From 0c13c2fa41ec19c3844414c339528abe82a9cd79 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Jun 2009 23:39:05 +0000 Subject: glossaries 2.01 (1jun09) git-svn-id: svn://tug.org/texlive/trunk@13568 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/glossaries/CHANGES | 25 +- Master/texmf-dist/doc/latex/glossaries/README | 8 +- .../doc/latex/glossaries/glossaries-manual.html | 6011 ++-- .../doc/latex/glossaries/glossaries-manual.tex | 941 +- .../texmf-dist/doc/latex/glossaries/glossaries.pdf | 30596 ++++++++++--------- .../doc/latex/glossaries/glossariesbegin.html | 462 + .../doc/latex/glossaries/glossariesbegin.pdf | Bin 0 -> 105504 bytes .../doc/latex/glossaries/glossariesbegin.tex | 371 + .../doc/latex/glossaries/glossary2glossaries.pdf | Bin 172082 -> 172098 bytes .../doc/latex/glossaries/samples/sample.tex | 2 +- 10 files changed, 19585 insertions(+), 18831 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html create mode 100644 Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf create mode 100644 Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex (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 88776401e54..33e434845c6 100644 --- a/Master/texmf-dist/doc/latex/glossaries/CHANGES +++ b/Master/texmf-dist/doc/latex/glossaries/CHANGES @@ -1,6 +1,29 @@ glossaries change log: -v1.2: +v2.01: + * Documentation changes: + - removed quick guide section from glossaries.pdf and replaced + it with a separate beginners guide (glossariesbegin.pdf) + - added a section for front-end or script developers who + want to access information from the aux file + + * Added new ragged right versions of long/super styles + + * Added 'nomain' package option to suppress the creation of the + main glossary + + * Added 'nowarn' package option to suppress warnings + + * Removed unwanted full stops in transcript messages + + * Changed \linewidth to \hsize when setting lengths + + * Removed item_02 key from makeindex style file (no such key) + + * Moved \@do@wrglossary before term is displayed to prevent + unwanted whatsit + +v2.0 (1.2): * Fixed ngerman caption bug in glossaries-babel.sty v1.19: diff --git a/Master/texmf-dist/doc/latex/glossaries/README b/Master/texmf-dist/doc/latex/glossaries/README index 67e70ec7b83..7bfecfc1e68 100644 --- a/Master/texmf-dist/doc/latex/glossaries/README +++ b/Master/texmf-dist/doc/latex/glossaries/README @@ -1,6 +1,6 @@ -LaTeX Package : glossaries v 1.2 +LaTeX Package : glossaries v 2.01 -Last Modified : 16th April 2009 +Last Modified : 30th May 2009 Author : Nicola Talbot @@ -48,7 +48,9 @@ If the supertabular package is installed, it will also be loaded unless the nosuper or nostyles package options are used. If the supertabular package isn't installed, you can still use the glossaries package, but you won't be able to use any of the styles -defined in glossaries-super.sty. +defined in glossaries-super.sty. If you want to use +glossary-longragged.sty or glossary-superragged.sty you will also +need the array package. Note that the current version of the glossaries package doesn't load xspace. diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.html b/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.html index 473b94bcb6a..21076b78590 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 1.2: LaTeX2e Package to Assist Generating Glossaries - +glossaries.sty v 2.01: LaTeX2e Package to Assist Generating Glossaries + @@ -27,7 +27,7 @@ original version by: Nikos Drakos, CBLU, University of Leeds

-

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

+

glossaries.sty v 2.01: 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/

-

16th April 2009

+

30th May 2009


@@ -49,136 +49,115 @@ Contents

@@ -195,45 +174,45 @@ 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="#foot3891">1 in the document will be added to the glossary.

-This package replaces the glossary package which is -now obsolete. Please see the file -glossary2glossaries.html for assistance in upgrading. +This package replaces the glossary package which is +now obsolete. Please see +Upgrading from the glossary package +to the glossaries package +for assistance in upgrading. + +

+One of the strengths of this package is its flexibility, however +the drawback of this is the necessity of having a large manual +that can cover all the various settings. If you are daunted by the +size of the manual, try starting off with the much shorter +guide for beginners.

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.

-One of the strengths of this package is its flexibility, however -the drawback of this is the necessity of having a large manual -that can cover all the various settings. The documentation is -therefore structured as follows: +This manual is structured as follows:

+The PDF version +of +this manual also describes more advanced commands in the documented +code section (such as determining if an entry or a glossary exists +and commands that iterate through defined terms or glossaries).

The remainder of this introductory section covers the @@ -303,9 +288,10 @@ see if it contains the samples subdirectory.

If you can't find the sample files, they are available in the -doc/latex/glossaries/samples/ subdirectory of the +subdirectory doc/latex/glossaries/samples/ in the glossaries.tds.zip archive which can be downloaded from -CTAN. +CTAN.

The sample documents are as follows: @@ -329,14 +315,14 @@ 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.

-

  • Run makeglossaries on the document. This can +
  • Run makeglossaries on the document. This can be done on a terminal by either typing
     makeglossaries minimalgls
    @@ -347,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
    @@ -355,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 @@ -385,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}{}
    @@ -425,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:
    @@ -442,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:
    @@ -453,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: @@ -487,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:
    @@ -525,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: @@ -555,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.)

    @@ -577,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}
    @@ -590,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.

    @@ -606,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):
    @@ -624,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:
    @@ -633,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
    @@ -641,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
    @@ -649,9 +635,9 @@ makeglossaries sampleutf8
     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 +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
    @@ -662,11 +648,11 @@ 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 -. +"Accessibility Support".

    @@ -685,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}
    @@ -701,21 +687,21 @@ If you want to use xindy, remember to use the
     

    -If you use an accented or non-Latin character at the start of +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},
    +\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.

    @@ -730,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, +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}
    @@ -752,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}
    @@ -764,7 +750,7 @@ to provide the translations. For example:
     
     

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

    @@ -805,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.

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

    - + @@ -822,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 it becomes +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 @@ -886,11 +872,11 @@ in your document preamble:

    -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 for further details.

    @@ -911,46 +897,46 @@ 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 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},
    @@ -964,7 +950,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:
     
    @@ -976,17 +962,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 @@ -999,38 +985,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 @@ -870,13 +856,13 @@ this option.
    - - + + - + - + - + - + - + @@ -1053,13 +1039,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, -depending on whether the indexing style file ends with -.xdy or .ist. Therefore, you only need to +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:

    @@ -1067,7 +1052,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
    @@ -1088,20 +1073,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 @@ -1113,10 +1098,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. @@ -1132,27 +1117,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.

    @@ -1167,10 +1152,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 @@ -1179,11 +1164,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.

    @@ -1194,28 +1179,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.

    @@ -1223,6 +1208,75 @@ you use makeindex explicitly instead of using

    +

    +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 +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 +stored in the auxiliary file. + +

    +The file extensions used by each defined glossary are given by +
    +
    \@newglossary{label}{log}{out-ext}{in-ext} +
    +
    +where in-ext is the extension of the indexing +application's input file (the output file from the glossaries +package's point of view), out-ext is the extension of the +indexing application's output file (the input file from +the glossaries package's point of view) and log is the +extension of the indexing application's transcript file. The label +for the glossary is also given for information purposes only, but +is not required by the indexing applications. For example, the +information for the main glossary is written as: +

    +\@newglossary{main}{glg}{gls}{glo}
    +
    + +

    +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 glossary information is formatted differently depending on +which indexing application is supposed to be used, so it's +important to call the correct one. + +

    +Word or letter ordering is specified by: +
    +
    \@glsorder{order} +
    +
    +where order can be either word or letter. + +

    +If xindy should be used, the language and code page +for each glossary is specified by +
    +
    \@xdylanguage{label}{language} +
    \@gls@codepage{label}{code} +
    +
    +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. + +

    +Top + +

    +


    @@ -1238,13 +1292,13 @@ varies according to your operating system and TEX installation. For example, on my Linux partition it can be found in /usr/local/texlive/2008/texmf-dist/doc/latex/glossaries/. Further information on debugging LaTeX code is available at -http://theoval.cmp.uea.ac.uk/~nlct/latex/minexample/.

    Below is a list of the most frequently asked questions. For other queries, consult the glossaries FAQ at -http://theoval.cmp.uea.ac.uk/~nlct/latex/packages/faq/glossariesfaq.html.

    @@ -1256,16 +1310,16 @@ 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.

    -

  • Q. I've used the smallcaps option, but the acronyms +
  • 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. @@ -1275,7 +1329,7 @@ you need to specify the acronym in lower case letters.

  • 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: @@ -1287,15 +1341,15 @@ a sans-serif font, then you can do:

  • 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}}
    @@ -1305,26 +1359,26 @@ first use, but use the surrounding font for subsequent use, y
     

  • 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.

  • 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?

    -A. Read A. Read Upgrading from the glossary package to the glossaries package which should be available from the @@ -1332,787 +1386,118 @@ same location as this document.

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

    A. The glossaries package currently only supports the following languages: Brazilian Portuguese, Danish, Dutch, English, French, German, Irish, Italian, Hungarian, Polish and Spanish. If you want -to add another language, send me the translations, and I'll add them -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 -required languages explicitly (before you load the glossaries -package). For example: -

    -\usepackage[ngerman]{babel}
    -\usepackage[ngerman]{translator}
    -\usepackage{glossaries}
    -
    -Alternatively, you can add the language as a global option -to the class file. Check the translator package documentation -for further details. - -

    -

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

    -A. Switch off the sanitization: -

    -\usepackage[sanitize=none]{glossaries}
    -
    -and protect fragile commands. - -

    -

  • -
  • Q. My glossaries haven't appeared. - -

    -A. Remember to do the following: - -

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

      -

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

      -

    • -
    • Use the commands listed in -Links to Glossary -Entries, -Adding an Entry to the -Glossary Without Generating Text or -Cross-Referencing -Entries for each entry -that you want to appear in the glossary. - -

      -

    • -
    • 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 after the second LaTeX run, followed -by another LaTeX run. -
    • -
    - -

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

    -

  • -
  • Q. It is possible to change the rules used to sort -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 -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 -modules or styles is beyond the scope of this manual. Further -information about xindy can be found at the -Xindy Web Site. -There is also a link to the xindy mailing list from that -site. - -

    -

  • - - -

    -Top - -

    - -

    - -
    -A Quick Guide For The Impatient -

    - -

    -This section is for people who want a few quick pointers -of how to get started. However it is recommended that you read -the overview section -for additional commands and advice not listed here. There are -also some sample files to help you get started, listed in -Sample -Documents. The following is a minimal example: -

    - \documentclass{article}
    -
    - % Load hyperref before glossaries
    - \usepackage[colorlinks]{hyperref}
    - \usepackage[acronym, % make a separate list of acronyms
    -            toc % put the glossaries into the table of contents
    -            ]{glossaries}
    -
    - % Write glossary entries to external file so that they
    - % can be sorted and collated by another application.
    - \makeglossaries
    -
    - % Define an entry whose label is `xample':
    - \newglossaryentry{xample}% unique label identifying this entry
    -  {% Define the attributes for this entry:
    -    name=sample,% the name or term begin defined
    -    description={a sample entry}% a description of this entry
    -  }
    -
    - % Define an acronym whose label is `ca':
    - \newacronym{ca}% label
    -  {CA}% acronym
    -  {Contrived Acronym}% expanded form
    -
    - \begin{document}
    - \tableofcontents
    -
    - A \gls{xample} entry and a \gls{ca}.
    -
    - \printglossaries
    - \end{document}
    -
    - -

    -Top - -

    - -

    -Package Order -

    -Load glossaries after hyperref: -
    -\usepackage{hyperref}
    -\usepackage{glossaries}
    -
    -Similarly for the html package: -
    -\usepackage{html}
    -\usepackage{glossaries}
    -
    -Likewise for babel and translator. - -

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

    -\renewcommand*{\glsclearpage}{\clearpage}
    -
    - -

    -Top - -

    - -

    -Displaying Glossaries -

    - -

    -Always use \makeglossaries if you want the glossary -entries to be written to the glossary file: -

    -\usepackage{glossaries}
    -\makeglossaries
    -
    -If you don't use \makeglossaries, your glossaries will -not appear in the document! - -

    -Use \printglossaries to make your glossaries appear -in the document at that point. For example: -

    -\maketitle
    -\printglossaries
    -\section{Introduction}
    -
    -Note that only the glossary entries that have been used in the -document text will appear in the glossary. -See Displaying a glossary in the main overview section -for further details. - -

    -To add the glossaries to the table of contents use the -toc package option: -

    -\usepackage[toc]{glossaries}
    -
    -This will require an extra LaTeX run. Note that if the table -of contents affects the subsequent page numbering (i.e. the -page numbers are not reset after the table of contents) then you -may need to rerun makeglossaries and LaTeX. - -

    -The font used to display the entry name in the glossary -is governed by \glsnamefont. This can be redefined -as required. For example, to make the entry names appear -in a medium sans-serif font do: -

    -\renewcommand{\glsnamefont}[1]{\textsf{\mdseries #1}}
    -
    -Note that the list-like glossary styles place the entry name in -the optional argument to \item, so they will -appear in bold, unless you redefine \glsnamefont to counteract -the bold font. Similarly, the tree-like styles display the -entry name in bold. - -

    -Glossary styles can be set using the style -package option. For example: -

    -\usepackage[style=long3col]{glossaries}
    -
    -or using \glossarystyle{style}. For example: -
    -\glossarystyle{altlist}
    -
    -The predefined glossary styles provided by the glossaries -bundle are listed in Glossary -Styles. - -

    -Each entry in the glossary has an associated list of numbers -indicating whereabouts in the document that entry has been used. -The number lists can be suppressed using package option -nonumberlist: -

    -\usepackage[nonumberlist]{glossaries}
    -
    -See Number lists -for further details about number lists. - -

    -If your pages have a hyphen compositor (i.e. your page -numbers appear in the form 2-1), use \glsSetCompositor -before \makeglossaries: -

    -\documentclass{article}
    -\usepackage{glossaries}
    -\glsSetCompositor{-}
    -\makeglossaries
    -
    - -

    -By default, the glossary will appear in an unnumbered -chapter if chapters are defined, otherwise in an unnumbered -section. This can be changed using the section package -option. For example, to make the glossaries appear in an unnumbered -section, even if chapters are defined, do: -

    -\usepackage[section]{glossaries}
    -
    -Other sectional units can also be specified as -section=value. For example, to make the glossaries -appear in unnumbered subsections: -
    -\usepackage[section=subsection]{glossaries}
    -
    - -

    -When you have created your document, run LaTeX on it, -then the Perl script makeglossaries, then run LaTeX on it again: -

    -latex myfile
    -makeglossaries myfile
    -latex myfile
    -
    -(You need to run LaTeX again if you have used the toc -package option. You may also need an extra makeglossaries -run and another LaTeX run if an entry is only referenced in the -glossary, or if including the glossary has caused the -number lists to change.) - -

    -If you use Windows, there is a batch file called -makeglossaries.bat which you can use, but you will -still need Perl installed. Alternatively, you can call -makeindex directly. See -Generating the -Associated Glossary Files for -further details. - -

    -If you want to use xindy instead of -makeindex, you must specify it in the package option: -

    -\usepackage[xindy]{glossaries}
    -
    -See -Generating the -Associated Glossary Files for -further details. - -

    -Top - -

    - -

    -Defining Additional Glossaries -

    - -

    -New glossaries can be defined using: -

    -\newglossary[log-ext]{label}{in-ext}{out-ext}{title} -

    -where label is an identifying label, -in-ext is the extension of the file to be created -by makeindex or xindy (called by -makeglossaries), -out-ext is the extension of the file to be read by -makeindex or xindy and title is the title for this -new glossary. The first optional argument log-ext specifies -the extension of the makeindex or xindy -transcript file. Example: -

    -\newglossary[nlg]{notation}{not}{ntn}{Notation}
    -
    -This glossary's label is notation and its title -will be Notation. If you use makeglossaries, the -makeindex or xindy transcript will be written to a file with the -extension .nlg. If log-ext is omitted, the extension -.glg will be used. - -

    -Any new glossaries must be defined before -\makeglossaries: -

    -\usepackage{glossaries}
    -\newglossary{notation}{not}{ntn}{Notation}
    -\makeglossaries
    -
    - -

    -If you use the acronym package option, the -glossaries package -will automatically create a new glossary type labelled -acronym: -

    -\usepackage[acronym]{glossaries}
    -
    - -

    -Top - -

    - -

    -Defining New Entries -

    - -

    -A glossary term is defined using: -

    -\newglossaryentry{label}{key-val list} -

    -The key-val list must at least contain a name -key and a description key. -For example: -

    -\newglossaryentry{perl}{name=Perl,
    -description=A scripting language}
    -
    -In this example, I have given the entry the label perl. -Whenever I want to use this entry, that is the label I need -to use to identify it. - -

    -Only those terms that have actually been used in the -document will be placed in the glossary. If you have defined -a term that doesn't appear in the glossary, then it means -you haven't used it in the text (either via \glslink -or \gls and related commands or via \glsadd -or \glsaddall or via \glssee). - -

    -If you have multiple glossaries, use the type -key to specify in which glossary the entry belongs. For example: -

    -\newglossary{languages}{lan}{lng}{Index of Languages}
    -
    -\makeglossaries
    -
    -\newglossaryentry{perl}{name=Perl,
    -description=A scripting language,
    -type=languages}
    -
    -If type is omitted, the default glossary is used. - -

    -Remember to group values that have a comma or equal sign. -For example: -

    -\newglossaryentry{pagelist}{name=page list,
    -description={A list of individual pages or page ranges
    -(e.g.\ 1,2,4,7--9)}}
    -
    - -

    -Associated symbols can also be specified, but whether the -symbol appears in the glossary depends on the glossary style. -For example: -

    -\newglossaryentry{metre}{name={metre},
    -description={A metric measurement of length},
    -symbol={m}}
    -
    -See Glossary -Styles for a list of predefined glossary -styles. - -

    -See Defining Glossary Entries in the main overview section -for further details. - -

    -Top - -

    - -

    -Defining Sub-Entries -

    -To define a sub-entry, use the parent key. For -example: -
    -\newglossaryentry{fruit}{name={fruit}, % parent entry
    -description={tree product that contains seeds}}
    -
    -\newglossaryentry{apple}{name={apple}, % sub-entry
    -description={firm, round fruit},
    -parent=fruit}
    -
    - -

    -Sub-entries may have the same name as the parent entry: -

    -\newglossaryentry{glossary}{name=glossary, % parent entry
    -description={\nopostdesc},
    -plural={glossaries}}
    -
    -\newglossaryentry{glossarylist}{% first child entry 
    -description={1) list of technical words},
    -sort={1},
    -parent={glossary}}
    -
    -\newglossaryentry{glossarycol}{% second child entry
    -description={2) collection of glosses},
    -sort={2},
    -parent={glossary}}
    -
    -Note that in this instance the name key is not -required for the child entries, but the sort key is -needed to sort the sub-entries. The parent entry has no -description, so the description terminator is suppressed using -\nopostdesc. - -

    -See Sub-Entries for -further details. - -

    -Top - -

    - -

    -Changing the Sort Order -

    -To change the sorting order, use the sort key. -For example: -
    -\newglossaryentry{tex}{name={\TeX},
    -description={A typesetting language},
    -sort=tex}
    -
    -This will put the entry in the "T" group (entries starting with -the letter "t" or "T") rather than the -"symbols" group (entries starting with a symbol). -Similarly, the following example puts the entry in the "U" -group instead of the "symbol" group. -
    -\newglossaryentry{universal}{name={\ensuremath{\mathcal{U}}},
    -description=The universal set,
    -sort=U}
    -
    - -

    -Unlike the old glossary package, you don't need to escape -makeindex's special characters: -

    -\newglossaryentry{quote}{name={"},
    -description={Double quote character}}
    -
    -\newglossaryentry{exclam}{name={!},
    -description={Exclamation mark}}
    -
    -\newacronym{rna}{RNA}{ribonukleins\"aure}
    -
    - -

    - -

    -Top - -

    - -

    -Accented or Non-Latin Characters -

    -If the entry name starts with an accented letter or -non-Latin character, you will need to group the first letter -(otherwise it will cause a problem for commands like \Gls and -\Glspl): -
    -\newglossaryentry{elite}{name={{\'e}lite},
    -sort=elite,
    -description={select group or class}}
    -
    -Likewise with commands such as \ae and \oe: -
    -\newglossaryentry{oesophagus}{%
    -name={{\oe}sophagus},
    -sort=oesophagus,
    -description={canal from mouth to stomach}}
    -
    - -

    -If you use xindy, you can specify the accented -or non-Latin character directly (in combination with the -inputenc and fontenc packages) but you still -need to group the first letter (otherwise it will cause a -problem for commands like \Gls and \Glspl due to -expansion issues): -

    -\newglossaryentry{elite}{name={{é}lite},
    -description={select group or class}}
    -
    -Note that in this case the sort key is not required -as xindy knows how to sort the letter é. - -

    -Top - -

    - -

    -Cross-Referencing Entries -

    -You can cross-reference an entry using the -see key when you define it. For example, suppose -you have defined an entry whose label is taylorstheorem, -then you can cross-reference it: -
    -\newglossaryentry{maclaurinseries}{name={Maclaurin series},
    -description={Series expansion},
    -see={taylorstheorem}}
    -
    -Alternatively, you can use \glssee after you have defined -the entry: -
    -\glssee{maclaurinseries}{taylorstheorem}
    -
    -(The final argument may be a comma-separated list of labels.) -The "see" tag may be overridden for a given entry: -
    -\glssee[see also]{maclaurinseries}{taylorstheorem}
    -
    -or it can be changed for all entries by redefining \seename. - -

    -Top - -

    - -

    -Plurals -

    -Plural forms are assumed to be the singular form with an -"s" appended, unless otherwise specified. To specify an -irregular plural, use the plural key. For example: -
    -\newglossaryentry{matrix}{name=matrix,
    -description=rectangular array of quantities,
    -plural=matrices}
    -
    - -

    -The way the term appears in the main text can be different -from the way the term appears in the glossary: -

    -\newglossaryentry{matrix}{name=Matrix,
    -description=rectangular array of quantities,
    -text=matrix,
    -plural=matrices}
    -
    -In this example, the entry name appears as "Matrix" in the -glossary, and either "matrix" or "matrices" in the text. - -

    -Top +to add another language, send me the translations, and I'll add them +to the next version.

    - -

    -Displaying Terms in the Document -

    -In the document use \gls{label} -to use a term that has already been defined with -\newglossaryentry (this will also enter the term into -the associated glossary output file). For example: +If you are using one of the above languages, but the text hasn't been +translated, try adding the translator package with the +required languages explicitly (before you load the glossaries +package). For example:
    -A \gls{singmtx} is a matrix with a zero determinant.
    +\usepackage[ngerman]{babel}
    +\usepackage[ngerman]{translator}
    +\usepackage{glossaries}
     
    +Alternatively, you can add the language as a global option +to the class file. Check the translator package documentation +for further details.

    -Other variations: - -

      -
    • \Gls{label} : like \gls, -but with first letter in upper case -
    • -
    • \GLS{label} : like \gls, -but all upper case.
    • -
    • \glspl{label} : use plural -
    • -
    • \Glspl{label} : use plural with -first letter in upper case -
    • -
    • \GLSpl{label} : use plural but -all upper case -
    • -
    • \glslink{label}{link text} : -use link text to link to the given entry in the glossary. -
    • -
    -For example, the following will produce the plural form with -the first letter in uppercase: -
    -\Glspl{singmtx} are matrices with a zero determinant.
    -
    +
  • Q. My acronyms contain strange characters when I use commands +like \acrlong.

    -Additional text can be appended to the link using the -end optional argument. For example, to form the possessive: +A. Switch off the sanitization:

    -The \gls{singmtx}['s] dimensions \ldots
    +\usepackage[sanitize=none]{glossaries}
     
    -See Links to Glossary Entries -for further details. +and protect fragile commands.

    -Entries can be added to the glossary without producing -any text using \glsadd{label} or -\glsaddall. For example -

    -\glsadd{singmtx}
    -
    -will add a line to the -glossary file for the specified term, but will not produce -any text where the command occurs. +
  • +
  • Q. My glossaries haven't appeared.

    -A number range can be entered using format=( and -format=) to mark the beginning and ending of the -range. For example: -

    - \glsadd[format=(]{singmtx}
    - This is a very long section all about \glspl{singmtx}.
    +A. Remember to do the following:
     
    - % lots of text omitted
    +
      +
    • Add \makeglossaries to the document preamble. - \glsadd[format=)]{singmtx} -
    -This is equivalent to makeindex's |( and |) -formats or xindy's :open-range and -:close-range tags. +

    +

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

    -Top +

  • +
  • Use the commands listed in +Links to Glossary +Entries, +Adding an Entry to the +Glossary Without Generating Text or +Cross-Referencing +Entries for each entry +that you want to appear in the glossary.

    +

  • +
  • 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 +after the second LaTeX run, followed by another LaTeX run. +
  • + -

    -Acronyms -

    -The way the term appears on first use can be different -to the way it appears subsequently: -
    -\newglossaryentry{singmtx}{name=Singular Matrix,
    -description=A matrix with a zero determinant,
    -first=singular matrix (SM),
    -text=SM,
    -firstplural=singular matrices (SMs)}
    -
    -In this example, the entry name appears as "Singular Matrix" in -the glossary, and in the text it appears as "singular matrix (SM)" -or "singular matrices (SMs)" the first time the entry is used, -and subsequently appears as "SM" or "SMs". +

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

    -The quick and easy way to define an acronym is to use: + +

  • Q. It is possible to change the rules used to sort +the glossary entries? +

    -\newacronym[key-val list]{label}{abbrev}{long} +A. If it's for an individual entry, then you can +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 +modules or styles is beyond the scope of this manual. Further +information about xindy can be found at the +Xindy Web Site. +There is also a link to the xindy mailing list from that +site. +

    -For example: -

    -\newacronym{svm}{SVM}{support vector machine}
    -
    -This is equivalent to: -
    -\newglossaryentry{svm}{type=\acronymtype,
    -name={SVM},
    -description={support vector machine},
    -text={SVM},
    -first={support vector machine (SVM)},
    -plural={SVMs},
    -firstplural={support vector machines (SVMs)}}
    -
    -(The value of \acronymtype varies depending on whether -the acronym package option is used or not. -The optional argument key-val list can be used to -override any of the \newglossaryentry keys; for -example, if the acronym has an irregular plural.) - -

    -You can reset an acronym with \glsreset{label} so that the -next occurrence displays the long form with the acronym in brackets -as though it hadn't been used. To do this for all defined -terms, use \glsresetall. See -Unsetting and Resetting Entry Flags -for further details. +

  • +

    Top

    -

    +


    -Overview of User Commands +Overview of Main User Commands

    -

    +


    Package Options @@ -2121,40 +1506,51 @@ Package Options

    The glossaries package options are as follows:

    -
    toc
    +
    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 +main.3 +Entries that are defined using \newacronym are placed in +the glossary whose label is given by \acronymtype, unless another glossary is explicitly specified.

    -
    section
    +
    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
    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, @@ -2179,9 +1575,9 @@ You can change this value later in the document using where name is the sectional unit.

    -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:

    @@ -2190,18 +1586,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 +acronyms is labelled acronym4 and additional glossaries are labelled using the value specified in the first mandatory argument to \newglossary. For example, if you load glossaries using: @@ -2216,9 +1612,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}.
     
    @@ -2242,146 +1638,150 @@ 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 -when defining a new glossary entry. This may lead to unexpected results +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 +
    +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. 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 @@ -2389,27 +1789,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:

    @@ -2422,16 +1822,22 @@ 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.

    @@ -2441,7 +1847,7 @@ don't use makeglossaries.

    -

    +


    Defining Glossary Entries @@ -2449,19 +1855,19 @@ 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 +is better to define them in the preamble to ensure this.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 @@ -2471,8 +1877,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. @@ -2485,14 +1891,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:

    @@ -2504,10 +1910,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 @@ -2522,7 +1928,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:
    @@ -2530,8 +1936,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{.}
    @@ -2539,7 +1945,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: @@ -2551,21 +1957,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 @@ -2575,12 +1981,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 @@ -2588,57 +1994,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 @@ -2646,40 +2052,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 @@ -2698,15 +2104,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},
    +\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.

    @@ -2716,7 +2122,7 @@ correctly.

    -

    +

    Plurals

    You may have noticed from above that you can specify the plural form @@ -2740,10 +2146,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 @@ -2760,7 +2166,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).

    @@ -2770,7 +2176,7 @@ key where necessary).

    -

    +


    Sub-Entries @@ -2794,19 +2200,19 @@ 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

    -

    +

    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: @@ -2820,7 +2226,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. @@ -2841,10 +2247,10 @@ 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: @@ -2854,7 +2260,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: @@ -2870,22 +2276,21 @@ 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:

     \newglossaryentry{bravo}{name={bravo},
     description={\nopostdesc}}
     
    -\newglossaryentry{bravocry}{description={1) cry of approval
    -(pl.\ bravos)},
    +\newglossaryentry{bravocry}{description={1) cry of approval (pl.\ bravos)},
     sort={1},
     plural={bravos},
     parent=bravo}
    @@ -2902,7 +2307,7 @@ parent=bravo}
     
     

    -

    +


    Loading Entries From a File @@ -2918,7 +2323,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 @@ -2959,10 +2364,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}
    @@ -2972,7 +2377,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.

    @@ -2985,37 +2390,37 @@ preamble.

    -

    +


    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} @@ -3029,14 +2434,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.}}
    @@ -3045,7 +2450,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.

    @@ -3055,7 +2460,7 @@ used.

    -

    +


    Links to Glossary Entries @@ -3063,15 +2468,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. @@ -3082,7 +2487,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 @@ -3094,9 +2499,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}}
    @@ -3104,10 +2509,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. @@ -3121,16 +2526,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. The optional argument options must be a -key=value list which can take any of the following -keys: +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 @@ -3149,15 +2555,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}
     
    @@ -3166,13 +2572,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. @@ -3181,38 +2587,38 @@ formats listed in table  -

    +

    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
    @@ -3223,7 +2629,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 @@ -3234,9 +2640,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}
    @@ -3244,7 +2650,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 @@ -3252,7 +2658,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 @@ -3269,7 +2675,9 @@ There is also a starred version:

    which is equivalent to \glslink, except it sets -hyper=false. +hyper=false. Similarly, all the following commands +described in this section also have a starred version that disables +the hyperlink.

    The command: @@ -3277,13 +2685,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.

    @@ -3311,7 +2719,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.

    @@ -3327,14 +2735,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:
    @@ -3343,9 +2751,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.) +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: @@ -3353,12 +2762,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.)

    @@ -3380,10 +2789,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: @@ -3404,8 +2813,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. @@ -3428,8 +2837,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. @@ -3452,13 +2861,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: @@ -3479,13 +2888,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: @@ -3506,14 +2915,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: @@ -3535,26 +2944,26 @@ the hyperlink.

    -

    +


    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 @@ -3563,7 +2972,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 @@ -3572,19 +2981,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)}
    @@ -3597,8 +3006,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)}
    @@ -3608,8 +3017,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 and their -uppercase variants. 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
    @@ -3625,16 +3034,16 @@ 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 +the first (which is optional) is the glossary's label7 and the second is how the term should be displayed when it is invoked using commands \gls, -\glspl and their uppercase variants. This is similar to the way \glsdisplayfirst was +\glspl, their uppercase variants and \glsdisp. This is similar to the way \glsdisplayfirst was 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)}
    @@ -3652,10 +3061,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.

    @@ -3663,15 +3072,15 @@ of these keys and protect fragile commands.

    -

    +

    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 @@ -3684,14 +3093,14 @@ 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).

    Top

    -

    +


    Adding an Entry to the Glossary Without Generating Text @@ -3704,8 +3113,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 @@ -3723,7 +3132,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 @@ -3739,7 +3148,7 @@ do:

    -

    +


    Cross-Referencing Entries @@ -3752,7 +3161,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,
      @@ -3760,7 +3169,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
      @@ -3772,14 +3181,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 @@ -3789,7 +3198,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},
      @@ -3818,16 +3227,16 @@ 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

      -

      +


      Using Glossary Terms Without Links @@ -3837,7 +3246,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.

      @@ -3846,7 +3255,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.

      @@ -3855,7 +3264,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.

      @@ -3864,7 +3273,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.

      @@ -3872,8 +3281,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.

      @@ -3881,9 +3290,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.

      @@ -3926,7 +3335,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 @@ -3938,7 +3347,7 @@ link.

      For further information see the section "Displaying entry details without adding information to -the glossary" in the document glossaries.pdf.

      @@ -3946,7 +3355,7 @@ the glossary" in the document -

      +


      Displaying a glossary @@ -3956,15 +3365,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: @@ -3975,7 +3384,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: @@ -3985,37 +3394,37 @@ 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 +to use for the table of contents (if the toc package option has been used). 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 @@ -4067,7 +3476,7 @@ glossary.

      -

      +


      Changing the way the entry name appears in the glossary @@ -4080,12 +3489,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 @@ -4099,20 +3508,20 @@ medium weight small caps, then you can do:

      -

      +


      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 @@ -4120,10 +3529,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:
      @@ -4137,7 +3546,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}
      @@ -4148,30 +3557,30 @@ 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

      -

      +

      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:

      @@ -4186,8 +3595,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:

      @@ -4209,19 +3618,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. @@ -4230,14 +3639,14 @@ need to remember to set the language and encoding using the

      -

      +

      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:

      @@ -4245,24 +3654,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 @@ -4271,8 +3680,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}}
       
      @@ -4286,32 +3695,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), +is a full stop or 1-1 if the compositor is a hyphen8), 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), +hyphen9), 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:
    @@ -4337,14 +3746,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: @@ -4358,16 +3767,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 @@ -4378,13 +3787,13 @@ further details.

    -

    +

    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}
     
    @@ -4400,18 +3809,18 @@ 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

    -

    +


    Defining New Glossaries @@ -4428,10 +3837,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).

    @@ -4439,20 +3848,21 @@ Note that the main (default) glossary is automatically created as:

     \newglossary{main}{gls}{glo}{\glossaryname}
     
    -so it can be identified by the label main. Using the -acronym package option is equivalent to: +so it can be identified by the label main (unless the +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.

    @@ -4460,7 +3870,7 @@ ensure that the relevant output files are opened.

    -

    +


    Acronyms @@ -4469,7 +3879,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:
    @@ -4479,7 +3889,7 @@ defines the command: By default, this is equivalent to:

    -\newglossaryentry {label}{type=\acronymtype, +\newglossaryentry {label}{type=\acronymtype,
    name=
    {abbrv},
    @@ -4495,9 +3905,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. @@ -4508,7 +3918,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: @@ -4526,26 +3936,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} @@ -4556,16 +3966,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:

    @@ -4573,20 +3983,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 -\textsmaller,10 otherwise \acronymfont simply displays its argument in +smaller option redefines \acronymfont to use +\textsmaller,10 otherwise \acronymfont simply displays its argument in the surrounding font.

    @@ -4595,54 +4005,54 @@ the surrounding font.

    - + - - - - + + + + - + - + - + - + - + - + - + @@ -4684,14 +4094,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 @@ -4700,9 +4110,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} @@ -4718,50 +4128,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})
    @@ -4773,34 +4183,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}
    @@ -4815,19 +4225,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]{%
    @@ -4839,16 +4249,16 @@ acronym a hyperlink is as follows:
     (i.e. commands whose name contains an @ character), so
     if this code is place in a .tex file it needs to be
     placed within a \makeatletter ... \makeatother pair.
    -(See \@ and @ in macro names 
     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})
    @@ -4861,22 +4271,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})
    @@ -4887,27 +4297,27 @@ while subsequent use displays the entry as:

    where \acronymfont is set to -\textsmaller{#1}.11The entries will be sorted according to the short form. +\textsmaller{#1}.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
    @@ -4919,14 +4329,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 @@ -4946,8 +4356,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.

    @@ -4961,7 +4371,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.

    @@ -4981,7 +4391,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}
    @@ -4990,16 +4400,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. @@ -5009,60 +4419,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
    @@ -5076,60 +4486,60 @@ 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 SPMquot " (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 @@ -5140,8 +4550,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.

    @@ -5149,7 +4559,7 @@ optional argument from being recognised.

    -
    +
    Table 6: The effect of using @@ -5192,18 +4602,18 @@ The effect of using

    -

    +


    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} @@ -5249,7 +4659,7 @@ entry has been used, true part will be done, otherwise

    -

    +


    Glossary Styles @@ -5269,18 +4679,18 @@ a summary of the available styles.
    -
    +
    @@ -5309,7 +4719,7 @@ be displayed if it has been defined. - + @@ -5319,7 +4729,7 @@ be displayed if it has been defined. - + @@ -5329,7 +4739,7 @@ be displayed if it has been defined. - + @@ -5339,7 +4749,7 @@ be displayed if it has been defined. - + @@ -5377,50 +4787,54 @@ be displayed if it has been defined.

    -The glossary style can be set using the style package option -or 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 +package option, it depends if the package in which they are defined +is automatically loaded by the glossaries package. + +

    The tabular-like styles that allow multi-line descriptions and page 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) +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) 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}{}
    @@ -5428,20 +4842,20 @@ 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 +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

    -

    +


    List Styles @@ -5449,19 +4863,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 not be available if you use either the -nolist or nostyles package options. +these styles will automatically be available unless you use the +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. @@ -5469,14 +4883,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 @@ -5492,41 +4906,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 +environment.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. @@ -5534,10 +4948,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.
    @@ -5546,7 +4960,7 @@ the same manner as listdotted.

    -

    +


    Longtable Styles @@ -5554,137 +4968,142 @@ 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 not be available if you -use either the nolong or nostyles package options. +environment. Note that these styles will automatically be available +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 +Longtable Styles +(Ragged Right).

    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.
    @@ -5694,7 +5113,139 @@ descriptions and page lists.

    -

    +

    + +
    +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 +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 +these styles will only be available if you explicitly load +glossary-longragged: +

    +\usepackage{glossaries}
    +\usepackage{glossary-longragged}
    +
    +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 +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. +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 +parent entries except that their name is suppressed. + +

    +

    +
    longraggedborder
    +
    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. + +

    +

    +
    longraggedheaderborder
    +
    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 +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 +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. + +

    +

    +
    longragged3colborder
    +
    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. + +

    +

    +
    longragged3colheaderborder
    +
    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 entry's associated symbol appears. 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 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 +around it. + +

    +

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

    +

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

    +

    +
    + +

    +Top + +

    + +


    Supertabular Styles @@ -5702,141 +5253,146 @@ 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 not be available if you -use either 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 +environment. Note that these styles will automatically be available +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 +columns. If you want ragged right formatting instead, use the +analogous styles described in +Supertabular +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.
    @@ -5846,7 +5402,141 @@ descriptions and page lists.

    -

    +

    + +
    +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 +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 +these styles will only be available if you explicitly load +glossary-superragged: +

    +\usepackage{glossaries}
    +\usepackage{glossary-superragged}
    +
    +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 +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 (left +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 +the parent entries except that their name is suppressed. + +

    +

    +
    superraggedborder
    +
    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. + +

    +

    +
    superraggedheaderborder
    +
    The +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 +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 +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. + +

    +

    +
    superragged3colborder
    +
    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. + +

    +

    +
    superragged3colheaderborder
    +
    The +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 +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. + +

    +

    +
    altsuperragged4colborder
    +
    The +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. + +

    +

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

    +

    +
    + +

    +Top + +

    + +


    Tree-Like Styles @@ -5854,92 +5544,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 not be available if you -use either the notree or nostyles package options. +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 +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} @@ -5960,16 +5651,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.

    @@ -5982,7 +5673,7 @@ groups. The navigation line is the same as that for

    -

    +


    Defining your own glossary style @@ -5996,7 +5687,7 @@ define your own style using:

    where name is the name of the new glossary style (to be -used in \glossarystyle). The second argument definitions, +used in \glossarystyle). The second argument definitions needs to redefine all of the following:

    @@ -6009,7 +5700,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. @@ -6022,8 +5713,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.

    @@ -6034,12 +5725,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.

    @@ -6063,12 +5754,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]{%
    @@ -6084,7 +5775,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. @@ -6116,13 +5807,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}
    @@ -6141,15 +5832,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.
     
     

    @@ -6163,7 +5854,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.

    @@ -6176,7 +5867,7 @@ the documented code in glossaries.pdf.

    -

    +

    Example: creating a completely new style

    @@ -6189,12 +5880,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:
    @@ -6227,7 +5918,7 @@ are displayed in exactly the same way as the top level entries.
     
     

    -

    +

    Example: creating a new glossary style based on an existing style

    @@ -6237,7 +5928,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: @@ -6253,20 +5944,20 @@ 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
    @@ -6275,14 +5966,14 @@ 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

    -

    +


    Mfirstuc Package @@ -6290,7 +5981,7 @@ Mfirstuc Package

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

    \makefirstuc{stuff} @@ -6307,7 +5998,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. @@ -6333,7 +6024,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 @@ -6370,8 +6061,8 @@ produces: Abc.

    If you want to use an alternative command to convert to uppercase, -for example \MakeTextUppercase,16 you can redefine the internal +for example \MakeTextUppercase,16 you can redefine the internal command \@gls@makefirstuc. For example:

     \renewcommand{\@gls@makefirstuc}[1]{\MakeTextUppercase #1}
    @@ -6390,1580 +6081,1601 @@ 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 +
    Acronyms + | Acronyms + | Acronyms
    \acronymname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \acronymtype -
    Acronyms - | 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)
    babel -
    Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Changing the Fixed Names - | Troubleshooting - | Package Order +
    Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Changing the Fixed Names + | Troubleshooting
    \clearpage -
    Package Order - | 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 - | Defining Additional Glossaries +
    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 the makeglossaries Perl - | Using makeindex explicitly - | Using makeindex explicitly - | 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 -
    .nlg -
    Defining Additional Glossaries +
    Troubleshooting
    .tex -
    Using xindy explicitly - | Using makeindex explicitly +
    Using xindy explicitly + | Using makeindex explicitly
    .xdy -
    Using the makeglossaries Perl - | Using xindy explicitly - | Using xindy explicitly - | 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 - | Acronyms - | 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 + | 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
    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 - | 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 -
    fontenc -
    Accented or Non-Latin Characters +
    Locations and Number lists
    german -
    Changing the Fixed Names +
    Changing the Fixed Names
    glossaries -
    Sample Documents - | Changing the Fixed Names - | Upgrading From the glossary - | Upgrading From the glossary +
    Sample Documents + | Changing the Fixed Names + | Upgrading From the glossary + | Upgrading From the glossary
    glossaries-accsupp -
    Sample Documents - | Accessibility Support +
    Sample Documents + | Accessibility Support
    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) +
    altlongragged4colborder +
    Longtable Styles (Ragged Right) +
    altlongragged4colheader +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) +
    altlongragged4colheaderborder +
    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) +
    altsuperragged4colborder +
    Supertabular Styles (Ragged Right) +
    altsuperragged4colheader +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) +
    altsuperragged4colheaderborder +
    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) +
    longragged3col +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) +
    longragged3colborder +
    Longtable Styles (Ragged Right) +
    longragged3colheader +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) +
    longragged3colheaderborder +
    Longtable Styles (Ragged Right) +
    longraggedborder +
    Longtable Styles (Ragged Right) +
    longraggedheader +
    Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) +
    longraggedheaderborder +
    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) +
    superragged3col +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) +
    superragged3colborder +
    Supertabular Styles (Ragged Right) +
    superragged3colheader +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) +
    superragged3colheaderborder +
    Supertabular Styles (Ragged Right) +
    superraggedborder +
    Supertabular Styles (Ragged Right) +
    superraggedheader +
    Supertabular Styles (Ragged Right) + | Supertabular Styles (Ragged Right) +
    superraggedheaderborder +
    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 +
    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)
    glossary-super -
    Package Options - | Changing the way the - | Supertabular Styles +
    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)
    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 -
    Displaying Glossaries - | Package Options - | Displaying a glossary - | Glossary Styles - | Glossary Styles +
    Package Options + | Displaying a glossary + | Glossary Styles + | Glossary Styles
    \gls -
    Multi-Lingual Support - | Defining New Entries - | Accented or Non-Latin Characters - | Accented or Non-Latin Characters - | Displaying Terms in the - | Displaying Terms in the - | Displaying Terms in the - | Defining Glossary Entries - | Defining Glossary Entries - | Links to Glossary Entries - | Links to Glossary Entries - | 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 -
    \glsadd -
    Defining New Entries - | Displaying Terms in the +
    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
    \glsaddall -
    Sample Documents - | Defining New Entries - | Displaying Terms in the +
    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 Order - | Package Options +
    Package Options
    \glsdefaulttype -
    Package Options - | Package Options +
    Package Options + | Package Options
    \glsdesc -
    Acronyms +
    Acronyms
    \glsdescwidth -
    Longtable Styles - | Longtable Styles - | Longtable Styles - | Supertabular Styles - | Supertabular Styles - | Supertabular Styles +
    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 - | Changing the format of +
    Plurals + | Links to Glossary Entries + | Changing the format of + | Changing the format of
    \glsdisplay -
    Defining Glossary Entries - | Defining 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 +
    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 -
    Defining New Entries - | Displaying Terms in the - | 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 + | 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
    -
    \glsnamefont -
    Displaying Glossaries - | Displaying Glossaries
    \glsnumbersgroupname -
    Changing the Fixed Names +
    Changing the Fixed Names
    \glspagelistwidth -
    Longtable Styles - | Longtable Styles - | Supertabular Styles - | Supertabular Styles +
    Longtable Styles + | Longtable Styles + | Longtable Styles (Ragged Right) + | Longtable Styles (Ragged Right) + | Supertabular Styles + | Supertabular Styles + | Supertabular Styles (Ragged Right)
    \glspl -
    Accented or Non-Latin Characters - | Accented or Non-Latin Characters - | Displaying Terms in the - | Displaying Terms in the - | Displaying Terms in the - | 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 - | 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 + | Acronyms + | Acronyms + | Unsetting and Resetting Entry + | Accessibility Support
    \glspluralsuffix -
    Defining Glossary Entries - | Defining Glossary Entries -
    \glsreset -
    Acronyms -
    \glsresetall -
    Acronyms +
    Defining Glossary Entries + | Defining Glossary Entries
    \glssee -
    Introduction - | Defining New Entries - | Cross-Referencing Entries - | Links to Glossary Entries -
    \glsSetCompositor -
    Displaying Glossaries +
    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 -
    Package Order - | 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 Order - | Package Order - | 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 - | Accented or Non-Latin Characters - | 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 -
    \item -
    Displaying Glossaries +
    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 - | Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | 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 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 - | Troubleshooting - | Troubleshooting - | Displaying Glossaries - | Displaying Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | Changing the Sort Order - | Displaying Terms in the - | 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 - | Acronyms - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Upgrading From the glossary +
    Sample Documents + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Package Options + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Upgrading From the glossary
    \newglossary -
    Using xindy explicitly - | Using makeindex explicitly - | Defining Additional Glossaries +
    Using xindy explicitly + | Using makeindex explicitly + | Package Options
    \newglossaryentry -
    Sample Documents - | Defining New Entries - | Displaying Terms in the - | Acronyms - | Links to Glossary Entries - | Links to Glossary Entries - | Acronyms +
    Sample Documents + | Links to Glossary Entries + | Links to Glossary Entries + | Acronyms
    \newglossaryentry keys
    description -
    Defining New Entries - | 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 -
    Defining New Entries - | Defining Sub-Entries - | 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 Sub-Entries - | Defining Glossary Entries - | Defining Glossary Entries - | Hierarchical Categories +
    Defining Glossary Entries + | Defining Glossary Entries + | Hierarchical Categories
    plural -
    Plurals - | 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 - | Cross-Referencing Entries - | 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 - | Defining Sub-Entries - | Changing the Sort Order - | Accented or Non-Latin Characters - | 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 New Entries - | Defining New Entries - | 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 -
    Defining Sub-Entries - | Hierarchical Categories - | Homographs - | Glossary Styles +
    Hierarchical Categories + | Homographs + | Glossary Styles
    number list -
    Sample Documents - | Sample Documents - | Generating the Associated Glossary - | Displaying Glossaries - | 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 - | Supertabular Styles - | Supertabular Styles - | 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 - | Defining Additional Glossaries - | Defining Additional Glossaries - | Acronyms - | Acronyms - | Package Options - | Package Options - | Package Options - | 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 +
    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 + | 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 - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | Acronyms - | 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 + | 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 - | Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Package Options + | Package Options + | 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 - | Acronyms - | Acronyms - | Acronyms - | 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 + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms + | Acronyms
    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
    nonumberlist -
    Displaying Glossaries - | Displaying Glossaries - | 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
    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 - | 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
    symbol -
    Acronyms - | Acronyms - | Acronyms - | Acronyms +
    Acronyms + | Acronyms + | Acronyms + | Acronyms
    section -
    Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | 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 +
    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 - | 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 -
    Displaying Glossaries - | Displaying Glossaries - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Package Options - | Displaying a glossary - | Displaying a glossary - | Glossary Styles - | Glossary Styles +
    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 -
    Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | Displaying Glossaries - | 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
    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
    \printglossaries -
    Troubleshooting - | Displaying Glossaries - | 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 +
    Acronyms + | Acronyms
    \seename -
    Cross-Referencing Entries - | 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 +
    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 +
    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 - | Package Order +
    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
    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 - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Troubleshooting - | Displaying Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | Defining Additional Glossaries - | Accented or Non-Latin Characters - | Accented or Non-Latin Characters - | Displaying Terms in the - | 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

    @@ -7972,116 +7684,117 @@ 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
    + HREF="glossaries-manual.html#tex2html17">2
    http://xindy.sourceforge.net/
    -
    ...main.3
    -
    Actually it sets \acronymtype to -\glsdefaulttype if the acronym package option is -not used, but \glsdefaulttype usually has the value +
    ...main.3
    +
    Actually it sets \acronymtype to +\glsdefaulttype if the acronym package option is +not used, but \glsdefaulttype usually has the value main.
    -
    ...acronym4
    +
    ...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.5
    +
    ... this.5
    The only preamble restriction on \newglossaryentry and \newacronym was removed in version 1.13, but the restriction remains for \loadglsentries.
    -
    ... specified.6
    +
    ... 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.
    -
    ... label7
    +
    ... label7
    main for the main (default) glossary, \acronymtype for the list of acronyms, or the name supplied in the first mandatory argument to \newglossary for additional glossaries.
    -
    ... hyphen8
    +
    ... hyphen8
    see -\setCompositor described in +\setCompositor described in Defining Glossary Entries
    -
    ... +
    ... hyphen9
    -
    see \setAlphaCompositor described in + HREF="glossaries-manual.html#tex2html27">9 +
    see \setAlphaCompositor described in Defining Glossary Entries
    -
    ...textsmaller,10
    +
    ...textsmaller,10
    you will need to load a package, such as relsize, that defines \textsmaller if you use this option.
    -
    ... +
    ... \textsmaller{#1}.11
    + HREF="glossaries-manual.html#tex2html32">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.
    -
    ... package12
    +
    ... package12
    as from version 1.18
    -
    ... column.13
    +
    ... 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
    + HREF="glossaries-manual.html#tex2html38">14
    This style was supplied by Axel Menzel.
    -
    ...supertabular.15
    -
    e.g. with the flowfram +
    ...supertabular.15
    +
    e.g. with the flowfram package.
    -
    ...MakeTextUppercase,16
    +
    ...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 9791f8f8b72..403a5d3b9a7 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-manual.tex @@ -27,7 +27,7 @@ \makeatother \RecordChanges \PageIndex -\CheckSum{8209} +\CheckSum{8706} \CodelineNumbered \newcommand*{\termdef}[1]{\emph{#1}\iterm{#1}} \newcommand*{\term}[1]{#1\iterm{#1}} @@ -131,7 +131,7 @@ \MakeShortVerb{"} \DeleteShortVerb{\|} - \title{glossaries.sty v 1.2: \LaTeXe\ Package to Assist Generating Glossaries} + \title{glossaries.sty v 2.01: \LaTeXe\ Package to Assist Generating Glossaries} \author{Nicola L.C. Talbot\\[10pt] School of Computing Sciences\\ University of East Anglia\\ @@ -139,7 +139,7 @@ Norwich. Norfolk\\ NR4 7TJ. United Kingdom.\\ \url{http://theoval.cmp.uea.ac.uk/~nlct/}} - \date{16th April 2009} + \date{30th May 2009} \maketitle \tableofcontents @@ -161,9 +161,18 @@ via \ics{glssee} (or the \gloskey{see} key)} in the document will be added to the glossary. \textbf{This package replaces the \isty{glossary} package which is -now obsolete. Please see the file -\ifmakedtx{\url{glossary2glossaries.pdf}}{% -\url{glossary2glossaries.html}} for assistance in upgrading.} +now obsolete.} Please see +\ifmakedtx{the document \dq{Upgrading from the glossary package to +the glossaries package} (\href{glossary2glossaries.pdf}{glossary2glossaries.pdf})}{\htmladdnormallink{Upgrading from the glossary package +to the glossaries package}{glossary2glossaries.html}} +for assistance in upgrading. + +One of the strengths of this package is its flexibility, however +the drawback of this is the necessity of having a large manual +that can cover all the various settings. If you are daunted by the +size of the manual, try starting off with the much shorter +\ifmakedtx{guide for beginners (\href{glossariesbegin.pdf}{glossariesbegin.pdf})}{% +\htmladdnormallink{guide for beginners}{glossariesbegin.html}}. \begin{important} The \sty{glossaries} package comes with a @@ -179,17 +188,9 @@ Associated Glossary Files}{sec:makeglossaries}} for further details. \end{important} -One of the strengths of this package is its flexibility, however -the drawback of this is the necessity of having a large manual -that can cover all the various settings. The documentation is -therefore structured as follows: +This manual is structured as follows: \begin{itemize} -\item \ifmakedtx{\autoref{sec:quick}}{\htmlref{{A Quick Guide For -The Impatient}}{sec:quick}} is for people who want a few quick -pointers of how to get started creating a basic glossary, without -having to read through lengthy descriptions. - -\item \ifmakedtx{\autoref{sec:overview}}{\htmlref{Overview of User Commands}{sec:overview}} +\item \ifmakedtx{\autoref{sec:overview}}{\htmlref{Overview of Main User Commands}{sec:overview}} gives an overview of the main user commands and their syntax. \item \ifmakedtx{\autoref{sec:mfirstuc}}{\htmlref{Mfirstuc}{sec:mfirstuc}} @@ -197,11 +198,17 @@ describes the associated \sty{mfirstuc} package. \ifmakedtx{\item \autoref{sec:code} contains the documented source code for those who -want to know more about how the package works. +want to know more about how the package works. This describes more +advanced commands, such as determining if an entry or a glossary +exists and commands that iterate through defined terms or glossaries. \item \autoref{sec:code:mfirstuc} contains the documented code for the \sty{mfirstuc} package.}{} \end{itemize} +\ifmakedtx{}{The \htmladdnormallink{PDF version}{glossaries.pdf} of +this manual also describes more advanced commands in the documented +code section (such as determining if an entry or a glossary exists +and commands that iterate through defined terms or glossaries).} \noindent The remainder of this introductory section covers the following: @@ -242,9 +249,10 @@ This should display the full pathname of the file see if it contains the \texttt{samples} subdirectory. If you can't find the sample files, they are available in the -\texttt{doc/latex/glossaries/samples/} subdirectory of the +subdirectory \texttt{doc/latex/glossaries/samples/} in the \texttt{glossaries.tds.zip} archive which can be downloaded from -CTAN. +\ifmakedtx{\href{http://tug.ctan.org/tex-archive/macros/latex/contrib/glossaries/}{CTAN}}{\htmladdnormallink{CTAN}{http://tug.ctan.org/tex-archive/macros/latex/contrib/glossaries/}}. + The sample documents are as follows: \begin{description} @@ -530,7 +538,7 @@ makeglossaries sampleutf8 latex sampleutf8 \end{verbatim} you will see that the entries that start with a non-Latin character -now appear in the symbols group, and the word \dq{manœuvre} is now +now appear in the symbols group, and the word \dq{man\oe uvre} is now after \dq{manor} instead of before it. If you are unable to use \appname{makeglossaries}, the call to \appname{makeindex} is as follows (no line breaks): @@ -544,8 +552,8 @@ uses the experimental \isty{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 \sty{glossaries-accsupp} package can be found in -\ifmakedtx{\autoref{sec:accsupp}}{\htmlref{\dq{Accessibility -Support}{sec:accsupp}}}. +\ifmakedtx{\autoref{sec:accsupp}}{\htmlref{\dq{Accessibility Support}}{sec:accsupp}}. + \end{description} \ifmakedtx{}{\toTop} @@ -570,7 +578,7 @@ If you want to use \appname{xindy}, remember to use the \end{verbatim} \begin{important} -If you use an accented or non-Latin character at the start of +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.\ \ics{Gls}) due to expansion issues. For example: @@ -822,8 +830,7 @@ use \texttt{-C} \meta{code} The \appname{makeglossaries} script picks up the relevant information from the auxiliary (\filetype{.aux}) file and will either call \appname{xindy} or \appname{makeindex}, -depending on whether the indexing style file ends with -\filetype{.xdy} or \filetype{.ist}. Therefore, you only need to +depending on the supplied information. Therefore, you only need to pass the document's name without the extension to \appname{makeglossaries}. For example, if your document is called \texttt{myDoc.tex}, @@ -959,6 +966,52 @@ you use \appname{makeindex} explicitly instead of using \tableref{tab:makeglossariesCmds}. \ifmakedtx{}{\toTop} +\subsubsection{Note to Front-End and Script Developers} + +The information needed to determine whether to use \appname{xindy} +or \appname{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 +stored in the auxiliary file. + +The file extensions used by each defined glossary are given by\\[10pt] +\cs{@newglossary}\marg{label}\marg{log}\marg{out-ext}\marg{in-ext}\\[10pt] +where \meta{in-ext} is the extension of the \emph{indexing +application's} input file (the output file from the \sty{glossaries} +package's point of view), \meta{out-ext} is the extension of the +\emph{indexing application's} output file (the input file from +the \sty{glossaries} package's point of view) and \meta{log} is the +extension of the indexing application's transcript file. The label +for the glossary is also given for information purposes only, but +is not required by the indexing applications. For example, the +information for the main glossary is written as: +\begin{verbatim} +\@newglossary{main}{glg}{gls}{glo} +\end{verbatim} + +The indexing application's style file is specified by\\[10pt] +\cs{@istfilename}\marg{filename}\\[10pt] +The file extension indicates whether to use \appname{makeindex} +(\filetype{.ist}) or \appname{xindy} (\filetype{.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. + +Word or letter ordering is specified by:\\[10pt] +\cs{@glsorder}\marg{order}\\[10pt] +where \meta{order} can be either \texttt{word} or \texttt{letter}. + +If \appname{xindy} should be used, the language and code page +for each glossary is specified by\\[10pt] +\cs{@xdylanguage}\marg{label}\marg{language}\\ +\cs{@gls@codepage}\marg{label}\marg{code}\\[10pt] +where \meta{label} identifies the glossary, \meta{language} is +the root language (e.g.\ \texttt{english}) and \meta{code} +is the encoding (e.g.\ \texttt{utf8}). These commands are omitted +if \appname{makeindex} should be used. +\ifmakedtx{}{\toTop} + \subsection{Troubleshooting} \label{sec:trouble} @@ -1095,8 +1148,8 @@ 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 \appname{makeglossaries} after the second \LaTeX\ run, followed -by another \LaTeX\ run. +\ifmakedtx{run \appname{makeglossaries} (see \autoref{sec:makeglossaries})}{\htmlref{run \appname{makeglossaries}}{sec:makeglossaries}} +after the second \LaTeX\ run, followed by another \LaTeX\ run. \end{itemize} Check the log files (\filetype{.log}, \filetype{.glg} etc) for any @@ -1105,7 +1158,7 @@ warnings. \item \textbf{Q.} It is possible to change the rules used to sort the glossary entries? -\item \textbf{A.} If it's for an individual entry, then you can +\textbf{A.} If it's for an individual entry, then you can use the entry's \gloskey{sort} key to sort it according to a different term. If it's for the entire alphabet, then you will need to use \appname{xindy} (instead of \appname{makeindex}) and use an @@ -1120,558 +1173,7 @@ site. \end{enumerate} \ifmakedtx{}{\toTop} -\section{A Quick Guide For The Impatient} -\label{sec:quick} - -This section is for people who want a few quick pointers -of how to get started. However it is recommended that you read -\ifmakedtx{\autoref{sec:overview}}{\htmlref{the overview section}{sec:overview}} -for additional commands and advice not listed here. There are -also some sample files to help you get started, listed in -\ifmakedtx{\autoref{sec:samples}}{\htmlref{Sample -Documents}{sec:samples}}. The following is a minimal example: -\begin{verbatim} - \documentclass{article} - - % Load hyperref before glossaries - \usepackage[colorlinks]{hyperref} - \usepackage[acronym, % make a separate list of acronyms - toc % put the glossaries into the table of contents - ]{glossaries} - - % Write glossary entries to external file so that they - % can be sorted and collated by another application. - \makeglossaries - - % Define an entry whose label is `xample': - \newglossaryentry{xample}% unique label identifying this entry - {% Define the attributes for this entry: - name=sample,% the name or term begin defined - description={a sample entry}% a description of this entry - } - - % Define an acronym whose label is `ca': - \newacronym{ca}% label - {CA}% acronym - {Contrived Acronym}% expanded form - - \begin{document} - \tableofcontents - - A \gls{xample} entry and a \gls{ca}. - - \printglossaries - \end{document} -\end{verbatim} -\ifmakedtx{}{\toTop} - -\subsection{Package Order} -Load \sty{glossaries} \emph{after} \isty{hyperref}: -\begin{verbatim} -\usepackage{hyperref} -\usepackage{glossaries} -\end{verbatim} -Similarly for the \isty{html} package: -\begin{verbatim} -\usepackage{html} -\usepackage{glossaries} -\end{verbatim} -Likewise for \isty{babel} and \isty{translator}. - -Note that if you are using the \isty{hyperref} package and the -glossaries are in chapters, you may need to redefine -\ics{glsclearpage} to do \ics{clearpage} instead of -\cs{cleardoublepage} to prevent an unwanted blank page appearing -before the glossary: -\begin{verbatim} -\renewcommand*{\glsclearpage}{\clearpage} -\end{verbatim} -\ifmakedtx{}{\toTop} - -\subsection{Displaying Glossaries} - -Always use \ics{makeglossaries} if you want the glossary -entries to be written to the glossary file: -\begin{verbatim} -\usepackage{glossaries} -\makeglossaries -\end{verbatim} -If you don't use \ics{makeglossaries}, your glossaries will -not appear in the document! - -Use \ics{printglossaries} to make your glossaries appear -in the document at that point. For example: -\begin{verbatim} -\maketitle -\printglossaries -\section{Introduction} -\end{verbatim} -Note that only the glossary entries that have been used in the -document text will appear in the glossary. -See \ifmakedtx{\autoref{sec:printglossary}}{\htmlref{Displaying a glossary}{sec:printglossary} in the main overview section} -for further details. - -To add the glossaries to the table of contents use the -\pkgopt{toc} package option: -\begin{verbatim} -\usepackage[toc]{glossaries} -\end{verbatim} -This will require an extra \LaTeX\ run. Note that if the table -of contents affects the subsequent page numbering (i.e.\ the -page numbers are not reset after the table of contents) then you -may need to rerun \appname{makeglossaries} and \LaTeX. - -The font used to display the entry name in the glossary -is governed by \ics{glsnamefont}. This can be redefined -as required. For example, to make the entry names appear -in a medium sans-serif font do: -\begin{verbatim} -\renewcommand{\glsnamefont}[1]{\textsf{\mdseries #1}} -\end{verbatim} -Note that the list-like glossary styles place the entry name in -the optional argument to \ics{item}, so they will -appear in bold, unless you redefine \ics{glsnamefont} to counteract -the bold font. Similarly, the tree-like styles display the -entry name in bold. - -Glossary styles can be set using the \pkgopt{style} -package option. For example: -\begin{verbatim} -\usepackage[style=long3col]{glossaries} -\end{verbatim} -or using \ics{glossarystyle}\marg{style}. For example: -\begin{verbatim} -\glossarystyle{altlist} -\end{verbatim} -The predefined glossary styles provided by the \sty{glossaries} -bundle are listed in \ifmakedtx{\autoref{sec:styles}}{\htmlref{{Glossary -Styles}}{sec:styles}}. - -Each entry in the glossary has an associated list of numbers -indicating whereabouts in the document that entry has been used. -The number lists can be suppressed using package option -\pkgopt{nonumberlist}: -\begin{verbatim} -\usepackage[nonumberlist]{glossaries} -\end{verbatim} -See \ifmakedtx{\autoref{sec:numberlists}}{\htmlref{Number lists}{sec:numberlists}} -for further details about number lists. - -If your pages have a hyphen compositor (i.e.\ your page -numbers appear in the form 2-1), use \ics{glsSetCompositor} -\emph{before} \ics{makeglossaries}: -\begin{verbatim} -\documentclass{article} -\usepackage{glossaries} -\glsSetCompositor{-} -\makeglossaries -\end{verbatim} - -By default, the glossary will appear in an unnumbered -chapter if chapters are defined, otherwise in an unnumbered -section. This can be changed using the \pkgopt{section} package -option. For example, to make the glossaries appear in an unnumbered -section, even if chapters are defined, do: -\begin{verbatim} -\usepackage[section]{glossaries} -\end{verbatim} -Other sectional units can also be specified as -\pkgopt{section}=\meta{value}. For example, to make the glossaries -appear in unnumbered subsections: -\begin{verbatim} -\usepackage[section=subsection]{glossaries} -\end{verbatim} - -When you have created your document, run \LaTeX\ on it, -then the Perl script \appname{makeglossaries}, then run \LaTeX\ -on it again: -\begin{verbatim} -latex myfile -makeglossaries myfile -latex myfile -\end{verbatim} -(You need to run \LaTeX\ again if you have used the \pkgopt{toc} -package option. You may also need an extra \appname{makeglossaries} -run and another \LaTeX\ run if an entry is only referenced in the -glossary, or if including the glossary has caused the -number lists\iterm{number list} to change.) - -If you use Windows, there is a batch file called -\texttt{makeglossaries.bat} which you can use, but you will -still need Perl installed. Alternatively, you can call -\appname{makeindex} directly. See -\ifmakedtx{\autoref{sec:makeglossaries}}{\htmlref{Generating the -Associated Glossary Files}{sec:makeglossaries}} for -further details. - -If you want to use \appname{xindy} instead of -\appname{makeindex}, you must specify it in the package option: -\begin{verbatim} -\usepackage[xindy]{glossaries} -\end{verbatim} -See -\ifmakedtx{\autoref{sec:makeglossaries}}{\htmlref{Generating the -Associated Glossary Files}{sec:makeglossaries}} for -further details. -\ifmakedtx{}{\toTop} - -\subsection{Defining Additional Glossaries} - -New glossaries can be defined using:\par -\ics{newglossary}\oarg{log-ext}% -\marg{label}\marg{in-ext}\marg{out-ext}% -\marg{title}\par where \meta{label} is an identifying label, -\meta{in-ext} is the extension of the file to be created -by \appname{makeindex} or \appname{xindy} (called by -\appname{makeglossaries}), -\meta{out-ext} is the extension of the file to be read by -\appname{makeindex} or \appname{xindy} and \meta{title} is the title for this -new glossary. The first optional argument \meta{log-ext} specifies -the extension of the \appname{makeindex} or \appname{xindy} -transcript file. Example: -\begin{verbatim} -\newglossary[nlg]{notation}{not}{ntn}{Notation} -\end{verbatim} -This glossary's label is \texttt{notation} and its title -will be Notation. If you use \appname{makeglossaries}, the -\appname{makeindex} or \appname{xindy} transcript will be written to a file with the -extension \filetype{.nlg}. If \meta{log-ext} is omitted, the extension -\filetype{.glg} will be used. - -Any new glossaries must be defined before -\ics{makeglossaries}: -\begin{verbatim} -\usepackage{glossaries} -\newglossary{notation}{not}{ntn}{Notation} -\makeglossaries -\end{verbatim} - -If you use the \pkgopt{acronym} package option, the -\sty{glossaries} package -will automatically create a new glossary type labelled -\texttt{acronym}: -\begin{verbatim} -\usepackage[acronym]{glossaries} -\end{verbatim} -\ifmakedtx{}{\toTop} - -\subsection{Defining New Entries} - -A glossary term is defined using:\par -\ics{newglossaryentry}\marg{label}\marg{key-val list}\par -The \meta{key-val list} must at least contain a \gloskey{name} -key and a \gloskey{description} key. -For example: -\begin{verbatim} -\newglossaryentry{perl}{name=Perl, -description=A scripting language} -\end{verbatim} -In this example, I have given the entry the label \texttt{perl}. -Whenever I want to use this entry, that is the label I need -to use to identify it. - -Only those terms that have actually been used in the -document will be placed in the glossary. If you have defined -a term that doesn't appear in the glossary, then it means -you haven't used it in the text (either via \ics{glslink} -or \ics{gls} and related commands or via \ics{glsadd} -or \ics{glsaddall} or via \ics{glssee}). - -If you have multiple glossaries, use the \gloskey{type} -key to specify in which glossary the entry belongs. For example: -\begin{verbatim} -\newglossary{languages}{lan}{lng}{Index of Languages} - -\makeglossaries - -\newglossaryentry{perl}{name=Perl, -description=A scripting language, -type=languages} -\end{verbatim} -If \gloskey{type} is omitted, the default glossary is used. - -Remember to group values that have a comma or equal sign. -For example: -\begin{verbatim} -\newglossaryentry{pagelist}{name=page list, -description={A list of individual pages or page ranges -(e.g.\ 1,2,4,7--9)}} -\end{verbatim} - -Associated symbols can also be specified, but whether the -symbol appears in the glossary depends on the glossary style. -For example: -\begin{verbatim} -\newglossaryentry{metre}{name={metre}, -description={A metric measurement of length}, -symbol={m}} -\end{verbatim} -See \ifmakedtx{\autoref{sec:styles}}{\htmlref{Glossary -Styles}{sec:styles}} for a list of predefined glossary -styles. - -See \ifmakedtx{\autoref{sec:newglosentry}}{\htmlref{Defining Glossary Entries}{sec:newglosentry} in the main overview section} -for further details. -\ifmakedtx{}{\toTop} - -\subsection{Defining Sub-Entries} -To define a sub-entry, use the \gloskey{parent} key. For -example: -\begin{verbatim} -\newglossaryentry{fruit}{name={fruit}, % parent entry -description={tree product that contains seeds}} - -\newglossaryentry{apple}{name={apple}, % sub-entry -description={firm, round fruit}, -parent=fruit} -\end{verbatim} - -Sub-entries may have the same name as the parent entry: -\begin{verbatim} -\newglossaryentry{glossary}{name=glossary, % parent entry -description={\nopostdesc}, -plural={glossaries}} - -\newglossaryentry{glossarylist}{% first child entry -description={1) list of technical words}, -sort={1}, -parent={glossary}} - -\newglossaryentry{glossarycol}{% second child entry -description={2) collection of glosses}, -sort={2}, -parent={glossary}} -\end{verbatim} -Note that in this instance the \gloskey{name} key is not -required for the child entries, but the \gloskey{sort} key is -needed to sort the sub-entries. The parent entry has no -description, so the description terminator is suppressed using -\ics{nopostdesc}. - -See \ifmakedtx{\autoref{sec:subentries}}{\htmlref{Sub-Entries}{sec:subentries}} for -further details. -\ifmakedtx{}{\toTop} - -\subsection{Changing the Sort Order} -To change the sorting order, use the \gloskey{sort} key. -For example: -\begin{verbatim} -\newglossaryentry{tex}{name={\TeX}, -description={A typesetting language}, -sort=tex} -\end{verbatim} -This will put the entry in the \dq{T} group (entries starting with -the letter \dq{t} or \dq{T}) rather than the -\dq{symbols} group (entries starting with a symbol). -Similarly, the following example puts the entry in the \dq{U} -group instead of the \dq{symbol} group. -\begin{verbatim} -\newglossaryentry{universal}{name={\ensuremath{\mathcal{U}}}, -description=The universal set, -sort=U} -\end{verbatim} - -Unlike the old \sty{glossary} package, you don't need to escape -\appname{makeindex}'s special characters: -\begin{verbatim} -\newglossaryentry{quote}{name={"}, -description={Double quote character}} - -\newglossaryentry{exclam}{name={!}, -description={Exclamation mark}} - -\newacronym{rna}{RNA}{ribonukleins\"aure} -\end{verbatim} - -\ifmakedtx{}{\toTop} - -\subsection{Accented or Non-Latin Characters} -If the entry name starts with an accented letter or -non-Latin character, you will need to group the first letter -(otherwise it will cause a problem for commands like \ics{Gls} and -\ics{Glspl}): -\begin{verbatim} -\newglossaryentry{elite}{name={{\'e}lite}, -sort=elite, -description={select group or class}} -\end{verbatim} -Likewise with commands such as \cs{ae} and \cs{oe}: -\begin{verbatim} -\newglossaryentry{oesophagus}{% -name={{\oe}sophagus}, -sort=oesophagus, -description={canal from mouth to stomach}} -\end{verbatim} - -If you use \appname{xindy}, you can specify the accented -or non-Latin character directly (in combination with the -\isty{inputenc} and \isty{fontenc} packages) but you still -need to group the first letter (otherwise it will cause a -problem for commands like \ics{Gls} and \ics{Glspl} due to -expansion issues): -\begin{verbatim} -\newglossaryentry{elite}{name={{é}lite}, -description={select group or class}} -\end{verbatim} -Note that in this case the \gloskey{sort} key is not required -as \appname{xindy} knows how to sort the letter \'e. -\ifmakedtx{}{\toTop} - -\subsection{Cross-Referencing Entries} -You can cross-reference an entry using the -\gloskey{see} key when you define it. For example, suppose -you have defined an entry whose label is \texttt{taylorstheorem}, -then you can cross-reference it: -\begin{verbatim} -\newglossaryentry{maclaurinseries}{name={Maclaurin series}, -description={Series expansion}, -see={taylorstheorem}} -\end{verbatim} -Alternatively, you can use \ics{glssee} after you have defined -the entry: -\begin{verbatim} -\glssee{maclaurinseries}{taylorstheorem} -\end{verbatim} -(The final argument may be a comma-separated list of labels.) -The \dq{see} tag may be overridden for a given entry: -\begin{verbatim} -\glssee[see also]{maclaurinseries}{taylorstheorem} -\end{verbatim} -or it can be changed for all entries by redefining \ics{seename}. -\ifmakedtx{}{\toTop} - -\subsection{Plurals} -Plural forms are assumed to be the singular form with an -\dq{s} appended, unless otherwise specified. To specify an -irregular plural, use the \gloskey{plural} key. For example: -\begin{verbatim} -\newglossaryentry{matrix}{name=matrix, -description=rectangular array of quantities, -plural=matrices} -\end{verbatim} - -The way the term appears in the main text can be different -from the way the term appears in the glossary: -\begin{verbatim} -\newglossaryentry{matrix}{name=Matrix, -description=rectangular array of quantities, -text=matrix, -plural=matrices} -\end{verbatim} -In this example, the entry name appears as \dq{Matrix} in the -glossary, and either \dq{matrix} or \dq{matrices} in the text. -\ifmakedtx{}{\toTop} - -\subsection{Displaying Terms in the Document} -In the document use \ics{gls}\marg{label} -to use a term that has already been defined with -\ics{newglossaryentry} (this will also enter the term into -the associated glossary output file). For example: -\begin{verbatim} -A \gls{singmtx} is a matrix with a zero determinant. -\end{verbatim} - -Other variations: -\begin{itemize} -\item \ics{Gls}\marg{label} : like \cs{gls}, -but with first letter in upper case -\item \ics{GLS}\marg{label} : like \cs{gls}, -but all upper case. -\item \ics{glspl}\marg{label} : use plural -\item \ics{Glspl}\marg{label} : use plural with -first letter in upper case -\item \ics{GLSpl}\marg{label} : use plural but -all upper case -\item \ics{glslink}\marg{label}\marg{link text} : -use \meta{link text} to link to the given entry in the glossary. -\end{itemize} -For example, the following will produce the plural form with -the first letter in uppercase: -\begin{verbatim} -\Glspl{singmtx} are matrices with a zero determinant. -\end{verbatim} - -Additional text can be appended to the link using the -end optional argument. For example, to form the possessive: -\begin{verbatim} -The \gls{singmtx}['s] dimensions \ldots -\end{verbatim} -See \ifmakedtx{\autoref{sec:glslink}}{\htmlref{Links to Glossary Entries}{sec:glslink}} -for further details. - -Entries can be added to the glossary without producing -any text using \ics{glsadd}\marg{label} or -\ics{glsaddall}. For example -\begin{verbatim} -\glsadd{singmtx} -\end{verbatim} -will add a line to the -glossary file for the specified term, but will not produce -any text where the command occurs. - -A number range can be entered using \verb|format=(| and -\verb"format=)" to mark the beginning and ending of the -range. For example: -\begin{verbatim} - \glsadd[format=(]{singmtx} - This is a very long section all about \glspl{singmtx}. - - % lots of text omitted - - \glsadd[format=)]{singmtx} -\end{verbatim} -This is equivalent to \appname{makeindex}'s \verb"|(" and \verb"|)" -formats or \appname{xindy}'s \texttt{:open-range} and -\texttt{:close-range} tags. -\ifmakedtx{}{\toTop} - -\subsection{Acronyms} -The way the term appears on \firstuse\ can be different -to the way it appears subsequently: -\begin{verbatim} -\newglossaryentry{singmtx}{name=Singular Matrix, -description=A matrix with a zero determinant, -first=singular matrix (SM), -text=SM, -firstplural=singular matrices (SMs)} -\end{verbatim} -In this example, the entry name appears as \dq{Singular Matrix} in -the glossary, and in the text it appears as \dq{singular matrix (SM)} -or \dq{singular matrices (SMs)} the first time the entry is used, -and subsequently appears as \dq{SM} or \dq{SMs}. - -The quick and easy way to define an acronym is to use:\par -\ics{newacronym}\oarg{key-val list}\marg{label}\marg{abbrev}% -\marg{long}\par -For example: -\begin{verbatim} -\newacronym{svm}{SVM}{support vector machine} -\end{verbatim} -This is equivalent to: -\begin{verbatim} -\newglossaryentry{svm}{type=\acronymtype, -name={SVM}, -description={support vector machine}, -text={SVM}, -first={support vector machine (SVM)}, -plural={SVMs}, -firstplural={support vector machines (SVMs)}} -\end{verbatim} -(The value of \ics{acronymtype} varies depending on whether -the \pkgopt{acronym} package option is used or not. -The optional argument \meta{key-val list} can be used to -override any of the \ics{newglossaryentry} keys; for -example, if the acronym has an irregular plural.) - -You can reset an acronym with \ics{glsreset}\marg{label} so that the -next occurrence displays the long form with the acronym in brackets -as though it hadn't been used. To do this for all defined -terms, use \ics{glsresetall}. See -\ifmakedtx{\autoref{sec:glsunset}}{\htmlref{Unsetting and Resetting Entry Flags}{sec:glsunset}} -for further details. -\ifmakedtx{}{\toTop} - -\section{Overview of User Commands}\label{sec:overview} +\section{Overview of Main User Commands}\label{sec:overview} \changes{1.02}{2007 May 25}{added overview section} \subsection{Package Options} @@ -1705,6 +1207,15 @@ 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, @@ -1841,7 +1352,8 @@ lists\iterm{number list}. value is also a \meta{key}=\meta{value} list. By default, the \sty{glossaries} package sanitizes the values of the \gloskey{name}, \gloskey{description} and \gloskey{symbol} keys used -when defining a new glossary entry. This may lead to unexpected results +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 \pkgopt{sanitize} package option. \ifmakedtx{(See \autoref{sec:pkgopt} and \autoref{sec:newentry} for @@ -1852,6 +1364,8 @@ further details.)}{} For example, to switch off the sanitization for the \usepackage[sanitize={name=false,description=false,% symbol=true}]{glossaries} \end{verbatim} +You can use \pkgopt[none]{sanitize} as a shortcut for\newline +\pkgoptni{sanitize=\{name=false,description=false,symbol=false\}}. \begin{important}% \textbf{Note}: this sanitization only applies to the \gloskey{name}, @@ -1926,6 +1440,9 @@ 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. + \end{description}\ifmakedtx{}{\toTop} \subsection{Defining Glossary Entries} @@ -2276,8 +1793,7 @@ have different plurals, they will need to be specified. For example: \newglossaryentry{bravo}{name={bravo}, description={\nopostdesc}} -\newglossaryentry{bravocry}{description={1) cry of approval -(pl.\ bravos)}, +\newglossaryentry{bravocry}{description={1) cry of approval (pl.\ bravos)}, sort={1}, plural={bravos}, parent=bravo} @@ -2478,9 +1994,10 @@ will place \cs{glstextformat}\marg{text} in the document at that point and add a line into the associated glossary file for the glossary entry given by \meta{label}. If hyperlinks are supported, \meta{text} will be a hyperlink to the relevant line in the -glossary. The optional argument \meta{options} must be a -\meta{key}=\meta{value} list which can take any of the following -keys: +glossary. (Note that this command doesn't affect the \firstuseflag: +use \ics{glsdisp} instead.) The optional argument \meta{options} +must be a \meta{key}=\meta{value} list which can take any of the +following keys: \begin{description} \item[{\gloskey[glslink]{format}}] This specifies how to format the @@ -2585,7 +2102,9 @@ value is \texttt{hyper=true}. There is also a starred version:\\[10pt] \cs{glslink*}\oarg{options}\marg{label}\marg{text}\\[10pt] which is equivalent to \cs{glslink}, except it sets -\texttt{hyper=false}. +\texttt{hyper=false}. Similarly, all the following commands +described in this section also have a starred version that disables +the hyperlink. \DescribeMacro{\gls} The command:\\[10pt] @@ -2635,12 +2154,13 @@ Note that \cs{glslink} doesn't use or affect the \firstuseflag, nor does it use \ics{glsdisplay} or \ics{glsdisplayfirst} (see \ifmakedtx{\autoref{sec:glsdisplay}}{\htmlref{later}{sec:glsdisplay}}). Instead, you can use:\\[10pt] -\DescribeMacro{glsdisp} +\DescribeMacro{\glsdisp} \cs{glsdisp}\oarg{options}\marg{label}\marg{link text}\\[10pt] This behaves in the same way as \cs{gls}, except that it uses \meta{link text} instead of the value of the \gloskey{first} or \gloskey{text} key. (Note that this command always sets -\meta{insert} to nothing.) +\meta{insert} to nothing.) This command affects the \firstuseflag, +and uses \ics{glsdisplay} or \ics{glsdisplayfirst}. \DescribeMacro{\glstext}The command:\\[10pt] \cs{glstext}\oarg{options}\marg{label}\oarg{insert}\\[10pt] @@ -2826,8 +2346,8 @@ then \verb|\gls{distance}| will produce \dq{\textbf{distance (km)}}. If you have multiple glossaries, changing \cs{glsdisplayfirst} and \cs{glsdisplay} will change the way entries for all of the -glossaries appear when using the commands \cs{gls}, \cs{glspl} and their -uppercase variants. If you only +glossaries appear when using the commands \ics{gls}, \ics{glspl}, their +uppercase variants and \ics{glsdisp}. If you only want the change to affect entries for a given glossary, then you need to use\\[10pt] \DescribeMacro{\defglsdisplay}\cs{defglsdisplay}\oarg{type}\marg{definition}\\[10pt] @@ -2841,7 +2361,7 @@ the first (which is optional) is the glossary's label\footnote{\texttt{main} for name supplied in the first mandatory argument to \cs{newglossary} for additional glossaries.} and the second is how the term should be displayed when it is invoked using commands \cs{gls}, -\cs{glspl} and their uppercase variants. This is similar to the way \cs{glsdisplayfirst} was +\cs{glspl}, their uppercase variants and \cs{glsdisp}. This is similar to the way \cs{glsdisplayfirst} was redefined above. For example, suppose you have created a new glossary called @@ -3461,7 +2981,8 @@ Note that the main (default) glossary is automatically created as: \begin{verbatim} \newglossary{main}{gls}{glo}{\glossaryname} \end{verbatim} -so it can be identified by the label \texttt{main}. Using the +so it can be identified by the label \texttt{main} (unless the +\pkgopt{nomain} package option is used). Using the \pkgopt{acronym} package option is equivalent to: \begin{verbatim} \newglossary[alg]{acronym}{acr}{acn}{\acronymname} @@ -4080,13 +3601,13 @@ be displayed if it has been defined.} \ttfamily sublistdotted & 1 & & \\ \ttfamily list* & 1 & \tick & \\ \ttfamily altlist* & 1 & \tick & \\ -\ttfamily long3col* & 1 & \tick & \\ +\ttfamily long*3col* & 1 & \tick & \\ \ttfamily long4col* & 1 & \tick & \tick \\ -\ttfamily altlong4col* & 1 & \tick & \tick \\ +\ttfamily altlong*4col* & 1 & \tick & \tick \\ \ttfamily long* & 1 & \tick & \\ -\ttfamily super3col* & 1 & \tick & \\ +\ttfamily super*3col* & 1 & \tick & \\ \ttfamily super4col* & 1 & \tick & \tick \\ -\ttfamily altsuper4col* & 1 & \tick & \tick \\ +\ttfamily altsuper*4col* & 1 & \tick & \tick \\ \ttfamily super* & 1 & \tick & \\ \ttfamily index* & 2 & & \tick\\ \ttfamily treenoname* & --- & \tick & \tick\\ @@ -4096,17 +3617,21 @@ be displayed if it has been defined.} \par \end{table} -The glossary style can be set using the \pkgopt{style} package option -or using the \gloskey[printglossary]{style} key in the optional +The glossary style can be set using the \gloskey[printglossary]{style} key in the optional argument to \ics{printglossary} or using the command:\\[10pt] \DescribeMacro{\glossarystyle}\cs{glossarystyle}\marg{style-name}\\[10pt] +Some of the glossary styles may also be set using the \pkgopt{style} +package option, it depends if the package in which they are defined +is automatically loaded by the \sty{glossaries} package. + The tabular-like styles that allow multi-line descriptions and page lists use the length \DescribeMacro{\glsdescwidth}\cs{glsdescwidth} to set the width of the description column and the length \DescribeMacro{\glspagelistwidth}\cs{glspagelistwidth} to set the width of the page list column.\footnote{these lengths will not be available if you use both the \pkgopt{nolong} and \pkgopt{nosuper} -package options or if you use the \pkgopt{nostyles} package option.} +package options or if you use the \pkgopt{nostyles} package option +unless you explicitly load the relevant package.} These will need to be changed using \cs{setlength} if the glossary is too wide. Note that the \glostyle{long4col} and \glostyle{super4col} styles (and their header and border variations) @@ -4148,7 +3673,7 @@ All the styles except for the three- and four-column styles and the \glostyle{listdotted} style use the command \DescribeMacro{\glspostdescription}\cs{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 +this full stop (or replace it with something else, say, a comma) you will need to redefine \cs{glspostdescription} before the glossary is displayed. Alternatively, you can suppress it for a given entry by placing \ics{nopostdesc} in the entry's description. @@ -4161,7 +3686,7 @@ The styles described in this section are all defined in the package \isty{glossary-list}. Since they all use the \envname{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 not be available if you use either the +these styles will automatically be available unless you use the \pkgopt{nolist} or \pkgopt{nostyles} package options. \begin{description} @@ -4231,8 +3756,14 @@ the same manner as \glostyle{listdotted}. The styles described in this section are all defined in the package \isty{glossary-long}. Since they all use the \envname{longtable} environment, they are governed by the same parameters as that -environment. Note that these styles will not be available if you -use either the \pkgopt{nolong} or \pkgopt{nostyles} package options. +environment. Note that these styles will automatically be available +unless you use the \pkgopt{nolong} or \pkgopt{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 +\ifmakedtx{\autoref{sec:longraggedstyles}}{\htmlref{Longtable Styles +(Ragged Right)}{sec:longraggedstyles}}. + \begin{description} \item[long] The \glostyle{long} style uses the \envname{longtable} @@ -4317,18 +3848,110 @@ descriptions and page lists. \end{description} \ifmakedtx{}{\toTop} +\subsubsection{Longtable Styles (Ragged Right)} +\label{sec:longraggedstyles} + +The styles described in this section are all defined in the package +\isty{glossary-longragged}. These styles are analogous to those +defined in \isty{glossary-long} but the multiline columns are left +justified instead of fully justified. Since these styles all use the +\envname{longtable} environment, they are governed by the same +parameters as that environment. The \isty{glossary-longragged} +package additionally requires the \isty{array} package. Note that +these styles will only be available if you explicitly load +\isty{glossary-longragged}: +\begin{verbatim} +\usepackage{glossaries} +\usepackage{glossary-longragged} +\end{verbatim} +Note that you can't set these styles using the \pkgopt{style} +package option since the styles aren't defined until after +the \sty{glossaries} package has been loaded. + +\begin{description} +\item[longragged] The \glostyle{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 +\term{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 +\ics{glsdescwidth}. Child entries have a similar format to the +parent entries except that their name is suppressed. + +\item[longraggedborder] The \glostyle{longraggedborder} style is like +\glostyle{longragged} but has horizontal and vertical lines around it. + +\item[longraggedheader] The \glostyle{longraggedheader} style is like +\glostyle{longragged} but has a header row. + +\item[longraggedheaderborder] The \glostyle{longraggedheaderborder} +style is like \glostyle{longraggedheader} but has horizontal and +vertical lines around it. + +\item[longragged3col] The \glostyle{longragged3col} style is like +\glostyle{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) \term{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 +\ics{glsdescwidth}, and the width of the third column is governed by +the length \ics{glspagelistwidth}. + +\item[longragged3colborder] The \glostyle{longragged3colborder} +style is like the \glostyle{longragged3col} style but has horizontal +and vertical lines around it. + +\item[longragged3colheader] The \glostyle{longragged3colheader} style is like +\glostyle{longragged3col} but has a header row. + +\item[longragged3colheaderborder] The \glostyle{longragged3colheaderborder} style is +like \glostyle{longragged3colheader} but has horizontal and vertical lines +around it. + +\item[altlongragged4col] The \glostyle{altlongragged4col} style is +like \glostyle{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 \ics{glsdescwidth} and the width of +the page list column is governed by the length +\ics{glspagelistwidth}. The widths of the name and symbol columns +are governed by the widest entry in the given column. + +\item[altlongragged4colborder] The +\glostyle{altlongragged4colborder} style is like the +\glostyle{altlongragged4col} but has horizontal and vertical lines +around it. + +\item[altlongragged4colheader] The +\glostyle{altlongragged4colheader} style is like +\glostyle{altlongragged4col} but has a header row. + +\item[altlongragged4colheaderborder] The +\glostyle{altlongragged4colheaderborder} style is like +\glostyle{altlongragged4colheader} but has horizontal and vertical +lines around it. + +\end{description} +\ifmakedtx{}{\toTop} + \subsubsection{Supertabular Styles} \label{sec:superstyles} The styles described in this section are all defined in the package \isty{glossary-super}. Since they all use the \envname{supertabular} environment, they are governed by the same parameters as that -environment. Note that these styles will not be available if you -use either the \pkgopt{nosuper} or \pkgopt{nostyles} package options. -In general, the \envname{longtable} environment is better, but there -are some circumstances where it is better to use +environment. Note that these styles will automatically be available +unless you use the \pkgopt{nosuper} or \pkgopt{nostyles} package +options. In general, the \envname{longtable} environment is better, +but there are some circumstances where it is better to use \envname{supertabular}.\footnote{e.g.\ with the \isty{flowfram} -package.} +package.} These styles fully justify the description and page list +columns. If you want ragged right formatting instead, use the +analogous styles described in +\ifmakedtx{\autoref{sec:superraggedstyles}}{\htmlref{Supertabular +Styles (Ragged Right)}{sec:superraggedstyles}}. + \begin{description} \item[super] The \glostyle{super} style uses the \envname{supertabular} @@ -4414,15 +4037,105 @@ descriptions and page lists. \end{description} \ifmakedtx{}{\toTop} +\subsubsection{Supertabular Styles (Ragged Right)} +\label{sec:superraggedstyles} + +The styles described in this section are all defined in the package +\isty{glossary-superragged}. These styles are analogous to those +defined in \isty{glossary-super} but the multiline columns are left +justified instead of fully justified. Since these styles all use the +\envname{supertabular} environment, they are governed by the same +parameters as that environment. The \isty{glossary-superragged} +package additionally requires the \isty{array} package. Note that +these styles will only be available if you explicitly load +\isty{glossary-superragged}: +\begin{verbatim} +\usepackage{glossaries} +\usepackage{glossary-superragged} +\end{verbatim} +Note that you can't set these styles using the \pkgopt{style} +package option since the styles aren't defined until after +the \sty{glossaries} package has been loaded. + +\begin{description} +\item[superragged] The \glostyle{superragged} style uses the +\envname{supertabular} environment (defined by the +\isty{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 \term{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 \ics{glsdescwidth}. Child entries have a similar format to +the parent entries except that their name is suppressed. + +\item[superraggedborder] The \glostyle{superraggedborder} style is +like \glostyle{superragged} but has horizontal and vertical lines +around it. + +\item[superraggedheader] The \glostyle{superraggedheader} style is +like \glostyle{superragged} but has a header row. + +\item[superraggedheaderborder] The +\glostyle{superraggedheaderborder} style is like +\glostyle{superraggedheader} but has horizontal and vertical lines +around it. + +\item[superragged3col] The \glostyle{superragged3col} style is like +\glostyle{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) \term{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 +\ics{glsdescwidth}. The width of the third column is governed by the +length \ics{glspagelistwidth}. + +\item[superragged3colborder] The \glostyle{superragged3colborder} +style is like the \glostyle{superragged3col} style but has +horizontal and vertical lines around it. + +\item[superragged3colheader] The \glostyle{superragged3colheader} +style is like \glostyle{superragged3col} but has a header row. + +\item[superragged3colheaderborder] The +\glostyle{superragged3colheaderborder} style is like +\glostyle{superragged3colheader} but has horizontal and vertical +lines around it. + +\item[altsuperragged4col] The \glostyle{altsuperragged4col} style is +like \glostyle{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. + +\item[altsuperragged4colborder] The +\glostyle{altsuperragged4colborder} style is like the +\glostyle{altsuperragged4col} style but has horizontal and vertical +lines around it. + +\item[altsuperragged4colheader] The +\glostyle{altsuperragged4colheader} style is like +\glostyle{altsuperragged4col} but has a header row. + +\item[altsuperragged4colheaderborder] The +\glostyle{altsuperragged4colheaderborder} style is like +\glostyle{altsuperragged4colheader} but has horizontal and vertical +lines around it. + +\end{description} +\ifmakedtx{}{\toTop} + \subsubsection{Tree-Like Styles} \label{sec:treestyles} The styles described in this section are all defined in the package \isty{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 not be available if you -use either the \pkgopt{notree} or \pkgopt{nostyles} package options. +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 \pkgopt{notree} or \pkgopt{nostyles} package +options. \begin{description} \item[index] The \glostyle{index} style is similar to the way @@ -4507,7 +4220,7 @@ If the predefined styles don't fit your requirements, you can define your own style using\DescribeMacro{\newglossarystyle}:\\[10pt] \cs{newglossarystyle}\marg{name}\marg{definitions}\\[10pt] where \meta{name} is the name of the new glossary style (to be -used in \cs{glossarystyle}). The second argument \meta{definitions}, +used in \cs{glossarystyle}). The second argument \meta{definitions} needs to redefine all of the following: \begin{description} @@ -4757,7 +4470,7 @@ than \cs{emph}.) Note however that \item \verb|\makefirstuc{{\'a}bc}| produces \MakeUppercase{\'a}bc -\item \verb|\makefirstuc{\ae bc}| produces \ifmakedtx{\MakeUppercase\ae bc}{\AE bc} +\item \verb|\makefirstuc{\ae bc}| produces \ifmakedtx{\MakeUppercase{\ae}bc}{\AE bc} \item \verb|\makefirstuc{{\ae}bc}| produces \ifmakedtx{\MakeUppercase{\ae}bc}{\AE bc} diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf b/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf index 9e9ddd36424..bbf02023b50 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries.pdf @@ -49,525 +49,483 @@ endobj (Using makeindex explicitly) endobj 37 0 obj -<< /S /GoTo /D (subsection.1.4) >> +<< /S /GoTo /D (subsubsection.1.3.4) >> endobj 40 0 obj -(Troubleshooting) +(Note to Front-End and Script Developers) endobj 41 0 obj -<< /S /GoTo /D (section.2) >> +<< /S /GoTo /D (subsection.1.4) >> endobj 44 0 obj -(A Quick Guide For The Impatient) +(Troubleshooting) endobj 45 0 obj -<< /S /GoTo /D (subsection.2.1) >> +<< /S /GoTo /D (section.2) >> endobj 48 0 obj -(Package Order) +(Overview of Main User Commands) endobj 49 0 obj -<< /S /GoTo /D (subsection.2.2) >> +<< /S /GoTo /D (subsection.2.1) >> endobj 52 0 obj -(Displaying Glossaries) +(Package Options) endobj 53 0 obj -<< /S /GoTo /D (subsection.2.3) >> +<< /S /GoTo /D (subsection.2.2) >> endobj 56 0 obj -(Defining Additional Glossaries) +(Defining Glossary Entries) endobj 57 0 obj -<< /S /GoTo /D (subsection.2.4) >> +<< /S /GoTo /D (subsubsection.2.2.1) >> endobj 60 0 obj -(Defining New Entries) +(Plurals) endobj 61 0 obj -<< /S /GoTo /D (subsection.2.5) >> +<< /S /GoTo /D (subsubsection.2.2.2) >> endobj 64 0 obj -(Defining Sub-Entries) +(Sub-Entries) endobj 65 0 obj -<< /S /GoTo /D (subsection.2.6) >> +<< /S /GoTo /D (subsubsection.2.2.3) >> endobj 68 0 obj -(Changing the Sort Order) +(Loading Entries From a File) endobj 69 0 obj -<< /S /GoTo /D (subsection.2.7) >> +<< /S /GoTo /D (subsection.2.3) >> endobj 72 0 obj -(Accented or Non-Latin Characters) +(Number lists) endobj 73 0 obj -<< /S /GoTo /D (subsection.2.8) >> +<< /S /GoTo /D (subsection.2.4) >> endobj 76 0 obj -(Cross-Referencing Entries) +(Links to Glossary Entries) endobj 77 0 obj -<< /S /GoTo /D (subsection.2.9) >> +<< /S /GoTo /D (subsubsection.2.4.1) >> endobj 80 0 obj -(Plurals) +(Changing the format of the link text) endobj 81 0 obj -<< /S /GoTo /D (subsection.2.10) >> +<< /S /GoTo /D (subsubsection.2.4.2) >> endobj 84 0 obj -(Displaying Terms in the Document) +(Enabling and disabling hyperlinks to glossary entries) endobj 85 0 obj -<< /S /GoTo /D (subsection.2.11) >> +<< /S /GoTo /D (subsection.2.5) >> endobj 88 0 obj -(Acronyms) +(Adding an Entry to the Glossary Without Generating Text) endobj 89 0 obj -<< /S /GoTo /D (section.3) >> +<< /S /GoTo /D (subsection.2.6) >> endobj 92 0 obj -(Overview of User Commands) +(Cross-Referencing Entries) endobj 93 0 obj -<< /S /GoTo /D (subsection.3.1) >> +<< /S /GoTo /D (subsection.2.7) >> endobj 96 0 obj -(Package Options) +(Using Glossary Terms Without Links) endobj 97 0 obj -<< /S /GoTo /D (subsection.3.2) >> +<< /S /GoTo /D (subsection.2.8) >> endobj 100 0 obj -(Defining Glossary Entries) +(Displaying a glossary) endobj 101 0 obj -<< /S /GoTo /D (subsubsection.3.2.1) >> +<< /S /GoTo /D (subsubsection.2.8.1) >> endobj 104 0 obj -(Plurals) +(Changing the way the entry name appears in the glossary) endobj 105 0 obj -<< /S /GoTo /D (subsubsection.3.2.2) >> +<< /S /GoTo /D (subsubsection.2.8.2) >> endobj 108 0 obj -(Sub-Entries) +(Xindy) endobj 109 0 obj -<< /S /GoTo /D (subsubsection.3.2.3) >> +<< /S /GoTo /D (subsection.2.9) >> endobj 112 0 obj -(Loading Entries From a File) +(Defining New Glossaries) endobj 113 0 obj -<< /S /GoTo /D (subsection.3.3) >> +<< /S /GoTo /D (subsection.2.10) >> endobj 116 0 obj -(Number lists) +(Acronyms) endobj 117 0 obj -<< /S /GoTo /D (subsection.3.4) >> +<< /S /GoTo /D (subsubsection.2.10.1) >> endobj 120 0 obj -(Links to Glossary Entries) +(Upgrading From the glossary Package) endobj 121 0 obj -<< /S /GoTo /D (subsubsection.3.4.1) >> +<< /S /GoTo /D (subsection.2.11) >> endobj 124 0 obj -(Changing the format of the link text) +(Unsetting and Resetting Entry Flags) endobj 125 0 obj -<< /S /GoTo /D (subsubsection.3.4.2) >> +<< /S /GoTo /D (subsection.2.12) >> endobj 128 0 obj -(Enabling and disabling hyperlinks to glossary entries) +(Glossary Styles) endobj 129 0 obj -<< /S /GoTo /D (subsection.3.5) >> +<< /S /GoTo /D (subsubsection.2.12.1) >> endobj 132 0 obj -(Adding an Entry to the Glossary Without Generating Text) +(List Styles) endobj 133 0 obj -<< /S /GoTo /D (subsection.3.6) >> +<< /S /GoTo /D (subsubsection.2.12.2) >> endobj 136 0 obj -(Cross-Referencing Entries) +(Longtable Styles) endobj 137 0 obj -<< /S /GoTo /D (subsection.3.7) >> +<< /S /GoTo /D (subsubsection.2.12.3) >> endobj 140 0 obj -(Using Glossary Terms Without Links) +(Longtable Styles \(Ragged Right\)) endobj 141 0 obj -<< /S /GoTo /D (subsection.3.8) >> +<< /S /GoTo /D (subsubsection.2.12.4) >> endobj 144 0 obj -(Displaying a glossary) +(Supertabular Styles) endobj 145 0 obj -<< /S /GoTo /D (subsubsection.3.8.1) >> +<< /S /GoTo /D (subsubsection.2.12.5) >> endobj 148 0 obj -(Changing the way the entry name appears in the glossary) +(Supertabular Styles \(Ragged Right\)) endobj 149 0 obj -<< /S /GoTo /D (subsubsection.3.8.2) >> +<< /S /GoTo /D (subsubsection.2.12.6) >> endobj 152 0 obj -(Xindy) +(Tree-Like Styles) endobj 153 0 obj -<< /S /GoTo /D (subsection.3.9) >> +<< /S /GoTo /D (subsection.2.13) >> endobj 156 0 obj -(Defining New Glossaries) +(Defining your own glossary style) endobj 157 0 obj -<< /S /GoTo /D (subsection.3.10) >> +<< /S /GoTo /D (subsubsection.2.13.1) >> endobj 160 0 obj -(Acronyms) +(Example: creating a completely new style) endobj 161 0 obj -<< /S /GoTo /D (subsubsection.3.10.1) >> +<< /S /GoTo /D (subsubsection.2.13.2) >> endobj 164 0 obj -(Upgrading From the glossary Package) +(Example: creating a new glossary style based on an existing style) endobj 165 0 obj -<< /S /GoTo /D (subsection.3.11) >> +<< /S /GoTo /D (subsection.2.14) >> endobj 168 0 obj -(Unsetting and Resetting Entry Flags) +(Accessibility Support) endobj 169 0 obj -<< /S /GoTo /D (subsection.3.12) >> +<< /S /GoTo /D (section.3) >> endobj 172 0 obj -(Glossary Styles) +(Mfirstuc Package) endobj 173 0 obj -<< /S /GoTo /D (subsubsection.3.12.1) >> +<< /S /GoTo /D (section.4) >> endobj 176 0 obj -(List Styles) +(Glossaries Documented Code) endobj 177 0 obj -<< /S /GoTo /D (subsubsection.3.12.2) >> +<< /S /GoTo /D (subsection.4.1) >> endobj 180 0 obj -(Longtable Styles) +(Package Definition) endobj 181 0 obj -<< /S /GoTo /D (subsubsection.3.12.3) >> +<< /S /GoTo /D (subsection.4.2) >> endobj 184 0 obj -(Supertabular Styles) +(Package Options) endobj 185 0 obj -<< /S /GoTo /D (subsubsection.3.12.4) >> +<< /S /GoTo /D (subsection.4.3) >> endobj 188 0 obj -(Tree-Like Styles) +(Default values) endobj 189 0 obj -<< /S /GoTo /D (subsection.3.13) >> +<< /S /GoTo /D (subsection.4.4) >> endobj 192 0 obj -(Defining your own glossary style) +(Xindy) endobj 193 0 obj -<< /S /GoTo /D (subsubsection.3.13.1) >> +<< /S /GoTo /D (subsection.4.5) >> endobj 196 0 obj -(Example: creating a completely new style) +(Loops and conditionals) endobj 197 0 obj -<< /S /GoTo /D (subsubsection.3.13.2) >> +<< /S /GoTo /D (subsection.4.6) >> endobj 200 0 obj -(Example: creating a new glossary style based on an existing style) +(Defining new glossaries) endobj 201 0 obj -<< /S /GoTo /D (subsection.3.14) >> +<< /S /GoTo /D (subsection.4.7) >> endobj 204 0 obj -(Accessibility Support) +(Defining new entries) endobj 205 0 obj -<< /S /GoTo /D (section.4) >> +<< /S /GoTo /D (subsection.4.8) >> endobj 208 0 obj -(Mfirstuc Package) +(Resetting and unsetting entry flags) endobj 209 0 obj -<< /S /GoTo /D (section.5) >> +<< /S /GoTo /D (subsection.4.9) >> endobj 212 0 obj -(Documented Code) +(Loading files containing glossary entries) endobj 213 0 obj -<< /S /GoTo /D (subsection.5.1) >> +<< /S /GoTo /D (subsection.4.10) >> endobj 216 0 obj -(Package Definition) +(Using glossary entries in the text) endobj 217 0 obj -<< /S /GoTo /D (subsection.5.2) >> +<< /S /GoTo /D (subsubsection.4.10.1) >> endobj 220 0 obj -(Package Options) +(Links to glossary entries) endobj 221 0 obj -<< /S /GoTo /D (subsection.5.3) >> +<< /S /GoTo /D (subsubsection.4.10.2) >> endobj 224 0 obj -(Default values) +(Displaying entry details without adding information to the glossary) endobj 225 0 obj -<< /S /GoTo /D (subsection.5.4) >> +<< /S /GoTo /D (subsection.4.11) >> endobj 228 0 obj -(Xindy) +(Adding an entry to the glossary without generating text) endobj 229 0 obj -<< /S /GoTo /D (subsection.5.5) >> +<< /S /GoTo /D (subsection.4.12) >> endobj 232 0 obj -(Loops and conditionals) +(Creating associated files) endobj 233 0 obj -<< /S /GoTo /D (subsection.5.6) >> +<< /S /GoTo /D (subsection.4.13) >> endobj 236 0 obj -(Defining new glossaries) +(Writing information to associated files) endobj 237 0 obj -<< /S /GoTo /D (subsection.5.7) >> +<< /S /GoTo /D (subsection.4.14) >> endobj 240 0 obj -(Defining new entries) +(Glossary Entry Cross-References) endobj 241 0 obj -<< /S /GoTo /D (subsection.5.8) >> +<< /S /GoTo /D (subsection.4.15) >> endobj 244 0 obj -(Resetting and unsetting entry flags) +(Displaying the glossary) endobj 245 0 obj -<< /S /GoTo /D (subsection.5.9) >> +<< /S /GoTo /D (subsection.4.16) >> endobj 248 0 obj -(Loading files containing glossary entries) +(Acronyms) endobj 249 0 obj -<< /S /GoTo /D (subsection.5.10) >> +<< /S /GoTo /D (subsection.4.17) >> endobj 252 0 obj -(Using glossary entries in the text) +(Additional predefined acronym styles) endobj 253 0 obj -<< /S /GoTo /D (subsubsection.5.10.1) >> +<< /S /GoTo /D (subsection.4.18) >> endobj 256 0 obj -(Links to glossary entries) +(Predefined Glossary Styles) endobj 257 0 obj -<< /S /GoTo /D (subsubsection.5.10.2) >> +<< /S /GoTo /D (section.5) >> endobj 260 0 obj -(Displaying entry details without adding information to the glossary) +(Mfirstuc Documented Code) endobj 261 0 obj -<< /S /GoTo /D (subsection.5.11) >> +<< /S /GoTo /D (section.6) >> endobj 264 0 obj -(Adding an entry to the glossary without generating text) +(Glossary Styles) endobj 265 0 obj -<< /S /GoTo /D (subsection.5.12) >> +<< /S /GoTo /D (subsection.6.1) >> endobj 268 0 obj -(Creating associated files) +(Glossary hyper-navigation definitions \(glossary-hypernav package\)) endobj 269 0 obj -<< /S /GoTo /D (subsection.5.13) >> +<< /S /GoTo /D (subsection.6.2) >> endobj 272 0 obj -(Writing information to associated files) +(List Style \(glossary-list.sty\)) endobj 273 0 obj -<< /S /GoTo /D (subsection.5.14) >> +<< /S /GoTo /D (subsection.6.3) >> endobj 276 0 obj -(Glossary Entry Cross-References) +(Glossary Styles using longtable \(the glossary-long package\)) endobj 277 0 obj -<< /S /GoTo /D (subsection.5.15) >> +<< /S /GoTo /D (subsection.6.4) >> endobj 280 0 obj -(Displaying the glossary) +(Glossary Styles using longtable \(the glossary-longragged package\)) endobj 281 0 obj -<< /S /GoTo /D (subsection.5.16) >> +<< /S /GoTo /D (subsection.6.5) >> endobj 284 0 obj -(Acronyms) +(Glossary Styles using supertabular environment \(glossary-super package\)) endobj 285 0 obj -<< /S /GoTo /D (subsection.5.17) >> +<< /S /GoTo /D (subsection.6.6) >> endobj 288 0 obj -(Additional predefined acronym styles) +(Glossary Styles using supertabular environment \(glossary-superragged package\)) endobj 289 0 obj -<< /S /GoTo /D (subsection.5.18) >> +<< /S /GoTo /D (subsection.6.7) >> endobj 292 0 obj -(Predefined Glossary Styles) +(Tree Styles \(glossary-tree.sty\)) endobj 293 0 obj -<< /S /GoTo /D (section.6) >> +<< /S /GoTo /D (section.7) >> endobj 296 0 obj -(Mfirstuc Documented Code) +(Accessibilty Support \(glossaries-accsupp Code\)) endobj 297 0 obj -<< /S /GoTo /D (section.7) >> +<< /S /GoTo /D (section.8) >> endobj 300 0 obj -(Glossary Styles) +(Multi-Lingual Support) endobj 301 0 obj -<< /S /GoTo /D (subsection.7.1) >> +<< /S /GoTo /D (subsection.8.1) >> endobj 304 0 obj -(Glossary hyper-navigation definitions \(glossary-hypernav package\)) +(Babel Captions) endobj 305 0 obj -<< /S /GoTo /D (subsection.7.2) >> +<< /S /GoTo /D (subsection.8.2) >> endobj 308 0 obj -(List Style \(glossary-list.sty\)) +(Brazilian Dictionary) endobj 309 0 obj -<< /S /GoTo /D (subsection.7.3) >> +<< /S /GoTo /D (subsection.8.3) >> endobj 312 0 obj -(Glossary Styles using longtable \(the glossary-long package\)) +(Danish Dictionary) endobj 313 0 obj -<< /S /GoTo /D (subsection.7.4) >> +<< /S /GoTo /D (subsection.8.4) >> endobj 316 0 obj -(Glossary Styles using supertabular environment \(glossary-super package\)) +(Dutch Dictionary) endobj 317 0 obj -<< /S /GoTo /D (subsection.7.5) >> +<< /S /GoTo /D (subsection.8.5) >> endobj 320 0 obj -(Tree Styles \(glossary-tree.sty\)) +(English Dictionary) endobj 321 0 obj -<< /S /GoTo /D (section.8) >> +<< /S /GoTo /D (subsection.8.6) >> endobj 324 0 obj -(Accessibilty Support \(glossaries-accsupp Code\)) +(French Dictionary) endobj 325 0 obj -<< /S /GoTo /D (section.9) >> +<< /S /GoTo /D (subsection.8.7) >> endobj 328 0 obj -(Multi-Lingual Support) +(German Dictionary) endobj 329 0 obj -<< /S /GoTo /D (subsection.9.1) >> +<< /S /GoTo /D (subsection.8.8) >> endobj 332 0 obj -(Babel Captions) +(Irish Dictionary) endobj 333 0 obj -<< /S /GoTo /D (subsection.9.2) >> +<< /S /GoTo /D (subsection.8.9) >> endobj 336 0 obj -(Brazilian Dictionary) +(Italian Dictionary) endobj 337 0 obj -<< /S /GoTo /D (subsection.9.3) >> +<< /S /GoTo /D (subsection.8.10) >> endobj 340 0 obj -(Danish Dictionary) +(Magyar Dictionary) endobj 341 0 obj -<< /S /GoTo /D (subsection.9.4) >> +<< /S /GoTo /D (subsection.8.11) >> endobj 344 0 obj -(Dutch Dictionary) +(Polish Dictionary) endobj 345 0 obj -<< /S /GoTo /D (subsection.9.5) >> +<< /S /GoTo /D (subsection.8.12) >> endobj 348 0 obj -(English Dictionary) -endobj -349 0 obj -<< /S /GoTo /D (subsection.9.6) >> -endobj -352 0 obj -(French Dictionary) -endobj -353 0 obj -<< /S /GoTo /D (subsection.9.7) >> -endobj -356 0 obj -(German Dictionary) -endobj -357 0 obj -<< /S /GoTo /D (subsection.9.8) >> -endobj -360 0 obj -(Irish Dictionary) -endobj -361 0 obj -<< /S /GoTo /D (subsection.9.9) >> -endobj -364 0 obj -(Italian Dictionary) -endobj -365 0 obj -<< /S /GoTo /D (subsection.9.10) >> -endobj -368 0 obj -(Magyar Dictionary) -endobj -369 0 obj -<< /S /GoTo /D (subsection.9.11) >> -endobj -372 0 obj -(Polish Dictionary) -endobj -373 0 obj -<< /S /GoTo /D (subsection.9.12) >> -endobj -376 0 obj (Spanish Dictionary) endobj -377 0 obj +349 0 obj << /S /GoTo /D (section*.7) >> endobj -380 0 obj +352 0 obj (Index) endobj -381 0 obj -<< /S /GoTo /D [382 0 R /Fit ] >> +353 0 obj +<< /S /GoTo /D [354 0 R /Fit ] >> endobj -383 0 obj << +355 0 obj << /Length 843 /Filter /FlateDecode >> @@ -581,7 +539,7 @@ Z ?^B\jUP{xᇻL^U}9pQq0O}c}3tȢ}Ə!VOu˷ endstream endobj -384 0 obj << +356 0 obj << /Length 586 /Filter /FlateDecode >> @@ -591,7 +549,7 @@ x KȾϾqi.a0N\pg\8zs3'_&A5UX) W`#Ґçv/L0^Eɘ4^ySSW+%={H}Qjŷ1|>s 3 4{pYdrK+ a }ѫW{ Fvm7344AGc ڤ_86 endstream endobj -385 0 obj << +357 0 obj << /Length 770 /Filter /FlateDecode >> @@ -602,7 +560,7 @@ x (½ߎ> @@ -615,7 +573,7 @@ x $!6n/xzjgu endstream endobj -387 0 obj << +359 0 obj << /Length 1026 /Filter /FlateDecode >> @@ -623,1158 +581,1161 @@ stream xmKo0 ޡ@wbKE=îv;pCL2bzn>|ܘnxv%p[)OM5ף/ߝ\qh%-p< ~۷k'}r6?F<.oƓOVn<k~I1=9;[ˡy6Rw2)]~C2Dww<_ws1vn<ďqǝ{r?x),9|?\LR`йiߺq߿.I㻦\}𥹢9/85dNrf=KʳXxΈ9&^zz_/e%^I%Юskfy*x7`?J#+ ruAι.Ț낼 \duA\r \WyUb^卼:oy#yuȫF^7꼑Wl8/a9/Qr^8⼐Wyޅlf`;%[mp$[MyX[R+IL6`Yː 9HKvvI6)+Kk ㇹ7+/Qe\G$@if<`F[fĩW诉70O*Ƴx"ÜE)=+b~sN~v?SȆG?r#W?r#7?p>Sfcʥ~dFbw4ψ}}kfGl-?r\q# ?zSf fWKfUM}k5sBoh:0Ν4}{CUNzVcC6&9&jQ,^ktfj)B5&^SkP{MkMC"^+C*^kP{BEքkm V:^LZ"R[=nj lp\u[#CWCi8,ߙ~4?s endstream endobj -418 0 obj << -/Length 1423 +390 0 obj << +/Length 1538 /Filter /FlateDecode >> stream -xYMSH+T{4̷ܼ$,aTmUv<%/ۣ LmbrA0yLG 0RxJPyJ "M4ˊ2.SjZ|N9ٻ/hFM>0Q#)YcRq38֗V{&f( x@?ƅcSAsNоqưϰ &( כva'H2(iq0^.S8Sa_ȩuWi>/vnE,pyY og -ȇyIq{Wn ;/fk䨘/j _%JFvs:O9].ܬ:8eibU:/o #4#7Ev`NēW.]$|t;Oi1ˉww-Enj}dq{%ա[F#TE xIUuk/43B". R ur/ZSTiT5gt`V&/7\z `82~Il0T MJzS8o]uHP(a ]Efs01DI=IoaIVhH"$FPCZǍ9~*πuYŢ(pB3TGP1Kux5LB8|`AN҇&Oy< 8p!AQ;ꬕ>Pl-H&OtEie瞤" l'B<z9`ߙ̣paK[iI.1$/wOӕݼ~XdiVjx)Ő!$ `CQP.U -@>rTW[[⁄l(&?M4*;}mŬk iNM "̥49 n>f'ZuZ¤>Ԅ(9ar@|E;IrMR&zۻ<ZZU^I;&O?Z '!0\xT Ϲfm6 - -qh%vU d@E-MTڥdtgCnKteUbv*pXM &jɦX-r,ny`8t9]ڴ [K}K'ېW6f&3@Q ZYR$%`pζ/c.m8rozTdTY4;]SJttBmhOu[\ڵuG|妏1F?[9=;"zG+w${"_AQsNK>޷-'F2bvd dD2VݿϚ"2?+%m= ȹ +xYMs6WpzOi8Xf&h#~hHʶ.]EViڌ }xx7'ގ 8ǔ"8s䘆M/he8*qY DCAG^ \Nt9{ + +AM %̼38nkHOs=aƇ͸pZß.QiK:."`foO9A/ִkA4tU,cF{0^yeQ8i } +1bv6A`-\fGnGo-NM;bX̝; }R5ׅ'(3ڴuxK1)؏]:X]`HX݀LhvCP"7(pU^^\+Y]GH@r r2lT٤GF &.' =^X ĻB73zDk>(:i_  43hnIJw’a^ ˨ \^ipۧ2*4kº # G>)"QuNoc+?Ge๞P`kPDZ~P {; +Kn6è h*rV54U}Dzi%OTag"B=鸌c\ovG'7K endstream endobj -382 0 obj << +354 0 obj << /Type /Page -/Contents 418 0 R -/Resources 417 0 R +/Contents 390 0 R +/Resources 389 0 R /MediaBox [0 0 595.276 841.89] -/Parent 429 0 R -/Annots [ 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 414 0 R ] +/Parent 401 0 R +/Annots [ 360 0 R 361 0 R 362 0 R 363 0 R 364 0 R 365 0 R 366 0 R 367 0 R 368 0 R 369 0 R 370 0 R 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 382 0 R 383 0 R 384 0 R 385 0 R 386 0 R 387 0 R ] >> endobj -388 0 obj << +360 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [212.935 528.603 430.193 544.543] /Subtype/Link/A<> >> endobj -389 0 obj << +361 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.731 444.593 223.814 453.46] /A << /S /GoTo /D (section.1) >> >> endobj -390 0 obj << +362 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [158.671 430.701 267.044 441.491] /A << /S /GoTo /D (subsection.1.1) >> >> endobj -391 0 obj << +363 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [158.671 418.746 282.234 429.536] /A << /S /GoTo /D (subsection.1.2) >> >> endobj -392 0 obj << +364 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [181.58 406.79 334.331 417.581] /A << /S /GoTo /D (subsubsection.1.2.1) >> >> endobj -393 0 obj << +365 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [158.671 394.835 363.465 405.626] /A << /S /GoTo /D (subsection.1.3) >> >> endobj -394 0 obj << +366 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [181.58 382.88 374.144 393.671] /A << /S /GoTo /D (subsubsection.1.3.1) >> >> endobj -395 0 obj << +367 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [181.58 370.925 310.952 381.716] /A << /S /GoTo /D (subsubsection.1.3.2) >> >> endobj -396 0 obj << +368 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [181.58 358.97 332.809 369.76] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj -397 0 obj << +369 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [181.58 347.015 395.835 357.805] +/A << /S /GoTo /D (subsubsection.1.3.4) >> +>> endobj +370 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 347.015 253.93 357.805] +/Rect [158.671 335.059 253.93 345.85] /A << /S /GoTo /D (subsection.1.4) >> >> endobj -398 0 obj << +371 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 325.099 333.031 335.904] +/Rect [143.731 315.081 337.398 323.949] /A << /S /GoTo /D (section.2) >> >> endobj -399 0 obj << +372 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 313.144 247.124 323.935] +/Rect [158.671 301.189 255.978 311.98] /A << /S /GoTo /D (subsection.2.1) >> >> endobj -400 0 obj << +373 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 301.189 276.161 311.98] +/Rect [158.671 289.234 295.085 300.024] /A << /S /GoTo /D (subsection.2.2) >> >> endobj -401 0 obj << +374 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 289.234 315.946 300.024] -/A << /S /GoTo /D (subsection.2.3) >> +/Rect [181.58 279.215 246.1 288.069] +/A << /S /GoTo /D (subsubsection.2.2.1) >> >> endobj -402 0 obj << +375 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 277.279 276.617 288.069] -/A << /S /GoTo /D (subsection.2.4) >> +/Rect [181.58 267.26 266.297 276.114] +/A << /S /GoTo /D (subsubsection.2.2.2) >> >> endobj -403 0 obj << +376 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 265.323 274.127 276.114] -/A << /S /GoTo /D (subsection.2.5) >> +/Rect [181.58 253.368 338.952 264.159] +/A << /S /GoTo /D (subsubsection.2.2.3) >> >> endobj -404 0 obj << +377 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 253.368 292.664 264.159] -/A << /S /GoTo /D (subsection.2.6) >> +/Rect [158.671 243.35 239.322 252.204] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj -405 0 obj << +378 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 243.35 333.805 252.204] -/A << /S /GoTo /D (subsection.2.7) >> +/Rect [158.671 229.458 294.587 240.249] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -406 0 obj << +379 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 229.458 295.874 240.249] -/A << /S /GoTo /D (subsection.2.8) >> +/Rect [181.58 217.503 375.389 228.293] +/A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -407 0 obj << +380 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 219.439 214.228 228.293] -/A << /S /GoTo /D (subsection.2.9) >> +/Rect [181.58 205.547 446.134 216.338] +/A << /S /GoTo /D (subsubsection.2.4.2) >> >> endobj -408 0 obj << +381 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 205.547 336.434 216.338] -/A << /S /GoTo /D (subsection.2.10) >> +/Rect [158.671 193.592 442.455 204.383] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -409 0 obj << +382 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 193.592 226.816 204.383] -/A << /S /GoTo /D (subsection.2.11) >> +/Rect [158.671 181.637 295.874 192.428] +/A << /S /GoTo /D (subsection.2.6) >> >> endobj -410 0 obj << +383 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 173.614 307.594 182.481] -/A << /S /GoTo /D (section.3) >> +/Rect [158.671 169.682 346.519 180.473] +/A << /S /GoTo /D (subsection.2.7) >> >> endobj -411 0 obj << +384 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 159.722 255.978 170.512] -/A << /S /GoTo /D (subsection.3.1) >> +/Rect [158.671 157.727 275.76 168.518] +/A << /S /GoTo /D (subsection.2.8) >> >> endobj -412 0 obj << +385 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 147.767 295.085 158.557] -/A << /S /GoTo /D (subsection.3.2) >> +/Rect [181.58 145.772 467.743 156.562] +/A << /S /GoTo /D (subsubsection.2.8.1) >> >> endobj -413 0 obj << +386 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 137.748 246.1 146.602] -/A << /S /GoTo /D (subsubsection.3.2.1) >> +/Rect [181.58 133.816 242.006 144.607] +/A << /S /GoTo /D (subsubsection.2.8.2) >> >> endobj -414 0 obj << +387 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 125.793 266.297 134.647] -/A << /S /GoTo /D (subsubsection.3.2.2) >> +/Rect [158.671 121.861 289.109 132.652] +/A << /S /GoTo /D (subsection.2.9) >> >> endobj -419 0 obj << -/D [382 0 R /XYZ 143.727 753.953 null] +391 0 obj << +/D [354 0 R /XYZ 143.727 753.953 null] >> endobj -420 0 obj << -/D [382 0 R /XYZ 144.727 716.092 null] +392 0 obj << +/D [354 0 R /XYZ 144.727 716.092 null] >> endobj -426 0 obj << -/D [382 0 R /XYZ 144.727 457.641 null] +398 0 obj << +/D [354 0 R /XYZ 144.727 457.641 null] >> endobj -417 0 obj << -/Font << /F18 421 0 R /F25 422 0 R /F21 423 0 R /F32 424 0 R /F34 425 0 R /F35 427 0 R /F17 428 0 R >> +389 0 obj << +/Font << /F18 393 0 R /F25 394 0 R /F21 395 0 R /F32 396 0 R /F34 397 0 R /F35 399 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -477 0 obj << -/Length 1693 +447 0 obj << +/Length 1648 /Filter /FlateDecode >> stream -xZMsFWpX{-ڮJ9-6U4)#P>3̀ ؒ-f޼ݞ<3W ?=+]Y/YSH8t  o͗wE $Xʙ!؁PdÑ&k}a$VϠlי{Kk.F񸋕5=nI\iv o^zfy~OۭU|}xzm$A: D_"9f'3% ҧa`kCCABZA ^U$]~5Kcy,~ 례xpQ@/50?WyFma{%َfbfQkC 1YdPOTSS9 J" r؞;=,`>wFjynĝHE7#S9bYJ}c˽Kיm6 @R8* lwh [Oq>3ֈhښ8X`L*Eq hλ" xC8I<6\IrH",]"M -UeŒP]†my)LADx>}Nx#k#X=A/MUYVm@P!n1 <$`8>/EU5|+:_iU5מ, XHBt -,Xt]AnP53V2f*&-++4^`?KKI ZVyRş3q<DSH8IҜߦɃRJ.6 ۬=_- + &aKG4Ê<>tb4 jĿьMV|H)\!/ŧ .eJ!57'e@nvѹվ[o1鉈[9,VJd6Ws2 +=fdT䖸ą)q!W/;ns\*sʌ7/t8Cڋaѯm'8` <n QT'5UQ3P!_]#ҪRB )3K͢6 W2*Sc2zyMR.WIivrYX 8%؞K3VbeA(i4VIJ'g_lbM} +Aqt"`i/}*aI1?d4_n5>a^r0PbY.;FKmlc&wsM :+S+;!Y(:͌<^oѭKI> endobj -415 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 703.196 338.952 713.987] -/A << /S /GoTo /D (subsubsection.3.2.3) >> +/Parent 401 0 R +/Annots [ 388 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R 449 0 R 414 0 R 415 0 R 416 0 R 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R 422 0 R 423 0 R 424 0 R 425 0 R 426 0 R 427 0 R 428 0 R 450 0 R 429 0 R 430 0 R 431 0 R 432 0 R 433 0 R 434 0 R 435 0 R 436 0 R 437 0 R 438 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 451 0 R ] >> endobj -416 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 693.177 239.322 702.031] -/A << /S /GoTo /D (subsection.3.3) >> ->> endobj -430 0 obj << +388 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 679.286 294.587 690.076] -/A << /S /GoTo /D (subsection.3.4) >> +/Rect [158.671 703.196 226.816 713.987] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -431 0 obj << +402 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 667.33 375.389 678.121] -/A << /S /GoTo /D (subsubsection.3.4.1) >> +/Rect [181.58 691.241 380.535 702.031] +/A << /S /GoTo /D (subsubsection.2.10.1) >> >> endobj -432 0 obj << +403 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 655.375 446.134 666.166] -/A << /S /GoTo /D (subsubsection.3.4.2) >> +/Rect [158.671 679.286 344.651 690.076] +/A << /S /GoTo /D (subsection.2.11) >> >> endobj -433 0 obj << +404 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 643.42 442.455 654.211] -/A << /S /GoTo /D (subsection.3.5) >> +/Rect [158.671 667.33 249.96 678.121] +/A << /S /GoTo /D (subsection.2.12) >> >> endobj -434 0 obj << +405 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 631.465 295.874 642.256] -/A << /S /GoTo /D (subsection.3.6) >> +/Rect [181.58 655.375 261.068 666.166] +/A << /S /GoTo /D (subsubsection.2.12.1) >> >> endobj -435 0 obj << +406 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 619.51 346.519 630.3] -/A << /S /GoTo /D (subsection.3.7) >> +/Rect [181.58 643.42 287.573 654.211] +/A << /S /GoTo /D (subsubsection.2.12.2) >> >> endobj -436 0 obj << +407 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 607.555 275.76 618.345] -/A << /S /GoTo /D (subsection.3.8) >> +/Rect [181.58 630.912 358.402 642.864] +/A << /S /GoTo /D (subsubsection.2.12.3) >> >> endobj -437 0 obj << +408 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 595.599 467.743 606.39] -/A << /S /GoTo /D (subsubsection.3.8.1) >> +/Rect [181.58 619.51 301.047 630.3] +/A << /S /GoTo /D (subsubsection.2.12.4) >> >> endobj -438 0 obj << +409 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 583.644 242.006 594.435] -/A << /S /GoTo /D (subsubsection.3.8.2) >> +/Rect [181.58 607.001 371.876 618.954] +/A << /S /GoTo /D (subsubsection.2.12.5) >> >> endobj -439 0 obj << +410 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 571.689 289.109 582.48] -/A << /S /GoTo /D (subsection.3.9) >> +/Rect [181.58 595.599 285.111 606.39] +/A << /S /GoTo /D (subsubsection.2.12.6) >> >> endobj -440 0 obj << +411 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 559.734 226.816 570.525] -/A << /S /GoTo /D (subsection.3.10) >> +/Rect [158.671 583.644 324.758 594.435] +/A << /S /GoTo /D (subsection.2.13) >> >> endobj -441 0 obj << +412 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 547.779 380.535 558.569] -/A << /S /GoTo /D (subsubsection.3.10.1) >> +/Rect [181.58 571.689 397.717 582.48] +/A << /S /GoTo /D (subsubsection.2.13.1) >> >> endobj -442 0 obj << +413 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 535.824 344.651 546.614] -/A << /S /GoTo /D (subsection.3.11) >> +/Rect [181.58 559.734 499.397 570.525] +/A << /S /GoTo /D (subsubsection.2.13.2) >> >> endobj -443 0 obj << +449 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 523.868 249.96 534.659] -/A << /S /GoTo /D (subsection.3.12) >> +/Rect [143.731 547.779 235.421 558.569] +/A << /S /GoTo /D (subsubsection.2.13.2) >> >> endobj -444 0 obj << +414 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 511.913 261.068 522.704] -/A << /S /GoTo /D (subsubsection.3.12.1) >> +/Rect [158.671 535.824 275.843 546.614] +/A << /S /GoTo /D (subsection.2.14) >> >> endobj -445 0 obj << +415 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 499.958 287.573 510.749] -/A << /S /GoTo /D (subsubsection.3.12.2) >> +/Rect [143.731 513.908 246.669 524.713] +/A << /S /GoTo /D (section.3) >> >> endobj -446 0 obj << +416 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 488.003 301.047 498.794] -/A << /S /GoTo /D (subsubsection.3.12.3) >> +/Rect [143.731 493.93 307.609 502.797] +/A << /S /GoTo /D (section.4) >> >> endobj -447 0 obj << +417 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 476.048 285.111 486.838] -/A << /S /GoTo /D (subsubsection.3.12.4) >> +/Rect [158.671 480.038 264.637 490.828] +/A << /S /GoTo /D (subsection.4.1) >> >> endobj -448 0 obj << +418 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 464.093 324.758 474.883] -/A << /S /GoTo /D (subsection.3.13) >> +/Rect [158.671 468.082 255.978 478.873] +/A << /S /GoTo /D (subsection.4.2) >> >> endobj -449 0 obj << +419 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 452.137 397.717 462.928] -/A << /S /GoTo /D (subsubsection.3.13.1) >> +/Rect [158.671 458.064 245.464 466.918] +/A << /S /GoTo /D (subsection.4.3) >> >> endobj -450 0 obj << +420 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 440.182 499.397 450.973] -/A << /S /GoTo /D (subsubsection.3.13.2) >> +/Rect [158.671 444.172 210.133 454.963] +/A << /S /GoTo /D (subsection.4.4) >> >> endobj -479 0 obj << +421 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 428.227 235.421 439.018] -/A << /S /GoTo /D (subsubsection.3.13.2) >> +/Rect [158.671 432.217 284.253 443.008] +/A << /S /GoTo /D (subsection.4.5) >> >> endobj -451 0 obj << +422 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 416.272 275.843 427.063] -/A << /S /GoTo /D (subsection.3.14) >> +/Rect [158.671 420.262 284.336 431.052] +/A << /S /GoTo /D (subsection.4.6) >> >> endobj -452 0 obj << +423 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 394.356 246.669 405.161] -/A << /S /GoTo /D (section.4) >> +/Rect [158.671 408.307 272.329 419.097] +/A << /S /GoTo /D (subsection.4.7) >> >> endobj -453 0 obj << +424 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 374.378 253.605 383.246] -/A << /S /GoTo /D (section.5) >> +/Rect [158.671 396.351 336.628 407.142] +/A << /S /GoTo /D (subsection.4.8) >> >> endobj -454 0 obj << +425 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 360.486 264.637 371.277] -/A << /S /GoTo /D (subsection.5.1) >> +/Rect [158.671 384.396 356.908 395.187] +/A << /S /GoTo /D (subsection.4.9) >> >> endobj -455 0 obj << +426 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 348.531 255.978 359.321] -/A << /S /GoTo /D (subsection.5.2) >> +/Rect [158.671 372.441 327.719 383.232] +/A << /S /GoTo /D (subsection.4.10) >> >> endobj -456 0 obj << +427 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 338.512 245.464 347.366] -/A << /S /GoTo /D (subsection.5.3) >> +/Rect [181.58 360.486 321.272 371.277] +/A << /S /GoTo /D (subsubsection.4.10.1) >> >> endobj -457 0 obj << +428 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 324.62 210.133 335.411] -/A << /S /GoTo /D (subsection.5.4) >> +/Rect [181.58 348.531 499.397 359.321] +/A << /S /GoTo /D (subsubsection.4.10.2) >> >> endobj -458 0 obj << +450 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 312.665 284.253 323.456] -/A << /S /GoTo /D (subsection.5.5) >> +/Rect [143.731 336.576 250.167 347.366] +/A << /S /GoTo /D (subsubsection.4.10.2) >> >> endobj -459 0 obj << +429 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 300.71 284.336 311.501] -/A << /S /GoTo /D (subsection.5.6) >> +/Rect [158.671 324.62 428.898 335.411] +/A << /S /GoTo /D (subsection.4.11) >> >> endobj -460 0 obj << +430 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 288.755 272.329 299.546] -/A << /S /GoTo /D (subsection.5.7) >> +/Rect [158.671 312.665 288.625 323.456] +/A << /S /GoTo /D (subsection.4.12) >> >> endobj -461 0 obj << +431 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 276.8 336.628 287.59] -/A << /S /GoTo /D (subsection.5.8) >> +/Rect [158.671 300.71 350.35 311.501] +/A << /S /GoTo /D (subsection.4.13) >> >> endobj -462 0 obj << +432 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 264.845 356.908 275.635] -/A << /S /GoTo /D (subsection.5.9) >> +/Rect [158.671 288.755 325.962 299.546] +/A << /S /GoTo /D (subsection.4.14) >> >> endobj -463 0 obj << +433 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 252.889 327.719 263.68] -/A << /S /GoTo /D (subsection.5.10) >> +/Rect [158.671 276.8 284.613 287.59] +/A << /S /GoTo /D (subsection.4.15) >> >> endobj -464 0 obj << +434 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 240.934 321.272 251.725] -/A << /S /GoTo /D (subsubsection.5.10.1) >> +/Rect [158.671 264.845 226.816 275.635] +/A << /S /GoTo /D (subsection.4.16) >> >> endobj -465 0 obj << +435 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.58 228.979 499.397 239.77] -/A << /S /GoTo /D (subsubsection.5.10.2) >> +/Rect [158.671 252.889 345.315 263.68] +/A << /S /GoTo /D (subsection.4.17) >> >> endobj -480 0 obj << +436 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 217.024 250.167 227.815] -/A << /S /GoTo /D (subsubsection.5.10.2) >> +/Rect [158.671 240.934 299.374 251.725] +/A << /S /GoTo /D (subsection.4.18) >> >> endobj -466 0 obj << +437 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 205.069 428.898 215.859] -/A << /S /GoTo /D (subsection.5.11) >> +/Rect [143.731 220.956 299.804 229.823] +/A << /S /GoTo /D (section.5) >> >> endobj -467 0 obj << +438 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 193.114 288.625 203.904] -/A << /S /GoTo /D (subsection.5.12) >> +/Rect [143.731 197.104 237.258 207.908] +/A << /S /GoTo /D (section.6) >> >> endobj -468 0 obj << +439 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 181.158 350.35 191.949] -/A << /S /GoTo /D (subsection.5.13) >> +/Rect [158.671 184.595 472.322 196.548] +/A << /S /GoTo /D (subsection.6.1) >> >> endobj -469 0 obj << +440 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 169.203 325.962 179.994] -/A << /S /GoTo /D (subsection.5.14) >> +/Rect [158.671 172.64 303.261 184.593] +/A << /S /GoTo /D (subsection.6.2) >> >> endobj -470 0 obj << +441 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 157.248 284.613 168.039] -/A << /S /GoTo /D (subsection.5.15) >> +/Rect [158.671 160.685 440.781 172.637] +/A << /S /GoTo /D (subsection.6.3) >> >> endobj -471 0 obj << +442 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 145.293 226.816 156.084] -/A << /S /GoTo /D (subsection.5.16) >> +/Rect [158.671 148.729 469.582 160.682] +/A << /S /GoTo /D (subsection.6.4) >> >> endobj -472 0 obj << +443 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 133.338 345.315 144.128] -/A << /S /GoTo /D (subsection.5.17) >> +/Rect [158.671 136.774 499.397 148.727] +/A << /S /GoTo /D (subsection.6.5) >> >> endobj -473 0 obj << +451 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 121.383 299.374 132.173] -/A << /S /GoTo /D (subsection.5.18) >> +/Rect [143.731 124.819 221.2 136.772] +/A << /S /GoTo /D (subsection.6.5) >> >> endobj -478 0 obj << -/D [476 0 R /XYZ 144.724 753.953 null] +448 0 obj << +/D [446 0 R /XYZ 144.724 753.953 null] >> endobj -475 0 obj << -/Font << /F17 428 0 R /F35 427 0 R >> +445 0 obj << +/Font << /F17 400 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj -510 0 obj << -/Length 2406 +479 0 obj << +/Length 2578 /Filter /FlateDecode >> stream -xZK۸ϯ-Tŋyk&37{ XH$&lp=&r<L]4[CojMSe]6#uO=COa "tfSuEٺ3] #] 8{Ce00ESWe,X8<tՉ>o0b[nqqI7;f~z@Gdy&NSJ鯘 ׶}QR^ -Ij$X7x@yXD @KȦIb',}_gyyAi䩅葙oȞC|ߓdSoũd vԀ"&(" qӗi+Rۼ*cH]|#f>{ A})|6} -ZO91{GEG51+ rlOZ!y_'zɥuS -ܞ8![>`p#iAڄ ~G>,}$nwO*|-^ -/}9 <k< 񚫴AI`$^uJF3sx/hLTƅM ,sDCt\Q!ݓOf |]-{Kߦm' Y&﨧 sǎ6$"-DN` 1[m}GPP -2U``(^\o]jbط]-tU daIz'~WK2oQJlN$ $˶EHt͖/rضD4l>i9Q^ā%jQ@)X{R3.[n,ȗ˂>b GgoypfESnoU6z? -#߸bV-o+0Bb=_qhNey1R`(@bLG75-SD@`Z˫=0e#2Rt?,3}m|'kD&!{Q:a G_ȅ0U>ehf[0%8zWi@%U\ϾAn'`>͌ەyBa|5oL3 )Rނ%ײ4\b4K@.&e*KOR742VY@hCK eǢ1aaP#ᴅA/|hbEZ/P›t?!( gV.ON!+t??^Xkp \x/Xuy0(}Apm^@jM؜ڪJ4KΒ+ R -<?Aܦ,MPz]sGA S=c+Ne䱢S;4 .`aR&e%, +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> endobj -474 0 obj << +444 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 705.133 299.804 714] -/A << /S /GoTo /D (section.6) >> +/Rect [158.671 702.643 499.397 714.595] +/A << /S /GoTo /D (subsection.6.6) >> >> endobj 481 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 681.281 237.258 692.085] -/A << /S /GoTo /D (section.7) >> ->> endobj -482 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 668.772 472.322 680.725] -/A << /S /GoTo /D (subsection.7.1) >> ->> endobj -483 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 656.817 303.261 668.77] -/A << /S /GoTo /D (subsection.7.2) >> ->> endobj -484 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 644.862 440.781 656.814] -/A << /S /GoTo /D (subsection.7.3) >> ->> endobj -485 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 632.907 499.397 644.859] -/A << /S /GoTo /D (subsection.7.4) >> +/Rect [143.731 690.687 221.2 702.64] +/A << /S /GoTo /D (subsection.6.6) >> >> endobj -512 0 obj << +452 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 620.951 221.2 632.904] -/A << /S /GoTo /D (subsection.7.4) >> +/Rect [158.671 678.732 312.806 690.685] +/A << /S /GoTo /D (subsection.6.7) >> >> endobj -486 0 obj << +453 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 608.996 312.806 620.949] -/A << /S /GoTo /D (subsection.7.5) >> +/Rect [143.731 656.817 396.611 668.77] +/A << /S /GoTo /D (section.7) >> >> endobj -487 0 obj << +454 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 587.081 396.611 599.034] +/Rect [143.731 635.455 274.3 646.259] /A << /S /GoTo /D (section.8) >> >> endobj -488 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 565.719 274.3 576.523] -/A << /S /GoTo /D (section.9) >> ->> endobj -489 0 obj << +455 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 553.764 250.721 564.554] -/A << /S /GoTo /D (subsection.9.1) >> +/Rect [158.671 623.5 250.721 634.29] +/A << /S /GoTo /D (subsection.8.1) >> >> endobj -490 0 obj << +456 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 541.808 272.163 552.599] -/A << /S /GoTo /D (subsection.9.2) >> +/Rect [158.671 611.544 272.163 622.335] +/A << /S /GoTo /D (subsection.8.2) >> >> endobj -491 0 obj << +457 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 529.853 263.337 540.644] -/A << /S /GoTo /D (subsection.9.3) >> +/Rect [158.671 599.589 263.337 610.38] +/A << /S /GoTo /D (subsection.8.3) >> >> endobj -492 0 obj << +458 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 517.898 259.685 528.689] -/A << /S /GoTo /D (subsection.9.4) >> +/Rect [158.671 587.634 259.685 598.425] +/A << /S /GoTo /D (subsection.8.4) >> >> endobj -493 0 obj << +459 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 505.943 265.274 516.734] -/A << /S /GoTo /D (subsection.9.5) >> +/Rect [158.671 575.679 265.274 586.47] +/A << /S /GoTo /D (subsection.8.5) >> >> endobj -494 0 obj << +460 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 493.988 262.203 504.778] -/A << /S /GoTo /D (subsection.9.6) >> +/Rect [158.671 563.724 262.203 574.515] +/A << /S /GoTo /D (subsection.8.6) >> >> endobj -495 0 obj << +461 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 482.033 267.944 492.823] -/A << /S /GoTo /D (subsection.9.7) >> +/Rect [158.671 551.769 267.944 562.559] +/A << /S /GoTo /D (subsection.8.7) >> >> endobj -496 0 obj << +462 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 470.077 252.713 480.868] -/A << /S /GoTo /D (subsection.9.8) >> +/Rect [158.671 539.813 252.713 550.604] +/A << /S /GoTo /D (subsection.8.8) >> >> endobj -497 0 obj << +463 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 458.122 261.483 468.913] -/A << /S /GoTo /D (subsection.9.9) >> +/Rect [158.671 527.858 261.483 538.649] +/A << /S /GoTo /D (subsection.8.9) >> >> endobj -498 0 obj << +464 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 446.167 265.938 456.958] -/A << /S /GoTo /D (subsection.9.10) >> +/Rect [158.671 515.903 265.938 526.694] +/A << /S /GoTo /D (subsection.8.10) >> >> endobj -499 0 obj << +465 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 434.212 259.464 445.003] -/A << /S /GoTo /D (subsection.9.11) >> +/Rect [158.671 503.948 259.464 514.739] +/A << /S /GoTo /D (subsection.8.11) >> >> endobj -500 0 obj << +466 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.671 422.257 266.795 433.047] -/A << /S /GoTo /D (subsection.9.12) >> +/Rect [158.671 491.993 266.795 502.784] +/A << /S /GoTo /D (subsection.8.12) >> >> endobj -501 0 obj << +467 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 402.278 174.089 411.146] +/Rect [143.731 472.014 174.089 480.882] /A << /S /GoTo /D (section*.7) >> >> endobj -502 0 obj << +468 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [480.913 297.76 487.374 309.82] +/Rect [480.913 367.496 487.374 379.556] /A << /S /GoTo /D (Hfootnote.1) >> >> endobj -505 0 obj << +471 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [236.134 261.618 358.396 272.699] -/Subtype/Link/A<> +/Border[0 0 0]/H/I/C[0 .5 .5] +/Rect [188.829 319.122 288.265 331.075] +/Subtype/Link/A<> >> endobj -506 0 obj << +472 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 .5 .5] +/Rect [294.462 271.301 377.713 283.254] +/Subtype/Link/A<> +>> endobj +473 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [312.088 234.278 331.677 245.678] +/Rect [312.088 243.962 331.677 255.361] /Subtype/Link/A<> >> endobj -507 0 obj << +474 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [378.664 186.457 442.305 197.525] +/Rect [378.664 196.141 442.305 207.208] /A << /S /GoTo /D (subsection.1.3) >> >> endobj -503 0 obj << +469 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.135 152.579 497.046 162.768] -/A << /S /GoTo /D (subsection.3.4) >> +/Rect [444.135 144.442 497.046 154.631] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -504 0 obj << +470 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 141.824 197.555 152.632] -/A << /S /GoTo /D (subsection.3.5) >> +/Rect [143.731 133.687 197.555 144.495] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -511 0 obj << -/D [509 0 R /XYZ 143.727 753.953 null] +480 0 obj << +/D [478 0 R /XYZ 143.727 753.953 null] >> endobj 6 0 obj << -/D [509 0 R /XYZ 144.727 388.265 null] +/D [478 0 R /XYZ 144.727 458.001 null] >> endobj -519 0 obj << -/D [509 0 R /XYZ 159.966 164.589 null] +488 0 obj << +/D [478 0 R /XYZ 159.966 156.452 null] >> endobj -508 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F34 425 0 R /F36 513 0 R /F37 514 0 R /F42 515 0 R /F43 516 0 R /F44 517 0 R /F39 518 0 R /F38 520 0 R /F40 521 0 R /F41 522 0 R >> +477 0 obj << +/Font << /F17 400 0 R /F35 399 0 R /F34 397 0 R /F36 482 0 R /F37 483 0 R /F42 484 0 R /F43 485 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 -534 0 obj << -/Length 2227 +501 0 obj << +/Length 2486 /Filter /FlateDecode >> stream -xY[~?BoX+.}KsE $F W‘%W_Plf 4/+zx7388q݇}$4IC t8DR}S϶lUR~p8V4jjM֡9n,zU?RW}&—M¯`N'CR==힘OxWw[** -I ǣ`cFKZd#6:IPD6F \=Pv0J]^Wf _% <5=Dt ؍?N'cL9x8ҏƅwl +[yj koPdm (o x)`,;)c - ŘQٝ f0Լ¾p =_ׇZ\.a$EQ  XvKZLs֮m͈BG:~/_Q^Mٱy4GB=nK^TҢ=$qti-Z$|?NkAvא ]h zMlL=")*8VȼRkv:qQ /Gy.#yJ}(.S- b@^ LPJ]K?E]EoϽ_Ⱦ"kFnj;\[ךߵX$>0]k:~ g~ IIҘdpqu {2/ f K4"H{HzqD21aD X;M8=<6Ӣ1h&+U$3=>WqDE\apE$I$ު&cd:fJu_ !Bڅ6sI zУlY]҅J rAՀۆ M/:͒ y*)U!gd1yatR@:w,'\E OzYp-1G -xr 0U!_:71d+/^? `3׳5o͚:RR6J4z].Q%'@t -cg"L֒,8j\BkLϋQn}dW&k*_k .VGbܭ %WϞ+IBq/F0х {>\^dV$. -PD apIu@XöMgCߝ:WQ,$f&dkN͓ԋ>Ѐrw+9$*~{9\C#4H/9 p0T^fR-ʄ0LbA4-|3%5M.]Єo-h9 "2cC_mu՘9mx-`u¢"ntߏJI1=] eA;WhYFE&sBCk.׿^+̠XLvS#_)nuq(׳25Yz+ -R d39[ՒN l>> -F +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_> endobj -523 0 obj << +475 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 659.36 209.073 670.151] +/Rect [168.638 703.196 208.866 713.987] /A << /S /GoTo /D (section.2) >> >> endobj -524 0 obj << +476 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 615.525 208.866 626.315] +/Rect [168.638 683.793 208.866 694.916] /A << /S /GoTo /D (section.3) >> >> endobj -525 0 obj << +492 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 595.599 208.866 606.722] +/Rect [168.638 666.326 208.873 675.18] /A << /S /GoTo /D (section.4) >> >> endobj -526 0 obj << +493 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 577.611 208.873 586.465] +/Rect [168.638 609.121 208.866 620.244] /A << /S /GoTo /D (section.5) >> >> endobj -527 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 543.794 208.866 554.916] -/A << /S /GoTo /D (section.6) >> ->> endobj -528 0 obj << +494 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 503.943 231.609 514.734] +/Rect [168.638 571.359 231.609 582.15] /A << /S /GoTo /D (subsection.1.1) >> >> endobj -529 0 obj << +495 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 484.018 230.885 494.809] +/Rect [168.638 551.956 230.885 562.747] /A << /S /GoTo /D (subsection.1.2) >> >> endobj -530 0 obj << +496 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 452.137 232.766 462.928] +/Rect [168.638 520.598 232.766 531.389] /A << /S /GoTo /D (subsection.1.3) >> >> endobj -531 0 obj << +497 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 420.257 232.33 431.048] +/Rect [168.638 489.24 232.33 500.03] /A << /S /GoTo /D (subsection.1.4) >> >> endobj -535 0 obj << -/D [533 0 R /XYZ 144.724 753.953 null] +498 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [235.337 300.766 265.827 309.62] +/Subtype/Link/A<> +>> endobj +502 0 obj << +/D [500 0 R /XYZ 144.724 753.953 null] >> endobj 10 0 obj << -/D [533 0 R /XYZ 144.727 395.361 null] +/D [500 0 R /XYZ 144.727 464.568 null] >> endobj -539 0 obj << -/D [533 0 R /XYZ 144.727 166.761 null] +506 0 obj << +/D [500 0 R /XYZ 144.727 239.363 null] >> endobj -532 0 obj << -/Font << /F17 428 0 R /F14 536 0 R /F36 513 0 R /F45 537 0 R /F43 516 0 R /F46 538 0 R /F35 427 0 R /F37 514 0 R >> +499 0 obj << +/Font << /F14 503 0 R /F17 400 0 R /F36 482 0 R /F45 504 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -543 0 obj << -/Length 2392 +510 0 obj << +/Length 1963 /Filter /FlateDecode >> stream -xڭYKϯm`#d' >lۢmad#J`{XEYr+$@dXI6z7߿OM6wMZb'YrsWm~vS* ~hnMCĮV3]<, z؇֑iqa9":[b$j=3у8ۍwk4.&QeD(4oٶ,͢ShnZ,Qoi#TZ\3c"Ucݚp{\#Õ=oEDmk4`Dtl:L-d2pC ?_P|e. 4*֪܈8I-|CŲЛl՝HO}FetvB=ehdj˱OރwFvkwvYwmցBխt[~?6|aМZ̑t0~IRQkG!R~#rao}KwsZQ֒GDE&v/|аE1yŰ͏{S6;I{ _!n`vų,U8l>Yƹ@F\Ǚ>%@^Bɨb@}V|O>.CHbGյ< -, 1w2KoP3!$."s/"pL2lU*Yi͚np%+ -7.osh)W뤛a(Z/|cuwQzmP.J.6gV+%2Kф,  /!msY\gSy2:\<bC i,)Jdч菧z~|ŸR_G8B|/V+ze<궲O+م j0Єb8&Ȓf8:<= ;eh9_μMZX 5݋hkL~nX:DNƻ6bf2{vn1ߤ0l?{tw9i,cyR`iaG|0p{#z`7cDn=Kq:I,>]zpʋXjqSC3/*Fu9XA\rDH8aw!ׇyF9\|1Éh6U=wztP+]TT!yDCz`"TEξu'ʵTu}cwGT׊>ݟLo>q.E%CqaE,""sߍZkJlmg63/ `GC# v!j:9*DK_& 1."wƦqۡ miC.,} -_i3D2q&]ЁkNtT\蟩z904nD!(#Wf=6E\*{0c3`H]B+G8p-.#{ETsjz9I͝A}m_>* Y\^g~@83) <ͶZ)$eGETCONHvf4 9EX~svxUXb(7d ȭM.WyRQ͌A\.3 -/K"{U(W!#YRExܥQU1;ߔsp*/Y kVP ;ļOp'H4ǖb:,M:R# ~fn`eZã Չ{:tmv葫),]z Dl4 K~{/R +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 endstream endobj -542 0 obj << +509 0 obj << /Type /Page -/Contents 543 0 R -/Resources 541 0 R +/Contents 510 0 R +/Resources 508 0 R /MediaBox [0 0 595.276 841.89] -/Parent 429 0 R -/Annots [ 540 0 R ] +/Parent 401 0 R +/Annots [ 507 0 R ] >> endobj -540 0 obj << +507 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.018 444.614 297.614 456.566] +/Rect [212.018 523.315 297.614 535.268] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj -544 0 obj << -/D [542 0 R /XYZ 143.727 753.953 null] +511 0 obj << +/D [509 0 R /XYZ 143.727 753.953 null] >> endobj -545 0 obj << -/D [542 0 R /XYZ 144.727 605.496 null] +512 0 obj << +/D [509 0 R /XYZ 144.727 690.244 null] >> endobj -546 0 obj << -/D [542 0 R /XYZ 144.727 397.224 null] +513 0 obj << +/D [509 0 R /XYZ 144.727 474.996 null] >> endobj -541 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F43 516 0 R /F36 513 0 R /F46 538 0 R /F35 427 0 R >> +508 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 >> /ProcSet [ /PDF /Text ] >> endobj -549 0 obj << -/Length 1697 +516 0 obj << +/Length 1882 /Filter /FlateDecode >> stream -xX͒6 )|<3DlCgkk*K$gw߾AɒVެzHA2\VW՛*^%,cޭxXcE櫏Ai:D" -Zs8mA{𐥑g=쮬4mq,NB3Î޼*`$O^Kd;f Np=Ðq)` ؙRi@$hCQ]Mnoplע>9ևk j ;?oFGLia"  Y$*~] GSۂR@ -aNܢmǮ+k^}>8DUé)cg.ѫZ&x"X`aom`ĵu;Xto\ Fpg*N"jS;r`kFՁziҕk|?K5{&`qD`E?;ɑR!Ji#~ -?HPb֯΂)vvJw0 bn>q\+[u[O}5,ҼTTmgMN@P=]Di"NÂxZ4p# p@$1 cd-vΉ83zz;>=4|, 5 DD-"I$ H:ؤ)ө|95&` x_-nX<}<<=eyj9:y5S%*k 8'٦2%"J)fpxG#9 y)0.CGctY?錄AgtK g`i΁;eK䁗{c&hLKH< -5L(#th[+8T,P\mW",-|! .>oC1I*}Hq5 z(=SGV&i2ߞzu؇cYdEW>d0Y&k,8Bi@#ʼn'D5J8y@,`8-.t C\8!xζW'&Һ^ɲp4Ηu}/a cri-1jM?u*_dqAr!c% -'u`e :y]LJ GvSPx@d/ P)=z9E*k}lAŠyTb/5l:6SQ勻FP=̻DX/@4AjuFT'-PoIkΦ\![/K1}0\zQ s412f >vֳA38=~.eo4D*;&.RH,q#!_Y -AY%4N qs%$畐WBWBE)T;K}zҗ؏4!HI%¥D%xP8|wx$8* .|:L$ehe.g9Ȕ)5ܗ=,pU_2[Hг+rM(sHcB @9=L EnV}q"%_/0@όn -V$d$]N#_+F/k@1]IDJ~#5Lo>z1TS)ABav2mq,J N^g7M7Ї]R@̩s%瑷 CFBgM]mx?A2O (rM=+tgr"fMqꊺb&L݁Zρ=8ǑS9l5or_mVت :qBDVYH؆Vf}CoMEuV4]ٜ^rSQ^R%]F, Y%63DW0G,t›?Jw*@O؄\(]tPe:V@ <Ŏ4"JGuscSeHPՕbOe]A@NSdY1`=B''WWēj +9@pC qmW76U>Mue1?@k{_,,+tksKa"̟+Y$0(}x`nh:y]Ƈ7G⻹l)|H=5LȕPctl1ι g2kWB<|ͩS#"s?&I==,Se¢=Œtu?ޓM S + M,S\_ \/kN}ԅ]zÿȓCVasR WeH7N/n^ t`/Jk Y_zR5U=VMUB2f-L $^߾ υThc*$B¥BE1KW{C}Cjj$$[^֦"7nVsER\p.P@FF^}S2 ""}]6x\~ڿXղ^V6lOc L+bVo6=(LŝBz-nOB%6t?ݹы> endobj -550 0 obj << -/D [548 0 R /XYZ 144.724 753.953 null] +517 0 obj << +/D [515 0 R /XYZ 144.724 753.953 null] >> endobj -551 0 obj << -/D [548 0 R /XYZ 144.727 280.304 null] +518 0 obj << +/D [515 0 R /XYZ 144.727 337.648 null] >> endobj -552 0 obj << -/D [548 0 R /XYZ 144.727 246.852 null] +519 0 obj << +/D [515 0 R /XYZ 144.727 304.46 null] >> endobj -547 0 obj << -/Font << /F46 538 0 R /F35 427 0 R /F17 428 0 R /F37 514 0 R /F43 516 0 R /F36 513 0 R >> +514 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -555 0 obj << -/Length 1636 +522 0 obj << +/Length 1646 /Filter /FlateDecode >> stream -xXK6WV%JzhHQCBeiGwwCɒxkD  ~z<ؾxF cY"`9J1#L`q2ᶶ߱o~<[xT3qD2CU ->E8- vϪw۾77WMFxl"n]C^Q3,Ӛ;\o0Gaw~AKvIaޯoJ`lx8n"&y8T( 54=6N)@`Vtx}n>MQ8}Oj+0(&SD ;fZ*ʟ<.B76 /cTIB/"!3i`igtCxo!PWEjAՊ֯]iH(GK~Hj4\Te8,¼FxBUc_oQU>oABC0xc Q`}`U;J%۔[(Exb-X;Kc2b~u1my=|>iL{[bBI/䖲Dp "5~?z9 bF`̮#@R>P;OYq#$`7 |}<"㶟P.,3j&Hr PZgWǁn- K2)FVȜ>A._2OH1[b0#Qr 93CM_UF #33|ecYWWFܣ6>eEr +XYnpmͳX0TTa ՓX3BJ?~vma'Xy&ժ釼mpNBj$Ku&PDfՔDޓ3F9]z {6/͟ }GCI^;O-. K3tk}3@8cMas@8c?`Y7WAC'R < UtXW?5jخvK.Fۧp4hGA>#}I۔&o5i i(G^C \Ffz/@T +xXK6WV>(C[$E"Z$=0c JIf}g8,z]oXp8ohڭ틗uYziRWOj['ݗH q>Evs+ +to_nt` IϛxtS|̪#<`9Wdvs%Cn-vgq`ok8.DRu̓p5 F6CG +uÎ}zw7e{}4 kp&T +ݸq_;UIvz`}9]YrA'>˔L~ +؄'FFq-+8&X {(`&cZv1ПS)˸z\.%L$4U8Gq}g=409OCK//=vot|RVd*q +~8#Tx 3J\hMW B;xTE'χwwF!w IέϪzW%eۏ^W +'KA%Qĥ Kxu$,{gGGcBG֘:9.bRLY3#ZHZSCOWQj:.ϩBj(J 8[ +iAԿM⪴(/i^quYi0 +m?zKSn>+m#!?zwIյ߄E?$ooHn6@_ҵdx&:-SKl>Ep&g +JpDp2MಈdjbC=lBi rG;%҄ +ȷ9TԬ̋~GGbВƌGsTy: DDTH#!^A7aԆN/,xZOo_dX +!Obϰ^`D*#B;W#}E² Ng)2F +5HVw$+d[^<׫j D +˄`pL&U+neX +w1)ϤW+6 7U9h fHꇏX1nщf'0=09W:ƥd&דѶ?H*gYM0H>pC"GBmitұгQ+jGBhKϵ"^G@kt=fi(Q4@DDcC.NnPQ> endobj -556 0 obj << -/D [554 0 R /XYZ 143.727 753.953 null] +523 0 obj << +/D [521 0 R /XYZ 143.727 753.953 null] >> endobj -557 0 obj << -/D [554 0 R /XYZ 144.727 363.193 null] +524 0 obj << +/D [521 0 R /XYZ 144.727 420.977 null] >> endobj -558 0 obj << -/D [554 0 R /XYZ 144.727 328.545 null] +525 0 obj << +/D [521 0 R /XYZ 144.727 388.015 null] >> endobj -553 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +520 0 obj << +/Font << /F46 505 0 R /F35 399 0 R /F17 400 0 R /F43 485 0 R /F37 483 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -562 0 obj << -/Length 1854 +529 0 obj << +/Length 1883 /Filter /FlateDecode >> stream -xڽXK6WVX3CcnERȴ-,]# zrE/"9| ͌f޾O7We0Y-3 E8 }͸g/Nv411/󿗿u'`{1s۬/ު6s4DP7U.f*R\$'&/:4}9T[]`m$㾚-8gq+|5_(_z*ËM?(їmFbM-l^V0-{ܲXeņI-y$=6_@xK !RJPJEB Pt\*Wҳԥ nݒ'E NsqG%O) -1j`' q!Z l9X{W-2`)}=eHY$%>u6zD+*~ģ,:5֧yx]5[کH>`A%+@8HІɊ1 :Dr=qq8}Z+8a:|+;nS ɚzȚS<( -G?[1{E1~mLCctJ:1%^H^%NɆE$Yv' '+~BqB3'P2{o$!G f,Y'C^bX;ziD E3K&(b -#wશ/*х }:dq IFRtp ZWy K/ -RέPG.Um <>|ξeKN!(n* vam^0͟㻤?R?)h0DKtaM2wP o="!4 nTbd (.13i>k0UYnȊ32bQp`҈ gl+ & JTx"P[#zV[ Ȉ")ϭe4Ó!CuI=+dgTA\[d Ԉia RЅ빕Ps+`Ʋ/*kd1 `doWfq[FbEdiZӵqOpCmݵ]q=Z5&h?PI ˪KLNBjџ}!>a%q“Ч% L+MMJtTN/P$I+m(;uUo%dFoH܁uVl,PL"HcHfwSxBH u"j/"sw%{dw/H|6U(xJGK/m4aU$ݶuye1Vpă%U +A;gsAf*#|oÈ$sPE^hǡ8yTĨNIf`m8_( + ~9*xCz:Ysf \hDr$X IĵFNO <*o}j|! +1+L(3⻼6Ao'ԂPhTH8 +r!#Cfl58'zFU5[ά Lұe:kэ +mrmUڠ4oerP7qո; Y!_BȠe`]%5aSl rp,ez^qk04nXOc}qpMFZXv1QGY{ FbwpO/|R#<RF:1^4|1R꽅46O~7,U鿇jdH-PZGecC5np ]XՇ2a,8!mP@*t#;;N38#:N>J (JJթp:cqTlmŵlnW*kɒ r!.1$FVX24ڼR>TLjCeeG4#ή+/}ਥ%!ioyuj29J\G!gğ8 "1gGbŠ֏{ŏ3r7Ôdn 6,r]\f*9KtWͦ2ǙULqq۸@JS=sUDٸƘ*ypmDB<ܑ"|!`]*gbxPrۜ {{0(ڝV|QڽLU+DseMʬnWNqTn'gf)gP'҅b= $pK^|~yPW~ endstream endobj -561 0 obj << +528 0 obj << /Type /Page -/Contents 562 0 R -/Resources 560 0 R +/Contents 529 0 R +/Resources 527 0 R /MediaBox [0 0 595.276 841.89] -/Parent 559 0 R +/Parent 526 0 R >> endobj -563 0 obj << -/D [561 0 R /XYZ 144.724 753.953 null] +530 0 obj << +/D [528 0 R /XYZ 144.724 753.953 null] >> endobj -560 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F46 538 0 R /F36 513 0 R /F43 516 0 R >> +527 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 -567 0 obj << -/Length 2356 +534 0 obj << +/Length 2703 /Filter /FlateDecode >> stream -xڭYKoW5/ -&3`vm VKI=aE%[=$*KJ(>^$>,Y4FeȐ!vn%' -2!9|7D6&a=(xp5Syl7"Z њskM{P2>te} ̘Vj8ig]tmK-L 3_'::*k#߶>t9 A`*d *d,T3k-tLOWUewߚ򉞰Hѳ}&}X@5O@[&Kӽ[-( 6*ufOH;&ө`hzf끪eSmA+6LwO!m!< 2`wN\*gt -z-䍷&55Žoq?a0C;0ꜣAoZT-_aOOMi`[o~FK uS?\O dro[[(p&vGm/?QTջEMy)'{ζ>za:2_[ST-ω* i'[n]=Lݶi-=[XS`47omа޹:cCD2OiPpBqi,olQَcT=*9 w qMF[WrsPϐ}mȋXbo=Z<흃Щo@gmӢw"|z`,=.n_Sߛ>Pم?a)tTq!ZX>4 R2|umY=|WhS!?Հ;Ky[pՇ*D/˥:aPes-X -c~c! -†0.@U!b٘D]D??^D_74 z!S@,wKIAO B PA8Tt`) #%j&Nh&|c[#*IcK+npP=+R]:/^UCuZ,ohZ3}u<.0ghvQZ T2a"5gfy6肙 WqtS75f|2+YCpF h:\T'?.yĕbІiãbw/.^ka2C!9&N&甉p( ]:&U.GK>B >Ss]Ψ)fKi"Bl Ms`nwn?u.XiX%m0֥2%G@?۷ ;l7tuA𢩏w<^ 9u"U;|}># W-l72Љcwl fL7& - -Nγ%'ޛ -ӁdBLˮ;r\/p(VLLBv!gp{}AZjW.pb㺢-=ҹ+v="Au&1$& LX0`[!9pӐI+a52ک2 7|<ěpw KԛZMEL&1Z9FlLrEg ɱiKvw +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/<[ endstream endobj -566 0 obj << +533 0 obj << /Type /Page -/Contents 567 0 R -/Resources 565 0 R +/Contents 534 0 R +/Resources 532 0 R /MediaBox [0 0 595.276 841.89] -/Parent 559 0 R -/Annots [ 564 0 R ] +/Parent 526 0 R +/Annots [ 531 0 R ] >> endobj -564 0 obj << +531 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.31 446.137 381.261 456.928] -/A << /S /GoTo /D (subsection.3.14) >> +/Rect [313.31 579.398 381.261 590.188] +/A << /S /GoTo /D (subsection.2.14) >> >> endobj -568 0 obj << -/D [566 0 R /XYZ 143.727 753.953 null] +535 0 obj << +/D [533 0 R /XYZ 143.727 753.953 null] >> endobj 14 0 obj << -/D [566 0 R /XYZ 144.727 433.51 null] +/D [533 0 R /XYZ 144.727 566.949 null] >> endobj -565 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F36 513 0 R /F35 427 0 R /F45 537 0 R >> +18 0 obj << +/D [533 0 R /XYZ 144.727 241.975 null] +>> endobj +532 0 obj << +/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 -573 0 obj << -/Length 2013 +542 0 obj << +/Length 1845 /Filter /FlateDecode >> stream -xڭX[۶~_+H88hO4=EQP cӶNN%[eDƋ"^7w/Zd,Ktq]p)NB)I,D%/W8ޖ-Wˆ;? ,t닣Ŋ&CkDgѶ02qLL&J,60b?R]Q5S| d'?5>,ѝek'hoE~['ehUlAMwi14p^x,F"<״N2fZş e:r8B=5Ə8:`YQͤ0}O-sp|!ҥۂ?q43tL4'GD G>#`$>7i藪ŘQLg,bNWb)ԓ7t**5m/҂6,M]ˇR=.gЋظ֭۞ DRF -IM;)4A"c*6AiA |ps4}${N9?hkǶkp060`!ЇH[`qc#7B::k$}YwpR -.=`;Ҽ -r>qoc!S@JUB!4'>|EAE +tF2 -\tX K%"D̔)&D{H "taTn\Ȯq\92oK኿p?4T?O5| L$H]Ѻ'_ĐB\[4.(7;%-$6a:TlrmCˌOѣo>75rZj\zQ}ݧLdˑ^o\:ᔸln:]5sptU=! $' &yٴ΃XM%T a$OKzҁװR=q@} -umB=ȔUš/͸M6Y\()oŨ -EWi|-7A>bƮ=K)ZU>r{5nzz+XMmH]]c.]_{kMб鞌Hfe -kQ tZ+d1>C=.E7)z"%%uI+4\;m`j&֋ 5 _"!ϑZR"O^e&f^t/Si_tc%+w$b g5)ߏc. "D:DfEb& &C 4 .XiR3 -yR1?rcP`C>萋g: C*&wyhl -h۫BdK!o}#ȡPTiohXWjKgo-!oi-]a *'xj. -&:NFfX+'}x hB{nyZi2cxP ľz~V% 2=_ ʗG}bKZ^<&0"]2'[{@DiF-_|hqj70â 9e};Nuֻ|"6/`gkLwpM3kfP*s~"3R.p;ku/y=󺒀s*NKkJIx8ЀyfC<96yp)\Z>F;B续튖&WE9 αճ3xé[JL!+zBP0KQXR#7W +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 endstream endobj -572 0 obj << +541 0 obj << /Type /Page -/Contents 573 0 R -/Resources 571 0 R +/Contents 542 0 R +/Resources 540 0 R /MediaBox [0 0 595.276 841.89] -/Parent 559 0 R -/Annots [ 569 0 R 570 0 R ] +/Parent 526 0 R +/Annots [ 536 0 R 537 0 R 538 0 R ] >> endobj -569 0 obj << +536 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [235.669 190.497 267.542 201.288] +/Rect [235.669 311.5 267.542 322.291] /A << /S /GoTo /D (table.1) >> >> endobj -570 0 obj << +537 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 142.4 444.281 153.523] +/Rect [143.731 263.403 444.281 274.526] /Subtype/Link/A<> >> endobj -574 0 obj << -/D [572 0 R /XYZ 144.724 753.953 null] +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 -18 0 obj << -/D [572 0 R /XYZ 144.727 716.092 null] +543 0 obj << +/D [541 0 R /XYZ 144.724 753.953 null] >> endobj -571 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F44 517 0 R /F46 538 0 R >> +540 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 -578 0 obj << +547 0 obj << /Length 826 /Filter /FlateDecode >> @@ -1789,5128 +1750,5335 @@ G>:Ύ {M`(>XԀ8Q -[CgЮ!'v ׁ-n"g R/CQ:@Q@]7WeC_.y>QqڸzOK|ɢT4||UɪM;6$)> endobj -579 0 obj << -/D [577 0 R /XYZ 143.727 753.953 null] +548 0 obj << +/D [546 0 R /XYZ 143.727 753.953 null] >> endobj -575 0 obj << -/D [577 0 R /XYZ 304.493 575.674 null] +544 0 obj << +/D [546 0 R /XYZ 304.493 575.674 null] >> endobj -576 0 obj << -/Font << /F17 428 0 R /F35 427 0 R /F43 516 0 R /F36 513 0 R >> +545 0 obj << +/Font << /F17 400 0 R /F35 399 0 R /F43 485 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -589 0 obj << -/Length 3074 +556 0 obj << +/Length 3149 /Filter /FlateDecode >> stream -xڝZK8W73Knb0a"K$mzP3'S%bW_-ë(-R*^n[(R|yyQ2n[v7{'(#R`@Ԧ}e=.U4s,O@4uWĮ?oE? RP{I"oyjF%wDu$C,n=unXh5g(vfVk [H#wj&-ڮ{^jS;Y4pB&Ylffү(, O68X0s]gEpRlrlcNk -/[á&NT]UW =tY%,?yt + *rEJaz W#p6 4~ir]d~O@ux9K^MDI=?eӂaE>[ -;8deh ѤYV[ *4ZJ -cop:+>Ñ~_(h/TA蛝 6H`;FGˏ]}k:ٳv JtP@'jզW^A;#{y?v<0Bwهi%z ;A7}";zY -pÝI ៟EYb+oXY i! @a+v*Z1B|fATB+k<7vuDuU>Z-plKE,RF}%\jJD6D_|ςÏniVXQ9:;{&@Id 9gxO}T%!*~K1kEbIaa_Ug;(|S*M_* }m"{FPrBL7wJPr B42YWJG3nEkeH SN7SN5 >ccS0@)/!o1S ؋[[d,HB4G̋f,!Qt 7q||hI1nsH@yn?$=8whEz .E3 [%!Yku޾=b#-8OvW:v5l,lCWg=Ӽ T| 2L-5ZvM 큟23n&M77MG>z @?V#36cXN1JtDҚN920JK :n[S2v=1ZELb`H MLe39*X!hщ56,KM$})(o.B=\V)R yT}mKq} -Qj~w [j aQ:E߁g Q 쇽#Ǣ}RvFj@f Q%W"=te=ecC}djD`$y/B :H1?)8-`5-?4H**#&)L&Gy]畬"@'0PS$d&C%PӚ ԻЃ &cvlU!cWZOi0$28Z`G? rRo C\#c!kof?Ӳ\n#6=@+8XsaysBɏ;8`Hi +H_iH3$_) -Cr"cz˸ݒQM O/]6C}%>MrӅɍ$B;<`&ܴ4CLOpf%)PtyTl |=g_!P-\S1k`k].I7,&C b%00ƸEKÿs'ynI"+ 0\UuS +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 +> endobj -580 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [360.823 632.112 447.898 640.966] -/A << /S /GoTo /D (subsubsection.3.8.2) >> +/Parent 526 0 R +/Annots [ 539 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R ] >> endobj -581 0 obj << +539 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [304.284 464.256 389.998 475.324] -/A << /S /GoTo /D (subsubsection.3.8.2) >> +/Rect [304.284 576.935 389.998 588.002] +/A << /S /GoTo /D (subsubsection.2.8.2) >> >> endobj -582 0 obj << +549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [374.049 428.114 461.52 440.067] +/Rect [374.049 540.793 461.52 552.745] /A << /S /GoTo /D (subsubsection.1.3.1) >> >> endobj -583 0 obj << +550 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 392.525 302.597 403.648] +/Rect [143.731 505.204 302.597 516.327] /Subtype/Link/A<> >> endobj -584 0 obj << +551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.383 356.383 408.728 368.336] +/Rect [322.383 469.062 408.728 481.014] /A << /S /GoTo /D (subsubsection.1.3.2) >> >> endobj -585 0 obj << +552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [266.687 344.428 352.395 356.381] +/Rect [266.687 457.107 352.395 469.059] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj -586 0 obj << +553 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [155.351 323.008 187.224 331.862] +/Rect [155.351 435.686 187.224 444.54] /A << /S /GoTo /D (table.2) >> >> endobj -590 0 obj << -/D [588 0 R /XYZ 144.724 753.953 null] +557 0 obj << +/D [555 0 R /XYZ 144.724 753.953 null] >> endobj 22 0 obj << -/D [588 0 R /XYZ 144.727 607.398 null] +/D [555 0 R /XYZ 144.727 716.092 null] >> endobj -587 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F45 537 0 R /F37 514 0 R /F36 513 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -594 0 obj << -/Length 2548 +561 0 obj << +/Length 2474 /Filter /FlateDecode >> stream -xZ[~PJ֘s! ׉Nc`$4ZK*Iywa\7-Z')ڗp8s̹~p"\|"~ꝉH, i.l fSnMQ5MVY"e÷z߀J""k=5IH!"5"To* ]޸˕I +7Am^Y -0q -\̱lkEyXV'Ti!mP"f:ѪkK$"qDf1GnW@A< -ojc^;r%z+a񕔠;c`SqJ!AM.ٻv+`˕Mn"e& S5꼼wyΈFtdPٶu54>~Xmyٺ9:m^tmA^6F+o3G$̈́$4m9윹B`hHv֨dTFQ%g*:5*MdȨtFcw^/Nu &+.ceVrCN*k)]VWeSPZ{ hSsEސaM^N6 oiP:Do`C{#QTg >i:g]hƧp:kM|?}X% n .8XX5-Th/g(Ja=aJ}ןJ()-EЩV~3V&D_>.0~@B5տJYWxu?l{)MwYI5"=6Ǭ(Cexǒ"j֋ŒfhHw  WP$N lGmrA.+ /29 \2 MZĞuAS5p WBTLtÙR41\a,R!‹=0%ly;ZV,vCU?c܅O[ HN2u֍8D"_gH+WE|?7oY綕c khfB_ =DSC3qp+_X>ֈ8{Iu RֿͮauĴC?P(tsIӡ&F7sq3:ROM0ةJBdY -I/N{GYARrͱvl?Vhʨg^BZ៍c|Fjz7:2g+} s'ka/7zx'X!ӞH -"91韥6͕k?n{2C?4?DnS\}܁$.YRE$"U 6m.Q7*=>:*<$BQ -l n1O>l]CL g%v?r# V".`U n~Ħ\]˨~W^g]L[';N. ܖ d_蜃ws"˹17(f{Ǡp2;gcӽn9iuR5+7CQnsER~#sLXMK0jc'.;BJ`vbu~`/bȤ}Q/X@y7l:N>]ب.wZ%ζj*G]TCtH=m)P{N!!OӲ FdCf;Fu&GqpmcLɓ#=yQ0n= -j`%Z0gqi{(js E T ߖJڊZĶy=e^WqWd$'%٩R>V/",5t"ߐ{^$HB> X@hDW28ޯ'8|VB -NAc'[~ ? +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 endstream endobj -593 0 obj << +560 0 obj << /Type /Page -/Contents 594 0 R -/Resources 592 0 R +/Contents 561 0 R +/Resources 559 0 R /MediaBox [0 0 595.276 841.89] -/Parent 596 0 R +/Parent 563 0 R >> endobj -595 0 obj << -/D [593 0 R /XYZ 143.727 753.953 null] +562 0 obj << +/D [560 0 R /XYZ 143.727 753.953 null] >> endobj -591 0 obj << -/D [593 0 R /XYZ 183.747 513.821 null] +558 0 obj << +/D [560 0 R /XYZ 183.747 627.289 null] >> endobj 26 0 obj << -/D [593 0 R /XYZ 144.727 378.044 null] +/D [560 0 R /XYZ 144.727 491.224 null] >> endobj 30 0 obj << -/D [593 0 R /XYZ 144.727 178.715 null] +/D [560 0 R /XYZ 144.727 290.199 null] >> endobj -592 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F43 516 0 R /F37 514 0 R /F36 513 0 R /F14 536 0 R /F35 427 0 R /F44 517 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -600 0 obj << -/Length 2896 +567 0 obj << +/Length 2683 /Filter /FlateDecode >> stream -xZKT&^˩$xrH>p$jD/%٩T{3A[~~x緷~*gy&~ŕbFI3Eݭ~NnU('-ޚ'zÓZvٹ6i4PZ:CWׯ\"`YwiDe2wunڋmR_uj#dՆskMklƣT%К8*"Z˄#My_7]WUE6Ԏ&g4-) cC'~AOFyBn}oz/J1]|,\v1&JfX1RY!7E0./AAtQr ^_*jYwK5.!pNp 58-wj%)RGNT+-$^$9+ii@KŤ=w*U7K(S -Fĕ@v/\B}]"q˽ǣ'0DN_TO<GO(\3?wYk` Y4=)]16醻ux1yxQSI7u2ggxRxfɕ*\I!˷ky7脙1P6Wۥ\mGAsqd$Q/.zZ=/z}K$rO7TjOy&D`iЅSih g+`nW!o]2Oe ;rc`kZq0nxx+"0dYq2d5݄LKz*#`f4Uu7<؝\4ܻi<01 ۈl3=&/Og,tuء n􁆶|QFLr1DH--.nD g̲Q c rvTjWV?SR܍g4r悈\$kcHZB|keBo*wKqmr8 qZ,yLD8\Z TQB8ਤַ&(>;Kyf gDR-sX#.sg ]6F( b)~eWw.]YR˥T9.&[Xȗ"2mvl0˙vX;L`1X,zyy^y;Ӂ%8KBTO;^xX|0X<2h]zC5:\cA`b39IQzq勾9G&ŵ$YI2)O:Z= ]_Ro0Y _  -@S*n$i3&\ #Ij$}O}j +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ꔖ endstream endobj -599 0 obj << +566 0 obj << /Type /Page -/Contents 600 0 R -/Resources 598 0 R +/Contents 567 0 R +/Resources 565 0 R /MediaBox [0 0 595.276 841.89] -/Parent 596 0 R -/Annots [ 597 0 R ] +/Parent 563 0 R +/Annots [ 564 0 R ] >> endobj -597 0 obj << +564 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [422.893 315.373 454.767 326.44] +/Rect [422.893 418.984 454.767 430.051] /A << /S /GoTo /D (table.2) >> >> endobj -601 0 obj << -/D [599 0 R /XYZ 144.724 753.953 null] +568 0 obj << +/D [566 0 R /XYZ 144.724 753.953 null] >> endobj 34 0 obj << -/D [599 0 R /XYZ 144.727 302.431 null] +/D [566 0 R /XYZ 144.727 406.043 null] >> endobj -598 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F44 517 0 R /F14 536 0 R /F46 538 0 R /F36 513 0 R /F35 427 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -607 0 obj << -/Length 2719 +573 0 obj << +/Length 2443 /Filter /FlateDecode >> stream -xڭYK۸W*pRD<ߞn4Lٳ\DģP9l͏B כ7 Wi7:ؼ ncVQ x&M9u]"v0xO;@/ >[#+/:+هY4Hatkx<(܏ǻ-sLA(窊4Y6D:)vr.`h指zE/'|:g<*Mn[LsT){4e]$ZICm -^c~"E/aeo:ܠ+LxJbRu&Nʔ|swXJGku[mNHxLso#!7{(E`w:cTƱ( /!)B$z8ț NeƎ=vp6`<_T#\-"bL~f+-Rb0.jӶ+!/C`𷲳-z{0Søv0s[Gh\.e2^p*wA[y oabwPVyvΌ+PC?maSzZ B#TsaMYc<,T>oq.&'{<[G&Q+DpaBŸ]1`Hrl׭l._\1}1wpwt]DLh<AA i|usAic_jn{7G?g.;0$~$K*ҏ<=K͜C`\skA ?؆S-5n7q7 h[Y/[o:D'N^/ԘĚsTpmu y!X?p֕Y}0Wg߸Krǵut≉*O߯x|[ 9:(^"օ=w"__CO9r+Ta" ӮG0)UYߚ/TVrK UH<X_ÍY@,[/ :fP{pőq+~2[_)˫SbQ|۵k(%O^GK/ܱ]>y<me&kݶzO^+e |h^d9uB8l?|ϣYƘWSc#k&/x+ +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@> endobj -602 0 obj << +569 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.582 530.107 496.631 541.174] +/Rect [465.582 616.244 496.631 627.312] /A << /S /GoTo /D (table.2) >> >> endobj -603 0 obj << +574 0 obj << +/D [572 0 R /XYZ 143.727 753.953 null] +>> endobj +38 0 obj << +/D [572 0 R /XYZ 144.727 603.303 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 >> +/ProcSet [ /PDF /Text ] +>> endobj +580 0 obj << +/Length 2631 +/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/F> endobj +570 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [418.968 424.087 499.397 435.21] +/Rect [418.968 624.756 499.397 635.878] /Subtype/Link/A<> >> endobj -609 0 obj << +582 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 412.132 339.201 423.255] +/Rect [143.731 612.8 339.201 623.923] /Subtype/Link/A<> >> endobj -604 0 obj << +575 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [235.949 388.222 499.397 399.621] +/Rect [235.949 588.89 499.397 600.289] /Subtype/Link/A<> >> endobj -610 0 obj << +583 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [143.731 376.267 260.764 387.389] +/Rect [143.731 576.935 260.764 588.058] /Subtype/Link/A<> >> endobj -608 0 obj << -/D [606 0 R /XYZ 143.727 753.953 null] ->> endobj -38 0 obj << -/D [606 0 R /XYZ 144.727 517.195 null] ->> endobj -611 0 obj << -/D [606 0 R /XYZ 144.727 371.42 null] ->> endobj -612 0 obj << -/D [606 0 R /XYZ 144.727 305.35 null] ->> endobj -613 0 obj << -/D [606 0 R /XYZ 144.727 223.701 null] ->> endobj -605 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F45 537 0 R /F37 514 0 R /F35 427 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -621 0 obj << -/Length 2359 -/Filter /FlateDecode ->> -stream -xڭY[6~_a1+DX,KY`m:oI8m %W;3 ly6ySEw Ex}x{ë(]d,Kx]/8aY,0am ~x%'\wxWDK~ -<͂Y᫭6 -_u#5,Ыu쮗Q -ݸyK<:tQѺwM:ߤDh,^Ϊ$zoQZD`t[Fo=7ّ}tBh 5+&N-Nafdp@Y"X.cJ Z|5$P-}yHJX9,3vjSoE9n '@W%$D݁P; )"AˆQK+!&ƀQFw>~Ms76R V5 -a"肟9odEx*/! b@&;#\h*<NFCfFʇf O8_:19QDI J7mKarDv@izD Êv(psd8Y{0g0O#IJ0gw˚rb&pK'@G? "lrvv*!/ar-ugr6 -,Cw;<T]߻bҬR %D螀J]my2XiPEYXNr"qu6CuUQD8 -Lb¢gct&nN4v {2/(<) Tc*7W/0\}҃Ҽ%ّ0fN'.B̲2UHW@HԱ,ţբOňD<Áv@J7.TXhs=֙}Y -gw0%0?6Q*(ZC6uK9{]<\sPX?zW4OP0LyM>ssG#u}#/<c߳*LE,?T&]FZ/-? 8f,CR6J&k~?> endobj -614 0 obj << +576 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [365.903 531.097 451.266 541.887] +/Rect [365.903 129.348 451.266 140.139] /A << /S /GoTo /D (subsubsection.1.3.2) >> >> endobj -615 0 obj << +577 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.093 531.097 499.397 541.887] +/Rect [464.093 129.348 499.397 140.139] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj -625 0 obj << +589 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 518.865 224.36 529.932] +/Rect [168.638 117.116 224.36 128.183] /A << /S /GoTo /D (subsubsection.1.3.3) >> >> endobj -622 0 obj << -/D [620 0 R /XYZ 144.724 753.953 null] +581 0 obj << +/D [579 0 R /XYZ 144.724 753.953 null] >> endobj -623 0 obj << -/D [620 0 R /XYZ 144.727 716.092 null] +42 0 obj << +/D [579 0 R /XYZ 144.727 716.092 null] >> endobj -624 0 obj << -/D [620 0 R /XYZ 144.727 575.831 null] +584 0 obj << +/D [579 0 R /XYZ 144.727 572.552 null] >> endobj -626 0 obj << -/D [620 0 R /XYZ 144.727 515.897 null] +585 0 obj << +/D [579 0 R /XYZ 144.727 507.874 null] >> endobj -627 0 obj << -/D [620 0 R /XYZ 144.727 458.398 null] +586 0 obj << +/D [579 0 R /XYZ 144.727 426.573 null] >> endobj -628 0 obj << -/D [620 0 R /XYZ 144.727 264.479 null] +587 0 obj << +/D [579 0 R /XYZ 144.727 316.638 null] >> endobj -629 0 obj << -/D [620 0 R /XYZ 144.727 170.11 null] +588 0 obj << +/D [579 0 R /XYZ 144.727 173.825 null] >> endobj -619 0 obj << -/Font << /F17 428 0 R /F35 427 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F14 536 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -636 0 obj << -/Length 2551 +598 0 obj << +/Length 2306 /Filter /FlateDecode >> stream -xڽYݏܶB/w[Zi (6v `O -63Vi-I ||oޛ+ee"ػz2"J3/c!̻)Lo~d G ->XwfQa2e7-{:T#0gRǶ]tniÄ8ݎm:_jO3++`>uG6SӴ0|֦i$FRdQ,yiS%8r9c7),PFpo뢣YUv=emJ{Σo{wE4;eS%‰,p\28eIa`}⭔7.pl/ Z -|dKޜhy$+M7G$BY;NNշoHzj&'2@x"eDE^ 3 J#o3`G"R -eȒ0h7@AliVfc~: ɪ^o"Դ= 'H̓Ζ(#C:/|?"x2],9v;_v~8V-vΚ!..kQzrg - -i!}hȤ-N2~&0,׷[ i@a QĒ9)˪Qmld̗4\ԍLDg[6coٴT TM1;kTEy,Mk5unhQS W7@akA3p?ϘdHV A7,Q"R"-~/87;?UwXQ7YPvLDzHM]P@^"$M2<]%$)Klj@맆%Eݛ2PBQv8K_d$0^fYjv4:&o'`)n['er`WU\SCMi$id=Զ.]7M蘻#&i!< 9] bBI A̷\ xi|Ze% -;ޙNӠSGuΣJs  ~3J1Z}U(?Isj9P8qU0Ϛq8k\^ptS BIY nA - -&IT`LsxY/Jy`l~jR aNi;jy5|0oC7  -YO6ѳPP2.iuE'1.#]|*m'f== $X k>X\ äoH30 @ %2x>G9B>00 S*ܲ .9Dʺ>y'ڂ^~m~, -N(pN8 FbEcZ(tub|Mݤ⅕a#ݴ|{OCniǪm!.Yg v-kg580$;Z[S:"|ūKbk,Ӈ/➯|.8-P4[/'|(=6ZãlKSl9ߞnE |G!ptchuwmK -ApԎc1k,Y{cLc𤹀T,~ZC~!n"qă/?\{|3R%=_d*woGh#T{'Di8*V!Q^D!cn*˗]sjs ;[//C E/4 -_0pg +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 endstream endobj -635 0 obj << +597 0 obj << /Type /Page -/Contents 636 0 R -/Resources 634 0 R +/Contents 598 0 R +/Resources 596 0 R /MediaBox [0 0 595.276 841.89] -/Parent 596 0 R -/Annots [ 616 0 R 617 0 R 618 0 R 638 0 R 630 0 R 641 0 R 631 0 R 632 0 R 633 0 R ] +/Parent 563 0 R +/Annots [ 590 0 R 591 0 R 592 0 R 604 0 R 593 0 R ] >> endobj -616 0 obj << +590 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.466 675.301 382.251 686.091] -/A << /S /GoTo /D (subsection.3.4) >> +/Rect [318.466 276.795 382.251 287.586] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -617 0 obj << +591 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [387.364 675.301 451.149 686.091] -/A << /S /GoTo /D (subsection.3.5) >> +/Rect [387.364 276.795 451.149 287.586] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -618 0 obj << +592 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 675.301 499.397 686.091] -/A << /S /GoTo /D (subsection.3.6) >> +/Rect [466.307 276.795 499.397 287.586] +/A << /S /GoTo /D (subsection.2.6) >> >> endobj -638 0 obj << +604 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] +/A << /S /GoTo /D (subsection.2.6) >> +>> endobj +593 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.555 663.345 225.749 674.136] -/A << /S /GoTo /D (subsection.3.6) >> +/Rect [190.555 188.57 253.672 200.523] +/A << /S /GoTo /D (subsection.1.3) >> >> endobj -630 0 obj << +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 479.756 499.397 490.823] +/Rect [470.844 639.381 499.397 650.448] /Subtype/Link/A<> >> endobj -641 0 obj << +612 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [168.638 467.801 209.918 480.137] +/Rect [168.638 627.425 209.918 639.762] /Subtype/Link/A<> >> endobj -631 0 obj << +595 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.692 467.801 217.153 480.137] +/Rect [210.692 627.425 217.153 639.762] /A << /S /GoTo /D (Hfootnote.2) >> >> endobj -632 0 obj << +605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.76 401.362 368.881 412.152] -/A << /S /GoTo /D (section.3) >> +/Rect [274.058 366.191 280.519 378.527] +/A << /S /GoTo /D (Hfootnote.3) >> >> endobj -633 0 obj << +606 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.967 377.451 244.938 388.242] -/A << /S /GoTo /D (subsection.1.1) >> +/Rect [224.332 286.657 287.303 298.61] +/A << /S /GoTo /D (subsection.2.9) >> >> endobj -637 0 obj << -/D [635 0 R /XYZ 143.727 753.953 null] +610 0 obj << +/D [608 0 R /XYZ 144.724 753.953 null] >> endobj -639 0 obj << -/D [635 0 R /XYZ 144.727 564.162 null] +611 0 obj << +/D [608 0 R /XYZ 144.727 716.092 null] >> endobj -640 0 obj << -/D [635 0 R /XYZ 144.727 544.79 null] +46 0 obj << +/D [608 0 R /XYZ 144.727 613.604 null] >> endobj -42 0 obj << -/D [635 0 R /XYZ 144.727 453.788 null] +50 0 obj << +/D [608 0 R /XYZ 144.727 588.021 null] >> endobj -642 0 obj << -/D [635 0 R /XYZ 159.966 134.136 null] +613 0 obj << +/D [608 0 R /XYZ 159.966 148.741 null] >> endobj -634 0 obj << -/Font << /F14 536 0 R /F17 428 0 R /F43 516 0 R /F37 514 0 R /F35 427 0 R /F36 513 0 R /F34 425 0 R /F46 538 0 R /F39 518 0 R /F40 521 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -646 0 obj << -/Length 1423 +619 0 obj << +/Length 2309 /Filter /FlateDecode >> stream -xڵWKo6WRQKXE=eH#D INb!)Yr4][$>ΐB*t?/~|'"/!i o -/#BY- ?r}6XH&,oj_@$T|T~zfWuc,[0JRXe)wj]CQ绍q&u]UAڮE^W9l+uIÞfεl*gG2QoRwn۬)U{Ii$vQP&%ü$D?&I"FFh<3 ~_Aõ -<Mk\m5h>Fh]BJ".\<>nybQߘHa%7PC.\q a:jk^b0/!UQP9b$]S4z '0tz5dQ]0$JۨGsj4vv2fOusX24.m[G'@yha&D'䈉'?$BȳS _Fiכ E - al3 s}ײVY7b4{uesYݣ[4c;XB7كZf,3:jXJslщ>vb\F+v);8M挄l{J}-/z^1\5g -9KG( :;?( 8!W=r5;.h*ΊΟ])]0 DaPA$9k:;7Fbg:+B諓gnM%CG8b^Pv4a CЛSÍ]{9uv\^v+$·. ײѕ].wV]Y{xQ.T7\ESч _6K3GGQfܞ73r`!~ `BPN~j. xF?'e23g?nvwrkqL6bt_겲jų V8+y B=|~ZY')x^m۹kk 㓈̐F$ -K!=X$I+^]9C6JBmWXt -o˫N> +xYKo Wu0]zJ2C$smaR^1p~{"jΜrqJ%"?~,'1J$绛>4EtpDiTyt>UjKڸfx|$uqQAIUJđ_6</űԗȸm~öX}_tU?W< &q{!vEÃJ㇢9h ru1 f\ߙxn fe|Z~H}9(<ۗ0<)}`%Zd4ũ QFHEU@IbՑm"%+4He4!#eT5Y"2+R!mc ĻR|M5mvVZoN& hT #"<XO"䇧3]]WT839 w[~机|hhqp.~ LƦXl|*p>)=^w5Ѧ)(M.2֎uˢ;=L?-&K[~MSWM?ŞT)!d}㾽w͜OA :ww`L^#)./,g)f-f$zl]{:Ah?eA?[jy As9I:)#ҮfNqLu3 u>{i1\NٍV˼\ܒm +q?ztF>OK\`YJU(}{zUkO?6a+:dsָ7Ԟw~cOCe\҉<+ӘB)(6`Hn>QCQ,dM.U\R,4臢3NcHHBJtRi낥!PJ;ҊC'J*>B}l7EMIQ^Cf@/gr4f)tJ2n90 Q,P8H,pNP`MzC9pMk[S N@X?z1&=r 8ڶ#PlRFY&3q"Rѫ(h`4O4ڗx(&H Q0[X +qO'LTM N!s1 P`3Ůk}|N=4JtuMXGtAN+`Nke'6Wr&k&.j*j.2 +ZwU'DǞdW!M99ReA싡 xMUd؉ْL.M8P} cLwĕ_ӹ@Gj9[Nh7A0)y'-ӓ"GP4mF57ʰ^YNl3,a +=VuMm?/ʧ"9̓IL[zQ~^p|}{*#wE"vo_2yV:z'F//c'<|ï7(*킷 +闻n~o_oM)<0pɾ>FJw!95!g!cbЅ$&[q0Ep+ɶ[{Sϥaw[/\`fN!]fS1z|̑ kD9ag|0R>}!:Pf&R91gdy! ЈrwAuݲ{[$]L")پ>{eSh)ڑ]Z꫉jbH{w Ɖ@֯1nئĿPkO8R]'!r)9Fא`&{Z1l3q%7NI볫%UOY|C;1~"u7ںn1# _n~&CBbO)bP$K4fѣ_z-quttYhLR{€olћ > endobj -643 0 obj << +615 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [264.25 175.283 327.221 186.073] -/A << /S /GoTo /D (subsection.3.8) >> ->> endobj -647 0 obj << -/D [645 0 R /XYZ 144.724 753.953 null] +/Rect [403.828 444.874 410.289 457.21] +/A << /S /GoTo /D (Hfootnote.4) >> >> endobj -46 0 obj << -/D [645 0 R /XYZ 144.727 592.814 null] +620 0 obj << +/D [618 0 R /XYZ 143.727 753.953 null] >> endobj -50 0 obj << -/D [645 0 R /XYZ 144.727 378.92 null] +621 0 obj << +/D [618 0 R /XYZ 159.966 129.79 null] >> endobj -644 0 obj << -/Font << /F46 538 0 R /F45 537 0 R /F17 428 0 R /F36 513 0 R /F44 517 0 R /F43 516 0 R >> +617 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 /F39 487 0 R /F38 489 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj -653 0 obj << -/Length 2235 +628 0 obj << +/Length 2847 /Filter /FlateDecode >> stream -xڵY[ۺ~ϯuDy)EI6m %W$E{g8nwbof88qUlܽ˂"*$ "ʒ,4bI탏ݩ6[[YUTjTQ5}UT_~zdz fq&VMשԝ.YI@j `*^?4"5 4Cl ,4<42;P=؎.Ӡp3VgQ֫Vov imp׍KcDTi-qq:{&Q&ݭs"p [z -T: :"|-|k>llG%G:n,T`g,ZBJxEޗ8l;UwL@ggaͧA*L jQ筮]s>%~|dMsTLG9 2`0sa˙ș# (Teoҩ&a *?wz\P%cv>eS+t==[C'9"*Yȳ5BrGM 5h_3{Ow2V%L`ɒv`U;TȭE6IOX,PJ&FIMSVkIڦ,`-$hmmK}%1 h=nc▗0f>R -xtdX!EEp藍!w؃p!=챤"5ׁ}~|SwMq/ 'icxy$d _A;LᣂNv噘t=y>(G>*$)f쿼+X*DU=SڟG"…"dg KK@wǠMxKcNVκ {?JKA*'BHM" q* W"XнpHbwb5%<$Y':/1T抅*X0ݪCo+JEgN<'L[<ܩf|;VۓWH -Vbh[0rYb$S'*Xd4\xKxd +,<+v]璆CwbԱ|X7pv67xq☃Ю$s$RfAllӄ +BZ^ zGD*U4m3.1'3lG'C!_]D -Ɯ !](DŽf~)j7yۄ=/7h0, -thd0~ R\Ept'8=˵+(¸ X0.|煛}8K(a~W=/J-<ymÙ:=k k=naϞ~Y, Ȁ/A U(6O/2i3l_`C8PjKT:y1W쏮T2?[n#Sne,ȴ@F&贾p;L޹S$h}r~#v ʑ2V3ct֯X!3{)e :7o3tJ详>v旍a3#U;S wŒC]b amKp0]3hJ[/4W>$)K7L+kpŜqNfحEޭ,aU96t)*B07fwqBЃյ"RtATv͹: o%a/Z@jD C:[/5OөgփfaMԬ7 ȘR୻?g t3QޞJJwݎ=-r[ 3sn_fPQ^Lp)n~Ֆ Vh>{}msz)}^UDPҩpND&FethCg\r*f&"4>nE\ w۪Xg֙my5Mǰ"A9-H 2\ `罷c\ W/"?;릧 |igo6ƥ;s?+56AwRsR ;@@FAxJ;zdƟ į~)79f i՚dA33߰emⷌ2pj+8L:.JqKtIy@7E:~9צv}4 D.0h b@Bl@` FH! nrw9W]HPP)-܍98 vIlSp`sѶ gr2=1R19"Ea)X6H@Dj^6V Bl-IF3uX2cY6錼O +3W~@ai&>(1낵)>a: Srj]:L02O=_+|Kwa?|*f !Y]H凼q<ՏKL SXщ?0SbGzbTl6z$PA*141?Wq˜X٭+Rv\9ӏ9=>=|.ZB `)b.Dɘ"y:>e̎83h5wV vo$vͩ$/IQu7uE$շźДmr5Tb(b 垠.IVp VAr<:q߄1N3EӾ6f'[!K\-Y;Ulut%Y.4 ǼZg94ɖZyG}@@6ރ<` xGX>8lv(l!L.!DɶLZ[!uK{R'31CLw +uyRd0nr{sJ|>eMP2) qPu%?]SON %ֆs0yb;U927Mu|SҾ|Y[ ˺Yۊ$3HޛmǦ]T`1ǧw)AlHOyE伽;fXa@C[|`J8e9|TO~\V3 02<fQWwD_˰ɾ%ބoc:PY/hNX-r+u"1}1` Tfy[@L͹/$nk*+Wa)O?oX?r:VfҚaa7ava!ɗu@iIJ~r8T+y23M'[-FѪ{euy]寗E)XG]]};¶3-`Z"=E|o|BQGң"9\Yo +m#%?0;V`WWT!~CmEj&h j %{ x8Y']o׎DŽV9ݾ- +WkXº O.{<-Tk&1vQP  +_/coVy93',CX]|~Bs㓮 ~23Ӂ_At&J]~WZ#P$P·瞦=XbE Iiߵ.jO Bm`=0Q 6>w k77O.6L +$1G %z ֶd$Ť ݣ:Ҁ)Hj;*ʹPh>Ğf"l<[#TV]W'GLS|twEU0ij+'K~z +S˃z7`]5K B1\&OE9Lgb Fo)TNꃩ&49B&Y9T b;4/H>r G0ȏ~-}EI;B4Q9P0(.pz׷/_k1ϷK W.Z"}7L_ endstream endobj -652 0 obj << +627 0 obj << /Type /Page -/Contents 653 0 R -/Resources 651 0 R +/Contents 628 0 R +/Resources 626 0 R /MediaBox [0 0 595.276 841.89] -/Parent 656 0 R -/Annots [ 648 0 R 655 0 R 649 0 R ] +/Parent 622 0 R +/Annots [ 616 0 R 623 0 R 624 0 R 625 0 R ] >> endobj -648 0 obj << +616 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [479.089 479.036 499.397 490.159] -/A << /S /GoTo /D (subsection.3.12) >> +/Rect [394.734 648.594 462.686 659.385] +/A << /S /GoTo /D (subsection.2.12) >> >> endobj -655 0 obj << +623 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 469.018 196.687 477.619] -/A << /S /GoTo /D (subsection.3.12) >> +/Rect [235.841 282.444 298.812 294.397] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj -649 0 obj << +624 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.438 394.298 224.409 403.152] -/A << /S /GoTo /D (subsection.3.3) >> +/Rect [418.673 172.534 480.837 184.486] +/A << /S /GoTo /D (subsection.4.2) >> >> endobj -654 0 obj << -/D [652 0 R /XYZ 143.727 753.953 null] +625 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [168.638 160.579 230.828 172.531] +/A << /S /GoTo /D (subsection.4.7) >> >> endobj -651 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F43 516 0 R /F46 538 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R >> +629 0 obj << +/D [627 0 R /XYZ 144.724 753.953 null] +>> endobj +630 0 obj << +/D [627 0 R /XYZ 144.727 254.886 null] +>> endobj +626 0 obj << +/Font << /F17 400 0 R /F46 505 0 R /F42 484 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -660 0 obj << -/Length 2568 +640 0 obj << +/Length 2599 /Filter /FlateDecode >> stream -xZK8W62/`Yldv$9m" INߪ"{iS%zf޼n_YD$+Ō03'tv>:}ne?RG+7CǏ%,5–3nLX[K7h{ŤMfѬ[5LKt_#olX;\X/@m3|rG94ʍmOƊ)>(3| Р&gK\k*wcq5;{Q^6ёƑsUW4yWKa -~"4{[ )YUQm}JO y~W2nedxD#M|(ҍ[/GjO/%!|[˲*k n,]Q@C(!I%ñeRrrr/8̉gf~b@w |3IuO]qpG*ZmV LWx75ƛkά{07ĀK3-<!cpOF -_VU%xNʰ85fMp@'X=} H -wL@]x.hDxf "As 7A@rW9YE!}%T\iz:ZyF9C"Bt$}pi{5jb]˜YN$oxi'8&c ZQ =GZ0 t &jʰ&@!r Z3z3$٠7/:D{.U,D[;"=)L&qa)"[ZޡjG :R&OY93 9Z**@q1C^b-P2W-=vQuWkfw{dj"0G9`_&8SuV5˺o]vǍ7|Rq -KpjY}!>0zѮD\/GDMH_WES B+qG*|x .%vI踮-;άIa9Rwmk4Ww\j~z}kkٲWP0K e73Y RwEF١@w-} 3A/s:xKxCw_&6ךɡ!sA Kbm)ˁH>jqOZxWfL̵`Z;QJ;dy‘ TA4SO3%r ,­۔#n`"g%׊%1,b0(e3GB&c"ԍ!vy(bwCoL8F*w)ԙL֎Kn_k$E*qZO/ -󺄈Zބ"Hk;@HC26pOJh.cF^0̌:>P6~c ]FB -1稈seۼ?#v"-e~}a*Wu3mWe΃vr\s.u XwOLyiO5=egUtǎ5!81щ-mzR"5FE-[㈋pqTմ *mؑZCQDq-hrb-RlQzKg gČJeTl2h]kN.i[@.DX҇!Se)"&̋qv6)1fW-!UuL *m3#Mjk~R]A@8<:h-}Mk$Di ?Bm?_M(3qAq7OռPklUCfy "[C Pg5azPRֽr]A\hN!YDTʱy錘P@*Bw-6nAykr)^)+:֭CP+\P +ssjyy0eㆨ!8`B kZS*y @2>ݙUJh=N\]qm|qm А-ݠxS7%KhX+jgc33y׌+=d1-qY~90|b;dPL-bVvgE_ +5-*q 3dRs1̧,HAțF'A(thX c,%^NƂi1鸉/^J'uqlMa0O *¶"TxQʂ#I)P~{K'S4/Pg|ߧ620Q^{ ΒdR]tXP\^ai(6\{jOt;'h 8Ais3Ⱥ |ɣ H&)Ę=a=~xڼj@zqcN#o1!nk*5S U eK3]pТA{+w%+; EG{񮴃4}mt9g#Xk\\Rc^|^.փ m'”ddkv~LU|{( ^p1nu_Xp߫GLoa/Avmn>[vk#4ra^}Fo*j]WF蛺A*^@\>>(/e[Wk~V;Dw$|4症֜ endstream endobj -659 0 obj << +639 0 obj << /Type /Page -/Contents 660 0 R -/Resources 658 0 R +/Contents 640 0 R +/Resources 638 0 R /MediaBox [0 0 595.276 841.89] -/Parent 656 0 R -/Annots [ 650 0 R 657 0 R ] +/Parent 622 0 R +/Annots [ 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 642 0 R 637 0 R ] >> endobj -650 0 obj << +631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [251.135 631.465 314.106 642.256] -/A << /S /GoTo /D (subsection.1.3) >> +/Rect [210.692 558.855 278.643 567.709] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -657 0 obj << +632 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.438 570.826 224.409 579.68] -/A << /S /GoTo /D (subsection.1.3) >> ->> endobj -661 0 obj << -/D [659 0 R /XYZ 144.724 753.953 null] ->> endobj -54 0 obj << -/D [659 0 R /XYZ 144.727 557.905 null] +/Rect [294.69 525.085 362.641 535.876] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -58 0 obj << -/D [659 0 R /XYZ 144.727 272.025 null] +633 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.69 493.251 362.641 504.042] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -658 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F45 537 0 R /F14 536 0 R /F44 517 0 R >> -/ProcSet [ /PDF /Text ] +634 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.69 461.418 362.641 472.209] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -666 0 obj << -/Length 1431 -/Filter /FlateDecode ->> -stream -xڵWKoFWR ߏ>h衈}Kzŕ0_咶A=3;Њq3!Zܸ4"ncAb/b'bZwvZ$E.yVI:/Į{2=~谗< -W.Zy⟻?HM/ `RBz MAb'4u;#XgfDy$1tY#Eൕ4 E)}^e 3?@q.HqL,ga߲seE1#0 Y#zd` uB(aiL]aϦ[ۜNJY+\.V ob3ۡ}X!~(`kJͽ}ߧX#n^y ѐw~H?k'Jv}H!Z9+%!bY( -$Lژ V(w(jg ryTC -o@gHr.Iv=S^i+0Ѐ`CoX. tʹ\D]]%$phNȤ-~m(Ȍ3 C -:*~r!֥z,` H&f ]\r#TyUhi(F'"4JdqlTYADRl XQ{ Ӹi`1DAA(PS*"WK"FZ@ Tc[2^q .z+eD-H1t* -RPYE}v0}ӎ __h$BA$t3F! O-Ҹgu#!Ե\Pͫ`} )ZAU<}T4VnE_asvk+r`%0Ni7ƫ: Xu@۴<LDʅH嫰I`sA/+[i.p-zޛ/f{BxЅ0AFfǡ}߯U bLlf;TSc#h -D@kt'S6Ө -"f:R =s੟/xҏuNrj)݇,)~15UYSE1~3 59]yp+9> >> endobj -662 0 obj << +636 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.438 418.855 229.389 429.646] -/A << /S /GoTo /D (subsection.3.12) >> +/Rect [466.307 409.706 499.397 420.818] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -663 0 obj << +642 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [176.382 408.837 239.353 417.691] -/A << /S /GoTo /D (subsection.3.2) >> +/Rect [168.638 399.688 208.811 408.542] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -667 0 obj << -/D [665 0 R /XYZ 143.727 753.953 null] +637 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [185.962 129.071 271.293 140.471] +/A << /S /GoTo /D (subsubsection.2.8.2) >> >> endobj -62 0 obj << -/D [665 0 R /XYZ 144.727 395.952 null] +641 0 obj << +/D [639 0 R /XYZ 143.727 753.953 null] >> endobj -664 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F46 538 0 R /F45 537 0 R >> +638 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F35 399 0 R /F43 485 0 R /F42 484 0 R /F14 503 0 R /F44 486 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -671 0 obj << -/Length 1973 +650 0 obj << +/Length 3235 /Filter /FlateDecode >> stream -xڭXݏ6߿-p Ĭ(Q.\wRq=pez-,:ԍa v׽3 fM\g%[Q:[mf\E, Sƣl|ԭ/TV8xie];?.NcH@e\˝5:D|)y@lZDh׮lԚݜ[J1`[Vn[۔ʼJ]G-x8^€e'HY*R@gNhs`_h$Ax|F7jv188+E>IWq5`eeS-"<낃If{F,{6lp?4|ehr -g!VTӔ.UrM߅^#. H.T0uTmFvtz9li¬a_X1RaB\{i1~$ kr@hX݁4}"&i&PM5w^Z}8X;_boRsFB# t+tB -Yht}Z}=V}.3{ r=@zsċ؁o$|?zYށ/7B@hu}ppȂVYǯ=Z찯8[ -QaƤ cP"' v)rJ0A3t_X vkޟ.,=VFU)>FCh>z81%tt֏Tx_My-,{Sd`a rqg u VN.^ȷ< Ҟu|"1'`p.DX1z-׊|pyZ[ht;4S)܇ƗS7VQm?IV K~ue95vF3?6pV'ue.dM̀69: ShNb˱=]Xm]tHHoPv(e|G,!-́(V0p(;899.H@=eţ8 ,Nn)q%g-]UO]"Gܢ>7~Y?g{ѰgXf81p@ê݋Yŗw02, -yzva\;dk|]ӾvQ\;`BQ}z,y[@]wZYMRRӑDeB8*2bUHѳ'=aD?{¨5\1˲u/(X^>{r _zgOMe̓dѹgm5܃SOӗ' - \2!ا -zp|a#N5? ɖ +xڭZK۸W/-7!璲f%RKRO_q* /6~|`z\%$߼` tu_IcDUB*߭>vW_6<&O\D =rTu;XlT~N_{foT~Ɓll.{zASޔZ79;FH9Ӵ1zZ(9;}_1JyX&6w;~ؕ|yaFK_U? +|NH\ + n-{A*zlH8֜TeDrhbKvM?Jާ}*+d2XZ>+ڪ"r@|I6e3 +ema0cHMzɺ oe\p3tjA8c :Aᱬ˶/xɲ.#Zd}x1..#E;[\uX +/wW$+06L%I*3=]ħ½k]uMY+nOgTL,R%̭H2A!oNBne6j:Lh'amv={0I\ϼ +(tI&g2R0*ಡmǢޡܕݶxt(t3+afޠ`2Ona%vA9i;&.I|ȢUNEuds(bek&GO(< /rgvzR"|j4H N'U]r+,/v;q! ޺.Uޓģ@PMbƠcrC'(??U[4'BaúD@8l*uB'p2J ;ۆDY,EXB9MC";i.qӘ&;ex;QzEʞhpZ%͹雰Ks&!Nn6'@< %FSU"xˁN[ +&vϑf{:Sy1j&ׂ"h1&DP`8)T`xKYwk-4}BQ :4#0Z0[ͱ +KKƮ;VMRizErz GGֲvCc"y?[5E 1zɕ~{j·D|4@r]>E[q +A/-ն `W'j ?,]EU]x8RcYވ'"j=onQBٕ nu",ҦM(1q,ȃLŖN,,-d %rLztS~`ei)0-@hR4憷tpc~]$&$3ѧE)!|]\ 'F?u/q:Y8"@ڨа x` +L&KpMș 1 M<.a'mNͣ\׸ >.o^ъ!^uϏ ;#pr9v=ozgʽÒ4^wҮP20 Nh tS r[oy +R#!Hg +?M]TյyRq:+P/@ccXz![>)6q 8M4ZCе"܎CqiGڂT"Zآ/\.[Mlkp +p̬pw9V+VR $q-;W-e##E 섐eJnɂIe>`R9/.;#hJ$+wD +C>~bM^F5_yʲmv^̓bʷ7byN%[~uBJ k_ʴi'5GttIQlVE:f:7Z<1H=i`}` mx=1ĺ gDDPc&U4CTw &Уfe6bϔG8tS并OsΓ0k.T,Z63 L2 S* L zYg%啯fмMFo}[W_-$Ys;CCoV9rn]=\w~3m'I@S j?L*!l㰍H]$rO \¸m x!YUt'JS3y-eQVl Arr %稜ApM Xmr$%5 !zp\o5Xkf#uGj_Cp)ƒS>Oq|dWcuy:SPwoHh]DWqȗ\?TBixQtO وg6v=`}P_kJf?4PP$ţN H[^AOya2F>e'`9IHUq{9>l,!2-hrS?F \M%?@yOt(ҹɧS>KR~V}@ܧ_&AgZz%Ra;JpY:+rH'i%=,!2;, }z + ⲰN|YF *i?dB\9، 0~4gWpm#(G +96+}3e{7t ,7wR&{RkҢ#bbgֳ-Z1퇦؁R0gqW>Mx: Zjv endstream endobj -670 0 obj << +649 0 obj << /Type /Page -/Contents 671 0 R -/Resources 669 0 R +/Contents 650 0 R +/Resources 648 0 R /MediaBox [0 0 595.276 841.89] -/Parent 656 0 R -/Annots [ 668 0 R ] +/Parent 622 0 R +/Annots [ 643 0 R 644 0 R 645 0 R 652 0 R 646 0 R 647 0 R ] >> endobj -668 0 obj << +643 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [176.382 669.267 262.096 678.121] -/A << /S /GoTo /D (subsubsection.3.2.2) >> ->> endobj -672 0 obj << -/D [670 0 R /XYZ 144.724 753.953 null] +/Rect [306.51 613.087 312.971 625.147] +/A << /S /GoTo /D (Hfootnote.5) >> >> endobj -66 0 obj << -/D [670 0 R /XYZ 144.727 657.056 null] +644 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [397.204 600.579 461.081 612.532] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -70 0 obj << -/D [670 0 R /XYZ 144.727 384.377 null] +645 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.307 600.579 499.397 612.532] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -669 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F43 516 0 R /F45 537 0 R /F46 538 0 R >> -/ProcSet [ /PDF /Text ] +652 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 588.624 178.813 600.576] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -675 0 obj << -/Length 1708 -/Filter /FlateDecode ->> -stream -xXKoFWHֆ#@i@-]$PJRU3;Knz437U.ś'~ YX/\)x"]@d\Ǻjֶv^K)mk/RF"Bb&LdP+x1%Dqk/ni˥H@ӌ;ΒF 4X*46Θ5 ; 5IْTpAf?R޸e˕*x.TӪ6Ca/P!;X8 b$An';Zf4EP%Ph[" a 1JݞLBfhm]6''dsFW* -\=6vƱGLGB-0s (0ݠ9tuT+}?$o uvqL7ML=ɴw=?KMߛUc6 LX,+}6 sR+D8K2 ! -c#: l] =`B3YrYyl=Jr~O` :0EFT{U;XΔ[nbK$RƵ2,%6)/&K()̋UڕКX fIRR[qǯS: C`54@&mE=rnqgi0Yv祖KU) K-3] Xi[*Gꋘ&GmeU`% V9w^-4Ke)-=i Лa]hѤ Z0[. ɒQ6wEXsM*ewC70J8d <;?<]d'k=g0%c;׋%NSܵ8ia:0 Ih[EkRN'7O} ӪG:_UHLi51s=)>W7mp?o%a}~yf}ixsbп.PHF, -wn7꯽ /2 -ߌљW'\ -endstream -endobj -674 0 obj << -/Type /Page -/Contents 675 0 R -/Resources 673 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 656 0 R +646 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.118 588.624 254.977 600.576] +/A << /S /GoTo /D (subsection.2.6) >> >> endobj -676 0 obj << -/D [674 0 R /XYZ 143.727 753.953 null] +647 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [223.772 507.428 286.743 516.282] +/A << /S /GoTo /D (subsection.1.3) >> >> endobj -74 0 obj << -/D [674 0 R /XYZ 144.727 716.092 null] +651 0 obj << +/D [649 0 R /XYZ 144.724 753.953 null] >> endobj -78 0 obj << -/D [674 0 R /XYZ 144.727 497.521 null] +54 0 obj << +/D [649 0 R /XYZ 144.727 658.374 null] >> endobj -82 0 obj << -/D [674 0 R /XYZ 144.727 284.816 null] +653 0 obj << +/D [649 0 R /XYZ 159.966 148.052 null] >> endobj -673 0 obj << -/Font << /F45 537 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F14 536 0 R /F44 517 0 R >> +648 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 -680 0 obj << -/Length 1971 +658 0 obj << +/Length 2902 /Filter /FlateDecode >> stream -xXKo6WR \^rHE$9(~r8f!ngمsp~usg6ȃD=%W{ \iIoB(Xyr=x̢acbX=-BJlU:_xt6Nr{Cd"ӦIkn6Lt-`7[625/g's_o$Yі e:WyVMV wmK2%wZ4c3:> }{vaB2 ?} k}T-Js`1KfMDSH~8bns×kR*=0A ub,i\Ib0cb7UW(CVi!dѦtt,k3ԅݎ::u]g@rwȇy4H^qHr@`|s(Ph_ _H'SN4uLHd%DG*aLʆMx!f?AsVYU"t?F-kґ&U\=X[646Óz-LpiW.b]L_g}K$7c xx`qܜ;/ԕFz(PMujԄk\8K Y/ ^+oDۑr] 鍵ͶCkB%rE2']K@C'Jҡ6A z[Mۺ]ѬBGBp</ Yy6]vYpG3u.?㖚Q1.o |`2v˘1m"HdA"sºO *-3K G=Q,Q$F 7%2$T:eU7r[%NI}m1-NuJCȲ\̈5j-[cmȤ9t}wʉ62Q]~…Дk(hw4Bi\` :+KJNF$Ct?sXhT1Ix% tgʫg0K ?.(#3w>PDžBep,k: \]\k]BCXGtqcD+!+fRdPvOjw4|amR^ıC_[}\bd7b"K3(C ;bM%sOpWb: P?!>Nb, -D^1!2. -VʓʁX>H&7Uae`ִآs̶yR2b x83 T-L'anzd;MXd`cGRGdcڞbMnGt;>;ϚCs -^Ou]tc^^’Ś1΃ -XA: 5L4^1 /]v>?#X9-hu1R,.THWG+E(p 떜{ .?Ī;mZ؊bX1R2+[ĩ?$pTxmX/% 4[k) -ϭpe.?ƥPb^/^hҨ1ȊPomk^7FyhnODv ϫ^w^?)fMRozCo$׵~1b<'MI< C. F]O m77v&F}xy>Ym76U=U{i,o}*$2|:? « +xڵZIW6ன98A$ra&&Z5$5TqSba\}~'IU!\ەV8VNBbu[gW+c̺/{|Twܷmaܺ\ij7mjɚT˜ H=ݾ麲ߙyaM_8cus+Am#]_}}cqx+2x{ z>ٖ+2rޗm6_m?$d*A-rݗLݨu-Nᩥa߇ 3 fuO Auⰸ֠aB0!8ׁ."acәƦ" ƆchsOa&&,iq ,/SIxdٚ +7n@}6sH~xF.<Xq.ÅW)`` w6VYHC?X#o +yӞ8^ +PȢU]CF2r] WBZ0 &߇%]dc0ߺ#.P/;S0 W݊WOwaآr(T/z8 P_UJ%s%|vȁQl6 CEG3Xunѧ=QtR +.! ;hiObs+$pSd2F++(k2D ʾ(o~LJ)ӗ"0?rU!c %oF&\n"o:P6IR&фJ>D*ŀW.W_`Em[SȔXR5o & N(r# tWsO, |LG} +X24h>H=Pčq9}_P+&_( &@F +1p)2k6E~oH Я/"S_kd:" +ws$8Zv˘m #Of1uII@4̰ce+rͥJ \&\=n)k%H066 vȥZƣyA4rRMnv,{<~7k~S:N+_(&ΥKZsx,DQ 1L WVCu@Z}> z`|fxF v0<*t,Pؿ`Z䭋+lը$m'  R9U%ȍ d=^6\ +7]FtUG pS!^g07"uX ȥg 1mTNidb!juKnMfw D>uG%JM3 ֪`kU8Iւ˙˷QS*VBؾ9*AdIxp;R®Pf][K| e b"`H{-*lb$d'm_>*JH }I0#:sS±ȣ4f]hSzP ƾ⾉;ҤcMШIhpe̟񱉋4Hr7}®lOsxl \AH("tP`z̮A&\=U.RyZ(a3 1xuo|sr*"bn,C/; sa>F as~Иi>9>),uh/bz +cɄdq CS.3}ad!?drQ@~ }Lc8ZZKjry{AmWIwS\sڟrV!*k^g:ށ{c۠Q%bҡ3ǴTW#O8Nؤʅ3łwuwڗOIt +|DbN%J|[] ѽpPْ)wqKk9R[ +ws|F* \S OMBr2 4"~G  6]9'&ơDk@У|%B9 ^"酄]gfW__CmK7!;jr"Sf9"vPSnecфG!}p (V8i'H\upq {stˣ/^uh6P_uXo +8-MM9,}s1 7 +$ deꗁth1f32q683qr<./QBwz:?x d +-tZa%<ou@"t\ ƪ%/8% њ mn30Y;TV܋=Ir1322r,D b߀\(R> ZmbMˬ'(f(9 Kb0q;Zp$L(k3b+oH4&`-xX g}zvz)ֲhvx6p$s;Ɨ[gT*S2 endstream endobj -679 0 obj << +657 0 obj << /Type /Page -/Contents 680 0 R -/Resources 678 0 R +/Contents 658 0 R +/Resources 656 0 R /MediaBox [0 0 595.276 841.89] -/Parent 656 0 R -/Annots [ 677 0 R ] +/Parent 622 0 R +/Annots [ 654 0 R 655 0 R ] >> endobj -677 0 obj << +654 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.438 536.96 224.409 545.814] -/A << /S /GoTo /D (subsection.3.4) >> +/Rect [161.438 564.938 224.409 573.792] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj -681 0 obj << -/D [679 0 R /XYZ 144.724 753.953 null] +655 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [284.231 281.441 369.945 290.295] +/A << /S /GoTo /D (subsubsection.2.2.2) >> >> endobj -86 0 obj << -/D [679 0 R /XYZ 144.727 321.209 null] +659 0 obj << +/D [657 0 R /XYZ 143.727 753.953 null] >> endobj -678 0 obj << -/Font << /F14 536 0 R /F43 516 0 R /F44 517 0 R /F17 428 0 R /F46 538 0 R /F45 537 0 R >> +656 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 -686 0 obj << -/Length 2668 +663 0 obj << +/Length 2753 /Filter /FlateDecode >> stream -xڝr-TKăI!Inm*&o5;Z%PqF$!ӎ'An*]pW}*gzu}Yƌ0+jEޭ>%ׇ_o YRzJ'E]6ka3Eg%]maVK YSl_8.L -fxR֋ -.T+-%_dk[zp(0+iҀwYv{y4۠x ӻ?Յ ZM] @A4s썏]̿ mM{{X@5rx0{S8dElݒI]LK&GؿC\q,k%A B0rN&K -*]uM#?M8 ^s>ɖCHew@aU̇ MMfZ&N.w4n-Aic?cz+"qsq ok ֊N/k-\@H_ ڐ-6Du03ά/E8赞 (:[ﶭ/q3Dq&A"q3F =ځJ 1L3<0[pgڋCqS'[,xPJ8"1ihKW^ -bnuRZJb iBDv*>aV ٓUrp-; -ǜD^Q|RcN8bB -C(>c9)Q,c6xT.sHl.&C<b]NW782.АmfO~ - -b.-!<ʥw;P`Pޡ̿ J;agI74N: ƹx끔 /O -(Dn8C)|.jK4O`Mc u*x3҈OpZ./ +[oF I0j04jߢ;G-*<= 4鈁رM36WjHO@I:%@iyrĪ TvGU1|$ -nDPdRP7;;\|eȨ. mJqCB+|^̬ej_ir 7fmͤ:N)˵OEig=Ф}RѠyԸVYPm2\_Enէj~pHvu(icxwKNPb%qS؃@6 ,c$Oùk(s;te쫾?¨$rVLUjTwږuw=O4gkB s=5Z8nZS,Rk6>۝1E$|Z6;eUL &d3(k,M'U"wqN:${RB Bɂ;i4xI<&3gQ71kH(c5`bo_cU&K|RGuWxIM@zEq4|{wWh6"T,u@yVƦFWZ6"+nΞGרv_v ܪJ:8XʀE`ٜ*@=:ؤ=f+oؗUcDf+={9x? %,Ue=\RI]LWv|!^5Ɗ͵U2a4{339;64&ǀ s +I9ہ*UA Ji߸C؁H抍tvi}ǤvY6- MgPV & +t0aU͙T/ +;>0%ux>3-¢x#Tv|Yc@#%CIsE8y7@Tuӡ! dknxVEc3=| 6/fo\x8'| M$;&%Sk(RZW 6aӠ;ù}#>oYI婴mV+TYXQ4w3lPCX*ω #\ڐDQ|)q_cQoah㔢*{[I#jd\,04.Dl v>C^G )!f|.Z_9MgQNEF=Mו@g ħrES+0(, +˂ǤE`I~9sL" dH/e1:M{JנcanD 7( I.f2Iԝb7PLYakjݫ!w( ͘,M9,̎z-,pk) uWTO?A.Έ38.fF:"Y" X-&䬚m&/O +!֒`PH#a]4#BAmlL3)lBM$ {`H}f]( +N52` +('Xi͝Tܐ4u5k'/7ę2/;f0msĞF3lLTMº܍D "iZ9Mm^]I܅frrxuLpj1!Bo + %a4@JtC>RV0,)PE[O谁F,Ÿ`T"A3ɒ9=IA1,c;tzx#du +U}ۄx*[!W"d-'A v +h-& T| %Uz<]ͫZM*W=ȇ XE +S-?ToxgA|&Vn;V0wʡ:o6ʠCY\\z*&=rwZY!|$$K4d |` NxWWM'ň8!Я%b] `迶@}) +!6B 'o:D~LEXWݩ3`kߜd]`y8Ľ5#hD ^3JrSh 4wa&מZ!BЅk:EE=ˆ[;˘\99Ac r8H8+8>(4cH5  g3 e}B=A<JGHKOh {,+NX?rOD*kĂ1jO[9 <5.4a*OzeV6t *n>e651.5c*Z$܃LH*k>1eUw"a`-6ӆn %GU1(C=xa*b ^naIt, u}ن{z ( 3 _a`Jÿ@滟Sy o]6@kց3 ^Igy"c) AX 0╘}y%\'t*[k@EA(;{^'3k|7$ ~p&DB.lq{p :_># } P/sݾBotBmmkHD9G^Fze ݹDD͛H%4}T˵OeE>6{(4d!:I1")B$t5`/0~ulb5c29>.=1t^T+bBː# 4r*b?X'ʾ0 ;@L7:L)9F)@O|yD?$azcQ }Ӷz%Ѝ Y<.LPf" endstream endobj -685 0 obj << +662 0 obj << /Type /Page -/Contents 686 0 R -/Resources 684 0 R +/Contents 663 0 R +/Resources 661 0 R /MediaBox [0 0 595.276 841.89] -/Parent 689 0 R -/Annots [ 682 0 R 683 0 R ] +/Parent 622 0 R +/Annots [ 660 0 R ] >> endobj -682 0 obj << +660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [384.583 528.713 451.896 539.836] -/A << /S /GoTo /D (subsection.3.11) >> +/Rect [270.508 308.675 333.48 319.466] +/A << /S /GoTo /D (subsection.2.6) >> >> endobj -683 0 obj << +664 0 obj << +/D [662 0 R /XYZ 144.724 753.953 null] +>> endobj +661 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F42 484 0 R /F35 399 0 R /F46 505 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +668 0 obj << +/Length 2682 +/Filter /FlateDecode +>> +stream +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 << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [274.058 256.358 280.519 268.694] -/A << /S /GoTo /D (Hfootnote.3) >> +/Rect [328.35 216.119 396.865 226.91] +/A << /S /GoTo /D (subsection.2.12) >> >> endobj -687 0 obj << -/D [685 0 R /XYZ 143.727 753.953 null] +669 0 obj << +/D [667 0 R /XYZ 143.727 753.953 null] >> endobj -90 0 obj << -/D [685 0 R /XYZ 144.727 505.187 null] +58 0 obj << +/D [667 0 R /XYZ 144.727 716.092 null] >> endobj -94 0 obj << -/D [685 0 R /XYZ 144.727 477.391 null] +62 0 obj << +/D [667 0 R /XYZ 144.727 330.591 null] >> endobj -688 0 obj << -/D [685 0 R /XYZ 159.966 139.255 null] +670 0 obj << +/D [667 0 R /XYZ 144.727 155.358 null] >> endobj -684 0 obj << -/Font << /F17 428 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R /F34 425 0 R /F45 537 0 R /F42 515 0 R /F37 514 0 R /F39 518 0 R /F38 520 0 R /F40 521 0 R /F41 522 0 R >> +666 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 -693 0 obj << -/Length 2209 +674 0 obj << +/Length 1722 /Filter /FlateDecode >> stream -xڭYKoW:$Cd!@_9%CZZa8=U]ŗc\fX]D(zn~$(S.GiR.6q{hmТ=UL<Kֺ/%W{~U> -^z/C6گD)nm{qQ;'F)KCR*b8=[͗C}Uel|4ħIK -ZPlPYp?5mǢ9{ qu1i;sV_9lF_&Alֵ/mX/ )=2%YjF86HTD.v$` 72WHb'X^Uts˺9uB(BEz&́+a\T|(2|AijWh`V5ڕP$LPGƬMv*B 7#>n U(S\F(=d1؀NZASO/+%R,pRIM{<&QwhO#:eF U'ٕ浶 -+癜ݮZ鯌<ֶr7P5q9cчNNǠivwEw @d m-T/)̰j>ğ3\8+Sx&M%1-ӓG%5BQec2Pw?z䢗e*126Fş]KHrda1xYn30oO%` z[05ÕG5pˈev<r_?[$.5U+ ^3o6_՚~y G1xZ }IL;9#XnBrA~K \Ppd&!j`*ys+hƶS\֟͢z rtMxѮle6c5%cM,e o<, 0\awnR gf"zFQ (u4/,E]0,1H҅2r;W1B1xfbn&fl&Si"ŞD %צwkOR]=`)䔜S#k^Ϲ9߈kRszYyw/ 2BnPs  >:ej7^8 HDcf}/w71ԔF O -yDo{%v%YIOѿnAyd( +$!;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 -692 0 obj << +673 0 obj << /Type /Page -/Contents 693 0 R -/Resources 691 0 R +/Contents 674 0 R +/Resources 672 0 R /MediaBox [0 0 595.276 841.89] -/Parent 689 0 R -/Annots [ 690 0 R ] ->> endobj -690 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [403.828 395.074 410.289 407.41] -/A << /S /GoTo /D (Hfootnote.4) >> +/Parent 671 0 R >> endobj -694 0 obj << -/D [692 0 R /XYZ 144.724 753.953 null] +675 0 obj << +/D [673 0 R /XYZ 144.724 753.953 null] >> endobj -695 0 obj << -/D [692 0 R /XYZ 159.966 132.11 null] +676 0 obj << +/D [673 0 R /XYZ 144.727 476.562 null] >> endobj -691 0 obj << -/Font << /F17 428 0 R /F46 538 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R /F42 515 0 R /F37 514 0 R /F39 518 0 R /F38 520 0 R /F41 522 0 R >> +672 0 obj << +/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 -702 0 obj << -/Length 2719 +681 0 obj << +/Length 1941 /Filter /FlateDecode >> stream -xZKo_qv"htwYBt$Co (Y:n $@gyP7wCr-|:gZI5"?ܝ?&U]*'t_VhJVt4h0L, ZZpx,^:uM6y(+D#Vؤ%_Zۑ*ǢVns!A[mp9˳()?Rʤ+eEH&G"ԞiHqwS﹭Fw̘XB};V%pLd~O,យ{ -߆}ynxR??r8}`O^_! HD_;ϒL<ٝLSyNxI`+?R}y߇G!C`8$MD̹YȒ ps X$Kn2`nc;'bGpʊMqM(42/*j -pu/0uɉv$ZՍ0݇Ïx|sd ͑ qjLrylkںm̘RlџJ{oE޺{:Zæ,& Ub>G9wJ+{Mu[*:Պ%/$"CK){`Fgg?' -<n,d̒ 2 W/Dz8Q뽓v*7@J.) ^k8PR P]hr - )H~;9.%hT#*X@@&,G|G5;of^Z9a?;C֢Gt8 Dڔ&-Y:kBwd9Ӏ{BuWRHE`' 1/2j{x1@ieξ^@mS?iv\ t^^tqrz1[!v0F cH#Sv|23cMtn 93ȽFhDZU,\2FAm~ hsU5gʘsrs\pϙ_6ơ a"A4SB,MdjQ3bMa3>)R< -KPmB>_AhtB)?X'c1Dʸ. P*-%6.šJ8n -iB] Nj_L_ -&`] -FݨOa]K.@5p!U)DUs}T~^"M!~2T.A2OK~4e% -]QHlŠ36=zeopeXevľ 2)-XnцZrDlˉ{flM+NU` N,zQGkFx v&3 +& G8>{?5Vgj @NQ8$ 44=氂^=rDY2bce'F簵zxXoCj髰A-g*k$Rt*77(Akb!=-A+@i3hAyALĝRX2Jzf d֘0ʢLvTzĤ7c?8Ln^r0,V[lNwVhA+(F_2Äo̢E0ɱώ01jtR|bZׁfK#w"-poE`\^0ӗރ [o{\?POvlI; ] -%}Su~Ge- "=ea5e!V0޲%wp֊uGr( x!=Y,? uU~ꋦ\ePMʥ2.3)؏迃7([D0WA*uwi;= A̪'QCJ ]z1Ҧo0_p))eӧ3x}Oe*k竟m0;AxH/2m%C qI|)/@#ʆJZ>S=fZ* XbzxA~'fz#ؔ}ps.EF *sϓSܓR'|)=՟+L@MhnFGǡS)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ʒPMFBn0WM endstream endobj -701 0 obj << +680 0 obj << /Type /Page -/Contents 702 0 R -/Resources 700 0 R +/Contents 681 0 R +/Resources 679 0 R /MediaBox [0 0 595.276 841.89] -/Parent 689 0 R -/Annots [ 696 0 R 697 0 R ] ->> endobj -696 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [394.734 586.744 462.686 597.534] -/A << /S /GoTo /D (subsection.3.12) >> +/Parent 671 0 R +/Annots [ 677 0 R ] >> endobj -697 0 obj << +677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [235.841 216.244 298.812 228.197] -/A << /S /GoTo /D (subsection.3.3) >> +/Rect [334.723 232.957 405.256 244.91] +/A << /S /GoTo /D (subsection.2.10) >> >> endobj -703 0 obj << -/D [701 0 R /XYZ 143.727 753.953 null] +682 0 obj << +/D [680 0 R /XYZ 143.727 753.953 null] >> endobj -704 0 obj << -/D [701 0 R /XYZ 144.727 187.961 null] +66 0 obj << +/D [680 0 R /XYZ 144.727 580.61 null] >> endobj -700 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F42 515 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +679 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 -714 0 obj << -/Length 2639 +687 0 obj << +/Length 2609 /Filter /FlateDecode >> stream -xZKoWF=| L%-dTuueJM"u7UWUMƋ"^|n>pX^n\gLK0f\dKkĿXz+E[P_V2Qsk-r n@Xw{1sloOu{o}ecۼ7 v̗$2Qkqo?`- -'IW,IcѮ"Qk,%a,$QE[]#ڎ~z2rkll:d}L}`g& S;=sYtwjieՎΐ9JȌ8|[`j?)znBF o^0Vni?JLk%c~w dɣwzaoC'Αm}?~j͏3 -?}3 G 2-և+| Eʌ6 hLEm۫͌JTbt\oX0/pO`#%X&3gThAܚKf!Z̒ 矖+) 9 TJ&IVTd & >Ԗ7bʄH^E%:{l˱dg0Hh\&MG*`TD\SjK[G,ngG]$^?_sx -@SkwS?TDFx4 @mQRELk -[j\WH 5 n(ߡÿ-<*xz%X;5-զG6 -Kc nqWX=5E#D! -!:]E#tTv藢\5}A -G&Ș,F=czڧYm^p?;IK,pDۺ:P̪1̨N/IκmDbRRvUڰ#쑠 c:]D􊇭DΖHeTliн:"xJpn}D& e#/޻.Se -71'쬋Sb)g^ 8&`H]u<0< Lt;P12X*2M N_O_|]WaF<] +:e?&w̕7$f2v;d?0juea@>l> -b,6En@G%)cl,2^dX&E2@3b31Svxcj{.$~ԭ<ϡ!|h{Jx7Nko -򕿓|h:?6xj Xc[rdlэEÀ#TH2e#nKo*G߄ -\4`Aj,$H)(QM|l c3 o`Id/$5ܻܕ|ЂeCM.&p&ϗPS*<#!`Ȟ>b`}ؙE dv?w@Ek]=2Y.A]kWkpAs>)Xy.׌+=b1d;ÇHw) N6`v7 C5=^nhKZ!;yAoƥx8R9SD yj#J}ܓ$@b5 3,u嚁+dsN{%ctE\%g 'uqVm 1HJc~rMLT -C" <Ҥ<@gIr﷖/4s &(&pEHD/Xh$IvaBq/J)^6\{jhOPT;{'( 8(T8gu,EALB1KcUҋMs\<;7BwvP> +fR oTBBV"٥ "`ŠG{Sýᅻ肕{갋d<}Mi'bN`vg@g^F77wΙfF0bb.orܿѾw)ʇ5u6 dd N70f(7h>ک5^mXWSM||axQg4mE$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Ѷɱֶ.GJg1smkDb endstream endobj -713 0 obj << +686 0 obj << /Type /Page -/Contents 714 0 R -/Resources 712 0 R +/Contents 687 0 R +/Resources 685 0 R /MediaBox [0 0 595.276 841.89] -/Parent 689 0 R -/Annots [ 698 0 R 699 0 R 705 0 R 706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 716 0 R ] +/Parent 671 0 R +/Annots [ 678 0 R 683 0 R 684 0 R ] >> endobj -698 0 obj << +678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.414 702.643 253.581 714.595] -/A << /S /GoTo /D (subsection.5.2) >> +/Rect [248.975 702.919 255.436 715.256] +/A << /S /GoTo /D (Hfootnote.6) >> >> endobj -699 0 obj << +683 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [274.668 702.643 337.835 714.595] -/A << /S /GoTo /D (subsection.5.7) >> +/Rect [232.901 503.285 296.499 515.238] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -705 0 obj << +684 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.692 510.419 278.643 519.273] -/A << /S /GoTo /D (subsection.3.10) >> +/Rect [318.447 503.285 382.045 515.238] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -706 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.69 477.495 362.641 488.285] -/A << /S /GoTo /D (subsection.3.10) >> +688 0 obj << +/D [686 0 R /XYZ 144.724 753.953 null] >> endobj -707 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.69 446.507 362.641 457.298] -/A << /S /GoTo /D (subsection.3.10) >> +70 0 obj << +/D [686 0 R /XYZ 144.727 561.081 null] >> endobj -708 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.69 415.519 362.641 426.31] -/A << /S /GoTo /D (subsection.3.10) >> +689 0 obj << +/D [686 0 R /XYZ 159.966 139.255 null] >> endobj -709 0 obj << +685 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 3211 +/Filter /FlateDecode +>> +stream +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 << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [266.635 384.532 334.586 395.323] -/A << /S /GoTo /D (subsection.3.10) >> +/Rect [159.833 542.849 222.804 551.703] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj -710 0 obj << +691 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 365.5 499.397 376.611] -/A << /S /GoTo /D (subsection.3.10) >> +/Rect [212.968 452.636 275.741 464.589] +/A << /S /GoTo /D (subsection.2.7) >> >> endobj -716 0 obj << +692 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 355.481 208.811 364.335] -/A << /S /GoTo /D (subsection.3.10) >> +/Rect [416.894 304.193 484.499 316.146] +/A << /S /GoTo /D (subsection.2.11) >> >> endobj -715 0 obj << -/D [713 0 R /XYZ 144.724 753.953 null] +696 0 obj << +/D [694 0 R /XYZ 143.727 753.953 null] >> endobj -712 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F46 538 0 R /F35 427 0 R /F43 516 0 R /F42 515 0 R /F14 536 0 R /F44 517 0 R >> +74 0 obj << +/D [694 0 R /XYZ 144.727 667.121 null] +>> endobj +693 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 -724 0 obj << -/Length 3232 +702 0 obj << +/Length 2484 /Filter /FlateDecode >> stream -xڭZKsWj5<-Nrl  UӏJ8FOO?Qz\eO7Y曏2_yrJ:/6=aR)%2o*n/lvEV<|Wk7Yau}*]] @)ʚ՝[ێrk|Lp -5`r Z-es~BLEVjv} _3`žY*_?@_n[S޴EP۔rdR4qR@]n\?sl]y|xnx%--rP7Z2@D$Gk~*`LktwB,xɶmO}T`+d6PR]P2ʅ)I6i2VyKa']6 ԝ{7wÅg(E@=2Y0jPL?rTGlj;D2$)}su h<) H#*ʫuW58vUIxWa噪O]Xz#.G0|uU<+- ]f/dh2hKd;9Rw\OlNxzP6WBRڼtyf  &:#;lálh -[c~1)LEYBL)\8/ۿR@.K)wL-I|ɢUeu: 9ty ' X{†vDԅ@J}]E64PǓ-8he]!.xضYʓtL~t@ W2?Qzy5=T2x=wMx@xfy?vI9n>%$9B<FH\B.Ȝ DqFfv`:0\j.sQ6h5&DQ`H)Qt`m6x- PG6&K3&^y\UTie4kQ16h74&EpQ -]ȼ -"D_cMr]~3FnwhSq_o`uZOSP/] -)E 8 Я"Íy!vB^Ȃ0-]#HhsN?W`yg  -(;}6EK"K 8YB9 -6^V|ߙb`~R`20X 3.-}EYzȄ$4DCu?\ -SBL/yOvRWX -90k/@ BB)D~}P0Ր4|> }Y>Yy -ͥ̀~Mxⷔ(7 -SSV3 2~#?;M6/"A-PáLݝk:.\s@ nG15f!-8%vzvD0f}ߖ[P*܈ftZ? K(Ѩ^e_j +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 -711 0 obj << +697 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [185.962 702.919 271.293 714.319] -/A << /S /GoTo /D (subsubsection.3.8.2) >> +/Rect [168.638 546.727 200.511 555.581] +/A << /S /GoTo /D (table.3) >> >> endobj -717 0 obj << +698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [306.51 602.152 312.971 614.212] -/A << /S /GoTo /D (Hfootnote.5) >> +/Rect [228.205 393.971 291.176 405.923] +/A << /S /GoTo /D (subsection.2.6) >> >> endobj -718 0 obj << +699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [397.204 589.643 461.081 601.596] -/A << /S /GoTo /D (subsection.3.4) >> +/Rect [318.843 342.718 350.716 353.509] +/A << /S /GoTo /D (table.3) >> >> endobj -719 0 obj << +703 0 obj << +/D [701 0 R /XYZ 144.724 753.953 null] +>> endobj +704 0 obj << +/D [701 0 R /XYZ 250.044 326.89 null] +>> endobj +700 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 +710 0 obj << +/Length 2366 +/Filter /FlateDecode +>> +stream +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{3-v?> endobj +705 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 589.643 499.397 601.596] -/A << /S /GoTo /D (subsection.3.5) >> +/Rect [466.307 643.863 499.397 655.816] +/A << /S /GoTo /D (subsection.4.15) >> >> endobj -726 0 obj << +712 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 577.688 178.813 589.641] -/A << /S /GoTo /D (subsection.3.5) >> +/Rect [168.638 631.908 209.42 643.861] +/A << /S /GoTo /D (subsection.4.15) >> >> endobj -720 0 obj << +706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.118 577.688 254.977 589.641] -/A << /S /GoTo /D (subsection.3.6) >> +/Rect [364.466 561.173 427.438 573.126] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj -721 0 obj << +707 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.772 496.492 286.743 505.346] -/A << /S /GoTo /D (subsection.1.3) >> ->> endobj -725 0 obj << -/D [723 0 R /XYZ 143.727 753.953 null] ->> endobj -98 0 obj << -/D [723 0 R /XYZ 144.727 647.162 null] +/Rect [271.664 164.66 357.378 176.613] +/A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -727 0 obj << -/D [723 0 R /XYZ 159.966 139.255 null] +711 0 obj << +/D [709 0 R /XYZ 143.727 753.953 null] >> endobj -722 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F42 515 0 R /F45 537 0 R /F37 514 0 R /F46 538 0 R /F14 536 0 R /F44 517 0 R /F39 518 0 R /F38 520 0 R /F40 521 0 R >> +708 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 -732 0 obj << -/Length 2903 +717 0 obj << +/Length 1859 /Filter /FlateDecode >> stream -xڵZIܸWm7D v9 0J-tUFRMa-b/FErud?)*D|u}R -\(]w_ljseYeOPw8l[[7+sWfݷM[ms?Y3قJiߔ7]Wu;m;/+gtn\)%,㱿֯6 pj#u>KkPv\<%va`O?7iLVGkDjoZyn}* z|Am#]_}}cux+2x{#:-AWOer./rWmg| Щk/n}(pd:FoAv -O-hP}X`:l=n6Z7,]W ['6&+r@QZOzq8 %t\%ll:tVcþذq_v<~l"m{nշ<:1`SɦkKkbiˋ8T86Yf1fOoֈrÁӾ2сw86(e4 ‘A y`_4ۆ*# skD-?~Ra-a%=BhXN\w+~w_s%|ʁQl6 pCE[3Xunѧ=QtR -! ;hiObs+pSd2F++kֵ2T ʾ(o~LJ)ݗ"0?Q!m %! g7#tRIm($-jBJ>D*ŀW.%/q jn2%Bm1W_ U.C`djuOUk^;]b5B1n4ފ7J)I1PB DfN}5"7t Я/"S_kd:" -ws$8Zv˘m #Ob19 -茤v`@IfX1 J \&\=.)k%Hq3 vu;R-aqp=0>3J<;cN:(`c0Ej$m'  R9U%ȍ d=6\ -7d#:ڪpS!^{07"uXȥg 1mTNiD5ܒ#F٥] 0OdaI*RL4*GZkRwkLdmT)w+Bؾ9*AdMxJp+Yyז'fl*x,~C0FwRrN0 EL1_fp6CQq}j\ZQ$z.r؂JQ 3`l u.)=^i{cWXq;I7 CMB#-/cM҄7"iE8Xޜe >IJi>᱅'py,RS IAu1r3;s`*WHIP"Ìgw0^ _3I 8r;#;;̆aXhxldr ۋZ3itp5AcEN<>NT!!z _'(%ŅV,\J*!fB" j墀>A:Ƙq̍-4 4vUt?5-/*oVe[{ /3mmQ%bҡ3$''lR™bA;˧Y:\t"1'[|F%mקbto7(Td}ʝ(aҥ,'t>9Q4#Ǘ5RaHEผXP}jcDIS58ZP`1?1Y7%2X]+*YXI/$:3"j#% p_ Q!2bhp;-8n&<'SN@!%HSv?A䪃cK{_~ Lgxj>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 -731 0 obj << +716 0 obj << /Type /Page -/Contents 732 0 R -/Resources 730 0 R +/Contents 717 0 R +/Resources 715 0 R /MediaBox [0 0 595.276 841.89] -/Parent 689 0 R -/Annots [ 728 0 R 729 0 R ] ->> endobj -728 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.438 564.938 224.409 573.792] -/A << /S /GoTo /D (subsection.3.3) >> +/Parent 713 0 R +/Annots [ 714 0 R ] >> endobj -729 0 obj << +714 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [284.231 281.441 369.945 290.295] -/A << /S /GoTo /D (subsubsection.3.2.2) >> +/Rect [326.532 589.068 412.945 601.021] +/A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -733 0 obj << -/D [731 0 R /XYZ 144.724 753.953 null] +718 0 obj << +/D [716 0 R /XYZ 144.724 753.953 null] >> endobj -730 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F36 513 0 R /F42 515 0 R >> +715 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 >> /ProcSet [ /PDF /Text ] >> endobj -737 0 obj << -/Length 2753 +723 0 obj << +/Length 1645 /Filter /FlateDecode >> stream -xZKTՊƛ|I*8!l842%*$ݩF7J;%@믻|x'/Af"-rF"ul2RaKUyimrџi? -NFiX>LUjTwږuw=O4gkB s=5Z8nZS,Rk6>۝1E$|Z6;eUL &d3(k,M'U"wqN:${RB Bɂ;i4xI<&3gQ71kH(c5`bo_cU&K|RGuWxIM@zEq4|{wWh6"T,u@yVƦFWZ6"+nΞGרv_v ܪJ:8XʀE`ٜ*@=:ؤ=f+oؗUcDf+={9x? %,Ue=\RI]LWv|!^5Ɗ͵U2a4{339;64&ǀ s -I9ہ*UA Ji߸C؁H抍tvi}ǤvY6- MgPV & -t0aU͙T/ -;>0%ux>3-¢x#Tv|Yc@#%CIsE8y7@Tuӡ! dknxVEc3=| 6/fo\x8'| M$;&%Sk(RZW 6aӠ;ù}#>oYI婴mV+TYXQ4w3lPCX*ω #\ڐDQ|)q_cQoah㔢*{[I#jd\,04.Dl v>C^G )!f|.Z_9MgQNEF=Mו@g ħrES+0(, -˂ǤE`I~9sL" dH/e1:M{JנcanD 7( I.f2Iԝb7PLYakjݫ!w( ͘,M9,̎z-,pk) uWTO?A.Έ38.fF:"Y" X-&䬚m&/O -!֒`PH#a]4#BAmlL3)lBM$ {`H}f]( -N52` -('Xi͝Tܐ4u5k'/7ę2/;f0msĞF3lLTMº܍D "iZ9Mm^]I܅frrxuLpj1!Bo - %a4@JtC>RV0,)PE[O谁F,Ÿ`T"A3ɒ9=IA1,c;tzx#du -U}ۄx*[!W"d-'A v -h-& T| %Uz<]ͫZM*W=ȇ XE -S-?ToxgA|&Vn;V0wʡ:o6ʠCY\\z*&=rwZY!|$$K4d |` NxWWM'ň8!Я%b] `迶@}) -!6B 'o:D~LEXWݩ3`kߜd]`y8Ľ5#hD ^3JrSh 4wa&מZ!BЅk:EE=ˆ[;˘\99Ac r8H8+8>(4cH5  g3 e}B=A<JGHKOh {,+NX?rOD*kĂ1jO[9 <5.4a*OzeV6t *n>e651.5c*Z$܃LH*k>1eUw"a`-6ӆn %Gթ1(C=xa*b ^naIt, u}ن{z ( 3 _a`Jÿ@滟Sy o]6@kց3 ^Igy"c) AX 0╘}y%\'t*[k@EA(;{^'3k|7$ ~p&DB.lq{p :_># } P/sݾBotBmmkHD9G^Fze ݹDD͛H%4}T˵OeE>6{(4d!:I1")B$t5`/0~ulb5c29>.=1t^T+bBː# 4r*b?X'ʾ0 ;@L7:L)9F)@O|yD?$azcQ }Ӷz%Ѝ Y<.Lr% +xZKs7 W(D-i2䰶Ndgw OQy8>- 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 -736 0 obj << +722 0 obj << /Type /Page -/Contents 737 0 R -/Resources 735 0 R +/Contents 723 0 R +/Resources 721 0 R /MediaBox [0 0 595.276 841.89] -/Parent 739 0 R -/Annots [ 734 0 R ] +/Parent 713 0 R +/Annots [ 719 0 R 720 0 R ] >> endobj -734 0 obj << +719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [270.508 308.675 333.48 319.466] -/A << /S /GoTo /D (subsection.3.6) >> +/Rect [356.526 352.511 408.928 363.302] +/A << /S /GoTo /D (sanitize) >> >> endobj -738 0 obj << -/D [736 0 R /XYZ 143.727 753.953 null] +720 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [416.857 171.191 469.26 182.314] +/A << /S /GoTo /D (sanitize) >> >> endobj -735 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F42 515 0 R /F35 427 0 R /F46 538 0 R >> +724 0 obj << +/D [722 0 R /XYZ 143.727 753.953 null] +>> endobj +721 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 >> /ProcSet [ /PDF /Text ] >> endobj -743 0 obj << -/Length 2682 +729 0 obj << +/Length 2746 /Filter /FlateDecode >> stream -xYKWfj cfLIJCr%J @kK=ӆ6OBXJKv00lᤱ;&A{!|Λ C]˼ DntÏ*.:DY:]t4Ƴs l 䠱Ouyw]ڧM~o鮴}Uj`6XôʽǮ}/F倣=I푿`ʓUcɟ? g\DҠUtj{# I@A-~BKGEe(ؿ^<~$x:lyelS!>7݄UF W5u՟hwBR{LhSp0gy1##(b{ލ`6nb95E^D$?q.yl8\e3~[ݖtc2/|DmB? C/6 &aAd2A7Iu?L LGACC7.[n(%(RZ/S7A|)˪]v9JQr-D9Fd=8S/IF&LD$~5ctf'00Hf#iEs`@ $HFֹNR:a{i"Rwξ@ $80M m@=;1Lqfݣ';_TcMLaT`(0E! Gm&JNugYaFIC PC/Ƅpg`ck(<]k)2e.k(@ f|g6t3ʏ*pgAR¿[x:[ 4v8DdHQgkr),j+o][-(+c;I_\ܠ]!Uax}MaFߚ"=Ne \x<*VX"Afn Xa hkhZ{CL<3~\Bl;ƞMaA"%U]SY$u9]2!]{c9(ʁY|}V/`ܘ0\;Zׄx\@_Au#"+k&ͦS{nQ,xF48$9(l7igR(V/RFQQ kD`\]?zVd#=d]HRB$ t䧙<:>5{(UٮWJ/S|g`gx P_% % gש-s6,TyX\>x&R,F :vv%f:Sdsɕ(r.>n%l%,v]ȕIu1c9,9df9}ҩL% ЖD !k -fL.y]/'G\&2FU< D#e^OB!2h el0@` v=g͹8n^l𒉴IZި3jax0UJ6 К]sqlG@ ,St/#,jɷ'%l-6rv%B[# ό|iyu#q"Cɥ6CC˾oy&A5w=;JjGv6QU -U S],SM@M?B9\C#hjj!NfbzZ27]/?&z[ 7ҫHwU/ag4\q rS7c.aIʧp`3:W6ǡKs488eIio K;6l;$|XH] rˡ- -ZnZJ=,Wj-ŁWዞ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 -740 0 obj << +725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.35 216.119 396.865 226.91] -/A << /S /GoTo /D (subsection.3.12) >> +/Rect [419.463 589.622 471.865 600.745] +/A << /S /GoTo /D (sanitize) >> >> endobj -744 0 obj << -/D [742 0 R /XYZ 144.724 753.953 null] +726 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [466.307 288.305 499.397 299.096] +/A << /S /GoTo /D (subsection.2.7) >> >> endobj -102 0 obj << -/D [742 0 R /XYZ 144.727 716.092 null] +731 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [143.731 276.35 178.924 287.141] +/A << /S /GoTo /D (subsection.2.7) >> >> endobj -106 0 obj << -/D [742 0 R /XYZ 144.727 330.591 null] +730 0 obj << +/D [728 0 R /XYZ 144.724 753.953 null] >> endobj -745 0 obj << -/D [742 0 R /XYZ 144.727 155.358 null] +78 0 obj << +/D [728 0 R /XYZ 144.727 487.017 null] >> endobj -741 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F43 516 0 R /F46 538 0 R /F36 513 0 R /F44 517 0 R >> +727 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 >> /ProcSet [ /PDF /Text ] >> endobj -748 0 obj << -/Length 1722 +736 0 obj << +/Length 2705 /Filter /FlateDecode >> stream -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Ǔ#Ǥ +xڭYKoFWC#bvC)x{͇LǞ ]ݬWh_E]EՏ]axu[ C+Fq(dW7M_7:QAz|HY}Y&m"c-.z YU%Kt4S/FL( SH/{~$ͩ,lУq_NSWLc6ۢGJB:a)AVu {J ^ K$rHtKFN ׋]3?wlM}yqp#u$[f^t۶tjD3P*(*U)w<ӕpԎm'` gWqQ"(臇hx6cVTsn-MYv`f90+;]vNwǑw +AF P/݌h_ |m!r 00Ic`zD4 +~ ^/h6o^Z2tMmL9"T}(麬-( 8f +h$ {[8KZ |qT-]t.(1 +sM#WC4X +PzTEG&b5^sd&0wy"`|-GPB? i"sNq&Z`D - 88ѩ!T 8Ҿ1eR RKWlr"L԰_K2{ă, >'s *so7.f_"m`r/Qvݐw?Y Θ+.(לˋ/7NzɒP! +&V܂|68FfT.*pq Ǿ*M^ @7 k \%&L!mgwl )p, A"_SۮM f i("~v%$[% pwŜBhzsB@_Iib)VqᑣELcoX?? +d#=?s_Z;>@T$CUݟK8?af0ӝ h 0J qMigse=Wf;x"WDA2hWnƐJXQ*4΀}Cd9^\j*gy܇7Y уLFi3tSVNj`m2 +7*tYLON)YH/a!SvF0d X R`$߸VIw#EJҦ9PBA;p$-kxϮ<UP1n] !K K| td!&^t!QUp,'Zʠ5;BUEAwrX! +fBʶ-2qW~/X 4V7}6ɉ3P&AUvv;ꡮ2`$'[tx^ͅ8?,*&Gc}X(! Lo5Eq[_YgzVL>R8nZ7W!7~s[٤* .Jj `: QG z`lLt\@t@61i/讕 k,@>C"ewUi-˰$ATs^̬i'- +۵پ|+͡p?,Vma.$TizGX*\Y>_U +?BW"Y + +KbF1ri oA%6ͨŧ3n|荣.;U86!wg۶GL ꗥJJY m-|־q+ξè<=;'@pR5f6OoEz#8b1cU--)"!fo,)kt +n<}Q4?= endstream endobj -747 0 obj << +735 0 obj << /Type /Page -/Contents 748 0 R -/Resources 746 0 R +/Contents 736 0 R +/Resources 734 0 R /MediaBox [0 0 595.276 841.89] -/Parent 739 0 R ->> endobj -749 0 obj << -/D [747 0 R /XYZ 143.727 753.953 null] ->> endobj -750 0 obj << -/D [747 0 R /XYZ 144.727 476.562 null] ->> endobj -746 0 obj << -/Font << /F17 428 0 R /F46 538 0 R /F43 516 0 R /F35 427 0 R /F36 513 0 R >> -/ProcSet [ /PDF /Text ] +/Parent 713 0 R +/Annots [ 732 0 R 733 0 R ] >> endobj -755 0 obj << -/Length 1768 -/Filter /FlateDecode ->> -stream -xڵXKo6W(1WDI,C l-(rhfla0$9awCICg9|G,} o7d1$i㘥"%J2VŕyYufoADzmg]̿>,xȔTNM(mP ?-v-humktqwM."^@p==:^or4+zsR7>{Ea8C#&4wWa}$g -C$dHɞEƙ|§`EpК_.C*>]$IzeDIJ4v.pNx(^0X;^Gb]m A[gO(֞'(Kƙֶ\EadF6Mq<` ܕKFIGJύ`GVXjks:4x (`=3 lԚc-N 4AIv\w5vnͻ>7wwXhR,vgEV챏ib׺wglPG*8÷QyUz~= }( p֬gϧgЊ5K,d4pR\h#Z\BsCvGр:\g$η > -endstream -endobj -754 0 obj << -/Type /Page -/Contents 755 0 R -/Resources 753 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 739 0 R -/Annots [ 751 0 R ] +732 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 -751 0 obj << +733 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.723 221.999 405.256 233.951] -/A << /S /GoTo /D (subsection.3.10) >> +/Rect [143.731 181.154 196.133 191.944] +/A << /S /GoTo /D (sanitize) >> >> endobj -756 0 obj << -/D [754 0 R /XYZ 144.724 753.953 null] +737 0 obj << +/D [735 0 R /XYZ 143.727 753.953 null] >> endobj -110 0 obj << -/D [754 0 R /XYZ 144.727 569.652 null] +739 0 obj << +/D [735 0 R /XYZ 159.966 176 null] >> endobj -753 0 obj << -/Font << /F46 538 0 R /F35 427 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +734 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 738 0 R /F36 482 0 R /F39 487 0 R /F40 490 0 R /F38 489 0 R >> /ProcSet [ /PDF /Text ] >> endobj -761 0 obj << -/Length 2567 +742 0 obj << +/Length 2320 /Filter /FlateDecode >> stream -xɎ8^_ tEqKN0S ش-D*BtU!\,޾;QIͯorTGwKLj"hI EԜ)L=9%N4]\X,nhw:p@Qӹ@i"X,<2 -g²pWe5>KyGnsr]MbM5\ `~M]=Ѫ?6ǖځlg#o߷ӂ;ҁtЋ>7={:ƃ.pUZiKK'4eU*QJ`jdWE5r>Kg ("9; qpJXH W("g0 L}k\YVHSR/5rF~]x5*ʮ﮸6,#(Ѱap8&], -CU/j:(UJ,z;D -hy8#:@3K[Po<>2YZ:^ΧAIV>:64X@]r'qcI7xa%E/&=</>&*9;,{öl%KN;YA,ݶ-=7qw٭ Y`r|53pa,d25D;\JCUn[x$FwH9FMn! 1gd!W Se -T0$jb8$.E_A_nsS'!1P#,lOϰ&.\bĘb$$'ivU$)OGEg 'j*=.b/ܶh"ϕqsW>4&PQ e7M dT1f-]U 3f׬sQΌҜeSԄ`7Ț3GcW(n8p mi{jZ ÞG;YJ|]PL$r -zXc*Ox\c> Q5gA -\M|SY'o]_ϖևHkK"] -{WYӂw" 0=(X6Y`h&x Uag@mm GJ)mTOUY(wؕ|*z9CGEE :D}Uuy½}[$Lxim\U5TMV,XNf2L4Q$∪m}`G )9nڀ@DbQ`ri<9[T(?{nKæ{He:fs;64J(6Z:!kKYSZuZx^w2zSjlEjs:V솹Ld&u,29z@ m+m[>em O~.O)m^U/X$ +Ajz<3@_s@dT"쁧醚wJF|ݎ3P1S ̒YФsѴ\C=\3 +ÓR|`̀ kCm|.), +>V'BWt9yw3EA^+3 +֣zq,lpѫˀ^(dH@)O}W + +Dwr\ BU +|< ߮eԮ)zA| Bl)]NeE0RM )h<| Fry $ߟ/08'DC< jPl7Tv9MIBWD@ a|iL5(H@\=cNNΗ G: p/c +y7< `T)LRH:Tmb:!j5U93h#& y~2>e_[_xi?܈7|'枢cycxzBUNdEk'}IE*;൰٘#J1%h,x?6ne3VσE٧^3}{!O~ÂK> endobj -752 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [248.975 679.009 255.436 691.345] -/A << /S /GoTo /D (Hfootnote.6) >> +/Parent 713 0 R >> endobj -757 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [232.901 471.065 296.499 483.017] -/A << /S /GoTo /D (subsection.3.4) >> +743 0 obj << +/D [741 0 R /XYZ 144.724 753.953 null] >> endobj -758 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.447 471.065 382.045 483.017] -/A << /S /GoTo /D (subsection.3.5) >> +82 0 obj << +/D [741 0 R /XYZ 144.727 716.092 null] >> endobj -762 0 obj << -/D [760 0 R /XYZ 143.727 753.953 null] +86 0 obj << +/D [741 0 R /XYZ 144.727 524.06 null] >> endobj -114 0 obj << -/D [760 0 R /XYZ 144.727 528.86 null] +90 0 obj << +/D [741 0 R /XYZ 144.727 204.213 null] >> endobj -763 0 obj << -/D [760 0 R /XYZ 159.966 157.959 null] +744 0 obj << +/D [741 0 R /XYZ 144.727 166.854 null] >> endobj -759 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F37 514 0 R /F46 538 0 R /F45 537 0 R /F44 517 0 R /F14 536 0 R /F39 518 0 R /F38 520 0 R /F40 521 0 R /F41 522 0 R >> +740 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 -769 0 obj << -/Length 2943 +750 0 obj << +/Length 2070 /Filter /FlateDecode >> stream -xZMۼ0C"fD/)~eoI-j+],;!iɦqhHbHonR\/ -VY.LgzӜXnwc\ q_4L8,W< __t`va=Gƹ܇r}^*쓋uШ9 -$8SZ=>p!)ϙH[dYTLhXq -%`%HT I VpSyt^CiuK;'y\JJq׻8˻Cc AEs'NTimN*5ûj|wnONiӖ}j5SPIqe ~ E[on^בy\,7b}w/,0jWͿbxr^Y;,ͅ;]t³Et*,~|gVpm{k@5e!.BazO屲1ˆ8:hVvG6zz\]8aH6B0  fm%]X*'|[H9C2xGN5@!d~HUZNm K(GWyßaX#g9Wd\C -gCHgD.#r8=ޕ9P@շeCTts zP@'"*B< BnWwvڮ!B`(¢b!=g`qy쪶K yL 0Tg\|vp#wZeٹ>Jw;n I3?1Ρ꒜?-ƑŠ! t"AO{. I+FAu3BKz_|vVB| YOh+oudPL4m=#=̕W -^PUWp+%>Q]hu؏grѳ6==/stg)}-Kk[wy$j_a nl3E=-naӵ+IK#G2E'wBDz߅l7;h"ecFZ27IICꁡ5TF:A^p !48k( $uLw7.͗Nh{4Fx7,s}K:\loaYpY|9!|pW7_4r<VWP7v_*8daKZ~: -W[Jn]ǩ-s -D9ΕZ-ao$`DiI$z84n^Ƒ+@h -!2;7T܅ɓ;ĴRцɓ#`FJfbzR@~jtp:bT,˂ -qSZa:PգF693,Td/>E14ΉšSE;"q8a#'t;n_H=T7οI_Ub"v&5J'{,}q`Y4U6iS0S)OVv{DM-2QUq(2r -j;(Am!žfigV ߹\㡉%T5-1QWF32ErvկKxMc_#J1þ;6ngw42 fE-mAI#`, 2Dl :@ sYp~Nԝa%g|0(2a`\4TNk*viz͍D.]1`l,"e&iVRbiRUH'auRnLƢKAoN4US8#& 70ůuѦ_@P)t,Qڌ1S,GafjZ4O  6bHғqϞ: Dx?;{~q@CRg @4 -f~$*X!+VX?g>KZ>9aH!gjmڞr+ bs >1Σx*SY?վ'mt1"Ԟ吕9gKLnIb{>edgaж#e]j""V3yB(}aєK%\ThIt)Q66cXEb+[Z|^-_HgTO/( MO3w\r1X`dZ>?.~4`7'Hx$H*Am(9j) m4x΋:?2J6]pf +xڽY[ۺ~ϯ[e`Ë$AHYrEpj z'2΍|ᛟ>1̤2Oxyʄ4q1k.*jyKǢ=HF+bs,:RQq-,Musgn94sƞlc=msQQm?`&IHJ\%ϛ6S- w+eI˕E8jRGr4OxOb5Ldw_/6\[XG3j$z"H7IcmwLSQ*aV_gV ɴ@c f'6w 9RFGMq(< aC{gmQWD/\\TaT[uDyHaNv,M0U:QIJDw֮DHX6B{#gCثߌXƓpquCn˵@,8=@K͢]i\wI]7u`Q|<-=8L|*0X}*ɑ4:ԗ䝋hhsx`ԅDxm3lY:͏I fB j(|)VB0%pn \Qw7}phջp׵ylԐ)KClb|GȞ-b^vaݐ1=i^g_y-}?yBⱒ~X(>5c>M( S=neZI,5jc[+7_-b:S)#X0icJ0N`z)[> @u\xI $ 光gʏH/IyLoX#>cv(2|LHŞ?ԐlCn6X|Z+OոfY&' 'gu) +J@Mqr[C^мtp2$'* U9zitGUzaM,6A`e4PGO<Cٺ'rI̲*{Qx0s0+YİdVl9c:7;Tft_XFi=: `ZF:J1<\O@IMfpb7p[XJ@7'ᓀg V]]0ULxkQsdh@Fp %0aA6W<+p@^d8WeT ,I!03 sp%x@a};,)ʖ&}#-RO8W/bσ;E Gjn'(0?-By^.ِ5GgipVәa?B_>l5P54GB;\{ɟ[Gg1"{&JB\"zӘ)>+ܵ Ume8؋@8Tr%T*u<DVTj?eY7?\z"eC} X0Pb(8UFq7ay.aGp> endobj -764 0 obj << +745 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [159.833 470.457 222.804 479.311] -/A << /S /GoTo /D (subsection.3.3) >> +/Rect [238.713 600.581 301.572 611.371] +/A << /S /GoTo /D (subsection.2.2) >> >> endobj -765 0 obj << +746 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.968 380.244 275.741 392.197] -/A << /S /GoTo /D (subsection.3.7) >> +/Rect [180.258 485.955 243.229 494.809] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -766 0 obj << +747 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.894 232.406 484.499 244.359] -/A << /S /GoTo /D (subsection.3.11) >> +/Rect [256.758 485.955 319.729 494.809] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -770 0 obj << -/D [768 0 R /XYZ 144.724 753.953 null] +751 0 obj << +/D [749 0 R /XYZ 143.727 753.953 null] >> endobj -118 0 obj << -/D [768 0 R /XYZ 144.727 594.729 null] +752 0 obj << +/D [749 0 R /XYZ 144.727 619.454 null] >> endobj -767 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F45 537 0 R /F44 517 0 R /F14 536 0 R >> +753 0 obj << +/D [749 0 R /XYZ 144.727 404.261 null] +>> endobj +94 0 obj << +/D [749 0 R /XYZ 144.727 190.13 null] +>> endobj +748 0 obj << +/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 /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -776 0 obj << -/Length 2542 +757 0 obj << +/Length 1418 /Filter /FlateDecode >> stream -xڭYKϯ C_{ [1%)=U]͗DUid,e5Kd$H&Tx;z(ZfQ؞v[|J[?{W08j - Ҳi[ܘt6O+W`| 6tw3w?;[ᶮhZp&2EIRURb쁵nTlQ=WQsŞv=|mDGL'qڣyE/uf3-ښCopIbE,r.'q< >a)2MҷxRD;y$0)T-ߍaeHCm}i2 -߶vCBH j]AN|}w4f٦])b -pG²\g,̤/ٚx4%q& έŀiv' GpٓUUT{C [äsuT{VT:|7. ͖7 *31 _oLd0= ]mt*/X7pw0+a!KH >{ GhT uf -Ӄ6LXd̸H&ycbgсK$ڞ@Pd*('C MURbk@LS M׾Q'P$5JV2Cj죿/_q"2}si?o߾-( + ?qGESl%QڟޑH3uuͻ3eO/qmqk1놖 a9ygDsoqXd=xIn$4D4-i7xz{!!)J9fYH|c)B@>E -.\a?@7IB^])-[ͼ RO@⊕t `{%!IFAcݿN/J)@7wB$Q,fe2 "Y ELEɘWpAD7/.fCDn*w %AB>ʀ& ·־uL%+3| X -JpzC9Cf0t~$+@K姺*-C'e6/o)6g"o/5 - - b>%#5cV,u@en)GLAS3RϘe;^ Ƀj=LOI q6aO8c"89]9J 舉L=Ҡ꺫_5͘<zZ22>دT Ψ,_"~M[H><F,PgMR!xX9`e=Z)ރtpp,겤V|O\)+G/B$F8nWg.*rS2bs"8T~m|OF3d=];ch'T,*4=Y,gN!٧vB4{2)(#NjrpB%Q4A}.sX=mnsn!hp}t9=oZUX|="Hj=I;ΉqપMYT-q(|u:o{E -Vݕ9.Nԅ:\KyhOQ-8y]Oh|!G .'ۜ~ɈQ̴Ը \ -l=  N ǒs a|/uvo}(|>ow9 0s:{Ђ ̹؇)CC7B$4[dv CKH,.z`(uC^ *zz8v4[<|4W$%Rk³zIrBG|a;&+j;152MC^E7WmυCs\ -l&n;m!h?>OwY{2Sq*^׽x㱮WwʸyYF4S^c6/'mbn'*_vaO/^y>5S+n_hc?>SHz]h~1n2m43JoZkPl+)K +xZKo7Wjǵ@"gݚd{m ,G+1ΐ]DJ;VOc g>~32ݍhrAߧH1riGnFj¸MoFV_w~جf_?>}a2Yh®~} V`1+VՋVU+9[:Y.a̮=aV2M^ɞd8an`^-&nb6z +{/*ZtuX5l17զ`^-x4ogQ YA8__ bיB7BTxA't=ʼnҝn+oy=HU:)7Fs,: jM,ͦ^1e}=k܉7)V]- Mc!bLc9lA^-gdOSE/YG洛Uj[[m䶉~v, d\L7T"H&Hh@"idDUk?# h48NE4xk2hӞ7:ND\Y^qey\l׳E. + Z;stjX蜕dZ|M@0m76PQǘRҽP=#ʠPʏ*~ۀ4#8>(%(QǮx\c$H=[\oǔœF L,x({{7:LsPX"8i!4W!Nj Kgd_Ue]ܥY%~sD#88< V% Y.!po] '8S'~ KEf? 20$znTK89Yd(nWfdBFXɪ\(2 +w۹3.!ߑ2K&1 9&1t$ Ni=LK ` X&‘Nsd6q4yq bLKU&NL=~~Y> endobj -771 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 498.906 200.511 507.76] -/A << /S /GoTo /D (table.3) >> ->> endobj -772 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.205 346.15 291.176 358.103] -/A << /S /GoTo /D (subsection.3.6) >> ->> endobj -773 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.843 294.898 350.716 305.688] -/A << /S /GoTo /D (table.3) >> ->> endobj -777 0 obj << -/D [775 0 R /XYZ 143.727 753.953 null] +/Parent 754 0 R >> endobj -778 0 obj << -/D [775 0 R /XYZ 250.044 279.07 null] +758 0 obj << +/D [756 0 R /XYZ 144.724 753.953 null] >> endobj -774 0 obj << -/Font << /F42 515 0 R /F17 428 0 R /F43 516 0 R /F44 517 0 R /F35 427 0 R /F46 538 0 R /F36 513 0 R /F14 536 0 R >> +755 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 >> /ProcSet [ /PDF /Text ] >> endobj -785 0 obj << -/Length 2551 +766 0 obj << +/Length 2697 /Filter /FlateDecode >> stream -xY[o~_1@2.vHJy͢EY?xh4m,{.ԅ2vMy)ssa^%7|U"Kn%BdJ$2-Vc6*~_T?wojMTzںj~McDaͰx8͖ˮS<ۤv\Äct5٧@ v @x6lY -둍hB a]d尤QP0W컳l?_ΌY5H < qS‰S(d[ _F s(3nL6>&&A{x,&UZ(kCU>fi(eա%A͙Ws&SertBmR0o;&yOnM$c<@Id"q`D(/}hr7v$"R) U6L|X²IGۓy h3 ؝xJJ -SKw@B}plYw=LU{⇟޿Z]ЊՆ=>U Y`olk# N -%F|IΡ -3D{̸i:b?zW5Db!5 -{` -f0'/GkU/0U]u=;qgFԻE,}ݽn7p| i;ŋs߳S5PF{9'}|zT&b=A}aK, (`e#v/e8O5Yx{[unb XϰJMa=oinj/+gUŌ!Yb9M_[in!(-RY;N|kѪr˳)h7ԟ\y@Y*[bYSZpO_B]_gV:F} -KIUi" -EՁ<Ӳ0M"FÇ?H~D\*H\ύ7J̹ 1]噒f{sƫ;G!b3."e/Uv}k d$\S8Hhqc.RFff@IZs;݁|{y4g :$$hMȲEb-As|t4 }wScKZߋŏ8@uVBP.vF} eBm7|DPp|ap/, 3rȲ;oP=jVB RByY\wj}8TS%(|x1fAªux';dJ۪G\(N| Z;rڦ%GXOÖ=Hr=FI.?߽d<itR$e\6R}:[;PۢZ՗Ք,QNph.,3*,汭h,KuXYzR4`ApZhIn ,*<#OEivUY|ҌSqhi᷈jhO4lkӷc 0fV B2ׄka̸5[Z剉+ + ."/:6.OωTmS}o[jzn.^33;^NVe ;ޮ@.A_!YDŽ)0L35)SdnKi@6h ʭhUO(܉874Fawbu%icԓ| ptZgJE)M -Jrt^)kpJ/RShp]P9<Z9zQMd +qOS(dw g{ {\3sΦ.?p/c&(W:X?@/UNnxRt 0: n$.mZؕAOaN 1$j}B!~f:=3z9=Zdny.-F0'a + yh!6;p4rObRKv(X{brX)jVDfW-:Xn ߽*hd q&.)x 3, XBM_c$5bH/؞+c2sb/}mY|J 1ig^8P>\cBKaXд[[vC$ L8TnPQ6'$"~XtdZ2c*{۰]>Q"@hiHn¶PKi+z3.Kإ8tzL2{@=$xΎpU@ &Qh]olH .}Y8,&..Qwx PZ iqNDZ[s#8I ڸ+;Vh 4\0W$q{OQ hiOxQ :<78g#_mh<~^ߢ +U 48y~2>b~- 7Ck9 "@ޢR +49׻%FOBT#ݎ_og-56 O9 2ji8͇AR!_N*;.;ʧ:E-rA[B3-l\3XM3+PE1-AG/~,@49.F!N}[B~,*"2A0K !4܇ !K)|_ HKIY$.>}eQ&_u:F >K38?i`yf\ΛPk\\U Clt Ty.c_?L]WsiJ/y\r_L6m㖞\fM^U0yus'3iߟM${u(iQkᗀV2[&eD،VNg';Q&^s4r.*Rٟ‹zH52Y3qYHykR\̹&T.W2@4_c54j܆G;$#Lx{tG xC"zpdi]y+NT/==4a-5\% !ލRWbf ;g6u:՜d3y1X˧"[y]Zk/}#Y6 m6o(BLϬ[=QYaC, T TW@ @k8&QkHٟE.E4^r2 @cУXNb0 +⤿S7$ \L* ,N]}j:(^#RB~݌%Óy~_4b4n"ϊ+W)l PDE5Y٢ endstream endobj -784 0 obj << +765 0 obj << /Type /Page -/Contents 785 0 R -/Resources 783 0 R +/Contents 766 0 R +/Resources 764 0 R /MediaBox [0 0 595.276 841.89] -/Parent 779 0 R -/Annots [ 780 0 R 787 0 R 781 0 R 782 0 R ] +/Parent 754 0 R +/Annots [ 759 0 R 760 0 R 761 0 R 762 0 R 763 0 R ] >> endobj -780 0 obj << +759 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 600.47 499.397 612.423] -/A << /S /GoTo /D (subsection.5.15) >> +/Rect [429.146 550.88 492.423 561.671] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -787 0 obj << +760 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 588.515 209.42 600.468] -/A << /S /GoTo /D (subsection.5.15) >> +/Rect [162.906 538.925 225.877 549.716] +/A << /S /GoTo /D (subsection.2.5) >> >> endobj -781 0 obj << +761 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [364.466 522.208 427.438 534.161] -/A << /S /GoTo /D (subsection.3.3) >> +/Rect [280.162 514.131 370.856 522.985] +/A << /S /GoTo /D (subsubsection.4.10.2) >> >> endobj -782 0 obj << +762 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [271.664 152.705 357.378 164.658] -/A << /S /GoTo /D (subsubsection.3.4.1) >> +/Rect [218.145 429.503 281.989 441.455] +/A << /S /GoTo /D (subsection.1.3) >> >> endobj -786 0 obj << -/D [784 0 R /XYZ 144.724 753.953 null] +763 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [168.638 130.125 231.609 138.979] +/A << /S /GoTo /D (subsection.2.1) >> >> endobj -783 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F36 513 0 R /F42 515 0 R >> +767 0 obj << +/D [765 0 R /XYZ 143.727 753.953 null] +>> endobj +98 0 obj << +/D [765 0 R /XYZ 144.727 501.19 null] +>> endobj +764 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 -791 0 obj << -/Length 1824 +771 0 obj << +/Length 2368 /Filter /FlateDecode >> stream -x]o6=oDo=lS%VbdH`%nuŚ @xwN^ċ?\~"ei"ju&Nb^GMS)eBEYTee}]Zn]}+*8gsv[ F'd’XuiN05B튺jC\,sHH1SL],52D*e6G)6oIBHat"2&m =~ N!0Ci1ӤIλ)*6~QG?uj=L2=S>UH퀖U)XR5mwL=ǥQ~n-|MlB" 2e9:D Pv)LflydHN Obv貾{TJdտ;z]4xۀ GQ.i$q%7sdaL뷺SJD*Լ%gCm%Lu]mCG_ء!@ҕeGP? Tg nelTx%>FpS&x:t[fw%}l`ig -}ְ'H(^4 Z~v8?Uÿ?d$bܝkT"p˳5JO O(O qū,P>2'| v(zkK;9PB2!Li,-wAD9=Ú{C% Xh@6h*eR-b=+"?]ۮRCC -jR1>!.$Xa%؎3䀒 -$~;CNYV0/i#~FF)1KK+#̳0HXvJr+g\BIY92]HP@GǢ{3xPW{)Ŭ^5x}0Qo&义dZbib`>4_DȣA&03 (v)ʬ!#Z2w/DXfPdYU*C^j"E[sq+q ^1 zlqA~-x#l ^2}يU:Ne+.lßUY&SȬHӞ -ډYjff0#2A~/^;7,:_{ozp|,|E gaESus!1rZh ~'_hB9>X>pJO?l'6Ӿ^|)d']ˇ]缪˲F}B&w>صy{q^ՁI76g='=|W4ZS>j:s1 pL~\$ --u,{,3J/Qrlܑu@bT?|QL`0@?7A1i#+,0V# #M? ¨ 4w,wp4906z{ի^eA|߶NR;$Q印I +l|EMr(ĵc7T~;+ -V¾0)i4_g羪8x: -Ł#xbF5dG.$R$kC#?e1࿩ᙠ_~$y2)i$N:32 +xɎ_a (sEs`rS E%GhԿ=>R[*r .C|ᇏJ +V"ݟv\)l)ݗOQ6aqdK~ȳ dyŠ;E8Dԟએ{E_IGl}6~|ZG pje HXn4 @M[nAH݁s&Dp&L~99`h[xN8O@t H^?BVy" 'ZQ=e4\&-"?s35%-.v?֭=\I|)}d{!5)K&R8nP`kj)ĀbȜ2bӋ7 s-+{59=vba'rPlf+R&Zwg5uPW#0|vv]qEiȋ& xtGK 2^w= yk#g(N@= r:k@נJw>iP'Q\}y7P-$wUC#7ZuBܶΔXj7`N #`˵6?.82yT820d"3y: h[ 7'ۯD(:V.3@E@Ug!4z8 i~)iS!(~GI6fg?UInޝMލn+Ud16 <62vC8 ,N^qw&A{EkN(yFzƎvN ~+f8^hK9p(\ ā{TtG*OHVaFƑr +'7|khi5Wy[ Q,Ę2)F1z$KjnAHG)-yghgd: _PH@T~oLф;HS1>XEY߃W9KcLY4M}8>?c67!;\k 4Y;m`#Э-[bNC.uztHߞߥXӹ +n"D"qJuQ|tKD|7Y=yxoڑyA#s(7 ęqÃ5 $J;TK*BhCȢU.Ȩ:PX8A(T2T!>upeûbZUg +W +i9nt>{7k@2xl3Pd3+ffK$-{ֈƙH\!!e!8Ǻy-ZPdi"aI$"$N^8xK|~m caB[ߨ +(<'LPbP Y\Eyr~O azgcە$c :kZ6=$MybxɘriX4u8tSbGzxL8E\GW8 @]S^a6;;kcQD18s W2jGotnS; ۱X| (BFB(#ZTxkC%CGj† @8;;'[y~1z8 +hɲV`i_i5Z"_H;MC_DD'',Sc4]w;JC 08f4l" Um|o :p{7F$u7JS<]7kEVЇINiϋbe2!1t"0hEZzsJ)Ѡ=OI >]{0NN@-֪,T/rmͷ᡿|b6n-@0kr{Δ( + ުD`雄LdLD0L D}*AH6~wxt8‡tH%=$3wI2_2;U$PeɖX$| / ._5Y,W%*2 ;33U!ςPVc!=&16 oiP.x^LY *S= o̿rőލţRGwn:1ORZj'͟ߨ&<2Qݹ|1o/c)j= YƌOMpm;#6Z/JN`$gG7X.VFL;tECan ɡ z6Bsg DCL/sn endstream endobj -790 0 obj << +770 0 obj << /Type /Page -/Contents 791 0 R -/Resources 789 0 R +/Contents 771 0 R +/Resources 769 0 R /MediaBox [0 0 595.276 841.89] -/Parent 779 0 R -/Annots [ 788 0 R ] +/Parent 754 0 R >> endobj -788 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.532 567.151 412.945 579.103] -/A << /S /GoTo /D (subsubsection.3.4.1) >> +772 0 obj << +/D [770 0 R /XYZ 144.724 753.953 null] >> endobj -792 0 obj << -/D [790 0 R /XYZ 143.727 753.953 null] +102 0 obj << +/D [770 0 R /XYZ 144.727 358.424 null] >> endobj -789 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F36 513 0 R >> +106 0 obj << +/D [770 0 R /XYZ 144.727 177.776 null] +>> endobj +769 0 obj << +/Font << /F42 484 0 R /F17 400 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -797 0 obj << -/Length 1645 +775 0 obj << +/Length 2889 /Filter /FlateDecode >> stream -xZKs7 W(D-i2䰶Ndgw OQy8>- 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%) +xڽZKFWD]FA 8GbLZʌ`oUW7_jeeGuW_'Z͋w^,UZ=,Lz#x.˻}ѮI, + +|yjrΗr*ʺm5,9d]QWzl+?j_߽,,9Ԟ⩨g69r2՞Ul]pb˔IXw9KQ{"7nAyxNZr^ZyS⟼@*]M6w {Wȟk/ pdcY` +R^0 ,bz Yryl,ZqydEv(Ì_^g5(ݗnNu7 7ˠ OFGَD,W +'> 0k!G1=a;ݲ 3BL! +WL~P8;!࠶Rb2a BѢ,4Ê˳37!8Nf}]Z句en^#3z]&!=(='9Q2~5`o5ve 9[,"3"[{C8$Q2@79}JFpXvJ,!p ar x5bba&&tP`/WX(mS;^V!Z\`%(`4Ϛ(B~kZOmU_CX.Ez4B +ĖuHi +p-PF-\I ^.6LE^J33$ wPtჂj&-2g?V<+Kc# #9jЃhl0(UZwYgq]@t- +X\NF5,$87u0cd> mE+XJ:nBG|l-턦j"'^hs\Z{.4>|`eDCRD=˓#_r:y "|:׭P( (|CC5CeFdȦϜasx ob?YoÛ|^yYmHG"1 M3F%מ+OX'M.yRILpb/~w._ eT@zg=G@}J"/6=o5Y0Q55FybhQ9> endobj -793 0 obj << +768 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [356.526 352.511 408.928 363.302] -/A << /S /GoTo /D (sanitize) >> +/Rect [193.861 691.241 208.581 702.031] +/A << /S /GoTo /D (subsection.1.3) >> >> endobj -794 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.857 171.191 469.26 182.314] -/A << /S /GoTo /D (sanitize) >> +776 0 obj << +/D [774 0 R /XYZ 143.727 753.953 null] >> endobj -798 0 obj << -/D [796 0 R /XYZ 144.724 753.953 null] +777 0 obj << +/D [774 0 R /XYZ 144.727 411.557 null] >> endobj -795 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R >> +773 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 /F37 483 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj -803 0 obj << -/Length 2745 +780 0 obj << +/Length 2502 /Filter /FlateDecode >> stream -xZKoϯh`ZQHi9A`o3s[r7a+5S"jzm$7x[ūob՛?ʣ\&ruubBD*Q+ˈ%\}Zf\|?ậ?]|JU&p]bGJ1sxJN |yHً髯})O ݘ ђ@ 9W``pT53+TY' (g\lx,$[W7mW]c~_&pa₭lnWQZܦ~L_t]UR;BUjS\וvEG NZ7> 4:ʁOISzʕĹ%hw!IV#v)+ @d9&;B!Tof4Ϫj fPHٺCGQ&_N,a$ZVVtmAEG \QJ49ӫtiu[{w0>-;kIA{SQ㗋8oIr,1puVBlַ`/2&W aW2lqgt+$eqǎGuMiR"Qv؋)aq][򶓅_]tiPt=P9,[=u CεfG}窫'S&O+-8;Z{<=Q"wҠ>Qa}{FT$ ^ v{-G,BTpN5G~ c7 .WnE|| 6Y-orނװ$X8ص}i+vG?3k@ );QE3=]n|nTM`fCs%+Ab4ʉ@_1* -| ֙ -w&y$ff97HD dihv.&s m I"F,♚d4"O6S퐅$nC@ #p Б A Trq1tr xr6~9uG͓dݶ0Mo;]<14 Ŵ$UςڮkP1~ʁ, li6K~|MYLH @Ow{t1*utYBsn_.Bc<}% 43L[c - >Ufh(t- T!)tC L S(Ce~89ZC @ +y;Vfʑ`jӵ~>crdL ?M.1LlP 3? - ߹ib'z<wF. Ƴߖ'HHN{RE\--@rܛm_8b3[E o<e&&%IK±h qe)֌,pܓ|"wbџ;;_ H:ɢO.I>(RbriYl&wR{WkƯ=0 E 1@E%Ȍ!35 3"3xሲ)NuO{Ӕy'E1 xy$FRѠF5B! Ӄl/Bc\Yt8T㦳(t]*'M2ʳ` ?)?j%QrB#ZoB7y405Ot+8qmf||Ry¦htyYn?BXc2)PLZt $ϖ -UA?`^lF"uHp[ \QEi%.(hb,#$X0؋ %OLJ?p#o\N ~r!Anr ~73g{2RYn{?psj =@ EPM )R]5;tn)uُZj[5<!yp{x||N d qjkԙkF -I2d? %rD 9vp#s?Ʒ0k j@|aIb8'0s+y[xvք,1p<GpS -qg4yυ =*T"|bUuaӷy8zYQ[S9x l_ TeX +xڵYs_>XAk&ws6C$ɜHbq. \,v`m$z߮/}uTB*D<+<҉b<-*9\ %4# z0H8aQc?_;) r@ }Tl!OZ0~U?;C"Xn݂]l֍z3phu2YYeP7 + +OGƘ'pBBbqvᮣN$:i` ~>:<~ +h ߅I3{\tNrwco* +G;(M[!,$S+=Cg~G:x 58x}UYMc)ilw芃iਜYr"mDď/~MKt#%4,Z/ } Vdg?oe9($޲eδw~?><`OӉ sIθ^J5CF:~,rx673/ P,W¿p\9Vp-Ѻw(MKO."z tFȒ `P7aWל{gݵ}_vj$Jtu$+xqf(]=ܶ! ybT)q|.f=)E x]nvȫȫc#6ͺ*0uIo??bZdLN.8OVB+~=UүzPkzҿ=L"!/$DPcK|DA.m b<%!鸿?o43NCe#X-vgl{q9 ]}s0RdETs;i3zM6bizbS06@< O8ۇbgBˮB >LftͰhFqr)0*JH +p/ <Ie(߲Ȍi1Xfjk&bڿ\c恨~&b149D!'Y F>:ɹ& x&uK )&&RcCx\FSTo&Rs +3@$UK%܁ڃ;rPĴ|"q (p_s/I$.{ZH+Sy\YbJ.D0E$_ƥKra4!v/3tE4hyRmI=x]pvWi_/w4X]ݐK'ow׻f!7+Me\a%%tI E^{)֧uG ܹ]c 7zxj'afRv&l2a_Q@}9 RBW 5wy.P,fI!E bA_S\ H23i ꔉl/,%u}jrNS %\Fי wGA5>vbP,?b\muXlGd_ +-/>njRLeKrof{ss`8X83fw<'ש~Ƴ*Iv%< Rz@HJ|0n$nú=6!|bVJ\|Ae;&54<+S7w"mDgd-P{pGp#/`T1plZԮ3*[?L0l)ݵͥB#8v-o4/@= 6g8OC+[>j 3>uG_/<+keƾ k%=)r-Wv@Ȼ5`:  'lzZNu +NNp=- + n3sG㓰Sgō O|cK㗡Eyz77M;?FW? :VӋ?J[q`f<ۛUC|ޠt2>!2&+/e"T4ט-iJoX|0VmڼNsUH);wϖ>6YS Nk;lddlFPplG2!OWAug4薘>Ā(i;!l\tk%淣tm坨;µdX endstream endobj -802 0 obj << +779 0 obj << /Type /Page -/Contents 803 0 R -/Resources 801 0 R +/Contents 780 0 R +/Resources 778 0 R /MediaBox [0 0 595.276 841.89] -/Parent 779 0 R -/Annots [ 799 0 R 800 0 R 805 0 R ] ->> endobj -799 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [419.463 589.622 471.865 600.745] -/A << /S /GoTo /D (sanitize) >> ->> endobj -800 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.307 288.305 499.397 299.096] -/A << /S /GoTo /D (subsection.3.7) >> ->> endobj -805 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 276.35 178.924 287.141] -/A << /S /GoTo /D (subsection.3.7) >> +/Parent 754 0 R >> endobj -804 0 obj << -/D [802 0 R /XYZ 143.727 753.953 null] +781 0 obj << +/D [779 0 R /XYZ 144.724 753.953 null] >> endobj -122 0 obj << -/D [802 0 R /XYZ 144.727 487.017 null] +782 0 obj << +/D [779 0 R /XYZ 144.727 571.203 null] >> endobj -801 0 obj << -/Font << /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F17 428 0 R /F36 513 0 R /F35 427 0 R >> +778 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F36 482 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -810 0 obj << -/Length 2653 +789 0 obj << +/Length 2125 /Filter /FlateDecode >> stream -xڭYK8b1G|9a%R$O}X rDT,U9Q&_oo~M,ItR8a\dmݭ~obQ\㛂7?e˦_(J"Uv}ϟ?)9WĆXTnwhL4|Xo૮YY@Kz[o,eWOeU!Q2e<6LkZ}lFE=h8O5~9rXւZY/|~:5{*MДʞ^ܝ%(D~!E5rE3 Y4(ktƀۦFZhvDƃR8gm ۝Z4zp(zdF@:D$[$zB&IU%Iu*-!S/1944d9U z4xǢnWbi-z3r2wGN)X٪kSJ0^7@K*~9[w ׋]-ȟ}ۦz?_$c:<܈x-x(I1-յeEmKF4)WmhI5sC+厞gw'U|َl` gH"p$Q(ZBCE]B#B? i܌SŒVR3!l cnmWk@7AJb,ĉb -mq9@Y,.~,=')"1ìgA.B4;c"u -΋hw^jsR:, ZC^>SdUI%3Min@/pS%͇Yj`Yt9.P0 -s)<Raצ~6fCZ,f'^ۮ?x3i!-B/+,f)SFʘLw&CɒdPCH -hk~m,Mwa?C4NXfdJL,>^H3ԗ4 ˤ3ѺꞜ rޜ pcf3)1]%APO*@]|vBuK''hRc^,BLYTp. :\2)]31) ֕H]y,+` +}#M@c Ƚd -"Xfb!DMԳG)UDm[XWI@z.ÔA:BvjR"a'#SC9K^9+T겮3xx#L75=% ̭_*óV^mU% ywv -貿 WuYq7ghNuةo -z^2P8TU2_ X{MgY/πAC&=vqD.~|;iBFEeCS}|OM:Cv֥/~z 0h]ufise@'u l6KE|$QuES'‡XTȥ6 p76CƱ):en g'oʚ%E֤ڗ"G4Kv\2SM 3ű8~6]mLAC,PϖLq01rt@K&"v`!.N)ı:|U198PܰnBp -AS.` #iL6ᓏk֯=!LVDoQzfX#4ip(?9 },il\.FgӋLYT6&>.aS6i`wv}0*<#22vk cݬof]79Q<$a}Yf ~{/ Fc}m7wq"\Y=9#r_U2CC.jU6)m đBZK gYz%H^ޔƍ/3FrgOU 8qPL_mX.DN3E$.v%E`1Tᶛ^;JZő4I` +xYM۸ϯ`DUY0 m]${#A#%R& (Aczse 4Cfoh2K! o>1)I`0D2.[+1KPcY^ZXB& NjjT^X7XYb5*c|߻e)Gӻټ6e?ooIq4 U’^W&Mw\{K(ì.ʈi J&|ݯTïjPl@>[7U't CUUQӾsjZ +2EAWٜ1b:ۖæ麲\k8+țmnIR3UxDJ9hθ{)#[nUӺn,%Ņ!RSG44zwmi%L_ bQ<߂847"s=+E.4r׆ lYiáulJ]x.]VC/*{|TٜQAI,:rHKW +(JͶ޵1B*:'{P#41jT}8TMkb4Dd8\ 0ɜ8+±cǢنk⥺-gl4gpkgT㦂U:l\A%|Y#hvK7 5Ly#D$O<ѫ x ~t`jWf.@[AM0ċp&'}s@Q04tc+ʬvB=HJvs8bG^Ѕx"Nv@7XB!6x` xǁco~*tH#Rb3(~%+Gw4^nu k%& <91sU`bi]uu]hɔ俨pa}( Ґyj*9p$4uM#H"8a/0 Ukq ߦ~8ns.fK/h[EP|:jd0~(Bk8:t~,Y~ECړIV +a>G T=+O>pus,")FĀ",ODQv:grߢ h +f{S3ȷԩB +&{\82: #@à?`YMЁ,&voszz:p +NQ6)UnfBy6I9d[qy^@W't fax5Z’?! ~Q'9N%,{' .vLn5E(,셏Hc5z,8]Oz,ۄ)% ˔+nO[}@_GH vLb/KCN@A{,puQ=׌Bd.v h +ؑ+a Ew.Z`T^mBm9HtMh?agyz)pH] +1fSN;LBT2P +J* 3gwi3ynebun9 !x8"H|'8{Q 8^B qj޷hOйt}YmBX =OJo4[ EыnA>6G> )b"fyE ӒpQ +#\V#15fZ&;׿mq愚ѕK- +>+)}qwHg7'9dbh_'-/سg6p4-30w7F/ endstream endobj -809 0 obj << +788 0 obj << /Type /Page -/Contents 810 0 R -/Resources 808 0 R +/Contents 789 0 R +/Resources 787 0 R /MediaBox [0 0 595.276 841.89] -/Parent 779 0 R -/Annots [ 806 0 R 807 0 R ] +/Parent 793 0 R +/Annots [ 783 0 R 785 0 R 784 0 R 786 0 R ] >> endobj -806 0 obj << +783 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) >> +/Rect [248.646 611.931 255.107 624.544] +/A << /S /GoTo /D (Hfootnote.8) >> >> endobj -807 0 obj << +785 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.731 181.154 196.133 191.944] -/A << /S /GoTo /D (sanitize) >> +/Rect [465.462 588.021 471.923 600.634] +/A << /S /GoTo /D (Hfootnote.9) >> >> endobj -811 0 obj << -/D [809 0 R /XYZ 144.724 753.953 null] +784 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.066 157.589 335.89 169.068] +/A << /S /GoTo /D (subsection.2.2) >> >> endobj -813 0 obj << -/D [809 0 R /XYZ 159.966 176 null] +786 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [303.231 148.102 357.056 159.581] +/A << /S /GoTo /D (subsection.2.2) >> >> endobj -808 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F35 427 0 R /F14 536 0 R /F44 517 0 R /F37 514 0 R /F11 812 0 R /F36 513 0 R /F39 518 0 R /F40 521 0 R /F38 520 0 R >> +790 0 obj << +/D [788 0 R /XYZ 143.727 753.953 null] +>> endobj +791 0 obj << +/D [788 0 R /XYZ 159.966 170.889 null] +>> endobj +792 0 obj << +/D [788 0 R /XYZ 159.966 161.402 null] +>> endobj +787 0 obj << +/Font << /F17 400 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 /F40 490 0 R >> /ProcSet [ /PDF /Text ] >> endobj -816 0 obj << -/Length 2320 +799 0 obj << +/Length 2761 /Filter /FlateDecode >> stream -xڭYKϯ-2/QZ`IH43sP۲-,FLoIbꫯ갊W?/~*Y~%N!Uzܭ>GZ)mTOUY(wؕ|*z9CGEE :D}Uuy½}[$Lxim\U5TMV,XNf2L4Q$∪m}`G )9nڀ@DbQ`ri<9[T(?{nKæ{He:fs;64J(6Z:!kKYSZuZx^w2zSjlEjs:V솹Ld&u,29z@ m+m[>em O~.O)m^U/X$ -Ajz<3@_s@dT"쁧醚wJF|ݎ3P1S ̒YФsѴ\C=\3 -ÓR|`̀ kCm|.), ->V'BWt9yw3EA^+3 -֣zq,lpѫˀ^(dH@)O}W - -Dwr\ BU -|< ߮eԮ)zA| Bl)]NeE0RM )h<| Fry $ߟ/08'DC< jPl7Tv9MIBWD@ a|iL5(H@\=cNNΗ G: p/c -y7< `T)LRH:Tmb:!j5U93h#& y~2>e_[_xi?܈7|'枢cycxzBUNdEk'}IE*;൰٘#J1%h,x?6ne3VσE٧^3}{!O~ÂKWrfQի_},M( 㱎WA(t*#2F7SbcYnXM?GHjxN1 >ZD*2l~[Ft뛈+y Kyޯ~;H)Vmޭ?^㻷RLfɔ!aI7lvw,wy?jWω&漟Di?BmGoM6@)U]]ݏ,dF!m$h e q!$|(Ipl?"%HLULe[n=jN;$[5QS єOe4•+~JHqkק7>ޝ of]X!IQ!ߊjwWM/P/[~8O#:2@HK2b,nfr&g=e[lp`>ޏ! F ˦Ld)-5%Cn;\kWSk=(Tue}㦟;YM <)Ep9EKco P⹅LG gUr$#tQTigZI*ŷ/k:'Qæ? 05~^t<>54ȉ 1ft6,u L4!N7ý7M=/ŀ+`fpjSbHw!hT^osxHNxjקHu @𶀰 Wonc/޻HS-Ok:D0WT6E:23>^NKeA4% t:tZT~aa_&J ItV#ULa&i5]-AEY5<߅RJ<1gysjI'TRj {ŒOأwAӘŐ=ʵtHr$Mɵ $Ω <*䆠gjH~V;aDFihP +5  37d 1y}'zc#T"I: ;6jt +3_ +Mp@iY-ZѲߺP0`'K̤2 q"0Ћ9y8)KZQrqyYMgD1]ѕ6C0%[>U\$7!6"r_a$[r&懪FgP3ob_MLfBl 8t6i&:jkŢ. !{<`GAjDB۪j_t8DRTSGMMNTrg.WBMq[o ^v$)?HqEq*M+ whNwh9=BXT,ۦ! S,=Ғa_Ox=M9DFLp7);5/?C*2=˓wtםf<B'{Ӗ(kc9B+Í⋃cl +Mvó̌T3dÆߺ!V&78h + {(B|Z /BqtHBXQm}xHx29xÞSww}hx59h/U4!XF0-Km]p4iB^tس]u f(!PJ@Ū2 zTjע~-Z{v7O ++ $`s=ϰ˅w?^vg L;EAxw2pVj`ww@f|#L ɷ H3^ p*PHmʟT{GQ r-_4:oArb&e0pbrr& _Lz endstream endobj -815 0 obj << +798 0 obj << /Type /Page -/Contents 816 0 R -/Resources 814 0 R +/Contents 799 0 R +/Resources 797 0 R /MediaBox [0 0 595.276 841.89] -/Parent 819 0 R +/Parent 793 0 R +/Annots [ 794 0 R 795 0 R ] >> endobj -817 0 obj << -/D [815 0 R /XYZ 143.727 753.953 null] +794 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [176.382 650.287 239.353 659.141] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj -126 0 obj << -/D [815 0 R /XYZ 144.727 716.092 null] +795 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [207.543 313.836 271.606 325.788] +/A << /S /GoTo /D (subsection.2.3) >> >> endobj -130 0 obj << -/D [815 0 R /XYZ 144.727 524.06 null] +800 0 obj << +/D [798 0 R /XYZ 144.724 753.953 null] >> endobj -134 0 obj << -/D [815 0 R /XYZ 144.727 204.213 null] +801 0 obj << +/D [798 0 R /XYZ 144.727 637.89 null] >> endobj -818 0 obj << -/D [815 0 R /XYZ 144.727 166.854 null] +110 0 obj << +/D [798 0 R /XYZ 144.727 436.613 null] >> endobj -814 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F45 537 0 R /F14 536 0 R /F44 517 0 R >> +797 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 -825 0 obj << -/Length 2071 +806 0 obj << +/Length 2503 /Filter /FlateDecode >> stream -xڽY[ۺ~ϯ[e`#^$AHYrEpj z'2΍ao~~a&f԰TSƅ쏛_nw˨=-#/ -Gmv'x+RFʼnNܶXw49oٞQ{ͅFEh㜙$!)q >p(9+2/-#]d"z"H7I L4 3\2ov$:1̪@@Ie;QyfL 41lvbqq;tѺCS5 -wMYwݽ+,a0*-:<`0'; &2$DDw֮DOX6B{#gCث)ߌ"Y'w dK R*㺡OZ -8Dc^ã2@?.S8ڼENFɱWgl)WvG`V֍۟- G/_>Ƨ@'RG(HcXAÕC,)aFďZdpEdb8ʻmq2lQ-?iF0pz=E] z Ҹ:N Q14n`&0X@+n+yXh|0`EJG&GP_.wΣ=Qb~}dj p>4?&YK ct8+Q9mMS-`)1+ppg?N* ݿ ([GޅS͛vfӔLYzb3~#z_yYICwCDYz \ \F\yψSat@MOVs>m hM9|+Y/ F7<tbBMN(29ds9lUOA t`R6cyGT%H6S2 N|yB/'%P,]3ztlp`09G/<4Ȅtϊlz.~Hq%yE$/8])x|Rw^J#>>M( S=neZI,5rc[+7_-b:SIX0icJ0N`z)[x$ a".С-_HsfʏHI<75VO|(3Ls_'yR9d5d6Pƻ >|,VR}'j\ -~q -^ד4 -J@Mqr[C ^мtp2$'* U9zb:У*=W\ Rjo(#8}{%uOŲ*{Qx0`Wa-rt$oh-v!V Y1ztL=t4cӻ`3־N:rU@Fp %0aA6W<+p@^d8We,I!0g -ľ]};,)ʖ&}#-RO8W/bσ;E Gjذx<ydC%aB a8?B_>l5P54GB;\{ɟ[Gg1"{&J8B\{Ә)>+ܵ Ume8؋@8Tr%T*SZҒj"\+^)x#5Э!BC:/N1>P ! fWäcQrT'}slvtݠ'=:,#7.ZM7 |+ԗc-u]mSBm& -E-au&%Ÿܢ1h(P"ĺ{ˇ +xˎ8_ >0&b`wH栶Yv1ȿo%`3Mbl_6 !Xf\nBkd -n7d/WBHT2ZׇjDt7o,22F|)SiJLUt+$>_4:G4]bm74]THFA4ۛtw]%nA:?G==OqBD*H߰ GyԑH;)?xU,9P((> /[E8:150WBk~t St^Өhh#Wn< X!pVnuGiIGq=vtUl"[DRD~(6O5`]I{Wb"s֡\-7Nj_ngVkW(w'vĮa"5ݗq +Y6֫~|k>- px*50ЧRXj+" )ώiycDiM%E0 (LNHGL%ni@ ߁~`+;2 +ƊI5sYuq8NXd?FS/;0=aCl01Y**Ih/AҲ2(<-X،3!n-H܃g?]3gK*p5<9Z>ُד˃H_ΌHqu6ZObTmͫH@4ߧgO4!v{ك5ѠG2'0M,5.7 RI¸9䘃 kw~;i(4a 8L@HЭr2aizhI&̠-Mw3Jr ض Gƌ\p(cPNSffl+kb"rq -F9`_z(e869т)V +3 ӀцBc#S7*ljq|u<z*p|VAu3^Lrb)SgFW^Sk kiJR rpBüauhi0"*3諫J44۝X\pIzR^J[޿#(ٵ|Yn,d"eê=+s![z|I 8ŀ&>@ߨ `$SVS=0[m/GPR&fzS&t@@\ +cz(=W•=:Gzn=:X뉘y_hi1>MbS}ob[s%ngO<̇k񴻦K v[ s!v ~ NOJ$!(zm$3,VSRp +;cR m+M=8o9ty(4;7+Ԅ 8A~~ْ:0[\RgTs8éWv!O%5ڔ/PuYv=aj!`!ӢțrYT<;F')c;.F3>zT@dyf1]̢ܦԖTWv=|&\jS$ЛKQoc]wQP[,W#JX,#65J endstream endobj -824 0 obj << +805 0 obj << /Type /Page -/Contents 825 0 R -/Resources 823 0 R +/Contents 806 0 R +/Resources 804 0 R /MediaBox [0 0 595.276 841.89] -/Parent 819 0 R -/Annots [ 820 0 R 821 0 R 822 0 R ] +/Parent 793 0 R +/Annots [ 796 0 R 802 0 R 803 0 R ] >> endobj -820 0 obj << +796 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [238.713 600.581 301.572 611.371] -/A << /S /GoTo /D (subsection.3.2) >> +/Rect [257.425 684.808 320.835 695.599] +/A << /S /GoTo /D (subsection.2.2) >> >> endobj -821 0 obj << +802 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [180.258 485.955 243.229 494.809] -/A << /S /GoTo /D (subsection.3.4) >> +/Rect [168.412 379.012 254.125 387.866] +/A << /S /GoTo /D (subsubsection.2.2.3) >> >> endobj -822 0 obj << +803 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [256.758 485.955 319.729 494.809] -/A << /S /GoTo /D (subsection.3.5) >> ->> endobj -826 0 obj << -/D [824 0 R /XYZ 144.724 753.953 null] ->> endobj -827 0 obj << -/D [824 0 R /XYZ 144.727 619.454 null] ->> endobj -828 0 obj << -/D [824 0 R /XYZ 144.727 404.261 null] ->> endobj -138 0 obj << -/D [824 0 R /XYZ 144.727 190.13 null] ->> endobj -823 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R /F45 537 0 R >> -/ProcSet [ /PDF /Text ] +/Rect [163.245 124.58 248.496 136.532] +/A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -831 0 obj << -/Length 1418 -/Filter /FlateDecode ->> -stream -xZKo7Wjǵ@"gݚd{m ,G+1ΐ]DJ;VOc g>~32ݍhrAߧH1riGnFj¸MoFV_w~جf_?>}a2Yh®~} V`1+VՋVU+9[:Y.a̮=aV2M^ɞd8an`^-&nb6z -{/*ZtuX5l17զ`^-x4ogQ YA8__ bיB7BTxA't=ʼnҝn+oy=HU:)7Fs,: jM,ͦ^1e}=k܉7)V]- Mc!bLc9lA^-gdOSE/YG洛Uj[[m䶉~v, d\L7T"H&Hh@"idDUk?# h48NE4xk2hӞ7:ND\Y^qey\l׳E. - Z;stjX蜕dZ|M@0m76PQǘRҽP=#ʠPʏ*~ۀ4#8>(%(QǮx\c$H=[\oǔœF L,x({{7:LsPX"8i!4W!Nj Kgd_Ue]ܥY%~sD#88< V% Y.!po] '8S'~ KEf? 20$znTK89Yd(nWfdBFXɪ\(2 -w۹3.!ߑ2K&1 9&1t$ Ni=LK ` X&‘Nsd6q4yq bLKU&NL=~~Y> endobj -832 0 obj << -/D [830 0 R /XYZ 143.727 753.953 null] +114 0 obj << +/D [805 0 R /XYZ 144.727 716.092 null] >> endobj -829 0 obj << -/Font << /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F17 428 0 R /F36 513 0 R >> +804 0 obj << +/Font << /F45 504 0 R /F17 400 0 R /F46 505 0 R /F36 482 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj -840 0 obj << -/Length 2696 +812 0 obj << +/Length 2704 /Filter /FlateDecode >> stream -xYKϯ-j_lr=l >p aTH3b{(8~TWU+$x}P2Y4E\)fL2.~}?s>VԝMumQx_}j,Qvph,3* 汭Y0KkKQRB `Nr6pLd9Y3Zvv7~_k<ޖݡ*V"O?Ys+yZ7 5-?VM퉚ms/X~:އ0L5eZ3i͔:ayb5yj-Kƥ{싯N )%nSs"UTlۖ޶ Ԏ|UY #N>,ҠY/pl_08 -Ä1S8Ns#@,AJXm ʭQOA$vwÆu(&lH}Ӗ޾Ne} O;>tvC )7!(~fz@#fI\Oףa \}.;Ju粪b#r`KA@a GS<} p(X轅b EచU&Qc,9[wen gH킨 =M2o -Vh: 1| dQ iaxѺ2&1)Fr3th˺)!/D -p| d]GK=}8d]W/1Äa@nQ/o);2SACGO@/`ёamkovːMo tq8nez9z - EK Gr{ -Ӟ -CMaKg ϼ-q>+; j -3pM9Q)gh-@:Q;ޠq1ܻea[XԂʹv7OM,Wp%;h@8'\mO'B7fzH65x-P>_i( -o d-&{[bLl4k$ ĨayQr6BІ&?)DF-͜@P=XQ*dˎb3JQux\x6=:L ף>-3a:Xtʳw@GW -(zYYI{\о-!K?-2aK !4އ )K)~_ HKIYK\->dL:x5a[|bgIyk<;˾gyyjlB Byʜ4{0ڥ'0,=ViI@7K[Q, Pʷʥ*%%,ؽkʥώb "vLB8p'1`()t])`3n|r>?y&:񖳥}})Ptx)7.T([5BͫRrb.5drŰڵ5D -hL 6dX'u~}cBI:9 -{6Os(>YmCy2dzni[gA>YAV߿xFЄQ@kRKYD"\I%W,&5z5Wl@AHRcꆙ IeAi6 r5܀\M~Zq>+N uDrq=ܙPGO#FԭwHaRKU -#@%٘w +xZK۸W*P) 7=*=l6ܼ>geԒNJ=4\$$M޼ 3%Vs&LJbI Մqli^mWknE~P8v맷EipESV2jMWZP$KlvH1aˌ0mүL|Ӵu31!T~{C'ǕRiޜB3pa5c*dlf[Vw@C? R!%3m}&(Q#G>!HPW}DeV30O['Id6KzhNWAO]Pa=8qlFKX h LjDu)D8!d#۲i'JJ٨p6Z fDȂESp؂{>k:qh]-9@O!Y?jBg&69x>2kXL߷opx$:4(JbE/u瑈 u<8Q㚏+8?0YN$:!<F-S|·9pQfVStbg& Oq)Q-Kg,ˡr `M| +0LpЊV)z=cC t G!()lk?Ŝ6?:?{|'Qy?K,,ɫMかIU(#dSM`k71&y`2Q(eR+\B>qp1&g&™6vJ.JVJ"؆U&#S?8$.2w^pGɍGN3GX]|ǹ_^aʏ!";e(-OE2l%CZs5EʂσD]>wvuMY_N!qQMEU(I98>l?g'q }i ,y%i֙[>֝d#̀bUPL+y',AI쇼t J:E:9O酳G&T\tcu*D3vUS6wҤK?B{`j*=r,$O̴nrW.8I ιɾKNat7IjA(x0Bt|#0?5&?rDpSQu1(:DvV4PV~ +Cδ]iO֕l%R;eD[ycʏ #x{!=)`dZ/!i)a~;akn$6-6$PzpaPuUAfR|f|>u 1ʸyF֧{a&TvD];6fA۹*;*Eoٌ ɰI gr=>S +w ),7P5+-G|ͣ=f32=blɢW!_^R:9 Cc5:|Y1J7x)a<ѽ(R/"88` pπJD' y2: CV>#|l=P7eT9Ru٨Y24:a;eWsLCn zz=ԅY MQ&Xc<(|4ـ}8d=hc80 +.X1κÓcƫh1KIH&Ā2:ʨ +qO엕? 9 aZe3BO3,{]S#\&ơHew ck\i{ 7oLʂܙWN*'(|&$˳3pP3ƱaH.4 a$S&YK"ngn endstream endobj -839 0 obj << +811 0 obj << /Type /Page -/Contents 840 0 R -/Resources 838 0 R +/Contents 812 0 R +/Resources 810 0 R /MediaBox [0 0 595.276 841.89] -/Parent 819 0 R -/Annots [ 833 0 R 834 0 R 835 0 R 836 0 R 837 0 R ] ->> endobj -833 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [429.146 550.88 492.423 561.671] -/A << /S /GoTo /D (subsection.3.4) >> ->> endobj -834 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.906 538.925 225.877 549.716] -/A << /S /GoTo /D (subsection.3.5) >> +/Parent 793 0 R +/Annots [ 808 0 R 809 0 R ] >> endobj -835 0 obj << +808 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [280.162 514.131 370.856 522.985] -/A << /S /GoTo /D (subsubsection.5.10.2) >> +/Rect [158.675 399.335 193.125 410.126] +/A << /S /GoTo /D (table.4) >> >> endobj -836 0 obj << +809 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.145 429.503 281.989 441.455] -/A << /S /GoTo /D (subsection.1.3) >> +/Rect [444.747 351.238 455.178 363.575] +/A << /S /GoTo /D (Hfootnote.10) >> >> endobj -837 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.638 130.125 231.609 138.979] -/A << /S /GoTo /D (subsection.3.1) >> +813 0 obj << +/D [811 0 R /XYZ 144.724 753.953 null] >> endobj -841 0 obj << -/D [839 0 R /XYZ 144.724 753.953 null] +814 0 obj << +/D [811 0 R /XYZ 188.956 323.4 null] >> endobj -142 0 obj << -/D [839 0 R /XYZ 144.727 501.19 null] +815 0 obj << +/D [811 0 R /XYZ 159.966 152.867 null] >> endobj -838 0 obj << -/Font << /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F17 428 0 R /F35 427 0 R /F45 537 0 R /F37 514 0 R /F42 515 0 R /F36 513 0 R >> +810 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 /F35 399 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R /F40 490 0 R >> /ProcSet [ /PDF /Text ] >> endobj -845 0 obj << -/Length 2368 +819 0 obj << +/Length 2427 /Filter /FlateDecode >> stream -xɎ_a (sEs`rS E%GhԿ=>R[*r .C|ᇏJ -V"ݟv\)l)ݗOQ6aqdK~ȳ dyŠ;E8Dԟએ{E_IGl}6~|ZG pje HXn4 @M[nAH݁s&Dp&L~99`h[xN8O@t H^?BVy" 'ZQ=e4\&-"?s35%-.v?֭=\I|)}d{!5)K&R8nP`kj)ĀbȜ2bӋ7 s-+{59=vba'rPlf+R&Zwg5uPW#0|vv]qEiȋ& xtGK 2^w= yk#g(N@= r:k@נJw>iP'Q\}y7P-$wUC#7ZuBܶΔXj7`N #`˵6?.82yT820d"3y: h[ 7'ۯD(:V.3@E@Ug!4z8 i~)iS!(~GI6fg?UInޝMލn+Ud16 <62vC8 ,N^qw&A{EkN(yFzƎvN ~+f8^hK9p(\ ā{TtG*OHVaFƑr -'7|khi5Wy[ Q,Ę2)F1z$KjnAHG)-yghgd: _PH@T~oLф;HS1>XEY߃W9KcLY4M}8>?c67!;\k 4Y;m`#Э-[bNC.uztHߞߥXӹ -n"D"qJuQ|tKD|7Y=yxoڑyA#s(7 ęqÃ5 $J;TK*BhCȢU.Ȩ:PX8A(T2T!>upeûbZUg -W -i9nt>{7k@2xl3Pd3+ffK$-{ֈƙH\!!e!8Ǻy-ZPdi"aI lΓ8 ;jxi/ ? -о0%;Kg n}*` Hg0B͋B-'dsaI=0rJ RXmW`J7|ꬵkS7Ie%cJʥCbB_P8#6֟lJNIZCq{z(2&˶^ZI|hi|![6 }tDLєnGt:+ %l@T0H+.VLt)\Y5GCC~G,w&;=/i{ꚖɄƼW!ie+F?a&՞BjT't2P;9i g[^t_SY.5߆R)K1Rb ڸl^jn9S2*zoZ232258)b!ѕ +"=~x%q˄;~E/+_ȰVe@%[҃cX6̺| K^;*f\X,|oV> n~BY}h^8'F؀$ZB@{1e5\fLx&d1ʵG~W{7?J -n|Ɛ"?O&{tKi{W`7~~̧jRj_|Guż9Vhv',c -f3>5h+Z:q'F:m#ވbXkL3/lGә y/@'3 -}~Aq' ʃ2U8\w +xڭY[o~_:@ŠWIn=n[Ȓ+ʛpH]l:ɞ-Psf,d|Ǐ<],7,n7 sfRHøŧoՍrUG|t%e{ 懞 /;zU+='}ەQ͖Hgawm7ڴ{7`q]y++ZE+j +8/fAK $mUpHLfLp׼zYlKеHR2\S-W~_4kr4[7YŒJ6@C9"%'p43j[['{5a;tPT%G[[uaɠ'h3elfSI."LA;EAHgsƒ@L2Ia B/nyg!B$ϘKB< + NhotsHl-i 6L&KRulĐ.$~V/ڛdR̥M)奁dzid{C'LooH@{s v~]ܒ3s{k9qL B\NN2K zA=x#OzyW,q_6(oݦ Oӫ5CiSDx=_(XsTD^q{H2铜\Pt0` +O!OϯiTDQgU%iUi =_I~kDN\ah˼s"Ug{z8r2w5atQ$7i%NlP="ӈj?Tg`O?TTeAF^ t4:Dd1Hh<ݍqpmpf cE]C Ȝ)=aJ3Vea$rRh8ӦunMۗsioe>2TLVfSUW9]ʤujL.7`dQjpuvڹYg,53qTDA$b$>B {ɢ.h_->aZ9\99`YX=8qH;7OCf_4&aQ̔C\u ʃ&ʹ<ݙrN0$Ynx!Di0)6c'4LB) a +ptbp6TʼnvhKPwC+ΌC9jK-iw!|'֯[W.DuSytQP|A.yGشM=asVcyjl,K U okfBUcP)Afh}RލG (%53.37g%szUu&@*B*8р>-ognQ+ffRkro2ڽ`fcN;''k ҄e!7 JUV9 B%p>ur<2HF_iiIx"g\ Y'SAŊÒ,=+ubZ[" %5Gi`@b3\5;6e'$B*D\Jfpu( 0M\RX{8֚9$ +Ӟmĕthh@ (59Fںf tR_ i"/Mޑ OLxW/w (SE3Ǧ.ls*bwA"O(#.>`6e]P#b /;  l*xrX W p+V:*hLI NXVmŨF o'_FqmiDrуoDsMq3o8w@S}kjdNW|%f.(L%{4L|D +&]K !$DgX]Dʇ VCOTαBP oo@5F\1O37Z$Kg$s{? %R_BƮ`*|m΁*t}I1ؼXEMsq SBɘԗ?x⸨' Kҁ{ H˅cxj i #?I'd 2(Ǽ"[Nie#FJNDw{TǞ0 Du pk~ȓgq!%mf>ܾ8!c endstream endobj -844 0 obj << +818 0 obj << /Type /Page -/Contents 845 0 R -/Resources 843 0 R +/Contents 819 0 R +/Resources 817 0 R /MediaBox [0 0 595.276 841.89] -/Parent 819 0 R ->> endobj -846 0 obj << -/D [844 0 R /XYZ 143.727 753.953 null] +/Parent 793 0 R +/Annots [ 816 0 R ] >> endobj -146 0 obj << -/D [844 0 R /XYZ 144.727 358.424 null] +816 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [398.845 469.517 483.955 481.47] +/A << /S /GoTo /D (subsubsection.2.4.1) >> >> endobj -150 0 obj << -/D [844 0 R /XYZ 144.727 177.776 null] +820 0 obj << +/D [818 0 R /XYZ 143.727 753.953 null] >> endobj -843 0 obj << -/Font << /F42 515 0 R /F17 428 0 R /F43 516 0 R /F46 538 0 R /F35 427 0 R /F36 513 0 R >> +817 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F14 503 0 R /F43 485 0 R /F46 505 0 R /F42 484 0 R /F35 399 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -849 0 obj << -/Length 2889 +823 0 obj << +/Length 2256 /Filter /FlateDecode >> stream -xڽZKFWD]FA 8GbLZʌ`oUW7_jeeGuW_'Z͋w^,UZ=,Lz#x.˻}ѮI, - -|yjrΗr*ʺm5,9d]QWzl+?j_߽,,9Ԟ⩨g69r2՞Ul]pb˔IXw9KQ{"7nAyxNZr^ZyS⟼@*]M6w {Wȟk/ pdcY` -R^0 ,bz Yryl,ZqydEv(Ì_^g5(ݗnNu7 7ˠ OFGَD,W -'> 0k!G1=a;ݲ 3BL! -WL~P8;!࠶Rb2a BѢ,4Ê˳37!8Nf}]Z句en^#3z]&!=(='9Q2~5`o5ve 9[,"3"[{C8$Q2@79}JFpXvJ,!p ar x5bba&&tP`/WX(mS;^V!Z\`%(`4Ϛ(B~kZOmU_CX.Ez4B -ĖuHi -p-PF-\I ^.6LE^J33$ wPtჂj&-2g?V<+Kc# #9jЃhl0(UZwYgq]@t- -X\NF5,$87u0cd> mE+XJ:nBG|l-턦j"'^hs\Z{.4>|`eDCRD=˓#_r:y "|:׭P( (|CC5CeFdȦϜasx ob?YoÛ|^yYmHG"1 M3F%מ+OX'M.yRILpb/~w._ eT@zg=G@}J"/6=o5Y0Q55FybhQ9ݽ궙9zˇ.y_^ר r۷LWQ&DrW0:\T/|鲾:W< %)ȰX)Vih >kaO\Y_8HPax&kev钖 .<]C֘X6xR ۔҅!cĥU̥K @`.@B%2)+\CÓ˕&iCWiI*p  Eng7Fؐ 9U2rNe'Rށ+djt$-! 3GUv07W! nIc laȅvh`Fh`F"IUO;a[qw{a ?-m U,Q m^ 22"hKPxtd>2Ȧ{SCJ22"~y-@kVkP?Eu\(opB3y]/a;w.픥h!{Uу2QV"P-uCr)?!ڲz蜯BŰv0eöM " +G!(l!j<'@m8&'G#lu Ǯ몙edzr3R"cSSPX}d2dX喿R ࡌ="QT ^d(A78]O.@6J"X[(>z.$~0J4x>:  ! +H{r"e3M BiçxN}S} Ys*) +a@8lTo=+4:8{e%ᬲ@!^o72_7Uj1Rꍉ0_"8oMdE(0@QHLBR0$J^Kw3I M(vl}4#\Et^ ):gҷ`O:@M8"{t?8orQlCO'X~5RJKSB$-&-v>ʏwƇZ|nhv`y]apn8}ú1)cډN֡$P B4VBCI8gPKI +>Y{b/334{CfR1|@#)߇RIeb3CdXt9s eG#TU{<[h6-Cpj5!U +Ic9 சBXrsu vh6[m㛆Wy4#3`ZV)Ћ, +j95|Sm|5wd9V6=݆n_WAf6qKQUnGOW4:sl bDzu͹TCI0-Oju+ [MXӨWZ,`nF،A܌pg&k-mnY@{)eCUYֆR(]W5pCxPlL#DC8kl +rJg/ peO k>L=I3t +4$RK' +@۞Zu3ٗ]9Ou kTsl5G{.V=GO,o<#Q+\{@SŇO_XV9މ I)U,C+ yq9WΫ aH&K$piD&+fzWz,A\6hcD}u/PB&5l:QJCIakZj}!wBJV)-ousрy7+~jZ ɩe<'@@P75( pCx]/Ѯo׼]WA`ΘQ9tQxXGh5и׻q@AĆn)eWof= endstream endobj -848 0 obj << +822 0 obj << /Type /Page -/Contents 849 0 R -/Resources 847 0 R +/Contents 823 0 R +/Resources 821 0 R /MediaBox [0 0 595.276 841.89] -/Parent 819 0 R -/Annots [ 842 0 R ] ->> endobj -842 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [193.861 691.241 208.581 702.031] -/A << /S /GoTo /D (subsection.1.3) >> +/Parent 793 0 R >> endobj -850 0 obj << -/D [848 0 R /XYZ 144.724 753.953 null] ->> endobj -851 0 obj << -/D [848 0 R /XYZ 144.727 411.557 null] +824 0 obj << +/D [822 0 R /XYZ 144.724 753.953 null] >> endobj -847 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F46 538 0 R /F14 536 0 R /F44 517 0 R /F37 514 0 R /F35 427 0 R >> +821 0 obj << +/Font << /F17 400 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F43 485 0 R /F42 484 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -854 0 obj << -/Length 2502 +829 0 obj << +/Length 2326 /Filter /FlateDecode >> stream -xڵYs_>XAk&ws6C$ɜHbq. \,v`m$z߮/}uTB*D<+<҉b<-*9\ %4# z0H8aQc?_;) r@ }Tl!OZ0~U?;C"Xn݂]l֍z3phu2YYeP7 - -OGƘ'pBBbqvᮣN$:i` ~>:<~ -h ߅I3{\tNrwco* -G;(M[!,$S+=Cg~G:x 58x}UYMc)ilw芃iਜYr"mDď/~MKt#%4,Z/ } Vdg?oe9($޲eδw~?><`OӉ sIθ^J5CF:~,rx673/ P,W¿p\9Vp-Ѻw(MKO."z tFȒ `P7aWל{gݵ}_vj$Jtu$+xqf(]=ܶ! ybT)q|.f=)E x]nvȫȫc#6ͺ*0uIo??bZdLN.8OVB+~=UүzPkzҿ=L"!/$DPcK|DA.m b<%!鸿?o43NCe#X-vgl{q9 ]}s0RdETs;i3zM6bizbS06@< O8ۇbgBˮB >LftͰhFqr)0*JH -p/ <Ie(߲Ȍi1Xfjk&bڿ\c恨~&b149D!'Y F>:ɹ& x&uK )&&RcCx\FSTo&Rs -3@$UK%܁ڃ;rPĴ|"q (p_s/I$.{ZH+Sy\YbJ.D0E$_ƥKra4!v/3tE4hyRmI=x]pvWi_/w4X]ݐK'ow׻f!7+Me\a%%tI E^{)֧uG ܹ]c 7zxj'afRv&l2a_Q@}9 RBW 5wy.P,fI!E bA_S\ H23i ꔉl/,%u}jrNS %\Fי wGA5>vbP,?b\muXlGd_ --/>njRLeKrof{ss`8X83fw<'ש~Ƴ*Iv%< Rz@HJ|0n$nú=6!|bVJ\|Ae;&54<+S7w"mDgd-P{pGp#/`T1plZԮ3*[?L0l)ݵͥB#8v-o4/@= 6g8OC+[>j 3>uG_/<+keƾ k%=)r-Wv@Ȼ5`:  'lzZNu -NNp=- - n3sG㓰Sgō O|cK㗡Eyz77M;?FW? :VӋ?J[q`f<ۛUC|ޠt2>!2&+/e"T4ט-iJoX|0VmڼNsUH);wϖ>6YS Nk;lddlFPplG2!OWAug4薘>Ā(i;!l\tk%淣tm坨;µdX +x]oܸݿb diCt@^pW@~˃VzkPKSD3Ù|n>\O\r"]nWjd諵HZְS$X4#TTٛZȖU7"96\jQ,b-lokel׈vͣirp2'APGJG{ܷ<ڣt+LISgT=d9A_Ս|e~jVaǽenvKNE#$[? eyTvABӹma=jOkڢIZsعj7SF-woٙ,Z M?'@IbTohurwFb0miLxDWpp&Ǎ5&Q~:z@!GkCM~G`/sd2,s&#\gY{:kMc;-zLnw_#̴(&`™T&?\|IN]ېȹsQ!{y9ntg@k'{yV`G4w)g#;j)ÁG?8\yؚq9 ~..=+Z4Ft@,<$ cwɡ׼LgzYL~etT4 +DT_ )*O7#th@@!B<%r jF:c Jۮi:Tԃ2H9rA·"O2w.Uewj{hm[7\q >ǃObP̗CL~ar8=z>(=ojD~ؘM"Ckoti"yOD Jd@$<ɴ> M'>Xy$p5D!8wZ0(Ahf5,\PqB6>?-A$$k[.@fH󩙭Cd4jh!&Nd`IȲ\FJ:IW5Ql6@&$n #'L|!"SrNNa\z+tm "эgi hQ*yjUznNd8Ez!=:{MRf9l%S]V^Wz<1-j 8=#%n In<3+Ȑ!j9bH,뇫^}|e$OV +$S ͳd՛,rzDrE>a.hhR(h#P_5P;C tN݄E/)kji]T,#&tB5t#z0^; 5uDvVw)K2xwHTxe4޸1RmxSea=В~5e/m0UIMwLBEmsUvz;@8Tsϕxvj`/?陸1& ~7yY6.bP?ǀ@܀@!䉏+*khq0e#K<>:%DN?c Wgw:)|K0!b_~5e^XEtU=_n|β /d}Q@= +Goo }o7CfHɗsf,vrrƿ endstream endobj -853 0 obj << +828 0 obj << /Type /Page -/Contents 854 0 R -/Resources 852 0 R +/Contents 829 0 R +/Resources 827 0 R /MediaBox [0 0 595.276 841.89] -/Parent 857 0 R +/Parent 833 0 R +/Annots [ 825 0 R 831 0 R ] >> endobj -855 0 obj << -/D [853 0 R /XYZ 143.727 753.953 null] +825 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [471.259 477.158 499.397 489.111] +/Subtype/Link/A<> >> endobj -856 0 obj << -/D [853 0 R /XYZ 144.727 571.203 null] +831 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [168.638 465.479 427.355 476.602] +/Subtype/Link/A<> >> endobj -852 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F35 427 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R >> +830 0 obj << +/D [828 0 R /XYZ 143.727 753.953 null] +>> endobj +827 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F35 399 0 R /F42 484 0 R /F14 503 0 R /F44 486 0 R /F48 832 0 R >> /ProcSet [ /PDF /Text ] >> endobj -864 0 obj << -/Length 2125 +837 0 obj << +/Length 2556 /Filter /FlateDecode >> stream -xYM۸ϯ`DUY0 m]${#A#%R& (Aczse 4Cfoh2K! o>1)I`0D2.[+1KPcY^ZXB& NjjT^X7XYb5*c|߻e)Gӻټ6e?ooIq4 U’^W&Mw\{K(ì.ʈi J&|ݯTïjPl@>[7U't CUUQӾsjZ -2EAWٜ1b:ۖæ麲\k8+țmnIR3UxDJ9hθ{)#[nUӺn,%Ņ!RSG44zwmi%L_ bQ<߂847"s=+E.4r׆ lYiáulJ]x.]VC/*{|TٜQAI,:rHKW -(JͶ޵1B*:'{P#41jT}8TMkb4Dd8\ 0ɜ8+±cǢنk⥺-gl4gpkgT㦂U:l\A%|Y#hvK7 5Ly#D$O<ѫ x ~t`jWf.@[AM0ċp&'}s@Q04tc+ʬvB=HJvs8bG^Ѕx"Nv@7XB!6x` xǁco~*tH#Rb3(~%+Gw4^nu k%& <91sU`bi]uu]hɔ俨pa}( Ґyj*9p$4uM#H"8a/0 Ukq ߦ~8ns.fK/h[EP|:jd0~(Bk8:t~,Y~ECړIV -a>G T=+O>pus,")FĀ",ODQv:grߢ h -f{S3ȷԩB -&{\82: #@à?`YMЁ,&voszz:p -NQ6)UnfBy6I9d[qy^@W't fax5Z’?! ~Q'9N%,{' .vLn5E(,셏Hc5z,8]Oz,ۄ)% ˔+nO[}@_GH vLb/KCN@A{,puQ=׌Bd.v h -ؑ+a Ew.Z`T^mBm9HtMh?agyz)pH] -1fSN;LBT2P -J* 3gwi3ynebun9 !x8"H|'8{Q 8^B qj޷hOйt}YmBX =OJo4[ EыnA>6G> )b"fyE ӒpQ -#\V#15fZ&;׿mq愚ѕK- ->+)}qwHg 9dbh_'-/سg6K4-30w7F/Z +xZ͏ۺ_!⇤KHnApH}-q(\, 4KUW):.dZ$O5Ylw\HiaO7W.'霕yD{!3+r&!B&yUy2%2#$ˀ/0"%m'Z,8d5H)O3J^ǽmmeB PgZrٞ}YCԵm?S0q5Mڻo^<ѠbQ8lr抾}jY +J|p{\gŪo+붨VU]0AR0.H6n>xV2_dYG zxN(,ey@&BHLY)8I=j )qNgݘ- >ս٬|aY?{ozjmT#򂳂L4r0wJy{*BO}G6B|k9!`HznkSޜEQLQj8rأb{`<ӱF竎OJ$[89F)0s?38zR 5LBサզ9qfa`4^&K$ח8LRP6?gQF[clkE-Èz\LsA;`'a(XE綛Qj1x]tA.B>ס .ʋnkEu乹ƁS'0CsG.feqnʇәcՃ{:6;皯l, ql`GhTT2B9X(曺oA[sWޞv4H-XCqx:tl@AS7tn}EVt +=)@!U@LT TWvb4b1x11JzN `DN/ <[ KtjA_ =b0ic#vx"Bh83M!b0ppe0?e +4;=ʛk3\R!f!s9|"`d@p,RMy +$.g/""o[ꈲd)(#|zu@~ 1Ӥv"ƒc%kP1:9eyӜRxs˴2U|*P@i!=n 4,^z@FOa=>磜]DbjǓTi$CgŴR-F^0e2[fxDc ,k4hA0O͡X˙ `i HɖP"=$n# ~6䭛-xϘeR7- & _6]Gmmlب. v>DRE#U)c`!@ /-mP.91zƅg|%clXtLWNocG]%uR@t:d_ƊR ULUH/gog :SPA9ԟAkZ#`bY'%|BK?,{H: 0i>..#NBFBwd&@DaM %ec:⥭5@7#dd =yq00lxG N؅%:.&tDe助R~ŝd6Y$,V@(!lMXL[C.g?qa^x 8.Ec ^v0j5[L!Aßu@˟x(el2л2c22%#PM}:_Mgye7oߧ 1]nr&5:otA-/sR7(pY.EJ9ieh;U<\^+^Kk{\ԝR`_g3l:$H'rbjg}34q>I-m6nn ɴCh< +WƷu" ~'B|& ]gtd0L)(tY6$ endstream endobj -863 0 obj << +836 0 obj << /Type /Page -/Contents 864 0 R -/Resources 862 0 R +/Contents 837 0 R +/Resources 835 0 R /MediaBox [0 0 595.276 841.89] -/Parent 857 0 R -/Annots [ 858 0 R 860 0 R 859 0 R 861 0 R ] ->> endobj -858 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [248.646 611.931 255.107 624.544] -/A << /S /GoTo /D (Hfootnote.8) >> ->> endobj -860 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.462 588.021 471.923 600.634] -/A << /S /GoTo /D (Hfootnote.9) >> +/Parent 833 0 R +/Annots [ 826 0 R 834 0 R ] >> endobj -859 0 obj << +826 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [282.066 157.589 335.89 169.068] -/A << /S /GoTo /D (subsection.3.2) >> +/Rect [394.695 681.001 405.126 693.338] +/A << /S /GoTo /D (Hfootnote.11) >> >> endobj -861 0 obj << +834 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [303.231 148.102 357.056 159.581] -/A << /S /GoTo /D (subsection.3.2) >> ->> endobj -865 0 obj << -/D [863 0 R /XYZ 144.724 753.953 null] +/Rect [213.783 377.81 277.527 388.6] +/A << /S /GoTo /D (subsection.2.4) >> >> endobj -866 0 obj << -/D [863 0 R /XYZ 159.966 170.889 null] +838 0 obj << +/D [836 0 R /XYZ 144.724 753.953 null] >> endobj -867 0 obj << -/D [863 0 R /XYZ 159.966 161.402 null] +839 0 obj << +/D [836 0 R /XYZ 159.966 152.925 null] >> endobj -862 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F39 518 0 R /F38 520 0 R /F40 521 0 R >> +835 0 obj << +/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 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 -873 0 obj << -/Length 2727 +843 0 obj << +/Length 1826 /Filter /FlateDecode >> stream -xZݏ۸_@QCk-4 -$yPl+D|d3JlzW{˚H{槍]G7bo5n^xĥdiF)Ou޿B S 56ھW`Nv"c17&!ݛw|a@X+gwoye,ӉnW(&zr%XtwyxJ1%Sf#\țvd%_;>%~]_!®;z*7~eI[Qj8Yw Q1ƛ< -M8JR ,)1LN >A4bk|=:o"&ǘ]Dqb=q?{Ә۳2 rRf/Ϫ<.]o}y޺_v@(] `*ma'b/lbWtw 9P()}*<L:r^h%l(+'<^IߧkAe}!P9-pȨNDv,rW6h2Rv'IYTN8wgUpS]xJt)qV7Y#H:*SKl 3Zc.F) ۲4륂ԲߺP0`%fR DBcgIQ]r;;]|5eD< tEW` o-Uh -"|7@XDɩ~f܆%l}˙&U!}8K߼m]53} 3C( +v6#`ѧx>y%fW!S3KǦ;Y{ 鯋-&w#8V-ȭQrm':;"nx,Tږ^8=#hr*_Xq!}Z| tSf7$.FS.u` [;ISp xrJ9LRDŽRr~CԚBu饹!OhJ$5=<686\sii ӽ3.Xpoh}'.\b-pxUW H| T -V:*%`kh5H4.G_2YWW!l%V{ M c^T-QSSS784z $&uS:&~b5ewkbLUG+C}lM[pSIkt> 9[ӛ#X5yC}AQ89* Yf ϜbԞӹGV=<G,ghx ehOJUnX$pX=SP'ֱYbyN=q1P.*Al8[7S "jR`p0֓8CQ`$3vN$=6pt "o`Χ/#{6 <}WDO4b;tuLD:&!.JG.i%TV5LCPeEZO&NPB0셱=1ď!:^D1f#x>||C3nߔPM8^>9H#p -a m^6|5Q.E:Sb;{fUcKKi*b>G+<B3Z@Jr/]rP| \n +xXM8ϯම*& RT2{M|A6M8'j=V.6z/nB(TbE)K4AĔȼ{STML~0'Rmd>GNϘ4X0040Y0% +4Vş/x@ʂ4eCMdYH[2;p"29keUL%"꤫zJ=gxn)0 y@EʛGQڭk0LWtFsMl/zAqeJz+hͿ14Yۼ*`Bo@HP( o(2'=|€'9ex'P,rSP +<|ecv%A*tq$4H\X +m%uUyk(z\_ֳǒBIC!Ǽ|M5ɰX鬩n]-#QQ) 53 _–^֦>jqDNݼY|rQߊ% +8Mm?SBJT9(p"4bO@8p/`$4H9#Uh!v[zjv4(.Ӓ0v;]f ueŲʽ?DDC?ݶnaDX-\A8|5jSGpvUW$t-k0eJhHZ)eAsZ+T:s7$~zaѻe_mAy⿝IͰ]cݾ0,=~fp{u2` ďЉN_ͯeUo.Br|HC#>.@!/`% g%+7z쌝Aa#ցZMk CozePC3[H  Xa;J@5KGf 砕N|5pSIQ]ME_8 Eb1Յ]pK{}P%]6&Nnz +·54 .;-X:xA eV]G:䱄'.Dq ea*Wqc]ڤ0dh7MSf_83`d&qy 3k<[RN&UA,ҋN +%}8qPgM2-,a&)5@L2j֓u:UƢ~36D4c9L0S 1 woe[,(}XcMv!DbS^S2%)M[҅-*N ]T4@fHnL]cND`}iqc04ķ=8Mp r婎:;SF">tCy/pL){F>}lXrmG`8fR껮}R7pUa7ew*ƜKNWŢL$f(N8sf˦=A1|<{a*8]ƌ.Ly/5ymw~L+ + J># a |/N/dy+MtGkg_׫XX= kDxd(}M!8*Ew}w wwYNkE:щwX+^ΓtW@/QAK endstream endobj -872 0 obj << +842 0 obj << /Type /Page -/Contents 873 0 R -/Resources 871 0 R +/Contents 843 0 R +/Resources 841 0 R /MediaBox [0 0 595.276 841.89] -/Parent 857 0 R -/Annots [ 868 0 R 869 0 R ] ->> endobj -868 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [176.382 650.287 239.353 659.141] -/A << /S /GoTo /D (subsection.3.3) >> +/Parent 833 0 R +/Annots [ 840 0 R ] >> endobj -869 0 obj << +840 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.543 313.836 271.606 325.788] -/A << /S /GoTo /D (subsection.3.3) >> ->> endobj -874 0 obj << -/D [872 0 R /XYZ 143.727 753.953 null] +/Rect [432.673 447.437 464.987 458.56] +/A << /S /GoTo /D (table.5) >> >> endobj -875 0 obj << -/D [872 0 R /XYZ 144.727 637.89 null] +844 0 obj << +/D [842 0 R /XYZ 143.727 753.953 null] >> endobj -154 0 obj << -/D [872 0 R /XYZ 144.727 436.613 null] +845 0 obj << +/D [842 0 R /XYZ 228.824 395.412 null] >> endobj -871 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F35 427 0 R /F36 513 0 R /F46 538 0 R /F14 536 0 R /F44 517 0 R /F45 537 0 R >> +841 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 >> /ProcSet [ /PDF /Text ] >> endobj -880 0 obj << -/Length 2504 +850 0 obj << +/Length 3262 /Filter /FlateDecode >> stream -xˎ8_ >0&b`wH栶Yv1ȿo%`3X,M/p7,`1rq]Y"Ec&d,>D \ !MRh]i,OoDXQJL)-2Uѡ[TD|)脝4ڹXm.*D~#!_ jnƮhqI?kwyKwփpϞ\! b{*H}Xm}£ԡH;)?xU, 9P0ȴ>/[E(:5W@ku St^jwtVGtxtCÅX98B(]UnKX?ӧkn{Wb"qԡ\-7Nj_ngVkW(wvخa"5ݗqY6$֫~|k>- Px*5PP) $yyFMFZ'GϤ<1bi{Ozȑ&NL~"'(#CpMYe~4 eU\M@N~wW?H 0yHSYv=%!90˩zEwweݡ^NKonL%&ObYlt?#^Y%*ځ*۟CPoPgE0,8 R',K#Ýk.|i֘\\,ä~4ۀѳNp\iyd,UQlƑ}]M_$ -3%j85,1R>ُɃP[ΔEOqu49ZObTj)7'u\.+>=4ˮO77T`*ak^ D}(я}Do7&(Qf2&)fQ柁U*I"sаaXoG -rCXx T$* -U־Id x -נm~d̘"4eifƺAtHLӈ+L<jtQʘq>m|qU*ȱ_6(445EL:tf:TaP i90S(; -.Ž L]b(Od -.=!0zy}O1̅C-IY աƬWETgPJ4˝XLpIzR^ `J['޾Pk* ͙5ɄU{ -W6_B7.@qIÿ} +Q!djV~8;gt(/ޔ\2P<oǐs=Xo%ĕpeΐ^[uMw^eZww{T_x[luNYUli|龺OkD>>-@8:bNhG.D ϓ}]eg|Z >'fTmStj٬{,dmzō7a3L<ςl * L֖F>r N -T8놻= l ã~fcaK y3CEQCsPċ7&H*bgޓP -}≮"(wnoZ6T8)ٷ1ɝ8W`:;(2Ͱ0umIcN y)/p3R1'6$p Ӱf%gS#)ϣ89 N.q8ć>OTirh7׏ufbAm7)~S|y$;LŠ8ΏB>m$!3,VSTp ;cRm E<(o)ty(4;+ A~~ْ:0Y\Tgs8ΏSU)GqvmCJ8k|*]! byZը&Bۆ suiE=k8@֌Zˢ*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 -870 0 obj << +846 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [257.425 684.808 320.835 695.599] -/A << /S /GoTo /D (subsection.3.2) >> +/Rect [203.16 625.032 213.591 637.092] +/A << /S /GoTo /D (Hfootnote.12) >> >> endobj -876 0 obj << +847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.412 379.012 254.125 387.866] -/A << /S /GoTo /D (subsubsection.3.2.3) >> +/Rect [450.573 266.215 486.08 275.955] +/A << /S /GoTo /D (table.6) >> >> endobj -877 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [163.245 124.58 248.496 136.532] -/A << /S /GoTo /D (subsubsection.3.4.1) >> +851 0 obj << +/D [849 0 R /XYZ 144.724 753.953 null] >> endobj -881 0 obj << -/D [879 0 R /XYZ 144.724 753.953 null] +118 0 obj << +/D [849 0 R /XYZ 144.727 716.092 null] >> endobj -158 0 obj << -/D [879 0 R /XYZ 144.727 716.092 null] +122 0 obj << +/D [849 0 R /XYZ 144.727 216.302 null] >> endobj -878 0 obj << -/Font << /F45 537 0 R /F17 428 0 R /F46 538 0 R /F36 513 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F35 427 0 R >> +852 0 obj << +/D [849 0 R /XYZ 159.966 129.997 null] +>> endobj +848 0 obj << +/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 -886 0 obj << -/Length 2704 +857 0 obj << +/Length 2005 /Filter /FlateDecode >> stream -xZK۸W*P) 7=*=l6ܼ>geԒNJ=4\$$M޼ 3%Vs&LJbI Մqli^mWknE~P8v맷EipESV2jMWZP$KlvH1aˌ0mүL|Ӵu31!T~{C'ǕRiޜB3pa5c*dlf[Vw@C? R!%3m}&(Q#G>!HPW}DeV30O['Id6KzhNWAO]Pa=8qlFKX h LjDu)D8!d#۲i'JJ٨p6Z fDȂESp؂{>k:qh]-9@O!Y?jBg&69x>2kXL߷opx$:4(JbE/u瑈 u<8Q㚏+8?0YN$:!<F-S|·9pQfVStbg& Oq)Q-Kg,ˡr `M| -0LpЊV)z=cC t G!()lk?Ŝ6?:?{|'Qy?K,,ɫMかIU(#dSM`k71&y`2Q(eR+\B>qp1&g&™6vJ.JVJ"؆U&#S?8$.2w^pGɍGN3GX]|ǹ_^aʏ!";e(-OE2l%CZs5EʂσD]>wvuMY_N!qQMEU(I98>l?g'q }i ,y%i֙[>֝d#̀bUPL+y',AI쇼t J:E:9O酳G&T\tcu*D3vUS6wҤK?B{`j*=r,$O̴nrW.8I ιɾKNat7IjA(x0Bt|#0?5&?rDpSQu1(:DvV4PV~ -Cδ]iO֕l%R;eD[ycʏ #x{!=)`dZ/!i)a~;akn$6-6$PzpaPuUAfR|f|>u 1ʸyF֧{a&TvD];6fA۹*;*Eoٌ ɰI gr=>S -w ),7P5+-G|ͣ=f32=blɢW!_^R:9 Cc5:|Y1J7x)a<ѽ(R/"88` pπJD' y2: CV>#|l=P7eT9Ru٨Y24:a;eWsLCn zz=ԅY MQ&Xc<(|4ـ}8d=hc80 -.X1κÓcƫh1KIH&Ā2:ʨ -qO엕? 9 aZe3BO3,{]S#\&ơHew ck\i{ 7oLʂܙWN*'(|&$˳3pP3ƱaH.4 a$S&YK"n%fn +xYK6ϯ-Tj/tNڕrH*r|GTH*v+=h 3s"6F`m$zq:=%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 -882 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.675 399.335 193.125 410.126] -/A << /S /GoTo /D (table.4) >> +/Parent 833 0 R +/Annots [ 854 0 R ] >> endobj -883 0 obj << +854 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.747 351.238 455.178 363.575] -/A << /S /GoTo /D (Hfootnote.10) >> +/Rect [366.823 185.526 399.553 196.317] +/A << /S /GoTo /D (table.7) >> >> endobj -887 0 obj << -/D [885 0 R /XYZ 143.727 753.953 null] +858 0 obj << +/D [856 0 R /XYZ 143.727 753.953 null] >> endobj -888 0 obj << -/D [885 0 R /XYZ 188.956 323.4 null] +853 0 obj << +/D [856 0 R /XYZ 243.833 711.167 null] >> endobj -889 0 obj << -/D [885 0 R /XYZ 159.966 152.867 null] +126 0 obj << +/D [856 0 R /XYZ 144.727 278.08 null] >> endobj -884 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F37 514 0 R /F35 427 0 R /F39 518 0 R /F38 520 0 R /F41 522 0 R /F40 521 0 R >> +855 0 obj << +/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 -893 0 obj << -/Length 2428 +862 0 obj << +/Length 1008 /Filter /FlateDecode >> stream -xڭY[o~_:@ŠWIn=n[Ȓ+ʛpH]l:ɞ-PCrHq.ůw?~"gfqYp3EE]/>-knL–8˧+-c 7?4`/n]B8|9۷]iiulzvvM-$UwX,ךr]Q[qt?J3,Hm֭^nLfLʰPg_i,%sZ$~Lv/ 9#䈛,aF! OdM8K=ưa_zEіk:KeГtzbt2 3=댩$zd & - $OYʳ@r FN &NUa5/"33&r;7ϟE´\:wK=%,SɅ`)T]%1 {xԋ&si(G{SJyi 4p[!7$9;.fnI -5˜b\!.'' ou%u ك>|I@h=<+_/Y7mS'ӚXum)g",&Gϗ- -{s^?8,W2RǫL$'c?<LlWg|QauUlIdZjUگ²/|.q;F̛>'Ru-'{' c4"L+qbFT3=u{\ (#2H!"? KE@BK׽gAh Fp -``9v_80̙C@T:cUvF"#k;mZmߴ}vVvc 9)Ld1mF>]ul ХLZၯ,\hr&H QguR3MND"M^)PJ\8KvAn sʕ#K%:WsD0dEaENfꪹQe_]^H*!TؗEcǢx[}t5a:'BmS7k6 0z{|DÐpMEi;zIRò|$|t1p"5Ea8e,cuFTWAf lXQD.<Vx-sg0jJsA(>!Yl:tU{hDa۸^WL5i\es!r!ROCIĵ;xƧaJYWy -G*gc:A5@ QoAq7ķ}鸴vh'|huRyNKT_g:jA'>䞍>wM=`5ٝgfrD\ɐ flFXh&Q5 "z.]d7-ݘxRZc0@(ϿY:ssVXZμaWաm |FpvIEMakIYfQ7k;Ld1 -K>2 -n,o9brl(UͺZA@3Ůx8ԕEPC#EҧE&h+!Dr1dL+v Kԉjn94T%qY{ rqPؔqƞq)AvvqL24uhp r4 -[]ciXk+O{BmT -WA6$[p}9&"BII$y#4yGb3Jd2?1]Y!,LfG.JZϩe ? IG0 ?G _v~u7 :pU1/0W'uUИCXn]QQ N⣿Qݍ=j҈䌣߈fp=9ޝ>!NȜpO\Izr5la|~.1J5}|Ҝ"Y:#`Օg?!P"*+ij¯M9T|W.6)h?׷i.U0Ö=n aJW?o=^8.I-tHra@4ZB~O(ciz L>|cw -{4ò#]gp%'"|o=ISlscOk u:5k?@38jJb +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 oF8W$T endstream endobj -892 0 obj << +861 0 obj << /Type /Page -/Contents 893 0 R -/Resources 891 0 R +/Contents 862 0 R +/Resources 860 0 R /MediaBox [0 0 595.276 841.89] -/Parent 857 0 R -/Annots [ 890 0 R ] +/Parent 833 0 R >> endobj -890 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [398.845 469.517 483.955 481.47] -/A << /S /GoTo /D (subsubsection.3.4.1) >> +863 0 obj << +/D [861 0 R /XYZ 144.724 753.953 null] >> endobj -894 0 obj << -/D [892 0 R /XYZ 144.724 753.953 null] +859 0 obj << +/D [861 0 R /XYZ 185.866 572.658 null] >> endobj -891 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F14 536 0 R /F43 516 0 R /F46 538 0 R /F42 515 0 R /F35 427 0 R /F44 517 0 R >> +860 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F35 399 0 R /F15 864 0 R >> /ProcSet [ /PDF /Text ] >> endobj -897 0 obj << -/Length 2257 +868 0 obj << +/Length 3062 /Filter /FlateDecode >> stream -xYKo_! RE4g8hH]"7 ڢl"RpDJ-7@ -tcϼΜwq! }/Nf\؅N(wŏٱ+cL\jL9<ũA[)6%}p)+DPKxlqU°; oO+3\xӲb,U,6L轴ŸN>ݽ궙9zˇ.y_^ר r۷LWQ&DrW0:\T/|鲾:W< %)ȰX)Vih >kaO\Y_8HPax&kev钖 .<]C֘X6xR ۔҅!cĥU̥K @`.@B%2)+\CÓ˕&iCWiI*p  Eng7Fؐ 9U2rNe'Rށ+djt$-! 3GUv07W! nIc laȅvh`Fh`F"IUO;a[qw{a ?-m U,Q m^ 22"hKPxtd>2Ȧ{SCJ22"~y-@kVkP?Eu\(opB3y]/a;w.픥h!{Uу2QV"P-uCr)?!ڲz蜯BŰv0eöM " -G!(l!j<'@m8&'G#lu Ǯ몙edzr3R"cSSPX}d2dX喿R ࡌ="QT ^d(A78]O.@6J"X[(>z.$~0J4x>:  ! -H{r"e3M BiçxN}S} Ys*) -a@8lTo=+4:8{e%ᬲ@!^o72_7Uj1Rꍉ0_"8oMdE(0@QHLBR0$J^Kw3I M(vl}4#\Et^ ):gҷ`O:@M8"{t?8orQlCO'X~5RJKSB$-&-v>ʏwƇZ|nhv`y]apn8}ú1)cډN֡$P B4VBCI8gPKI ->Y{b/334{CfR1|@#)߇RIeb3CdXt9s eG#TU{<[h6-Cpj5!U -Ic9 சBXrsu vh6[m㛆Wy4#3`ZV)Ћ, -j95|Sm|5wd9V6=݆n_WAf6qKQUnGOW4:sl bDzu͹TCI0-Oju+ [MXӨWZ,`nF،A܌pg&k-mnY@{)eCUYֆR(]W5pCxPlL#DC8kl -rJg/ peO k>L=I3t -4$RK' -@۞Zu3ٗ]9Ou kTsl5G{.V=GO,o<#Q+\{@SŇO_XV9މ I)U,C+ yq9WΫ aH&K$piD&+fzWz,A\6hcD}u/PB&5l:QJCIakZj}!wBJV)-ousрy7+~jZ ɩe<'@@P75( pCx]/Ѯo׼]WA`ΘQ9tQxXGh5и׻q@AĆn)eWy>Y݇E= +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 \^;J endstream endobj -896 0 obj << +867 0 obj << /Type /Page -/Contents 897 0 R -/Resources 895 0 R +/Contents 868 0 R +/Resources 866 0 R /MediaBox [0 0 595.276 841.89] -/Parent 899 0 R +/Parent 871 0 R +/Annots [ 865 0 R ] >> endobj -898 0 obj << -/D [896 0 R /XYZ 143.727 753.953 null] +865 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [440.447 643.143 450.878 655.48] +/A << /S /GoTo /D (Hfootnote.13) >> >> endobj -895 0 obj << -/Font << /F17 428 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R /F43 516 0 R /F42 515 0 R /F46 538 0 R >> +869 0 obj << +/D [867 0 R /XYZ 143.727 753.953 null] +>> endobj +130 0 obj << +/D [867 0 R /XYZ 144.727 256.816 null] +>> endobj +870 0 obj << +/D [867 0 R /XYZ 159.966 139.255 null] +>> endobj +866 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 -904 0 obj << -/Length 2326 +876 0 obj << +/Length 3038 /Filter /FlateDecode >> stream -x]oܸݿb diCt@^pW@~˃VzkPKSD3Ù|n>\O\r"]nWjd諵HZְS$X4#TTٛZȖU7"96\jQ,b-lokel׈vͣirp2'APGJG{ܷ<ڣt+LISgT=d9A_Ս|e~jVaǽenvKNE#$[? eyTvABӹma=jOkڢIZsعj7SF-woٙ,Z M?'@IbTohurwFb0miLxDWpp&Ǎ5&Q~:z@!GkCM~G`/sd2,s&#\gY{:kMc;-zLnw_#̴(&`™T&?\|IN]ېȹsQ!{y9ntg@k'{yV`G4w)g#;j)ÁG?8\yؚq9 ~..=+Z4Ft@,<$ cwɡ׼LgzYL~etT4 -DT_ )*O7#th@@!B<%r jF:c Jۮi:Tԃ2H9rA·"O2w.Uewj{hm[7\q >ǃObP̗CL~ar8=z>(=ojD~ؘM"Ckoti"yOD Jd@$<ɴ> M'>Xy$p5D!8wZ0(Ahf5,\PqB6>?-A$$k[.@fH󩙭Cd4jh!&Nd`IȲ\FJ:IW5Ql6@&$n #'L|!"SrNNa\z+tm "эgi hQ*yjUznNd8Ez!=:{MRf9l%S]V^Wz<1-j 8=#%n In<3+Ȑ!j9bH,뇫^}|e$OV -$S ͳd՛,rzDrE>a.hhR(h#P_5P;C tN݄E/)kji]T,#&tB5t#z0^; 5uDvVw)K2xwHTxe4޸1RmxSea=В~5e/m0UIMwLBEmsUvz;@8Tsϕxvj`/?陸1& ~7yY6.bP?ǀ@܀@!䉏+*khq0e#K<>:%DN?c Wgw:)|K0!b_~5e^XEtU=_n|β /d}Q@= -Goo }o7CfHɗsf,v'0rƽ +xڕZKQx7; k8p$;k8#Ę"e8OUW5_4k`j_UOoRû[i7a}b޸&Bnex'ݽvW<)5"w>8=/:jpKh Z~w]swʼ/x^G1 - Tewǽ7h}n=]HБh^'7-;,ulx;]8|O}(8 / b ;>c؅U6@`4"J=op#X; E&apNN` +߷([M0bDRG܆~'膼Y<%@=*ka#0m x_q.5t)8Bv%+x?Ǐ,Bw* 6*@2n#dDӇDe?z1 UBk8ͤ?LNCEݝ t6T:I3Y-tJQ:5awށOnZ?TM^0\AHʉq>{z\ЮuHq'WMԑ̴h+Dg3}9. +A*HI_7j۾|BǼ!V87R( c!BWs %&4y!7iA+w('Z@`oT<-kAoWB5$]1ҮG'욿μg)KH{E]<5# /pjƌ?Bw6=HNo CPkAg5ƹQVH[7Ȥ@sŊ.b+npW0!e[Sx.nSB,WBfs|ǵ(&N0! |s04 Ι;*tnܑ :K0ziĠyHىS^0S M=y.Q**]AY=7? +#Je VD5!aIE9\?vM`~eIB$UJg18S3p3 C ¿zZ^A^dJWo_g뎛./lC\Vۛ DA:u#@&A^+)Af7-ήð+As+BYJHDC8BňduDJKtfPpIo.8^މ F-?$7`|iwWKY(L9BBD@H#D@ Ly>] d>yʘ=/jsZPJ迳ylIM4pH5$QnF̜,|3qR/ZO:fYӌIS3tt7"_Ҝ`ctsUl(QE]lae`۹IKFxv5ȲlQJ1 B +ٜrjP%b>lr_|Facjƃ` +9YsOXdT[?# bl9~m)÷53See]Dc1Dy/iiIW'K`+~-ۦ>rـ&ݴ 5.>MۍM 䓂 Bjd$fڏ1 /Xup(bP"*0iXc}]X7km4sb8M%LD"DИ-f?f?wIC_HGԷmhQ-|\կW0#6+}XWE_bRE rߌ;:P|<758s[Fx7HN\ +ZCd:]P䵃 +Z𨚺9w쩱=g {tWq'8cFً˟VE^nY27Pz:epdW:V|J~슧؛WU$qwR `U(]GDk9Q7MlГ S 'H> endobj -900 0 obj << +872 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [471.259 477.158 499.397 489.111] -/Subtype/Link/A<> +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [386.207 340.977 396.638 353.037] +/A << /S /GoTo /D (Hfootnote.14) >> >> endobj -906 0 obj << +873 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [168.638 465.479 427.355 476.602] -/Subtype/Link/A<> +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [306.995 134.271 397.689 145.062] +/A << /S /GoTo /D (subsubsection.2.12.3) >> >> endobj -905 0 obj << -/D [903 0 R /XYZ 144.724 753.953 null] +877 0 obj << +/D [875 0 R /XYZ 144.724 753.953 null] >> endobj -902 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F35 427 0 R /F42 515 0 R /F14 536 0 R /F44 517 0 R /F48 907 0 R >> +134 0 obj << +/D [875 0 R /XYZ 144.727 225.386 null] +>> endobj +878 0 obj << +/D [875 0 R /XYZ 159.966 129.79 null] +>> endobj +874 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 -911 0 obj << -/Length 2554 +881 0 obj << +/Length 2112 /Filter /FlateDecode >> stream -xZ͏ۺ_!")J!-KCї-Ɂkk5nZ EQXI ir?xsӯR$%+,Onv K 4g<+mv i6ms|:ci?\R@}r:CB0޶2dn>xC8e9\a -PIkoxR _٢dY9|\(,e/IcDHrRp{Ԃx R$Ϻ1[j|{Ygza򕹳~wGs gW/h +`Rv ,UD>bqq qNGV@:\= _aȄi#=:/jS:kxhD#d%l&7"Lc̵`8nI]s.Ԁ3 &Vp0-Ѽz,%fpRQSωОgKu1]S?#|)N- '3C &75mLT`dcrnVXXW giZ;X  f'cy>La&`'QyV}bK*?Dpn:_u ./spY3^i"PlQeVDM|KQ,~eW\O(؏}|rv'IjOR|!bJ6| `e*= XhЂ`L C `i HɖP"=$n# ~6䭛-xL2/?ۮ66\OYCsا!Y:uΦMGU]}X-T21:DwuR BI%& t?DC!XcoCs8󾭆yz}`_ x إhihb*CšǪ7'?/S2ww倍ʗ39Y& {o.{+ F?7(#Wهu(4I.Rg2 -im]?H 4m-)IDG#ÇI,P b, |YX0e x+]uc'8,p9BEP;CQu:t5"a Ӆ2cH37_[_;mwCܟcHYc!˿4V\ jzd:Fd~9;~;;_ΈO0*(3Hc0UkL,Kr՟^]h K-5%Lk `yK䈓!YG :7GXwSuGOUk%J4iﲿ -m]?0UDTQ5JBx5 d bt^yVq0kp#A,/m!%2"V9Ca#X/8M`OǗ긘hڻavHMS;lZIXQDq BؘB50u$]Š|a/.p1T;;x~Xnv0 SDC?뀖?7PFet6B]@1BA(Ӧ>ZǯЙN8 ,f4 !&M=TdNq]P2hM".s j+D࿮RNExY3f׊"uؽ9qw40ɢ\"}ߌCh@$3z*?I-m6nn ɴCh< -WƷu" ~'B|& ]gtd0L)(J/?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 -910 0 obj << +880 0 obj << /Type /Page -/Contents 911 0 R -/Resources 909 0 R +/Contents 881 0 R +/Resources 879 0 R /MediaBox [0 0 595.276 841.89] -/Parent 899 0 R -/Annots [ 901 0 R 908 0 R ] ->> endobj -901 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [394.695 681.001 405.126 693.338] -/A << /S /GoTo /D (Hfootnote.11) >> +/Parent 871 0 R >> endobj -908 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.783 377.81 277.527 388.6] -/A << /S /GoTo /D (subsection.3.4) >> ->> endobj -912 0 obj << -/D [910 0 R /XYZ 143.727 753.953 null] ->> endobj -913 0 obj << -/D [910 0 R /XYZ 159.966 152.925 null] +882 0 obj << +/D [880 0 R /XYZ 143.727 753.953 null] >> endobj -909 0 obj << -/Font << /F43 516 0 R /F14 536 0 R /F44 517 0 R /F17 428 0 R /F37 514 0 R /F36 513 0 R /F35 427 0 R /F46 538 0 R /F39 518 0 R /F38 520 0 R /F40 521 0 R >> +879 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -917 0 obj << -/Length 1825 +885 0 obj << +/Length 2411 /Filter /FlateDecode >> stream -xXM8ϯම*& l*=l&M ٦n=V.6z/nB( Lxq,P˼En[g2<_lv6%?wjƤr6t(>ϒWP=,|cR)o6튄'(q˾p@ =uKDʬz Ev.0b y 2oEA$$muрa?dfZ4b}0US(` x ϵڐx]ѻZGczu 9"yBjև_OP ZDt3` W8=|s`Da2(r9KTquwuMaI9]+ < 4 O^uqPNɉ+n_Ƀn'N^uY˃q])J3]P֦KD0˲5s]ME-\nX\fXR(iӵ$Xt[zB[֣9KSz)-/eQ}: -=!ѥf+\ 4G_8m@ fû7Ov:Z$ge[nEāAM?U L svQwDiĞp^/7I#/irF>BzVudiPdQ|K]!7a~Uv[ڈ凕}UgnmQÄ::m[ Cp4hԜI`7B_6m׀av͔%@RTˀ>F= ulo!H 8>w+ЃV;aFQ}_{,0Oe@_lHC#f?>@!/4`1CA; rCZFn;:@oFi3 4F Ju@\7jS fsàf5XWa{J@ڵKoǐf 砕N|5<?\IQ]ME?qPAbY"៝<\UC@6XV aqrSp>y~4f?\7Ⱥt`1Ut%TTY>͈K?,3F _5č!Mtfjhv0nYNt f̜]$.}ìqk8l\to`'04M͂XQ/3X }T`A ;kziega0I6R6`ɠW5lաkWVuKo8QLYT@.޽Բ'al0O@5*څ qYPxbk,ȭOeJ7YxlآOuI-nZI7 D6א7C3L|nu^/Ou̴Y_ؘsp^XPgAIb(=f,Y+H~V/6-m>t7WncL^rߓo8Aq2™3S6 HMF0ߘ S4fta)1]6YEu+2`,}4`% ?^p^ ;S"z9U0 T/T.V jDxb(}M!8Y^2HZGTȚvX+^jϓ_RAR +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["sg4oA& endstream endobj -916 0 obj << +884 0 obj << /Type /Page -/Contents 917 0 R -/Resources 915 0 R +/Contents 885 0 R +/Resources 883 0 R /MediaBox [0 0 595.276 841.89] -/Parent 899 0 R -/Annots [ 914 0 R ] +/Parent 871 0 R >> endobj -914 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.673 447.437 464.987 458.56] -/A << /S /GoTo /D (table.5) >> ->> endobj -918 0 obj << -/D [916 0 R /XYZ 144.724 753.953 null] +886 0 obj << +/D [884 0 R /XYZ 144.724 753.953 null] >> endobj -919 0 obj << -/D [916 0 R /XYZ 228.824 395.412 null] +138 0 obj << +/D [884 0 R /XYZ 144.727 647.607 null] >> endobj -915 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F36 513 0 R /F35 427 0 R >> +883 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 -924 0 obj << -/Length 3263 +891 0 obj << +/Length 2615 /Filter /FlateDecode >> stream -xZݏ6_ʇ%ER$;4AõHPHr6 pл6MbKp8+z_=+\fPԬ ϘHjzH&8'?|W덴2yvYGu -nۼǚJiou|_/WaV-w*oۺ*0&8 \OBtS-/)3U?(%{Z)yUT'hȹ-vaHM-5LVwVφݩx>zIڒ OA-K5F, PٯK4f1gHfIE/{ۿXh3>ඩqݷ@#{K'e2Dtfc`7)VQu^"ҒlbWk 6`3~y@R__7o#Ӥp>I2췪A#pRkqy6ʶlA7ZgI^נuLz0Mɟ,@3('h=C=[YlRgڱIA?xνb4SkŸO@jkZ"(@!86a> zdٻXPR4A{*&# yU6H HdWmLRԗtJLO -,j4@@>oOUJQgA7es} '|[@4ڈG(vcAHdL|M6n:  SMAT { ,~v8ߵ9U$zs`"cصY;E{ -yaU1V7"r}>C#dhZХ7mEṇ66/YxXDnRP6KS YiϩsʟT흖HH|Vu% SɦX+P)8 --m+a(+vd^![\P& -;ׅ?8a*ڰިP4$#2{Rª{ks?W7`Fr,L sbAWNI˞50 pX 6e>UDj@3X/_HJpJX||Vc\#Xi]hK/%Br0x -:ٕ1ޏdU>q1NFNwف%%_Hg`/dÚV L-h5҂-XSz[6|틗:;=\ ku0YDgsb,bm)z6?QatsoBp5 ջ]GDمlnzq޷V9;ry:h.yJ[0.{)JxV9&z̉ &еXa:6`k\,X=&^!vULBvߒ1 k/ߞ-կe* _v -Lb.3\ij/OmtahE9w n/4Iұ># Ě&$\|jme!o-6B}N[: _^;}"u evfkuZ?K׿gwg*QNB.ZqJY:Q_T=rCS@V_H904e(hi4Aǜ1[L|X.v ^mu$/uxN xM3 -37yWB!$Yl;j9ajn/pܐ9DӶxs@ۼTm݄weH]MwaSݍ{Biӧ"n2uՕ!iQ]!^.v|ƐMN-}dG)@S|kܼi -AO=w~_hE hNr2dbhhp‹ٳ2ՑޟIW2>R2k2ѿK)y_:(Xڿ;+οL*߷Ek"~ -'%lsQbrfB8 Q4Q(Ԕp~Zv?{Ӗмy48]$ 8_;BޅѐzfuvT -s^|?Ⱥ6eF$$8hf:C}< tx] _w 0iy>y2 4ͽ7.:y@qHU,x?y$>;3;^OfN_Z*6‚\NX͙&6}WPa.ւjn$Y =-uBvPw3/4=Lw6Rr_-0Y4Q-Rӫ_j@ ]G -3CR~zCx8cʤLdRAi!sDq Y!Aa7Yv(W -i?4 r X&wl܅vK&;݅i +xڽZK-n o*,v!@2}كVRGbzYADɪJlddOJIYj@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!I\0* endstream endobj -923 0 obj << +890 0 obj << /Type /Page -/Contents 924 0 R -/Resources 922 0 R +/Contents 891 0 R +/Resources 889 0 R /MediaBox [0 0 595.276 841.89] -/Parent 899 0 R -/Annots [ 920 0 R 921 0 R ] +/Parent 871 0 R +/Annots [ 887 0 R 888 0 R ] >> endobj -920 0 obj << +887 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) >> +/Rect [255.174 443.723 265.605 455.782] +/A << /S /GoTo /D (Hfootnote.15) >> >> endobj -921 0 obj << +888 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.573 266.215 486.08 275.955] -/A << /S /GoTo /D (table.6) >> +/Rect [199.425 421.749 290.119 430.603] +/A << /S /GoTo /D (subsubsection.2.12.5) >> >> endobj -925 0 obj << -/D [923 0 R /XYZ 143.727 753.953 null] ->> endobj -162 0 obj << -/D [923 0 R /XYZ 144.727 716.092 null] +892 0 obj << +/D [890 0 R /XYZ 143.727 753.953 null] >> endobj -166 0 obj << -/D [923 0 R /XYZ 144.727 216.302 null] +142 0 obj << +/D [890 0 R /XYZ 144.727 534.838 null] >> endobj -926 0 obj << -/D [923 0 R /XYZ 159.966 129.997 null] +893 0 obj << +/D [890 0 R /XYZ 159.966 133.436 null] >> endobj -922 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F37 514 0 R /F46 538 0 R /F45 537 0 R /F39 518 0 R /F38 520 0 R >> +889 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 -932 0 obj << -/Length 2031 +896 0 obj << +/Length 2043 /Filter /FlateDecode >> stream -xYK6-rfė(hC@Q$9(k-D6]INP/qE$p*Q=J~s)7QT]$DGi3Et^7L\,qdTJ7GPq2赽롭vū?Dei -8}q[0 6Ĥ^l`zɥmEU0BO-IXh h)iL -RYƿU [杸lʀ0II4>s$zfUŒ9vG %^\^h?0F%Pg'uTeƵ$fMZ1סsyx\2.eʄ< 2.҇c}\}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 -928 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.823 185.526 399.553 196.317] -/A << /S /GoTo /D (table.7) >> ->> endobj -933 0 obj << -/D [931 0 R /XYZ 144.724 753.953 null] +/Parent 871 0 R >> endobj -927 0 obj << -/D [931 0 R /XYZ 243.833 711.167 null] +897 0 obj << +/D [895 0 R /XYZ 144.724 753.953 null] >> endobj -170 0 obj << -/D [931 0 R /XYZ 144.727 278.08 null] +146 0 obj << +/D [895 0 R /XYZ 144.727 287.764 null] >> endobj -930 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F43 516 0 R /F35 427 0 R /F42 515 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F45 537 0 R >> +894 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 -937 0 obj << -/Length 1005 +900 0 obj << +/Length 2323 /Filter /FlateDecode >> stream -xWKs6WV0"x-ivS4CmB!$]`AIb,' d;[_^yR W"Oa4g2Y{J I֦, M3J&8i%W ^Ac*rrZG0A^vhY]Omv`Wx;vNus[E.ۦL՘~X QeR|WsAb XOʸ,c\m()\^3,PϋJβ+LNegzRh'yAUj&yAUc|[**/@T}V 1ߌw -/k*d1U]-岫NP@pTC:6͔4vOQmTۏ^Ƕ!گ0Λ~fRVMۻ8=fpР&`Qnܾ¬z" }zp'㢧>Jf#9?f(;ZW d^*LY 5M"Y0GT$(6]a]3>9a\ -G,*I Q>Lם"cԤQ.+\O(*p<]tsP>:,TV̚4x'>N\xdooT!ަ ~D᤟r'8^ -S7Ɔ(19S1$^S(ya~j(M݄}4*Y#VMmN&œ6z~Ju4Oh ;L"A3\0F~ G -.=ˠ~<%䱇\6tT[='y EʲlRvV8L ]>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 -938 0 obj << -/D [936 0 R /XYZ 143.727 753.953 null] +901 0 obj << +/D [899 0 R /XYZ 143.727 753.953 null] >> endobj -934 0 obj << -/D [936 0 R /XYZ 185.866 572.658 null] +150 0 obj << +/D [899 0 R /XYZ 144.727 172.642 null] >> endobj -935 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F36 513 0 R /F35 427 0 R /F15 939 0 R >> +898 0 obj << +/Font << /F35 399 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -943 0 obj << -/Length 3084 +905 0 obj << +/Length 2679 /Filter /FlateDecode >> stream -xڭZIW6am,2@ 1&H7VH Pmzxsě7b_a,1qSMMoEO$s۪xgHF΄Rz{nUg}6=~][esdaUv̞ ?.[U=[™_svv;+'(=;V6 nk]E$8JPy\kpI5X*/-lR )qHVb}ŵQfKg_-dZ%9`B:=6\#4^D j'pLin ('p?QY))'dƪD5Of6˝P\V m(fW,.bh:a{Ÿ>1d8g 9q@BpܕaM@VPa\Y$x0|Yɒ8:TM텇ˎGYQ=]M_ ;{ѹ63>u{7\5W(Z)gR;^j4lol ,NGn:>&ܢlTBڣXpYv\΃j˜|ly|Կ$g%gt쮶W: kN =p:_"#m 0P`iR*jtߖE2 F]7 6g9W2 XyW͡9w+Rr`(!});9Rg>==})w rWՅ9SXд5<_$bŧ-b[=8ZCɛn: 7: *^QQ"O`qT9Mm P]s<ms>u/_Ӂ>!w]/> w~`$Rxd_J6}Z'rI"#ktpp`|S>OBA$b(uಏ 690nac!H) q|٤@ˠpv%-r":J+8vyW w yxņ_Oœ,fѱ!//7&d!r "k\G*0|Ϥ :u c%I KT=:p @e|@cؓ/(].\?pӕ r? -uP)5'@NlvESY*<<(]qyljjbm.вs//\&j0M֩$N:w1PYso-Lju:aL(m]C`upy,@s>'?pe>c}$&Manw;UH.҃'9qK;͋S"Uy,kNۂvkK U|[); a4b&NX`weBH0I= v :ŕ)lQ> -o00Ys!ZZť7eBǓ4=(*$={K!JF)Ր {w!ĝ uϿ\x 5 @F\oT؀ zf -HNϣ'n僁_j,}KA[L=CT*@c@S8G]mg u`*:q~qqqN PM -hz/9a[CQ9+~^T:^H@ ;edSu+k%A.wmK@GbTMM@x;R^&a兓/pC6XX7@DHDĢv,޺b7C-#_Oy+|Aa{+IcXQv#QvV'sB@Kb2YlLuHVVVC%TGj F"04 ?N!`Tjڵ -6fv×YɒXAzZ@Ue_T-S=D3T%cJ9V Ijy+K - F%^C5f^&45hc3< c眖^K}^5wgR2 YK=S ]̾AF!o|+j3V]f7e&'Ώ DzS08A4ě=L䁛gZzZ?Pl҃OH[ptWjXnĚpJc^Xڎb={ {a6PY$;KOp^pu,o")hg8> =Ğ^ܧX7w1էw)q?n/:bC3`a8$ر2S: ƐKЂ/{i&_F`{I/L,꤀3Jk /N +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 -929 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [406.678 679.009 417.109 691.345] -/A << /S /GoTo /D (Hfootnote.13) >> ->> endobj -944 0 obj << -/D [942 0 R /XYZ 144.724 753.953 null] +/Parent 902 0 R >> endobj -174 0 obj << -/D [942 0 R /XYZ 144.727 292.465 null] ->> endobj -945 0 obj << -/D [942 0 R /XYZ 159.966 139.255 null] +906 0 obj << +/D [904 0 R /XYZ 144.724 753.953 null] >> endobj -941 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F37 514 0 R /F36 513 0 R /F35 427 0 R /F39 518 0 R /F38 520 0 R /F41 522 0 R >> +903 0 obj << +/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 -949 0 obj << -/Length 3009 +910 0 obj << +/Length 2576 /Filter /FlateDecode >> stream -xڕZKWM_lro 6H<#1H-)yvO4[ͮz~UTگ_ų_q,Wkq)wOǟiHVCdGǑ6;;dYٝt~1v]v4pW_TSZ \d36=\| tUuyĪP>H۝Bf|W.h"ݍ.b npgguѾ*l̹i"8 X{M M b^yC`޼MiL2=}ȅHs;.6jA~.:pR:*L§4 39Rng[F:_O%h6mY[lar)ڢ+jJXxX8H:X0?-_M~Oіt׼5JW^ɫY8*$ʼIU(ȯt;h#:랮@!~ޮFv~uwi zb*Ǧ=Yؘ>Q6vt:8E\74< j=:&ZS%#+Ny vK} biZ3X%q՟-:KnNP&zW<6b6[x|=[4\x[^{uwʷDp=E+HV)pXq:2]Pn,DN]CuYk?#4-xPZ0ە0|-6CBME_Zd1KW%F TShT(ηᚎµ: c9OC$ ҾJ*裯Q 8~J鵪xbx7TzR`K*WЈ1@R؈8JQvdwֵ@ Dp3^z~ aԨW -6ni *!hT r2NIb8c*RyZ+H%@> z_XR=g#Ҁt889#g2m cx.g^kAPhR0rl9k5\mn֋vˮ9Kqv!m{6tFƓ/] H@R;nE3ᤑ,GoeGu1īv%'zRɭu[^!Eu4E+%˙)*ŕ\bS"}5 ,6KjCt~m8U9 Ϗ ~Vᨶøh I<-տ#2\ hO@Mb'd~wyx[qEX,~Zn=90Ā)~^J{3p# I~=R hʢ[Qv8oqc%)nlPǜLNB>B0ʯ]ٝE8"r -UڂAa束(h}c^ׅZ{&=䴩AU[JK;M RZg XjτL[42zJFy3@ 0W֡-0o+ I8WU89MYpO2ED i7UDSxcqКġGV񱬷RKR"8ӯ-pK{<&b{jTyh8_!\6SedIR)`P YO}.%W\kxm"HΟNHx0J9$+u#o ]4$ϗv_ʊJ#?|sYszK#oI൉z\&îŪ=3A#OZ8:un$*IiJ# dzӪ[R)aKjdѲ,yumLBQA^UFИ]]$sl-*eaߋE]9kCU\w`/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 -946 0 obj << +907 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] -/A << /S /GoTo /D (Hfootnote.14) >> ->> endobj -950 0 obj << -/D [948 0 R /XYZ 143.727 753.953 null] +/Rect [396.45 136.597 459.421 147.719] +/A << /S /GoTo /D (subsection.6.1) >> >> endobj -178 0 obj << -/D [948 0 R /XYZ 144.727 272.82 null] +911 0 obj << +/D [909 0 R /XYZ 143.727 753.953 null] >> endobj -951 0 obj << -/D [948 0 R /XYZ 159.966 130.724 null] +154 0 obj << +/D [909 0 R /XYZ 144.727 634.464 null] >> endobj -947 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R /F43 516 0 R /F46 538 0 R /F44 517 0 R /F39 518 0 R /F38 520 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -955 0 obj << -/Length 1947 +914 0 obj << +/Length 2838 /Filter /FlateDecode >> stream -xY˒WxwUMnʤ*.4m[ԙL>AՒt8 pH.}.o߽3oq㙑jgsøKա;'*empTp9??$W-/we M]#~ٹ0xAv,xne@3 =&1yR-v{ u{Ιךʿ=Ug7YY㌺*[*88_>mX|4EGrwT: gM2dCzj1NF[}~zjʶ-a=?H=2^(s <ޒ>~5"4W{do\4crƭOmrXn4Lk]31WF cc. 3Ԟ_fKSv8SYZ;4]@U8 ŭd"SL`^Vq*re:912gڊm RS @-?M2MVsfX3>`xݠ_vtXb_噴6(-Mʃ@'@k0m| 3eW{Lr ͷ"gر֙2k6 h(MUaGCؒ[.SP}ԔqȔEyֲ1\v6i`v :1.Fn$d\J?҆_OlI՘i -'BjbY?R'#{40\`Źj֋hA(KI QOt"ܺ7:*8#Ku`_:_#,Mh )~E -lő՜Gցh4zZrOAP@렴uaҺٴ_M`=Z!a$t탋ÿI}1P+ֆimMkǩNd\Sq,7VsCA9b9ޘgܨMGTgn)Jə(Յnq6ruS8iy6"  `L3BuIP mS?o8]a~rnU`4˕yKԨ2@ {kqgp.fӼZ1KTG*kgnV1t0 "# 'a@-SWљTNԊG211= bn'EZ-G^DP![B!]S:E2 \WHƐ'G(y4{.q(еxz"zU4HLDbZE5z}nI%Ǜ>6U)vcnDf"D#ȼDfZ&6L.q"]A bWԟ -zh0cEH=.@(=h+%qV+ r)KTM8Um{,՟M M Կ@BD _K ?@@@0t1&01P[[DD٫4cm|zJ#`|&7C3gHhrvJdxhEk@ %T.q[ŋ FCQ(1S5A r=2D -7C%4I!t8q=freVv$ڛNI7P(TG&hB`:Yt%Be$^- L/'iX8"i!ԓrJ҄P@w5{ )a µ1cRIX1H7C3ćr(OۍC?mR*6%W5LMgkZThv3vAG#gPm)fI<^ ]1߭Jh`j|3uKcWvs8;,1Z!br# -)Lt43a\b ð WES4 &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ِ_` endstream endobj -954 0 obj << +913 0 obj << /Type /Page -/Contents 955 0 R -/Resources 953 0 R +/Contents 914 0 R +/Resources 912 0 R /MediaBox [0 0 595.276 841.89] -/Parent 940 0 R +/Parent 902 0 R >> endobj -956 0 obj << -/D [954 0 R /XYZ 144.724 753.953 null] +915 0 obj << +/D [913 0 R /XYZ 144.724 753.953 null] >> endobj -953 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F35 427 0 R /F36 513 0 R >> +912 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 >> /ProcSet [ /PDF /Text ] >> endobj -959 0 obj << -/Length 2399 +919 0 obj << +/Length 2222 /Filter /FlateDecode >> stream -xZM-237c$hwsʛ+Kdw!)Y)ۛAsҘ"gr,) oJ_*L':S2Ԧ{X\1xGVkͩX@ 'KgSU7aE K4/ -Wl;NnM6>B(AqN¢nnW%Onژ!<՘e v ;hVXYQ.ڼ 0(Кhw'gk]֜Jb$fUpy uGtrS'}A]sCݜ)d :-= jF;dBFIC > i8?aN$MbcqG`ۻ!c=c)RDo'<z^yHlmztߗigE!# ~@3 {;@ =5J;փ@:yD/=T++>Z3u`\Kg V RA&:0:`1-ᴉ9cJ)'&cKރ@H](5hy}1f1Bƈϡں_ {*ω4bAH`%MuWa yDG~T 3,VùWHvYJBG&K% -A[}c$3rM~ʃD} Oo~BYE!MU3xކ/)@MKk#ax_[c DŽdfTakyYvHX>$ȷACN}ճx_[p/JK_  px2X:?}h4؆ gD/Y4*C 7Pz_hW;OA] lp2 P#$@]$L]x{4 ]Otd'΀?u/Cxn@KAVٝ0su*jC)$ѱ)k.HF gC2??+|_DjlO?%[x Y@5ɛz)J>=#y&Zf -UBTQn`r0$3l0#`d' Hq4Zas8IpM^\dCId4'a V?B=) +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 -952 0 obj << +916 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.682 625.032 208.113 637.092] -/A << /S /GoTo /D (Hfootnote.15) >> ->> endobj -960 0 obj << -/D [958 0 R /XYZ 143.727 753.953 null] +/Rect [346.702 585.637 414.653 596.427] +/A << /S /GoTo /D (subsection.4.15) >> >> endobj -182 0 obj << -/D [958 0 R /XYZ 144.727 716.092 null] +920 0 obj << +/D [918 0 R /XYZ 143.727 753.953 null] >> endobj -961 0 obj << -/D [958 0 R /XYZ 159.966 145.602 null] +158 0 obj << +/D [918 0 R /XYZ 144.727 572.696 null] >> endobj -957 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R /F43 516 0 R /F39 518 0 R /F38 520 0 R /F41 522 0 R >> +917 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 -964 0 obj << -/Length 2573 +924 0 obj << +/Length 2332 /Filter /FlateDecode >> stream -xZKoϯmi`~^ƷLEKТARq~}͗IɃ zuWJw]Sv)IcW~S'wݿr*)[ԧ8ݿ1'D2+0C_ߟJ\ %y\C; >>_W_Z!+-L6px"nw{eH3K)rk˶A~^Be3yCá-?H0: -]A*f!uN(XD+OkBg`ZεLZ}6ɩi4gܺ/j,n|ʶT].jK\X?`KQs]3}R@1nIl,6#WϖY&{Ѯ^Ѯ$Z9q.C]f5uFdX0hځfC.OSyV33O?!|0IfHuyngȫ@ZFUN߈Hp!^V>b; -0{c-N8h Vҟ`` 22rM#o& kxLD*9K4IQܑ"MJ_E AJOqˠB̋HDZ@wKڲԂ&N>u+""ZѦ\؈Jx=Ն0Cª|d(E聮"/FFz)qwpq5LٚX7]W%=` b7IomN䌂:Y;U}@iSUEKܟ4V -p8uׄ9V/w.]b䴆;z7Wɡ967#="bТ -mI&o<0n"|7\i&] k7V7E0Saą=fl\  sqs ~GABx:a򁁰[J\]^ H`a ]uǶxɗԦ!\*yK} l(߭=@\±(hC1 `ʄjW9I~ L0&7iP~?,XP>'69Ɗ'0sP,k>rT;aaxR.iƁ4Pj]4(Uˡ -%*Tqs}hc@QG{Ўv#C+ŅMlpgu%`1^|\en/S0j&Ž -^H*&0㫷a2sXfn{)~~Ҥowhء8ڍDՔ^]K7)Bd9*FKl7Hg?~L -妉\dJ7xȻİn+JZNUvrQH@ - )^-_ѕB>41b#`ķk!I!!o0>E0 nA-zr 'Vm 4 9d#YmIJٮ:rG;VnE'bt%:իy FڌA7lW*]" -)ڇo:2vy-" @BAMXs-T"s;?WU9)y[8xk@]J ,3npfXI~NPA5CA0c O?Ā~^p&gF.6PcĒlbXPV?Hso. 'Wx$\I]L[ -C$Z| eaAN ur;ȼKzHenpU |vQ>0d ;` Y$YZ/'> XߟxrZpQ4 )@C)`~ >akJ\rz' ڭE,zzI sY%\ر_Ks}6I_Rf6сë$-EQ~ iAk&l !G -- dqYǍ;i|ÃBunOre +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 -965 0 obj << -/D [963 0 R /XYZ 144.724 753.953 null] +921 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [160.963 367.125 200.717 377.915] +/A << /S /GoTo /D (section.7) >> >> endobj -186 0 obj << -/D [963 0 R /XYZ 144.727 483.032 null] +925 0 obj << +/D [923 0 R /XYZ 144.724 753.953 null] >> endobj -962 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R >> +162 0 obj << +/D [923 0 R /XYZ 144.727 716.092 null] +>> endobj +166 0 obj << +/D [923 0 R /XYZ 144.727 549.653 null] +>> endobj +170 0 obj << +/D [923 0 R /XYZ 144.727 343.116 null] +>> endobj +922 0 obj << +/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 -968 0 obj << -/Length 2376 +929 0 obj << +/Length 2026 /Filter /FlateDecode >> stream -xڽY;W(3U/te&#a$RLR77w7|V3{5ntO/O~"`E&ˆ+ro4c\d=mH.صN~#(8|q NlA#RR9ҸCafjʒRK俞  rS\1vS)^{A*kC /\SRLC]=D93y4Ȅ],6"9OkR{R^qOjB3#vKٕǮS9H/@UAV;~j5d`}cV n8B -4/F&!H2'௓Kg{^hnj(" אA+ cEseîjap6S< =i]U5gJG=9]X*hǀKLY)@N1P={S01Ay~Q -m.L}q̬t_虜Y'2(D -?/7tpNgo"!v!3sZ e\l-(쵡B0Oo5b% -n4f*k{_ys4i( r@_Ύፄnю}x[F)II,_{Pԟc~)BQc0)Z~Mk -ŸPn/LKHQ<x20;?^u,! YP#:Y6'ߥ FjLPX8#XCPgJ+zj!q >e^|jb9Yo7APP -!ċmEXA Xp}_߳Sgڃp楨k"X=`H5]u7*ǎ- EWKCYa$qat&I&d_m&ӸЎN$p˪XoF-‚|װܟk}#u_DMD&+7#s#'!t!M)*z6QGN$A^zW}vHKQ.k¦{ S?@u=GcȷEpp hH ePR/tS8YΤ!=ugvYRd;':115$s"MZctz@2eVoA$bRv71)͢#Lo}y2@o4^_?] slg9̉V ijf_`Dqd(;ȺHڕߞ>Dxo +xX[۶~_!@.<&EHi[r%yb{gHJʞ=8$rH3DmBbu!Fs6 S%ՄqeWRHB̄OnS6mw,no`傥+L&Xԋ%pb)H?/=8c"qA0"W_Ex!ܔrˑ(`FTۺsG򴪫ەUX@EέX+آsMvlSVx믈wmef}m祧 7#FE\-LyzftC|k骸wVBb} DD6<h(7#p +SVcbX"'V+Bn룋Ձnj˺ +fTe]Kt+ПLHEw,u.lԻ]}\%N +c[ٻY,%ġwMC=k .e=Ocz>@~ !|t(i梤9DI_(*7FEeD ιi}L IJ *v +Lp!qr]I$ӏq9?Dj`tx#C +WJq][H|3~(C$Z*V6`}.Vȓpe*7نCF,|vuc.X8Fsķ竲|nw2Zp2~"p3vq P]E`S`#f!d6T`3MEE[_:E 3}v'K̤2 .Xψi8/FҌjDf?C͛'w )jMSs_Z!X7 +, +@P/6aױA౧/b5M}?('ȍ/`͘t9>*G" OЛ@ #tP,y=mtr:pR5ikyra!dW]ګw& jM܌v>{8P9ɍ:B 3iej icVyT=qgg{>ΙzW7Mn| ~(h@-N*2W +6la +]<ƿi=g#ql7@]|51|4d|<.te ]5 @yqf-3_!Bg^ yj.9 ! +HD _7* FizWmJ"o2`PO`YhJ x_/@`,2' -vG=Uo]2˜^6b-&jb"3Zy)@:T@Ɉ;VєGlla/&_6,D5f!M`sv~U7{ݾ S '?wM}]]J[e{NyJSACh3J޾yBD__ R4?d #a+h.z]BYq'n +vI;)Lr9a[S 1HFFDZfS#@da&? bxϧhop endstream endobj -967 0 obj << +928 0 obj << /Type /Page -/Contents 968 0 R -/Resources 966 0 R +/Contents 929 0 R +/Resources 927 0 R /MediaBox [0 0 595.276 841.89] -/Parent 970 0 R +/Parent 932 0 R +/Annots [ 926 0 R ] >> endobj -969 0 obj << -/D [967 0 R /XYZ 143.727 753.953 null] +926 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 -190 0 obj << -/D [967 0 R /XYZ 144.727 331.6 null] +930 0 obj << +/D [928 0 R /XYZ 143.727 753.953 null] >> endobj -966 0 obj << -/Font << /F35 427 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F45 537 0 R >> +174 0 obj << +/D [928 0 R /XYZ 144.727 245.24 null] +>> endobj +178 0 obj << +/D [928 0 R /XYZ 144.727 219.934 null] +>> endobj +931 0 obj << +/D [928 0 R /XYZ 159.966 154.551 null] +>> endobj +927 0 obj << +/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 738 0 R /F39 487 0 R /F38 489 0 R /F41 491 0 R >> /ProcSet [ /PDF /Text ] >> endobj -974 0 obj << -/Length 2788 +935 0 obj << +/Length 2088 /Filter /FlateDecode >> stream -xZKϯ0`mFsHI_9m,5${TMc"*V}n,~\y~2^/$va͸O宬6oN{o]|g3T*ap3 v.\1+ihWT!455j[l΅/Vls;j]ބ!/*jݭ"[w{2Y#sf&U.jt[ #a(hyjYç06xv4F$31?6.?ܕ.",cUX?S bV]sZ2iD+O.OI 2˗[[ 8S@W$#EC)cmiHhuXH`Q$$0kr. ɧUF,ҔdeNao ׺3z\ -f81t -55Wa ɫ6NG,3ɗJ+#Kx@EDrŀU$ͅ;c"fpvv&hSlV*b+~!lVlkz~I[\ .i]I< -q)3 =σ4~sB]1.H$ /x/s÷ FZ.Gei@-o!W/+.9XWR2CNI`uAY8<֮Wq/RZ]\14p53ơE:t=s0ut?UNikw\еT%C@v~l{ҫizNS&Ufr:%"[S3<"aʘyvcz߻Y ]-]qHKșM=|t4Y45ˇ> hݦti唣DwMgn;L$wCJo- z2%RbH I;";MDN5r$U5%vYt@/i)f8bZP@Z ybRPC  g$d yy/TF%|R>jD04G8Bѹ3c@$k4/`oޑRHse0u(Je'C;PRqg_Y[%}F) -* +G^tcW(\ (̳:8b,PG3%Sft⛪a"6QFqְDXIƺ( aUd*b47_37Xg/ א_?%^3"I- B_ jHT4+d7H -̫hƯ &{s -J{i7wqbUJs4I)W5 Xc9>*|7@0ƫ/8)`8V2˛-֖>)=PAS`uzǮ|e?G>v*LSNDY 5 W|V?eL4i4rdd%~f,d~7Z3# Mu_6r:SJEv1&IdWez3L1 +GNEd:-H$ '*="j׮܏,L{f<(G޼cT+vxb{C6UX NgB i:⏻ Lr Ό;.v:i䊑Cet*;Ra#L;yCϢK‰<rVԸnl:aZµ-^8P+MڑweڢpK6vR +0 X6ռ6>wtnקi]/z͚,"a10Hыj Jm[Ay 7Y 0wL :"KNҨzh*̀^m7=mGfK4͈~"(*1NJNm*ذ8}n:2ږ 1(Ͳ%di.߿*WGwUM v-kOx+$^ۆjP_oc,cRvzjAݸ"5lF**řV*íf? CvBOrХai  +G_J"P[OxzXB72IiUf<aE9H,KֶyTP``gպ_]!}b AF>P#UE;D8KZy'2"L14 ;Rm&cs=BH.C;M3%s +Dd nS`I3H:!=ӌRVrS2Ƃ$Tf@E @G - zPab-|gb7p[:F7D#Qpq[iJ[P +S} +"M(+CS8DFw pJ騎LSwy=A>?@'\|{4yĉz4Ѩc2y>!5E{jl+ƎBf2Bl7Ȥ!gt@^#EW7.l3={} XΑ'eXWaw]=\UXz{8/ +locqX_ oW}XR?_c;Bk&ep=؈Ob PN,vlk/1KD|gfZ]Ȭk$1d|)Ա_Q[UqV ] +zI4S +n}:}Ki-+` HYq>hnƶ][7-\躻${Qqc _|Y.8kQIH;~oں endstream endobj -973 0 obj << +934 0 obj << /Type /Page -/Contents 974 0 R -/Resources 972 0 R +/Contents 935 0 R +/Resources 933 0 R /MediaBox [0 0 595.276 841.89] -/Parent 970 0 R -/Annots [ 971 0 R ] +/Parent 932 0 R >> endobj -971 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [396.45 423.965 459.421 435.088] -/A << /S /GoTo /D (subsection.7.1) >> +936 0 obj << +/D [934 0 R /XYZ 144.724 753.953 null] >> endobj -975 0 obj << -/D [973 0 R /XYZ 144.724 753.953 null] +182 0 obj << +/D [934 0 R /XYZ 144.727 538.767 null] >> endobj -972 0 obj << -/Font << /F43 516 0 R /F46 538 0 R /F17 428 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R >> +933 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R /F43 485 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -979 0 obj << -/Length 2933 +941 0 obj << +/Length 2066 /Filter /FlateDecode >> stream -xZ[o6~?@YE .}(vyPl*K^I>7 aҤv_,e8oNWUCw\ -V"_ܭx^\f+挋bu[}L{ٻ:~Je}]&g h O\f;fww4mo*Y7Uoj 0Iyq'oKE, !F-YT/vu!*$l"QyҼZDu6 !731ﵸd9޹|6O/XkO{T:g&cdY1!@ڹ^1Ea~ϵ JںnzopCQ) -MTtp(]k<#7m*E>^8{\]ǫ+yQislagmW -F ~'+X6y,>J>B饽T՝ !V.uH (.<>w}TO1fl_eL0!nm{j1oE[FRiC,ġcoq'Ib"xӠ)Nk̝31"S8Z dx*`w50Hp Kgɶmm(&H &"l]~lq`ZR R5K;5O6ٍ=7زb n]ֶl+9`>ЍrY pI@6]X`v yO@ FFB#gTtv_v=-yI9=b[-S8F|Yh$w  ̶^`/uFGp)_.e Qp`cXRJ4!N{? C^^~ ;VY޺@ӹԹpWnW ,tuNv{!_Q9ЪcCtC]dg"S1PV b8/XX>`f?}aэ֣HxWp!@()$CU|Kz0oえE dG/ l}wmUUcn4 g3]vQ)Ğ9ax@/cbIj,`ڌz6 NU*1k))}]v0W^oRq -4 -O, t-ҫ<?ݽx6mE;PJL!U7e1@hV#S ~ֈdl)XH6tTSQRp>.Rf芀: -.ljD]B.N,t)A k5'&2n[\|7+·I%dW&(1$g*qy6,kx(BIN/%fgӱ+PܤLݫzo7eQucL(E"T!3ٴC>B X=KCMҀ&EѴ".Y/($`w`cVd,W)o Ux"%(0#ym4s^A*qRvUk92!.%$Up -3<־3$9/|v!wӮ$'^Ss^rH6L/2f\6EemZms8/49=O*oIHK$dxQuZ]YSVKۦQnszdkʛ[gE2Ԅ Ȩ2v\}wD +v>{m֧wIBEY% ;ÛZ7;|U'’a}O>T!>rKa`_^4iO +xo"1?lBK9MۢMg l3P0gn;rʴRq"R~`^Y=xVWIܝHq!o +ਐ2oȭS1JfkMA_n&@ 3P#}<W:~Nqa40 U>4,'%[KB0vا'/7z kxDzLׇ3Z.T&IصN%8Y]R]|OPaQV xƣ_yEۧ=p4x(bD(7`BkG&O.$R| Na8 NG 鋆z 2Xvsm(JR9IEâ R˴$.0Sg@h-cl&CBuD:N~zt(c 0h=j@U1|z5d .zkT$Z;^Ukz%"*4O=F[xG4rzGls8PW3Ӫr-]pywy1X\TEAf+b8b)3}D@2VYSwc۲G\th^ ! |P"0{ӿVD P?7[ZjǏ᥎X68"i` a^Z;գ̺?Gةs"P`^3k1;OYb76J$ oAʮp2 bäqZ_M5}x&/B+L$2vs`/N%eiiʚ^b:勛,3suU:Xh;X67>A2^e14uՕFVBv-OW_j.97uXpO Ud(NHQVtG&?f #;~0+\3rnYCu/)dȲvYGx?<­sI"@ W}=Thj,5tEHvjhNrXLѹSEwl"w(I:+]凥#zh1U*ś+(4~SL]@-+gfF"w>Elz9v*8H7ǘOӊdSVuf)u9u ܙt `nKġ\iJ76%D^:aƗiU**((p] K߲w՟#$~l^[ j¬>.ut.#mpzG}-wq_ڑ0E@tRreii?;:~#|y*T^qI&2-}uI)rǞ$1 +(RPq;/P~! :g.X> +RbE#!]rwC\?;ohჶ)vm55 ]NqQTڏIF'~~úG endstream endobj -978 0 obj << +940 0 obj << /Type /Page -/Contents 979 0 R -/Resources 977 0 R +/Contents 941 0 R +/Resources 939 0 R /MediaBox [0 0 595.276 841.89] -/Parent 970 0 R -/Annots [ 976 0 R ] +/Parent 932 0 R +/Annots [ 937 0 R 938 0 R ] >> endobj -976 0 obj << +937 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [346.702 280.78 414.653 291.571] -/A << /S /GoTo /D (subsection.5.15) >> +/Rect [236.499 523.315 304.451 535.268] +/A << /S /GoTo /D (subsection.4.18) >> >> endobj -980 0 obj << -/D [978 0 R /XYZ 143.727 753.953 null] +938 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [227.867 424.186 295.818 433.04] +/A << /S /GoTo /D (subsection.4.18) >> >> endobj -194 0 obj << -/D [978 0 R /XYZ 144.727 267.839 null] +942 0 obj << +/D [940 0 R /XYZ 143.727 753.953 null] >> endobj -977 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F36 513 0 R /F35 427 0 R >> +939 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 -983 0 obj << -/Length 2024 +946 0 obj << +/Length 2003 /Filter /FlateDecode >> stream -xڝXK6ϯ0D -sHb^03fD˒#߷,rl.HUb? Ot aı,|v}Z{"NrO5̼fyCkȂܻRr֪Vg)*kU}m۠c?: (-,>̿ӧ8#f $aCv€8~&@Nd ;"OY|CUlF} -BKA2Q v jwyJ=J&}~H~!W'a<nr63u|2uUt)F+$7{& o!ӝyGcVsqQ,>a#$nZE#ӝWS&Rd<;1Wwe߾@$MbE-͗,\#,a._K).Who;zDkET̘$Io렺˯%Y4c<:PXTm^^8Uufbx CEB$Vi/7ov#F`"oe7s*BILf4B@5V~]oy*!?Ec?GJ) t4qlZZ==:]T+͜Yh>m8]yF+ +Yke#[!vx_0fw~\ EW,ڼ6wwy,}EKV"e Agt)PbeZzfΤ2"~)Ⳏ,驪5O/9~YJE_&>I{w"i1bjx~u\,?E}Ǽfv.eg%RyǪн70d"Qq35<7hZRYOk}Щ +K9aUlkr(`-aR!%2Ax:׎.:4 D$ȗgDs 40R:= ևYEYK$fD c% \*2,V]訄i * !аsv`焔X35vB_S\WC|q𡳐/&yEAbMwT{Neti33~@w5`26LFtgX=A<w޿>bG|O3l1=hݎ[MѠ`Jcȱ6u:x(8܄򑭺c1ygP] $UmuTvLQCBw;{R]QZN7)mS7@𪿷h›jµiq?/1-Y4 zu/jipTQ5F>hd_b0tsGp Lu,}z󵞃AӑznbHtkd4㧫7W! endstream endobj -982 0 obj << +945 0 obj << /Type /Page -/Contents 983 0 R -/Resources 981 0 R +/Contents 946 0 R +/Resources 944 0 R /MediaBox [0 0 595.276 841.89] -/Parent 970 0 R +/Parent 932 0 R +/Annots [ 943 0 R ] >> endobj -984 0 obj << -/D [982 0 R /XYZ 144.724 753.953 null] +943 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [362.358 158.682 425.329 170.635] +/A << /S /GoTo /D (subsection.4.9) >> >> endobj -198 0 obj << -/D [982 0 R /XYZ 144.727 425.736 null] +947 0 obj << +/D [945 0 R /XYZ 144.724 753.953 null] >> endobj -202 0 obj << -/D [982 0 R /XYZ 144.727 262.655 null] ->> endobj -981 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F35 427 0 R /F36 513 0 R /F45 537 0 R >> +944 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 -988 0 obj << -/Length 1970 +952 0 obj << +/Length 2466 /Filter /FlateDecode >> stream -xێ}Bo5ÛHq>m&H-Gmum%;ËdC{ Esd~[.)!x$s$L$P/aٖ}Qy2hAm_oq|Kd* 8YX tGNm?.eIsʺZ"Ks; 6unۙŒacm:][Xr:[ w1E}8jm~ǂimo^{{㍉ ob$e9tQ 2(K@-(\A9qAESxv}X2!  F AR5qPr{d(oa #m-MiNW=hgʉ߾h]}(r*G .xęMD(ÙQ2aW:cS/L/צ=SH@2B!.\Spt~0=A7v - !jlpN!% "UTF! -9%<" ?"W3ΟI2qE=ll",f?KXs`F9MS6W{Ӷܒs"N7]w(-C -5*,<к}?EeZ϶+r+ C:Àe%{Mڄ ꝇ&GE%zq.zxHh!4<`"/\~+uҏE,g* -ZΆC6XYz}a>s"vI0EI,r;A-`IUbqҟFǹ_PƖ4x7c%{ cpXDXw -8L+.* $EBF)uv`)KL70,m4@5",N&LY$5S- &c\Zv8A,ige@2roqv(H)nз'LpFF -  G_Gh!!H7H`( _8h%P mŋ')?S8xM$M7m (vPC%rW2:pMlCd\vyRR7zh=lݔ6+]:WuU1㻿^U E җ n&J&MLugM%@twP]iq>e}޸M/騫6>qȬJ]RmoZtW-lqpg)qH*ϒ$" I:r`II$ϐ I̯NE^Aׁ PW6 S503}JR/YAb|tW&gq?[a<ƴ>Է٨}*g -{vn2 oo,]˳y+a -\xnsnwff7<Ų[U@ɹQ`]yrvGl) y3:Hj>&fYƕ`ndg^l1r7|VCx;B·J>٤n1D*}hh9#u9F< B7} k{uuE`ӫ [I7%Y3bHp$d!s){7PG*.>1DF,˶0cA6/7LܲJ[YOJ褗ʃU[ӅLksJ$л|0IfG 0w +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|>ؔkAl4M"rϩ@C%I&![͈Ig$)b@bge%yTI^e~yN:)x;[fWP_s%R^(jN+}z'[Wq h+#+uKĖ +;7epeSKӸ8<P`UV7呄OtS4vYa)^_,DT1ƿE;, WakiԁppjL8KAfoLS,x9!~ϏM/7ιЅnp; +Q]& :ikf)m )D0d60.DOny?xg:_ ӡ^͆1N̆N< +'|B}f\$G<"e$zB$a7C6K q@mk 81R/8VGY*|]cCD p= hע.OHAu/.Q\cueӾ$omVY8@"ot=ٜgdr(kwfA/^Pa_2PJrw5QXb1zSe!՞.%4:Տ{2_:w2> ,c'w R9އۤ:EJXH/y]\v^'61Ssj3n8ՀxPGt" G'Cbz? +آY8$xΕ۝Ka9N0FzýfyN-N7mE3/b+cq%¢K u4.,ۚz_G[zF `bxg{ڧy~ϳ7 pz. $ O.UN +,rbZ˲5Xpn@49v}E=ZMI(ey/;)*0˃Yn<1v⒈/31t:_C$~;:eWjqՐ}\Ex(,rdV7E4\a<#8_XfHG>bZTa +-e!":DxYB{k9>r>7G}r +]> endobj -985 0 obj << +948 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [160.963 683.271 200.717 694.061] -/A << /S /GoTo /D (section.8) >> +/Rect [432.061 570.039 499.397 583.987] +/A << /S /GoTo /D (subsection.4.16) >> >> endobj -989 0 obj << -/D [987 0 R /XYZ 143.727 753.953 null] +949 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [342.409 488.446 405.381 500.399] +/A << /S /GoTo /D (subsection.4.6) >> >> endobj -206 0 obj << -/D [987 0 R /XYZ 144.727 659.239 null] +953 0 obj << +/D [951 0 R /XYZ 143.727 753.953 null] >> endobj -986 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F34 425 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +950 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 -993 0 obj << -/Length 2329 +956 0 obj << +/Length 1688 /Filter /FlateDecode >> stream -xڭYmo8_a -v^HGly%I` Iɒô&ᐜy8 C' ߳lRBq5L$$0^Le2-L_?wi]͔m=z^΂W iz74];sSNYҴv8{LwY"Syg_MBGAd)t&L~wff5a8q&XAL'3;c7~Q`=v`EŠl``ʃ7`?)[ -=ۦ´ovĭ$XH, Y܀ȒGt}{ wl(uth i?* -5vE6QD`F2 15B-:9N8d EҘd` \yμO"y^ /Ūj/!I^G#VfB |\$ +o_rAӛј;1]c90Ow Mg6k4u@\vַzbgצ&Ix_hIl|"nvݒ6h0%L #vvVza!Po|@j sF8 sd&A?h[gyj^݄gXJkg:.×ۘp+ q'O`CJ ,vk8)43Rɏ8eH҉9  CuOSxZwS*K-mYoaNDf_̬w`.n:~'TbMsȪ`R@j@Tdٻ >Miƒn6"H%I~LB$rHܪ<> -t͏,۹}ݬ -]nuQ/YSS-w -VMi%82 E_⾅d?~qXwu-#`I6r6KVNVL1ЙK'_ǯrS猝{+W\B*ykn7L!}!pW)l3 @XBЎ@2{c.뺺3U,&bsկ|z53"2YC%٭MSJ`33c4 | 0L0neB@jyNw$jdG~V>6DiFkkk|"g ݵz[`S,@>~ *K{SF -$R1KQǧ'0 -ʀPK3ѩX\E, GB0& diYNV7avC{=P!~G!7tbO7rL2Q4 Z[k(+ċ{C2 E/]U錀kC=]bpQCV]94eVXgEw?Û2#Äb}vyE'K¸vxD ʈt/g@}­ȼW$-$ \ 6v>9 /eV:;uLO麏9>Z(o oħ/K9 ր +xڭYKoFW(RrA"=ߜhs%H⨂{g(ueQ.ܝofvގ'I<]|ݻ(H8Ha>1G8Qlr}ń.I˼f5CUL{ GJi( d 8R"6G0qxBFVjJmC}U.w]t_a[ӡb1Qp:b2Kbsc-u3U7WFe?(-t9MdԺvڥvP0aMeNm',W'OoD7@>Qmi;dTEUYlܷ|3oL=әA(טPhQ3)'_2 e*}yX$N`#H,qP%`uRJ5 /yQOŋQB:MDiܚڽt!y4 R19TG 3g822/=|[Gd"^0dml6J#үzy{\"oZ$8L/WƇ*\qiBR1$j+kڼx3?~Ojmr nًxo NtT ZٛOt)mJl'ëmuHiI<܄iqOiREO\Kl2<ֹ.HRǝ9MF [|<պ{bcj2)R(ޛ Eucn'QFC:_&yTWhUpJM,%$9ʊxTVɋd|Lq `4O#*0Wv_P=:Jl}]!U%@>Jy>YV[H|_U^X}\"D &:2].CL%Goa٠(upwx`j!JhEzvhszבL*w_:=* #'@ + 1",աHzmڥ.#[\y1_Ʉu QkU^ Օ58 U|̘8 ]`prX DHm T1(v2O$dLɐ}IL/@;u2:7UML?H݆A7j(zQq+y۸ABLD9*kVw˂k-?x&l_Yp #mʓ e|yjOe +QN<wH( rm1 !?wkiTCT7.잣2H]ԏ@DBiSԹnPnv~?Ƌc η(&G0(22&4 Cv]9.m!@ua] b(Tw*~%@Pjt @ybk ď&mM@t sj?> +>IPof~[yV&86y0]uZzCٹeS}rW݋Oc3Kq+0 [\0-hу4$@6{;DQ9}|JLg[3MU> endobj -990 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [240.622 629.196 251.053 641.532] -/A << /S /GoTo /D (Hfootnote.16) >> ->> endobj -994 0 obj << -/D [992 0 R /XYZ 144.724 753.953 null] ->> endobj -210 0 obj << -/D [992 0 R /XYZ 144.727 552.141 null] ->> endobj -214 0 obj << -/D [992 0 R /XYZ 144.727 526.835 null] ->> endobj -218 0 obj << -/D [992 0 R /XYZ 144.727 287.287 null] +/Parent 932 0 R >> endobj -995 0 obj << -/D [992 0 R /XYZ 159.966 133.236 null] +957 0 obj << +/D [955 0 R /XYZ 144.724 753.953 null] >> endobj -991 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F37 514 0 R /F34 425 0 R /F45 537 0 R /F11 812 0 R /F36 513 0 R /F39 518 0 R /F38 520 0 R /F41 522 0 R >> +954 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 -1000 0 obj << -/Length 1740 +960 0 obj << +/Length 1553 /Filter /FlateDecode >> stream -xXKo6W( -؋˗^=EE{*ܲ{`lV IެawCY(@!Ǚ_77?Xڻ_{ĀLػ_yB黻MVT)UO** Ba-bh!q@,heCJiN˭ŬN ?ӲLpzTo"?O^ 'cY&$dxU=\3bҏ% =pT% hT&[FJ#bA4k(v1r:Гn-e59N4XUtp*L[v:WͶ8 vނ|)~...`t &9Lk#_A9HwqU[t#P߼qݲb?uW^/>x3_{`c46|w EO=bhG@}ŞّGU[ ]lIv>]% -)2ؗp{4|ٿŦ2a%xH\,^v+@dّH&o#3 cp{+3T8Z%7hhr~߀d &U&ۼw(-%zi!D2r`8Kk(=ֹ ;Int$d'7X4FCX2I>T}}I.-$Ӊq*hmYMYU!sX鐥cYx _{}]#OdD]!!6'_ƍK<"+5YjV ?W1̇WIzD(/U]teOK20j ߶!r,:>@DtolzL͈B"1 :W1pn:aAsm0XCz[0h{[p ,bFO6W4GiJb+k\Mm ɶɥ;zdulVny%jlqN׮ ^+ɺUMvm3ГS.ƶGiԸ8zS+AxpjRr8B -C 0xpySHp)4N~g܎xnmцj@<u/`h?8~N+zK%{CĬӽ"$\(}!l>҈GKp($XC (T* +xXMo60P5#")شMD I^kw!YVd[!b ]ͧ$9@ +D@Da"n8*+=z@B7mQ_\Ϻ)jCbQ3/# |ݔ,-| +y+\"$ⲉ3笔ԶO.؝wd=Pĉ%%a20XFVigجGP/myŘ &6n4.@Q2X$d rEuY,ޙm݁p:"'==zxGn/8-L$NU6ʕJөZ˟r{A#blpk^[;<[ Ne^Tń-M74LҲa!x`8zg5X]/0y3E%=ū %U^ŏb xQLA؝C(ۥZu]zcL)ӝoSnIhn~ʐ/t?2;au bk\XO#Ɔjq5b .\e ;uU&7S(4P^ (9N;J#",ڕM=9 + h /UgvIfJހwQWP@&op( +A*/?6Plh}Nn툗 |oC#N`V\^>}B[n$,0)Djl`; Q4,MRË60J{؝A^#m!x4}TW.ƅvVe~p(t}p0 +$[٥xa7WIL5&Flttڤu A~nA‘Iie0^%kn)rh -woY?<8G};]ö0$_74WU|%w>x=Jx P׭jcу¢XQj,2 Qiy +&5IDL$׸\enڪ9Q}~G `tb#bi+'|8X|I$I Fj%P¿E ō$V{癆LLKGG7Quj,:2? 6}`,rgc5$L)D ?)Aa> endobj -996 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [236.499 261.298 304.451 273.25] -/A << /S /GoTo /D (subsection.5.18) >> ->> endobj -997 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [227.867 162.169 295.818 171.023] -/A << /S /GoTo /D (subsection.5.18) >> +/Parent 962 0 R >> endobj -1001 0 obj << -/D [999 0 R /XYZ 143.727 753.953 null] +961 0 obj << +/D [959 0 R /XYZ 143.727 753.953 null] >> endobj -998 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R >> +958 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 -1005 0 obj << -/Length 1971 +965 0 obj << +/Length 1546 /Filter /FlateDecode >> stream -xڭYMFϯ0XDbMT%id&=d>䠶eYr$yfF%,YRmwgN.>H)Y,v ޽$" Sv!44V.0f[1[/$xXt‡9ע{(*GAF],ݕufeIlـdm[/W _Yoh=.wyCevreexZ~J0~e1yɷٱ~X0ő|7n,&Yx4+Pqу?#h41TF>'6߰uGZt!1ve8JwQF$X9Od#I(p{ğE,ڣOgB;뮨53'zc؛޴%R8s1Pf'0 h}M2?>Hd:h6@e4j%EƀGgF^AvTǥ WRvaԪ!ϊ()n(㎉V)Bi8V_~UvP90iM7tʚ&b )"-UMg;1b"o/5feP&ȉz)^1dօ̺B -.ٺ#>ŸC("R=BРX ,S5IH6)KX#l;@+Dž)݃~Y[fqWAP?(`e/~=`;!u6+3tب0ѩwAP@E%,c]Nt$,P<@=á!-ɘo 10( H]-D3M? G;c .1/Ęw|sedWME3dͮg]CÐD(bHM$S.&_l?3V| 17k* ay: #!Ǭ~ؕ퇲6e]. &oO jP뀭ܢkjXNyuƭQ) {k(ϵ=Hxkg - 4` -8Lۦޓ2b!xILX8.ZvZ0JӇHRˎknhȇ<ېtQۇ{1xE 'UCi m[mI9 2 $v*,JF{<@Ḁplu}qz`F>RRVqGJH⢱1C -@m=?R'WrJJ_Epvkoq-Y1B h v\`wC.5@&/V=\e2,:̚>|:L7a2(6xǾP`F]*0z@zܴzsBHbs-Zo/H_oM]_5E7є^4A#ojMD:ߚAYUcbAe [bMr(R-}T$P%YJve ~ɺceLTeiZa颚D܊xCBΧV3͠Yli{v)Zi,(nEzVV@t]ƹ8GpN+m8q:er98f63Np.1ǹg9;)iq\`uI **2yu nSu]AwPG=Q:ug̖~Pvk` 3.@aA}_ZV3έx3% +xڭX[F~ϯ\4 + -%C}ǶXY21g.%[wbѹ~9gOo1{# ł +oH#/{wP_1㙚LV'4'A˕{o$NQ͓޽Yjr?GκJGQ@$n#U-wg_ $MԥZYUc۴JrxS0\xSBPVv)DYX ,&LXn&T8k_1oJ,Կ&Z_9!sxVinK89(V |fFqGN<2+: !3ެͷIЗm_{['F&NVUn5Uɢ&X'&g#Y?eiRVh2 dJ|#0-yvUӎIdI~%B$siݶ dYg5N;5p|BpF \!m j?.!Lunut~x {])Ÿ L𰝤zvFo:#1y?g$z1iH]3ɨw\{DpPEd, ̠]Qq|ՠ XWȠ<;dpy[PJw q@?s@=2盍O&9s#Q9Gp8LW1DZ +>cB)L0v:̽7uaq-F 0Te#%x]~z7]+]Kۮ;w<{e>@5S +uu+*:~LK" x[؁mަri3<60O :f ˳KDpLw endstream endobj -1004 0 obj << +964 0 obj << /Type /Page -/Contents 1005 0 R -/Resources 1003 0 R +/Contents 965 0 R +/Resources 963 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1002 0 R +/Parent 962 0 R >> endobj -1006 0 obj << -/D [1004 0 R /XYZ 144.724 753.953 null] +966 0 obj << +/D [964 0 R /XYZ 144.724 753.953 null] >> endobj -1003 0 obj << -/Font << /F17 428 0 R /F46 538 0 R /F37 514 0 R /F43 516 0 R /F36 513 0 R >> +963 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 -1012 0 obj << -/Length 2708 +969 0 obj << +/Length 2040 /Filter /FlateDecode >> stream -xڭY[o~ϯP ᒻҢiZ~(iD$eAs[LrQܝݙ7`]<|GƱ^ܭďUľ -MUuwE{UJaY2 ˢfhſ*cW( gЕjxk V^#n'$syElYDE˺ա-<HVOSgwyC{|aNJyMxZ  a4s)|iYT|ArGJ#[[ܫ -8>H첦']NU EO_ഖ- . -AWSTӦ* Gه|WWT05` -fW4o~Q˶{0횢x"6kr`Ze] %e^Xjg?Rc0? -tH^dtZS@;ʕP4P{8{Zi?zs6)z6@8;~ Z)MTO!Aёr}ei,FE*:B26NtD#ω X "g녧zl%aikAٲ(1o=^A^p)*FΨ9KX0pkcG͇=2/6N 2Ia3شm:BHMN8ׁ-9+ТF#Mfm0A<*)JhC? -w bz3nQhr*H|5(gP(d)O#wyȀ@e`P<< M-X5 ڂdx@`lW?[}bpD?`4< /BY]-޿U- vDv`I IwٞOhK)Ir`O% BOi2VF*+p*.=4SІBEX_3 Bk&)o̎.F t~A&)/ۊp~-L.5"f|1-&+W<_[MA -.b)qd7˷֤\Rv9:W} ʋu$!d `#2l 3.@xt>˖[`9pQBz6\kVS EEUW4b[n)-$\CItVc翰3E&p[׻݁|O`q_NrO]s(.7N G50+㒧 'hazlڴ`wɋTVa4%{"vUsv[<QUUp=k#J Y0i(4SI kl[vҁ)j:ԇP4ߚY`6 K#%e^^=ؘXJ@65#|!ql!T u%Hh!x,SI_546ao wrWq<=$ 1xT7Tߘ.oyu< s5(? tvO \#U'< ET\"s?Ut. `v2%uȧա͛fcevOgړIF _ &޽3KF]4]PWd8MD.3Y:u#?Ҭ_R:"NQXڧuqJ%cU+9/88N=}erQfn&@ N'$,]DAVQ4;/͒,P$DJۓ>7+HO#zAmHxt7˯cKO<|<5j ! $Y8[8oee~paϻ~FHu^_î75hO`Wl[ ÂkvOwčP}V1hZAƉ,ͻU +xڥn8_a <9"ERdf <(6m %$75 Cɒv^|tW&&w[<,BORc>C͸H'ɧt&ȩ" ٶ5uC7Ymh0HfKvviǵ4mVۼ*b^ʩd": ߓ,VRmf}*d+ĜAE_>h w,YRP3$%K^Ot6=-rT v[n2{\(6*9PrDQvKbE= УY$#&iOg*A_jK \禡mIk벪4 +lPuՒ֌Eg5 HԚ)tlkb{W;Kt)7> *&۸ݶ +pLuVk\ކ&|h)*dr\;${V;D߲71k]iN [ t-tn+ZA[˹iCǩuqYPDxu vtwY2')$(%*u%|P,<(ð+2 ňI wi zZIo`myMFM]|%Ä!^@d8|k4CnX% й.ԴV {):՛k|P^kQ;^ṷ3ګ#쏮(b! 1r٪,lg> ɴ*2TЫ:n#FɰjltqBXny$ȐGC X i2[^}0Sڜ%iP)"Τ<-]DQF2V y/>NUu+\oշxXM҂>Ȗ}\e:,$؇!󌥯rҼ8Y~|s#s2K4!w&vŊSm'"D)ܜ:nyp`8sQ[a!cI:c`~ 7'zsl׎|ӸSRY?`b~Y?>냽'⏷*U.HޛͶ_$ڋz\UQ IRb +鰌UBbp4Ju eKIeD:nR+uuؼM"Re)'}pwIU"7~D.ڇqR(q[ +*]qH7F3mV0'@t'+#=o ೗񢻆)#:yf2gҖEn^.G 䀗ے^7V->+wo6VC]WL-z0qfI(wOߓYcF" ^z#=2iz8 Bγ8iJ^t m79F2tyus>4U 1-?E̒d02خ +zmKX$( Jgu;hO%OapTiKg#JsoiFH &(H0=-)dmUdo^<%>p㛍B};RQv= endstream endobj -1011 0 obj << +968 0 obj << /Type /Page -/Contents 1012 0 R -/Resources 1010 0 R +/Contents 969 0 R +/Resources 967 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1002 0 R -/Annots [ 1007 0 R 1008 0 R 1009 0 R ] ->> endobj -1007 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.358 533.308 425.329 545.261] -/A << /S /GoTo /D (subsection.5.9) >> ->> endobj -1008 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.061 422.954 499.397 436.902] -/A << /S /GoTo /D (subsection.5.16) >> +/Parent 962 0 R >> endobj -1009 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.409 344.38 405.381 356.333] -/A << /S /GoTo /D (subsection.5.6) >> +970 0 obj << +/D [968 0 R /XYZ 143.727 753.953 null] >> endobj -1013 0 obj << -/D [1011 0 R /XYZ 143.727 753.953 null] +186 0 obj << +/D [968 0 R /XYZ 144.727 232.167 null] >> endobj -1010 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F37 514 0 R /F36 513 0 R /F43 516 0 R >> +967 0 obj << +/Font << /F17 400 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 /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1016 0 obj << -/Length 1749 +973 0 obj << +/Length 1348 /Filter /FlateDecode >> stream -xڭYK6W( -ŚTMz69h״-,]Cɖ*w'S3Ùot<[ooۏT(fwhg:VdvG, tTqLs9ui5i.H:)"<}r9p%Z''= n`0î5kPBQMYʾz-ӂdž&g JI"%Iȹ,"ڑ&T끒5/ƢMV"a-|>yi &mpt;+]t6,- -$ 3[=-H4 j[҂"+ց -u^uZpvzMZS{0ft!⥧$B -wpr]"6*Jq1,.2~jf'h.8 `Eg:oH1\I47D38Q]ǏD\k/-9z_p,lnټ[s,rz2 ތQIʚ,e=kʂ3 gunA4P1P_EeG@hæ6PE6VTe I ] x¸H3K](Ϊ 58Q"-Xx4 pk|˖հ`GJAb#pRPjZa͊> 71Fcq'I[Ȗ&D+!%N`NK# xF$d=j:csHG>cY_)5y:0,}rj";X܅< -HABqR\iJd t֧WiGb kVMvY4OwħUI&%DYt|Ftwm U6n΁B:3BA-eLǬZ3(ŧlPa|xSp|mPNg VܨI&1z4I]]Yg x"1Tm|Jjc 0lwVcY8Pm :`Ӥu& 1)+B-,'{_Vڗxw~1!7|Sr 􂠀r2q/5 US]Wxѫ\IWa֧&hl$tYeS5gOg% g]KI䱷 ݸrP?4}})5)0NDڎSyձU5@5{JW")JM|ubD051Fj`u!c~2A桽 l+P۸N!ORpR:"I;(fS855Nt['D:xwB*„{K rACK\Q7oeq&QROdjaK=\^J2b/9x <åܚr"ߧUJ@sVJqO^zƋ4@' ,ި3D|6J.?=GɈ_tN"4DPagy}Og, 6.05`lwݣUZU9%='sUWROG_xp6w QfhBY9Mz4WA k>2g6d-McZ9\+k@md |A%s{gv#5Rto75hJ|[T?$<Q+mC"jІ :!8Zg@ ;a4n!\g{e=y$y+"ݖqZm +2bؾ%(iK iMڋںp?F'_)qQPu i +SQvsioK:'}uUǛ7']vR'bSZpSs@IVJwZ(J8&URzƩ\ 05B'PB% endstream endobj -1015 0 obj << +972 0 obj << /Type /Page -/Contents 1016 0 R -/Resources 1014 0 R +/Contents 973 0 R +/Resources 971 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1002 0 R +/Parent 962 0 R >> endobj -1017 0 obj << -/D [1015 0 R /XYZ 144.724 753.953 null] +974 0 obj << +/D [972 0 R /XYZ 144.724 753.953 null] >> endobj -1014 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F46 538 0 R /F37 514 0 R /F43 516 0 R >> +971 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 -1020 0 obj << -/Length 1550 +977 0 obj << +/Length 1626 /Filter /FlateDecode >> stream -xXK6pU* -ɲ%;I*Tr]n3sЀ%⿧x fr[~}_w[zvM?}c(4 !t=h4KŌf!FРZdz~9&T+%eZqGr'<9O㋢FܩeJ\+G.+u ćS}bT*Jy ^ R|>.1 2g(Ggw10ߔI$_`yL;]mzG*-IdJn]0%s1Lj`.("brd9S~BHsDHT;P7ʢOjqv*JZA;qF"/=a1uqgdhm?F^R|R Kop7k,ezJyb%ZA|pEY~hGħ0-bmEgyYs+caհ3G3PN\$+q e`|"|2 Me#;{љ}! ,.W#uwS(;9E},#TӊeCJu< s9ݒfd&T $| -QȻE\LC!drVjհb;tOqAYB [{] Ύ[p_ o=\tbG0-@4׽7 $MD٩zp¯jg<+ne v5-=8<7]팷I:FL_@ Ώv1! +xڽYK6W +E͈=EA ۴WXYrE9Y I5]t/Ѻĝ{כWop8`f=GBNB7 œzӯAf3űt E&*'$O' :=F"N:kLTB;|p#̾}cj`# @eY8l@ Rmfk/| BR@z̓-tN_ӹB ,;s{줉و+$K$6p#WB9@}*/n@X; + nQ+1*2UE#6&߄օ3s_i<ȆO WBaaZ62QG(h^ 2eϫ*rSȼd.ixbQ Q^i?Zً\1e)c5+>Cې9 NC|G=ǽNQRƮ4&!g;o2+d5eyOYDŽ~ θ`:\?^8p*Qn{n- ˆ-`\»F +3u9m!!R@P5J8ꘃؤPgRs率,l- 8D4'sT5zezY;}ϘBǖKÐWgQlEAT:t$'m2 q\ʋ: O%P@7 Tt&|g+RO(*])ۍ^vJP^ +WA) fԽ*%0X4T.eB@(~ sT XS'r o}(z着ۃBU^AsڃH120R5RY>ʭP4bH}QFTZjׯ{fގ3d߼Pb/ xj&S -M6Ig,ǝ-&wMq)zMX9oJ6e3 (Erg +KcCm5;ٞ`h*Vv2Eyɣ?է +4O5tID eJk+ +ds+ˆ_9Z94]|u4 + j|ޙ?:~(VZSdkPGהܯ#dfW𳞵d/@5Ɓ|Ąqv +X܈-0-}0 Nӹ١&ԭV2+Sݙq7v Gmr'vhsqe1'.yVЧ( 5sabA^z_"s°7 endstream endobj -1019 0 obj << +976 0 obj << /Type /Page -/Contents 1020 0 R -/Resources 1018 0 R +/Contents 977 0 R +/Resources 975 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1002 0 R +/Parent 962 0 R >> endobj -1021 0 obj << -/D [1019 0 R /XYZ 143.727 753.953 null] +978 0 obj << +/D [976 0 R /XYZ 143.727 753.953 null] >> endobj -1018 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R >> +975 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 -1024 0 obj << -/Length 1955 +981 0 obj << +/Length 2289 /Filter /FlateDecode >> stream -xڥYK8WXCR%@c1eЇ6m %q }X-iΥ0YϯUj-wߏ~(" Rr]pØETȅ^RNjX!M;| <O -Pp;Ho,Wr&+qmE?o io= -zlxMٛT#a"2j&!j>A,fhjE_%'qטP%}* +Y2>F`HT,Do;pL `!@MuE ̈́I8Î2 /-Vc}Yz%Yј)aXZJP`1[#h.8vn:yUܺH_۳eS S2Lc1e" A $2';Z98PC~ 6=uZ^d;yAw*~-g Ϫg ~.- 2VAVtn-=-sGj7[4z^tssםpdeE޴r:/W< N)08 -X4Bt ͚i#Nausl @T7df -*d:Goɾ!#xx `Ӑ;dkC(Sٸ3,:LX:O8T@$]Wq2? 5C:Xfx*Ob!}e~j|\g -Mۃc?b#J~ACEVl": .'Lv戹(Ml,d>q㳻esǮHY,', CssggCgcV;Ȥw4Fq^',އLH>W >W( -R1.f(%o'-pf  - -|!PxQ ~Uz`?Z̈g<(rb?DAcځ݂x5DLDqjzIө~ a,K݋eup9֮VGL%vtv$f`QGFjr08ٚ&]w *0ABG gZT[3zХ 5i멤_OZ,c56)iG -X?,@hK)Y eG)z 4Ɗ8_Xgn@L1IJ +b8n<XvVy_m;s9Y^XnT+ 2MϬ?. ќ|!'Z;[n|e%Jy>ɄO2,mj coS70M1Lg._tT;[8 +]˺N<V)LO=s骲u(bJ(gCg5˅0pH{y{* DKDnXZT$Uz^,Xĝs`‡'DIҽ RZGm Ab㝢ݔMU8}M~ڰ{tBb::k>7pZ>BXa ̋ҵӀP x*;J 33:z(-QB$<>lA.`BO&% +>$}W$Q`v_l x/}MZ: KBK^gX]*J/o!^Hlؔw$M; +~}!hNŧ +ы^UqC篵{=}޵ o./h5 |ՋwѧM+.sh".aZV1=PP r$wJyZZjqW~_Dҩ3^wVzf; +ZITyfXu+CVٿO> b*j <12EǑ-f3ĢP7Ӄ309䕂i56vi5') P4N^fAb-%d(s'DR PZ]<9UuhmB3U26sS%c&sa s-ds:'FwevZ1-ɂK ey q M1>"x3{N}T;|a E!~$@N<@RAvAdp9Fڐ}K']ķO-^[{s *K}M5pAW@kX<@5:@a%`XЁX8H[_ 꽄 ?aqqIW\-骛Fy{H%wpbŮ '-,syr<*&.ث Ep5* +3tۋ8S㫗A[Ul-bK$@]DFuGN&yf~KIt.ᒏWQyJroх3ȑn>ɗH3…-~e< endstream endobj -1023 0 obj << +980 0 obj << /Type /Page -/Contents 1024 0 R -/Resources 1022 0 R +/Contents 981 0 R +/Resources 979 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1002 0 R +/Parent 962 0 R >> endobj -1025 0 obj << -/D [1023 0 R /XYZ 144.724 753.953 null] +982 0 obj << +/D [980 0 R /XYZ 144.724 753.953 null] >> endobj -1022 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R >> +979 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 -1028 0 obj << -/Length 1885 +985 0 obj << +/Length 2067 /Filter /FlateDecode >> stream -xڭXK6WX_ @R$)Z@HYr-y7zi}E3߼gL&{r'&1CNnW*QLMTryZ_{R&1GJ"z'AМ˒J^ÌiCOi:hYngs`wX_Nn.}XnQgsZQO2dN)tR]" OIeW#mn0T*k5FD>v'8h>tj4?<$%'H=za 0y(b<#Ab--+mml5d@a9g\r񐕟wo.w3:=fɽ|bD1 -D C*AXD40tI$AO$qDuV#Ibttx:b4]KJsXMיSp]dP#Va8{ZRr1ڡT;,yAn`ilIZ2V0EahR}hf#FhȺ3nkD0uxLe%9u⣢IHR܈V~ݔ=py$IDqC0e{a2ur\7׎͵O_ݛ.[3CIfa}S2abW䇍ELP6m/B|Z&(ָōSs5]T0FRD5!h;(؂;e)zoC\1 -w @>42bbnuDk3N%fmӼZ5B:! i.򗕍YL>j&G/H@z6~A"Ӭٮ\})OߝSBОЁPqo_ rC +xڭYߏ6~_a8T>D(J^C[SKȒ!ɻ1oCʎ7K$37r,şo_qHY*C_/x1 +$a{r !,y~&H/_Wu_EbO^&]wu|kݒeFN VSn!2,%D@Q6̚- bGh#fyno~^ D*% .ev;p\\DOO0Yda, ,rwY%sKȕ%ӜÊ +Vnu_;?yl.ⴳ*g 5Zv(OO?ӉTMa +"k<"R_pꆜ1ϋ|`㬿dlyz gQ»sut,3ڋBQG;mJ 7GxRqGx8BO I#CqKx4Ӛ) +^҅ݥ‹,]'~W .@*^gH&v1E\WK.^0] u+!qb )<>5~SbiwsLnm)J1OhcѾ9R4#g +0%>]/iDxX&;I\NKC=e՞kνfy,ϼG ˶>Z?BfƋX)'wߒD0!3ԇ}aly ,Qh`.w@[nM&xnohv֬GFҖ/şnN[x  !ni_S{”_d ks؆b[z%GS$|2A?kJEB 1,.~!g"<ߣii٥ 1}WdwtaN>aݨiU.??(]/HDŽVyứn1C a lOsL Rm%Ғ9K],GLp5 D|e|jr>u0!% 3CWj_WOa7?n +״S꺪foXYCT<~OJe5+_g֓}GRA +tP\eL\F6?J]iTU` 4{_F@R0'ij8=a=2)QIaIa_-b@$¯4I;Tgپ"? OO#[ S9TЊ=ksmA #$tݜt2.:*G3׀`?J֨@Jik떪+@w 1 /] &_*Οo2]{D¾B @(ҤG8AS} +Y*:ybSW KEx[2k:+Βd,o̦D%|{Rnr7b,40ŔTRj6E^W9ڐ +z#HA $gֵGw3̰VEx4Be_2]~#]_B!蝞MV"+Aԡ}/(p + VC} +8} w껊>,n7ZreP3 +X¡DUp{QdbH +J+԰٘p5Z%JfN_Z endstream endobj -1027 0 obj << +984 0 obj << /Type /Page -/Contents 1028 0 R -/Resources 1026 0 R +/Contents 985 0 R +/Resources 983 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1030 0 R ->> endobj -1029 0 obj << -/D [1027 0 R /XYZ 143.727 753.953 null] +/Parent 987 0 R >> endobj -222 0 obj << -/D [1027 0 R /XYZ 144.727 303.898 null] +986 0 obj << +/D [984 0 R /XYZ 143.727 753.953 null] >> endobj -1026 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F37 514 0 R /F46 538 0 R /F45 537 0 R /F36 513 0 R >> +983 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 -1033 0 obj << -/Length 1452 +990 0 obj << +/Length 1969 /Filter /FlateDecode >> stream -xڥXK6WEATO>1Clѻʒ+һY!)Y*kb9{h߻|+嫷)Ir1J( [fٿAD Z纐/?z"oKBȐI(`\$/(:[[1pSvӝf<3YiQ)sr># 2]D{~ly' (CJy۴~h:Q m9Ҽ-$qұMbɍf%3̀-3(֪L8gWpH? =ֶ!(`}%2TxQT.9(;f. -ng,\i&kwsdfWh1ndPTbJt@ui([~x3S/"@ Dk[oYi;-wZ% Gyb|acU9ruXG.4NPP90<8$\."sM`|4QT`Dt|J:IED պwH " ~B26NIC^advU' b,Lx0mɌOQv,rO `c׊.bȺm|am*ae!?cQZCYa^6yɯSUP8FgUa%~MJX]wge $q -el TxhIb(<^b1 S> --$/yv)h}j_l" -EsH[t_h;8W 5ŗCqgn -a$0.ڙ -ZOUЈQ0OE4q=yCۭtZ?{9X-Φ1EOr pXשcVS>W")t/H]Dh{Gs߯|[)}6U٥[@5ZC : v8?rTEP !Z>Ř%|uȍg17`:ASdܼBlmiHD yVHto{TqGii-= EPt]Wyl(xY>-8z!`g!3 gb^)m @pMN谈bذ֙r0ܛ\\8L? {Z +xڵYK6ϯ0,V ")-@#@&Ȟ63M%G0߷Eɒ-wۓݓz(~﯏~$,ef8fVڙ W\&|Vn틖kjmw9lQo"Hi:wGi^ŬDQK,JڝhWl}xZHo.[s^牊AvhGEAҹڊ~C|0iʌ1`7P˶_&LBY^.,I֧k7_`iMM2\U + 8QC*ITS,T| gZCug>K}`'HaKu 5SI"eȊb'N+9f&J,R˷}̰ԪYCEcCj1i+c|t1b8Sm{@Au˼u"a/XT8#g 7qlAR;ZrBeW8΃ + ڬngsjZ2Nv`һ,Q *@K(棬0L,Gf%ܣ=E,O |"Ċ],Dզ +UyeBc!-f=3DoN%`@k[m߈dZ,ԷoPGl"[C?n&&ʼn}x?c*4W%G2p(_j#{1IyN l@s*1A9yhp_4hh">Vӛ{qI~|/A['όMY&'qG~=ٳ5q2qoFҙ5; Hn>= ӵҗ4< $~nOh)i2=`lƏ6Glh#!M 7`,?N_/ Y: +)Ɍzm? MwBxS7E~ RlzuW&|Бh.2gUE)Θ5JhJaa*YO?J^mxWi,>ohA~3 +"O}3,#o@) +CG[+1NWLqeuر\Nח}q(h+j?^&1?{7UksR5YӾAB:.Nb +E#h*_fk5/.5~I^$ƌz>.}v.Iۃ_`['=k+|v9]73nk_oW:/e8}F_6eugzD+WФa3ݷqJWto??7)'v\-=?l@y:Yu"{B,g6 ~?)K-7~{_ endstream endobj -1032 0 obj << +989 0 obj << /Type /Page -/Contents 1033 0 R -/Resources 1031 0 R +/Contents 990 0 R +/Resources 988 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1030 0 R +/Parent 987 0 R >> endobj -1034 0 obj << -/D [1032 0 R /XYZ 144.724 753.953 null] +991 0 obj << +/D [989 0 R /XYZ 144.724 753.953 null] >> endobj -1031 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F37 514 0 R /F43 516 0 R /F36 513 0 R >> +988 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 -1037 0 obj << -/Length 1679 +994 0 obj << +/Length 1807 /Filter /FlateDecode >> stream -xYoFRU W~BҪM:Evap_bE;bNT}ZX/;_LB' 7o$R"ܮ&LRa<.'<^`($H5LBg~o6qwt6e^UxNUYƕ~|WqtsH}i^q6Qqf%%t :.5-EEm#IJ3b%'`mGF?r{qO~\x~p U uӤFGFMhqBkger]PC':iwif2;mgv#:i;#U>ǒ\J)Ph]%m Mxy<שI??7Ѻ`GIG*cMЈ(!"eԎ#5S*EQ)w{9. 3(P`&*/4:2塧9KDK*S> jD|іQA1HP.j+NeXA*b,| y5( -O"E6CSsIfnͲڥٳ׻KwiYmإ;E|NU#9< LqB3Xr0"@7EIo}"hXf-wmKێ9ւClZCMPWX i(= Ok|UjSԐ],!| oO;,7kKA0-.G*^T|W 4CCB\ !:d/!! *Np5 -_F -y%E'^y9&U^w"R]+Kk es|7 -1vXbm{[h% -_ Kq MR儷Ap;^2]leky[/@V.ey϶dͱ̈FfFSAp(v(^h-uy9*J l(CWe+}`W@ZSnS* 4E{ %> Prh>$r?S8e*p04<9?RV Ќ0o9VtZWs lq`0b%pUQ(Z~VO۹dޑKjZ "1v%2iQ~wğ: -MϦ+· 8J r -}Jc.RZկD0e)O&Q5OXpE&;uumA4Mv-Cj**ih<#pmr,+Ce~F%cDgKzV\p۟n3Ifx\2נlVzi6X'ERiS`c3^% 4F|-zό27 -ܓM/>%0SV -GzJUMn+Ӡ(V'1ޭe9t6ָOO}hp~/Dėha0gz^Y)D$H: ݴ1IVV:^{ApUR;COiVI5K=OGg4h}cPE'lgS4fj$ndF_q-&cd v-ɲw@ 04_r_ +xڭXM6WAKuhC$Ejlɕn{gHJdyWN{(z̛1mftꟿ.|ȢYLbl0&*b*x<[/-_]QUI\U5q|~x<B,8 |DQWau-.D +5W=͹5 8lðoP!%=wFf KzBu1]0H p9]3t_S/te-_ +vodke Z;`/Q`0:Ac:+q|ui՟6Ia^1H\&2WomHLF$ y?+Rzf#/,ChGqe}kI؅נם>?&iTS)oF`6#0mF"׌ غQծ[/T-V̶Pqdv+K))m/l)(|&qノ2溨3Ăp^j GS!w,SVR/e喹UznDnrs>ZP %V)6 w~.s \7SnۧՒ:Nk8U@ {҆nkNe2WP)FҎnԄFjЉ:QD;˰qhJoSxHw!g +O5 L=E ը<@ޭ^p\'uOpظjbw J39%#GEPRDB d3,Dm {K̛Xw/ǿyƇQqlI]J +X+$]Q(Mo]PH@u\פ(}x%,ז)3נ8uˑOIi e|¦0e cc'FM9Bf9Sm*voMcrZܾMj?Xk龜Ci* !O:p 4h9HW\F6R. k)?k_f(Rr7K)!pPπ- U^ endstream endobj -1036 0 obj << +993 0 obj << /Type /Page -/Contents 1037 0 R -/Resources 1035 0 R +/Contents 994 0 R +/Resources 992 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1030 0 R +/Parent 987 0 R >> endobj -1038 0 obj << -/D [1036 0 R /XYZ 143.727 753.953 null] +995 0 obj << +/D [993 0 R /XYZ 143.727 753.953 null] >> endobj -1035 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F44 517 0 R >> +190 0 obj << +/D [993 0 R /XYZ 144.727 202.279 null] +>> endobj +992 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R /F45 504 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1041 0 obj << -/Length 2247 +998 0 obj << +/Length 1169 /Filter /FlateDecode >> stream -xY_۸ϧ0PG)e\@ݡZ,|E߽3J+IbQ$58/|w?zO,2X/ 3Yfkt'%G[cbdܖ}>uMa[=!l4smJr8t4>k\OuJDEKoUm=TE(ø+E'oȠq -ħlEc7`z)elgXJ,32EI-bƓ d -lFXPϣ #MHhmQZ,KUؖtsREyx -cHcыkWq X3eR(Lla|/6y ŒL5i]y˷RD=ۗ_^'$r D"訟ȅ? oyPS]D"Y6!-nuLt8ǼޓcK 0rw:?XD芺9'?<;2^M/{v~SN"ۡ׽j '1x}R?,g3d|,IΌ\A$OE ptr -T5=<Ү! VJ q$0 J<}|=s2Ev6G< |n]Q̀Rq?1 p,j&-d17= 2R3Ks3CL/˛[&>Α -PTg{ Q KIb|gfH~ _ cN9דCe=c` z̸OO%2s5(hR>%[oqCpXP8U$tnis? ᡱԽ>M|'.e=f Ģ#RϴӃg`-{r+ZhUO) ,ӷdn={l12S׭+ <](Σʛ M#*ii=TPyK\M  rRd{t&ڮ>v m:iLiG=C9wiM/!]3Ca=3މ l[cYQ{ -hAڃb >$ -td:9'Ff{ r{#hN3&(+Uu?/7(B]s_{uYj(Fwa{C^UK&NΎnD#,8k&]>wD%ijz9w j=H6 G!yNct/+H\Ko' !jrq3 ^[@.@(t!BrPFKc1j&Js^-hZ]C)>a_NiXjg!Y^"b L'rbv4@GJAvN𡢅}1ds-M"~r?{ W= F|@j@5>Aa%TX0Xн`CцA{OLs;;V"X1?bZ,yfjA^-^K=cfXHϧ5b4atHf@/5Y?b)xo2_nB#`;sQ#23(Qo-[l) 5*U\U7<=3c:;y'7r!HI>DOcKCH/T-KG3G hgT>l]"zq->QʳV0PĔ6')~m|EP//^ʢ}Eibc4b饵:tSٷP8Cͺ)⊻=$A9$['#N=fh{}na;6?T`_]gf1ξ\ͯy+ˌL9\ˠ%[͗vk~j ųP~w`C302} Dm#?EUeª8 ßE0lbI.M̊q ÐyQBbŽV5_xexL3f%$rƻhjWxx2w=!N .ӤU'd#yqI{; !z'waPɰ4bJϮ.o2kV6AȿLۥ`` `#Qg[A0^BnCl'WVۓiDt3zy?Eվno ; P.}u}BMN,?XoPs&+n誢Dʧ朌:-,-pb7Y^弥*G3T)5-쟢i2Y9rizX(ր3Vs̰ʃ y<Kp.V"v{ƱXS,θ BYO<oE(|:rXפ!vȎǁْw!d5۷,KECa𩁲+9EG\'mj_ʤf|r]9ͷM&-,ՙI~W%˂g֐5L_Kbw{8ʜHO\Q&)q_!W;9 >_vl:|J,WnrT+eA>{j^2q3SLzJ`x?,( LH#3v `d `t.X8lN)av3ʞW6-+E:4*UTH;p7mJݢ\4YO0ɾy2+D endstream endobj -1040 0 obj << +997 0 obj << /Type /Page -/Contents 1041 0 R -/Resources 1039 0 R +/Contents 998 0 R +/Resources 996 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1030 0 R +/Parent 987 0 R >> endobj -1042 0 obj << -/D [1040 0 R /XYZ 144.724 753.953 null] +999 0 obj << +/D [997 0 R /XYZ 144.724 753.953 null] >> endobj -1039 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F44 517 0 R /F14 536 0 R >> +996 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1045 0 obj << -/Length 2382 +1002 0 obj << +/Length 1374 /Filter /FlateDecode >> stream -xڭYIo8W0hjbDRz 2b:lUDTRcj*m$|&M○߼{%LIm6Yo0RrkYh__~{~#޽&*Ȓ fhso]A 6iy 1<{ߪv2>X;J[mmi\̩hς. nz/y󝙴:dn;"ti9pPԼ:0SG?pXܶ {M"TgѝpG-CWTZ™d$9Ѯ{ƫ `rx~Q\Cnn^AAu,/*L$-σw<|'/_d wi ( @XlI`;^poW O,_dZ6t:ʌZ-wo-{ L/(XW]mBwhUY "è.pU ZRb^Fbqŧ܈X}@XyN̦Z#ݚEHm&m]8u d kБ=ďA 5&9yOX4cұPm\#ep,DRNtx;B.{D9ͳWs#%]i8+WevSySL2Ѕҹ0b6=~saf ˺(j,M= 7gyz'a|X:SQbpUED5dH$dZ3 -PqJEϥᎣg2LpJjXxTPa6ׄF2Q"ZQ[/Vbd%?+7ʾdp #IFrS -Z_E-A/Myv~A!" -fǠ)Z8 )B:PӨX3EW%7*p² kJ"8~U 5Õ@?1)_c{f侌&UO_ƨ)t\-}kIY_ Fϭ3~YYKx+χI, JLƯmY՗  v#eq+vHV+ԀƽT:__c__7ܫ X}I|-Rr Yc/~U X!Fb"aʘL +xXKoFW Rɞ h/:ŕE"-.iRZI"=`D7;oGʷӫ*G|I_ L4}(_o(靄!ߗ Svx,{z^lVjFDlbeLBޠKђra5^VhhR4\- f7O&䇮# ~)<jEtʢt}(((2DðVSR ze^IYFxBJ5 +&eX/Qs1Njc=vAs8?`>"i}la/AQ y!! QoJ#֥ "AoMbŧ,\0Ҩf`ܩI4b'^dL=2fQuG"Sd瘻{G + 9W^ߦ eŞ rr 7{ aK M4Qdơ ɋM%r% 6eAtLiRcWt-}/Ql ,ge#jC\dRpx 'r;H4}VI dp޼o'^myK?mx+TTZGt  P(Q!쳼 +h%ٽ~{mG#  ++U'DJisd?|UC1DzO@[gycPhP+AwFm%ߘI@.P2~0F6iAUp|^Vqaݢ:H7<ZB{Z}6I`bX5X _REl"Mv)=G1&I&M ZW^ZmET֟ &Ubi Y ̩d^Q +578ERsZEp#k% +q5Ee{;R5O@d Q[s) XQb}S Jt@$xMzkI=$1=g +݂uy]>#p/>5`ޝ1 rc.޻KF*. +M hӀ/ƛ, +U*59`ĭ/Im1SL׎2G%KCgL 6J?Q1ҋZ9QA?G (f; ^Óy".0!6S-Ӻ S55׾7kg;Ҿ:)0Y0sA";/d}Z2,}:_> endobj -1046 0 obj << -/D [1044 0 R /XYZ 143.727 753.953 null] +1003 0 obj << +/D [1001 0 R /XYZ 143.727 753.953 null] >> endobj -1043 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F37 514 0 R /F43 516 0 R /F36 513 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -1049 0 obj << -/Length 1654 +1006 0 obj << +/Length 1104 /Filter /FlateDecode >> stream -xXߏ6~"ҩ*9]|*m+sM-H({g<@݃{͌gۙ??͇E,V*-73L =Ӿb\ijzv}2(MnW~lsJʧCQ>3Ǣ/Bz `!35L44UMbCڔj~TZpš[p6,ٝA_MU4VZg8`2g ԮlQb:&Y ((Yh"n"LN{<9dG' -&b5T0$L)լav2|sCC޺m@)͋)= piUy☭{uq:=!Aif'^nZ`ۓ!4Js`-W(a*ɩq8{W6^`4qJr.J()Vq?|^*S^q]W/U ѕM;I+ P:9cSUUp,>)Ş -|"1!vQUR[ XGޖĻ!R' !{K$.!C.1Z$CuZr+Á¸B8똍*fcrMp0qvx!~) dop1iADn<&x{8Z`8bea&f;@ct8ٍ,ę̓WEZ}ӑ *wܢB8SÇ95St,Bρ0:DOOt|Ţq1 Dsm.9'&B8 lCmʊF! ջWIRmB_ȒUb aΙ:A 5vȎґiX@ڔ[>I:[8DUAЫQ0fX"{Bh6g1bLw͔$Y +xXmo:_6MJgv4Jk>\$BDKc >9yΫO:ߎ/|t|Cw5Za{=Dơu;r|̳8ǔ$ecԔ2߈d(Z8EtIFi2+|L6Ǯ#6x<m;_ µX$Vvif֗0#˪--s֔&|/M;\mo3'NmgIHGY_'% AO#-F|KJɣ7 ~7H5@yFqziSY*RJY=;lbyp6>, _>Wٳvxj9M 7$|%ẏJö0=ITCn+)̚ )^Kg F8T +ש4w$IZ Ktgmcl@>Xi=D1ѕL~˄2yz"ol߰^@W}9PWejs0[g[EPq|5Oi#@)9t7+0{,>#kחP$S8Fgk-P uGZ`ZL֧Am_6f"K 9)dx{LPۥvs, '`.V&2yJ vhԺ@6/ ?{diseku'& +=v>hk-OwvYWT&-Lyսh&aB?S}֪|VVS|Wy^̣-˸*>`5zVgR3:G.m"jw-gZzWUag\Ma1t6+#B̋ݔw=:s򧠃Z vuJTTnWvΐL!\B:dA<#f<=).H㞜aoPC6m>tICS^#:*ƊE endstream endobj -1048 0 obj << +1005 0 obj << /Type /Page -/Contents 1049 0 R -/Resources 1047 0 R +/Contents 1006 0 R +/Resources 1004 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1030 0 R +/Parent 987 0 R >> endobj -1050 0 obj << -/D [1048 0 R /XYZ 144.724 753.953 null] +1007 0 obj << +/D [1005 0 R /XYZ 144.724 753.953 null] >> endobj -1047 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1004 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1053 0 obj << -/Length 1786 +1010 0 obj << +/Length 1655 /Filter /FlateDecode >> stream -xڭXK6W jۢhSZ A+^5n{gHJlWD"\*O7rDrY-2 e&_| -X,$q,$$ %g>S.2SuY^Ѡy4:5]k(x/=% Ị T(Cb?wD1EJP)* -)Z2wN{|p&#KsY>] *"J&ݝl*Z2Ƃȃ~nN"Q:ݙ'D0 -f:!R?%'qHSswn'Xv >L#]*мw h"EQR7G]YRow[T+0D<-2gW<(V*׫E;x~7'A`ͬ8Y$0ڛL3!G\6YPHz -n=>,m-$ؘ;w,2cNvzNbk2ꅲ&E[n7qJЁ`0^?%k8Nj(rSdѥya)s"h2$1 >$kAI"Ywt:m{GųÊfvo$2,{i ݝOP"ZheΑB3$(B(U8B ?FKºXwF|ƇY]8lā[w -, {hyF -]hU{IƣKB@dr}xe-GŁjyD0i., ԥc&Ua?9bSݥuDo}Y׹8>pkk 9okf#96ǭ)" ҹxraʎ#Xےk/EyǹcJ8EcY/-O+%)IYG}ZOcL^?DEFI0r˥?5=H"U8B`&{@#mşgwA)kZ7]jrX|*T$G`&{0YgrcmmӤYk/XHg$qI,\'K'ջjoN.(5߄W(\ vgmV.5.5{Ɠ% O.ѫs^ X$hލҬ[ 7_~׷O}WU9C߆+gz`g-D|+Xjrտ\< +xX[o6~0 P/0lŚmvʒ+M2}ɒ5a/IS|;*^lO7/^_tQlq^$9^dq07c Sex|>R_~gDԈ <J-%4jT/kl׽jd :=iHQQn/)hK OƝ93;B7~PU/q$$Ʉ8Ά+y[Q/=\8">e8Rj\CC?p ND#,|+/Yr^4643d\QLFh(@8!f/614xɣu^UbkG4RonmPz@NA|D ۅ.,hN(u+;, 7"7ehT5Fʗ$O3 >Kk%NhFT$z $suSY Xu#[?àQfƢBRZ]M_TF*uxMƒY(6MͯM|^]+;f%̆XBԨL*-_!2z0"y>}%Zw &uQvnH;#0uFQ1hjA③"b 7S oVڨþUc0|)Gv Ewnz*ܫnt7ѧMqWtl[YDki6/zRϴ,|J_u +E醧 +WEWt,KϫC ;䑶W43A ]LU]npu*קs| +2' Ov/tu kuFm}e"BTA1,pL#:٠>aOK@v}ˠBMH9]ObAbp>M,>aB.ل'qfA$K .fza^TU7 Fq>" IK's'  ==6ޣ;{NE%+^Š ^]y3.@43[Re22dotV) +ȾÓ+on^ & endstream endobj -1052 0 obj << +1009 0 obj << /Type /Page -/Contents 1053 0 R -/Resources 1051 0 R +/Contents 1010 0 R +/Resources 1008 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1055 0 R ->> endobj -1054 0 obj << -/D [1052 0 R /XYZ 143.727 753.953 null] +/Parent 1012 0 R >> endobj -226 0 obj << -/D [1052 0 R /XYZ 144.727 352.702 null] +1011 0 obj << +/D [1009 0 R /XYZ 143.727 753.953 null] >> endobj -1051 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F45 537 0 R >> +1008 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 ] >> endobj -1058 0 obj << -/Length 1196 +1015 0 obj << +/Length 1597 /Filter /FlateDecode >> stream -xX[k8~0]Y.l ¾a3N4ۡ !W4-_t^<+?7w9>bP02p,"y Q5:ŷ:{錖] H,g=3%.9*6/)"c#4D$uc&iV;z@E9q:5'8p'Sѥ$ѐ( O1wh_u wEُDbUtYQ*G9vdbl֚:tppyȤ*܃Ho$Om?3$;=c}^B.>3z ӛ:d +xX[o6~0 U[-6 CaC`EBlɓ6sHJU5`+"Eܾs'$yg/^s5I\'TPu: '/, +`uv2sC&wU&'" +8-KR6wRhN1”$PǠwWGtrDXOY( dJ94s!^&RŠDиrq7.Y'`wIUo;4$ij@D¡qgyZE`ò =Yz@Sr@cedmv޼HwQObtҗB;e1C#H"KS@ |8ÂpJϋ"Hxd ?8m Tvuė:(jͲ +GZłR }dd7fugM`  Cm~-jne,gΰl ?B b8fƷ R]ծtoH> &@8PQL#JzItz}Кthzi޼[iC? U8n[A3u 7$ J6+X SAZ;XUМJ(43[BQ7Kffzw#P +BRFhbyt#qX"Mfi1 +=[eIv X&jmV9G\pVr۬cg)\72hɴ?#4j\APG(%h`вxeߑ-U%IS_C7u5>9) pzvr C$U[pp]!q8>ҤoW+-+70Çm-nliNAxeM(2#)KB)&nJU6KjSikO$DsXgum5 uyҮ 45 +h|:ŹG' ޜ!za7T͵~ؘ[9|ZR u6Ğ~KjXP-WլHDjq3h,8-Yx)%vI9>BGus(1 ' ]b SbUrEʻYt%KY9F1l.\J SaM c眇zNNiVv =Ao ZDV~՗^RHtKRN~a! endstream endobj -1057 0 obj << +1014 0 obj << /Type /Page -/Contents 1058 0 R -/Resources 1056 0 R +/Contents 1015 0 R +/Resources 1013 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1055 0 R +/Parent 1012 0 R >> endobj -1059 0 obj << -/D [1057 0 R /XYZ 144.724 753.953 null] +1016 0 obj << +/D [1014 0 R /XYZ 144.724 753.953 null] >> endobj -1056 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F37 514 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1013 0 obj << +/Font << /F36 482 0 R /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1062 0 obj << -/Length 1385 +1019 0 obj << +/Length 1664 /Filter /FlateDecode >> stream -xڽX[k8~_: ,Ddɲia<,XI̸v]PbNF>J||\V`t.w!E(a<-GG#Dd4KG_aN>]^h$I( -b82K~|Hww܊|Ǜ˺z`DV(a-u!8=Xɔ: ɾN#,BN s_OLoyO?V?|h+iw^*E~\U]ڹB q["30b]U^CV{-bM~;@Nx\fj[+ % P˅- &kG H1bsVAAKұH dpHLI<yʯJo#k܈ej'2vT #'CQ;юPb(D -4 +R?6>镢 V0 -a![l.m+`(c ]Ip{>[xNBQ6h,l^[[;"H/8M#KHWQsHqJOiJ;G4"͆? R"9Y}`&xi귅s8;!Ƨ Pӿ'  bL 阙fkiR -+wxOoU3ǎ C-]-*Q*] -%h24ֹﲶkQ7ʠH˪P">af4oeF44%ip&qo,K&R5DNǹ\'!G>dEm14\d7bѳj$Gxl տG?Cg8_g*HB?c&HGh6QF6et3{Q(N@+0: 6xS\䢲JB#q hm i?/v܋-߂CnY0 -Ȃs#F#=bQA\㕑Uyո`7S;YaӴJȡ\؜;7%bYn -HmVKWkB9 -ߜI0Ib_yc6[y+~H=WîkcS:댧-)1#1wFYיZM'#A}fQrU{g[3 gu ,|QG Wʒy*˦m ?݈u\n+gI=VJYKl<[(ES C#g(VAn:._`tM]c3A ":WGnۋ-|V"b?'m<7$EXbe[\YܼG^aQ*/5{ ˀ +xYQ8~﯈nUkSkoVbEG 享(3!^63ͤtهWtWoL8 r=P?E4$̋gtv|f~xLr4T~W;3o޳h /D"&aϦ}p8ʌ~Ț,j߼YHhv4sOhhA, VlǬH .$qkYXBitayL/`4gN˪sd9G> Xw7g) +WcP"tAzʊ/pJuDp^ս_|T]106 >zr;x|i(ˬ9=`{k`5_;% +9#O!@ ы @€] za0kj}PH3eUus IhED2$fsg;"]g֌)b+8J1z2鋖E +MVU*SywĦ=3XpMV|Ai4 +gl g6JҔ p|0V_r5 +̮*jdDWUX .; W aH^%Ou {P-ZS +}Xo2vZk1[C +Eq0Έ9%Y<ꓒ|؂=C䪞Bf#A?Nh$#9Ք۳4}M3)4Mtkz!pĠ~Y CXzeވOLu*s<` +*K K NȜOG)eh"Ԏ 1:R8Ac[,K%|lPYZfdڔd7-WIKd_ۄ)S#sUu[jH~yi<ՋXo"F +_>( ¸Gx NK_5)sLYI9/Z@tH^H'6g]j 6g$ڈwCrF5.h[PktoS endstream endobj -1061 0 obj << +1018 0 obj << /Type /Page -/Contents 1062 0 R -/Resources 1060 0 R +/Contents 1019 0 R +/Resources 1017 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1055 0 R +/Parent 1012 0 R >> endobj -1063 0 obj << -/D [1061 0 R /XYZ 143.727 753.953 null] +1020 0 obj << +/D [1018 0 R /XYZ 143.727 753.953 null] >> endobj -1060 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +194 0 obj << +/D [1018 0 R /XYZ 144.727 405.112 null] +>> endobj +1017 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F37 483 0 R /F45 504 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1066 0 obj << -/Length 1233 +1023 0 obj << +/Length 1634 /Filter /FlateDecode >> stream -xX[oH~ϯ@*U yKJU?5cC3311N͋a`|we· |{8 t0D q4vn/iy|UI1!nEV,t$C&@B%wV ֮hj=@PBq,Ɂ9UnG'Zx/:8lOG`DEjB6$nJ zLBqQ=܃h^B/sj?oF࣐yf/UKV@iPTj ~q|% -$m4OuQJ"73Z^e-~EKs\=ݙm^w>"/?m"BL8hV(y4_<R9b|"2*nNT6ٛ@Geiɾ. u0 ha°/=>:QDqys4(LzKH5xXBLHyʶ=kn#b>P0qIv͍ODeUb/^O /5cx=d"&}0L{HލLx"SfXBM(# wЙ# n#zmZ~\s8A7(ENW|J\p$NZ!(!H獮D!n @N3zN 56GH(:Jhƚsݲ]Ϣm6ƭ;^zHX*hk!zA7.VX1 c B\FOWds =3npqpNdp4/?j4/-0I*gC"Y x*|Vatt*9ue$[gY ѭ[/|~k܋NAM:-؉\wTPr݈0|͗LϳB ddP>?1 B y v r`I>&u6>v"P#B?g@ z/J/_>aQBC(ےk| ;?8ĚPewCSDHXC!z I^t'~LCz †-^RQ,:X-M`;XoN(d6$!MXxBK ly 6~<"# jB. ;0>!ՓH$dV2_6{ݛVbJ ӊzRlI(%LZa,,sl0fmӽah:/s(YpxJBNfetY;MuUU?)w00-YdeaY^x0LDB邧C9|Vfso]> vRˡ?I6&z |Jp0,xu΂,Hr l|mN+{lJ"^ H5pwI">q9OLǬ뉨c! E] +્etJND730I-* ]c3^t?G%xƼԕqm;mWE؛k,}`MtrLC +Oxoz^V +:>Z0;(x~M(h@6$&o7P.Q,Dý>wgoa?PڲFȠ:k`)ä́jE}VޘZ5m6x?Di`.xCZOtkbUT[&|!#wOt뢧"Z<gxNJR 97Hp½aMrީo561 endstream endobj -1065 0 obj << +1022 0 obj << /Type /Page -/Contents 1066 0 R -/Resources 1064 0 R +/Contents 1023 0 R +/Resources 1021 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1055 0 R +/Parent 1012 0 R >> endobj -1067 0 obj << -/D [1065 0 R /XYZ 144.724 753.953 null] +1024 0 obj << +/D [1022 0 R /XYZ 144.724 753.953 null] >> endobj -1064 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F43 516 0 R >> +1021 0 obj << +/Font << /F43 485 0 R /F14 503 0 R /F44 486 0 R /F17 400 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1070 0 obj << -/Length 1580 +1027 0 obj << +/Length 2333 /Filter /FlateDecode >> stream -xXˮ6+ \ j/Ң@P4 ZizQ ɂh[,w,)L]t%Q"g83g ^zՓg/X$(,] 1B-Vmqz~볗!149Ȳ+#P]JT@ fj<ژ0u0_I`'tO|4F%Q-糀"NQHQVP D4FmUU~^R& -e(D}'s5ƈ}0OZJkpCHJp< ->+>}J@ ݑwwrCH[TijC!NLf,Uk_Ie5:8O1l;z|N9X6yP2 z@P"؈~VR6c[U0b[FbX ͳMm_i@xJ{mN f4Y SlΧcO$Eus3vztmk5AU#J< hn8{ =ŠۈeyK*\Y3P2" Vi2d6b:Wm*wM K|H\v/Qk~^ǰ-.i<Ժ|YL-[5]BɵeU٥G#GpI}b@-j淚fJg @Ie(BMH̷`ۊSD2> 8aB.٤'$§͐Aڄ3Ԏ*%B 1)1unl6c=G},vE,b nC]4AAa14wF~͈il`pڠqޢ,EPF9.E%G%'y<|k -k[\$tfB1}+"qp#[b!-}k?AtK:In: AY: Kb~(Uq@ՈL"M4>~peV(&QB sDCBf0Ej^$_1(! P +(6+G- p7ZtXX^gQveA#p&%֔=~qp=^ni̺ug{`Čd|+ %YO(_OT$';[&f2JQ`<D]^K4xz7 h!M +xڵYYoF~_!^X 1O@@ ԒIb{)RndAPUu݌fY4]d}1fJjƤ ̒(f7m rWHȪ֗sXuMO7~KfY󌇉pM$<2.$.y}Y(o)s\$AGwMQu//Bg)R,U^xXL*P.f"sJ\,E2,O 4g"̤)%"{!%&C!v wAau\WɘYTa +R!J +'CFYQB1: C \{J̆+e)Q'\@GHhKҒCZ 0.1tT]E]8.8zНR?B؃5y.b4(༬p1G%,%e1kpH% L-6kEEud]_EI-B:F/?Cs0I2 +CoD,=pp@=ǗI|f:PB|+ 7!XxW5y6|UW̧W!qĘ…QwVQy3` vg0Jq䍦CSt [fZJn̠ Ή,!u/'ҠIderDlAp+0pNi2tAiy3>0NV/:ROTC,in⨑aBf#1*ߕ@Tj񎝨*E%ɭ4'wl4b[nʺZSF +ct9Tb 3CWs0ߐQ`)T|$r4.јRu(n[5|XwTiθhlq'ηۦC3Ό`NJ0lAPt g6n +AN0Nmy,O!]Py{Kd!ac`NYv.U/%E[v]?i#s{BLe0DX9"h/-d^Q />kcRF-{g8H$[2K|8=ãL< _N_w5!g +'us3elGl/>egȻ +" O_(Wo`ay?UA[-8MD]lu>+W"!n:USLq ? %ĭX=l-FC?NG)o'Ȍ 1}:V6rJ0Q~Y. eiZj[E}j`+ѤtŽH^Kzٴޫؚ?F2F2y^9Mx#۲UPÆΰv+*Ak'盪2 YlE *W ր.QΕ-hT4ϻBb +R! *Z뎰Ȳ_Ć,aN`Ƚ 7#u=òʿ+%MRIp|PѤ=fO\w ce;ֺja K@q>b:* \ X)6|Av>f V^ȷ0& c&+6$ 0 Uk k{pc^[07L "^ K2Ks*3pݖ*1h9g':jh,k#ݽv99V{?qB5΢[bWPg7xGeህϒ@ЗRH8uk! eN^ @܍ZeQS@sW4LOq|Ti_rE?Y(P`7<}l?qhQ-4;wȐV>LPF#Nіo K endstream endobj -1069 0 obj << +1026 0 obj << /Type /Page -/Contents 1070 0 R -/Resources 1068 0 R +/Contents 1027 0 R +/Resources 1025 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1055 0 R +/Parent 1012 0 R >> endobj -1071 0 obj << -/D [1069 0 R /XYZ 143.727 753.953 null] +1028 0 obj << +/D [1026 0 R /XYZ 143.727 753.953 null] >> endobj -1068 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +198 0 obj << +/D [1026 0 R /XYZ 144.727 716.092 null] +>> endobj +1025 0 obj << +/Font << /F45 504 0 R /F17 400 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1074 0 obj << -/Length 1541 +1031 0 obj << +/Length 2139 /Filter /FlateDecode >> stream -xXK6W5hZTOIРCM*%W]>$^Eo7DrD|;A~\=y@F 4D%yp\euzy.bI՛WH ܼ#%|1/> `wn"8nV'{J1 k4y+ +&Tf. o#"!ix~QeYizXǝF?w*ºRU|3,ˬ\M5`9(aZL,p^V7D%IQSZ|}HRp^M^Ƽ*WGwMxTVQoڪ$*'Ez-mʔQh[14kYt:t7Rs c⣘,7VӺ^,:5%}mMմTug^ͻ -jY+z @q _KNbKQ- -=F.oG{qthaDw%`Z,bߘqn䚙2t 3#ԟzbc\gp Rgp v"œ?GfpfDqCp^'v )-vkdir7g5:gvd~Ne Lgk˝wd9s=FGh#w,6OGå~@i] 1s^4v >T}uSAV«G9ATw7C`#0t -gZ}#Y(q'n70v~b ?zC@d#D rbC;1r< ?j}P7fnlN!#I -}qE$ -mJ^S3ڜWdSV0pJgUݩF8p%JITH/nV +xYMoϯ`KVoܓ7"bsXGjIHBRQ jR$ErrIbwUuWg|~*Y*=fBsY-2=,gQYRk5Δq?wϊej\륻 +vvnF/z͎K'7l g\K'\Si]}`@ijVIKR%Jy$CC|ql ~J6L7y=ej}E;Il|K/Q[5Qzq<(jJSVn`s! R6(dU`!Kokg[)o68&IޖuUDE Qvl?kWث^E*b|/n90c68Gӻ\A(0xUt\)+Wl8*)P)p+88`~ +Yl pa7ṱ ]08*`H1[:fQH0ڼ ly~:rb}&Ճ@7}/srX+a2{!9We妠cf.zJ& :zW$@L8 + KfEw(m-V%/;(9׫1AH+6!O\QC*4 "J/By-"ҁ u}pQmPǎjT=rUeT:&E5ʁ&SN,&J4i’j=:/S2ʋf̿JpB;`MgAGC nK͌"Y 4,ppsЖNo֟4]Js-xz|o^hI-^(AuE3ɿ&9{ncCCW6>DRe#zE&M +/2z1v56ʶGm f5 Bݾs+uA3v~ k`m43Z@4AxQ7UYa7u;c u$OuPkلa[#ApjOŗˣX&XYڷOʔ0vu.8\rrЫ$3Ӡ"me5% ʊL' %e!GM[Lp0-j~-Ѝ/~ں hӴឃS6jMP@v8$h ^+%^0\:|ˊ>UcW7%-GzȊ7JuSGYUy/Õj} Lu)_ ^a.ihwC: HrئFjхa,p&vlW4Țdoi38U;@Rs.ٴo)> 4j d7* PO +3pViE@pG#_Pp Vwwk2]9- ֲܸh^p *]Ho|X wCGӳgVy,''nc꺶V0 U\S!) endstream endobj -1073 0 obj << +1030 0 obj << /Type /Page -/Contents 1074 0 R -/Resources 1072 0 R +/Contents 1031 0 R +/Resources 1029 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1055 0 R +/Parent 1012 0 R >> endobj -1075 0 obj << -/D [1073 0 R /XYZ 144.724 753.953 null] +1032 0 obj << +/D [1030 0 R /XYZ 144.724 753.953 null] >> endobj -1072 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R /F37 514 0 R >> +202 0 obj << +/D [1030 0 R /XYZ 144.727 291.448 null] +>> endobj +1029 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 -1078 0 obj << -/Length 1640 +1035 0 obj << +/Length 2259 /Filter /FlateDecode >> stream -xXQ8~$E,ْ -kcJbsn7#Ɏ6npPɖgfOd3&^yoD &'rp"P_Mv-xITrǿ(:ѪOv}}0QAc:lzpΏzdKgtZuU]wW F0` - >;O_;ޠwb˭+IQVbי%YtCc랟 iWyL,aLJ$W*k|;dhWu(s"Hai!!Io $SjIx9tY~|N*~_B@݌2F8Uma>58i*T!>ج2T8=0l]WzUxc>1C;n \_FO2=~`wR(ښ3E+95\̝&§oS#d/H9|6gtp 8< Y*& -g;y)(dgVRuve0˷nnG717T5l 2ljn([{(վ(\790t7WoR1CH\Oehte@2"9%/@g>|A,+Eqn$k{ Do7tN]mh9,]iMH6lKwƎӬ^hgƶ3'XIq>4"b01Pᬐdpzn____ -'+7SspH;,=js1Y!BrvX ydz`*mKnKNtgy}wC +xYˎW"cɺw,6m -K$ON=U,imO"YGSE*\+|S"a&aH$Xaĸ0_*;6YY,no<^*"q7aoo2!32;Q }Z$/˕MTS^XmTۍXPd\euV/DAdP:+4FtkMIez\t0b93p7#MJ& G\ I+CV(9 +8ۋ\]^o/3[ xvO͌N< uA6fFo0u=aYNWC&ݾ8f﯁CUFZ/-28 +U/LtE +!kpQxmb36DC +3;FȼM,dfٖQޗUC]C"51HAf4GkVCfkRzRN}q$k|KM%?: +d3(}J<2S|!My"b&+kI Hy0 3m$ed_^X`mo뵭8δvvGX|;DWiB&b!$I:YQ3n|6p'?hccp5CqiƇP#sSGrqG%.393<\C\+ AX#!4fCu,=1[02(!KqlmZ=3IwB{S'K +tI5z <%M.҄'FC" а>,1nP.$TF>~ttv6hM(LszS8K4 L6 gS~=]6va{@ +g~7dxQ`-Hoo`5 + +⡿ObW%v epnȚƸVwt1q3?ԧ6K|𸤋|Ë\x.] uj).l 0\%xkҷMA{u&[Mv'#n z +B-{pD}1>tqs  86RԁJ.>[cS8m٣4v(E1t<:."UI>iIi^'yR\5Iqg-[z5ɓϠRB/A,&Ds[@A Jg.楷Jc2,L8\W_tϩ^ +ytJrzŲ8?JðNר!08P !4G$3 ,&)b9c<]PE'3;A<@z A0: W֢ɏ[LUJ P+9! +=w?G#` LWמ;dNEp%T4ш=|P\F endstream endobj -1077 0 obj << +1034 0 obj << /Type /Page -/Contents 1078 0 R -/Resources 1076 0 R +/Contents 1035 0 R +/Resources 1033 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1080 0 R ->> endobj -1079 0 obj << -/D [1077 0 R /XYZ 143.727 753.953 null] +/Parent 1037 0 R >> endobj -230 0 obj << -/D [1077 0 R /XYZ 144.727 571.083 null] +1036 0 obj << +/D [1034 0 R /XYZ 143.727 753.953 null] >> endobj -1076 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F45 537 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1033 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1083 0 obj << -/Length 1647 +1040 0 obj << +/Length 1955 /Filter /FlateDecode >> stream -xYݏ6 _04U>۰؞`JbԱk)9;upHJ$$ut04N^z &`20!@SEX&aaWvaqdprT O!-zs?lljBn@VL=A5s·D yYUj2|ȓ82C?ꪁ!J16g\dFUu Eb r1PNba<p=myLaZ.InbGlؒ{?l:bǁۘQ˸.{EjgYa -7\׻ h1 ֝+ baaÏnSed3o/+[ /p#gL{ls8>o)7#FbfVlQ7wqX@`sNwUDtcb<\NZKO5J!Fw/>;#آBpo;e\LF17j+lB8Np PU v1mܥ Nj8$i=ۘECõIdٌMl:@(I<V"A+ 5^/I=܇TjH>II85m-/:y}*+9Q pOL S dqԡy=yDy +xڭXM6WËI=-&Eza/EZ%U{gHJdŶ\L"g33'?͇OLLb"`~8/&_uo+?|D²@0"2`̿_+S(PIh,=+/AfWOWROT ;3܄M^vJ#5czz +; YfePoUN +@À$sjlڙQ|?Q8QJ$v_iJ&/C I~5"/V 21*ϵ5`W9fesx؊Z'Tmu$IU&2sԍh ̜5Wh}=)hbfF,vUK]:p!1rhX,ZWviAAUNU"d17:k@{?L؝| 0f@4&FuU[WNkFMue׶_$%V%A[:Q 0 =#11(omGweFmv٬lf#&ƙw4ܸNlpa{s\C@7rNR`rj O$m{xQuz)R=uѠ.߄1pm O:2DDݐ\:#$Eo~]sӸ9 +FIzgGg whIJ\&%ք4E %$H߰fi*A|S*qcdH ex% ;Jh.1Y2SNҿ1t4dQt^BIc.+mo![iHhssYHO&ر{x|BuL i|HB1 |+ L3q*wzͬn~"fvdDzݡwnem;Quw}K߁~0q +͟G vuMu"!nMܧ$Ջ덿\;%sZ~?*bt.p&i #, ;Rk \D}qְ5 >28O~L53`bٙS- \(U5i(v˝#{3CQe2<C"5r 39"J +5P6D߽ tvRv7rDU,϶Ur&B*1qm [=<"~ -RU-gxnp~y+dd0 *b +l9&qqH0#S|FPK]@.c& ~N0y40ޖ?8ƾ,5]e"QЃ5\!!-59!]U:[ J>#Qzvux q`7*3 *R3فܴtI~dC8%=sUTu ^uh3>/A0d2;棣ug]<X?z;E;fj 6KguGf]:7"a>t+ q~*_s5_konwgs )ǽ|S.!3]r%S-[=WVyyzŌ8ّ/?ȇyI!VqlKfV/ endstream endobj -1082 0 obj << +1039 0 obj << /Type /Page -/Contents 1083 0 R -/Resources 1081 0 R +/Contents 1040 0 R +/Resources 1038 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1080 0 R ->> endobj -1084 0 obj << -/D [1082 0 R /XYZ 144.724 753.953 null] +/Parent 1037 0 R >> endobj -234 0 obj << -/D [1082 0 R /XYZ 144.727 203.275 null] +1041 0 obj << +/D [1039 0 R /XYZ 144.724 753.953 null] >> endobj -1081 0 obj << -/Font << /F17 428 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F37 514 0 R /F43 516 0 R /F45 537 0 R >> +1038 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F43 485 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1087 0 obj << -/Length 2295 +1044 0 obj << +/Length 1388 /Filter /FlateDecode >> stream -xڵYYo~_!`X>il,k ԒIb{)CΓ}TU]v~R,fIfK&"1qֳo\6/7wo |IF%񴎘قKN #>\1(r(|zJ DTx4Kb1Ia8Y IV\BE,}Y?Syh.#j:0ڣ"IEi&{)1 -u<BƧ+fCk|ޙjTWwX`O6wno87;1rCӸ>A+SdڼpҢ^Uپ!6Fss;B ' ʯƒ#TkK&K&!j .jV ڸʤk< 4@n\WYѼYq; -6`B *bA(Z8a_񎫁pU\B$y|z p7aWHiVy.8 -ZsEw`08ieh\e \>2hnǨAkKP.m@YS?6 A+ӆuɅh`l!"I 0[ќFO҆FO"@FU1 c1omV *C&ql"R!paz 8=GMC"]n׶֑c|L/YBGlX>kSO;J2EFܕKYBfA:A * ur@TBWQ|_*`[,DB\O~o"j= Gn)@c88n#p(N94&1%]}N槪*#>16jE;Q|#5Os|$JF.D}54\f>Sl;b+8vY#k,xW|wi] EdɆ܏qk2uΜwœvmvS/+Tn$g,-;0ڷJIdӓtϼ9[նo] -2_~LkSV%4ԦCSnנXg0 eV0%qwѷ *`Q]#XmIG4 }׈6-2ĬXUZKY%sy+V\ #U޾d:<?u/XXKj~!~V0c5X~QޘdU݌(y/';x2 mAI34Wx !ٍkk+md)mcOh2\SwHsm nmw8RƍB1eU1)҆u[XaP66S5}"H9I%mt2Xڿ-%?=(O8jVvSD 9MϢ$)ΠZ-M/ݜѥE{_)XK>iE2SV? z OqK.tzS?q_}n ۝T-2ߐ.:WplӳB1-G^ eĩNSk:sڔh[EֵwD <X!UHX6$.z3!u;݇" +xڝXKs6Wp&)5Sċv(QǛś,R1  MPA,X/WLF%}[ݿ $y/͵rJٜRV}0/Zd1#iX" +薠(AV1XEScNA]1;6=x!vr@zQ@P(+f%R*/`(e@0蓔!GPҥkW~=x|Vp?5 TCi)G "lQlq+ +rcyw0ջr!N_ȷ8B1|椿ʥEޡ娑͍;*{"0ŸJK6$lrX[ڗe.ͩ>Ŝf;}OY';S(SMbӧ%3SOypAVnars;xl6/~`gN +ffX"`ޫ]b!Zd^֎l>ҶbNkwwsjq ++}a<$> endobj -1088 0 obj << -/D [1086 0 R /XYZ 143.727 753.953 null] +1045 0 obj << +/D [1043 0 R /XYZ 143.727 753.953 null] >> endobj -1085 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1042 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 /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1091 0 obj << -/Length 2559 +1048 0 obj << +/Length 1605 /Filter /FlateDecode >> stream -xYK1VmĈm8| #Qb(R! SդH:\gUUU3^lwq?+pawWYa66 [/>FTe-Iwgn`1 ț2&:4K:j+4HloCCFMbPξYUPMUSv-bɤr1uuf3~~ncKΙӚ:TzڱE)nG:߷$7fi~ C![( HHćyaSQ XyN$a\'"xD̞LĂ:f.{^`y)a-+˪,6zh]i9+Xf!X }f{D/^w~i)QUO\-?>XK-s&\o&틠[-:k=`vp`F043 -5[ -Xp8kM2at1gB6}WL;5{ּQr9%v[8 #Id&:S -K>`a6BNcz?ScTnZ !@? wк`ij Ga|9&!e j͆Z۫x'Q%f>ۢm'cxA g1wS%W!hmVe{س tW-}\  -lZS= c8^9䗬%/Pj'*O,)G`i;zOaҎ1XE[C tX8uģx8J - >~߂J)Zwu>Xu8aH+Ĕ G RDwXDEw)/ -G]i)\f>iBu싔xN&0SjGM^n爒aD8:/۰ns %q3$R$!kәm|3|:z圈RPڅ/7DiqH\PjҖFtFhзΊ8HH.m!!(8q2tQ+fE C -a>|j5WЦzE&L[ՆA' p՝NG'Vt>cJd5>BfX”]|:^lkwtU13LLü)8=q2(Di`q*,D.4;4afҾOWGmf4i09lqNaC .I. J@ރMW_LʿxYז>'j7xgjYhDܴaM]N\N1[ȅLӉ^ ^ndߠg7=]vvtH-fT4Ǜ1($@X+8ԞhLZٓ<$ 8(iP%u\e?A֜/u5՞pYzH /T ~8 -0Y4C$N61{~0/} ߘiVq$h߰.襋,NdpK5W.yèv;]NjyEwH"+GBX?yu|KGΊm>ctBeC 3i=I݋\o@u\-5u3OVŁkҕ o'gw2SnrLf6rxoqP^Jp=a'48U I>pg.'58!P::b'Ґbăa }XwsR(8 q"JP-haγ Ⱥ؉ƺ$OQ -܋{A*? }G?lҢM:0S2$א |n"zȺ"K#ݥ+h@::$ffCᭆҐBzRV(xŦCG wyZj6"x --s ?z;8_|ꖺui=b,Q0'}}UjEX/r>t;ߐ>,j|σҦ*_7$㎟&7:(IDuXu.G>QGS;Vhf6؄Y֧<"ud8 Ѧ!š^ /'2|'>f'oIs9] -I_,e TsTN8o I}KFR6_:p%1vݑ/Wo\@7~u,ICP +xڵY_6OT-6`cRըtRU/ )]E YSo8bWo"q])u ZDs Yܥ?wb brEHകFgr/-^r?76r䁾ST|-EzI48ay1v'ү|MPKXB|]RSM{+~:[QBoRjW=M"K(8Kc͒OSRaQ7L(S4|Byv(S堉#(XJku\~/|+IG{u.;,=PEgq5 BGOԹZ` Qv` +"J ;=tX7Q{%/JՙVim)RM=ed˳K2'[1VZ6J6]( EPɰ$eD5 nRkΏ7faI Q=j̠$AϲLRUǗ1q^e212E/D6`̐֯<$m~46"jWEшk +n*sȋ9b&g[$$C9Hr2[Y&Ϡ*&T:dsQlzߥe6R??m{ͻz_vlRПEWN" .(&x޾Z9|P&#@yᬳ +BCe4WP՛O+#F9un(^Aa ܓ!1u $. <%v1e"(NlD8W%JP*\tƤG+OSB7&Eo]/0Ѡ$LjZ5k5;W:PORK;Q;mLz1@; +!Or#F`1b_+G% gZZZ,0*mS6xo^ +M "Ϯi4`Yg؂vv@KM8 ܀4Ŭ?z̘KX00. LSG&`Kp2*8Լ8o_ubeԢA J,ErZ20e!}2> endobj -1092 0 obj << -/D [1090 0 R /XYZ 144.724 753.953 null] +/Parent 1037 0 R >> endobj -238 0 obj << -/D [1090 0 R /XYZ 144.727 450.574 null] +1049 0 obj << +/D [1047 0 R /XYZ 144.724 753.953 null] >> endobj -1089 0 obj << -/Font << /F43 516 0 R /F17 428 0 R /F37 514 0 R /F46 538 0 R /F45 537 0 R /F36 513 0 R >> +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 >> /ProcSet [ /PDF /Text ] >> endobj -1095 0 obj << -/Length 2134 +1052 0 obj << +/Length 1445 /Filter /FlateDecode >> stream -xY[۶~ϯ0Pbwoڢ}޷ʚbK>d kIԈ!|nWyoڮRիƕ^%2!fkm,Ns67,sJQAjX"j+S.%Fs21%43NPzy?|wFz8ǟI6 -ΜquR?=4?WX}9p\mcB9L˪]$+`AZqv؇3cO]nd&efL3j]x)MIO-v:+&Ͻ⇏텫 F󚞧*Kk*U d9Ӣ1b-,I'[O]3W BCz -мl ;f՜ϵ'I^V]4ܞu4v6[ K[ 3%;|_xp.Hf+`8"/hLFNA?AaRjUAJz5kXfǞzǼi=3`ȗ'y'/a?md~ -V`5(vQ,M:/LNKNFMێTL^|F3cK)DI$K|*ES$6g5[3vm52awƚd{ )V}_;Ndd_ qrDGIr$bFr,.FC̙g8~n^ j!C-D&򼘢ļ%1/AIg^4QrWSHMƈ1X$o|0')Ȥݦ:{ -`CcGlD͡ 5H- Q7B&iҎ{y%phPN ?p#miXSK@zPDE2 yݖ!k}M)15٩}D~R~=S}}zA5JMw?UEP8͸;}%8y ^sJ0v-J1)ҋeU)cT:dӻKF*A?RɁb) l2v-{&k JG%5-RMnތi h4WOhtt4sed-Sz5V נR훠R)L7ek0i՘ 6"5z5$xD7Lr鵂ic/S|*XCsvN|hg -Q -7Qm 6آF҇TA31rѨʷG>&HdNE:NPgwΫRuhBi~_@7A<QG'O>kz kvϒlI!!"wv͏ko} -/'Oe -o# A!<˥$bg$ ( QQa]a$TqtE @s5SmΊh6(;h~-y1Έr'hHV%~ )@~)2bnYA¬#ɳU {O0q =%@$um' ށ,66 -f}7}% :fԿdk"A( <ߏRf\R8gL6\9c+4>zIfgS21s$s!k0WT&Ѿ9fEK0%[o n823g5ηJOiGQ:qΌFz_d +xn6_a(*V(>z2Ŧ!drlR$N nOp3fY4C~X}93Jj;#4 +9$fggf"DDD +h o-,HʴÖz4"26sy" ňR j$IF +<*[\[U"@S?xRrGqYɶqyQ[`lqj Y0ʍ=~tqm1 +mZ .o_w;_PF|zi&tG u!q ^A `::+<(XDѽɐO+| PY + +6@>yX"9?E,BAGLBt¼FI?< }ܭH+T *d}u6R=~u!)}IX%y'9ڢ㑇>1ܳܛVVeQ2٢#9@N:j[~6L6ݙtkgCVumVe81JNwΠPjNe:~qD&])p)m!4:&FѫAD^9_bdR3 2MFf8O'؏fkn=;wiŹkU;fHON$?^01ZluTKvCݲ*eM<97o՞tŚ> endobj -1096 0 obj << -/D [1094 0 R /XYZ 143.727 753.953 null] +1053 0 obj << +/D [1051 0 R /XYZ 143.727 753.953 null] >> endobj -1093 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1050 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 -1099 0 obj << -/Length 1817 +1056 0 obj << +/Length 1554 /Filter /FlateDecode >> stream -xڭYK6WX1#>$9-Gўd/E Z%Ww0;CRU- ۋ"9Ùofz~\}gQa(f!a4I?$rիvͼ)B"P_ۍS]{]FWI(x=G'Z$`A]ڷUnsmW4/˸pӫM U;HOy.\pceGۤ ?zW>P\RVdιr9޾K,$g!QG9 -Jۑm' 3YTI2}sF^[;w/}2sʪ( - HA+zL<T$E.}V#!)Y9[g45ƛ,޺| @yAHb}TzbVo0bPDAE N > ^gI GɼIV -^7WAs/ŋx?E^U]0aB(`%堒8M_+僎-<#ntiUn7x؇8M㕏?W/.*g5INUS6pJ\y;!r$j#d[ RY"T<`4)+{bî x_X@H-`CŰ[?]0taS<,dC@ -..tV]r.D11Ź=WŊ"P|l?UM֕5cNH ->)CSiBO[cNr6l+pR].zE,;]fȦ8ޮl,Y5ėQ]Mؖ}=~]-Vyњ(u`d5'p:ObǯOI0'D?Tr7sȂ]%P"+9>h qoqtۗkXsW=TogM7`bRmRIEU E8JG_pC;b5ԨZ`Xz&` q)ڴ:6ZĜod}*8ފܖtLvt[;8I`B)lK].dW%yD!E;#3bD/̏@ 2~! ,H%_Ѹ^^ݾCE-}:L"dҲmNUC7dյ5l7o&O1BK56utkntNש`͓UpRv;Erz7cN˹5l0&? -CT-"Sni^-GF"ZT7?[8cvwt.†qv}-dzq}PqH -]$Ƞ8F5 +xˎ601#ziZߒe%Wΐ,{,ٴ(y?V3oߖ/޾g,&Yٲ'Ik{IvRG;;՚%9x<ݿrMFNkZ6_[nrK衞mƀNǜkeNd]9+v;uӑSQc[E=4{({\g,"1e珝,S4yId7 m}mew +0 9,VXl{A4`[:L;:-Tz˵NːR_%e?ޮv=܍3OeoyY@S'PjVm,&3ъ!cBAܵ5`$M!4*4h vLqm9 (t$Gd9N8l Aύ '' Yt/f~ Ϋ]!1rә~\dS#YC{O%qiavrzkl6P)1{cmkյla +@0uI5Z%켂˚'z(~uF ޭ ;\wଟPpŨ$Z_6_dרVkjuD"hˬlo 1W`Ƙ[Tu74Ó߄zv8Fw{ѳ_Ë_.\F6Y[p|*Ƀ?ֿ"NFZqTM^=S&]NO4 AF"d;_3^_2k#_@C тzB`|USL!Tʭ& 00DcᠲNjKXdg).ŷF S~;On|/c* endstream endobj -1098 0 obj << +1055 0 obj << /Type /Page -/Contents 1099 0 R -/Resources 1097 0 R +/Contents 1056 0 R +/Resources 1054 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1080 0 R +/Parent 1037 0 R >> endobj -1100 0 obj << -/D [1098 0 R /XYZ 144.724 753.953 null] +1057 0 obj << +/D [1055 0 R /XYZ 144.724 753.953 null] >> endobj -1097 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1054 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 -1103 0 obj << -/Length 1526 +1060 0 obj << +/Length 1120 /Filter /FlateDecode >> stream -xڝXKoFW0HM@QuESki$-L -weK;YҤ"˜-z>q7?(vfInW#/t$%nxlt=d?(ufq2BdS|p +zY1_ZixŽXMY_*%J t$Rn,4=hK%,y'stjz3US+U.eUOF%._Ŏ%o#4or% bze˨R޾̉ZwyyHu;=r#,WP[g(Z+4mj wrK޿3;m]0`a@x~i#2nDR*ڢuVϙfΏYM䘹~VXZFv"1&S?rȫd40p</s|?q&4bQXG蝘aGFA7ro7"Wi"A?g\ VE$j^]t#K9) N,U+a O&6aUⶉ'q L*JCf ֞M)Nͬ X2sގtp!1(F35_;CӐ: 1|)u KGu3|pmKX}[N:u)&ܥI(CcoxVQMo(Ch#NIvRF"u:^wObB7Xl)q: 4CՖs~/.5"n5orYK_& Ǭ0,|}F,Ƈe&eORr_C% ~)LTc<;1])*AY׼[Ÿwjo[ý#VkRjhxWv R66 şD@>5/Z׋gîyyX;"h'~TM_{44/vp[sh^[)U-!'Y7=[=K&= nUm)V i7 Uښ!16s NCퟅM4erL=Q5 Ʈccn0@Yaο - bnAպiB)46-W3P_af~( -UD 7mq>F.^+nQ(l_xbC+ jSN4Vh<ʚoY!I$"V 'P.aՀCC4_RdM,/?t\7~צ4:U?Znֶg7!S0ZDڹ0z.yծB)!))dfBl,\!U;;ѽ^ZCpi"l?65yg0B6qj`HdLJ 70v䤵J΅1U d1o~\yN2QZ7ܾ  +xX]oH}ϯ@[U5eOެJHcf qhf.s9s!^} w A"=}cA̱P1qop (֛s̵%aeF 8|G쪲i# +ue!?/X/RZ4> +j]KmrhsϠQ4N-yH72}>e6dRfRo5JBc14u3_uk}ϒ\bT dZCvb:W'IZf[%2a[ϲ0v NaAмV6v9gU ȶMYN,N +9) +jfr}SV:+G ¬9{ V^wBZC4`,61F}%ƈa1rw?kGaXN y}9&r]mecvDI*Z=.p[8 (sKe5Uuښ^46EvQܷUB XB y'w! BT)f2-iz 8 nVYm~|R!޽z)t xr8"<-t!ZbcVmZs&1pB8^Q4xkP E@`t/#.r90/w.z)6f|+?g&jE'A; +xB.nJ {>l#|^7d7P[ێn)%`MdG@  ,"stdMln 5a93Lt>)&WZr%&PS4nѿӢIC 07;[rbd{>}rRAg@x$OIԥlϮDӡl։:KUwe䖓~b]>k`z$LŽ]=En¸rM)Jȭ&^96Rȣ[jWLWk;bWI*q4[>? $Dz endstream endobj -1102 0 obj << +1059 0 obj << /Type /Page -/Contents 1103 0 R -/Resources 1101 0 R +/Contents 1060 0 R +/Resources 1058 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1105 0 R +/Parent 1062 0 R >> endobj -1104 0 obj << -/D [1102 0 R /XYZ 143.727 753.953 null] +1061 0 obj << +/D [1059 0 R /XYZ 143.727 753.953 null] >> endobj -1101 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1058 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1108 0 obj << -/Length 1602 +1065 0 obj << +/Length 1415 /Filter /FlateDecode >> stream -xڽYmF_a)PR&O~j*F]}^8IXvyfY_4̢ٯ"W%a1-4XDC294[Hpֲ]ˇB5j@󿖿zGČ V `Ej(bTKRB#ZRɪ7<,pR*j1S=/(qHOW"֝Q;ZS՗ a,:2] -dQ0dAUVCur/?HAm<8 B>ܧU捬!D*cfsPϪlmzzJb&r,9p* 1$5(OƷ1jzl[Whu-](LX"ē٧ZXph}۰ZoulSUpE/$Y{^#9{i_T9%$H =k'I).Km` /=> ! eQ|!pjG!`=>g xچH=8I=%zc(uZmSk %TISsT -\z( _P =ܹ )A=ӱt=˝"30’LJD^L0vf5z˝sʷ ruVF]joJ}L+'V{HImW;TD2eM+˦PJo`6]BW+ o] a֓ˎL;>;-8WnJ.z:>eYiw[<Ƌ)]?B}m Q| Xc.;]է㇞M'#twPNʕ/Bs2k߃7nh<[o29EA;MA&% !x5IHN3]ks2#miEڜHBbhcjصhxA;7ޔ02=hꛮt?V&uѻSݚs#}Ht'L5]ϰ[bm.F@\#f/5ॗ0a7&BOsc"zi?&;CyL:I@֟ Z5iQgT(Enh O䁜<~1Xā4 Q4=K[I6?;6Щi2 0nu,*Ne?Kp Y&T1S{ٙRYe&;e7[5ua֮ ÒAadt ka1rj@)7B DEWcڪ#7NyᚋxBv&'Ӡ9&.Nd"* FA>,%l9(KTl;͘îIf ~GQzWQ婈6;l-DNݠPUw8'w]PF!4j-HCvĵ'2iEl%0ϣz-S en,Lx$p{ڹ}O("Z(c:"Zgop9w;z + v}n[KT+/3 @wwv>D4H%$#,ψNyVWF[fHg|Z(Bu5F twA&T@毳HTi Vhea7lhmovwy(5>lg8$wG@wDpiOI0 +G +nL9d)R"^ᦷuϙ7d= En?m޼`1V,+,)ˁ humߑK'mf݂JqY?Dx/S?;.< +JH}W]w͝s,iIX*k 4P|T@#Qe@OAUi;'wNNQ)xjf壒qJm=)>n:,'\&oۤDp2hv~LW|9R/aj).;? BrL: m64Ge%f2~ZaklOWu:,)F{NS2Mg(oW/+\ endstream endobj -1107 0 obj << +1064 0 obj << /Type /Page -/Contents 1108 0 R -/Resources 1106 0 R +/Contents 1065 0 R +/Resources 1063 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1105 0 R +/Parent 1062 0 R >> endobj -1109 0 obj << -/D [1107 0 R /XYZ 144.724 753.953 null] +1066 0 obj << +/D [1064 0 R /XYZ 144.724 753.953 null] >> endobj -1106 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +206 0 obj << +/D [1064 0 R /XYZ 144.727 680.486 null] +>> endobj +1063 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 >> /ProcSet [ /PDF /Text ] >> endobj -1112 0 obj << -/Length 1288 +1070 0 obj << +/Length 2369 /Filter /FlateDecode >> stream -xYA6@zJ1STR4n*IWw,I]ZS{7&BׇP|Q/ 2oYz(Q$@Q-ޟ1qfs_4]^gs 5 Qn-c3ӏ}GTc@A9JL$c0Mb2H,eqc|ݷMf/f,D$JM,>Eǎ]x ) g}gCQdIfSBW6$7n[\ ·h1``H`ԀӞrvav)͡%Μb!w_rU@)="O_\Tg Db`,0K_1:=||/LxS u3ۭ(ZF E pFSbBB$28' - DP1It!c+j)c~P X>qN\wjxa-^K/ ,Դϕ*[FgBPI"'i)EF :%(l(Wo*fd`AUt;n62kMMl@O+ d^aM} ^]&Z׃WpU9RL.dl|ſ7e^ 64HBOdޅK@9wn+v^n.N*ŽOFdeM"2&4dH-Y@laWZ1[s1( -+FyJֲfxs툋uJ7Lul'k~wrw#k_|]鹬'2f:u$Cos0UTeCul@ &,͢A -QbtQ͎ͭ^u4b]d6p}+zG<B kwۇsմه!.tN6DfAjYv" c +xYo6_a`q]lX~ڧmqRl[u%ג757á>4ýE  邿w?jp,V/cƚE-2]\mB9VMfeG/U,Mϭd"5KX}?)T^E?.6>v*Wb>]kx_>onF'&\ɗԤ ,yމǠOޢמsX]OO$@$HK82_ӧfuZfK +|YdǖEQ]'eFe?^g%=矹R09l.e6US6d%gX%(%;R _OxJ Tw +;Pi9ALsi.fsmp%ByCZ)l**X<4DrX$ HsBT:(S?* Aokh-_Bd,퀭.5M[Ր^+n GVW'O T2)Lw݈d2eҳNH˙aa>L~A_v,1 Ŭ,Z']J)H$ 3J qz-vvnþ+sIՕsHqx%NyLw5*Q9ȃˊz ѝp,`J{uJEYҨ>ð4 Si|l0#K4܍!F[SHF8 $RPۢaO QL3|]Y`ܰiP5ˇmF [zvӓ\Ͷ>Si铬i{-UqG (fX=dž> + +v dV;ndǿ{Sޯ6)+a`_xf<>ZVu9}M~({$o_nm Udz 8A.fhl0&6~7ӟ_,WHk_Qq̩>GYHzr&,"HBIe, 2}~t\(kd0 pI!C-2Q@]CJH.Ym613STP@7h \t)s>DKv *8 Cw +* 6gԙpQV #|xtݑjbdUI8s&s<Ś˔PS8*֌ZpkscHo`͎ )vɖ0|, :vPJw⩯v޲gnx]fN@sgP a6L$\rȳm7szz/y`o{{K;#xg~kny"~ ='bP(v8B)YKs۬缢Qo׬eƤ0~/#Hn Rwva6yh7+0F'43rS@k8o:6 7&,f_puguS;Δ .|< o ; b+z >bTʂc mfop\ͨTF`xE"rl0Q=NwšJ1v{33agh!6a,%z!N'c^ *γ-XlSo+4 P!ySElemK(=Jn]O3Y/0zdJ3qxw14@aݝ$@H=:\~, +SJUDmɨ%OghnR"G96an}nUN.p O%,|ކk/L $P:E^(s^⥸y6/{x)`3f⩺|JEJF9/Gt&bAv"0x*t;%b;UJA=! Nߘ&ab…xJaw@}v~rY!fJw`8jPpk'E^,afN}?82M<81ZHL.ND xQxbͨŶ?-:w2f ``nvDw1'ұ'q31^qPigMެm1.rj`~#\# @-Ie tK!Kr UI HFr| +"`f5јFd < )~RI@0ZDp6Gxaަb4o`]#W[k]w/|?[ ]" +]X]Xya΂ph@* Q endstream endobj -1111 0 obj << +1069 0 obj << /Type /Page -/Contents 1112 0 R -/Resources 1110 0 R +/Contents 1070 0 R +/Resources 1068 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1105 0 R +/Parent 1062 0 R +/Annots [ 1067 0 R ] >> endobj -1113 0 obj << -/D [1111 0 R /XYZ 143.727 753.953 null] +1067 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [364.903 535.102 375.334 547.439] +/A << /S /GoTo /D (Hfootnote.17) >> >> endobj -1110 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R >> +1071 0 obj << +/D [1069 0 R /XYZ 143.727 753.953 null] +>> endobj +210 0 obj << +/D [1069 0 R /XYZ 144.727 580.61 null] +>> endobj +214 0 obj << +/D [1069 0 R /XYZ 144.727 320.141 null] +>> endobj +1072 0 obj << +/D [1069 0 R /XYZ 159.966 134.264 null] +>> endobj +1068 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F45 504 0 R /F43 485 0 R /F14 503 0 R /F44 486 0 R /F36 482 0 R /F39 487 0 R /F38 489 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1116 0 obj << -/Length 1509 +1075 0 obj << +/Length 2494 /Filter /FlateDecode >> stream -xYK6W @̈"EI7h!A= Ix I=1$s73]q/\c{8']PIN -B٥Χ՟MWra*j1keW7&kk7|Z{k^WA<̟& !'Q(|= xnjkɻs>fQaJ6mw5~v}MBAB>`K#(x!zp%`+7 Smi"ZX  zK@ $(J#bz7gM9 iOAͅhDB1£O0J( e#nG:{KvLCTPh\w\3t7NWIqJMqwGՍ^$qו&mg*.d$%*ɯˠodFVI]"u~[CPM ݌05ԍYjFb*`BR|̞ѓqW5,GzrhNV2ӮyXb 嫤~m_REC*Ű<|gGVAmɷ[=:i&. 3ԩE6E۱-pcݍi֠Ko`N=(=^E[A96 EƯq"nJʴ5 "1K#4{0/Uft.Qx0RYy=l/5lX\Yo%̂ io2' 1Wз2]7Z<#jp`ep?M`r =Ol.h̥b4Y jͥ+1hՅmkS;]..rEN;ZKIsynTtW; q:4/WG[4PYbq31eYWCkήMVݛlZ6pj|?C2)͢z1ïl ^nQ:Ə-g &*%әM }"D8OcߪqnXE=,x59!YO nFL7JdJ@.MN>T@]^&[}E2}XJY)]#XH L2B Ik,\9^ HΏK󤆜`g,RHWٕF誆>}9MP'ϽB'{ -u`hcD\lR/"t!$\ƽ!<)0o./grCRA&^ws 5Drn|_ 4aB"“ ”TgWU_5ڔ_zK7uUUR#&M)_m#FJЙ7ʅcGy&S;o&G7nvYuT(RJk"ڦqq1CbG`3$EryaӚ'Ey3$`Ek',sk!o]ٗil-T87n-A8~}3Zo F@śIS!Op{ʈQ\#eX~hBF4"܍}_e!Úcdݍ5df3SfH:Fi CME~7oM[T[7}|Mr`sq #JEdbY6YR"]tuZ| \[,Z$ ȚsL8T\cʩR` +'{K?O8'-D>Ŵ,";9[vJá<ҌhɎSh"0`MH#, `)a `B9| 4l2CQv۶;Ni^xO)ezzLpZ.0Y;A]X啍Z1ՌbLOb2w&Z/0^$nTa2`2Чb1a2_`2 0̹ff~aqA9BOb3O;p 2OM}=s[g>LJHzڜaaB|<6i۱^JsDZэ61G\!diJQ5sJ/t!wwPxfM!&}8P ]3E*M/iXƪA%W ?C>WP|&zo.BéRIAEqPB2x^_ЅP^? ;m%1/r)r"xAa=nFFӚ䅳XH(zkNX\^EQsYT~3PԾ*8H1i_U|Ǵ&Oh!YG6XsN7xQ"|; +s05H؟tV `E8܁NmR'; IZ!;<~=2ߝҋNt^{\~'2a;[J:@ +تhOHk]v(A?;f=k)nTҏ׈chDa{Aȱ? čnx|Ju]cVy_܃`5/OD".ޯq+b-/Fx}F0t(u( [_П|S4 e*şH閭`wD6ɲuJo$uWI]=K|؍l +^u+ l +|FM~ }-,\+}Q R +(@_8o7~]7J'jI/kBam,K;Mnho1hFR#o:{ gk.2^ +}zkX"uiWDrbDCpl#uWx Ewhhμolڰ +%5K9V]`wc(}x 6q2H۪/=wO]]1E\4P:V]xm^HoGJ^6># r +B buDB&XjEH1vlf4PqM]P [?'_ˢqëqXerCasxD=y>C[,sd#G{ernBVޡ تs<4ec2wJA1J_j0 endstream endobj -1115 0 obj << +1074 0 obj << /Type /Page -/Contents 1116 0 R -/Resources 1114 0 R +/Contents 1075 0 R +/Resources 1073 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1105 0 R +/Parent 1062 0 R >> endobj -1117 0 obj << -/D [1115 0 R /XYZ 144.724 753.953 null] +1076 0 obj << +/D [1074 0 R /XYZ 144.724 753.953 null] >> endobj -1114 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +218 0 obj << +/D [1074 0 R /XYZ 144.727 253.836 null] +>> endobj +1073 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F43 485 0 R /F46 505 0 R /F37 483 0 R /F14 503 0 R /F44 486 0 R /F35 399 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1120 0 obj << -/Length 1577 +1079 0 obj << +/Length 2032 /Filter /FlateDecode >> stream -xXK6W EEꕓ[ -c[עm݅{gHJ̮H=욤72^*^%^LjQ$ &4̼U0Z|\W{)#%I(4(mj۲^5rS,|gDsR[YiS2HscЀdQPP(]QJYJ& -#z e)??*779T1&$Ϻf9j}6Kuy F+:SPkfi&27N 7sd#$,u H'ƋhhҡK,p 5igM谆1i6b]WRR91)#< -63NoNPz~hq;=xa>QL.NVYV㝨rieӻn%\2_sq`K502'Age]jU7X#\D3Ô暜?L6?Nl8;űDk ʒgpYs e/\밟},M%}vt:ă _#6{ c-̔}5;pW@|n2'inї <OfuWnn1}RDS B)#Bi?m K":d2F}SEʇEb2)4onq`ؗB"TdnVYUL]PI3~1#qˇa8F$MzR."f$O UOܔb< . -P 2$g ^i̤n QUfA; t횀3VfíiJ>(<}(PR*Qe\@lu̴#3s 0 XRBpM{ofNs(E5m&n۰jFWySVnm/Mޢ5m Fگpof8nXq6bO> g}F}̨Tw5vcgrݾ}2vXJ"%܉*Pw(|){-PRKPUJ}uZc\ e:* Gbj󡥓1gBq FTOTH'ꉶ'L օWtāyqD}4v]k(&<3g+h_4pGO iATI<NG0|8a)E - տAa +xYo߿@P|X/}p@pۢK}(cӱYd{g8"k^LrÙgn.W~Y)OgW2x6˒4f]fQB2zE0lΖMMRmlG5|@kԱSqUE6VoA1 2ӭ"[$DitW>8ez.C覎,B\5f^ç{wqw6MEN5~ e#)[y"j pÂG Kd?vb#!K_Kpgf**?Y[= qb4ޘ-b+!uw}<YYOA3%8ϲpL]q.K_<4 +܄ TVds(58:D=UB%=5%i$DA\Fĩ?BI]vꑉT +].GO%W.#T;=@x ~G)O1m6lN/}RqTWz/Ssv|LB(EJ}Su""U^_||4/wk~q;+g8Ɲek`iё +8;zϕ1ham*pxuX.PXQT,E,bEb/?9U_w($^k=U ށr~3|j7}q_F QQs%\xu:ՋoF@ 5Ef-Ny% +T=U(IϪ)3rv*MU]%>[SXJBkGL3 J\ea ksOl(*weg^PRH_z@D&+p3I{ф%hW : endstream endobj -1119 0 obj << +1078 0 obj << /Type /Page -/Contents 1120 0 R -/Resources 1118 0 R +/Contents 1079 0 R +/Resources 1077 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1105 0 R +/Parent 1062 0 R >> endobj -1121 0 obj << -/D [1119 0 R /XYZ 143.727 753.953 null] ->> endobj -242 0 obj << -/D [1119 0 R /XYZ 144.727 367.659 null] +1080 0 obj << +/D [1078 0 R /XYZ 143.727 753.953 null] >> endobj -1118 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F45 537 0 R /F14 536 0 R /F44 517 0 R >> +1077 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 >> /ProcSet [ /PDF /Text ] >> endobj -1125 0 obj << -/Length 1794 +1083 0 obj << +/Length 1523 /Filter /FlateDecode >> stream -xYnF}WREr/SR )Z(@HYDhR%؂ gIQ4ˎ}1:3;{̬x^ryqm="Co" =hE-exۢN~xEFZZ͹d\k-#-CK6@4pԩ+%;[I7P3B3Լej^8"3]ƍ(K `$n7%6n16U_ϱz䌋* iOb1k;?b|v +xڭXK6W0ECROFh{좗$DۂmiC]/ Έr1ؓ$rἨhD?Eݻi2atr$IMɗ _?31ILdM'PJOqmU9g${x3$ +3>/Y%>Zz*Zc'qx2_7~֍';8Dwr61 -pYMG.v9gS/K,fVۦmst}J߅=A^{_;Ga-z٨]Szb'p"u/u~mQr*`ʟ~1fa%n[n̕ yƆ݌I&HĢ 6q2Yb$c<]+]fjjH`¼+}_)YYO-=4LRYF"%\4뱿FV:}$KACfEV rqP$Vxa6QYTuHXE:aپʼ}x__?oK,NdYEc$(i u4qB|k9La2DT,qVeUZ^lm:qx{Ԙ2Ú 7PT̷4.~\Wίnpxyv3CCfs 8 E ͳ,$I+Bl~- Ef<$ #WlabEiXݑt'RLZ|Sk#" x>Rji'v`Ue +VFչҭڌ恙L5j!!! (6";]RJGVMp_1R}԰Jw(W9ci0#>*>g>|)6ChF9 2XýTa4њb 5*kuY7;"$и:FH yZ}hC4撼pJO; V-Q V3:?2>cZܔhmop!)xCRITh^ ^l/5gN#Bf^XrP _ nJ:fxŐ/^8U_ToaOػoMn{8[!=} Ӏp7FOO<$8zݽ]Ѱ}<goADU'?yyhgA_'ۖL',Ǹ뤗{de)1=l~q!Itޛ|jl4y=6{aR6mkwڴV'9ƿ>`蹑8;.Uj 4_ TǢ@_I֪/ mHnJJUG/$aYHbEIZUI|{?r& H endstream endobj -1124 0 obj << +1082 0 obj << /Type /Page -/Contents 1125 0 R -/Resources 1123 0 R +/Contents 1083 0 R +/Resources 1081 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1105 0 R -/Annots [ 1122 0 R ] ->> endobj -1122 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 1062 0 R >> endobj -1126 0 obj << -/D [1124 0 R /XYZ 144.724 753.953 null] ->> endobj -246 0 obj << -/D [1124 0 R /XYZ 144.727 282.778 null] ->> endobj -1127 0 obj << -/D [1124 0 R /XYZ 159.966 129.79 null] +1084 0 obj << +/D [1082 0 R /XYZ 144.724 753.953 null] >> endobj -1123 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F45 537 0 R /F36 513 0 R /F39 518 0 R /F38 520 0 R >> +1081 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1130 0 obj << -/Length 2451 +1087 0 obj << +/Length 1127 /Filter /FlateDecode >> stream -xڵYo߿@P)j.I}Ρ<('K%X(들53!E z݇_^Xi-wDJ0TƳzq Y5j;E{p/,4Ɍh"X 1?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'aC`b~ bw~% +xXs8~_AUӻ%f^V !8q jV+Vعq6Ż.w!F93Dte"~$c˜R+qDzI6Y<%ØL%B4. Fo lDYqxcDzcʱԵpPUI/ڃPEJmAn}zDig ;Q+f"Ȫؙ۬P%ړeq׳ "j}]($=Lcn@zgF#ͪP٩q:)-Xr<5Y1Њ [}Ւxȗ^$w$HPV*%2 +( pJd1M +P\DϺJ"Ȃ>RzV.&/WFLTZ@Z\mT*PJkӪ;vo LևWْ -sC|P"qf2p\B5fcF}!O M V5mkn<ʣ1فC[AV֫$Wv{,> +bPYW<^A +?+d ;4q<b!_$9WG&H||l|x'%3H_ $I +=NJyF$ƿ,HCBumYpO&spƁo;| KNYeg]j%+%iL[FiVymfA4S#HTLόమu1r)9}!>"V5:p/!esczo ݓn:#3Ӽ_r}qQ!6Ͷn[ cjY%* fnut@VT~6{}CR4[oNP$%$@$X9El6Sѓi9PJ> endobj -1131 0 obj << -/D [1129 0 R /XYZ 143.727 753.953 null] ->> endobj -250 0 obj << -/D [1129 0 R /XYZ 144.727 610.498 null] +1088 0 obj << +/D [1086 0 R /XYZ 143.727 753.953 null] >> endobj -1128 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F43 516 0 R /F17 428 0 R /F45 537 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R >> +1085 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1135 0 obj << -/Length 2670 +1092 0 obj << +/Length 941 /Filter /FlateDecode >> stream -xڵn}BX\6G `k mS{h^r{,gf^뮖???o*^jv'E~ ݤB4[o&͛ngB/d"~4[ -%*fQ,)<()Uۙ2#z%=mpwlmEſ$#pamV[FpX3MivRz\|O9:V+\|.su%,g B+^uiF|AH/tbPŞ0wzxJsfͫҁM /R-zlV"H7= ś-hdګ^WA,a h.Au`]C$X"ogN|Ҳa_FjQb4c/#m(Ц) ->3 C?`Cå),D>mh;[ϣDS/MFA.3rDXVHk /vds $ ]>Y՚G{L77_R޴rA`Zwk} /p8|wp!IC*ZV^XjpRX > 1j`,d)BqoP/~GGihCb  -+9"IKl&M)NH4 -!o3كmI=ڢLZ[YDpl5.7GPʱ^tgb/x+k -OWjX,◖o +RB$,in h H‘_!\Tk\n1 Hn4x hsf0+%慢 =쐹82t8c20YwA,$Le4*+ϱ#j?^4F]JT7v3*ؤsW6yP0q,}Vn?6wB$T^me{J5םu@o%pz^ ݂K7B 045C% -KB-!:&cdàgFL(*K]!/q~US -jHcOp~_Jk>@<b!)jlgcFaS )PZ ot+@e&Yr[lrhI0Ԋ xm772,+ _cJQ`{ :U(]ywhL W;xq/~ 89{PIf!XT(*3f j:%/1dDݟu yr5;Iu޺v]gc -0CF1fubac6P58\/.QP ~'~ gb=\S~n;}ي_pu4"F^$H|Xn92zڰ[Hr^7rɵ؟ ~W dp ^ PU2 FoAhk>+>2\bZ;N_y^D,_2.Y=-~>T\SAqKdr'slJ 5tB/f>~1{BkԞ$ORjrn/,tr?ھ0%]-h#|`o(2/ -hx[St~>t_ w?”R1?ۚl Ma+_z~LC˽ Ma-?q` ζᡁ[zW TƸ9|`|᠏L*Jl:ƮQN!ի_[b_=VZ}gĎh1|G p P-v)%*.Y -*Ȓ#T/NӁ/+j,X۶B?[ujhf=6ECPw=l@4_AQa 6 #AlCTSI&?GgCS>_`x<k֩j*O◵/dZtR{[i1w.\QxI3֢Cg*FV -ٿb+ |[X -Wǻ﫪`WS$t:{@rvw<*ęv`a/qʠFo@UDA۸mdͿPڭKE-El1?_?YO mR]XIj3l`&_a 7i.c/u_4GiprC@}?{+2 +x͘n0y +!AQHm +ZߚTK%uKj%6iNijA̟GgWw{>o4>@Xz} }'}LRm&s}b|Su nTTnx&y8> W$\/j^?]6p5c]⓻bs"ta^9 5QY#ʏ#=LUsg-M=$$PTqQXEW!*JԑĊĺ(,F;iς8[ђX'?X&8tZe0  ee jtMdSY',GHQi1=g9'9E,ǢϏ5؞槉hYvt=lFgVK!'X'E;ø'Y&cc\cWw{Rk"%@Z>znd`*C!;s_IyDw}eOp ##@R^dm5G=/ iƞ9h`(!'PB_C ;%P»3I޽H~&~iO1#&f!=Gy):KqRZn}5.[[T%}^ǔu_S=/;olZW(?d#/:).\=C:,ΪMl% -CNofobf-1Qnֆ~g ۷pFA9DLC.qce8/i2{X fI$V(mcXD"p9Q[w˝szKjơJ':Y*"1f@@RzF;s!j}> endobj -1136 0 obj << -/D [1134 0 R /XYZ 144.724 753.953 null] ->> endobj -254 0 obj << -/D [1134 0 R /XYZ 144.727 551.719 null] +1093 0 obj << +/D [1091 0 R /XYZ 144.724 753.953 null] >> endobj -1133 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F17 428 0 R /F35 427 0 R /F36 513 0 R >> +1090 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1139 0 obj << -/Length 1695 +1096 0 obj << +/Length 908 /Filter /FlateDecode >> stream -xڽXo8߿"RtY5^ +GOwxս} (zl[EoJgwOo7l;g|.qhj#k V v%g1aj.%@5k-Ēzr_=xXW}R \.wǟjXBX koX;=`wGQM}̦D_``X `tv0Fq@3"4\〰W oP.!'htb12XX@ ǒHgw< G(x>΃I;oN"'(}{Si|r' -e1P4 c'`"PwBn*9 [WP6jHLa<@2s -ߕ-+zC`j?Z,=f( %NRسlj=dc-+3nTb W}3V1DNLQhU{;y@\ϰj5ê-38'u-jqv;lՓGg[5cJՃlog,1UK~cm>=4 ԋ Qgf5 .AONO d(&ݾOv"/S8a6$Z,ZuhзP1^(gRat^_uTkG@:%iZHۍ_dE-VW4'@_'/bXWJFP1mjc/U I[`MLeՕiN1RZT Ru|rbu -C҈rm; BTRԃLѰ|cտrNDRM/:j!„ O  x:x̉{/˰)d_k\gb[wy(r+Y"DKyn[/FT1G^Mhz`F7mN 'RF謫Ρ٘uWB#T*k\K0Y,7k?Colss[ZaEȨScShb_ƌ`BH?-JbLmX{ AUnEs:I+N"HEyƘ{0!^caž(B4oŭ1CJN@F!сj! QIB8blzNvh +xڽW]O0}WUHcդ1i۶кPa +kԩ:_$K,᥁ƾsOqpΟ&GT)Ae0a$x 0G$Td|?U|f[O4&ϱw+mIdlW}DeXZڼeB6q=us ߩE6(8qvlxp A^ ;6oY*IQ(Iqv B]rhrdݙW]e +Dea]=v̇PD_1XڞϓϸD endstream endobj -1138 0 obj << +1095 0 obj << /Type /Page -/Contents 1139 0 R -/Resources 1137 0 R +/Contents 1096 0 R +/Resources 1094 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1132 0 R +/Parent 1089 0 R >> endobj -1140 0 obj << -/D [1138 0 R /XYZ 143.727 753.953 null] +1097 0 obj << +/D [1095 0 R /XYZ 143.727 753.953 null] >> endobj -1137 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F46 538 0 R /F37 514 0 R >> +1094 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1143 0 obj << -/Length 1162 +1100 0 obj << +/Length 857 /Filter /FlateDecode >> stream -xX]6}_&DƋJQJ}>0`3tFN0ddQ_bl}9yfmq3NE`Jýa?rmVK=U˥_=QBR{l~[3%]0Ƒ| /jX, g8]iKOMP"D 0 kiںq-{̼^gddnǾP#=Kh '.h n{V?<>́t_M. - {w߆W <N=  xN_=c=D@8o t._Wj4ZV +uC?> +΁@~J1L4J?񳆠("I]0{j|HDYL$ "pt2ˆX"Y: +*/3V©;4y-yMQVO~zy{HVA2YⒶ¨8rԖt#ŔSJEWӐ;K(,z Qol +8]=%XB*dc~g~z}uD$83lQ =^ns:OnЛ.v! qLmq!B=5IT !̍(vHUyLu.zs]xhI]4B7*MWj9Zf~*ݦkb7#)یYDwEVZFg_~낌YpVBn2Vh8ƨћ5ٳ[ pP;X lziA(p\ڢ1 N&*/'!T[ r6Wwj +kG#(u)0Ny<i2)) +pҞ󵧰an3TLg tIM}R>uIC꓊'P4VeS ;ʐn^50p!]iuӟF*ן.Pk3M2-D ϦAYA5wE7-Էt|$%Mg,\ endstream endobj -1142 0 obj << +1099 0 obj << /Type /Page -/Contents 1143 0 R -/Resources 1141 0 R +/Contents 1100 0 R +/Resources 1098 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1132 0 R +/Parent 1089 0 R >> endobj -1144 0 obj << -/D [1142 0 R /XYZ 144.724 753.953 null] +1101 0 obj << +/D [1099 0 R /XYZ 144.724 753.953 null] >> endobj -1141 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R >> +1098 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1147 0 obj << -/Length 1080 +1104 0 obj << +/Length 876 /Filter /FlateDecode >> stream -xWMHϯ "wV٬Ǖ17^4 {fv.7Mիz 9ӛ_w|$9t#;PLg#|@]cf{:Hf|R.Qv.Tx07 ó$Sl8R31n&#镀km׳`rX39[G6Nfj~>|4t ⭑ _&[>1ؙQ@ oN/d`3. ?oe[Or5h^ U&#VJKz?q`Et͢װ(Z;w$~n #jxVqOh07*S>ڤ8_JBoQIy7 8J a&n҈@ -{"z")JIq*FG\}8#,lJ63:E%+&.'Lae B1RQ2S;S9*Sҡfy O!E>D,Q2.Ր t0dEx߹ -uu} n' Zu0u2wEQiwb;h悝t_Y|j?dpjdVq k"h Fs8*[2I-qRIæįAJr<*C+xeE;c}gS=d2ZЭ MGmJqك~[ )rS%y,jǑNYiJ*M:g5)w,JL$y'qѦsK=5I,<;LKq9L^53=EKoJ--guHdC>aԖTbTo}6GS}>Tb~|ڦ.AՂ3F0Woӛ!U/ +xWKo@W8Xf_GZ3M@qH +%߻1.QNv&ffޝg0}~]^1 9h!7 +. ~~^^S 9R/D|я:}mO?#dPdA5YLr0pxY4{c/׋b b(^EI;n;AVsAMH$@C~Ր*ҕWUէN +JQ)Nfdg)גWR[55-=3d d3=oZi5%-xqK[ x0p@~Ll4U6nY0)r-LjqW9@D!C;VOHNv 3'/qPwvyLA9( ,D>6hKmaR YGQƕԴE5BJMl©%[UJ`^VXt#T԰N 5X֫_ɬF"bEsmpSB:' qUceJ6$[%jOJܢl-SPF+wR]ㄫd-⏋zF|q:ş"cqPR64*A+:F"DͫQ'QEEv9A"<,[:7w:B*_-0&RQi΢'$!=8UUC h|}t c +0 endstream endobj -1146 0 obj << +1103 0 obj << /Type /Page -/Contents 1147 0 R -/Resources 1145 0 R +/Contents 1104 0 R +/Resources 1102 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1132 0 R +/Parent 1089 0 R >> endobj -1148 0 obj << -/D [1146 0 R /XYZ 143.727 753.953 null] +1105 0 obj << +/D [1103 0 R /XYZ 143.727 753.953 null] >> endobj -1145 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1102 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1151 0 obj << -/Length 941 +1108 0 obj << +/Length 1369 /Filter /FlateDecode >> stream -xY]o0}@%u xRh:i۶JZ}6 -^J^=i@̯'ws\=;(xsg2u~ 9G&߮.Vr@dlODh4۪)Md6^!8+pCL~ -13u?8p1BC1].vl|Ym(OTQR~z܈ S"`$1hSa[[!"(K1n$$Z=kLhO̯/0wа \ "[yh0NWĴ:%e'dSF I0,#W1`س2cdUdBy?;$&n߼R,3y$`b*f/joI2 De+,Sb|phAyтyAG(H4BVʸի <\3sT'I:BAjH`!Tl ٩[O#I#ٕ,$Y" '#1>T!Ӓ5v^W_n䋑'(> joGBo2خTwfi e+lž<Bk:~SӍIPc5JI14\Z܃=ݎ)\nu#KO Xxj-(Ϡ\z:쿜B?>̃\W-=EV({j.ue}XuR+}VOzа@=)cY/iYyP߇%o{=9}FrMFJo`k|ks+P{SH÷Ҝ,[ۚO| +yA>DOvC??AMd9W]V5);0H%%bօ"Bpx'y?<1{}LepڇC#eü>J;XUS`L"lPtcb:Wp383!8M_E& endstream endobj -1150 0 obj << +1107 0 obj << /Type /Page -/Contents 1151 0 R -/Resources 1149 0 R +/Contents 1108 0 R +/Resources 1106 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1132 0 R +/Parent 1089 0 R >> endobj -1152 0 obj << -/D [1150 0 R /XYZ 144.724 753.953 null] +1109 0 obj << +/D [1107 0 R /XYZ 144.724 753.953 null] >> endobj -1149 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1106 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1155 0 obj << -/Length 912 +1112 0 obj << +/Length 1740 /Filter /FlateDecode >> stream -xXKo@W8E!}?*EBJ[ۃ8$QA{w5;Xfg泡wALϮo8PHo<@pO@Vx*&/_RI8Sn"_`.\ bݙ?6Ay[<=Gq$@ "P@^6_FCZ-wǧ&XNgccC-"'oӱR̦q$KY̷i7E?>af.P\DU(K9] )Q,of[6&`] mJk]") sF) KX<.BtLdZPఀ<*8u ϶ 6O)m7^kP*Co.\ʑ7u>˙Q7AcsqnN̈25|i6Bʺ-M0´ -Bۀ %%jY[HzXnhTFzX4Òv_AtDnSXە<N({y')VT)[ITF]ITZ6RhL[[!j¸Sh-*ڵdVdN),9&z<B\ 0e eBGYeFH(KYvG!gR +#I$#Pd>S.9OM&oӜ0gn$z(qmt}yJjj6/WE8`m®, ayaG/1gwwg>'Lѳ̏L+!T6MMͶ982hp<.g_X%Y>=QpC#tk j(!x1 5b򲮓e9SU_j ǤM:yӕYqv*C"c9:vk#󎟕Ge} +!DDvc/QFykv6E %n +M +L>Zȸ ZO/;dg P.Cg.4T|ڋsusoI SaxlJ4dHfB(xX4|31쒭480MÐ_uVuT>*D*P=Me], >T@ +Q?V-0G/6B,m[8k#ykŠgV c1D~5 =둯 <ɋ#]H%\53Bg)dxΚFS( "TXtd\ȠcMۙ +ڜ +=oGێך#3M`[2/@u<rތ#0V@_v'n G@ $GZ5R,mNqo@GIFqlbVY6$0`.oݭXa54UY1r 61aOѦf}y"loA6mm?614RZp$[JHڪkː-}=P uw"ew)M$R7ʛЯm|?y"ȼiv5Wq'Ez& +7qYۊ_b?e(Q/ }4wLDWje뀫@b 2 #H:ti?9 ӆVYNء4#0 _:F=sg#;27%w^إx2mR- &śيwΒnjyooHo֭Ma> endobj -1156 0 obj << -/D [1154 0 R /XYZ 143.727 753.953 null] +1113 0 obj << +/D [1111 0 R /XYZ 143.727 753.953 null] >> endobj -1153 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1110 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 >> /ProcSet [ /PDF /Text ] >> endobj -1160 0 obj << -/Length 838 +1117 0 obj << +/Length 1556 /Filter /FlateDecode >> stream -xXMo@WYȁwg?+EJM=0I@*$]llXo hϼ7;Ay"H_׷ <T8Dy@^ܓHqNXg:Q e ,% Ŋ&)D.%Es>>F+|7}zz쬭^:Di -" J^V>\$+YY|VV}x-}>Fe.=Ŧp2ݶ7R;N4+lAOHC rէ?{XXznţ!uC.EH$Io\b) pAR ϳ//HF1D_CBRTӻ=e@E{>l5nk2IN4K*K#-@ -D7ʍr9w U9TԊЯN}-̦7Apݪ,;~Y (;H`fVthp$d_Qc`K-HT '𠀝= <(4482`zEcmjU8Zr@Iga)Bݧ(?+/k^tk#q!տ1C4ÎT!ɑ?H&͑S'C ,)ŮTudI)ܒ݅sXRJ!}>KJ3͓Rqҹ 4'5v,nU)5E\ WʂN٭|iw~#2ҝ/g󥌺R iy|xj- cLj4)MqFpX;j.Q= )i}'wηY +xM6"Ҩ&m0*EvGCܲ90LHt6=Hdzߗ'= כ)x>Q]>r~9gN2O:- ;2 q$ÿkU[>TO},,;V6gUCo?8̳gx`Tcw4hIB.biwluz9\4QC'%) n3 :YU@#!#e$c>];|7~kh@S.ݡW$MK8[`s>fFi4_ 8 pG Xdܹ4-)hۻ PPz Me%]CyنՅzT/h/}IMP*/d 1Nmr0xl&hM8CqO P%Lf_JF]2't0BNq  !e4<*[bsh<-b@^{9u6bYFʓtVf;aQ5y%}q@{nfeV4)t pH%SGI/aY4=-ڞ/<׳>n@ujMO^e{aP#Y[3%Ą.W K=@[Ru0UB>qsj)8 -S%-I (IOx#pnaS/`@jtuG +Tj8 $FmsLPheɹ7Hjri9%^ A4< +07Q ( K4EQjf^VW:& cQ$}=.5f.zIT2)0pm#YE~09+/[d=jc(Xn LK@+ `vaG=N4oi|D|J-sB + ZKw_)#}ʠZ:F ϝWGg%w;?ָGlPDjX†M"Ysʺ< >wW@>'iE׫k +p!Ɔ13lqf#9k]6йތ[XV/+RCzzYC{;KؿM)_N+{9f~mXĞϹ,֧ӿsv)S&Xz8wKAS[ڸqR[-e-V[huKf2CPƄM)G:G~}|.\ endstream endobj -1159 0 obj << +1116 0 obj << /Type /Page -/Contents 1160 0 R -/Resources 1158 0 R +/Contents 1117 0 R +/Resources 1115 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1157 0 R +/Parent 1114 0 R >> endobj -1161 0 obj << -/D [1159 0 R /XYZ 144.724 753.953 null] +1118 0 obj << +/D [1116 0 R /XYZ 144.724 753.953 null] >> endobj -1158 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1115 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 -1164 0 obj << -/Length 1161 +1121 0 obj << +/Length 1428 /Filter /FlateDecode >> stream -xXKo6WpfD-'v{Pl:6G֒Q/LdݞDSǙo A3̖a B'P1kS$ZFQ""0T,BXPKN_6tR1ݜ|1ҟB_쎛;,TAT~&#er҅\LV&l0Ij$q29FblR5|jGqFa31mVz`L=<HCGJOc cT5q T9s̪WUQ1L`XTY>wo0`HF u -^ͺaz*$Z?y䎹NͷoϏ:O: X"r_9$^c'_H둇ĩP^5/&/>]/K:'-"YJڙ+blohI8au! PIOqkj)scB`nꮌ#&޽Ѩ@Q-m JEVSЃ_}ڍ8c76q7☷ 0.M؅u#:N{0+h&ذy[Uy]uUG%` v縩h), EimluMMǟ -$8ߗO7иq1ҷtrR^Mb82( -)L -C` ^~nt,A\8H֢^~ r"QsB '=r'M):^ɫH7[ݾܝSພ5D!)^v4_J7{RXiU{_q:wKq]ͱ /QqgqBޒ_g#WCF &뛑;QWxO>9 R:4oh+3$s=թϕd8$C#5ĉ TQ Jr/7abh5Lu+αW1%ޔ6 KǒSF ~cBY”.%r2kIwt-GM`SS(2_=N&y]W6Kwc̼#oX'"8oWdC{g-:q,ר9n X}Zzs"PϾDB4"o~ +xXK6`kF$E=04AfoE%W5 %[Ko8OzcyVBx}laE>-&uYsDN2q;_W#׮Vf)MG=ē,W6) lsÜjzxO\b0V<}ԝ=LT;0HH-> )QlM1E,&5=+ =W! 6$~Hm)reSb;IJLD"pǂwa²`eL&$̢ܤ|'wE.DV;%+@l:(rZ_rɲޚզ8Wjn8)ZhRAC5$v[CzlNbذ;O>kvOk.gʑX33 s$Εɫ s! t6|y otSk*3=^R#mGm.v)Diί佻vq +".bJY *G}oG!r^.;=`{u9輪EcAuR@0ˡ5]LK۝Ll+ Ie2)_L<|^&ue~KlT^f 04~nz~U;J㼝\,@2&! +:ݢj>?2 endstream endobj -1163 0 obj << +1120 0 obj << /Type /Page -/Contents 1164 0 R -/Resources 1162 0 R +/Contents 1121 0 R +/Resources 1119 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1157 0 R +/Parent 1114 0 R >> endobj -1165 0 obj << -/D [1163 0 R /XYZ 143.727 753.953 null] +1122 0 obj << +/D [1120 0 R /XYZ 143.727 753.953 null] >> endobj -1162 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1119 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 -1168 0 obj << -/Length 1337 +1125 0 obj << +/Length 1433 /Filter /FlateDecode >> stream -xڵXMo8W0 -؋SP`[[ۃb˶6M}"%[2Hn$=r]ʦ&6s7quI`HTU|e ηJB1RGjLt3Ik0 I`)i%MVކ?V]B8l9)֑CYII4Ks#l,=@ ϲч d؁%ea Զ(h]lF$Փ $DDH)%tZr[e"*jZ~s}NHJ;\m \vɿh=;^枭[IDB me27L@r:~@ W[SVÄL'|^F3<%'䰇ZO8L/7lPˮE%$).[0Lݐ6JgpӘG{( e=$?7GE?HU00(j8-p6I{t٠HMy,Fbd3^N(,Mk2 -U~8]0~g,}W~1DE\&N֛rdH#Cv8]D:qA9/3lpG]rHEm_gsN4`< \Py(3ˤSh9">>aGܻFx*Ge/J uF팩uEBN|xduu@Jg'1ZY`m`ZMK n#oLvO=PmԸ?Nt"n%:7_1T=oR=< ݮxRॶ߈y BDe,v,J < ˇ6qSB]  izX}04,s$5ErG@0fhzx̏!j1:G;yJ~Цٲ/U]ơ'?ñ/✄ApQ)Ot]4}`]d~+4C\h,Az,y| +v5嵾_݌n`E(~W o$ԑb>^ +t*H +dT2)˛f@4 @]>a*DR~xK5*V{Si"XVJ8*0g JK^WOe`ҋ"Oc1PS M?\3 ۚ2rY/4y\ N &"/kQZ + +X@ȓ&@0g.j|{;aCU&b_f2h-b=VJpC< %@kQ[L yŋmo㨝hJeҧ\C5oX~՚6e|bW"SaaP֛Xu0CNzlcA/L#[Dʣ8<:GA:~tR,R,ՄM"7Q jic+[˪Gw7=OրDfCtfl֭j>~qԧ-O 2$aQ:c vJbl^s#"]aNe*:)-AFVoa ^OCXަ';@m]h^\eF$CcENz*ۇ,Ert7#u=> endobj -1169 0 obj << -/D [1167 0 R /XYZ 144.724 753.953 null] +1126 0 obj << +/D [1124 0 R /XYZ 144.724 753.953 null] >> endobj -1166 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1123 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1172 0 obj << -/Length 1937 +1129 0 obj << +/Length 1649 /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^T0o1 , iWbj~v}UQ#4.PG/j\ PBCkpplk#s@<}V$Vz+rA/`9n甜 ۗXoĽKszj!|D+hp큻b0Cm>CJCi=V0?嵐`sPEI"qg ̤$L@7Og"ӳ-ݩ kgㆰg -viങqr,o6M+EE +u_cKLJw 팎:C{$5`3zڐoKlQbҝGDX m ] 'W~j^Kr& 'Ƀ6ˡtaY9P־7O l_c?Nca!)_סOu 8QX?@fRvb?ʂki83LڟcxKFfwhclq]tHڑ~,ÜCWdsB q0%I] `yMrbyJLNRXC4kTf-=)PՁgciny7po(~ovnkSbGAZs6lxlO*.|{{s((^i/ZFGaޣ&!.z]/I&)}ۨGY3OlzM8i3N%c<*`SM^f"@gT=UGp18v$nmf{PV,l1C TE(n*ͥ'{:sqWΐw:a%rJ<_h׷v+%^$ʐE,7áI*m`ږ0n0i`U #})+CR͌o `]nz| <;rvu)5ߞq\] +&З+3cJٕ;`(A 48ԍ_[]Ns¨,Z-<u0ꇢd -= +[>(cooV;ikz`CG& ;,@ +l̉73qͯk endstream endobj -1171 0 obj << +1128 0 obj << /Type /Page -/Contents 1172 0 R -/Resources 1170 0 R +/Contents 1129 0 R +/Resources 1127 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1157 0 R +/Parent 1114 0 R >> endobj -1173 0 obj << -/D [1171 0 R /XYZ 143.727 753.953 null] +1130 0 obj << +/D [1128 0 R /XYZ 143.727 753.953 null] >> endobj -1170 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R /F46 538 0 R /F37 514 0 R >> +1127 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 -1176 0 obj << -/Length 1552 +1133 0 obj << +/Length 1388 /Filter /FlateDecode >> stream -xێ6}"R&,1*EjЇv޲y!l=6Ff`Jv&gc?ݿ}L awk@αmO]55^Ĺ4éMCAC#{ $͜ʞú4>1jT\BA;8*`sTHX\l$6n=` dj<6zs0PV}m6bYEѮV :f)k;FUúaZEMIRKcuOdСF؇3# N"?,hYhn3Ij *]cVDXf[3Ӗ,=֗:<蛕z80{f:_#}{4oԅfz\g -{p7$'`^^#ʡAd-}@F<$,\ջàQ)$]@%Ġډ x֬@QYZP<!?(2)X%ut׽A0anZquc ߓ'Ϋ>wbG0߁ - FYN}Ix`.8r?$ +xX[6~_T/1J^vUۇn Ig(I}Ils|m=Z6?5-L].$摵cjrk(p]G^"EtxIN)Q׹a1_=+xq4,JVa'SJZ\9J>ل:">}LaÁVm.K)ЉJ(7:y7um&xC;&oPЖDSw|o=/4&YL.-4yR3{0/+^HV0M5jIdOĈʳe#Cm!!JQ  vfZBk\BkBk!9T):Njy/ {ƌ?&̢5 %R-D-p5<[J̿ؒQ\ǞTi{GߤTt/rYw/T^Z9vfӣD)#Pa+^n̼ee}$4egM^TInv@Q>nۧ1I۬ +K#i)13:,+pH#|Posۚ2/+VO|RKq̟<4du2arD6-a'V`zj@^x2b6ptV(ObJHtR<rA WU´QEcBD^GdǼ}y:^a.igs*F ^c6Z`T!e۸I`0]|{L`VgL{ Kn`%d_4:iPcULD]:uFF9`ஒ2 4,q!"ۯLb[ +I+NhvU 栐{YαZ!@OfQ aSEnmNFn0݃MYE\clE7)NbyS4F0i\\^I)62 0bwfkNC q΁?ə#!ȣ+!Ռ^bۢ00$qrf^eZ]^+Yj& &Gha!SSLarĽ- C1${8یuALV+)pfG&ސ{ڇL'8|{* +=OB5f^~/ +wS#;{3I5\yۨϢu iЖ!Sf{06pA\;kYZpƋ}x_TO˦w++jxcA)$h_UVG)m(>K$I7$I~$_1XS"Lؼ_| endstream endobj -1175 0 obj << +1132 0 obj << /Type /Page -/Contents 1176 0 R -/Resources 1174 0 R +/Contents 1133 0 R +/Resources 1131 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1157 0 R +/Parent 1114 0 R >> endobj -1177 0 obj << -/D [1175 0 R /XYZ 144.724 753.953 null] +1134 0 obj << +/D [1132 0 R /XYZ 144.724 753.953 null] >> endobj -1174 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1131 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 -1180 0 obj << -/Length 1460 +1137 0 obj << +/Length 1441 /Filter /FlateDecode >> stream -xڽX[6~_TmeJQ/Uۇ) Ig($̄;}Il8\s6>Ow>|BX].1X v-.6/yFaf&!dZZX\=c Ӻڪ*"/'~f†n8ly'xRD -_ P@>:R`ߢ.m$7DorNߘȶǻgk -ұc,R|V̋ ,8mU(anY((Hp' ݍF`"QʞkJQjkBޔ%M% M#9(i}{d"$$A: D=ǼQ>X~ضw!UX-$O'w9}X) Y(y$|9[%d4?J]\avW 7GG (,i ^LRRmPM;" L[럖"7z8|.**J><ږ?]B] WAݳ1)H{EHwr&\MQCzS>uWJ>{Ulת5FCt.j4ȲwLOjmx4h9Ie̔q)jA{3yQLDx(nt*@&՛y2 2X4^]L?c]u轈5yʷkE^M~/1ոvN9G$i.@"Xٗa$فF#AHa myd84TpC%ѦqMr&I -u:#>T{FX=("UMRku Ž{~'rفJ}p+qT)C[*{E5ʪ"ZFIYڻuhBW$ uDA(K?#?ݮ _`Ï8_u/W@Yego¬QmTQU۵| y|zC5m(2;06pG_Jc^^]Do&- -8$PY<^*qwvjk -kuR|l07z(1zˡ{@2,X.{3e mqٔ_hS|@.}:b|'=Glsc@ISfJ]=C?q ͧ/@o;,rHE)8)H31%ƃN`4c׻w> +xXK6WXw6M^E +%W, IIL,/'pV +I>_iDž#q&- 1dU=cV/WMPA4 ȭ)ȷpc$Fg̴@c(<8`&FLӅY  >z]ݲ:z4cHˍ#gݰzCնo!ltIi۴-}zGRXfmSw밈aNz@VG +!> ,iS2 ,l'&Dg9e#v/ +0p4=m"ނYtN8WQܗv8EHCUZS]Y]78^76͠>OOe~~G yփj@'/pă7 : +;v A%8}#l!<&!_0()F{Bk7^2Ym7khq@vߔ72]~\QW "W0o0yo+ ixVO-]7,Cf莎Q/{qղuQsR\ + na8?_Qik70BY%SY:.%%(c39/(<0ޘhb1#F4'笹 d9&4bh,\ +I(&|(l7Sj P+@Cum0}2>2%J)Vk}a~&YDgltϻW endstream endobj -1179 0 obj << +1136 0 obj << /Type /Page -/Contents 1180 0 R -/Resources 1178 0 R +/Contents 1137 0 R +/Resources 1135 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1182 0 R +/Parent 1139 0 R >> endobj -1181 0 obj << -/D [1179 0 R /XYZ 143.727 753.953 null] +1138 0 obj << +/D [1136 0 R /XYZ 143.727 753.953 null] >> endobj -1178 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +1135 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 /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1185 0 obj << -/Length 1519 +1142 0 obj << +/Length 1176 /Filter /FlateDecode >> stream -xYKFﯰ4ZɎƽGHVk%y}`M3FYk]2nw3{9{̝=3*7PfpŒs>z!enۇ޽%}tA1lv5)ll*~ôTwt{1 :-C\mIR,NE?R2ojs2R*IfM氢* eh505JriKJI -l-?,ey( 3C{ BX$j -%Ww|.y/ںO-%-i@8D#e9D#BIfFoZ&'47nj7 -H-Md|QG'UFhE|UAd>[rUYo۱qg7`Z6y 7 yUdVm9٧ēq!"iqDWII$T[7ja~``m a -|*ʧ}X϶2Y|Rkk:ҤSʺ:Mq48}"HFX@jG!9$l}{r: -$lOQ2+TF9%9%®ƒ:'hhdټYE dc=GeWe$cz*Bp3. H54| hDjxmt{o`8)ʪm|d_!5')΁?i:5$&5^&s3*8PpBy֩+Y,0{s0Cwq}: UZ={>^d`wI RV8Ip>;}Pd rӉ%۞gzLSR"Jg -"y :z@0<;~fjzCC -g@S_J>/1W|0kb³涩WL9^^E |:w:(?ⷫ]W~s|<>E.nT]ͣk@7U$h&唕dBe©z^8TܦX4 A4fU/f#,|M܀ ZmQ`syU-DXuqZeRU,byBs@eOtVLԣ Dڏ`gQTz@ܐA %oʼEJ!E C@65Qp_sFVs 3v62- ՎC$"?%ijFCּ?=EMε^X` -*p֗c"[қIIzSˡzKLԁ} Zn]һ]A;ܚJ~|7]-z肶m?̬T_}v>?_Q +xXKo8W05+H-@(=l'զm!dHJ"C/GNd5Es%"!gozg\]yS'Da@j`c{$t慼+wobޘ3Si Dc|Qd>ЀZw-]+#N-Pc7.hx[K57&7yIf˘nf|g=A0@ hB)G~ (d2QT ejx̓_.ʮM˄(YHntTU _9O _΢i +5!L+TLgVgkVI"on콾/A˃_ƫ2m0cۇlarZ%?yQ\U~ED8(1B<M3<f{ux8FbmKS&I&58xw?:5?.e!]عZ,+rcmM'qj{`o&*z uvMN!UK"5da U&f/,zy?‡9Zy`Hw81%lk6F"Мs8^,媅lGpF> endobj -1186 0 obj << -/D [1184 0 R /XYZ 144.724 753.953 null] +1143 0 obj << +/D [1141 0 R /XYZ 144.724 753.953 null] >> endobj -1183 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +1140 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1189 0 obj << -/Length 1558 +1146 0 obj << +/Length 1160 /Filter /FlateDecode >> stream -xX_6O):T/6CJQ{U>-. ZHo(߽3CB@*%1ؿأ={gw]o}< -q=BY0Fs+u]Zl|Q;;]XQa4:c%VzYꏼ -ˇȨMo?#G8#p|ę -hJ"\ F皲% ##4c:fZb 06 x`y*ʓX>%U]l@;\.|Vo 32˭j$7LԌxLK𾄨GjmkV 4A^@Z;,M:}Jo fƾim2E0Ήn88v;L}*,AC_Z4e3z:LUXwx^YV&,BXfW*4wK.[1%gWEpFXjS2̵WLHy4O)MA\os:Ƒ|*d2$҉)9~o9C FTL2>pNaᣌ7d˜hLqg.I d"LQG\2(gH^,,,hb(<,J [l K+ Zd[Ke\7'(j\4pcg?Zύ쮮ȩ1n;kNpLý~im aiקU`H\ȼ:s|H z.2ypnUCǫL00*E)+Cs֥N8N7A.S%I@Gs82=qE=]D!:-9ӅxIs E0?1IhgV*wXq9 RTP>d.Zu ̳ZMo(|{Z> rQs^ݪt`: -D8U,^ntB}g d ι-p-yPu@A*+^?qF\T(Yl?W=r?uR,^fMF7Y%kD.r!H.q@yS,\}R]2=m|hcu>@<4u7-u3{ɧ,j?FX(DƑJqqyvd s)&ﻌЀoJC Ms3+זnNv|2}qk ? Č"imUp23DR5Epp)sju>\%H)t1_쎲! }f lzϳ|4S6Թ^N0UiPqEan׳kz+ٽNwAJ u<$*,MA 9v69~[=r0t4m;.j͈[oVZSoxXWuUMԿ_5>*` --߿&kS +xXMFϯV(OD"Cč X6 3c&E{~U[ [l~?H\GCkȥb[Z?OX9doc;˃4x{4u:Cth]oVK vz(13H7G{Q؄ _^sGZ]l0 C>9a>զܱ< % KODJ m.HGPdM;z$mYB*/]:p +A@QX40H;pH\rN/Ʃ6jAq?߂ݮ L,d2 =R忸_bD9{x=0"M|nᠩ>x,?:VދkNj5N%ȋr_߮'1R꺌8cDVii#UQ +XN{@@DN遢Rי|^Ƀj +^Aݓ)O~v*tc/!hH{gՉOz^ќ; g_N +~neHܯ67tZmb:"G-NİP˭ #A&w 0*YNKDIoFL`U)9w(< dT3|5ebK ~_5+>7%E+*]\r7:4ЭJԭƝB*ҿt+Xʱwp-˵<[U䛪ًa5輢):U< "#8;QTѩEJPX[E/(~GLM6[ڬq^+YSބB#*Z;+f~Ul[Ob+=V5Yxp3}Ɂ endstream endobj -1188 0 obj << +1145 0 obj << /Type /Page -/Contents 1189 0 R -/Resources 1187 0 R +/Contents 1146 0 R +/Resources 1144 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1182 0 R +/Parent 1139 0 R >> endobj -1190 0 obj << -/D [1188 0 R /XYZ 143.727 753.953 null] +1147 0 obj << +/D [1145 0 R /XYZ 143.727 753.953 null] >> endobj -1187 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F37 514 0 R /F43 516 0 R /F36 513 0 R >> +1144 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 -1193 0 obj << -/Length 1546 +1150 0 obj << +/Length 1213 /Filter /FlateDecode >> stream -xXIFϯ@jEq Q)e)8>0FW 4 !ʥ Uo^=oz=^jaƐ ~0U$R6+uZAgi>X}|ю Bt0eǬZfi9b$hybgB)ή(}RgE,"ڢiS`xGu=4'@IZ4/۸6ᬷmVZD϶!0?>ܯis*#R&WF8F0`R+=wD"9vL1FN7K庖RXy2a]`T>A|7$Ybn2:GCH_}Vi,~T<7 ׬qeLJEj>7]Z盢TVR!S"0o)K`#W|`5;'Sp?hpԋ'~/u\cO$n3/Q~۹̬|ֵese?ʫrF]k>E&`6^K,m$ u1} X6 [m >^OuRy_slWmn;ns>Ik[d֝B)5e i8vzWʼ%d,yQ?y%k| j7]@ "sI=|BQ1Af~˭CϚ Moy.If_JP!CeV1r朾9'%@%w?F,jEwh';o/C{ %ZJ6LדW$`Q dAݮi"4_DTVsm6$)T2T9)0xͅB-gCgԚS9T ;>"( 5m qA&p=ɺw_lɭ %y OyLA>#}Cާ;`tcGS\FU?6Qqi LV!;7u7]ؤ4xnzYYԭw]wvI3Q"H_\HTڏHeж轇sCq~hM{ppbt[SP\M;aKtht\]_ֵz bG^cƊF~M6Hĩyi!뺳ӀfQfɊh.ΒmӦR_Y+Y25K#O"l; -7Oi3q8tO;/)1 0l,73ŷ_ +xXێF}@ثK߸Dd%ia3y5m xgF=00 vfn +Ωc;r+\z{VŒ!xM)ƩizCY&zU5w`Գ\xԗl0\2!2|]a+He~(OfxJ<|3ͼ +xиsG$ekqUy#:dd!c.ҪxP`-MPe0.0nc0DS6z'qzU,>18&KܩqiX*+) +ṕ(> "iR@1F{M +Q)ȋJD@Ch +d L,sDJybuSJ볶qirނ(ۯzNޏ*^j^Hy ?$2(^%_~WAom(['!)J[p9AS=NܯD^iNwy?4J{H}Ny/Va)4/}&"Pؠ-$T%~ dԩJ*_jy*Tga^٢}PSQt$mX4vЋpJ,s\byh[N0wtGF)/>!ulNoͨ5`;^7/+R[zyh izÖ%6LsNh2nv@+h&s5VچB9MJ >M;uk> endobj -1194 0 obj << -/D [1192 0 R /XYZ 144.724 753.953 null] +1151 0 obj << +/D [1149 0 R /XYZ 144.724 753.953 null] >> endobj -1191 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R >> +1148 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 -1197 0 obj << -/Length 1415 +1154 0 obj << +/Length 1091 /Filter /FlateDecode >> stream -xX[6~_)Jcc`JQ/ڪCl`4RLv&{| 3l$;h=Gl' -< -20RD_1+[>kS1{u:V>+;f%bg9_25Lű;e9(ك<+Cb q>QN? Hxp̫hggh9CؑvC$h+ⱱ?7cp0DqR^^R^Q$fP(TSaGF,($i=pvF)X&eOoe/ k)vjԏ׵5ڶ$36ֳ87{{xľ%]Ї7 ;4dBzMG'`EbL*ɔb} oҋ<%8j3$v:(Ob@^ ]eHxO^% xj?}GM!N@C+PXPpUa6:CEzʇzꁤrwTQAmȬ]){l3KUږR\pkLM)[.!& }?\(jrRvtUE.+fcJJ}I>K߁Q=ַˀv:ђf:}>B^ .!ʰ)&(iYyUb -.6,+/5Cq>1ҭiJ!N8{Ў xi%?jeI'$eXGajs˶,W ]{7jKCPCz-/cSb/ֱ -+#uYOf+=#nͻue}/&,rktvӱ.XzooMܡE2!U~ ,51,d~(ObR4g ~MbV j- S0[j)EI$ȷitZTFrsk* uL.F۸ĭD$y-e]ªѬ\`/7MO7W픔߽j_:&.nk -XK>M!vIGSvSx9ق6nf>YD<3x/*TAn.VS2'}8w84߷ +xX[6~_aZɒ|Y(^vlMyp91v]|˸3.Kˑwn;l?,޼#s=k[1仾c7[ke7ȺaZl;Cki[ +}Hi $BQ}0=K{L"@Dn^并D@D,TQcӽaI 7oϵF3!**԰lzRx2=L1eQjǷCi⣐T1N2UZo7]VdZ;vj%qwP$q$LS괶zXيw}7Hgzs+ ֏Ij&qsYQ/Z2S&Y^%D;9*1p?#BeOmlic+Z!dS(ݛ}Tf:uq+o/ gVhO."ID5&wLC!{@؊ʶƹ t>(,CRVe%B6HZu[XmNu袮./ziB}v:WWjRIzKRT$S@U+>iPsFs2 +IqY%6-Gq`44&C疀C hWxȡnE1{'is%'bF{ȋ2F(c) cIZ02v62Һ%d3rD-)wjH"u(>?ƶPAPEZLL^cbe)6Lq*S$*N}ۍ?SmLmۙ"&1Eտ_)SlNek`Ư@sw ^y#[eap#?/ endstream endobj -1196 0 obj << +1153 0 obj << /Type /Page -/Contents 1197 0 R -/Resources 1195 0 R +/Contents 1154 0 R +/Resources 1152 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1182 0 R +/Parent 1139 0 R >> endobj -1198 0 obj << -/D [1196 0 R /XYZ 143.727 753.953 null] +1155 0 obj << +/D [1153 0 R /XYZ 143.727 753.953 null] >> endobj -1195 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1152 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1201 0 obj << -/Length 1203 +1158 0 obj << +/Length 1197 /Filter /FlateDecode >> stream -xXˎ6W0AĈHI -}$@fѺ+ Ŧladɐ {/%i'l$M{X[˱8ϋ\n(ܵxpI`-6rS⾜ׇ߾QQ_ ,S>)Lqnay}fx -g5QQ51F -ăO@U|t$̦N˝Syy.6z5–u=tGy(KZNM¤o& 6m;'apL틟Q~͈7 ݙr#JԜZ*POfIv(`G=z iK"Z>EWƑ k"~i.,1PL ֻ0_*\:?M4!s+f6ruDh5Nu -\@@(νiyE{؈OmbőbVTvll^BvZлϯԥŻ]Xv8Oִ&Ow114! 1ܩ1,6]y f 8HJ3ȿygx+9@^α:Z8$9~Ғ#O_C(Я^Bvd. # @mʆ#z0<-Ap~-(U=BB.WE^P>Q6"~~Yzq,/ub= Nm$ȞN$p|Kp` j8>ZVW`Xj\v늑߯ wHq^W-RO^AN(BwT.Lw|1f蓺rD"m= 1/&HشMy,>o;ȼyuYBl^VB{s\X6KjՅ;qZnԪ쑫9U7)n_Pz#eT~kwrZ`TXsCL֑7ֆ +xX[6~_aKh-ɲB!R[6Dq`;;3 =8ě;ؗ9>E;3suwfk;&3[9'L8_GY^}ƣ0})rO>D &#ј|G#‡Ҹh3хE"bvi)wqg?*lyBfe}d"MgwƘs FcYQB0X;6 Eia3`cwvgffe81D6EV:د?~Bq}GQ()cυX֪QP>8AS( +.K ; +':/L/zh`z𡣪c"&_jD +224h|Q6ss 4HbxNf?8? 8@lFkE:ϲ +'0^$8>~ت9d>n¢8J¬`tpc[/{qbnbJ' #W`h*S2 d IB. Tڠ͆K]ɀ\i3Dע'Q4KܽNz?㋰7#udCr8M/*R+R"HE"D߂ZSS$BT[VX0Qnt'DkeLDVH+ngf0."TM$=|6o|䛪kAO~|)bVI>޶3U1o|'#K~Oio%- oF~O ]-$ iZ~SA#5Ly_ 5iAWA}|GPd(Ur6PC=+9JD'Uj};IM>rD?fZ]n6>"n3NK$ʀu = endstream endobj -1200 0 obj << +1157 0 obj << /Type /Page -/Contents 1201 0 R -/Resources 1199 0 R +/Contents 1158 0 R +/Resources 1156 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1182 0 R +/Parent 1139 0 R >> endobj -1202 0 obj << -/D [1200 0 R /XYZ 144.724 753.953 null] +1159 0 obj << +/D [1157 0 R /XYZ 144.724 753.953 null] >> endobj -1199 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1156 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1205 0 obj << -/Length 1088 +1162 0 obj << +/Length 1177 /Filter /FlateDecode >> stream -xXێ6}߯`IXѦ1P}hAlHt Cź)z}Yg y֮uo5wob$=$B7@0k;ɥ^7S[_NS8k'|OB^Y |&feЖ*xHfə?Cƈtϳ)l!޾ HF愈)b^1 mV$"!B~^8|sb;IBKZo0NvGVCAgiGRV )ʧz rUfPivlxW˜Qj|z&0Q\HBG(O 2!plliB>ɢ\#x:1ȟԄF?萾K&d귩^ewVLb+AwN6#>FnA)AD]BWRupj[T{Uv}4 `ڦ,DHdjZ7( -{vv= z2i޾brJ*M1ocy.pY$VxPPGF.(4BIUwʉB3yʭW\@3my:u(dAZGrg'pI#x.|7Y[UF]_ݤD -Z\Q#3k-]9Vy&^d Jr)/dR24-"Ir]hH6@^'_hy+-MkM -qM8\I2-Ѐ@c* 2JP& <‘'PirxPvZw @4 ]WǗ[DD街"eMү҇1M>ljZTԇgg#"`6I!g׊ R|_^-3#+qNK%_?HX8RhVJI|W5Ѓ0\C"&O?^ +xXKFϯ@FKJ6k)qN^Xm3{6x0$h/v7]U_>pZ4y@#5YZ1]a"š'XJa~laxla?Q> 7)MgCN׏; 7~g汃]]ZX9a2,ss ķto.d.mgeyXziPo `xIvyHx\[vz. ZC(o4RU(Z!tZՍ4 C- /heh:utة"K8Np,,Kppd:@tRd$Zʇ(3"h,pGsVdCy=qcqAobR':o4 +:oL>2VEyPfdž +«q 8h7sg8ADR- Y]r<`ka_"]f`u0Q?r;Y<.]M;r(dk͞ʳ,QqބX/. fFKŊ4C3Z/Oߊ3F4+͕ +4x%uO-EOj5rJ8 hL.wd_c'ЯcGπ;_WGя>Q#w{GvFUV|5xcgU=$JϓD.DE#i/ME DmEPFd'1Էe +S0Lrpm4w;d^u/+9+WXbeO7V<n~ܑ~ VzyVVl (\{_ endstream endobj -1204 0 obj << +1161 0 obj << /Type /Page -/Contents 1205 0 R -/Resources 1203 0 R +/Contents 1162 0 R +/Resources 1160 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1207 0 R +/Parent 1164 0 R >> endobj -1206 0 obj << -/D [1204 0 R /XYZ 143.727 753.953 null] +1163 0 obj << +/D [1161 0 R /XYZ 143.727 753.953 null] >> endobj -1203 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R >> +1160 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 -1210 0 obj << -/Length 1154 +1167 0 obj << +/Length 1212 /Filter /FlateDecode >> stream -xXKFϯ@Q`HdH$9y}`3#=`ǃLv#4MUö1l#ݛw5|wcrkc!1$D\r&4 cufewa@ w5w'ԙD򩧴!J:9TZYa`]L_\GyQNGh4Ac<K&-i^6qJ58t^iI? ڨ7 M!HQzw)%Q7N+](#))2_rRjc* [ 󪳨fC!+Kk_;yfzD5تYJhYBgzjnp~WLY(=ErYUE -vr9ky'4BGi{v6Mh1_| C/q-3C3;}Oᒃ'fcK_ɰ;ҩz:jPmx ܜ!<(eNEa&X}KjM`,a>Akarv==~6_{GJ@޽RR6J6B¹9%O8%H_Sq!畨nɡ\"*/f1K:g<Y^Fh$^aWiqqO}JUrB=n*V#m2MKsHX9T dkC9 M2x s؂ clP=glA_cCC[ 9c 2dlA!0*A2Ѝ6 |C36_(06ٲĿ?"gOÃo^JI%[rL>[ AUMG +{1E=ZI뉠 ׉t?eWJ?B yv[e 1wZ a#R/wmRվ> endobj -1211 0 obj << -/D [1209 0 R /XYZ 144.724 753.953 null] +1168 0 obj << +/D [1166 0 R /XYZ 144.724 753.953 null] >> endobj -1208 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +1165 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 -1214 0 obj << -/Length 1189 +1171 0 obj << +/Length 1097 /Filter /FlateDecode >> stream -xX[F~_dUQ0T%6c pwW{\IӍ0pfs?ڵks̭>Œ!N]aZ󵵰r76d F.Z=l}ki-R!,S@Œso>SZѾNuCM/YګEys1C5.1_Y !l:>F99A.(* ΆjnVdt,U͹eD̓5E/E{hR:nOvY*u -|ԔFMJ(5kO_|㧍zH*$IIo4e)HK ,Dw[ϰw +x[FWL.DsH%q?+KB =g.%./\̙sy{OWopBw[3|I,6rs$Wom<L|$N4BA%Vr,00;jg ڷrW 9d'y% =קb"8u* >Y\4uG'sn:yeTiIQVzOYU0=:KAT*S >Srb)&{_{N D)֥qN0||P:;t*ϦmYEn0cȪɕ1HI)5M慊fu_aBX( Q*3Bs%^-WA\?n?L@ncj9>FB㘺;}Oۉf.\C6ҙHHCڵ٬J#%UH+Arr%8gWD/4kz :O|Vg3 r0\OlS6i+iz*bZp6r۱l' [NMf mF|˪l>~5NV\UIRPZ/~C̕ `ZPxώ } qR1,k(kn!kp  "!n=@"^k C^d\K78k +]TQJҹԙ r-${Aq}%Ѕ*>{V*dY/aL_BLQB8BPiIS԰} { B23ܭPv^6 /78r}[Æ0!2'ِ21 @{6*r h|~pv@a{FC݆2@C܊BCd?7^NƢ!v!PMWG_x^Ziw: PCav%g]u endstream endobj -1213 0 obj << +1170 0 obj << /Type /Page -/Contents 1214 0 R -/Resources 1212 0 R +/Contents 1171 0 R +/Resources 1169 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1207 0 R +/Parent 1164 0 R >> endobj -1215 0 obj << -/D [1213 0 R /XYZ 143.727 753.953 null] +1172 0 obj << +/D [1170 0 R /XYZ 143.727 753.953 null] >> endobj -1212 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1169 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1218 0 obj << -/Length 1234 +1175 0 obj << +/Length 1192 /Filter /FlateDecode >> stream -xXێF}@VK_h R$+])!b">KϧazGG}i#2( --`Ƹ[ @\6󖈇eۅc KFv`dvT"qѿ\+8ݪ#<"퓃Ž@XZ镇}bYD^сR]Qgէ[g RGO=v W6/vti.=;5YMl9 զUM;l=ڬ?`~6ɝAjp;NTo_6y^҃&'Ԧ͗SUըMΆM/Z [Y_TBIcLZ{E9;C .ԓD?C^}^DDO?N7 bï0esH>,<QJ5yYم17jV1]]}[dTxX>[ 6aFx:_Jj 08&3sg4)Eע>J̷ѦNUS „RTm<h7lÄ7u'RwM:)m@OA_dhD<]-: ;}yDʲ]ylXM/Gnpn4(<4 +|\c-6g-9NGxD#O”XiQ^RCT*ji[:DG@ˇ]Xt#% cleT)v8SUi}RAuopB1r='C "/ح=UCbU$^TKP{?q|I BZSU 4dA K^t{3/nv[--oir*Mt˅;ZKNFxלc(D 'u 4SaX}8ʵ$!&uK!+qꦔpTUq(m<6ͺ͛u5;<6$l^w_mޙm^j0W2{!e<~k0LJ<۾ڼ7y|m_l[#xxW,_67y5WG6ZLW6ẅ́A,f<7H .[\&fl,2-;mCH.F~Z⵾e~0> endstream endobj -1217 0 obj << +1174 0 obj << /Type /Page -/Contents 1218 0 R -/Resources 1216 0 R +/Contents 1175 0 R +/Resources 1173 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1207 0 R +/Parent 1164 0 R >> endobj -1219 0 obj << -/D [1217 0 R /XYZ 144.724 753.953 null] +1176 0 obj << +/D [1174 0 R /XYZ 144.724 753.953 null] >> endobj -1216 0 obj << -/Font << /F43 516 0 R /F17 428 0 R /F46 538 0 R /F37 514 0 R /F36 513 0 R >> +1173 0 obj << +/Font << /F43 485 0 R /F17 400 0 R /F36 482 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1222 0 obj << -/Length 1080 +1179 0 obj << +/Length 1181 /Filter /FlateDecode >> stream -xXێF}@VKhe-EQy@Fc8;0x&F.T>sv,D=s֛$qR9,c(kN!ȫၶ##/h`TO7}iБ [MAy8Y)7/֩*49:XB1I (fkv^M]g ZRU؛_߮A(ZŴ0ۓ#BY-}Nԏ -f@#i&sz/5ȇ<gF ԁz -OЬ:R먘ʼTLSw}^MoB"ehyN D%B*]w;eCCDç-F] -_ݢX -#g3zb/f`^lѫ= &T&{*ks}* Ʃ2l'ZuU^UܦU歪,A)o%UVeWe8UrSaLt'8 -MMѽq\tEa* o -id~YR%ʔ*#@U؁U0Ќd:]j^ TJHof[ D.ޒyxm0'#3.2PXyZ,='[wP >A· W< +xX]oF}ϯ@2 LJV]Kն1cx+c4Vվ\{ǜ`+67qv xli`E!0cs=d7cbkp͢ G27ߏf@|C' =~2u=#lϕǤ', fѷzRL?Gċ6arz8X{0_~aRF0ZFka&xEhbZ=[ƌu|7^YgaKoT/BYRbȶe+W;KxX#Ftӱe0[λ#x jeG<)*0Kt@n&w<‡s843Yw<ԵuZj࢖Y+2p/2"kW.Bg P}KZ:zki|qFz3y:{jU꺳rւS_5g0Ps6Voaz ImkFgMgVԳt)6@caWhLaUc^ҘlnW]SG_aVL7Kb"vRGbx oǗjAj!_^ /e:n-j+O&`54(y +ݪ0_Vw]m[9mÆ)6@KmPl/N>kbmU]lW!-Ш%6jMNp0Gx_~*} endstream endobj -1221 0 obj << +1178 0 obj << /Type /Page -/Contents 1222 0 R -/Resources 1220 0 R +/Contents 1179 0 R +/Resources 1177 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1207 0 R +/Parent 1164 0 R >> endobj -1223 0 obj << -/D [1221 0 R /XYZ 143.727 753.953 null] +1180 0 obj << +/D [1178 0 R /XYZ 143.727 753.953 null] >> endobj -1220 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R >> +1177 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 -1226 0 obj << -/Length 1160 +1183 0 obj << +/Length 1238 /Filter /FlateDecode >> stream -xX[6~?"Z5T׎\*UBvVmZ% J¹;$$zڮھ;xf}[K [;lO޾'s=kcw}"nhMbkj1e]^R(< :_D-釱(EIRn˫[Vzm$3;ȗ;g8|/BPȹt#ҡإ|=-> gBX9ZkQY1Bl%Hf{mH4ڈԝMg7TİI%T :H+UB2>(3]:0᠉vS*=u I-99 -Iqxu+<+ż<`kja/Ba -Q(F*gt?˿̚yst/~nE> -cu(W^;*CtL3cyAݫH6#dR>ƽڞ=x)3\r~i.><1h((FLu -! S[^&T?>!6HڒXPt+y(#s4@ϦIi$q-ү̝MWFw fIWHI_}$p)T%kX1Nb5m%8  >]Pi&plH- cLUr}yff[xܕLy{t06~J$i3]˿[DЍ9hg(9QFEl?(M@u[e_(+ϮcGF = 2JofY0Joc2qN5WG]飏8w)TP+兺 eD Ū$ƨyC=楬0) -NA1 ]{4[ϒ2#JSR6s6R6>NSR6nqORj[YX>aeY@n`ײ2r+̀|<+kTX.,cg$[K x̳< ^X"\ƶmD~:b-gj;IA-j0&#FO>؞Iپ{$ocgsuθvmlg!c1MO0MlMYd nP^x8_R޶5{Ql%FuXV+ăy]lRu3U\Zd17EcfvmkB<%2VESR`NRnJ6K 1/bre5{jȮKB [8UЦ De! N/";;u E*Mx8beyv[8-ga=\GV%+]jQs֡fwQUTA:^s-4D0jrJ70'g)\2+!T +KQyu5n y "#?[xN+/dvnPv*KEŒMGa6UȈzLd?([ٞ쥝ϦCL^y^vW}xUhs/B/H;Fv0^de(^V_M/kE \姶. \ωx8Fq.pZ9 QA^(G˵ ̉ũ1v'*}Q$zx.7\G{܊TMitțs^y4:YHyلm՘5+1X#>N-gG}}xzN6pVz a?L-YQԊM5CZ'r_mi%>ЖbYyM52s]ܶՊUvQ <oWev2_UJvU˵۩}'n3 1x뫿#B endstream endobj -1225 0 obj << +1182 0 obj << /Type /Page -/Contents 1226 0 R -/Resources 1224 0 R +/Contents 1183 0 R +/Resources 1181 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1207 0 R +/Parent 1164 0 R >> endobj -1227 0 obj << -/D [1225 0 R /XYZ 144.724 753.953 null] +1184 0 obj << +/D [1182 0 R /XYZ 144.724 753.953 null] >> endobj -1224 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +1181 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 -1230 0 obj << -/Length 1226 +1187 0 obj << +/Length 1098 /Filter /FlateDecode >> stream -xXKFϯ@Q_4Dd%i8'ݶ`⿧n0`f;3=en^DZ6c8;,,.qŒ!A%a[5%ĦX=8J},"IyԻ v xb;*,zJ-+S$aee.+-w9] -}Z=Qr:#2.)3WA>kmt hIµ|<;HꅬD4ˣq> čQ-1.ncRe c6;Ga|W|0/mrL>NlwmfFx!vu,?,;V؋-z1J/]\z" :VNJ`Qsm'GbwjnwQ^gBKϵ\~RHUH>Bc2OvyYIׇÓk{j 2\=(^ TDpޠ5m%}SP~v?+}PЕ<(fc ݦ[YNNӠM[W=9H림NIZy\OKW KrTɀVC1_U'h|z^8M_>7RJ㠠<]&Z:hySRVJc5[Ja:Oܴ1 <36iV_4* +x[FW Y쪞0T%c-ٕ30`6t!m_f0gumm-zwgo1|ĵ 38]obKEol'Ll(4喋|N=)=%|XSL<vcvv-2u +9 ڵb9MhY!=Rkb_ui;~}2DS#l((Y`\"1[sbL#r8 +հCnՊH ]PhNO6eYnf#Q"[B"0l|B81tJ Ɗk=]$yHSml +rU6ީaJ ,'WۣN#5X|Y%}8z,jODM^zkY)[g>u_<$z_ s,Lvꅍ&oj#zx^2^Z5Xby0`u{LE&r#to\+firg][ٍ&SOQI'zq-al 7fY9k@N&5H"L$ajn^IJkί2ÜޕoHC):B G$/S- !Xz/c&i-@0F2@*(吵<ňK+\$܈0/,JhE\djBKk; +xkW̡[$~]rL-Y˱]yl[Iյ x-0aCq%m;+ *~BVC%X=9;;k}JѺBc 6sr&d{+@AOO1Q>V޳2`@o3(ufP͠T%m47QV}AN /~^F~;0mpIyI_>=>u-OO=?OF'(J }2z}`D OMG;C|蓹S.1M5\&y Bkt-g֔ȃ=w_F endstream endobj -1229 0 obj << +1186 0 obj << /Type /Page -/Contents 1230 0 R -/Resources 1228 0 R +/Contents 1187 0 R +/Resources 1185 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1189 0 R >> endobj -1231 0 obj << -/D [1229 0 R /XYZ 143.727 753.953 null] +1188 0 obj << +/D [1186 0 R /XYZ 143.727 753.953 null] >> endobj -1228 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +1185 0 obj << +/Font << /F17 400 0 R /F43 485 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1235 0 obj << -/Length 1100 +1192 0 obj << +/Length 1429 /Filter /FlateDecode >> stream -xKF)H8 -Jafۤ%qoy(i r0E! GSY*o/rbh^dJGg2ºczUlЩ)G#(]{B'%񦬢B °S=wIHSa٩B6YJ> -a밙;*lҎa:~%6՝u24apHs̞bFSC&L\ h}oM3YQ?*eoOJdyg,Q-v{i/T/UNd<8~Ύ|é<]_,OU]DTtڒnZF2AXUeCl'd1 'DoS\Ve jY u4"/ꁶ!vgut20Co;PzTʣb#9k[TkI%zʚ -\F`8A$čq :Y%VXΉEurn , @<尗E(7y&_@/ՅA8OGzg%N>+q~x qXgOwgiC3p q [3c%8YTz`2/D͖x=Zܝq^Mʤ/LB2/^d$d~|~7(l=j{Lsc429nȤ=vXZl\d[tu+,7B {w sדA:k$Ft\ y*CrA||:ߍ0.XbI0Y2Msׄr1‚Gvl0)f4X";ߊ6i^a:M!%[!Tb%Vj:r1X zNܯsb( ۩ $ >C۶5Q&x&}H?{E2zti`xKj M )Ws +.l}s·ѱN9, ]qk.;7C[fkнU@J +(zxn>|@z.bB++x=P3NQԾZ[dW/Rx30D=XOk,( HHD*u,}…=BT}O +ՀT!"RcY?-ƈ1oVt^Glы3s@B_×_;aCC5P1޼&5 *-tmBi\{CT(_(bOc|9 +}zRL=7D!T"RP Şf!AGZsc@kr"r,{_#KVij> endobj -1236 0 obj << -/D [1234 0 R /XYZ 144.724 753.953 null] +1193 0 obj << +/D [1191 0 R /XYZ 144.724 753.953 null] >> endobj -1233 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R >> +222 0 obj << +/D [1191 0 R /XYZ 144.727 716.092 null] +>> endobj +1190 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 -1239 0 obj << -/Length 1203 +1196 0 obj << +/Length 1171 /Filter /FlateDecode >> stream -xXMo6W0+")(c ,Z߼>(6m %C7 ?$K֑op83>uBr,D\`Gxa:3w?aovyKwX61{@m|7h ]|,y Vchx;hG(92G>f0(d8wD I@(naUjh̓>H])|!RU/d;}MN",7"(4PfB?01-:8M"~|\"AOz6^Ea^9fʸ#!ND3'Or0224lDFPPU4 4Nj,ηOi/ -c( +th84^8/rivٓTv@ : a-wqR~(3kmzTgLmlU-):d+LF^P@;^}o1=@fR/|w+,-䲐3@u }zS[u4!iPT^V'ϡ+~DOx*UDž(nqb^ WT$좊䐷5WJIPG TrX3W49{A H% fCeruP'bWlbb^Vlӆb3]&*jfmBi$|b6M SlLj[~PVl:vMؔP t]S] -Z[JMMѽ\ǀ2l4Kт T1ޛ*?|1N+$c pԒikXjQբ1LK!Aqbǿɺ(I !KSfuXsgp԰((=$ac` +xXK8Z)Y)i%NK{X` jH {G߷r$4{gN~\UsAͽȻ31IHODJgDHo<>_(eij^n72:k'E# $B#-[=VZp4ˍֻ{CJr:e(&LVSt~5Ut+ݣKt_d-4YxOJ_#ݗm|ҽ?-:>!ܟǫJFJ@^A4H{7HM kT*KGF +$M8}N:$mr`TջWz _RL-520i7O`*ptm]ph\b56̎_".FIUU1u}AG*(-Oi(V"jD]}"~<ҽ-jJ=9 ήM)xEk*'2dJ'Y8WR ɭXQ2(L=P tWGV\;V JT쀩td'ozn 9NM7NCy]DxG:DAdDYrtasϡ endstream endobj -1238 0 obj << +1195 0 obj << /Type /Page -/Contents 1239 0 R -/Resources 1237 0 R +/Contents 1196 0 R +/Resources 1194 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1189 0 R >> endobj -1240 0 obj << -/D [1238 0 R /XYZ 143.727 753.953 null] +1197 0 obj << +/D [1195 0 R /XYZ 143.727 753.953 null] >> endobj -1237 0 obj << -/Font << /F43 516 0 R /F17 428 0 R /F36 513 0 R /F46 538 0 R /F37 514 0 R >> +1194 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 -1243 0 obj << -/Length 1198 +1200 0 obj << +/Length 2028 /Filter /FlateDecode >> stream -xX]o6}ϯ`%) 0n]Ai[,waYv[ֲ<vvFWG̹9!Bs3u T\B?\N,˗? no~C{HK<{HRc3'lk,i/DA>N2JxX> Hb˒܎o蓝/6+<0,=r5X~#~ޡ%FNݽ k_ ()+,Ne)ewYY*ed٪3;|v$t) e{½nG7U|_7ڭ"uRTNQ>ȀG=EЬo#M gټS6Z8`P T84_u^"a*gG֣w<)Y.$Nm{40OP&։ rKIEصHYÃW; a}L@i -ax8򬔓RN{[{M^h_$ihCCTy0laq=+hד0YVU>yq$l'HG2߆Dn(i\PWѰyTPJoJ;!Q7@QaQ|ȕ*7"qi@Qh^`e*۵4AE~[_]1$ 1`u */kԁߌmt6if-2TY&S+_?J?}v2j;/: ā…RA9)dp)]K]ͤhu=Rt5AZw`uLR,mRq*SncPP2Z#rUt@*r\*p;]o+VMV)WWdTTڈT"H쨬/ VʡT.ՔyagYB J}0]9N2*yH}u*Zgo+CA:j@^eS7 W5Yd?G*^Հg0րVq@a;^yJ= +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Ǵ9MvƏd`<ʨvQY 2i]_U7H&@7WனrG #0hCQg;ihY7 L=-"r=;n;LӨik 48ՏS|=Ǽ)EfL)=2tri7e;%],64'neUrUZL߆E<U#% Mo{;Q|o;J9S\,GCD'=n})rЌ%*gcc+X }FT* J!" k_t&=$ttʼa OxYi]Տu\QNn^O<$eӨSϛ]-ܰ4 9߮fADnN=7b'glaױ !#iylćal+-CpI .+pn;v7 tKx!OSyyP^5zjʃ b o$vv @J@ș IœH4)ᚳ@^yXU ʩ;VbߕqC›2i K0 O([@B[7_9>"y~;`"L# ^ R“G -TJq6NjsXnQo41tr)T;{o߼xm ՗Waʾp>8U "R?>lSw#CXcyb)Ѽw3RpUC\*l'q}s_%ڍ&xBg+YIB.XPʳՙF"0QP̡R~@\嶗Jl)%$fG_ +`GTDTU}3']X@lk"?|>*+IZ*/Ygno0(aM)v،QjV6otZ8ŋi+Of˵ˢBR ":F] ӓ(yt].n٪GiS]qHPUr^? D +Y6wG 2 RfqO<ʄKcMJb&ک'H +1쵷EYA#q/Jn_<9)N Ox_'x|oE0 ,/YAB^K 5Ebv[mQ`? OkPS5T|^ԚJ+t>%^pQCBh)v[^n!cR5m2_g{yEM^lwW ]t߮NTS5;zDjtXKS~|>LT> ,(0b +֭2nj_-M鰂]oKa1ϸ?O{<{-HrJ=^=q%ndsی +A9T3K~}/xLL endstream endobj -1242 0 obj << +1199 0 obj << /Type /Page -/Contents 1243 0 R -/Resources 1241 0 R +/Contents 1200 0 R +/Resources 1198 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1189 0 R >> endobj -1244 0 obj << -/D [1242 0 R /XYZ 144.724 753.953 null] +1201 0 obj << +/D [1199 0 R /XYZ 144.724 753.953 null] >> endobj -1241 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +226 0 obj << +/D [1199 0 R /XYZ 144.727 476.999 null] +>> endobj +1198 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 -1247 0 obj << -/Length 1555 +1204 0 obj << +/Length 2279 /Filter /FlateDecode >> stream -xXK6W0 -E͈GFf͡ݞ=06m +K(wwkwdV6&i.9q3#twϟo_~KQBՈrN""?$%hr2 Ks|r(Kx<*-,-Q/ث~mBDAI`5J/,+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# -2sI-/@ж& 6@|inAk[|/zh_ -^v,p;^ܰ2}+;]$LI=i@;oz?4, +xYKϯ0v\DQ&Y CH96-,y%{ T,Y 'Q*~ՃM$ {! -ܤGz8y4WhL[ɜDȍ@ٜ1MZɊ\4ZlƬ\*dnj:' +V[=*kUA,!LVYc (b6 +TBMA xD^1KFtr)7oj 8:Yd|  ”n |2BhŚHfs),Gݓx2{jrZ?ci.S;_f8F^iD4sjnU^gt=h+xttOSԻßLh9M!RNqH*:YLeUek1Eyws"%]Tg&q_ЈjHǐtF#chܺB+cM,\Xd'H_D#`vyPlx q;Op +1nQU!z\+MHbpڻ0w&V2P.b.!p Dt΅}io +6l<`Vef8ѾsYº5D p.c42ݞY2DKϐ .ŜU8&"L?]٘sr[q)1Cya- Ga8{]gnwkcS5|pT8R{v^m16^ufSC5A*=RD҃]n䌷\eSI(H@*N G7"enGd~.p]o03*w#lum]smT ʮ^3dKNPL x@B  "xey4!EBh"oEﰮ뮶36ыc:ј\vժݙ%F@vP;Ņ@!Ea1ϕ2' vWI(Mۺsψp uPL>HA>a +_  =&:zll[՞^lqSI~pU.r̽aC9E00NDNG81(j*w%cUn\XٝmmQxgsMw@xnAY  ь.DϾE8{]eZ.b@il.y2׊pʼY%n׈Dv/HVڣeԈyƝQ{V=\DAڣ%{BRs.Ա-H>d3nx&aN@\&Ujʝ1쐵_ }\*Ym*wۻ`\0jtՒjd*HBx/E% Ȃ>#%~Fb7f}_Z[ZΪ5rd=eMFOP0O މI9g3Ue~ݹ#{_#! U)A&ձ U.f75{{o-w'v7yo?BbZcyy̮pAO8%/y/g*TX1;YJ(E7~DI 6_vIgh$b"2't耿҂uˍsz[`ks;-≡yM+(qӰ r`.'(]7x: !gK&`?@ endstream endobj -1246 0 obj << +1203 0 obj << /Type /Page -/Contents 1247 0 R -/Resources 1245 0 R +/Contents 1204 0 R +/Resources 1202 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1232 0 R +/Parent 1189 0 R >> endobj -1248 0 obj << -/D [1246 0 R /XYZ 143.727 753.953 null] +1205 0 obj << +/D [1203 0 R /XYZ 143.727 753.953 null] >> endobj -258 0 obj << -/D [1246 0 R /XYZ 144.727 312.946 null] +230 0 obj << +/D [1203 0 R /XYZ 144.727 622.702 null] >> endobj -1245 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F35 427 0 R /F36 513 0 R >> +1202 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 -1251 0 obj << -/Length 1287 +1208 0 obj << +/Length 1781 /Filter /FlateDecode >> stream -xXKo6W( -Ś+==كbˎ[6, )Cnd'؞$ gO_͢$I_,h4DiDl4D_㻬 fq bL\^>:_UD&iu`8O&^6Zk8hp{~ CA1+{_! D )%V`- B`((G"N׳͢^KD<}q@ZK'iY@zfDAeS< hhC`u7ͼZS|W悤't5z#cqTi^n(B,n|D1) .6UEl*6!@,bν\`? 'wo5NGX VXӡ)SOXEE콞=؄f_oN>.t$gOAsY1 -ga%4nwjPEޝx6RC -NKX5oZ|M)Jng`RXe/ՙ܆b}n۹]J웜^VtZek\Oڌ{k__O:7td\/~ 59S9B[{tʅط8}˷;&h|h ?!짼G%\To"K f99, 1FDpŎ/_%IL@pNw,QG..A9o(t #5H=`+F@D )<mvk@@@ؚ瑫F'y:!F#/$+3pAzW8'puԄڧ>8v9g~?Z]$aLtJw,k^.;cSWop Ltw9 Drm\vk }BH?97.drGO!+2zt]N#<[KXU$:XW,ɱa.[_;1'Rښ9QϜ{`NJWB%0rɓ(EܣIqJ$#U"n:'NA)'L] ܇OeS@x'l(@(rD;UNDDVX ?HPP$~=9oT9S_{{ydIҙs5DCHMᵳߪ_B +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 Dτ|&_ i &=i Fѷܑ|gFCwSC"?S{~8815NƓEep,4,2fr%9錋Vɠ +> U~GVi#qM:8#dOsRӮA>:HRV K+% B|Ssט ˈBOH OrΜMOL?ӫ&;zq @pack/+On k>pT׺v*~V; c@Oota1>GDڞV%c7Z2 Nŋ" 5, 1e _F\Pip, DW~0 >BppNj( VXTၲjFKopZ3Z &w^ ޷Fv3s?2շjbe] #D' ɞ'}y G:A<$"V t{ +fQ xg~Xo;_"MdsNe9¾כ6DfrG؄U#| 2D|U?N +b'b"YmPOZ-Taz(qQub!d:yB$uJijPc{[%+N&slw{TDսc/?,9@ES͐oit=0dJ2I]m2%e27iCL;noLr#6yB֦nٵҨgJf0<ѨZѓ5!JvȤ > endobj -1252 0 obj << -/D [1250 0 R /XYZ 144.724 753.953 null] +1209 0 obj << +/D [1207 0 R /XYZ 144.724 753.953 null] >> endobj -1249 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F37 514 0 R >> +1206 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 -1255 0 obj << -/Length 1163 +1212 0 obj << +/Length 1168 /Filter /FlateDecode >> stream -xXKFϯ@"(ݐ%;RQ1m UOۇ|3653@d )bzSPCkoNH&SEYs;! Ձ:cSQD-n&ܢkU2SZ -p7VqeQeVM lDf%iL쑗17 HIUZbZVnqrz\yDzPaHPM)8Cg+dyO'.Ep@tq:S -"@FW괄 -B -߄~JؼV >tTeWOc^x{8O'ɏhR9i{UCke*Ї# 6r|LwdJ|~ -}~ŌC 8#驉$7kL8t`5u}C*T&TOv[GѾg?I\͹1&bǩ`Y\ٽDiL%ARD LEpDR`;YeJoGlZBG-S8 gFqXb*)l\-qV::`2&_CU*zDU\n҃ =Ž)qjC>$gVgz&GھÎۚ%s‘a1#h,oaP 3C{ LP^ψw+zy)c\(nNg.te:&"n8|jHbXl͑UKO5D̠Bg֍#`t,`j7qU9%Ƶ3Q<`]$G0HP"&XiᐞCG - - -cYĻ7KW?jP%P:T[ OI"'y]0yS0RfiE_5݉6mQVvvB#}]qohvܘ<[?CHr򬐆wNU)})%".w}P7eWj]QmŮt9m@pVErr#lfZq;!a0'I^kjo8ʁ4v ,)@a?w ha +x͙[FSHl)L撧JM(Q>5^$ l(߽ `0}b ~slk7˫Wop8QJgy!#lWzϊMG]R*0gK)S-y6&]#* TR/:.4bqzg;CbE}ju춽k U5ퟴ$d@FvMá 4A[˽qS'Ï?qe]oЃpUq$*˓ʝbC?:hFu Ow-z9XBO; +XFP m NNƩ[D@g(5h za@.hkE,":4} 6и[eExA# ?W#SELű[ϧP^B(*^GId&Q-WNٍқ)JuS'c5`l:2 s+FSdFES-^M6f8.&ݢ_pVVKJ41{Ɇ .. +LͮMS_ߚB`ytUk\Men\yú+ӡF`ړ؃ 4m1: !pT0\ 8{XOpr҄=)RfyohҜS0ƛSy7k;R ia>~?`^#0^bT!6 )&uI:`cEc&3ntd &mݸH?#? #:Ჭ墈bg|JƟhm\Awu vo .BAH0JHzB^WH/ endstream endobj -1254 0 obj << +1211 0 obj << /Type /Page -/Contents 1255 0 R -/Resources 1253 0 R +/Contents 1212 0 R +/Resources 1210 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1257 0 R +/Parent 1214 0 R >> endobj -1256 0 obj << -/D [1254 0 R /XYZ 143.727 753.953 null] +1213 0 obj << +/D [1211 0 R /XYZ 143.727 753.953 null] >> endobj -1253 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F36 513 0 R >> +1210 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1260 0 obj << -/Length 1763 +1217 0 obj << +/Length 1641 /Filter /FlateDecode >> stream -xڵYKo8W+RH.]=Ah[,$0wYrl/3Ù|h^D?E|y3OI7BF ,]unv)^ćT.R?"*Q0cv~i%S"ː%2gd2xAGNj*l]m5O+Cm}yQmVuͺRV|/Tw(&ː'4quc:om+V[*/C8fv}fUn;emi9xN%e"p{.z̈́<LX;!-LR8&:+9']v9cu凲f`oϕ)s nwDT0Y mjGfI~uq@)={x⎦;4"a͠xSTMȾ5xXzK#G^ -Z}_Wn98c= V7pV˭0r@lba -%I2A҈$]w*"1 ~\&z/ݺq]Auگ<~ iN{E+@ኁM"MF@+v<+z)p-E*݈-&N3x'MR"8{O&uPFG;Z8dC,blg ńu#Aw `> * rJT -$P\lt& #dP}'+,1O  -_uN8AE5Ya:Q(0xN!Gyqu@aSvJź(+[\n6S38N0)^C^e@wJ$}eM'x@\X -qxFˌ+.1#hu)یP4 ߿X?̏_\23c8 7Ʊ.kcg"L \M z d m޻n3=6NtKQbvS%(J;R @΅tnywO(~sUkwTuvwޝ~33}+v)OW=)C[}:4*JJ S p7CN +xڵY[F~ϯ"ER!,wҗTVW}Hr$l6 +sQ;`X}򲗙òna/~{eߟV޾wE`š-Vs+Ehs*]|4Xϫo{" p,ߎA􉹞EV^'"YgX2xXs!;kl^S 3mIo47-k;d)b͜z4}Sp~V"p4' ͎G.hH蟒麮I+xKӉMRgeA;6y"%حB+\G.冖۳jL,/`?|(LÇl 4}hoȶo g֠hrNlyӷϢ|/6tkizvl ^-ƱX%8 }6#eE]9@WI+W$BMV>LA86 T`*'k<_̐-cB7IrNxXޖB׉|+ $ԣGz7|gTayqبxʊyD.z9hIԁNBd*0T`<%ǝkNVsGy["=_!YC&)ӍDMpֵ}~ؐ{L׊`4Ug)P5ji1IJڜUMGHi2^DAlH5Ҫgk~>x8NjjcS ZYBgz8K 6 )2 XM6M׋%]Q +eU/va^dmV/ҟ?mˇ;k2ܚzsۿ-IVH"I(#5 .(k1CK\"J9O.mΫ1nKYkwH9K"sꩂD8\l֢3 C*+^!RC@}zPN X 6WIs-?sT!tpzF)ҦKCFvt*@UCػ,wL3Cl@P4 T̾M6(bV`QQUd熐.ݏ$:BOIo\&B+D [;)N:(j1|4|i!C}U}Ddi7{ں69r6? Ҥ)z<9Như6.+f "|l |;׬y? ˓ +nH@Na?>O%!T?K_B5tü>8zsfVm4TOR +7⭱P*ebi:Ǟq+ޟK`O|Gs'XM/r8TouDyŹT,Lo*fgQK^MP_j< `yow~nQxϓ6)%y|)^y ~cߜ~DQm +&XnhudǏϱˎaҀl[MV'm?\r"7" {իF1u endstream endobj -1259 0 obj << +1216 0 obj << /Type /Page -/Contents 1260 0 R -/Resources 1258 0 R +/Contents 1217 0 R +/Resources 1215 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1257 0 R ->> endobj -1261 0 obj << -/D [1259 0 R /XYZ 144.724 753.953 null] +/Parent 1214 0 R >> endobj -262 0 obj << -/D [1259 0 R /XYZ 144.727 606.513 null] +1218 0 obj << +/D [1216 0 R /XYZ 144.724 753.953 null] >> endobj -1258 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F43 516 0 R /F37 514 0 R /F45 537 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +1215 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1264 0 obj << -/Length 2461 +1221 0 obj << +/Length 1206 /Filter /FlateDecode >> stream -xZQ~_aPT.Ό(RK^ EdAi[8YrDy!)Y7}IS7 )dz,}&ϿܽOgn3,fY,Mn=9J9_P_E/XF15h*VǘR/wf3EH -g * ҉i7$H̵s>RՅi""ͺɫz+P#j -j@'ZXʎ:,Z"5XM[C?nط']Tk9[{HdX-1"XZˑ$(QiEkTowq-w`G7V.oU?w6og gB㺫]q$,i`G&oVxsQ>i-Ym-`SWh?~Vmu5~ B#cpcԫX7^dY@()Yɸe0 &cݏy & pC4>FmVMI2aJXD>tj;`КKO:y`yO9zG(bvaO5"TaUoYke!)Y(蓪 p8-kczÔzN#=ĮL9QXp` J72rqcyMokkzl4\V 7`m L!b3r^V$]BTM /ߗ^pFX ?cꗤ&6!W,29a- 6p=?o2!J0Ta-rꀻʏ49`f:^ߗ} Pq&ڢ0dyA ֮gmOm-}7q O䂳v۝\ OSAf#ݘ֖/0I Y>("A>gLn7NGyĘ<@r~ܣqKs)^R@Sfn5M}|;(S,0k+WI?\ -1|80YQz^CM ND1u:L=z>|TpgOh=f9F,7ȡ~~ղSE].wap*H24!LM2Ƞ8IEghc.{K8T~r_!ˢdl*'h(fN!xvk1 -AWK 7&o}"8>TOJSj 6< ka~3;f=V~n{Yѐ̀2&=tbK#R(6JIVl4z}> UM64/:x$1 t4%4~OkLE &ө)a4NS:?^}Uj, )̟ Ӆ+aq?~wmxv.iN/dt"Me2ε;u}\ߝB徆TwTpSA'3yZs<# -zKO mN=?ҟѝ@g8O=P.NG p\?&` *Uhl(>H,,nc2AD}m R/6zOI܊KSpԺYps݈ +f@.:j#s-Z.i3 dsW9yUZ Y$X8E|a\`"*mAdKDKX; 8@a^_ؾSKicH"tf|'-29Nd@-(W9O`w `uLH=V\V|᩼XAI5.zZ/MDRG/ۮy`2]ܖ'j/˼m,;s]{D&55"✣`Fˇ*wV븝ۍyV&Y lu6^3QvrcSJ4z-t?mv| 8@cnΘFlyZuUneݲ#NJ[5#b=Eh3GpSO*r Mh=jb73;_TVȁlͯN]Z9/$) pݔ/y=p2K6ѫ` "a<xM{Dn`G" NS!}(8L35kg"(`'P^ muMY-B3^wy#k.rLcl`j`I@Ap+*3>,ưE xw>v*ХN7BØ gI"!$F][uE&\yD4NՑ]|C'8i8OVb|e؜EW* rX6V}84|؏]C9 `{T9 +D3ʹ];J +hZkeWן1 0=8ׇ% endstream endobj -1263 0 obj << +1220 0 obj << /Type /Page -/Contents 1264 0 R -/Resources 1262 0 R +/Contents 1221 0 R +/Resources 1219 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1257 0 R ->> endobj -1265 0 obj << -/D [1263 0 R /XYZ 143.727 753.953 null] +/Parent 1214 0 R >> endobj -266 0 obj << -/D [1263 0 R /XYZ 144.727 716.092 null] +1222 0 obj << +/D [1220 0 R /XYZ 143.727 753.953 null] >> endobj -1262 0 obj << -/Font << /F45 537 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R /F46 538 0 R /F37 514 0 R >> +1219 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1268 0 obj << -/Length 1606 +1225 0 obj << +/Length 1075 /Filter /FlateDecode >> stream -xڥX[o6~0(Z viѢÀ6 [U_}YBRΙG@H^LPGD=} |F'BY<$ZUeU _-zUNTn{1|&: $L7e[ߊ*?^gMUTys{!l){kͦϙ)48}w(nD0HaB,r #y>N<5/W׃xuipfe >S_Z/tBf*Ft_[QkL - өjySƯד+n얺 0/^Dv,XF` i\U#@ج/e)..6eݶYS9EdIS#>[}6֚:)Q@F)׫XSgxzLݬ+wMYM>o՘ٻ,ώ֘ ~1*lj0 l#/$D[z0!.-?J&/LBmVD~2F"ȍG3Mbʍ;q빃-sUDM݉dު 1'?56ޚ->n6? ~S8e:7,#k4U-geYc^?Xe@PXuq p0נ2)RaB‚XK!]Yt }z/R#'ir#{Rz:SzU-qmRG TR4}qZ{, -X@VT³'t8oJZ& ]s\$juT' ->r9A9Y1#Y&tЯfrS,"ր+ uѿ~POuIJſO.*Lz8Mda5)DzXwt!oa/Z^ gNE]R|EUf?89.-.ƨ|{1v|6au>C@qǩ0 P>u33+a[7*))&FNiF%wl% g yt6h4rGdGbWT^${% '7G [;*uAI -|(7_>0 +x͙Ko8hQ:̛[4J{êoClf'dcIkI_]Uchfh4W!רAf |j jP"S|z_Z6B@{%ZXrbm0X(l? n0[ay.)'Uq8@ܒ%_4o&ka@0"%xep q,,. I/TC~5K[e Q,xb$4 + 0O#42[yN#șh'[lÝT +cD{uڬA6CGHA˜$)G3{m *1|fG`З&>>\ٽ'`l/%~Zf!˗ b `6 +6~=(*mXHʤi߇LVfk)ZGUUӕ=X^NjBE()y-%[&T"d;yt?&5ShRlKvymB}98;\?IiL$R|?>-f˿cPÖ{1?b endstream endobj -1267 0 obj << +1224 0 obj << /Type /Page -/Contents 1268 0 R -/Resources 1266 0 R +/Contents 1225 0 R +/Resources 1223 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1257 0 R +/Parent 1214 0 R >> endobj -1269 0 obj << -/D [1267 0 R /XYZ 144.724 753.953 null] +1226 0 obj << +/D [1224 0 R /XYZ 144.724 753.953 null] >> endobj -1266 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1223 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1272 0 obj << -/Length 1381 +1229 0 obj << +/Length 2265 /Filter /FlateDecode >> stream -xYQo6~ϯ0 sE8ú5йO(2m %AHʖlzn~ҙ<;;i|^}HXh4(DFH Mg:o޿}("u$,yʸezszFѣ>ݔcʐTgkB֬Y <+iKi\v=t;ެX\*)*YQM^T 0dam0awn0׈sțkPW߭«bWbDh>nWw" @fj-*G1hBĄI̹\Oh16Nࣖ>x -;8|@Ru7FqX!Gc$ɣ ̓S w"C6$?W:kMue 8G4 -Tq;J6>eÀSvR'Yj\Edqr6F5Gdc<#c+?: - ^K$0w&yL,!Y9/uO-<CnG4dx:3k€t@ `qo4o0;˰&7Ԕ]jr팉Rs{ԔC9RspLh(5'eb3ReHpܬ1 -.b^1&A$A -$܇պY}y4%aT:Uq.k3kwV+ \EY'[0dpMͶ\Ue!ء;Im^@/t -:KB0B˧A c.6涷nICt3f8k5{w8VX84gTԅfuk0DYtmp%X` V:zN Xp03Ӧkd&7pҿHig`aK{G8"ObNL#O >67>?\(gedK/I>7mQ=j/spnbrr,ϻ=fm'J&f ?c6X܏P4`N q{^c]6WUb.%`Fcgt x3Iun!eeĶ-Bv'i6*<>L,794sL~Z$/aO *ufvޑD!q,F)P_%kV!itb@*[笘8zZB0Eч$A !96NW!<8H  djFGQ[1B\ +xYYF~B-& x9v9RkĘ"$DOUw缈}VUWU+=W~}w\5f(PjS@c&;fkccL0Yeܺͅ[!eGRD!r}h)ʵ[6."3 ؑ<&Q?퇼pd`Ipe5+E=+ y@LAGd%sk~Cܕ)^u}]AP9a1s` +4|xq .AUKQ pdž+'O챁IluJui|'(>QAj\V9K0F;;s+_"XqbDO;Pwo`scCA&| sT&=2,G)u]۴YvkViRL7 D~+Pһѓ÷t$yK4ShA#Ōr:~`k#.htӞ +SśмޖeQ@MZ=~E_]\#Tr:~0qf!l=nHo3&z [![!b .ȗ`;{{UlA]1ƥ+prPlT9^|X_QէoAn_uVJHۂRHl#i ^yiЌ0ơ1NS +w\lY,z-In_TZϵsь𑠫R/7GH >bPgޔ i `SsT=&˶("dzuI_FD , ^:tny{O E+ endstream endobj -1271 0 obj << +1228 0 obj << /Type /Page -/Contents 1272 0 R -/Resources 1270 0 R +/Contents 1229 0 R +/Resources 1227 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1257 0 R +/Parent 1214 0 R >> endobj -1273 0 obj << -/D [1271 0 R /XYZ 143.727 753.953 null] +1230 0 obj << +/D [1228 0 R /XYZ 143.727 753.953 null] >> endobj -1270 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1227 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 -1276 0 obj << -/Length 1557 +1233 0 obj << +/Length 2065 /Filter /FlateDecode >> stream -xYo6_a( *^aˀbC`Mm%A!ْJJ=%&#ǻݑ.o\7~$v@~8Yn /Yfpۛ Z`'@'C~ AМ<߹-E6 3yPMb{ ѣ:m:Ix@ "^]]|!n(Ɍb7D^y(^$0ϋ -`XF s 0w];jW6l0RWbFV e#jiLLFyr'dvG2iq-+h=Dr#۵ۄ -RVfdc]`t=LMea99ZЍv-e4R9{"w_HBKi+=Ԓۜ!4/ @xaGRkK--J $׎[fN;a,O?ZdqD:!H -5rk I l/y")-*eX-0dCu$beߢ5 -Ie#_Qs]>CߝI#2ߐWA(6=}H8!RM@z}na(؝b,π1i0&,f`,IE/?N5_v$?M'EcJMGl础}R -:ϪD-W`xK9 -;xZ*>b2XJ}$-*\(.̀wgȺ1B Ɠ`puMR w9T7ɉͩfʺSJrJSs2!UsRM:yJ/1W)Ftė*݁/Q9e<}G1‰EL"*x JԜ~9 Έ+:֙3\Oc׽Dk}VTFnw՗s$:5q԰G&d|Eޯ4tYOΩY?pƮ?j 0B۴ʁv{k֚˙B<3,T/RT ɬlzLo@؍^ƅ왑ry9 *],-9 vDR:L[ տ8d$e +xڵY[6~_(NŒ](̖ݖ-:PuJ # q(m@;_k]ꢱR2r=v4&}ҝ-,E=\AO^Ttwe <`ElBoa0jФ(b$vgk*Kg7c!8IG%QLbA\Mx {Ϊ<oҽx +$S뺪_@(b(8$E$ 'v@DZđ?Yj~22h[ك7է13@ÌyM3;]B)͢kjW_䴄w489Lw%4=6 ulMSc:w+;b]튅ݲNOs,mY1|"Bg@U.0 )=ЕK])^;AmG]:uuDYoI5$?ZV!Σ2zR*q)( +A!VZq[~[  9UAUT񌢧u ^TfSs>< Q:ts&mY9b ~]bRR$vGݭ5ABThȗUHhҫ=5j ҽXx/Ŀ6Ң\b¯[TL+ J"qa`*xЍvX뼄uk7H!w(ɵvaje>Ψ|àRZz}}3E}R}"J=L= wx7X#;~nPx&Jq9".x +1Rg$~6W4;WGX[|SEV]Mg o qKbz c`\ї;ܔAٸ-7w.Yqڹ&IZWP$ao m\$T2 do]6lGR8G>꾦QBc9KcV?!Lc2;G\c[[T(0~yUaL4rl" ИG#l~"!Jk|؎u]Epaіf}v(IƸZ~\@0?Ag΢_;)[8ug#pQ0a2G%$'-$ 5[|a3:޹SkmWN B i<6RtWxUK$M5&h.ܝy"m T!&2cQmkg:AvJmgp9MN-FHba/aƞl4kӓu)QPi\qawetɘ[n j_W[]~Tʔ{`p$-CY+[1#; X~x撁˅'$#IhLvEBF.8%ҖBiJ͛^ܟJtb_Їiһ> +%Cأi*Ro Ui dO8/! Jwێ{ I3P0>F1©x3&u; #2\h ޜ]nPr9f7U^aG3?er!#7UQBI0U;}c$*DP *kEqw|]J_v:@d.H1ϯFlbdPyCwx-ǣ] 5fi endstream endobj -1275 0 obj << +1232 0 obj << /Type /Page -/Contents 1276 0 R -/Resources 1274 0 R +/Contents 1233 0 R +/Resources 1231 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1257 0 R +/Parent 1214 0 R >> endobj -1277 0 obj << -/D [1275 0 R /XYZ 144.724 753.953 null] +1234 0 obj << +/D [1232 0 R /XYZ 144.724 753.953 null] >> endobj -1274 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +234 0 obj << +/D [1232 0 R /XYZ 144.727 271.856 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 >> /ProcSet [ /PDF /Text ] >> endobj -1280 0 obj << -/Length 1285 +1237 0 obj << +/Length 1707 /Filter /FlateDecode >> stream -xYMs8Wx]5H|ekk#S6TF`6Soߖl&$5sY43f/ۋȝ9"ovL\M˟/ 3ؙۛy8E|#ܙDI؅aKsn&zp4K&U7LbG k)K*Ra;6$5<2-'i4Y[:gA ehe/\>Jhya(e9`*Mi|AVqq;ؙ!"{ך~Do z1S 1bcbtg>̲aulsXb_R]aB ['~%7CoI) IЇ}ԕd+U7?K4 '>8a#| ݷ{Ir.&Hi22cK7|U>N(8uWL=züϻЏuQ3NO7DIǤ%3Ga|]_[/ 8=1B}9UNִE&.nd͓@2GFSL^O As'̂STG5g )`&PIP/P;`y"仄J;Yr#E*[ 1:Tf,vaSxkRrmn Hh:]Ae(a :[7Lܒ`چVG⢎*s i! $R -<Ǔu#z#*A~so<.M$[oa&4bc%=5`kT9, GޏS\^uٮҹLV Feg$ HB/VR$! 2P#ꆝB+p(K*y>(75Z@AD[\C[@"ޚ`;y-Ż[4U?S`笣.9lcR°T?񟊒\\oYZn7R޴gMDMI~^7O6.eUJ)'QHxShTvlcGRShwi PI 2^ \1&:%xS]5bRt/2UT%R`%漼Ni8mR}?RRerKUNTMIZ6FqޓȢ @w7#CRE'ηfޡFvn o}Q#ynE&aH'sHoS\~xdU3/@ͦP_i5Y4,h!4ˑ-?%ϻH?GH' ݳ1^/+Ml66#&D^̅Ḱח@0@M¤[]MIzIG|kr +x~4JpOXA;Hw>O&oy(z/BNLlFm 6V$Ɗi/!hVE6uQL }/bhM6& + .8=,{pM}Z8v`}N}>)"JiY[Nb b'([qRo EK0 zmzE z4iK"ulJW~Ȥ˅GlK8ҋuETw'7fћ{Ca/|sܛ^4g3c˺qBs+W >hԃD !RMUȼ8v6}.jK5Aa8~>JST+lnLgBS|Lw{?ʌ!af Wb==x pg_(tC\{>v 0wnSKt\@#hd`?37nY[-]!Zx̟ [ endstream endobj -1279 0 obj << +1236 0 obj << /Type /Page -/Contents 1280 0 R -/Resources 1278 0 R +/Contents 1237 0 R +/Resources 1235 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1282 0 R +/Parent 1239 0 R >> endobj -1281 0 obj << -/D [1279 0 R /XYZ 143.727 753.953 null] +1238 0 obj << +/D [1236 0 R /XYZ 143.727 753.953 null] >> endobj -1278 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +1235 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1285 0 obj << -/Length 1213 +1242 0 obj << +/Length 1620 /Filter /FlateDecode >> stream -xYKo6W -@Kx XZߺ!G-TTQލw(o$C|C{k{ݧ@JЛ<$PcoA0gۧ^rBLAQ-0ninLT7:uiwL5!~dk5;FiuJ0R $b2]$Z%~*r0mhLd?3ZϧG8s hct&JgS^"o`0tB6 4jPh%87)^MÄ9'x D hHlqg0y&/lLQ0Nepp>wKO}ݖyd=^sJmtܧmBW3PGx\RwKc3Wkq|i@%yɳ6m6| -TGzq㈼Gb0Geqѷ(a9R8:9z>~n!(sc [A>l -8+?mŭrvvJ~ )y=ISf2%̘f:-uT%yl׷@W# a~Ou+pR5vM-Һ&t,uL($%nD00zNq;˫t0MvXN[ @v'ߵ'AvcfuOo -R.\N Wy5ÐABq j7nvlRR?Xv~@a${h^>#0Z9:V4ny , ERF -gQ_:A;GBbQژ2j ִ -WcDTJ -K f(DŽ /UH +xX[F~_jEx\i6jJ]),(6X^!{\zHO0Ù39s.Xk˱>8͇OطBzijWf ķ|CzΓRs#'fEjѡlEEO~hw#)좯E9v-1^ ڴC!$Es .AVjy`DF9]×(HMgj&o (K^jA;U$zFV^#V|o߃R'/tqqEltbH!d<0:]snCN{:AYGUrBJDRSwTӊcǨ%v;pGV&T? ƂѾ +RWfoz;#yݹbi/W}="?0áׁq(.Όtoe>mb|O@1Wn-¡Q:AmDA"l✣CZirt ops\fUOd3zC菢'̌_d" $x`*9>ѐv)NLl_&Ymulf`&#=@1\ +DS|c1SΗZ;H$ RNh]m7vQHFg3 ȌOivg8#2s +vp%lp%K%<15:T",SUUdhף_Ś[ (Ԝ#yu7oLjrUKT 4◁|$%& pj,DNP2\ce>47:xԬR@u0OȗzBto20u ة1̭TzW|I<%'X_ߦsmgNRUyR `ٖ5/*_W"Q"1=s} ^]AXNM@?*E^jI{'D1|D'I'Ddy(V [7y{+2'CL)c=([h3"Ѣ(J)J'2}̈́>eT 7/lǰ Vn8g]N/@eF C{1s<+Dzjkp*NS[vt\L!*%o8- endstream endobj -1284 0 obj << +1241 0 obj << /Type /Page -/Contents 1285 0 R -/Resources 1283 0 R +/Contents 1242 0 R +/Resources 1240 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1282 0 R +/Parent 1239 0 R >> endobj -1286 0 obj << -/D [1284 0 R /XYZ 144.724 753.953 null] +1243 0 obj << +/D [1241 0 R /XYZ 144.724 753.953 null] >> endobj -1283 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +238 0 obj << +/D [1241 0 R /XYZ 144.727 633.661 null] +>> endobj +1240 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 -1289 0 obj << -/Length 2175 +1246 0 obj << +/Length 1803 /Filter /FlateDecode >> stream -xYFBt%hz - -iJuY-\yTqogfvw w g^x!|_-oYE_.uʥ򴬮>_l~ >N(K.YB#W!yDZw8KN-3Mo+0Bo%->VL@..yYmeDFWK!}'8iv%BEoiƂjW4\_p.iDJ;qbsQEGpKyþWK -sARucRk]Ҵ.mEiLPwU~[ce@rIuY1,P҉)+iCZUNM+O#ء.C_:B/%c=YYxr~LKFStP1 k/%8{9` @V<Լ6g{ wfgggb|Dd61i;dq{uLAt;1Y?H{]s7ũ13\/RT9}?6 !gDb}s`f$/KLjBTחS%ofթ -R>"R=KKk]^԰'MokP|ϳ88D j.3`zKK̮,E<Q8 BT8nC̀6.( T,90 G h4 t$|3 A{7u<]8OU<"&q)^6?>hQΧlZN{(l) igֵ — 7ά E^@uXe}OxIi,+jH!Ou=ؙ(&8 3-HmQteU@[^ S1ԅ]a -3Qa#mzΜf0Ω|4&7rJt}A "CgLi}f.AvKk ⢠BBɣ RZC [&/=▸Hy -6Zt*fd〃\+.gm#}RFI3>t<ꔭN<ުp_'xpAȩIoj(q/gQS7 }fq]<3WM"ʤp=(4d`gV PE_;c\2c{"?m٤ *i -0ڷ.ʡ_ -`Si5s5ȸD0IT+ME)צ$\zĤ5I~X%&\LoK ˵|:8s8h -^p)SCt2l뽃sFgŀ8p)~#;!_mUH2ң)3I*\o[U}\U^WvjdAB ֈ5 ۈ +Z-T +wC` <ŊJ}pj1 wak+G؛M98tCc9 8dI8+t6[xK!%b-K w)??a寭Z~fnOekM-{R! Nx^NeFYCWB+L`"mic3P .vvɠD8 Mhy@/#B h7|&bw`^߽pU{|F/<m[/=ގ_Bb}.]jvO\t8u{̥ Guh|A(Uv,.7VT0J<.W*[Q*3[;UC'+(K~5 D^,$`lePk(eT +,)u _' =Ixpx[d.CqN{4 p]w(17hcUˤP6436 B]wѱSП]ce.O<XtPd43LԨ\TKy:t[s{Zd&YԨ&R:ThAsVq4ɾ?'+>N]J" 6eC@G#T*Cc@!t$ ŸԨQEn_ &f68FqeKO WzP&&Lgp)EUJ1V&֖ +ׇoQ09ڐ 8>L,Fؠh?{DN}pZN! D]RUju:D!+!=':v"t{i#o۸vKmNud.?W {fS2hn0Z2`~u^6'}5NofX$;ƜK{qaW + 2-0!y0 b%zT>LJq]eyu!tp~i #LH̶:ouHB*ZŹH@"$lʓ+6@4 `HkwJRuLLjc,4O^`=Ƹ2c}5*j^p/"Ζnm=C¼Nj,[U!^pMnln?B]<R\}4#4܍GVb hlPl(r]Z9~ *A Qwb]삤!'ؘD^s)بǶZlCT00"!4Ytslt,EV![_/h( +Xb­Ce]7}&.8OF>3/mSG{?H} endstream endobj -1288 0 obj << +1245 0 obj << /Type /Page -/Contents 1289 0 R -/Resources 1287 0 R +/Contents 1246 0 R +/Resources 1244 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1282 0 R +/Parent 1239 0 R >> endobj -1290 0 obj << -/D [1288 0 R /XYZ 143.727 753.953 null] +1247 0 obj << +/D [1245 0 R /XYZ 143.727 753.953 null] >> endobj -1287 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F43 516 0 R /F17 428 0 R /F14 536 0 R /F44 517 0 R >> +242 0 obj << +/D [1245 0 R /XYZ 144.727 309.627 null] +>> endobj +1244 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 -1293 0 obj << -/Length 2009 +1250 0 obj << +/Length 1806 /Filter /FlateDecode >> stream -xڵYo6_a(&5+~ҡao 0 iؔ'͌ HJl&%);&,&7~ O'd)W 咤*$ebrь/9Q$R^1MmNg K;F[]tU}\4m]^`{4y]jv -3O}Fc%{FIF]tX^7[جkkr]/39XEF?Zt^XWun eұXH^Lv`T %TKّ+dgip^Ufz -mSW#ʟЫn:mT۶DZؔQ2mRxVL!=, $2?t*x"lb$N^]M -{i!O=LS -nl[q<nx}\5nvFcc+ -!*uyWBҔf@? -5@28*!ƸF弼p ?jZumRwbNIHMit8HW,cwI?`U8t,k,3ՔP,oVځohBr*C!Žnw8NU]6<5UQ.sKEkԜOb,7| Uv`x$-ֻy5-u@v3L/^U\2yd" s=%>EEaġT<Ω4N:Vk=TdIbo>ۛx(ѩ$yKoOuLo{(@'NEǶ:T^1nƥ|fI,!;ǀI@1B#Dž푿=r1.x2s:;WN(v}ls'b8!(MC(=;xPoIfUYa{3Q,C0r ppdq,{‹RbT!|C?O59"jbԬeʻlj= -|89ݺZKl$G"(DvV:F1ԻL(oȯsYRW3)- Wf_ҽ}3!ϲk;fguϾ6e@ a``~XTݻxY ri?lV|\7A"mM8nf}cB!$=Ӓ,''otг.Bsl5e>^j_Z޾,^oƒGdJz.P -?x\A x7]Z h +xڥYM6W(IIТ@5C֢m5dT%[+8q>8 &I0&x囷C1IH*D8Y'"%48t')(fWivi!+ 15FX +EY~t!\!8Z>LmqE]*!`,`bӈm^ぼ>a~pR|8}~(bU p (mJFy +j0נ;`b=%Zf cXW`v^ +!M> +eܾ[fO;fTx;HWZKD]'sf :аʡπE;ħvڄO +OW?FmR~_U{SD|2ǃnv;" 8TЊ3 ]2`Q#K"F>Frvn)E?*ㆻ@Nk]Y'JzϾMχ,ڬ72R8D +*PtAa!QQ8-rUU&yN< }`m1*[6(ab{j-'i{7n6-kN`+]fHOxg¢& e>YW9pݗ+S\z 9FTJF-Bc,BQ!xj(TtnR#KeDƧAJJ/;q.h( +[[Ҁ̞ n-ǬE?(,{0̽%{\AW\ Bt!"'ڴ Rz8qY\?}nom"e_lHF̸q*`q&Tn"ܧ O;o/VIҗMyC [s[^p"xUWj),}f_$X?weM$yfu "9qeS٫e;;tLC= #n+L;v,R>Ez~lR4D)z +2= ]襕gY*m0 E26Bn{(PbW+@Jؘ{Ch7{esE3Uc*z[a=clbV3?G7 WtDz-Tu> ;݊Oon~6H @=?k8ʮm0T% Ǥ;̸&P +<,v{0NU>!ޱkQx)ЫF-+]enQָ#2LwL)YԻm>&a\k[iػ&4\9]FG&P8,l7(/J }橵3e{ٿ; Ӵ_OCKbAq۹9斎on9tlR.H14OҡB :$`y.rlE$YNlN$CTm7 U kD=U9=cOsv:c6N.I8K^4I|Bhz߼[ endstream endobj -1292 0 obj << +1249 0 obj << /Type /Page -/Contents 1293 0 R -/Resources 1291 0 R +/Contents 1250 0 R +/Resources 1248 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1282 0 R +/Parent 1239 0 R >> endobj -1294 0 obj << -/D [1292 0 R /XYZ 144.724 753.953 null] +1251 0 obj << +/D [1249 0 R /XYZ 144.724 753.953 null] >> endobj -270 0 obj << -/D [1292 0 R /XYZ 144.727 400.507 null] +1248 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 +1254 0 obj << +/Length 2040 +/Filter /FlateDecode +>> +stream +xXK6ϯ0ӊ(JIvsZl63@m #K$OaEQL{HXUAz[3=W./ #WBxd->:xϏk-b7iȍ=iG{0Dsf볰`_WJ[UdJ^C{"ѰJg$Fb(ih YnDnImj꬧iSʝZ>~ hސͩgdN3xҩ"m6 Hg`vOo{GoUG^#7EJ ĩ!o*ڈmp{!u>ǑȦNjgvp6uu)HHs=Q{/id}Te[IfVA8V&AΓ,pTv  d׍UUoVSŀZ5s`yYXM˶SmHCA7NY4Ϡ骬HN.ZUB%fcp1)y<(U.|L޶6+"84'dz=lVVtn:vF,gY̨7 'G;x _U6Zlit\XIV?upF1bHR=ӹX q4%yWZV3N\ESuۿhj:7J6ig"qRTx[ifsPĖ"F_ar9zD !>ۼ/Ӻ*2S|Y#;u}W>B]Ydkk[am$v` ̮n0)jX(rÆ?P&TڬՄ/=,@ճShœ% rTAr0v8]RRL29M$bq^E TIyhVfl]aoIE uk'֢QÂYכq'Az7}qK7IXɢe@nW'wx??|P/+ $ߡr;,iɶ(n 2?/pzY֛NuIY5_~Q-}%k4B_WEAEay+zgܡ]*mjl;cGJ( +AS`vS47*ST/xS)bO?74 [ޝT.XN`lhd&l!G(E6)&[%:CsL j$# %9!wE`K ¡Ão~94D@Cߏ@+n{z ܇c[k4H>Hc7ZE~HO I N/`fsjPZխ[Y7A {T8 +ZuJ{+H'[^oz=f5Nj+)<| +7 ozOOUN!rN9f +,BF=MUi;n{nZCIrH-lLӠ,sWy~O8 +t>*Ǘo`@Gy$>w]ϷCUș oaĉV;0[Cs=g Κmu(2 %/+aja6nx66S;}Dք珸+DmY PowtkY4CYIMGzۚ|F'=VJt+~WjB FnZYO a8=dO${pwAr1 h/ +endstream +endobj +1253 0 obj << +/Type /Page +/Contents 1254 0 R +/Resources 1252 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1239 0 R +>> endobj +1255 0 obj << +/D [1253 0 R /XYZ 143.727 753.953 null] +>> endobj +1252 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 +1258 0 obj << +/Length 2057 +/Filter /FlateDecode +>> +stream +xXK8W1G|X`v3 ! jv %Y,J v)>Ū.pUrw\-$ъNj͂rIT*2OFit_ R1dܦm#+oEC3I=C)8$+Su%Em% ʺNCmuT9֞ބ5 /ζ|TmVۂspJ+Jd_((׭)!lqo'dgp*749.Veϊ-~Y?yT t >Q^Vx|Mvܼ/%,:gtJE 1#]Z>OZx `8oNM}N@3eZ.1wƠ ZȽ)wWMGW+Pdr2H `7R$kkG:cЦK1嚄,Zdl g9KPblFYj>\6h0?Y$H,iՄ51\OJ~]ٸ`{ +1>W0 +FB-7QN1sG813Rx}IPi =WϸqԳISwU l36/d\yn{<*0 z +͸!9G?ۦR \v01B}Uo._I8]!Y!y>,A,@(E)̵2t : tz𐄜5h ƉB7&/YU5 0Sz&ye>N)~Dm[T&D8RХW4 BY-$#5||u ֧*ƘvĨ$ + 0xN쮍k,g= _ue,=ZH|ۚ3Vs_T&uBQF/<7/dĢ?{SW(*,#ó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ߙ.0AK2Y0 +} aD}q= +GF6QN{d)p{V'%fxwg|8ۼdPg}~76"i9GrXxDk6F:|brmW^_ +?6h865=_ :wCzc^__ώ +endstream +endobj +1257 0 obj << +/Type /Page +/Contents 1258 0 R +/Resources 1256 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1239 0 R +>> endobj +1259 0 obj << +/D [1257 0 R /XYZ 144.724 753.953 null] +>> endobj +1256 0 obj << +/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 +1262 0 obj << +/Length 2845 +/Filter /FlateDecode +>> +stream +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:U3RbI=2ސɥUtX;Lco! + ~؆^hj]64օ5 U#U?:h '2(=rDilޡm놞C^R +(gˠEtmW0F?` ɷ1G@T5V1 1%89%In< $c4N) |ގdP8g.\Q:/{?~[^卥 +;w4רѸuuH%5tHt+wRpȑ`"qt)f ?sd&ck+ZbdT0.{޳?[~_\dXvOc@|_%C2I_ I"4)=I?&!^9hA91NpB ~tDEyTp6_ 剙< L>MS=`'?/$i9oCSL7i0vZ=ՠ0PWĽK&=QK%'Spi´930)=e"*(=B,y\]?+fL'R͒LɎ|HlZvN42ԩ<@Hg;wG&g\ 轧`/gT0:S*_a wY^R-{8;*Obi֕ تhzHP~)Vv鯒ڜm?vG-7.+|pڋG:.m ;8K3 +1>nCiBȦ fmr>cM+&Ew0 K!@skigcLjz/::Թd?^Spyݮ'<'w >4H?7#- +endstream +endobj +1261 0 obj << +/Type /Page +/Contents 1262 0 R +/Resources 1260 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1264 0 R +>> endobj +1263 0 obj << +/D [1261 0 R /XYZ 143.727 753.953 null] +>> endobj +1260 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 /F36 482 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1268 0 obj << +/Length 2327 +/Filter /FlateDecode +>> +stream +xڽYKFW0,6&'g8`1,GjI)RKR Tu5ӣcOj6KUU_=.p<^,B/7 EC͸HŧݙtQPdHSf}/?*9b,cb9l<LDfX"{C]Y4Ɗ0g.Wf; poVXYQСVT,?-9gin8hxXyFyMdn(q؛ۼ*vˑVNāy/TD +wSƎaVxLQ4*"HygwnP_wW:},o9,e"ך~]D,Q5Iq y;]fm>R]Bᶀ]4Qz$Si.I29:2( :DD$<hȥyt P>⿟F&ݒ`,!˵|[XsUg2Q4[S| WB2Iq!MqrީFN9c + `H8{9{\3eJp8(wf~IwkBـEmV"DP$s6S@Gc+4:⬒.d&C +JD7BDG7&HaV3,o$6D]/E솒%i4FJDɊ[ƥf"'mؤB$NI~pAJr+!+ iH(h&׬0sz./,}P}Sy)$becZSӪ:-usDgqY5~ɚagYwJ؍a` +#e +,>dUQd2튁_Eq4]MD,|/[}B3!-1V?L虾Udo{aX$?"ztX@ ݵtA5DG":ܻT>kۼM4c_8fJA&hD#X9Fmmq?ֵ!Ft8µ},MnI/! ys澂-N  +W +6u`F~[ƕ|wtK>c +s1V &N͹6n2Qއ.d[S]W"7Hw>& 6πl}e4i ++RO %Nבn[3lXv]4p[CWys(6&.#k B`o>,K/3-Y`Pq L$mVAٱhЪ7GyAJa-㵦!lE8}L>"6V3 +Vf` BhUwSꀅK}#DBȢ%\Mí{-4JJ1>˗j/gjM_b61ԉ",I\ < +endstream +endobj +1267 0 obj << +/Type /Page +/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 267.156 421.125 279.108] +/A << /S /GoTo /D (subsection.4.18) >> +>> endobj +1269 0 obj << +/D [1267 0 R /XYZ 144.724 753.953 null] +>> endobj +1266 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 +1272 0 obj << +/Length 1830 +/Filter /FlateDecode +>> +stream +xڵX_6 p jI%nClA+wN!}(;%]X("")$"|WodY$v1QI̫ڔ/)WXYELBV7f>:XMgB`YTum_'[TvW&*J߬ +[<7͈-ۭM-Qy0wg1KۭV5smVvЄqL,"YaemV~ j~c^%j,Itp.]T۵ivǸNrg,x+gHDX55 J׬LD%}8\%,y,-*=Ŋ,9)Wb{m<V_"rÐ>E^ޏ3-eK2YťAffW4i͏2t+{cʔ4(rל +wb@VtcOw ~z],,vIHT%o8!=>\ lʗ0#;q !FMf. W`<8ih, 8׹ 0871AHǾs7sK>J_H䷨HɉrU=2fQ7ջh TJ0XgW9t&off 46< +6y)zx4Tx vzo=ꍸ_*_|H4FC1"1LSL{GjfR~r7mpUtf[v7$? 97܈g{িqӫ+:"1bk-an?R"D(wY{cI-ӣeY-;rkK #6RxO5wҬ}+{\>>z9kߌ?pMa]=J:mf+.Jf>J"Mg%u#J`0O#T+Pe +OYXGWe~"H[dP4zHBI1{UkB @spӾOhUK/"2Cx,x`Cky¸`%k2k{.b;[."&x*bZ#գzs?} +endstream +endobj +1271 0 obj << +/Type /Page +/Contents 1272 0 R +/Resources 1270 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1264 0 R +>> endobj +1273 0 obj << +/D [1271 0 R /XYZ 143.727 753.953 null] +>> endobj +1270 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 +1276 0 obj << +/Length 1180 +/Filter /FlateDecode +>> +stream +xڵWKo6W*EIIM=mwrDjDclrB!HÙc,yӣ[ +}ߵ2DC9>$;y>|_)zQh 5i5yT 3p<9ssj㎒jA<٧|j]ͰB/PI}㞜#O#0ir~3 qCs7ŰMu{|~ЏkDg {'x~ʅ 9LaK ؛&ujcf A|eA>aUB\ÌYV>ަJm= BeڨgoJ2WokidW2y0cs13Dġ(8\*ZqFu7-fUTCrTo >P&2/lSb͋= ҙ2|GVH;R-Iq'T񥊊8Jlu۱v28g W7cnt_h3(AӴl" VQ;H bE(S9lDQ?Dr.@Hh໬X(veG;s+3o5iSeeɨ^mrBȢ7R hClzSLNW|:f3g:~kK+*<u~ +- 5/HX3g_fX_xIy&nM$MF &Gq[&o--{IzyN*Ābn z*.@R/ +endstream +endobj +1275 0 obj << +/Type /Page +/Contents 1276 0 R +/Resources 1274 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1264 0 R +>> endobj +1277 0 obj << +/D [1275 0 R /XYZ 144.724 753.953 null] +>> endobj +1274 0 obj << +/Font << /F46 505 0 R /F37 483 0 R /F17 400 0 R /F43 485 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1280 0 obj << +/Length 2102 +/Filter /FlateDecode +>> +stream +xYKoϯ0/bV|S.b˶0S.mVVϿs=R$Id4D1gL!RI _g/jg944Gd쯺*뢨@9+w{Ǟth"5 F@&ߤnm}/݆n6mD$v[.0PJ;&ip#JI"%CV4褉>j<1gѴܬǜFUhP=J@ZD D Ƹß SfB*b̴5 ozneAC>gx+0]hcKKF%qVimkr@x'+t쥕NE޸mc=[A4W &=24c &j*qZN7cA]o6YY߬terfA.}SކKY65埠މc'2ogʯ(|⟽n;>| < +zQoy@m@Qzdhԑ'+(a]GbBm,s]߆/&h +%W"&6;bF Zm=x V, +F2z`ǟ T@ؠHP42K)D<[Ou|= Dm[SL )eݘ`r''c~>|>;ڣ0X_|)]7cdjp#fD8b allnn>f9#kGTXtC"VHAڽt3{(GE%ndPQ)|Xзmhr[!kͻ#46x+A3{ivK\ E"߼9&`+-63[ɉ[" ?ǧO_9J;2|`?ϲjZ[lte&x}煌Ůrj7򍎝x"$&;);ΨEI>.htЬo|; I6_^CE PE󦘅W?}ǡss(S@ЯO~yxWI=q$U "Vv-~ͮ\_JjmD4={ߎc昞L]=Q{P7Ye`peF +QGQa QgFw^ C_zqlwH~Lf~k~z A)-@Lg܍5 Dtw.n4io_H4Iwl:C;H[}\z'MzCR׃)LMfSv?}q䩗BWaɕ+O~Kjӄ߰T$C}7av +endstream +endobj +1279 0 obj << +/Type /Page +/Contents 1280 0 R +/Resources 1278 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1264 0 R +>> endobj +1281 0 obj << +/D [1279 0 R /XYZ 143.727 753.953 null] +>> endobj +246 0 obj << +/D [1279 0 R /XYZ 144.727 572.388 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 >> +/ProcSet [ /PDF /Text ] +>> endobj +1284 0 obj << +/Length 2411 +/Filter /FlateDecode +>> +stream +xZݏ!8")RTA&Hyڽ-ɒ!{k;á>{s=eE3o.OBE-~Qb/P3.z M{JUYp$UUމ8hx%a>-ዬWi]Z6PqvT~}paĢD-86@Q +/5?#hCyWV:c`ѰwGd-ޣ72)dGڙ]L%5tQy2 +@Pe@_ xD_Z4B'إ(f*c} W\XøiYyF 9ҒM>#|j1K4™9;BsehEr/U4 '`(b*Z.2gri d/itB#R7[` 'FTp'{ƙdTxg`ZI {I"#;`guq(-dL M48JZsH ?n"@H2GD#j9ҋA"T>mf/G:IR2-10@DzK!9M6H(i?xU Ӝ߬]azOQ!; +* +n˭ԻXqp,gQжΩc5y9!B HbuZFf h6pM8+XsQY_VK9GB2Cdrdl|J3g j׀b3bAtb- 򖠚~<`"TG=]B(n"jC"-j# }'Dĝ5D2;aU=+p)y`!4dx!r@x8hfB^\TܧD%ț }_@J$u~/D.XdX\v9P1l$7ln @(pՔ>{tW?tꜾN2XY NM`\VP<_rs_۴mdm'@i +: VY􁖇Z~/,$Ce  pMǴ .ܳe׵v׮pulL^K>yMo6uWnma8] 0n֊R$L<*\&PY >=u r.' 5-ᔾ}: @YR cq_&kx +X9BumB'jP"zR1P6:N""/ĥ_CoIL+`.wx512.X +p\yq y*kL X[4^AObձscQ7T* w;bəx3!=ZWt]xh$G"͛ R}}|A3'zF!pP7㢫ʌijz);fh@6 C6CZ4MGϙ8.8ix;∏2 ^A!o 3뗻8ڎ \J-]skl_^O~Հ#u׬@l|ꔚU5Pv6gTti@o.XĬQ_[oiBWY=orv(ke_RJ.=+8QmfuKM7i8mڪUT}\!v)%Jᡶed4cfxb%ey?d%Z#{9^~Wė` 8 @";+1׊ixMXH4hkրl+1W^#x&;k焸"JW22Hmߚ#h1͎l>xf@nL:{BI;o7ݐ8 +rHKiT,-DZ8sG4o9OQ[jbu `'N%q +endstream +endobj +1283 0 obj << +/Type /Page +/Contents 1284 0 R +/Resources 1282 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1264 0 R +>> endobj +1285 0 obj << +/D [1283 0 R /XYZ 144.724 753.953 null] +>> endobj +1282 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 832 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1288 0 obj << +/Length 811 +/Filter /FlateDecode +>> +stream +xڭ]o0+,IaZ\*VU]PHnBﳓ@ qJ=9~A 0B~]]1$T30E !& +f ~b&MH7y<~}GP *\ F1j.!4sd"{U:Mjych!j_/cU꣚7|ɧ&,un.=R団aHp\O5 J9r.?h9kD'D+N\]r҉uЙ+mup\o]27ZНkЍkcaZ@ @#f|} R9,嶔{uP`yRʐqur Ү:6r/Dtu5u_O C-\{d x)ΐ'A:Y/OA-}[D-Awk|S, R^ZDnA;,ʦ1tŬμ,TZc/NiW}" +QuSne*23=E|679JPo&īl8]`JF/kd课o:MMVYE\f$`~ltG +R#(]i+NK:?ѵуQɶ=ș?X9y ԔQ+g d $TNgumL%n2LdzTVΔv6Qm33}Ckn8`P(VE7!p +endstream +endobj +1287 0 obj << +/Type /Page +/Contents 1288 0 R +/Resources 1286 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1290 0 R +>> endobj +1289 0 obj << +/D [1287 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 >> +/ProcSet [ /PDF /Text ] +>> endobj +1293 0 obj << +/Length 716 +/Filter /FlateDecode +>> +stream +xڭˎ0<%T K|tAfQͰKY R +(%6|,ˤr H@ 1Q`Sw6"ɷ*3&J)T,&"Y6%dE +|^6S8ă\4ԟ> ]i:JFP1uV&u/g;?֢vO}$Mv=0i!0qW`A] q_OE(xywxTřWOp!:0jzcώb0+ԉxxo6c+bǸnecڍq%xWR9H%":q1A fj:>ř8|3e&1z'->oco͹IrQ1#WSNzZuo +endstream +endobj +1292 0 obj << +/Type /Page +/Contents 1293 0 R +/Resources 1291 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1290 0 R +>> endobj +1294 0 obj << +/D [1292 0 R /XYZ 144.724 753.953 null] >> endobj 1291 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F45 537 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +/Font << /F46 505 0 R /F37 483 0 R /F43 485 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1297 0 obj << -/Length 1546 +/Length 1519 /Filter /FlateDecode >> stream -xXK6W EHJ9}@=-C"ӶJrw{gHJЋey7C:ݛ (Tw$I$ d,"Bn|6j6"qR|4’Cm7GC?a-xInWٜ$,[lR}YR)g4 ewÌP0oևl­f$!Zy}7mg^zJTD`NHqn)97qv, V7q?v?Ϥ*PZ -F5H+îx\.ԀzeU(+Gdb*Ƒ]omY;(el9jH'A -E$ (ΑL#LRȀ gQ8xb \Yԃ {j"unyI >!J8Ū=Wju SE`u)\-*|TgYʭJ͢Z;zrh_(t>ST -$aq -9fN/fJ0πa HAScY_ώIvqD,Dbfh zsfjdz CML"XW - iDW?AQhm@j.`SY-jWc%<?.%t=jHCkUqbg>9>s= QVoU4A*pʮT|mӨeV`rTSve.t  J߯C-ધF@%9g .3O8V>&bП|Kc3 .] &[\qw5S3xR4Čtm8kJp=kF2 ))a#ݽ +xY]oV}_UJv[uj Vֲ;s炱Cbp/ 3g̽:֓XsgZuuZ\) qZwuo+ٜsڟfRq Ovde峹]{U%qՑHbDUY͒ u3I={ҁ8" +Xy += k&}RieŹܷB^xܡY h7dY:=g͂6LQg(;X d\~Зg!͹d2I-=Ht=c\FE:=^ݛB`aX NnFR Jy:{GH_) $2Ijɮ2W{v-!&ç(K$<x=qR?V +Mdd/.B:oC^x,ԋj|'hWeMm7;Lh(yY< y @'t^vEsq ũʦ$ITˬHHϺ +YWTqVH7UVuVjk5]~n{'O'ݽxYsd CBOy Q:5 %Ixs,M\y BۋnR4[ew^v aqJYgǐCZ]2A/e~Iq6K>XBey7ilfl¾5a+jEm3X[M @<|gЎ/ !+aZT™!#JD:VOzD, tUp"8ec%/Cc snK}ހd >am0l^=?lJcBȶI@=mY%W'Oǭh,^nB$ᜊTBSS^qL*Ny]*ѯa +uf'E']b45owj.lg➊O:"3,6ө5Bf;[ń kzjJ.#4蛈 JZ0+sl+iZIozm~x|¯ 14Τ`^ppp/0to}n.09:UC-ibR`bPCAPh0)ΰm#*8>x*?TW''IM릆cRʾmJ mO:Sݫ\pB_ȗj@}3V0Oi,ML_#ܾ\"yB70> endobj 1298 0 obj << /D [1296 0 R /XYZ 143.727 753.953 null] >> endobj +250 0 obj << +/D [1296 0 R /XYZ 144.727 716.092 null] +>> endobj 1295 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F37 514 0 R >> +/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 1301 0 obj << -/Length 1700 +/Length 1584 /Filter /FlateDecode >> stream -xY[oF~?ªu\{ ,ۧ=UJu"bmT w]!8^OxvٹfN}p2o1G& f q'&br,a6cL<[y={ΗdFS%s~r-3,e>_?A3 L)6? ЊanVM.Q󧯘O aXz_:YTHP/Me2#ܘOQdT6_ph6g8 ;,/0< W%2 W>b <fs82z@w}'4Ywf@XK١ɢDll$鉽ϐ` M x!kp3OhH}9E .a Aa HZ.aĜb@e+֣=H>(՚v68PYǥrj(^\Bc>#Hr"kqюL3?k -6R#.^-~쎂@p} 2.ȢdΔDN+ˢâȌ8@1 -rI&U8An$ gB)+8?\vY tN~ .9ՙŔTըVGFtpej< `VO{C~ c-$.QM8Ȝ|5;r CTM}l+f"tl"a>$WuICe@pEzUW3\ S<%SZD}%Zym>LIϙÃsYR5ťa2&&Vϥ3x=^ 2en?# ^ݑQDTrUVEhgBק՞aPj#CAmecg=DU?`Zf -2_TC=~;[• zyٝ\cQiBjA0W*o'Ws -׽(URK5»7 QF}҅e$5ꁺ^I^T#T#ӝpt%+{m0, ob=7jAn`n?i(DBϖld^byU*V>ZwR1_c x6nxחmee* 2MY{֑jDi)뛐%\26H{WWjoL(.{MdCE;І\,,٤[:1ꈬ9paW6me:W Îv&I3B#XW1cx_1"gߖS\i;Tu*^j`8An@50M>:eBw \~qhɆ3}A)1w}(\Er8@&}E}\{Iܼ9-*%IH l^&0*mb%so-ZX\J=jL[]cqbireT[E>_+͔Q,ڇo,l[8to9߂ ;,P2% zXg˗ +xYo6~_a"*,[hjSY$aIےG7S`{)xwx F`t"㯷/^%r6|ʑ Oxt;yo'Vy>RJ&oʑcI#:~ )~"3,4L""'B\8\':Kc2'Ļ~7z̯7c݌-~syauOI<޻Anbw#bLˢWV==[@.cYHr"+$1!C7>> y97DWS|1;d3:e/)H4T5ViCЍg\s<$O|/X8?^.Xv)lXss XHb?$]ѭO ˬ i9WE*^*} gU2Äs/WU2ڬ,|Ps [X`ϣOǒÂ>!{F^Ls,3߫ R؟L [M^َCo\gٍop9J/)߫gy~) @UivؕL[&YŒn`+j4KH dXkwЪ7!Vq+^5Ƈ*AБMMOx'znx<(2 ?0p@& jnT*Y\B2hoi;bf!N5 ,/LD64sz"!Ce1m jT: z)J@|Jf'b8q:PN'jT:Bٞmlphi뮕CY4 I4v]|8J#?YxQdxSe˦Wgn!7ze%! ت+`W˳t1'^Β5ʿۙ‘anNv}ds,]eK& @+أ_l 3) +EoBvk:ge-OX+O u!Mt ki&F{Ӷr[b)l(k<*`VW"s"hs{';5tӁSA*5ox@0N[ɨ8dQ*;%\o33uvJvOޒH9[> endobj 1302 0 obj << /D [1300 0 R /XYZ 144.724 753.953 null] >> endobj -274 0 obj << -/D [1300 0 R /XYZ 144.727 716.092 null] ->> endobj 1299 0 obj << -/Font << /F45 537 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F37 514 0 R >> +/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 1305 0 obj << -/Length 2098 +/Length 914 /Filter /FlateDecode >> stream -xڽYmH_aX/fo_,͑ (V%#ɓU]-Y5kMe,oy_}+fg~0 <͸mmʸ6b^o⋄G⏋MV-W4"e"xZrωJ= A-qKs!Ei7YuWo*[yd;8TY$*O[ZHtMyEUSjUN郜naVX--%VI9:/V/]n4;זi6v$1ZrE*lT#GJBVnZz:斸KE@pt4|"&ߏ$Yt$ɑZGz?GH>OaLOh`ݩMr~}SKB[ 6+!rzr o̙ 6)8{r( C1z@9 5CvcCj߿eqbHauD\ -dȂ@Sj^{0򔞻\1>crZB1JiwtIF _dǩ)ƬgKiis?t ) {~Ź3Cvxb>ƄO=_fwmv6X*_oY7笋<0j0s۲c, Z-(֜+8՞pJh`ы0P Z&S:(t]jhlޔY:}N}f,k9q!v~A -shr^6(Um2GT~ D8E6O-3ZXok]0"mdPceI*%/9Sa9ۗi^7>Y2)xd˧F+T^EǂY׷=q~ _zkeDq,mwtii]q$CbֵI`hNĬchrsw66P m5 084=6v$Y\n;6ƶV*uҭr^9WHfcTXU1hUl겳*0R+µ!H i(Bufh q*t86>2?6{lVq[+y?.843q5d\:rb{Mɘ.Pؚ"  -s\wyIa皁w HyISSdlHO[O.Bq MQsC9nn(,$2*#|-zFP -x/꽧wiuONKȗ]CS%677-,PG;`{a%xފs3慫K4bU\l4U$xPELxLa[qMiL2ҙ4 |tjGI@U6Oo;X47' ¦G1(qq39|30ňvMPHmdu]}#IֱmBS^86~KlBor?"p,l 2!-7& R)Hܗ^bZ`k:.&"\ jsxG -ik*%)GRɻ\cYf fuiJF8v>vPA77ʶ 6=LFzқwBج!%Χ5w3{t)ߎa?, zlq8+M .Ɂ7U;;l9z'=H5vەOk7OXLX ^OWOGvgZpm7f˥ 'k!s ҩ/6=[:I{E?]f%!x]UɗGR|5U>LJ7?7! >RR?i+bCw=ϥm_w' +xXMo@WXB@*~ޭ)m U9T&6bld5w? `φCNޛ7&ș;]mrqyCwE@3L}7 b"ɽ3`6yy|+@:,~4a:n{$ w9"u1$Gi.[,Rm8#˳^! y5LLJ6Û #d5 .C\G`H_-͵| q?272s]OM axTGJQfytd^ 5*Ͷ][fLNv=<VOإ7._f1;LPyN*K΍ +~LFk,Ȫ/ aͥhZgWh?Wj\ݑf[PZ~5z@&l߻׆Sm|tNg$Of H` |ʂ=;?&U# endstream endobj 1304 0 obj << @@ -6974,95 +7139,85 @@ endobj /Contents 1305 0 R /Resources 1303 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1307 0 R +/Parent 1290 0 R >> endobj 1306 0 obj << /D [1304 0 R /XYZ 143.727 753.953 null] >> endobj -278 0 obj << -/D [1304 0 R /XYZ 144.727 402.789 null] ->> endobj 1303 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F45 537 0 R /F36 513 0 R >> +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1310 0 obj << -/Length 1520 +1309 0 obj << +/Length 1319 /Filter /FlateDecode >> stream -xڽXA6﯈TDlݭTͭ/8Y Dl_3G3=xfYV{|@`A%eaumCƫ -/N6cPk;<վnu3)cURySJ5aHHNtʕ^e$ bE$^l1J"_e q'Ed( d<4L@zpnnPF9v@ag'hHB^z]O 3ƂOr&x{o$/8[ -nu)nmgdb%g]Uʏr1D#k/ @K e+&9NrV[__t]4ѻ*{r#S]:HEG4gX XmkH:ӞD+ -#ȫ??$4{S /_i~bBy|[_0%`vYh2Ю aN%e"0kjv"(V.=|hf渀T2ϴ¦ iԵ{44^Len9^Q_Xӯ#z^0vG~OYYnXg2 OhIuE#$>>UϽ}}/)(f,rX=Ո4"TFPV +o 4jkV pO +sۋY(ܠEP`N5x.`2w0ͷe Ä`V~Km ԸIvwTc.i*Q'@-6dFF]a0 :$fތD0H}ߧwY"I"!J~Ep1(v4noҸ|FlX}oXQ?-_ g[ٴ֧C&hiؐaw12~,4on;mcv/~@=:A~xo+s&9 S"?"Uxw+̢rx+r+^n-! -55[lɏ2kWq,?2JֿKiIT ޚ endstream endobj -1309 0 obj << +1308 0 obj << /Type /Page -/Contents 1310 0 R -/Resources 1308 0 R +/Contents 1309 0 R +/Resources 1307 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1307 0 R +/Parent 1290 0 R >> endobj -1311 0 obj << -/D [1309 0 R /XYZ 144.724 753.953 null] +1310 0 obj << +/D [1308 0 R /XYZ 144.724 753.953 null] >> endobj -1308 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R >> +1307 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 -1314 0 obj << -/Length 1969 +1313 0 obj << +/Length 1572 /Filter /FlateDecode >> stream -xYo6_a*J 04`yKh[L0G}jb'w?2d9q&9ջ_]>8b2fsOڮOɵv)eUMg[S[TZҀμ*5U1W\;v Nv1hp,N"X>dz z.kqpR6:J>о\!>atcg-ǩҝ)9GRZ3v'*wZ,)Lƽ<4xUlgNcQ -4k:~` [-Zb 9"Av@/PvnM9Ŧ -Z(`q R'=+[_-LΪ{x7Ϫ6Cøb&)4Oe '4X9Siy:uTm|+ h㰑չl7C2'fhD6gmf̄Lfn=L%˒Idqy -%ezji8Y#F|Y暴Жsm9zۅ ۨe#0sC\F?Y|zk h -d`EĎxRsS/>X|;Շ/p,U";{P9F'{i1o%ocl -=N6$ϢJ%mˡg%BmKKR=S l(zXZ6X Q./:Vx儢4 }9C4<"ϩT8 :9,a?w$QK5 *S6JcܤB'\W\dJn? }S c{b` ;bwuSGX+jx[I-]R}lq:+)2`:>3 - -ߐ2KeO$ zcЖ6ԑ^г9kiz`8\^r^U%O 8c=pEU<[T[[(ps67yT![$^/cXy/bޔWx-l-%֖% w˪g\҄xyvM].59sPЎO|(r]G -p][yRԀ8>6_sXK]#,! RLmA*޿w9=g6:ovLr?ț +xڭYo6~_a(&*D (X }j'7-9BdIe$F}w$-[\S^J9xwdzMnyf݇/,n21K'n(I.n5Y8dvׇ/<7 +-0 |(1>Bcąl0Q`' nxk9@U!6+C`BBEYoű<[`ndCkCѠd\<$ *2>P{v>D(9E"yZM\L,CxQ_M%F!3~$ò(i=_nNqѦm 5~h${`%f奁iS$T25FXgWUِBaZW¡,@!a@Q9{"\?#[@Y@ndg!- A<9pj-pygk!wJeTUJ9q2ւ58?cJڔzJ1Lhbg)TQ] +[Lٔ4+CWlO@Vpq8f{ʝyDY17 )ߒFݛG7R#upQnT +=4'PMxU{ $Γi ~.{٤=؀:/]R4^}5^/M.jc%$YGT;F+˛6 Vu^X{p>+?$@Gf|KF.i +}^u8{7Qv&IQꀚ$sL1wR'9&.L֕Ǽ#."M꤂zLv/xnڌޮD[T KJFjQ mkޱ8sm4D̦ bMq6<3ۉ*Re\yyU1[6 am(!=)gx|r*kB?uU_C(5<5kNbq_zz1b/^Lå嶑qVuj#ai)ޜiJ`%mu_??[ +ս}Ec}%v_7oľޞ'OF/b9Ca:)⇝o{/ endstream endobj -1313 0 obj << +1312 0 obj << /Type /Page -/Contents 1314 0 R -/Resources 1312 0 R +/Contents 1313 0 R +/Resources 1311 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1307 0 R +/Parent 1315 0 R >> endobj -1315 0 obj << -/D [1313 0 R /XYZ 143.727 753.953 null] +1314 0 obj << +/D [1312 0 R /XYZ 143.727 753.953 null] >> endobj -1312 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1311 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 1318 0 obj << -/Length 2254 +/Length 1300 /Filter /FlateDecode >> stream -xY[ۺ~ϯ08\Čx))(-]I6"K$gc,;CҺ]{'}(HgzO>oj"V<ܮ&KR=Q$r9b4ӯ~QIJMI" d7}\1nј'D9#2CKǺ&l)n37ussCK'vʗ_*?X?9H'33Ka]4eU6[f$TM4$ -SyT6MDʣθ)KfT4SE-UY$YyY^eMˍ)sͿwym-{j 9Q sF)t2*$]s[Bm[*wg -Zu]yv3?.uVTk"h%N⏨{U͏l-;)+Y|pG ?[₥E0nh-oiumt Ytp7_Tnߵ|Wd96'3/Hc02jE, T4aPCDC\۠X> 4f8mri O갭iگU+!I:Vd 4؄^TDܒ=scPIҡ5N,fY!VDl#li\d3,$$'Z4j^|x -O\(#L=S2T0k9>0ҴE=N:sjOk}]pN i QęiwyM08*L;fBͳGDŽSЮѪlujqh1*ξ:d@$*RJTś5K-H|1riRI;} - 71BJ`gJ9S*• ksN%D }ҪvqpTu -|P79D5t<ԑR]YqJ9R^.IQUXBQn vkڍr^\d)pѩy$  ooS1/Ř ˟0vŝrX_ -rfcTC6÷ݱK^G`a-v̾>SzxaϷ&P zXJSAcG{m Q,.Bt4y9yהoIUJQS٢0a̎K'$N E>q5R cuwܹzܬ«MX wq{ֶƿक़/G׵$TS}z,loBrɭNF^y0Tm&mveUPaG?pHOOKETc=|N^՛_xYAK\pܚ|︰orA&vY}]FbIFjv Yt)6%Erq2y B|Uy.ʐI;!`T )(3$N2$.v'}}}>9&(hl#.DȣqG>oTP 'z*Ѯ?޾T +xڽX[o6~ϯZI]>e+CbSYDI`PeɓcJbss\ki텫fnPhEN%<'ġpdֽ5q6BlE)bd쏓nHhN*N)"%H}^`Qxr+ zDKpϋZ&Q_|OxNx^8wjw+)S:5p6 p6C8r<:ϡZϗ@6xِKp6 +I/vsދv op.ly 1y4Q )A-}l\:¹=pn'8?Q~. %6D.r9AFklLWJ.n0TQs=}̱ġWJ77J&sOJ3JwP'saD;pVa4ȃa2,1Ĝ(@ 0oDZÔ~8x1>g?@؂p3- SܶA%Bt?M&SL-ֱ L9f{lLlFt/O_ C;H v MnH0 naJ\8\z%Э4z1Wce50ϸH^׎qW +d@ɫt!88& +>rk(XΞ|/{lf5Ϫ{KKW@裏CO(6Iҗj7Dn_% ZrRM-fJ`cFev@8ۈ٨73D8M֋TMRsQUٟxi2̟uD7es5gX< mlL5?K(x[f\pk\LT?VHJjWydWj hƫ:q~U!gj +ը IGB +S ?"gB4wɄZ;mJC3A=%:p|׭@y72cP$ꮮH+TkBƫ>+TSS-\JCv `@dc@q7!nA:Ԥшd+K׽i'A\C+U{A1~ +qλ?i endstream endobj 1317 0 obj << @@ -7070,27 +7225,26 @@ endobj /Contents 1318 0 R /Resources 1316 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1307 0 R +/Parent 1315 0 R >> endobj 1319 0 obj << /D [1317 0 R /XYZ 144.724 753.953 null] >> endobj 1316 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R /F14 536 0 R /F44 517 0 R >> +/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 1322 0 obj << -/Length 2825 +/Length 1291 /Filter /FlateDecode >> stream -xڭZݏ6_a 8oOmzO h͵VY,[N/k hn~yo_gfVykW+&ejYL]Kt]>ݬIp0iCyܗ|-/ZG[=w4LspiyWzp:b .b- = >" _Ҍ ۺ &}jءw.ń)CG>-Ȥn3@XVIA"sOwgpjx%r&/)1@4~Supw#pkڨ5%=o}C QGhV'b0 {Izp Z<젅O%m %PQ;4:0NI8ں!.-2^N $Uáݿ`s,ŀA]|S>~Q4lۆM+)E8Se\t=MATs$"uB <ZA0AŴ~AtܪT+DnS^ͱfW\ۼIϋ>} ) qx`0ߓ<6Yj;/d,CE6f|}#8۾<.ˏw2_^/ !JxM[mi-=)l C7î]]_[ьɇ+ϥ Ec.}pLi) F"cKgLc:ܫ/'c6pEړ7Bs!)SzlqUR3ޡ*|=᪥'R6YuRFs - ~%=%= }ЫP92`Ӵ qB\U@Z*QZ R-a8e@s6bsf&ՌMxo]r(8&NpbHNY>?>%cAR!RO+cE9rEo )FiQ+s/yx/[ѯE23 8 g+-TXob>IaW> קE.ɥ/Er &2i|k~rU&!!G>gPC&l2JyU0bZIq4l#p W\(a}s+{Dzs@T|).*l  "==  EAM%d"hmc=@u{ =߯r ۰Ӑru[?hzblRԯ(Y`KeY3=`C5|*sjZD -b}bALS0܄6*Mƨ]ТhSS\sƨL!EtܸTFޯTcA*^{QRW^-=ey?UVr;‹r/ePw@`Cw p*>aPCLqyA0)g|hƖ_&hZy7]xyLh+Ӑgerb|ϾiG اrű1u`8޵r>&KB^n59g ,n`X#Y]Ye9\Bf[0xa7Qvl >o`BgR'pKJ@,53IW{ʖ,S!6. 3`0åo[Ɯy`zpQАM~5kʯԎU]5Bߑnk^ ξOa3 -](0"ߡ$Ik;|, kvb|/&₩y}>i GjO5=ۗ_uvOy?=fOaxBY3@yp["xyYjCl520y!N|@9V"|2; ߦp{#b4q27uI> C\1Bad>k +xڵXn6}W0Z+ԭ@&"onTv2CwKHt'5Ȯ\ߦW_hhNȚ.-B'b+tx5]X3i4~~z+r `Nz`HnPVUV +T[^նz7!Weke~mN>/4G˲X %vkV+n!bUf;Yg*Α'SOx˴0ff 3ft&6e64jA^*]iY@%3E 9WΣۼQ7j^_!FdSHhŰ A9ČO؛ 1/<)B?*5O^^xv/˽%CoϬNbUo{ne_B:1MZRK2!^"U K I#A{g\g٠p0)Q*oIPJ^(e",A1ns} LBxt)$vXE a$-VZgK+ YNlh!z- WΆfDFl<=]|,C;@mdg *ߜf:<U)<2255vPqu/9 _{fDZ1o |N"I6$BNj6FkΡ2€)D%jX[ú0\ Ofx,$ѦX ;7|N +-4DlDߗx= -QA +_RfԾH#jC7(9I^.:3PJ? /zwGt<{x^DNFWIĦ!%?O=#ָf?> endobj 1323 0 obj << /D [1321 0 R /XYZ 143.727 753.953 null] >> endobj 1320 0 obj << -/Font << /F17 428 0 R /F14 536 0 R /F44 517 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R /F43 516 0 R >> +/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 -1327 0 obj << -/Length 2540 +1326 0 obj << +/Length 1111 /Filter /FlateDecode >> stream -xڽYݏ۸_a 8D[<(OAܡ}þ%TkӶr {g8ԧ^op7 -E]v_dLq,")Y“E*lq^| ڝ[2 M}<0 ڢ-ǻ -yWk,Z;4ݒ_edIKv4 ԭsY;ر>F(B!+}?~EA2Xtoluk[ii,vO10BOEYt^FFimf@Eb,R\q\0r3kLy"<$Kity^ǪՍ.јn ; -m8pDGUxmdG^̸x+2LJ%L ul 1~snb+Ѣ'R>u!1MS7'B3~ -bUH˘Gp$^.2+|) -H 6Wk }Ѩ{_,9^3iL˘~v9x_ˠKi#?!e}I8kX{vK~' ܺӛ%qz)ڢ6es4)GY0G,$BMzY١ %0ygwK) .=IwyWefw-M^-9\*&owB牯}Ԧ}C?I8[SrmSac=?SѮP Uh]ډznI89]zh/ >&z- ;ـBx2q G/Q;巤P}&ğB%U-{C2F -sOszρ9m]LWLLJMęo\;QwX'[#؀52 -klݛ wv8 -aiZXW2` -B<g%- cg7gȽ@쳩RP# ŦZ_Z5MdŽgCeBA65-g#l)lDiB]^m@bVetѰۚ u.̡ۘ *̝rpmzӨX;|X:zݭaT1B)Ek/),L)E!7DMf$h|Gsq;W'ՆڠB8#Y&gT;z Z N쑑Nޏ8p"i"R)y9QgG9p蕕8DeI,CCۓ|ԓH4AHOb1kc -{i5"l6} '3GKD>/C[?@!'.p;2 \,{Uxԏc[|U%Exɴ\cӤ XCxO=\ظֻ55m#N=BmA`&>  ,JMco~:1L^4qh:z} 0zG8 4bI߅+}v]8Kdfvo>wP|03Ɖ&nMaH.pt6x, քx6ՇV83!tS ^xtc*8Sq~kG˨\mZ6烩^v {s~ٵ 29PkzhfG6z ?%eicȀ&TD +xڽX[kH~ϯ֪F m%kXE9&L"ı]}||2Gc2fWz ā@o!67Xm/&ᄌ]6в9$c\&4MY5||d[C3Bm3Y ',Y&^Y,<ߴw`ay,)J@oFJ+| + SzB|-!Bk3q7(00}A!4 +]WX(L;w%&S4ZL`b"  -E#Z;)12vPeKC^7BgHuH2%%6_#7$$w$EI30%?D7Ůӈ>%cxXZ&UXziPl,J8v7N^U}k?F,٤[Bg{B[q/ghGoX MM}ziQ~S E=#Tm^k"%IJzRbMKvo]%jկdw6_,uW1zi1?t- +/x*#+Vh'SByށwO:TIrYyeY>z.r\k+(K!ȟj4U#6:oyi֋]Wn&XfYc}l^5q/"h UIGᙓ pN\YFTUk=P`^T"y$gZ%9F }O{(JI:*VơI ^jZDŽC BppтƚLgЬL`!k[`UO1DَÄl-|OR @ ;?V˳`>9( \ Xn3d.}Eu]fQ~ԐݪK;cFVNnD~iĤE[Df|DΑwY88`ù\|.t$RN:?t8g> d#ȷN^ endstream endobj -1326 0 obj << +1325 0 obj << /Type /Page -/Contents 1327 0 R -/Resources 1325 0 R +/Contents 1326 0 R +/Resources 1324 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1307 0 R -/Annots [ 1324 0 R ] ->> endobj -1324 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [353.948 401.97 421.125 413.923] -/A << /S /GoTo /D (subsection.5.18) >> +/Parent 1315 0 R >> endobj -1328 0 obj << -/D [1326 0 R /XYZ 144.724 753.953 null] +1327 0 obj << +/D [1325 0 R /XYZ 144.724 753.953 null] >> endobj -1325 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F46 538 0 R /F37 514 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +1324 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1331 0 obj << -/Length 1499 +1330 0 obj << +/Length 814 /Filter /FlateDecode >> stream -xڵXo60 Iv -kwȀ-u%-"dHr G>Jl%`C?_lwk~# 1% Y}I(?RK% f"rm ˕`̻t_*)\W}kMT>q #o57;TXr{8׵S_(%NبA/eh>|g$ x2 4Wtg4luҟdZ?[Sj %yMFu3ʹ {?yߒ֍JRk;ƶT6kƌ1q6Pܫtyp{8nazFJ6KU g >n? _d]}')ߢ\A 'ESil_gT#1M/>D%ue`߳VaZTH֗OnG(ag}*^ZbvFom×< ^0+EʕKR -3= B!<ت$d[Ձ]{GaQQ`3o(Ɠc(yDD@ #LY29eN U +,1DI#RoRijތIxr]IuiW5HՀHA "tYG EYH[f B֕Q&^!i]V~&Fc29D Kg\ /];ی>mRi4tzeXfi8 'r'Aq=R ispfƑ!'B^vY* tԒ3\!N׵\2a\6![—ާl))+6tlzͣ_E=j$%iÝ.b-guY$(P?@>65ն؋cJY•-:(=H'OQ;ԩwg"/jGe te.NgE5@,30 T& 9Cr7s> _R2}_>cFTrA/ZňYc6Ozh7.]3Z7Db$U0Ǎ=_W? endstream endobj -1330 0 obj << +1329 0 obj << /Type /Page -/Contents 1331 0 R -/Resources 1329 0 R +/Contents 1330 0 R +/Resources 1328 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1333 0 R +/Parent 1315 0 R >> endobj -1332 0 obj << -/D [1330 0 R /XYZ 143.727 753.953 null] +1331 0 obj << +/D [1329 0 R /XYZ 143.727 753.953 null] >> endobj -1329 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F43 516 0 R /F46 538 0 R /F37 514 0 R >> +1328 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1336 0 obj << -/Length 956 +1334 0 obj << +/Length 518 /Filter /FlateDecode >> stream -xڵM8+j`l9Իhmv$mtGQ164mrḢV=UEa\ko֗;}z -P6I-{op}קXA@۹B0HpϚoEkl+|E+ 9]5Yۊ}ZX͐Aïe~L:M+{Fmlj?DSE;Ѭ @xi6(1(6Nw#{2*j:5jD87³YOg5T9f؄⡀A(?Dy%O3,fDY#ET?rTSjRSS\ݨUځb˪N#(2z" բ)GB2!`@@N)Q-~T"VN"e6KW:-:W '}bq%@MEk/ևQ?BK]vZ)UUU2["eGPam cGFeOBDzg!bOu:|uϲ_^ Czz -/˻BI棅"&5ɍФ /Br&жd[fm{1"<k -.BKު -4YɆm$H,BhVY]Ɩem7nZlL=8M#OÍ -! `Sa +xڵn0<"w;KF*ͪRkJ +iLBL!ҹG=-H<j\1 +X34Q[on(O,T!fZ`ŕBP(w߆i.VtSBHJ O Gp8$c6q8en's8󳱚-`㿌c\a!9P' ".?e +dž[sod*Q#`\ǢEDxHQc5E 9I@s}W{\tO< 37EdCY8'Wze?7 + GNNb Jd10伫q^^*y^~\? n +&( wY endstream endobj -1335 0 obj << +1333 0 obj << /Type /Page -/Contents 1336 0 R -/Resources 1334 0 R +/Contents 1334 0 R +/Resources 1332 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1333 0 R +/Parent 1315 0 R >> endobj -1337 0 obj << -/D [1335 0 R /XYZ 144.724 753.953 null] +1335 0 obj << +/D [1333 0 R /XYZ 144.724 753.953 null] >> endobj -1334 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R >> +1332 0 obj << +/Font << /F17 400 0 R /F46 505 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1340 0 obj << -/Length 2893 +1338 0 obj << +/Length 1996 /Filter /FlateDecode >> stream -xZ[o:~0P, -'-BJr us٦bPf. Ͽ]3Y]g\)f0.jvh|_R$zKo?,cHg t&^Rʤ4X`a -9|,*ur.\uuD`hK˷*96ꂺrz[zu3IJh= ZUU %Gl1#BS"v`ݺnaigeV:\-Nk'x.Fy.P[.U 7ÌOé -D2kNjn}ʫ>Ol!fLk"1,nJHjY!nVPt;X3ɤL/V~X--` -Ee| ?+#h(;mwoaHMXxMD[[͡c' --zK2(_q]MYIfqLuHU@0ާѠ@sa(q{˧H6𪀯l`2ؗuÏ0k_bOyyۯ g:r{SvǶNx။Q<;1=L 7{$? -iBKs6aFO(msڛ+17Vx^hMѿ,DƌAr3ݐU75]0GhMHY*փ^ja{#9u.xr$z꬐.#GKKfe"WAXի&,<!=[YjTee(+.GlUV@^d ɿ|=?"k Ǹ{v^<~jvYSI4؁;S!0mnG.~kC?e]u,6s^Om&$Ag'L  zݔoB}U宄S 89nT쐬 -2msᖋs"_"SZO<ޮx~Ǐ>Od'M4-O> db_뇿`%:^<>p.^C޾HŪhuy@$ Z}-ZzE- tu^}@1z]޽qwr2ˁNj lGYytG`#`Z v?҈9敚7"owm>R'Ly_F:qؼ7Hx0~"T@N/MrUȉ~N'dGԈXJ-c%>ӱ} <*c9e.t]ҰAO -H+":]g( fNP Da$8AU3l@3π7-HϝaN TƛZOwbc6(&LR;_JB}H,`cTm^U^6yHrI ΗmQ7T`p/ڱeҙ= n`Ml[D&eٟ^O$G_ jºi5,;0B$}8˻0iMg098ڗ0f֊g@/4P1c@gRż';|h-.,Mz*@y+|_ӗ8mUW,k*_S4cʆەѮ+qI%QUU<_pޗQ 6yaVOPvC z| h}NLC^Xx˲?;_#Ɉ0kZBQN8P F/&i̸,hюZ ,4Vp z~ ꇙ)wMQ6\+tGu @˱J633AE>95%q̌r-\Lx*M>~/34*Y MRWtC:?Lplm{R^\X "#tq>\vw7QJ$0&{(=e#=/,cD3ma:|9ER!qHP&xʋ U gKW^n`G. K*TC=֐{ ۲q]i!`č -\|&cU4x XI~I֟ߛ c×sZ *KGz7oxIO h'*x2/'F031Se3L8uVOf*Xz$$Q\!s:1C1|c!8%ZQwdO,RrB;~/MpCl3!~Jw>)VEz'(䐺3 E:gu3˳7*L1r^LxQ6-6{Va8_@D-B*Il\Jq:duBv.!M|x EGf7h]GB@gF}$rBbTMI^& ֖d( Je "ႈD #JAAcI<.]~wX5Y[L`զؕ<`ʘ}0rLQ!~cbx|!+ E\lpE-Θ'Uj +Pƍ pۦ {g T^HI5⛦%I\(_u~]Ag^h'Zߵu7q_̗餗_p5EJeC"r}=`9ai\:R6Ү}z" +rCw˙7j۾.e̠I`$1MF'} 2 g"-*f0gBA*/]{qx>MnZ@)IbV7a344ڿUv-p9+(M ?z4.|k(3d{e9*ӲcpHȘ?7ya:&qҋGym`L9QF57mix^YJףLZe-K Rj1xk/ G,7-8h"'`3fҿPj6Sp\Dgܢ*ﳥMa VONy[q%{“iLBah( @ߦw5Ȃ,=.пq;/9 Msx&LӇf͐Kr_‰Lxk@_R!:U/RQ[%nn>-萉>dy.y*+&Kۋ{*sԀpp+FȩBQLF2zp6,[:ONϺ*;E{lv{,^9Ñ wXFFSt>;gD=DÎa+oФ}:Sf4E(pgjJgr@8U4Oŷ3]. +NևQ lԱBa,> zfyhsKAs'EANw"Ǒѳn$j Yˑxy-+ 쀎K׎Hr !}a| +]^<1X O` lXqX +51+sy% zKאo( endstream endobj -1339 0 obj << +1337 0 obj << /Type /Page -/Contents 1340 0 R -/Resources 1338 0 R +/Contents 1338 0 R +/Resources 1336 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1333 0 R +/Parent 1340 0 R >> endobj -1341 0 obj << -/D [1339 0 R /XYZ 143.727 753.953 null] +1339 0 obj << +/D [1337 0 R /XYZ 143.727 753.953 null] >> endobj -282 0 obj << -/D [1339 0 R /XYZ 144.727 716.092 null] +254 0 obj << +/D [1337 0 R /XYZ 144.727 716.092 null] >> endobj -1338 0 obj << -/Font << /F45 537 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F14 536 0 R /F44 517 0 R >> +258 0 obj << +/D [1337 0 R /XYZ 144.727 410.574 null] +>> endobj +1336 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 1610 +/Length 1744 /Filter /FlateDecode >> stream -xXKF@BQ zvN3+Ee''f 8 6r]FꇍmAHL"ց&JgѼs{ fSFOv:s -8m|فR69պY><~ط,Nƃ,剼*)>߈n?Sr^8u ϔ -iWY" -"Ĺ'`~D1lݸֱY4KT if,h8 d0swE枝 GFo/tܯ[j:SE%5 _޽G/żO)P7]Fp_\_kni0~>ΪU3rZ`'} -p>{vx/3"!O+ͼ2zo╽ׇn^+ׇx/zۜa@6^m^Wz 7y># A?"7QU +xڽXnF}WP%B)h(h'ӢJRAޙ/mhR p[ytEO7W 'IȻYz,DE$,w2 +w7K/"e$ @Bf,+]UV~(fiU74Z;fNQ ]>׆i,GQG=$myLÄro"zz5}gky׍d;Iu4e:GeHъYIaL{ +RC2$Pl1eޘ a (EDHJ'wh%bF  awt7On71QoA;tL-ű$0I񺡀Rs{mfTE U=E@6coU$$-q1( l{&Dۇs!",x:q㫅!%QÔaz0/&D I0 qnDY!)(QA BvhucvxayYᔧ(K<ڋWQ62ъߚ #3Ł#y@>іa aƑTtv:CϓRD,]6 `pM +nu]w>9 sj\U/979qYFq!zw7yW'*xX<ҕ t 6[_+g:@دFY&tl)b**bDQc: oO/̵ty6cYN:g1IhS}Td8#Ry.o_#Eʠzew#X6F>ZuA\ +"s\$a,b\MC3O OxaEb9FI #0 &tTi" IGʕ3p/v}m9 +> endobj +1341 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] >> endobj +262 0 obj << +/D [1343 0 R /XYZ 144.727 312.316 null] +>> endobj +266 0 obj << +/D [1343 0 R /XYZ 144.727 283.724 null] +>> endobj 1342 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R /F48 907 0 R >> +/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 908 +/Length 1886 /Filter /FlateDecode >> stream -xڵM0+"JjwUCˍr cCCO;cx|_~?a(D8CHGa:w'0Kp# 率ogl8Zft/'*BIS/S@&j͑pH)1Gl6?wmjM m"<죐jxC%e=33ؙmf'_soءr=sCd;Mh8[Ƴ+#a|Yum/4nw篙?g}lAU>q7m$]!Lܮ._9:+v}.7i~)a3ca/cnAF>!b6/7>pE.JxivDp`k=j54N2 յf!V + ޔQJΏf.kof~=%pɈ(7c2dkaʚtLThǨ{Ԝ#ŝ9~$ l01|[nr`AhlfNK D{N3؇ih3!߬oKn^/˨fm^=}%+?Nԁ+!pXa|UdeѸu'tvPbpl0i 7P 97g&u pzLo{O+4'p-5.P˟ N?^KF`J cVU +C!Th_ *UB=s~H$m@س]ڢ+sAܬ bUE1GD6CƌN1^^M >)Lʟ`gsc +\(6pp%m:!}UwzxjbQTީCEˍ=)'OG*s[$R("+y^ ۴4Gv 5=\к! '2G^xx~{Gi +\nRV|nΫ,>#jiQ Mb7JcΙ1 :bU!%3B> V3VE`,*Q3Ȫ3=UMJ}ۦv +~ԙ~6-8VSk~s@"$[YK>ӏeބqYN%j43SB(Q +0?&>D_M$|>ZqPOʻurF*r$W.wRDRݫ;āɊzc&aCPuYS'łbhZjSĻ!2$ 'z .C#q7!ٴo/,3_U;I=O`(-B`|!:EF8V'wB2\K +=%b6a]8%W!L~h3g8  QO!X9Nו?wp:u6JS!ˊz BL ܷ9~uQIR,[}'Mcŵ/Qo [;!$)dի3u(dka^CPB z_ffי_證WFf#1Qi6Px˓ ܙw)u_|NJ3#==oF')L0.54p_+ >YǸٝ!+,v`ŐSvh!ub{NlcܟMn聎QM"[\P!^` 2ɴ⹽߼Z>Q+< endstream endobj 1347 0 obj << @@ -7286,27 +7433,26 @@ endobj /Contents 1348 0 R /Resources 1346 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1333 0 R +/Parent 1340 0 R >> endobj 1349 0 obj << /D [1347 0 R /XYZ 143.727 753.953 null] >> endobj 1346 0 obj << -/Font << /F17 428 0 R /F46 538 0 R /F37 514 0 R /F43 516 0 R >> +/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 1370 +/Length 1928 /Filter /FlateDecode >> stream -xXmo6_T]Lm͕&5jW4[n? PeQ MH'Ky{ylX/c=\9<zw%Ϙk=Ɩ-0o=\ *kʚX8LXL9 SiӎmĔ6wo_`z{j´ ] H_ f \z qWaqPwfI %^Ř>#($hcc r@`ݻ}(s+B:B/P8ǐ Κp, )~ GhCC8gYymH8%a>bL<{6CIYN{vQFa͑ -h&R zBNӃ+*Dȳ2γWpSl7y{\$xCgZK^+:zgEEAc::X Dyi[eiu9~Ӵq%2U'RB 1TC&[tK - j`y L.}r!Y FQoA2O+3䳛])L -)䊶!Bv:om,Knhmx@z@ !;|*pf; - w\iKeHOdLFPT:ץFuT.,҅R`tJ -HgVIk*:[F!y y핣GޑnI 7S02x:̾(>8_eݠY_b:-\i^)a`U߯ y701ti[/ƔQ--K"#rE)j4Ӂ)E>n(*DPM'W 1}d3 -!L5܁| Χqr!ɞn|;X0|:nFdkK(Ӊ&'0OԩU%J\[ XϬL+D4jfR''s- BYSiRytNF7zjhP\EՏ44psxM ݴXAP*/}*y,}·;M 7zb[[˨wc{ehk;w~9hUQ0C#jEc5[WLw{ǫ +xڵX݋H_aX#%;.2o}m[Y,k䌜}>~*-owT0,T.2,E 2Yo2REcBU8FPV&ݶ鷍.Y7Ez˕:TzW*Ϛ'T@l >o\ }//4,r(=Toϓ1d6>ӌ؅uvD!E8uJ/)~o=+5 ( jlYYL"&N^qRIlӥSC+)5١ʗ+x0ig4+1`(F(&XȜZQ4yXiI +[ӆݶgjqc?sֳhlik2V[NvȞp봠%ӂ{5M0-[&XFe 1zy%8Hy,^'/ 㖛_9:B*|H_8&3LuaEڶXa*㪘lK`4*]ZhÓ$_ktRCk G6E ( 9SF\CS^0ceIP<9}D?8(qY ?s#~"Їp7"XN4'sTG-'LZ!JAӦuK@ kT(oRLޛ:4/-p[yQ*b!.f/RoqE_}AwK&Tr()%/zJT \1bs یIt-°~b p"\E.xo;:zҟW"L[cp(KVM!7LvÅfЛbc9L< A}ݓ?VXw%Ҋb6<3,u4xpM&+v=1@/(=5C+u`7޽&r*B勥0?oN+ endstream endobj 1351 0 obj << @@ -7314,26 +7460,30 @@ endobj /Contents 1352 0 R /Resources 1350 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1333 0 R +/Parent 1340 0 R >> endobj 1353 0 obj << /D [1351 0 R /XYZ 144.724 753.953 null] >> endobj -286 0 obj << -/D [1351 0 R /XYZ 144.727 353.578 null] +270 0 obj << +/D [1351 0 R /XYZ 144.727 235.156 null] >> endobj 1350 0 obj << -/Font << /F46 538 0 R /F37 514 0 R /F17 428 0 R /F45 537 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> +/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 1168 +/Length 1554 /Filter /FlateDecode >> stream -xY]J}_Ab6d?aM{cƇ; #1[ #4>mSuԩj,mѰ]^Y}pϩg,"Sq7"L|c6&!m=,t\C2rD}#&r) V,=l,YGtA=~jcN wyʳ]EձJዾUeuwA"k>-ow&1-N?XP 9§ڃJsG!`!1w֘plJ)T l u>ngxf6j1͊,*?;CJ^d3G^mOWueM$|c -A3I$\U,LH\\zGQxS{BfF!DUA˩T+\TRdPMFxY<`<)RJbi/rdcZeR(:qa&P .чF. 0 T49B- -IIl54k_hj5P=h m6[.?<4 a'2$l 17#Ao6 [3y וhzMާd]hn[qL⨓&l6OBZlJUPBZb<$-6HUoB@9R*f5) 'դUfwy媚03n%PMsjң~ %s0Ѐ!NMUcZ/m#l_f+A]PV\pڔظHcZ: Q,Zl^,/TQc:Cz`>ѥf/*5LekqAૢ,J;7JBKoh)N5kiY7azu$&'9oF}}Q,)qfÑSHJ4C.R6w7g-P{[ +xXK6WXŧrK@Rكʒ!ɻ]吔,rj Dqf8d9'yW,&! +y' @L<{Oy@zWXGIfTUfIʷՀ>YVh:{UR: +hR[Ogz.ܝ-՞7 c2fnY$DGs\jRǗ%Nە`+VO6jGN>%r|JxǴ2-neEU3=WP$! &Z1/ZjYbQ(fAH\[h'|"?Kx+7Lh^H[YivSIYջ#ͰJs_8DXvbU.dS%y6D uKRW}[00ba7;7ջPZs\W-m+lϑp$Vp|T$۵͖]Bu=j D} \(V.Q}1cac^u?}Z0QG6UU^vcClY/Zr%֎i}.w 7zV]2 aQlZ6Tj,>p×T^Sp)Te}={J*}7UԺ.30='fUFU5+Zb8FqSk9u9*IeȳZ"u)mp^Ȃ/!j75PɲW8?[ kхPRiTxo,dcm _/lF@@m_188Jp<60ri1ؘ0ԇ0y> endobj 1357 0 obj << /D [1355 0 R /XYZ 143.727 753.953 null] >> endobj 1354 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F36 513 0 R >> +/Font << /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1361 0 obj << -/Length 1465 +1360 0 obj << +/Length 1686 /Filter /FlateDecode >> stream -xڵXQo6~ϯ QZ% -V4a+t,D*t듷, mCpc qqS˅_k4@7jrJ1L(p$ܽ$dxrLN[v9dr"_q8?iR5Xf9~qo*Cʦ&qU{ymvAۂ>Yք“ mv}_5JAjl+;=mn@gblFC+m+AĒ>H|qN -tڞ{F!`p{l>;M J{wyAo~0Eo" -Z5Y4_A椠t#-tS$w0[A>- r )sm:4K5kZHKBM%pEu XKsa4zŢOXd.AjN5wx!q HN Z_S_K9QFмx1qibd5O}_qǪh:, TР:2oW>: [SshT58oW50 Ƚ̳ӣeNIx( Ν(%ZT-9HvHK(aǣfx{z\ 5sG q B"(ۺ+]4ڬB]xq.oJFr+h\w 2yWsG҅5wF~{' ^|q4owOKd\'kD@<̅Q }>k +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ƞJXG:h@!YtۼqyW$ +tH 'mt XKWD`~a[E(UmϺ9l/IϹ9<潽2/EGO8z}7Op6*eUz:h\!a42hTqE2$&EgDiD*ݶw$lzn.;k@ǂ Mk|v`H-SnRo<ƴjP +Ex iObWN13rj# dzF#/#!4eJ2*x! +\5~@da>Eel_~RYr3DzY O=H'x+'|⓾!P!$ͲHof;nm*`?QIOˋYE$ENwh}C`f `̚ׯ~桧~囋oi-[ +I5dePY~&ASİ1TjQ4p(s"r ށf,7%-lr66mW&&JYC4:<1Yƒ>uքm`@?sqjLb: vUq٬mrwܳ(}gt޵Mh 8Mmώ*+ʧ .XH6En{Fc[5X%NJS>ظŵ5鴬P bd1IE +񟖣IPh@O ^e_ӴuNq:guT柺IPT +QY.35X)GJ[IENfM:ߟ/G.9)?.+-R%m h.Kb$MMi AmO{{dRb @FhŦI~0FJOC8 DNEUpFT(*Uo7Ny endstream endobj -1360 0 obj << +1359 0 obj << /Type /Page -/Contents 1361 0 R -/Resources 1359 0 R +/Contents 1360 0 R +/Resources 1358 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1358 0 R +/Parent 1340 0 R >> endobj -1362 0 obj << -/D [1360 0 R /XYZ 144.724 753.953 null] +1361 0 obj << +/D [1359 0 R /XYZ 144.724 753.953 null] >> endobj -1359 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1358 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 -1365 0 obj << -/Length 1293 +1364 0 obj << +/Length 1699 /Filter /FlateDecode >> stream -xY]kF}ϯ 4S-ZyRVD$wьeF%}3;s?ދ 6.n>߳ GX"!P-Vҧ,ӧy $Ð4/9U~ȷÄzTGcurwƹ<@˿N.?c$$ " -tӢ\lc! fSaKp?BoϺ'9*I|q,g`Wpx -'6*{WnU!ʪU5+9쭺L6ɷbTh:= Mʴ?-~ v$@yɋ}A-xP}?rU=\er>L 4~<: rܿTPʸf#U aWϣKU4;^PհUZ?:PG[i,NL|7p ɻŝ>'Zn2F׷STП4Fu'ևn5l9Rs\'j'j5g^ջzMGcXPM"8UPiCeSm*K:)Z&iR/]\ź|E@ QBpDЁ 3A:\>d24[f2qV%u|d%k y1r9n_ٌ.V/0 :$Nȣ"D\ L8[t.RօMVt{:&6'vq!2&S]Q +z sl% {|[ /x<'I}boH"*ʛ(䡊Ǫ|PQ9w:Ш=tqe2Hk="SAG3&x#\]uXs !܅ᐐ1jR@јߔ0Ϯfk-3=՗C(z} K9]K JX]'?["P .Y\7 &dB : i-w^exqAkn+3ʾ1o 2HАf/ANwU@^rJ +oppJk/SJ9LVrJ/u XDcng~@P\EkuJa>mӑ1^ӹa$e:T-4'=oO"פ88,=|b{0xn4s?}S|7 4kѥ_rwA~/=~BQu߇&sʾ nOW ƣ'kd7ɟzsgefҕ׻;VبE  XK_6;ʼjK}Un V: Evd +D)71c[5.7bىpڝ +=.lGӻGpnɋ6n^}C5hVĉD/u+wUZ1@#>l5a-A/hB?Z|Q`b3 j˻ci}#qV81o5SR USƛ޺B|xځ]N|\FC@*1{B@q:!91%fM=YczwyGښ6~ clV6=)0=u泷c{rC433>D;>R%dqʔED~iSVӄ5eeƦ/GSnmʔG}&y|QGw5z.*tTR*-Yb S":,]BRjxF݃Ne:mBoثYlA=oGLPg4:37ݥ/oC6,@~ >p8ɞ]ʚ7~!Ls~@TV8ttGwer]gJӼDm瓨B[IcO i&eeMbsO}bljVqG'>)Lu-Nj`9i&ig4vpUKⰯ^wvRm)83ޘN("h*L4FΨ:h endstream endobj -1364 0 obj << +1363 0 obj << /Type /Page -/Contents 1365 0 R -/Resources 1363 0 R +/Contents 1364 0 R +/Resources 1362 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1358 0 R +/Parent 1366 0 R >> endobj -1366 0 obj << -/D [1364 0 R /XYZ 143.727 753.953 null] +1365 0 obj << +/D [1363 0 R /XYZ 143.727 753.953 null] >> endobj -1363 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R >> +274 0 obj << +/D [1363 0 R /XYZ 144.727 540.012 null] +>> endobj +1362 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 1146 +/Length 1358 /Filter /FlateDecode >> stream -xXKo8W0J+>)E77M%Bm+H CC_-*z)ev47 y֓YONn -PȚ - -a[5 yV `–(8jc<ӢZj.|MNI:á3g.P~]P̘kǥX]=ښ -9.c~xevZ˯A^nbxr1Q1I6-)5[_eZuk}f;" NitT<{(wS#h6h _zB؇>rG pCa?H0d$ECex%rsI -pRDHJe$®ZƦLKga\(%=j`bO_ܾd+v#kh'^ӳC"&f(K=pUȵ~Nڝ$+i"5 X{f^?[#vQ?%rPw/ rTo5W+a20"=R ĩ&f|)횥AdBh[rם9eϥEb)Nк# 3[ 0@R:Mf L}x?iڪo`ʀ6rZN#b@#YbX:n JDhubŸ+43Ȯߡwo);Ah{fuSݱK]Sb`~B8(F$7[< +xXKFϯ@(f7R6RH{6m &{0a*r?o\8 w|5_YRG`a ;<Q2Bo.scy?–^ra WLgY$s@0ʷq2i~d}}ׇODX936C񩧭aZr9UDת!B32 ׃Z"{yd2)U$ʾ~Sn!h=ډp|EeqLPy .3~L&HnӼe̢m Ȫ6XZ4`aߡ Ew#. Kjp)6R8N}[`?QIwJ;yLѸS\S< B.gTK~)G#қX{K=<ՍT3 j9rŁAԦ>a~ZtFoJgG԰փXz+#<P=;d뺌e n~0,REijF1#g0spam9(=6j;Íl76)QCC y+ éqЯsrz@|7{sFg2atSLN^2S;C\CuO=0ߟ%"V.A_j ~yO+و;| #kw8A,qh,m؃l28y_l;< H=oO endstream endobj 1368 0 obj << @@ -7424,27 +7574,23 @@ endobj /Contents 1369 0 R /Resources 1367 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1358 0 R +/Parent 1366 0 R >> endobj 1370 0 obj << /D [1368 0 R /XYZ 144.724 753.953 null] >> endobj 1367 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R >> +/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 1279 +/Length 1369 /Filter /FlateDecode >> stream -xڽXn6}W0X+Rԭ@EcCѤOHŸ 3G6N<Ͳ(?zmb a-'F6WWL.ax&!?T>{ާmo/iMC+o3~~߱? ;.3Ď}FlC EO>>Arv91Tᨺ_#Q|e.:E롻S#XgJj,~ Z8r5s4ٺ@UA0\q73rn4kC=bAmd6Ŗ3c֑ΣqtW>cI3jHz!; +CEu`,9$߀u @SI*T 7P'4iN70V{U5|3,FGiwz1OW0@faLPEӵ1%Q=M["uuEJjr^RƝl<4C(z//|sŷQR̲;Բ*C]DG2 G IxMY.͢@cQ%SM4BM7)NJ1{'%}0# 7i*.b{|&S~L֮=L`.Ss$tqzp4n6<ǢVX(_}VU+{%/\iOy7TӁ{ICSMOI \f0 }N\s)pe/בZr^rvDS'+Π]I V΀Ӫ)G IpHޫY ʫ/)=:uӮ*%j._uakp`Se]&WU 6]- xXNFۓwX/M9>PZL< dV^> tjR 4S~[^@5y endstream endobj 1372 0 obj << @@ -7452,29 +7598,26 @@ endobj /Contents 1373 0 R /Resources 1371 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1358 0 R +/Parent 1366 0 R >> endobj 1374 0 obj << /D [1372 0 R /XYZ 143.727 753.953 null] >> endobj 1371 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +/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 1498 +/Length 1405 /Filter /FlateDecode >> stream -xڽX[8~2Ҹka`vK[(nigҁu91XYa#)D}Y>߹_Mog_~OI&! 'لhyKh2_MΧb_ls}vjFlN7߳hIb4vsď5!Ǒꇓ@Ce 0|%_ tY!ޮŔ=4ɺ+.;]3%m3->bẺ&Arb%`أ'^;7H;i]b&c{<d (< -ߋ9HΉkr_r:o b(LBy6S;rbdvU}^;:w&Ջ{,EksP9iwUh(P1`!@| s)z\pMRR*H x`K# rɻTKs9N_ssFjvi Ad:ը2Lw&a^KwӘW&くI{g ^ŨxɟbM/Y :0}9Ą!}E|.P^reBP:(~O 5T. -/$`l@8(ѐm@GLdP{YUU9Rj~@/1]JbWeʍm<:& RtU.`״ʹl?X XoLQ}~a7#,t=C-ĿAZ7;z mF x {Gp_xzhƂ;K}v.^yTM̃<-~ ->񒾁)S -2jte9VkhC/0%X38%>0Q8IfNsiE7U p -w>6` ͎E-cƄU}g;y c Ν&^9N)Dj-^oRr}$4i,fҠb -mjU{p - -PTJ/ШAmÎvdj<>68q)kQX*ϹE£^aNeq}۩ $~2Ͽ/0Qnvthx*;ō Z|BƠAѩOh`v~XR>ٍ)Xۍ^ڎ_427c4BT#}'ՇXg+uATx9uMW.bJҸ zPevQsp;2 -F=# t? G1vi59_:MZ/;Ur>{#/CfjDYK|jj#+3v̸S_!ǯJp 0p<\hSp(O_/<8Ʊq;_ sfA +xXM6W0E͈)Jun)A^ӶYZHr\%I,93y|3c-n=,ǭ +$qK:,[ɞ?v{*1qXJRXN~{z9!͜ԑ0WA[ayd}rB溳KO RNI*3ӋCۉc_QVHR;OF@CS$}(%Fu0 +Fa^8k7w>nӎ`vG4Tk#XZ u8 8.4^鹃(SO4S'iyfgKچ*_O$kQ# ^EՄlN 崙-cM_ ="xw `O e ?SQ%E T41@F>ѭOQXƍGIUÿjZUuWRɶSTUj2, \aXJu *ܪl:p@gCz؊:6!N YzzR}>|yh}V[ ,w#X}i CQUȲHz 5B䠺>ubh>u`7}~[?dc5 +%69\2n=8o 'j82a[po%j׬1%P/C̈;8N켋Tމ._"( Z л`rlgb~oJgDlu u f0`z )5} 9! ɀ9FOc="9xT%MHy9Ӧ)oNq6aUے٩ BP +8L>jvPkRP"&:zr?FU9}ӌ|UL܋X5(tk|0։(`tX[P˷ns# NW3r8ҵ:A$zCfdS{jA[ڇt53+G/.Ǜ*.lȐ\߶N3 7Za}h&uݰ}̩Q;^ڣ\ +s.!/$!<7㏽T9ͥ{Dg?ǎ.{g4d3s25h+PUr|kjS;Mِ6iDxp/*'IZV݋ʾ!/)%R&:@锲E?\OTZVm@w}}͊!D&jƳO@o}> endobj 1378 0 obj << /D [1376 0 R /XYZ 144.724 753.953 null] >> endobj 1375 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F36 513 0 R >> +/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 1120 +/Length 1270 /Filter /FlateDecode >> stream -xX]8}_ &TKO U#*JMhBBD3:d m/qmsνصk\;z}+r"4N+p}Ț.-'М ?O߽do/İ]="4"NT_D=i~ GXYx#ToU(t&xg -G -V\wr5ġ]CFȅB$& [-WI6t8ͅU|-~V}?y,E.`֋F8{q, s°: JUr{BZQ( e8F8 Á۷Bϧr*}w,3j kZe@8aKw0#py^ն6zdohkw>]BQTI>uKܖpq噪Mx -k w9 :2KHoP:qC t$mJ#:!! -@,#2"*WuR{4Jvs4i' F 5@<D1Wo7`o;0u7\Q3OWh_7ǎ&Y:آ)$eMGPxv~C9{Y/'q -4!*]/A:U5D-/OR.+ݹTVKa`SaM0?gR#?IPK(܂h|!g>b!rDt^a,륷owmP{jP*k`:~U?A01""Iy)kv"JYw"<ԟ}IECb䂛lltp20τXrZhd3醬xV>g]1d%4 ϰr> hŠ :ŦL\b=+CgE֡w}jV}qC<-.371Omk<)ި &ֈX/m0uC,y_jE=jejDrmL:wbco%[r1~)OSuZ=l5/9nRV#Ex!D| +xYKo6e[!Q 4zvOR ){gDi98[+$3<*xowts+'$*wG 2,VΟnb%kt~3[*bXbIH)lUkony9<" Pfs ~k((6ѳ9 nVv%΁<<;FԅXS%y)E8=l=bT5v4?)cW/t +eMa28KSY*OQ͡Tb}d\t9p=ZuK¥q(bve%ސ'[þb ɈYUغWy@䂓<C;?ּ}ۼ^M9 +U gDR@3))cԩ!!B}늚w0 @ 866=pFP2=yi,Ӄ{lg pys Yz9H2U$H%6Ubn͹^V %*oI~,qAy5y?O t/a3Lhk]]53[3Xqҙ8r@@(vQؙv*(~oT@ISo|>%ܠx۠ -QZg <(>Fﭱ> endobj 1382 0 obj << /D [1380 0 R /XYZ 143.727 753.953 null] >> endobj 1379 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R >> +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1386 0 obj << -/Length 1023 +1385 0 obj << +/Length 1627 /Filter /FlateDecode >> stream -xX]6}_Ua1YiiN*Ul DGD3(;$u̬ڗa\9>k+dySw|fQ7d>։|2Ẓ.¡Y:RJD,.0$>#${vrs[JI3O21+Lt8tI 1.CW19s,r3*8ۑtk!$C/: 9Aܳ'Oiv@P;.Fe/EXc/ݐf{VV咰 ˼QUMenOus?E@|y5CyşN35ʋk yY^0!=Q*2+]`䂵$W3<2rE.`& Bd_:2s/RAj[݌!Ō]͘3ǃxb~jJ~ ̢b28yQD?\eꢌ""KžRK2>M2ԫG.NY5nN`t51%'j@TC*pߖ 4 hFXhV%vy)NLĩWTz5I›\Mi` -?o.Apn㱮\gNW J8^RbR - `G›N{ ]ZqZ zDAdMdFWogt̑=~r6C*f:q2I~k8-~p:Ngi -a*jCq1⡆b-S[)DkY,g\baͩ7rOU_Ud&w3 ثc\f2lNIJM}MiTS.Ŭ'ޛ{TRY\tnn J̕F"gZz%4ckCӕX,j@˾ -Kyx{t&A fkfTͫqe{*dJa$4\V5>ގDt '-^%F  +7vD4,YD#4oM }uʑ_etPxuunFf++S_qwۢrԔ^ .. +c+aIv bnKv &6n]tjh~}nq.@o՜GAFԓY(hSgؚ>@X`7i+`%a1(" +lЦjZjؕamV~8nSLB:4S[ÎGPw +j8־@exH?`ʍ窱ظ6vV7 +זfcֶFZ0(=T+@a;6ӫۓh!blNԼ*7^æNnh>v|X W[Coj4@+xv8w6.ΎGxJZ>Maۂk}GA3!IVXfͮ&um+a<|`};}~h|ҡg~@9zG;;~W4t 9 C[п+c]V6u<&TWTezQtCtPOYDC'&;-)&oXFd8h47G'%.t3EFdZs%CY(TnɺeL?_ƃ܀iRMAELmeخ*}YJ Br=A)'"kRt$/=r\:gpRQks-l}#_i(a Ol5!?rY4rN֕.e;@8*_Uz_&[af/z~ңʡF0<D };mlY4wg=LNX҂E>R=o)<  `_$E/OG.# :^R. |DgEAH$WonSY+pزn{67 \ML#c&w#,aa(0Vv[X%Xrk<dJ\tw;x1_!3^Q*4'&ֆB^xMHϹ&h7vK z N`1Ǒ{pȫJM$, +'թ/w؃{WIe ~B_hzW;q7cwm틗2Ȑ-,w~Y* endstream endobj -1385 0 obj << +1384 0 obj << /Type /Page -/Contents 1386 0 R -/Resources 1384 0 R +/Contents 1385 0 R +/Resources 1383 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1383 0 R +/Parent 1366 0 R >> endobj -1387 0 obj << -/D [1385 0 R /XYZ 144.724 753.953 null] +1386 0 obj << +/D [1384 0 R /XYZ 144.724 753.953 null] >> endobj -1384 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R >> +278 0 obj << +/D [1384 0 R /XYZ 144.727 562.926 null] +>> endobj +1383 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 -1390 0 obj << -/Length 698 +1389 0 obj << +/Length 1389 /Filter /FlateDecode >> stream -xXK0﯈*^b;VPn{P$ & YY 7oE;hϓ1'"" p2pLsde1c̍(@I/yagR꣰{uw4VrSLîޛkE wa`"϶4ǽ5q]ʥ^/D{ߤ"T(&i5!c$G'Z5 sׄDH$@"$AavPd)~M^ YBrYp*_i5ɟͲHNa$#r"[] Yjb=۬Ko#Au5sT4/Vfթnm֩L /i:+b{wGZELv {Nϕ}zx8Y 9~eQ@0iQ0)fS(<ƺGVfIͰfV -ᩢQ7u я?e #-J C70OQډe;)Lv gi! }ƐݫCSϪUluH>Ŵد mOxK&4:?-0IՄj ~vXqj&]cʇhNcUrl31;X̊ - lͷ_5 +xX]oF}ϯdmeafCVVUuyflJ{|1ٴ/1_ל9Lj~qψ|ۧf"fCm,Z_u]k-0JV )f(&w7"f,n_&w?>~vو>s>eOSڔQkSBGDb0eTFߐK2"}x\ k*IEw*l!@hD&oQ"bҏPWduao@.>C\y Gwk{8͡y=Ȟֻ +n\Nc_EgNGtٮ  /l%xŽq9zس~k,7i^"_dѦl&XP=NI8ȠEq3Xm6nfvvjvX L8U.*oo%H7QBH`i1Z :.U.ymr<&0Q&`݄ L=N|O|dwk>LUk8yg:>ڔ<)l{m? qۣ^W)-ޟEa:8MVYZpfZ):'.昄G2i8 pKrp=rXHV8WS`ƭ^o%HS0if?[A#ѣ Q[qKn"D6TEHH$)*=>ޖry c@ pUqÀ#{v2.C&j5;?:Dhvpc DM֌[!1n'qPjdH"KO nl26Ih e/*C$a#!Q)WRU0M1[QSVG31MG4~ȑG"@f) E.e9aro$2M!s</5]s |FN'^AN͏[,?R=8zi /(~  Fɕ?tlߗ:<ٔ :fd^IJY vѵj}[m9bax y[G +rX+M onVeb!>M*~uԭ2ȌK^yxIwNcn@ruEܤW~ ۣ endstream endobj -1389 0 obj << +1388 0 obj << /Type /Page -/Contents 1390 0 R -/Resources 1388 0 R +/Contents 1389 0 R +/Resources 1387 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1383 0 R +/Parent 1391 0 R >> endobj -1391 0 obj << -/D [1389 0 R /XYZ 143.727 753.953 null] +1390 0 obj << +/D [1388 0 R /XYZ 143.727 753.953 null] >> endobj -1388 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R >> +1387 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 << -/Length 1404 +/Length 1389 /Filter /FlateDecode >> stream -xڵXMo6WV~)[ Ӣ[Ŧ!J!)Y%NCb&93LmD+>eITso"&%Ix%T~]BEa8nyWYc;(¨ޛ|y}+udh?(ƣ%DPfB~XmF\ߊ$$M}H&,۸2el**o}c8 A838N7G8 qZE{6+Y~81TN18fuI -orYx) KA.ACϡL*ͣ!SR Ԉl{GH.L!kt🩐ArP2ur׿Ue2t`Lac4z Qh521FR;Q ~+.cƸZ|"E>+] -x)씴)o0{hCTz܂[wX#%'4Mr] .V3pïyG LѮ [``v{Wh!Xq7>Qn_[oQ91NWelmj 7׾zA;JjFz&կvm^*$J7Lz켫?/y/:/M'zO9VD줻FOqΧw|j$:=8ڞ*#sͥ } O &&^\Mp`aGZU:]waIMlC+y 30c;Sh6C<,vf\+W[\+PzmK/V^ 2MG/`M;Fw8Nr3>yذGӘ/ U /bwtoo@<з~nmmۤm1U72mƾyhzk! Cqol\7xev zW2G[~87xBWfh}`2O׭ +PÁM]ܥܷLqCٯǖka g*tvHPUYwlvAp3NBɾ,aYu|Z8;hE֪j8-[unGhW̘0: HԐcHf0!j B39;Zt/z)y|/fKWY&sRB PΉ+aY41)$P(*;_)^k]k?@ +TǟT@^J*5,BWUAv/66G4eO@PZ%]j2BgࡲﵼgWaS:[fikEu1Qgzarx.Exv8[rp6񠩉'| );BHuVSߝnZ3%h{Vʪ9y*Iɪ2gԃjd6KϯK>wF$EIfy/RȠD#ѹS 6 +Szimqubrx+1It21''&:bSQJΰ B+78 ˧?faWǕ9vH|P&m?ϤL S8"#!;cD4xH7\v*A&ɣFU&cPYJM!J'lوS.T#}:;~_|fF endstream endobj 1393 0 obj << @@ -7586,30 +7735,24 @@ endobj /Contents 1394 0 R /Resources 1392 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1383 0 R +/Parent 1391 0 R >> endobj 1395 0 obj << /D [1393 0 R /XYZ 144.724 753.953 null] >> endobj -290 0 obj << -/D [1393 0 R /XYZ 144.727 406.722 null] ->> endobj 1392 0 obj << -/Font << /F17 428 0 R /F46 538 0 R /F37 514 0 R /F45 537 0 R /F36 513 0 R /F43 516 0 R >> +/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 1571 +/Length 1634 /Filter /FlateDecode >> stream -xY]o6}0 H)O麵>(2QlOۤF)EiG'2uϹv) +7O>$Qq% [0$KnYNit9Y#T '+}B6Q 1|G'wƹӓMkP9.n>< -XtR@aЋo0ٵٝ!He32 -syR991;1CoM9I%+^%invl3|HҼn,6v*Ktm[y-``6$eKh,礀rk4aa^O87zqOVnڽ~A}n0[M܏IvS90hL0べTHq@\PҶd8.n=&שx4d)ֵ#mj.*=3=""vzQĠ@r|`F CGH7$+AUKicVW'2Ԗ;=N -}(yiڏv&DDX;"-5fj7$\)%ֈ2"(`dE_7We/ypz<\&q&Xg9"@A ؠmegKd˛L'0˽9cP,_F 1HeRd34Dɖ]_` 0QM4SQ1qԞ0a/M w^|3e@F F]ͶI֤wiمqa "sj] Gה.ܘzxl{Ye͚"dC\ט)+[RfcC*i~YdG+ӽ$8ulqA}Aܳ0Guĩpn#p>1Q0SBe?,>#:>WЮM8wԧ^Rxzsjn-zk^ar{$3~T|="-+?w1?Gk&mz AH0&G`ۣ6У@x2ě<3YpP$V!(Hn[. O-v0\Г}d\U84/UCBwml#ƴ5Z7۟TKj? - GLm{So錟oh4kI)C04㗽n nnb;B49~(wh-~ҵQ:w+FP -\k8p:.p|dʼnIZW۹Q}ޭh6{V(9-`{:evD^4`n(rY S8&am^b ?A\KqsA;;ຑsls}45 #%pI:cVW~_j? +xڽYn6W2FHQE: +,Ȓ!ѓ}%XrD4I}(bps}3>]>.k<\pǷ.n+ͳu"t#ĊbQ]E\_ \ۡ,)9*;\Ǧ{ | jCE$VH)qK*+' ͬ=|~/9լhZc<{"~l}6+h&i^QRJpWhG.9_B[FԳK=sռHuz.M8\#%gO»o`χ)~4lk5! Z^պQ;2)2KQ$ıdEV.Ƣ|(L,`}3׎]ipJTSp4*uĠC[#!6\Vlpzz:3ƴ(mp;_KzA؀2*~ x7~_c~`.>6;3_ 1!{MiCkաO% rK1`9]=-P'ApAvROMdFYV7*ǼFR&`ZPk_/Zz҄UPC୶D@v&mVB'kh]S5%ZߘIi@Ap|\4*Az.2P&k,FF7 Vp4BXQE؋޷Q?Ldz.'Lv˩LBB ѿ +U=~tz"ٷȳ-䏃6>jFعX'١=JbUwGV;K[I,7/XĈ͜B:d1WPC|Z uoP6enw%!]`HpyRT:]B1|] :  ËDhr7Å?"uG0'zʁ9BXܼG V,NW Qݩ#&BNiZŽEԚO&hP*]f5VdAMb2`˭-,S Rˣ6aA?ݤQԫ=9 !gD։38oSš~m[` 0~$׾/<9JOŬcN5ϏoVB0=Q'r8ߌiGc;;#[MDM\sw]"k?\'RUgF r!aa[]?9!hSCl٦cc%q5z&6F +F.hM~C0&LՉA`%wy endstream endobj 1397 0 obj << @@ -7617,12819 +7760,13158 @@ endobj /Contents 1398 0 R /Resources 1396 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1383 0 R +/Parent 1391 0 R >> endobj 1399 0 obj << /D [1397 0 R /XYZ 143.727 753.953 null] >> endobj -294 0 obj << -/D [1397 0 R /XYZ 144.727 716.092 null] ->> endobj 1396 0 obj << -/Font << /F34 425 0 R /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1403 0 obj << -/Length 2019 +1402 0 obj << +/Length 1520 /Filter /FlateDecode >> stream -xYY~_!` -^6^ $m8=oyJ-JIjn^VrY:Zd5I&?K?޽!FrrPΉJD%LyMcX?ydlZ?ݿYa‰ -9VQoY)SC l\(mGA8-mU)I m?x -&4R)rc&1ep)ST.'IDt:]:Or LSBTpCGz[NbM 7 HIigfhYY@tUBl}ˮ\7v;MUTb;ۧi ~.Ű 'ʼnn'*IIiZD$(I(Q2M`kf@qhzI b ->j.jemep8qz"!,S]McJ$)/jVRFSDzbB)-0dDIPdT$zh) OjVg֓,o `NЕ'P C[Љ bme1F"'n_ՄGL{: -PgOѴaqN.rDzx8? -|ښCiǧ(A> u q`8hQʯ3!R -ۆJvoYAf?6yb d - 1v&5*ypHf ˓ߟUzTֺU! ${J E}@ T 2!@@TpB2֭*o j'1 b\Bρ ͈'*4֣!J$:mm@#w'.dBbĊb/"2bE!B*ĄD*6$v-܇KC M Bpht`jqN ̆ -4Eή- :o25N0khg9Tm@[} -HNJ>D][6!rjE=x$ }6M>@c!.V'Sۗz$M - Պ(..v Aƚl4¶H"* {("u 펅|@zsw(pK.*w 9Qc7!rs. o t@2+!Yj%K=C摓6&N!%k4H&;(mR$MDPr={rB DMz[;]չ=0=d.R  95s׀0aQw8V!Lo20I^{i2 IKӦ+M8[ Q&,҄z}c'>1kn~ ܶ&49Թ|R />kubiA5} p`D{;x mYڸo_\|X'Ct7a#."j RUYq9h Gjz Xt+̓7Iu&7MXyV Xuba2wX}/lmMm~ Y./:w9.D]oLoډ>)I<##pXyR@nv,rz詟Ab{3Tj}W |yq?? Oz HȉEc]( p>` oBKUM}LZ]dk{[Q~ +7gExsTRp``fGgzj=0>͌HCsb$wHMĨ]4 1ƇRJ3/`.U7Əz"HVF;ytD{) oN(1PDkء]R4 3+B:(A`v3`T\$u?Lv?`̚m>u?g endstream endobj -1402 0 obj << +1401 0 obj << /Type /Page -/Contents 1403 0 R -/Resources 1401 0 R +/Contents 1402 0 R +/Resources 1400 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1383 0 R -/Annots [ 1400 0 R ] +/Parent 1391 0 R >> endobj -1400 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.675 512.931 379.677 524.884] -/A << /S /GoTo /D (subsection.5.15) >> ->> endobj -1404 0 obj << -/D [1402 0 R /XYZ 144.724 753.953 null] ->> endobj -298 0 obj << -/D [1402 0 R /XYZ 144.727 629.352 null] +1403 0 obj << +/D [1401 0 R /XYZ 144.724 753.953 null] >> endobj -302 0 obj << -/D [1402 0 R /XYZ 144.727 600.759 null] +282 0 obj << +/D [1401 0 R /XYZ 144.727 223.2 null] >> endobj -1401 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F34 425 0 R /F45 537 0 R /F14 536 0 R /F44 517 0 R >> +1400 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 -1407 0 obj << -/Length 1771 +1406 0 obj << +/Length 1708 /Filter /FlateDecode >> stream -xڽX[8~﯈4JV`R*Үԋ N@%4P03%rrpf3{1_OA,"QzF#3lY%r5wCYa'+[8jduPӕt#c%Jv6\gV-pܔ8-eǧ3c jI܄j¨??IUodLtƘ} Xw^o~Ke4V %:OpTXַNJ (H BE' ~zP2KiT)kj"tsyl&[1C:f;t_y{j20;Ls?SM2HM}tIU<+zX$٠Q -\58#mdUbkwI"ocCa({""inl$\;%N~IɣIjS}ׁ>:.8ONϨf_&rK]J>|5 V9^G##fi*"J 7yGA+³G(0c@f-b -"Ӌ#$LpCfr+.Oi40lTTr'JhWC -(751jdyгȵ:F5UCАBչ33&)8n[peOL/J${nJ=74lt)~j#6p xQqAuY1CwWt[y'E ЮLfʫ]Z*=^Bɷ׻m#מ)sztaq;Ct_EN";lqxq-lM$ZJ{C29=n.Un6oɰ ֙۬*oΊ|KK B]KIYl̆9"dq$5_@0,hɣZh. /!ߘuĈ9GOƭ>',r@@ :,eIٱ 8 QϦ9Cgc3`Lbbi= >ٚ,gcrH=)/z?y$L(kÏ%pƏ;13xL#e8A͸jCFdb{bZ=!+fn{ΏEJ)!XN;,pCW[_V63NgyGqn~f*P$5eAI3OM5-N ">Xqsf!kե+Sn R)rWK:<ਗC SxlӼ>HMq[J[SKw7u\ʶ(+Skmi_ P35].X"mq頂2 6iXXDP;69Q<pN໒;%\dG[[yUT/o$#BJ]][ڪkl:#=ꗧ.7#'E?<݅߿A]uQnuBuԩ^?բGjNTeM VR+. +P9z]nnsb]Q l1T Noک :i(j΂xMp~Q0FM2!뉬a+t؋,\C1JͰJ颹4P(]74ݔmgU*}謾itgApAkE9gx4\ 28Vq [ի\ endstream endobj -1406 0 obj << +1405 0 obj << /Type /Page -/Contents 1407 0 R -/Resources 1405 0 R +/Contents 1406 0 R +/Resources 1404 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1409 0 R +/Parent 1391 0 R >> endobj -1408 0 obj << -/D [1406 0 R /XYZ 143.727 753.953 null] +1407 0 obj << +/D [1405 0 R /XYZ 143.727 753.953 null] >> endobj -1405 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1404 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1412 0 obj << -/Length 1979 +1410 0 obj << +/Length 1421 /Filter /FlateDecode >> stream -xڵYo6߿@P\Ԍ%J};(E=y-E N;CR{{hjֳ͌p˧>~,&I,D5SaD(Kfw>r.NeTExC {ޥujzl4.D8xesNM^no~jD-I`$"v!m@_*DjrmZmC~n=I PV3WOâ*#M!~k+Wsok@8Tc;7z;aEa7h# G~<͍LB2!rB&rT!di.eh8 ,B ފK;6Jogۖyzx wBoBO7%i<1p97jR}k b}fHNPy팗z*ievY뒇Ǫoٞ A@@L |y7|Ҏ>Xƞgo-$?@9B{W{`زY~-A;-\{e{A9]2(W!\^>&Mmc|]&77ZÛivUc}*kIYW:׬|ߜޛ}$%\& R_~+Ps 1')Цޛ͍r|ivƂ?Y q` BemUJ/d %0e~:5V|!nbn͋mk+WiԈZP{}WN5V>\<}9[DD'uv\m( gt P?#5g\V2_?5`+b .H +K%' D*'(},,Upg֞Qm}etw /I+ѓؠHvnz6MT\Z@S>7[Fvfa*{j8^,DQWVq&|1ࡢ"&*L{)!!~P;KȀu|?H>?+r9ZA- 1D͐ hJjn T|r]pOHGRI3QR؇&b*BSIsMQcWoKPRy+m/,r sf?&[js_b:LD)oDKRn2itMv9le|}'?lF,q4f:e[do{Mb.ic'0l8na_,J~gr 9>@I9{ n> endobj -1413 0 obj << -/D [1411 0 R /XYZ 144.724 753.953 null] +/Parent 1391 0 R >> endobj -306 0 obj << -/D [1411 0 R /XYZ 144.727 544.994 null] +1411 0 obj << +/D [1409 0 R /XYZ 144.724 753.953 null] >> endobj -1410 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F37 514 0 R /F43 516 0 R /F45 537 0 R /F36 513 0 R >> +1408 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1416 0 obj << -/Length 1479 +1414 0 obj << +/Length 1465 /Filter /FlateDecode >> stream -xXKo6`,j5oJ{ -T߲9(@dɐM3$eK4I|if8!i h_f>}c&HfII 70yp3d*+q~J&??}!DKU麬ܢ&Ed$E4@ȈNÐ(2A"[*uT-q)7WXK΄\yYsYt`cESN F$|Ѱǭy!vUٲw`LEH>ll ˴\`Wavj]%rTպݏFlwۡ} \ "I뮈!Iaj)x(7 Έ@ {2h(ՂpƎi2}5P6R))w5u8{&RR 엉Qك_R- `"H)SǞHU\T -,usa19DS'LYHV0 mڄubқv ʻ'(;5]g1~q=O2'ȳkW`8usBgUIV/ !R^Q+ QSkz g'M>U{UWp ßg%W8պ}ZyiO|` 蘐 '44NN1D v(R^ڑ5M{ -e\$\.^?11r }<$p0/zFF'X'|w.M/hw8y1IWJMB/G#o& DLWTI;u1B51_a_| yCN6>sWUXF#y|3л_7>41@a l roWpHMOl tmFSe&B fzH߮ZlidjWpʉ-SVWQ1K?u6Wf%GXJtB+8 :wrr){F;\c—Ah#[>1A$YZX=$"E37F5c*Us\엝~3.q0Vfs`mp7 +0m d mld<{51c{W XHW#D#F.d׍ɚm,xcD1|le]նn@['9:0be@۲vEў;0C;ܡP0XK{Ph24/*°0Yaߦ_g>DG N!ҺCy ȪX >6tfrieQZLQVٿYIMjSAygE:sB3̍Y~뒋\g*Z][vOdQh'ET"h78%W<[Dݐ+`Weq=!?D8Iͳi\l03U?oYV\057$#m*foTf l"2v뇂0O8]:ݝAdlњUbDp#GvK8bFsth#qDYd>:}ιGP8҂]8M#]0_0sa˜ q,ÂِEE|xee'oKmb SͲM-ҥ#:W٪`vY)'__1Fs(@q+Hn9 pH@Pvk"=r H=A&:I@]$ +1\18>$`xns=|ͤ\4{sQ9k6:K٤Ԏ:Wm"4Bq4[.r޴M<=u mӶXn-JNRgDŭKTLDHTXc@CQ@%}P_9p.*6S{P^ח'QQW879F8ty \@̎q+@Dk"Hp{D||=l~eа]Qh/4A/s=VWpb# !9EyEE.6^u[ 2BBU"4CAV0QqDŽ0׮[ 5,fY1lqvJ#]V6\ۻ<r3=2Ĥ' +D1.p; 9ZIfNaLݹ1| endstream endobj -1415 0 obj << +1413 0 obj << /Type /Page -/Contents 1416 0 R -/Resources 1414 0 R +/Contents 1414 0 R +/Resources 1412 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1409 0 R +/Parent 1416 0 R >> endobj -1417 0 obj << -/D [1415 0 R /XYZ 143.727 753.953 null] +1415 0 obj << +/D [1413 0 R /XYZ 143.727 753.953 null] >> endobj -1414 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F37 514 0 R /F46 538 0 R >> +1412 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1420 0 obj << -/Length 1704 +1419 0 obj << +/Length 1509 /Filter /FlateDecode >> stream -xXKs6Wh))a ti27Gڄ%|$ew R8Ӧ'o?.͖3o >_]8,fq(͌KɔP3兌xv.s9i:w}_:eow2i9ɳaҶviiauCO&]* ?,d#4U,}ˈlJyU%nUE֥")832&V:Iu~wJrAܫ'Pk˼);k+b&$(I!YVT5oz#Y]WQ| -]C@@c9@K0}Kxlu WkjvYkwk37 -8xAYӦUt AȔ콻B`= nX8Y0uG"p2B9@qF9dYެyRҕsSro+aǯF+ K:Yk3Dq9d34H񤼶o7uU(oR M~\&h)pȧ^>P1=;5x{>BaS{pcd wU&u1'g a!&-˪MήaR@`FA!]6smd bszوDP+Q |\X ֙$b"ڑzVҲ9 Є߈;ɳ5Q6E0$WlUBK)Od- tȦXl$ҸP@~ WIcmfoWۓ#, a8L~'ɲE̋s0l!0@J>]$!cEH2G/5Sab&{aA6Gw MIZY ]a7e0\r"Wէ˾+:6|ήFggbw4wXȣ)m6[(7Y(#n )X\ƲUӰdyàz -(:^[-UTu>z!i \KjHIW}#: :E >hN)&/^̔/l?FG.tR!!#j]ulWՠh86%۽Ntrsel4(P8` &imXF6// Ί,OjDR$530%n~,G&Rݨ/n) --_7LѴ `~Mmc>qPLn7La0Cl^"?Od=o-bXúhw7V#`G0"{;jK}l}Џ" -"lËEC\܋+ >wn]7|4 pq49A~{$;VS#Hsm,>:Wm B&ztC`Pi:姕*3E=' _8>K^#ٸG,e\MJ.Ku><ݥ\ROu!Pb $bjC ? x=䟉)/> /k}W?ou.) +glN5.% +xYQoF~_D3. }M`6L` [0*SO*`vUv4,`.uF_:~*Q#lq14U[=kڸQo6IVC2h~Tg fSٺh@_K ;L&a ¯\T$ ㊄rU\Y~Osgzw_È:1(w;@:p 1Tnz˸)rQ麹d'@%;48UWW@\/dtGw^JwÅ7?{Aט.@7'^b\1<3ZS0a2a184w.|DAfJoGU_,U1Hm)b_5C$!YidM1ԧ4hc 1Hh1fD}9yf} ucSv>0BA(Zo}JX\F]i +gXz`(ޡx]mj+ePh r!nsjNf=5rŞ`B7鰸2ǵ3 7r<&G9C + D`- +6|1 OW" 19ĸl"WlT'vG;Eޝk`znbWYx:u/Xpv'Yd + |`d<04xtaVh%PvPxA$O`> !5ba}>* gzvPNU"`OT#<pRYb-tֆ v;uheZP'6.QBҨ M# GʋK(mgØxaC98T3s˹s2ѐsQ:ɹp]yGUƢ 88GGUmd~aɿ^*~>>$S5|=4 Pbgy:)o!G ?#FB&wt0 +i<ó(dH\ CcߖEQnA endstream endobj -1419 0 obj << +1418 0 obj << /Type /Page -/Contents 1420 0 R -/Resources 1418 0 R +/Contents 1419 0 R +/Resources 1417 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1409 0 R ->> endobj -1421 0 obj << -/D [1419 0 R /XYZ 144.724 753.953 null] +/Parent 1416 0 R >> endobj -310 0 obj << -/D [1419 0 R /XYZ 144.727 230.174 null] +1420 0 obj << +/D [1418 0 R /XYZ 144.724 753.953 null] >> endobj -1418 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R /F43 516 0 R /F45 537 0 R >> +1417 0 obj << +/Font << /F17 400 0 R /F36 482 0 R /F37 483 0 R /F46 505 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1424 0 obj << -/Length 1675 +1423 0 obj << +/Length 1423 /Filter /FlateDecode >> stream -xڽY[o6~0`tSER4[ 0`S٦mdH9$%K*XI@2I\\̟wWop&I|"FgijfHeFUtSo>-xFBOd(aFܧ͂3KL;H6o&?7A2ie^lK͡nez"7";fI}ܫR}oLPrA)0ʮQ>װg Wq#_*mpu:o߳a2jY̺Od$ts#4+cw*]y IS(KjUAۧkA=[1ȈÒJ9mPD.9C ;;2IR%;2~G0 >簒z329@ #ӪųtN; jW%xXXVLa62ƼmQ:Ǣ>8d/PJGtj5:$U 02FzqŁU $"}5~J|i6'z-SdA}p1 f>@Cav#,U6N=i Z3݌LP@< [ r?LKY$07# ͓cnƟmnwqr(0#`٬PfM87 ńxHض]"h2hp&rm/]r7Xs>LKBf .nou9S 0sP{,w薄O*S8%w+`aYK"ȫtbBoMj0 h$$Ylwt.w脢 *BI@|zU -ܠ/Uq!}W:Wj- q4ih>E\FRnsU#A ՕYeI+^2Py}MJ |T|ܙrcSHLmO$E.[+1,ޘc}vv_鿅]kotN !RuЛ'S GaX m-zW۶ѕ]kc=: aHgՕs6ƨSӈ >e?| +x͙Ko6 + h,=.-S=8;Nƨc /)ʏqxhZe)~nV|'OߴY%,5F.W0)V&d\~rg뼹:Q@_. JaipC).79t6! \&Ѿ(^LN3ka>9'kY b 36K@̦f~( DQYAZS+bWV%8Tެ΅bNH{&](]7eݶYv[܁Nn9`عH W 55kaRQUGuE2ş{Q?ǐٖ"` +-aS-v(}4RrUoEͽM먟z@ "=]vu_f.|j1SZoh6PTa뺾oH jE}ԁ@0VLǸK + _kȹ):]WURӉq?7H鲢\hrW’(=Gl4iDe%kWm`6o6XIցm2=!yU@7YKs[ uг[|r_vKz.BGӬvoK 0"A7ϴm' W&i&[fR-=D7t(`-=0[ԁ V3_'p:wvGO ؜]B!/Ѿ5(-bmvc=Z͇ž;_2F>xL}3Tδrf2;,tR8Ckc±O64@[r#?Y-gGgɓ7!iQm֣S.Mm rGX# UF Z$pre98j pe#$'asl7DF'TpP`w\qlY&E耣 K<\Un~@XWkžhk -> ">ׂÆ0=l7?LrۗڔYf׼ 0p%)LgO.xeU܉vR;[+-___ hC|!!psB'Awb/")Dp@?*&*]U.um(ʣ8Fqv~!2%A4\{S$j.? A endstream endobj -1423 0 obj << +1422 0 obj << /Type /Page -/Contents 1424 0 R -/Resources 1422 0 R +/Contents 1423 0 R +/Resources 1421 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1409 0 R +/Parent 1416 0 R >> endobj -1425 0 obj << -/D [1423 0 R /XYZ 143.727 753.953 null] +1424 0 obj << +/D [1422 0 R /XYZ 143.727 753.953 null] >> endobj -1422 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F43 516 0 R /F37 514 0 R >> +1421 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1428 0 obj << -/Length 1358 +1427 0 obj << +/Length 1628 /Filter /FlateDecode >> stream -xڽX[o8~@:KW_aGYiݗ>u@'A%Ӫ4L!|;|>k,5/_'`Y(u8wp`ֽ%ݔbGR=&[M*Nsy}5q_n1'W mCՒ=2T0r9;"T5>CҪs[MP&dK}jp_rݺBdU)ySL$1ld24WvhOYk\'Z,KC2Y$4{eH$^p#tCh+4QTkB^ꭕ骍{F1һP#j}Zs" 80 -4d|>Hq1PE94VSJLgu׶)b,׀'.8=V^Sig@i4jw&^"oa3(n4e;r6 -JuV'H;a V_Y C_pE&2F raBN?,XQR- .S9̨RfdCqr(r?ҚOc)a81!Z?2M>>=2|N=/cyZq|HJ!Cǂ<Ԝ?D7M0wWQrpbްܡ5PL9ja"dH#'l$(K 0^KkQ9ADKb%/]!\Knچ+G|eO1"a 0AI䤇[{`- q [MTUmQ/er SHtGun 8[qwʘp빱x.͈u mH -]M5fZYY־[:>ٞT'`dF(W$.2\6Q4".z2+dжar?BdVy2ηW"O[( ™{؆Y(Tݪs-aw>;WZMG_xQ3L9V+e*Esc zyl -(7F@B.J]rd1 0 A>iM}` -K܃ʓ^R`Z`/4]@kF/*v>tե7\xeFeO=talKFyaf,}{3|A>_PH-~9aujokïc1Թ="CށmTF5d +xڽXˎ6+I!5G|*R4R,1VG#<{/IɲxIŌ){p7/Bj5WIbd~7\ +%,̗g,~vZȉ&rEx =:Ydfm}Zgi>9Kuf9t0shHO{#a,؅YnL x,ƿ|zp"JP~ɾlZS@.lҪv_Bυm兪cL*zP&he/rN ;4j+-2 S䋢A5U$cJ|mQBvCΘp ;SL_z*"U{NU]f3 o㼟{R}UŶvJ5d o:;N%v`y + /JCc rDGdt` *+*)wU ڃ//{ؿR2#wBr?Ag4 l+^.ܭpOO" *5©` {mnvNWV"h4TU;\ tG1t6o=e? ]-!4> I!6E}lFiO TuQ +Ndn;G%kݦ<5(J9azXXƃs^74} ~zW25GϤeth߃q5hJ);PK4S9z , +?)sm+7-K7 }&۞c L0 +mqfsƗP;Ȟ\&-* +6-v?,qOjµ>rQ=2)+IK pd,K7_'nThLl͎]+r)1U#쿟F𷕹&AэĈiijhB˴txd\U  Oo NG>K[-1`FOGAImo7쏎ip3sk6uO+[.l:=Xja{l mj֖uǿUb&uZd0z~[hmr{j#nR`fKa|F7vm~J]7ü_pwmZ6ߵ&8SđKmg/91ђ^X.d9@c8[dw 0 "cO,!XKVm7_ +4%"N?\+_'х}3FƾKݽ`ölx= W3jG12ԥ$+Ϊ +Lsce5EAsz͗rfx8~l= nI]7haW$Uv`]`^;#ˀ9m=Ȑp#?:z-$ʘF?R*{=&qʷ@m_wƭ9~j6J\v$iC'.,&|KDMèDJ qxlocB=/i2$Y G'WhJ8\+_ @g endstream endobj -1427 0 obj << +1426 0 obj << /Type /Page -/Contents 1428 0 R -/Resources 1426 0 R +/Contents 1427 0 R +/Resources 1425 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1409 0 R +/Parent 1416 0 R >> endobj -1429 0 obj << -/D [1427 0 R /XYZ 144.724 753.953 null] +1428 0 obj << +/D [1426 0 R /XYZ 144.724 753.953 null] >> endobj -1426 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +286 0 obj << +/D [1426 0 R /XYZ 144.727 421.536 null] +>> endobj +1425 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 -1432 0 obj << -/Length 1442 +1431 0 obj << +/Length 1573 /Filter /FlateDecode >> stream -xXߏ6~)+6>ԫTUK$N -[{? @vԮ8cόox_yig̝E8˭)EYn;4^";>w85si iqi^Sw/)m>_[|k$9vv2^򷏟 wq*E0Z`XD~H7U>\B_1:?j\ʸ8)cEQJ DQlxCuŅC4 pa㗓T5Z0E[ ru>u Vs=w'5kŖaeF\ҚG0Z:Jkn 6_ߖ:]Duu`abe{7l: G s`{C.Of;;UWKmS6K̇X6?LF]fL֭xd;9֫b+Aku;߁r/rzKiUS36CaL:3eyHPcc{#ljy(odi^L/j]":4t^uj'mm/IӘakuUݮ3izM˲ L&D6z=.uwMD`De\Dypy6`;wV7:r(F5x.f/܌р \neB f`b f.H<m>ܮDy|UO4< G^] |VűRb=@(BfaFC章9}CB34|H!׏ˣb2M; - ޜ@E,1g%,JA +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͒gF]m~[k>pQHiF43_0+ E, c*ubG>7,\r̓{s8#W*?ݥ0  >id'+[n :'K+(fQ-lBӅNrdA*R-ѧ|׮ΝV8J+SS즠wʛ$-J,0㭌[T:P闃.6IV&#|9hY[tˡ +%yB¢Y$|0ЌvmdL#/OtN 5#rg;z|4mҜEQB~;8CQSha,0Z]*aq7ݶaqҺ( +W}Ϸe>e'וSX<.*0ܝ.|(k +Q_:gcZGyYuQ=;ݲk|‡=9:䐓_Cy,%ZɡBrZzBSYxzf) vk-5aMMٝTN+$Z_E'I'mudySWLP}=O1gx|cWpLg:гt{KS(@x~R% wt2&j( |[%7Mx'ܴn@s*HFGZ_޵He6Ot)zϥ("?Q =|в /"{U,@D E)}XZ.8R@x\W9Nm篳 +2%-U7#pvťPEWӵ'c`ί7: endstream endobj -1431 0 obj << +1430 0 obj << /Type /Page -/Contents 1432 0 R -/Resources 1430 0 R +/Contents 1431 0 R +/Resources 1429 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1434 0 R +/Parent 1416 0 R >> endobj -1433 0 obj << -/D [1431 0 R /XYZ 143.727 753.953 null] +1432 0 obj << +/D [1430 0 R /XYZ 143.727 753.953 null] >> endobj -1430 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1429 0 obj << +/Font << /F46 505 0 R /F17 400 0 R /F36 482 0 R /F37 483 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1437 0 obj << -/Length 1269 +1435 0 obj << +/Length 1573 /Filter /FlateDecode >> stream -xXKsFWpٍ*䖭SrJr@*\r{‘^\. 3cz׹s\+~Y_]pDKɝ#59ʕzY46O(bn o{VayoG(|}dOs ?=R -₅VxN1H+(8MƵ)YtrBS ZCe~JG| km3.rTD^Hq="]0ͶDDH2EOwi^A\V~IG&XQHO/f/AƬ2ybv1jD韦TDh좜pQ.kt rezzEi3"l:tvnuEw [Oƙ ڽНZB-d#8Ӻ-"JGYUoiP&/)%J1ޫS]#~S?01n_5{5.5ڃf n"=2CQYmxjlƏMU Җ䳨$FGy=&EYD.ڀ֧4S&K!tQM_=YM&\x! -E$;LU3 ی G7L9z!gte8odmW ~4C y 1nSD]F|J//OS*tN[ I)Ǟ+u(qq.cMߛq{2Nz]v`$5d$+VQO/?lhq978Yꈪ5V/nANKEl\gZ]/bԏ͜s3ޟG\ I>H~;K -7Ou:G1eb7 00߱RXy:|i4*AffviXĀm(Q%"DQ8laC&X+UIGj H}>l o;>{@N%I#Ba B >8GUʆa9&>7ikF=`}غd\l-0vzv9^=(c{Ew/_}zoykU\B,QUT9XTM3bܙ .CSBAi^{/\ +xڽXM6W0X$6 +(н%9h\[VZHr--ݦS)E,*rWo߳d*arv}7#,fIj!`4x38渖0^d}$7M4wkKĒD'FbWot8|Ajw/;Jki:W}V ,ݴ$&cɀb$?{x<8D"N+MD2%fgtu\ ޾'La46pu]os4>X( bIe0ùr?)JB_sX2!1 3k{xė-Xȕ:|m,clUjbI !K(?miՌn}l}FP#Β9Yu^uZ}|}o^{v9S` ߥgeaqv۵h_[yeٻL塿,m.M#.mHA^;v6L%@{f&/>=9udUY5P;e80Lܖ,E0І.@BAC%EܔUoi`4aͳB6hAҝ44IҚ5Q o]tLv]N$d|% O25RsDm$U%4"vʫ8al )DDr OQ*0({h@hg3Юpvvk8k>cabQ| ɱE cOxoKM,1+CF21?\F' }|T{cޛ@OcQ_P*\:PxZ< +/Äi ++3 Kpҭ7Q +ʞ/T7rZ[)RJL)#RƠN.eDR&XVigUgXPvԻ0aMUVd嵔oQdڴOwUܢK%MNɩʧ")ρ@:tn vνp_G +3kiX&+ֶBJQUT7i;fbŴ簸÷=f]TlwW97U/73Eu}yg_cQL1Q#ֶ`K[pDKPq*[<176ρPpUZߖ kw<H֮%\Kus(X҄$/)2nJΪnv9iwsӶ0ѽJcL}u| g gdH ڡ'b 8_.x3 <1ì̵pC4Ϣz9!#)`QtVˮ 3,)-uSmv>#Jn IJ0!GElZx߯k],"4YQ-HXn_^:"UH80lO/rXlT"QAgOMSnHS$BĶ,V!ݷOD5<^v85 +*!ٳ:#, =1f!XP2b?@v;p endstream endobj -1436 0 obj << +1434 0 obj << /Type /Page -/Contents 1437 0 R -/Resources 1435 0 R +/Contents 1435 0 R +/Resources 1433 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1434 0 R +/Parent 1416 0 R >> endobj -1438 0 obj << -/D [1436 0 R /XYZ 144.724 753.953 null] +1436 0 obj << +/D [1434 0 R /XYZ 144.724 753.953 null] >> endobj -1435 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R >> +1433 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1441 0 obj << -/Length 1462 +1439 0 obj << +/Length 1476 /Filter /FlateDecode >> stream -xXKo6WR@>Sz*h(bzO{Pbȩ$l&V^m=Io"3C(:PP!M#x0ɪl/*[dnɷٯ D/"h8%R˖VPӞ( 7Cf'S!daObDi% BqߤKFl^P4uX 즜JLŌccu2!sYdLv!SFIT X::ʙݺZ6P^?$7gly@CKk`noJ&*⡕Hi(8%"Tef}Iҹ#O Zۼt{-W) W`B/ssG%ɞ`6]m1GdFb~}U][Yۦ4&6p.Y{2}Qa,,dbڼڂXha<(6V}D Ev>,m˩rn˫M:~.Y,- ֟v~CQZ|ہ"= ?0y=r23x%?֨#`/{1`^{F:"УJ'G|I4x! /B|&_߳߭Q}|3?s`t!KT` dثySmQN>J}^9x=@ rn M}2ˆ+M>/6vW-.o1 `ݧo -Wtj?2Ѵ ] X<.ؿ.]pH ޽]p>] -\2SR1M  &a-n.S(\A@:K -ms<ц!ïT:ʘ `Z@e\.R70qV$&,o&!*Jc1}_4\tf᪃ҭuuEhWrAY sXn1bdwʛ E溴OV su{+B;O>@.p߾վ>Sru6cj));Yp @& -~a|{NUP=۳DR<Q/t2*8ƒ}%8ӣaDjC5%&2Ȉ= Na,ҽWˤr!*ysPs7ԭHpݔLWaqЦ*vt-`xh~&&m>`W(z$[T_}ˤ -V0 -ͽbJG7oO:k[9^9޾09l\~Ø2a?Ś?vϘ,m jqhr;'kNɛ`?&kL_fgk +xŘK6+|I +WZB(*r[|LBhqBBL/6?OI.W k) ln,>+hUlߗU/W4hr\-"QJ DJ<v1h ` 3/P'szIþ I(@.dZ`A +ۛ8 zSZgW4'hzBrzgLZ༿,SZͪ'Ŧͼ*45IT$4(RZyV{\=v&2$g쟼UZOiX +tˬhNbxD)y晷!4J +UG`$Qu͊cabح96MZ?eN/^$ybRvwY,H6ͳA w[q=iGb3NCV gtpM&qhƺi0R} kjCЋvu:t2)Z}&]\/B bmD Soii-I ޥ3Jl rfjWzz(vxp)^@FFE'jt6)뎨 FcN-6q& 2ʇMX'c66Q3~&66781;1S(1Ƣt9HCL7ѐh~M$dimsS=cc;؎ ld0,̔Z^EX\ !D5rCT/!@F7a5̐O6V4>kng6G̞l߀l9=H!Bui~]VDUzK_VSem *?)aQ Ϲ*Hk¨sp keg#߱ a<ʚz@3) o; wxUzBzgLXr?9B~8p04YC{ )?bc} gx>AlUaP m1dx"e♺{*Ktd0_"~W]i.W'o&n&r&Wk+w Vxn,fL}K3b5[RZ,MLG "$$:(qPܗX1U)k}CĈCn>E&٨7gwZXA#2ԐT*mFx-B,0${^z%ttձOK)`\X]֩߁1iaso]%G;bad߉_9u 7gB3Q„IV Im.]D0o(LzF/"XW Cÿ endstream endobj -1440 0 obj << +1438 0 obj << /Type /Page -/Contents 1441 0 R -/Resources 1439 0 R +/Contents 1439 0 R +/Resources 1437 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1434 0 R +/Parent 1441 0 R >> endobj -1442 0 obj << -/D [1440 0 R /XYZ 143.727 753.953 null] ->> endobj -314 0 obj << -/D [1440 0 R /XYZ 144.727 297.35 null] +1440 0 obj << +/D [1438 0 R /XYZ 143.727 753.953 null] >> endobj -1439 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R /F45 537 0 R >> +1437 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1445 0 obj << -/Length 1638 +1444 0 obj << +/Length 1552 /Filter /FlateDecode >> stream -xXoF’u]{,:WRJ=xc7J}Y0.6Cb؅fvoy_xg~߼yAEAf7w3gT3hv}\|RmroMcv7b}z 0bA$aǾ}KJz"Y]l Z/]\6_p73EV6ۆvI]hCi -<=4;#Cm6%]fdG34_}Sb7JZkw2EΚlLy=JwAn>)볼%M+­CӞ Y֫r@] sLg BI7[0;n9f%^6i^8]m~ [;Z'{Gy-,%l=T@"Xy?wH+3LI<9ҽNU,`ۇ=^U b|[ء_2#R6\SIЯQxKL?ik|E\_|G?l0EwMy<:)! i -Y4urRN7!{[Sx=aE><{R8h -eUz>W[.KŸ:пO잢<0E;oْ5B* -Y'ˉG^F/HʑagGCfgGujO)ԖaW*i*miG$KEܷn"S\SUuS]\/ "'#+N{5C5C¡tH<#cp<K"'lL&!*=E愜\8Bmxq bg#SxѝC[qut6,F"g`d-s.5 Eڟ}ڲ Fq/**-; ORr=Mh4w;y*3ue*gc߻jr_/#֗I#ϯH9#sШaJɧsAȴ.dh\3I5 \pͿ +xXϏ6_i6,61=jRV:= e`dGS}32 v~}~ﳽv-~{WoBa t<2.7߾jP)cCXnj?2_T:wqdNWQ@܊X1 A&녪˯m>.@>@XF"nMlwUsozi˛dSTlR#+gPI2WzUXUG8Mʊ7ް eg'hŰ`TBr#\Z|QNW$p:]L +ۗҘ OSfnUYLXah\YpEGϼDF#B-1s=.4SӒZ3Enb,V3;|`1F(@s˒k'N˃>MْNU$qIѣq<$ՎFQ<+lg?I .{/9]Z 6rhdJ`%8h@\Ee|gX=ޡ +:FI!;jW]Gq QclFEYU<&qi>OdJKRN 5د۸XS_+,WK5=ѻ x6CJ)4{À=#X02FX7 *cIEE#?+>I  b1SYy/?'M=E88+gk51J%[ѱD.Wk*bNRe;BU~k*UcH=q=YcvҀ1B-LJ3|&=uB 4sŁaX+ieS,]%m/Ob Evf2Oz'M[6ӊ6&<Sz{-E0UCQ ~h$/ jinS^M-X+lvإtYX%)nh|_jTJ,g*:tvxC-Z`2 Cdfy{HQq~֒FZ[oJz!RoЁ! 1KGg`t!̺l +j=q@yaAOh8L\!0z9#갋. 0;{ac9_~a%ҿ€1F|c3|a_`qcIljD08h%חQlP2V8cx<3ycXOE Ù\A׌lƁ+pw+@s8g%td +زT*hLEOn2jH,cv ߰%)g y إOr:/(3*NVkiuI0ti옒b + +pLYƬdW[0\_ s9Ղi=o?u endstream endobj -1444 0 obj << +1443 0 obj << /Type /Page -/Contents 1445 0 R -/Resources 1443 0 R +/Contents 1444 0 R +/Resources 1442 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1434 0 R +/Parent 1441 0 R >> endobj -1446 0 obj << -/D [1444 0 R /XYZ 144.724 753.953 null] +1445 0 obj << +/D [1443 0 R /XYZ 144.724 753.953 null] >> endobj -1443 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R >> +1442 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R /F36 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1449 0 obj << -/Length 1485 +1448 0 obj << +/Length 1940 /Filter /FlateDecode >> stream -xXK6W0ËPAZ69h\[VZHre^`PE gfNpۛЍo|D$!`br0qL$ -BY2YLnl%Q`H"cBTB$֕M„eJHN}`!eNy+ T8a#2!~}~ϵM1+λƫP~|_LƉ+3 `PڡG -L: :/ذFГn\nzx .&1me=RҺAϣ{Sь);[k]%C4*҈mҼ˓B.fm<.pc2yi ݧNry6cy>cKHQq;Wp> Q8H+8%50btƓx񣧌FQ-3_\ ^*+dnFEFݤ+7 N#OZ8il[ڡ2ev+[FVXAk^,3.ZߗFC.a>tU&s}M͐5Ф3#*SU>d:_Ws\ @-uNil5vh:F||s8.ݍ@ڡ|1Pgt27v>Db΃'+!4g_o=EO}_~e= 0Xktjݴi,jL«ڤ(LoTv=Da\\B&*(ZM̨Zdaֈ*jR`y4 0g.1-~*nB9ȀvS՚ 6Fe0Zp2v䑯)ZmYm<>n_1bϧoGM~%h! dBaȾg;@p[. a#yW~Tx ,MӾ.}`G\!q +ݰ|А  +1 +I@K-gOB);N[S63,Ǜc mr +7ف(!xWԌi:f"yt!);Ծu9y&FcM73pK8ra`.^tbBWDRIxb< &i4tGI<7ngB%M>^ oZWhF3M v(o\jMj]YfbsS"S5.|_ +P} ?m CCSBA>q?_u"8ҷ,.Gm,ꕮ: vȁ*dJdd>=t/ Ѓ-be2z45&uK)VQ9Ǽ,2Uc ++k>$H*d߱-[z +csQ %٬|\&ʮZ 4 ,`Er W#uHe 쮩8@DE-VTsCyc(2 (Rg#m|eUl~J!xcG`1Ec4튳;P_\,msnztź '={}%<{m^{܄4貝+ٟm%*!j;zDԳvW$5J0h?OfcG9@Ig9cKXnŃ(YAp;bI)(L uk6d*:/c1ü¿S|RNF4(! ,\ GP[LaW hW<+A]`U߸ɘˣSM$jH .Z7n /^ ?9x:AW~;'לO~uFoUzXN]Qɟ־ +Q{pt}li?Bہء̗cKc,cHmSL T*KUbIQ٤HldrݜVDoѰp_!hwT?v[v/TH'e*jSr}:'r7>,7=&-ڜOzP օN/>O endstream endobj -1448 0 obj << +1447 0 obj << /Type /Page -/Contents 1449 0 R -/Resources 1447 0 R +/Contents 1448 0 R +/Resources 1446 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1434 0 R +/Parent 1441 0 R >> endobj -1450 0 obj << -/D [1448 0 R /XYZ 143.727 753.953 null] +1449 0 obj << +/D [1447 0 R /XYZ 143.727 753.953 null] >> endobj -1447 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F37 514 0 R /F46 538 0 R >> +290 0 obj << +/D [1447 0 R /XYZ 144.727 443.375 null] +>> endobj +1446 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 -1453 0 obj << -/Length 1468 +1452 0 obj << +/Length 1576 /Filter /FlateDecode >> stream -xڽߏ6K+"5a>ԫԧ>[ݠr63B=gl|!Y>|LJZ2_Q!BJRWw_2 2I*4Q44o4w[$;ײwI-عhjΕ&7G7~'pYf~ %n"W!׍ aS2٧= -Wfʌf}B[ -?4(ϧ;T_ޟd)j't\T4ET.*>RGR.Szƻ&o1N˜ w]_[^pփM{2,~#K J?)$*ešOT!Tk*4/J=w4'UrD]|28YjNy'Vw 2VDe1ݮ`--^NȋYa|mE8 cEθ[ - gBT~|!Y(H!\8؊.`,8Mi K[S(l n>4+ln*imEAcq*N]k<ad(Ht+;~ֹx T29qzaʷu) 2(NQP6 +L9W)'*7T8*̷I  +?]g 2jw0j^gU6Y1k7&H%׍ȸMpć7R1pfk.PcЄVxztV^]ovŢ|[+eFTD战Y4`ҾQSVڬڛkӔpq[*]01B\eP+=OC)aB]U6B>*>2۔,U`FxSE>GhCtW*auO.c74l;X( (0fNڳ Afۦ7:E}c$hOg9 [>-\ax%5@զv@ps<^MG4\lN2z5ճ)QS3"u#WUR s qotߛ2}-_ez=f$xyt6ꟛ?W(n}TkC6gwxr.e=(7/!P&8SnIn1}qrCey%=O>/.Mc}7k)U^wdSY w=6cX0_𰙇.G> +\cWw-{3{ i>{/DssE endstream endobj -1452 0 obj << +1451 0 obj << /Type /Page -/Contents 1453 0 R -/Resources 1451 0 R +/Contents 1452 0 R +/Resources 1450 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1434 0 R +/Parent 1441 0 R >> endobj -1454 0 obj << -/D [1452 0 R /XYZ 144.724 753.953 null] +1453 0 obj << +/D [1451 0 R /XYZ 144.724 753.953 null] >> endobj -1451 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1450 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 -1457 0 obj << -/Length 1474 +1456 0 obj << +/Length 1625 /Filter /FlateDecode >> stream -xXmo6_a ha5+o>[ 0`3P -$EdK_dݖ !y"ywL֓`˫}jXrxPΉ -D0,VOlڤf>M*'6u*),psgU􏳻ů>05$V,B}sEb)#1:Pr94qjSUvI)6};tetQn0 ruo8\\cӖr ֣nw'gqߒԀBN?"YMuD(vTYU r,qM/n%6n %L{>Hb𬬜>϶- $ty?{b*͡oڝK89$yTܬ\PnG#ڹ9b2-V.B'nOZYZVݵYHRTiF_\AjSV۽R+nLʁr\յv77݀ڛE(o\sszc~00AhLs b  Ah  <)lE *=x+'@qRe;E؄=H:DpC\YĖBX!ZrxHX6x em)b[],!D[4'TD]l>A0j],6d}J]%q hDI5h9{y ʲVR۷Op Mw,; -H;y0v7sJo sOAo_[i"b.;/-Mb؂pqX˭ ->auC\Al1 5gx6USY0ctT"`Qw99^ښ#>_P6]Ϯ(^j2{;f|h/E6K! -Ah@UHsZөS!|[8ٔwq`Zh%ޜ -Guɛ">F]+iK_k ++TyhUgk6~E͗z{wԣI ej5{ae^|[UMjGh8Y kڿFFE/}u_P/F=@lH(^MAԋtP^y{3.EWn30oYj5$[(<4ftͮ덥(.G {Ugw0y8cɗ:L_`i~>=0^L,̈́Qhi=H",CT8AScߧ8A=,\!^POt@voQ0(LHς45?/^} +xڭYKF W0xxycФ@E.I"K4/9Y%(>fH~$Ͷh_ݾz'd Og1IlD1,ݮg\0vDuu0Bۗk' \҈dZAb5Me}Bv?_z=2B"$w2LuO4eQ#Q4io`ܥ@8^0Ӳ(DۢjU?,y/sÒcc5Y4>/TKTn jFctc$BV`M8+U:;GWMْD"p[hEѐ!/IH N8'=?Ž64?9EOYWcQ۝8Zmkuعuܼ 0UUvͷx&I׬ZaUץ9\[T$ۤhSrkv v 1:)DY5J l$ְ#hZ;'~cslQ6~ddZI-EFݭOu zݻf 4UT w݅?l\*ǎyS]VU4g54^1 *fȧj;nVu~ OY '&`?gS*C 70)d$*x)&iz؄%-F2;K 7hE4a|AcB)>reKsy$#,n+7KIE^9"&Iڼ"yp?|H#tL* D1M$S1MN4jLFc/6hvcw & ]| +ߠ(ߞԥ94~8Єv3tik.}Aab%_ m^ ;_;{>KOՉd53!7[R)8{j|wr="s|݄u{=O3l};EPdP\;}X Nn;x]sa38lB7 K> endobj -1458 0 obj << -/D [1456 0 R /XYZ 143.727 753.953 null] +1457 0 obj << +/D [1455 0 R /XYZ 143.727 753.953 null] >> endobj -1455 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1454 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 -1462 0 obj << -/Length 1366 +1460 0 obj << +/Length 1691 /Filter /FlateDecode >> stream -x͙Mo6+tI5ߔz\[|k{L,TIn!rb9MZ,(3ahtO4~Y}(!:ZELJb Մ$Zm_ۥbl->/:}uVϟ -=0  ԏTo<^تI׻҄35 \.s,.WI{aA1czoƕaUe]qCn $'4Gné$;6@ca͉i3btDn/7ML 9܏sZ ?R. y -&rNAr(1_cu[d) >U3 F׎`f;UŹ7z7ɜ9хJǢ>\Ս ԯ X@xyL7.%Rgr,hq(=D }h0CsZos=(NO$aSwt ~N\V;jA$%b6ask"Ѯg=<чX E+ATȗ11<}Qt+\#ra%.˪3,.5p{koֺ x Yqv|W{]i\Pa%rx/>e(D7$v&GL!Gq~'9aїF4vH)nAeqF'f3;SQbH0uq%ys65#5)%oC1o 6mt ҆Nt*آ3l5ޯ]3lõSiꚄnld'*fڟGv0א4}ScwkF#/'zrk' j@)/ =xep!g4px1ީp*%IrAddUT kmE<ͼCg8A#vx!y -;thqw2x[/xό{9g1!D&wM%Xj[r^Xx1&\! +/zN?S>XC0 +8X+Dˁ\ nOݬ`1+tIY]K*\DC/d1|Y (%V{bMgU.iiO B CJvPL0=Q7I՘VO-YQIu\El(4R01ERrt8B!e)N~9Vx18@x2j]֟:X#gv;s,>'f#Tc<(أ6*y"b{mҤ/grƭ]̙99|(ٽ+uf39zOiU{5fILP@‹J~OdUIFʨ8zZ*ZˤY\Z7YQɓY;آ6%4w7Cy[k E6?f7j+؄Ԧ8ak3fI1ɬI丗~95QoQ?ƿ9fT:q 4Ξ8z v_]ۤ b qvynu1loE}>=?:Ԉ V|Kۮ@a-.Ƣ1μo p3idd=wل(Gb.0辣vl,㋺ ][vdp/X V41tVl Sp"Ogr$X|xD0'w*1ꉕOI#&,W>i0d0; Xu(b[ *օ!u)Oik6M;O ġFij>LÃWD1x4a_~̈́c&*)wꏠv cne=-o7w95]Ъc{W)"RhQ{os  + UGV~Hej3 +捰V\֙Sܣ-r[EgU=T`>ux1S:߉fk;쫀XHliV|ưcA7VjϕNhU+^PneA6{5Kh0 (Ziʩw;Z֏UZOLvwS1rqlއ7qr]o 'P(%Ш?Xb#j/+w,_,H{ FN~lg k9]Kgl( +ȨGke:=MgL(p6SjaB팂'f#{Ϩ @A@'7ϩX +7 ۆ6')D7x#@Rb6pHu>f_v ?=v2ӺM5ߵ{M}xv~Sljm@e΁9›ZPWƫ:>ۈt"EiXjltz,Tt^!'b,x)qa1-8&=Y endstream endobj -1461 0 obj << +1459 0 obj << /Type /Page -/Contents 1462 0 R -/Resources 1460 0 R +/Contents 1460 0 R +/Resources 1458 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1459 0 R +/Parent 1441 0 R >> endobj -1463 0 obj << -/D [1461 0 R /XYZ 144.724 753.953 null] +1461 0 obj << +/D [1459 0 R /XYZ 144.724 753.953 null] >> endobj -1460 0 obj << -/Font << /F17 428 0 R /F36 513 0 R /F37 514 0 R /F46 538 0 R >> +1458 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 -1466 0 obj << -/Length 1949 +1464 0 obj << +/Length 1739 /Filter /FlateDecode >> stream -xڥY[o6~0lPER= tذ MDɐ&sxHEVEsx.l8ٯo훛w2,c9]Ϣ%axnWA^~kWq;2 HXİen5yKO"x؝!N( v?W84-},\dI`-g\w@ g -4[ gboi88/WHi6Dٜs)h+s"&eHr!K})Ǧ L=wCG JOA he;@-lO?ш "8} j?|Pݏr:]e(πMIܲqށ.mEhWs_L]w8hc վ&!@]2Љf)UzzEnZXӷUm8m^~aJвs9Cf67X簐Pkk`2hAS ބLeG9Q$ p#hi;ۂp };F(Txźѵ A*c!bf+,kkMjkr1nQ1.4-zX9>a/1 }5xO\(#QNbSl>pA>E{_w - ެ;7qUNh]ꙪlFb*^̹GwB(F')]lM` W:A1%*fM UӼc 2G#"v)iR/4هX8Q#擏4J&繱KOyK綖W3*piךQJbA}.̦l]cktKlk>39!L/R9({_W_ >_~6ľ0nB~%E/B?~E:)/pTUe)W -!XQw:J9g'5~RyM[Bf2mSe B+K fpLj,l -OBf78,1K1SQ)lN/xweP32 .O!$Nv=Cn]?i*ֺqdmG %-BXYRQۚU)4HC~D}O-FԯqwEJ]?zֶ*0$ 5ePrTƕ+hY>>m-\],k}O_Ta>E% -V瞍ƦRhRnBrtqILTnTmޕmQ]`|S-M5Lu].g,\6v# t3?E5kU%7tUP􆒔!0z{D -X B 9W<o_zɤrLM=P_QK*tR1!` -X,;b(d g*i Y=XdB},|g^L2&!5<\F˪bbkV}q{G2>w+“JD5=rJoʇԭ1PsѫǷ.?O4p>e֜6C*h)jk|c O{[ %X%]Yp`FLmFC6uFRpO%al$.l -C~tڠo]QإWa۹qd$It O }Z]ԧhDp$aZsNźDF+~?љ o5d7Yi * }ӕM;(Ev(9`lzvIB͋"w*Y6Օ9i=E8?J2c"JmJI{G_n + - +xXK6WXK"S RP^6{ڴ-D IHɒL& z%j8o~3C>!/zb2kٳ~BL`δ0~F~F$u+b[E +ce5E8md$X~y*`vYܥ!HN=l[džbsC5Zl>.hD{MPEڛ@}5Iy,- Vn+~Mt>Q,} )MUpp1HaقMVu>Z!0HhB!酮tI2=57]pts##2Y 6g`Coo du܆8uc^ziFmB@YkAf]ҕ^W ++z M^}y9K$NR{N5H&,#alcME&Ũ|Q.e~w΅!s(.S~ELJ$PAT cl4.Kyi e?(D\Q \.8Cj#g!J唶* bܛT*3]#e |Bc ,V^;HOBsqQ~B76@뤅P.Aa4d0بw=,XӝK13 n4;?>a + tvѳx_lsT$vﶅ~HMYvn7#kn.5ݼd˖?eL=Gcхnbdys6~)$]\E쓗pVR`{p̗( endstream endobj -1465 0 obj << +1463 0 obj << /Type /Page -/Contents 1466 0 R -/Resources 1464 0 R +/Contents 1464 0 R +/Resources 1462 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1459 0 R ->> endobj -1467 0 obj << -/D [1465 0 R /XYZ 143.727 753.953 null] +/Parent 1466 0 R >> endobj -318 0 obj << -/D [1465 0 R /XYZ 144.727 489.758 null] +1465 0 obj << +/D [1463 0 R /XYZ 143.727 753.953 null] >> endobj -1464 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R /F45 537 0 R /F43 516 0 R >> +1462 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 -1470 0 obj << -/Length 1543 +1469 0 obj << +/Length 1447 /Filter /FlateDecode >> stream -xXMoFWPE~5@SzqrDNlJ\.gf{$ZGIǛy(#b*"*LG:Q,/ﻛsjҸ : |2xP <7pט? -~+HX7(Mњ[7$<}vS>Ϻ6ykjwntFH$"KO"9D0heBDG3JI&{6OL)Ihgx2!T.DRgle[Ö!2Yxe"i630JIciTm*L6md|sz8# W}Vcb{+ nZk*46X\ŋ#lh.z`xpgzeLRc, d?x8a*7c[.*V۲"l/ Ts"RrXܭs78Eo||ƍb!vvf̘iLw=<^fQVnj^-O򵏦+āuHy 48.LhN*o{XæϿ<Ȕ!6yV{3 -).:ׄgX-@`~ȃ{p I3$.-^&CK=ʨ -h PFk1@PcKKi]@ys164ͪ UooVv6G4 !Sߣa M - ó!;S  վ3EJll% 6Nny* еiw,ߟ4Zgu4elv~% al;ޫFMfU~< 7VX_ua0D($ZagBS_ap/n/V_`ڞ|XNs8oO@PZ Ag&_ zUs癦 - :~N9~KU-\J)[nz6쩬ӆv &aK0iFSi_llwwpf3 fȟݧ3;@,p|E>=XЄ~w0)b1vt-=8,Phؼx"Y,w,-$2ZjAe{xח;|; +p( .#bRB'b)A*E]L*ZÚvqfZ9:҂W4yr~OՁ=3-c;dMԱ_!R@j-۸.~y-ņ&70CG9-_dWZLt\{x;0T!e56 t K(y +޲}+p]`fpAюStZ 85L4bϵ=l /2g9 _iv<ϣ"Q>u(ʸ6U\n7N؃v蠮=ڛ1sIg F@+i* L1~B'9zDO5NX:x]a/M'XFD]DW)Cx3vC}L:XjC|O9:́5x>VҊ,Wo3]XwY]C*nhZ"ո9kuZUZdUx=fY xiS|N@yGord>h7vUE4q͊vi/ #+KrIo;$P: +t9b$jP>-ߕ9-Fg{¤gmotfIo*xUK~ټ6r +hl܈Z@/%/|妈cCLtEkETj7|#QU$jZʶo0 +U TU 0&r$LDAxXHd#J8ɪ.oFݒ +EӺ+heS38I4/}UA)# u(6t7XRc=>*rPm{Qh%~#= l8g= b^w>A82~w uSO؁6;4X݈q?6 endstream endobj -1469 0 obj << +1468 0 obj << /Type /Page -/Contents 1470 0 R -/Resources 1468 0 R +/Contents 1469 0 R +/Resources 1467 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1459 0 R +/Parent 1466 0 R >> endobj -1471 0 obj << -/D [1469 0 R /XYZ 144.724 753.953 null] +1470 0 obj << +/D [1468 0 R /XYZ 144.724 753.953 null] >> endobj -1468 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1467 0 obj << +/Font << /F17 400 0 R /F37 483 0 R /F46 505 0 R /F43 485 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1474 0 obj << -/Length 1567 +1473 0 obj << +/Length 1681 /Filter /FlateDecode >> stream -xڽXK6WXRAEK$9pm"ˆMwaw%KA/L 73l;KfJ~(n73"d"&v=47֋/~r"""" |qownTt$$2Ή/a0$qҶ8ԵKymD }yBUa 07=5?l-\pԚk0`aH2gހhLwX+);rSY@lIhΖs/~EQ` IZeԮ(n3<SV,?-;z%N  t1/棶^Rv^*qL~(*~r5?:-2Rvݪ48oyu(4'tty=0NfQ *Nb ڿ% Fїnn7!B28or^ÆQU;l\Nxp6E0e'>clX1a4\{_p@.wZu|o \\tﰅpp vpͯ|6 .~Nx@Mư `QZ2Fk-J[,aΡX[݅͡:\YqoŅ*_:L}63߄&צƾq 浮WU~"u0 9'Ϟ?qb|_N< VN[ p [a=gj -3E s`jk1iY#1< {ot&*x$P7JcM2;~٥>M>d1Fs mPU3,vĒƓ{"%ޥ9 XGm& ugP6+DDEJp+%\t8[x{HG8eld/un~1F{h/5R(IҸ c%Mh ,E\Kc)"Ӗ@';젥+;CW+;4٥+䬠v#(j,]D|1]w]c 4Pw-aubȓMKyf+$ ~h3dx:gtNt*O4GsZH:u IEJ2J@Q<Хt٩acV쪙P zm/ d0 -w%_ e//lq?䶲izM B9We;kpAÎB إnNS`qr}|"r}[u{Ha3[w  |&|x f=!aO<$tr;$z;_̶BrUIdz ΫRWb,;YSz+ʭ|i0yINoBMt%eVvG +N||>dVL@D`hYB:n%h~1_ܚ:/F{O<]HR  (R;Pf0p߀YAy 1X$$Bؕ4 +Cp q1$ mxnW!vW@8d%rtF@p|~H/' Fh@-{Z[-%.OgPEdf|tw4ـ8®W. +dJNX?x+VQͬ z\@"̃$*AG,Rd"=FQ:5|m);eAe>^9gދJl*w2φptcͨ컲@L<Z 5ܑ?Db`'xr7(~*%:2/;ѿΆtzс#)h2tb7L;+ + [hEdŦ."u Š߹1zZY5u0RC&fʹv)We{?h;q/ӭwnO;8nQyw =vlT96Fjc: NBC;qۺCܖ)k_vRcWvi)]N3>tX/b+toR7(l4F\<$;$#IJ?2c?Qu?"MH4'qIUVuCƁ+Slϗڎ\hK:ymn~|0r 4ty/aRf:e%G\2^PU{gȀ~Qf!\;6TЋ70IZ$<3Yl%Vw4bW+eSj +l17BՈ WfJ:C,J_`xM|\;hӟknmvX`l[; wpJ֙E3pE <c$.E6!qW/k-.u-a.f3r ltɺsy *n}h)+ +csVDiԖ̎m(ky XQ(ng-lqU=ࣸc1 L KЊ)Lm͑supf)pN;ex%|]"al7E )'c4Z 4BLS{%H6ܴ'Θ*6l0 +==%nȼqⱤ>w3ȵ> endobj -1475 0 obj << -/D [1473 0 R /XYZ 143.727 753.953 null] +1474 0 obj << +/D [1472 0 R /XYZ 143.727 753.953 null] >> endobj -1472 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R /F14 536 0 R /F44 517 0 R /F43 516 0 R >> +1471 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 -1478 0 obj << -/Length 1692 +1477 0 obj << +/Length 1839 /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(܆,  -.WBY."ho''@VǤ"8C3+=fY7?:_K7tNilI0{QɓU O7&ujb](qJXƜ٘ӉA'*2p;iRgi1P8n\-|J"߫X֓AxuK XIl@N&kYv4kdèSNѸ:4_˼VZ>~X#e>&529(93Jr+0\'~Q-~!S͞E:$0{v' -br^,H~wn/,$M晻aa},Z}>=?:ԈR| K۶@a-.Ƣ1μo p3idd=wل(b.讣MvX!ĵegHzgҋ`EÍ 1uF9|@!1 ^N1/d/ !G7'F &ܱ8BŨ#V> b1a'jIq}t`աS̓Rb'X4WovP]J[iI=UxX %7 iTMgT&Y"*w)8 ~E# lThs- G-5x2̠<&9_W$@ -m5b=!Aխ0XFl6Š[qg~Oq^c\V yf;U`<И1ekkDڀk變X[ o4Tg>c1mUO+ -'a4A*KLB/4{]o4!zsZՕrc&[rHvwlS1ril܇8yD\.ɷ(hcKȒ[h_8rF\ܡ/+w,_,fF̉o?b~7K3x.rGp`#ԵDU2cͶ;&u7隧-6=k&ЪVEUJYҽ9}9QP%5]J<ֿE|BGw70Y0"݂XzOi  -B-٫mcNp~F _˜ncnA88ѷ mN0RnF1NvRZZǬ窝0N@pZlSw=įn7qy@e.9b2z5nJS볍HwQ( Kuyt ]o?}@]+ D/ 1 5,Fnϧ7 +xڽX]8}﯈4C9ja.xTY EBa<{ ftjO_09 Ily5cBʙ>an8[Ƴ/kUs$^gZ?Vi^Vs7pnSҪ*6ݯ/ߖ?rP-$ n8 E`qOzT`*1ʸ@*n +V߫9sy(K I'aUGY'SuRUҦ&ُf.V.KLv +Q٨,sߦ +ae:ծ`^ع#n$<{ݪDp`ʊUZ:אN V?+kU:2ED@~:J7)y6MoWvL$ aC)*:=zen/ࢋ +yT幪@MN[WQ].T{Õ9#6" +Ba$`6%0ۄ[W./BQo2{V&VvЮR)/z+JCcۅssڱ]6hl 6z&KB%(޺V˷I)6<]3?LbYy^|n"j!'v"sxyM[t9`ͧ8߮h#+*ծC+vQM]7EI`kUL`|OZRsU?`GWc"t"G,*cõKiԅu=%f?Y"ufwqg%77̑S?>%%Ǎ! Z5SY HeS:<@3jpݕzX!L3n$fy1]~V#zVIc K +0*v*]J_s05C{~g l@ +5i:)Ae~LY?t/u;M#@[tW]{ۛ]FKr8 19l!4M| hv6;#&}x *HoЀ!g.ڼ֢~л7&AxG54Nہݱ~; + +rs1\:ݕ bÞ=FuL'[KChIx]6x$@QK}"CK3@L\XW +pww36cOuj:)3(pŲ t[>ǒZ endstream endobj -1477 0 obj << +1476 0 obj << /Type /Page -/Contents 1478 0 R -/Resources 1476 0 R +/Contents 1477 0 R +/Resources 1475 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1459 0 R +/Parent 1466 0 R >> endobj -1479 0 obj << -/D [1477 0 R /XYZ 144.724 753.953 null] +1478 0 obj << +/D [1476 0 R /XYZ 144.724 753.953 null] >> endobj -1476 0 obj << -/Font << /F46 538 0 R /F17 428 0 R /F36 513 0 R /F37 514 0 R /F14 536 0 R /F44 517 0 R /F43 516 0 R >> +294 0 obj << +/D [1476 0 R /XYZ 144.727 496.848 null] +>> endobj +1475 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 -1482 0 obj << -/Length 1739 +1481 0 obj << +/Length 1309 /Filter /FlateDecode >> stream -xXK6WXK"S RP^6{ڴ-D IHɒL& z%j8o~3C`EJ䋥IzOXDlj)+v4~cINތpK-q4N3ٍk:q؈}k`h-z 3շSۺ?.6f"GE\1F'sCnO۸8yWL pC7ar-Ye+T-M4zvDT+;5:'qɊ+F1a B W[] -2!k/ -O#Ŗű{eCl2H~T̃j -rՑ@i DcCl}ȗ)x72m2@$T|PxU9#pk B+AOM,s䤘9B~Yl`*6D6WamsvS@dm3D96+DpP1LUN<ۘgT^gSEᑻ{c`]mVuPw=v۳̃@}"!!'ćNgIiRjϩÄ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ǂxE4toL,B'} mǏ}kXByh FH ?ۜ:ɤݻmRS%ep`]ky?{-5ʘ?zxdj7e 9Šj l?玢VKP8@t~)]0=_}b' +xXKo8_]H7bh,gk`Ts[EsJ[fS;9.v珛/Ww +}8!T ? D$΍K&˻WL8 +`j/ ANP&QDi#+!%q~!/_ {_j='6(o&y<N}&" y" ~vt>Uȑ )MzG/iV͉k;!(R0[LY!ma)Ϣg(^7rE)uj̅._oQɱbn_6٬B?Jy+$#[ +q_-sGsd!n=}_o}#n}}U62nd̤Dzݦ2 >3$Y<@G3cİ 3j:dk9D/t&I~~]^z"?sy_s;.] f?XPDȆ<+FŃ45"e%ϊSbnfhib ti@PM"7n n@7:Een›>dsJǛe/'h8r+/` -D3R[1}7YY4g"D +,k8[:'A>bf)q0@\8=C`0%} +!dFOW=8'g d +A ҥR])êޖOy*k6bm[f5S!d*x Ɯ7gR@c0SIk^UAw:7A` oRRHcɻ,aŀ7z8f{L{vDȷv`qEѯf-I\,&Cm ylW2P<~Hdz +Q͠qveCظ]0}r;(@CyhC/VWzpl S2N?Eyn_sS/P`-5\δܦۜm &(Vs7R'LjM`"t i+KbRɺև׻+pn"R$A֮}wtRwظY;e:B;`'~.Ȇ_2bR8fBݷ ȿ4"~^*]]$3Ry_UZey~p}d}B*4ض@2? 3\"<]3ovxt<ˆdb  0!r͗~ endstream endobj -1481 0 obj << +1480 0 obj << /Type /Page -/Contents 1482 0 R -/Resources 1480 0 R +/Contents 1481 0 R +/Resources 1479 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1484 0 R +/Parent 1466 0 R >> endobj -1483 0 obj << -/D [1481 0 R /XYZ 143.727 753.953 null] +1482 0 obj << +/D [1480 0 R /XYZ 143.727 753.953 null] >> endobj -1480 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1479 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 -1487 0 obj << -/Length 1445 +1485 0 obj << +/Length 1304 /Filter /FlateDecode >> stream -xXYo6~_aXTbDRAۧldȢ q Ca%b7rf3 fȟݧ3;@,p|E>=XЄ~w0)b1vt-=8,Phؼx"Y,w,-$2ZjAe{xח;|; -p( .#bZJYZD,E4Ae軋IE zX..,\+guWGZf4O:g%rll:kXxxZRk1uWk6.64YORQZΨ]3gŦ{`Yujw&ȱ6y+J"}GU;kG5A~\ؚ<8^)KNL_<~NZ\5$&2i^qm⡾X*R^ *4Ё,+<+zyuEA}@%-8bo0k{N""S'^!*drJO -XyB 5=G1D} |`Aϭu(ʸ6U\n=or>f1ia\F@+i*-4AAbCLOr^jt -ka/M氧 芽<8%|O`U:||/y `Piq\\e>wϧ@Pwt+iE.!hl -Vi7dFgHd5nΚVUYG+^ f5s3?F2ɑ}:#nxJ~qw6H*+2F%ĈUEmQfei/ #+KrIo;$P: -t9ok~15`(ʜU̳1I\#n{{4}N~P1+\楔ϷKo@]QD@cF6~9-qx9"zb 1eS rDUmb k)۾#7+TQ&DSUQ6Lwڗjʑ0M2aQ6"3ؑd%dWv7ߊpnui]4F\$m_$7FpPDДvN:`hi1z|TmDq" 0 'duF¯EFqݔ'`@ NDnq?&ɬ +xXK6`C| +}dكbka+iF{"t-/[CYܼ@dTDUDI*#"TG,?YL[31v)qkRֽQ]VLgb{}n!Ғ)L" O3)Di"" +Ē2c:τ%E\6M??x3-)!՞y9f'B\𞝥#qh4N@1P@of>}dlPY,̬z!2wv?%.;wT(Q*_oy6'9j/"vs2&17E5ooĔP;dP3K)NʧǸr6m^&keys*$rc^9\r1H9;?NŽU`fٛd)d~3"hkA_Skͺz.2>|l? ox`P,_)Ozj 4trp+#p,nuiNt Òqr:tew,֚VyqzKfqDUࢼ|wv>25wN2p%"89k됂!%=8A{/pgy)m ` G+18}&QN_udL5+;84&lnggBCH"f#P,h>edr)ظ>G2[6ݦ^𱎡Ɇ DIN=Y' pmӪf١`>&Z@8 ;Kk.cD"Lޘ-^-M}.(E$c`kZ!&H8u\y{!_aUuYe՚_&)q`j; +ƯV4ۼvk0΢+cH!/e>\ +>q&G!zr q7! ZpC5׳@f@`zne]ۧn{/Ѯ*LZ J mUUbD XI,0ޭ-hycmaI$W\yL^rR^0Sw( TNm 6Oow~[D/ !6*~m`{mK!JvR+/av,jͿUE endstream endobj -1486 0 obj << +1484 0 obj << /Type /Page -/Contents 1487 0 R -/Resources 1485 0 R +/Contents 1485 0 R +/Resources 1483 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1484 0 R +/Parent 1466 0 R >> endobj -1488 0 obj << -/D [1486 0 R /XYZ 144.724 753.953 null] +1486 0 obj << +/D [1484 0 R /XYZ 144.724 753.953 null] >> endobj -1485 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R >> +1483 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 -1491 0 obj << -/Length 1679 +1489 0 obj << +/Length 1174 /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% "i&1B\|/ H[ts@t}f+{+ @D:_# V>|z?qPVKI SʳHͬOzғZz0 =4 +ֺC6eJED3k9`< рJok$UʀpI2d(CNe2"M2}/IsFxu?Qm)C!z}WGTK"^b`'xr7Tj3Jt< :d^w+8r&C'v4H\>`b`Pmo"Ri{ ng= -a:zvmpoe3Ut^ahVr2` -o9c^etmywk?@Tfwìk Fc -yQnF=|N)y(T{8Gmz.P{mi ,\e*1veۼZpR*wܡqz H[{CZ!DG425Hf &4!I2SreEiD4.I?*Ҋ})28q.[󥽶#톸aѬRͿ!R%,ѡPڪJm7t\9 K e`/Vea׽`ձ,"u[1 `Bwl۵a -|7ǵHyLgJ8hĄ mV҅˶,/La9XU]o\W2P+~ܿ\>=+nmvX`l[; wpPi#:v?9c!cLģܥ4&$:cau9#%e%:^prX.n2YvR0+s?!Yŭbtb +}ƒa9U)4jKf6KDB,]F(l3Ќ6WT@ƪ}wQѱΘ&%}hňu޵H9Ϻj|9- -8[rwQ-FF{ -.vSdЛr>FN}ĠM#ujWTn)Mpvꌩb'qCg$A7N΃{ v?޼H@R)<%"4n#nW8_'S8/$JI6G &r& ֖vOj$"+< L8&o^Ô'QoL) +M C2  =$7B,ؗxW2<Ԇf%L FhÒ/JC]mGtv`) \XIJI.Z!#>UX.u\a_>cE@WJG|w}^}0C5L!jߙ`\uQt/Ma# +LE9u& {l9Blhoa|q߰nDHЫyXAp8s0^lT^BL +uԄBk*6z~P~3F!ԓ" zA(?pЏ6?sOG=*Ȉޙpl?(Ob-)MMHvBlcNk%3Wv׉+E7y +~+fZ_˜q@jnE+JJ_s-3޸sx(;W>H׫0={1|T%0%ʍ u4ݧ3'e?[sϦSN, `ۛߠ endstream endobj -1490 0 obj << +1488 0 obj << /Type /Page -/Contents 1491 0 R -/Resources 1489 0 R +/Contents 1489 0 R +/Resources 1487 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1484 0 R +/Parent 1491 0 R >> endobj -1492 0 obj << -/D [1490 0 R /XYZ 143.727 753.953 null] +1490 0 obj << +/D [1488 0 R /XYZ 143.727 753.953 null] >> endobj -1489 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1487 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 -1495 0 obj << -/Length 1844 +1494 0 obj << +/Length 1162 /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)19L4ΓT!?ֺlϧV-p%ju'vŜsכz/mfn! Wy>W0V4OL^}mw34rsr5@ *^0jKWDk mrSȣrcu=yUFǸiAY}7)*, -:CR>?D>E11P!E=#pǫ+0u :A\]!kbf݀[Z@7%\rޛ%g^JYOPz{&^Q CoPRStW+FlB(H\~k` 7A򳮐; ]>\_F}[e Oo\M+'w;]3\ !s[轾jeN\.u_k'nVogt^aH l, ldj,*Po]_`SP&߶\Zvdt3}26f,d+N(uׇE! T%EM|Xt$<߾h#*͡Cbjfn_l}EI`kT̖5W 1I6.ʝ`G4Sc"\}( RA_Gl2|)U/)I}Z?P)a :3D3e97̑ȜS<{TrV]&uS}7HDy@6٨8tiZ=B1C0xg:;ChXE[)$}f_ћqt5 /rA hGZ"CuNN;2^Xsw{ws?:lBCuEmHKF;%;]ձy%/Whafs1x‡s "z$Qs_3g36ˇ:+s>kHJС*g?Zh? 'Na"2֤0]1L۶+^8l D8:`1x?@3S]lA V98,х&>ݶ.ӡ')^.`> - Ҫ%# D!qy4S!Š h"a!'~<>%%QΌEک,^s{)=cYl{YF5*3 ,L?CLc('!ozbP*i^pl0pIc=AgS+> +!7~R?!l@5m:)ACEp᪸ioZ{:7ItO٣̮E+9BFXA5klv3)⭁8#ٱEWp}tGn$O&)t}?г;пzN¾\W^dUu~-{pgU];IxORĩ? OïKPե|O(>j&ymN_pm,͝syw~b?fq -d\1?_Y (׿~TZu +xXK8@VJoRi^7>tٙ(2vHH2\qz|U\6vamys|y2r|;y2_?qxȗkY.)(C9^۪Lgd\P1}NQhEyl#"* cemZ|qtpTHD88Z;^*'`tSnB*Wyrt9c-;sܾ 6haB;?tнZC"C#Jzѫ6[ VEn_= Ge +$ i̒G7^o1I~ZY[=WůQؚBPex3h9)<xh~ sƫRmuP.Q\9`zo[ͫ @"73d8 k \ aniqͻȅ{}+sl*h%O2p uO\|@ȷML^oLͩ13!{^V9~~o:l,7ޝ"{M5&պþSsM9ݐ^zYt-+3N;ZKn&[ee W4}VvM'AgNs@% CnZ5( 7QĺBJ*[I rDj4*Uĩo'klc63uI/X#Aǖ*+Tx![TϳevSE'4;Wc+.n{ +#s(tvWś )o-4m0y8v_9 s,lg6?4<. Fw*5w,W֎jl +}3"I>9beyr>'i6)n@ޒ rwWHoX]ZeC *Y`(ƭo\ endstream endobj -1494 0 obj << +1493 0 obj << /Type /Page -/Contents 1495 0 R -/Resources 1493 0 R +/Contents 1494 0 R +/Resources 1492 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1484 0 R +/Parent 1491 0 R >> endobj -1496 0 obj << -/D [1494 0 R /XYZ 144.724 753.953 null] ->> endobj -322 0 obj << -/D [1494 0 R /XYZ 144.727 496.848 null] +1495 0 obj << +/D [1493 0 R /XYZ 144.724 753.953 null] >> endobj -1493 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F34 425 0 R /F36 513 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R >> +1492 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 -1499 0 obj << -/Length 1308 +1498 0 obj << +/Length 1157 /Filter /FlateDecode >> stream -xXKoF_d] KדyJVe]!FMd 3&Uu0sΙ`ί_}rutsıIuWMBpK9zr ohrH 1b ul+uZ6i>E qD 5:'Ahbf Ձ8;dp -v@>%]Z !dFŧteǓޥ ކYRm)㶔aUm,6kϵotu|VuQ*}0S{fKUkzm@۰MGUshDoP/A=[5| |u:bUECBt3pܩ]VY.sH2@a@a?Jsav8d|Z]M5&f".9.tSeCK` +tKG+77s3)674}֊}q)ѓcl' &0Vfa;5~%]}1)UUfRݛ%8\ gwk}k>B/Yoq wcM00s|A6tR8f\߷ 4"~^¨,]3FE˼/LAΣ2)Z2T,|Ü$Iwm Q*bm -G3 %V1g> Ipѐu?4@Dӷ|߆//ʛ +xڽXK8@jHah3i>頦dg(}6 0{I)+yt_V7?0Y6aC +g9w3{b~s$<ղGLJS-qmQ,F7|lQz( an)2(مaNw$[\ws5Q=c=D t!DMdexn4HvpeOwvy[ZXc*q{9OOШFx:?-$A_靴 AJZ֒(^/crz(VL4ž~܆H3=}/AlS̬%#ayYzDK,u'F.72mu6r ^AG-Pe]Ppop}RWq0p(om C3~73MT27JBQ]c"&KY<ǩدknÿXvItEcCȪ +Z۫Uw3K0"*H#9Kb%C7ѕF[O1lyUXUkϰ,r]+Q$ܛL>E~m"6Y1M슰RyzI>~epsBD'-bI#t;e1m6qʷ׿\=%)\wu؜pk$6VgkcUXĻ\0`DT>WZ:pc=z4|>nO{z\avf;MPgTF~1BX0 + E]īN`k0ҩ9!~\ 0 L1ADYQsO<:43qf)r|si۝FfJ=; cޔ;޾ݑow:d;s#` IA#x4h5Jf6B(2)Jd`_\\`/5T endstream endobj -1498 0 obj << +1497 0 obj << /Type /Page -/Contents 1499 0 R -/Resources 1497 0 R +/Contents 1498 0 R +/Resources 1496 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1484 0 R +/Parent 1491 0 R >> endobj -1500 0 obj << -/D [1498 0 R /XYZ 143.727 753.953 null] +1499 0 obj << +/D [1497 0 R /XYZ 143.727 753.953 null] >> endobj -1497 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1496 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 -1503 0 obj << -/Length 1301 +1502 0 obj << +/Length 1064 /Filter /FlateDecode >> stream -xXK6`C| -}dكbka+iF{"t-/[CYܼ@dTDUDI*#"TG,?YL[31v)qkRֽQ]VLgb{}n!Ғ)L" O3)'4EbIDL1g’y.&BݎHsԐj<cvD!.xR4K@'(ԋE3>2B6(Y,̬z!2wv?%.;wT(Q*_oy6'9!Ί؝gfۍ7pXbJn [2(%D'Sjoc\U6J_yblFx2ͼ9mrA^I1/R_a  ?5/. 4&YE -d<BLkꧼ&_hPz,oԚoc̭@1Ǯ-O۪6<)*a K׆p -s3MtJ1>,s/mڮ:]$p\ܧrp*zg}v˪|)&vloejnޒYCb(/ݯLq h \$w:`HdOE?$6NKYltX}x:@L1=j'?>~l*IhnD!jWvphLv $ D 5 G&:Y6|f5Sq}IelMcC >P>{P -N@ΧU!3ͲCj}M*pvWr^ %?KE\3QLޚ-ld@dlt'@.MsݯiQ@ Y?=/F谪:̬ڲjM/^M8}C~ ^m}D tmm^Olq5gэ1$ڏtF.%u8#W=qH6{߄wpAY .rCzblYh_ sQr-te6U*LZ J mUUbD X,R0ޭ-hycmaI5 -_s53Ex)vMg#|wNFpm6P:%?? Io6@}cWm'/!mWx ;f(mHpM{~_ +xX]o8}@ZDVO ;SU<47 *,v(}J5!b;{>Pp pAҘ& #Ie qMy| *|=caRqƭrFt(+~VgL4v@BfOϘ bJXD)"ԑ` a.AcnCD,t1Weaf ݽۗRhȤO?yNIG$b181.H2@ᗶhjV..Wn]U^5Uv}`)r{eQ75 ^%!bFE^<#HRQ[/Ј%Q_aơ +NI$MQ2y)obORt\Jp=2-zui +Vawy`*Hu”!!ƽFa1ި eZ@8}We-T3txp!:3sYUU=W3”>$3*PR߃aS~vARnF< (9v梮ʇMhz|Q5'fg͢;Dž1 q 0xX_Wڍp7 &'qȗ.;81 71݆Ͳj;eSne [nY׳ fJRKu9p9p-EN縌M渌OLL,qqY2t"L긜}F渭{|rv `;1td\˩]'Ӹ.Ov]'r=W]wpH`')JWg| endstream endobj -1502 0 obj << +1501 0 obj << /Type /Page -/Contents 1503 0 R -/Resources 1501 0 R +/Contents 1502 0 R +/Resources 1500 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1484 0 R +/Parent 1491 0 R >> endobj -1504 0 obj << -/D [1502 0 R /XYZ 144.724 753.953 null] ->> endobj -1501 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F43 516 0 R /F14 536 0 R /F44 517 0 R /F36 513 0 R >> -/ProcSet [ /PDF /Text ] +1503 0 obj << +/D [1501 0 R /XYZ 144.724 753.953 null] >> endobj -1507 0 obj << -/Length 1174 -/Filter /FlateDecode ->> -stream -xXK8@VJO}jVfO=}`&3Q} iH{I>غ 6?o$!Ϧ-9rc9Fz:n U?rdӬҤP/l%?rv$jg>.Vq<`m 9©IR@Xp Vkcs,) -f- C7[e#\ļc ۻZyYf.4-aI0@+ vuĔK!.(3В~wQ"nRܚ!%[?Xlظ8B|ۨ@ai. T7"(mfcXi[B#gdc`BGܳp>$0Ci7mS$@nTG'33 -"e:CEްݡ%1dRJ,6֧~8Vk 5cDCBDqGE0,d -L݇Q^tLKu3fczmpBz/~wMfw&) 6B8cL *eC s!6*B{p]_1)<=B; 5e,tM>0͕V`*ʑr6u^`أIɷG3rUGJ}g7~!'=ڹ^lؽQBw+6R -u7yw@5鐡j<g/iK?9.ER} -!MAB;ǻ -l -̽ĖOAq)d +ZɾB:2Mç$6~ijg+ Y3T=d`t&Θ"tRrZ&]sfN[\W".vC'5鿯o-ml FyY:Aom -:Eգ̌:)@-Q2 B-*TMAqzzaMƎ -:t%)+g,c_0]62ZV{g~Ú:W(k ԟ/賩W>;s?i>_*`x[ )QUXD 7tc7" 'GyzkYvp]׈%Y;& -endstream -endobj -1506 0 obj << -/Type /Page -/Contents 1507 0 R -/Resources 1505 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1509 0 R +298 0 obj << +/D [1501 0 R /XYZ 144.727 654.965 null] >> endobj -1508 0 obj << -/D [1506 0 R /XYZ 143.727 753.953 null] +302 0 obj << +/D [1501 0 R /XYZ 144.727 588.343 null] >> endobj -1505 0 obj << -/Font << /F17 428 0 R /F43 516 0 R /F37 514 0 R /F46 538 0 R /F36 513 0 R >> +1500 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 -1512 0 obj << -/Length 1161 +1506 0 obj << +/Length 643 /Filter /FlateDecode >> stream -xXKo8WҡmнoiEBI+EF\Ŗ\oЋEѣy|38$<`y)O@1[a)?[DqƦQ %7\"SP}!G:6SkޚeM$|әbVЦp(4 UmDtxљ>#b(qTHDxqq -Y]nbcH -:GZi猳pLy~-non7ƦbmDyHPhɑ=LSRyIG؅"D HOgԟu׺G!-Eש a>ɋ:3;^Vav70qlQ}!4o{LFlsy< '}!/U=.`-81"m<6\@>gI `u 6esڏ\J֩)[7[ |m.WucUo7S8&IqCeUxt"J8Uёsd"I.$%$9$;E $nHRؒ ["Ė,5G +~CWD9:W~έw0]+խH4Jt4u%ñ +#lJm])nj])oi] WYKWk@IYtvw҅͹ !s!q.plv.Hlҹ@ +h:N{9HӹS'y ͹@B,p GvW o+lڽB_C.A;fwt endstream endobj -1511 0 obj << +1505 0 obj << /Type /Page -/Contents 1512 0 R -/Resources 1510 0 R +/Contents 1506 0 R +/Resources 1504 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1509 0 R +/Parent 1491 0 R >> endobj -1513 0 obj << -/D [1511 0 R /XYZ 144.724 753.953 null] +1507 0 obj << +/D [1505 0 R /XYZ 143.727 753.953 null] >> endobj -1510 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1504 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1516 0 obj << -/Length 1160 +1510 0 obj << +/Length 890 /Filter /FlateDecode >> stream -xڽXK8@jHah3i>tPb3QepȣM=^cz|6v|w<$|8!C~ {P"n\WzNZ Sj$.-H2ϢPQ$62{(ن~Nw4_VBw̳s=Q?gc%ܝ_=&@Ik;:lNU5LSb3{˵*G Sl"$  8UjoΕ},Z/µ,<9[㞡7w~Æ]N;=ME)hpLPi:yx ,?v B:4@1q coJ&1Չ: -E!uh5Ng-\)&D7Avl;yYv}aNy =v3@3:tO 7%c_(Ӣ4Ϯ.Za0֗U {4W7Q( +xŘ[o0)H ЄJH0M=$)Vc׽lS֩O99=]lprz#/ `AQxoy?|s^$aH-}6wK>Md2{7+M}UHVv11 tJMkYO5nʃi7y]MSXx!Iyܘ`А\ؾvhvF^,PhvA"u%APcxkqOwr=|fV|jzlڴbܘ6FӯńHw*mW!'.ґF#Z3͛IG5.$ rm2_=JnM~MQR0?e?ƾLHYa~j+sRx~B)ɝ޸M"`D!X Qx4h FgeL` ` ` [V=H.zL"0z$a7j5-lGR%l+vR=N\*L Njf!N;/& K> endobj -1517 0 obj << -/D [1515 0 R /XYZ 143.727 753.953 null] +1511 0 obj << +/D [1509 0 R /XYZ 144.724 753.953 null] >> endobj -1514 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F43 516 0 R /F36 513 0 R >> +1508 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1520 0 obj << -/Length 1066 +1514 0 obj << +/Length 733 /Filter /FlateDecode >> stream -xX]o8}@ZDVO ;SU<47 *,v(}J5!b;{>Pp pAҘ& #Ie qMy| *|=caRqƭrFt(+~VgL4v@BfOϘ bJXD)"ԑ`.AcnCD,t1Weaf ݽۗR)ޓ g1/ӑ=HD,t>#cڥ41?bIS8MU0ïf#Vu==i}QJFXZh6[w6@pJVWEeίFg>Os|xSɫҧwWʭ ʮ,eBQ|,5A"p߫DP4Dl٨+g$I8j{$q9>+8T ?)J@&/]IJ9.<@)WgTE]6=Va*n76uL AnuC2$ר;֜",3!BCEt>C~uf^f{f$)ջ}HguYWwyͥZ޷K**cTk}x h; Z N}}*EnV^9~vo27ymGi;R;v}75۔OAU5o,Ym_wUђ->PR߃aS~vARn< qض3uU>nb@'Ak.~Uy8 Yy'010a}]k7K.!_Z\0ouc e]%vAٮu[ǖaVLRzX&R]4\&3\ g}Ks\NO东LN㸜MO\L七:.?q%os=E>syz `;1+t+d+D+Ԯ+4+Ԯ+\w> endobj -1521 0 obj << -/D [1519 0 R /XYZ 144.724 753.953 null] ->> endobj -326 0 obj << -/D [1519 0 R /XYZ 144.727 654.965 null] +/Parent 1516 0 R >> endobj -330 0 obj << -/D [1519 0 R /XYZ 144.727 588.343 null] +1515 0 obj << +/D [1513 0 R /XYZ 143.727 753.953 null] >> endobj -1518 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F34 425 0 R /F45 537 0 R /F36 513 0 R >> +1512 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1524 0 obj << -/Length 644 +1519 0 obj << +/Length 1042 /Filter /FlateDecode >> stream -xřQ0,%bK}ۖ͛lӶ*%b(fqݍ+{hrR>JG9^)3Wes!=NmȢH~?N!x—aWD6Pөj{m|2ėQ h) ߤUTrDi͢H'AQ8Q|g:490F-|)&uUq+eoWbޤeZ8G~na'M-畁~MDc-[뤯M]NM!3aPkZ0΅m{Q*GE .5ý\ ͲrZ囼JuigwOúx +^U7y˜e ~5,0뜁#R?^6 K wK|?1G?bf endstream endobj -1523 0 obj << +1518 0 obj << /Type /Page -/Contents 1524 0 R -/Resources 1522 0 R +/Contents 1519 0 R +/Resources 1517 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1509 0 R +/Parent 1516 0 R >> endobj -1525 0 obj << -/D [1523 0 R /XYZ 143.727 753.953 null] +1520 0 obj << +/D [1518 0 R /XYZ 144.724 753.953 null] >> endobj -1522 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R >> +1517 0 obj << +/Font << /F37 483 0 R /F46 505 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1528 0 obj << -/Length 891 +1523 0 obj << +/Length 1103 /Filter /FlateDecode >> stream -xŘo0W2L -^mi&5Ҥ{p!d@Q٘x 9;VjmgӓKX؉Zә v0;ib!psVD>-~I9]E[˕j8f}ӌ7of/j1p=tB4cUh{8mu0DTU'! Skɾ\ ] nMPǟJR֙tT8LY pse%@ތ1)JF@"*9SǚC觲b +M 7@ f?pJH<yȸ}-PD> ō8*'cҍEҮ2c!=5$x.I*эYѢb(b Fd@(mod9xf{f0#uH((y^<6(%ШZ:8B䐠JB*RafN۰9LXf4dw|cA$v )-XgGf_W8<ǔ?)괰] 4Y K~ap`gѩ Jܰq7'|dڝh܃αՅAN%:[nۖd^g;iDXr4e`}`}Qm}7j{{{~=ho4pm|0 cj͚tZOlj8u1ûYHF?~:\ff>, 25w8 ޯLKMh|A<}Jo> endobj -1529 0 obj << -/D [1527 0 R /XYZ 144.724 753.953 null] +1524 0 obj << +/D [1522 0 R /XYZ 143.727 753.953 null] >> endobj -1526 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R >> +306 0 obj << +/D [1522 0 R /XYZ 144.727 432.416 null] +>> endobj +310 0 obj << +/D [1522 0 R /XYZ 144.727 253.391 null] +>> endobj +1521 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 -1532 0 obj << -/Length 736 +1527 0 obj << +/Length 812 /Filter /FlateDecode >> stream -xŘ]o +|3-́]Mi&5w.MR؎L߇iH +Wr~A2@??..r ,-Lhh#̲LjPƿf_.1 X)BMvOLJOZ(w&J|^*BݶYoO DG`&4yO!fDDd& LY|*LOAK`qnEF <1`d9 F=G ƞJ7y FQBiK2rJFђ(ڠ3h!h=Phd0sfF#3QwWvW,fn@a͞^7<$$!3mB/[qJ +xAo0\춮Mi* u;M;EU &ҥ!ڦblD7wyϳtaw1`</x_|y|M?Hq1iИ@aP壜JeγJm o Ӽ:SRhV@Z> endobj -1533 0 obj << -/D [1531 0 R /XYZ 143.727 753.953 null] +1528 0 obj << +/D [1526 0 R /XYZ 144.724 753.953 null] >> endobj -1530 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R >> -/ProcSet [ /PDF /Text ] +314 0 obj << +/D [1526 0 R /XYZ 144.727 679.241 null] >> endobj -1537 0 obj << -/Length 1042 -/Filter /FlateDecode ->> -stream -xXo6~_! ""ԯ= 6 (cђ -H9cQ8!tzt'Ng N q'i$A(s󯋓 7|NgqL-N|2D0fmPR+$tVJ*6l.[{ڣ~m`?l -3e_&L`nŲjy+k**^ ꦫZ8eZTFE !>50%.-bـ\FF}qcXnC__4WL<aJz|gԏh?8 ' K?#DJ?C*?l^qfRhzl?O}ND$!iw(->58xK*^J4t&h謤]'ڥ.x\Gw%J&`3kb1\A1o8իA|k;,E{VѺ~+txC2.ٱz@~z -KEOTbP/ NB9T.GqØ`\Jlp* dʃv3K2O -ppe.)?PFMeB2=8ke_RDWғ35maƊzVhx@{EDO~"1VooICx?% -N!/R!n -ҁ2}ގ p2:M5ؚ[:(iU&OՔBR{-ӂp*||F٫tC%iv^4jZj=۟X!6 Fv)!Łm4/՜dCLN/J_{1{ڙDYϬV}RomL"H6ڕߋM jC>F,I*.7-[4Z &2MېiBކL2M $9L2MtXR6e:BöV?y'3`&X رsz?pg -endstream -endobj -1536 0 obj << -/Type /Page -/Contents 1537 0 R -/Resources 1535 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1534 0 R +318 0 obj << +/D [1526 0 R /XYZ 144.727 513.416 null] >> endobj -1538 0 obj << -/D [1536 0 R /XYZ 144.724 753.953 null] +322 0 obj << +/D [1526 0 R /XYZ 144.727 347.591 null] >> endobj -1535 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R >> +326 0 obj << +/D [1526 0 R /XYZ 144.727 181.767 null] +>> endobj +1525 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 -1541 0 obj << -/Length 1104 +1531 0 obj << +/Length 1031 /Filter /FlateDecode >> stream -xڽXMo6WR.`@Xߚh ˒Ad mPjRzEo3o盠~No>|Dԛ>y(>G0("I4{LJO1bOpA(O"On6DYM lW:~0̐iɲ*xG0 l#%-`񣴉%yz͊,4P^*K|f}\xɨr- -Y.,9-|-,^54eN ջ`3 \ - ,׍P.uа^ֳ2mڗqn4.[p߫;^)Pv\:waaPl3. eNಶR="V $Ʊx+ Vkѭ S^:3ʊ7wQVRfTIQ02EΔ˱C藲b -M9% NQLG=;% f?pIAn1ݢ Ed.C'Ѱخtqw!t8S바&vd B'׫HFwbgEVeF#Z t禎ÓGv -b}䶽8$"홍C:GlQQy*mlUYTKhQu.qqf!AdYUl3Ä͠as' 9cp's|%C"[X\MN l:;4QQ|L 㯝]N ؅0@SYb=?ZSTGGtM{B>Ip*~CgV73A xw2˷9A^݉D-m _.8XRoӻK[8mINI{L4sV Q92TXu>|;Vt==R{~=ho4pm|0 cj͚tZOP= bf!>E&ûnfCj(ξ AʴteF#\(.⑾[Iʥdiezs`$|?;(њ>0@>y +xYr6+8ݔZ!$fljjꙨYL"CH{$xPQm!F \s*2/Oz:9y/ q`MfWB#|FcV,hJڻa rlvE>~;=>),cag-OrmAQd!W5Ma!וəm\EaVWB +ýx)AfaLT)N ؆Ka16%AG + E2~:/j)X7y TKKZrzucZe䀙?׍h.3_Nْ +Ϋ\p:cr*)hROs6ˢeﻠX>qu+ xa*twM솯{HR.]*5>LUY1:ͩKUA=5&C[ϤZNՖJuS.C3'hӊ,wAt2pC0'_C߼TO7k]m. CڃzRa%m\=+tjsQ]K6R) Pk0Lx39Hpʻ endstream endobj -1540 0 obj << +1530 0 obj << /Type /Page -/Contents 1541 0 R -/Resources 1539 0 R +/Contents 1531 0 R +/Resources 1529 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1534 0 R +/Parent 1516 0 R >> endobj -1542 0 obj << -/D [1540 0 R /XYZ 143.727 753.953 null] +1532 0 obj << +/D [1530 0 R /XYZ 143.727 753.953 null] +>> endobj +330 0 obj << +/D [1530 0 R /XYZ 144.727 587.584 null] >> endobj 334 0 obj << -/D [1540 0 R /XYZ 144.727 432.416 null] +/D [1530 0 R /XYZ 144.727 421.76 null] >> endobj 338 0 obj << -/D [1540 0 R /XYZ 144.727 253.391 null] +/D [1530 0 R /XYZ 144.727 255.935 null] >> endobj -1539 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F17 428 0 R /F45 537 0 R /F36 513 0 R >> +1529 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 -1545 0 obj << -/Length 811 +1535 0 obj << +/Length 743 /Filter /FlateDecode >> stream -xOo0opclD$CzGTv~w8M4 Nq}m`ϳtDxd" " 8LiM!)dNG4 H6ZXlFt]J煙*#7D1, N1V7jҊ󓧸(Fl~q#obL3xX)ܼϮ,o3Y U>DSҌZex<>Zwv=\̼Wz֕USU䯌5t>znk -}XZ]ӹ2>${K;kWH@rxM؟G.@]}ɍHcѨy̜ "W׉fѹcQmmF("Qz4=zDpx=9_d GIQPޏБG>-{4<Ŗ-B<^ $%Jqb *W<`B6K /`IHiÌ + !~j_ }gVR7[uS+xndO?ulSs% LVKكN t1?eh_Sc. 1A }S_5u`儤]]֫zu=L[B]muQ*ۏR('3k$3\iUJeMJ3O.giThjјeoz:Ӏ +]HY;iT}K@ܺ0/ 8fweUmw +ԝ-0yJoqSԭ> endobj -1546 0 obj << -/D [1544 0 R /XYZ 144.724 753.953 null] +1536 0 obj << +/D [1534 0 R /XYZ 144.724 753.953 null] >> endobj 342 0 obj << -/D [1544 0 R /XYZ 144.727 679.241 null] +/D [1534 0 R /XYZ 144.727 679.241 null] >> endobj 346 0 obj << -/D [1544 0 R /XYZ 144.727 513.416 null] ->> endobj -350 0 obj << -/D [1544 0 R /XYZ 144.727 347.591 null] ->> endobj -354 0 obj << -/D [1544 0 R /XYZ 144.727 181.767 null] +/D [1534 0 R /XYZ 144.727 513.416 null] >> endobj -1543 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F45 537 0 R /F17 428 0 R /F36 513 0 R >> +1533 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 -1549 0 obj << -/Length 1032 +1742 0 obj << +/Length 2494 /Filter /FlateDecode >> stream -xYr6+8ݔZ! U'nM=uӺ XI|iѿ$;F$zT^蝟tr^dIxkЈz4Led_f?bn~+YJ֊Vev탙\;۸űϤN%C.Ϲj:g -8Cƾm[~Mml nMY:=ܫwzIQj4Ƞ5F8HjgiPx)CXI pL%d.Ԏy(biۏ6F!,-NT6R.3fܴ&ǣqfWv+zuʗ\L!:w댫)+Glؾ,X z sP#8COUSz0M)4,Cv{W]qXQn"g+x G4H^Ҳ B0{)TFcLL!<, =ǓB(+|Jn2Ĥ5rQŠ@(F0:tL(Jqg*iA=`b2L:W|  CǕ'wț=.g/ퟏx3x˘Wmn1/nI$؛A߯DJ?IT7r` + P,̲o7蜹/#V(dQ:5Ag÷iq=aJ(k_k0z4>\&xn*M`i86 3NJtb/huF: +3NȁݨK#yQSriJTqU DZRD#鲱n 9lT`sKC/"q.gֹ z'Sdis5SIXHD r^p^ +qPu;)! xU#u.p9knLNvʟn2<ɄIڧc@R!5@(oJn7sղZy @4hU\(WFT✇I<:qvyy"w#-&B#tT6m6nO"x|Gc,$[ +XhqEpGdBIEv]8VJAe--ƕ%:JqD?B1li8 o4&ņ 'k/D뼣By/Sa홼.s#ͽPhvOp/W3X[;ƉC¨̛"k|2o`tLq?ܸrK;'o=-6DeyK!ag=QjtQ;Uߡ<; "ߏ訜jd_!ȭ#dU{J`ŹjS=qS^n۔L۸ludUȫPJbڼ鈥(~gbOyhWs"󭵆[k)l[^_WC<9~u +ISdAKs]1KZ"J@aďme9h;Hp'm#'O0@l+EÅ'l3,xꝡq?Ǽ0.6B~&rpv jأ{ݣ0iT?xd㭭qBMSoDHJVI+A ӌ1 =*:7|^wC}06x;u irXpYU p(91Ze}G +j2ac]OD?JTW_t_Aȇ iMF4gjm-NĘ{ i#4q <]gV t w윤gvJѾ;mzj5Y=)CV?mbC e;-w.yF^+EP$\Xn(,-|pt69ئHqvT!ؼUq8hX?RL\}ߞ12'm~=:dI i:C=n"* w+qcO|dc;̧lC#l*h* _Q @Ot)zPǔ ~ z*n3m&6*+btF'J&QwS&B$B6]b}}gsƭB`6//=@8 +b[9rZ/SS[TO> Ga*꧁4WNGj%&xjb20iŴKD9Ćo.^#Ai$ܩ h[]| +9NHah#cB_A(oyue1nWA^4%SfzKRh"$^ .qߢfk=r6+?.$F n°.kĺ414r4/_U)$cUW[A*7"B endstream endobj -1548 0 obj << +1741 0 obj << /Type /Page -/Contents 1549 0 R -/Resources 1547 0 R +/Contents 1742 0 R +/Resources 1740 0 R /MediaBox [0 0 595.276 841.89] -/Parent 1534 0 R +/Parent 1749 0 R +/Annots [ 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1552 0 R 1553 0 R 1554 0 R 1555 0 R 1556 0 R 1557 0 R 1558 0 R 1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R 1566 0 R 1567 0 R 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1595 0 R 1596 0 R 1597 0 R 1598 0 R 1599 0 R 1600 0 R 1601 0 R 1602 0 R 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 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R ] >> endobj -1550 0 obj << -/D [1548 0 R /XYZ 143.727 753.953 null] +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 -358 0 obj << -/D [1548 0 R /XYZ 144.727 587.584 null] +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 -362 0 obj << -/D [1548 0 R /XYZ 144.727 421.76 null] +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 -366 0 obj << -/D [1548 0 R /XYZ 144.727 255.935 null] +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.114) >> +>> 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) >> >> endobj 1547 0 obj << -/Font << /F17 428 0 R /F37 514 0 R /F46 538 0 R /F45 537 0 R /F36 513 0 R >> -/ProcSet [ /PDF /Text ] +/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) >> +>> 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.148) >> +>> 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) >> +>> 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) >> +>> 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) >> >> endobj -1553 0 obj << -/Length 745 -/Filter /FlateDecode ->> -stream -x՗n@y -j/> +>> 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) >> +>> 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) >> +>> 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.89) >> +>> 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.139) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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.110) >> +>> 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) >> +>> 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.107) >> +>> 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.106) >> +>> 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) >> +>> 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.105) >> +>> 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) >> +>> 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.104) >> +>> 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) >> +>> 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.103) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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) >> +>> 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.70) >> +>> 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) >> +>> 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) >> +>> 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) >> >> endobj -1554 0 obj << -/D [1552 0 R /XYZ 144.724 753.953 null] +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.139) >> >> endobj -370 0 obj << -/D [1552 0 R /XYZ 144.727 679.241 null] +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) >> >> endobj -374 0 obj << -/D [1552 0 R /XYZ 144.727 513.416 null] +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) >> >> endobj -1551 0 obj << -/Font << /F37 514 0 R /F46 538 0 R /F45 537 0 R /F17 428 0 R /F36 513 0 R >> -/ProcSet [ /PDF /Text ] +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.72) >> >> endobj -1765 0 obj << -/Length 2501 -/Filter /FlateDecode ->> -stream -x\Ks6W(Wċ79[J0-Ɂ eԎ~,I49|n4 X̚}ϟ~3)=0f̢"g1w=_3_)@= 8mϗ(HQdaBv9OhbDi&Tx@v2&ȋ }awP~ǚ%Y/w?Eɜ4U3P ]ebh!`g÷I37QH(;˯/Pz4#?8fsI =zΰ,a @n"0$JiY'R'q -&YFn%AzUS—4%Tl>zg# 6JtXq5a}kl " -}=/bZ&,> 8ę= st/3TI<)a:d/o{UH8ll38^_o*ߓ0h` vʟ>gHYYf1dYf h},RBd5wGxt3WMdMZ*Y )JovwA&I}[7QiDΙgM_$ ߍLnB+d*BGm̻ 4 rgὸ^s1Rl[±Ty;fI2z9Iyt\WJ@i-7Gɖan%pB2Yip^/wm0iO>=*qGf^ړ̝4\b :Z݈TK5y=BFhd6_׭r5oku28:`!]lDE0U[ֳLM:h~r@,&m?.T櫲@LYo"0uS&cPjr dDAQ{T#P(T?xd[[c ZF]?<XV:u=/ŪJoWcIr/ͫ%nY# {v -|ן~ߡd1)14)9фc=6#k}OB}!SM#lxeˈz\5Q#j|K2agы?vdky.9}kKeRk(~õr2}UỲs]'F t&qv#;Ú%D ^?"s9GzcXeVR>@rZ?^P-sSz~p?vZ.B\)w;fF h d%w/M瀇(C72A75^ZZWw-C;?#n*-c0Nql:8h,)nҀ S -pcZ,G -=gcG`tr(.Kb2 'sMS#Ь_ui @95x<ۭ_RNJq2/{NvT@iҾbk@BFUQ4_=c`Kd4@Z,}= j5}zNv=Cf+}V_r=Cw'6-s ]פmx396ͥ5]*y?H7i|9%\ԺV?Ùg2Z;Ͳv PZwnW~jӃ=8NZuπD{Qp =Ϝ2ADlkHK׳po -/Ľ7vuS-6jjlEWp.OLqwZ/t?Gdá7!p^jJN`Ը0QC; -endstream -endobj -1764 0 obj << -/Type /Page -/Contents 1765 0 R -/Resources 1763 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1772 0 R -/Annots [ 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 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R ] +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) >> >> endobj -1555 0 obj << +1588 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.73) >> +/Rect [362.373 677.935 378.185 690.886] +/A << /S /GoTo /D (page.103) >> >> endobj -1556 0 obj << +1589 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.73) >> +/Rect [366.979 666.891 378.185 679.842] +/A << /S /GoTo /D (page.81) >> >> endobj -1557 0 obj << +1590 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.73) >> +/Rect [362.373 655.847 378.185 668.799] +/A << /S /GoTo /D (page.103) >> >> endobj -1558 0 obj << +1591 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.115) >> +/Rect [362.373 633.845 378.185 646.796] +/A << /S /GoTo /D (page.108) >> >> endobj -1559 0 obj << +1592 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.192) >> +/Rect [362.373 622.801 378.185 635.752] +/A << /S /GoTo /D (page.107) >> >> endobj -1560 0 obj << +1593 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.117) >> +/Rect [347.529 600.798 358.735 613.75] +/A << /S /GoTo /D (page.78) >> >> endobj -1561 0 obj << +1594 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.195) >> +/Rect [362.373 600.798 378.185 613.75] +/A << /S /GoTo /D (page.133) >> >> endobj -1562 0 obj << +1595 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.114) >> +/Rect [366.979 589.755 378.185 602.706] +/A << /S /GoTo /D (page.92) >> >> endobj -1563 0 obj << +1596 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.192) >> +/Rect [366.979 578.711 378.185 591.662] +/A << /S /GoTo /D (page.92) >> >> endobj -1564 0 obj << +1597 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.117) >> +/Rect [362.373 567.667 378.185 580.619] +/A << /S /GoTo /D (page.115) >> >> endobj -1565 0 obj << +1598 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.194) >> +/Rect [362.373 556.624 378.185 569.575] +/A << /S /GoTo /D (page.131) >> >> endobj -1566 0 obj << +1599 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.151) >> +/Rect [362.373 545.58 378.185 558.531] +/A << /S /GoTo /D (page.147) >> >> endobj -1567 0 obj << +1600 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.151) >> +/Rect [362.373 534.536 378.185 547.488] +/A << /S /GoTo /D (page.108) >> >> endobj -1568 0 obj << +1601 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.79) >> +/Rect [362.373 523.492 378.185 536.444] +/A << /S /GoTo /D (page.132) >> >> endobj -1569 0 obj << +1602 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.79) >> +/Rect [366.979 512.449 378.185 525.4] +/A << /S /GoTo /D (page.92) >> >> endobj -1570 0 obj << +1603 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] +/Rect [362.373 501.405 378.185 514.357] /A << /S /GoTo /D (page.144) >> >> endobj -1571 0 obj << +1604 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.143) >> +/Rect [366.979 490.361 378.185 503.313] +/A << /S /GoTo /D (page.73) >> >> endobj -1572 0 obj << +1605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 501.638 256.973 514.59] -/A << /S /GoTo /D (page.100) >> +/Rect [362.373 479.318 378.185 492.269] +/A << /S /GoTo /D (page.112) >> >> endobj -1573 0 obj << +1606 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.93) >> +/Rect [362.373 468.274 378.185 481.225] +/A << /S /GoTo /D (page.108) >> >> endobj -1574 0 obj << +1607 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.142) >> +/Rect [362.373 457.23 378.185 470.182] +/A << /S /GoTo /D (page.193) >> >> endobj -1575 0 obj << +1608 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.73) >> +/Rect [366.979 446.187 378.185 459.138] +/A << /S /GoTo /D (page.78) >> >> endobj -1576 0 obj << +1609 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.84) >> +/Rect [362.373 435.143 378.185 448.094] +/A << /S /GoTo /D (page.137) >> >> endobj -1577 0 obj << +1610 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.113) >> +/Rect [366.979 424.099 378.185 437.051] +/A << /S /GoTo /D (page.90) >> >> endobj -1578 0 obj << +1611 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.113) >> +/Rect [366.979 413.056 378.185 426.007] +/A << /S /GoTo /D (page.77) >> >> endobj -1579 0 obj << +1612 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.191) >> +/Rect [366.979 402.012 378.185 414.963] +/A << /S /GoTo /D (page.75) >> >> endobj -1580 0 obj << +1613 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.110) >> +/Rect [366.979 390.968 378.185 403.92] +/A << /S /GoTo /D (page.81) >> >> endobj -1581 0 obj << +1614 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] +/Rect [362.373 379.924 378.185 392.876] +/A << /S /GoTo /D (page.102) >> +>> 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) >> >> endobj -1582 0 obj << +1616 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.108) >> +/Rect [362.373 368.881 378.185 381.832] +/A << /S /GoTo /D (page.115) >> >> endobj -1583 0 obj << +1617 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.108) >> +/Rect [362.373 357.837 378.185 370.788] +/A << /S /GoTo /D (page.101) >> >> endobj -1584 0 obj << +1618 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.109) >> +/Rect [362.373 346.793 378.185 359.745] +/A << /S /GoTo /D (page.139) >> >> endobj -1585 0 obj << +1619 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.107) >> +/Rect [366.979 335.75 378.185 348.701] +/A << /S /GoTo /D (page.74) >> >> endobj -1586 0 obj << +1620 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.110) >> +/Rect [366.979 324.706 378.185 337.657] +/A << /S /GoTo /D (page.82) >> +>> 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) >> +>> 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.87) >> +>> 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) >> >> endobj -1587 0 obj << +1624 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.106) >> +/Rect [366.979 269.572 378.185 282.524] +/A << /S /GoTo /D (page.82) >> >> endobj -1588 0 obj << +1625 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.107) >> +/Rect [366.979 258.529 378.185 271.48] +/A << /S /GoTo /D (page.84) >> >> endobj -1589 0 obj << +1626 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.90) >> +/Rect [366.979 247.485 378.185 260.436] +/A << /S /GoTo /D (page.84) >> >> endobj -1590 0 obj << +1627 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.106) >> +/Rect [366.979 236.441 378.185 249.393] +/A << /S /GoTo /D (page.83) >> >> endobj -1591 0 obj << +1628 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.144) >> +/Rect [366.979 214.439 378.185 227.39] +/A << /S /GoTo /D (page.83) >> >> endobj -1592 0 obj << +1629 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.94) >> +/Rect [366.979 192.436 378.185 205.387] +/A << /S /GoTo /D (page.83) >> >> endobj -1593 0 obj << +1630 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.169) >> +/Rect [347.529 160.216 358.735 173.168] +/A << /S /GoTo /D (page.51) >> >> endobj -1594 0 obj << +1631 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.105) >> +/Rect [362.373 160.216 378.185 173.168] +/A << /S /GoTo /D (page.162) >> >> endobj -1595 0 obj << +1632 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.74) >> +/Rect [347.529 149.173 358.735 162.124] +/A << /S /GoTo /D (page.51) >> >> endobj -1596 0 obj << +1633 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.74) >> +/Rect [362.373 149.173 378.185 162.124] +/A << /S /GoTo /D (page.162) >> >> endobj -1597 0 obj << +1634 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.74) >> +/Rect [347.529 138.129 358.735 151.08] +/A << /S /GoTo /D (page.66) >> >> endobj -1598 0 obj << +1635 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.74) >> +/Rect [362.373 138.129 378.185 151.08] +/A << /S /GoTo /D (page.196) >> >> endobj -1599 0 obj << +1636 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.79) >> +/Rect [347.529 127.085 358.735 140.037] +/A << /S /GoTo /D (page.51) >> >> endobj -1600 0 obj << +1637 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.193) >> +/Rect [362.373 127.085 378.185 140.037] +/A << /S /GoTo /D (page.162) >> >> endobj -1601 0 obj << +1638 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.142) >> +/Rect [347.529 116.042 358.735 128.993] +/A << /S /GoTo /D (page.51) >> >> endobj -1602 0 obj << +1639 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.76) >> +/Rect [362.373 116.042 378.185 128.993] +/A << /S /GoTo /D (page.162) >> >> endobj -1603 0 obj << +1640 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.76) >> +/Rect [468.741 677.935 479.947 690.886] +/A << /S /GoTo /D (page.51) >> >> endobj -1604 0 obj << +1641 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.76) >> +/Rect [483.585 677.935 499.397 690.886] +/A << /S /GoTo /D (page.162) >> >> endobj -1605 0 obj << +1642 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.94) >> +/Rect [468.741 666.659 479.947 679.61] +/A << /S /GoTo /D (page.51) >> >> endobj -1606 0 obj << +1643 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.107) >> +/Rect [483.585 666.659 499.397 679.61] +/A << /S /GoTo /D (page.162) >> >> endobj -1607 0 obj << +1644 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.85) >> +/Rect [468.741 655.383 479.947 668.334] +/A << /S /GoTo /D (page.51) >> >> endobj -1608 0 obj << +1645 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.107) >> +/Rect [483.585 655.383 499.397 668.334] +/A << /S /GoTo /D (page.162) >> >> endobj -1609 0 obj << +1646 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.111) >> +/Rect [468.741 644.107 479.947 657.058] +/A << /S /GoTo /D (page.51) >> >> endobj -1610 0 obj << +1647 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.111) >> +/Rect [483.585 644.107 499.397 657.058] +/A << /S /GoTo /D (page.161) >> >> endobj -1611 0 obj << +1648 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.82) >> +/Rect [468.741 632.831 479.947 645.782] +/A << /S /GoTo /D (page.51) >> >> endobj -1612 0 obj << +1649 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.137) >> +/Rect [483.585 632.831 499.397 645.782] +/A << /S /GoTo /D (page.162) >> >> endobj -1613 0 obj << +1650 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.96) >> +/Rect [468.741 621.555 479.947 634.507] +/A << /S /GoTo /D (page.51) >> >> endobj -1614 0 obj << +1651 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.96) >> +/Rect [483.585 621.555 499.397 634.507] +/A << /S /GoTo /D (page.162) >> >> endobj -1615 0 obj << +1652 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.118) >> +/Rect [468.741 610.279 479.947 623.231] +/A << /S /GoTo /D (page.51) >> >> endobj -1616 0 obj << +1653 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.135) >> +/Rect [483.585 610.279 499.397 623.231] +/A << /S /GoTo /D (page.162) >> >> endobj -1617 0 obj << +1654 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.151) >> +/Rect [468.741 599.003 479.947 611.955] +/A << /S /GoTo /D (page.51) >> >> endobj -1618 0 obj << +1655 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.112) >> +/Rect [483.585 599.003 499.397 611.955] +/A << /S /GoTo /D (page.162) >> >> endobj -1619 0 obj << +1656 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.135) >> +/Rect [468.548 587.727 479.947 600.679] +/A << /S /GoTo /D (page.51) >> >> endobj -1620 0 obj << +1657 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.96) >> +/Rect [483.585 587.727 499.397 600.679] +/A << /S /GoTo /D (page.152) >> >> endobj -1621 0 obj << +1658 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.148) >> +/Rect [453.704 576.451 464.91 589.403] +/A << /S /GoTo /D (page.51) >> >> endobj -1622 0 obj << +1659 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.77) >> +/Rect [468.548 576.451 479.947 589.403] +/A << /S /GoTo /D (page.51) >> >> endobj -1623 0 obj << +1660 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.116) >> +/Rect [483.585 576.451 499.397 589.403] +/A << /S /GoTo /D (page.152) >> >> endobj -1624 0 obj << +1661 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.112) >> +/Rect [453.704 565.176 464.91 578.127] +/A << /S /GoTo /D (page.51) >> >> endobj -1625 0 obj << +1662 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.187) >> +/Rect [468.548 565.176 479.947 578.127] +/A << /S /GoTo /D (page.51) >> >> endobj -1626 0 obj << +1663 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.82) >> +/Rect [483.585 565.176 499.397 578.127] +/A << /S /GoTo /D (page.152) >> >> endobj -1627 0 obj << +1664 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.141) >> +/Rect [483.585 553.9 499.397 566.851] +/A << /S /GoTo /D (page.152) >> >> endobj -1628 0 obj << +1665 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.94) >> +/Rect [468.741 542.624 479.947 555.575] +/A << /S /GoTo /D (page.51) >> >> endobj -1629 0 obj << +1666 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.81) >> +/Rect [483.585 542.624 499.397 555.575] +/A << /S /GoTo /D (page.152) >> >> endobj -1630 0 obj << +1667 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.79) >> +/Rect [468.741 531.348 479.947 544.299] +/A << /S /GoTo /D (page.51) >> >> endobj -1631 0 obj << +1668 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.84) >> +/Rect [483.585 531.348 499.397 544.299] +/A << /S /GoTo /D (page.152) >> >> endobj -1632 0 obj << +1669 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.105) >> +/Rect [468.548 520.072 479.947 533.023] +/A << /S /GoTo /D (page.50) >> >> endobj -1633 0 obj << +1670 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.113) >> +/Rect [483.585 520.072 499.397 533.023] +/A << /S /GoTo /D (page.151) >> >> endobj -1634 0 obj << +1671 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] -/A << /S /GoTo /D (page.118) >> +/Rect [453.704 508.796 465.104 521.748] +/A << /S /GoTo /D (page.50) >> >> endobj -1635 0 obj << +1672 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.105) >> +/Rect [468.741 508.796 479.947 521.748] +/A << /S /GoTo /D (page.51) >> >> endobj -1636 0 obj << +1673 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.143) >> +/Rect [483.585 508.796 499.397 521.748] +/A << /S /GoTo /D (page.151) >> >> endobj -1637 0 obj << +1674 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.78) >> +/Rect [438.861 497.52 450.067 510.472] +/A << /S /GoTo /D (page.17) >> >> endobj -1638 0 obj << +1675 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.85) >> +/Rect [453.704 497.52 465.104 510.472] +/A << /S /GoTo /D (page.50) >> >> endobj -1639 0 obj << +1676 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.90) >> +/Rect [468.741 497.52 479.947 510.472] +/A << /S /GoTo /D (page.51) >> >> endobj -1640 0 obj << +1677 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.90) >> +/Rect [483.585 497.52 499.397 510.472] +/A << /S /GoTo /D (page.151) >> >> endobj -1641 0 obj << +1678 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.87) >> +/Rect [483.585 486.244 499.397 499.196] +/A << /S /GoTo /D (page.152) >> >> endobj -1642 0 obj << +1679 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.85) >> +/Rect [468.741 474.968 479.947 487.92] +/A << /S /GoTo /D (page.51) >> >> endobj -1643 0 obj << +1680 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.88) >> +/Rect [483.585 474.968 499.397 487.92] +/A << /S /GoTo /D (page.152) >> >> endobj -1644 0 obj << +1681 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.88) >> +/Rect [468.741 463.693 479.947 476.644] +/A << /S /GoTo /D (page.51) >> >> endobj -1645 0 obj << +1682 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.86) >> +/Rect [483.585 463.693 499.397 476.644] +/A << /S /GoTo /D (page.152) >> >> endobj -1646 0 obj << +1683 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.87) >> +/Rect [434.254 441.458 445.46 454.409] +/A << /S /GoTo /D (page.48) >> >> endobj -1647 0 obj << +1684 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.87) >> +/Rect [449.098 441.458 460.497 454.409] +/A << /S /GoTo /D (page.48) >> >> endobj -1648 0 obj << +1685 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.58) >> +/Rect [464.135 441.458 479.947 454.409] +/A << /S /GoTo /D (page.153) >> >> endobj -1649 0 obj << +1686 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.166) >> +/Rect [483.585 441.458 499.397 454.409] +/A << /S /GoTo /D (page.156) >> >> endobj -1650 0 obj << +1687 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.58) >> +/Rect [488.192 430.182 499.397 443.133] +/A << /S /GoTo /D (page.71) >> >> endobj -1651 0 obj << +1688 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.166) >> +/Rect [440.808 407.947 452.207 420.898] +/A << /S /GoTo /D (page.46) >> >> endobj -1652 0 obj << +1689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [333.771 138.129 344.977 151.08] -/A << /S /GoTo /D (page.70) >> +/Rect [455.845 407.947 467.051 420.898] +/A << /S /GoTo /D (page.48) >> >> endobj -1653 0 obj << +1690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [348.072 138.129 359.278 151.08] -/A << /S /GoTo /D (page.71) >> +/Rect [470.688 407.947 481.894 420.898] +/A << /S /GoTo /D (page.50) >> >> endobj -1654 0 obj << +1691 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.190) >> +/Rect [416.043 398.533 431.855 408.034] +/A << /S /GoTo /D (page.153) >> >> endobj -1655 0 obj << +1692 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.58) >> +/Rect [440.601 398.533 456.413 408.034] +/A << /S /GoTo /D (page.154) >> >> endobj -1656 0 obj << +1693 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.166) >> +/Rect [465.159 398.533 480.971 408.034] +/A << /S /GoTo /D (page.157) >> >> endobj -1657 0 obj << +1694 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.58) >> +/Rect [483.585 398.533 499.397 408.034] +/A << /S /GoTo /D (page.159) >> >> endobj -1658 0 obj << +1695 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.165) >> +/Rect [473.348 385.712 484.554 398.664] +/A << /S /GoTo /D (page.11) >> >> endobj -1659 0 obj << +1696 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.58) >> +/Rect [488.192 385.712 499.397 398.664] +/A << /S /GoTo /D (page.76) >> >> endobj -1660 0 obj << +1697 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.166) >> +/Rect [455.845 374.436 467.051 387.388] +/A << /S /GoTo /D (page.18) >> >> endobj -1661 0 obj << +1698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 666.666 479.947 679.617] -/A << /S /GoTo /D (page.58) >> +/Rect [470.688 374.436 481.894 387.388] +/A << /S /GoTo /D (page.19) >> >> endobj -1662 0 obj << +1699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 666.666 499.397 679.617] -/A << /S /GoTo /D (page.165) >> +/Rect [416.043 365.022 427.249 374.524] +/A << /S /GoTo /D (page.24) >> >> endobj -1663 0 obj << +1700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 655.397 479.947 668.348] -/A << /S /GoTo /D (page.58) >> +/Rect [432.88 365.022 444.28 374.524] +/A << /S /GoTo /D (page.44) >> >> endobj -1664 0 obj << +1701 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 655.397 499.397 668.348] -/A << /S /GoTo /D (page.165) >> +/Rect [449.911 365.022 461.117 374.524] +/A << /S /GoTo /D (page.45) >> >> endobj -1665 0 obj << +1702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 644.128 479.947 657.079] -/A << /S /GoTo /D (page.58) >> +/Rect [466.748 365.022 477.954 374.524] +/A << /S /GoTo /D (page.71) >> >> endobj -1666 0 obj << +1703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 644.128 499.397 657.079] -/A << /S /GoTo /D (page.165) >> +/Rect [483.585 365.022 499.397 374.524] +/A << /S /GoTo /D (page.149) >> >> endobj -1667 0 obj << +1704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 632.859 479.947 645.811] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 352.202 499.397 365.153] +/A << /S /GoTo /D (page.150) >> >> endobj -1668 0 obj << +1705 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 632.859 499.397 645.811] -/A << /S /GoTo /D (page.165) >> +/Rect [468.548 340.926 479.947 353.877] +/A << /S /GoTo /D (page.50) >> >> endobj -1669 0 obj << +1706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 621.59 479.947 634.542] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 340.926 499.397 353.877] +/A << /S /GoTo /D (page.151) >> >> endobj -1670 0 obj << +1707 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 621.59 499.397 634.542] -/A << /S /GoTo /D (page.165) >> +/Rect [453.704 329.65 465.104 342.601] +/A << /S /GoTo /D (page.50) >> >> endobj -1671 0 obj << +1708 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 610.321 479.947 623.273] -/A << /S /GoTo /D (page.58) >> +/Rect [468.741 329.65 479.947 342.601] +/A << /S /GoTo /D (page.51) >> >> endobj -1672 0 obj << +1709 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 610.321 499.397 623.273] -/A << /S /GoTo /D (page.166) >> +/Rect [483.585 329.65 499.397 342.601] +/A << /S /GoTo /D (page.151) >> >> endobj -1673 0 obj << +1710 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 599.053 479.947 612.004] -/A << /S /GoTo /D (page.58) >> +/Rect [434.472 318.374 445.871 331.325] +/A << /S /GoTo /D (page.50) >> >> endobj -1674 0 obj << +1711 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 599.053 499.397 612.004] -/A << /S /GoTo /D (page.166) >> +/Rect [449.436 318.374 460.642 331.325] +/A << /S /GoTo /D (page.51) >> >> endobj -1675 0 obj << +1712 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 587.784 479.947 600.735] -/A << /S /GoTo /D (page.58) >> +/Rect [464.207 318.374 480.02 331.325] +/A << /S /GoTo /D (page.150) >> >> endobj -1676 0 obj << +1713 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 587.784 499.397 600.735] -/A << /S /GoTo /D (page.156) >> +/Rect [483.585 318.374 499.397 331.325] +/A << /S /GoTo /D (page.151) >> >> endobj -1677 0 obj << +1714 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 576.515 464.91 589.466] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 307.098 499.397 320.049] +/A << /S /GoTo /D (page.151) >> >> endobj -1678 0 obj << +1715 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 576.515 479.947 589.466] -/A << /S /GoTo /D (page.58) >> +/Rect [468.741 295.822 479.947 308.773] +/A << /S /GoTo /D (page.51) >> >> endobj -1679 0 obj << +1716 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 576.515 499.397 589.466] -/A << /S /GoTo /D (page.156) >> +/Rect [483.585 295.822 499.397 308.773] +/A << /S /GoTo /D (page.151) >> >> endobj -1680 0 obj << +1717 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.254 565.246 445.46 578.197] -/A << /S /GoTo /D (page.58) >> +/Rect [468.741 284.546 479.947 297.498] +/A << /S /GoTo /D (page.51) >> >> endobj -1681 0 obj << +1718 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.098 565.246 460.497 578.197] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 284.546 499.397 297.498] +/A << /S /GoTo /D (page.151) >> >> endobj -1682 0 obj << +1719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 565.246 479.947 578.197] -/A << /S /GoTo /D (page.155) >> +/Rect [468.741 273.27 479.947 286.222] +/A << /S /GoTo /D (page.51) >> >> endobj -1683 0 obj << +1720 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 565.246 499.397 578.197] -/A << /S /GoTo /D (page.156) >> +/Rect [483.585 273.27 499.397 286.222] +/A << /S /GoTo /D (page.161) >> >> endobj -1684 0 obj << +1721 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 553.977 499.397 566.929] -/A << /S /GoTo /D (page.156) >> +/Rect [468.741 261.994 479.947 274.946] +/A << /S /GoTo /D (page.51) >> >> endobj -1685 0 obj << +1722 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 542.708 479.947 555.66] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 261.994 499.397 274.946] +/A << /S /GoTo /D (page.161) >> >> endobj -1686 0 obj << +1723 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 542.708 499.397 555.66] -/A << /S /GoTo /D (page.156) >> +/Rect [468.741 250.718 479.947 263.67] +/A << /S /GoTo /D (page.51) >> >> endobj -1687 0 obj << +1724 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 531.439 479.947 544.391] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 250.718 499.397 263.67] +/A << /S /GoTo /D (page.161) >> >> endobj -1688 0 obj << +1725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 531.439 499.397 544.391] -/A << /S /GoTo /D (page.156) >> +/Rect [468.741 239.443 479.947 252.394] +/A << /S /GoTo /D (page.51) >> >> endobj -1689 0 obj << +1726 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 520.171 479.947 533.122] -/A << /S /GoTo /D (page.57) >> +/Rect [483.585 239.443 499.397 252.394] +/A << /S /GoTo /D (page.161) >> >> endobj -1690 0 obj << +1727 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 520.171 499.397 533.122] -/A << /S /GoTo /D (page.155) >> +/Rect [483.585 228.167 499.397 241.118] +/A << /S /GoTo /D (page.167) >> >> endobj -1691 0 obj << +1728 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 508.902 465.104 521.853] -/A << /S /GoTo /D (page.57) >> +/Rect [483.585 216.891 499.397 229.842] +/A << /S /GoTo /D (page.168) >> >> endobj -1692 0 obj << +1729 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 508.902 479.947 521.853] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 205.615 499.397 218.566] +/A << /S /GoTo /D (page.168) >> >> endobj -1693 0 obj << +1730 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 508.902 499.397 521.853] -/A << /S /GoTo /D (page.155) >> +/Rect [483.585 194.339 499.397 207.29] +/A << /S /GoTo /D (page.173) >> >> endobj -1694 0 obj << +1731 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.861 497.633 450.067 510.584] -/A << /S /GoTo /D (page.16) >> +/Rect [483.585 183.063 499.397 196.014] +/A << /S /GoTo /D (page.173) >> >> endobj -1695 0 obj << +1732 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 497.633 465.104 510.584] -/A << /S /GoTo /D (page.57) >> +/Rect [483.585 171.787 499.397 184.739] +/A << /S /GoTo /D (page.173) >> >> endobj -1696 0 obj << +1733 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 497.633 479.947 510.584] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 149.552 499.397 162.504] +/A << /S /GoTo /D (page.174) >> >> endobj -1697 0 obj << +1734 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 497.633 499.397 510.584] -/A << /S /GoTo /D (page.155) >> +/Rect [483.585 138.276 499.397 151.228] +/A << /S /GoTo /D (page.177) >> >> endobj -1698 0 obj << +1735 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 486.364 499.397 499.315] -/A << /S /GoTo /D (page.155) >> +/Rect [483.585 116.042 499.397 128.993] +/A << /S /GoTo /D (page.178) >> >> endobj -1699 0 obj << +1743 0 obj << +/D [1741 0 R /XYZ 143.727 753.953 null] +>> endobj +350 0 obj << +/D [1741 0 R /XYZ 144.727 716.092 null] +>> endobj +1744 0 obj << +/D [1741 0 R /XYZ 144.727 696.265 null] +>> endobj +1740 0 obj << +/Font << /F34 397 0 R /F49 1745 0 R /F46 505 0 R /F47 1746 0 R /F50 1747 0 R /F51 1748 0 R /F17 400 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1996 0 obj << +/Length 2561 +/Filter /FlateDecode +>> +stream +x[ɎSHa%G;>pZl`(hIo*Iu<\4.kh~||FFJ=>GsP=./ots>]%7/ g2/~}G"a~{q_E~}I Q1Q3-0u_Ѩx8#CTHSD +=״`8;/~ǻunߡi>K鮖5jXkw'kXKsɷ'ehyg.zYڄ}V>?3118t/oV{ j aXHzXe[`wӂPq`|wlڕ0b!=Y]noK+@COp|cAuN)W-ȁ`La?dseZ*CA9TM>@Vay3jFVPt•B+{Ah&dZJJL~3b'J"Hl!HY$i3)l^DSz!CqJQDK N &X9`zNAGp"<iI>b10FüWqM,\.y~ܤ˅CZ:8o+#)+PI%&h9E8lga$i!m2a*z :"X)'pL 0#`bQ bэ9멘Bs +MX5铭J^q'EF0$Srˡ"U|1&pe}Q=đ];lzI*%b |0Aյ ϯbNCV*z 5ᵎ®mGoVlN0,|Vs.[T͢u_iEwGbq=߃ݢiC5WZIs:)UM{8eKRJJsy{ۥ;E~V[WE.X4Lo =@o>=N;&}Fb\~CXNA,)m2#'>/.~ޮf{'y.kn9ٿA EchXpe/Rn96g԰3 &!Op}fnK3>H+f3{ۃG! +H„nYu"{T68b +ʟcج`؉c':0QH^ +NY[TD @SbArr٢0߮Nİ`Pǔk嫒DHZ0CUole>01Յw<%R6L  +z`9R7'.|6DLxq'{wKNw!ku8U7-\u7 (Y{H@@|+gZcdMJqњ7 a/_*\y-# /:]@ J,_l>p~O#Y($5wZ֫NH]h|q~3M޾O?(B&/ۥ#;r}ACk3~{N`J](mR[S +/A-`xļ̫EfNLLHpPc2 )xNxt"lI5$̏l7l#ų#cIAL3T028ah0|j;nߤ ?)N(pۻ7uì:@S35ȧAa)˪ֈC`ԗN*B8dylEľ/͂]fS0HὮh.^ODEIe4WतyLJ +endstream +endobj +1995 0 obj << +/Type /Page +/Contents 1996 0 R +/Resources 1994 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1749 0 R +/Annots [ 1736 0 R 1737 0 R 1738 0 R 1739 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 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 ] +>> endobj +1736 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 475.095 479.947 488.047] -/A << /S /GoTo /D (page.58) >> +/Rect [241.161 690.886 256.973 703.837] +/A << /S /GoTo /D (page.177) >> >> endobj -1700 0 obj << +1737 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 475.095 499.397 488.047] -/A << /S /GoTo /D (page.155) >> +/Rect [241.161 668.968 256.973 681.92] +/A << /S /GoTo /D (page.178) >> >> endobj -1701 0 obj << +1738 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 463.826 479.947 476.778] -/A << /S /GoTo /D (page.58) >> +/Rect [241.161 658.009 256.973 670.961] +/A << /S /GoTo /D (page.183) >> >> endobj -1702 0 obj << +1739 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 463.826 499.397 476.778] -/A << /S /GoTo /D (page.155) >> +/Rect [241.161 647.05 256.973 660.002] +/A << /S /GoTo /D (page.183) >> >> endobj -1703 0 obj << +1750 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.254 441.599 445.46 454.55] -/A << /S /GoTo /D (page.55) >> +/Rect [241.161 636.091 256.973 649.043] +/A << /S /GoTo /D (page.183) >> >> endobj -1704 0 obj << +1751 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.098 441.599 460.497 454.55] -/A << /S /GoTo /D (page.55) >> +/Rect [241.161 614.174 256.973 627.125] +/A << /S /GoTo /D (page.184) >> >> endobj -1705 0 obj << +1752 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 441.599 479.947 454.55] -/A << /S /GoTo /D (page.156) >> +/Rect [241.161 603.215 256.973 616.166] +/A << /S /GoTo /D (page.187) >> >> endobj -1706 0 obj << +1753 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 441.599 499.397 454.55] -/A << /S /GoTo /D (page.159) >> +/Rect [241.161 581.297 256.973 594.248] +/A << /S /GoTo /D (page.188) >> >> endobj -1707 0 obj << +1754 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 430.33 499.397 443.281] -/A << /S /GoTo /D (page.75) >> +/Rect [241.161 559.379 256.973 572.331] +/A << /S /GoTo /D (page.188) >> >> endobj -1708 0 obj << +1755 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [421.358 408.102 432.757 421.053] -/A << /S /GoTo /D (page.53) >> +/Rect [241.161 537.461 256.973 550.413] +/A << /S /GoTo /D (page.189) >> >> endobj -1709 0 obj << +1756 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.395 408.102 447.601 421.053] -/A << /S /GoTo /D (page.55) >> +/Rect [241.161 526.502 256.973 539.454] +/A << /S /GoTo /D (page.193) >> >> endobj -1710 0 obj << +1757 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [451.238 408.102 462.444 421.053] -/A << /S /GoTo /D (page.57) >> +/Rect [241.161 515.544 256.973 528.495] +/A << /S /GoTo /D (page.195) >> >> endobj -1711 0 obj << +1758 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 408.102 481.894 421.053] -/A << /S /GoTo /D (page.156) >> +/Rect [241.161 504.585 256.973 517.536] +/A << /S /GoTo /D (page.195) >> >> endobj -1712 0 obj << +1759 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 398.688 431.855 408.189] -/A << /S /GoTo /D (page.158) >> +/Rect [226.317 493.626 237.523 506.577] +/A << /S /GoTo /D (page.68) >> >> endobj -1713 0 obj << +1760 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 398.688 454.369 408.189] -/A << /S /GoTo /D (page.160) >> +/Rect [241.161 493.626 256.973 506.577] +/A << /S /GoTo /D (page.101) >> >> endobj -1714 0 obj << +1761 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 398.688 476.883 408.189] -/A << /S /GoTo /D (page.162) >> +/Rect [245.767 482.667 256.973 495.618] +/A << /S /GoTo /D (page.76) >> >> endobj -1715 0 obj << +1762 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 398.688 499.397 408.189] -/A << /S /GoTo /D (page.163) >> +/Rect [192.024 460.749 203.229 473.7] +/A << /S /GoTo /D (page.58) >> >> endobj -1716 0 obj << +1763 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 385.874 484.554 398.826] -/A << /S /GoTo /D (page.11) >> +/Rect [206.867 460.749 218.073 473.7] +/A << /S /GoTo /D (page.60) >> >> endobj -1717 0 obj << +1764 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 385.874 499.397 398.826] -/A << /S /GoTo /D (page.79) >> +/Rect [221.711 460.749 237.523 473.7] +/A << /S /GoTo /D (page.174) >> >> endobj -1718 0 obj << +1765 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 374.605 467.051 387.557] -/A << /S /GoTo /D (page.25) >> +/Rect [241.161 460.749 256.973 473.7] +/A << /S /GoTo /D (page.184) >> >> endobj -1719 0 obj << +1766 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 374.605 481.894 387.557] -/A << /S /GoTo /D (page.26) >> +/Rect [203.699 429.068 210.298 442.019] +/A << /S /GoTo /D (page.9) >> >> endobj -1720 0 obj << +1767 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 365.191 427.249 374.693] -/A << /S /GoTo /D (page.31) >> +/Rect [213.678 429.068 224.884 442.019] +/A << /S /GoTo /D (page.10) >> >> endobj -1721 0 obj << +1768 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.88 365.191 444.28 374.693] -/A << /S /GoTo /D (page.51) >> +/Rect [228.264 429.068 239.47 442.019] +/A << /S /GoTo /D (page.17) >> >> endobj -1722 0 obj << +1769 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.911 365.191 461.117 374.693] -/A << /S /GoTo /D (page.52) >> +/Rect [173.619 419.654 184.825 429.155] +/A << /S /GoTo /D (page.68) >> >> endobj -1723 0 obj << +1770 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.748 365.191 477.954 374.693] +/Rect [190.504 419.654 201.71 429.155] /A << /S /GoTo /D (page.75) >> >> endobj -1724 0 obj << +1771 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 365.191 499.397 374.693] -/A << /S /GoTo /D (page.153) >> +/Rect [207.39 419.654 218.596 429.155] +/A << /S /GoTo /D (page.77) >> >> endobj -1725 0 obj << +1772 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 352.378 499.397 365.329] -/A << /S /GoTo /D (page.154) >> +/Rect [224.275 419.654 235.481 429.155] +/A << /S /GoTo /D (page.86) >> >> endobj -1726 0 obj << +1773 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 341.109 479.947 354.06] -/A << /S /GoTo /D (page.57) >> +/Rect [241.161 419.654 256.973 429.155] +/A << /S /GoTo /D (page.202) >> >> endobj -1727 0 obj << +1774 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 341.109 499.397 354.06] -/A << /S /GoTo /D (page.154) >> +/Rect [245.767 386.428 256.973 399.379] +/A << /S /GoTo /D (page.19) >> >> endobj -1728 0 obj << +1775 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 329.84 465.104 342.791] -/A << /S /GoTo /D (page.57) >> +/Rect [230.924 375.469 242.13 388.42] +/A << /S /GoTo /D (page.71) >> >> endobj -1729 0 obj << +1776 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 329.84 479.947 342.791] -/A << /S /GoTo /D (page.58) >> +/Rect [245.767 375.469 256.973 388.42] +/A << /S /GoTo /D (page.92) >> >> endobj -1730 0 obj << +1777 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 329.84 499.397 342.791] -/A << /S /GoTo /D (page.154) >> +/Rect [213.951 343.788 225.35 356.739] +/A << /S /GoTo /D (page.35) >> >> endobj -1731 0 obj << +1778 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 318.571 465.104 331.523] -/A << /S /GoTo /D (page.57) >> +/Rect [228.264 343.788 239.47 356.739] +/A << /S /GoTo /D (page.47) >> >> endobj -1732 0 obj << +1779 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 318.571 479.947 331.523] -/A << /S /GoTo /D (page.58) >> +/Rect [173.619 334.373 184.825 343.875] +/A << /S /GoTo /D (page.51) >> >> endobj -1733 0 obj << +1780 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 318.571 499.397 331.523] -/A << /S /GoTo /D (page.154) >> +/Rect [190.504 334.373 201.71 343.875] +/A << /S /GoTo /D (page.89) >> >> endobj -1734 0 obj << +1781 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 307.302 499.397 320.254] -/A << /S /GoTo /D (page.155) >> +/Rect [207.39 334.373 218.596 343.875] +/A << /S /GoTo /D (page.91) >> >> endobj -1735 0 obj << +1782 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 296.033 479.947 308.985] -/A << /S /GoTo /D (page.58) >> +/Rect [224.275 334.373 235.481 343.875] +/A << /S /GoTo /D (page.92) >> >> endobj -1736 0 obj << +1783 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 296.033 499.397 308.985] -/A << /S /GoTo /D (page.155) >> +/Rect [241.161 334.373 256.973 343.875] +/A << /S /GoTo /D (page.100) >> >> endobj -1737 0 obj << +1784 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 284.765 479.947 297.716] -/A << /S /GoTo /D (page.58) >> +/Rect [213.227 310.911 224.626 323.862] +/A << /S /GoTo /D (page.35) >> >> endobj -1738 0 obj << +1785 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 284.765 499.397 297.716] -/A << /S /GoTo /D (page.155) >> +/Rect [228.264 310.911 239.47 323.862] +/A << /S /GoTo /D (page.47) >> >> endobj -1739 0 obj << +1786 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 273.496 479.947 286.447] -/A << /S /GoTo /D (page.58) >> +/Rect [173.619 301.497 184.825 310.998] +/A << /S /GoTo /D (page.51) >> >> endobj -1740 0 obj << +1787 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 273.496 499.397 286.447] -/A << /S /GoTo /D (page.165) >> +/Rect [190.504 301.497 201.71 310.998] +/A << /S /GoTo /D (page.89) >> >> endobj -1741 0 obj << +1788 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 262.227 479.947 275.178] -/A << /S /GoTo /D (page.58) >> +/Rect [207.39 301.497 218.596 310.998] +/A << /S /GoTo /D (page.91) >> >> endobj -1742 0 obj << +1789 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 262.227 499.397 275.178] -/A << /S /GoTo /D (page.165) >> +/Rect [224.275 301.497 235.481 310.998] +/A << /S /GoTo /D (page.92) >> >> endobj -1743 0 obj << +1790 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 250.958 479.947 263.909] -/A << /S /GoTo /D (page.58) >> +/Rect [241.161 301.497 256.973 310.998] +/A << /S /GoTo /D (page.100) >> >> endobj -1744 0 obj << +1791 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 250.958 499.397 263.909] -/A << /S /GoTo /D (page.165) >> +/Rect [226.317 288.993 237.523 301.945] +/A << /S /GoTo /D (page.79) >> >> endobj -1745 0 obj << +1792 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 239.689 479.947 252.641] -/A << /S /GoTo /D (page.58) >> +/Rect [241.161 288.993 256.973 301.945] +/A << /S /GoTo /D (page.147) >> >> endobj -1746 0 obj << +1793 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 239.689 499.397 252.641] -/A << /S /GoTo /D (page.165) >> +/Rect [226.317 278.034 237.523 290.986] +/A << /S /GoTo /D (page.79) >> >> endobj -1747 0 obj << +1794 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 228.42 499.397 241.372] -/A << /S /GoTo /D (page.171) >> +/Rect [241.161 278.034 256.973 290.986] +/A << /S /GoTo /D (page.147) >> >> endobj -1748 0 obj << +1795 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 217.151 499.397 230.103] -/A << /S /GoTo /D (page.171) >> +/Rect [230.924 267.075 242.13 280.027] +/A << /S /GoTo /D (page.73) >> >> endobj -1749 0 obj << +1796 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 205.883 499.397 218.834] -/A << /S /GoTo /D (page.171) >> +/Rect [245.767 267.075 256.973 280.027] +/A << /S /GoTo /D (page.91) >> >> endobj -1750 0 obj << +1797 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 194.614 499.397 207.565] -/A << /S /GoTo /D (page.176) >> +/Rect [230.924 256.116 242.13 269.068] +/A << /S /GoTo /D (page.11) >> >> endobj -1751 0 obj << +1798 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 183.345 499.397 196.296] -/A << /S /GoTo /D (page.177) >> +/Rect [245.767 256.116 256.973 269.068] +/A << /S /GoTo /D (page.76) >> >> endobj -1752 0 obj << +1799 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 172.076 499.397 185.027] -/A << /S /GoTo /D (page.177) >> +/Rect [245.767 245.157 256.973 258.109] +/A << /S /GoTo /D (page.91) >> >> endobj -1753 0 obj << +1800 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 149.848 499.397 162.8] -/A << /S /GoTo /D (page.177) >> +/Rect [245.767 234.199 256.973 247.15] +/A << /S /GoTo /D (page.73) >> >> endobj -1754 0 obj << +1801 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 138.579 499.397 151.531] -/A << /S /GoTo /D (page.182) >> +/Rect [245.767 202.517 256.973 215.469] +/A << /S /GoTo /D (page.30) >> >> endobj -1755 0 obj << +1802 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 127.311 499.397 140.262] -/A << /S /GoTo /D (page.182) >> +/Rect [230.924 191.558 242.13 204.51] +/A << /S /GoTo /D (page.11) >> >> endobj -1756 0 obj << +1803 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.182) >> ->> endobj -1766 0 obj << -/D [1764 0 R /XYZ 143.727 753.953 null] ->> endobj -378 0 obj << -/D [1764 0 R /XYZ 144.727 716.092 null] ->> endobj -1767 0 obj << -/D [1764 0 R /XYZ 144.727 696.265 null] ->> endobj -1763 0 obj << -/Font << /F34 425 0 R /F49 1768 0 R /F46 538 0 R /F47 1769 0 R /F50 1770 0 R /F51 1771 0 R /F17 428 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2058 0 obj << -/Length 2721 -/Filter /FlateDecode ->> -stream -x\r+x#r틏ct>L63HQ S$˸N,"T-Ieˬ -tٗZH=i-g3&%1 Մq7{\~K~gBf_nÜ%_wטk#ˆY(qz B_?tvX~y:ffE%lU˥G^# [)Mv"{u؝uB^ހ7!'j8^W˭i]߹2IZS%e ? Hۑ}< .)Z%a:S!S O -S)<Xn~i,ARFUMqPT&!K,vtiGuj[T3Nv i=])M 75nKp -0=zswS;W`3f]X-|P/ǎmtu:"aT5"'G8%O .{)"2#s2W$Goc~Qn -1h%6dOWwl۞OBk+ྴFlml^Z٢U[.hxknMaTێlsڔce&ȃ: Xa9՜B/c4uR(5o}:FU$dRb01yW􂳩v_iFd,+ bXMϙ\+ͽ%h2׆/TeN_.l?0[?BMzf}gBkiŦy0eO'O5N/=]5s]^ E]6mzJ -endstream -endobj -2057 0 obj << -/Type /Page -/Contents 2058 0 R -/Resources 2056 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1772 0 R -/Annots [ 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 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 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 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 ] +/Rect [245.767 191.558 256.973 204.51] +/A << /S /GoTo /D (page.76) >> >> endobj -1757 0 obj << +1804 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.183) >> +/Rect [225.833 169.641 237.232 182.592] +/A << /S /GoTo /D (page.63) >> >> endobj -1758 0 obj << +1805 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 679.927 256.973 692.879] -/A << /S /GoTo /D (page.187) >> +/Rect [240.87 169.641 256.973 182.592] +/A << /S /GoTo /D (page.144) >> >> endobj -1759 0 obj << +1806 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.189) >> +/Rect [245.767 127.001 256.973 139.952] +/A << /S /GoTo /D (page.13) >> >> endobj -1760 0 obj << +1807 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.189) >> +/Rect [211.474 116.042 222.679 128.993] +/A << /S /GoTo /D (page.13) >> >> endobj -1761 0 obj << +1808 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 647.05 237.523 660.002] -/A << /S /GoTo /D (page.72) >> +/Rect [226.317 116.042 237.523 128.993] +/A << /S /GoTo /D (page.41) >> >> endobj -1762 0 obj << +1809 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.104) >> +/Rect [241.161 116.042 256.973 128.993] +/A << /S /GoTo /D (page.142) >> >> endobj -1773 0 obj << +1810 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 636.091 256.973 649.043] -/A << /S /GoTo /D (page.80) >> +/Rect [337.292 701.845 348.498 714.796] +/A << /S /GoTo /D (page.13) >> >> endobj -1774 0 obj << +1811 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.577 593.451 209.783 606.403] -/A << /S /GoTo /D (page.10) >> +/Rect [352.136 701.845 363.342 714.796] +/A << /S /GoTo /D (page.14) >> >> endobj -1775 0 obj << +1812 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 593.451 224.626 606.403] -/A << /S /GoTo /D (page.16) >> +/Rect [366.979 701.845 378.185 714.796] +/A << /S /GoTo /D (page.17) >> >> endobj -1776 0 obj << +1813 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 593.451 239.47 606.403] -/A << /S /GoTo /D (page.18) >> +/Rect [337.292 690.452 348.498 703.403] +/A << /S /GoTo /D (page.14) >> >> endobj -1777 0 obj << +1814 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 584.037 184.825 593.539] -/A << /S /GoTo /D (page.72) >> +/Rect [352.136 690.452 363.342 703.403] +/A << /S /GoTo /D (page.22) >> >> endobj -1778 0 obj << +1815 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.504 584.037 201.71 593.539] -/A << /S /GoTo /D (page.79) >> +/Rect [366.979 690.452 378.185 703.403] +/A << /S /GoTo /D (page.96) >> >> endobj -1779 0 obj << +1816 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.39 584.037 218.596 593.539] -/A << /S /GoTo /D (page.80) >> +/Rect [352.136 679.059 363.342 692.01] +/A << /S /GoTo /D (page.14) >> >> endobj -1780 0 obj << +1817 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [224.275 584.037 235.481 593.539] -/A << /S /GoTo /D (page.89) >> +/Rect [366.979 679.059 378.185 692.01] +/A << /S /GoTo /D (page.22) >> >> endobj -1781 0 obj << +1818 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 584.037 256.973 593.539] -/A << /S /GoTo /D (page.196) >> +/Rect [349.476 667.665 360.682 680.617] +/A << /S /GoTo /D (page.14) >> >> endobj -1782 0 obj << +1819 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 550.811 242.13 563.763] -/A << /S /GoTo /D (page.18) >> +/Rect [294.831 658.251 306.037 667.753] +/A << /S /GoTo /D (page.15) >> >> endobj -1783 0 obj << +1820 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 550.811 256.973 563.763] -/A << /S /GoTo /D (page.26) >> +/Rect [310.565 658.251 321.771 667.753] +/A << /S /GoTo /D (page.21) >> >> endobj -1784 0 obj << +1821 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 539.852 242.13 552.804] -/A << /S /GoTo /D (page.75) >> +/Rect [326.299 658.251 337.504 667.753] +/A << /S /GoTo /D (page.22) >> >> endobj -1785 0 obj << +1822 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 539.852 256.973 552.804] -/A << /S /GoTo /D (page.96) >> +/Rect [342.032 658.251 357.845 667.753] +/A << /S /GoTo /D (page.131) >> >> endobj -1786 0 obj << +1823 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.951 508.171 225.35 521.123] -/A << /S /GoTo /D (page.42) >> +/Rect [362.373 658.251 378.185 667.753] +/A << /S /GoTo /D (page.137) >> >> endobj -1787 0 obj << +1824 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 508.171 239.47 521.123] -/A << /S /GoTo /D (page.54) >> +/Rect [366.979 645.313 378.185 658.265] +/A << /S /GoTo /D (page.17) >> >> endobj -1788 0 obj << +1825 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 498.757 184.825 508.258] -/A << /S /GoTo /D (page.58) >> +/Rect [366.979 633.92 378.185 646.872] +/A << /S /GoTo /D (page.14) >> >> endobj -1789 0 obj << +1826 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.991 498.757 201.196 508.258] -/A << /S /GoTo /D (page.93) >> +/Rect [366.979 622.527 378.185 635.478] +/A << /S /GoTo /D (page.81) >> >> endobj -1790 0 obj << +1827 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.81 498.757 215.016 508.258] -/A << /S /GoTo /D (page.95) >> +/Rect [349.476 611.134 360.682 624.085] +/A << /S /GoTo /D (page.14) >> >> endobj -1791 0 obj << +1828 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.182 498.757 235.995 508.258] -/A << /S /GoTo /D (page.103) >> +/Rect [294.831 601.72 306.037 611.221] +/A << /S /GoTo /D (page.15) >> >> endobj -1792 0 obj << +1829 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 498.757 256.973 508.258] -/A << /S /GoTo /D (page.104) >> +/Rect [312.868 601.72 324.074 611.221] +/A << /S /GoTo /D (page.21) >> >> endobj -1793 0 obj << +1830 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.227 475.294 224.626 488.246] -/A << /S /GoTo /D (page.42) >> +/Rect [330.905 601.72 342.111 611.221] +/A << /S /GoTo /D (page.22) >> >> endobj -1794 0 obj << +1831 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 475.294 239.47 488.246] -/A << /S /GoTo /D (page.54) >> +/Rect [348.942 601.72 360.148 611.221] +/A << /S /GoTo /D (page.41) >> >> endobj -1795 0 obj << +1832 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 465.88 184.825 475.382] -/A << /S /GoTo /D (page.58) >> +/Rect [366.979 601.72 378.185 611.221] +/A << /S /GoTo /D (page.78) >> >> endobj -1796 0 obj << +1833 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.991 465.88 201.196 475.382] -/A << /S /GoTo /D (page.93) >> +/Rect [366.979 588.782 378.185 601.733] +/A << /S /GoTo /D (page.85) >> >> endobj -1797 0 obj << +1834 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.81 465.88 215.016 475.382] -/A << /S /GoTo /D (page.95) >> +/Rect [366.979 577.389 378.185 590.34] +/A << /S /GoTo /D (page.91) >> >> endobj -1798 0 obj << +1835 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.182 465.88 235.995 475.382] -/A << /S /GoTo /D (page.103) >> +/Rect [349.476 565.995 360.682 578.947] +/A << /S /GoTo /D (page.16) >> >> endobj -1799 0 obj << +1836 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 465.88 256.973 475.382] -/A << /S /GoTo /D (page.104) >> +/Rect [294.831 556.581 306.037 566.083] +/A << /S /GoTo /D (page.34) >> >> endobj -1800 0 obj << +1837 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 453.377 237.523 466.328] -/A << /S /GoTo /D (page.83) >> +/Rect [314.274 556.581 325.48 566.083] +/A << /S /GoTo /D (page.35) >> >> endobj -1801 0 obj << +1838 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 453.377 256.973 466.328] -/A << /S /GoTo /D (page.150) >> +/Rect [333.717 556.581 344.922 566.083] +/A << /S /GoTo /D (page.45) >> >> endobj -1802 0 obj << +1839 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 442.418 237.523 455.369] -/A << /S /GoTo /D (page.83) >> +/Rect [347.537 556.581 358.742 566.083] +/A << /S /GoTo /D (page.50) >> >> endobj -1803 0 obj << +1840 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 442.418 256.973 455.369] -/A << /S /GoTo /D (page.150) >> +/Rect [366.979 556.581 378.185 566.083] +/A << /S /GoTo /D (page.52) >> >> endobj -1804 0 obj << +1841 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 431.459 242.13 444.41] -/A << /S /GoTo /D (page.77) >> +/Rect [322.449 543.643 333.655 556.595] +/A << /S /GoTo /D (page.29) >> >> endobj -1805 0 obj << +1842 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 431.459 256.973 444.41] -/A << /S /GoTo /D (page.94) >> +/Rect [337.292 543.643 348.498 556.595] +/A << /S /GoTo /D (page.31) >> >> endobj -1806 0 obj << +1843 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 420.5 242.13 433.451] -/A << /S /GoTo /D (page.11) >> +/Rect [352.136 543.643 363.342 556.595] +/A << /S /GoTo /D (page.32) >> >> endobj -1807 0 obj << +1844 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 420.5 256.973 433.451] -/A << /S /GoTo /D (page.80) >> +/Rect [366.979 543.643 378.185 556.595] +/A << /S /GoTo /D (page.37) >> >> endobj -1808 0 obj << +1845 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 409.541 256.973 422.492] -/A << /S /GoTo /D (page.95) >> +/Rect [337.292 532.25 348.498 545.202] +/A << /S /GoTo /D (page.23) >> >> endobj -1809 0 obj << +1846 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 398.582 256.973 411.534] -/A << /S /GoTo /D (page.77) >> +/Rect [352.136 532.25 363.342 545.202] +/A << /S /GoTo /D (page.24) >> >> endobj -1810 0 obj << +1847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 366.901 256.973 379.852] -/A << /S /GoTo /D (page.37) >> +/Rect [366.979 532.25 378.185 545.202] +/A << /S /GoTo /D (page.38) >> >> endobj -1811 0 obj << +1848 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 355.942 242.13 368.893] -/A << /S /GoTo /D (page.11) >> +/Rect [347.336 509.898 358.735 522.849] +/A << /S /GoTo /D (page.46) >> >> endobj -1812 0 obj << +1849 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 355.942 256.973 368.893] -/A << /S /GoTo /D (page.80) >> +/Rect [362.373 509.898 378.185 522.849] +/A << /S /GoTo /D (page.153) >> >> endobj -1813 0 obj << +1850 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [225.833 334.024 237.232 346.976] -/A << /S /GoTo /D (page.67) >> +/Rect [366.979 498.505 378.185 511.456] +/A << /S /GoTo /D (page.91) >> >> endobj -1814 0 obj << +1851 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [240.87 334.024 256.973 346.976] -/A << /S /GoTo /D (page.148) >> +/Rect [366.979 487.112 378.185 500.063] +/A << /S /GoTo /D (page.59) >> >> endobj -1815 0 obj << +1852 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 291.384 256.973 304.336] -/A << /S /GoTo /D (page.13) >> +/Rect [366.979 475.719 378.185 488.67] +/A << /S /GoTo /D (page.42) >> >> endobj -1816 0 obj << +1853 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 280.425 222.679 293.377] -/A << /S /GoTo /D (page.13) >> +/Rect [366.979 464.325 378.185 477.277] +/A << /S /GoTo /D (page.73) >> >> endobj -1817 0 obj << +1854 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 280.425 237.523 293.377] -/A << /S /GoTo /D (page.48) >> +/Rect [366.979 452.932 378.185 465.884] +/A << /S /GoTo /D (page.87) >> >> endobj -1818 0 obj << +1855 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 280.425 256.973 293.377] -/A << /S /GoTo /D (page.146) >> +/Rect [366.979 441.539 378.185 454.49] +/A << /S /GoTo /D (page.87) >> >> endobj -1819 0 obj << +1856 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.261 269.466 213.466 282.418] -/A << /S /GoTo /D (page.13) >> +/Rect [366.979 430.146 378.185 443.097] +/A << /S /GoTo /D (page.87) >> >> endobj -1820 0 obj << +1857 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 269.466 227.286 282.418] -/A << /S /GoTo /D (page.15) >> +/Rect [366.979 396.528 378.185 409.48] +/A << /S /GoTo /D (page.10) >> >> endobj -1821 0 obj << +1858 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 269.466 242.13 282.418] -/A << /S /GoTo /D (page.17) >> +/Rect [341.899 385.135 348.498 398.087] +/A << /S /GoTo /D (page.8) >> >> endobj -1822 0 obj << +1859 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 269.466 256.973 282.418] -/A << /S /GoTo /D (page.20) >> +/Rect [352.136 385.135 363.342 398.087] +/A << /S /GoTo /D (page.10) >> >> endobj -1823 0 obj << +1860 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.63 258.507 207.836 271.459] -/A << /S /GoTo /D (page.14) >> +/Rect [366.979 385.135 378.185 398.087] +/A << /S /GoTo /D (page.52) >> >> endobj -1824 0 obj << +1861 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 258.507 222.679 271.459] -/A << /S /GoTo /D (page.15) >> +/Rect [337.292 362.783 343.892 375.734] +/A << /S /GoTo /D (page.9) >> >> endobj -1825 0 obj << +1862 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 258.507 237.523 271.459] -/A << /S /GoTo /D (page.29) >> +/Rect [347.529 362.783 358.735 375.734] +/A << /S /GoTo /D (page.66) >> >> endobj -1826 0 obj << +1863 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 258.507 256.973 271.459] -/A << /S /GoTo /D (page.100) >> +/Rect [362.373 362.783 378.185 375.734] +/A << /S /GoTo /D (page.196) >> >> endobj -1827 0 obj << +1864 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 247.549 227.286 260.5] -/A << /S /GoTo /D (page.14) >> +/Rect [366.979 351.39 378.185 364.341] +/A << /S /GoTo /D (page.74) >> >> endobj -1828 0 obj << +1865 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 247.549 242.13 260.5] -/A << /S /GoTo /D (page.15) >> +/Rect [366.979 329.038 378.185 341.989] +/A << /S /GoTo /D (page.74) >> >> endobj -1829 0 obj << +1866 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 247.549 256.973 260.5] -/A << /S /GoTo /D (page.29) >> +/Rect [308.629 306.686 319.835 319.637] +/A << /S /GoTo /D (page.89) >> >> endobj -1830 0 obj << +1867 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 236.59 224.626 249.541] -/A << /S /GoTo /D (page.13) >> +/Rect [323.473 306.686 339.285 319.637] +/A << /S /GoTo /D (page.137) >> >> endobj -1831 0 obj << +1868 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 236.59 239.47 249.541] -/A << /S /GoTo /D (page.14) >> +/Rect [342.923 306.686 358.735 319.637] +/A << /S /GoTo /D (page.138) >> >> endobj -1832 0 obj << +1869 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 227.175 184.825 236.677] -/A << /S /GoTo /D (page.28) >> +/Rect [362.373 306.686 378.185 319.637] +/A << /S /GoTo /D (page.146) >> >> endobj -1833 0 obj << +1870 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.201 227.175 199.407 236.677] -/A << /S /GoTo /D (page.29) >> +/Rect [302.999 284.334 309.598 297.285] +/A << /S /GoTo /D (page.3) >> >> endobj -1834 0 obj << +1871 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.783 227.175 218.596 236.677] -/A << /S /GoTo /D (page.135) >> +/Rect [313.236 284.334 324.442 297.285] +/A << /S /GoTo /D (page.17) >> >> endobj -1835 0 obj << +1872 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.972 227.175 237.784 236.677] -/A << /S /GoTo /D (page.140) >> +/Rect [328.079 284.334 339.285 297.285] +/A << /S /GoTo /D (page.52) >> >> endobj -1836 0 obj << +1873 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 227.175 256.973 236.677] -/A << /S /GoTo /D (page.141) >> +/Rect [342.923 284.334 358.735 297.285] +/A << /S /GoTo /D (page.149) >> >> endobj -1837 0 obj << +1874 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 214.672 256.973 227.623] -/A << /S /GoTo /D (page.17) >> +/Rect [362.373 284.334 378.185 297.285] +/A << /S /GoTo /D (page.150) >> >> endobj -1838 0 obj << +1875 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 203.713 256.973 216.664] -/A << /S /GoTo /D (page.20) >> +/Rect [328.079 261.547 339.285 274.499] +/A << /S /GoTo /D (page.56) >> >> endobj -1839 0 obj << +1876 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 192.754 256.973 205.705] -/A << /S /GoTo /D (page.14) >> +/Rect [342.923 261.547 358.735 274.499] +/A << /S /GoTo /D (page.167) >> >> endobj -1840 0 obj << +1877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 181.795 256.973 194.747] -/A << /S /GoTo /D (page.85) >> +/Rect [362.373 261.547 378.185 274.499] +/A << /S /GoTo /D (page.168) >> >> endobj -1841 0 obj << +1878 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 170.836 239.47 183.788] -/A << /S /GoTo /D (page.13) >> +/Rect [347.529 250.154 358.735 263.106] +/A << /S /GoTo /D (page.56) >> >> endobj -1842 0 obj << +1879 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 161.422 184.825 170.923] -/A << /S /GoTo /D (page.14) >> +/Rect [362.373 250.154 378.185 263.106] +/A << /S /GoTo /D (page.168) >> >> endobj -1843 0 obj << +1880 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.656 161.422 202.862 170.923] -/A << /S /GoTo /D (page.28) >> +/Rect [347.529 227.802 358.735 240.753] +/A << /S /GoTo /D (page.56) >> >> endobj -1844 0 obj << +1881 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [209.693 161.422 220.899 170.923] -/A << /S /GoTo /D (page.29) >> +/Rect [362.373 227.802 378.185 240.753] +/A << /S /GoTo /D (page.168) >> >> endobj -1845 0 obj << +1882 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [227.73 161.422 238.936 170.923] -/A << /S /GoTo /D (page.48) >> +/Rect [313.236 205.45 324.442 218.401] +/A << /S /GoTo /D (page.55) >> >> endobj -1846 0 obj << +1883 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 161.422 256.973 170.923] -/A << /S /GoTo /D (page.82) >> +/Rect [328.079 205.45 339.285 218.401] +/A << /S /GoTo /D (page.57) >> >> endobj -1847 0 obj << +1884 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 148.918 256.973 161.87] -/A << /S /GoTo /D (page.88) >> +/Rect [342.923 205.45 358.735 218.401] +/A << /S /GoTo /D (page.173) >> >> endobj -1848 0 obj << +1885 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 137.959 256.973 150.911] -/A << /S /GoTo /D (page.95) >> +/Rect [362.373 205.45 378.185 218.401] +/A << /S /GoTo /D (page.177) >> >> endobj -1849 0 obj << +1886 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 127.001 224.626 139.952] -/A << /S /GoTo /D (page.16) >> +/Rect [347.529 183.098 358.735 196.049] +/A << /S /GoTo /D (page.57) >> >> endobj -1850 0 obj << +1887 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 127.001 239.47 139.952] -/A << /S /GoTo /D (page.24) >> +/Rect [362.373 183.098 378.185 196.049] +/A << /S /GoTo /D (page.173) >> >> endobj -1851 0 obj << +1888 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 117.586 184.825 127.088] -/A << /S /GoTo /D (page.41) >> +/Rect [347.529 160.746 358.735 173.697] +/A << /S /GoTo /D (page.58) >> >> endobj -1852 0 obj << +1889 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [193.062 117.586 204.267 127.088] -/A << /S /GoTo /D (page.42) >> +/Rect [362.373 160.746 378.185 173.697] +/A << /S /GoTo /D (page.173) >> >> endobj -1853 0 obj << +1890 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.505 117.586 223.71 127.088] -/A << /S /GoTo /D (page.52) >> +/Rect [347.529 138.394 358.735 151.345] +/A << /S /GoTo /D (page.58) >> >> endobj -1854 0 obj << +1891 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.324 117.586 237.53 127.088] -/A << /S /GoTo /D (page.57) >> +/Rect [362.373 138.394 378.185 151.345] +/A << /S /GoTo /D (page.174) >> >> endobj -1855 0 obj << +1892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 117.586 256.973 127.088] +/Rect [328.079 116.042 339.285 128.993] /A << /S /GoTo /D (page.59) >> >> endobj -1856 0 obj << +1893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.449 701.845 333.655 714.796] -/A << /S /GoTo /D (page.36) >> +/Rect [342.923 116.042 358.735 128.993] +/A << /S /GoTo /D (page.177) >> >> endobj -1857 0 obj << +1894 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.38) >> +/Rect [362.373 116.042 378.185 128.993] +/A << /S /GoTo /D (page.178) >> >> endobj -1858 0 obj << +1895 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.39) >> +/Rect [468.741 690.886 479.947 703.837] +/A << /S /GoTo /D (page.59) >> >> endobj -1859 0 obj << +1896 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.44) >> +/Rect [483.585 690.886 499.397 703.837] +/A << /S /GoTo /D (page.178) >> >> endobj -1860 0 obj << +1897 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 690.724 348.498 703.676] -/A << /S /GoTo /D (page.30) >> +/Rect [468.741 668.784 479.947 681.735] +/A << /S /GoTo /D (page.59) >> >> endobj -1861 0 obj << +1898 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 690.724 363.342 703.676] -/A << /S /GoTo /D (page.31) >> +/Rect [483.585 668.784 499.397 681.735] +/A << /S /GoTo /D (page.177) >> >> endobj -1862 0 obj << +1899 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 690.724 378.185 703.676] -/A << /S /GoTo /D (page.45) >> +/Rect [468.741 646.681 479.947 659.633] +/A << /S /GoTo /D (page.59) >> >> endobj -1863 0 obj << +1900 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 668.645 358.735 681.597] -/A << /S /GoTo /D (page.53) >> +/Rect [483.585 646.681 499.397 659.633] +/A << /S /GoTo /D (page.178) >> >> endobj -1864 0 obj << +1901 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 668.645 378.185 681.597] -/A << /S /GoTo /D (page.156) >> +/Rect [418.134 624.579 429.34 637.531] +/A << /S /GoTo /D (page.55) >> >> endobj -1865 0 obj << +1902 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 657.525 378.185 670.476] -/A << /S /GoTo /D (page.95) >> +/Rect [432.194 624.579 443.399 637.531] +/A << /S /GoTo /D (page.60) >> >> endobj -1866 0 obj << +1903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 646.404 378.185 659.356] -/A << /S /GoTo /D (page.65) >> +/Rect [446.253 624.579 462.065 637.531] +/A << /S /GoTo /D (page.183) >> >> endobj -1867 0 obj << +1904 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 635.284 378.185 648.235] -/A << /S /GoTo /D (page.49) >> +/Rect [464.919 624.579 480.731 637.531] +/A << /S /GoTo /D (page.184) >> >> endobj -1868 0 obj << +1905 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 624.163 378.185 637.115] -/A << /S /GoTo /D (page.22) >> +/Rect [483.585 624.579 499.397 637.531] +/A << /S /GoTo /D (page.187) >> >> endobj -1869 0 obj << +1906 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 613.043 378.185 625.994] -/A << /S /GoTo /D (page.77) >> +/Rect [468.741 602.477 479.947 615.428] +/A << /S /GoTo /D (page.60) >> >> endobj -1870 0 obj << +1907 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 601.922 378.185 614.874] -/A << /S /GoTo /D (page.91) >> +/Rect [483.585 602.477 499.397 615.428] +/A << /S /GoTo /D (page.183) >> >> endobj -1871 0 obj << +1908 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 590.802 378.185 603.753] -/A << /S /GoTo /D (page.91) >> +/Rect [468.741 580.374 479.947 593.326] +/A << /S /GoTo /D (page.60) >> >> endobj -1872 0 obj << +1909 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 579.681 378.185 592.633] -/A << /S /GoTo /D (page.91) >> +/Rect [483.585 580.374 499.397 593.326] +/A << /S /GoTo /D (page.183) >> >> endobj -1873 0 obj << +1910 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 547.155 378.185 560.106] -/A << /S /GoTo /D (page.10) >> +/Rect [468.741 558.272 479.947 571.224] +/A << /S /GoTo /D (page.60) >> >> endobj -1874 0 obj << +1911 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [341.899 536.034 348.498 548.986] -/A << /S /GoTo /D (page.8) >> +/Rect [483.585 558.272 499.397 571.224] +/A << /S /GoTo /D (page.184) >> >> endobj -1875 0 obj << +1912 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 536.034 363.342 548.986] -/A << /S /GoTo /D (page.10) >> +/Rect [450.315 536.17 461.521 549.121] +/A << /S /GoTo /D (page.61) >> >> endobj -1876 0 obj << +1913 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 536.034 378.185 548.986] -/A << /S /GoTo /D (page.59) >> +/Rect [465.159 536.17 480.971 549.121] +/A << /S /GoTo /D (page.187) >> >> endobj -1877 0 obj << +1914 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 513.955 343.892 526.906] -/A << /S /GoTo /D (page.9) >> +/Rect [483.585 536.17 499.397 549.121] +/A << /S /GoTo /D (page.189) >> >> endobj -1878 0 obj << +1915 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 513.955 358.735 526.906] -/A << /S /GoTo /D (page.70) >> +/Rect [468.741 503.109 479.947 516.06] +/A << /S /GoTo /D (page.61) >> >> endobj -1879 0 obj << +1916 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 513.955 378.185 526.906] -/A << /S /GoTo /D (page.190) >> +/Rect [483.585 503.109 499.397 516.06] +/A << /S /GoTo /D (page.188) >> >> endobj -1880 0 obj << +1917 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.629 491.876 319.835 504.827] -/A << /S /GoTo /D (page.93) >> +/Rect [468.741 470.047 479.947 482.999] +/A << /S /GoTo /D (page.61) >> >> endobj -1881 0 obj << +1918 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [323.473 491.876 339.285 504.827] -/A << /S /GoTo /D (page.141) >> +/Rect [483.585 470.047 499.397 482.999] +/A << /S /GoTo /D (page.188) >> >> endobj -1882 0 obj << +1919 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 491.876 358.735 504.827] -/A << /S /GoTo /D (page.142) >> +/Rect [468.741 436.986 479.947 449.938] +/A << /S /GoTo /D (page.61) >> >> endobj -1883 0 obj << +1920 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 491.876 378.185 504.827] -/A << /S /GoTo /D (page.150) >> +/Rect [483.585 436.986 499.397 449.938] +/A << /S /GoTo /D (page.189) >> >> endobj -1884 0 obj << +1921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.449 469.796 329.048 482.748] -/A << /S /GoTo /D (page.3) >> +/Rect [434.448 425.843 445.654 438.794] +/A << /S /GoTo /D (page.62) >> >> endobj -1885 0 obj << +1922 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.686 469.796 343.892 482.748] -/A << /S /GoTo /D (page.16) >> +/Rect [449.291 425.843 460.497 438.794] +/A << /S /GoTo /D (page.63) >> >> endobj -1886 0 obj << +1923 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 469.796 358.735 482.748] -/A << /S /GoTo /D (page.59) >> +/Rect [464.135 425.843 479.947 438.794] +/A << /S /GoTo /D (page.193) >> >> endobj -1887 0 obj << +1924 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 469.796 378.185 482.748] -/A << /S /GoTo /D (page.153) >> +/Rect [483.585 425.843 499.397 438.794] +/A << /S /GoTo /D (page.195) >> >> endobj -1888 0 obj << +1925 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 447.555 358.735 460.507] +/Rect [468.741 414.699 479.947 427.651] /A << /S /GoTo /D (page.63) >> >> endobj -1889 0 obj << +1926 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 447.555 378.185 460.507] -/A << /S /GoTo /D (page.171) >> +/Rect [483.585 414.699 499.397 427.651] +/A << /S /GoTo /D (page.195) >> >> endobj -1890 0 obj << +1927 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 436.435 358.735 449.386] +/Rect [468.741 392.597 479.947 405.549] /A << /S /GoTo /D (page.63) >> >> endobj -1891 0 obj << +1928 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 436.435 378.185 449.386] -/A << /S /GoTo /D (page.171) >> +/Rect [483.585 392.597 499.397 405.549] +/A << /S /GoTo /D (page.195) >> >> endobj -1892 0 obj << +1929 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 414.355 358.735 427.307] -/A << /S /GoTo /D (page.63) >> +/Rect [420.628 370.495 431.834 383.446] +/A << /S /GoTo /D (page.47) >> >> endobj -1893 0 obj << +1930 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 414.355 378.185 427.307] -/A << /S /GoTo /D (page.171) >> +/Rect [435.472 370.495 446.677 383.446] +/A << /S /GoTo /D (page.48) >> >> endobj -1894 0 obj << +1931 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 392.276 324.442 405.227] +/Rect [450.315 370.495 461.521 383.446] /A << /S /GoTo /D (page.62) >> >> endobj -1895 0 obj << +1932 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 392.276 339.285 405.227] -/A << /S /GoTo /D (page.64) >> +/Rect [465.159 370.495 480.971 383.446] +/A << /S /GoTo /D (page.189) >> >> endobj -1896 0 obj << +1933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 392.276 358.735 405.227] -/A << /S /GoTo /D (page.176) >> +/Rect [483.585 370.495 499.397 383.446] +/A << /S /GoTo /D (page.191) >> >> endobj -1897 0 obj << +1934 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 392.276 378.185 405.227] -/A << /S /GoTo /D (page.177) >> +/Rect [468.741 359.351 479.947 372.303] +/A << /S /GoTo /D (page.62) >> >> endobj -1898 0 obj << +1935 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 370.197 358.735 383.148] -/A << /S /GoTo /D (page.64) >> +/Rect [483.585 359.351 499.397 372.303] +/A << /S /GoTo /D (page.190) >> >> endobj -1899 0 obj << +1936 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 370.197 378.185 383.148] -/A << /S /GoTo /D (page.177) >> +/Rect [468.741 337.249 479.947 350.201] +/A << /S /GoTo /D (page.62) >> >> endobj -1900 0 obj << +1937 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 348.117 358.735 361.069] -/A << /S /GoTo /D (page.64) >> +/Rect [483.585 337.249 499.397 350.201] +/A << /S /GoTo /D (page.190) >> >> endobj -1901 0 obj << +1938 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 348.117 378.185 361.069] -/A << /S /GoTo /D (page.177) >> +/Rect [426.158 326.106 437.364 339.057] +/A << /S /GoTo /D (page.20) >> >> endobj -1902 0 obj << +1939 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 326.038 358.735 338.989] -/A << /S /GoTo /D (page.64) >> +/Rect [441.001 326.106 452.207 339.057] +/A << /S /GoTo /D (page.55) >> >> endobj -1903 0 obj << +1940 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 326.038 378.185 338.989] -/A << /S /GoTo /D (page.177) >> +/Rect [455.845 326.106 467.051 339.057] +/A << /S /GoTo /D (page.56) >> >> endobj -1904 0 obj << +1941 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [298.392 303.959 309.598 316.91] -/A << /S /GoTo /D (page.62) >> +/Rect [470.688 326.106 481.894 339.057] +/A << /S /GoTo /D (page.63) >> >> endobj -1905 0 obj << +1942 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 303.959 324.442 316.91] -/A << /S /GoTo /D (page.65) >> +/Rect [416.043 316.692 427.249 326.193] +/A << /S /GoTo /D (page.64) >> >> endobj -1906 0 obj << +1943 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 303.959 339.285 316.91] +/Rect [432.415 316.692 443.621 326.193] /A << /S /GoTo /D (page.66) >> >> endobj -1907 0 obj << +1944 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 303.959 358.735 316.91] -/A << /S /GoTo /D (page.182) >> +/Rect [448.787 316.692 459.992 326.193] +/A << /S /GoTo /D (page.69) >> >> endobj -1908 0 obj << +1945 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 303.959 378.185 316.91] -/A << /S /GoTo /D (page.183) >> +/Rect [465.159 316.692 480.971 326.193] +/A << /S /GoTo /D (page.166) >> >> endobj -1909 0 obj << +1946 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 281.879 358.735 294.831] -/A << /S /GoTo /D (page.66) >> +/Rect [483.585 316.692 499.397 326.193] +/A << /S /GoTo /D (page.168) >> >> endobj -1910 0 obj << +1947 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 281.879 378.185 294.831] -/A << /S /GoTo /D (page.182) >> +/Rect [434.448 293.045 445.654 305.996] +/A << /S /GoTo /D (page.55) >> >> endobj -1911 0 obj << +1948 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 259.8 358.735 272.751] -/A << /S /GoTo /D (page.66) >> +/Rect [449.291 293.045 460.497 305.996] +/A << /S /GoTo /D (page.56) >> >> endobj -1912 0 obj << +1949 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 259.8 378.185 272.751] -/A << /S /GoTo /D (page.182) >> +/Rect [464.135 293.045 479.947 305.996] +/A << /S /GoTo /D (page.168) >> >> endobj -1913 0 obj << +1950 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 237.721 358.735 250.672] -/A << /S /GoTo /D (page.66) >> +/Rect [483.585 293.045 499.397 305.996] +/A << /S /GoTo /D (page.169) >> >> endobj -1914 0 obj << +1951 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 237.721 378.185 250.672] -/A << /S /GoTo /D (page.183) >> +/Rect [468.741 281.901 479.947 294.853] +/A << /S /GoTo /D (page.56) >> >> endobj -1915 0 obj << +1952 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 226.6 324.442 239.551] -/A << /S /GoTo /D (page.66) >> +/Rect [483.585 281.901 499.397 294.853] +/A << /S /GoTo /D (page.167) >> >> endobj -1916 0 obj << +1953 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 226.6 339.285 239.551] -/A << /S /GoTo /D (page.67) >> +/Rect [440.078 259.799 451.284 272.75] +/A << /S /GoTo /D (page.56) >> >> endobj -1917 0 obj << +1954 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 226.6 358.735 239.551] -/A << /S /GoTo /D (page.187) >> +/Rect [454.922 259.799 466.127 272.75] +/A << /S /GoTo /D (page.62) >> >> endobj -1918 0 obj << +1955 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 226.6 378.185 239.551] -/A << /S /GoTo /D (page.189) >> +/Rect [468.741 259.799 479.947 272.75] +/A << /S /GoTo /D (page.64) >> >> endobj -1919 0 obj << +1956 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 215.48 358.735 228.431] -/A << /S /GoTo /D (page.67) >> +/Rect [483.585 259.799 499.397 272.75] +/A << /S /GoTo /D (page.167) >> >> endobj -1920 0 obj << +1957 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 215.48 378.185 228.431] -/A << /S /GoTo /D (page.189) >> +/Rect [418.134 237.697 429.34 250.648] +/A << /S /GoTo /D (page.55) >> >> endobj -1921 0 obj << +1958 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 193.4 358.735 206.352] -/A << /S /GoTo /D (page.67) >> +/Rect [432.194 237.697 443.399 250.648] +/A << /S /GoTo /D (page.57) >> >> endobj -1922 0 obj << +1959 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 193.4 378.185 206.352] -/A << /S /GoTo /D (page.189) >> +/Rect [446.253 237.697 462.065 250.648] +/A << /S /GoTo /D (page.169) >> >> endobj -1923 0 obj << +1960 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [299.416 171.321 310.622 184.272] -/A << /S /GoTo /D (page.54) >> +/Rect [464.919 237.697 480.731 250.648] +/A << /S /GoTo /D (page.170) >> >> endobj -1924 0 obj << +1961 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [314.259 171.321 325.465 184.272] -/A << /S /GoTo /D (page.55) >> +/Rect [483.585 237.697 499.397 250.648] +/A << /S /GoTo /D (page.174) >> >> endobj -1925 0 obj << +1962 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.103 171.321 340.309 184.272] -/A << /S /GoTo /D (page.66) >> +/Rect [434.448 215.594 445.654 228.546] +/A << /S /GoTo /D (page.54) >> >> endobj -1926 0 obj << +1963 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.946 171.321 359.759 184.272] -/A << /S /GoTo /D (page.183) >> +/Rect [449.291 215.594 460.497 228.546] +/A << /S /GoTo /D (page.57) >> >> endobj -1927 0 obj << +1964 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 171.321 378.185 184.272] -/A << /S /GoTo /D (page.185) >> +/Rect [464.135 215.594 479.947 228.546] +/A << /S /GoTo /D (page.170) >> >> endobj -1928 0 obj << +1965 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 160.2 358.735 173.152] -/A << /S /GoTo /D (page.66) >> +/Rect [483.585 215.594 499.397 228.546] +/A << /S /GoTo /D (page.171) >> >> endobj -1929 0 obj << +1966 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 160.2 378.185 173.152] -/A << /S /GoTo /D (page.184) >> +/Rect [453.898 193.492 465.104 206.443] +/A << /S /GoTo /D (page.54) >> >> endobj -1930 0 obj << +1967 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 138.121 358.735 151.072] -/A << /S /GoTo /D (page.66) >> +/Rect [468.741 193.492 479.947 206.443] +/A << /S /GoTo /D (page.57) >> >> endobj -1931 0 obj << +1968 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 138.121 378.185 151.072] -/A << /S /GoTo /D (page.184) >> +/Rect [483.585 193.492 499.397 206.443] +/A << /S /GoTo /D (page.171) >> >> endobj -1932 0 obj << +1969 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.789 127.001 330.995 139.952] -/A << /S /GoTo /D (page.27) >> +/Rect [453.898 171.39 465.104 184.341] +/A << /S /GoTo /D (page.54) >> >> endobj -1933 0 obj << +1970 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 127.001 345.838 139.952] -/A << /S /GoTo /D (page.62) >> +/Rect [468.741 171.39 479.947 184.341] +/A << /S /GoTo /D (page.57) >> >> endobj -1934 0 obj << +1971 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 127.001 360.682 139.952] -/A << /S /GoTo /D (page.63) >> +/Rect [483.585 171.39 499.397 184.341] +/A << /S /GoTo /D (page.171) >> >> endobj -1935 0 obj << +1972 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 117.586 306.037 127.088] -/A << /S /GoTo /D (page.67) >> +/Rect [453.898 149.287 465.104 162.239] +/A << /S /GoTo /D (page.54) >> >> endobj -1936 0 obj << +1973 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.651 117.586 319.857 127.088] -/A << /S /GoTo /D (page.70) >> +/Rect [468.741 149.287 479.947 162.239] +/A << /S /GoTo /D (page.57) >> >> endobj -1937 0 obj << +1974 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 117.586 337.504 127.088] -/A << /S /GoTo /D (page.73) >> +/Rect [483.585 149.287 499.397 162.239] +/A << /S /GoTo /D (page.171) >> >> endobj -1938 0 obj << +1975 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.946 117.586 359.759 127.088] -/A << /S /GoTo /D (page.170) >> +/Rect [434.448 127.185 445.654 140.136] +/A << /S /GoTo /D (page.55) >> >> endobj -1939 0 obj << +1976 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [449.291 127.185 460.497 140.136] +/A << /S /GoTo /D (page.57) >> +>> endobj +1977 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 117.586 378.185 127.088] +/Rect [464.135 127.185 479.947 140.136] /A << /S /GoTo /D (page.172) >> >> endobj -1940 0 obj << +1978 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 701.845 465.104 714.796] -/A << /S /GoTo /D (page.62) >> +/Rect [483.585 127.185 499.397 140.136] +/A << /S /GoTo /D (page.173) >> >> endobj -1941 0 obj << +1979 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 701.845 479.947 714.796] -/A << /S /GoTo /D (page.63) >> +/Rect [468.741 116.042 479.947 128.993] +/A << /S /GoTo /D (page.57) >> >> endobj -1942 0 obj << +1980 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] +/Rect [483.585 116.042 499.397 128.993] /A << /S /GoTo /D (page.172) >> >> endobj -1943 0 obj << +1997 0 obj << +/D [1995 0 R /XYZ 144.724 753.953 null] +>> endobj +1994 0 obj << +/Font << /F46 505 0 R /F47 1746 0 R /F50 1747 0 R /F49 1745 0 R /F51 1748 0 R /F17 400 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2281 0 obj << +/Length 2786 +/Filter /FlateDecode +>> +stream +x\IoWHQu- 6iڇ39m E&⢅K둔Fr`ȷ|oe<{>t큫FFJ>{zaTdDr[N7|ߒxdsB(1b?ۿNAw҂g췹:Z̿0N#AXD8!.D=E߾GY,u oP\@yIRC +'ݒNT7al!xpmdkHX}pI%7Opd"Jb51 5a֕*g?Ǣx;IV-|I3YwD?-'fyG:Gg ~$笏a[K"P'`D =7ĝBV28hXC<@VV¤F2ksaP;/JH|yu?%HAcC&BfP]8h2l'r%SsAQ)s `BLG3ՙȝy+9kBE02$dl%R gA Q' +qI^(  D +RKyP,leN^9FuUk0gmE agiWpl*^c +F^M奬FXȚ'>>xY%k^xclj58>){ $}+`Nn- oϧԆALb$W#a9Sg!΍?0Xxu*g~awlvi%9H6ja|K6FV~Bd6jkE*)P)ڶlK5/)qj ma\u7}L7ÇD&9NG@IG;v%GY2XuZ.YWKR[VWJ!v$tQC3˾,.+?:b\׀$U܆_lehE$p&a8T GF~x.okd+99bCG +#)$I1GWʐ0 d?+sRiœ h 5-D"Fh*CQ`bj 1ٜQDc$ f%7H9 JVW&Jq4:"xxC^f$/kqB ֗aXє,[REO*02[b-ktl \RDX:utNAFNj>2Nd`'dOyQPNHS:%dʧ +|mv՟]x +"Oח:ZQpU2*^,v6ѥGyT/<-қ219UEzM8vKII6o UUchY;n +ЦR$S5Z_bDw-I1x'e:OC2.uXcqI!Q>^i/מ wL]+Φғ|oȴ̧©\Hy1!gգ4sz?'RR=egBl|am|=|y)g ՓEí"v 5AS/#7J=r'Yp*nox=S[ 7`|08ủrjr+AGQpLet koۻveѐB3)2uZg%>mtvP_f~W6?0 ?~LvR,7>3f'sci ^IF%p؈BdA+KݮYϐ mŜʂ>!e2٢?mt;Pqʔ2G<b9`+~F1b%eF^TzWys0mjamMxM& 8E:%ZZE:Ecs5 8[E_"Ius?Nz;{̴\nqI)t=|=zp@Wi tbONcyYe.X\vGq6ɵJ. +qd9q-KjMf=2mR'mtڷ,NmF"K[Гd}"W +endstream +endobj +2280 0 obj << +/Type /Page +/Contents 2281 0 R +/Resources 2279 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1749 0 R +/Annots [ 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 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 2269 0 R ] +>> endobj +1981 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 690.417 460.497 703.369] -/A << /S /GoTo /D (page.63) >> +/Rect [211.474 690.886 222.679 703.837] +/A << /S /GoTo /D (page.57) >> >> endobj -1944 0 obj << +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] +/A << /S /GoTo /D (page.58) >> +>> endobj +1983 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 690.417 479.947 703.369] -/A << /S /GoTo /D (page.170) >> +/Rect [241.161 690.886 256.973 703.837] +/A << /S /GoTo /D (page.172) >> >> endobj -1945 0 obj << +1984 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 690.417 499.397 703.369] -/A << /S /GoTo /D (page.171) >> +/Rect [211.474 668.808 222.679 681.759] +/A << /S /GoTo /D (page.57) >> >> endobj -1946 0 obj << +1985 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.078 668.031 451.284 680.982] -/A << /S /GoTo /D (page.63) >> +/Rect [226.317 668.808 237.523 681.759] +/A << /S /GoTo /D (page.58) >> >> endobj -1947 0 obj << +1986 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [454.922 668.031 466.127 680.982] -/A << /S /GoTo /D (page.66) >> +/Rect [241.161 668.808 256.973 681.759] +/A << /S /GoTo /D (page.173) >> >> endobj -1948 0 obj << +1987 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 668.031 479.947 680.982] -/A << /S /GoTo /D (page.68) >> +/Rect [226.317 657.688 237.523 670.639] +/A << /S /GoTo /D (page.57) >> >> endobj -1949 0 obj << +1988 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 668.031 499.397 680.982] -/A << /S /GoTo /D (page.171) >> +/Rect [241.161 657.688 256.973 670.639] +/A << /S /GoTo /D (page.170) >> >> endobj -1950 0 obj << +1989 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.472 656.603 446.677 669.554] -/A << /S /GoTo /D (page.62) >> +/Rect [211.474 646.568 222.679 659.52] +/A << /S /GoTo /D (page.57) >> >> endobj -1951 0 obj << +1990 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 656.603 460.497 669.554] -/A << /S /GoTo /D (page.64) >> +/Rect [226.317 646.568 237.523 659.52] +/A << /S /GoTo /D (page.63) >> >> endobj -1952 0 obj << +1991 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 656.603 479.947 669.554] -/A << /S /GoTo /D (page.173) >> +/Rect [241.161 646.568 256.973 659.52] +/A << /S /GoTo /D (page.170) >> >> endobj -1953 0 obj << +1992 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 656.603 499.397 669.554] -/A << /S /GoTo /D (page.174) >> +/Rect [226.317 624.49 237.523 637.441] +/A << /S /GoTo /D (page.57) >> >> endobj -1954 0 obj << +1993 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 634.216 445.654 647.168] -/A << /S /GoTo /D (page.61) >> +/Rect [241.161 624.49 256.973 637.441] +/A << /S /GoTo /D (page.170) >> >> endobj -1955 0 obj << +1998 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 634.216 460.497 647.168] -/A << /S /GoTo /D (page.64) >> +/Rect [208.021 613.37 219.227 626.322] +/A << /S /GoTo /D (page.58) >> >> endobj -1956 0 obj << +1999 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 634.216 479.947 647.168] +/Rect [222.734 613.37 238.547 626.322] /A << /S /GoTo /D (page.174) >> >> endobj -1957 0 obj << +2000 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 634.216 499.397 647.168] -/A << /S /GoTo /D (page.175) >> +/Rect [241.161 613.37 256.973 626.322] +/A << /S /GoTo /D (page.176) >> >> endobj -1958 0 obj << +2001 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 611.83 465.104 624.781] -/A << /S /GoTo /D (page.61) >> +/Rect [211.474 591.292 222.679 604.243] +/A << /S /GoTo /D (page.58) >> >> endobj -1959 0 obj << +2002 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 611.83 479.947 624.781] -/A << /S /GoTo /D (page.64) >> +/Rect [226.317 591.292 237.523 604.243] +/A << /S /GoTo /D (page.59) >> >> endobj -1960 0 obj << +2003 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 611.83 499.397 624.781] -/A << /S /GoTo /D (page.174) >> +/Rect [241.161 591.292 256.973 604.243] +/A << /S /GoTo /D (page.176) >> >> endobj -1961 0 obj << +2004 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 589.443 465.104 602.394] -/A << /S /GoTo /D (page.61) >> +/Rect [226.317 569.213 237.523 582.165] +/A << /S /GoTo /D (page.58) >> >> endobj -1962 0 obj << +2005 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 589.443 479.947 602.394] -/A << /S /GoTo /D (page.64) >> +/Rect [241.161 569.213 256.973 582.165] +/A << /S /GoTo /D (page.176) >> >> endobj -1963 0 obj << +2006 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 589.443 499.397 602.394] -/A << /S /GoTo /D (page.175) >> +/Rect [226.317 547.135 237.523 560.086] +/A << /S /GoTo /D (page.58) >> >> endobj -1964 0 obj << +2007 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 567.056 465.104 580.008] -/A << /S /GoTo /D (page.61) >> +/Rect [241.161 547.135 256.973 560.086] +/A << /S /GoTo /D (page.176) >> >> endobj -1965 0 obj << +2008 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 567.056 479.947 580.008] -/A << /S /GoTo /D (page.64) >> +/Rect [226.317 525.056 237.523 538.008] +/A << /S /GoTo /D (page.58) >> >> endobj -1966 0 obj << +2009 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 567.056 499.397 580.008] -/A << /S /GoTo /D (page.175) >> +/Rect [241.161 525.056 256.973 538.008] +/A << /S /GoTo /D (page.177) >> >> endobj -1967 0 obj << +2010 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 544.67 445.654 557.621] -/A << /S /GoTo /D (page.62) >> +/Rect [226.317 502.978 237.523 515.929] +/A << /S /GoTo /D (page.58) >> >> endobj -1968 0 obj << +2011 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 544.67 460.497 557.621] -/A << /S /GoTo /D (page.64) >> +/Rect [241.161 502.978 256.973 515.929] +/A << /S /GoTo /D (page.175) >> >> endobj -1969 0 obj << +2012 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 544.67 479.947 557.621] -/A << /S /GoTo /D (page.175) >> +/Rect [226.317 480.899 237.523 493.851] +/A << /S /GoTo /D (page.58) >> >> endobj -1970 0 obj << +2013 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 544.67 499.397 557.621] -/A << /S /GoTo /D (page.176) >> +/Rect [241.161 480.899 256.973 493.851] +/A << /S /GoTo /D (page.175) >> >> endobj -1971 0 obj << +2014 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 533.242 479.947 546.193] -/A << /S /GoTo /D (page.64) >> +/Rect [226.317 458.821 237.523 471.772] +/A << /S /GoTo /D (page.58) >> >> endobj -1972 0 obj << +2015 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 533.242 499.397 546.193] -/A << /S /GoTo /D (page.176) >> +/Rect [241.161 458.821 256.973 471.772] +/A << /S /GoTo /D (page.175) >> >> endobj -1973 0 obj << +2016 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 521.814 479.947 534.766] -/A << /S /GoTo /D (page.64) >> +/Rect [187.417 447.701 198.623 460.653] +/A << /S /GoTo /D (page.59) >> >> endobj -1974 0 obj << +2017 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 521.814 499.397 534.766] -/A << /S /GoTo /D (page.176) >> +/Rect [202.261 447.701 218.073 460.653] +/A << /S /GoTo /D (page.179) >> >> endobj -1975 0 obj << +2018 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 499.428 479.947 512.379] -/A << /S /GoTo /D (page.64) >> +/Rect [221.711 447.701 237.523 460.653] +/A << /S /GoTo /D (page.180) >> >> endobj -1976 0 obj << +2019 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 499.428 499.397 512.379] -/A << /S /GoTo /D (page.176) >> +/Rect [241.161 447.701 256.973 460.653] +/A << /S /GoTo /D (page.185) >> >> endobj -1977 0 obj << +2020 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 488 479.947 500.951] -/A << /S /GoTo /D (page.64) >> +/Rect [192.024 425.623 203.229 438.574] +/A << /S /GoTo /D (page.59) >> >> endobj -1978 0 obj << +2021 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 488 499.397 500.951] -/A << /S /GoTo /D (page.173) >> +/Rect [206.867 425.623 218.073 438.574] +/A << /S /GoTo /D (page.60) >> >> endobj -1979 0 obj << +2022 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 476.572 465.104 489.523] -/A << /S /GoTo /D (page.64) >> +/Rect [221.711 425.623 237.523 438.574] +/A << /S /GoTo /D (page.180) >> >> endobj -1980 0 obj << +2023 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 476.572 479.947 489.523] -/A << /S /GoTo /D (page.68) >> +/Rect [241.161 425.623 256.973 438.574] +/A << /S /GoTo /D (page.181) >> >> endobj -1981 0 obj << +2024 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 476.572 499.397 489.523] -/A << /S /GoTo /D (page.173) >> +/Rect [227.06 414.503 238.266 427.455] +/A << /S /GoTo /D (page.60) >> >> endobj -1982 0 obj << +2025 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 454.185 479.947 467.137] -/A << /S /GoTo /D (page.64) >> +/Rect [241.161 414.503 256.973 427.455] +/A << /S /GoTo /D (page.181) >> >> endobj -1983 0 obj << +2026 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 454.185 499.397 467.137] -/A << /S /GoTo /D (page.174) >> +/Rect [227.128 403.383 238.334 416.335] +/A << /S /GoTo /D (page.60) >> >> endobj -1984 0 obj << +2027 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 442.758 460.497 455.709] -/A << /S /GoTo /D (page.65) >> +/Rect [241.161 403.383 256.973 416.335] +/A << /S /GoTo /D (page.181) >> >> endobj -1985 0 obj << +2028 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 442.758 479.947 455.709] -/A << /S /GoTo /D (page.178) >> +/Rect [226.317 381.305 237.523 394.256] +/A << /S /GoTo /D (page.60) >> >> endobj -1986 0 obj << +2029 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 442.758 499.397 455.709] -/A << /S /GoTo /D (page.179) >> +/Rect [241.161 381.305 256.973 394.256] +/A << /S /GoTo /D (page.181) >> >> endobj -1987 0 obj << +2030 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 431.33 460.497 444.281] -/A << /S /GoTo /D (page.65) >> +/Rect [193.047 359.226 204.253 372.178] +/A << /S /GoTo /D (page.55) >> >> endobj -1988 0 obj << +2031 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 431.33 479.947 444.281] -/A << /S /GoTo /D (page.179) >> +/Rect [207.891 359.226 219.097 372.178] +/A << /S /GoTo /D (page.60) >> >> endobj -1989 0 obj << +2032 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 431.33 499.397 444.281] -/A << /S /GoTo /D (page.180) >> +/Rect [222.734 359.226 238.547 372.178] +/A << /S /GoTo /D (page.181) >> >> endobj -1990 0 obj << +2033 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.485 419.902 480.69 432.854] -/A << /S /GoTo /D (page.65) >> +/Rect [241.161 359.226 256.973 372.178] +/A << /S /GoTo /D (page.183) >> >> endobj -1991 0 obj << +2034 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 419.902 499.397 432.854] -/A << /S /GoTo /D (page.179) >> +/Rect [227.06 348.107 238.266 361.058] +/A << /S /GoTo /D (page.60) >> >> endobj -1992 0 obj << +2035 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.553 408.474 480.758 421.426] -/A << /S /GoTo /D (page.65) >> +/Rect [241.161 348.107 256.973 361.058] +/A << /S /GoTo /D (page.182) >> >> endobj -1993 0 obj << +2036 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 408.474 499.397 421.426] -/A << /S /GoTo /D (page.180) >> +/Rect [227.128 336.987 238.334 349.939] +/A << /S /GoTo /D (page.60) >> >> endobj -1994 0 obj << +2037 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 386.088 479.947 399.039] -/A << /S /GoTo /D (page.65) >> +/Rect [241.161 336.987 256.973 349.939] +/A << /S /GoTo /D (page.182) >> >> endobj -1995 0 obj << +2038 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 386.088 499.397 399.039] -/A << /S /GoTo /D (page.180) >> +/Rect [226.317 314.909 237.523 327.86] +/A << /S /GoTo /D (page.60) >> >> endobj -1996 0 obj << +2039 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [420.628 363.701 431.834 376.653] -/A << /S /GoTo /D (page.62) >> +/Rect [241.161 314.909 256.973 327.86] +/A << /S /GoTo /D (page.183) >> >> endobj -1997 0 obj << +2040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.472 363.701 446.677 376.653] -/A << /S /GoTo /D (page.65) >> +/Rect [226.317 303.789 237.523 316.741] +/A << /S /GoTo /D (page.59) >> >> endobj -1998 0 obj << +2041 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.315 363.701 461.521 376.653] -/A << /S /GoTo /D (page.66) >> +/Rect [241.161 303.789 256.973 316.741] +/A << /S /GoTo /D (page.179) >> >> endobj -1999 0 obj << +2042 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 363.701 480.971 376.653] -/A << /S /GoTo /D (page.180) >> +/Rect [226.317 292.67 237.523 305.621] +/A << /S /GoTo /D (page.59) >> >> endobj -2000 0 obj << +2043 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 363.701 499.397 376.653] -/A << /S /GoTo /D (page.182) >> +/Rect [241.161 292.67 256.973 305.621] +/A << /S /GoTo /D (page.180) >> >> endobj -2001 0 obj << +2044 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 341.315 465.104 354.266] -/A << /S /GoTo /D (page.65) >> +/Rect [226.317 270.591 237.523 283.543] +/A << /S /GoTo /D (page.59) >> >> endobj -2002 0 obj << +2045 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 341.315 479.947 354.266] -/A << /S /GoTo /D (page.66) >> +/Rect [241.161 270.591 256.973 283.543] +/A << /S /GoTo /D (page.180) >> >> endobj -2003 0 obj << +2046 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 341.315 499.397 354.266] -/A << /S /GoTo /D (page.181) >> +/Rect [206.867 248.513 218.073 261.464] +/A << /S /GoTo /D (page.61) >> >> endobj -2004 0 obj << +2047 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.553 329.887 480.758 342.838] -/A << /S /GoTo /D (page.66) >> +/Rect [221.711 248.513 237.523 261.464] +/A << /S /GoTo /D (page.185) >> >> endobj -2005 0 obj << +2048 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 329.887 499.397 342.838] -/A << /S /GoTo /D (page.181) >> +/Rect [241.161 248.513 256.973 261.464] +/A << /S /GoTo /D (page.186) >> >> endobj -2006 0 obj << +2049 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 307.5 479.947 320.452] -/A << /S /GoTo /D (page.66) >> +/Rect [206.867 226.434 218.073 239.386] +/A << /S /GoTo /D (page.61) >> >> endobj -2007 0 obj << +2050 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 307.5 499.397 320.452] -/A << /S /GoTo /D (page.181) >> +/Rect [221.711 226.434 237.523 239.386] +/A << /S /GoTo /D (page.186) >> >> endobj -2008 0 obj << +2051 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 296.072 479.947 309.024] -/A << /S /GoTo /D (page.65) >> +/Rect [241.161 226.434 256.973 239.386] +/A << /S /GoTo /D (page.187) >> >> endobj -2009 0 obj << +2052 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 296.072 499.397 309.024] -/A << /S /GoTo /D (page.178) >> +/Rect [226.317 204.356 237.523 217.307] +/A << /S /GoTo /D (page.61) >> >> endobj -2010 0 obj << +2053 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 284.645 479.947 297.596] -/A << /S /GoTo /D (page.65) >> +/Rect [241.161 204.356 256.973 217.307] +/A << /S /GoTo /D (page.186) >> >> endobj -2011 0 obj << +2054 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 284.645 499.397 297.596] -/A << /S /GoTo /D (page.178) >> +/Rect [226.317 182.277 237.523 195.229] +/A << /S /GoTo /D (page.61) >> >> endobj -2012 0 obj << +2055 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 262.258 479.947 275.209] -/A << /S /GoTo /D (page.65) >> +/Rect [241.161 182.277 256.973 195.229] +/A << /S /GoTo /D (page.187) >> >> endobj -2013 0 obj << +2056 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 262.258 499.397 275.209] -/A << /S /GoTo /D (page.179) >> +/Rect [226.317 160.199 237.523 173.15] +/A << /S /GoTo /D (page.61) >> >> endobj -2014 0 obj << +2057 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.472 250.83 446.677 263.782] -/A << /S /GoTo /D (page.66) >> +/Rect [241.161 160.199 256.973 173.15] +/A << /S /GoTo /D (page.187) >> >> endobj -2015 0 obj << +2058 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.315 250.83 461.521 263.782] -/A << /S /GoTo /D (page.67) >> +/Rect [226.317 138.12 237.523 151.072] +/A << /S /GoTo /D (page.61) >> >> endobj -2016 0 obj << +2059 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 250.83 480.971 263.782] +/Rect [241.161 138.12 256.973 151.072] /A << /S /GoTo /D (page.185) >> >> endobj -2017 0 obj << +2060 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 250.83 499.397 263.782] -/A << /S /GoTo /D (page.187) >> +/Rect [226.317 116.042 237.523 128.993] +/A << /S /GoTo /D (page.61) >> >> endobj -2018 0 obj << +2061 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 239.403 465.104 252.354] -/A << /S /GoTo /D (page.66) >> +/Rect [241.161 116.042 256.973 128.993] +/A << /S /GoTo /D (page.185) >> >> endobj -2019 0 obj << +2062 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 239.403 479.947 252.354] -/A << /S /GoTo /D (page.67) >> +/Rect [347.529 690.886 358.735 703.837] +/A << /S /GoTo /D (page.61) >> >> endobj -2020 0 obj << +2063 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 239.403 499.397 252.354] +/Rect [362.373 690.886 378.185 703.837] /A << /S /GoTo /D (page.186) >> >> endobj -2021 0 obj << +2064 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 227.975 479.947 240.926] -/A << /S /GoTo /D (page.67) >> +/Rect [329.103 679.736 340.309 692.687] +/A << /S /GoTo /D (page.62) >> >> endobj -2022 0 obj << +2065 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 227.975 499.397 240.926] -/A << /S /GoTo /D (page.186) >> +/Rect [343.946 679.736 359.759 692.687] +/A << /S /GoTo /D (page.191) >> >> endobj -2023 0 obj << +2066 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 205.588 460.497 218.54] -/A << /S /GoTo /D (page.67) >> +/Rect [362.373 679.736 378.185 692.687] +/A << /S /GoTo /D (page.193) >> >> endobj -2024 0 obj << +2067 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 205.588 479.947 218.54] -/A << /S /GoTo /D (page.186) >> +/Rect [347.529 668.585 358.735 681.536] +/A << /S /GoTo /D (page.62) >> >> endobj -2025 0 obj << +2068 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 205.588 499.397 218.54] -/A << /S /GoTo /D (page.187) >> +/Rect [362.373 668.585 378.185 681.536] +/A << /S /GoTo /D (page.192) >> >> endobj -2026 0 obj << +2069 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 183.202 479.947 196.153] -/A << /S /GoTo /D (page.67) >> +/Rect [347.529 657.435 358.735 670.386] +/A << /S /GoTo /D (page.62) >> >> endobj -2027 0 obj << +2070 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 183.202 499.397 196.153] -/A << /S /GoTo /D (page.187) >> +/Rect [362.373 657.435 378.185 670.386] +/A << /S /GoTo /D (page.192) >> >> endobj -2028 0 obj << +2071 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 160.815 479.947 173.766] -/A << /S /GoTo /D (page.67) >> +/Rect [328.079 635.325 339.285 648.277] +/A << /S /GoTo /D (page.62) >> >> endobj -2029 0 obj << +2072 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 160.815 499.397 173.766] -/A << /S /GoTo /D (page.187) >> +/Rect [342.923 635.325 358.735 648.277] +/A << /S /GoTo /D (page.192) >> >> endobj -2030 0 obj << +2073 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 138.428 499.397 151.38] -/A << /S /GoTo /D (page.135) >> +/Rect [362.373 635.325 378.185 648.277] +/A << /S /GoTo /D (page.193) >> >> endobj -2031 0 obj << +2074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 127.001 481.894 139.952] -/A << /S /GoTo /D (page.27) >> +/Rect [347.529 613.216 358.735 626.167] +/A << /S /GoTo /D (page.62) >> >> endobj -2032 0 obj << +2075 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 117.586 427.249 127.088] -/A << /S /GoTo /D (page.47) >> +/Rect [362.373 613.216 378.185 626.167] +/A << /S /GoTo /D (page.193) >> >> endobj -2033 0 obj << +2076 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.929 117.586 444.134 127.088] +/Rect [347.529 591.106 358.735 604.058] /A << /S /GoTo /D (page.62) >> >> endobj -2034 0 obj << +2077 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.814 117.586 461.02 127.088] -/A << /S /GoTo /D (page.73) >> +/Rect [362.373 591.106 378.185 604.058] +/A << /S /GoTo /D (page.193) >> >> endobj -2035 0 obj << +2078 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.699 117.586 477.905 127.088] -/A << /S /GoTo /D (page.74) >> +/Rect [362.373 568.997 378.185 581.948] +/A << /S /GoTo /D (page.131) >> >> endobj -2036 0 obj << +2079 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 117.586 499.397 127.088] -/A << /S /GoTo /D (page.170) >> ->> endobj -2059 0 obj << -/D [2057 0 R /XYZ 144.724 753.953 null] +/Rect [349.476 557.846 360.682 570.798] +/A << /S /GoTo /D (page.20) >> >> endobj -2056 0 obj << -/Font << /F46 538 0 R /F47 1769 0 R /F50 1770 0 R /F49 1768 0 R /F51 1771 0 R /F17 428 0 R >> -/ProcSet [ /PDF /Text ] +2080 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.831 548.432 306.037 557.934] +/A << /S /GoTo /D (page.40) >> >> endobj -2370 0 obj << -/Length 3050 -/Filter /FlateDecode ->> -stream -x]K8W9MrX`fj[6 K~)v[%htN$ȪA6,'xr~˻hd/9RTMP35]&iEwLYw|G -fM4/;2Iç6QFF&(dT䯙TjJUU8;2 4N0#V9.3Q0܎` -b AynW*Z9.:'ɲ@:5?t\k8Z82V'Zq$mxD &'5S[#Zx5Ա/PHp=@XS,eVWj%ߤY=?$.!AIQ#Qs#o \ % d0>Vc7+Sf<_k^]:oy]^0B@C.YDJ;d ɃPVdseN(cYq j3kZ;}M1B6-2X#G|t&Y/91M¦2­<7vMw6Zح_\a/ZLPswaLI>(6lBSM\j{|\}+EPbWi?l\H9,NubT|61Jg\{tK#ԟͨ,+au$d\C-wh$̡ d :FRʮÞveEt=qY((6uEe)φ"5)+ -B q=b9埠3ç 3kb{yܯ*շ~FwXZHoWRxVݽy[ThƧ(`e~eY2n~JQWMlZ#Z 8|.>k]?T}G婍mpZCkpI tP9 {ޜ -о *%4a9.Γ4< TՆwmeyf<x8v5ݽ.??a+gog1%y_MDT@DygsW^ 'gڝ,gFߡ*w  H 4H2⯁רj!@ub9M{ 'Á,#uTW=Nd̮͈A!w69Τ~P1skNo޶džuF$~xKy=s 'ި!?}ͬsx7I6 lm$$~Yٗ);CZX7 n!5Աy+x5c.31t{2ųnk|7}BRYw(xnw$zp^*R]inu|He{䰌|n-[xLr|=;Gei{)Bוg ∾<ElҀn^@N/wY\y9c+3Meu> >> endobj -2037 0 obj << +2082 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.734 690.886 194.939 703.837] -/A << /S /GoTo /D (page.27) >> +/Rect [328.602 548.432 339.808 557.934] +/A << /S /GoTo /D (page.69) >> >> endobj -2038 0 obj << +2083 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.47) >> +/Rect [345.487 548.432 356.693 557.934] +/A << /S /GoTo /D (page.70) >> >> endobj -2039 0 obj << +2084 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.63) >> +/Rect [362.373 548.432 378.185 557.934] +/A << /S /GoTo /D (page.166) >> >> endobj -2040 0 obj << +2085 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.74) >> +/Rect [319.789 524.778 330.995 537.73] +/A << /S /GoTo /D (page.20) >> >> endobj -2041 0 obj << +2086 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 681.472 189.431 690.973] -/A << /S /GoTo /D (page.172) >> +/Rect [334.633 524.778 345.838 537.73] +/A << /S /GoTo /D (page.40) >> >> endobj -2042 0 obj << +2087 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.133 681.472 211.945 690.973] -/A << /S /GoTo /D (page.173) >> +/Rect [349.476 524.778 360.682 537.73] +/A << /S /GoTo /D (page.56) >> >> endobj -2043 0 obj << +2088 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.647 681.472 234.459 690.973] -/A << /S /GoTo /D (page.177) >> +/Rect [294.831 515.364 306.037 524.865] +/A << /S /GoTo /D (page.58) >> >> endobj -2044 0 obj << +2089 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 681.472 256.973 690.973] -/A << /S /GoTo /D (page.178) >> +/Rect [309.413 515.364 320.619 524.865] +/A << /S /GoTo /D (page.69) >> >> endobj -2045 0 obj << +2090 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 657.838 239.47 670.789] -/A << /S /GoTo /D (page.27) >> +/Rect [323.995 515.364 339.808 524.865] +/A << /S /GoTo /D (page.169) >> >> endobj -2046 0 obj << +2091 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 648.423 184.825 657.925] -/A << /S /GoTo /D (page.47) >> +/Rect [343.184 515.364 358.996 524.865] +/A << /S /GoTo /D (page.177) >> >> endobj -2047 0 obj << +2092 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.353 648.423 200.558 657.925] -/A << /S /GoTo /D (page.65) >> +/Rect [362.373 515.364 378.185 524.865] +/A << /S /GoTo /D (page.179) >> >> endobj -2048 0 obj << +2093 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.087 648.423 216.292 657.925] -/A << /S /GoTo /D (page.74) >> +/Rect [347.529 491.71 358.735 504.661] +/A << /S /GoTo /D (page.58) >> >> endobj -2049 0 obj << +2094 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.82 648.423 236.633 657.925] -/A << /S /GoTo /D (page.173) >> +/Rect [362.373 491.71 378.185 504.661] +/A << /S /GoTo /D (page.174) >> >> endobj -2050 0 obj << +2095 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 648.423 256.973 657.925] -/A << /S /GoTo /D (page.177) >> +/Rect [349.476 469.6 360.682 482.552] +/A << /S /GoTo /D (page.20) >> >> endobj -2051 0 obj << +2096 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.787 624.789 192.992 637.74] -/A << /S /GoTo /D (page.27) >> +/Rect [294.831 460.186 306.037 469.688] +/A << /S /GoTo /D (page.40) >> >> endobj -2052 0 obj << +2097 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.63 624.789 207.836 637.74] -/A << /S /GoTo /D (page.47) >> +/Rect [313.046 460.186 324.252 469.688] +/A << /S /GoTo /D (page.59) >> >> endobj -2053 0 obj << +2098 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 624.789 222.679 637.74] -/A << /S /GoTo /D (page.66) >> +/Rect [331.261 460.186 342.467 469.688] +/A << /S /GoTo /D (page.60) >> >> endobj -2054 0 obj << +2099 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 624.789 237.523 637.74] -/A << /S /GoTo /D (page.74) >> +/Rect [349.476 460.186 360.682 469.688] +/A << /S /GoTo /D (page.70) >> >> endobj -2055 0 obj << +2100 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 624.789 256.973 637.74] -/A << /S /GoTo /D (page.183) >> +/Rect [294.831 449.227 310.643 458.729] +/A << /S /GoTo /D (page.169) >> >> endobj -2060 0 obj << +2101 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [176.987 602.699 188.386 615.651] -/A << /S /GoTo /D (page.68) >> +/Rect [317.345 449.227 333.157 458.729] +/A << /S /GoTo /D (page.178) >> >> endobj -2061 0 obj << +2102 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 602.699 203.229 615.651] -/A << /S /GoTo /D (page.69) >> +/Rect [339.859 449.227 355.671 458.729] +/A << /S /GoTo /D (page.184) >> >> endobj -2062 0 obj << +2103 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 602.699 218.073 615.651] -/A << /S /GoTo /D (page.95) >> +/Rect [362.373 449.227 378.185 458.729] +/A << /S /GoTo /D (page.187) >> >> endobj -2063 0 obj << +2104 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 602.699 237.523 615.651] -/A << /S /GoTo /D (page.148) >> +/Rect [347.529 425.573 358.735 438.525] +/A << /S /GoTo /D (page.60) >> >> endobj -2064 0 obj << +2105 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 602.699 256.973 615.651] -/A << /S /GoTo /D (page.150) >> +/Rect [362.373 425.573 378.185 438.525] +/A << /S /GoTo /D (page.184) >> >> endobj -2065 0 obj << +2106 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 580.61 256.973 593.561] -/A << /S /GoTo /D (page.148) >> +/Rect [302.999 403.464 314.205 416.415] +/A << /S /GoTo /D (page.20) >> >> endobj -2066 0 obj << +2107 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.63 558.52 207.836 571.472] -/A << /S /GoTo /D (page.69) >> +/Rect [317.842 403.464 329.048 416.415] +/A << /S /GoTo /D (page.40) >> >> endobj -2067 0 obj << +2108 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 558.52 222.679 571.472] -/A << /S /GoTo /D (page.74) >> +/Rect [332.686 403.464 343.892 416.415] +/A << /S /GoTo /D (page.61) >> >> endobj -2068 0 obj << +2109 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 558.52 237.523 571.472] -/A << /S /GoTo /D (page.83) >> +/Rect [347.529 403.464 358.735 416.415] +/A << /S /GoTo /D (page.70) >> >> endobj -2069 0 obj << +2110 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 558.52 256.973 571.472] -/A << /S /GoTo /D (page.146) >> +/Rect [362.373 403.464 378.185 416.415] +/A << /S /GoTo /D (page.189) >> >> endobj -2070 0 obj << +2111 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [176.987 536.431 188.192 549.382] -/A << /S /GoTo /D (page.63) >> +/Rect [298.199 381.354 309.598 394.306] +/A << /S /GoTo /D (page.64) >> >> endobj -2071 0 obj << +2112 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.83 536.431 203.229 549.382] -/A << /S /GoTo /D (page.68) >> +/Rect [313.236 381.354 324.442 394.306] +/A << /S /GoTo /D (page.65) >> >> endobj -2072 0 obj << +2113 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 536.431 218.073 549.382] -/A << /S /GoTo /D (page.69) >> +/Rect [328.079 381.354 339.285 394.306] +/A << /S /GoTo /D (page.92) >> >> endobj -2073 0 obj << +2114 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 536.431 237.523 549.382] -/A << /S /GoTo /D (page.148) >> +/Rect [342.923 381.354 358.735 394.306] +/A << /S /GoTo /D (page.145) >> >> endobj -2074 0 obj << +2115 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 536.431 256.973 549.382] -/A << /S /GoTo /D (page.150) >> +/Rect [362.373 381.354 378.185 394.306] +/A << /S /GoTo /D (page.146) >> >> endobj -2075 0 obj << +2116 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 525.3 242.13 538.251] -/A << /S /GoTo /D (page.11) >> +/Rect [362.373 359.245 378.185 372.196] +/A << /S /GoTo /D (page.144) >> >> endobj -2076 0 obj << +2117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 525.3 256.973 538.251] -/A << /S /GoTo /D (page.79) >> +/Rect [298.392 337.136 309.598 350.087] +/A << /S /GoTo /D (page.64) >> >> endobj -2077 0 obj << +2118 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 503.21 222.679 516.162] -/A << /S /GoTo /D (page.47) >> +/Rect [313.236 337.136 324.442 350.087] +/A << /S /GoTo /D (page.69) >> >> endobj -2078 0 obj << +2119 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 503.21 237.523 516.162] -/A << /S /GoTo /D (page.84) >> +/Rect [328.079 337.136 339.285 350.087] +/A << /S /GoTo /D (page.79) >> >> endobj -2079 0 obj << +2120 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 503.21 256.973 516.162] -/A << /S /GoTo /D (page.150) >> +/Rect [342.923 337.136 358.735 350.087] +/A << /S /GoTo /D (page.142) >> >> endobj -2080 0 obj << +2121 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 481.121 222.679 494.072] -/A << /S /GoTo /D (page.47) >> +/Rect [362.373 337.136 378.185 350.087] +/A << /S /GoTo /D (page.143) >> >> endobj -2081 0 obj << +2122 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 481.121 237.523 494.072] -/A << /S /GoTo /D (page.83) >> +/Rect [298.199 315.026 309.404 327.978] +/A << /S /GoTo /D (page.56) >> >> endobj -2082 0 obj << +2123 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 481.121 256.973 494.072] -/A << /S /GoTo /D (page.150) >> +/Rect [313.042 315.026 324.442 327.978] +/A << /S /GoTo /D (page.63) >> >> endobj -2083 0 obj << +2124 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 459.031 227.286 471.983] -/A << /S /GoTo /D (page.73) >> +/Rect [328.079 315.026 339.285 327.978] +/A << /S /GoTo /D (page.65) >> >> endobj -2084 0 obj << +2125 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 459.031 242.13 471.983] -/A << /S /GoTo /D (page.84) >> +/Rect [342.923 315.026 358.735 327.978] +/A << /S /GoTo /D (page.144) >> >> endobj -2085 0 obj << +2126 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 459.031 256.973 471.983] -/A << /S /GoTo /D (page.93) >> +/Rect [362.373 315.026 378.185 327.978] +/A << /S /GoTo /D (page.146) >> >> endobj -2086 0 obj << +2127 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.089 447.901 225.295 460.852] -/A << /S /GoTo /D (page.19) >> +/Rect [352.136 303.876 363.342 316.827] +/A << /S /GoTo /D (page.11) >> >> endobj -2087 0 obj << +2128 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 447.901 239.47 460.852] -/A << /S /GoTo /D (page.27) >> +/Rect [366.979 303.876 378.185 316.827] +/A << /S /GoTo /D (page.75) >> >> endobj -2088 0 obj << +2129 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 438.486 184.825 447.988] -/A << /S /GoTo /D (page.46) >> +/Rect [332.492 281.766 343.892 294.718] +/A << /S /GoTo /D (page.40) >> >> endobj -2089 0 obj << +2130 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.304 438.486 200.704 447.988] -/A << /S /GoTo /D (page.60) >> +/Rect [347.529 281.766 358.735 294.718] +/A << /S /GoTo /D (page.80) >> >> endobj -2090 0 obj << +2131 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.183 438.486 216.389 447.988] -/A << /S /GoTo /D (page.62) >> +/Rect [362.373 281.766 378.185 294.718] +/A << /S /GoTo /D (page.146) >> >> endobj -2091 0 obj << +2132 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.869 438.486 236.681 447.988] -/A << /S /GoTo /D (page.150) >> +/Rect [332.492 259.657 343.892 272.608] +/A << /S /GoTo /D (page.40) >> >> endobj -2092 0 obj << +2133 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 438.486 256.973 447.988] -/A << /S /GoTo /D (page.166) >> +/Rect [347.529 259.657 358.735 272.608] +/A << /S /GoTo /D (page.80) >> >> endobj -2093 0 obj << +2134 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.574 414.852 256.973 427.804] -/A << /S /GoTo /D (page.69) >> +/Rect [362.373 259.657 378.185 272.608] +/A << /S /GoTo /D (page.146) >> >> endobj -2094 0 obj << +2135 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 403.721 222.486 416.673] -/A << /S /GoTo /D (page.23) >> +/Rect [337.292 237.548 348.498 250.499] +/A << /S /GoTo /D (page.68) >> >> endobj -2095 0 obj << +2136 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 403.721 237.523 416.673] -/A << /S /GoTo /D (page.38) >> +/Rect [352.136 237.548 363.342 250.499] +/A << /S /GoTo /D (page.80) >> >> endobj -2096 0 obj << +2137 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 403.721 256.973 416.673] -/A << /S /GoTo /D (page.115) >> +/Rect [366.979 237.548 378.185 250.499] +/A << /S /GoTo /D (page.89) >> >> endobj -2097 0 obj << +2138 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.147 392.591 194.746 405.542] -/A << /S /GoTo /D (page.9) >> +/Rect [349.476 226.397 360.682 239.348] +/A << /S /GoTo /D (page.20) >> >> endobj -2098 0 obj << +2139 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.384 392.591 209.589 405.542] -/A << /S /GoTo /D (page.22) >> +/Rect [294.831 216.983 306.037 226.484] +/A << /S /GoTo /D (page.39) >> >> endobj -2099 0 obj << +2140 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.227 392.591 224.433 405.542] -/A << /S /GoTo /D (page.23) >> +/Rect [310.516 216.983 321.916 226.484] +/A << /S /GoTo /D (page.53) >> >> endobj -2100 0 obj << +2141 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.07 392.591 239.47 405.542] -/A << /S /GoTo /D (page.38) >> +/Rect [326.395 216.983 337.601 226.484] +/A << /S /GoTo /D (page.55) >> >> endobj -2101 0 obj << +2142 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 383.177 184.825 392.678] -/A << /S /GoTo /D (page.58) >> +/Rect [342.081 216.983 357.893 226.484] +/A << /S /GoTo /D (page.146) >> >> endobj -2102 0 obj << +2143 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.201 383.177 199.407 392.678] -/A << /S /GoTo /D (page.59) >> +/Rect [362.373 216.983 378.185 226.484] +/A << /S /GoTo /D (page.163) >> >> endobj -2103 0 obj << +2144 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.783 383.177 218.596 392.678] -/A << /S /GoTo /D (page.114) >> +/Rect [366.786 193.329 378.185 206.28] +/A << /S /GoTo /D (page.65) >> >> endobj -2104 0 obj << +2145 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.972 383.177 237.784 392.678] -/A << /S /GoTo /D (page.116) >> +/Rect [347.336 182.178 358.735 195.13] +/A << /S /GoTo /D (page.31) >> >> endobj -2105 0 obj << +2146 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 383.177 256.973 392.678] -/A << /S /GoTo /D (page.167) >> +/Rect [362.373 182.178 378.185 195.13] +/A << /S /GoTo /D (page.111) >> >> endobj -2106 0 obj << +2147 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.697 370.501 179.903 383.453] -/A << /S /GoTo /D (page.21) >> +/Rect [339.046 171.028 345.645 183.979] +/A << /S /GoTo /D (page.9) >> >> endobj -2107 0 obj << +2148 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.541 370.501 194.746 383.453] -/A << /S /GoTo /D (page.23) >> +/Rect [349.283 171.028 360.682 183.979] +/A << /S /GoTo /D (page.31) >> >> endobj -2108 0 obj << +2149 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.384 370.501 209.59 383.453] -/A << /S /GoTo /D (page.30) >> +/Rect [294.831 161.614 306.037 171.115] +/A << /S /GoTo /D (page.51) >> >> endobj -2109 0 obj << +2150 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.227 370.501 224.433 383.453] -/A << /S /GoTo /D (page.36) >> +/Rect [309.413 161.614 320.619 171.115] +/A << /S /GoTo /D (page.52) >> >> endobj -2110 0 obj << +2151 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.07 370.501 239.47 383.453] -/A << /S /GoTo /D (page.38) >> +/Rect [323.995 161.614 339.808 171.115] +/A << /S /GoTo /D (page.110) >> >> endobj -2111 0 obj << +2152 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 361.087 184.825 370.588] -/A << /S /GoTo /D (page.39) >> +/Rect [343.184 161.614 358.996 171.115] +/A << /S /GoTo /D (page.113) >> >> endobj -2112 0 obj << +2153 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 361.087 203.04 370.588] -/A << /S /GoTo /D (page.41) >> +/Rect [362.373 161.614 378.185 171.115] +/A << /S /GoTo /D (page.163) >> >> endobj -2113 0 obj << +2154 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 361.087 221.255 370.588] -/A << /S /GoTo /D (page.43) >> +/Rect [289.122 148.918 300.328 161.87] +/A << /S /GoTo /D (page.23) >> >> endobj -2114 0 obj << +2155 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 361.087 239.47 370.588] -/A << /S /GoTo /D (page.58) >> +/Rect [303.65 148.918 314.856 161.87] +/A << /S /GoTo /D (page.29) >> >> endobj -2115 0 obj << +2156 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 350.128 184.825 359.63] -/A << /S /GoTo /D (page.59) >> +/Rect [318.179 148.918 329.578 161.87] +/A << /S /GoTo /D (page.31) >> >> endobj -2116 0 obj << +2157 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 350.128 203.04 359.63] -/A << /S /GoTo /D (page.70) >> +/Rect [332.901 148.918 344.106 161.87] +/A << /S /GoTo /D (page.32) >> >> endobj -2117 0 obj << +2158 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 350.128 221.255 359.63] -/A << /S /GoTo /D (page.72) >> +/Rect [347.429 148.918 358.635 161.87] +/A << /S /GoTo /D (page.34) >> >> endobj -2118 0 obj << +2159 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 350.128 239.47 359.63] -/A << /S /GoTo /D (page.95) >> +/Rect [294.831 139.504 306.037 149.006] +/A << /S /GoTo /D (page.36) >> >> endobj -2119 0 obj << +2160 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 339.169 189.431 348.671] -/A << /S /GoTo /D (page.102) >> +/Rect [313.046 139.504 324.252 149.006] +/A << /S /GoTo /D (page.51) >> >> endobj -2120 0 obj << +2161 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.638 339.169 214.451 348.671] -/A << /S /GoTo /D (page.103) >> +/Rect [331.261 139.504 342.467 149.006] +/A << /S /GoTo /D (page.52) >> >> endobj -2121 0 obj << +2162 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 339.169 239.47 348.671] -/A << /S /GoTo /D (page.113) >> +/Rect [349.476 139.504 360.682 149.006] +/A << /S /GoTo /D (page.66) >> >> endobj -2122 0 obj << +2163 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 328.21 189.431 337.712] -/A << /S /GoTo /D (page.115) >> +/Rect [294.831 128.545 306.037 138.047] +/A << /S /GoTo /D (page.68) >> >> endobj -2123 0 obj << +2164 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.638 328.21 214.451 337.712] -/A << /S /GoTo /D (page.119) >> +/Rect [311.511 128.545 322.716 138.047] +/A << /S /GoTo /D (page.92) >> >> endobj -2124 0 obj << +2165 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 328.21 239.47 337.712] -/A << /S /GoTo /D (page.120) >> +/Rect [328.19 128.545 339.396 138.047] +/A << /S /GoTo /D (page.99) >> >> endobj -2125 0 obj << +2166 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 317.251 189.431 326.753] -/A << /S /GoTo /D (page.122) >> +/Rect [344.87 128.545 360.682 138.047] +/A << /S /GoTo /D (page.100) >> >> endobj -2126 0 obj << +2167 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.045 317.251 207.858 326.753] -/A << /S /GoTo /D (page.124) >> +/Rect [294.831 117.586 310.643 127.088] +/A << /S /GoTo /D (page.109) >> >> endobj -2127 0 obj << +2168 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 317.251 239.47 326.753] -/A << /S /GoTo /D (page.126) >> +/Rect [319.85 117.586 335.663 127.088] +/A << /S /GoTo /D (page.111) >> >> endobj -2128 0 obj << +2169 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 306.292 189.431 315.794] -/A << /S /GoTo /D (page.127) >> +/Rect [344.87 117.586 360.682 127.088] +/A << /S /GoTo /D (page.112) >> >> endobj -2129 0 obj << +2170 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.133 306.292 211.945 315.794] -/A << /S /GoTo /D (page.129) >> +/Rect [416.043 703.39 431.855 712.891] +/A << /S /GoTo /D (page.116) >> >> endobj -2130 0 obj << +2171 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.647 306.292 234.459 315.794] -/A << /S /GoTo /D (page.130) >> +/Rect [434.47 703.39 450.282 712.891] +/A << /S /GoTo /D (page.118) >> >> endobj -2131 0 obj << +2172 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 306.292 256.973 315.794] -/A << /S /GoTo /D (page.190) >> +/Rect [464.034 703.39 479.847 712.891] +/A << /S /GoTo /D (page.120) >> >> endobj -2132 0 obj << +2173 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 293.617 256.973 306.569] -/A << /S /GoTo /D (page.78) >> +/Rect [416.043 692.431 431.855 701.932] +/A << /S /GoTo /D (page.122) >> >> endobj -2133 0 obj << +2174 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 282.486 256.973 295.438] -/A << /S /GoTo /D (page.85) >> +/Rect [440.601 692.431 456.413 701.932] +/A << /S /GoTo /D (page.124) >> >> endobj -2134 0 obj << +2175 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 260.397 256.973 273.348] -/A << /S /GoTo /D (page.169) >> +/Rect [459.027 692.431 474.84 701.932] +/A << /S /GoTo /D (page.126) >> >> endobj -2135 0 obj << +2176 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 249.266 256.973 262.218] -/A << /S /GoTo /D (page.96) >> +/Rect [483.585 692.431 499.397 701.932] +/A << /S /GoTo /D (page.196) >> >> endobj -2136 0 obj << +2177 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 238.136 256.973 251.087] -/A << /S /GoTo /D (page.82) >> +/Rect [488.192 679.799 499.397 692.751] +/A << /S /GoTo /D (page.74) >> >> endobj -2137 0 obj << +2178 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 227.005 256.973 239.956] -/A << /S /GoTo /D (page.83) >> +/Rect [488.192 668.713 499.397 681.664] +/A << /S /GoTo /D (page.81) >> >> endobj -2138 0 obj << +2179 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 215.874 256.973 228.826] -/A << /S /GoTo /D (page.190) >> +/Rect [483.585 646.667 499.397 659.619] +/A << /S /GoTo /D (page.165) >> >> endobj -2139 0 obj << +2180 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 204.744 239.47 217.695] -/A << /S /GoTo /D (page.21) >> +/Rect [488.192 635.581 499.397 648.532] +/A << /S /GoTo /D (page.93) >> >> endobj -2140 0 obj << +2181 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 195.329 184.825 204.831] -/A << /S /GoTo /D (page.24) >> +/Rect [488.192 624.494 499.397 637.445] +/A << /S /GoTo /D (page.79) >> >> endobj -2141 0 obj << +2182 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.153 195.329 199.552 204.831] -/A << /S /GoTo /D (page.43) >> +/Rect [488.192 613.407 499.397 626.359] +/A << /S /GoTo /D (page.79) >> >> endobj -2142 0 obj << +2183 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.88 195.329 218.692 204.831] -/A << /S /GoTo /D (page.102) >> +/Rect [483.585 602.321 499.397 615.272] +/A << /S /GoTo /D (page.196) >> >> endobj -2143 0 obj << +2184 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [222.02 195.329 237.833 204.831] -/A << /S /GoTo /D (page.134) >> +/Rect [434.254 591.234 445.654 604.185] +/A << /S /GoTo /D (page.36) >> >> endobj -2144 0 obj << +2185 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 195.329 256.973 204.831] -/A << /S /GoTo /D (page.150) >> +/Rect [449.291 591.234 460.497 604.185] +/A << /S /GoTo /D (page.99) >> >> endobj -2145 0 obj << +2186 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 171.523 256.973 184.475] -/A << /S /GoTo /D (page.134) >> +/Rect [464.135 591.234 479.947 604.185] +/A << /S /GoTo /D (page.130) >> >> endobj -2146 0 obj << +2187 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 160.393 237.523 173.344] -/A << /S /GoTo /D (page.134) >> +/Rect [483.585 591.234 499.397 604.185] +/A << /S /GoTo /D (page.146) >> >> endobj -2147 0 obj << +2188 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 160.393 256.973 173.344] -/A << /S /GoTo /D (page.150) >> +/Rect [483.585 569.061 499.397 582.012] +/A << /S /GoTo /D (page.130) >> >> endobj -2148 0 obj << +2189 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [232.871 149.262 239.47 162.213] -/A << /S /GoTo /D (page.6) >> +/Rect [464.135 557.974 479.947 570.926] +/A << /S /GoTo /D (page.130) >> >> endobj -2149 0 obj << +2190 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 139.848 184.825 149.349] -/A << /S /GoTo /D (page.21) >> +/Rect [483.585 557.974 499.397 570.926] +/A << /S /GoTo /D (page.147) >> >> endobj -2150 0 obj << +2191 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.304 139.848 200.51 149.349] -/A << /S /GoTo /D (page.24) >> +/Rect [443.467 546.888 450.067 559.839] +/A << /S /GoTo /D (page.6) >> >> endobj -2151 0 obj << +2192 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [204.99 139.848 216.389 149.349] -/A << /S /GoTo /D (page.43) >> +/Rect [453.704 546.888 465.104 559.839] +/A << /S /GoTo /D (page.36) >> >> endobj -2152 0 obj << +2193 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.869 139.848 236.681 149.349] -/A << /S /GoTo /D (page.102) >> +/Rect [468.741 546.888 479.947 559.839] +/A << /S /GoTo /D (page.99) >> >> endobj -2153 0 obj << +2194 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 139.848 256.973 149.349] -/A << /S /GoTo /D (page.134) >> +/Rect [483.585 546.888 499.397 559.839] +/A << /S /GoTo /D (page.131) >> >> endobj -2154 0 obj << +2195 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.43) >> +/Rect [468.741 524.714 479.947 537.666] +/A << /S /GoTo /D (page.36) >> >> endobj -2155 0 obj << +2196 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.134) >> +/Rect [483.585 524.714 499.397 537.666] +/A << /S /GoTo /D (page.130) >> >> endobj -2156 0 obj << +2197 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.88) >> +/Rect [488.192 513.628 499.397 526.579] +/A << /S /GoTo /D (page.84) >> >> endobj -2157 0 obj << +2198 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 690.477 378.185 703.429] -/A << /S /GoTo /D (page.86) >> +/Rect [488.192 502.541 499.397 515.492] +/A << /S /GoTo /D (page.83) >> >> endobj -2158 0 obj << +2199 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.099 668.151 348.305 681.102] -/A << /S /GoTo /D (page.37) >> +/Rect [458.311 480.495 469.517 493.447] +/A << /S /GoTo /D (page.30) >> >> endobj -2159 0 obj << +2200 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 668.151 363.342 681.102] -/A << /S /GoTo /D (page.49) >> +/Rect [473.154 480.495 484.554 493.447] +/A << /S /GoTo /D (page.42) >> >> endobj -2160 0 obj << +2201 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 668.151 378.185 681.102] -/A << /S /GoTo /D (page.86) >> +/Rect [488.192 480.495 499.397 493.447] +/A << /S /GoTo /D (page.82) >> >> endobj -2161 0 obj << +2202 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 645.824 363.342 658.776] -/A << /S /GoTo /D (page.50) >> +/Rect [473.348 458.45 484.554 471.401] +/A << /S /GoTo /D (page.43) >> >> endobj -2162 0 obj << +2203 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 645.824 378.185 658.776] -/A << /S /GoTo /D (page.87) >> +/Rect [488.192 458.45 499.397 471.401] +/A << /S /GoTo /D (page.83) >> >> endobj -2163 0 obj << +2204 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 634.457 378.185 647.408] -/A << /S /GoTo /D (page.88) >> +/Rect [488.192 447.363 499.397 460.315] +/A << /S /GoTo /D (page.84) >> >> endobj -2164 0 obj << +2205 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [351.942 623.089 363.342 636.04] -/A << /S /GoTo /D (page.26) >> +/Rect [473.154 436.277 484.554 449.228] +/A << /S /GoTo /D (page.19) >> >> endobj -2165 0 obj << +2206 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 623.089 378.185 636.04] -/A << /S /GoTo /D (page.73) >> +/Rect [488.192 436.277 499.397 449.228] +/A << /S /GoTo /D (page.68) >> >> endobj -2166 0 obj << +2207 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 611.721 348.498 624.673] -/A << /S /GoTo /D (page.18) >> +/Rect [473.348 425.19 484.554 438.141] +/A << /S /GoTo /D (page.19) >> >> endobj -2167 0 obj << +2208 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 611.721 363.342 624.673] -/A << /S /GoTo /D (page.26) >> +/Rect [488.192 425.19 499.397 438.141] +/A << /S /GoTo /D (page.81) >> >> endobj -2168 0 obj << +2209 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 611.721 378.185 624.673] -/A << /S /GoTo /D (page.85) >> +/Rect [468.548 414.103 479.947 427.055] +/A << /S /GoTo /D (page.41) >> >> endobj -2169 0 obj << +2210 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 600.354 358.735 613.305] -/A << /S /GoTo /D (page.48) >> +/Rect [483.585 414.103 499.397 427.055] +/A << /S /GoTo /D (page.131) >> >> endobj -2170 0 obj << +2211 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 600.354 378.185 613.305] -/A << /S /GoTo /D (page.135) >> +/Rect [468.741 403.017 479.947 415.968] +/A << /S /GoTo /D (page.78) >> >> endobj -2171 0 obj << +2212 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 588.986 358.735 601.937] -/A << /S /GoTo /D (page.82) >> +/Rect [483.585 403.017 499.397 415.968] +/A << /S /GoTo /D (page.133) >> >> endobj -2172 0 obj << +2213 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 588.986 378.185 601.937] -/A << /S /GoTo /D (page.137) >> +/Rect [473.348 391.93 484.554 404.882] +/A << /S /GoTo /D (page.71) >> >> endobj -2173 0 obj << +2214 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 577.618 363.342 590.57] -/A << /S /GoTo /D (page.75) >> +/Rect [488.192 391.93 499.397 404.882] +/A << /S /GoTo /D (page.90) >> >> endobj -2174 0 obj << +2215 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 577.618 378.185 590.57] -/A << /S /GoTo /D (page.93) >> +/Rect [473.348 380.844 484.554 393.795] +/A << /S /GoTo /D (page.18) >> >> endobj -2175 0 obj << +2216 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 566.251 363.342 579.202] -/A << /S /GoTo /D (page.25) >> +/Rect [488.192 380.844 499.397 393.795] +/A << /S /GoTo /D (page.70) >> >> endobj -2176 0 obj << +2217 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 566.251 378.185 579.202] -/A << /S /GoTo /D (page.75) >> +/Rect [488.192 369.757 499.397 382.708] +/A << /S /GoTo /D (page.70) >> >> endobj -2177 0 obj << +2218 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 554.883 358.735 567.835] -/A << /S /GoTo /D (page.41) >> +/Rect [468.548 358.67 479.947 371.622] +/A << /S /GoTo /D (page.34) >> >> endobj -2178 0 obj << +2219 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 554.883 378.185 567.835] -/A << /S /GoTo /D (page.127) >> +/Rect [483.585 358.67 499.397 371.622] +/A << /S /GoTo /D (page.123) >> >> endobj -2179 0 obj << +2220 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 543.516 358.735 556.467] -/A << /S /GoTo /D (page.41) >> +/Rect [468.548 347.584 479.947 360.535] +/A << /S /GoTo /D (page.34) >> >> endobj -2180 0 obj << +2221 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 543.516 378.185 556.467] -/A << /S /GoTo /D (page.126) >> +/Rect [483.585 347.584 499.397 360.535] +/A << /S /GoTo /D (page.123) >> >> endobj -2181 0 obj << +2222 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.283 532.148 360.682 545.099] -/A << /S /GoTo /D (page.41) >> +/Rect [470.495 336.497 481.894 349.448] +/A << /S /GoTo /D (page.34) >> >> endobj -2182 0 obj << +2223 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 522.734 306.037 532.235] -/A << /S /GoTo /D (page.58) >> +/Rect [416.043 327.083 427.249 336.584] +/A << /S /GoTo /D (page.51) >> >> endobj -2183 0 obj << +2224 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [314.274 522.734 330.086 532.235] -/A << /S /GoTo /D (page.126) >> +/Rect [435.486 327.083 451.298 336.584] +/A << /S /GoTo /D (page.122) >> >> endobj -2184 0 obj << +2225 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [338.323 522.734 354.136 532.235] -/A << /S /GoTo /D (page.127) >> +/Rect [459.535 327.083 475.348 336.584] +/A << /S /GoTo /D (page.123) >> >> endobj -2185 0 obj << +2226 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 522.734 378.185 532.235] -/A << /S /GoTo /D (page.155) >> +/Rect [483.585 327.083 499.397 336.584] +/A << /S /GoTo /D (page.151) >> >> endobj -2186 0 obj << +2227 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 509.821 378.185 522.773] -/A << /S /GoTo /D (page.128) >> +/Rect [483.585 314.451 499.397 327.403] +/A << /S /GoTo /D (page.124) >> >> endobj -2187 0 obj << +2228 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 498.454 378.185 511.405] -/A << /S /GoTo /D (page.128) >> +/Rect [483.585 303.365 499.397 316.316] +/A << /S /GoTo /D (page.124) >> >> endobj -2188 0 obj << +2229 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 487.086 358.735 500.038] -/A << /S /GoTo /D (page.127) >> +/Rect [483.585 292.278 499.397 305.23] +/A << /S /GoTo /D (page.124) >> >> endobj -2189 0 obj << +2230 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 487.086 378.185 500.038] -/A << /S /GoTo /D (page.128) >> +/Rect [441.831 270.233 453.231 283.184] +/A << /S /GoTo /D (page.55) >> >> endobj -2190 0 obj << +2231 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [299.222 464.76 310.622 477.711] -/A << /S /GoTo /D (page.62) >> +/Rect [456.869 270.233 468.074 283.184] +/A << /S /GoTo /D (page.57) >> >> endobj -2191 0 obj << +2232 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [314.259 464.76 325.465 477.711] -/A << /S /GoTo /D (page.64) >> +/Rect [470.688 270.233 481.894 283.184] +/A << /S /GoTo /D (page.61) >> >> endobj -2192 0 obj << +2233 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 464.76 339.285 477.711] -/A << /S /GoTo /D (page.66) >> +/Rect [416.043 260.818 431.855 270.32] +/A << /S /GoTo /D (page.169) >> >> endobj -2193 0 obj << +2234 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 464.76 358.735 477.711] -/A << /S /GoTo /D (page.173) >> +/Rect [438.557 260.818 454.369 270.32] +/A << /S /GoTo /D (page.174) >> >> endobj -2194 0 obj << +2235 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 464.76 378.185 477.711] -/A << /S /GoTo /D (page.177) >> +/Rect [461.071 260.818 476.883 270.32] +/A << /S /GoTo /D (page.179) >> >> endobj -2195 0 obj << +2236 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 453.392 358.735 466.343] -/A << /S /GoTo /D (page.43) >> +/Rect [483.585 260.818 499.397 270.32] +/A << /S /GoTo /D (page.184) >> >> endobj -2196 0 obj << +2237 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 453.392 378.185 466.343] -/A << /S /GoTo /D (page.112) >> +/Rect [468.548 248.187 479.947 261.139] +/A << /S /GoTo /D (page.36) >> >> endobj -2197 0 obj << +2238 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.649 442.024 328.854 454.976] -/A << /S /GoTo /D (page.32) >> +/Rect [483.585 248.187 499.397 261.139] +/A << /S /GoTo /D (page.109) >> >> endobj -2198 0 obj << +2239 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 442.024 343.892 454.976] -/A << /S /GoTo /D (page.39) >> +/Rect [470.688 237.101 481.894 250.052] +/A << /S /GoTo /D (page.25) >> >> endobj -2199 0 obj << +2240 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 442.024 358.735 454.976] -/A << /S /GoTo /D (page.41) >> +/Rect [416.043 227.686 427.249 237.188] +/A << /S /GoTo /D (page.29) >> >> endobj -2200 0 obj << +2241 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 442.024 378.185 454.976] -/A << /S /GoTo /D (page.118) >> +/Rect [432.88 227.686 444.28 237.188] +/A << /S /GoTo /D (page.32) >> >> endobj -2201 0 obj << +2242 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [321.151 430.657 332.357 443.608] -/A << /S /GoTo /D (page.30) >> +/Rect [449.911 227.686 461.117 237.188] +/A << /S /GoTo /D (page.34) >> >> endobj -2202 0 obj << +2243 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.314 430.657 346.519 443.608] -/A << /S /GoTo /D (page.31) >> +/Rect [466.748 227.686 477.954 237.188] +/A << /S /GoTo /D (page.35) >> >> endobj -2203 0 obj << +2244 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 430.657 360.682 443.608] -/A << /S /GoTo /D (page.39) >> +/Rect [483.585 227.686 499.397 237.188] +/A << /S /GoTo /D (page.115) >> >> endobj -2204 0 obj << +2245 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 421.242 306.23 430.744] -/A << /S /GoTo /D (page.41) >> +/Rect [425.964 204.096 437.17 217.048] +/A << /S /GoTo /D (page.23) >> >> endobj -2205 0 obj << +2246 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.175 421.242 324.381 430.744] -/A << /S /GoTo /D (page.75) >> +/Rect [440.808 204.096 452.013 217.048] +/A << /S /GoTo /D (page.24) >> >> endobj -2206 0 obj << +2247 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.326 421.242 342.531 430.744] -/A << /S /GoTo /D (page.94) >> +/Rect [455.651 204.096 466.857 217.048] +/A << /S /GoTo /D (page.32) >> >> endobj -2207 0 obj << +2248 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 421.242 360.682 430.744] -/A << /S /GoTo /D (page.95) >> +/Rect [470.495 204.096 481.894 217.048] +/A << /S /GoTo /D (page.34) >> >> endobj -2208 0 obj << +2249 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 410.284 310.643 419.785] -/A << /S /GoTo /D (page.103) >> +/Rect [416.043 194.682 427.249 204.183] +/A << /S /GoTo /D (page.71) >> >> endobj -2209 0 obj << +2250 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 410.284 333.157 419.785] -/A << /S /GoTo /D (page.113) >> +/Rect [434.258 194.682 445.464 204.183] +/A << /S /GoTo /D (page.91) >> >> endobj -2210 0 obj << +2251 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 410.284 355.671 419.785] -/A << /S /GoTo /D (page.153) >> +/Rect [452.473 194.682 463.679 204.183] +/A << /S /GoTo /D (page.92) >> >> endobj -2211 0 obj << +2252 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 410.284 378.185 419.785] -/A << /S /GoTo /D (page.190) >> +/Rect [470.688 194.682 481.894 204.183] +/A << /S /GoTo /D (page.99) >> >> endobj -2212 0 obj << +2253 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.789 386.412 330.995 399.364] -/A << /S /GoTo /D (page.30) >> +/Rect [416.043 183.723 431.855 193.224] +/A << /S /GoTo /D (page.100) >> >> endobj -2213 0 obj << +2254 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 386.412 345.838 399.364] -/A << /S /GoTo /D (page.31) >> +/Rect [438.557 183.723 454.369 193.224] +/A << /S /GoTo /D (page.109) >> >> endobj -2214 0 obj << +2255 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 386.412 360.682 399.364] -/A << /S /GoTo /D (page.39) >> +/Rect [461.071 183.723 476.883 193.224] +/A << /S /GoTo /D (page.149) >> >> endobj -2215 0 obj << +2256 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 376.998 306.23 386.5] -/A << /S /GoTo /D (page.41) >> +/Rect [483.585 183.723 499.397 193.224] +/A << /S /GoTo /D (page.196) >> >> endobj -2216 0 obj << +2257 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.64 376.998 322.845 386.5] -/A << /S /GoTo /D (page.94) >> +/Rect [441.001 160.133 452.207 173.084] +/A << /S /GoTo /D (page.23) >> >> endobj -2217 0 obj << +2258 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.255 376.998 339.46 386.5] -/A << /S /GoTo /D (page.95) >> +/Rect [455.845 160.133 467.051 173.084] +/A << /S /GoTo /D (page.24) >> >> endobj -2218 0 obj << +2259 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 376.998 360.682 386.5] -/A << /S /GoTo /D (page.103) >> +/Rect [470.688 160.133 481.894 173.084] +/A << /S /GoTo /D (page.32) >> >> endobj -2219 0 obj << +2260 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 366.039 310.643 375.541] -/A << /S /GoTo /D (page.104) >> +/Rect [416.043 150.718 427.443 160.22] +/A << /S /GoTo /D (page.34) >> >> endobj -2220 0 obj << +2261 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 366.039 333.157 375.541] -/A << /S /GoTo /D (page.113) >> +/Rect [434.387 150.718 445.593 160.22] +/A << /S /GoTo /D (page.91) >> >> endobj -2221 0 obj << +2262 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 366.039 355.671 375.541] -/A << /S /GoTo /D (page.153) >> +/Rect [452.538 150.718 463.744 160.22] +/A << /S /GoTo /D (page.92) >> >> endobj -2222 0 obj << +2263 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 366.039 378.185 375.541] -/A << /S /GoTo /D (page.191) >> +/Rect [470.688 150.718 481.894 160.22] +/A << /S /GoTo /D (page.99) >> >> endobj -2223 0 obj << +2264 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 353.127 378.185 366.078] -/A << /S /GoTo /D (page.92) >> +/Rect [416.043 139.76 431.855 149.261] +/A << /S /GoTo /D (page.100) >> >> endobj -2224 0 obj << +2265 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 341.759 378.185 354.711] -/A << /S /GoTo /D (page.92) >> +/Rect [438.557 139.76 454.369 149.261] +/A << /S /GoTo /D (page.109) >> >> endobj -2225 0 obj << +2266 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 330.392 358.735 343.343] -/A << /S /GoTo /D (page.43) >> +/Rect [461.071 139.76 476.883 149.261] +/A << /S /GoTo /D (page.149) >> >> endobj -2226 0 obj << +2267 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 330.392 378.185 343.343] -/A << /S /GoTo /D (page.112) >> +/Rect [483.585 139.76 499.397 149.261] +/A << /S /GoTo /D (page.197) >> >> endobj -2227 0 obj << +2268 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 319.024 358.735 331.976] -/A << /S /GoTo /D (page.45) >> +/Rect [488.192 127.128 499.397 140.08] +/A << /S /GoTo /D (page.88) >> >> endobj -2228 0 obj << +2269 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 319.024 378.185 331.976] -/A << /S /GoTo /D (page.132) >> +/Rect [488.192 116.042 499.397 128.993] +/A << /S /GoTo /D (page.88) >> >> endobj -2229 0 obj << +2282 0 obj << +/D [2280 0 R /XYZ 143.727 753.953 null] +>> endobj +2279 0 obj << +/Font << /F47 1746 0 R /F50 1747 0 R /F46 505 0 R /F51 1748 0 R /F17 400 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2585 0 obj << +/Length 2909 +/Filter /FlateDecode +>> +stream +x]Ks۸SHw*xmڤqM [L, @dN._@bN>K?_>6@2F&&|% bXm|vYy|\LڌƒXbW.5>~W_eɗ)&(Է:0B#X#ʧyk`|p5N8!qh8p5N?N}~piC1vz,g+Z4Dj@?t") EgaԱݲTp 0{PS GX7PXx؈LR\]E +O Y|q/B#_lmr/G)L N~*!UK+C`偒tx)yI\v,O=ʾWH;RU}H _= ןl R1G84ҝ(g` *ms&y;I)cɵXpBY\wDL06dL +}bzH}R4H Gخ1GD8MJC0,jQ&3CBј%zv c稖*s;9u{7pbeFhnjjy|a"(Qg'G7_ĚXt"2ECMCh6ӔrmSL;5EF}qhJjD(JE¼\jV0lX*nP#_juVLRɄ =f>(5g6:Q FmXka<> &*vg۪ano;H.P4$PPi +AA*f[Ӏrpj\쾂d RHם3u,F>92@Jʚ.}ecL^}a{hW +(@sq& +vBEEi|sՈ1Zۤ(S.A9LPajo o{ +ɤ| + X8M2AږG0 A^ p|nbOBN&6IhzCvi`hS(w0 ($G ckSmĵ l,C[,}{,2T%Cׯq@)ny"kLDAo>* ( $Ytp?K^1pl̄3$Aq Ўoֆ ;7ww1ǍNqX +X g; G0PwLbSOzH>?]߫Xk'B +X,寜, +V$CiR +Tz|sppOY@9w67wBw~{{M90lL|3vy>S(р2l+ 7!x|_UQǰu~BlSm/7CӇҢJH3/]~ʪ_VARjeUCŭ +!R΄2i!RErdCC2Q ħ&pҹAHy<=m7~ 00USKŁG\[0E~_\x]?6Bbg^h#X}([gr-o0Z{G3Y=_e/w?[.˵h`Hz/Jɤ躸m`^ſ[&j8k3S;]gzu>:`=d;ҍ֤qS2 Ξ/<C8c^D)tȗjox,TW_u;4XEBm3o,#> r~lgo{̍f`J@ݥ"N84^bS#'.R̃-~uJ.뵚Sy}PǘX};'S(`7wPsI,0Ҕa О_kLh+FA qp e߱Q)Hy2˖<˫#)@S?ofOD?۞xӃ@>*z:&g>%RA84b:e2[9LtA)`|igK^_(OEi4U<<2uݞ +)#zФK$8,3Qe3uޢcYEX ЙcذCЫiqH0[gѪgLZLFO[-6W @*9}b>9}*u&}ye2ka";*m^K8G'O(`;YmUS 7 +endstream +endobj +2584 0 obj << +/Type /Page +/Contents 2585 0 R +/Resources 2583 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1749 0 R +/Annots [ 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 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 2462 0 R 2463 0 R 2464 0 R 2465 0 R 2466 0 R 2467 0 R 2468 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 ] +>> endobj +2270 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 307.656 343.892 320.608] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 701.845 237.523 714.796] +/A << /S /GoTo /D (page.36) >> >> endobj -2230 0 obj << +2271 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 307.656 358.735 320.608] -/A << /S /GoTo /D (page.75) >> +/Rect [241.161 701.845 256.973 714.796] +/A << /S /GoTo /D (page.109) >> >> endobj -2231 0 obj << +2272 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 307.656 378.185 320.608] -/A << /S /GoTo /D (page.132) >> +/Rect [226.124 690.487 237.523 703.439] +/A << /S /GoTo /D (page.38) >> >> endobj -2232 0 obj << +2273 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 285.33 358.735 298.281] -/A << /S /GoTo /D (page.45) >> +/Rect [241.161 690.487 256.973 703.439] +/A << /S /GoTo /D (page.128) >> >> endobj -2233 0 obj << +2274 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 285.33 378.185 298.281] -/A << /S /GoTo /D (page.132) >> +/Rect [211.28 679.13 222.679 692.082] +/A << /S /GoTo /D (page.38) >> >> endobj -2234 0 obj << +2275 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 263.003 358.735 275.955] -/A << /S /GoTo /D (page.45) >> +/Rect [226.317 679.13 237.523 692.082] +/A << /S /GoTo /D (page.71) >> >> endobj -2235 0 obj << +2276 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 263.003 378.185 275.955] -/A << /S /GoTo /D (page.132) >> +/Rect [241.161 679.13 256.973 692.082] +/A << /S /GoTo /D (page.128) >> >> endobj -2236 0 obj << +2277 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 251.636 358.735 264.587] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 656.814 237.523 669.765] +/A << /S /GoTo /D (page.38) >> >> endobj -2237 0 obj << +2278 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 251.636 378.185 264.587] -/A << /S /GoTo /D (page.133) >> +/Rect [241.161 656.814 256.973 669.765] +/A << /S /GoTo /D (page.128) >> >> endobj -2238 0 obj << +2283 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 240.268 358.735 253.22] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 634.497 237.523 647.449] +/A << /S /GoTo /D (page.38) >> >> endobj -2239 0 obj << +2284 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 240.268 378.185 253.22] -/A << /S /GoTo /D (page.133) >> +/Rect [241.161 634.497 256.973 647.449] +/A << /S /GoTo /D (page.128) >> >> endobj -2240 0 obj << +2285 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 217.942 358.735 230.893] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 623.14 237.523 636.091] +/A << /S /GoTo /D (page.38) >> >> endobj -2241 0 obj << +2286 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 217.942 378.185 230.893] -/A << /S /GoTo /D (page.133) >> +/Rect [241.161 623.14 256.973 636.091] +/A << /S /GoTo /D (page.129) >> >> endobj -2242 0 obj << +2287 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 195.615 358.735 208.566] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 611.783 237.523 624.734] +/A << /S /GoTo /D (page.38) >> >> endobj -2243 0 obj << +2288 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 195.615 378.185 208.566] -/A << /S /GoTo /D (page.133) >> +/Rect [241.161 611.783 256.973 624.734] +/A << /S /GoTo /D (page.129) >> >> endobj -2244 0 obj << +2289 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 184.247 358.735 197.199] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 589.466 237.523 602.418] +/A << /S /GoTo /D (page.38) >> >> endobj -2245 0 obj << +2290 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 184.247 378.185 197.199] -/A << /S /GoTo /D (page.131) >> +/Rect [241.161 589.466 256.973 602.418] +/A << /S /GoTo /D (page.129) >> >> endobj -2246 0 obj << +2291 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 172.88 343.892 185.831] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 567.15 237.523 580.101] +/A << /S /GoTo /D (page.38) >> >> endobj -2247 0 obj << +2292 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 172.88 358.735 185.831] -/A << /S /GoTo /D (page.46) >> +/Rect [241.161 567.15 256.973 580.101] +/A << /S /GoTo /D (page.129) >> >> endobj -2248 0 obj << +2293 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 172.88 378.185 185.831] -/A << /S /GoTo /D (page.131) >> +/Rect [226.124 555.793 237.523 568.744] +/A << /S /GoTo /D (page.38) >> >> endobj -2249 0 obj << +2294 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 161.512 358.735 174.464] -/A << /S /GoTo /D (page.45) >> +/Rect [241.161 555.793 256.973 568.744] +/A << /S /GoTo /D (page.128) >> >> endobj -2250 0 obj << +2295 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 161.512 378.185 174.464] -/A << /S /GoTo /D (page.132) >> +/Rect [211.28 544.435 222.679 557.387] +/A << /S /GoTo /D (page.38) >> >> endobj -2251 0 obj << +2296 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 150.145 358.735 163.096] -/A << /S /GoTo /D (page.45) >> +/Rect [226.317 544.435 237.523 557.387] +/A << /S /GoTo /D (page.39) >> >> endobj -2252 0 obj << +2297 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 150.145 378.185 163.096] -/A << /S /GoTo /D (page.132) >> +/Rect [241.161 544.435 256.973 557.387] +/A << /S /GoTo /D (page.128) >> >> endobj -2253 0 obj << +2298 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 138.777 378.185 151.728] -/A << /S /GoTo /D (page.133) >> +/Rect [226.124 533.078 237.523 546.029] +/A << /S /GoTo /D (page.38) >> >> endobj -2254 0 obj << +2299 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 127.409 358.735 140.361] -/A << /S /GoTo /D (page.45) >> +/Rect [241.161 533.078 256.973 546.029] +/A << /S /GoTo /D (page.129) >> >> endobj -2255 0 obj << +2300 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 127.409 378.185 140.361] -/A << /S /GoTo /D (page.133) >> +/Rect [226.124 521.72 237.523 534.672] +/A << /S /GoTo /D (page.38) >> >> endobj -2256 0 obj << +2301 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 116.042 358.735 128.993] -/A << /S /GoTo /D (page.45) >> +/Rect [241.161 521.72 256.973 534.672] +/A << /S /GoTo /D (page.129) >> >> endobj -2257 0 obj << +2302 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.132) >> +/Rect [241.161 510.363 256.973 523.314] +/A << /S /GoTo /D (page.130) >> >> endobj -2258 0 obj << +2303 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 690.886 479.947 703.837] -/A << /S /GoTo /D (page.46) >> +/Rect [226.124 499.006 237.523 511.957] +/A << /S /GoTo /D (page.38) >> >> endobj -2259 0 obj << +2304 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.133) >> +/Rect [241.161 499.006 256.973 511.957] +/A << /S /GoTo /D (page.129) >> >> endobj -2260 0 obj << +2305 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 668.834 479.947 681.785] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 487.648 237.523 500.6] +/A << /S /GoTo /D (page.38) >> >> endobj -2261 0 obj << +2306 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 668.834 499.397 681.785] -/A << /S /GoTo /D (page.133) >> +/Rect [241.161 487.648 256.973 500.6] +/A << /S /GoTo /D (page.129) >> >> endobj -2262 0 obj << +2307 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 657.74 479.947 670.691] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 465.332 237.523 478.283] +/A << /S /GoTo /D (page.39) >> >> endobj -2263 0 obj << +2308 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 657.74 499.397 670.691] -/A << /S /GoTo /D (page.132) >> +/Rect [241.161 465.332 256.973 478.283] +/A << /S /GoTo /D (page.129) >> >> endobj -2264 0 obj << +2309 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 646.646 479.947 659.598] -/A << /S /GoTo /D (page.45) >> +/Rect [226.124 443.016 237.523 455.967] +/A << /S /GoTo /D (page.38) >> >> endobj -2265 0 obj << +2310 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 646.646 499.397 659.598] -/A << /S /GoTo /D (page.132) >> +/Rect [241.161 443.016 256.973 455.967] +/A << /S /GoTo /D (page.129) >> >> endobj -2266 0 obj << +2311 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 635.553 499.397 648.504] -/A << /S /GoTo /D (page.133) >> +/Rect [226.124 431.658 237.523 444.61] +/A << /S /GoTo /D (page.38) >> >> endobj -2267 0 obj << +2312 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 624.459 479.947 637.411] -/A << /S /GoTo /D (page.39) >> +/Rect [241.161 431.658 256.973 444.61] +/A << /S /GoTo /D (page.128) >> >> endobj -2268 0 obj << +2313 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 624.459 499.397 637.411] -/A << /S /GoTo /D (page.121) >> +/Rect [226.124 420.301 237.523 433.252] +/A << /S /GoTo /D (page.38) >> >> endobj -2269 0 obj << +2314 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 613.366 479.947 626.317] -/A << /S /GoTo /D (page.39) >> +/Rect [241.161 420.301 256.973 433.252] +/A << /S /GoTo /D (page.128) >> >> endobj -2270 0 obj << +2315 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 613.366 499.397 626.317] -/A << /S /GoTo /D (page.121) >> +/Rect [241.161 408.943 256.973 421.895] +/A << /S /GoTo /D (page.130) >> >> endobj -2271 0 obj << +2316 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.495 602.272 481.894 615.224] -/A << /S /GoTo /D (page.39) >> +/Rect [226.124 397.586 237.523 410.537] +/A << /S /GoTo /D (page.32) >> >> endobj -2272 0 obj << +2317 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 592.858 427.249 602.36] -/A << /S /GoTo /D (page.58) >> +/Rect [241.161 397.586 256.973 410.537] +/A << /S /GoTo /D (page.118) >> >> endobj -2273 0 obj << +2318 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.486 592.858 451.298 602.36] -/A << /S /GoTo /D (page.120) >> +/Rect [206.673 386.228 218.073 399.18] +/A << /S /GoTo /D (page.32) >> >> endobj -2274 0 obj << +2319 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [459.535 592.858 475.348 602.36] -/A << /S /GoTo /D (page.121) >> +/Rect [221.711 386.228 237.523 399.18] +/A << /S /GoTo /D (page.117) >> >> endobj -2275 0 obj << +2320 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 592.858 499.397 602.36] -/A << /S /GoTo /D (page.155) >> +/Rect [241.161 386.228 256.973 399.18] +/A << /S /GoTo /D (page.118) >> >> endobj -2276 0 obj << +2321 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 580.22 479.947 593.171] -/A << /S /GoTo /D (page.40) >> +/Rect [192.048 374.871 203.447 387.822] +/A << /S /GoTo /D (page.32) >> >> endobj -2277 0 obj << +2322 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 580.22 499.397 593.171] -/A << /S /GoTo /D (page.124) >> +/Rect [207.012 374.871 218.218 387.822] +/A << /S /GoTo /D (page.51) >> >> endobj -2278 0 obj << +2323 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 569.126 479.947 582.078] -/A << /S /GoTo /D (page.40) >> +/Rect [221.783 374.871 237.595 387.822] +/A << /S /GoTo /D (page.117) >> >> endobj -2279 0 obj << +2324 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 569.126 499.397 582.078] -/A << /S /GoTo /D (page.124) >> +/Rect [241.161 374.871 256.973 387.822] +/A << /S /GoTo /D (page.152) >> >> endobj -2280 0 obj << +2325 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.098 547.074 460.497 560.025] -/A << /S /GoTo /D (page.40) >> +/Rect [226.124 363.514 237.523 376.465] +/A << /S /GoTo /D (page.33) >> >> endobj -2281 0 obj << +2326 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 547.074 479.947 560.025] -/A << /S /GoTo /D (page.123) >> +/Rect [241.161 363.514 256.973 376.465] +/A << /S /GoTo /D (page.120) >> >> endobj -2282 0 obj << +2327 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 547.074 499.397 560.025] -/A << /S /GoTo /D (page.124) >> +/Rect [226.124 352.156 237.523 365.108] +/A << /S /GoTo /D (page.33) >> >> endobj -2283 0 obj << +2328 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 535.98 499.397 548.932] -/A << /S /GoTo /D (page.150) >> +/Rect [241.161 352.156 256.973 365.108] +/A << /S /GoTo /D (page.120) >> >> endobj -2284 0 obj << +2329 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.098 513.928 460.497 526.879] -/A << /S /GoTo /D (page.68) >> +/Rect [226.124 340.799 237.523 353.75] +/A << /S /GoTo /D (page.33) >> >> endobj -2285 0 obj << +2330 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 513.928 479.947 526.879] -/A << /S /GoTo /D (page.135) >> +/Rect [241.161 340.799 256.973 353.75] +/A << /S /GoTo /D (page.120) >> >> endobj -2286 0 obj << +2331 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 513.928 499.397 526.879] -/A << /S /GoTo /D (page.149) >> +/Rect [241.161 329.441 256.973 342.393] +/A << /S /GoTo /D (page.146) >> >> endobj -2287 0 obj << +2332 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.254 491.876 445.654 504.827] -/A << /S /GoTo /D (page.68) >> +/Rect [206.673 307.125 218.073 320.077] +/A << /S /GoTo /D (page.63) >> >> endobj -2288 0 obj << +2333 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 491.876 460.497 504.827] -/A << /S /GoTo /D (page.69) >> +/Rect [221.711 307.125 237.523 320.077] +/A << /S /GoTo /D (page.131) >> >> endobj -2289 0 obj << +2334 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 491.876 479.947 504.827] -/A << /S /GoTo /D (page.149) >> +/Rect [241.161 307.125 256.973 320.077] +/A << /S /GoTo /D (page.146) >> >> endobj -2290 0 obj << +2335 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 491.876 499.397 504.827] -/A << /S /GoTo /D (page.150) >> +/Rect [191.83 284.809 203.229 297.76] +/A << /S /GoTo /D (page.63) >> >> endobj -2291 0 obj << +2336 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [460.451 480.782 467.051 493.733] -/A << /S /GoTo /D (page.5) >> +/Rect [206.867 284.809 218.073 297.76] +/A << /S /GoTo /D (page.65) >> >> endobj -2292 0 obj << +2337 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 480.782 481.894 493.733] -/A << /S /GoTo /D (page.62) >> +/Rect [221.711 284.809 237.523 297.76] +/A << /S /GoTo /D (page.145) >> >> endobj -2293 0 obj << +2338 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 471.368 427.443 480.869] -/A << /S /GoTo /D (page.68) >> +/Rect [241.161 284.809 256.973 297.76] +/A << /S /GoTo /D (page.146) >> >> endobj -2294 0 obj << +2339 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.771 471.368 441.976 480.869] -/A << /S /GoTo /D (page.69) >> +/Rect [218.027 273.451 224.626 286.403] +/A << /S /GoTo /D (page.5) >> >> endobj -2295 0 obj << +2340 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.304 471.368 461.117 480.869] -/A << /S /GoTo /D (page.149) >> +/Rect [228.264 273.451 239.47 286.403] +/A << /S /GoTo /D (page.55) >> >> endobj -2296 0 obj << +2341 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.445 471.368 480.257 480.869] -/A << /S /GoTo /D (page.150) >> +/Rect [173.619 264.037 185.018 273.539] +/A << /S /GoTo /D (page.64) >> >> endobj -2297 0 obj << +2342 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 471.368 499.397 480.869] -/A << /S /GoTo /D (page.170) >> +/Rect [188.346 264.037 199.552 273.539] +/A << /S /GoTo /D (page.65) >> >> endobj -2298 0 obj << +2343 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 458.73 464.91 471.681] -/A << /S /GoTo /D (page.44) >> +/Rect [202.88 264.037 218.692 273.539] +/A << /S /GoTo /D (page.145) >> >> endobj -2299 0 obj << +2344 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 458.73 479.947 471.681] -/A << /S /GoTo /D (page.46) >> +/Rect [222.02 264.037 237.833 273.539] +/A << /S /GoTo /D (page.146) >> >> endobj -2300 0 obj << +2345 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 458.73 499.397 471.681] -/A << /S /GoTo /D (page.134) >> +/Rect [241.161 264.037 256.973 273.539] +/A << /S /GoTo /D (page.166) >> >> endobj -2301 0 obj << +2346 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 447.636 479.947 460.587] -/A << /S /GoTo /D (page.63) >> +/Rect [211.28 251.135 222.486 264.087] +/A << /S /GoTo /D (page.37) >> >> endobj -2302 0 obj << +2347 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 447.636 499.397 460.587] -/A << /S /GoTo /D (page.170) >> +/Rect [226.124 251.135 237.523 264.087] +/A << /S /GoTo /D (page.39) >> >> endobj -2303 0 obj << +2348 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 436.542 479.947 449.494] -/A << /S /GoTo /D (page.83) >> +/Rect [241.161 251.135 256.973 264.087] +/A << /S /GoTo /D (page.130) >> >> endobj -2304 0 obj << +2349 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 436.542 499.397 449.494] -/A << /S /GoTo /D (page.151) >> +/Rect [226.124 239.778 237.523 252.729] +/A << /S /GoTo /D (page.56) >> >> endobj -2305 0 obj << +2350 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.154 425.449 484.36 438.4] -/A << /S /GoTo /D (page.41) >> +/Rect [241.161 239.778 256.973 252.729] +/A << /S /GoTo /D (page.166) >> >> endobj -2306 0 obj << +2351 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [487.998 425.449 499.397 438.4] -/A << /S /GoTo /D (page.41) >> +/Rect [226.317 228.42 237.523 241.372] +/A << /S /GoTo /D (page.79) >> >> endobj -2307 0 obj << +2352 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 414.355 481.894 427.307] -/A << /S /GoTo /D (page.21) >> +/Rect [241.161 228.42 256.973 241.372] +/A << /S /GoTo /D (page.147) >> >> endobj -2308 0 obj << +2353 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 404.941 427.249 414.443] -/A << /S /GoTo /D (page.24) >> +/Rect [230.73 217.063 241.936 230.014] +/A << /S /GoTo /D (page.34) >> >> endobj -2309 0 obj << +2354 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.194 404.941 445.399 414.443] -/A << /S /GoTo /D (page.32) >> +/Rect [245.574 217.063 256.973 230.014] +/A << /S /GoTo /D (page.34) >> >> endobj -2310 0 obj << +2355 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.344 404.941 463.744 414.443] -/A << /S /GoTo /D (page.36) >> +/Rect [198.384 205.705 209.589 218.657] +/A << /S /GoTo /D (page.25) >> >> endobj -2311 0 obj << +2356 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 404.941 481.894 414.443] -/A << /S /GoTo /D (page.38) >> +/Rect [213.227 205.705 224.626 218.657] +/A << /S /GoTo /D (page.29) >> >> endobj -2312 0 obj << +2357 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 393.982 427.249 403.484] -/A << /S /GoTo /D (page.41) >> +/Rect [228.264 205.705 239.47 218.657] +/A << /S /GoTo /D (page.31) >> >> endobj -2313 0 obj << +2358 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.187 393.982 442.393 403.484] -/A << /S /GoTo /D (page.43) >> +/Rect [173.619 196.291 184.825 205.793] +/A << /S /GoTo /D (page.34) >> >> endobj -2314 0 obj << +2359 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.331 393.982 462.143 403.484] -/A << /S /GoTo /D (page.102) >> +/Rect [190.298 196.291 201.504 205.793] +/A << /S /GoTo /D (page.36) >> >> endobj -2315 0 obj << +2360 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 393.982 481.894 403.484] -/A << /S /GoTo /D (page.103) >> +/Rect [206.978 196.291 218.184 205.793] +/A << /S /GoTo /D (page.99) >> >> endobj -2316 0 obj << +2361 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 383.023 431.855 392.525] -/A << /S /GoTo /D (page.105) >> +/Rect [223.658 196.291 239.47 205.793] +/A << /S /GoTo /D (page.101) >> >> endobj -2317 0 obj << +2362 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 383.023 454.369 392.525] -/A << /S /GoTo /D (page.113) >> +/Rect [173.619 185.332 189.431 194.834] +/A << /S /GoTo /D (page.109) >> >> endobj -2318 0 obj << +2363 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 383.023 476.883 392.525] -/A << /S /GoTo /D (page.134) >> +/Rect [196.133 185.332 211.945 194.834] +/A << /S /GoTo /D (page.130) >> >> endobj -2319 0 obj << +2364 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 383.023 499.397 392.525] -/A << /S /GoTo /D (page.150) >> +/Rect [218.647 185.332 234.459 194.834] +/A << /S /GoTo /D (page.146) >> >> endobj -2320 0 obj << +2365 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 359.292 460.497 372.243] -/A << /S /GoTo /D (page.38) >> +/Rect [241.161 185.332 256.973 194.834] +/A << /S /GoTo /D (page.147) >> >> endobj -2321 0 obj << +2366 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 359.292 479.947 372.243] -/A << /S /GoTo /D (page.104) >> +/Rect [206.867 161.073 218.073 174.024] +/A << /S /GoTo /D (page.31) >> >> endobj -2322 0 obj << +2367 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 359.292 499.397 372.243] -/A << /S /GoTo /D (page.113) >> +/Rect [221.711 161.073 237.523 174.024] +/A << /S /GoTo /D (page.101) >> >> endobj -2323 0 obj << +2368 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [418.134 337.239 429.34 350.191] -/A << /S /GoTo /D (page.37) >> +/Rect [241.161 161.073 256.973 174.024] +/A << /S /GoTo /D (page.109) >> >> endobj -2324 0 obj << +2369 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.194 337.239 443.399 350.191] -/A << /S /GoTo /D (page.49) >> +/Rect [228.264 149.715 239.47 162.667] +/A << /S /GoTo /D (page.29) >> >> endobj -2325 0 obj << +2370 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.253 337.239 462.065 350.191] -/A << /S /GoTo /D (page.104) >> +/Rect [173.619 140.301 184.825 149.803] +/A << /S /GoTo /D (page.30) >> >> endobj -2326 0 obj << +2371 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.919 337.239 480.731 350.191] -/A << /S /GoTo /D (page.113) >> +/Rect [188.201 140.301 199.407 149.803] +/A << /S /GoTo /D (page.42) >> >> endobj -2327 0 obj << +2372 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 337.239 499.397 350.191] -/A << /S /GoTo /D (page.150) >> +/Rect [202.783 140.301 218.596 149.803] +/A << /S /GoTo /D (page.101) >> >> endobj -2328 0 obj << +2373 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 326.146 445.654 339.097] -/A << /S /GoTo /D (page.38) >> +/Rect [221.972 140.301 237.784 149.803] +/A << /S /GoTo /D (page.109) >> >> endobj -2329 0 obj << +2374 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 326.146 460.497 339.097] -/A << /S /GoTo /D (page.43) >> +/Rect [241.161 140.301 256.973 149.803] +/A << /S /GoTo /D (page.147) >> >> endobj -2330 0 obj << +2375 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 326.146 479.947 339.097] -/A << /S /GoTo /D (page.104) >> +/Rect [192.024 127.399 203.229 140.351] +/A << /S /GoTo /D (page.31) >> >> endobj -2331 0 obj << +2376 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 326.146 499.397 339.097] -/A << /S /GoTo /D (page.113) >> +/Rect [206.867 127.399 218.073 140.351] +/A << /S /GoTo /D (page.36) >> >> endobj -2332 0 obj << +2377 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [487.998 315.052 499.397 328.004] -/A << /S /GoTo /D (page.38) >> +/Rect [221.711 127.399 237.523 140.351] +/A << /S /GoTo /D (page.101) >> >> endobj -2333 0 obj << +2378 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 293 479.947 305.951] -/A << /S /GoTo /D (page.63) >> +/Rect [241.161 127.399 256.973 140.351] +/A << /S /GoTo /D (page.109) >> >> endobj -2334 0 obj << +2379 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 293 499.397 305.951] -/A << /S /GoTo /D (page.172) >> +/Rect [245.574 116.042 256.973 128.993] +/A << /S /GoTo /D (page.31) >> >> endobj -2335 0 obj << +2380 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 281.906 479.947 294.858] -/A << /S /GoTo /D (page.60) >> +/Rect [347.336 690.886 358.735 703.837] +/A << /S /GoTo /D (page.56) >> >> endobj -2336 0 obj << +2381 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 281.906 499.397 294.858] -/A << /S /GoTo /D (page.101) >> +/Rect [362.373 690.886 378.185 703.837] +/A << /S /GoTo /D (page.169) >> >> endobj -2337 0 obj << +2382 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 259.854 479.947 272.805] -/A << /S /GoTo /D (page.60) >> +/Rect [351.942 679.803 363.342 692.754] +/A << /S /GoTo /D (page.53) >> >> endobj -2338 0 obj << +2383 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 259.854 499.397 272.805] -/A << /S /GoTo /D (page.102) >> +/Rect [366.979 679.803 378.185 692.754] +/A << /S /GoTo /D (page.98) >> >> endobj -2339 0 obj << +2384 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 248.76 479.947 261.712] -/A << /S /GoTo /D (page.60) >> +/Rect [351.942 668.719 363.342 681.671] +/A << /S /GoTo /D (page.53) >> >> endobj -2340 0 obj << +2385 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 248.76 499.397 261.712] -/A << /S /GoTo /D (page.102) >> +/Rect [366.979 668.719 378.185 681.671] +/A << /S /GoTo /D (page.98) >> >> endobj -2341 0 obj << +2386 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 226.708 479.947 239.659] -/A << /S /GoTo /D (page.60) >> +/Rect [351.942 657.636 363.342 670.587] +/A << /S /GoTo /D (page.53) >> >> endobj -2342 0 obj << +2387 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 226.708 499.397 239.659] -/A << /S /GoTo /D (page.102) >> +/Rect [366.979 657.636 378.185 670.587] +/A << /S /GoTo /D (page.98) >> >> endobj -2343 0 obj << +2388 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 215.614 479.947 228.566] -/A << /S /GoTo /D (page.54) >> +/Rect [351.942 646.552 363.342 659.504] +/A << /S /GoTo /D (page.53) >> >> endobj -2344 0 obj << +2389 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 215.614 499.397 228.566] -/A << /S /GoTo /D (page.154) >> +/Rect [366.979 646.552 378.185 659.504] +/A << /S /GoTo /D (page.99) >> >> endobj -2345 0 obj << +2390 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 193.562 479.947 206.513] -/A << /S /GoTo /D (page.54) >> +/Rect [347.336 635.469 358.735 648.42] +/A << /S /GoTo /D (page.47) >> >> endobj -2346 0 obj << +2391 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 193.562 499.397 206.513] -/A << /S /GoTo /D (page.154) >> +/Rect [362.373 635.469 378.185 648.42] +/A << /S /GoTo /D (page.150) >> >> endobj -2347 0 obj << +2392 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 182.468 479.947 195.42] -/A << /S /GoTo /D (page.40) >> +/Rect [347.336 613.426 358.735 626.378] +/A << /S /GoTo /D (page.47) >> >> endobj -2348 0 obj << +2393 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 182.468 499.397 195.42] -/A << /S /GoTo /D (page.125) >> +/Rect [362.373 613.426 378.185 626.378] +/A << /S /GoTo /D (page.150) >> >> endobj -2349 0 obj << +2394 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 171.375 479.947 184.326] -/A << /S /GoTo /D (page.40) >> +/Rect [347.336 602.343 358.735 615.294] +/A << /S /GoTo /D (page.33) >> >> endobj -2350 0 obj << +2395 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 171.375 499.397 184.326] -/A << /S /GoTo /D (page.125) >> +/Rect [362.373 602.343 378.185 615.294] +/A << /S /GoTo /D (page.122) >> >> endobj -2351 0 obj << +2396 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.098 160.281 460.497 173.233] -/A << /S /GoTo /D (page.40) >> +/Rect [347.336 591.26 358.735 604.211] +/A << /S /GoTo /D (page.33) >> >> endobj -2352 0 obj << +2397 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 160.281 479.947 173.233] -/A << /S /GoTo /D (page.124) >> +/Rect [362.373 591.26 378.185 604.211] +/A << /S /GoTo /D (page.121) >> >> endobj -2353 0 obj << +2398 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 160.281 499.397 173.233] -/A << /S /GoTo /D (page.125) >> +/Rect [327.886 580.176 339.285 593.128] +/A << /S /GoTo /D (page.33) >> >> endobj -2354 0 obj << +2399 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 149.188 464.91 162.139] -/A << /S /GoTo /D (page.19) >> +/Rect [342.923 580.176 358.735 593.128] +/A << /S /GoTo /D (page.121) >> >> endobj -2355 0 obj << +2400 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 149.188 479.947 162.139] -/A << /S /GoTo /D (page.47) >> +/Rect [362.373 580.176 378.185 593.128] +/A << /S /GoTo /D (page.122) >> >> endobj -2356 0 obj << +2401 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 149.188 499.397 162.139] -/A << /S /GoTo /D (page.150) >> +/Rect [347.336 569.093 358.735 582.044] +/A << /S /GoTo /D (page.40) >> >> endobj -2357 0 obj << +2402 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 138.094 499.397 151.046] -/A << /S /GoTo /D (page.168) >> +/Rect [362.373 569.093 378.185 582.044] +/A << /S /GoTo /D (page.147) >> >> endobj -2358 0 obj << +2403 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.68) >> +/Rect [362.373 558.009 378.185 570.961] +/A << /S /GoTo /D (page.165) >> >> endobj -2359 0 obj << +2404 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.168) >> ->> endobj -2371 0 obj << -/D [2369 0 R /XYZ 143.727 753.953 null] ->> endobj -2368 0 obj << -/Font << /F50 1770 0 R /F47 1769 0 R /F46 538 0 R /F51 1771 0 R /F17 428 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -2678 0 obj << -/Length 3065 -/Filter /FlateDecode ->> -stream -x]s۸БYa~iv;lrnEl$JMhY$ADَKA|`<[;\w?~r>HQ5SX"Bb[;a|ʳt&BuP1ĸ_V9c.{Gn9;׏fͅ GZ lxM|+2]i#m&i:|@k-_]fKY Y,E !ǜٯof q; SsS,5rox}EA#)f?Ɨ4EDH2Hc&[n6#]mIvo]r -iꩻ?t$ڮnc:-GAerY~P#ɭww)ěU_Eq-XARL_i"[K1")Ʈԡ0rv6vY Lj (.&qҐ&#vKy\-hȣ]RT@`ސ(F"6AQњuVq^(#J*A5M V(ŴLFBơ#'GCRf"^ FMHd0K8@ uS \E( Z#7C Ȑ.;pW- 9jֺb YsHF2Ljz>zKϣP6v)c\PsMn{Gɗğ|QhP~YX~*-6NX?c@+z8ܬ e7<"&0zho?U&^1~h{M/& UmdC/X6-.vڃCrBkixxY$ɫ,6 dMg֍(./m~L"tgsLg Q G:Ζ@+Qh<{ȋGcbhL{ٯ0$[:U%K2bay_gT?[̈́6vISri:Iľ/ɃU-BA)Dp߃.K DhKa}yֶ!f& 7}~p_'=Dp;_&JZזn\ gA霽}ir(Β4Sq-V|j/3Øϔ4M4xNw8@o"-_N7i2?䛋zQháGv6sNsɐiM#n=*芑dҡޞor6%'t݅ƕ*!yF.Ild-k91dLtH?yf){YUcS\gӸԅ#"EXWzR<ʗK 6&r%TTi*ƕڎK9ETVBԑŰ)O4b*Yo qn ff_kEeL40ЫL m5O+-?M+FnܹΕgDg)TК*Q %ǩiݒ2 -[.9P]dWtU8uk0@ h ouŰ#_EU5C҂ZFSB:S:Vs ۡIMǻ[;G`{%yuhϓeO9zYK&ՋX3xG eM4O93XLG^ڪIHj>5 ^hAjz1֥,U펤5)i)9f}d_00&A4hq O0hCjduPff,^';6nXB6蛲ȋtHa8Nuy[6& Ua$^=D@R -+P0jPSC(AvFiVMEP)/! H͝8rgݪb4O׎Q qޠoHJd̂\.*،5C[1Ě2'#MQxe5ʻ!6Mjs0SN6%u:/@&+-QqrT eelV,`)hz6+mWXXthLnaouI_$tɖE||ik V=I&suDx%}O5M#Q*)/#Q%:ܕ%oCP|/OMwwSvZ3GQbu2. uktXCsn#|2_t(E~|O -B~tl|.CPf8A;(ʌi3 Ow> >> endobj -2360 0 obj << +2405 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.169) >> +/Rect [362.373 535.967 378.185 548.918] +/A << /S /GoTo /D (page.165) >> >> endobj -2361 0 obj << +2406 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 690.751 256.973 703.703] -/A << /S /GoTo /D (page.148) >> +/Rect [362.373 524.884 378.185 537.835] +/A << /S /GoTo /D (page.166) >> >> endobj -2362 0 obj << +2407 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 679.658 256.973 692.609] -/A << /S /GoTo /D (page.85) >> +/Rect [362.373 513.8 378.185 526.752] +/A << /S /GoTo /D (page.144) >> >> endobj -2363 0 obj << +2408 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 668.564 256.973 681.516] -/A << /S /GoTo /D (page.83) >> +/Rect [366.979 502.717 378.185 515.668] +/A << /S /GoTo /D (page.81) >> >> endobj -2364 0 obj << +2409 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 646.512 203.229 659.463] -/A << /S /GoTo /D (page.11) >> +/Rect [366.979 491.633 378.185 504.585] +/A << /S /GoTo /D (page.79) >> >> endobj -2365 0 obj << +2410 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 646.512 218.073 659.463] -/A << /S /GoTo /D (page.80) >> +/Rect [313.236 469.591 324.442 482.542] +/A << /S /GoTo /D (page.11) >> >> endobj -2366 0 obj << +2411 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 646.512 237.523 659.463] -/A << /S /GoTo /D (page.135) >> +/Rect [328.079 469.591 339.285 482.542] +/A << /S /GoTo /D (page.76) >> >> endobj -2367 0 obj << +2412 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 646.512 256.973 659.463] -/A << /S /GoTo /D (page.149) >> +/Rect [342.923 469.591 358.735 482.542] +/A << /S /GoTo /D (page.131) >> >> endobj -2372 0 obj << +2413 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 635.418 237.523 648.37] -/A << /S /GoTo /D (page.48) >> +/Rect [362.373 469.591 378.185 482.542] +/A << /S /GoTo /D (page.146) >> >> endobj -2373 0 obj << +2414 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 635.418 256.973 648.37] -/A << /S /GoTo /D (page.135) >> +/Rect [347.336 458.507 358.735 471.459] +/A << /S /GoTo /D (page.41) >> >> endobj -2374 0 obj << +2415 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 624.325 256.973 637.276] -/A << /S /GoTo /D (page.77) >> +/Rect [362.373 458.507 378.185 471.459] +/A << /S /GoTo /D (page.131) >> >> endobj -2375 0 obj << +2416 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [178.01 602.272 189.41 615.224] -/A << /S /GoTo /D (page.62) >> +/Rect [366.979 447.424 378.185 460.375] +/A << /S /GoTo /D (page.73) >> >> endobj -2376 0 obj << +2417 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [193.047 602.272 204.253 615.224] -/A << /S /GoTo /D (page.64) >> +/Rect [320.619 425.382 332.019 438.333] +/A << /S /GoTo /D (page.55) >> >> endobj -2377 0 obj << +2418 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 602.272 218.073 615.224] -/A << /S /GoTo /D (page.66) >> +/Rect [335.656 425.382 346.862 438.333] +/A << /S /GoTo /D (page.57) >> >> endobj -2378 0 obj << +2419 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 602.272 237.523 615.224] -/A << /S /GoTo /D (page.173) >> +/Rect [349.476 425.382 360.682 438.333] +/A << /S /GoTo /D (page.61) >> >> endobj -2379 0 obj << +2420 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 602.272 256.973 615.224] -/A << /S /GoTo /D (page.178) >> +/Rect [294.831 415.967 310.643 425.469] +/A << /S /GoTo /D (page.169) >> >> endobj -2380 0 obj << +2421 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 591.179 242.13 604.13] -/A << /S /GoTo /D (page.30) >> +/Rect [317.345 415.967 333.157 425.469] +/A << /S /GoTo /D (page.174) >> >> endobj -2381 0 obj << +2422 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 591.179 256.973 604.13] -/A << /S /GoTo /D (page.81) >> +/Rect [339.859 415.967 355.671 425.469] +/A << /S /GoTo /D (page.179) >> >> endobj -2382 0 obj << +2423 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.593 580.085 192.799 593.037] -/A << /S /GoTo /D (page.24) >> +/Rect [362.373 415.967 378.185 425.469] +/A << /S /GoTo /D (page.184) >> >> endobj -2383 0 obj << +2424 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.437 580.085 207.642 593.037] -/A << /S /GoTo /D (page.30) >> +/Rect [351.942 403.339 363.342 416.291] +/A << /S /GoTo /D (page.23) >> >> endobj -2384 0 obj << +2425 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 580.085 222.486 593.037] -/A << /S /GoTo /D (page.31) >> +/Rect [366.979 403.339 378.185 416.291] +/A << /S /GoTo /D (page.77) >> >> endobj -2385 0 obj << +2426 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 580.085 237.523 593.037] -/A << /S /GoTo /D (page.39) >> +/Rect [317.649 392.256 328.854 405.207] +/A << /S /GoTo /D (page.23) >> >> endobj -2386 0 obj << +2427 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 580.085 256.973 593.037] -/A << /S /GoTo /D (page.117) >> +/Rect [332.492 392.256 343.698 405.207] +/A << /S /GoTo /D (page.24) >> >> endobj -2387 0 obj << +2428 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.577 568.992 209.783 581.943] -/A << /S /GoTo /D (page.22) >> +/Rect [347.336 392.256 358.735 405.207] +/A << /S /GoTo /D (page.32) >> >> endobj -2388 0 obj << +2429 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 568.992 224.626 581.943] -/A << /S /GoTo /D (page.24) >> +/Rect [362.373 392.256 378.185 405.207] +/A << /S /GoTo /D (page.114) >> >> endobj -2389 0 obj << +2430 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 568.992 239.47 581.943] -/A << /S /GoTo /D (page.30) >> +/Rect [349.476 381.172 360.682 394.124] +/A << /S /GoTo /D (page.23) >> >> endobj -2390 0 obj << +2431 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 559.578 184.825 569.079] -/A << /S /GoTo /D (page.31) >> +/Rect [294.831 371.758 306.037 381.26] +/A << /S /GoTo /D (page.24) >> >> endobj -2391 0 obj << +2432 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.304 559.578 200.704 569.079] -/A << /S /GoTo /D (page.39) >> +/Rect [310.516 371.758 321.916 381.26] +/A << /S /GoTo /D (page.32) >> >> endobj -2392 0 obj << +2433 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.183 559.578 216.389 569.079] -/A << /S /GoTo /D (page.58) >> +/Rect [326.395 371.758 337.601 381.26] +/A << /S /GoTo /D (page.51) >> >> endobj -2393 0 obj << +2434 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.869 559.578 236.681 569.079] -/A << /S /GoTo /D (page.116) >> +/Rect [342.081 371.758 357.893 381.26] +/A << /S /GoTo /D (page.113) >> >> endobj -2394 0 obj << +2435 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 559.578 256.973 569.079] -/A << /S /GoTo /D (page.167) >> +/Rect [362.373 371.758 378.185 381.26] +/A << /S /GoTo /D (page.163) >> >> endobj -2395 0 obj << +2436 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 546.939 224.626 559.891] +/Rect [334.633 359.13 345.838 372.082] /A << /S /GoTo /D (page.23) >> >> endobj -2396 0 obj << +2437 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 546.939 239.47 559.891] -/A << /S /GoTo /D (page.30) >> +/Rect [349.476 359.13 360.682 372.082] +/A << /S /GoTo /D (page.24) >> >> endobj -2397 0 obj << +2438 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 537.525 184.825 547.027] -/A << /S /GoTo /D (page.31) >> +/Rect [294.831 349.716 306.037 359.217] +/A << /S /GoTo /D (page.29) >> >> endobj -2398 0 obj << +2439 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.769 537.525 202.975 547.027] -/A << /S /GoTo /D (page.36) >> +/Rect [312.982 349.716 324.381 359.217] +/A << /S /GoTo /D (page.32) >> >> endobj -2399 0 obj << +2440 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [209.92 537.525 221.319 547.027] -/A << /S /GoTo /D (page.39) >> +/Rect [331.326 349.716 342.531 359.217] +/A << /S /GoTo /D (page.34) >> >> endobj -2400 0 obj << +2441 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 537.525 239.47 547.027] -/A << /S /GoTo /D (page.41) >> +/Rect [349.476 349.716 360.682 359.217] +/A << /S /GoTo /D (page.35) >> >> endobj -2401 0 obj << +2442 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 526.566 184.825 536.068] -/A << /S /GoTo /D (page.58) >> +/Rect [294.831 338.757 306.037 348.258] +/A << /S /GoTo /D (page.51) >> >> endobj -2402 0 obj << +2443 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.298 526.566 201.504 536.068] -/A << /S /GoTo /D (page.59) >> +/Rect [313.046 338.757 324.252 348.258] +/A << /S /GoTo /D (page.52) >> >> endobj -2403 0 obj << +2444 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.978 526.566 218.184 536.068] -/A << /S /GoTo /D (page.70) >> +/Rect [331.261 338.757 342.467 348.258] +/A << /S /GoTo /D (page.66) >> >> endobj -2404 0 obj << +2445 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 526.566 239.47 536.068] -/A << /S /GoTo /D (page.102) >> +/Rect [349.476 338.757 360.682 348.258] +/A << /S /GoTo /D (page.99) >> >> endobj -2405 0 obj << +2446 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 515.607 189.431 525.109] -/A << /S /GoTo /D (page.103) >> +/Rect [294.831 327.798 310.643 337.299] +/A << /S /GoTo /D (page.100) >> >> endobj -2406 0 obj << +2447 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.177 515.607 213.989 525.109] -/A << /S /GoTo /D (page.115) >> +/Rect [319.389 327.798 335.201 337.299] +/A << /S /GoTo /D (page.112) >> >> endobj -2407 0 obj << +2448 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.603 515.607 232.415 525.109] -/A << /S /GoTo /D (page.117) >> +/Rect [337.815 327.798 353.627 337.299] +/A << /S /GoTo /D (page.114) >> >> endobj -2408 0 obj << +2449 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 515.607 256.973 525.109] -/A << /S /GoTo /D (page.190) >> +/Rect [362.373 327.798 378.185 337.299] +/A << /S /GoTo /D (page.196) >> >> endobj -2409 0 obj << +2450 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 502.969 237.523 515.92] -/A << /S /GoTo /D (page.40) >> +/Rect [347.336 315.17 358.735 328.121] +/A << /S /GoTo /D (page.33) >> >> endobj -2410 0 obj << +2451 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 502.969 256.973 515.92] -/A << /S /GoTo /D (page.123) >> +/Rect [362.373 315.17 378.185 328.121] +/A << /S /GoTo /D (page.119) >> >> endobj -2411 0 obj << +2452 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 491.876 237.523 504.827] -/A << /S /GoTo /D (page.40) >> +/Rect [347.336 304.086 358.735 317.038] +/A << /S /GoTo /D (page.33) >> >> endobj -2412 0 obj << +2453 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 491.876 256.973 504.827] -/A << /S /GoTo /D (page.122) >> +/Rect [362.373 304.086 378.185 317.038] +/A << /S /GoTo /D (page.119) >> >> endobj -2413 0 obj << +2454 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.673 480.782 218.073 493.733] -/A << /S /GoTo /D (page.39) >> +/Rect [327.886 293.003 339.285 305.954] +/A << /S /GoTo /D (page.32) >> >> endobj -2414 0 obj << +2455 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 480.782 237.523 493.733] -/A << /S /GoTo /D (page.122) >> +/Rect [342.923 293.003 358.735 305.954] +/A << /S /GoTo /D (page.118) >> >> endobj -2415 0 obj << +2456 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 480.782 256.973 493.733] -/A << /S /GoTo /D (page.123) >> +/Rect [362.373 293.003 378.185 305.954] +/A << /S /GoTo /D (page.119) >> >> endobj -2416 0 obj << +2457 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [201.043 458.73 212.249 471.681] -/A << /S /GoTo /D (page.31) >> +/Rect [322.255 270.961 333.461 283.912] +/A << /S /GoTo /D (page.24) >> >> endobj -2417 0 obj << +2458 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.887 458.73 227.286 471.681] -/A << /S /GoTo /D (page.32) >> +/Rect [337.099 270.961 348.498 283.912] +/A << /S /GoTo /D (page.25) >> >> endobj -2418 0 obj << +2459 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 458.73 242.13 471.681] -/A << /S /GoTo /D (page.80) >> +/Rect [352.136 270.961 363.342 283.912] +/A << /S /GoTo /D (page.76) >> >> endobj -2419 0 obj << +2460 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 458.73 256.973 471.681] -/A << /S /GoTo /D (page.95) >> +/Rect [366.979 270.961 378.185 283.912] +/A << /S /GoTo /D (page.91) >> >> endobj -2420 0 obj << +2461 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 436.677 242.13 449.629] -/A << /S /GoTo /D (page.62) >> +/Rect [351.942 248.918 363.342 261.87] +/A << /S /GoTo /D (page.55) >> >> endobj -2421 0 obj << +2462 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 436.677 256.973 449.629] -/A << /S /GoTo /D (page.81) >> +/Rect [366.979 248.918 378.185 261.87] +/A << /S /GoTo /D (page.77) >> >> endobj -2422 0 obj << +2463 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 425.584 237.523 438.535] -/A << /S /GoTo /D (page.48) >> +/Rect [347.336 237.835 358.735 250.786] +/A << /S /GoTo /D (page.41) >> >> endobj -2423 0 obj << +2464 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 425.584 256.973 438.535] -/A << /S /GoTo /D (page.135) >> +/Rect [362.373 237.835 378.185 250.786] +/A << /S /GoTo /D (page.131) >> >> endobj -2424 0 obj << +2465 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 414.49 222.486 427.441] -/A << /S /GoTo /D (page.25) >> +/Rect [351.942 226.752 363.342 239.703] +/A << /S /GoTo /D (page.53) >> >> endobj -2425 0 obj << +2466 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 414.49 237.523 427.441] -/A << /S /GoTo /D (page.60) >> +/Rect [366.979 226.752 378.185 239.703] +/A << /S /GoTo /D (page.98) >> >> endobj -2426 0 obj << +2467 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 414.49 256.973 427.441] -/A << /S /GoTo /D (page.101) >> +/Rect [351.942 215.668 363.342 228.619] +/A << /S /GoTo /D (page.53) >> >> endobj -2427 0 obj << +2468 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 403.397 222.486 416.348] -/A << /S /GoTo /D (page.25) >> +/Rect [366.979 215.668 378.185 228.619] +/A << /S /GoTo /D (page.98) >> >> endobj -2428 0 obj << +2469 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 403.397 237.523 416.348] -/A << /S /GoTo /D (page.60) >> +/Rect [362.373 204.585 378.185 217.536] +/A << /S /GoTo /D (page.144) >> >> endobj -2429 0 obj << +2470 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 403.397 256.973 416.348] -/A << /S /GoTo /D (page.102) >> +/Rect [322.255 193.501 328.854 206.453] +/A << /S /GoTo /D (page.3) >> >> endobj -2430 0 obj << +2471 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 392.303 256.973 405.254] -/A << /S /GoTo /D (page.148) >> +/Rect [332.492 193.501 343.698 206.453] +/A << /S /GoTo /D (page.30) >> >> endobj -2431 0 obj << +2472 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [232.871 381.209 239.47 394.161] -/A << /S /GoTo /D (page.3) >> +/Rect [347.336 193.501 358.735 206.453] +/A << /S /GoTo /D (page.37) >> >> endobj -2432 0 obj << +2473 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 371.795 184.825 381.297] -/A << /S /GoTo /D (page.21) >> +/Rect [362.373 193.501 378.185 206.453] +/A << /S /GoTo /D (page.140) >> >> endobj -2433 0 obj << +2474 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.456 371.795 201.662 381.297] -/A << /S /GoTo /D (page.23) >> +/Rect [362.373 182.418 378.185 195.369] +/A << /S /GoTo /D (page.134) >> >> endobj -2434 0 obj << +2475 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.293 371.795 218.499 381.297] -/A << /S /GoTo /D (page.37) >> +/Rect [362.373 171.334 378.185 184.286] +/A << /S /GoTo /D (page.141) >> >> endobj -2435 0 obj << +2476 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [224.13 371.795 235.529 381.297] -/A << /S /GoTo /D (page.44) >> +/Rect [362.373 160.251 378.185 173.202] +/A << /S /GoTo /D (page.141) >> >> endobj -2436 0 obj << +2477 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 371.795 256.973 381.297] -/A << /S /GoTo /D (page.144) >> +/Rect [362.373 149.167 378.185 162.119] +/A << /S /GoTo /D (page.141) >> >> endobj -2437 0 obj << +2478 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 359.157 256.973 372.108] -/A << /S /GoTo /D (page.137) >> +/Rect [362.373 138.084 378.185 151.035] +/A << /S /GoTo /D (page.141) >> >> endobj -2438 0 obj << +2479 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 348.063 256.973 361.015] -/A << /S /GoTo /D (page.145) >> +/Rect [351.942 116.042 363.342 128.993] +/A << /S /GoTo /D (page.23) >> >> endobj -2439 0 obj << +2480 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 336.97 256.973 349.921] -/A << /S /GoTo /D (page.145) >> +/Rect [366.979 116.042 378.185 128.993] +/A << /S /GoTo /D (page.78) >> >> endobj -2440 0 obj << +2481 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 325.876 256.973 338.828] -/A << /S /GoTo /D (page.144) >> +/Rect [473.154 701.845 484.554 714.796] +/A << /S /GoTo /D (page.22) >> >> endobj -2441 0 obj << +2482 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 314.783 256.973 327.734] -/A << /S /GoTo /D (page.145) >> +/Rect [488.192 701.845 499.397 714.796] +/A << /S /GoTo /D (page.78) >> >> endobj -2442 0 obj << +2483 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 292.73 242.13 305.682] -/A << /S /GoTo /D (page.30) >> +/Rect [473.154 690.744 484.554 703.695] +/A << /S /GoTo /D (page.28) >> >> endobj -2443 0 obj << +2484 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 292.73 256.973 305.682] -/A << /S /GoTo /D (page.82) >> +/Rect [488.192 690.744 499.397 703.695] +/A << /S /GoTo /D (page.79) >> >> endobj -2444 0 obj << +2485 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.887 270.678 227.092 283.629] -/A << /S /GoTo /D (page.19) >> +/Rect [473.154 679.642 484.554 692.594] +/A << /S /GoTo /D (page.28) >> >> endobj -2445 0 obj << +2486 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 270.678 242.13 283.629] -/A << /S /GoTo /D (page.29) >> +/Rect [488.192 679.642 499.397 692.594] +/A << /S /GoTo /D (page.79) >> >> endobj -2446 0 obj << +2487 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 270.678 256.973 283.629] -/A << /S /GoTo /D (page.82) >> +/Rect [488.192 668.541 499.397 681.493] +/A << /S /GoTo /D (page.76) >> >> endobj -2447 0 obj << +2488 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 259.584 242.13 272.536] -/A << /S /GoTo /D (page.35) >> +/Rect [468.548 657.44 479.947 670.391] +/A << /S /GoTo /D (page.62) >> >> endobj -2448 0 obj << +2489 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 259.584 256.973 272.536] -/A << /S /GoTo /D (page.82) >> +/Rect [483.585 657.44 499.397 670.391] +/A << /S /GoTo /D (page.193) >> >> endobj -2449 0 obj << +2490 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 248.491 242.13 261.442] -/A << /S /GoTo /D (page.35) >> +/Rect [458.311 635.38 469.517 648.331] +/A << /S /GoTo /D (page.13) >> >> endobj -2450 0 obj << +2491 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 248.491 256.973 261.442] -/A << /S /GoTo /D (page.83) >> +/Rect [473.154 635.38 484.554 648.331] +/A << /S /GoTo /D (page.41) >> >> endobj -2451 0 obj << +2492 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 237.397 256.973 250.349] -/A << /S /GoTo /D (page.80) >> +/Rect [488.192 635.38 499.397 648.331] +/A << /S /GoTo /D (page.86) >> >> endobj -2452 0 obj << +2493 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 226.304 237.523 239.255] -/A << /S /GoTo /D (page.67) >> +/Rect [483.585 613.32 499.397 626.271] +/A << /S /GoTo /D (page.131) >> >> endobj -2453 0 obj << +2494 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 226.304 256.973 239.255] -/A << /S /GoTo /D (page.187) >> +/Rect [458.311 591.26 469.517 604.211] +/A << /S /GoTo /D (page.13) >> >> endobj -2454 0 obj << +2495 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.887 204.251 227.092 217.203] -/A << /S /GoTo /D (page.13) >> +/Rect [473.154 591.26 484.554 604.211] +/A << /S /GoTo /D (page.41) >> >> endobj -2455 0 obj << +2496 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 204.251 242.13 217.203] -/A << /S /GoTo /D (page.48) >> +/Rect [488.192 591.26 499.397 604.211] +/A << /S /GoTo /D (page.86) >> >> endobj -2456 0 obj << +2497 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 204.251 256.973 217.203] -/A << /S /GoTo /D (page.90) >> +/Rect [473.154 569.199 484.554 582.151] +/A << /S /GoTo /D (page.43) >> >> endobj -2457 0 obj << +2498 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 182.199 256.973 195.15] -/A << /S /GoTo /D (page.135) >> +/Rect [488.192 569.199 499.397 582.151] +/A << /S /GoTo /D (page.84) >> >> endobj -2458 0 obj << +2499 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.887 160.147 227.092 173.098] -/A << /S /GoTo /D (page.13) >> +/Rect [453.704 547.139 464.91 560.091] +/A << /S /GoTo /D (page.28) >> >> endobj -2459 0 obj << +2500 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 160.147 242.13 173.098] -/A << /S /GoTo /D (page.48) >> +/Rect [468.548 547.139 479.947 560.091] +/A << /S /GoTo /D (page.43) >> >> endobj -2460 0 obj << +2501 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 160.147 256.973 173.098] -/A << /S /GoTo /D (page.90) >> +/Rect [483.585 547.139 499.397 560.091] +/A << /S /GoTo /D (page.132) >> >> endobj -2461 0 obj << +2502 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 138.094 242.13 151.046] -/A << /S /GoTo /D (page.50) >> +/Rect [488.192 536.038 499.397 548.99] +/A << /S /GoTo /D (page.85) >> >> endobj -2462 0 obj << +2503 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 138.094 256.973 151.046] -/A << /S /GoTo /D (page.88) >> +/Rect [468.548 524.937 479.947 537.888] +/A << /S /GoTo /D (page.47) >> >> endobj -2463 0 obj << +2504 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.28 116.042 222.486 128.993] -/A << /S /GoTo /D (page.35) >> +/Rect [483.585 524.937 499.397 537.888] +/A << /S /GoTo /D (page.150) >> >> endobj -2464 0 obj << +2505 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.124 116.042 237.523 128.993] -/A << /S /GoTo /D (page.50) >> +/Rect [468.548 502.877 479.947 515.828] +/A << /S /GoTo /D (page.47) >> >> endobj -2465 0 obj << +2506 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.135) >> +/Rect [483.585 502.877 499.397 515.828] +/A << /S /GoTo /D (page.150) >> >> endobj -2466 0 obj << +2507 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.88) >> +/Rect [468.548 491.776 479.947 504.727] +/A << /S /GoTo /D (page.34) >> >> endobj -2467 0 obj << +2508 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 690.504 358.735 703.456] -/A << /S /GoTo /D (page.54) >> +/Rect [483.585 491.776 499.397 504.727] +/A << /S /GoTo /D (page.126) >> >> endobj -2468 0 obj << +2509 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 690.504 378.185 703.456] -/A << /S /GoTo /D (page.154) >> +/Rect [468.548 480.674 479.947 493.626] +/A << /S /GoTo /D (page.33) >> >> endobj -2469 0 obj << +2510 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 668.205 358.735 681.157] -/A << /S /GoTo /D (page.54) >> +/Rect [483.585 480.674 499.397 493.626] +/A << /S /GoTo /D (page.125) >> >> endobj -2470 0 obj << +2511 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 668.205 378.185 681.157] -/A << /S /GoTo /D (page.154) >> +/Rect [434.254 458.614 445.654 471.566] +/A << /S /GoTo /D (page.33) >> >> endobj -2471 0 obj << +2512 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 656.865 358.735 669.816] -/A << /S /GoTo /D (page.41) >> +/Rect [449.291 458.614 460.497 471.566] +/A << /S /GoTo /D (page.51) >> >> endobj -2472 0 obj << +2513 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 656.865 378.185 669.816] -/A << /S /GoTo /D (page.129) >> +/Rect [464.135 458.614 479.947 471.566] +/A << /S /GoTo /D (page.125) >> >> endobj -2473 0 obj << +2514 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 645.524 358.735 658.476] -/A << /S /GoTo /D (page.40) >> +/Rect [483.585 458.614 499.397 471.566] +/A << /S /GoTo /D (page.126) >> >> endobj -2474 0 obj << +2515 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 645.524 378.185 658.476] -/A << /S /GoTo /D (page.129) >> +/Rect [483.585 447.513 499.397 460.464] +/A << /S /GoTo /D (page.166) >> >> endobj -2475 0 obj << +2516 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 634.184 343.892 647.135] -/A << /S /GoTo /D (page.40) >> +/Rect [483.585 436.412 499.397 449.363] +/A << /S /GoTo /D (page.127) >> >> endobj -2476 0 obj << +2517 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 634.184 358.735 647.135] -/A << /S /GoTo /D (page.58) >> +/Rect [483.585 425.31 499.397 438.262] +/A << /S /GoTo /D (page.127) >> >> endobj -2477 0 obj << +2518 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 634.184 378.185 647.135] -/A << /S /GoTo /D (page.129) >> +/Rect [464.135 403.25 479.947 416.202] +/A << /S /GoTo /D (page.126) >> >> endobj -2478 0 obj << +2519 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 622.843 378.185 635.795] -/A << /S /GoTo /D (page.170) >> +/Rect [483.585 403.25 499.397 416.202] +/A << /S /GoTo /D (page.127) >> >> endobj -2479 0 obj << +2520 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 611.503 378.185 624.454] -/A << /S /GoTo /D (page.131) >> +/Rect [434.448 381.19 445.654 394.142] +/A << /S /GoTo /D (page.11) >> >> endobj -2480 0 obj << +2521 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 600.162 378.185 613.114] -/A << /S /GoTo /D (page.130) >> +/Rect [449.291 381.19 460.497 394.142] +/A << /S /GoTo /D (page.76) >> >> endobj -2481 0 obj << +2522 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 577.863 358.735 590.814] -/A << /S /GoTo /D (page.130) >> +/Rect [464.135 381.19 479.947 394.142] +/A << /S /GoTo /D (page.131) >> >> endobj -2482 0 obj << +2523 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 577.863 378.185 590.814] -/A << /S /GoTo /D (page.131) >> +/Rect [483.585 381.19 499.397 394.142] +/A << /S /GoTo /D (page.145) >> >> endobj -2483 0 obj << +2524 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 555.564 324.442 568.515] -/A << /S /GoTo /D (page.11) >> +/Rect [468.548 370.089 479.947 383.04] +/A << /S /GoTo /D (page.64) >> >> endobj -2484 0 obj << +2525 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 555.564 339.285 568.515] -/A << /S /GoTo /D (page.80) >> +/Rect [483.585 370.089 499.397 383.04] +/A << /S /GoTo /D (page.144) >> >> endobj -2485 0 obj << +2526 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 555.564 358.735 568.515] -/A << /S /GoTo /D (page.135) >> +/Rect [468.548 358.988 479.947 371.939] +/A << /S /GoTo /D (page.32) >> >> endobj -2486 0 obj << +2527 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 555.564 378.185 568.515] -/A << /S /GoTo /D (page.149) >> +/Rect [483.585 358.988 499.397 371.939] +/A << /S /GoTo /D (page.116) >> >> endobj -2487 0 obj << +2528 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 544.223 358.735 557.175] -/A << /S /GoTo /D (page.69) >> +/Rect [468.548 347.887 479.947 360.838] +/A << /S /GoTo /D (page.32) >> >> endobj -2488 0 obj << +2529 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 544.223 378.185 557.175] -/A << /S /GoTo /D (page.148) >> +/Rect [483.585 347.887 499.397 360.838] +/A << /S /GoTo /D (page.116) >> >> endobj -2489 0 obj << +2530 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 532.883 358.735 545.834] -/A << /S /GoTo /D (page.39) >> +/Rect [455.651 336.785 466.857 349.737] +/A << /S /GoTo /D (page.32) >> >> endobj -2490 0 obj << +2531 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 532.883 378.185 545.834] -/A << /S /GoTo /D (page.120) >> +/Rect [470.495 336.785 481.894 349.737] +/A << /S /GoTo /D (page.32) >> >> endobj -2491 0 obj << +2532 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 521.542 358.735 534.494] -/A << /S /GoTo /D (page.39) >> +/Rect [416.043 327.371 427.249 336.872] +/A << /S /GoTo /D (page.33) >> >> endobj -2492 0 obj << +2533 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 521.542 378.185 534.494] -/A << /S /GoTo /D (page.120) >> +/Rect [431.777 327.371 442.983 336.872] +/A << /S /GoTo /D (page.34) >> >> endobj -2493 0 obj << +2534 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.439 510.202 345.645 523.153] -/A << /S /GoTo /D (page.39) >> +/Rect [447.511 327.371 458.716 336.872] +/A << /S /GoTo /D (page.50) >> >> endobj -2494 0 obj << +2535 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.283 510.202 360.682 523.153] -/A << /S /GoTo /D (page.39) >> +/Rect [463.245 327.371 479.057 336.872] +/A << /S /GoTo /D (page.116) >> >> endobj -2495 0 obj << +2536 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 500.788 306.037 510.289] -/A << /S /GoTo /D (page.40) >> +/Rect [483.585 327.371 499.397 336.872] +/A << /S /GoTo /D (page.150) >> >> endobj -2496 0 obj << +2537 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.565 500.788 321.771 510.289] -/A << /S /GoTo /D (page.41) >> +/Rect [458.311 314.725 469.71 327.677] +/A << /S /GoTo /D (page.29) >> >> endobj -2497 0 obj << +2538 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 500.788 337.504 510.289] -/A << /S /GoTo /D (page.57) >> +/Rect [473.348 314.725 484.554 327.677] +/A << /S /GoTo /D (page.35) >> >> endobj -2498 0 obj << +2539 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.032 500.788 357.845 510.289] -/A << /S /GoTo /D (page.119) >> +/Rect [488.192 314.725 499.397 327.677] +/A << /S /GoTo /D (page.99) >> >> endobj -2499 0 obj << +2540 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 500.788 378.185 510.289] -/A << /S /GoTo /D (page.154) >> +/Rect [449.098 292.665 460.497 305.616] +/A << /S /GoTo /D (page.62) >> >> endobj -2500 0 obj << +2541 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 476.944 343.892 489.895] -/A << /S /GoTo /D (page.36) >> +/Rect [464.135 292.665 479.947 305.616] +/A << /S /GoTo /D (page.191) >> >> endobj -2501 0 obj << +2542 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 476.944 358.735 489.895] -/A << /S /GoTo /D (page.42) >> +/Rect [483.585 292.665 499.397 305.616] +/A << /S /GoTo /D (page.192) >> >> endobj -2502 0 obj << +2543 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 476.944 378.185 489.895] -/A << /S /GoTo /D (page.103) >> +/Rect [473.154 281.564 484.554 294.515] +/A << /S /GoTo /D (page.53) >> >> endobj -2503 0 obj << +2544 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [327.886 454.644 339.285 467.596] -/A << /S /GoTo /D (page.66) >> +/Rect [488.192 281.564 499.397 294.515] +/A << /S /GoTo /D (page.98) >> >> endobj -2504 0 obj << +2545 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 454.644 358.735 467.596] -/A << /S /GoTo /D (page.185) >> +/Rect [473.154 270.463 484.554 283.414] +/A << /S /GoTo /D (page.53) >> >> endobj -2505 0 obj << +2546 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 454.644 378.185 467.596] -/A << /S /GoTo /D (page.186) >> +/Rect [488.192 270.463 499.397 283.414] +/A << /S /GoTo /D (page.99) >> >> endobj -2506 0 obj << +2547 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 443.304 358.735 456.255] -/A << /S /GoTo /D (page.60) >> +/Rect [488.192 238.013 499.397 250.964] +/A << /S /GoTo /D (page.36) >> >> endobj -2507 0 obj << +2548 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 443.304 378.185 456.255] -/A << /S /GoTo /D (page.102) >> +/Rect [468.741 226.912 479.947 239.863] +/A << /S /GoTo /D (page.30) >> >> endobj -2508 0 obj << +2549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 431.963 358.735 444.915] -/A << /S /GoTo /D (page.60) >> +/Rect [483.585 226.912 499.397 239.863] +/A << /S /GoTo /D (page.148) >> >> endobj -2509 0 obj << +2550 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 431.963 378.185 444.915] -/A << /S /GoTo /D (page.102) >> +/Rect [468.741 215.81 479.947 228.762] +/A << /S /GoTo /D (page.30) >> >> endobj -2510 0 obj << +2551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 398.557 363.342 411.508] -/A << /S /GoTo /D (page.18) >> +/Rect [483.585 215.81 499.397 228.762] +/A << /S /GoTo /D (page.149) >> >> endobj -2511 0 obj << +2552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 398.557 378.185 411.508] -/A << /S /GoTo /D (page.43) >> +/Rect [468.741 204.709 479.947 217.661] +/A << /S /GoTo /D (page.30) >> >> endobj -2512 0 obj << +2553 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 387.216 358.735 400.168] -/A << /S /GoTo /D (page.37) >> +/Rect [483.585 204.709 499.397 217.661] +/A << /S /GoTo /D (page.148) >> >> endobj -2513 0 obj << +2554 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 387.216 378.185 400.168] -/A << /S /GoTo /D (page.152) >> +/Rect [453.898 193.608 465.104 206.559] +/A << /S /GoTo /D (page.30) >> >> endobj -2514 0 obj << +2555 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 375.876 358.735 388.827] -/A << /S /GoTo /D (page.37) >> +/Rect [468.741 193.608 479.947 206.559] +/A << /S /GoTo /D (page.36) >> >> endobj -2515 0 obj << +2556 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 375.876 378.185 388.827] -/A << /S /GoTo /D (page.152) >> +/Rect [483.585 193.608 499.397 206.559] +/A << /S /GoTo /D (page.108) >> >> endobj -2516 0 obj << +2557 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 364.535 358.735 377.487] -/A << /S /GoTo /D (page.37) >> +/Rect [468.741 182.507 479.947 195.458] +/A << /S /GoTo /D (page.30) >> >> endobj -2517 0 obj << +2558 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 364.535 378.185 377.487] -/A << /S /GoTo /D (page.152) >> +/Rect [483.585 182.507 499.397 195.458] +/A << /S /GoTo /D (page.148) >> >> endobj -2518 0 obj << +2559 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.686 353.195 343.892 366.146] -/A << /S /GoTo /D (page.38) >> +/Rect [468.741 171.405 479.947 184.357] +/A << /S /GoTo /D (page.30) >> >> endobj -2519 0 obj << +2560 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 353.195 358.735 366.146] -/A << /S /GoTo /D (page.43) >> +/Rect [483.585 171.405 499.397 184.357] +/A << /S /GoTo /D (page.147) >> >> endobj -2520 0 obj << +2561 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 353.195 378.185 366.146] -/A << /S /GoTo /D (page.112) >> +/Rect [470.688 160.304 481.894 173.256] +/A << /S /GoTo /D (page.19) >> >> endobj -2521 0 obj << +2562 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 341.854 358.735 354.806] -/A << /S /GoTo /D (page.37) >> +/Rect [416.043 150.89 427.249 160.391] +/A << /S /GoTo /D (page.28) >> >> endobj -2522 0 obj << +2563 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 341.854 378.185 354.806] -/A << /S /GoTo /D (page.152) >> +/Rect [429.863 150.89 441.069 160.391] +/A << /S /GoTo /D (page.30) >> >> endobj -2523 0 obj << +2564 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 330.514 358.735 343.465] -/A << /S /GoTo /D (page.37) >> +/Rect [447.77 150.89 458.976 160.391] +/A << /S /GoTo /D (page.36) >> >> endobj -2524 0 obj << +2565 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 330.514 378.185 343.465] -/A << /S /GoTo /D (page.151) >> +/Rect [465.678 150.89 476.883 160.391] +/A << /S /GoTo /D (page.64) >> >> endobj -2525 0 obj << +2566 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [335.203 319.174 346.409 332.125] -/A << /S /GoTo /D (page.18) >> +/Rect [483.585 150.89 499.397 160.391] +/A << /S /GoTo /D (page.147) >> >> endobj -2526 0 obj << +2567 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 319.174 360.682 332.125] -/A << /S /GoTo /D (page.26) >> +/Rect [453.898 138.244 465.104 151.196] +/A << /S /GoTo /D (page.30) >> >> endobj -2527 0 obj << +2568 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 309.759 306.037 319.261] -/A << /S /GoTo /D (page.36) >> +/Rect [468.741 138.244 479.947 151.196] +/A << /S /GoTo /D (page.42) >> >> endobj -2528 0 obj << +2569 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [311.716 309.759 322.922 319.261] -/A << /S /GoTo /D (page.37) >> +/Rect [483.585 138.244 499.397 151.196] +/A << /S /GoTo /D (page.148) >> >> endobj -2529 0 obj << +2570 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.602 309.759 339.808 319.261] -/A << /S /GoTo /D (page.43) >> +/Rect [468.741 127.143 479.947 140.094] +/A << /S /GoTo /D (page.30) >> >> endobj -2530 0 obj << +2571 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [345.487 309.759 356.693 319.261] -/A << /S /GoTo /D (page.69) >> +/Rect [483.585 127.143 499.397 140.094] +/A << /S /GoTo /D (page.149) >> >> endobj -2531 0 obj << +2572 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 309.759 378.185 319.261] -/A << /S /GoTo /D (page.151) >> +/Rect [468.741 116.042 479.947 128.993] +/A << /S /GoTo /D (page.30) >> >> endobj -2532 0 obj << +2573 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.686 296.874 343.892 309.826] -/A << /S /GoTo /D (page.37) >> +/Rect [483.585 116.042 499.397 128.993] +/A << /S /GoTo /D (page.148) >> >> endobj -2533 0 obj << +2586 0 obj << +/D [2584 0 R /XYZ 144.724 753.953 null] +>> endobj +2583 0 obj << +/Font << /F46 505 0 R /F51 1748 0 R /F47 1746 0 R /F50 1747 0 R /F49 1745 0 R /F17 400 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2944 0 obj << +/Length 3111 +/Filter /FlateDecode +>> +stream +x]KWHQoE^,d -+ֈA<>$I~4fVWU:[׏~Y%Nk9eƤ$0ff'__!_bHE % Wa=+/f/TO4~g_+ Ӣp7x:.;㫟`aj{9h)9`MTSyh"lW|XWhڬoY/M~;d`qJ+2UbZ:tw!t4䑿SJk*C7?صSD\L[&q8l۽ #J\ovOs3V۶ui~ SHyė( J8Qw`a}:],%^xVzk;g>[x~JPW5oЪ61ݭTUϪYs|+,|aQG LhX4H9 qi\#'#t^y*f-q_}LQ񲸶eM#ROW;Y@Jz}b<ʧY)pmG^'\x"߯'֚}wH4.S:wp'ks]/_x;ÁTSՏuQ~rfm^h1~wD=@=@P7mofOU [ěWQVM 4T,ƃZ"6l+/&]8[HKrʞY9fq85^fQ.fQO/G>Vv^ fu`I1=Ԍi"bx#(!$7{Oe D :ZPO,l=<#„4 +~BUfM VMn#5xT^g' +ňLAB]ޭWgy DF_G UT2b-4~ZnZ#Pp?7EGPt譫vCuJ*P XC&RK W0a`I0][4Rܪ]{\ID'۳pq~"whp[5F1 \wq.a&t_T7DFܫM=5W=Rky328>0Tzy5$N%h:l@Gjj DtF+.1lZie/bȰ&[09% 3-Z ðFAb/ezkb>)/eԨKw]/ -gmAtq/ZDpQ]7|6¡CfݦC[3 u˫*]͡,W1ni-{yn/>& ^bpu_%nsC2qPg!g".8 Ɖ`/Tp6h, ?OEfc'zÏ QF75J5\-jtfa\9ZJ4W=|pԴ< TpD_xy=QͪzH=ޑE%T7ze{ck&VR$.d;>BiF12%&P9[5Y!&@[nTXp?$Juy /܁ͻ~*zju-d5^9b؇>>buæ>_> endobj +2574 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 296.874 358.735 309.826] -/A << /S /GoTo /D (page.49) >> +/Rect [226.317 701.845 237.523 714.796] +/A << /S /GoTo /D (page.30) >> >> endobj -2534 0 obj << +2575 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 296.874 378.185 309.826] -/A << /S /GoTo /D (page.152) >> +/Rect [241.161 701.845 256.973 714.796] +/A << /S /GoTo /D (page.149) >> >> endobj -2535 0 obj << +2576 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 285.534 358.735 298.485] -/A << /S /GoTo /D (page.37) >> +/Rect [226.317 690.723 237.523 703.675] +/A << /S /GoTo /D (page.36) >> >> endobj -2536 0 obj << +2577 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 285.534 378.185 298.485] -/A << /S /GoTo /D (page.152) >> +/Rect [241.161 690.723 256.973 703.675] +/A << /S /GoTo /D (page.108) >> >> endobj -2537 0 obj << +2578 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 274.193 358.735 287.145] -/A << /S /GoTo /D (page.37) >> +/Rect [226.317 679.602 237.523 692.553] +/A << /S /GoTo /D (page.30) >> >> endobj -2538 0 obj << +2579 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 274.193 378.185 287.145] -/A << /S /GoTo /D (page.152) >> +/Rect [241.161 679.602 256.973 692.553] +/A << /S /GoTo /D (page.148) >> >> endobj -2539 0 obj << +2580 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 262.853 358.735 275.804] -/A << /S /GoTo /D (page.37) >> +/Rect [226.317 668.48 237.523 681.432] +/A << /S /GoTo /D (page.30) >> >> endobj -2540 0 obj << +2581 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 262.853 378.185 275.804] -/A << /S /GoTo /D (page.152) >> +/Rect [241.161 668.48 256.973 681.432] +/A << /S /GoTo /D (page.149) >> >> endobj -2541 0 obj << +2582 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 251.512 358.735 264.464] -/A << /S /GoTo /D (page.43) >> +/Rect [245.767 635.949 256.973 648.901] +/A << /S /GoTo /D (page.88) >> >> endobj -2542 0 obj << +2587 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 251.512 378.185 264.464] -/A << /S /GoTo /D (page.112) >> +/Rect [245.767 624.828 256.973 637.779] +/A << /S /GoTo /D (page.88) >> >> endobj -2543 0 obj << +2588 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 240.172 358.735 253.123] -/A << /S /GoTo /D (page.37) >> +/Rect [215.887 613.706 227.286 626.657] +/A << /S /GoTo /D (page.53) >> >> endobj -2544 0 obj << +2589 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 240.172 378.185 253.123] -/A << /S /GoTo /D (page.152) >> +/Rect [230.924 613.706 242.13 626.657] +/A << /S /GoTo /D (page.88) >> >> endobj -2545 0 obj << +2590 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 228.831 358.735 241.783] -/A << /S /GoTo /D (page.37) >> +/Rect [245.767 613.706 256.973 626.657] +/A << /S /GoTo /D (page.98) >> >> endobj -2546 0 obj << +2591 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 228.831 378.185 241.783] -/A << /S /GoTo /D (page.152) >> +/Rect [245.767 602.584 256.973 615.536] +/A << /S /GoTo /D (page.73) >> >> endobj -2547 0 obj << +2592 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 195.425 378.185 208.376] -/A << /S /GoTo /D (page.92) >> +/Rect [241.161 591.463 256.973 604.414] +/A << /S /GoTo /D (page.189) >> >> endobj -2548 0 obj << +2593 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 184.084 378.185 197.036] -/A << /S /GoTo /D (page.92) >> +/Rect [241.161 580.341 256.973 593.293] +/A << /S /GoTo /D (page.190) >> >> endobj -2549 0 obj << +2594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 172.744 343.892 185.695] -/A << /S /GoTo /D (page.60) >> +/Rect [241.161 569.22 256.973 582.171] +/A << /S /GoTo /D (page.190) >> >> endobj -2550 0 obj << +2595 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.529 172.744 358.735 185.695] -/A << /S /GoTo /D (page.92) >> +/Rect [245.767 558.098 256.973 571.05] +/A << /S /GoTo /D (page.62) >> >> endobj -2551 0 obj << +2596 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 172.744 378.185 185.695] -/A << /S /GoTo /D (page.101) >> +/Rect [195.607 536.018 202.206 548.969] +/A << /S /GoTo /D (page.8) >> >> endobj -2552 0 obj << +2597 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 161.403 378.185 174.355] -/A << /S /GoTo /D (page.78) >> +/Rect [205.843 536.018 212.443 548.969] +/A << /S /GoTo /D (page.9) >> >> endobj -2553 0 obj << +2598 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 150.063 378.185 163.014] -/A << /S /GoTo /D (page.183) >> +/Rect [216.08 536.018 227.286 548.969] +/A << /S /GoTo /D (page.24) >> >> endobj -2554 0 obj << +2599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 138.723 378.185 151.674] -/A << /S /GoTo /D (page.184) >> +/Rect [230.924 536.018 242.13 548.969] +/A << /S /GoTo /D (page.41) >> >> endobj -2555 0 obj << +2600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 127.382 378.185 140.334] -/A << /S /GoTo /D (page.184) >> +/Rect [245.767 536.018 256.973 548.969] +/A << /S /GoTo /D (page.67) >> >> endobj -2556 0 obj << +2601 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.66) >> +/Rect [230.924 513.937 242.13 526.889] +/A << /S /GoTo /D (page.41) >> >> endobj -2557 0 obj << +2602 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [423.187 690.886 429.786 703.837] -/A << /S /GoTo /D (page.8) >> +/Rect [245.767 513.937 256.973 526.889] +/A << /S /GoTo /D (page.74) >> >> endobj -2558 0 obj << +2603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [433.424 690.886 440.023 703.837] -/A << /S /GoTo /D (page.9) >> +/Rect [245.767 502.816 256.973 515.767] +/A << /S /GoTo /D (page.78) >> >> endobj -2559 0 obj << +2604 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.661 690.886 454.867 703.837] -/A << /S /GoTo /D (page.22) >> +/Rect [182.81 491.694 198.623 504.646] +/A << /S /GoTo /D (page.146) >> >> endobj -2560 0 obj << +2605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 690.886 469.71 703.837] -/A << /S /GoTo /D (page.31) >> +/Rect [202.261 491.694 218.073 504.646] +/A << /S /GoTo /D (page.166) >> >> endobj -2561 0 obj << +2606 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 690.886 484.554 703.837] -/A << /S /GoTo /D (page.48) >> +/Rect [221.711 491.694 237.523 504.646] +/A << /S /GoTo /D (page.189) >> >> endobj -2562 0 obj << +2607 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 690.886 499.397 703.837] -/A << /S /GoTo /D (page.71) >> +/Rect [241.161 491.694 256.973 504.646] +/A << /S /GoTo /D (page.190) >> >> endobj -2563 0 obj << +2608 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 668.764 484.554 681.715] -/A << /S /GoTo /D (page.48) >> +/Rect [245.767 459.163 256.973 472.115] +/A << /S /GoTo /D (page.22) >> >> endobj -2564 0 obj << +2609 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 668.764 499.397 681.715] -/A << /S /GoTo /D (page.78) >> +/Rect [245.767 426.632 256.973 439.583] +/A << /S /GoTo /D (page.85) >> >> endobj -2565 0 obj << +2610 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 657.601 499.397 670.552] -/A << /S /GoTo /D (page.81) >> +/Rect [186.393 415.511 197.599 428.462] +/A << /S /GoTo /D (page.29) >> >> endobj -2566 0 obj << +2611 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 646.437 481.894 659.389] -/A << /S /GoTo /D (page.19) >> +/Rect [201.237 415.511 212.443 428.462] +/A << /S /GoTo /D (page.31) >> >> endobj -2567 0 obj << +2612 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 637.023 431.855 646.524] -/A << /S /GoTo /D (page.150) >> +/Rect [216.08 415.511 227.286 428.462] +/A << /S /GoTo /D (page.34) >> >> endobj -2568 0 obj << +2613 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 637.023 454.369 646.524] -/A << /S /GoTo /D (page.170) >> +/Rect [230.924 415.511 242.13 428.462] +/A << /S /GoTo /D (page.35) >> >> endobj -2569 0 obj << +2614 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 637.023 476.883 646.524] -/A << /S /GoTo /D (page.183) >> +/Rect [245.767 415.511 256.973 428.462] +/A << /S /GoTo /D (page.99) >> >> endobj -2570 0 obj << +2615 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 637.023 499.397 646.524] -/A << /S /GoTo /D (page.184) >> +/Rect [241.161 404.389 256.973 417.34] +/A << /S /GoTo /D (page.166) >> >> endobj -2571 0 obj << +2616 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 602.78 499.397 615.732] -/A << /S /GoTo /D (page.29) >> +/Rect [241.161 393.267 256.973 406.219] +/A << /S /GoTo /D (page.168) >> >> endobj -2572 0 obj << +2617 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 570.083 499.397 583.034] -/A << /S /GoTo /D (page.88) >> +/Rect [241.161 382.146 256.973 395.097] +/A << /S /GoTo /D (page.167) >> >> endobj -2573 0 obj << +2618 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [425.441 558.919 436.647 571.871] -/A << /S /GoTo /D (page.36) >> +/Rect [241.161 371.024 256.973 383.976] +/A << /S /GoTo /D (page.167) >> >> endobj -2574 0 obj << +2619 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.977 558.919 451.183 571.871] -/A << /S /GoTo /D (page.38) >> +/Rect [215.887 348.944 227.286 361.895] +/A << /S /GoTo /D (page.27) >> >> endobj -2575 0 obj << +2620 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [454.513 558.919 465.719 571.871] -/A << /S /GoTo /D (page.41) >> +/Rect [230.924 348.944 242.13 361.895] +/A << /S /GoTo /D (page.70) >> >> endobj -2576 0 obj << +2621 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.049 558.919 480.255 571.871] -/A << /S /GoTo /D (page.42) >> +/Rect [245.767 348.944 256.973 361.895] +/A << /S /GoTo /D (page.99) >> >> endobj -2577 0 obj << +2622 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 558.919 499.397 571.871] -/A << /S /GoTo /D (page.103) >> +/Rect [241.161 326.701 256.973 339.652] +/A << /S /GoTo /D (page.169) >> >> endobj -2578 0 obj << +2623 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 547.756 499.397 560.707] +/Rect [241.161 315.579 256.973 328.531] /A << /S /GoTo /D (page.170) >> >> endobj -2579 0 obj << +2624 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 536.593 499.397 549.544] -/A << /S /GoTo /D (page.172) >> +/Rect [241.161 304.458 256.973 317.409] +/A << /S /GoTo /D (page.171) >> >> endobj -2580 0 obj << +2625 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 525.43 499.397 538.381] -/A << /S /GoTo /D (page.170) >> +/Rect [241.161 293.336 256.973 306.287] +/A << /S /GoTo /D (page.171) >> >> endobj -2581 0 obj << +2626 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 514.266 499.397 527.218] +/Rect [241.161 271.256 256.973 284.207] /A << /S /GoTo /D (page.171) >> >> endobj -2582 0 obj << +2627 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 492.144 465.104 505.096] -/A << /S /GoTo /D (page.34) >> +/Rect [241.161 260.134 256.973 273.085] +/A << /S /GoTo /D (page.172) >> >> endobj -2583 0 obj << +2628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 492.144 479.947 505.096] -/A << /S /GoTo /D (page.75) >> +/Rect [241.161 249.012 256.973 261.964] +/A << /S /GoTo /D (page.172) >> >> endobj -2584 0 obj << +2629 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 492.144 499.397 505.096] -/A << /S /GoTo /D (page.103) >> +/Rect [241.161 237.891 256.973 250.842] +/A << /S /GoTo /D (page.172) >> >> endobj -2585 0 obj << +2630 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 469.818 499.397 482.769] +/Rect [241.161 215.81 256.973 228.762] /A << /S /GoTo /D (page.173) >> >> endobj -2586 0 obj << +2631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 458.654 499.397 471.606] -/A << /S /GoTo /D (page.174) >> +/Rect [241.161 204.689 256.973 217.64] +/A << /S /GoTo /D (page.170) >> >> endobj -2587 0 obj << +2632 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 447.491 499.397 460.442] -/A << /S /GoTo /D (page.174) >> +/Rect [241.161 193.567 256.973 206.519] +/A << /S /GoTo /D (page.170) >> >> endobj -2588 0 obj << +2633 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 436.328 499.397 449.279] -/A << /S /GoTo /D (page.175) >> +/Rect [241.161 182.446 256.973 195.397] +/A << /S /GoTo /D (page.170) >> >> endobj -2589 0 obj << +2634 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 414.206 499.397 427.157] -/A << /S /GoTo /D (page.175) >> +/Rect [241.161 171.324 256.973 184.276] +/A << /S /GoTo /D (page.174) >> >> endobj -2590 0 obj << +2635 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 403.042 499.397 415.994] -/A << /S /GoTo /D (page.175) >> +/Rect [241.161 160.203 256.973 173.154] +/A << /S /GoTo /D (page.176) >> >> endobj -2591 0 obj << +2636 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 391.879 499.397 404.831] +/Rect [241.161 138.122 256.973 151.074] /A << /S /GoTo /D (page.176) >> >> endobj -2592 0 obj << +2637 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 380.716 499.397 393.667] +/Rect [241.161 116.042 256.973 128.993] /A << /S /GoTo /D (page.176) >> >> endobj -2593 0 obj << +2638 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 358.594 499.397 371.545] -/A << /S /GoTo /D (page.176) >> +/Rect [362.373 690.886 378.185 703.837] +/A << /S /GoTo /D (page.177) >> >> endobj -2594 0 obj << +2639 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 347.43 499.397 360.382] -/A << /S /GoTo /D (page.173) >> +/Rect [362.373 679.927 378.185 692.879] +/A << /S /GoTo /D (page.175) >> >> endobj -2595 0 obj << +2640 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 336.267 499.397 349.219] -/A << /S /GoTo /D (page.173) >> +/Rect [362.373 668.968 378.185 681.92] +/A << /S /GoTo /D (page.175) >> >> endobj -2596 0 obj << +2641 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 325.104 499.397 338.055] -/A << /S /GoTo /D (page.174) >> +/Rect [362.373 647.05 378.185 660.002] +/A << /S /GoTo /D (page.175) >> >> endobj -2597 0 obj << +2642 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 302.982 465.104 315.933] -/A << /S /GoTo /D (page.27) >> +/Rect [313.236 625.133 324.442 638.084] +/A << /S /GoTo /D (page.20) >> >> endobj -2598 0 obj << +2643 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 302.982 479.947 315.933] -/A << /S /GoTo /D (page.63) >> +/Rect [328.079 625.133 339.285 638.084] +/A << /S /GoTo /D (page.57) >> >> endobj -2599 0 obj << +2644 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 302.982 499.397 315.933] -/A << /S /GoTo /D (page.172) >> +/Rect [342.923 625.133 358.735 638.084] +/A << /S /GoTo /D (page.169) >> >> endobj -2600 0 obj << +2645 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.704 270.284 464.91 283.235] -/A << /S /GoTo /D (page.57) >> +/Rect [362.373 625.133 378.185 638.084] +/A << /S /GoTo /D (page.174) >> >> endobj -2601 0 obj << +2646 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 270.284 479.947 283.235] -/A << /S /GoTo /D (page.71) >> +/Rect [332.492 595.245 343.698 608.196] +/A << /S /GoTo /D (page.50) >> >> endobj -2602 0 obj << +2647 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 270.284 499.397 283.235] -/A << /S /GoTo /D (page.167) >> +/Rect [347.336 595.245 358.735 608.196] +/A << /S /GoTo /D (page.66) >> >> endobj -2603 0 obj << +2648 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.011 259.121 469.61 272.072] +/Rect [362.373 595.245 378.185 608.196] +/A << /S /GoTo /D (page.163) >> +>> endobj +2649 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.969 573.327 312.569 586.278] /A << /S /GoTo /D (page.3) >> >> endobj -2604 0 obj << +2650 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.248 259.121 479.847 272.072] +/Rect [316.206 573.327 322.805 586.278] /A << /S /GoTo /D (page.5) >> >> endobj -2605 0 obj << +2651 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 249.706 422.642 259.208] +/Rect [325.42 573.327 332.019 586.278] /A << /S /GoTo /D (page.9) >> >> endobj -2606 0 obj << +2652 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.581 249.706 437.786 259.208] +/Rect [335.656 573.327 346.862 586.278] /A << /S /GoTo /D (page.12) >> >> endobj -2607 0 obj << +2653 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.4 249.706 451.606 259.208] +/Rect [349.476 573.327 360.682 586.278] /A << /S /GoTo /D (page.17) >> >> endobj -2608 0 obj << +2654 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.544 249.706 466.75 259.208] -/A << /S /GoTo /D (page.19) >> +/Rect [294.831 563.913 306.037 573.414] +/A << /S /GoTo /D (page.21) >> >> endobj -2609 0 obj << +2655 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 249.706 481.894 259.208] -/A << /S /GoTo /D (page.20) >> +/Rect [313.046 563.913 324.252 573.414] +/A << /S /GoTo /D (page.22) >> >> endobj -2610 0 obj << +2656 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 238.747 427.249 248.249] -/A << /S /GoTo /D (page.28) >> +/Rect [331.261 563.913 342.467 573.414] +/A << /S /GoTo /D (page.37) >> >> endobj -2611 0 obj << +2657 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 238.747 445.464 248.249] -/A << /S /GoTo /D (page.29) >> +/Rect [349.476 563.913 360.682 573.414] +/A << /S /GoTo /D (page.39) >> >> endobj -2612 0 obj << +2658 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.831 552.954 306.037 562.455] +/A << /S /GoTo /D (page.41) >> +>> endobj +2659 0 obj << +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [313.046 552.954 324.252 562.455] +/A << /S /GoTo /D (page.42) >> +>> endobj +2660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 238.747 463.679 248.249] +/Rect [331.261 552.954 342.467 562.455] /A << /S /GoTo /D (page.44) >> >> endobj -2613 0 obj << +2661 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 238.747 481.894 248.249] -/A << /S /GoTo /D (page.46) >> +/Rect [349.476 552.954 360.682 562.455] +/A << /S /GoTo /D (page.73) >> >> endobj -2614 0 obj << +2662 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 227.788 427.249 237.29] -/A << /S /GoTo /D (page.48) >> +/Rect [294.831 541.995 306.037 551.496] +/A << /S /GoTo /D (page.78) >> >> endobj -2615 0 obj << +2663 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 227.788 445.464 237.29] -/A << /S /GoTo /D (page.49) >> +/Rect [311.716 541.995 322.922 551.496] +/A << /S /GoTo /D (page.85) >> >> endobj -2616 0 obj << +2664 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 227.788 463.679 237.29] -/A << /S /GoTo /D (page.51) >> +/Rect [328.602 541.995 339.808 551.496] +/A << /S /GoTo /D (page.86) >> >> endobj -2617 0 obj << +2665 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 227.788 481.894 237.29] -/A << /S /GoTo /D (page.77) >> +/Rect [345.487 541.995 356.693 551.496] +/A << /S /GoTo /D (page.89) >> >> endobj -2618 0 obj << +2666 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 216.83 427.249 226.331] -/A << /S /GoTo /D (page.82) >> +/Rect [362.373 541.995 378.185 551.496] +/A << /S /GoTo /D (page.142) >> >> endobj -2619 0 obj << +2667 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.929 216.83 444.134 226.331] -/A << /S /GoTo /D (page.88) >> +/Rect [334.633 518.532 345.838 531.484] +/A << /S /GoTo /D (page.12) >> >> endobj -2620 0 obj << +2668 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.814 216.83 461.02 226.331] -/A << /S /GoTo /D (page.90) >> +/Rect [349.476 518.532 360.682 531.484] +/A << /S /GoTo /D (page.17) >> >> endobj -2621 0 obj << +2669 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.699 216.83 477.905 226.331] -/A << /S /GoTo /D (page.93) >> +/Rect [294.831 509.118 306.23 518.62] +/A << /S /GoTo /D (page.22) >> >> endobj -2622 0 obj << +2670 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 216.83 499.397 226.331] -/A << /S /GoTo /D (page.146) >> +/Rect [313.175 509.118 324.381 518.62] +/A << /S /GoTo /D (page.28) >> >> endobj -2623 0 obj << +2671 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [427.182 193.163 438.387 206.114] -/A << /S /GoTo /D (page.12) >> +/Rect [331.326 509.118 342.531 518.62] +/A << /S /GoTo /D (page.29) >> >> endobj -2624 0 obj << +2672 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [442.025 193.163 453.231 206.114] -/A << /S /GoTo /D (page.16) >> +/Rect [349.476 509.118 360.682 518.62] +/A << /S /GoTo /D (page.39) >> >> endobj -2625 0 obj << +2673 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.869 193.163 468.074 206.114] -/A << /S /GoTo /D (page.18) >> +/Rect [294.831 498.159 306.037 507.661] +/A << /S /GoTo /D (page.42) >> >> endobj -2626 0 obj << +2674 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 193.163 481.894 206.114] -/A << /S /GoTo /D (page.20) >> +/Rect [308.651 498.159 319.857 507.661] +/A << /S /GoTo /D (page.44) >> >> endobj -2627 0 obj << +2675 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 183.748 427.443 193.25] -/A << /S /GoTo /D (page.29) >> +/Rect [328.04 498.159 339.246 507.661] +/A << /S /GoTo /D (page.75) >> >> endobj -2628 0 obj << +2676 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.387 183.748 445.593 193.25] -/A << /S /GoTo /D (page.35) >> +/Rect [347.429 498.159 358.635 507.661] +/A << /S /GoTo /D (page.77) >> >> endobj -2629 0 obj << +2677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.538 183.748 463.744 193.25] -/A << /S /GoTo /D (page.36) >> +/Rect [294.831 487.2 306.037 496.702] +/A << /S /GoTo /D (page.79) >> >> endobj -2630 0 obj << +2678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 183.748 481.894 193.25] -/A << /S /GoTo /D (page.46) >> +/Rect [310.565 487.2 321.771 496.702] +/A << /S /GoTo /D (page.89) >> >> endobj -2631 0 obj << +2679 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 172.79 427.249 182.291] -/A << /S /GoTo /D (page.49) >> +/Rect [326.299 487.2 337.504 496.702] +/A << /S /GoTo /D (page.90) >> >> endobj -2632 0 obj << +2680 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [429.863 172.79 441.069 182.291] -/A << /S /GoTo /D (page.51) >> +/Rect [342.032 487.2 357.845 496.702] +/A << /S /GoTo /D (page.137) >> >> endobj -2633 0 obj << +2681 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.276 172.79 461.481 182.291] -/A << /S /GoTo /D (page.79) >> +/Rect [362.373 487.2 378.185 496.702] +/A << /S /GoTo /D (page.138) >> >> endobj -2634 0 obj << +2682 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 172.79 481.894 182.291] -/A << /S /GoTo /D (page.81) >> +/Rect [362.373 474.697 378.185 487.648] +/A << /S /GoTo /D (page.138) >> >> endobj -2635 0 obj << +2683 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 161.831 427.249 171.332] -/A << /S /GoTo /D (page.82) >> +/Rect [354.083 463.738 360.682 476.689] +/A << /S /GoTo /D (page.3) >> >> endobj -2636 0 obj << +2684 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.777 161.831 442.983 171.332] -/A << /S /GoTo /D (page.92) >> +/Rect [294.831 454.324 301.43 463.825] +/A << /S /GoTo /D (page.5) >> >> endobj -2637 0 obj << +2685 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [447.511 161.831 458.716 171.332] -/A << /S /GoTo /D (page.93) >> +/Rect [304.044 454.324 315.25 463.825] +/A << /S /GoTo /D (page.10) >> >> endobj -2638 0 obj << +2686 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.245 161.831 479.057 171.332] -/A << /S /GoTo /D (page.141) >> +/Rect [319.85 454.324 331.056 463.825] +/A << /S /GoTo /D (page.12) >> >> endobj -2639 0 obj << +2687 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 161.831 499.397 171.332] -/A << /S /GoTo /D (page.142) >> +/Rect [333.67 454.324 344.876 463.825] +/A << /S /GoTo /D (page.16) >> >> endobj -2640 0 obj << +2688 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 149.123 499.397 162.074] -/A << /S /GoTo /D (page.142) >> +/Rect [349.476 454.324 360.682 463.825] +/A << /S /GoTo /D (page.18) >> >> endobj -2641 0 obj << +2689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.295 137.959 481.894 150.911] -/A << /S /GoTo /D (page.3) >> +/Rect [294.831 443.365 306.037 452.866] +/A << /S /GoTo /D (page.21) >> >> endobj -2642 0 obj << +2690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 128.545 422.642 138.047] -/A << /S /GoTo /D (page.5) >> +/Rect [312.364 443.365 323.569 452.866] +/A << /S /GoTo /D (page.22) >> >> endobj -2643 0 obj << +2691 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [425.256 128.545 431.855 138.047] -/A << /S /GoTo /D (page.9) >> +/Rect [329.896 443.365 341.102 452.866] +/A << /S /GoTo /D (page.24) >> >> endobj -2644 0 obj << +2692 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.759 128.545 449.965 138.047] -/A << /S /GoTo /D (page.12) >> +/Rect [347.429 443.365 358.635 452.866] +/A << /S /GoTo /D (page.28) >> >> endobj -2645 0 obj << +2693 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.579 128.545 463.785 138.047] -/A << /S /GoTo /D (page.17) >> +/Rect [294.831 432.406 306.037 441.907] +/A << /S /GoTo /D (page.30) >> >> endobj -2646 0 obj << +2694 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 128.545 481.894 138.047] -/A << /S /GoTo /D (page.20) >> +/Rect [313.046 432.406 324.252 441.907] +/A << /S /GoTo /D (page.39) >> >> endobj -2647 0 obj << +2695 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 117.586 427.249 127.088] -/A << /S /GoTo /D (page.22) >> +/Rect [331.261 432.406 342.467 441.907] +/A << /S /GoTo /D (page.44) >> >> endobj -2648 0 obj << +2696 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 117.586 445.464 127.088] -/A << /S /GoTo /D (page.24) >> +/Rect [349.476 432.406 360.682 441.907] +/A << /S /GoTo /D (page.54) >> >> endobj -2649 0 obj << +2697 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 117.586 463.679 127.088] -/A << /S /GoTo /D (page.28) >> +/Rect [294.831 421.447 306.037 430.948] +/A << /S /GoTo /D (page.62) >> >> endobj -2650 0 obj << +2698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 117.586 481.894 127.088] -/A << /S /GoTo /D (page.29) >> ->> endobj -2679 0 obj << -/D [2677 0 R /XYZ 144.724 753.953 null] ->> endobj -2676 0 obj << -/Font << /F46 538 0 R /F47 1769 0 R /F51 1771 0 R /F49 1768 0 R /F50 1770 0 R /F17 428 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3093 0 obj << -/Length 3367 -/Filter /FlateDecode ->> -stream -x]Y~cfx@<^M{,XR ɯ-X,V}uQt񲠋>'ˢÿ~i83hj¸[||^ǿ?/n?psL - >Q:iX" ԣ "e8lF!1&#p -vff,D KL'"MENRJ)0ja% -&;L8`1mbhs퓾O)I2Rs^m~ݖt9X?S*/Q/@CUk5F%uYlvau,po ̾Nn{JK*[H,߿<,c?`Hnz!NqX絊"RH) D}R"o߻]_f< F!퀆)J 8Sf6lM߆rOF?~t&pr8.c,K¬9*}LU)Vu];v#VZPp) -[b(F(6;y9٫ g-=6˖blGibL$˱e4ύJd |,3u4D0𖵎IWz"  xa5"HG0pp FJFHe]-r4f - gN/=s7S`l +s:(xv ] =x5R-Uv1P7Jୄi0\_S(oQ}8q)Mz hjTkI,{Ј8A 轌Р5bNi/э8xsQԝإDWPD[Ƈ,׭bZþc<ܔA}XWrXی|uƠf[4܄cB^U`#  -4SDJ0A! 05kPĻ>[`& |ThdFM[z -ݖ -r/S25i#Gf9"TV~E8ԋ'Hn -Ue8 `3""\Pp!EF}; :B)Ě IU%v7YOuh 8t0\&9dm¤(eb ,ptpIX LF2Je΅}0pV%`k ?-{\:2j0f<>NvFYwꙅ1XoMK[Y.ޏPgnF}5HQ잎G:ҫgR}:S;#o<^:FsQWۘ0Shp6ٰ%oXǕP]^t3^ KwdA?j~{ŗ]5;K?uOMe^x]H@.}n~#kZ_nV#f]EG)ER`phff5ۗZVgK>^G9Xs cكwi-`j)$ؗ>}6Z9mX \R;ZMkz]|: :-tehm)Aש^\W)U !Q]'\-Pezt +i -`K+#aχ|1|b%ֿR_ؽn:ͻO\|Oa\T-etk )nH L'_2ALJ&\~ xY1E:F8O'Vo^l(eV캆bin͙7fM3 g:5"^A ތp 0K9x=B 859\(}Ax[C 0mgCuS3~t`c5}F6K.7+i5nIs8Gz qam:GR^3p 7#(EhҤMTj~7p_V27姩ꨢr:v3%tm֡tf']!2I'\ʙy23e:%c*<(7Ү^ZtFOy PJ(&: uM`#6l8"h xݝƣ0^jr$M&7Б:4{2${qW1X҄>}u71/Y20}}~MGz~f.ys(˳Ěv6zb O`nГ)[)e>ӧA:kiwl,W-ֿdc5B+l@ѷTĹ_mD*Zp(w7׌R(f%}3MEc7sXžIm ǂebwیKw$ kpCVl!ȍq5.Ȍ?:tڬQ֜J&r[O! -endstream -endobj -3092 0 obj << -/Type /Page -/Contents 3093 0 R -/Resources 3091 0 R -/MediaBox [0 0 595.276 841.89] -/Parent 1772 0 R -/Annots [ 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 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 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 ] +/Rect [315.244 421.447 326.449 430.948] +/A << /S /GoTo /D (page.63) >> >> endobj -2651 0 obj << +2699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 703.39 184.825 712.891] -/A << /S /GoTo /D (page.31) >> +/Rect [335.656 421.447 346.862 430.948] +/A << /S /GoTo /D (page.72) >> >> endobj -2652 0 obj << +2700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [194.032 703.39 205.237 712.891] -/A << /S /GoTo /D (page.35) >> +/Rect [349.476 421.447 360.682 430.948] +/A << /S /GoTo /D (page.74) >> >> endobj -2653 0 obj << +2701 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.851 703.39 219.057 712.891] -/A << /S /GoTo /D (page.37) >> +/Rect [294.831 410.488 306.037 419.989] +/A << /S /GoTo /D (page.76) >> >> endobj -2654 0 obj << +2702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 703.39 239.47 712.891] -/A << /S /GoTo /D (page.46) >> +/Rect [312.364 410.488 323.569 419.989] +/A << /S /GoTo /D (page.78) >> >> endobj -2655 0 obj << +2703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 692.431 184.825 701.932] -/A << /S /GoTo /D (page.51) >> +/Rect [329.896 410.488 341.102 419.989] +/A << /S /GoTo /D (page.79) >> >> endobj -2656 0 obj << +2704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 692.431 203.04 701.932] -/A << /S /GoTo /D (page.61) >> +/Rect [347.429 410.488 358.635 419.989] +/A << /S /GoTo /D (page.89) >> >> endobj -2657 0 obj << +2705 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 692.431 221.255 701.932] -/A << /S /GoTo /D (page.66) >> +/Rect [294.831 399.529 306.037 409.03] +/A << /S /GoTo /D (page.91) >> >> endobj -2658 0 obj << +2706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 692.431 239.47 701.932] -/A << /S /GoTo /D (page.68) >> +/Rect [309.975 399.529 321.181 409.03] +/A << /S /GoTo /D (page.97) >> >> endobj -2659 0 obj << +2707 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.76) >> +/Rect [325.119 399.529 340.931 409.03] +/A << /S /GoTo /D (page.102) >> >> endobj -2660 0 obj << +2708 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.78) >> +/Rect [344.87 399.529 360.682 409.03] +/A << /S /GoTo /D (page.104) >> >> endobj -2661 0 obj << +2709 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.444 681.472 225.65 690.973] -/A << /S /GoTo /D (page.80) >> +/Rect [294.831 388.57 310.643 398.072] +/A << /S /GoTo /D (page.131) >> >> endobj -2662 0 obj << +2710 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.83) >> +/Rect [319.85 388.57 335.663 398.072] +/A << /S /GoTo /D (page.134) >> >> endobj -2663 0 obj << +2711 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.93) >> +/Rect [344.87 388.57 360.682 398.072] +/A << /S /GoTo /D (page.135) >> >> endobj -2664 0 obj << +2712 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.95) >> +/Rect [294.831 377.611 310.643 387.113] +/A << /S /GoTo /D (page.137) >> >> endobj -2665 0 obj << +2713 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.245 670.513 219.057 680.014] -/A << /S /GoTo /D (page.101) >> +/Rect [317.345 377.611 333.157 387.113] +/A << /S /GoTo /D (page.139) >> >> endobj -2666 0 obj << +2714 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 670.513 239.47 680.014] -/A << /S /GoTo /D (page.105) >> +/Rect [339.859 377.611 355.671 387.113] +/A << /S /GoTo /D (page.140) >> >> endobj -2667 0 obj << +2715 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 659.554 189.431 669.055] -/A << /S /GoTo /D (page.108) >> +/Rect [362.373 377.611 378.185 387.113] +/A << /S /GoTo /D (page.145) >> >> endobj -2668 0 obj << +2716 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.638 659.554 214.451 669.055] -/A << /S /GoTo /D (page.135) >> +/Rect [366.979 365.108 378.185 378.059] +/A << /S /GoTo /D (page.79) >> >> endobj -2669 0 obj << +2717 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 659.554 239.47 669.055] -/A << /S /GoTo /D (page.138) >> +/Rect [366.979 354.149 378.185 367.1] +/A << /S /GoTo /D (page.79) >> >> endobj -2670 0 obj << +2718 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 648.595 189.431 658.096] -/A << /S /GoTo /D (page.139) >> +/Rect [366.979 343.19 378.185 356.141] +/A << /S /GoTo /D (page.78) >> >> endobj -2671 0 obj << +2719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.133 648.595 211.945 658.096] -/A << /S /GoTo /D (page.141) >> +/Rect [342.923 321.272 358.735 334.223] +/A << /S /GoTo /D (page.103) >> >> endobj -2672 0 obj << +2720 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.647 648.595 234.459 658.096] -/A << /S /GoTo /D (page.143) >> +/Rect [362.373 321.272 378.185 334.223] +/A << /S /GoTo /D (page.131) >> >> endobj -2673 0 obj << +2721 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 648.595 256.973 658.096] -/A << /S /GoTo /D (page.149) >> +/Rect [366.979 310.313 378.185 323.265] +/A << /S /GoTo /D (page.66) >> >> endobj -2674 0 obj << +2722 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 635.386 256.973 648.337] -/A << /S /GoTo /D (page.83) >> +/Rect [362.373 299.354 378.185 312.306] +/A << /S /GoTo /D (page.138) >> >> endobj -2675 0 obj << +2723 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 623.721 256.973 636.673] -/A << /S /GoTo /D (page.83) >> +/Rect [366.979 288.395 378.185 301.347] +/A << /S /GoTo /D (page.66) >> >> endobj -2680 0 obj << +2724 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 612.057 256.973 625.008] -/A << /S /GoTo /D (page.82) >> +/Rect [366.979 258.507 378.185 271.459] +/A << /S /GoTo /D (page.90) >> >> endobj -2681 0 obj << +2725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.261 589.433 218.073 602.385] -/A << /S /GoTo /D (page.106) >> +/Rect [309.552 236.59 316.152 249.541] +/A << /S /GoTo /D (page.6) >> >> endobj -2682 0 obj << +2726 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 589.433 237.523 602.385] -/A << /S /GoTo /D (page.107) >> +/Rect [319.789 236.59 330.995 249.541] +/A << /S /GoTo /D (page.18) >> >> endobj -2683 0 obj << +2727 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 589.433 256.973 602.385] -/A << /S /GoTo /D (page.135) >> +/Rect [334.633 236.59 345.838 249.541] +/A << /S /GoTo /D (page.21) >> >> endobj -2684 0 obj << +2728 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 577.769 256.973 590.72] -/A << /S /GoTo /D (page.71) >> +/Rect [349.476 236.59 360.682 249.541] +/A << /S /GoTo /D (page.45) >> >> endobj -2685 0 obj << +2729 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 566.104 256.973 579.055] -/A << /S /GoTo /D (page.142) >> +/Rect [294.831 227.175 306.23 236.677] +/A << /S /GoTo /D (page.45) >> >> endobj -2686 0 obj << +2730 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 554.439 256.973 567.391] -/A << /S /GoTo /D (page.71) >> +/Rect [313.175 227.175 324.381 236.677] +/A << /S /GoTo /D (page.46) >> >> endobj -2687 0 obj << +2731 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 519.736 256.973 532.688] -/A << /S /GoTo /D (page.94) >> +/Rect [331.326 227.175 342.531 236.677] +/A << /S /GoTo /D (page.48) >> >> endobj -2688 0 obj << +2732 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [175.93 497.113 182.529 510.064] -/A << /S /GoTo /D (page.6) >> +/Rect [349.476 227.175 360.682 236.677] +/A << /S /GoTo /D (page.51) >> >> endobj -2689 0 obj << +2733 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [185.558 497.113 196.764 510.064] -/A << /S /GoTo /D (page.24) >> +/Rect [294.831 216.216 306.037 225.718] +/A << /S /GoTo /D (page.52) >> >> endobj -2690 0 obj << +2734 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.794 497.113 210.999 510.064] -/A << /S /GoTo /D (page.25) >> +/Rect [310.565 216.216 321.771 225.718] +/A << /S /GoTo /D (page.73) >> >> endobj -2691 0 obj << +2735 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.029 497.113 225.235 510.064] -/A << /S /GoTo /D (page.28) >> +/Rect [326.299 216.216 337.504 225.718] +/A << /S /GoTo /D (page.99) >> >> endobj -2692 0 obj << +2736 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 497.113 239.47 510.064] -/A << /S /GoTo /D (page.52) >> +/Rect [342.032 216.216 357.845 225.718] +/A << /S /GoTo /D (page.149) >> >> endobj -2693 0 obj << +2737 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 487.698 185.018 497.2] -/A << /S /GoTo /D (page.52) >> +/Rect [362.373 216.216 378.185 225.718] +/A << /S /GoTo /D (page.150) >> >> endobj -2694 0 obj << +2738 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.963 487.698 203.169 497.2] -/A << /S /GoTo /D (page.53) >> +/Rect [349.476 203.713 360.682 216.664] +/A << /S /GoTo /D (page.14) >> >> endobj -2695 0 obj << +2739 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.114 487.698 221.319 497.2] -/A << /S /GoTo /D (page.55) >> +/Rect [294.831 194.299 306.037 203.8] +/A << /S /GoTo /D (page.15) >> >> endobj -2696 0 obj << +2740 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 487.698 239.47 497.2] -/A << /S /GoTo /D (page.58) >> +/Rect [312.982 194.299 324.187 203.8] +/A << /S /GoTo /D (page.18) >> >> endobj -2697 0 obj << +2741 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 476.74 184.825 486.241] -/A << /S /GoTo /D (page.59) >> +/Rect [331.132 194.299 342.531 203.8] +/A << /S /GoTo /D (page.44) >> >> endobj -2698 0 obj << +2742 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.201 476.74 199.407 486.241] -/A << /S /GoTo /D (page.77) >> +/Rect [349.476 194.299 360.682 203.8] +/A << /S /GoTo /D (page.71) >> >> endobj -2699 0 obj << +2743 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.783 476.74 218.596 486.241] -/A << /S /GoTo /D (page.102) >> +/Rect [294.831 183.34 306.037 192.841] +/A << /S /GoTo /D (page.89) >> >> endobj -2700 0 obj << +2744 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.972 476.74 237.784 486.241] -/A << /S /GoTo /D (page.103) >> +/Rect [309.413 183.34 320.619 192.841] +/A << /S /GoTo /D (page.90) >> >> endobj -2701 0 obj << +2745 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 476.74 256.973 486.241] -/A << /S /GoTo /D (page.153) >> +/Rect [323.995 183.34 339.808 192.841] +/A << /S /GoTo /D (page.137) >> >> endobj -2702 0 obj << +2746 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.54 452.571 194.746 465.523] -/A << /S /GoTo /D (page.14) >> +/Rect [343.184 183.34 358.996 192.841] +/A << /S /GoTo /D (page.138) >> >> endobj -2703 0 obj << +2747 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.384 452.571 209.589 465.523] -/A << /S /GoTo /D (page.15) >> +/Rect [362.373 183.34 378.185 192.841] +/A << /S /GoTo /D (page.143) >> >> endobj -2704 0 obj << +2748 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.227 452.571 224.433 465.523] -/A << /S /GoTo /D (page.20) >> +/Rect [309.359 159.877 315.958 172.829] +/A << /S /GoTo /D (page.6) >> >> endobj -2705 0 obj << +2749 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.07 452.571 239.47 465.523] -/A << /S /GoTo /D (page.51) >> +/Rect [319.596 159.877 330.995 172.829] +/A << /S /GoTo /D (page.23) >> >> endobj -2706 0 obj << +2750 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 443.157 184.825 452.659] -/A << /S /GoTo /D (page.75) >> +/Rect [334.633 159.877 345.838 172.829] +/A << /S /GoTo /D (page.29) >> >> endobj -2707 0 obj << +2751 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.353 443.157 200.558 452.659] -/A << /S /GoTo /D (page.93) >> +/Rect [349.476 159.877 360.682 172.829] +/A << /S /GoTo /D (page.31) >> >> endobj -2708 0 obj << +2752 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [205.087 443.157 216.292 452.659] -/A << /S /GoTo /D (page.94) >> +/Rect [294.831 150.463 306.037 159.964] +/A << /S /GoTo /D (page.46) >> >> endobj -2709 0 obj << +2753 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.82 443.157 236.633 452.659] -/A << /S /GoTo /D (page.141) >> +/Rect [311.716 150.463 322.922 159.964] +/A << /S /GoTo /D (page.71) >> >> endobj -2710 0 obj << +2754 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 443.157 256.973 452.659] -/A << /S /GoTo /D (page.147) >> +/Rect [328.602 150.463 339.808 159.964] +/A << /S /GoTo /D (page.93) >> >> endobj -2711 0 obj << +2755 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.34 418.989 194.939 431.94] -/A << /S /GoTo /D (page.6) >> +/Rect [345.487 150.463 356.693 159.964] +/A << /S /GoTo /D (page.99) >> >> endobj -2712 0 obj << +2756 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.577 418.989 209.783 431.94] -/A << /S /GoTo /D (page.20) >> +/Rect [362.373 150.463 378.185 159.964] +/A << /S /GoTo /D (page.149) >> >> endobj -2713 0 obj << +2757 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 418.989 224.626 431.94] -/A << /S /GoTo /D (page.23) >> +/Rect [366.979 116.042 378.185 128.993] +/A << /S /GoTo /D (page.92) >> >> endobj -2714 0 obj << +2758 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 418.989 239.47 431.94] -/A << /S /GoTo /D (page.25) >> +/Rect [470.688 701.845 481.894 714.796] +/A << /S /GoTo /D (page.20) >> >> endobj -2715 0 obj << +2759 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 409.575 185.018 419.076] -/A << /S /GoTo /D (page.30) >> +/Rect [416.043 692.431 427.249 701.932] +/A << /S /GoTo /D (page.21) >> >> endobj -2716 0 obj << +2760 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.963 409.575 203.169 419.076] -/A << /S /GoTo /D (page.36) >> +/Rect [434.258 692.431 445.464 701.932] +/A << /S /GoTo /D (page.23) >> >> endobj -2717 0 obj << +2761 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.114 409.575 221.319 419.076] -/A << /S /GoTo /D (page.38) >> +/Rect [452.473 692.431 463.679 701.932] +/A << /S /GoTo /D (page.34) >> >> endobj -2718 0 obj << +2762 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 409.575 239.47 419.076] -/A << /S /GoTo /D (page.53) >> +/Rect [470.688 692.431 481.894 701.932] +/A << /S /GoTo /D (page.46) >> >> endobj -2719 0 obj << +2763 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 398.616 184.825 408.117] -/A << /S /GoTo /D (page.75) >> +/Rect [416.043 681.472 427.249 690.973] +/A << /S /GoTo /D (page.48) >> >> endobj -2720 0 obj << +2764 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.201 398.616 199.407 408.117] -/A << /S /GoTo /D (page.96) >> +/Rect [436.456 681.472 447.662 690.973] +/A << /S /GoTo /D (page.71) >> >> endobj -2721 0 obj << +2765 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.783 398.616 218.596 408.117] -/A << /S /GoTo /D (page.102) >> +/Rect [450.276 681.472 461.481 690.973] +/A << /S /GoTo /D (page.73) >> >> endobj -2722 0 obj << +2766 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.972 398.616 237.784 408.117] -/A << /S /GoTo /D (page.103) >> +/Rect [470.688 681.472 481.894 690.973] +/A << /S /GoTo /D (page.90) >> >> endobj -2723 0 obj << +2767 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 398.616 256.973 408.117] -/A << /S /GoTo /D (page.153) >> +/Rect [416.043 670.513 427.249 680.014] +/A << /S /GoTo /D (page.91) >> >> endobj -2724 0 obj << +2768 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 362.783 256.973 375.734] -/A << /S /GoTo /D (page.96) >> +/Rect [432.723 670.513 443.928 680.014] +/A << /S /GoTo /D (page.93) >> >> endobj -2725 0 obj << +2769 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.734 340.16 194.939 353.111] -/A << /S /GoTo /D (page.20) >> +/Rect [449.402 670.513 460.608 680.014] +/A << /S /GoTo /D (page.99) >> >> endobj -2726 0 obj << +2770 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [198.577 340.16 209.783 353.111] -/A << /S /GoTo /D (page.27) >> +/Rect [466.082 670.513 481.894 680.014] +/A << /S /GoTo /D (page.100) >> >> endobj -2727 0 obj << +2771 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.421 340.16 224.626 353.111] -/A << /S /GoTo /D (page.28) >> +/Rect [416.043 659.554 431.855 669.055] +/A << /S /GoTo /D (page.122) >> >> endobj -2728 0 obj << +2772 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 340.16 239.47 353.111] -/A << /S /GoTo /D (page.30) >> +/Rect [438.557 659.554 454.369 669.055] +/A << /S /GoTo /D (page.128) >> >> endobj -2729 0 obj << +2773 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 330.745 184.825 340.247] -/A << /S /GoTo /D (page.41) >> +/Rect [461.071 659.554 476.883 669.055] +/A << /S /GoTo /D (page.150) >> >> endobj -2730 0 obj << +2774 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.152 330.745 202.357 340.247] -/A << /S /GoTo /D (page.53) >> +/Rect [483.585 659.554 499.397 669.055] +/A << /S /GoTo /D (page.157) >> >> endobj -2731 0 obj << +2775 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [208.684 330.745 219.89 340.247] -/A << /S /GoTo /D (page.55) >> +/Rect [453.898 635.875 465.104 648.826] +/A << /S /GoTo /D (page.23) >> >> endobj -2732 0 obj << +2776 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.217 330.745 237.422 340.247] -/A << /S /GoTo /D (page.75) >> +/Rect [468.741 635.875 479.947 648.826] +/A << /S /GoTo /D (page.34) >> >> endobj -2733 0 obj << +2777 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 319.786 184.825 329.288] -/A << /S /GoTo /D (page.77) >> +/Rect [483.585 635.875 499.397 648.826] +/A << /S /GoTo /D (page.124) >> >> endobj -2734 0 obj << +2778 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.298 319.786 201.504 329.288] -/A << /S /GoTo /D (page.94) >> +/Rect [455.845 624.699 467.051 637.651] +/A << /S /GoTo /D (page.23) >> >> endobj -2735 0 obj << +2779 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.978 319.786 218.184 329.288] -/A << /S /GoTo /D (page.96) >> +/Rect [470.688 624.699 481.894 637.651] +/A << /S /GoTo /D (page.24) >> >> endobj -2736 0 obj << +2780 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 319.786 239.47 329.288] -/A << /S /GoTo /D (page.103) >> +/Rect [416.043 615.285 427.249 624.787] +/A << /S /GoTo /D (page.29) >> >> endobj -2737 0 obj << +2781 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 308.828 189.431 318.329] -/A << /S /GoTo /D (page.126) >> +/Rect [434.258 615.285 445.464 624.787] +/A << /S /GoTo /D (page.31) >> >> endobj -2738 0 obj << +2782 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.133 308.828 211.945 318.329] -/A << /S /GoTo /D (page.132) >> +/Rect [452.473 615.285 463.679 624.787] +/A << /S /GoTo /D (page.32) >> >> endobj -2739 0 obj << +2783 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.647 308.828 234.459 318.329] -/A << /S /GoTo /D (page.154) >> +/Rect [470.688 615.285 481.894 624.787] +/A << /S /GoTo /D (page.34) >> >> endobj -2740 0 obj << +2784 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 308.828 256.973 318.329] -/A << /S /GoTo /D (page.161) >> +/Rect [416.043 604.326 427.249 613.828] +/A << /S /GoTo /D (page.38) >> >> endobj -2741 0 obj << +2785 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.474 284.659 222.679 297.611] -/A << /S /GoTo /D (page.30) >> +/Rect [434.258 604.326 445.464 613.828] +/A << /S /GoTo /D (page.46) >> >> endobj -2742 0 obj << +2786 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 284.659 237.523 297.611] -/A << /S /GoTo /D (page.41) >> +/Rect [452.473 604.326 463.679 613.828] +/A << /S /GoTo /D (page.52) >> >> endobj -2743 0 obj << +2787 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 284.659 256.973 297.611] -/A << /S /GoTo /D (page.127) >> +/Rect [470.688 604.326 481.894 613.828] +/A << /S /GoTo /D (page.91) >> >> endobj -2744 0 obj << +2788 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 272.995 239.47 285.946] -/A << /S /GoTo /D (page.30) >> +/Rect [416.043 593.367 427.249 602.869] +/A << /S /GoTo /D (page.95) >> >> endobj -2745 0 obj << +2789 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 263.581 184.825 273.082] -/A << /S /GoTo /D (page.31) >> +/Rect [431.187 593.367 442.393 602.869] +/A << /S /GoTo /D (page.99) >> >> endobj -2746 0 obj << +2790 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 263.581 203.04 273.082] -/A << /S /GoTo /D (page.36) >> +/Rect [446.331 593.367 462.143 602.869] +/A << /S /GoTo /D (page.109) >> >> endobj -2747 0 obj << +2791 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 263.581 221.255 273.082] -/A << /S /GoTo /D (page.38) >> +/Rect [466.082 593.367 481.894 602.869] +/A << /S /GoTo /D (page.117) >> >> endobj -2748 0 obj << +2792 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 263.581 239.47 273.082] -/A << /S /GoTo /D (page.39) >> +/Rect [416.043 582.408 431.855 591.91] +/A << /S /GoTo /D (page.129) >> >> endobj -2749 0 obj << +2793 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 252.622 184.825 262.123] -/A << /S /GoTo /D (page.41) >> +/Rect [438.557 582.408 454.369 591.91] +/A << /S /GoTo /D (page.156) >> >> endobj -2750 0 obj << +2794 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 252.622 203.04 262.123] -/A << /S /GoTo /D (page.45) >> +/Rect [461.071 582.408 476.883 591.91] +/A << /S /GoTo /D (page.158) >> >> endobj -2751 0 obj << +2795 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 252.622 221.255 262.123] -/A << /S /GoTo /D (page.53) >> +/Rect [483.585 582.408 499.397 591.91] +/A << /S /GoTo /D (page.159) >> >> endobj -2752 0 obj << +2796 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 252.622 239.47 262.123] -/A << /S /GoTo /D (page.59) >> +/Rect [470.688 569.688 481.894 582.64] +/A << /S /GoTo /D (page.24) >> >> endobj -2753 0 obj << +2797 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 241.663 184.825 251.164] -/A << /S /GoTo /D (page.95) >> +/Rect [416.043 560.274 427.249 569.775] +/A << /S /GoTo /D (page.25) >> >> endobj -2754 0 obj << +2798 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.763 241.663 199.969 251.164] -/A << /S /GoTo /D (page.98) >> +/Rect [436.456 560.274 447.662 569.775] +/A << /S /GoTo /D (page.32) >> >> endobj -2755 0 obj << +2799 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.907 241.663 219.719 251.164] -/A << /S /GoTo /D (page.103) >> +/Rect [450.276 560.274 461.481 569.775] +/A << /S /GoTo /D (page.34) >> >> endobj -2756 0 obj << +2800 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [223.658 241.663 239.47 251.164] -/A << /S /GoTo /D (page.113) >> +/Rect [470.688 560.274 481.894 569.775] +/A << /S /GoTo /D (page.38) >> >> endobj -2757 0 obj << +2801 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 230.704 189.431 240.205] -/A << /S /GoTo /D (page.120) >> +/Rect [416.043 549.315 427.249 558.817] +/A << /S /GoTo /D (page.91) >> >> endobj -2758 0 obj << +2802 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.133 230.704 211.945 240.205] -/A << /S /GoTo /D (page.133) >> +/Rect [431.777 549.315 442.983 558.817] +/A << /S /GoTo /D (page.95) >> >> endobj -2759 0 obj << +2803 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [218.647 230.704 234.459 240.205] -/A << /S /GoTo /D (page.159) >> +/Rect [447.511 549.315 458.716 558.817] +/A << /S /GoTo /D (page.99) >> >> endobj -2760 0 obj << +2804 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 230.704 256.973 240.205] -/A << /S /GoTo /D (page.162) >> +/Rect [463.245 549.315 479.057 558.817] +/A << /S /GoTo /D (page.120) >> >> endobj -2761 0 obj << +2805 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 217.495 239.47 230.446] -/A << /S /GoTo /D (page.31) >> +/Rect [483.585 549.315 499.397 558.817] +/A << /S /GoTo /D (page.129) >> >> endobj -2762 0 obj << +2806 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 208.08 184.825 217.582] -/A << /S /GoTo /D (page.32) >> +/Rect [468.741 536.595 479.947 549.546] +/A << /S /GoTo /D (page.31) >> >> endobj -2763 0 obj << +2807 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [194.032 208.08 205.237 217.582] -/A << /S /GoTo /D (page.39) >> +/Rect [483.585 536.595 499.397 549.546] +/A << /S /GoTo /D (page.132) >> >> endobj -2764 0 obj << +2808 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.851 208.08 219.057 217.582] -/A << /S /GoTo /D (page.41) >> +/Rect [455.845 525.42 467.051 538.371] +/A << /S /GoTo /D (page.20) >> >> endobj -2765 0 obj << +2809 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 208.08 239.47 217.582] -/A << /S /GoTo /D (page.45) >> +/Rect [470.688 525.42 481.894 538.371] +/A << /S /GoTo /D (page.21) >> >> endobj -2766 0 obj << +2810 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 197.121 184.825 206.623] -/A << /S /GoTo /D (page.95) >> +/Rect [416.043 516.005 427.249 525.507] +/A << /S /GoTo /D (page.23) >> >> endobj -2767 0 obj << +2811 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [188.201 197.121 199.407 206.623] -/A << /S /GoTo /D (page.98) >> +/Rect [434.258 516.005 445.464 525.507] +/A << /S /GoTo /D (page.24) >> >> endobj -2768 0 obj << +2812 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.783 197.121 218.596 206.623] -/A << /S /GoTo /D (page.103) >> +/Rect [452.473 516.005 463.679 525.507] +/A << /S /GoTo /D (page.26) >> >> endobj -2769 0 obj << +2813 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.972 197.121 237.784 206.623] -/A << /S /GoTo /D (page.123) >> +/Rect [470.688 516.005 481.894 525.507] +/A << /S /GoTo /D (page.33) >> >> endobj -2770 0 obj << +2814 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 197.121 256.973 206.623] -/A << /S /GoTo /D (page.133) >> +/Rect [416.043 505.046 427.249 514.548] +/A << /S /GoTo /D (page.38) >> >> endobj -2771 0 obj << +2815 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 183.912 237.523 196.864] -/A << /S /GoTo /D (page.38) >> +/Rect [434.258 505.046 445.464 514.548] +/A << /S /GoTo /D (page.48) >> >> endobj -2772 0 obj << +2816 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 183.912 256.973 196.864] -/A << /S /GoTo /D (page.136) >> +/Rect [452.473 505.046 463.679 514.548] +/A << /S /GoTo /D (page.63) >> >> endobj -2773 0 obj << +2817 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.651 172.248 195.857 185.199] -/A << /S /GoTo /D (page.20) >> +/Rect [470.688 505.046 481.894 514.548] +/A << /S /GoTo /D (page.71) >> >> endobj -2774 0 obj << +2818 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.189 172.248 210.394 185.199] -/A << /S /GoTo /D (page.22) >> +/Rect [416.043 494.087 427.249 503.589] +/A << /S /GoTo /D (page.72) >> >> endobj -2775 0 obj << +2819 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [213.726 172.248 224.932 185.199] -/A << /S /GoTo /D (page.27) >> +/Rect [432.415 494.087 443.621 503.589] +/A << /S /GoTo /D (page.90) >> >> endobj -2776 0 obj << +2820 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 172.248 239.47 185.199] -/A << /S /GoTo /D (page.28) >> +/Rect [446.235 494.087 457.44 503.589] +/A << /S /GoTo /D (page.93) >> >> endobj -2777 0 obj << +2821 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 162.833 184.825 172.335] -/A << /S /GoTo /D (page.30) >> +/Rect [462.607 494.087 478.419 503.589] +/A << /S /GoTo /D (page.121) >> >> endobj -2778 0 obj << +2822 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 162.833 203.04 172.335] -/A << /S /GoTo /D (page.31) >> +/Rect [483.585 494.087 499.397 503.589] +/A << /S /GoTo /D (page.128) >> >> endobj -2779 0 obj << +2823 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 162.833 221.255 172.335] -/A << /S /GoTo /D (page.33) >> +/Rect [473.348 481.367 484.554 494.319] +/A << /S /GoTo /D (page.24) >> >> endobj -2780 0 obj << +2824 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 162.833 239.47 172.335] -/A << /S /GoTo /D (page.40) >> +/Rect [488.192 481.367 499.397 494.319] +/A << /S /GoTo /D (page.92) >> >> endobj -2781 0 obj << +2825 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 151.874 184.825 161.376] -/A << /S /GoTo /D (page.45) >> +/Rect [458.505 470.192 469.71 483.143] +/A << /S /GoTo /D (page.23) >> >> endobj -2782 0 obj << +2826 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [191.834 151.874 203.04 161.376] -/A << /S /GoTo /D (page.55) >> +/Rect [473.348 470.192 484.554 483.143] +/A << /S /GoTo /D (page.25) >> >> endobj -2783 0 obj << +2827 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [210.049 151.874 221.255 161.376] -/A << /S /GoTo /D (page.68) >> +/Rect [488.192 470.192 499.397 483.143] +/A << /S /GoTo /D (page.92) >> >> endobj -2784 0 obj << +2828 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.264 151.874 239.47 161.376] -/A << /S /GoTo /D (page.75) >> +/Rect [428.356 459.016 439.561 471.968] +/A << /S /GoTo /D (page.23) >> >> endobj -2785 0 obj << +2829 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.619 140.916 184.825 150.417] -/A << /S /GoTo /D (page.76) >> +/Rect [442.176 459.016 453.381 471.968] +/A << /S /GoTo /D (page.26) >> >> endobj -2786 0 obj << +2830 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.991 140.916 201.196 150.417] -/A << /S /GoTo /D (page.94) >> +/Rect [456.869 459.016 468.074 471.968] +/A << /S /GoTo /D (page.32) >> >> endobj -2787 0 obj << +2831 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.81 140.916 215.016 150.417] -/A << /S /GoTo /D (page.96) >> +/Rect [470.688 459.016 481.894 471.968] +/A << /S /GoTo /D (page.34) >> >> endobj -2788 0 obj << +2832 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [220.182 140.916 235.995 150.417] -/A << /S /GoTo /D (page.124) >> +/Rect [416.043 449.602 427.249 459.104] +/A << /S /GoTo /D (page.38) >> >> endobj -2789 0 obj << +2833 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 140.916 256.973 150.417] -/A << /S /GoTo /D (page.131) >> +/Rect [431.777 449.602 442.983 459.104] +/A << /S /GoTo /D (page.91) >> >> endobj -2790 0 obj << +2834 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 127.706 242.13 140.658] -/A << /S /GoTo /D (page.31) >> +/Rect [447.511 449.602 458.716 459.104] +/A << /S /GoTo /D (page.95) >> >> endobj -2791 0 obj << +2835 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 127.706 256.973 140.658] -/A << /S /GoTo /D (page.96) >> +/Rect [463.245 449.602 479.057 459.104] +/A << /S /GoTo /D (page.100) >> >> endobj -2792 0 obj << +2836 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [201.237 116.042 212.443 128.993] -/A << /S /GoTo /D (page.21) >> +/Rect [483.585 449.602 499.397 459.104] +/A << /S /GoTo /D (page.118) >> >> endobj -2793 0 obj << +2837 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 116.042 227.286 128.993] -/A << /S /GoTo /D (page.30) >> +/Rect [433.424 436.882 440.023 449.833] +/A << /S /GoTo /D (page.3) >> >> endobj -2794 0 obj << +2838 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 116.042 242.13 128.993] -/A << /S /GoTo /D (page.32) >> +/Rect [443.661 436.882 454.867 449.833] +/A << /S /GoTo /D (page.24) >> >> endobj -2795 0 obj << +2839 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.96) >> +/Rect [458.505 436.882 469.71 449.833] +/A << /S /GoTo /D (page.30) >> >> endobj -2796 0 obj << +2840 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.585 701.845 343.791 714.796] -/A << /S /GoTo /D (page.23) >> +/Rect [473.348 436.882 484.554 449.833] +/A << /S /GoTo /D (page.37) >> >> endobj -2797 0 obj << +2841 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.429 701.845 358.635 714.796] -/A << /S /GoTo /D (page.30) >> +/Rect [488.192 436.882 499.397 449.833] +/A << /S /GoTo /D (page.92) >> >> endobj -2798 0 obj << +2842 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 692.431 306.037 701.932] -/A << /S /GoTo /D (page.33) >> +/Rect [455.845 425.707 467.051 438.658] +/A << /S /GoTo /D (page.18) >> >> endobj -2799 0 obj << +2843 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.244 692.431 326.449 701.932] -/A << /S /GoTo /D (page.39) >> +/Rect [470.688 425.707 481.894 438.658] +/A << /S /GoTo /D (page.21) >> >> endobj -2800 0 obj << +2844 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [329.064 692.431 340.269 701.932] -/A << /S /GoTo /D (page.41) >> +/Rect [416.043 416.292 427.249 425.794] +/A << /S /GoTo /D (page.24) >> >> endobj -2801 0 obj << +2845 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 692.431 360.682 701.932] -/A << /S /GoTo /D (page.45) >> +/Rect [434.258 416.292 445.464 425.794] +/A << /S /GoTo /D (page.26) >> >> endobj -2802 0 obj << +2846 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 681.472 306.037 690.973] -/A << /S /GoTo /D (page.95) >> +/Rect [452.473 416.292 463.679 425.794] +/A << /S /GoTo /D (page.48) >> >> endobj -2803 0 obj << +2847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [315.809 681.472 327.015 690.973] -/A << /S /GoTo /D (page.98) >> +/Rect [470.688 416.292 481.894 425.794] +/A << /S /GoTo /D (page.63) >> >> endobj -2804 0 obj << +2848 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [336.788 681.472 352.6 690.973] -/A << /S /GoTo /D (page.103) >> +/Rect [416.043 405.333 427.249 414.835] +/A << /S /GoTo /D (page.71) >> >> endobj -2805 0 obj << +2849 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 681.472 378.185 690.973] -/A << /S /GoTo /D (page.122) >> +/Rect [431.777 405.333 442.983 414.835] +/A << /S /GoTo /D (page.72) >> >> endobj -2806 0 obj << +2850 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [297.623 668.75 304.222 681.702] -/A << /S /GoTo /D (page.3) >> +/Rect [447.511 405.333 458.716 414.835] +/A << /S /GoTo /D (page.91) >> >> endobj -2807 0 obj << +2851 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [307.809 668.75 319.015 681.702] -/A << /S /GoTo /D (page.23) >> +/Rect [463.245 405.333 479.057 414.835] +/A << /S /GoTo /D (page.130) >> >> endobj -2808 0 obj << +2852 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.602 668.75 333.807 681.702] -/A << /S /GoTo /D (page.31) >> +/Rect [483.585 405.333 499.397 414.835] +/A << /S /GoTo /D (page.145) >> >> endobj -2809 0 obj << +2853 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.394 668.75 348.6 681.702] -/A << /S /GoTo /D (page.37) >> +/Rect [424.111 381.654 435.316 394.606] +/A << /S /GoTo /D (page.20) >> >> endobj -2810 0 obj << +2854 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.187 668.75 363.393 681.702] -/A << /S /GoTo /D (page.44) >> +/Rect [438.954 381.654 450.16 394.606] +/A << /S /GoTo /D (page.21) >> >> endobj -2811 0 obj << +2855 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 668.75 378.185 681.702] -/A << /S /GoTo /D (page.96) >> +/Rect [453.797 381.654 465.003 394.606] +/A << /S /GoTo /D (page.24) >> >> endobj -2812 0 obj << +2856 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.789 657.573 330.995 670.525] -/A << /S /GoTo /D (page.17) >> +/Rect [468.641 381.654 479.847 394.606] +/A << /S /GoTo /D (page.33) >> >> endobj -2813 0 obj << +2857 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 657.573 345.838 670.525] -/A << /S /GoTo /D (page.22) >> +/Rect [416.043 372.24 427.249 381.741] +/A << /S /GoTo /D (page.35) >> >> endobj -2814 0 obj << +2858 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 657.573 360.682 670.525] -/A << /S /GoTo /D (page.28) >> +/Rect [436.456 372.24 447.662 381.741] +/A << /S /GoTo /D (page.46) >> >> endobj -2815 0 obj << +2859 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 648.159 306.037 657.661] -/A << /S /GoTo /D (page.31) >> +/Rect [450.276 372.24 461.481 381.741] +/A << /S /GoTo /D (page.48) >> >> endobj -2816 0 obj << +2860 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 648.159 324.252 657.661] -/A << /S /GoTo /D (page.33) >> +/Rect [470.688 372.24 481.894 381.741] +/A << /S /GoTo /D (page.66) >> >> endobj -2817 0 obj << +2861 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 648.159 342.467 657.661] -/A << /S /GoTo /D (page.55) >> +/Rect [416.043 361.281 427.249 370.783] +/A << /S /GoTo /D (page.71) >> >> endobj -2818 0 obj << +2862 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 648.159 360.682 657.661] -/A << /S /GoTo /D (page.68) >> +/Rect [434.258 361.281 445.464 370.783] +/A << /S /GoTo /D (page.72) >> >> endobj -2819 0 obj << +2863 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 637.2 306.037 646.702] -/A << /S /GoTo /D (page.75) >> +/Rect [452.473 361.281 463.679 370.783] +/A << /S /GoTo /D (page.90) >> >> endobj -2820 0 obj << +2864 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.565 637.2 321.771 646.702] -/A << /S /GoTo /D (page.76) >> +/Rect [470.688 361.281 481.894 370.783] +/A << /S /GoTo /D (page.92) >> >> endobj -2821 0 obj << +2865 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 637.2 337.504 646.702] -/A << /S /GoTo /D (page.95) >> +/Rect [416.043 350.322 431.855 359.824] +/A << /S /GoTo /D (page.100) >> >> endobj -2822 0 obj << +2866 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.032 637.2 357.845 646.702] -/A << /S /GoTo /D (page.133) >> +/Rect [441.062 350.322 456.875 359.824] +/A << /S /GoTo /D (page.125) >> >> endobj -2823 0 obj << +2867 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 637.2 378.185 646.702] -/A << /S /GoTo /D (page.149) >> +/Rect [466.082 350.322 481.894 359.824] +/A << /S /GoTo /D (page.129) >> >> endobj -2824 0 obj << +2868 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 624.479 345.838 637.43] -/A << /S /GoTo /D (page.27) >> +/Rect [416.043 339.363 431.855 348.865] +/A << /S /GoTo /D (page.153) >> >> endobj -2825 0 obj << +2869 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 624.479 360.682 637.43] -/A << /S /GoTo /D (page.28) >> +/Rect [441.062 339.363 456.875 348.865] +/A << /S /GoTo /D (page.154) >> >> endobj -2826 0 obj << +2870 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 615.065 306.037 624.566] -/A << /S /GoTo /D (page.31) >> +/Rect [466.082 339.363 481.894 348.865] +/A << /S /GoTo /D (page.156) >> >> endobj -2827 0 obj << +2871 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [314.22 615.065 325.426 624.566] -/A << /S /GoTo /D (page.40) >> +/Rect [416.043 328.404 431.855 337.906] +/A << /S /GoTo /D (page.158) >> >> endobj -2828 0 obj << +2872 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.04 615.065 339.246 624.566] -/A << /S /GoTo /D (page.42) >> +/Rect [438.557 328.404 454.369 337.906] +/A << /S /GoTo /D (page.172) >> >> endobj -2829 0 obj << +2873 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.429 615.065 358.635 624.566] -/A << /S /GoTo /D (page.53) >> +/Rect [461.071 328.404 476.883 337.906] +/A << /S /GoTo /D (page.181) >> >> endobj -2830 0 obj << +2874 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 604.106 306.037 613.607] -/A << /S /GoTo /D (page.55) >> +/Rect [483.585 328.404 499.397 337.906] +/A << /S /GoTo /D (page.196) >> >> endobj -2831 0 obj << +2875 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 604.106 324.252 613.607] -/A << /S /GoTo /D (page.70) >> +/Rect [454.676 315.684 465.882 328.636] +/A << /S /GoTo /D (page.24) >> >> endobj -2832 0 obj << +2876 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 604.106 342.467 613.607] -/A << /S /GoTo /D (page.75) >> +/Rect [469.131 315.684 480.336 328.636] +/A << /S /GoTo /D (page.34) >> >> endobj -2833 0 obj << +2877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 604.106 360.682 613.607] -/A << /S /GoTo /D (page.76) >> +/Rect [483.585 315.684 499.397 328.636] +/A << /S /GoTo /D (page.126) >> >> endobj -2834 0 obj << +2878 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 593.147 306.037 602.648] -/A << /S /GoTo /D (page.94) >> +/Rect [470.688 304.509 481.894 317.46] +/A << /S /GoTo /D (page.21) >> >> endobj -2835 0 obj << +2879 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [309.975 593.147 321.181 602.648] -/A << /S /GoTo /D (page.95) >> +/Rect [416.043 295.095 427.249 304.596] +/A << /S /GoTo /D (page.23) >> >> endobj -2836 0 obj << +2880 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [325.119 593.147 340.931 602.648] -/A << /S /GoTo /D (page.103) >> +/Rect [434.258 295.095 445.464 304.596] +/A << /S /GoTo /D (page.24) >> >> endobj -2837 0 obj << +2881 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 593.147 360.682 602.648] -/A << /S /GoTo /D (page.129) >> +/Rect [452.473 295.095 463.679 304.596] +/A << /S /GoTo /D (page.29) >> >> endobj -2838 0 obj << +2882 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 582.188 310.643 591.689] -/A << /S /GoTo /D (page.132) >> +/Rect [470.688 295.095 481.894 304.596] +/A << /S /GoTo /D (page.31) >> >> endobj -2839 0 obj << +2883 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.443 582.188 342.256 591.689] -/A << /S /GoTo /D (page.156) >> +/Rect [416.043 284.136 427.249 293.637] +/A << /S /GoTo /D (page.32) >> >> endobj -2840 0 obj << +2884 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 582.188 360.682 591.689] -/A << /S /GoTo /D (page.159) >> +/Rect [434.258 284.136 445.464 293.637] +/A << /S /GoTo /D (page.34) >> >> endobj -2841 0 obj << +2885 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 571.229 310.643 580.73] -/A << /S /GoTo /D (page.162) >> +/Rect [452.473 284.136 463.679 293.637] +/A << /S /GoTo /D (page.38) >> >> endobj -2842 0 obj << +2886 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 571.229 333.157 580.73] -/A << /S /GoTo /D (page.175) >> +/Rect [470.688 284.136 481.894 293.637] +/A << /S /GoTo /D (page.46) >> >> endobj -2843 0 obj << +2887 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 571.229 355.671 580.73] -/A << /S /GoTo /D (page.180) >> +/Rect [416.043 273.177 427.249 282.678] +/A << /S /GoTo /D (page.52) >> >> endobj -2844 0 obj << +2888 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 571.229 378.185 580.73] -/A << /S /GoTo /D (page.190) >> +/Rect [431.187 273.177 442.393 282.678] +/A << /S /GoTo /D (page.91) >> >> endobj -2845 0 obj << +2889 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [333.464 558.507 344.67 571.459] -/A << /S /GoTo /D (page.31) >> +/Rect [446.331 273.177 462.143 282.678] +/A << /S /GoTo /D (page.100) >> >> endobj -2846 0 obj << +2890 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.919 558.507 359.124 571.459] -/A << /S /GoTo /D (page.41) >> +/Rect [466.082 273.177 481.894 282.678] +/A << /S /GoTo /D (page.109) >> >> endobj -2847 0 obj << +2891 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 558.507 378.185 571.459] -/A << /S /GoTo /D (page.130) >> +/Rect [416.043 262.218 431.855 271.719] +/A << /S /GoTo /D (page.116) >> >> endobj -2848 0 obj << +2892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 547.331 360.682 560.282] -/A << /S /GoTo /D (page.28) >> +/Rect [438.557 262.218 454.369 271.719] +/A << /S /GoTo /D (page.128) >> >> endobj -2849 0 obj << +2893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 537.916 306.037 547.418] -/A << /S /GoTo /D (page.30) >> +/Rect [461.071 262.218 476.883 271.719] +/A << /S /GoTo /D (page.153) >> >> endobj -2850 0 obj << +2894 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 537.916 324.252 547.418] -/A << /S /GoTo /D (page.31) >> +/Rect [483.585 262.218 499.397 271.719] +/A << /S /GoTo /D (page.156) >> >> endobj -2851 0 obj << +2895 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 537.916 342.467 547.418] -/A << /S /GoTo /D (page.36) >> +/Rect [470.688 249.498 481.894 262.449] +/A << /S /GoTo /D (page.24) >> >> endobj -2852 0 obj << +2896 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 537.916 360.682 547.418] -/A << /S /GoTo /D (page.38) >> +/Rect [416.043 240.083 427.249 249.585] +/A << /S /GoTo /D (page.27) >> >> endobj -2853 0 obj << +2897 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 526.957 306.037 536.459] -/A << /S /GoTo /D (page.39) >> +/Rect [432.929 240.083 444.134 249.585] +/A << /S /GoTo /D (page.70) >> >> endobj -2854 0 obj << +2898 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 526.957 324.252 536.459] -/A << /S /GoTo /D (page.41) >> +/Rect [449.814 240.083 461.02 249.585] +/A << /S /GoTo /D (page.92) >> >> endobj -2855 0 obj << +2899 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 526.957 342.467 536.459] -/A << /S /GoTo /D (page.45) >> +/Rect [466.699 240.083 477.905 249.585] +/A << /S /GoTo /D (page.99) >> >> endobj -2856 0 obj << +2900 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 526.957 360.682 536.459] -/A << /S /GoTo /D (page.53) >> +/Rect [483.585 240.083 499.397 249.585] +/A << /S /GoTo /D (page.130) >> >> endobj -2857 0 obj << +2901 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 515.999 306.037 525.5] -/A << /S /GoTo /D (page.59) >> +/Rect [453.704 216.404 464.91 229.356] +/A << /S /GoTo /D (page.55) >> >> endobj -2858 0 obj << +2902 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [309.975 515.999 321.181 525.5] -/A << /S /GoTo /D (page.95) >> +/Rect [468.548 216.404 479.947 229.356] +/A << /S /GoTo /D (page.63) >> >> endobj -2859 0 obj << +2903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [325.119 515.999 340.931 525.5] -/A << /S /GoTo /D (page.103) >> +/Rect [483.585 216.404 499.397 229.356] +/A << /S /GoTo /D (page.146) >> >> endobj -2860 0 obj << +2904 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.87 515.999 360.682 525.5] -/A << /S /GoTo /D (page.113) >> +/Rect [473.348 205.229 484.554 218.18] +/A << /S /GoTo /D (page.23) >> >> endobj -2861 0 obj << +2905 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 505.04 310.643 514.541] -/A << /S /GoTo /D (page.119) >> +/Rect [488.192 205.229 499.397 218.18] +/A << /S /GoTo /D (page.55) >> >> endobj -2862 0 obj << +2906 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [317.345 505.04 333.157 514.541] -/A << /S /GoTo /D (page.132) >> +/Rect [458.922 194.053 470.128 207.005] +/A << /S /GoTo /D (page.10) >> >> endobj -2863 0 obj << +2907 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.859 505.04 355.671 514.541] -/A << /S /GoTo /D (page.156) >> +/Rect [473.557 194.053 484.763 207.005] +/A << /S /GoTo /D (page.41) >> >> endobj -2864 0 obj << +2908 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 505.04 378.185 514.541] -/A << /S /GoTo /D (page.159) >> +/Rect [488.192 194.053 499.397 207.005] +/A << /S /GoTo /D (page.86) >> >> endobj -2865 0 obj << +2909 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.633 492.318 345.838 505.27] -/A << /S /GoTo /D (page.21) >> +/Rect [488.192 182.878 499.397 195.829] +/A << /S /GoTo /D (page.28) >> >> endobj -2866 0 obj << +2910 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 492.318 360.682 505.27] -/A << /S /GoTo /D (page.31) >> +/Rect [460.258 171.703 466.857 184.654] +/A << /S /GoTo /D (page.8) >> >> endobj -2867 0 obj << +2911 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 482.904 306.037 492.405] -/A << /S /GoTo /D (page.34) >> +/Rect [470.495 171.703 481.894 184.654] +/A << /S /GoTo /D (page.22) >> >> endobj -2868 0 obj << +2912 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.565 482.904 321.771 492.405] -/A << /S /GoTo /D (page.75) >> +/Rect [416.043 162.288 427.249 171.79] +/A << /S /GoTo /D (page.28) >> >> endobj -2869 0 obj << +2913 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 482.904 337.504 492.405] -/A << /S /GoTo /D (page.96) >> +/Rect [433.95 162.288 445.156 171.79] +/A << /S /GoTo /D (page.29) >> >> endobj -2870 0 obj << +2914 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.032 482.904 357.845 492.405] -/A << /S /GoTo /D (page.102) >> +/Rect [451.858 162.288 463.064 171.79] +/A << /S /GoTo /D (page.41) >> >> endobj -2871 0 obj << +2915 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 482.904 378.185 492.405] -/A << /S /GoTo /D (page.133) >> +/Rect [465.678 162.288 476.883 171.79] +/A << /S /GoTo /D (page.44) >> >> endobj -2872 0 obj << +2916 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 459.223 343.698 472.175] -/A << /S /GoTo /D (page.62) >> +/Rect [483.585 162.288 499.397 171.79] +/A << /S /GoTo /D (page.137) >> >> endobj -2873 0 obj << +2917 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 459.223 358.735 472.175] -/A << /S /GoTo /D (page.67) >> +/Rect [488.192 149.568 499.397 162.52] +/A << /S /GoTo /D (page.70) >> >> endobj -2874 0 obj << +2918 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 459.223 378.185 472.175] -/A << /S /GoTo /D (page.150) >> +/Rect [488.192 138.393 499.397 151.344] +/A << /S /GoTo /D (page.69) >> >> endobj -2875 0 obj << +2919 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 448.047 363.342 460.998] -/A << /S /GoTo /D (page.30) >> +/Rect [473.348 127.217 484.554 140.169] +/A << /S /GoTo /D (page.69) >> >> endobj -2876 0 obj << +2920 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 448.047 378.185 460.998] -/A << /S /GoTo /D (page.62) >> +/Rect [488.192 127.217 499.397 140.169] +/A << /S /GoTo /D (page.92) >> >> endobj -2877 0 obj << +2921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.71 436.87 348.916 449.821] -/A << /S /GoTo /D (page.10) >> +/Rect [443.794 116.042 455.193 128.993] +/A << /S /GoTo /D (page.23) >> >> endobj -2878 0 obj << +2922 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.345 436.87 363.55 449.821] -/A << /S /GoTo /D (page.48) >> +/Rect [458.722 116.042 469.928 128.993] +/A << /S /GoTo /D (page.26) >> >> endobj -2879 0 obj << +2923 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 436.87 378.185 449.821] -/A << /S /GoTo /D (page.89) >> +/Rect [473.457 116.042 484.663 128.993] +/A << /S /GoTo /D (page.55) >> >> endobj -2880 0 obj << +2924 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 425.693 378.185 438.644] -/A << /S /GoTo /D (page.36) >> +/Rect [488.192 116.042 499.397 128.993] +/A << /S /GoTo /D (page.77) >> >> endobj -2881 0 obj << +2945 0 obj << +/D [2943 0 R /XYZ 143.727 753.953 null] +>> endobj +2942 0 obj << +/Font << /F46 505 0 R /F47 1746 0 R /F49 1745 0 R /F51 1748 0 R /F50 1747 0 R /F17 400 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3220 0 obj << +/Length 3107 +/Filter /FlateDecode +>> +stream +x]KsϯБ0x?I*U$;hcV] )Y яM0v׍~wW+~_\id䫯WsZ),f~k0/8uFD_|ݬ#4o+?U?}Z&XL'uSQrW[L@`UQPcDݢm6Pw7d7kqm7f-9Q(02 j- S+(nA-o蚌k8c}&P Ψ-0S8"oa@L ")FuH돻ۢ*])q?Ҍ3fه쐐HI>mfvgSbu{Cɐr{Uy7(RCT&\E]@BvCdɨGGd\ǏzGƑt1G3߰' +1IkAƬOS~\o7BeC\'e],#p/A{*n9KU#3oG8%9J -¤;numOPsσqS@?{0؊[v+] +5O+|ӒuHMnMJ5"!Ϫ +R +R;x3c}q6Oέd,+x LjlN OUj1m \qyc>O(G%}u9\ +Oq#ǭtV6,f* O!!!L1~60 +mb67>}c16 ׯDMa +ta*cfɪd--Kp857œ5ZoPd@ $')M3eCG te P JLQrvcOlP6JOX qUwg#qIq{^s48Ob)Sf?"=qtiJ[N~wV_I "" +7/ƺ)[e"2% +r~XYm(ʤ6FbzQ?ʷSK9wc@Džyw!.2PWxIc2+R%RtH)}VTyLEy-: |hKg +j!Ulyu?Ito}dMR!xSwshTGs]A;J^GQ``hۀvńYGFP懜`KWVTdxtmOԹBy۵>.BΈo\=ƐhuoHc֑ ݱ>n*.zS6(.nCb|\n$~Bz}!4:HCK!s9U" O;CA+p&4pĠįN Seqm.p>0s3W'Ŗdl yiQ|uۼ.jPcaF#$ ~wPaq!p02 c[঺xSP>߅WMJ" ொ}~aڙw5.wTF&VM9+(n!ʷpjW`C4>%Z 0K#X錨uG3AK%aT|- 4 p@) KAB!<AWD~!!XA2.5g+F|!roP".!- 8Kd)JhӉC +t84NӮ(!ui}ҿQRF2,l$}d9g=UyS .3ĤM0% CVp^O2.o`*1'acyy0اME ԰IjBVkJ8bgj#ڙ+Q p{5Sr7][Ul^'R*iȆon |tphUWW]}!  eGSfh9vWm +"Kb5ERidd -tEkFg= rNZ,\ZuCDJ0Z_c鬉zf?o󿖻ݰaq ϧ9N!8o^($nb_WW|1\&=saќ&ؓڇjb҅Q瞊P"Xz"lB{f 3p4<P鳠Pw !᱌ einwdޔgz%od7uF~Kb@W#>q$ +}AXY{r3N5 2UtȆљ7 漹tI8nbQiC N㭫}ޗu]/k4&zk<}rqҿv;>]ӒJaK+op7 ` +Nt/b0ámrsayG3lSho/$,奔_^JAAKi%Z/2* 3PƵ VH+@/ `<|v ʈ3OSr/h>t%6u-mK)V^},ʚ?,WǚY.\sk|yoAP`"kuN//*qڰHx̞W;ٌ@E&( DEa;?ne==ҊCqeot&:Rxm6nu*5ZabHG]2 +Ot'Vf!Y3ڽ3tdц˒9R!~,Fƍ \4Qʿ7U^^l}~ /ٹO ?Txb&g HS^CY!L wwp4+˻931Ut1'gueニ| f^ZE4\7YOgcu9{I=FWG|`m\/DY{l$ /.6u~h 0^ +endstream +endobj +3219 0 obj << +/Type /Page +/Contents 3220 0 R +/Resources 3218 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 1749 0 R +/Annots [ 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 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 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 ] +>> endobj +2925 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.046 414.516 345.645 427.468] -/A << /S /GoTo /D (page.8) >> +/Rect [245.767 701.845 256.973 714.796] +/A << /S /GoTo /D (page.70) >> >> endobj -2882 0 obj << +2926 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.283 414.516 360.682 427.468] -/A << /S /GoTo /D (page.29) >> +/Rect [245.767 690.716 256.973 703.667] +/A << /S /GoTo /D (page.70) >> >> endobj -2883 0 obj << +2927 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 405.102 306.037 414.603] -/A << /S /GoTo /D (page.35) >> +/Rect [245.767 679.587 256.973 692.538] +/A << /S /GoTo /D (page.70) >> >> endobj -2884 0 obj << +2928 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [312.738 405.102 323.944 414.603] -/A << /S /GoTo /D (page.36) >> +/Rect [176.052 657.499 182.651 670.45] +/A << /S /GoTo /D (page.6) >> >> endobj -2885 0 obj << +2929 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [330.646 405.102 341.851 414.603] -/A << /S /GoTo /D (page.48) >> +/Rect [185.778 657.499 196.984 670.45] +/A << /S /GoTo /D (page.12) >> >> endobj -2886 0 obj << +2930 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [344.465 405.102 355.671 414.603] -/A << /S /GoTo /D (page.51) >> +/Rect [200.111 657.499 211.317 670.45] +/A << /S /GoTo /D (page.20) >> >> endobj -2887 0 obj << +2931 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 405.102 378.185 414.603] -/A << /S /GoTo /D (page.141) >> +/Rect [214.444 657.499 225.65 670.45] +/A << /S /GoTo /D (page.22) >> >> endobj -2888 0 obj << +2932 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 392.38 378.185 405.332] -/A << /S /GoTo /D (page.74) >> +/Rect [228.264 657.499 239.47 670.45] +/A << /S /GoTo /D (page.26) >> >> endobj -2889 0 obj << +2933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 381.204 378.185 394.155] -/A << /S /GoTo /D (page.74) >> +/Rect [173.619 648.085 184.825 657.586] +/A << /S /GoTo /D (page.28) >> >> endobj -2890 0 obj << +2934 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 370.027 363.342 382.978] -/A << /S /GoTo /D (page.74) >> +/Rect [191.834 648.085 203.04 657.586] +/A << /S /GoTo /D (page.29) >> >> endobj -2891 0 obj << +2935 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 370.027 378.185 382.978] -/A << /S /GoTo /D (page.96) >> +/Rect [210.049 648.085 221.255 657.586] +/A << /S /GoTo /D (page.37) >> >> endobj -2892 0 obj << +2936 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [307.412 347.891 318.618 360.842] -/A << /S /GoTo /D (page.22) >> +/Rect [228.264 648.085 239.47 657.586] +/A << /S /GoTo /D (page.43) >> >> endobj -2893 0 obj << +2937 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.255 347.891 333.655 360.842] -/A << /S /GoTo /D (page.30) >> +/Rect [173.619 637.126 184.825 646.627] +/A << /S /GoTo /D (page.44) >> >> endobj -2894 0 obj << +2938 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 347.891 348.498 360.842] -/A << /S /GoTo /D (page.33) >> +/Rect [193.062 637.126 204.267 646.627] +/A << /S /GoTo /D (page.56) >> >> endobj -2895 0 obj << +2939 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 347.891 363.342 360.842] -/A << /S /GoTo /D (page.62) >> +/Rect [206.882 637.126 218.087 646.627] +/A << /S /GoTo /D (page.59) >> >> endobj -2896 0 obj << +2940 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 347.891 378.185 360.842] -/A << /S /GoTo /D (page.81) >> +/Rect [226.324 637.126 237.53 646.627] +/A << /S /GoTo /D (page.61) >> >> endobj -2897 0 obj << +2941 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 336.714 378.185 349.666] -/A << /S /GoTo /D (page.75) >> +/Rect [245.767 637.126 256.973 646.627] +/A << /S /GoTo /D (page.65) >> >> endobj -2898 0 obj << +2946 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 325.537 378.185 338.489] -/A << /S /GoTo /D (page.74) >> +/Rect [245.767 624.452 256.973 637.404] +/A << /S /GoTo /D (page.69) >> >> endobj -2899 0 obj << +2947 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 314.36 378.185 327.312] -/A << /S /GoTo /D (page.74) >> +/Rect [245.767 613.323 256.973 626.275] +/A << /S /GoTo /D (page.68) >> >> endobj -2900 0 obj << +2948 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [354.083 303.184 360.682 316.135] -/A << /S /GoTo /D (page.6) >> +/Rect [211.28 580.762 222.486 593.714] +/A << /S /GoTo /D (page.52) >> >> endobj -2901 0 obj << +2949 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 293.769 301.43 303.271] -/A << /S /GoTo /D (page.7) >> +/Rect [226.124 580.762 237.523 593.714] +/A << /S /GoTo /D (page.52) >> >> endobj -2902 0 obj << +2950 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [304.526 293.769 315.731 303.271] -/A << /S /GoTo /D (page.13) >> +/Rect [241.161 580.762 256.973 593.714] +/A << /S /GoTo /D (page.149) >> >> endobj -2903 0 obj << +2951 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.827 293.769 330.032 303.271] -/A << /S /GoTo /D (page.20) >> +/Rect [245.767 569.633 256.973 582.585] +/A << /S /GoTo /D (page.73) >> >> endobj -2904 0 obj << +2952 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [333.128 293.769 344.333 303.271] -/A << /S /GoTo /D (page.27) >> +/Rect [183.734 514.985 194.939 527.936] +/A << /S /GoTo /D (page.11) >> >> endobj -2905 0 obj << +2953 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.429 293.769 358.635 303.271] -/A << /S /GoTo /D (page.29) >> +/Rect [198.577 514.985 209.783 527.936] +/A << /S /GoTo /D (page.14) >> >> endobj -2906 0 obj << +2954 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 282.81 306.037 292.312] -/A << /S /GoTo /D (page.33) >> +/Rect [213.421 514.985 224.626 527.936] +/A << /S /GoTo /D (page.18) >> >> endobj -2907 0 obj << +2955 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 282.81 324.252 292.312] -/A << /S /GoTo /D (page.35) >> +/Rect [228.264 514.985 239.47 527.936] +/A << /S /GoTo /D (page.19) >> >> endobj -2908 0 obj << +2956 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 282.81 342.467 292.312] -/A << /S /GoTo /D (page.36) >> +/Rect [173.619 505.57 184.825 515.072] +/A << /S /GoTo /D (page.24) >> >> endobj -2909 0 obj << +2957 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 282.81 360.682 292.312] -/A << /S /GoTo /D (page.44) >> +/Rect [191.834 505.57 203.04 515.072] +/A << /S /GoTo /D (page.27) >> >> endobj -2910 0 obj << +2958 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 271.852 306.037 281.353] -/A << /S /GoTo /D (page.50) >> +/Rect [210.049 505.57 221.255 515.072] +/A << /S /GoTo /D (page.28) >> >> endobj -2911 0 obj << +2959 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [314.274 271.852 325.48 281.353] -/A << /S /GoTo /D (page.51) >> +/Rect [228.264 505.57 239.47 515.072] +/A << /S /GoTo /D (page.44) >> >> endobj -2912 0 obj << +2960 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [333.717 271.852 344.922 281.353] -/A << /S /GoTo /D (page.62) >> +/Rect [173.619 494.612 184.825 504.113] +/A << /S /GoTo /D (page.45) >> >> endobj -2913 0 obj << +2961 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.537 271.852 358.742 281.353] -/A << /S /GoTo /D (page.65) >> +/Rect [189.353 494.612 200.558 504.113] +/A << /S /GoTo /D (page.71) >> >> endobj -2914 0 obj << +2962 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 271.852 378.185 281.353] -/A << /S /GoTo /D (page.69) >> +/Rect [205.087 494.612 216.292 504.113] +/A << /S /GoTo /D (page.76) >> >> endobj -2915 0 obj << +2963 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 259.13 378.185 272.082] -/A << /S /GoTo /D (page.73) >> +/Rect [220.82 494.612 236.633 504.113] +/A << /S /GoTo /D (page.143) >> >> endobj -2916 0 obj << +2964 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 247.953 378.185 260.905] -/A << /S /GoTo /D (page.72) >> +/Rect [241.161 494.612 256.973 504.113] +/A << /S /GoTo /D (page.149) >> >> endobj -2917 0 obj << +2965 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.492 215.201 343.698 228.153] -/A << /S /GoTo /D (page.59) >> +/Rect [201.237 481.938 212.443 494.889] +/A << /S /GoTo /D (page.20) >> >> endobj -2918 0 obj << +2966 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.336 215.201 358.735 228.153] -/A << /S /GoTo /D (page.59) >> +/Rect [216.08 481.938 227.286 494.889] +/A << /S /GoTo /D (page.22) >> >> endobj -2919 0 obj << +2967 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 215.201 378.185 228.153] -/A << /S /GoTo /D (page.153) >> +/Rect [230.924 481.938 242.13 494.889] +/A << /S /GoTo /D (page.28) >> >> endobj -2920 0 obj << +2968 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 204.024 378.185 216.976] -/A << /S /GoTo /D (page.78) >> +/Rect [245.767 481.938 256.973 494.889] +/A << /S /GoTo /D (page.71) >> >> endobj -2921 0 obj << +2969 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 160.095 360.682 173.047] -/A << /S /GoTo /D (page.11) >> +/Rect [197.654 459.85 208.86 472.801] +/A << /S /GoTo /D (page.21) >> >> endobj -2922 0 obj << +2970 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 150.681 306.037 160.182] -/A << /S /GoTo /D (page.14) >> +/Rect [212.497 459.85 223.703 472.801] +/A << /S /GoTo /D (page.45) >> >> endobj -2923 0 obj << +2971 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 150.681 324.252 160.182] -/A << /S /GoTo /D (page.15) >> +/Rect [226.317 459.85 237.523 472.801] +/A << /S /GoTo /D (page.50) >> >> endobj -2924 0 obj << +2972 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 150.681 342.467 160.182] -/A << /S /GoTo /D (page.20) >> +/Rect [241.161 459.85 256.973 472.801] +/A << /S /GoTo /D (page.156) >> >> endobj -2925 0 obj << +2973 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 150.681 360.682 160.182] -/A << /S /GoTo /D (page.25) >> +/Rect [182.81 448.721 194.016 461.672] +/A << /S /GoTo /D (page.21) >> >> endobj -2926 0 obj << +2974 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 139.722 306.037 149.223] -/A << /S /GoTo /D (page.26) >> +/Rect [197.654 448.721 208.86 461.672] +/A << /S /GoTo /D (page.45) >> >> endobj -2927 0 obj << +2975 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.046 139.722 324.252 149.223] -/A << /S /GoTo /D (page.31) >> +/Rect [211.474 448.721 222.679 461.672] +/A << /S /GoTo /D (page.48) >> >> endobj -2928 0 obj << +2976 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.261 139.722 342.467 149.223] -/A << /S /GoTo /D (page.35) >> +/Rect [226.317 448.721 237.523 461.672] +/A << /S /GoTo /D (page.50) >> >> endobj -2929 0 obj << +2977 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [349.476 139.722 360.682 149.223] -/A << /S /GoTo /D (page.51) >> +/Rect [241.161 448.721 256.973 461.672] +/A << /S /GoTo /D (page.156) >> >> endobj -2930 0 obj << +2978 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.831 128.763 306.037 138.265] -/A << /S /GoTo /D (page.52) >> +/Rect [199.601 437.592 210.807 450.543] +/A << /S /GoTo /D (page.21) >> >> endobj -2931 0 obj << +2979 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [310.565 128.763 321.771 138.265] -/A << /S /GoTo /D (page.75) >> +/Rect [214.444 437.592 225.65 450.543] +/A << /S /GoTo /D (page.45) >> >> endobj -2932 0 obj << +2980 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [326.299 128.763 337.504 138.265] -/A << /S /GoTo /D (page.79) >> +/Rect [228.264 437.592 239.47 450.543] +/A << /S /GoTo /D (page.50) >> >> endobj -2933 0 obj << +2981 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.032 128.763 357.845 138.265] -/A << /S /GoTo /D (page.147) >> +/Rect [173.619 428.178 189.431 437.679] +/A << /S /GoTo /D (page.110) >> >> endobj -2934 0 obj << +2982 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 128.763 378.185 138.265] -/A << /S /GoTo /D (page.153) >> +/Rect [192.045 428.178 207.858 437.679] +/A << /S /GoTo /D (page.115) >> >> endobj -2935 0 obj << +2983 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [322.449 116.042 333.655 128.993] -/A << /S /GoTo /D (page.27) >> +/Rect [223.658 428.178 239.47 437.679] +/A << /S /GoTo /D (page.154) >> >> endobj -2936 0 obj << +2984 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [337.292 116.042 348.498 128.993] -/A << /S /GoTo /D (page.29) >> +/Rect [173.619 417.219 189.431 426.72] +/A << /S /GoTo /D (page.156) >> >> endobj -2937 0 obj << +2985 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 116.042 363.342 128.993] -/A << /S /GoTo /D (page.35) >> +/Rect [198.177 417.219 213.989 426.72] +/A << /S /GoTo /D (page.157) >> >> endobj -2938 0 obj << +2986 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.75) >> +/Rect [222.734 417.219 238.547 426.72] +/A << /S /GoTo /D (page.197) >> >> endobj -2939 0 obj << +2987 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.078 690.886 451.284 703.837] -/A << /S /GoTo /D (page.28) >> +/Rect [241.161 417.219 256.973 426.72] +/A << /S /GoTo /D (page.201) >> >> endobj -2940 0 obj << +2988 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [454.922 690.886 466.127 703.837] -/A << /S /GoTo /D (page.52) >> +/Rect [245.767 404.545 256.973 417.497] +/A << /S /GoTo /D (page.21) >> >> endobj -2941 0 obj << +2989 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.57) >> +/Rect [211.474 393.416 222.679 406.368] +/A << /S /GoTo /D (page.20) >> >> endobj -2942 0 obj << +2990 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.159) >> +/Rect [226.317 393.416 237.523 406.368] +/A << /S /GoTo /D (page.55) >> >> endobj -2943 0 obj << +2991 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [425.235 679.785 436.44 692.736] -/A << /S /GoTo /D (page.28) >> +/Rect [241.161 393.416 256.973 406.368] +/A << /S /GoTo /D (page.163) >> >> endobj -2944 0 obj << +2992 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.078 679.785 451.284 692.736] -/A << /S /GoTo /D (page.52) >> +/Rect [177.18 371.328 188.386 384.28] +/A << /S /GoTo /D (page.20) >> >> endobj -2945 0 obj << +2993 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 679.785 465.104 692.736] +/Rect [192.024 371.328 203.229 384.28] /A << /S /GoTo /D (page.55) >> >> endobj -2946 0 obj << +2994 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 679.785 479.947 692.736] -/A << /S /GoTo /D (page.57) >> +/Rect [206.867 371.328 218.073 384.28] +/A << /S /GoTo /D (page.56) >> >> endobj -2947 0 obj << +2995 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 679.785 499.397 692.736] -/A << /S /GoTo /D (page.159) >> +/Rect [221.711 371.328 237.523 384.28] +/A << /S /GoTo /D (page.163) >> >> endobj -2948 0 obj << +2996 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [442.025 668.684 453.231 681.635] -/A << /S /GoTo /D (page.28) >> +/Rect [241.161 371.328 256.973 384.28] +/A << /S /GoTo /D (page.169) >> >> endobj -2949 0 obj << +2997 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.869 668.684 468.074 681.635] -/A << /S /GoTo /D (page.52) >> +/Rect [216.08 360.199 227.286 373.151] +/A << /S /GoTo /D (page.18) >> >> endobj -2950 0 obj << +2998 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 668.684 481.894 681.635] -/A << /S /GoTo /D (page.57) >> +/Rect [230.924 360.199 242.13 373.151] +/A << /S /GoTo /D (page.44) >> >> endobj -2951 0 obj << +2999 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 659.269 431.855 668.771] -/A << /S /GoTo /D (page.113) >> +/Rect [245.767 360.199 256.973 373.151] +/A << /S /GoTo /D (page.71) >> >> endobj -2952 0 obj << +3000 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.47 659.269 450.282 668.771] -/A << /S /GoTo /D (page.119) >> +/Rect [186.393 338.111 197.599 351.063] +/A << /S /GoTo /D (page.20) >> >> endobj -2953 0 obj << +3001 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.082 659.269 481.894 668.771] -/A << /S /GoTo /D (page.157) >> +/Rect [201.237 338.111 212.443 351.063] +/A << /S /GoTo /D (page.28) >> >> endobj -2954 0 obj << +3002 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 648.31 431.855 657.812] -/A << /S /GoTo /D (page.159) >> +/Rect [216.08 338.111 227.286 351.063] +/A << /S /GoTo /D (page.64) >> >> endobj -2955 0 obj << +3003 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.601 648.31 456.413 657.812] -/A << /S /GoTo /D (page.161) >> +/Rect [230.924 338.111 242.13 351.063] +/A << /S /GoTo /D (page.65) >> >> endobj -2956 0 obj << +3004 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 648.31 480.971 657.812] -/A << /S /GoTo /D (page.191) >> +/Rect [245.767 338.111 256.973 351.063] +/A << /S /GoTo /D (page.69) >> >> endobj -2957 0 obj << +3005 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 648.31 499.397 657.812] -/A << /S /GoTo /D (page.195) >> +/Rect [186.393 316.023 197.599 328.975] +/A << /S /GoTo /D (page.20) >> >> endobj -2958 0 obj << +3006 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 635.665 499.397 648.616] -/A << /S /GoTo /D (page.28) >> +/Rect [201.237 316.023 212.443 328.975] +/A << /S /GoTo /D (page.55) >> >> endobj -2959 0 obj << +3007 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 624.563 465.104 637.515] -/A << /S /GoTo /D (page.27) >> +/Rect [216.08 316.023 227.286 328.975] +/A << /S /GoTo /D (page.56) >> >> endobj -2960 0 obj << +3008 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 624.563 479.947 637.515] -/A << /S /GoTo /D (page.62) >> +/Rect [230.924 316.023 242.13 328.975] +/A << /S /GoTo /D (page.59) >> >> endobj -2961 0 obj << +3009 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 624.563 499.397 637.515] -/A << /S /GoTo /D (page.166) >> +/Rect [245.767 316.023 256.973 328.975] +/A << /S /GoTo /D (page.62) >> >> endobj -2962 0 obj << +3010 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [419.604 602.503 430.81 615.455] -/A << /S /GoTo /D (page.27) >> +/Rect [196.63 304.894 207.836 317.846] +/A << /S /GoTo /D (page.20) >> >> endobj -2963 0 obj << +3011 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.448 602.503 445.654 615.455] -/A << /S /GoTo /D (page.62) >> +/Rect [211.474 304.894 222.679 317.846] +/A << /S /GoTo /D (page.55) >> >> endobj -2964 0 obj << +3012 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.291 602.503 460.497 615.455] -/A << /S /GoTo /D (page.63) >> +/Rect [226.317 304.894 237.523 317.846] +/A << /S /GoTo /D (page.59) >> >> endobj -2965 0 obj << +3013 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.135 602.503 479.947 615.455] -/A << /S /GoTo /D (page.166) >> +/Rect [241.161 304.894 256.973 317.846] +/A << /S /GoTo /D (page.163) >> >> endobj -2966 0 obj << +3014 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.173) >> +/Rect [211.474 293.765 222.679 306.717] +/A << /S /GoTo /D (page.20) >> >> endobj -2967 0 obj << +3015 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [428.818 580.443 440.023 593.394] -/A << /S /GoTo /D (page.19) >> +/Rect [226.317 293.765 237.523 306.717] +/A << /S /GoTo /D (page.62) >> >> endobj -2968 0 obj << +3016 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.661 580.443 454.867 593.394] -/A << /S /GoTo /D (page.27) >> +/Rect [241.161 293.765 256.973 306.717] +/A << /S /GoTo /D (page.163) >> >> endobj -2969 0 obj << +3017 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 580.443 469.71 593.394] -/A << /S /GoTo /D (page.35) >> +/Rect [245.767 282.636 256.973 295.588] +/A << /S /GoTo /D (page.22) >> >> endobj -2970 0 obj << +3018 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 580.443 484.554 593.394] -/A << /S /GoTo /D (page.69) >> +/Rect [230.924 271.507 242.13 284.459] +/A << /S /GoTo /D (page.19) >> >> endobj -2971 0 obj << +3019 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 580.443 499.397 593.394] -/A << /S /GoTo /D (page.74) >> +/Rect [245.767 271.507 256.973 284.459] +/A << /S /GoTo /D (page.39) >> >> endobj -2972 0 obj << +3020 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [428.818 558.383 440.023 571.334] -/A << /S /GoTo /D (page.27) >> +/Rect [245.767 260.378 256.973 273.33] +/A << /S /GoTo /D (page.19) >> >> endobj -2973 0 obj << +3021 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.661 558.383 454.867 571.334] -/A << /S /GoTo /D (page.62) >> +/Rect [245.767 249.249 256.973 262.201] +/A << /S /GoTo /D (page.19) >> >> endobj -2974 0 obj << +3022 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 558.383 469.71 571.334] -/A << /S /GoTo /D (page.63) >> +/Rect [245.767 238.12 256.973 251.072] +/A << /S /GoTo /D (page.19) >> >> endobj -2975 0 obj << +3023 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 558.383 484.554 571.334] -/A << /S /GoTo /D (page.65) >> +/Rect [230.924 226.991 242.13 239.943] +/A << /S /GoTo /D (page.18) >> >> endobj -2976 0 obj << +3024 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 558.383 499.397 571.334] -/A << /S /GoTo /D (page.66) >> +/Rect [245.767 226.991 256.973 239.943] +/A << /S /GoTo /D (page.68) >> >> endobj -2977 0 obj << +3025 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.055 547.282 450.26 560.233] -/A << /S /GoTo /D (page.27) >> +/Rect [245.767 215.862 256.973 228.814] +/A << /S /GoTo /D (page.22) >> >> endobj -2978 0 obj << +3026 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 547.282 465.104 560.233] -/A << /S /GoTo /D (page.62) >> +/Rect [220.687 204.733 227.286 217.685] +/A << /S /GoTo /D (page.7) >> >> endobj -2979 0 obj << +3027 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 547.282 479.947 560.233] -/A << /S /GoTo /D (page.65) >> +/Rect [230.924 204.733 242.13 217.685] +/A << /S /GoTo /D (page.13) >> >> endobj -2980 0 obj << +3028 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 547.282 499.397 560.233] -/A << /S /GoTo /D (page.166) >> +/Rect [245.767 204.733 256.973 217.685] +/A << /S /GoTo /D (page.22) >> >> endobj -2981 0 obj << +3029 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 536.18 465.104 549.132] -/A << /S /GoTo /D (page.27) >> +/Rect [220.687 193.604 227.286 206.556] +/A << /S /GoTo /D (page.7) >> >> endobj -2982 0 obj << +3030 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 536.18 479.947 549.132] -/A << /S /GoTo /D (page.66) >> +/Rect [230.924 193.604 242.13 206.556] +/A << /S /GoTo /D (page.13) >> >> endobj -2983 0 obj << +3031 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 536.18 499.397 549.132] -/A << /S /GoTo /D (page.166) >> +/Rect [245.767 193.604 256.973 206.556] +/A << /S /GoTo /D (page.22) >> >> endobj -2984 0 obj << +3032 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 525.079 484.554 538.031] -/A << /S /GoTo /D (page.26) >> +/Rect [228.264 182.475 239.47 195.427] +/A << /S /GoTo /D (page.20) >> >> endobj -2985 0 obj << +3033 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 525.079 499.397 538.031] -/A << /S /GoTo /D (page.46) >> +/Rect [173.619 173.061 184.825 182.563] +/A << /S /GoTo /D (page.47) >> >> endobj -2986 0 obj << +3034 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 513.978 499.397 526.929] -/A << /S /GoTo /D (page.26) >> +/Rect [191.834 173.061 203.04 182.563] +/A << /S /GoTo /D (page.50) >> >> endobj -2987 0 obj << +3035 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 502.877 499.397 515.828] -/A << /S /GoTo /D (page.26) >> +/Rect [210.049 173.061 221.255 182.563] +/A << /S /GoTo /D (page.51) >> >> endobj -2988 0 obj << +3036 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 491.776 499.397 504.727] -/A << /S /GoTo /D (page.26) >> +/Rect [228.264 173.061 239.47 182.563] +/A << /S /GoTo /D (page.71) >> >> endobj -2989 0 obj << +3037 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 480.674 484.554 493.626] -/A << /S /GoTo /D (page.25) >> +/Rect [173.619 162.102 184.825 171.604] +/A << /S /GoTo /D (page.72) >> >> endobj -2990 0 obj << +3038 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 480.674 499.397 493.626] -/A << /S /GoTo /D (page.72) >> +/Rect [189.353 162.102 200.558 171.604] +/A << /S /GoTo /D (page.90) >> >> endobj -2991 0 obj << +3039 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 469.573 499.397 482.525] -/A << /S /GoTo /D (page.29) >> +/Rect [205.087 162.102 216.292 171.604] +/A << /S /GoTo /D (page.91) >> >> endobj -2992 0 obj << +3040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.111 458.472 469.71 471.423] -/A << /S /GoTo /D (page.7) >> +/Rect [220.82 162.102 236.633 171.604] +/A << /S /GoTo /D (page.128) >> >> endobj -2993 0 obj << +3041 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 458.472 484.554 471.423] -/A << /S /GoTo /D (page.13) >> +/Rect [241.161 162.102 256.973 171.604] +/A << /S /GoTo /D (page.129) >> >> endobj -2994 0 obj << +3042 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 458.472 499.397 471.423] -/A << /S /GoTo /D (page.29) >> +/Rect [230.924 149.429 242.13 162.38] +/A << /S /GoTo /D (page.47) >> >> endobj -2995 0 obj << +3043 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.111 447.371 469.71 460.322] -/A << /S /GoTo /D (page.7) >> +/Rect [245.767 149.429 256.973 162.38] +/A << /S /GoTo /D (page.49) >> >> endobj -2996 0 obj << +3044 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 447.371 484.554 460.322] -/A << /S /GoTo /D (page.13) >> +/Rect [245.767 138.3 256.973 151.251] +/A << /S /GoTo /D (page.21) >> >> endobj -2997 0 obj << +3045 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 447.371 499.397 460.322] -/A << /S /GoTo /D (page.29) >> +/Rect [231.947 127.171 243.153 140.122] +/A << /S /GoTo /D (page.47) >> >> endobj -2998 0 obj << +3046 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.158 425.31 437.364 438.262] -/A << /S /GoTo /D (page.27) >> +/Rect [245.767 127.171 256.973 140.122] +/A << /S /GoTo /D (page.50) >> >> endobj -2999 0 obj << +3047 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.001 425.31 452.207 438.262] -/A << /S /GoTo /D (page.54) >> +/Rect [216.08 116.042 227.286 128.993] +/A << /S /GoTo /D (page.18) >> >> endobj -3000 0 obj << +3048 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 425.31 467.051 438.262] -/A << /S /GoTo /D (page.57) >> +/Rect [230.924 116.042 242.13 128.993] +/A << /S /GoTo /D (page.68) >> >> endobj -3001 0 obj << +3049 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 425.31 481.894 438.262] -/A << /S /GoTo /D (page.58) >> +/Rect [245.767 116.042 256.973 128.993] +/A << /S /GoTo /D (page.80) >> >> endobj -3002 0 obj << +3050 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 415.896 427.249 425.398] -/A << /S /GoTo /D (page.75) >> +/Rect [337.292 701.845 348.498 714.796] +/A << /S /GoTo /D (page.21) >> >> endobj -3003 0 obj << +3051 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.777 415.896 442.983 425.398] -/A << /S /GoTo /D (page.76) >> +/Rect [352.136 701.845 363.342 714.796] +/A << /S /GoTo /D (page.45) >> >> endobj -3004 0 obj << +3052 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [447.511 415.896 458.716 425.398] -/A << /S /GoTo /D (page.94) >> +/Rect [366.979 701.845 378.185 714.796] +/A << /S /GoTo /D (page.51) >> >> endobj -3005 0 obj << +3053 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [463.245 415.896 479.057 425.398] -/A << /S /GoTo /D (page.131) >> +/Rect [349.476 690.716 360.682 703.667] +/A << /S /GoTo /D (page.16) >> >> endobj -3006 0 obj << +3054 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 415.896 499.397 425.398] -/A << /S /GoTo /D (page.132) >> +/Rect [294.831 681.302 306.037 690.803] +/A << /S /GoTo /D (page.21) >> >> endobj -3007 0 obj << +3055 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 403.25 484.554 416.202] -/A << /S /GoTo /D (page.54) >> +/Rect [314.274 681.302 325.48 690.803] +/A << /S /GoTo /D (page.45) >> >> endobj -3008 0 obj << +3056 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 403.25 499.397 416.202] -/A << /S /GoTo /D (page.56) >> +/Rect [328.094 681.302 339.299 690.803] +/A << /S /GoTo /D (page.47) >> >> endobj -3009 0 obj << +3057 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [474.372 392.149 485.577 405.101] -/A << /S /GoTo /D (page.54) >> +/Rect [347.537 681.302 358.742 690.803] +/A << /S /GoTo /D (page.49) >> >> endobj -3010 0 obj << +3058 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 392.149 499.397 405.101] -/A << /S /GoTo /D (page.57) >> +/Rect [366.979 681.302 378.185 690.803] +/A << /S /GoTo /D (page.50) >> >> endobj -3011 0 obj << +3059 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.661 381.048 454.867 393.999] -/A << /S /GoTo /D (page.19) >> +/Rect [349.476 668.628 360.682 681.579] +/A << /S /GoTo /D (page.16) >> >> endobj -3012 0 obj << +3060 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 381.048 469.71 393.999] -/A << /S /GoTo /D (page.25) >> +/Rect [294.831 659.214 306.037 668.715] +/A << /S /GoTo /D (page.21) >> >> endobj -3013 0 obj << +3061 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 381.048 484.554 393.999] -/A << /S /GoTo /D (page.73) >> +/Rect [314.274 659.214 325.48 668.715] +/A << /S /GoTo /D (page.45) >> >> endobj -3014 0 obj << +3062 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 381.048 499.397 393.999] -/A << /S /GoTo /D (page.84) >> +/Rect [328.094 659.214 339.299 668.715] +/A << /S /GoTo /D (page.47) >> >> endobj -3015 0 obj << +3063 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 369.947 469.71 382.898] -/A << /S /GoTo /D (page.28) >> +/Rect [347.537 659.214 358.742 668.715] +/A << /S /GoTo /D (page.49) >> >> endobj -3016 0 obj << +3064 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 369.947 484.554 382.898] -/A << /S /GoTo /D (page.52) >> +/Rect [366.979 659.214 378.185 668.715] +/A << /S /GoTo /D (page.50) >> >> endobj -3017 0 obj << +3065 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 369.947 499.397 382.898] -/A << /S /GoTo /D (page.58) >> +/Rect [334.633 646.54 345.838 659.492] +/A << /S /GoTo /D (page.20) >> >> endobj -3018 0 obj << +3066 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 358.845 481.894 371.797] -/A << /S /GoTo /D (page.15) >> +/Rect [349.476 646.54 360.682 659.492] +/A << /S /GoTo /D (page.39) >> >> endobj -3019 0 obj << +3067 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 349.431 427.249 358.933] -/A << /S /GoTo /D (page.28) >> +/Rect [294.831 637.126 306.037 646.627] +/A << /S /GoTo /D (page.55) >> >> endobj -3020 0 obj << +3068 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.486 349.431 446.692 358.933] -/A << /S /GoTo /D (page.52) >> +/Rect [311.716 637.126 322.922 646.627] +/A << /S /GoTo /D (page.58) >> >> endobj -3021 0 obj << +3069 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.306 349.431 460.512 358.933] -/A << /S /GoTo /D (page.54) >> +/Rect [328.602 637.126 339.808 646.627] +/A << /S /GoTo /D (page.60) >> >> endobj -3022 0 obj << +3070 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.749 349.431 479.954 358.933] -/A << /S /GoTo /D (page.56) >> +/Rect [345.487 637.126 356.693 646.627] +/A << /S /GoTo /D (page.69) >> >> endobj -3023 0 obj << +3071 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 349.431 499.397 358.933] -/A << /S /GoTo /D (page.57) >> +/Rect [362.373 637.126 378.185 646.627] +/A << /S /GoTo /D (page.163) >> >> endobj -3024 0 obj << +3072 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 336.785 467.051 349.737] -/A << /S /GoTo /D (page.15) >> +/Rect [337.292 624.452 348.498 637.404] +/A << /S /GoTo /D (page.18) >> >> endobj -3025 0 obj << +3073 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 336.785 481.894 349.737] -/A << /S /GoTo /D (page.16) >> +/Rect [352.136 624.452 363.342 637.404] +/A << /S /GoTo /D (page.39) >> >> endobj -3026 0 obj << +3074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 327.371 427.249 336.872] -/A << /S /GoTo /D (page.28) >> +/Rect [366.979 624.452 378.185 637.404] +/A << /S /GoTo /D (page.68) >> >> endobj -3027 0 obj << +3075 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.486 327.371 446.692 336.872] -/A << /S /GoTo /D (page.52) >> +/Rect [366.979 613.323 378.185 626.275] +/A << /S /GoTo /D (page.68) >> >> endobj -3028 0 obj << +3076 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.306 327.371 460.512 336.872] -/A << /S /GoTo /D (page.54) >> +/Rect [366.979 602.194 378.185 615.146] +/A << /S /GoTo /D (page.72) >> >> endobj -3029 0 obj << +3077 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.749 327.371 479.954 336.872] -/A << /S /GoTo /D (page.56) >> +/Rect [315.183 591.065 321.782 604.017] +/A << /S /GoTo /D (page.8) >> >> endobj -3030 0 obj << +3078 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 327.371 499.397 336.872] -/A << /S /GoTo /D (page.57) >> +/Rect [325.42 591.065 332.019 604.017] +/A << /S /GoTo /D (page.9) >> >> endobj -3031 0 obj << +3079 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 314.725 481.894 327.677] -/A << /S /GoTo /D (page.19) >> +/Rect [335.656 591.065 346.862 604.017] +/A << /S /GoTo /D (page.12) >> >> endobj -3032 0 obj << +3080 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 305.311 427.249 314.812] -/A << /S /GoTo /D (page.27) >> +/Rect [349.476 591.065 360.682 604.017] +/A << /S /GoTo /D (page.14) >> >> endobj -3033 0 obj << +3081 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.929 305.311 444.134 314.812] -/A << /S /GoTo /D (page.46) >> +/Rect [294.831 581.651 306.037 591.152] +/A << /S /GoTo /D (page.21) >> >> endobj -3034 0 obj << +3082 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.814 305.311 461.02 314.812] -/A << /S /GoTo /D (page.60) >> +/Rect [312.868 581.651 324.074 591.152] +/A << /S /GoTo /D (page.23) >> >> endobj -3035 0 obj << +3083 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [466.699 305.311 477.905 314.812] -/A << /S /GoTo /D (page.73) >> +/Rect [330.905 581.651 342.111 591.152] +/A << /S /GoTo /D (page.40) >> >> endobj -3036 0 obj << +3084 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 305.311 499.397 314.812] -/A << /S /GoTo /D (page.166) >> +/Rect [348.942 581.651 360.148 591.152] +/A << /S /GoTo /D (page.44) >> >> endobj -3037 0 obj << +3085 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [428.818 292.665 440.023 305.616] -/A << /S /GoTo /D (page.18) >> +/Rect [366.979 581.651 378.185 591.152] +/A << /S /GoTo /D (page.74) >> >> endobj -3038 0 obj << +3086 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.661 292.665 454.867 305.616] -/A << /S /GoTo /D (page.20) >> +/Rect [352.136 568.977 363.342 581.929] +/A << /S /GoTo /D (page.11) >> >> endobj -3039 0 obj << +3087 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [458.505 292.665 469.71 305.616] -/A << /S /GoTo /D (page.25) >> +/Rect [366.979 568.977 378.185 581.929] +/A << /S /GoTo /D (page.76) >> >> endobj -3040 0 obj << +3088 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 292.665 484.554 305.616] -/A << /S /GoTo /D (page.46) >> +/Rect [366.979 557.848 378.185 570.8] +/A << /S /GoTo /D (page.92) >> >> endobj -3041 0 obj << +3089 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 292.665 499.397 305.616] -/A << /S /GoTo /D (page.72) >> +/Rect [352.136 546.719 363.342 559.671] +/A << /S /GoTo /D (page.80) >> >> endobj -3042 0 obj << +3090 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 281.564 499.397 294.515] -/A << /S /GoTo /D (page.72) >> +/Rect [366.979 546.719 378.185 559.671] +/A << /S /GoTo /D (page.81) >> >> endobj -3043 0 obj << +3091 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 270.463 499.397 283.414] -/A << /S /GoTo /D (page.77) >> +/Rect [366.979 535.59 378.185 548.542] +/A << /S /GoTo /D (page.91) >> >> endobj -3044 0 obj << +3092 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.632 259.361 453.231 272.313] -/A << /S /GoTo /D (page.9) >> +/Rect [319.596 513.502 330.801 526.454] +/A << /S /GoTo /D (page.17) >> >> endobj -3045 0 obj << +3093 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.869 259.361 468.074 272.313] -/A << /S /GoTo /D (page.12) >> +/Rect [334.439 513.502 345.645 526.454] +/A << /S /GoTo /D (page.22) >> >> endobj -3046 0 obj << +3094 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 259.361 481.894 272.313] -/A << /S /GoTo /D (page.14) >> +/Rect [349.283 513.502 360.682 526.454] +/A << /S /GoTo /D (page.39) >> >> endobj -3047 0 obj << +3095 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 249.947 427.249 259.449] -/A << /S /GoTo /D (page.28) >> +/Rect [294.831 504.088 306.037 513.59] +/A << /S /GoTo /D (page.70) >> >> endobj -3048 0 obj << +3096 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.08 249.947 445.286 259.449] -/A << /S /GoTo /D (page.30) >> +/Rect [313.046 504.088 324.252 513.59] +/A << /S /GoTo /D (page.80) >> >> endobj -3049 0 obj << +3097 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.117 249.947 463.323 259.449] -/A << /S /GoTo /D (page.47) >> +/Rect [331.261 504.088 342.467 513.59] +/A << /S /GoTo /D (page.89) >> >> endobj -3050 0 obj << +3098 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.154 249.947 481.36 259.449] -/A << /S /GoTo /D (page.51) >> +/Rect [349.476 504.088 360.682 513.59] +/A << /S /GoTo /D (page.90) >> >> endobj -3051 0 obj << +3099 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 249.947 499.397 259.449] -/A << /S /GoTo /D (page.78) >> +/Rect [294.831 493.129 310.643 502.631] +/A << /S /GoTo /D (page.138) >> >> endobj -3052 0 obj << +3100 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [473.348 237.301 484.554 250.253] -/A << /S /GoTo /D (page.11) >> +/Rect [317.345 493.129 333.157 502.631] +/A << /S /GoTo /D (page.141) >> >> endobj -3053 0 obj << +3101 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 237.301 499.397 250.253] -/A << /S /GoTo /D (page.80) >> +/Rect [339.859 493.129 355.671 502.631] +/A << /S /GoTo /D (page.143) >> >> endobj -3054 0 obj << +3102 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 226.2 499.397 239.151] -/A << /S /GoTo /D (page.96) >> +/Rect [362.373 493.129 378.185 502.631] +/A << /S /GoTo /D (page.164) >> >> endobj -3055 0 obj << +3103 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 215.099 499.397 228.05] -/A << /S /GoTo /D (page.84) >> +/Rect [349.476 480.456 360.682 493.407] +/A << /S /GoTo /D (page.17) >> >> endobj -3056 0 obj << +3104 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 203.998 499.397 216.949] -/A << /S /GoTo /D (page.95) >> +/Rect [294.831 471.041 306.037 480.543] +/A << /S /GoTo /D (page.20) >> >> endobj -3057 0 obj << +3105 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.001 181.937 452.207 194.889] -/A << /S /GoTo /D (page.17) >> +/Rect [312.982 471.041 324.187 480.543] +/A << /S /GoTo /D (page.22) >> >> endobj -3058 0 obj << +3106 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 181.937 467.051 194.889] -/A << /S /GoTo /D (page.18) >> +/Rect [331.132 471.041 342.531 480.543] +/A << /S /GoTo /D (page.39) >> >> endobj -3059 0 obj << +3107 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 181.937 481.894 194.889] -/A << /S /GoTo /D (page.29) >> +/Rect [349.476 471.041 360.682 480.543] +/A << /S /GoTo /D (page.53) >> >> endobj -3060 0 obj << +3108 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 172.523 427.443 182.025] -/A << /S /GoTo /D (page.46) >> +/Rect [294.831 460.082 306.037 469.584] +/A << /S /GoTo /D (page.55) >> >> endobj -3061 0 obj << +3109 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.387 172.523 445.593 182.025] -/A << /S /GoTo /D (page.83) >> +/Rect [311.511 460.082 322.716 469.584] +/A << /S /GoTo /D (page.80) >> >> endobj -3062 0 obj << +3110 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.538 172.523 463.744 182.025] -/A << /S /GoTo /D (page.92) >> +/Rect [328.19 460.082 339.396 469.584] +/A << /S /GoTo /D (page.89) >> >> endobj -3063 0 obj << +3111 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 172.523 481.894 182.025] -/A << /S /GoTo /D (page.94) >> +/Rect [344.87 460.082 360.682 469.584] +/A << /S /GoTo /D (page.138) >> >> endobj -3064 0 obj << +3112 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 161.564 431.855 171.066] -/A << /S /GoTo /D (page.142) >> +/Rect [294.831 449.124 310.643 458.625] +/A << /S /GoTo /D (page.141) >> >> endobj -3065 0 obj << +3113 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 161.564 454.369 171.066] -/A << /S /GoTo /D (page.145) >> +/Rect [313.257 449.124 329.07 458.625] +/A << /S /GoTo /D (page.143) >> >> endobj -3066 0 obj << +3114 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 161.564 476.883 171.066] -/A << /S /GoTo /D (page.147) >> +/Rect [337.815 449.124 353.627 458.625] +/A << /S /GoTo /D (page.164) >> >> endobj -3067 0 obj << +3115 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 161.564 499.397 171.066] -/A << /S /GoTo /D (page.168) >> +/Rect [362.373 449.124 378.185 458.625] +/A << /S /GoTo /D (page.165) >> >> endobj -3068 0 obj << +3116 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [425.964 137.959 437.17 150.911] -/A << /S /GoTo /D (page.17) >> +/Rect [347.529 414.362 358.735 427.313] +/A << /S /GoTo /D (page.40) >> >> endobj -3069 0 obj << +3117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.808 137.959 452.013 150.911] -/A << /S /GoTo /D (page.27) >> +/Rect [362.373 414.362 378.185 427.313] +/A << /S /GoTo /D (page.144) >> >> endobj -3070 0 obj << +3118 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.651 137.959 466.857 150.911] -/A << /S /GoTo /D (page.29) >> +/Rect [347.529 392.274 358.735 405.226] +/A << /S /GoTo /D (page.39) >> >> endobj -3071 0 obj << +3119 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.495 137.959 481.894 150.911] -/A << /S /GoTo /D (page.46) >> +/Rect [362.373 392.274 378.185 405.226] +/A << /S /GoTo /D (page.143) >> >> endobj -3072 0 obj << +3120 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 128.545 427.249 138.047] -/A << /S /GoTo /D (page.60) >> +/Rect [303.106 381.145 314.312 394.097] +/A << /S /GoTo /D (page.20) >> >> endobj -3073 0 obj << +3121 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 128.545 445.464 138.047] -/A << /S /GoTo /D (page.62) >> +/Rect [317.923 381.145 329.129 394.097] +/A << /S /GoTo /D (page.39) >> >> endobj -3074 0 obj << +3122 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 128.545 463.679 138.047] -/A << /S /GoTo /D (page.83) >> +/Rect [332.739 381.145 343.945 394.097] +/A << /S /GoTo /D (page.53) >> >> endobj -3075 0 obj << +3123 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 128.545 481.894 138.047] -/A << /S /GoTo /D (page.93) >> +/Rect [347.556 381.145 358.762 394.097] +/A << /S /GoTo /D (page.55) >> >> endobj -3076 0 obj << +3124 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 117.586 431.855 127.088] -/A << /S /GoTo /D (page.142) >> +/Rect [362.373 381.145 378.185 394.097] +/A << /S /GoTo /D (page.143) >> >> endobj -3077 0 obj << +3125 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 117.586 454.369 127.088] -/A << /S /GoTo /D (page.145) >> +/Rect [347.529 370.016 358.735 382.968] +/A << /S /GoTo /D (page.39) >> >> endobj -3078 0 obj << +3126 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 117.586 476.883 127.088] -/A << /S /GoTo /D (page.147) >> +/Rect [362.373 370.016 378.185 382.968] +/A << /S /GoTo /D (page.143) >> >> endobj -3079 0 obj << +3127 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 117.586 499.397 127.088] -/A << /S /GoTo /D (page.168) >> ->> endobj -3094 0 obj << -/D [3092 0 R /XYZ 143.727 753.953 null] ->> endobj -3091 0 obj << -/Font << /F47 1769 0 R /F46 538 0 R /F50 1770 0 R /F49 1768 0 R /F51 1771 0 R /F17 428 0 R >> -/ProcSet [ /PDF /Text ] ->> endobj -3222 0 obj << -/Length 1979 -/Filter /FlateDecode ->> -stream -x[IoFWHtM-@ˌ-D"J>.EjP$#pOqhdpUjS0II<lfHxi -G`HR, FF4o+io K‘p&bIMgu^Xq̏{ -RqrUX{4$]mԯ<^ KGbAj8IdԂTbF?=蔑C.Xa8O 5((9lbǫ;P(1GRޘ { C5w C RX_K2K^EӍh)W.DafغdmEUƽ" 29"JIb+0q5)̱NiQFKFg“-`)s; 0< yARtpo?V]K)#Ui_BSX -e33Z2!M[ERY$ua&V1cCp%`pjn׬?ӂmuX^۲}1Zhq(-81iBq -KDySwSX%n":BsL׭C"֢:l5T[!_t)×{t^ZB϶7TЅ 93WY[/W\䡟q:͕,i,#uMN(z}?u_.LqW:,lHWW[^sz90-N,JMTķ_[ef$ 9N]-3Hs,o %5o=0ػF-QKdE+Ć@b|Q|Q~T8>Th]nI97vUռ^[$FVU m9Z9q5.J#sVѼڊ)Igz|))86SbWi -bApƍú<@Y%MJJP5?}&#QkSӖuWd2^5&Z.) hsG1%q -e??IYuxn=A{N{2f| ~ Iyըgs:maYsf>٠#15 d@A> >> endobj -3080 0 obj << +3128 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 679.927 237.523 692.879] -/A << /S /GoTo /D (page.47) >> +/Rect [362.373 358.887 378.185 371.839] +/A << /S /GoTo /D (page.143) >> >> endobj -3081 0 obj << +3129 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 679.927 256.973 692.879] -/A << /S /GoTo /D (page.147) >> +/Rect [313.236 347.758 324.442 360.71] +/A << /S /GoTo /D (page.39) >> >> endobj -3082 0 obj << +3130 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 658.009 237.523 670.961] -/A << /S /GoTo /D (page.46) >> +/Rect [328.079 347.758 339.285 360.71] +/A << /S /GoTo /D (page.70) >> >> endobj -3083 0 obj << +3131 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.147) >> +/Rect [342.923 347.758 358.735 360.71] +/A << /S /GoTo /D (page.141) >> >> endobj -3084 0 obj << +3132 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.894 647.05 193.1 660.002] -/A << /S /GoTo /D (page.27) >> +/Rect [362.373 347.758 378.185 360.71] +/A << /S /GoTo /D (page.143) >> >> endobj -3085 0 obj << +3133 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [196.711 647.05 207.916 660.002] -/A << /S /GoTo /D (page.46) >> +/Rect [366.979 336.629 378.185 349.581] +/A << /S /GoTo /D (page.71) >> >> endobj -3086 0 obj << +3134 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [211.527 647.05 222.733 660.002] -/A << /S /GoTo /D (page.60) >> +/Rect [352.136 304.068 363.342 317.02] +/A << /S /GoTo /D (page.46) >> >> endobj -3087 0 obj << +3135 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.344 647.05 237.55 660.002] -/A << /S /GoTo /D (page.62) >> +/Rect [366.979 304.068 378.185 317.02] +/A << /S /GoTo /D (page.50) >> >> endobj -3088 0 obj << +3136 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.147) >> +/Rect [362.373 292.939 378.185 305.891] +/A << /S /GoTo /D (page.132) >> >> endobj -3089 0 obj << +3137 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 636.091 237.523 649.043] -/A << /S /GoTo /D (page.46) >> +/Rect [352.136 281.81 363.342 294.762] +/A << /S /GoTo /D (page.85) >> >> endobj -3090 0 obj << +3138 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.147) >> +/Rect [366.979 281.81 378.185 294.762] +/A << /S /GoTo /D (page.86) >> >> endobj -3095 0 obj << +3139 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [226.317 625.133 237.523 638.084] -/A << /S /GoTo /D (page.46) >> +/Rect [366.979 249.249 378.185 262.201] +/A << /S /GoTo /D (page.72) >> >> endobj -3096 0 obj << +3140 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 625.133 256.973 638.084] -/A << /S /GoTo /D (page.147) >> +/Rect [366.979 238.12 378.185 251.072] +/A << /S /GoTo /D (page.68) >> >> endobj -3097 0 obj << +3141 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.024 614.174 203.229 627.125] -/A << /S /GoTo /D (page.46) >> +/Rect [366.979 226.991 378.185 239.943] +/A << /S /GoTo /D (page.92) >> >> endobj -3098 0 obj << +3142 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.867 614.174 218.073 627.125] -/A << /S /GoTo /D (page.75) >> +/Rect [352.136 215.862 363.342 228.814] +/A << /S /GoTo /D (page.37) >> >> endobj -3099 0 obj << +3143 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.711 614.174 237.523 627.125] -/A << /S /GoTo /D (page.145) >> +/Rect [366.979 215.862 378.185 228.814] +/A << /S /GoTo /D (page.76) >> >> endobj -3100 0 obj << +3144 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.147) >> +/Rect [366.979 204.733 378.185 217.685] +/A << /S /GoTo /D (page.43) >> >> endobj -3101 0 obj << +3145 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 603.215 256.973 616.166] -/A << /S /GoTo /D (page.75) >> +/Rect [366.979 193.604 378.185 206.556] +/A << /S /GoTo /D (page.43) >> >> endobj -3102 0 obj << +3146 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 571.334 242.13 584.286] -/A << /S /GoTo /D (page.53) >> +/Rect [362.373 182.475 378.185 195.427] +/A << /S /GoTo /D (page.146) >> >> endobj -3103 0 obj << +3147 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 571.334 256.973 584.286] -/A << /S /GoTo /D (page.57) >> +/Rect [351.942 160.388 363.342 173.339] +/A << /S /GoTo /D (page.19) >> >> endobj -3104 0 obj << +3148 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 560.375 256.973 573.327] -/A << /S /GoTo /D (page.136) >> +/Rect [366.979 160.388 378.185 173.339] +/A << /S /GoTo /D (page.80) >> >> endobj -3105 0 obj << +3149 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 549.417 256.973 562.368] -/A << /S /GoTo /D (page.89) >> +/Rect [322.255 138.3 333.461 151.251] +/A << /S /GoTo /D (page.14) >> >> endobj -3106 0 obj << +3150 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 517.536 256.973 530.487] -/A << /S /GoTo /D (page.76) >> +/Rect [337.099 138.3 348.498 151.251] +/A << /S /GoTo /D (page.22) >> >> endobj -3107 0 obj << +3151 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 506.577 256.973 519.529] -/A << /S /GoTo /D (page.73) >> +/Rect [352.136 138.3 363.342 151.251] +/A << /S /GoTo /D (page.77) >> >> endobj -3108 0 obj << +3152 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 495.618 256.973 508.57] -/A << /S /GoTo /D (page.96) >> +/Rect [366.979 138.3 378.185 151.251] +/A << /S /GoTo /D (page.78) >> >> endobj -3109 0 obj << +3153 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [216.08 484.659 227.286 497.611] -/A << /S /GoTo /D (page.23) >> +/Rect [366.979 127.171 378.185 140.122] +/A << /S /GoTo /D (page.73) >> >> endobj -3110 0 obj << +3154 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 484.659 242.13 497.611] -/A << /S /GoTo /D (page.44) >> +/Rect [366.979 116.042 378.185 128.993] +/A << /S /GoTo /D (page.73) >> >> endobj -3111 0 obj << +3155 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 484.659 256.973 497.611] -/A << /S /GoTo /D (page.80) >> +/Rect [473.348 701.845 484.554 714.796] +/A << /S /GoTo /D (page.50) >> >> endobj -3112 0 obj << +3156 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 473.7 256.973 486.652] -/A << /S /GoTo /D (page.50) >> +/Rect [488.192 701.845 499.397 714.796] +/A << /S /GoTo /D (page.73) >> >> endobj -3113 0 obj << +3157 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 462.742 256.973 475.693] -/A << /S /GoTo /D (page.50) >> +/Rect [488.192 690.747 499.397 703.698] +/A << /S /GoTo /D (page.91) >> >> endobj -3114 0 obj << +3158 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 451.783 256.973 464.734] -/A << /S /GoTo /D (page.150) >> +/Rect [488.192 679.649 499.397 692.601] +/A << /S /GoTo /D (page.69) >> >> endobj -3115 0 obj << +3159 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 429.865 242.13 442.816] -/A << /S /GoTo /D (page.26) >> +/Rect [483.585 668.551 499.397 681.503] +/A << /S /GoTo /D (page.190) >> >> endobj -3116 0 obj << +3160 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 429.865 256.973 442.816] -/A << /S /GoTo /D (page.84) >> +/Rect [483.585 657.453 499.397 670.405] +/A << /S /GoTo /D (page.169) >> >> endobj -3117 0 obj << +3161 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [215.887 418.906 227.092 431.857] -/A << /S /GoTo /D (page.14) >> +/Rect [483.585 646.355 499.397 659.307] +/A << /S /GoTo /D (page.190) >> >> endobj -3118 0 obj << +3162 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.73 418.906 242.13 431.857] -/A << /S /GoTo /D (page.29) >> +/Rect [483.585 635.257 499.397 648.209] +/A << /S /GoTo /D (page.179) >> >> endobj -3119 0 obj << +3163 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 418.906 256.973 431.857] -/A << /S /GoTo /D (page.81) >> +/Rect [483.585 624.159 499.397 637.111] +/A << /S /GoTo /D (page.180) >> >> endobj -3120 0 obj << +3164 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 407.947 256.973 420.898] -/A << /S /GoTo /D (page.77) >> +/Rect [483.585 613.062 499.397 626.013] +/A << /S /GoTo /D (page.181) >> >> endobj -3121 0 obj << +3165 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 396.988 256.973 409.94] -/A << /S /GoTo /D (page.77) >> +/Rect [483.585 601.964 499.397 614.915] +/A << /S /GoTo /D (page.181) >> >> endobj -3122 0 obj << +3166 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [230.924 386.029 242.13 398.981] -/A << /S /GoTo /D (page.57) >> +/Rect [483.585 579.907 499.397 592.858] +/A << /S /GoTo /D (page.181) >> >> endobj -3123 0 obj << +3167 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 386.029 256.973 398.981] -/A << /S /GoTo /D (page.77) >> +/Rect [483.585 568.809 499.397 581.76] +/A << /S /GoTo /D (page.181) >> >> endobj -3124 0 obj << +3168 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 375.07 256.973 388.022] -/A << /S /GoTo /D (page.95) >> +/Rect [483.585 557.711 499.397 570.662] +/A << /S /GoTo /D (page.182) >> >> endobj -3125 0 obj << +3169 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [245.767 364.111 256.973 377.063] -/A << /S /GoTo /D (page.73) >> +/Rect [483.585 546.613 499.397 559.565] +/A << /S /GoTo /D (page.182) >> >> endobj -3126 0 obj << +3170 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [241.161 353.153 256.973 366.104] -/A << /S /GoTo /D (page.184) >> +/Rect [483.585 524.556 499.397 537.508] +/A << /S /GoTo /D (page.183) >> >> endobj -3127 0 obj << +3171 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.172) >> +/Rect [483.585 513.458 499.397 526.41] +/A << /S /GoTo /D (page.179) >> >> endobj -3128 0 obj << +3172 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.184) >> +/Rect [483.585 502.36 499.397 515.312] +/A << /S /GoTo /D (page.180) >> >> endobj -3129 0 obj << +3173 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 679.927 378.185 692.879] -/A << /S /GoTo /D (page.178) >> +/Rect [483.585 491.263 499.397 504.214] +/A << /S /GoTo /D (page.180) >> >> endobj -3130 0 obj << +3174 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 668.968 378.185 681.92] -/A << /S /GoTo /D (page.179) >> +/Rect [483.585 480.165 499.397 493.116] +/A << /S /GoTo /D (page.185) >> >> endobj -3131 0 obj << +3175 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 658.009 378.185 670.961] -/A << /S /GoTo /D (page.179) >> +/Rect [483.585 469.067 499.397 482.018] +/A << /S /GoTo /D (page.186) >> >> endobj -3132 0 obj << +3176 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 647.05 378.185 660.002] -/A << /S /GoTo /D (page.180) >> +/Rect [483.585 447.01 499.397 459.961] +/A << /S /GoTo /D (page.186) >> >> endobj -3133 0 obj << +3177 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 625.133 378.185 638.084] -/A << /S /GoTo /D (page.180) >> +/Rect [483.585 424.953 499.397 437.904] +/A << /S /GoTo /D (page.187) >> >> endobj -3134 0 obj << +3178 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 614.174 378.185 627.125] -/A << /S /GoTo /D (page.180) >> +/Rect [483.585 413.855 499.397 426.807] +/A << /S /GoTo /D (page.185) >> >> endobj -3135 0 obj << +3179 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 603.215 378.185 616.166] -/A << /S /GoTo /D (page.181) >> +/Rect [483.585 402.757 499.397 415.709] +/A << /S /GoTo /D (page.185) >> >> endobj -3136 0 obj << +3180 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 592.256 378.185 605.207] -/A << /S /GoTo /D (page.181) >> +/Rect [483.585 380.7 499.397 393.652] +/A << /S /GoTo /D (page.186) >> >> endobj -3137 0 obj << +3181 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 570.338 378.185 583.289] -/A << /S /GoTo /D (page.181) >> +/Rect [483.585 358.644 499.397 371.595] +/A << /S /GoTo /D (page.187) >> >> endobj -3138 0 obj << +3182 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 559.379 378.185 572.331] -/A << /S /GoTo /D (page.178) >> +/Rect [455.845 336.587 467.051 349.538] +/A << /S /GoTo /D (page.20) >> >> endobj -3139 0 obj << +3183 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 548.42 378.185 561.372] -/A << /S /GoTo /D (page.178) >> +/Rect [470.688 336.587 481.894 349.538] +/A << /S /GoTo /D (page.59) >> >> endobj -3140 0 obj << +3184 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 537.461 378.185 550.413] -/A << /S /GoTo /D (page.179) >> +/Rect [416.043 327.172 427.249 336.674] +/A << /S /GoTo /D (page.61) >> >> endobj -3141 0 obj << +3185 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [298.392 515.544 309.598 528.495] -/A << /S /GoTo /D (page.27) >> +/Rect [430.625 327.172 441.831 336.674] +/A << /S /GoTo /D (page.70) >> >> endobj -3142 0 obj << +3186 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [313.236 515.544 324.442 528.495] -/A << /S /GoTo /D (page.65) >> +/Rect [445.207 327.172 461.02 336.674] +/A << /S /GoTo /D (page.163) >> >> endobj -3143 0 obj << +3187 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [328.079 515.544 339.285 528.495] -/A << /S /GoTo /D (page.74) >> +/Rect [464.396 327.172 480.209 336.674] +/A << /S /GoTo /D (page.178) >> >> endobj -3144 0 obj << +3188 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.923 515.544 358.735 528.495] -/A << /S /GoTo /D (page.166) >> +/Rect [483.585 327.172 499.397 336.674] +/A << /S /GoTo /D (page.184) >> >> endobj -3145 0 obj << +3189 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.373 515.544 378.185 528.495] -/A << /S /GoTo /D (page.177) >> +/Rect [488.192 314.53 499.397 327.481] +/A << /S /GoTo /D (page.92) >> >> endobj -3146 0 obj << +3190 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 504.585 378.185 517.536] -/A << /S /GoTo /D (page.95) >> +/Rect [473.348 303.432 484.554 316.383] +/A << /S /GoTo /D (page.11) >> >> endobj -3147 0 obj << +3191 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 493.626 363.342 506.577] -/A << /S /GoTo /D (page.11) >> +/Rect [488.192 303.432 499.397 316.383] +/A << /S /GoTo /D (page.76) >> >> endobj -3148 0 obj << +3192 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 493.626 378.185 506.577] -/A << /S /GoTo /D (page.80) >> +/Rect [488.192 292.334 499.397 305.285] +/A << /S /GoTo /D (page.92) >> >> endobj -3149 0 obj << +3193 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 482.667 378.185 495.618] -/A << /S /GoTo /D (page.95) >> +/Rect [488.192 259.898 499.397 272.849] +/A << /S /GoTo /D (page.91) >> >> endobj -3150 0 obj << +3194 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 451.783 378.185 464.734] -/A << /S /GoTo /D (page.95) >> +/Rect [488.192 248.8 499.397 261.751] +/A << /S /GoTo /D (page.30) >> >> endobj -3151 0 obj << +3195 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 440.824 378.185 453.775] -/A << /S /GoTo /D (page.37) >> +/Rect [488.192 237.702 499.397 250.653] +/A << /S /GoTo /D (page.42) >> >> endobj -3152 0 obj << +3196 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 429.865 378.185 442.816] +/Rect [488.192 226.604 499.397 239.555] /A << /S /GoTo /D (page.49) >> >> endobj -3153 0 obj << +3197 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 418.906 378.185 431.857] -/A << /S /GoTo /D (page.56) >> +/Rect [488.192 215.506 499.397 228.457] +/A << /S /GoTo /D (page.50) >> >> endobj -3154 0 obj << +3198 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 407.947 378.185 420.898] -/A << /S /GoTo /D (page.57) >> +/Rect [468.257 193.449 479.657 206.4] +/A << /S /GoTo /D (page.63) >> >> endobj -3155 0 obj << +3199 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [347.045 386.029 358.445 398.981] -/A << /S /GoTo /D (page.67) >> +/Rect [483.294 193.449 499.397 206.4] +/A << /S /GoTo /D (page.144) >> >> endobj -3156 0 obj << +3200 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.082 386.029 378.185 398.981] -/A << /S /GoTo /D (page.148) >> +/Rect [488.192 182.351 499.397 195.303] +/A << /S /GoTo /D (page.42) >> >> endobj -3157 0 obj << +3201 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 375.07 378.185 388.022] -/A << /S /GoTo /D (page.49) >> +/Rect [488.192 171.253 499.397 184.205] +/A << /S /GoTo /D (page.68) >> >> endobj -3158 0 obj << +3202 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 364.111 378.185 377.063] +/Rect [488.192 160.155 499.397 173.107] /A << /S /GoTo /D (page.72) >> >> endobj -3159 0 obj << +3203 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [366.979 353.153 378.185 366.104] -/A << /S /GoTo /D (page.77) >> +/Rect [445.608 138.098 452.207 151.05] +/A << /S /GoTo /D (page.9) >> >> endobj -3160 0 obj << +3204 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.001 690.886 452.207 703.837] +/Rect [455.845 138.098 467.051 151.05] /A << /S /GoTo /D (page.10) >> >> endobj -3161 0 obj << +3205 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.845 690.886 467.051 703.837] -/A << /S /GoTo /D (page.16) >> +/Rect [470.688 138.098 481.894 151.05] +/A << /S /GoTo /D (page.17) >> >> endobj -3162 0 obj << +3206 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 690.886 481.894 703.837] -/A << /S /GoTo /D (page.18) >> +/Rect [416.043 128.684 427.249 138.186] +/A << /S /GoTo /D (page.68) >> >> endobj -3163 0 obj << +3207 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.72) >> +/Rect [430.879 128.684 442.085 138.186] +/A << /S /GoTo /D (page.77) >> >> endobj -3164 0 obj << +3208 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.879 681.472 442.085 690.973] -/A << /S /GoTo /D (page.80) >> +/Rect [445.716 128.684 461.528 138.186] +/A << /S /GoTo /D (page.202) >> >> endobj -3165 0 obj << +3209 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.716 681.472 461.528 690.973] -/A << /S /GoTo /D (page.196) >> +/Rect [465.159 128.684 480.971 138.186] +/A << /S /GoTo /D (page.207) >> >> endobj -3166 0 obj << +3210 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.159 681.472 480.971 690.973] -/A << /S /GoTo /D (page.201) >> +/Rect [483.585 128.684 499.397 138.186] +/A << /S /GoTo /D (page.210) >> >> endobj -3167 0 obj << +3211 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.204) >> +/Rect [483.585 116.042 499.397 128.993] +/A << /S /GoTo /D (page.191) >> >> endobj -3168 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 668.446 499.397 681.398] -/A << /S /GoTo /D (page.185) >> +3221 0 obj << +/D [3219 0 R /XYZ 144.724 753.953 null] >> endobj -3169 0 obj << +3218 0 obj << +/Font << /F46 505 0 R /F47 1746 0 R /F49 1745 0 R /F51 1748 0 R /F50 1747 0 R /F17 400 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +3267 0 obj << +/Length 754 +/Filter /FlateDecode +>> +stream +xڽWKo@+|\Ke3UH=VH`%EI҆16*~ hgf>C$D$73Q??.f?+8Q1EXa8O-E/6BFHn雨Nt.% ovT]FNFJ;\$-V}ŖnT^˨} ru ϻ0D92H 5?֚zn,W|[yà qAj&TdS10t bT`1DHxn&!@G)f0@2##=ذ`]6NacIFHB4he6Qjt1FQnMb|2J>tc-F[V!Qq͕A;umvgO,[)GOZz"Sw#r&y+UۿP3;P sMSPmk:O;=IQ\=>;MhvW7⫠4#T@Y4a"{\zCqRH?s]@j>-fmϲe +endstream +endobj +3266 0 obj << +/Type /Page +/Contents 3267 0 R +/Resources 3265 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 3269 0 R +/Annots [ 3212 0 R 3213 0 R 3214 0 R 3215 0 R 3216 0 R 3217 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 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 ] +>> endobj +3212 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 656.966 499.397 669.917] -/A << /S /GoTo /D (page.185) >> +/Rect [241.161 701.845 256.973 714.796] +/A << /S /GoTo /D (page.191) >> >> endobj -3170 0 obj << +3213 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 645.485 499.397 658.436] -/A << /S /GoTo /D (page.186) >> +/Rect [241.161 690.886 256.973 703.837] +/A << /S /GoTo /D (page.192) >> >> endobj -3171 0 obj << +3214 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 634.004 499.397 646.955] -/A << /S /GoTo /D (page.186) >> +/Rect [241.161 679.927 256.973 692.879] +/A << /S /GoTo /D (page.192) >> >> endobj -3172 0 obj << +3215 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 622.523 499.397 635.475] -/A << /S /GoTo /D (page.187) >> +/Rect [241.161 668.968 256.973 681.92] +/A << /S /GoTo /D (page.193) >> >> endobj -3173 0 obj << +3216 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 600.084 499.397 613.035] -/A << /S /GoTo /D (page.187) >> +/Rect [241.161 647.05 256.973 660.002] +/A << /S /GoTo /D (page.193) >> >> endobj -3174 0 obj << +3217 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 588.603 499.397 601.554] -/A << /S /GoTo /D (page.96) >> +/Rect [245.767 636.091 256.973 649.043] +/A << /S /GoTo /D (page.92) >> >> endobj -3175 0 obj << +3222 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 543.676 499.397 556.628] -/A << /S /GoTo /D (page.141) >> +/Rect [362.373 701.845 378.185 714.796] +/A << /S /GoTo /D (page.137) >> >> endobj -3176 0 obj << +3223 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 521.236 499.397 534.188] -/A << /S /GoTo /D (page.145) >> +/Rect [362.373 679.927 378.185 692.879] +/A << /S /GoTo /D (page.141) >> >> endobj -3177 0 obj << +3224 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [439.055 509.756 450.26 522.707] -/A << /S /GoTo /D (page.81) >> +/Rect [317.842 668.968 329.048 681.92] +/A << /S /GoTo /D (page.78) >> >> endobj -3178 0 obj << +3225 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.898 509.756 465.104 522.707] -/A << /S /GoTo /D (page.86) >> +/Rect [332.686 668.968 343.892 681.92] +/A << /S /GoTo /D (page.82) >> >> endobj -3179 0 obj << +3226 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 509.756 479.947 522.707] -/A << /S /GoTo /D (page.87) >> +/Rect [347.529 668.968 358.735 681.92] +/A << /S /GoTo /D (page.83) >> >> endobj -3180 0 obj << +3227 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 509.756 499.397 522.707] -/A << /S /GoTo /D (page.136) >> +/Rect [362.373 668.968 378.185 681.92] +/A << /S /GoTo /D (page.132) >> >> endobj -3181 0 obj << +3228 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.158 475.788 432.757 488.739] +/Rect [330.026 640.077 336.625 653.028] /A << /S /GoTo /D (page.3) >> >> endobj -3182 0 obj << +3229 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.395 475.788 442.994 488.739] +/Rect [340.263 640.077 346.862 653.028] /A << /S /GoTo /D (page.8) >> >> endobj -3183 0 obj << +3230 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.632 475.788 453.231 488.739] -/A << /S /GoTo /D (page.9) >> +/Rect [349.476 640.077 360.682 653.028] +/A << /S /GoTo /D (page.10) >> >> endobj -3184 0 obj << +3231 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.869 475.788 468.074 488.739] +/Rect [294.831 630.662 306.037 640.164] /A << /S /GoTo /D (page.12) >> >> endobj -3185 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 475.788 481.894 488.739] -/A << /S /GoTo /D (page.14) >> ->> endobj -3186 0 obj << +3232 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 466.374 427.249 475.875] +/Rect [308.651 630.662 319.857 640.164] /A << /S /GoTo /D (page.16) >> >> endobj -3187 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 466.374 445.464 475.875] -/A << /S /GoTo /D (page.17) >> ->> endobj -3188 0 obj << +3233 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 466.374 463.679 475.875] -/A << /S /GoTo /D (page.20) >> +/Rect [328.04 630.662 339.246 640.164] +/A << /S /GoTo /D (page.18) >> >> endobj -3189 0 obj << +3234 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 466.374 481.894 475.875] -/A << /S /GoTo /D (page.22) >> +/Rect [347.429 630.662 358.635 640.164] +/A << /S /GoTo /D (page.21) >> >> endobj -3190 0 obj << +3235 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 455.415 427.249 464.916] +/Rect [294.831 619.703 306.037 629.205] /A << /S /GoTo /D (page.24) >> >> endobj -3191 0 obj << +3236 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.432 455.415 446.638 464.916] +/Rect [314.22 619.703 325.426 629.205] /A << /S /GoTo /D (page.28) >> >> endobj -3192 0 obj << +3237 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.252 455.415 460.458 464.916] +/Rect [328.04 619.703 339.246 629.205] /A << /S /GoTo /D (page.31) >> >> endobj -3193 0 obj << +3238 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.641 455.415 479.847 464.916] -/A << /S /GoTo /D (page.35) >> +/Rect [347.429 619.703 358.635 629.205] +/A << /S /GoTo /D (page.39) >> >> endobj -3194 0 obj << +3239 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 444.456 427.249 453.957] -/A << /S /GoTo /D (page.38) >> +/Rect [294.831 608.744 306.037 618.246] +/A << /S /GoTo /D (page.44) >> >> endobj -3195 0 obj << +3240 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.456 444.456 447.662 453.957] -/A << /S /GoTo /D (page.46) >> +/Rect [312.364 608.744 323.569 618.246] +/A << /S /GoTo /D (page.62) >> >> endobj -3196 0 obj << +3241 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.276 444.456 461.481 453.957] -/A << /S /GoTo /D (page.51) >> +/Rect [329.896 608.744 341.102 618.246] +/A << /S /GoTo /D (page.63) >> >> endobj -3197 0 obj << +3242 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 444.456 481.894 453.957] -/A << /S /GoTo /D (page.66) >> +/Rect [347.429 608.744 358.635 618.246] +/A << /S /GoTo /D (page.72) >> >> endobj -3198 0 obj << +3243 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 433.497 427.249 442.998] -/A << /S /GoTo /D (page.68) >> +/Rect [416.043 703.39 427.249 712.891] +/A << /S /GoTo /D (page.74) >> >> endobj -3199 0 obj << +3244 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [434.258 433.497 445.464 442.998] -/A << /S /GoTo /D (page.76) >> +/Rect [433.576 703.39 444.781 712.891] +/A << /S /GoTo /D (page.78) >> >> endobj -3200 0 obj << +3245 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [452.473 433.497 463.679 442.998] -/A << /S /GoTo /D (page.78) >> +/Rect [451.108 703.39 462.314 712.891] +/A << /S /GoTo /D (page.81) >> >> endobj -3201 0 obj << +3246 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 433.497 481.894 442.998] -/A << /S /GoTo /D (page.81) >> +/Rect [468.641 703.39 479.847 712.891] +/A << /S /GoTo /D (page.83) >> >> endobj -3202 0 obj << +3247 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 422.538 427.249 432.039] -/A << /S /GoTo /D (page.82) >> +/Rect [416.043 692.431 427.249 701.932] +/A << /S /GoTo /D (page.86) >> >> endobj -3203 0 obj << +3248 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.456 422.538 447.662 432.039] -/A << /S /GoTo /D (page.85) >> +/Rect [432.723 692.431 443.928 701.932] +/A << /S /GoTo /D (page.96) >> >> endobj -3204 0 obj << +3249 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.276 422.538 461.481 432.039] -/A << /S /GoTo /D (page.88) >> +/Rect [449.402 692.431 460.608 701.932] +/A << /S /GoTo /D (page.97) >> >> endobj -3205 0 obj << +3250 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [470.688 422.538 481.894 432.039] -/A << /S /GoTo /D (page.90) >> +/Rect [466.082 692.431 481.894 701.932] +/A << /S /GoTo /D (page.107) >> >> endobj -3206 0 obj << +3251 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 411.579 431.855 421.081] -/A << /S /GoTo /D (page.100) >> +/Rect [416.043 681.472 431.855 690.973] +/A << /S /GoTo /D (page.108) >> >> endobj -3207 0 obj << +3252 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [440.039 411.579 455.851 421.081] -/A << /S /GoTo /D (page.111) >> +/Rect [441.062 681.472 456.875 690.973] +/A << /S /GoTo /D (page.131) >> >> endobj -3208 0 obj << +3253 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.034 411.579 479.847 421.081] -/A << /S /GoTo /D (page.135) >> +/Rect [466.082 681.472 481.894 690.973] +/A << /S /GoTo /D (page.132) >> >> endobj -3209 0 obj << +3254 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.043 400.62 431.855 410.122] -/A << /S /GoTo /D (page.137) >> +/Rect [416.043 670.513 431.855 680.014] +/A << /S /GoTo /D (page.134) >> >> endobj -3210 0 obj << +3255 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.557 400.62 454.369 410.122] -/A << /S /GoTo /D (page.143) >> +/Rect [438.557 670.513 454.369 680.014] +/A << /S /GoTo /D (page.139) >> >> endobj -3211 0 obj << +3256 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [461.071 400.62 476.883 410.122] -/A << /S /GoTo /D (page.146) >> +/Rect [461.071 670.513 476.883 680.014] +/A << /S /GoTo /D (page.142) >> >> endobj -3212 0 obj << +3257 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 400.62 499.397 410.122] -/A << /S /GoTo /D (page.149) >> +/Rect [483.585 670.513 499.397 680.014] +/A << /S /GoTo /D (page.145) >> >> endobj -3213 0 obj << +3258 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [477.955 387.595 484.554 400.546] -/A << /S /GoTo /D (page.5) >> +/Rect [477.955 653.526 484.554 666.478] +/A << /S /GoTo /D (page.4) >> >> endobj -3214 0 obj << +3259 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 387.595 499.397 400.546] -/A << /S /GoTo /D (page.15) >> +/Rect [488.192 653.526 499.397 666.478] +/A << /S /GoTo /D (page.16) >> >> endobj -3215 0 obj << +3260 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.548 376.114 479.947 389.065] -/A << /S /GoTo /D (page.71) >> +/Rect [468.548 638.084 479.947 651.035] +/A << /S /GoTo /D (page.67) >> >> endobj -3216 0 obj << +3261 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 376.114 499.397 389.065] -/A << /S /GoTo /D (page.168) >> +/Rect [483.585 638.084 499.397 651.035] +/A << /S /GoTo /D (page.164) >> >> endobj -3217 0 obj << +3262 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [488.192 364.633 499.397 377.585] -/A << /S /GoTo /D (page.59) >> +/Rect [488.192 622.642 499.397 635.593] +/A << /S /GoTo /D (page.52) >> >> endobj -3218 0 obj << +3263 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.741 353.153 479.947 366.104] -/A << /S /GoTo /D (page.59) >> +/Rect [468.741 607.2 479.947 620.151] +/A << /S /GoTo /D (page.52) >> >> endobj -3219 0 obj << +3264 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.585 353.153 499.397 366.104] -/A << /S /GoTo /D (page.153) >> +/Rect [483.585 607.2 499.397 620.151] +/A << /S /GoTo /D (page.150) >> >> endobj -3223 0 obj << -/D [3221 0 R /XYZ 144.724 753.953 null] +3268 0 obj << +/D [3266 0 R /XYZ 143.727 753.953 null] >> endobj -3220 0 obj << -/Font << /F46 538 0 R /F47 1769 0 R /F50 1770 0 R /F49 1768 0 R /F51 1771 0 R /F17 428 0 R >> +3265 0 obj << +/Font << /F46 505 0 R /F47 1746 0 R /F49 1745 0 R /F50 1747 0 R /F51 1748 0 R /F17 400 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3225 0 obj +3271 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 -3226 0 obj +3272 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 -3227 0 obj +3273 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 -3228 0 obj +3274 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 -3229 0 obj +3275 0 obj [755] endobj -3230 0 obj +3276 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 -3231 0 obj +3277 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 -3232 0 obj +3278 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 -3233 0 obj +3279 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 -3234 0 obj +3280 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 -3235 0 obj +3281 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 -3236 0 obj +3282 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 -3237 0 obj +3283 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 -3238 0 obj +3284 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 -3239 0 obj +3285 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 -3240 0 obj +3286 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 -3241 0 obj +3287 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 -3242 0 obj +3288 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 -3243 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] +3289 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 -3244 0 obj +3290 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 -3245 0 obj +3291 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 -3246 0 obj +3292 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 -3247 0 obj +3293 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 -3248 0 obj +3294 0 obj [458.2] endobj -3249 0 obj +3295 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 -3250 0 obj +3296 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 -3251 0 obj << +3297 0 obj << /Length1 768 /Length2 1347 /Length3 0 @@ -20445,7 +20927,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 -3252 0 obj << +3298 0 obj << /Type /FontDescriptor /FontName /TTADLH+CMMI10 /Flags 4 @@ -20457,9 +20939,9 @@ endobj /StemV 72 /XHeight 431 /CharSet (/S/epsilon) -/FontFile 3251 0 R +/FontFile 3297 0 R >> endobj -3253 0 obj << +3299 0 obj << /Length1 754 /Length2 1113 /Length3 0 @@ -20475,7 +20957,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 -3254 0 obj << +3300 0 obj << /Type /FontDescriptor /FontName /JVZRKA+CMMI12 /Flags 4 @@ -20487,9 +20969,9 @@ endobj /StemV 65 /XHeight 431 /CharSet (/epsilon) -/FontFile 3253 0 R +/FontFile 3299 0 R >> endobj -3255 0 obj << +3301 0 obj << /Length1 830 /Length2 936 /Length3 0 @@ -20507,7 +20989,7 @@ s 7KEժ*m"eNcRF]KR﫳zc&8/'O\5rըmQ?̰跛.1/.&Gu͙6D[^_yKsih愄ܙ m գʠ=\{Aa endstream endobj -3256 0 obj << +3302 0 obj << /Type /FontDescriptor /FontName /IQCAIC+CMSY10 /Flags 4 @@ -20519,9 +21001,9 @@ endobj /StemV 85 /XHeight 431 /CharSet (/angbracketleft/angbracketright/arrowright/bullet) -/FontFile 3255 0 R +/FontFile 3301 0 R >> endobj -3257 0 obj << +3303 0 obj << /Length1 727 /Length2 17990 /Length3 0 @@ -20602,7 +21084,7 @@ O i#r[km>jѓDՔNF5"kSL 'O}Uy"5m cDS㵔Z endstream endobj -3258 0 obj << +3304 0 obj << /Type /FontDescriptor /FontName /QYKFHE+SFBX0900 /Flags 4 @@ -20614,115 +21096,111 @@ endobj /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 3257 0 R +/FontFile 3303 0 R >> endobj -3259 0 obj << +3305 0 obj << /Length1 727 -/Length2 25027 +/Length2 25297 /Length3 0 -/Length 25588 +/Length 25854 /Filter /FlateDecode >> stream -xlcpnݶ-'+Ķm۶m۶ms%+mɊmw}ujFf %sQt0eec( i0200蘡IIL ],D ]L&eS# ldin0fchbikPw4𸹹 99lj -p0Yژ4%rqS;S'C1@ٔ`f03&gs3ur-@VTEPL^N *L" 03HnOǿVGp$`bi025ovfM\?pH 015'F@!lob71uۘD=\LLLMmhki#$] Cct05Qtr3C]?B}5Y̿ **ȊPO-jglobigPvQC'1ۭ`h/鲆.Nm5 ÿJ/JHÛ@`dgfp2s/ƮNNv.Ww;zCsXUUSR0Nh#YY]a߫`]J7ƛžLNF`Wm+лSò5sXRb;r,Eg1GIX[|%G5=E-6_ /ރ!ҷ( t8 -*}e%2Lޫ]h d~g ^Iϡ1ScB_zXӐHʲOgcУ]HXYD+0YRM֕HHlbH~X\^^9Pr+uhL[S Ό1Do[p׺npˠ[{-u4/̕ixc('AN\!bp^ _)dN>U,Bwe|*|ڒ[pCXAM؀+ոDt; ^9=pJbVHnh;/sԻ'};haP^)>I0jyuaYfRiPV̴Բ`e1#YvP>S?lN|y<s}=4EEsQOp.'~\Pw玻40ݯ,L,R(hyD5tn*cwIÓ?JQkHॶ@?w_@şWaI9d^8ku)fv ,fxo0Q` elQI;8X`x^ٳUHQ$W2ty`H!K8jMTmu]չ.~<"y(%72dbq xY-Z2Q1׭%X2bͽta{yӉ9[#h,'rE׮7!zݝ -uB+o"F2#w852N~).~6Î&d=Q^Ktu$R  -kc{xC r"=Y;RYC_˽EPy9fT`a-ea D0%pvG>o#kCQ>#x)ʣ4_ˉD+"K#5M*Uh1A SMI'*(X-꬀!ljZs+!C1ls$^ -Lk36Nzt&5NCs%oԒgH0Ɇh1YdOEKz?lAV^TʶvXQB“>}G׸B3sCC 5b(I7&RYWɍ_"1yN݊5G?@ }~qQ)23":M'zK'‰.]"x C@=N< K/hfKvx)FzzS_wS8f{aEbp2M#qs1 \aՂwJ0”wP -F%'#WtwGaT -s|=fuj é95_BŨheIϟ\-;hX.WpX:@w[֙<}] hPW%쵿M*"PTZgĖXF{ cqGOYG ZjAWX .u-;cI(qk~Oz\?ui>YL5K -cxdcSAKJ :ymJ/ne0$`}[[!R{5mp5lu)E9 BjdԷa_K ;=V{H9ML*;<Ҳ[V. B>vSY3 m"zI[>0s#uǘ Ś=_@PSIL t\jjJ* Z̎!g%J@M94*o6m(9k|K7o _Ut",׻8`⼼c3!{h$Ѥa5Gog٬ 9ӆxFxP8!KqZ_ ;{08LL|%ԳoYHMOxOiO^h nCeC1t\8!cHx 5GFS Dy~EBх:8fˍJ[',^p%>8\;0 V&^9فF4m?dס<= -w& gg\ˌ1PŘzZLʣIM\"gE B?ļ\$7f5e٣p2I#OӥψOΌf Wv5foL"#qstJBe7}G:7Pi"T֓*~mTz3 --u`m>/~Cչ6X! - -.I~HH@[4@thӱ.z{ d_}(ӷHD9J)a0]%2-EҕlVin ["kd~ }up\47/aW'Tt8q}wbu2c)|D8(p̽4jHY 9rx] @,REj*%W[~MP-5D#He1qV2%`D^Z ,疎S~-2Cݮ$>Gr2ځ }Nhvw`X% *VRn#`c&;Q}J}{9u + 1!~Ǚ^Ghp .$X<.wzJ@?3IDtPoF {]x񈛣x́ʏeb&',hJ`ޱDSkeVQG)40G#ڬ8;VS۞ $Q -4-hA'!,wTmG2dRIm?SD*Ճخa ߚ._dVPҷ.7vw`—A(/$1 o2 Ci TY_'=I0 -/gq^ٱT,-43[27Q-EБ"rVdD($J -{lB?UU|-!GZq}`U&.] S`P -|-9 Xo 7<6qV6'V0:lU0z%G>Dv39f_YEnS.t0O0 -$RA]E筲mb1Ъ˯E<* Yx%̙_ͮ0ajhcP[0<(fcG^%~;DZl$i -$(U/sr >ͫ8u8AɚkKY'^%0B|nV:vmpH q5|I|psduݣѬLn=)7ψpKn@?͏s+{EDﭜ^AF 㽰x9$}wv}@j??Qz c$nrnXo=nb%m?2(Ge^.rrd` T}Qw&|`fƎJƄWK8E&hg xK5_]VabG -.hY0#1N>)1 Jtۑ~3RustȫZb|idEW (=d]8HeA-b b{H'DN$}M|u%zx4ZAfSZƤ6̃׌o Ly=X ܖYf˚ט1,Z& wPk ?$}"BWqT1Avzn]HIfJzvU,GVm_/+42 KպgT!^Z^lo.ZM"x;JQObA ~n~Z%+{YzK`B ڝfDթ1r!3 6ߗowyVP$ hT -2B5븎ʼ98`|8'O+F{B_TX2їZZ7Kt !O)&F>. 6_ \HeW0 "ޖZv0lOB%wU~6¶c ;Y9}c)la9O` cU쥃OV# NTjS_&ѻz ,X6po_bwXAJUG2-D8R:F돶DvqsLC%7@Lӽ^#0ΠL91-CJ(`[rJ~~HCܨy,ְ,IБ/vf Z:4%.􈣎^։\,+9D/s: :ȑh(uT/v3CM|E4 ,C&3,ATㅳj0'*H&^7rG`_i4R z-\Aaa.3p]fIyLi/p<50z*4WhU?>xp*ߜ56#_wWd 4{p5_Z)D:L&8]HUxPb# -1NՍwޛ4~?Pl5) -ms;+VS8ҝf5踌Hsy]P m<$\\- m]$aP"btUNKlE[Bb!HD  )$\1;$-E4/[nʔ?E;^!^t&o֤4,t\^#qETsxB[iٚkEy5veC?鑖Oa6 JcE3qe -3-] )= y?΢5=OS$e·~DnP-L 6CZo~4ibh6Of%L3M2^/j>7}ꏙ/S U_i0Dʶ 5o+9f7-%7ktI3Yl<`OO+sh;R}JNUTni"XO(\fiIZ~q$>#ci\beLסq*b1 ]z"en>Zf hRo'!-mibE9yEm<$c,T$p"MGnoՕ/8@g,)&liC?vn ~Zzhfbl{THfmEDCJbm*,N - lobee闺:X '@}ɞը=6+m='qC06?ɶh!fdN?iѻ̿kP1jj)"pXGdġm= X] 1-+caD̦ 0TGQS u s7NlvZxev8Yc -פר@ɞ12ew?ʂ9RnSQ!*ڡwx-^$"0QMw+f 7u۲Rhr`ލu ԎïoXzx#*|D ڞB3cY%s544BJ S#0+Y K.XM Jbm}oMIdTs`o~ 9w!}iUU򝡴uV9v椸̫ftg9E{ѓ1*4tqCPv$RK(#*ՔI8wIBe[302< Nr#YpwƨfFM#ndD&=^~DSVvdw:D4n%p/1CujG! -"(5..ٰ&C/#1֩#l|O1-._Ιr24=0qY)EX6B/qSބ imWB*HԧluNXϲDt'Zcl3p~U-i׵[/݃BthM2V:Xdaģm6UGBt, -W} %<@B[k7ixŭqIC++xRј|eDrt,E@خd>ksζ32あwͤ닆why9e"&B./=Ŷy&&V= vd&Յ`? ZҀuz&QȩGUɧ #;bh&` -ƄBrj{=㞈Oѹ K? >Z;Nvb1E9a8hі Hk"纯d7ž EX5!و@@VgԿUW-}R,h?Q$=ZULf]Kfʞٳ?GZny Fru7r&T^ -ԨG+u:գ?*/j~GRroRhbp>ԣ7Η3R?]+"S8W\81'E!4Q46. x$/ b7-D,ߨptZQ(@,+MPe<[0 4 gANrwev'uԙ'ڒÇ(9Yu>AY s*Elh"Ăq>tXMԓ{T@~$ecJywTv"<s?dOGh MW0GKsOAg$j YfC'P'=˱;bGU=j~, 'V"X͎z=P9v*kCl+"`Pfώ6l†Q(<D(1.eHݍ\G5 ݐU\.}3(5 7=ϛί,yNE%yjbtD~'H&",RQkB{w{62Nvq$|Nբx[ķYCa|ha,{3?7* O"7( ԑ?S$H^2#Zu&{`Bz̼)ln6$l_l+aANu -.XoX>p28qkˏG -O[Pd; "fEy5 % [ށCӗa=tOD񰬈۳zVd yѭ) `H`ӑ6wae+TA% Dz+y=MҾXjaβ+W 31vc4Hv|_m}ZلxO.7ؚYܓsiJqF 4.yY1ZO].h2(n^<7u1L#.šda  t#&RA_|>~ҴEtٝ!4PnYVZLRr^4{W?0'1G!d9sD}Hh^V$**{9!!}js|M~꼊`v3VJ[ ;5&ҷא&kw)GBg O'%>nz[,sU$gXgY*oOK譢\rד h;f?vTX^]x_r~I4aΌ -SfI=@>< {iWkWؒ,L#[kpy 9aRx4S\.chP1Æi%ھU:`C_FxK8}Q.fyEޝr.H~yk_H1ԅ7GG9f_Wl^%B)EqtWL#?P%ntBuJXkpz:& ]Cn|$`:nW  UKI_=9oU&սj2ȝze(;L$guu}[U1p&%0 M EQ"kMI!<%+$l߇A_H'mvF:n%{5;$L/4΢AJ;E+`%*m-gZ$ꇭR%_ D>kE!O^'l # >.soqŵ<ɏqOk%jcswcX2VRNPc9R2?[aD Rg -ӽ+Ha&=pwFPA`; Sٗ:t-oW'xX|a*a&upɵr}>] /+S1P7U$rQ,0/evml}WpLȈjƙݢGU^ "ŜA{; -`a 0_vku'R&5SamDpW/9g sx.Y ZU=&Mu_?J%s -S1 [h,\B[&ߜIAp rbOBoxgW>2rMgK:6i$R ^= XX8)m<*Q¼BʜqnƊ(AQztҸ1|/Tm2mطh.WclK6]7P~nfzX`.IrA{ -KN6äOi 9 ̆ O;snD9mUȮ9?i:4dmQW$ p0KnmWqVP ث1g ) M'5`šꕾzaK)0"Cr2-cGlQ6BpR{Zw) mYQoȉ Pn:CzA7ć_'1_ep'X{Q,,k $M@buqnJ6NJ0$jNf:[{eln3za -OVvp^d,6 "rC!8=Scv5}l8Jv#IGXş-kRdMPzyȎC*tx[PʞNvIp6131 0&fC5u wR UC6<|AJcčQyRįN2nE!-f-\GcM%%'90A -Wy"‚& - I'qfHzϘ] %omz -xV[+:؉$`SR@3שVlUVJf&xZ.fJތ%!^ABe5BjhΦOKBNltgmU - Kc9R2@ eTĸ R{0Cy94׿9P:G 7u;" PhߢG\q{׉E; J?oR+LWGfExf:KЖѹIh@j{ #+:%"tk<G4ȥolbNY#n=xT;Vd,RU TVȊJ;d& Dny3Nc%߾2f0pRZQ%.4KWt} br2$8E:Mndn1ee\natL$#[RX;aT[.i[\r,Ђ.z(SQ=(AX%޿TY< ^PV4ue&\ҪQ5 sӒ -Q"0ER(]#Ũ[\kG71 -US^S_Bk-G L^ A‹Q`U:/cB2Id+Қ8$[:mrᛄnt]UB[k\fΣ\tL՜H x#7ϐ&7<3uDr - *9U~>R`vHZsxloK΅D3ʺH=:Kf³20k+ĉuzӀ9{_Ȍ*6(Hr -Θ/;LK壿 LpFash0%OR jjg`*ɀ1T25tڌr;V}B8dاJjr&Kwárբ-[4^&B/]/WCFUjZAF;Τ4iI`*d6j->[fZ~|%=#.a0R<`I$9 -HYtE}T!32jMQ('zec:omLZFv 57/y>6_ɸZld+bXaExnݲDlppOc:;٘Zxd'ݬ!ء#|yE(kw^[yG ~Ԕ8ևd7@#W]ϞN -vLp\[.ͅ qKBo11ʭϼ vOx (?6y> -xcMh(fB0l*rؽ<{l dDHx<"y>{1 f VD~po g,ZFṶA;HfY;UwSK:ؽhvMMW9~xރ0کGu$jk\R{gSkH!5k XMqH/wkPnm4cbJPx7` -v>>Š˄R8h-FA@6BF {ҟZV^Wx7jg\;o;}_K>t1M$wRYAGZ'.ծPǡo!&讒)t/3j*ܙו[؋خ^8Mh {=i<; b8a'<`N~RB Ϧ|߀k"#5ZV `-2ad`ĺXe .1@-37΂0}ퟫG|?p>shu-RψՄ(ڋT{oa .?d؝`8@Dz5Zl>a -Imnqn$v+jL|YZ8E3)86_hFz\ΉH].F^uűٹSMTiN,}ߴl-qq[~ʵ#I5[ZNR*eb99Ӕ}Vw!goֺ ~`|v`nLu[|/Yt%<= f~ԒcSnM:xw7\8 -Т@cɷ_H Fz-0>QX[JU.\!?$6~% ÷\ G[djAyߕƪǹs$^и94+Z3V[!3HwO<}۞t7<02'<>^da+)cxɡ`"apQJ{M {(?[Jgr J,6;lA^yͲ/:C{-[Ң$T ?_^rd\P@eQexx~[[f*Rx~0 Oa+ݠBVVӘ0XUJ'/7bqv\6pg-,(NPWH10η, z2r[bME"eܟ:26TOxd-rC^dC'|fvPKQ -ӕ^>=j ~u͝tsN/#sqmބ^t|amjэICDcY8 q!}DF[[h -Z7Y3q< 3o!a&suv㾦zl0_?e>̍cBBFW0֣hu}V1‰Br/9yG &(xu K~с@Y1<92Q:оطŅWFJ0ut] #32N [zw7c8!s+;|n艜"ǐQ{dؕ?!"yq%quw>,#wbTڻq|&m`ji?1p5Tu[c\Cy0I:A td0CMQTˎa Sp{^A@Hi¸@b8="yn!Pl3:bhzo&HCRAZk*srx+pl،1 ӈxUٹϯj]GgWpĤZ< 0+a ɲqdՅ|z Q8 *n=~KEqbN4N)r* ɇ83ܻ1LBDTŢŦۏ[)wt|#Χ h)̏Zo7.5+:g(m}1{!J (i[&Q} -_!o0Jtgynuk_V@c*\"P3G.Xӵ*5LDӴ ΔB6)TOP5D`\'LKgrqӉQ,UF/W`DŽ<,)>硯7lͷKk?k&w^Cxyj6ЌH=uԴ/Tб)ةtU@m0; sb$_؇Wbj0%]Ls/pe!Ccrsd)'F__?+hyMʜ#"KIku=& -G"dNdŅ ]Zkd07B4P3J(K/8^r"')ϓj5HEe%gX$`pBAˍ#AsbRSb4:ƶwV+oF?4ljk$mjaOqX\,7p? [8Zv9,I C7ʶst.]}B]SVB[>B?"3F&a3 \T\HюD޷ -f0Vɼ8Ǩ'Lgؕ^-V zhCȁ=έtHͲkS 'Ri$ڊU*ƈܫT2l x#Hshj$'LOvCSZ;`^JsO0n#ށDOPݛƑã.n *&/8@5>AU?@OLާ`-"@in"T#Er|Ļl~ Po g/Sn|XמzQ2LZPVfDʃ. -^МɂQ!G8s΂jM}'ɷZ ̌JjXٞ.r@ʡ3(e5©j5:oΟ&h-20ObUJ,kg~us%xa#\pAe$?CmfH s#/[|T BIq*DUSÀiѳ.S?1YRP#ժC^ЪN&iir)U }6Y|5LDY $c2?7 XĽ.k -Qi#ѐ-D>Rg%n(l%πjj.(Wa=PQg`t]譶*:`Mg9ւ R&kSNdژOpX'@[@>a#rwJzG w]D e43Q"򓟲p${5eGb{ƕ!v MlQ)hc=9񡑘GLL/r\S<&GȄxVLeTf1H:ӆJ-_QBeHr(!5k.S13ށm-un]00mN - S1LVP}l6F2j+wg(8u'ozD -1Y<r55cmuK%x5D`#7|ňfA{@ -a ^ibP vF.Ge&3*9p%|iG4=~PEy !{eAʀ~uhRuIWa -Q?v /c~S;`A%ѣO[ Q ül /=!:6[HZ@P')*O"8VPԛ%HFH1G3:jJTe!dPFD$,GĪ{;^f.?bxM[/)73hQRsGb+)ȠRaEQ#]=h)=fP4wkAtiK@F[`r] `@2,*K/43fTN1-1 l߸cMd1i'R W'@7LkLСj@R&s).vƓ.T4"d"W‹:n[3Ҏe >? Gowq]RUv i}ͩsrN|>bL3BqAJ,N*̐SHiK?\%ͯtRZIz0'|@QLvG(4,B@WtlLj~k?Umy,Aa-v.ǝ 2_S/\Ƭ&x/?U S{FHAGtF; G(}&O*׏+;r.߽oǦcQvz:i30hMoNu0JgUYuTlWHcXEutQ{ DN2 I765޽u.@gSᘀu# -(, /rLe/ZMѧs{mD"ošh7$'Qlҽ:1ӿl yUqAM?_I GE)L&g]+2D!tۜ= ^'2uRub3+uޮʓ -S!UmxȊ -{[P|` 'n!wȃ(#S8n$e%fAs{|!y `[EDvz|&`D-#gC5n4|)ZJU%cԷ`w;u+v俑l2x"j8v 擧 MH#4TMNae~ȅ~o7?`yy异< `g1Lc޷6褯p\;b̫sb%#ttC=>N7v59T1\m;_"OCм sRM?aa1>}Z<ōf֑SI?ɓeoGK?1 nm@lق2yTei?7=GU%* - -k4JOؤKEs -<[$箖Yp0s헔~"1rq fcZMP#{zCrz:n@jkd7kCw,b1PN+]aAxY=`[IyV|M&^9HSfjGB6RK0(* OMkW4q<[h]&+_#.}X -=5kffa$!tӑir+HNf&8NQ9ሳzɶ[ S{ &L2ijUZcv-{(KZn:dP2Vf~Ӛ=.@=߯eUB Y 1ET3[ s MN@\ ]!=4Mz'I[$~5O5-weNJ!|zSV9M}bE|ׁl/mg%z`u7P E7Xɤ=VƌCEjLl<_"& VxӠՀI^Zh[|.^v4ҀšTx Tb@v4l,-)]L]IT+)חҰ>Dq_CQ"UOM1)3F8S8-Z-T@z9]e*YR@JZ pT"}3w>UKMe;Ϛ& r_C$m.P;z -T4$J-ԯ3̸3& -wB 3iu- j[Fj/v\P2oN:cuRDEUgeSJ ($.L$1ē~1 w455s<#WPm&u~tBf6$HQudk3xr7$t1 8Ȣ|LK {*x2Dk./7oxvl_UGUv.|ejw̄al%DߒV[6gdG -aM{`qpA@='|ХJbg6L8XyXk[&e~}-ƣu@{2?oA%;]GJ0!WVQ -5 !I#)Fq!=RMS>Z]Tz&ȉs8:^^,!C)wމ+((Bt"Ks(ǰ1s!jg`dhKѺAcH|+l@+:@`YT5u~-ZԒPѡ/WrsD^\?W$g~b32`O18}eI +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 endstream endobj -3260 0 obj << +3306 0 obj << /Type /FontDescriptor -/FontName /AQPMGL+SFBX1000 +/FontName /UZIOIN+SFBX1000 /Flags 4 /FontBBox [-229 -316 1737 939] /Ascent 690 @@ -20731,10 +21209,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/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 3259 0 R +/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 3305 0 R >> endobj -3261 0 obj << +3307 0 obj << /Length1 727 /Length2 22080 /Length3 0 @@ -20831,7 +21309,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 -3262 0 obj << +3308 0 obj << /Type /FontDescriptor /FontName /HKTVLJ+SFBX1200 /Flags 4 @@ -20843,98 +21321,79 @@ 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 3261 0 R +/FontFile 3307 0 R >> endobj -3263 0 obj << +3309 0 obj << /Length1 727 -/Length2 17451 +/Length2 16542 /Length3 0 -/Length 18023 +/Length 17116 /Filter /FlateDecode >> stream -xlSp-vvf2c۶m۶mض۶^ԩ禳zmg #uV7acg( -32Y`ȄM -l Mj&%{3 dghaf 4wjm`lacPs02𸺺:;Iln06kHȊ(dUb&&yCk # ``dgkl/LN`j0SG;2@DAY``k ىj#CmG p,' `la 041aov]?pH061Z@)dgcl36qYDܝMlM[m`ca[+$ Cpp71prSw\?Ags5YdԄiGN[ؚaNXGC_M/chbHUv^tL:&v;35rqt4u7_r21q71Y[3lZ+R4W N37B2sl1dnwxs?`Ȼ{#qLlgw<9MZBRi[PV{ mc$ vq眱(O=Ś{^#PƋ,_h+FC gOS4gRxm wCg^X`hЁqLc4jiwdUHPY 惓*̀$O}$}&|rVhirYan*+l,͡+x|́vfLGW,ޖB_-AHZЗxש+8@I'_bSpI n(9f{u!!Q F/T#aek1L 7q4e$hp Z4K!hymL+j -̃,>2xtEU3["P8wsB : 89qB@scz'ChEvT&@Iݖ_3c~3 }}ŀ/x'g2d[m@+~mutI"8%.sZMXqDX poO xSF!X:[U TM0ܲm7Ap[FcBpG5hEtui 6gE!eG"73@%)%V 1@:˿@, {$IsKgf0;_Eb>-Jkźeg#˔ `9k) d@gT L/όֳ [}ɼBs?NeXk y!}rFF>ŋQƃvU"SPիpt 3ݼ0[*X?ja{ =amCKpOGÿ6LB+X{$bnѦ~d&zz.m#qr D+g9 {ͤ7ìaz8# U<4f9*L,'z}^U$ {!\WB6[ʎo/°꩖ͯLZPkk6jJ !w~vf M$x(=w%JMi.Ոco"[y:mWk o<.pr)eΓG}dǁ{9$!SE/vV߀yХ\arLYQgiVh/P csI刢C4ۅPzxtҿbo* ڥ_iq -[1ZvE%N`)~AYA+݅0.X Y|{βTwHu^J4 Do8{>ı,]PO{pǟ]e&bw3-֒lZa[ %ꗷm<$Dex!,uj*v(&]ZA5t{wC1E3賚$C62ֺ)̨V -kg-7<NP~!n;hLmT #L{x_-,4Ō`8v'8̇e^auM)󀘬f# 1×TnY0e0J!7[4B%f,)׫&#s?#_- KQ%Sj5DF{za+yښWT9Y?tʽ2N{Sa:O"@Tӓ+</EO '/2ԊCR1b($lޯaIk%7DoXh\syHtʗ-Oy+Y)؟EU2eh BZDC»s6n#{kQ"GHDq 7zWTgP9:<43"/߱lQISF{FT"#i^P.TԙNif=۹HPx}9Wdx=u0ZE4Ivu0qk)CbKExօ5np fogBrU`"AV%8IxZ~0Iu{PPUZl= D`r>vi 'ݯW1і X) =Dr\'/ƗTb'Gn1si(e%1Ϟ޴x28px-Dd?{4^V͉& bqN8ml .bRbbK={M*ڇqmRG*OO'V<ҸV}kh,Fiv|y)Ai+x|˫FēW!5`Q;)/huSL1-X O:}Fz?[EZ NS%93.`e*hFk=~'Lլf_ PpnJkdlx#)W=F6HKTť`>z-KB PJ]dф< -;/WLfF702.wRkio@$+[-a>˶~V``\1]Z<ߤG\l}4ze6/ӐUC/xuϧjjk+^%{`6x:[9؄C9Tv8/ײd)ip CwԞX W:CzDz0\< ɧ)t@)^B㷴ͦp"Yvj4E=3KB;:璆bHǫ3ڍM EW MO}wW$fh+5֡V)t` Tu-W_|!M Y>" ,8L['#N$s zvg~MZӄMG -V?C5կ̾e.o$6,e+JYC6G[Ijq~G􏴠CsQae-YJ5!dqCtVG>vAc);YGjCH7J^QJKsn*1_qeF^#*O\وڙ fj CO' !zÝ&_@_YP;[ʉ'I`rp{~M=υBUa^U$JI\#Q1T;g" j:{wԞE|A#L-*< rr0VF&~;sôG9)8|؊5X(Ƕzt^0z$b`cϱߎ'W&ɂX8-a+YP0ӓhQ>{Sv*rhiߨe.;Q6M+MODrbZ5>e Gs`Ir.Z6?^Uױ -CǨr# -ck֝eHt3RՉ97Vӽ N"BAϐ:+e2"T *3(z2^o2$мRK,]z{FY-8ubR_ONWr  d'!2nHx=V*ҺK)y 7%2ծՐ'L|fBjԼKʇ*Diu#9 -M+3gvGi9?."ƒ`+*ID!2nXl 0øMBOߵȷM#έnC +9œ(¸`nDS[E]4UEBcۚ-%ziohsdqw;;lpuȤˣRÑҕdz?`Q;:>5?Zp]Z u%&}ӁJr>p$jRkjzNXƇ:%{`+cG4:#Gb8 ,6X|3+F%_z&;w+>ꨯ#I Q!4_s[7DhEPٖTk X  aɤki 'M"_^Ƭ:;<zq4ssTj)i9Lp œ5' ҷ]gmxI LAÒS* 5I'LrC~ -b\J8  -\Žy]qD*Z`M=zVPf)<\]AA65Kh(61=S!LlH!d'&n^C`_oϸ_-|̶T5W€>М{yZ)B3{wQq&?/o[c T'<ޖE?=yiP:8:/WvqA^ -LNt{ls/sc$Nb350@L5A|T$et{c$by٦)Em*|JT]CLR]DDUp| a2ēّr֕ /$5#nUPu.4x]5Ę$sBq?AO~Dq-Y` AE~gaMrsA!v̞24;[yvn0 -,횒[gW|gZI裀 =!*~bʓN 6spl/P?lxyguxNB܈ҦSn |mw /gKmJ۬8,z0^*|!$0 0)3 -\A+hXےSkL:8./!T!&ٿYKk~g ey\ _*us D>{;<+FyMTckM?0Uu0Mov(݉ݶDTLN*GlS#5,wOU` c|T5ױL"Şs-X3|8|ug2F1ȵp% -Q鰐T/]6Jwĭ5C|Vҥ.Qt>0`n賏Z;pC5mć+;jW?=[ŦP%\Ms6SIU# {9_Se]G[0Cnm/]WἌB[zu,ZRcn F2vQ1 n&\D( ygoV%|S\NNb Z&|3 ԝYDzG*{e6y.gT -MsBIy^]@8@.UalT#DofoW>Z鯱Bϻ\B6q YiGn.\6(z~jh˭*s -3.=Ǜ;i-'Q2ql\e^&>uӗD P w?Tpϸjm0kp?Ֆ5ꭦ2OƐp/xY(CA:xf< l{gO&oI! -MZD^tjѢ495EW |+2[%? e -Yݓ`;Yۆm3*c'N9S$?.Fi2c'J]> Hq7LΔ AUrߒh|a8k8RR1G xf.#zk#vq}pYJCM_fB Tm6.{TgڔA56bY'G0nJ{^8nGe؞ 5td-Πi (fT],ߕdQ#H( -Vo9>$fR˥R^hYd~0*BwM&dff\VvSڹٙE(Lluim-xTfLP& l.]wEU\h7Лz ʦNxX`=2Fp@B҃;pǹQfGom0\ 0*m^Y+ #t^ߗmo[C8r -si܆РV -ݻFHU!Ih3PL27MHzk3^ih`AFJ) -K+($`ۧ;]D\x x̺JC$#)Jvf^01$tp<[c|N\׃ JZcZsdP'UU/jJ.z ^ -)\ssU8 iij@cߙLHcr;J`=ʶ!YsIW~7ܸZ2Hw˕Njr,ߤ9KO+yݞq{/wLE&2o -{.2VFuSHRF|ԙmVF)OܮyrcO+.EPw{芔3 -Ma)r;p#\3] 'V|2C(YRSC@G9gt^*uǠ)z@nNA>:HI;?C_{wM{'3)6?ʵ˜p -V{ aPJ\r2f]P@A,C;%ÌlGV -&dݯ-]6ܘΌ0^G|\1`Z]I ,xQHȣӤ/OSTCrylCB5´6mu2`^ⷎYǔ eYpxXq8j(uPH}n,s59d]l:vⴽB<@m->\Ԡ9?8lxu03=FI}o++y,aDķ_ꛮ$@Z|3sB` Ÿ/8Q2ִcLA* pGYl,zw)JͷREQkv2ֻ lu1X|[ܟ'G .,ƈZQ,Y+G7+].Yk$ rekT Mijl !c.|a#{KƃѠFib$+O-{lZ zr^&(dw &4]tXzeI7$ -N=Oϗ$<"ثjc~*a]ɱ) -6.lckU؎-^WH\?[ڱ$+g8.'1u'o,IM:hb:!cRn8)eS۠2`͂Wpf;&40Xd4sS*ˉG{7M= T$LwPtŷZ1]h4!\1aFTϫGFȰ-Wj;jJM,G4dૡXg,J-}8JVt$2b[V`g4BCe|6|yBwYCUeT4Ɣ5i(9V̈́M]hR.]j)*aZQm(_.p~f XqpK p bn{z[d;jlZYr>C6jdDiȠnt,ӹRwqP%USUJm*Hbtib1$ʬe' =]WL@ 1sOmէ( 82˨9UʟlFfQsЎzCN}YƓtHN^d{?V+VQ(fIS.NOe [2noPpGic_-XzX+eNԁ2P0N7bh)XKM-KRŰ\5{qxO=wyQÑvc'll"&PzGt3٩/d=ЍbnjxቚO+47&Շ_Vq=y}}Z4&O_Sq -IdW>CqmkXWxLӃ1^9w$O:j(08kt&1t(m[E\'iqvմYB"z$ -N*ȚIJ v&f<ڜMQuHVgk$[ z*#LJ9ᛀׇc_{8HW=<1|_SuCFw >]3w& 8jt1)Ïld(NWqn I'?L#^Q n>l6Q>vW0Pah݅6]0kZw&͎e=0xP˛G5?.}p͊{wZ rf*ՍuʃyK+r]lCh..4B6쟦Q -DDBS+y-[,twe Տ(S !Elb!l~ې;v{":LW\ٴ. voQP$~kou_5uxm=Ƕ֠b -'Wn - YH<+dƹX򞹝.+>=̚}\;9e)ruAM:TT3e@3/16F#R w>? $Nj-և!c{g6X2Q^HҶsGb\؎qw310rHݎ G=75\ 5ӝLՀrRΪ-׼tjpOSC-Q6ZŸmy~h|rE^Qp# X iY,W5? -aj\-oyLbGQ(Βc_9}uJ{ФX,=?b`" ( QBM]"Hud Lԑ4>ռ Q;YG"V_pJ0껸H> 40/{.]DJm(!Ll3ޑ~ɟ2݁VI'.z.'ػL=- ˉ22"/>"2eC }Kz5jJ xG}v$ )CsaJ jGr'ecGAޜh8>Ǘ n#! )ԋAIӣ{Oī]ߥN[[5KbIDܷFQ.Z8Yͧ0`SÕ0<~6- -jxwU -' -Z|Ic,czX%=;p\WXIEncqFN~ٰżHצ]t PYjOt2>㝌X5[Df@S@vi212Y2 -2[QC|;ػ3W8H"}12]a*R';!wyO'b -|<; t%\檞˿:|f:MDNsKښd7U\YeCBlX ?BTI?順)gyJfD m6pI`WTJrc6.|7džzǙ\.KӒ5F8A͆1Lta#Ka6eMxNyu{'Lv0 •1t{=7; 3?+s _Y!hNqQxn<; M( v VdHl@;K6+֝QbvB\s]mN% >a&o=g7;ZTd -1-tX[m)wOa+udؘ*֘e`]w-(AGJzp_͑mmخ&) :݁xV)yF(Zڽ}X\XR ;V, CfpՒ{+{h~$(@4˨B%&@eQk~AHUpUJ}9QYw +C~8lM=cWq&,yb[>/FCݤ?1%Oc1ɖiV1S,ONGJ{i@n4M/]ZG# 4ᓋt O9_@sʊ64$mJZ[_4; V9eٱnWnIuQȸub?BOZҝ- N|d+汜1rR$V&m&Y -]piK/U4~(6:1SrrZ@.Jnpq뼎yS5gt.O\G +٢NԶVkngg%d~Y J,oW.z"ƪDL1~`ݻY7=L -uc-'@pcq0q%3i gCf16 p[d]w}0,qj&\yV\yEB6vj -G^۬&b^R3m V=. - KapkL2DN>l -!m)2:;^FpM?g]G疧#wuL 2q O1X3 WLNYuC|%rh/ԯ᚜P|[N.ˤX|H.qw/3qK Mo:2Q`cJl:CD -q뻝%.,`KVV-zUth?9Ozt܆=PX50\1,(~cy`=;rF)߶eB(;$}-=C]+XA>#UՖPa˫A>1}x!Z MUP"RudSDF~uuccE0HWi!#f]]f7BG&L09/5IOogfDcg/WՍX,ȓ\Q;ٽewD=27, -Lf,mx -n.(Q;g;EWSvsBeqq㄀>U $MMЉn8 +Js3-nϛ dD\1((e|G.=cLhaaaȵ\SV,{" FpI^Ku9۞𥜉=Bгuw5D)gNen4NńiNC9oU/Pl#ΉAp!fGn6 eKQ=KbtU|![(I堗bhLt"lg2{*u,j68'W=5Va0uBV1}?Z7[}ɾBp_o!˾}BV<˝atDUO\kuM,vɒ\R+ #l>i QzͼμVXj|*WOO&{b]gr<+^ lh\veoC3VaQJ[ 0$[8MmCy/] )B3}cqV9cD 5_api b9?Nzw{V(J/wN"x e>V:akΎ8`]4אCXT>B.P*x9ŐﳢU!iQi)+p7dt<-w*iBRqDۖ3͍N)p\5bS+}?<) ѫio̕}:lj]%1{TCh_4 +A}{L՞,GdSlϯK?_Zlx9tKF[aCbo-^SmH/̀f$(oŁ&T:WXɻd\~ܮЦv`faUi@5fI[ϟaC 鼔i6s~H`YDCqO 07ڵÐ1#+JM6.oۋx;ISXHՁ4\ 9umѧ .bfs#NHρmduҘQm=qRno%y/9]2 +!9^9C)i~ +B_;@#)6rKNz?2O횛DJS7Z RIApI,]^>shn 1U,T~<'HJ6ǓZ24$ ӊeZ.8 >6l0!>e-%G"4V5~|*haӲi L̄|(aт9_DC Hz+;`T_"_H1^s)?h +Ow9]ry9$Œa[$Ɯ:gt:KEdُؒQ.bJVJggsVF;-*Y"Ybo2FG8y5ߚD1CZ9yRe>@_+].Ԛ0(h?(Rgd}Q=<1~*beLvBʌZ]NV]K߷f.qf=-9yHuS鈜^qYSM6.Zd?cLHn^YLd?ꄒuITfnsRxJ<5zULC҉LfGs'F +R*{EQÿ9~gVA*jO.+5ɑ[8/?!m}%6l6 [6^ C3SA|9Q?dQ=gMa4@,^^_̬qa.}IÀsUb%ch)M;85a ]Hs*Ү1O~5~IϵjmD=i/* 9:8M@kcJkys4hD3­50D*,(.cM]now(XwRA3:'G67] ` ~c!rDr#pPWM%ڽ›ȸyq44ðAZ /, #dj FV&;;\|*Jq4FS.fsNvBz'0S/n/6K%g<{̬waZcA,{T6pSp|ڈ_@mg0^rwm+ڑ/@)5kܩ#<Ɔ&ߎt@[MPN/iԄ 1i*͡vaotw#lYN!m[jIz,vA2fּ +8вMlmZ "ҞaY$9HQIwČ]yFKؙK-r䕆2{7%h%MEk#q92$Ιȿ? ԢV,)K쩊V\&+{k {3Q?Є׮D;,׉̈́T!ɗhS(Kc,oeJK`RLrn;e"myaRcmAbW{[G*D% ZpÜl Đ%m>oM^6JJ0'?>V3y.۩waQA ci(bP1尚E-`UT򟈙xk(El1AV,_ K$~Y9SsU0C B,ۯퟦ')PhCm::jGŬd".]w<0P8(`׮hʧXdAHZJh6GßdeJ~z#rs>+ +Pי?tȕkݖm[ q&e +zQȂk_=LnO|+ JRJ%f'=M0cI He;9ځr-G£&=OH?Բ7+Qb>le 0ĪN +ÐbZRr%E~t52Dy]fsd;M@'wcs|҈S DMFr)tx!r`ONM^ʔ'@vbZ/P=M`lZ~5b&?a^dmEA0xԩ[,`{X ̴XC`L&*aKI!6Gy +vf&W\W)5$b,X/DMN]ow?mSTh8[a[LOqFjsX +[M_!D{Dw]_\~9enJL[IjSh2sPs'/m՜/ r:.N`Ge>x#9բ̐Տ' +šdAS;c8o2Y^K`,.hȳ'kJΒ6ldV$"W$-PG*ed- aw-sE3`ǶIv5h 1oztYuZ 6'Jw0|h+:48MVֲt";LƘ읂D'Q}c74Ҁu6)7dAz#y؝^,|qN0\?--ȷwM 3yJ #OƵZ%`WxJiآ׫eHiP1kJMxpYm 4>,sF]zg6XO&'$)n"~ 4_u3zN5۾+$>/qe\F V\c=JS#%eG,&rzKQo/CMӬHv9(=;z;Qt2=7뺎L{+9"%ºf<ѧIʻf4O?nGc"eCp=j@|%(+[Se{jJpOld.37D@3b!:^auKs1HMDF ic,pLEWΙ؟$ZL@=g;Ajo~gh|_WMqʃa&65^yszٿQGʩyi8ϡuX(l#aݽ/<5#{R %X~oPK`n B}/W#n@y]:l%OXFx睂`y`gZ䙢:!saGΫ:aIdllYvR߻=){ũ#A\A(OptJ(O})iUph8n4 b +CBV{TMʬY*dƐS[&:xT/$sDse(/=/o] /WY1 K׺O{c% M 5$=q"ѿوd{4,+ځӦ#J죩Qi֌9; &4U`rȳ>b$aM=˳XjPV]awF X$Xl( ?qԠ"U/cbX/Fz !Ա[4AgGQR2\Y=Õ~ځ](QՅK%]A4(y(Ưh}˝T } @$JfOᛦHq,$ Tw 5)0Ui{B5Ԫ_[2j5\~i#|1hKS(u~R 㔩@ .6lw8 DB§姓؞U@66ΨTWFk`7V}@ZۀX" +A M$k'U8ɟ}p㷇NQ\LJ*$l~MQ'sA {+Jgp0Y!(Yo3N>"7fىba  (9UA%X j*7I"ofWt(>-4bG"Of- 3yY%Nf\lȺ1{]4N7! @agVW|txŻOyʪJU&D0%) +ZE&'tZǸ?ӮoȘ='?Osy9) O/p Fk4lzEÛ f|-5CgV9ja bwㆨtgj` C,s?{j 1Kůa I/lAsg"1:H̶#QBgCF|Lֺښ x]+0.{8:}i-p4$u@qM]onKrM 񻥡ƒmN!aLz+$:eLJyEߨDhnŽkLmp#6^~JQĻdp-+_< CB:װzDRyKyGJ 48TBi`eA߰ħ{ ͆Tvfߍe] )4: pj#ߕ"Bqz?(GpJ&!ju8yŦò7Hhg%ʢ6? kܨ JOv9B?Z~hP,IMLM1AK|;2TG!"}%mkBIv%t0V ,_B|N8"gc)ʲ9;X"xjھlY«T"swOms9*$Xc#x&X[?tW&Tn7/4/U1~|t 4Rd4JGZZ!RV):Qٲ9f@z)gms-yzjiNGko3;,[P& zĆRNDg'PTm?4~{6;x)y/E`ow+Vz(lMqq7[ +qĺ\vئvX9o%/jY4lPQ?å!bj+"J9zbd1 oR$a[kְy0I/iEtw`X+}QCФ.ZX/tJu$Ahg~ ?tֽO7at +l:QhHՆc2j F0oP6f\N\\k8Q2KG5]@ +p V@,6Z-l^ m+2T!&E Q٩`.IV"[wJD -^BW!z!o6d܊r3#|A+"d6d= )x8K$ +,6rӏuf:TVuGaŖ ̤LU$4D,pGD'b@\5JhID9.ׄw4R J^vR8343tkQ-^X &ݍڄ0}ҋ4 +p,gY7lOUA77L!&޻|ec F̗]*b;j(>"5ެt/JGWN:p l_4ʎj'ZtUG`Vz*ֵc4%mҒU$g-r N$ӅR5µAAF>LE/m4^mS(e؛6/|HiH@ƃE?IRfÂ7EWZذ5#Uٱ31%͈FHS˅Q㉂e0FF?tf!OWԿּ,*FSODȔ41czb{68: 4^\Dh.tLv#uYmx}e,>= qB12UhRo Ikе?SW%1!ge~ّ4T]ZlDYYe2 <`*,n!J=#\< %I[l<ʴ!ަvpqI$A+Fğ4I kCyVNoJ8`i"}]$OzD\<WZ)1TN: =S1Vh{@0  */Ap[uaT4}(WQ0/Sx̂fΞT`ԍ`K~\iDzI)grJh7 f`6#3|fػRuUKͲGX}ͣaAi st /t}VR;񁄞S1.xb/Re"l5V̓HT`dD"P|\Gl5v3F~XWql AE] o[B]hQfgM7N-N)HitE +!U U07_ +%*~'2>"1~'3 +7;u&i]|#*Yc?X8})eiPH-]ND2Zd0yrRhwk&o>jS:}鬉2$<|!<XES{Znry =vyXR^[JBg;e?r=2ɕp$څa l;t&oshv 9'İ٫@v_Ow~xӹ37ZDa'WXv)7} (}+bjm5՚b4Mm`[W=I:VJ. 3OU$W*Zg_0R0&/ +sI#=܋7X`٦^WnP5֚ %yfɍ=rQ||a_-xu䔐z[92Sqˣ`~(+ +bF;,4Ѫv89[KXI{7ACh +ֿ.&[fe1NVM}LCѓ7ەLWRH3a(Y$ƃ4]0Lݶ'.L9P/2P Ra'*[gdۢ18Aqp) f_.U2". hiƊίO紲 +/}H8Ox@226uf*`Srm^UxaybcDmau/_-"e)╒}4Gqf8E8_Ҵj D[Țn>JsJ"-1QKQ7@Lf  }qH˭w0J"`sr fGm^֭ wPtt~)a4YF9f|EBP8ш_[7ڇN4'˸X0* g:]zƱFלx^M(_B)_ 鍔'mQSK1‚gk?tFQp +І wlAY&a75pО{+j^VE̔pRT.Xu03q~fAz; !ܻ@j#pPIyNO/E.Y:>:9g^=sܼOA(k= kle2֛V\pbU_Qw{ZK^mlvܢx&3ajS3=}#ݣzk*=xFsa +Jm[On^35]"Tsqg[BO2~VЇpLn7" NA \*rk$L5ڐ>1Dc:zytb+G`LHڱe5. r]gZgw>P庶FH?u_x@#DYFvi8e<9|Iٞ`Mrf3(X\T-Ideҡ|p`L_UymTk8P + R">uDX GfYASa J?N n ( ,'vioYbW,i~xtW;J5>%׬zo+|ībTE=ħjh= +l(u]6ױ +h}=u%UkXx"N.4u(%rI.+~Lv@>jFi NRie!w&}۬|˪~vp23E”ϣ)Q%#2&4SBgǵ:<Щb|҅byFӕ5Nͤ'-tP? +҂ohiU*eO=hO6ZxwD`o.`4.BڜϻʋiB^ +`5 q-[Ivt%׵x$31,3Mif,=պIA\w|!o*.!rz(69M [aiuHV!%rF8TAlD>lʪM d_vZl +F,\xW)NzaZ6^D*R;Q8J5?Kۃ$sDܫ`9 dOԌ|d#6+$Cqye/! t0b)v6I\FLg +GPpW'G +^55AC +-e`XԺ03jdrm׾@črb׌=H0!Xe3+{s J) h Cbni:LPj"PVBjvߔ[NkN9أZ\*F|GȡE 5U +pKwz ɑ" :a>]Bl*j +$  I"e<tBS7C$n%sk5wKHj;&fp/e^)C+ mA@-aAp:J5rԬ':p`!z B'&a#D"3H* YF+k endstream endobj -3264 0 obj << +3310 0 obj << /Type /FontDescriptor -/FontName /NQWCSX+SFBX1440 +/FontName /QDMJAB+SFBX1440 /Flags 4 /FontBBox [-218 -316 1652 915] /Ascent 690 @@ -20943,10 +21402,10 @@ endobj /ItalicAngle 0 /StemV 50 /XHeight 444 -/CharSet (/A/C/D/F/G/I/L/M/O/P/Q/S/T/U/a/b/c/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/r/s/seven/six/t/three/two/u/v/w/x/y) -/FontFile 3263 0 R +/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 3309 0 R >> endobj -3265 0 obj << +3311 0 obj << /Length1 722 /Length2 5266 /Length3 0 @@ -20988,7 +21447,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 -3267 0 obj << +3313 0 obj << /Length1 721 /Length2 17757 /Length3 0 @@ -21071,7 +21530,7 @@ d N[0Z$<@?`lhґXJ۔2s}LK±5_V endstream endobj -3268 0 obj << +3314 0 obj << /Type /FontDescriptor /FontName /IKLQVK+SFRM0600 /Flags 4 @@ -21083,9 +21542,9 @@ endobj /StemV 50 /XHeight 430 /CharSet (/A/eight/five/four/nine/one/seven/six/three/two/zero) -/FontFile 3267 0 R +/FontFile 3313 0 R >> endobj -3269 0 obj << +3315 0 obj << /Length1 721 /Length2 15103 /Length3 0 @@ -21153,7 +21612,7 @@ $ LfppC'알Oy@imc$xc#3sPjo5YU=m endstream endobj -3270 0 obj << +3316 0 obj << /Type /FontDescriptor /FontName /ACWQQP+SFRM0700 /Flags 4 @@ -21165,9 +21624,9 @@ endobj /StemV 50 /XHeight 430 /CharSet (/A/eight/five/four/nine/one/seven/six/three/two/zero) -/FontFile 3269 0 R +/FontFile 3315 0 R >> endobj -3271 0 obj << +3317 0 obj << /Length1 721 /Length2 29938 /Length3 0 @@ -21303,7 +21762,7 @@ z D+z05ĢSVgs1[df;Yfv]9vN_^0'QYElS(oGY.LӁ̚4ܐv2pן-uBa@P[{2V ,bssXT88edm1=SI\*W`ke8r4h)d endstream endobj -3272 0 obj << +3318 0 obj << /Type /FontDescriptor /FontName /CMLIXH+SFRM0800 /Flags 4 @@ -21315,9 +21774,9 @@ 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 3271 0 R +/FontFile 3317 0 R >> endobj -3273 0 obj << +3319 0 obj << /Length1 721 /Length2 22225 /Length3 0 @@ -21418,7 +21877,7 @@ c r[dP=%V""k endstream endobj -3274 0 obj << +3320 0 obj << /Type /FontDescriptor /FontName /OOZKGY+SFRM0900 /Flags 4 @@ -21430,130 +21889,131 @@ endobj /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 3273 0 R +/FontFile 3319 0 R >> endobj -3275 0 obj << +3321 0 obj << /Length1 721 -/Length2 27974 +/Length2 27592 /Length3 0 -/Length 28558 +/Length 28196 /Filter /FlateDecode >> stream -xlcpf-uNĶձm;Ol۶m۶m{9[gb̽kV7) $(`c#%r88j@c`b``#ڹ;9((Z[;Tml]̍<....tο)RNf@ $'!!+UmVygC+s#H 0uX#ݿ ظ!f`k QU+  l89r9X;,+YupE067rMm-?acg!??R&d -![k;g'@`P6/N `cr ;͝Wg_d?;jlkc/H/"IwZ ;-o`/N2Nn-ÿZ:%(hI efb08ٽF@ O/=H@n}ֈ;"%GpznF_ztuF |X -^'oߐwrW⾙ p29EZL\aSV{ mm$ q~甾 O5ŒFҾU1Je'nmFRGe,ڐu,4/p[Ϭ(T^mЦq5CR84( %ԜtdcIkq.ƧICņ02ʕbL8XN%4ӭAd[weN./Ȳi~`YO~#MB14ѻH勯 Ҫ`h=(:rtSiOTL7L&WvKzmcܒ@vX Vz@FնܳxI\\ a6Cbc4tG}*iԐ-Ɉ_]j[߼GWiW -dդ&א1m,;,vv1<:N3/m eH$wXߟ_j wQ٬0Z/Cj{/'M xelOƻ0~d{=D͚RAm=B{虢2卧ueR w) Ҫ %;%Vf6Tr -db* %Q ,0%,^p3-T EkڗP0yDAf;l{`Co`F5b(VB' 626zkLB76],uHP4j>rѩUa"RDB 9!"( :GeUdyI,u/1V"jr[8}&\y3[V7Me|(@aX^)*s-OC3?یԋ'а_y-um fVSKxɥ<"6sz^%|y3~!0F^t[lJ - 9!REx{לcy]7hAҫXiƓF!gLQ"Pilummߏg6V(F~7z'G#AUcv|-yA[2F\]5~`]-sHݎ:uŚR/#^rmK0 "}8ti(1Z )2215z|nhF%zto.鷀)=(-CoXcBI+\/ք~Fv AY_證Jjaqԣvr2rYg6#hz2>ߩebS_H䫎yZ4`Jv4VbV~&a0S5kwT/JyI}b{dN -ė.EL:3ߟcLz,vlz ȀÝ7AQXILs|ҫ76%yԇ$UnCC(E")Jj!r:g++Fg.4X/15%W -_.KyF<+]r{CƼ0vt3U39g ɷiZ^=ru ?6߁9Y=>別 a5 -KfX_>"fc+C'x?quJ,ZE2;O/)|eP A^Izv*ΠyRGLOXn%L FmԖjߗwI_N[[wא7@7f? ;lW zq8ulp)][W^tu8WՌ@ɭGO͍wy[ Ǭ- +f;u,K^Ȯ냅kW'?FQD;׊#7& ʈڬKٳpwHoS#I q?B眹[SgTڴkJ|tD匲Ե oj^%a84 l0oɡFRV !Fm f鹷S4=9o[H:bg=cч}y'Te 7UȮjPVji5Huz~()$vyj ?,{d7j>'%$+bT @۩snyv-PiNטAjK3';!}TLKҼnW&T5rHݒgGC/![ч'{‡N* ٕ8;m{T"y -Y]3I^ÿ2*4*_`: ;RWw_·]MMTT6\O7_#QH:.FD" "]=e5-)Erb~{!O-]S,(I»32=HFr{/{s;S7QF*(~;4Tdu>O*k^ Wۍy4:"H=O:jd^M~.exE9Vgڃ r - +S[QZ692;DhK*7:Zʙ)5mټ7f)K1M[.kwt^ghME<#ҳmx>VzV%^쏤Rm :`?ѿI6482U -ňBZqgؘ<<-1'| ٨%Qh=¼tꙅr1Co\nK8n(ږ+^Lp{O=E9aHshNfj$4k-}ORx"kwmWb&2MPۺR@Lʗƃ`l4Sk[ PJ${9Bh+fc R%;̏+u0റ`↦Ǡ~:46fߒ{ʮs6qK.Uҹ`g5swLR\1IP)T -[7EZ>lўL7'AWvHvq9#q Ǻ K+ egP.&\_} v}Jk{'H@.FHYĥv%k r&jƋ#M4K^Wd ~< -K5)twOzqq̅;(@12G86ȣ̥8jH H&փ!W2J[+sb^vfJd tZklY2Ź,H>⨮Ɯ&uq ZouUtd순4F*)}/)Ģ[H-dV~Y= $A k!"[zL5zeA3bshX >J3:}4Q~1Nƫpׇ:hA;Q zIGZy\q~פ(\i?D0%ՕiFLdx!uZ]o T y ֌"O"2x׈ $!e=xVP{=珮2 Td2jZmҷHt!kː;* -4t/7$)Lj*uKC!7_T ŏtꞱD;="6)u)XhbqKl6W"\Gu4v ,%u3'Ut4JmGN:w`ߺ -gyz e0$GWh~Cڙ jLZk3B CỨ$57}r&/T:\b &/rob00M)kdm$Le!^oiQԼ%ϡ ?BqG$:[n.=(85 -W^lA³Bhg\ -o71I};y_^vq_K,@],#?o)fDU>A #d@4U'ϒOmjOt]C}4g0$ĩ\&yӈ>mx=I-KyJ$NCal.vQ|%$u1.*J_Z冪ŬR$?^W^wUhKU$PID^_ |+gaeTzb9J]x9;F٭]mo<\iᗬrO7&"n]Rqs1 -^#(ގ$nѲ㤂=Oԧ4Iۦs#,3ۅ,YތS YUi1}JT^iGjǚ?Aټ| . G|p  bgW1N\v'nrCX!x= ҂P TU,xc)H5wN1 Z-8p&pKi(V:{^IV풭[@t; uG(KɁD;M=FktD+:B , -mA![pQeΟݧhahYà~ -8 Yhfŝy* &,.1(q^^B ^R]$L>aYTI(WII37l $2 -i  ݞMu\.^˥;lOyed% ';qO/]k 8ACEMLv^p֒"ւ^%ICo=;`N. S]"79xXF̴hc -gA+)`Eso-\Bv j䴃)`kP?~)Զy]wHL?|MBy(Tq+U},g;]"4fG ;uhsȠ&"xx|æ so@mVAu%qj -,J{"t~Al e+{ C4KsRdG`jiD޾hJdKWyecNѧoKHew*-y e>,I25Ў>j6Èܺs.$oB6dK}(4xjK - +8\d!=4^1t3'ip;8RZ2 {b|sѝ_;g! 8/oZ/Sm\[!ufQډ^󮚴߂Tyy"V[[32vPx[`iЂVgTe .9 MQX+}Ƙ靚q+~D`S C>0 -,t+GQKGU NZ*gL9*Z%ߩ޾XO\8傎I'fS@ڧgS1:T0J#=ݤuiK}\"DIs{ș5esD@4t_'Zb %Z3F7 =^'Uzf]2z柺&^8ZTqdz~IxZcެkdF#"kaU~&\0$2]+8w$&r/HvDnH/d mLSm =':ŋQp j%Ρ}]!DRgb=] - wGaXlә6Ǥ{fe;*T*|Ås:X Z.9t?+MJZ`:7".l% :7ȻXO~Rr\JJ~[A4wݪXo4?ɱ:d'k'<>ɝW9WЯSIW隍ƏTr?XB.{+cރ7b"׽v*56-B;H b\=ƠЏr/a~ aI96jr+~~8IE 9#?B&%T^gk@/*vql2.hPI%i԰7 -5OO""d`+߂jDUB#ҀyFi:ay)|HFF3gҤ`ύCE.7 M=}` vr4ݑfal]q~s\R q3Xe,:-0/U˶'T}S28Ťo,;%,w,7Xwi2L'&+͏zC7,N*4ᓼ~F|MP3,w3A uR -Aٛ/ gv 9L]EDkt3 -0!ddܫ` '*-7[Oa~ҌE 4qae9| c%HTt -wK%"ޚa_Rl]>=ڎ!9I3SP'zLr7uon]t8cs,+Ǭœ[*~d)ȉX5 Z>ph+X!K5C}jNGr@ؼ7>"[4l"V(igi %).EiݞOKsA'dnΠc0Ky1if~,W303'nMV - L[V@V2ñ oOd\eEVQx̼cX=h9Pp/.'vgNxQ{;8x,~p_ I* ^e9[ooѬAG7UqZOĪ[=|2ŧgW{/Xթߥt0uPP{"(!UE\4)[" Ek}䃡dlęP}k:0,RGŐ?)$%tagitt t?$ S9w!b[7mq ܳ3=WEdv( Yb <">[l:`4;"/9Pt;+>])#$j_ӘFvml$H72NÏh(^K4;1ŒwEɢ]O#X x W pI9*֬@lKDIk.?ѻ2HV+}ӫW~~ԻPEOn (>ko J5;8\1jX5|슣@Y~+f;ms(Yҭh]k1'hNy1Z"nQ`~9+Q-H}TDZy AүmJGd|ʣrPu.8te(&)qRbG0= vFƁ2B>mϾx) K~}Itk~8r=}%1RRn@FiSt=6__f -1@U Vc%BM;"C53p_ޓJ37q6+x‘h~ -TrgZxqصƶuD ǓtML//3euYyu \.LS4Fvё s֊](ÄrrR()3)Ke`(^<2q@UbG2X&tw7Oڹu"3A#f#bd_3by2'}!@Rd%WuKR#oaYT]ъDq=+&w$uPJX.:Ň^1˟9-\AIJ߻*YdUv dB mdkDɤibzVy`P.HhlN7΢&b :PU'55"MK?nWZBI+ EKB'2 -NZuo7c41`λ(R# -|AR "Cnpyc˸&?nrB%*zڽ}ЬlZ|8R>Vtzs<5QĽ$:(tqIz+ Q""Lu%Z7ͮ`5|skzy6SJ`P !=bYoا¾˫T |ާh0oO)5͐a_jz_y"3T1ieOw+)S4 k5ʃ8rb٢#1x@6!4:T{VwB[?sگyP_vH.u!E!s@ַsΠ!B#i 믦BTCR-Iy.'K1|?8<͚|d!)Wmb}!* OT2'Pu"B0@G#g꓁tcdHP[:b-Sy{>r(Vd֟DZq0 ;} u -KQ"F5U]M `H<~>3ITӫ){-=?| iQ, ),la8@u}4qI`~HUYų+tvDȭO2 JWUNxܱgeZH8&OlA {&G6QkJD?VZtfn~\p*w8Nz9Oz&+'n^崲^F+k0oB0˫#pW@G,-E(Lb+q2sV1ҌM]6vw+cajϲ X> c -ZkeL0wTC>eC^QLC:TIa9 ء-co$Tɒt -SKmS(#kJ◯swZUa0]pW6/Yy\-+G!ѿ:rv۪ڰ\paZ/! U|Ŷ"ϟz@bҥvT}sov2,sT ?ݠ -=Ni - A:`:4RpNa>`T'3v,ƱA$dݽ!m]̒FcD[zBҏ[3L֬/7}ޔ8g>&O#! j&bW~Vt*k\0/ҋKaK91f!?RŠIOvߴwH Tbʈ_Ewqf§Uw4\ Ly˖՚nɉ2{7E˫ -s%O +$ɱCm@:GHd+&Rˁ #t&%[w ᅁ_~\XBBf?(~FuqK$${qRFX[#/S:BBԱY׼ϵd¨4$BDd!kGrXl3u 0T<Y NPA4ufdElc1r><%L".}wj"V&#dzLyVYHrVdic,yz3N^Z7dI[ Q_J׳-2>OovRD+Ğ,!cYpj\Mlҳn}_|x FbAdk5C8h}_>4xBd bYngk :>F.~B$Kސ{5N\C'!ǘz䮢:P s!] r9Q˧$"[#8$kJv4fХuj@ɡ` %S-ź y5>K#hapEoUWĂ D,M;c̗T|hM!)ML(Kɫe:,:pkLl(OZ[h@s%ߪJ -6#QRAvj{2dC-s -]LgAZE[Kg -dHz3j0La^VUO=l?c9`#yH=blS _\,tE=kr_sKS1 FN%Ah2,,~Vи Ooal V{969%ە$w%z_DmHQbg#lx^81AйCVM_{k cӊ;h KIoD5wn`q8ʎ?qR !xgHa4A4 W٦M6/|~Zy1F{~@kQQBlM\Sf },f~FbqcAJ\3:K?E %v3|u͞9yuv<o)C1BKqc@a)Ѕqɳ[2&|9oXߞ{1MlS1uhhFNY_-ɅP䨼*}=Nq O7 U4F. ˙-y13DOGlYiJd\ә'r}WThwL܌EԤga|,t $Trk{<>} ybDWC78º%|H{N0(7$>!xq́{Jj{WtRq Shľr!E2MXmgS;/ UE3D˄m h.8`_#'H~IPm~ 1MnLDk4ő,eM gg$L;t+[EbyC9>bm|ҖGmt\I%s1v;xNImxbO 11;hoK2gcʒe%Eq1sW|]ioZ-RI9,T;VGbnH- a!]G?sAK?nOp3uVf(Ը\bMcdUa?|Ⱦ`vX$&>$dFkι*T\x 4r) -~\-@yt0Liov?XSO nt_bո1aU -0n z4')]ʺtzg.SMKg$3V߲͗ǍZτ jqU9] DbY[1k#"Hn#!oPd½LUdrC4*wQ]K J擻`>y,gBfHN|ϬI5hԘ7e|h 4|.4_])+~Ɔ@_Q@ *‘d'` Bwp mPpe||l& wuVeީeFɑҭl\ -LoɤG$\ #F III$d6; /K6Ȥf@LCF?LP|bT9X>=mgC7ӻ#j*cIhQ9ʟ /^zH;$Ԍq;Tlp%*"8V`j >`̫s"s ~rȤK͐p :{ޡ~AY#7nF;N]: SYϰbae/72hfdLRR :)l/K(} -GջlGkCQuj-fQX}&poe;3)/N`M( \.*d ;p -gڜzSy>^p6+oqKX Vb mKY+?P \51.Sc̤0!ei10l~X腨f[ mdb"`*ҕW!?@?ƑoyyLp֭Nϧ`BiV ZIEڙh5[jՌ3]r {ؽZ}p)⃜x2;v3&Zok2Z)ݯ!Ý@-֖iJF.Iڸ9xd}O& XpF>5%y,OS$5r@Orv_`<ɛҸq!n)cQaψ@C4o%n.jlJn.&#o9M{@K(咷]!$Bleu_&h q;a@<m/juZ$[y}k #'x}9q4lDU8Te[sR j ``Kto,3,4DܗfLJ ZtsZh C_fHc&kBcSHTWz(TIN(95$MMh]pWSfh | -'S}F)]=EVMe;>:(zÐ,/5[VB~K2 gTf\ʦHmt_R HλJoD2T|Co<ƛn-Cٖu[)1(pLrE&_,;~io -? ! -;[/VSg+A>TʉKgZ>O6KaEQEa -MaZl5N*` 2rZcL-i/.VEZe S_OeM|Z8s$u"4p.>ֶ\gлQuE$5 -M7 "# 9Y<)i䫷]lk.Zꁎ5B tAR2-6v,ssuiIrbC#''e j7ca8͒+jB^ \ڬ.<4eSID  4٘TP dҫ(ÌFCZIaB(mRTHu,FZi/:YVXtEט>O ⊷O,::'Nc%DG}+Vw'DwqO<1bht!XCvvE^2A8&Kb>]eWҝ!a1`f) }tY -32T&FOK,Aχnx([=}$,G@dhn5X @;αlӬ^WhmZ}HMFzGqVm|y5Q/ɗФn^j37F([bP8L9YƗSd]`ʅ2%a}>Hx`aךȨjxud-1nodP` ]btT?03[gKkԓ[ӦFL$vw<Nr<d |Q$T=`^9 qђav3Q=]?p1N3+t_Z|Y:`Ę^,"+ - &O.fx-"4G\TI'ʙ |"M]#=壘<eNyHq2Ls'`"z~hONXff24TV7ZbttDbٽJV5dvz^<FI ,)ʰ]BsK -vI7k&poO(3yc#n5(~HBpq58tǟ/ L,CZ4K5=Ze\_IQ;FsS:ОԗӃht e"|Ɵ0\y>I 5ώ[f+ȜG.?>\ O_B'!{PTg].k0-{$ +y<9oއ|f`H>:nWDqz\|RUҙ_{GBySmb*EȀQϊ{Sk0D5|NI4GNvû4u3 (1n+e,ˈP|{0qDdGNĤ&WǸ&=Ƶs7Ҕύr4rC-ID| Y'4Vg>(&pȭ=CBHb -ʚφkc,ANy!sZ ?,p˙SWBrH HyhvJ_役^gBӰjubZ#Š7Kq3y}atR9)ե^,Ӕƕ:^Tr:PG(4WLqbYT8/^gwAOK/T&OĤ/mF-(I+8)?F1[)~qxe]%>0G1_C3u'-uăS$:yAY嫳9t̺#qt@yHL%EMO!eAtesdV?QU\Ѧf~ 6heZ|r+$[E--UZ=@t) ~Ź TUK}[L-VߗfbGw?ۛQ+ƶ֪<?z5 d|!P#!ɅOE| -l -qrp -@lP.w!k%."|C&t0H51;f[[i^D+>ͭLz jzY'm;K" iv^0t6vl{UGm9yt8IӥsW_b貫;\:rC51!TIoWnu-b=/UjH7pUؤ?#L&'s&a\J'6 -[ ۡ+ι [B[)XF2,7x4|T];l]#8J|k`>5FG: qK\ J~F4$9uyȂIa2!V)^juL5>6]D:QutD]Z#{ #4:6.f2PW?7ܪ 7t D,|sGfjqëQ~4.4QY!,/zjV:ER7i jV_At@~6Vm"~(cjCH5y YBWJd!<a#>`Xl$n;HPz1 $|O{`۰09*EJ<:%2Ԯgk/Xv#2YGQ?w4Y?ЧK;IkبRjw p&ď,jna;j*ݰkh\cv;e¬x[WT=&?3l[DmS;w,`1Kt4x#ƤѺՉ<. -BFPd?FBv0[7ҺYR둽Qi*k!ԧ,ҹ@7Tz{U?e?ÁAe]?5qުSY twvbIRXa0e==:%^d_]I8 ρG@Jeˊ.>r{&m=mg;?P[nm(Ѿ67b|x SZ0YWy؁QJZ# _Z CVFcHoʫnćѸ$΀~EFKolvʲ̐| -~;4qԒB;Kנ" ݀ Bժ6c[O[ȴ _X?[ͱѽG_ݭuuH>lג,$b>wI<>3 ;D'Kܴ%+>;jK5 )ҀNP `y~7VrazVSyaURxvMх=RáQ~oSNv^>>I0St K |bsPڴ7*_E8>_ Cr| -p\<();u}PSX'cj(dj &.@q!ݦ+ ^>!oNұ.Pff,M?oPٯ8ӡ`Ll"~ r@;sE>UFi&_tIY9G4p0#0W,Uɦ4~p_G(5nU9C̏{9`d,57|w*􊻷Tm/S meu3 Kkdqb" 8ߕ]O4u^vq ʿeX9*rfDp$c yMʻZ۝NNɣ6mC,jg!Jf .òL)ٕ4q;S, ]پNš lf$r`qWc=+$JuͮMFR,` F5ذ ?D~CxFev~iHIsҽhBp@js äK#_` r@L@Ajr*cۢ |QSpI -47B^⼐H[:^G#9U}TX -{mraD -t FbaZ2 t@t ?/Kxy]:q%ٶQL1Z|;|ۑH(o;ŕUVZpL =#>*H36 vE"?#cC^G-h~Kt}Z:$j@5 -xDL<9QS]BQSn_Rbb][IOF#-<}CB8O]l!,P^ -%ʳI)OF+^x@$ #3*Bk؋®"#V{|/w gNuD[ٴJ?&-DtRV?*SVKGPr1e`,Q#ar~x) GdnHVn8lR#rҲ87@ȍe.ePv83ުc0T7\l|N h'TA%[<ѠHkdjl|B@Yq)ehn,3x.YWN Ϧ $2͟j뢑2d;uWP<իxNV,F\ T ES{TSy.R7I-'g=Y*:l#w,t_1^eyz^;mp -\go ǭ%21o%%1 -/-$$6y[6_J~"#X B#֌o[XНk0e5F]‚JcW լΗ,gŦ[W#^Jd>`Hcbt6$%;*g^ˆZxkb/1pѕ2qK>0b#@b]A2 E~F\a( -<{҇9!4 -e6<ؚX+76c2 o5Xm> -B?mv84e<4sɷ, wE> y@4TyqjkIAT/y{r~iwH.)i\b꺤o4莜v}O;[ÕXv͗'- OC䣔FqJbԁR*o2U3u`H hw -;UdJ2sfԆ:#]?Bx|\5 Q'N\YCu(6O0Zj6"ZEXjn֢ qpq a"{ }4:g\89cfzXiS{$Pg%WvOU*b~cpg~cA$Χ-Qt̂RB$(45iİ5(;I@PԆseGTy'RJc{ Y -WV(sS=g5+QJLY[-]1@v)^-o M_6< i -S"Kc}V֩'OǕdH1I'2 -nχEmÒ2$.F&DR=%o޽  -bD~3BBPj|4If\FRH%r}{/d'1R{@P {tr3h[3EKcv O}Ե_@̇4)3^RNb JαT99 f]WD" -=M'C[ %^] |H쟸%b2؁+mP⾄1 -Ȍ;{߬.:ɽ;Hj75/? Sj(؄*uqOzrwӑTf_wm'$rR>nbJD ; gڳ-\چ5΄2ѯGҥ)b@P9obꉋsZM~eXx} > :9hG^2thM=5Tt{Cyq*>. Dva{WD _ZEF3G8* NY3Fu)RwQ6sY1txrՠzU(;Qh 3O\ϒ<"xeN٬Ri) 2%yvo݇;369 e37V’h -msڸ*V'ڇ^^=_3!˃g:fTĀE B3pXWG{X4^84`b-7FNYɝuLn@E1f^Ķ؈DOM\rUV:څ2Vܺ?+=ټ~çzƨ璊9]w3H6{䲾ģ"uƅy(>`[E #Zp95Kg60;L9ZoK%Q1%P4|2?0Ѐ -~-nv!7po FZ'!ITL5rI{F%uvW>t$kݲ§ 9X5ВzzD/!P'GQ[ I0^WsBD?G|Xi@i\i%b꾢YxƠ2OZ-- -oBOփk +6RU"КMM^0O3[6B(=µ̡^Z/EZ#w#H1eQ,LlD>QYvƹ/)5 N4>-(ԫdx*U~ Ԍ\s|\x]qPo'o>@ y.b9l/\+ zKkbAd}%C z/L3(Ɩxa|d#E*+P5Re2U8?H퉄/O"7[UyCd.zܵU9Rɫ͏"m=$uϿ#e*c,Dmda39xLТg%1NX t玤 -dűV 3-Wv2{"|~5+4oCR}u}{jMI?.ȥ6 -]`o2ֿdh/U̱hg(\T4)RwJ 6AN3qQ_d@ 5Ap"af<cդލ+pKj3_ؽS @Y,^l^љ\`^U$ǁ1sH'7k{ `:x2!ݱ\ٗh&TwFM2yDޅ\CcLl6|vBT:nPO6F)jq\9Ϯe!=ޯ0;yx-4k !fN4N]iXJē;)*/2Z}I%Cw(j DV(TLW5SP?vPI8 1Db5hsͮ| -.4Xs?[%ηK7 &''T/0}1 C!O݀KlR(g.gwxQBr>j(Х41eBMK蚂[z}@_,M-[Hi] -@יIqy&( Z E]d(`/W1;ʡ|[?!BIt=f?G&G@-5(/زϹL򈳲m:9[8u>94%}>Щ~@FJݴteh=ix17hN6vB$8{zMaW!>5P䒃͑Iكf]ӕB,fpfӷp'84Z[O}_oSo#( 4"a~t%'+~iKbˀ(cd&đo#Z,$CwѕMըyk2=^;26 dсzd]*?T+r -D/h*N~G=4)r]nP؋3̽@UGjx ~)=ϫC(zQfgt43*|S>`4Z0%q@2tB`d}a6d,Hpi#|W?ȐR aK|tvM" -vAW[NIcG <:24L %hGਮ<=% &2$oZ:8x9 ֶ]OU1 UK̛i+==\cD?¡Mů:5^eޒhߩ)M%f`k:?%.yg4K 4 J_,5[ʼ!`z|.XRe'oct*U' :e?dX|C#OשbY gkWt#b,##"ekpX2~v+ -ji i!Ḏ>{]@ +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 endstream endobj -3276 0 obj << +3322 0 obj << /Type /FontDescriptor -/FontName /JYUUOZ+SFRM1000 +/FontName /GIKBSA+SFRM1000 /Flags 4 /FontBBox [-189 -321 1456 937] /Ascent 689 @@ -21562,86 +22022,100 @@ 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/eacute/eight/emdash/equal/exclam/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 3275 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/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 3321 0 R >> endobj -3277 0 obj << +3323 0 obj << /Length1 721 -/Length2 16293 +/Length2 16446 /Length3 0 -/Length 16886 +/Length 17044 /Filter /FlateDecode >> stream -xlM-ܶuӶm۶m۶ݧӶm۶~3sgnϓpՅG[1JrLo8}YkC׽5]R,=Š06v[{w@Qx|4W%="!i[~{k+e'dD{x8W ;9Ax -t>sk%PXdW>ǔg,gCӭ^&)w%+sPkDX/qZ;{D㧐D.=t=F"'={{.ԣ֘]<K`8aAuT"josոlsK _a.ID`j!ќ.\g֐jzK!{ng1  /槅5nդ vBW@4uhH }!cBPV`l8R][$z_Z89W&-WuIх0NUvK -wylvTփ1/ Xf"xlv%zrV8R's(jh1K{c!7#a0&FV*Ό>3o=;IU]U.5ɮI~[L,݇eyJ+NàV8يI2'Jb#R6?3Dlg"[t@q* #?olBma,jƽGL@Y@^eQ}jMOerB) kg'dzsʾZP"z Cy?QMܬi[ fhk&AF -z1Uvp.7{́KOW3Os_CTH >֬UBhy \uy^SAQwFѿ3N=d -oٌ!.Hz*~\CW#hb jj -Ev蝡({P>#i="<ltWC@$e)݄gP;*ZZU'BtZ G\AXc\^Uo,Ҋ2 -TaX - ];ˠE+x&{TlXkjm9!PwQj9`q06(3xc粅 >5{2}URSu!Aқe=:_}d XTT X/yrrZ|wZ#dlJ LKo/\ݹc8cooS#w%sɲP;3^zf[kmwx=O8܄fZ* w-rAn].v;K捦$=D8gbANDP~5r WY%v)LXdÔg[3P@'"Bx8m2r)K#놢DxKO"~V`P {z@{41ArmעTU˱)DЊ3^֨};"2$DLXp.2 *WEui)ozC0S,b VωQA?3zjjavwxsW'DK'DTjy2ESPՉ,#2)8/zKgoBB -E銢-5틞ˠU%J;Pa`$Sۯ -?l "AxXN3'?eN[$u\;p)e.ި](wlf:RNqA^a 8Ra΂A()IYd-g+P&Vagk=ϰtS?N4ޜ!ȉx~EGwxOr@y'<& :Lz\?XCc#Mi*NTmD4C 1try_9Q:;h8߱fxY* qb^wn ;viVYU?p#HJ݆#I.֒S9M&$4Bلyo7fen@JD#kQM\LAi}ɦr!r S -k)u!.ʵIŒBn J"em{ P`dMْNȧzmWQGõhA{EIr|x8-u kPH) -4I6~eE-ϔGђ8B -F"+LɫCxTy -LḟLx#m̥l'|XGP\X&,9Nҏ vj#;0 -Q{f%6.D~v@E-EoŅΦ\S6/=>،AC4H+T5LH;ʣ* "MVH/拋}Cb!n 9P#>Q'O>\w1$R\'h9h{J͹B53EW.UxjG=2jfث`;SYrgH -(Oe!n]aY|,E3ğ -/k^TsZp΋ gRb-"{=3gaΡ-0mtO4x Y vR8;AHIP5S=Owg$v/S]3ʭهna5.&rwoA/n:a\ IuDTB%-'H'@w,[kHSb5.ӪN5"vcu`{o6R]4~A1tP]oRKFmuLw +$ojWn7Si4?a}&03U%ǥhRIȼ)Ap|| P2 -Րult߼,ۘY1O+MrY4 9aUeӆA`i=IB>w58t1Jfl4ë*7Fsm#lE 'a"5K$='XK ~y返K{ He<2հcY@sTn>|GWuM @+jOL1eJR@iz*tS+qӲ*Ӱ)JA8yHS;Rc/lҸX.QMbin&B=2ގ.Bj^6LA8j_oA6%}w h+Z\zt_Wv6Y+B^U&jf Q |V=4%謋/sz!wܵg8(X{pFY1}ąWuL|wjv6eߣ8лU|HCf)ܛRaܣcY pAZ@)ƚP|¬:SnuVE]!~(w8$9ѹK$24X!d2}X?_iNL9[g -QbW2nR$)1sGkO5 jD -u;xL'.wE'9-.8ia -tETӹזSK^|Dɓ~tMsI"q[@ O*=pZ<&r:]X'^8\_ɄC;(RRa>:6^[!Q҂cJϯqHтƩ?k!^ܛ2:]Zd@=JePU|> H{= ]( 4~9^Ϭ:  BU\~h`!'GQ@KO\F,?D@*&;ˣ&M+azČM$䨂w\aWhd?CBzqP(Rs܇ʷe>ձO -X[i,bA'F.; \g;)3 !u &XiLi9ŷVn{ftS~sҺPCQ -^,$)*nFB)Jq KzXs<+/$84yҗCS=HB =&qʤ.-(Cl\R*\D*lhؓ*-Z}8^!]Þ3SO4!H Rrt*,^뻿:k|T~N*, O O^S[QCUIiE2 פs/3~xٿ n\twJ~[T㋏θX+c g]VM:Y} -(^-9C}0?^A<5oL>;H)BuB\Jam~1g' ?e` E l-XAri$Ey;ͣՒkUOp/ (4F3 ץ%~ -A5m}'$1i+.t@Kf|s(JSi^Rɨ' -]т#@b NմO‡6]M.PX #y8Ba&ʟ`tYT651+}F?հ-fb\P9 -~ d (jQݵb먞>L1q[p {&)(^e1w; -+܄1\ o-, $|_t`h%׀W٢îB/nԟ.T~#-\4<S1GYXDf"bBGk - 3-9$!-#2]KdQB˿B~h\hei;V>0) v - jJ9f| <7A93LQXKkrr\^UM@H `*ѣ@'nJO`b)\Jx['a~(n?Oz5+eatL:3`Șz%g#Do艨,{o\0s) !~dC^藍~o% jsɿ$Hwh'ӎzo\ 9C5JwBUܐb3>SZZ^L.*{7`Gvhe[{߳SI X>+|O ⑚@~Mt Ő_xH/o҆qr4 qǕw]i@d|7=CMѼKWmcj.Rh|$<䮉6{q.oI`X~q.*hJ~/oYPJg3~F5 -[ݏPs [)jԪ(kd!j:B$υuW$qA 8^BFtWF1L]I}fo _6c]S[ĉBBF4 /my|7n8IY}Ul0lXL$'s#B26|=0('i+gyIR2X"SXJd>"#mu!%gtO[{*eM\ '"M.!#j?'~c@]ﵳ`N$呍0-_@!h!QbQjr-e?!oy{O (lmO3`qJ֜F]=˔Y/K5]:x - 9|ɳcP2L/@%WRwLXw@i0b"fv9`(I~]--B7'vk*e^#|D}؉|Ȱ}Ͳl*U~ƺ)TCd$i>Hmd?-"H=-xEAL俥 %: daKSP۴TSsJG{.Pft?VK="@3* E.JYjkP 7Ti(jQ4-nEq`s_B-D#}k71S`gۻiCȕum0Q":('z{`r}L5-@yȣcoZj#0}LN hR\7N_W(ާN9eIIMz^LQ< N`4֯( ͦT6UG4z.z'L\>(E8V4=fe -3;[ -H cj2(/PŚ}fh`<(:/L+QRJ1:HV&iJ* :}1Jnhv[Szt.ۿ8(r8% E - /ﴕFX Q]O&`/fM4+Ο WjF}SGhS?:~R%c;DžrSl23{1l;(eY -Fnܱ{Tg,[YB; e5 -cUBSECKv(|v@e؋i[z28pTswF{e@ 0veEkcDqA^] Css|%ΖS 3љ2lm5kρ;TD69_.#*-銸ք B{+dӱ9*OX$M0AIT\P]+'F\&},~Po:"- j~4k.%s=J}axƹ4cc>CgBBW?WÎ6IVѨ -)y:߭C&2EwOF6."/s6G_B ڹ˹?Xc\s*t,ysrMy{}[]%zzd[_:0ZvÍǦؓItEkDxWU)#gy+i0ktPMŏ8W+%W`Hr9G.x`̇etzGNkfW,ѾQFPO(1:Xe4˒`$ s,aoZź]0N įW.jڝ.:乿#q,qvWrPyܞٕYU=gY@eE:VwZ|YeކE "-KAH;y` j{kl2Y j쑝aoԵ@j*1How.P\X݇ qE;Pa$kYaG-DxZ6\MNjFcR98^b4QFQuI g]Ջ򉈁bԼ~$$Q3\\tc JC\a#c{NLIE77i}@I]bkyx* :Z< *rLۃ~@4v{;1(88?W߲$%Z>u4 -eDl{_F/5i:X]/{}NfQU9ZBݧ_r"]<,cIGM'H=}Y$C|}ڍ!8(*f-1疼1-(Dc9G@]R񧸯Oe -ĕϴ'!m#FnQngCsHUZٞXB!!REc2E ъx@}3E!"I+!A!ZEG;48,\!$? dha7SN΄Ms|#4@m;43OM`DE~vI>sH8fQ_qZ]Tpd(kA_~[~:.$.T} \ndGaâT72i%#wh<ͭ{dw;٢5S/WX1.>ۉjt6d 5{")9Zw?f/b8ΠS+9E$ -+,-?ǝDں .h>'Y -+-T-jd+=Ǿ ;H fgOhʊbMhWmlo岩eo̓ bͫv}FH&+ˣm܇GqHn.*,Kh9ڤW2C CWBAa>7 eߍF7z,µ3Uu$u% MDpqz1I sV슜,iZZB+$Q:96bg-ҽ[QEDfHۿ*?UܠdWnjeJt֚FP_<81*޼>LnȆx6I5U7itp A5O" "9. -~Z2iU ;SSzn(c5mAK-stkń UM;Ŋlb=mm-Ї *٩O&Y!H ;2 =-3&el -rRkE1g8e-wz&ؠq7hXjkk93;|7btDؖDa..I tguBx(2*8C 4 jL"5tXfCMY"m+ܶ#F߸[NUV8j, X*B,E0q^OlmV⌢gm]^ ek/;,mAӢp;ίh[:>nXd^RYY\*gbgJHLɡqLH0E3QmYtzB.w})T(VTdO[taHY%,''jGV3r9a_ -(>%Z?M[;ג['W@j)sY4ШG݀0NmxQLqnȑw4tdh у9ZOwv%a>܎o9hmnS|bp, eUsQCs=Kb^iΤɪrI8}!]G~p Վ^荺$}Oi~n/Z iyuc;`3huRmF%&d.j{<`rqy^6(6nc)3 k$-0l("[6Ȋj&Q# %"5P}je=-?KNOx`>WSPt",SNHx,IA4n5=9SB|y-&Lk tep2N !|CC:DU*=$=cz1A`>߽9woMpfM%P`?!r3Izֿa6<2 ?3t^fIƩZKv+~c=Rm[>ýѥƞ j0a/3dfهH/Rq4 cC%]@dVn+fN01珊4ӆ6c:WQ?U`9ylb׭z;Ξ0xWoި?.\oԘ?Nُc~g~s$a}sjzBZ'5Ek}驿%/y*TPLF鬀" VaQէ9oơtgmRV?QiG4+ʴ`nxT!=;Ÿ4%b-(,Jxّ~: غ J <cV JȎ.XiaRZ;^is%?6R؝ǹⓊ$3IrrVKr0"phyXI +ZX#34sN/0tUr¯By9{FF",_b5s醱2l/| 2/ +xlQ +m߶m۶m۶m=m۞mۼss'IaU+;)2"q{WU/G3&:&zFn3##L^Ռaf +P1s01A`"^VJFVvVu[w+K?"33 %%/WHٛ9݌mLV&f.fTsgpr{w3g̝rbB +1U)@V_ ?tG p?,/_ `je +06aݤ 9o!4Cٙ(E\͜rfe;#EYz)W:[S!+q+O3SE+R?q ދFMm#4$啔io7q0I+YwzN\<:3<}8t,̌&?.Vf&nf_/g Fc,}Pkg(ڍo*jNp_C{prɖL ۍUCs+l9v_8S!`~FJsq&i1ץV6-{8j²<%*^ցφ**Y:7Ʊ'a8w[f H倇c +k܊G5Z + G]oi%~=,٪oyƀIfy7ń-“;\܀?-b='PQ)-PjG,un;jq7KZƺ/.JWxg ۨˢnZlmdh88tzۚM%ewu: {/9zqSj@gNɻKWY8~8OeEߝ +-Y=kdjD>0coFkzo+|KV 6y;ҚFsjNhz'ᾘ'PRI113LnV|Գ} &6GS](Ӷ'Q;WT^6,9h=yJ-ŬG%)C19&??aVMpt4a >]t57 Otl`2$/dE$^m]M“MaI5pM@ʚóPy M(h8+ΫOF}:lKrAPٌ%tnn`>ZkJZFZU 0gu\3TlHnRPPI!s[M[;C5/Βjg)n8 PuDȢYNa/JHfȚ2!4xZ*Wv"ɢ.A +e8'T_a9g/>31M͜Ѯlמɢ\>R562!}ms7^% ] =ͩψOYd2+ڟM|׶z.!KDA MTw1Q_@Nt:1m +h*(pLCH$k&Y6&1M' 1s!ԎA^H9<`fCkůr2fۓ_eԧ59X`Bκ 4}?_OYVR !2mxB-ӈ}" 2-eoCs8CL,~h(^ s(:?{YP.lfɞfOjfw tMs U~?QXiflHT.,)9Lѷvvj|(~XG~/K% ߧfoffMj4KMg^;9{oi!Fe9.r} a\mÔz Sɴxg5n*d؀SY%}55Nwɸ޷C̑-Qzd%w6\_O%ÛgN)?zV(fUC Wcğn8U(u(P1ݗ/|=CxVo3FhY$TA -c">Bbk&|[\߬hUd>_R+P> +Kp%M6,5 vm!oߨ@ٜFXP8N9݆|.$[8cf`%Z3wVk-ц{ZtCq, ]T'6Eoġ#EkLI9ol9E4BVG(f'ᔼ쀨جxDt*;3W-/r*eB~?aԭe%L8gḟw8g+ԢZK^be6{Rg__ѻ=慠Iךֈ_"Dtőf4##L8q$T"|Dž-Ղy^G'- upD +hqg*=~Y$QR4*uͭѭQ4~+Gbf|/֐bW(Wվp\` =ß_-~2T/AC/$A` lPTݤokl/MϮm5i) hư! JMjւ-ﰡoe8l)ubnNufhJF3J"w%5p=:ӥV"1']@U4;}jl~ +V AD(KAXx>ekdPVlqzz) \07S<|Y50 +l.~π$.!tB׽(Hr9joy+ 9L9=&4q߁#&3" ƅW"Ѩr%g@Yr/ =*6yu9q~$~)CC9VfwWe-?~uRItrKcӟXBR.?EY:й5`cw` cH*[KE ԿJ?$@&!U ٨iJs!{LỳkFh'dÛ'ͪ]Z5s`7 }$iǕloͭ&HrjƲ^2PFL+gQCRLAe}ɮr)z K{)2SBW*EŅ;iFfdu}Ej 9 Ђ1}!!ʽIʂ7$V 0E.8)RႳ71Ț5Ka_Jے]{1iтGt "I|[:JXz}ۨ=Fixr%S1 d뵍Ev4WɊx˔!8|ۉF~Kr%I+n_ˋs`Y?n #id3'Z;n#RDݍM_ zj-b+nvw*,T p*]8B@GC^!M}GyTH{ؐuȸ1n TH@<`$e`Mdm7'h9XgJ͹B5+EwuDjW=2jVp'sYJWh +#_e!^]aYb=+ğ +/[~TK^\3Zps3 _-bcB{}a#3][K;>}a Xhy7dpwBk{4'ϊIo1L52Z@6)GČ?j]WjD8^u6R_4~A0vP]nROHGout ֈ*%oW +n6jR i5zx#76Ra~ҶCf|0-d%V>`xxGћ5IfiGLmuߛ!ư5AY\ev"촡+M/Q4#fE-:sDi6D1wtTuTpMImJ/IU4KR Ƌ U{vGW4/%4̸MnEf9$='\O }yTH Jg:1l1J*Qm WWy=*sz9BN:צ` Wm5$!pDc1'lH$2? rGUiيRqkn$:q5k\,ӥ 6kq[eCo]a 7,Ea$Yԁُ /pwL\/~t9PWl.3BQ].jv Y|V3<-講4 kv!oܽw4$TwxFE 1cU̍O}Lrwzv6ev8з]rXKn)җJiܫcY xAZH9 ƖH +|Ң:Ka}VMS)~($49ɵ[$:<X!l*cD<0v@eN\5Gw -Qj_2nJ,)1{GkO-jT +M;xloE->ia*tE/ Tӹ̣%זSʣ[AbTٓᯚ'*D?A^4o0f:mifYNxE ?Oj.HZ|&5 +:}8!'~8%rwjNWo:Fd}DmT_3=Fڎ4PW]P!= EMn g? 0ߐJwSc( 6n A>@'%kA-}-V[dqCM3[֧y`I#G`2N-koTk|Q:mⶂR;+ΈE,A;Q_OD]]MzVbY/M߄]f%wu!F.}h:)#mr$gfd9$g54 +B#X?5N?qHJ+Ɨ~ +`FO]x/xsލ ϴ|45XKvNZb[yY +2X֭F =$50D~N«QϟCHe& {]$eG$CCS$)=4S(%zlLx2ŇA=T %)T;ɯH܇5;3I-OgJ(պ (E٬o{ש7&@%"4ƖUa^F /KTŠ)J=0\dװ,| Ez\J +rݦevd38Eli&xP*c؉ N=xo9br~54u웨`J)to)7ni~X+M2$zxġdwaҶlo|i*c^/ґ3,aS0LG:q'YξPs!"膺_%I\jBKNR1^uKK7hV2^#{(o[&L*ƈ^ %`J.{4J'KRjjpFx=X-Q-zr|kE&&qx-'WYT^* +U&(%l]"D1z _0w {ΟU-l~ٌsOky$ hB7a_(yƔd`رwx%s'"B25|?1&fHRp2Z!cM(SyP5\ӹɑQpfyԭ_S/ +lS:bBIw(}Y +DJ+_N1b$G(׫*Jl]x)i/ݼ'fKI1 +%$5$߫$g,[-(< ֵMY̓I'fQqٯŪgU[ N;Zx8Sc=z'Ey­|W'.ڹ2RB[KT["ۅS{/?g\4Z{-74x #F͸2H'.-yTQ%j][micX0D@ZFCێܮ ?$/@{6ws*m5Е!#9R|э|%hS?gxA4D 4Vң!7'퉂7=YVw~ٶp9 Hɓ[2 }TW͏hކaԩ//UY*4غC@zV +~Ͳxݢ +CBV~D ɤL`Hd6wʈ$lk1=Bb'SI-LmGFϾM-@ M"΋4~ӾQ:#*؋5$^1COJ*5lg4&NWߌ:gI^Rsܕwޜlܦh Չe4#9I\XfJCo"7K3fa&L=O4<`eK4C%ҧ )@k(®2FƐ@@LQԺ:Lc\YBGpvw8M7KU@I]KVzޥ.8`NXLj,MIB>|P_p4)`HGs(\ $ nOۍ*4XHT<=iqV,AeE\Aܝ ?v$# HN[ɴ>X/L|,T^mpyǠlCQUWV$ݷb@ R%X;]BEpkQ|9f +8CdzE2r#2f$șȧ!E]{lz4oF#h2}3+U—T8%3֡w\|m MI8>{3 nצu9=e5m=TXЎ+MY5V +&N?]W+2\&6Dd^:XWK +( ;RbE:z{2q zۥD2:k(+p!Q ىh|0#Fr$}>7=JDGp-^!?~n抄7I'x%ܵʍG Sh˻L,C-5A&q}X8z^[%UoDA`bwVs7gUpl緑Ÿ+7IN'IP4Vq`42Mt O4>\5:+|͜Bz>X|'&kYG&IVԉ_HaPvT9~* ;p(;٣`%R<8m,-ъv]X=Gx y6Rq='{Ȣ?Wm@:M^jƎs+9C^y/VCzvf=N +(ܭʤ+ZZ~*d7d>!ЧTZPJ[mS\^D<>YCj^ I~"#"E@Lu:D4ʽLsLyjEY!H]veq\UnNzf$YS"ΤAZ4.ZMl +4GJCB&`2C3Ufs'65y6)xו\,#tQj*» ZqK*zc/ y֌6xR:ܣ{pTXOVѦ~tfӣAn.uC5LWu'DZ,aFkxu%m6}<-iQW2:ȿ]83e#  gy{A>3ƀXkD0L&U)}K@m[ j<ު! +^##wND_:^ANw`%<1_4gnrp^'P5W60EUE{yB)\) 7!ș`_uK M[~7#"51@R#\l4gHZ"Cf mz‡ LE8S; +Q^H@&KSKqhmvɝW-4:Zr[G^pbi}B ~s-)Ihexr}-l@ + #2!IBa_J N\B pRC@YDGt3 p`Ϩ9>?961u}&~ +x[s$<51PqG6t\ ;9 B&lxyZ)`U^*߁3&7rḸ֗@Xn_J:L+& 0!@Ň$>x̀*P+b]Vdȭџ% Z7@YpIkoJxlCƈW5fn[CYU(+lbvAH ֺ 6@6efn}og}nNZkS4xhzسJ!LYBhR>g"ܗOZL0ǽ4|10':)an SL$/kV_ M;g[.[ܚ%l͊'zœIQ)6s)Cag*GTvulQgqo|}k_fuEhR9B1g2q M0Kcˌeq<FҘM\w:[WؕSGpaxwܕITi6Lz:pXas0ڕr)A启u#lVPi)gbl^*-IޙԂ²NCk}ntoC {EuMxkFj{ E2*NRA7sFgd=\uAX١bNYFxAI%z"8dתi8 iĪrew}sʭ F*GJ 3KNΔp54)sDoNE*z̈aq;%V*]0&O I>I>Iϵh#qˬ^<٧ƒQ)S%3u G?إ]`$4|= >,"3_0+e$e0OO +s";!LtK{PI +K@g,E{\CS2gL/~c#3ܝmPeml²G+і'$ U:+ +=`)~^̉,LA7z۩S$/_pís2or1ԐX59cȕ*:M![X.dKV_M_%1 {͐%֫z +$0uF7E}N|!EۂFnl0߿!1D/4"͐52^1w^ SVfK݅0$_v)_blJ%xPu7u1'c Ѫ-/W&ާ]N'˦ș_2nd'GZ.#L{l5655.7 +BwAobD ll2U xv#(9%hcU)ϲ;Noi= +qU[,*$`]("bJ">+Jms`idQJ3ֶ' +l'|Ni;.ܲ )2I aSp6=PA` +͆|[!Ҁy7& 4)?SK ^uF#K5pOH{qYXsxCe uѼJ_$5%[Tv|H#X#Η+f5>qbخfq|iڤ6CKGӭp͛WF|A2`Ĺ:*_8a8%frxU,߄7D9 r৴^"(m +mS!$Q"5fyق`Zx’91AҎ61HAH|N&`p:! SyU!Jo9y? .Ԭ _'פha3kyCCb0/ ']Xk +oPh'Jo)1uZQ_iݝyœ_<[[J )9f | }&18#)FYd=ʀ":ρ&D×(`ah2[ݔp-.H37UAAIe4 0< +.?y&Fm) Z3@$f]|4dGh e! +ᵉP_qQA ANBeAOq>)>,yZ2U +7+9v1 ݰŊe%!Һj61TSq;ʞW|)G{&%)O^]OW<6n}^4 u<6 +D +ԖqD+h1i(T3M+19qD~e+ :[+xkO=w ~}5({$_3Pah +cidq^rW.m=azRk0#L ~=$=C|2~%!!]no{+rz4ә3h")#1N fsmo(8<\L΃`r"4^gĸ킿㶔"k j&dFx TsT9Pp\HxC^o iW nfl}&j 2 $Lw&4UF熸Tȟ#pҡrUX5,uKz'4v h~%?d6tP@s`G34qX{|kN%;RGQ!"8mp>cS* K +XU3"zBn)X}~]>ܬ5z1<@R@-I$ڂL.J!ۥ) \U3Vݍԫ]<Md'GEb\:?ܵ*e\;̇WWDN7m!vON {?nRd;tUo':{|oa] X]l˔N?oMϳZvGΛA@9ؠ'TM3n\}5BURZ 9* t~_ec|Xڕɑ2## T1LK.~Ѧڠ#DY'DHg[.\բ0*QB+MGa`owuؕXҶC(-T .l]77s»b=,Ѻ|g49w64vd)UO^Y{2%a±wvEQ ?p ®?+%ϼta,r~t$c{4+c%ME9aP=<1?\KIOP`Cbf58LM6Z/ _"zJ4S%BN?{;`׵UKT~4Ph%ʭsipI !ij[l*3FDlQ ++e5"\켥I8`[U] 44uᗪr~O wMcvgC`_J{'&9Nmw6yH((4wω`9e9 Y$Sg*odĜjP2H,a.-ss?8o +29T_HxpA0do}%S)2qX)&%'ZU=}:wP`2oehQm^m7jc-Í+A5R@SW)$P3/@[d +K:y,"N07Z ~?ƁnYp $*8JhF_FA@ xݻ2AF˰-I&_ 0,&/ \ܓ]cM?SUR{!,wCGм90ыtjܦ1O91)BbÙF^@M@>ߞf}ڻݦf#FW VGL8d8ǝ=쓕/~9}fB3B7 o.NM\lPw}Xp>m]qn~v ՝zkl +Mc3?`HW(byI9Gd6uMhN53PøHUB+ |"@9qfr74e'F =V8JjTt2k>3wIӇ1R}H$.Jk5*؋d|viqŎ\!L"X +v0XD5kxhu̲ށs~]8'-?Wa endstream endobj -3278 0 obj << +3324 0 obj << /Type /FontDescriptor -/FontName /ITRWDD+SFRM1200 +/FontName /WGZNQR+SFRM1200 /Flags 4 /FontBBox [-185 -320 1420 942] /Ascent 689 @@ -21650,69 +22124,79 @@ 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/six/t/two/u/v/w/y/zero) -/FontFile 3277 0 R +/CharSet (/A/C/E/J/K/L/M/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 3323 0 R >> endobj -3279 0 obj << +3325 0 obj << /Length1 721 -/Length2 11239 +/Length2 13254 /Length3 0 -/Length 11826 +/Length 13843 /Filter /FlateDecode >> stream -xmxspemlv:N:f Nl۶mtaݱm۶wWիĘkVmJRI;+#+ @UREĎ@I)hf 94LfV6 +%@ha 1'а12v6v@K "U33hcSTҒQH)@fF6%c @hbr29lL@qrb/1sG;[WIE5d -[rv63qWw Z6Fk7o ` -4qYAMdnw?Ր`jfbc`dkwq6sۙ9*vFl6_ ddW9N@w3S%_͍lJO\"of -tw_=? 2+*)*wIKLL _-M'd #`KQv^FvV+;7khrGgLLҚC+|%*& Xǻ.uЁ}{7jnHēƂ[g27MdFqfHcѤz O%/P& -P+ˁJtcY'eRц6f@RzHf;5hS!OaA[H{ak|N 8=FtA+bb/v]} ҷf`Nb9ZJg_ E;PIL6l9GP-'`KR <ŗ sfFn8qXK}A7ŚQ:bSzsK֏0б? !CU*1,jjKBC XU1bRoDKEg7O1C~tYQ MB|.vv(5 l,L@Ct+l%7@7l}~2q>EoOЫ06#IѮ"Rİ5T,KP5*e\VKH )}8rXQ1$$2ᦨ%23 -nr_qgD(EDCe=]ǜ""/9ѴXɛTۣ!+rp\m_YRnr}["6(&rQ`+~Nbʩ^\m6Ghdyh3h76\efADvxlGJBv'NՑҴG9gic GT,Ku 1"O=P y0* <&*z$M!A9`:1vµ~fJb߈X,T+@KuȬ˨S/aS\FY~z9Z;aw4gLjڵ>6*$ "ƈ=z -lc YA/Ruꊼg m-L![ -hſ` QvVs P vfMOhT1qE;#Bq(JcFzw^ 5G"W 5 -HAf W1)-nB]t7L-*P?kO+=wBfqVq#X!kD$%&/WV4ᖳ)dVd@XF%|W." ٜ厸)6N⨠yjϞÏy9<;ja߾ Gz5gt:,CCMxZ>5_ag&8L?v9/Yf(6fЂNVdY_qf7O#ؖSrw֓ٗ[MNP'3:{ȸS;<:V+-CmU`ox<7FRɟk xeD9Ǧ)Y- - Ru-?3PB'ɁU ۄ5 v,>Z%!J c6 @O`!E:]é iP|TK*hf|ސ+ƙi^CxY-e#3)O ƕ2wMӫ]F!MS~,]})*k-P~,zfs_J1FC>"؝խO b53d9<3ƖFC5e¨vɨ],kl:8vRXdb: -*%R(hB•;X&aӖwέDgt~|DetAsvof=2c Ψk~禋Y ь{*ZtkџHv)sWyoEþ;8S4/ֳ9abNRL96=cg.^~W/]s;/ $5 -tXB1YY=K FzL%@8si}!Qu[S1"+oWV4սbX!IתM 쫉L(4|>wGK02da Pi1[Zo7UPCEG뒤˗Ѵ +S/Ky/8u+*y$Vt:O%.rəs*K6+|ۄ?=ƅP&nbsӖw"/{;`@A= W>yK0-o 9Ӯ/?N2K$ /Q?`CT"Fa^Q.zAĝ;4L2H{}cMGߜ{p(..R1M}3?&vK(Lr<Zq mI_ 甐Dj]F~)ϢxN3#۬Wը?-VU&]J'RwdG>4^7mپs(Ra z(8t)Vkq&l/}q$6,L џ/Iai8u |I;7(n#r.,k!rYxe7]e+n%J<  Ml,t7|Yo2t#fe]>}?“XZɐ(Uk\ j'`{$YwBGWaO,RJ+sp{<6-[K`t֥E dML{|3JDiȽg({#Ӑ<?QʆŊd^bO%UҌ׍#Ĉ*CHvr>S uE=* ӛI#5 ۳{DH9~ -\3jhB])l6XG ? y99 MDEA/·F]sڡrέyiYˋk; /j>$t -<0ľUZ/# iRoL;a۞aDk>HU8 9$y@_%r2uh + $cb`qyPǚ<}<+N<Ēb3,9Gν- "P5ؾgM'eZ(GOsZ]ԮA]A}i  |߹ĠwÛ)2q^AliؗcM/df#qcwB(A׿zt]!!3kZXzL%\li7.̼Ɵ[MG͙YHM'!pWw.!E㿈R+zkۢd9"]ؽ41o;k}R9f)}ݐ 8_6YM K)|g2"D<2}mwHHP(AWtM/zEAH`<` -w'74 8pы(CUJԇS*މKo7nl" -f*f0tʐ%^c -oۖ@X_3گ:L'zʅ+#tq&9cAWnZ)Hhm )?[9_ځ~ZIl p'} -mW:g,Ȓke_Pw-([擩?B &pᑈ8VP!i%s4%oY׫oA-T߶@=ΏI>_Yț\jL>j h93D?꡸ӟr/WCL/.n+DI:>|1cunCτS+̫\YS]]g$Rσ[t\H~z ՘DO$EY@&.59'[4Gh~LowVH$eЉ~f.٭\pO wU^/+aD@8kNء4gΌ,t,(xULN\0yF(g9drn-S+B tA(tL)Y{Ĕ9tUCѣட#cyK%~dBo zevN ^:Fr-&d\&d:d,bS^Ct.C?X¾/aRտ!; -~=.&/c.+t8|v v:kr^r} $3'Ȯ+9}-Й4dFKh=y'+(ʞ!l^K[bqKkNlf,|R;k0j\ם{*qr -oo-#"F7+VDxߕ+ף~TQU ?/wq>sgJ=qc {yv-kkJ$d*ciQ 5P_ 3Ԡ8gj̝p[ ֓zٿH>3ȟi'/bnl ` G[T [~hr!YQ%*wÝ< -K)1*ahR:5 ڮÓzcN#wWNA"LdD=cqT03lD8=SO!R9nVĚH 1EWCy/j KQʲv63IܲQ[H=3o|szގkl -gU;-{ ==r|j,.ggsVymR‹ HXvkދ - -nSFhWUy7nOm+Sdu?aK@)i+wH96L >˾_ljͲ'6~ #/ʡsqx8[e3̺N]Ϣxp -KFJ|j Lđ Ӭ"5^E"JoЩVYgQ W_tصP#9ll8z7H MOa X$ra-ufl\)8TͅZጛv!}uo<ҪROjA-:@$ fվNca"zѪAѯKK\6/TVAq0/pMe^i,il+2cv6da5Ad"E[,9ds6KX,D&p/2QѰ+y #5yhs0IM|RŊȽr f$fqIfH1ΔC/JmFN^\RǠxYdCvJqX;$MnD+HWLKu׎B)-W&w -&*0oL^s! \f!e hdO?bf °!ũW8?jȷR;f/!x ^WraTGǏʇH1jYװvo} Er99-Ͽë&YgBRO:axKkCGCjBAyy4UAw82W]>-76HPw nŦ;nҀmOQ!OdD})ilߢM[bj~~%ed81]u{~3S`hH?LY*vm 5.}gmxu6Z o:\NL8\ 6~qU{7\&[ iA7dpEi;` T͕]e\yb0G~3[jIn}fgXBcuSr=z;+Oiǹhq+I'nPV -t׺,Or7-޹]uŎ840RnWQG~=x麍`; 8rfqh)ϣ*MޙiLH7$u>u  +WCYyYFcq=SF[ +xmcp5;wޱm۶;;:v6;m;ض;9;{gbZc5zȉ%Aj@fzf&<3' \h r3y@3*`abbF :8z:[YXT.4lͬ쬜nV>777!7WgWT@0D$T +I=jbke +2ڻ$S{3qra7{73bvyq5a E5(( 'ϸ=ȅ4_@l/_?330ZX#0K7i{sfmC~4A*Tv 3@ lPq3/ tG9\$JUNa.(/$\mp](,33>f+SĐc#R13l$7; Yꦄy0:o Q Z2$NхV2BuX0T(.)j;.~y +ӐiN%&^;wnV8ZdaK1d]vY*ĝi"PxRRQ[A/5LttL䔭xCC3-/Ϧuf)&c$(?ە#I&4ȺÇv+[a]mr8G?WG7R5 nN}t#T+j^eTF -Ei9mMYԲۧjW7؂1\ 7~#D3z/K3t@LFQGAY iC +!H,A]v}4@j5&݋ױi5iIKyYrj]Gv 'pO:;"˩U{u945ڍfe [8N6ơuD3n2!/"@pԳ`5.tu_J +k;qm5(G_ICE}1%O)#ϟpFۆ~07MtkR!,~?x\֊a摶~ĩ`ɔ{Pӝ)Lt'!cSsqtMFR#zpp$6ؚ%\0:t+94 li}w5a=eE'A#<ӧ1hnN&m<j]FݣB:A?JTWL_]g5xH|!Q,+skk!QBoe8u? w8X~F|U_|`vflTM+־)h4E;`}|J0qdsm̈́yk8)촮q=Yޘ-#p5Qq 2Iq( '=˿Wu*P&#lOb!{axMN{|${EK3[LIj*#e<4CK7=bLAm VCT!KQ{(t[,=XP'n΂df|Df^ϯ2An%w,,oY 'ߣOS>,w,J lju mNEy@L$ԅ,K\nY%>Zްŋ&  jOuPTϷ2~^ G +AQMlTwl{϶E.B( 簉נ!tFUu*arCTvMt4sXU&ieFzyr@!zƗȱϡbH0oq7ie|ŏldKi:og>ws.k~ +:M.c#̧:8g.~ҝ(~9AE~}T7Qǣ}: .r+L@Z ANl?&)yw+[Aޜȁ!Ӳt|̝)'3> rz].f^0'Rd+(vQ }? %-%]~aV[6 Ef#_ ^z9p%ӉC7MժuYz6ßn}*ژR%0iqcr n0J%A!D&9'_q/TkʿR>E ; dJUnYnR|zhSxuW *tAF/%jTe5ԋgi+4rPxiϿ^@dHܰ3 8ObkXA6j`atvͧݦF:Ƈm g8| SVVKk~Ay&ogBi)})cue0"$K3w3Osť*;<S^tÅԎ|~Uf{fZee,Ӎy![Ko'rYճ{TN$ܴF/RR 2w +Qx_~^A}YV0d>}* ~8cKqC?4|@F']CiJEu .bW2t)ءI(8RY5:6xߌ5D> a[%g(z#C# l2h'9_g#2õ_8xrI#6FXp  u y4 Ͳ‚!/8mـk)r>U?qXDXCʏl r3E?#"?\#juK'1ygI>2%Ȣ]Upvs;RǨlŰBcVި8DcMQ`{c\'I2J]ACL 2@xh6lw2*8c6w i: +GK +a*mQ(k[a!ܝܛ=HChNj.&aBxWJaPetInQVwT;mDN؉Oٶ\\x:^~!64QJW!H<$ѫi:i⌇[V% &`8Q:D[.?O Pk_耘M?%uoMY#V#Uu[Y0T$`\q;8!.*Hm&'gR}-I?Yqquz7 MH ZȬgYbʈMWlGy'3/ 0{ADJ_i nGŽ8M=cq`+)N:şwni?otC0Ⲽ& +I㠮m4Amh#N +ߙ]AӣUlyhEjGb*1H[5hWj VO3"VYS4/4q?$ۅrEЅѳ*!\(lOX %u{ΰ+ P~om612o" N>;st%!l]0. a w@^jymԐmD2t"sK1 +7 }-MhQlFvBwqQn_^s;׏&!76${r3{{ +$b|sP擠nQFh 3T5i,$-T^aռzO}7V%8!{( EI]w(]Lve@cЦh({`&k? -ө`NvK|-צE 7OB{elp&56V?9[EָFn)O4ޔoo[u(pJUpFeq A lMdLwU^˃f\ +)D_!%pƥr,_ .^8bS$(ahZv̳ۓhɹn<]TSژv@<Ρz4;v?mfĭUH]Vv~T c̅" GH~LKU_ +UeNfg,$6*4H5vFI8"]N|K +#;juy\>{@'"1>$S2 +{A'P +  Xe:86f ꝇm<[ تnn"P)%wt™S|.rfͺ]0 v~Wwj=iłyW)&V=Zǚgol'p,gRv4=.OmG3ofOM<ݓ͋0΢lU`(MeNF&giAdϪ--}UEm$K˶\E4P׷vhIkVAcgy7%:ǧ[}WpSSCVlw*- ~[&-DxzIƺvlqjo砫}@H!NZѓR%7( +-"=ύ$%q?Z/6-}s.5Q"-!p1TʓFV4͗*ff$k ++Y8|\9׹&z瘚}s5jWs* x}4d~Ы?'ܒq Q7w iǶuw[ +-ң!/ z>5^TtZ; "S4ܱ- ]x; +6nY?hTRJ )H"LB w76`H:Ii+%3Q~ۀQ^Lj|cdf+B;S3 hvf ^h=+aD~PfV72ۛ=>/k EB@A:\a p*A=O Nb3YUʤF{RZ}BNV%`,J#7iݛ*]FA&_b%(JSMBQU)6ZZr庘  "FI3!$cA#XZs_ҍST16v%KuȡLqLbۦD'h{V\IȇAVXg뀬'&3dh^>b +CA{6Xfi(Iݷ|4Cª.x7{qUE!2xP1H3eW8"dt5SBt=0kFXg- giE}6o:rX=)!phFhs WrM?-i2VeejVRgsFeTJ!wk]f 5Lq}@QVu)*%ȈP74$4og}Pw~c:хh$.ng߰9 +z[lǰ{ ɾ,Q- @KBQrݿ)Nx댖~G@lpuF©;'i;ڎs5|3/U }8r +; d,Mg͍Pn?! '>MȜ6] ̵B`J]# V|d7_b'd4$HD,YSj|lQX4ᯜOPDH,>${ Wj~.I=rM/Ԋ |nN/%=5L G*$@C:`WQTWۘ N-vQ]QryLWI4R$y茽Ԕ>ݾii䞂UvoͩOe|u&8ϺR<:['ɦt7u ם#F[i_o +Rp!247+?׋gko9vVRd'(/iF9tnItϵU0 n Qn=&;(wzU!Z'Y/3~Qski7XԆOCȋ +y`4\\n.t.u^WtU Y3̜_ 3ƶW"% Q˖ =1Ҁ˵ m dKVWe-jL}ňDcVeQCۿ Q]e)ֹѭ8{>gDC# bTvd=5l,C4G d㻃PO綕QcY%d//lҞz^yH㜾^b<ĶI% rqf@ἢiX*dNF@&"ҕGhgC8yq$dO-_4Iފy_{?o?&UoՍ I +ЈT!8!V?`Lrg3i9QG a 2$ԋ P2xg5wZ)AwփXgح +A] xnH߷W\߯/fE9:+"?hB w]{,̭2 аi%bW`t[AX2|-TE%^t0GW:JRŸxJ:##F]z`ms0l4Jh,/8:3t8(7 9Ɍnse +W2ώգAe/|CHGhtp +VLulsXNvJw$ER+*fx'| +ZX5qH{]çLsf:sߧLaF&Z%V-f(7":T͹"5yC61iQ!2tO#}Ui9Ah\z/~jOe6@FH2%oM0Ӄw}Qi)`z$qvٶFFҩMn [vO{QcgZa䶺Sח~2d9ەMXѕ7"E%yfc~j.ţψmM.5~kӳcmXw =WZU)v6F +!" *O;$&݈*:4{BuQ[k!*\mTӚ{AKS!LsJ)w,zT pfBЖ '0udЁ(DC4 袩7}Clm(J1%nc%JIk9L`[sim 3؟U2Pv%jhsi(Qb23 8Z +MRk3f#}rZ1d⠮W>,?)`^dfIL]WK˹p%ަQ_I@u4[ᴳU/1gοz8d,RěbK::o@0_ J9N+X԰%,ئˈPl xoݝBuxFP5`.Nz҄VѬ2q.PP}WȜY]7x  n\\Д:JWb>?w7>GX"V\ҚLk{ `p]Uх&2rӋ4*8]D& 4tM6o(N-ҼֈFb!u?Ner.*{"Ai@VWx*ho|,"x]u/Xb"y;S jf(l0(7)0OgI Z +Rq +  s(xfoq Q =-@&gɓO3GKv 2e1pAnSw¼&WZ\(S5Tztr7$GZ#(&5a׿vvV/4u͸߽W)KqL$nVX#~;Dm= +CfRWMZI\G7 U5Q G\]~RxNO$`bo mNN_mWY;. ęrajl!`xXl\MY/Hz9{cJs&8'KEV\H/!VЪu[FP>Ś +y*_ihDnWwobh"xᔅh3* Uj`)ϳ[P%HOLk%/͏ EQxi[.:oӄ ]w1T?*AkH֮`D}3EUpR*vL +:F,B=q[<2LA [k|wg5|*W@;PP +Ghl7}}9Ŝ N@Hq*!Nj<p斆K *nΓ!8̬2o4&jy|2' :UhX/T^ȉ\@o]b%R*tZ0항P;/Ʊ`< F(ddTy bŠYq`^1:`sm@y.&Kq=dYW`PVv'8pۅG7ryX7|O5e +rfseաHdJ^`{ :9 4= wKC_N6nS +%3Yd85dt0Hٱ6Jh-}ZX*WCwACOU9;.jF7*;kJI^CP%7D TZK(_Z5Hyg$y~| @'O&zx3vo-őrP'OEzLj1[R&;&1> endobj -3281 0 obj << +3327 0 obj << /Length1 726 /Length2 9182 /Length3 0 @@ -21780,7 +22264,7 @@ U4; .H*U ieoa'$!=v:; %K|KXt+e)QIHJfC\?+ endstream endobj -3282 0 obj << +3328 0 obj << /Type /FontDescriptor /FontName /GVVPMH+SFSS0800 /Flags 4 @@ -21792,9 +22276,9 @@ 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 3281 0 R +/FontFile 3327 0 R >> endobj -3283 0 obj << +3329 0 obj << /Length1 726 /Length2 9466 /Length3 0 @@ -21849,7 +22333,7 @@ p~ 3@GI 8F`JQ?+T~+̈jdQ_vmi[X\ǑEP˫`*BИ,h>G endstream endobj -3284 0 obj << +3330 0 obj << /Type /FontDescriptor /FontName /HWPLDT+SFSS0900 /Flags 4 @@ -21861,78 +22345,68 @@ endobj /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 3283 0 R +/FontFile 3329 0 R >> endobj -3285 0 obj << +3331 0 obj << /Length1 726 -/Length2 10379 +/Length2 10733 /Length3 0 -/Length 10980 +/Length 11333 /Filter /FlateDecode >> stream -xmxspfulc䍓m۶ƶ&5Ll۶mN}=W{zVMN,nodcg0122YEF.vF.@nt01"N.*@@&JOIXf6@JB^ :]m,M&@;g 5 ``bogj/Ms:fdo SWW0L\&近V<11L-M\@sK;8&egf`7l_AzH 0eT".@')bd'KPl-mL\yx1[ΏL{t{<+LF)I5Y|edw>F Of;ewfuqzcGgy-rr nZH{)Q)7X&4sF&H1= -9]t~vc1̃R㦙j+1zJCJ>FIIJ-,u\(GakZohuLN"!0Iv&R&~0uih uir0?6Kr12L}Bf, 3`_һ2 ߖJ:_2X[Or[`a9-1ųCEAp՛(2YvbMd4xwvSM^Zէ6  oǯya:`fpY~;!ѝ)r䯒](HQq\%YKcAsA]~π? ĭѠڅJuk {|"dn7scP3,PgXb–jkV!>^ZO?y:9:xԺ)ٹ~ov":mZƟH:Rq@ͩ_k#N8XY[mWv4@pW& ' DܹElcНHnpR?gF2.b]ޛ "hiLPOB=X֖Hkyv // 5)P S9cw02tl+&H֜&'uPW#$DqhS?M4~U6mm^PI8c`J-% -^5˚hj&_iW@x?=5c -7z;ݭK2H2=`)3n"0遼c%=z4ؖA\Sܹ=2*"":Q'p0UGh4M -YJϞ w -꬜T^wI 8s">Ӽ/Kϴמ ˙J.pE JI?C+eS3tb2z{KAΊxzzuj[+KD[ʼn$Z]揃sڠ}vAܵpjjp3kc -`&p#y;zi?O>Ju דY[`If8 C(&|rV/ayelqo}0-T&i{B#U-]2e+xV蕰r:GE߁B7T _6|?ϕXt,48#"[\w)P~d_a"~>9M:UZx&A8;6ꊞThusS^9D4KZmE┠6L°tJzoT.=yݍGB^+7T,_H_]~ߖ_*uE8ou䥊1ͰG}\s͝N}ƽh+kߊPJ Sm] ͉O1L^kcd7FLG'm:f4VbɣlsNm&ZS@+\qbLHtDspbNʣ6`C)UIb(ps9Pw=N%}3aQ9O y^ra^GW?U-,ُs b'AD4iGUӷ3'a)}Ӆ"Y -Q_\&4м h>Zp^i!]܇U+?̚hKB 0.]=pzo}] œjN9vGhCT٠;^uC̰ҵ"]M64gSjFW+'ɹx]3}Br˝jxBYCRky5CxQ:9}ANmPG٫7ْj+Ñ06Gg>JԜmt60]krµ+췥teߏhYN):V t#[_=6| ϹSPnz9XծoxdRn=m>z7DqX2l7[˔xAG]g>O[0v@x"D";]%uxՈ3WَbõlnXC)w`9&L$@̧APēTh[k00B KBs6znv=qs5Qq -GbHWu/ݙJBlѐ76 Xs]}Y':c H_dqezJNaƩac=ø"b,mD%AkN![kF1|qh*{Q+-Fu1PDC9Yֹ߷XSu#3)V8#G @.z*Ӥ1@ n.wj7 2uAԝ|UL.Hh I3Ͳ2*G lerj ry<#3#%DBBh"LZK;} K,("XZ|R@iX 5GQ+BV4F\Rfm$lӪH>ȍeKVhyűARt(#ĺC)brF}[jqP1[#VGƞ鉃F`'ݝ1`Wlit -$Adw>@)ՂZcuIsmH0Nc#\kץ[#r|K7`6`yn{ҧ[VU){|4/ʺbV[g:UXK.}l'b?X"+ FfD0[_Ry&1\K #$M1ˀZ|DjY_ofK`:5Il`M}E -.HrpA)& mJǩM,$lG-}6%Jwz dRqg)3ng02Sk0RaL)RٌU*FO6ޱKt*3c!$z̒^$p$Py:?Ì]J >BCRYd}ps.h=7\[LάvQ --0?z,8P4Cl𜴤 -<㔨hF9܂yx0 $Kd-7Q2eFtyRK2[Go_ch1|&Wʓ&iQ;'FZ"5A7ŚmvKu n ERBNuckaP BuvUj;=SiMXctWJ=y1l龆>kb{g/Hodp]{I[`!1~ 3US/N2个zf9 Yj~R9tsSy7hl]njO>48lNs>>+tJ6PU^~iu@FI8R\J\(M,,a#&NѨRQzo$SFBkNtEN1w#$5}0]ܜp2OwInwtܐ3-"'+˥yc\VR}l^l.R.#=EβF֐!=Ď -;fA?=Æ~q=3y)}V;m1sw`B+ui&C! ?N>,gLfej'H -|%bJI|FjZ* 9wYjhn%\8y 8sP7woר7vGÔqsBIW5f3/`؃ - s$WsԏJm;NN%o!:{]# GLf]Ԫ'nh#.CHVR8qOjl^T6*Ok8)rFa8f܂51\\tR$~Zkrta-F!0' -qf,[uwG? -CCUՉcؒ1"xBӉSI ss Y nUj3,֛Aʼn܉3u.OɭTȈ8jDZWaMY5%ቃt,\<qNdq?ֲ/\ 7z[X144 -vS%+}I <7K5p:ނ3Uj+Q<_5 ZⱩZ\<&'TLl޽RƆ&x MuYm6A=^ ]*|&§4PӾ14*J7 @Dz4uY瓱]a$oEΥ(ϼ84oJ˲eao BuG -yFJ=o&XVu(lb$ #j*(-cr$ -0H -8tqjI <=/Jj[5ʓ~}]D~gɽa*b(v'CNKp0tN5QsMA>]SڛQusԕvtw=fnzw gYT[?Ntd<]´1`禽o -ԕL^EYPጆDנɛY -ZӸGpܾU3?:BYɡ1szk.ťDu@ku$w -Yb`1!LC ڶ!D졾m?G,-Bb3o\~!+˾sĪAȾP6ΎݗwP|\5$J̘-h(x A͈ MOzFDh?&ȃ+k=q`@uP_S ̩hǢr)R`AwȾ[iq|*J^HḦp#?zfٕ -.oI"lR]xQ:&9zz:!-fnGvc`c90WlHeZg{S=eۺ:/ٿmu>n1nus}΂"CUjAk\5XH𪔥ltEXEd^!wufƘkvv_c - -%É&'L'W(^"B)jS;[ͯ(n0mU&bhT\-%_Dz2O -ʕ8 gyTJ~h1,GJ1R׾ r kf:S/#A43RUS_wqz`Lo");໣T b.zd26AX5nXX:qPD2hFu;z-!)6,Z4AKUq2ЋWsy'(³P5H)!@#IUyZF%fF_|a5WX8 F+݈<ڙW xr0^{ T&D3l7*sFœMMn -ݼ] ]`ElY?T&% PKslo`WV]Nnι["[=#b+hT+F+n8򁯙~@m*s2"2cHe߷Q\1<{P!Dbد'©>&$%x -s 4Aߺg9 -8Tb :(UR%U婕n`dV߷h} -ěGSh^¢N&}]ӈs!}[yF\dޟip@cdqaAYfѣj sqy(w^w 1ŝ>qPmPEh,;b'LR&>&6{]Y? e%]Z;VfӮxr(XYt^#D6Ѧɂ"G#ـn{g0JKzi#u%a9v@ɠlBODE[LWi9|x1I_'-EtoǬ2զ1 @,r{RGLV<ѳ -OǞI$F w.ea -;Ȯ@(.tYbkG"hgz'TI]q.^mj,W30K"X֗*? 3T=8˿!+44JOdZ->"΍?W{1C _h?y+7Ob~<#CE<B+>Il$:&~.*?iRj\VJ6_xacza%~zmo߽ X%P+^9w$k)Gv$hHpe-; O;S^ -&kA5~8X)Ͼ `J?')V<}4GNA.zC B>eKm4Yx]4mhpP Rg2KJU\,:6OsѮzQkdwƵcTFMު "Cm'ν!<\u9 O\S1bRœ=/͚E6Ot?*BCpɦ@-:8\zJ.():q]<%d/fD] -yJrΚ!~z3#=Ad'yS5N!L?"`]\Qml:׊h= -PqܺڃmRt8GO1#d=Y|Y=V*QΌC|/+To#!ߍ>$ȕ}8$k5Ѫ ŖoUtk6V缫D8lỎ~h0B?K}kEŝa3].iP-N`0BjwU긅|tX.='1LlZޱWahWCj@T~pi]ے`(JCg59kb#k| #'v*2wpo0+ppYu~ R9 .XW ̥ >NfjֶYUT F&}ً,IˁA>ϑIq{it,INBB-~aJك=qmYne %Mezpk)uVgNæog5=V->`+Dqˏ:}[t`᛺46i$-)˛UDs7wFX<[ D$Q2*rJd|=<:(bLz!, -#J"2^ +cRp3}o6\_6ʂB"*D -zG|pb?DpZ׵&2wI8}$>AqO0+ʒДLGg2%8R|ܺ2(ز_̸9J,$D0gF%zLEl$x; 6]ܛg?!% +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!]'+> endobj -3287 0 obj << +3333 0 obj << /Length1 738 -/Length2 18209 +/Length2 18426 /Length3 0 -/Length 18792 +/Length 19006 /Filter /FlateDecode >> stream -xlln.\[vڶm۶m۶m۶ݮ]mN?ff2q'))#-#@YLY@ CJ*djbio'bbP75(:L 0a{O'Ks 1忍5CK[K'Mٕɕ$eSS) ,))'Sڙ:\l,2ƦvΦ3{'09?̜m*br*Qaza @Ft;gM=u:H6#?^'Ht0Kc x3l_?CJ?Ѯ66r -a{[WS'@F,B6&QS;S&ZxI3L,,=LM,]amW7OU?b{;LĿݢv&ve5t2ÿ -Bx.kdf׼0=iYlFNf?kdjs,SSSc5{cJ?*p9U5Fپ[_#&G*pxFW{Dp'31koU~u;z7`jXr`.A -T3,yuR弿c *v~/?ىS#giEZ-1; /އ%ҷ( t8 -|0aUb!`k30ahG>2 LеH\G6}g|ɥghO=/q+Dmi* ޗrr\U7$W~cx"j&epqΪB*m-φ~4dzDp0@bp03L)C'1,h.lM9 +1[nVKE/R4Cʔ^貎W X -K!NC'eJ])\$DIS sn#W^:!PNa-} ɤ;Gjv]:V2jKV$)T~r8ܧO -ץM.yy$Ƀo\L^qxow!]V;O~[}3֌_yl qREB?t.赞rcP1km!*GG?n>ؿueh{9yJQ,g*,llfʒ_*QNT@l)^Nؖ6o}xSl H͒:̞ - 븝jk# -w͂ڟ,آCqS(%L$4ŗh}auI$(l(5>3v$[`־~VR ioaRfMj-0(!~*Th-ɑ2U"k>CG+h|[ TQ!I6hcGL7n^Ѕ 'KZbija1RvQ8{3)#LQsIrދ\_n1/P̉ 7?SDW,h!BĐ23B9RMx@9n^ƖXF`Xs徣C26V&vp:ũ<`̜IqEr`qץ˃643n_NrU -|fT)^|G?XIڶDՅtXND+~vdev3>m?X?Cꁰ$c_(h\%ic*˷P gd` YqQǮVt/<" Юm/P<S:V"/_I w^(S\}Ôlٝm>FA;ST2'XM Oiw_Q)eнj~th>o+j#<m%4ߎzcSmJY~\ʇפ>43^kdBCӟp3^C%1YWn  .E] -s~0n?UѷkرQ! %%m+|<dW4j6J+y#D:ļ AIY<ɁdK-= v_y߭wpc*),:HTnj(:CM4@xRa p\uTqc((*:`,X`Zv]!etCsϱE _Hfƅ'T -sKMU7*C2Sy`&3/BElH܄(N`Jw:09:=+Z"2|<`fr+,Ԫ)/Q+,{KKXmP3]#u #|!%Akm>b|2 U2Z)Eh)Lj|89ÌzaԳ#+ ECKQp.Ts Nȡ:] xf\[+RHg\Ջ1 W20Vٲ_ڦ (C,93`R>E`z})8%63}6Smb ӕ!po+ |'مreFND̀d]%:tI'ԡY-N$ĕC4m)}0;HKYZ$?Zc1FST,IL[?cTl %r DC=(h[C{;zbF9$@PBxJ9/ 'FK;]lݽ(2ʼP.XjZ08/_ ̫ۺf9{5v^3>{%w(#E/!0O+RAjӔqp>m*XBSˆdመ诖.9r!V2-(0`et׊OlKRJ:,ҒB{}طjo Ĉ-&>gP8̣6M)zw̄8h%/ҘgfVvv,\(J(VEx4i@o#2X"i!^:bÁi7ķ :'zeF6ϙ :Ohn0٠c揻MqDz}צ΅yȿ*~iut^Nq\4Ksc;zxMdqY_hGm`AS^4K @G9_'O$eD&9Kġ63 ( 8N0{2,A4&1DdX ,< Gh 'S8u8))r¤z+86ϣ=eȒ`'xQ@I ڞhYb>٥˪3ʏ'YyеŇbvdҤݚI뇋?C3nUiXfʰ># g<(+A][Џ9:?adS.) O>hظ00Ֆ1lA,Il6XPnZ0_@ΛW[Y5JS 8T爬]&7?Y1qY<9*!PUJQѩq]⡛n 3#?ٞY;ث>K*Lξ-c~4LB7.`0拃>DZTuKJG %Ü%\8bn৩HpG[ۜΑO#iNv!Bqҷ&L:bq2 $vW +NݳYLldKwuj\a -ZSTbĔǎ%E r2]v$ӗ pjq/vU-dDh\ڲO9@+Z"G #[Dd4X&!6_djw#Wr݂x0#SIY?AZ=1JJ^ 1fwwf:1QKr># [y{%Ne?l2~PQ!9s b BE:(7[ W2)uAͦXJ I -{[kcAwGm%\砆`3s DZnxgGYXO;xfGp~:[j -g -ۜUW;FÍ&1_ǤƯvde׸ucݒN?+%ȿO-/ƯSXE e,fj6X߿(R:PFKx6 7 "(j,;~H ^U($Ԯ>JӇm^޴De:XZҘ3[v V -7礀u3d/ӰUR҃!ET'飾 ^ޑĂ6Dmʩ\(vZ *SDwE5TYX pJnoe+ *OuT :adL֠ ߧDJ@򎜄>s,íLVR `1hnMs# *A#Vb 4O,$1nL;-ÚGfTr6baI=enj?>zĪyOwf!Efgs /YG֕z+3*9I;uH4MGlKK4^B?ZPA:/-z5`@ds! o)3x?cT?3̫Xb6v~ď%Ns85wxMs_4KZ{+!z-J,M⚿GZ_c|hbOTa$[/˳?Y60r IfM@c9FOw{FxAX8"I.JW&Oϼ=G |Sc^DxmyML_kc( 蘵9 X'xw.B_]?^OvkY.  G1F5E&%QyPb.#[vtgK[H%7%H|R _woZE_E0#Į„D+uH30&О C}VuYl3gt9 ;-Gk'ӅƒqC')4"1O%nbiٟZ&w oRjm픪J" -=d=@a|Lk_ew# ]b:Zl7% [\:Jk -t?mB,xXpo7a!m-*/Necvos D'+w~ۃ o-i`~J]6hm634m|VG=.`\- bl|gHxj1"|.v;6;#>}@o+"Y(d ƫJ>9zRm-XP#f ¤#qJK.'ęn3"wQ[q{`'PZO*LBA/2_5 [#>uEG`|]HVR3=*_}tF˽>WQ}9]ru Qxr6i󗿪8i2svHFYOvz9@]\3S#R|p#0uf *h+3_|L )D~16J7(-d>iǬD"Ps`We+ -3i1.Q6tj -L)#%>c kn|$Q_f P:U7#QEhv{%RcңazbͩT VKŤq(aG^P9f1Qo5QBX30;?7|"QTT4! уlOp$WQd|V-P-as˗s>"b5:dF/WtMxUfMDb_:@E18t29%o䷴ }ƶND7h~'HO7j|CLRQ%]SR3/'t3Qm.LySg8VD)9@S3Ī~")sSW *Q:!L, Zr6΁hJJɊZVwi_ .a%9!sDKgO<ZeA`aST9,urs#`Ta~=?p%6tRόs;*^jT<&@෠iV$=QZOk[ݑA[Nx8UfC~(Y x D(N$cd(rM({,M%+nCnV*:Ɲw<, -Qck3:^z%䘈eU_G9V+wDAŽٰ#GLkÌhg&M7-2)h 6BEhO(^DW,KemƒVӾ Db{MMTn_^8@[զ`0oYX.hרFYkC3YW =iJoiȖq)yܷNE~&Ŏ:wڠ/uceRm8}RmAZľiBNsn#e"'Fٹǥ:\&y7{Hxyt{s9HzPBV&K"HRnX~dj.t^qb1 -tq4 W3 艄~y%JEA -Ive\ GQxD/gŷ$OTeT}*ЮuѮna~Mwh#(|Ma@ApWkt݅iжv[:lǨwIoi$kMh@\ !hE dK.w^Td5e<{9.P{-4$h 8pVa/0TEt[ px`/_խ7+ Lб͑L|xiU2Dv K9H#%pشQ+bɥTG@G!.nW &mY{»7MBIAg*uFx!]9i-"Ab)9kLW\+n8Zvw-Pg{; -YPqԢ|? -NTϫLGτzwM{:0F_&|-fD=dqR8 /#7 z¸W %O変>q'7wO-Go0"-CkK:; U$kH::;Y^˽8,^0_zj7p2rZgapx3:Q<>W@詘# &29(\PkKq!uQͶhÁ2PYrNiݕ6,P9 '|}xܹӟyCI$Y^J'VcShFcO 0#N+H[z5f|@425v6FƏ5t"͜D_X:+]Ji$zI_qc6yT UƔ0o*~ ۍ =W@ P6j/QmT0@ob龜W¦2EȬNb#܊{~Sly"LQԢa.AB64穽D@ 4d$r#{7QJ2p0Q<vu#Uߡdٔ7q (#T@p+t Fv_S|jiyj'{٠ w PϘۍ cǸRb>Ǡ -F T҈zٖ pk2- i5qQψ86&XhIj&LK'{wޱ,Eu)E!Fcoc$rV+X~ZQhUԩ72Lrөwa,i iR9+#1 Q{IQ%Dav'|4rZ"DI$䣓Ɲkج~yfY`ȘKMxj iB8̿C~dJR_ow||2ɳY]b8=Iqk`_<ˎ,%ì6̺% 7 } -<%g]j',/"8 8` xf: E:?n# 7%faʓs -6P!}Kfcқ; _|za->x]?Ne{0r&4^ R6zpe|pM+>EN4Z%CҚHI&s쏁V}z4ݚKJzJߴY&6<_3jgq-#ZA {'sw;s]wwR`#ޞFUka;dogX"M8o'ձ-C /٧+59N*/W` 3X0$_;W<,1`F)p8aŽ|k&J;F09SW/VIV}bv&R%9 p%j5b ;>JVӸl^Rުq-Pdc|%9y 0~l;D8J"V , (]pipKzd9Nv}mzT -Iu>iJ˧ÙnkΠ)j[;&-HzwD 4[U.(i#+Ӗ\vg$p1Pv&"r(f ,Z#YFvי$d_Ql%+d3xb)$)=H"jN'o5gS;WY*H'6UٶBoMGԛ*ow<\.N4Ͽ vi̜Cc^&-k2HM<9-^YdaLBlzn ̓o+nNX',f 5N.^e>2Bo,iV:V3(MYt9,/nM .B=j!ze() K[HSׂ3틲m RTY Ylx/=ЖGU;z.[Hg`62YDY&wՆa*N/t6)J-ӻ,Bw Ro -JX@<\-@ f 餍4܂,玺^00^jR=Zo͔6(#Dnǟ3erµO 2;>CB'j6yC'MW3xzyϐ5jcDa Nm~T@O&\($r< -zLS>Av]= uX} -EL̙Nݶ6_ttq˚2ɟ6lZܳƺ᭚%td߫0rAhrfE%]-q!7S -_,V/t2"ڂW5J@; Bt-g\H<8%Rf*ПzGz)^ Bp$3/_݂W~R^Ճa -ubд?0RDƑ־",nJ7S"##&w:t@Ar"QD -1nx0F4Pb`? `nGݽ3ZIif[6~;"r\Cg475 |ljkjXKß #KgC<0Iu6g #N/y>3). rLD qrH&V{+t!NF7%K;CO U2/Z $Qrh* sPjK -Q53;o%d{:A2E_uoR˶Brl -fc&it֖@A}awȱ~y^6/2IAY2ʕ[` _/^hlWj - MOZIy#KńE# ڪ3Ph ,qI6)QCvx.Du#'a"1M=ORh@RtTZ2],۔_d$zh\ThR7K{Ag-dP;92z:Hr]6fۂ, ?5 U= JkI+,&'Fr,%\kSδ?; -H<(yF}NW9h7u~#.@+@9018[ n^|QKkTZ bЊEhe?6IC֛r0[JjF{RH' q]k;Ah в;n+ 8}Kq+,D1;/A º]nk_$b>ڌƴp8*.|}[HK -@N/Jؕ쩊r6=T^!wu瘿mGp/ -Np0^CKHuC}LY -F>ϤiEҲh6F!Z{?1tT>QZ|}<|ZO3%n%l:|3]E$2pV?/)>kKRۂ[޽m*ȩߚ1N9-@7 ᢉyx`%z7*zFȵuvxC=2{3Ϋ9ᶯ{v;mCT^ Έ*LGcy9'+0(^[_YGNO6In>2b.1 )*ɣN^we揊A@${c0oD+#!bФu\|GɌ`yId2\%6ϥaN5((b JSj>:8ihѰX%lB}Jg=60 |NqiXAp衭B7e:Jxǿ -OT*)/*7u*KWMT?98xyX궔􊲙=\]w]S+\(x:;;^b^#7LO[ȎKnkN8~+9h*tCAP=vSv5)puyƴd) ~$9sԑ)z.v^V2UvC̔ܿ_ju?lIy(W?Q -πQk)g0?d4\һ(nH;U/]Cky:z%ӅV( -gO{MvwP} A嫖 -L6'P(s n݁IiT JX\"1 -6"/j2NRiy׵DlR^m~-ia꧋Cn1QI0 Is'mЖ9`&u[\$X1 6Kj8& x6 {bȨ8OϘ@es+#Ce]!4/r *9bY _џ`϶&o~/)6X\ކS֬YΜnЮ4 ~c@M!.R)5&d{;RRv|#nD3d='ߥ֝/ Q"𷏓nf_qdcR!.-m* ]gcrf:`s{g ,\2 !HtAV>{]a"xQbXv9>e9P -\FgVv`ΜaVҀKi֝xP(I GIPo0]e7֭#Kz~;tF̱?:,rt@aZ."t~<V7O Xr,T{I@qhqTeh<)7kW/! ?,UA䤦"kЄ+Q`Ule(Ri9V鰦]oIc̈0GcgTj?5BKԬPScJ@me٧3l l!tW設PA?H2Cn̅{Q},Bj ,إ29.$쩮} 6=SD}:wB!\,DN#(''ͿG6EZ|1AZA6aJ#GkNE\%jZ^8{+Ezր -p_ELuܵ`0}uƽ= -k80<}+(;;>W%J\G[S,\z.֩9-36(<*8򈎌[H~0ygT`=DmdXCa1s@y yxOҗfaL4[MtEJppc =K;Det,l8&:N!0ڬPgeb>+;: Jq:1$y^(1fuB3j #:Ы|iWXc{9E َ -J^۴ձg2~,*Sо\+}T&.hW*RY]}]}8) h 0͘06]*FjS W(1R_ހQr$z߁4u ~n`S-ZǬ&`fj;[ -8]o|Opr>{ ^b'?ZRH5eN3N~J`5 qfR?0'+ :Hc4K@N=P ճ_8!/jb&66rfNfGvL?i:HCd0珇s|z~~cr8x4O {Un7aرU/IJH^ "1A2qux߅&ņ)K ʘnpK<$eLw';(j>6rT8 -;]ܞllЛ]X L]!{7ͭ,2D\\ז3 WjOWX'A>J:VLSZ_3iqeܼpɚa8>]B)17np\q>HDNҊp 咉~' -Fh'<8Do3m%wa t -eBwoV({z=L -WTr'CwTZ[f5QW%mB5@HV]!r`B80$<%yrD n+7 C,HVe3ܴED0/8 G#E#3yi%& +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 endstream endobj -3288 0 obj << +3334 0 obj << /Type /FontDescriptor -/FontName /JCMDWB+SFSX1000 +/FontName /CLOQWO+SFSX1000 /Flags 4 /FontBBox [-235 -336 1930 930] /Ascent 721 @@ -22038,10 +22510,10 @@ 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/x/y/z) -/FontFile 3287 0 R +/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 3333 0 R >> endobj -3289 0 obj << +3335 0 obj << /Length1 727 /Length2 15282 /Length3 0 @@ -22123,7 +22595,7 @@ Zp ˈw^LKLiM.@;{v&z[A˾岀xv:}z֜3q=<90SY ;¦( Lpn󐔀Dx\ )B`ԛIXX$Rc1z;|O qxh۵+5Uh"/q> endobj -3291 0 obj << +3337 0 obj << /Length1 726 -/Length2 23876 +/Length2 23982 /Length3 0 -/Length 24430 +/Length 24536 /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-( @@ -22207,43 +22680,30 @@ lz}h "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?LT83zR?6f&f9V)jRϖ_ti'㙺י='d`[9fTwU Dٛ]ǰ[ڀZv݄TM(N:?;AZZt۪UXL \9'yCw Aܚӫ{2yoG}mT\ -ի6Y[hQ*{y5ɕFqqgZfi襋4f+HmovӸqO:ru÷ຍ6G*W9&rG7#Ev53Q7L\ /eF>hSMօ -VWk S~v C|߰d `R%Kp8 B$uco :g:s{{q{Ƀo&t.hW5Zr43gx# \]#?v5g8nqO, -:)t9 HZa MRѯl K(tD9|+T-,'itt<Aƀ]{fWUZ8)p{*tT@EgXjE&瀩2b( 6բQ,1Ѽc n=*Ѹ!2DY(XFKgyPa9̊ G+o`$Ѕ/)TԚ ا3!ZyI*Dh21_q&Q'*r;jV}.[kLWAAN# Gx6P"v}1׋Y+ C*9)tε}UDZߢ3^Sd_7 gb2҉B _ٍ֥u3ǓנT׸5rJu߈VW)`B tcEp -P[U#D-r2;?5=SnUԽ+C#Fa}.=7A_{)DK]"a0,(6*BGg *IL3i'D lBx`fi%(gtN7N+qPd{\[_FF)/-YM7U]=4W!a{}/?D?/S0uHxFDSiy+0 _?E LL _ݻʸYԄ)6Q^A@ƣ#HP~}>yΪ*u;~cE-^|Z+JXogsurqJzn=S$͏D*W <EjANSSLAԧ10kU(= -9=f)*͟[ѹ`C35r%'7.w$rtRviu8dbaBBJ` 9t#kJ9ΆpMq[ۧ_3WMK6; l{.k`'KUeA&NxĂü938lbSͿ~ۭa3w! ,;#ẀwLwێ~]*#ɼ3!}=g|[@?S;^jd'y`У(Ohƒwli-3)G5y,\2=T[kдwX+|$2$ceUfKfޫ#"79~&M]& MdߡO]A9ΐEgb,r:ޙ۩h8v }h'J*ȁh -<"W-!bEp@\`~FJFח~rǙ FnvOA&VY*qܻKHSqw -%&5I }[`ˍɧz` c9 mͷcu`OH: -λ$G>d` #e[A" |-'O~/&{{t/;}#;/v!2}֟I2#zʔh|dNM|2?Qdm! AJJmpaY$k A -:EN|rQ3,3W=cuVN=(8!:H3?uL;VU )` %s{X3t[[96AK*X~┦ir ^ - 2s-ʰ#T&K`*ZJb^*8CI7<8+Ԥg[.m6VYί U!w …fgP-9157W.[ -1 ܅zln䷲| @77)Lw%"|ndZc[AA_asTƤ>+oԙ9O$Y<&QA*)2)20>e\az~KA OV uΏ)qG-揉˫gUFpTb O{UV =](NgM2A~h87'+m]j^}\ 2GM8iN;J@h%ޘRvIřc;kWf^;/s#FJQ]*)ޱcMsrZt_ RS>ta]=7AE5pվd˦N;wͪ"E4p,XRV -8,;%.}ycvT)Qml\7Ng3h1qq¾V;0df֑MLd꽠{J4%=>Hc1g,|y*u[dS5=K35SKӋT ۱~1p` -i-L1VmUC -'Y[naXij~ޮąM'$M[AIz4_Rh@֠0uIrR1&zZܽ/A?ъqsS;;z^ EK%? -2)17! ~~Z@p x=2$s2d9rmP(e}!#1Ƌ9-+"^k&͒6 ǃf k |^-QV?Sz{ņ@Tm.`54 9X/hd9HXzO%d%=e3j4#obwPwm/,Žc <9Oǚ{JfJ'A'mŜ (O K*4L;҃u [ -~"%ҿK{UI8Mnk_L K]#E5rgDYYD]LRR}6@pmXL$ng#ܙ\@ QWoCb!0x \+݈v݃'Z8Z$[̰4oJ oTΆ"JOH% 2܌/1[S쇩7^n_ЅWFV"eճc`t?=6+(eoA.u)xݤciH>BS޸l26OB^#$fC^\8AD;(hңsb .I-DU@(bAh]D}6J-H:iɡ^TjzYN蕱yOa}6D1 yd 7;tǙIv*-;:fh)g fƦYSahP$wjVd oVi6V=.٢v 7W +F]eYvݬ"K>G Dqan!]pl^<~CYH 5]<l3Sgu%(:@X0Et;;o̤0ÙしYs/4q*_Ғe?]_6@.} -\b)}Hk`K8xrW͖(S8tdG<*Th:,3 QۻN}+ -=p)k$d2}9'~r1JMrׇq:,ވ bBS' -NA;08`@1]8ʉdLάN&Ky{>MP$\ʣTɷ0B˞kƃdw'n) Î?Hl"f4:Mq*JD*iv]%Z91 -As̈́gbT)cFyCuͧmIB7xz݂%Pqͩ;|yi -I O[D a Bq{NP.ga?0F6JKĆ=G3VJ'jߟûT|!;&_ij^*CH! 2lsTjEm.L,!دc\l&hYBJXT5THc.V}O4ЧDJZ8{Cix?KfD&{O-!hhtrT'͌٩=+QR?$?x.68ӿcќ?{j0ܧp +~D[QQZ-U5$)Wъse+5)o)oIEyi1Rƻ_TY>b^UR4_N^8rK o+ti"PBA HuY.zb%2{8Db} L̥U+s]0pT/鱩=S]( %i7~,_UoȦ^l?80Ԫ56tZ(n i}AALNF}WbZhQ+7p&o.H v D QF -$ ơo~ 3HYC)oJS,Y\YG}h+ӮhGMYN_߹IޫC3O4f+ni(6v6 -#UfJ!No P,nft~Z2uHCY%Jm۔J1 /Iv\讴a]&v|5| +)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 endstream endobj -3292 0 obj << +3338 0 obj << /Type /FontDescriptor -/FontName /HSQDXJ+SFTI1000 +/FontName /MCESSM+SFTI1000 /Flags 4 /FontBBox [-95 -321 1415 932] /Ascent 689 @@ -22252,10 +22712,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/r/s/t/u/v/w/x/y) -/FontFile 3291 0 R +/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 3337 0 R >> endobj -3293 0 obj << +3339 0 obj << /Length1 725 /Length2 29973 /Length3 0 @@ -22380,7 +22840,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 -3294 0 obj << +3340 0 obj << /Type /FontDescriptor /FontName /WBCPXW+SFTT0800 /Flags 4 @@ -22392,202 +22852,183 @@ 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 3293 0 R +/FontFile 3339 0 R >> endobj -3295 0 obj << +3341 0 obj << /Length1 725 -/Length2 42015 +/Length2 42170 /Length3 0 -/Length 42474 +/Length 42632 /Filter /FlateDecode >> stream -xlcpͺ-۶ضNfl֌m۶m߻:kڧ\qU}Ww:x~13r)0r121ҳ8 -lE D"e=33## 931Djֆ&6DjvvDN.. RD" -RDTD[511 @MdjHd_ 0SG;"91!*Db" *"D&D uv`舜Dz6:Ǣab"20v&2Y07)[S;"M\?ᐚ`O JH$ggp%nD[jhca[* !Cpp(X8÷ ?auF`bb8gUMl=όd5UhGNۙXؚ);çV0忊"b;6#$ᅱsH􋅍5vqt:zo1ce;c r_ -piUe&mdAs+{<78?F|;RM$(0eb -3w0k05lcy;I̜jiR>d (>pՅG[ j]J o8>mҬypHh^. 9yAP+KmM9*TBHak< !+6B, klX D+nL ΅ΟnYR~ '*^Z{AZ]ISKb:PXʌN紡|r)skv@?j4yU(;I>~k_y*ӯ윑97cA};1yS8lg5nNaaE S.? -A^ITy~qƃZg/Ɩ-=QWq_0j|WZ҂t*ߪ wEc;+ϨxZ6+d¾H@XKAc̓̽Xa$]v \}sF,?Y4$|ZD+_՞9>&ݜ~b`oyPt@> &үvw.=/fj*H>49~^cv-rCH|5vіG婲ԹMDOK0}KXϿY%v[YYAI\3IUXW˾m o0s RL\3Ω9AEeUV<1<;@!}y7*[5"L[X:U2YTMCciޛUBXCKPcYr ? -3U) -_Tjp*"H 8WBewԚF俑.gtVYl Ol~u}Ϋ07&Y1ρDЭ5_ʲMV=)׸UFL8F9PZ,,u:%3Y:WI O\묫2|34ɛDB1LhIO~SK&;_;\jnD?|.q qm|tT4=-R}T47׵׍2P ΣRpf`braF4a~', [.̢be}ue{5㻯.FvB%ǀ܁>'4wYN\X~{Ƿ,6x l3 ~\ &/d.4vv!NᑻgjSx՜~ Ѻz":Ŗc^S kHlMmh2kdN4dOYWPLfd[@M裦U;TE#"y(^Kl@=qheWI*U BCy͸΋Dj(}P۔ncb5;P~bFM#1EǸInv=[+vYvIA<)[Q}E*jȍcHgxҵ0uyzqREɛ4bh%$Xid_OI3zX?2ͰpA)vNy ~n%ߏ0:M䳤6ltG3Ho=@b;A$sl-LT@'j: Y~FC=u 1ˉmxp5 ׇ=2GBMvq rOӾˌ=#N.fʻO wXi0*Yk5WsHtbuDu;w>sᬯUƩ;G哎\iY‰j7 I 7X/LV]ڝߺ,R[[|5>\02Pi!GtOTby+{$T,j4aDd"߅k;xduCP:!q:xE9SxHmyra -^~8Yehʾ T#;6ma -Aao9e%؂!,̴ڍ@'"# ܞrst+TC84^3P4 T:ټ1vem12  ʊҲ%Xg0.7⚎_$RN0~o'>pFJ2byqbDjksy -Q2A_C0$/@3\|A ^3ܥ Mѐ-u׃%:zp-%0+^H't0ʹ^)0~nl[1RKŅ ORr/\uUK$N.G_d]`Ďh9,#"Y/c @i>}ƹ[U<ħ(%SMI:Fk}ZX_ub}[t0ZPQNbY Lsp  Y#~_ [jv;/ o1/vx̗Ts -J-gft"O20-hWכjYoI7c ŗPO>kC[GG>sɍT!uLS_ q-%p,^*SU<03Ο[0I_P*bJ1y3bOS +qWHqǵV})PA#,seV\k&@>C>mg_ Z,]+VK{b%0gܼIND@ǚv6*B)+7` -J]@ƞY`#$ҵ/A.8$}dk\Ql'Vg -Q(.N/LtbRD>āH{V lvt.47|=Cms_E/pϜZ<5/臙,_yh= -ؐRV:@6kKپ-q -'-aH~CŪ&6ËZ qyb u(hL克Qk}>5  89FV) S -h((σf17k1~n$ f8Bt6Y 0GK)@4E\m>ñ,rBY>6yh<d&ߢw<Z)/دNASտ> 84wtl2AØ}(* e>Ɋc X ْC ä3je\8qT ?` g]%'`~ HK&ʂ12Ż+^JU -=t>KP'-zƽ>ЩgJGQp8;Gag$cy >ū Jз'J3Ka+dW*Nidf^|`TP&x'&&}1_?o!Yd*-qm鲏U0 Y|=Zwœ,T&K+J}"G57\ّWߛtD`eK{~*>b?gf/[ -Ưk|NbQPc_SG˷QtGpG{bvb')EJrB>zBg OYWL$vNSveHUZ*Z;RrtT_xDB'~3 8urMDor<5^>mO8Te&9SA9R\ZSl5nssmH_0`_޳{wYaHF 9+)y)r4Q 8/cz%ył(lӆ9&F -DȠz@5nq`[j JDJz>s-tPgS6zΧlpɁ ]=灌0`=b<ޙ/ E1u) ƜP9M{H^w`zQe2{'W_jkǧ'kW`1f}MK4l/ּ;R>TK i`s^j_SBfuVi?{Kppl=hUEB$̆7v#{P~+NS,Rq{|uTflWbO$J4< 岧Vg~GD/<< - M<&+AߦPxӪ}qp8e3K]zUܷ<<qs𷅖q,SyBstJq"__rc3l"Kuw%q< ŧE`L,'S$v~2-^ңީqiJ{4߸b; g1mdFJS,M;.PiS*=}RvQwb -bL}աԻi_o4vn&T8)NJ1uq*>' -?5{8NcxE٤/)uf' RjO}eHLMxkC3BʦJ -MrEo(a - -iDܣ/`TU5y ډ~!ODd5kM+߇#"бB~nK׼Lv&)쥄Np/ʭg]`d_Ί'Ŧa>V{;cC96m.6?<<-q/9f/[wRJ_$|lSVcGGxae;s'S^P2ĉҫ0, }5V)Jvo6Y\'c,1Ęyd:ġVQ)h,e@s8gsŒZ[~.`BcjFhw Vu(_r`tVHi2 jˍ~~Dִi7H2ؠC3 .ޙ~'uc [۬D^@N<=ªvZ{YN %m)BvnjgkE"9ZcxTLkv޼咹J)JҜh̄E1r>EjxҌo#i含] -45qVsXsbd .=CHGXUg"qm[$d I@S"ƲUF\v=^hJ|&w9&dHEsݼ^anoȄt[$ba>%lϣf'^gz& =C5L-JZSѣFbʾ_k㓨n%SGQҝOd2ū:-*L{@SEJЌ +_XKJg!N_4J Scx ^~ϭ0l;u^jB2QB4reߑ1@5]lG_&De@,bݏDSJa:k" <.`}P]$ -$Oyi Ri$_P9ԥ)bƝm~cAmsK[%PGpب\A&M֕ -\NfoÚ8JuTl{; -szkO +#ۚ-E/ d7vQab4afZ7yVQ -?>s9FR;L !ŀGD囈AZ Q&07fM -_F2T!;^ږbSA'(gY/⪐R}I@PR7h-_v -d1Y@kMdS=. LEȐFMdcpa x6G(1 m17@m>b{}ٲ`^i]m5o! 5AUPLOV [> t"/I-"d/c9&HaM#&A - -Q̶_$o%H=InlaJ7TZ${Vʃ]~^?7qђ8(w 4]75 4*ylHfQ[㑥%!{Ɖy}ch5]9@ Պm<@0`Naˇ& -YGPU0/1%VhiM1hT _ԻjVhLx~e'.# 1 *2]zʍB dDM1Ѡuv;)aH^4횄5mv!1n"!$ -YM -vE"R5e̯ncw̗a/+Nb+nW6oʖbJlNCy^l)W(<9H44.q&Gܥjy`eh 5Y!W/{+"$OM1*:/[k%#u1*ፎ _շE - HIbO%:gt*!3@!YV>XIPa`P[XNwlKlDę`\6C fュ-_2MKrphDn\uJ1_npW :b?QuFܫg\#u]VMb6O{д͜x2=P,0_:$q']KVs0`-%{?Ly[>d%ʿ!9h2H'ts8 -k_*V?|߂M7r -}VRU֚al.>cuwcfN1cqW3eo2\ ѵv4y#*8-({0Að;kқFL uz8]u]Kct)-gxTȈޛᆑN*Юw?Ķ&^W_w C>G -4Lvp{&Y͛i3p˔Z7LJ\!H` od'r 9j+%0V%E^%J ƨ:s;V?xCoOk(N4 +Y#rWe x?5HNheBA*8 )L+NMIQ -;?oEHS(mY%6O@DDztwA3.l2t[¡]#Z[{?B7[ɑW pQe3qaꞙ$Z5A].-7@9sn:u< w'euh5, ZzjA܉0d@xu5Xȴ=ҞhJF/R.u/FA m_}ƍ(tGl2Ŀ.'PD[l_#g#/7hB+⍔g3}k41\#T*δ|odxe-b-JmscDM°3R[|]]xfa R,8s<( ,>$'G\2䧯 -b 8BͷaXL zBY+h`Js|HV+9fd7,w624\k\@(G;L)VDEmTH?WaJQ[񀒮[! JAU!ZȈHhжlZ -=6\+,~֤nBlOKW92qc%΀V!Eh%DC7^b-/;LXzRJ9:/M?Dp!vg -nVL!a7NMvl%~7\ *qY*CjTM:i$۲7+ o)1?y;^U/cUQu ϊcߑl+ J!YQ`ܿr;yG_0OUx,^Y^K`/BcB>iFH"?mYe[qɆ@a~]d+hygS%_w%]:%/\63Ost|N~6.< W!7CSP8ɭF0IPڗQJiH"R"S?,Zy͋ fqKߴ-.\Q` -TMC;`f|aRZʊOzĶ*CΖG=eXc5J߁XT=Qdi W}.,8B7nV6,7/&wC ʼ9 -zCE 24kE ܍zn;Dh`5#m)܏֝I`}[+?RB/MS;Z0N+#нEwp {-|mUx{RNΞ#5~^`C+I=/C|n m+.aF}3|RS޴4w*.pJSt`XgewKyĜ}R]F ^$0AM?'A&`^27 5_ZcOw*~"҃i_j_DmNiu̽bsbsRQ07;kWT!f@~#@- C؛XQg0l4nOhW„`u*}0ŊGve߁~0>D*»:N01&p0)Nט/kD1t@XtJaNjNٯn/g'Nj1EC>Z#mF6%?R:.Q 8pkU6Zu~ 譎;ok}6I̥?kVM#\%3ɒ4*̄A(%Y>۱?oğ#po^[+c&tfxSwg;x$sGq[1q7ĞJH) 3=rΰ^꒦QP9ݹ]Fn(4my)a*53V؊agxqeVq}|Ml8jdzeg>Șy0KJKp%%2y5aEc[nC9٪u5rbk9-RH_>bw8?ހyħa~`$[Xaon6E*O)/@ÀRN=~&+(&ɳae -/o?9]7b# j)%+rzuF<7@g -e:.6l2n~QOx&֐ek&R^`'}9C ӗm -γ)8qTU~ɿYzg̙K=; e'!V3`(j+񁖂*}G>lq~mY$WVbۛ:+>;.laWTԽi(7q˽KWa+!_xȍthZ͎Ԛ#fb|IXKcJ͏(rY+ָ:汐R3-.i0ej')nT/- b5rotKDmո w7%nKB|\L:C]Udx 곍Ƥp1W0qWkEP_UVQ(>w*r`ts -b<>k<4w/8Vl J9]ۏ/\ʣEzb蛹Qoyw]zkHl<`_*?=Έ6y6Uj2拻J:;̓y]ދ_v2{x _j^Jp`?*%MeP|#F0yh׊'Jzbf^SW[)R`e{$]b^`2RY:dK~ioǂ!{^23%kl.a$/@Cq+hI"jN᪕0d=Q -GE^>= v`hv[41yj5"2/Zi&Q櫊 #e\:ċ>&[&5iin ggQ$lsRH epy~3dtZ&ظ ^V@OݣJMڳl *!_ȎU:gࠥGbv0lv4|;+%d&CF86iqB̌ZW _-gVI^)[N%@T=g0AĤ@OOލ'mvѿݞ/ MEoXWӋgrU *$*bLu:fx:E>mMv3{X>QgZ2)$r<G+CUZXªꀗچ~.+%29t8-.i.qaQS#Xv+%;|1 q Iw<&^hzL۔nY5pZ˞X07хikIwe%5?:,2DbG47t[Z| tzMX22疆5X?iwcl\Wcrd Dg y -W]j!?Q4~ ˉ)B/uUFc |zg0Ұ6!>A4+q0*G"G #8%g0IVnB6kd}MB!k - :݉V&unc^sʀ-uU6§fgՃh;`B87$%t0U VF&0!#@}_yHKߕ1-$m۶m۶mٶm۶m۶^t/*3BdMJQvr38=B8_ª~iv=#:P="N\o2·d(n^\) KNAcZ&>7Q#X-!*j$m]dc7J&S~|uDt#[/-zd;U;S##9r9jòs| <D2WRq}ruۿ),3ɑ *n%pȇsvl ̝&tc ޼G\ Z)8Z`:ey)S^ U8OX0և.bX.H:5+D"'[yBzOk<+*WcImyF 2g?x2z'Z‘\R4Xa==FP(pk`mަ_ RKa(OY;M<"(h*dYÐy؀7S>RA;n3!=Csvc, x\l%EPܹDk'zui{Y%I r،py _=40A{et[fQ̙- ю\y-;1 lUDvU3 LN-hM`ݔ@#TcZIo[^I< h #}&'^P4jC=!`32!N&h^'+D_oKlY4_~-\]ӈx#ur Ni5A^x'BGfRwhPe%O@joXQ(< !6JOYT+8#ypX3b!d :n>s )3Z(u%<|kTR%lY[t"kRQ0' -lVn#ĥb:Hoqߍz-Rs}}cxOAn!E1Fn?X8K_NUӤW6*t<(u J.? 0gpҬIl\Գ̈́δ3grnvF%`ŻXHc"nm.z -!BYY(OD 50 ~milE3הڗ/k ƕA0_a @bn:"4&AQ t#٠ - V , sqBŝQT=Fz\\ fB{ 'Bp<"Ƈ;n\þХssH:=l;i3ݬG {iz*-M_."td 47ZO:Y+Q*հq嫩^qכ>bQP2c9}BԒop0!]/2VնzMvNٴ80k/fYEcle'QL/ ǿ8 [~؄q l쁣_ok*- Uygh,IXFt9i SfF4:sݗ )~TJ -pl<{Uw] E}+O݌0L#RbjȽ-瑋,Xc&)s uM/x*ZClEHg!56P)rF=2&^3oy>!:GTwwsԛ5:<,K4vcPBLi6@_~: &Ö9́3l}dЪ?~Z2Τ/=>B:YDitN s!I@/;]E:H3;uOʙVaѱo-թ! -*LL8 =VT[_~弒b QUɡL^m!#91O -7IaG ݸݎ~w>pi~+?#-C(XW\*zX(q~iFj6TaӜlruNo.#~3Gs"$N0#򮐴,Jg5^_%ӥٺk&gp=nBͰ_h/I#ci9zm C7Pcr[RZqShTȽYuU I -cYOO)j1r؛+טh?1 Sқ}{ -aXdB53 R(Z==!Q/:Ks/F 1rG&oAh^Ĕ]GQ^ny`PlFϩ,0y WwX2礤G -ҍkB* ca<˶6aGI9@y ]gqZQL-n^8@s^GZvq.l 6+o1=c(h y~9;N? -(< MKM}J!e-ue -:xy -3#܄1ktr.Qdz=Dz6glI`C'mAʜb&8h w:k-(9Y"Lgg%A A"on`&"9x.6DK%)PbJHq;yeo"KpĖ0]FU2g$ t `ͯw^&f[yǠ2C"hh -ze=;% :ǣZIt ]c1IϭiؑB ,XctmQJm%d^*G?\dظok\İl:1Fdn%md7޶jhWFSP̼,.^:KžMlR׫K#8L<"pgȁuF-3M+pHPk,Ģes[l+?2\&~rhs*}_Ұa@EoĆHǴw֤\X kV~8>>4pkM &k?:Z? C=IqKS1.XR/] pı)IafIl --RXBr2ǀJek#_3?+ۦ3(B=pvn }di(aW9J~a1g:wD7F hf? -oP'`YibBCjf=Byʘ[Px7]Je'ZkSGv| -pM%EzbkVx]/;j9 -Y0;YDI<>̒9*WLՠ*P3 YRx$-8j8md$|G,˙w5@2 !֍taB\]2kbrp,4v'|@^XCܰnSLz'BO^|CƤEfe_ГvlLj VK^]NXysMVKwӏ!#xDL*3E6ywAZFpŁYIƑ6p/7xhrC!y Z:Fܣ$:$`xK 1 -h=a +#bΔyE_@XQUAΩwg ^g'zRMY(azoV1v/њl!HZ*i -=W-5o}Ht5'+{k&T1-ގg&jߒ)*<7ȣ?pȠZ-TDiq4[ce2=8ٍR 7Orev_"kZ0RS9z Q~i0H~';xb˄Y'thތb4s}eCC1곎ŷ* Ԛ[j?d\cCc~E^-#$ !QMŢ![PO<F߃Rƹ`cAոlc d#<{Hl̥3r]+"tPdi -oJ -QM.$FܝВI8dt!55xc6OLIbj^^pֿKR< q:e'y=?jY5PL"7噈{N;i6s%JKEDQS9aYc13F Qy E<*0}6F\4H* -7i 2g8;u,ϱC`IGi -̄Dax0u(Xo: -犂(oJT݊VAtD~ڴg _"(,nl,2/;MlU6'ӖTg{/EW}*>2xtˎrOt{K^Ӗ< 9E .Sc99as#msC;fOƮWR$hIJ^HgkJY&М{aVsDlMi\@!;GV_'9MrQ=f_ DYtrFL?ic%0&2-<zrTX֣TR;76u v!TIN؞']~hٱ|̙HMˀ^ 7-'G}wD=Oќ%[gb}>%7GUcgA@ynގ@x{2{` DPBֵf?Sϭqq L sM^ι]V2:V?^$W;\\Z `,'snV!HA$K;S HIWmLQi -dls" 1BvA'pR4j;_!xat/㔱Kp~<|[~i^w )T:i|N/n`йD.)Ƴ8zf3JdMK~WBwcIǖ,"F}ؾB66r16 -|I˾i%CNe/R=\.!eVa2S5;*U[Uw"fF+2'ߣ`N2 pZȽ:jor=M u'ZX4_,:k1lVY:25x92? U޾#F#2揇n.ǞVF-]s =+f"5g?DwH!}߲61(+nif -e)T.Ӆ7#qG΁gr2})_ uOII>U㇄Pu0={{>ri'9TՈ΀/UER z$FMJ“Sgx]#HA^&6Ӿ{*lKܸ2(Z`^ , oy)_O1ڷt 1 q4UeE0Cjs1DsrcmfkQo 4Cn}~KLRͮjPsc;HQǘ?w,vy6>a@ -4p_mZ~˺CKĎ0 -'OHD;dJ– 6Yw &C ad3hebv)TPDT̄x뻒xځ!^n&0FcyY)\#GZZQ,|c-K;"{QCa;0mRl>z`+*& S,Ze9=]fwqE#3j'[L"pmo3a43[ ?0qlf䄊S8hS~f,-BG(dc?<@}}w~,Bʘc3SuVAΖ]H:;FN:S]/ u/M#wi}v1V?Qę32zģ'AR淸'Y D;k_L3B=sI>s߽{ x<YvG4 #xSG{'I -+ MJѻ%hzEc uDi8BD/{եqXk~R% -gvdZ>ko^\6cEcY=Z3;Eݚ.))ƟqTQi}Y qbSU 7K| q_;Ҫ]+pyHU|d ~6U3/ KPxhoG\/M_ȸawW@3ݬWze[%zȪXXzF*x BmSn(k8˕c /Pkb9Y Mp@h7 \n{7neOZDΡ!fV~&V)v)O\xa"R%³6ae|N6uZ(9SW ͣ - D^I RY+`LB^^JF=zvߧF o]}]g͊|;U$h.^T\۵*-+pXeF"d/Ka)~Nb!+vל]WƵz9s&{BTJdy2[ ϑb(jSe~m|72H`*J,wHlQiͣ8J:¶QbNrWz`w%C!lTY(Se_/vΨ6JAf$ޒq%c' nѥ)KT(܀GjxKģuhPpJ[ݲYt3TH={1uN } aH cy=N- 5$-3Txy[܂^5TL Fcfm$m@k!HGW]wn"YLqޮAǢTU,6돎ttƺukjZY: Xz } lPBQ KjOq*2񣷿,z$0 ڃxNǾlGSɾj|do`bcx WOƜE~[dj3B/U =Ȝ g[d{Y ?\*XJ3Mw.iiw{fԽG-T0ޘNcj2*!Ҍn1ۇ]uj+@0I,DBaHT'D!ٮ8#y -5aȲxUhعuhyaCd\ZV!1fZVE]5LywprJ:UӼ[껊laIPPrnReBf<]a2lֹޓ?}s969 Kn9"(F>-zHz~+ -x\:AבUL\b5yUlȕ ''"W+/rߤPC5◴Hz9v#pSgc^9K{j,PD.7}t]W_3^Cߦiqi#ʺU/="!dGa _[AΑ@)s=i`XКF$'PHB8Kt$1xF93X.vܭ~FiV|Nag/T^\ǹmu&8§4a~:LT<zizXg(Q4_HYSz9~`ZbnM*Nu/>zY}fMѕiQL$Mlפxu7SA<~7``X{iJL6WXFv 4QzcPl?thM!1umw"1RP a_'ew;D&sftʧgඑKϩ-C#%ʬ8L, -AL*Xܞ9/O(p%-̺ ky21?"5uQ1iz-KK!uA4V P35=o}&#P[G7s439S[I> 4cBRkHl wj-Io" "YpФkff O?}=,"P'f6&$oIʾSvͤw;3GʢҷHVf|Aw[v9i4|īPdv:긭#ɩْʛt]jrg_ѻ>K!RFBeJv϶u2}u8?Q PDچQ 5* D6ZV׎Jt5yv!d3vF^NZ0~tOƂjA%o -u0Ud8ܻmu {xLYJ;0vo3#'7JS12H. -1g@[:q(y7SA,j8o=dbܰ%6$xʛ7wFx)*~ZnE u]K;լw|Gt玳À;l(6scۺֳ;xĂ?L53Dp+'%G'6%BdJbF R@f/>VȗLTD!Mʏ4Bnٗ@IhPXPng t ծR802Q#PmDQu/ r0y5 ht4G~K1;b`Z Ӄ*G௻i'uǾS.,w]ԀN0ߝ@#yt?NdDgͱiG[W/I5Gm/ ѽd_'jH&gx5=d~ïzHЀg/;q,S^bEYPa݄#0A5WHMΑZt@H])oLrW}ЬV?X9T.Il0$F P1)fEE9aښg;{6xɮx1`[>(a_[5ʱVFK5\SfڸVe;WX5kണE~bE `< ó:I>w/oJU]ŅΣC_C!7w *=AvAN0F͢"*Pׂs+;yнV'x؜]JRaKo̐ rcԅ<'{9#^["7RR3>m$'3Nآ@ܽ=ðwN0iYzR٩ߕ،[Љ(&RWIdgeH &W#Iׄk+ivP>vhDc~1}|}~GLY- .f=xwfn y{ĀI{Ma -4sp4%ftѸڰ/cRJƮ U҉ '\kXe'mɬp) psd yڔT !M zn8Smþow29g.D@T(pF/؊~1AWR0^)=ȇ~YJg+pı&01zg": 7Z/0vNpt*7^mƟY@RPJt%{I{f@?pjJ3M]Pd^7[OP+)IHMTѷa29VqmjEį"fp%G.= **[s J'I5K;EhJG\Gx`u!xwBP+:<ɷD񻻯aS'y.Zno!P̛%Cj޿:_N֣ؒcJn8{5kV}YˬTHg.+|(@UY1aynɼԄb\J‚o.K{4Pjb ]'UY@ErޟpWjxkH˼s7("d՘.՝k\+cԀT{q}-u[B;ę 2v:ˇr鿵QF@>wueFy81dpӈ)I9_RH3DߔpWOW :"UOwg<(rվ|/9B3kZUrl2Sn#i3VWFgǹLXurg $SB %Y6’ * l:h6j5N$O/,! |n|uU -0?S hY윟)͞8![j%t6?;9hC!mZg1({@whl9/D5VK"g6A<$v3t7M.#uϫ 45pʢ-Xuƞ~x2~ yzpkWQB)z>Fp編r8g&" -R5 ߤ ⒗fzT2Ծ}SQ&plë-ZVơGsAD݇ 'd.ךp0Qػ/Bˉ9VC=0Xn/26N fŵyXrzvJq{~;s죡⊔]4~k*wmY!FQAIx/xZїcs6}og|<nѓieO.G@bl2 M/!isM*ydbUOh5\,RQEr;2y۶'.:Y,0^qdDٵVD??._| -04T?k=#sz,DrɸpF -L9 JZ3:d@Z/ hf8[*VWb=e K v[By/rrOb{ gA09?.vi2\]O߭F*1 !R `m`ÅN;v-x0~bhҼgq㱏ⲗ``ci -!38C3=#\O,՜ɣ QϜaQ.Њ~'JJMuzP:ܒ}ɒ(n rԬ${ >[bEƤQ5& fSi ޤodz'H hϾg-jP}D5&P}_\unvd<=_TD-I]Ƚ`UQJ? - 4 -=@u3`Дp{j v'-z`4Hzq k#"a؍v[.WڀL@Crͻ,y.χ]wNMir -ť(yzއFh`qNgt EǏW`K;!XvdcnrDMP+s\#rnyLhBfڏnGxUS ChE|Ղb ٱU]:ʥɃڈ!U5j<ﱙ)JyDtLO-k_j2/Iٴxď9=Y|Dkc{aۇ1a8`j$Y}.(mI'y欕N$2m-v}Bc2ջG-=e=Sw*G -fesj˚-ܹ*9l%Ԏ0'<*6]';V>p1r*5*\6gP{kLCew$ >u į7_ŀ7 -Es3AJ>fK-[x6UNEC<}ҶW8iȽ7ivlOd`*#3M+Bխ?Ϣ8?Ȑ܌ʗSj0Ɠдf;UC&Hd=rbjjc5JXWC\i;d/x8wʍBpV>iN'[ `c@K wW{ʣ9F.5dJ)tAY5ڇ>$~2Pt§0+P[n/ $0AsqFBe׾]/H|Ql&nfmT/ba_! QP>2EݠuͫěS TRYm/ -g6(;lS~s|q\Nl`hTHq0zsJw+j=CĮ 剝 VMB_eiCg`Ec:R}vsP̦x~)>1XՕ..Lu.ܶF+闳dJeT)2\nΓmOAn.Xbhj@C+Go{Mp@$:'`-7B8ZܝkgXhi&tݳ*WX4 X!ןin(ňr+n>%=rWflVUIX:D7cjK=> {H/lɁﴖI,<'dY<쭬׋!9xsr[e^CbW% oj^gn1ZFZiUfnhxսssv@Z5j/|ʹY()[_;5l[MXg,N.܋!0tuģk+`$~f!Ĩ3rurݤ>(fdMS֓C3hp:?:==Q5As>P\l;m/\|Tj4OiC9>ܖLmqG1@-qH;Hr8|팅O~<@F*8Pg@ٯ= -"ڟ3=7Oݙt߄>?KQlrFB< -)'[}Y"{@V5)DNlxgD9CЙ>;xJ=7!=3Nd P`Sf'K%iSh +zN%\A_o,$ ́MFZe `%˂̾ZC%_:ұPDw(X:lRyn`{[ E+Bx,S`adeǰ]#do*Ñ,+JlڲVA -F2(h'' c!gSDV++f5>|c%P(6=Z dJB_P()"APl,%~u29 Mn zKo?595z~$!Ę25Ui}<~1 F<%g he`1W 2Fu| -U )IE]}U^=;VZE3$XW n>_9ZgVp*\4rnILWy#Ro- !21ei¤X/%ԛZA}1GZo)D]TgK!tX0뚜ϑ*k q̒VA3Wmn9$#gL<EUT?Rhm!)޵'ʫ(.K5u~ zw')b&0B"F}%.캪0od{u?ʔLB -d -zZX{U-eAl2ny 0}^r{N1%GL۪y4C;lOUXrYR|M0%^նrz&|CR nmߘwIq f)z°ԼJA4pynb-MtEuݏ" Ty WOwl:$/$٥X_O y%ОAJo٘^Z! |1^߸cy kPŢr%`iKQ -k>,bdli`1/֏q.Y\IF7W;)mDܼ]ntX1:H?(G{\0G~/@5L(NRN ׽m5N W.dP縻z6"ֈuƧG 9RMV[[qOsה(Y4U_WJjtӷy>՟jwL.o&ҰZ83]J*[_(ITI)2*dE1pY& 4~맙|+ې$ iڼ8 ȟ -` ɪݡ.*"H;(٩q3>-w*:$\KƯPE(<55J\.U}1z&3"c_hXO%rH웅NQ/sADl~t`8}&:MN_5n~`;*&ϰY@o=01 v fn7qmá];VL `evjc~JЏPq8ڐ]_)-cSȬ-ź7OժΒAﰖe*0تMkŞv@9Z`/.lSv-Z63qʶ S -s[_M_HfHT4 W0vÿk1% P/X茈ubT\x@}"Mjnt+*"j`X++a8R$(-OᏭ33 } -{Stmu؋xM_IM^B -D^H+r^8@':m)ŋh g"HV[РpM_=}W%0%TQ@kv#Rs~%>1^;O7jM/B` %38`knMUUDd6=dSO8`ӑYvvS_!|ZboZؒVKf節0o~ #\]溝}Gu~=`r"tS&(+IfztGX'Gl\M3c"MDU4#Sm׶iR"';q;C~Cė?A| B-Pbί282tGx/xLߓYi%zưYy=~^9[myUD4kx;x&.j.{6ڛ1ꥅKۚWmJe:!0xЏՍJDlB ݑS8>o^;W:%g9e]ZGWR9,p(x`%uӳdWP2g -E~M@7j%Z?Cfgrf{;K9ʮ&#W,_sSKP:!yӰ`mT;$(=tyB9EVuӭX,\nR+J>M#7筓dɪdSq\1ҕ#D -zЉC-@1 p=MV\5Iom: 4 @4q r6}A 5-&KC:nl_iopHX'oȠ(󘤍4&drmgα[uJy{Y^|نG*-J;1库7C487##0 jgwW_dfv3hfl~-lJw+3t~?%.VW "DeRL̓.CH($?o.>UZܞJk_|QX2\{`t뾁N;G X@Cݍبy^UQ^u4F CpI_Xb Qr* 5j4ɭ%Vjl>00 <>`I 55KNLڍ|yt!+=FB:&=y͔DjM ȷ\@pݰk9SAqp1'*Kp-EhOmvnl.ej- -/Axܫ6Քe_pL 6myĕ9$t4iIaQ Vb¿("]j9,zʰ7g%t໣eO풉Jgf g!,O-] N\#׻ƣ{H,3%q8O&xL^VMyțgLkiORx&Wi5 F^J]µ#܆ 0_,IIG~|1( 5AVWyhi=Iۊ]l~r)iAh#Pvsr["捣 ?ЗZܫkN#jO,!m!$N:H0rxH]Lڐ/,48MNo/@To@ $`?7e((?4֖A-NZXM8(e6N_^Ж`qI$upbvB_gYփ/Q3?!7%]/Tw,sZɱdp.Иx ŸjW$W3(\z2 -44[ E4pyuJn8a f -]0l]B\)So ƈc >8M:[Hw$QCQ[5q|HmxI*  PwӕehNnoY5VD4-Ђm*d:iRDt2zK\0p?#pMUwdKԺ;l˝ym4V}JM]h3UgKba -H]oFxkX쫐%." m/ٹٶdllxm?^/+ -da]Ǭ$Xdې'R(8RO%r$'&.\jsLBOFskH#V꯸cx,Suv)i0 5ǕPJ],(gu]oeY7R&Ijz#P (_²zm>D8_n+1Oo}ϠKCIlQINՑ1<"Z%(bNm j2_ PFV8 My$-Kۘ4v>} oKVH8sH+*_HXO5 ]\ylW/F",30]`XMGDQ"]~ZC(.Gb+(96Ԣr0 ԘDqGJs$1|`p u0C0 fa͖,IAh7 ͘YlalK\Z\HE`ud,} pR2ʿ yn5kXƽVu͂/zϯ2j-7aצQ+&C7i]8$\dkQlh3=v2]gy͑v vY'w[jp:[s{PhzV PT*rHBʹʐF=\P;V&vSg9PI2xںAwU^u`9n+2FY+aovdǀ3^"NQ$T] CKBb -M! Y.[}S fJ.gJO椔 Ea5OFjUQ,ZTs^~EԼŘ"Fߜ<4piPOfxcPYWDئ6wVY4;r1QM[z/d&P -]zBi$.^gFH7\D{k'~" 3C-լ4MO_WkY>&f:m!rOd"bF UFh"^ۂ}$wanR p'7uޝ?ˑZiq:ʂ/ m4 25M5{?]l8/8WK7-<Ų؊CFGcKW-*4}F#cHU (ˋxC0`4o[f[HZ=5D.lC: K!9vO|$<:`lr2Z:7<@"9 f6i(+۲F]fn[s_VNd3j .H..4,m+9\fJL=2X:S􌾚mB=1uq2Ÿz3BszKvc8ʂ,5 /,y)*vjֶ)@adň|%qb 9^wrv$,InAXE,{] Ҏc:!鞞q"lPXS3wGE[}ѓ/db3L;tA`I{ x;f' 0٥1Q;dLw`w, }cQIsZ$Ǩ&OH+/} T}X}u3[ȃVd_4>1%PۓZuyz)lXMA >O@;PUQ^,픞 -JߖPqqyf53p3xE\ӵx]°A(Q' ҢHoS]vt]fylT5C.\Z>maL $g; -ҙd0w킭 t΃Y|sC -VzSe,/2 8L`藛zn -{Dubd5}zۋ~ -vÌlid+EeNlMt4ߴ^T?JnЉ?F_k5z"GEs2Ҩ+,%ɀHpԦ̦,V5h|[ -s!^8 M$!e2xqr. 05qpW 2' rgZ~D V- '74%MM >JaN(t,c^G)WA/Yo:^ t)iz]G$^ )6CIr<&ww1]QUФr0CĬ2CJ8]N[oЇ[yLEX>$O -*4; -=y|B/$=h1E@ȺRcϼȦkM%IHw#+ 'B>T\α:9n|Ѽl`d Vc؟vZ҇;}U3*h y]oqD {S-@(d3m1mjP='杉ġ`ACg8'rZ2ۡi-[_yaziSu˸/IXI8lEu. <fֵ7cp?~.9O-rYWK1h6uN;L_F=ohT(8erK<`m=$#-|;4XgZ:!O]S֐a wTG'FPE)_r^H!T -7IAqm2S:x({+Vb``WJ8} z(cdFVLZAgXCU>{O]`􇗸dc:OTBp"r"0hM]?{,ꂢ)*!4P,0ǒH8CO4^Lr~O"J~\"aW!?"1|-5"ZDmxZ)NHiVgE(sV -.:RMT- 4!QJz@k~r޷<&|am]oi -8=w.2l$=$XX[(bFfév֘^S_}ŤwN҆I0E&@bf/WKMC q-ߓi߯` (2(aL{GQ7ˉsZ{Ҧ鬓=kq+5&U`&`_aQCJFr~RS)Iϵm0M> - JI۸9-Y֏ur$M9CBդ^ -SrFbm}qnTA6Wq-wO(Q%e@X4%sQVΗ}E E66X{/a EU4x +⏉F}:.C"[éRZ=0MdlP cK\6 Ü>2g 65ʜyB$HFH._34EPi}/ g*P[P|S̚jN]|H0W9R]L{o#$ʪ)n,){ƾ%glBJmq̞?3^}UtߔF}~us݃5]e zғ[ItNg  - )&ۍuZ&n,Z![ ^ܖhC<3ىWX}J1RƺXQѿt7M%~M( a9&KӌW]S[5h zO$HOVlk3QN2~$@_(Bvچ}_ -SBױE:nz}mxBIg r&wcpI^bS!){[t?`kYD#+˟iYe(!iV.fr{%ij3|jbL\>ߗi ؾf9-rj>AIQg2_ A/_,`IRt"8`v唡 -c tM +xlcpͺ-۶ضmm'3m'3m۶m~Z}js5zT]MN,no`DM"HHCN.0r5rpiLTDLĎL0D"N.DT&ZZ:ػYX񺹹 9;3H rYD%$Ո$v'#"EWcK"YK3މ?09`fNDrbB +Db" "DFvD sq`\Dz1:yǢab"24q!2[07);3{"M]?ᐚ`O-JD$go +p#ND[jdki[*\!Ct*Z÷+?a F`jj8gUMl<όDhGNٙ؛ZڙçV4忊"b#$ᅱH􋅍5qurعzo1e{`r? +piC5e&dA S+{Uwb3p."ݬ4oJBd\~$4"5QhA9.ތ-[n∿`KݜVUC%u^&vVQImVȄETI-X$3Xd!pH>OdōX}^1iJ;3V l?s4|mM;( С|=M(_ӹDw쾘Ѻd#P {|yQBK.u^#e +FG>R7=>I$J.Yc gQD}eeg$ 's4eV's]=ҡ!48\a\B8@A 5|,;FEw&Qz!YVvX{8$6cQ«lq׈0qn b!{T ',^ + + "lt3wI>.N˟r#&l~h?'A#7$KN_v J ]uև.ę4LjjgŚ1ؗZf)+ؕo5?hpI':֧uz-A1jcc;+{B+5'Rcp%^Bhn<ĭ>0d Uu偳 6A B7~_RgS!1Xl]CO㌵@=/TZ*}P+ wD7T%{[G[ҭ@d_vo#xJUoc!(}+ͳF&.`dfA2_| d0 vT^BYEskŀ2t_͎ k';>\9]UJ*.Ɍ;/0 4Y< N՛i< `sCҥRҪnxi9NaX{➧AzqRGaD=Bn]fm †UԲ4[vWg7.t gKG%|s :z%9# + o4Y bw!;_;BjnD ?|>q qmrtT4=-R}T47ߵ׍:P ΣfZpfh갆raF',wY\X~{ǯ,.dl3 ~\ &/d.4vv!NᑇWZӟ; +x8yQ<"i>1ޢ[EʡU~5MŔɥL1=D2D"@yh$P~&Zh'ͬcE*c:ޑ^ex$Fe_'FSF⪑V>(GoDw 1ďBH1~O*ufr $* ,4dbۗcG[^o[\&4Y ޱSc T}+yqBul f9wDGՔ `&߃P0/S뼎A%)WT>ۜ>o@xa5u<2O,ѽ\t+Gpg)/z=E{n$i=}9e1m CD+tƼ`,x L "eɜi6Ȟɹ<ɶʫ;j ޛh GͪvԊG$?Er/QL? k z;ҸȮ~.U.sם4*PRr)+juzQsÚP>Gx4R e(U^揑Ƕ zah9Fi{<37i$nrZ +Iءf~daor( fN'J?QZMF+=gIm V6z=#vH"Z7)0'N$ t`|k4S`璑Ts v| @.}SoV7dEW_5!OF1OJvᒯHk[87/XUՃ̥MLep:*&[b4D߆4:y0K8C/YJ5:!'EX fZY{sA4[/ɥ0PCw)Gj 2 +DAc6|jвh!mmzl[Sl37jFta7ԫN( ~leo˭ܝT3jԞ]K^10eʫk#0B˚bbfI{AiBOAztUyDZ? k1aJ1@T4^  W1`7WRxU1օ@?bh Y}vpTuQQ-X*8RɯLty.2Ҁ# F5n)@n~^(]+$E+-|-l7%~B\4\⏢>'\u%\ +(b >㍎ +Z3'.`-MCQpy.lIUz,}{F\΃cqu3>'1N1|]c@} oSܞst+TG84^3P4 VѺپ:1vem1Y{7*eA3geKd`wk]n-HFq5(Y_| c, $ uČ&Rڝ %ZDuޓ蹿:'Y=V|qH0u7^6#f\1'[gtK S![K*uz[JRqµWd#O(.-.W(-s3&~ZZ(. `HDtRВS~1XJ&q. Yt<2%"zE`vD1&f_,U_:6Lh>-iī*ZlOHt6pW-k&h}x d@{0WwS5mLOea0BЋ 2t]=^&Ao>ۧ:Aj׭}1Tc%@A3.j⡾Ey/ 0^:J`$ 7wX6ȟjKऌ5oߢ5Wтpr"Bb``rCʖiHaKRlԂ׸P࢛ j˳C5zǴ8V(9_F,S)(щ<0?XD's4/u(Qן!} K7W8hojm.q4ίA&ԡM0.j&#'U6<2??1*)؇@C<>+_s3'|=e0Ù=Afaw'H$/=P[ 8n^quƲ ep7N<|TjS8'k`:u"Os/&.L`r  g_L';tږL&+N3o3b v&eKZne6Hfg(ǹpbCI #8m/|uwU7 -Ϊ`XRaK#Gx)wPJ0.E,AqGQdbhCFǞu/2E GDk)3##^CTe(Eq-,^ŤHP%4QdR[Y(WlJw%+7<0F +;1at@4JtyKB %5i}NlK}]x:;aԪV~#0Ю^dҶatD[Pr A־*VQ|ʎԾd&P^=+WX>%6{yS0.07~]v4>"d];?:HE+ =1N)Q4CU[L]`5EuaäY ,n(>-rf*e=A"Q%hNudNWrߣy+ gA{ǴY(?GL4u*NSvR +^kaNz;1}3Nyp]"GN(ͯ cV=Qt]X2U#~2,Fbj_:V6URWhIǖ(e|C PPH#-~م +3 ݮgNt A}"%\kmZ;*f4a @JhAǂ /A]2_Φt:Ýw}( Z荑 jHڶG$Ľp䘿nQ ABV:%gZT_{ri ŞNNxkBu'J& ,tըZD&|pO^4D-c10ݳ;.XmCS۽RDmːq9۵}}2:W?tog@.QT-30.7RAYy8 c+.-tuxgK*5XL8o2?vhyX8`:s ەjd9C:G,=u{ qڑW2{'{YkpjMxQG36fHl\yK**Is +:Z :;9r0 +9NJ3)UBw+=Zaω5&` -WaX_u0n,I4)'F&FVqڽlz)[JO1=X]W#j +wz =!nuor#co?x]XG6l1)i}NK\Fa+~&O^\OaGIw>tFV\LӫV2e@O6U* GC32Я*}=c`-=*]B:QqQϝ i'Ş~naשV֐{/ idGl26&#` bq *V +>?XG+ ި pNG, XmJ1.8Un"FiGnh'ɍeȫ5B_wd W uĦp%]O\P3^U!O ʥ08Uš4oj[*"ȌcJ ? = Lic2n&Sz&3]1#C7M-&vhՎ$tjtH .COIc-xz%wY. DW=B2E>Y'x+ +} E'_$Z2D(ݛ_{pM-qGOo8KJ +z=}ܵ•o^JI :U +o1%q>Q8< )Fci80oFjhTC؎%F4Fm]GJڅJP$ VvX5HT+9`x~Zal[( U;[-"*f!`.sU@VĔ.[s^5MQ|-S[ʞ1x,$t g-(7,5ŬL5f܊!yzѴkAٕfk{xFflV(Pf7) (J!H1Yg+_vlL88宸]ڢ)[j(m;y qY8z\t6Rߺp2ȤQ7 r61i 𞶑d._%j#l>U4䷁nE h,|k7:2|5)7 q'=uIҹ<S]deZ4~c%AMɪH+3LV_8 |dTu}ff,AZ _ÀҗJ8_7̦ !iك F?رVޓ>0bb3)jXf3/ͽYoc k%]R)~1_JA0 l3A{:@wĆ/@xE5ʖ5b[Ei7cQOH[{F>?ڟסoM&zD˜J֛eRuYE-P`.|[v|X)Be H.ԾC)_^q}̍)2/?F͹iž-$AD@5n#!Zu::Y|pHݐՓِ\ȹ62*Ăuq> 5j0giho=uQלv OWRC_3mC "/($=턊1Ee&5)&*ψ2kbkf +??Y+b\nLJ[IEX?NbFz^F'&:y Z#>Op͢CJQǀR8d{Et A|6C1"TW{:,A羖*Vr~5+Э'Q 튠Ѡց>}+y"үgφba=XN<أ(sQ+UlWfIV yA]}az֜pٲOWV&?Әt3.\khfHnOAe^c(i@mQP 0]ݯ>Qme@#ӃVwƅ)/'H.ZB{YKeC&G5 &#'&IY8݅WBe涼MƩsQ]xcMF +pK/r[tER]+S9$zA9{ l}z@nJ"B u7ʂ]w 䢱BJ)XrQds=nW$\Eפpkdv]~JyzĶx9Ɠ[Ƒث~2O2 F]/VWS s٭ V) L?yAH yp{PIj=gJgIKU% "#C6h])#35^'eߖ2gժO܊aOj_א}( ӑȚW4UvWD'{,19F!>@Z fvo>4/2X=q'm .B!7&{[k:{^0OK^IL7\8fd)&9Migi 147U0-= +`8&ᵉʮBKyĜ}R]F ^$0aMlA&`^27+ 5?ZP/w*~"҃i?j_DmAiu̽bsbsRQ0ہ7;сkWT +ߐ{3 ?MH[hM,3qkwZy7'+DBzċOQbE#; PIJ@ + +"X^ݜ`wQak,5P:J؇ͩftYi yi,>ПXo[sFdvR@<'8`lg7rI1$HMh\³|#TA/cej\_uN9V8|0vR-VTmz a?9 F%v;&Ia + Q;j4G芊V.nofiTh{O*]|9w+nn{OxπH(ʧ\^3Dn u-r2֪IYOnJ.>W*Tu:r7c5Xj7x0怬_LI76,Z +C%>uSUluARf_PSgVQ +}AEXV>gdI`Ka*j׽J_!}ad +$}nL|MD4.n}U$!DwxT6BƠ}X@XhFD()"2I+?gED$zBS'4{.7k8=+wlHќHS`.<)%Vs5vTgWb!clL BskZơپlL@3p 12K@[wG+6z~_fNH @_aZImK=ۦ) KrS]`m2TM( e|pvk·Wi9yK@|q}7;GcZߠB=[1mgE-]]YXף[."$yݰl2J!ZP":z+:?Auy]yKFR9v U 3.}"2L\) +˒B)czөw: z3h +GH=xFڽf]J%AaA3~w&^B"mw@8cc:bV&9ɐ{ͺ`d&Y=,Fvwu<0e$w;)vsW-{eE>g{,Trn޼^o`ld(No?&T Ҁ?K>%aY[C, +*7<Hí7O ,_eVc&1 +[1ll0/NyC r*N-{,V5\,3fci NDFS4/ R@lmH]sփ2;հ&Y1Ԣ\Lym' +kB=\Gg`qBURP}5(7v-ίm7D?- +L{\ggG-l@;}J?z7 pܱB +׽ |QxL9: XQM6a?H9"Ah&.#us[)3G ~8.|Yu2M-OC0^̥0Ͷ9Y}a`*66,XOiR mW^ɟ=_̈,j4A<1PlAy,1Ȏ7ѯTLS_PoCT5/J5SjMӊj yi!Ңh@>DOCDVW`@WSNHqsEL{}s5`tX"+&e] +藸' - %Uƾr1 uq$W=%X϶& L:_ _!f[VWY"K(qD]ܩK*==Rc(Ҡ>X]4(tIo?ڿp)驋oD}=mH^Pzg iN+h_ &B4 lhVEgX,*{~4uz/~!Hկ*їev k=<.TJ0~8E +ˍ`*О9!On ͕ +%h7F;t쭷)pWD+fIļxdr̖C$vd8$igO("]H_,P34;D3UWІߓ+E*Uc0ڜaA{,*Q){Dc3jÂwS PMha?;-KkEv9e^\ryO ABWet}MLk^=X3wΠ HRwYiR$~S0fuu\oM4Kq$팁* GWѕ&յg}DT.# t϶A+%xʩzidwV7J+M*0A͞ql" 0CyӨ(dHN+}ekJPy9K&pCc{I"R/qk5wv<%ʤ]Rߑ{Y{ #\E8 hfGC2_#u ]&? "̱*_9ZWiifar{tn!Ƨ7E(`VT"ITĄ&m!1tJ}f|> dRh(Ay&hW&dAu/- \&VJdrdtp,[\4\jk0&Rɛg !V KK*e?_x=ޏshZu +2 RxaƊ3oSGJzfX.wii/{b!sWMs?V#f; ؖC>rt&喕Q]D)ni?',[c\ZxcI~w?޿މ_sPfMp v[ŏɑ)u5 .T-'XZ„ha}!!-}Wƌc\S{& +uضm۶m۶m۶wl{}Gk:U50zPmvP)sH un0 o$oey{ELK:k?w'N!ۜ-eow9xOn=!֏繓Ia-0|,6Ɂ~ ɟr;: 瓦R=i5 U 2@Ocapux'%Z +'A ϊbvb{NuMm=!%t_>6 /ݏR_ YPKfWJ;3_Hh"Eƃz lyfn?J+z^`Y&R.gG70%b*4QIQTU&o\lg_Sq Yʳt" QdȈU,q4%Ny)bO!!p `2H`bpCk+n0S (DVDOUa%v*ta. tU.Kq2b`l{Ș#/b?IG8z,jO(A"5@%ތhL$EyoY ͒’[DUYi}dTjYAeȭ*c=L ~&lEŀی6]t) lcʁ{, >VҖ8?\ﲁ1J# ">RA ic1_Πjv>}Y6c$|zq:Y͗Ɵv?(.Jr+7`V( `L >3KZμ goLۥ.WyΊfR:"}43!f$8h@!mWJʌn5&/֪ a)Rx`2+&i|{%qZJEr +W_KAΈ: I}e0}o9w\{JM6 }n5=b>\% 5"D/ >oJCs(p +(0#=W"SdPTR>J܂;W^{GbHg~A ,$@vr&'pKHQ*O)N|+ 2ϏU:O%[+Jmf"9]F +JʔJ Ԗm5<2P.)l׶A=6B'X}E"?Ui=M;nL`Dy}̽(g+!/ٕ ˑ!B׾πɰK踌 1fR򌈵YsOZʲߋI+s=NpJIގyT$#);Ufcr^x0kyx +"&]]nF\>HZ(XO=TIֹ(t.@g|I@@^"YfS;} +#X26E 5ck]ݰ`\OB +G}&,1LΥsѠa D!HwVElj DHׯ&Lފsw=~cbttOKf^%K>)g,o4nሙ̎n^a`zMOLlt ij P<1D\damO+>oQ ;lrǗ/F5M +.C|Cz(}*uGn`IwssDqɶK!pp)48<# ہX.߾fwks\rܗD]/j~J#i9O ~"|>I2vtuwGZ+~6SfyUZp7$C^A"<3!F?hhSf0 +8z7cL$yҵa +i6ÈPt,QjE,{+%pAcxO״$}M=R)}]լrN:u]r$ԍrL(PM8*}uq;PBnp;/_ SlM + K\g;(:qu<]&K8Y3uNk {Vj~23VyI1Op]ѿ(7+DxFdWǨ-j>Ldj'4Jn,&UAhR)4#;{w_Kb>'ŜޭyVkZO*$ h&JB=X0lƒU_C&yt7 I>n5x_Ie@L䁣yNHF(,e%*{N0bl?|^PKݚ];Hx`n(l&p7Bkj>?mugntZl~xߧui&ʏ{5ײka4(Gml(0#0_u}SHHʓ,( MF\Zmu'1MeB.\'%WM)R,XJ@YGԬ!Źsr~7ؐ:[.!Z+Mp64[>kqSq&៓HJVtj%)XKG6elj^"riAy8* +t'̑[FZVtS C8ۭ͉>u +`\|p`ZwNkڄkt_鑍8ö#+@haVq !ćWh? 8Z?LkZ8J +7[XP{cn:>N,H鞠@|Y{cvgo1 4[ң)+),͸IR+Z>ZC,NȍbMpp>ǣ 99{1uٮy2Dh]2ہs;1+Egi|nriF:#"[wj1Mm1k-)ɺ,:4]py62Zj \ݻƨ㽥OLS\ʒhɁIQS@ՎJ *% \vx$x|@)e9ޝHrWGߎ+P*4I)xH;gQ +o B0injjlzf!Fqnp L +奢(ou3`$ὖh @ Ve1O`Ua]J?8zKFyX&ʗٴw+'@ȻBDM}63VjP0b-b{faC>)_Y5%o +>L- 5-I?,"S Ժ2/Ę +6vT*X^݋!.8c̲8C$reU3e>(cZK dKJSM%?ȿ\ɑ!XJ>ǒQ)XeMN9Ozᖦ6dBZ:K9T/Ad*X]b ǴCmۧ"\Hߡ0W +NBW\[П88VERr f@Xf"a) +%8y_aIi֭X 6k=s t}=̎/wL& +lshyNttb؂_Gڜj/DbF#:d8f Kͪի/U|r'8t*󸌼^[z,DK4vXź@[_榲#ԡ72ԝ9d-P)''BoϪ6-D0)&`A0o{oPDTG8';mC\;L\f-f;J o3=Z`-) o3р=qO6_1}&S ` b{TVH'B΃gӻ,&޼}h͞7o +Bg"&CeJey-Є4хdBLuxfEi6jfYȔLȋh&Y1"̇VtyafV7c&*^֗TkTޮxǢKIM=mGzCrW$m=9ђI 35TwsgRw+BL ?[KH|$uo.׫ :?Rļ\&?ƒ7IVptd{ "u}1E[l\[v,Ɲ2:A-XC(\6{,,lvaרJ>0w3O:?|)m1,کKV=ފ8KEr_ 5 Ktcڈz3&;6M3d5VoDjȊ^Z+n 5އx|y0@7wZh,=bD Ooc^Ujⅵ7^喇Nz'_i{]H[E,5/f|fS4/=u$kG:vQ,fyCQBz+fAQB +IB&~?mJճm+&u4<ʱPۓٚ}?{֬Bx]hj*0DG}U#zcCL# +EZG8AͨK _|`.$"-6!.?į0FrD+OJ.e ++/9;W93"PrVd>q2>wf^x{Qߎ65T(!*jOω!kA)kYln E:XN|ow9Ə!qD3,7`K^S/8g?K(0SM(kxZVB{5~}U7OļrӿbIs%tw0}f"o9&;&]!!7eD"rm +wMQ6^'W'^}4^`Bga `.#8T ¡[rZZAnE&}[޽g&D.`4H`x;&qK[S[fߨQ*c9:ɍ!p^a:Jdy.%3 * +J0cmHSQ{x_wCq+MW6v{g&ST fAלQ$uU9^&sb@m X%mxDo6q, +g~ACBF?u~GWqqC&K}Gb e:3GX/*$ig(&q{;DLy.h,fiҕ(=ְfǼﰕy\BV>'R=m۪~D}5Im jrbKX /m%x|%4 w4?@,U +C '.OZh92\ghXLD쉹ůuVq؟Zf[1ɯe*i߬ DpԪT%jsC6-#݉pb 1?/:68&=ȭ/bLڰ5PLtCXTrqA%b;s:(֍(Ctn~38 =(uO'LDl U׾ºwlJb Yu[,wf*3faָWuP%PyqQ26HRpwo5CJɐuqkt WЧ?Yro/OnQ$8CGB ?nf)":AuUH瑹mJr"D8> >REMs\pIuVi7,uXviv2=/`1UpCn^ +j=!|Pt*ȶiK_BxirߛnHV1$$-gD3q+t6@eYzE("|N7 Be>dUj(03j DU{D᥂9 T+֬YYxP^꜖ҳ8Ʃ&s`gpvQ1a8L NNbWcQIl/fI[߇%BAh2`gD eJD9dU[^'äZu6|cY[ݡUQkH\FZA}%{/||hq P}ԁ"4v[*ByZ5}EqYcGy˭baɏcr8M8G%Rs;U)V1jh7cUa84|9&CꈉEgO%WKtw6PRlqy/n13l;Z!Aʏ۔Ky0!B8*PT7"bYāHEYE%A\ `Am ﶢ\w6 yq %'׆5gG) +Ί mEQRz)\\Z](D-IUwݵ7!O鐊œXXڷc  t2d!_Bi +[кn!9_ o~Bt#jQ4˥TL~|!8P&@1 "U;0^<f4V61`QpNX}VƓKqwbaN/h!)Ӂ~J& , +kbCK#XSN@PxO~Y*gJV.ڻY 7Lhm_ŠDw9kE#jo'HT;][۽ݭjz2oymM4 eTh +By*8vy"$rپ3ğXaɩܳ<1D{T;n kst +Y- 8vp} 5 {97M ,6u*& uNnuK) ]WCH:Nr-5^KvVqjH4ClIL.LfsŲGcy&c11Zz=XիrΊ辔d#9[ijA+p_MQtjq}y Iͣpϗ) niP#R6'eәfZ-?Y9dl.oW.2{:#B#?Jܑkkaɭ8ňrSL%6LAÖ56 8W p2i{w B T5>m:0?%B5Oi1a9($M7T, W|YWhM%Վp-AqLxiA;g)׮\OV +nZ)SBpR:Զ5YȞb ,@/%9C,f14]0_#/oOXvC6N,)Il ;WIӓ.wNG^g<%{1:w5ߧQlSӶ҅YIY(c ~m\oc@je3ɱ0=Bԍav :svʨةثŦv 픤}كy#`Ҟf{ 8NF7"݂LBJs#w MA-9#Z0@[6xՊɮcPaJ*n2(5# JkI;I2oӡT8?Cc֗GGYT+ZB, W[TªNA62߰3&4F0:2c8y5p@ +g|aB6N! .#Ro-W,@oGVѸ})lzO^s τa KƓfeEZ^v-[)bLopt!OT}῎腆60yLG3SZ6T5RKDxyAY&z ^o nw23#C*^'{Z6#CW~<*+#wPUlBg |(ziMdPL9k5]7^1j U2YW@̒_?$y%h`R;#U}U}(XGwjسb]u,#p;۹o|Sʺfz`j1bZǼ<0"5Dzl/V,>lj[1Tn,=Ĵ8f?œљ(4:*6v4 2+@AS ]|pdsE88?8EAk*Tߔ͎z~QЀ0]XQP-c֬>ȊLK,O[-$ܒd1n,Z=X5}Im%x},]ZSlHԍf$>A Orɞsə+?q`:Wm*\O'DdwIˍ?lzY +䠰x\V/8x٘M+MS/3Uo`˽~j\;!ؖ co+ݓ;_,O%wOb +i.GrPJڗgA^k]ƞWIwF.t3 +*(;D[`L{ӓ% #m fcPGPg۹N%m*k?vУA1WTr]a.?Amvwz>Ź!=hJ2'\L tEQiu 'm zd%" }+4zt$3qRNfxRL[lp2fv kFQj`ZH{gPRlř) ^J͒!Y-u hRyXA|0MI*j4^D,~wk +m}mՔp9{ǠDk5:LU'lK^ۭ!>ʞW#+yp."s`w6ʂY2'y`5M" rl֬\S۱ "PͳQ 簾絏U*6K^"(|DŽD~ ޔe ! fWܔ7CMw_gzuBmc(޳%` \M`(pX3JkiԙK%7D#'W&㓒Xr +2~_@L]P(wk[搙#9 |f|y0ĺT^@;{ [D.KpWN֟eFn*L']n5EG|sa":L +C}֙b;%~dd~٨o5v.WЫ$LigRJȖ sey 7$n*9 ]UO" uU;AiB* P +m5\==txR¬і1,nXIƺ]d(ۺcWX%@RK*-NC +DdT0*m2w%Žޤr;ܩ<*!Tr4a-TVu-L@`o96 _(dy?8 jbeJ U^gy94 +,?8rA9QP7yah5h̻+xLIX_MN8'Qk4<$SিߔO|i'w)N#%T< +t 2㸲cpdI,,G@EP 's/sR׋/"=p$%qp' 33@%ꋯEB<棋c<$rI.JGS4{wXIg>hEAyF;xG{`xS"h ':;Swu$n{ťX6hR0;](ͨ|"oUA}̳rC# o-2 ^C$Qخ6Q hמҹ<)Mq;vhz \KIѦz,ݸw' I*R !K[*ء ڀ 0OjC0ۦ + #ۏ_ +3\1:s̱PxܩbNST! ZݗTa,{\m[&zsD\]Iӣ8 pݿ!n#bߺ! 6/ٿ +ը[0ud3PM)+aogOmЅm-TZBJ^].ieټtVYRﲛd"7Ք? +U=/pulU٧L$Qhu%ߦd j3)F:mYxSdu\صӼ0 o7di2үM^(MIߓrm(f3Z-0lN<|ey{ddd@XGH$"*/*b~ لvY9']rljY-= +4<_/^կw;.?< 0pxZaE'dП99ֲkeHHNNԴ{Ur ~ 8t"poKwգxP%6~]>FpSQ7ITW/BFojMd=DtkKAyj,}MyJTդ\XƯCcPbLۿ(k:\&:Ѝy)Bo2]P5XO!K|{iG +E٤C钒)}%:gdcOkkΖR٦>p¿br8{lk,5;-7tJKv{bFOIAiT _Rh0kf8l&ҍ巼wK|gCwWvpjƙ=e͌ˏ^_%Skcz;h7-tt^ǘ*Ki3 @|b..Cm"MFUٝ'YRH8oSԘe]a-=3vANA"o0s  l)|{/d7"*S/zLxF:q L*Ԥy{sxꧬ! R+j +X4sZls[_'jr}T!T'E7F)1']^* +rPrH;oS"bóchKTjOlb p4_=;-.Fo%2]F>m$KLbT5A9g@ .v8)"klo<5s085g+p̴r/9GsԦMId71ˈ^hcDJEpY? @TڹpD6۰|6X0 %f W +Ohѕ]IkTdHWH5[]4TUPKiUi4OҘJKlGvgO4W&M"fde,9#E%0jO3!s%9)u,59&k'zV2wetᬕUn:M߅N"cb])F4K31Ć! r$#P.?OlWOURӗr׉){bXFp$?`Pt 4{}=V%BYX9 kVx#Sʄ#0`We[Ql]ڄ+gt(\D0+*@аz +"h>SsQt SBTr T"n9dR"ˊ,ژ%$j̇f?S G@3o1=#cȃy0ۡO"=|9f-2ePL2_$L`"@ݖk:Oda10j) ܼsE@'P=1S~/x8!ck`kls #p Y!ϑTP + vf)!mGt{S#U6o{@9nd&=z ",#>\| >&m;i)M7*ia5^!1P +s] {ǏpwewHGriAqFb/5l v'C;W;v8F8ϲ觾$g Hs3M6N,-GG#ߏ"4<)?(z=ATm'ug1m1Ǐ0 'd4ZX)G*dkބK)W%R !mU35NDI,3ȡlm2ְ43zK]vs%1kvOA˸0ފ=֔ q/cx"䳍chao!ܭ_M4yv#v.^ Ԯ=r >lufoLE9 +M#[ϛOKĿj%:6,b/~sع0y_vqt0B)P?ĺ2HvO qą}aTPUqL2{9+-$r$4SGwWjk"z*X@{>cXYSx4uC A3GOXwZ&LJ D3)`φ"")[ْO%+IcD~reo[ n s4{MC/z`B8pNS{?^y+ Sk"?ٙԴTre-<HH"*&o%E\f2jqlA)Ya*X cRzCVW2c3īyts$cSJ?X{FQ#tpyX8߭z$Χ CT4LέܮGa,b3t+ i5C~S.=}RtNu 1WGڮ>ʌ]g闕WNAMZOE-I/-cr +g)p:M4(攇ANbcbeH31D|p*2g%{M + /_%R4'pNNu8ͻ߻CK?Ma/E>6qtV"' fo`4d毫K0Gb<YrT"JqX*s*(=2,ڂrV? )Fiʮ`s7qDž8 V[{MC]i\OϮ{圸olYw0|q i%\Ӏ׏B\D(p|\/xqh_=͠f.Mrqɔޡ'ě<=z=G$[rB!EqXYUa} 6"qGͧZU ){+^U~<3n^-Qg$TlRb`,W~az?n﵂ +kں+}ň.,Ar#,xw|紬 3 Jz6pvpnB:{=:gN8I}/N@)COqqݹ1OᾸ?6@fKX_|H[q͓qxGЀE-!O1`ϸҜ+?G0Y-UH` s|MH?%KgljvH%YP [0=e  qJ w,D@$w^P?&U)vLwK}ȁrZ@e,PTU?U.>;)ו2q- #r[1=O#΢Ny˽]ePyZ CKn_FЋH ׁ-Ip.dI?puOPZStgkB"7n⸲%\G:u#5wz#wP~BҐ[O6Ǭ.i2)_&E0Gc#DE0jhTYT f<H 姮qЂV',䩼ٱ\3Mek#Na񊯦$x́dr{v^˴IĪ3B]0 Z-w׮:[$Zxe"ꦭ)u콥hglˢ25"lDFߛP+X"[<=쾭A͓ Vo9ŎW*;VcUi 8,̅3Ęnj i-rwvϺQt2,P7vQ!d*N zUF9]6iF|3k?Qc^w)]K0a*"? +5!.)_sكJ<)fbgxn]#';x'8/IHW>%̳fwZŔ(FĆ#F݂ȿY**spi՛x^m;@o`m3afj.{ܑ>3XƲ6,|f±aݍ"At=Q{9-3y&c }tyh$ThuH>5]f`C9UHFMuijXkY]$0wn@fSM~̋'+) ?@n%ö +o2k#"8[ L Cpی|5`b,DWWfp"̟ib׬||#2*;9 /-Yz[x@|3P=L4m5z.IybϡmZvoDu_䙑JZ 8 rm7mIIk/,-m~k cO&ڿ2]e8br^jں[C7 2_V` [g''jR#b#$1د܅%څ55nwUuesSr5dhU.lE7gs6u51-G! I1Yt#jx4 /.Jclo V?]b1c Zz¶21}Cry@7|?f;)(õu'v44s޾]GN4'^vv=B̼F YEyZc2dmWQȀ0wsVRr!5w/J/HvҮ={V5T% ^TyQ;_D.TNRnATD`6`:?jD`!B)3%%Ɂ!鱾@4-Zٹ-+yڮ3#"kvGh!Bx|RH;e)O絢m&r'$9qK?.m䂼ׅ'=ETU XH>gwMӪf i%=$ט:OG]ʦ_VݽH+X gyG)ibV +Dܢ"^{Y %-DfI>g:2$x +eث/-EB<$Qq>Ήd "02C!S4wn8BjѼH~aܹ }ϱ!^9Hj=aŽ's9Ѫ(=f?ew +̶];Ar5%4ph/ Bǧ.nӎZ&d+=z{ԫ*P+G؅>kr] ON@}nCU`Sk4x*5e8*ByTVY~#,{FIEevywn+|܀}ƻYϭVmH)>w/ԢBV)n<0ˁM7 a݀Fn. )ywqrzlF|%m$z9 P)ҳlϔ)ʰinSzS̬,30EjSKk4|INd)$(cy!-66tݵa|=Pb +G^cN%% 5\ Q@#ƧhHNVգ<|i{[)k'}#W!~/Z*#NPl[ZdǺPR Edj"'xd^;clmTQC5g7J6[x+>537#ǚ>3a4ӥSsOғ92TςJ x{~:ȷYf[iV.BET^;UHZ!yK<@r\&dZ5xýbg3>j*~쎕IU.A8Xy1Vfؤ /hZ>Դ֓KAf&ja{$ĕ'78k_(M:o\j)jcJ[e\X}gG=N+|̖bZzm̏҆V)uʟa>'eQEKV!8$wb%Kb` d;rm+T:z +~5=-UQ3RT)AM-=[>| ! +Co{&v{{RRx!;2Tl cnFrWTY,k7)Q^-FG3C}W[hYmRZ1]x:1\ 1hLCN,Xf(ۜ$7T6G&+GÿgRC<+[c 3Duu &˽otaTcd8rcD]wf}Կ:!lT%i_/nk%S_{Q㕱&}>~'m3i%mm'YpCˏ pp.F/裓:bHv6Kzs˶}?rCQ6nILp14n bw(PB;WCwD62<8o'Mrs@;;U> endobj -3297 0 obj << +3343 0 obj << /Length1 725 /Length2 38082 /Length3 0 @@ -22782,7 +23223,7 @@ S 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 endstream endobj -3298 0 obj << +3344 0 obj << /Type /FontDescriptor /FontName /DBPLFJ+SFTT1000 /Flags 4 @@ -22794,9 +23235,9 @@ endobj /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 3297 0 R +/FontFile 3343 0 R >> endobj -3299 0 obj << +3345 0 obj << /Length1 725 /Length2 24646 /Length3 0 @@ -22891,7 +23332,7 @@ MU8Є D6̑qo%"r(LCgFrzY,.ylK "yrl endstream endobj -3300 0 obj << +3346 0 obj << /Type /FontDescriptor /FontName /YMTCMR+SFTT1200 /Flags 4 @@ -22903,9 +23344,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 3299 0 R +/FontFile 3345 0 R >> endobj -3301 0 obj << +3347 0 obj << /Length1 1567 /Length2 991 /Length3 0 @@ -22925,7 +23366,7 @@ A MM.>_8vBm{{KZ6~sWÎ|$_%$h endstream endobj -3302 0 obj << +3348 0 obj << /Type /FontDescriptor /FontName /RNMPIC+Dingbats /Flags 4 @@ -22937,652 +23378,631 @@ endobj /StemV 0 /XHeight 400 /CharSet (/a19) -/FontFile 3301 0 R +/FontFile 3347 0 R >> endobj -3224 0 obj << +3270 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 63/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] +/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 -812 0 obj << +738 0 obj << /Type /Font /Subtype /Type1 /BaseFont /TTADLH+CMMI10 -/FontDescriptor 3252 0 R +/FontDescriptor 3298 0 R /FirstChar 34 /LastChar 83 -/Widths 3231 0 R -/ToUnicode 385 0 R +/Widths 3277 0 R +/ToUnicode 357 0 R >> endobj -423 0 obj << +395 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JVZRKA+CMMI12 -/FontDescriptor 3254 0 R +/FontDescriptor 3300 0 R /FirstChar 34 /LastChar 34 -/Widths 3248 0 R -/ToUnicode 385 0 R +/Widths 3294 0 R +/ToUnicode 357 0 R >> endobj -536 0 obj << +503 0 obj << /Type /Font /Subtype /Type1 /BaseFont /IQCAIC+CMSY10 -/FontDescriptor 3256 0 R +/FontDescriptor 3302 0 R /FirstChar 15 /LastChar 105 -/Widths 3234 0 R -/ToUnicode 386 0 R +/Widths 3280 0 R +/ToUnicode 358 0 R >> endobj -1768 0 obj << +1745 0 obj << /Type /Font /Subtype /Type1 /BaseFont /QYKFHE+SFBX0900 -/FontDescriptor 3258 0 R +/FontDescriptor 3304 0 R /FirstChar 65 /LastChar 121 -/Widths 3228 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3274 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -427 0 obj << +399 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /AQPMGL+SFBX1000 -/FontDescriptor 3260 0 R +/BaseFont /UZIOIN+SFBX1000 +/FontDescriptor 3306 0 R /FirstChar 28 /LastChar 121 -/Widths 3245 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3291 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -537 0 obj << +504 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HKTVLJ+SFBX1200 -/FontDescriptor 3262 0 R +/FontDescriptor 3308 0 R /FirstChar 28 /LastChar 122 -/Widths 3233 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3279 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -425 0 obj << +397 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /NQWCSX+SFBX1440 -/FontDescriptor 3264 0 R +/BaseFont /QDMJAB+SFBX1440 +/FontDescriptor 3310 0 R /FirstChar 28 /LastChar 121 -/Widths 3246 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3292 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -907 0 obj << +832 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HXHZAY+SFCC1000 -/FontDescriptor 3266 0 R +/FontDescriptor 3312 0 R /FirstChar 65 /LastChar 115 -/Widths 3230 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3276 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -518 0 obj << +487 0 obj << /Type /Font /Subtype /Type1 /BaseFont /IKLQVK+SFRM0600 -/FontDescriptor 3268 0 R +/FontDescriptor 3314 0 R /FirstChar 48 /LastChar 65 -/Widths 3238 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3284 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -514 0 obj << +483 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ACWQQP+SFRM0700 -/FontDescriptor 3270 0 R +/FontDescriptor 3316 0 R /FirstChar 48 /LastChar 65 -/Widths 3242 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3288 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -520 0 obj << +489 0 obj << /Type /Font /Subtype /Type1 /BaseFont /CMLIXH+SFRM0800 -/FontDescriptor 3272 0 R +/FontDescriptor 3318 0 R /FirstChar 28 /LastChar 122 -/Widths 3237 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3283 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -1769 0 obj << +1746 0 obj << /Type /Font /Subtype /Type1 /BaseFont /OOZKGY+SFRM0900 -/FontDescriptor 3274 0 R +/FontDescriptor 3320 0 R /FirstChar 21 /LastChar 121 -/Widths 3227 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3273 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -428 0 obj << +400 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /JYUUOZ+SFRM1000 -/FontDescriptor 3276 0 R +/BaseFont /GIKBSA+SFRM1000 +/FontDescriptor 3322 0 R /FirstChar 16 /LastChar 248 -/Widths 3244 0 R -/Encoding 3224 0 R +/Widths 3290 0 R +/Encoding 3270 0 R >> endobj -422 0 obj << +394 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /ITRWDD+SFRM1200 -/FontDescriptor 3278 0 R +/BaseFont /WGZNQR+SFRM1200 +/FontDescriptor 3324 0 R /FirstChar 46 /LastChar 121 -/Widths 3249 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3295 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -421 0 obj << +393 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /UDOPON+SFRM1728 -/FontDescriptor 3280 0 R +/BaseFont /SIMZKM+SFRM1728 +/FontDescriptor 3326 0 R /FirstChar 46 /LastChar 121 -/Widths 3250 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3296 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -522 0 obj << +491 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GVVPMH+SFSS0800 -/FontDescriptor 3282 0 R +/FontDescriptor 3328 0 R /FirstChar 29 /LastChar 122 -/Widths 3235 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3281 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -1770 0 obj << +1747 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HWPLDT+SFSS0900 -/FontDescriptor 3284 0 R +/FontDescriptor 3330 0 R /FirstChar 28 /LastChar 122 -/Widths 3226 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3272 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -513 0 obj << +482 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /JRYKQX+SFSS1000 -/FontDescriptor 3286 0 R +/BaseFont /BUYXNQ+SFSS1000 +/FontDescriptor 3332 0 R /FirstChar 28 -/LastChar 122 -/Widths 3243 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/LastChar 125 +/Widths 3289 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -515 0 obj << +484 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /JCMDWB+SFSX1000 -/FontDescriptor 3288 0 R +/BaseFont /CLOQWO+SFSX1000 +/FontDescriptor 3334 0 R /FirstChar 28 /LastChar 122 -/Widths 3241 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3287 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -1771 0 obj << +1748 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JRWJJA+SFTI0900 -/FontDescriptor 3290 0 R +/FontDescriptor 3336 0 R /FirstChar 48 /LastChar 115 -/Widths 3225 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3271 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -517 0 obj << +486 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /HSQDXJ+SFTI1000 -/FontDescriptor 3292 0 R +/BaseFont /MCESSM+SFTI1000 +/FontDescriptor 3338 0 R /FirstChar 27 /LastChar 121 -/Widths 3239 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3285 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -521 0 obj << +490 0 obj << /Type /Font /Subtype /Type1 /BaseFont /WBCPXW+SFTT0800 -/FontDescriptor 3294 0 R +/FontDescriptor 3340 0 R /FirstChar 46 /LastChar 121 -/Widths 3236 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3282 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -538 0 obj << +505 0 obj << /Type /Font /Subtype /Type1 -/BaseFont /ILYURM+SFTT0900 -/FontDescriptor 3296 0 R +/BaseFont /QOQDZE+SFTT0900 +/FontDescriptor 3342 0 R /FirstChar 33 /LastChar 233 -/Widths 3232 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3278 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -516 0 obj << +485 0 obj << /Type /Font /Subtype /Type1 /BaseFont /DBPLFJ+SFTT1000 -/FontDescriptor 3298 0 R +/FontDescriptor 3344 0 R /FirstChar 32 /LastChar 228 -/Widths 3240 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3286 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -424 0 obj << +396 0 obj << /Type /Font /Subtype /Type1 /BaseFont /YMTCMR+SFTT1200 -/FontDescriptor 3300 0 R +/FontDescriptor 3346 0 R /FirstChar 46 /LastChar 126 -/Widths 3247 0 R -/Encoding 3224 0 R -/ToUnicode 383 0 R +/Widths 3293 0 R +/Encoding 3270 0 R +/ToUnicode 355 0 R >> endobj -939 0 obj << +864 0 obj << /Type /Font /Subtype /Type1 /BaseFont /RNMPIC+Dingbats -/FontDescriptor 3302 0 R +/FontDescriptor 3348 0 R /FirstChar 51 /LastChar 51 -/Widths 3229 0 R +/Widths 3275 0 R >> endobj -429 0 obj << +401 0 obj << /Type /Pages /Count 6 -/Parent 3303 0 R -/Kids [382 0 R 476 0 R 509 0 R 533 0 R 542 0 R 548 0 R] +/Parent 3349 0 R +/Kids [354 0 R 446 0 R 478 0 R 500 0 R 509 0 R 515 0 R] >> endobj -559 0 obj << +526 0 obj << /Type /Pages /Count 6 -/Parent 3303 0 R -/Kids [554 0 R 561 0 R 566 0 R 572 0 R 577 0 R 588 0 R] +/Parent 3349 0 R +/Kids [521 0 R 528 0 R 533 0 R 541 0 R 546 0 R 555 0 R] >> endobj -596 0 obj << +563 0 obj << /Type /Pages /Count 6 -/Parent 3303 0 R -/Kids [593 0 R 599 0 R 606 0 R 620 0 R 635 0 R 645 0 R] +/Parent 3349 0 R +/Kids [560 0 R 566 0 R 572 0 R 579 0 R 597 0 R 608 0 R] >> endobj -656 0 obj << +622 0 obj << /Type /Pages /Count 6 -/Parent 3303 0 R -/Kids [652 0 R 659 0 R 665 0 R 670 0 R 674 0 R 679 0 R] +/Parent 3349 0 R +/Kids [618 0 R 627 0 R 639 0 R 649 0 R 657 0 R 662 0 R] >> endobj -689 0 obj << +671 0 obj << /Type /Pages /Count 6 -/Parent 3303 0 R -/Kids [685 0 R 692 0 R 701 0 R 713 0 R 723 0 R 731 0 R] +/Parent 3349 0 R +/Kids [667 0 R 673 0 R 680 0 R 686 0 R 694 0 R 701 0 R] >> endobj -739 0 obj << +713 0 obj << /Type /Pages /Count 6 -/Parent 3303 0 R -/Kids [736 0 R 742 0 R 747 0 R 754 0 R 760 0 R 768 0 R] +/Parent 3349 0 R +/Kids [709 0 R 716 0 R 722 0 R 728 0 R 735 0 R 741 0 R] >> endobj -779 0 obj << +754 0 obj << /Type /Pages /Count 6 -/Parent 3304 0 R -/Kids [775 0 R 784 0 R 790 0 R 796 0 R 802 0 R 809 0 R] +/Parent 3350 0 R +/Kids [749 0 R 756 0 R 765 0 R 770 0 R 774 0 R 779 0 R] >> endobj -819 0 obj << +793 0 obj << /Type /Pages /Count 6 -/Parent 3304 0 R -/Kids [815 0 R 824 0 R 830 0 R 839 0 R 844 0 R 848 0 R] +/Parent 3350 0 R +/Kids [788 0 R 798 0 R 805 0 R 811 0 R 818 0 R 822 0 R] >> endobj -857 0 obj << +833 0 obj << /Type /Pages /Count 6 -/Parent 3304 0 R -/Kids [853 0 R 863 0 R 872 0 R 879 0 R 885 0 R 892 0 R] +/Parent 3350 0 R +/Kids [828 0 R 836 0 R 842 0 R 849 0 R 856 0 R 861 0 R] >> endobj -899 0 obj << +871 0 obj << /Type /Pages /Count 6 -/Parent 3304 0 R -/Kids [896 0 R 903 0 R 910 0 R 916 0 R 923 0 R 931 0 R] +/Parent 3350 0 R +/Kids [867 0 R 875 0 R 880 0 R 884 0 R 890 0 R 895 0 R] >> endobj -940 0 obj << +902 0 obj << /Type /Pages /Count 6 -/Parent 3304 0 R -/Kids [936 0 R 942 0 R 948 0 R 954 0 R 958 0 R 963 0 R] +/Parent 3350 0 R +/Kids [899 0 R 904 0 R 909 0 R 913 0 R 918 0 R 923 0 R] >> endobj -970 0 obj << +932 0 obj << /Type /Pages /Count 6 -/Parent 3304 0 R -/Kids [967 0 R 973 0 R 978 0 R 982 0 R 987 0 R 992 0 R] +/Parent 3350 0 R +/Kids [928 0 R 934 0 R 940 0 R 945 0 R 951 0 R 955 0 R] >> endobj -1002 0 obj << +962 0 obj << /Type /Pages /Count 6 -/Parent 3305 0 R -/Kids [999 0 R 1004 0 R 1011 0 R 1015 0 R 1019 0 R 1023 0 R] +/Parent 3351 0 R +/Kids [959 0 R 964 0 R 968 0 R 972 0 R 976 0 R 980 0 R] >> endobj -1030 0 obj << +987 0 obj << /Type /Pages /Count 6 -/Parent 3305 0 R -/Kids [1027 0 R 1032 0 R 1036 0 R 1040 0 R 1044 0 R 1048 0 R] +/Parent 3351 0 R +/Kids [984 0 R 989 0 R 993 0 R 997 0 R 1001 0 R 1005 0 R] >> endobj -1055 0 obj << +1012 0 obj << /Type /Pages /Count 6 -/Parent 3305 0 R -/Kids [1052 0 R 1057 0 R 1061 0 R 1065 0 R 1069 0 R 1073 0 R] +/Parent 3351 0 R +/Kids [1009 0 R 1014 0 R 1018 0 R 1022 0 R 1026 0 R 1030 0 R] >> endobj -1080 0 obj << +1037 0 obj << /Type /Pages /Count 6 -/Parent 3305 0 R -/Kids [1077 0 R 1082 0 R 1086 0 R 1090 0 R 1094 0 R 1098 0 R] +/Parent 3351 0 R +/Kids [1034 0 R 1039 0 R 1043 0 R 1047 0 R 1051 0 R 1055 0 R] >> endobj -1105 0 obj << +1062 0 obj << /Type /Pages /Count 6 -/Parent 3305 0 R -/Kids [1102 0 R 1107 0 R 1111 0 R 1115 0 R 1119 0 R 1124 0 R] +/Parent 3351 0 R +/Kids [1059 0 R 1064 0 R 1069 0 R 1074 0 R 1078 0 R 1082 0 R] >> endobj -1132 0 obj << +1089 0 obj << /Type /Pages /Count 6 -/Parent 3305 0 R -/Kids [1129 0 R 1134 0 R 1138 0 R 1142 0 R 1146 0 R 1150 0 R] +/Parent 3351 0 R +/Kids [1086 0 R 1091 0 R 1095 0 R 1099 0 R 1103 0 R 1107 0 R] >> endobj -1157 0 obj << +1114 0 obj << /Type /Pages /Count 6 -/Parent 3306 0 R -/Kids [1154 0 R 1159 0 R 1163 0 R 1167 0 R 1171 0 R 1175 0 R] +/Parent 3352 0 R +/Kids [1111 0 R 1116 0 R 1120 0 R 1124 0 R 1128 0 R 1132 0 R] >> endobj -1182 0 obj << +1139 0 obj << /Type /Pages /Count 6 -/Parent 3306 0 R -/Kids [1179 0 R 1184 0 R 1188 0 R 1192 0 R 1196 0 R 1200 0 R] +/Parent 3352 0 R +/Kids [1136 0 R 1141 0 R 1145 0 R 1149 0 R 1153 0 R 1157 0 R] >> endobj -1207 0 obj << +1164 0 obj << /Type /Pages /Count 6 -/Parent 3306 0 R -/Kids [1204 0 R 1209 0 R 1213 0 R 1217 0 R 1221 0 R 1225 0 R] +/Parent 3352 0 R +/Kids [1161 0 R 1166 0 R 1170 0 R 1174 0 R 1178 0 R 1182 0 R] >> endobj -1232 0 obj << +1189 0 obj << /Type /Pages /Count 6 -/Parent 3306 0 R -/Kids [1229 0 R 1234 0 R 1238 0 R 1242 0 R 1246 0 R 1250 0 R] +/Parent 3352 0 R +/Kids [1186 0 R 1191 0 R 1195 0 R 1199 0 R 1203 0 R 1207 0 R] >> endobj -1257 0 obj << +1214 0 obj << /Type /Pages /Count 6 -/Parent 3306 0 R -/Kids [1254 0 R 1259 0 R 1263 0 R 1267 0 R 1271 0 R 1275 0 R] +/Parent 3352 0 R +/Kids [1211 0 R 1216 0 R 1220 0 R 1224 0 R 1228 0 R 1232 0 R] >> endobj -1282 0 obj << +1239 0 obj << /Type /Pages /Count 6 -/Parent 3306 0 R -/Kids [1279 0 R 1284 0 R 1288 0 R 1292 0 R 1296 0 R 1300 0 R] +/Parent 3352 0 R +/Kids [1236 0 R 1241 0 R 1245 0 R 1249 0 R 1253 0 R 1257 0 R] >> endobj -1307 0 obj << +1264 0 obj << /Type /Pages /Count 6 -/Parent 3307 0 R -/Kids [1304 0 R 1309 0 R 1313 0 R 1317 0 R 1321 0 R 1326 0 R] +/Parent 3353 0 R +/Kids [1261 0 R 1267 0 R 1271 0 R 1275 0 R 1279 0 R 1283 0 R] >> endobj -1333 0 obj << +1290 0 obj << /Type /Pages /Count 6 -/Parent 3307 0 R -/Kids [1330 0 R 1335 0 R 1339 0 R 1343 0 R 1347 0 R 1351 0 R] +/Parent 3353 0 R +/Kids [1287 0 R 1292 0 R 1296 0 R 1300 0 R 1304 0 R 1308 0 R] >> endobj -1358 0 obj << +1315 0 obj << /Type /Pages /Count 6 -/Parent 3307 0 R -/Kids [1355 0 R 1360 0 R 1364 0 R 1368 0 R 1372 0 R 1376 0 R] +/Parent 3353 0 R +/Kids [1312 0 R 1317 0 R 1321 0 R 1325 0 R 1329 0 R 1333 0 R] >> endobj -1383 0 obj << +1340 0 obj << /Type /Pages /Count 6 -/Parent 3307 0 R -/Kids [1380 0 R 1385 0 R 1389 0 R 1393 0 R 1397 0 R 1402 0 R] +/Parent 3353 0 R +/Kids [1337 0 R 1343 0 R 1347 0 R 1351 0 R 1355 0 R 1359 0 R] >> endobj -1409 0 obj << +1366 0 obj << /Type /Pages /Count 6 -/Parent 3307 0 R -/Kids [1406 0 R 1411 0 R 1415 0 R 1419 0 R 1423 0 R 1427 0 R] +/Parent 3353 0 R +/Kids [1363 0 R 1368 0 R 1372 0 R 1376 0 R 1380 0 R 1384 0 R] >> endobj -1434 0 obj << +1391 0 obj << /Type /Pages /Count 6 -/Parent 3307 0 R -/Kids [1431 0 R 1436 0 R 1440 0 R 1444 0 R 1448 0 R 1452 0 R] +/Parent 3353 0 R +/Kids [1388 0 R 1393 0 R 1397 0 R 1401 0 R 1405 0 R 1409 0 R] >> endobj -1459 0 obj << +1416 0 obj << /Type /Pages /Count 6 -/Parent 3308 0 R -/Kids [1456 0 R 1461 0 R 1465 0 R 1469 0 R 1473 0 R 1477 0 R] +/Parent 3354 0 R +/Kids [1413 0 R 1418 0 R 1422 0 R 1426 0 R 1430 0 R 1434 0 R] >> endobj -1484 0 obj << +1441 0 obj << /Type /Pages /Count 6 -/Parent 3308 0 R -/Kids [1481 0 R 1486 0 R 1490 0 R 1494 0 R 1498 0 R 1502 0 R] +/Parent 3354 0 R +/Kids [1438 0 R 1443 0 R 1447 0 R 1451 0 R 1455 0 R 1459 0 R] >> endobj -1509 0 obj << +1466 0 obj << /Type /Pages /Count 6 -/Parent 3308 0 R -/Kids [1506 0 R 1511 0 R 1515 0 R 1519 0 R 1523 0 R 1527 0 R] +/Parent 3354 0 R +/Kids [1463 0 R 1468 0 R 1472 0 R 1476 0 R 1480 0 R 1484 0 R] >> endobj -1534 0 obj << +1491 0 obj << /Type /Pages /Count 6 -/Parent 3308 0 R -/Kids [1531 0 R 1536 0 R 1540 0 R 1544 0 R 1548 0 R 1552 0 R] +/Parent 3354 0 R +/Kids [1488 0 R 1493 0 R 1497 0 R 1501 0 R 1505 0 R 1509 0 R] >> endobj -1772 0 obj << +1516 0 obj << /Type /Pages /Count 6 -/Parent 3308 0 R -/Kids [1764 0 R 2057 0 R 2369 0 R 2677 0 R 3092 0 R 3221 0 R] +/Parent 3354 0 R +/Kids [1513 0 R 1518 0 R 1522 0 R 1526 0 R 1530 0 R 1534 0 R] >> endobj -3303 0 obj << +1749 0 obj << +/Type /Pages +/Count 6 +/Parent 3354 0 R +/Kids [1741 0 R 1995 0 R 2280 0 R 2584 0 R 2943 0 R 3219 0 R] +>> endobj +3269 0 obj << +/Type /Pages +/Count 1 +/Parent 3355 0 R +/Kids [3266 0 R] +>> endobj +3349 0 obj << +/Type /Pages +/Count 36 +/Parent 3356 0 R +/Kids [401 0 R 526 0 R 563 0 R 622 0 R 671 0 R 713 0 R] +>> endobj +3350 0 obj << +/Type /Pages +/Count 36 +/Parent 3356 0 R +/Kids [754 0 R 793 0 R 833 0 R 871 0 R 902 0 R 932 0 R] +>> endobj +3351 0 obj << +/Type /Pages +/Count 36 +/Parent 3356 0 R +/Kids [962 0 R 987 0 R 1012 0 R 1037 0 R 1062 0 R 1089 0 R] +>> endobj +3352 0 obj << /Type /Pages /Count 36 -/Parent 3309 0 R -/Kids [429 0 R 559 0 R 596 0 R 656 0 R 689 0 R 739 0 R] +/Parent 3356 0 R +/Kids [1114 0 R 1139 0 R 1164 0 R 1189 0 R 1214 0 R 1239 0 R] >> endobj -3304 0 obj << +3353 0 obj << /Type /Pages /Count 36 -/Parent 3309 0 R -/Kids [779 0 R 819 0 R 857 0 R 899 0 R 940 0 R 970 0 R] +/Parent 3356 0 R +/Kids [1264 0 R 1290 0 R 1315 0 R 1340 0 R 1366 0 R 1391 0 R] >> endobj -3305 0 obj << +3354 0 obj << /Type /Pages /Count 36 -/Parent 3309 0 R -/Kids [1002 0 R 1030 0 R 1055 0 R 1080 0 R 1105 0 R 1132 0 R] +/Parent 3356 0 R +/Kids [1416 0 R 1441 0 R 1466 0 R 1491 0 R 1516 0 R 1749 0 R] >> endobj -3306 0 obj << +3355 0 obj << /Type /Pages -/Count 36 -/Parent 3309 0 R -/Kids [1157 0 R 1182 0 R 1207 0 R 1232 0 R 1257 0 R 1282 0 R] +/Count 1 +/Parent 3357 0 R +/Kids [3269 0 R] >> endobj -3307 0 obj << +3356 0 obj << /Type /Pages -/Count 36 -/Parent 3309 0 R -/Kids [1307 0 R 1333 0 R 1358 0 R 1383 0 R 1409 0 R 1434 0 R] +/Count 216 +/Parent 3358 0 R +/Kids [3349 0 R 3350 0 R 3351 0 R 3352 0 R 3353 0 R 3354 0 R] >> endobj -3308 0 obj << +3357 0 obj << /Type /Pages -/Count 30 -/Parent 3309 0 R -/Kids [1459 0 R 1484 0 R 1509 0 R 1534 0 R 1772 0 R] +/Count 1 +/Parent 3358 0 R +/Kids [3355 0 R] >> endobj -3309 0 obj << +3358 0 obj << /Type /Pages -/Count 210 -/Kids [3303 0 R 3304 0 R 3305 0 R 3306 0 R 3307 0 R 3308 0 R] +/Count 217 +/Kids [3356 0 R 3357 0 R] >> endobj -3310 0 obj << +3359 0 obj << /Type /Outlines /First 7 0 R -/Last 379 0 R -/Count 10 ->> endobj -379 0 obj << -/Title 380 0 R -/A 377 0 R -/Parent 3310 0 R -/Prev 327 0 R ->> endobj -375 0 obj << -/Title 376 0 R -/A 373 0 R -/Parent 327 0 R -/Prev 371 0 R ->> endobj -371 0 obj << -/Title 372 0 R -/A 369 0 R -/Parent 327 0 R -/Prev 367 0 R -/Next 375 0 R ->> endobj -367 0 obj << -/Title 368 0 R -/A 365 0 R -/Parent 327 0 R -/Prev 363 0 R -/Next 371 0 R ->> endobj -363 0 obj << -/Title 364 0 R -/A 361 0 R -/Parent 327 0 R -/Prev 359 0 R -/Next 367 0 R ->> endobj -359 0 obj << -/Title 360 0 R -/A 357 0 R -/Parent 327 0 R -/Prev 355 0 R -/Next 363 0 R ->> endobj -355 0 obj << -/Title 356 0 R -/A 353 0 R -/Parent 327 0 R -/Prev 351 0 R -/Next 359 0 R +/Last 351 0 R +/Count 9 >> endobj 351 0 obj << /Title 352 0 R /A 349 0 R -/Parent 327 0 R -/Prev 347 0 R -/Next 355 0 R +/Parent 3359 0 R +/Prev 299 0 R >> endobj 347 0 obj << /Title 348 0 R /A 345 0 R -/Parent 327 0 R +/Parent 299 0 R /Prev 343 0 R -/Next 351 0 R >> endobj 343 0 obj << /Title 344 0 R /A 341 0 R -/Parent 327 0 R +/Parent 299 0 R /Prev 339 0 R /Next 347 0 R >> endobj 339 0 obj << /Title 340 0 R /A 337 0 R -/Parent 327 0 R +/Parent 299 0 R /Prev 335 0 R /Next 343 0 R >> endobj 335 0 obj << /Title 336 0 R /A 333 0 R -/Parent 327 0 R +/Parent 299 0 R /Prev 331 0 R /Next 339 0 R >> endobj 331 0 obj << /Title 332 0 R /A 329 0 R -/Parent 327 0 R +/Parent 299 0 R +/Prev 327 0 R /Next 335 0 R >> endobj 327 0 obj << /Title 328 0 R /A 325 0 R -/Parent 3310 0 R +/Parent 299 0 R /Prev 323 0 R -/Next 379 0 R -/First 331 0 R -/Last 375 0 R -/Count -12 +/Next 331 0 R >> endobj 323 0 obj << /Title 324 0 R /A 321 0 R -/Parent 3310 0 R -/Prev 299 0 R +/Parent 299 0 R +/Prev 319 0 R /Next 327 0 R >> endobj 319 0 obj << @@ -23590,6 +24010,7 @@ endobj /A 317 0 R /Parent 299 0 R /Prev 315 0 R +/Next 323 0 R >> endobj 315 0 obj << /Title 316 0 R @@ -23621,353 +24042,352 @@ endobj 299 0 obj << /Title 300 0 R /A 297 0 R -/Parent 3310 0 R +/Parent 3359 0 R /Prev 295 0 R -/Next 323 0 R +/Next 351 0 R /First 303 0 R -/Last 319 0 R -/Count -5 +/Last 347 0 R +/Count -12 >> endobj 295 0 obj << /Title 296 0 R /A 293 0 R -/Parent 3310 0 R -/Prev 211 0 R +/Parent 3359 0 R +/Prev 263 0 R /Next 299 0 R >> endobj 291 0 obj << /Title 292 0 R /A 289 0 R -/Parent 211 0 R +/Parent 263 0 R /Prev 287 0 R >> endobj 287 0 obj << /Title 288 0 R /A 285 0 R -/Parent 211 0 R +/Parent 263 0 R /Prev 283 0 R /Next 291 0 R >> endobj 283 0 obj << /Title 284 0 R /A 281 0 R -/Parent 211 0 R +/Parent 263 0 R /Prev 279 0 R /Next 287 0 R >> endobj 279 0 obj << /Title 280 0 R /A 277 0 R -/Parent 211 0 R +/Parent 263 0 R /Prev 275 0 R /Next 283 0 R >> endobj 275 0 obj << /Title 276 0 R /A 273 0 R -/Parent 211 0 R +/Parent 263 0 R /Prev 271 0 R /Next 279 0 R >> endobj 271 0 obj << /Title 272 0 R /A 269 0 R -/Parent 211 0 R +/Parent 263 0 R /Prev 267 0 R /Next 275 0 R >> endobj 267 0 obj << /Title 268 0 R /A 265 0 R -/Parent 211 0 R -/Prev 263 0 R +/Parent 263 0 R /Next 271 0 R >> endobj 263 0 obj << /Title 264 0 R /A 261 0 R -/Parent 211 0 R -/Prev 251 0 R -/Next 267 0 R +/Parent 3359 0 R +/Prev 259 0 R +/Next 295 0 R +/First 267 0 R +/Last 291 0 R +/Count -7 >> endobj 259 0 obj << /Title 260 0 R /A 257 0 R -/Parent 251 0 R -/Prev 255 0 R +/Parent 3359 0 R +/Prev 175 0 R +/Next 263 0 R >> endobj 255 0 obj << /Title 256 0 R /A 253 0 R -/Parent 251 0 R -/Next 259 0 R +/Parent 175 0 R +/Prev 251 0 R >> endobj 251 0 obj << /Title 252 0 R /A 249 0 R -/Parent 211 0 R +/Parent 175 0 R /Prev 247 0 R -/Next 263 0 R -/First 255 0 R -/Last 259 0 R -/Count -2 +/Next 255 0 R >> endobj 247 0 obj << /Title 248 0 R /A 245 0 R -/Parent 211 0 R +/Parent 175 0 R /Prev 243 0 R /Next 251 0 R >> endobj 243 0 obj << /Title 244 0 R /A 241 0 R -/Parent 211 0 R +/Parent 175 0 R /Prev 239 0 R /Next 247 0 R >> endobj 239 0 obj << /Title 240 0 R /A 237 0 R -/Parent 211 0 R +/Parent 175 0 R /Prev 235 0 R /Next 243 0 R >> endobj 235 0 obj << /Title 236 0 R /A 233 0 R -/Parent 211 0 R +/Parent 175 0 R /Prev 231 0 R /Next 239 0 R >> endobj 231 0 obj << /Title 232 0 R /A 229 0 R -/Parent 211 0 R +/Parent 175 0 R /Prev 227 0 R /Next 235 0 R >> endobj 227 0 obj << /Title 228 0 R /A 225 0 R -/Parent 211 0 R -/Prev 223 0 R +/Parent 175 0 R +/Prev 215 0 R /Next 231 0 R >> endobj 223 0 obj << /Title 224 0 R /A 221 0 R -/Parent 211 0 R +/Parent 215 0 R /Prev 219 0 R -/Next 227 0 R >> endobj 219 0 obj << /Title 220 0 R /A 217 0 R -/Parent 211 0 R -/Prev 215 0 R +/Parent 215 0 R /Next 223 0 R >> endobj 215 0 obj << /Title 216 0 R /A 213 0 R -/Parent 211 0 R -/Next 219 0 R +/Parent 175 0 R +/Prev 211 0 R +/Next 227 0 R +/First 219 0 R +/Last 223 0 R +/Count -2 >> endobj 211 0 obj << /Title 212 0 R /A 209 0 R -/Parent 3310 0 R +/Parent 175 0 R /Prev 207 0 R -/Next 295 0 R -/First 215 0 R -/Last 291 0 R -/Count -18 +/Next 215 0 R >> endobj 207 0 obj << /Title 208 0 R /A 205 0 R -/Parent 3310 0 R -/Prev 91 0 R +/Parent 175 0 R +/Prev 203 0 R /Next 211 0 R >> endobj 203 0 obj << /Title 204 0 R /A 201 0 R -/Parent 91 0 R -/Prev 191 0 R +/Parent 175 0 R +/Prev 199 0 R +/Next 207 0 R >> endobj 199 0 obj << /Title 200 0 R /A 197 0 R -/Parent 191 0 R +/Parent 175 0 R /Prev 195 0 R +/Next 203 0 R >> endobj 195 0 obj << /Title 196 0 R /A 193 0 R -/Parent 191 0 R +/Parent 175 0 R +/Prev 191 0 R /Next 199 0 R >> endobj 191 0 obj << /Title 192 0 R /A 189 0 R -/Parent 91 0 R -/Prev 171 0 R -/Next 203 0 R -/First 195 0 R -/Last 199 0 R -/Count -2 +/Parent 175 0 R +/Prev 187 0 R +/Next 195 0 R >> endobj 187 0 obj << /Title 188 0 R /A 185 0 R -/Parent 171 0 R +/Parent 175 0 R /Prev 183 0 R +/Next 191 0 R >> endobj 183 0 obj << /Title 184 0 R /A 181 0 R -/Parent 171 0 R +/Parent 175 0 R /Prev 179 0 R /Next 187 0 R >> endobj 179 0 obj << /Title 180 0 R /A 177 0 R -/Parent 171 0 R -/Prev 175 0 R +/Parent 175 0 R /Next 183 0 R >> endobj 175 0 obj << /Title 176 0 R /A 173 0 R -/Parent 171 0 R -/Next 179 0 R +/Parent 3359 0 R +/Prev 171 0 R +/Next 259 0 R +/First 179 0 R +/Last 255 0 R +/Count -18 >> endobj 171 0 obj << /Title 172 0 R /A 169 0 R -/Parent 91 0 R -/Prev 167 0 R -/Next 191 0 R -/First 175 0 R -/Last 187 0 R -/Count -4 +/Parent 3359 0 R +/Prev 47 0 R +/Next 175 0 R >> endobj 167 0 obj << /Title 168 0 R /A 165 0 R -/Parent 91 0 R -/Prev 159 0 R -/Next 171 0 R +/Parent 47 0 R +/Prev 155 0 R >> endobj 163 0 obj << /Title 164 0 R /A 161 0 R -/Parent 159 0 R +/Parent 155 0 R +/Prev 159 0 R >> endobj 159 0 obj << /Title 160 0 R /A 157 0 R -/Parent 91 0 R -/Prev 155 0 R -/Next 167 0 R -/First 163 0 R -/Last 163 0 R -/Count -1 +/Parent 155 0 R +/Next 163 0 R >> endobj 155 0 obj << /Title 156 0 R /A 153 0 R -/Parent 91 0 R -/Prev 143 0 R -/Next 159 0 R +/Parent 47 0 R +/Prev 127 0 R +/Next 167 0 R +/First 159 0 R +/Last 163 0 R +/Count -2 >> endobj 151 0 obj << /Title 152 0 R /A 149 0 R -/Parent 143 0 R +/Parent 127 0 R /Prev 147 0 R >> endobj 147 0 obj << /Title 148 0 R /A 145 0 R -/Parent 143 0 R +/Parent 127 0 R +/Prev 143 0 R /Next 151 0 R >> endobj 143 0 obj << /Title 144 0 R /A 141 0 R -/Parent 91 0 R +/Parent 127 0 R /Prev 139 0 R -/Next 155 0 R -/First 147 0 R -/Last 151 0 R -/Count -2 +/Next 147 0 R >> endobj 139 0 obj << /Title 140 0 R /A 137 0 R -/Parent 91 0 R +/Parent 127 0 R /Prev 135 0 R /Next 143 0 R >> endobj 135 0 obj << /Title 136 0 R /A 133 0 R -/Parent 91 0 R +/Parent 127 0 R /Prev 131 0 R /Next 139 0 R >> endobj 131 0 obj << /Title 132 0 R /A 129 0 R -/Parent 91 0 R -/Prev 119 0 R +/Parent 127 0 R /Next 135 0 R >> endobj 127 0 obj << /Title 128 0 R /A 125 0 R -/Parent 119 0 R +/Parent 47 0 R /Prev 123 0 R +/Next 155 0 R +/First 131 0 R +/Last 151 0 R +/Count -6 >> endobj 123 0 obj << /Title 124 0 R /A 121 0 R -/Parent 119 0 R +/Parent 47 0 R +/Prev 115 0 R /Next 127 0 R >> endobj 119 0 obj << /Title 120 0 R /A 117 0 R -/Parent 91 0 R -/Prev 115 0 R -/Next 131 0 R -/First 123 0 R -/Last 127 0 R -/Count -2 +/Parent 115 0 R >> endobj 115 0 obj << /Title 116 0 R /A 113 0 R -/Parent 91 0 R -/Prev 99 0 R -/Next 119 0 R +/Parent 47 0 R +/Prev 111 0 R +/Next 123 0 R +/First 119 0 R +/Last 119 0 R +/Count -1 >> endobj 111 0 obj << /Title 112 0 R /A 109 0 R -/Parent 99 0 R -/Prev 107 0 R +/Parent 47 0 R +/Prev 99 0 R +/Next 115 0 R >> endobj 107 0 obj << /Title 108 0 R /A 105 0 R /Parent 99 0 R /Prev 103 0 R -/Next 111 0 R >> endobj 103 0 obj << /Title 104 0 R @@ -23978,125 +24398,126 @@ endobj 99 0 obj << /Title 100 0 R /A 97 0 R -/Parent 91 0 R +/Parent 47 0 R /Prev 95 0 R -/Next 115 0 R +/Next 111 0 R /First 103 0 R -/Last 111 0 R -/Count -3 +/Last 107 0 R +/Count -2 >> endobj 95 0 obj << /Title 96 0 R /A 93 0 R -/Parent 91 0 R +/Parent 47 0 R +/Prev 91 0 R /Next 99 0 R >> endobj 91 0 obj << /Title 92 0 R /A 89 0 R -/Parent 3310 0 R -/Prev 43 0 R -/Next 207 0 R -/First 95 0 R -/Last 203 0 R -/Count -14 +/Parent 47 0 R +/Prev 87 0 R +/Next 95 0 R >> endobj 87 0 obj << /Title 88 0 R /A 85 0 R -/Parent 43 0 R -/Prev 83 0 R +/Parent 47 0 R +/Prev 75 0 R +/Next 91 0 R >> endobj 83 0 obj << /Title 84 0 R /A 81 0 R -/Parent 43 0 R +/Parent 75 0 R /Prev 79 0 R -/Next 87 0 R >> endobj 79 0 obj << /Title 80 0 R /A 77 0 R -/Parent 43 0 R -/Prev 75 0 R +/Parent 75 0 R /Next 83 0 R >> endobj 75 0 obj << /Title 76 0 R /A 73 0 R -/Parent 43 0 R +/Parent 47 0 R /Prev 71 0 R -/Next 79 0 R +/Next 87 0 R +/First 79 0 R +/Last 83 0 R +/Count -2 >> endobj 71 0 obj << /Title 72 0 R /A 69 0 R -/Parent 43 0 R -/Prev 67 0 R +/Parent 47 0 R +/Prev 55 0 R /Next 75 0 R >> endobj 67 0 obj << /Title 68 0 R /A 65 0 R -/Parent 43 0 R +/Parent 55 0 R /Prev 63 0 R -/Next 71 0 R >> endobj 63 0 obj << /Title 64 0 R /A 61 0 R -/Parent 43 0 R +/Parent 55 0 R /Prev 59 0 R /Next 67 0 R >> endobj 59 0 obj << /Title 60 0 R /A 57 0 R -/Parent 43 0 R -/Prev 55 0 R +/Parent 55 0 R /Next 63 0 R >> endobj 55 0 obj << /Title 56 0 R /A 53 0 R -/Parent 43 0 R +/Parent 47 0 R /Prev 51 0 R -/Next 59 0 R +/Next 71 0 R +/First 59 0 R +/Last 67 0 R +/Count -3 >> endobj 51 0 obj << /Title 52 0 R /A 49 0 R -/Parent 43 0 R -/Prev 47 0 R +/Parent 47 0 R /Next 55 0 R >> endobj 47 0 obj << /Title 48 0 R /A 45 0 R -/Parent 43 0 R -/Next 51 0 R +/Parent 3359 0 R +/Prev 7 0 R +/Next 171 0 R +/First 51 0 R +/Last 167 0 R +/Count -14 >> endobj 43 0 obj << /Title 44 0 R /A 41 0 R -/Parent 3310 0 R -/Prev 7 0 R -/Next 91 0 R -/First 47 0 R -/Last 87 0 R -/Count -11 +/Parent 7 0 R +/Prev 23 0 R >> endobj 39 0 obj << /Title 40 0 R /A 37 0 R -/Parent 7 0 R -/Prev 23 0 R +/Parent 23 0 R +/Prev 35 0 R >> endobj 35 0 obj << /Title 36 0 R /A 33 0 R /Parent 23 0 R /Prev 31 0 R +/Next 39 0 R >> endobj 31 0 obj << /Title 32 0 R @@ -24116,10 +24537,10 @@ endobj /A 21 0 R /Parent 7 0 R /Prev 15 0 R -/Next 39 0 R +/Next 43 0 R /First 27 0 R -/Last 35 0 R -/Count -3 +/Last 39 0 R +/Count -4 >> endobj 19 0 obj << /Title 20 0 R @@ -24145,3716 +24566,3765 @@ endobj 7 0 obj << /Title 8 0 R /A 5 0 R -/Parent 3310 0 R -/Next 43 0 R +/Parent 3359 0 R +/Next 47 0 R /First 11 0 R -/Last 39 0 R +/Last 43 0 R /Count -4 >> endobj -3311 0 obj << -/Names [(Doc-Start) 420 0 R (Hfootnote.1) 519 0 R (Hfootnote.10) 889 0 R (Hfootnote.11) 913 0 R (Hfootnote.12) 926 0 R (Hfootnote.13) 945 0 R] +3360 0 obj << +/Names [(Doc-Start) 392 0 R (Hfootnote.1) 488 0 R (Hfootnote.10) 815 0 R (Hfootnote.11) 839 0 R (Hfootnote.12) 852 0 R (Hfootnote.13) 870 0 R] /Limits [(Doc-Start) (Hfootnote.13)] >> endobj -3312 0 obj << -/Names [(Hfootnote.14) 951 0 R (Hfootnote.15) 961 0 R (Hfootnote.16) 995 0 R (Hfootnote.17) 1127 0 R (Hfootnote.2) 642 0 R (Hfootnote.3) 688 0 R] +3361 0 obj << +/Names [(Hfootnote.14) 878 0 R (Hfootnote.15) 893 0 R (Hfootnote.16) 931 0 R (Hfootnote.17) 1072 0 R (Hfootnote.2) 613 0 R (Hfootnote.3) 614 0 R] /Limits [(Hfootnote.14) (Hfootnote.3)] >> endobj -3313 0 obj << -/Names [(Hfootnote.4) 695 0 R (Hfootnote.5) 727 0 R (Hfootnote.6) 763 0 R (Hfootnote.7) 813 0 R (Hfootnote.8) 866 0 R (Hfootnote.9) 867 0 R] +3362 0 obj << +/Names [(Hfootnote.4) 621 0 R (Hfootnote.5) 653 0 R (Hfootnote.6) 689 0 R (Hfootnote.7) 739 0 R (Hfootnote.8) 791 0 R (Hfootnote.9) 792 0 R] /Limits [(Hfootnote.4) (Hfootnote.9)] >> endobj -3314 0 obj << -/Names [(Item.1) 539 0 R (Item.10) 613 0 R (Item.11) 623 0 R (Item.12) 624 0 R (Item.13) 626 0 R (Item.14) 627 0 R] +3363 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] /Limits [(Item.1) (Item.14)] >> endobj -3315 0 obj << -/Names [(Item.15) 628 0 R (Item.16) 629 0 R (Item.17) 639 0 R (Item.18) 640 0 R (Item.19) 818 0 R (Item.2) 545 0 R] +3364 0 obj << +/Names [(Item.15) 602 0 R (Item.16) 603 0 R (Item.17) 611 0 R (Item.18) 744 0 R (Item.19) 752 0 R (Item.2) 512 0 R] /Limits [(Item.15) (Item.2)] >> endobj -3316 0 obj << -/Names [(Item.20) 827 0 R (Item.21) 828 0 R (Item.3) 546 0 R (Item.4) 551 0 R (Item.5) 552 0 R (Item.6) 557 0 R] -/Limits [(Item.20) (Item.6)] +3365 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)] >> endobj -3317 0 obj << -/Names [(Item.7) 558 0 R (Item.8) 611 0 R (Item.9) 612 0 R (page.1) 419 0 R (page.10) 574 0 R (page.100) 1117 0 R] -/Limits [(Item.7) (page.100)] +3366 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)] >> endobj -3318 0 obj << -/Names [(page.101) 1121 0 R (page.102) 1126 0 R (page.103) 1131 0 R (page.104) 1136 0 R (page.105) 1140 0 R (page.106) 1144 0 R] -/Limits [(page.101) (page.106)] +3367 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)] >> endobj -3319 0 obj << -/Names [(page.107) 1148 0 R (page.108) 1152 0 R (page.109) 1156 0 R (page.11) 579 0 R (page.110) 1161 0 R (page.111) 1165 0 R] -/Limits [(page.107) (page.111)] +3368 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)] >> endobj -3320 0 obj << -/Names [(page.112) 1169 0 R (page.113) 1173 0 R (page.114) 1177 0 R (page.115) 1181 0 R (page.116) 1186 0 R (page.117) 1190 0 R] -/Limits [(page.112) (page.117)] +3369 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)] >> endobj -3321 0 obj << -/Names [(page.118) 1194 0 R (page.119) 1198 0 R (page.12) 590 0 R (page.120) 1202 0 R (page.121) 1206 0 R (page.122) 1211 0 R] -/Limits [(page.118) (page.122)] +3370 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)] >> endobj -3322 0 obj << -/Names [(page.123) 1215 0 R (page.124) 1219 0 R (page.125) 1223 0 R (page.126) 1227 0 R (page.127) 1231 0 R (page.128) 1236 0 R] -/Limits [(page.123) (page.128)] +3371 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)] >> endobj -3323 0 obj << -/Names [(page.129) 1240 0 R (page.13) 595 0 R (page.130) 1244 0 R (page.131) 1248 0 R (page.132) 1252 0 R (page.133) 1256 0 R] -/Limits [(page.129) (page.133)] +3372 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)] >> endobj -3324 0 obj << -/Names [(page.134) 1261 0 R (page.135) 1265 0 R (page.136) 1269 0 R (page.137) 1273 0 R (page.138) 1277 0 R (page.139) 1281 0 R] -/Limits [(page.134) (page.139)] +3373 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)] >> endobj -3325 0 obj << -/Names [(page.14) 601 0 R (page.140) 1286 0 R (page.141) 1290 0 R (page.142) 1294 0 R (page.143) 1298 0 R (page.144) 1302 0 R] -/Limits [(page.14) (page.144)] +3374 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)] >> endobj -3326 0 obj << -/Names [(page.145) 1306 0 R (page.146) 1311 0 R (page.147) 1315 0 R (page.148) 1319 0 R (page.149) 1323 0 R (page.15) 608 0 R] -/Limits [(page.145) (page.15)] +3375 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)] >> endobj -3327 0 obj << -/Names [(page.150) 1328 0 R (page.151) 1332 0 R (page.152) 1337 0 R (page.153) 1341 0 R (page.154) 1345 0 R (page.155) 1349 0 R] -/Limits [(page.150) (page.155)] +3376 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)] >> endobj -3328 0 obj << -/Names [(page.156) 1353 0 R (page.157) 1357 0 R (page.158) 1362 0 R (page.159) 1366 0 R (page.16) 622 0 R (page.160) 1370 0 R] -/Limits [(page.156) (page.160)] +3377 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)] >> endobj -3329 0 obj << -/Names [(page.161) 1374 0 R (page.162) 1378 0 R (page.163) 1382 0 R (page.164) 1387 0 R (page.165) 1391 0 R (page.166) 1395 0 R] -/Limits [(page.161) (page.166)] +3378 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)] >> endobj -3330 0 obj << -/Names [(page.167) 1399 0 R (page.168) 1404 0 R (page.169) 1408 0 R (page.17) 637 0 R (page.170) 1413 0 R (page.171) 1417 0 R] -/Limits [(page.167) (page.171)] +3379 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)] >> endobj -3331 0 obj << -/Names [(page.172) 1421 0 R (page.173) 1425 0 R (page.174) 1429 0 R (page.175) 1433 0 R (page.176) 1438 0 R (page.177) 1442 0 R] -/Limits [(page.172) (page.177)] +3380 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)] >> endobj -3332 0 obj << -/Names [(page.178) 1446 0 R (page.179) 1450 0 R (page.18) 647 0 R (page.180) 1454 0 R (page.181) 1458 0 R (page.182) 1463 0 R] -/Limits [(page.178) (page.182)] +3381 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)] >> endobj -3333 0 obj << -/Names [(page.183) 1467 0 R (page.184) 1471 0 R (page.185) 1475 0 R (page.186) 1479 0 R (page.187) 1483 0 R (page.188) 1488 0 R] -/Limits [(page.183) (page.188)] +3382 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)] >> endobj -3334 0 obj << -/Names [(page.189) 1492 0 R (page.19) 654 0 R (page.190) 1496 0 R (page.191) 1500 0 R (page.192) 1504 0 R (page.193) 1508 0 R] -/Limits [(page.189) (page.193)] +3383 0 obj << +/Names [(page.19) 620 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)] >> endobj -3335 0 obj << -/Names [(page.194) 1513 0 R (page.195) 1517 0 R (page.196) 1521 0 R (page.197) 1525 0 R (page.198) 1529 0 R (page.199) 1533 0 R] -/Limits [(page.194) (page.199)] +3384 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)] >> endobj -3336 0 obj << -/Names [(page.2) 478 0 R (page.20) 661 0 R (page.200) 1538 0 R (page.201) 1542 0 R (page.202) 1546 0 R (page.203) 1550 0 R] -/Limits [(page.2) (page.203)] +3385 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)] >> endobj -3337 0 obj << -/Names [(page.204) 1554 0 R (page.205) 1766 0 R (page.206) 2059 0 R (page.207) 2371 0 R (page.208) 2679 0 R (page.209) 3094 0 R] -/Limits [(page.204) (page.209)] +3386 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) 641 0 R] +/Limits [(page.205) (page.21)] >> endobj -3338 0 obj << -/Names [(page.21) 667 0 R (page.210) 3223 0 R (page.22) 672 0 R (page.23) 676 0 R (page.24) 681 0 R (page.25) 687 0 R] -/Limits [(page.21) (page.25)] +3387 0 obj << +/Names [(page.210) 1536 0 R (page.211) 1743 0 R (page.212) 1997 0 R (page.213) 2282 0 R (page.214) 2586 0 R (page.215) 2945 0 R] +/Limits [(page.210) (page.215)] >> endobj -3339 0 obj << -/Names [(page.26) 694 0 R (page.27) 703 0 R (page.28) 715 0 R (page.29) 725 0 R (page.3) 511 0 R (page.30) 733 0 R] +3388 0 obj << +/Names [(page.216) 3221 0 R (page.217) 3268 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)] +>> endobj +3389 0 obj << +/Names [(page.26) 675 0 R (page.27) 682 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)] >> endobj -3340 0 obj << -/Names [(page.31) 738 0 R (page.32) 744 0 R (page.33) 749 0 R (page.34) 756 0 R (page.35) 762 0 R (page.36) 770 0 R] +3390 0 obj << +/Names [(page.31) 711 0 R (page.32) 718 0 R (page.33) 724 0 R (page.34) 730 0 R (page.35) 737 0 R (page.36) 743 0 R] /Limits [(page.31) (page.36)] >> endobj -3341 0 obj << -/Names [(page.37) 777 0 R (page.38) 786 0 R (page.39) 792 0 R (page.4) 535 0 R (page.40) 798 0 R (page.41) 804 0 R] +3391 0 obj << +/Names [(page.37) 751 0 R (page.38) 758 0 R (page.39) 767 0 R (page.4) 502 0 R (page.40) 772 0 R (page.41) 776 0 R] /Limits [(page.37) (page.41)] >> endobj -3342 0 obj << -/Names [(page.42) 811 0 R (page.43) 817 0 R (page.44) 826 0 R (page.45) 832 0 R (page.46) 841 0 R (page.47) 846 0 R] +3392 0 obj << +/Names [(page.42) 781 0 R (page.43) 790 0 R (page.44) 800 0 R (page.45) 807 0 R (page.46) 813 0 R (page.47) 820 0 R] /Limits [(page.42) (page.47)] >> endobj -3343 0 obj << -/Names [(page.48) 850 0 R (page.49) 855 0 R (page.5) 544 0 R (page.50) 865 0 R (page.51) 874 0 R (page.52) 881 0 R] +3393 0 obj << +/Names [(page.48) 824 0 R (page.49) 830 0 R (page.5) 511 0 R (page.50) 838 0 R (page.51) 844 0 R (page.52) 851 0 R] /Limits [(page.48) (page.52)] >> endobj -3344 0 obj << -/Names [(page.53) 887 0 R (page.54) 894 0 R (page.55) 898 0 R (page.56) 905 0 R (page.57) 912 0 R (page.58) 918 0 R] +3394 0 obj << +/Names [(page.53) 858 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)] >> endobj -3345 0 obj << -/Names [(page.59) 925 0 R (page.6) 550 0 R (page.60) 933 0 R (page.61) 938 0 R (page.62) 944 0 R (page.63) 950 0 R] +3395 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)] >> endobj -3346 0 obj << -/Names [(page.64) 956 0 R (page.65) 960 0 R (page.66) 965 0 R (page.67) 969 0 R (page.68) 975 0 R (page.69) 980 0 R] +3396 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)] >> endobj -3347 0 obj << -/Names [(page.7) 556 0 R (page.70) 984 0 R (page.71) 989 0 R (page.72) 994 0 R (page.73) 1001 0 R (page.74) 1006 0 R] +3397 0 obj << +/Names [(page.7) 523 0 R (page.70) 947 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)] >> endobj -3348 0 obj << -/Names [(page.75) 1013 0 R (page.76) 1017 0 R (page.77) 1021 0 R (page.78) 1025 0 R (page.79) 1029 0 R (page.8) 563 0 R] +3398 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)] >> endobj -3349 0 obj << -/Names [(page.80) 1034 0 R (page.81) 1038 0 R (page.82) 1042 0 R (page.83) 1046 0 R (page.84) 1050 0 R (page.85) 1054 0 R] +3399 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)] >> endobj -3350 0 obj << -/Names [(page.86) 1059 0 R (page.87) 1063 0 R (page.88) 1067 0 R (page.89) 1071 0 R (page.9) 568 0 R (page.90) 1075 0 R] +3400 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)] >> endobj -3351 0 obj << -/Names [(page.91) 1079 0 R (page.92) 1084 0 R (page.93) 1088 0 R (page.94) 1092 0 R (page.95) 1096 0 R (page.96) 1100 0 R] +3401 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)] >> endobj -3352 0 obj << -/Names [(page.97) 1104 0 R (page.98) 1109 0 R (page.99) 1113 0 R (sanitize) 704 0 R (section*.1) 426 0 R (section*.2) 745 0 R] +3402 0 obj << +/Names [(page.97) 1061 0 R (page.98) 1066 0 R (page.99) 1071 0 R (sanitize) 630 0 R (section*.1) 398 0 R (section*.2) 670 0 R] /Limits [(page.97) (section*.2)] >> endobj -3353 0 obj << -/Names [(section*.3) 750 0 R (section*.4) 851 0 R (section*.5) 856 0 R (section*.6) 875 0 R (section*.7) 378 0 R (section*.8) 1767 0 R] +3403 0 obj << +/Names [(section*.3) 676 0 R (section*.4) 777 0 R (section*.5) 782 0 R (section*.6) 801 0 R (section*.7) 350 0 R (section*.8) 1744 0 R] /Limits [(section*.3) (section*.8)] >> endobj -3354 0 obj << -/Names [(section.1) 6 0 R (section.2) 42 0 R (section.3) 90 0 R (section.4) 206 0 R (section.5) 210 0 R (section.6) 294 0 R] +3404 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)] >> endobj -3355 0 obj << -/Names [(section.7) 298 0 R (section.8) 322 0 R (section.9) 326 0 R (subsection.1.1) 10 0 R (subsection.1.2) 14 0 R (subsection.1.3) 22 0 R] -/Limits [(section.7) (subsection.1.3)] ->> endobj -3356 0 obj << -/Names [(subsection.1.4) 38 0 R (subsection.2.1) 46 0 R (subsection.2.10) 82 0 R (subsection.2.11) 86 0 R (subsection.2.2) 50 0 R (subsection.2.3) 54 0 R] -/Limits [(subsection.1.4) (subsection.2.3)] +3405 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)] >> endobj -3357 0 obj << -/Names [(subsection.2.4) 58 0 R (subsection.2.5) 62 0 R (subsection.2.6) 66 0 R (subsection.2.7) 70 0 R (subsection.2.8) 74 0 R (subsection.2.9) 78 0 R] -/Limits [(subsection.2.4) (subsection.2.9)] +3406 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)] >> endobj -3358 0 obj << -/Names [(subsection.3.1) 94 0 R (subsection.3.10) 158 0 R (subsection.3.11) 166 0 R (subsection.3.12) 170 0 R (subsection.3.13) 190 0 R (subsection.3.14) 202 0 R] -/Limits [(subsection.3.1) (subsection.3.14)] +3407 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)] >> endobj -3359 0 obj << -/Names [(subsection.3.2) 98 0 R (subsection.3.3) 114 0 R (subsection.3.4) 118 0 R (subsection.3.5) 130 0 R (subsection.3.6) 134 0 R (subsection.3.7) 138 0 R] -/Limits [(subsection.3.2) (subsection.3.7)] +3408 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)] >> endobj -3360 0 obj << -/Names [(subsection.3.8) 142 0 R (subsection.3.9) 154 0 R (subsection.5.1) 214 0 R (subsection.5.10) 250 0 R (subsection.5.11) 262 0 R (subsection.5.12) 266 0 R] -/Limits [(subsection.3.8) (subsection.5.12)] +3409 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)] >> endobj -3361 0 obj << -/Names [(subsection.5.13) 270 0 R (subsection.5.14) 274 0 R (subsection.5.15) 278 0 R (subsection.5.16) 282 0 R (subsection.5.17) 286 0 R (subsection.5.18) 290 0 R] -/Limits [(subsection.5.13) (subsection.5.18)] +3410 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)] >> endobj -3362 0 obj << -/Names [(subsection.5.2) 218 0 R (subsection.5.3) 222 0 R (subsection.5.4) 226 0 R (subsection.5.5) 230 0 R (subsection.5.6) 234 0 R (subsection.5.7) 238 0 R] -/Limits [(subsection.5.2) (subsection.5.7)] +3411 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)] >> endobj -3363 0 obj << -/Names [(subsection.5.8) 242 0 R (subsection.5.9) 246 0 R (subsection.7.1) 302 0 R (subsection.7.2) 306 0 R (subsection.7.3) 310 0 R (subsection.7.4) 314 0 R] -/Limits [(subsection.5.8) (subsection.7.4)] +3412 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)] >> endobj -3364 0 obj << -/Names [(subsection.7.5) 318 0 R (subsection.9.1) 330 0 R (subsection.9.10) 366 0 R (subsection.9.11) 370 0 R (subsection.9.12) 374 0 R (subsection.9.2) 334 0 R] -/Limits [(subsection.7.5) (subsection.9.2)] +3413 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)] >> endobj -3365 0 obj << -/Names [(subsection.9.3) 338 0 R (subsection.9.4) 342 0 R (subsection.9.5) 346 0 R (subsection.9.6) 350 0 R (subsection.9.7) 354 0 R (subsection.9.8) 358 0 R] -/Limits [(subsection.9.3) (subsection.9.8)] +3414 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)] >> endobj -3366 0 obj << -/Names [(subsection.9.9) 362 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 (subsubsection.3.10.1) 162 0 R] -/Limits [(subsection.9.9) (subsubsection.3.10.1)] +3415 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)] >> endobj -3367 0 obj << -/Names [(subsubsection.3.12.1) 174 0 R (subsubsection.3.12.2) 178 0 R (subsubsection.3.12.3) 182 0 R (subsubsection.3.12.4) 186 0 R (subsubsection.3.13.1) 194 0 R (subsubsection.3.13.2) 198 0 R] -/Limits [(subsubsection.3.12.1) (subsubsection.3.13.2)] +3416 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)] >> endobj -3368 0 obj << -/Names [(subsubsection.3.2.1) 102 0 R (subsubsection.3.2.2) 106 0 R (subsubsection.3.2.3) 110 0 R (subsubsection.3.4.1) 122 0 R (subsubsection.3.4.2) 126 0 R (subsubsection.3.8.1) 146 0 R] -/Limits [(subsubsection.3.2.1) (subsubsection.3.8.1)] +3417 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)] >> endobj -3369 0 obj << -/Names [(subsubsection.3.8.2) 150 0 R (subsubsection.5.10.1) 254 0 R (subsubsection.5.10.2) 258 0 R (table.1) 575 0 R (table.2) 591 0 R (table.3) 778 0 R] -/Limits [(subsubsection.3.8.2) (table.3)] +3418 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) 814 0 R] +/Limits [(subsubsection.4.10.1) (table.4)] >> endobj -3370 0 obj << -/Names [(table.4) 888 0 R (table.5) 919 0 R (table.6) 927 0 R (table.7) 934 0 R] -/Limits [(table.4) (table.7)] +3419 0 obj << +/Names [(table.5) 845 0 R (table.6) 853 0 R (table.7) 859 0 R] +/Limits [(table.5) (table.7)] >> endobj -3371 0 obj << -/Kids [3311 0 R 3312 0 R 3313 0 R 3314 0 R 3315 0 R 3316 0 R] -/Limits [(Doc-Start) (Item.6)] +3420 0 obj << +/Kids [3360 0 R 3361 0 R 3362 0 R 3363 0 R 3364 0 R 3365 0 R] +/Limits [(Doc-Start) (Item.7)] >> endobj -3372 0 obj << -/Kids [3317 0 R 3318 0 R 3319 0 R 3320 0 R 3321 0 R 3322 0 R] -/Limits [(Item.7) (page.128)] +3421 0 obj << +/Kids [3366 0 R 3367 0 R 3368 0 R 3369 0 R 3370 0 R 3371 0 R] +/Limits [(Item.8) (page.129)] >> endobj -3373 0 obj << -/Kids [3323 0 R 3324 0 R 3325 0 R 3326 0 R 3327 0 R 3328 0 R] -/Limits [(page.129) (page.160)] +3422 0 obj << +/Kids [3372 0 R 3373 0 R 3374 0 R 3375 0 R 3376 0 R 3377 0 R] +/Limits [(page.13) (page.161)] >> endobj -3374 0 obj << -/Kids [3329 0 R 3330 0 R 3331 0 R 3332 0 R 3333 0 R 3334 0 R] -/Limits [(page.161) (page.193)] +3423 0 obj << +/Kids [3378 0 R 3379 0 R 3380 0 R 3381 0 R 3382 0 R 3383 0 R] +/Limits [(page.162) (page.194)] >> endobj -3375 0 obj << -/Kids [3335 0 R 3336 0 R 3337 0 R 3338 0 R 3339 0 R 3340 0 R] -/Limits [(page.194) (page.36)] +3424 0 obj << +/Kids [3384 0 R 3385 0 R 3386 0 R 3387 0 R 3388 0 R 3389 0 R] +/Limits [(page.195) (page.30)] >> endobj -3376 0 obj << -/Kids [3341 0 R 3342 0 R 3343 0 R 3344 0 R 3345 0 R 3346 0 R] -/Limits [(page.37) (page.69)] +3425 0 obj << +/Kids [3390 0 R 3391 0 R 3392 0 R 3393 0 R 3394 0 R 3395 0 R] +/Limits [(page.31) (page.63)] >> endobj -3377 0 obj << -/Kids [3347 0 R 3348 0 R 3349 0 R 3350 0 R 3351 0 R 3352 0 R] -/Limits [(page.7) (section*.2)] +3426 0 obj << +/Kids [3396 0 R 3397 0 R 3398 0 R 3399 0 R 3400 0 R 3401 0 R] +/Limits [(page.64) (page.96)] >> endobj -3378 0 obj << -/Kids [3353 0 R 3354 0 R 3355 0 R 3356 0 R 3357 0 R 3358 0 R] -/Limits [(section*.3) (subsection.3.14)] +3427 0 obj << +/Kids [3402 0 R 3403 0 R 3404 0 R 3405 0 R 3406 0 R 3407 0 R] +/Limits [(page.97) (subsection.2.7)] >> endobj -3379 0 obj << -/Kids [3359 0 R 3360 0 R 3361 0 R 3362 0 R 3363 0 R 3364 0 R] -/Limits [(subsection.3.2) (subsection.9.2)] +3428 0 obj << +/Kids [3408 0 R 3409 0 R 3410 0 R 3411 0 R 3412 0 R 3413 0 R] +/Limits [(subsection.2.8) (subsection.8.6)] >> endobj -3380 0 obj << -/Kids [3365 0 R 3366 0 R 3367 0 R 3368 0 R 3369 0 R 3370 0 R] -/Limits [(subsection.9.3) (table.7)] +3429 0 obj << +/Kids [3414 0 R 3415 0 R 3416 0 R 3417 0 R 3418 0 R 3419 0 R] +/Limits [(subsection.8.7) (table.7)] >> endobj -3381 0 obj << -/Kids [3371 0 R 3372 0 R 3373 0 R 3374 0 R 3375 0 R 3376 0 R] -/Limits [(Doc-Start) (page.69)] +3430 0 obj << +/Kids [3420 0 R 3421 0 R 3422 0 R 3423 0 R 3424 0 R 3425 0 R] +/Limits [(Doc-Start) (page.63)] >> endobj -3382 0 obj << -/Kids [3377 0 R 3378 0 R 3379 0 R 3380 0 R] -/Limits [(page.7) (table.7)] +3431 0 obj << +/Kids [3426 0 R 3427 0 R 3428 0 R 3429 0 R] +/Limits [(page.64) (table.7)] >> endobj -3383 0 obj << -/Kids [3381 0 R 3382 0 R] +3432 0 obj << +/Kids [3430 0 R 3431 0 R] /Limits [(Doc-Start) (table.7)] >> endobj -3384 0 obj << -/Dests 3383 0 R +3433 0 obj << +/Dests 3432 0 R >> endobj -3385 0 obj << +3434 0 obj << /Type /Catalog -/Pages 3309 0 R -/Outlines 3310 0 R -/Names 3384 0 R +/Pages 3358 0 R +/Outlines 3359 0 R +/Names 3433 0 R /PageMode/UseOutlines -/OpenAction 381 0 R +/OpenAction 353 0 R >> endobj -3386 0 obj << +3435 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:20090416145317+01'00') -/ModDate (D:20090416145317+01'00') +/CreationDate (D:20090601141753+01'00') +/ModDate (D:20090601141753+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 3387 +0 3436 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000015 00000 n -0000037867 00000 n -0001309115 00000 n +0000036834 00000 n +0001328796 00000 n 0000000060 00000 n 0000000090 00000 n -0000042163 00000 n -0001309043 00000 n +0000041445 00000 n +0001328724 00000 n 0000000140 00000 n 0000000175 00000 n -0000054960 00000 n -0001308920 00000 n +0000054383 00000 n +0001328601 00000 n 0000000226 00000 n 0000000266 00000 n -0000057813 00000 n -0001308859 00000 n +0000054444 00000 n +0001328540 00000 n 0000000322 00000 n 0000000365 00000 n -0000063813 00000 n -0001308736 00000 n +0000063143 00000 n +0001328417 00000 n 0000000416 00000 n 0000000475 00000 n -0000066883 00000 n -0001308662 00000 n +0000066139 00000 n +0001328343 00000 n 0000000531 00000 n 0000000586 00000 n -0000066944 00000 n -0001308575 00000 n +0000066200 00000 n +0001328256 00000 n 0000000642 00000 n 0000000683 00000 n -0000070495 00000 n -0001308501 00000 n +0000069526 00000 n +0001328169 00000 n 0000000739 00000 n 0000000784 00000 n -0000074728 00000 n -0001308428 00000 n -0000000835 00000 n -0000000869 00000 n -0000083237 00000 n -0001308302 00000 n -0000000915 00000 n -0000000965 00000 n -0000085410 00000 n -0001308228 00000 n -0000001016 00000 n -0000001048 00000 n -0000085471 00000 n -0001308141 00000 n -0000001099 00000 n -0000001139 00000 n -0000091995 00000 n -0001308054 00000 n -0000001190 00000 n -0000001239 00000 n -0000092056 00000 n -0001307967 00000 n -0000001290 00000 n -0000001329 00000 n -0000094316 00000 n -0001307880 00000 n -0000001380 00000 n -0000001419 00000 n -0000096918 00000 n -0001307793 00000 n -0000001470 00000 n -0000001512 00000 n -0000096979 00000 n -0001307706 00000 n -0000001563 00000 n -0000001614 00000 n -0000099134 00000 n -0001307619 00000 n -0000001665 00000 n -0000001709 00000 n -0000099195 00000 n -0001307532 00000 n -0000001760 00000 n -0000001786 00000 n -0000099256 00000 n -0001307445 00000 n -0000001838 00000 n -0000001889 00000 n -0000101876 00000 n -0001307371 00000 n -0000001941 00000 n -0000001968 00000 n -0000105344 00000 n -0001307242 00000 n -0000002014 00000 n -0000002058 00000 n -0000105405 00000 n -0001307168 00000 n -0000002109 00000 n -0000002143 00000 n -0000121436 00000 n -0001307040 00000 n -0000002194 00000 n -0000002239 00000 n -0000131884 00000 n -0001306962 00000 n -0000002296 00000 n -0000002323 00000 n -0000131946 00000 n -0001306870 00000 n -0000002380 00000 n -0000002411 00000 n -0000136585 00000 n -0001306792 00000 n -0000002468 00000 n -0000002515 00000 n -0000140130 00000 n -0001306701 00000 n -0000002567 00000 n -0000002599 00000 n -0000144181 00000 n -0001306570 00000 n -0000002651 00000 n -0000002696 00000 n -0000159837 00000 n -0001306491 00000 n -0000002753 00000 n -0000002809 00000 n -0000166152 00000 n -0001306412 00000 n -0000002866 00000 n -0000002939 00000 n -0000166214 00000 n -0001306320 00000 n -0000002991 00000 n -0000003066 00000 n -0000166275 00000 n -0001306228 00000 n -0000003118 00000 n -0000003163 00000 n -0000169526 00000 n -0001306136 00000 n -0000003215 00000 n -0000003269 00000 n -0000175354 00000 n -0001306005 00000 n -0000003321 00000 n -0000003362 00000 n -0000178234 00000 n -0001305926 00000 n -0000003419 00000 n -0000003494 00000 n -0000178296 00000 n -0001305847 00000 n -0000003551 00000 n -0000003576 00000 n -0000191768 00000 n -0001305755 00000 n -0000003628 00000 n -0000003671 00000 n -0000195275 00000 n -0001305624 00000 n -0000003724 00000 n -0000003752 00000 n -0000217776 00000 n -0001305559 00000 n -0000003810 00000 n -0000003865 00000 n -0000217838 00000 n -0001305467 00000 n -0000003918 00000 n -0000003973 00000 n -0000220689 00000 n -0001305336 00000 n -0000004026 00000 n -0000004061 00000 n -0000225900 00000 n -0001305257 00000 n -0000004119 00000 n -0000004150 00000 n -0000229646 00000 n -0001305164 00000 n -0000004208 00000 n -0000004244 00000 n -0000235101 00000 n -0001305071 00000 n -0000004302 00000 n -0000004341 00000 n -0000238223 00000 n -0001304992 00000 n -0000004399 00000 n -0000004435 00000 n -0000241047 00000 n -0001304861 00000 n -0000004488 00000 n -0000004540 00000 n -0000248005 00000 n -0001304782 00000 n -0000004598 00000 n -0000004658 00000 n -0000250503 00000 n -0001304703 00000 n -0000004716 00000 n -0000004801 00000 n -0000250565 00000 n -0001304625 00000 n -0000004854 00000 n -0000004895 00000 n -0000253168 00000 n -0001304532 00000 n -0000004942 00000 n -0000004978 00000 n -0000256146 00000 n -0001304398 00000 n -0000005025 00000 n -0000005060 00000 n -0000256208 00000 n -0001304319 00000 n -0000005112 00000 n -0000005150 00000 n -0000256270 00000 n -0001304226 00000 n -0000005202 00000 n -0000005237 00000 n -0000273691 00000 n -0001304133 00000 n -0000005289 00000 n -0000005323 00000 n -0000287370 00000 n -0001304040 00000 n -0000005375 00000 n -0000005400 00000 n -0000298411 00000 n -0001303947 00000 n -0000005452 00000 n -0000005494 00000 n -0000300541 00000 n -0001303854 00000 n -0000005546 00000 n -0000005589 00000 n -0000306285 00000 n -0001303761 00000 n -0000005641 00000 n -0000005681 00000 n -0000320663 00000 n -0001303668 00000 n -0000005733 00000 n -0000005788 00000 n -0000323116 00000 n -0001303575 00000 n -0000005840 00000 n -0000005901 00000 n -0000326152 00000 n -0001303443 00000 n -0000005954 00000 n -0000006008 00000 n -0000329318 00000 n -0001303364 00000 n -0000006066 00000 n -0000006111 00000 n -0000374496 00000 n -0001303285 00000 n -0000006169 00000 n -0000006256 00000 n -0000379954 00000 n -0001303192 00000 n -0000006309 00000 n -0000006384 00000 n -0000382911 00000 n -0001303099 00000 n -0000006437 00000 n -0000006482 00000 n -0000396932 00000 n -0001303006 00000 n -0000006535 00000 n -0000006594 00000 n -0000401055 00000 n -0001302913 00000 n -0000006647 00000 n -0000006698 00000 n -0000403636 00000 n -0001302820 00000 n -0000006751 00000 n -0000006794 00000 n -0000423564 00000 n -0001302727 00000 n -0000006847 00000 n -0000006875 00000 n -0000428736 00000 n -0001302634 00000 n -0000006928 00000 n -0000006984 00000 n -0000444768 00000 n -0001302555 00000 n -0000007037 00000 n -0000007083 00000 n -0000446809 00000 n -0001302461 00000 n -0000007130 00000 n -0000007174 00000 n -0000449491 00000 n -0001302328 00000 n -0000007221 00000 n -0000007256 00000 n -0000449554 00000 n -0001302249 00000 n -0000007308 00000 n -0000007395 00000 n -0000454207 00000 n -0001302156 00000 n -0000007447 00000 n -0000007499 00000 n -0000458241 00000 n -0001302063 00000 n -0000007551 00000 n -0000007632 00000 n -0000467454 00000 n -0001301970 00000 n -0000007684 00000 n -0000007777 00000 n -0000479195 00000 n -0001301891 00000 n -0000007829 00000 n -0000007882 00000 n -0000493602 00000 n -0001301797 00000 n -0000007929 00000 n -0000007997 00000 n -0000503264 00000 n -0001301663 00000 n -0000008044 00000 n -0000008085 00000 n -0000503327 00000 n -0001301584 00000 n -0000008137 00000 n -0000008171 00000 n -0000509686 00000 n -0001301491 00000 n -0000008223 00000 n -0000008263 00000 n -0000509749 00000 n -0001301398 00000 n -0000008315 00000 n -0000008352 00000 n -0000511017 00000 n -0001301305 00000 n -0000008404 00000 n -0000008440 00000 n -0000511080 00000 n -0001301212 00000 n -0000008492 00000 n -0000008530 00000 n -0000511143 00000 n -0001301119 00000 n -0000008582 00000 n -0000008619 00000 n -0000511206 00000 n -0001301026 00000 n -0000008671 00000 n -0000008708 00000 n -0000512695 00000 n -0001300933 00000 n -0000008760 00000 n -0000008796 00000 n -0000512758 00000 n -0001300840 00000 n -0000008848 00000 n -0000008886 00000 n -0000512820 00000 n -0001300747 00000 n -0000008939 00000 n -0000008976 00000 n -0000514022 00000 n -0001300654 00000 n -0000009029 00000 n -0000009066 00000 n -0000514085 00000 n -0001300575 00000 n -0000009119 00000 n -0000009157 00000 n -0000549439 00000 n -0001300495 00000 n -0000009205 00000 n -0000009230 00000 n -0000015417 00000 n -0000009282 00000 n -0000010206 00000 n -0000010873 00000 n -0000011724 00000 n -0000012806 00000 n -0000015764 00000 n -0000015947 00000 n -0000016098 00000 n -0000016255 00000 n -0000016412 00000 n -0000016572 00000 n -0000016729 00000 n -0000016889 00000 n -0000017050 00000 n -0000017209 00000 n -0000017365 00000 n -0000017517 00000 n -0000017674 00000 n -0000017830 00000 n -0000017987 00000 n -0000018144 00000 n -0000018301 00000 n -0000018458 00000 n -0000018614 00000 n -0000018771 00000 n -0000018928 00000 n -0000019086 00000 n -0000019244 00000 n -0000019396 00000 n -0000019553 00000 n -0000019710 00000 n -0000019869 00000 n -0000022655 00000 n -0000022816 00000 n -0000020216 00000 n -0000013913 00000 n -0000020030 00000 n -0000020092 00000 n -0001293088 00000 n -0001292902 00000 n -0001290732 00000 n -0001294950 00000 n -0001291620 00000 n -0000020154 00000 n -0001291248 00000 n -0001292735 00000 n -0001295283 00000 n -0000022973 00000 n -0000023130 00000 n -0000023290 00000 n -0000023451 00000 n -0000023607 00000 n -0000023764 00000 n -0000023918 00000 n -0000024074 00000 n -0000024234 00000 n -0000024395 00000 n -0000024551 00000 n -0000024709 00000 n -0000024871 00000 n -0000025029 00000 n -0000025186 00000 n -0000025348 00000 n -0000025510 00000 n -0000025672 00000 n -0000025834 00000 n -0000025992 00000 n -0000026154 00000 n -0000026479 00000 n -0000026637 00000 n -0000026789 00000 n -0000026941 00000 n -0000027098 00000 n -0000027255 00000 n -0000027412 00000 n -0000027568 00000 n -0000027725 00000 n -0000027881 00000 n -0000028038 00000 n -0000028192 00000 n -0000028349 00000 n -0000028506 00000 n -0000028668 00000 n -0000028992 00000 n -0000029150 00000 n -0000029308 00000 n -0000029465 00000 n -0000029623 00000 n -0000029781 00000 n -0000029939 00000 n -0000030097 00000 n -0000033252 00000 n -0000030317 00000 n -0000022140 00000 n -0000020366 00000 n -0000030255 00000 n -0000026316 00000 n -0000028829 00000 n -0000033400 00000 n -0000033552 00000 n -0000033709 00000 n -0000033865 00000 n -0000034022 00000 n -0000034334 00000 n -0000034491 00000 n -0000034643 00000 n -0000034793 00000 n -0000034950 00000 n -0000035107 00000 n -0000035264 00000 n -0000035421 00000 n -0000035578 00000 n -0000035735 00000 n -0000035892 00000 n -0000036049 00000 n -0000036206 00000 n -0000036364 00000 n -0000036522 00000 n -0000036680 00000 n -0000036833 00000 n -0000037491 00000 n -0000037648 00000 n -0000036985 00000 n -0000037156 00000 n -0000037334 00000 n -0000037989 00000 n -0000032889 00000 n -0000030402 00000 n -0000037805 00000 n -0000034179 00000 n -0001293647 00000 n -0001292177 00000 n -0001293833 00000 n -0001294764 00000 n -0001294206 00000 n -0001291992 00000 n -0000037927 00000 n -0001292362 00000 n -0001294392 00000 n -0001293274 00000 n -0000040715 00000 n -0000040866 00000 n +0000072612 00000 n +0001328095 00000 n +0000000840 00000 n +0000000898 00000 n +0000077106 00000 n +0001328022 00000 n +0000000949 00000 n +0000000983 00000 n +0000085559 00000 n +0001327894 00000 n +0000001029 00000 n +0000001078 00000 n +0000085620 00000 n +0001327820 00000 n +0000001129 00000 n +0000001163 00000 n +0000101920 00000 n +0001327696 00000 n +0000001214 00000 n +0000001258 00000 n +0000112367 00000 n +0001327622 00000 n +0000001314 00000 n +0000001340 00000 n +0000112428 00000 n +0001327535 00000 n +0000001396 00000 n +0000001426 00000 n +0000117238 00000 n +0001327461 00000 n +0000001482 00000 n +0000001528 00000 n +0000120823 00000 n +0001327374 00000 n +0000001579 00000 n +0000001610 00000 n +0000125142 00000 n +0001327250 00000 n +0000001661 00000 n +0000001705 00000 n +0000140592 00000 n +0001327176 00000 n +0000001761 00000 n +0000001816 00000 n +0000146958 00000 n +0001327102 00000 n +0000001872 00000 n +0000001944 00000 n +0000147019 00000 n +0001327015 00000 n +0000001995 00000 n +0000002069 00000 n +0000147079 00000 n +0001326928 00000 n +0000002120 00000 n +0000002164 00000 n +0000150328 00000 n +0001326841 00000 n +0000002215 00000 n +0000002268 00000 n +0000156156 00000 n +0001326713 00000 n +0000002319 00000 n +0000002360 00000 n +0000159035 00000 n +0001326635 00000 n +0000002417 00000 n +0000002492 00000 n +0000159097 00000 n +0001326557 00000 n +0000002549 00000 n +0000002574 00000 n +0000172603 00000 n +0001326466 00000 n +0000002626 00000 n +0000002669 00000 n +0000176109 00000 n +0001326335 00000 n +0000002722 00000 n +0000002750 00000 n +0000198610 00000 n +0001326270 00000 n +0000002808 00000 n +0000002863 00000 n +0000198672 00000 n +0001326178 00000 n +0000002916 00000 n +0000002971 00000 n +0000201497 00000 n +0001326047 00000 n +0000003024 00000 n +0000003059 00000 n +0000206688 00000 n +0001325968 00000 n +0000003117 00000 n +0000003148 00000 n +0000210634 00000 n +0001325875 00000 n +0000003206 00000 n +0000003242 00000 n +0000216091 00000 n +0001325782 00000 n +0000003300 00000 n +0000003353 00000 n +0000219500 00000 n +0001325689 00000 n +0000003411 00000 n +0000003450 00000 n +0000222092 00000 n +0001325596 00000 n +0000003508 00000 n +0000003564 00000 n +0000224863 00000 n +0001325517 00000 n +0000003622 00000 n +0000003658 00000 n +0000231141 00000 n +0001325386 00000 n +0000003711 00000 n +0000003763 00000 n +0000237265 00000 n +0001325307 00000 n +0000003821 00000 n +0000003881 00000 n +0000240243 00000 n +0001325228 00000 n +0000003939 00000 n +0000004024 00000 n +0000240305 00000 n +0001325150 00000 n +0000004077 00000 n +0000004118 00000 n +0000240367 00000 n +0001325057 00000 n +0000004165 00000 n +0000004201 00000 n +0000243068 00000 n +0001324923 00000 n +0000004248 00000 n +0000004294 00000 n +0000243129 00000 n +0001324844 00000 n +0000004346 00000 n +0000004384 00000 n +0000245831 00000 n +0001324751 00000 n +0000004436 00000 n +0000004471 00000 n +0000262833 00000 n +0001324658 00000 n +0000004523 00000 n +0000004557 00000 n +0000276369 00000 n +0001324565 00000 n +0000004609 00000 n +0000004634 00000 n +0000287347 00000 n +0001324472 00000 n +0000004686 00000 n +0000004728 00000 n +0000292204 00000 n +0001324379 00000 n +0000004780 00000 n +0000004823 00000 n +0000294826 00000 n +0001324286 00000 n +0000004875 00000 n +0000004915 00000 n +0000310860 00000 n +0001324193 00000 n +0000004967 00000 n +0000005022 00000 n +0000313889 00000 n +0001324100 00000 n +0000005074 00000 n +0000005135 00000 n +0000313951 00000 n +0001323968 00000 n +0000005188 00000 n +0000005242 00000 n +0000317031 00000 n +0001323889 00000 n +0000005300 00000 n +0000005345 00000 n +0000363842 00000 n +0001323810 00000 n +0000005403 00000 n +0000005490 00000 n +0000367905 00000 n +0001323717 00000 n +0000005543 00000 n +0000005618 00000 n +0000370680 00000 n +0001323624 00000 n +0000005671 00000 n +0000005716 00000 n +0000384663 00000 n +0001323531 00000 n +0000005769 00000 n +0000005828 00000 n +0000388867 00000 n +0001323438 00000 n +0000005881 00000 n +0000005932 00000 n +0000391153 00000 n +0001323345 00000 n +0000005985 00000 n +0000006028 00000 n +0000410839 00000 n +0001323252 00000 n +0000006081 00000 n +0000006109 00000 n +0000417987 00000 n +0001323159 00000 n +0000006162 00000 n +0000006218 00000 n +0000434344 00000 n +0001323080 00000 n +0000006271 00000 n +0000006317 00000 n +0000434407 00000 n +0001322986 00000 n +0000006364 00000 n +0000006408 00000 n +0000436839 00000 n +0001322853 00000 n +0000006455 00000 n +0000006490 00000 n +0000436902 00000 n +0001322774 00000 n +0000006542 00000 n +0000006629 00000 n +0000441619 00000 n +0001322681 00000 n +0000006681 00000 n +0000006733 00000 n +0000447803 00000 n +0001322588 00000 n +0000006785 00000 n +0000006866 00000 n +0000456826 00000 n +0001322495 00000 n +0000006918 00000 n +0000007005 00000 n +0000464358 00000 n +0001322402 00000 n +0000007057 00000 n +0000007150 00000 n +0000475872 00000 n +0001322309 00000 n +0000007202 00000 n +0000007301 00000 n +0000485967 00000 n +0001322230 00000 n +0000007353 00000 n +0000007406 00000 n +0000500464 00000 n +0001322136 00000 n +0000007453 00000 n +0000007521 00000 n +0000510126 00000 n +0001322002 00000 n +0000007568 00000 n +0000007609 00000 n +0000510189 00000 n +0001321923 00000 n +0000007661 00000 n +0000007695 00000 n +0000516541 00000 n +0001321830 00000 n +0000007747 00000 n +0000007787 00000 n +0000516604 00000 n +0001321737 00000 n +0000007839 00000 n +0000007876 00000 n +0000517873 00000 n +0001321644 00000 n +0000007928 00000 n +0000007964 00000 n +0000517936 00000 n +0001321551 00000 n +0000008016 00000 n +0000008054 00000 n +0000517999 00000 n +0001321458 00000 n +0000008106 00000 n +0000008143 00000 n +0000518062 00000 n +0001321365 00000 n +0000008195 00000 n +0000008232 00000 n +0000519550 00000 n +0001321272 00000 n +0000008284 00000 n +0000008320 00000 n +0000519613 00000 n +0001321179 00000 n +0000008372 00000 n +0000008410 00000 n +0000519675 00000 n +0001321086 00000 n +0000008463 00000 n +0000008500 00000 n +0000520875 00000 n +0001320993 00000 n +0000008553 00000 n +0000008590 00000 n +0000520938 00000 n +0001320914 00000 n +0000008643 00000 n +0000008681 00000 n +0000555801 00000 n +0001320834 00000 n +0000008729 00000 n +0000008754 00000 n +0000015056 00000 n +0000008806 00000 n +0000009730 00000 n +0000010397 00000 n +0000011248 00000 n +0000012330 00000 n +0000015411 00000 n +0000015594 00000 n +0000015745 00000 n +0000015902 00000 n +0000016059 00000 n +0000016219 00000 n +0000016376 00000 n +0000016536 00000 n +0000016697 00000 n +0000016856 00000 n +0000017017 00000 n +0000017172 00000 n +0000017324 00000 n +0000017480 00000 n +0000017637 00000 n +0000017796 00000 n +0000017956 00000 n +0000018117 00000 n +0000018273 00000 n +0000018430 00000 n +0000018591 00000 n +0000018752 00000 n +0000018909 00000 n +0000019066 00000 n +0000019223 00000 n +0000019379 00000 n +0000019540 00000 n +0000019701 00000 n +0000022422 00000 n +0000020044 00000 n +0000013437 00000 n +0000019858 00000 n +0000019920 00000 n +0001312976 00000 n +0001312790 00000 n +0001310620 00000 n +0001314838 00000 n +0001311508 00000 n +0000019982 00000 n +0001311136 00000 n +0001312623 00000 n +0001315171 00000 n +0000022580 00000 n +0000022742 00000 n +0000022900 00000 n +0000023056 00000 n +0000023218 00000 n +0000023379 00000 n +0000023541 00000 n +0000023700 00000 n +0000023862 00000 n +0000024023 00000 n +0000024181 00000 n +0000024342 00000 n +0000024667 00000 n +0000024825 00000 n +0000024977 00000 n +0000025128 00000 n +0000025285 00000 n +0000025442 00000 n +0000025599 00000 n +0000025756 00000 n +0000025913 00000 n +0000026070 00000 n +0000026227 00000 n +0000026384 00000 n +0000026541 00000 n +0000026699 00000 n +0000026861 00000 n +0000027186 00000 n +0000027343 00000 n +0000027501 00000 n +0000027657 00000 n +0000027815 00000 n +0000027970 00000 n +0000028128 00000 n +0000028285 00000 n +0000028443 00000 n +0000028595 00000 n +0000028747 00000 n +0000028904 00000 n +0000029060 00000 n +0000029217 00000 n +0000029374 00000 n +0000032823 00000 n +0000029748 00000 n +0000021923 00000 n +0000020194 00000 n +0000029686 00000 n +0000024504 00000 n +0000027023 00000 n +0000029531 00000 n +0000033134 00000 n +0000033291 00000 n +0000033442 00000 n +0000033592 00000 n +0000033746 00000 n +0000033903 00000 n +0000034059 00000 n +0000034216 00000 n +0000034372 00000 n +0000034529 00000 n +0000034686 00000 n +0000034843 00000 n +0000035000 00000 n +0000035158 00000 n +0000035316 00000 n +0000035474 00000 n +0000035627 00000 n +0000036458 00000 n +0000036615 00000 n +0000035781 00000 n +0000035954 00000 n +0000036123 00000 n +0000036301 00000 n +0000039941 00000 n +0000040093 00000 n +0000036956 00000 n +0000032492 00000 n +0000029833 00000 n +0000036772 00000 n +0000032980 00000 n +0001313535 00000 n +0001312065 00000 n +0001313721 00000 n +0001314652 00000 n +0001314094 00000 n +0001311880 00000 n +0000036894 00000 n +0001312250 00000 n +0001314280 00000 n +0001313162 00000 n +0000040245 00000 n +0000040396 00000 n +0000040548 00000 n +0000040704 00000 n +0000040861 00000 n 0000041018 00000 n -0000041170 00000 n -0000041322 00000 n -0000041474 00000 n -0000041631 00000 n -0000041788 00000 n -0000041945 00000 n -0000042286 00000 n -0000040512 00000 n -0000038204 00000 n -0000042101 00000 n -0001290896 00000 n -0001291434 00000 n -0001294578 00000 n -0000042224 00000 n -0000045061 00000 n -0000045409 00000 n -0000044922 00000 n -0000042449 00000 n -0000045223 00000 n -0000045285 00000 n -0000045347 00000 n -0000047629 00000 n -0000047324 00000 n -0000045546 00000 n -0000047443 00000 n -0000047505 00000 n -0000047567 00000 n -0000049788 00000 n -0000049483 00000 n -0000047766 00000 n -0000049602 00000 n -0000049664 00000 n -0000049726 00000 n -0001295401 00000 n -0000052041 00000 n -0000051860 00000 n -0000049925 00000 n -0000051979 00000 n -0000054741 00000 n -0000055020 00000 n -0000054602 00000 n -0000052165 00000 n -0000054898 00000 n -0000057398 00000 n -0000057548 00000 n -0000057874 00000 n +0000041172 00000 n +0000041568 00000 n +0000039738 00000 n +0000037171 00000 n +0000041383 00000 n +0001310784 00000 n +0001311322 00000 n +0001314466 00000 n +0000041506 00000 n +0000043914 00000 n +0000044262 00000 n +0000043775 00000 n +0000041731 00000 n +0000044076 00000 n +0000044138 00000 n +0000044200 00000 n +0000046666 00000 n +0000046362 00000 n +0000044399 00000 n +0000046481 00000 n +0000046543 00000 n +0000046605 00000 n +0000048835 00000 n +0000048530 00000 n +0000046803 00000 n +0000048649 00000 n +0000048711 00000 n +0000048773 00000 n +0001315289 00000 n +0000051117 00000 n +0000050936 00000 n +0000048972 00000 n +0000051055 00000 n +0000054164 00000 n +0000054505 00000 n +0000054025 00000 n +0000051241 00000 n +0000054321 00000 n +0000056736 00000 n +0000056884 00000 n +0000057089 00000 n +0000062107 00000 n +0000057313 00000 n +0000056581 00000 n +0000054655 00000 n 0000057251 00000 n -0000055157 00000 n -0000057751 00000 n -0000059099 00000 n -0000059161 00000 n -0000058918 00000 n -0000058011 00000 n -0000059037 00000 n -0000062614 00000 n -0000062776 00000 n -0000062938 00000 n -0000063099 00000 n -0000063277 00000 n -0000063439 00000 n -0000063601 00000 n -0000063874 00000 n -0000062427 00000 n -0000059272 00000 n -0000063751 00000 n -0000066821 00000 n -0000067005 00000 n -0000066640 00000 n -0000064011 00000 n -0000066759 00000 n -0001295519 00000 n -0000070284 00000 n -0000070556 00000 n -0000070145 00000 n -0000067168 00000 n -0000070433 00000 n -0000073677 00000 n -0000073827 00000 n -0000074226 00000 n -0000074973 00000 n -0000073506 00000 n -0000070706 00000 n -0000074666 00000 n -0000074026 00000 n -0000074446 00000 n -0000074789 00000 n -0000074850 00000 n -0000074911 00000 n -0000077718 00000 n -0000077880 00000 n -0000081608 00000 n -0000081765 00000 n -0000081922 00000 n -0000078636 00000 n -0000077563 00000 n -0000075123 00000 n -0000078203 00000 n -0000078265 00000 n -0000078327 00000 n -0000078042 00000 n -0000078389 00000 n -0000078451 00000 n -0000078513 00000 n -0000078575 00000 n -0000082236 00000 n -0000082590 00000 n -0000082744 00000 n -0000082895 00000 n -0000083360 00000 n -0000081405 00000 n -0000078773 00000 n -0000083052 00000 n -0000082079 00000 n -0000083114 00000 n -0000083176 00000 n -0000082413 00000 n -0000083298 00000 n -0000085192 00000 n -0000085531 00000 n -0000085053 00000 n -0000083549 00000 n -0000085348 00000 n -0000088139 00000 n -0000088455 00000 n -0000091620 00000 n -0000088674 00000 n -0000087984 00000 n -0000085668 00000 n -0000088612 00000 n -0000088297 00000 n -0001295637 00000 n -0000091777 00000 n -0000092117 00000 n -0000091473 00000 n -0000088824 00000 n -0000091933 00000 n -0000093939 00000 n -0000094097 00000 n -0000094377 00000 n -0000093792 00000 n -0000092280 00000 n -0000094254 00000 n -0000096694 00000 n -0000097040 00000 n -0000096555 00000 n -0000094501 00000 n -0000096856 00000 n -0000099317 00000 n -0000098953 00000 n -0000097164 00000 n -0000099072 00000 n -0000101658 00000 n -0000101937 00000 n -0000101519 00000 n -0000099467 00000 n -0000101814 00000 n -0000104970 00000 n -0000105128 00000 n -0000105528 00000 n -0000104823 00000 n -0000102074 00000 n -0000105282 00000 n -0000105466 00000 n -0001295755 00000 n -0000108198 00000 n -0000108474 00000 n -0000108059 00000 n +0000058525 00000 n +0000058587 00000 n +0000058344 00000 n +0000057437 00000 n +0000058463 00000 n +0000062269 00000 n +0000062430 00000 n +0000062608 00000 n +0000062770 00000 n +0000062932 00000 n +0000063204 00000 n +0000061928 00000 n +0000058698 00000 n +0000063081 00000 n +0000066077 00000 n +0000066261 00000 n +0000065896 00000 n +0000063341 00000 n +0000066015 00000 n +0001315407 00000 n +0000069314 00000 n +0000069587 00000 n +0000069175 00000 n +0000066411 00000 n +0000069464 00000 n +0000072400 00000 n +0000075722 00000 n +0000072673 00000 n +0000072261 00000 n +0000069737 00000 n +0000072550 00000 n +0000076120 00000 n +0000076559 00000 n +0000076721 00000 n +0000077477 00000 n +0000075535 00000 n +0000072823 00000 n +0000077044 00000 n +0000075922 00000 n +0000076339 00000 n +0000077167 00000 n +0000077229 00000 n +0000077291 00000 n +0000077353 00000 n +0000077415 00000 n +0000076883 00000 n +0000080185 00000 n +0000080342 00000 n +0000080499 00000 n +0000080811 00000 n +0000084617 00000 n +0000084971 00000 n +0000081277 00000 n +0000080014 00000 n +0000077627 00000 n +0000080967 00000 n +0000081029 00000 n +0000081091 00000 n +0000081153 00000 n +0000081215 00000 n +0000080656 00000 n +0000085125 00000 n +0000085279 00000 n +0000085805 00000 n +0000084446 00000 n +0000081427 00000 n +0000085435 00000 n +0000085497 00000 n +0000084794 00000 n +0000085681 00000 n +0000085743 00000 n +0000088588 00000 n +0000092157 00000 n +0000088864 00000 n +0000088449 00000 n +0000086059 00000 n +0000088741 00000 n +0000088803 00000 n +0001315525 00000 n +0000092315 00000 n +0000092472 00000 n +0000092629 00000 n +0000092910 00000 n +0000091994 00000 n +0000089066 00000 n +0000092786 00000 n +0000092848 00000 n +0000095935 00000 n +0000096093 00000 n +0000096250 00000 n +0000096407 00000 n +0000096564 00000 n +0000096722 00000 n +0000097038 00000 n +0000097262 00000 n +0000095740 00000 n +0000093060 00000 n +0000097200 00000 n +0000096880 00000 n +0000100920 00000 n +0000101073 00000 n +0000101230 00000 n +0000101544 00000 n +0000101701 00000 n +0000102043 00000 n +0000100741 00000 n +0000097425 00000 n +0000101858 00000 n +0000101387 00000 n +0000101981 00000 n +0000105388 00000 n +0000105545 00000 n 0000105769 00000 n -0000108351 00000 n -0000108413 00000 n -0000111623 00000 n -0000111781 00000 n -0000115135 00000 n -0000115292 00000 n -0000112062 00000 n -0000111476 00000 n -0000108676 00000 n -0000111938 00000 n -0000112000 00000 n -0000115449 00000 n -0000115607 00000 n -0000115764 00000 n -0000115921 00000 n -0000116077 00000 n -0000116235 00000 n -0000120274 00000 n -0000116611 00000 n -0000114932 00000 n -0000112212 00000 n -0000116549 00000 n -0000116391 00000 n -0000120436 00000 n -0000120589 00000 n -0000120746 00000 n -0000121060 00000 n -0000121217 00000 n -0000121559 00000 n -0000120087 00000 n -0000116774 00000 n -0000121374 00000 n -0000120903 00000 n -0000121497 00000 n -0000124905 00000 n -0000125062 00000 n -0000125286 00000 n -0000124758 00000 n -0000121774 00000 n -0000125224 00000 n -0000128409 00000 n -0000128627 00000 n -0000128270 00000 n -0000125436 00000 n -0000128565 00000 n -0001295873 00000 n -0000131666 00000 n -0000132070 00000 n -0000131527 00000 n -0000128764 00000 n -0000131822 00000 n -0000132008 00000 n -0000134253 00000 n -0000134010 00000 n -0000132207 00000 n -0000134129 00000 n -0000134191 00000 n -0000136365 00000 n -0000139600 00000 n -0000136647 00000 n -0000136226 00000 n -0000134377 00000 n -0000136523 00000 n -0000139754 00000 n +0000105241 00000 n +0000102258 00000 n +0000105707 00000 n +0000108892 00000 n +0000109110 00000 n +0000108753 00000 n +0000105919 00000 n +0000109048 00000 n +0000112149 00000 n +0000112551 00000 n +0000112010 00000 n +0000109247 00000 n +0000112305 00000 n +0000112489 00000 n +0001315643 00000 n +0000114734 00000 n +0000114491 00000 n +0000112688 00000 n +0000114610 00000 n +0000114672 00000 n +0000117019 00000 n +0000120293 00000 n +0000117298 00000 n +0000116880 00000 n +0000114858 00000 n +0000117176 00000 n +0000120447 00000 n +0000120604 00000 n +0000120946 00000 n +0000120138 00000 n +0000117448 00000 n +0000120761 00000 n +0000120884 00000 n +0000124608 00000 n +0000124765 00000 n +0000124922 00000 n +0000125203 00000 n +0000124453 00000 n +0000121161 00000 n +0000125080 00000 n +0000128086 00000 n +0000128236 00000 n +0000128393 00000 n +0000128666 00000 n +0000127931 00000 n +0000125366 00000 n +0000128543 00000 n +0000128605 00000 n +0000131426 00000 n +0000131741 00000 n +0000131898 00000 n +0000132121 00000 n +0000131263 00000 n +0000128816 00000 n +0000132059 00000 n +0000131584 00000 n +0001315761 00000 n +0000134350 00000 n +0000134574 00000 n +0000134211 00000 n +0000132271 00000 n +0000134512 00000 n +0000136584 00000 n +0000136735 00000 n +0000136947 00000 n +0000136437 00000 n +0000134711 00000 n +0000136885 00000 n +0000140066 00000 n +0000140217 00000 n +0000140653 00000 n 0000139911 00000 n -0000140253 00000 n -0000139445 00000 n -0000136797 00000 n -0000140068 00000 n -0000140191 00000 n -0000143647 00000 n -0000143804 00000 n -0000143961 00000 n -0000144243 00000 n -0000143492 00000 n -0000140468 00000 n -0000144119 00000 n -0000147171 00000 n -0000147320 00000 n -0000147476 00000 n -0000147749 00000 n -0000147016 00000 n -0000144393 00000 n -0000147626 00000 n -0000147688 00000 n -0001295991 00000 n -0000150707 00000 n -0000151021 00000 n -0000151178 00000 n -0000151402 00000 n -0000150544 00000 n -0000147912 00000 n -0000151340 00000 n -0000150864 00000 n -0000153596 00000 n -0000153820 00000 n -0000153457 00000 n -0000151552 00000 n -0000153758 00000 n -0000155830 00000 n -0000155981 00000 n -0000156193 00000 n -0000155683 00000 n -0000153957 00000 n -0000156131 00000 n -0000159311 00000 n -0000159462 00000 n -0000159899 00000 n -0000159156 00000 n -0000156330 00000 n -0000159775 00000 n -0000159619 00000 n -0000162930 00000 n -0000163084 00000 n -0000163355 00000 n -0000162783 00000 n -0000160049 00000 n -0000163235 00000 n -0001290568 00000 n -0000163297 00000 n -0000166399 00000 n -0000165971 00000 n -0000163570 00000 n -0000166090 00000 n -0000166337 00000 n -0001296109 00000 n -0000168869 00000 n -0000169026 00000 n -0000169183 00000 n -0000169587 00000 n -0000168714 00000 n -0000166562 00000 n -0000169340 00000 n -0000169402 00000 n -0000169464 00000 n -0000171417 00000 n -0000171236 00000 n -0000169737 00000 n -0000171355 00000 n -0000174502 00000 n -0000174658 00000 n -0000174815 00000 n -0000174978 00000 n -0000175135 00000 n -0000175415 00000 n -0000174331 00000 n -0000171554 00000 n -0000175292 00000 n -0000181604 00000 n -0000178358 00000 n -0000178053 00000 n -0000175604 00000 n -0000178172 00000 n -0000181885 00000 n -0000181465 00000 n -0000178495 00000 n -0000181761 00000 n -0000181823 00000 n -0000184874 00000 n -0000184631 00000 n -0000182048 00000 n -0000184750 00000 n -0000184812 00000 n -0001296227 00000 n -0000187393 00000 n -0000187701 00000 n -0000187547 00000 n -0000187857 00000 n -0000188200 00000 n -0000187230 00000 n -0000185024 00000 n -0000188014 00000 n -0000188076 00000 n -0000188138 00000 n -0000191331 00000 n -0000191488 00000 n -0000194733 00000 n -0000191830 00000 n -0000191184 00000 n -0000188376 00000 n -0000191645 00000 n -0000191707 00000 n -0000194890 00000 n -0000195052 00000 n -0000195337 00000 n -0000194578 00000 n -0000191993 00000 n -0000195213 00000 n -0000198432 00000 n -0000198582 00000 n -0000198921 00000 n -0000198285 00000 n -0000195500 00000 n -0000198737 00000 n -0000198799 00000 n -0000198859 00000 n -0000201784 00000 n -0000202007 00000 n -0000201645 00000 n -0000199136 00000 n -0000201945 00000 n -0000204689 00000 n -0000204508 00000 n -0000202170 00000 n -0000204627 00000 n -0001296345 00000 n -0000207393 00000 n -0000210817 00000 n -0000207859 00000 n -0000207246 00000 n -0000204839 00000 n -0000207797 00000 n -0000207595 00000 n -0001291806 00000 n -0000210972 00000 n -0000211250 00000 n -0000210670 00000 n -0000208035 00000 n -0000211126 00000 n -0000211188 00000 n -0000213497 00000 n -0000213770 00000 n -0000213358 00000 n -0000211452 00000 n -0000213646 00000 n -0000213708 00000 n -0000217411 00000 n -0000217565 00000 n -0000217962 00000 n -0000217264 00000 n -0000213920 00000 n -0000217714 00000 n -0000217900 00000 n -0000220627 00000 n -0000220415 00000 n -0000225683 00000 n -0000220750 00000 n -0000220276 00000 n -0000218164 00000 n -0000220565 00000 n -0000222193 00000 n -0000222255 00000 n -0000222012 00000 n -0000220926 00000 n -0000222131 00000 n -0001295136 00000 n -0001296463 00000 n -0000226024 00000 n -0000225544 00000 n -0000222379 00000 n -0000225838 00000 n -0000225962 00000 n -0000229429 00000 n -0000229769 00000 n -0000229290 00000 n -0000226200 00000 n -0000229584 00000 n -0000229707 00000 n -0000234884 00000 n -0000232154 00000 n -0000231973 00000 n -0000229945 00000 n -0000232092 00000 n -0000235225 00000 n -0000234745 00000 n -0000232265 00000 n -0000235039 00000 n -0000235163 00000 n -0000238285 00000 n -0000238042 00000 n -0000235388 00000 n -0000238161 00000 n -0000241107 00000 n -0000240866 00000 n -0000238409 00000 n -0000240985 00000 n -0001296581 00000 n -0000244278 00000 n -0000244496 00000 n -0000244139 00000 n -0000241270 00000 n -0000244434 00000 n -0000247786 00000 n -0000248067 00000 n -0000247647 00000 n -0000244633 00000 n -0000247943 00000 n -0000250627 00000 n -0000250322 00000 n -0000248217 00000 n -0000250441 00000 n -0000252954 00000 n -0000253230 00000 n -0000252815 00000 n -0000250764 00000 n -0000253106 00000 n -0000255929 00000 n -0000256394 00000 n -0000255790 00000 n -0000253380 00000 n -0000256084 00000 n -0000256332 00000 n -0000258593 00000 n -0000258750 00000 n -0000258971 00000 n -0000258444 00000 n -0000256622 00000 n -0000258908 00000 n -0001296699 00000 n -0000261335 00000 n -0000261148 00000 n -0000259095 00000 n -0000261271 00000 n -0000264412 00000 n -0000264570 00000 n -0000264729 00000 n -0000264950 00000 n -0000264250 00000 n -0000261460 00000 n -0000264886 00000 n -0000267093 00000 n -0000266906 00000 n -0000265075 00000 n -0000267029 00000 n -0000269037 00000 n -0000268850 00000 n -0000267218 00000 n -0000268973 00000 n -0000271386 00000 n -0000271199 00000 n -0000269162 00000 n -0000271322 00000 n -0000273754 00000 n -0000273504 00000 n -0000271537 00000 n -0000273627 00000 n -0001296823 00000 n -0000275639 00000 n -0000275452 00000 n -0000273918 00000 n -0000275575 00000 n -0000277712 00000 n -0000277525 00000 n -0000275764 00000 n -0000277648 00000 n -0000280353 00000 n -0000280166 00000 n -0000277837 00000 n -0000280289 00000 n -0000283142 00000 n -0000282955 00000 n -0000280491 00000 n -0000283078 00000 n -0000285190 00000 n -0000285003 00000 n -0000283267 00000 n -0000285126 00000 n -0000287433 00000 n -0000287183 00000 n -0000285315 00000 n -0000287306 00000 n -0001296948 00000 n -0000289023 00000 n -0000288836 00000 n -0000287558 00000 n -0000288959 00000 n -0000290815 00000 n -0000290628 00000 n -0000289161 00000 n -0000290751 00000 n -0000292455 00000 n -0000292268 00000 n -0000290953 00000 n -0000292391 00000 n -0000294416 00000 n -0000294229 00000 n -0000292567 00000 n -0000294352 00000 n -0000296377 00000 n -0000296190 00000 n -0000294567 00000 n -0000296313 00000 n -0000298474 00000 n -0000298224 00000 n -0000296502 00000 n -0000298347 00000 n -0001297073 00000 n -0000300604 00000 n -0000300354 00000 n -0000298625 00000 n -0000300477 00000 n -0000303319 00000 n -0000303132 00000 n -0000300755 00000 n -0000303255 00000 n -0000306348 00000 n -0000306098 00000 n -0000303457 00000 n -0000306221 00000 n -0000308889 00000 n -0000308702 00000 n -0000306486 00000 n -0000308825 00000 n -0000311126 00000 n -0000310939 00000 n -0000309040 00000 n -0000311062 00000 n -0000313072 00000 n -0000312885 00000 n -0000311277 00000 n -0000313008 00000 n -0001297198 00000 n -0000315081 00000 n -0000314894 00000 n -0000313210 00000 n -0000315017 00000 n -0000316789 00000 n -0000316602 00000 n -0000315232 00000 n -0000316725 00000 n -0000318679 00000 n -0000318492 00000 n -0000316901 00000 n -0000318615 00000 n -0000320726 00000 n -0000320476 00000 n -0000318817 00000 n -0000320599 00000 n -0000322897 00000 n -0000323242 00000 n -0000322753 00000 n -0000320877 00000 n -0000323052 00000 n -0000323179 00000 n -0000326215 00000 n -0000325965 00000 n -0000323432 00000 n -0000326088 00000 n -0001297323 00000 n -0000329381 00000 n -0000329131 00000 n -0000326379 00000 n -0000329254 00000 n -0000331509 00000 n -0000331322 00000 n -0000329545 00000 n -0000331445 00000 n -0000333078 00000 n -0000332891 00000 n -0000331647 00000 n -0000333014 00000 n -0000334539 00000 n -0000334352 00000 n -0000333190 00000 n -0000334475 00000 n -0000335861 00000 n -0000335674 00000 n -0000334651 00000 n -0000335797 00000 n -0000337154 00000 n -0000336967 00000 n -0000335973 00000 n -0000337090 00000 n -0001297448 00000 n -0000338373 00000 n -0000338186 00000 n -0000337266 00000 n -0000338309 00000 n -0000339915 00000 n -0000339728 00000 n -0000338485 00000 n -0000339851 00000 n -0000341633 00000 n -0000341446 00000 n -0000340027 00000 n -0000341569 00000 n -0000343951 00000 n -0000343764 00000 n -0000341745 00000 n -0000343887 00000 n -0000345923 00000 n -0000345736 00000 n -0000344102 00000 n -0000345859 00000 n -0000347777 00000 n -0000347590 00000 n -0000346048 00000 n -0000347713 00000 n -0001297573 00000 n -0000349690 00000 n -0000349503 00000 n -0000347902 00000 n +0000137084 00000 n +0000140530 00000 n +0000140374 00000 n +0000143736 00000 n +0000143890 00000 n +0000144161 00000 n +0000143589 00000 n +0000140803 00000 n +0000144041 00000 n +0001310456 00000 n +0000144103 00000 n +0000147202 00000 n +0000146777 00000 n +0000144376 00000 n +0000146896 00000 n +0000147140 00000 n +0000149671 00000 n +0000149828 00000 n +0000149985 00000 n +0000150388 00000 n +0000149516 00000 n +0000147365 00000 n +0000150142 00000 n +0000150204 00000 n +0000150266 00000 n +0001315879 00000 n +0000152218 00000 n +0000152037 00000 n +0000150538 00000 n +0000152156 00000 n +0000155304 00000 n +0000155460 00000 n +0000155617 00000 n +0000155780 00000 n +0000155937 00000 n +0000156216 00000 n +0000155133 00000 n +0000152355 00000 n +0000156094 00000 n +0000162405 00000 n +0000159159 00000 n +0000158854 00000 n +0000156405 00000 n +0000158973 00000 n +0000162686 00000 n +0000162266 00000 n +0000159296 00000 n +0000162562 00000 n +0000162624 00000 n +0000165675 00000 n +0000165432 00000 n +0000162849 00000 n +0000165551 00000 n +0000165613 00000 n +0000168194 00000 n +0000168502 00000 n +0000168348 00000 n +0000168658 00000 n +0000169001 00000 n +0000168031 00000 n +0000165825 00000 n +0000168815 00000 n +0000168877 00000 n +0000168939 00000 n +0001315997 00000 n +0000172166 00000 n +0000172323 00000 n +0000175567 00000 n +0000172665 00000 n +0000172019 00000 n +0000169177 00000 n +0000172480 00000 n +0000172542 00000 n +0000175724 00000 n +0000175886 00000 n +0000176171 00000 n +0000175412 00000 n +0000172828 00000 n +0000176047 00000 n +0000179266 00000 n +0000179416 00000 n +0000179755 00000 n +0000179119 00000 n +0000176334 00000 n +0000179571 00000 n +0000179633 00000 n +0000179693 00000 n +0000182617 00000 n +0000182840 00000 n +0000182478 00000 n +0000179970 00000 n +0000182778 00000 n +0000185521 00000 n +0000185340 00000 n +0000183003 00000 n +0000185459 00000 n +0000188225 00000 n +0000191651 00000 n +0000188691 00000 n +0000188078 00000 n +0000185671 00000 n +0000188629 00000 n +0000188427 00000 n +0001311694 00000 n +0001316115 00000 n +0000191806 00000 n +0000192084 00000 n +0000191504 00000 n +0000188867 00000 n +0000191960 00000 n +0000192022 00000 n +0000194332 00000 n +0000194605 00000 n +0000194193 00000 n +0000192286 00000 n +0000194481 00000 n +0000194543 00000 n +0000198245 00000 n +0000198399 00000 n +0000198796 00000 n +0000198098 00000 n +0000194755 00000 n +0000198548 00000 n +0000198734 00000 n +0000201435 00000 n +0000201223 00000 n +0000201558 00000 n +0000201084 00000 n +0000198998 00000 n +0000201373 00000 n +0000203004 00000 n +0000203066 00000 n +0000202823 00000 n +0000201734 00000 n +0000202942 00000 n +0001315024 00000 n +0000206472 00000 n +0000206812 00000 n +0000206333 00000 n +0000203190 00000 n +0000206626 00000 n +0000206750 00000 n +0001316233 00000 n +0000210254 00000 n +0000210409 00000 n +0000210757 00000 n +0000210107 00000 n +0000206988 00000 n +0000210572 00000 n +0000210696 00000 n +0000213307 00000 n +0000213126 00000 n +0000210933 00000 n +0000213245 00000 n +0000216153 00000 n +0000215910 00000 n +0000213418 00000 n +0000216029 00000 n +0000219120 00000 n +0000219275 00000 n +0000219624 00000 n +0000218973 00000 n +0000216277 00000 n +0000219438 00000 n +0000219562 00000 n +0000222154 00000 n +0000221911 00000 n +0000219787 00000 n +0000222030 00000 n +0000224925 00000 n +0000224682 00000 n +0000222278 00000 n +0000224801 00000 n +0001316351 00000 n +0000227977 00000 n +0000227796 00000 n +0000225036 00000 n +0000227915 00000 n +0000230923 00000 n +0000231203 00000 n +0000230784 00000 n +0000228127 00000 n +0000231079 00000 n +0000234466 00000 n +0000234285 00000 n +0000231366 00000 n +0000234404 00000 n +0000237045 00000 n +0000237327 00000 n +0000236906 00000 n +0000234603 00000 n +0000237203 00000 n +0000240029 00000 n +0000240429 00000 n +0000239890 00000 n +0000237477 00000 n +0000240181 00000 n +0000242851 00000 n +0000243253 00000 n +0000242712 00000 n +0000240605 00000 n +0000243006 00000 n +0000243191 00000 n +0001316469 00000 n +0000245893 00000 n +0000245650 00000 n +0000243481 00000 n +0000245769 00000 n +0000248324 00000 n +0000248482 00000 n +0000248701 00000 n +0000248177 00000 n +0000246030 00000 n +0000248639 00000 n +0000251048 00000 n +0000251267 00000 n +0000250909 00000 n +0000248825 00000 n +0000251205 00000 n +0000254085 00000 n +0000254243 00000 n +0000254462 00000 n +0000253938 00000 n +0000251391 00000 n +0000254400 00000 n +0000256536 00000 n +0000256355 00000 n +0000254586 00000 n +0000256474 00000 n +0000258475 00000 n +0000258294 00000 n +0000256660 00000 n +0000258413 00000 n +0001316587 00000 n +0000260407 00000 n +0000260226 00000 n +0000258599 00000 n +0000260345 00000 n +0000262895 00000 n +0000262652 00000 n +0000260531 00000 n +0000262771 00000 n +0000264668 00000 n +0000264487 00000 n +0000263058 00000 n +0000264606 00000 n +0000266680 00000 n +0000266499 00000 n +0000264792 00000 n +0000266618 00000 n +0000269355 00000 n +0000269174 00000 n +0000266804 00000 n +0000269293 00000 n +0000271821 00000 n +0000271640 00000 n +0000269492 00000 n +0000271759 00000 n +0001316705 00000 n +0000274176 00000 n +0000273995 00000 n +0000271945 00000 n +0000274114 00000 n +0000276431 00000 n +0000276188 00000 n +0000274300 00000 n +0000276307 00000 n +0000277986 00000 n +0000277805 00000 n +0000276555 00000 n +0000277924 00000 n +0000279739 00000 n +0000279553 00000 n +0000278097 00000 n +0000279675 00000 n +0000281249 00000 n +0000281063 00000 n +0000279877 00000 n +0000281185 00000 n +0000283285 00000 n +0000283098 00000 n +0000281361 00000 n +0000283221 00000 n +0001316825 00000 n +0000285289 00000 n +0000285102 00000 n +0000283423 00000 n +0000285225 00000 n +0000287410 00000 n +0000287160 00000 n +0000285414 00000 n +0000287283 00000 n +0000289464 00000 n +0000289277 00000 n +0000287561 00000 n +0000289400 00000 n +0000292267 00000 n +0000292017 00000 n +0000289602 00000 n +0000292140 00000 n +0000294889 00000 n +0000294639 00000 n +0000292418 00000 n +0000294762 00000 n +0000297555 00000 n +0000297368 00000 n +0000295027 00000 n +0000297491 00000 n +0001316950 00000 n +0000299930 00000 n +0000299743 00000 n +0000297706 00000 n +0000299866 00000 n +0000301712 00000 n +0000301525 00000 n +0000300055 00000 n +0000301648 00000 n +0000303737 00000 n +0000303550 00000 n +0000301863 00000 n +0000303673 00000 n +0000305589 00000 n +0000305402 00000 n +0000303875 00000 n +0000305525 00000 n +0000307537 00000 n +0000307350 00000 n +0000305714 00000 n +0000307473 00000 n +0000309064 00000 n +0000308877 00000 n +0000307675 00000 n +0000309000 00000 n +0001317075 00000 n +0000310923 00000 n +0000310673 00000 n +0000309176 00000 n +0000310796 00000 n +0000313669 00000 n +0000314078 00000 n +0000313525 00000 n +0000311074 00000 n +0000313825 00000 n +0000314014 00000 n +0000317094 00000 n +0000316844 00000 n +0000314268 00000 n +0000316967 00000 n +0000319559 00000 n +0000319372 00000 n +0000317258 00000 n +0000319495 00000 n +0000321502 00000 n +0000321315 00000 n +0000319710 00000 n +0000321438 00000 n +0000323010 00000 n +0000322823 00000 n +0000321614 00000 n +0000322946 00000 n +0001317200 00000 n +0000324332 00000 n +0000324145 00000 n +0000323122 00000 n +0000324268 00000 n +0000325621 00000 n +0000325434 00000 n +0000324444 00000 n +0000325557 00000 n +0000326859 00000 n +0000326672 00000 n +0000325733 00000 n +0000326795 00000 n +0000328116 00000 n +0000327929 00000 n +0000326971 00000 n +0000328052 00000 n +0000329866 00000 n +0000329679 00000 n +0000328228 00000 n +0000329802 00000 n +0000331987 00000 n +0000331800 00000 n +0000329978 00000 n +0000331923 00000 n +0001317325 00000 n +0000333963 00000 n +0000333776 00000 n +0000332138 00000 n +0000333899 00000 n +0000335785 00000 n +0000335598 00000 n +0000334088 00000 n +0000335721 00000 n +0000337612 00000 n +0000337425 00000 n +0000335910 00000 n +0000337548 00000 n +0000339655 00000 n +0000339468 00000 n +0000337737 00000 n +0000339591 00000 n +0000341437 00000 n +0000341250 00000 n +0000339780 00000 n +0000341373 00000 n +0000343272 00000 n +0000343085 00000 n +0000341562 00000 n +0000343208 00000 n +0001317450 00000 n +0000344868 00000 n +0000344681 00000 n +0000343423 00000 n +0000344804 00000 n +0000346422 00000 n +0000346235 00000 n +0000344993 00000 n +0000346358 00000 n +0000348029 00000 n +0000347842 00000 n +0000346547 00000 n +0000347965 00000 n +0000349514 00000 n +0000349327 00000 n +0000348154 00000 n +0000349450 00000 n +0000351092 00000 n +0000350905 00000 n 0000349626 00000 n -0000351642 00000 n -0000351455 00000 n -0000349815 00000 n -0000351578 00000 n -0000353582 00000 n -0000353395 00000 n -0000351767 00000 n -0000353518 00000 n -0000355417 00000 n -0000355230 00000 n -0000353733 00000 n -0000355353 00000 n -0000357014 00000 n -0000356827 00000 n -0000355542 00000 n -0000356950 00000 n -0000358496 00000 n -0000358309 00000 n -0000357139 00000 n -0000358432 00000 n -0001297698 00000 n -0000360031 00000 n -0000359844 00000 n -0000358608 00000 n -0000359967 00000 n -0000361614 00000 n -0000361427 00000 n -0000360156 00000 n -0000361550 00000 n -0000363242 00000 n -0000363055 00000 n -0000361739 00000 n -0000363178 00000 n -0000364716 00000 n -0000364529 00000 n -0000363367 00000 n -0000364652 00000 n -0000366257 00000 n -0000366070 00000 n -0000364828 00000 n -0000366193 00000 n -0000367877 00000 n -0000367690 00000 n -0000366382 00000 n -0000367813 00000 n -0001297823 00000 n -0000369371 00000 n -0000369184 00000 n -0000368002 00000 n -0000369307 00000 n -0000370955 00000 n -0000370768 00000 n -0000369483 00000 n -0000370891 00000 n -0000372547 00000 n -0000372360 00000 n -0000371080 00000 n -0000372483 00000 n -0000374559 00000 n -0000374309 00000 n -0000372672 00000 n -0000374432 00000 n -0000376253 00000 n -0000376066 00000 n -0000374697 00000 n -0000376189 00000 n -0000377810 00000 n -0000377623 00000 n -0000376378 00000 n -0000377746 00000 n -0001297948 00000 n -0000380017 00000 n -0000379767 00000 n -0000377922 00000 n -0000379890 00000 n -0000382974 00000 n -0000382724 00000 n -0000380181 00000 n -0000382847 00000 n -0000384987 00000 n -0000384800 00000 n -0000383112 00000 n -0000384923 00000 n -0000386762 00000 n -0000386575 00000 n -0000385112 00000 n -0000386698 00000 n -0000388700 00000 n -0000388513 00000 n -0000386874 00000 n -0000388636 00000 n -0000390366 00000 n -0000390179 00000 n -0000388812 00000 n -0000390302 00000 n -0001298073 00000 n -0000391960 00000 n -0000391773 00000 n -0000390478 00000 n -0000391896 00000 n -0000394516 00000 n -0000394329 00000 n -0000392072 00000 n -0000394452 00000 n -0000396995 00000 n -0000396745 00000 n -0000394654 00000 n -0000396868 00000 n -0000398974 00000 n -0000398787 00000 n -0000397159 00000 n -0000398910 00000 n -0000401118 00000 n -0000400868 00000 n -0000399086 00000 n -0000400991 00000 n -0000403699 00000 n -0000403449 00000 n -0000401269 00000 n -0000403572 00000 n -0001298198 00000 n -0000405652 00000 n -0000405465 00000 n -0000403863 00000 n -0000405588 00000 n -0000408002 00000 n -0000407815 00000 n -0000405764 00000 n -0000407938 00000 n -0000410650 00000 n -0000410463 00000 n -0000408127 00000 n -0000410586 00000 n -0000413895 00000 n -0000413708 00000 n -0000410801 00000 n -0000413831 00000 n -0000416812 00000 n -0000417034 00000 n -0000416668 00000 n -0000414046 00000 n -0000416970 00000 n -0000418953 00000 n -0000418766 00000 n -0000417185 00000 n -0000418889 00000 n -0001298323 00000 n -0000420303 00000 n -0000420116 00000 n -0000419078 00000 n -0000420239 00000 n -0000423627 00000 n -0000423377 00000 n -0000420402 00000 n -0000423500 00000 n -0000425670 00000 n -0000425483 00000 n -0000423791 00000 n -0000425606 00000 n -0000426985 00000 n -0000426798 00000 n -0000425808 00000 n -0000426921 00000 n -0000428799 00000 n -0000428549 00000 n -0000427097 00000 n -0000428672 00000 n -0000430400 00000 n -0000430213 00000 n -0000428963 00000 n -0000430336 00000 n -0001298448 00000 n -0000432246 00000 n -0000432059 00000 n -0000430512 00000 n -0000432182 00000 n -0000433933 00000 n -0000433746 00000 n -0000432371 00000 n -0000433869 00000 n -0000435473 00000 n -0000435286 00000 n -0000434058 00000 n -0000435409 00000 n -0000437133 00000 n -0000436946 00000 n -0000435585 00000 n -0000437069 00000 n -0000439012 00000 n -0000438825 00000 n -0000437245 00000 n -0000438948 00000 n -0000440526 00000 n -0000440339 00000 n -0000439137 00000 n -0000440462 00000 n -0001298573 00000 n -0000441930 00000 n -0000441743 00000 n -0000440638 00000 n -0000441866 00000 n -0000442996 00000 n -0000442809 00000 n -0000442029 00000 n -0000442932 00000 n -0000444831 00000 n -0000444581 00000 n -0000443095 00000 n -0000444704 00000 n -0000446872 00000 n -0000446622 00000 n -0000444969 00000 n -0000446745 00000 n -0000449268 00000 n -0000449617 00000 n -0000449124 00000 n -0000447023 00000 n -0000449427 00000 n -0000451821 00000 n -0000451634 00000 n -0000449781 00000 n -0000451757 00000 n -0001298698 00000 n -0000454270 00000 n -0000454020 00000 n -0000451959 00000 n -0000454143 00000 n -0000456156 00000 n -0000455969 00000 n -0000454408 00000 n -0000456092 00000 n -0000458304 00000 n -0000458054 00000 n -0000456268 00000 n -0000458177 00000 n -0000460386 00000 n -0000460199 00000 n -0000458442 00000 n -0000460322 00000 n -0000462138 00000 n -0000461951 00000 n -0000460511 00000 n -0000462074 00000 n -0000463961 00000 n -0000463774 00000 n -0000462250 00000 n -0000463897 00000 n -0001298823 00000 n -0000465611 00000 n -0000465424 00000 n -0000464073 00000 n -0000465547 00000 n -0000467516 00000 n -0000467267 00000 n -0000465723 00000 n -0000467390 00000 n -0000469548 00000 n -0000469361 00000 n -0000467641 00000 n -0000469484 00000 n -0000471414 00000 n -0000471227 00000 n -0000469660 00000 n -0000471350 00000 n -0000473263 00000 n -0000473076 00000 n -0000471526 00000 n -0000473199 00000 n -0000475118 00000 n -0000474931 00000 n -0000473375 00000 n -0000475054 00000 n -0001298948 00000 n -0000476865 00000 n -0000476678 00000 n -0000475230 00000 n -0000476801 00000 n -0000479258 00000 n -0000479008 00000 n -0000476977 00000 n -0000479131 00000 n -0000481207 00000 n -0000481020 00000 n -0000479396 00000 n -0000481143 00000 n -0000483168 00000 n -0000482981 00000 n -0000481332 00000 n -0000483104 00000 n -0000485280 00000 n -0000485093 00000 n -0000483319 00000 n -0000485216 00000 n -0000487439 00000 n -0000487252 00000 n -0000485431 00000 n -0000487375 00000 n -0001299073 00000 n -0000489304 00000 n -0000489117 00000 n -0000487590 00000 n -0000489240 00000 n -0000491364 00000 n -0000491177 00000 n -0000489416 00000 n -0000491300 00000 n -0000493665 00000 n -0000493415 00000 n -0000491489 00000 n -0000493538 00000 n -0000495406 00000 n -0000495219 00000 n -0000493829 00000 n -0000495342 00000 n -0000497101 00000 n -0000496914 00000 n -0000495531 00000 n -0000497037 00000 n -0000498695 00000 n -0000498508 00000 n -0000497252 00000 n -0000498631 00000 n -0001299198 00000 n -0000500250 00000 n -0000500063 00000 n -0000498820 00000 n -0000500186 00000 n -0000501804 00000 n -0000501617 00000 n -0000500375 00000 n -0000501740 00000 n -0000503390 00000 n -0000503077 00000 n -0000501929 00000 n -0000503200 00000 n -0000504441 00000 n -0000504254 00000 n -0000503528 00000 n -0000504377 00000 n -0000505700 00000 n -0000505513 00000 n -0000504540 00000 n -0000505636 00000 n -0000506804 00000 n -0000506617 00000 n -0000505799 00000 n -0000506740 00000 n -0001299323 00000 n -0000508214 00000 n -0000508027 00000 n -0000506903 00000 n -0000508150 00000 n -0000509812 00000 n -0000509499 00000 n -0000508313 00000 n -0000509622 00000 n -0000511269 00000 n -0000510830 00000 n -0000509937 00000 n -0000510953 00000 n -0000512883 00000 n -0000512508 00000 n -0000511394 00000 n -0000512631 00000 n -0000514148 00000 n -0000513835 00000 n -0000513008 00000 n -0000513958 00000 n -0000518809 00000 n -0000518960 00000 n -0000519110 00000 n -0000519261 00000 n -0000519413 00000 n -0000519565 00000 n -0000519717 00000 n -0000519867 00000 n -0000520019 00000 n -0000520171 00000 n -0000520323 00000 n -0000520475 00000 n -0000520627 00000 n -0000520778 00000 n -0000520928 00000 n -0000521079 00000 n -0000521231 00000 n -0000521383 00000 n -0000521534 00000 n -0000521685 00000 n -0000521837 00000 n -0000521988 00000 n -0000522139 00000 n -0000522291 00000 n -0000522443 00000 n -0000522595 00000 n -0000522747 00000 n -0000522899 00000 n -0000523051 00000 n -0000523203 00000 n -0000523355 00000 n -0000523506 00000 n -0000523658 00000 n -0000523810 00000 n -0000523962 00000 n -0000524113 00000 n -0000524265 00000 n -0000524417 00000 n -0000524568 00000 n -0000524720 00000 n -0000524872 00000 n -0000525023 00000 n -0000525174 00000 n -0000525325 00000 n -0000525476 00000 n -0000525627 00000 n +0000351028 00000 n +0000352663 00000 n +0000352476 00000 n +0000351217 00000 n +0000352599 00000 n +0001317575 00000 n +0000354269 00000 n +0000354082 00000 n +0000352788 00000 n +0000354205 00000 n +0000355760 00000 n +0000355573 00000 n +0000354394 00000 n +0000355696 00000 n +0000357333 00000 n +0000357146 00000 n +0000355872 00000 n +0000357269 00000 n +0000358908 00000 n +0000358721 00000 n +0000357458 00000 n +0000358844 00000 n +0000360540 00000 n +0000360353 00000 n +0000359033 00000 n +0000360476 00000 n +0000362032 00000 n +0000361845 00000 n +0000360665 00000 n +0000361968 00000 n +0001317700 00000 n +0000363905 00000 n +0000363655 00000 n +0000362144 00000 n +0000363778 00000 n +0000365483 00000 n +0000365296 00000 n +0000364043 00000 n +0000365419 00000 n +0000367968 00000 n +0000367718 00000 n +0000365608 00000 n +0000367841 00000 n +0000370743 00000 n +0000370493 00000 n +0000368132 00000 n +0000370616 00000 n +0000372931 00000 n +0000372744 00000 n +0000370881 00000 n +0000372867 00000 n +0000374493 00000 n +0000374306 00000 n +0000373056 00000 n +0000374429 00000 n +0001317825 00000 n +0000376515 00000 n +0000376328 00000 n +0000374605 00000 n +0000376451 00000 n +0000378102 00000 n +0000377915 00000 n +0000376627 00000 n +0000378038 00000 n +0000379558 00000 n +0000379371 00000 n +0000378214 00000 n +0000379494 00000 n +0000382191 00000 n +0000382004 00000 n +0000379657 00000 n +0000382127 00000 n +0000384726 00000 n +0000384476 00000 n +0000382329 00000 n +0000384599 00000 n +0000386866 00000 n +0000386679 00000 n +0000384890 00000 n +0000386802 00000 n +0001317950 00000 n +0000388930 00000 n +0000388680 00000 n +0000386978 00000 n +0000388803 00000 n +0000391216 00000 n +0000390966 00000 n +0000389081 00000 n +0000391089 00000 n +0000393455 00000 n +0000393268 00000 n +0000391380 00000 n +0000393391 00000 n +0000395889 00000 n +0000395702 00000 n +0000393580 00000 n +0000395825 00000 n +0000398340 00000 n +0000398153 00000 n +0000396014 00000 n +0000398276 00000 n +0000401605 00000 n +0000401418 00000 n +0000398491 00000 n +0000401541 00000 n +0001318075 00000 n +0000404309 00000 n +0000404532 00000 n +0000404165 00000 n +0000401756 00000 n +0000404468 00000 n +0000406782 00000 n +0000406595 00000 n +0000404683 00000 n +0000406718 00000 n +0000408356 00000 n +0000408169 00000 n +0000406907 00000 n +0000408292 00000 n +0000410902 00000 n +0000410652 00000 n +0000408468 00000 n +0000410775 00000 n +0000413746 00000 n +0000413559 00000 n +0000411066 00000 n +0000413682 00000 n +0000414990 00000 n +0000414803 00000 n +0000413910 00000 n +0000414926 00000 n +0001318200 00000 n +0000416087 00000 n +0000415900 00000 n +0000415102 00000 n +0000416023 00000 n +0000418050 00000 n +0000417800 00000 n +0000416199 00000 n +0000417923 00000 n +0000420067 00000 n +0000419880 00000 n +0000418214 00000 n +0000420003 00000 n +0000421375 00000 n +0000421188 00000 n +0000420192 00000 n +0000421311 00000 n +0000423062 00000 n +0000422875 00000 n +0000421474 00000 n +0000422998 00000 n +0000425028 00000 n +0000424841 00000 n +0000423187 00000 n +0000424964 00000 n +0001318325 00000 n +0000426722 00000 n +0000426535 00000 n +0000425153 00000 n +0000426658 00000 n +0000428407 00000 n +0000428220 00000 n +0000426847 00000 n +0000428343 00000 n +0000429912 00000 n +0000429725 00000 n +0000428532 00000 n +0000429848 00000 n +0000431094 00000 n +0000430907 00000 n +0000430011 00000 n +0000431030 00000 n +0000431980 00000 n +0000431793 00000 n +0000431193 00000 n +0000431916 00000 n +0000434470 00000 n +0000434157 00000 n +0000432079 00000 n +0000434280 00000 n +0001318450 00000 n +0000436617 00000 n +0000436965 00000 n +0000436473 00000 n +0000434647 00000 n +0000436775 00000 n +0000439284 00000 n +0000439097 00000 n +0000437129 00000 n +0000439220 00000 n +0000441682 00000 n +0000441432 00000 n +0000439422 00000 n +0000441555 00000 n +0000443643 00000 n +0000443456 00000 n +0000441820 00000 n +0000443579 00000 n +0000445710 00000 n +0000445523 00000 n +0000443755 00000 n +0000445646 00000 n +0000447866 00000 n +0000447616 00000 n +0000445835 00000 n +0000447739 00000 n +0001318575 00000 n +0000449631 00000 n +0000449444 00000 n +0000448004 00000 n +0000449567 00000 n +0000451381 00000 n +0000451194 00000 n +0000449743 00000 n +0000451317 00000 n +0000453167 00000 n +0000452980 00000 n +0000451493 00000 n +0000453103 00000 n +0000454818 00000 n +0000454631 00000 n +0000453279 00000 n +0000454754 00000 n +0000456889 00000 n +0000456639 00000 n +0000454930 00000 n +0000456762 00000 n +0000458672 00000 n +0000458485 00000 n +0000457014 00000 n +0000458608 00000 n +0001318700 00000 n +0000460442 00000 n +0000460255 00000 n +0000458784 00000 n +0000460378 00000 n +0000462457 00000 n +0000462270 00000 n +0000460554 00000 n +0000462393 00000 n +0000464419 00000 n +0000464171 00000 n +0000462569 00000 n +0000464294 00000 n +0000466521 00000 n +0000466334 00000 n +0000464544 00000 n +0000466457 00000 n +0000468323 00000 n +0000468136 00000 n +0000466633 00000 n +0000468259 00000 n +0000470169 00000 n +0000469982 00000 n +0000468435 00000 n +0000470105 00000 n +0001318825 00000 n +0000472059 00000 n +0000471872 00000 n +0000470281 00000 n +0000471995 00000 n +0000473863 00000 n +0000473676 00000 n +0000472171 00000 n +0000473799 00000 n +0000475935 00000 n +0000475685 00000 n +0000473975 00000 n +0000475808 00000 n +0000477902 00000 n +0000477715 00000 n +0000476060 00000 n +0000477838 00000 n +0000479856 00000 n +0000479669 00000 n +0000478014 00000 n +0000479792 00000 n +0000481713 00000 n +0000481526 00000 n +0000479968 00000 n +0000481649 00000 n +0001318950 00000 n +0000483646 00000 n +0000483459 00000 n +0000481825 00000 n +0000483582 00000 n +0000486030 00000 n +0000485780 00000 n +0000483758 00000 n +0000485903 00000 n +0000488013 00000 n +0000487826 00000 n +0000486168 00000 n +0000487949 00000 n +0000490032 00000 n +0000489845 00000 n +0000488138 00000 n +0000489968 00000 n +0000492143 00000 n +0000491956 00000 n +0000490183 00000 n +0000492079 00000 n +0000494302 00000 n +0000494115 00000 n +0000492294 00000 n +0000494238 00000 n +0001319075 00000 n +0000496169 00000 n +0000495982 00000 n +0000494453 00000 n +0000496105 00000 n +0000498231 00000 n +0000498044 00000 n +0000496281 00000 n +0000498167 00000 n +0000500527 00000 n +0000500277 00000 n +0000498356 00000 n +0000500400 00000 n +0000502269 00000 n +0000502082 00000 n +0000500691 00000 n +0000502205 00000 n +0000503967 00000 n +0000503780 00000 n +0000502394 00000 n +0000503903 00000 n +0000505561 00000 n +0000505374 00000 n +0000504118 00000 n +0000505497 00000 n +0001319200 00000 n +0000507117 00000 n +0000506930 00000 n +0000505686 00000 n +0000507053 00000 n +0000508668 00000 n +0000508481 00000 n +0000507242 00000 n +0000508604 00000 n +0000510252 00000 n +0000509939 00000 n +0000508793 00000 n +0000510062 00000 n +0000511301 00000 n +0000511114 00000 n +0000510390 00000 n +0000511237 00000 n +0000512559 00000 n +0000512372 00000 n +0000511400 00000 n +0000512495 00000 n +0000513660 00000 n +0000513473 00000 n +0000512658 00000 n +0000513596 00000 n +0001319325 00000 n +0000515070 00000 n +0000514883 00000 n +0000513759 00000 n +0000515006 00000 n +0000516667 00000 n +0000516354 00000 n +0000515169 00000 n +0000516477 00000 n +0000518125 00000 n +0000517686 00000 n +0000516792 00000 n +0000517809 00000 n +0000519738 00000 n +0000519363 00000 n +0000518250 00000 n +0000519486 00000 n +0000521001 00000 n +0000520688 00000 n +0000519863 00000 n +0000520811 00000 n +0000525628 00000 n 0000525779 00000 n -0000525931 00000 n -0000526082 00000 n -0000526233 00000 n +0000525929 00000 n +0000526080 00000 n +0000526232 00000 n 0000526384 00000 n -0000526535 00000 n -0000526687 00000 n +0000526536 00000 n +0000526686 00000 n 0000526838 00000 n 0000526990 00000 n 0000527142 00000 n 0000527294 00000 n -0000527444 00000 n -0000527595 00000 n -0000527746 00000 n -0000527897 00000 n -0000528049 00000 n -0000528201 00000 n +0000527446 00000 n +0000527597 00000 n +0000527747 00000 n +0000527898 00000 n +0000528050 00000 n +0000528202 00000 n 0000528352 00000 n -0000528504 00000 n -0000528656 00000 n -0000528805 00000 n +0000528503 00000 n +0000528655 00000 n +0000528806 00000 n 0000528957 00000 n -0000529108 00000 n -0000529260 00000 n -0000529412 00000 n -0000529563 00000 n -0000529714 00000 n -0000529866 00000 n -0000530017 00000 n -0000530168 00000 n -0000530319 00000 n -0000530469 00000 n -0000530621 00000 n -0000530773 00000 n -0000530925 00000 n -0000531077 00000 n -0000531229 00000 n -0000531379 00000 n -0000531530 00000 n -0000531681 00000 n -0000531831 00000 n -0000531982 00000 n -0000532133 00000 n -0000532283 00000 n -0000532434 00000 n -0000532585 00000 n -0000532735 00000 n -0000532886 00000 n -0000533037 00000 n -0000533189 00000 n -0000533340 00000 n -0000533492 00000 n -0000533642 00000 n -0000533792 00000 n -0000533943 00000 n -0000534094 00000 n -0000534246 00000 n -0000534397 00000 n -0000534549 00000 n -0000534700 00000 n -0000534852 00000 n -0000535003 00000 n -0000535155 00000 n -0000535306 00000 n -0000535458 00000 n -0000535609 00000 n -0000535761 00000 n -0000535912 00000 n -0000536064 00000 n -0000536214 00000 n -0000536365 00000 n -0000536516 00000 n -0000536668 00000 n -0000536819 00000 n -0000536971 00000 n -0000537122 00000 n -0000537274 00000 n -0000537424 00000 n -0000537575 00000 n -0000537727 00000 n -0000537877 00000 n -0000538028 00000 n -0000538180 00000 n -0000538332 00000 n -0000538484 00000 n -0000538634 00000 n -0000538785 00000 n -0000538936 00000 n -0000539088 00000 n -0000539239 00000 n -0000539391 00000 n -0000539542 00000 n -0000539693 00000 n -0000539845 00000 n -0000539996 00000 n -0000540147 00000 n -0000540298 00000 n -0000540450 00000 n -0000540602 00000 n -0000540753 00000 n -0000540905 00000 n -0000541056 00000 n -0000541208 00000 n -0000541357 00000 n -0000541507 00000 n -0000541658 00000 n -0000541809 00000 n -0000541959 00000 n -0000542110 00000 n -0000542261 00000 n -0000542412 00000 n -0000542564 00000 n -0000542716 00000 n -0000542868 00000 n -0000543020 00000 n -0000543172 00000 n -0000543323 00000 n -0000543474 00000 n -0000543625 00000 n -0000543776 00000 n -0000543927 00000 n -0000544076 00000 n -0000544227 00000 n -0000544378 00000 n -0000544530 00000 n -0000544682 00000 n -0000544832 00000 n -0000544983 00000 n -0000545133 00000 n -0000545283 00000 n -0000545434 00000 n -0000545585 00000 n -0000545736 00000 n -0000545888 00000 n -0000546040 00000 n -0000546191 00000 n -0000546343 00000 n -0000546494 00000 n -0000546646 00000 n -0000546797 00000 n -0000546949 00000 n -0000547100 00000 n -0000547252 00000 n -0000547403 00000 n -0000547555 00000 n -0000547706 00000 n -0000547858 00000 n -0000548009 00000 n -0000548161 00000 n -0000548313 00000 n -0000548465 00000 n -0000548617 00000 n -0000548769 00000 n -0000548919 00000 n -0000549071 00000 n -0000549223 00000 n -0000555089 00000 n -0000555241 00000 n -0000555393 00000 n -0000555544 00000 n -0000555696 00000 n -0000555846 00000 n -0000549566 00000 n -0000516856 00000 n -0000514273 00000 n -0000549375 00000 n -0000549502 00000 n -0001291061 00000 n -0001292548 00000 n -0001293460 00000 n -0001294019 00000 n -0001299448 00000 n -0000555997 00000 n -0000556148 00000 n -0000556299 00000 n -0000556450 00000 n -0000556600 00000 n -0000556751 00000 n -0000556901 00000 n -0000557051 00000 n -0000557202 00000 n -0000557354 00000 n -0000557504 00000 n -0000557655 00000 n -0000557805 00000 n -0000557956 00000 n -0000558106 00000 n -0000558256 00000 n -0000558407 00000 n -0000558558 00000 n -0000558708 00000 n -0000558860 00000 n -0000559012 00000 n -0000559163 00000 n -0000559313 00000 n -0000559463 00000 n -0000559613 00000 n -0000559762 00000 n -0000559913 00000 n -0000560064 00000 n -0000560215 00000 n -0000560367 00000 n -0000560518 00000 n -0000560670 00000 n -0000560819 00000 n -0000560969 00000 n -0000561117 00000 n -0000561266 00000 n -0000561417 00000 n -0000561568 00000 n -0000561719 00000 n -0000561869 00000 n -0000562020 00000 n -0000562171 00000 n -0000562322 00000 n -0000562473 00000 n -0000562624 00000 n -0000562775 00000 n -0000562927 00000 n -0000563078 00000 n -0000563228 00000 n -0000563378 00000 n -0000563529 00000 n -0000563679 00000 n -0000563830 00000 n -0000563981 00000 n -0000564133 00000 n -0000564281 00000 n -0000564429 00000 n -0000564578 00000 n -0000564728 00000 n -0000564877 00000 n -0000565028 00000 n -0000565179 00000 n -0000565331 00000 n -0000565483 00000 n -0000565635 00000 n -0000565786 00000 n -0000565937 00000 n -0000566088 00000 n -0000566239 00000 n -0000566389 00000 n -0000566540 00000 n -0000566691 00000 n -0000566842 00000 n -0000566992 00000 n -0000567143 00000 n -0000567293 00000 n -0000567444 00000 n -0000567595 00000 n -0000567745 00000 n -0000567896 00000 n -0000568047 00000 n -0000568197 00000 n -0000568347 00000 n -0000568498 00000 n -0000568649 00000 n -0000568800 00000 n -0000568951 00000 n -0000569102 00000 n -0000569253 00000 n -0000569404 00000 n -0000569555 00000 n -0000569706 00000 n -0000569858 00000 n -0000570009 00000 n -0000570160 00000 n -0000570311 00000 n -0000570462 00000 n -0000570613 00000 n -0000570764 00000 n -0000570915 00000 n -0000571066 00000 n -0000571217 00000 n -0000571367 00000 n -0000571518 00000 n -0000571669 00000 n -0000571819 00000 n -0000571970 00000 n -0000572122 00000 n -0000572273 00000 n -0000572425 00000 n -0000572577 00000 n -0000572729 00000 n -0000572879 00000 n -0000573030 00000 n -0000573181 00000 n -0000573333 00000 n -0000573484 00000 n -0000573636 00000 n -0000573787 00000 n -0000573939 00000 n -0000574090 00000 n -0000574242 00000 n -0000574393 00000 n -0000574544 00000 n -0000574696 00000 n -0000574848 00000 n -0000574999 00000 n -0000575151 00000 n -0000575302 00000 n -0000575454 00000 n -0000575605 00000 n -0000575757 00000 n -0000575907 00000 n -0000576057 00000 n -0000576207 00000 n -0000576358 00000 n -0000576509 00000 n -0000576660 00000 n -0000576812 00000 n -0000576961 00000 n -0000577111 00000 n -0000577262 00000 n -0000577414 00000 n -0000577563 00000 n -0000577712 00000 n -0000577862 00000 n -0000578012 00000 n -0000578162 00000 n -0000578313 00000 n -0000578462 00000 n -0000578612 00000 n -0000578763 00000 n -0000578914 00000 n -0000579065 00000 n -0000579217 00000 n -0000579369 00000 n -0000579518 00000 n -0000579668 00000 n -0000579819 00000 n -0000579971 00000 n -0000580122 00000 n -0000580273 00000 n -0000580424 00000 n -0000580575 00000 n -0000580726 00000 n -0000580877 00000 n -0000581029 00000 n -0000581181 00000 n -0000581332 00000 n -0000581483 00000 n -0000581635 00000 n -0000581786 00000 n -0000581938 00000 n -0000582090 00000 n -0000582241 00000 n -0000582392 00000 n -0000582543 00000 n -0000582695 00000 n -0000582846 00000 n -0000582997 00000 n -0000583149 00000 n -0000583301 00000 n -0000583452 00000 n -0000583603 00000 n -0000583755 00000 n -0000583907 00000 n -0000584057 00000 n -0000584207 00000 n -0000584358 00000 n -0000584509 00000 n -0000584660 00000 n -0000584812 00000 n -0000584963 00000 n -0000585114 00000 n -0000585266 00000 n -0000585416 00000 n -0000585566 00000 n -0000585717 00000 n -0000585868 00000 n -0000586019 00000 n -0000586171 00000 n -0000586322 00000 n -0000586474 00000 n -0000586625 00000 n -0000586777 00000 n -0000586924 00000 n -0000587072 00000 n -0000587223 00000 n -0000587374 00000 n -0000587526 00000 n -0000587677 00000 n -0000587829 00000 n -0000587980 00000 n -0000588132 00000 n -0000588284 00000 n -0000588434 00000 n -0000588585 00000 n -0000588736 00000 n -0000588886 00000 n -0000589038 00000 n -0000589189 00000 n -0000589341 00000 n -0000589492 00000 n -0000589644 00000 n -0000589795 00000 n -0000589946 00000 n -0000590097 00000 n -0000590249 00000 n -0000590401 00000 n -0000590552 00000 n -0000590703 00000 n -0000590855 00000 n -0000591006 00000 n -0000591158 00000 n -0000591307 00000 n -0000591457 00000 n -0000591608 00000 n -0000591760 00000 n -0000591911 00000 n -0000592063 00000 n -0000592214 00000 n -0000592366 00000 n -0000592516 00000 n -0000592666 00000 n -0000592817 00000 n -0000592968 00000 n -0000593119 00000 n -0000593270 00000 n -0000593422 00000 n -0000593573 00000 n -0000593725 00000 n -0000593875 00000 n -0000594026 00000 n -0000594177 00000 n -0000594328 00000 n -0000594480 00000 n -0000594631 00000 n -0000594783 00000 n -0000594934 00000 n -0000595085 00000 n -0000595236 00000 n -0000595387 00000 n -0000595537 00000 n -0000595688 00000 n -0000602184 00000 n -0000602335 00000 n -0000602486 00000 n -0000602637 00000 n -0000602787 00000 n -0000602939 00000 n -0000603091 00000 n -0000603243 00000 n -0000603395 00000 n -0000603545 00000 n -0000603696 00000 n -0000603847 00000 n -0000603998 00000 n -0000604149 00000 n -0000604301 00000 n -0000604451 00000 n -0000604600 00000 n -0000604750 00000 n -0000604900 00000 n -0000595904 00000 n -0000552524 00000 n -0000549721 00000 n -0000595840 00000 n -0000605051 00000 n -0000605202 00000 n -0000605353 00000 n -0000605504 00000 n -0000605656 00000 n -0000605808 00000 n -0000605959 00000 n -0000606108 00000 n -0000606258 00000 n -0000606408 00000 n -0000606559 00000 n -0000606710 00000 n -0000606860 00000 n -0000607011 00000 n -0000607163 00000 n -0000607315 00000 n -0000607463 00000 n -0000607612 00000 n -0000607761 00000 n -0000607911 00000 n -0000608062 00000 n -0000608212 00000 n -0000608363 00000 n -0000608515 00000 n -0000608665 00000 n -0000608815 00000 n -0000608966 00000 n -0000609117 00000 n -0000609267 00000 n -0000609418 00000 n -0000609569 00000 n -0000609720 00000 n -0000609872 00000 n -0000610024 00000 n -0000610175 00000 n -0000610325 00000 n -0000610476 00000 n -0000610628 00000 n -0000610778 00000 n -0000610929 00000 n -0000611080 00000 n -0000611229 00000 n -0000611380 00000 n -0000611531 00000 n -0000611683 00000 n -0000611835 00000 n -0000611987 00000 n -0000612138 00000 n -0000612289 00000 n -0000612439 00000 n -0000612590 00000 n -0000612739 00000 n -0000612890 00000 n -0000613040 00000 n -0000613191 00000 n -0000613341 00000 n -0000613491 00000 n -0000613640 00000 n -0000613790 00000 n -0000613939 00000 n -0000614091 00000 n -0000614243 00000 n -0000614394 00000 n -0000614545 00000 n -0000614696 00000 n -0000614846 00000 n -0000614998 00000 n -0000615150 00000 n -0000615301 00000 n -0000615453 00000 n -0000615605 00000 n -0000615757 00000 n -0000615909 00000 n -0000616060 00000 n -0000616211 00000 n -0000616363 00000 n -0000616514 00000 n -0000616665 00000 n -0000616816 00000 n -0000616968 00000 n -0000617118 00000 n -0000617269 00000 n -0000617420 00000 n -0000617571 00000 n -0000617722 00000 n -0000617874 00000 n -0000618026 00000 n -0000618178 00000 n -0000618330 00000 n -0000618479 00000 n -0000618630 00000 n -0000618780 00000 n -0000618930 00000 n -0000619082 00000 n -0000619234 00000 n -0000619385 00000 n -0000619537 00000 n -0000619688 00000 n -0000619839 00000 n -0000619990 00000 n -0000620141 00000 n -0000620292 00000 n -0000620443 00000 n -0000620594 00000 n -0000620745 00000 n -0000620895 00000 n -0000621045 00000 n -0000621196 00000 n -0000621347 00000 n -0000621498 00000 n -0000621649 00000 n -0000621801 00000 n -0000621952 00000 n -0000622104 00000 n -0000622254 00000 n -0000622404 00000 n -0000622555 00000 n -0000622706 00000 n -0000622857 00000 n -0000623009 00000 n -0000623160 00000 n -0000623312 00000 n -0000623463 00000 n -0000623614 00000 n -0000623766 00000 n -0000623918 00000 n -0000624070 00000 n -0000624222 00000 n -0000624374 00000 n -0000624526 00000 n -0000624678 00000 n -0000624828 00000 n -0000624978 00000 n -0000625128 00000 n -0000625279 00000 n -0000625430 00000 n -0000625581 00000 n -0000625733 00000 n -0000625884 00000 n -0000626035 00000 n -0000626186 00000 n -0000626338 00000 n -0000626489 00000 n -0000626640 00000 n -0000626791 00000 n -0000626941 00000 n -0000627092 00000 n -0000627243 00000 n -0000627394 00000 n -0000627546 00000 n -0000627698 00000 n -0000627850 00000 n -0000628002 00000 n -0000628153 00000 n -0000628304 00000 n -0000628455 00000 n -0000628603 00000 n -0000628751 00000 n -0000628899 00000 n -0000629048 00000 n -0000629200 00000 n -0000629352 00000 n -0000629504 00000 n -0000629656 00000 n -0000629807 00000 n -0000629958 00000 n -0000630109 00000 n -0000630261 00000 n -0000630412 00000 n -0000630564 00000 n -0000630715 00000 n -0000630866 00000 n -0000631018 00000 n -0000631168 00000 n -0000631319 00000 n -0000631470 00000 n -0000631622 00000 n -0000631773 00000 n -0000631925 00000 n -0000632075 00000 n -0000632226 00000 n -0000632377 00000 n -0000632529 00000 n -0000632680 00000 n -0000632832 00000 n -0000632983 00000 n -0000633135 00000 n -0000633285 00000 n -0000633435 00000 n -0000633586 00000 n -0000633737 00000 n -0000633889 00000 n -0000634040 00000 n -0000634192 00000 n -0000634344 00000 n -0000634495 00000 n -0000634647 00000 n -0000634798 00000 n -0000634950 00000 n -0000635101 00000 n -0000635253 00000 n -0000635404 00000 n -0000635556 00000 n -0000635706 00000 n -0000635857 00000 n -0000636008 00000 n -0000636160 00000 n -0000636312 00000 n -0000636463 00000 n -0000636615 00000 n -0000636766 00000 n -0000636918 00000 n -0000637069 00000 n -0000637219 00000 n -0000637370 00000 n -0000637521 00000 n -0000637672 00000 n -0000637822 00000 n -0000637973 00000 n -0000638124 00000 n -0000638276 00000 n -0000638427 00000 n -0000638579 00000 n -0000638731 00000 n -0000638882 00000 n -0000639033 00000 n -0000639185 00000 n -0000639337 00000 n -0000639488 00000 n -0000639639 00000 n -0000639791 00000 n -0000639943 00000 n -0000640093 00000 n -0000640244 00000 n -0000640395 00000 n -0000640546 00000 n -0000640698 00000 n -0000640850 00000 n -0000641002 00000 n -0000641151 00000 n -0000641301 00000 n -0000641452 00000 n -0000641603 00000 n -0000641755 00000 n -0000641906 00000 n -0000642058 00000 n -0000642206 00000 n -0000642355 00000 n -0000642506 00000 n -0000642657 00000 n -0000642808 00000 n -0000642959 00000 n -0000643110 00000 n -0000643261 00000 n -0000643412 00000 n -0000643564 00000 n -0000643716 00000 n -0000643868 00000 n -0000644020 00000 n -0000644172 00000 n -0000644324 00000 n -0000644475 00000 n -0000644627 00000 n -0000644779 00000 n -0000644929 00000 n -0000645080 00000 n -0000645232 00000 n -0000645384 00000 n -0000645536 00000 n -0000645687 00000 n -0000645838 00000 n -0000645990 00000 n -0000646142 00000 n -0000646293 00000 n -0000646440 00000 n -0000646588 00000 n -0000646739 00000 n -0000646891 00000 n -0000647042 00000 n -0000647194 00000 n -0000647344 00000 n -0000647495 00000 n -0000647646 00000 n -0000647798 00000 n -0000647949 00000 n -0000648101 00000 n -0000648252 00000 n -0000648404 00000 n -0000648554 00000 n -0000648705 00000 n -0000648856 00000 n -0000649008 00000 n -0000649159 00000 n -0000649311 00000 n -0000649463 00000 n -0000649613 00000 n -0000649764 00000 n -0000649916 00000 n -0000650068 00000 n -0000650219 00000 n -0000656428 00000 n -0000656580 00000 n -0000656732 00000 n -0000656883 00000 n -0000657034 00000 n -0000657185 00000 n -0000657336 00000 n -0000657488 00000 n -0000650435 00000 n -0000599178 00000 n -0000596046 00000 n -0000650371 00000 n -0000657640 00000 n -0000657790 00000 n -0000657941 00000 n -0000658092 00000 n -0000658241 00000 n -0000658392 00000 n -0000658543 00000 n -0000658695 00000 n -0000658847 00000 n -0000658995 00000 n -0000659145 00000 n -0000659296 00000 n -0000659447 00000 n -0000659597 00000 n -0000659748 00000 n -0000659900 00000 n -0000660051 00000 n -0000660202 00000 n -0000660352 00000 n -0000660503 00000 n -0000660654 00000 n -0000660805 00000 n -0000660957 00000 n -0000661109 00000 n -0000661260 00000 n -0000661410 00000 n -0000661561 00000 n -0000661712 00000 n -0000661862 00000 n -0000662012 00000 n -0000662163 00000 n -0000662314 00000 n -0000662465 00000 n -0000662616 00000 n -0000662768 00000 n -0000662920 00000 n -0000663072 00000 n -0000663224 00000 n -0000663374 00000 n -0000663525 00000 n -0000663676 00000 n -0000663828 00000 n -0000663979 00000 n -0000664131 00000 n -0000664283 00000 n -0000664433 00000 n -0000664583 00000 n -0000664732 00000 n -0000664882 00000 n -0000665031 00000 n -0000665182 00000 n -0000665333 00000 n -0000665485 00000 n -0000665634 00000 n -0000665784 00000 n -0000665935 00000 n -0000666085 00000 n -0000666236 00000 n -0000666388 00000 n -0000666540 00000 n -0000666689 00000 n -0000666840 00000 n -0000666991 00000 n -0000667142 00000 n -0000667292 00000 n -0000667444 00000 n -0000667596 00000 n -0000667748 00000 n -0000667899 00000 n -0000668051 00000 n -0000668203 00000 n -0000668351 00000 n -0000668501 00000 n -0000668652 00000 n -0000668801 00000 n -0000668952 00000 n -0000669101 00000 n -0000669252 00000 n -0000669401 00000 n -0000669552 00000 n -0000669703 00000 n -0000669854 00000 n -0000670006 00000 n -0000670157 00000 n -0000670306 00000 n -0000670457 00000 n -0000670608 00000 n -0000670759 00000 n -0000670908 00000 n -0000671059 00000 n -0000671208 00000 n -0000671359 00000 n -0000671509 00000 n -0000671660 00000 n -0000671812 00000 n -0000671963 00000 n -0000672114 00000 n -0000672266 00000 n -0000672417 00000 n -0000672569 00000 n -0000672720 00000 n -0000672872 00000 n -0000673023 00000 n -0000673175 00000 n -0000673326 00000 n -0000673477 00000 n -0000673629 00000 n -0000673781 00000 n -0000673933 00000 n -0000674085 00000 n -0000674237 00000 n -0000674389 00000 n -0000674540 00000 n -0000674691 00000 n -0000674843 00000 n -0000674995 00000 n -0000675146 00000 n -0000675298 00000 n -0000675449 00000 n -0000675601 00000 n -0000675752 00000 n -0000675904 00000 n -0000676055 00000 n -0000676206 00000 n -0000676357 00000 n -0000676508 00000 n -0000676659 00000 n -0000676811 00000 n -0000676963 00000 n -0000677114 00000 n -0000677265 00000 n -0000677417 00000 n -0000677568 00000 n -0000677720 00000 n -0000677872 00000 n -0000678023 00000 n -0000678175 00000 n -0000678326 00000 n -0000678478 00000 n -0000678629 00000 n -0000678780 00000 n -0000678931 00000 n -0000679083 00000 n -0000679234 00000 n -0000679386 00000 n -0000679537 00000 n -0000679689 00000 n -0000679840 00000 n -0000679991 00000 n -0000680143 00000 n -0000680294 00000 n -0000680446 00000 n -0000680597 00000 n -0000680749 00000 n -0000680900 00000 n -0000681051 00000 n -0000681202 00000 n -0000681353 00000 n -0000681504 00000 n -0000681655 00000 n -0000681807 00000 n -0000681958 00000 n -0000682109 00000 n -0000682261 00000 n -0000682412 00000 n -0000682564 00000 n -0000682715 00000 n -0000682867 00000 n -0000683018 00000 n -0000683170 00000 n -0000683321 00000 n -0000683473 00000 n -0000683624 00000 n -0000683776 00000 n -0000683927 00000 n -0000684079 00000 n -0000684230 00000 n -0000684381 00000 n -0000684532 00000 n -0000684683 00000 n -0000684835 00000 n -0000684986 00000 n -0000685138 00000 n -0000685290 00000 n -0000685442 00000 n -0000685593 00000 n -0000685743 00000 n -0000685893 00000 n -0000686044 00000 n -0000686194 00000 n -0000686345 00000 n -0000686496 00000 n -0000686647 00000 n -0000686798 00000 n -0000686949 00000 n -0000687100 00000 n -0000687252 00000 n -0000687404 00000 n -0000687556 00000 n -0000687708 00000 n -0000687858 00000 n -0000688009 00000 n -0000688160 00000 n -0000688311 00000 n -0000688462 00000 n -0000688613 00000 n -0000688765 00000 n -0000688917 00000 n -0000689069 00000 n -0000689220 00000 n -0000689372 00000 n -0000689523 00000 n -0000689674 00000 n -0000689826 00000 n -0000689978 00000 n -0000690130 00000 n -0000690282 00000 n -0000690434 00000 n -0000690586 00000 n -0000690738 00000 n -0000690890 00000 n -0000691042 00000 n -0000691194 00000 n -0000691345 00000 n -0000691497 00000 n -0000691649 00000 n -0000691800 00000 n -0000691951 00000 n -0000692103 00000 n -0000692253 00000 n -0000692404 00000 n -0000692556 00000 n -0000692705 00000 n -0000692855 00000 n -0000693005 00000 n -0000693156 00000 n -0000693305 00000 n -0000693455 00000 n -0000693606 00000 n -0000693757 00000 n -0000693908 00000 n -0000694059 00000 n -0000694210 00000 n -0000694360 00000 n -0000694510 00000 n -0000694660 00000 n -0000694810 00000 n -0000694960 00000 n -0000695110 00000 n -0000695259 00000 n -0000695409 00000 n -0000695560 00000 n -0000695711 00000 n -0000695862 00000 n -0000696013 00000 n -0000696164 00000 n -0000696314 00000 n -0000696464 00000 n -0000696614 00000 n -0000696764 00000 n -0000696914 00000 n -0000697064 00000 n -0000697214 00000 n -0000697364 00000 n -0000697515 00000 n -0000697666 00000 n -0000697817 00000 n -0000697969 00000 n -0000698121 00000 n -0000698273 00000 n -0000698423 00000 n -0000698573 00000 n -0000698723 00000 n -0000698874 00000 n -0000699025 00000 n -0000699176 00000 n -0000699327 00000 n -0000699478 00000 n -0000699629 00000 n -0000707395 00000 n -0000707545 00000 n -0000707695 00000 n -0000707845 00000 n -0000707994 00000 n -0000708145 00000 n -0000708295 00000 n -0000708446 00000 n -0000708596 00000 n -0000708747 00000 n -0000708898 00000 n -0000709048 00000 n -0000709198 00000 n -0000709349 00000 n -0000709500 00000 n -0000709652 00000 n -0000709803 00000 n -0000709955 00000 n -0000710107 00000 n -0000710258 00000 n -0000710410 00000 n -0000710562 00000 n -0000710714 00000 n -0000710866 00000 n -0000711017 00000 n -0000699844 00000 n -0000653710 00000 n -0000650563 00000 n -0000699780 00000 n -0000711168 00000 n -0000711319 00000 n -0000711471 00000 n -0000711623 00000 n -0000711775 00000 n -0000711925 00000 n -0000712077 00000 n -0000712228 00000 n -0000712379 00000 n -0000712528 00000 n -0000712679 00000 n -0000712830 00000 n -0000712981 00000 n -0000713131 00000 n -0000713280 00000 n -0000713429 00000 n -0000713578 00000 n -0000713726 00000 n -0000713876 00000 n -0000714026 00000 n -0000714177 00000 n -0000714328 00000 n -0000714479 00000 n -0000714629 00000 n -0000714780 00000 n -0000714931 00000 n -0000715080 00000 n -0000715231 00000 n -0000715382 00000 n -0000715533 00000 n -0000715684 00000 n -0000715836 00000 n -0000715984 00000 n -0000716134 00000 n -0000716284 00000 n -0000716433 00000 n -0000716584 00000 n -0000716735 00000 n -0000716886 00000 n -0000717036 00000 n -0000717187 00000 n -0000717338 00000 n -0000717490 00000 n -0000717642 00000 n -0000717794 00000 n -0000717945 00000 n -0000718095 00000 n -0000718245 00000 n -0000718395 00000 n -0000718544 00000 n -0000718695 00000 n -0000718846 00000 n -0000718996 00000 n -0000719147 00000 n -0000719298 00000 n -0000719449 00000 n -0000719600 00000 n -0000719751 00000 n -0000719903 00000 n -0000720055 00000 n -0000720207 00000 n -0000720359 00000 n -0000720510 00000 n -0000720661 00000 n -0000720813 00000 n -0000720963 00000 n -0000721114 00000 n -0000721264 00000 n -0000721415 00000 n -0000721565 00000 n -0000721716 00000 n -0000721866 00000 n -0000722017 00000 n -0000722167 00000 n -0000722318 00000 n -0000722469 00000 n -0000722621 00000 n -0000722772 00000 n -0000722924 00000 n -0000723076 00000 n -0000723228 00000 n -0000723380 00000 n -0000723530 00000 n -0000723680 00000 n -0000723830 00000 n -0000723980 00000 n -0000724129 00000 n -0000724280 00000 n -0000724431 00000 n -0000724583 00000 n -0000724735 00000 n -0000724887 00000 n -0000725038 00000 n -0000725190 00000 n -0000725341 00000 n -0000725492 00000 n -0000725643 00000 n -0000725793 00000 n -0000725944 00000 n -0000726094 00000 n -0000726245 00000 n -0000726395 00000 n -0000726546 00000 n -0000726696 00000 n -0000726847 00000 n -0000726997 00000 n -0000727148 00000 n -0000727299 00000 n -0000727449 00000 n -0000727601 00000 n -0000727753 00000 n -0000727903 00000 n -0000728054 00000 n -0000728205 00000 n -0000728355 00000 n -0000728505 00000 n -0000728656 00000 n -0000728807 00000 n -0000728958 00000 n -0000729109 00000 n -0000729260 00000 n -0000729411 00000 n -0000729562 00000 n -0000729713 00000 n -0000729864 00000 n -0000730014 00000 n -0000730166 00000 n -0000730315 00000 n -0000730465 00000 n -0000730615 00000 n -0000730763 00000 n -0000730913 00000 n -0000731063 00000 n -0000731214 00000 n -0000731365 00000 n -0000731516 00000 n -0000731667 00000 n -0000731818 00000 n -0000731969 00000 n -0000732120 00000 n -0000732269 00000 n -0000732418 00000 n -0000732567 00000 n -0000732717 00000 n -0000732867 00000 n -0000733017 00000 n -0000733167 00000 n -0000733318 00000 n -0000733468 00000 n -0000733618 00000 n -0000733769 00000 n -0000733920 00000 n -0000734071 00000 n -0000734222 00000 n -0000734373 00000 n -0000734524 00000 n -0000734675 00000 n -0000734827 00000 n -0000734978 00000 n -0000735130 00000 n -0000735282 00000 n -0000735433 00000 n -0000735584 00000 n -0000735735 00000 n -0000735886 00000 n -0000736037 00000 n -0000736187 00000 n -0000736338 00000 n -0000736490 00000 n -0000736641 00000 n -0000736792 00000 n -0000736943 00000 n -0000737094 00000 n -0000737245 00000 n -0000737396 00000 n -0000737547 00000 n -0000737698 00000 n -0000737849 00000 n -0000737998 00000 n -0000738147 00000 n -0000738297 00000 n -0000738446 00000 n -0000738597 00000 n -0000738748 00000 n -0000738899 00000 n -0000739050 00000 n -0000739200 00000 n -0000739350 00000 n -0000739501 00000 n -0000739652 00000 n -0000739803 00000 n -0000739955 00000 n -0000740107 00000 n -0000740258 00000 n -0000740409 00000 n -0000740561 00000 n -0000740712 00000 n -0000740863 00000 n -0000741012 00000 n -0000741161 00000 n -0000741311 00000 n -0000741462 00000 n -0000741612 00000 n -0000741763 00000 n -0000741914 00000 n -0000742065 00000 n -0000742216 00000 n -0000742367 00000 n -0000742519 00000 n -0000742669 00000 n -0000742820 00000 n -0000742971 00000 n -0000743122 00000 n -0000743273 00000 n -0000743424 00000 n -0000743575 00000 n -0000743726 00000 n -0000743877 00000 n -0000744028 00000 n -0000744179 00000 n -0000744329 00000 n -0000744479 00000 n -0000744628 00000 n -0000744779 00000 n -0000744930 00000 n -0000745081 00000 n -0000745232 00000 n -0000745382 00000 n -0000745532 00000 n -0000745682 00000 n -0000745832 00000 n -0000745983 00000 n -0000746133 00000 n -0000746284 00000 n -0000746435 00000 n -0000746586 00000 n -0000746736 00000 n -0000746887 00000 n -0000747038 00000 n -0000747189 00000 n -0000747341 00000 n -0000747492 00000 n -0000747643 00000 n -0000747794 00000 n -0000747945 00000 n -0000748096 00000 n -0000748247 00000 n -0000748398 00000 n -0000748549 00000 n -0000748700 00000 n -0000748851 00000 n -0000749002 00000 n -0000749153 00000 n -0000749304 00000 n -0000749456 00000 n -0000749608 00000 n -0000749759 00000 n -0000749910 00000 n -0000750061 00000 n -0000750212 00000 n -0000750363 00000 n -0000750514 00000 n -0000750665 00000 n -0000750817 00000 n -0000750967 00000 n -0000751118 00000 n -0000751269 00000 n -0000751420 00000 n -0000751572 00000 n -0000751723 00000 n -0000751874 00000 n -0000752025 00000 n -0000752177 00000 n -0000752328 00000 n -0000752480 00000 n -0000752631 00000 n -0000752782 00000 n -0000752933 00000 n -0000753084 00000 n -0000753235 00000 n -0000753386 00000 n -0000753537 00000 n -0000753689 00000 n -0000753839 00000 n -0000753990 00000 n -0000754141 00000 n -0000754293 00000 n -0000754445 00000 n -0000754596 00000 n -0000754747 00000 n -0000754897 00000 n -0000755048 00000 n -0000755199 00000 n -0000755350 00000 n -0000755501 00000 n -0000755651 00000 n -0000755802 00000 n -0000755953 00000 n -0000756103 00000 n -0000756254 00000 n -0000756405 00000 n -0000756557 00000 n -0000756707 00000 n -0000756857 00000 n -0000757008 00000 n -0000757159 00000 n -0000757310 00000 n -0000757461 00000 n -0000757612 00000 n -0000757763 00000 n -0000757914 00000 n -0000758065 00000 n -0000758216 00000 n -0000758365 00000 n -0000758516 00000 n -0000758667 00000 n -0000758816 00000 n -0000758967 00000 n -0000759118 00000 n -0000759268 00000 n -0000759418 00000 n -0000759568 00000 n -0000759718 00000 n -0000759869 00000 n -0000760020 00000 n -0000760171 00000 n -0000760323 00000 n -0000760475 00000 n -0000760625 00000 n -0000760775 00000 n -0000760926 00000 n -0000761077 00000 n -0000761228 00000 n -0000761378 00000 n -0000761529 00000 n -0000761680 00000 n -0000761830 00000 n -0000761981 00000 n -0000762132 00000 n -0000762283 00000 n -0000762434 00000 n -0000762585 00000 n -0000762736 00000 n -0000762887 00000 n -0000763038 00000 n -0000763189 00000 n -0000763340 00000 n -0000763491 00000 n -0000763642 00000 n -0000763793 00000 n -0000763944 00000 n -0000764095 00000 n -0000764246 00000 n -0000764397 00000 n -0000764548 00000 n -0000764698 00000 n -0000764849 00000 n -0000765001 00000 n -0000765152 00000 n -0000765303 00000 n -0000765453 00000 n -0000765604 00000 n -0000765755 00000 n -0000765906 00000 n -0000766057 00000 n -0000766207 00000 n -0000766358 00000 n -0000766509 00000 n -0000766660 00000 n -0000766810 00000 n -0000766961 00000 n -0000767111 00000 n -0000767262 00000 n -0000767413 00000 n -0000767564 00000 n -0000767713 00000 n -0000767863 00000 n -0000768014 00000 n -0000768165 00000 n -0000768316 00000 n -0000768467 00000 n -0000768618 00000 n -0000768769 00000 n -0000768920 00000 n -0000769071 00000 n -0000769223 00000 n -0000769375 00000 n -0000769527 00000 n -0000769679 00000 n -0000769829 00000 n -0000769980 00000 n -0000770131 00000 n -0000770282 00000 n -0000770433 00000 n -0000770584 00000 n -0000770735 00000 n -0000770886 00000 n -0000771038 00000 n -0000771190 00000 n -0000771342 00000 n -0000775120 00000 n -0000775271 00000 n -0000775423 00000 n -0000775574 00000 n -0000775726 00000 n -0000775874 00000 n -0000776024 00000 n -0000776174 00000 n -0000776323 00000 n -0000776474 00000 n -0000776625 00000 n -0000771558 00000 n -0000703435 00000 n -0000699986 00000 n -0000771494 00000 n -0000776777 00000 n -0000776928 00000 n -0000777080 00000 n -0000777231 00000 n -0000777382 00000 n -0000777534 00000 n -0000777686 00000 n -0000777837 00000 n -0000777987 00000 n -0000778138 00000 n -0000778290 00000 n -0000778441 00000 n -0000778592 00000 n -0000778743 00000 n -0000778893 00000 n -0000779043 00000 n -0000779193 00000 n -0000779344 00000 n -0000779493 00000 n -0000779644 00000 n -0000779796 00000 n -0000779945 00000 n -0000780096 00000 n -0000780247 00000 n -0000780396 00000 n -0000780547 00000 n -0000780698 00000 n -0000780848 00000 n -0000780998 00000 n -0000781149 00000 n -0000781299 00000 n -0000781450 00000 n -0000781602 00000 n -0000781754 00000 n -0000781906 00000 n -0000782058 00000 n -0000782209 00000 n -0000782361 00000 n -0000782512 00000 n -0000782664 00000 n -0000782816 00000 n -0000782968 00000 n -0000783120 00000 n -0000783272 00000 n -0000783424 00000 n -0000783575 00000 n -0000783727 00000 n -0000783878 00000 n -0000784029 00000 n -0000784180 00000 n -0000784332 00000 n -0000784484 00000 n -0000784635 00000 n -0000784786 00000 n -0000784937 00000 n -0000785088 00000 n -0000785239 00000 n -0000785390 00000 n -0000785541 00000 n -0000785692 00000 n -0000785843 00000 n -0000785994 00000 n -0000786146 00000 n -0000786296 00000 n -0000786447 00000 n -0000786598 00000 n -0000786749 00000 n -0000786900 00000 n -0000787051 00000 n -0000787202 00000 n -0000787353 00000 n -0000787505 00000 n -0000787657 00000 n -0000787809 00000 n -0000787961 00000 n -0000788113 00000 n -0000788265 00000 n -0000788417 00000 n -0000788569 00000 n -0000788721 00000 n -0000788872 00000 n -0000789024 00000 n -0000789176 00000 n -0000789326 00000 n -0000789477 00000 n -0000789628 00000 n -0000789780 00000 n -0000789930 00000 n -0000790080 00000 n -0000790230 00000 n -0000790381 00000 n -0000790532 00000 n -0000790683 00000 n -0000790834 00000 n -0000790985 00000 n -0000791136 00000 n -0000791287 00000 n -0000791438 00000 n -0000791589 00000 n -0000791740 00000 n -0000791891 00000 n -0000792042 00000 n -0000792193 00000 n -0000792344 00000 n -0000792495 00000 n -0000792646 00000 n -0000792797 00000 n -0000792948 00000 n -0000793099 00000 n -0000793250 00000 n -0000793401 00000 n -0000793552 00000 n -0000793704 00000 n -0000793856 00000 n -0000794008 00000 n -0000794159 00000 n -0000794310 00000 n -0000794461 00000 n -0000794612 00000 n -0000794762 00000 n -0000794913 00000 n -0000795064 00000 n -0000795216 00000 n -0000795367 00000 n -0000795518 00000 n -0000795734 00000 n -0000773761 00000 n -0000771700 00000 n -0000795670 00000 n -0001289917 00000 n -0000795876 00000 n -0000796299 00000 n -0000796869 00000 n -0000797483 00000 n -0000797841 00000 n -0000797865 00000 n -0000798184 00000 n -0000798466 00000 n -0000799692 00000 n -0000800280 00000 n -0000800810 00000 n -0000801383 00000 n -0000801859 00000 n -0000802446 00000 n -0000802546 00000 n -0000803092 00000 n -0000804294 00000 n -0000804854 00000 n -0000804982 00000 n -0000805554 00000 n -0000806927 00000 n -0000807507 00000 n -0000808061 00000 n -0000808567 00000 n -0000808593 00000 n -0000809056 00000 n -0000809514 00000 n -0000811520 00000 n -0000811752 00000 n -0000813520 00000 n -0000813750 00000 n -0000815366 00000 n -0000815637 00000 n -0000834303 00000 n -0000834578 00000 n -0000860287 00000 n -0000860700 00000 n -0000883495 00000 n -0000883895 00000 n -0000902039 00000 n -0000902412 00000 n -0000908379 00000 n -0000908610 00000 n -0000927053 00000 n -0000927328 00000 n -0000943117 00000 n -0000943392 00000 n -0000973942 00000 n -0000974299 00000 n -0000997230 00000 n -0000997605 00000 n -0001026284 00000 n -0001026915 00000 n -0001043922 00000 n -0001044251 00000 n -0001056198 00000 n -0001056484 00000 n -0001066381 00000 n -0001066645 00000 n -0001076830 00000 n -0001077114 00000 n -0001088215 00000 n -0001088527 00000 n -0001107440 00000 n -0001107710 00000 n -0001123704 00000 n -0001123983 00000 n -0001148534 00000 n -0001148848 00000 n -0001179464 00000 n -0001179762 00000 n -0001222357 00000 n -0001223001 00000 n -0001261712 00000 n -0001262289 00000 n -0001287526 00000 n -0001287805 00000 n -0001289697 00000 n -0001299573 00000 n -0001299693 00000 n -0001299813 00000 n -0001299939 00000 n -0001300065 00000 n -0001300191 00000 n -0001300308 00000 n -0001300418 00000 n -0001309225 00000 n -0001309429 00000 n -0001309638 00000 n -0001309841 00000 n -0001310010 00000 n -0001310179 00000 n -0001310345 00000 n -0001310514 00000 n -0001310699 00000 n -0001310882 00000 n -0001311067 00000 n -0001311250 00000 n -0001311435 00000 n -0001311618 00000 n -0001311803 00000 n -0001311985 00000 n -0001312167 00000 n -0001312352 00000 n -0001312535 00000 n -0001312720 00000 n -0001312903 00000 n -0001313088 00000 n -0001313271 00000 n -0001313456 00000 n -0001313639 00000 n -0001313824 00000 n -0001314002 00000 n -0001314187 00000 n -0001314360 00000 n -0001314530 00000 n -0001314701 00000 n -0001314871 00000 n -0001315042 00000 n -0001315212 00000 n -0001315383 00000 n -0001315553 00000 n -0001315724 00000 n -0001315895 00000 n -0001316069 00000 n -0001316246 00000 n -0001316421 00000 n -0001316598 00000 n -0001316782 00000 n -0001316978 00000 n -0001317161 00000 n -0001317365 00000 n -0001317588 00000 n -0001317809 00000 n -0001318041 00000 n -0001318267 00000 n -0001318498 00000 n -0001318733 00000 n -0001318960 00000 n -0001319187 00000 n -0001319417 00000 n -0001319644 00000 n -0001319899 00000 n -0001320174 00000 n -0001320441 00000 n -0001320662 00000 n -0001320797 00000 n -0001320914 00000 n -0001321030 00000 n -0001321148 00000 n -0001321266 00000 n -0001321383 00000 n -0001321499 00000 n -0001321617 00000 n -0001321744 00000 n -0001321874 00000 n -0001321997 00000 n -0001322115 00000 n -0001322212 00000 n -0001322294 00000 n -0001322334 00000 n -0001322466 00000 n +0000529109 00000 n +0000529261 00000 n +0000529413 00000 n +0000529565 00000 n +0000529717 00000 n +0000529869 00000 n +0000530021 00000 n +0000530173 00000 n +0000530324 00000 n +0000530476 00000 n +0000530628 00000 n +0000530780 00000 n +0000530931 00000 n +0000531083 00000 n +0000531235 00000 n +0000531386 00000 n +0000531538 00000 n +0000531690 00000 n +0000531841 00000 n +0000531992 00000 n +0000532143 00000 n +0000532294 00000 n +0000532445 00000 n +0000532597 00000 n +0000532749 00000 n +0000532900 00000 n +0000533051 00000 n +0000533202 00000 n +0000533353 00000 n +0000533505 00000 n +0000533656 00000 n +0000533808 00000 n +0000533960 00000 n +0000534112 00000 n +0000534262 00000 n +0000534413 00000 n +0000534564 00000 n +0000534715 00000 n +0000534867 00000 n +0000535019 00000 n +0000535170 00000 n +0000535322 00000 n +0000535474 00000 n +0000535623 00000 n +0000535775 00000 n +0000535926 00000 n +0000536078 00000 n +0000536230 00000 n +0000536381 00000 n +0000536532 00000 n +0000536684 00000 n +0000536835 00000 n +0000536986 00000 n +0000537137 00000 n +0000537287 00000 n +0000537439 00000 n +0000537591 00000 n +0000537743 00000 n +0000537895 00000 n +0000538047 00000 n +0000538197 00000 n +0000538348 00000 n +0000538499 00000 n +0000538649 00000 n +0000538800 00000 n +0000538951 00000 n +0000539101 00000 n +0000539252 00000 n +0000539403 00000 n +0000539553 00000 n +0000539704 00000 n +0000539855 00000 n +0000540007 00000 n +0000540158 00000 n +0000540310 00000 n +0000540460 00000 n +0000540611 00000 n +0000540762 00000 n +0000540914 00000 n +0000541065 00000 n +0000541217 00000 n +0000541368 00000 n +0000541520 00000 n +0000541670 00000 n +0000541821 00000 n +0000541972 00000 n +0000542124 00000 n +0000542275 00000 n +0000542427 00000 n +0000542578 00000 n +0000542730 00000 n +0000542881 00000 n +0000543033 00000 n +0000543184 00000 n +0000543336 00000 n +0000543487 00000 n +0000543639 00000 n +0000543790 00000 n +0000543942 00000 n +0000544092 00000 n +0000544243 00000 n +0000544395 00000 n +0000544545 00000 n +0000544696 00000 n +0000544848 00000 n +0000544998 00000 n +0000545149 00000 n +0000545301 00000 n +0000545452 00000 n +0000545604 00000 n +0000545755 00000 n +0000545907 00000 n +0000546058 00000 n +0000546209 00000 n +0000546361 00000 n +0000546511 00000 n +0000546661 00000 n +0000546811 00000 n +0000546962 00000 n +0000547114 00000 n +0000547264 00000 n +0000547415 00000 n +0000547566 00000 n +0000547718 00000 n +0000547868 00000 n +0000548019 00000 n +0000548171 00000 n +0000548323 00000 n +0000548474 00000 n +0000548625 00000 n +0000548776 00000 n +0000548927 00000 n +0000549079 00000 n +0000549231 00000 n +0000549383 00000 n +0000549535 00000 n +0000549686 00000 n +0000549837 00000 n +0000549988 00000 n +0000550139 00000 n +0000550290 00000 n +0000550439 00000 n +0000550590 00000 n +0000550741 00000 n +0000550893 00000 n +0000551045 00000 n +0000551196 00000 n +0000551348 00000 n +0000551498 00000 n +0000551648 00000 n +0000551799 00000 n +0000551950 00000 n +0000552101 00000 n +0000552252 00000 n +0000552404 00000 n +0000552556 00000 n +0000552707 00000 n +0000552859 00000 n +0000553010 00000 n +0000553162 00000 n +0000553312 00000 n +0000553463 00000 n +0000553614 00000 n +0000553766 00000 n +0000553916 00000 n +0000554067 00000 n +0000554218 00000 n +0000554370 00000 n +0000554522 00000 n +0000554674 00000 n +0000554826 00000 n +0000554977 00000 n +0000555129 00000 n +0000555281 00000 n +0000555433 00000 n +0000555585 00000 n +0000560976 00000 n +0000561128 00000 n +0000561279 00000 n +0000561431 00000 n +0000555928 00000 n +0000523702 00000 n +0000521126 00000 n +0000555737 00000 n +0000555864 00000 n +0001310949 00000 n +0001312436 00000 n +0001313348 00000 n +0001313907 00000 n +0001319450 00000 n +0000561582 00000 n +0000561734 00000 n +0000561886 00000 n +0000562038 00000 n +0000562190 00000 n +0000562342 00000 n +0000562494 00000 n +0000562646 00000 n +0000562798 00000 n +0000562950 00000 n +0000563101 00000 n +0000563253 00000 n +0000563404 00000 n +0000563553 00000 n +0000563702 00000 n +0000563852 00000 n +0000564002 00000 n +0000564152 00000 n +0000564303 00000 n +0000564453 00000 n +0000564604 00000 n +0000564754 00000 n +0000564904 00000 n +0000565055 00000 n +0000565207 00000 n +0000565358 00000 n +0000565507 00000 n +0000565657 00000 n +0000565807 00000 n +0000565957 00000 n +0000566108 00000 n +0000566258 00000 n +0000566408 00000 n +0000566559 00000 n +0000566711 00000 n +0000566862 00000 n +0000567012 00000 n +0000567163 00000 n +0000567313 00000 n +0000567463 00000 n +0000567614 00000 n +0000567766 00000 n +0000567917 00000 n +0000568069 00000 n +0000568220 00000 n +0000568372 00000 n +0000568522 00000 n +0000568673 00000 n +0000568823 00000 n +0000568974 00000 n +0000569125 00000 n +0000569275 00000 n +0000569426 00000 n +0000569575 00000 n +0000569725 00000 n +0000569876 00000 n +0000570027 00000 n +0000570178 00000 n +0000570329 00000 n +0000570480 00000 n +0000570632 00000 n +0000570783 00000 n +0000570934 00000 n +0000571085 00000 n +0000571236 00000 n +0000571387 00000 n +0000571538 00000 n +0000571688 00000 n +0000571838 00000 n +0000571989 00000 n +0000572140 00000 n +0000572291 00000 n +0000572442 00000 n +0000572594 00000 n +0000572746 00000 n +0000572897 00000 n +0000573047 00000 n +0000573198 00000 n +0000573349 00000 n +0000573499 00000 n +0000573649 00000 n +0000573799 00000 n +0000573949 00000 n +0000574099 00000 n +0000574250 00000 n +0000574400 00000 n +0000574551 00000 n +0000574702 00000 n +0000574852 00000 n +0000575003 00000 n +0000575154 00000 n +0000575305 00000 n +0000575456 00000 n +0000575607 00000 n +0000575758 00000 n +0000575909 00000 n +0000576059 00000 n +0000576209 00000 n +0000576359 00000 n +0000576510 00000 n +0000576662 00000 n +0000576813 00000 n +0000576964 00000 n +0000577114 00000 n +0000577265 00000 n +0000577416 00000 n +0000577566 00000 n +0000577717 00000 n +0000577867 00000 n +0000578017 00000 n +0000578168 00000 n +0000578319 00000 n +0000578469 00000 n +0000578620 00000 n +0000578772 00000 n +0000578922 00000 n +0000579073 00000 n +0000579224 00000 n +0000579376 00000 n +0000579528 00000 n +0000579680 00000 n +0000579830 00000 n +0000579981 00000 n +0000580132 00000 n +0000580284 00000 n +0000580436 00000 n +0000580587 00000 n +0000580739 00000 n +0000580891 00000 n +0000581042 00000 n +0000581194 00000 n +0000581345 00000 n +0000581497 00000 n +0000581647 00000 n +0000581797 00000 n +0000581948 00000 n +0000582099 00000 n +0000582250 00000 n +0000582402 00000 n +0000582553 00000 n +0000582705 00000 n +0000582856 00000 n +0000583008 00000 n +0000583159 00000 n +0000583311 00000 n +0000583463 00000 n +0000583614 00000 n +0000583766 00000 n +0000583917 00000 n +0000584069 00000 n +0000584220 00000 n +0000584372 00000 n +0000584522 00000 n +0000584673 00000 n +0000584825 00000 n +0000584977 00000 n +0000585129 00000 n +0000585280 00000 n +0000585432 00000 n +0000585583 00000 n +0000585735 00000 n +0000585886 00000 n +0000586038 00000 n +0000586188 00000 n +0000586339 00000 n +0000586490 00000 n +0000586640 00000 n +0000586791 00000 n +0000586942 00000 n +0000587094 00000 n +0000587245 00000 n +0000587397 00000 n +0000587548 00000 n +0000587699 00000 n +0000587851 00000 n +0000588003 00000 n +0000588154 00000 n +0000588306 00000 n +0000588457 00000 n +0000588609 00000 n +0000588760 00000 n +0000588911 00000 n +0000589062 00000 n +0000589214 00000 n +0000589366 00000 n +0000589517 00000 n +0000589669 00000 n +0000589820 00000 n +0000589972 00000 n +0000590123 00000 n +0000590274 00000 n +0000590425 00000 n +0000590576 00000 n +0000590727 00000 n +0000590878 00000 n +0000591029 00000 n +0000591181 00000 n +0000591333 00000 n +0000591484 00000 n +0000591635 00000 n +0000591787 00000 n +0000591939 00000 n +0000592090 00000 n +0000592242 00000 n +0000592392 00000 n +0000592542 00000 n +0000592692 00000 n +0000592843 00000 n +0000592993 00000 n +0000593144 00000 n +0000593296 00000 n +0000593448 00000 n +0000593600 00000 n +0000593751 00000 n +0000593902 00000 n +0000594054 00000 n +0000594206 00000 n +0000594357 00000 n +0000594508 00000 n +0000594660 00000 n +0000594810 00000 n +0000594960 00000 n +0000595111 00000 n +0000595262 00000 n +0000595413 00000 n +0000595565 00000 n +0000595716 00000 n +0000595867 00000 n +0000596019 00000 n +0000596171 00000 n +0000596322 00000 n +0000602248 00000 n +0000602399 00000 n +0000602550 00000 n +0000602702 00000 n +0000602853 00000 n +0000603004 00000 n +0000603156 00000 n +0000603307 00000 n +0000603459 00000 n +0000603609 00000 n +0000603759 00000 n +0000603910 00000 n +0000604060 00000 n +0000596538 00000 n +0000558726 00000 n +0000556083 00000 n +0000596474 00000 n +0000604211 00000 n +0000604361 00000 n +0000604512 00000 n +0000604663 00000 n +0000604814 00000 n +0000604965 00000 n +0000605117 00000 n +0000605268 00000 n +0000605420 00000 n +0000605571 00000 n +0000605723 00000 n +0000605874 00000 n +0000606026 00000 n +0000606177 00000 n +0000606329 00000 n +0000606480 00000 n +0000606632 00000 n +0000606783 00000 n +0000606935 00000 n +0000607086 00000 n +0000607238 00000 n +0000607390 00000 n +0000607542 00000 n +0000607693 00000 n +0000607844 00000 n +0000607996 00000 n +0000608148 00000 n +0000608298 00000 n +0000608450 00000 n +0000608601 00000 n +0000608753 00000 n +0000608904 00000 n +0000609056 00000 n +0000609207 00000 n +0000609358 00000 n +0000609510 00000 n +0000609662 00000 n +0000609812 00000 n +0000609964 00000 n +0000610115 00000 n +0000610267 00000 n +0000610417 00000 n +0000610568 00000 n +0000610719 00000 n +0000610871 00000 n +0000611021 00000 n +0000611172 00000 n +0000611323 00000 n +0000611475 00000 n +0000611626 00000 n +0000611778 00000 n +0000611930 00000 n +0000612081 00000 n +0000612233 00000 n +0000612385 00000 n +0000612536 00000 n +0000612688 00000 n +0000612839 00000 n +0000612991 00000 n +0000613141 00000 n +0000613292 00000 n +0000613442 00000 n +0000613593 00000 n +0000613744 00000 n +0000613896 00000 n +0000614047 00000 n +0000614199 00000 n +0000614350 00000 n +0000614502 00000 n +0000614654 00000 n +0000614805 00000 n +0000614957 00000 n +0000615108 00000 n +0000615260 00000 n +0000615411 00000 n +0000615563 00000 n +0000615715 00000 n +0000615866 00000 n +0000616018 00000 n +0000616169 00000 n +0000616321 00000 n +0000616473 00000 n +0000616624 00000 n +0000616775 00000 n +0000616926 00000 n +0000617077 00000 n +0000617228 00000 n +0000617380 00000 n +0000617530 00000 n +0000617680 00000 n +0000617830 00000 n +0000617981 00000 n +0000618132 00000 n +0000618284 00000 n +0000618436 00000 n +0000618588 00000 n +0000618738 00000 n +0000618889 00000 n +0000619038 00000 n +0000619189 00000 n +0000619340 00000 n +0000619491 00000 n +0000619642 00000 n +0000619794 00000 n +0000619946 00000 n +0000620098 00000 n +0000620250 00000 n +0000620401 00000 n +0000620553 00000 n +0000620704 00000 n +0000620855 00000 n +0000621006 00000 n +0000621157 00000 n +0000621309 00000 n +0000621460 00000 n +0000621611 00000 n +0000621762 00000 n +0000621914 00000 n +0000622066 00000 n +0000622218 00000 n +0000622369 00000 n +0000622520 00000 n +0000622671 00000 n +0000622823 00000 n +0000622975 00000 n +0000623126 00000 n +0000623277 00000 n +0000623428 00000 n +0000623580 00000 n +0000623732 00000 n +0000623883 00000 n +0000624034 00000 n +0000624185 00000 n +0000624336 00000 n +0000624488 00000 n +0000624639 00000 n +0000624790 00000 n +0000624942 00000 n +0000625093 00000 n +0000625244 00000 n +0000625395 00000 n +0000625546 00000 n +0000625697 00000 n +0000625848 00000 n +0000625999 00000 n +0000626151 00000 n +0000626303 00000 n +0000626453 00000 n +0000626603 00000 n +0000626754 00000 n +0000626904 00000 n +0000627055 00000 n +0000627206 00000 n +0000627357 00000 n +0000627509 00000 n +0000627661 00000 n +0000627813 00000 n +0000627963 00000 n +0000628112 00000 n +0000628262 00000 n +0000628412 00000 n +0000628562 00000 n +0000628713 00000 n +0000628864 00000 n +0000629015 00000 n +0000629166 00000 n +0000629317 00000 n +0000629468 00000 n +0000629618 00000 n +0000629769 00000 n +0000629921 00000 n +0000630072 00000 n +0000630223 00000 n +0000630374 00000 n +0000630524 00000 n +0000630675 00000 n +0000630827 00000 n +0000630979 00000 n +0000631130 00000 n +0000631282 00000 n +0000631433 00000 n +0000631584 00000 n +0000631736 00000 n +0000631887 00000 n +0000632038 00000 n +0000632189 00000 n +0000632341 00000 n +0000632492 00000 n +0000632643 00000 n +0000632795 00000 n +0000632947 00000 n +0000633099 00000 n +0000633251 00000 n +0000633403 00000 n +0000633553 00000 n +0000633704 00000 n +0000633855 00000 n +0000634007 00000 n +0000634158 00000 n +0000634310 00000 n +0000634461 00000 n +0000634612 00000 n +0000634763 00000 n +0000634914 00000 n +0000635065 00000 n +0000635215 00000 n +0000635365 00000 n +0000635516 00000 n +0000635667 00000 n +0000635818 00000 n +0000635968 00000 n +0000636118 00000 n +0000636269 00000 n +0000636421 00000 n +0000636572 00000 n +0000636724 00000 n +0000636874 00000 n +0000637024 00000 n +0000637175 00000 n +0000637326 00000 n +0000637477 00000 n +0000637627 00000 n +0000637778 00000 n +0000637929 00000 n +0000638081 00000 n +0000638232 00000 n +0000638383 00000 n +0000638535 00000 n +0000638687 00000 n +0000638839 00000 n +0000638991 00000 n +0000639143 00000 n +0000639294 00000 n +0000639445 00000 n +0000639596 00000 n +0000639747 00000 n +0000639898 00000 n +0000640049 00000 n +0000640200 00000 n +0000640351 00000 n +0000640502 00000 n +0000640654 00000 n +0000640805 00000 n +0000640956 00000 n +0000641105 00000 n +0000641256 00000 n +0000641407 00000 n +0000641559 00000 n +0000641709 00000 n +0000641860 00000 n +0000642011 00000 n +0000642162 00000 n +0000642313 00000 n +0000642464 00000 n +0000642615 00000 n +0000642766 00000 n +0000642918 00000 n +0000643070 00000 n +0000643222 00000 n +0000643374 00000 n +0000643525 00000 n +0000643676 00000 n +0000643827 00000 n +0000643977 00000 n +0000644127 00000 n +0000644277 00000 n +0000644427 00000 n +0000644578 00000 n +0000644729 00000 n +0000644880 00000 n +0000645031 00000 n +0000645181 00000 n +0000651350 00000 n +0000651501 00000 n +0000651653 00000 n +0000651804 00000 n +0000651956 00000 n +0000652105 00000 n +0000652255 00000 n +0000652406 00000 n +0000652557 00000 n +0000645396 00000 n +0000599548 00000 n +0000596680 00000 n +0000645332 00000 n +0000652709 00000 n +0000652860 00000 n +0000653012 00000 n +0000653162 00000 n +0000653313 00000 n +0000653464 00000 n +0000653616 00000 n +0000653767 00000 n +0000653919 00000 n +0000654069 00000 n +0000654220 00000 n +0000654371 00000 n +0000654523 00000 n +0000654673 00000 n +0000654824 00000 n +0000654976 00000 n +0000655127 00000 n +0000655279 00000 n +0000655429 00000 n +0000655580 00000 n +0000655732 00000 n +0000655883 00000 n +0000656035 00000 n +0000656184 00000 n +0000656334 00000 n +0000656485 00000 n +0000656637 00000 n +0000656788 00000 n +0000656940 00000 n +0000657090 00000 n +0000657241 00000 n +0000657392 00000 n +0000657544 00000 n +0000657696 00000 n +0000657847 00000 n +0000657999 00000 n +0000658149 00000 n +0000658300 00000 n +0000658451 00000 n +0000658602 00000 n +0000658753 00000 n +0000658905 00000 n +0000659057 00000 n +0000659208 00000 n +0000659360 00000 n +0000659511 00000 n +0000659663 00000 n +0000659813 00000 n +0000659964 00000 n +0000660116 00000 n +0000660267 00000 n +0000660419 00000 n +0000660571 00000 n +0000660720 00000 n +0000660870 00000 n +0000661021 00000 n +0000661172 00000 n +0000661322 00000 n +0000661472 00000 n +0000661623 00000 n +0000661774 00000 n +0000661925 00000 n +0000662076 00000 n +0000662228 00000 n +0000662378 00000 n +0000662529 00000 n +0000662681 00000 n +0000662832 00000 n +0000662984 00000 n +0000663134 00000 n +0000663285 00000 n +0000663435 00000 n +0000663586 00000 n +0000663737 00000 n +0000663888 00000 n +0000664038 00000 n +0000664189 00000 n +0000664340 00000 n +0000664491 00000 n +0000664642 00000 n +0000664794 00000 n +0000664946 00000 n +0000665098 00000 n +0000665250 00000 n +0000665401 00000 n +0000665553 00000 n +0000665705 00000 n +0000665855 00000 n +0000666006 00000 n +0000666157 00000 n +0000666309 00000 n +0000666461 00000 n +0000666613 00000 n +0000666764 00000 n +0000666915 00000 n +0000667067 00000 n +0000667219 00000 n +0000667370 00000 n +0000667521 00000 n +0000667673 00000 n +0000667824 00000 n +0000667975 00000 n +0000668126 00000 n +0000668277 00000 n +0000668428 00000 n +0000668579 00000 n +0000668730 00000 n +0000668881 00000 n +0000669031 00000 n +0000669182 00000 n +0000669333 00000 n +0000669485 00000 n +0000669636 00000 n +0000669788 00000 n +0000669938 00000 n +0000670089 00000 n +0000670240 00000 n +0000670392 00000 n +0000670544 00000 n +0000670695 00000 n +0000670847 00000 n +0000670999 00000 n +0000671150 00000 n +0000671302 00000 n +0000671454 00000 n +0000671604 00000 n +0000671755 00000 n +0000671906 00000 n +0000672057 00000 n +0000672208 00000 n +0000672360 00000 n +0000672512 00000 n +0000672663 00000 n +0000672815 00000 n +0000672966 00000 n +0000673117 00000 n +0000673268 00000 n +0000673419 00000 n +0000673571 00000 n +0000673723 00000 n +0000673875 00000 n +0000674027 00000 n +0000674178 00000 n +0000674329 00000 n +0000674480 00000 n +0000674631 00000 n +0000674782 00000 n +0000674934 00000 n +0000675085 00000 n +0000675235 00000 n +0000675385 00000 n +0000675535 00000 n +0000675686 00000 n +0000675837 00000 n +0000675987 00000 n +0000676137 00000 n +0000676288 00000 n +0000676439 00000 n +0000676590 00000 n +0000676741 00000 n +0000676892 00000 n +0000677043 00000 n +0000677194 00000 n +0000677345 00000 n +0000677497 00000 n +0000677649 00000 n +0000677801 00000 n +0000677953 00000 n +0000678103 00000 n +0000678254 00000 n +0000678405 00000 n +0000678557 00000 n +0000678708 00000 n +0000678860 00000 n +0000679012 00000 n +0000679163 00000 n +0000679314 00000 n +0000679465 00000 n +0000679616 00000 n +0000679766 00000 n +0000679916 00000 n +0000680067 00000 n +0000680219 00000 n +0000680370 00000 n +0000680521 00000 n +0000680672 00000 n +0000680823 00000 n +0000680975 00000 n +0000681125 00000 n +0000681276 00000 n +0000681427 00000 n +0000681579 00000 n +0000681731 00000 n +0000681883 00000 n +0000682035 00000 n +0000682187 00000 n +0000682339 00000 n +0000682490 00000 n +0000682641 00000 n +0000682792 00000 n +0000682943 00000 n +0000683094 00000 n +0000683245 00000 n +0000683396 00000 n +0000683547 00000 n +0000683698 00000 n +0000683848 00000 n +0000683999 00000 n +0000684149 00000 n +0000684299 00000 n +0000684449 00000 n +0000684600 00000 n +0000684750 00000 n +0000684900 00000 n +0000685050 00000 n +0000685201 00000 n +0000685352 00000 n +0000685502 00000 n +0000685653 00000 n +0000685805 00000 n +0000685955 00000 n +0000686106 00000 n +0000686258 00000 n +0000686409 00000 n +0000686561 00000 n +0000686712 00000 n +0000686864 00000 n +0000687015 00000 n +0000687167 00000 n +0000687318 00000 n +0000687469 00000 n +0000687621 00000 n +0000687773 00000 n +0000687925 00000 n +0000688077 00000 n +0000688228 00000 n +0000688379 00000 n +0000688530 00000 n +0000688680 00000 n +0000688830 00000 n +0000688981 00000 n +0000689132 00000 n +0000689282 00000 n +0000689433 00000 n +0000689584 00000 n +0000689736 00000 n +0000689887 00000 n +0000690039 00000 n +0000690190 00000 n +0000690341 00000 n +0000690492 00000 n +0000690643 00000 n +0000690794 00000 n +0000690946 00000 n +0000691098 00000 n +0000691248 00000 n +0000691399 00000 n +0000691550 00000 n +0000691701 00000 n +0000691853 00000 n +0000692005 00000 n +0000692156 00000 n +0000692307 00000 n +0000692458 00000 n +0000692609 00000 n +0000692760 00000 n +0000692911 00000 n +0000693063 00000 n +0000693213 00000 n +0000693364 00000 n +0000693515 00000 n +0000693667 00000 n +0000693818 00000 n +0000693969 00000 n +0000694121 00000 n +0000694272 00000 n +0000694424 00000 n +0000694575 00000 n +0000694727 00000 n +0000694878 00000 n +0000695028 00000 n +0000695178 00000 n +0000695327 00000 n +0000695477 00000 n +0000695628 00000 n +0000695779 00000 n +0000695930 00000 n +0000696082 00000 n +0000696233 00000 n +0000696385 00000 n +0000696536 00000 n +0000703345 00000 n +0000703496 00000 n +0000703648 00000 n +0000703799 00000 n +0000703951 00000 n +0000704102 00000 n +0000704254 00000 n +0000704404 00000 n +0000704555 00000 n +0000696752 00000 n +0000648515 00000 n +0000645524 00000 n +0000696688 00000 n +0000704706 00000 n +0000704857 00000 n +0000705008 00000 n +0000705158 00000 n +0000705309 00000 n +0000705460 00000 n +0000705612 00000 n +0000705764 00000 n +0000705915 00000 n +0000706065 00000 n +0000706215 00000 n +0000706365 00000 n +0000706515 00000 n +0000706665 00000 n +0000706816 00000 n +0000706966 00000 n +0000707117 00000 n +0000707268 00000 n +0000707419 00000 n +0000707571 00000 n +0000707723 00000 n +0000707875 00000 n +0000708026 00000 n +0000708177 00000 n +0000708328 00000 n +0000708479 00000 n +0000708629 00000 n +0000708779 00000 n +0000708930 00000 n +0000709081 00000 n +0000709233 00000 n +0000709385 00000 n +0000709537 00000 n +0000709688 00000 n +0000709838 00000 n +0000709989 00000 n +0000710141 00000 n +0000710293 00000 n +0000710445 00000 n +0000710597 00000 n +0000710749 00000 n +0000710901 00000 n +0000711053 00000 n +0000711205 00000 n +0000711356 00000 n +0000711507 00000 n +0000711659 00000 n +0000711811 00000 n +0000711963 00000 n +0000712115 00000 n +0000712267 00000 n +0000712419 00000 n +0000712571 00000 n +0000712723 00000 n +0000712874 00000 n +0000713025 00000 n +0000713176 00000 n +0000713327 00000 n +0000713479 00000 n +0000713631 00000 n +0000713782 00000 n +0000713933 00000 n +0000714085 00000 n +0000714235 00000 n +0000714385 00000 n +0000714534 00000 n +0000714685 00000 n +0000714836 00000 n +0000714987 00000 n +0000715138 00000 n +0000715289 00000 n +0000715440 00000 n +0000715591 00000 n +0000715742 00000 n +0000715893 00000 n +0000716044 00000 n +0000716195 00000 n +0000716346 00000 n +0000716497 00000 n +0000716648 00000 n +0000716800 00000 n +0000716951 00000 n +0000717102 00000 n +0000717251 00000 n +0000717401 00000 n +0000717551 00000 n +0000717701 00000 n +0000717852 00000 n +0000718003 00000 n +0000718153 00000 n +0000718304 00000 n +0000718453 00000 n +0000718602 00000 n +0000718751 00000 n +0000718901 00000 n +0000719051 00000 n +0000719203 00000 n +0000719353 00000 n +0000719502 00000 n +0000719652 00000 n +0000719802 00000 n +0000719952 00000 n +0000720103 00000 n +0000720254 00000 n +0000720405 00000 n +0000720556 00000 n +0000720707 00000 n +0000720858 00000 n +0000721009 00000 n +0000721160 00000 n +0000721311 00000 n +0000721462 00000 n +0000721613 00000 n +0000721764 00000 n +0000721915 00000 n +0000722066 00000 n +0000722217 00000 n +0000722368 00000 n +0000722519 00000 n +0000722669 00000 n +0000722819 00000 n +0000722970 00000 n +0000723120 00000 n +0000723271 00000 n +0000723421 00000 n +0000723571 00000 n +0000723723 00000 n +0000723875 00000 n +0000724027 00000 n +0000724179 00000 n +0000724330 00000 n +0000724479 00000 n +0000724629 00000 n +0000724781 00000 n +0000724933 00000 n +0000725084 00000 n +0000725236 00000 n +0000725387 00000 n +0000725538 00000 n +0000725687 00000 n +0000725837 00000 n +0000725987 00000 n +0000726137 00000 n +0000726287 00000 n +0000726438 00000 n +0000726589 00000 n +0000726740 00000 n +0000726891 00000 n +0000727042 00000 n +0000727193 00000 n +0000727345 00000 n +0000727497 00000 n +0000727648 00000 n +0000727797 00000 n +0000727946 00000 n +0000728095 00000 n +0000728244 00000 n +0000728394 00000 n +0000728544 00000 n +0000728695 00000 n +0000728846 00000 n +0000728997 00000 n +0000729147 00000 n +0000729298 00000 n +0000729449 00000 n +0000729600 00000 n +0000729751 00000 n +0000729902 00000 n +0000730053 00000 n +0000730204 00000 n +0000730356 00000 n +0000730507 00000 n +0000730658 00000 n +0000730809 00000 n +0000730960 00000 n +0000731111 00000 n +0000731262 00000 n +0000731413 00000 n +0000731564 00000 n +0000731715 00000 n +0000731866 00000 n +0000732017 00000 n +0000732168 00000 n +0000732319 00000 n +0000732471 00000 n +0000732623 00000 n +0000732775 00000 n +0000732927 00000 n +0000733079 00000 n +0000733230 00000 n +0000733381 00000 n +0000733533 00000 n +0000733684 00000 n +0000733835 00000 n +0000733986 00000 n +0000734137 00000 n +0000734288 00000 n +0000734439 00000 n +0000734590 00000 n +0000734741 00000 n +0000734892 00000 n +0000735043 00000 n +0000735194 00000 n +0000735345 00000 n +0000735497 00000 n +0000735649 00000 n +0000735800 00000 n +0000735951 00000 n +0000736102 00000 n +0000736253 00000 n +0000736403 00000 n +0000736554 00000 n +0000736705 00000 n +0000736856 00000 n +0000737007 00000 n +0000737158 00000 n +0000737309 00000 n +0000737460 00000 n +0000737612 00000 n +0000737764 00000 n +0000737915 00000 n +0000738067 00000 n +0000738217 00000 n +0000738367 00000 n +0000738518 00000 n +0000738669 00000 n +0000738820 00000 n +0000738971 00000 n +0000739122 00000 n +0000739273 00000 n +0000739424 00000 n +0000739575 00000 n +0000739726 00000 n +0000739877 00000 n +0000740027 00000 n +0000740179 00000 n +0000740331 00000 n +0000740482 00000 n +0000740633 00000 n +0000740783 00000 n +0000740934 00000 n +0000741085 00000 n +0000741236 00000 n +0000741387 00000 n +0000741538 00000 n +0000741689 00000 n +0000741840 00000 n +0000741991 00000 n +0000742142 00000 n +0000742294 00000 n +0000742446 00000 n +0000742596 00000 n +0000742747 00000 n +0000742897 00000 n +0000743048 00000 n +0000743199 00000 n +0000743350 00000 n +0000743501 00000 n +0000743652 00000 n +0000743803 00000 n +0000743954 00000 n +0000744105 00000 n +0000744256 00000 n +0000744407 00000 n +0000744558 00000 n +0000744710 00000 n +0000744862 00000 n +0000745013 00000 n +0000745163 00000 n +0000745314 00000 n +0000745465 00000 n +0000745615 00000 n +0000745765 00000 n +0000745915 00000 n +0000746065 00000 n +0000746216 00000 n +0000746367 00000 n +0000746518 00000 n +0000746669 00000 n +0000746821 00000 n +0000746973 00000 n +0000747125 00000 n +0000747277 00000 n +0000747429 00000 n +0000747581 00000 n +0000747733 00000 n +0000747885 00000 n +0000748037 00000 n +0000748189 00000 n +0000748340 00000 n +0000748491 00000 n +0000748643 00000 n +0000748793 00000 n +0000748944 00000 n +0000749095 00000 n +0000749246 00000 n +0000749397 00000 n +0000749548 00000 n +0000749699 00000 n +0000749850 00000 n +0000750001 00000 n +0000750152 00000 n +0000750303 00000 n +0000750455 00000 n +0000750607 00000 n +0000750759 00000 n +0000750911 00000 n +0000751063 00000 n +0000751215 00000 n +0000751366 00000 n +0000751517 00000 n +0000751668 00000 n +0000751818 00000 n +0000751969 00000 n +0000752121 00000 n +0000752271 00000 n +0000752422 00000 n +0000752574 00000 n +0000752724 00000 n +0000752874 00000 n +0000753025 00000 n +0000753176 00000 n +0000753327 00000 n +0000753478 00000 n +0000753628 00000 n +0000753779 00000 n +0000753929 00000 n +0000754078 00000 n +0000754228 00000 n +0000754378 00000 n +0000754529 00000 n +0000754679 00000 n +0000754830 00000 n +0000754981 00000 n +0000755132 00000 n +0000755283 00000 n +0000755434 00000 n +0000755585 00000 n +0000761813 00000 n +0000761964 00000 n +0000762115 00000 n +0000762266 00000 n +0000762415 00000 n +0000762565 00000 n +0000762715 00000 n +0000762864 00000 n +0000763013 00000 n +0000763164 00000 n +0000763314 00000 n +0000763465 00000 n +0000763615 00000 n +0000763766 00000 n +0000763917 00000 n +0000764068 00000 n +0000764218 00000 n +0000755800 00000 n +0000700087 00000 n +0000696894 00000 n +0000755736 00000 n +0000764369 00000 n +0000764520 00000 n +0000764671 00000 n +0000764821 00000 n +0000764972 00000 n +0000765124 00000 n +0000765275 00000 n +0000765426 00000 n +0000765577 00000 n +0000765728 00000 n +0000765878 00000 n +0000766028 00000 n +0000766177 00000 n +0000766327 00000 n +0000766476 00000 n +0000766627 00000 n +0000766778 00000 n +0000766929 00000 n +0000767080 00000 n +0000767232 00000 n +0000767383 00000 n +0000767533 00000 n +0000767683 00000 n +0000767834 00000 n +0000767983 00000 n +0000768133 00000 n +0000768283 00000 n +0000768434 00000 n +0000768584 00000 n +0000768734 00000 n +0000768885 00000 n +0000769036 00000 n +0000769188 00000 n +0000769339 00000 n +0000769489 00000 n +0000769639 00000 n +0000769791 00000 n +0000769943 00000 n +0000770094 00000 n +0000770245 00000 n +0000770396 00000 n +0000770547 00000 n +0000770698 00000 n +0000770849 00000 n +0000771000 00000 n +0000771151 00000 n +0000771303 00000 n +0000771452 00000 n +0000771602 00000 n +0000771752 00000 n +0000771903 00000 n +0000772054 00000 n +0000772204 00000 n +0000772354 00000 n +0000772505 00000 n +0000772656 00000 n +0000772807 00000 n +0000772957 00000 n +0000773107 00000 n +0000773258 00000 n +0000773409 00000 n +0000773560 00000 n +0000773710 00000 n +0000773860 00000 n +0000774011 00000 n +0000774161 00000 n +0000774312 00000 n +0000774463 00000 n +0000774615 00000 n +0000774766 00000 n +0000774917 00000 n +0000775069 00000 n +0000775220 00000 n +0000775370 00000 n +0000775521 00000 n +0000775671 00000 n +0000775822 00000 n +0000775972 00000 n +0000776122 00000 n +0000776273 00000 n +0000776424 00000 n +0000776574 00000 n +0000776724 00000 n +0000776875 00000 n +0000777025 00000 n +0000777175 00000 n +0000777326 00000 n +0000777476 00000 n +0000777627 00000 n +0000777777 00000 n +0000777928 00000 n +0000778078 00000 n +0000778229 00000 n +0000778380 00000 n +0000778531 00000 n +0000778682 00000 n +0000778834 00000 n +0000778983 00000 n +0000779133 00000 n +0000779282 00000 n +0000779433 00000 n +0000779584 00000 n +0000779734 00000 n +0000779884 00000 n +0000780035 00000 n +0000780186 00000 n +0000780337 00000 n +0000780488 00000 n +0000780639 00000 n +0000780790 00000 n +0000780940 00000 n +0000781091 00000 n +0000781242 00000 n +0000781393 00000 n +0000781544 00000 n +0000781695 00000 n +0000781845 00000 n +0000781996 00000 n +0000782147 00000 n +0000782298 00000 n +0000782448 00000 n +0000782598 00000 n +0000782749 00000 n +0000782900 00000 n +0000783051 00000 n +0000783202 00000 n +0000783354 00000 n +0000783505 00000 n +0000783656 00000 n +0000783807 00000 n +0000783958 00000 n +0000784109 00000 n +0000784259 00000 n +0000784408 00000 n +0000784559 00000 n +0000784710 00000 n +0000784861 00000 n +0000785012 00000 n +0000785163 00000 n +0000785314 00000 n +0000785465 00000 n +0000785616 00000 n +0000785767 00000 n +0000785916 00000 n +0000786067 00000 n +0000786218 00000 n +0000786368 00000 n +0000786519 00000 n +0000786670 00000 n +0000786821 00000 n +0000786971 00000 n +0000787121 00000 n +0000787271 00000 n +0000787421 00000 n +0000787573 00000 n +0000787725 00000 n +0000787877 00000 n +0000788029 00000 n +0000788180 00000 n +0000788331 00000 n +0000788482 00000 n +0000788633 00000 n +0000788784 00000 n +0000788935 00000 n +0000789086 00000 n +0000789236 00000 n +0000789387 00000 n +0000789539 00000 n +0000789690 00000 n +0000789842 00000 n +0000789994 00000 n +0000790145 00000 n +0000790297 00000 n +0000790448 00000 n +0000790600 00000 n +0000790751 00000 n +0000790902 00000 n +0000791053 00000 n +0000791204 00000 n +0000791356 00000 n +0000791507 00000 n +0000791659 00000 n +0000791810 00000 n +0000791962 00000 n +0000792112 00000 n +0000792262 00000 n +0000792413 00000 n +0000792564 00000 n +0000792715 00000 n +0000792865 00000 n +0000793015 00000 n +0000793167 00000 n +0000793317 00000 n +0000793467 00000 n +0000793618 00000 n +0000793768 00000 n +0000793919 00000 n +0000794070 00000 n +0000794221 00000 n +0000794372 00000 n +0000794523 00000 n +0000794675 00000 n +0000794826 00000 n +0000794977 00000 n +0000795126 00000 n +0000795275 00000 n +0000795424 00000 n +0000795573 00000 n +0000795724 00000 n +0000795875 00000 n +0000796026 00000 n +0000796177 00000 n +0000796328 00000 n +0000796479 00000 n +0000796631 00000 n +0000796783 00000 n +0000796935 00000 n +0000797087 00000 n +0000797239 00000 n +0000797391 00000 n +0000797543 00000 n +0000797695 00000 n +0000797846 00000 n +0000797998 00000 n +0000798150 00000 n +0000798302 00000 n +0000798453 00000 n +0000798604 00000 n +0000798756 00000 n +0000798908 00000 n +0000799060 00000 n +0000799211 00000 n +0000799363 00000 n +0000799515 00000 n +0000799667 00000 n +0000799817 00000 n +0000799969 00000 n +0000800120 00000 n +0000800271 00000 n +0000800422 00000 n +0000800573 00000 n +0000800724 00000 n +0000800876 00000 n +0000801028 00000 n +0000801178 00000 n +0000801329 00000 n +0000801480 00000 n +0000801631 00000 n +0000801782 00000 n +0000801931 00000 n +0000802082 00000 n +0000802233 00000 n +0000802384 00000 n +0000802533 00000 n +0000802683 00000 n +0000802834 00000 n +0000802985 00000 n +0000803136 00000 n +0000803285 00000 n +0000803435 00000 n +0000803585 00000 n +0000803736 00000 n +0000803887 00000 n +0000804039 00000 n +0000804191 00000 n +0000804343 00000 n +0000806113 00000 n +0000806265 00000 n +0000806417 00000 n +0000806569 00000 n +0000806720 00000 n +0000806871 00000 n +0000804559 00000 n +0000759131 00000 n +0000755942 00000 n +0000804495 00000 n +0000807022 00000 n +0000807174 00000 n +0000807326 00000 n +0000807476 00000 n +0000807626 00000 n +0000807776 00000 n +0000807927 00000 n +0000808077 00000 n +0000808227 00000 n +0000808378 00000 n +0000808529 00000 n +0000808680 00000 n +0000808830 00000 n +0000808981 00000 n +0000809132 00000 n +0000809282 00000 n +0000809432 00000 n +0000809583 00000 n +0000809734 00000 n +0000809885 00000 n +0000810036 00000 n +0000810187 00000 n +0000810337 00000 n +0000810487 00000 n +0000810637 00000 n +0000810787 00000 n +0000810938 00000 n +0000811089 00000 n +0000811240 00000 n +0000811392 00000 n +0000811544 00000 n +0000811696 00000 n +0000811848 00000 n +0000812000 00000 n +0000812152 00000 n +0000812304 00000 n +0000812456 00000 n +0000812606 00000 n +0000812757 00000 n +0000812908 00000 n +0000813060 00000 n +0000813211 00000 n +0000813360 00000 n +0000813574 00000 n +0000805537 00000 n +0000804701 00000 n +0000813510 00000 n +0001319575 00000 n +0001309800 00000 n +0000813716 00000 n +0000814139 00000 n +0000814709 00000 n +0000815323 00000 n +0000815681 00000 n +0000815705 00000 n +0000816024 00000 n +0000816306 00000 n +0000817532 00000 n +0000818120 00000 n +0000818650 00000 n +0000819223 00000 n +0000819699 00000 n +0000820286 00000 n +0000820386 00000 n +0000820932 00000 n +0000822134 00000 n +0000822694 00000 n +0000822822 00000 n +0000823412 00000 n +0000824785 00000 n +0000825365 00000 n +0000825919 00000 n +0000826425 00000 n +0000826451 00000 n +0000826914 00000 n +0000827372 00000 n +0000829378 00000 n +0000829610 00000 n +0000831378 00000 n +0000831608 00000 n +0000833224 00000 n +0000833495 00000 n +0000852161 00000 n +0000852436 00000 n +0000878411 00000 n +0000878826 00000 n +0000901621 00000 n +0000902021 00000 n +0000919258 00000 n +0000919618 00000 n +0000925585 00000 n +0000925816 00000 n +0000944259 00000 n +0000944534 00000 n +0000960323 00000 n +0000960598 00000 n +0000991148 00000 n +0000991505 00000 n +0001014436 00000 n +0001014811 00000 n +0001043128 00000 n +0001043745 00000 n +0001060910 00000 n +0001061239 00000 n +0001075203 00000 n +0001075494 00000 n +0001085391 00000 n +0001085655 00000 n +0001095840 00000 n +0001096124 00000 n +0001107578 00000 n +0001107911 00000 n +0001127038 00000 n +0001127310 00000 n +0001143304 00000 n +0001143583 00000 n +0001168240 00000 n +0001168565 00000 n +0001199181 00000 n +0001199479 00000 n +0001242232 00000 n +0001242884 00000 n +0001281595 00000 n +0001282172 00000 n +0001307409 00000 n +0001307688 00000 n +0001309580 00000 n +0001319655 00000 n +0001319775 00000 n +0001319895 00000 n +0001320019 00000 n +0001320145 00000 n +0001320271 00000 n +0001320397 00000 n +0001320477 00000 n +0001320604 00000 n +0001320684 00000 n +0001320758 00000 n +0001328906 00000 n +0001329110 00000 n +0001329319 00000 n +0001329522 00000 n +0001329691 00000 n +0001329860 00000 n +0001330025 00000 n +0001330197 00000 n +0001330382 00000 n +0001330565 00000 n +0001330750 00000 n +0001330933 00000 n +0001331118 00000 n +0001331300 00000 n +0001331482 00000 n +0001331667 00000 n +0001331850 00000 n +0001332035 00000 n +0001332218 00000 n +0001332403 00000 n +0001332586 00000 n +0001332771 00000 n +0001332954 00000 n +0001333139 00000 n +0001333321 00000 n +0001333501 00000 n +0001333683 00000 n +0001333865 00000 n +0001334050 00000 n +0001334226 00000 n +0001334396 00000 n +0001334567 00000 n +0001334737 00000 n +0001334908 00000 n +0001335078 00000 n +0001335249 00000 n +0001335419 00000 n +0001335590 00000 n +0001335759 00000 n +0001335928 00000 n +0001336102 00000 n +0001336277 00000 n +0001336454 00000 n +0001336638 00000 n +0001336834 00000 n +0001337018 00000 n +0001337226 00000 n +0001337458 00000 n +0001337679 00000 n +0001337909 00000 n +0001338144 00000 n +0001338371 00000 n +0001338598 00000 n +0001338828 00000 n +0001339057 00000 n +0001339301 00000 n +0001339571 00000 n +0001339843 00000 n +0001340106 00000 n +0001340316 00000 n +0001340433 00000 n +0001340550 00000 n +0001340666 00000 n +0001340783 00000 n +0001340901 00000 n +0001341018 00000 n +0001341134 00000 n +0001341250 00000 n +0001341373 00000 n +0001341503 00000 n +0001341626 00000 n +0001341744 00000 n +0001341842 00000 n +0001341924 00000 n +0001341964 00000 n +0001342096 00000 n trailer -<< /Size 3387 -/Root 3385 0 R -/Info 3386 0 R -/ID [ ] >> +<< /Size 3436 +/Root 3434 0 R +/Info 3435 0 R +/ID [ ] >> startxref -1322894 +1342524 %%EOF diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html new file mode 100644 index 00000000000..845f6e1b3f4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html @@ -0,0 +1,462 @@ + + + + + +The glossaries package: a guide for beginners + + + + + + + + + + + + + +

    The glossaries package: a guide for beginners

    +

    Nicola L.C. Talbot

    +

    30th May 2009

    +
    + +

    +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 +such, it only covers the basics. For more advanced topics, see the +main user manual. +
    +

    + +

    + +

    +1 What Do I Need? +

    + +

    +You need to have the glossaries package installed. You also +need to have the following packages installed: ifthen, +xkeyval (at least version 2.5f), xfor and amsgen. +You may also need longtable, supertabular and +array, depending on what glossary style you want to use. +All these packages can be downloaded from CTAN if you don't have +them installed. See Installing things on a +(La)TeX System +for further assistance. + +

    +You also need an indexing application. The glossaries package +is configured to use either makeindex or xindy. +Makeindex should be available on all TeX systems. It's +possible you may not have xindy installed, but it can be +downloaded from the xindy home +page. +The glossaries package provides a helper Perl script called +makeglossaries which will act as an interface to +makeindex or xindy. If you want to use +makeglossaries, you need to have Perl installed, but you can +use makeindex or xindy directly if you prefer. + +

    + +

    +2 Getting Started +

    + +

    +The most obvious things to do is to remember to load the +glossaries package: +

    +\usepackage{glossaries}
    +
    +Note that the glossaries package must be loaded after +the hyperref package (contrary to the general advice that +hyperref should be loaded last). The glossaries package +should also be loaded after html, inputenc, +babel and ngerman. + +

    +If you want to use xindy rather than makeindex to sort the +glossaries, you need to specify this in the package options: +

    +\usepackage[xindy]{glossaries}
    +
    +Other package options are described in +the section +"Package Options" +in the main glossaries user manual. + +

    +Next, you need to enable the creation of the various external +files that are needed to create the glossaries, lists of acronyms +or symbols for your document. This is done using: + +

    +\makeglossaries +

    + +

    + +

    +3 Defining a Term or Symbol +

    + +

    +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 +using: + +

    +\newglossaryentry{<label>}{<settings>} +

    +where <label> is a unique label used to identify the term. +The second argument, <settings>, is a key=value comma +separated list that is used to set the required information for +the term. A full list of available keys can be found in +"Defining Glossary Entries" +in the main glossaries user manual. The principle keys are +name and description. + +

    +For example, to define the term "electrolyte": +

    +\newglossaryentry{electrolyte}{name=electrolyte,
    +description={solution able to conduct electric current}}
    +
    +In the above example, the label and the name happen to be the same. +In the next example, the name contains a ligature but the label +doesn't: +
    +\newglossaryentry{oesophagus}{name=\oe sophagus,
    +description={canal from mouth to stomach},
    +plural=\oe sophagi}
    +
    +In this case the label is oesophagus. Note that in this +case, the plural has to be specified using the plural key +since it isn't formed by simply appending the letter "s". + +

    +When you define terms, it is important to remember that they will +be sorted by an external application that doesn't interpret LaTeX commands. Xindy is a little more TeX-aware than makeindex, but +for this example they will both mis-sort \oe sophagus. +Xindy will ignore the \oe part and will sort it according +to sophagus, so it will be placed with the terms starting +with an "s". Makeindex, on the other hand, will sort it according +to \oe sophagus which starts with a symbol (the backslash), +so it will end up in the symbol group. You therefore need to +specify how to sort the term: +

    +\newglossaryentry{oesophagus}{name=\oe sophagus,
    +description={canal from mouth to stomach},
    +plural=\oe sophagi,sort=oesophagus}
    +
    +Note, however, that if you use the inputenc package and +xindy, you can use the encoded character œ rather than +\oe and xindy will sort it correctly: +
    +\newglossaryentry{oesophagus}{name=œsophagus,
    +description={canal from mouth to stomach},
    +plural=œsophagi}
    +
    + +

    +If the name starts with an accented character, the first character +must be grouped: +

    +\newglossaryentry{elite}{name={\'e}lite,
    +description={select group of people},
    +sort=elite}
    +
    +or +
    +\newglossaryentry{elite}{name={é}lite,
    +description={select group of people}}
    +
    + +

    +The name can also be a symbol, but you will also need to specify +the sort key. For example: +

    +\newglossaryentry{pi}{name={\ensuremath{\pi}},
    +description={ratio of circumference of circle to its 
    +diameter},sort=pi}
    +
    +It's also possible to have a name and a symbol. For example: +
    +\newglossaryentry{set}{name=set,
    +description={a collection of objects},
    +symbol={\ensuremath{\mathcal{S}}}}
    +
    +Note, however, that not all glossary styles display the symbol +in the glossary. + +

    + +

    +4 Using a Term +

    + +

    +Once you have defined a term, you can use it in the document. The +glossaries package provides a number of commands that are +described in the section +"Links to Glossary Entries" +in the main glossaries user manual. +Here, I shall just cover the main commands: + +

    +\gls{<label>} +

    +This prints the term associated with <label>. Using the +example in the previous section, \gls{oesophagus} +will display œsophagus. If the hyperref package has also +been loaded, the term will also be hyperlinked to the relevant +entry in the glossary. + +

    +\glspl{<label>} +

    +This prints the plural of the term associated with <label>, +so \glspl{oesophagus} will display œsophagi. Again, the +text will be a hyperlink to the relevant entry in the glossary, if +hyperlinks are defined. + +

    +There are also versions that convert the first character to upper +case if you need to start a sentence with a term: + +

    +\Gls{<label>} +

    +and + +

    +\Glspl{<label>} +

    +For example: +

    +\Glspl{electrolyte} usually exist as solutions of salts, 
    +bases or acids.
    +
    + +

    +Note that these commands all have two optional arguments that +aren't discussed here, but they are +described in the section +"Links to Glossary Entries" +in the main glossaries user manual. + +

    +Caveat: don't use these commands in moving arguments, such +as those used by \chapter, \section and \caption. +You can, instead, use commands such as + +

    +\glsentrytext{<label>} +

    +See the section +"Using Glossary Terms Without Links" +in the main glossaries user manual. + +

    + +

    +5 Acronyms +

    + +

    +The glossaries package also allows you to define acronyms. +By default, acronyms will be added to the main glossary, but if +you use the acronym package option, acronyms will be +placed in a separate list of acronyms: +

    +\usepackage[acronym]{glossaries}
    +
    +There are other options that govern how acronyms appear. For further +details, see the section +"Acronyms" +in +the main glossaries user manual. + +

    +Acronyms must be defined before use and are defined using: + +

    +\newacronym{<label>}{<abbrv>}{<full>} +

    +where <label> is the label identifying the acronym, <abbrv> +is the abbreviated form and <full> is the fully expanded text. +For example: +

    +\newacronym{label}{svm}{support vector machine}
    +
    + +

    +Once the acronym is defined, it can be used in the same way as +any other glossary term with commands such as \gls and +\glspl. On first use, the default will display <full> +(<abbrv>). On subsequent use, only the abbreviation will +appear. For example: +

    +A \gls{svm} was implemented.
    +
    +If this is the first time this term has been used, the above would +produce: +

    +A support vector machine (svm) was implemented. +

    +otherwise it would produce: +

    +A svm was implemented. +

    +You can reset an acronym so that the next use fully +expands it again using: + +

    +\glsreset{<label>} +

    +or you can reset all acronyms using + +

    +\glsresetall +

    +For further details on resetting and unsetting acronyms, see +the section +"Unsetting and Resetting Entry Flags" +in the main glossaries user manual. + +

    + +

    +6 Displaying the Glossary or List of Acronyms +

    + +

    +In order to display the sorted list of terms, you first need to +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. + +

    +Suppose your document is called myDoc.tex, then you need +to: + +

      +
    1. Build/LaTeX your document, either by clicking on an +appropriate button in your front-end/text editor or by typing the +following at a terminal/command prompt: +
      +latex myDoc
      +
      + +

      +

    2. +
    3. Run the indexing application on the external file(s) created +by the glossaries package. If you have used the xindy +package option, you must use xindy, otherwise you must use +makeindex. The glossaries package comes with a convenient +Perl wrapper that calls the appropriate indexing application the +required number of times with the required options. If you have Perl +installed, all you need to do is type +
      +makeglossaries myDoc
      +
      +in a terminal or command prompt. If you are using a front-end (such +as WinEdt or TeXnicCenter) and you want it to automatically run +makeglossaries when you build your document, you will need to +consult the front-end's documentation. + +

      +If you don't have Perl installed, you will need to call makeindex +or xindy explicitly. This is more complicated and is described in +the section +"Generating the Associated Glossary Files" +in the +main glossaries user manual. + +

      +

    4. +
    5. Once you have successfully run the indexing application, you +need to build/LaTeX your document again (see step 1). +
    6. +
    +Note that sometimes you may have to repeat steps 2 and 3. + +

    +The appearance of the glossary depends on the glossary style in +use. The default style uses the description environment, +but there are many other styles available. These are described +in the section +"Glossary Styles" +in the main glossaries user manual. +By default, a number or list of numbers will appear after each entry +in the glossary. This indicates the page (or pages) +on which the term was used. This list can be suppressed using +the nonumberlist package option: +

    +\usepackage[nonumberlist]{glossaries}
    +
    + +

    +Further information can be found in the main glossaries +user +manual +and there is also an +article on the glossaries package +on the LaTeX Community's Know How section. +


    + + + diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.pdf new file mode 100644 index 00000000000..89d4daaf0f8 Binary files /dev/null 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 new file mode 100644 index 00000000000..cbfd8b0914f --- /dev/null +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex @@ -0,0 +1,371 @@ +\documentclass[a4paper,12pt]{article} + +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{cmap} +\usepackage{mathpazo} +\usepackage[scaled=.90]{helvet} +\usepackage{courier} +\usepackage{xr-hyper} +\usepackage[colorlinks,pdfauthor={Nicola L.C. Talbot}, + pdftitle={The glossaries package: a guide for beginners}]{hyperref} +\usepackage{html} + +\title{The glossaries package: a guide for beginners} +\author{Nicola L.C. Talbot} +\date{30th May 2009} + +%\begin{latexonly} +\newcommand*{\sty}[1]{\textsf{#1}} +\newcommand*{\env}[1]{\textsf{#1}} +\newcommand*{\pkgopt}[1]{\textsf{#1}} +\newcommand*{\dq}[1]{``#1''} +\newcommand*{\gloskey}[1]{\textsf{#1}} + +\newcommand*{\meta}[1]{\textnormal{$\langle$\emph{#1}$\rangle$}} +\newenvironment{definition}{\par\vskip\baselineskip\noindent +\ignorespaces}{\par\vskip\baselineskip\noindent\ignorespacesafterend} +%\end{latexonly} +\begin{htmlonly} +\newcommand{\sty}[1]{\texttt{#1}} +\newcommand{\env}[1]{\texttt{#1}} +\renewcommand{\LaTeX}{LaTeX} +\renewcommand{\TeX}{TeX} +\newcommand*{\pkgopt}[1]{\texttt{#1}} +\newcommand*{\dq}[1]{"#1"} +\newcommand*{\gloskey}[1]{\texttt{#1}} +\newcommand*{\meta}[1]{\textnormal{\textless\emph{#1}\textgreater}} +\newenvironment{definition}{\par}{\par} +\end{htmlonly} + +\newcommand*{\marg}[1]{\texttt{\char`\{\meta{#1}\char`\}}} +\newcommand*{\oarg}[1]{\texttt{[\meta{#1}]}} +\newcommand*{\cs}[1]{\texttt{\char`\\#1}} +\newcommand*{\app}[1]{\texttt{#1}} + +\externaldocument{glossaries} + +\begin{document} +\maketitle +\tableofcontents + +\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 +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?} + +You need to have the \sty{glossaries} package installed. You also +need to have the following packages installed: \sty{ifthen}, +\sty{xkeyval} (at least version 2.5f), \sty{xfor} and \sty{amsgen}. +You may also need \sty{longtable}, \sty{supertabular} and +\sty{array}, depending on what glossary style you want to use. +All these packages can be downloaded from CTAN if you don't have +them installed. See \htmladdnormallink{Installing things on a +(La)TeX System}{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings}\latex{\footnote{\url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings}}} +for further assistance. + +You also need an indexing application. The \sty{glossaries} package +is configured to use either \app{makeindex} or \app{xindy}. +\app{Makeindex} should be available on all \TeX\ systems. It's +possible you may not have \app{xindy} installed, but it can be +downloaded from the \htmladdnormallink{xindy home +page}{http://www.xindy.org/}.\latex{\footnote{\url{http://www.xindy.org/}}} +The \sty{glossaries} package provides a helper Perl script called +\app{makeglossaries} which will act as an interface to +\app{makeindex} or \app{xindy}. If you want to use +\app{makeglossaries}, you need to have Perl installed, but you can +use \app{makeindex} or \app{xindy} directly if you prefer. + +\section{Getting Started} + +The most obvious things to do is to remember to load the +\sty{glossaries} package: +\begin{verbatim} +\usepackage{glossaries} +\end{verbatim} +Note that the \sty{glossaries} package must be loaded \emph{after} +the \sty{hyperref} package (contrary to the general advice that +\sty{hyperref} should be loaded last). The \sty{glossaries} package +should also be loaded after \sty{html}, \sty{inputenc}, +\sty{babel} and \sty{ngerman}. + +If you want to use \app{xindy} rather than \app{makeindex} to sort the +glossaries, you need to specify this in the package options: +\begin{verbatim} +\usepackage[xindy]{glossaries} +\end{verbatim} +Other package options are described in +\latexhtml{section~\ref{sec:pkgopts}}{the section +\htmladdnormallink{\dq{Package Options}}{glossaries-manual.html#sec:pkgopts}} in the main \sty{glossaries} user manual. + +Next, you need to enable the creation of the various external +files that are needed to create the glossaries, lists of acronyms +or symbols for your document. This is done using: +\begin{definition} +\cs{makeglossaries} +\end{definition} + +\section{Defining a Term or Symbol} + +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 +using: +\begin{definition} +\cs{newglossaryentry}\marg{label}\marg{settings} +\end{definition} +where \meta{label} is a unique label used to identify the term. +The second argument, \meta{settings}, is a key=value comma +separated list that is used to set the required information for +the term. A full list of available keys can be found in +\latexhtml{section~\ref{sec:newglosentry}}{\htmladdnormallink{\dq{Defining Glossary Entries}}{glossaries-manual.html#sec:newglosentry}} +in the main \sty{glossaries} user manual. The principle keys are +\gloskey{name} and \gloskey{description}. + +For example, to define the term \dq{electrolyte}: +\begin{verbatim} +\newglossaryentry{electrolyte}{name=electrolyte, +description={solution able to conduct electric current}} +\end{verbatim} +In the above example, the label and the name happen to be the same. +In the next example, the name contains a ligature but the label +doesn't: +\begin{verbatim} +\newglossaryentry{oesophagus}{name=\oe sophagus, +description={canal from mouth to stomach}, +plural=\oe sophagi} +\end{verbatim} +In this case the label is \texttt{oesophagus}. Note that in this +case, the plural has to be specified using the \gloskey{plural} key +since it isn't formed by simply appending the letter \dq{s}. + +When you define terms, it is important to remember that they will +be sorted by an external application that doesn't interpret \LaTeX\ +commands. \app{Xindy} is a little more \TeX-aware than \app{makeindex}, but +for this example they will both mis-sort \verb|\oe sophagus|. +Xindy will ignore the \verb*|\oe | part and will sort it according +to \texttt{sophagus}, so it will be placed with the terms starting +with an \dq{s}. \app{Makeindex}, on the other hand, will sort it according +to \verb|\oe sophagus| which starts with a symbol (the backslash), +so it will end up in the symbol group. You therefore need to +specify how to sort the term: +\begin{verbatim} +\newglossaryentry{oesophagus}{name=\oe sophagus, +description={canal from mouth to stomach}, +plural=\oe sophagi,sort=oesophagus} +\end{verbatim} +Note, however, that if you use the \sty{inputenc} package and +\app{xindy}, you can use the encoded character \texttt{\oe} rather than +\cs{oe} and \app{xindy} will sort it correctly: +\begin{verbatim} +\newglossaryentry{oesophagus}{name=œsophagus, +description={canal from mouth to stomach}, +plural=œsophagi} +\end{verbatim} + +If the name starts with an accented character, the first character +must be grouped: +\begin{verbatim} +\newglossaryentry{elite}{name={\'e}lite, +description={select group of people}, +sort=elite} +\end{verbatim} +or +\begin{verbatim} +\newglossaryentry{elite}{name={é}lite, +description={select group of people}} +\end{verbatim} + +The name can also be a symbol, but you will also need to specify +the sort key. For example: +\begin{verbatim} +\newglossaryentry{pi}{name={\ensuremath{\pi}}, +description={ratio of circumference of circle to its +diameter},sort=pi} +\end{verbatim} +It's also possible to have a name and a symbol. For example: +\begin{verbatim} +\newglossaryentry{set}{name=set, +description={a collection of objects}, +symbol={\ensuremath{\mathcal{S}}}} +\end{verbatim} +Note, however, that not all glossary styles display the symbol +in the glossary. + +\section{Using a Term} + +Once you have defined a term, you can use it in the document. The +\sty{glossaries} package provides a number of commands that are +described in \latexhtml{section~\ref{sec:glslink}}{the section +\htmladdnormallink{\dq{Links to Glossary Entries}}{glossaries-manual.html#sec:glslink}} in the main \sty{glossaries} user manual. +Here, I shall just cover the main commands: +\begin{definition} +\cs{gls}\marg{label} +\end{definition} +This prints the term associated with \meta{label}. Using the +example in the previous section, \verb|\gls{oesophagus}| +will display \oe sophagus. If the \sty{hyperref} package has also +been loaded, the term will also be hyperlinked to the relevant +entry in the glossary. +\begin{definition} +\cs{glspl}\marg{label} +\end{definition} +This prints the plural of the term associated with \meta{label}, +so \verb|\glspl{oesophagus}| will display \oe sophagi. Again, the +text will be a hyperlink to the relevant entry in the glossary, if +hyperlinks are defined. + +There are also versions that convert the first character to upper +case if you need to start a sentence with a term: +\begin{definition} +\cs{Gls}\marg{label} +\end{definition} +and +\begin{definition} +\cs{Glspl}\marg{label} +\end{definition} +For example: +\begin{verbatim} +\Glspl{electrolyte} usually exist as solutions of salts, +bases or acids. +\end{verbatim} + +Note that these commands all have two optional arguments that +aren't discussed here, but they are +described in \latexhtml{section~\ref{sec:glslink}}{the section +\htmladdnormallink{\dq{Links to Glossary Entries}}{glossaries-manual.html#sec:glslink}} in the main \sty{glossaries} user manual. + +\textbf{Caveat:} don't use these commands in moving arguments, such +as those used by \cs{chapter}, \cs{section} and \cs{caption}. +You can, instead, use commands such as +\begin{definition} +\cs{glsentrytext}\marg{label} +\end{definition} +See \latexhtml{section~\ref{sec:glsnolink}}{the section +\htmladdnormallink{\dq{Using Glossary Terms Without Links}}{glossaries-manual.html#sec:glsnolink}} +in the main \sty{glossaries} user manual. + +\section{Acronyms} + +The \sty{glossaries} package also allows you to define acronyms. +By default, acronyms will be added to the main glossary, but if +you use the \pkgopt{acronym} package option, acronyms will be +placed in a separate list of acronyms: +\begin{verbatim} +\usepackage[acronym]{glossaries} +\end{verbatim} +There are other options that govern how acronyms appear. For further +details, see \latexhtml{section~\ref{sec:acronyms}}{the section +\htmladdnormallink{\dq{Acronyms}}{glossaries-manual.html#sec:acronyms}} in +the main \sty{glossaries} user manual. + +Acronyms must be defined before use and are defined using: +\begin{definition} +\cs{newacronym}\marg{label}\marg{abbrv}\marg{full} +\end{definition} +where \meta{label} is the label identifying the acronym, \meta{abbrv} +is the abbreviated form and \meta{full} is the fully expanded text. +For example: +\begin{verbatim} +\newacronym{label}{svm}{support vector machine} +\end{verbatim} + +Once the acronym is defined, it can be used in the same way as +any other glossary term with commands such as \cs{gls} and +\cs{glspl}. On first use, the default will display \meta{full} +(\meta{abbrv}). On subsequent use, only the abbreviation will +appear. For example: +\begin{verbatim} +A \gls{svm} was implemented. +\end{verbatim} +If this is the first time this term has been used, the above would +produce:\par\vskip\baselineskip\noindent +A support vector machine (svm) was implemented.\par\vskip\baselineskip\noindent +otherwise it would produce:\par\vskip\baselineskip\noindent +A svm was implemented.\par\vskip\baselineskip\noindent +You can reset an acronym so that the next use fully +expands it again using: +\begin{definition} +\cs{glsreset}\marg{label} +\end{definition} +or you can reset all acronyms using +\begin{definition} +\cs{glsresetall} +\end{definition} +For further details on resetting and unsetting acronyms, see +\latexhtml{section~\ref{sec:glsunset}}{the section +\htmladdnormallink{\dq{Unsetting and Resetting Entry Flags}}{glossaries-manual.html#sec:glsunset}} +in the main \sty{glossaries} user manual. + +\section{Displaying the Glossary or List of Acronyms} + +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. + +Suppose your document is called \texttt{myDoc.tex}, then you need +to: +\begin{enumerate} +\item Build/\LaTeX\ your document, either by clicking on an +appropriate button in your front-end/text editor or by typing the +following at a terminal/command prompt: +\begin{verbatim} +latex myDoc +\end{verbatim} + +\item Run the indexing application on the external file(s) created +by the \sty{glossaries} package. If you have used the \pkgopt{xindy} +package option, you must use \app{xindy}, otherwise you must use +\app{makeindex}. The \sty{glossaries} package comes with a convenient +Perl wrapper that calls the appropriate indexing application the +required number of times with the required options. If you have Perl +installed, all you need to do is type +\begin{verbatim} +makeglossaries myDoc +\end{verbatim} +in a terminal or command prompt. If you are using a front-end (such +as WinEdt or TeXnicCenter) and you want it to automatically run +makeglossaries when you build your document, you will need to +consult the front-end's documentation. + +If you don't have Perl installed, you will need to call \app{makeindex} +or \app{xindy} explicitly. This is more complicated and is described in +\latexhtml{section~\ref{sec:makeglossaries}}{the section +\htmladdnormallink{\dq{Generating the Associated Glossary Files}}{glossaries-manual.html#sec:makeglossaries}} in the +main \sty{glossaries} user manual. + +\item Once you have successfully run the indexing application, you +need to build/\LaTeX\ your document again (see step~1). +\end{enumerate} +Note that sometimes you may have to repeat steps~2 and~3. + +The appearance of the glossary depends on the glossary style in +use. The default style uses the \env{description} environment, +but there are many other styles available. These are described +in \latexhtml{section~\ref{sec:styles}}{the section +\htmladdnormallink{\dq{Glossary Styles}}{glossaries-manual.html#sec:styles}} in the main \sty{glossaries} user manual. +By default, a number or list of numbers will appear after each entry +in the glossary. This indicates the page (or pages) +on which the term was used. This list can be suppressed using +the \pkgopt{nonumberlist} package option: +\begin{verbatim} +\usepackage[nonumberlist]{glossaries} +\end{verbatim} + +Further information can be found in the main \sty{glossaries} +\latexhtml{user manual (\href{glossaries.pdf}{glossaries.pdf})}{\htmladdnormallink{user +manual}{glossaries-manual.html}} and there is also an +\htmladdnormallink{article on the glossaries package}{http://www.latex-community.org/index.php?option=com_content&view=article&id=263:glossaries-nomenclature-lists-of-symbols-and-acronyms&catid=55:latex-general&Itemid=114} +on the \LaTeX\ Community's\latex{\footnote{\url{http://www.latex-community.org/}}} Know How section. +\end{document} diff --git a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf index aca698a8a32..4a942340a2f 100644 Binary files a/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf and b/Master/texmf-dist/doc/latex/glossaries/glossary2glossaries.pdf differ diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex index 39d57b22605..75fa56bf5c3 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample.tex @@ -1,7 +1,7 @@ \documentclass[a4paper]{report} \usepackage[plainpages=false,colorlinks]{hyperref} -\usepackage[toc,style=treenoname,order=word]{glossaries} +\usepackage[toc,style=treenoname,order=word,acronym]{glossaries} \makeglossaries -- 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.
    X  
    long3col*
    long*3col* 1 X   X X
    altlong4col*
    altlong*4col* 1 X X X  
    super3col*
    super*3col* 1 X   X X
    altsuper4col*
    altsuper*4col* 1 X X