From 22260f3239a58710ebfa9815f46940e5ef13f3c2 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 11 Jul 2014 09:34:53 +0200
Subject: [PATCH] Imported Bugzilla 3.2.

---
 Bugzilla.pm                                   |    29 +-
 Bugzilla/Attachment/CVS/Entries               |     2 +-
 Bugzilla/Attachment/CVS/Tag                   |     2 +-
 Bugzilla/Attachment/PatchReader.pm            |    13 +-
 Bugzilla/Auth/CVS/Entries                     |     4 +-
 Bugzilla/Auth/CVS/Tag                         |     2 +-
 Bugzilla/Auth/Login/CGI.pm                    |    13 +-
 Bugzilla/Auth/Login/CVS/Entries               |     8 +-
 Bugzilla/Auth/Login/CVS/Tag                   |     2 +-
 Bugzilla/Auth/Persist/CVS/Entries             |     2 +-
 Bugzilla/Auth/Persist/CVS/Tag                 |     2 +-
 Bugzilla/Auth/Persist/Cookie.pm               |    30 +-
 Bugzilla/Auth/Verify/CVS/Entries              |     8 +-
 Bugzilla/Auth/Verify/CVS/Tag                  |     2 +-
 Bugzilla/Auth/Verify/DB.pm                    |     5 +
 Bugzilla/Auth/Verify/LDAP.pm                  |     2 +-
 Bugzilla/Bug.pm                               |   173 +-
 Bugzilla/BugMail.pm                           |    20 +-
 Bugzilla/CGI.pm                               |    43 +-
 Bugzilla/CVS/Entries                          |    68 +-
 Bugzilla/CVS/Tag                              |     2 +-
 Bugzilla/Config.pm                            |    16 +-
 Bugzilla/Config/CVS/Entries                   |    34 +-
 Bugzilla/Config/CVS/Tag                       |     2 +-
 Bugzilla/Constants.pm                         |     7 +-
 Bugzilla/DB.pm                                |    17 +-
 Bugzilla/DB/CVS/Entries                       |     8 +-
 Bugzilla/DB/CVS/Tag                           |     2 +-
 Bugzilla/DB/Mysql.pm                          |    42 +-
 Bugzilla/DB/Oracle.pm                         |   119 +-
 Bugzilla/DB/Schema.pm                         |    21 +-
 Bugzilla/DB/Schema/CVS/Entries                |     6 +-
 Bugzilla/DB/Schema/CVS/Tag                    |     2 +-
 Bugzilla/DB/Schema/Oracle.pm                  |   198 +-
 Bugzilla/Error.pm                             |     7 +-
 Bugzilla/Flag.pm                              |    29 +-
 Bugzilla/FlagType.pm                          |     2 +
 Bugzilla/Hook.pm                              |   138 +-
 Bugzilla/Install/CVS/Entries                  |    12 +-
 Bugzilla/Install/CVS/Tag                      |     2 +-
 Bugzilla/Install/DB.pm                        |    85 +-
 Bugzilla/Install/Filesystem.pm                |    12 +-
 Bugzilla/Install/Requirements.pm              |     9 +-
 Bugzilla/Mailer.pm                            |    41 +-
 Bugzilla/Product.pm                           |     9 +-
 Bugzilla/Search.pm                            |    83 +-
 Bugzilla/Search/CVS/Entries                   |     4 +-
 Bugzilla/Search/CVS/Tag                       |     2 +-
 Bugzilla/Search/Quicksearch.pm                |     8 +-
 Bugzilla/Search/Saved.pm                      |    29 +-
 Bugzilla/Series.pm                            |     4 +
 Bugzilla/Template/CVS/Entries                 |     2 +-
 Bugzilla/Template/CVS/Tag                     |     2 +-
 Bugzilla/Template/Plugin/CVS/Entries          |     6 +-
 Bugzilla/Template/Plugin/CVS/Tag              |     2 +-
 Bugzilla/Template/Plugin/Hook.pm              |    89 +-
 Bugzilla/User.pm                              |    22 +-
 Bugzilla/User/CVS/Entries                     |     2 +-
 Bugzilla/User/CVS/Tag                         |     2 +-
 Bugzilla/User/Setting.pm                      |    23 +-
 Bugzilla/User/Setting/CVS/Entries             |     4 +-
 Bugzilla/User/Setting/CVS/Tag                 |     2 +-
 Bugzilla/Util.pm                              |    50 +-
 Bugzilla/WebService.pm                        |    98 +-
 Bugzilla/WebService/Bug.pm                    |    41 +-
 Bugzilla/WebService/Bugzilla.pm               |    49 +-
 Bugzilla/WebService/CVS/Entries               |    10 +-
 Bugzilla/WebService/CVS/Tag                   |     2 +-
 Bugzilla/WebService/Constants.pm              |     5 +-
 Bugzilla/WebService/Product.pm                |    30 +-
 Bugzilla/WebService/User.pm                   |    43 +-
 CVS/Entries                                   |   144 +-
 CVS/Tag                                       |     2 +-
 attachment.cgi                                |    34 +-
 buglist.cgi                                   |    21 +-
 checksetup.pl                                 |    12 +-
 colchange.cgi                                 |     2 +
 collectstats.pl                               |     8 +-
 contrib/CVS/Entries                           |    28 +-
 contrib/CVS/Tag                               |     2 +-
 contrib/bugzilla-submit/CVS/Entries           |     8 +-
 contrib/bugzilla-submit/CVS/Tag               |     2 +-
 contrib/bz_webservice_demo.pl                 |    27 +-
 contrib/bzdbcopy.pl                           |    15 +-
 contrib/cmdline/CVS/Entries                   |    14 +-
 contrib/cmdline/CVS/Tag                       |     2 +-
 contrib/gnatsparse/CVS/Entries                |     8 +-
 contrib/gnatsparse/CVS/Tag                    |     2 +-
 contrib/syncLDAP.pl                           |    15 +-
 docs/CVS/Entries                              |     4 +-
 docs/CVS/Tag                                  |     2 +-
 docs/bugzilla.ent                             |     6 +-
 docs/en/CVS/Entries                           |     6 +-
 docs/en/CVS/Tag                               |     2 +-
 docs/en/html/Bugzilla-Guide.html              |  9040 ++--
 docs/en/html/about.html                       |    12 +-
 docs/en/html/administration.html              |    47 +-
 docs/en/html/api/Bugzilla/CGI.html            |     4 +-
 docs/en/html/api/Bugzilla/DB.html             |    12 +-
 docs/en/html/api/Bugzilla/Hook.html           |   127 +-
 docs/en/html/api/Bugzilla/Search/Saved.html   |     6 +
 .../api/Bugzilla/Template/Plugin/Hook.html    |    64 +-
 docs/en/html/api/Bugzilla/User.html           |     2 +-
 docs/en/html/api/Bugzilla/User/Setting.html   |     4 +-
 docs/en/html/api/Bugzilla/WebService.html     |   158 +-
 docs/en/html/api/Bugzilla/WebService/Bug.html |    48 +-
 .../api/Bugzilla/WebService/Bugzilla.html     |    41 +-
 .../html/api/Bugzilla/WebService/Product.html |    32 +-
 .../en/html/api/Bugzilla/WebService/User.html |    47 +-
 docs/en/html/api/checksetup.html              |     8 +-
 .../html/api/contrib/bz_webservice_demo.html  |    14 +
 docs/en/html/api/index.html                   |     8 +-
 docs/en/html/api/install-module.html          |     3 +-
 docs/en/html/attachments.html                 |     6 +-
 docs/en/html/bug_page.html                    |     8 +-
 docs/en/html/bug_status_workflow.html         |     6 +-
 docs/en/html/bugreports.html                  |    10 +-
 docs/en/html/classifications.html             |     6 +-
 docs/en/html/cmdline-bugmail.html             |     6 +-
 docs/en/html/cmdline.html                     |     6 +-
 docs/en/html/components.html                  |     6 +-
 docs/en/html/configuration.html               |   323 +-
 docs/en/html/conventions.html                 |     6 +-
 docs/en/html/copyright.html                   |     6 +-
 docs/en/html/credits.html                     |     6 +-
 docs/en/html/cust-change-permissions.html     |     6 +-
 docs/en/html/cust-hooks.html                  |     6 +-
 docs/en/html/cust-skins.html                  |     6 +-
 docs/en/html/cust-templates.html              |     6 +-
 docs/en/html/custom-fields.html               |     6 +-
 docs/en/html/customization.html               |     6 +-
 docs/en/html/disclaimer.html                  |     6 +-
 docs/en/html/edit-values.html                 |     6 +-
 docs/en/html/extraconfig.html                 |    44 +-
 docs/en/html/flags-overview.html              |     6 +-
 docs/en/html/flags.html                       |     6 +-
 docs/en/html/general-advice.html              |     6 +-
 docs/en/html/gfdl-0.html                      |     6 +-
 docs/en/html/gfdl-1.html                      |     6 +-
 docs/en/html/gfdl-10.html                     |     6 +-
 docs/en/html/gfdl-2.html                      |     6 +-
 docs/en/html/gfdl-3.html                      |     6 +-
 docs/en/html/gfdl-4.html                      |     6 +-
 docs/en/html/gfdl-5.html                      |     6 +-
 docs/en/html/gfdl-6.html                      |     6 +-
 docs/en/html/gfdl-7.html                      |     6 +-
 docs/en/html/gfdl-8.html                      |     6 +-
 docs/en/html/gfdl-9.html                      |     6 +-
 docs/en/html/gfdl-howto.html                  |     8 +-
 docs/en/html/gfdl.html                        |     8 +-
 docs/en/html/glossary.html                    |    10 +-
 docs/en/html/groups.html                      |     8 +-
 docs/en/html/hintsandtips.html                |     8 +-
 docs/en/html/index.html                       |    18 +-
 docs/en/html/install-perlmodules-manual.html  |     6 +-
 docs/en/html/installation.html                |   120 +-
 docs/en/html/installing-bugzilla.html         |    49 +-
 docs/en/html/integration.html                 |     6 +-
 docs/en/html/keywords.html                    |     6 +-
 docs/en/html/lifecycle.html                   |     6 +-
 docs/en/html/milestones.html                  |     6 +-
 docs/en/html/modules-manual-download.html     |     6 +-
 docs/en/html/modules-manual-instructions.html |     6 +-
 docs/en/html/modules-manual-optional.html     |     6 +-
 docs/en/html/multiple-bz-dbs.html             |     6 +-
 docs/en/html/myaccount.html                   |    10 +-
 docs/en/html/newversions.html                 |    10 +-
 docs/en/html/nonroot.html                     |    36 +-
 docs/en/html/os-specific.html                 |     6 +-
 docs/en/html/parameters.html                  |    47 +-
 docs/en/html/paranoid-security.html           |     6 +-
 docs/en/html/patches.html                     |     6 +-
 docs/en/html/products.html                    |     6 +-
 docs/en/html/query.html                       |    26 +-
 docs/en/html/quips.html                       |     6 +-
 docs/en/html/reporting.html                   |     8 +-
 docs/en/html/sanitycheck.html                 |    16 +-
 docs/en/html/security-bugzilla.html           |     6 +-
 docs/en/html/security-mysql.html              |     6 +-
 docs/en/html/security-os.html                 |     6 +-
 docs/en/html/security-webserver.html          |     6 +-
 docs/en/html/security.html                    |    16 +-
 docs/en/html/timetracking.html                |     6 +-
 docs/en/html/trbl-dbdsponge.html              |     6 +-
 docs/en/html/trbl-index.html                  |     6 +-
 docs/en/html/trbl-passwd-encryption.html      |     6 +-
 docs/en/html/trbl-perlmodule.html             |     6 +-
 docs/en/html/trbl-relogin-everyone.html       |    10 +-
 docs/en/html/trbl-relogin-some.html           |     6 +-
 docs/en/html/trbl-testserver.html             |     6 +-
 docs/en/html/troubleshooting.html             |     6 +-
 docs/en/html/{upgrading.html => upgrade.html} |   648 +-
 docs/en/html/useradmin.html                   |     6 +-
 docs/en/html/userpreferences.html             |     6 +-
 docs/en/html/using-intro.html                 |     6 +-
 docs/en/html/using.html                       |    10 +-
 docs/en/html/versions.html                    |     6 +-
 docs/en/html/voting.html                      |     6 +-
 docs/en/html/whining.html                     |     8 +-
 docs/en/images/CVS/Entries                    |    12 +-
 docs/en/images/CVS/Tag                        |     2 +-
 docs/en/images/callouts/CVS/Entries           |     6 +-
 docs/en/images/callouts/CVS/Tag               |     2 +-
 docs/en/pdf/Bugzilla-Guide.pdf                | 38826 ++++++++--------
 docs/en/txt/Bugzilla-Guide.txt                |   655 +-
 docs/en/xml/Bugzilla-Guide.xml                |    12 +-
 docs/en/xml/CVS/Entries                       |    36 +-
 docs/en/xml/CVS/Tag                           |     2 +-
 docs/en/xml/about.xml                         |     4 +-
 docs/en/xml/administration.xml                |   359 +-
 docs/en/xml/bugzilla.ent                      |     6 +-
 docs/en/xml/installation.xml                  |   622 +-
 docs/lib/CVS/Tag                              |     2 +-
 docs/lib/Pod/CVS/Tag                          |     2 +-
 docs/lib/Pod/Simple/CVS/Tag                   |     2 +-
 docs/lib/Pod/Simple/HTML/CVS/Entries          |     2 +-
 docs/lib/Pod/Simple/HTML/CVS/Tag              |     2 +-
 docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm     |     1 +
 docs/lib/Pod/Simple/HTMLBatch/CVS/Entries     |     2 +-
 docs/lib/Pod/Simple/HTMLBatch/CVS/Tag         |     2 +-
 editparams.cgi                                |    13 +-
 editproducts.cgi                              |     8 +-
 editusers.cgi                                 |    12 +-
 editwhines.cgi                                |    26 +-
 editworkflow.cgi                              |     2 +-
 email_in.pl                                   |     8 +-
 enter_bug.cgi                                 |    55 +-
 extensions/CVS/Tag                            |     2 +-
 extensions/example/CVS/Entries                |     5 +-
 extensions/example/CVS/Tag                    |     2 +-
 extensions/example/code/CVS/Entries           |     9 +-
 extensions/example/code/CVS/Tag               |     2 +-
 extensions/example/code/bug-end_of_update.pl  |    56 +
 extensions/example/code/buglist-columns.pl    |    26 +
 extensions/example/code/colchange-columns.pl  |    27 +
 extensions/example/code/config.pl             |    26 +
 extensions/example/code/flag-end_of_update.pl |    42 +
 .../code/install-before_final_checks.pl       |    28 +
 .../example/code/webservice-error_codes.pl    |    25 +
 extensions/example/{version.pl => info.pl}    |    22 +-
 extensions/example/lib/CVS/Entries            |     3 +-
 extensions/example/lib/CVS/Tag                |     2 +-
 extensions/example/lib/ConfigExample.pm       |    41 +
 extensions/example/lib/WSExample.pm           |     4 +-
 extensions/example/template/CVS/Entries       |     1 +
 extensions/example/template/CVS/Repository    |     1 +
 extensions/example/template/CVS/Root          |     1 +
 extensions/example/template/CVS/Tag           |     1 +
 extensions/example/template/en/CVS/Entries    |     2 +
 extensions/example/template/en/CVS/Repository |     1 +
 extensions/example/template/en/CVS/Root       |     1 +
 extensions/example/template/en/CVS/Tag        |     1 +
 .../example/template/en/default/CVS/Entries   |     1 +
 .../template/en/default/CVS/Repository        |     1 +
 .../example/template/en/default/CVS/Root      |     1 +
 .../example/template/en/default/CVS/Tag       |     1 +
 .../template/en/default/admin/CVS/Entries     |     1 +
 .../template/en/default/admin/CVS/Repository  |     1 +
 .../template/en/default/admin/CVS/Root        |     1 +
 .../example/template/en/default/admin/CVS/Tag |     1 +
 .../en/default/admin/params/CVS/Entries       |     2 +
 .../en/default/admin/params/CVS/Repository    |     1 +
 .../template/en/default/admin/params/CVS/Root |     1 +
 .../template/en/default/admin/params/CVS/Tag  |     1 +
 .../en/default/admin/params/example.html.tmpl |    28 +
 .../example/template/en/global/CVS/Entries    |     2 +
 .../example/template/en/global/CVS/Repository |     1 +
 .../example/template/en/global/CVS/Root       |     1 +
 extensions/example/template/en/global/CVS/Tag |     1 +
 .../en/global/user-error-errors.html.tmpl     |    12 +
 images/CVS/Entries                            |     3 +-
 images/CVS/Tag                                |     2 +-
 images/favicon.ico                            |   Bin 0 -> 4150 bytes
 importxml.pl                                  |    27 +-
 index.cgi                                     |     4 +-
 install-module.pl                             |    10 +-
 js/CVS/Entries                                |    19 +-
 js/CVS/Tag                                    |     2 +-
 js/field.js                                   |    12 +-
 js/keyword-chooser.js                         |   141 -
 js/util.js                                    |    76 -
 js/yui/CVS/Entries                            |     4 +-
 js/yui/CVS/Tag                                |     2 +-
 lib/CVS/Entries                               |     2 +-
 lib/CVS/Tag                                   |     2 +-
 post_bug.cgi                                  |     1 -
 process_bug.cgi                               |     1 -
 quips.cgi                                     |    22 +-
 request.cgi                                   |    17 +
 sanitycheck.cgi                               |   101 +-
 show_bug.cgi                                  |     1 -
 showdependencygraph.cgi                       |     2 +-
 skins/CVS/Entries                             |     2 +-
 skins/CVS/Tag                                 |     2 +-
 skins/contrib/CVS/Tag                         |     2 +-
 skins/contrib/Dusk/CVS/Entries                |     6 +-
 skins/contrib/Dusk/CVS/Tag                    |     2 +-
 skins/contrib/Dusk/buglist.css                |     1 -
 skins/contrib/Dusk/global.css                 |    16 -
 skins/standard/CVS/Entries                    |    34 +-
 skins/standard/CVS/Tag                        |     2 +-
 skins/standard/admin.css                      |    10 +
 skins/standard/dependency-tree/CVS/Entries    |     8 +-
 skins/standard/dependency-tree/CVS/Tag        |     2 +-
 skins/standard/global.css                     |    19 +-
 skins/standard/global/CVS/Entries             |     6 +-
 skins/standard/global/CVS/Tag                 |     2 +-
 skins/standard/index/CVS/Entries              |     2 +-
 skins/standard/index/CVS/Tag                  |     2 +-
 skins/standard/show_bug.css                   |    12 +
 skins/standard/yui/CVS/Entries                |     4 +-
 skins/standard/yui/CVS/Tag                    |     2 +-
 t/008filter.t                                 |     2 +-
 t/CVS/Entries                                 |    24 +-
 t/CVS/Tag                                     |     2 +-
 t/Support/CVS/Entries                         |     6 +-
 t/Support/CVS/Tag                             |     2 +-
 template/CVS/Entries                          |     2 +-
 template/CVS/Tag                              |     2 +-
 template/en/CVS/Entries                       |     2 +-
 template/en/CVS/Tag                           |     2 +-
 template/en/default/CVS/Entries               |    12 +-
 template/en/default/CVS/Tag                   |     2 +-
 template/en/default/account/CVS/Entries       |     8 +-
 template/en/default/account/CVS/Tag           |     2 +-
 template/en/default/account/auth/CVS/Entries  |     4 +-
 template/en/default/account/auth/CVS/Tag      |     2 +-
 template/en/default/account/email/CVS/Entries |    10 +-
 template/en/default/account/email/CVS/Tag     |     2 +-
 .../en/default/account/password/CVS/Entries   |     4 +-
 template/en/default/account/password/CVS/Tag  |     2 +-
 template/en/default/account/prefs/CVS/Entries |    12 +-
 template/en/default/account/prefs/CVS/Tag     |     2 +-
 .../default/account/prefs/account.html.tmpl   |     4 +-
 template/en/default/admin/CVS/Entries         |     8 +-
 template/en/default/admin/CVS/Tag             |     2 +-
 .../default/admin/classifications/CVS/Entries |    10 +-
 .../en/default/admin/classifications/CVS/Tag  |     2 +-
 .../en/default/admin/components/CVS/Entries   |    12 +-
 template/en/default/admin/components/CVS/Tag  |     2 +-
 .../default/admin/components/create.html.tmpl |     1 -
 .../default/admin/components/edit.html.tmpl   |     1 -
 .../default/admin/custom_fields/CVS/Entries   |     8 +-
 .../en/default/admin/custom_fields/CVS/Tag    |     2 +-
 .../en/default/admin/fieldvalues/CVS/Entries  |    12 +-
 template/en/default/admin/fieldvalues/CVS/Tag |     2 +-
 .../en/default/admin/flag-type/CVS/Entries    |     6 +-
 template/en/default/admin/flag-type/CVS/Tag   |     2 +-
 template/en/default/admin/groups/CVS/Entries  |    10 +-
 template/en/default/admin/groups/CVS/Tag      |     2 +-
 .../en/default/admin/groups/create.html.tmpl  |    14 +-
 .../en/default/admin/groups/edit.html.tmpl    |     1 +
 .../en/default/admin/keywords/CVS/Entries     |     8 +-
 template/en/default/admin/keywords/CVS/Tag    |     2 +-
 .../en/default/admin/milestones/CVS/Entries   |    12 +-
 template/en/default/admin/milestones/CVS/Tag  |     2 +-
 template/en/default/admin/params/CVS/Entries  |    38 +-
 template/en/default/admin/params/CVS/Tag      |     2 +-
 .../en/default/admin/params/common.html.tmpl  |    13 +-
 .../admin/params/groupsecurity.html.tmpl      |     2 +-
 .../en/default/admin/params/ldap.html.tmpl    |     4 +-
 .../en/default/admin/params/query.html.tmpl   |     2 +-
 .../en/default/admin/products/CVS/Entries     |    16 +-
 template/en/default/admin/products/CVS/Tag    |     2 +-
 .../admin/products/groupcontrol/CVS/Entries   |     6 +-
 .../admin/products/groupcontrol/CVS/Tag       |     2 +-
 .../en/default/admin/sanitycheck/CVS/Entries  |     4 +-
 template/en/default/admin/sanitycheck/CVS/Tag |     2 +-
 .../admin/sanitycheck/messages.html.tmpl      |    36 +-
 .../en/default/admin/settings/CVS/Entries     |     2 +-
 template/en/default/admin/settings/CVS/Tag    |     2 +-
 template/en/default/admin/sudo.html.tmpl      |     3 +-
 template/en/default/admin/users/CVS/Entries   |    16 +-
 template/en/default/admin/users/CVS/Tag       |     2 +-
 .../admin/users/confirm-delete.html.tmpl      |   103 +-
 .../en/default/admin/versions/CVS/Entries     |    12 +-
 template/en/default/admin/versions/CVS/Tag    |     2 +-
 .../en/default/admin/workflow/CVS/Entries     |     4 +-
 template/en/default/admin/workflow/CVS/Tag    |     2 +-
 .../default/admin/workflow/comment.html.tmpl  |     2 +-
 .../en/default/admin/workflow/edit.html.tmpl  |     7 +-
 template/en/default/attachment/CVS/Entries    |    31 +-
 template/en/default/attachment/CVS/Tag        |     2 +-
 .../attachment/cancel-create-dupe.html.tmpl   |    48 +
 .../en/default/attachment/create.html.tmpl    |     1 +
 .../en/default/attachment/created.html.tmpl   |     2 +-
 .../default/attachment/diff-header.html.tmpl  |     9 +-
 .../en/default/attachment/updated.html.tmpl   |     2 +-
 template/en/default/bug/CVS/Entries           |    27 +-
 template/en/default/bug/CVS/Tag               |     2 +-
 template/en/default/bug/activity/CVS/Entries  |     4 +-
 template/en/default/bug/activity/CVS/Tag      |     2 +-
 template/en/default/bug/comments.html.tmpl    |     3 +-
 template/en/default/bug/create/CVS/Entries    |    16 +-
 template/en/default/bug/create/CVS/Tag        |     2 +-
 .../en/default/bug/create/create.html.tmpl    |    30 +-
 .../en/default/bug/create/created.html.tmpl   |     4 +-
 template/en/default/bug/edit.html.tmpl        |   142 +-
 template/en/default/bug/field.html.tmpl       |     2 +-
 .../en/default/bug/keyword-chooser.html.tmpl  |    78 -
 template/en/default/bug/process/CVS/Entries   |    12 +-
 template/en/default/bug/process/CVS/Tag       |     2 +-
 .../en/default/bug/process/header.html.tmpl   |     2 +-
 .../bug/process/verify-new-product.html.tmpl  |    13 +-
 .../en/default/bug/show-multiple.html.tmpl    |     4 +
 template/en/default/bug/show.html.tmpl        |     2 +-
 template/en/default/bug/show.xml.tmpl         |     5 +
 template/en/default/bug/votes/CVS/Entries     |     6 +-
 template/en/default/bug/votes/CVS/Tag         |     2 +-
 template/en/default/config.rdf.tmpl           |    38 +-
 template/en/default/email/CVS/Entries         |    10 +-
 template/en/default/email/CVS/Tag             |     2 +-
 template/en/default/email/whine.txt.tmpl      |     4 +-
 template/en/default/filterexceptions.pl       |     7 +-
 template/en/default/flag/CVS/Entries          |     2 +-
 template/en/default/flag/CVS/Tag              |     2 +-
 template/en/default/flag/list.html.tmpl       |     4 +-
 template/en/default/global/CVS/Entries        |    54 +-
 template/en/default/global/CVS/Tag            |     2 +-
 .../en/default/global/common-links.html.tmpl  |     6 +-
 .../en/default/global/field-descs.none.tmpl   |   116 +-
 template/en/default/global/header.html.tmpl   |    41 +-
 .../en/default/global/user-error.html.tmpl    |    22 +-
 template/en/default/list/CVS/Entries          |    24 +-
 template/en/default/list/CVS/Tag              |     2 +-
 .../en/default/list/change-columns.html.tmpl  |     6 +-
 .../en/default/list/edit-multiple.html.tmpl   |    11 +-
 template/en/default/list/list.html.tmpl       |     2 +-
 template/en/default/list/quips.html.tmpl      |     3 +
 template/en/default/pages/CVS/Entries         |    18 +-
 template/en/default/pages/CVS/Tag             |     2 +-
 template/en/default/pages/fields.html.tmpl    |    20 +-
 .../en/default/pages/release-notes.html.tmpl  |   715 +-
 template/en/default/pages/voting.html.tmpl    |     6 +-
 template/en/default/reports/CVS/Entries       |    46 +-
 template/en/default/reports/CVS/Tag           |     2 +-
 template/en/default/request/CVS/Entries       |     4 +-
 template/en/default/request/CVS/Tag           |     2 +-
 template/en/default/request/email.txt.tmpl    |     1 +
 template/en/default/request/queue.html.tmpl   |     8 +-
 template/en/default/search/CVS/Entries        |    24 +-
 template/en/default/search/CVS/Tag            |     2 +-
 .../default/search/boolean-charts.html.tmpl   |     5 +-
 template/en/default/search/form.html.tmpl     |     4 +-
 .../search/search-report-graph.html.tmpl      |     2 +-
 .../search/search-report-table.html.tmpl      |     2 +-
 template/en/default/setup/CVS/Entries         |     2 +-
 template/en/default/setup/CVS/Tag             |     2 +-
 template/en/default/whine/CVS/Entries         |     8 +-
 template/en/default/whine/CVS/Tag             |     2 +-
 template/en/default/whine/schedule.html.tmpl  |    65 +-
 template/en/extension/CVS/Entries             |     2 +-
 template/en/extension/CVS/Tag                 |     2 +-
 token.cgi                                     |     5 +-
 userprefs.cgi                                 |    10 +-
 xmlrpc.cgi                                    |     7 +
 456 files changed, 30637 insertions(+), 27060 deletions(-)
 rename docs/en/html/{upgrading.html => upgrade.html} (50%)
 create mode 100644 extensions/example/code/bug-end_of_update.pl
 create mode 100644 extensions/example/code/buglist-columns.pl
 create mode 100644 extensions/example/code/colchange-columns.pl
 create mode 100644 extensions/example/code/config.pl
 create mode 100644 extensions/example/code/flag-end_of_update.pl
 create mode 100644 extensions/example/code/install-before_final_checks.pl
 create mode 100644 extensions/example/code/webservice-error_codes.pl
 rename extensions/example/{version.pl => info.pl} (68%)
 create mode 100644 extensions/example/lib/ConfigExample.pm
 create mode 100644 extensions/example/template/CVS/Entries
 create mode 100644 extensions/example/template/CVS/Repository
 create mode 100644 extensions/example/template/CVS/Root
 create mode 100644 extensions/example/template/CVS/Tag
 create mode 100644 extensions/example/template/en/CVS/Entries
 create mode 100644 extensions/example/template/en/CVS/Repository
 create mode 100644 extensions/example/template/en/CVS/Root
 create mode 100644 extensions/example/template/en/CVS/Tag
 create mode 100644 extensions/example/template/en/default/CVS/Entries
 create mode 100644 extensions/example/template/en/default/CVS/Repository
 create mode 100644 extensions/example/template/en/default/CVS/Root
 create mode 100644 extensions/example/template/en/default/CVS/Tag
 create mode 100644 extensions/example/template/en/default/admin/CVS/Entries
 create mode 100644 extensions/example/template/en/default/admin/CVS/Repository
 create mode 100644 extensions/example/template/en/default/admin/CVS/Root
 create mode 100644 extensions/example/template/en/default/admin/CVS/Tag
 create mode 100644 extensions/example/template/en/default/admin/params/CVS/Entries
 create mode 100644 extensions/example/template/en/default/admin/params/CVS/Repository
 create mode 100644 extensions/example/template/en/default/admin/params/CVS/Root
 create mode 100644 extensions/example/template/en/default/admin/params/CVS/Tag
 create mode 100644 extensions/example/template/en/default/admin/params/example.html.tmpl
 create mode 100644 extensions/example/template/en/global/CVS/Entries
 create mode 100644 extensions/example/template/en/global/CVS/Repository
 create mode 100644 extensions/example/template/en/global/CVS/Root
 create mode 100644 extensions/example/template/en/global/CVS/Tag
 create mode 100644 extensions/example/template/en/global/user-error-errors.html.tmpl
 create mode 100644 images/favicon.ico
 delete mode 100644 js/keyword-chooser.js
 create mode 100644 template/en/default/attachment/cancel-create-dupe.html.tmpl
 delete mode 100644 template/en/default/bug/keyword-chooser.html.tmpl

diff --git a/Bugzilla.pm b/Bugzilla.pm
index a20aa0f6b..d54f97491 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -76,18 +76,7 @@ use constant SHUTDOWNHTML_EXIT_SILENTLY => [
 # Global Code
 #####################################################################
 
-# The following subroutine is for debugging purposes only.
-# Uncommenting this sub and the $::SIG{__DIE__} trap underneath it will
-# cause any fatal errors to result in a call stack trace to help track
-# down weird errors.
-#
-#sub die_with_dignity {
-#    use Carp ();
-#    my ($err_msg) = @_;
-#    print $err_msg;
-#    Carp::confess($err_msg);
-#}
-#$::SIG{__DIE__} = \&Bugzilla::die_with_dignity;
+# $::SIG{__DIE__} = i_am_cgi() ? \&CGI::Carp::confess : \&Carp::confess;
 
 # Note that this is a raw subroutine, not a method, so $class isn't available.
 sub init_page {
@@ -138,7 +127,13 @@ sub init_page {
 
         # For security reasons, log out users when Bugzilla is down.
         # Bugzilla->login() is required to catch the logincookie, if any.
-        my $user = Bugzilla->login(LOGIN_OPTIONAL);
+        my $user;
+        eval { $user = Bugzilla->login(LOGIN_OPTIONAL); };
+        if ($@) {
+            # The DB is not accessible. Use the default user object.
+            $user = Bugzilla->user;
+            $user->{settings} = {};
+        }
         my $userid = $user->id;
         Bugzilla->logout();
 
@@ -270,6 +265,14 @@ sub login {
     else {
         $class->set_user($authenticated_user);
     }
+
+    # We run after the login has completed since
+    # some of the checks in ssl_require_redirect
+    # look for Bugzilla->user->id to determine 
+    # if redirection is required.
+    if (i_am_cgi() && ssl_require_redirect()) {
+        $class->cgi->require_https($class->params->{'sslbase'});
+    }
     
     return $class->user;
 }
diff --git a/Bugzilla/Attachment/CVS/Entries b/Bugzilla/Attachment/CVS/Entries
index a016b66e3..c925b400c 100644
--- a/Bugzilla/Attachment/CVS/Entries
+++ b/Bugzilla/Attachment/CVS/Entries
@@ -1,2 +1,2 @@
-/PatchReader.pm/1.5/Thu Apr  3 16:58:29 2008//TBUGZILLA-3_1_4
+/PatchReader.pm/1.5.2.1/Sun Jun 29 17:38:03 2008//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Attachment/CVS/Tag b/Bugzilla/Attachment/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Attachment/CVS/Tag
+++ b/Bugzilla/Attachment/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Attachment/PatchReader.pm b/Bugzilla/Attachment/PatchReader.pm
index 44193ed86..cfc7610f4 100644
--- a/Bugzilla/Attachment/PatchReader.pm
+++ b/Bugzilla/Attachment/PatchReader.pm
@@ -23,8 +23,6 @@ use Bugzilla::Error;
 use Bugzilla::Attachment;
 use Bugzilla::Util;
 
-use Encode;
-
 sub process_diff {
     my ($attachment, $format, $context) = @_;
     my $dbh = Bugzilla->dbh;
@@ -78,9 +76,9 @@ sub process_diff {
         setup_template_patch_reader($last_reader, $format, $context, $vars);
         # The patch is going to be displayed in a HTML page and if the utf8
         # param is enabled, we have to encode attachment data as utf8.
-        # Encode::decode() knows what to do with invalid characters.
         if (Bugzilla->params->{'utf8'}) {
-            $attachment->{data} = Encode::decode_utf8($attachment->data);
+            $attachment->data; # Populate ->{data}
+            utf8::decode($attachment->{data});
         }
         $reader->iterate_string('Attachment ' . $attachment->id, $attachment->data);
     }
@@ -94,10 +92,11 @@ sub process_interdiff {
 
     # Encode attachment data as utf8 if it's going to be displayed in a HTML
     # page using the UTF-8 encoding.
-    # Encode::decode() knows what to do with invalid characters.
     if ($format ne 'raw' && Bugzilla->params->{'utf8'}) {
-        $old_attachment->{data} = Encode::decode_utf8($old_attachment->data);
-        $new_attachment->{data} = Encode::decode_utf8($new_attachment->data);
+        $old_attachment->data; # Populate ->{data}
+        utf8::decode($old_attachment->{data});
+        $new_attachment->data; # Populate ->{data}
+        utf8::decode($new_attachment->{data});
     }
 
     # Get old patch data.
diff --git a/Bugzilla/Auth/CVS/Entries b/Bugzilla/Auth/CVS/Entries
index 0d023ca68..043e7e3db 100644
--- a/Bugzilla/Auth/CVS/Entries
+++ b/Bugzilla/Auth/CVS/Entries
@@ -1,5 +1,5 @@
-/Login.pm/1.1/Fri May 12 02:41:05 2006//TBUGZILLA-3_1_4
-/Verify.pm/1.7/Wed May 23 18:05:49 2007//TBUGZILLA-3_1_4
+/Login.pm/1.1/Fri May 12 02:41:05 2006//TBUGZILLA-3_2
+/Verify.pm/1.7/Wed May 23 18:05:49 2007//TBUGZILLA-3_2
 D/Login////
 D/Persist////
 D/Verify////
diff --git a/Bugzilla/Auth/CVS/Tag b/Bugzilla/Auth/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Auth/CVS/Tag
+++ b/Bugzilla/Auth/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Auth/Login/CGI.pm b/Bugzilla/Auth/Login/CGI.pm
index 980e27123..5be98aa7a 100644
--- a/Bugzilla/Auth/Login/CGI.pm
+++ b/Bugzilla/Auth/Login/CGI.pm
@@ -45,7 +45,7 @@ sub get_login_info {
     my $username = trim($cgi->param("Bugzilla_login"));
     my $password = $cgi->param("Bugzilla_password");
 
-    $cgi->delete('Bugzilla_login', 'Bugzilla_password', 'GoAheadAndLogIn');
+    $cgi->delete('Bugzilla_login', 'Bugzilla_password');
 
     if (!defined $username || !defined $password) {
         return { failure => AUTH_NODATA };
@@ -65,12 +65,17 @@ sub fail_nodata {
             ->faultstring('Login Required');
     }
 
-    # Redirect to SSL if required
-    if (Bugzilla->params->{'sslbase'} ne '' 
-        and Bugzilla->params->{'ssl'} ne 'never') 
+    # If system is not configured to never require SSL connections
+    # we want to always redirect to SSL since passing usernames and
+    # passwords over an unprotected connection is a bad idea. If we 
+    # get here then a login form will be provided to the user so we
+    # want this to be protected if possible.
+    if ($cgi->protocol ne 'https' && Bugzilla->params->{'sslbase'} ne ''
+        && Bugzilla->params->{'ssl'} ne 'never')
     {
         $cgi->require_https(Bugzilla->params->{'sslbase'});
     }
+
     print $cgi->header();
     $template->process("account/auth/login.html.tmpl",
                        { 'target' => $cgi->url(-relative=>1) }) 
diff --git a/Bugzilla/Auth/Login/CVS/Entries b/Bugzilla/Auth/Login/CVS/Entries
index e22a18ad2..e69f1c768 100644
--- a/Bugzilla/Auth/Login/CVS/Entries
+++ b/Bugzilla/Auth/Login/CVS/Entries
@@ -1,5 +1,5 @@
-/CGI.pm/1.8/Wed Nov 14 22:50:25 2007//TBUGZILLA-3_1_4
-/Cookie.pm/1.5/Wed Jul  5 23:42:47 2006//TBUGZILLA-3_1_4
-/Env.pm/1.4/Mon Jul  3 21:42:46 2006//TBUGZILLA-3_1_4
-/Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-3_1_4
+/CGI.pm/1.8.2.4/Sat Oct  4 20:04:50 2008//TBUGZILLA-3_2
+/Cookie.pm/1.5/Wed Jul  5 23:42:47 2006//TBUGZILLA-3_2
+/Env.pm/1.4/Mon Jul  3 21:42:46 2006//TBUGZILLA-3_2
+/Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Auth/Login/CVS/Tag b/Bugzilla/Auth/Login/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Auth/Login/CVS/Tag
+++ b/Bugzilla/Auth/Login/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Auth/Persist/CVS/Entries b/Bugzilla/Auth/Persist/CVS/Entries
index 8b8f980f6..081b1309e 100644
--- a/Bugzilla/Auth/Persist/CVS/Entries
+++ b/Bugzilla/Auth/Persist/CVS/Entries
@@ -1,2 +1,2 @@
-/Cookie.pm/1.5/Mon Jul  3 21:42:46 2006//TBUGZILLA-3_1_4
+/Cookie.pm/1.5.4.2/Wed Aug 27 01:10:33 2008//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Auth/Persist/CVS/Tag b/Bugzilla/Auth/Persist/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Auth/Persist/CVS/Tag
+++ b/Bugzilla/Auth/Persist/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Auth/Persist/Cookie.pm b/Bugzilla/Auth/Persist/Cookie.pm
index 3faa892ae..9098f8989 100644
--- a/Bugzilla/Auth/Persist/Cookie.pm
+++ b/Bugzilla/Auth/Persist/Cookie.pm
@@ -67,6 +67,9 @@ sub persist_login {
               VALUES (?, ?, ?, NOW())",
               undef, $login_cookie, $user->id, $ip_addr);
 
+    # Prevent JavaScript from accessing login cookies.
+    my %cookieargs = ('-httponly' => 1);
+
     # Remember cookie only if admin has told so
     # or admin didn't forbid it and user told to remember.
     if ( Bugzilla->params->{'rememberlogin'} eq 'on' ||
@@ -74,20 +77,23 @@ sub persist_login {
           $cgi->param('Bugzilla_remember') &&
           $cgi->param('Bugzilla_remember') eq 'on') ) 
     {
-        $cgi->send_cookie(-name => 'Bugzilla_login',
-                          -value => $user->id,
-                          -expires => 'Fri, 01-Jan-2038 00:00:00 GMT');
-        $cgi->send_cookie(-name => 'Bugzilla_logincookie',
-                          -value => $login_cookie,
-                          -expires => 'Fri, 01-Jan-2038 00:00:00 GMT');
-
+        # Not a session cookie, so set an infinite expiry
+        $cookieargs{'-expires'} = 'Fri, 01-Jan-2038 00:00:00 GMT';
     }
-    else {
-        $cgi->send_cookie(-name => 'Bugzilla_login',
-                          -value => $user->id);
-        $cgi->send_cookie(-name => 'Bugzilla_logincookie',
-                          -value => $login_cookie);
+    if (Bugzilla->params->{'ssl'} ne 'never'
+        && Bugzilla->params->{'sslbase'} ne '')
+    {
+        # Bugzilla->login will automatically redirect to https://,
+        # so it's safe to turn on the 'secure' bit.
+        $cookieargs{'-secure'} = 1;
     }
+
+    $cgi->send_cookie(-name => 'Bugzilla_login',
+                      -value => $user->id,
+                      %cookieargs);
+    $cgi->send_cookie(-name => 'Bugzilla_logincookie',
+                      -value => $login_cookie,
+                      %cookieargs);
 }
 
 sub logout {
diff --git a/Bugzilla/Auth/Verify/CVS/Entries b/Bugzilla/Auth/Verify/CVS/Entries
index 7f578131a..bfb6727d1 100644
--- a/Bugzilla/Auth/Verify/CVS/Entries
+++ b/Bugzilla/Auth/Verify/CVS/Entries
@@ -1,5 +1,5 @@
-/DB.pm/1.7/Fri May 12 02:41:14 2006//TBUGZILLA-3_1_4
-/LDAP.pm/1.17/Fri Dec 14 18:17:29 2007//TBUGZILLA-3_1_4
-/RADIUS.pm/1.1/Thu Aug  2 22:38:37 2007//TBUGZILLA-3_1_4
-/Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-3_1_4
+/DB.pm/1.7.4.1/Fri Sep 12 15:12:20 2008//TBUGZILLA-3_2
+/LDAP.pm/1.17.2.1/Mon Oct 20 18:37:38 2008//TBUGZILLA-3_2
+/RADIUS.pm/1.1/Thu Aug  2 22:38:37 2007//TBUGZILLA-3_2
+/Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Auth/Verify/CVS/Tag b/Bugzilla/Auth/Verify/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Auth/Verify/CVS/Tag
+++ b/Bugzilla/Auth/Verify/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Auth/Verify/DB.pm b/Bugzilla/Auth/Verify/DB.pm
index 88ad78d54..f2c008dbf 100644
--- a/Bugzilla/Auth/Verify/DB.pm
+++ b/Bugzilla/Auth/Verify/DB.pm
@@ -53,6 +53,11 @@ sub check_credentials {
         "SELECT cryptpassword FROM profiles WHERE userid = ?",
         undef, $user_id);
 
+    # Wide characters cause crypt to die
+    if (Bugzilla->params->{'utf8'}) {
+        utf8::encode($password) if utf8::is_utf8($password);
+    }
+
     # Using the internal crypted password as the salt,
     # crypt the password the user entered.
     my $entered_password_crypted = crypt($password, $real_password_crypted);
diff --git a/Bugzilla/Auth/Verify/LDAP.pm b/Bugzilla/Auth/Verify/LDAP.pm
index 2cc2e8352..b5904301d 100644
--- a/Bugzilla/Auth/Verify/LDAP.pm
+++ b/Bugzilla/Auth/Verify/LDAP.pm
@@ -153,7 +153,7 @@ sub ldap {
     my ($self) = @_;
     return $self->{ldap} if $self->{ldap};
 
-    my @servers = split(/[\s,]+]/, Bugzilla->params->{"LDAPserver"});
+    my @servers = split(/[\s,]+/, Bugzilla->params->{"LDAPserver"});
     ThrowCodeError("ldap_server_not_defined") unless @servers;
 
     foreach (@servers) {
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 736afbcda..7f2b8d84b 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -35,6 +35,7 @@ use Bugzilla::Constants;
 use Bugzilla::Field;
 use Bugzilla::Flag;
 use Bugzilla::FlagType;
+use Bugzilla::Hook;
 use Bugzilla::Keyword;
 use Bugzilla::User;
 use Bugzilla::Util;
@@ -222,9 +223,6 @@ use constant UPDATE_COMMENT_COLUMNS => qw(
 # activity table.
 use constant MAX_LINE_LENGTH => 254;
 
-# Used in _check_comment(). Gives the max length allowed for a comment.
-use constant MAX_COMMENT_LENGTH => 65535;
-
 use constant SPECIAL_STATUS_WORKFLOW_ACTIONS => qw(
     none
     duplicate
@@ -467,7 +465,7 @@ sub run_create_validators {
     $params->{cc} = $class->_check_cc($component, $params->{cc});
 
     # Callers cannot set Reporter, currently.
-    $params->{reporter} = Bugzilla->user->id;
+    $params->{reporter} = $class->_check_reporter();
 
     $params->{creation_ts} ||= Bugzilla->dbh->selectrow_array('SELECT NOW()');
     $params->{delta_ts} = $params->{creation_ts};
@@ -692,6 +690,11 @@ sub update {
         $changes->{'dup_id'} = [$old_dup || undef, $cur_dup || undef];
     }
 
+    Bugzilla::Hook::process('bug-end_of_update', { bug       => $self,
+                                                   timestamp => $delta_ts,
+                                                   changes   => $changes,
+                                                 });
+
     # If any change occurred, refresh the timestamp of the bug.
     if (scalar(keys %$changes) || $self->{added_comments}) {
         $dbh->do('UPDATE bugs SET delta_ts = ? WHERE bug_id = ?',
@@ -706,6 +709,10 @@ sub update {
     $self->_sync_fulltext()
         if $self->{added_comments} || $changes->{short_desc};
 
+    # Remove obsolete internal variables.
+    delete $self->{'_old_assigned_to'};
+    delete $self->{'_old_qa_contact'};
+
     return $changes;
 }
 
@@ -770,6 +777,7 @@ sub remove_from_db {
     # - bug_group_map
     # - bugs
     # - bugs_activity
+    # - bugs_fulltext
     # - cc
     # - dependencies
     # - duplicates
@@ -777,6 +785,7 @@ sub remove_from_db {
     # - keywords
     # - longdescs
     # - votes
+    # Also included are custom multi-select fields.
 
     # Also, the attach_data table uses attachments.attach_id as a foreign
     # key, and so indirectly depends on a bug deletion too.
@@ -809,8 +818,18 @@ sub remove_from_db {
     $dbh->do("DELETE FROM bugs WHERE bug_id = ?", undef, $bug_id);
     $dbh->do("DELETE FROM longdescs WHERE bug_id = ?", undef, $bug_id);
 
+    # Delete entries from custom multi-select fields.
+    my @multi_selects = Bugzilla->get_fields({custom => 1, type => FIELD_TYPE_MULTI_SELECT});
+
+    foreach my $field (@multi_selects) {
+        $dbh->do("DELETE FROM bug_" . $field->name . " WHERE bug_id = ?", undef, $bug_id);
+    }
+
     $dbh->bz_commit_transaction();
 
+    # The bugs_fulltext table doesn't support transactions.
+    $dbh->do("DELETE FROM bugs_fulltext WHERE bug_id = ?", undef, $bug_id);
+
     # Now this bug no longer exists
     $self->DESTROY;
     return $self;
@@ -924,11 +943,26 @@ sub _check_bug_status {
             || $user->in_group('canconfirm', $product->id)) {
             # If the user with privs hasn't selected another status,
             # select the first one of the list.
-            $new_status ||= $valid_statuses[0];
+            unless ($new_status) {
+                if (scalar(@valid_statuses) == 1) {
+                    $new_status = $valid_statuses[0];
+                }
+                else {
+                    $new_status = ($valid_statuses[0]->name ne 'UNCONFIRMED') ?
+                                  $valid_statuses[0] : $valid_statuses[1];
+                }
+            }
         }
         else {
             # A user with no privs cannot choose the initial status.
-            $new_status = $valid_statuses[0];
+            # If UNCONFIRMED is valid for this product, use it; else
+            # use the first bug status available.
+            if (grep {$_->name eq 'UNCONFIRMED'} @valid_statuses) {
+                $new_status = 'UNCONFIRMED';
+            }
+            else {
+                $new_status = $valid_statuses[0];
+            }
         }
     }
     # Time to validate the bug status.
@@ -1101,9 +1135,18 @@ sub _check_dup_id {
     
     $dupe_of = trim($dupe_of);
     $dupe_of || ThrowCodeError('undefined_field', { field => 'dup_id' });
-    # Make sure we can change the original bug (issue A on bug 96085)
+    # Validate the bug ID. The second argument will force ValidateBugID() to
+    # only make sure that the bug exists, and convert the alias to the bug ID
+    # if a string is passed. Group restrictions are checked below.
     ValidateBugID($dupe_of, 'dup_id');
-    
+
+    # If the dupe is unchanged, we have nothing more to check.
+    return $dupe_of if ($self->dup_id && $self->dup_id == $dupe_of);
+
+    # If we come here, then the duplicate is new. We have to make sure
+    # that we can view/change it (issue A on bug 96085).
+    check_is_visible($dupe_of);
+
     # Make sure a loop isn't created when marking this bug
     # as duplicate.
     my %dupes;
@@ -1142,7 +1185,7 @@ sub _check_dup_id {
     # What if the reporter currently can't see the new bug? In the browser 
     # interface, we prompt the user. In other interfaces, we default to 
     # not adding the user, as the safest option.
-    elsif (Bugzilla->params->usage_mode == USAGE_MODE_BROWSER) {
+    elsif (Bugzilla->usage_mode == USAGE_MODE_BROWSER) {
         # If we've already confirmed whether the user should be added...
         my $cgi = Bugzilla->cgi;
         my $add_confirmed = $cgi->param('confirm_add_duplicate');
@@ -1302,8 +1345,9 @@ sub _check_qa_contact {
         $id = $qa_contact->id;
         # create() checks this another way, so we don't have to run this
         # check during create().
+        # If there is no QA contact, this check is not required.
         $invocant->_check_strict_isolation_for_user($qa_contact)
-            if ref $invocant;
+            if (ref $invocant && $id);
     }
 
     # "0" always means "undef", for QA Contact.
@@ -1321,6 +1365,22 @@ sub _check_rep_platform {
     return $platform;
 }
 
+sub _check_reporter {
+    my $invocant = shift;
+    my $reporter;
+    if (ref $invocant) {
+        # You cannot change the reporter of a bug.
+        $reporter = $invocant->reporter->id;
+    }
+    else {
+        # On bug creation, the reporter is the logged in user
+        # (meaning that he must be logged in first!).
+        $reporter = Bugzilla->user->id;
+        $reporter || ThrowCodeError('invalid_user');
+    }
+    return $reporter;
+}
+
 sub _check_resolution {
     my ($self, $resolution) = @_;
     $resolution = trim($resolution);
@@ -1386,7 +1446,8 @@ sub _check_strict_isolation {
         my @old_cc = map { $_->id } @{$original->cc_users};
         my @new_cc = map { $_->id } @{$invocant->cc_users};
         my ($removed, $added) = diff_arrays(\@old_cc, \@new_cc);
-        $ccs = $added;
+        $ccs = Bugzilla::User->new_from_list($added);
+
         $assignee = $invocant->assigned_to
             if $invocant->assigned_to->id != $original->assigned_to->id;
         if ($invocant->qa_contact
@@ -1395,7 +1456,7 @@ sub _check_strict_isolation {
         {
             $qa_contact = $invocant->qa_contact;
         }
-        $product = $invocant->product;
+        $product = $invocant->product_obj;
     }
 
     my @related_users = @$ccs;
@@ -1604,6 +1665,8 @@ sub set_alias { $_[0]->set('alias', $_[1]); }
 sub set_assigned_to {
     my ($self, $value) = @_;
     $self->set('assigned_to', $value);
+    # Store the old assignee. check_can_change_field() needs it.
+    $self->{'_old_assigned_to'} = $self->{'assigned_to_obj'}->id;
     delete $self->{'assigned_to_obj'};
 }
 sub reset_assigned_to {
@@ -1670,7 +1733,7 @@ sub set_dup_id {
     my ($self, $dup_id) = @_;
     my $old = $self->dup_id || 0;
     $self->set('dup_id', $dup_id);
-    my $new = $self->dup_id || 0;
+    my $new = $self->dup_id;
     return if $old == $new;
     
     # Update the other bug.
@@ -1741,7 +1804,15 @@ sub set_product {
         Bugzilla->error_mode(ERROR_MODE_DIE);
         my $component_ok = eval { $self->set_component($comp_name);      1; };
         my $version_ok   = eval { $self->set_version($vers_name);        1; };
-        my $milestone_ok = eval { $self->set_target_milestone($tm_name); 1; };
+        my $milestone_ok = 1;
+        # Reporters can move bugs between products but not set the TM.
+        if ($self->check_can_change_field('target_milestone', 0, 1)) {
+            $milestone_ok = eval { $self->set_target_milestone($tm_name); 1; };
+        }
+        else {
+            # Have to set this directly to bypass the validators.
+            $self->{target_milestone} = $product->default_milestone;
+        }
         # If there were any errors thrown, make sure we don't mess up any
         # other part of Bugzilla that checks $@.
         undef $@;
@@ -1789,6 +1860,7 @@ sub set_product {
         
         if (%vars) {
             $vars{product} = $product;
+            $vars{bug} = $self;
             my $template = Bugzilla->template;
             $template->process("bug/process/verify-new-product.html.tmpl",
                 \%vars) || ThrowTemplateError($template->error());
@@ -1800,7 +1872,13 @@ sub set_product {
         # just die if any of these are invalid.
         $self->set_component($comp_name);
         $self->set_version($vers_name);
-        $self->set_target_milestone($tm_name);
+        if ($product_changed && !$self->check_can_change_field('target_milestone', 0, 1)) {
+            # Have to set this directly to bypass the validators.
+            $self->{target_milestone} = $product->default_milestone;
+        }
+        else {
+            $self->set_target_milestone($tm_name);
+        }
     }
     
     if ($product_changed) {
@@ -1830,6 +1908,10 @@ sub set_product {
 sub set_qa_contact {
     my ($self, $value) = @_;
     $self->set('qa_contact', $value);
+    # Store the old QA contact. check_can_change_field() needs it.
+    if ($self->{'qa_contact_obj'}) {
+        $self->{'_old_qa_contact'} = $self->{'qa_contact_obj'}->id;
+    }
     delete $self->{'qa_contact_obj'};
 }
 sub reset_qa_contact {
@@ -2185,8 +2267,22 @@ sub attachments {
     return $self->{'attachments'} if exists $self->{'attachments'};
     return [] if $self->{'error'};
 
-    $self->{'attachments'} =
-        Bugzilla::Attachment->get_attachments_by_bug($self->bug_id);
+    my $attachments = Bugzilla::Attachment->get_attachments_by_bug($self->bug_id);
+    $_->{'flags'} = [] foreach @$attachments;
+    my %att = map { $_->id => $_ } @$attachments;
+
+    # Retrieve all attachment flags at once for this bug, and group them
+    # by attachment. We populate attachment flags here to avoid querying
+    # the DB for each attachment individually later.
+    my $flags = Bugzilla::Flag->match({ 'bug_id'      => $self->bug_id,
+                                        'target_type' => 'attachment' });
+
+    # Exclude flags for private attachments you cannot see.
+    @$flags = grep {exists $att{$_->attach_id}} @$flags;
+
+    push(@{$att{$_->attach_id}->{'flags'}}, $_) foreach @$flags;
+
+    $self->{'attachments'} = [sort {$a->id <=> $b->id} values %att];
     return $self->{'attachments'};
 }
 
@@ -2300,14 +2396,20 @@ sub flag_types {
          'product_id'   => $self->{'product_id'}, 
          'component_id' => $self->{'component_id'} });
 
-    foreach my $flag_type (@$flag_types) {
-        $flag_type->{'flags'} = Bugzilla::Flag->match(
-            { 'bug_id'      => $self->bug_id,
-              'type_id'     => $flag_type->{'id'},
-              'target_type' => 'bug' });
-    }
+    $_->{'flags'} = [] foreach @$flag_types;
+    my %flagtypes = map { $_->id => $_ } @$flag_types;
+
+    # Retrieve all bug flags at once for this bug and group them
+    # by flag types.
+    my $flags = Bugzilla::Flag->match({ 'bug_id'      => $self->bug_id,
+                                        'target_type' => 'bug' });
 
-    $self->{'flag_types'} = $flag_types;
+    # Call the internal 'type_id' variable instead of the method
+    # to not create a flagtype object.
+    push(@{$flagtypes{$_->{'type_id'}}->{'flags'}}, $_) foreach @$flags;
+
+    $self->{'flag_types'} =
+      [sort {$a->sortkey <=> $b->sortkey || $a->name cmp $b->name} values %flagtypes];
 
     return $self->{'flag_types'};
 }
@@ -3165,14 +3267,16 @@ sub check_can_change_field {
     # Make sure that a valid bug ID has been given.
     if (!$self->{'error'}) {
         # Allow the assignee to change anything else.
-        if ($self->{'assigned_to'} == $user->id) {
+        if ($self->{'assigned_to'} == $user->id
+            || $self->{'_old_assigned_to'} && $self->{'_old_assigned_to'} == $user->id)
+        {
             return 1;
         }
 
         # Allow the QA contact to change anything else.
         if (Bugzilla->params->{'useqacontact'}
-            && $self->{'qa_contact'}
-            && ($self->{'qa_contact'} == $user->id))
+            && (($self->{'qa_contact'} && $self->{'qa_contact'} == $user->id)
+                || ($self->{'_old_qa_contact'} && $self->{'_old_qa_contact'} == $user->id)))
         {
             return 1;
         }
@@ -3232,6 +3336,8 @@ sub ValidateBugID {
     my $dbh = Bugzilla->dbh;
     my $user = Bugzilla->user;
 
+    ThrowUserError('improper_bug_id_field_value', { field => $field }) unless defined $id;
+
     # Get rid of leading '#' (number) mark, if present.
     $id =~ s/^\s*#//;
     # Remove whitespace
@@ -3254,12 +3360,17 @@ sub ValidateBugID {
     $dbh->selectrow_array("SELECT bug_id FROM bugs WHERE bug_id = ?", undef, $id)
       || ThrowUserError("bug_id_does_not_exist", {'bug_id' => $id});
 
-    return if (defined $field && ($field eq "dependson" || $field eq "blocked"));
-    
+    unless ($field && $field =~ /^(dependson|blocked|dup_id)$/) {
+        check_is_visible($id);
+    }
+}
+
+sub check_is_visible {
+    my $id = shift;
+    my $user = Bugzilla->user;
+
     return if $user->can_see_bug($id);
 
-    # The user did not pass any of the authorization tests, which means they
-    # are not authorized to see the bug.  Display an error and stop execution.
     # The error the user sees depends on whether or not they are logged in
     # (i.e. $user->id contains the user's positive integer ID).
     if ($user->id) {
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 2f132e2de..9aa373dc5 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -137,7 +137,9 @@ sub Send {
 
     my $product = new Bugzilla::Product($values{product_id});
     $values{product} = $product->name;
-    $values{classification} = Bugzilla::Classification->new($product->classification_id)->name;
+    if (Bugzilla->params->{'useclassification'}) {
+        $values{classification} = Bugzilla::Classification->new($product->classification_id)->name;
+    }
     my $component = new Bugzilla::Component($values{component_id});
     $values{component} = $component->name;
 
@@ -638,21 +640,7 @@ sub sendMail {
     push(@watchingrel, 'None') unless @watchingrel;
     push @watchingrel, map { user_id_to_login($_) } @$watchingRef;
 
-    my $sitespec = '@' . Bugzilla->params->{'urlbase'};
-    $sitespec =~ s/:\/\//\./; # Make the protocol look like part of the domain
-    $sitespec =~ s/^([^:\/]+):(\d+)/$1/; # Remove a port number, to relocate
-    if ($2) {
-        $sitespec = "-$2$sitespec"; # Put the port number back in, before the '@'
-    }
-    my $threadingmarker;
-    if ($isnew) {
-        $threadingmarker = "Message-ID: <bug-$id-" . $user->id . "$sitespec>";
-    }
-    else {
-        $threadingmarker = "In-Reply-To: <bug-$id-" . $user->id . "$sitespec>" .
-                            "\nReferences: <bug-$id-" . $user->id . "$sitespec>";
-    }
-    
+    my $threadingmarker = build_thread_marker($id, $user->id, $isnew);
 
     my $vars = {
         isnew => $isnew,
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm
index aeb8419ca..d5d361cbc 100644
--- a/Bugzilla/CGI.pm
+++ b/Bugzilla/CGI.pm
@@ -71,14 +71,6 @@ sub new {
     # Send appropriate charset
     $self->charset(Bugzilla->params->{'utf8'} ? 'UTF-8' : '');
 
-    # Redirect to SSL if required
-    if (Bugzilla->params->{'sslbase'} ne ''
-        && Bugzilla->params->{'ssl'} eq 'always'
-        && i_am_cgi())
-    {
-        $self->require_https(Bugzilla->params->{'sslbase'});
-    }
-
     # Check for errors
     # All of the Bugzilla code wants to do this, so do it here instead of
     # in each script
@@ -297,18 +289,23 @@ sub remove_cookie {
 
 # Redirect to https if required
 sub require_https {
-    my $self = shift;
-    if ($self->protocol ne 'https') {
-        my $url = shift;
-        if (defined $url) {
-            $url .= $self->url('-path_info' => 1, '-query' => 1, '-relative' => 1);
-        } else {
-            $url = $self->self_url;
-            $url =~ s/^http:/https:/i;
-        }
-        print $self->redirect(-location => $url);
-        exit;
-    }
+     my ($self, $url) = @_;
+     # Do not create query string if data submitted via XMLRPC
+     # since we want the data to be resubmitted over POST method.
+     my $query = Bugzilla->usage_mode == USAGE_MODE_WEBSERVICE ? 0 : 1;
+     # XMLRPC clients (SOAP::Lite at least) requires 301 to redirect properly
+     # and do not work with 302.
+     my $status = Bugzilla->usage_mode == USAGE_MODE_WEBSERVICE ? 301 : 302;
+     if (defined $url) {
+         $url .= $self->url('-path_info' => 1, '-query' => $query, '-relative' => 1);
+     } else {
+         $url = $self->self_url;
+         $url =~ s/^http:/https:/i;
+     }
+     print $self->redirect(-location => $url, -status => $status);
+     # When using XML-RPC with mod_perl, we need the headers sent immediately.
+     $self->r->rflush if $ENV{MOD_PERL};
+     exit;
 }
 
 1;
@@ -375,10 +372,10 @@ As its only argument, it takes the name of the cookie to expire.
 
 =item C<require_https($baseurl)>
 
-This routine checks if the current page is being served over https, and
-redirects to the https protocol if required, retaining QUERY_STRING.
+This routine redirects the client to a different location using the https protocol. 
+If the client is using XMLRPC, it will not retain the QUERY_STRING since XMLRPC uses POST.
 
-It takes an option argument which will be used as the base URL.  If $baseurl
+It takes an optional argument which will be used as the base URL.  If $baseurl
 is not provided, the current URL is used.
 
 =back
diff --git a/Bugzilla/CVS/Entries b/Bugzilla/CVS/Entries
index f725481df..06d2e2b4a 100644
--- a/Bugzilla/CVS/Entries
+++ b/Bugzilla/CVS/Entries
@@ -1,37 +1,37 @@
-/.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-3_1_4
-/Attachment.pm/1.56/Mon Feb  4 13:29:29 2008//TBUGZILLA-3_1_4
-/Auth.pm/1.20/Wed Jul 12 11:51:43 2006//TBUGZILLA-3_1_4
-/Bug.pm/1.241/Fri May  2 07:36:27 2008//TBUGZILLA-3_1_4
-/BugMail.pm/1.118/Tue Feb 12 21:13:07 2008//TBUGZILLA-3_1_4
-/CGI.pm/1.36/Tue Jan 29 19:19:36 2008//TBUGZILLA-3_1_4
-/Chart.pm/1.16/Fri Oct 19 06:46:14 2007//TBUGZILLA-3_1_4
-/Classification.pm/1.11/Tue Dec 19 08:38:49 2006//TBUGZILLA-3_1_4
-/Component.pm/1.16/Thu Oct 11 23:07:22 2007//TBUGZILLA-3_1_4
-/Config.pm/1.73/Fri Jan 18 05:04:19 2008//TBUGZILLA-3_1_4
-/Constants.pm/1.91/Mon May  5 01:52:43 2008//TBUGZILLA-3_1_4
-/DB.pm/1.112/Sun Apr 20 09:49:56 2008//TBUGZILLA-3_1_4
-/Error.pm/1.23/Sun Jan 27 19:15:19 2008//TBUGZILLA-3_1_4
-/Field.pm/1.31/Mon Feb 25 16:06:25 2008//TBUGZILLA-3_1_4
-/Flag.pm/1.94/Wed Apr  2 17:42:27 2008//TBUGZILLA-3_1_4
-/FlagType.pm/1.38/Wed Jul  4 21:05:58 2007//TBUGZILLA-3_1_4
-/Group.pm/1.22/Tue Sep 18 23:36:59 2007//TBUGZILLA-3_1_4
-/Hook.pm/1.13/Fri Oct 19 08:07:28 2007//TBUGZILLA-3_1_4
-/Install.pm/1.17/Wed Nov 28 16:35:57 2007//TBUGZILLA-3_1_4
-/Keyword.pm/1.7/Tue Sep  5 19:18:26 2006//TBUGZILLA-3_1_4
-/Mailer.pm/1.20/Wed Apr  9 14:27:32 2008//TBUGZILLA-3_1_4
-/Milestone.pm/1.12/Fri Jan 18 15:56:54 2008//TBUGZILLA-3_1_4
-/Object.pm/1.23/Thu Mar 27 05:08:08 2008//TBUGZILLA-3_1_4
-/Product.pm/1.26/Thu Mar 27 05:08:08 2008//TBUGZILLA-3_1_4
-/Search.pm/1.159/Thu Mar 27 13:48:27 2008//TBUGZILLA-3_1_4
-/Series.pm/1.16/Sun Nov 18 20:20:53 2007//TBUGZILLA-3_1_4
-/Status.pm/1.7/Tue Feb 12 01:32:51 2008//TBUGZILLA-3_1_4
-/Template.pm/1.89/Thu Apr  3 19:05:36 2008//TBUGZILLA-3_1_4
-/Token.pm/1.55/Wed Apr  2 17:42:27 2008//TBUGZILLA-3_1_4
-/Update.pm/1.10/Fri May  2 19:14:13 2008//TBUGZILLA-3_1_4
-/User.pm/1.164/Sun Jan 20 02:22:26 2008//TBUGZILLA-3_1_4
-/Util.pm/1.69/Thu Apr  3 16:58:29 2008//TBUGZILLA-3_1_4
-/Version.pm/1.14/Thu Aug 23 21:31:20 2007//TBUGZILLA-3_1_4
-/WebService.pm/1.9/Mon Apr 28 22:04:31 2008//TBUGZILLA-3_1_4
+/.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-3_2
+/Attachment.pm/1.56/Mon Feb  4 13:29:29 2008//TBUGZILLA-3_2
+/Auth.pm/1.20/Wed Jul 12 11:51:43 2006//TBUGZILLA-3_2
+/Bug.pm/1.241.2.18/Wed Nov 19 19:32:57 2008//TBUGZILLA-3_2
+/BugMail.pm/1.118.2.2/Wed Aug 27 20:50:23 2008//TBUGZILLA-3_2
+/CGI.pm/1.36.2.4/Mon Aug 18 03:57:39 2008//TBUGZILLA-3_2
+/Chart.pm/1.16/Fri Oct 19 06:46:14 2007//TBUGZILLA-3_2
+/Classification.pm/1.11/Tue Dec 19 08:38:49 2006//TBUGZILLA-3_2
+/Component.pm/1.16/Thu Oct 11 23:07:22 2007//TBUGZILLA-3_2
+/Config.pm/1.74/Mon May  5 23:01:22 2008//TBUGZILLA-3_2
+/Constants.pm/1.92.2.7/Sun Nov 30 01:34:57 2008//TBUGZILLA-3_2
+/DB.pm/1.112.2.2/Fri Oct 17 13:36:01 2008//TBUGZILLA-3_2
+/Error.pm/1.23.2.1/Tue May 27 22:11:56 2008//TBUGZILLA-3_2
+/Field.pm/1.31/Mon Feb 25 16:06:25 2008//TBUGZILLA-3_2
+/Flag.pm/1.95.2.2/Wed Aug 27 20:50:23 2008//TBUGZILLA-3_2
+/FlagType.pm/1.38.2.1/Wed Sep 17 03:57:05 2008//TBUGZILLA-3_2
+/Group.pm/1.22/Tue Sep 18 23:36:59 2007//TBUGZILLA-3_2
+/Hook.pm/1.14.2.6/Thu Aug 21 23:01:37 2008//TBUGZILLA-3_2
+/Install.pm/1.17/Wed Nov 28 16:35:57 2007//TBUGZILLA-3_2
+/Keyword.pm/1.7/Tue Sep  5 19:18:26 2006//TBUGZILLA-3_2
+/Mailer.pm/1.20.2.3/Fri Oct  3 01:47:17 2008//TBUGZILLA-3_2
+/Milestone.pm/1.12/Fri Jan 18 15:56:54 2008//TBUGZILLA-3_2
+/Object.pm/1.23/Thu Mar 27 05:08:08 2008//TBUGZILLA-3_2
+/Product.pm/1.26.2.1/Tue Aug  5 21:55:48 2008//TBUGZILLA-3_2
+/Search.pm/1.159.2.5/Wed Oct 29 00:28:05 2008//TBUGZILLA-3_2
+/Series.pm/1.16.2.1/Fri Aug 22 15:36:22 2008//TBUGZILLA-3_2
+/Status.pm/1.7/Tue Feb 12 01:32:51 2008//TBUGZILLA-3_2
+/Template.pm/1.89/Thu Apr  3 19:05:36 2008//TBUGZILLA-3_2
+/Token.pm/1.55/Wed Apr  2 17:42:27 2008//TBUGZILLA-3_2
+/Update.pm/1.10/Fri May  2 19:14:13 2008//TBUGZILLA-3_2
+/User.pm/1.164.2.4/Sat Nov  8 19:03:32 2008//TBUGZILLA-3_2
+/Util.pm/1.69.2.5/Sat Oct 11 07:24:28 2008//TBUGZILLA-3_2
+/Version.pm/1.14/Thu Aug 23 21:31:20 2007//TBUGZILLA-3_2
+/WebService.pm/1.9.2.4/Wed Nov 26 01:24:14 2008//TBUGZILLA-3_2
 D/Attachment////
 D/Auth////
 D/Config////
diff --git a/Bugzilla/CVS/Tag b/Bugzilla/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/CVS/Tag
+++ b/Bugzilla/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index d84970e8c..428c13fe5 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -53,9 +53,11 @@ use vars qw(@param_list);
 our %params;
 # Load in the param definitions
 sub _load_params {
-    foreach my $module (param_panels()) {
-        eval("require Bugzilla::Config::$module") || die $@;
-        my @new_param_list = "Bugzilla::Config::$module"->get_param_list();
+    my $panels = param_panels();
+    foreach my $panel (keys %$panels) {
+        my $module = $panels->{$panel};
+        eval("require $module") || die $@;
+        my @new_param_list = "$module"->get_param_list();
         foreach my $item (@new_param_list) {
             $params{$item->{'name'}} = $item;
         }
@@ -67,14 +69,16 @@ sub _load_params {
 # Subroutines go here
 
 sub param_panels {
-    my @param_panels;
+    my $param_panels = {};
     my $libpath = bz_locations()->{'libpath'};
     foreach my $item ((glob "$libpath/Bugzilla/Config/*.pm")) {
         $item =~ m#/([^/]+)\.pm$#;
         my $module = $1;
-        push(@param_panels, $module) unless $module eq 'Common';
+        $param_panels->{$module} = "Bugzilla::Config::$module" unless $module eq 'Common';
     }
-    return @param_panels;
+    # Now check for any hooked params
+    Bugzilla::Hook::process('config', { config => $param_panels });
+    return $param_panels;
 }
 
 sub SetParam {
diff --git a/Bugzilla/Config/CVS/Entries b/Bugzilla/Config/CVS/Entries
index 721670db8..7e750762e 100644
--- a/Bugzilla/Config/CVS/Entries
+++ b/Bugzilla/Config/CVS/Entries
@@ -1,18 +1,18 @@
-/Admin.pm/1.2/Thu Oct 13 09:04:04 2005//TBUGZILLA-3_1_4
-/Attachment.pm/1.3/Mon Apr 17 20:19:35 2006//TBUGZILLA-3_1_4
-/Auth.pm/1.3/Thu Aug  2 22:38:39 2007//TBUGZILLA-3_1_4
-/BugChange.pm/1.5/Tue Oct  9 10:34:54 2007//TBUGZILLA-3_1_4
-/BugFields.pm/1.5/Mon Sep 10 22:57:00 2007//TBUGZILLA-3_1_4
-/BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4
-/Common.pm/1.21/Thu Mar 27 00:23:41 2008//TBUGZILLA-3_1_4
-/Core.pm/1.9/Thu Apr  3 19:05:37 2008//TBUGZILLA-3_1_4
-/DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4
-/GroupSecurity.pm/1.8/Mon Aug  7 23:05:00 2006//TBUGZILLA-3_1_4
-/LDAP.pm/1.2/Fri Jun  2 11:52:48 2006//TBUGZILLA-3_1_4
-/MTA.pm/1.16/Fri Mar 14 00:05:35 2008//TBUGZILLA-3_1_4
-/PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4
-/Query.pm/1.5/Tue Jul  3 16:22:01 2007//TBUGZILLA-3_1_4
-/RADIUS.pm/1.1/Thu Aug  2 22:38:39 2007//TBUGZILLA-3_1_4
-/ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4
-/UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_1_4
+/Admin.pm/1.2/Thu Oct 13 09:04:04 2005//TBUGZILLA-3_2
+/Attachment.pm/1.3/Mon Apr 17 20:19:35 2006//TBUGZILLA-3_2
+/Auth.pm/1.3/Thu Aug  2 22:38:39 2007//TBUGZILLA-3_2
+/BugChange.pm/1.5/Tue Oct  9 10:34:54 2007//TBUGZILLA-3_2
+/BugFields.pm/1.5/Mon Sep 10 22:57:00 2007//TBUGZILLA-3_2
+/BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2
+/Common.pm/1.21/Thu Mar 27 00:23:41 2008//TBUGZILLA-3_2
+/Core.pm/1.9/Thu Apr  3 19:05:37 2008//TBUGZILLA-3_2
+/DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2
+/GroupSecurity.pm/1.8/Mon Aug  7 23:05:00 2006//TBUGZILLA-3_2
+/LDAP.pm/1.2/Fri Jun  2 11:52:48 2006//TBUGZILLA-3_2
+/MTA.pm/1.16/Fri Mar 14 00:05:35 2008//TBUGZILLA-3_2
+/PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2
+/Query.pm/1.5/Tue Jul  3 16:22:01 2007//TBUGZILLA-3_2
+/RADIUS.pm/1.1/Thu Aug  2 22:38:39 2007//TBUGZILLA-3_2
+/ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2
+/UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Config/CVS/Tag b/Bugzilla/Config/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Config/CVS/Tag
+++ b/Bugzilla/Config/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index b47385bb5..c5bae6b91 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -84,6 +84,7 @@ use File::Basename;
     LIST_OF_BUGS
 
     COMMENT_COLS
+    MAX_COMMENT_LENGTH
 
     CMT_NORMAL
     CMT_DUPE_OF
@@ -156,7 +157,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.1.4";
+use constant BUGZILLA_VERSION => "3.2";
 
 # These are unique values that are unlikely to match a string or a number,
 # to be used in criteria for match() functions and other things. They start
@@ -260,6 +261,8 @@ use constant LIST_OF_BUGS => 1;
 
 # The column length for displayed (and wrapped) bug comments.
 use constant COMMENT_COLS => 80;
+# Used in _check_comment(). Gives the max length allowed for a comment.
+use constant MAX_COMMENT_LENGTH => 65535;
 
 # The type of bug comments.
 use constant CMT_NORMAL => 0;
@@ -391,7 +394,7 @@ use constant DB_MODULE => {
                     version => '1.45',
                 },
                 name => 'PostgreSQL'},
-     'oracle'=> {db => 'Bugzilla::DB::Oracle', db_version => '10.01.0',
+     'oracle'=> {db => 'Bugzilla::DB::Oracle', db_version => '10.02.0',
                 dbd => {
                      package => 'DBD-Oracle',
                      module  => 'DBD::Oracle',
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 1617b7fc2..d68c5dc4b 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -52,6 +52,7 @@ use Storable qw(dclone);
 
 use constant BLOB_TYPE => DBI::SQL_BLOB;
 use constant ISOLATION_LEVEL => 'REPEATABLE READ';
+use constant GROUPBY_REGEXP => '(?:.*\s+AS\s+)?(\w+(\.\w+)?)(?:\s+(ASC|DESC))?$';
 
 # Set default values for what used to be the enum types.  These values
 # are no longer stored in localconfig.  If we are upgrading from a
@@ -313,6 +314,13 @@ sub sql_istring {
     return "LOWER($string)";
 }
 
+sub sql_iposition {
+    my ($self, $fragment, $text) = @_;
+    $fragment = $self->sql_istring($fragment);
+    $text = $self->sql_istring($text);
+    return $self->sql_position($fragment, $text);
+}
+
 sub sql_position {
     my ($self, $fragment, $text) = @_;
 
@@ -1684,10 +1692,13 @@ Formatted SQL for interval function (scalar)
 
 =item B<Description>
 
-Outputs proper SQL syntax determinig position of a substring
+Outputs proper SQL syntax determining position of a substring
 (fragment) withing a string (text). Note: if the substring or
 text are string constants, they must be properly quoted (e.g. "'pattern'").
 
+It searches for the string in a case-sensitive manner. If you want to do
+a case-insensitive search, use L</sql_iposition>.
+
 =item B<Params>
 
 =over
@@ -1704,6 +1715,10 @@ Formatted SQL for substring search (scalar)
 
 =back
 
+=item C<sql_iposition>
+
+Just like L</sql_position>, but case-insensitive.
+
 =item C<sql_group_by>
 
 =over
diff --git a/Bugzilla/DB/CVS/Entries b/Bugzilla/DB/CVS/Entries
index f4344933c..78a584dd7 100644
--- a/Bugzilla/DB/CVS/Entries
+++ b/Bugzilla/DB/CVS/Entries
@@ -1,5 +1,5 @@
-/Mysql.pm/1.60/Tue Mar 25 18:43:20 2008//TBUGZILLA-3_1_4
-/Oracle.pm/1.6/Fri Jan 18 19:57:20 2008//TBUGZILLA-3_1_4
-/Pg.pm/1.27/Mon Mar 24 22:47:24 2008//TBUGZILLA-3_1_4
-/Schema.pm/1.98/Mon Mar 24 22:47:24 2008//TBUGZILLA-3_1_4
+/Mysql.pm/1.60.2.7/Fri Nov  7 00:10:15 2008//TBUGZILLA-3_2
+/Oracle.pm/1.6.2.8/Tue Oct 21 23:30:47 2008//TBUGZILLA-3_2
+/Pg.pm/1.27/Mon Mar 24 22:47:24 2008//TBUGZILLA-3_2
+/Schema.pm/1.99.2.1/Wed Nov  5 17:13:09 2008//TBUGZILLA-3_2
 D/Schema////
diff --git a/Bugzilla/DB/CVS/Tag b/Bugzilla/DB/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/DB/CVS/Tag
+++ b/Bugzilla/DB/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm
index 8bca06f4c..f8198621c 100644
--- a/Bugzilla/DB/Mysql.pm
+++ b/Bugzilla/DB/Mysql.pm
@@ -48,6 +48,13 @@ use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::DB::Schema::Mysql;
 
+use List::Util qw(max);
+
+# This is how many comments of MAX_COMMENT_LENGTH we expect on a single bug.
+# In reality, you could have a LOT more comments than this, because 
+# MAX_COMMENT_LENGTH is big.
+use constant MAX_COMMENTS => 50;
+
 # This module extends the DB interface via inheritance
 use base qw(Bugzilla::DB);
 
@@ -90,6 +97,21 @@ sub new {
         }
     }
 
+    # The "comments" field of the bugs_fulltext table could easily exceed
+    # MySQL's default max_allowed_packet. Also, MySQL should never have
+    # a max_allowed_packet smaller than our max_attachment_size. However,
+    # if we've already set a max_allowed_packet in MySQL bigger than all
+    # of those, we should keep it.
+    my (undef, $current_max_allowed) = $self->selectrow_array(
+        q{SHOW VARIABLES LIKE 'max\_allowed\_packet'});
+    my $min_max_allowed_packet = MAX_COMMENTS * MAX_COMMENT_LENGTH;
+    my $max_allowed_packet = max($min_max_allowed_packet,
+                                 $current_max_allowed,
+                                 # This parameter is not yet defined when the DB
+                                 # is being built for the very first time.
+                                 Bugzilla->params->{'maxattachmentsize'} || 0);
+    $self->do("SET SESSION max_allowed_packet = $max_allowed_packet");
+
     return $self;
 }
 
@@ -103,6 +125,15 @@ sub bz_last_key {
     return $last_insert_id;
 }
 
+sub sql_group_concat {
+    my ($self, $column, $separator) = @_;
+    my $sep_sql;
+    if ($separator) {
+        $sep_sql = " SEPARATOR $separator";
+    }
+    return "GROUP_CONCAT($column$sep_sql)";
+}
+
 sub sql_regexp {
     my ($self, $expr, $pattern) = @_;
 
@@ -136,7 +167,7 @@ sub sql_fulltext_search {
 
     # Add the boolean mode modifier if the search string contains
     # boolean operators.
-    my $mode = ($text =~ /[+-<>()~*"]/ ? "IN BOOLEAN MODE" : "");
+    my $mode = ($text =~ /[+\-<>()~*"]/ ? "IN BOOLEAN MODE" : "");
 
     # quote the text for use in the MATCH AGAINST expression
     $text = $self->quote($text);
@@ -179,13 +210,14 @@ sub sql_interval {
     return "INTERVAL $interval $units";
 }
 
-sub sql_position {
+sub sql_iposition {
     my ($self, $fragment, $text) = @_;
+    return "INSTR($text, $fragment)";
+}
 
-    # mysql 4.0.1 and lower do not support CAST
-    # (checksetup has a check for unsupported versions)
+sub sql_position {
+    my ($self, $fragment, $text) = @_;
 
-    my $server_version = $self->bz_server_version;
     return "INSTR(CAST($text AS BINARY), CAST($fragment AS BINARY))";
 }
 
diff --git a/Bugzilla/DB/Oracle.pm b/Bugzilla/DB/Oracle.pm
index 9f759785e..ef3f62fcb 100644
--- a/Bugzilla/DB/Oracle.pm
+++ b/Bugzilla/DB/Oracle.pm
@@ -52,6 +52,7 @@ use base qw(Bugzilla::DB);
 use constant EMPTY_STRING  => '__BZ_EMPTY_STR__';
 use constant ISOLATION_LEVEL => 'READ COMMITTED';
 use constant BLOB_TYPE => { ora_type => ORA_BLOB };
+use constant GROUPBY_REGEXP => '((CASE\s+WHEN.+END)|(TO_CHAR\(.+\))|(\(SCORE.+\))|(\(MATCH.+\))|(\w+(\.\w+)?))(\s+AS\s+)?(.*)?$';
 
 sub new {
     my ($class, $user, $pass, $host, $dbname, $port) = @_;
@@ -80,7 +81,7 @@ sub new {
     $self->do("ALTER SESSION SET NLS_LENGTH_SEMANTICS='CHAR'") 
         if Bugzilla->params->{'utf8'};
     # To allow case insensitive query.
-    $self->do("ALTER SESSION SET NLS_COMP='LINGUISTIC'");
+    $self->do("ALTER SESSION SET NLS_COMP='ANSI'");
     $self->do("ALTER SESSION SET NLS_SORT='BINARY_AI'");
     return $self;
 }
@@ -132,10 +133,10 @@ sub sql_from_days{
     return " TO_DATE($date,'J') ";
 }
 sub sql_fulltext_search {
-    my ($self, $column, $text) = @_;
+    my ($self, $column, $text, $label) = @_;
     $text = $self->quote($text);
     trick_taint($text);
-    return "CONTAINS($column,$text)";
+    return "CONTAINS($column,$text,$label)", "SCORE($label)";
 }
 
 sub sql_date_format {
@@ -157,8 +158,11 @@ sub sql_date_format {
 
 sub sql_interval {
     my ($self, $interval, $units) = @_;
-
-    return "INTERVAL " . $self->quote($interval) . " $units";
+    if ($units =~ /YEAR|MONTH/i) {
+        return "NUMTOYMINTERVAL($interval,'$units')";
+    } else{
+        return "NUMTODSINTERVAL($interval,'$units')";
+    }
 }
 
 sub sql_position {
@@ -181,6 +185,24 @@ sub sql_in {
     return "( " . join(" OR ", @in_str) . " )";
 }
 
+sub bz_drop_table {
+     my ($self, $name) = @_;
+     my $table_exists = $self->bz_table_info($name);
+     if ($table_exists) {
+         $self->_bz_drop_fks($name);
+         $self->SUPER::bz_drop_table($name);
+     }
+}
+
+# Dropping all FKs for a specified table. 
+sub _bz_drop_fks {
+    my ($self, $table) = @_;
+    my @columns = $self->_bz_real_schema->get_table_columns($table);
+    foreach my $column (@columns) {
+        $self->bz_drop_fk($table, $column);
+    }
+}
+
 sub _fix_empty {
     my ($string) = @_;
     $string = '' if $string eq EMPTY_STRING;
@@ -277,8 +299,13 @@ sub adjust_statement {
         # Look for a LIMIT clause
         ($limit) = ($nonstring =~ m(/\* LIMIT (\d*) \*/)o);
 
-        push @result, $string;
-        push @result, $nonstring;
+        if(!length($string)){
+           push @result, EMPTY_STRING;
+           push @result, $nonstring;
+        } else {
+           push @result, $string;
+           push @result, $nonstring;
+        }
     }
 
     my $new_sql = join "'", @result;
@@ -297,8 +324,8 @@ sub adjust_statement {
              if ($new_sql =~ /(.*\s+)FROM(\s+.*)/i) { 
                  my ($before_from,$after_from) = ($1,$2);
                  $before_where = "$before_from FROM ($before_from,"
-                              . " ROW_NUMBER() OVER (ORDER BY quipid) R "
-                              . " FROM $after_from ) "; 
+                             . " ROW_NUMBER() OVER (ORDER BY 1) R "
+                             . " FROM $after_from ) "; 
                  $after_where = " R BETWEEN $offset+1 AND $limit+$offset";
              }
          } else {
@@ -432,22 +459,18 @@ sub quote_identifier {
 sub bz_table_columns_real {
     my ($self, $table) = @_;
     $table = uc($table);
-    my @cols = $self->SUPER::bz_table_columns_real($table);
-    return map { lc($_) } @cols;
+    my $cols = $self->selectcol_arrayref(
+        "SELECT LOWER(COLUMN_NAME) FROM USER_TAB_COLUMNS WHERE 
+         TABLE_NAME = ?  ORDER BY COLUMN_NAME", undef, $table);
+    return @$cols;
 }
 
 sub bz_table_list_real {
     my ($self) = @_;
-    # Oracle only accepts the username in uppercase.
-    my $db_user = uc(Bugzilla->localconfig->{db_user});
-    my $table_sth = $self->table_info(undef, $db_user, undef, "TABLE");
-    my @tables = @{$self->selectcol_arrayref($table_sth, { Columns => [3] })};
-    # Oracle returns uppercase table names, but Bugzilla expects lowercase
-    # names.
-    @tables = map { lc($_) } @tables;
-    # Oracle has certain tables that start with DR$_IDX.
-    @tables = grep { $_ !~ /^dr\$/ } @tables;
-    return @tables;
+    my $tables = $self->selectcol_arrayref(
+        "SELECT LOWER(TABLE_NAME) FROM USER_TABLES WHERE 
+        TABLE_NAME NOT LIKE ?  ORDER BY TABLE_NAME", undef, 'DR$%');
+    return @$tables;
 }
 
 #####################################################################
@@ -462,6 +485,8 @@ sub bz_setup_database {
     # have that function, So we have to create one ourself. 
     $self->do("CREATE OR REPLACE FUNCTION NOW "
               . " RETURN DATE IS BEGIN RETURN SYSDATE; END;");
+    $self->do("CREATE OR REPLACE FUNCTION CHAR_LENGTH(COLUMN_NAME VARCHAR2)" 
+              . " RETURN NUMBER IS BEGIN RETURN LENGTH(COLUMN_NAME); END;");
     # Create a WORLD_LEXER named BZ_LEX for multilingual fulltext search
     my $lexer = $self->selectcol_arrayref(
        "SELECT pre_name FROM CTXSYS.CTX_PREFERENCES WHERE pre_name = ? AND
@@ -473,10 +498,50 @@ sub bz_setup_database {
     }
 
     $self->SUPER::bz_setup_database(@_);
+
+    my @tables = $self->bz_table_list_real();
+    foreach my $table (@tables) {
+        my @columns = $self->bz_table_columns_real($table);
+        foreach my $column (@columns) {
+            my $def = $self->bz_column_info($table, $column);
+            if ($def->{REFERENCES}) {
+                my $references = $def->{REFERENCES};
+                my $update = $references->{UPDATE} || 'CASCADE';
+                my $to_table  = $references->{TABLE};
+                my $to_column = $references->{COLUMN};
+                my $fk_name = $self->_bz_schema->_get_fk_name($table,
+                                                              $column,
+                                                              $references);
+                if ( $update =~ /CASCADE/i ){
+                     my $trigger_name = uc($fk_name . "_UC");
+                     my $exist_trigger = $self->selectcol_arrayref(
+                         "SELECT OBJECT_NAME FROM USER_OBJECTS 
+                          WHERE OBJECT_NAME = ?", undef, $trigger_name);
+                    if(@$exist_trigger) {
+                        $self->do("DROP TRIGGER $trigger_name");
+                    }
+  
+                     my $tr_str = "CREATE OR REPLACE TRIGGER $trigger_name"
+                         . " AFTER  UPDATE  ON ". $to_table
+                         . " REFERENCING "
+                         . " NEW AS NEW "
+                         . " OLD AS OLD "
+                         . " FOR EACH ROW "
+                         . " BEGIN "
+                         . "     UPDATE $table"
+                         . "        SET $column = :NEW.$to_column"
+                         . "      WHERE $column = :OLD.$to_column;"
+                         . " END $trigger_name;";
+                         $self->do($tr_str);
+               }
+         }
+     }
+   }
+
 }
 
 package Bugzilla::DB::Oracle::st;
-use base qw(DBD::Oracle::st);
+use base qw(DBI::st);
  
 sub fetchrow_arrayref {
     my $self = shift;
@@ -531,5 +596,13 @@ sub fetchall_hashref {
     }
      return $ref;
 }
-    
+
+sub fetch {
+    my $self = shift;
+    my $row = $self->SUPER::fetch(@_);
+    if ($row) {
+      Bugzilla::DB::Oracle::_fix_arrayref($row);
+    }
+   return $row;
+}
 1;
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index b8ac649b7..02e4bfd0d 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -41,6 +41,7 @@ use Bugzilla::Util;
 use Bugzilla::Constants;
 
 use Carp qw(confess);
+use Digest::MD5 qw(md5_hex);
 use Hash::Util qw(lock_value unlock_hash lock_keys unlock_keys);
 use Safe;
 # Historical, needed for SCHEMA_VERSION = '1.00'
@@ -207,6 +208,8 @@ update this column in this table."
 
 use constant SCHEMA_VERSION  => '2.00';
 use constant ADD_COLUMN      => 'ADD COLUMN';
+# This is a reasonable default that's true for both PostgreSQL and MySQL.
+use constant MAX_IDENTIFIER_LEN => 63;
 use constant ABSTRACT_SCHEMA => {
 
     # BUG-RELATED TABLES
@@ -1089,7 +1092,7 @@ use constant ABSTRACT_SCHEMA => {
             name        => {TYPE => 'varchar(64)', NOTNULL => 1},
             frequency   => {TYPE => 'INT2', NOTNULL => 1},
             last_viewed => {TYPE => 'DATETIME'},
-            query       => {TYPE => 'LONGTEXT', NOTNULL => 1},
+            query       => {TYPE => 'MEDIUMTEXT', NOTNULL => 1},
             is_public   => {TYPE => 'BOOLEAN', NOTNULL => 1,
                             DEFAULT => 'FALSE'},
         ],
@@ -1544,9 +1547,23 @@ sub _get_fk_name {
     my ($self, $table, $column, $references) = @_;
     my $to_table  = $references->{TABLE}; 
     my $to_column = $references->{COLUMN};
-    return "fk_${table}_${column}_${to_table}_${to_column}";
+    my $name = "fk_${table}_${column}_${to_table}_${to_column}";
+
+    if (length($name) > $self->MAX_IDENTIFIER_LEN) {
+        $name = 'fk_' . $self->_hash_identifier($name);
+    }
+
+    return $name;
 }
 
+sub _hash_identifier {
+    my ($invocant, $value) = @_;
+    # We do -7 to allow prefixes like "idx_" or "fk_", or perhaps something
+    # longer in the future.
+    return substr(md5_hex($value), 0, $invocant->MAX_IDENTIFIER_LEN - 7);
+}
+
+
 sub get_add_fk_sql {
     my ($self, $table, $column, $def) = @_;
 
diff --git a/Bugzilla/DB/Schema/CVS/Entries b/Bugzilla/DB/Schema/CVS/Entries
index 992d76a51..ddf0d94a7 100644
--- a/Bugzilla/DB/Schema/CVS/Entries
+++ b/Bugzilla/DB/Schema/CVS/Entries
@@ -1,4 +1,4 @@
-/Mysql.pm/1.20/Mon Mar 24 22:47:25 2008//TBUGZILLA-3_1_4
-/Oracle.pm/1.3/Thu Dec 13 03:14:33 2007//TBUGZILLA-3_1_4
-/Pg.pm/1.15/Tue Dec 11 02:26:49 2007//TBUGZILLA-3_1_4
+/Mysql.pm/1.20/Mon Mar 24 22:47:25 2008//TBUGZILLA-3_2
+/Oracle.pm/1.5.2.3/Wed Nov  5 17:13:11 2008//TBUGZILLA-3_2
+/Pg.pm/1.15/Tue Dec 11 02:26:49 2007//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/DB/Schema/CVS/Tag b/Bugzilla/DB/Schema/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/DB/Schema/CVS/Tag
+++ b/Bugzilla/DB/Schema/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/DB/Schema/Oracle.pm b/Bugzilla/DB/Schema/Oracle.pm
index 8f0f880be..bd5c72476 100644
--- a/Bugzilla/DB/Schema/Oracle.pm
+++ b/Bugzilla/DB/Schema/Oracle.pm
@@ -32,10 +32,13 @@ use strict;
 
 use base qw(Bugzilla::DB::Schema);
 use Carp qw(confess);
-use Digest::MD5  qw(md5_hex);
 use Bugzilla::Util;
 
-use constant ADD_COLUMN      => 'ADD';
+use constant ADD_COLUMN => 'ADD';
+# Whether this is true or not, this is what it needs to be in order for
+# hash_identifier to maintain backwards compatibility with versions before
+# 3.2rc2.
+use constant MAX_IDENTIFIER_LEN => 27;
 
 #------------------------------------------------------------------------------
 sub _initialize {
@@ -105,7 +108,7 @@ sub get_table_ddl {
 sub _get_create_index_ddl {
 
     my ($self, $table_name, $index_name, $index_fields, $index_type) = @_;
-    $index_name = "idx_" . substr(md5_hex($index_name),0,20);
+    $index_name = "idx_" . $self->_hash_identifier($index_name);
     if ($index_type eq 'FULLTEXT') {
         my $sql = "CREATE INDEX $index_name ON $table_name (" 
                   . join(',',@$index_fields)
@@ -117,7 +120,15 @@ sub _get_create_index_ddl {
     return($self->SUPER::_get_create_index_ddl($table_name, $index_name, 
                                                $index_fields, $index_type));
 
-} #eosub--_get_create_index_ddl
+}
+
+sub get_drop_index_ddl {
+    my $self = shift;
+    my ($table, $name) = @_;
+
+    $name = 'idx_' . $self->_hash_identifier($name);
+    return $self->SUPER::get_drop_index_ddl($table, $name);
+}
 
 # Oracle supports the use of FOREIGN KEY integrity constraints 
 # to define the referential integrity actions, including:
@@ -141,15 +152,15 @@ sub get_fk_ddl {
     
     if ( $update =~ /CASCADE/i ){
         my $tr_str = "CREATE OR REPLACE TRIGGER ${fk_name}_UC"
-                     . " AFTER  UPDATE  ON ". $table
+                     . " AFTER  UPDATE  ON ". $to_table
                      . " REFERENCING "
                      . " NEW AS NEW "
                      . " OLD AS OLD "
                      . " FOR EACH ROW "
                      . " BEGIN "
-                     . "     UPDATE $to_table"
-                     . "        SET $to_column = :NEW.$column"
-                     . "      WHERE $to_column = :OLD.$column;"
+                     . "     UPDATE $table"
+                     . "        SET $column = :NEW.$to_column"
+                     . "      WHERE $column = :OLD.$to_column;"
                      . " END ${fk_name}_UC;";
         my $dbh = Bugzilla->dbh; 
         $dbh->do($tr_str);      
@@ -175,11 +186,180 @@ sub _get_fk_name {
     my $to_table  = $references->{TABLE};
     my $to_column = $references->{COLUMN};
     my $fk_name   = "${table}_${column}_${to_table}_${to_column}";
-    $fk_name      = "fk_" . substr(md5_hex($fk_name),0,20);
+    $fk_name      = "fk_" . $self->_hash_identifier($fk_name);
     
     return $fk_name;
 }
 
+sub get_alter_column_ddl {
+    my ($self, $table, $column, $new_def, $set_nulls_to) = @_;
+
+    my @statements;
+    my $old_def = $self->get_column_abstract($table, $column);
+    my $specific = $self->{db_specific};
+
+    # If the types have changed, we have to deal with that.
+    if (uc(trim($old_def->{TYPE})) ne uc(trim($new_def->{TYPE}))) {
+        push(@statements, $self->_get_alter_type_sql($table, $column, 
+                                                     $new_def, $old_def));
+    }
+
+    my $default = $new_def->{DEFAULT};
+    my $default_old = $old_def->{DEFAULT};
+    # This first condition prevents "uninitialized value" errors.
+    if (!defined $default && !defined $default_old) {
+        # Do Nothing
+    }
+    # If we went from having a default to not having one
+    elsif (!defined $default && defined $default_old) {
+        push(@statements, "ALTER TABLE $table MODIFY $column"
+                        . " DEFAULT NULL");
+    }
+    # If we went from no default to a default, or we changed the default.
+    elsif ( (defined $default && !defined $default_old) || 
+            ($default ne $default_old) ) 
+    {
+        $default = $specific->{$default} if exists $specific->{$default};
+        push(@statements, "ALTER TABLE $table MODIFY $column "
+                         . " DEFAULT $default");
+    }
+
+    # If we went from NULL to NOT NULL.
+    if (!$old_def->{NOTNULL} && $new_def->{NOTNULL}) {
+        my $setdefault;
+        # Handle any fields that were NULL before, if we have a default,
+        $setdefault = $new_def->{DEFAULT} if exists $new_def->{DEFAULT};
+        # But if we have a set_nulls_to, that overrides the DEFAULT 
+        # (although nobody would usually specify both a default and 
+        # a set_nulls_to.)
+        $setdefault = $set_nulls_to if defined $set_nulls_to;
+        if (defined $setdefault) {
+            push(@statements, "UPDATE $table SET $column = $setdefault"
+                            . "  WHERE $column IS NULL");
+        }
+        push(@statements, "ALTER TABLE $table MODIFY $column"
+                        . " NOT NULL");
+        push (@statements, _get_notnull_trigger_ddl($table, $column))
+                                   if $old_def->{TYPE} =~ /varchar|text/i
+                                     && $new_def->{TYPE} =~ /varchar|text/i;
+    }
+    # If we went from NOT NULL to NULL
+    elsif ($old_def->{NOTNULL} && !$new_def->{NOTNULL}) {
+        push(@statements, "ALTER TABLE $table MODIFY $column"
+                        . " NULL");
+        push(@statements, "DROP TRIGGER ${table}_${column}")
+                           if $new_def->{TYPE} =~ /varchar|text/i 
+                             && $old_def->{TYPE} =~ /varchar|text/i;
+    }
+
+    # If we went from not being a PRIMARY KEY to being a PRIMARY KEY.
+    if (!$old_def->{PRIMARYKEY} && $new_def->{PRIMARYKEY}) {
+        push(@statements, "ALTER TABLE $table ADD PRIMARY KEY ($column)");
+    }
+    # If we went from being a PK to not being a PK
+    elsif ( $old_def->{PRIMARYKEY} && !$new_def->{PRIMARYKEY} ) {
+        push(@statements, "ALTER TABLE $table DROP PRIMARY KEY");
+    }
+
+    return @statements;
+}
+
+sub _get_alter_type_sql {
+    my ($self, $table, $column, $new_def, $old_def) = @_;
+    my @statements;
+
+    my $type = $new_def->{TYPE};
+    $type = $self->{db_specific}->{$type} 
+        if exists $self->{db_specific}->{$type};
+
+    if ($type =~ /serial/i && $old_def->{TYPE} !~ /serial/i) {
+        die("You cannot specify a DEFAULT on a SERIAL-type column.") 
+            if $new_def->{DEFAULT};
+    }
+
+    if ( ($old_def->{TYPE} =~ /LONGTEXT/i && $new_def->{TYPE} !~ /LONGTEXT/i) 
+         || ($old_def->{TYPE} !~ /LONGTEXT/i && $new_def->{TYPE} =~ /LONGTEXT/i)
+       ) {
+        # LONG to VARCHAR or VARCHAR to LONG is not allowed in Oracle, 
+        # just a way to work around.
+        # Determine whether column_temp is already exist.
+        my $dbh=Bugzilla->dbh;
+        my $column_exist = $dbh->selectcol_arrayref(
+                          "SELECT CNAME FROM COL WHERE TNAME = UPPER(?) AND 
+                             CNAME = UPPER(?)", undef,$table,$column . "_temp");
+        if(!@$column_exist) {
+        push(@statements, 
+            "ALTER TABLE $table ADD ${column}_temp $type");  
+        }
+        push(@statements, "UPDATE $table SET ${column}_temp = $column");
+        push(@statements, "COMMIT");
+        push(@statements, "ALTER TABLE $table DROP COLUMN $column");
+        push(@statements, 
+            "ALTER TABLE $table RENAME COLUMN ${column}_temp TO $column");
+    } else {  
+        push(@statements, "ALTER TABLE $table MODIFY $column $type");
+    }
+
+    if ($new_def->{TYPE} =~ /serial/i && $old_def->{TYPE} !~ /serial/i) {
+         push(@statements, _get_create_seq_ddl($table, $column));
+    }
+
+    # If this column is no longer SERIAL, we need to drop the sequence
+    # that went along with it.
+    if ($old_def->{TYPE} =~ /serial/i && $new_def->{TYPE} !~ /serial/i) {
+        push(@statements, "DROP SEQUENCE ${table}_${column}_SEQ");
+        push(@statements, "DROP TRIGGER ${table}_${column}_TR");
+    }
+    
+    # If this column is changed to type TEXT/VARCHAR, we need to deal with
+    # empty string.
+    if ( $old_def->{TYPE} !~ /varchar|text/i 
+            && $new_def->{TYPE} =~ /varchar|text/i 
+            && $new_def->{NOTNULL} )
+    {
+             push (@statements, _get_notnull_trigger_ddl($table, $column));
+    } 
+    # If this column is no longer TEXT/VARCHAR, we need to drop the trigger
+    # that went along with it.
+    if ( $old_def->{TYPE} =~ /varchar|text/i
+            && $old_def->{NOTNULL}
+            && $new_def->{TYPE} !~ /varchar|text/i )
+    {
+        push(@statements, "DROP TRIGGER ${table}_${column}");
+    } 
+    return @statements;
+}
+
+sub get_rename_column_ddl {
+    my ($self, $table, $old_name, $new_name) = @_;
+    if (lc($old_name) eq lc($new_name)) {
+        # if the only change is a case change, return an empty list.
+        return ();
+    }
+    my @sql = ("ALTER TABLE $table RENAME COLUMN $old_name TO $new_name");
+    my $def = $self->get_column_abstract($table, $old_name);
+    if ($def->{TYPE} =~ /SERIAL/i) {
+        # We have to rename the series also, and fix the default of the series.
+        push(@sql, "RENAME ${table}_${old_name}_SEQ TO 
+                      ${table}_${new_name}_seq");
+        my $serial_sql =
+                       "CREATE OR REPLACE TRIGGER ${table}_${new_name}_TR "
+                     . " BEFORE INSERT ON ${table} "
+                     . " FOR EACH ROW "
+                     . " BEGIN "
+                     . "   SELECT ${table}_${new_name}_SEQ.NEXTVAL "
+                     . "   INTO :NEW.${new_name} FROM DUAL; "
+                     . " END;";
+        push(@sql, $serial_sql);
+        push(@sql, "DROP TRIGGER ${table}_${old_name}_TR");
+    }
+    if ($def->{TYPE} =~ /varchar|text/i && $def->{NOTNULL} ) {
+        push(@sql, _get_notnull_trigger_ddl($table,$new_name));
+        push(@sql, "DROP TRIGGER ${table}_${old_name}");
+    }
+    return @sql;
+}
+
 sub _get_notnull_trigger_ddl {
       my ($table, $column) = @_;
 
diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm
index 3e5688e2a..d15336a81 100644
--- a/Bugzilla/Error.pm
+++ b/Bugzilla/Error.pm
@@ -102,7 +102,12 @@ sub _throw_error {
             die("$message\n");
         }
         elsif (Bugzilla->error_mode == ERROR_MODE_DIE_SOAP_FAULT) {
-            my $code = WS_ERROR_CODE->{$error};
+            # Clone the hash so we aren't modifying the constant.
+            my %error_map = %{ WS_ERROR_CODE() };
+            require Bugzilla::Hook;
+            Bugzilla::Hook::process('webservice-error_codes', 
+                                    { error_map => \%error_map });
+            my $code = $error_map{$error};
             if (!$code) {
                 $code = ERROR_UNKNOWN_FATAL if $name =~ /code/i;
                 $code = ERROR_UNKNOWN_TRANSIENT if $name =~ /user/i;
diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm
index a65a8268b..a0c9567a2 100644
--- a/Bugzilla/Flag.pm
+++ b/Bugzilla/Flag.pm
@@ -54,6 +54,7 @@ whose names start with _ or a re specifically noted as being private.
 =cut
 
 use Bugzilla::FlagType;
+use Bugzilla::Hook;
 use Bugzilla::User;
 use Bugzilla::Util;
 use Bugzilla::Error;
@@ -228,12 +229,12 @@ sub match {
     # If the caller specified only bug or attachment flags,
     # limit the query to those kinds of flags.
     if (my $type = delete $criteria->{'target_type'}) {
-        if ($type eq 'attachment') {
-            $criteria->{'attach_id'} = NOT_NULL;
-        }
-        else {
+        if ($type eq 'bug') {
             $criteria->{'attach_id'} = IS_NULL;
         }
+        elsif (!defined $criteria->{'attach_id'}) {
+            $criteria->{'attach_id'} = NOT_NULL;
+        }
     }
     # Flag->snapshot() calls Flag->match() with bug_id and attach_id
     # as hash keys, even if attach_id is undefined.
@@ -612,6 +613,12 @@ sub process {
     my @new_summaries = $class->snapshot($bug_id, $attach_id);
 
     update_activity($bug_id, $attach_id, $timestamp, \@old_summaries, \@new_summaries);
+
+    Bugzilla::Hook::process('flag-end_of_update', { bug       => $bug,
+                                                    timestamp => $timestamp,
+                                                    old_flags => \@old_summaries,
+                                                    new_flags => \@new_summaries,
+                                                  });
 }
 
 sub update_activity {
@@ -1097,10 +1104,16 @@ sub notify {
     }
 
     foreach my $to (keys %recipients) {
-        my $vars = { 'flag'       => $flag,
-                     'to'         => $to,
-                     'bug'        => $bug,
-                     'attachment' => $attachment};
+        # Add threadingmarker to allow flag notification emails to be the
+        # threaded similar to normal bug change emails.
+        my $user_id = $recipients{$to} ? $recipients{$to}->id : 0;
+        my $threadingmarker = build_thread_marker($bug->id, $user_id);
+    
+        my $vars = { 'flag'            => $flag,
+                     'to'              => $to,
+                     'bug'             => $bug,
+                     'attachment'      => $attachment,
+                     'threadingmarker' => $threadingmarker };
 
         my $lang = $recipients{$to} ?
           $recipients{$to}->settings->{'lang'}->{'value'} : $default_lang;
diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm
index ffa36863e..2892a8392 100644
--- a/Bugzilla/FlagType.pm
+++ b/Bugzilla/FlagType.pm
@@ -177,6 +177,8 @@ sub is_requestable   { return $_[0]->{'is_requestable'};   }
 sub is_requesteeble  { return $_[0]->{'is_requesteeble'};  }
 sub is_multiplicable { return $_[0]->{'is_multiplicable'}; }
 sub sortkey          { return $_[0]->{'sortkey'};          }
+sub request_group_id { return $_[0]->{'request_group_id'}; }
+sub grant_group_id   { return $_[0]->{'grant_group_id'};   }
 
 ###############################
 ####       Methods         ####
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index 7c47b3f3f..32bbfd7f1 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -69,7 +69,7 @@ sub enabled_plugins {
         next if -e "$extension/disabled";
         # Allow extensions to load their own libraries.
         local @INC = ("$extension/lib", @INC);
-        $enabled{$extname} = do("$extension/version.pl");
+        $enabled{$extname} = do("$extension/info.pl");
         ThrowCodeError('extension_invalid',
                 { errstr => $@, name => 'version',
                   extension => $extension }) if $@;
@@ -125,9 +125,12 @@ hook to do anything, you have to modify these variables.
 
 =head2 Versioning Extensions
 
-Every extension must have a file in its root called F<version.pl>.
-This file should return a version number when called with C<do>.
-This represents the current version of this extension.
+Every extension must have a file in its root called F<info.pl>.
+This file must return a hash when called with C<do>.
+The hash must contain a 'version' key with the current version of the
+extension. Extension authors can also add any extra infomration to this hash if
+required, by adding a new key beginning with x_ which will not be used the
+core Bugzilla code. 
 
 =head1 SUBROUTINES
 
@@ -163,7 +166,72 @@ They will be accessible to the hook via L<Bugzilla/hook_args>.
 
 =head1 HOOKS
 
-This describes what hooks exist in Bugzilla currently.
+This describes what hooks exist in Bugzilla currently. They are mostly
+in alphabetical order, but some related hooks are near each other instead
+of being alphabetical.
+
+=head2 bug-end_of_update
+
+This happens at the end of L<Bugzilla::Bug/update>, after all other changes are
+made to the database. This generally occurs inside a database transaction.
+
+Params:
+
+=over
+
+=item C<bug> - The changed bug object, with all fields set to their updated
+values.
+
+=item C<timestamp> - The timestamp used for all updates in this transaction.
+
+=item C<changes> - The hash of changed fields. 
+C<$changes-E<gt>{field} = [old, new]>
+
+=back
+
+=head2 buglist-columns
+
+This happens in buglist.cgi after the standard columns have been defined and
+right before the display column determination.  It gives you the opportunity
+to add additional display columns.
+
+Params:
+
+=over
+
+=item C<columns> - A hashref, where the keys are unique string identifiers
+for the column being defined and the values are hashrefs with the
+following fields:
+
+=over
+
+=item C<name> - The name of the column in the database.
+
+=item C<title> - The title of the column as displayed to users.
+
+=back
+
+The definition is structured as:
+
+ $columns->{$id} = { name => $name, title => $title };
+
+=back
+
+=head2 colchange-columns
+
+This happens in F<colchange.cgi> right after the list of possible display
+columns have been defined and gives you the opportunity to add additional
+display columns to the list of selectable columns.
+
+Params:
+
+=over
+
+=item C<columns> - An arrayref containing an array of column IDs.  Any IDs
+added by this hook must have been defined in the the buglist-columns hook.
+See L</buglist-columns>.
+
+=back
 
 =head2 enter_bug-entrydefaultvars
 
@@ -177,6 +245,47 @@ Params:
 
 =back
 
+=head2 flag-end_of_update
+
+This happens at the end of L<Bugzilla::Flag/process>, after all other changes
+are made to the database and after emails are sent. It gives you a before/after
+snapshot of flags so you can react to specific flag changes.
+This generally occurs inside a database transaction.
+
+Note that the interface to this hook is B<UNSTABLE> and it may change in the
+future.
+
+Params:
+
+=over
+
+=item C<bug> - The changed bug object.
+
+=item C<timestamp> - The timestamp used for all updates in this transaction.
+
+=item C<old_flags> - The snapshot of flag summaries from before the change.
+
+=item C<new_flags> - The snapshot of flag summaries after the change. Call
+C<my ($removed, $added) = diff_arrays(old_flags, new_flags)> to get the list of
+changed flags, and search for a specific condition like C<added eq 'review-'>.
+
+=back
+
+=head2 install-before_final_checks
+
+Allows execution of custom code before the final checks are done in 
+checksetup.pl.
+
+Params:
+
+=over
+
+=item C<silent>
+
+A flag that indicates whether or not checksetup is running in silent mode.
+
+=back
+
 =head2 install-requirements
 
 Because of the way Bugzilla installation works, there can't be a normal
@@ -259,3 +368,22 @@ WebService functions (and so that you also don't conflict with other
 plugins).
 
 =back
+
+=head2 webservice-error_codes
+
+If your webservice extension throws custom errors, you can set numeric
+codes for those errors here.
+
+Extensions should use error codes above 10000, unless they are re-using
+an already-existing error code.
+
+Params:
+
+=over
+
+=item C<error_map>
+
+A hash that maps the names of errors (like C<invalid_param>) to numbers.
+See L<Bugzilla::WebService::Constants/WS_ERROR_CODE> for an example.
+
+=back
diff --git a/Bugzilla/Install/CVS/Entries b/Bugzilla/Install/CVS/Entries
index 3365b6f9f..6e8b91dab 100644
--- a/Bugzilla/Install/CVS/Entries
+++ b/Bugzilla/Install/CVS/Entries
@@ -1,7 +1,7 @@
-/CPAN.pm/1.2/Sun Dec 23 05:43:44 2007//TBUGZILLA-3_1_4
-/DB.pm/1.50/Mon Mar 24 22:47:25 2008//TBUGZILLA-3_1_4
-/Filesystem.pm/1.29/Wed Apr 30 18:54:48 2008//TBUGZILLA-3_1_4
-/Localconfig.pm/1.12/Thu Jan 17 23:15:24 2008//TBUGZILLA-3_1_4
-/Requirements.pm/1.47/Sat Apr 12 06:16:54 2008//TBUGZILLA-3_1_4
-/Util.pm/1.14/Thu Apr  3 19:05:38 2008//TBUGZILLA-3_1_4
+/CPAN.pm/1.2/Sun Dec 23 05:43:44 2007//TBUGZILLA-3_2
+/DB.pm/1.51.2.2/Wed Aug 27 15:22:10 2008//TBUGZILLA-3_2
+/Filesystem.pm/1.29.2.1/Fri Jun 13 20:58:47 2008//TBUGZILLA-3_2
+/Localconfig.pm/1.12/Thu Jan 17 23:15:24 2008//TBUGZILLA-3_2
+/Requirements.pm/1.47.2.4/Thu Oct  9 16:07:37 2008//TBUGZILLA-3_2
+/Util.pm/1.14/Thu Apr  3 19:05:38 2008//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Install/CVS/Tag b/Bugzilla/Install/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Install/CVS/Tag
+++ b/Bugzilla/Install/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm
index ca011ce6c..270b0e804 100644
--- a/Bugzilla/Install/DB.pm
+++ b/Bugzilla/Install/DB.pm
@@ -522,6 +522,10 @@ sub update_table_definitions {
     $dbh->bz_drop_index('longdescs', 'longdescs_thetext_idx');
     _populate_bugs_fulltext();
 
+    # 2008-01-18 xiaoou.wu@oracle.com - Bug 414292
+    $dbh->bz_alter_column('series', 'query',
+        { TYPE => 'MEDIUMTEXT', NOTNULL => 1 });
+
     ################################################################
     # New --TABLE-- changes should go *** A B O V E *** this point #
     ################################################################
@@ -2612,7 +2616,7 @@ sub _change_short_desc_from_mediumtext_to_varchar {
         # and then truncate the summary.
         my $long_summary_bugs = $dbh->selectall_arrayref(
             'SELECT bug_id, short_desc, reporter
-               FROM bugs WHERE LENGTH(short_desc) > 255');
+               FROM bugs WHERE CHAR_LENGTH(short_desc) > 255');
 
         if (@$long_summary_bugs) {
             print <<EOT;
@@ -2935,7 +2939,8 @@ sub _fix_attachment_modification_date {
 
 sub _change_text_types {
     my $dbh = Bugzilla->dbh; 
-    return if $dbh->bz_column_info('series', 'query')->{TYPE} eq 'LONGTEXT';
+    return if 
+        $dbh->bz_column_info('namedqueries', 'query')->{TYPE} eq 'LONGTEXT';
     _check_content_length('attachments', 'mimetype',    255, 'attach_id');
     _check_content_length('fielddefs',   'description', 255, 'id');
     _check_content_length('attachments', 'description', 255, 'attach_id');
@@ -2953,14 +2958,13 @@ sub _change_text_types {
         { TYPE => 'MEDIUMTEXT', NOTNULL => 1 }, '');
     $dbh->bz_alter_column('fielddefs', 'description',
         { TYPE => 'TINYTEXT', NOTNULL => 1 });
-    $dbh->bz_alter_column('namedqueries', 'query',
-        { TYPE => 'LONGTEXT', NOTNULL => 1 });
     $dbh->bz_alter_column('groups', 'description',
         { TYPE => 'MEDIUMTEXT', NOTNULL => 1 });
     $dbh->bz_alter_column('quips', 'quip',
         { TYPE => 'MEDIUMTEXT', NOTNULL => 1 });
-    $dbh->bz_alter_column('series', 'query',
+    $dbh->bz_alter_column('namedqueries', 'query',
         { TYPE => 'LONGTEXT', NOTNULL => 1 });
+
 } 
 
 sub _check_content_length {
@@ -2968,7 +2972,7 @@ sub _check_content_length {
     my $dbh = Bugzilla->dbh;
     my %contents = @{ $dbh->selectcol_arrayref(
         "SELECT $id_field, $field_name FROM $table_name 
-          WHERE LENGTH($field_name) > ?", {Columns=>[1,2]}, $max_length) };
+          WHERE CHAR_LENGTH($field_name) > ?", {Columns=>[1,2]}, $max_length) };
 
     if (scalar keys %contents) {
         print install_string('install_data_too_long',
@@ -2999,26 +3003,57 @@ sub _populate_bugs_fulltext {
         my $bug_ids = $dbh->selectcol_arrayref('SELECT bug_id FROM bugs');
         return if !@$bug_ids;
 
-        print "Populating bugs_fulltext.short_desc...\n";
-        $dbh->do('INSERT INTO bugs_fulltext (bug_id, short_desc)
-                       SELECT bug_id, short_desc FROM bugs');
-        print "Populating bugs_fulltext comments fields...\n";
-        my $count = 1;
-        my $sth_all = $dbh->prepare('SELECT thetext FROM longdescs 
-                                      WHERE bug_id = ?');
-        my $sth_nopriv = $dbh->prepare('SELECT thetext FROM longdescs
-                                         WHERE bug_id = ? AND isprivate = 0');
-        my $sth_update = $dbh->prepare(
-            'UPDATE bugs_fulltext SET comments = ?, comments_noprivate = ?
-              WHERE bug_id = ?');
-        foreach my $id (@$bug_ids) { 
-            my $all = $dbh->selectcol_arrayref($sth_all, undef, $id);
-            my $nopriv = $dbh->selectcol_arrayref($sth_nopriv, undef, $id);
-            $sth_update->execute(join("\n", @$all), join("\n", @$nopriv), $id);
-            indicate_progress({ total   => scalar @$bug_ids, every => 100,
-                                current => $count++ });
+        # Populating bugs_fulltext can be very slow for large installs,
+        # so we special-case any DB that supports GROUP_CONCAT, which is
+        # a much faster way to do things.
+        if (UNIVERSAL::can($dbh, 'sql_group_concat')) {
+            print "Populating bugs_fulltext...";
+            print " (this can take a long time.)\n";
+            # XXX This hack should probably be moved elsewhere.
+            if ($dbh->isa('Bugzilla::DB::Mysql')) {
+                $dbh->do('SET SESSION group_concat_max_len = 128000000');
+                $dbh->do('SET SESSION max_allowed_packet =   128000000');
+            }
+            $dbh->do(
+                q{INSERT INTO bugs_fulltext (bug_id, short_desc, comments, 
+                                             comments_noprivate)
+                       SELECT bugs.bug_id, bugs.short_desc, }
+                     . $dbh->sql_group_concat('longdescs.thetext', '\'\n\'')
+              . ', ' . $dbh->sql_group_concat('nopriv.thetext',    '\'\n\'') .
+                      q{ FROM bugs 
+                              LEFT JOIN longdescs
+                                     ON bugs.bug_id = longdescs.bug_id
+                              LEFT JOIN longdescs AS nopriv
+                                     ON longdescs.comment_id = nopriv.comment_id
+                                        AND nopriv.isprivate = 0 }
+                     . $dbh->sql_group_by('bugs.bug_id', 'bugs.short_desc'));
+        }
+        # The slow way, without group_concat.
+        else {
+            print "Populating bugs_fulltext.short_desc...\n";
+            $dbh->do('INSERT INTO bugs_fulltext (bug_id, short_desc)
+                           SELECT bug_id, short_desc FROM bugs');
+
+            my $count = 1;
+            my $sth_all = $dbh->prepare('SELECT thetext FROM longdescs 
+                                          WHERE bug_id = ?');
+            my $sth_nopriv = $dbh->prepare(
+                'SELECT thetext FROM longdescs
+                  WHERE bug_id = ? AND isprivate = 0');
+            my $sth_update = $dbh->prepare(
+                'UPDATE bugs_fulltext SET comments = ?, comments_noprivate = ?
+                  WHERE bug_id = ?');
+
+            print "Populating bugs_fulltext comment fields...\n";
+            foreach my $id (@$bug_ids) { 
+                my $all = $dbh->selectcol_arrayref($sth_all, undef, $id);
+                my $nopriv = $dbh->selectcol_arrayref($sth_nopriv, undef, $id);
+                $sth_update->execute(join("\n", @$all), join("\n", @$nopriv), $id);
+                indicate_progress({ total   => scalar @$bug_ids, every => 100,
+                                    current => $count++ });
+            }
+            print "\n";
         }
-        print "\n";
     }
 }
 
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index c19cef403..d2f4cde32 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -159,6 +159,8 @@ sub FILESYSTEM {
                                      dirs => $ws_dir_readable },
          $templatedir          => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
+         $extensionsdir        => { files => $ws_readable,
+                                     dirs => $ws_dir_readable },
          images                => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
          css                   => { files => $ws_readable,
@@ -169,17 +171,17 @@ sub FILESYSTEM {
                                      dirs => $ws_dir_readable },
          t                     => { files => $owner_readable,
                                      dirs => $owner_dir_readable },
-         'docs/*/html'           => { files => $ws_readable,
+         'docs/*/html'         => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
-         'docs/*/pdf'            => { files => $ws_readable,
+         'docs/*/pdf'          => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
-         'docs/*/txt'            => { files => $ws_readable,
+         'docs/*/txt'          => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
-         'docs/*/images'         => { files => $ws_readable,
+         'docs/*/images'       => { files => $ws_readable,
                                      dirs => $ws_dir_readable },
          'docs/lib'            => { files => $owner_readable,
                                      dirs => $owner_dir_readable },
-         'docs/*/xml'            => { files => $owner_readable,
+         'docs/*/xml'          => { files => $owner_readable,
                                      dirs => $owner_dir_readable },
     );
 
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 1ea2094b0..17a18330e 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -61,7 +61,8 @@ sub REQUIRED_MODULES {
         module  => 'CGI',
         # Perl 5.10 requires CGI 3.33 due to a taint issue when
         # uploading attachments, see bug 416382.
-        version => (vers_cmp($perl_ver, '5.10') > -1) ? '3.33' : '2.93'
+        # Require CGI 3.21 for -httponly support, see bug 368502.
+        version => (vers_cmp($perl_ver, '5.10') > -1) ? '3.33' : '3.21'
     },
     {
         package => 'TimeDate',
@@ -96,7 +97,7 @@ sub REQUIRED_MODULES {
     {
         package => 'Email-MIME-Modifier',
         module  => 'Email::MIME::Modifier',
-        version => 0
+        version => '1.442'
     },
     );
 
@@ -177,7 +178,7 @@ sub OPTIONAL_MODULES {
         feature => 'LDAP Authentication'
     },
     {
-        package => 'SASL-Authen',
+        package => 'Authen-SASL',
         module  => 'Authen::SASL',
         version => 0,
         feature => 'SMTP Authentication'
@@ -475,7 +476,7 @@ EOT
         }
     }
 
-    if ($output && $check_results->{any_missing}) {
+    if ($output && $check_results->{any_missing} && !ON_WINDOWS) {
         print install_string('install_all', { perl => $^X });
     }
 }
diff --git a/Bugzilla/Mailer.pm b/Bugzilla/Mailer.pm
index 5c7a75450..7b673440b 100644
--- a/Bugzilla/Mailer.pm
+++ b/Bugzilla/Mailer.pm
@@ -35,7 +35,7 @@ package Bugzilla::Mailer;
 use strict;
 
 use base qw(Exporter);
-@Bugzilla::Mailer::EXPORT = qw(MessageToMTA);
+@Bugzilla::Mailer::EXPORT = qw(MessageToMTA build_thread_marker);
 
 use Bugzilla::Constants;
 use Bugzilla::Error;
@@ -57,6 +57,11 @@ sub MessageToMTA {
     return if $method eq 'None';
 
     my $email = ref($msg) ? $msg : Email::MIME->new($msg);
+
+    # We add this header to mark the mail as "auto-generated" and
+    # thus to hopefully avoid auto replies.
+    $email->header_set('Auto-Submitted', 'auto-generated');
+
     $email->walk_parts(sub {
         my ($part) = @_;
         return if $part->parts > 1; # Top-level
@@ -80,8 +85,11 @@ sub MessageToMTA {
     $email->header_set('MIME-Version', '1.0') if !$email->header('MIME-Version');
 
     # Encode the headers correctly in quoted-printable
-    foreach my $header qw(From To Cc Reply-To Sender Errors-To Subject) {
-        if (my $value = $email->header($header)) {
+    foreach my $header ($email->header_names) {
+        my @values = $email->header($header);
+        # We don't recode headers that happen multiple times.
+        next if scalar(@values) > 1;
+        if (my $value = $values[0]) {
             if (Bugzilla->params->{'utf8'} && !utf8::is_utf8($value)) {
                 utf8::decode($value);
             }
@@ -154,4 +162,31 @@ sub MessageToMTA {
     }
 }
 
+# Builds header suitable for use as a threading marker in email notifications
+sub build_thread_marker {
+    my ($bug_id, $user_id, $is_new) = @_;
+
+    if (!defined $user_id) {
+        $user_id = Bugzilla->user->id;
+    }
+
+    my $sitespec = '@' . Bugzilla->params->{'urlbase'};
+    $sitespec =~ s/:\/\//\./; # Make the protocol look like part of the domain
+    $sitespec =~ s/^([^:\/]+):(\d+)/$1/; # Remove a port number, to relocate
+    if ($2) {
+        $sitespec = "-$2$sitespec"; # Put the port number back in, before the '@'
+    }
+
+    my $threadingmarker;
+    if ($is_new) {
+        $threadingmarker = "Message-ID: <bug-$bug_id-$user_id$sitespec>";
+    }
+    else {
+        $threadingmarker = "In-Reply-To: <bug-$bug_id-$user_id$sitespec>" .
+                           "\nReferences: <bug-$bug_id-$user_id$sitespec>";
+    }
+
+    return $threadingmarker;
+}
+
 1;
diff --git a/Bugzilla/Product.pm b/Bugzilla/Product.pm
index edc621f67..95a0e3840 100644
--- a/Bugzilla/Product.pm
+++ b/Bugzilla/Product.pm
@@ -120,10 +120,11 @@ sub group_controls {
                   ORDER BY groups.name};
         $self->{group_controls} = 
             $dbh->selectall_hashref($query, 'id', undef, $self->id);
-        foreach my $group (keys(%{$self->{group_controls}})) {
-            $self->{group_controls}->{$group}->{'group'} = 
-                new Bugzilla::Group($group);
-        }
+
+        # For each group ID listed above, create and store its group object.
+        my @gids = keys %{$self->{group_controls}};
+        my $groups = Bugzilla::Group->new_from_list(\@gids);
+        $self->{group_controls}->{$_->id}->{group} = $_ foreach @$groups;
     }
     return $self->{group_controls};
 }
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index d74f09474..5636e429d 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -369,7 +369,7 @@ sub init {
 
     my $sql_deadlinefrom;
     my $sql_deadlineto;
-    if (Bugzilla->user->in_group(Bugzilla->params->{'timetrackinggroup'})){
+    if ($user->in_group(Bugzilla->params->{'timetrackinggroup'})) {
       my $deadlinefrom;
       my $deadlineto;
             
@@ -801,8 +801,10 @@ sub init {
                  $field =~ /^(relevance|actual_time|percentage_complete)/);
         # The structure of fields is of the form:
         # [foo AS] {bar | bar.baz} [ASC | DESC]
-        # Only the mandatory part bar OR bar.baz is of interest
-        if ($field =~ /(?:.*\s+AS\s+)?(\w+(\.\w+)?)(?:\s+(ASC|DESC))?$/i) {
+        # Only the mandatory part bar OR bar.baz is of interest.
+        # But for Oracle, it needs the real name part instead.
+        my $regexp = $dbh->GROUPBY_REGEXP;
+        if ($field =~ /$regexp/i) {
             push(@groupby, $1) if !grep($_ eq $1, @groupby);
         }
     }
@@ -889,12 +891,9 @@ sub GetByWordList {
         my $word = $w;
         if ($word ne "") {
             $word =~ tr/A-Z/a-z/;
-            $word = $dbh->quote(quotemeta($word));
+            $word = $dbh->quote('(^|[^a-z0-9])' . quotemeta($word) . '($|[^a-z0-9])');
             trick_taint($word);
-            $word =~ s/^'//;
-            $word =~ s/'$//;
-            $word = '(^|[^a-z0-9])' . $word . '($|[^a-z0-9])';
-            push(@list, $dbh->sql_regexp($field, "'$word'"));
+            push(@list, $dbh->sql_regexp($field, $word));
         }
     }
 
@@ -912,8 +911,7 @@ sub GetByWordListSubstr {
         if ($word ne "") {
             $sql_word = $dbh->quote($word);
             trick_taint($sql_word);
-            push(@list, $dbh->sql_position(lc($sql_word),
-                                           "LOWER($field)") . " > 0");
+            push(@list, $dbh->sql_iposition($sql_word, $field) . " > 0");
         }
     }
 
@@ -1240,16 +1238,20 @@ sub _content_matches {
                        "ON bugs.bug_id = $table.bug_id");
     
     # Create search terms to add to the SELECT and WHERE clauses.
-    my $term1 = $dbh->sql_fulltext_search("$table.$comments_col", $$v);
-    my $term2 = $dbh->sql_fulltext_search("$table.short_desc", $$v);
-    
+    my ($term1, $rterm1) = $dbh->sql_fulltext_search("$table.$comments_col", 
+                                                        $$v, 1);
+    my ($term2, $rterm2) = $dbh->sql_fulltext_search("$table.short_desc", 
+                                                        $$v, 2);
+    $rterm1 = $term1 if !$rterm1;
+    $rterm2 = $term2 if !$rterm2;
+
     # The term to use in the WHERE clause.
     $$term = "$term1 > 0 OR $term2 > 0";
     
     # In order to sort by relevance (in case the user requests it),
     # we SELECT the relevance value and give it an alias so we can
     # add it to the SORT BY clause when we build it in buglist.cgi.
-    my $select_term = "($term1 + $term2) AS relevance";
+    my $select_term = "($rterm1 + $rterm2) AS relevance";
 
     # Users can specify to display the relevance field, in which case
     # it'll show up in the list of fields being selected, and we need
@@ -1288,12 +1290,7 @@ sub _commenter_exact {
         $$sequence++;
     }
     my $table = "longdescs_$chartseq";
-    my $extra = "";
-    if (Bugzilla->params->{"insidergroup"} 
-        && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"})) 
-    {
-        $extra = "AND $table.isprivate < 1";
-    }
+    my $extra = $user->is_insider ? "" : "AND $table.isprivate < 1";
     push(@$supptables, "LEFT JOIN longdescs AS $table " .
                        "ON $table.bug_id = bugs.bug_id $extra " .
                        "AND $table.who IN ($match)");
@@ -1312,12 +1309,7 @@ sub _commenter {
         $$sequence++;
     }
     my $table = "longdescs_$chartseq";
-    my $extra = "";
-    if (Bugzilla->params->{"insidergroup"} 
-        && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"})) 
-    {
-        $extra = "AND $table.isprivate < 1";
-    }
+    my $extra = $self->{'user'}->is_insider ? "" : "AND $table.isprivate < 1";
     $$f = "login_name";
     $$ff = "profiles.login_name";
     $$funcsbykey{",$$t"}($self, %func_args);
@@ -1336,12 +1328,7 @@ sub _long_desc {
         @func_args{qw(chartid supptables f)};
     
     my $table = "longdescs_$$chartid";
-    my $extra = "";
-    if (Bugzilla->params->{"insidergroup"} 
-        && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"})) 
-    {
-        $extra = "AND $table.isprivate < 1";
-    }
+    my $extra = $self->{'user'}->is_insider ? "" : "AND $table.isprivate < 1";
     push(@$supptables, "LEFT JOIN longdescs AS $table " .
                        "ON $table.bug_id = bugs.bug_id $extra");
     $$f = "$table.thetext";
@@ -1354,12 +1341,7 @@ sub _longdescs_isprivate {
         @func_args{qw(chartid supptables f)};
     
     my $table = "longdescs_$$chartid";
-    my $extra = "";
-    if (Bugzilla->params->{"insidergroup"}
-        && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"}))
-    {
-        $extra = "AND $table.isprivate < 1";
-    }
+    my $extra = $self->{'user'}->is_insider ? "" : "AND $table.isprivate < 1";
     push(@$supptables, "LEFT JOIN longdescs AS $table " .
                       "ON $table.bug_id = bugs.bug_id $extra");
     $$f = "$table.isprivate";
@@ -1501,12 +1483,7 @@ sub _attach_data_thedata {
     
     my $atable = "attachments_$$chartid";
     my $dtable = "attachdata_$$chartid";
-    my $extra = "";
-    if (Bugzilla->params->{"insidergroup"} 
-        && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"})) 
-    {
-        $extra = "AND $atable.isprivate = 0";
-    }
+    my $extra = $self->{'user'}->is_insider ? "" : "AND $atable.isprivate = 0";
     push(@$supptables, "INNER JOIN attachments AS $atable " .
                        "ON bugs.bug_id = $atable.bug_id $extra");
     push(@$supptables, "INNER JOIN attach_data AS $dtable " .
@@ -1521,12 +1498,7 @@ sub _attachments_submitter {
         @func_args{qw(chartid supptables f)};
     
     my $atable = "map_attachment_submitter_$$chartid";
-    my $extra = "";
-    if (Bugzilla->params->{"insidergroup"}
-        && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"}))
-    {
-        $extra = "AND $atable.isprivate = 0";
-    }
+    my $extra = $self->{'user'}->is_insider ? "" : "AND $atable.isprivate = 0";
     push(@$supptables, "INNER JOIN attachments AS $atable " .
                        "ON bugs.bug_id = $atable.bug_id $extra");
     push(@$supptables, "LEFT JOIN profiles AS attachers_$$chartid " .
@@ -1542,12 +1514,7 @@ sub _attachments {
     my $dbh = Bugzilla->dbh;
     
     my $table = "attachments_$$chartid";
-    my $extra = "";
-    if (Bugzilla->params->{"insidergroup"} 
-        && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"})) 
-    {
-        $extra = "AND $table.isprivate = 0";
-    }
+    my $extra = $self->{'user'}->is_insider ? "" : "AND $table.isprivate = 0";
     push(@$supptables, "INNER JOIN attachments AS $table " .
                        "ON bugs.bug_id = $table.bug_id $extra");
     $$f =~ m/^attachments\.(.*)$/;
@@ -1919,7 +1886,7 @@ sub _substring {
     my ($ff, $q, $term) = @func_args{qw(ff q term)};
     my $dbh = Bugzilla->dbh;
     
-    $$term = $dbh->sql_position(lc($$q), "LOWER($$ff)") . " > 0";
+    $$term = $dbh->sql_iposition($$q, $$ff) . " > 0";
 }
 
 sub _notsubstring {
@@ -1928,7 +1895,7 @@ sub _notsubstring {
     my ($ff, $q, $term) = @func_args{qw(ff q term)};
     my $dbh = Bugzilla->dbh;
     
-    $$term = $dbh->sql_position(lc($$q), "LOWER($$ff)") . " = 0";
+    $$term = $dbh->sql_iposition($$q, $$ff) . " = 0";
 }
 
 sub _regexp {
diff --git a/Bugzilla/Search/CVS/Entries b/Bugzilla/Search/CVS/Entries
index e11299334..af5d51fc3 100644
--- a/Bugzilla/Search/CVS/Entries
+++ b/Bugzilla/Search/CVS/Entries
@@ -1,3 +1,3 @@
-/Quicksearch.pm/1.20/Sat Jan  5 14:16:29 2008//TBUGZILLA-3_1_4
-/Saved.pm/1.6/Sun Nov 18 20:20:54 2007//TBUGZILLA-3_1_4
+/Quicksearch.pm/1.20.2.1/Fri Oct 10 17:44:46 2008//TBUGZILLA-3_2
+/Saved.pm/1.7.2.1/Sat Nov  8 19:03:33 2008//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Search/CVS/Tag b/Bugzilla/Search/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Search/CVS/Tag
+++ b/Bugzilla/Search/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm
index df54952d5..a56ae1637 100644
--- a/Bugzilla/Search/Quicksearch.pm
+++ b/Bugzilla/Search/Quicksearch.pm
@@ -446,12 +446,14 @@ sub splitString {
     # Now split on unescaped whitespace
     @parts = split(/\s+/, $string);
     foreach (@parts) {
+        # Protect plus signs from becoming a blank.
+        # If "+" appears as the first character, leave it alone
+        # as it has a special meaning. Strings which start with
+        # "+" must be quoted.
+        s/(?<!^)\+/%2B/g;
         # Remove quotes
         s/"//g;
-        # Protect plus signs from becoming a blank
-        s/\+/%2B/g;
     }
-                        
     return @parts;
 }
 
diff --git a/Bugzilla/Search/Saved.pm b/Bugzilla/Search/Saved.pm
index 3484eb3bc..c8322242b 100644
--- a/Bugzilla/Search/Saved.pm
+++ b/Bugzilla/Search/Saved.pm
@@ -55,7 +55,7 @@ use constant VALIDATORS => {
     link_in_footer => \&_check_link_in_footer,
 };
 
-use constant UPDATE_COLUMNS => qw(query query_type);
+use constant UPDATE_COLUMNS => qw(name query query_type);
 
 ##############
 # Validators #
@@ -79,6 +79,8 @@ sub _check_query {
     $query || ThrowUserError("buglist_parameters_required");
     my $cgi = new Bugzilla::CGI($query);
     $cgi->clean_search_url;
+    # Don't store the query name as a parameter.
+    $cgi->delete('known_name');
     return $cgi->query_string;
 }
 
@@ -115,6 +117,24 @@ sub create {
     return $obj;
 }
 
+sub preload {
+    my ($searches) = @_;
+    my $dbh = Bugzilla->dbh;
+
+    return unless scalar @$searches;
+
+    my @query_ids = map { $_->id } @$searches;
+    my $queries_in_footer = $dbh->selectcol_arrayref(
+        'SELECT namedquery_id
+           FROM namedqueries_link_in_footer
+          WHERE ' . $dbh->sql_in('namedquery_id', \@query_ids) . ' AND user_id = ?',
+          undef, Bugzilla->user->id);
+
+    my %links_in_footer = map { $_ => 1 } @$queries_in_footer;
+    foreach my $query (@$searches) {
+        $query->{link_in_footer} = ($links_in_footer{$query->id}) ? 1 : 0;
+    }
+}
 #####################
 # Complex Accessors #
 #####################
@@ -204,6 +224,7 @@ sub user {
 # Mutators #
 ############
 
+sub set_name       { $_[0]->set('name',       $_[1]); }
 sub set_url        { $_[0]->set('query',      $_[1]); }
 sub set_query_type { $_[0]->set('query_type', $_[1]); }
 
@@ -247,6 +268,12 @@ Does not accept a bare C<name> argument. Instead, accepts only an id.
 
 See also: L<Bugzilla::Object/new>.
 
+=item C<preload>
+
+Sets C<link_in_footer> for all given saved searches at once, for the
+currently logged in user. This is much faster than calling this method
+for each saved search individually.
+
 =back
 
 
diff --git a/Bugzilla/Series.pm b/Bugzilla/Series.pm
index a99c442fe..95d0a8f50 100644
--- a/Bugzilla/Series.pm
+++ b/Bugzilla/Series.pm
@@ -124,6 +124,10 @@ sub initFromParameters {
     ($self->{'series_id'}, $self->{'category'},  $self->{'subcategory'},
      $self->{'name'}, $self->{'creator'}, $self->{'frequency'},
      $self->{'query'}, $self->{'public'}) = @_;
+
+    # If the first parameter is undefined, check if this series already
+    # exists and update it series_id accordingly
+    $self->{'series_id'} ||= $self->existsInDatabase();
 }
 
 sub initFromCGI {
diff --git a/Bugzilla/Template/CVS/Entries b/Bugzilla/Template/CVS/Entries
index 92b6b959e..d0663d5ea 100644
--- a/Bugzilla/Template/CVS/Entries
+++ b/Bugzilla/Template/CVS/Entries
@@ -1,2 +1,2 @@
-/Parser.pm/1.1/Wed Feb 13 22:40:10 2008//TBUGZILLA-3_1_4
+/Parser.pm/1.1/Wed Feb 13 22:40:10 2008//TBUGZILLA-3_2
 D/Plugin////
diff --git a/Bugzilla/Template/CVS/Tag b/Bugzilla/Template/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Template/CVS/Tag
+++ b/Bugzilla/Template/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Template/Plugin/CVS/Entries b/Bugzilla/Template/Plugin/CVS/Entries
index a1ea2e364..d11d5b187 100644
--- a/Bugzilla/Template/Plugin/CVS/Entries
+++ b/Bugzilla/Template/Plugin/CVS/Entries
@@ -1,4 +1,4 @@
-/Bugzilla.pm/1.2/Fri Feb  7 07:19:15 2003//TBUGZILLA-3_1_4
-/Hook.pm/1.9/Tue Aug 21 20:47:53 2007//TBUGZILLA-3_1_4
-/User.pm/1.1/Wed Aug  4 18:08:21 2004//TBUGZILLA-3_1_4
+/Bugzilla.pm/1.2/Fri Feb  7 07:19:15 2003//TBUGZILLA-3_2
+/Hook.pm/1.10.2.2/Mon Oct  6 16:32:39 2008//TBUGZILLA-3_2
+/User.pm/1.1/Wed Aug  4 18:08:21 2004//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/Template/Plugin/CVS/Tag b/Bugzilla/Template/Plugin/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/Template/Plugin/CVS/Tag
+++ b/Bugzilla/Template/Plugin/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Template/Plugin/Hook.pm b/Bugzilla/Template/Plugin/Hook.pm
index 54ce02a67..99ece0880 100644
--- a/Bugzilla/Template/Plugin/Hook.pm
+++ b/Bugzilla/Template/Plugin/Hook.pm
@@ -19,6 +19,7 @@
 #
 # Contributor(s): Myk Melez <myk@mozilla.org>
 #                 Zach Lipton <zach@zachlipton.com>
+#                 Elliotte Martin <everythingsolved.com>
 #
 
 package Bugzilla::Template::Plugin::Hook;
@@ -26,7 +27,7 @@ package Bugzilla::Template::Plugin::Hook;
 use strict;
 
 use Bugzilla::Constants;
-use Bugzilla::Install::Util;
+use Bugzilla::Install::Util qw(include_languages);
 use Bugzilla::Template;
 use Bugzilla::Util;
 use Bugzilla::Error;
@@ -45,12 +46,11 @@ sub new {
 }
 
 sub process {
-    my ($self, $hook_name) = @_;
+    my ($self, $hook_name, $template) = @_;
+    $template ||= $self->{_CONTEXT}->stash->{component}->{name};
+
+    my @hooks;
 
-    my $paths = $self->{_CONTEXT}->{LOAD_TEMPLATES}->[0]->paths;
-    my $template = $self->{_CONTEXT}->stash->{component}->{name};
-    my @hooks = ();
-    
     # sanity check:
     if (!$template =~ /[\w\.\/\-_\\]+/) {
         ThrowCodeError('template_invalid', { name => $template});
@@ -66,8 +66,9 @@ sub process {
     # munge the filename to create the extension hook filename:
     my $extensiontemplate = $subpath.'/'.$templatename.'-'.$hook_name.'.'.$type.'.tmpl';
     my @extensions = glob(bz_locations()->{'extensionsdir'} . "/*");
-    my @usedlanguages = getLanguages();
+    my @usedlanguages = include_languages({use_languages => Bugzilla->languages});
     foreach my $extension (@extensions) {
+        next if -e "$extension/disabled";
         foreach my $language (@usedlanguages) {
             my $file = $extension.'/template/'.$language.'/'.$extensiontemplate;
             if (-e $file) {
@@ -79,6 +80,8 @@ sub process {
             }
         }
     }
+
+    my $paths = $self->{_CONTEXT}->{LOAD_TEMPLATES}->[0]->paths;
     
     # we keep this too since you can still put hook templates in 
     # template/en/custom/hook
@@ -104,27 +107,6 @@ sub process {
     return $output;
 }
 
-# get a list of languages we accept so we can find the hook 
-# that corresponds to our desired languages:
-sub getLanguages() {
-    my $languages = join(',', @{Bugzilla->languages});
-    if (not ($languages =~ /,/)) { # only one language
-        return $languages;
-    }
-    # XXX This should probably be re-worked so that we don't have to 
-    # reach into the internals of another module to get languages.
-    my @languages = Bugzilla::Install::Util::_sort_accept_language($languages);
-    my @accept_language = Bugzilla::Install::Util::_sort_accept_language(
-        $ENV{'HTTP_ACCEPT_LANGUAGE'} || "" );
-    my @usedlanguages;
-    foreach my $lang (@accept_language) {
-        if(my @found = grep /^\Q$lang\E(-.+)?$/i, @languages) {
-            push (@usedlanguages, @found);
-        }
-    }
-    return @usedlanguages;
-}
-
 1;
 
 __END__
@@ -137,9 +119,54 @@ Bugzilla::Template::Plugin::Hook
 
 Template Toolkit plugin to process hooks added into templates by extensions.
 
+=head1 METHODS
+
+=over
+
+=item B<process>
+
+=over
+
+=item B<Description>
+
+Processes hooks added into templates by extensions.
+
+=item B<Params>
+
+=over
+
+=item C<hook_name>
+
+The unique name of the template hook.
+
+=item C<template> (optional)
+
+The path of the calling template.
+This is used as a work around to a bug which causes the path to the hook
+to be incorrect when the hook is called from inside a block.
+
+Example: If the hook C<lastrow> is added to the template
+F<show-multiple.html.tmpl> and it is desired to force the correct template
+path, the template hook would be:
+
+ [% Hook.process("lastrow", "bug/show-multiple.html.tmpl") %]
+
+=back
+
+=item B<Returns> 
+
+Output from processing template extension.
+
+=back
+
+=back
+
 =head1 SEE ALSO
 
 L<Template::Plugin>
-L<http:E<sol>E<sol>www.bugzilla.orgE<sol>docsE<sol>tipE<sol>htmlE<sol>customization.html>
-L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>show_bug.cgi?id=229658>
-L<http:E<sol>E<sol>bugzilla.mozilla.orgE<sol>show_bug.cgi?id=298341>
+
+L<http://www.bugzilla.org/docs/tip/html/customization.html>
+
+L<http://bugzilla.mozilla.org/show_bug.cgi?id=229658>
+
+L<http://bugzilla.mozilla.org/show_bug.cgi?id=298341>
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index 5f9e2228c..41ded0467 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -281,6 +281,11 @@ sub queries {
         'SELECT id FROM namedqueries WHERE userid = ?', undef, $self->id);
     require Bugzilla::Search::Saved;
     $self->{queries} = Bugzilla::Search::Saved->new_from_list($query_ids);
+
+    # We preload link_in_footer from here as this information is always requested.
+    # This only works if the user object represents the current logged in user.
+    Bugzilla::Search::Saved::preload($self->{queries}) if $self->id == Bugzilla->user->id;
+
     return $self->{queries};
 }
 
@@ -680,9 +685,10 @@ sub can_enter_product {
         return unless $warn == THROW_ERROR;
         ThrowUserError('no_products');
     }
-    trick_taint($product_name);
+    my $product = new Bugzilla::Product({name => $product_name});
+
     my $can_enter =
-        grep($_->name eq $product_name, @{$self->get_enterable_products});
+      $product && grep($_->name eq $product->name, @{$self->get_enterable_products});
 
     return 1 if $can_enter;
 
@@ -691,8 +697,6 @@ sub can_enter_product {
     # Check why access was denied. These checks are slow,
     # but that's fine, because they only happen if we fail.
 
-    my $product = new Bugzilla::Product({name => $product_name});
-
     # The product could not exist or you could be denied...
     if (!$product || !$product->user_has_access($self)) {
         ThrowUserError('entry_access_denied', {product => $product_name});
@@ -776,15 +780,15 @@ sub can_request_flag {
     my ($self, $flag_type) = @_;
 
     return ($self->can_set_flag($flag_type)
-            || !$flag_type->request_group
-            || $self->in_group_id($flag_type->request_group->id)) ? 1 : 0;
+            || !$flag_type->request_group_id
+            || $self->in_group_id($flag_type->request_group_id)) ? 1 : 0;
 }
 
 sub can_set_flag {
     my ($self, $flag_type) = @_;
 
-    return (!$flag_type->grant_group
-            || $self->in_group_id($flag_type->grant_group->id)) ? 1 : 0;
+    return (!$flag_type->grant_group_id
+            || $self->in_group_id($flag_type->grant_group_id)) ? 1 : 0;
 }
 
 sub direct_group_membership {
@@ -2040,7 +2044,7 @@ Returns a list of groups that the user is aware of.
 
 =item C<visible_groups_as_string>
 
-Returns the result of C<visible_groups_direct> as a string (a comma-separated
+Returns the result of C<visible_groups_inherited> as a string (a comma-separated
 list).
 
 =item C<product_responsibilities>
diff --git a/Bugzilla/User/CVS/Entries b/Bugzilla/User/CVS/Entries
index 02227db4c..1296cbc40 100644
--- a/Bugzilla/User/CVS/Entries
+++ b/Bugzilla/User/CVS/Entries
@@ -1,2 +1,2 @@
-/Setting.pm/1.12/Thu Dec 13 02:44:18 2007//TBUGZILLA-3_1_4
+/Setting.pm/1.12.2.1/Fri Sep  5 23:03:03 2008//TBUGZILLA-3_2
 D/Setting////
diff --git a/Bugzilla/User/CVS/Tag b/Bugzilla/User/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/User/CVS/Tag
+++ b/Bugzilla/User/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/User/Setting.pm b/Bugzilla/User/Setting.pm
index f13bfe972..7a6c72fd3 100644
--- a/Bugzilla/User/Setting.pm
+++ b/Bugzilla/User/Setting.pm
@@ -99,15 +99,12 @@ sub new {
         }
     }
     else {
-        ($subclass) = $dbh->selectrow_array(
-            q{SELECT subclass FROM setting WHERE name = ?},
-            undef,
-            $setting_name);
         # If the values were passed in, simply assign them and return.
         $self->{'is_enabled'}    = shift;
         $self->{'default_value'} = shift;
         $self->{'value'}         = shift;
         $self->{'is_default'}    = shift;
+        $subclass                = shift;
     }
     if ($subclass) {
         eval('require ' . $class . '::' . $subclass);
@@ -172,7 +169,7 @@ sub get_all_settings {
     my $dbh = Bugzilla->dbh;
 
     my $sth = $dbh->prepare(
-           q{SELECT name, default_value, is_enabled, setting_value
+           q{SELECT name, default_value, is_enabled, setting_value, subclass
                FROM setting
           LEFT JOIN profile_setting
                  ON setting.name = profile_setting.setting_name
@@ -180,8 +177,9 @@ sub get_all_settings {
            ORDER BY name});
 
     $sth->execute($user_id);
-    while (my ($name, $default_value, $is_enabled, $value) 
-               = $sth->fetchrow_array()) {
+    while (my ($name, $default_value, $is_enabled, $value, $subclass) 
+               = $sth->fetchrow_array()) 
+    {
 
         my $is_default;
 
@@ -194,7 +192,7 @@ sub get_all_settings {
 
         $settings->{$name} = new Bugzilla::User::Setting(
            $name, $user_id, $is_enabled, 
-           $default_value, $value, $is_default);
+           $default_value, $value, $is_default, $subclass);
     }
 
     return $settings;
@@ -207,14 +205,17 @@ sub get_defaults {
 
     $user_id ||= 0;
 
-    my $sth = $dbh->prepare(q{SELECT name, default_value, is_enabled
+    my $sth = $dbh->prepare(q{SELECT name, default_value, is_enabled, subclass
                                 FROM setting
                             ORDER BY name});
     $sth->execute();
-    while (my ($name, $default_value, $is_enabled) = $sth->fetchrow_array()) {
+    while (my ($name, $default_value, $is_enabled, $subclass) 
+           = $sth->fetchrow_array()) 
+    {
 
         $default_settings->{$name} = new Bugzilla::User::Setting(
-            $name, $user_id, $is_enabled, $default_value, $default_value, 1);
+            $name, $user_id, $is_enabled, $default_value, $default_value, 1,
+            $subclass);
     }
 
     return $default_settings;
diff --git a/Bugzilla/User/Setting/CVS/Entries b/Bugzilla/User/Setting/CVS/Entries
index 082e59141..b44cea67d 100644
--- a/Bugzilla/User/Setting/CVS/Entries
+++ b/Bugzilla/User/Setting/CVS/Entries
@@ -1,3 +1,3 @@
-/Lang.pm/1.1/Tue Aug 21 20:47:54 2007//TBUGZILLA-3_1_4
-/Skin.pm/1.4/Tue Aug 14 21:54:34 2007//TBUGZILLA-3_1_4
+/Lang.pm/1.1/Tue Aug 21 20:47:54 2007//TBUGZILLA-3_2
+/Skin.pm/1.4/Tue Aug 14 21:54:34 2007//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/User/Setting/CVS/Tag b/Bugzilla/User/Setting/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/User/Setting/CVS/Tag
+++ b/Bugzilla/User/Setting/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm
index e7a76e21d..faf7a57db 100644
--- a/Bugzilla/Util.pm
+++ b/Bugzilla/Util.pm
@@ -36,7 +36,7 @@ use base qw(Exporter);
                              html_quote url_quote xml_quote
                              css_class_quote html_light_quote url_decode
                              i_am_cgi get_netaddr correct_urlbase
-                             lsearch
+                             lsearch ssl_require_redirect
                              diff_arrays diff_strings
                              trim wrap_hard wrap_comment find_wrap_point
                              format_time format_time_decimal validate_date
@@ -100,7 +100,8 @@ sub html_light_quote {
 
     # List of allowed HTML elements having no attributes.
     my @allow = qw(b strong em i u p br abbr acronym ins del cite code var
-                   dfn samp kbd big small sub sup tt dd dt dl ul li ol);
+                   dfn samp kbd big small sub sup tt dd dt dl ul li ol
+                   fieldset legend);
 
     # Are HTML::Scrubber and HTML::Parser installed?
     eval { require HTML::Scrubber;
@@ -218,6 +219,46 @@ sub i_am_cgi {
     return exists $ENV{'SERVER_SOFTWARE'} ? 1 : 0;
 }
 
+sub ssl_require_redirect {
+    my $method = shift;
+
+    # If currently not in a protected SSL 
+    # connection, determine if a redirection is 
+    # needed based on value in Bugzilla->params->{ssl}.
+    # If we are already in a protected connection or
+    # sslbase is not set then no action is required.
+    if (uc($ENV{'HTTPS'}) ne 'ON' 
+        && $ENV{'SERVER_PORT'} != 443 
+        && Bugzilla->params->{'sslbase'} ne '')
+    {
+        # System is configured to never require SSL 
+        # so no redirection is needed.
+        return 0 
+            if Bugzilla->params->{'ssl'} eq 'never';
+            
+        # System is configured to always require a SSL
+        # connection so we need to redirect.
+        return 1
+            if Bugzilla->params->{'ssl'} eq 'always';
+
+        # System is configured such that if we are inside
+        # of an authenticated session, then we need to make
+        # sure that all of the connections are over SSL. Non
+        # authenticated sessions SSL is not mandatory.
+        # For XMLRPC requests, if the method is User.login
+        # then we always want the connection to be over SSL
+        # if the system is configured for authenticated
+        # sessions since the user's username and password
+        # will be passed before the user is logged in.
+        return 1 
+            if Bugzilla->params->{'ssl'} eq 'authenticated sessions'
+                && (Bugzilla->user->id 
+                    || (defined $method && $method eq 'User.login'));
+    }
+
+    return 0;
+}
+
 sub correct_urlbase {
     my $ssl = Bugzilla->params->{'ssl'};
     return Bugzilla->params->{'urlbase'} if $ssl eq 'never';
@@ -434,6 +475,11 @@ sub bz_crypt {
         $salt .= $saltchars[rand(64)];
     }
 
+    # Wide characters cause crypt to die
+    if (Bugzilla->params->{'utf8'}) {
+        utf8::encode($password) if utf8::is_utf8($password);
+    }
+    
     # Crypt the password.
     my $cryptedpassword = crypt($password, $salt);
 
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index 94dbb6217..0e429241d 100755
--- a/Bugzilla/WebService.pm
+++ b/Bugzilla/WebService.pm
@@ -19,6 +19,7 @@ package Bugzilla::WebService;
 
 use strict;
 use Bugzilla::WebService::Constants;
+use Bugzilla::Util;
 use Date::Parse;
 
 sub fail_unimplemented {
@@ -48,7 +49,21 @@ sub handle_login {
     eval "require $class";
 
     return if $class->login_exempt($method);
-    Bugzilla->login;
+    Bugzilla->login();
+
+    # Even though we check for the need to redirect in
+    # Bugzilla->login() we check here again since Bugzilla->login()
+    # does not know what the current XMLRPC method is. Therefore
+    # ssl_require_redirect in Bugzilla->login() will have returned 
+    # false if system was configured to redirect for authenticated 
+    # sessions and the user was not yet logged in.
+    # So here we pass in the method name to ssl_require_redirect so
+    # it can then check for the extra case where the method equals
+    # User.login, which we would then need to redirect if not
+    # over a secure connection. 
+    my $full_method = $uri . "." . $method;
+    Bugzilla->cgi->require_https(Bugzilla->params->{'sslbase'})
+        if ssl_require_redirect($full_method);
 
     return;
 }
@@ -135,6 +150,87 @@ Bugzilla::WebService - The Web Service interface to Bugzilla
 This is the standard API for external programs that want to interact
 with Bugzilla. It provides various methods in various modules.
 
+Currently the only method of accessing the API is via XML-RPC. The XML-RPC
+standard is described here: L<http://www.xmlrpc.com/spec>
+
+The endpoint for Bugzilla WebServices is the C<xmlrpc.cgi> script in
+your Bugzilla installation. For example, if your Bugzilla is at
+C<bugzilla.yourdomain.com>, then your XML-RPC client would access the
+API via: C<http://bugzilla.yourdomain.com/xmlrpc.cgi>
+
+=head1 CALLING METHODS
+
+Methods are called in the normal XML-RPC fashion. Bugzilla does not currently
+implement any extensions to the standard method of XML-RPC method calling.
+
+Methods are grouped into "packages", like C<Bug> for 
+L<Bugzilla::WebService::Bug>. So, for example,
+L<Bugzilla::WebService::Bug/get>, is called as C<Bug.get> in XML-RPC.
+
+=head1 PARAMETERS
+
+In addition to the standard parameter types like C<int>, C<string>, etc.,
+XML-RPC has two data structures, a C<< <struct> >> and an C<< <array> >>.
+
+=head2 Structs
+
+In Perl, we call a C<< <struct> >> a "hash" or a "hashref". You may see
+us refer to it that way in the API documentation.
+
+In example code, you will see the characters C<{> and C<}> used to represent
+the beginning and end of structs.
+
+For example, here's a struct in XML-RPC:
+
+ <struct>
+   <member>
+     <name>fruit</name>
+     <value><string>oranges</string></value>
+   </member>
+   <member>
+     <name>vegetable</name>
+     <value><string>lettuce</string></value>
+   </member>
+ </struct>
+
+In our example code in these API docs, that would look like:
+
+ { fruit => 'oranges', vegetable => 'lettuce' }
+
+=head2 Arrays
+
+In example code, you will see the characters C<[> and C<]> used to
+represent the beginning and end of arrays.
+
+For example, here's an array in XML-RPC:
+
+ <array>
+   <data>
+     <value><i4>1</i4></value>
+     <value><i4>2</i4></value>
+     <value><i4>3</i4></value>
+   </data>
+ </array>
+
+In our example code in these API docs, that would look like:
+
+ [1, 2, 3]
+
+=head2 How Bugzilla WebService Methods Take Parameters
+
+B<All> Bugzilla WebServices functions take their parameters in
+a C<< <struct> >>. Another way of saying this would be: All functions
+take a single argument, a C<< <struct> >> that contains all parameters.
+The names of the parameters listed in the API docs for each function are
+the C<name> element for the struct C<member>s.
+
+=head1 LOGGING IN
+
+You can use L<Bugzilla::WebService::User/login> to log in as a Bugzilla 
+user. This issues standard HTTP cookies that you must then use in future
+calls, so your XML-RPC client must be capable of receiving and transmitting
+cookies.
+
 =head1 STABLE, EXPERIMENTAL, and UNSTABLE
 
 Methods are marked B<STABLE> if you can expect their parameters and
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 44180cc14..5df7c7d19 100755
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -29,7 +29,7 @@ use Bugzilla::Field;
 use Bugzilla::WebService::Constants;
 use Bugzilla::Bug;
 use Bugzilla::BugMail;
-use Bugzilla::Constants;
+use Bugzilla::Util qw(trim);
 
 #############
 # Constants #
@@ -137,8 +137,8 @@ sub legal_values {
     my ($self, $params) = @_;
     my $field = FIELD_MAP->{$params->{field}} || $params->{field};
 
-    my @custom_select =
-        Bugzilla->get_fields({ type => FIELD_TYPE_SINGLE_SELECT });
+    my @custom_select = Bugzilla->get_fields(
+        {custom => 1, type => [FIELD_TYPE_SINGLE_SELECT, FIELD_TYPE_MULTI_SELECT]});
     # We only want field names.
     @custom_select = map {$_->name} @custom_select;
 
@@ -191,7 +191,7 @@ sub add_comment {
     ValidateBugID($params->{id});
     
     my $comment = $params->{comment}; 
-    defined $comment
+    (defined $comment && trim($comment) ne '')
         || ThrowCodeError('param_required', { param => 'comment' });
     
     my $bug = new Bugzilla::Bug($params->{id});
@@ -225,14 +225,16 @@ or get information about bugs that have already been filed.
 
 =head1 METHODS
 
-See L<Bugzilla::WebService> for a description of B<STABLE>, B<UNSTABLE>,
-and B<EXPERIMENTAL>.
+See L<Bugzilla::WebService> for a description of how parameters are passed,
+and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
 =head2 Utility Functions
 
 =over
 
-=item C<legal_values> B<EXPERIMENTAL>
+=item C<legal_values> 
+
+B<EXPERIMENTAL>
 
 =over
 
@@ -277,11 +279,13 @@ You specified a field that doesn't exist or isn't a drop-down field.
 
 =back
 
-=head2 Bug Creation and Modification
+=head2 Bug Information
 
 =over
 
-=item C<get> B<EXPERIMENTAL>
+=item C<get> 
+
+B<EXPERIMENTAL>
 
 =over
 
@@ -367,8 +371,13 @@ You do not have access to the bug_id you specified.
 
 =back
 
+=back
 
 
+=head2 Bug Creation and Modification
+
+=over
+
 =item C<create> B<EXPERIMENTAL>
 
 =over
@@ -510,7 +519,9 @@ B<Required>, due to a bug in Bugzilla.
 
 =back
 
-=item C<add_comment> B<EXPERIMENTAL>
+=item C<add_comment> 
+
+B<EXPERIMENTAL>
 
 =over
 
@@ -526,6 +537,8 @@ This allows you to add a comment to a bug in Bugzilla.
 comment to.
 
 =item C<comment> (string) B<Required> - The comment to append to the bug.
+If this is empty or all whitespace, an error will be thrown saying that
+you did not set the C<comment> parameter.
 
 =item C<private> (boolean) - If set to true, the comment is private, otherwise
 it is assumed to be public.
@@ -556,6 +569,14 @@ You did not have the necessary rights to edit the bug.
 
 =back
 
+=item B<History>
+
+=over
+
+=item Added in Bugzilla B<3.2>.
+
+=back
+
 =back
 
 
diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm
index dde9cfd4b..53e0d7d79 100755
--- a/Bugzilla/WebService/Bugzilla.pm
+++ b/Bugzilla/WebService/Bugzilla.pm
@@ -36,12 +36,16 @@ sub version {
     return { version => type('string')->value(BUGZILLA_VERSION) };
 }
 
-sub plugins {
-    my $plugins = Bugzilla::Hook::enabled_plugins();
-    foreach my $name (keys %$plugins) {
-        $plugins->{$name} = type('string')->value($plugins->{$name});
+sub extensions {
+    my $extensions = Bugzilla::Hook::enabled_plugins();
+    foreach my $name (keys %$extensions) {
+        my $info = $extensions->{$name};
+        foreach my $data (keys %$info)
+        {
+            $extensions->{$name}->{$data} = type('string')->value($info->{$data});
+        }
     }
-    return { plugins => $plugins };
+    return { extensions => $extensions };
 }
 
 sub timezone {
@@ -65,12 +69,14 @@ This provides functions that tell you about Bugzilla in general.
 
 =head1 METHODS
 
-See L<Bugzilla::WebService> for a description of what B<STABLE>, B<UNSTABLE>,
-and B<EXPERIMENTAL> mean.
+See L<Bugzilla::WebService> for a description of how parameters are passed,
+and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
 =over
 
-=item C<version> B<EXPERIMENTAL>
+=item C<version>
+
+B<STABLE>
 
 =over
 
@@ -89,26 +95,39 @@ string.
 
 =back
 
-=item C<plugins> B<EXPERIMENTAL>
+=item C<extensions>
+
+B<EXPERIMENTAL>
 
 =over
 
 =item B<Description>
 
-Gets information about the plugins that are currently installed and enabled
+Gets information about the extensions that are currently installed and enabled
 in this Bugzilla.
 
 =item B<Params> (none)
 
 =item B<Returns>
 
-A hash with a single item, C<plugins>. This points to a hash. I<That> hash
-contains the names of plugins as keys, and the versions of the plugin as
-values.
+A hash with a single item, C<extesions>. This points to a hash. I<That> hash
+contains the names of extensions as keys, and information about the extension
+as values. One of the values that must be returned is the 'version' of the
+extension
+
+=item B<History>
+
+=over
+
+=item Added in Bugzilla B<3.2>.
+
+=back
 
 =back
 
-=item C<timezone> B<EXPERIMENTAL>
+=item C<timezone>
+
+B<STABLE>
 
 =over
 
@@ -122,7 +141,7 @@ returns will be in this timezone.
 
 =item B<Returns>
 
-A hash with a single item, C<timezone>, that is the timezone as a
+A hash with a single item, C<timezone>, that is the timezone offset as a
 string in (+/-)XXXX (RFC 2822) format.
 
 =back
diff --git a/Bugzilla/WebService/CVS/Entries b/Bugzilla/WebService/CVS/Entries
index 440c883b5..d97feb958 100644
--- a/Bugzilla/WebService/CVS/Entries
+++ b/Bugzilla/WebService/CVS/Entries
@@ -1,6 +1,6 @@
-/Bug.pm/1.11/Tue Feb 12 01:32:52 2008//TBUGZILLA-3_1_4
-/Bugzilla.pm/1.6/Thu Apr 17 13:26:13 2008//TBUGZILLA-3_1_4
-/Constants.pm/1.16/Thu Apr 17 13:26:13 2008//TBUGZILLA-3_1_4
-/Product.pm/1.4/Sun Feb  4 17:51:54 2007//TBUGZILLA-3_1_4
-/User.pm/1.6/Thu Apr 17 13:26:13 2008//TBUGZILLA-3_1_4
+/Bug.pm/1.11.2.3/Wed Nov 26 01:24:15 2008//TBUGZILLA-3_2
+/Bugzilla.pm/1.7.2.1/Wed Nov 26 01:24:15 2008//TBUGZILLA-3_2
+/Constants.pm/1.16.2.1/Thu Jun 19 15:50:54 2008//TBUGZILLA-3_2
+/Product.pm/1.4.4.2/Wed Nov 26 01:24:15 2008//TBUGZILLA-3_2
+/User.pm/1.6.2.2/Wed Nov 26 01:24:15 2008//TBUGZILLA-3_2
 D
diff --git a/Bugzilla/WebService/CVS/Tag b/Bugzilla/WebService/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/Bugzilla/WebService/CVS/Tag
+++ b/Bugzilla/WebService/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 42ad43120..98597a98e 100755
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -57,7 +57,6 @@ use constant WS_ERROR_CODE => {
     bug_id_does_not_exist       => 101,
     bug_access_denied           => 102,
     bug_access_query            => 102,
-    invalid_field_name          => 108,
     # These all mean "invalid alias"
     alias_too_long           => 103,
     alias_in_use             => 103,
@@ -76,8 +75,10 @@ use constant WS_ERROR_CODE => {
     product_disabled    => 106,
     # Invalid Summary
     require_summary => 107,
+    # Invalid field name
+    invalid_field_name => 108,
     # Not authorized to edit the bug
-    product_edit_denied => 108,
+    product_edit_denied => 109,
 
     # Authentication errors are usually 300-400.
     invalid_username_or_password => 300,
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm
index fb11a00bc..cd86296a4 100755
--- a/Bugzilla/WebService/Product.pm
+++ b/Bugzilla/WebService/Product.pm
@@ -23,6 +23,12 @@ use Bugzilla::Product;
 use Bugzilla::User;
 import SOAP::Data qw(type);
 
+##################################################
+# Add aliases here for method name compatibility #
+##################################################
+
+BEGIN { *get_products = \&get }
+
 # Get the ids of the products the user can search
 sub get_selectable_products {
     return {ids => [map {$_->id} @{Bugzilla->user->get_selectable_products}]}; 
@@ -39,7 +45,7 @@ sub get_accessible_products {
 }
 
 # Get a list of actual products, based on list of ids
-sub get_products {
+sub get {
     my ($self, $params) = @_;
     
     # Only products that are in the users accessible products, 
@@ -81,14 +87,16 @@ get information about them.
 
 =head1 METHODS
 
-See L<Bugzilla::WebService> for a description of what B<STABLE>, B<UNSTABLE>,
-and B<EXPERIMENTAL> mean, and for more information about error codes.
+See L<Bugzilla::WebService> for a description of how parameters are passed,
+and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
 =head2 List Products
 
 =over
 
-=item C<get_selectable_products> B<UNSTABLE>
+=item C<get_selectable_products> 
+
+B<EXPERIMENTAL>
 
 =over
 
@@ -107,7 +115,9 @@ ids.
 
 =back
 
-=item C<get_enterable_products> B<UNSTABLE>
+=item C<get_enterable_products> 
+
+B<EXPERIMENTAL>
 
 =over
 
@@ -127,7 +137,9 @@ ids.
 
 =back
 
-=item C<get_accessible_products> B<UNSTABLE>
+=item C<get_accessible_products> 
+
+B<UNSTABLE>
 
 =over
 
@@ -147,7 +159,9 @@ ids.
 
 =back
 
-=item C<get_products> B<UNSTABLE>
+=item C<get> 
+
+B<EXPERIMENTAL>
 
 =over
 
@@ -155,6 +169,8 @@ ids.
 
 Returns a list of information about the products passed to it.
 
+Note: Can also be called as "get_products" for compatibilty with Bugzilla 3.0 API.
+
 =item B<Params>
 
 A hash containing one item, C<ids>, that is an array of product ids. 
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index d0ce706f0..5446d804f 100755
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -43,7 +43,13 @@ use constant LOGIN_EXEMPT => {
 sub login {
     my ($self, $params) = @_;
     my $remember = $params->{remember};
-    
+
+    # Username and password params are required 
+    foreach my $param ("login", "password") {
+        defined $params->{$param} 
+            || ThrowCodeError('param_required', { param => $param });
+    }
+
     # Convert $remember from a boolean 0/1 value to a CGI-compatible one.
     if (defined($remember)) {
         $remember = $remember? 'on': '';
@@ -134,14 +140,16 @@ log in/out using an existing account.
 
 =head1 METHODS
 
-See L<Bugzilla::WebService> for a description of what B<STABLE>, B<UNSTABLE>,
-and B<EXPERIMENTAL> mean, and for more information about error codes.
+See L<Bugzilla::WebService> for a description of how parameters are passed,
+and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
 =head2 Logging In and Out
 
 =over
 
-=item C<login> B<EXPERIMENTAL>
+=item C<login> 
+
+B<STABLE>
 
 =over
 
@@ -189,11 +197,17 @@ The username does not exist, or the password is wrong.
 The account has been disabled.  A reason may be specified with the
 error.
 
+=item 50 (Param Required)
+
+A login or password parameter was not provided.
+
 =back
 
 =back
 
-=item C<logout> B<EXPERIMENTAL>
+=item C<logout> 
+
+B<STABLE>
 
 =over
 
@@ -215,7 +229,9 @@ Log out the user. Does nothing if there is no user logged in.
 
 =over
 
-=item C<offer_account_by_email> B<EXPERIMENTAL>
+=item C<offer_account_by_email> 
+
+B<STABLE>
 
 =over
 
@@ -254,7 +270,9 @@ An account with that email address already exists in Bugzilla.
 
 =back
 
-=item C<create> B<EXPERIMENTAL>
+=item C<create> 
+
+B<EXPERIMENTAL>
 
 =over
 
@@ -265,6 +283,9 @@ Instead of this, you should use L</offer_account_by_email> when
 possible, because that makes sure that the email address specified can
 actually receive an email. This function does not check that.
 
+You must be logged in and have the C<editusers> privilege in order to
+call this function.
+
 =item B<Params>
 
 =over
@@ -307,6 +328,14 @@ password is over ten characters.)
 
 =back
 
+=item B<History>
+
+=over
+
+=item Added in Bugzilla B<3.4>.
+
+=back
+
 =back
 
 =back
diff --git a/CVS/Entries b/CVS/Entries
index a2e789cb4..f382ed598 100644
--- a/CVS/Entries
+++ b/CVS/Entries
@@ -1,75 +1,75 @@
-/.cvsignore/1.8/Fri Oct 19 07:58:48 2007//TBUGZILLA-3_1_4
-/Bugzilla.pm/1.65/Mon Mar 17 21:38:27 2008//TBUGZILLA-3_1_4
-/QUICKSTART/1.8/Tue Oct 23 08:06:36 2007//TBUGZILLA-3_1_4
-/README/1.52/Fri Oct 10 02:22:39 2003//TBUGZILLA-3_1_4
-/UPGRADING/1.1/Fri Aug 10 22:35:21 2001//TBUGZILLA-3_1_4
-/UPGRADING-pre-2.8/1.4/Mon Dec 24 01:37:43 2007//TBUGZILLA-3_1_4
-/admin.cgi/1.2/Fri Oct 19 06:46:10 2007//TBUGZILLA-3_1_4
-/attachment.cgi/1.144/Thu Apr  3 16:58:28 2008//TBUGZILLA-3_1_4
-/buglist.cgi/1.373/Thu Apr 10 16:33:15 2008//TBUGZILLA-3_1_4
-/bugzilla.dtd/1.15/Sat Jan  6 23:51:56 2007//TBUGZILLA-3_1_4
-/chart.cgi/1.26/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_4
-/checksetup.pl/1.557/Fri Mar 28 14:15:42 2008//TBUGZILLA-3_1_4
-/colchange.cgi/1.62/Mon Feb 25 16:06:24 2008//TBUGZILLA-3_1_4
-/collectstats.pl/1.64/Wed Apr 16 23:14:14 2008//TBUGZILLA-3_1_4
-/config.cgi/1.29/Sun Apr 20 09:49:44 2008//TBUGZILLA-3_1_4
-/createaccount.cgi/1.57/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_4
-/describecomponents.cgi/1.38/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/describekeywords.cgi/1.21/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/duplicates.cgi/1.61/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/duplicates.xul/1.2/Thu Oct 21 19:02:28 2004//TBUGZILLA-3_1_4
-/editclassifications.cgi/1.30/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editcomponents.cgi/1.86/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editfields.cgi/1.9/Wed Feb  6 16:15:34 2008//TBUGZILLA-3_1_4
-/editflagtypes.cgi/1.53/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editgroups.cgi/1.88/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editkeywords.cgi/1.45/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editmilestones.cgi/1.62/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editparams.cgi/1.47/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/editproducts.cgi/1.142/Fri Apr 11 23:39:45 2008//TBUGZILLA-3_1_4
-/editsettings.cgi/1.11/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editusers.cgi/1.146/Mon Feb  4 12:23:47 2008//TBUGZILLA-3_1_4
-/editvalues.cgi/1.30/Mon Jan 28 01:36:13 2008//TBUGZILLA-3_1_4
-/editversions.cgi/1.58/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_1_4
-/editwhines.cgi/1.21/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/editworkflow.cgi/1.5/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/email_in.pl/1.18/Sun May  4 23:55:06 2008//TBUGZILLA-3_1_4
-/enter_bug.cgi/1.160/Mon Feb 25 16:06:24 2008//TBUGZILLA-3_1_4
-/importxml.pl/1.82/Mon Mar 24 22:47:21 2008//TBUGZILLA-3_1_4
-/index.cgi/1.24/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/install-module.pl/1.2/Sat Jan 12 00:43:22 2008//TBUGZILLA-3_1_4
-/long_list.cgi/1.48/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/mod_perl.pl/1.10/Sun Jan  6 02:55:59 2008//TBUGZILLA-3_1_4
-/page.cgi/1.20/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/post_bug.cgi/1.196/Mon Feb 25 16:06:24 2008//TBUGZILLA-3_1_4
-/process_bug.cgi/1.410/Thu Apr 10 16:33:15 2008//TBUGZILLA-3_1_4
-/query.cgi/1.181/Thu Mar 27 05:08:07 2008//TBUGZILLA-3_1_4
-/quips.cgi/1.38/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/relogin.cgi/1.41/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_1_4
-/report.cgi/1.41/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_1_4
-/reports.cgi/1.93/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/request.cgi/1.45/Sun Nov 25 21:45:04 2007//TBUGZILLA-3_1_4
-/robots.txt/1.2/Wed Apr 24 18:11:00 2002//TBUGZILLA-3_1_4
-/runtests.pl/1.5/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/sanitycheck.cgi/1.140/Fri Apr 11 23:47:12 2008//TBUGZILLA-3_1_4
-/sanitycheck.pl/1.3/Thu Jan 31 12:00:19 2008//TBUGZILLA-3_1_4
-/search_plugin.cgi/1.3/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/show_activity.cgi/1.24/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/show_bug.cgi/1.53/Mon May  5 00:05:48 2008//TBUGZILLA-3_1_4
-/showattachment.cgi/1.16/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/showdependencygraph.cgi/1.65/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/showdependencytree.cgi/1.52/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/sidebar.cgi/1.19/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/summarize_time.cgi/1.23/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/testagent.cgi/1.3/Sun Feb 11 00:12:24 2007//TBUGZILLA-3_1_4
-/testserver.pl/1.18/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/token.cgi/1.54/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_1_4
-/userprefs.cgi/1.120/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_1_4
-/votes.cgi/1.55/Sun Feb  3 11:37:20 2008//TBUGZILLA-3_1_4
-/whine.pl/1.37/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_1_4
-/whineatnews.pl/1.31/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_1_4
-/xml.cgi/1.14/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_1_4
-/xmlrpc.cgi/1.6/Thu Apr 17 13:26:12 2008//TBUGZILLA-3_1_4
+/.cvsignore/1.8/Fri Oct 19 07:58:48 2007//TBUGZILLA-3_2
+/Bugzilla.pm/1.65.2.3/Sat Oct  4 23:47:50 2008//TBUGZILLA-3_2
+/QUICKSTART/1.8/Tue Oct 23 08:06:36 2007//TBUGZILLA-3_2
+/README/1.52/Fri Oct 10 02:22:39 2003//TBUGZILLA-3_2
+/UPGRADING/1.1/Fri Aug 10 22:35:21 2001//TBUGZILLA-3_2
+/UPGRADING-pre-2.8/1.4/Mon Dec 24 01:37:43 2007//TBUGZILLA-3_2
+/admin.cgi/1.2/Fri Oct 19 06:46:10 2007//TBUGZILLA-3_2
+/attachment.cgi/1.144.2.2/Wed Sep 17 23:55:41 2008//TBUGZILLA-3_2
+/buglist.cgi/1.374.2.5/Wed Sep 24 16:33:22 2008//TBUGZILLA-3_2
+/bugzilla.dtd/1.15/Sat Jan  6 23:51:56 2007//TBUGZILLA-3_2
+/chart.cgi/1.26/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_2
+/checksetup.pl/1.557.2.2/Tue Sep  2 05:48:09 2008//TBUGZILLA-3_2
+/colchange.cgi/1.62.2.1/Tue Aug 19 21:29:50 2008//TBUGZILLA-3_2
+/collectstats.pl/1.64.2.2/Mon Oct 27 22:53:45 2008//TBUGZILLA-3_2
+/config.cgi/1.29/Sun Apr 20 09:49:44 2008//TBUGZILLA-3_2
+/createaccount.cgi/1.57/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_2
+/describecomponents.cgi/1.38/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/describekeywords.cgi/1.21/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/duplicates.cgi/1.61/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/duplicates.xul/1.2/Thu Oct 21 19:02:28 2004//TBUGZILLA-3_2
+/editclassifications.cgi/1.30/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editcomponents.cgi/1.86/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editfields.cgi/1.9/Wed Feb  6 16:15:34 2008//TBUGZILLA-3_2
+/editflagtypes.cgi/1.53/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editgroups.cgi/1.88/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editkeywords.cgi/1.45/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editmilestones.cgi/1.62/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editparams.cgi/1.48.2.1/Fri Aug 22 16:02:45 2008//TBUGZILLA-3_2
+/editproducts.cgi/1.142.2.1/Tue Oct 21 21:57:49 2008//TBUGZILLA-3_2
+/editsettings.cgi/1.11/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editusers.cgi/1.146.2.2/Fri Nov 21 21:55:57 2008//TBUGZILLA-3_2
+/editvalues.cgi/1.30/Mon Jan 28 01:36:13 2008//TBUGZILLA-3_2
+/editversions.cgi/1.58/Sun Jan 27 23:14:14 2008//TBUGZILLA-3_2
+/editwhines.cgi/1.21.2.1/Wed Aug 27 00:53:21 2008//TBUGZILLA-3_2
+/editworkflow.cgi/1.5.2.1/Wed Jul  2 19:14:19 2008//TBUGZILLA-3_2
+/email_in.pl/1.19.2.1/Fri Jul 11 21:29:19 2008//TBUGZILLA-3_2
+/enter_bug.cgi/1.160.2.3/Wed Sep 17 23:55:41 2008//TBUGZILLA-3_2
+/importxml.pl/1.82.2.3/Tue Aug 12 09:41:29 2008//TBUGZILLA-3_2
+/index.cgi/1.24.2.3/Mon Aug 18 03:57:38 2008//TBUGZILLA-3_2
+/install-module.pl/1.2.2.1/Mon Aug 18 23:29:28 2008//TBUGZILLA-3_2
+/long_list.cgi/1.48/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/mod_perl.pl/1.10/Sun Jan  6 02:55:59 2008//TBUGZILLA-3_2
+/page.cgi/1.20/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/post_bug.cgi/1.196.2.1/Wed Sep 17 23:55:41 2008//TBUGZILLA-3_2
+/process_bug.cgi/1.410.2.1/Wed Sep 17 23:55:41 2008//TBUGZILLA-3_2
+/query.cgi/1.181/Thu Mar 27 05:08:07 2008//TBUGZILLA-3_2
+/quips.cgi/1.38.2.1/Wed Nov  5 18:41:33 2008//TBUGZILLA-3_2
+/relogin.cgi/1.41/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_2
+/report.cgi/1.41/Sun Nov 11 22:03:16 2007//TBUGZILLA-3_2
+/reports.cgi/1.93/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/request.cgi/1.46/Wed May 14 03:34:24 2008//TBUGZILLA-3_2
+/robots.txt/1.2/Wed Apr 24 18:11:00 2002//TBUGZILLA-3_2
+/runtests.pl/1.5/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/sanitycheck.cgi/1.140.2.4/Sun Jun 29 21:52:49 2008//TBUGZILLA-3_2
+/sanitycheck.pl/1.3/Thu Jan 31 12:00:19 2008//TBUGZILLA-3_2
+/search_plugin.cgi/1.3/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/show_activity.cgi/1.24/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/show_bug.cgi/1.53.2.1/Wed Sep 17 23:55:41 2008//TBUGZILLA-3_2
+/showattachment.cgi/1.16/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/showdependencygraph.cgi/1.65.2.1/Tue Oct  7 19:52:53 2008//TBUGZILLA-3_2
+/showdependencytree.cgi/1.52/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/sidebar.cgi/1.19/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/summarize_time.cgi/1.23/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/testagent.cgi/1.3/Sun Feb 11 00:12:24 2007//TBUGZILLA-3_2
+/testserver.pl/1.18/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/token.cgi/1.54.2.3/Mon Aug 18 03:57:38 2008//TBUGZILLA-3_2
+/userprefs.cgi/1.120.2.1/Fri Sep 12 15:12:18 2008//TBUGZILLA-3_2
+/votes.cgi/1.55/Sun Feb  3 11:37:20 2008//TBUGZILLA-3_2
+/whine.pl/1.37/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_2
+/whineatnews.pl/1.31/Wed Apr  2 17:42:26 2008//TBUGZILLA-3_2
+/xml.cgi/1.14/Fri Oct 19 06:46:11 2007//TBUGZILLA-3_2
+/xmlrpc.cgi/1.6.2.4/Wed Aug 27 01:55:39 2008//TBUGZILLA-3_2
 D/Bugzilla////
 D/contrib////
 D/docs////
diff --git a/CVS/Tag b/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/CVS/Tag
+++ b/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/attachment.cgi b/attachment.cgi
index 937087a51..b2a5b6163 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -327,6 +327,7 @@ sub enter {
                                               'component_id' => $bug->component_id});
   $vars->{'flag_types'} = $flag_types;
   $vars->{'any_flags_requesteeble'} = grep($_->is_requesteeble, @$flag_types);
+  $vars->{'token'} = issue_session_token('createattachment:');
 
   print $cgi->header();
 
@@ -348,6 +349,30 @@ sub insert {
     validateCanChangeBug($bugid);
     my ($timestamp) = Bugzilla->dbh->selectrow_array("SELECT NOW()");
 
+    # Detect if the user already used the same form to submit an attachment
+    my $token = trim($cgi->param('token'));
+    if ($token) {
+        my ($creator_id, $date, $old_attach_id) = Bugzilla::Token::GetTokenData($token);
+        unless ($creator_id 
+            && ($creator_id == $user->id) 
+                && ($old_attach_id =~ "^createattachment:")) 
+        {
+            # The token is invalid.
+            ThrowUserError('token_does_not_exist');
+        }
+    
+        $old_attach_id =~ s/^createattachment://;
+   
+        if ($old_attach_id) {
+            $vars->{'bugid'} = $bugid;
+            $vars->{'attachid'} = $old_attach_id;
+            print $cgi->header();
+            $template->process("attachment/cancel-create-dupe.html.tmpl",  $vars)
+                || ThrowTemplateError($template->error());
+            exit;
+        }
+    }
+
     my $bug = new Bugzilla::Bug($bugid);
     my $attachment =
         Bugzilla::Attachment->insert_attachment_for_bug(THROW_ERROR, $bug, $user,
@@ -379,6 +404,12 @@ sub insert {
   }
   $bug->update($timestamp);
 
+  if ($token) {
+      trick_taint($token);
+      $dbh->do('UPDATE tokens SET eventdata = ? WHERE token = ?', undef,
+               ("createattachment:" . $attachment->id, $token));
+  }
+
   $dbh->bz_commit_transaction;
 
   # Define the variables and functions that will be passed to the UI template.
@@ -390,7 +421,6 @@ sub insert {
   $vars->{'bugs'} = [new Bugzilla::Bug($bugid)];
   $vars->{'header_done'} = 1;
   $vars->{'contenttypemethod'} = $cgi->param('contenttypemethod');
-  $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
   $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
   print $cgi->header();
@@ -596,7 +626,6 @@ sub update {
   # since the object was created.
   $vars->{'bugs'} = [new Bugzilla::Bug($bug->id)];
   $vars->{'header_done'} = 1;
-  $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
   $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
   print $cgi->header();
@@ -669,7 +698,6 @@ sub delete_attachment {
         # Required to display the bug the deleted attachment belongs to.
         $vars->{'bugs'} = [$bug];
         $vars->{'header_done'} = 1;
-        $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
         $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
         $template->process("attachment/updated.html.tmpl", $vars)
diff --git a/buglist.cgi b/buglist.cgi
index c40e65aed..206d9651d 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -250,6 +250,12 @@ sub LookupNamedQuery {
                                                 WHERE userid = ? AND name = ?
                                                       $extra",
                                                undef, @args);
+
+    # Some DBs (read: Oracle) incorrectly mark this string as UTF-8
+    # even though it has no UTF-8 characters in it, which prevents
+    # Bugzilla::CGI from later reading it correctly.
+    utf8::downgrade($result) if utf8::is_utf8($result);
+
     if (!defined($result)) {
         return 0 unless $throw_error;
         ThrowUserError("missing_query", {'queryname' => $name,
@@ -298,9 +304,10 @@ sub InsertNamedQuery {
     my $dbh = Bugzilla->dbh;
 
     $query_name = trim($query_name);
-    my ($query_obj) = grep {$_->name eq $query_name} @{Bugzilla->user->queries};
+    my ($query_obj) = grep {lc($_->name) eq lc($query_name)} @{Bugzilla->user->queries};
 
     if ($query_obj) {
+        $query_obj->set_name($query_name);
         $query_obj->set_url($query);
         $query_obj->set_query_type($query_type);
         $query_obj->update();
@@ -685,9 +692,13 @@ DefineColumn("relevance"         , "relevance"                  , "Relevance"
 DefineColumn("deadline"          , $dbh->sql_date_format('bugs.deadline', '%Y-%m-%d') . " AS deadline", "Deadline");
 
 foreach my $field (Bugzilla->active_custom_fields) {
+    # Multi-select fields are not (yet) supported in buglists.
+    next if $field->type == FIELD_TYPE_MULTI_SELECT;
     DefineColumn($field->name, 'bugs.' . $field->name, $field->description);
 }
 
+Bugzilla::Hook::process("buglist-columns", {'columns' => $columns} );
+
 ################################################################################
 # Display Column Determination
 ################################################################################
@@ -1173,7 +1184,6 @@ if ($dotweak && scalar @bugs) {
                                         object => 'multiple_bugs'});
     }
     $vars->{'dotweak'} = 1;
-    $vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
     $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
     $vars->{'products'} = Bugzilla->user->get_enterable_products;
@@ -1195,9 +1205,12 @@ if ($dotweak && scalar @bugs) {
     # It also accepts transitions where the bug status doesn't change.
     $bug_status_ids =
       $dbh->selectcol_arrayref(
-            'SELECT DISTINCT new_status
+            'SELECT DISTINCT sw1.new_status
                FROM status_workflow sw1
-              WHERE NOT EXISTS 
+         INNER JOIN bug_status
+                 ON bug_status.id = sw1.new_status
+              WHERE bug_status.isactive = 1
+                AND NOT EXISTS 
                    (SELECT * FROM status_workflow sw2
                      WHERE sw2.old_status != sw1.new_status 
                            AND '
diff --git a/checksetup.pl b/checksetup.pl
index d624c8775..d7a787f48 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -66,7 +66,7 @@ $ENV{'HTTP_ACCEPT_LANGUAGE'} ||= get_console_locale();
 my %switch;
 GetOptions(\%switch, 'help|h|?', 'check-modules', 'no-templates|t',
                      'verbose|v|no-silent', 'make-admin=s', 
-                     'reset-password=s');
+                     'reset-password=s', 'version|V');
 
 # Print the help message if that switch was selected.
 pod2usage({-verbose => 1, -exitval => 1}) if $switch{'help'};
@@ -77,6 +77,7 @@ my $answers_file = $ARGV[0];
 my $silent = $answers_file && !$switch{'verbose'};
 
 print(install_string('header', get_version_and_os()) . "\n") unless $silent;
+exit if $switch{'version'};
 # Check required --MODULES--
 my $module_results = check_requirements(!$silent);
 Bugzilla::Install::Requirements::print_module_instructions(
@@ -221,6 +222,8 @@ Bugzilla::Install::reset_password($switch{'reset-password'})
 
 Bugzilla::Install::create_default_product();
 
+Bugzilla::Hook::process('install-before_final_checks', {'silent' => $silent });
+
 ###########################################################################
 # Final checks
 ###########################################################################
@@ -240,7 +243,7 @@ checksetup.pl - A do-it-all upgrade and installation script for Bugzilla.
 
 =head1 SYNOPSIS
 
- ./checksetup.pl [--help|--check-modules]
+ ./checksetup.pl [--help|--check-modules|--version]
  ./checksetup.pl [SCRIPT [--verbose]] [--no-templates|-t]
                  [--make-admin=user@domain.com]
                  [--reset-password=user@domain.com]
@@ -286,6 +289,11 @@ by developers to speed up checksetup.) Use this switch at your own risk.
 
 Output results of SCRIPT being processed.
 
+=item B<--version>
+
+Display the version of Bugzilla, Perl, and some info about the
+system that Bugzilla is being installed on, and then exit.
+
 =back
 
 =head1 DESCRIPTION
diff --git a/colchange.cgi b/colchange.cgi
index b2d33de7e..3dbd93dca 100755
--- a/colchange.cgi
+++ b/colchange.cgi
@@ -84,6 +84,8 @@ my @custom_fields = grep { $_->type != FIELD_TYPE_MULTI_SELECT }
                          Bugzilla->active_custom_fields;
 push(@masterlist, map { $_->name } @custom_fields);
 
+Bugzilla::Hook::process("colchange-columns", {'columns' => \@masterlist} );
+
 $vars->{'masterlist'} = \@masterlist;
 
 my @collist;
diff --git a/collectstats.pl b/collectstats.pl
index 4515b424c..6afa25978 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -402,13 +402,13 @@ sub regenerate_stats {
     # database was created, and the end date from the current day.
     # If there were no bugs in the search, return early.
     my $query = q{SELECT } .
-                $dbh->sql_to_days('creation_ts') . q{ AS start, } . 
-                $dbh->sql_to_days('current_date') . q{ AS end, } . 
+                $dbh->sql_to_days('creation_ts') . q{ AS start_day, } . 
+                $dbh->sql_to_days('current_date') . q{ AS end_day, } . 
                 $dbh->sql_to_days("'1970-01-01'") . 
                  qq{ FROM bugs $from_product 
                    WHERE } . $dbh->sql_to_days('creation_ts') . 
                          qq{ IS NOT NULL $and_product 
-                ORDER BY start } . $dbh->sql_limit(1);
+                ORDER BY start_day } . $dbh->sql_limit(1);
     my ($start, $end, $base) = $dbh->selectrow_array($query, undef, @values);
 
     if (!defined $start) {
@@ -565,7 +565,7 @@ sub CollectSeriesData {
     my $serieses = $dbh->selectall_hashref("SELECT series_id, query, creator " .
                       "FROM series " .
                       "WHERE frequency != 0 AND " . 
-                      "($days_since_epoch + series_id) % frequency = 0",
+                      "MOD(($days_since_epoch + series_id), frequency) = 0",
                       "series_id");
 
     # We prepare the insertion into the data table, for efficiency.
diff --git a/contrib/CVS/Entries b/contrib/CVS/Entries
index cb95897f4..4201aaebb 100644
--- a/contrib/CVS/Entries
+++ b/contrib/CVS/Entries
@@ -1,17 +1,17 @@
-/README/1.12/Tue Oct 16 10:13:54 2007//TBUGZILLA-3_1_4
-/bugzilla_ldapsync.rb/1.2/Sat Apr 26 16:35:04 2003//TBUGZILLA-3_1_4
-/bz_webservice_demo.pl/1.13/Fri Jan 18 21:30:30 2008//TBUGZILLA-3_1_4
-/bzdbcopy.pl/1.6/Thu Dec 13 03:14:35 2007//TBUGZILLA-3_1_4
-/cvs-update.pl/1.1/Tue Nov 11 05:58:52 2003//TBUGZILLA-3_1_4
-/gnats2bz.pl/1.8/Sun Sep  3 20:37:01 2006//TBUGZILLA-3_1_4
-/jb2bz.py/1.5/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_1_4
-/merge-users.pl/1.8/Tue Mar 11 15:50:04 2008//TBUGZILLA-3_1_4
-/mysqld-watcher.pl/1.5/Thu Mar 27 00:06:53 2003//TBUGZILLA-3_1_4
-/recode.pl/1.5/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_4
-/sendbugmail.pl/1.8/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_4
-/sendunsentbugmail.pl/1.10/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_1_4
-/syncLDAP.pl/1.12/Wed Jan 23 13:59:08 2008//TBUGZILLA-3_1_4
-/yp_nomail.sh/1.1/Tue Sep 12 23:50:31 2000//TBUGZILLA-3_1_4
+/README/1.12/Tue Oct 16 10:13:54 2007//TBUGZILLA-3_2
+/bugzilla_ldapsync.rb/1.2/Sat Apr 26 16:35:04 2003//TBUGZILLA-3_2
+/bz_webservice_demo.pl/1.14/Mon May 19 18:38:26 2008//TBUGZILLA-3_2
+/bzdbcopy.pl/1.6.2.1/Thu Jun 26 09:33:19 2008//TBUGZILLA-3_2
+/cvs-update.pl/1.1/Tue Nov 11 05:58:52 2003//TBUGZILLA-3_2
+/gnats2bz.pl/1.8/Sun Sep  3 20:37:01 2006//TBUGZILLA-3_2
+/jb2bz.py/1.5/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_2
+/merge-users.pl/1.8/Tue Mar 11 15:50:04 2008//TBUGZILLA-3_2
+/mysqld-watcher.pl/1.5/Thu Mar 27 00:06:53 2003//TBUGZILLA-3_2
+/recode.pl/1.5/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_2
+/sendbugmail.pl/1.8/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_2
+/sendunsentbugmail.pl/1.10/Fri Oct 19 06:46:17 2007//TBUGZILLA-3_2
+/syncLDAP.pl/1.12.2.2/Mon Jul  7 09:01:17 2008//TBUGZILLA-3_2
+/yp_nomail.sh/1.1/Tue Sep 12 23:50:31 2000//TBUGZILLA-3_2
 D/bugzilla-submit////
 D/cmdline////
 D/gnatsparse////
diff --git a/contrib/CVS/Tag b/contrib/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/contrib/CVS/Tag
+++ b/contrib/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/contrib/bugzilla-submit/CVS/Entries b/contrib/bugzilla-submit/CVS/Entries
index 413189845..9fdb7adcf 100644
--- a/contrib/bugzilla-submit/CVS/Entries
+++ b/contrib/bugzilla-submit/CVS/Entries
@@ -1,5 +1,5 @@
-/README/1.2/Wed Dec 10 23:36:21 2003//TBUGZILLA-3_1_4
-/bugdata.txt/1.2/Fri Jan 16 22:26:49 2004//TBUGZILLA-3_1_4
-/bugzilla-submit/1.6/Fri Jul 16 03:56:35 2004//TBUGZILLA-3_1_4
-/bugzilla-submit.xml/1.7/Mon Apr 11 14:23:32 2005//TBUGZILLA-3_1_4
+/README/1.2/Wed Dec 10 23:36:21 2003//TBUGZILLA-3_2
+/bugdata.txt/1.2/Fri Jan 16 22:26:49 2004//TBUGZILLA-3_2
+/bugzilla-submit/1.6/Fri Jul 16 03:56:35 2004//TBUGZILLA-3_2
+/bugzilla-submit.xml/1.7/Mon Apr 11 14:23:32 2005//TBUGZILLA-3_2
 D
diff --git a/contrib/bugzilla-submit/CVS/Tag b/contrib/bugzilla-submit/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/contrib/bugzilla-submit/CVS/Tag
+++ b/contrib/bugzilla-submit/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/contrib/bz_webservice_demo.pl b/contrib/bz_webservice_demo.pl
index a5e6af9f9..32c8561a0 100755
--- a/contrib/bz_webservice_demo.pl
+++ b/contrib/bz_webservice_demo.pl
@@ -54,6 +54,7 @@ my $legal_field_values;
 my $add_comment;
 my $private;
 my $work_time;
+my $fetch_extension_info = 0;
 
 GetOptions('help|h|?'       => \$help,
            'uri=s'          => \$Bugzilla_uri,
@@ -66,7 +67,8 @@ GetOptions('help|h|?'       => \$help,
            'field:s'        => \$legal_field_values,
            'comment:s'      => \$add_comment,
            'private:i'      => \$private,
-           'worktime:f'     => \$work_time
+           'worktime:f'     => \$work_time,
+           'extension_info'    => \$fetch_extension_info
           ) or pod2usage({'-verbose' => 0, '-exitval' => 1});
 
 =head1 OPTIONS
@@ -133,6 +135,10 @@ An optional non-zero value to specify B<--comment> as private.
 
 An optional double precision number specifying the work time for B<--comment>.
 
+=item --extension_info
+
+If specified on the command line, the script returns the information about the
+extensions that are installed.
 
 =back
 
@@ -193,6 +199,25 @@ $soapresult = $proxy->call('Bugzilla.timezone');
 _die_on_fault($soapresult);
 print 'Bugzilla\'s timezone is ' . $soapresult->result()->{timezone} . ".\n";
 
+=head2 Getting Extension Information
+
+Returns all the information any extensions have decided to provide to the webservice.
+
+=cut
+
+if ($fetch_extension_info) {
+    $soapresult = $proxy->call('Bugzilla.extensions');
+    _die_on_fault($soapresult);
+    my $extensions = $soapresult->result()->{extensions};
+    foreach my $extensionname (keys(%$extensions)) {
+        print "Extensionn '$extensionname' information\n";
+        my $extension = $extensions->{$extensionname};
+        foreach my $data (keys(%$extension)) {
+            print '  ' . $data . ' => ' . $extension->{$data} . "\n";
+        }
+    }
+}
+
 =head2 Logging In and Out
 
 =head3 Using Bugzilla's Environment Authentication
diff --git a/contrib/bzdbcopy.pl b/contrib/bzdbcopy.pl
index 5f5800d88..eade75683 100755
--- a/contrib/bzdbcopy.pl
+++ b/contrib/bzdbcopy.pl
@@ -54,6 +54,14 @@ print "Connecting to the '" . SOURCE_DB_NAME . "' source database on "
       . SOURCE_DB_TYPE . "...\n";
 my $source_db = Bugzilla::DB::_connect(SOURCE_DB_TYPE, SOURCE_DB_HOST, 
     SOURCE_DB_NAME, undef, undef, SOURCE_DB_USER, SOURCE_DB_PASSWORD);
+# Don't read entire tables into memory.
+if (SOURCE_DB_TYPE eq 'Mysql') {
+    $source_db->{'mysql_use_result'}=1;
+
+    # MySQL cannot have two queries running at the same time. Ensure the schema
+    # is loaded from the database so bz_column_info will not execute a query
+    $source_db->_bz_real_schema;
+}
 
 print "Connecting to the '" . TARGET_DB_NAME . "' target database on "
       . TARGET_DB_TYPE . "...\n";
@@ -87,8 +95,10 @@ foreach my $table (@table_list) {
     @table_columns = map { s/^\Q$ident_char\E?(.*?)\Q$ident_char\E?$/$1/; $_ }
                          @table_columns;
 
+    my ($total) = $source_db->selectrow_array("SELECT COUNT(*) FROM $table");
     my $select_query = "SELECT " . join(',', @table_columns) . " FROM $table";
-    my $data_in = $source_db->selectall_arrayref($select_query);
+    my $select_sth = $source_db->prepare($select_query);
+    $select_sth->execute();
 
     my $insert_query = "INSERT INTO $table ( " . join(',', @table_columns) 
                        . " ) VALUES (";
@@ -119,8 +129,7 @@ foreach my $table (@table_list) {
     print "Writing data to the target '$table' table on " 
           . TARGET_DB_TYPE . "...\n";
     my $count = 0;
-    my $total = scalar @$data_in;
-    foreach my $row (@$data_in) {
+    while (my $row = $select_sth->fetchrow_arrayref) {
         # Each column needs to be bound separately, because
         # many columns need to be dealt with specially.
         my $colnum = 0;
diff --git a/contrib/cmdline/CVS/Entries b/contrib/cmdline/CVS/Entries
index f8de6dc17..248a1e793 100644
--- a/contrib/cmdline/CVS/Entries
+++ b/contrib/cmdline/CVS/Entries
@@ -1,8 +1,8 @@
-/bugcount/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4
-/bugids/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4
-/buglist/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4
-/bugs/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4
-/bugslink/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4
-/makequery/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_1_4
-/query.conf/1.3/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_1_4
+/bugcount/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_2
+/bugids/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_2
+/buglist/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_2
+/bugs/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_2
+/bugslink/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_2
+/makequery/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-3_2
+/query.conf/1.3/Fri Aug 26 23:11:32 2005//TBUGZILLA-3_2
 D
diff --git a/contrib/cmdline/CVS/Tag b/contrib/cmdline/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/contrib/cmdline/CVS/Tag
+++ b/contrib/cmdline/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/contrib/gnatsparse/CVS/Entries b/contrib/gnatsparse/CVS/Entries
index ab96c2026..80cc707f8 100644
--- a/contrib/gnatsparse/CVS/Entries
+++ b/contrib/gnatsparse/CVS/Entries
@@ -1,5 +1,5 @@
-/README/1.2/Tue Mar 23 17:59:11 2004//TBUGZILLA-3_1_4
-/gnatsparse.py/1.4/Mon Jun 19 15:58:33 2006//TBUGZILLA-3_1_4
-/magic.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_1_4
-/specialuu.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_1_4
+/README/1.2/Tue Mar 23 17:59:11 2004//TBUGZILLA-3_2
+/gnatsparse.py/1.4/Mon Jun 19 15:58:33 2006//TBUGZILLA-3_2
+/magic.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_2
+/specialuu.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-3_2
 D
diff --git a/contrib/gnatsparse/CVS/Tag b/contrib/gnatsparse/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/contrib/gnatsparse/CVS/Tag
+++ b/contrib/gnatsparse/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl
index dc0708f60..3da25a656 100755
--- a/contrib/syncLDAP.pl
+++ b/contrib/syncLDAP.pl
@@ -96,12 +96,19 @@ if ($LDAPserver eq "") {
    print "No LDAP server defined in bugzilla preferences.\n";
    exit;
 }
-my $LDAPport = "389";  # default LDAP port
-if($LDAPserver =~ /:/) {
-    ($LDAPserver, $LDAPport) = split(":",$LDAPserver);
+
+my $LDAPconn;
+if($LDAPserver =~ /:\/\//) {
+    # if the "LDAPserver" parameter is in uri scheme
+    $LDAPconn = Net::LDAP->new($LDAPserver, version => 3);
+} else {
+    my $LDAPport = "389";  # default LDAP port
+    if($LDAPserver =~ /:/) {
+        ($LDAPserver, $LDAPport) = split(":",$LDAPserver);
+    }
+    $LDAPconn = Net::LDAP->new($LDAPserver, port => $LDAPport, version => 3);
 }
 
-my $LDAPconn = Net::LDAP->new($LDAPserver, port => $LDAPport, version => 3);
 if(!$LDAPconn) {
    print "Connecting to LDAP server failed. Check LDAPserver setting.\n";
    exit;
diff --git a/docs/CVS/Entries b/docs/CVS/Entries
index a5b370451..a8b74482d 100644
--- a/docs/CVS/Entries
+++ b/docs/CVS/Entries
@@ -1,4 +1,4 @@
-/makedocs.pl/1.20/Sat Apr 12 22:24:17 2008//TBUGZILLA-3_1_4
-/style.css/1.1/Fri Apr  4 06:48:15 2008//TBUGZILLA-3_1_4
+/makedocs.pl/1.20/Sat Apr 12 22:24:17 2008//TBUGZILLA-3_2
+/style.css/1.1/Fri Apr  4 06:48:15 2008//TBUGZILLA-3_2
 D/en////
 D/lib////
diff --git a/docs/CVS/Tag b/docs/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/docs/CVS/Tag
+++ b/docs/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/docs/bugzilla.ent b/docs/bugzilla.ent
index fcead8a07..091a92a43 100644
--- a/docs/bugzilla.ent
+++ b/docs/bugzilla.ent
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
 
 <!-- Module Versions -->
-<!ENTITY min-cgi-ver "2.93">
+<!ENTITY min-cgi-ver "3.21">
 <!ENTITY min-date-format-ver "2.21">
 <!ENTITY min-file-spec-ver "0.84">
 <!ENTITY min-dbi-ver "1.41">
 <!ENTITY min-template-ver "2.15">
 <!ENTITY min-email-send-ver "2.00">
 <!ENTITY min-email-mime-ver "1.861">
-<!ENTITY min-email-mime-modifier-ver "any">
+<!ENTITY min-email-mime-modifier-ver "1.442">
 <!ENTITY min-gd-ver "1.20">
 <!ENTITY min-chart-base-ver "1.0">
 <!ENTITY min-template-plugin-gd-image-ver "any">
@@ -37,4 +37,4 @@
 <!ENTITY min-dbd-mysql-ver "4.00">
 <!ENTITY min-mysql-ver "4.1.2">
 <!ENTITY min-dbd-oracle-ver "1.19">
-<!ENTITY min-oracle-ver "10.01.0">
+<!ENTITY min-oracle-ver "10.02.0">
diff --git a/docs/en/CVS/Entries b/docs/en/CVS/Entries
index ad4be5e94..de8c3a3a0 100644
--- a/docs/en/CVS/Entries
+++ b/docs/en/CVS/Entries
@@ -1,5 +1,5 @@
-/.cvsignore/1.4/Fri Apr  4 11:29:21 2008//TBUGZILLA-3_1_4
-/README.docs/1.12/Fri Apr  4 06:48:15 2008//TBUGZILLA-3_1_4
-/rel_notes.txt/1.48/Fri Apr  4 06:48:16 2008//TBUGZILLA-3_1_4
+/.cvsignore/1.4/Fri Apr  4 11:29:21 2008//TBUGZILLA-3_2
+/README.docs/1.12/Fri Apr  4 06:48:15 2008//TBUGZILLA-3_2
+/rel_notes.txt/1.48/Fri Apr  4 06:48:16 2008//TBUGZILLA-3_2
 D/images////
 D/xml////
diff --git a/docs/en/CVS/Tag b/docs/en/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/docs/en/CVS/Tag
+++ b/docs/en/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/docs/en/html/Bugzilla-Guide.html b/docs/en/html/Bugzilla-Guide.html
index d57fea14f..26d069124 100644
--- a/docs/en/html/Bugzilla-Guide.html
+++ b/docs/en/html/Bugzilla-Guide.html
@@ -2,8 +2,7 @@
 <HTML
 ><HEAD
 ><TITLE
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TITLE
 ><META
 NAME="GENERATOR"
@@ -44,8 +43,7 @@ CLASS="TITLEPAGE"
 CLASS="title"
 ><A
 NAME="AEN2"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</A
 ></H1
 ><H3
@@ -53,7 +51,7 @@ CLASS="corpauthor"
 >The Bugzilla Team</H3
 ><P
 CLASS="pubdate"
->2008-05-04<BR></P
+>2008-11-29<BR></P
 ><DIV
 ><DIV
 CLASS="abstract"
@@ -161,6 +159,11 @@ HREF="#os-specific"
 HREF="#nonroot"
 >UNIX (non-root) Installation Notes</A
 ></DT
+><DT
+>2.7. <A
+HREF="#upgrade"
+>Upgrading to New Releases</A
+></DT
 ></DL
 ></DD
 ><DT
@@ -250,11 +253,6 @@ HREF="#groups"
 HREF="#sanitycheck"
 >Checking and Maintaining Database Integrity</A
 ></DT
-><DT
->3.17. <A
-HREF="#upgrading"
->Upgrading to New Releases</A
-></DT
 ></DL
 ></DD
 ><DT
@@ -716,10 +714,8 @@ NAME="newversions"
 >1.3. New Versions</A
 ></H2
 ><P
->&#13;      This is the 3.1.4 version of The Bugzilla Guide. It is so named 
+>&#13;      This is the 3.2 version of The Bugzilla Guide. It is so named 
       to match the current version of Bugzilla. 
-       This version of the guide, like its associated Bugzilla version, is a
-      development version. 
     </P
 ><P
 >&#13;      The latest version of this guide can always be found at <A
@@ -1441,9 +1437,21 @@ NAME="install-perl"
 >2.1.1. Perl</A
 ></H3
 ><P
->Installed Version Test: <TT
-CLASS="filename"
->perl -v</TT
+>Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>perl -v</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ></P
 ><P
 >Any machine that doesn't have Perl on it is a sad machine indeed.
@@ -1466,9 +1474,9 @@ NAME="install-database"
 >2.1.2. Database Engine</A
 ></H3
 ><P
->From Bugzilla 2.20, support is included for using both the MySQL and
-      PostgreSQL database servers. You only require one of these systems to make
-      use of Bugzilla.</P
+>&#13;        Bugzilla supports MySQL, PostgreSQL and Oracle as database servers.
+        You only require one of these systems to make use of Bugzilla.
+      </P
 ><DIV
 CLASS="section"
 ><HR><H4
@@ -1478,9 +1486,21 @@ NAME="install-mysql"
 >2.1.2.1. MySQL</A
 ></H4
 ><P
->Installed Version Test: <TT
-CLASS="filename"
->mysql -V</TT
+>Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>mysql -V</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ></P
 ><P
 >&#13;          If you don't have it and your OS doesn't provide official packages, 
@@ -1545,9 +1565,21 @@ NAME="install-pg"
 >2.1.2.2. PostgreSQL</A
 ></H4
 ><P
->Installed Version Test: <TT
-CLASS="filename"
->psql -V</TT
+>Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>psql -V</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ></P
 ><P
 >&#13;          If you don't have it and your OS doesn't provide official packages, 
@@ -1565,6 +1597,49 @@ TARGET="_top"
           PostgreSQL server is started when the machine boots.
           </P
 ></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="install-oracle"
+>2.1.2.3. Oracle</A
+></H4
+><P
+>&#13;          Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>select * from v$version</PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+          (you first have to log in into your DB)
+        </P
+><P
+>&#13;          If you don't have it and your OS doesn't provide official packages,
+          visit <A
+HREF="http://www.oracle.com/"
+TARGET="_top"
+>http://www.oracle.com/</A
+>. You need Oracle
+          version 10.02.0 or higher.
+        </P
+><P
+>&#13;          If you install from something other than a packaging/installation
+          system, such as .rpm (Redhat Package), .deb (Debian Package), .exe
+          (Windows Executable), or .msi (Microsoft Installer), make sure the
+          Oracle server is started when the machine boots.
+        </P
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
@@ -1873,7 +1948,7 @@ CLASS="filename"
 TYPE="1"
 ><LI
 ><P
->&#13;            CGI 2.93
+>&#13;            CGI 3.21
           </P
 ></LI
 ><LI
@@ -1902,6 +1977,11 @@ HREF="#install-modules-dbd-mysql"
 ></LI
 ><LI
 ><P
+>&#13;            DBD::Oracle (1.19) if using Oracle
+          </P
+></LI
+><LI
+><P
 >&#13;            File::Spec (0.84)
           </P
 ></LI
@@ -1921,7 +2001,7 @@ HREF="#install-modules-template"
 ></LI
 ><LI
 ><P
->&#13;            Email::MIME::Modifier (any)
+>&#13;            Email::MIME::Modifier (1.442)
           </P
 ></LI
 ></OL
@@ -2394,7 +2474,7 @@ TARGET="_top"
       version 1.999022 (AKA 2.0.0-RC5) to be installed.</P
 ><P
 >Bugzilla also requires a more up-to-date version of the CGI
-      perl module to be installed, version 3.11 as opposed to 2.93
+      perl module to be installed, version 3.11 as opposed to 3.21
       </P
 ></DIV
 ></DIV
@@ -2489,14 +2569,47 @@ CLASS="filename"
         contains the default settings for a number of Bugzilla parameters.
       </P
 ><P
->&#13;        Load this file in your editor. The only value you 
+>&#13;        Load this file in your editor. The only two values you
         <EM
 >need</EM
-> to change is $db_pass, the password for
+> to change are $db_driver and $db_pass,
+        respectively the type of the database and the password for
         the user you will create for your database. Pick a strong
         password (for simplicity, it should not contain single quote
-        characters) and put it here.
+        characters) and put it here. $db_driver can be either 'mysql',
+        'Pg' or 'oracle'.
       </P
+><DIV
+CLASS="note"
+><P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          In Oracle, <TT
+CLASS="literal"
+>$db_name</TT
+> should actually be 
+          the SID name of your database (e.g. "XE" if you are using Oracle XE).
+        </P
+></TD
+></TR
+></TABLE
+></DIV
 ><P
 >&#13;        You may need to change the value of 
         <EM
@@ -2556,18 +2669,8 @@ CLASS="filename"
 >localconfig</TT
 > file
         are documented by their accompanying comments. If you have a slightly
-        non-standard MySQL setup, you may wish to change one or more of
-        the other "$db_*" parameters. 
-      </P
-><P
->&#13;        You may also wish to change the names of 
-        the priorities, severities, operating systems and platforms for your
-        installation. However, you can always change these after installation
-        has finished; if you then re-run <TT
-CLASS="filename"
->checksetup.pl</TT
->,
-        the changes will get picked up.
+        non-standard database setup, you may wish to change one or more of
+        the other "$db_*" parameters.
       </P
 ></DIV
 ><DIV
@@ -2583,11 +2686,15 @@ NAME="database-engine"
         with Bugzilla. Currently, MySQL (<A
 HREF="#mysql"
 >Section 2.2.2.2</A
->) and
+>),
         PostgreSQL (<A
 HREF="#postgresql"
 >Section 2.2.2.3</A
->) are available.
+>) and Oracle (<A
+HREF="#oracle"
+>Section 2.2.2.4</A
+>)
+        are available.
       </P
 ><DIV
 CLASS="section"
@@ -2655,80 +2762,8 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="install-setupdatabase"
->2.2.2.2.1. Allow large attachments</A
-></H5
-><P
->&#13;            By default, MySQL will only accept packets up to 64Kb in size.
-            If you want to have attachments larger than this, you will need
-            to modify your <TT
-CLASS="filename"
->/etc/my.cnf</TT
-> as below.
-          </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="screen"
->  [mysqld]
-  # Allow packets up to 1M
-  max_allowed_packet=1M</PRE
-></FONT
-></TD
-></TR
-></TABLE
-><P
->&#13;            There is also a parameter in Bugzilla called 'maxattachmentsize'
-            (default = 1000 Kb) that controls the maximum allowable attachment
-            size. Attachments larger than <EM
->either</EM
-> the 
-            'max_allowed_packet' or 'maxattachmentsize' value will not be
-            accepted by Bugzilla.
-          </P
-><DIV
-CLASS="note"
-><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/note.gif"
-HSPACE="5"
-ALT="Note"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;              This does not affect Big Files, attachments that are stored directly
-              on disk instead of in the database.  Their maximum size is
-              controlled using the 'maxlocalattachment' parameter.
-            </P
-></TD
-></TR
-></TABLE
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H5
-CLASS="section"
-><A
-NAME="AEN476"
->2.2.2.2.2. Allow small words in full-text indexes</A
+NAME="AEN478"
+>2.2.2.2.1. Allow small words in full-text indexes</A
 ></H5
 ><P
 >By default, words must be at least four characters in length
@@ -2775,7 +2810,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="install-setupdatabase-adduser"
->2.2.2.2.3. Add a user to MySQL</A
+>2.2.2.2.2. Add a user to MySQL</A
 ></H5
 ><P
 >&#13;            You need to add a new MySQL user for Bugzilla to use.
@@ -2841,7 +2876,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="screen"
->  <SAMP
+>&#13;    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
 > GRANT SELECT, INSERT,
@@ -2853,10 +2888,11 @@ CLASS="replaceable"
 >$db_pass</I
 ></TT
 >';
-           <SAMP
+    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
-> FLUSH PRIVILEGES;</PRE
+> FLUSH PRIVILEGES;
+          </PRE
 ></FONT
 ></TD
 ></TR
@@ -2867,8 +2903,8 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN503"
->2.2.2.2.4. Permit attachments table to grow beyond 4GB</A
+NAME="AEN505"
+>2.2.2.2.3. Permit attachments table to grow beyond 4GB</A
 ></H5
 ><P
 >&#13;            By default, MySQL will limit the size of a table to 4GB.
@@ -2900,7 +2936,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="screen"
->&#13;            <SAMP
+>&#13;    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
 > use <TT
@@ -2909,11 +2945,11 @@ CLASS="replaceable"
 >$bugs_db</I
 ></TT
 >
-            <SAMP
+    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
-> ALTER TABLE attachments 
-            AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
+> ALTER TABLE attachments
+           AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
           </PRE
 ></FONT
 ></TD
@@ -2967,7 +3003,7 @@ CLASS="section"
 ><H5
 CLASS="section"
 ><A
-NAME="AEN519"
+NAME="AEN521"
 >2.2.2.3.1. Add a User to PostgreSQL</A
 ></H5
 ><P
@@ -3052,7 +3088,7 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN535"
+NAME="AEN537"
 >2.2.2.3.2. Configure PostgreSQL</A
 ></H5
 ><P
@@ -3100,64 +3136,217 @@ CLASS="literal"
           to the one you picked previously, while setting up the account.</P
 ></DIV
 ></DIV
-></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H4
 CLASS="section"
 ><A
-NAME="AEN549"
->2.2.3. checksetup.pl</A
-></H3
-><P
->&#13;        Next, rerun <TT
-CLASS="filename"
->checksetup.pl</TT
->. It reconfirms
-        that all the modules are present, and notices the altered 
-        localconfig file, which it assumes you have edited to your
-        satisfaction. It compiles the UI templates,
-        connects to the database using the 'bugs'
-        user you created and the password you defined, and creates the 
-        'bugs' database and the tables therein. 
-      </P
+NAME="oracle"
+>2.2.2.4. Oracle</A
+></H4
+><DIV
+CLASS="section"
+><H5
+CLASS="section"
+><A
+NAME="AEN553"
+>2.2.2.4.1. Create a New Tablespace</A
+></H5
 ><P
->&#13;        After that, it asks for details of an administrator account. Bugzilla
-        can have multiple administrators - you can create more later - but
-        it needs one to start off with.
-        Enter the email address of an administrator, his or her full name, 
-        and a suitable Bugzilla password.
-      </P
+>&#13;            You can use the existing tablespace or create a new one for Bugzilla.
+            To create a new tablespace, run the following command:
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;    CREATE TABLESPACE bugs
+    DATAFILE '<TT
+CLASS="replaceable"
+><I
+>$path_to_datafile</I
+></TT
+>' SIZE 500M
+    AUTOEXTEND ON NEXT 30M MAXSIZE UNLIMITED
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><P
->&#13;        <TT
-CLASS="filename"
->checksetup.pl</TT
-> will then finish. You may rerun
-        <TT
+>&#13;            Here, the name of the tablespace is 'bugs', but you can
+            choose another name. <TT
+CLASS="replaceable"
+><I
+>$path_to_datafile</I
+></TT
+> is
+            the path to the file containing your database, for instance
+            <TT
 CLASS="filename"
->checksetup.pl</TT
-> at any time if you wish.
-      </P
+>/u01/oradata/bugzilla.dbf</TT
+>.
+            The initial size of the database file is set in this example to 500 Mb,
+            with an increment of 30 Mb everytime we reach the size limit of the file.
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H5
 CLASS="section"
 ><A
-NAME="http"
->2.2.4. Web server</A
-></H3
+NAME="AEN561"
+>2.2.2.4.2. Add a User to Oracle</A
+></H5
 ><P
->&#13;        Configure your web server according to the instructions in the
-        appropriate section. (If it makes a difference in your choice,
-        the Bugzilla Team recommends Apache.) To check whether your web server
-	is correctly configured, try to access <TT
+>&#13;            The user name and password must match what you set in
+            <TT
 CLASS="filename"
->testagent.cgi</TT
+>localconfig</TT
+> (<TT
+CLASS="literal"
+>$db_user</TT
 >
-	from your web server. If "OK" is displayed, then your configuration
-	is successful. Regardless of which web server
-        you are using, however, ensure that sensitive information is
+            and <TT
+CLASS="literal"
+>$db_pass</TT
+>, respectively). Here, we assume that
+            the user name is 'bugs' and the tablespace name is the same
+            as above. 
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;    CREATE USER bugs
+    IDENTIFIED BY "<TT
+CLASS="replaceable"
+><I
+>$db_pass</I
+></TT
+>"
+    DEFAULT TABLESPACE bugs
+    TEMPORARY TABLESPACE TEMP
+    PROFILE DEFAULT;
+    -- GRANT/REVOKE ROLE PRIVILEGES
+    GRANT CONNECT TO bugs;
+    GRANT RESOURCE TO bugs;
+    -- GRANT/REVOKE SYSTEM PRIVILEGES
+    GRANT UNLIMITED TABLESPACE TO bugs;
+    GRANT EXECUTE ON CTXSYS.CTX_DDL TO bugs;
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
+></DIV
+><DIV
+CLASS="section"
+><HR><H5
+CLASS="section"
+><A
+NAME="AEN569"
+>2.2.2.4.3. Configure the Web Server</A
+></H5
+><P
+>&#13;            If you use Apache, append these lines to <TT
+CLASS="filename"
+>httpd.conf</TT
+>
+            to set ORACLE_HOME and LD_LIBRARY_PATH. For instance:
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;    SetEnv ORACLE_HOME /u01/app/oracle/product/10.2.0/
+    SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
+><P
+>&#13;            When this is done, restart your web server.
+          </P
+></DIV
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="AEN575"
+>2.2.3. checksetup.pl</A
+></H3
+><P
+>&#13;        Next, rerun <TT
+CLASS="filename"
+>checksetup.pl</TT
+>. It reconfirms
+        that all the modules are present, and notices the altered 
+        localconfig file, which it assumes you have edited to your
+        satisfaction. It compiles the UI templates,
+        connects to the database using the 'bugs'
+        user you created and the password you defined, and creates the 
+        'bugs' database and the tables therein. 
+      </P
+><P
+>&#13;        After that, it asks for details of an administrator account. Bugzilla
+        can have multiple administrators - you can create more later - but
+        it needs one to start off with.
+        Enter the email address of an administrator, his or her full name, 
+        and a suitable Bugzilla password.
+      </P
+><P
+>&#13;        <TT
+CLASS="filename"
+>checksetup.pl</TT
+> will then finish. You may rerun
+        <TT
+CLASS="filename"
+>checksetup.pl</TT
+> at any time if you wish.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="http"
+>2.2.4. Web server</A
+></H3
+><P
+>&#13;        Configure your web server according to the instructions in the
+        appropriate section. (If it makes a difference in your choice,
+        the Bugzilla Team recommends Apache.) To check whether your web server
+	is correctly configured, try to access <TT
+CLASS="filename"
+>testagent.cgi</TT
+>
+	from your web server. If "OK" is displayed, then your configuration
+	is successful. Regardless of which web server
+        you are using, however, ensure that sensitive information is
         not remotely available by properly applying the access controls in
         <A
 HREF="#security-webserver-access"
@@ -3926,7 +4115,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN699"
+NAME="AEN725"
 >2.3.1. Bug Graphs</A
 ></H3
 ><P
@@ -3982,42 +4171,6 @@ CLASS="programlisting"
 >&#13;        After two days have passed you'll be able to view bug graphs from
         the Reports page.
       </P
-><P
->&#13;        When upgrading Bugzilla, this format may change.
-        To create new status data, (re)move old data and run the following 
-        commands:
-      </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="screen"
->&#13;        <SAMP
-CLASS="prompt"
->bash$</SAMP
->
-        <B
-CLASS="command"
->cd &#60;your-bugzilla-directory&#62;</B
->
-        <SAMP
-CLASS="prompt"
->bash$</SAMP
->
-        <B
-CLASS="command"
->./collectstats.pl --regenerate</B
->
-      </PRE
-></FONT
-></TD
-></TR
-></TABLE
 ><DIV
 CLASS="note"
 ><P
@@ -5079,7 +5232,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN872"
+NAME="AEN892"
 >2.6.1. Introduction</A
 ></H3
 ><P
@@ -5099,7 +5252,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN876"
+NAME="AEN896"
 >2.6.2. MySQL</A
 ></H3
 ><P
@@ -5155,7 +5308,7 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN884"
+NAME="AEN904"
 >2.6.2.1. Running MySQL as Non-Root</A
 ></H4
 ><DIV
@@ -5163,7 +5316,7 @@ CLASS="section"
 ><H5
 CLASS="section"
 ><A
-NAME="AEN886"
+NAME="AEN906"
 >2.6.2.1.1. The Custom Configuration Method</A
 ></H5
 ><P
@@ -5207,7 +5360,7 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN890"
+NAME="AEN910"
 >2.6.2.1.2. The Custom Built Method</A
 ></H5
 ><P
@@ -5230,7 +5383,7 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN895"
+NAME="AEN915"
 >2.6.2.1.3. Starting the Server</A
 ></H5
 ><P
@@ -5358,7 +5511,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN911"
+NAME="AEN931"
 >2.6.3. Perl</A
 ></H3
 ><P
@@ -5462,7 +5615,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN933"
+NAME="AEN953"
 >2.6.5. HTTP Server</A
 ></H3
 ><P
@@ -5476,7 +5629,7 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN936"
+NAME="AEN956"
 >2.6.5.1. Running Apache as Non-Root</A
 ></H4
 ><P
@@ -5558,7 +5711,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN945"
+NAME="AEN965"
 >2.6.6. Bugzilla</A
 ></H3
 ><P
@@ -5674,216 +5827,122 @@ CLASS="programlisting"
 ></DIV
 ></DIV
 ></DIV
-></DIV
-><DIV
-CLASS="chapter"
-><HR><H1
-><A
-NAME="administration"
-></A
->Chapter 3. Administering Bugzilla</H1
 ><DIV
 CLASS="section"
-><H2
+><HR><H2
 CLASS="section"
 ><A
-NAME="parameters"
->3.1. Bugzilla Configuration</A
+NAME="upgrade"
+>2.7. Upgrading to New Releases</A
 ></H2
 ><P
->&#13;      Bugzilla is configured by changing various parameters, accessed
-      from the "Parameters" link in the Administration page (the 
-      Administration page can be found by clicking the "Administration"
-      link in the footer). The parameters are divided into several categories,
-      accessed via the menu on the left. Following is a description of the 
-      different categories and important parameters within those categories. 
-    </P
+>Upgrading to new Bugzilla releases is very simple. There is
+      a script included with Bugzilla that will automatically
+      do all of the database migration for you.</P
+><P
+>The following sections explain how to upgrade from one
+      version of Bugzilla to another. Whether you are upgrading
+      from one bug-fix version to another (such as 3.0.1 to 3.0.2)
+      or from one major version to another (such as from 3.0 to 3.2),
+      the instructions are always the same.</P
+><DIV
+CLASS="note"
+><P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;        Any examples in the following sections are written as though the
+        user were updating to version 2.22.1, but the procedures are the
+        same no matter what version you're updating to. Also, in the
+        examples, the user's Bugzilla installation is found at
+        <TT
+CLASS="filename"
+>/var/www/html/bugzilla</TT
+>. If that is not the
+        same as the location of your Bugzilla installation, simply
+        substitute the proper paths where appropriate.
+      </P
+></TD
+></TR
+></TABLE
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="param-requiredsettings"
->3.1.1. Required Settings</A
+NAME="upgrade-before"
+>2.7.1. Before You Upgrade</A
 ></H3
 ><P
->&#13;          The core required parameters for any Bugzilla installation are set
-          here. These parameters must be set before a new Bugzilla installation
-          can be used. Administrators should review this list before 
-          deploying a new Bugzilla installation.
-        </P
+>Before you start your upgrade, there are a few important
+        steps to take:</P
 ><P
 ></P
-><DIV
-CLASS="variablelist"
-><DL
-><DT
->maintainer</DT
-><DD
+><OL
+TYPE="1"
+><LI
 ><P
-> 
-              Email address of the person 
-              responsible for maintaining this Bugzilla installation.
-              The address need not be that of a valid Bugzilla account.
-            </P
-></DD
-><DT
->urlbase</DT
-><DD
+>&#13;            Read the <A
+HREF="http://www.bugzilla.org/releases/"
+TARGET="_top"
+>Release
+            Notes</A
+> of the version you're upgrading to,
+            particularly the "Notes for Upgraders" section.
+          </P
+></LI
+><LI
 ><P
->&#13;                Defines the fully qualified domain name and web 
-                server path to this Bugzilla installation.
-              </P
+>&#13;            View the Sanity Check (<A
+HREF="#sanitycheck"
+>Section 3.16</A
+>) page
+            on your installation before upgrading. Attempt to fix all warnings
+            that the page produces before you go any further, or you may
+            experience problems  during your upgrade.
+          </P
+></LI
+><LI
 ><P
->&#13;                For example, if the Bugzilla query page is
-                <TT
-CLASS="filename"
->http://www.foo.com/bugzilla/query.cgi</TT
->, 
-                the <SPAN
-CLASS="QUOTE"
->"urlbase"</SPAN
-> should be set
-                to <TT
-CLASS="filename"
->http://www.foo.com/bugzilla/</TT
->.
-              </P
-></DD
-><DT
->docs_urlbase</DT
-><DD
+>&#13;            Shut down your Bugzilla installation by putting some HTML or
+            text in the shutdownhtml parameter
+            (see <A
+HREF="#parameters"
+>Section 3.1</A
+>).
+          </P
+></LI
+><LI
 ><P
->&#13;                Defines path to the Bugzilla documentation. This can be a fully
-                qualified domain name, or a path relative to "urlbase".
-              </P
-><P
->&#13;                For example, if the "Bugzilla Configuration" page 
-                of the documentation is
-                <TT
-CLASS="filename"
->http://www.foo.com/bugzilla/docs/html/parameters.html</TT
->, 
-                set the <SPAN
-CLASS="QUOTE"
->"docs_urlbase"</SPAN
->
-                to <TT
-CLASS="filename"
->http://www.foo.com/bugzilla/docs/html/</TT
->.
-              </P
-></DD
-><DT
->sslbase</DT
-><DD
-><P
->&#13;                Defines the fully qualified domain name and web 
-                server path for HTTPS (SSL) connections to this Bugzilla installation.
-              </P
-><P
->&#13;                For example, if the Bugzilla main page is
-                <TT
-CLASS="filename"
->https://www.foo.com/bugzilla/index.cgi</TT
->, 
-                the <SPAN
-CLASS="QUOTE"
->"sslbase"</SPAN
-> should be set
-                to <TT
-CLASS="filename"
->https://www.foo.com/bugzilla/</TT
->.
-              </P
-></DD
-><DT
->ssl</DT
-><DD
-><P
->&#13;                Determines when Bugzilla will force HTTPS (SSL) connections, using
-                the URL defined in <B
-CLASS="command"
->sslbase</B
->. 
-                Options include "always", "never", and "authenticated sessions". 
-              </P
-></DD
-><DT
->cookiedomain</DT
-><DD
-><P
->&#13;               Defines the domain for Bugzilla cookies. This is typically left blank.
-               If there are multiple hostnames that point to the same webserver, which
-               require the same cookie, then this parameter can be utilized. For
-               example, If your website is at 
-               <TT
-CLASS="filename"
->https://www.foo.com/</TT
->, setting this to 
-               <TT
-CLASS="filename"
->.foo.com/</TT
-> will also allow 
-               <TT
-CLASS="filename"
->bar.foo.com/</TT
-> to access Bugzilla cookies.
-              </P
-></DD
-><DT
->cookiepath</DT
-><DD
-><P
->&#13;                Defines a path, relative to the web server root, that Bugzilla
-                cookies will be restricted to. For example, if the 
-                <B
-CLASS="command"
->urlbase</B
-> is set to
-                <TT
-CLASS="filename"
->http://www.foo.com/bugzilla/</TT
->, the 
-                <B
-CLASS="command"
->cookiepath</B
-> should be set to 
-                <TT
-CLASS="filename"
->/bugzilla/</TT
->. Setting it to "/" will allow all sites 
-                served by this web server or virtual host to read Bugzilla cookies.
-              </P
-></DD
-><DT
->timezone</DT
-><DD
-><P
->&#13;                Timezone of server. The timezone is displayed with timestamps. If 
-                this parameter is left blank, the timezone is not displayed.
-              </P
-></DD
-><DT
->utf8</DT
-><DD
-><P
->&#13;               Determines whether to use UTF-8 (Unicode) encoding for all text in 
-               Bugzilla. New installations should set this to true to avoid character 
-               encoding problems. Existing databases should set this to true only 
-               after the data has been converted from existing legacy character 
-               encoding to UTF-8, using the 
-               <TT
-CLASS="filename"
->contrib/recode.pl</TT
-> script.
-              </P
+>&#13;            Make a backup of the Bugzilla database.
+            <EM
+>THIS IS VERY IMPORTANT</EM
+>. If
+            anything goes wrong during the upgrade, your installation
+            can be corrupted beyond recovery. Having a backup keeps you safe.
+          </P
 ><DIV
-CLASS="note"
+CLASS="warning"
 ><P
 ></P
 ><TABLE
-CLASS="note"
+CLASS="warning"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -5892,282 +5951,213 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/note.gif"
+SRC="../images/warning.gif"
 HSPACE="5"
-ALT="Note"></TD
+ALT="Warning"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;                  If you turn this parameter from "off" to "on", you must re-run 
-                  <TT
-CLASS="filename"
->checksetup.pl</TT
-> immediately afterward.
-                </P
+>&#13;              Upgrading is a one-way process. You cannot "downgrade" an
+              upgraded Bugzilla. If you wish to revert to the old Bugzilla
+              version for any reason, you will have to restore your database
+              from this backup.
+            </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-></DD
-><DT
->shutdownhtml</DT
-><DD
 ><P
->&#13;                If there is any text in this field, this Bugzilla installation will
-                be completely disabled and this text will appear instead of all
-                Bugzilla pages for all users, including Admins. Used in the event 
-                of site maintenance or outage situations. 
-              </P
-><DIV
-CLASS="note"
+>Here are some sample commands you could use to backup
+            your database, depending on what database system you're
+            using. You may have to modify these commands for your
+            particular setup.</P
 ><P
 ></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/note.gif"
-HSPACE="5"
-ALT="Note"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;                  Although regular log-in capability is disabled while 
-                  <B
-CLASS="command"
->shutdownhtml</B
->
-                  is enabled, safeguards are in place to protect the unfortunate 
-                  admin who loses connection to Bugzilla. Should this happen to you,
-                  go directly to the <TT
-CLASS="filename"
->editparams.cgi</TT
-> (by typing
-                  the URL in manually, if necessary). Doing this will prompt you to
-                  log in, and your name/password will be accepted here (but nowhere
-                  else). 
-                </P
-></TD
-></TR
-></TABLE
-></DIV
-></DD
+><DIV
+CLASS="variablelist"
+><DL
 ><DT
->announcehtml</DT
+>MySQL:</DT
 ><DD
 ><P
->&#13;                Any text in this field will be displayed at the top of every HTML
-                page in this Bugzilla installation. The text is not wrapped in any
-                tags. For best results, wrap the text in a <SPAN
-CLASS="QUOTE"
->"&#60;div&#62;"</SPAN
->
-                tag. Any style attributes from the CSS can be applied. For example,
-                to make the text green inside of a red box, add <SPAN
-CLASS="QUOTE"
->"id=message"</SPAN
+>&#13;                  <B
+CLASS="command"
+>mysqldump --opt -u bugs -p bugs &#62; bugs.sql</B
 >
-                to the <SPAN
-CLASS="QUOTE"
->"&#60;div&#62;"</SPAN
-> tag.
-              </P
+                </P
 ></DD
 ><DT
->proxy_url</DT
+>PostgreSQL:</DT
 ><DD
 ><P
->&#13;                If this Bugzilla installation is behind a proxy, enter the proxy 
-                information here to enable Bugzilla to access the Internet. Bugzilla
-                requires Internet access to utilize the 
-                <B
+>&#13;                  <B
 CLASS="command"
->upgrade_notification</B
-> parameter (below). If the 
-                proxy requires authentication, use the syntax:
-                <TT
-CLASS="filename"
->http://user:pass@proxy_url/</TT
->.
-              </P
-></DD
-><DT
->upgrade_notification</DT
-><DD
-><P
->&#13;                Enable or disable a notification on the homepage of this Bugzilla
-                installation when a newer version of Bugzilla is available. This
-                notification is only visible to administrators. Choose "disabled",
-                to turn off the notification. Otherwise, choose which version of
-                Bugzilla you want to be notified about: "development_snapshot" is the
-                latest release on the trunk; "latest_stable_release" is the most 
-                recent release available on the most recent stable branch; 
-                "stable_branch_release" the most recent release on the branch 
-                this installation is based on.
-              </P
+>pg_dump --no-privileges --no-owner -h localhost -U bugs
+                    &#62; bugs.sql</B
+>
+                </P
 ></DD
 ></DL
 ></DIV
+></LI
+></OL
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="param-admin-policies"
->3.1.2. Administrative Policies</A
+NAME="upgrade-files"
+>2.7.2. Getting The New Bugzilla</A
 ></H3
 ><P
->&#13;        This page contains parameters for basic administrative functions.
-        Options include whether to allow the deletion of bugs and users, whether
-        to allow users to change their email address, and whether to allow
-        user watching (one user receiving all notifications of a selected
-        other user). 
-        </P
+>There are three ways to get the new version of Bugzilla.
+        We'll list them here briefly and then explain them
+        more later.</P
 ><P
 ></P
 ><DIV
 CLASS="variablelist"
 ><DL
 ><DT
->supportwatchers</DT
+>CVS (<A
+HREF="#upgrade-cvs"
+>Section 2.7.2.2</A
+>)</DT
 ><DD
 ><P
->&#13;                Turning on this option allows users to ask to receive copies 
-                of bug mail sent to another user.  Watching a user with
-                different group permissions is not a way to 'get around' the
-                system; copied emails are still subject to the normal groupset
-                permissions of a bug, and <SPAN
-CLASS="QUOTE"
->"watchers"</SPAN
-> will only be 
-                copied on emails from bugs they would normally be allowed to view. 
-              </P
+>&#13;              If have <B
+CLASS="command"
+>cvs</B
+> installed on your machine
+              and you have Internet access, this is the easiest way to
+              upgrade, particularly if you have made modifications
+              to the code or templates of Bugzilla.
+            </P
 ></DD
-></DL
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-user-authentication"
->3.1.3. User Authentication</A
-></H3
-><P
->&#13;            This page contains the settings that control how this Bugzilla
-            installation will do its authentication. Choose what authentication
-            mechanism to use (the Bugzilla database, or an external source such
-            as LDAP), and set basic behavioral parameters. For example, choose
-            whether to require users to login to browse bugs, the management
-            of authentication cookies, and the regular expression used to
-            validate email addresses. Some parameters are highlighted below.
-          </P
-><P
-></P
-><DIV
-CLASS="variablelist"
-><DL
 ><DT
->emailregexp</DT
+>Download the tarball (<A
+HREF="#upgrade-tarball"
+>Section 2.7.2.3</A
+>)</DT
 ><DD
 ><P
->&#13;                Defines the regular expression used to validate email addresses
-                used for login names. The default attempts to match fully
-                qualified email addresses (i.e. 'user@example.com'). Some
-                Bugzilla installations allow only local user names (i.e 'user' 
-                instead of 'user@example.com'). In that case, the 
-                <B
-CLASS="command"
->emailsuffix</B
-> parameter should be used to define
-                the email domain.    
-              </P
+>&#13;              This is a very simple way to upgrade, and good if you
+              haven't made many (or any) modifications to the code or
+              templates of your Bugzilla.
+            </P
 ></DD
 ><DT
->emailsuffix</DT
+>Patches (<A
+HREF="#upgrade-patches"
+>Section 2.7.2.4</A
+>)</DT
 ><DD
 ><P
->&#13;                This string is appended to login names when actually sending 
-                email to a user. For example,
-                If <B
-CLASS="command"
->emailregexp</B
-> has been set to allow
-                local usernames,
-                then this parameter would contain the email domain for all users
-                (i.e. '@example.com').   
-              </P
+>&#13;              If you have made modifications to your Bugzilla, and
+              you don't have Internet access or you don't want to use
+              cvs, then this is the best way to upgrade.
+            </P
+><P
+>&#13;              You can only do minor upgrades (such as 3.0 to 3.0.1 or
+              3.0.1 to 3.0.2) with patches.
+            </P
 ></DD
 ></DL
 ></DIV
-></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H4
 CLASS="section"
 ><A
-NAME="param-attachments"
->3.1.4. Attachments</A
-></H3
+NAME="upgrade-modified"
+>2.7.2.1. If you have modified your Bugzilla</A
+></H4
 ><P
->&#13;            This page allows for setting restrictions and other parameters
-            regarding attachments to bugs. For example, control size limitations
-            and whether to allow pointing to external files via a URI.
-          </P
+>&#13;          If you have modified the code or templates of your Bugzilla,
+          then upgrading requires a bit more thought and effort.
+          A discussion of the various methods of updating compared with
+          degree and methods of local customization can be found in
+          <A
+HREF="#template-method"
+>Section 6.2.2</A
+>.
+        </P
+><P
+>&#13;          The larger the jump you are trying to make, the more difficult it
+          is going to be to upgrade if you have made local customizations.
+          Upgrading from 3.0 to 3.0.1 should be fairly painless even if
+          you are heavily customized, but going from 2.18 to 3.0 is going
+          to mean a fair bit of work re-writing your local changes to use
+          the new files, logic, templates, etc. If you have done no local
+          changes at all, however, then upgrading should be approximately
+          the same amount of work regardless of how long it has been since
+          your version was released.
+        </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H4
 CLASS="section"
 ><A
-NAME="param-bug-change-policies"
->3.1.5. Bug Change Policies</A
-></H3
-><P
->&#13;            Set policy on default behavior for bug change events. For example,
-            choose which status to set a bug to when it is marked as a duplicate,
-            and choose whether to allow bug reporters to set the priority or
-            target milestone. Also allows for configuration of what changes
-            should require the user to make a comment, described below.    
-          </P
-><P
-></P
-><DIV
-CLASS="variablelist"
-><DL
-><DT
->commenton*</DT
-><DD
+NAME="upgrade-cvs"
+>2.7.2.2. Upgrading using CVS</A
+></H4
 ><P
->&#13;                All these fields allow you to dictate what changes can pass
-                without comment, and which must have a comment from the
-                person who changed them.  Often, administrators will allow
-                users to add themselves to the CC list, accept bugs, or
-                change the Status Whiteboard without adding a comment as to
-                their reasons for the change, yet require that most other
-                changes come with an explanation.
-              </P
+>&#13;          This requires that you have cvs installed (most Unix machines do),
+          and requires that you are able to access cvs-mirror.mozilla.org
+          on port 2401, which may not be an option if you are behind a
+          highly restrictive firewall or don't have Internet access.
+        </P
 ><P
->&#13;                Set the "commenton" options according to your site policy. It
-                is a wise idea to require comments when users resolve, reassign, or
-                reopen bugs at the very least. 
-              </P
+>&#13;          The following shows the sequence of commands needed to update a
+          Bugzilla installation via CVS, and a typical series of results.
+        </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;bash$ <B
+CLASS="command"
+>cd /var/www/html/bugzilla</B
+>
+bash$ <B
+CLASS="command"
+>cvs login</B
+>
+Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
+CVS password: <EM
+>('anonymous', or just leave it blank)</EM
+>
+bash$ <B
+CLASS="command"
+>cvs -q update -r BUGZILLA-2_22_1 -dP</B
+>
+P checksetup.pl
+P collectstats.pl
+P docs/rel_notes.txt
+P template/en/default/list/quips.html.tmpl
+<EM
+>(etc.)</EM
+>
+        </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><DIV
-CLASS="note"
+CLASS="caution"
 ><P
 ></P
 ><TABLE
-CLASS="note"
+CLASS="caution"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -6176,244 +6166,123 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/note.gif"
+SRC="../images/caution.gif"
 HSPACE="5"
-ALT="Note"></TD
+ALT="Caution"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;                  It is generally far better to require a developer comment
-                  when resolving bugs than not. Few things are more annoying to bug
-                  database users than having a developer mark a bug "fixed" without
-                  any comment as to what the fix was (or even that it was truly
-                  fixed!)
-                </P
+>&#13;            If a line in the output from <B
+CLASS="command"
+>cvs update</B
+> begins
+            with a <SAMP
+CLASS="computeroutput"
+>C</SAMP
+>, then that represents a
+            file with local changes that CVS was unable to properly merge. You
+            need to resolve these conflicts manually before Bugzilla (or at
+            least the portion using that file) will be usable.
+          </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-></DD
-><DT
->noresolveonopenblockers</DT
-><DD
-><P
->&#13;                This option will prevent users from resolving bugs as FIXED if
-                they have unresolved dependencies. Only the FIXED resolution
-                is affected. Users will be still able to resolve bugs to
-                resolutions other than FIXED if they have unresolved dependent
-                bugs.
-              </P
-></DD
-></DL
-></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H4
 CLASS="section"
 ><A
-NAME="param-bugfields"
->3.1.6. Bug Fields</A
-></H3
-><P
->&#13;            The parameters in this section determine the default settings of
-            several Bugzilla fields for new bugs, and also control whether
-            certain fields are used. For example, choose whether to use the
-            "target milestone" field or the "status whiteboard" field.
-          </P
-><P
-></P
-><DIV
-CLASS="variablelist"
-><DL
-><DT
->useqacontact</DT
-><DD
-><P
->&#13;                This allows you to define an email address for each component, 
-                in addition to that of the default assignee, who will be sent
-                carbon copies of incoming bugs.
-              </P
-></DD
-><DT
->usestatuswhiteboard</DT
-><DD
+NAME="upgrade-tarball"
+>2.7.2.3. Upgrading using the tarball</A
+></H4
 ><P
->&#13;                This defines whether you wish to have a free-form, overwritable field
-                associated with each bug. The advantage of the Status Whiteboard is
-                that it can be deleted or modified with ease, and provides an
-                easily-searchable field for indexing some bugs that have some trait
-                in common.         
-              </P
-></DD
-></DL
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-bugmoving"
->3.1.7. Bug Moving</A
-></H3
+>&#13;          If you are unable (or unwilling) to use CVS, another option that's
+          always available is to obtain the latest tarball from the <A
+HREF="http://www.bugzilla.org/download/"
+TARGET="_top"
+>Download Page</A
+> and 
+          create a new Bugzilla installation from that.
+        </P
 ><P
->&#13;            This page controls whether this Bugzilla installation allows certain
-            users to move bugs to an external database. If bug moving is enabled,
-            there are a number of parameters that control bug moving behaviors. 
-            For example, choose which users are allowed to move bugs, the location
-            of the external database, and the default product and component that
-            bugs moved <EM
->from</EM
-> other bug databases to this 
-            Bugzilla installation are assigned to. 
-          </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-dependency-graphs"
->3.1.8. Dependency Graphs</A
-></H3
-><P
->&#13;            This page has one parameter that sets the location of a Web Dot
-            server, or of the Web Dot binary on the local system, that is used
-            to generate dependency graphs. Web Dot is a CGI program that creates
-            images from <TT
+>&#13;          This sequence of commands shows how to get the tarball from the
+          command-line; it is also possible to download it from the site
+          directly in a web browser. If you go that route, save the file
+          to the <TT
 CLASS="filename"
->.dot</TT
-> graphic description files. If
-            no Web Dot server or binary is specified, then dependency graphs will
-            be disabled.
-          </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-group-security"
->3.1.9. Group Security</A
-></H3
-><P
->&#13;              Bugzilla allows for the creation of different groups, with the
-              ability to restrict the visibility of bugs in a group to a set of 
-              specific users. Specific products can also be associated with
-              groups, and users restricted to only see products in their groups.
-              Several parameters are described in more detail below. Most of the
-              configuration of groups and their relationship to products is done
-              on the "Groups" and "Product" pages of the "Administration" area.
-              The options on this page control global default behavior. 
-              For more information on Groups and Group Security, see
-              <A
-HREF="#groups"
->Section 3.15</A
-> 
-            </P
-><P
-></P
-><DIV
-CLASS="variablelist"
-><DL
-><DT
->makeproductgroups</DT
-><DD
-><P
->&#13;                Determines whether or not to automatically create groups
-                when new products are created. If this is on, the groups will be
-                used for querying bugs.
-              </P
-></DD
-><DT
->useentrygroupdefault</DT
-><DD
-><P
->&#13;                Bugzilla products can have a group associated with them, so that
-                certain users can only see bugs in certain products. When this 
-                parameter is set to <SPAN
-CLASS="QUOTE"
->"on"</SPAN
->, this 
-                causes the initial group controls on newly created products 
-                to place all newly-created bugs in the group 
-                having the same name as the product immediately.
-                After a product is initially created, the group controls
-                can be further adjusted without interference by 
-                this mechanism.
-              </P
-></DD
-><DT
->usevisibilitygroups</DT
-><DD
-><P
->&#13;                If selected, user visibility will be restricted to members of
-                groups, as selected in the group configuration settings. 
-                Each user-defined group can be allowed to see members of selected
-                other groups. 
-                For details on configuring groups (including the visibility 
-                restrictions) see <A
-HREF="#edit-groups"
->Section 3.15.2</A
->. 
-              </P
-></DD
-><DT
->querysharegroup</DT
-><DD
-><P
->&#13;                The name of the group of users who are allowed to share saved
-                searches with one another. For more information on using 
-                saved searches, see <A
-HREF="#savedsearches"
->Saved Searches</A
->.
-              </P
-></DD
-></DL
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="bzldap"
->3.1.10. LDAP Authentication</A
-></H3
-><P
->LDAP authentication is a module for Bugzilla's plugin 
-          authentication architecture. This page contains all the parameters
-          necessary to configure Bugzilla for use with LDAP authentication.
-          </P
-><P
->&#13;          The existing authentication
-          scheme for Bugzilla uses email addresses as the primary user ID, and a
-          password to authenticate that user. All places within Bugzilla that
-          require a user ID (e.g assigning a bug) use the email
-          address. The LDAP authentication builds on top of this scheme, rather
-          than replacing it. The initial log-in is done with a username and
-          password for the LDAP directory. Bugzilla tries to bind to LDAP using
-          those credentials and, if successful, tries to map this account to a
-          Bugzilla account. If an LDAP mail attribute is defined, the value of this
-          attribute is used, otherwise the "emailsuffix" parameter is appended to LDAP
-          username to form a full email address. If an account for this address
-          already exists in the Bugzilla installation, it will log in to that account.
-          If no account for that email address exists, one is created at the time
-          of login. (In this case, Bugzilla will attempt to use the "displayName"
-          or "cn" attribute to determine the user's full name.) After
-          authentication, all other user-related tasks are still handled by email
-          address, not LDAP username. For example, bugs are still assigned by
-          email address and users are still queried by email address.
-          </P
+>/var/www/html</TT
+>
+          directory (or its equivalent, if you use something else) and 
+          omit the first three lines of the example.
+        </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;bash$ <B
+CLASS="command"
+>cd /var/www/html</B
+>
+bash$ <B
+CLASS="command"
+>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.gz</B
+>
+<EM
+>(Output omitted)</EM
+>
+bash$ <B
+CLASS="command"
+>tar xzvf bugzilla-2.22.1.tar.gz</B
+>
+bugzilla-2.22.1/
+bugzilla-2.22.1/.cvsignore
+<EM
+>(Output truncated)</EM
+>
+bash$ <B
+CLASS="command"
+>cd bugzilla-2.22.1</B
+>
+bash$ <B
+CLASS="command"
+>cp ../bugzilla/localconfig* .</B
+>
+bash$ <B
+CLASS="command"
+>cp -r ../bugzilla/data .</B
+>
+bash$ <B
+CLASS="command"
+>cd ..</B
+>
+bash$ <B
+CLASS="command"
+>mv bugzilla bugzilla.old</B
+>
+bash$ <B
+CLASS="command"
+>mv bugzilla-2.22.1 bugzilla</B
+>
+        </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><DIV
-CLASS="caution"
+CLASS="warning"
 ><P
 ></P
 ><TABLE
-CLASS="caution"
+CLASS="warning"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -6422,211 +6291,103 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/caution.gif"
+SRC="../images/warning.gif"
 HSPACE="5"
-ALT="Caution"></TD
+ALT="Warning"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->Because the Bugzilla account is not created until the first time
-            a user logs in, a user who has not yet logged is unknown to Bugzilla.
-            This means they cannot be used as an assignee or QA contact (default or
-            otherwise), added to any CC list, or any other such operation. One
-            possible workaround is the <TT
-CLASS="filename"
->bugzilla_ldapsync.rb</TT
->
-            script in the
-            <A
-HREF="#gloss-contrib"
-><I
-CLASS="glossterm"
->&#13;            <TT
-CLASS="filename"
->contrib</TT
-></I
-></A
-> 
-            directory. Another possible solution is fixing
-            <A
-HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=201069"
-TARGET="_top"
->bug
-            201069</A
->.
-            </P
+>&#13;            The <B
+CLASS="command"
+>cp</B
+> commands both end with periods which
+            is a very important detail--it means that the destination
+            directory is the current working directory.
+          </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->Parameters required to use LDAP Authentication:</P
-><P
-></P
+>&#13;          This upgrade method will give you a clean install of Bugzilla.
+          That's fine if you don't have any local customizations that you
+          want to maintain. If you do have customizations, then you will 
+          need to reapply them by hand to the appropriate files.
+        </P
+></DIV
 ><DIV
-CLASS="variablelist"
-><DL
-><DT
+CLASS="section"
+><HR><H4
+CLASS="section"
 ><A
-NAME="param-user_verify_class_for_ldap"
-></A
->user_verify_class</DT
-><DD
+NAME="upgrade-patches"
+>2.7.2.4. Upgrading using patches</A
+></H4
 ><P
->If you want to list <SPAN
-CLASS="QUOTE"
->"LDAP"</SPAN
-> here,
-                make sure to have set up the other parameters listed below.
-                Unless you have other (working) authentication methods listed as
-                well, you may otherwise not be able to log back in to Bugzilla once
-                you log out.
-                If this happens to you, you will need to manually edit
-                <TT
-CLASS="filename"
->data/params</TT
-> and set user_verify_class to
-                <SPAN
-CLASS="QUOTE"
->"DB"</SPAN
->.
-                </P
-></DD
-><DT
-><A
-NAME="param-LDAPserver"
-></A
->LDAPserver</DT
-><DD
+>&#13;          A patch is a collection of all the bug fixes that have been made
+          since the last bug-fix release.
+        </P
 ><P
->This parameter should be set to the name (and optionally the
-                port) of your LDAP server. If no port is specified, it assumes
-                the default LDAP port of 389.
-                </P
+>&#13;          If you are doing a bug-fix upgrade&#8212;that is, one where only the 
+          last number of the revision changes, such as from 2.22 to
+          2.22.1&#8212;then you have the option of obtaining and applying a
+          patch file from the <A
+HREF="http://www.bugzilla.org/download/"
+TARGET="_top"
+>Download Page</A
+>.
+        </P
 ><P
->Ex. <SPAN
-CLASS="QUOTE"
->"ldap.company.com"</SPAN
+>&#13;          As above, this example starts with obtaining the file via the 
+          command line. If you have already downloaded it, you can omit the
+          first two commands.
+        </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;bash$ <B
+CLASS="command"
+>cd /var/www/html/bugzilla</B
 >
-                 or <SPAN
-CLASS="QUOTE"
->"ldap.company.com:3268"</SPAN
+bash$ <B
+CLASS="command"
+>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22-to-2.22.1.diff.gz</B
 >
-                </P
-><P
->You can also specify a LDAP URI, so as to use other
-                protocols, such as LDAPS or LDAPI. If port was not specified in
-                the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS'
-                schemes respectively.
-                </P
-><P
->Ex. <SPAN
-CLASS="QUOTE"
->"ldap://ldap.company.com"</SPAN
->,
-                <SPAN
-CLASS="QUOTE"
->"ldaps://ldap.company.com"</SPAN
-> or
-                <SPAN
-CLASS="QUOTE"
->"ldapi://%2fvar%2flib%2fldap_sock"</SPAN
+<EM
+>(Output omitted)</EM
 >
-                </P
-></DD
-><DT
-><A
-NAME="param-LDAPbinddn"
-></A
->LDAPbinddn [Optional]</DT
-><DD
-><P
->Some LDAP servers will not allow an anonymous bind to search
-                 the directory. If this is the case with your configuration you
-                 should set the LDAPbinddn parameter to the user account Bugzilla
-                 should use instead of the anonymous bind.
-                 </P
-><P
->Ex. <SPAN
-CLASS="QUOTE"
->"cn=default,cn=user:password"</SPAN
-></P
-></DD
-><DT
-><A
-NAME="param-LDAPBaseDN"
-></A
->LDAPBaseDN</DT
-><DD
-><P
->The LDAPBaseDN parameter should be set to the location in
-                 your LDAP tree that you would like to search for email addresses.
-                 Your uids should be unique under the DN specified here.
-                 </P
-><P
->Ex. <SPAN
-CLASS="QUOTE"
->"ou=People,o=Company"</SPAN
-></P
-></DD
-><DT
-><A
-NAME="param-LDAPuidattribute"
-></A
->LDAPuidattribute</DT
-><DD
-><P
->The LDAPuidattribute parameter should be set to the attribute
-                 which contains the unique UID of your users. The value retrieved
-                 from this attribute will be used when attempting to bind as the
-                 user to confirm their password.
-                 </P
-><P
->Ex. <SPAN
-CLASS="QUOTE"
->"uid"</SPAN
-></P
-></DD
-><DT
-><A
-NAME="param-LDAPmailattribute"
-></A
->LDAPmailattribute</DT
-><DD
-><P
->The LDAPmailattribute parameter should be the name of the
-                 attribute which contains the email address your users will enter
-                 into the Bugzilla login boxes.
-                 </P
-><P
->Ex. <SPAN
-CLASS="QUOTE"
->"mail"</SPAN
-></P
-></DD
-></DL
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="bzradius"
->3.1.11. RADIUS Authentication</A
-></H3
-><P
->&#13;          RADIUS authentication is a module for Bugzilla's plugin 
-          authentication architecture. This page contains all the parameters
-          necessary for configuring Bugzilla to use RADIUS authentication.
-          </P
+bash$ <B
+CLASS="command"
+>gunzip bugzilla-2.22-to-2.22.1.diff.gz</B
+>
+bash$ <B
+CLASS="command"
+>patch -p1 &#60; bugzilla-2.22-to-2.22.1.diff</B
+>
+patching file checksetup.pl
+patching file collectstats.pl
+<EM
+>(etc.)</EM
+>
+        </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><DIV
-CLASS="note"
+CLASS="warning"
 ><P
 ></P
 ><TABLE
-CLASS="note"
+CLASS="warning"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -6635,248 +6396,113 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/note.gif"
+SRC="../images/warning.gif"
 HSPACE="5"
-ALT="Note"></TD
+ALT="Warning"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;              Most caveats that apply to LDAP authentication apply to RADIUS
-              authentication as well. See <A
-HREF="#bzldap"
->Section 3.1.10</A
-> for details.
-            </P
+>&#13;            Be aware that upgrading from a patch file does not change the
+            entries in your <TT
+CLASS="filename"
+>CVS</TT
+> directory.
+            This could make it more difficult to upgrade using CVS
+            (<A
+HREF="#upgrade-cvs"
+>Section 2.7.2.2</A
+>) in the future.
+          </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="upgrade-completion"
+>2.7.3. Completing Your Upgrade</A
+></H3
 ><P
->Parameters required to use RADIUS Authentication:</P
+>&#13;        Now that you have the new Bugzilla code, there are a few final
+        steps to complete your upgrade.
+      </P
 ><P
 ></P
-><DIV
-CLASS="variablelist"
-><DL
-><DT
-><A
-NAME="param-user_verify_class_for_radius"
-></A
->user_verify_class</DT
-><DD
+><OL
+TYPE="1"
+><LI
 ><P
->If you want to list <SPAN
-CLASS="QUOTE"
->"RADIUS"</SPAN
-> here,
-                make sure to have set up the other parameters listed below.
-                Unless you have other (working) authentication methods listed as
-                well, you may otherwise not be able to log back in to Bugzilla once
-                you log out.
-                If this happens to you, you will need to manually edit
-                <TT
-CLASS="filename"
->data/params</TT
-> and set user_verify_class to
-                <SPAN
-CLASS="QUOTE"
->"DB"</SPAN
->.
-                </P
-></DD
-><DT
-><A
-NAME="param-RADIUS_server"
-></A
->RADIUS_server</DT
-><DD
-><P
->This parameter should be set to the name (and optionally the
-                port) of your RADIUS server.
-                </P
-></DD
-><DT
-><A
-NAME="param-RADIUS_secret"
-></A
->RADIUS_secret</DT
-><DD
-><P
->This parameter should be set to the RADIUS server's secret.
-                </P
-></DD
-><DT
-><A
-NAME="param-RADIUS_email_suffix"
-></A
->RADIUS_email_suffix</DT
-><DD
-><P
->Bugzilla needs an e-mail address for each user account.
-                Therefore, it needs to determine the e-mail address corresponding
-                to a RADIUS user.
-                Bugzilla offers only a simple way to do this: it can concatenate
-                a suffix to the RADIUS user name to convert it into an e-mail
-                address.
-                You can specify this suffix in the RADIUS_email_suffix parameter.
-                </P
-><P
->If this simple solution does not work for you, you'll
-                probably need to modify
-                <TT
+>&#13;            If your new Bugzilla installation is in a different
+            directory or on a different machine than your old Bugzilla
+            installation, make sure that you have copied the
+            <TT
 CLASS="filename"
->Bugzilla/Auth/Verify/RADIUS.pm</TT
-> to match your
-                requirements.
-                </P
-></DD
-></DL
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-email"
->3.1.12. Email</A
-></H3
-><P
->&#13;            This page contains all of the parameters for configuring how
-            Bugzilla deals with the email notifications it sends. See below
-            for a summary of important options. 
-          </P
-><P
-></P
-><DIV
-CLASS="variablelist"
-><DL
-><DT
->mail_delivery_method</DT
-><DD
-><P
->&#13;                This is used to specify how email is sent, or if it is sent at 
-                all.  There are several options included for different MTAs, 
-                along with two additional options that disable email sending.  
-                "Test" does not send mail, but instead saves it in 
-                <TT
+>data</TT
+> directory and the
+            <TT
 CLASS="filename"
->data/mailer.testfile</TT
-> for later review.  
-                "None" disables email sending entirely.
-              </P
-></DD
-><DT
->mailfrom</DT
-><DD
-><P
->&#13;                This is the email address that will appear in the "From" field
-                of all emails sent by this Bugzilla installation. Some email
-                servers require mail to be from a valid email address, therefore
-                it is recommended to choose a valid email address here.
-              </P
-></DD
-><DT
->sendmailnow</DT
-><DD
-><P
->&#13;                When Bugzilla is using Sendmail older than 8.12, turning this option
-                off will improve performance by not waiting for Sendmail to actually
-                send mail.  If Sendmail 8.12 or later is being used, there is 
-                nothing to gain by turning this off.  If another MTA is being used, 
-                such as Postfix, then this option *must* be turned on (even if you 
-                are using the fake sendmail executable that Postfix provides).
-              </P
-></DD
-><DT
->whinedays</DT
-><DD
-><P
->&#13;                Set this to the number of days you want to let bugs go
-                in the NEW or REOPENED state before notifying people they have
-                untouched new bugs. If you do not plan to use this feature, simply 
-                do not set up the whining cron job described in the installation
-                instructions, or set this value to "0" (never whine).
-              </P
-></DD
-><DT
->globalwatcher</DT
-><DD
-><P
->&#13;                This allows you to define specific users who will
-                receive notification each time a new bug in entered, or when
-                an existing bug changes, according to the normal groupset
-                permissions. It may be useful for sending notifications to a
-                mailing-list, for instance.
-              </P
-></DD
-></DL
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-patchviewer"
->3.1.13. Patch Viewer</A
-></H3
-><P
->&#13;            This page contains configuration parameters for the CVS server, 
-            Bonsai server and LXR server that Bugzilla will use to enable the
-            features of the Patch Viewer. Bonsai is a tool that enables queries 
-            to a CVS tree. LXR is a tool that can cross reference and index source
-            code.
-          </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-querydefaults"
->3.1.14. Query Defaults</A
-></H3
-><P
->&#13;            This page controls the default behavior of Bugzilla in regards to 
-            several aspects of querying bugs. Options include what the default
-            query options are, what the "My Bugs" page returns, whether users
-            can freely add bugs to the quip list, and how many duplicate bugs are 
-            needed to add a bug to the "most frequently reported" list.
+>localconfig</TT
+> file from your old Bugzilla
+            installation. (If you followed the tarball instructions
+            above, this has already happened.)
           </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="param-shadowdatabase"
->3.1.15. Shadow Database</A
-></H3
+></LI
+><LI
 ><P
->&#13;            This page controls whether a shadow database is used, and all the
-            parameters associated with the shadow database. Versions of Bugzilla
-            prior to 3.2 used the MyISAM table type, which supports
-            only table-level write locking. With MyISAM, any time someone is making a change to 
-            a bug, the entire table is locked until the write operation is complete.
-            Locking for write also blocks reads until the write is complete.
+>&#13;            If this is a major update, check that the configuration
+            (<A
+HREF="#configuration"
+>Section 2.2</A
+>) for your new Bugzilla is
+            up-to-date. Sometimes the configuration requirements change
+            between major versions.
           </P
+></LI
+><LI
 ><P
->&#13;            The <SPAN
-CLASS="QUOTE"
->"shadowdb"</SPAN
-> parameter was designed to get around
-            this limitation. While only a single user is allowed to write to
-            a table at a time, reads can continue unimpeded on a read-only
-            shadow copy of the database.
+>&#13;            If you didn't do it as part of the above configuration step,
+            now you need to run <B
+CLASS="command"
+>checksetup.pl</B
+>, which
+            will do everything required to convert your existing database
+            and settings for the new version:
           </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;bash$ <B
+CLASS="command"
+>cd /var/www/html/bugzilla</B
+>
+bash$ <B
+CLASS="command"
+>./checksetup.pl</B
+>
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><DIV
-CLASS="note"
+CLASS="warning"
 ><P
 ></P
 ><TABLE
-CLASS="note"
+CLASS="warning"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -6885,73 +6511,30 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/note.gif"
+SRC="../images/warning.gif"
 HSPACE="5"
-ALT="Note"></TD
+ALT="Warning"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;              As of version 3.2, Bugzilla no longer uses the MyISAM table type.
-              Instead, InnoDB is used, which can do transaction-based locking.
-              Therefore, the limitations the Shadow Database feature was designed
-              to workaround no longer exist.
+>&#13;              The period at the beginning of the command
+              <B
+CLASS="command"
+>./checksetup.pl</B
+> is important and can not
+              be omitted.
             </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-></DIV
 ><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="admin-usermatching"
->3.1.16. User Matching</A
-></H3
-><P
->&#13;            The settings on this page control how users are selected and queried
-            when adding a user to a bug. For example, users need to be selected
-            when choosing who the bug is assigned to, adding to the CC list or 
-            selecting a QA contact. With the "usemenuforusers" parameter, it is 
-            possible to configure Bugzilla to 
-            display a list of users in the fields instead of an empty text field.
-            This should only be used in Bugzilla installations with a small number
-            of users. If users are selected via a text box, this page also
-            contains parameters for how user names can be queried and matched
-            when entered.
-          </P
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="useradmin"
->3.2. User Administration</A
-></H2
-><DIV
-CLASS="section"
-><H3
-CLASS="section"
-><A
-NAME="defaultuser"
->3.2.1. Creating the Default User</A
-></H3
-><P
->When you first run checksetup.pl after installing Bugzilla, it
-      will prompt you for the administrative username (email address) and
-      password for this "super user". If for some reason you delete
-      the "super user" account, re-running checksetup.pl will again prompt
-      you for this username and password.</P
-><DIV
-CLASS="tip"
+CLASS="caution"
 ><P
 ></P
 ><TABLE
-CLASS="tip"
+CLASS="caution"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -6960,264 +6543,298 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/tip.gif"
+SRC="../images/caution.gif"
 HSPACE="5"
-ALT="Tip"></TD
+ALT="Caution"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->If you wish to add more administrative users, add them to 
-        the "admin" group and, optionally, edit the tweakparams, editusers,
-        creategroups, editcomponents, and editkeywords groups to add the
-        entire admin group to those groups (which is the case by default).
-        </P
+>&#13;              If this is a major upgrade (say, 2.22 to 3.0 or similar),
+              running <B
+CLASS="command"
+>checksetup.pl</B
+> on a large
+              installation (75,000 or more bugs) can take a long time,
+              possibly several hours.
+            </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+></LI
+><LI
+><P
+>&#13;            Clear any HTML or text that you put into the shutdownhtml
+            parameter, to re-activate Bugzilla.
+          </P
+></LI
+><LI
+><P
+>&#13;            View the Sanity Check (<A
+HREF="#sanitycheck"
+>Section 3.16</A
+>) page in your
+            upgraded Bugzilla.
+          </P
+><P
+>&#13;            It is recommended that, if possible, you fix any problems
+            you see, immediately. Failure to do this may mean that Bugzilla
+            will not work correctly. Be aware that if the sanity check page
+            contains more errors after an upgrade, it doesn't necessarily
+            mean there are more errors in your database than there were
+            before, as additional tests are added to the sanity check over
+            time, and it is possible that those errors weren't being
+            checked for in the old version.
+          </P
+></LI
+></OL
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="manageusers"
->3.2.2. Managing Other Users</A
+NAME="upgrade-notifications"
+>2.7.4. Automatic Notifications of New Releases</A
 ></H3
-><DIV
-CLASS="section"
-><H4
-CLASS="section"
-><A
-NAME="user-account-search"
->3.2.2.1. Searching for existing users</A
-></H4
 ><P
->&#13;          If you have <SPAN
-CLASS="QUOTE"
->"editusers"</SPAN
-> privileges or if you are allowed
-          to grant privileges for some groups, the <SPAN
+>&#13;        Bugzilla 3.0 introduced the ability to automatically notify
+        administrators when new releases are available, based on the
+        <TT
+CLASS="literal"
+>upgrade_notification</TT
+> parameter, see
+        <A
+HREF="#parameters"
+>Section 3.1</A
+>. Administrators will see these
+        notifications when they access the <TT
+CLASS="filename"
+>index.cgi</TT
+>
+        page, i.e. generally when logging in. Bugzilla will check once per
+        day for new releases, unless the parameter is set to
+        <SPAN
 CLASS="QUOTE"
->"Users"</SPAN
-> link
-          will appear in the Administration page.
-        </P
-><P
->&#13;          The first screen is a search form to search for existing user
-          accounts. You can run searches based either on the user ID, real
-          name or login name (i.e. the email address, or just the first part
-          of the email address if the "emailsuffix" parameter is set).
-          The search can be conducted
-          in different ways using the listbox to the right of the text entry
-          box. You can match by case-insensitive substring (the default),
-          regular expression, a <EM
->reverse</EM
-> regular expression
-          match (which finds every user name which does NOT match the regular
-          expression), or the exact string if you know exactly who you are
-          looking for. The search can be restricted to users who are in a
-          specific group. By default, the restriction is turned off.
-        </P
-><P
->&#13;          The search returns a list of
-          users matching your criteria. User properties can be edited by clicking
-          the login name. The Account History of a user can be viewed by clicking
-          the "View" link in the Account History column. The Account History
-          displays changes that have been made to the user account, the time of
-          the change and the user who made the change. For example, the Account
-          History page will display details of when a user was added or removed
-          from a group.
-        </P
+>"disabled"</SPAN
+>. If you are behind a proxy, you may have to set
+        the <TT
+CLASS="literal"
+>proxy_url</TT
+> parameter accordingly. If the proxy
+        requires authentication, use the
+        <TT
+CLASS="literal"
+>http://user:pass@proxy_url/</TT
+> syntax.
+      </P
+></DIV
+></DIV
 ></DIV
 ><DIV
-CLASS="section"
-><HR><H4
-CLASS="section"
+CLASS="chapter"
+><HR><H1
 ><A
-NAME="createnewusers"
->3.2.2.2. Creating new users</A
-></H4
+NAME="administration"
+></A
+>Chapter 3. Administering Bugzilla</H1
 ><DIV
 CLASS="section"
-><H5
+><H2
 CLASS="section"
 ><A
-NAME="self-registration"
->3.2.2.2.1. Self-registration</A
-></H5
+NAME="parameters"
+>3.1. Bugzilla Configuration</A
+></H2
 ><P
->&#13;            By default, users can create their own user accounts by clicking the
-            <SPAN
-CLASS="QUOTE"
->"New Account"</SPAN
-> link at the bottom of each page (assuming
-            they aren't logged in as someone else already). If you want to disable
-            this self-registration, or if you want to restrict who can create his
-            own user account, you have to edit the <SPAN
-CLASS="QUOTE"
->"createemailregexp"</SPAN
->
-            parameter in the <SPAN
-CLASS="QUOTE"
->"Configuration"</SPAN
-> page, see
-            <A
-HREF="#parameters"
->Section 3.1</A
->.
-          </P
-></DIV
+>&#13;      Bugzilla is configured by changing various parameters, accessed
+      from the "Parameters" link in the Administration page (the 
+      Administration page can be found by clicking the "Administration"
+      link in the footer). The parameters are divided into several categories,
+      accessed via the menu on the left. Following is a description of the 
+      different categories and important parameters within those categories. 
+    </P
 ><DIV
 CLASS="section"
-><HR><H5
+><HR><H3
 CLASS="section"
 ><A
-NAME="user-account-creation"
->3.2.2.2.2. Accounts created by an administrator</A
-></H5
+NAME="param-requiredsettings"
+>3.1.1. Required Settings</A
+></H3
 ><P
->&#13;            Users with <SPAN
-CLASS="QUOTE"
->"editusers"</SPAN
-> privileges, such as administrators,
-            can create user accounts for other users:
-          </P
+>&#13;          The core required parameters for any Bugzilla installation are set
+          here. These parameters must be set before a new Bugzilla installation
+          can be used. Administrators should review this list before 
+          deploying a new Bugzilla installation.
+        </P
 ><P
 ></P
-><OL
-TYPE="1"
-><LI
-><P
->After logging in, click the "Users" link at the footer of
-              the query page, and then click "Add a new user".</P
-></LI
-><LI
-><P
->Fill out the form presented. This page is self-explanatory.
-              When done, click "Submit".</P
 ><DIV
-CLASS="note"
+CLASS="variablelist"
+><DL
+><DT
+>maintainer</DT
+><DD
 ><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/note.gif"
-HSPACE="5"
-ALT="Note"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
+> 
+              Email address of the person 
+              responsible for maintaining this Bugzilla installation.
+              The address need not be that of a valid Bugzilla account.
+            </P
+></DD
+><DT
+>urlbase</DT
+><DD
 ><P
->Adding a user this way will <EM
->not</EM
->
-                send an email informing them of their username and password.
-                While useful for creating dummy accounts (watchers which
-                shuttle mail to another system, for instance, or email
-                addresses which are a mailing list), in general it is
-                preferable to log out and use the <SPAN
-CLASS="QUOTE"
->"New Account"</SPAN
->
-                button to create users, as it will pre-populate all the
-                required fields and also notify the user of her account name
-                and password.</P
-></TD
-></TR
-></TABLE
-></DIV
-></LI
-></OL
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H4
-CLASS="section"
-><A
-NAME="modifyusers"
->3.2.2.3. Modifying Users</A
-></H4
+>&#13;                Defines the fully qualified domain name and web 
+                server path to this Bugzilla installation.
+              </P
 ><P
->Once you have found your user, you can change the following
-        fields:</P
+>&#13;                For example, if the Bugzilla query page is
+                <TT
+CLASS="filename"
+>http://www.foo.com/bugzilla/query.cgi</TT
+>, 
+                the <SPAN
+CLASS="QUOTE"
+>"urlbase"</SPAN
+> should be set
+                to <TT
+CLASS="filename"
+>http://www.foo.com/bugzilla/</TT
+>.
+              </P
+></DD
+><DT
+>docs_urlbase</DT
+><DD
 ><P
-></P
-><UL
-><LI
+>&#13;                Defines path to the Bugzilla documentation. This can be a fully
+                qualified domain name, or a path relative to "urlbase".
+              </P
 ><P
->&#13;            <EM
->Login Name</EM
->: 
-            This is generally the user's full email address. However, if you
-            have are using the <SPAN
+>&#13;                For example, if the "Bugzilla Configuration" page 
+                of the documentation is
+                <TT
+CLASS="filename"
+>http://www.foo.com/bugzilla/docs/html/parameters.html</TT
+>, 
+                set the <SPAN
 CLASS="QUOTE"
->"emailsuffix"</SPAN
-> parameter, this may
-            just be the user's login name. Note that users can now change their
-            login names themselves (to any valid email address).
-            </P
-></LI
-><LI
+>"docs_urlbase"</SPAN
+>
+                to <TT
+CLASS="filename"
+>http://www.foo.com/bugzilla/docs/html/</TT
+>.
+              </P
+></DD
+><DT
+>sslbase</DT
+><DD
 ><P
->&#13;            <EM
->Real Name</EM
->: The user's real name. Note that
-            Bugzilla does not require this to create an account.</P
-></LI
-><LI
+>&#13;                Defines the fully qualified domain name and web 
+                server path for HTTPS (SSL) connections to this Bugzilla installation.
+              </P
 ><P
->&#13;            <EM
->Password</EM
->: 
-            You can change the user's password here. Users can automatically
-            request a new password, so you shouldn't need to do this often.
-            If you want to disable an account, see Disable Text below.
-            </P
-></LI
-><LI
+>&#13;                For example, if the Bugzilla main page is
+                <TT
+CLASS="filename"
+>https://www.foo.com/bugzilla/index.cgi</TT
+>, 
+                the <SPAN
+CLASS="QUOTE"
+>"sslbase"</SPAN
+> should be set
+                to <TT
+CLASS="filename"
+>https://www.foo.com/bugzilla/</TT
+>.
+              </P
+></DD
+><DT
+>ssl</DT
+><DD
 ><P
->&#13;              <EM
->Bugmail Disabled</EM
->:
-              Mark this checkbox to disable bugmail and whinemail completely
-              for this account. This checkbox replaces the data/nomail file
-              which existed in older versions of Bugzilla.
-            </P
-></LI
-><LI
+>&#13;                Determines when Bugzilla will force HTTPS (SSL) connections, using
+                the URL defined in <B
+CLASS="command"
+>sslbase</B
+>. 
+                Options include "always", "never", and "authenticated sessions". 
+              </P
+></DD
+><DT
+>cookiedomain</DT
+><DD
 ><P
->&#13;              <EM
->Disable Text</EM
->: 
-              If you type anything in this box, including just a space, the
-              user is prevented from logging in, or making any changes to 
-              bugs via the web interface. 
-              The HTML you type in this box is presented to the user when
-              they attempt to perform these actions, and should explain
-              why the account was disabled.
-            </P
+>&#13;               Defines the domain for Bugzilla cookies. This is typically left blank.
+               If there are multiple hostnames that point to the same webserver, which
+               require the same cookie, then this parameter can be utilized. For
+               example, If your website is at 
+               <TT
+CLASS="filename"
+>https://www.foo.com/</TT
+>, setting this to 
+               <TT
+CLASS="filename"
+>.foo.com/</TT
+> will also allow 
+               <TT
+CLASS="filename"
+>bar.foo.com/</TT
+> to access Bugzilla cookies.
+              </P
+></DD
+><DT
+>cookiepath</DT
+><DD
 ><P
->&#13;              Users with disabled accounts will continue to receive
-              mail from Bugzilla; furthermore, they will not be able
-              to log in themselves to change their own preferences and
-              stop it. If you want an account (disabled or active) to
-              stop receiving mail, simply check the
-              <SPAN
-CLASS="QUOTE"
->"Bugmail Disabled"</SPAN
-> checkbox above.
-            </P
+>&#13;                Defines a path, relative to the web server root, that Bugzilla
+                cookies will be restricted to. For example, if the 
+                <B
+CLASS="command"
+>urlbase</B
+> is set to
+                <TT
+CLASS="filename"
+>http://www.foo.com/bugzilla/</TT
+>, the 
+                <B
+CLASS="command"
+>cookiepath</B
+> should be set to 
+                <TT
+CLASS="filename"
+>/bugzilla/</TT
+>. Setting it to "/" will allow all sites 
+                served by this web server or virtual host to read Bugzilla cookies.
+              </P
+></DD
+><DT
+>timezone</DT
+><DD
+><P
+>&#13;                Timezone of server. The timezone is displayed with timestamps. If 
+                this parameter is left blank, the timezone is not displayed.
+              </P
+></DD
+><DT
+>utf8</DT
+><DD
+><P
+>&#13;               Determines whether to use UTF-8 (Unicode) encoding for all text in 
+               Bugzilla. New installations should set this to true to avoid character 
+               encoding problems. Existing databases should set this to true only 
+               after the data has been converted from existing legacy character 
+               encoding to UTF-8, using the 
+               <TT
+CLASS="filename"
+>contrib/recode.pl</TT
+> script.
+              </P
 ><DIV
 CLASS="note"
 ><P
@@ -7239,23 +6856,32 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;                Even users whose accounts have been disabled can still
-                submit bugs via the e-mail gateway, if one exists.
-                The e-mail gateway should <EM
->not</EM
-> be
-                enabled for secure installations of Bugzilla.
-              </P
+>&#13;                  If you turn this parameter from "off" to "on", you must re-run 
+                  <TT
+CLASS="filename"
+>checksetup.pl</TT
+> immediately afterward.
+                </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+></DD
+><DT
+>shutdownhtml</DT
+><DD
+><P
+>&#13;                If there is any text in this field, this Bugzilla installation will
+                be completely disabled and this text will appear instead of all
+                Bugzilla pages for all users, including Admins. Used in the event 
+                of site maintenance or outage situations. 
+              </P
 ><DIV
-CLASS="warning"
+CLASS="note"
 ><P
 ></P
 ><TABLE
-CLASS="warning"
+CLASS="note"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -7264,175 +6890,487 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/warning.gif"
+SRC="../images/note.gif"
 HSPACE="5"
-ALT="Warning"></TD
+ALT="Note"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;                Don't disable all the administrator accounts!
-              </P
-></TD
-></TR
-></TABLE
-></DIV
-></LI
-><LI
-><P
->&#13;            <EM
->&#60;groupname&#62;</EM
->: 
-            If you have created some groups, e.g. "securitysensitive", then
-            checkboxes will appear here to allow you to add users to, or
-            remove them from, these groups.
-            </P
-></LI
-><LI
-><P
->&#13;            <EM
->canconfirm</EM
->: 
-            This field is only used if you have enabled the "unconfirmed"
-            status. If you enable this for a user,
-            that user can then move bugs from "Unconfirmed" to a "Confirmed"
-            status (e.g.: "New" status).</P
-></LI
-><LI
-><P
->&#13;            <EM
->creategroups</EM
->: 
-            This option will allow a user to create and destroy groups in
-            Bugzilla.</P
-></LI
-><LI
-><P
->&#13;            <EM
->editbugs</EM
->: 
-            Unless a user has this bit set, they can only edit those bugs
-            for which they are the assignee or the reporter. Even if this
-            option is unchecked, users can still add comments to bugs.
-            </P
-></LI
-><LI
-><P
->&#13;            <EM
->editcomponents</EM
->: 
-            This flag allows a user to create new products and components,
-            as well as modify and destroy those that have no bugs associated
-            with them. If a product or component has bugs associated with it,
-            those bugs must be moved to a different product or component
-            before Bugzilla will allow them to be destroyed.
-            </P
-></LI
-><LI
-><P
->&#13;            <EM
->editkeywords</EM
->: 
-            If you use Bugzilla's keyword functionality, enabling this
-            feature allows a user to create and destroy keywords. As always,
-            the keywords for existing bugs containing the keyword the user
-            wishes to destroy must be changed before Bugzilla will allow it
-            to die.</P
-></LI
-><LI
-><P
->&#13;            <EM
->editusers</EM
->: 
-            This flag allows a user to do what you're doing right now: edit
-            other users. This will allow those with the right to do so to
-            remove administrator privileges from other users or grant them to
-            themselves. Enable with care.</P
-></LI
-><LI
-><P
->&#13;            <EM
->tweakparams</EM
->: 
-            This flag allows a user to change Bugzilla's Params 
-            (using <TT
+>&#13;                  Although regular log-in capability is disabled while 
+                  <B
+CLASS="command"
+>shutdownhtml</B
+>
+                  is enabled, safeguards are in place to protect the unfortunate 
+                  admin who loses connection to Bugzilla. Should this happen to you,
+                  go directly to the <TT
 CLASS="filename"
 >editparams.cgi</TT
->.)</P
-></LI
-><LI
+> (by typing
+                  the URL in manually, if necessary). Doing this will prompt you to
+                  log in, and your name/password will be accepted here (but nowhere
+                  else). 
+                </P
+></TD
+></TR
+></TABLE
+></DIV
+></DD
+><DT
+>announcehtml</DT
+><DD
 ><P
-> 
-            <EM
->&#60;productname&#62;</EM
->:
-            This allows an administrator to specify the products 
-            in which a user can see bugs. If you turn on the 
-            <SPAN
+>&#13;                Any text in this field will be displayed at the top of every HTML
+                page in this Bugzilla installation. The text is not wrapped in any
+                tags. For best results, wrap the text in a <SPAN
 CLASS="QUOTE"
->"makeproductgroups"</SPAN
-> parameter in
-            the Group Security Panel in the Parameters page, 
-            then Bugzilla creates one group per product (at the time you create 
-            the product), and this group has exactly the same name as the 
-            product itself. Note that for products that already exist when
-            the parameter is turned on, the corresponding group will not be
-            created. The user must still have the <SPAN
+>"&#60;div&#62;"</SPAN
+>
+                tag. Any style attributes from the CSS can be applied. For example,
+                to make the text green inside of a red box, add <SPAN
 CLASS="QUOTE"
->"editbugs"</SPAN
-> 
-            privilege to edit bugs in these products.</P
-></LI
-></UL
+>"id=message"</SPAN
+>
+                to the <SPAN
+CLASS="QUOTE"
+>"&#60;div&#62;"</SPAN
+> tag.
+              </P
+></DD
+><DT
+>proxy_url</DT
+><DD
+><P
+>&#13;                If this Bugzilla installation is behind a proxy, enter the proxy 
+                information here to enable Bugzilla to access the Internet. Bugzilla
+                requires Internet access to utilize the 
+                <B
+CLASS="command"
+>upgrade_notification</B
+> parameter (below). If the 
+                proxy requires authentication, use the syntax:
+                <TT
+CLASS="filename"
+>http://user:pass@proxy_url/</TT
+>.
+              </P
+></DD
+><DT
+>upgrade_notification</DT
+><DD
+><P
+>&#13;                Enable or disable a notification on the homepage of this Bugzilla
+                installation when a newer version of Bugzilla is available. This
+                notification is only visible to administrators. Choose "disabled",
+                to turn off the notification. Otherwise, choose which version of
+                Bugzilla you want to be notified about: "development_snapshot" is the
+                latest release on the trunk; "latest_stable_release" is the most 
+                recent release available on the most recent stable branch; 
+                "stable_branch_release" the most recent release on the branch 
+                this installation is based on.
+              </P
+></DD
+></DL
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H3
 CLASS="section"
 ><A
-NAME="user-account-deletion"
->3.2.2.4. Deleting Users</A
-></H4
+NAME="param-admin-policies"
+>3.1.2. Administrative Policies</A
+></H3
 ><P
->&#13;          If the <SPAN
-CLASS="QUOTE"
->"allowuserdeletion"</SPAN
-> parameter is turned on, see
-          <A
-HREF="#parameters"
->Section 3.1</A
->, then you can also delete user accounts.
-          Note that this is most of the time not the best thing to do. If only
-          a warning in a yellow box is displayed, then the deletion is safe.
-          If a warning is also displayed in a red box, then you should NOT try
-          to delete the user account, else you will get referential integrity
-          problems in your database, which can lead to unexpected behavior,
-          such as bugs not appearing in bug lists anymore, or data displaying
-          incorrectly. You have been warned!
+>&#13;        This page contains parameters for basic administrative functions.
+        Options include whether to allow the deletion of bugs and users, whether
+        to allow users to change their email address, and whether to allow
+        user watching (one user receiving all notifications of a selected
+        other user). 
         </P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>supportwatchers</DT
+><DD
+><P
+>&#13;                Turning on this option allows users to ask to receive copies 
+                of bug mail sent to another user.  Watching a user with
+                different group permissions is not a way to 'get around' the
+                system; copied emails are still subject to the normal groupset
+                permissions of a bug, and <SPAN
+CLASS="QUOTE"
+>"watchers"</SPAN
+> will only be 
+                copied on emails from bugs they would normally be allowed to view. 
+              </P
+></DD
+></DL
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H3
 CLASS="section"
 ><A
-NAME="impersonatingusers"
->3.2.2.5. Impersonating Users</A
-></H4
+NAME="param-user-authentication"
+>3.1.3. User Authentication</A
+></H3
 ><P
->&#13;        There may be times when an administrator would like to do something as
-        another user.  The <B
+>&#13;            This page contains the settings that control how this Bugzilla
+            installation will do its authentication. Choose what authentication
+            mechanism to use (the Bugzilla database, or an external source such
+            as LDAP), and set basic behavioral parameters. For example, choose
+            whether to require users to login to browse bugs, the management
+            of authentication cookies, and the regular expression used to
+            validate email addresses. Some parameters are highlighted below.
+          </P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>emailregexp</DT
+><DD
+><P
+>&#13;                Defines the regular expression used to validate email addresses
+                used for login names. The default attempts to match fully
+                qualified email addresses (i.e. 'user@example.com'). Some
+                Bugzilla installations allow only local user names (i.e 'user' 
+                instead of 'user@example.com'). In that case, the 
+                <B
 CLASS="command"
->sudo</B
-> feature may be used to do 
-        this.
-        </P
+>emailsuffix</B
+> parameter should be used to define
+                the email domain.    
+              </P
+></DD
+><DT
+>emailsuffix</DT
+><DD
+><P
+>&#13;                This string is appended to login names when actually sending 
+                email to a user. For example,
+                If <B
+CLASS="command"
+>emailregexp</B
+> has been set to allow
+                local usernames,
+                then this parameter would contain the email domain for all users
+                (i.e. '@example.com').   
+              </P
+></DD
+></DL
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-attachments"
+>3.1.4. Attachments</A
+></H3
+><P
+>&#13;            This page allows for setting restrictions and other parameters
+            regarding attachments to bugs. For example, control size limitations
+            and whether to allow pointing to external files via a URI.
+          </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-bug-change-policies"
+>3.1.5. Bug Change Policies</A
+></H3
+><P
+>&#13;            Set policy on default behavior for bug change events. For example,
+            choose which status to set a bug to when it is marked as a duplicate,
+            and choose whether to allow bug reporters to set the priority or
+            target milestone. Also allows for configuration of what changes
+            should require the user to make a comment, described below.    
+          </P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>commenton*</DT
+><DD
+><P
+>&#13;                All these fields allow you to dictate what changes can pass
+                without comment, and which must have a comment from the
+                person who changed them.  Often, administrators will allow
+                users to add themselves to the CC list, accept bugs, or
+                change the Status Whiteboard without adding a comment as to
+                their reasons for the change, yet require that most other
+                changes come with an explanation.
+              </P
+><P
+>&#13;                Set the "commenton" options according to your site policy. It
+                is a wise idea to require comments when users resolve, reassign, or
+                reopen bugs at the very least. 
+              </P
+><DIV
+CLASS="note"
+><P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;                  It is generally far better to require a developer comment
+                  when resolving bugs than not. Few things are more annoying to bug
+                  database users than having a developer mark a bug "fixed" without
+                  any comment as to what the fix was (or even that it was truly
+                  fixed!)
+                </P
+></TD
+></TR
+></TABLE
+></DIV
+></DD
+><DT
+>noresolveonopenblockers</DT
+><DD
+><P
+>&#13;                This option will prevent users from resolving bugs as FIXED if
+                they have unresolved dependencies. Only the FIXED resolution
+                is affected. Users will be still able to resolve bugs to
+                resolutions other than FIXED if they have unresolved dependent
+                bugs.
+              </P
+></DD
+></DL
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-bugfields"
+>3.1.6. Bug Fields</A
+></H3
+><P
+>&#13;            The parameters in this section determine the default settings of
+            several Bugzilla fields for new bugs, and also control whether
+            certain fields are used. For example, choose whether to use the
+            "target milestone" field or the "status whiteboard" field.
+          </P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>useqacontact</DT
+><DD
+><P
+>&#13;                This allows you to define an email address for each component, 
+                in addition to that of the default assignee, who will be sent
+                carbon copies of incoming bugs.
+              </P
+></DD
+><DT
+>usestatuswhiteboard</DT
+><DD
+><P
+>&#13;                This defines whether you wish to have a free-form, overwritable field
+                associated with each bug. The advantage of the Status Whiteboard is
+                that it can be deleted or modified with ease, and provides an
+                easily-searchable field for indexing some bugs that have some trait
+                in common.         
+              </P
+></DD
+></DL
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-bugmoving"
+>3.1.7. Bug Moving</A
+></H3
+><P
+>&#13;            This page controls whether this Bugzilla installation allows certain
+            users to move bugs to an external database. If bug moving is enabled,
+            there are a number of parameters that control bug moving behaviors. 
+            For example, choose which users are allowed to move bugs, the location
+            of the external database, and the default product and component that
+            bugs moved <EM
+>from</EM
+> other bug databases to this 
+            Bugzilla installation are assigned to. 
+          </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-dependency-graphs"
+>3.1.8. Dependency Graphs</A
+></H3
+><P
+>&#13;            This page has one parameter that sets the location of a Web Dot
+            server, or of the Web Dot binary on the local system, that is used
+            to generate dependency graphs. Web Dot is a CGI program that creates
+            images from <TT
+CLASS="filename"
+>.dot</TT
+> graphic description files. If
+            no Web Dot server or binary is specified, then dependency graphs will
+            be disabled.
+          </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-group-security"
+>3.1.9. Group Security</A
+></H3
+><P
+>&#13;              Bugzilla allows for the creation of different groups, with the
+              ability to restrict the visibility of bugs in a group to a set of 
+              specific users. Specific products can also be associated with
+              groups, and users restricted to only see products in their groups.
+              Several parameters are described in more detail below. Most of the
+              configuration of groups and their relationship to products is done
+              on the "Groups" and "Product" pages of the "Administration" area.
+              The options on this page control global default behavior. 
+              For more information on Groups and Group Security, see
+              <A
+HREF="#groups"
+>Section 3.15</A
+> 
+            </P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>makeproductgroups</DT
+><DD
+><P
+>&#13;                Determines whether or not to automatically create groups
+                when new products are created. If this is on, the groups will be
+                used for querying bugs.
+              </P
+></DD
+><DT
+>useentrygroupdefault</DT
+><DD
+><P
+>&#13;                Bugzilla products can have a group associated with them, so that
+                certain users can only see bugs in certain products. When this 
+                parameter is set to <SPAN
+CLASS="QUOTE"
+>"on"</SPAN
+>, this 
+                causes the initial group controls on newly created products 
+                to place all newly-created bugs in the group 
+                having the same name as the product immediately.
+                After a product is initially created, the group controls
+                can be further adjusted without interference by 
+                this mechanism.
+              </P
+></DD
+><DT
+>usevisibilitygroups</DT
+><DD
+><P
+>&#13;                If selected, user visibility will be restricted to members of
+                groups, as selected in the group configuration settings. 
+                Each user-defined group can be allowed to see members of selected
+                other groups. 
+                For details on configuring groups (including the visibility 
+                restrictions) see <A
+HREF="#edit-groups"
+>Section 3.15.2</A
+>. 
+              </P
+></DD
+><DT
+>querysharegroup</DT
+><DD
+><P
+>&#13;                The name of the group of users who are allowed to share saved
+                searches with one another. For more information on using 
+                saved searches, see <A
+HREF="#savedsearches"
+>Saved Searches</A
+>.
+              </P
+></DD
+></DL
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="bzldap"
+>3.1.10. LDAP Authentication</A
+></H3
+><P
+>LDAP authentication is a module for Bugzilla's plugin 
+          authentication architecture. This page contains all the parameters
+          necessary to configure Bugzilla for use with LDAP authentication.
+          </P
+><P
+>&#13;          The existing authentication
+          scheme for Bugzilla uses email addresses as the primary user ID, and a
+          password to authenticate that user. All places within Bugzilla that
+          require a user ID (e.g assigning a bug) use the email
+          address. The LDAP authentication builds on top of this scheme, rather
+          than replacing it. The initial log-in is done with a username and
+          password for the LDAP directory. Bugzilla tries to bind to LDAP using
+          those credentials and, if successful, tries to map this account to a
+          Bugzilla account. If an LDAP mail attribute is defined, the value of this
+          attribute is used, otherwise the "emailsuffix" parameter is appended to LDAP
+          username to form a full email address. If an account for this address
+          already exists in the Bugzilla installation, it will log in to that account.
+          If no account for that email address exists, one is created at the time
+          of login. (In this case, Bugzilla will attempt to use the "displayName"
+          or "cn" attribute to determine the user's full name.) After
+          authentication, all other user-related tasks are still handled by email
+          address, not LDAP username. For example, bugs are still assigned by
+          email address and users are still queried by email address.
+          </P
 ><DIV
-CLASS="note"
+CLASS="caution"
 ><P
 ></P
 ><TABLE
-CLASS="note"
+CLASS="caution"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -7441,41 +7379,110 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/note.gif"
+SRC="../images/caution.gif"
 HSPACE="5"
-ALT="Note"></TD
+ALT="Caution"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          To use the sudo feature, you must be in the
-          <EM
->bz_sudoers</EM
-> group.  By default, all
-          administrators are in this group.</P
+>Because the Bugzilla account is not created until the first time
+            a user logs in, a user who has not yet logged is unknown to Bugzilla.
+            This means they cannot be used as an assignee or QA contact (default or
+            otherwise), added to any CC list, or any other such operation. One
+            possible workaround is the <TT
+CLASS="filename"
+>bugzilla_ldapsync.rb</TT
+>
+            script in the
+            <A
+HREF="#gloss-contrib"
+><I
+CLASS="glossterm"
+>&#13;            <TT
+CLASS="filename"
+>contrib</TT
+></I
+></A
+> 
+            directory. Another possible solution is fixing
+            <A
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=201069"
+TARGET="_top"
+>bug
+            201069</A
+>.
+            </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->&#13;        If you have access to this feature, you may start a session by
-        going to the Edit Users page, Searching for a user and clicking on 
-        their login.  You should see a link below their login name titled 
-        "Impersonate this user".  Click on the link.  This will take you 
-        to a page where you will see a description of the feature and 
-        instructions for using it.  After reading the text, simply 
-        enter the login of the user you would like to impersonate, provide 
-        a short message explaining why you are doing this, and press the 
-        button.</P
+>Parameters required to use LDAP Authentication:</P
 ><P
->&#13;        As long as you are using this feature, everything you do will be done 
-        as if you were logged in as the user you are impersonating.</P
+></P
 ><DIV
-CLASS="warning"
+CLASS="variablelist"
+><DL
+><DT
+><A
+NAME="param-user_verify_class_for_ldap"
+></A
+>user_verify_class</DT
+><DD
+><P
+>If you want to list <SPAN
+CLASS="QUOTE"
+>"LDAP"</SPAN
+> here,
+                make sure to have set up the other parameters listed below.
+                Unless you have other (working) authentication methods listed as
+                well, you may otherwise not be able to log back in to Bugzilla once
+                you log out.
+                If this happens to you, you will need to manually edit
+                <TT
+CLASS="filename"
+>data/params</TT
+> and set user_verify_class to
+                <SPAN
+CLASS="QUOTE"
+>"DB"</SPAN
+>.
+                </P
+></DD
+><DT
+><A
+NAME="param-LDAPserver"
+></A
+>LDAPserver</DT
+><DD
+><P
+>This parameter should be set to the name (and optionally the
+                port) of your LDAP server. If no port is specified, it assumes
+                the default LDAP port of 389.
+                </P
+><P
+>For example: <SPAN
+CLASS="QUOTE"
+>"ldap.company.com"</SPAN
+>
+                 or <SPAN
+CLASS="QUOTE"
+>"ldap.company.com:3268"</SPAN
+>
+                </P
+><P
+>You can also specify a LDAP URI, so as to use other
+                protocols, such as LDAPS or LDAPI. If port was not specified in
+                the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS'
+                schemes respectively.
+                </P
+><DIV
+CLASS="tip"
 ><P
 ></P
 ><TABLE
-CLASS="warning"
+CLASS="tip"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -7484,360 +7491,598 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/warning.gif"
+SRC="../images/tip.gif"
 HSPACE="5"
-ALT="Warning"></TD
+ALT="Tip"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          The user you are impersonating will not be told about what you are 
-          doing.  If you do anything that results in mail being sent, that 
-          mail will appear to be from the user you are impersonating.  You 
-          should be extremely careful while using this feature.</P
+>&#13;                    In order to use SSL with LDAP, specify a URI with "ldaps://".
+                    This will force the use of SSL over port 636.
+                  </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-></DIV
+><P
+>For example, normal LDAP: 
+                <SPAN
+CLASS="QUOTE"
+>"ldap://ldap.company.com"</SPAN
+>, LDAP over SSL:
+                <SPAN
+CLASS="QUOTE"
+>"ldaps://ldap.company.com"</SPAN
+> or LDAP over a UNIX 
+                domain socket <SPAN
+CLASS="QUOTE"
+>"ldapi://%2fvar%2flib%2fldap_sock"</SPAN
+>.
+                </P
+></DD
+><DT
+><A
+NAME="param-LDAPbinddn"
+></A
+>LDAPbinddn [Optional]</DT
+><DD
+><P
+>Some LDAP servers will not allow an anonymous bind to search
+                 the directory. If this is the case with your configuration you
+                 should set the LDAPbinddn parameter to the user account Bugzilla
+                 should use instead of the anonymous bind.
+                 </P
+><P
+>Ex. <SPAN
+CLASS="QUOTE"
+>"cn=default,cn=user:password"</SPAN
+></P
+></DD
+><DT
+><A
+NAME="param-LDAPBaseDN"
+></A
+>LDAPBaseDN</DT
+><DD
+><P
+>The LDAPBaseDN parameter should be set to the location in
+                 your LDAP tree that you would like to search for email addresses.
+                 Your uids should be unique under the DN specified here.
+                 </P
+><P
+>Ex. <SPAN
+CLASS="QUOTE"
+>"ou=People,o=Company"</SPAN
+></P
+></DD
+><DT
+><A
+NAME="param-LDAPuidattribute"
+></A
+>LDAPuidattribute</DT
+><DD
+><P
+>The LDAPuidattribute parameter should be set to the attribute
+                 which contains the unique UID of your users. The value retrieved
+                 from this attribute will be used when attempting to bind as the
+                 user to confirm their password.
+                 </P
+><P
+>Ex. <SPAN
+CLASS="QUOTE"
+>"uid"</SPAN
+></P
+></DD
+><DT
+><A
+NAME="param-LDAPmailattribute"
+></A
+>LDAPmailattribute</DT
+><DD
+><P
+>The LDAPmailattribute parameter should be the name of the
+                 attribute which contains the email address your users will enter
+                 into the Bugzilla login boxes.
+                 </P
+><P
+>Ex. <SPAN
+CLASS="QUOTE"
+>"mail"</SPAN
+></P
+></DD
+></DL
 ></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="classifications"
->3.3. Classifications</A
-></H2
-><P
->Classifications tend to be used in order to group several related
-    products into one distinct entity.</P
+NAME="bzradius"
+>3.1.11. RADIUS Authentication</A
+></H3
 ><P
->The classifications layer is disabled by default; it can be turned
-    on or off using the useclassification parameter,
-    in the <EM
->Bug Fields</EM
-> section of the edit parameters screen.</P
+>&#13;          RADIUS authentication is a module for Bugzilla's plugin 
+          authentication architecture. This page contains all the parameters
+          necessary for configuring Bugzilla to use RADIUS authentication.
+          </P
+><DIV
+CLASS="note"
 ><P
->Access to the administration of classifications is controlled using
-    the <EM
->editclassifications</EM
-> system group, which defines
-    a privilege for creating, destroying, and editing classifications.</P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
 ><P
->When activated, classifications will introduce an additional
-    step when filling bugs (dedicated to classification selection), and they
-    will also appear in the advanced search form.</P
+>&#13;              Most caveats that apply to LDAP authentication apply to RADIUS
+              authentication as well. See <A
+HREF="#bzldap"
+>Section 3.1.10</A
+> for details.
+            </P
+></TD
+></TR
+></TABLE
 ></DIV
-><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="products"
->3.4. Products</A
-></H2
-><P
->&#13;    <A
-HREF="#gloss-product"
-><I
-CLASS="glossterm"
->&#13;    Products</I
-></A
-> typically represent real-world
-    shipping products. Products can be given 
-    <A
-HREF="#classifications"
->Classifications</A
->. 
-    For example, if a company makes computer games, 
-    they could have a classification of "Games", and a separate
-    product for each game. This company might also have a 
-    <SPAN
-CLASS="QUOTE"
->"Common"</SPAN
-> product for units of technology used 
-    in multiple games, and perhaps a few special products that
-    represent items that are not actually shipping products 
-    (for example, "Website", or "Administration").
-    </P
-><P
->&#13;    Many of Bugzilla's settings are configurable on a per-product
-    basis. The number of <SPAN
-CLASS="QUOTE"
->"votes"</SPAN
-> available to 
-    users is set per-product, as is the number of votes
-    required to move a bug automatically from the UNCONFIRMED 
-    status to the NEW status.
-    </P
 ><P
->&#13;    When creating or editing products the following options are
-    available: 
-    </P
+>Parameters required to use RADIUS Authentication:</P
 ><P
 ></P
 ><DIV
 CLASS="variablelist"
 ><DL
 ><DT
->Product</DT
+><A
+NAME="param-user_verify_class_for_radius"
+></A
+>user_verify_class</DT
 ><DD
 ><P
-> 
-            The name of the product
-          </P
+>If you want to list <SPAN
+CLASS="QUOTE"
+>"RADIUS"</SPAN
+> here,
+                make sure to have set up the other parameters listed below.
+                Unless you have other (working) authentication methods listed as
+                well, you may otherwise not be able to log back in to Bugzilla once
+                you log out.
+                If this happens to you, you will need to manually edit
+                <TT
+CLASS="filename"
+>data/params</TT
+> and set user_verify_class to
+                <SPAN
+CLASS="QUOTE"
+>"DB"</SPAN
+>.
+                </P
 ></DD
 ><DT
->Description</DT
+><A
+NAME="param-RADIUS_server"
+></A
+>RADIUS_server</DT
 ><DD
 ><P
-> 
-            A brief description of the product
-          </P
+>This parameter should be set to the name (and optionally the
+                port) of your RADIUS server.
+                </P
 ></DD
 ><DT
->URL describing milestones for this product</DT
+><A
+NAME="param-RADIUS_secret"
+></A
+>RADIUS_secret</DT
 ><DD
 ><P
-> 
-            If there is reference URL, provide it here
-          </P
+>This parameter should be set to the RADIUS server's secret.
+                </P
 ></DD
 ><DT
->Default milestone</DT
+><A
+NAME="param-RADIUS_email_suffix"
+></A
+>RADIUS_email_suffix</DT
 ><DD
 ><P
-> 
-            Select the default milestone for this product.
-          </P
+>Bugzilla needs an e-mail address for each user account.
+                Therefore, it needs to determine the e-mail address corresponding
+                to a RADIUS user.
+                Bugzilla offers only a simple way to do this: it can concatenate
+                a suffix to the RADIUS user name to convert it into an e-mail
+                address.
+                You can specify this suffix in the RADIUS_email_suffix parameter.
+                </P
+><P
+>If this simple solution does not work for you, you'll
+                probably need to modify
+                <TT
+CLASS="filename"
+>Bugzilla/Auth/Verify/RADIUS.pm</TT
+> to match your
+                requirements.
+                </P
 ></DD
-><DT
->Closed for bug entry</DT
-><DD
+></DL
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-email"
+>3.1.12. Email</A
+></H3
 ><P
-> 
-            Select this box to prevent new bugs from being
-            entered against this product.
+>&#13;            This page contains all of the parameters for configuring how
+            Bugzilla deals with the email notifications it sends. See below
+            for a summary of important options. 
           </P
-></DD
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
 ><DT
->Maximum votes per person</DT
+>mail_delivery_method</DT
 ><DD
 ><P
-> 
-            Maximum votes a user is allowed to give for this 
-            product
-          </P
+>&#13;                This is used to specify how email is sent, or if it is sent at 
+                all.  There are several options included for different MTAs, 
+                along with two additional options that disable email sending.  
+                "Test" does not send mail, but instead saves it in 
+                <TT
+CLASS="filename"
+>data/mailer.testfile</TT
+> for later review.  
+                "None" disables email sending entirely.
+              </P
 ></DD
 ><DT
->Maximum votes a person can put on a single bug</DT
+>mailfrom</DT
 ><DD
 ><P
-> 
-            Maximum votes a user is allowed to give for this 
-            product in a single bug
-          </P
+>&#13;                This is the email address that will appear in the "From" field
+                of all emails sent by this Bugzilla installation. Some email
+                servers require mail to be from a valid email address, therefore
+                it is recommended to choose a valid email address here.
+              </P
 ></DD
 ><DT
->Confirmation threshold</DT
+>sendmailnow</DT
 ><DD
 ><P
-> 
-            Number of votes needed to automatically remove any
-            bug against this product from the UNCONFIRMED state
-          </P
+>&#13;                When Bugzilla is using Sendmail older than 8.12, turning this option
+                off will improve performance by not waiting for Sendmail to actually
+                send mail.  If Sendmail 8.12 or later is being used, there is 
+                nothing to gain by turning this off.  If another MTA is being used, 
+                such as Postfix, then this option *must* be turned on (even if you 
+                are using the fake sendmail executable that Postfix provides).
+              </P
 ></DD
 ><DT
->Version</DT
+>whinedays</DT
 ><DD
 ><P
-> 
-            Specify which version of the product bugs will be
-            entered against.
-          </P
+>&#13;                Set this to the number of days you want to let bugs go
+                in the NEW or REOPENED state before notifying people they have
+                untouched new bugs. If you do not plan to use this feature, simply 
+                do not set up the whining cron job described in the installation
+                instructions, or set this value to "0" (never whine).
+              </P
 ></DD
 ><DT
->Create chart datasets for this product</DT
+>globalwatcher</DT
 ><DD
 ><P
-> 
-            Select to make chart datasets available for this product.
-          </P
+>&#13;                This allows you to define specific users who will
+                receive notification each time a new bug in entered, or when
+                an existing bug changes, according to the normal groupset
+                permissions. It may be useful for sending notifications to a
+                mailing-list, for instance.
+              </P
 ></DD
 ></DL
 ></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-patchviewer"
+>3.1.13. Patch Viewer</A
+></H3
+><P
+>&#13;            This page contains configuration parameters for the CVS server, 
+            Bonsai server and LXR server that Bugzilla will use to enable the
+            features of the Patch Viewer. Bonsai is a tool that enables queries 
+            to a CVS tree. LXR is a tool that can cross reference and index source
+            code.
+          </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="param-querydefaults"
+>3.1.14. Query Defaults</A
+></H3
 ><P
->&#13;    When editing a product there is also a link to edit Group Access Controls,
-    see <A
-HREF="#product-group-controls"
->Section 3.4.4</A
->.
-    </P
+>&#13;            This page controls the default behavior of Bugzilla in regards to 
+            several aspects of querying bugs. Options include what the default
+            query options are, what the "My Bugs" page returns, whether users
+            can freely add bugs to the quip list, and how many duplicate bugs are 
+            needed to add a bug to the "most frequently reported" list.
+          </P
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="create-product"
->3.4.1. Creating New Products</A
+NAME="param-shadowdatabase"
+>3.1.15. Shadow Database</A
 ></H3
 ><P
->&#13;    To create a new product:
-    </P
-><P
-></P
-><OL
-TYPE="1"
-><LI
-><P
-> 
-        Select <SPAN
-CLASS="QUOTE"
->"Administration"</SPAN
-> from the footer and then
-        choose <SPAN
-CLASS="QUOTE"
->"Products"</SPAN
-> from the main administration page.
-        </P
-></LI
-><LI
+>&#13;            This page controls whether a shadow database is used, and all the
+            parameters associated with the shadow database. Versions of Bugzilla
+            prior to 3.2 used the MyISAM table type, which supports
+            only table-level write locking. With MyISAM, any time someone is making a change to 
+            a bug, the entire table is locked until the write operation is complete.
+            Locking for write also blocks reads until the write is complete.
+          </P
 ><P
->&#13;        Select the <SPAN
+>&#13;            The <SPAN
 CLASS="QUOTE"
->"Add"</SPAN
-> link in the bottom right.
-        </P
-></LI
-><LI
+>"shadowdb"</SPAN
+> parameter was designed to get around
+            this limitation. While only a single user is allowed to write to
+            a table at a time, reads can continue unimpeded on a read-only
+            shadow copy of the database.
+          </P
+><DIV
+CLASS="note"
 ><P
->&#13;        Enter the name of the product and a description. The
-        Description field may contain HTML.
-        </P
-></LI
-><LI
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
 ><P
->&#13;        When the product is created, Bugzilla will give a message
-        stating that a component must be created before any bugs can
-        be entered against the new product. Follow the link to create
-        a new component. See <A
-HREF="#components"
->Components</A
-> for more
-        information.
-        </P
-></LI
-></OL
+>&#13;              As of version 3.2, Bugzilla no longer uses the MyISAM table type.
+              Instead, InnoDB is used, which can do transaction-based locking.
+              Therefore, the limitations the Shadow Database feature was designed
+              to workaround no longer exist.
+            </P
+></TD
+></TR
+></TABLE
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="edit-products"
->3.4.2. Editing Products</A
+NAME="admin-usermatching"
+>3.1.16. User Matching</A
 ></H3
 ><P
->&#13;      To edit an existing product, click the "Products" link from the 
-      "Administration" page. If the 'useclassification' parameter is
-      turned on, a table of existing classifications is displayed,
-      including an "Unclassified" category. The table indicates how many products
-      are in each classification. Click on the classification name to see its
-      products. If the 'useclassification' parameter is not in use, the table 
-      lists all products directly. The product table summarizes the information 
-      about the product defined
-      when the product was created. Click on the product name to edit these
-      properties, and to access links to other product attributes such as the
-      product's components, versions, milestones, and group access controls.
-      </P
+>&#13;            The settings on this page control how users are selected and queried
+            when adding a user to a bug. For example, users need to be selected
+            when choosing who the bug is assigned to, adding to the CC list or 
+            selecting a QA contact. With the "usemenuforusers" parameter, it is 
+            possible to configure Bugzilla to 
+            display a list of users in the fields instead of an empty text field.
+            This should only be used in Bugzilla installations with a small number
+            of users. If users are selected via a text box, this page also
+            contains parameters for how user names can be queried and matched
+            when entered.
+          </P
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="useradmin"
+>3.2. User Administration</A
+></H2
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="defaultuser"
+>3.2.1. Creating the Default User</A
+></H3
+><P
+>When you first run checksetup.pl after installing Bugzilla, it
+      will prompt you for the administrative username (email address) and
+      password for this "super user". If for some reason you delete
+      the "super user" account, re-running checksetup.pl will again prompt
+      you for this username and password.</P
+><DIV
+CLASS="tip"
+><P
+></P
+><TABLE
+CLASS="tip"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/tip.gif"
+HSPACE="5"
+ALT="Tip"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>If you wish to add more administrative users, add them to 
+        the "admin" group and, optionally, edit the tweakparams, editusers,
+        creategroups, editcomponents, and editkeywords groups to add the
+        entire admin group to those groups (which is the case by default).
+        </P
+></TD
+></TR
+></TABLE
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="comps-vers-miles-products"
->3.4.3. Adding or Editing Components, Versions and Target Milestones</A
+NAME="manageusers"
+>3.2.2. Managing Other Users</A
 ></H3
+><DIV
+CLASS="section"
+><H4
+CLASS="section"
+><A
+NAME="user-account-search"
+>3.2.2.1. Searching for existing users</A
+></H4
 ><P
->&#13;          To edit existing, or add new, Components, Versions or Target Milestones 
-          to a Product, select the "Edit Components", "Edit Versions" or "Edit
-          Milestones" links from the "Edit Product" page. A table of existing 
-          Components, Versions or Milestones is displayed. Click on a item name 
-          to edit the properties of that item. Below the table is a link to add 
-          a new Component, Version or Milestone. 
+>&#13;          If you have <SPAN
+CLASS="QUOTE"
+>"editusers"</SPAN
+> privileges or if you are allowed
+          to grant privileges for some groups, the <SPAN
+CLASS="QUOTE"
+>"Users"</SPAN
+> link
+          will appear in the Administration page.
         </P
 ><P
->&#13;          For more information on components, see <A
-HREF="#components"
->Components</A
->.
+>&#13;          The first screen is a search form to search for existing user
+          accounts. You can run searches based either on the user ID, real
+          name or login name (i.e. the email address, or just the first part
+          of the email address if the "emailsuffix" parameter is set).
+          The search can be conducted
+          in different ways using the listbox to the right of the text entry
+          box. You can match by case-insensitive substring (the default),
+          regular expression, a <EM
+>reverse</EM
+> regular expression
+          match (which finds every user name which does NOT match the regular
+          expression), or the exact string if you know exactly who you are
+          looking for. The search can be restricted to users who are in a
+          specific group. By default, the restriction is turned off.
         </P
 ><P
->&#13;          For more information on versions, see <A
-HREF="#versions"
->Section 3.6</A
->.
+>&#13;          The search returns a list of
+          users matching your criteria. User properties can be edited by clicking
+          the login name. The Account History of a user can be viewed by clicking
+          the "View" link in the Account History column. The Account History
+          displays changes that have been made to the user account, the time of
+          the change and the user who made the change. For example, the Account
+          History page will display details of when a user was added or removed
+          from a group.
         </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="createnewusers"
+>3.2.2.2. Creating new users</A
+></H4
+><DIV
+CLASS="section"
+><H5
+CLASS="section"
+><A
+NAME="self-registration"
+>3.2.2.2.1. Self-registration</A
+></H5
 ><P
->&#13;          For more information on milestones, see <A
-HREF="#milestones"
->Section 3.7</A
+>&#13;            By default, users can create their own user accounts by clicking the
+            <SPAN
+CLASS="QUOTE"
+>"New Account"</SPAN
+> link at the bottom of each page (assuming
+            they aren't logged in as someone else already). If you want to disable
+            this self-registration, or if you want to restrict who can create his
+            own user account, you have to edit the <SPAN
+CLASS="QUOTE"
+>"createemailregexp"</SPAN
+>
+            parameter in the <SPAN
+CLASS="QUOTE"
+>"Configuration"</SPAN
+> page, see
+            <A
+HREF="#parameters"
+>Section 3.1</A
 >.
-        </P
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H5
 CLASS="section"
 ><A
-NAME="product-group-controls"
->3.4.4. Assigning Group Controls to Products</A
-></H3
+NAME="user-account-creation"
+>3.2.2.2.2. Accounts created by an administrator</A
+></H5
 ><P
-> 
-        On the <SPAN
-CLASS="QUOTE"
->"Edit Product"</SPAN
-> page, there is a link called 
-        <SPAN
+>&#13;            Users with <SPAN
 CLASS="QUOTE"
->"Edit Group Access Controls"</SPAN
->. The settings on this page 
-        control the relationship of the groups to the product being edited.
-        </P
+>"editusers"</SPAN
+> privileges, such as administrators,
+            can create user accounts for other users:
+          </P
 ><P
->&#13;        Group Access Controls are an important aspect of using groups for 
-        isolating products and restricting access to bugs filed against those
-        products. For more information on groups, including how to create, edit
-        add users to, and alter permission of, see <A
-HREF="#groups"
->Section 3.15</A
->.
-        </P
+></P
+><OL
+TYPE="1"
+><LI
 ><P
->&#13;        After selecting the "Edit Group Access Controls" link from the "Edit
-        Product" page, a table containing all user-defined groups for this 
-        Bugzilla installation is displayed. The system groups that are created
-        when Bugzilla is installed are not applicable to Group Access Controls.
-        Below is description of what each of these fields means.
-        </P
+>After logging in, click the "Users" link at the footer of
+              the query page, and then click "Add a new user".</P
+></LI
+><LI
 ><P
->&#13;        Groups may be applicable (e.g bugs in this product can be associated
-        with this group) , default (e.g. bugs in this product are in this group
-        by default), and mandatory (e.g. bugs in this product must be associated
-        with this group) for each product. Groups can also control access 
-        to bugs for a given product, or be used to make bugs for a product 
-        totally read-only unless the group restrictions are met. The best way to
-        understand these relationships is by example. See 
-        <A
-HREF="#group-control-examples"
->Section 3.4.4.1</A
-> for examples of 
-        product and group relationships.
-        </P
+>Fill out the form presented. This page is self-explanatory.
+              When done, click "Submit".</P
 ><DIV
 CLASS="note"
 ><P
@@ -7859,500 +8104,726 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;            Products and Groups are not limited to a one-to-one relationship. 
-            Multiple groups can be associated with the same product, and groups
-            can be associated with more than one product. 
-          </P
+>Adding a user this way will <EM
+>not</EM
+>
+                send an email informing them of their username and password.
+                While useful for creating dummy accounts (watchers which
+                shuttle mail to another system, for instance, or email
+                addresses which are a mailing list), in general it is
+                preferable to log out and use the <SPAN
+CLASS="QUOTE"
+>"New Account"</SPAN
+>
+                button to create users, as it will pre-populate all the
+                required fields and also notify the user of her account name
+                and password.</P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-><P
->&#13;        If any group has <EM
->Entry</EM
-> selected, then the 
-        product will restrict bug entry to only those users 
-        who are members of <EM
->all</EM
-> the groups with 
-        <EM
->Entry</EM
-> selected.
-        </P
-><P
->&#13;        If any group has <EM
->Canedit</EM
-> selected, 
-        then the product will be read-only for any users 
-        who are not members of <EM
->all</EM
-> of the groups with
-        <EM
->Canedit</EM
-> selected. <EM
->Only</EM
-> users who 
-        are members of all the <EM
->Canedit</EM
-> groups 
-        will be able to edit bugs for this product. This is an additional 
-        restriction that enables finer-grained control over products rather 
-        than just all-or-nothing access levels.
-        </P
-><P
->&#13;        The following settings let you 
-        choose privileges on a <EM
->per-product basis</EM
->.
-        This is a convenient way to give privileges to 
-        some users for some products only, without having 
-        to give them global privileges which would affect 
-        all products.
-        </P
-><P
->&#13;        Any group having <EM
->editcomponents</EM
-> 
-        selected  allows users who are in this group to edit all 
-        aspects of this product, including components, milestones 
-        and versions.
-        </P
-><P
->&#13;        Any group having <EM
->canconfirm</EM
-> selected 
-        allows users who are in this group to confirm bugs 
-        in this product.
-        </P
-><P
->&#13;        Any group having <EM
->editbugs</EM
-> selected allows 
-        users who are in this group to edit all fields of 
-        bugs in this product.
-        </P
-><P
->&#13;        The <EM
->MemberControl</EM
-> and 
-        <EM
->OtherControl</EM
-> are used in tandem to determine which 
-        bugs will be placed in this group. The only allowable combinations of
-        these two parameters are listed in a table on the "Edit Group Access Controls"
-        page. Consult this table for details on how these fields can be used.
-        Examples of different uses are described below.
-        </P
+></LI
+></OL
+></DIV
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="group-control-examples"
->3.4.4.1. Common Applications of Group Controls</A
+NAME="modifyusers"
+>3.2.2.3. Modifying Users</A
 ></H4
 ><P
->&#13;        The use of groups is best explained by providing examples that illustrate
-        configurations for common use cases. The examples follow a common syntax:
-        <EM
->Group: Entry, MemberControl, OtherControl, CanEdit,
-        EditComponents, CanConfirm, EditBugs</EM
->. Where "Group" is the name
-        of the group being edited for this product. The other fields all
-        correspond to the table on the "Edit Group Access Controls" page. If any
-        of these options are not listed, it means they are not checked.      
-      </P
+>Once you have found your user, you can change the following
+        fields:</P
 ><P
->&#13;            Basic Product/Group Restriction
-          </P
+></P
+><UL
+><LI
+><P
+>&#13;            <EM
+>Login Name</EM
+>: 
+            This is generally the user's full email address. However, if you
+            have are using the <SPAN
+CLASS="QUOTE"
+>"emailsuffix"</SPAN
+> parameter, this may
+            just be the user's login name. Note that users can now change their
+            login names themselves (to any valid email address).
+            </P
+></LI
+><LI
+><P
+>&#13;            <EM
+>Real Name</EM
+>: The user's real name. Note that
+            Bugzilla does not require this to create an account.</P
+></LI
+><LI
+><P
+>&#13;            <EM
+>Password</EM
+>: 
+            You can change the user's password here. Users can automatically
+            request a new password, so you shouldn't need to do this often.
+            If you want to disable an account, see Disable Text below.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Bugmail Disabled</EM
+>:
+              Mark this checkbox to disable bugmail and whinemail completely
+              for this account. This checkbox replaces the data/nomail file
+              which existed in older versions of Bugzilla.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Disable Text</EM
+>: 
+              If you type anything in this box, including just a space, the
+              user is prevented from logging in, or making any changes to 
+              bugs via the web interface. 
+              The HTML you type in this box is presented to the user when
+              they attempt to perform these actions, and should explain
+              why the account was disabled.
+            </P
+><P
+>&#13;              Users with disabled accounts will continue to receive
+              mail from Bugzilla; furthermore, they will not be able
+              to log in themselves to change their own preferences and
+              stop it. If you want an account (disabled or active) to
+              stop receiving mail, simply check the
+              <SPAN
+CLASS="QUOTE"
+>"Bugmail Disabled"</SPAN
+> checkbox above.
+            </P
+><DIV
+CLASS="note"
 ><P
->&#13;          Suppose there is a product called "Bar". The 
-          "Bar" product can only have bugs entered against it by users in the
-          group "Foo". Additionally, bugs filed against product "Bar" must stay
-          restricted to users to "Foo" at all times. Furthermore, only members
-          of group "Foo" can edit bugs filed against product "Bar", even if other
-          users could see the bug. This arrangement would achieved by the
-          following:
-        </P
+></P
 ><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
+CLASS="note"
 WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;Product Bar: 
-foo: ENTRY, MANDATORY/MANDATORY, CANEDIT
-        </PRE
-></FONT
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;                Even users whose accounts have been disabled can still
+                submit bugs via the e-mail gateway, if one exists.
+                The e-mail gateway should <EM
+>not</EM
+> be
+                enabled for secure installations of Bugzilla.
+              </P
 ></TD
 ></TR
 ></TABLE
+></DIV
+><DIV
+CLASS="warning"
 ><P
->&#13;          Perhaps such strict restrictions are not needed for product "Bar". A 
-          more lenient way to configure product "Bar" and group "Foo" would be:
-        </P
+></P
 ><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
+CLASS="warning"
 WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;Product Bar: 
-foo: ENTRY, SHOWN/SHOWN, EDITCOMPONENTS, CANCONFIRM, EDITBUGS
-        </PRE
-></FONT
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/warning.gif"
+HSPACE="5"
+ALT="Warning"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;                Don't disable all the administrator accounts!
+              </P
 ></TD
 ></TR
 ></TABLE
+></DIV
+></LI
+><LI
 ><P
->&#13;          The above indicates that for product "Bar", members of group "Foo" can
-          enter bugs. Any one with permission to edit a bug against product "Bar"
-          can put the bug
-          in group "Foo", even if they themselves are not in "Foo". Anyone in group
-          "Foo" can edit all aspects of the components of product "Bar", can confirm
-          bugs against product "Bar", and can edit all fields of any bug against
-          product "Bar".
-        </P
+>&#13;            <EM
+>&#60;groupname&#62;</EM
+>: 
+            If you have created some groups, e.g. "securitysensitive", then
+            checkboxes will appear here to allow you to add users to, or
+            remove them from, these groups.
+            </P
+></LI
+><LI
 ><P
->&#13;            General User Access With Security Group
-          </P
+>&#13;            <EM
+>canconfirm</EM
+>: 
+            This field is only used if you have enabled the "unconfirmed"
+            status. If you enable this for a user,
+            that user can then move bugs from "Unconfirmed" to a "Confirmed"
+            status (e.g.: "New" status).</P
+></LI
+><LI
 ><P
->&#13;               To permit any user to file bugs against "Product A",
-               and to permit any user to submit those bugs into a
-               group called "Security":  
+>&#13;            <EM
+>creategroups</EM
+>: 
+            This option will allow a user to create and destroy groups in
+            Bugzilla.</P
+></LI
+><LI
+><P
+>&#13;            <EM
+>editbugs</EM
+>: 
+            Unless a user has this bit set, they can only edit those bugs
+            for which they are the assignee or the reporter. Even if this
+            option is unchecked, users can still add comments to bugs.
+            </P
+></LI
+><LI
+><P
+>&#13;            <EM
+>editcomponents</EM
+>: 
+            This flag allows a user to create new products and components,
+            as well as modify and destroy those that have no bugs associated
+            with them. If a product or component has bugs associated with it,
+            those bugs must be moved to a different product or component
+            before Bugzilla will allow them to be destroyed.
             </P
+></LI
+><LI
+><P
+>&#13;            <EM
+>editkeywords</EM
+>: 
+            If you use Bugzilla's keyword functionality, enabling this
+            feature allows a user to create and destroy keywords. As always,
+            the keywords for existing bugs containing the keyword the user
+            wishes to destroy must be changed before Bugzilla will allow it
+            to die.</P
+></LI
+><LI
+><P
+>&#13;            <EM
+>editusers</EM
+>: 
+            This flag allows a user to do what you're doing right now: edit
+            other users. This will allow those with the right to do so to
+            remove administrator privileges from other users or grant them to
+            themselves. Enable with care.</P
+></LI
+><LI
+><P
+>&#13;            <EM
+>tweakparams</EM
+>: 
+            This flag allows a user to change Bugzilla's Params 
+            (using <TT
+CLASS="filename"
+>editparams.cgi</TT
+>.)</P
+></LI
+><LI
+><P
+> 
+            <EM
+>&#60;productname&#62;</EM
+>:
+            This allows an administrator to specify the products 
+            in which a user can see bugs. If you turn on the 
+            <SPAN
+CLASS="QUOTE"
+>"makeproductgroups"</SPAN
+> parameter in
+            the Group Security Panel in the Parameters page, 
+            then Bugzilla creates one group per product (at the time you create 
+            the product), and this group has exactly the same name as the 
+            product itself. Note that for products that already exist when
+            the parameter is turned on, the corresponding group will not be
+            created. The user must still have the <SPAN
+CLASS="QUOTE"
+>"editbugs"</SPAN
+> 
+            privilege to edit bugs in these products.</P
+></LI
+></UL
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="user-account-deletion"
+>3.2.2.4. Deleting Users</A
+></H4
+><P
+>&#13;          If the <SPAN
+CLASS="QUOTE"
+>"allowuserdeletion"</SPAN
+> parameter is turned on, see
+          <A
+HREF="#parameters"
+>Section 3.1</A
+>, then you can also delete user accounts.
+          Note that this is most of the time not the best thing to do. If only
+          a warning in a yellow box is displayed, then the deletion is safe.
+          If a warning is also displayed in a red box, then you should NOT try
+          to delete the user account, else you will get referential integrity
+          problems in your database, which can lead to unexpected behavior,
+          such as bugs not appearing in bug lists anymore, or data displaying
+          incorrectly. You have been warned!
+        </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="impersonatingusers"
+>3.2.2.5. Impersonating Users</A
+></H4
+><P
+>&#13;        There may be times when an administrator would like to do something as
+        another user.  The <B
+CLASS="command"
+>sudo</B
+> feature may be used to do 
+        this.
+        </P
+><DIV
+CLASS="note"
+><P
+></P
 ><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
+CLASS="note"
 WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
-> 
-Product A:
-security: SHOWN/SHOWN
-      </PRE
-></FONT
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          To use the sudo feature, you must be in the
+          <EM
+>bz_sudoers</EM
+> group.  By default, all
+          administrators are in this group.</P
 ></TD
 ></TR
 ></TABLE
+></DIV
 ><P
->&#13;            General User Access With A Security Product
-          </P
+>&#13;        If you have access to this feature, you may start a session by
+        going to the Edit Users page, Searching for a user and clicking on 
+        their login.  You should see a link below their login name titled 
+        "Impersonate this user".  Click on the link.  This will take you 
+        to a page where you will see a description of the feature and 
+        instructions for using it.  After reading the text, simply 
+        enter the login of the user you would like to impersonate, provide 
+        a short message explaining why you are doing this, and press the 
+        button.</P
 ><P
->&#13;            To permit any user to file bugs against product called "Security"
-            while keeping those bugs from becoming visible to anyone
-            outside the group "SecurityWorkers" (unless a member of the
-            "SecurityWorkers" group removes that restriction):
-          </P
+>&#13;        As long as you are using this feature, everything you do will be done 
+        as if you were logged in as the user you are impersonating.</P
+><DIV
+CLASS="warning"
+><P
+></P
 ><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
+CLASS="warning"
 WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
-> 
-Product Security:
-securityworkers: DEFAULT/MANDATORY
-          </PRE
-></FONT
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/warning.gif"
+HSPACE="5"
+ALT="Warning"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          The user you are impersonating will not be told about what you are 
+          doing.  If you do anything that results in mail being sent, that 
+          mail will appear to be from the user you are impersonating.  You 
+          should be extremely careful while using this feature.</P
 ></TD
 ></TR
 ></TABLE
+></DIV
+></DIV
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="classifications"
+>3.3. Classifications</A
+></H2
 ><P
->&#13;            Product Isolation With a Common Group
-          </P
+>Classifications tend to be used in order to group several related
+    products into one distinct entity.</P
 ><P
->&#13;            To permit users of "Product A" to access the bugs for
-            "Product A", users of "Product B" to access the bugs for 
-            "Product B", and support staff, who are members of the "Support 
-            Group" to access both, three groups are needed:
-          </P
+>The classifications layer is disabled by default; it can be turned
+    on or off using the useclassification parameter,
+    in the <EM
+>Bug Fields</EM
+> section of the edit parameters screen.</P
+><P
+>Access to the administration of classifications is controlled using
+    the <EM
+>editclassifications</EM
+> system group, which defines
+    a privilege for creating, destroying, and editing classifications.</P
+><P
+>When activated, classifications will introduce an additional
+    step when filling bugs (dedicated to classification selection), and they
+    will also appear in the advanced search form.</P
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="products"
+>3.4. Products</A
+></H2
+><P
+>&#13;    <A
+HREF="#gloss-product"
+><I
+CLASS="glossterm"
+>&#13;    Products</I
+></A
+> typically represent real-world
+    shipping products. Products can be given 
+    <A
+HREF="#classifications"
+>Classifications</A
+>. 
+    For example, if a company makes computer games, 
+    they could have a classification of "Games", and a separate
+    product for each game. This company might also have a 
+    <SPAN
+CLASS="QUOTE"
+>"Common"</SPAN
+> product for units of technology used 
+    in multiple games, and perhaps a few special products that
+    represent items that are not actually shipping products 
+    (for example, "Website", or "Administration").
+    </P
+><P
+>&#13;    Many of Bugzilla's settings are configurable on a per-product
+    basis. The number of <SPAN
+CLASS="QUOTE"
+>"votes"</SPAN
+> available to 
+    users is set per-product, as is the number of votes
+    required to move a bug automatically from the UNCONFIRMED 
+    status to the NEW status.
+    </P
+><P
+>&#13;    When creating or editing products the following options are
+    available: 
+    </P
 ><P
 ></P
-><OL
-TYPE="1"
-><LI
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>Product</DT
+><DD
 ><P
->Support Group: Contains members of the support staff.</P
-></LI
-><LI
+> 
+            The name of the product
+          </P
+></DD
+><DT
+>Description</DT
+><DD
 ><P
->AccessA Group: Contains users of product A and the Support group.</P
-></LI
-><LI
+> 
+            A brief description of the product
+          </P
+></DD
+><DT
+>URL describing milestones for this product</DT
+><DD
 ><P
->AccessB Group: Contains users of product B and the Support group.</P
-></LI
-></OL
+> 
+            If there is reference URL, provide it here
+          </P
+></DD
+><DT
+>Default milestone</DT
+><DD
 ><P
->&#13;            Once these three groups are defined, the product group controls
-            can be set to:
+> 
+            Select the default milestone for this product.
           </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;Product A:
-AccessA: ENTRY, MANDATORY/MANDATORY
-Product B:
-AccessB: ENTRY, MANDATORY/MANDATORY
-        </PRE
-></FONT
-></TD
-></TR
-></TABLE
+></DD
+><DT
+>Closed for bug entry</DT
+><DD
 ><P
->&#13;         Perhaps the "Support Group" wants more control. For example, 
-         the "Support Group"  could be permitted to make bugs inaccessible to 
-         users of both groups "AccessA" and "AccessB". 
-         Then, the "Support Group" could be permitted to publish
-         bugs relevant to all users in a third product (let's call it 
-         "Product Common") that is read-only
-         to anyone outside the "Support Group". In this way the "Support Group" 
-         could control bugs that should be seen by both groups. 
-         That configuration would be:
-        </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;Product A:
-AccessA: ENTRY, MANDATORY/MANDATORY
-Support: SHOWN/NA
-Product B:
-AccessB: ENTRY, MANDATORY/MANDATORY
-Support: SHOWN/NA
-Product Common:
-Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
-      </PRE
-></FONT
-></TD
-></TR
-></TABLE
+> 
+            Select this box to prevent new bugs from being
+            entered against this product.
+          </P
+></DD
+><DT
+>Maximum votes per person</DT
+><DD
+><P
+> 
+            Maximum votes a user is allowed to give for this 
+            product
+          </P
+></DD
+><DT
+>Maximum votes a person can put on a single bug</DT
+><DD
 ><P
->&#13;            Make a Product Read Only
+> 
+            Maximum votes a user is allowed to give for this 
+            product in a single bug
           </P
+></DD
+><DT
+>Confirmation threshold</DT
+><DD
 ><P
->&#13;            Sometimes a product is retired and should no longer have
-            new bugs filed against it (for example, an older version of a software
-            product that is no longer supported). A product can be made read-only
-            by creating a group called "readonly" and adding products to the
-            group as needed:
+> 
+            Number of votes needed to automatically remove any
+            bug against this product from the UNCONFIRMED state
           </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;Product A:
-ReadOnly: ENTRY, NA/NA, CANEDIT
-         </PRE
-></FONT
-></TD
-></TR
-></TABLE
-><DIV
-CLASS="note"
+></DD
+><DT
+>Version</DT
+><DD
 ><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/note.gif"
-HSPACE="5"
-ALT="Note"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
+> 
+            Specify which version of the product bugs will be
+            entered against.
+          </P
+></DD
+><DT
+>Create chart datasets for this product</DT
+><DD
 ><P
->&#13;            For more information on Groups outside of how they relate to products
-            see <A
-HREF="#groups"
->Section 3.15</A
->.
+> 
+            Select to make chart datasets available for this product.
           </P
-></TD
-></TR
-></TABLE
-></DIV
-></DIV
-></DIV
+></DD
+></DL
 ></DIV
+><P
+>&#13;    When editing a product there is also a link to edit Group Access Controls,
+    see <A
+HREF="#product-group-controls"
+>Section 3.4.4</A
+>.
+    </P
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="components"
->3.5. Components</A
-></H2
-><P
->Components are subsections of a Product. E.g. the computer game 
-    you are designing may have a "UI"
-    component, an "API" component, a "Sound System" component, and a
-    "Plugins" component, each overseen by a different programmer. It
-    often makes sense to divide Components in Bugzilla according to the
-    natural divisions of responsibility within your Product or
-    company.</P
-><P
->&#13;    Each component has a default assignee and (if you turned it on in the parameters),
-    a QA Contact. The default assignee should be the primary person who fixes bugs in
-    that component. The QA Contact should be the person who will ensure
-    these bugs are completely fixed. The Assignee, QA Contact, and Reporter
-    will get email when new bugs are created in this Component and when
-    these bugs change. Default Assignee and Default QA Contact fields only
-    dictate the 
-    <EM
->default assignments</EM
->; 
-    these can be changed on bug submission, or at any later point in
-    a bug's life.</P
+NAME="create-product"
+>3.4.1. Creating New Products</A
+></H3
 ><P
->To create a new Component:</P
+>&#13;    To create a new product:
+    </P
 ><P
 ></P
 ><OL
 TYPE="1"
 ><LI
 ><P
->Select the <SPAN
+> 
+        Select <SPAN
 CLASS="QUOTE"
->"Edit components"</SPAN
-> link 
-        from the <SPAN
+>"Administration"</SPAN
+> from the footer and then
+        choose <SPAN
 CLASS="QUOTE"
->"Edit product"</SPAN
-> page</P
+>"Products"</SPAN
+> from the main administration page.
+        </P
 ></LI
 ><LI
 ><P
->Select the <SPAN
+>&#13;        Select the <SPAN
 CLASS="QUOTE"
 >"Add"</SPAN
-> link in the bottom right.</P
+> link in the bottom right.
+        </P
 ></LI
 ><LI
 ><P
->Fill out the <SPAN
-CLASS="QUOTE"
->"Component"</SPAN
-> field, a 
-        short <SPAN
-CLASS="QUOTE"
->"Description"</SPAN
->, the 
-        <SPAN
-CLASS="QUOTE"
->"Default Assignee"</SPAN
->, <SPAN
-CLASS="QUOTE"
->"Default CC List"</SPAN
-> 
-        and <SPAN
-CLASS="QUOTE"
->"Default QA Contact"</SPAN
-> (if enabled). 
-        The <SPAN
-CLASS="QUOTE"
->"Component Description"</SPAN
-> field may contain a 
-        limited subset of HTML tags. The <SPAN
-CLASS="QUOTE"
->"Default Assignee"</SPAN
-> 
-        field must be a login name already existing in the Bugzilla database. 
+>&#13;        Enter the name of the product and a description. The
+        Description field may contain HTML.
+        </P
+></LI
+><LI
+><P
+>&#13;        When the product is created, Bugzilla will give a message
+        stating that a component must be created before any bugs can
+        be entered against the new product. Follow the link to create
+        a new component. See <A
+HREF="#components"
+>Components</A
+> for more
+        information.
         </P
 ></LI
 ></OL
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="versions"
->3.6. Versions</A
-></H2
-><P
->Versions are the revisions of the product, such as "Flinders
-    3.1", "Flinders 95", and "Flinders 2000". Version is not a multi-select
-    field; the usual practice is to select the earliest version known to have
-    the bug.
-    </P
+NAME="edit-products"
+>3.4.2. Editing Products</A
+></H3
 ><P
->To create and edit Versions:</P
+>&#13;      To edit an existing product, click the "Products" link from the 
+      "Administration" page. If the 'useclassification' parameter is
+      turned on, a table of existing classifications is displayed,
+      including an "Unclassified" category. The table indicates how many products
+      are in each classification. Click on the classification name to see its
+      products. If the 'useclassification' parameter is not in use, the table 
+      lists all products directly. The product table summarizes the information 
+      about the product defined
+      when the product was created. Click on the product name to edit these
+      properties, and to access links to other product attributes such as the
+      product's components, versions, milestones, and group access controls.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="comps-vers-miles-products"
+>3.4.3. Adding or Editing Components, Versions and Target Milestones</A
+></H3
 ><P
-></P
-><OL
-TYPE="1"
-><LI
+>&#13;          To edit existing, or add new, Components, Versions or Target Milestones 
+          to a Product, select the "Edit Components", "Edit Versions" or "Edit
+          Milestones" links from the "Edit Product" page. A table of existing 
+          Components, Versions or Milestones is displayed. Click on a item name 
+          to edit the properties of that item. Below the table is a link to add 
+          a new Component, Version or Milestone. 
+        </P
 ><P
->From the "Edit product" screen, select "Edit Versions"</P
-></LI
-><LI
+>&#13;          For more information on components, see <A
+HREF="#components"
+>Components</A
+>.
+        </P
 ><P
->You will notice that the product already has the default
-        version "undefined". Click the "Add" link in the bottom right.</P
-></LI
-><LI
+>&#13;          For more information on versions, see <A
+HREF="#versions"
+>Section 3.6</A
+>.
+        </P
 ><P
->Enter the name of the Version. This field takes text only. 
-        Then click the "Add" button.</P
-></LI
-></OL
+>&#13;          For more information on milestones, see <A
+HREF="#milestones"
+>Section 3.7</A
+>.
+        </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="milestones"
->3.7. Milestones</A
-></H2
+NAME="product-group-controls"
+>3.4.4. Assigning Group Controls to Products</A
+></H3
 ><P
->Milestones are "targets" that you plan to get a bug fixed by. For
-    example, you have a bug that you plan to fix for your 3.0 release, it
-    would be assigned the milestone of 3.0.</P
+> 
+        On the <SPAN
+CLASS="QUOTE"
+>"Edit Product"</SPAN
+> page, there is a link called 
+        <SPAN
+CLASS="QUOTE"
+>"Edit Group Access Controls"</SPAN
+>. The settings on this page 
+        control the relationship of the groups to the product being edited.
+        </P
+><P
+>&#13;        Group Access Controls are an important aspect of using groups for 
+        isolating products and restricting access to bugs filed against those
+        products. For more information on groups, including how to create, edit
+        add users to, and alter permission of, see <A
+HREF="#groups"
+>Section 3.15</A
+>.
+        </P
+><P
+>&#13;        After selecting the "Edit Group Access Controls" link from the "Edit
+        Product" page, a table containing all user-defined groups for this 
+        Bugzilla installation is displayed. The system groups that are created
+        when Bugzilla is installed are not applicable to Group Access Controls.
+        Below is description of what each of these fields means.
+        </P
+><P
+>&#13;        Groups may be applicable (e.g bugs in this product can be associated
+        with this group) , default (e.g. bugs in this product are in this group
+        by default), and mandatory (e.g. bugs in this product must be associated
+        with this group) for each product. Groups can also control access 
+        to bugs for a given product, or be used to make bugs for a product 
+        totally read-only unless the group restrictions are met. The best way to
+        understand these relationships is by example. See 
+        <A
+HREF="#group-control-examples"
+>Section 3.4.4.1</A
+> for examples of 
+        product and group relationships.
+        </P
 ><DIV
 CLASS="note"
 ><P
@@ -8374,1367 +8845,1437 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->Milestone options will only appear for a Product if you turned
-      on the "usetargetmilestone" Param in the "Edit Parameters" screen.
-      </P
+>&#13;            Products and Groups are not limited to a one-to-one relationship. 
+            Multiple groups can be associated with the same product, and groups
+            can be associated with more than one product. 
+          </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->To create new Milestones, set Default Milestones, and set
-    Milestone URL:</P
+>&#13;        If any group has <EM
+>Entry</EM
+> selected, then the 
+        product will restrict bug entry to only those users 
+        who are members of <EM
+>all</EM
+> the groups with 
+        <EM
+>Entry</EM
+> selected.
+        </P
 ><P
-></P
-><OL
-TYPE="1"
-><LI
+>&#13;        If any group has <EM
+>Canedit</EM
+> selected, 
+        then the product will be read-only for any users 
+        who are not members of <EM
+>all</EM
+> of the groups with
+        <EM
+>Canedit</EM
+> selected. <EM
+>Only</EM
+> users who 
+        are members of all the <EM
+>Canedit</EM
+> groups 
+        will be able to edit bugs for this product. This is an additional 
+        restriction that enables finer-grained control over products rather 
+        than just all-or-nothing access levels.
+        </P
 ><P
->Select "Edit milestones" from the "Edit product" page.</P
-></LI
-><LI
+>&#13;        The following settings let you 
+        choose privileges on a <EM
+>per-product basis</EM
+>.
+        This is a convenient way to give privileges to 
+        some users for some products only, without having 
+        to give them global privileges which would affect 
+        all products.
+        </P
 ><P
->Select "Add" in the bottom right corner.
-        text</P
-></LI
-><LI
+>&#13;        Any group having <EM
+>editcomponents</EM
+> 
+        selected  allows users who are in this group to edit all 
+        aspects of this product, including components, milestones 
+        and versions.
+        </P
 ><P
->Enter the name of the Milestone in the "Milestone" field. You
-        can optionally set the "sortkey", which is a positive or negative
-        number (-32768 to 32767) that defines where in the list this particular
-        milestone appears. This is because milestones often do not 
-        occur in alphanumeric order For example, "Future" might be
-        after "Release 1.2". Select "Add".</P
-></LI
-><LI
+>&#13;        Any group having <EM
+>canconfirm</EM
+> selected 
+        allows users who are in this group to confirm bugs 
+        in this product.
+        </P
 ><P
->From the Edit product screen, you can enter the URL of a 
-        page which gives information about your milestones and what
-        they mean. </P
-></LI
-></OL
-></DIV
+>&#13;        Any group having <EM
+>editbugs</EM
+> selected allows 
+        users who are in this group to edit all fields of 
+        bugs in this product.
+        </P
+><P
+>&#13;        The <EM
+>MemberControl</EM
+> and 
+        <EM
+>OtherControl</EM
+> are used in tandem to determine which 
+        bugs will be placed in this group. The only allowable combinations of
+        these two parameters are listed in a table on the "Edit Group Access Controls"
+        page. Consult this table for details on how these fields can be used.
+        Examples of different uses are described below.
+        </P
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H4
 CLASS="section"
 ><A
-NAME="flags-overview"
->3.8. Flags</A
-></H2
+NAME="group-control-examples"
+>3.4.4.1. Common Applications of Group Controls</A
+></H4
+><P
+>&#13;        The use of groups is best explained by providing examples that illustrate
+        configurations for common use cases. The examples follow a common syntax:
+        <EM
+>Group: Entry, MemberControl, OtherControl, CanEdit,
+        EditComponents, CanConfirm, EditBugs</EM
+>. Where "Group" is the name
+        of the group being edited for this product. The other fields all
+        correspond to the table on the "Edit Group Access Controls" page. If any
+        of these options are not listed, it means they are not checked.      
+      </P
+><P
+>&#13;            Basic Product/Group Restriction
+          </P
+><P
+>&#13;          Suppose there is a product called "Bar". The 
+          "Bar" product can only have bugs entered against it by users in the
+          group "Foo". Additionally, bugs filed against product "Bar" must stay
+          restricted to users to "Foo" at all times. Furthermore, only members
+          of group "Foo" can edit bugs filed against product "Bar", even if other
+          users could see the bug. This arrangement would achieved by the
+          following:
+        </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;Product Bar: 
+foo: ENTRY, MANDATORY/MANDATORY, CANEDIT
+        </PRE
+></FONT
+></TD
+></TR
+></TABLE
+><P
+>&#13;          Perhaps such strict restrictions are not needed for product "Bar". A 
+          more lenient way to configure product "Bar" and group "Foo" would be:
+        </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;Product Bar: 
+foo: ENTRY, SHOWN/SHOWN, EDITCOMPONENTS, CANCONFIRM, EDITBUGS
+        </PRE
+></FONT
+></TD
+></TR
+></TABLE
+><P
+>&#13;          The above indicates that for product "Bar", members of group "Foo" can
+          enter bugs. Any one with permission to edit a bug against product "Bar"
+          can put the bug
+          in group "Foo", even if they themselves are not in "Foo". Anyone in group
+          "Foo" can edit all aspects of the components of product "Bar", can confirm
+          bugs against product "Bar", and can edit all fields of any bug against
+          product "Bar".
+        </P
+><P
+>&#13;            General User Access With Security Group
+          </P
+><P
+>&#13;               To permit any user to file bugs against "Product A",
+               and to permit any user to submit those bugs into a
+               group called "Security":  
+            </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+> 
+Product A:
+security: SHOWN/SHOWN
+      </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><P
->&#13;     Flags are a way to attach a specific status to a bug or attachment, 
-     either <SPAN
-CLASS="QUOTE"
->"+"</SPAN
-> or <SPAN
-CLASS="QUOTE"
->"-"</SPAN
->. The meaning of these symbols depends on the text
-     the flag itself, but contextually they could mean pass/fail, 
-     accept/reject, approved/denied, or even a simple yes/no. If your site
-     allows requestable flags, then users may set a flag to <SPAN
-CLASS="QUOTE"
->"?"</SPAN
-> as a 
-     request to another user that they look at the bug/attachment, and set
-     the flag to its correct status.
-   </P
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="flags-simpleexample"
->3.8.1. A Simple Example</A
-></H3
+>&#13;            General User Access With A Security Product
+          </P
 ><P
->&#13;       A developer might want to ask their manager, 
-       <SPAN
-CLASS="QUOTE"
->"Should we fix this bug before we release version 2.0?"</SPAN
+>&#13;            To permit any user to file bugs against product called "Security"
+            while keeping those bugs from becoming visible to anyone
+            outside the group "SecurityWorkers" (unless a member of the
+            "SecurityWorkers" group removes that restriction):
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
 > 
-       They might want to do this for a <EM
->lot</EM
-> of bugs,
-       so it would be nice to streamline the process...
-     </P
+Product Security:
+securityworkers: DEFAULT/MANDATORY
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
+><P
+>&#13;            Product Isolation With a Common Group
+          </P
+><P
+>&#13;            To permit users of "Product A" to access the bugs for
+            "Product A", users of "Product B" to access the bugs for 
+            "Product B", and support staff, who are members of the "Support 
+            Group" to access both, three groups are needed:
+          </P
 ><P
->&#13;       In Bugzilla, it would work this way:
-       <P
 ></P
 ><OL
 TYPE="1"
 ><LI
 ><P
->&#13;             The Bugzilla administrator creates a flag type called 
-             <SPAN
-CLASS="QUOTE"
->"blocking2.0"</SPAN
-> that shows up on all bugs in 
-             your product.
-           </P
-><P
->&#13;             It shows up on the <SPAN
-CLASS="QUOTE"
->"Show Bug"</SPAN
-> screen
-             as the text <SPAN
-CLASS="QUOTE"
->"blocking2.0"</SPAN
-> with a drop-down box next
-             to it. The drop-down box contains four values: an empty space,
-             <SPAN
-CLASS="QUOTE"
->"?"</SPAN
->, <SPAN
-CLASS="QUOTE"
->"-"</SPAN
->, and <SPAN
-CLASS="QUOTE"
->"+"</SPAN
->.
-           </P
-></LI
-><LI
-><P
->The developer sets the flag to <SPAN
-CLASS="QUOTE"
->"?"</SPAN
->.</P
-></LI
-><LI
-><P
->&#13;             The manager sees the <SAMP
-CLASS="computeroutput"
->blocking2.0</SAMP
->
-             flag with a <SPAN
-CLASS="QUOTE"
->"?"</SPAN
-> value.
-           </P
+>Support Group: Contains members of the support staff.</P
 ></LI
 ><LI
 ><P
->&#13;             If the manager thinks the feature should go into the product
-             before version 2.0 can be released, he sets the flag to 
-             <SPAN
-CLASS="QUOTE"
->"+"</SPAN
->. Otherwise, he sets it to <SPAN
-CLASS="QUOTE"
->"-"</SPAN
->.
-           </P
+>AccessA Group: Contains users of product A and the Support group.</P
 ></LI
 ><LI
 ><P
->&#13;             Now, every Bugzilla user who looks at the bug knows whether or 
-             not the bug needs to be fixed before release of version 2.0.
-           </P
+>AccessB Group: Contains users of product B and the Support group.</P
 ></LI
 ></OL
->
-     </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="flags-about"
->3.8.2. About Flags</A
-></H3
-><DIV
-CLASS="section"
-><H4
-CLASS="section"
-><A
-NAME="flag-values"
->3.8.2.1. Values</A
-></H4
-><P
->&#13;         Flags can have three values:
-         <P
-></P
-><DIV
-CLASS="variablelist"
-><DL
-><DT
-><SAMP
-CLASS="computeroutput"
->?</SAMP
-></DT
-><DD
 ><P
->&#13;               A user is requesting that a status be set. (Think of it as 'A question is being asked'.)
-             </P
-></DD
-><DT
-><SAMP
-CLASS="computeroutput"
->-</SAMP
-></DT
-><DD
+>&#13;            Once these three groups are defined, the product group controls
+            can be set to:
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;Product A:
+AccessA: ENTRY, MANDATORY/MANDATORY
+Product B:
+AccessB: ENTRY, MANDATORY/MANDATORY
+        </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><P
->&#13;               The status has been set negatively. (The question has been answered <SPAN
-CLASS="QUOTE"
->"no"</SPAN
->.)
-             </P
-></DD
-><DT
-><SAMP
-CLASS="computeroutput"
->+</SAMP
-></DT
-><DD
+>&#13;         Perhaps the "Support Group" wants more control. For example, 
+         the "Support Group"  could be permitted to make bugs inaccessible to 
+         users of both groups "AccessA" and "AccessB". 
+         Then, the "Support Group" could be permitted to publish
+         bugs relevant to all users in a third product (let's call it 
+         "Product Common") that is read-only
+         to anyone outside the "Support Group". In this way the "Support Group" 
+         could control bugs that should be seen by both groups. 
+         That configuration would be:
+        </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;Product A:
+AccessA: ENTRY, MANDATORY/MANDATORY
+Support: SHOWN/NA
+Product B:
+AccessB: ENTRY, MANDATORY/MANDATORY
+Support: SHOWN/NA
+Product Common:
+Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
+      </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><P
->&#13;               The status has been set positively.
-               (The question has been answered <SPAN
-CLASS="QUOTE"
->"yes"</SPAN
->.)
-             </P
-></DD
-></DL
-></DIV
->
-       </P
+>&#13;            Make a Product Read Only
+          </P
 ><P
->&#13;         Actually, there's a fourth value a flag can have -- 
-         <SPAN
-CLASS="QUOTE"
->"unset"</SPAN
-> -- which shows up as a blank space. This 
-         just means that nobody has expressed an opinion (or asked
-         someone else to express an opinion) about this bug or attachment.
-       </P
-></DIV
-></DIV
+>&#13;            Sometimes a product is retired and should no longer have
+            new bugs filed against it (for example, an older version of a software
+            product that is no longer supported). A product can be made read-only
+            by creating a group called "readonly" and adding products to the
+            group as needed:
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;Product A:
+ReadOnly: ENTRY, NA/NA, CANEDIT
+         </PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="flag-askto"
->3.8.3. Using flag requests</A
-></H3
-><P
->&#13;       If a flag has been defined as 'requestable', and a user has enough privileges
-       to request it (see below), the user can set the flag's status to <SPAN
-CLASS="QUOTE"
->"?"</SPAN
->.
-       This status indicates that someone (a.k.a. <SPAN
-CLASS="QUOTE"
->"the requester"</SPAN
->) is asking
-       someone else to set the flag to either <SPAN
-CLASS="QUOTE"
->"+"</SPAN
-> or <SPAN
-CLASS="QUOTE"
->"-"</SPAN
->.
-     </P
+CLASS="note"
 ><P
->&#13;       If a flag has been defined as 'specifically requestable', 
-       a text box will appear next to the flag into which the requester may
-       enter a Bugzilla username. That named person (a.k.a. <SPAN
-CLASS="QUOTE"
->"the requestee"</SPAN
->)
-       will receive an email notifying them of the request, and pointing them
-       to the bug/attachment in question.
-     </P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
 ><P
->&#13;       If a flag has <EM
->not</EM
-> been defined as 'specifically requestable',
-       then no such text-box will appear. A request to set this flag cannot be made of
-       any specific individual, but must be asked <SPAN
-CLASS="QUOTE"
->"to the wind"</SPAN
+>&#13;            For more information on Groups outside of how they relate to products
+            see <A
+HREF="#groups"
+>Section 3.15</A
 >.
-       A requester may <SPAN
-CLASS="QUOTE"
->"ask the wind"</SPAN
-> on any flag simply by leaving the text-box blank.
-     </P
+          </P
+></TD
+></TR
+></TABLE
+></DIV
+></DIV
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H2
 CLASS="section"
 ><A
-NAME="flag-types"
->3.8.4. Two Types of Flags</A
-></H3
+NAME="components"
+>3.5. Components</A
+></H2
 ><P
->&#13;       Flags can go in two places: on an attachment, or on a bug.
-     </P
-><DIV
-CLASS="section"
-><HR><H4
-CLASS="section"
-><A
-NAME="flag-type-attachment"
->3.8.4.1. Attachment Flags</A
-></H4
+>Components are subsections of a Product. E.g. the computer game 
+    you are designing may have a "UI"
+    component, an "API" component, a "Sound System" component, and a
+    "Plugins" component, each overseen by a different programmer. It
+    often makes sense to divide Components in Bugzilla according to the
+    natural divisions of responsibility within your Product or
+    company.</P
 ><P
->&#13;         Attachment flags are used to ask a question about a specific 
-         attachment on a bug.
-       </P
+>&#13;    Each component has a default assignee and (if you turned it on in the parameters),
+    a QA Contact. The default assignee should be the primary person who fixes bugs in
+    that component. The QA Contact should be the person who will ensure
+    these bugs are completely fixed. The Assignee, QA Contact, and Reporter
+    will get email when new bugs are created in this Component and when
+    these bugs change. Default Assignee and Default QA Contact fields only
+    dictate the 
+    <EM
+>default assignments</EM
+>; 
+    these can be changed on bug submission, or at any later point in
+    a bug's life.</P
 ><P
->&#13;         Many Bugzilla installations use this to 
-         request that one developer <SPAN
-CLASS="QUOTE"
->"review"</SPAN
-> another 
-         developer's code before they check it in. They attach the code to
-         a bug report, and then set a flag on that attachment called
-         <SPAN
-CLASS="QUOTE"
->"review"</SPAN
-> to 
-         <SAMP
-CLASS="computeroutput"
->review?boss@domain.com</SAMP
->.
-         boss@domain.com is then notified by email that
-         he has to check out that attachment and approve it or deny it.
-       </P
+>To create a new Component:</P
 ><P
->&#13;         For a Bugzilla user, attachment flags show up in three places:
-         <P
 ></P
 ><OL
 TYPE="1"
 ><LI
 ><P
->&#13;               On the list of attachments in the <SPAN
-CLASS="QUOTE"
->"Show Bug"</SPAN
->
-               screen, you can see the current state of any flags that
-               have been set to ?, +, or -. You can see who asked about 
-               the flag (the requester), and who is being asked (the 
-               requestee).
-             </P
-></LI
-><LI
-><P
->&#13;              When you <SPAN
+>Select the <SPAN
 CLASS="QUOTE"
->"Edit"</SPAN
-> an attachment, you can 
-              see any settable flag, along with any flags that have 
-              already been set. This <SPAN
+>"Edit components"</SPAN
+> link 
+        from the <SPAN
 CLASS="QUOTE"
->"Edit Attachment"</SPAN
-> 
-              screen is where you set flags to ?, -, +, or unset them.
-             </P
+>"Edit product"</SPAN
+> page</P
 ></LI
 ><LI
 ><P
->&#13;               Requests are listed in the <SPAN
-CLASS="QUOTE"
->"Request Queue"</SPAN
->, which
-               is accessible from the <SPAN
-CLASS="QUOTE"
->"My Requests"</SPAN
-> link (if you are
-               logged in) or <SPAN
+>Select the <SPAN
 CLASS="QUOTE"
->"Requests"</SPAN
-> link (if you are logged out)
-               visible in the footer of all pages.
-             </P
+>"Add"</SPAN
+> link in the bottom right.</P
 ></LI
-></OL
->
-       </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H4
-CLASS="section"
-><A
-NAME="flag-type-bug"
->3.8.4.2. Bug Flags</A
-></H4
+><LI
 ><P
->&#13;         Bug flags are used to set a status on the bug itself. You can 
-         see Bug Flags in the <SPAN
-CLASS="QUOTE"
->"Show Bug"</SPAN
-> and <SPAN
+>Fill out the <SPAN
 CLASS="QUOTE"
->"Requests"</SPAN
->
-         screens, as described above.
-       </P
-><P
->&#13;         Only users with enough privileges (see below) may set flags on bugs.
-         This doesn't necessarily include the assignee, reporter, or users with the
-         <SAMP
-CLASS="computeroutput"
->editbugs</SAMP
-> permission.
-       </P
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="flags-admin"
->3.8.5. Administering Flags</A
-></H3
-><P
->&#13;       If you have the <SPAN
+>"Component"</SPAN
+> field, a 
+        short <SPAN
 CLASS="QUOTE"
->"editcomponents"</SPAN
-> permission, you can
-       edit Flag Types from the main administration page. Clicking the
-       <SPAN
+>"Description"</SPAN
+>, the 
+        <SPAN
 CLASS="QUOTE"
->"Flags"</SPAN
-> link will bring you to the <SPAN
+>"Default Assignee"</SPAN
+>, <SPAN
 CLASS="QUOTE"
->"Administer
-       Flag Types"</SPAN
-> page. Here, you can select whether you want 
-       to create (or edit) a Bug flag, or an Attachment flag.
-     </P
-><P
->&#13;       No matter which you choose, the interface is the same, so we'll 
-       just go over it once.
-     </P
+>"Default CC List"</SPAN
+> 
+        and <SPAN
+CLASS="QUOTE"
+>"Default QA Contact"</SPAN
+> (if enabled). 
+        The <SPAN
+CLASS="QUOTE"
+>"Component Description"</SPAN
+> field may contain a 
+        limited subset of HTML tags. The <SPAN
+CLASS="QUOTE"
+>"Default Assignee"</SPAN
+> 
+        field must be a login name already existing in the Bugzilla database. 
+        </P
+></LI
+></OL
+></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H2
 CLASS="section"
 ><A
-NAME="flags-edit"
->3.8.5.1. Editing a Flag</A
-></H4
+NAME="versions"
+>3.6. Versions</A
+></H2
 ><P
->&#13;         To edit a flag's properties, just click on the <SPAN
-CLASS="QUOTE"
->"Edit"</SPAN
->
-         link next to the flag's description. That will take you to the same
-         form as described below (<A
-HREF="#flags-create"
->Section 3.8.5.2</A
->).
-       </P
+>Versions are the revisions of the product, such as "Flinders
+    3.1", "Flinders 95", and "Flinders 2000". Version is not a multi-select
+    field; the usual practice is to select the earliest version known to have
+    the bug.
+    </P
+><P
+>To create and edit Versions:</P
+><P
+></P
+><OL
+TYPE="1"
+><LI
+><P
+>From the "Edit product" screen, select "Edit Versions"</P
+></LI
+><LI
+><P
+>You will notice that the product already has the default
+        version "undefined". Click the "Add" link in the bottom right.</P
+></LI
+><LI
+><P
+>Enter the name of the Version. This field takes text only. 
+        Then click the "Add" button.</P
+></LI
+></OL
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H2
 CLASS="section"
 ><A
-NAME="flags-create"
->3.8.5.2. Creating a Flag</A
-></H4
+NAME="milestones"
+>3.7. Milestones</A
+></H2
 ><P
->&#13;          When you click on the <SPAN
-CLASS="QUOTE"
->"Create a Flag Type for..."</SPAN
->
-          link, you will be presented with a form. Here is what the fields in 
-          the form mean:
-        </P
+>Milestones are "targets" that you plan to get a bug fixed by. For
+    example, you have a bug that you plan to fix for your 3.0 release, it
+    would be assigned the milestone of 3.0.</P
 ><DIV
-CLASS="section"
-><HR><H5
-CLASS="section"
-><A
-NAME="flags-create-field-name"
->3.8.5.2.1. Name</A
-></H5
+CLASS="note"
 ><P
->&#13;            This is the name of the flag. This will be displayed 
-            to Bugzilla users who are looking at or setting the flag. 
-            The name may contain any valid Unicode characters except commas
-            and spaces.
-          </P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>Milestone options will only appear for a Product if you turned
+      on the "usetargetmilestone" Param in the "Edit Parameters" screen.
+      </P
+></TD
+></TR
+></TABLE
 ></DIV
-><DIV
-CLASS="section"
-><HR><H5
-CLASS="section"
-><A
-NAME="flags-create-field-description"
->3.8.5.2.2. Description</A
-></H5
 ><P
->&#13;            The description describes the flag in more detail. It is visible
-            in a tooltip when hovering over a flag either in the <SPAN
-CLASS="QUOTE"
->"Show Bug"</SPAN
->
-            or <SPAN
-CLASS="QUOTE"
->"Edit Attachment"</SPAN
-> pages. This field can be as
-            long as you like, and can contain any character you want.
-          </P
+>To create new Milestones, set Default Milestones, and set
+    Milestone URL:</P
+><P
+></P
+><OL
+TYPE="1"
+><LI
+><P
+>Select "Edit milestones" from the "Edit product" page.</P
+></LI
+><LI
+><P
+>Select "Add" in the bottom right corner.
+        text</P
+></LI
+><LI
+><P
+>Enter the name of the Milestone in the "Milestone" field. You
+        can optionally set the "sortkey", which is a positive or negative
+        number (-32768 to 32767) that defines where in the list this particular
+        milestone appears. This is because milestones often do not 
+        occur in alphanumeric order For example, "Future" might be
+        after "Release 1.2". Select "Add".</P
+></LI
+><LI
+><P
+>From the Edit product screen, you can enter the URL of a 
+        page which gives information about your milestones and what
+        they mean. </P
+></LI
+></OL
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H5
+><HR><H2
 CLASS="section"
 ><A
-NAME="flags-create-field-category"
->3.8.5.2.3. Category</A
-></H5
-><P
->&#13;            Default behaviour for a newly-created flag is to appear on
-            products and all components, which is why <SPAN
-CLASS="QUOTE"
->"__Any__:__Any__"</SPAN
->
-            is already entered in the <SPAN
-CLASS="QUOTE"
->"Inclusions"</SPAN
-> box.
-            If this is not your desired behaviour, you must either set some
-            exclusions (for products on which you don't want the flag to appear),
-            or you must remove <SPAN
-CLASS="QUOTE"
->"__Any__:__Any__"</SPAN
-> from the Inclusions box
-            and define products/components specifically for this flag.
-          </P
+NAME="flags-overview"
+>3.8. Flags</A
+></H2
 ><P
->&#13;            To create an Inclusion, select a Product from the top drop-down box.
-            You may also select a specific component from the bottom drop-down box.
-            (Setting <SPAN
-CLASS="QUOTE"
->"__Any__"</SPAN
-> for Product translates to, 
-            <SPAN
-CLASS="QUOTE"
->"all the products in this Bugzilla"</SPAN
->.
-            Selecting  <SPAN
-CLASS="QUOTE"
->"__Any__"</SPAN
-> in the Component field means
-            <SPAN
+>&#13;     Flags are a way to attach a specific status to a bug or attachment, 
+     either <SPAN
 CLASS="QUOTE"
->"all components in the selected product."</SPAN
->) 
-            Selections made, press <SPAN
+>"+"</SPAN
+> or <SPAN
 CLASS="QUOTE"
->"Include"</SPAN
->, and your
-            Product/Component pairing will show up in the <SPAN
+>"-"</SPAN
+>. The meaning of these symbols depends on the text
+     the flag itself, but contextually they could mean pass/fail, 
+     accept/reject, approved/denied, or even a simple yes/no. If your site
+     allows requestable flags, then users may set a flag to <SPAN
 CLASS="QUOTE"
->"Inclusions"</SPAN
-> box on the right.
-          </P
+>"?"</SPAN
+> as a 
+     request to another user that they look at the bug/attachment, and set
+     the flag to its correct status.
+   </P
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="flags-simpleexample"
+>3.8.1. A Simple Example</A
+></H3
 ><P
->&#13;            To create an Exclusion, the process is the same; select a Product from the
-            top drop-down box, select a specific component if you want one, and press
-            <SPAN
+>&#13;       A developer might want to ask their manager, 
+       <SPAN
 CLASS="QUOTE"
->"Exclude"</SPAN
->. The Product/Component pairing will show up in the 
-            <SPAN
+>"Should we fix this bug before we release version 2.0?"</SPAN
+> 
+       They might want to do this for a <EM
+>lot</EM
+> of bugs,
+       so it would be nice to streamline the process...
+     </P
+><P
+>&#13;       In Bugzilla, it would work this way:
+       <P
+></P
+><OL
+TYPE="1"
+><LI
+><P
+>&#13;             The Bugzilla administrator creates a flag type called 
+             <SPAN
 CLASS="QUOTE"
->"Exclusions"</SPAN
-> box on the right.
-          </P
+>"blocking2.0"</SPAN
+> that shows up on all bugs in 
+             your product.
+           </P
 ><P
->&#13;            This flag <EM
->will</EM
-> and <EM
->can</EM
-> be set for any
-            products/components that appearing in the <SPAN
+>&#13;             It shows up on the <SPAN
 CLASS="QUOTE"
->"Inclusions"</SPAN
-> box 
-            (or which fall under the appropriate <SPAN
+>"Show Bug"</SPAN
+> screen
+             as the text <SPAN
 CLASS="QUOTE"
->"__Any__"</SPAN
->). 
-            This flag <EM
->will not</EM
-> appear (and therefore cannot be set) on
-            any products appearing in the <SPAN
+>"blocking2.0"</SPAN
+> with a drop-down box next
+             to it. The drop-down box contains four values: an empty space,
+             <SPAN
 CLASS="QUOTE"
->"Exclusions"</SPAN
-> box.
-            <EM
-> IMPORTANT: Exclusions override inclusions.</EM
->
-          </P
-><P
->&#13;            You may select a Product without selecting a specific Component,
-            but you can't select a Component without a Product, or to select a
-            Component that does not belong to the named Product. If you do so,
-            Bugzilla will display an error message, even if all your products
-            have a component by that name.
-          </P
-><P
-><EM
->Example:</EM
-> Let's say you have a product called 
-            <SPAN
+>"?"</SPAN
+>, <SPAN
 CLASS="QUOTE"
->"Jet Plane"</SPAN
-> that has thousands of components. You want
-            to be able to ask if a problem should be fixed in the next model of 
-            plane you release. We'll call the flag <SPAN
+>"-"</SPAN
+>, and <SPAN
 CLASS="QUOTE"
->"fixInNext"</SPAN
+>"+"</SPAN
 >.
-            But, there's one component in <SPAN
+           </P
+></LI
+><LI
+><P
+>The developer sets the flag to <SPAN
 CLASS="QUOTE"
->"Jet Plane,"</SPAN
-> 
-            called <SPAN
+>"?"</SPAN
+>.</P
+></LI
+><LI
+><P
+>&#13;             The manager sees the <SAMP
+CLASS="computeroutput"
+>blocking2.0</SAMP
+>
+             flag with a <SPAN
 CLASS="QUOTE"
->"Pilot."</SPAN
-> It doesn't make sense to release a 
-            new pilot, so you don't want to have the flag show up in that component.
-            So, you include <SPAN
+>"?"</SPAN
+> value.
+           </P
+></LI
+><LI
+><P
+>&#13;             If the manager thinks the feature should go into the product
+             before version 2.0 can be released, he sets the flag to 
+             <SPAN
 CLASS="QUOTE"
->"Jet Plane:__Any__"</SPAN
-> and you exclude 
-            <SPAN
+>"+"</SPAN
+>. Otherwise, he sets it to <SPAN
 CLASS="QUOTE"
->"Jet Plane:Pilot"</SPAN
+>"-"</SPAN
 >.
-          </P
+           </P
+></LI
+><LI
+><P
+>&#13;             Now, every Bugzilla user who looks at the bug knows whether or 
+             not the bug needs to be fixed before release of version 2.0.
+           </P
+></LI
+></OL
+>
+     </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H5
+><HR><H3
 CLASS="section"
 ><A
-NAME="flags-create-field-sortkey"
->3.8.5.2.4. Sort Key</A
-></H5
-><P
->&#13;            Flags normally show up in alphabetical order. If you want them to 
-            show up in a different order, you can use this key set the order on each flag. 
-            Flags with a lower sort key will appear before flags with a higher
-            sort key. Flags that have the same sort key will be sorted alphabetically,
-            but they will still be after flags with a lower sort key, and before flags
-            with a higher sort key.
-          </P
-><P
->&#13;            <EM
->Example:</EM
-> I have AFlag (Sort Key 100), BFlag (Sort Key 10), 
-            CFlag (Sort Key 10), and DFlag (Sort Key 1). These show up in
-            the order: DFlag, BFlag, CFlag, AFlag.
-          </P
-></DIV
+NAME="flags-about"
+>3.8.2. About Flags</A
+></H3
 ><DIV
 CLASS="section"
-><HR><H5
+><H4
 CLASS="section"
 ><A
-NAME="flags-create-field-active"
->3.8.5.2.5. Active</A
-></H5
+NAME="flag-values"
+>3.8.2.1. Values</A
+></H4
 ><P
->&#13;            Sometimes, you might want to keep old flag information in the 
-            Bugzilla database, but stop users from setting any new flags of this type.
-            To do this, uncheck <SPAN
+>&#13;         Flags can have three values:
+         <P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+><SAMP
+CLASS="computeroutput"
+>?</SAMP
+></DT
+><DD
+><P
+>&#13;               A user is requesting that a status be set. (Think of it as 'A question is being asked'.)
+             </P
+></DD
+><DT
+><SAMP
+CLASS="computeroutput"
+>-</SAMP
+></DT
+><DD
+><P
+>&#13;               The status has been set negatively. (The question has been answered <SPAN
 CLASS="QUOTE"
->"active"</SPAN
->. Deactivated
-            flags will still show up in the UI if they are ?, +, or -, but they
-            may only be cleared (unset), and cannot be changed to a new value.
-            Once a deactivated flag is cleared, it will completely disappear from a 
-            bug/attachment, and cannot be set again.
-          </P
+>"no"</SPAN
+>.)
+             </P
+></DD
+><DT
+><SAMP
+CLASS="computeroutput"
+>+</SAMP
+></DT
+><DD
+><P
+>&#13;               The status has been set positively.
+               (The question has been answered <SPAN
+CLASS="QUOTE"
+>"yes"</SPAN
+>.)
+             </P
+></DD
+></DL
+></DIV
+>
+       </P
+><P
+>&#13;         Actually, there's a fourth value a flag can have -- 
+         <SPAN
+CLASS="QUOTE"
+>"unset"</SPAN
+> -- which shows up as a blank space. This 
+         just means that nobody has expressed an opinion (or asked
+         someone else to express an opinion) about this bug or attachment.
+       </P
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H5
+><HR><H3
 CLASS="section"
 ><A
-NAME="flags-create-field-requestable"
->3.8.5.2.6. Requestable</A
-></H5
+NAME="flag-askto"
+>3.8.3. Using flag requests</A
+></H3
 ><P
->&#13;            New flags are, by default, <SPAN
+>&#13;       If a flag has been defined as 'requestable', and a user has enough privileges
+       to request it (see below), the user can set the flag's status to <SPAN
 CLASS="QUOTE"
->"requestable"</SPAN
->, meaning that they
-            offer users the <SPAN
+>"?"</SPAN
+>.
+       This status indicates that someone (a.k.a. <SPAN
 CLASS="QUOTE"
->"?"</SPAN
-> option, as well as <SPAN
+>"the requester"</SPAN
+>) is asking
+       someone else to set the flag to either <SPAN
 CLASS="QUOTE"
 >"+"</SPAN
->
-            and <SPAN
+> or <SPAN
 CLASS="QUOTE"
 >"-"</SPAN
 >.
-            To remove the ? option, uncheck <SPAN
+     </P
+><P
+>&#13;       If a flag has been defined as 'specifically requestable', 
+       a text box will appear next to the flag into which the requester may
+       enter a Bugzilla username. That named person (a.k.a. <SPAN
 CLASS="QUOTE"
->"requestable"</SPAN
+>"the requestee"</SPAN
+>)
+       will receive an email notifying them of the request, and pointing them
+       to the bug/attachment in question.
+     </P
+><P
+>&#13;       If a flag has <EM
+>not</EM
+> been defined as 'specifically requestable',
+       then no such text-box will appear. A request to set this flag cannot be made of
+       any specific individual, but must be asked <SPAN
+CLASS="QUOTE"
+>"to the wind"</SPAN
 >.
-          </P
+       A requester may <SPAN
+CLASS="QUOTE"
+>"ask the wind"</SPAN
+> on any flag simply by leaving the text-box blank.
+     </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H5
+><HR><H3
 CLASS="section"
 ><A
-NAME="flags-create-field-specific"
->3.8.5.2.7. Specifically Requestable</A
-></H5
+NAME="flag-types"
+>3.8.4. Two Types of Flags</A
+></H3
 ><P
->&#13;            By default this box is checked for new flags, meaning that users may make
-            flag requests of specific individuals. Unchecking this box will remove the
-            text box next to a flag; if it is still requestable, then requests may
-            only be made <SPAN
-CLASS="QUOTE"
->"to the wind."</SPAN
-> Removing this after specific
-            requests have been made will not remove those requests; that data will
-            stay in the database (though it will no longer appear to the user).
-          </P
-></DIV
+>&#13;       Flags can go in two places: on an attachment, or on a bug.
+     </P
 ><DIV
 CLASS="section"
-><HR><H5
+><HR><H4
 CLASS="section"
 ><A
-NAME="flags-create-field-multiplicable"
->3.8.5.2.8. Multiplicable</A
-></H5
+NAME="flag-type-attachment"
+>3.8.4.1. Attachment Flags</A
+></H4
 ><P
->&#13;            Any flag with <SPAN
-CLASS="QUOTE"
->"Multiplicable"</SPAN
-> set (default for new flags is 'on')
-            may be set more than once. After being set once, an unset flag
-            of the same type will appear below it with <SPAN
+>&#13;         Attachment flags are used to ask a question about a specific 
+         attachment on a bug.
+       </P
+><P
+>&#13;         Many Bugzilla installations use this to 
+         request that one developer <SPAN
 CLASS="QUOTE"
->"addl."</SPAN
-> (short for 
-            <SPAN
+>"review"</SPAN
+> another 
+         developer's code before they check it in. They attach the code to
+         a bug report, and then set a flag on that attachment called
+         <SPAN
 CLASS="QUOTE"
->"additional"</SPAN
->) before the name. There is no limit to the number of
-            times a Multiplicable flags may be set on the same bug/attachment.
-          </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H5
-CLASS="section"
-><A
-NAME="flags-create-field-cclist"
->3.8.5.2.9. CC List</A
-></H5
+>"review"</SPAN
+> to 
+         <SAMP
+CLASS="computeroutput"
+>review?boss@domain.com</SAMP
+>.
+         boss@domain.com is then notified by email that
+         he has to check out that attachment and approve it or deny it.
+       </P
 ><P
->&#13;            If you want certain users to be notified every time this flag is 
-            set to ?, -, +, or unset, add them here. This is a comma-separated 
-            list of email addresses that need not be restricted to Bugzilla usernames.
-          </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H5
-CLASS="section"
-><A
-NAME="flags-create-grant-group"
->3.8.5.2.10. Grant Group</A
-></H5
+>&#13;         For a Bugzilla user, attachment flags show up in three places:
+         <P
+></P
+><OL
+TYPE="1"
+><LI
 ><P
->&#13;            When this field is set to some given group, only users in the group
-            can set the flag to <SPAN
+>&#13;               On the list of attachments in the <SPAN
 CLASS="QUOTE"
->"+"</SPAN
-> and <SPAN
+>"Show Bug"</SPAN
+>
+               screen, you can see the current state of any flags that
+               have been set to ?, +, or -. You can see who asked about 
+               the flag (the requester), and who is being asked (the 
+               requestee).
+             </P
+></LI
+><LI
+><P
+>&#13;              When you <SPAN
 CLASS="QUOTE"
->"-"</SPAN
->. This
-            field does not affect who can request or cancel the flag. For that,
-            see the <SPAN
+>"Edit"</SPAN
+> an attachment, you can 
+              see any settable flag, along with any flags that have 
+              already been set. This <SPAN
 CLASS="QUOTE"
->"Request Group"</SPAN
-> field below. If this field
-            is left blank, all users can set or delete this flag. This field is
-            useful for restricting which users can approve or reject requests.
-          </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H5
-CLASS="section"
-><A
-NAME="flags-create-request-group"
->3.8.5.2.11. Request Group</A
-></H5
+>"Edit Attachment"</SPAN
+> 
+              screen is where you set flags to ?, -, +, or unset them.
+             </P
+></LI
+><LI
 ><P
->&#13;            When this field is set to some given group, only users in the group
-            can request or cancel this flag. Note that this field has no effect
-            if the <SPAN
+>&#13;               Requests are listed in the <SPAN
 CLASS="QUOTE"
->"grant group"</SPAN
-> field is empty. You can set the
-            value of this field to a different group, but both fields have to be
-            set to a group for this field to have an effect.
-          </P
-></DIV
+>"Request Queue"</SPAN
+>, which
+               is accessible from the <SPAN
+CLASS="QUOTE"
+>"My Requests"</SPAN
+> link (if you are
+               logged in) or <SPAN
+CLASS="QUOTE"
+>"Requests"</SPAN
+> link (if you are logged out)
+               visible in the footer of all pages.
+             </P
+></LI
+></OL
+>
+       </P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="flags-delete"
->3.8.5.3. Deleting a Flag</A
+NAME="flag-type-bug"
+>3.8.4.2. Bug Flags</A
 ></H4
 ><P
->&#13;          When you are at the <SPAN
-CLASS="QUOTE"
->"Administer Flag Types"</SPAN
-> screen,
-          you will be presented with a list of Bug flags and a list of Attachment
-          Flags.
-        </P
-><P
->&#13;          To delete a flag, click on the <SPAN
+>&#13;         Bug flags are used to set a status on the bug itself. You can 
+         see Bug Flags in the <SPAN
 CLASS="QUOTE"
->"Delete"</SPAN
-> link next to
-          the flag description.
-        </P
-><DIV
-CLASS="warning"
-><P
-></P
-><TABLE
-CLASS="warning"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/warning.gif"
-HSPACE="5"
-ALT="Warning"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;            Once you delete a flag, it is <EM
->gone</EM
-> from
-            your Bugzilla. All the data for that flag will be deleted.
-            Everywhere that flag was set, it will disappear,
-            and you cannot get that data back. If you want to keep flag data,
-            but don't want anybody to set any new flags or change current flags,
-            unset <SPAN
+>"Show Bug"</SPAN
+> and <SPAN
 CLASS="QUOTE"
->"active"</SPAN
-> in the flag Edit form.
-          </P
-></TD
-></TR
-></TABLE
-></DIV
-></DIV
+>"Requests"</SPAN
+>
+         screens, as described above.
+       </P
+><P
+>&#13;         Only users with enough privileges (see below) may set flags on bugs.
+         This doesn't necessarily include the assignee, reporter, or users with the
+         <SAMP
+CLASS="computeroutput"
+>editbugs</SAMP
+> permission.
+       </P
 ></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="keywords"
->3.9. Keywords</A
-></H2
+NAME="flags-admin"
+>3.8.5. Administering Flags</A
+></H3
 ><P
->&#13;    The administrator can define keywords which can be used to tag and
-    categorise bugs. For example, the keyword "regression" is commonly used.
-    A company might have a policy stating all regressions
-    must be fixed by the next release - this keyword can make tracking those
-    bugs much easier.
-    </P
+>&#13;       If you have the <SPAN
+CLASS="QUOTE"
+>"editcomponents"</SPAN
+> permission, you can
+       edit Flag Types from the main administration page. Clicking the
+       <SPAN
+CLASS="QUOTE"
+>"Flags"</SPAN
+> link will bring you to the <SPAN
+CLASS="QUOTE"
+>"Administer
+       Flag Types"</SPAN
+> page. Here, you can select whether you want 
+       to create (or edit) a Bug flag, or an Attachment flag.
+     </P
 ><P
->&#13;    Keywords are global, rather than per-product. If the administrator changes
-    a keyword currently applied to any bugs, the keyword cache must be rebuilt
-    using the <A
-HREF="#sanitycheck"
->Section 3.16</A
-> script. Currently keywords can not
-    be marked obsolete to prevent future usage.
-    </P
+>&#13;       No matter which you choose, the interface is the same, so we'll 
+       just go over it once.
+     </P
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="flags-edit"
+>3.8.5.1. Editing a Flag</A
+></H4
 ><P
->&#13;    Keywords can be created, edited or deleted by clicking the "Keywords"
-    link in the admin page. There are two fields for each keyword - the keyword
-    itself and a brief description. Once created, keywords can be selected
-    and applied to individual bugs in that bug's "Details" section.
-    </P
+>&#13;         To edit a flag's properties, just click on the <SPAN
+CLASS="QUOTE"
+>"Edit"</SPAN
+>
+         link next to the flag's description. That will take you to the same
+         form as described below (<A
+HREF="#flags-create"
+>Section 3.8.5.2</A
+>).
+       </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H4
 CLASS="section"
 ><A
-NAME="custom-fields"
->3.10. Custom Fields</A
-></H2
+NAME="flags-create"
+>3.8.5.2. Creating a Flag</A
+></H4
 ><P
->&#13;      The release of Bugzilla 3.0 added the ability to create Custom Fields. 
-      Custom Fields are treated like any other field - they can be set in bugs
-      and used for search queries. Administrators should keep in mind that
-      adding too many fields can make the user interface more complicated and
-      harder to use. Custom Fields should be added only when necessary and with 
-      careful consideration.
-    </P
+>&#13;          When you click on the <SPAN
+CLASS="QUOTE"
+>"Create a Flag Type for..."</SPAN
+>
+          link, you will be presented with a form. Here is what the fields in 
+          the form mean:
+        </P
 ><DIV
-CLASS="tip"
-><P
-></P
-><TABLE
-CLASS="tip"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/tip.gif"
-HSPACE="5"
-ALT="Tip"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
+CLASS="section"
+><HR><H5
+CLASS="section"
+><A
+NAME="flags-create-field-name"
+>3.8.5.2.1. Name</A
+></H5
 ><P
->&#13;        Before adding a Custom Field, make sure that Bugzilla can not already
-        do the desired behavior. Many Bugzilla options are not enabled by 
-        default, and many times Administrators find that simply enabling
-        certain options that already exist is sufficient. 
-      </P
-></TD
-></TR
-></TABLE
+>&#13;            This is the name of the flag. This will be displayed 
+            to Bugzilla users who are looking at or setting the flag. 
+            The name may contain any valid Unicode characters except commas
+            and spaces.
+          </P
 ></DIV
-><P
->&#13;      Administrators can manage Custom Fields using the
-      <SPAN
-CLASS="QUOTE"
->"Custom Fields"</SPAN
-> link on the Administration page. The Custom
-      Fields administration page displays a list of Custom Fields, if any exist,
-      and a link to "Add a new custom field". 
-    </P
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H5
 CLASS="section"
 ><A
-NAME="add-custom-fields"
->3.10.1. Adding Custom Fields</A
-></H3
-><P
->&#13;        To add a new Custom Field, click the "Add a new custom field" link. This
-        page displays several options for the new field, described below.
-      </P
-><P
->&#13;        The following attributes must be set for each new custom field:
-        <P
-></P
-><UL
-><LI
+NAME="flags-create-field-description"
+>3.8.5.2.2. Description</A
+></H5
 ><P
->&#13;              <EM
->Name:</EM
->
-              The name of the field in the database, used internally. This name 
-              MUST begin with <SPAN
+>&#13;            The description describes the flag in more detail. It is visible
+            in a tooltip when hovering over a flag either in the <SPAN
 CLASS="QUOTE"
->"cf_"</SPAN
-> to prevent confusion with 
-              standard fields. If this string is omitted, it will
-              be automatically added to the name entered. 
-            </P
-></LI
-><LI
-><P
->&#13;              <EM
->Description:</EM
+>"Show Bug"</SPAN
 >
-              A brief string which is used as the label for this Custom Field.
-              That is the string that users will see, and should be
-              short and explicit.
-            </P
-></LI
-><LI
+            or <SPAN
+CLASS="QUOTE"
+>"Edit Attachment"</SPAN
+> pages. This field can be as
+            long as you like, and can contain any character you want.
+          </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H5
+CLASS="section"
+><A
+NAME="flags-create-field-category"
+>3.8.5.2.3. Category</A
+></H5
 ><P
->&#13;              <EM
->Type:</EM
+>&#13;            Default behaviour for a newly-created flag is to appear on
+            products and all components, which is why <SPAN
+CLASS="QUOTE"
+>"__Any__:__Any__"</SPAN
 >
-              The type of field to create. There are
-              several types available:
-               <P
-></P
-><TABLE
-BORDER="0"
-><TBODY
-><TR
-><TD
->&#13;                   Large Text Box: A multiple line box for entering free text.
-                 </TD
-></TR
-><TR
-><TD
->&#13;                   Free Text: A single line box for entering free text.
-                 </TD
-></TR
-><TR
-><TD
->&#13;                   Multiple-Selection Box: A list box where multiple options 
-                   can be selected. After creating this field, it must be edited
-                   to add the selection options. See 
-                   <A
-HREF="#edit-values-list"
->Section 3.11.1</A
-> for information about 
-                   editing legal values.
-                 </TD
-></TR
-><TR
-><TD
->&#13;                   Drop Down: A list box where only one option can be selected.
-                   After creating this field, it must be edited to add the
-                   selection options. See 
-                   <A
-HREF="#edit-values-list"
->Section 3.11.1</A
-> for information about 
-                   editing legal values.
-                 </TD
-></TR
-><TR
-><TD
->&#13;                   Date/Time: A date field. This field appears with a 
-                   calendar widget for choosing the date.
-                 </TD
-></TR
-></TBODY
-></TABLE
+            is already entered in the <SPAN
+CLASS="QUOTE"
+>"Inclusions"</SPAN
+> box.
+            If this is not your desired behaviour, you must either set some
+            exclusions (for products on which you don't want the flag to appear),
+            or you must remove <SPAN
+CLASS="QUOTE"
+>"__Any__:__Any__"</SPAN
+> from the Inclusions box
+            and define products/components specifically for this flag.
+          </P
 ><P
-></P
->
-            </P
-></LI
-><LI
+>&#13;            To create an Inclusion, select a Product from the top drop-down box.
+            You may also select a specific component from the bottom drop-down box.
+            (Setting <SPAN
+CLASS="QUOTE"
+>"__Any__"</SPAN
+> for Product translates to, 
+            <SPAN
+CLASS="QUOTE"
+>"all the products in this Bugzilla"</SPAN
+>.
+            Selecting  <SPAN
+CLASS="QUOTE"
+>"__Any__"</SPAN
+> in the Component field means
+            <SPAN
+CLASS="QUOTE"
+>"all components in the selected product."</SPAN
+>) 
+            Selections made, press <SPAN
+CLASS="QUOTE"
+>"Include"</SPAN
+>, and your
+            Product/Component pairing will show up in the <SPAN
+CLASS="QUOTE"
+>"Inclusions"</SPAN
+> box on the right.
+          </P
 ><P
->&#13;              <EM
->Sortkey:</EM
->
-              Integer that determines in which order Custom Fields are
-              displayed in the User Interface, especially when viewing a bug. 
-              Fields with lower values are displayed first.
-            </P
-></LI
-><LI
+>&#13;            To create an Exclusion, the process is the same; select a Product from the
+            top drop-down box, select a specific component if you want one, and press
+            <SPAN
+CLASS="QUOTE"
+>"Exclude"</SPAN
+>. The Product/Component pairing will show up in the 
+            <SPAN
+CLASS="QUOTE"
+>"Exclusions"</SPAN
+> box on the right.
+          </P
 ><P
->&#13;              <EM
->Can be set on bug creation:</EM
+>&#13;            This flag <EM
+>will</EM
+> and <EM
+>can</EM
+> be set for any
+            products/components that appearing in the <SPAN
+CLASS="QUOTE"
+>"Inclusions"</SPAN
+> box 
+            (or which fall under the appropriate <SPAN
+CLASS="QUOTE"
+>"__Any__"</SPAN
+>). 
+            This flag <EM
+>will not</EM
+> appear (and therefore cannot be set) on
+            any products appearing in the <SPAN
+CLASS="QUOTE"
+>"Exclusions"</SPAN
+> box.
+            <EM
+> IMPORTANT: Exclusions override inclusions.</EM
 >
-              Boolean that determines whether this field can be set on
-              bug creation. If not selected, then a bug must be created 
-              before this field can be set. See <A
-HREF="#bugreports"
->Section 5.6</A
-> 
-              for information about filing bugs.
-            </P
-></LI
-><LI
+          </P
 ><P
->&#13;              <EM
->Displayed in bugmail for new bugs:</EM
->
-              Boolean that determines whether the value set on this field
-              should appear in bugmail when the bug is filed. This attribute
-              has no effect if the field cannot be set on bug creation.
-            </P
-></LI
-><LI
+>&#13;            You may select a Product without selecting a specific Component,
+            but you can't select a Component without a Product, or to select a
+            Component that does not belong to the named Product. If you do so,
+            Bugzilla will display an error message, even if all your products
+            have a component by that name.
+          </P
 ><P
->&#13;              <EM
->Is obsolete:</EM
->
-              Boolean that determines whether this field should
-              be displayed at all. Obsolete Custom Fields are hidden.
-            </P
-></LI
-></UL
->
-      </P
+><EM
+>Example:</EM
+> Let's say you have a product called 
+            <SPAN
+CLASS="QUOTE"
+>"Jet Plane"</SPAN
+> that has thousands of components. You want
+            to be able to ask if a problem should be fixed in the next model of 
+            plane you release. We'll call the flag <SPAN
+CLASS="QUOTE"
+>"fixInNext"</SPAN
+>.
+            But, there's one component in <SPAN
+CLASS="QUOTE"
+>"Jet Plane,"</SPAN
+> 
+            called <SPAN
+CLASS="QUOTE"
+>"Pilot."</SPAN
+> It doesn't make sense to release a 
+            new pilot, so you don't want to have the flag show up in that component.
+            So, you include <SPAN
+CLASS="QUOTE"
+>"Jet Plane:__Any__"</SPAN
+> and you exclude 
+            <SPAN
+CLASS="QUOTE"
+>"Jet Plane:Pilot"</SPAN
+>.
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H5
 CLASS="section"
 ><A
-NAME="edit-custom-fields"
->3.10.2. Editing Custom Fields</A
-></H3
+NAME="flags-create-field-sortkey"
+>3.8.5.2.4. Sort Key</A
+></H5
 ><P
->&#13;        As soon as a Custom Field is created, its name and type cannot be
-        changed. If this field is a drop down menu, its legal values can
-        be set as described in <A
-HREF="#edit-values-list"
->Section 3.11.1</A
->. All
-        other attributes can be edited as described above.
-      </P
+>&#13;            Flags normally show up in alphabetical order. If you want them to 
+            show up in a different order, you can use this key set the order on each flag. 
+            Flags with a lower sort key will appear before flags with a higher
+            sort key. Flags that have the same sort key will be sorted alphabetically,
+            but they will still be after flags with a lower sort key, and before flags
+            with a higher sort key.
+          </P
+><P
+>&#13;            <EM
+>Example:</EM
+> I have AFlag (Sort Key 100), BFlag (Sort Key 10), 
+            CFlag (Sort Key 10), and DFlag (Sort Key 1). These show up in
+            the order: DFlag, BFlag, CFlag, AFlag.
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H5
 CLASS="section"
 ><A
-NAME="delete-custom-fields"
->3.10.3. Deleting Custom Fields</A
-></H3
+NAME="flags-create-field-active"
+>3.8.5.2.5. Active</A
+></H5
 ><P
->&#13;        It is only possible to delete obsolete Custom Fields 
-        if the field has never been used in the database.
-        To remove a field which already has content,
-        mark it as obsolete.
-      </P
+>&#13;            Sometimes, you might want to keep old flag information in the 
+            Bugzilla database, but stop users from setting any new flags of this type.
+            To do this, uncheck <SPAN
+CLASS="QUOTE"
+>"active"</SPAN
+>. Deactivated
+            flags will still show up in the UI if they are ?, +, or -, but they
+            may only be cleared (unset), and cannot be changed to a new value.
+            Once a deactivated flag is cleared, it will completely disappear from a 
+            bug/attachment, and cannot be set again.
+          </P
 ></DIV
+><DIV
+CLASS="section"
+><HR><H5
+CLASS="section"
+><A
+NAME="flags-create-field-requestable"
+>3.8.5.2.6. Requestable</A
+></H5
+><P
+>&#13;            New flags are, by default, <SPAN
+CLASS="QUOTE"
+>"requestable"</SPAN
+>, meaning that they
+            offer users the <SPAN
+CLASS="QUOTE"
+>"?"</SPAN
+> option, as well as <SPAN
+CLASS="QUOTE"
+>"+"</SPAN
+>
+            and <SPAN
+CLASS="QUOTE"
+>"-"</SPAN
+>.
+            To remove the ? option, uncheck <SPAN
+CLASS="QUOTE"
+>"requestable"</SPAN
+>.
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H5
 CLASS="section"
 ><A
-NAME="edit-values"
->3.11. Legal Values</A
-></H2
+NAME="flags-create-field-specific"
+>3.8.5.2.7. Specifically Requestable</A
+></H5
 ><P
->&#13;      Since Bugzilla 2.20 RC1, legal values for Operating Systems, platforms,
-      bug priorities and severities can be edited from the User Interface
-      directly. This means that it is no longer required to manually edit
-      <TT
-CLASS="filename"
->localconfig</TT
->. Starting with Bugzilla 2.23.3, 
-      the list of valid resolutions can be customized from the same interface.
-      Since Bugzilla 3.1.1 the list of valid bug statuses can be customized
-      as well.
-    </P
+>&#13;            By default this box is checked for new flags, meaning that users may make
+            flag requests of specific individuals. Unchecking this box will remove the
+            text box next to a flag; if it is still requestable, then requests may
+            only be made <SPAN
+CLASS="QUOTE"
+>"to the wind."</SPAN
+> Removing this after specific
+            requests have been made will not remove those requests; that data will
+            stay in the database (though it will no longer appear to the user).
+          </P
+></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H5
 CLASS="section"
 ><A
-NAME="edit-values-list"
->3.11.1. Viewing/Editing legal values</A
-></H3
+NAME="flags-create-field-multiplicable"
+>3.8.5.2.8. Multiplicable</A
+></H5
 ><P
->&#13;        Editing legal values requires <SPAN
+>&#13;            Any flag with <SPAN
 CLASS="QUOTE"
->"admin"</SPAN
-> privileges.
-        Select "Legal Values" from the Administration page. A list of all
-        fields, both system fields and Custom Fields, for which legal values
-        can be edited appears. Click a field name to edit its legal values.
-      </P
-><P
->&#13;        There is no limit to how many values a field can have, but each value 
-        must be unique to that field. The sortkey is important to display these
-        values in the desired order.
-      </P
+>"Multiplicable"</SPAN
+> set (default for new flags is 'on')
+            may be set more than once. After being set once, an unset flag
+            of the same type will appear below it with <SPAN
+CLASS="QUOTE"
+>"addl."</SPAN
+> (short for 
+            <SPAN
+CLASS="QUOTE"
+>"additional"</SPAN
+>) before the name. There is no limit to the number of
+            times a Multiplicable flags may be set on the same bug/attachment.
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H5
 CLASS="section"
 ><A
-NAME="edit-values-delete"
->3.11.2. Deleting legal values</A
-></H3
-><P
->&#13;        Legal values from Custom Fields can be deleted, but only if the 
-        following two conditions are respected:
-      </P
-><P
-></P
-><OL
-TYPE="1"
-><LI
-><P
->The value is not used by default for the field.</P
-></LI
-><LI
-><P
->No bug is currently using this value.</P
-></LI
-></OL
+NAME="flags-create-field-cclist"
+>3.8.5.2.9. CC List</A
+></H5
 ><P
->&#13;        If any of these conditions is not respected, the value cannot be deleted.
-	The only way to delete these values is to reassign bugs to another value
-	and to set another value as default for the field.
-      </P
-></DIV
+>&#13;            If you want certain users to be notified every time this flag is 
+            set to ?, -, +, or unset, add them here. This is a comma-separated 
+            list of email addresses that need not be restricted to Bugzilla usernames.
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H5
 CLASS="section"
 ><A
-NAME="bug_status_workflow"
->3.12. Bug Status Workflow</A
-></H2
-><P
->&#13;      The bug status workflow is no longer hardcoded but can be freely customized
-      from the web interface. Only one bug status cannot be renamed nor deleted,
-      UNCONFIRMED, but the workflow involving it is free. The configuration
-      page displays all existing bug statuses twice, first on the left for bug
-      statuses we come from and on the top for bug statuses we move to.
-      If the checkbox is checked, then the transition between the two bug statuses
-      is legal, else it's forbidden independently of your privileges. The bug status
-      used for the "duplicate_or_move_bug_status" parameter must be part of the
-      workflow as that is the bug status which will be used when duplicating or
-      moving a bug, so it must be available from each bug status.
-    </P
+NAME="flags-create-grant-group"
+>3.8.5.2.10. Grant Group</A
+></H5
 ><P
->&#13;      When the workflow is set, the "View Current Triggers" link below the table
-      lets you set which transitions require a comment from the user.
-    </P
+>&#13;            When this field is set to some given group, only users in the group
+            can set the flag to <SPAN
+CLASS="QUOTE"
+>"+"</SPAN
+> and <SPAN
+CLASS="QUOTE"
+>"-"</SPAN
+>. This
+            field does not affect who can request or cancel the flag. For that,
+            see the <SPAN
+CLASS="QUOTE"
+>"Request Group"</SPAN
+> field below. If this field
+            is left blank, all users can set or delete this flag. This field is
+            useful for restricting which users can approve or reject requests.
+          </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H5
 CLASS="section"
 ><A
-NAME="voting"
->3.13. Voting</A
-></H2
-><P
->Voting allows users to be given a pot of votes which they can allocate
-    to bugs, to indicate that they'd like them fixed. 
-    This allows developers to gauge
-    user need for a particular enhancement or bugfix. By allowing bugs with
-    a certain number of votes to automatically move from "UNCONFIRMED" to
-    "NEW", users of the bug system can help high-priority bugs garner
-    attention so they don't sit for a long time awaiting triage.</P
-><P
->To modify Voting settings:</P
-><P
-></P
-><OL
-TYPE="1"
-><LI
-><P
->Navigate to the "Edit product" screen for the Product you
-        wish to modify</P
-></LI
-><LI
-><P
-><EM
->Maximum Votes per person</EM
->:
-        Setting this field to "0" disables voting.</P
-></LI
-><LI
-><P
-><EM
->Maximum Votes a person can put on a single
-         bug</EM
->: 
-         It should probably be some number lower than the
-        "Maximum votes per person". Don't set this field to "0" if
-        "Maximum votes per person" is non-zero; that doesn't make
-        any sense.</P
-></LI
-><LI
-><P
-><EM
->Number of votes a bug in this product needs to
-        automatically get out of the UNCONFIRMED state</EM
->: 
-        Setting this field to "0" disables the automatic move of
-        bugs from UNCONFIRMED to NEW. 
-        </P
-></LI
-><LI
+NAME="flags-create-request-group"
+>3.8.5.2.11. Request Group</A
+></H5
 ><P
->Once you have adjusted the values to your preference, click
-        "Update".</P
-></LI
-></OL
+>&#13;            When this field is set to some given group, only users in the group
+            can request or cancel this flag. Note that this field has no effect
+            if the <SPAN
+CLASS="QUOTE"
+>"grant group"</SPAN
+> field is empty. You can set the
+            value of this field to a different group, but both fields have to be
+            set to a group for this field to have an effect.
+          </P
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H4
 CLASS="section"
 ><A
-NAME="quips"
->3.14. Quips</A
-></H2
+NAME="flags-delete"
+>3.8.5.3. Deleting a Flag</A
+></H4
 ><P
->&#13;      Quips are small text messages that can be configured to appear
-      next to search results. A Bugzilla installation can have its own specific
-      quips. Whenever a quip needs to be displayed, a random selection
-      is made from the pool of already existing quips.
-    </P
+>&#13;          When you are at the <SPAN
+CLASS="QUOTE"
+>"Administer Flag Types"</SPAN
+> screen,
+          you will be presented with a list of Bug flags and a list of Attachment
+          Flags.
+        </P
 ><P
->&#13;      Quips are controlled by the <EM
->enablequips</EM
-> parameter.
-      It has several possible values: on, approved, frozen or off.
-      In order to enable quips approval you need to set this parameter
-      to "approved". In this way, users are free to submit quips for
-      addition but an administrator must explicitly approve them before
-      they are actually used.
-    </P
+>&#13;          To delete a flag, click on the <SPAN
+CLASS="QUOTE"
+>"Delete"</SPAN
+> link next to
+          the flag description.
+        </P
+><DIV
+CLASS="warning"
+><P
+></P
+><TABLE
+CLASS="warning"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/warning.gif"
+HSPACE="5"
+ALT="Warning"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;            Once you delete a flag, it is <EM
+>gone</EM
+> from
+            your Bugzilla. All the data for that flag will be deleted.
+            Everywhere that flag was set, it will disappear,
+            and you cannot get that data back. If you want to keep flag data,
+            but don't want anybody to set any new flags or change current flags,
+            unset <SPAN
+CLASS="QUOTE"
+>"active"</SPAN
+> in the flag Edit form.
+          </P
+></TD
+></TR
+></TABLE
+></DIV
+></DIV
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="keywords"
+>3.9. Keywords</A
+></H2
 ><P
->&#13;      In order to see the user interface for the quips, it is enough to click
-      on a quip when it is displayed together with the search results. Or
-      it can be seen directly in the browser by visiting the quips.cgi URL
-      (prefixed with the usual web location of the Bugzilla installation).
-      Once the quip interface is displayed, it is enough to click the
-      "view and edit the whole quip list" in order to see the administration
-      page. A page with all the quips available in the database will
-      be displayed.
+>&#13;    The administrator can define keywords which can be used to tag and
+    categorise bugs. For example, the keyword "regression" is commonly used.
+    A company might have a policy stating all regressions
+    must be fixed by the next release - this keyword can make tracking those
+    bugs much easier.
     </P
 ><P
->&#13;      Next to each tip there is a checkbox, under the
-      "Approved" column. Quips who have this checkbox checked are
-      already approved and will appear next to the search results.
-      The ones that have it unchecked are still preserved in the
-      database but they will not appear on search results pages.
-      User submitted quips have initially the checkbox unchecked.
+>&#13;    Keywords are global, rather than per-product. If the administrator changes
+    a keyword currently applied to any bugs, the keyword cache must be rebuilt
+    using the <A
+HREF="#sanitycheck"
+>Section 3.16</A
+> script. Currently keywords can not
+    be marked obsolete to prevent future usage.
     </P
 ><P
->&#13;      Also, there is a delete link next to each quip,
-      which can be used in order to permanently delete a quip.
+>&#13;    Keywords can be created, edited or deleted by clicking the "Keywords"
+    link in the admin page. There are two fields for each keyword - the keyword
+    itself and a brief description. Once created, keywords can be selected
+    and applied to individual bugs in that bug's "Details" section.
     </P
 ></DIV
 ><DIV
@@ -9742,85 +10283,23 @@ CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="groups"
->3.15. Groups and Group Security</A
+NAME="custom-fields"
+>3.10. Custom Fields</A
 ></H2
 ><P
->&#13;    Groups allow for separating bugs into logical divisions.
-    Groups are typically used to
-    to isolate bugs that should only be seen by certain people. For
-    example, a company might create a different group for each one of its customers
-    or partners. Group permissions could be set so that each partner or customer would
-    only have access to their own bugs. Or, groups might be used to create
-    variable access controls for different departments within an organization.
-    Another common use of groups is to associate groups with products,
-    creating isolation and access control on a per-product basis.
-    </P
-><P
->&#13;    Groups and group behaviors are controlled in several places:
+>&#13;      The release of Bugzilla 3.0 added the ability to create Custom Fields. 
+      Custom Fields are treated like any other field - they can be set in bugs
+      and used for search queries. Administrators should keep in mind that
+      adding too many fields can make the user interface more complicated and
+      harder to use. Custom Fields should be added only when necessary and with 
+      careful consideration.
     </P
-><P
-></P
-><OL
-TYPE="1"
-><LI
-><P
->&#13;             The group configuration page. To view or edit existing groups, or to
-             create new groups, access the "Groups" link from the "Administration"
-             page. This section of the manual deals primarily with the aspect of
-             group controls accessed on this page.  
-           </P
-></LI
-><LI
-><P
->&#13;            Global configuration parameters. Bugzilla has several parameters 
-            that control the overall default group behavior and restriction
-            levels. For more information on the parameters that control 
-            group behavior globally, see <A
-HREF="#param-group-security"
->Section 3.1.9</A
->.
-          </P
-></LI
-><LI
-><P
->&#13;            Product association with groups. Most of the functionality of groups
-            and group security is controlled at the product level. Some aspects
-            of group access controls for products are discussed in this section,
-            but for more detail see <A
-HREF="#product-group-controls"
->Section 3.4.4</A
->.
-          </P
-></LI
-><LI
-><P
->&#13;            Group access for users. See <A
-HREF="#users-and-groups"
->Section 3.15.3</A
-> for
-            details on how users are assigned group access.
-          </P
-></LI
-></OL
-><P
->&#13;      Group permissions are such that if a bug belongs to a group, only members
-      of that group can see the bug. If a bug is in more than one group, only
-      members of <EM
->all</EM
-> the groups that the bug is in can see
-      the bug. For information on granting read-only access to certain people and
-      full edit access to others, see <A
-HREF="#product-group-controls"
->Section 3.4.4</A
->.
-     </P
 ><DIV
-CLASS="note"
+CLASS="tip"
 ><P
 ></P
 ><TABLE
-CLASS="note"
+CLASS="tip"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -9829,298 +10308,266 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/note.gif"
+SRC="../images/tip.gif"
 HSPACE="5"
-ALT="Note"></TD
+ALT="Tip"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;        By default, bugs can also be seen by the Assignee, the Reporter, and 
-        by everyone on the CC List, regardless of whether or not the bug would 
-        typically be viewable by them. Visibility to the Reporter and CC List can 
-        be overridden (on a per-bug basis) by bringing up the bug, finding the 
-        section that starts with <SPAN
-CLASS="QUOTE"
->"Users in the roles selected below..."</SPAN
->
-        and un-checking the box next to either 'Reporter' or 'CC List' (or both).
+>&#13;        Before adding a Custom Field, make sure that Bugzilla can not already
+        do the desired behavior. Many Bugzilla options are not enabled by 
+        default, and many times Administrators find that simply enabling
+        certain options that already exist is sufficient. 
       </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+><P
+>&#13;      Administrators can manage Custom Fields using the
+      <SPAN
+CLASS="QUOTE"
+>"Custom Fields"</SPAN
+> link on the Administration page. The Custom
+      Fields administration page displays a list of Custom Fields, if any exist,
+      and a link to "Add a new custom field". 
+    </P
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="create-groups"
->3.15.1. Creating Groups</A
+NAME="add-custom-fields"
+>3.10.1. Adding Custom Fields</A
 ></H3
 ><P
->&#13;        To create a new group, follow the steps below:
+>&#13;        To add a new Custom Field, click the "Add a new custom field" link. This
+        page displays several options for the new field, described below.
       </P
 ><P
+>&#13;        The following attributes must be set for each new custom field:
+        <P
 ></P
-><OL
-TYPE="1"
+><UL
 ><LI
 ><P
->&#13;            Select the <SPAN
-CLASS="QUOTE"
->"Administration"</SPAN
-> link in the page footer, 
-            and then select the <SPAN
+>&#13;              <EM
+>Name:</EM
+>
+              The name of the field in the database, used internally. This name 
+              MUST begin with <SPAN
 CLASS="QUOTE"
->"Groups"</SPAN
-> link from the 
-            Administration page.
-          </P
+>"cf_"</SPAN
+> to prevent confusion with 
+              standard fields. If this string is omitted, it will
+              be automatically added to the name entered. 
+            </P
 ></LI
 ><LI
 ><P
->&#13;            A table of all the existing groups is displayed. Below the table is a
-            description of all the fields. To create a new group, select the 
-            <SPAN
-CLASS="QUOTE"
->"Add Group"</SPAN
-> link under the table of existing groups.
-          </P
+>&#13;              <EM
+>Description:</EM
+>
+              A brief string which is used as the label for this Custom Field.
+              That is the string that users will see, and should be
+              short and explicit.
+            </P
 ></LI
 ><LI
 ><P
->&#13;            There are five fields to fill out. These fields are documented below
-            the form. Choose a name and description for the group. Decide whether
-            this group should be used for bugs (in all likelihood this should be
-            selected). Optionally, choose a regular expression that will
-            automatically add any matching users to the group, and choose an
-            icon that will help identify user comments for the group. The regular
-            expression can be useful, for example, to automatically put all users
-            from the same company into one group (if the group is for a specific
-            customer or partner). 
-          </P
-><DIV
-CLASS="note"
-><P
+>&#13;              <EM
+>Type:</EM
+>
+              The type of field to create. There are
+              several types available:
+               <P
 ></P
 ><TABLE
-CLASS="note"
-WIDTH="100%"
 BORDER="0"
+><TBODY
 ><TR
 ><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/note.gif"
-HSPACE="5"
-ALT="Note"></TD
+>&#13;                   Large Text Box: A multiple line box for entering free text.
+                 </TD
+></TR
+><TR
 ><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;               If <SPAN
-CLASS="QUOTE"
->"User RegExp"</SPAN
-> is filled out, users whose email 
-               addresses match the regular expression will automatically be 
-               members of the group as long as their email addresses continue 
-               to match the regular expression. If their email address changes
-               and no longer matches the regular expression, they will be removed
-               from the group. Versions 2.16 and older of Bugzilla did not automatically
-               remove users who's email addresses no longer matched the RegExp.
-             </P
-></TD
+>&#13;                   Free Text: A single line box for entering free text.
+                 </TD
+></TR
+><TR
+><TD
+>&#13;                   Multiple-Selection Box: A list box where multiple options 
+                   can be selected. After creating this field, it must be edited
+                   to add the selection options. See 
+                   <A
+HREF="#edit-values-list"
+>Section 3.11.1</A
+> for information about 
+                   editing legal values.
+                 </TD
 ></TR
-></TABLE
-></DIV
-><DIV
-CLASS="warning"
-><P
-></P
-><TABLE
-CLASS="warning"
-WIDTH="100%"
-BORDER="0"
 ><TR
 ><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/warning.gif"
-HSPACE="5"
-ALT="Warning"></TD
+>&#13;                   Drop Down: A list box where only one option can be selected.
+                   After creating this field, it must be edited to add the
+                   selection options. See 
+                   <A
+HREF="#edit-values-list"
+>Section 3.11.1</A
+> for information about 
+                   editing legal values.
+                 </TD
+></TR
+><TR
 ><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;               If specifying a domain in the regular expression, end
-               the regexp with a "$". Otherwise, when granting access to 
-               "@mycompany\.com", access will also be granted to 
-               'badperson@mycompany.com.cracker.net'. Use the syntax,
-               '@mycompany\.com$' for the regular expression.
-             </P
-></TD
+>&#13;                   Date/Time: A date field. This field appears with a 
+                   calendar widget for choosing the date.
+                 </TD
 ></TR
+></TBODY
 ></TABLE
-></DIV
+><P
+></P
+>
+            </P
 ></LI
 ><LI
 ><P
->&#13;          After the new group is created, it can be edited for additional options. 
-          The "Edit Group" page allows for specifying other groups that should be included
-          in this group and which groups should be permitted to add and delete
-          users from this group. For more details, see <A
-HREF="#edit-groups"
->Section 3.15.2</A
->.
-          </P
+>&#13;              <EM
+>Sortkey:</EM
+>
+              Integer that determines in which order Custom Fields are
+              displayed in the User Interface, especially when viewing a bug. 
+              Fields with lower values are displayed first.
+            </P
 ></LI
-></OL
+><LI
+><P
+>&#13;              <EM
+>Can be set on bug creation:</EM
+>
+              Boolean that determines whether this field can be set on
+              bug creation. If not selected, then a bug must be created 
+              before this field can be set. See <A
+HREF="#bugreports"
+>Section 5.6</A
+> 
+              for information about filing bugs.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Displayed in bugmail for new bugs:</EM
+>
+              Boolean that determines whether the value set on this field
+              should appear in bugmail when the bug is filed. This attribute
+              has no effect if the field cannot be set on bug creation.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Is obsolete:</EM
+>
+              Boolean that determines whether this field should
+              be displayed at all. Obsolete Custom Fields are hidden.
+            </P
+></LI
+></UL
+>
+      </P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="edit-groups"
->3.15.2. Editing Groups and Assigning Group Permissions</A
+NAME="edit-custom-fields"
+>3.10.2. Editing Custom Fields</A
 ></H3
 ><P
->&#13;        To access the "Edit Groups" page, select the 
-        <SPAN
-CLASS="QUOTE"
->"Administration"</SPAN
-> link in the page footer, 
-        and then select the <SPAN
-CLASS="QUOTE"
->"Groups"</SPAN
-> link from the Administration page.
-        A table of all the existing groups is displayed. Click on a group name
-        you wish to edit or control permissions for.
-      </P
-><P
->&#13;       The "Edit Groups" page contains the same five fields present when 
-       creating a new group. Below that are two additional sections, "Group
-       Permissions," and "Mass Remove". The "Mass Remove" option simply removes
-       all users from the group who match the regular expression entered. The
-       "Group Permissions" section requires further explanation.
+>&#13;        As soon as a Custom Field is created, its name and type cannot be
+        changed. If this field is a drop down menu, its legal values can
+        be set as described in <A
+HREF="#edit-values-list"
+>Section 3.11.1</A
+>. All
+        other attributes can be edited as described above.
       </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="delete-custom-fields"
+>3.10.3. Deleting Custom Fields</A
+></H3
 ><P
->&#13;       The "Group Permissions" section on the "Edit Groups" page contains four sets
-       of permissions that control the relationship of this group to other
-       groups. If the 'usevisibilitygroups' parameter is in use (see
-       <A
-HREF="#parameters"
->Section 3.1</A
->) two additional sets of permissions are displayed. 
-       Each set consists of two select boxes. On the left, a select box
-       with a list of all existing groups. On the right, a select box listing
-       all groups currently selected for this permission setting (this box will
-       be empty for new groups). The way these controls allow groups to relate
-       to one another is called <EM
->inheritance</EM
->. 
-       Each of the six permissions is described below.
+>&#13;        It is only possible to delete obsolete Custom Fields 
+        if the field has never been used in the database.
+        To remove a field which already has content,
+        mark it as obsolete.
       </P
-><P
-></P
+></DIV
+></DIV
 ><DIV
-CLASS="variablelist"
-><DL
-><DT
-><EM
->Groups That Are a Member of This Group</EM
-></DT
-><DD
-><P
-> 
-              Members of any groups selected here will automatically have 
-              membership in this group. In other words, members of any selected 
-              group will inherit membership in this group. 
-            </P
-></DD
-><DT
-><EM
->Groups That This Group Is a Member Of</EM
-></DT
-><DD
-><P
->&#13;              Members of this group will inherit membership to any group 
-              selected here. For example, suppose the group being edited is
-              an Admin group. If there are two products  (Product1 and Product2) 
-              and each product has its
-              own group (Group1 and Group2), and the Admin group 
-              should have access to both products, 
-              simply select both Group1 and Group2 here. 
-           </P
-></DD
-><DT
-><EM
->Groups That Can Grant Membership in This Group</EM
-></DT
-><DD
-><P
->&#13;             The members of any group selected here will be able add users
-             to this group, even if they themselves are not in this group.
-           </P
-></DD
-><DT
-><EM
->Groups That This Group Can Grant Membership In</EM
-></DT
-><DD
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="edit-values"
+>3.11. Legal Values</A
+></H2
 ><P
->&#13;             Members of this group can add users to any group selected here,
-             even if they themselves are not in the selected groups.  
-           </P
-></DD
-><DT
-><EM
->Groups That Can See This Group</EM
-></DT
-><DD
+>&#13;      Since Bugzilla 2.20 RC1, legal values for Operating Systems, platforms,
+      bug priorities and severities can be edited from the User Interface
+      directly. This means that it is no longer required to manually edit
+      <TT
+CLASS="filename"
+>localconfig</TT
+>. Starting with Bugzilla 2.23.3, 
+      the list of valid resolutions can be customized from the same interface.
+      Since Bugzilla 3.1.1 the list of valid bug statuses can be customized
+      as well.
+    </P
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="edit-values-list"
+>3.11.1. Viewing/Editing legal values</A
+></H3
 ><P
->&#13;             Members of any selected group can see the users in this group.
-             This setting is only visible if the 'usevisibilitygroups' parameter
-             is enabled on the Bugzilla Configuration page. See
-             <A
-HREF="#parameters"
->Section 3.1</A
-> for information on configuring Bugzilla.
-           </P
-></DD
-><DT
-><EM
->Groups That This Group Can See</EM
-></DT
-><DD
+>&#13;        Editing legal values requires <SPAN
+CLASS="QUOTE"
+>"admin"</SPAN
+> privileges.
+        Select "Legal Values" from the Administration page. A list of all
+        fields, both system fields and Custom Fields, for which legal values
+        can be edited appears. Click a field name to edit its legal values.
+      </P
 ><P
->&#13;             Members of this group can see members in any of the selected groups.
-             This setting is only visible if the 'usevisibilitygroups' parameter
-             is enabled on the the Bugzilla Configuration page. See
-             <A
-HREF="#parameters"
->Section 3.1</A
-> for information on configuring Bugzilla.               
-           </P
-></DD
-></DL
-></DIV
+>&#13;        There is no limit to how many values a field can have, but each value 
+        must be unique to that field. The sortkey is important to display these
+        values in the desired order.
+      </P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="users-and-groups"
->3.15.3. Assigning Users to Groups</A
+NAME="edit-values-delete"
+>3.11.2. Deleting legal values</A
 ></H3
 ><P
->&#13;        A User can become a member of a group in several ways:
+>&#13;        Legal values from Custom Fields can be deleted, but only if the 
+        following two conditions are respected:
       </P
 ><P
 ></P
@@ -10128,203 +10575,232 @@ NAME="users-and-groups"
 TYPE="1"
 ><LI
 ><P
->&#13;            The user can be explicitly placed in the group by editing
-            the user's profile. This can be done by accessing the "Users" page
-            from the "Administration" page. Use the search form to find the user
-            you want to edit group membership for, and click on their email
-            address in the search results to edit their profile. The profile
-            page lists all the groups, and indicates if the user is a member of
-            the group either directly or indirectly. More information on indirect
-            group membership is below. For more details on User administration,
-            see <A
-HREF="#useradmin"
->Section 3.2</A
->.
-          </P
-></LI
-><LI
-><P
->&#13;           The group can include another group of which the user is
-           a member. This is indicated by square brackets around the checkbox  
-           next to the group name in the user's profile. 
-           See <A
-HREF="#edit-groups"
->Section 3.15.2</A
-> for details on group inheritance.
-          </P
+>The value is not used by default for the field.</P
 ></LI
 ><LI
 ><P
->&#13;            The user's email address can match the regular expression
-            that has been specified to automatically grant membership to
-            the group. This is indicated by "*" around the check box by the
-            group name in the user's profile.
-            See <A
-HREF="#create-groups"
->Section 3.15.1</A
-> for details on 
-            the regular expression option when creating groups.
-           </P
+>No bug is currently using this value.</P
 ></LI
 ></OL
+><P
+>&#13;        If any of these conditions is not respected, the value cannot be deleted.
+	The only way to delete these values is to reassign bugs to another value
+	and to set another value as default for the field.
+      </P
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H2
 CLASS="section"
 ><A
-NAME="AEN2001"
->3.15.4. Assigning Group Controls to Products</A
-></H3
+NAME="bug_status_workflow"
+>3.12. Bug Status Workflow</A
+></H2
 ><P
->&#13;     The primary functionality of groups is derived from the relationship of 
-     groups to products. The concepts around segregating access to bugs with
-     product group controls can be confusing. For details and examples on this
-     topic, see <A
-HREF="#product-group-controls"
->Section 3.4.4</A
->.
-     </P
+>&#13;      The bug status workflow is no longer hardcoded but can be freely customized
+      from the web interface. Only one bug status cannot be renamed nor deleted,
+      UNCONFIRMED, but the workflow involving it is free. The configuration
+      page displays all existing bug statuses twice, first on the left for bug
+      statuses we come from and on the top for bug statuses we move to.
+      If the checkbox is checked, then the transition between the two bug statuses
+      is legal, else it's forbidden independently of your privileges. The bug status
+      used for the "duplicate_or_move_bug_status" parameter must be part of the
+      workflow as that is the bug status which will be used when duplicating or
+      moving a bug, so it must be available from each bug status.
+    </P
+><P
+>&#13;      When the workflow is set, the "View Current Triggers" link below the table
+      lets you set which transitions require a comment from the user.
+    </P
 ></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="voting"
+>3.13. Voting</A
+></H2
+><P
+>Voting allows users to be given a pot of votes which they can allocate
+    to bugs, to indicate that they'd like them fixed. 
+    This allows developers to gauge
+    user need for a particular enhancement or bugfix. By allowing bugs with
+    a certain number of votes to automatically move from "UNCONFIRMED" to
+    "NEW", users of the bug system can help high-priority bugs garner
+    attention so they don't sit for a long time awaiting triage.</P
+><P
+>To modify Voting settings:</P
+><P
+></P
+><OL
+TYPE="1"
+><LI
+><P
+>Navigate to the "Edit product" screen for the Product you
+        wish to modify</P
+></LI
+><LI
+><P
+><EM
+>Maximum Votes per person</EM
+>:
+        Setting this field to "0" disables voting.</P
+></LI
+><LI
+><P
+><EM
+>Maximum Votes a person can put on a single
+         bug</EM
+>: 
+         It should probably be some number lower than the
+        "Maximum votes per person". Don't set this field to "0" if
+        "Maximum votes per person" is non-zero; that doesn't make
+        any sense.</P
+></LI
+><LI
+><P
+><EM
+>Number of votes a bug in this product needs to
+        automatically get out of the UNCONFIRMED state</EM
+>: 
+        Setting this field to "0" disables the automatic move of
+        bugs from UNCONFIRMED to NEW. 
+        </P
+></LI
+><LI
+><P
+>Once you have adjusted the values to your preference, click
+        "Update".</P
+></LI
+></OL
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="sanitycheck"
->3.16. Checking and Maintaining Database Integrity</A
+NAME="quips"
+>3.14. Quips</A
 ></H2
 ><P
->&#13;    Over time it is possible for the Bugzilla database to become corrupt
-    or to have anomalies.
-    This could happen through normal usage of Bugzilla, manual database
-    administration outside of the Bugzilla user interface, or from some
-    other unexpected event. Bugzilla includes a "Sanity Check" script that
-    can perform several basic database checks, and repair certain problems or
-    inconsistencies. 
+>&#13;      Quips are small text messages that can be configured to appear
+      next to search results. A Bugzilla installation can have its own specific
+      quips. Whenever a quip needs to be displayed, a random selection
+      is made from the pool of already existing quips.
     </P
 ><P
->&#13;    To run the "Sanity Check" script, log in as an Administrator and click the
-    "Sanity Check" link in the admin page. Any problems that are found will be
-    displayed in red letters. If the script is capable of fixing a problem,
-    it will present a link to initiate the fix. If the script can not
-    fix the problem it will require manual database administration or recovery.
+>&#13;      Quips are controlled by the <EM
+>enablequips</EM
+> parameter.
+      It has several possible values: on, approved, frozen or off.
+      In order to enable quips approval you need to set this parameter
+      to "approved". In this way, users are free to submit quips for
+      addition but an administrator must explicitly approve them before
+      they are actually used.
     </P
 ><P
->&#13;    The "Sanity Check" script can also be run from the command line via the perl
-    script <TT
-CLASS="filename"
->sanitycheck.pl</TT
->. The script can also be run as
-    a <B
-CLASS="command"
->cron</B
-> job. Results will be delivered by email.
+>&#13;      In order to see the user interface for the quips, it is enough to click
+      on a quip when it is displayed together with the search results. Or
+      it can be seen directly in the browser by visiting the quips.cgi URL
+      (prefixed with the usual web location of the Bugzilla installation).
+      Once the quip interface is displayed, it is enough to click the
+      "view and edit the whole quip list" in order to see the administration
+      page. A page with all the quips available in the database will
+      be displayed.
     </P
 ><P
->&#13;    The "Sanity Check" script should be run on a regular basis as a matter of
-    best practice.
+>&#13;      Next to each tip there is a checkbox, under the
+      "Approved" column. Quips who have this checkbox checked are
+      already approved and will appear next to the search results.
+      The ones that have it unchecked are still preserved in the
+      database but they will not appear on search results pages.
+      User submitted quips have initially the checkbox unchecked.
     </P
-><DIV
-CLASS="warning"
-><P
-></P
-><TABLE
-CLASS="warning"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/warning.gif"
-HSPACE="5"
-ALT="Warning"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
 ><P
->&#13;      The "Sanity Check" script is no substitute for a competent database
-      administrator. It is only designed to check and repair basic database
-      problems.
-      </P
-></TD
-></TR
-></TABLE
-></DIV
+>&#13;      Also, there is a delete link next to each quip,
+      which can be used in order to permanently delete a quip.
+    </P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="upgrading"
->3.17. Upgrading to New Releases</A
+NAME="groups"
+>3.15. Groups and Group Security</A
 ></H2
 ><P
->&#13;      Upgrading Bugzilla is something we all want to do from time to time,
-      be it to get new features or pick up the latest security fix. How easy
-      it is to update depends on a few factors:
+>&#13;    Groups allow for separating bugs into logical divisions.
+    Groups are typically used to
+    to isolate bugs that should only be seen by certain people. For
+    example, a company might create a different group for each one of its customers
+    or partners. Group permissions could be set so that each partner or customer would
+    only have access to their own bugs. Or, groups might be used to create
+    variable access controls for different departments within an organization.
+    Another common use of groups is to associate groups with products,
+    creating isolation and access control on a per-product basis.
+    </P
+><P
+>&#13;    Groups and group behaviors are controlled in several places:
     </P
 ><P
 ></P
-><UL
+><OL
+TYPE="1"
 ><LI
 ><P
->&#13;          If the new version is a revision or a new point release
-        </P
+>&#13;             The group configuration page. To view or edit existing groups, or to
+             create new groups, access the "Groups" link from the "Administration"
+             page. This section of the manual deals primarily with the aspect of
+             group controls accessed on this page.  
+           </P
 ></LI
 ><LI
 ><P
->&#13;          How many local changes (if any) have been made
-        </P
+>&#13;            Global configuration parameters. Bugzilla has several parameters 
+            that control the overall default group behavior and restriction
+            levels. For more information on the parameters that control 
+            group behavior globally, see <A
+HREF="#param-group-security"
+>Section 3.1.9</A
+>.
+          </P
 ></LI
-></UL
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="upgrading-version-defns"
->3.17.1. Version Definitions</A
-></H3
+><LI
 ><P
->&#13;        Bugzilla displays the version you are using at the top of the home
-        page <TT
-CLASS="filename"
->index.cgi</TT
->. It looks something like
-        '2.20.3', '2.22.1' or '3.0rc1'. The first number in this series is
-        the Major Version. This does not change very often;
-        Bugzilla was 1.x.x when it was first created, and went to 2.x.x
-        when it was re-written in perl in Sept 1998. The major version
-        3.x.x, released in early 2007, is pretty far from what the 2.x.x
-        series looked like, both about its UI and its code.
-      </P
+>&#13;            Product association with groups. Most of the functionality of groups
+            and group security is controlled at the product level. Some aspects
+            of group access controls for products are discussed in this section,
+            but for more detail see <A
+HREF="#product-group-controls"
+>Section 3.4.4</A
+>.
+          </P
+></LI
+><LI
 ><P
->&#13;        The second number in the version is called the 'minor number', and
-        a release that changes the minor number is called a 'point release'.
-        An even number in this position (2.18, 2.20, 2.22, 3.0, 3.2, etc.)
-        represents a stable version, while an odd number (2.19, 2.21, 2.23, etc.)
-        represents a development version. In the past, stable point releases
-        were feature-based, coming when certain enhancements had been
-        completed, or the Bugzilla development team felt that enough
-        progress had been made overall. As of version 2.18, however,
-        Bugzilla has moved to a time-based release schedule; current plans
-        are to create a stable point release every 6 months or so after
-        2.18 is deployed.
-      </P
+>&#13;            Group access for users. See <A
+HREF="#users-and-groups"
+>Section 3.15.3</A
+> for
+            details on how users are assigned group access.
+          </P
+></LI
+></OL
 ><P
->&#13;        The third number in the Bugzilla version represents a bugfix version.
-        Bugfix Revisions are released only to address security vulnerabilities
-        and, for a limited period, bug fixes. Once enough of these
-        bugfixes have accumulated (or a new security vulnerability is
-        identified and closed), a bugfix release is made. As an
-        example, 2.20.3 was a bugfix release, and improved on 2.20.2.
-      </P
+>&#13;      Group permissions are such that if a bug belongs to a group, only members
+      of that group can see the bug. If a bug is in more than one group, only
+      members of <EM
+>all</EM
+> the groups that the bug is in can see
+      the bug. For information on granting read-only access to certain people and
+      full edit access to others, see <A
+HREF="#product-group-controls"
+>Section 3.4.4</A
+>.
+     </P
 ><DIV
 CLASS="note"
 ><P
@@ -10346,70 +10822,30 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          When reading version numbers, everything separated by a point ('.')
-          should be read as a single number. It is <EM
->not</EM
+>&#13;        By default, bugs can also be seen by the Assignee, the Reporter, and 
+        by everyone on the CC List, regardless of whether or not the bug would 
+        typically be viewable by them. Visibility to the Reporter and CC List can 
+        be overridden (on a per-bug basis) by bringing up the bug, finding the 
+        section that starts with <SPAN
+CLASS="QUOTE"
+>"Users in the roles selected below..."</SPAN
 >
-          the same as decimal. 2.22 is newer than 2.8 because minor version
-          22 is greater than minor version 8. The now unsupported release 2.16.11
-          was newer than 2.16.9 (because bugfix 11 is greater than bugfix 9. This is
-          confusing to some people who aren't used to dealing with software.
-        </P
+        and un-checking the box next to either 'Reporter' or 'CC List' (or both).
+      </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="upgrading-notifications"
->3.17.2. Upgrading - Notifications</A
-></H3
-><P
->&#13;        Bugzilla 3.0 introduces the ability to automatically notify
-        administrators when new releases are available, based on the
-        <TT
-CLASS="literal"
->upgrade_notification</TT
-> parameter, see
-        <A
-HREF="#parameters"
->Section 3.1</A
->. Administrators will see these
-        notifications when they access the <TT
-CLASS="filename"
->index.cgi</TT
->
-        page, i.e. generally when logging in. Bugzilla will check once per
-        day for new releases, unless the parameter is set to
-        <SPAN
-CLASS="QUOTE"
->"disabled"</SPAN
->. If you are behind a proxy, you may have to set
-        the <TT
-CLASS="literal"
->proxy_url</TT
-> parameter accordingly. If the proxy
-        requires authentication, use the
-        <TT
-CLASS="literal"
->http://user:pass@proxy_url/</TT
-> syntax.
-      </P
-></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="upgrading-methods"
->3.17.3. Upgrading - Methods and Procedure</A
+NAME="create-groups"
+>3.15.1. Creating Groups</A
 ></H3
 ><P
->&#13;        There are three different ways to upgrade your installation.
+>&#13;        To create a new group, follow the steps below:
       </P
 ><P
 ></P
@@ -10417,117 +10853,45 @@ NAME="upgrading-methods"
 TYPE="1"
 ><LI
 ><P
->&#13;            Using CVS (<A
-HREF="#upgrade-cvs"
->Section 3.17.3.1</A
->)
+>&#13;            Select the <SPAN
+CLASS="QUOTE"
+>"Administration"</SPAN
+> link in the page footer, 
+            and then select the <SPAN
+CLASS="QUOTE"
+>"Groups"</SPAN
+> link from the 
+            Administration page.
           </P
 ></LI
 ><LI
 ><P
->&#13;            Downloading a new tarball (<A
-HREF="#upgrade-tarball"
->Section 3.17.3.2</A
->)
+>&#13;            A table of all the existing groups is displayed. Below the table is a
+            description of all the fields. To create a new group, select the 
+            <SPAN
+CLASS="QUOTE"
+>"Add Group"</SPAN
+> link under the table of existing groups.
           </P
 ></LI
 ><LI
 ><P
->&#13;            Applying the relevant patches (<A
-HREF="#upgrade-patches"
->Section 3.17.3.3</A
->)
+>&#13;            There are five fields to fill out. These fields are documented below
+            the form. Choose a name and description for the group. Decide whether
+            this group should be used for bugs (in all likelihood this should be
+            selected). Optionally, choose a regular expression that will
+            automatically add any matching users to the group, and choose an
+            icon that will help identify user comments for the group. The regular
+            expression can be useful, for example, to automatically put all users
+            from the same company into one group (if the group is for a specific
+            customer or partner). 
           </P
-></LI
-></OL
-><P
->&#13;        Each of these options has its own pros and cons; the one that's
-        right for you depends on how long it has been since you last
-        installed, the degree to which you have customized your installation,
-        and/or your network configuration. (Some discussion of the various
-        methods of updating compared with degree and methods of local
-        customization can be found in <A
-HREF="#template-method"
->Section 6.2.2</A
->.)
-      </P
-><P
->&#13;        The larger the jump you are trying to make, the more difficult it
-        is going to be to upgrade if you have made local customizations.
-        Upgrading from 2.22 to 2.22.1 should be fairly painless even if
-        you are heavily customized, but going from 2.18 to 3.0 is going
-        to mean a fair bit of work re-writing your local changes to use
-        the new files, logic, templates, etc. If you have done no local
-        changes at all, however, then upgrading should be approximately
-        the same amount of work regardless of how long it has been since
-        your version was released.
-      </P
-><DIV
-CLASS="warning"
-><P
-></P
-><TABLE
-CLASS="warning"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/warning.gif"
-HSPACE="5"
-ALT="Warning"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;          Upgrading is a one-way process. You should backup your database
-          and current Bugzilla directory before attempting the upgrade. If
-          you wish to revert to the old Bugzilla version for any reason, you
-          will have to restore from these backups.
-        </P
-></TD
-></TR
-></TABLE
-></DIV
-><P
->&#13;        The examples in the following sections are written as though the
-        user were updating to version 2.22.1, but the procedures are the
-        same regardless of whether one is updating to a new point release
-        or simply trying to obtain a new bugfix release. Also, in the
-        examples the user's Bugzilla installation is found at
-        <TT
-CLASS="filename"
->/var/www/html/bugzilla</TT
->. If that is not the
-        same as the location of your Bugzilla installation, simply
-        substitute the proper paths where appropriate.
-      </P
-><DIV
-CLASS="section"
-><HR><H4
-CLASS="section"
-><A
-NAME="upgrade-cvs"
->3.17.3.1. Upgrading using CVS</A
-></H4
-><P
->&#13;          Every release of Bugzilla, whether it is a point release or a bugfix,
-          is tagged in CVS.  Also, every tarball that has been distributed since
-          version 2.12 has been created in such a way that it can be used with
-          CVS once it is unpacked. Doing so, however, requires that you are able
-          to access cvs-mirror.mozilla.org on port 2401, which may not be an
-          option or a possibility for some users, especially those behind a
-          highly restrictive firewall.
-        </P
 ><DIV
-CLASS="tip"
+CLASS="note"
 ><P
 ></P
 ><TABLE
-CLASS="tip"
+CLASS="note"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -10536,68 +10900,34 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/tip.gif"
-HSPACE="5"
-ALT="Tip"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;            If you can, updating using CVS is probably the most painless
-            method, especially if you have a lot of local changes.
-          </P
-></TD
-></TR
-></TABLE
-></DIV
-><P
->&#13;          The following shows the sequence of commands needed to update a
-          Bugzilla installation via CVS, and a typical series of results.
-        </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;bash$ <B
-CLASS="command"
->cd /var/www/html/bugzilla</B
->
-bash$ <B
-CLASS="command"
->cvs login</B
->
-Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
-CVS password: <EM
->('anonymous', or just leave it blank)</EM
->
-bash$ <B
-CLASS="command"
->cvs -q update -r BUGZILLA-2_22_1 -dP</B
->
-P checksetup.pl
-P collectstats.pl
-P docs/rel_notes.txt
-P template/en/default/list/quips.html.tmpl
-<EM
->(etc.)</EM
->
-        </PRE
-></FONT
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;               If <SPAN
+CLASS="QUOTE"
+>"User RegExp"</SPAN
+> is filled out, users whose email 
+               addresses match the regular expression will automatically be 
+               members of the group as long as their email addresses continue 
+               to match the regular expression. If their email address changes
+               and no longer matches the regular expression, they will be removed
+               from the group. Versions 2.16 and older of Bugzilla did not automatically
+               remove users who's email addresses no longer matched the RegExp.
+             </P
 ></TD
 ></TR
 ></TABLE
+></DIV
 ><DIV
-CLASS="caution"
+CLASS="warning"
 ><P
 ></P
 ><TABLE
-CLASS="caution"
+CLASS="warning"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -10606,311 +10936,282 @@ WIDTH="25"
 ALIGN="CENTER"
 VALIGN="TOP"
 ><IMG
-SRC="../images/caution.gif"
+SRC="../images/warning.gif"
 HSPACE="5"
-ALT="Caution"></TD
+ALT="Warning"></TD
 ><TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;            If a line in the output from <B
-CLASS="command"
->cvs update</B
-> begins
-            with a <SAMP
-CLASS="computeroutput"
->C</SAMP
->, then that represents a
-            file with local changes that CVS was unable to properly merge. You
-            need to resolve these conflicts manually before Bugzilla (or at
-            least the portion using that file) will be usable.
-          </P
+>&#13;               If specifying a domain in the regular expression, end
+               the regexp with a "$". Otherwise, when granting access to 
+               "@mycompany\.com", access will also be granted to 
+               'badperson@mycompany.com.cracker.net'. Use the syntax,
+               '@mycompany\.com$' for the regular expression.
+             </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+></LI
+><LI
+><P
+>&#13;          After the new group is created, it can be edited for additional options. 
+          The "Edit Group" page allows for specifying other groups that should be included
+          in this group and which groups should be permitted to add and delete
+          users from this group. For more details, see <A
+HREF="#edit-groups"
+>Section 3.15.2</A
+>.
+          </P
+></LI
+></OL
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H3
 CLASS="section"
 ><A
-NAME="upgrade-tarball"
->3.17.3.2. Upgrading using the tarball</A
-></H4
+NAME="edit-groups"
+>3.15.2. Editing Groups and Assigning Group Permissions</A
+></H3
 ><P
->&#13;          If you are unable (or unwilling) to use CVS, another option that's
-          always available is to obtain the latest tarball from the <A
-HREF="http://www.bugzilla.org/download/"
-TARGET="_top"
->Download Page</A
-> and 
-          create a new Bugzilla installation from that.
-        </P
+>&#13;        To access the "Edit Groups" page, select the 
+        <SPAN
+CLASS="QUOTE"
+>"Administration"</SPAN
+> link in the page footer, 
+        and then select the <SPAN
+CLASS="QUOTE"
+>"Groups"</SPAN
+> link from the Administration page.
+        A table of all the existing groups is displayed. Click on a group name
+        you wish to edit or control permissions for.
+      </P
 ><P
->&#13;          This sequence of commands shows how to get the tarball from the
-          command-line; it is also possible to download it from the site
-          directly in a web browser. If you go that route, save the file
-          to the <TT
-CLASS="filename"
->/var/www/html</TT
->
-          directory (or its equivalent, if you use something else) and 
-          omit the first three lines of the example.
-        </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;bash$ <B
-CLASS="command"
->cd /var/www/html</B
->
-bash$ <B
-CLASS="command"
->wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.gz</B
->
-<EM
->(Output omitted)</EM
->
-bash$ <B
-CLASS="command"
->tar xzvf bugzilla-2.22.1.tar.gz</B
->
-bugzilla-2.22.1/
-bugzilla-2.22.1/.cvsignore
-<EM
->(Output truncated)</EM
->
-bash$ <B
-CLASS="command"
->cd bugzilla-2.22.1</B
->
-bash$ <B
-CLASS="command"
->cp ../bugzilla/localconfig* .</B
->
-bash$ <B
-CLASS="command"
->cp -r ../bugzilla/data .</B
->
-bash$ <B
-CLASS="command"
->cd ..</B
->
-bash$ <B
-CLASS="command"
->mv bugzilla bugzilla.old</B
->
-bash$ <B
-CLASS="command"
->mv bugzilla-2.22.1 bugzilla</B
->
-        </PRE
-></FONT
-></TD
-></TR
-></TABLE
+>&#13;       The "Edit Groups" page contains the same five fields present when 
+       creating a new group. Below that are two additional sections, "Group
+       Permissions," and "Mass Remove". The "Mass Remove" option simply removes
+       all users from the group who match the regular expression entered. The
+       "Group Permissions" section requires further explanation.
+      </P
+><P
+>&#13;       The "Group Permissions" section on the "Edit Groups" page contains four sets
+       of permissions that control the relationship of this group to other
+       groups. If the 'usevisibilitygroups' parameter is in use (see
+       <A
+HREF="#parameters"
+>Section 3.1</A
+>) two additional sets of permissions are displayed. 
+       Each set consists of two select boxes. On the left, a select box
+       with a list of all existing groups. On the right, a select box listing
+       all groups currently selected for this permission setting (this box will
+       be empty for new groups). The way these controls allow groups to relate
+       to one another is called <EM
+>inheritance</EM
+>. 
+       Each of the six permissions is described below.
+      </P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+><EM
+>Groups That Are a Member of This Group</EM
+></DT
+><DD
+><P
+> 
+              Members of any groups selected here will automatically have 
+              membership in this group. In other words, members of any selected 
+              group will inherit membership in this group. 
+            </P
+></DD
+><DT
+><EM
+>Groups That This Group Is a Member Of</EM
+></DT
+><DD
+><P
+>&#13;              Members of this group will inherit membership to any group 
+              selected here. For example, suppose the group being edited is
+              an Admin group. If there are two products  (Product1 and Product2) 
+              and each product has its
+              own group (Group1 and Group2), and the Admin group 
+              should have access to both products, 
+              simply select both Group1 and Group2 here. 
+           </P
+></DD
+><DT
+><EM
+>Groups That Can Grant Membership in This Group</EM
+></DT
+><DD
+><P
+>&#13;             The members of any group selected here will be able add users
+             to this group, even if they themselves are not in this group.
+           </P
+></DD
+><DT
+><EM
+>Groups That This Group Can Grant Membership In</EM
+></DT
+><DD
+><P
+>&#13;             Members of this group can add users to any group selected here,
+             even if they themselves are not in the selected groups.  
+           </P
+></DD
+><DT
+><EM
+>Groups That Can See This Group</EM
+></DT
+><DD
+><P
+>&#13;             Members of any selected group can see the users in this group.
+             This setting is only visible if the 'usevisibilitygroups' parameter
+             is enabled on the Bugzilla Configuration page. See
+             <A
+HREF="#parameters"
+>Section 3.1</A
+> for information on configuring Bugzilla.
+           </P
+></DD
+><DT
+><EM
+>Groups That This Group Can See</EM
+></DT
+><DD
+><P
+>&#13;             Members of this group can see members in any of the selected groups.
+             This setting is only visible if the 'usevisibilitygroups' parameter
+             is enabled on the the Bugzilla Configuration page. See
+             <A
+HREF="#parameters"
+>Section 3.1</A
+> for information on configuring Bugzilla.               
+           </P
+></DD
+></DL
+></DIV
+></DIV
 ><DIV
-CLASS="warning"
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="users-and-groups"
+>3.15.3. Assigning Users to Groups</A
+></H3
+><P
+>&#13;        A User can become a member of a group in several ways:
+      </P
 ><P
 ></P
-><TABLE
-CLASS="warning"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/warning.gif"
-HSPACE="5"
-ALT="Warning"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
+><OL
+TYPE="1"
+><LI
 ><P
->&#13;            The <B
-CLASS="command"
->cp</B
-> commands both end with periods which
-            is a very important detail, it tells the shell that the destination
-            directory is the current working directory. 
+>&#13;            The user can be explicitly placed in the group by editing
+            the user's profile. This can be done by accessing the "Users" page
+            from the "Administration" page. Use the search form to find the user
+            you want to edit group membership for, and click on their email
+            address in the search results to edit their profile. The profile
+            page lists all the groups, and indicates if the user is a member of
+            the group either directly or indirectly. More information on indirect
+            group membership is below. For more details on User administration,
+            see <A
+HREF="#useradmin"
+>Section 3.2</A
+>.
           </P
-></TD
-></TR
-></TABLE
-></DIV
+></LI
+><LI
 ><P
->&#13;          This upgrade method will give you a clean install of Bugzilla with the 
-          same version as the tarball. That's fine if you don't have any local
-          customizations that you want to maintain, but if you do then you will 
-          need to reapply them by hand to the appropriate files. 
-        </P
+>&#13;           The group can include another group of which the user is
+           a member. This is indicated by square brackets around the checkbox  
+           next to the group name in the user's profile. 
+           See <A
+HREF="#edit-groups"
+>Section 3.15.2</A
+> for details on group inheritance.
+          </P
+></LI
+><LI
 ><P
->&#13;          It's worth noting that since 2.12, the Bugzilla tarballs come
-          CVS-ready, so if you decide at a later date that you'd rather use
-          CVS as an upgrade method, your code will already be set up for it.
-        </P
+>&#13;            The user's email address can match the regular expression
+            that has been specified to automatically grant membership to
+            the group. This is indicated by "*" around the check box by the
+            group name in the user's profile.
+            See <A
+HREF="#create-groups"
+>Section 3.15.1</A
+> for details on 
+            the regular expression option when creating groups.
+           </P
+></LI
+></OL
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H3
 CLASS="section"
 ><A
-NAME="upgrade-patches"
->3.17.3.3. Upgrading using patches</A
-></H4
+NAME="AEN2177"
+>3.15.4. Assigning Group Controls to Products</A
+></H3
 ><P
->&#13;          If you are doing a bugfix upgrade -- that is, one where only the 
-          last number of the revision changes, such as from 2.22 to 2.22.1
-          -- then you have the option of obtaining and applying a patch file
-          from the <A
-HREF="http://www.bugzilla.org/download/"
-TARGET="_top"
->Download Page</A
+>&#13;     The primary functionality of groups is derived from the relationship of 
+     groups to products. The concepts around segregating access to bugs with
+     product group controls can be confusing. For details and examples on this
+     topic, see <A
+HREF="#product-group-controls"
+>Section 3.4.4</A
 >.
-          This file is made available by the <A
-HREF="http://www.bugzilla.org/developers/profiles.html"
-TARGET="_top"
->Bugzilla
-          Development Team</A
->, and is a collection of all the bug fixes
-          and security patches that have been made since the last bugfix
-          release. If you are planning to upgrade via patches, it is safer
-          to grab this developer-made patch file than to read the patch
-          notes and apply all (or even just some of) the patches oneself,
-          as sometimes patches on bugs get changed before they get checked in.
-        </P
-><P
->&#13;          As above, this example starts with obtaining the file via the 
-          command line. If you have already downloaded it, you can omit the
-          first two commands.
-        </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;bash$ <B
-CLASS="command"
->cd /var/www/html/bugzilla</B
->
-bash$ <B
-CLASS="command"
->wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22-to-2.22.1.diff.gz</B
->
-<EM
->(Output omitted)</EM
->
-bash$ <B
-CLASS="command"
->gunzip bugzilla-2.22-to-2.22.1.diff.gz</B
->
-bash$ <B
-CLASS="command"
->patch -p1 &#60; bugzilla-2.22-to-2.22.1.diff</B
->
-patching file checksetup.pl
-patching file collectstats.pl
-<EM
->(etc.)</EM
->
-        </PRE
-></FONT
-></TD
-></TR
-></TABLE
-><DIV
-CLASS="warning"
-><P
-></P
-><TABLE
-CLASS="warning"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/warning.gif"
-HSPACE="5"
-ALT="Warning"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;            Be aware that upgrading from a patch file does not change the
-            entries in your <TT
-CLASS="filename"
->CVS</TT
-> directory.
-            This could make it more difficult to upgrade using CVS
-            (<A
-HREF="#upgrade-cvs"
->Section 3.17.3.1</A
->) in the future.
-          </P
-></TD
-></TR
-></TABLE
-></DIV
+     </P
 ></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H2
 CLASS="section"
 ><A
-NAME="upgrading-completion"
->3.17.4. Completing Your Upgrade</A
-></H3
+NAME="sanitycheck"
+>3.16. Checking and Maintaining Database Integrity</A
+></H2
 ><P
->&#13;        Regardless of which upgrade method you choose, you will need to
-        run <B
-CLASS="command"
->./checksetup.pl</B
-> before your Bugzilla
-        upgrade will be complete.
-      </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;bash$ <B
-CLASS="command"
->cd bugzilla</B
->
-bash$ <B
+>&#13;    Over time it is possible for the Bugzilla database to become corrupt
+    or to have anomalies.
+    This could happen through normal usage of Bugzilla, manual database
+    administration outside of the Bugzilla user interface, or from some
+    other unexpected event. Bugzilla includes a "Sanity Check" script that
+    can perform several basic database checks, and repair certain problems or
+    inconsistencies. 
+    </P
+><P
+>&#13;    To run the "Sanity Check" script, log in as an Administrator and click the
+    "Sanity Check" link in the admin page. Any problems that are found will be
+    displayed in red letters. If the script is capable of fixing a problem,
+    it will present a link to initiate the fix. If the script can not
+    fix the problem it will require manual database administration or recovery.
+    </P
+><P
+>&#13;    The "Sanity Check" script can also be run from the command line via the perl
+    script <TT
+CLASS="filename"
+>sanitycheck.pl</TT
+>. The script can also be run as
+    a <B
 CLASS="command"
->./checksetup.pl</B
->
-      </PRE
-></FONT
-></TD
-></TR
-></TABLE
+>cron</B
+> job. Results will be delivered by email.
+    </P
+><P
+>&#13;    The "Sanity Check" script should be run on a regular basis as a matter of
+    best practice.
+    </P
 ><DIV
 CLASS="warning"
 ><P
@@ -10932,31 +11233,14 @@ ALT="Warning"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          The period at the beginning of the command
-          <B
-CLASS="command"
->./checksetup.pl</B
-> is important and can not
-          be omitted.
-        </P
+>&#13;      The "Sanity Check" script is no substitute for a competent database
+      administrator. It is only designed to check and repair basic database
+      problems.
+      </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-><P
->&#13;        If you have done a lot of local modifications, it wouldn't hurt
-        to run the Bugzilla Testing suite. This is not a required step,
-        but it isn't going to hurt anything, and might help point out
-        some areas that could be improved. (More information on the
-        test suite can be had by following this link to the appropriate
-        section in the <A
-HREF="http://www.bugzilla.org/docs/developer.html#testsuite"
-TARGET="_top"
->Developers'
-        Guide</A
->.)
-      </P
-></DIV
 ></DIV
 ></DIV
 ><DIV
@@ -11759,9 +12043,9 @@ NAME="myaccount"
     Bugzilla for the URL you should use to access it. If you're
     test-driving Bugzilla, use this URL: 
     <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/"
 TARGET="_top"
->http://landfill.bugzilla.org/bugzilla-tip/</A
+>http://landfill.bugzilla.org/bugzilla-3.2-branch/</A
 >.
     </P
 ><P
@@ -11911,7 +12195,7 @@ NAME="bug_page"
 >The core of Bugzilla is the screen which displays a particular
     bug. It's a good place to explain some Bugzilla concepts. 
     <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=1"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/show_bug.cgi?id=1"
 TARGET="_top"
 >&#13;    Bug 1 on Landfill</A
 >
@@ -12329,9 +12613,9 @@ NAME="query"
     any bug report, comment, or patch currently in the Bugzilla system. You
     can play with it here: 
     <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/query.cgi"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/query.cgi"
 TARGET="_top"
->http://landfill.bugzilla.org/bugzilla-tip/query.cgi</A
+>http://landfill.bugzilla.org/bugzilla-3.2-branch/query.cgi</A
 >.</P
 ><P
 >The Search page has controls for selecting different possible
@@ -12453,7 +12737,7 @@ NAME="negation"
 >&#13;          At first glance, negation seems redundant. Rather than
           searching for
           <A
-NAME="AEN2492"
+NAME="AEN2554"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12464,7 +12748,7 @@ CLASS="BLOCKQUOTE"
 >
           one could search for 
           <A
-NAME="AEN2494"
+NAME="AEN2556"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12475,7 +12759,7 @@ CLASS="BLOCKQUOTE"
 >
           However, the search 
           <A
-NAME="AEN2496"
+NAME="AEN2558"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12487,7 +12771,7 @@ CLASS="BLOCKQUOTE"
           would find every bug where anyone on the CC list did not contain 
           "@mozilla.org" while
           <A
-NAME="AEN2498"
+NAME="AEN2560"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12501,7 +12785,7 @@ CLASS="BLOCKQUOTE"
           complex expressions to be built using terms OR'd together and then
           negated. Negation permits queries such as
           <A
-NAME="AEN2500"
+NAME="AEN2562"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12514,7 +12798,7 @@ CLASS="BLOCKQUOTE"
           to find bugs that are neither 
           in the update product or in the documentation component or
           <A
-NAME="AEN2502"
+NAME="AEN2564"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12542,7 +12826,7 @@ NAME="multiplecharts"
           a bug that has two different people cc'd on it, then you need 
           to use two boolean charts. A search for
           <A
-NAME="AEN2507"
+NAME="AEN2569"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12557,7 +12841,7 @@ CLASS="BLOCKQUOTE"
           containing "foo@" and someone else containing "@mozilla.org",
           then you would need two boolean charts.
           <A
-NAME="AEN2509"
+NAME="AEN2571"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -12824,7 +13108,7 @@ NAME="fillingbugs"
 >Years of bug writing experience has been distilled for your
       reading pleasure into the 
       <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=bug-writing.html"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/page.cgi?id=bug-writing.html"
 TARGET="_top"
 >&#13;      Bug Writing Guidelines</A
 >. 
@@ -12876,7 +13160,7 @@ VALIGN="TOP"
 >&#13;              If you want to file a test bug to see how Bugzilla works,
               you can do it on one of our test installations on
               <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/"
 TARGET="_top"
 >Landfill</A
 >.
@@ -13263,7 +13547,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN2645"
+NAME="AEN2707"
 >5.8.1. Autolinkification</A
 ></H3
 ><P
@@ -14138,7 +14422,7 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN2842"
+NAME="AEN2904"
 >5.11.2.1. Creating Charts</A
 ></H4
 ><P
@@ -14607,7 +14891,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN2902"
+NAME="AEN2964"
 >5.13.4. Saving Your Changes</A
 ></H3
 ><P
@@ -16616,7 +16900,7 @@ NAME="trbl-relogin-everyone-share"
 >Example A-1. Examples of urlbase/cookiepath pairs for sharing login cookies</B
 ></P
 ><A
-NAME="AEN3237"
+NAME="AEN3299"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -16657,7 +16941,7 @@ NAME="trbl-relogin-everyone-restrict"
 >Example A-2. Examples of urlbase/cookiepath pairs to restrict the login cookie</B
 ></P
 ><A
-NAME="AEN3244"
+NAME="AEN3306"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -17495,7 +17779,7 @@ NAME="gfdl"
 ><P
 >Version 1.1, March 2000</P
 ><A
-NAME="AEN3417"
+NAME="AEN3479"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -17958,7 +18242,7 @@ NAME="gfdl-howto"
     of the License in the document and put the following copyright and
     license notices just after the title page:</P
 ><A
-NAME="AEN3507"
+NAME="AEN3569"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -17995,7 +18279,7 @@ CLASS="glossdiv"
 ><H1
 CLASS="glossdiv"
 ><A
-NAME="AEN3512"
+NAME="AEN3574"
 >0-9, high ascii</A
 ></H1
 ><DL
@@ -18905,7 +19189,7 @@ NAME="gloss-zarro"
         Terry had the following to say:
         </P
 ><A
-NAME="AEN3757"
+NAME="AEN3819"
 ></A
 ><TABLE
 BORDER="0"
diff --git a/docs/en/html/about.html b/docs/en/html/about.html
index 3c450c5c4..696806af8 100644
--- a/docs/en/html/about.html
+++ b/docs/en/html/about.html
@@ -7,13 +7,11 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="NEXT"
@@ -38,8 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -157,8 +154,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TD
 ><TD
 WIDTH="34%"
diff --git a/docs/en/html/administration.html b/docs/en/html/administration.html
index 09a0e0b16..eebb6f329 100644
--- a/docs/en/html/administration.html
+++ b/docs/en/html/administration.html
@@ -7,13 +7,12 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
-TITLE="UNIX (non-root) Installation Notes"
-HREF="nonroot.html"><LINK
+TITLE="Upgrading to New Releases"
+HREF="upgrade.html"><LINK
 REL="NEXT"
 TITLE="Bugzilla Configuration"
 HREF="parameters.html"></HEAD
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -46,7 +44,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="nonroot.html"
+HREF="upgrade.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -361,7 +359,7 @@ HREF="groups.html#users-and-groups"
 ></DT
 ><DT
 >3.15.4. <A
-HREF="groups.html#AEN2001"
+HREF="groups.html#AEN2177"
 >Assigning Group Controls to Products</A
 ></DT
 ></DL
@@ -371,35 +369,6 @@ HREF="groups.html#AEN2001"
 HREF="sanitycheck.html"
 >Checking and Maintaining Database Integrity</A
 ></DT
-><DT
->3.17. <A
-HREF="upgrading.html"
->Upgrading to New Releases</A
-></DT
-><DD
-><DL
-><DT
->3.17.1. <A
-HREF="upgrading.html#upgrading-version-defns"
->Version Definitions</A
-></DT
-><DT
->3.17.2. <A
-HREF="upgrading.html#upgrading-notifications"
->Upgrading - Notifications</A
-></DT
-><DT
->3.17.3. <A
-HREF="upgrading.html#upgrading-methods"
->Upgrading - Methods and Procedure</A
-></DT
-><DT
->3.17.4. <A
-HREF="upgrading.html#upgrading-completion"
->Completing Your Upgrade</A
-></DT
-></DL
-></DD
 ></DL
 ></DIV
 ></DIV
@@ -419,7 +388,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="nonroot.html"
+HREF="upgrade.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -447,7 +416,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->UNIX (non-root) Installation Notes</TD
+>Upgrading to New Releases</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
diff --git a/docs/en/html/api/Bugzilla/CGI.html b/docs/en/html/api/Bugzilla/CGI.html
index e720c710b..a4185a397 100644
--- a/docs/en/html/api/Bugzilla/CGI.html
+++ b/docs/en/html/api/Bugzilla/CGI.html
@@ -92,9 +92,9 @@ name="ADDITIONAL_FUNCTIONS"
 ><code  class="code">require_https($baseurl)</code></a></dt>
 
 <dd>
-<p>This routine checks if the current page is being served over https, and redirects to the https protocol if required, retaining QUERY_STRING.</p>
+<p>This routine redirects the client to a different location using the https protocol. If the client is using XMLRPC, it will not retain the QUERY_STRING since XMLRPC uses POST.</p>
 
-<p>It takes an option argument which will be used as the base URL. If $baseurl is not provided, the current URL is used.</p>
+<p>It takes an optional argument which will be used as the base URL. If $baseurl is not provided, the current URL is used.</p>
 </dd>
 </dl>
 
diff --git a/docs/en/html/api/Bugzilla/DB.html b/docs/en/html/api/Bugzilla/DB.html
index 0d1fff01b..3233204f6 100644
--- a/docs/en/html/api/Bugzilla/DB.html
+++ b/docs/en/html/api/Bugzilla/DB.html
@@ -562,7 +562,10 @@ name="SQL_Generation"
 ><b>Description</b></a></dt>
 
 <dd>
-<p>Outputs proper SQL syntax determinig position of a substring (fragment) withing a string (text). Note: if the substring or text are string constants, they must be properly quoted (e.g. &#34;&#39;pattern&#39;&#34;).</p>
+<p>Outputs proper SQL syntax determining position of a substring (fragment) withing a string (text). Note: if the substring or text are string constants, they must be properly quoted (e.g. &#34;&#39;pattern&#39;&#34;).</p>
+
+<p>It searches for the string in a case-sensitive manner. If you want to do a case-insensitive search, use <a href="#sql_iposition" class="podlinkpod"
+>&#34;sql_iposition&#34;</a>.</p>
 
 <dt><a name="Params"
 ><b>Params</b></a></dt>
@@ -583,6 +586,13 @@ name="SQL_Generation"
 </dd>
 </dl>
 
+<dt><a name="sql_iposition"
+><code  class="code">sql_iposition</code></a></dt>
+
+<dd>
+<p>Just like <a href="#sql_position" class="podlinkpod"
+>&#34;sql_position&#34;</a>, but case-insensitive.</p>
+
 <dt><a name="sql_group_by"
 ><code  class="code">sql_group_by</code></a></dt>
 
diff --git a/docs/en/html/api/Bugzilla/Hook.html b/docs/en/html/api/Bugzilla/Hook.html
index c90385bf8..df8538056 100644
--- a/docs/en/html/api/Bugzilla/Hook.html
+++ b/docs/en/html/api/Bugzilla/Hook.html
@@ -23,11 +23,17 @@ Bugzilla::Hook</title>
   <li class='indexItem indexItem1'><a href='#SUBROUTINES'>SUBROUTINES</a>
   <li class='indexItem indexItem1'><a href='#HOOKS'>HOOKS</a>
   <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#bug-end_of_update'>bug-end_of_update</a>
+    <li class='indexItem indexItem2'><a href='#buglist-columns'>buglist-columns</a>
+    <li class='indexItem indexItem2'><a href='#colchange-columns'>colchange-columns</a>
     <li class='indexItem indexItem2'><a href='#enter_bug-entrydefaultvars'>enter_bug-entrydefaultvars</a>
+    <li class='indexItem indexItem2'><a href='#flag-end_of_update'>flag-end_of_update</a>
+    <li class='indexItem indexItem2'><a href='#install-before_final_checks'>install-before_final_checks</a>
     <li class='indexItem indexItem2'><a href='#install-requirements'>install-requirements</a>
     <li class='indexItem indexItem2'><a href='#install-update_db'>install-update_db</a>
     <li class='indexItem indexItem2'><a href='#db_schema-abstract_schema'>db_schema-abstract_schema</a>
     <li class='indexItem indexItem2'><a href='#webservice'>webservice</a>
+    <li class='indexItem indexItem2'><a href='#webservice-error_codes'>webservice-error_codes</a>
   </ul>
 </ul>
 </div>
@@ -78,7 +84,7 @@ name="Arguments_Passed_to_Hooks"
 name="Versioning_Extensions"
 >Versioning Extensions</a></h2>
 
-<p>Every extension must have a file in its root called <em  class="code">version.pl</em>. This file should return a version number when called with <code  class="code">do</code>. This represents the current version of this extension.</p>
+<p>Every extension must have a file in its root called <em  class="code">info.pl</em>. This file must return a hash when called with <code  class="code">do</code>. The hash must contain a &#39;version&#39; key with the current version of the extension. Extension authors can also add any extra infomration to this hash if required, by adding a new key beginning with x_ which will not be used the core Bugzilla code.</p>
 
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="SUBROUTINES"
@@ -120,7 +126,65 @@ name="SUBROUTINES"
 name="HOOKS"
 >HOOKS</a></h1>
 
-<p>This describes what hooks exist in Bugzilla currently.</p>
+<p>This describes what hooks exist in Bugzilla currently. They are mostly in alphabetical order, but some related hooks are near each other instead of being alphabetical.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="bug-end_of_update"
+>bug-end_of_update</a></h2>
+
+<p>This happens at the end of <a href="../Bugzilla/Bug.html#update" class="podlinkpod"
+>&#34;update&#34; in Bugzilla::Bug</a>, after all other changes are made to the database. This generally occurs inside a database transaction.</p>
+
+<p>Params:</p>
+
+<dl>
+<dt><a name="bug_-_The_changed_bug_object,_with_all_fields_set_to_their_updated_values."
+><code  class="code">bug</code> - The changed bug object, with all fields set to their updated values.
+<dt><a name="timestamp_-_The_timestamp_used_for_all_updates_in_this_transaction."
+><code  class="code">timestamp</code> - The timestamp used for all updates in this transaction.
+<dt><a name="changes_-_The_hash_of_changed_fields._$changes-&#62;{field}_=_[old,_new]"
+><code  class="code">changes</code> - The hash of changed fields. <code  class="code">$changes-&#62;{field} = [old, new]</code></a></dt>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="buglist-columns"
+>buglist-columns</a></h2>
+
+<p>This happens in buglist.cgi after the standard columns have been defined and right before the display column determination. It gives you the opportunity to add additional display columns.</p>
+
+<p>Params:</p>
+
+<dl>
+<dt><a 
+><code  class="code">columns</code> - A hashref, where the keys are unique string identifiers for the column being defined and the values are hashrefs with the following fields:</a></dt>
+
+<dd>
+<dl>
+<dt><a name="name_-_The_name_of_the_column_in_the_database."
+><code  class="code">name</code> - The name of the column in the database.
+<dt><a name="title_-_The_title_of_the_column_as_displayed_to_users."
+><code  class="code">title</code> - The title of the column as displayed to users.</a></dt>
+</dl>
+
+<p>The definition is structured as:</p>
+
+<pre  class="code"> $columns-&#62;{$id} = { name =&#62; $name, title =&#62; $title };</pre>
+</dd>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="colchange-columns"
+>colchange-columns</a></h2>
+
+<p>This happens in <em  class="code">colchange.cgi</em> right after the list of possible display columns have been defined and gives you the opportunity to add additional display columns to the list of selectable columns.</p>
+
+<p>Params:</p>
+
+<dl>
+<dt><a 
+><code  class="code">columns</code> - An arrayref containing an array of column IDs. Any IDs added by this hook must have been defined in the the buglist-columns hook. See <a href="#buglist-columns" class="podlinkpod"
+>&#34;buglist-columns&#34;</a>.</a></dt>
+</dl>
 
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="enter_bug-entrydefaultvars"
@@ -135,6 +199,45 @@ name="enter_bug-entrydefaultvars"
 ><code  class="code">vars</code> - A hashref. The variables that will be passed into the template.</a></dt>
 </dl>
 
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="flag-end_of_update"
+>flag-end_of_update</a></h2>
+
+<p>This happens at the end of <a href="../Bugzilla/Flag.html#process" class="podlinkpod"
+>&#34;process&#34; in Bugzilla::Flag</a>, after all other changes are made to the database and after emails are sent. It gives you a before/after snapshot of flags so you can react to specific flag changes. This generally occurs inside a database transaction.</p>
+
+<p>Note that the interface to this hook is <b>UNSTABLE</b> and it may change in the future.</p>
+
+<p>Params:</p>
+
+<dl>
+<dt><a name="bug_-_The_changed_bug_object."
+><code  class="code">bug</code> - The changed bug object.
+<dt><a name="timestamp_-_The_timestamp_used_for_all_updates_in_this_transaction."
+><code  class="code">timestamp</code> - The timestamp used for all updates in this transaction.
+<dt><a name="old_flags_-_The_snapshot_of_flag_summaries_from_before_the_change."
+><code  class="code">old_flags</code> - The snapshot of flag summaries from before the change.
+<dt><a 
+><code  class="code">new_flags</code> - The snapshot of flag summaries after the change. Call <code  class="code">my ($removed, $added) = diff_arrays(old_flags, new_flags)</code> to get the list of changed flags, and search for a specific condition like <code  class="code">added eq &#39;review-&#39;</code>.</a></dt>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="install-before_final_checks"
+>install-before_final_checks</a></h2>
+
+<p>Allows execution of custom code before the final checks are done in checksetup.pl.</p>
+
+<p>Params:</p>
+
+<dl>
+<dt><a name="silent"
+><code  class="code">silent</code></a></dt>
+
+<dd>
+<p>A flag that indicates whether or not checksetup is running in silent mode.</p>
+</dd>
+</dl>
+
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="install-requirements"
 >install-requirements</a></h2>
@@ -201,6 +304,26 @@ name="webservice"
 <p>It&#39;s recommended that all the keys you put in <code  class="code">dispatch</code> start with the name of your extension, so that you don&#39;t conflict with the standard Bugzilla WebService functions (and so that you also don&#39;t conflict with other plugins).</p>
 </dd>
 </dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="webservice-error_codes"
+>webservice-error_codes</a></h2>
+
+<p>If your webservice extension throws custom errors, you can set numeric codes for those errors here.</p>
+
+<p>Extensions should use error codes above 10000, unless they are re-using an already-existing error code.</p>
+
+<p>Params:</p>
+
+<dl>
+<dt><a name="error_map"
+><code  class="code">error_map</code></a></dt>
+
+<dd>
+<p>A hash that maps the names of errors (like <code  class="code">invalid_param</code>) to numbers. See <a href="../Bugzilla/WebService/Constants.html#WS_ERROR_CODE" class="podlinkpod"
+>&#34;WS_ERROR_CODE&#34; in Bugzilla::WebService::Constants</a> for an example.</p>
+</dd>
+</dl>
 <p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
 
 <!-- end doc -->
diff --git a/docs/en/html/api/Bugzilla/Search/Saved.html b/docs/en/html/api/Bugzilla/Search/Saved.html
index 8845770ae..aff04bb90 100644
--- a/docs/en/html/api/Bugzilla/Search/Saved.html
+++ b/docs/en/html/api/Bugzilla/Search/Saved.html
@@ -70,6 +70,12 @@ name="Constructors_and_Database_Manipulation"
 
 <p>See also: <a href="../../Bugzilla/Object.html#new" class="podlinkpod"
 >&#34;new&#34; in Bugzilla::Object</a>.</p>
+
+<dt><a name="preload"
+><code  class="code">preload</code></a></dt>
+
+<dd>
+<p>Sets <code  class="code">link_in_footer</code> for all given saved searches at once, for the currently logged in user. This is much faster than calling this method for each saved search individually.</p>
 </dd>
 </dl>
 
diff --git a/docs/en/html/api/Bugzilla/Template/Plugin/Hook.html b/docs/en/html/api/Bugzilla/Template/Plugin/Hook.html
index 0153d25c8..e66e10161 100644
--- a/docs/en/html/api/Bugzilla/Template/Plugin/Hook.html
+++ b/docs/en/html/api/Bugzilla/Template/Plugin/Hook.html
@@ -14,6 +14,7 @@ Bugzilla::Template::Plugin::Hook</title>
 <ul   class='indexList indexList1'>
   <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
   <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+  <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
   <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
 </ul>
 </div>
@@ -30,14 +31,71 @@ name="DESCRIPTION"
 
 <p>Template Toolkit plugin to process hooks added into templates by extensions.</p>
 
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="METHODS"
+>METHODS</a></h1>
+
+<dl>
+<dt><a name="process"
+><b>process</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Processes hooks added into templates by extensions.</p>
+
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="hook_name"
+><code  class="code">hook_name</code></a></dt>
+
+<dd>
+<p>The unique name of the template hook.</p>
+
+<dt><a name="template_(optional)"
+><code  class="code">template</code> (optional)</a></dt>
+
+<dd>
+<p>The path of the calling template.
+This is used as a work around to a bug which causes the path to the hook to be incorrect when the hook is called from inside a block.</p>
+
+<p>Example: If the hook <code  class="code">lastrow</code> is added to the template <em  class="code">show-multiple.html.tmpl</em> and it is desired to force the correct template path,
+the template hook would be:</p>
+
+<pre  class="code"> [% Hook.process(&#34;lastrow&#34;, &#34;bug/show-multiple.html.tmpl&#34;) %]</pre>
+</dd>
+</dl>
+
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>Output from processing template extension.</p>
+</dd>
+</dl>
+</dd>
+</dl>
+
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="SEE_ALSO"
 >SEE ALSO</a></h1>
 
 <p><a href="../../../Template/Plugin.html" class="podlinkpod"
->Template::Plugin</a> <a href="../../../http%3A%2F%2Fwww.bugzilla.org%2Fdocs%2Ftip%2Fhtml%2Fcustomization.html.html" class="podlinkpod"
->http://www.bugzilla.org/docs/tip/html/customization.html</a> <a href="../../../http%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D229658.html" class="podlinkpod"
->http://bugzilla.mozilla.org/show_bug.cgi?id=229658</a> <a href="../../../http%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D298341.html" class="podlinkpod"
+>Template::Plugin</a></p>
+
+<p><a href="http://www.bugzilla.org/docs/tip/html/customization.html" class="podlinkurl"
+>http://www.bugzilla.org/docs/tip/html/customization.html</a></p>
+
+<p><a href="http://bugzilla.mozilla.org/show_bug.cgi?id=229658" class="podlinkurl"
+>http://bugzilla.mozilla.org/show_bug.cgi?id=229658</a></p>
+
+<p><a href="http://bugzilla.mozilla.org/show_bug.cgi?id=298341" class="podlinkurl"
 >http://bugzilla.mozilla.org/show_bug.cgi?id=298341</a></p>
 <p class="backlinkbottom"><b><a name="___bottom" href="../../../index.html" title="All Documents">&lt;&lt;</a></b></p>
 
diff --git a/docs/en/html/api/Bugzilla/User.html b/docs/en/html/api/Bugzilla/User.html
index 1fd7cf76c..7a9accbc4 100644
--- a/docs/en/html/api/Bugzilla/User.html
+++ b/docs/en/html/api/Bugzilla/User.html
@@ -400,7 +400,7 @@ name="Other_Methods"
 ><code  class="code">visible_groups_as_string</code></a></dt>
 
 <dd>
-<p>Returns the result of <code  class="code">visible_groups_direct</code> as a string (a comma-separated list).</p>
+<p>Returns the result of <code  class="code">visible_groups_inherited</code> as a string (a comma-separated list).</p>
 
 <dt><a name="product_responsibilities"
 ><code  class="code">product_responsibilities</code></a></dt>
diff --git a/docs/en/html/api/Bugzilla/User/Setting.html b/docs/en/html/api/Bugzilla/User/Setting.html
index 41aa2ecd2..31c63f554 100644
--- a/docs/en/html/api/Bugzilla/User/Setting.html
+++ b/docs/en/html/api/Bugzilla/User/Setting.html
@@ -162,8 +162,8 @@ name="POD_ERRORS"
 which are explained below:</b></p>
 
 <dl>
-<dt><a name="Around_line_396:"
->Around line 396:</a></dt>
+<dt><a name="Around_line_397:"
+>Around line 397:</a></dt>
 
 <dd>
 <p>You forgot a &#39;=back&#39; before &#39;=head1&#39;</p>
diff --git a/docs/en/html/api/Bugzilla/WebService.html b/docs/en/html/api/Bugzilla/WebService.html
index 963b2ddd8..1ec8a824c 100644
--- a/docs/en/html/api/Bugzilla/WebService.html
+++ b/docs/en/html/api/Bugzilla/WebService.html
@@ -14,6 +14,14 @@ Bugzilla::WebService</title>
 <ul   class='indexList indexList1'>
   <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
   <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+  <li class='indexItem indexItem1'><a href='#CALLING_METHODS'>CALLING METHODS</a>
+  <li class='indexItem indexItem1'><a href='#PARAMETERS'>PARAMETERS</a>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#Structs'>Structs</a>
+    <li class='indexItem indexItem2'><a href='#Arrays'>Arrays</a>
+    <li class='indexItem indexItem2'><a href='#How_Bugzilla_WebService_Methods_Take_Parameters'>How Bugzilla WebService Methods Take Parameters</a>
+  </ul>
+  <li class='indexItem indexItem1'><a href='#LOGGING_IN'>LOGGING IN</a>
   <li class='indexItem indexItem1'><a href='#STABLE%2C_EXPERIMENTAL%2C_and_UNSTABLE'>STABLE, EXPERIMENTAL, and UNSTABLE</a>
   <li class='indexItem indexItem1'><a href='#ERRORS'>ERRORS</a>
   <ul   class='indexList indexList2'>
@@ -36,72 +44,140 @@ name="DESCRIPTION"
 <p>This is the standard API for external programs that want to interact with Bugzilla.
 It provides various methods in various modules.</p>
 
+<p>Currently the only method of accessing the API is via XML-RPC.
+The XML-RPC standard is described here: <a href="http://www.xmlrpc.com/spec" class="podlinkurl"
+>http://www.xmlrpc.com/spec</a></p>
+
+<p>The endpoint for Bugzilla WebServices is the <code  class="code">xmlrpc.cgi</code> script in your Bugzilla installation.
+For example,
+if your Bugzilla is at <code  class="code">bugzilla.yourdomain.com</code>,
+then your XML-RPC client would access the API via: <code  class="code">http://bugzilla.yourdomain.com/xmlrpc.cgi</code></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="CALLING_METHODS"
+>CALLING METHODS</a></h1>
+
+<p>Methods are called in the normal XML-RPC fashion.
+Bugzilla does not currently implement any extensions to the standard method of XML-RPC method calling.</p>
+
+<p>Methods are grouped into &#34;packages&#34;,
+like <code  class="code">Bug</code> for <a href="../Bugzilla/WebService/Bug.html" class="podlinkpod"
+>Bugzilla::WebService::Bug</a>.
+So,
+for example,
+<a href="../Bugzilla/WebService/Bug.html#get" class="podlinkpod"
+>&#34;get&#34; in Bugzilla::WebService::Bug</a>,
+is called as <code  class="code">Bug.get</code> in XML-RPC.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="PARAMETERS"
+>PARAMETERS</a></h1>
+
+<p>In addition to the standard parameter types like <code  class="code">int</code>,
+<code  class="code">string</code>,
+etc.,
+XML-RPC has two data structures,
+a <code  class="code">&#60;struct&#62;</code> and an <code  class="code">&#60;array&#62;</code>.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Structs"
+>Structs</a></h2>
+
+<p>In Perl,
+we call a <code  class="code">&#60;struct&#62;</code> a &#34;hash&#34; or a &#34;hashref&#34;.
+You may see us refer to it that way in the API documentation.</p>
+
+<p>In example code,
+you will see the characters <code  class="code">{</code> and <code  class="code">}</code> used to represent the beginning and end of structs.</p>
+
+<p>For example,
+here&#39;s a struct in XML-RPC:</p>
+
+<pre  class="code"> &#60;struct&#62;
+   &#60;member&#62;
+     &#60;name&#62;fruit&#60;/name&#62;
+     &#60;value&#62;&#60;string&#62;oranges&#60;/string&#62;&#60;/value&#62;
+   &#60;/member&#62;
+   &#60;member&#62;
+     &#60;name&#62;vegetable&#60;/name&#62;
+     &#60;value&#62;&#60;string&#62;lettuce&#60;/string&#62;&#60;/value&#62;
+   &#60;/member&#62;
+ &#60;/struct&#62;</pre>
+
+<p>In our example code in these API docs, that would look like:</p>
+
+<pre  class="code"> { fruit =&#62; &#39;oranges&#39;, vegetable =&#62; &#39;lettuce&#39; }</pre>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Arrays"
+>Arrays</a></h2>
+
+<p>In example code, you will see the characters <code  class="code">[</code> and <code  class="code">]</code> used to represent the beginning and end of arrays.</p>
+
+<p>For example, here&#39;s an array in XML-RPC:</p>
+
+<pre  class="code"> &#60;array&#62;
+   &#60;data&#62;
+     &#60;value&#62;&#60;i4&#62;1&#60;/i4&#62;&#60;/value&#62;
+     &#60;value&#62;&#60;i4&#62;2&#60;/i4&#62;&#60;/value&#62;
+     &#60;value&#62;&#60;i4&#62;3&#60;/i4&#62;&#60;/value&#62;
+   &#60;/data&#62;
+ &#60;/array&#62;</pre>
+
+<p>In our example code in these API docs, that would look like:</p>
+
+<pre  class="code"> [1, 2, 3]</pre>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="How_Bugzilla_WebService_Methods_Take_Parameters"
+>How Bugzilla WebService Methods Take Parameters</a></h2>
+
+<p><b>All</b> Bugzilla WebServices functions take their parameters in a <code  class="code">&#60;struct&#62;</code>. Another way of saying this would be: All functions take a single argument, a <code  class="code">&#60;struct&#62;</code> that contains all parameters. The names of the parameters listed in the API docs for each function are the <code  class="code">name</code> element for the struct <code  class="code">member</code>s.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="LOGGING_IN"
+>LOGGING IN</a></h1>
+
+<p>You can use <a href="../Bugzilla/WebService/User.html#login" class="podlinkpod"
+>&#34;login&#34; in Bugzilla::WebService::User</a> to log in as a Bugzilla user. This issues standard HTTP cookies that you must then use in future calls, so your XML-RPC client must be capable of receiving and transmitting cookies.</p>
+
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="STABLE,_EXPERIMENTAL,_and_UNSTABLE"
->STABLE,
-EXPERIMENTAL,
-and UNSTABLE</a></h1>
+>STABLE, EXPERIMENTAL, and UNSTABLE</a></h1>
 
-<p>Methods are marked <b>STABLE</b> if you can expect their parameters and return values not to change between versions of Bugzilla.
-You are best off always using methods marked <b>STABLE</b>.
-We may add parameters and additional items to the return values,
-but your old code will always continue to work with any new changes we make.
-If we ever break a <b>STABLE</b> interface,
-we&#39;ll post a big notice in the Release Notes,
-and it will only happen during a major new release.</p>
+<p>Methods are marked <b>STABLE</b> if you can expect their parameters and return values not to change between versions of Bugzilla. You are best off always using methods marked <b>STABLE</b>. We may add parameters and additional items to the return values, but your old code will always continue to work with any new changes we make. If we ever break a <b>STABLE</b> interface, we&#39;ll post a big notice in the Release Notes, and it will only happen during a major new release.</p>
 
-<p>Methods (or parts of methods) are marked <b>EXPERIMENTAL</b> if we <i>believe</i> they will be stable,
-but there&#39;s a slight chance that small parts will change in the future.</p>
+<p>Methods (or parts of methods) are marked <b>EXPERIMENTAL</b> if we <i>believe</i> they will be stable, but there&#39;s a slight chance that small parts will change in the future.</p>
 
-<p>Certain parts of a method&#39;s description may be marked as <b>UNSTABLE</b>,
-in which case those parts are not guaranteed to stay the same between Bugzilla versions.</p>
+<p>Certain parts of a method&#39;s description may be marked as <b>UNSTABLE</b>, in which case those parts are not guaranteed to stay the same between Bugzilla versions.</p>
 
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="ERRORS"
 >ERRORS</a></h1>
 
-<p>If a particular webservice call fails,
-it will throw a standard XML-RPC error.
-There will be a numeric error code,
-and then the description field will contain descriptive text of the error.
-Each error that Bugzilla can throw has a specific code that will not change between versions of Bugzilla.</p>
+<p>If a particular webservice call fails, it will throw a standard XML-RPC error. There will be a numeric error code, and then the description field will contain descriptive text of the error. Each error that Bugzilla can throw has a specific code that will not change between versions of Bugzilla.</p>
 
 <p>The various errors that functions can throw are specified by the documentation of those functions.</p>
 
-<p>If your code needs to know what error Bugzilla threw,
-use the numeric code.
-Don&#39;t try to parse the description,
-because that may change from version to version of Bugzilla.</p>
+<p>If your code needs to know what error Bugzilla threw, use the numeric code. Don&#39;t try to parse the description, because that may change from version to version of Bugzilla.</p>
 
-<p>Note that if you display the error to the user in an HTML program,
-make sure that you properly escape the error,
-as it will not be HTML-escaped.</p>
+<p>Note that if you display the error to the user in an HTML program, make sure that you properly escape the error, as it will not be HTML-escaped.</p>
 
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="Transient_vs._Fatal_Errors"
->Transient vs.
-Fatal Errors</a></h2>
+>Transient vs. Fatal Errors</a></h2>
 
-<p>If the error code is a number greater than 0,
-the error is considered &#34;transient,&#34; which means that it was an error made by the user,
-not some problem with Bugzilla itself.</p>
+<p>If the error code is a number greater than 0, the error is considered &#34;transient,&#34; which means that it was an error made by the user, not some problem with Bugzilla itself.</p>
 
-<p>If the error code is a number less than 0,
-the error is &#34;fatal,&#34; which means that it&#39;s some error in Bugzilla itself that probably requires administrative attention.</p>
+<p>If the error code is a number less than 0, the error is &#34;fatal,&#34; which means that it&#39;s some error in Bugzilla itself that probably requires administrative attention.</p>
 
-<p>Negative numbers and positive numbers don&#39;t overlap.
-That is,
-if there&#39;s an error 302,
-there won&#39;t be an error -302.</p>
+<p>Negative numbers and positive numbers don&#39;t overlap. That is, if there&#39;s an error 302, there won&#39;t be an error -302.</p>
 
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="Unknown_Errors"
 >Unknown Errors</a></h2>
 
-<p>Sometimes a function will throw an error that doesn&#39;t have a specific error code.
-In this case,
-the code will be <code  class="code">-32000</code> if it&#39;s a &#34;fatal&#34; error,
-and <code  class="code">32000</code> if it&#39;s a &#34;transient&#34; error.</p>
+<p>Sometimes a function will throw an error that doesn&#39;t have a specific error code. In this case, the code will be <code  class="code">-32000</code> if it&#39;s a &#34;fatal&#34; error, and <code  class="code">32000</code> if it&#39;s a &#34;transient&#34; error.</p>
 <p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
 
 <!-- end doc -->
diff --git a/docs/en/html/api/Bugzilla/WebService/Bug.html b/docs/en/html/api/Bugzilla/WebService/Bug.html
index b3512fd64..37af922c4 100644
--- a/docs/en/html/api/Bugzilla/WebService/Bug.html
+++ b/docs/en/html/api/Bugzilla/WebService/Bug.html
@@ -17,6 +17,7 @@ Bugzilla::Webservice::Bug</title>
   <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
   <ul   class='indexList indexList2'>
     <li class='indexItem indexItem2'><a href='#Utility_Functions'>Utility Functions</a>
+    <li class='indexItem indexItem2'><a href='#Bug_Information'>Bug Information</a>
     <li class='indexItem indexItem2'><a href='#Bug_Creation_and_Modification'>Bug Creation and Modification</a>
   </ul>
 </ul>
@@ -42,19 +43,22 @@ name="METHODS"
 >METHODS</a></h1>
 
 <p>See <a href="../../Bugzilla/WebService.html" class="podlinkpod"
->Bugzilla::WebService</a> for a description of <b>STABLE</b>,
+>Bugzilla::WebService</a> for a description of how parameters are passed,
+and what <b>STABLE</b>,
 <b>UNSTABLE</b>,
-and <b>EXPERIMENTAL</b>.</p>
+and <b>EXPERIMENTAL</b> mean.</p>
 
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="Utility_Functions"
 >Utility Functions</a></h2>
 
 <dl>
-<dt><a name="legal_values_EXPERIMENTAL"
-><code  class="code">legal_values</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="legal_values"
+><code  class="code">legal_values</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -110,14 +114,16 @@ or you specified an invalid product (or a product that you can&#39;t access).</p
 </dl>
 
 <h2><a class='u' href='#___top' title='click to go to top of document'
-name="Bug_Creation_and_Modification"
->Bug Creation and Modification</a></h2>
+name="Bug_Information"
+>Bug Information</a></h2>
 
 <dl>
-<dt><a name="get_EXPERIMENTAL"
-><code  class="code">get</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="get"
+><code  class="code">get</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -231,7 +237,14 @@ The structure of the hash may even change between point releases of Bugzilla.</p
 </dl>
 </dd>
 </dl>
+</dd>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Bug_Creation_and_Modification"
+>Bug Creation and Modification</a></h2>
 
+<dl>
 <dt><a name="create_EXPERIMENTAL"
 ><code  class="code">create</code> <b>EXPERIMENTAL</b></a></dt>
 
@@ -394,10 +407,12 @@ due to a bug in Bugzilla.</a></dt>
 </dd>
 </dl>
 
-<dt><a name="add_comment_EXPERIMENTAL"
-><code  class="code">add_comment</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="add_comment"
+><code  class="code">add_comment</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -412,8 +427,10 @@ due to a bug in Bugzilla.</a></dt>
 <dl>
 <dt><a name="id_(int)_Required_-_The_id_or_alias_of_the_bug_to_append_a_comment_to."
 ><code  class="code">id</code> (int) <b>Required</b> - The id or alias of the bug to append a comment to.
-<dt><a name="comment_(string)_Required_-_The_comment_to_append_to_the_bug."
+<dt><a 
 ><code  class="code">comment</code> (string) <b>Required</b> - The comment to append to the bug.
+If this is empty or all whitespace,
+an error will be thrown saying that you did not set the <code  class="code">comment</code> parameter.
 <dt><a name="private_(boolean)_-_If_set_to_true,_the_comment_is_private,_otherwise_it_is_assumed_to_be_public."
 ><code  class="code">private</code> (boolean) - If set to true,
 the comment is private,
@@ -448,6 +465,15 @@ this value will be ignored.</a></dt>
 <p>You did not have the necessary rights to edit the bug.</p>
 </dd>
 </dl>
+
+<dt><a name="History"
+><b>History</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Added_in_Bugzilla_3.2."
+>Added in Bugzilla <b>3.2</b>.</a></dt>
+</dl>
 </dd>
 </dl>
 </dd>
diff --git a/docs/en/html/api/Bugzilla/WebService/Bugzilla.html b/docs/en/html/api/Bugzilla/WebService/Bugzilla.html
index b52f6dcf0..7c69f7a1f 100644
--- a/docs/en/html/api/Bugzilla/WebService/Bugzilla.html
+++ b/docs/en/html/api/Bugzilla/WebService/Bugzilla.html
@@ -35,15 +35,18 @@ name="METHODS"
 >METHODS</a></h1>
 
 <p>See <a href="../../Bugzilla/WebService.html" class="podlinkpod"
->Bugzilla::WebService</a> for a description of what <b>STABLE</b>,
+>Bugzilla::WebService</a> for a description of how parameters are passed,
+and what <b>STABLE</b>,
 <b>UNSTABLE</b>,
 and <b>EXPERIMENTAL</b> mean.</p>
 
 <dl>
-<dt><a name="version_EXPERIMENTAL"
-><code  class="code">version</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="version"
+><code  class="code">version</code></a></dt>
 
 <dd>
+<p><b>STABLE</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -65,16 +68,18 @@ that is the version as a string.</p>
 ><b>Errors</b> (none)</a></dt>
 </dl>
 
-<dt><a name="plugins_EXPERIMENTAL"
-><code  class="code">plugins</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="extensions"
+><code  class="code">extensions</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
 
 <dd>
-<p>Gets information about the plugins that are currently installed and enabled in this Bugzilla.</p>
+<p>Gets information about the extensions that are currently installed and enabled in this Bugzilla.</p>
 
 <dt><a name="Params_(none)"
 ><b>Params</b> (none)
@@ -83,17 +88,29 @@ that is the version as a string.</p>
 
 <dd>
 <p>A hash with a single item,
-<code  class="code">plugins</code>.
+<code  class="code">extesions</code>.
 This points to a hash.
-<i>That</i> hash contains the names of plugins as keys,
-and the versions of the plugin as values.</p>
+<i>That</i> hash contains the names of extensions as keys,
+and information about the extension as values.
+One of the values that must be returned is the &#39;version&#39; of the extension</p>
+
+<dt><a name="History"
+><b>History</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Added_in_Bugzilla_3.2."
+>Added in Bugzilla <b>3.2</b>.</a></dt>
+</dl>
 </dd>
 </dl>
 
-<dt><a name="timezone_EXPERIMENTAL"
-><code  class="code">timezone</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="timezone"
+><code  class="code">timezone</code></a></dt>
 
 <dd>
+<p><b>STABLE</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -110,7 +127,7 @@ This is important because all dates/times that the webservice interface returns
 <dd>
 <p>A hash with a single item,
 <code  class="code">timezone</code>,
-that is the timezone as a string in (+/-)XXXX (RFC 2822) format.</p>
+that is the timezone offset as a string in (+/-)XXXX (RFC 2822) format.</p>
 </dd>
 </dl>
 </dd>
diff --git a/docs/en/html/api/Bugzilla/WebService/Product.html b/docs/en/html/api/Bugzilla/WebService/Product.html
index 06d5d98dc..3fad18cab 100644
--- a/docs/en/html/api/Bugzilla/WebService/Product.html
+++ b/docs/en/html/api/Bugzilla/WebService/Product.html
@@ -38,20 +38,22 @@ name="METHODS"
 >METHODS</a></h1>
 
 <p>See <a href="../../Bugzilla/WebService.html" class="podlinkpod"
->Bugzilla::WebService</a> for a description of what <b>STABLE</b>,
+>Bugzilla::WebService</a> for a description of how parameters are passed,
+and what <b>STABLE</b>,
 <b>UNSTABLE</b>,
-and <b>EXPERIMENTAL</b> mean,
-and for more information about error codes.</p>
+and <b>EXPERIMENTAL</b> mean.</p>
 
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="List_Products"
 >List Products</a></h2>
 
 <dl>
-<dt><a name="get_selectable_products_UNSTABLE"
-><code  class="code">get_selectable_products</code> <b>UNSTABLE</b></a></dt>
+<dt><a name="get_selectable_products"
+><code  class="code">get_selectable_products</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -73,10 +75,12 @@ that contains an array of product ids.</p>
 ><b>Errors</b> (none)</a></dt>
 </dl>
 
-<dt><a name="get_enterable_products_UNSTABLE"
-><code  class="code">get_enterable_products</code> <b>UNSTABLE</b></a></dt>
+<dt><a name="get_enterable_products"
+><code  class="code">get_enterable_products</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -98,10 +102,12 @@ that contains an array of product ids.</p>
 ><b>Errors</b> (none)</a></dt>
 </dl>
 
-<dt><a name="get_accessible_products_UNSTABLE"
-><code  class="code">get_accessible_products</code> <b>UNSTABLE</b></a></dt>
+<dt><a name="get_accessible_products"
+><code  class="code">get_accessible_products</code></a></dt>
 
 <dd>
+<p><b>UNSTABLE</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -123,10 +129,12 @@ that contains an array of product ids.</p>
 ><b>Errors</b> (none)</a></dt>
 </dl>
 
-<dt><a name="get_products_UNSTABLE"
-><code  class="code">get_products</code> <b>UNSTABLE</b></a></dt>
+<dt><a name="get"
+><code  class="code">get</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -134,6 +142,8 @@ that contains an array of product ids.</p>
 <dd>
 <p>Returns a list of information about the products passed to it.</p>
 
+<p>Note: Can also be called as &#34;get_products&#34; for compatibilty with Bugzilla 3.0 API.</p>
+
 <dt><a name="Params"
 ><b>Params</b></a></dt>
 
diff --git a/docs/en/html/api/Bugzilla/WebService/User.html b/docs/en/html/api/Bugzilla/WebService/User.html
index 7d3112987..9fcda0c45 100644
--- a/docs/en/html/api/Bugzilla/WebService/User.html
+++ b/docs/en/html/api/Bugzilla/WebService/User.html
@@ -39,20 +39,22 @@ name="METHODS"
 >METHODS</a></h1>
 
 <p>See <a href="../../Bugzilla/WebService.html" class="podlinkpod"
->Bugzilla::WebService</a> for a description of what <b>STABLE</b>,
+>Bugzilla::WebService</a> for a description of how parameters are passed,
+and what <b>STABLE</b>,
 <b>UNSTABLE</b>,
-and <b>EXPERIMENTAL</b> mean,
-and for more information about error codes.</p>
+and <b>EXPERIMENTAL</b> mean.</p>
 
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="Logging_In_and_Out"
 >Logging In and Out</a></h2>
 
 <dl>
-<dt><a name="login_EXPERIMENTAL"
-><code  class="code">login</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="login"
+><code  class="code">login</code></a></dt>
 
 <dd>
+<p><b>STABLE</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -112,15 +114,23 @@ or the password is wrong.</p>
 <dd>
 <p>The account has been disabled.
 A reason may be specified with the error.</p>
+
+<dt><a name="50_(Param_Required)"
+>50 (Param Required)</a></dt>
+
+<dd>
+<p>A login or password parameter was not provided.</p>
 </dd>
 </dl>
 </dd>
 </dl>
 
-<dt><a name="logout_EXPERIMENTAL"
-><code  class="code">logout</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="logout"
+><code  class="code">logout</code></a></dt>
 
 <dd>
+<p><b>STABLE</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -144,10 +154,12 @@ name="Account_Creation"
 >Account Creation</a></h2>
 
 <dl>
-<dt><a name="offer_account_by_email_EXPERIMENTAL"
-><code  class="code">offer_account_by_email</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="offer_account_by_email"
+><code  class="code">offer_account_by_email</code></a></dt>
 
 <dd>
+<p><b>STABLE</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -193,10 +205,12 @@ Account creation may be entirely disabled.</p>
 </dd>
 </dl>
 
-<dt><a name="create_EXPERIMENTAL"
-><code  class="code">create</code> <b>EXPERIMENTAL</b></a></dt>
+<dt><a name="create"
+><code  class="code">create</code></a></dt>
 
 <dd>
+<p><b>EXPERIMENTAL</b></p>
+
 <dl>
 <dt><a name="Description"
 ><b>Description</b></a></dt>
@@ -210,6 +224,8 @@ you should use <a href="#offer_account_by_email" class="podlinkpod"
 because that makes sure that the email address specified can actually receive an email.
 This function does not check that.</p>
 
+<p>You must be logged in and have the <code  class="code">editusers</code> privilege in order to call this function.</p>
+
 <dt><a name="Params"
 ><b>Params</b></a></dt>
 
@@ -264,6 +280,15 @@ this means the password is under three characters.)</p>
 this means the password is over ten characters.)</p>
 </dd>
 </dl>
+
+<dt><a name="History"
+><b>History</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Added_in_Bugzilla_3.4."
+>Added in Bugzilla <b>3.4</b>.</a></dt>
+</dl>
 </dd>
 </dl>
 </dd>
diff --git a/docs/en/html/api/checksetup.html b/docs/en/html/api/checksetup.html
index 56bfbf809..ad04936ae 100644
--- a/docs/en/html/api/checksetup.html
+++ b/docs/en/html/api/checksetup.html
@@ -36,7 +36,7 @@ name="NAME"
 name="SYNOPSIS"
 >SYNOPSIS</a></h1>
 
-<pre  class="code"> ./checksetup.pl [--help|--check-modules]
+<pre  class="code"> ./checksetup.pl [--help|--check-modules|--version]
  ./checksetup.pl [SCRIPT [--verbose]] [--no-templates|-t]
                  [--make-admin=user@domain.com]
                  [--reset-password=user@domain.com]</pre>
@@ -88,6 +88,12 @@ name="OPTIONS"
 
 <dd>
 <p>Output results of SCRIPT being processed.</p>
+
+<dt><a name="--version"
+><b>--version</b></a></dt>
+
+<dd>
+<p>Display the version of Bugzilla, Perl, and some info about the system that Bugzilla is being installed on, and then exit.</p>
 </dd>
 </dl>
 
diff --git a/docs/en/html/api/contrib/bz_webservice_demo.html b/docs/en/html/api/contrib/bz_webservice_demo.html
index 13f8df9bb..d8ab702bd 100644
--- a/docs/en/html/api/contrib/bz_webservice_demo.html
+++ b/docs/en/html/api/contrib/bz_webservice_demo.html
@@ -20,6 +20,7 @@ bz_webservice_demo.pl</title>
     <li class='indexItem indexItem2'><a href='#Initialization'>Initialization</a>
     <li class='indexItem indexItem2'><a href='#Checking_Bugzilla%27s_version'>Checking Bugzilla&#39;s version</a>
     <li class='indexItem indexItem2'><a href='#Checking_Bugzilla%27s_timezone'>Checking Bugzilla&#39;s timezone</a>
+    <li class='indexItem indexItem2'><a href='#Getting_Extension_Information'>Getting Extension Information</a>
     <li class='indexItem indexItem2'><a href='#Logging_In_and_Out'>Logging In and Out</a>
     <ul   class='indexList indexList3'>
       <li class='indexItem indexItem3'><a href='#Using_Bugzilla%27s_Environment_Authentication'>Using Bugzilla&#39;s Environment Authentication</a>
@@ -148,6 +149,13 @@ You must also pass a <b>--login</b> and <b>--password</b> to log in to Bugzilla.
 
 <dd>
 <p>An optional double precision number specifying the work time for <b>--comment</b>.</p>
+
+<dt><a name="--extension_info"
+>--extension_info</a></dt>
+
+<dd>
+<p>If specified on the command line,
+the script returns the information about the extensions that are installed.</p>
 </dd>
 </dl>
 
@@ -179,6 +187,12 @@ name="Checking_Bugzilla&#39;s_timezone"
 <p>To make sure that you understand the dates and times that Bugzilla returns to you,
 you may want to call <code  class="code">Bugzilla.timezone</code>.</p>
 
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Getting_Extension_Information"
+>Getting Extension Information</a></h2>
+
+<p>Returns all the information any extensions have decided to provide to the webservice.</p>
+
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="Logging_In_and_Out"
 >Logging In and Out</a></h2>
diff --git a/docs/en/html/api/index.html b/docs/en/html/api/index.html
index 15bbb22b3..b2426c2d8 100644
--- a/docs/en/html/api/index.html
+++ b/docs/en/html/api/index.html
@@ -2,13 +2,13 @@
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Bugzilla 3.1.4 API Documentation</title>
+    <title>Bugzilla 3.2 API Documentation</title>
   
 <link rel="stylesheet" title="style" type="text/css" href="./../../../style.css" media="all" >
 
 </head>
   <body class="contentspage">
-    <h1>Bugzilla 3.1.4 API Documentation</h1>
+    <h1>Bugzilla 3.2 API Documentation</h1>
 <dl class='superindex'>
 <dt><a name="Files">Files</a></dt>
 <dd>
@@ -43,7 +43,7 @@
 </tr>
 <tr class="odd">
   <th><a href="./install-module.html">install-module</a></th>
-  <td>Installs or upgrades modules from CPAN</td>
+  <td>Installs or upgrades modules from CPAN. This script does not run on Windows.</td>
 </tr>
 <tr class="even">
   <th><a href="./sanitycheck.html">sanitycheck</a></th>
@@ -160,7 +160,7 @@
 </tr>
 <tr class="even">
   <th><a href="./Bugzilla/Install/Requirements.html">Bugzilla::Install::Requirements</a></th>
-  <td>Functions and variables dealing with Bugzilla's perl-module requirements.</td>
+  <td>Functions and variables dealing with Bugzilla&#39;s perl-module requirements.</td>
 </tr>
 <tr class="odd">
   <th><a href="./Bugzilla/Install/Util.html">Bugzilla::Install::Util</a></th>
diff --git a/docs/en/html/api/install-module.html b/docs/en/html/api/install-module.html
index f7b43ca37..d85d3600c 100644
--- a/docs/en/html/api/install-module.html
+++ b/docs/en/html/api/install-module.html
@@ -22,7 +22,8 @@ install-module.pl</title>
 name="NAME"
 >NAME</a></h1>
 
-<p>install-module.pl - Installs or upgrades modules from CPAN</p>
+<p>install-module.pl - Installs or upgrades modules from CPAN.
+This script does not run on Windows.</p>
 
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="SYNOPSIS"
diff --git a/docs/en/html/attachments.html b/docs/en/html/attachments.html
index ee582eabd..86851d3fb 100644
--- a/docs/en/html/attachments.html
+++ b/docs/en/html/attachments.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/bug_page.html b/docs/en/html/bug_page.html
index d72a3bda1..c8229eacb 100644
--- a/docs/en/html/bug_page.html
+++ b/docs/en/html/bug_page.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -84,7 +82,7 @@ NAME="bug_page"
 >The core of Bugzilla is the screen which displays a particular
     bug. It's a good place to explain some Bugzilla concepts. 
     <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=1"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/show_bug.cgi?id=1"
 TARGET="_top"
 >&#13;    Bug 1 on Landfill</A
 >
diff --git a/docs/en/html/bug_status_workflow.html b/docs/en/html/bug_status_workflow.html
index 0f67b9796..50048d830 100644
--- a/docs/en/html/bug_status_workflow.html
+++ b/docs/en/html/bug_status_workflow.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/bugreports.html b/docs/en/html/bugreports.html
index 25e806ed0..d8abf13b3 100644
--- a/docs/en/html/bugreports.html
+++ b/docs/en/html/bugreports.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -92,7 +90,7 @@ NAME="fillingbugs"
 >Years of bug writing experience has been distilled for your
       reading pleasure into the 
       <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=bug-writing.html"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/page.cgi?id=bug-writing.html"
 TARGET="_top"
 >&#13;      Bug Writing Guidelines</A
 >. 
@@ -144,7 +142,7 @@ VALIGN="TOP"
 >&#13;              If you want to file a test bug to see how Bugzilla works,
               you can do it on one of our test installations on
               <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/"
 TARGET="_top"
 >Landfill</A
 >.
diff --git a/docs/en/html/classifications.html b/docs/en/html/classifications.html
index 622534c5e..a92807c6d 100644
--- a/docs/en/html/classifications.html
+++ b/docs/en/html/classifications.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/cmdline-bugmail.html b/docs/en/html/cmdline-bugmail.html
index 3fdaf1bf6..bb16db396 100644
--- a/docs/en/html/cmdline-bugmail.html
+++ b/docs/en/html/cmdline-bugmail.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/cmdline.html b/docs/en/html/cmdline.html
index 20541aa57..76556077a 100644
--- a/docs/en/html/cmdline.html
+++ b/docs/en/html/cmdline.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/components.html b/docs/en/html/components.html
index 9a037ceb2..75a4c87e4 100644
--- a/docs/en/html/components.html
+++ b/docs/en/html/components.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/configuration.html b/docs/en/html/configuration.html
index 312bf56a3..0e1e80b20 100644
--- a/docs/en/html/configuration.html
+++ b/docs/en/html/configuration.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -163,14 +161,47 @@ CLASS="filename"
         contains the default settings for a number of Bugzilla parameters.
       </P
 ><P
->&#13;        Load this file in your editor. The only value you 
+>&#13;        Load this file in your editor. The only two values you
         <EM
 >need</EM
-> to change is $db_pass, the password for
+> to change are $db_driver and $db_pass,
+        respectively the type of the database and the password for
         the user you will create for your database. Pick a strong
         password (for simplicity, it should not contain single quote
-        characters) and put it here.
+        characters) and put it here. $db_driver can be either 'mysql',
+        'Pg' or 'oracle'.
       </P
+><DIV
+CLASS="note"
+><P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          In Oracle, <TT
+CLASS="literal"
+>$db_name</TT
+> should actually be 
+          the SID name of your database (e.g. "XE" if you are using Oracle XE).
+        </P
+></TD
+></TR
+></TABLE
+></DIV
 ><P
 >&#13;        You may need to change the value of 
         <EM
@@ -230,18 +261,8 @@ CLASS="filename"
 >localconfig</TT
 > file
         are documented by their accompanying comments. If you have a slightly
-        non-standard MySQL setup, you may wish to change one or more of
-        the other "$db_*" parameters. 
-      </P
-><P
->&#13;        You may also wish to change the names of 
-        the priorities, severities, operating systems and platforms for your
-        installation. However, you can always change these after installation
-        has finished; if you then re-run <TT
-CLASS="filename"
->checksetup.pl</TT
->,
-        the changes will get picked up.
+        non-standard database setup, you may wish to change one or more of
+        the other "$db_*" parameters.
       </P
 ></DIV
 ><DIV
@@ -257,11 +278,15 @@ NAME="database-engine"
         with Bugzilla. Currently, MySQL (<A
 HREF="configuration.html#mysql"
 >Section 2.2.2.2</A
->) and
+>),
         PostgreSQL (<A
 HREF="configuration.html#postgresql"
 >Section 2.2.2.3</A
->) are available.
+>) and Oracle (<A
+HREF="configuration.html#oracle"
+>Section 2.2.2.4</A
+>)
+        are available.
       </P
 ><DIV
 CLASS="section"
@@ -329,80 +354,8 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="install-setupdatabase"
->2.2.2.2.1. Allow large attachments</A
-></H4
-><P
->&#13;            By default, MySQL will only accept packets up to 64Kb in size.
-            If you want to have attachments larger than this, you will need
-            to modify your <TT
-CLASS="filename"
->/etc/my.cnf</TT
-> as below.
-          </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="screen"
->  [mysqld]
-  # Allow packets up to 1M
-  max_allowed_packet=1M</PRE
-></FONT
-></TD
-></TR
-></TABLE
-><P
->&#13;            There is also a parameter in Bugzilla called 'maxattachmentsize'
-            (default = 1000 Kb) that controls the maximum allowable attachment
-            size. Attachments larger than <EM
->either</EM
-> the 
-            'max_allowed_packet' or 'maxattachmentsize' value will not be
-            accepted by Bugzilla.
-          </P
-><DIV
-CLASS="note"
-><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/note.gif"
-HSPACE="5"
-ALT="Note"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;              This does not affect Big Files, attachments that are stored directly
-              on disk instead of in the database.  Their maximum size is
-              controlled using the 'maxlocalattachment' parameter.
-            </P
-></TD
-></TR
-></TABLE
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><H4
-CLASS="section"
-><A
-NAME="AEN476"
->2.2.2.2.2. Allow small words in full-text indexes</A
+NAME="AEN478"
+>2.2.2.2.1. Allow small words in full-text indexes</A
 ></H4
 ><P
 >By default, words must be at least four characters in length
@@ -449,7 +402,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="install-setupdatabase-adduser"
->2.2.2.2.3. Add a user to MySQL</A
+>2.2.2.2.2. Add a user to MySQL</A
 ></H4
 ><P
 >&#13;            You need to add a new MySQL user for Bugzilla to use.
@@ -515,7 +468,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="screen"
->  <SAMP
+>&#13;    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
 > GRANT SELECT, INSERT,
@@ -527,10 +480,11 @@ CLASS="replaceable"
 >$db_pass</I
 ></TT
 >';
-           <SAMP
+    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
-> FLUSH PRIVILEGES;</PRE
+> FLUSH PRIVILEGES;
+          </PRE
 ></FONT
 ></TD
 ></TR
@@ -541,8 +495,8 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN503"
->2.2.2.2.4. Permit attachments table to grow beyond 4GB</A
+NAME="AEN505"
+>2.2.2.2.3. Permit attachments table to grow beyond 4GB</A
 ></H4
 ><P
 >&#13;            By default, MySQL will limit the size of a table to 4GB.
@@ -574,7 +528,7 @@ WIDTH="100%"
 COLOR="#000000"
 ><PRE
 CLASS="screen"
->&#13;            <SAMP
+>&#13;    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
 > use <TT
@@ -583,11 +537,11 @@ CLASS="replaceable"
 >$bugs_db</I
 ></TT
 >
-            <SAMP
+    <SAMP
 CLASS="prompt"
 >mysql&#62;</SAMP
-> ALTER TABLE attachments 
-            AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
+> ALTER TABLE attachments
+           AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
           </PRE
 ></FONT
 ></TD
@@ -641,7 +595,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN519"
+NAME="AEN521"
 >2.2.2.3.1. Add a User to PostgreSQL</A
 ></H4
 ><P
@@ -726,7 +680,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN535"
+NAME="AEN537"
 >2.2.2.3.2. Configure PostgreSQL</A
 ></H4
 ><P
@@ -774,13 +728,166 @@ CLASS="literal"
           to the one you picked previously, while setting up the account.</P
 ></DIV
 ></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="oracle"
+>2.2.2.4. Oracle</A
+></H3
+><DIV
+CLASS="section"
+><H4
+CLASS="section"
+><A
+NAME="AEN553"
+>2.2.2.4.1. Create a New Tablespace</A
+></H4
+><P
+>&#13;            You can use the existing tablespace or create a new one for Bugzilla.
+            To create a new tablespace, run the following command:
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;    CREATE TABLESPACE bugs
+    DATAFILE '<TT
+CLASS="replaceable"
+><I
+>$path_to_datafile</I
+></TT
+>' SIZE 500M
+    AUTOEXTEND ON NEXT 30M MAXSIZE UNLIMITED
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
+><P
+>&#13;            Here, the name of the tablespace is 'bugs', but you can
+            choose another name. <TT
+CLASS="replaceable"
+><I
+>$path_to_datafile</I
+></TT
+> is
+            the path to the file containing your database, for instance
+            <TT
+CLASS="filename"
+>/u01/oradata/bugzilla.dbf</TT
+>.
+            The initial size of the database file is set in this example to 500 Mb,
+            with an increment of 30 Mb everytime we reach the size limit of the file.
+          </P
+></DIV
+><DIV
+CLASS="section"
+><H4
+CLASS="section"
+><A
+NAME="AEN561"
+>2.2.2.4.2. Add a User to Oracle</A
+></H4
+><P
+>&#13;            The user name and password must match what you set in
+            <TT
+CLASS="filename"
+>localconfig</TT
+> (<TT
+CLASS="literal"
+>$db_user</TT
+>
+            and <TT
+CLASS="literal"
+>$db_pass</TT
+>, respectively). Here, we assume that
+            the user name is 'bugs' and the tablespace name is the same
+            as above. 
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;    CREATE USER bugs
+    IDENTIFIED BY "<TT
+CLASS="replaceable"
+><I
+>$db_pass</I
+></TT
+>"
+    DEFAULT TABLESPACE bugs
+    TEMPORARY TABLESPACE TEMP
+    PROFILE DEFAULT;
+    -- GRANT/REVOKE ROLE PRIVILEGES
+    GRANT CONNECT TO bugs;
+    GRANT RESOURCE TO bugs;
+    -- GRANT/REVOKE SYSTEM PRIVILEGES
+    GRANT UNLIMITED TABLESPACE TO bugs;
+    GRANT EXECUTE ON CTXSYS.CTX_DDL TO bugs;
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
+></DIV
+><DIV
+CLASS="section"
+><H4
+CLASS="section"
+><A
+NAME="AEN569"
+>2.2.2.4.3. Configure the Web Server</A
+></H4
+><P
+>&#13;            If you use Apache, append these lines to <TT
+CLASS="filename"
+>httpd.conf</TT
+>
+            to set ORACLE_HOME and LD_LIBRARY_PATH. For instance:
+          </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#13;    SetEnv ORACLE_HOME /u01/app/oracle/product/10.2.0/
+    SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
+          </PRE
+></FONT
+></TD
+></TR
+></TABLE
+><P
+>&#13;            When this is done, restart your web server.
+          </P
+></DIV
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN549"
+NAME="AEN575"
 >2.2.3. checksetup.pl</A
 ></H2
 ><P
diff --git a/docs/en/html/conventions.html b/docs/en/html/conventions.html
index d6c3f9155..ec7c713e9 100644
--- a/docs/en/html/conventions.html
+++ b/docs/en/html/conventions.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/copyright.html b/docs/en/html/copyright.html
index 730031cb8..172d1d9fc 100644
--- a/docs/en/html/copyright.html
+++ b/docs/en/html/copyright.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/credits.html b/docs/en/html/credits.html
index 2571b28f7..f020b5cfa 100644
--- a/docs/en/html/credits.html
+++ b/docs/en/html/credits.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/cust-change-permissions.html b/docs/en/html/cust-change-permissions.html
index 658de5c2a..5911d8fc6 100644
--- a/docs/en/html/cust-change-permissions.html
+++ b/docs/en/html/cust-change-permissions.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/cust-hooks.html b/docs/en/html/cust-hooks.html
index 339d53040..f2ced2a55 100644
--- a/docs/en/html/cust-hooks.html
+++ b/docs/en/html/cust-hooks.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/cust-skins.html b/docs/en/html/cust-skins.html
index 2cfb092ec..c2321d3c5 100644
--- a/docs/en/html/cust-skins.html
+++ b/docs/en/html/cust-skins.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/cust-templates.html b/docs/en/html/cust-templates.html
index b7db54aff..2ed5cb0ce 100644
--- a/docs/en/html/cust-templates.html
+++ b/docs/en/html/cust-templates.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/custom-fields.html b/docs/en/html/custom-fields.html
index 5767a7092..ca8f9ea72 100644
--- a/docs/en/html/custom-fields.html
+++ b/docs/en/html/custom-fields.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/customization.html b/docs/en/html/customization.html
index cfa72c316..9e6b6b1fd 100644
--- a/docs/en/html/customization.html
+++ b/docs/en/html/customization.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/disclaimer.html b/docs/en/html/disclaimer.html
index 75b72b573..5bb6e3196 100644
--- a/docs/en/html/disclaimer.html
+++ b/docs/en/html/disclaimer.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/edit-values.html b/docs/en/html/edit-values.html
index 12a22487d..9f8d5ea19 100644
--- a/docs/en/html/edit-values.html
+++ b/docs/en/html/edit-values.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/extraconfig.html b/docs/en/html/extraconfig.html
index c1c46d363..8894fdcc3 100644
--- a/docs/en/html/extraconfig.html
+++ b/docs/en/html/extraconfig.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -89,7 +87,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN699"
+NAME="AEN725"
 >2.3.1. Bug Graphs</A
 ></H2
 ><P
@@ -145,42 +143,6 @@ CLASS="programlisting"
 >&#13;        After two days have passed you'll be able to view bug graphs from
         the Reports page.
       </P
-><P
->&#13;        When upgrading Bugzilla, this format may change.
-        To create new status data, (re)move old data and run the following 
-        commands:
-      </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="screen"
->&#13;        <SAMP
-CLASS="prompt"
->bash$</SAMP
->
-        <B
-CLASS="command"
->cd &#60;your-bugzilla-directory&#62;</B
->
-        <SAMP
-CLASS="prompt"
->bash$</SAMP
->
-        <B
-CLASS="command"
->./collectstats.pl --regenerate</B
->
-      </PRE
-></FONT
-></TD
-></TR
-></TABLE
 ><DIV
 CLASS="note"
 ><P
diff --git a/docs/en/html/flags-overview.html b/docs/en/html/flags-overview.html
index 5d2316e2d..0f045a46a 100644
--- a/docs/en/html/flags-overview.html
+++ b/docs/en/html/flags-overview.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/flags.html b/docs/en/html/flags.html
index 69a1aea2a..f1bcaeecc 100644
--- a/docs/en/html/flags.html
+++ b/docs/en/html/flags.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/general-advice.html b/docs/en/html/general-advice.html
index cb254504d..ba77aa5fe 100644
--- a/docs/en/html/general-advice.html
+++ b/docs/en/html/general-advice.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-0.html b/docs/en/html/gfdl-0.html
index 33f1adf95..4938c9eb8 100644
--- a/docs/en/html/gfdl-0.html
+++ b/docs/en/html/gfdl-0.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-1.html b/docs/en/html/gfdl-1.html
index 59b0a9d8a..81d006570 100644
--- a/docs/en/html/gfdl-1.html
+++ b/docs/en/html/gfdl-1.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-10.html b/docs/en/html/gfdl-10.html
index c798b54bf..844329b3c 100644
--- a/docs/en/html/gfdl-10.html
+++ b/docs/en/html/gfdl-10.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-2.html b/docs/en/html/gfdl-2.html
index 955899d06..bf2f1bf96 100644
--- a/docs/en/html/gfdl-2.html
+++ b/docs/en/html/gfdl-2.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-3.html b/docs/en/html/gfdl-3.html
index cbd1adb0b..a8c749d95 100644
--- a/docs/en/html/gfdl-3.html
+++ b/docs/en/html/gfdl-3.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-4.html b/docs/en/html/gfdl-4.html
index 87869eac8..87badd149 100644
--- a/docs/en/html/gfdl-4.html
+++ b/docs/en/html/gfdl-4.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-5.html b/docs/en/html/gfdl-5.html
index 3fd784ddf..45b46d2e4 100644
--- a/docs/en/html/gfdl-5.html
+++ b/docs/en/html/gfdl-5.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-6.html b/docs/en/html/gfdl-6.html
index f38b294e9..a1d30e30e 100644
--- a/docs/en/html/gfdl-6.html
+++ b/docs/en/html/gfdl-6.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-7.html b/docs/en/html/gfdl-7.html
index ae1532ed9..5b298813b 100644
--- a/docs/en/html/gfdl-7.html
+++ b/docs/en/html/gfdl-7.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-8.html b/docs/en/html/gfdl-8.html
index a0f1ab233..2842aab57 100644
--- a/docs/en/html/gfdl-8.html
+++ b/docs/en/html/gfdl-8.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-9.html b/docs/en/html/gfdl-9.html
index 33ad5a477..45e8dde0d 100644
--- a/docs/en/html/gfdl-9.html
+++ b/docs/en/html/gfdl-9.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/gfdl-howto.html b/docs/en/html/gfdl-howto.html
index 5b2152521..c92dd6300 100644
--- a/docs/en/html/gfdl-howto.html
+++ b/docs/en/html/gfdl-howto.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -85,7 +83,7 @@ NAME="gfdl-howto"
     of the License in the document and put the following copyright and
     license notices just after the title page:</P
 ><A
-NAME="AEN3507"
+NAME="AEN3569"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
diff --git a/docs/en/html/gfdl.html b/docs/en/html/gfdl.html
index 529b72d16..a07a42cb9 100644
--- a/docs/en/html/gfdl.html
+++ b/docs/en/html/gfdl.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -148,7 +146,7 @@ HREF="gfdl-howto.html"
 ><P
 >Version 1.1, March 2000</P
 ><A
-NAME="AEN3417"
+NAME="AEN3479"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
diff --git a/docs/en/html/glossary.html b/docs/en/html/glossary.html
index c921fd59f..ba16726c0 100644
--- a/docs/en/html/glossary.html
+++ b/docs/en/html/glossary.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -33,8 +32,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -74,7 +72,7 @@ CLASS="glossdiv"
 ><H1
 CLASS="glossdiv"
 ><A
-NAME="AEN3512"
+NAME="AEN3574"
 >0-9, high ascii</A
 ></H1
 ><DL
@@ -984,7 +982,7 @@ NAME="gloss-zarro"
         Terry had the following to say:
         </P
 ><A
-NAME="AEN3757"
+NAME="AEN3819"
 ></A
 ><TABLE
 BORDER="0"
diff --git a/docs/en/html/groups.html b/docs/en/html/groups.html
index 0c328e235..e8e47e161 100644
--- a/docs/en/html/groups.html
+++ b/docs/en/html/groups.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -508,7 +506,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN2001"
+NAME="AEN2177"
 >3.15.4. Assigning Group Controls to Products</A
 ></H2
 ><P
diff --git a/docs/en/html/hintsandtips.html b/docs/en/html/hintsandtips.html
index ef9014fc1..2ec20c1ff 100644
--- a/docs/en/html/hintsandtips.html
+++ b/docs/en/html/hintsandtips.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -88,7 +86,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN2645"
+NAME="AEN2707"
 >5.8.1. Autolinkification</A
 ></H2
 ><P
diff --git a/docs/en/html/index.html b/docs/en/html/index.html
index 34b391eca..3b8266438 100644
--- a/docs/en/html/index.html
+++ b/docs/en/html/index.html
@@ -2,8 +2,7 @@
 <HTML
 ><HEAD
 ><TITLE
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TITLE
 ><META
 NAME="GENERATOR"
@@ -47,8 +46,7 @@ CLASS="TITLEPAGE"
 CLASS="title"
 ><A
 NAME="AEN2"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</A
 ></H1
 ><H3
@@ -56,7 +54,7 @@ CLASS="corpauthor"
 >The Bugzilla Team</H3
 ><P
 CLASS="pubdate"
->2008-05-04<BR></P
+>2008-11-29<BR></P
 ><DIV
 ><DIV
 CLASS="abstract"
@@ -164,6 +162,11 @@ HREF="os-specific.html"
 HREF="nonroot.html"
 >UNIX (non-root) Installation Notes</A
 ></DT
+><DT
+>2.7. <A
+HREF="upgrade.html"
+>Upgrading to New Releases</A
+></DT
 ></DL
 ></DD
 ><DT
@@ -253,11 +256,6 @@ HREF="groups.html"
 HREF="sanitycheck.html"
 >Checking and Maintaining Database Integrity</A
 ></DT
-><DT
->3.17. <A
-HREF="upgrading.html"
->Upgrading to New Releases</A
-></DT
 ></DL
 ></DD
 ><DT
diff --git a/docs/en/html/install-perlmodules-manual.html b/docs/en/html/install-perlmodules-manual.html
index 160fe5223..f8cec3451 100644
--- a/docs/en/html/install-perlmodules-manual.html
+++ b/docs/en/html/install-perlmodules-manual.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/installation.html b/docs/en/html/installation.html
index 7089088d8..8c79721d4 100644
--- a/docs/en/html/installation.html
+++ b/docs/en/html/installation.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -253,9 +251,21 @@ NAME="install-perl"
 >2.1.1. Perl</A
 ></H2
 ><P
->Installed Version Test: <TT
-CLASS="filename"
->perl -v</TT
+>Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>perl -v</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ></P
 ><P
 >Any machine that doesn't have Perl on it is a sad machine indeed.
@@ -278,9 +288,9 @@ NAME="install-database"
 >2.1.2. Database Engine</A
 ></H2
 ><P
->From Bugzilla 2.20, support is included for using both the MySQL and
-      PostgreSQL database servers. You only require one of these systems to make
-      use of Bugzilla.</P
+>&#13;        Bugzilla supports MySQL, PostgreSQL and Oracle as database servers.
+        You only require one of these systems to make use of Bugzilla.
+      </P
 ><DIV
 CLASS="section"
 ><H3
@@ -290,9 +300,21 @@ NAME="install-mysql"
 >2.1.2.1. MySQL</A
 ></H3
 ><P
->Installed Version Test: <TT
-CLASS="filename"
->mysql -V</TT
+>Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>mysql -V</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ></P
 ><P
 >&#13;          If you don't have it and your OS doesn't provide official packages, 
@@ -357,9 +379,21 @@ NAME="install-pg"
 >2.1.2.2. PostgreSQL</A
 ></H3
 ><P
->Installed Version Test: <TT
-CLASS="filename"
->psql -V</TT
+>Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>psql -V</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ></P
 ><P
 >&#13;          If you don't have it and your OS doesn't provide official packages, 
@@ -377,6 +411,49 @@ TARGET="_top"
           PostgreSQL server is started when the machine boots.
           </P
 ></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="install-oracle"
+>2.1.2.3. Oracle</A
+></H3
+><P
+>&#13;          Installed Version Test: <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>select * from v$version</PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+          (you first have to log in into your DB)
+        </P
+><P
+>&#13;          If you don't have it and your OS doesn't provide official packages,
+          visit <A
+HREF="http://www.oracle.com/"
+TARGET="_top"
+>http://www.oracle.com/</A
+>. You need Oracle
+          version 10.02.0 or higher.
+        </P
+><P
+>&#13;          If you install from something other than a packaging/installation
+          system, such as .rpm (Redhat Package), .deb (Debian Package), .exe
+          (Windows Executable), or .msi (Microsoft Installer), make sure the
+          Oracle server is started when the machine boots.
+        </P
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
@@ -685,7 +762,7 @@ CLASS="filename"
 TYPE="1"
 ><LI
 ><P
->&#13;            CGI 2.93
+>&#13;            CGI 3.21
           </P
 ></LI
 ><LI
@@ -714,6 +791,11 @@ HREF="installation.html#install-modules-dbd-mysql"
 ></LI
 ><LI
 ><P
+>&#13;            DBD::Oracle (1.19) if using Oracle
+          </P
+></LI
+><LI
+><P
 >&#13;            File::Spec (0.84)
           </P
 ></LI
@@ -733,7 +815,7 @@ HREF="installation.html#install-modules-template"
 ></LI
 ><LI
 ><P
->&#13;            Email::MIME::Modifier (any)
+>&#13;            Email::MIME::Modifier (1.442)
           </P
 ></LI
 ></OL
@@ -1206,7 +1288,7 @@ TARGET="_top"
       version 1.999022 (AKA 2.0.0-RC5) to be installed.</P
 ><P
 >Bugzilla also requires a more up-to-date version of the CGI
-      perl module to be installed, version 3.11 as opposed to 2.93
+      perl module to be installed, version 3.11 as opposed to 3.21
       </P
 ></DIV
 ></DIV
diff --git a/docs/en/html/installing-bugzilla.html b/docs/en/html/installing-bugzilla.html
index f998fbbd1..5c2ab1427 100644
--- a/docs/en/html/installing-bugzilla.html
+++ b/docs/en/html/installing-bugzilla.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -146,7 +144,7 @@ HREF="configuration.html#database-engine"
 ></DT
 ><DT
 >2.2.3. <A
-HREF="configuration.html#AEN549"
+HREF="configuration.html#AEN575"
 >checksetup.pl</A
 ></DT
 ><DT
@@ -170,7 +168,7 @@ HREF="extraconfig.html"
 ><DL
 ><DT
 >2.3.1. <A
-HREF="extraconfig.html#AEN699"
+HREF="extraconfig.html#AEN725"
 >Bug Graphs</A
 ></DT
 ><DT
@@ -231,17 +229,17 @@ HREF="nonroot.html"
 ><DL
 ><DT
 >2.6.1. <A
-HREF="nonroot.html#AEN872"
+HREF="nonroot.html#AEN892"
 >Introduction</A
 ></DT
 ><DT
 >2.6.2. <A
-HREF="nonroot.html#AEN876"
+HREF="nonroot.html#AEN896"
 >MySQL</A
 ></DT
 ><DT
 >2.6.3. <A
-HREF="nonroot.html#AEN911"
+HREF="nonroot.html#AEN931"
 >Perl</A
 ></DT
 ><DT
@@ -251,16 +249,45 @@ HREF="nonroot.html#install-perlmodules-nonroot"
 ></DT
 ><DT
 >2.6.5. <A
-HREF="nonroot.html#AEN933"
+HREF="nonroot.html#AEN953"
 >HTTP Server</A
 ></DT
 ><DT
 >2.6.6. <A
-HREF="nonroot.html#AEN945"
+HREF="nonroot.html#AEN965"
 >Bugzilla</A
 ></DT
 ></DL
 ></DD
+><DT
+>2.7. <A
+HREF="upgrade.html"
+>Upgrading to New Releases</A
+></DT
+><DD
+><DL
+><DT
+>2.7.1. <A
+HREF="upgrade.html#upgrade-before"
+>Before You Upgrade</A
+></DT
+><DT
+>2.7.2. <A
+HREF="upgrade.html#upgrade-files"
+>Getting The New Bugzilla</A
+></DT
+><DT
+>2.7.3. <A
+HREF="upgrade.html#upgrade-completion"
+>Completing Your Upgrade</A
+></DT
+><DT
+>2.7.4. <A
+HREF="upgrade.html#upgrade-notifications"
+>Automatic Notifications of New Releases</A
+></DT
+></DL
+></DD
 ></DL
 ></DIV
 ></DIV
diff --git a/docs/en/html/integration.html b/docs/en/html/integration.html
index fb49306e1..07ffe9596 100644
--- a/docs/en/html/integration.html
+++ b/docs/en/html/integration.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/keywords.html b/docs/en/html/keywords.html
index 6f4583239..18b7e9fb6 100644
--- a/docs/en/html/keywords.html
+++ b/docs/en/html/keywords.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/lifecycle.html b/docs/en/html/lifecycle.html
index 5534bbd12..5ba0aef29 100644
--- a/docs/en/html/lifecycle.html
+++ b/docs/en/html/lifecycle.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/milestones.html b/docs/en/html/milestones.html
index 40568654f..a6cc0a19b 100644
--- a/docs/en/html/milestones.html
+++ b/docs/en/html/milestones.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/modules-manual-download.html b/docs/en/html/modules-manual-download.html
index 139d3badb..513ce74f5 100644
--- a/docs/en/html/modules-manual-download.html
+++ b/docs/en/html/modules-manual-download.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/modules-manual-instructions.html b/docs/en/html/modules-manual-instructions.html
index d8c069553..17a32377d 100644
--- a/docs/en/html/modules-manual-instructions.html
+++ b/docs/en/html/modules-manual-instructions.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/modules-manual-optional.html b/docs/en/html/modules-manual-optional.html
index 5c7739b29..78fbb1ecf 100644
--- a/docs/en/html/modules-manual-optional.html
+++ b/docs/en/html/modules-manual-optional.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/multiple-bz-dbs.html b/docs/en/html/multiple-bz-dbs.html
index 5afb6e5a8..547e3cb3b 100644
--- a/docs/en/html/multiple-bz-dbs.html
+++ b/docs/en/html/multiple-bz-dbs.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/myaccount.html b/docs/en/html/myaccount.html
index 9fad75994..ce02dd083 100644
--- a/docs/en/html/myaccount.html
+++ b/docs/en/html/myaccount.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -86,9 +84,9 @@ NAME="myaccount"
     Bugzilla for the URL you should use to access it. If you're
     test-driving Bugzilla, use this URL: 
     <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/"
 TARGET="_top"
->http://landfill.bugzilla.org/bugzilla-tip/</A
+>http://landfill.bugzilla.org/bugzilla-3.2-branch/</A
 >.
     </P
 ><P
diff --git a/docs/en/html/newversions.html b/docs/en/html/newversions.html
index a40e4a2c8..ff116d72d 100644
--- a/docs/en/html/newversions.html
+++ b/docs/en/html/newversions.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -81,10 +79,8 @@ NAME="newversions"
 >1.3. New Versions</A
 ></H1
 ><P
->&#13;      This is the 3.1.4 version of The Bugzilla Guide. It is so named 
+>&#13;      This is the 3.2 version of The Bugzilla Guide. It is so named 
       to match the current version of Bugzilla. 
-       This version of the guide, like its associated Bugzilla version, is a
-      development version. 
     </P
 ><P
 >&#13;      The latest version of this guide can always be found at <A
diff --git a/docs/en/html/nonroot.html b/docs/en/html/nonroot.html
index 4ac68e135..578f828bc 100644
--- a/docs/en/html/nonroot.html
+++ b/docs/en/html/nonroot.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -18,8 +17,8 @@ REL="PREVIOUS"
 TITLE="OS-Specific Installation Notes"
 HREF="os-specific.html"><LINK
 REL="NEXT"
-TITLE="Administering Bugzilla"
-HREF="administration.html"></HEAD
+TITLE="Upgrading to New Releases"
+HREF="upgrade.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -63,7 +61,7 @@ WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="administration.html"
+HREF="upgrade.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -85,7 +83,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN872"
+NAME="AEN892"
 >2.6.1. Introduction</A
 ></H2
 ><P
@@ -105,7 +103,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN876"
+NAME="AEN896"
 >2.6.2. MySQL</A
 ></H2
 ><P
@@ -161,7 +159,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN884"
+NAME="AEN904"
 >2.6.2.1. Running MySQL as Non-Root</A
 ></H3
 ><DIV
@@ -169,7 +167,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN886"
+NAME="AEN906"
 >2.6.2.1.1. The Custom Configuration Method</A
 ></H4
 ><P
@@ -213,7 +211,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN890"
+NAME="AEN910"
 >2.6.2.1.2. The Custom Built Method</A
 ></H4
 ><P
@@ -236,7 +234,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN895"
+NAME="AEN915"
 >2.6.2.1.3. Starting the Server</A
 ></H4
 ><P
@@ -364,7 +362,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN911"
+NAME="AEN931"
 >2.6.3. Perl</A
 ></H2
 ><P
@@ -468,7 +466,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN933"
+NAME="AEN953"
 >2.6.5. HTTP Server</A
 ></H2
 ><P
@@ -482,7 +480,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN936"
+NAME="AEN956"
 >2.6.5.1. Running Apache as Non-Root</A
 ></H3
 ><P
@@ -564,7 +562,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN945"
+NAME="AEN965"
 >2.6.6. Bugzilla</A
 ></H2
 ><P
@@ -714,7 +712,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="administration.html"
+HREF="upgrade.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -738,7 +736,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Administering Bugzilla</TD
+>Upgrading to New Releases</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/en/html/os-specific.html b/docs/en/html/os-specific.html
index 132b47672..d29e4f702 100644
--- a/docs/en/html/os-specific.html
+++ b/docs/en/html/os-specific.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/parameters.html b/docs/en/html/parameters.html
index c43587734..d6fd06f75 100644
--- a/docs/en/html/parameters.html
+++ b/docs/en/html/parameters.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -895,7 +893,7 @@ NAME="param-LDAPserver"
                 the default LDAP port of 389.
                 </P
 ><P
->Ex. <SPAN
+>For example: <SPAN
 CLASS="QUOTE"
 >"ldap.company.com"</SPAN
 >
@@ -910,19 +908,48 @@ CLASS="QUOTE"
                 the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS'
                 schemes respectively.
                 </P
+><DIV
+CLASS="tip"
 ><P
->Ex. <SPAN
+></P
+><TABLE
+CLASS="tip"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/tip.gif"
+HSPACE="5"
+ALT="Tip"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;                    In order to use SSL with LDAP, specify a URI with "ldaps://".
+                    This will force the use of SSL over port 636.
+                  </P
+></TD
+></TR
+></TABLE
+></DIV
+><P
+>For example, normal LDAP: 
+                <SPAN
 CLASS="QUOTE"
 >"ldap://ldap.company.com"</SPAN
->,
+>, LDAP over SSL:
                 <SPAN
 CLASS="QUOTE"
 >"ldaps://ldap.company.com"</SPAN
-> or
-                <SPAN
+> or LDAP over a UNIX 
+                domain socket <SPAN
 CLASS="QUOTE"
 >"ldapi://%2fvar%2flib%2fldap_sock"</SPAN
->
+>.
                 </P
 ></DD
 ><DT
diff --git a/docs/en/html/paranoid-security.html b/docs/en/html/paranoid-security.html
index 0af1cfbd3..50893dc32 100644
--- a/docs/en/html/paranoid-security.html
+++ b/docs/en/html/paranoid-security.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/patches.html b/docs/en/html/patches.html
index 67c826555..33574be6f 100644
--- a/docs/en/html/patches.html
+++ b/docs/en/html/patches.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/products.html b/docs/en/html/products.html
index 1499316fa..be24e9be5 100644
--- a/docs/en/html/products.html
+++ b/docs/en/html/products.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/query.html b/docs/en/html/query.html
index 31154a5cd..c073c3d2c 100644
--- a/docs/en/html/query.html
+++ b/docs/en/html/query.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -85,9 +83,9 @@ NAME="query"
     any bug report, comment, or patch currently in the Bugzilla system. You
     can play with it here: 
     <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/query.cgi"
+HREF="http://landfill.bugzilla.org/bugzilla-3.2-branch/query.cgi"
 TARGET="_top"
->http://landfill.bugzilla.org/bugzilla-tip/query.cgi</A
+>http://landfill.bugzilla.org/bugzilla-3.2-branch/query.cgi</A
 >.</P
 ><P
 >The Search page has controls for selecting different possible
@@ -209,7 +207,7 @@ NAME="negation"
 >&#13;          At first glance, negation seems redundant. Rather than
           searching for
           <A
-NAME="AEN2492"
+NAME="AEN2554"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -220,7 +218,7 @@ CLASS="BLOCKQUOTE"
 >
           one could search for 
           <A
-NAME="AEN2494"
+NAME="AEN2556"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -231,7 +229,7 @@ CLASS="BLOCKQUOTE"
 >
           However, the search 
           <A
-NAME="AEN2496"
+NAME="AEN2558"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -243,7 +241,7 @@ CLASS="BLOCKQUOTE"
           would find every bug where anyone on the CC list did not contain 
           "@mozilla.org" while
           <A
-NAME="AEN2498"
+NAME="AEN2560"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -257,7 +255,7 @@ CLASS="BLOCKQUOTE"
           complex expressions to be built using terms OR'd together and then
           negated. Negation permits queries such as
           <A
-NAME="AEN2500"
+NAME="AEN2562"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -270,7 +268,7 @@ CLASS="BLOCKQUOTE"
           to find bugs that are neither 
           in the update product or in the documentation component or
           <A
-NAME="AEN2502"
+NAME="AEN2564"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -298,7 +296,7 @@ NAME="multiplecharts"
           a bug that has two different people cc'd on it, then you need 
           to use two boolean charts. A search for
           <A
-NAME="AEN2507"
+NAME="AEN2569"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -313,7 +311,7 @@ CLASS="BLOCKQUOTE"
           containing "foo@" and someone else containing "@mozilla.org",
           then you would need two boolean charts.
           <A
-NAME="AEN2509"
+NAME="AEN2571"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
diff --git a/docs/en/html/quips.html b/docs/en/html/quips.html
index 85f546a00..5a4d8e313 100644
--- a/docs/en/html/quips.html
+++ b/docs/en/html/quips.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/reporting.html b/docs/en/html/reporting.html
index 9c097c8cb..c41af279d 100644
--- a/docs/en/html/reporting.html
+++ b/docs/en/html/reporting.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -195,7 +193,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN2842"
+NAME="AEN2904"
 >5.11.2.1. Creating Charts</A
 ></H3
 ><P
diff --git a/docs/en/html/sanitycheck.html b/docs/en/html/sanitycheck.html
index 0d7956cb6..9f55e8969 100644
--- a/docs/en/html/sanitycheck.html
+++ b/docs/en/html/sanitycheck.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -18,8 +17,8 @@ REL="PREVIOUS"
 TITLE="Groups and Group Security"
 HREF="groups.html"><LINK
 REL="NEXT"
-TITLE="Upgrading to New Releases"
-HREF="upgrading.html"></HEAD
+TITLE="Bugzilla Security"
+HREF="security.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -63,7 +61,7 @@ WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="upgrading.html"
+HREF="security.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -175,7 +173,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="upgrading.html"
+HREF="security.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -199,7 +197,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Upgrading to New Releases</TD
+>Bugzilla Security</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/en/html/security-bugzilla.html b/docs/en/html/security-bugzilla.html
index b7126b3df..9136aa15e 100644
--- a/docs/en/html/security-bugzilla.html
+++ b/docs/en/html/security-bugzilla.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/security-mysql.html b/docs/en/html/security-mysql.html
index c8d93aa61..f7552ece8 100644
--- a/docs/en/html/security-mysql.html
+++ b/docs/en/html/security-mysql.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/security-os.html b/docs/en/html/security-os.html
index 730304b9a..55143d692 100644
--- a/docs/en/html/security-os.html
+++ b/docs/en/html/security-os.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/security-webserver.html b/docs/en/html/security-webserver.html
index 929870527..2915cb623 100644
--- a/docs/en/html/security-webserver.html
+++ b/docs/en/html/security-webserver.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/security.html b/docs/en/html/security.html
index dda29ccd2..781ba91e3 100644
--- a/docs/en/html/security.html
+++ b/docs/en/html/security.html
@@ -7,13 +7,12 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
-TITLE="Upgrading to New Releases"
-HREF="upgrading.html"><LINK
+TITLE="Checking and Maintaining Database Integrity"
+HREF="sanitycheck.html"><LINK
 REL="NEXT"
 TITLE="Operating System"
 HREF="security-os.html"></HEAD
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -46,7 +44,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="upgrading.html"
+HREF="sanitycheck.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -186,7 +184,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="upgrading.html"
+HREF="sanitycheck.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -214,7 +212,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Upgrading to New Releases</TD
+>Checking and Maintaining Database Integrity</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
diff --git a/docs/en/html/timetracking.html b/docs/en/html/timetracking.html
index db1b5dda2..f0caafb59 100644
--- a/docs/en/html/timetracking.html
+++ b/docs/en/html/timetracking.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/trbl-dbdsponge.html b/docs/en/html/trbl-dbdsponge.html
index af6e79d4d..c6fba1585 100644
--- a/docs/en/html/trbl-dbdsponge.html
+++ b/docs/en/html/trbl-dbdsponge.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -40,8 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/trbl-index.html b/docs/en/html/trbl-index.html
index dca023e9e..251f06ea3 100644
--- a/docs/en/html/trbl-index.html
+++ b/docs/en/html/trbl-index.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -42,8 +41,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/trbl-passwd-encryption.html b/docs/en/html/trbl-passwd-encryption.html
index 8aa90a3c6..2ecdbe537 100644
--- a/docs/en/html/trbl-passwd-encryption.html
+++ b/docs/en/html/trbl-passwd-encryption.html
@@ -9,8 +9,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -41,8 +40,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/trbl-perlmodule.html b/docs/en/html/trbl-perlmodule.html
index 02e8f01ee..a0034f6ad 100644
--- a/docs/en/html/trbl-perlmodule.html
+++ b/docs/en/html/trbl-perlmodule.html
@@ -8,8 +8,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -40,8 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/trbl-relogin-everyone.html b/docs/en/html/trbl-relogin-everyone.html
index 14925a015..9ffa57386 100644
--- a/docs/en/html/trbl-relogin-everyone.html
+++ b/docs/en/html/trbl-relogin-everyone.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -122,7 +120,7 @@ NAME="trbl-relogin-everyone-share"
 >Example A-1. Examples of urlbase/cookiepath pairs for sharing login cookies</B
 ></P
 ><A
-NAME="AEN3237"
+NAME="AEN3299"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -163,7 +161,7 @@ NAME="trbl-relogin-everyone-restrict"
 >Example A-2. Examples of urlbase/cookiepath pairs to restrict the login cookie</B
 ></P
 ><A
-NAME="AEN3244"
+NAME="AEN3306"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
diff --git a/docs/en/html/trbl-relogin-some.html b/docs/en/html/trbl-relogin-some.html
index c8041a4da..83c76665e 100644
--- a/docs/en/html/trbl-relogin-some.html
+++ b/docs/en/html/trbl-relogin-some.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/trbl-testserver.html b/docs/en/html/trbl-testserver.html
index 2518b94cb..fded3fdfe 100644
--- a/docs/en/html/trbl-testserver.html
+++ b/docs/en/html/trbl-testserver.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -40,8 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/troubleshooting.html b/docs/en/html/troubleshooting.html
index bd64abcf3..d95e5d7c5 100644
--- a/docs/en/html/troubleshooting.html
+++ b/docs/en/html/troubleshooting.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/upgrading.html b/docs/en/html/upgrade.html
similarity index 50%
rename from docs/en/html/upgrading.html
rename to docs/en/html/upgrade.html
index a5a53bf30..26d2ac7fc 100644
--- a/docs/en/html/upgrading.html
+++ b/docs/en/html/upgrade.html
@@ -7,19 +7,18 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
-TITLE="Administering Bugzilla"
-HREF="administration.html"><LINK
+TITLE="Installing Bugzilla"
+HREF="installing-bugzilla.html"><LINK
 REL="PREVIOUS"
-TITLE="Checking and Maintaining Database Integrity"
-HREF="sanitycheck.html"><LINK
+TITLE="UNIX (non-root) Installation Notes"
+HREF="nonroot.html"><LINK
 REL="NEXT"
-TITLE="Bugzilla Security"
-HREF="security.html"></HEAD
+TITLE="Administering Bugzilla"
+HREF="administration.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -49,7 +47,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="sanitycheck.html"
+HREF="nonroot.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -57,13 +55,13 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 3. Administering Bugzilla</TD
+>Chapter 2. Installing Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="security.html"
+HREF="administration.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -77,70 +75,19 @@ CLASS="section"
 ><H1
 CLASS="section"
 ><A
-NAME="upgrading"
->3.17. Upgrading to New Releases</A
+NAME="upgrade"
+>2.7. Upgrading to New Releases</A
 ></H1
 ><P
->&#13;      Upgrading Bugzilla is something we all want to do from time to time,
-      be it to get new features or pick up the latest security fix. How easy
-      it is to update depends on a few factors:
-    </P
+>Upgrading to new Bugzilla releases is very simple. There is
+      a script included with Bugzilla that will automatically
+      do all of the database migration for you.</P
 ><P
-></P
-><UL
-><LI
-><P
->&#13;          If the new version is a revision or a new point release
-        </P
-></LI
-><LI
-><P
->&#13;          How many local changes (if any) have been made
-        </P
-></LI
-></UL
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="upgrading-version-defns"
->3.17.1. Version Definitions</A
-></H2
-><P
->&#13;        Bugzilla displays the version you are using at the top of the home
-        page <TT
-CLASS="filename"
->index.cgi</TT
->. It looks something like
-        '2.20.3', '2.22.1' or '3.0rc1'. The first number in this series is
-        the Major Version. This does not change very often;
-        Bugzilla was 1.x.x when it was first created, and went to 2.x.x
-        when it was re-written in perl in Sept 1998. The major version
-        3.x.x, released in early 2007, is pretty far from what the 2.x.x
-        series looked like, both about its UI and its code.
-      </P
-><P
->&#13;        The second number in the version is called the 'minor number', and
-        a release that changes the minor number is called a 'point release'.
-        An even number in this position (2.18, 2.20, 2.22, 3.0, 3.2, etc.)
-        represents a stable version, while an odd number (2.19, 2.21, 2.23, etc.)
-        represents a development version. In the past, stable point releases
-        were feature-based, coming when certain enhancements had been
-        completed, or the Bugzilla development team felt that enough
-        progress had been made overall. As of version 2.18, however,
-        Bugzilla has moved to a time-based release schedule; current plans
-        are to create a stable point release every 6 months or so after
-        2.18 is deployed.
-      </P
-><P
->&#13;        The third number in the Bugzilla version represents a bugfix version.
-        Bugfix Revisions are released only to address security vulnerabilities
-        and, for a limited period, bug fixes. Once enough of these
-        bugfixes have accumulated (or a new security vulnerability is
-        identified and closed), a bugfix release is made. As an
-        example, 2.20.3 was a bugfix release, and improved on 2.20.2.
-      </P
+>The following sections explain how to upgrade from one
+      version of Bugzilla to another. Whether you are upgrading
+      from one bug-fix version to another (such as 3.0.1 to 3.0.2)
+      or from one major version to another (such as from 3.0 to 3.2),
+      the instructions are always the same.</P
 ><DIV
 CLASS="note"
 ><P
@@ -162,122 +109,77 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          When reading version numbers, everything separated by a point ('.')
-          should be read as a single number. It is <EM
->not</EM
->
-          the same as decimal. 2.22 is newer than 2.8 because minor version
-          22 is greater than minor version 8. The now unsupported release 2.16.11
-          was newer than 2.16.9 (because bugfix 11 is greater than bugfix 9. This is
-          confusing to some people who aren't used to dealing with software.
-        </P
-></TD
-></TR
-></TABLE
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="upgrading-notifications"
->3.17.2. Upgrading - Notifications</A
-></H2
-><P
->&#13;        Bugzilla 3.0 introduces the ability to automatically notify
-        administrators when new releases are available, based on the
+>&#13;        Any examples in the following sections are written as though the
+        user were updating to version 2.22.1, but the procedures are the
+        same no matter what version you're updating to. Also, in the
+        examples, the user's Bugzilla installation is found at
         <TT
-CLASS="literal"
->upgrade_notification</TT
-> parameter, see
-        <A
-HREF="parameters.html"
->Section 3.1</A
->. Administrators will see these
-        notifications when they access the <TT
 CLASS="filename"
->index.cgi</TT
->
-        page, i.e. generally when logging in. Bugzilla will check once per
-        day for new releases, unless the parameter is set to
-        <SPAN
-CLASS="QUOTE"
->"disabled"</SPAN
->. If you are behind a proxy, you may have to set
-        the <TT
-CLASS="literal"
->proxy_url</TT
-> parameter accordingly. If the proxy
-        requires authentication, use the
-        <TT
-CLASS="literal"
->http://user:pass@proxy_url/</TT
-> syntax.
+>/var/www/html/bugzilla</TT
+>. If that is not the
+        same as the location of your Bugzilla installation, simply
+        substitute the proper paths where appropriate.
       </P
+></TD
+></TR
+></TABLE
 ></DIV
 ><DIV
 CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="upgrading-methods"
->3.17.3. Upgrading - Methods and Procedure</A
+NAME="upgrade-before"
+>2.7.1. Before You Upgrade</A
 ></H2
 ><P
->&#13;        There are three different ways to upgrade your installation.
-      </P
+>Before you start your upgrade, there are a few important
+        steps to take:</P
 ><P
 ></P
 ><OL
 TYPE="1"
 ><LI
 ><P
->&#13;            Using CVS (<A
-HREF="upgrading.html#upgrade-cvs"
->Section 3.17.3.1</A
->)
+>&#13;            Read the <A
+HREF="http://www.bugzilla.org/releases/"
+TARGET="_top"
+>Release
+            Notes</A
+> of the version you're upgrading to,
+            particularly the "Notes for Upgraders" section.
           </P
 ></LI
 ><LI
 ><P
->&#13;            Downloading a new tarball (<A
-HREF="upgrading.html#upgrade-tarball"
->Section 3.17.3.2</A
->)
+>&#13;            View the Sanity Check (<A
+HREF="sanitycheck.html"
+>Section 3.16</A
+>) page
+            on your installation before upgrading. Attempt to fix all warnings
+            that the page produces before you go any further, or you may
+            experience problems  during your upgrade.
           </P
 ></LI
 ><LI
 ><P
->&#13;            Applying the relevant patches (<A
-HREF="upgrading.html#upgrade-patches"
->Section 3.17.3.3</A
->)
+>&#13;            Shut down your Bugzilla installation by putting some HTML or
+            text in the shutdownhtml parameter
+            (see <A
+HREF="parameters.html"
+>Section 3.1</A
+>).
           </P
 ></LI
-></OL
-><P
->&#13;        Each of these options has its own pros and cons; the one that's
-        right for you depends on how long it has been since you last
-        installed, the degree to which you have customized your installation,
-        and/or your network configuration. (Some discussion of the various
-        methods of updating compared with degree and methods of local
-        customization can be found in <A
-HREF="cust-templates.html#template-method"
->Section 6.2.2</A
->.)
-      </P
+><LI
 ><P
->&#13;        The larger the jump you are trying to make, the more difficult it
-        is going to be to upgrade if you have made local customizations.
-        Upgrading from 2.22 to 2.22.1 should be fairly painless even if
-        you are heavily customized, but going from 2.18 to 3.0 is going
-        to mean a fair bit of work re-writing your local changes to use
-        the new files, logic, templates, etc. If you have done no local
-        changes at all, however, then upgrading should be approximately
-        the same amount of work regardless of how long it has been since
-        your version was released.
-      </P
+>&#13;            Make a backup of the Bugzilla database.
+            <EM
+>THIS IS VERY IMPORTANT</EM
+>. If
+            anything goes wrong during the upgrade, your installation
+            can be corrupted beyond recovery. Having a backup keeps you safe.
+          </P
 ><DIV
 CLASS="warning"
 ><P
@@ -299,73 +201,158 @@ ALT="Warning"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          Upgrading is a one-way process. You should backup your database
-          and current Bugzilla directory before attempting the upgrade. If
-          you wish to revert to the old Bugzilla version for any reason, you
-          will have to restore from these backups.
-        </P
+>&#13;              Upgrading is a one-way process. You cannot "downgrade" an
+              upgraded Bugzilla. If you wish to revert to the old Bugzilla
+              version for any reason, you will have to restore your database
+              from this backup.
+            </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->&#13;        The examples in the following sections are written as though the
-        user were updating to version 2.22.1, but the procedures are the
-        same regardless of whether one is updating to a new point release
-        or simply trying to obtain a new bugfix release. Also, in the
-        examples the user's Bugzilla installation is found at
-        <TT
-CLASS="filename"
->/var/www/html/bugzilla</TT
->. If that is not the
-        same as the location of your Bugzilla installation, simply
-        substitute the proper paths where appropriate.
-      </P
+>Here are some sample commands you could use to backup
+            your database, depending on what database system you're
+            using. You may have to modify these commands for your
+            particular setup.</P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>MySQL:</DT
+><DD
+><P
+>&#13;                  <B
+CLASS="command"
+>mysqldump --opt -u bugs -p bugs &#62; bugs.sql</B
+>
+                </P
+></DD
+><DT
+>PostgreSQL:</DT
+><DD
+><P
+>&#13;                  <B
+CLASS="command"
+>pg_dump --no-privileges --no-owner -h localhost -U bugs
+                    &#62; bugs.sql</B
+>
+                </P
+></DD
+></DL
+></DIV
+></LI
+></OL
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="upgrade-files"
+>2.7.2. Getting The New Bugzilla</A
+></H2
+><P
+>There are three ways to get the new version of Bugzilla.
+        We'll list them here briefly and then explain them
+        more later.</P
+><P
+></P
+><DIV
+CLASS="variablelist"
+><DL
+><DT
+>CVS (<A
+HREF="upgrade.html#upgrade-cvs"
+>Section 2.7.2.2</A
+>)</DT
+><DD
+><P
+>&#13;              If have <B
+CLASS="command"
+>cvs</B
+> installed on your machine
+              and you have Internet access, this is the easiest way to
+              upgrade, particularly if you have made modifications
+              to the code or templates of Bugzilla.
+            </P
+></DD
+><DT
+>Download the tarball (<A
+HREF="upgrade.html#upgrade-tarball"
+>Section 2.7.2.3</A
+>)</DT
+><DD
+><P
+>&#13;              This is a very simple way to upgrade, and good if you
+              haven't made many (or any) modifications to the code or
+              templates of your Bugzilla.
+            </P
+></DD
+><DT
+>Patches (<A
+HREF="upgrade.html#upgrade-patches"
+>Section 2.7.2.4</A
+>)</DT
+><DD
+><P
+>&#13;              If you have made modifications to your Bugzilla, and
+              you don't have Internet access or you don't want to use
+              cvs, then this is the best way to upgrade.
+            </P
+><P
+>&#13;              You can only do minor upgrades (such as 3.0 to 3.0.1 or
+              3.0.1 to 3.0.2) with patches.
+            </P
+></DD
+></DL
+></DIV
 ><DIV
 CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="upgrade-cvs"
->3.17.3.1. Upgrading using CVS</A
+NAME="upgrade-modified"
+>2.7.2.1. If you have modified your Bugzilla</A
 ></H3
 ><P
->&#13;          Every release of Bugzilla, whether it is a point release or a bugfix,
-          is tagged in CVS.  Also, every tarball that has been distributed since
-          version 2.12 has been created in such a way that it can be used with
-          CVS once it is unpacked. Doing so, however, requires that you are able
-          to access cvs-mirror.mozilla.org on port 2401, which may not be an
-          option or a possibility for some users, especially those behind a
-          highly restrictive firewall.
+>&#13;          If you have modified the code or templates of your Bugzilla,
+          then upgrading requires a bit more thought and effort.
+          A discussion of the various methods of updating compared with
+          degree and methods of local customization can be found in
+          <A
+HREF="cust-templates.html#template-method"
+>Section 6.2.2</A
+>.
         </P
-><DIV
-CLASS="tip"
-><P
-></P
-><TABLE
-CLASS="tip"
-WIDTH="100%"
-BORDER="0"
-><TR
-><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/tip.gif"
-HSPACE="5"
-ALT="Tip"></TD
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
 ><P
->&#13;            If you can, updating using CVS is probably the most painless
-            method, especially if you have a lot of local changes.
-          </P
-></TD
-></TR
-></TABLE
+>&#13;          The larger the jump you are trying to make, the more difficult it
+          is going to be to upgrade if you have made local customizations.
+          Upgrading from 3.0 to 3.0.1 should be fairly painless even if
+          you are heavily customized, but going from 2.18 to 3.0 is going
+          to mean a fair bit of work re-writing your local changes to use
+          the new files, logic, templates, etc. If you have done no local
+          changes at all, however, then upgrading should be approximately
+          the same amount of work regardless of how long it has been since
+          your version was released.
+        </P
 ></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="upgrade-cvs"
+>2.7.2.2. Upgrading using CVS</A
+></H3
+><P
+>&#13;          This requires that you have cvs installed (most Unix machines do),
+          and requires that you are able to access cvs-mirror.mozilla.org
+          on port 2401, which may not be an option if you are behind a
+          highly restrictive firewall or don't have Internet access.
+        </P
 ><P
 >&#13;          The following shows the sequence of commands needed to update a
           Bugzilla installation via CVS, and a typical series of results.
@@ -452,7 +439,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-tarball"
->3.17.3.2. Upgrading using the tarball</A
+>2.7.2.3. Upgrading using the tarball</A
 ></H3
 ><P
 >&#13;          If you are unable (or unwilling) to use CVS, another option that's
@@ -558,23 +545,18 @@ VALIGN="TOP"
 CLASS="command"
 >cp</B
 > commands both end with periods which
-            is a very important detail, it tells the shell that the destination
-            directory is the current working directory. 
+            is a very important detail--it means that the destination
+            directory is the current working directory.
           </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->&#13;          This upgrade method will give you a clean install of Bugzilla with the 
-          same version as the tarball. That's fine if you don't have any local
-          customizations that you want to maintain, but if you do then you will 
-          need to reapply them by hand to the appropriate files. 
-        </P
-><P
->&#13;          It's worth noting that since 2.12, the Bugzilla tarballs come
-          CVS-ready, so if you decide at a later date that you'd rather use
-          CVS as an upgrade method, your code will already be set up for it.
+>&#13;          This upgrade method will give you a clean install of Bugzilla.
+          That's fine if you don't have any local customizations that you
+          want to maintain. If you do have customizations, then you will 
+          need to reapply them by hand to the appropriate files.
         </P
 ></DIV
 ><DIV
@@ -583,28 +565,21 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-patches"
->3.17.3.3. Upgrading using patches</A
+>2.7.2.4. Upgrading using patches</A
 ></H3
 ><P
->&#13;          If you are doing a bugfix upgrade -- that is, one where only the 
-          last number of the revision changes, such as from 2.22 to 2.22.1
-          -- then you have the option of obtaining and applying a patch file
-          from the <A
+>&#13;          A patch is a collection of all the bug fixes that have been made
+          since the last bug-fix release.
+        </P
+><P
+>&#13;          If you are doing a bug-fix upgrade&#8212;that is, one where only the 
+          last number of the revision changes, such as from 2.22 to
+          2.22.1&#8212;then you have the option of obtaining and applying a
+          patch file from the <A
 HREF="http://www.bugzilla.org/download/"
 TARGET="_top"
 >Download Page</A
 >.
-          This file is made available by the <A
-HREF="http://www.bugzilla.org/developers/profiles.html"
-TARGET="_top"
->Bugzilla
-          Development Team</A
->, and is a collection of all the bug fixes
-          and security patches that have been made since the last bugfix
-          release. If you are planning to upgrade via patches, it is safer
-          to grab this developer-made patch file than to read the patch
-          notes and apply all (or even just some of) the patches oneself,
-          as sometimes patches on bugs get changed before they get checked in.
         </P
 ><P
 >&#13;          As above, this example starts with obtaining the file via the 
@@ -678,8 +653,8 @@ CLASS="filename"
 > directory.
             This could make it more difficult to upgrade using CVS
             (<A
-HREF="upgrading.html#upgrade-cvs"
->Section 3.17.3.1</A
+HREF="upgrade.html#upgrade-cvs"
+>Section 2.7.2.2</A
 >) in the future.
           </P
 ></TD
@@ -693,17 +668,55 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="upgrading-completion"
->3.17.4. Completing Your Upgrade</A
+NAME="upgrade-completion"
+>2.7.3. Completing Your Upgrade</A
 ></H2
 ><P
->&#13;        Regardless of which upgrade method you choose, you will need to
-        run <B
-CLASS="command"
->./checksetup.pl</B
-> before your Bugzilla
-        upgrade will be complete.
+>&#13;        Now that you have the new Bugzilla code, there are a few final
+        steps to complete your upgrade.
       </P
+><P
+></P
+><OL
+TYPE="1"
+><LI
+><P
+>&#13;            If your new Bugzilla installation is in a different
+            directory or on a different machine than your old Bugzilla
+            installation, make sure that you have copied the
+            <TT
+CLASS="filename"
+>data</TT
+> directory and the
+            <TT
+CLASS="filename"
+>localconfig</TT
+> file from your old Bugzilla
+            installation. (If you followed the tarball instructions
+            above, this has already happened.)
+          </P
+></LI
+><LI
+><P
+>&#13;            If this is a major update, check that the configuration
+            (<A
+HREF="configuration.html"
+>Section 2.2</A
+>) for your new Bugzilla is
+            up-to-date. Sometimes the configuration requirements change
+            between major versions.
+          </P
+></LI
+><LI
+><P
+>&#13;            If you didn't do it as part of the above configuration step,
+            now you need to run <B
+CLASS="command"
+>checksetup.pl</B
+>, which
+            will do everything required to convert your existing database
+            and settings for the new version:
+          </P
 ><TABLE
 BORDER="0"
 BGCOLOR="#E0E0E0"
@@ -716,13 +729,13 @@ COLOR="#000000"
 CLASS="programlisting"
 >&#13;bash$ <B
 CLASS="command"
->cd bugzilla</B
+>cd /var/www/html/bugzilla</B
 >
 bash$ <B
 CLASS="command"
 >./checksetup.pl</B
 >
-      </PRE
+          </PRE
 ></FONT
 ></TD
 ></TR
@@ -748,29 +761,116 @@ ALT="Warning"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          The period at the beginning of the command
-          <B
+>&#13;              The period at the beginning of the command
+              <B
 CLASS="command"
 >./checksetup.pl</B
 > is important and can not
-          be omitted.
-        </P
+              be omitted.
+            </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+><DIV
+CLASS="caution"
 ><P
->&#13;        If you have done a lot of local modifications, it wouldn't hurt
-        to run the Bugzilla Testing suite. This is not a required step,
-        but it isn't going to hurt anything, and might help point out
-        some areas that could be improved. (More information on the
-        test suite can be had by following this link to the appropriate
-        section in the <A
-HREF="http://www.bugzilla.org/docs/developer.html#testsuite"
-TARGET="_top"
->Developers'
-        Guide</A
->.)
+></P
+><TABLE
+CLASS="caution"
+WIDTH="100%"
+BORDER="0"
+><TR
+><TD
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/caution.gif"
+HSPACE="5"
+ALT="Caution"></TD
+><TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;              If this is a major upgrade (say, 2.22 to 3.0 or similar),
+              running <B
+CLASS="command"
+>checksetup.pl</B
+> on a large
+              installation (75,000 or more bugs) can take a long time,
+              possibly several hours.
+            </P
+></TD
+></TR
+></TABLE
+></DIV
+></LI
+><LI
+><P
+>&#13;            Clear any HTML or text that you put into the shutdownhtml
+            parameter, to re-activate Bugzilla.
+          </P
+></LI
+><LI
+><P
+>&#13;            View the Sanity Check (<A
+HREF="sanitycheck.html"
+>Section 3.16</A
+>) page in your
+            upgraded Bugzilla.
+          </P
+><P
+>&#13;            It is recommended that, if possible, you fix any problems
+            you see, immediately. Failure to do this may mean that Bugzilla
+            will not work correctly. Be aware that if the sanity check page
+            contains more errors after an upgrade, it doesn't necessarily
+            mean there are more errors in your database than there were
+            before, as additional tests are added to the sanity check over
+            time, and it is possible that those errors weren't being
+            checked for in the old version.
+          </P
+></LI
+></OL
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="upgrade-notifications"
+>2.7.4. Automatic Notifications of New Releases</A
+></H2
+><P
+>&#13;        Bugzilla 3.0 introduced the ability to automatically notify
+        administrators when new releases are available, based on the
+        <TT
+CLASS="literal"
+>upgrade_notification</TT
+> parameter, see
+        <A
+HREF="parameters.html"
+>Section 3.1</A
+>. Administrators will see these
+        notifications when they access the <TT
+CLASS="filename"
+>index.cgi</TT
+>
+        page, i.e. generally when logging in. Bugzilla will check once per
+        day for new releases, unless the parameter is set to
+        <SPAN
+CLASS="QUOTE"
+>"disabled"</SPAN
+>. If you are behind a proxy, you may have to set
+        the <TT
+CLASS="literal"
+>proxy_url</TT
+> parameter accordingly. If the proxy
+        requires authentication, use the
+        <TT
+CLASS="literal"
+>http://user:pass@proxy_url/</TT
+> syntax.
       </P
 ></DIV
 ></DIV
@@ -790,7 +890,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="sanitycheck.html"
+HREF="nonroot.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -808,7 +908,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="security.html"
+HREF="administration.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -818,13 +918,13 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Checking and Maintaining Database Integrity</TD
+>UNIX (non-root) Installation Notes</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
 VALIGN="top"
 ><A
-HREF="administration.html"
+HREF="installing-bugzilla.html"
 ACCESSKEY="U"
 >Up</A
 ></TD
@@ -832,7 +932,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Bugzilla Security</TD
+>Administering Bugzilla</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/en/html/useradmin.html b/docs/en/html/useradmin.html
index ada324c7b..5754a6a34 100644
--- a/docs/en/html/useradmin.html
+++ b/docs/en/html/useradmin.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/userpreferences.html b/docs/en/html/userpreferences.html
index a1f04551d..f2c9e725a 100644
--- a/docs/en/html/userpreferences.html
+++ b/docs/en/html/userpreferences.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/using-intro.html b/docs/en/html/using-intro.html
index cb003a298..a201e3c35 100644
--- a/docs/en/html/using-intro.html
+++ b/docs/en/html/using-intro.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/using.html b/docs/en/html/using.html
index dfbdf0837..c22f609c1 100644
--- a/docs/en/html/using.html
+++ b/docs/en/html/using.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
@@ -36,8 +35,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -170,7 +168,7 @@ HREF="hintsandtips.html"
 ><DL
 ><DT
 >5.8.1. <A
-HREF="hintsandtips.html#AEN2645"
+HREF="hintsandtips.html#AEN2707"
 >Autolinkification</A
 ></DT
 ><DT
@@ -277,7 +275,7 @@ HREF="whining.html#whining-query"
 ></DT
 ><DT
 >5.13.4. <A
-HREF="whining.html#AEN2902"
+HREF="whining.html#AEN2964"
 >Saving Your Changes</A
 ></DT
 ></DL
diff --git a/docs/en/html/versions.html b/docs/en/html/versions.html
index 13fd0d41b..37208f93b 100644
--- a/docs/en/html/versions.html
+++ b/docs/en/html/versions.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/voting.html b/docs/en/html/voting.html
index 961a58502..cfde4193c 100644
--- a/docs/en/html/voting.html
+++ b/docs/en/html/voting.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
diff --git a/docs/en/html/whining.html b/docs/en/html/whining.html
index dace316eb..47d07162d 100644
--- a/docs/en/html/whining.html
+++ b/docs/en/html/whining.html
@@ -7,8 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 3.1.4 
-    Development 
+TITLE="The Bugzilla Guide - 3.2 
     Release"
 HREF="index.html"><LINK
 REL="UP"
@@ -39,8 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 3.1.4 
-    Development 
+>The Bugzilla Guide - 3.2 
     Release</TH
 ></TR
 ><TR
@@ -425,7 +423,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN2902"
+NAME="AEN2964"
 >5.13.4. Saving Your Changes</A
 ></H2
 ><P
diff --git a/docs/en/images/CVS/Entries b/docs/en/images/CVS/Entries
index cf69c9eca..3cf3549ae 100644
--- a/docs/en/images/CVS/Entries
+++ b/docs/en/images/CVS/Entries
@@ -1,7 +1,7 @@
-/bzLifecycle.png/1.4/Fri Apr  4 06:48:16 2008/-kb/TBUGZILLA-3_1_4
-/bzLifecycle.xml/1.3/Fri Apr  4 06:48:17 2008//TBUGZILLA-3_1_4
-/caution.gif/1.2/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_1_4
-/note.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_1_4
-/tip.gif/1.2/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_1_4
-/warning.gif/1.2/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_1_4
+/bzLifecycle.png/1.4/Fri Apr  4 06:48:16 2008/-kb/TBUGZILLA-3_2
+/bzLifecycle.xml/1.3/Fri Apr  4 06:48:17 2008//TBUGZILLA-3_2
+/caution.gif/1.2/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_2
+/note.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_2
+/tip.gif/1.2/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_2
+/warning.gif/1.2/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_2
 D/callouts////
diff --git a/docs/en/images/CVS/Tag b/docs/en/images/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/docs/en/images/CVS/Tag
+++ b/docs/en/images/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/docs/en/images/callouts/CVS/Entries b/docs/en/images/callouts/CVS/Entries
index 019f28edf..317173a05 100644
--- a/docs/en/images/callouts/CVS/Entries
+++ b/docs/en/images/callouts/CVS/Entries
@@ -1,4 +1,4 @@
-/1.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_1_4
-/2.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_1_4
-/3.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_1_4
+/1.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_2
+/2.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_2
+/3.gif/1.1/Fri Apr  4 06:48:17 2008/-kb/TBUGZILLA-3_2
 D
diff --git a/docs/en/images/callouts/CVS/Tag b/docs/en/images/callouts/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/docs/en/images/callouts/CVS/Tag
+++ b/docs/en/images/callouts/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/docs/en/pdf/Bugzilla-Guide.pdf b/docs/en/pdf/Bugzilla-Guide.pdf
index 3e3686d95..b1002d37f 100644
--- a/docs/en/pdf/Bugzilla-Guide.pdf
+++ b/docs/en/pdf/Bugzilla-Guide.pdf
@@ -3,7 +3,7 @@
 << /S /GoTo /D (1.0) >>
 endobj
 4 0 obj
-(The Bugzilla Guide 3.1.4 Development Release)
+(The Bugzilla Guide 3.2 Release)
 endobj
 5 0 obj
 << /S /GoTo /D (2.0) >>
@@ -90,3134 +90,3257 @@ endobj
 (2.1.2.2. PostgreSQL)
 endobj
 61 0 obj
-<< /S /GoTo /D (5.6.3.2) >>
+<< /S /GoTo /D (5.6.2.3.3) >>
 endobj
 64 0 obj
-(2.1.3. Web Server)
+(2.1.2.3. Oracle)
 endobj
 65 0 obj
-<< /S /GoTo /D (5.6.4.2) >>
+<< /S /GoTo /D (5.6.3.2) >>
 endobj
 68 0 obj
-(2.1.4. Bugzilla)
+(2.1.3. Web Server)
 endobj
 69 0 obj
-<< /S /GoTo /D (5.6.5.2) >>
+<< /S /GoTo /D (5.6.4.2) >>
 endobj
 72 0 obj
-(2.1.5. Perl Modules)
+(2.1.4. Bugzilla)
 endobj
 73 0 obj
-<< /S /GoTo /D (5.6.5.3.3) >>
+<< /S /GoTo /D (5.6.5.2) >>
 endobj
 76 0 obj
-(2.1.5.1. DBD::mysql)
+(2.1.5. Perl Modules)
 endobj
 77 0 obj
 << /S /GoTo /D (5.6.5.4.3) >>
 endobj
 80 0 obj
-(2.1.5.2. Template Toolkit \(2.15\))
+(2.1.5.1. DBD::mysql)
 endobj
 81 0 obj
 << /S /GoTo /D (5.6.5.5.3) >>
 endobj
 84 0 obj
-(2.1.5.3. GD \(1.20\))
+(2.1.5.2. Template Toolkit \(2.15\))
 endobj
 85 0 obj
 << /S /GoTo /D (5.6.5.6.3) >>
 endobj
 88 0 obj
-(2.1.5.4. Chart::Base \(1.0\))
+(2.1.5.3. GD \(1.20\))
 endobj
 89 0 obj
 << /S /GoTo /D (5.6.5.7.3) >>
 endobj
 92 0 obj
-(2.1.5.5. GD::Graph \(any\))
+(2.1.5.4. Chart::Base \(1.0\))
 endobj
 93 0 obj
 << /S /GoTo /D (5.6.5.8.3) >>
 endobj
 96 0 obj
-(2.1.5.6. GD::Text \(any\))
+(2.1.5.5. GD::Graph \(any\))
 endobj
 97 0 obj
 << /S /GoTo /D (5.6.5.9.3) >>
 endobj
 100 0 obj
-(2.1.5.7. XML::Twig \(any\))
+(2.1.5.6. GD::Text \(any\))
 endobj
 101 0 obj
 << /S /GoTo /D (5.6.5.10.3) >>
 endobj
 104 0 obj
-(2.1.5.8. SOAP::Lite \(any\))
+(2.1.5.7. XML::Twig \(any\))
 endobj
 105 0 obj
 << /S /GoTo /D (5.6.5.11.3) >>
 endobj
 108 0 obj
-(2.1.5.9. PatchReader \(0.9.4\))
+(2.1.5.8. SOAP::Lite \(any\))
 endobj
 109 0 obj
-<< /S /GoTo /D (5.6.6.2) >>
+<< /S /GoTo /D (5.6.5.12.3) >>
 endobj
 112 0 obj
-(2.1.6. Mail Transfer Agent \(MTA\))
+(2.1.5.9. PatchReader \(0.9.4\))
 endobj
 113 0 obj
-<< /S /GoTo /D (5.6.7.2) >>
+<< /S /GoTo /D (5.6.6.2) >>
 endobj
 116 0 obj
-(2.1.7. Installing Bugzilla on modperl)
+(2.1.6. Mail Transfer Agent \(MTA\))
 endobj
 117 0 obj
-<< /S /GoTo /D (5.7.1) >>
+<< /S /GoTo /D (5.6.7.2) >>
 endobj
 120 0 obj
-(2.2. Configuration)
+(2.1.7. Installing Bugzilla on modperl)
 endobj
 121 0 obj
-<< /S /GoTo /D (5.7.8.2) >>
+<< /S /GoTo /D (5.7.1) >>
 endobj
 124 0 obj
-(2.2.1. localconfig)
+(2.2. Configuration)
 endobj
 125 0 obj
-<< /S /GoTo /D (5.7.9.2) >>
+<< /S /GoTo /D (5.7.8.2) >>
 endobj
 128 0 obj
-(2.2.2. Database Server)
+(2.2.1. localconfig)
 endobj
 129 0 obj
-<< /S /GoTo /D (5.7.9.12.3) >>
+<< /S /GoTo /D (5.7.9.2) >>
 endobj
 132 0 obj
-(2.2.2.1. Bugzilla Database Schema)
+(2.2.2. Database Server)
 endobj
 133 0 obj
 << /S /GoTo /D (5.7.9.13.3) >>
 endobj
 136 0 obj
-(2.2.2.2. MySQL)
+(2.2.2.1. Bugzilla Database Schema)
 endobj
 137 0 obj
-<< /S /GoTo /D (5.7.9.13.1.4) >>
+<< /S /GoTo /D (5.7.9.14.3) >>
 endobj
 140 0 obj
-(2.2.2.2.1. Allow large attachments)
+(2.2.2.2. MySQL)
 endobj
 141 0 obj
-<< /S /GoTo /D (5.7.9.13.2.4) >>
+<< /S /GoTo /D (5.7.9.14.1.4) >>
 endobj
 144 0 obj
-(2.2.2.2.2. Allow small words in fulltext indexes)
+(2.2.2.2.1. Allow small words in fulltext indexes)
 endobj
 145 0 obj
-<< /S /GoTo /D (5.7.9.13.3.4) >>
+<< /S /GoTo /D (5.7.9.14.2.4) >>
 endobj
 148 0 obj
-(2.2.2.2.3. Add a user to MySQL)
+(2.2.2.2.2. Add a user to MySQL)
 endobj
 149 0 obj
-<< /S /GoTo /D (5.7.9.13.4.4) >>
+<< /S /GoTo /D (5.7.9.14.3.4) >>
 endobj
 152 0 obj
-(2.2.2.2.4. Permit attachments table to grow beyond 4GB)
+(2.2.2.2.3. Permit attachments table to grow beyond 4GB)
 endobj
 153 0 obj
-<< /S /GoTo /D (5.7.9.14.3) >>
+<< /S /GoTo /D (5.7.9.15.3) >>
 endobj
 156 0 obj
 (2.2.2.3. PostgreSQL)
 endobj
 157 0 obj
-<< /S /GoTo /D (5.7.9.14.5.4) >>
+<< /S /GoTo /D (5.7.9.15.4.4) >>
 endobj
 160 0 obj
 (2.2.2.3.1. Add a User to PostgreSQL)
 endobj
 161 0 obj
-<< /S /GoTo /D (5.7.9.14.6.4) >>
+<< /S /GoTo /D (5.7.9.15.5.4) >>
 endobj
 164 0 obj
 (2.2.2.3.2. Configure PostgreSQL)
 endobj
 165 0 obj
-<< /S /GoTo /D (5.7.10.2) >>
+<< /S /GoTo /D (5.7.9.16.3) >>
 endobj
 168 0 obj
-(2.2.3. checksetup.pl)
+(2.2.2.4. Oracle)
 endobj
 169 0 obj
-<< /S /GoTo /D (5.7.11.2) >>
+<< /S /GoTo /D (5.7.9.16.6.4) >>
 endobj
 172 0 obj
-(2.2.4. Web server)
+(2.2.2.4.1. Create a New Tablespace)
 endobj
 173 0 obj
-<< /S /GoTo /D (5.7.11.15.3) >>
+<< /S /GoTo /D (5.7.9.16.7.4) >>
 endobj
 176 0 obj
-(2.2.4.1. Bugzilla using Apache)
+(2.2.2.4.2. Add a User to Oracle)
 endobj
 177 0 obj
-<< /S /GoTo /D (5.7.11.15.7.4) >>
+<< /S /GoTo /D (5.7.9.16.8.4) >>
 endobj
 180 0 obj
-(2.2.4.1.1. Apache httpd with modcgi)
+(2.2.2.4.3. Configure the Web Server)
 endobj
 181 0 obj
-<< /S /GoTo /D (5.7.11.15.8.4) >>
+<< /S /GoTo /D (5.7.10.2) >>
 endobj
 184 0 obj
-(2.2.4.1.2. Apache httpd with modperl)
+(2.2.3. checksetup.pl)
 endobj
 185 0 obj
-<< /S /GoTo /D (5.7.11.16.3) >>
+<< /S /GoTo /D (5.7.11.2) >>
 endobj
 188 0 obj
-(2.2.4.2. Microsoft Internet Information Services)
+(2.2.4. Web server)
 endobj
 189 0 obj
-<< /S /GoTo /D (5.7.12.2) >>
+<< /S /GoTo /D (5.7.11.17.3) >>
 endobj
 192 0 obj
-(2.2.5. Bugzilla)
+(2.2.4.1. Bugzilla using Apache)
 endobj
 193 0 obj
-<< /S /GoTo /D (5.8.1) >>
+<< /S /GoTo /D (5.7.11.17.9.4) >>
 endobj
 196 0 obj
-(2.3. Optional Additional Configuration)
+(2.2.4.1.1. Apache httpd with modcgi)
 endobj
 197 0 obj
-<< /S /GoTo /D (5.8.13.2) >>
+<< /S /GoTo /D (5.7.11.17.10.4) >>
 endobj
 200 0 obj
-(2.3.1. Bug Graphs)
+(2.2.4.1.2. Apache httpd with modperl)
 endobj
 201 0 obj
-<< /S /GoTo /D (5.8.14.2) >>
+<< /S /GoTo /D (5.7.11.18.3) >>
 endobj
 204 0 obj
-(2.3.2. The Whining Cron)
+(2.2.4.2. Microsoft Internet Information Services)
 endobj
 205 0 obj
-<< /S /GoTo /D (5.8.15.2) >>
+<< /S /GoTo /D (5.7.12.2) >>
 endobj
 208 0 obj
-(2.3.3. Whining)
+(2.2.5. Bugzilla)
 endobj
 209 0 obj
-<< /S /GoTo /D (5.8.16.2) >>
+<< /S /GoTo /D (5.8.1) >>
 endobj
 212 0 obj
-(2.3.4. Serving Alternate Formats with the right MIME type)
+(2.3. Optional Additional Configuration)
 endobj
 213 0 obj
-<< /S /GoTo /D (5.9.1) >>
+<< /S /GoTo /D (5.8.13.2) >>
 endobj
 216 0 obj
-(2.4. Multiple Bugzilla databases with a single installation)
+(2.3.1. Bug Graphs)
 endobj
 217 0 obj
-<< /S /GoTo /D (5.10.1) >>
+<< /S /GoTo /D (5.8.14.2) >>
 endobj
 220 0 obj
-(2.5. OSSpecific Installation Notes)
+(2.3.2. The Whining Cron)
 endobj
 221 0 obj
-<< /S /GoTo /D (5.10.17.2) >>
+<< /S /GoTo /D (5.8.15.2) >>
 endobj
 224 0 obj
-(2.5.1. Microsoft Windows)
+(2.3.3. Whining)
 endobj
 225 0 obj
-<< /S /GoTo /D (5.10.17.17.3) >>
+<< /S /GoTo /D (5.8.16.2) >>
 endobj
 228 0 obj
-(2.5.1.1. Win32 Perl)
+(2.3.4. Serving Alternate Formats with the right MIME type)
 endobj
 229 0 obj
-<< /S /GoTo /D (5.10.17.18.3) >>
+<< /S /GoTo /D (5.9.1) >>
 endobj
 232 0 obj
-(2.5.1.2. Perl Modules on Win32)
+(2.4. Multiple Bugzilla databases with a single installation)
 endobj
 233 0 obj
-<< /S /GoTo /D (5.10.17.19.3) >>
+<< /S /GoTo /D (5.10.1) >>
 endobj
 236 0 obj
-(2.5.1.3. Code changes required to run on Win32)
+(2.5. OSSpecific Installation Notes)
 endobj
 237 0 obj
-<< /S /GoTo /D (5.10.17.20.3) >>
+<< /S /GoTo /D (5.10.17.2) >>
 endobj
 240 0 obj
-(2.5.1.4. Serving the web pages)
+(2.5.1. Microsoft Windows)
 endobj
 241 0 obj
-<< /S /GoTo /D (5.10.17.21.3) >>
+<< /S /GoTo /D (5.10.17.19.3) >>
 endobj
 244 0 obj
-(2.5.1.5. Sending Email)
+(2.5.1.1. Win32 Perl)
 endobj
 245 0 obj
-<< /S /GoTo /D (5.10.18.2) >>
+<< /S /GoTo /D (5.10.17.20.3) >>
 endobj
 248 0 obj
-(2.5.2. Mac OS X)
+(2.5.1.2. Perl Modules on Win32)
 endobj
 249 0 obj
-<< /S /GoTo /D (5.10.18.22.3) >>
+<< /S /GoTo /D (5.10.17.21.3) >>
 endobj
 252 0 obj
-(2.5.2.1. Sendmail)
+(2.5.1.3. Code changes required to run on Win32)
 endobj
 253 0 obj
-<< /S /GoTo /D (5.10.18.23.3) >>
+<< /S /GoTo /D (5.10.17.22.3) >>
 endobj
 256 0 obj
-(2.5.2.2. Libraries \046 Perl Modules on Mac OS X)
+(2.5.1.4. Serving the web pages)
 endobj
 257 0 obj
-<< /S /GoTo /D (5.10.19.2) >>
+<< /S /GoTo /D (5.10.17.23.3) >>
 endobj
 260 0 obj
-(2.5.3. Linux Distributions)
+(2.5.1.5. Sending Email)
 endobj
 261 0 obj
-<< /S /GoTo /D (5.11.1) >>
+<< /S /GoTo /D (5.10.18.2) >>
 endobj
 264 0 obj
-(2.6. UNIX \(nonroot\) Installation Notes)
+(2.5.2. Mac OS X)
 endobj
 265 0 obj
-<< /S /GoTo /D (5.11.20.2) >>
+<< /S /GoTo /D (5.10.18.24.3) >>
 endobj
 268 0 obj
-(2.6.1. Introduction)
+(2.5.2.1. Sendmail)
 endobj
 269 0 obj
-<< /S /GoTo /D (5.11.21.2) >>
+<< /S /GoTo /D (5.10.18.25.3) >>
 endobj
 272 0 obj
-(2.6.2. MySQL)
+(2.5.2.2. Libraries \046 Perl Modules on Mac OS X)
 endobj
 273 0 obj
-<< /S /GoTo /D (5.11.21.24.3) >>
+<< /S /GoTo /D (5.10.19.2) >>
 endobj
 276 0 obj
-(2.6.2.1. Running MySQL as NonRoot)
+(2.5.3. Linux Distributions)
 endobj
 277 0 obj
-<< /S /GoTo /D (5.11.21.24.9.4) >>
+<< /S /GoTo /D (5.11.1) >>
 endobj
 280 0 obj
-(2.6.2.1.1. The Custom Configuration Method)
+(2.6. UNIX \(nonroot\) Installation Notes)
 endobj
 281 0 obj
-<< /S /GoTo /D (5.11.21.24.10.4) >>
+<< /S /GoTo /D (5.11.20.2) >>
 endobj
 284 0 obj
-(2.6.2.1.2. The Custom Built Method)
+(2.6.1. Introduction)
 endobj
 285 0 obj
-<< /S /GoTo /D (5.11.21.24.11.4) >>
+<< /S /GoTo /D (5.11.21.2) >>
 endobj
 288 0 obj
-(2.6.2.1.3. Starting the Server)
+(2.6.2. MySQL)
 endobj
 289 0 obj
-<< /S /GoTo /D (5.11.22.2) >>
+<< /S /GoTo /D (5.11.21.26.3) >>
 endobj
 292 0 obj
-(2.6.3. Perl)
+(2.6.2.1. Running MySQL as NonRoot)
 endobj
 293 0 obj
-<< /S /GoTo /D (5.11.23.2) >>
+<< /S /GoTo /D (5.11.21.26.11.4) >>
 endobj
 296 0 obj
-(2.6.4. Perl Modules)
+(2.6.2.1.1. The Custom Configuration Method)
 endobj
 297 0 obj
-<< /S /GoTo /D (5.11.24.2) >>
+<< /S /GoTo /D (5.11.21.26.12.4) >>
 endobj
 300 0 obj
-(2.6.5. HTTP Server)
+(2.6.2.1.2. The Custom Built Method)
 endobj
 301 0 obj
-<< /S /GoTo /D (5.11.24.25.3) >>
+<< /S /GoTo /D (5.11.21.26.13.4) >>
 endobj
 304 0 obj
-(2.6.5.1. Running Apache as NonRoot)
+(2.6.2.1.3. Starting the Server)
 endobj
 305 0 obj
-<< /S /GoTo /D (5.11.25.2) >>
+<< /S /GoTo /D (5.11.22.2) >>
 endobj
 308 0 obj
-(2.6.6. Bugzilla)
+(2.6.3. Perl)
 endobj
 309 0 obj
-<< /S /GoTo /D (5.11.25.26.3) >>
+<< /S /GoTo /D (5.11.23.2) >>
 endobj
 312 0 obj
-(2.6.6.1. suexec or shared hosting)
+(2.6.4. Perl Modules)
 endobj
 313 0 obj
-<< /S /GoTo /D (6.0) >>
+<< /S /GoTo /D (5.11.24.2) >>
 endobj
 316 0 obj
-(Chapter 3. Administering Bugzilla)
+(2.6.5. HTTP Server)
 endobj
 317 0 obj
-<< /S /GoTo /D (6.12.1) >>
+<< /S /GoTo /D (5.11.24.27.3) >>
 endobj
 320 0 obj
-(3.1. Bugzilla Configuration)
+(2.6.5.1. Running Apache as NonRoot)
 endobj
 321 0 obj
-<< /S /GoTo /D (6.12.26.2) >>
+<< /S /GoTo /D (5.11.25.2) >>
 endobj
 324 0 obj
-(3.1.1. Required Settings)
+(2.6.6. Bugzilla)
 endobj
 325 0 obj
-<< /S /GoTo /D (6.12.27.2) >>
+<< /S /GoTo /D (5.11.25.28.3) >>
 endobj
 328 0 obj
-(3.1.2. Administrative Policies)
+(2.6.6.1. suexec or shared hosting)
 endobj
 329 0 obj
-<< /S /GoTo /D (6.12.28.2) >>
+<< /S /GoTo /D (5.12.1) >>
 endobj
 332 0 obj
-(3.1.3. User Authentication)
+(2.7. Upgrading to New Releases)
 endobj
 333 0 obj
-<< /S /GoTo /D (6.12.29.2) >>
+<< /S /GoTo /D (5.12.26.2) >>
 endobj
 336 0 obj
-(3.1.4. Attachments)
+(2.7.1. Before You Upgrade)
 endobj
 337 0 obj
-<< /S /GoTo /D (6.12.30.2) >>
+<< /S /GoTo /D (5.12.27.2) >>
 endobj
 340 0 obj
-(3.1.5. Bug Change Policies)
+(2.7.2. Getting The New Bugzilla)
 endobj
 341 0 obj
-<< /S /GoTo /D (6.12.31.2) >>
+<< /S /GoTo /D (5.12.27.29.3) >>
 endobj
 344 0 obj
-(3.1.6. Bug Fields)
+(2.7.2.1. If you have modified your Bugzilla)
 endobj
 345 0 obj
-<< /S /GoTo /D (6.12.32.2) >>
+<< /S /GoTo /D (5.12.27.30.3) >>
 endobj
 348 0 obj
-(3.1.7. Bug Moving)
+(2.7.2.2. Upgrading using CVS)
 endobj
 349 0 obj
-<< /S /GoTo /D (6.12.33.2) >>
+<< /S /GoTo /D (5.12.27.31.3) >>
 endobj
 352 0 obj
-(3.1.8. Dependency Graphs)
+(2.7.2.3. Upgrading using the tarball)
 endobj
 353 0 obj
-<< /S /GoTo /D (6.12.34.2) >>
+<< /S /GoTo /D (5.12.27.32.3) >>
 endobj
 356 0 obj
-(3.1.9. Group Security)
+(2.7.2.4. Upgrading using patches)
 endobj
 357 0 obj
-<< /S /GoTo /D (6.12.35.2) >>
+<< /S /GoTo /D (5.12.28.2) >>
 endobj
 360 0 obj
-(3.1.10. LDAP Authentication)
+(2.7.3. Completing Your Upgrade)
 endobj
 361 0 obj
-<< /S /GoTo /D (6.12.36.2) >>
+<< /S /GoTo /D (5.12.29.2) >>
 endobj
 364 0 obj
-(3.1.11. RADIUS Authentication)
+(2.7.4. Automatic Notifications of New Releases)
 endobj
 365 0 obj
-<< /S /GoTo /D (6.12.37.2) >>
+<< /S /GoTo /D (6.0) >>
 endobj
 368 0 obj
-(3.1.12. Email)
+(Chapter 3. Administering Bugzilla)
 endobj
 369 0 obj
-<< /S /GoTo /D (6.12.38.2) >>
+<< /S /GoTo /D (6.13.1) >>
 endobj
 372 0 obj
-(3.1.13. Patch Viewer)
+(3.1. Bugzilla Configuration)
 endobj
 373 0 obj
-<< /S /GoTo /D (6.12.39.2) >>
+<< /S /GoTo /D (6.13.30.2) >>
 endobj
 376 0 obj
-(3.1.14. Query Defaults)
+(3.1.1. Required Settings)
 endobj
 377 0 obj
-<< /S /GoTo /D (6.12.40.2) >>
+<< /S /GoTo /D (6.13.31.2) >>
 endobj
 380 0 obj
-(3.1.15. Shadow Database)
+(3.1.2. Administrative Policies)
 endobj
 381 0 obj
-<< /S /GoTo /D (6.12.41.2) >>
+<< /S /GoTo /D (6.13.32.2) >>
 endobj
 384 0 obj
-(3.1.16. User Matching)
+(3.1.3. User Authentication)
 endobj
 385 0 obj
-<< /S /GoTo /D (6.13.1) >>
+<< /S /GoTo /D (6.13.33.2) >>
 endobj
 388 0 obj
-(3.2. User Administration)
+(3.1.4. Attachments)
 endobj
 389 0 obj
-<< /S /GoTo /D (6.13.42.2) >>
+<< /S /GoTo /D (6.13.34.2) >>
 endobj
 392 0 obj
-(3.2.1. Creating the Default User)
+(3.1.5. Bug Change Policies)
 endobj
 393 0 obj
-<< /S /GoTo /D (6.13.43.2) >>
+<< /S /GoTo /D (6.13.35.2) >>
 endobj
 396 0 obj
-(3.2.2. Managing Other Users)
+(3.1.6. Bug Fields)
 endobj
 397 0 obj
-<< /S /GoTo /D (6.13.43.27.3) >>
+<< /S /GoTo /D (6.13.36.2) >>
 endobj
 400 0 obj
-(3.2.2.1. Searching for existing users)
+(3.1.7. Bug Moving)
 endobj
 401 0 obj
-<< /S /GoTo /D (6.13.43.28.3) >>
+<< /S /GoTo /D (6.13.37.2) >>
 endobj
 404 0 obj
-(3.2.2.2. Creating new users)
+(3.1.8. Dependency Graphs)
 endobj
 405 0 obj
-<< /S /GoTo /D (6.13.43.28.12.4) >>
+<< /S /GoTo /D (6.13.38.2) >>
 endobj
 408 0 obj
-(3.2.2.2.1. Selfregistration)
+(3.1.9. Group Security)
 endobj
 409 0 obj
-<< /S /GoTo /D (6.13.43.28.13.4) >>
+<< /S /GoTo /D (6.13.39.2) >>
 endobj
 412 0 obj
-(3.2.2.2.2. Accounts created by an administrator)
+(3.1.10. LDAP Authentication)
 endobj
 413 0 obj
-<< /S /GoTo /D (6.13.43.29.3) >>
+<< /S /GoTo /D (6.13.40.2) >>
 endobj
 416 0 obj
-(3.2.2.3. Modifying Users)
+(3.1.11. RADIUS Authentication)
 endobj
 417 0 obj
-<< /S /GoTo /D (6.13.43.30.3) >>
+<< /S /GoTo /D (6.13.41.2) >>
 endobj
 420 0 obj
-(3.2.2.4. Deleting Users)
+(3.1.12. Email)
 endobj
 421 0 obj
-<< /S /GoTo /D (6.13.43.31.3) >>
+<< /S /GoTo /D (6.13.42.2) >>
 endobj
 424 0 obj
-(3.2.2.5. Impersonating Users)
+(3.1.13. Patch Viewer)
 endobj
 425 0 obj
-<< /S /GoTo /D (6.14.1) >>
+<< /S /GoTo /D (6.13.43.2) >>
 endobj
 428 0 obj
-(3.3. Classifications)
+(3.1.14. Query Defaults)
 endobj
 429 0 obj
-<< /S /GoTo /D (6.15.1) >>
+<< /S /GoTo /D (6.13.44.2) >>
 endobj
 432 0 obj
-(3.4. Products)
+(3.1.15. Shadow Database)
 endobj
 433 0 obj
-<< /S /GoTo /D (6.15.44.2) >>
+<< /S /GoTo /D (6.13.45.2) >>
 endobj
 436 0 obj
-(3.4.1. Creating New Products)
+(3.1.16. User Matching)
 endobj
 437 0 obj
-<< /S /GoTo /D (6.15.45.2) >>
+<< /S /GoTo /D (6.14.1) >>
 endobj
 440 0 obj
-(3.4.2. Editing Products)
+(3.2. User Administration)
 endobj
 441 0 obj
-<< /S /GoTo /D (6.15.46.2) >>
+<< /S /GoTo /D (6.14.46.2) >>
 endobj
 444 0 obj
-(3.4.3. Adding or Editing Components, Versions and Target Milestones)
+(3.2.1. Creating the Default User)
 endobj
 445 0 obj
-<< /S /GoTo /D (6.15.47.2) >>
+<< /S /GoTo /D (6.14.47.2) >>
 endobj
 448 0 obj
-(3.4.4. Assigning Group Controls to Products)
+(3.2.2. Managing Other Users)
 endobj
 449 0 obj
-<< /S /GoTo /D (6.15.47.32.3) >>
+<< /S /GoTo /D (6.14.47.33.3) >>
 endobj
 452 0 obj
-(3.4.4.1. Common Applications of Group Controls)
+(3.2.2.1. Searching for existing users)
 endobj
 453 0 obj
-<< /S /GoTo /D (6.16.1) >>
+<< /S /GoTo /D (6.14.47.34.3) >>
 endobj
 456 0 obj
-(3.5. Components)
+(3.2.2.2. Creating new users)
 endobj
 457 0 obj
-<< /S /GoTo /D (6.17.1) >>
+<< /S /GoTo /D (6.14.47.34.14.4) >>
 endobj
 460 0 obj
-(3.6. Versions)
+(3.2.2.2.1. Selfregistration)
 endobj
 461 0 obj
-<< /S /GoTo /D (6.18.1) >>
+<< /S /GoTo /D (6.14.47.34.15.4) >>
 endobj
 464 0 obj
-(3.7. Milestones)
+(3.2.2.2.2. Accounts created by an administrator)
 endobj
 465 0 obj
-<< /S /GoTo /D (6.19.1) >>
+<< /S /GoTo /D (6.14.47.35.3) >>
 endobj
 468 0 obj
-(3.8. Flags)
+(3.2.2.3. Modifying Users)
 endobj
 469 0 obj
-<< /S /GoTo /D (6.19.48.2) >>
+<< /S /GoTo /D (6.14.47.36.3) >>
 endobj
 472 0 obj
-(3.8.1. A Simple Example)
+(3.2.2.4. Deleting Users)
 endobj
 473 0 obj
-<< /S /GoTo /D (6.19.49.2) >>
+<< /S /GoTo /D (6.14.47.37.3) >>
 endobj
 476 0 obj
-(3.8.2. About Flags)
+(3.2.2.5. Impersonating Users)
 endobj
 477 0 obj
-<< /S /GoTo /D (6.19.49.33.3) >>
+<< /S /GoTo /D (6.15.1) >>
 endobj
 480 0 obj
-(3.8.2.1. Values)
+(3.3. Classifications)
 endobj
 481 0 obj
-<< /S /GoTo /D (6.19.50.2) >>
+<< /S /GoTo /D (6.16.1) >>
 endobj
 484 0 obj
-(3.8.3. Using flag requests)
+(3.4. Products)
 endobj
 485 0 obj
-<< /S /GoTo /D (6.19.51.2) >>
+<< /S /GoTo /D (6.16.48.2) >>
 endobj
 488 0 obj
-(3.8.4. Two Types of Flags)
+(3.4.1. Creating New Products)
 endobj
 489 0 obj
-<< /S /GoTo /D (6.19.51.34.3) >>
+<< /S /GoTo /D (6.16.49.2) >>
 endobj
 492 0 obj
-(3.8.4.1. Attachment Flags)
+(3.4.2. Editing Products)
 endobj
 493 0 obj
-<< /S /GoTo /D (6.19.51.35.3) >>
+<< /S /GoTo /D (6.16.50.2) >>
 endobj
 496 0 obj
-(3.8.4.2. Bug Flags)
+(3.4.3. Adding or Editing Components, Versions and Target Milestones)
 endobj
 497 0 obj
-<< /S /GoTo /D (6.19.52.2) >>
+<< /S /GoTo /D (6.16.51.2) >>
 endobj
 500 0 obj
-(3.8.5. Administering Flags)
+(3.4.4. Assigning Group Controls to Products)
 endobj
 501 0 obj
-<< /S /GoTo /D (6.19.52.36.3) >>
+<< /S /GoTo /D (6.16.51.38.3) >>
 endobj
 504 0 obj
-(3.8.5.1. Editing a Flag)
+(3.4.4.1. Common Applications of Group Controls)
 endobj
 505 0 obj
-<< /S /GoTo /D (6.19.52.37.3) >>
+<< /S /GoTo /D (6.17.1) >>
 endobj
 508 0 obj
-(3.8.5.2. Creating a Flag)
+(3.5. Components)
 endobj
 509 0 obj
-<< /S /GoTo /D (6.19.52.37.14.4) >>
+<< /S /GoTo /D (6.18.1) >>
 endobj
 512 0 obj
-(3.8.5.2.1. Name)
+(3.6. Versions)
 endobj
 513 0 obj
-<< /S /GoTo /D (6.19.52.37.15.4) >>
+<< /S /GoTo /D (6.19.1) >>
 endobj
 516 0 obj
-(3.8.5.2.2. Description)
+(3.7. Milestones)
 endobj
 517 0 obj
-<< /S /GoTo /D (6.19.52.37.16.4) >>
+<< /S /GoTo /D (6.20.1) >>
 endobj
 520 0 obj
-(3.8.5.2.3. Category)
+(3.8. Flags)
 endobj
 521 0 obj
-<< /S /GoTo /D (6.19.52.37.17.4) >>
+<< /S /GoTo /D (6.20.52.2) >>
 endobj
 524 0 obj
-(3.8.5.2.4. Sort Key)
+(3.8.1. A Simple Example)
 endobj
 525 0 obj
-<< /S /GoTo /D (6.19.52.37.18.4) >>
+<< /S /GoTo /D (6.20.53.2) >>
 endobj
 528 0 obj
-(3.8.5.2.5. Active)
+(3.8.2. About Flags)
 endobj
 529 0 obj
-<< /S /GoTo /D (6.19.52.37.19.4) >>
+<< /S /GoTo /D (6.20.53.39.3) >>
 endobj
 532 0 obj
-(3.8.5.2.6. Requestable)
+(3.8.2.1. Values)
 endobj
 533 0 obj
-<< /S /GoTo /D (6.19.52.37.20.4) >>
+<< /S /GoTo /D (6.20.54.2) >>
 endobj
 536 0 obj
-(3.8.5.2.7. Specifically Requestable)
+(3.8.3. Using flag requests)
 endobj
 537 0 obj
-<< /S /GoTo /D (6.19.52.37.21.4) >>
+<< /S /GoTo /D (6.20.55.2) >>
 endobj
 540 0 obj
-(3.8.5.2.8. Multiplicable)
+(3.8.4. Two Types of Flags)
 endobj
 541 0 obj
-<< /S /GoTo /D (6.19.52.37.22.4) >>
+<< /S /GoTo /D (6.20.55.40.3) >>
 endobj
 544 0 obj
-(3.8.5.2.9. CC List)
+(3.8.4.1. Attachment Flags)
 endobj
 545 0 obj
-<< /S /GoTo /D (6.19.52.37.23.4) >>
+<< /S /GoTo /D (6.20.55.41.3) >>
 endobj
 548 0 obj
-(3.8.5.2.10. Grant Group)
+(3.8.4.2. Bug Flags)
 endobj
 549 0 obj
-<< /S /GoTo /D (6.19.52.37.24.4) >>
+<< /S /GoTo /D (6.20.56.2) >>
 endobj
 552 0 obj
-(3.8.5.2.11. Request Group)
+(3.8.5. Administering Flags)
 endobj
 553 0 obj
-<< /S /GoTo /D (6.19.52.38.3) >>
+<< /S /GoTo /D (6.20.56.42.3) >>
 endobj
 556 0 obj
-(3.8.5.3. Deleting a Flag)
+(3.8.5.1. Editing a Flag)
 endobj
 557 0 obj
-<< /S /GoTo /D (6.20.1) >>
+<< /S /GoTo /D (6.20.56.43.3) >>
 endobj
 560 0 obj
-(3.9. Keywords)
+(3.8.5.2. Creating a Flag)
 endobj
 561 0 obj
-<< /S /GoTo /D (6.21.1) >>
+<< /S /GoTo /D (6.20.56.43.16.4) >>
 endobj
 564 0 obj
-(3.10. Custom Fields)
+(3.8.5.2.1. Name)
 endobj
 565 0 obj
-<< /S /GoTo /D (6.21.53.2) >>
+<< /S /GoTo /D (6.20.56.43.17.4) >>
 endobj
 568 0 obj
-(3.10.1. Adding Custom Fields)
+(3.8.5.2.2. Description)
 endobj
 569 0 obj
-<< /S /GoTo /D (6.21.54.2) >>
+<< /S /GoTo /D (6.20.56.43.18.4) >>
 endobj
 572 0 obj
-(3.10.2. Editing Custom Fields)
+(3.8.5.2.3. Category)
 endobj
 573 0 obj
-<< /S /GoTo /D (6.21.55.2) >>
+<< /S /GoTo /D (6.20.56.43.19.4) >>
 endobj
 576 0 obj
-(3.10.3. Deleting Custom Fields)
+(3.8.5.2.4. Sort Key)
 endobj
 577 0 obj
-<< /S /GoTo /D (6.22.1) >>
+<< /S /GoTo /D (6.20.56.43.20.4) >>
 endobj
 580 0 obj
-(3.11. Legal Values)
+(3.8.5.2.5. Active)
 endobj
 581 0 obj
-<< /S /GoTo /D (6.22.56.2) >>
+<< /S /GoTo /D (6.20.56.43.21.4) >>
 endobj
 584 0 obj
-(3.11.1. Viewing/Editing legal values)
+(3.8.5.2.6. Requestable)
 endobj
 585 0 obj
-<< /S /GoTo /D (6.22.57.2) >>
+<< /S /GoTo /D (6.20.56.43.22.4) >>
 endobj
 588 0 obj
-(3.11.2. Deleting legal values)
+(3.8.5.2.7. Specifically Requestable)
 endobj
 589 0 obj
-<< /S /GoTo /D (6.23.1) >>
+<< /S /GoTo /D (6.20.56.43.23.4) >>
 endobj
 592 0 obj
-(3.12. Bug Status Workflow)
+(3.8.5.2.8. Multiplicable)
 endobj
 593 0 obj
-<< /S /GoTo /D (6.24.1) >>
+<< /S /GoTo /D (6.20.56.43.24.4) >>
 endobj
 596 0 obj
-(3.13. Voting)
+(3.8.5.2.9. CC List)
 endobj
 597 0 obj
-<< /S /GoTo /D (6.25.1) >>
+<< /S /GoTo /D (6.20.56.43.25.4) >>
 endobj
 600 0 obj
-(3.14. Quips)
+(3.8.5.2.10. Grant Group)
 endobj
 601 0 obj
-<< /S /GoTo /D (6.26.1) >>
+<< /S /GoTo /D (6.20.56.43.26.4) >>
 endobj
 604 0 obj
-(3.15. Groups and Group Security)
+(3.8.5.2.11. Request Group)
 endobj
 605 0 obj
-<< /S /GoTo /D (6.26.58.2) >>
+<< /S /GoTo /D (6.20.56.44.3) >>
 endobj
 608 0 obj
-(3.15.1. Creating Groups)
+(3.8.5.3. Deleting a Flag)
 endobj
 609 0 obj
-<< /S /GoTo /D (6.26.59.2) >>
+<< /S /GoTo /D (6.21.1) >>
 endobj
 612 0 obj
-(3.15.2. Editing Groups and Assigning Group Permissions)
+(3.9. Keywords)
 endobj
 613 0 obj
-<< /S /GoTo /D (6.26.60.2) >>
+<< /S /GoTo /D (6.22.1) >>
 endobj
 616 0 obj
-(3.15.3. Assigning Users to Groups)
+(3.10. Custom Fields)
 endobj
 617 0 obj
-<< /S /GoTo /D (6.26.61.2) >>
+<< /S /GoTo /D (6.22.57.2) >>
 endobj
 620 0 obj
-(3.15.4. Assigning Group Controls to Products)
+(3.10.1. Adding Custom Fields)
 endobj
 621 0 obj
-<< /S /GoTo /D (6.27.1) >>
+<< /S /GoTo /D (6.22.58.2) >>
 endobj
 624 0 obj
-(3.16. Checking and Maintaining Database Integrity)
+(3.10.2. Editing Custom Fields)
 endobj
 625 0 obj
-<< /S /GoTo /D (6.28.1) >>
+<< /S /GoTo /D (6.22.59.2) >>
 endobj
 628 0 obj
-(3.17. Upgrading to New Releases)
+(3.10.3. Deleting Custom Fields)
 endobj
 629 0 obj
-<< /S /GoTo /D (6.28.62.2) >>
+<< /S /GoTo /D (6.23.1) >>
 endobj
 632 0 obj
-(3.17.1. Version Definitions)
+(3.11. Legal Values)
 endobj
 633 0 obj
-<< /S /GoTo /D (6.28.63.2) >>
+<< /S /GoTo /D (6.23.60.2) >>
 endobj
 636 0 obj
-(3.17.2. Upgrading Notifications)
+(3.11.1. Viewing/Editing legal values)
 endobj
 637 0 obj
-<< /S /GoTo /D (6.28.64.2) >>
+<< /S /GoTo /D (6.23.61.2) >>
 endobj
 640 0 obj
-(3.17.3. Upgrading Methods and Procedure)
+(3.11.2. Deleting legal values)
 endobj
 641 0 obj
-<< /S /GoTo /D (6.28.64.39.3) >>
+<< /S /GoTo /D (6.24.1) >>
 endobj
 644 0 obj
-(3.17.3.1. Upgrading using CVS)
+(3.12. Bug Status Workflow)
 endobj
 645 0 obj
-<< /S /GoTo /D (6.28.64.40.3) >>
+<< /S /GoTo /D (6.25.1) >>
 endobj
 648 0 obj
-(3.17.3.2. Upgrading using the tarball)
+(3.13. Voting)
 endobj
 649 0 obj
-<< /S /GoTo /D (6.28.64.41.3) >>
+<< /S /GoTo /D (6.26.1) >>
 endobj
 652 0 obj
-(3.17.3.3. Upgrading using patches)
+(3.14. Quips)
 endobj
 653 0 obj
-<< /S /GoTo /D (6.28.65.2) >>
+<< /S /GoTo /D (6.27.1) >>
 endobj
 656 0 obj
-(3.17.4. Completing Your Upgrade)
+(3.15. Groups and Group Security)
 endobj
 657 0 obj
-<< /S /GoTo /D (7.0) >>
+<< /S /GoTo /D (6.27.62.2) >>
 endobj
 660 0 obj
-(Chapter 4. Bugzilla Security)
+(3.15.1. Creating Groups)
 endobj
 661 0 obj
-<< /S /GoTo /D (7.29.1) >>
+<< /S /GoTo /D (6.27.63.2) >>
 endobj
 664 0 obj
-(4.1. Operating System)
+(3.15.2. Editing Groups and Assigning Group Permissions)
 endobj
 665 0 obj
-<< /S /GoTo /D (7.29.66.2) >>
+<< /S /GoTo /D (6.27.64.2) >>
 endobj
 668 0 obj
-(4.1.1. TCP/IP Ports)
+(3.15.3. Assigning Users to Groups)
 endobj
 669 0 obj
-<< /S /GoTo /D (7.29.67.2) >>
+<< /S /GoTo /D (6.27.65.2) >>
 endobj
 672 0 obj
-(4.1.2. System User Accounts)
+(3.15.4. Assigning Group Controls to Products)
 endobj
 673 0 obj
-<< /S /GoTo /D (7.29.68.2) >>
+<< /S /GoTo /D (6.28.1) >>
 endobj
 676 0 obj
-(4.1.3. The chroot Jail)
+(3.16. Checking and Maintaining Database Integrity)
 endobj
 677 0 obj
-<< /S /GoTo /D (7.30.1) >>
+<< /S /GoTo /D (7.0) >>
 endobj
 680 0 obj
-(4.2. MySQL)
+(Chapter 4. Bugzilla Security)
 endobj
 681 0 obj
-<< /S /GoTo /D (7.30.69.2) >>
+<< /S /GoTo /D (7.29.1) >>
 endobj
 684 0 obj
-(4.2.1. The MySQL System Account)
+(4.1. Operating System)
 endobj
 685 0 obj
-<< /S /GoTo /D (7.30.70.2) >>
+<< /S /GoTo /D (7.29.66.2) >>
 endobj
 688 0 obj
-(4.2.2. The MySQL root and anonymous Users)
+(4.1.1. TCP/IP Ports)
 endobj
 689 0 obj
-<< /S /GoTo /D (7.30.71.2) >>
+<< /S /GoTo /D (7.29.67.2) >>
 endobj
 692 0 obj
-(4.2.3. Network Access)
+(4.1.2. System User Accounts)
 endobj
 693 0 obj
-<< /S /GoTo /D (7.31.1) >>
+<< /S /GoTo /D (7.29.68.2) >>
 endobj
 696 0 obj
-(4.3. Web server)
+(4.1.3. The chroot Jail)
 endobj
 697 0 obj
-<< /S /GoTo /D (7.31.72.2) >>
+<< /S /GoTo /D (7.30.1) >>
 endobj
 700 0 obj
-(4.3.1. Disabling Remote Access to Bugzilla Configuration Files)
+(4.2. MySQL)
 endobj
 701 0 obj
-<< /S /GoTo /D (7.32.1) >>
+<< /S /GoTo /D (7.30.69.2) >>
 endobj
 704 0 obj
-(4.4. Bugzilla)
+(4.2.1. The MySQL System Account)
 endobj
 705 0 obj
-<< /S /GoTo /D (7.32.73.2) >>
+<< /S /GoTo /D (7.30.70.2) >>
 endobj
 708 0 obj
-(4.4.1. Prevent users injecting malicious Javascript)
+(4.2.2. The MySQL root and anonymous Users)
 endobj
 709 0 obj
-<< /S /GoTo /D (8.0) >>
+<< /S /GoTo /D (7.30.71.2) >>
 endobj
 712 0 obj
-(Chapter 5. Using Bugzilla)
+(4.2.3. Network Access)
 endobj
 713 0 obj
-<< /S /GoTo /D (8.33.1) >>
+<< /S /GoTo /D (7.31.1) >>
 endobj
 716 0 obj
-(5.1. Introduction)
+(4.3. Web server)
 endobj
 717 0 obj
-<< /S /GoTo /D (8.34.1) >>
+<< /S /GoTo /D (7.31.72.2) >>
 endobj
 720 0 obj
-(5.2. Create a Bugzilla Account)
+(4.3.1. Disabling Remote Access to Bugzilla Configuration Files)
 endobj
 721 0 obj
-<< /S /GoTo /D (8.35.1) >>
+<< /S /GoTo /D (7.32.1) >>
 endobj
 724 0 obj
-(5.3. Anatomy of a Bug)
+(4.4. Bugzilla)
 endobj
 725 0 obj
-<< /S /GoTo /D (8.36.1) >>
+<< /S /GoTo /D (7.32.73.2) >>
 endobj
 728 0 obj
-(5.4. Life Cycle of a Bug)
+(4.4.1. Prevent users injecting malicious Javascript)
 endobj
 729 0 obj
-<< /S /GoTo /D (8.37.1) >>
+<< /S /GoTo /D (8.0) >>
 endobj
 732 0 obj
-(5.5. Searching for Bugs)
+(Chapter 5. Using Bugzilla)
 endobj
 733 0 obj
-<< /S /GoTo /D (8.37.74.2) >>
+<< /S /GoTo /D (8.33.1) >>
 endobj
 736 0 obj
-(5.5.1. Boolean Charts)
+(5.1. Introduction)
 endobj
 737 0 obj
-<< /S /GoTo /D (8.37.74.42.3) >>
+<< /S /GoTo /D (8.34.1) >>
 endobj
 740 0 obj
-(5.5.1.1. Pronoun Substitution)
+(5.2. Create a Bugzilla Account)
 endobj
 741 0 obj
-<< /S /GoTo /D (8.37.74.43.3) >>
+<< /S /GoTo /D (8.35.1) >>
 endobj
 744 0 obj
-(5.5.1.2. Negation)
+(5.3. Anatomy of a Bug)
 endobj
 745 0 obj
-<< /S /GoTo /D (8.37.74.44.3) >>
+<< /S /GoTo /D (8.36.1) >>
 endobj
 748 0 obj
-(5.5.1.3. Multiple Charts)
+(5.4. Life Cycle of a Bug)
 endobj
 749 0 obj
-<< /S /GoTo /D (8.37.75.2) >>
+<< /S /GoTo /D (8.37.1) >>
 endobj
 752 0 obj
-(5.5.2. Quicksearch)
+(5.5. Searching for Bugs)
 endobj
 753 0 obj
-<< /S /GoTo /D (8.37.76.2) >>
+<< /S /GoTo /D (8.37.74.2) >>
 endobj
 756 0 obj
-(5.5.3. Case Sensitivity in Searches)
+(5.5.1. Boolean Charts)
 endobj
 757 0 obj
-<< /S /GoTo /D (8.37.77.2) >>
+<< /S /GoTo /D (8.37.74.45.3) >>
 endobj
 760 0 obj
-(5.5.4. Bug Lists)
+(5.5.1.1. Pronoun Substitution)
 endobj
 761 0 obj
-<< /S /GoTo /D (8.37.78.2) >>
+<< /S /GoTo /D (8.37.74.46.3) >>
 endobj
 764 0 obj
-(5.5.5. Adding/removing tags to/from bugs)
+(5.5.1.2. Negation)
 endobj
 765 0 obj
-<< /S /GoTo /D (8.38.1) >>
+<< /S /GoTo /D (8.37.74.47.3) >>
 endobj
 768 0 obj
-(5.6. Filing Bugs)
+(5.5.1.3. Multiple Charts)
 endobj
 769 0 obj
-<< /S /GoTo /D (8.38.79.2) >>
+<< /S /GoTo /D (8.37.75.2) >>
 endobj
 772 0 obj
-(5.6.1. Reporting a New Bug)
+(5.5.2. Quicksearch)
 endobj
 773 0 obj
-<< /S /GoTo /D (8.38.80.2) >>
+<< /S /GoTo /D (8.37.76.2) >>
 endobj
 776 0 obj
-(5.6.2. Clone an Existing Bug)
+(5.5.3. Case Sensitivity in Searches)
 endobj
 777 0 obj
-<< /S /GoTo /D (8.39.1) >>
+<< /S /GoTo /D (8.37.77.2) >>
 endobj
 780 0 obj
-(5.7. Attachments)
+(5.5.4. Bug Lists)
 endobj
 781 0 obj
-<< /S /GoTo /D (8.39.81.2) >>
+<< /S /GoTo /D (8.37.78.2) >>
 endobj
 784 0 obj
-(5.7.1. Patch Viewer)
+(5.5.5. Adding/removing tags to/from bugs)
 endobj
 785 0 obj
-<< /S /GoTo /D (8.39.81.45.3) >>
+<< /S /GoTo /D (8.38.1) >>
 endobj
 788 0 obj
-(5.7.1.1. Viewing Patches in Patch Viewer)
+(5.6. Filing Bugs)
 endobj
 789 0 obj
-<< /S /GoTo /D (8.39.81.46.3) >>
+<< /S /GoTo /D (8.38.79.2) >>
 endobj
 792 0 obj
-(5.7.1.2. Seeing the Difference Between Two Patches)
+(5.6.1. Reporting a New Bug)
 endobj
 793 0 obj
-<< /S /GoTo /D (8.39.81.47.3) >>
+<< /S /GoTo /D (8.38.80.2) >>
 endobj
 796 0 obj
-(5.7.1.3. Getting More Context in a Patch)
+(5.6.2. Clone an Existing Bug)
 endobj
 797 0 obj
-<< /S /GoTo /D (8.39.81.48.3) >>
+<< /S /GoTo /D (8.39.1) >>
 endobj
 800 0 obj
-(5.7.1.4. Collapsing and Expanding Sections of a Patch)
+(5.7. Attachments)
 endobj
 801 0 obj
-<< /S /GoTo /D (8.39.81.49.3) >>
+<< /S /GoTo /D (8.39.81.2) >>
 endobj
 804 0 obj
-(5.7.1.5. Linking to a Section of a Patch)
+(5.7.1. Patch Viewer)
 endobj
 805 0 obj
-<< /S /GoTo /D (8.39.81.50.3) >>
+<< /S /GoTo /D (8.39.81.48.3) >>
 endobj
 808 0 obj
-(5.7.1.6. Going to Bonsai and LXR)
+(5.7.1.1. Viewing Patches in Patch Viewer)
 endobj
 809 0 obj
-<< /S /GoTo /D (8.39.81.51.3) >>
+<< /S /GoTo /D (8.39.81.49.3) >>
 endobj
 812 0 obj
-(5.7.1.7. Creating a Unified Diff)
+(5.7.1.2. Seeing the Difference Between Two Patches)
 endobj
 813 0 obj
-<< /S /GoTo /D (8.40.1) >>
+<< /S /GoTo /D (8.39.81.50.3) >>
 endobj
 816 0 obj
-(5.8. Hints and Tips)
+(5.7.1.3. Getting More Context in a Patch)
 endobj
 817 0 obj
-<< /S /GoTo /D (8.40.82.2) >>
+<< /S /GoTo /D (8.39.81.51.3) >>
 endobj
 820 0 obj
-(5.8.1. Autolinkification)
+(5.7.1.4. Collapsing and Expanding Sections of a Patch)
 endobj
 821 0 obj
-<< /S /GoTo /D (8.40.83.2) >>
+<< /S /GoTo /D (8.39.81.52.3) >>
 endobj
 824 0 obj
-(5.8.2. Comments)
+(5.7.1.5. Linking to a Section of a Patch)
 endobj
 825 0 obj
-<< /S /GoTo /D (8.40.84.2) >>
+<< /S /GoTo /D (8.39.81.53.3) >>
 endobj
 828 0 obj
-(5.8.3. ServerSide Comment Wrapping)
+(5.7.1.6. Going to Bonsai and LXR)
 endobj
 829 0 obj
-<< /S /GoTo /D (8.40.85.2) >>
+<< /S /GoTo /D (8.39.81.54.3) >>
 endobj
 832 0 obj
-(5.8.4. Dependency Tree)
+(5.7.1.7. Creating a Unified Diff)
 endobj
 833 0 obj
-<< /S /GoTo /D (8.41.1) >>
+<< /S /GoTo /D (8.40.1) >>
 endobj
 836 0 obj
-(5.9. Time Tracking Information)
+(5.8. Hints and Tips)
 endobj
 837 0 obj
-<< /S /GoTo /D (8.42.1) >>
+<< /S /GoTo /D (8.40.82.2) >>
 endobj
 840 0 obj
-(5.10. User Preferences)
+(5.8.1. Autolinkification)
 endobj
 841 0 obj
-<< /S /GoTo /D (8.42.86.2) >>
+<< /S /GoTo /D (8.40.83.2) >>
 endobj
 844 0 obj
-(5.10.1. General Preferences)
+(5.8.2. Comments)
 endobj
 845 0 obj
-<< /S /GoTo /D (8.42.87.2) >>
+<< /S /GoTo /D (8.40.84.2) >>
 endobj
 848 0 obj
-(5.10.2. Email Preferences)
+(5.8.3. ServerSide Comment Wrapping)
 endobj
 849 0 obj
-<< /S /GoTo /D (8.42.88.2) >>
+<< /S /GoTo /D (8.40.85.2) >>
 endobj
 852 0 obj
-(5.10.3. Saved Searches)
+(5.8.4. Dependency Tree)
 endobj
 853 0 obj
-<< /S /GoTo /D (8.42.89.2) >>
+<< /S /GoTo /D (8.41.1) >>
 endobj
 856 0 obj
-(5.10.4. Name and Password)
+(5.9. Time Tracking Information)
 endobj
 857 0 obj
-<< /S /GoTo /D (8.42.90.2) >>
+<< /S /GoTo /D (8.42.1) >>
 endobj
 860 0 obj
-(5.10.5. Permissions)
+(5.10. User Preferences)
 endobj
 861 0 obj
-<< /S /GoTo /D (8.43.1) >>
+<< /S /GoTo /D (8.42.86.2) >>
 endobj
 864 0 obj
-(5.11. Reports and Charts)
+(5.10.1. General Preferences)
 endobj
 865 0 obj
-<< /S /GoTo /D (8.43.91.2) >>
+<< /S /GoTo /D (8.42.87.2) >>
 endobj
 868 0 obj
-(5.11.1. Reports)
+(5.10.2. Email Preferences)
 endobj
 869 0 obj
-<< /S /GoTo /D (8.43.92.2) >>
+<< /S /GoTo /D (8.42.88.2) >>
 endobj
 872 0 obj
-(5.11.2. Charts)
+(5.10.3. Saved Searches)
 endobj
 873 0 obj
-<< /S /GoTo /D (8.43.92.52.3) >>
+<< /S /GoTo /D (8.42.89.2) >>
 endobj
 876 0 obj
-(5.11.2.1. Creating Charts)
+(5.10.4. Name and Password)
 endobj
 877 0 obj
-<< /S /GoTo /D (8.43.92.53.3) >>
+<< /S /GoTo /D (8.42.90.2) >>
 endobj
 880 0 obj
-(5.11.2.2. Creating New Data Sets)
+(5.10.5. Permissions)
 endobj
 881 0 obj
-<< /S /GoTo /D (8.44.1) >>
+<< /S /GoTo /D (8.43.1) >>
 endobj
 884 0 obj
-(5.12. Flags)
+(5.11. Reports and Charts)
 endobj
 885 0 obj
-<< /S /GoTo /D (8.45.1) >>
+<< /S /GoTo /D (8.43.91.2) >>
 endobj
 888 0 obj
-(5.13. Whining)
+(5.11.1. Reports)
 endobj
 889 0 obj
-<< /S /GoTo /D (8.45.93.2) >>
+<< /S /GoTo /D (8.43.92.2) >>
 endobj
 892 0 obj
-(5.13.1. The Event)
+(5.11.2. Charts)
 endobj
 893 0 obj
-<< /S /GoTo /D (8.45.94.2) >>
+<< /S /GoTo /D (8.43.92.55.3) >>
 endobj
 896 0 obj
-(5.13.2. Whining Schedule)
+(5.11.2.1. Creating Charts)
 endobj
 897 0 obj
-<< /S /GoTo /D (8.45.95.2) >>
+<< /S /GoTo /D (8.43.92.56.3) >>
 endobj
 900 0 obj
-(5.13.3. Whining Searches)
+(5.11.2.2. Creating New Data Sets)
 endobj
 901 0 obj
-<< /S /GoTo /D (8.45.96.2) >>
+<< /S /GoTo /D (8.44.1) >>
 endobj
 904 0 obj
-(5.13.4. Saving Your Changes)
+(5.12. Flags)
 endobj
 905 0 obj
-<< /S /GoTo /D (9.0) >>
+<< /S /GoTo /D (8.45.1) >>
 endobj
 908 0 obj
-(Chapter 6. Customizing Bugzilla)
+(5.13. Whining)
 endobj
 909 0 obj
-<< /S /GoTo /D (9.46.1) >>
+<< /S /GoTo /D (8.45.93.2) >>
 endobj
 912 0 obj
-(6.1. Custom Skins)
+(5.13.1. The Event)
 endobj
 913 0 obj
-<< /S /GoTo /D (9.47.1) >>
+<< /S /GoTo /D (8.45.94.2) >>
 endobj
 916 0 obj
-(6.2. Template Customization)
+(5.13.2. Whining Schedule)
 endobj
 917 0 obj
-<< /S /GoTo /D (9.47.97.2) >>
+<< /S /GoTo /D (8.45.95.2) >>
 endobj
 920 0 obj
-(6.2.1. Template Directory Structure)
+(5.13.3. Whining Searches)
 endobj
 921 0 obj
-<< /S /GoTo /D (9.47.98.2) >>
+<< /S /GoTo /D (8.45.96.2) >>
 endobj
 924 0 obj
-(6.2.2. Choosing a Customization Method)
+(5.13.4. Saving Your Changes)
 endobj
 925 0 obj
-<< /S /GoTo /D (9.47.99.2) >>
+<< /S /GoTo /D (9.0) >>
 endobj
 928 0 obj
-(6.2.3. How To Edit Templates)
+(Chapter 6. Customizing Bugzilla)
 endobj
 929 0 obj
-<< /S /GoTo /D (9.47.100.2) >>
+<< /S /GoTo /D (9.46.1) >>
 endobj
 932 0 obj
-(6.2.4. Template Formats and Types)
+(6.1. Custom Skins)
 endobj
 933 0 obj
-<< /S /GoTo /D (9.47.101.2) >>
+<< /S /GoTo /D (9.47.1) >>
 endobj
 936 0 obj
-(6.2.5. Particular Templates)
+(6.2. Template Customization)
 endobj
 937 0 obj
-<< /S /GoTo /D (9.47.102.2) >>
+<< /S /GoTo /D (9.47.97.2) >>
 endobj
 940 0 obj
-(6.2.6. Configuring Bugzilla to Detect the User's Language)
+(6.2.1. Template Directory Structure)
 endobj
 941 0 obj
-<< /S /GoTo /D (9.48.1) >>
+<< /S /GoTo /D (9.47.98.2) >>
 endobj
 944 0 obj
-(6.3. The Bugzilla Extension Mechanism)
+(6.2.2. Choosing a Customization Method)
 endobj
 945 0 obj
-<< /S /GoTo /D (9.49.1) >>
+<< /S /GoTo /D (9.47.99.2) >>
 endobj
 948 0 obj
-(6.4. Customizing Who Can Change What)
+(6.2.3. How To Edit Templates)
 endobj
 949 0 obj
-<< /S /GoTo /D (9.50.1) >>
+<< /S /GoTo /D (9.47.100.2) >>
 endobj
 952 0 obj
-(6.5. Integrating Bugzilla with ThirdParty Tools)
+(6.2.4. Template Formats and Types)
 endobj
 953 0 obj
-<< /S /GoTo /D (9.50.103.2) >>
+<< /S /GoTo /D (9.47.101.2) >>
 endobj
 956 0 obj
-(6.5.1. Bonsai)
+(6.2.5. Particular Templates)
 endobj
 957 0 obj
-<< /S /GoTo /D (9.50.104.2) >>
+<< /S /GoTo /D (9.47.102.2) >>
 endobj
 960 0 obj
-(6.5.2. CVS)
+(6.2.6. Configuring Bugzilla to Detect the User's Language)
 endobj
 961 0 obj
-<< /S /GoTo /D (9.50.105.2) >>
+<< /S /GoTo /D (9.48.1) >>
 endobj
 964 0 obj
-(6.5.3. Perforce SCM)
+(6.3. The Bugzilla Extension Mechanism)
 endobj
 965 0 obj
-<< /S /GoTo /D (9.50.106.2) >>
+<< /S /GoTo /D (9.49.1) >>
 endobj
 968 0 obj
-(6.5.4. Subversion)
+(6.4. Customizing Who Can Change What)
 endobj
 969 0 obj
-<< /S /GoTo /D (9.50.107.2) >>
+<< /S /GoTo /D (9.50.1) >>
 endobj
 972 0 obj
-(6.5.5. Tinderbox/Tinderbox2)
+(6.5. Integrating Bugzilla with ThirdParty Tools)
 endobj
 973 0 obj
-<< /S /GoTo /D (10.0) >>
+<< /S /GoTo /D (9.50.103.2) >>
 endobj
 976 0 obj
-(Appendix A. Troubleshooting)
+(6.5.1. Bonsai)
 endobj
 977 0 obj
-<< /S /GoTo /D (10.51.1) >>
+<< /S /GoTo /D (9.50.104.2) >>
 endobj
 980 0 obj
-(A.1. General Advice)
+(6.5.2. CVS)
 endobj
 981 0 obj
-<< /S /GoTo /D (10.52.1) >>
+<< /S /GoTo /D (9.50.105.2) >>
 endobj
 984 0 obj
-(A.2. The Apache web server is not serving Bugzilla pages)
+(6.5.3. Perforce SCM)
 endobj
 985 0 obj
-<< /S /GoTo /D (10.53.1) >>
+<< /S /GoTo /D (9.50.106.2) >>
 endobj
 988 0 obj
-(A.3. I installed a Perl module, but checksetup.pl claims it's not installed!)
+(6.5.4. Subversion)
 endobj
 989 0 obj
-<< /S /GoTo /D (10.54.1) >>
+<< /S /GoTo /D (9.50.107.2) >>
 endobj
 992 0 obj
-(A.4. DBD::Sponge::db prepare failed)
+(6.5.5. Tinderbox/Tinderbox2)
 endobj
 993 0 obj
-<< /S /GoTo /D (10.55.1) >>
+<< /S /GoTo /D (10.0) >>
 endobj
 996 0 obj
-(A.5. cannot chdir\(/var/spool/mqueue\))
+(Appendix A. Troubleshooting)
 endobj
 997 0 obj
-<< /S /GoTo /D (10.56.1) >>
+<< /S /GoTo /D (10.51.1) >>
 endobj
 1000 0 obj
-(A.6. Everybody is constantly being forced to relogin)
+(A.1. General Advice)
 endobj
 1001 0 obj
-<< /S /GoTo /D (10.57.1) >>
+<< /S /GoTo /D (10.52.1) >>
 endobj
 1004 0 obj
-(A.7. Some users are constantly being forced to relogin)
+(A.2. The Apache web server is not serving Bugzilla pages)
 endobj
 1005 0 obj
-<< /S /GoTo /D (10.58.1) >>
+<< /S /GoTo /D (10.53.1) >>
 endobj
 1008 0 obj
-(A.8. index.cgi doesn't show up unless specified in the URL)
+(A.3. I installed a Perl module, but checksetup.pl claims it's not installed!)
 endobj
 1009 0 obj
-<< /S /GoTo /D (10.59.1) >>
+<< /S /GoTo /D (10.54.1) >>
 endobj
 1012 0 obj
-(A.9. checksetup.pl reports "Client does not support authentication protocol requested by server...")
+(A.4. DBD::Sponge::db prepare failed)
 endobj
 1013 0 obj
-<< /S /GoTo /D (11.0) >>
+<< /S /GoTo /D (10.55.1) >>
 endobj
 1016 0 obj
-(Appendix B. Contrib)
+(A.5. cannot chdir\(/var/spool/mqueue\))
 endobj
 1017 0 obj
-<< /S /GoTo /D (11.60.1) >>
+<< /S /GoTo /D (10.56.1) >>
 endobj
 1020 0 obj
-(B.1. Commandline Search Interface)
+(A.6. Everybody is constantly being forced to relogin)
 endobj
 1021 0 obj
-<< /S /GoTo /D (11.61.1) >>
+<< /S /GoTo /D (10.57.1) >>
 endobj
 1024 0 obj
-(B.2. Commandline 'Send Unsent Bugmail' tool)
+(A.7. Some users are constantly being forced to relogin)
 endobj
 1025 0 obj
-<< /S /GoTo /D (12.0) >>
+<< /S /GoTo /D (10.58.1) >>
 endobj
 1028 0 obj
-(Appendix C. Manual Installation of Perl Modules)
+(A.8. index.cgi doesn't show up unless specified in the URL)
 endobj
 1029 0 obj
-<< /S /GoTo /D (12.62.1) >>
+<< /S /GoTo /D (10.59.1) >>
 endobj
 1032 0 obj
-(C.1. Instructions)
+(A.9. checksetup.pl reports "Client does not support authentication protocol requested by server...")
 endobj
 1033 0 obj
-<< /S /GoTo /D (12.63.1) >>
+<< /S /GoTo /D (11.0) >>
 endobj
 1036 0 obj
-(C.2. Download Locations)
+(Appendix B. Contrib)
 endobj
 1037 0 obj
-<< /S /GoTo /D (12.64.1) >>
+<< /S /GoTo /D (11.60.1) >>
 endobj
 1040 0 obj
-(C.3. Optional Modules)
+(B.1. Commandline Search Interface)
 endobj
 1041 0 obj
-<< /S /GoTo /D (13.0) >>
+<< /S /GoTo /D (11.61.1) >>
 endobj
 1044 0 obj
-(Appendix D. GNU Free Documentation License)
+(B.2. Commandline 'Send Unsent Bugmail' tool)
 endobj
 1045 0 obj
-<< /S /GoTo /D (13.65.1) >>
+<< /S /GoTo /D (12.0) >>
 endobj
 1048 0 obj
-(0. Preamble)
+(Appendix C. Manual Installation of Perl Modules)
 endobj
 1049 0 obj
-<< /S /GoTo /D (13.66.1) >>
+<< /S /GoTo /D (12.62.1) >>
 endobj
 1052 0 obj
-(1. Applicability and Definition)
+(C.1. Instructions)
 endobj
 1053 0 obj
-<< /S /GoTo /D (13.67.1) >>
+<< /S /GoTo /D (12.63.1) >>
 endobj
 1056 0 obj
-(2. Verbatim Copying)
+(C.2. Download Locations)
 endobj
 1057 0 obj
-<< /S /GoTo /D (13.68.1) >>
+<< /S /GoTo /D (12.64.1) >>
 endobj
 1060 0 obj
-(3. Copying in Quantity)
+(C.3. Optional Modules)
 endobj
 1061 0 obj
-<< /S /GoTo /D (13.69.1) >>
+<< /S /GoTo /D (13.0) >>
 endobj
 1064 0 obj
-(4. Modifications)
+(Appendix D. GNU Free Documentation License)
 endobj
 1065 0 obj
-<< /S /GoTo /D (13.70.1) >>
+<< /S /GoTo /D (13.65.1) >>
 endobj
 1068 0 obj
-(5. Combining Documents)
+(0. Preamble)
 endobj
 1069 0 obj
-<< /S /GoTo /D (13.71.1) >>
+<< /S /GoTo /D (13.66.1) >>
 endobj
 1072 0 obj
-(6. Collections of Documents)
+(1. Applicability and Definition)
 endobj
 1073 0 obj
-<< /S /GoTo /D (13.72.1) >>
+<< /S /GoTo /D (13.67.1) >>
 endobj
 1076 0 obj
-(7. Aggregation with Independent Works)
+(2. Verbatim Copying)
 endobj
 1077 0 obj
-<< /S /GoTo /D (13.73.1) >>
+<< /S /GoTo /D (13.68.1) >>
 endobj
 1080 0 obj
-(8. Translation)
+(3. Copying in Quantity)
 endobj
 1081 0 obj
-<< /S /GoTo /D (13.74.1) >>
+<< /S /GoTo /D (13.69.1) >>
 endobj
 1084 0 obj
-(9. Termination)
+(4. Modifications)
 endobj
 1085 0 obj
-<< /S /GoTo /D (13.75.1) >>
+<< /S /GoTo /D (13.70.1) >>
 endobj
 1088 0 obj
-(10. Future Revisions of this License)
+(5. Combining Documents)
 endobj
 1089 0 obj
-<< /S /GoTo /D (13.76.1) >>
+<< /S /GoTo /D (13.71.1) >>
 endobj
 1092 0 obj
-(How to use this License for your documents)
+(6. Collections of Documents)
 endobj
 1093 0 obj
-<< /S /GoTo /D (14.0) >>
+<< /S /GoTo /D (13.72.1) >>
 endobj
 1096 0 obj
-(Glossary)
+(7. Aggregation with Independent Works)
 endobj
 1097 0 obj
-<< /S /GoTo /D (15.0) >>
+<< /S /GoTo /D (13.73.1) >>
 endobj
 1100 0 obj
-(09, high ascii)
+(8. Translation)
 endobj
 1101 0 obj
-<< /S /GoTo /D (15.76.108.2) >>
+<< /S /GoTo /D (13.74.1) >>
 endobj
 1104 0 obj
-(.htaccess)
+(9. Termination)
 endobj
 1105 0 obj
-<< /S /GoTo /D (16.0) >>
+<< /S /GoTo /D (13.75.1) >>
 endobj
 1108 0 obj
-(A)
+(10. Future Revisions of this License)
 endobj
 1109 0 obj
-<< /S /GoTo /D (16.76.109.2) >>
+<< /S /GoTo /D (13.76.1) >>
 endobj
 1112 0 obj
-(Apache)
+(How to use this License for your documents)
 endobj
 1113 0 obj
-<< /S /GoTo /D (16.76.109.54.3) >>
+<< /S /GoTo /D (14.0) >>
 endobj
 1116 0 obj
-(Useful Directives when configuring Bugzilla)
+(Glossary)
 endobj
 1117 0 obj
-<< /S /GoTo /D (17.0) >>
+<< /S /GoTo /D (15.0) >>
 endobj
 1120 0 obj
-(B)
+(09, high ascii)
 endobj
 1121 0 obj
-<< /S /GoTo /D (17.76.110.2) >>
+<< /S /GoTo /D (15.76.108.2) >>
 endobj
 1124 0 obj
-(Bug)
+(.htaccess)
 endobj
 1125 0 obj
-<< /S /GoTo /D (17.76.111.2) >>
+<< /S /GoTo /D (16.0) >>
 endobj
 1128 0 obj
-(Bug Number)
+(A)
 endobj
 1129 0 obj
-<< /S /GoTo /D (17.76.112.2) >>
+<< /S /GoTo /D (16.76.109.2) >>
 endobj
 1132 0 obj
-(Bugzilla)
+(Apache)
 endobj
 1133 0 obj
-<< /S /GoTo /D (18.0) >>
+<< /S /GoTo /D (16.76.109.57.3) >>
 endobj
 1136 0 obj
-(C)
+(Useful Directives when configuring Bugzilla)
 endobj
 1137 0 obj
-<< /S /GoTo /D (18.76.113.2) >>
+<< /S /GoTo /D (17.0) >>
 endobj
 1140 0 obj
-(Common Gateway Interface)
+(B)
 endobj
 1141 0 obj
-<< /S /GoTo /D (18.76.114.2) >>
+<< /S /GoTo /D (17.76.110.2) >>
 endobj
 1144 0 obj
-(Component)
+(Bug)
 endobj
 1145 0 obj
-<< /S /GoTo /D (18.76.115.2) >>
+<< /S /GoTo /D (17.76.111.2) >>
 endobj
 1148 0 obj
-(Comprehensive Perl Archive Network)
+(Bug Number)
 endobj
 1149 0 obj
-<< /S /GoTo /D (18.76.116.2) >>
+<< /S /GoTo /D (17.76.112.2) >>
 endobj
 1152 0 obj
-(contrib)
+(Bugzilla)
 endobj
 1153 0 obj
-<< /S /GoTo /D (19.0) >>
+<< /S /GoTo /D (18.0) >>
 endobj
 1156 0 obj
-(D)
+(C)
 endobj
 1157 0 obj
-<< /S /GoTo /D (19.76.117.2) >>
+<< /S /GoTo /D (18.76.113.2) >>
 endobj
 1160 0 obj
-(daemon)
+(Common Gateway Interface)
 endobj
 1161 0 obj
-<< /S /GoTo /D (19.76.118.2) >>
+<< /S /GoTo /D (18.76.114.2) >>
 endobj
 1164 0 obj
-(DOS Attack)
+(Component)
 endobj
 1165 0 obj
-<< /S /GoTo /D (20.0) >>
+<< /S /GoTo /D (18.76.115.2) >>
 endobj
 1168 0 obj
-(G)
+(Comprehensive Perl Archive Network)
 endobj
 1169 0 obj
-<< /S /GoTo /D (20.76.119.2) >>
+<< /S /GoTo /D (18.76.116.2) >>
 endobj
 1172 0 obj
-(Groups)
+(contrib)
 endobj
 1173 0 obj
-<< /S /GoTo /D (21.0) >>
+<< /S /GoTo /D (19.0) >>
 endobj
 1176 0 obj
-(J)
+(D)
 endobj
 1177 0 obj
-<< /S /GoTo /D (21.76.120.2) >>
+<< /S /GoTo /D (19.76.117.2) >>
 endobj
 1180 0 obj
-(JavaScript)
+(daemon)
 endobj
 1181 0 obj
-<< /S /GoTo /D (22.0) >>
+<< /S /GoTo /D (19.76.118.2) >>
 endobj
 1184 0 obj
-(M)
+(DOS Attack)
 endobj
 1185 0 obj
-<< /S /GoTo /D (22.76.121.2) >>
+<< /S /GoTo /D (20.0) >>
 endobj
 1188 0 obj
-(Message Transport Agent)
+(G)
 endobj
 1189 0 obj
-<< /S /GoTo /D (22.76.122.2) >>
+<< /S /GoTo /D (20.76.119.2) >>
 endobj
 1192 0 obj
-(MySQL)
+(Groups)
 endobj
 1193 0 obj
-<< /S /GoTo /D (23.0) >>
+<< /S /GoTo /D (21.0) >>
 endobj
 1196 0 obj
-(P)
+(J)
 endobj
 1197 0 obj
-<< /S /GoTo /D (23.76.123.2) >>
+<< /S /GoTo /D (21.76.120.2) >>
 endobj
 1200 0 obj
-(Perl Package Manager)
+(JavaScript)
 endobj
 1201 0 obj
-<< /S /GoTo /D (23.76.124.2) >>
+<< /S /GoTo /D (22.0) >>
 endobj
 1204 0 obj
-(Product)
+(M)
 endobj
 1205 0 obj
-<< /S /GoTo /D (23.76.125.2) >>
+<< /S /GoTo /D (22.76.121.2) >>
 endobj
 1208 0 obj
-(Perl)
+(Message Transport Agent)
 endobj
 1209 0 obj
-<< /S /GoTo /D (24.0) >>
+<< /S /GoTo /D (22.76.122.2) >>
 endobj
 1212 0 obj
-(Q)
+(MySQL)
 endobj
 1213 0 obj
-<< /S /GoTo /D (24.76.126.2) >>
+<< /S /GoTo /D (23.0) >>
 endobj
 1216 0 obj
-(QA)
+(P)
 endobj
 1217 0 obj
-<< /S /GoTo /D (25.0) >>
+<< /S /GoTo /D (23.76.123.2) >>
 endobj
 1220 0 obj
-(R)
+(Perl Package Manager)
 endobj
 1221 0 obj
-<< /S /GoTo /D (25.76.127.2) >>
+<< /S /GoTo /D (23.76.124.2) >>
 endobj
 1224 0 obj
-(Relational DataBase Management System)
+(Product)
 endobj
 1225 0 obj
-<< /S /GoTo /D (25.76.128.2) >>
+<< /S /GoTo /D (23.76.125.2) >>
 endobj
 1228 0 obj
-(Regular Expression)
+(Perl)
 endobj
 1229 0 obj
-<< /S /GoTo /D (26.0) >>
+<< /S /GoTo /D (24.0) >>
 endobj
 1232 0 obj
-(S)
+(Q)
 endobj
 1233 0 obj
-<< /S /GoTo /D (26.76.129.2) >>
+<< /S /GoTo /D (24.76.126.2) >>
 endobj
 1236 0 obj
-(Service)
+(QA)
 endobj
 1237 0 obj
-<< /S /GoTo /D (26.76.130.2) >>
+<< /S /GoTo /D (25.0) >>
 endobj
 1240 0 obj
-(SGML )
+(R)
 endobj
 1241 0 obj
-<< /S /GoTo /D (27.0) >>
+<< /S /GoTo /D (25.76.127.2) >>
 endobj
 1244 0 obj
-(T)
+(Relational DataBase Management System)
 endobj
 1245 0 obj
-<< /S /GoTo /D (27.76.131.2) >>
+<< /S /GoTo /D (25.76.128.2) >>
 endobj
 1248 0 obj
-(Target Milestone)
+(Regular Expression)
 endobj
 1249 0 obj
-<< /S /GoTo /D (27.76.132.2) >>
+<< /S /GoTo /D (26.0) >>
 endobj
 1252 0 obj
-(Tool Command Language)
+(S)
 endobj
 1253 0 obj
-<< /S /GoTo /D (28.0) >>
+<< /S /GoTo /D (26.76.129.2) >>
 endobj
 1256 0 obj
-(Z)
+(Service)
 endobj
 1257 0 obj
-<< /S /GoTo /D (28.76.133.2) >>
+<< /S /GoTo /D (26.76.130.2) >>
 endobj
 1260 0 obj
-(Zarro Boogs Found)
+(SGML )
 endobj
 1261 0 obj
-<< /S /GoTo /D [1262 0 R  /Fit ] >>
+<< /S /GoTo /D (27.0) >>
+endobj
+1264 0 obj
+(T)
+endobj
+1265 0 obj
+<< /S /GoTo /D (27.76.131.2) >>
+endobj
+1268 0 obj
+(Target Milestone)
+endobj
+1269 0 obj
+<< /S /GoTo /D (27.76.132.2) >>
+endobj
+1272 0 obj
+(Tool Command Language)
+endobj
+1273 0 obj
+<< /S /GoTo /D (28.0) >>
+endobj
+1276 0 obj
+(Z)
+endobj
+1277 0 obj
+<< /S /GoTo /D (28.76.133.2) >>
+endobj
+1280 0 obj
+(Zarro Boogs Found)
+endobj
+1281 0 obj
+<< /S /GoTo /D [1282 0 R  /Fit ] >>
 endobj
-1264 0 obj <<
-/Length 217       
+1284 0 obj <<
+/Length 184       
 /Filter /FlateDecode
 >>
 stream
-xڍP�N1��+<�
1����Z*uD�É�R�*A;���B�ó������C��*8!��26���4�H\ȞB=~a��9��i�����CM�_A��
-j-23��S��JgXc�:�/�a��ks:��� H��u]:���DZ�u�yJ��p5W��?����eRܢ�"�wS���T���Ŀ��.ض�������ח�\�H!���+TUendstream
+xڍP�
+�0��7�C�ܥ��kA��M����N�ů7�""r�{�;���NC��I��X��i��d���"Ȗ$-_Te��ʳ��4�C�ٱ.�U.@����523�k,;��sƱ]�f�UP���[,Na��'�L�\,j�ƠX�e�Bt���m�����ң'������I�endstream
 endobj
-1262 0 obj <<
+1282 0 obj <<
 /Type /Page
-/Contents 1264 0 R
-/Resources 1263 0 R
+/Contents 1284 0 R
+/Resources 1283 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1271 0 R
+/Parent 1291 0 R
 >> endobj
-1265 0 obj <<
-/D [1262 0 R /XYZ 71.731 729.2652 null]
+1285 0 obj <<
+/D [1282 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1266 0 obj <<
-/D [1262 0 R /XYZ 71.731 718.3063 null]
+1286 0 obj <<
+/D [1282 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1267 0 obj <<
-/D [1262 0 R /XYZ 71.731 718.3063 null]
+1287 0 obj <<
+/D [1282 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 2 0 obj <<
-/D [1262 0 R /XYZ 351.7094 667.9949 null]
+/D [1282 0 R /XYZ 494.9815 700.222 null]
 >> endobj
-1263 0 obj <<
-/Font << /F23 1270 0 R >>
+1283 0 obj <<
+/Font << /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1274 0 obj <<
-/Length 525       
+1294 0 obj <<
+/Length 513       
 /Filter /FlateDecode
 >>
 stream
-xڍT�n�0��)��HJ���A����B[ہ����AR1��/_r� Cၗ����q��G�EfRA�(�����޸�8Pr� ����ބf�J¢�V�>�?HU�b�Ww�H��Y�Q��� �%x���q���=oc�?2�a��Gc
-�Ĵ�f�h���J��&lqE	&��8w���7�->[!��PX!R��/�q� ZO%�	�	ʯ���Ce�2<ƀ?)�.�ڵ�l�\���}�*�o��ǹG�1A`�-y�:.�w���b��N���W+c���%���}V|�w���'9*�4W�{E#��n۸v�	j��9�p����e�UޞMdSm���C]�K���&�;c�a[Z)�O
-���2����jr�vA�ۥ�ʩ�ע��f���FVT�����J�MJ�d~��'�rc���ž�
����z���'�7�����y:�e���13?�/��^lJ��rFE�֧�iz>�c3N�4��HM�*5d�rx���v�d���U����.%Dendstream
+xڍTM�� ��W������q�v��V�om���?"��������d����7Û�7`�hTP\d�0��YTOu�z>�r���r�|�M���d<J�I��C��e�����jo�H��cVDU�U��V��i�^�q�~��Mp$~�0��5*iT�����?�ʰ��q�>]�@NB
+0�R88.RrrD�(˱ LlG_��8�^5>�R&�&L܂\��Z�q���#�e�Y�uR��vXf�k�}{5�<.=z�Ak�X-�?��y���&��%X��b�$RZ�?R?V%g��z�>�����	��j��w/��z���KL	�:�i{i��5ޞ 3tv���W@���YU��2`���hռc-Ʈ��uStg�˺�}�[��|k
+ni�ʷk�聗ի� ����4GJ�mlpU��n�v��l=^�(G��u
�����un|�Χ|�������8�ŕ$�g�䤷��9M/�K��A��s�)�lR��(������y,qI�����?b��endstream
 endobj
-1273 0 obj <<
+1293 0 obj <<
 /Type /Page
-/Contents 1274 0 R
-/Resources 1272 0 R
+/Contents 1294 0 R
+/Resources 1292 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1271 0 R
+/Parent 1291 0 R
 >> endobj
-1275 0 obj <<
-/D [1273 0 R /XYZ 71.731 729.2652 null]
+1295 0 obj <<
+/D [1293 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1272 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R >>
+1292 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1281 0 obj <<
-/Length 58057     
+1301 0 obj <<
+/Length 57967     
 /Filter /FlateDecode
 >>
 stream
-xڔ�ђd�ae����#��tefUV�,q���1�a؎���I�0��8c���:�>����k3�@�<\���@wuW�Uǯ^��z?��ۿ�>������߼|������9ގ�^.�����œ��wo�����t��w��������������py��}�����|8�/_���ϯ������o�����?|���N�ׯ��/��w?���w?���7�������F��>���O�t;��C�]�|�j�o.�e�}t��B��f{���ǟ���������/������?��9�]/2���p}y��y�����W���=���\�r<�?^�O/���i�/���p������i�;uG~9��/�V~;�r��ȯ���R?��i�;��|�{����>�q��uG����k���i�;uG��������N�ܩ;���>��~;�r�>�_��szi�8M�#����}��4ʝ�#���˱}��4ʝ�#��?N���aT���x8]O�3�ɽPw������}��4ʝ�#�>���/�Qm���f�^�g~;�n�>�o�N���Z�u�+uG����ô���0���c�����ުo������j�_{Z��4ʝ�\~�^�K�!�8Ljg�χ�ǵ}��4���#��׏����(w��z�ԏ���(~$>מ����K���iR/���^.�����(w�|{/oǏV~;�r��ȷw�z���4ʝ�\~�����>�q��uG���ӹ}��4ʝ�#����}��4ʝ�#����۩��N�ܩ������[���i�/���������N�ܩ;������}��4ʝ�#�޶#��v�N}.����zu�q��uG�����7(:�r��ȷ�s�h�8�r��ȷ�s~���4ʝ�\~�����>�q��uG�����(f�F�Sw���y9��}�F�Sw����ǹ~��(w�s�����zn�8M�#?^�_��>N�ܩ;����vl��(w�|{;oo�c��F�S�˯��y���}�&�Bݑoo���>�q�Nݑoog{J��v�Nݑoo�x}m��(w�s���v^>��>N�|���χ�׾����(w���p�xi�8�r��ȯ���X?��i�;�����r���?��i�����v.��V~;�r��ȷ��v>���i�;uG����'�V~;�r�>���s~m�8M�#��N�Q�8�jcWs|k��8�n��ȷW�r����4ʝ�\~z9��?��aR;s�|>����v�Nݑ��߯�V~;�r��ȯ���u9�jc>7��7�V��q��uG���������(w�|{5����è6�y{3��U�N�۩��۫9��g>N�|��ȷWs��_�ژ;��ͼ����it;uG~=?^���4ʝ�\��r�\_۟\�i�/���p|k�8�r�����˥}��4ʝ�#���[�s�8�r�>�_�����>�q��uG�������o�Q����vN�����(w�|{;Ǐ���N�ܩ�����9���}�&�Bݑoo��}��4ʝ�#;�}��&��(w��zx����~;�r�>�__o�����$_�;����rn�8�r��ȷ����>�q�Nݑoo��jb�F�S��?����"T��i�/���vN�����(w�|{;���Rt�Nݑoo��~��(w�S��������jb��Jݑ��뵕�N�ܩ;�����[+��F�Sw������N�ܩ�����\�/|�i�/���v�گ&�i�;uG����S���i�;uG����~��(w�s�i{;���u��uG���c�'":�r��ȷ���~M�N�ܩ;�����~��(w�s���p���&�Bݑ����ˊu�Nݑ�Ηv���(w�|{;����aT��u{5��:G�ɽPw�۫9���F�Sw�۫9���΢�����^��~�Өv�s���^��y�4��|{/�	�è6���p�hw9:�n��������q�N}.��N�Oj�äv��tx��_P���v�|{5o�.G�Q����j���è6�s����p�U���^�;��՜�]�N�ܩ;���ۯ&�i�;uG����k��o�Q���������Nst��uG~:\��W�4ʝ�#;��@G�Q�������~5�N�ܩ���۹��&�Bݑoo���4ʝ�#���k���:�r��ȷ�s>׏�v�N}*{��Ω�jb��Jݑoo��tt�Nݑoo���4ʝ�#?�}\��~;�r�>�_/�v���$_�;������jb�F�Sw�o��K;��i�;uG��������N�ܩ������_M��$_�;������F�Sw���9�_M��(w�|{;�c��o�Q������v�헖�4��|{;/l�}nf�/u>���G7�s�A�q��-WR��s~��n�P�_��S�/���>py�~�9]g����f�N})M������o�����?��9����~��~�ӏϺ���O �9�z�l�8>�3�o�X���C���uR��N�XC'W��Nͱ�ʭXCV;b
�Z�p;b
�\��;5�:�-���G"�*�5d�B�XC'W��N�XC'W��N�XC'W��N�XC%���,_�k��5�ܩk��5�ܩk��5�ܩk��3֐�b
�\��;b
�\��;b
�\��;b
�|��|�B���+��r�B���+��r�B���+��r�B����XC�/T�5tr�@�T�5tr�@�T�5tr�@�T�5T�k��
-��N�Xȝ
-��N�Xȝ
-��N�Xȝ
-��J>c
Y�P!���k��S!���k��S!���k��S!�P�g�!�*�:�b
 w*�:�b
 w*�:�b
 w*��]�!�W*�:�b
 w*�:�b
 w*�:�b
 w*�*��5d�Bͱ��=b
�6&�:�b
�v*�:�b
 wj�5Tn��ڙk�Ԋ5�۩k��5�ܩ9�йG��ƄXC�����^�k��5�ܩ9�йG��ƄXC�V��N�XC%���,_�9�йG��ƄXC�V��N�XC'W��N�XC%���,_�k��5�ܩk��5�ܩk��5�ܩk��3֐�b
�\��;b
�\��;b
�\��;b
�|��|�B���+��r�B���+��r�B���+��r�B����XC�/T�5tr�@�T�5tr�@�T�5tr�@�T�5T�k��
-��N�Xȝ
-��N�Xȝ
-��N�Xȝ
-��F~k��
-��N�Xȝ
-��N�Xȝ
-��N�Xȝ
-��J>c
Y�P!���k��S!���k��S!���k��S!�P�g�!�*�:�b
 w*�:�b
 w*�:�b
 w*�*��5d�B�XC'W��N�XC'W��Nͱ��=b
�6&�*��5d�B�XC'W��N���N}�5�����N�X��
-��J>c
Y�Ps��s�X��	��N�X��
-��N�Xȝ�c
�[���v&�:�b
�v*�:�b
 wj�5t�k��1!�P�g�!�*�:�b
 w*�:�b
 w*�:�b
 w*�*��5d�B�XC'W��N�XC'W��N�XC'W��N�XC%���,_�k��5�ܩk��5�ܩk��5�ܩkh�w��(_�k��5�ܩk��5�ܩk��5�ܩk��3֐�b
�\��;b
�\��;b
�\��;b
�|��|�B���+��r�B���+��r�B���+��r�B����XC�/T�5Ķ@k��X�Ca?�.tk��9~�5�?�ϯk���N�X����~���?�����v9�|����~������x���o����ot��sw\��������y�'Z��4���|�^�^[��4ʝ�#���c+��F�Sw����r���4ʝ�\����������$_�;����^��>N�ܩ;���?�����N�ܩ;���>��~;�r�>�_��szi�8M�#����}��4ʝ�#���˱}��4ʝ�#�n?ߟZ��è6�s�������>�q��uG~>����g>N�ܩ;���t��_�ژ;��ͼ����v�N��m������u�+uG~�@u�і�1�-թՖ�S�-��Ֆ�Ss[�r�-��΄�T�V[
-�N��T'W[
-�N�m�N}kK���m�J<�RY�P�-��Ֆ�S�-��Ֆ�S�-��Ֆ�S�-U�g[*�*��:��R w*��:��R w*��:��R w*��*�lKe�B��T'W[
-�N��T'W[
-�N��T'W[
-�N��T%�m�,_�Ж��jK�ܩЖ��jK�ܩЖ��jK�ܩЖ��-���R�\m)�;�R�\m)�;�R�\m)�;�R�|���|�B[���-r�B[���-r�B[���-r�B[��϶T�/ThKur��@�ThKur��@�ThKur��@�ThKU�ٖ��
-m�N��ȝ
-m�N��ȝ
-m�N��ȝ
-m�F~ז��
-m�N��ȝ
-m�N��ȝ
-m�N��ȝ
-m�J>�RY�Ps[�s����	m�N����
-m�N��ȝ��R�[m��v&��:��R�v*��:��R wjnKu�і�1�-U�g[*�*��:��R wjnKu�і�1�-թՖ�S�-U�g[*�jnKu�і�1�-թՖ�S�-��Ֆ�S�-U�g[*�*��:��R w*��:��R w*��:��R w*��*�lKe�B��T'W[
-�N��T'W[
-�N��T'W[
-�N��T%�m�,_�Ж��jK�ܩЖ��jK�ܩЖ��jK�ܩЖ��-���R�\m)�;�R�\m)�;�R�\m)�;�R�|���|�B[���-r�B[���-r�B[���-r�B[��ߵ��|�B[���-r�B[���-r�B[���-r�B[��϶T�/ThKur��@�ThKur��@�ThKur��@�ThKU�ٖ��
-m�N��ȝ
-m�N��ȝ
-m�N��ȝ
-m�J>�RY�P�-��Ֆ�S�-��Ֆ�Ss[�s����	m�J=�RٽP�-��Ֆ�Sc[�S��R ~$B[��-j�B[��϶T�/�ܖ�ܣ-jcB[�S�-n�B[���-r��T�V[*��	m�N����
-m�N��ȝ��R�{��@mLhKU�ٖ��
-m�N��ȝ
-m�N��ȝ
-m�N��ȝ
-m�J>�RY�P�-��Ֆ�S�-��Ֆ�S�-��Ֆ�S�-U�g[*�*��:��R w*��:��R w*��:��R w*���][*�W*��:��R w*��:��R w*��:��R w*��*�lKe�B��T'W[
-�N��T'W[
-�N��T'W[
-�N��T%�m�,_�Ж��jK�ܩЖ��jK�ܩЖ��jK�ܩЖ��-���R!�Զ��B�-��p�oK���m����R_�|�J�o]���oNo_��/�}s<����_����_���^ϟ?����1�>�"S38�:sC�!6��$���ֈ�j��E�#C�Vy��}$BZ��*,��D�
-ڙJZ#BN��*&��D	5Ze�����B�u����B:�A�jD�5ZE������A�u䂢���F�PP�>!�ڻDP�:1��E��@�TY�h}$B��*���*�J%�#2@�T�h}$B���*���Ę�i���OT�� �S(g�'I���F��O�>!��h����G"$~�?Q�H��O��i��5"d}��>Q�H��O�U�'j���i�
-�D�#">�v&|�ֈ��i���D�#�=�Vٞ�}$B���*���D��ڙ�IZ#B���*���D�4Z�y���i�F�0O�>!�Shg�'i�9�F�O�>!��h���G"$x�<Q�H��N��靤5"dw��;Q�H��N�Un'j���i�
-�D�#";�v&v�ֈ��i���D�#�:�VY��}$BR��*���D��ڙ�IZ#BF��*���D�4Z�s����F�pN�>!��ڻdN�:r9�V���}$B(��*���DH�4Zr���q�B;�8IkĜ�i�#��<�4R�p���)�F�N�>s��*����<��4R�o����F��M�>s򦱎�M�>� vSHg�&Y���F��M�>s঱��M�>� m�H���G"Dm
-�L�$�sΦ���M�>� d�H����G"$l�6Q�H�xM��隤5"dk��5Q�H�`M�U�&j���i�
-�D�#"5�v&j�ֈ��i���D�#�4�VY��}$B���*H��D��ڙ�IZ#B���*B��D�4Z�g����F��L�>!:Shgr&i���F��L�>!4�h����G"$f�3Q�H��L��i��5"de��2Q�H��L�UN&j���i�
-�D�#"2��K��!�h���G"�c��1Q�H�dL�U0&j��)�3��F�LL�U$&j��i���D�#�0�Va��}$B���$L�r0�V1��}$B��*��DH�4Z`����B;�/IkDȾ4ZE_�����F��K�>sꥱ��K�>� �RHg�%Y�y�F��K�>cإ�޲.QyO��K�T�%J�s)�3咴F���:".Q����K#U�%Z��ni�
-�D�#1G[
-��-I�ȃ\K#U�%Z�ji�ʴD�#1'Z��D��,�t�Y�Ո�ei���D�#�,�V9��}$B���*���D��ڙ`IZ#B~��*���D�4ZeW���ɕF��J�>!�Rhgj%i���F��J�>!��h�W��G"�U��*Q�H��
-k�*A�Dȩ4Z�T���!�F��J�>!��hP��G"�S
-�L�$�!��hM��G"S�r)Q�H�TJ�U(%j�I)�3���F�<J�U%j�Fi�ʢD�#�(�VA��}$B���J�2(��QEP�UF�5�@ٽʒ?y����W�}.�r�e���@y�%P�������_�����p}��<�ܯp�~}�$;ɓ��v��>��s\��������g	�\��v�Nݑ_�ǷV~;�r�>��mo�|:��q��uG���ө}��4ʝ�#�����>�q�Nݑoo��~��(w�s��x8���}�&�Bݑ����k+��F�Sw�����>�q�Nݑ��S'W�	�N��S%�i�,_��w��
-<�ܩy���<�ܩ�z��=�ܩ|��3����O�\�'�;�O�\�'�;5'�:��@�ژ���3��rP�\A(�;5G�:��B�ژ���ԊC�۩�j�w��(_�9չG(
-�ƄXT�V.
-�N�dT'W4
-�N��ʭtTV;�Q�Z)p;"R�\)�;5��:�-&�G"�*�LJe�B��T'WX
-�N��T'W^
-�N��T'Wd
-�N��T%���,_�����
-N�ܩ����N�ܩ����O�ܩ���3A��2T�\!*�;bT�\9*�;�T�\Q*�;�T�|���|�B���+Pr�B���+Sr�B���+Vr�B����dU�/T�Vur��@�T�Wur�@�THXurE�@�TYU���
-9�N��ȝ
-Q�N��ȝ
-i�N��ȝ
-��J>WY�P!s����S!v�ɕ��S!y����S!|U�g�*�*�:�X w*D�:�2X w*��:�bX w*��]+�W*d�:��X w*ı:��X w*$�:�"Y w*��*�Lee�B͹��=�Y�6&D�:��Y�v*��:��Y wjhUn%��ڙ����
-i�۩����i�ܩ9�չGT�Ƅ�V��i��^�����
-l�ܩ9�չGf�Ƅ�V�Vl�N��V%�ɭ,_�9�չGx�Ƅ�V�V~�N�W'W��N�W%�)�,_�����
-r�ܩ����r�ܩ����s�ܩ��3ѕ�2]�\�.�;b]�\�.�;�]�\�.�;�]�|���|�B���+�r�Bī�+�r�Bʫ�+�r�BЫ�ϤW�/T�zur��@�T�{ur�@�TH|urE�@�T}U����
-��N��ȝ
-ѯN��ȝ
-�N��ȝ
-�F~����
-�N�ȝ
-1�N�ȝ
-I�N�(ȝ
-a�J>�`Y�P!���S!�ɕ	�S!���S!V�g2,�*d�:��a w*��:��a w*$�:�"b w*��*�L�e�B��X'WP�N��X'WV�N�i��=�b�6&�*�L�e�B��X'Wh�N���N}ˍ���ɱN����
-�J>�cY�Ps~�s����	�N���
-)�N�ȝ��d�[I��v&d�:��d�v*��:��d wjN�u�)�1!TV�g�,�*��:��e w*D�:��e w*��:��e w*�*�L�e�B��Y'W��N��Y'W��N��Y'W��N��Y%�i�,_��7��
-��ܩ9��ʜ�ܩ�:�䊝�ܩ<k�wɳ(_��=��
-��ܩ?��ʟ�ܩ�@�䊠�ܩB��3���rh�\A4�;�h�\Y4�;�h�\q4�;i�|&Ҳ|�B&��+�r�B,��+�r�B2��+�r�B8���tZ�/Tȧ�XP������N��p�%��
-�����ݔQ��d��n�?��O��w?�z�����7�/_��o�o_o���?��˳@������wZ���p=��;���[o>��W��<�O�d�3�[Щ�-��S�[���-��Sc��Sߺ ~$B���nAV/T�tru@�T�tru@�T�tru@�T�T��-��
-݂N�nȝ
-݂N�nȝ
-݂N�nȝ
-݂J>�Y�P�[���-��S�[���-��S�[���-��S�[P�g� �*t:�� w*t:�� w*t:�� w*t*��d�B�nA'W���N�nA'W���N�nA'W���N�nA%�݂,_��-����ܩ�-����ܩ�-����ܩ�-��[����\��;��\��;��\��;��|v�|�B����[�r�B����[�r�B����[�r�B����u�|�B����[�r�B����[�r�B����[�r�B����nA�/��-�ܣ[�jcB��S�[�n�B����[�r��nA�V� ��	݂N�n��
-݂N�nȝ���{t@mL�T��-��
-݂N�nȝ���{t@mL�tju��T�T��-�򅚻�{t@mL�tju��T�tru@�T�T��-��
-݂N�nȝ
-݂N�nȝ
-݂N�nȝ
-݂J>�Y�P�[���-��S�[���-��S�[���-��S�[P�g� �*t:�� w*t:�� w*t:�� w*t*��d�B�nA'W���N�nA'W���N�nA'W���N�nA%�݂,_��-����ܩ�-����ܩ�-����ܩ�-h�w݂(_��-����ܩ�-����ܩ�-����ܩ�-��[����\��;��\��;��\��;��|v�|�B����[�r�B����[�r�B����[�r�B����nA�/T�tru@�T�tru@���-�ܣ[�jcB��R�nAv/T�tru@���-�Էn���-����ک�-��[��5w:���ژ�-����۩�-����ܩ�[P��-�jgB��S�[�n�B����[�r��nA��P��zv�{�B����[�r�B����[�r�B����[�r�B����nA�/T�tru@�T�tru@�T�tru@�T�T��-��
-݂N�nȝ
-݂N�nȝ
-݂N�nȝ
-݂F~�-��
-݂N�nȝ
-݂N�nȝ
-݂N�nȝ
-݂J>�Y�P�[���-��S�[���-��S�[���-��S�[P�g� �*t:�� w*t:�� w*t:�� w*t*��d�B�nA�ط�����_(t…��8]�ߌ}~%�������n�~<�~����������Ŷ_���n�t�kݚ���_~������O_��o�����?|�>�}���߿�W��������c�>�:�?>?5�o�s�]���r>\�o�O/�D~;�r���/������o�Q����p�\���v�N}.��f:����}�&�Bݑoo���>�q�Nݑoo�|}o��(w�|{;�����N�ܩ�����^��>N�|��ȷ�s|i�8�r��ȷ��rl�8�r��ȯ�������0�����q<��������^�;������>�q�Nݑo��^j��è6�y{3o��3��F�S�/�^�W��v��:
�#�^��Һ�F�1w�ۛ9]�[��4���#�%�J�=�ܩ1�ԹG�	��̡�R=BO�vj=��z"�SS�T	=����CO�X�'P/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�|���|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��[���̡�R=BO�vj=��z"�Sc�s�����CO�z�����z*�#�Dr���S龅�Hm�z��
-=�{���S)�'�;5��J�-�Djc��S��'r;5��:�BO _�1�T�o�'R3��J�=�۩9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z��
-=�|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z��
-=�|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z��3���+5��J�=�ܩ9�T�G��N͡�R>BO$wj=ur��@�Ps詔��ɝ�CO�|��H��z*�#�Dr���S'W�	�5��J�=�ܩ9�T�G��N͡�R>BO$wj=ur��@�Ps詔��ɝ�CO�|��H��z*ݷ����CO�Z�'p/�z*�#�Dr���S��z"�#1��J�=�ک9���z�B����}=�ژ9�T�G��N͡�R>BO$wj=u�z�3s�T�����CO�|��H��z*ݷ����CO�Z�'p/�z*�#�Dr���S)�'�;5��J�=�ܩ9���z�B͡�R>BO$wj=��z"�Ss詔��ɝ�CO�\�'�/�z*�#�Dr���S)�'�;5��J�=�ܩ9�T�g�)�Wj=��z"�Ss詔��ɝ�CO�|��H��z��
-=�|���S)�'�;5��J�=�ܩ9�T�G��N͡�N���j=��z"�Ss詔��ɝ�CO�|��H��z��
-=�|���S*��'��-��p����S��ot~��~	=�>=���~y��s�ǔ����<A5��ԗ���1��������x�n�Y��7�����}���v�����u���=\�I�hd���'ť�|�B\��+.r�B\��+.r�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�KU����
-q�N��ȝ
-q�N��ȝ��R�{ĥ@mL�KU����
-q�N��ȝ��R�{ĥ@mL�Kujť��T�K5�T������#.jcB\�S+.n�B\��+.r��T�V\*��	q�N����
-q�N��ȝ�R����#�R�xƥ�z�B\��+.r�B\��+.r�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�KU����
-q�N��ȝ
-q�N��ȝ
-q�N��ȝ
-q�J>�RY�P!.����S!.����S!.����S!.U�g\*�*ĥ:��R w*ĥ:��R w*ĥ:��R w*ĥ*��Ke�B��T'W\
-�N��T'W\
-�N��T'W\
-�N��T%�q�,_����K�ܩ���K�ܩ���K�ܩ���3.���R�\q)�;�R�\q)�;�R�\q)�;�R��..�+�R�\q)�;�R�\q)�;�R�\q)�;�R�|ƥ�|��T�q)P�R�Zq)p;�R�\q)�;5ǥ*��RY�L�Kujť��T�Kurť@�����#.jcB\�RϸTv/T�Kurť@�����#.jcB\�S+.n�B\��ϸT�/����#.jcB\�S+.n�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�KU����
-q�N��ȝ
-q�N��ȝ
-q�N��ȝ
-q�J>�RY�P!.����S!.����S!.����S!.U�g\*�*ĥ:��R w*ĥ:��R w*ĥ:��R w*ĥ*��Ke�B��T'W\
-�N��T'W\
-�N��T'W\
-�N��T#��KE�J��T'W\
-�N��T'W\
-�N��T'W\
-�N��T%�q�,_����K�ܩ���K�ܩ���K�ܩ���3.���R�\q)�;�R�\q)�;�R�\q)�;�R�|ƥ�|�B\��+.r�B\��+.r��T�q)P�R�zƥ�{�B\��+.r�ƸT��ť@�H��T'V\
-�N��T%�q�,_�9.չG\
-�Ƅ�T�V\
-�N��T'W\
-�N�q�ʭ�TV;�R�Zq)p;�R�\q)�;5ǥ:��K�ژ���3.���R�\q)�;�R�\q)�;�R�\q)�;�R�|ƥ�|�B\��+.r�B\��+.r�B\��+.r�B\��ϸT�/T�Kurť@�T�Kurť@�T�Kurť@�T�K5�T��T�Kurť@�T�Kurť@�T�Kurť@�T�KU����
-q�N��ȝ
-q�N��ȝ
-q�N��ȝ
-q�J>�RY�P!.����S!.����S!.����S!.U�g\*�*ĥb��K��F\��B!..������z�����s�������o_�}��^_wz���ػ�R#0�������(��=�ϟ����飻^w�R��tGHm��녶ӓ���ȝ
-m�N��ȝ
-m�N��ȝ
-m�J>�NY�P�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N wjn;u��v�1��T�g�)�*��:��N wjn;u��v�1��ԩ�v�S������NQ�Rs۩s����	m�N����
-m�N��ȝ��N�[m��v&��:��N�v*��:��N wjl;u�[�	ďDh;U��v��
-m�N��ȝ
-m�N��ȝ
-m�N��ȝ
-m�J>�NY�P�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N w*��:��N w*��*�l;e�B��S'W�	�N��S'W�	�N��S'W�	�N��S%�m�,_��v��j;�ܩ�v��j;�ܩ�v��j;�ܩ�v�����N�\m'�;�N�\m'�;�N�\m'�;�N�|���|�B۩���r�B۩���r�B۩���r�B۩�϶S�/Th;ur��@�Th;ur��@�Th;ur��@�Th;5�S��Th;ur��@�Th;ur��@�Th;ur��@�Th;U��v���N�{��@mLh;uj����Th;ur��@���v��j;e�3��ԩ�v�S�����v�Ss۩s����	m�J=�NٽP�����v�Ss۩s����	m�N����
-m�J>�NY�Ps۩s����	m�N����
-m�N��ȝ
-m�J>�NY�P�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N w*��:��N w*��*�l;e�B��S'W�	�N��S'W�	�N��S'W�	�N��S%�m�,_��v��j;�ܩ�v��j;�ܩ�v��j;�ܩ�v�����N�\m'�;�N�\m'�;�N�\m'�;�N�����+�N�\m'�;�N�\m'�;�N�\m'�;�N�|���|�B۩���r�B۩���r�B۩���r�B۩�϶S�/Th;ur��@�Th;ur��@�Th;ur��@�Th;U��v��
-m�N��ȝ
-m�N��ȝ��N�{��@mLh;U��v��
-m�N��ȝ�N���v�#�N�Xm'P;�N�|���|��S�m'P�N�Zm'p;�N�\m'�;5��*��NY�Lh;uj����Th;ur��@���v�ܣ�jcB۩R϶Sv/Th;ur��@�Th;ur��@�Th;ur��@�Th;U��v��
-m�N��ȝ
-m�N��ȝ
-m�N��ȝ
-m�J>�NY�P�����v�S�����v�S�����v�S������NQ�R�����v�S�����v�S�����v�S��T�g�)�*��:��N w*��:��N w*��:��N w*��*�l;e�B��S'W�	�N��S'W�	�N��S'W�	�N��S%�m�,_��v�����m����S��_�vz�l�o�B�im�ӭ��o�����/�~���?~�������ս��t�^�y�Q����}�n���a���Bi�r���~����A�H��~%����^�������ܩ������ܩ������ܩ�ۯ�s���v��\�}�;v��\�}�;v��\�}�;v��|���|��n��k�r��n��k�r��n��k�r��n����~�/T��wr��A�T��wr��A�T��wr��A�T��W����
-��N��>ȝ
-��N��>ȝ
-��N��>ȝ
-��J>w�Y�Pa��ɵ��Sa��ɵ��Sa��ɵ��Sa�_��n?�*��;�v� w*��;�v� w*��;�v� w*��+���g�B��~'�n�N��~'�n�N��~'�n�N��~#���G�J��~'�n�N��~'�n�N��~'�n�N��~%���,_�y�߹�n�Ƅ�~��n�N��~'�n�Nͻ�ʭ�~V;v��Z�}p;v��\�}�;5��;���ژ�ۯ�s���v��\�}�;5��;���ژ������۩�ۯ�s���5��;���ژ������۩������ܩ�ۯ�s���v��\�}�;v��\�}�;v��\�}�;v��|���|��n��k�r��n��k�r��n��k�r��n����~�/T��wr��A�T��wr��A�T��wr��A�T��W����
-��N��>ȝ
-��N��>ȝ
-��N��>ȝ
-��J>w�Y�Pa��ɵ��Sa��ɵ��Sa��ɵ��Sa����v�Q�Ra��ɵ��Sa��ɵ��Sa��ɵ��Sa�_��n?�*��;�v� w*��;�v� w*��;�v� w*��+���g�B��~'�n�N��~'�n�N��~'�n�N��~%���,_�������ܩ������ܩy�߹�n�Ƅ�~�����^�������ܩq�ߩo�}?a�߉���Sa�_��n?�j��w���1a�ߩ���Sa��ɵ��S�n�rk���΄�~��n�N��~'�n�Nͻ��=v��6&��+���g�B��~'�n�N��~'�n�N��~'�n�N��~%���,_�������ܩ������ܩ������ܩ�ۯ�s���v��\�}�;v��\�}�;v��\�}�;v���n��+v��\�}�;v��\�}�;v��\�}�;v��|���|��n��k�r��n��k�r��n��k�r��n����~�/T��wr��A�T��wr��A�T��wr��A�T��W����
-��06ow�p��ۿ����n?\�w����~~<w�����o����¬�a�����N��������/��Z����s����;������P#��}P���=\��p���ʓ�<�9Ljg�GI�S�O�n�B����O�r��>A���	@�H�>A%�}��^��'����ܩ�'����ܩ�'����ܩ�'��O����\}�;��\}�;��\}�;��|�	�|�B����O�r�B����O�r�B����O�r�B����>A�/T�tr�	@�T�tr�	@�T�tr�	@�T�T��'��
-}�N�>ȝ
-}�N�>ȝ
-}�N�>ȝ
-}�J>�Y�P�O���'��S�O���'��S�O���'��S�OP�g� �*�	:�� w*�	:�� w*�	:�� w*�	*��d�B�>A'W���N�>A'W���N�>A'W���N�>A#��D�J�>A'W���N�>A'W���N�>A'W���N�>A%�}�,_��OйG���Ƅ>A�V���N�>A'W���N�}�ʭ>AV;��Z}p;��\}�;5�	:���ژ�'�ԳO����\}�;5�	:���ژ�'����۩�'��O��5�	:���ژ�'����۩�'����ܩ�'��O����\}�;��\}�;��\}�;��|�	�|�B����O�r�B����O�r�B����O�r�B����>A�/T�tr�	@�T�tr�	@�T�tr�	@�T�T��'��
-}�N�>ȝ
-}�N�>ȝ
-}�N�>ȝ
-}�J>�Y�P�O���'��S�O���'��S�O���'��S�O����Q�R�O���'��S�O���'��S�O���'��S�OP�g� �*�	:�� w*�	:�� w*�	:�� w*�	*��d�B�>A'W���N�>A'W���N�>A'W���N�>A%�}�,_��'����ܩ�'����ܩ�OйG���Ƅ>A��}��^��'����ܩ�OЩo}?�OЉ�'��S�OP�g� �j�t��'��1�OЩ�'��S�O���'��Ss��r�O��΄>A�V���N�>A'W���N�}��=��6&�	*��d�B�>A'W���N�>A'W���N�>A'W���N�>A%�}�,_��'����ܩ�'����ܩ�'����ܩ�'��O����\}�;��\}�;��\}�;����O�+��\}�;��\}�;��\}�;��|�	�|�B����O�r�B����O�r�B����O�r�B����>A�/T�tr�	@�T�tr�	@�T�tr�	@�T�T��'��
-}�����p��'��P����}��?�<n?��>��S�w}�ӭO����?��ݳH�i���������M�������N��i���kZP�-À��uҀ�N�u%��,_�0���P�ܩ0���P�ܩ0���P�ܩ0���s@��ԝ\j�;ԝ\j�;ԝ\j�;ԕ|��|�€��k@
r�€��k@
r�€��k@
r�€���u�/TPwr
�A�TPwr
�A�TPwr
�A�TPW�9���
-�N�5ȝ
-�N�5ȝ
-�N�5ȝ
-�J>�Y�Pa@��5��Sa@��5��Sa@��5��Sa@]��:�*�;�� w*�;�� w*�;�� w*��݀:�W*�;�� w*�;�� w*�;�� w*�+�Pg�B���=Ԡ6&�;���v*�;�� wjPWn
��ڙ0���P�۩0���P�ܩy@ݹǀ�Ƅu����^�0���P�ܩy@ݹǀ�Ƅu�ր�N�u%��,_�y@ݹǀ�Ƅu�ր�N�u'׀�N�u%��,_�0���P�ܩ0���P�ܩ0���P�ܩ0���s@��ԝ\j�;ԝ\j�;ԝ\j�;ԕ|��|�€��k@
r�€��k@
r�€��k@
r�€���u�/TPwr
�A�TPwr
�A�TPwr
�A�TPW�9���
-�N�5ȝ
-�N�5ȝ
-�N�5ȝ
-�F~7���
-�N�5ȝ
-�N�5ȝ
-�N�5ȝ
-�J>�Y�Pa@��5��Sa@��5��Sa@��5��Sa@]��:�*�;�� w*�;�� w*�;�� w*�+�Pg�B�u'׀�N�u'׀�N���=Ԡ6&�+�Pg�B�u'׀�N��N}P����N�5��
-�J>�Y�P�s�5��	�N�5��
-�N�5ȝ�ԕ[�v&�;���v*�;�� wjPw�1��1a@]��:�*�;�� w*�;�� w*�;�� w*�+�Pg�B�u'׀�N�u'׀�N�u'׀�N�u%��,_�0���P�ܩ0���P�ܩ0���P�ܩ0�n�w�(_�0���P�ܩ0���P�ܩ0���P�ܩ0���s@��ԝ\j�;ԝ\j�;ԝ\j�;ԕ|��|�€��k@
r�€��k@
r�€��k@
r�€���u�/TP��o;������€:\�w�������i�8�>~l����e��?~���86N���6��߿��|��?~���������������W?nB]������'������q<��'��8v��z���������<1��٘;���ti�_Β�������^�K��0���|	񲽐��?(�:��sǼ���/���_Β���������^zo�Il���B�����&�1������le#���w�����Z��q����1_����z&�1w��å}ҿ%�o�<q<�_��<�י;��m\��s��l��g�������v��Ƅ�GeV�#��	���<��L(|Tf>�٘���̪{d�1��Q����fcBأ1ϮG4;��YQ�l6&$=*���lL�yTf�<�٘�h̳��΄�GeV�#��	�ʬ�G6�Y	�l6&<��wD�3��Q���fcB��2�ܑ�ƄnGeV�#��	ю�<���L(vTf;�٘��̪ud�1��Q����fcB��1�NG4;*�Y��l6&$:*�
-�lL�sTf�9�٘�h̳��΄2GeV�#��	Y�ʬ*G6��YI�l6&9
-�]�#�&�8*�b�lLHqTf�8�٘����pd�1!�јg�#����x8�����ʫ�F��Y�l6fo4bu7�׈Pݨ��nd�1!�Q�U��fc��F%���}$Bl����F;J�Y��l6f�lT�Q���G"46*�YlLl4��׈fg�F%q��}$BZ�򪬑�Ƅ�FeVV#��	Q��<���L(jTf5�٘�Ө̪id�1��Q����fcBH�1ώF4;*�Y�l6&$4*�
-�lL�gTf�3�٘�h̳��΄rFeV8#��	ٌʬjF6��YɌl6&3��eD�3��Q���fcB*�2����ƄNFeV&#��	���<��L(dTf2�٘�Ǩ̪cd�1��Q����fcB�0�u1�yaB�2+���Ƅ$FeV#��	=�ʬF6b�y�0�ٙP¨�
-ad�1!�Q�U��fcB�2+���Ƅ�Fc���hv&�/*���lLH_Tf�/�٘н���^d�1!zјg�"��	ŋʬ�E6r�Y��l6fn]T⑺��G"�.��\D�3�rQ���fc��E�.���}�ʪ�E���y�-�ٙ�lQ�G�"{������Zd�1�iQ����fc�E#V�"z�5�ʫ�ER�Y%�l6f�XT⑱��G"D,�lXD�3�`Q���fcB��2�^��ƄvEeV�"��	��<���L�VTfE+�٘����*Vd�1�WQ����fcB��1�VE4;J�Y��l6&d**�*�lLhTTf%*�٘�(�w}�d^�P��̊Sd�1!MQ�U��fcB��2+K��Ƅ(Ec�M�hv&)*���lL�QTf�(�٘Т��JQd�1!Dјg�"��	�ʬE6�Y�l6&�'*���lL�O4�ٞ�fgBy"���D���N��&d'�o��W'^^������N�޺��?�����ۥt�~=�~�-�	�gwy���J�z����ǹ�;����p>}~��ɅV�8M�#?�Ǘ�V~;�r���/�����N�ܩ;�����Ժ�F�1wZ#AR�g�$�*�M:��& wj��t�Q7�1�oҩ8�S!q���'Q�Rs�s��	��	��N��	��
-��N��	ȝ�s'�[���v&O:��'�v*DO:��' wj�t�[�ďDH�T��>��
-��N��	ȝ
-�N�
-ȝ
-
�N�
-ȝ
-�J>;(Y�P���ɕB�S!���UC�S����D�S!�R�g%�*TQ:��( w*�Q:��( w*�Q:��( w*�Q*��d�B�BJ'W"�N�HJ'W%�N�NJ'W(�N�TJ%���,_�PK��ʥ�ܩL��*��ܩ�L�䊦�ܩ�M�䳛���)�\��;�)�\��;�)�\�;*�|6T�|�BE��+�r�BH����r�BK��+�r�BN��ϞJ�/T(�tr%U@�T��trUU@�T�tr�U@�TH�4�J��T��tr�U@�T�trV@�Th�trEV@�TȬT��Y��K+�{�V@mL��tj�V��T�trW@�Ԝ\��j�d�3��ҩ�]�S!���U^�Ss{�s��
-��	��J=�+ٽP���ɕ`�Ss��s�
-��	�N���
-)�J>[,Y�Ps��s���	A�N�"��
-M�N�(ȝ
-Y�J>�,Y�P���ɕf�S!���Ug�S����h�S!�R�g�%�*TZ:�2- w*�Z:�J- w*�Z:�b- w*�Z*��d�B�bK'W��N�hK'W��N�nK'W��N�tK%��,_�Po��ʷ�ܩp��*��ܩ�p�䊸�ܩ�q����J.�\)�;b.�\5�;z.�\A�;�.�����+�.�\Y�;�.�\e�;�.�\q�;�.�|�]�|�Bᥓ+�r�B䥓��r�B祓+�r�Bꥒ��K�/T��tr�^@�T�tr_@�Th�trE_@�TȾT��}��
-�N��ȝ
-�N��ȝ��/�{`@mLH�T�ـ��
-�N�ȝC0��V��#Z0�X1P;r0�|�`�|��"L�IP�0�ZUp;�0�\a�;5�a*��0Y�L��tj�a��T�trb@��܈��#jcB&�R�NLv/T(�tr�b@�T��tr�b@�T��trc@�TH�T�ٌ��
-՘N�lȝ
-�N�rȝ
-�N�xȝ
-��J>�1Y�P� �ɕ��S!"��U��S�#����S!%���Z2Q�R�&�ɕ��S!(��U��S�)����S!+S�gW&�*�e:��2 w*�e:��2 w*�e:�3 w*$f*�l�d�B��L'Wf�N��L'Wi�N��L'Wl�N��L%���,_�P��ٔ.9͙���L��_]�y�8��=��:s;vTu��V������×��?��_~��5D�~�~�Q�O�����ff'?�8�="�).��xv�������� �1s��T�8�����|�)H�����#Njg�8E�q
-r;5�)J��S�ܩ)NQ���)H�H�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q
-�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q
-�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q
-�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q
-�;5�)J��S�ܩ9NQ�G���N�q�J>�Y�Rs����8ɝ���|�)H���(�#NAr��8E'W��5�)J�-NAjc�8E�q
-r;5�)J��S�ܩ1NѹG����q�R=��vj�S��� �Sc��t���6f�Stj�)��Ps����8ɝ���� �1s��T�8�����\q
-�/��(ݷ8�����z�)����(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps����8ɝ���|�)H���(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps����8ɝ���|�)H���(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�ST������|�)H���(�#NAr��8E)q
-�;5�):�� _�9NQ�G���N�q�R>�$wj�S��� �Ss���+N���|�)H���(�#NAr��8E)q
-�;5�):�� _�9NQ�G���N�q�R>�$wj�S��[�����q�N�8�j�S��� �SS��T�S������x�)H�����S�|��8E��)Hm��(�#NAn��8E)q
-�;5�):��S�ڙ9NQ�G���N�q�R>�$wj�S��[�����q�N�8�j�S��� �Ss����8ɝ���|�)H�����S�|��8E)q
-�;5�)J��S�ܩ9NQ�G���N�q�N�8�j�S��� �Ss����8ɝ���|�)H�����3N��+5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps����8ɝ���|�)H���(�#NAr��8E'W��5�)J��S�ܩ9NQ�G���N�q�R>�$wj�Str�)@�Ps�"G�8]��x��e7N�.������h??��q���'����a���}'�p;�S3Mq��)����������?<�K�~̝�/r<\?�
-ϟ�݈9�r���F�O.�F�Y�Pa���5b�Sa���5b�Sa���5b�Sa�\��9�*��;�F� w*��;�F� w*��;�F� w*��+�1g�B�s'׈�N�s'׈�N�s'׈�N�s%�#�,_�0b��1�ܩ0b��1�ܩ0b��1�ܩ0b��sĜ�F̝\#f�;F̝\#f�;F̝\#f�;F̕|���|�ˆ��k�r�ˆ��k�r�ˆ��k�r�ˆ���s�/T1wr��A�T1wr��A�T1wr��A�T17�s��T1wr��A�T1wr��A�T1wr��A�T1W�9b��G̝{��AmL1wj����T1wr��A��<b��1g�3a�ܩ5b�Sa���5b�S�s�3��	#�J=G�ٽPa���5b�S�s�3��	#�N�3��
-#�J>G�Y�P�s�3��	#�N�3��
-#�N�3ȝ
-#�J>G�Y�Pa���5b�Sa���5b�Sa���5b�Sa�\��9�*��;�F� w*��;�F� w*��;�F� w*��+�1g�B�s'׈�N�s'׈�N�s'׈�N�s%�#�,_�0b��1�ܩ0b��1�ܩ0b��1�ܩ0b��sĜ�F̝\#f�;F̝\#f�;F̝\#f�;F̍�n��+F̝\#f�;F̝\#f�;F̝\#f�;F̕|���|�ˆ��k�r�ˆ��k�r�ˆ��k�r�ˆ���s�/T1wr��A�T1wr��A�T1wr��A�T1W�9b��
-#�N�3ȝ
-#�N�3ȝ�G̝{��AmL1W�9b��
-#�N�3ȝG̝�6b�#F̝X#fP;F̕|���|��s�#fPF̝Z#fp;F̝\#f�;5��+�F�Y�L1wj����T1wr��A��<b��c�jcˆ�R�sv/T1wr��A�T1wr��A�T1wr��A�T1W�9b��
-#�N�3ȝ
-#�N�3ȝ
-#�N�3ȝ
-#�J>G�Y�Pa���5b�Sa���5b�Sa���5b�Sa����F�Q�Ra���5b�Sa���5b�Sa���5b�Sa�\��9�*��;�F� w*��;�F� w*��;�F� w*��+�1g�B�s'׈�N�s'׈�N�s'׈�N�s%�#�,_�0b#�v�#���Å�������y�<N���6b��7�/_�����_������~������/������+��m���%����{ǻ��O�r�~vڙ:�uR���u��&���\(��@�TX'ur��@�TX'ur��@�TX'U�N��
-�N�uȝ
-�N�uȝ
-�N�uȝ
-�J>�IY�Pa��ɵN�Sa��ɵN�Sa��ɵN�Sa�����IQ�Ra��ɵN�Sa��ɵN�Sa��ɵN�Sa�T��:)�j^'u�N�1a�ԩ�N�Sa��ɵN�S�:�rk���΄uR��:	�N�uR'�:	�N���=�I�6&��*�\'e�B�uR'�:	�N���=�I�6&��:��I�v*��*�\'e�B���=�I�6&��:��I�v*��:��I w*��*�\'e�B�uR'�:	�N�uR'�:	�N�uR'�:	�N�uR%��,_��N��Z'�ܩ�N��Z'�ܩ�N��Z'�ܩ�N��s����I�\�$�;�I�\�$�;�I�\�$�;�I�|���|��:��k�r��:��k�r��:��k�r��:���uR�/TX'ur��@�TX'ur��@�TX'ur��@�TX'5�uR��TX'ur��@�TX'ur��@�TX'ur��@�TX'U�N��
-�N�uȝ
-�N�uȝ
-�N�uȝ
-�J>�IY�Pa��ɵN�Sa��ɵN�Sa��ɵN�Sa�T��:)�*��:��I w*��:��I wj^'u�N�1a�T��:)�*��:��I wj\'u��:	ďDX'ub��@�TX'U�N���I�{��@mLX'uj����TX'ur��@�ԼN��Z'e�3a�ԩ�N�Sa��ɵN�S�:�s�u��	�J=�IٽPa��ɵN�Sa��ɵN�Sa��ɵN�Sa�T��:)�*��:��I w*��:��I w*��:��I w*��*�\'e�B�uR'�:	�N�uR'�:	�N�uR'�:	�N�uR#�['E�J�uR'�:	�N�uR'�:	�N�uR'�:	�N�uR%��,_��N��Z'�ܩ�N��Z'�ܩ�N��Z'�ܩ�N��s����I�\�$�;�I�\�$�;�I�\�$�;�I�|���|��:)�f�u\h���/t�_'���뤷�ך��C��N��:�|['����x8�<� /�o�?� ����-~�����������N=�v�����p|��@��e�|���iR/���p�|��N~;�r���/�����N�ܩ;��}0;���&ȝ
-�]���ﮙ���f'�w��S�kvr}wM�;��f'�w��S�kV���5�|��w����� w*|w�N��	r��w����� w*|w�J>��f�/T�\�]�N������5A�T�\�]�N��Y��w���
-�]���k�ܩ��5;���&ȝ
-�]���k�ܩ��5+�ܯg�B��z'�~�N��z'�~�N��z'�~�N��z%���,_��_��گ�ܩ�_��گ�ܩ�_��گ�ܩ�_��s�����\�u�;��\�u�;��\�u�;���n��+��\�u�;��\�u�;��\�u�;��|�׳|���z��uP��Z�up;��\�u�;5��+���Y�Lدwj����Tدwr��A�Լ_��c�jc�~�R��zv/Tدwr��A�Լ_��c�jc�~�Sk�n��~����z�/Լ_��c�jc�~�Sk�n��~��k�r��~����z�/Tدwr��A�Tدwr��A�Tدwr��A�TدW�_��
-��N��:ȝ
-��N��:ȝ
-��N��:ȝ
-��J>��Y�Pa��ɵ_�Sa��ɵ_�Sa��ɵ_�Sa�^��~=�*��;��� w*��;��� w*��;��� w*��+�ܯg�B��z'�~�N��z'�~�N��z'�~�N��z#�ۯG�J��z'�~�N��z'�~�N��z'�~�N��z%���,_��_��گ�ܩ�_��گ�ܩ�_��گ�ܩ�_��s�����\�u�;��\�u�;��\�u�;��|�׳|��~��k�r��~��k�r���z��uP��z�׳{��~��k�r���z����A�H��z'�~�N��z%���,_�y�޹�~�Ƅ�z��~�N��z'�~�N���ʭ�zV;��Z�up;��\�u�;5��;�د�ژ�_��s�����\�u�;��\�u�;��\�u�;��|�׳|��~��k�r��~��k�r��~��k�r��~����z�/Tدwr��A�Tدwr��A�Tدwr��A�Tد7��z��Tدwr��A�Tدwr��A�Tدwr��A�TدW�_��
-��N��:ȝ
-��N��:ȝ
-��N��:ȝ
-��J>��Y�Pa��ɵ_�Sa��ɵ_�Sa��ɵ_�Sa�^��~=�*����ݯÅ�~��Ba�.����`�~��>����~}������~����۟������_���?߱��~�^����;������c�c�x�9���y[>�P[�ܩ0���sl��Ɩ�\cK�;Ɩ�\cK�;Ɩ�\cK�;Ɩ�|�-�|��ز�kl	r��ز�kl	r��ز�kl	r��ز�ϱe�/T[vr�-A�T[vr�-A�T[vr�-A�T[V�9���
-c�N��%ȝ
-c�N��%ȝ
-c�N��%ȝ
-c�J>ǖY�Pal��5��Sal��5��Sal��5��Sal���ƖQ�Ral��5��Sal��5��Sal��5��SalY���2�j[v�1��1al٩5��Sal��5��S�زrkl��΄�e����N��e'���N�c��=Ɩ�6&�-+�[f�B��e'���N�c��=Ɩ�6&�-;�Ɩ�v*�-+�[f�B�c��=Ɩ�6&�-;�Ɩ�v*�-;�Ɩ w*�-+�[f�B��e'���N��e'���N��e'���N��e%�c�,_�0���[�ܩ0���[�ܩ0���[�ܩ0���sl��Ɩ�\cK�;Ɩ�\cK�;Ɩ�\cK�;Ɩ�|�-�|��ز�kl	r��ز�kl	r��ز�kl	r��ز�ϱe�/T[vr�-A�T[vr�-A�T[vr�-A�T[6�e��T[vr�-A�T[vr�-A�T[vr�-A�T[V�9���
-c�N��%ȝ
-c�N��%ȝ
-c�N��%ȝ
-c�J>ǖY�Pal��5��Sal��5��Sal��5��SalY���2�*�-;�Ɩ w*�-;�Ɩ wj[v�1��1alY���2�*�-;�Ɩ wj[v���ďD[vb�-A�T[V�9���ǖ�{�-AmL[vj�-��T[vr�-A��<���[f�3al٩5��Sal��5��S�زs��%��	c�J=ǖٽPal��5��Sal��5��Sal��5��SalY���2�*�-;�Ɩ w*�-;�Ɩ w*�-;�Ɩ w*�-+�[f�B��e'���N��e'���N��e'���N��e#��J��e'���N��e'���N��e'���N��e%�c�,_�0���[�ܩ0���[�ܩ0���[�ܩ0���sl��Ɩ�\cK�;Ɩ�\cK�;Ɩ�\cK�;Ɩ�|�-�|���2,۱%\h�-�/Ɩ�B�7>]����`ky;4��o�V�����������Z~��7Ƿ��}ol��ۯ���W;^��;xk��=��wK��6ih��Ƅ�ec�+�hv&l,+�&��lLXVf�+�٘����Wf�1aZ٘�2��	��ʬYe6F��Y��l6&,*+���lL�S6湦�fg–�2kJ��Ƅ!ee֎2��	+�ʬe6&��y.(�ٙ���̚Of�1a<Y����fc�r�2k8��Ƅ�dc���hv&l&+�&��lLLVf�%�٘����Kf�1a*Y�ɼ0a'Y�5��fc�H�2k#��Ƅ�de�@2��	���<ב��̼���c���DFV^�"�ؘ����Ef�1�$�k�F�=d��2��	c�ʬ-d63/!+�Bf�#f��w� �ؙ���̚@f�1�����c�>a�Xy5~�bc���1��c4;3�+�=f�#F��W��,6&,+���lL�;6�v�fg�ֱ2k��Ƅ�ce��1��	+�ʬ�c6&��y.�ٙ�o�̚7f�1a�X��m�fc²�2kؘ�ƄYcc���hv&l+�&��lL4Vf��٘�f��3f�1a�ؘ�1��	;�ʬc6F��Y�l6&,+���lL�/6�^�fg�v�2k���Ƅ�be�n1��	��ʬ�b6&���n������Ys�l6&�+����lLX*Vf
�٘0Sl�s��΄�be�D1��	�ʬ}b6։�Y��l6&L�\&F�3a�X�5K�fc�(�2k���ƄEbe� 1��	s��<׈��L�"VfM�٘0D���!f�1�
-��b�>a��x�1��	��ʬ�a63�+�m{��<XVV
�ט0;l�su��̛�J<&���H��a���0��	k�ʬ�a63O
����kD�V^��ؘ02���f�1�°��a�>a^�x�0��	��ʬia6���Y��l6&�
-+�F��lL�6�(�fgž�2kN��Ƅ1ae֖0��	K�ʬ!a6f��y��ٙ�!�̚f�1a@X���fc�z�2k<��Ƅ�`a�[&�„�`e�l0��	��ʬ�`6��Y��l6&��\F�3a+X�5�fc�P�2k'��Ƅ�`e�H0��	��<���L�Vf��٘0���f�1aX�5�fc�,�1�U`4;6���v�o3�w�	������{�����v�� p������"��߼�|��������/���?�;��e��5v�������?�{�!<�/���=�Гq��4���|x�^.��v�Nݑ��d'� �N�If'�&�N�Uf%���,_�0���Zf�ܩ����g�ܩ0����g�ܩ�Ь�s���F��\+M�;v��\CM�;���\[M�;֚�|�5�|��`��k�	r��f��k�	r��l��k�	r��r����f�/Tovr�7A�T�ovr
8A�T�pvrm8A�TXqV�9���
-C�N�%'ȝ
-[�N�1'ȝ
-s�N�='ȝ
-��F~7��
-��N�U'ȝ
-��N�a'ȝ
-��N�m'ȝ
-��J>�Y�P���s��'��	�N��'��
-3�N��'ȝ����[SϬv&�=;�֞�v*�=;�� wj�|v���1a�Y���3�*?;��� wj�~v�1��1a�٩���SaZ��4�j�v��1aک5�Sa
-�ɵ�Sa
Z��4�*B;�� w*lB;�F� w*�B;�v� w*,C+���f�B�qh'�:�N�}h'�@�N��h'�F�N��h%�3�,_�0��Z��ܩ�����ܩ0��ڋ�ܩ���s2��F��\�Q�;v��\�Q�;���\�Q�;֣�|�G�|�€��kA
-r�†��kD
-r�Œ��kG
-r�’���MI�|�˜��kM
-r�ž��kP
-r�¤��kS
-r�ª���Yi�/T�vr-KA�Tؖvr�KA�T��vr�KA�TX�V�91��
-#�N��)ȝ
-;�N��)ȝ
-S�N��)ȝ
-k�J>�Y�Pap�ɵ8�Sas��5:�S��s��)��	��J=��ٽPa|�ɵ>�S���S�� ~$��k�
-j��
-���j�/�<D��c�
-jc��Sk�
-n����k�
-r��Ej��$5��	��N�U*��
-��N�a*ȝ����{lSAmLX�V�9O��
-�N��*ȝ
-�N��*ȝ
-3�N��*ȝ
-K�J>��Y�Pa��ɵV�Sa���5X�Sa��ɵY�Sa�Z��l5�*W;��� w*lW;�ƫ w*�W;��� w*,X�݄5�W*�X;�V� w*�X;��� w*LY;��� w*�Y+���f�B�Ak'ע�N�Mk'ר�N�Yk'׮�N�ek%���,_�0n��Z��ܩ�o����ܩ0q��ڸ�ܩ�r��s����a��.]�Bc�z��u
ZƮo0v�����Ʈ�����Ʈ��?��ϵ���������o��~8?�����7<~NZ���S��x��z��X=>�PZ=f�B��c'���N��c'���N��c'���N��c%���,_��z��Z=�ܩ�z��Z=�ܩ�z��Z=�ܩ�z��s���V��\�G�;V��\�G�;V��\�G�;V��|��|��걓k�r��걓k�r��걓k�r��걒��c�/TX=vr�A�TX=vr�A�TX=vr�A�TX=6��c��TX=vr�A�TX=vr�A�TX=vr�A�TX=V�z��W��{�AmLX=vj���TX=vr�A�Լz��Z=f�3a�ة�z�Sa��ɵz�S��s��#��	��J=W�ٽPa��ɵz�S��s��#��	��N��#��
-��J>W�Y�P��s��#��	��N��#��
-��N��#ȝ
-��J>W�Y�Pa��ɵz�Sa��ɵz�Sa��ɵz�Sa�X���1�*�;�V� w*�;�V� w*�;�V� w*�+�\=f�B��c'���N��c'���N��c'���N��c%���,_��z��Z=�ܩ�z��Z=�ܩ�z��Z=�ܩ�z��s���V��\�G�;V��\�G�;V�������zK+ۿ�G�AD2��dΛ�;300�^����r��]�ru������Y��������'��Gk�"%u}�ڡ��N�걑�T�Q�R�z��A�T�;��G�;��N���N�걒��1�*T��\�#ȝ
-�c'W�r�B���U=�ܩP=V�Y=f�B�걓�z�S�z��A�T�;��G�;��J>��,_�P=vrU� w*T��\�#ȝ����=�GP��J=���^�P=vrU� wj�;��z�{"T��X�#��
-�c%��c�/�\=v�Q=�ژP=vjU��v*T��\�#ȝ���ʭ�1��	�c�V�n�B���U=�ܩ�z�ܣz�1�z�Գz��
-�c'W�r�B���U=�ܩP=vrU� w*T��|V�Y�P�z��A�T�;��G�;��N���N�걒��1�*T��\�#ȝ
-�c'W�r�B���U=�ܩP=6��1�W*T��\�#ȝ
-�c'W�r�B���U=�ܩP=V�Y=f�B�걓�z�S�z��A�T�;��G�;��J>��,_�P=vrU� w*T��\�#ȝ
-�c'W�r�B�X�g�������#�Шo_(T��~�����w�^r���f�x�V�����~���/��|�����v�/����������/[��i2���{�ؾi�����N��e'Ws	򅚛�R>�K�;57��|4�$wjn.K�h.I���\vr5� _���,壹$�SssY�GsIr��沔���N��e'Ws	򅚛�R>�K�;57��|4�$wjn.K�h.I���\vr5� _���,壹$�SssY�GsIr��沔���N��e'Ws	򅚛�R>�K�;57��|4�$wjn.K�h.I���\V��\f�J��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\��ksIjc��T���N��e)�%ɝ���=�KP;37��z4��vjn.K�h.I���\��ksIjc��S���B��e)�%ɝ���}m.Im��\���\�۩����j.A�PcsY���%�����R=�Kr;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沓���B��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沓���B��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沒��2�Wjn.K�h.I���\���\�ܩ��,壹$�Sss���\�|��沔���N��e)�%ɝ���R>�K�;57��\�%�jn.K�h.I���\���\�ܩ��,壹$�Sss���\�|��沔���N��e)�%ɝ���}m.Im��\vj5��^���,壹$�SSsY�ߚK�'�����N��e'Ws	����}m.Im��\���\�۩��,壹$�ScsٹGs	jg��T���N��e)�%ɝ���}m.Im��\vj5��^���,壹$�SssY�GsIr��沔���N��e'Ws	򅚛�R>�K�;57��|4�$wjn.K�h.I���\vr5� _���,壹$�SssY�GsIr��沔���N��e%��e����\���\�ܩ��,壹$�SssY�GsIr��沓���B��e)�%ɝ���R>�K�;57��|4�$wjn.;��K�/��\���\�ܩ��,壹$�SssY�GsIr��沓���B��e.��^��\�{����2��on._����'���O�����\��%���퇟�������.Ώ�&�O���^~��ƽ~��Ǘ��r�w��g~w��!���B)��S!���3���
-�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY�P!�����@�T��:��;�;�N���N������.�*�w�\�ȝ
-�]'W~r�B~�ɕ߁ܩ��U��e�B����+��S!�����@�T��:��;�;�F~��E�J����+��S!�����@�T��:��;�;�J>�,_�9���#��1!�������T��:��;�;5�w�[�]V;�N���N����+��Ss~׹G~jcB~W�g~���N���N��]����	�]�V~n�B~W�g~��5�w�{�w�6&�w�Z���
-�]'W~r�B~W�g~���N���N����+��S!�����@�T��*���|�B~�ɕ߁ܩ��ur�w w*�w�\�ȝ
-�]%��]�/T��:��;�;�N���N����+��S!���3���
-�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY�P!�����@�T��:��;�;�N���N������wQ�R!�����@�T��:��;�;�N���N������.�*�w�\�ȝ
-�]'W~r�B~�ɕ߁ܩ��U��e�B����+��S!�����@�T��:��;�;�J>�,_���ur�w w*�w�\�ȝ���=�;P�J=��^���ur�w wj��:�5��{"�w�X���
-�]%��]�/Ԝ�u�߁ژ��uj�w�v*�w�\�ȝ��ʭ�.��	�]�V~n�B~�ɕ߁ܩ9���#��1!���3���
-�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY�P!�����@�T��:��;�;�N���N������.�*�w�\�ȝ
-�]'W~r�B~�ɕ߁ܩ��5��.�W*�w�\�ȝ
-�]'W~r�B~�ɕ߁ܩ��U��e�B����+��S!�����@�T��:��;�;�J>�,_���ur�w w*�w�\�ȝ
-�]'W~r�B~W�g~���X�u�����n_(�w��pܟv�����~��~~�=���������t;m�w�9=6��k~���>�����}��×_�mTx���o3���?����?�O�w��������[������I����#�U��(Tqw^(UqY�P�����@�T��:��8�;��N�*�N�*���*.�*Tq�\Uȝ
-U\'Wr�B��UŁܩP�U�Y�e�B�*�����S�����@�T��:��8�;��J>��,_�P�urUq w*Tq�\Uȝ
-U\'Wr�B��o��(_�P�urUq w*Tq�\Uȝ
-U\'Wr�BW�g��5Wq�{Tq�6&Tq�ZU��
-U\'Wr��*�r���jgBשUŁ۩P�urUq wj��:���@mL��*���{�B��UŁܩ���ܣ��1���Ԫ���T��*���|��*�s�*�Ƅ*�S���S�����@�T��*���|�B��UŁܩP�urUq w*Tq�\Uȝ
-U\%�U\�/T��:��8�;��N�*�N�*�����S���䳊��
-U\'Wr�B��UŁܩP�urUq w*Tq�|VqY�P�����@�T��:��8�;��N�*�N�*���*.�*Tq�\Uȝ
-U\'Wr�B��UŁܩP�5�*.�W*Tq�\Uȝ
-U\'Wr�B��UŁܩP�U�Y�e�B�*�����S�����@�T��:��8�;��J>��,_�P�urUq w*Tq�\Uȝ
-U\'Wr�BW�g����N�*�N�*�����Ss׹GjcBW�g����N�*�N�U\��Vq ~O�*����S���䳊�򅚫��=�8P��N�*�N�*�����SsW�U�e�3���Ԫ���T��:��8�;5Wq�{Tq�6&Tq�zVqٽP�����@�T��:��8�;��N�*�N�*���*.�*Tq�\Uȝ
-U\'Wr�B��UŁܩP�U�Y�e�B�*�����S�����@�T��:��8�;��F~S�E�J�*�����S�����@�T��:��8�;��J>��,_�P�urUq w*Tq�\Uȝ
-U\'Wr�BW�g����N�*�N�*�����S�����@�T��*���|�BB����U���*.��R���;�v���G���c��{�Vq���o>���Ƿ��ۿ����>���W?y�����_��_>~��1�����Os������q+��yP���<���;�� �;�N�<�N�<���<(�*�A�\yȝ
-yP'Wr�B�ɕ�ܩ�U�e�B�<��+�S!��ʃ@�Tȃ:�� �;�F~�E�J�<��+�S!��ʃ@�Tȃ:�� �;�J>�,_�9��#�1!��ʃ��Tȃ:�� �;5�A�[yPV;�N�<�N�<��+�SsԹGjcBT�g���N�<�N�yP�y��	yP�Vn�BT�g��5�A�{�A�6&�A�Zy��
-yP'Wr�BT�g���N�<�N�<��+�S!��ʃ@�Tȃ*�̃�|�B�ɕ�ܩ�ur�A w*�A�\yȝ
-yP%�yP�/Tȃ:�� �;�N�<�N�<��+�S!��3��
-yP'Wr�B�ɕ�ܩ�ur�A w*�A�|�AY�P!��ʃ@�Tȃ:�� �;�N�<�N�<����AQ�R!��ʃ@�Tȃ:�� �;�N�<�N�<���<(�*�A�\yȝ
-yP'Wr�B�ɕ�ܩ�U�e�B�<��+�S!��ʃ@�Tȃ:�� �;�J>�,_��ur�A w*�A�\yȝ���=� P�J=��^��ur�A wj̃:�5�{"�A�Xy��
-yP%�yP�/Ԝu��ژ�uj�A�v*�A�\yȝ��ʭ<(��	yP�Vn�B�ɕ�ܩ9��#�1!��3��
-yP'Wr�B�ɕ�ܩ�ur�A w*�A�|�AY�P!��ʃ@�Tȃ:�� �;�N�<�N�<���<(�*�A�\yȝ
-yP'Wr�B�ɕ�ܩ�5�<(�W*�A�\yȝ
-yP'Wr�B�ɕ�ܩ�U�e�B�<��+�S!��ʃ@�Tȃ:�� �;�J>�,_��ur�A w*�A�\yȝ
-yP'Wr�BT�g���P��y��ȃn_(�Aᅾ�n��x��<������?8<���t���S㡷4�����_�����ǿ~�����_�u����.��>
w>�����]�����4��Q�ݾ��e�_�������۬��0���a>�N�˟�U���d6��r��7+��a2s�|�N_�O��0��y�|:'��=�37���d�P~��a2s�|�N��=&�17̧���ܕ��Y�'�׾�w�����ؙ�����P~��a2s���{|n�oϒ�=qC{�>���G}}��Ƽ�P=�����7��慹a>!��•��Y�'nh�����K�>Lbcn��_�������٘�����p���g�k�
�a��z*���0���a~��O��G=&�17̧�s�I���x������������u���m<���y<Lfcn������w+��a2s�|�F����}}��Ƽo>���á����`v����<�O{<Lfcn�����X~��a2s�|�N�K��a2����=�>���x���0vO�����٘���|y)?��0���a>힞_�O��0��y��t�N�.�ؘ��`v�����_R�a2s�|�������٘�q�we����lL��1ϋ��ٙp-xe֭��lL��2�J�l6&\^�ux6no��2�hv&\^�5���Ƅ��ʬ��l6&��Tf��d�1a�1υ�hv&��Tf��d�1aܧ2k�'��	�>�Y�>�lL��i�s�'��	�>�Y�>�lL������fcšOe֘O6�|
-�͒O2/L��̚��fcˆOeֆO6|*�|�٘0�Ә�zO4;3o�T�1ݓ��0�Sy�ۓ�Ƅ՞ʬўl6f��i�Z�^#�^O��\O�z*��z�٘y������}O����;Wz�ؙ��S�5ѓ���=�x��d�{"��T^��d�1a��1�e�hvf���c�'{�a���j�'��	�<�Y�<�lL��i�s�'��	[<�YS<�lL�����fc�
-Oe�O6&x�\��fg��Ne��N6�w*��w�٘��S�5���Ƅٝ�<Ww�ٙ��S�5���Ƅ��ʬ��l6&��Tf��d�1aj�1ϥ�hv&��Tf��d�1ad�2kc'��	;�Y;�lL��i�s]'��	�:�Y�:�lL֩����fcªNe֨N6&u
-�͢N2/L�ө̚��fc˜Ne֖N6�t*��t�٘0�Ә�N4;6t*�&t�٘0�S�����Ƅ��ʬ�l6&L�4湜�΄ݜʬٜl6&��Tfm�d�1a1�2k0'��	s9�y��D�3a+�2k*'��	C9�Y;9�l̼�S��HN��'�DN�9Q�L�ǩ̚��fc�q��{����w<XƩ���^c�,Nc��8��̼�S��$N��'� N��N�p*��p�٘y
-�k	'z�;8�W38YlL������fc��J<p��=�o�\��bg��Me��M6�o*�vo�٘�zS�5z��Ƅɛ�<o�ٙ�wS�5w��Ƅ��ʬ��l6&,�Tf
�d�1a�1ϕ�hv&l�TfM�d�1a�2k�&��	�6�Y�6�lL��)�7�6ɼ0aצ2k�&��	�6�Y�6�lLX�����fcœMc�k6��Lز�̚��fcMe֎M6Vl*�Fl�٘0aӘ�M4;�k*��k�٘0^S��]��Ƅ�8@�[O��=�<E�ݾ��a{�e�u�����n�������Dw;��ƀ��:����>|���rw��p��o,�'��|�U�Ƅ�6�{�ч���w^'�>d�B��N���;5o?t�1��jc��C�����
-��f"�Wj���c�Ƅ�N�!p;� :�� @�ԼQ�5��΄A�N�Ep;6!:�F!@��8ѩ�� ~O�e�J<�!�z��8D'�:ȝ
-��\ w*LDtrmD�ܩ�Q��LD�/T���Z���Sa+��k,�N���N���;#*�����
-��\� w*�Ftr
G�ܩ0�ɵr��zD%��Y�Pa@��kA�N�
�N�	�;f$:�v$@�TX���sJ"�*�Itr�I�ܩ�'��5(r�¤D'צȝ
-��|�Jd�B�a�N�e	�;�%:��%@�T����ڗ��Saa��ω�,_�02�ɵ2r���D'��ȝ
-S�\[ w*�MT�97��':�'@�T؜�����Sav��kw�N��F~3=�+�':��'@�T؟�����Sa���k��N��J>g(�|��!��=�(@mLآ�����Sa���k��N͋�[�Y�L���Z���Sa���k��N���{lS�ژ�NQ��<Ev/T���Z���S�FE�#�6&�Ttj�T�۩�TQ��TE�/�<Vѹ�Z��	{�Z��v*LVtrmV�ܩ�ZQ��lE�/T���Z���Sa���k��N���N��
-�;,*�����
-#�\+ w*�Xtr
Y�ܩ0e�ɵer�šE%�sY�PaТ�k��N�M�N�Q�;f-:�v-@�TX���s�"�*�[tr�[�ܩ�o��5pr���E'��ȝ
-+�|�\d�B���N���;�.:��.@�T����ڻ��Sa��L^D�J�ыN���;v/:��/@�T����ھ��Sa������,_�0��ɵ�r��F'�ȝ
-3�\; w*,aT�9����0:��0@�T�������Sa��k�N�U�J>g1�|��0F'�2ȝ
-��\� wj����c�Ƅ��J='2�{��HF'�Jȝw2:�u(��0�щ��j��ZF%�sY�P�`F���6&lftj�f�۩0��ɵ�r���ʭ錬v&�gtj�g�۩����5�r��	��=64@mLXѨ�sF#�*itr-i�ܩ����5�r�œF'מȝ
-��|Njd�B�Q�N�U
�;v5:��5@�T��������Sa]���y�,_�0��ɵ�r���F'��ȝ
-3�\; w*,m4򛩍(_�0��ɵ�r���F'��ȝ
-��\� w*�nT�9����7:��7@�T�������Sa~��k�N��J>'8�|��G'�
-ȝ
-;�\C w*Lq�%�n�^h�qܾPZ�o��qi���_���7�a�c<6�8�s�χo��ï���������O���u��_w���L���k�;��7>�Y��WV=�ơ���:���S�����A��X�w�k=��D��+��z�B=��UσܩP�wr�� w*��\�<ȝ
-�|%��|�/T��;��y�;��N�z�N�z�����S���䳞��
-�|'W=r�B=��UσܩP�wr�� w*��|��Y�P�����A�T��;��y�;��N�z�N�z���z>�*��\�<ȝ
-�|'W=r�B=��UσܩP�W�Y�g�B�z�����S�����A�T��;��y�;��J>��,_�P�wr�� w*��\�<ȝ
-�|'W=r�B=_�g=����N�z�N�z�����S�����A�T���M=�+��N�z�N�z�����S�����A�T��+���|��z�s�z�Ƅz�S���S�����A��\�Wn��Y�L��;��yp;��N�z�N��|��<��	�|���|v/T��;��y�;5��{��6&��Z�<��
-�|%��|�/�\�w�QσژP�wj���v*��\�<ȝ
-�|%��|�/T��;��y�;��N�z�N�z�����S���䳞��
-�|'W=r�B=��UσܩP�wr�� w*��|��Y�P�����A�T��;��y�;��N�z�N�z���z>�*��\�<ȝ
-�|'W=r�B=��UσܩP�W�Y�g�B�z�����S�����A�T��;��y�;��F~S�G�J�z�����S�����A�T��;��y�;��J>��,_�P�wr�� w*��\�<ȝ
-�|'W=r�B=_�g=����N�z�N�z�����S�����A�T��+���|�B=��UσܩP�wr�� wj��;���AmL��+���{�B=��Uσܩ�����z��P�wb��v*��|��Y�Ps=߹G=jcB=ߩUσ۩P�wr�� wj��+����v&��Z�<��
-�|'W=r��z�s�z�Ƅz�R�z>�*��\�<ȝ
-�|'W=r�B=��UσܩP�W�Y�g�B�z�����S�����A�T��;��y�;��J>��,_�P�wr�� w*��\�<ȝ
-�|'W=r�B=��o��(_�P�wr�� w*��\�<ȝ
-�|'W=r�B=_�g=����N�z�N�z�����S�����A�T��+���|�B=��UσܩP�wr�� w*���n�yx�Q�߾P������z<���5��?v��}=��a�}xو篏���������������-�?}��kp�_����7����}y=�:ze���ܻ���$�P�$H�ԜI��I�ܩ9����$@�Ps&Q�G&Ar��L���L��N͙D)�ɝ�3�J>3�,_�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3��}�$Hm̜I��I�۩9�(�#� �Sc&ѹG&jg�L�T�L��N͙D)�ɝ3��}�$Hm̜Itje�^�9�(�#� �Sc&Q������3�R=2	r;5g�\��j�$J�5� �1s&Q�G&An��L���L��N͙D'W&�3�R>2	�;5g�|d$wj�$J��$H�ԜItre _�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3�R>2	�;5g�|d$wj�$J��$H�ԜItre _�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3�R>2	�;5g�|d$wj�$J��$H�ԜIT�Id�J͙D)�ɝ�3�R>2	�;5g�|d$wj�$:�2	�/ԜI��I�ܩ9�(�#� �Ss&Q�G&Ar��L��+���B͙D)�ɝ�3�R>2	�;5g�|d$wj�$:�2	�/ԜI��I�ܩ9�(�#� �Sc&Q������3�N�L�5g�|d$wj�$J�[&A��ĜI��I�ک9����$@�Pc&Q������3�R=2	r;5g�|d$wj�$:��$@�̜I��I�۩9�(�#� �Sc&Q������3�N�L�5g�|d$wj�$J��$H�ԜI��I�ܩ9����$@�Ps&Q�G&Ar��L���L��N͙D)�ɝ�3�N�L�5g�|d$wj�$J��$H�ԜI��I�ܩ9���3���3�R>2	�;5g�|d$wj�$J��$H�ԜItre _�9�(�#� �Ss&Q�G&Ar��L���L��N͙D'W&�3�R>2	�;5g�|d$wj�$�a�*���>�����L"�ђI<A&q:�.�a�$�S3���������덂�KK.?O��������UB�	/���o��޽❛��n��>۷�ڙ�6�R=n3$�S�m��|�fHr���K��m�$~O̷vb�fꅚo3,��6C�;5�fX��m�$wj�Ͱ���I��|�a'�m� _��6�R>n3$�S�m��|�fHr���K��͐�Nͷvr�f�o3,��6C�;5�fX��m�$wj�Ͱ���I��|�a'�m� _��6�R>n3$�S�m��|�fHr���K��͐�Nͷvr�f�o3,��6C�;5�fX��m�$wj�Ͱ���I��|�a'�m� _��6�R>n3$�S�m��|�fHr���K��͐�Nͷvr�f�o3,���A�T��;�2}�;2�N�L�N�L���L?�*d��\�>ȝ
-�~'W�r�B��ɕ�ܩ��7�L?�W*d��\�>ȝ
-�~'W�r�B��ɕ�ܩ��W��g�B͙~��>��	�~�V�n�B��ɕ�ܩ9ӯ����ڙ��wje��v*d��\�>ȝ�3��=2}P2�J=3��^���wre� wj��;���AmL��;�2}p;2�J>3�,_�9���#��1!�������T��;�2}�;2�J>3�,_���wre� w*d��\�>ȝ
-�~'W�r�B�_�g���2�N�L�N�L��+��S!�����A�T��+����|�B��ɕ�ܩ��wre� w*d��\�>ȝ
-�~%��~�/T��;�2}�;2�N�L�N�L��+��S!ӯ�3���
-�~'W�r�B��ɕ�ܩ��wre� w*d���&ӏ�
-�~'W�r�B��ɕ�ܩ��wre� w*d��|f�Y�P!�����A�T��;�2}�;2�N�L�N�L���L?�*d��\�>ȝ
-�~'W�r�B��ɕ�ܩ��W��g�B�L��+��S!�����A�Ԝ�w��ژ��W��g�B�L��+��Sc�ߩ��>��!�����A�T��+����|��L�s�L�ƄL�S+��S!�����A�Ԝ�Wne�Y�L��;�2}p;2�N�L�N͙~��>��	�~���~v/T��;�2}�;2�N�L�N�L��+��S!ӯ�3���
-�~'W�r�B��ɕ�ܩ��wre� w*d��|f�Y�P!�����A�T��;�2}�;2�N�L�N�L���d�Q�R!�����A�T��;�2}�;2�N�L�N�L���L?�*d��\�>ȝ
-�~'W�r�B��ɕ�ܩ��W��g�B�L��+��S!�����A�T��ci�e��B#ӿ}���7�ͷ��/�O�鏧f��f�����~���^��x~���O�n�&������6���B�r<��-CG|�uRGn�BG\�gG��:�N���N�����#�S�#���A�T�+�숳|�BG����ܩ�wru� w*tĝ\1ȝ
-q%�q�/T�;�:b�;:�N���N�����#�S�#��#��
-q'WGr�BG����ܩ�wru� w*tĕ|v�Y�P�#���A�T�;�:b�;:�N���N����ώ8�*tĝ\1ȝ
-q'WGr�BG����ܩ�W��g�B�����#�S�#���A�T�;�:b�;:�F~�G�J�����#�S�#���A�T�;�:b�;:�J>;�,_��#�ܣ#�1�#�����T�;�:b�;5wĕ[qV;:�N���N�����#�SsGܹGGjcBG\�gG��:�N���N�q�1��	q�VGn�BG\�gG��5wĝ{tĠ6&tĝZ1��
-q'WGr�BG\�gG��:�N���N�����#�S�#���A�T�+�숳|�BG����ܩ�wru� w*tĝ\1ȝ
-q%�q�/T�;�:b�;:�N���N�����#�S�#��#��
-q'WGr�BG����ܩ�wru� w*tĕ|v�Y�P�#���A�T�;�:b�;:�N���N�����t�Q�R�#���A�T�;�:b�;:�N���N����ώ8�*tĝ\1ȝ
-q'WGr�BG����ܩ�W��g�B�����#�S�#���A�T�;�:b�;:�J>;�,_��wru� w*tĝ\1ȝ�;��=:bP:�J=;��^��wru� wj�;��#�{"tĝX1��
-q%�q�/��w���ژ�wju��v*tĝ\1ȝ�;�ʭ�8��	q�VGn�BG����ܩ�#�ܣ#�1�#�Գ#��
-q'WGr�BG����ܩ�wru� w*tĕ|v�Y�P�#���A�T�;�:b�;:�N���N����ώ8�*tĝ\1ȝ
-q'WGr�BG����ܩ�7�8�W*tĝ\1ȝ
-q'WGr�BG����ܩ�W��g�B�����#�S�#���A�T�;�:b�;:�J>;�,_��wru� w*tĝ\1ȝ
-q�`ێ^htķ/������?펇˟^ǎx�z������O����|���szl�ģ#�᧏?��_?~��/�_>�+�_Og���7�3���y����z��+���z��{�����ˁ�;�s���0���a~�=>>������v�|܉��u�:ȝ�oZ�ܺi=��	7�wjݴn��M�\7��ܩ��N}�i��p�z%�7�g�B���;�nZ�S��N���A�TXH��ZH��Sa!��υ�,_����ɵ��r��BB'�Bȝ
-	�\	 w*,$T򹐐�:�@�TXH��ZH��Sa!��k!�N���J>�|��BB'�Bȝ
-	�\	 w*,$tr-$�ܩ��P��BB�/TXH��ZH��Sa!��k!�N���N���;*�\H��
-	�\	 w*,$tr-$�ܩ���ɵ��r��BB%�	Y�Pa!��k!�N���N���;:�@�TXH��s!!�*,$tr-$�ܩ���ɵ��r��BB'�Bȝ
-	��f!!�W*,$tr-$�ܩ���ɵ��r��BB'�Bȝ
-	�|.$d�B�	�{,$�ژ��Щ���n��BB'�Bȝ�*��ڙ��Щ���n��BB'�Bȝ�:�XH��1a!�Rυ��^����ɵ��r�慄�=@mLXH��ZH��Sa!��υ�,_�y!�s��P:���TXH��ZH��Sa!��υ�,_����ɵ��r��BB'�Bȝ
-	�\	 w*,$T򹐐�:�@�TXH��ZH��Sa!��k!�N���J>�|��BB'�Bȝ
-	�\	 w*,$tr-$�ܩ��P��BB�/TXH��ZH��Sa!��k!�N���N���;*�\H��
-	�\	 w*,$tr-$�ܩ���ɵ��r��BB#�YH��
-	�\	 w*,$tr-$�ܩ���ɵ��r��BB%�	Y�Pa!��k!�N���N���;:�@�TXH��s!!�*,$tr-$�ܩ���ɵ��r��BB'�Bȝ
-	�|.$d�B���N���;:�@�Լ�й�B��		�z.$d�B���N���;5.$t��B��a!�k!�N���J>�|�慄�=@mLXH��ZH��Sa!��k!�N�	�[	Y�LXH��ZH��Sa!��k!�N�	�{,$�ژ��P��BBv/TXH��ZH��Sa!��k!�N���N���;*�\H��
-	�\	 w*,$tr-$�ܩ���ɵ��r��BB%�	Y�Pa!��k!�N���N���;:�@�TXHh�7	Q�Ra!��k!�N���N���;:�@�TXH��s!!�*,$tr-$�ܩ���ɵ��r��BB'�Bȝ
-	�|.$d�B���N���;:�@�TXHq���/4n_h�^Ho�,$<�B���(.Ge`!a<6�ׅ�����w���/~���?~���ǯ�V��u�� ��[	���a��ܿ^v!���s�^y��7v//��/tG~}�Nݐ?��k��è6���{y:������v��R�رh�7�Q�R�:F���6&�ctj�c�۩���ɵ�r��u�ʭu��v&�ctj�c�۩���ɵ�r��u�N}]���{"�cT⹎���1:��1@�TX���Z���Sa��k�N�u�J>�1�|��:F'�:ȝ
-��\� w*�ctr�c�ܩ��Q��:F�/TX���Z���Sa��k�N�u�N�u�;�1*�\���
-��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y�Pa��k�N�u�N�u�;�1:��1@�TXǨ�s#�*�ctr�c�ܩ���ɵ�r��:F'�:ȝ
-��|�cd�B�u�N�u�;�1:��1@�TX���Z���Sa���u�,_����ɵ�r��:F'�:ȝ
-��\� w*�c4�u�(_����ɵ�r��:F'�:ȝ
-��\� w*�cT򹎑�5�ctjc�:F��:��
+xڔ�M�sWz��~�����D��R��p�rt�=������,R&Ym��O��^XgݫB���uU�|�;�_�l�u���xx?o���q8]�N_�ӟ���?m����������pz;^�����������z�|����������������py��}���r>�Η�������?~s}���������}�����������~������������?ʻ�\�?oo积t{�w���B��W��沽�|=��B�æ��|�?��O���������/�����������v=�l��^ח����s����W�=��ay���p�x�>}�O����������ⷧ���r8�_�-~{q_������R췧���������{����	_Vw���y���xq_���o�|}o��ӈ���};���c�=���>ǯ۷szi?��4����};Ǘ�cO#�;����ۏ}<��������ǩ��<��m>�?�����~��i����|x?���xq_���?��������y�f�^����4ھ���cx8�n��
+�Ӏ��;���l�V�_F�6w��9]�[��4ھ��o_��Ǟ�=���>Ǐ�W�R�)�x�h�ܑχ�ǵ����h��~9��g>�F�Ww���R�=����s�t<�_�|<M����o����~��i�}u߾���G�ߞF�Ww���y=���i�}�9~޾�����ӄ/�;������>�F�Ww���9���xq_���o����ⷧ����������~��i—��|x����oO#�;������~��i�}u�޶GZ��4��۾�Ͽ����i—�|�v^ۿ@�ӈ���};��cO#�;���_���4���l����~��i—�|�v����b�ӈ���};/��cO#�;����q�?��ӈ��s����q=��x��eu?^�_ۏ}<�����o���۱�oO#�;��������i�}�9~ݾ��K����	_Vw���9���xq_���og��Z��4⾺�o�����ⷧ��������|��x��eu?�?���xq_���׏��cO#�;��p����4��?������oB�i���|�v.���=�����۷�v>���i�}u߾��wF-~{q_}��o���~��i—�|�v�?�#m�;������|<������W�r�?��ӈ��s��rx�h�o�;��p�����i�}u;��_�-~{q_�����壵�<��m>���7�V��i���|�j�^��|<������W�����0Ҷ�#o���xi���h��s�u�jN��3O�����Ws��/#m�;��ͼ���NO���;��p�x��oO#���������e<M���������cO#�;���r���xq_���o��}�xq_}�_�o������ӄ/�;��휯��=�����۷s���xq_���o��Q췧�������_ڏ}<M����o���K����������ql�2a<���������T췧��������~j?��4���~>�\���>�F�Ww���y{m?��4⾺�o��k����4���ؾ��B%>�&|Y���o�ti?��4⾺�o�α�u)zq_���o����oO#�O�ח���G����4���~:|\���=�����o������=��������c�=���>Ǐ۷siᛞ&|Y���o����zq_���o���~��i�}u߾����oO#�������_P��	_Vw���9�GDO#�;�������XO#�;�����V췧������p��:z��eu?���/+�ӈ���v8_�=�����۷�����0Ҷ�\~ݾ���:GO������Wsn�s�4⾺�o_͹�{���v�ZN/�~{i_}��m�˱�{�z��eu߾��o	�������p�h�r�4ھ���ޯ����ӈ��s��r8տS�=L�o�ȧ�����zm_����歽��ӈ���}5�o������������vK���^Vw���9�w9zq_�������jb=�����ۗ�r�?��ӈ��s��r8~��9z��eu?.��W�i�}u;�큎�F�Ww�������zq_}�l�Υ=��ӄ/�;�����:zq_���o����zq_���o�|�?��ӈ��S��e�vN��&�Ӏ��;����=�����۷����i�}u?�}\���4��?�^�큎�&|Y��O����W�i�}u;�\�=�����۷��Q췧����i�v^�_M��	_Vw���ymt�4⾺�o�ι���zq_���o�t�?��ӈ��s��};�����i—�|�v^ �t�g3{}����������I�q}�[�*�>�.�����C}~�~3�=�������?��n�9]g������cz�Kij�����`������_oͩ����������~|�ex�|��;s�@O��?��?�k�o�X��[�XÓ�I��}b
�Xྚc
��XC�}b
�Xؾ
+��W�p_�������~\�XC�XC��U�5t�b
��*�:\��}b
�X�
+��
+����/�k�p���U�5t�b
��*�:\��}b
>c
_V!���5��k�p���U�5t�b
��*�*|�2��B���k��W!���5��k�p���U�5T��5d|Y�XC�+����B���k��W!���5��k��k���
+��W�p_�XC�+����B���k��W!�P�3֐�eb
�X�
+��W�p_�XC�+����B���g�!��*�:\��}b
�X�
+��W�p_�XC���"��B���k��W!���5��k�p���U�5T��5d|Yͱ����mb
�Xؾ
+��W�p_ͱ��V�!Ӿ	���V�l_�XC�+�����XCg�Xж	������l/�k�p����k��k��6!��ъ5���k��k����c
�=b
@�&�:Z��}b
�X�
+��
+����/�k�p���U�5t�b
��*�:\��}b
>c
_V!���5��k�p���U�5t�b
��*�*|�2��B���k��W!���5��k�p���U�5T��5d|Y�XC�+����B���k��W!���5��k��k���
+��W�p_�XC�+����B���k��W!���w�����k�p���U�5t�b
��*�:\��}b
>c
_V!���5��k�p���U�5t�b
��*�*|�2��B���k��W!���5��k�p���U�5T��5d|Y�XC�+����B���k��Ws���G�hۄXCE�XC��U�5t�b
��j�5t�-����"�:X��}b
>c
_Vs���G�hۄXCG+����B���k��Ws���kȴoB���k��W!���5��9���#���mB���g�!��*�:\��}b
�X�
+��W�p_�XC��XCƗU�5t�b
��*�:\��}b
�X�
+��
+����/�k�p���U�5t�b
��*�:\��}b

~k���
+��W�p_�XC�+����B���k��W!�P�3֐�eb
�X�
+��W�p_�XC�+����B���g�!��*�:\��}b
�X�
+��W�p_�XC��XCƗU�5Ķ@k����&�~�!��}�����s����y��
+���ԗX��k�������~���~�w=�]���Iw���������w|�>^~�[�����;.���'p����?�}�B+>�&|Y��χ�����oO#�;��p~�[��4⾺�_�˥��oO#������y{o?��4����};���cO#�;���?�>s�ߞF�Ww���9}���i�}�9~ݾ��K����	_Vw���9���xq_���o���~��i�}u�n��?�����������ǣ�����d/�;����~n?��4⾺�_�Kmyi�ܑ�o�����oO���;����y};w��|]��o��m)�m�R��ؾ
+m�W[
+p_�m��V[*Ӿ	m��V[
+l_��T��-��ƶTG��R�?.B[��g[*��*��:\m)�}�R���
+m�W[
+p_��T�϶TƗUhKu��R��*��:\m)�}�R���
+m�
+�m��/�Ж�p����UhKu��R��*��:\m)�}�R>�R_V�-��jK�Ж�p����UhKu��R��*��*|��2��B[��Ֆ�W�-��jK�Ж�p����UhKU�lKe|Y��T��-��B[��Ֆ�W�-��jK�Ж��ٖ���
+m�W[
+p_��T��-��B[��Ֆ�W�-U�-��e�R���
+m�W[
+p_��T��-��B[����R_W�-��jK�Ж�p����UhKu��R��*��*|��2���Tg��ж	m��V[
+l_��T��-���Te�-�i߄�TG�-��B[��Ֆ�Ws[��G[
+hۄ�TE϶T��UhKu��R��jnKu�hKm�Ж�h����UhKU�lKe|Y�m��m)�m�R��ؾ
+m�W[
+p_��T�϶TƗUhKu��R��*��:\m)�}�R���
+m�
+�m��/�Ж�p����UhKu��R��*��:\m)�}�R>�R_V�-��jK�Ж�p����UhKu��R��*��*|��2��B[��Ֆ�W�-��jK�Ж�p����UhKU�lKe|Y��T��-��B[��Ֆ�W�-��jK�Жj�T��UhKu��R��*��:\m)�}�R���
+m�
+�m��/�Ж�p����UhKu��R��*��:\m)�}�R>�R_V�-��jK�Ж�p����UhKu��R��*��*|��2��B[��Ֆ�W�-��jK-�٣-�mB[��g[*��*��:\m)�}5��:�֖�q�R��о
+m�
+�m��/��-�٣-�mB[��Ֆ�W�-��jK-U�jKe�7�-��jK���Ж�p�����ܖ��і�6�-Uѳ-��e�R���
+m�W[
+p_��T��-��B[��g[*��*��:\m)�}�R���
+m�W[
+p_��T�϶TƗUhKu��R��*��:\m)�}�R���
+m��kKE|]��T��-��B[��Ֆ�W�-��jK�Ж��ٖ���
+m�W[
+p_��T��-��B[��Ֆ�W�-U�-��e�R���
+m�W[
+p_��T��-��B[��g[*��*��B�mK����C�i�-^�nK�?���,��/]��+��~�������˿�?�9�_��/����/��B���ߵ�z�1�>�"S38�u��ˆ���&)5�X[��P�*2��E5��B�}\��P�*,��E�
+�L
+%�!'԰�	E�qBB
��PdsB�QG@(�{*ЙJ�-B6�a
���b5��E�aRA
�PPT!��]"(����@�:�@}؃0P�*��EH5��@�}\�1�BU
+(��{�jPE������U�'���1�Ӡ��O$�� �S�3��P[��O�*���E�4�2?�}\��O�*���E���L�$�!�Ӱ��D�q�>
��Od!�Ӱ
+�D�q">;>��E��4��=�}\�pO�*���EH�4��=�}\�XO��TObm2=
�HOd!�Ӱ��D�q�<
�0Od!�S�3ɓX[�O�*���E�4�2<�}\�O�*���E���L�$�!�Ӱ��D�q�;
��Nd!�Ӱ
+�D�q";;;��E��4��:�}\��N�*���EH�4��:�}\��N�ΔNbm2:
��Nd!�Ӱ��D�q�9
�pNd!���]2'�����U,'����iXer"�����U '����)ؙ�I�-�,N��(ND� �Ӡ��D�qR8
�Nds�P��I���oT�>.B��a�����bN�4��D�ab7:S7I�E��4�"7�}\́�Fy��>�AڦA����"Dm
+v&mk�9gӨ#fч=�4�26Q}\��M�*`��E���L�$�![Ӱ��D�q�5
�\Md!UӰ
+�D�q"5;5��E��4��4�}\�0M�*K��EH�4��4�}\�M��Mbm24
�Md!@Ӱ��D�q�3
��Ld!:S�39�X[��L�*6��E�4�23�}\��L�*0��E���L�$�!+Ӱ��D�q�2
��Ld!%Ӱ
+�D�q"2��%d닐�iX�c"��ᘆU6&�����iXc"����������"dbV���>.B �a�����"�aVa��>.B�`g&��9��U&����iXe`"��	��U�&���)ؙ~I�-B��a}���"_V���>.��K���KD� �R�3�T[��K�*����vi�[�%��k�tiH]"��1���)���bθ4ꈸD�a.
�|KT!�Ұ
+�D�q1G[
+Uɖ�>�A��Ak���"�ZV���>.�DK��@KD� �R�3͒T[�,K�*���E�4�r,�}\�K�*���E���L�$�!�Ұ��D�q�+
��Jd!�Ұ
+�D�qb+;S+��EȬ4�"+�}\��J�*���EH�4��*�}\��
+�wI���"�TV1��>.BH�a�Q���"$TV��>.B<�`g:%��ٔ�U4%���LiX�R"�����U(%���I)ؙHI�-B�aG���"�QVY��>.B�aD���"�P
+v�Pk��AI��*�_e$P�Z#���WY�'o�?��Up�O9�2���@y�%P�������_�����p}���<w��
+����<y=o���?s���^p���^�>�)��z�ߞF�Ww�������ⷧ������m�O�O����۷s:��xq_���o�xn?��4⾺�o���k��ߞF�W�������~��i—��|�^�^[��4⾺�_��K������|�:\Q'�}�N>�N_V!���
+<�y�pe���UH=u�bO��*�*|&�2��B���~�W!����?�9��#�mB��g
+*��*�:\A(�}5G�:{d���MHCu��P`�*��.�u5g�:{����M�Eu�rQ`�*$�:\�(�}5��*[�L�&�:Z)�}"R���SR}�I��A�
+�I�L/����p����U�Ku��R��*$�:\�)�}BS>SS_V!7��
+N���pe���UHOu��S��*�*|&�2��B�����W!F���Q��pE���USU�LSe|Y�<U�+P��B��Õ��W!U��U�������
+٪W�
+p_�xU�+_��Bª���W!dU�3e��erV���
+Q�W�
+p_��U�+n��B��g�*��*d�:\�+�}bW���
+ɫW�
+p_��U���UƗU�_u�X��*D�:\,�}RX��
+A��KbE|]�,V�+���B�Õ��W!���d�ʪ������sY�=�Y@�&D�:Z�,�}�Y�xྚZ���V�}2Z��ؾ
+1�WNp_�I��Q-�m�Z=�Z�^V!���
+l�9���#��mBj����W!�U�3���e5g�:{����M�ou��[`�*$�:\.�}B\>S\_V!���
+r���pe���UHsu��\��*�*|&�2��B�����W!����u��pE���UwU�Lwe|Y�|W�+���BīÕ��W!���y��������
+Y�W�p_��W�+���B����W!�U�3���er_���
+ѯW�p_��W�+���B����`_W!��
+���p����UH�u��`��*��*|��2��B���W!��ʄ
+�p����U�U�L�e|Y�lX�+��B<�Õ�W!!�ኈ������
+9�WPp_��X�++���Xg��ж	������l/���p�������[n��EH�u��c@�*��*|��2����Xg��ж	��V�l_�Y�+F��� Ye+I�i߄,YG+L��B��Õ'�Ws���G�hۄPYE�TY��Uȕu��e��*D�:\�2�}�e�x�
+�
+�	��/��1�p����U��u�rf��*$�:\Q3�}�f>�f_V!o��
+��9�pe���UH�u�bg��*��.y�u�g���
+�W�p_�Z�+���B��g
+-��*��:\A4�}�h�,�
+i�W
p_�@Z��DZƗUȤu�Bi��*��:\�4�}�i�h�
+�
+�鴌/��O1�6�/4j�/tڏ��Z2j��Q;~������2j�/��[F�?��_��ݏ�ޢj?����������������~��Y ����ύ�X���z:_w>ӻnA|��-���n���	݂L�&t:Z��}��n��}����݂
+�݂L/��-�pu��U�t����*t:\��}�>�_V�[������-�pu��U�t����*t*|v2��B����-��W�[������-�pu��U�T��d|Y�nA��[���B����-��W�[������-���-���
+݂W��p_�nA��[���B����-��W�[P�[��e��n�
+݂W��p_�nA��[���B���g� ��*t:\��}��n�
+݂W��p_�nA��nAƗU�t����*t:\��}��n�
+݂��D|]�nA��[���B����-��W�[������-���-������=�@�&t:Z��}��nྚ���nA�}��nؾ
+݂W��p_�݂���m�=��^V�[����[�٣[��mB����-��W�[P�[��e5w:{t��M�t��`�*t:\��}�>�_V�[������-�pu��U�t����*t*|v2��B����-��W�[������-�pu��U�T��d|Y�nA��[���B����-��W�[������-���-���
+݂W��p_�nA��[���B����-��W�[P�[��e��n�
+݂W��p_�nA��[���B����_W�[������-�pu��U�t����*t*|v2��B����-��W�[������-�pu��U�T��d|Y�nA��[���B����-��W�[������-���-���
+݂W��p_�nA��[����nAg�nж	݂��݂l/��-�pu����-��[����E�t��@�*t*|v2���nAg�nж	݂�V��l_�nA��[����nAe�[�i߄nAG�[���B����-��Ws���G��hۄnAE�nA��U�t����*t:\��}��n�
+݂
+�݂�/��-�pu��U�t����*t:\��}�>�_V�[������-�pu��U�t����*t��[�u��n�
+݂W��p_�nA��[���B���g� ��*t:\��}��n�
+݂W��p_�nA��nAƗU�t����*t:\��}��n�
+݂
+�݂�/��-7�m��^ht�_(t�m�t��b��W�m��>����
ޏ���_����A���Njm��/v{J��Z�f���_�����ӗ����������>�}�?k~��ZS��������^����?��o���w�^����z}{}�BO��ӈ��~9��/��=��������r����i�}�9�������~��i—�|�v^���>�F�Ww���9_�[��4⾺�o�����oO#������^ڏ}<M����o������ӈ���};/��cO#�;����	Uiyi�|.������d/�;����~n?��4⾺�oؽ�������y�f�^����4ھ����e�j^����_Ww���9_Z���H�掼}3��{KߞF�Ww�[���G�p_�����'�}3��Jz�����z*�z"�WS詤���~\̡�V�	�e5��J|����z*�z"�Ws��G�p_͡�W�	�e5��J|����z*�z"�Ws��G�p_͡�W�	�e5��J|����z*�z"�Ws��G�p_͡�W�	�e5��J|����z*�z"�Ws��G�p_͡�W�	�e5��J|����z*�z"�Ws��G�p_͡�W�	�e5��J|����z*�z"�Ws��G�p_͡�W�	�e5��J|����z*�z"�Ws��G�p_͡�W�	�e5��J|����z*�z"�Ws��G�p_͡�
+������9�T�#�D����S���ᾚCO%>BO��j=u�BO�/�1�Tڷ�Ѷ�CO%=BOd�j=��=�1���#��o��SI��پ�CO%>BO��j=��-�D�m��SG+����CO%>BO��j=��-�D�m��SI��پ�CO����j=��-�D�m��SI��پ�CO%>BO��j=u�BO�/�9�T�#�D����S���ᾚCO%>BO��j=u�BO�/�9�T�#�D����S���ᾚCO%>BO��j=u�BO�/�9�T�#�D����S���ᾚCO%>BO��j=u�BO�/�9�T�#�D����S���ᾚCO%>BO��j=u�BO�/�9�T�#�D����S���ᾚCO%>BO��j=U�=e|]͡��'�}5��J|����z*�z"�Ws��z|Y͡��'�}5��J|����z*�z"�Ws��z|Y͡��'�}5��J|����z*�z"�Ws��z|Y͡��'�}5��J|����z*�[�h�̡��V�	�e5��J|����z*�/�'�s詄G�h_͡�W�	�e5��J�z"�6s詤G�l_͡��'�}5��:{�����z*�z"�Ws��G�p_���Ҿ�����z�h���^Vs��G�p_͡��'�}5��J|����z�p���_Vs��G�p_͡��'�}5��J|����z�p���_Vs��G�p_͡��'�}5��J|����z��z����CO%>BO��j=��=�9�T�#�D����S�+����CO%>BO��j=��=�9�T�#�D����S�+����CO%>BO��j=��=�9�T�#�D����S�+����CO�PT���n���z�
=�����_?�/��קOm`������?�<�N��	����z:>ƞ�����~\O��~֨�����x��;�]�����u|G=��O*G#��}R\*��*ĥ:\q)�}�R���
+q�W\
+p_��T�ϸTƗU�Ku��R��*ĥ:\q)�}�R���
+q�
+�q��/���pť��U�Ku��R��j�Ku��Km��������
+q�W\
+p_�q��q)�m�R��ؾ
+q���KE|]�q��q)�m�R��ؾ
+q�W\
+p_�q��V\*Ӿ	q��V\
+l_��T�+.��ƸTG��R�?.B\��g\*��*ĥ:\q)�}�R���
+q�W\
+p_��T�ϸTƗU�Ku��R��*ĥ:\q)�}�R���
+q�
+�q��/���pť��U�Ku��R��*ĥ:\q)�}�R>�R_V!.��K���pť��U�Ku��R��*ĥ*|ƥ2��B\����W!.��K���pť��U�KU��Ke|Y��T�+.��B\����W!.��K��������
+q�W\
+p_��T�+.��B\����W!.U�3.��e�R���
+q�W\
+p_��T�+.��B\����R_W!.��K���pť��U�Ku��R��*ĥ*|ƥ2���Tg��ж	q��V\
+l_��T�+.���Te+.�i߄�TG+.��B\����Ws\��G\
+hۄ�TEϸT��U�Ku��R��j�Ku��Km���hť��U�KU��Ke|Y�q��q)�m�R��ؾ
+q�W\
+p_��T�ϸTƗU�Ku��R��*ĥ:\q)�}�R���
+q�
+�q��/���pť��U�Ku��R��*ĥ:\q)�}�R>�R_V!.��K���pť��U�Ku��R��*ĥ*|ƥ2��B\����W!.��K���pť��U�KU��Ke|Y��T�+.��B\����W!.��K��j�T��U�Ku��R��*ĥ:\q)�}�R���
+q�
+�q��/���pť��U�Ku��R��*ĥ:\q)�}�R>�R_V!.��K���pť��U�Ku��R��*ĥ*|ƥ2��B\����W!.��K�9.��#.�mB\��g\*��*ĥ:\q)�}5ƥ:���q�R��о
+q�
+�q��/�9.��#.�mB\����W!.��K�9.UيKe�7!.�ъK�����pť��������6!.U�3.��e�R���
+q�W\
+p_��T�+.��B\��g\*��*ĥ:\q)�}�R���
+q�W\
+p_��T�ϸTƗU�Ku��R��*ĥ:\q)�}�R���
+q���KE|]��T�+.��B\����W!.��K��������
+q�W\
+p_��T�+.��B\����W!.U�3.��e�R���
+q�W\
+p_��T�+.��B\��g\*��*ĥb��K�������Tx�߽�����?��i�������_�}��<�����s��ޕ������֢����}��l�=���ݰ�l;�-����녶ӓ�Im'�}�N���
+m�W�	p_��S�϶SƗUh;u��N��*��:\m'�}�N���
+m�
+�m��/��v�p����Uh;u��N��jn;u�h;m��v���v���
+m�W�	p_�m��m'�m�N��ؾ
+m��k;E|]�m��m'�m�N��ؾ
+m�W�	p_�m��V�)Ӿ	m��V�	l_��S�����ƶSG��N�?.B۩�g�)��*��:\m'�}�N���
+m�W�	p_��S�϶SƗUh;u��N��*��:\m'�}�N���
+m�
+�m��/��v�p����Uh;u��N��*��:\m'�}�N>�N_V����j;��v�p����Uh;u��N��*��*|��2��B۩��v�W����j;��v�p����Uh;U�l;e|Y��S�����B۩��v�W����j;��v���v���
+m�W�	p_��S�����B۩��v�W��T���e�N���
+m�W�	p_��S�����B۩���N_W����j;��v�p����Uh;u��N��*��*|��2���Sg��ж	m��V�	l_��S������Se��i߄�SG����B۩��v�Ws۩�G�	hۄ�SE϶S��Uh;u��N��jn;u�h;m��v�h����Uh;U�l;e|Y�m��m'�m�N��ؾ
+m�W�	p_��S�϶SƗUh;u��N��*��:\m'�}�N���
+m�
+�m��/��v�p����Uh;u��N��*��:\m'�}�N>�N_V����j;��v�p����Uh;u��N��*��*|��2��B۩��v�W����j;��v�p����Uh;U�l;e|Y��S�����B۩��v�W����j;��vj�S��Uh;u��N��*��:\m'�}�N���
+m�
+�m��/��v�p����Uh;u��N��*��:\m'�}�N>�N_V����j;��v�p����Uh;u��N��*��*|��2��B۩��v�W����j;��٣��mB۩�g�)��*��:\m'�}5��:��v�q�N��о
+m�
+�m��/����٣��mB۩��v�W����j;�T�j;e�7����j;����v�p������v���v�6��Tѳ��e�N���
+m�W�	p_��S�����B۩�g�)��*��:\m'�}�N���
+m�W�	p_��S�϶SƗUh;u��N��*��:\m'�}�N���
+m��k;E|]��S�����B۩��v�W����j;��v���v���
+m�W�	p_��S�����B۩��v�W��T���e�N���
+m�W�	p_��S�����B۩�g�)��*��b��k;�������Sx�����v��\~�3Zh;��F��tk;���_���o��˿�?����{V�~����=��tھ���Gyw��w��߿o���B�np_�w�}���q��+x��gzY�����>�
+w���}�}��;\w���*��W������
+w���}�}��;\w���*��w����U�ۯ�y���e��;\w���*��w����U���p���p�_��n?��*��w����U���p���p�����W�n����~ƗU���p���p�����W�n��u�����~�ϻ��/�p�����W�n��u�����~��np_���
+�w�_V�n��u�����~��np_�����>�
+w�>��3����~��np_�����>�
+w���}�}����n?��*��w����U���p���p�����W�n����~Ɨ�|����nhۄ�����>ؾ
+w���}�}5��W���3�p��Ѻ��W�n��u������w�@�&��W������
+w���}�}5��w����6�n��u�����~�ϻ��/��n����>ж	w���}�}��;\w���*��W������
+w���}�}��;\w���*��w����U�ۯ�y���e��;\w���*��w����U���p���p�_��n?��*��w����U���p���p�����W�n����~ƗU���p���p�����W�n��u�����~�ϻ��/�p�����W�n��u�����~��np_�����ۏ��
+w���}�}��;\w���*��w����U�ۯ�y���e��;\w���*��w����U���p���p�_��n?��*��w����U���p���p�����W�n����~ƗU���p���p�����W��~g��}�m��+z��g{Y�����>���;�v���"��w�����U�ۯ�y���e5��w����6�n��u�����~��np_�w�����L�&��w�����U���p����n����>ж	w�=�������~��np_�����>�
+w���}�}��+|��g|Y�����>�
+w���}�}��;\w���*��W������
+w���}�}��;\w���*��w����U��o�����p�����W�n��u�����~��np_���
+�w�_V�n��u�����~��np_�����>�
+w�>��3����~��np_�����>�
+w���}�}��+|��g|Y���pl��������zۿ�/�������~��\��=^�g~��0��0�����1=5������������_�_���y���w��g��F���o����:(���{x�ór����<y�'��_&�7w�Q�h�	��U�t����j�t��O���"�	*x�	2��B����'��W�O������'�p�	��U�T��d|Y�>A��O���B����'��W�O������'���'���
+}�W��p_�>A��O���B����'��W�OP�O��e��>�
+}�W��p_�>A��O���B���g� ��*�	:\}�}��>�
+}�W��p_�>A��>AƗU�t����*�	:\}�}��>�
+}�
+�}��/��'�p�	��U�t����*�	:\}�}�>�_V�O������'�p�	��U�t����*�	��O�u��>�
+}�W��p_�>A��O���B���g� ��j�t���m��'�h�	��U�t����j�T����M�t��`�*�	:\}�}5�	:{�	��M�T��d{Y�>A��O����>Ag�>ж	}��V��l_�>A��>AƗ��'���'��6�O�������'�p�	��U�T��d|Y�>A��O���B����'��W�O������'���'���
+}�W��p_�>A��O���B����'��W�OP�O��e��>�
+}�W��p_�>A��O���B���g� ��*�	:\}�}��>�
+}�W��p_�>A��>AƗU�t����*�	:\}�}��>�
+}���D|]�>A��O���B����'��W�O������'���'���
+}�W��p_�>A��O���B����'��W�OP�O��e��>�
+}�W��p_�>A��O���B���g� ��*�	:\}�}��>ྚ��=�@�&�	*z�	���B����'��Wc���o}��O�������'���'������=�@�&�	:Z}�}��>ྚ���>A�}��>ؾ
+}�W��p_�}��}�m�=��^V�O������'�p�	��U�t����*�	*|�	2��B����'��W�O������'�p�	��U�T��d|Y�>A��O���B����'��W�O������'h�>A��U�t����*�	:\}�}��>�
+}�
+�}��/��'�p�	��U�t����*�	:\}�}�>�_V�O������'�p�	��U�t����*�	*|�	2��B� ��w}x��'���'/�W�	>��q�=n�|y���Op��	��_~����=���7y���f���ɛ����;���N��[��j{�p@��u�5ؾ
+�>�3���u��p_���5�
+��j�}�+|Pg|Y���5�
+��j�}�;\Ԁ�*PW�<����
+��j�}�;\Ԁ�*Pw���U8���y@��e�;\Ԁ�*Pw���U8��pP�p@]��:��*Pw���U8��pP�p@��:��W်��uƗU8��pP�p@��:��W်�u@
���u���/�p@��:��W်�u@
���u��p_���;����
+��j�}�;\Ԁ�*Pw���U8���y@��e5Pw�8��6်�u@
���u��p_�ԕ��L�&Pw����U8��pP������5ж	�=�����u��p_�ԝ=���M8��hP���p@]��:��j>���q@
�m�uG�l_���5�
+�>�3���u��p_���5�
+��j�}�+|Pg|Y���5�
+��j�}�;\Ԁ�*PW�<����
+��j�}�;\Ԁ�*Pw���U8���y@��e�;\Ԁ�*Pw���U8��pP�p@]��:��*Pw���U8��pP�p@��:��W်���#���u��p_���5�
+��j�}�+|Pg|Y���5�
+��j�}�;\Ԁ�*PW�<����
+��j�}�;\Ԁ�*Pw���U8���y@��e�;\Ԁ�*Pw����|@���hۄꊞ��^V်�u@
���ꎾP����j�}�+|Pg|Y�ԝ=���M8��hP���p@��:��W�ue�:Ӿ	��j�}�;\Ԁ�j>���q@
�m�uE��l/�p@��:��W်�u@
���u��p_��
+��_V်�u@
���u��p_���5�
+�>�3���u��p_���5�
+��j�}���:��*Pw���U8��pP�p@��:��W်��uƗU8��pP�p@��:��W်�u@
���u���/�p@��:��W်�u@
���u��p_��
+��_V�:�����B�����ux����z�O��o�����|��������oO||�]���^N�_��d�������o��+��x����_��r9�N����Ľ=L�m���g�W�~�}�m3�8��O���-�ϲ�\�(��&� �J�ϱϲmƟb_��b�Շ=���:�}t}~~}%���g�6��W�~v}�m����B�m��<�Q�MH.T��Y�M�-T�rY�M�-T�ZY�M(-4�-D�7!�Pɪ,d�6��P�J,d�6!�P��+d�6����3�e߄�B%���eۄ�B%+��eۄ�B%���eۄ�B#ϠB�}r
+���B�mZ
+���B�mB
+���B�m*
+�<#
+Q�MH(T�
+
+Y�M�'T��	Y�M�'T��	Y�M('4�'D�7!�Pɪ&d�6��P�J&d�6!�P��%d�6����3�e߄TB%���eۄNB%+��eۄHB%���eۄBB!���lB��UGȲmB���FȲmB���EȲmB��g!ʾ��<��}\�B�*��aۄB%���e��%�V!����U!ö	
�JV!˶�<��}\��A���A�}����A�m3w*xd���у�U� ö	ŃF���(�f�T�d�qZ���A�mB���A�m*�<#Q�MHT�
+Y�M�T��Y�M�T��Y�M(4�D�7!kPɪd�6�iP�Jd�6!hP��d�6�f��3fe߄�A%�d�eۄ�A%+c�eۄ�A%�a�eۄ�A#πA�}���zA�m���tA�m���nA�m��<�Q�MHT��Y�M�T�rY�M�T�ZY�M(�]� ��&d
+*Y��,�&4
+*Y��,�&
+*Y}�,�&�	y�	�원&�d�	�l��%�de	�l�%�d5	�l�P$h�$��oB���U#ȲmB����"ȲmB����!ȲmB���g� ʾ		�JV� ˶	��JV~ ˶��<��}\��@���@�}����@�m36*�����*U����&�y���95P��4���E�T�2�M�T�Y��\h`�k���\�2l���d��l�9,P��+���E�
+4�
+D�7!)P�*
+d�6�'P��	d�6!&P�j	d�6�$��3$e߄�@%�"�eۄ�@%+!�eۄ�@%��eۄz@#�x@�}���r@�m���l@�m���f@�m��|H�	��JV- ˶	��JV* ˶	��JV' ˶	��F���(�&$*Y��,�&�*Yy�,�&�*Ym�,�&�y��원�dU�l���d%�l��d���l�Ph���oB
+`���-�!���	�������zx=�3�8~l���7��^���N`<��F
+`����o�/_��_������������~�w?n>t=~��;��G��������x8]O��㹇W>�/t>���m�'/��=��������R�_F�6w��������oO���;a�����?T��|]��oш�
+�mJ�ؾ
+1�W�p_�=��V�"Ӿ	I��V�l_�*E�+K���0EG���?.B���g�"��*�):\}
+�}
+�D�
+��W�p_�NE��PEƗUHUt�Z��*�*:\�
+�}��b�
+͊
+�ъ�/����pu+��U(Wt����*�+:\�
+�}�>_V!a��jX��P��pe,��UYt�J��*�,*|�,2��B΢�ճ��W�h��JZ����pU-��U�ZT�[d|Y��E��m��BݢÕ���W!p��*\��и������
+��W�p_��E�+u��B��U���W�wQ�3x��e����
+ՋW�p_��E��|��B�����_W!���_��P��p%0��U�`t�*��*t0*|�02���Fg�ж	5��Vl_� F������&Fe+��i߄,FG����B�Õ���Ws��Ghۄ>FE�@F��UHdt���j�dt��d�m���h�2��UheT��ed|Y͹����m��dؾ
+ьW5p_�nF��pFƗUHgt����*�3:\��}���
+
�
+���/����pu4��U(it�R��*�4:\5
�}z>�_V!���jj��P��pe5��Ukt����*�5*|�52��B^������W����Jl����pU6��U�lT�md|Y��F�����Bm����W!���*n����h��F��U�nt����*�7:\�
�}����
+��
+���/����p58��U�pt�2��*�8:\%�}Z>c_V!����q��P��p%9��U�rt����*t9*|�92��B�������W�����s��9��٣��mB���g�#��*d::\��}5�::�����qb�Zо
+��
+����/�9��٣��mB�������W!���*w��Qيwd�7!����w���P��p%<������Q���6��Q�3��eR���
+5�W�p_��G�����Bӣ�g�#��*d=:\]�}����
+q�W�p_��G���GƗUH|t���*T>:\��}B���
+����}D|]��G�����B����W!���~����������
+�W�p_��G�+���B���U��W�R�3��e2 ��
+%�W
+p_�H����B��g$��*$ArȢj���(��]�� ���,�������	� �ǎʂ�޲ ��?�����ۥ?�~=�>�����㻼\O{�m�z���Z�O�q<���k�z<�O/ǧ/���i—��|�_�[��4⾺�_��k�ߞF�Ww�������_F�6w
+(�>LG�:����3%>�3��j�Δ��:C�m��LI��پ��3>�3_Wcu��o��m3WgJzTg���\�)�Q�!�Wcu��Guh��ՙ���}5WgJ|Tg��T�)�/��su��U�zY�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��U�|Y�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��U�|Y�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��U�|Y�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��U�|Y�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��U�|Y�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��U�|Y�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��U�|Y�ՙ��}5WgJ|Tg��\�)�Q�!�Wsu��gu&��j�Δ���:S�:C����L���ᾚ�3����j�Δ��:C�m��LI��پ��3%>�3��j��t����훹:Sң:C����L�����3�}��m��:�Ѫ΀����L�����3�}��m��:Sң:C����L��:���3�}��m��:Sң:C����L���ᾚ�3����j�Δ���:S�:C����L���ᾚ�3����j�Δ���:S�:C����L���ᾚ�3����j�Δ���:S�:C����L���ᾚ�3����j�Δ���:S�:C����L���ᾚ�3����j�Δ���:S�:C����L���ᾚ�3>�3_Wsu��Gu�p_�ՙ��}5WgJ|Tg��\��pUg�_Vsu��Gu�p_�ՙ��}5WgJ|Tg��\��pUg�_Vsu��Gu�p_�ՙ��}5WgJ|Tg��\��pUg�_Vsu��Gu�p_�ՙ��}5VgJ�V�!�6su��U�{Y�ՙ��}5UgJ�Ku����\�)�Q�!�Wsu��U�|Y�ՙҾUg���\�)�Q�!�Wsu��Gu�p_�ՙ���}3WgJzTg���\�)�Q�!�Wcu��o��m3Wg:Z����\�)�Q�!�Wsu��Gu�p_�ՙ��}5Wg:\����\�)�Q�!�Wsu��Gu�p_�ՙ��}5Wg:\����\�)�Q�!�Wsu��Gu�p_�ՙ��}5Wg*|Vg2����L���ᾚ�3%>�3��j�Δ���:��������L���ᾚ�3%>�3��j�Δ���:��������L���ᾚ�3%>�3��j�Δ���:��������LΦT�z�[u����3���������Y.���xlTg�nՙ�����O��������(����Vߝ�~����3;����/�8��ˆ8œJq����9N��#N�mB������W!N��S��9NQيSd�7!N�ъS�����p�)������[���E�ST��SdzY�8E�+N��B������W!N��S���������
+q�W�p_�8E�+N��B������W!NQ�3N��e��8�
+q�W�p_�8E�+N��B���g�"��*�):\q
+�}��8�
+q�W�p_�8E��8EƗU�St����*�):\q
+�}��8�
+q�
+�q��/���p�)��U�St����*�):\q
+�}�>�_V!N��S����p�)��U�St����*�)*|�)2��B������W!N��S����p�)��U�S4�]�"��*�):\q
+�}��8�
+q�W�p_�8E��8EƗ�������6!N�ъS�����p�)�����l�)2���h�)��U�St����j�St��S�m��������
+q�W�p_�q��q
+�m��8ؾ
+q�
+�q��/�9N��#N�mB������W!N��S���������
+q�W�p_�8E�+N��B������W!NQ�3N��e��8�
+q�W�p_�8E�+N��B���g�"��*�):\q
+�}��8�
+q�W�p_�8E��8EƗU�St����*�):\q
+�}��8�
+q�
+�q��/���p�)��U�St����*�):\q
+�}�
~����
+q�W�p_�8E�+N��B������W!NQ�3N��e��8�
+q�W�p_�8E�+N��B���g�"��*�):\q
+�}��8�
+q�W�p_�8E��8EƗU�St����*�):\q
+�}5�):{�)��M�ST�Sd{Y�8E�+N���8EG���?.B������W!NQ�3N��e5�):{�)��M�St��`�*�):\q
+�}5�)*[q�L�&�):Zq
+�}��8ྚ��=�@�&�)*z�)���B������W!N��S����p�)��U�ST��Sd|Y�8E�+N��B������W!N��S���������
+q�W�p_�8E�+N��B������W!N��wq������p�)��U�St����*�):\q
+�}�>�_V!N��S����p�)��U�St����*�)*|�)2��B������W!N��S����p�)��U�ST��Sd|Y�8E�*tq
+x�����/�������~��\�S��?�_�o�O�y'�p{LO�4������������������\���W���"���3����;b�o9���_31?y�tĜ�e��;\G̀�*1w����U8b�p1�p�\��9��*1w����U8b�p1�p���:b�Wሹ��sƗU8b�p1�p���:b�Wሹ�u����s��#�/�p���:b�Wሹ�u����s��p_�#�
+�G�_Vሹ�u����s��p_�#��3�
+G�>��3���s��p_�#��3�
+G��#f�}��+|1g|Y�#��3�
+G��#f�}��;\G̀�*17��s��U8b�p1�p���:b�Wሹ�u����s��#�/������3ж	G��#f�}��;\G̀�j>b�l1g�7ሹ�u����s��p_�G̝=����M8b��yĜ�e��;\G̀�j>b��q��m�sG�l_�#�
+�G�_V�sg�#f�m��;ZG�`�*1w����U8b��yĜ�e��;\G̀�*1w����U8b�p1�p�\��9��*1w����U8b�p1�p���:b�Wሹ��sƗU8b�p1�p���:b�Wሹ�u����s��#�/�p���:b�Wሹ�u����s��p_�#�
+�G�_Vሹ�u����s��p_�#��3�
+G�
~w��u��;\G̀�*1w����U8b�p1�p�\��9��*1w����U8b�p1�p���:b�Wሹ��sƗU8b�p1�p���:b�Wሹ�u����s��#�/�p���:b�Wሹ�u����#��G�@�&1W�<b���
+G��#f�}51w����E8b�`1��p�\��9��j>b��q��m�sG�l_�#��3ྚ��+[G̙�M8b�h1���p���:b�W�sg�#f�m��+z1g{Y�#��3�
+G��#f�}��;\G̀�*1W�<b���
+G��#f�}��;\G̀�*1w����U8b��yĜ�e��;\G̀�*1w����U8b�p1�p���wG�_Wሹ�u����s��p_�#��3�
+G�>��3���s��p_�#��3�
+G��#f�}��+|1g|Y�#��3�
+G��#f�}��;\G̀�*1W�<b���
+G���=b�G��/t�?b/�W1�m�y��T>1�����v���o�_������÷�~7�7ח������_��/����юo�?>�D:_>����E�O�r�~�s�<���o˼N���	�IO^(]'�p���N�W�:��u����uR��뤌/�p���N�W�:��u����uR��:	p_��
+��I_V�:��u����uR��:	p_���u�
+�I
~w��u��:\�I��*\'u�����U�N�p]'�p�T��:)��j�N��q��m�uRG�:	l_���uྚ��*[�I��M�N�h]'���p���N�W�uRg��$�m��*z^'e{Y���uྚ��:{\'m�p��ѺN�W�:���uRƗ�|����:	hۄ뤎�uؾ
+�I��$�}��*|^'e|Y���u�
+�I��$�}��:\�I��*\'U��N���
+�I��$�}��:\�I��*\'u�����U�N��y���e��:\�I��*\'u�����U�N�p]'�p�T��:)��*\'u�����U�N�p]'�p���N�W�:���uRƗU�N�p]'�p���N�W�:��u����uR��]'E|]���u�
+�I��$�}��:\�I��*\'U��N���
+�I��$�}��:\�I��*\'u�����U�N��y���e��:\�I��*\'u�����U�N�p]'�p�T��:)��*\'u�����U�N�p]'��:���uж	�I=������uR��:	p_��I}�N�q��:X�I@�*\'U��N������:{\'m�p��ѺN�W�:��u�������uR�}��:Z�I`�*\'u������|����:	hۄ뤊��I�^V�:��u����uR��:	p_���u�
+�I>��2���uR��:	p_���u�
+�I��$�}��*|^'e|Y���u�
+�I��$�}��:\�I��*\'5��uR��U�N�p]'�p���N�W�:��u����uR��뤌/�p���N�W�:��u����uR��:	p_��
+��I_V�:��u����uR��:	p_���u�
+�I>��2���uR��鮓���u�����B�u�\'�?�?����u�xj^'�o�I��y�t<�^�� /�_����;��O[�8�}�ۿW��S������v���������'�O^�ɏy�=M��������W�ᷧ���r8�?Z��4⾺�������隀�*�t�
+�?]3��*�t��O��W�kv�~�&�
+?]����5�U��>�fƗU�����	���O��p�tM�}~�f��k���5+|�t͌/���5;\?]p_������隀�*�t��O��W�kV���_V�kv�~�&�
+?]����5�U�����	���O׬�y���e��;\���*ܯw����U�_�pݯ�p�^��~=��*ܯw����U�_�pݯ�p���_�W�~����zƗU�_�pݯ�p���_�W�~��u�����z��ݯG|]�����:�
+����u�}��;\���*ܯW��_������;{ܯm�p��Ѻ_�W�~��u���������z�}��;Z��`�*ܯw�����|����~hۄ�������^V�~��u���������@�&ܯw�����U�_��y���e5߯w��_�6�~��u�����z��~p_���
+���_V�~��u�����z��~p_�����:�
+��>��3����z��~p_�����:�
+����u�}��+|ޯg|Y�����:�
+����u�}��;\���*ܯW��_���
+����u�}��;\���*ܯw����U�_��y���e��;\���*ܯw����U�_�pݯ�p���w��_W�~��u�����z��~p_�����:�
+��>��3����z��~p_�����:�
+����u�}��+|ޯg|Y�����:�
+����u�}��;\���*ܯW��_���
+����u�}��;\���j�_��q��m��zE���l/�p���_�W��zG���~\�����:о
+��>��3��������@�&ܯw�����U�_�pݯ��~��u��i߄�����:ؾ
+����u�}5߯w��_�6�~����z��U�_�pݯ�p���_�W�~��u�����z�����/�p���_�W�~��u�����z��~p_���
+���_V�~��u�����z��~p_�����:�
+��
~w��u��;\���*ܯw����U�_�pݯ�p�^��~=��*ܯw����U�_�pݯ�p���_�W�~����zƗU�_�pݯ�p���_�W�~��u�����z�����/�p�����ux�q�~�B�~=��_��5O��Ϧ��|��м^�]��ݿ~�����~��w�g�ϯ�__?�^��3�#�����w�>/-�[�C˻�w��ۤ3�,�&Y6򼱌�o…e%��2˶	畕���,�&�VV�N+�l�pX���2ʾ	W�����,�&�TV�.*�l�pOY�:�̲m�1e#�[�(�&\RV�)�l�pFYɺ�̲m�
e%�2˶	��<�'��p=Y�:�̲m��d%�r2˶	w�����,�&M6򼙌�o��d%�`2˶	璕�k�,�&�JV�N%�l�p(Y�ww�I^6�J��u$�eۄ�Jօd�m�#+Y�Y�M8�l�ye�̗�<#���g������&�DV�N"�l�� ��u][�k���1d�mN!+Y��Y��|Y��2���pٸ�2¾	����,�f>��q����E�}�\�>f�6����c�}3_=V�8z���"�<V�.3l�p�X�:w̲m±c#�[�(�&\:V��l�p�Xɺr̲mc%��1˶	��<���p�X�:n̲m�ic%�1˶	w�����,�&56�i��o�Ec%�1˶	猕�k�,�&�2V�N�l�p����1ʾ	W���#�,�&�0V�.�l�p�X�:_̲m��b#���(�&\.V��l�p�XɺZ̲m��b%�d1˶	��|w���e�+YNJY�M8U�d]*f�6�N��u��eۄ#�F�7�Q�M�P�d(f�6�<��u��eۄ��J�ib�my�%F�7�*��u��eۄ��J�Eb�m�+Y�Y�M8Fl�y�e߄K�J�!b�m�+YW�Y��|�X��1���p�ظ��0¾	ׇ����,�f<=����aV���Ruv�]ۄ��F�7�Q��|qX���0���pnX��6̰m­a%��0˶�
Xw�ѵE�2�\f�6�İ�ua�e����<����Dž�;o#�pYX�:,̲m�Ya%�0˶	7�����,�&6�'��o�5a%�0˶	����K�,�&�V���l�pD���0ʾ	����,�&�V���l�p;X�:̲m��`!��
&yل��J��`�mN+Y�Y�M��d�f�6�X���`�}.+Y��Y�M8�d]	f�6�F��u"�eۄ�F���Q�M��df�6�4��u�eۄ��J�Y`�m�y�F�7�"p���=�o3����c�p�m��k�����v��9�xj����������������9�}��{�/�������;^�c�I`|�yx���(����@�}�+|f|Y����m �
+ׁ��@�};\���*�V�<���
+g��;A�}.;\����*v���U���y0��eN;\7���*\
v���U8�p]�p;X��x0��*�v���U� �p��pD��"�WᎰ��!aƗU8%�p��pM��:'�Wᠰ�uQ���Ma��F|]����]!�
+����B�}�;\ׅ��*�V�<0����O;{�m�pe��:3�W�а�ui���[��ֱa�}�
;Z��`�*\v�N��|t����hۄ�Ê����^V����u{�������@�& v�.��U�A��y���e5�!v��C�6���u����1b��p_�{�
+��_V�$��u����Ub��,p_����e"�
+��>�3���yb��>p_��׉"�
+G��+E�}�+|*f|Y�S�׭"�
+׊�sE�};\���*�,V�<Z���
+g���E�}.;\����*/v���U�_��y���eN;\7���*\1v���U8d�p]2�p���wnj_Wᜱ�u����Ec��p_����U#�
+w�>3���ic��p_����y#�
+��G�}n+|9f|Y�3�ם#�
+���SG�}�;\׎��*�;V�<x���
+'���G�}�;\g���j>|��q��m��cE���l/�p����W�dG�N ~\�#��$о
+w�>!3���S����@�&\Cv��!��U8��p]D��&��u�i߄�Ȏ�]$ؾ
+����H�}5Gv����6�>���d��U8��p�H�p%��:��W�P��u)	��­d��cɌ/�p.�ẗ�W�b��u2	����d��jp_���
+���_V�t��u;	����d��|p_���%�
+7�
~wD�u�(;\w���*\Rv�N)�U8��p]S�pOY��2��*�Tv�n*�U���p�U�pX�Ậ�Wᶲ��qeƗU8��p�W�pa��:��W�Ȳ�ue	��e��Cˌ/�pj.�[Kx�qly�B��2��rn�疟����t�s���<��ܝ[�����������~��.ϗ�����)w������ع�<_��7�-�s�	O�.�����?�=y�'W���	_Vw����z����i�}ug��cW�}�];\Ǯ��*�V�<v���
+Ǯ�cW�}�];\Ǯ��*�v��]�U8v��y��e�];\Ǯ��*�v��]�U8v�p��p�Z���5��*�v��]�U8v�p��p���:v�W�ص��kƗU8v�p��p���:v�W�ص�u�
+��±k��c׌/�p���:v�W�ص�u�
+��±k���p_�c��;v���
+Ǯ�cW�}�];\Ǯ��*�v��]�U8v��y��e5�v�8v�6�ص�u�
+��±k���p_�Ǯ��c�L�&�v��]��U8v�p���ص�DZ+ж	Ǯ=�]���±k���p_�Ǯ�=�]��M8v�h����p�Z���5��j>v��q�
+�m±kG��l_�c�ױ+�
+Ǯ>�]3��±k���p_�c�ױ+�
+Ǯ�cW�}�]+|�f|Y�c�ױ+�
+Ǯ�cW�}����]z���+��4P"#��3�}�v��7h�]����Y��F��w$3�>����k��U֫�^FH*^��b�N���N�ص���5�b�N���N�ص�+v�S!v��]A�T�]+��]�|P!v��]A�T�];�bW�;b�N���N�ص���5�b�N���N�ص�+v�S!v��]A�T�]�Y��
+�k'W�
+r�B�����ܩ�vrŮ w*Į�|ǮY>��vrŮ w*Į�\�+ȝ
+�k'W�
+r�B�Z�w��
+�k'W�
+r�B�����ܩ�vrŮ w*Į�|ǮY>��vrŮ w*Į�\�+ȝ�c�νbWPb�J�c��T�];�bW�;5Ʈ�����-b�N���N�ص���5�5Ǯ�{Ů�6&Į�Z�+��
+�k'W�
+r��صr+v�jgB�ک��۩�vrŮ wj�];��]AmL�]+��]�{P!v��]A�T�];�bW�;b�N���N�ص���5�b�N���N�ص�+v�S!v��]A�T�]+��]�|P!v��]A�T�];�bW�;b�N���N�ص��ŮQ>��vrŮ w*Į�\�+ȝ
+�k'W�
+r�B�Z�w��
+�k'W�
+r�B�����ܩ�vrŮ w*Į�|ǮY>��vrŮ w*Į�\�+ȝ
+�k'W�
+r�B�Z�w��
+�k2��^hŮ�/b��B��n�ۧ��
�~̱��ڱ��)v����/������ϧ��E�����9w�^�����EW��__Ͻy����{/�G�j�K��I��\=��U=�ܩ�z,�z$�Ss���U=�|Ps�X�W�Hr��걔���N��c)_�#ɝ���N��䃚��R��G�;5W��|U�$wj�K��I��\=vrU� �\=��U=�ܩ�z,�z$�Ss�X�W�Hr��걓�z���걔���N��c)_�#ɝ���R��G�;5W��|W�Y>��z,�z$�Ss�X�W�Hr��걔���N��c'W��A��c�>U��6f�K�����\=��U=�ܩ�z�ܫz�3s�X�W�Hn��걔���N��c�>U��6f�;��Gpj�K��I��X=��S�Hjc��T���N��c'W��A��c�>U��6f�K�����\=��U=�ܩ�z��A>��z,�z$�Ss�X�W�Hr��걔���N��c'W��A��c)_�#ɝ���R��G�;5W��|U�$wj�;��G�j�K��I��\=��U=�ܩ�z,�z$�Ss���U=�|Ps�X�W�Hr��걔���N��c)_�#ɝ���N��䃚��R��G�;5W��|U�$wj�K��I��\=V�]=f���걔���N��c)_�#ɝ���R��G�;5W��\�#�5W��|U�$wj�K��I��\=��U=�ܩ�z��A>��z,�z$�Ss�X�W�Hr��걔���N��c'W��A��c)_�#ɝ���R��G�;5V���T=�ژ�z�Ԫ�=��z,�z$�SS�X�_�G�%�����N��c'W��A��c�>U��6f�K�����\=��U=�ܩ�z�ܫz�3s�X�W�Hn��걔���N��c�>U��6f�;��Gpj�K��I��\=��U=�ܩ�z,�z$�Ss���U=�|Ps�X�W�Hr��걔���N��c)_�#ɝ���N��䃚��R��G�;5W��|U�$wj�K��I��\=V�]=f���걔���N��c)_�#ɝ���R��G�;5W��\�#�5W��|U�$wj�K��I��\=��U=�ܩ�z��A>��z,�z$�Ss�X�W�Hr��걔���N��c'W��A��c����^�T=�y���cz��\=>�]=���6W��]=>���?���o����O��>}�Xf��W��/�ƙ|~���?~��=��&���7?��7M��B���S���仹��A�沓���S����j.A�Th.;��K�;��J���,Th.;��K�;��N���N�沓���S���仹��A�沓���S����j.A�Th.;��K�;��J���,Th.;��K�;��N���N�沓���S���仹��A�沓���S����j.A�Th.;��K�;��F~�\F��Bs���\�ܩ�\vr5� w*4��\�%ȝ
+�e%��e�jn.;�j.AmLh.;��Kp;��N���N��e�Vs��΄�S���S����j.A���\v��\�ژ�\V��\f��Bs���\�ܩ���ܫ��1����j.��Th.+�n.�|PssٹWs	jcBs٩�\�۩�\vr5� w*4��|7�Y>��\vr5� w*4��\�%ȝ
+�e'Ws	r�BsY�ws��
+�e'Ws	r�Bs���\�ܩ�\vr5� w*4��|7�Y>��\vr5� w*4��\�%ȝ
+�e'Ws	r�BsY�ws��
+�e'Ws	r�Bs���\�ܩ�\vr5� w*4��|7�Y>��\vr5� w*4��\�%ȝ
+�e'Ws	r�Bs��Ϛ�(�Th.;��K�;��N���N�沓���S���仹��A�沓���S����j.A�Th.;��K�;��J���,Th.;��K�;��N���N�沓���S���仹��A�沓���S����j.A���\v��\�ژ�\V��\f��Bs���\�ܩ���ԧ��o��\vb5��v*4��|7�Y>����ܫ��1����j.��Th.;��K�;57��[�eV;��N���N�沓���SssٹWs	jcBsY�ws�݃
+�e'Ws	r�Bs���\�ܩ�\vr5� w*4��|7�Y>��\vr5� w*4��\�%ȝ
+�e'Ws	r�BsY�ws��
+�e'Ws	r�Bs���\�ܩ�\vr5� w*4�������I�沓���S����j.A�Th.;��K�;��J���,Th.;��K�;��N���N�沓���S���仹��A�沓���S����j.A�Th.;��K�;��J���,Th.c�5��B��<��\���=4���������r=����Ss�O/i�o?��?>~��ǯ;��>>r�nry�O���o����{�W.&�;���������;/��;�;�J��,T��:��;�;�N���N����+��S!���;���A����+��S!�����@�T��:��;�;�J��,T��:��;�;�N���N����+��S!���;���A����+��S!�����@�T��:��;�;�F~��E��B~�ɕ߁ܩ��ur�w w*�w�\�ȝ
+�]%��]�j��:���@mL��:��;p;�N���N��]�V~��΄��S+��S!�����@�Ԝ�u�߁ژ��U��e��B~�ɕ߁ܩ9���+��1!�������T��*���|Ps~׹W~jcB~ש�߁۩��ur�w w*�w�|�wY>���ur�w w*�w�\�ȝ
+�]'W~r�B~W�w~��
+�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY>���ur�w w*�w�\�ȝ
+�]'W~r�B~W�w~��
+�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY>���ur�w w*�w�\�ȝ
+�]'W~r�B~����(�T��:��;�;�N���N����+��S!���;���A����+��S!�����@�T��:��;�;�J��,T��:��;�;�N���N����+��S!���;���A����+��S!�����@�Ԝ�u�߁ژ��U��e��B~�ɕ߁ܩ1��ԧ��o���ub�w�v*�w�|�wY>�9���+��1!�������T��:��;�;5�w�[�]V;�N���N����+��Ss~׹W~jcB~W�w~�݃
+�]'W~r�B~�ɕ߁ܩ��ur�w w*�w�|�wY>���ur�w w*�w�\�ȝ
+�]'W~r�B~W�w~��
+�]'W~r�B~�ɕ߁ܩ��ur�w w*�w��,���I����+��S!�����@�T��:��;�;�J��,T��:��;�;�N���N����+��S!���;���A����+��S!�����@�T��:��;�;�J��,T��b%��w�B+�;��߅����������㕇������{�z~~���߭���
+�N�ݟ>|���W��r���_~��U���Ǐ_�� �O���������$�����������[��7��<Uq�G����Q���y�T�e��B��UŁܩP�urUq w*Tq�\Uȝ
+U\%�U\�*Tq�\Uȝ
+U\'Wr�B��UŁܩP�U�]�e��B��UŁܩP�urUq w*Tq�\Uȝ
+U\%�U\�*Tq�\Uȝ
+U\'Wr�B��UŁܩP�5�*.�'��N�*�N�*�����S�����@�T��*���|Ps׹WjcBשUŁ۩P�urUq wj��*����v&Tq�ZU��
+U\'Wr��*�s�*�Ƅ*�R�*.���N�*�N�U\�^U��	U\�Vn�BW�w�僚��ν�8P��N�*�N�*�����S���今��A�*�����S�����@�T��:��8�;��J���,T��:��8�;��N�*�N�*�����S���今��A�*�����S�����@�T��:��8�;��J���,T��:��8�;��N�*�N�*�����S���今��A�*�����S�����@�T��:��8�;��F~V�E��B��UŁܩP�urUq w*Tq�\Uȝ
+U\%�U\�*Tq�\Uȝ
+U\'Wr�B��UŁܩP�U�]�e��B��UŁܩP�urUq w*Tq�\Uȝ
+U\%�U\�*Tq�\Uȝ
+U\'Wr��*�s�*�Ƅ*�R�*.���N�*�N�U\�>Uq ~K�*����S���今��A�U\�^U��	U\�Vn�B��UŁܩ���ܪ�ڙP�ujUq�v*Tq�\Uȝ���ν�8P��J����T��:��8�;��N�*�N�*�����S���今��A�*�����S�����@�T��:��8�;��J���,T��:��8�;��N�*�N�*�����S��k�gU\�O*Tq�\Uȝ
+U\'Wr�B��UŁܩP�U�]�e��B��UŁܩP�urUq w*Tq�\Uȝ
+U\%�U\�*Tq�\Uȝ
+U\'Wr�B��UŁܩP�U�]�e��BB����ZU���*.��o��n��
��(���j�OM����ۇϟ?}������������^���/����~����׏_?��pu���ߜ������C��T��6(�(vt��e�|�e�1!�̪��٘�5�E�3!��ꁲ٘PUf�@�lLH�*�J�l6&t@�yg@��L��*��l6&@�YP6�ʬ�'��	�Oa>K�y0!����~�٘P�TfE?�lLH~*���l6&�>�y�>����T���d�["�>�W�O2�ʬ�'����F��'z��O�Uߓ�Ƅ��2+��fc洧��'{���i�;�bgB�S���d�1s�S�WГ�o���T^�<YlLhy�Ny�ٙ9�ī��޷D�x*�"�,6&$<�YO6��Ƽ�hv&�;�Y�N6ʝʬp'��	�NeV���Ƅf�1�d'��	�NeV���ƄZ�2+��fcB�S�U�d�1��i�;ӉfgB�S���d�1�Щ�
+t�٘��Tf�9�lLhs�Ns�ٙ�Tfu9�lL�r*���l6&$9�YEN6z�Ƽs�hv&�8�Y-N6J�ʬ'��	NeV���Ƅ�0�%8�<��Tf�7�lL�o*��l6&�7�Y�M6��Ƽ��hv&D7�Y�M6��ʬ�&��	�MeVm��Ƅ֦1��&��	�MeVg��Ƅʦ2+��fcBbS�U�d�1��i�;��fgB\S���d�1����
+k�٘9��ī��޷Dhj�Nj�ؙ�Tf�4�l�X�T�SL��ox��TV�4�kL�h��h�ٙ9��ī��޷D(h*��,6&�3�Y�L63�3�X�L�™ʫn&��	�LeV4�����L%^�L��%B/�xw.�΄X�2���fcB)S��d�1!��̪d�٘��4��D�3!����c�٘P�Tf�1�lLHc*�ʘl6&t1�yg1��L�b*���l6&1�YAL6r�ʬ&��	-La>Ka�y0!����`�٘P�TfE0�lLH`*�
+�l6&�/�y�/��L�_*�ڗl6&�/�Y�K6��ʬ�%��	�Kc��K4;��ʬ�%��	�KeV��Ƅ��r��{������<E������r�q�u��^����O^������z�����7�W�Ϸ^l=��^k��S��w?�_��7?���÷O?��=�\=����g�w>�ۧ������A���so�s|��������ݻ/4��i�������ӡ���F�S/�_��z�=�N~z�N� ?~;7���~z�N}_�t�vn�ۏ}=M�A� ?~;���c_O�ܩ��o���~��i�;�������f���aT�}�������������۫����3_O�ܩ�W7���aT������՟��it;�������ܽ��Y#�� ����W�r�s�>�jc^0�����V}z�N� ?~5���3?=�r��/?����}z��μ`��zx~j���4��zA�puxzn?��4ʝzA�t�P�ߟE�[��ڛ�������Ӥ�����ph?��4ʝzA~�^�_~3����F�S/ȏ���M����F�Sߗ������c_O�|P/ȏ���m����Q����s�k?��4ʝzA~�v��oZ��i�;�}�����޷�z��zA~{u���~��i�;����K����c_O�ܩ�OW����~z�N}_~�v�_~�����I>���o����F�S/ȏ���s����Q���ut'��� w*�,]����Y>�p�t'��� w*�,��u�4ȝ
+7Kwr�,
r���ҕ|�,��
+7Kwr�ǀܩ���5 r�„L'׆ȝ
++2�|��d��L'גȝ
+[2�\c2 w*��tr�ɀܩ�(S���L�*��tr�ʀܩ�+��5,r�´L'׶ȝ
+�2��l^&�'f:�f@�Tؘ����Saf��kg�N���J��f�|P��L�^k3�6&��tj
΀۩09�ɵ9r��ՙʭٙ�v&�tj-π۩�=��5>r����ν�g@mLX���{�&�Fh:�Vh@�ԼCӹ�
��	S4�Z[4�v*��T�=G�僚i:�Z��1a��Sk��N�Y�N�]�;�i*�����A�q�N�u�;�i:�j@�T����ڨ�Sa���,T���Z��Sa���k��N���N���;k*�����A�њN���;vk:��k@�T����ڮ�Sa������,T���Z��Saæ�k��N��N��;�l*�����A�1�N�5�;�l:�m@�T����ڴ�Saզ����D��°M'ײ
ȝ
+�6�\�6 w*��tr�ۀܩ�pS���M�*��tr�܀ܩ�s��5tr���M'��
ȝ
+k7�|��d����M'��
ȝ
+�7�\�7 w*��tr�ހܩ�|S���M�*��tr�߀ܩ���5�r��	�ν6p@mLX���{'��p:��p@�Ը�өOc8 ~K�9�N�=P;q*�����Aͣ8�{��ژ��ө5�n��4N'�6ȝ��q*��q�ڙ0�ө��n��FN'�Hȝ�gr:����1a)�R臭�T���Z��Sa/��k0�N�ɜN���;Vs*�����A��N���;�s:��s@�T�������SaA���	�,T���Z��SaG��kH�N�)�N�-�;�t�ٜN�O*�tr-�ܩ����5�r�¬N'׮ȝ
+�:�|O�d��¸N'׺ȝ
+�:�\; w*L�trm�ܩ��S���N�*�tr-�ܩ����5�r���N���v�������ŝ�F������/��7,������4����>|�ᴽ�����ˇxf�����W�Vw4Ǒ�s�q��f��x�u�Gv*�qtr�q�ܩy��s�9P�8:��8��T��h�gsQ>�y��s�9P�8:��8��T�������S�G��GV;�8:��8��T�������S�G�>�q��-�8*����A�9�N�9�;�8:��8@�T�������Sa����9�,T�������Sa���k��N�9�N�9�;�8*�����A�9�N�9�;�8:��8@�T�������Sa����9�,T�������Sa���k��N�9�N�9�;�8*�����A�9�N�9�;�8:��8@�T�������Sa����9�,T�������Sa���k��N�9�N�9�;�8*�����A�9�N�9�;�8:��8@�T�������Sa����9�,T�������Sa���k��N�9�N�9�;�8��G�O*�qtr�q�ܩ0���5�r��G'�ȝ
+s�|�qd���9�ν�8@mL���Ԛ���Sa���k��N�s�[sY�L���Ԛ���Sa���k��N�s�{�q�ژ0�Q��Gv*�qtr�q�ܩy��s�9P�8:��8��T���{�#�5�qt�5�jc�G����
+s�\s w*�qT�=Ǒ�
+s�\s w*�qtr�q�ܩ0���5�r��G%�sY>�0���5�r��G'�ȝ
+s�\s w*�qT�=Ǒ�
+s�\s w*�qtr�q�ܩ0���5�r��G%�sY>�0���5�r��G'�ȝ
+s�\s w*�qT�=Ǒ�
+s�\s w*�qtr�q�ܩ0���5�r��G#?���I�9�N�9�;�8:��8@�T�������Sa����9�,T�������Sa���k��N�9�N�9�;�8*�����A�9�N�9�;�8:��8@�T�������Sa����9�,T�������Sa���k��N�s�{�q�ژ0�Q��Gv*�qtr�q�ܩq��S��8@��s�Xs�v*�qT�=Ǒ僚�8:�����1a��Sk��N�9�N�9�;5�qTn�qd�3a��Sk��N�9�N�9�;5�qt�5�jc�G��s�=�0���5�r��G'�ȝ
+s�\s w*�qT�=Ǒ�
+s�\s w*�qtr�q�ܩ0���5�r��G%�sY>�0���5�r��G'�ȝ
+s�\s w*�q4�9�(�T�������Sa���k��N�9�N�9�;�8*�����A�9�N�9�;�8:��8@�T�������Sa����9�,T�������Sa���k��N�9��$��q��9��Js�~����6���G���ck���4��?|��/~���w�������ǯ����=���͹���p��|�p��T=�_y=��/���N�����\ϗ�Uϓܩ��/կ�<��s=߉UσzPs=_�W=Or��z���z��N��|)_�<ɝ���N�z䃚��R��y�;5��|��$wj��K���I��\�wr�� �\ϗ�Uϓܩ��/嫞'�Ss=_�W=Or��z�������z���z��N��|)_�<ɝ���R��y�;5��\�<�5��|��$wj��K���I��\ϗ�Uϓܩ�����A>���/嫞'�Ss=_�W=Or��z���z��N��|'W=�A��|)_�<ɝ���R��y�;5��|��$wj��;��y�j��K���I��\ϗ�Uϓܩ��/嫞'�Ss=_�w=�哚��R��y�;5��|��$wj��K���I��\�wr�� �Xϗ�S=Ojc�z�T�z��N��|)_�<ɝ��ν�yP;3��z���vj��K���I��Xϗ�S=Ojc�z�S�����z���z��N��|�>��6f��K������\�wr�� �Xϗ�S=Ojc�z�T�z��N��|)_�<ɝ���N�z䃚��R��y�;5��|��$wj��K���I��\�wr�� �\ϗ�Uϓܩ��/嫞'�Ss=_�W=Or��z�������z���z��N��|)_�<ɝ���R��y�;5��\�<�5��|��$wj��K���I��\ϗ�Uϓܩ�����A>���/嫞'�Ss=_�W=Or��z���z��N��|%��|�Oj��K���I��\ϗ�Uϓܩ��/嫞'�Ss=��Uσ|Ps=_�W=Or��z���z��N��|)_�<ɝ���N�z䃚��R��y�;5��|��$wj��K���I��\�wr�� �\ϗ�Uϓܩ��/嫞'�Sc=_�O�<�����N�z܃���R��y�;5�����'�[b��K��I��\�wr�� �Xϗ�S=Ojc�z�T�z��N��|)_�<ɝ��ν�yP;3��z���vj��K���I��Xϗ�S=Ojc�z�S�����z���z��N��|)_�<ɝ���R��y�;5��\�<�5��|��$wj��K���I��\ϗ�Uϓܩ�����A>���/嫞'�Ss=_�W=Or��z���z��N��|%��|�Oj��K���I��\ϗ�Uϓܩ��/嫞'�Ss=��Uσ|Ps=_�W=Or��z���z��N��|)_�<ɝ���N�z䃚��R��y�;5��|��$wj��S�]���B��޼��p��Oo����{��������߯��n�������������ϟ�S��?������������w[�~��ofp�_�ۗ?[9s�O�����RG�3���;�8��I��B)���S!����$@�T�$*��$�|P!����$@�T�$:�2	�;2�N�L�N�L���eQ>��Itre w*d�\�ȝ
+�D'W&r�B&Q�w&�僚3�ν2	P2�N�L�N�L��+���Ss&Q��Id�3!����$��T�$:�2	�;5g�{e�6&d�zg�=��Itre wj�$:��$@mL�$:�2	p;2�J�3�,ԜIt�I�ژ�Itje�v*d�\�ȝ
+�D%ߙD�*d�\�ȝ
+�D'W&r�B&�ɕI�ܩ�IT�Id��B&�ɕI�ܩ�Itre w*d�\�ȝ
+�D%ߙD�*d�\�ȝ
+�D'W&r�B&�ɕI�ܩ�IT�Id��B&�ɕI�ܩ�Itre w*d�\�ȝ
+�D%ߙD�*d�\�ȝ
+�D'W&r�B&�ɕI�ܩ�I4�L"�'2�N�L�N�L��+���S!����$@�T�$*��$�|P!����$@�T�$:�2	�;2�N�L�N�L���L"�2�N�L�N�L��+���S!����$@�T�$*��$�|P!����$@�T�$:�2	�;5g�{e�6&d�zg�=��Itre wj�$:�)���["d�X���
+�D%ߙD�j�$:��$@mL�$:�2	p;2�N�L�N͙D�V&��΄L�S+���S!����$@�ԜIt�I�ژ�IT�Id��B&�ɕI�ܩ�Itre w*d�\�ȝ
+�D%ߙD�*d�\�ȝ
+�D'W&r�B&�ɕI�ܩ�IT�Id��B&�ɕI�ܩ�Itre w*d�\�ȝ
+�D#?�$�|R!����$@�T�$:�2	�;2�N�L�N�L���L"�2�N�L�N�L��+���S!����$@�T�$*��$�|P!����$@�T�$:�2	�;2�x���$��V&q�B)�o42�;�$/�� �XO�Lb]2��������F��KK^~�|�������R	q$<��r ���{��ܬw�y��	�f�3�6�N����T�Ͱ��6C�;5�fةO���-n3���6ìT�Ͱ��6C�;n3����N��;�n3�S�6�J�o3��A��;�n3�S�6�N��A�T�Ͱ��6C�;n3���6�,T�Ͱ��6C�;n3����N��;�n3�S�6�J�o3��A��;�n3�S�6�N��A�T�Ͱ��6C�;n3���6�,T�Ͱ��6C�;n3����N��;�n3�S�6�J�o3��A��;�n3�S�6�N��A�T�Ͱ��6C�;n3���6�,T�Ͱ�+��S!�����A�T��;�2}�;2�J�3�,T��;�2}�;2�N�L�N�L��+��S!�o�g�~�O*d��\�>ȝ
+�~'W�r�B��ɕ�ܩ��W��g���L�s�L�ƄL�S+��S!�����A�Ԝ�Wne�Y�L��;�2}p;2�N�L�N͙~�^�>��	�~�ޙ~v*d��\�>ȝ�3�ν2}P2�N�L�N�L���L?�5g��{e��6&d��Z�>��
+�~'W�r�B�_�w���
+�~'W�r�B��ɕ�ܩ��wre� w*d��|g�Y>���wre� w*d��\�>ȝ
+�~'W�r�B�_�w���
+�~'W�r�B��ɕ�ܩ��wre� w*d��|g�Y>���wre� w*d��\�>ȝ
+�~'W�r�B�_�w���
+�~'W�r�B��ɕ�ܩ��wre� w*d���,ӏ�I�L��+��S!�����A�T��;�2}�;2�J�3�,T��;�2}�;2�N�L�N�L��+��S!ӯ�;���A�L��+��S!�����A�T��;�2}�;2�J�3�,T��;�2}�;2�N�L�N͙~�^�>��	�~�ޙ~v*d��\�>ȝ3�N}��A���~'V�j�B�_�w��僚3�ν2}P2�N�L�N�L��+��Ss�_���g�3!�������T��;�2}�;5g��{e��6&d��zg��=���wre� w*d��\�>ȝ
+�~'W�r�B�_�w���
+�~'W�r�B��ɕ�ܩ��wre� w*d��|g�Y>���wre� w*d��\�>ȝ
+�~'W�r�B����2�(�T��;�2}�;2�N�L�N�L��+��S!ӯ�;���A�L��+��S!�����A�T��;�2}�;2�J�3�,T��;�2}�;2�N�L�N�L?��]�/�2��J�~x�ߜ��?]��>�A���ڙ��)�������׏��7�7�{�ӣ3��������O����B�r=��-CG��뤎�N�����8�:�N���N�����#�S�#���A�T�+�|P�#���A�T�;�:b�;:�N���N�����8�:�N���N�����#�S�#���A�T�+�|P�#���A�T�;�:b�;:�N���N�����8�:�N���N�����#�S�#���A�T�+�|P�#���A�T�;�:b�;:�N���N�����8�:�N���N�����#�S�#���A�T��YG�
+q'WGr�BG����ܩ�wru� w*tĕ|w�Y>��#�ܫ#�1�#�����T�;�:b�;5wĕ[qV;:�N���N�����#�SsGܹWGjcBG\�wG�݃
+q'WGr�掸s���Ƅ��S�#�S�#��#��A�q�^1��	q�VGn�BG����ܩ�W��g��BG����ܩ�wru� w*tĝ\1ȝ
+q%�q�*tĝ\1ȝ
+q'WGr�BG����ܩ�W��g��BG����ܩ�wru� w*tĝ\1ȝ
+q%�q�*tĝ\1ȝ
+q'WGr�BG����ܩ�W��g��BG����ܩ�wru� w*tĝ\1ȝ
+q#?눣|R�#���A�T�;�:b�;:�N���N�����8�:�N���N�����#�S�#���A�T�+�|P�#���A�T�;�:b�;:�N���N�����8�:�N���N�����#�SsGܹWGjcBG\�wG�݃
+q'WGr�Ǝ�S�:b�%BG܉��ک�W��g��掸s���Ƅ��S�#�S�#���A���Wnu�Y�L�;�:bp;:�N���N�q�^1��	q��qv*tĝ\1ȝ
+q'WGr�BG����ܩ�W��g��BG����ܩ�wru� w*tĝ\1ȝ
+q%�q�*tĝ\1ȝ
+q'WGr�BG����ܩ�7�8�':�N���N�����#�S�#���A�T�+�|P�#���A�T�;�:b�;:�N���N�����8�:�N���N�����#�S�#l���������;��F�#�����(^N��x=�;�SG��_?��������������!��;����}߷W���8�7\��y�y.���������yG}z�N� _7�wr�sr��{�+��9�jg�=�Z���۩p�y'�=� wj��S��9�["�s^��=�Y=�p�y'�=� w*�s��u�9ȝ
+��\� w*�T�O��
+��\� w*�tr��ܩ�O�ɵO�r��>A%��Y>��O�ɵO�r��>A'�>ȝ
+��\� w*�T�O��
+��\� w*�tr��ܩ�O�ɵO�r��>A%��Y>��O�ɵO�r��>A'�>ȝ
+��\� w*�T�O��
+��\� w*�tr��ܩ�O�ɵO�r��>A%��Y>��O�ɵO�r��>A'�>ȝ
+��\� w*�T�O��
+��\� w*�tr��ܩ�O�ɵO�r��>A#?�'��I�}�N�}�;�	:��	@�T�'���'��Sa����}�,ԼOй�>��	��Z��v*�tr��ܩy��rk� ��	��Z��v*�tr��ܩy��s�}P�	*��'��A�}�N�}�;5�t�O�jc�>A��>��
+��|�d���}�ν�	@mL�'���'��Sa���k���N�}�J��	�|Pa���k���N�}�N�}�;�	:��	@�T�'��{� ��	:��	@�T�'���'��Sa���k���N�}�J��	�|Pa���k���N�}�N�}�;�	:��	@�T�'��{� ��	:��	@�T�'���'��Sa���k���N�}�J��	�|Pa���k���N�}�N�}�;�	:��	@�T�'h�g�Q>��O�ɵO�r��>A'�>ȝ
+��\� w*�T�O��
+��\� w*�tr��ܩ�O�ɵO�r��>A%��Y>��O�ɵO�r��>A'�>ȝ
+��\� w*�T�O��
+��\� w*�tr��ܩy��s�}P�	*��'��A�}�N�}�;5�t��>��a��k���N�}�J��	�|P�>A�^��6&�tj��۩�O�ɵO�r��}�ʭ}��v&�tj��۩�O�ɵO�r��}�ν�	@mL�'��{� ��	:��	@�T�'���'��Sa���k���N�}�J��	�|Pa���k���N�}�N�}�;�	:��	@�T�'��{� ��	:��	@�T�'���'��Sa���k���N�}�F~�O�
+��\� w*�tr��ܩ�O�ɵO�r��>A%��Y>��O�ɵO�r��>A'�>ȝ
+��\� w*�T�O��
+��\� w*�tr��ܩ�O
+�v��^h���P�'o������˟^�{�����}?�|{s|����@�zN����u��?}�����ۯ���g�������3��̑�tsq��pus��Wb�=�ܛ�|g*�f��넅P:���TXH��ZH��S�BB��BBV;:���TXH��ZH��S�BB�>-$��-*�^H��A���N���;:�@�TXH��ZH��Sa!��,TXH��ZH��Sa!��k!�N���N���;*�^H��A���N���;:�@�TXH��ZH��Sa!��,TXH��ZH��Sa!��k!�N���N���;*�^H��A���N���;:�@�TXH��ZH��Sa!��,TXH��ZH��Sa!��k!�N���N���;*�^H��A���N���;:�@�TXH��ZH��Sa!��,TXH��ZH��Sa!��k!�N���N���;��BB�O*,$tr-$�ܩ���ɵ��r��BB'�Bȝ
+	�|/$d��慄ν@mLXH��ZH��Sa!��k!�N�	�[	Y�LXH��ZH��Sa!��k!�N�	�{-$�ژ��P��BBv*,$tr-$�ܩy!�s��P:���TXH��{!!�5/$t�jc�BB��B��
+	�\	 w*,$T򽐐�
+	�\	 w*,$tr-$�ܩ���ɵ��r��BB%�	Y>����ɵ��r��BB'�Bȝ
+	�\	 w*,$T򽐐�
+	�\	 w*,$tr-$�ܩ���ɵ��r��BB%�	Y>����ɵ��r��BB'�Bȝ
+	�\	 w*,$T򽐐�
+	�\	 w*,$tr-$�ܩ���ɵ��r��BB#?[H��I���N���;:�@�TXH��ZH��Sa!��,TXH��ZH��Sa!��k!�N���N���;*�^H��A���N���;:�@�TXH��ZH��Sa!��,TXH��ZH��Sa!��k!�N�	�{-$�ژ��P��BBv*,$tr-$�ܩq!�S�@��	�X	�v*,$T򽐐僚:�ZH��1a!�Sk!�N���N���;5/$Tn-$d�3a!�Sk!�N���N���;5/$t�jc�BB��	�=����ɵ��r��BB'�Bȝ
+	�\	 w*,$T򽐐�
+	�\	 w*,$tr-$�ܩ���ɵ��r��BB%�	Y>����ɵ��r��BB'�Bȝ
+	�\	 w*,$4򳅄(�TXH��ZH��Sa!��k!�N���N���;*�^H��A���N���;:�@�TXH��ZH��Sa!��,TXH��ZH��Sa!��k!�N�����	�Bk!���w�������_~u�����ZH�;-$���?]��㿼��/��������ul%<=_�_����V�������yx>�L)�+��޼��o��z|�}��ޑ��F�S/��nj��è6�������c�>=�n�^XjX;��l#�'5�ctjc�:F��:��
 ��\� wj^Ǩ�Z��jg�:F��:��
-��\� wj^���c�Ƅu�J=�1�{��:F'�:ȝ��1:�X���1a�Sk�N�u�J>�1�|��u��=�1@mLX���Z���Sa��k�N�u�J>�1�|��:F'�:ȝ
-��\� w*�ctr�c�ܩ��Q��:F�/TX���Z���Sa��k�N�u�N�u�;�1*�\���
-��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y�Pa��k�N�u�N�u�;�1:��1@�TXǨ�s#�*�ctr�c�ܩ���ɵ�r��:F'�:ȝ
-���f#�W*�ctr�c�ܩ���ɵ�r��:F'�:ȝ
-��|�cd�B�u�N�u�;�1:��1@�TX���Z���Sa���u�,_����ɵ�r��:F'�:ȝ
-��\� w*�cT򹎑��1:��1@�TX���Z���S�:F���6&�cT깎���1:��1@�Ը�ѩ�� ~O�u�N�uP;�1*�\����1:�X���1a�Sk�N�u�N�u�;5�cTn�cd�3a�Sk�N�u�N�u�;5�ctjc�:F���ٽPa��k�N�u�N�u�;�1:��1@�TXǨ�s#�*�ctr�c�ܩ���ɵ�r��:F'�:ȝ
-��|�cd�B�u�N�u�;�1:��1@�TX���Z���Sa��߬cD�J�u�N�u�;�1:��1@�TX���Z���Sa���u�,_����ɵ�r��:F'�:ȝ
-��\� w*�cT򹎑��1:��1@�TX���Z���Sa#�9���Bc����:Fx�?^������f�v�ݩ��aw��G_����px�X=�>���6�������??}��������/?���?��ᇟ>�K����<�F쯷ߝ^�������A��gt����B���
-EP'Wr�B��U�ܩPurA w*A�|AY�P���*�@�T(�:�� �;��N�"�N�"���"(�*A�\Eȝ
-EP'Wr�B��U�ܩP5�"(�W*A�\Eȝ
-EP'Wr�B��U�ܩPU�Ye�B�EP�E��	EP�Vn�B��U�ܩ���*��ڙPujA�v*A�\Eȝ����=� P��J=���^�PurA wj.�:�(�@mL(�:�� p;��J>��,_���ܣ�1���*���T(�:�� �;��J>��,_�PurA w*A�\Eȝ
-EP'Wr�BT�g����N�"�N�"����S���*�@�T(�*�,��|�B��U�ܩPurA w*A�\Eȝ
-EP%�EP�/T(�:�� �;��N�"�N�"����S�����
-EP'Wr�B��U�ܩPurA w*A�����
-EP'Wr�B��U�ܩPurA w*A�|AY�P���*�@�T(�:�� �;��N�"�N�"���"(�*A�\Eȝ
-EP'Wr�B��U�ܩPU�Ye�B�"����S���*�@��\u�Q�ژPU�Ye�B�"����Scԩ�E�����*�@�T(�*�,��|��"�s�"�Ƅ"�S��S���*�@��\UnAY�L(�:�� p;��N�"�N�EP�E��	EP��EPv/T(�:�� �;��N�"�N�"����S�����
-EP'Wr�B��U�ܩPurA w*A�|AY�P���*�@�T(�:�� �;��N�"�N�"���AQ�R���*�@�T(�:�� �;��N�"�N�"���"(�*A�\Eȝ
-EP'Wr�B��U�ܩPU�Ye�B�"����S���*�@�T(�B��A�B��}�T�7��E��uw�������,��EП>����_��oo��_�}������~����}���������ǧ>��:;��;7��~ا��Lh���?�����pw�&���S�\%�'�|��p�{���1�\��	8p;N�ur���S�\%�'�|��	�N�p w*����:r��	�N�p w*�����\�/T8��u�N�p�\'�@�T8��u�N�p�|����
-'�:�N��ܩp���ȝ
-'�:�N��ܩp���pY�P�\'�	8�;N�ur���S�\'�	8�;N�U�y.�*����:r��	�N�p w*����:r��	�F~s.�W*����:r��	�N�p w*����:r��	�J>O�e�B�p�\'�@�T8��u�N�p�\'�@�T8W��	�,_�p���ȝ
-'�:�N��ܩp���ȝ
-'�*�<��N�ur���S�\'�	8�;5�������	'�*�<��N�ur���S�	�N}=��D8׉u�N�p�|����O�u�q�Ƅp�Z'���T8��u�N�'�*�N�e�3�\��	8p;N�ur���S�	��=N��ژp�R�pٽP�\'�	8�;N�ur���S�\'�	8�;N�U�y.�*����:r��	�N�p w*����:r��	�J>O�e�B�p�\'�@�T8��u�N�p�\'�@�T8��oN�E�J�p�\'�@�T8��u�N�p�\'�@�T8W��	�,_�p���ȝ
-'�:�N��ܩp���ȝ
-'�*�<��N�ur���S�\'�	8�;N��CY�	8x�q����O�'����?펇˟^�pg�����χ�����e��x��س��=�&�����{|���e�;�~~��Ǎ��B8=~��ĝwϽ{��ݟ�����6��*O�|�n����ᥕ_�F�S7�ϻ����ʯO�ܩ������u�=�jc�7��w����3O�{�n����C����Q��
����v�=�jcn����ӱ�̯O�۩����_����1�\O�|�n��_��e�~{���0�����V}}�Nݐ����K��_�F�S������ŕ��0���a>�_O��=�F�S7�ϻ������(w���{�?��Ϣ�=��q�ۿ<��x��uC~�^���>�F�S7������0���4ʝ�!?7���c�>�r�ޗ�����~��i�/�
���y<��x�Nݐ���������(w����<<=����(w�}�q�{x}j?��4����{:=��x�Nݐ?�^^ڏ}<�r�n�O����c�>�r�ޗ?�������T��4������_��i�;uC~�v���>�F�S7��߭?���(w�}�������;�`]�&�Bݐ������Y�x�Nݐ������cO�ܩ�qQX'��c w*\?V���cY�P���N���@�T�~����1�;���~�N���*��~,�*\?��u�ȝ
-׏ur]?r���c�\׏�ܩp�X%�׏e�B���:���S���N���@�T�~����1�;�k�7׏E�J���:���S���N���@�T�~����1�;������,_�����=��1���N�����T�~����1�;5_?V�u�XV;��Ժ~�N���:���S��c�{\?jc��c�z^?�����~�N�׏u�1�jc��J���
+��\� wj\��ԧu�%�:F%��Y=����ɵ�r��:F'�:ȝ
+��\� w*�cT򽎑�
+��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y>����ɵ�r��:F'�:ȝ
+��\� w*�cT򽎑�
+��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y>����ɵ�r��:F'�:ȝ
+��\� w*�cT򽎑�
+��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y>����ɵ�r��:F'�:ȝ
+��\� w*�cT򽎑�
+��\� w*�ctr�c�ܩ���ɵ�r��:F#?[Lj�I�u�N�u�;�1:��1@�TX���Z���Sa���u�,Լ�ѹ�:��	��Z��v*�ctr�c�ܩy�rk#��	��Z��v*�ctr�c�ܩy�s�uP�1*�^���A�u�N�u�;5�ctjc�:F��:��
+��|�cd���u�ν�1@mLX���Z���Sa��k�N�u�J��1�|Pa��k�N�u�N�u�;�1:��1@�TXǨ�{#��1:��1@�TX���Z���Sa��k�N�u�J��1�|Pa��k�N�u�N�u�;�1:��1@�TXǨ�{#��1:��1@�TX���Z���Sa��k�N�u�J��1�|Pa��k�N�u�N�u�;�1:��1@�TX�h�g�Q>����ɵ�r��:F'�:ȝ
+��\� w*�cT򽎑�
+��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y>����ɵ�r��:F'�:ȝ
+��\� w*�cT򽎑�
+��\� w*�ctr�c�ܩy�s�uP�1*�^���A�u�N�u�;5�ct��:��a�k�N�u�J��1�|P�:F�^��6&�ctj�c�۩���ɵ�r��u�ʭu��v&�ctj�c�۩���ɵ�r��u�ν�1@mLXǨ�{#��1:��1@�TX���Z���Sa��k�N�u�J��1�|Pa��k�N�u�N�u�;�1:��1@�TXǨ�{#��1:��1@�TX���Z���Sa��k�N�u�F~���
+��\� w*�ctr�c�ܩ���ɵ�r��:F%��Y>����ɵ�r��:F'�:ȝ
+��\� w*�cT򽎑�
+��\� w*�ctr�c�ܩ����ux���q�B������p�|w|��u��۫���u���J=^X=8=vz��l�pZ���_��O�?x��_����׿��_?�����ң��?�\�w^�p��|�����Yt�HE��ˇ"�JEP�*A�\Eȝ
+EP'Wr�B��U�ܩPU�]e��B��U�ܩPurA w*A�\Eȝ
+EP%�EP�*A�\Eȝ
+EP'Wr�B��U�ܩP5�"(�'��N�"�N�"����S���*�@�T(�*�.��|PsԹWjcBԩU�۩PurA wj.�*����v&A�ZE��
+EP'Wr��"�s�"�Ƅ"�R�"(���N�"�N�EP�^E��	EP�Vn�BT�w�僚��ν� P��N�"�N�"����S�����A�"����S���*�@�T(�:�� �;��J���,T(�:�� �;��N�"�N�"����S�����A�"����S���*�@�T(�:�� �;��J���,T(�:�� �;��N�"�N�"����S�����A�"����S���*�@�T(�:�� �;��F~VE��B��U�ܩPurA w*A�\Eȝ
+EP%�EP�*A�\Eȝ
+EP'Wr�B��U�ܩPU�]e��B��U�ܩPurA w*A�\Eȝ
+EP%�EP�*A�\Eȝ
+EP'Wr��"�s�"�Ƅ"�R�"(���N�"�N�EP�>A ~K�"���S�����A�EP�^E��	EP�Vn�B��U�ܩ���*��ڙPujA�v*A�\Eȝ���ν� P��J����T(�:�� �;��N�"�N�"����S�����A�"����S���*�@�T(�:�� �;��J���,T(�:�� �;��N�"�N�"����S�j�gEP�O*A�\Eȝ
+EP'Wr�B��U�ܩPU�]e��B��U�ܩPurA w*A�\Eȝ
+EP%�EP�*A�\Eȝ
+EP'Wr�Bҕ��ZE���"(��o-�^.x�<��0AzjA7�"�O�~���/?��׿��/�>~��Q��?���>�������_�������^~�o�_g~�Oח2!���?��؛��p�M8Gn��p�\'�@>��\�>��#�1�	�R�N��۩�\)_'�H��|����5��+��ɝ�O���u��N�'�J�:Gr��p�\'�@>��\)_'�H��|���p$wj>W��	8�;5����:�A�'�J�:Gr��p�|��#�S�	�R�N��ܩ�\'�	8�j>W��	8�;5��+��ɝ�O���u��N�'�:�N��|P�	�R�N��ܩ�\)_'�H��|���p$wj>W��	�,��|���p$wj>W��	8�;5��+��ɝ�O�ur�����p�|��#�S�	�R�N��ܩ�\)_'�H��|����5��+��ɝ�O���u��N�'�J�:Gr��p�\'�@>��\)_'�H��|���p$wj<W�O'�Hm�|�S��5��+��ɝ�N����p$~K�'�J�:Gj��p�\'�@>��\�>��#�1�	�R�N��۩�\)_'�H��x�s�p�vf>W��	8r;5��+��ɝO����	8R3����:�A�'�J�:Gr��p�|��#�S�	�R�N��ܩ�\'�	8�j>W��	8�;5��+��ɝ�O���u��N�'�:�N��|P�	�R�N��ܩ�\)_'�H��|���p$wj>W��	�,��|���p$wj>W��	8�;5��+��ɝ�O�ur�����p�|��#�S�	�R�N��ܩ�\)_'�H��|����5��+��ɝ�O���u��N�'������7/tx�x.���OWw����:��;<�����y�����˞��G��szl����Ml{���������\���{�~������n���N~��ܛw_���pu{���Д��I>��WO���V~z�N� ���>ܵ���(w�����VK��è6��������M�����=��W����g��F�S/��nj��è6��񛹿�?����v�����ǯ���c����^���������aT�����<<�����v���9<֟��i�;�}���ռ�iq�>=Ljg^0�^=<?�_�z�N� �:<=���z�N� �z�?��Ϣ�-�}�����x�~��iR���{y8��z�N� ?~/�/���OO�ܩ�������OO�ܩ��o����m����I>���o������(w����9ܵ�z�N� ?~;��7���4ʝ����pu�|�~��i����VO�Ǿ�F�S/���ۏ}=�r�^�?]�?<���i�;�}���۹�]�J��&��^�����(z�N� ?~;���Ǿ�F�S/ȟ^B��c?=�r��/8~;�~{��{�NO�|P/ȏ�����,f=�r�^�����c_O�ܩ䧋�J��~��N�׏ur]?�A�׏��u�ɝ��+���1�;5_?V���c$wj�~����1�j�~�����H��|�X)_׏�ܩ���R��#�S��c�\׏�|P��c�|]?Fr����J��~��N�׏��u�ɝ�������,��|�X)_׏�ܩ���R��#�S��c�|]?Fr����:�������J���1R3_?V���c�vj�~�����H��x�X�^׏�ڙ���R��#�S��c�|]?Fr����J���1R3_?֩u��5_?V���c$wj�~�t��P�W:��W��T_��{|%�5��t�5�jc��J���
 ��
-�+�|��d�B��+�{���ژ0�ҩ5�n���J'��
+�+�\�+ w*��T�=���
+�+�\�+ w*��tr���ܩ0���5�r���J%��+Y>�0���5�r���J'��
 ȝ
-�+�|��d�B��N���;�W:��W@�T_��_�Sa|����,_�0���5�r���J'��
+�+�\�+ w*��T�=���
+�+�\�+ w*��tr���ܩ0���5�r���J%��+Y>�0���5�r���J'��
 ȝ
-�+�\�+ w*��T�9����W:��W@�T_��_�Sa|��k|�N��J>�W�|���J'��
+�+�\�+ w*��T�=���
+�+�\�+ w*��tr���ܩ0���5�r���J#?_��I��N���;�W:��W@�T_��_�Sa|����,T_��_�Sa|��k|�N��N���;�W*�_��A��N���;�W:��W@�T_��_�Sa|����,T_��_�Sa|��k|�N��+�{���ژ0�R���Jv*��tr���ܩq|�S��W@���+�X�+�v*��T�=��僚�W:�_�1a|�Sk|�N��N���;5��Tn��d�3a|�Sk|�N��N���;5��t�5�jc��J���+�=�0���5�r���J'��
 ȝ
-�+�\�+ w*��tr���ܩ0�R���J�/T_��_�Sa|��k|�N��N���;�W���J��T_��_�Sa|��k|�N��N���;�W*�_��
-�+�\�+ w*��tr���ܩ0���5�r���J%��+Y�Pa|��k|�N��N���;�W:��W@�T_��s|%�*��tr���ܩ0���5�r����=�W@mL_��s|%�*��tr���ܩq|�S_�W@���+�X�+�v*��T�9���5��t�1�jc��J���
-��
-�+�\�+ wj_��_�jg��J���
-��
-�+�\�+ wj_��c|�Ƅ�J=�W�{���J'��
+�+�\�+ w*��T�=���
+�+�\�+ w*��tr���ܩ0���5�r���J%��+Y>�0���5�r���J'��
+ȝ
+�+�\�+ w*��4��(�T_��_�Sa|��k|�N��N���;�W*�_��A��N���;�W:��W@�T_��_�Sa|����,T_��_�Sa|��k|�N��8ҍ�����:<]_	o��7En���"�����p����^~��p�����NOݞ�WnO�+��ח��>|~��?��/�����~�򿮯o~�����c����zz~�/����^�8�����=�Gq3���?����B)��S!�����@�T��:�2<�;2�J�3�,T��:�2<�;2�N��N���+��S!ë�;���A���+��S!�����@�T��:�2<�;2�J�3�,T��:�2<�;2�N��N���+��S!ë�;���A���+��S!�����@�T��:�2<�;2�F~��E��B��ɕ�ܩ��urex w*dx�\ȝ
+^%�^�j��:���@mL��:�2<p;2�N��N�^�V���΄�S+��S!�����@�Ԝ�u��ژ��U��e��B��ɕ�ܩ9���+��1!�������T��*���|Ps�׹W�jcB�ש��۩��urex w*dx�|gxY>���urex w*dx�\ȝ
+^'W�r�B�W�w���
+^'W�r�B��ɕ�ܩ��urex w*dx�|gxY>���urex w*dx�\ȝ
+^'W�r�B�W�w���
+^'W�r�B��ɕ�ܩ��urex w*dx�|gxY>���urex w*dx�\ȝ
+^'W�r�B����2�(�T��:�2<�;2�N��N���+��S!ë�;���A���+��S!�����@�T��:�2<�;2�J�3�,T��:�2<�;2�N��N���+��S!ë�;���A���+��S!�����@�Ԝ�u��ژ��U��e��B��ɕ�ܩ1��ԧ�o���ubex�v*dx�|gxY>�9���+��1!�������T��:�2<�;5gx�[^V;2�N��N���+��Ss�׹W�jcB�W�w��݃
+^'W�r�B��ɕ�ܩ��urex w*dx�|gxY>���urex w*dx�\ȝ
+^'W�r�B�W�w���
+^'W�r�B��ɕ�ܩ��urex w*dx��,Ë�I���+��S!�����@�T��:�2<�;2�J�3�,T��:�2<�;2�N��N���+��S!ë�;���A���+��S!�����@�T��b%�ex�B+�;���7��w���>}�Lw���V�w�w�������?�2/E>>|��߰3���������\�
+}��_U�C�������y�p?4��	�Cwj�
n���Ѝ��~�(��|?t�^�C�ژp?t�����v*���u?4ȝ�ܺ:��	�Cwj�
n���Н\�C�ܩ�~�N}��o�p?t%��Cg����Н\�C�ܩp?t'��� w*���u?4ȝ
+�CW�}?t�*���u?4ȝ
+�Cwr�
r���Н\�C�ܩp?t%��Cg����Н\�C�ܩp?t'��� w*���u?4ȝ
+�CW�}?t�*Str
S�ܩ0L��5Lr��0E'�0ȝ
+��|Sd���0E'�0ȝ
+��\� w*Str
S�ܩ0LQ��0E�*Str
S�ܩ0L��5Lr��0E'�0ȝ
+��|Sd���0E'�0ȝ
+��\� w*Str
S�ܩ0LQ��0E�*Str
S�ܩ0L��5Lr��0E'�0ȝ
+���l�"�'�):��)@�T������Sa���k��N�a�J��)�|P�0E�^��6&Stj
S�۩0L��5Lr��a�ʭa��v&Stj
S�۩0L��5Lr��a�ν�)@mL���{�"��):��)@��<Lѹ�0��	��Z��v*ST�=L�僚�):����1a��Sk��N�a�N�a
+�;�)*����A�a�N�a
+�;�):��)@�T������Sa����a�,T������Sa���k��N�a�N�a
+�;�)*����A�a�N�a
+�;�):��)@�T������Sa����a�,T������Sa���k��N�a�N�a
+�;�)*����A�a�N�a
+�;�):��)@�T������Sa����
SD���0E'�0ȝ
+��\� w*Str
S�ܩ0LQ��0E�*Str
S�ܩ0L��5Lr��0E'�0ȝ
+��|Sd���0E'�0ȝ
+��\� w*Str
S�ܩ0LQ��0E�*Str
S�ܩ0L��5Lr��a�ν�)@mL���{�"��):��)@��8LѩO� ~K�a�N�a
+P;�)*����A���{
S�ژ0Lѩ5Ln��0E'�0ȝ��)*��)�ڙ0Lѩ5Ln��0E'�0ȝ��):����1a��R�a��T������Sa���k��N�a�N�a
+�;�)*����A�a�N�a
+�;�):��)@�T������Sa����a�,T������Sa���k��N�a�N�a
+�;�)��0E�O*Str
S�ܩ0L��5Lr��0E'�0ȝ
+��|Sd���0E'�0ȝ
+��\� w*Str
S�ܩ0LQ��0E�*Str
S�ܩ0L��5Lr��0EXTh�)���0���a��F�}�����pO��5Lqs���>������ӗO_N+������Ǜ�s1g��6*�/������;�>�T��>)��S!���J�A�TH�;��j�;��J���,TH�;��j�;��N���N����+��S!���;���A����+��S!���J�A�TH�;��j�;��J���,TH�;��j�;��N���N����+��S!���;���A����+��S!���J�A�TH�;��j�;��J���,TH�;��j�;��N���N����+��S!���;���A����+��S!���J�A�TH�;��j�;��J���,TH�;��j�;��N���N����+��S!�n�gIu�O*$՝\I5ȝ
+Iu'WR
r�BR�ɕT�ܩ�TW�Tg��椺s���Ƅ��S+��S!���J�A�ԜTWn%�Y�LH�;��jp;��N���N�Iu�^I5��	Iu��Iuv*$՝\I5ȝ���ν�jP��N���N�����:�5'՝{%ՠ6&$՝ZI5��
+Iu'WR
r�BR]�wR��
+Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Օ|'�Y>��Twr%� w*$՝\I5ȝ
+Iu'WR
r�BR]�wR��
+Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Օ|'�Y>��Twr%� w*$՝\I5ȝ
+Iu'WR
r�BR]�wR��
+Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Ս�,���I����+��S!���J�A�TH�;��j�;��J���,TH�;��j�;��N���N����+��S!���;���A����+��S!���J�A�TH�;��j�;��J���,TH�;��j�;��N���N�Iu�^I5��	Iu��Iuv*$՝\I5ȝ��N}J�A��Iu'VR
j�BR]�wR�僚��ν�jP��N���N����+��SsR]��Tg�3!���J���TH�;��j�;5'՝{%ՠ6&$Օz'��=��Twr%� w*$՝\I5ȝ
+Iu'WR
r�BR]�wR��
+Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Օ|'�Y>��Twr%� w*$՝\I5ȝ
+Iu'WR
r�BR��ϒ�(�TH�;��j�;��N���N����+��S!���;���A����+��S!���J�A�TH�;��j�;��J���,TH�;��j�;��N���N��:�mR
/����:<_N������h��9PR�����۫�!��k��|u��g�߻�����Ӆ��t8��q�&��~����������p���ۼc>=Lfc^0?\�^���Be>=Lfc^0?]=���K%~}��o��k�W7O7�G��3/�o_�[Q~��a2������>K޷����q�~ԧ�Il��3���rw[��p6���y9�X�_�%�[�����yx,���Il���rxl?���d6�����y���F|z�F����zx~*���0��y��p���s�Q���l�槫�����(Y��.�j�ݑƺ�L�י0eR��d��Ƅ�ʬ�l6&��Tfm�d�1a��1��hv&̗Tf��d�1a��2k�$��	�%�Y�%�lLX-i�{�$��	�%�Y�%�lL�+�̚+�fc�XIe�VI6�J�*�fg�LIe�JI66J*�&J�٘0PR��O��Ƅu�Ƽ�I�ٙ0MR��L��Ƅ]�ʬY�l6&��Tfm�d�1a��1�A�hv&̑Tf��d�1a��2k�$��	C$�Y;$�lLX!i�{�$��	$�Y$�lL��̚�fc��He��H6�G��fg��He��H66G*�&G�٘08R��7��Ƅ���|66�̃	S#�YK#�lL��̚�fc��He��H6F��fg�y�J��E��-�E*��E�ؘ0,R��+���̫"�X�"�kD���Z�bcžHe֜H63��T�%��o��$�x��H;fD*�VD�٘yC��	��}K��ʫ��,6&��4�=����!�x-�d�["�T^͆d�1a4�2k3$��	�!�y�D�3a.�2k-$��	[!�YS!�lL
+���	�fc�JHc�#!��L���Z�fc�>He�<H6�A*��A�٘�Ҙ�0H4;fA*�VA�٘�	R�5	��ƄA�ʬ=�l6&��4�=�΄)�ʬ%�l6&�Tf̀d�1a�2k$��	 �y�D�3a��2k�#��	��Y��lL������fc��Ga>�H���ɏʬŏl6&�}Tf�}d�1a�2k�#��	K�y}D�3a�2k�#��	�Y�lL������fcºGc����L����Z��fc®Ge֬G6F=*�6=�٘��ј��G4;�<*��<�٘��Q�5����C�x�xd�["�x4�=��΄	�ʬ�l6f�屮���l}Ã�ʪ��5&,w4�=���̳�x�vd�["lvT^Mvd�1a��2k�#����:��:�׈0�Qy�ԑ�Ƅ��ʬ��l6f��k�#{�a���(v&�sTf�sd�1a��2k�#��	��Y��lLX�h�{�#��	��Y��lL��̚��fc�Ge�G6�8��fg�Ge�
+G668*�&8�٘0�Q�����Ƅ���|6��̃	��Y��lL�ݨ̚��fc��Fe��F67�܈fg��Fe��F6�6*��6�٘0�Q�����Ƅ��ƼG6�ٙ0�Q�����Ƅ}�ʬy�l6&�k\��h�5�۬i���I��_�k��y|�aaXc=��5�N�����_�5���?���ˇo_�����p�����ۇo���?�ϧo?��շ�N�|���O�^��O���r�W��_?�w������U��6nn���'�������Ù�w^(:�S��I%��N�|P��I'���;�tr�>�S��I'��;��T�}%�N�trC�S� J'�I�;΢trF�S�8J%��Q�|P�DJ'ב�;�tr�J�S�\J'���;��T�}6%�N�trO�S�J'�	�;ΨtrR�S�J#?;��
+'U:����ܩpX���
+ȝ
+�U:���ܩpd���3+Y>�pj����
 ȝ
-�+�\�+ w*��tr���ܩ0�R���J�/T_��_�Sa|��k|�N��N���;�W*�_��
-�+�\�+ w*��tr���ܩ0���5�r���J#�_��
-�+�\�+ w*��tr���ܩ0���5�r���J%��+Y�Pa|��k|�N��N���;�W:��W@�T_��s|%�*��tr���ܩ0���5�r���J��W������ퟷ�W�}�M����3�4�r������[�9��ː��W�驷��ux�~�\,����_��/�t����yxx��_��[گ�����_��WX?�����׼�~z��c;û�B!�#�Ss�W�G�Gr�������N�^'W��3�R>2<�;5gx�|dx$wj��J���H�Ԝ�urex _�9�+�#�#�Ss�W�G�Gr�������N�^'W��3�R>2<�;5gx�|dx$wj��J���H�Ԝ�urex _�9�+�#�#�Ss�W�G�Gr�������N�^%�^��Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^�fx�6f��J�����Ԝ���ܩ1���#��3s�W�G�Gn�������N�^�fx�6f��:�2<p/Ԝ���ܩ1�+������^����3�N��5fx����ژ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx�|dx$wj��:�2<�/Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx�|dx$wj��:�2<�/Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx�|dx$wj��*���|�������N�^)ɝ�3�R>2<�;5gx�\�j��J���H�Ԝ���ܩ9�+�#�#�Ss��ɕ�|�������N�^)ɝ�3�R>2<�;5gx�\�j��J���H�Ԝ���ܩ1�+������^�V�3�R>2<�;5ex��-�#�{b��J���H�Ԝ�urex _�1�+������^����3�R>2<�;5fx�{dx�vf��J�����Ԝ���ܩ1�+������^�V�3�R>2<�;5gx�|dx$wj��J���H�Ԝ�urex _�9�+�#�#�Ss�W�G�Gr�������N�^'W��3�R>2<�;5gx�|dx$wj��J���H�Ԝ�U��e�J�^)ɝ�3�R>2<�;5gx�|dx$wj��:�2<�/Ԝ���ܩ9�+�#�#�Ss�W�G�Gr����+��B�^)ɝ�3�R>2<�;5gx��2<z��s�^h����7��w��j�{����w������o�����O���"�~��7��㯳���׭��u?4��x�ݫn�}�}��&�1��Хz�Mn����+��:�Wj��t_�&�1��Хz�Mn����K����N��Cw�q?4����.��~hr;5�]����$wj��T��M���|?t'��Р^��~�R>�&�S��Х|�Mr����K����N��Cwr�
��.��~h�;5�]����$wj������I��|?t'��� _��~�R>�&�S��Х|�Mr����K����N��Cwr�
�
-��\� w*Str
S�ܩ0L��5Lr��0E%��Y�Pa���k��N�a�N�a
-�;�):��)@�T���s�"�*Str
S�ܩ0L��5Lr��0E'�0ȝ
-��|Sd�B�a�N�a
-�;�):��)@�T������Sa����a�,_�0L��5Lr��0E'�0ȝ
-��\� w*S4�a�(_�0L��5Lr��0E'�0ȝ
-��\� w*ST�9L��5St�1Ljc�0E��0��
-��\� wj�����jg�0E��0��
-��\� wj���c��Ƅa�J=�)�{��0E'�0ȝ��):����1a��Sk��N�a�J>�)�|��a��=�)@mL������Sa���k��N�a�J>�)�|��0E'�0ȝ
-��\� w*Str
S�ܩ0LQ��0E�/T������Sa���k��N�a�N�a
-�;�)*����
-��\� w*Str
S�ܩ0L��5Lr��0E%��Y�Pa���k��N�a�N�a
-�;�):��)@�T���s�"�*Str
S�ܩ0L��5Lr��0E'�0ȝ
-���f�"�W*Str
S�ܩ0L��5Lr��0E'�0ȝ
-��|Sd�B�a�N�a
-�;�):��)@�T������Sa����a�,_�0L��5Lr��0E'�0ȝ
-��\� w*ST�9L���):��)@�T������S�0E���6&ST�9L���):��)@��8Lѩ�� ~O�a�N�a
-P;�)*���򅚇):����1a��Sk��N�a�N�a
-�;5STn
Sd�3a��Sk��N�a�N�a
-�;5St�1Ljc�0E���ٽPa���k��N�a�N�a
-�;�):��)@�T���s�"�*Str
S�ܩ0L��5Lr��0E'�0ȝ
-��|Sd�B�a�N�a
-�;�):��)@�T������Sa����SD�J�a�N�a
-�;�):��)@�T������Sa����a�,_�0L��5Lr��0E'�0ȝ
-��\� w*ST�9L���):��)@�T������Sa�",*���Bc�����0Ex��>L�|���)�;h���:L�O?}|���ӧ/��\W*����Ϭ��˹���بxںz&�7��T߾tH��OJ�A�TH�;��j�;��N���N����Ϥ:�*$՝\I5ȝ
-Iu'WR
r�BR�ɕT�ܩ�TW�Tg�B����+��S!���J�A�TH�;��j�;��J>��,_��Twr%� w*$՝\I5ȝ
-Iu'WR
r�BR]�gR����N���N����+��S!���J�A�TH�+�L��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ
-Iu%�Iu�/TH�;��j�;��N���N����+��S!���3���
-Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Ս�&���
-Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Օ|&�Y�PsRݹGR
jcBRݩ�T�۩�Twr%� wjN�+���v&$՝ZI5��
-Iu'WR
r�椺s���Ƅ��RϤ:�*$՝\I5ȝ����=�jP��N���N����Ϥ:�jN�;�H�AmLH�;��jp;��N���N����Ϥ:�*$՝\I5ȝ
-Iu'WR
r�BR�ɕT�ܩ�TW�Tg�B����+��S!���J�A�TH�;��j�;��J>��,_��Twr%� w*$՝\I5ȝ
-Iu'WR
r�BR]�gR����N���N����+��S!���J�A�TH�+�L��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ
-Iu#�I��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ
-Iu%�Iu�/TH�;��j�;��N���N����+��S!���3���
-Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Օ|&�Y�P!���J�A�TH�;��j�;5'՝{$ՠ6&$Օz&�ٽP!���J�A�ԘTw�kR
��DH�;��jP;��J>��,_�9���#��1!���J���TH�;��j�;5'Օ[IuV;��N���N����+��SsRݹGR
jcBR]�gR����N���N����+��S!���J�A�TH�+�L��|�BR�ɕT�ܩ�Twr%� w*$՝\I5ȝ
-Iu%�Iu�/TH�;��j�;��N���N����+��S!�n�7Iu��TH�;��j�;��N���N����+��S!���3���
-Iu'WR
r�BR�ɕT�ܩ�Twr%� w*$Օ|&�Y�P!���J�A�TH�;��j�;����I5��H�o_(%��~{R�t<�|��JI�xl$Շ����/�y���4����ӯ�����oڟ	���"��x��+.���t؝�/w_���4ʝ�!�.��ɯO�ܩ�����?3���aT��u�{<=���x��uC~ؽ���|<�r�nȟw�ϵ��aTs�|�f���g~}�N��<����ӡ��i���
�����v��o�ژ��7���Ҫ�O�۩��W��?���(w�}����\���r_&�37̇��������v��y�?����x�Nݐ�v��G��Y�'n�p���J<�O�z���I'��	ȝ
-�'�\�' w*̟tr͟�ܩ0R���I�/T�?��?�Sa���k��N���N���;�O*��?��
-�'�\�' w*̟tr͟�ܩ0��5r���I%��'Y�Pa���k��N���N���;�O:��O@�T�?��s�$�*̟tr͟�ܩ0��5r���I'��	ȝ
-�'�|Οd�B���N���;�O:��O@�T�?��?�Sa������,_�0��5r���I'��	ȝ
-�'�\�' w*̟T�9���O:��O@�T�?��?�Sa���k��N���F~3�+�O:��O@�T�?��?�Sa���k��N���J>�O�|�����=�O@mL�?�Ԛ?�Sa���k��N��'�[�'Y�L�?�Ԛ?�Sa���k��N��'�{̟�ژ0R���Iv/T�?��?�S��I��'�6&̟tj͟�۩0R���I�/�<ҹ��	��	�'�Z�'�v*̟tr͟�ܩ0R���I�/T�?��?�Sa���k��N���N���;�O*��?��
-�'�\�' w*̟tr͟�ܩ0��5r���I%��'Y�Pa���k��N���N���;�O:��O@�T�?��s�$�*̟tr͟�ܩ0��5r���I'��	ȝ
-�'�|Οd�B���N���;�O:��O@�T�?��?�Sa����̟D�J���N���;�O:��O@�T�?��?�Sa������,_�0��5r���I'��	ȝ
-�'�\�' w*̟T�9���O:��O@�T�?��?�Sa���k��N���J>�O�|���I'��	ȝ
-�'�\�' wj�?��c��Ƅ��J=�O�{���I'��	ȝ�O:�u���0҉5j���I%��'Y�P��I��'�6&̟tj͟�۩0��5r����ʭ���v&̟tj͟�۩0��5r�����=�O@mL�?��s�$�*̟tr͟�ܩ0��5r���I'��	ȝ
-�'�|Οd�B���N���;�O:��O@�T�?��?�Sa������,_�0��5r���I'��	ȝ
-�'�\�' w*̟4���(_�0��5r���I'��	ȝ
-�'�\�' w*̟T�9���O:��O@�T�?��?�Sa���k��N���J>�O�|���I'��	ȝ
-�'�\�' w*̟���v�^h̟ܾP�?	o���O��˞�͟������:��_��2��/����ǯ_>|��������������?|�����?}���_}�����O?����_�����_�������y���x�*w�������rs�&�����t8Cs���;��T�y�&�*����:Cr���N�34 w*����:Cr���J>��d�B�34�\gh@�T8C��u��N�34�\gh@�T8CS���,_�p����
ȝ
-gh:��Ѐܩp����
ȝ
-gh*�<C����tr���S�M'��;��tr���S�M#�9C�+��tr���S�M'��;��tr���S�M%�gh�|���N�34 w*����:Cr���N�34 w*�����M�/T8C��u��N�34�\gh@�T8C��u��N�34�|����
-gh:��Ѐܩp����
ȝ���t�q��Ƅ34�z����
-gh:��Ѐܩ�M�����{"����:Cj���J>��d�B�gh:�8Cjc��N�34�v*����:Cr��34�[gh�ڙp��S�
��
-gh:��Ѐܩ�M�gh@mL8CS����^�p����
ȝ
-gh:��Ѐܩp����
ȝ
-gh*�<C����tr���S�M'��;��tr���S�M%�gh�|���N�34 w*����:Cr���N�34 w*��i�7gh�|���N�34 w*����:Cr���N�34 w*�����M�/T8C��u��N�34�\gh@�T8C��u��N�34�|����
-gh:��Ѐܩp����
ȝ
-gh⑍�
��8Cs�B�����F�S�p��3�p���Ϸ����?�O�����6�>u=@3���鯟�}����0���������󇷿�ˇo��ï��3׿��/?��/�~�p�w~���u��x��/����D��r:n��{b����n~��kb�˄1��}O�)��;�Ģؙ�#V�5#����#b�xl�e�{",�U^
�e�1a>�1���hvf���c:,{�a8��j7,��	�a�Y�a�lL�k�s1,��	{a�Ysa�lL��:��ƄS��Y��٘pı1����L8�X�u�1��	�+��6f�1�dce���l6&kl��Tc4;�4Vfi�fc�ʬ��lL8�X�u�1��	G�<��΄s��Y��٘p��2�c6N0Vf`�fc����<O/F�3��be���l6&\��:���ƄS��Y��٘pd�0ߜXL�	�+��+f�1�be�Y�l6&�T��:���Ƅc��y�R�fg��ʬ#��lL8�X�u>1��	�+�'f�1�hbc�'�ٙp.�2�Xb6%Vf�I�fc‰�ʬ��lL8�ؘ�i�hv&�E��:���Ƅ���Y��٘�b%���=� 6�y1��	�+��f�1����{={���xp���a��6�y�0����V�q�0{���a��y�,6&�6��:l����G
�NF��a��1�,6&2��:c����'+�8`���p����ӅQ�L8[X�u�0��	+��f�1�Tae֡�l6&)l��Da4;�Vf'�fc�a�ʬ���lL8IX�u�0��	��<E�΄3��YG�٘p��2��`6NVf�fc����|sr0�&���:6��ƄC��Yg�٘pb�2��`6�6�yZ0��	g+��
-f�1�`e�9�l6&���:$��Ƅ#��y��fg���ʬ��lL8X�u60��	'�����یs�7o��n��o>x�M����|*p<�v,��z,����?���O����������oO�}���ϟ�}�u���p<�����z��t8�6>��v���_����{�cX�>�v����y�;���(w�}�q�{x��ӥ���I�P7�������_�F�S7�ϻ����cO�ܩ�������دO�ܩ��O�o���O�J>�&�Bݐ����k����Q��
���9���x�Nݐ����C��_�F�S�˟��������$_���ߟZ��i�;uC~�vۏ}<�r�n�O�H���4ʝz_��p��������$_�����rl?��4ʝ�!:�[�����4ʝ�!?;OO��~}�N�/?����s����I�P7��o���~��i�;uC~�v_ڏ}<�r�n�����tl�קQ���������~��i�/�
�aw�g_����Q��
���>��x�Nݐ�v�Ӿ�دO�ܩ�O�=<���ew���i���
���y~<����(w���w��V~}�Nݐ���������(w�}�������cO�|�n���N����0���a>���S�������
���yx�?���(w�F	��{ym�ׇI��
�a�xz��ק���
��$;��K�;5ח�{䗠6&��z�ٽP����0A�Ԝav��a�ژPbvj���v*Ę�|֘Y�Ps�ٹG�	jcB�٩�d�۩Pevre� w*���|��Y�P����3A�T�3;��L�;
-�N�D�N�H���J3�*t��\�&ȝ
-�f'W�	r�B��ɕk�ܩlV�Ylf�B�f��+��S!����6A�T(7;��M�;��J>��,_��ovr� w*$��\
'ȝ
-g'W�	r�B�Y�gə�Z�N���N�������S����J:A�T�:�M��+��N���N�������S�����;A�T<+�,<�|�B���y�ܩ�yvru� w*���\�'ȝ
-�g%��g�/T�=;��O�;��N���N�곓+��S!������
-�g'W�	r�B�����ܩ����#�1!�Գ��
-h'W
-r���S_[P�'B
ډ���ک�V�Y�f�B�Mh�Q(��	Yh�V
-n�B�ɕ��ܩ9�ܪC�ڙЇvj��v*$��\�(ȝ�+��=2QPB�J=K��^�ЊvrŢ w*䢝\�(ȝ
-�h'W2
-r�B4Z�g5����N�p�N�t����S����GA�TH+�,H�|�BC����ܩ��vru� w*���\))ȝ
-1i#��I�|�BO����ܩ��vr5� w*T��\Y)ȝ
-ai%�ei�/ThK;��R�;��N���N�´�+1�S!2��2��
-�i'Wh
-r�Bj��՚�ܩP��&��M�Foz�B����4������xx��.N�������~��I��u���szl4��qŧ���������/����������O���ki�x�]��~#�w{�^�?���L�w���?u���޽�z^���?/��#�>�r�nD����p�{%O�|�n�����k+�>�r�n�G����ܩ�wr�� w*�ŕ|��Y�P�-��j�A�Th�;��b�;��N���N����϶8�*�ŝ\m1ȝ
-mq'W[r�B[����ܩ�W��g�B�����-�S�-��j�A�Th�;��b�;��J>��,_��wr�� w*�ŝ\m1ȝ
-mq'W[r�B[\�g[����N���N�����-�S�-��j�A�Th�+�l��|�B[����ܩ�wr�� w*�ŝ\m1ȝ
-mq#�i��|�B[����ܩ�wr�� w*�ŝ\m1ȝ
-mq%�mq�/��w���ژ�wj���v*�ŝ\m1ȝ���ʭ�8��	mq�V[n�B[����ܩ�-�ܣ-�1�-�Գ-��
-mq'W[r�涸s���Ƅ��S�-�S�-��-�����=�bP��N���N�����-�S�-��-��
-mq'W[r�B[����ܩ�wr�� w*�ŕ|��Y�P�-��j�A�Th�;��b�;��N���N����϶8�*�ŝ\m1ȝ
-mq'W[r�B[����ܩ�W��g�B�����-�S�-��j�A�Th�;��b�;��J>��,_��wr�� w*�ŝ\m1ȝ
-mq'W[r�B[��o��(_��wr�� w*�ŝ\m1ȝ
-mq'W[r�B[\�g[����N���N�����-�S�-��j�A�Th�+�l��|�B[����ܩ�wr�� w*�ŝ\m1ȝ
-mq%�mq�/Th�;��b�;��N���N�mq�m1��	mq��mqv/Th�;��b�;5�ŝ����=��N���N����϶8�jn�;�h�AmLh�;��bp;��N���N�mq�V[��΄��S�-�S�-��j�A���w���ژ�W��g�B�����-�S�-��j�A�Th�;��b�;��J>��,_��wr�� w*�ŝ\m1ȝ
-mq'W[r�B[\�g[����N���N�����-�S�-��j�A�Th��M[�+��N���N�����-�S�-��j�A�Th�+�l��|�B[����ܩ�wr�� w*�ŝ\m1ȝ
-mq%�mq�/Th�;��b�;��N���N��8t�m[/4���Jmqx���Ͽ&��z:�����p���������!����U/v���틽��q�������{}��i��nh��׿,Pendstream
-endobj
-1280 0 obj <<
+W:�N��ܩpv����
+ȝ
+�W*�>���
+'X:����ܩp����ȝ
+�X:���ܩp����,Y>�p����8ȝ
+Z:�N��ܩ�LK�^�Z@mL8�R�����T8���u��N��[:��t���|K'�P;��T�}�%�5�r�����	]:�N��۩p֥��ȝ���Tn�w�jg‰�N�#/�v*z��:�r��s/�{|�1��K��g_�{P��K'���;�tr���S�L'�!�;��T�}&�N�tr��S�0L'�i�;��tr��S�HL%�gb�|P�TL'ױ�;�tr���S�lL'���;��4��1Q>�pB���ȝ
+�d:�NɀܩpN���ȝ
+Ge*�>+��
+�e:��ˀܩp`����ȝ
+gf:�̀ܩpl���s3Y>�pr����ȝ
+�g:�Nπܩp~&�����4�/��Є7���"�w�Gm/��9������o���A��������z=A��������>����4�����|��������÷��ᗏ����_��ӗ׿�ӗ_�}8�;�}�����;~�/��ٛ�{nn��.���Z��ǵ���׵�y�0�jc��V��[�=�����5�r�晭νv�@mLX��Ԛ��Sal��ﵭ,Լ�չ����	�[�Z�[�v*�nur�n�ܩ0�U���V�*lour�o�ܩ0���u�N�Ӑ�\�!A�T8
Y��i�,T8
��u�N�Ӑ�\�!A�T8
��u�N�Ӑ�|����A�Ӑ�\�!A�T8
��u�N�Ӑ�\�!A�T8
Y��i�,T8
��u�N�Ӑ�\�!A�T8
��u�N�Ӑ�|����A�Ӑ�\�!A�T8
��u�N�Ӑ�\�!A�T8
���NCF���i�N�Ӑ w*����:
	r��i�N�Ӑ w*�����4d�*����:
	r��i�N�Ӑ w*����:
	r��i�J�OCf���i�N�Ӑ w*����:
	r��i�N�Ӑ w*�����4d�*����:
	r��i�N�Ӑ wj>
ٹ�iHPNCV�}2�NCvr���S�i�N}:
	�D8
ىu�N�Ӑ�|����Aͧ!;�:
	jc�i�N�Ӑ�v*����:
	r��Ӑ�[�!�ڙp�S�4$��
+�!;�NC�ܩ�4d�^�!AmL8
Y��i��T8
��u�N�Ӑ�\�!A�T8
��u�N�Ӑ�|����A�Ӑ�\�!A�T8
��u�N�Ӑ�\�!A�T8
Y��i�,T8
��u�N�Ӑ�\�!A�T8
��u�N�Ӑ���4d�O*����:
	r��i�N�Ӑ w*����:
	r��i�J�OCf���i�N�Ӑ w*����:
	r��i�N�Ӑ w*�����4d�*����:
	r��i�N�Ӑ w*�����Ӑ�B�4�3�חOC�7:�����k��Y�w��=��}����������\=��b�_?�����'w/?�y}��>}�t���h����5�endstream
+endobj
+1300 0 obj <<
 /Type /Page
-/Contents 1281 0 R
-/Resources 1279 0 R
+/Contents 1301 0 R
+/Resources 1299 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1271 0 R
-/Annots [ 1283 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R ]
+/Parent 1291 0 R
+/Annots [ 1303 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R ]
 >> endobj
-1283 0 obj <<
+1303 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 678.8395 159.0925 687.8158]
 /Subtype /Link
 /A << /S /GoTo /D (about) >>
 >> endobj
-1287 0 obj <<
+1307 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 678.8395 538.9788 687.8158]
 /Subtype /Link
 /A << /S /GoTo /D (about) >>
 >> endobj
-1288 0 obj <<
+1308 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 661.4597 204.4624 672.3637]
 /Subtype /Link
 /A << /S /GoTo /D (copyright) >>
 >> endobj
-1289 0 obj <<
+1309 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 661.4597 538.9788 672.3637]
 /Subtype /Link
 /A << /S /GoTo /D (copyright) >>
 >> endobj
-1290 0 obj <<
+1310 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 650.5656 157.7875 659.4122]
 /Subtype /Link
 /A << /S /GoTo /D (disclaimer) >>
 >> endobj
-1291 0 obj <<
+1311 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 650.5656 538.9788 659.4122]
 /Subtype /Link
 /A << /S /GoTo /D (disclaimer) >>
 >> endobj
-1292 0 obj <<
+1312 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 637.6142 169.4341 646.4608]
 /Subtype /Link
 /A << /S /GoTo /D (newversions) >>
 >> endobj
-1293 0 obj <<
+1313 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 637.6142 538.9788 646.4608]
 /Subtype /Link
 /A << /S /GoTo /D (newversions) >>
 >> endobj
-1294 0 obj <<
+1314 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 624.6627 142.8538 633.5094]
 /Subtype /Link
 /A << /S /GoTo /D (credits) >>
 >> endobj
-1295 0 obj <<
+1315 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 624.6627 538.9788 633.5094]
 /Subtype /Link
 /A << /S /GoTo /D (credits) >>
 >> endobj
-1296 0 obj <<
+1316 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 611.7113 207.8898 620.5579]
 /Subtype /Link
 /A << /S /GoTo /D (conventions) >>
 >> endobj
-1297 0 obj <<
+1317 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 611.7113 538.9788 620.5579]
 /Subtype /Link
 /A << /S /GoTo /D (conventions) >>
 >> endobj
-1298 0 obj <<
+1318 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 594.446 160.477 605.3251]
 /Subtype /Link
 /A << /S /GoTo /D (installing-bugzilla) >>
 >> endobj
-1299 0 obj <<
+1319 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 594.446 538.9788 605.3251]
 /Subtype /Link
 /A << /S /GoTo /D (installing-bugzilla) >>
 >> endobj
-1300 0 obj <<
+1320 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 581.0264 158.9033 589.873]
 /Subtype /Link
 /A << /S /GoTo /D (installation) >>
 >> endobj
-1301 0 obj <<
+1321 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 581.0264 538.9788 589.873]
 /Subtype /Link
 /A << /S /GoTo /D (installation) >>
 >> endobj
-1302 0 obj <<
+1322 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 568.0749 161.5041 576.9216]
 /Subtype /Link
 /A << /S /GoTo /D (install-perl) >>
 >> endobj
-1303 0 obj <<
+1323 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 568.0749 538.9788 576.9216]
 /Subtype /Link
 /A << /S /GoTo /D (install-perl) >>
 >> endobj
-1304 0 obj <<
+1324 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 553.0662 212.6818 563.9701]
 /Subtype /Link
 /A << /S /GoTo /D (install-database) >>
 >> endobj
-1305 0 obj <<
+1325 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 553.0662 538.9788 563.9701]
 /Subtype /Link
 /A << /S /GoTo /D (install-database) >>
 >> endobj
-1306 0 obj <<
+1326 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 540.1148 209.4942 551.0187]
 /Subtype /Link
 /A << /S /GoTo /D (install-mysql) >>
 >> endobj
-1307 0 obj <<
+1327 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 540.1148 538.9788 551.0187]
 /Subtype /Link
 /A << /S /GoTo /D (install-mysql) >>
 >> endobj
-1308 0 obj <<
+1328 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 527.1634 225.5437 538.0673]
 /Subtype /Link
 /A << /S /GoTo /D (install-pg) >>
 >> endobj
-1309 0 obj <<
+1329 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 527.1634 538.9788 538.0673]
 /Subtype /Link
 /A << /S /GoTo /D (install-pg) >>
 >> endobj
-1310 0 obj <<
+1330 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 516.2692 191.8105 525.1159]
+/Rect [142.4658 516.2692 203.387 525.1159]
 /Subtype /Link
-/A << /S /GoTo /D (install-webserver) >>
+/A << /S /GoTo /D (install-oracle) >>
 >> endobj
-1311 0 obj <<
+1331 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [532.005 516.2692 538.9788 525.1159]
 /Subtype /Link
+/A << /S /GoTo /D (install-oracle) >>
+>> endobj
+1332 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [118.5554 503.3178 191.8105 512.1644]
+/Subtype /Link
 /A << /S /GoTo /D (install-webserver) >>
 >> endobj
-1312 0 obj <<
+1333 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [532.005 503.3178 538.9788 512.1644]
+/Subtype /Link
+/A << /S /GoTo /D (install-webserver) >>
+>> endobj
+1334 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 501.2605 179.2174 512.1644]
+/Rect [118.5554 488.3091 179.2174 499.213]
 /Subtype /Link
 /A << /S /GoTo /D (install-bzfiles) >>
 >> endobj
-1313 0 obj <<
+1335 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 501.2605 538.9788 512.1644]
+/Rect [532.005 488.3091 538.9788 499.213]
 /Subtype /Link
 /A << /S /GoTo /D (install-bzfiles) >>
 >> endobj
-1314 0 obj <<
+1336 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 490.3663 198.8636 499.213]
+/Rect [118.5554 477.4149 198.8636 486.2616]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-1315 0 obj <<
+1337 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 490.3663 538.9788 499.213]
+/Rect [532.005 477.4149 538.9788 486.2616]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-1316 0 obj <<
+1338 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 475.3576 227.7652 486.2616]
+/Rect [142.4658 462.4062 227.7652 473.3101]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-dbd-mysql) >>
 >> endobj
-1317 0 obj <<
+1339 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 475.3576 538.9788 486.2616]
+/Rect [532.005 462.4062 538.9788 473.3101]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-dbd-mysql) >>
 >> endobj
-1318 0 obj <<
+1340 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 462.4062 271.3616 473.3101]
+/Rect [142.4658 449.4548 271.3616 460.3587]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-template) >>
 >> endobj
-1319 0 obj <<
+1341 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 462.4062 538.9788 473.3101]
+/Rect [532.005 449.4548 538.9788 460.3587]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-template) >>
 >> endobj
-1320 0 obj <<
+1342 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 449.8284 217.7832 460.3587]
+/Rect [142.4658 436.8769 217.7832 447.4073]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd) >>
 >> endobj
-1321 0 obj <<
+1343 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 449.8284 538.9788 460.3587]
+/Rect [532.005 436.8769 538.9788 447.4073]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd) >>
 >> endobj
-1322 0 obj <<
+1344 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 436.8769 245.4586 447.4073]
+/Rect [142.4658 423.9255 245.4586 434.4558]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-chart-base) >>
 >> endobj
-1323 0 obj <<
+1345 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 436.8769 538.9788 447.4073]
+/Rect [532.005 423.9255 538.9788 434.4558]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-chart-base) >>
 >> endobj
-1324 0 obj <<
+1346 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 423.5519 245.0207 434.4558]
+/Rect [142.4658 410.6005 245.0207 421.5044]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd-graph) >>
 >> endobj
-1325 0 obj <<
+1347 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 423.5519 538.9788 434.4558]
+/Rect [532.005 410.6005 538.9788 421.5044]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd-graph) >>
 >> endobj
-1326 0 obj <<
+1348 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 410.6005 237.5389 421.5044]
+/Rect [142.4658 397.649 237.5389 408.553]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd-text) >>
 >> endobj
-1327 0 obj <<
+1349 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 410.6005 538.9788 421.5044]
+/Rect [532.005 397.649 538.9788 408.553]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd-text) >>
 >> endobj
-1328 0 obj <<
+1350 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 397.649 248.1091 408.553]
+/Rect [142.4658 384.6976 248.1091 395.6015]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-xml-twig) >>
 >> endobj
-1329 0 obj <<
+1351 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 397.649 538.9788 408.553]
+/Rect [532.005 384.6976 538.9788 395.6015]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-xml-twig) >>
 >> endobj
-1330 0 obj <<
+1352 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 384.6976 246.9034 395.6015]
+/Rect [142.4658 371.7462 246.9034 382.6501]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-soap-lite) >>
 >> endobj
-1331 0 obj <<
+1353 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 384.6976 538.9788 395.6015]
+/Rect [532.005 371.7462 538.9788 382.6501]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-soap-lite) >>
 >> endobj
-1332 0 obj <<
+1354 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 372.1198 256.0891 382.6501]
+/Rect [142.4658 359.1683 256.0891 369.6987]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-patchreader) >>
 >> endobj
-1333 0 obj <<
+1355 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 372.1198 538.9788 382.6501]
+/Rect [532.005 359.1683 538.9788 369.6987]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-patchreader) >>
 >> endobj
-1334 0 obj <<
+1356 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 358.7947 257.3339 369.6987]
+/Rect [118.5554 345.8433 257.3339 356.7472]
 /Subtype /Link
 /A << /S /GoTo /D (install-MTA) >>
 >> endobj
-1335 0 obj <<
+1357 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 358.7947 538.9788 369.6987]
+/Rect [532.005 345.8433 538.9788 356.7472]
 /Subtype /Link
 /A << /S /GoTo /D (install-MTA) >>
 >> endobj
-1336 0 obj <<
+1358 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 345.8433 272.4767 356.7472]
+/Rect [118.5554 332.8919 272.4767 343.7958]
 /Subtype /Link
 /A << /S /GoTo /D (using-mod_perl-with-bugzilla) >>
 >> endobj
-1337 0 obj <<
+1359 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [532.005 345.8433 538.9788 356.7472]
+/Rect [527.0237 332.8919 538.9788 343.7958]
 /Subtype /Link
 /A << /S /GoTo /D (using-mod_perl-with-bugzilla) >>
 >> endobj
-1338 0 obj <<
+1360 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 332.8919 169.4242 343.7958]
+/Rect [94.6451 319.9404 169.4242 330.8444]
 /Subtype /Link
 /A << /S /GoTo /D (configuration) >>
 >> endobj
-1339 0 obj <<
+1361 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 332.8919 538.9788 343.7958]
+/Rect [527.0237 319.9404 538.9788 330.8444]
 /Subtype /Link
 /A << /S /GoTo /D (configuration) >>
 >> endobj
-1340 0 obj <<
+1362 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 319.9404 189.7281 330.8444]
+/Rect [118.5554 306.989 189.7281 317.8929]
 /Subtype /Link
 /A << /S /GoTo /D (localconfig) >>
 >> endobj
-1341 0 obj <<
+1363 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 319.9404 538.9788 330.8444]
+/Rect [527.0237 306.989 538.9788 317.8929]
 /Subtype /Link
 /A << /S /GoTo /D (localconfig) >>
 >> endobj
-1342 0 obj <<
+1364 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 309.0463 210.3107 317.8929]
+/Rect [118.5554 296.0949 210.3107 304.9415]
 /Subtype /Link
 /A << /S /GoTo /D (database-engine) >>
 >> endobj
-1343 0 obj <<
+1365 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 309.0463 538.9788 317.8929]
+/Rect [527.0237 296.0949 538.9788 304.9415]
 /Subtype /Link
 /A << /S /GoTo /D (database-engine) >>
 >> endobj
-1344 0 obj <<
+1366 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 294.0376 283.635 304.9415]
+/Rect [142.4658 281.0861 283.635 291.9901]
 /Subtype /Link
 /A << /S /GoTo /D (database-schema) >>
 >> endobj
-1345 0 obj <<
+1367 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 294.0376 538.9788 304.9415]
+/Rect [527.0237 281.0861 538.9788 291.9901]
 /Subtype /Link
 /A << /S /GoTo /D (database-schema) >>
 >> endobj
-1346 0 obj <<
+1368 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 281.0861 209.4942 291.9901]
+/Rect [142.4658 268.1347 209.4942 279.0386]
 /Subtype /Link
 /A << /S /GoTo /D (mysql) >>
 >> endobj
-1347 0 obj <<
+1369 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 281.0861 538.9788 291.9901]
+/Rect [527.0237 268.1347 538.9788 279.0386]
 /Subtype /Link
 /A << /S /GoTo /D (mysql) >>
 >> endobj
-1348 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 268.1347 225.5437 279.0386]
-/Subtype /Link
-/A << /S /GoTo /D (postgresql) >>
->> endobj
-1349 0 obj <<
+1370 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 268.1347 538.9788 279.0386]
+/Rect [142.4658 255.1833 225.5437 266.0872]
 /Subtype /Link
 /A << /S /GoTo /D (postgresql) >>
 >> endobj
-1350 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 255.1833 199.9596 266.0872]
-/Subtype /Link
-/A << /S /GoTo /D (548) >>
->> endobj
-1351 0 obj <<
+1371 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 255.1833 538.9788 266.0872]
 /Subtype /Link
-/A << /S /GoTo /D (548) >>
+/A << /S /GoTo /D (postgresql) >>
 >> endobj
-1352 0 obj <<
+1372 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 244.2891 190.1467 253.1358]
+/Rect [142.4658 244.2891 203.387 253.1358]
 /Subtype /Link
-/A << /S /GoTo /D (http) >>
+/A << /S /GoTo /D (oracle) >>
 >> endobj
-1353 0 obj <<
+1373 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 244.2891 538.9788 253.1358]
 /Subtype /Link
-/A << /S /GoTo /D (http) >>
+/A << /S /GoTo /D (oracle) >>
 >> endobj
-1354 0 obj <<
+1374 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 229.2804 267.5956 240.1843]
+/Rect [118.5554 229.2804 199.9596 240.1843]
 /Subtype /Link
-/A << /S /GoTo /D (http-apache) >>
+/A << /S /GoTo /D (574) >>
 >> endobj
-1355 0 obj <<
+1375 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 229.2804 538.9788 240.1843]
 /Subtype /Link
-/A << /S /GoTo /D (http-apache) >>
+/A << /S /GoTo /D (574) >>
 >> endobj
-1356 0 obj <<
+1376 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 218.3863 335.9283 227.2329]
+/Rect [118.5554 218.3863 190.1467 227.2329]
 /Subtype /Link
-/A << /S /GoTo /D (http-iis) >>
+/A << /S /GoTo /D (http) >>
 >> endobj
-1357 0 obj <<
+1377 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 218.3863 538.9788 227.2329]
 /Subtype /Link
-/A << /S /GoTo /D (http-iis) >>
+/A << /S /GoTo /D (http) >>
 >> endobj
-1358 0 obj <<
+1378 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 203.3775 179.2174 214.2815]
+/Rect [142.4658 203.3775 267.5956 214.2815]
 /Subtype /Link
-/A << /S /GoTo /D (install-config-bugzilla) >>
+/A << /S /GoTo /D (http-apache) >>
 >> endobj
-1359 0 obj <<
+1379 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 203.3775 538.9788 214.2815]
 /Subtype /Link
-/A << /S /GoTo /D (install-config-bugzilla) >>
+/A << /S /GoTo /D (http-apache) >>
 >> endobj
-1360 0 obj <<
+1380 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 190.4261 251.894 201.33]
+/Rect [142.4658 192.4834 335.9283 201.33]
 /Subtype /Link
-/A << /S /GoTo /D (extraconfig) >>
+/A << /S /GoTo /D (http-iis) >>
 >> endobj
-1361 0 obj <<
+1381 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 190.4261 538.9788 201.33]
+/Rect [527.0237 192.4834 538.9788 201.33]
 /Subtype /Link
-/A << /S /GoTo /D (extraconfig) >>
+/A << /S /GoTo /D (http-iis) >>
 >> endobj
-1362 0 obj <<
+1382 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 177.4747 193.3247 188.3786]
+/Rect [118.5554 177.4747 179.2174 188.3786]
 /Subtype /Link
-/A << /S /GoTo /D (698) >>
+/A << /S /GoTo /D (install-config-bugzilla) >>
 >> endobj
-1363 0 obj <<
+1383 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 177.4747 538.9788 188.3786]
 /Subtype /Link
-/A << /S /GoTo /D (698) >>
+/A << /S /GoTo /D (install-config-bugzilla) >>
 >> endobj
-1364 0 obj <<
+1384 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 164.5233 220.7218 175.4272]
+/Rect [94.6451 164.5233 251.894 175.4272]
 /Subtype /Link
-/A << /S /GoTo /D (installation-whining-cron) >>
+/A << /S /GoTo /D (extraconfig) >>
 >> endobj
-1365 0 obj <<
+1385 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 164.5233 538.9788 175.4272]
 /Subtype /Link
-/A << /S /GoTo /D (installation-whining-cron) >>
+/A << /S /GoTo /D (extraconfig) >>
 >> endobj
-1366 0 obj <<
+1386 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 151.5718 180.3235 162.4758]
+/Rect [118.5554 151.5718 193.3247 162.4758]
 /Subtype /Link
-/A << /S /GoTo /D (installation-whining) >>
+/A << /S /GoTo /D (724) >>
 >> endobj
-1367 0 obj <<
+1387 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 151.5718 538.9788 162.4758]
 /Subtype /Link
-/A << /S /GoTo /D (installation-whining) >>
+/A << /S /GoTo /D (724) >>
 >> endobj
-1368 0 obj <<
+1388 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 138.6204 356.441 149.5243]
+/Rect [118.5554 138.6204 220.7218 149.5243]
 /Subtype /Link
-/A << /S /GoTo /D (apache-addtype) >>
+/A << /S /GoTo /D (installation-whining-cron) >>
 >> endobj
-1369 0 obj <<
+1389 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 138.6204 538.9788 149.5243]
 /Subtype /Link
-/A << /S /GoTo /D (apache-addtype) >>
+/A << /S /GoTo /D (installation-whining-cron) >>
 >> endobj
-1370 0 obj <<
+1390 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 125.669 325.4962 136.5729]
+/Rect [118.5554 125.669 180.3235 136.5729]
 /Subtype /Link
-/A << /S /GoTo /D (multiple-bz-dbs) >>
+/A << /S /GoTo /D (installation-whining) >>
 >> endobj
-1371 0 obj <<
+1391 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 125.669 538.9788 136.5729]
 /Subtype /Link
-/A << /S /GoTo /D (multiple-bz-dbs) >>
+/A << /S /GoTo /D (installation-whining) >>
 >> endobj
-1372 0 obj <<
+1392 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 112.7175 235.2761 123.6215]
+/Rect [118.5554 112.7175 356.441 123.6215]
 /Subtype /Link
-/A << /S /GoTo /D (os-specific) >>
+/A << /S /GoTo /D (apache-addtype) >>
 >> endobj
-1373 0 obj <<
+1393 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 112.7175 538.9788 123.6215]
 /Subtype /Link
-/A << /S /GoTo /D (os-specific) >>
+/A << /S /GoTo /D (apache-addtype) >>
 >> endobj
-1374 0 obj <<
+1394 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 101.7038 224.7763 110.67]
+/Rect [94.6451 99.7661 325.4962 110.67]
 /Subtype /Link
-/A << /S /GoTo /D (os-win32) >>
+/A << /S /GoTo /D (multiple-bz-dbs) >>
 >> endobj
-1375 0 obj <<
+1395 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 101.7038 538.9788 110.67]
+/Rect [527.0237 99.7661 538.9788 110.67]
 /Subtype /Link
-/A << /S /GoTo /D (os-win32) >>
+/A << /S /GoTo /D (multiple-bz-dbs) >>
 >> endobj
-1282 0 obj <<
-/D [1280 0 R /XYZ 71.731 729.2652 null]
+1302 0 obj <<
+/D [1300 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 6 0 obj <<
-/D [1280 0 R /XYZ 244.3315 703.236 null]
+/D [1300 0 R /XYZ 244.3315 703.236 null]
 >> endobj
-1279 0 obj <<
-/Font << /F23 1270 0 R /F32 1286 0 R /F27 1278 0 R /F33 1378 0 R >>
+1299 0 obj <<
+/Font << /F23 1290 0 R /F32 1306 0 R /F27 1298 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1426 0 obj <<
-/Length 58546     
+1446 0 obj <<
+/Length 57333     
 /Filter /FlateDecode
 >>
 stream
-xڔ�_��W������r�\.�U��r%˶��zw���a{�#���Ȳ?�Q]8yPy��/��̼����Ev7O���t���w���|����uw8�������w��W����o�<�N����t�7��ϻ�����O������S�����t�����ew|>�ߞ�7����>��{ݽ�����7�S�����a���_���^������������>�����?�o���$�p�>�����=���{:?�7~P��o?���z����:�N����=�oO#��i�ٿ���i�=u��NχS�ߞF�S���s<��x��%u�~;�c������
����ۏ}<���n��o����ⷧ�����~����~��i—�
��{��ڏ}<���n��_����>�F�S7����t�?��ӈ{�c�����\^J|<M����_�����cO#����9���xqO��������oO#����9�ۏ}<M����_�����ⷧ��
���<ڏ}<���n�������oO#���g��c����	_R7��OM����>�F�S7����e�ⷧ��
��������i�=�1~�~;ϧ�cO��n��o�xn?��4➺�_����ⷧ��
����/�-~{qO}��^�����cO��n�����}��>�F�S7��������ӈ{�~�o/��c�=���>ďOO��y�p=
����_�����oO#����y9�[��4➺�����=���>���o���~��i—�
����?�#m����ٿ���xmO�����ө��oO#��������o��qw��k��4ڞ������˱�oO#��ew8�����H[�c�x�f^�{<M����_�����3O#����yn��~{i�ܐ���qj���h{�c�����g>�&|I���_;��F�27��7�tl?��4ڞ��_v�����}{qO}��<�N���/.�i—�
��۟_ڏ}<���n�/����~��i�=u�~;/�_��ӈ{�c�t�v����>�&|I������rh��ӈ{�~�v��cO#����ٿ���i�=�1~�~;���cO��n�Ƿ��~��i�=uٽ���_&����
��{����4���<�^·�cO��n������~��i�=u�~;/���>�F�S7����|i��ӈ{�c����\�&T��i—�
���N��>�F�S7�뷳?��xqO�����ӹ��oO#��秧����Ŋ�|M�������ⷧ��
�e�|~}i��ӈ{�~޽�@*��ӈ{�c|�vNO��>�&|I���������oO#����y>��xqO������P췧����������>�&|I����ξ�=���n��o����ⷧ��
��������i�=�1~|�/��cO��n����|j?��4➺��쎧s������
������|<��e>���_������d/����9����xqO���_ͱ��=����
�������4Ҟ��~/���<�4�K�~�^��#m�����zh?��4ڞ���w�K�g�xqO}���v��/j�����
��;���zmO���_��K������
����?��������������z��%u�~5�s������
�������zqO���_�ӥ��oO#���n���~��i—�
��;]���zqO��_v��S������
��;����zqO}��^��S[��ӄ/����yi:zqO�����s{�XO#����9���4��y�~;��4��|M����ξ-��i�=u�~;OmAGO#��y��z�?��ӈ{�c|��{��=M����v/��4��F�S7��ө-��i�=u�~;/���~{qO}����s{�XO��n��o�-��i�=u�~;��4��F�S7��s�(���B��r�����=�����ϻ����g���og�2���w������zj�������?���?��ӧ_����/޵~��������
�筆��9���>�(��9�^(�s����)���!�Ss;��G;�pO��W;�%5�sJ|�s����)���!�Ss;��G;�pO��W;�%5�sJ|�s����)���!�Ss;��G;�pO��
-�휌����S⣝C���vN��vរ�9%>�9�{jn�t��9�/���Sڷvі��9%=�9d{jn��h���٣��g�vNI�vٞ��9%>�9�{jl����C�e�vNG������9%>�9�{jl����C�e�vNI�vٞ��9�v�Kjl����C�e�vNI�vٞ��9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�t��9�/���S⣝C���vN��vរ�9%>�9�{jn�T�l�d|M����=5�sJ|�s����)���!�Ss;����|I����=5�sJ|�s����)���!�Ss;����|I����=5�sJ|�s����)���!�Ss;����|I����=5�sJ|�s����)�[;�h��휎V;�%5�sJ|�s����)��v�s;��G;�hO��W;�%5�sJ���!�2s;��G;�lO����=5�s:{�s�����)���!�Ss;��G;�pO��Ҿ�s������h�s�^Rs;��G;�pO����=5�sJ|�s�����p�s�_Rs;��G;�pO����=5�sJ|�s�����p�s�_Rs;��G;�pO����=5�sJ|�s���Ω��������9%>�9�{jn��h��S⣝C���vN�������9%>�9�{jn��h��S⣝C���vN�������9%>�9�{jn��h����#U;�^��܇
-��FK;�:<]j���t�v�xj�s��vο����?��_����������ϟ~|�w�~����})�;������w/�~��_m�l���Cq�Cq�?�p(���Cq`{*���y(.�Kj>���PЖ	��:Z����T8��:��¡�
-���2��¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P��
-��*|����
-��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO�Cq�Cq�{*���y(.�K*��p��S�P\��P��
-��:\����T8��w��"��¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P��
-��*|����
-��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO͇�:{��2�P\E�Cq�^R�P\��P���u��P��P\�PО
-��*|������u�8�e¡��֡8�=�u����P\e�P\�=�u�Ł��p(��u(pO͇�:{��2�P\E�Cq�^R�P\��P��
-��:\����T8��:��¡�
-���2��¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P��
-����P\��T8��:��¡�ס8�=�u���p(��硸�/�p(��u(pO�Cq�Cq�{*��p��S�P\��Cq_R�P\��P��
-��:\����T8Oeu����ơ�GϞ�Ņ7�ݓէ�����ō�桸�ۡ�������/��o���>���������v���M���/�����=�~n�U�N���o����>��1����M_�~{qO�X���>��3���Pw�k�pO����P7��
-C���n�=��+|ug|I����P7��
-C���n�=��;\C݀{*uW�����
-C���n�=��;\C݀{*uw����T�n��0�����Sa���5�
���Pw�k�pO���
-�C�_R�Pwg��n�-��;ZC�`{*uw�����<�]��δg�PwGk�lO����P7�����;{um�0�]�s�;�K*uw�����<��٣��eB'���I�S��T᳓��%5w�:{t���L�$u�:I`{*t�:\�$�=:I>;I_R�����$��I�pu���T�$u�:I�{*t�*|v�2��B'���I�S�����$��I�pu���T�$U��$e|I�NR�����B'���I�S�����$��I���I���
-��W'	pO�NR�����B'���I�S��T᳓��%:I�N��
-��W'	pO�NR�����B'���:I_S�����$��I�pu���T�$u�:I�{*t�*|v�2��B'���I�S�����$��I�pu���T�$U��$e|I�NR�����B'���I�S�����$��I���I���
-��W'	pO�NR������NRg�NЖ	������l/��I�pu�����I��['	����I�`u���T�$U��$e|I͝���$�-:I�N؞
-��W'	pO͝��V')Ӟ	���V'	lO�NR������NRg�NЖ	������l/��I�pu���T�$u�:I�{*t�:\�$�=:I>;I_R�����$��I�pu���T�$u�:I�{*t�*|v�2��B'���I�S�����$��I�pu���T�$5�]')�k*t�:\�$�=:I�N��
-��W'	pO�NR��NRƗT�$u�:I�{*t�:\�$�=:I�N��
-��
-����/��I�pu���T�$u�:I�{*t�bo��$��N҇�O�$�7�ݝ�����H;ݷ�f#�E��/?��������?-G��_��N��������y�~t<���o�"J���_v=�~��NO/�Go�@�=L�e>�����ח�N���q�r9�J��0ɖ�!�vO�s�i��I��
��{9��O��0ɖ�X~�~'/oKi��0Ȟ�!_�������l���;9����x�d�ܐ������o�l�5��wrؗ��xd�ܐ������L�|{�d�ܐGó�UͲeBi���ͲeBc��ga4ʞ	u�JV[4˖	]�JVU4˖	E�JVO4˖	-�F�%�({&TD+Y
�,[&�C+Y��,[&�C+Y��,[&4CyC��P�d�B�l��	�dUB�l�P�d�A�l��-�2h��L��V���Y�L�V�j�Y�L(�V�:�Y�Lh�6�,�F�3s���G�3���Y��~f�2��Y��}f�2s볁U���%B�r��̰eB߳�U�̲e�g��gv?&Bӳqg�3ž	5�JV�3˖�;�<*������U�3Ö	��F���({f�vV�hvf�c"�:+W��[&�:+Y��,[&4:y:��P�d�9�l���dU9�l�P�d�8�l���l�Y⌲gB�����̲eB��U�̲eBy����̲eBs��gq3ʞ	��JVk3˖	��JVe3˖	��JV_3˖	m�F�e�({&T5+YM�,[&�4+Y5�,[&�4+Y�,[&44y4��PϬd�3�l��ͬdU3�l�P̬d�2�l���,�Rf��L�dV��Y�L�cV��Y�L(cV���Y�Lhb6�,bF�3��Y�jaf�2��Yɪ`f�2��Y��_f�2�}�ȳ|eτ�e%�y�e˄�e%�v�e˄�e%�s�e˄�e#��e�=ꖕ��e�-�����e�-3-+x�,��1Z��;K��L�XV��Y��د��[�2��\Y��Vf�2�Y�ȳXe�̵�
-���~L�Ne�R�a˄Be%�O�e��m�V�2��U��U�2Ö	=�JV�2˖�K�<:����
�Ɲ�{&�'+Y��,[&t'+Y��,[&'+Y��,[&�&y�&��P��d5&�l�З�d�%�l�P��du%�l�Дl�Y���gBM��Ւ̲eBG��U�̲eBA��Տ̲eB;���ʑI^2�Y�jFf�2�YɪEf�2�Y��Df�2��ȳeτ:d%�
�e˄.d%�
-�e˄"d%��e˄d#�d�=*���d�-�����c�-ʏۥ�����fT��������|���잏o������_���?۾��}���lT�szl���������?�������쯽���������Sk��|�����Ǹ�\v��o�u������/�|�����p9���j���^R7���|~����=���n���T��#m����yy�?���h{����Oׯ���W�
��_S7��W�vL���F�27��7s8�[��4ڞ��_������oO#����y��v�}{�h�ܐ��������h{�~�������ӈ{�~ٝ��۳L|����������D/���{9��|<���n�������~{qO��������oO#���o�xl?��4�K�~�v�~�Rⷧ��
|�;t�&#��T��p�F�Q�s8"�K*LGt��#��TX��p�G��0 ��Z���SaC���DƗT���p�H�$�ᚒ��SaL�õ&��žD��A��/�0)��ڔ��SaU��5+��°D�kYpO�m�
-��_Ra^�õ/����D�kbpO�������
-;>�&2����D�kkpO�������
-���	�=6'*|�Nd|I�ى����
-���	�=�':\��{*�O4���E��T���pmP�B�ᚡ��Sa��õD���E��1��/�y����Ж	��I
-�=F):\��{jޥ�l
Sd�3a����M���:E�k�pO��=*��Lب��9R��%f*:\;�{j^���1U�e�XEGk�lO���
-��_R�dEg��
-�-V+:Z�`{*Wt��+��Tخ��9^��%�+:\��{*,Xt�&,��T��p�X�cQ�s�"�K*LYt��,��TX��p�Y��0h��Z���SaӢ��EƗT���p�Z�l�ᚶ��Saܢõn��¾E�ρ��/�0q��ڸ��Sa��5s����E�k�pO���
-�c_Ra�õw����E�k�pO�ы����
-�
~7|�5�/:\��{*�_t��/��T��p-`��Q�s#�K*�`t�v0��TX��pMa��0���Z���Sa��� FƗT���pmb�������Sa�õ����6F��q��/�0�������Sa!��5���摌�+@[&�dT�����
-S���=5�et�m.���0���Z���Sa3���hFƗ�<���c7h˄匎�t؞
-����=5�gT�42�0�������SaE��5����!��K@[&liT�����
-s�=
�=5:\��{*�jt�V5��T�ը�9���%�5:\��{*�kt��5��T��p-l��Q�sd#�K*�lt�v6��TX��pMm��0���Z���Sao���7"����F�kspO�Ս����
-���
�=�7*|�od|I�������
-�	�=F8:\+�{*�pT�����
-S�-�=�8:\s�{*r�)�v�^hLr|���~�m�ǧ��l^�p�xjNr���#x�������=�~|����-��M�3��l�߿dh�?x��X�Scc��o�u�?&Bc��gc=�K*4�;\�u�=���:��
-��WcpO��z���zƗTh�w��{*4�;\�u�=���:��
-��
-����/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�W�l�g|I��z�����Bc���X�S����j���X���X���
+xڔ�[���y��{}
+\9���]]}i��#J9a9,_@�����43�~�w��U����'�&H��_�j�O��������z��^��9�����W�/��՟����������;<�������t:쎧��oO������S�ϻ�i��ۗ�������S���������W���������������ׇ���o�O_������~�����t����7?���w?��ݯ?|���?���_?����������������z����O��]���Ư�p<���ә~	z�ïa�~����t��}���i�=�1~��^�_K|<M����wϗ��oO#��y����~��i�=u���/��~{qO}�?_:ϗ�O��n�ן�����ӈ{�~��_ۯ}<���n�ן����oO#����sط_�x��%u��t��K�ߞF�S7��O���~��i�=u��N���k�=���>�_��ۯ}<M����w��S������
����o��ӈ{�~��<?�_��i�=�1~��tN��kO��n�ן�����ӈ{�~��\���=���n�ן��rj��ӈ{�c����yzm���4�K�~�]���~��i�=u�]^�گ}<���n���������ӈ{�C�������_:\O��n�ן��pj��ӈ{�~��<�-~{qO��o�m��B�S�����,m���4�K�~��5F�27��f��~��i�=u���O��;�=���>�O����~{�h�ܐ���奦oO��������rl��ӈ{�~�ί���0Җ�X>^2���{<M����_4�O�w>�F�S7�������0Җ�!_2����oO�������Gs8���x��%u��h����0Җ�!_2O��;O����e�=տ��ӈ{�c��iw���߹��	_R7��n���~��i�=uޝ���kO#�����\�>}<���>��ן�����ӄ/����s�Z��4➺�_:�K������
���ٿ�_��i�=�1�r���گ}<M����_:OO��>�F�S7������˄�4➺�_vO�C��ߞF�S㗧��ˡ���ӄ/��q�t>�_�xqO���?��S������
���9�.-~{qO}��^:�?��x��%u��t��kO#�����?�_�xqO���?����k�=���>�OOO�����=
����v��˥�oO#��������ⷧ��
�e���T����������9?�_�x��%u��t����=���n�ן���~��i�=u��t���k�=���>�ן���~��i—�
���ٷGDO#�����tzi��ӈ{�����>�_��i�=�1~|�/��kO��n������~��i�=u��/��>�F�S7��O�����a�-�|��hN��;O���n�������ӈ{�~��[�˳L�`�?��S��ߞF�S��ן˾�{�z��%u��\ڿ%0F�27������~��i�=uٽ\����������iw��v{�h�ܐ�����ҷ����
���y~n���4➺�_4�/��a�-��r���kb=M����_4���;O#���G�o���4➺�_8O��k�=���>�/O���k����	_R7���|i���4➺�?�����kO#������^�i�=�1�z�����>�&|I���?��C������
���9���zqO���?����oO#����O��^�i���
���ٷ=���n�ן�S[��ӈ{���{~=�_��i�=�1��=]ڂ��&|I������XO#������t�4➺�_:ϯ��~{qO}��?�S{M��	_R7��O��t�4➺�_:���XO#����s��N��P<�D>.��=�ٍ����|Z>��e�z��������NǷz=�v���������ޮ���?�_�ǟM���9��Z�������������ߜ�����?sx���צ��x��ԯ�Q�l������=��y�~�S����܇Ͻޫ_�������=�oO#�%��n��{���	_R7���|8����i�=u���K|t�	���-.��-&�Ss����-|I����b�=5w�K|t�	���-.��-&�Ss����-|I����b�=5w�K|t�	���-.��-&�Ss����-|I����b�=5w�K|t�	���-.��-&�Ss����-|I����b�=5w�K|t�	���-.��-&�Ss����-|I����b�=5w�K|t�	���-.��-&�Ss����-|I����b�=5w�K|t�	���-.��-&�Ss���g�8�kj����[\�[L���nq��n1រ���n1�Kj����[L�e�nqI�n1ٞ���%>�ń{j�w��홹[\ң[L���nq��n1��ť}�m��[�������nq��n1��ť}�m��[\ң[L���nq��[���ť}�m��[\ң[L���nq��n1រ���n1�Kj����[\�[L���nq��n1រ���n1�Kj����[\�[L���nq��n1រ���n1�Kj����[\�[L���nq��n1រ���n1�Kj����[\�[L���nq��n1រ���n1�Kj����[\�[L���nq��n1រ��>��_Ss���G��pO����b�=5w�K|t�	���-�pu�_Rs���G��pO����b�=5w�K|t�	���-�pu�_Rs���G��pO����b�=5w�K|t�	���-�pu�_Rs���G��pO����b�=5v�K��-&�2s����-{I����b�=5u�K��[L����-.��-&�Ss����-|I���Ҿu�����-.��-&�Ss���G��pO�����b�=3w�Kzt�����-.��-&�Sc���o�b�-3w�;Z�b����-.��-&�Ss���G��pO����b�=5w�;\�b����-.��-&�Ss���G��pO����b�=5w�;\�b����-.��-&�Ss���G��pO����b�=5w�+|v�3���nq��n1រ��%>�ń{j����[������nq��n1រ��%>�ń{j����[������nq��n1រ��%>�ń{j��l�-�t{�cw�[�>ѷ����s��i����~�6���v�/�����V���e�Z|{LO�f�����������O?��6x�o�����{l�*�����V�����������s>��Q��|~��>���4➺���s��L
��B���U��S�L]�L��%���25��
+e�W�pO�2u��L
��B���g�:�K*��;\ej�=���25��
+e�W�pO�2u��2uƗT(Sw��Ԁ{*��;\ej�=���25��
+e�
+�e�/�P��p���T(Sw��Ԁ{*��;\ej�=��>��_R�L��*S�P��p���T(Sw��Ԁ{*��+|��3��B���U��S�L��*S�P��p���T(SW�,Sg|I�2u��L
��B���U��S�L��*S�P�n�2u��T(Sw��Ԁ{*��;\ej�=���25��
+e�
+�e�/��L�٣L
�eB���U��S�L��*SL]�*Sg�3�L��*S���P��p����\���Q��2�L]ѳL��%���25����ԝ=��@[&��;Zej�=��>��_Rs���G�h˄2uG�L
��B���U��S�L]�L��%���25��
+e�W�pO�2u��L
��B���g�:�K*��;\ej�=���25��
+e�W�pO�2u��2uƗT(Sw��Ԁ{*��;\ej�=���25��
+e�
+�e�/�P��p���T(Sw��Ԁ{*��;\ej�=��>��_R�L��*S�P��p���T(Sw��Ԁ{*����L�5���25��
+e�W�pO�2u��L
��B���g�:�K*��;\ej�=���25��
+e�W�pO�2u��2uƗT(Sw��Ԁ{*��;\ej�=���25��
+e�
+�e�/�P��p���T(Sw��Ԁ{j.Sw�(Sm�P���Y����
+e�W�pO�eꎾ����e�V�hO�2u��2uƗ�\���Q��2�L��*S���P��p����\��l��3�P��h����T(Sw��Ԁ{j.Sw�(Sm�P���Y����
+e�W�pO�2u��L
��B���U��S�L]�L��%���25��
+e�W�pO�2u��L
��B���g�:�K*��;\ej�=���25��
+e�W�pO�2u�ߕ�#��B���U��S�L��*S�P��p���T(SW�,Sg|I�2u��L
��B���U��S�L��*S�P���Y����
+e�W�pO�2u��L
��B�:6��25|�Q��PY�o���'Z��'(S�_w���	���Y�>�����l���o?~����|�ɻ֏�8����{�	6�O[
��Ή���ι�U�v΃��9�{*�s:\��=�9�v��
+�
+�휌/����p�s��Th�t��9�{*�s:\��=�9>�9_R����j������p�s��Th�t��9�{*�s����5�9�v��
+�W;pO�vN�����B;��g;'�Kjn�t�h��m����h�s��Th�t��9�{jn�T��9��Lh�t��9`{*�s:\��=5�s:{�s��Lh�T�l�d{I�vN������vNg�vЖ	휎V;lO�vN��vNƗ��������2����j������p�s��Th�T�l�d|I�vN�����B;�����S����j����Ω������
+�W;pO�vN�����B;�����S��S᳝��%�9�v��
+�W;pO�vN�����B;��g;'�K*�s:\��=�9�v��
+�W;pO�vN��vNƗTh�t��9�{*�s:\��=�9�v��
+��k�D|M�vN�����B;�����S����j����������
+�W;pO�vN�����B;�����S��S᳝��%�9�v��
+�W;pO�vN�����B;��g;'�K*�s:\��=�9�v����9�=�9@[&�s*z�s���B;�����Sc;��o��?&B;�����S��S᳝��%5�s:{�s��Lh�t��9`{*�s:\��=5�s*[�L{&�s:Z��=�9�v����9�=�9@[&�s*z�s���B;�����S����j������p�s��Th�T�l�d|I�vN�����B;�����S����j����Ω������
+�W;pO�vN�����B;�����S����w휈�����p�s��Th�t��9�{*�s:\��=�9>�9_R����j������p�s��Th�t��9�{*�s*|�s2��B;�����S����j����Ή푮�h�s>t`B;'|�����|�=�M���f7�x���������[��w?�its~������ϟ��w�~�����TVw�����Ǭ�����/��7��y�~}:�����{����s�[&�5򼅋�g�K�
+�p���gp��+�[&��U�N�l�p�����-ʞ	�o���,[&��U�.߲l�p�V�:{˲e��[#ϛ�({&\�U�޲l�p�Vɺv˲e­[%��-˖	�n�<�ܢ�p�V�:r˲e‰[%��-˖	�m���,[&�5�m��g�e[%�-˖	gm����,[&ܴU�Nڲl�p����-ʞ	�l��c�,[&��U�.ٲl�p�V�:c˲e�[!�ݰ%yɄ�J�[�-��*Y�kY�L�]�d��e�2�p����Z�=��*YGkY�L8Y�d]�e�2�^��u��e˄c�F��jQ�L�T�d�e�2�L��u��e˄�J։Z�-�yާE�3�:��u��e˄ӴJ�eZ�-3ߥU�8K���D8Jk�y�aτ��J�AZ�-3��U��-����Ru��]˄C�F�whQ��|�V��-���ru��a˄��J��Y�-3�5�nϢk�pyV�:<˰e��Y%��,˖�o�*x��e�c"�5�7��gµY%��,˖	�f��K�,[&ܙU��̲l�pd����,ʞ	f���,[&��U��˲l�p[V�:-˲e�aY#ϻ�({&\�U��ʲl�pRVɺ(˲e�=Y%�,˖	�d�|wK��%.�*Y�dY�L8#�d]�e�2ᆬ�uB�e˄�F��cQ�L��d�e�2�t��u9�e˄��J��X�-��yތE�3�b��u0�e˄s�JֵX�-n�ҹRw*�?͸�?�:l�m��N��Į��|9?á�xj^��n�b������ӟna�]����~�����x��D���r~���;}�b���(7�����ӗ����s~���r�1?���4➺1�<V�+|nWg|I����v5��
+����j�=��;\�Հ{*lWW�ܮ���
+����j�=��;\�Հ{*lWw����Tخ��]��%��;\�Հ{*lWw����Tخ�pmW]��w��_Sa��õ]
���vu�k�pO����v5��
+��>��3��������@[&lWw�����Tخ�pmW�y����]�iτ���v5؞
+����j�=5oWw�خ�2a����vu��Tخ�pmW�y���GSh˄�NG����B]��g_'�Kjn�t����m�P��h�v��T��t��;�{*Tw*|vw2��B{��U��S����j������p�x��T��T���d|I�&O�����B������S����*���P�������
+��W�pO�bO�����B���U��S��S�ߓ�%>����
+%�W�pO��O�����Bէ�g�'�K*�}:\u�=
+?����
+��W�pO��O���~"��B��U��S����j������p���T��U���e|I�P����B����S���*�P������
+��W%pO�RP����B/��U�S�T���%�A�z��
+�WCpO���%!�-jB={B�^R�)��
+,�ѷ���/��*��P�������[C�=jC@[&�:Z�!�=�C������C���P�=D�
+؞
+%�W�pO�=��E"�-�D=�D�^R�M���P(�p5���T�u�JE�{*Ԋ*|��2��B���U-�S�\��j��/�p���T�U��e|I��Q��f��BѨ��4�S�k��*�P7j�Q��Thu�*G�{*��:\�#�=zG����
+գ
+�ݣ�/��>�pՏ��T( u�H�{*t�:\%$�=jH>{H_R����"�PF�p����T�#��LWH�4I�?��>�_�]}|����y�����$=������$�����?.G�����L���,�D���ח������EQ��z���]�ԏ�������=�oO#��~����Z��i—�
���r�-~{qO��ϻ����kO#��e�|~����ӈ{�c����y~��L���	_R7��O���~��i�=u��t����>�F�S7��O��T����ԍ����sط_�x��%u��t�o����ӈ{�>z��v)��
+��W�pO�vi��viƗTh�v�ڥ�{*�K;\�R�=ڥ�v)��
+��
+��Ҍ/��.�p�K�Th�v�ڥ�{*�K;\�R�=ڥ>ۥ_R�]��j���.�p�K�Th�v�ڥ�{*�K��]�5ڥ�v)��
+��W�pO�vi��]
+��B���g�4�Kjn�v�h�m��.�h�K��Th�v�ڥ�{jn�V�ڥ��Lh�v�ڥ`{*�K;\�R�=5�K;{�K��Lh�V�l�f{I�vi��]
+���vig�v)Ж	�ҎV�lO�vi��viƗ��.���.�2�]��j�����.�p�K�Th�V�l�f|I�vi��]
+��B����.�S�]��j���.���.���
+��W�pO�vi��]
+��B����.�S�]Z�]��%ڥ�v)��
+��W�pO�vi��]
+��B���g�4�K*�K;\�R�=ڥ�v)��
+��W�pO�vi��viƗTh�v�ڥ�{*�K;\�R�=ڥ�v)��
+���k�F|M�vi��]
+��B����.�S�]��j���.���.���
+��W�pO�vi��]
+��B����.�S�]Z�]��%ڥ�v)��
+��W�pO�vi��]
+��B���g�4�K*�K;\�R�=ڥ�v)���ۥ�=ڥ@[&�K+z�K���B����.�Sc���o�R�?&B����.�S�]Z�]��%5�K;{�K��Lh�v�ڥ`{*�K;\�R�=5�K+[��L{&�K;Z�R�=ڥ�v)���ۥ�=ڥ@[&�K+z�K���B����.�S�]��j���.�p�K�Th�V�l�f|I�vi��]
+��B����.�S�]��j���.���.���
+��W�pO�vi��]
+��B����.�S�]��w�҈���.�p�K�Th�v�ڥ�{*�K;\�R�=ڥ>ۥ_R�]��j���.�p�K�Th�v�ڥ�{*�K+|�K3��B����.�S�]��j���.
�ȶ]
+h�K?t8C�4|�oO���t|��ױ]���o���������e�^:��c�_z��K���?�������_��?����0��Gv��Zۥ/������e����o��O������d�����rxy�yV{<M����w//o���oO#��yw8����H[�|��<�����4ڞ����t�ќ��2���4�k�~�Ѽ��u���H[�|���/-}{mO���?��K��ߞF�S�����"V��a�=sC>�ί���=�F�S7����T_��|<���n��ݹ�ʿ<������a�ۿ<�_�x��%u��\���O#�������W�~{qO���?�ӡ��oO#��ן���~��i—�
���y�S��=���n�c>��5����(G�k�pO�Q�
+��_Ra���5����(G�k�pO�Q��(��
+�>G92���(G�k�pO�Q��(��
+��Q�=F9*|�rd|I�Q��(��
+��Q�=F9:\��{*�rT�����
+��Q�=F9:\��{*�rt�F9��T��9ʑ�%F9:\��{*�rt�F9��T��p�r��0�Q�s�#�K*�rt�F9��T��p�r��0������Sa����F9"���(G�k�pO�Q��(��
+��Q�=F9*|�rd|Iͣ�=F9��L��h�r���0������S�(Gek�#Ӟ	��Q�=F9:\��{j���1��e�(GE�Q�l/�0������S�(Gg�Q�-F9:Z�`{*�rT������G9:{�r�m�0������Sa���5����(G��Q��/�0������Sa���5����(G�k�pO�Q�
+��_Ra���5����(G�k�pO�Q��(��
+�>G92���(G�k�pO�Q��(��
+��Q�=F9*|�rd|I�Q��(��
+��Q�=F9:\��{*�rT�����
+��Q�=F9:\��{*�rt�F9��T�h�Q����0������Sa���5����(G�k�pO�Q�
+��_Ra���5����(G�k�pO�Q��(��
+�>G92���(G�k�pO�Q��(��
+��Q�=F9*|�rd|I�Q��(��
+��Q�=5�rt����2a����(G��T��p�r��q���o��L�Q��(О
+�>G92���Q���@[&�rt�F9��T��p�r��y���5ʑiτQ���(؞
+��Q�=5�rt����2a����(G��T��p�r��0������Sa���5����(G��Q��/�0������Sa���5����(G�k�pO�Q�
+��_Ra���5����(G�k�pO�Q��(��
+�
~7��5F9:\��{*�rt�F9��T��p�r��0�Q�s�#�K*�rt�F9��T��p�r��0������Sa����(GƗT��p�r��0������Sa�#LI�����(LJ�0�>�_�������x8�+��Ss�c����/z߿�R^��֯��|��{��>�l����X��RcpO�����5�����
+���L/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�W�l�g|I��z�����Bc���X�S����j���X���X���
 ��WcpO��z�����Bc���X�S��^ᳱ��%���:��
-��WcpO��z�����Bc����_S����j���X�p5��Th�w��{*4�+|6�3����zg��:Ж	���VclO��z�������ze���iτ�zG����Bc���X�Ssc��Gch˄�zE��z��Th�w��{jn�w�h�m��X�h5���Th�W�l�g|I͍���u�-���:؞
+��WcpO��z�����Bc��gc=�K*4�;\�u�=���:��
 ��WcpO��z���zƗTh�w��{*4�;\�u�=���:��
-��
-����/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�W�l�g|I��z�����Bc���X�S����j���Xo��z��Th�w��{*4�;\�u�=���:��
-��
-����/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���٣��eBc��gc=�K*4�;\�u�=56�;��X�c"4�;X�u�=�>�_Rsc��Gch˄�zG����Bc���X�Ssc���XϴgBc���X�S����j���٣��eBc��gc=�K*4�;\�u�=���:��
+���k�G|M��z�����Bc���X�S����j���X���X�����=�@[&4�;Z�u�=���:���땭�z�=���:؞
+��WcpO͍���u�-�=��^R����j���٣��eBc���X�S��^ᳱ��%57�;{4ց�Lh�w��`{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�W�l�g|I��z�����Bc���X�S����j���X���X���
+��WcpO��z�����Bc���X�S��^ᳱ��%���:��
+��WcpO��z�����Bc����_S����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�W�l�g|I��z�����Bc���X�S����j���X���X���
+��WcpO��z�������zg��:Ж	������l/��X�p5����X��[c����X�`5ց�Th�W�l�g|I͍���u�-���:؞
+��WcpO͍��Vc=Ӟ	���VclO��z�������zg��:Ж	������l/��X�p5��Th�w��{*4�;\�u�=�>�_R����j���X�p5��Th�w��{*4�+|6�3��Bc���X�S����j���X�p5��Th�7�]c=�k*4�;\�u�=���:��
 ��WcpO��z���zƗTh�w��{*4�;\�u�=���:��
 ��
-����/��X�p5��Th�w��{*4�;\�u�=�
~�X���
-��WcpO��z�����Bc���X�S��^ᳱ��%���:��
-��WcpO��z�����Bc��gc=�K*4�;\�u�=���:��
-��X����B������~wc��'��r<Cc}<5�[c�?|������_������/�����������O���������?�������������Ew������e�㟇��Q�����P܃�I����T8W��P\Ɨ�|(��ǡ8�-�u�Ł��p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P��
-��*|����
-��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO�Cq�Cq�{*���y(.�K*��p��S�P\��P��
-��:\����T8W��P\ƗT8��:��¡�ס8�=�u���p(����E|M�Cq�Cq�{*��p��S�P\��P��
-��*|����
-��:\����T8��:��¡�ס8�=�U�<��%�u���p(��u(pO�Cq�Cq�{*���y(.�K*��p��S�P\��P����u�8�e¡����ⲽ�¡�ס8�=5���ۡ8�?&¡�֡8�=�U�<��%5���q(h˄Cq�Cq`{*��p��S��֡�L{&��h��S�P\��P����u�8�e¡����ⲽ�¡�ס8�=�u���p(��u(pO�Cq>�e|I�Cq�Cq�{*��p��S�P\��P��
-��*|����
-��:\����T8��:��¡�ס8�=�5�ݡ����p(��u(pO�Cq�Cq�{*��p��S�P\��Cq_R�P\��P��
-��:\����T8��:��¡�
-���2��¡�ס8�=�u���p(.������Cq���Cq፾�_v�Ƿz��_��}�}zޝ���Ʃ����:���������_~��������~����/������ml��w��Χ׭�]�m��m��n�x�B��=n��p�����m>o����
-�}t�n���Sᶏ�m�{*�����pO��>*|����%n��p�����m��>��T����u���
-�}T���#�K*�����pO��>:\�}��p�G���=n���y�GƗT����u���
-�}t�n���Sᶏ�m�{*��Q�󶏌/�p�G���=n��p�����m��>��T�����m_Rᶏ�m�{*�����pO��>:\�}��p�G���>2���m��>��T����u���
-�}t�n���Sᶏ���#�k*�����pO��>:\�}��p�G���=n���y�GƗ�|�Gg��>��L����u�؞
-�}t�n���S�m���>2�p�GG��=n��p������>:{���e�m=o����
-�}t�n���S�m�=��@[&�;Z�f�=��>��_Rs���G�h˄bsG����B���Ul�S��\�؜�%���b3��
-��W�pO�bs�����B���g�9�K*�;\�f�=���b3��
-��W�pO�bs��bsƗT(6w��̀{*�;\�f�=���b3��
-��
-���/�Pl�p��T(6w��̀{*�;\�f�=��>��_R����*6�Pl�p��T(6w��̀{*�����5���b3��
+����/��X�p5��Th�w��{*4�c�k�������X�hi�?���������O��X�S��~�5������w?�����?�����������������o?�t�����o������ݿ]�XtG?n������_Gq��8��K�>�{�q�Qٞ���:\Gq�/��(��oGqD[f>�+�qG��棸Gq�{j>��p���棸Gq�{j>�+�qG��棸Gq�{j>��p���棸Gq�{j>�+�qG��棸Gq�{j>��p���棸Gq�{j>�+�qG��棸Gq�{j>��p���棸Gq�{j>�+�qG��棸Gq�{j>��p���棸Gq�{j>�+�qG��棸Gq�{j>���y��55ŕ�8�#�S�Q\���8�=5ŕ�8�#�S�Q\��(�%5ŕ�8�#�S�Q\���8�=5ŕ�8�#�S�Q\��(�%5ŕ�8�#�S�Q\���8�=5ŕ�8�#�S�Q\��(�%5ŕ�8�#�S�Q\���8�=5ŕ��(�h��Gq��8���|W��(�pOMGq%�~G���|W��(�hO�Gq��8���xWڷ�8�-3ŕ�8�#�S�Q\���8�=5�u�8��3�Q\I��8�=5ŕ�8�#�S�Q\iߎ∶�|��:�{I�Gq%>����|W��(�pO�Gq%>����|��:�|I�Gq%>����|W��(�pO�Gq%>����|��:�|I�Gq%>����|W��(�pO�Gq%>����|W��(.�kj>�+�qG��棸Gq�{j>�+�qG��棸�Q�Kj>�+�qG��棸Gq�{j>�+�qG��棸�Q�Kj>�+�qG��棸Gq�{j>��WY�Q}��sOώ�Gq�}{�_v���?���qٿ^���6	��r�]������gqG����}����_~��������o�����_��[\�//��W����������n��#n=��so����
+o� �S��>J|��pO�o��p���%5������>�����o� �S��>J|��pO�o��p���%5������>�����o� �S��>J|��pO�o��p���%5������>�����o� �S��>J|��pO�o��p���%5������>�����o� �S��>J|��pO�o��p���%5������>�����o� �S��>J|��pO�o��p���%5������>�����o� �S��>J|��pO�o��p���%5������>�����o� �S��>J|��pO�o����������m%>��A���}��x�រ��Q��m�{j~�G��m�/��m�}{�і���Q��md{j~�G���}��m�=���g�}��x�ٞ���Q��m�{j|�Gi���A�e�}t��������Q��m�{j|�Gi�b3Ж	��V�lO�bs��bsƗ�\l��Ql�2����*6���Pl�p��T(6W�,6g|I�bs�����B���Ul�S����*6�Pl��Yl���
+��W�pO�bs�����B���Ul�S��\�؜�%���b3��
 ��W�pO�bs�����B���g�9�K*�;\�f�=���b3��
 ��W�pO�bs��bsƗT(6w��̀{*�;\�f�=���b3��
-��
-���/�Pl�p��T(6w��̀{j.6w�(6m�Pl��Yl���
-��W�pO��掾�����V�hO�bs��bsƗ�\l��Ql�2����*6���Pl�p���\l�l�3�Pl�h���T(6w��̀{j.6w�(6m�Pl��Yl���
+���+6G|M�bs�����B���Ul�S����*6�Pl��Yl���
 ��W�pO�bs�����B���Ul�S��\�؜�%���b3��
-��W�pO�bs�����B���g�9�K*�;\�f�=���b3��
-��W�pO�bs���#��B���Ul�S����*6�Pl�p��T(6W�,6g|I�bs�����B���Ul�S����*6�Pl��Yl���
-��W�pO�bs�����B�9�p�b3��(6(���፾������g￝������N�o�%����������cz��|��������~���������������������_���Z���������w~y�=���ݿ��w~9����Ϊ������ڮ�=z�PK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��UK|I͵��4�=5��J|����\K+�QK#�Ss-��g--�kj�������V⣖F���ZZ��Zរki�Z�Kj������F�e�ZZI�Zٞ�ki%>ji�{j��u���홹�Vң�F���ZZ��Z�ki�}��m����Ѫ�����ZZ��Z�ki�}��m���Vң�F���ZZ�����ki�}��m���Vң�F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki�Z�Kj�������V⣖F���ZZ��Zរki>ki_Ss-��G-�pO͵��4�=5��J|����\K�p���_Rs-��G-�pO͵��4�=5��J|����\K�p���_Rs-��G-�pO͵��4�=5��J|����\K�p���_Rs-��G-�pO͵��4�=5��J�VK#�2s-��UK{I͵��4�=5��J���F���\K+�QK#�Ss-��UK|I���Ҿ�҈��\K+�QK#�Ss-��G-�pO�����4�=3��Jz�����\K+�QK#�Sc-��o�4�-3��:Z�4���\K+�QK#�Ss-��G-�pO͵��4�=5��:\�4���\K+�QK#�Ss-��G-�pO͵��4�=5��:\�4���\K+�QK#�Ss-��G-�pO͵��4�=5��*|��2���ZZ��Zរki%>ji�{j��������᪥���ZZ��Zរki%>ji�{j��������᪥���ZZ��Zរki%>ji�{j����TYK��=����]KKo����|9_v���3ܷ��F1m�ճ_���o�V=�7޿w���	�;d��NOǍ��[���o"���}x���B������}��#m��ew~y>���i�=���������c��i���
��ռB�������
���N疾=���n�ׯf�?��ӈ{�c|�j��1Ze�&�37����zi���4ڞ��_��tym?��4➺�_v��#��,�7n������O��n�k�K|\�L���˒K|\�L���˒K|\�L���˒;\�%���˒K|\�L���˒K|\�L���˒K|\�L���˒;\�%���˒K|\�L���˒K|\�L���˒K|\�L���˒;\�%���˒K|\�L���˒K\��{*�Rt�V)��TX���J��%V):\��{*�Rt�V)��TX��p�R�JQ�s�"�K*�Rt�V)��TX��p�R�J��Z���Sa����*EƗTX��p�R�J��Z���Sa��õJ���*E��U��/��J��Z���Sa��õJ���*E�k�pO�U��[����
+��W�pO�bs�����B���g�9�K*�;\�f�=���b3����͝=��@[&�+z����B���Ul�Sc���o�f�?&B���Ul�S��\�؜�%5�;{���L(6w���`{*�;\�f�=5�+[��L{&�;Z�f�=���b3����͝=��@[&�+z����B���Ul�S����*6�Pl�p��T(6W�,6g|I�bs�����B���Ul�S����*6�Pl��Yl���
+��W�pO�bs�����B���Ul�S����w�戯�Pl�p��T(6w��̀{*�;\�f�=��>��_R����*6�Pl�p��T(6w��̀{*�+|�3��B���Ul�S����*6�Pl%ܶ�h�?��C�9|�/S�xz�3�Tl����|��į	sy٨\�����i�{��|�4�����?���?==?����o�����o���ӿ��_������J�����>��i�;?�v���?��ú�����V�y���"R+��Zi>Pj���J���J���
+��W+
pO�VZ�����B+���J�S��V᳕��%Zi�V��
+��W+
pO�VZ�����B+��g+-�K*��:\�4�=Zi�V��
+��W+
pO�VZ��VZƗTh�u�Zi�{*��:\�4�=Zi�V��
+���k�E|M�VZ�����B+���J�S����j���J���J����[i�=Zi@[&��:Z�4�=Zi�V���[i��VZ�=Zi�V؞
+��W+
pOͭ���4�-Zi=[i�^R����j���٣��eB+���J�S��V᳕��%5��:{�Ҁ�Lh�u�Zi`{*��:\�4�=Zi>[i_R����j���J�p����Th�u�Zi�{*��*|��2��B+���J�S����j���J�p����Th�U�l�e|I�VZ�����B+���J�S����j���J���J���
+��W+
pO�VZ�����B+���J�S��V᳕��%Zi�V��
+��W+
pO�VZ�����B+���Zi_S����j���J�p����Th�u�Zi�{*��*|��2��B+���J�S����j���J�p����Th�U�l�e|I�VZ�����B+���J�S����j���J���J���
+��W+
pO�VZ������VZg�VЖ	������l/��J�p������J��[+
����J�`�Ҁ�Th�U�l�e|Iͭ���4�-Zi�V؞
+��W+
pOͭ��V+-Ӟ	���V+
lO�VZ������VZg�VЖ	������l/��J�p����Th�u�Zi�{*��:\�4�=Zi>[i_R����j���J�p����Th�u�Zi�{*��*|��2��B+���J�S����j���J�p����Th�5�]+-�k*��:\�4�=Zi�V��
+��W+
pO�VZ��VZƗTh�u�Zi�{*��:\�4�=Zi�V��
+��
+����/��J�p����Th�u�Zi�{*��BW�m������v+-|���u�׿`~=\�����b�~7�g���������zf�x�zܽ��.���;|:?7��/	/_�&r����s�~���p>=�<������
��{y>����i�=��Y��~w�c����4�k�~�Ѽ�u���H[�|���/-}{mO���?��K��ߞF�S������U��a�=sC>�ί���=�F�S7���.��w>�F�S7���\�_�E�c��K{����S�����^R7��V�׻��TxWr��]ɀ{*�+����d�=ޕ\��]�_R�]��w%���׻��TxWr��]ɀ{*�+��绒3��»�;\�J�S�]��w%���׻��TxWr��w%g|I�w%w�ޕ��»�;\��{*�Rt�V)��TX���J��%V):\��{*�Rt�V)��TX��p�R�JQ�s�"�K*�Rt�V)��TX��p�R�J��Z���Sa����*EƗTX��p�R�J��Z���Sa��õJ���*E��U��/��J��Z���Sa��õJ���*E�k�pO�U��[����
 ��U
 �=V):\��{*�Rt�V)��TX���J��%5�Rt�X���2a����J���*E�k�pOͫ��U�L{&�Rt�V)��TX��p�R��y����*Ж	�=W)����*E�k�pOͫ�=V)��LX��h�R����JQ�s�"�Kj^���J�e�*EGk�lO�U��*��
 �>W)2���*E�k�pO�U��*��
@@ -3238,290 +3361,355 @@ S
 �=V)*|�Rd|I�U��*��
 ��U
 �=V):\��{*�R4��*E��TX��p�R�J��Z���Sa��õJ���*E��U��/��J��Z���Sa��õJ���*E�k�pO�U�
-��_Ra��õJ���*E�k�pO�U���ЭR��U��a�"���_����r��(ŷ��?����(���������e���3�������=����?^��(�����/8�����&�e�;���ƃZ��4�K�~�]�O��=���n���i��ⷧ��
��;�����F�27F@�����~��i���
|L�t��W���<���cxh˄ᕎ��
+��_Ra��õJ���*E�k�pO�U���ЭR����*E�D�*���I^���J1���*������_�i�`����~�vs�����e�l�Q��A��}���(�e�;���ƃ���i—�
����^Z��4➺��wǧ���oO#��e���{��~i��X���C�����^R7���Z^�S��Jg���-�W:Z�+`{*,�4���J��Լ���cyh˄啎��
 ؞
-�+
~7��55�t�^�2ax��5�����J�kxpO��+���L{&�t��W��T^�p
���qx��o�+�L��
-��+�^Rax��5�����J�kxpO����
-��
-�+>�W2����J�kxpO����
-��
-�+���=�W*|�d|I����
-��
-�+���=�W:\�+�{*�T�^���
-�+���=�W:\�+�{*�t��W��T^��9���%�W:\�+�{*�t��W��T^�p
���0�R�sx%�K*�t��W��T^�p
���0���^�Sax����JƗT^�p
���0���^�Sax��5�����J��ᕌ/�0���^�Sax��5�����J�kxpO���^���
-�+���=�W:\�+�{*�t��W��T^��9���%5�t�^�2ax��5�����J�kxpO��+���L{&�t��W��T^�p
���yx����
-Ж	�+=�W�����J�kxpO��+�=�W��L^�h
����0�R�sx%�Kj^��1��e��JGkxlO����
+�+���=5/�T��W2홰���Z^�Say�õ����啎�-���1�W*x.�dzI����
 ��
-�+>�W2����J�kxpO����
+�+���=�W:\�+�{*,�T�\^���
+�+���=�W:\�+�{*,�t��W��TX^�𹼒�%�W:\�+�{*,�t��W��TX^�p-���R�sy%�K*,�t��W��TX^�p-�����Z^�Say����JƗTX^�p-�����Z^�Say�õ�����J��啌/�����Z^�Say�õ�����J�kypO��
+��+_Ray�õ�����J�kypO����
 ��
-�+���=�W*|�d|I����
+�+>�W2����J�kypO����
 ��
-�+���=�W:\�+�{*�T�^���
-�+���=�W:\�+�{*�t��W��T^��9���%�W:\�+�{*�t��W��T^�p
���0�R�sx%�K*�t��W��T^�p
���0���^�Sax���W"����J�kxpO����
-��
-�+���=�W*|�d|I����
+�+���=�W�ny%�k*,�t��W��TX^�p-�����Z^�Say����JƗԼ���cyh˄啎��
+؞
+�+���=5/�T��W2홰���Z^�Say�õ�������+@[&,�T�\^���
+�+���=5/�t�X^�2ay��������J��啌/�yy����
+Ж	�+���=�W:\�+�{*,�T�\^���
+�+���=�W:\�+�{*,�t��W��TX^�𹼒�%�W:\�+�{*,�t��W��TX^�p-���R�sy%�K*,�t��W��TX^�p-�����Z^�Say����JƗTX^�p-�����Z^�Say�õ�����J��啌/�����Z^�Say�õ�����J�kypO���[^���
+�+���=�W:\�+�{*,�t��W��TX^�𹼒�%�W:\�+�{*,�t��W��TX^�p-���R�sy%�K*,�t��W��TX^�p-�����Z^�Say����JƗTX^�p-�����Z^�S��Jg���-�W*z.�d{I����
+���W:�����DX^�`-������R�sy%�Kj^^�챼�e��JGkylO����
+����W*[�+��LX^�h-��������Z^�S��Jg���-�W*z.�d{I����
 ��
-�+���=�W:\�+�{*�T�^���
-�+���=�W:\�+�{*�t��W��T^��9���%�W:\�+�{*�t��W���<���cxh˄ᕊ��+�^Rax��5����ᕎ�
���1�W:X�+@{*�T�^�����W:{��m�0���^�Sax��5��������J�=�W:Z�+`{*�t��W���<���cxh˄ᕊ��+�^Rax��5�����J�kxpO����
+�+���=�W:\�+�{*,�T�\^���
+�+���=�W:\�+�{*,�t��W��TX^�𹼒�%�W:\�+�{*,�t��W��TX^�p-�����w�+_Say�õ�����J�kypO����
 ��
-�+>�W2����J�kxpO����
+�+>�W2����J�kypO����
 ��
-�+���=�W*|�d|I����
+�+���=�W*|.�d|I����
 ��
-�+���=�W:\�+�{*�4���J��T^�p
���0���^�Sax��5�����J��ᕌ/�0���^�Sax��5�����J�kxpO��
-��+_Rax��5�����J�kxpO��0������&ax%�������{���&�<w�������˯��_x���Sswe[^��߾|���/�3,����_����~���~���Q��w���a�|ܟ7>ݻ���0�o�����/��o�p~��u~pO�����ۀ{*�߮�y~;�Kj>�����6Ж	�;Z���T8���:�
����ە��ۙ�L8���:�
�������m�=5����q~h˄��=�og{I�����ۀ{j>�����6Ж	�;Z���T8�]���vƗ�|~����m�-�ow��o���p~��u~pO���>�og|I�����ۀ{*���p���S��v���6��
-�+|�����
-�;\��T8���:�
�������m�=�oW�<���%�ow��o�p~��u~pO�����ۀ{*�߮�y~;�K*���p���S��v���6��
-�;\��T8�]���vƗT8���:�
�������m�=�ow��o�p~����oG|M�����ۀ{*���p���S��v���6��
-�+|�����
-�;\��T8���:�
�������m�=�oW�<���%�ow��o�p~��u~pO�����ۀ{*�߮�y~;�K*���p���S��v���6����ow�8�
�e��튞緳�������m�=5������m�?&�����m�=�oW�<���%5����q~h˄�����`{*���p���S�������L{&���h���S��v���6����ow�8�
�e��튞緳�������m�=�ow��o�p~��u~pO���>�og|I�����ۀ{*���p���S��v���6��
-�+|�����
-�;\��T8���:�
�������m�=�o7���툯�p~��u~pO�����ۀ{*���p���S��v����_R��v���6��
-�;\��T8���:�
�����
-��3�������m�=�ow��o�p~;�0n�o����NI��o�7��g�or~��͙�q��x;���~�i�B����_�.�݇����u8��������?�̯7���z�~��{�������=���n�����{�~{qO��/���ti��ӈ{�c�|�v^���>�&|I���������ӈ{�~�v��s�ߞF�S7�q�l��Z�=����yEmƗT����uE-��
-W�v����S���=���2�ڊ�W�f{I�+j;\W������W�m�pEmG�Z�=��m�+j#���+j;{\Q�e���+j��T����uE-������l]Q�iτ+j;ZWԂ��pEm��Z�=5^Q�ѷ+j��W�V�6�K*\Q�ẢpO�+j;\W��pEm��Z�=����yEmƗT����uE-��
-W�v����S�����{*\Q[��ڌ/�pEm��Z�=���p]Q�����+j�T������_R�����{*\Q�ẢpO�+j;\W��pEm��+j3�����+j�T����uE-��
-W�v����S��
-�W�f|I�+j;\W��pEm��Z�=���p]Q����>�����
-W�v����S�����{*\Q�ẢpO�+j+|^Q��%���p]Q�����+j�T����uE-��
-W�6���Q��T�8�pM�0q��8�Sa��5q����Q�ω��/�y⨳��Ж	G��#�=&�:\G�{j�8�lMe�3a⨣5q����Q�k�pO�G�=&���L�8��9q��%&�:\G�{j�8��1q�e��QGk�lO���
-�G_R��Qg��#�-&�:ZG`{*Lu�&���T�8��9q��%&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�0q��8�Sa����QƗT�8�pM�0q��8�Sa��5q����Q�ω��/�0q��8�Sa��5q����Q�k�pO���
-�G_Ra��5q����Q�k�pO�������
-G
~7q�5&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�0q��8�Sa����QƗT�8�pM�0q��8�Sa��5q����Q�ω��/�0q��8�Sa��5q��扣�G@[&LU��8���
-G��#�=5Nu�m����0q���8�Sa����QƗ�<q��c�h˄�����؞
-G��#�=5OU�&�2�0q�њ8�Sa��5q��扣�G@[&LU��8���
-G��#�=&�:\G�{*Lu�&���T�8��9q��%&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�0q��8�Sa���&�"����Q�k�pO�������
+�+���=�W�xH��h,�|X7	�+�}{|=]?�۟����qw�򏾮�̧��ec������������������?��~���o~�������O����Ͽ>:���>�aw:�_6�ݻ����t�}�k��>P���S�~��u�
����v��~pO���
+���_R��vg��m�-�;Z��`{*�ow����|�]ٺ�δg��vG�~lO�����6����;{�om�p�]��~;�K*�ow����|����~h˄����6؞
+��>�3��������@[&�ow����T���p�o�p�]��~;�K*�ow���T���p�o�p�����S�~����vƗT���p�o�p�����S�~��u�
����v����/�p�����S�~��u�
����v��~pO���
+���_R�~��u�
����v��~pO�����6��
+��>�3����v��~pO�����6��
+����m�=���~;�k*�ow���T���p�o�p�����S�~����vƗT���p�o�p�����S�~��u�
����v����/�p�����S�~��u�
����v��~pO���
+���_R�~��u�
����v��~pO��۝=�L�߮�y���%�;\�ۀ{j������6��~��u�
����v����/��~����6Ж	����m�=�;\�ۀ{j�߮l�og�3�~��u�
����v��~pO��۝=�L�߮�y���%�;\�ۀ{*�ow���T���p�o�p�]��~;�K*�ow���T���p�o�p�����S�~����vƗT���p�o�p�����S�~��u�
����v���oG|M�����6��
+����m�=�;\�ۀ{*�oW������
+����m�=�;\�ۀ{*�ow���T�߮�y���%�;\�ۀ{*�ow���T�����6|�q���J:�o�O���9s�=�����ظ�>������?.�л����h�������r�:ξ�Y�����J�7�����W���W���u>�<��ӈ{�~��^��^g�ߞF�S7���r>_Z��4����t�_گ}<M����_:�K������
���9^^Z��4➺����v�^Q���+j+|��6�K*������Z�=^Q��zE-���_Q����@[&�����+j����+j;\���S�+j;{��h˄W�v�^Q���+j���_S�+j;{��h˄W�v�^Q���+j;\���S�+j+[��ʹg�+j;Z���S���W����}{E-���<_Q��%^Q��zE-��
+���p��pO�W�v�^Q���+j+|��6�K*������Z�=^Q��zE-��
+���p��pO�W�V�|EmƗTxEm����{*������Z�=^Q��zE-��
+������ڌ/�����+j�TxEm����{*������Z�=^Q[���_R���W������+j�TxEm����{*�����+j3���+j;\���S���W������+j�TxEm��W�f|I�W�v�^Q���+j;\���S���W�����
+������
+���p��pO�W�v�^Q���+j;\���S��
~7q�5&�:\G�{*Lu�&���T�8�pM�0qT�s�(�Kj�8��1q�e��QGk�lO��������'�*[G��L�8�hM���0q��8�S��Qg��#�-&�*zNe{I��������'�:{Lm�0q�њ8�Sa����QƗ�<q��c�h˄�����؞
 G��#�=&�*|Ne|I�������
 G��#�=&�:\G�{*LU��8���
-G��#�=&�:\G�{*Lř�n�^hL}�zޞ8
-o��'��?Χ��LG4q�|?q�~?�����/��yw��;^#bk��5x47�"�F��ˆ��/�6"��捆�
@[&l4t�6��T�h�pm4��y����ѐiτ����F؞
-
���=5n4t�m������P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO���
-�
_Ra��õ�����FC�k�pO����F��
-
>72���FC�k�pO����F��
+G��#�=&�:\G�{*Lu�&���T�8��9q��%&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�0q��8�Sa����QƗT�8�pM�0q��8�Sa��5q����Q��ME|M�������
+G��#�=&�:\G�{*LU��8���
+G��#�=&�:\G�{*Lu�&���T�8��9q��%&�:\G�{*Lu�&���T�8�pM�0qT�s�(�K*Lu�&���T�8�pM�y⨳��Ж	G='������Q�k�pO�G}�8�c"Lu�&���T�8��9q��%5Ou��8�2a⨣5q����Q�k�pO�G����L{&Lu�&���T�8�pM�y⨳��Ж	G='������Q�k�pO�������
+G��#�=&�*|Ne|I�������
+G��#�=&�:\G�{*LU��8���
+G��#�=&�:\G�{*Lu�&���T�8j𻉣���0q��8�Sa��5q����Q�k�pO���
+�G_Ra��5q����Q�k�pO�������
+G>'�2����Q�k�pO�������
+Gq���8�4&�>�=oO�O��O=��������xlL��'���O����~��˺��|�;^w�ý������h�V
�6l4<�@i�!�kj�h�����e�FCGk�lO����F���7*[
��L�h�hm4��������h��S�FCG�6���
<72���FC�k�pO����F��
 
���=6*|n4d|I����F��
 
���=6:\
�{*l4T��h���
-
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4����w
_Sa��õ�����FC�k�pO����F��
-
>72��捆�
@[&l4t�6��T�h�pm4��y����ѐiτ����F؞
-
���=5o4t��h��2a����FC��T�h�pm4��y����FЖ	
���=6*|n4d|I�
�=6��L�h�hm4��������h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO���
+
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO���
 �
_Ra��õ�����FC�k�pO����F��
-
>72���FC�k�pO����F��
+

~���56:\
�{*l4t�6��T�h�pm4��P�s�!�Kj�h�����e�FCGk�lO����F���7*[
��L�h�hm4��������h��S�FCg���-6*zn4d{I����F���7:{l4�m������h��Sa����FCƗԼ���c�h˄����F؞
+
���=6*|n4d|I����F��
+
���=6:\
�{*l4T��h���
+
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC��m4D|M����F��
+
���=6:\
�{*l4T��h���
+
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4��y����FЖ	
=7����FC�k�pO�
}�h��c"l4t�6��T�h��ѐ�%5o4t��h��2a���������FC�k�pO�
����L{&l4t�6��T�h�pm4��y����FЖ	
=7����FC�k�pO����F��
 
���=6*|n4d|I����F��
-
���=6:\
�{*l44��FC��T�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO���
+
���=6:\
�{*l4T��h���
+
���=6:\
�{*l4t�6��T�hh𻍆��������h��Sa��õ�����FC�k�pO���
 �
_Ra��õ�����FC�k�pO����F��
-
>72���FC�k�pO����F���7:{l4�m���P�s�!�K*l4t�6��Ը��ѷ��?&�FCk�hO���
-�
_R�FCg���-6:Z
`{*l4t�6��Լ�P��hȴg�FCGk�lO����F���7:{l4�m���P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO�����h���
-
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����x����a!l4�7��
�����p������hx�m4����?���?}����q��O??�i������=�﴿��xz晆���i��0�����LC���<���c�h˄����L؞
-3
���=5�4T�f2�0��њi��Sa���5����ƙ����4��1f*x�4dzI����L��
-3
���=f:\3
�{*�4T��i���
-3
���=f:\3
�{*�4t�f��T�i��9Ӑ�%f:\3
�{*�4t�f��T�i�p�4��0�P�s�!�K*�4t�f��T�i�p�4��0���i��Sa����LCƗT�i�p�4��0���i��Sa���5�����LC�ϙ��/�0���i��Sa���5�����LC�k�pO���
-�3
_Ra���5�����LC�k�pO����L��
-3
>g2���LC�k�pO����L��
-3
���=f�n�!�k*�4t�f��T�i�p�4��0���i��Sa����LCƗ�<���c�h˄����L؞
-3
���=5�4T�f2�0��њi��Sa���5����晆�3
@[&�4T��i���
-3
���=5�4t��i��2a���5�����LC�ϙ��/�y����LЖ	3
���=f:\3
�{*�4T��i���
-3
���=f:\3
�{*�4t�f��T�i��9Ӑ�%f:\3
�{*�4t�f��T�i�p�4��0�P�s�!�K*�4t�f��T�i�p�4��0���i��Sa����LCƗT�i�p�4��0���i��Sa���5�����LC�ϙ��/�0���i��Sa���5�����LC�k�pO�����i���
-3
���=f:\3
�{*�4t�f��T�i��9Ӑ�%f:\3
�{*�4t�f��T�i�p�4��0�P�s�!�K*�4t�f��T�i�p�4��0���i��Sa����LCƗT�i�p�4��0���i��S�LCg���-f*z�4d{I����L��g:�6����D�i�`�4���0�P�s�!�Kj�i��1���e�LCGk�lO����L���g*[3
��L�i�h�4���0���i��S�LCg���-f*z�4d{I����L��
-3
���=f:\3
�{*�4T��i���
-3
���=f:\3
�{*�4t�f��T�i��9Ӑ�%f:\3
�{*�4t�f��T�i�p�4��0���w3
_Sa���5�����LC�k�pO����L��
-3
>g2���LC�k�pO����L��
-3
���=f*|�4d|I����L��
-3
���=f´@;��/4f>L!����F�_�����Ӛ8��|�=�G_O��_�.�����i��f��/_>��������ß��������_��������_׳⧷���w���/z���?�����Ώ��<?~�����P:?�5Ώw�Ώ�p~��u~pO������{*���y~<�Kj>?����8Ж	��;Z����T8?��:?����㕭���L8?��:?�������q�=5���q~h˄��=Ϗg{I������{j>?����8Ж	��;Z����T8?^���xƗ�|~����q�-Ώw�Ώ���p~��u~pO���>Ϗg|I������{*��p��S��x���8��
-��+|����
-��;\���T8?��:?�������q�=ΏW�<?��%Ώw�Ώ�p~��u~pO������{*���y~<�K*��p��S��x���8��
-��;\���T8?^���xƗT8?��:?�������q�=Ώw�Ώ�p~���ΏG|M������{*��p��S��x���8��
-��+|����
-��;\���T8?��:?�������q�=ΏW�<?��%Ώw�Ώ�p~��u~pO������{*���y~<�K*��p��S��x���8���Ϗw�8?�e����dz�������q�=5�����q�?&�����q�=ΏW�<?��%5���q~h˄�����`{*��p��S�������L{&��h��S��x���8���Ϗw�8?�e����dz�������q�=Ώw�Ώ�p~��u~pO���>Ϗg|I������{*��p��S��x���8��
-��+|����
-��;\���T8?��:?�������q�=Ώ7���񈯩p~��u~pO������{*��p��S��x����_R��x���8��
-��;\���T8?��:?�����
-���3�������q�=Ώw�Ώ�p~<onϏ����Ni�l�o����{�\��}�k�n�u��t;?�o~�������~X��;_v��{4��|����.�����	���o��G<x��܇w\���e�;��_h��ӄ/��qw�?�[��4➺��vǧ�s�ߞF�S7����zh���������~w���|<M����w�����ӈ{�~�N���0Җ�!߮�,�qy'ٞ�/��yyg���xygi�.�$�2��%=.�$�S��%>.�$�S�坝=.��3��%=.�$�S��%>.�$�S��%�~y'�����;�^R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>.�$�S����;_R��%>.�$�S��%>.�$�S��%>�W��<�R�s|%�kj_)�1�B�����+�{j_)�1�B������
-�Kj_)���
-і��WJz�����y|����
-��W:{����y|����
-ٞ��WJ|���q|��o�+D[f_�h��������+�{j_)���
-і��WJz�����y|��5����WJ�6�B�e���+d{j_)�1�B������
-�Kj_)�1�B�����+�{j_)�1�B������
-�Kj_)�1�B�����+�{j_)�1�B������
-�Kj_)�1�B�����+�{j_)�1�B������
-�Kj_)�1�B�����+�{j_)�1�B������
-�Kj_)�1�B�����+�{j_)�1�B����
-��+_S��J����=5����_!�S��J����=5��t��W�_R��J����=5����_!�S��J����=5��t��W�_R��J����=5����_!�S��J����=5��t��W�_R��J����=5����_!�S��Ji��W���<���_{I��+%>�W��4�R���+L��+%<�W���<���_|I��+�}_!�2��JI���=5����_!�S��Jg���=3����_!�S��J����=5����m|�h���+�����<�R�c|�pO��+%>�W��<�R�c|�pO��+�����<�R�c|�pO��+%>�W��<�R�c|�pO��+�����<�R�c|�pO��+%>�W��<�R�c|�pO��+>�W2�����+�{j_)�1�B�����+�{j_�p��������+�{j_)�1�B�����+�{j_�p��������+�{j_)�1�B����<R���ݞ�8p�=�����^ީ����;�Ԝ^�w��ۧ?�_������O~�Ͼ�|�����ϟ~|��~��׷K>tbΧ�_3߽�z�����u�笪�ˬ���`BU����
+
>72���FC�k�pO����F��
+
qZ��h�46>� ��7�'��7N����'�h�=v�F��m���������~����f������4\���8S|������4�G����w{���
+3
_S�LCi�f���<�P�c��lO�3
%>f��8���c�h��3
%=f���<�P�c��pOM3
%�>�@���<����i�zI�3
%>f��<�P�c��pO�3
%>f��<���i�|I�3
%>f��<�P�c��pO�3
%>f��<���i�|I�3
%>f��<�P�c��pO�3
%>f��<���i�|I�3
%>f��<�P�c��pO�3
%>f��<���i�|I�3
%>f��<�P�c��pO�3
%>f��<���i�|I�3
%>f��<�P�c��pO�3
%>f��<���i�|I�3
%>f��<�P�c��pO�3
%>f��<���i�|I�3
%>f��<�P�c��pO�3
%>f��<�P�s�!�kj�i(�1�@��晆3
�{j�i(�1�@��晆�L�Kj�i(��Lі�gJz�4���y����L�g:{�4��y����Lٞ�gJ|�4�q���o3
D[f�i�h�4���晆3
�{j�i(��Lі�gJz�4���y���5����gJ�6�@�e晆�3
d{j�i(�1�@��晆�L�Kj�i(�1�@��晆3
�{j�i(�1�@��晆�L�Kj�i(�1�@��晆3
�{j�i(�1�@��晆�L�Kj�i(�1�@��晆3
�{j�i(�1�@��晆�L�Kj�i(�1�@��晆3
�{j�i(�1�@��晆�L�Kj�i(�1�@��晆3
�{j�i(�1�@��晆
+�3
_S�LC����=5�4���i �S�LC����=5�4t�f�_R�LC����=5�4���i �S�LC����=5�4t�f�_R�LC����=5�4���i �S�LC����=5�4t�f�_R�LC����=5�4���i �S�LCi�f���<��њi�{I�3
%>f��4�P��3
L�3
%<f���<���i�|I�3
�}�i �2�LCI���=5�4���i �S�LCg���=3�4���i �S�LC����=5�4��m��h��3
�����<�P�c��pO�3
%>f��<�P�c��pO�3
�����<�P�c��pO�3
%>f��<�P�c��pO�3
�����<�P�c��pO�3
%>f��<�P�c��pO�3
>g2��晆3
�{j�i(�1�@��晆3
�{j�i�p�4���晆3
�{j�i(�1�@��晆3
�{j�i�p�4���晆3
�{j�i(�1�@��晆4-P�4��=�q
+a{�!}�o�����~�Ӛ8�p:�N_����3�ǫ����i��f�ᷟ~��?�����_���?���w�����>���?|���z+~~k������A���O�7������������p?����񈯩p?���S�~��u?����x��~pO���
+���_R��xg��q�-��;Z��`{*܏w�����|?^ٺϴg��xG�~lO�����8�����;{܏m�p?^��~<�K*܏w�����|?���~h˄����8؞
+��>��3��������@[&܏w�����T��pݏ�p?^��~<�K*܏w����T��pݏ�p?���S�~����xƗT��pݏ�p?���S�~��u?����x����/�p?���S�~��u?����x��~pO���
+���_R�~��u?����x��~pO�����8��
+��>��3����x��~pO�����8��
+����q�=����~<�k*܏w����T��pݏ�p?���S�~����xƗT��pݏ�p?���S�~��u?����x����/�p?���S�~��u?����x��~pO���
+���_R�~��u?����x��~pO���=�ǁ�L���y?��%��;\��{j�����8��~��u?����x����/��~����8Ж	����q�=��;\��{j��lݏg�3�~��u?����x��~pO���=�ǁ�L���y?��%��;\��{*܏w����T��pݏ�p?^��~<�K*܏w����T��pݏ�p?���S�~����xƗT��pݏ�p?���S�~��u?����x��ݏG|M�����8��
+����q�=��;\��{*܏W�����
+����q�=��;\��{*܏w����T���y?��%��;\��{*܏w����T�����8|�q?��J;܏�O������P����<��ظ ?������?��~����~/����{4���;?][���&\_��N����q���/������V|<M����w���K�ߞF�S7�����?���i�=u��^^���0Җ�X~���C�����^R7������~��i�=u?_���~i�ܐ�k6;Z/��S��
~��Έ���坝=^�	�e��;;Z/��S����w��坕��wf�3����w��������;����Ύ���������
+�/����
+/��p��pO��wv�^�	����;;\/��S��>_ޙ�%^���zy'��
+/��p��pO��wv�^�	����;+|��3�K*������N�=^���zy'��
+/��p��pO��wV�|ygƗTxyg��址{*������N�=^���zy'��
+/����Ό/������;�Txyg��址{*������N�=^�Y���_R����w������;�Txyg��址{*������;3����;;\/��S����w������;�Txyg�ϗwf|I��wv�^�	����;;\/��S�����=�W�n|%�k*��t��W��T_�p����0���_�Sa|����JƗ�<���c|h˄���
+؞
+�+���=5��T��W2�0���_�Sa|��5�������+@[&��T�_���
+�+���=5��t�_�2a|��5�����J���/�y|����
+Ж	�+���=�W:\�+�{*��T�_���
+�+���=�W:\�+�{*��t��W��T_��9���%�W:\�+�{*��t��W��T_�p����0�R�s|%�K*��t��W��T_�p����0���_�Sa|����JƗT_�p����0���_�Sa|��5�����J���/�0���_�Sa|��5�����J�k|pO���_���
+�+���=�W:\�+�{*��t��W��T_��9���%�W:\�+�{*��t��W��T_�p����0�R�s|%�K*��t��W��T_�p����0���_�Sa|����JƗT_�p����0���_�S��Jg���-�W*z��d{I����
+���W:�6���D_�`�����0�R�s|%�Kj_��1��e��JGk|lO����
+����W*[�+��L_�h�����0���_�S��Jg���-�W*z��d{I����
 ��
-U�
-�U��/�PU�pUU��T��t��*�{*TU:\U�=�*>�*_R���᪪��PU�pUU��T��t��*�{*TU����5�*��
+�+���=�W:\�+�{*��T�_���
+�+���=�W:\�+�{*��t��W��T_��9���%�W:\�+�{*��t��W��T_�p����0���w�+_Sa|��5�����J�k|pO����
 ��
-U�WUpO��J�����BU��gU%�Kj��t����m�PU�hUU��T��t��*�{j��T��*��L��t��*`{*TU:\U�=5WU:{TU��L��T���d{I��J������Jg��
-Ж	U��VUlO��J�ϪJƗ�\U��QU�2���Ѫ����PU�pUU��T��T���d|I��J�����BU��UU�S���᪪��PU��YU���
-U�WUpO��J�����BU��UU�S��Rᳪ��%�*��
+�+>�W2����J�k|pO����
 ��
-U�WUpO��J�����BU��gU%�K*TU:\U�=�*��
+�+���=�W*|��d|I����
 ��
-U�WUpO��J�ϪJƗT��t��*�{*TU:\U�=�*��
+�+���=�W�xH7�h��|8	�+���/�<�^�R�y/�O�����_~�����������������Ϸ�������������_~}{��N�������>��
+�����
+�YU���YU��ń�ʃ��*�{*TU*|VU2��BU��UU�S���᪪��PU�pUU��T��T���d|I��J�����BU��UU�S���᪪��PUi�J��T��t��*�{*TU:\U�=�*��
 ��
-U����D|M��J�����BU��UU�S���᪪��PU��YU���
-U�WUpO��J�����BU��UU�S��Rᳪ��%�*��
+U�
+�U��/����٣��eBU��UU�S���᪪��R٪�d�3���Ѫ����PU�pUU���\U��QU�2��Rѳ���%�*��
+����*�=�*@[&TU:ZU�=�*>�*_RsU��GUh˄�JG����BU��UU�S��Rᳪ��%�*��
 ��
 U�WUpO��J�����BU��gU%�K*TU:\U�=�*��
-����*�=�*@[&TU*zVU���BU��UU�ScU��oU�?&BU��UU�S��Rᳪ��%5WU:{TU��L��t��*`{*TU:\U�=5WU*[U�L{&TU:ZU�=�*��
-����*�=�*@[&TU*zVU���BU��UU�S���᪪��PU�pUU��T��T���d|I��J�����BU��UU�S���᪪��PU��YU���
-U�WUpO��J�����BU��UU�S����wU����PU�pUU��T��t��*�{*TU:\U�=�*>�*_R���᪪��PU�pUU��T��t��*�{*TU*|VU2��BU��UU�S���᪪��PU	���/4�*
-!���������$o��n�/�:�w�o'�_^w��˼%�����f�����{o����_?��˯�~~+��+�������Gy���e9n]<o�/<o���pk�J���pko���^�=5������^�-n���yko��T����uk/���o���qk/Ж	��v�n��S������7�kj����ǭ�@[&���Ѻ�lO�[{;\�������֭���L����uk/؞
-��v�n��S㭽}�����pko�[{3��­��[{�T����uk/��
-��v�n��S���
-���f|I�[{;\���pko���^�=n��p����­�>o����
-��v�n��S���׭��{*���ẵpO�[{+|�ڛ�%n��p����­��[{�T����uk/��
-��V���7�K*���ẵpO�[{;\���pko���^�=n���ykoƗT����uk/��
-��v��P��T�B�pM���0�R�s
-%�K*L�t��P��T�B�pM���0���B�Sa
-���JƗT�B�pM���0���B�Sa
-��5����J��M�D|M�)��
 ��
-S(�)�=�P:\S(�{*L�T��B�����P:{L��m�0��њB�Sa
-��5����)���J�=�P:ZS(`{*L�t��P���<���c
-h˄)���S(�^Ra
-��5����)��S(@[&L�t��P��T�B��9���%5O�t��B�2a
-��5����J�k
-pO�)�
-�S(_Ra
-��5����J�k
-pO�)��
-��
-S(>�P2���J�k
-pO�)��
-��
-S(�)�=�P*|N�d|I�)��
+U�WUpO��J�ϪJƗT��t��*�{*TU:\U�=�*��
 ��
-S(�)�=�P:\S(�{*L�T��B���
-S(�)�=�P:\S(�{*L�t��P��T�B��9���%�P:\S(�{*L�t��P��T�B�pM���0���wS(_Sa
-��5����J�k
-pO�)��
+U�
+�U��/�PU�pUU��T��t��*�{*TU:\U�=�*>�*_R���᪪��PU�pUU��T��t��*�{*TU����5�*��
 ��
-S(>�P2���J�k
-pO�)��
+U�WUpO��J�����BU��gU%�K*TU:\U�=�*��
 ��
-S(�)�=�P*|N�d|I�)��
+U�WUpO��J�ϪJƗT��t��*�{*TU:\U�=�*��
 ��
-S(�)�=�P:\S(�{*L�T��B���
-S(�)�=�P:\S(�{j�B��1��e�JE�)�l/�0���B�S�JGߦP���S(�)�=�P*|N�d|I�S(�=�P��L�B�hM����0���B�S�Jek
-%Ӟ	S(�)�=�P:\S(�{j�B��1��e�JE�)�l/�0���B�Sa
-��5����J�k
-pO�)�
-�S(_Ra
-��5����J�k
-pO�)��
+U�
+�U��/�PU�pUU��T��t��*�{j��t����m�PU��YU���
+U�WUpO�U���UU���U�VUhO��J�ϪJƗ�\U��QU�2���Ѫ����PU�pUU���\U�lUU2�PU�hUU��T��t��*�{j��t����m�PU��YU���
+U�WUpO��J�����BU��UU�S��Rᳪ��%�*��
 ��
-S(>�P2���J�k
-pO�)��
+U�WUpO��J�����BU��gU%�K*TU:\U�=�*��
 ��
-S(�)�=�P�n
-%�k*L�t��P��T�B�pM���0���B�Sa
-���JƗT�B�pM���0���B�Sa
-��5����J��)��/�0���B�Sa
-��5����J���P�������S(፾������g�S(����������ğ�w/Ǎ���S��)�q_��O������~z:�巟����/kI���S��^=A���O��_�7.督��f��;�ɀ�m�b@�-3�4���k�0P��
-Ȱe�R@%k( ˖g*����y�Шs" ��	��}�,[&�T���l�0
P�ZȲe�.@#�Y�({&�T�6�l��P�Ȳe�@%k
 ˖	[��<����0P��Ȳe�
-@%k ˖	����,[&��y����P��du��l����d��l�P��d���l���o�Y���gBῒ��ϲeBۿ�U�ϲeBտ���ϲeBϿ�g�?ʞ	%�JV�?˖	
�JV�?˖	��JV�?˖	��F���({&�+Y��,[&��+Y��,[&T�+Y��,[&��y����P�du��l���d��l�P�d���l���/�
-��L(�W���Y�Lh�W���Y�L��W���Y�L��7��G�3si��Gg?���_�*�g�2��_�j�g�2sW��UՏ�%BQ�r��ϰeBK��U�ϲe�~��~v?&B?�qg=?ž	��JV7?˖���<��������U+?Ö	��F���({f.�W���g�c"��+We�[&T�+YM�,[&��y���P¯du�l����d�l�P��d��l�нo�Y���gB�ջϲeB뾒U�ϲeB徒ոϲeB߾�g�>ʞ	e�JV�>˖	M�JV�>˖	5�JV�>˖	�F��({&�+Y��,[&��+Y��,[&T�+Y��,[&��y���P��du�l�Ш�d�l�P��d��l�Х/�*}��L(�W�z�Y�Lh�W�J�Y�L��W��Y�L��7��G�3�<_���g�2�9_�*�g�2�6_�j�g�2�3�ȳ2eτ�|%�/�e˄�|%�,�e˄�|%�)�e˄�|#Ϛ|�=J򕬎|�-򕬂|�-3��+x���1��;���L(�W�z�Y��؊��[)>��_�j�g�2��ȳe��e�
-]��~L�&|��a˄|%��e���V>����U�=Ö	��JV�=˖���<�������Ɲ��{&��+Y��,[&4�+Y��,[&��+Ym�,[&t�yVݣ�Pt�d�ܳl��r�d�ܳl�Pq�d5ܳl��oo�Yo��gB����mϲeB���UlϲeB����jϲeB����*�I^2��^��g�2��^�*�g�2��^�j�g�2���ȳ�eτ{%�Þe˄{%���e˄�z%���e˄�z#��z�=�땬�z�-Z땬�z�-*��붱��f���&�շ_����e�||��㷐=�߿^�l�v���߽\���o���ب����?~���}��ӏ���>����/�e��\��Ow9?���OP7����xV���x����u����L�:s�>s��Th4w�*̀{*��;\�f�=z��b3��
-��
-���/��n�p՛�T(8w�΀{*t�;\%g�=j�>{�_R����:�Pv�p���T�;w�
-π{*T�+|v�3��B��U{�S����j>��}�p���T�?W��?g|I�t��
��B	��Ղ�S���*B�P���م���
-m�WpO�Bt��
��B'��U��S�]���%���j4��
-��W;pO�~t�� 
��BE��gG:�K*��;\5i�=����4��
-]�WYpO��t����#��Bc��U��S�4��jM��p��T�NW��Ng|I�����i�-
-��5؞
-�W�pO�5��V�:Ӟ	M�V�lO�2u��M
���>ug�B5Ж	�ꊞ��l/�Ъ�pժ��\���Ѭ�2�[��*W���P���ٯ����֝=*�@[&��;Z-k�=z���5��
-U�
-�]�/�ж�pխ�T(\w�׀{*t�;\�k�=j�>{�_R�y��^�P��p���T�_w�
-؀{*T�+|v�3��B��U��S����jb����p���T�cW��cg|I�Fv���
��B)�����S����*f�Pͮ������
-��W=pO��v���
��BG��U��S����w=툯����pU��T(kw��ڀ{*��;\�m�=*�>;�_R����m�P��p5��T�nw��ۀ{*Է+|��3��B���U��S����jq����p��T�rW��rg|I�6w���
��B������Ss���G�h˄ZwE�^w��Thvw��݀{j,ww���
��D�ww�
-�@{*T�+|v�3���wg��7Ж	E�V�lO��w���
���we��iτ�wG��
��B�����SsﻳG�h˄�wE��w��Thw��߀{*�;\
p�=:��8��
-5�
-�=��/���pU��T(�w����{*��;\�p�=*�>;�_R��᪅�P�p5��T�w���{*�����5���8��
-%�WKpO��x��(��BU��gW<�K*��;\uq�=
-���8��
-��WipO��x���xƗTh�w���{*��;\�q�=������F����R�<���!��[������xlt���������|��׷���xx��������������?��6��~'���W�;|�lχ�y�Q>+���g����C�����gƗT�|v�*��{*T>;\�O�=*���'��
-��
-��ό/�P��pU>�T�|v�*��{*T>;\�O�=*�>+�_R����|�P��pU>�T�|v�*��{*T>+|V>3��B��U��S����|�P��pU>�T�|V��|f|I��g���	��B��U��S����|�P���Y����
-��W�pO��g���	��B��U��S����w�ψ��P��pU>�T�|v�*��{*T>;\�O�=*�>+�_Rs峳G�h˄�gG��	��B��U��Ss峲U�̴gB峣U��S����|��٣�	�eB峢g�3�K*T>;\�O�=5W>;{T>��L�|v�*�`{*T>+|V>3����gg��'Ж	�ώV�lO��g���	��B��g�3�K*T>;\�O�=*���'��
-��W�pO��g���gƗT�|v�*��{*T>;\�O�=*���'��
-��
-��ό/�P��pU>�T�|v�*��{*T>;\�O�=*�>+�_R����|�P��pU>�T�|v�*��{*T>+|V>3��B��U��S����|�P��pU>�T�|6�]�3�k*T>;\�O�=*���'��
-��W�pO��g���gƗT�|v�*��{*T>;\�O�=*���'��
-��
-��ό/�P��pU>�T�|v�*��{*T>;\�O�=*�>+�_R����|�P��pU>��\���Q��2��Yѳ��%*���'��+�}�|�1*���'О
-��
-��ό/����٣�	�eB峣U��S����|�Y٪|f�3���Ѫ|���P��pU>��\���Q��2��Yѳ��%*���'��
-��W�pO��g���	��B��g�3�K*T>;\�O�=*���'��
-��W�pO��g���gƗT�|v�*��{*T>;\�O�=*���'��
-����|F|M��g���	��B��U��S����|�P���Y����
-��W�pO��g���	��B��U��S��Y���%*���'��
-��W�pO��g�%v�Ox�Q�����v�3���6������r���xlT>�������Ϸ��o���ӗ_?���_?������{=��~����v��i���oW���c�8\$��u�E�`{*\$[��"ٌ/�p�l��"Y�=.��p]$���E��V1��
-��
-���/��*�p���Thw�Zŀ{*��;\�b�=Z�>[�_R�U��j��*�p���Thw�Zŀ{*��+|��3��B����*�S�U��j��*�p���ThW�lg|I�Vq��U��B����*�S�U��j��*���*���
-��W�pO�Vq��U��B����*�S�U\�U��%Z��V1��
-��W�pO�Vq��U��B����Z�_S�U��j��*�p���Thw�Zŀ{*��+|��3���Vqg�V1Ж	��V�lO�Vq��U���Vqe�U�iτVqG�U��B����*�Ss���G�h˄VqE�Vq��Thw�Zŀ{jnw�hm��*�h����ThW�lg|Iͭ���b�-Z��V1؞
-��W�pO�Vq��VqƗThw�Zŀ{*��;\�b�=Z��V1��
-��
-���/��*�p���Thw�Zŀ{*��;\�b�=Z�>[�_R�U��j��*�p���Thw�Zŀ{*��+|��3��B����*�S�U��j��*�p���ThW�lg|I�Vq��U��B����*�S�U��j��*n�Vq��Thw�Zŀ{*��;\�b�=Z��V1��
-��
-���/��*�p���Thw�Zŀ{*��;\�b�=Z�>[�_R�U��j��*�p���Thw�Zŀ{*��+|��3��B����*�S�U��jU�٣U�eB���g�8�K*��;\�b�=5��;��*�c"��;X�b�=Z�>[�_Rs���G�h˄VqG�U��B����*�Ss����*δgB����*�S�U��jU�٣U�eB���g�8�K*��;\�b�=Z��V1��
-��W�pO�Vq��VqƗThw�Zŀ{*��;\�b�=Z��V1��
-��
-���/��*�p���Thw�Zŀ{*��;\�b�=Z�
~�*���
-��W�pO�Vq��U��B����*�S�U\�U��%Z��V1��
-��W�pO�Vq��U��B���g�8�K*��;\�b�=Z��V1��
-��Ђm[��B�U|�B�U��w������O�V����q�쯿�����/�.���_�w������H��|���p�z��Ύ�[����u.������y@ߞF�S����o?�
-�Ӏ���qw>�Z��a�-sC�~3�ӹ�oO������ٟ����4���_���Ki�&�37����zi�����_��4W��Wr�����	 �)��L4Q��Vڔ�Ev��TӺ�5�Py���	�ǽv�cA���Ne"��󢻩7��oZ�f��:��ސ���9Ѫ=����k_�_�I}Po��>��{���i�7���}���O�R~9����R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�|C��:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0�t_�!H]�yB��0��:CH�� yS�a�^��n�<!�k��M��!�|
C����0�t_�!H]�y©3�:CH�� yS�a�C����0�T�ar7u�p�C������}� u1�a�^��n�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��yB��0�,?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�<!�k��M��!�<� ?��0���a�7u���5A���R��!H��y��3�:CH�� yS�a)_�$o�8!ݗaRs�p�C�����R��!H��iB��C��#q���5A���N�a��qB�/��.�<!�k��M��!�|
C����0�s�aP7s���5A���R��!H��qB�/��.�<�����A��!�|
C����0���a�7u���5A���N�a��yB��0ɛ:CH�� yS�a)_�$o�<�����A��!�|
C����0���a�7u���5A���J��!f�I��!�|
C����0���a�7u���5A���N�a��yB��0ɛ:CH�� yS�a)_�$o�<�����A��!�|
C����0���a�7u��V
�0]�r�Å�a��F�}�������/{0���a���a���o�����?���?~����~��O?��������z���3}~�"��+�����y�������My�,?���:y�^�7�^'O��B����{A�T�{�|罳��B����{A�T�{�<y/ț
-y��'�yS!�U����
-y��'�yS!�u�� o*�N���M��W�w�;�*�N���M���ɓ������:y�^�7�^%�y�,?���:y�^�7�^'O��B����{A�T�{�|罳��B����{A�T�{�<y/ț
-y��'�yS!�U����
-y��'�yS!�u�� o*�N���M���ȯ��Q~R!�u�� o*�N���M���ɓ������*��{g�A��^�^y/��	y�S'�wS!�u�� o��*w��Y�L�{�:y/��
-y��'�yS�׹W��bBޫ�;���^'O���y�s���ń�ש�������*��{g�A��^�^y/��	y�S'�wS!�u�� o*�J���Y~P!�u�� o*�N���M���ɓ������*��{g�A���ɓ������:y�^�7�^'O��Bޫ�;���^'O��B����{A�T�{�<y/ț
+U�WUpO��J��UU"��BU��UU�S���᪪��PU�pUU��T��T���d|I��J�����BU��UU�S���᪪��PU��YU���
+U�WUpO��J�����BU%t(ڪ
+|�QU�Pyٮ��O��o�Oof����Z�|;���-��yw<Ϗ?�xLO�WU^n5���������
+(_�������w��9<�����>���_>�����;��>����r8�:*_^uw�_�x�ï!����I/��S�x>_���%^���z!��
+/��p�pO��u�^�����*|�/�K*����B<�=^���z!��
+/��p�pO��U�|!^ƗTx!^��x�{*����B<�=^���z!��
+/ī��B��/��B�����Tx!^��x�{*����B<�=^�W��x_R�x����B�W�pO��q��e��B˸�g�8�K*��;\-c�=Z���1��
+-�W�pO��q�ϖqƗThw�Zƀ{*��;\-c�=Z���1��
+-��kG|M��q��e��B˸��2�S�e��j��2���2����[Ɲ=Z�@[&��;Z-c�=Z���1���[ƕ��q�=Z���1؞
+-�W�pO�-��-c�-Z�=[��^R�e��je�٣e�eB˸��2�S�e\�e��%5��;{����Lhw�Z�`{*��;\-c�=Z�>[�_R�e��j��2�p���Thw�Zƀ{*��+|��3��B˸��2�S�e��j��2�p���ThW�lg|I��q��e��B˸��2�S�e��j��2���2���
+-�W�pO��q��e��B˸��2�S�e\�e��%Z���1��
+-�W�pO��q��e��B˸��Z�_S�e��j��2�p���Thw�Zƀ{*��+|��3��B˸��2�S�e��j��2�p���ThW�lg|I��q��e��B˸��2�S�e��j��2���2���
+-�W�pO��q��e���qg��1Ж	-㊞-�l/��2�p�����2��[�����2�`����ThW�lg|I�-��-c�-Z���1؞
+-�W�pO�-��V�8Ӟ	-�V�lO��q��e���qg��1Ж	-㊞-�l/��2�p���Thw�Zƀ{*��;\-c�=Z�>[�_R�e��j��2�p���Thw�Zƀ{*��+|��3��B˸��2�S�e��j��2�p���Th7�]�8�k*��;\-c�=Z���1��
+-�W�pO��q�ϖqƗThw�Zƀ{*��;\-c�=Z���1��
+-�
+�-�/��2�p���Thw�Zƀ{*��C�m�-�]��2������;���u|!������/�χ��?6ވ7��c�g<^��ן���ϟ����f����o��Ok���{��w�Z/~9n�oV|�g����*�>O��f|I��o�����Bŷ�U��S������P��Y����
+�W�pO��o�����Bŷ�U��S��[���%*���/��
+�W�pO��o�����Bŷ�g�7�K*T|;\_�=*���/��
+�W�pO��o�ϊoƗT��v�*��{*T|;\_�=*���/��
+�
+�ߌ/�P��pU|�T��v�*��{*T|;\_�=*�>+�_R������P��pU|�T��v�*��{*T|����5*���/��
+�W�pO��o�����Bŷ�g�7�Kj��v���m�P��hU|��T��v�*��{j��V�*���L��v�*�`{*T|;\_�=5W|;{T|��L��V���f{I��o������og��/Ж	ߎV�lO��o�ϊoƗ�\���Q��2���Ѫ����P��pU|�T��V���f|I��o�����Bŷ�U��S������P��Y����
+�W�pO��o�����Bŷ�U��S��[���%*���/��
+�W�pO��o�����Bŷ�g�7�K*T|;\_�=*���/��
+�W�pO��o�ϊoƗT��v�*��{*T|;\_�=*���/��
+����F|M��o�����Bŷ�U��S������P��Y����
+�W�pO��o�����Bŷ�U��S��[���%*���/��
+�W�pO��o�����Bŷ�g�7�K*T|;\_�=*���/���+��=*�@[&T|+zV|���Bŷ�U��Scŷ�o_�?&Bŷ�U��S��[���%5W|;{T|��L��v�*�`{*T|;\_�=5W|+[�L{&T|;Z_�=*���/���+��=*�@[&T|+zV|���Bŷ�U��S������P��pU|�T��V���f|I��o�����Bŷ�U��S������P��Y����
+�W�pO��o�����Bŷ�U��S����w߈��P��pU|�T��v�*��{*T|;\_�=*�>+�_R������P��pU|�T��v�*��{*T|+|V|3��Bŷ�U��S������P�
MԶ�hT|?�hC�7|����;��;T|�c��{�U|��_ի����O�%�׿�����߭����������gX˾���e���^�;�/C�}�e�"ރ��x�{*�:\E<�=�x�"��
+E�
+�E��/�P��p���T(�u��x�{*�:\E<�=�x>�x_R����*��P��p���T(�u��x�{*�*|�2��B��U��S����*��P��p���T(�U�,�e|I�"^�����B��U��S����*��P�k�"^��T(�u��x�{*�:\E<�=�x�"��
+E�
+�E��/����٣��eB��U��S����*��W�*�e�3����*���P��p����\���Q��2��Wѳ���%�x�"����x�=�x@[&�:ZE<�=�x>�x_Rs��Gh˄"^G����B��U��S��W᳈��%�x�"��
+E�WpO�"^�����B��g/�K*�:\E<�=�x�"��
+E�WpO�"^��"^ƗT(�u��x�{*�:\E<�=�x�"��
+E�
+�E��/�P��p���T(�u��x�{*�:\E<�=�x>�x_R����*��P��p���T(�u��x�{*�����5�x�"��
+E�WpO�"^�����B��g/�K*�:\E<�=�x�"��
+E�WpO�"^��"^ƗT(�u��x�{*�:\E<�=�x�"��
+E�
+�E��/�P��p���T(�u��x�{j.�u�(�m�Pī�Y����
+E�WpO�E�������E�VhO�"^��"^Ɨ�\���Q��2����*���P��p����\īl�2�P��h���T(�u��x�{j.�u�(�m�Pī�Y����
+E�WpO�"^�����B��U��S��W᳈��%�x�"��
+E�WpO�"^�����B��g/�K*�:\E<�=�x�"��
+E�WpO�"^���"��B��U��S����*��P��p���T(�U�,�e|I�"^�����B��U��S����*��Pī�Y����
+E�WpO�"^�����B/���"|�Q��Pv�l��'���z�~�?�y���Ϗ�x��5�������t���=��czj��ƻ6��_�����Wl���oO_��7��o������������{=�s��]���������:>mU���k������G(ܼ��浳��+О�o^Kzܼ��������+�o^K�v�J�e�׎��+�Kj�y-�q�J��ƛ�Ҿݼm��浤��+ٞ�o^;\7��/��浴o7�D[f�y-�q�J����7��{j�y�pݼ����7��{j�y-�q�J����7��{j�y�pݼ����7��{j�y-�q�J����7��{j�y�pݼ����7��{j�y-�q�J����7��{j�y�pݼ����7��{j�y-�q�J����7��{j�y�pݼ����7��{j�y-�q�J����7��{j�y��y��55߼���y%�S��k���W�=5߼���y%�S��k����%5߼���y%�S��k���W�=5߼���y%�S��k����%5߼�����~+����%��C�b�E�;�3�f=i$@�yQ�-�-��R��_?�*�o_~�����$�h�S�JUd�^�Yg^I���̫��3�$o�|�U�יW�7u>���9�
+�:�y��u��M�ϼJ�:�J�g^����+��9�yu�y�A�ϼJ�:�J�Ng^����W�'�g^�x�y%uS�3�N�3� ?��W�~;�J�b�g^�z�y%wS�3�R�μ����W�^g^A���̫T�3��n�|�U�יW�7u<�*�og^I]��̫S��+��|�U�יW�7u>�*���+ɛ:�y��u��M�ϼ:yμ����g^�|�y%yS�3�R�μ����W)_g^I���̫���+��|�U�יW�7u>�*���+ɛ:�y��u��M�ϼ*�>�:�O�|�U�יW�7u>�*���+ɛ:�y��u��M�ϼ:yμ����g^�|�y%yS�3�R�μ����W)_g^I���̫���+��|�U�יW�7u>�*���+ɛ:�y��]�3�tCo׽?Yz���tGǙ�G8��r����+����j�y]/��O������Ǽ~�׿�/��?�˹w�xw�����Z{�n����;������|��ݭ���膆~�7u�w�������R��I��y�_���?ɛ:�K��'yS�~'��?��<�/�k���M���|
𓼩�����~�7u�w�������R��I��y�_���?ɛ:�K��'yS�~%�������R��I��y�_���?ɛ:�K��'yS�~'��?��8�/�o��.�<�/Չ���T���<1ț:�HʝiV7b$�N��B��䉑@��9Fr�#���#)���f�A���#���s���+Fu1!Fr��H�n*�HJ�c�Y~P�ɹW��bB��ԉ���T���<1ț
+1���i�T���<1ț
+1��'FyS!Fr��H o*�HJ�c�Y~P!Fr��H o*�HN�	�M���#���#)���f�A���#���#9yb$�7b$'O��B���;F��b$'O��B��䉑@�T���<1ț
+1���i�T���<1ț
+1��'FyS!Fr��H o*�HF~#��
+1��'FyS!Fr��H o*�HN�	�M�I�w�4�*�HN�	�M���#���#9yb$�7b$%�1�,?�#9yb$�7b$'O��B��䉑@�T���|�H���B��䉑@�T���<1ț:�Hνb$Pb$��1��>�#9yb$�7u����-F�{"�HN�	�M�I�w�4��#9���@]L���:1��
+1��'FyS�I�#��fB��ԉ���T���<1ț:�Hνb$Pb$��1��>�#9yb$�7b$'O��B��䉑@�T���|�H���B��䉑@�T���<1ț
+1��'FyS!FR�#��
+1��'FyS!Fr��H o*�HN�	�M��ȯb�Q~R!Fr��H o*�HN�	�M���#���#)���f�A���#���#9yb$�7b$'O��B���;F��b$'O��B��䉑@�T���n��HpC+Fz��|�#
w�w�Hϯ������U;Fz��?�
����_����Gu����Ɂ�{8������[e�.��.�C���
M�ț
+ł��ba�T(�<�ț
+ł��X�yS�Xp� o*F~U,��
+ł��X�yS�Xp� o*N�b�M�bA�w�0��\,8�*@]L(�:���
+ł��X�yS�bA�S,��fB���)��T(�<�ț:ν�P������>�P,8y��7u.�{�.&N�b�M�bA�w�0��\,8�*@]L(�:���
+ł��X�yS�XP�],��
+ł��X�yS�Xp� o*N�b�M�bA�w�0�*N�b�M�b��S,���P,8y��7�%���,?�P,8y��7�'O���B���)@�T(�|���B���)@�T(�<�ț
+ł��X�yS�XP�],��
+ł��X�yS�Xp� o*N�b�M�b�ȯ��Q~R�Xp� o*N�b�M�b��S,���P,(�.f�A�b��S,���P,8y��7�'O���B���X���'O���B���)@�T(�<�ț
+ł��ba�T(�<�ț
+ł��X�yS�b��W���bB��ԻX���'O���łS� ~O�b��S,���P,(�.f�A���^���	łS�X�wS�Xp� o�\,(w��Y�L(�:���
+ł��X�yS�b��W���bB��ԻX���'O���B���)@�T(�<�ț
+ł��ba�T(�<�ț
+ł��X�yS�Xp� o*J���Y~P�Xp� o*N�b�M�b��S,���P,�U�0�O*N�b�M�b��S,���P,8y��7�%���,?�P,8y��7�'O���B���)@�T(�|���B���)@�T(�<�ț
+��x��pC�Xx���pGG����//�_f)Xx�h�
+��+��������v���������->ߟ�����V��ߥ1��~��սo�8�fz��l.&�FØ�[4Fs3�ʜWh��b�4�95�l.&�(ʜe6Bc��hn&T(ʜe6eN�2��	��2'?��ń�D��ړ�|0�<Q�'�����(s���\LhN�9��l.&'Ƽ{���̹6Q�����DHM�7��,.&t&ʜ�d6s�L�8���-"&ʛ�d�eN]2��9�%J�Ғ���a���d7�eNT2��9'%J������=��&'��ń�ĘwK2��9�$J�B������"��ń�D�����bB@b̻�̈́zD����bB:��)Gfs1�Q�d#�����nFFs3�Q�#�����(sj��\LhE�9��l.&�"Ƽ;���L�D�9��l.&$"ʜBd6�eN2��	q�1�6d47�eN2��	Y�2�
+��ń&D�����bBb̻�̈́D����bB
+��)Afs1�Q�d �����U2�& ʜ�d6�eN�1��	�2'���ń�Øw�1��	Շ2'���ń�C�S|��bB���=fs1!�0��z��fB��	=fs1!�P�T����x(s��\L<�y����Pw(s��\LH;�9e�l.��u(��:f�{"Dƻ��Q�L(:�9A�l.�s(�[�1[���P֤���r��8Fs3�C�W�1{�!�P�����o(s��\�9�0����Pn(oY\L�6�9��l.��l(�J6f�{"ƻ{�Q�L�5�9��l.&�ʜRc6:
eN�1��	��1�Fc47
+
eN�1��	y�2�Θ�ń6C��f��bB�a̻��̈́*C�e��bB���)2fs1��P�����c�U�1�&�ʜc62eN�1��	
�2'���ń�Øw1��	��2'���ń�B�S^��bBw���.fs1!�0��\��fBq��	.fs1!�P������Z܎lj1��*-����������������LJ�?��q���o�o'}�9��K�u].[��z3�?������o����/���������u���8}������hЇ�����=������ݧ/��=�rݻ�yB����_����>���oW���7�O�_?'��M�!����鋕�]��~,�|:���c_W���ސ_>��������j�7�����|�l���M�!��$��A?���Q��qӧ�Oc����I~Po����c_W���7�+�r�e o*4eN���M��L�wW6�*�eN���M����S����З9y3�73%ߍ�,?�P�9y23�7B3'Oi�Bk���@�T�͌��7�'�3'Or�Bt���@�T�Μ<�ț
+陒��l�Թ>s����9u
+4p74'O����r�C��̈́ͩ������9yj4�7u�ќ{i�.&$iJ����}P�Js�di o��9�*�@]LhӜ:q��
+y���>m�ԹPs����9u*5p7:5'O��B���U��j5'O��B���)�@�Th֜<�ț
+ٚ��nm�T(ל<�ț
+񚓧^yS�_s�l o*$lJ��Y~P�bs�dl o*�lN��
�M����������)���f�A���ɓ�����9y�6�7�6'O��Bڦ�m���6'O��B���)�@�Thܜ<�ț
+���_un���B���I�@�T�ݜ<�ț
+���'xyS!yS�ݼ��
+՛�'{yS!|s�o o*�oN��
�M��M�w�6�*pN��M���S������9yB8�7R8%�-�,?�P�9yr8�7�8'O��M�s�(�ń,N�w7�*�qN�4�M�8�~��@��}�'�uS!�S�����:Wrν29PB9�N)�B+���@��9�S��r���P�9u�9p7�9'O5��ݜs�p�ńtN�w;7�*�sN�|�M����SЁ����9y":�72:%��,?�P�9yR:�7b:'OM�BO��	�@�TH�|7u���BU����@�T�<eț
+m��'�yS!�3�n��T(�<�ț
+�����yS��s�v o*�vJ�[�Y~P��s��v o*wN���M����݁����)���f�A���ɓށ���9y�;�7���s��*�ohJ��;������ӗ��u�j��ێ���_~��~�����������O�>���?���߾��?�������?�����7���_����mH�{�|�����՝��C���|�uHW�|��>�{���}���������p�שs��M�c�N�c� o�|�W�s�wV7��:u�����p���s��M���:�:��b�1_���|g�A�c�N�c� o�|�׹�1_P��:u�����p�W��1�Y~P�c�ν�����p�שs��M�c�N�c� o*�U�}�w�T8���9���1_'�1_�7��:y�����p�W��1�Y~Pᘯ��/ț
+�|�<�|A�T8���9���1_%��|g�A�c�N�c� o*�u��ySᘯ��/ț
+�|�|����:y�����p���s��M�c�N�c� o*�U�}�w�T8���9���1_'�1_�7��:y�����p��ȯ����
+�|�<�|A�T8���9���1_'�1_�7��*�>�;�*�u��ySᘯ��/ț
+�|�<�|A�T8�����,?�p���s��M�c�N�c� o*�u��ySᘯ��c�����1_'�1_�7��:y������1_�^�|A]L8������>�p���s��M��:��1_�'�1_'�1_P7��*�>�;��|�׹�1_P��:u�����p���s��M���*w����f�1_��1_p7��:y������1_�^�|A]L8������>�p���s��M�c�N�c� o*�u��ySᘯ��c�����1_'�1_�7��:y�����p���s��M�c�J�����
+�|�<�|A�T8���9���1_'�1_�7����1�Q~Rᘯ��/ț
+�|�<�|A�T8���9���1_%��|g�A�c�N�c� o*�u��ySᘯ��/ț
+�|�|����:y�����p���s��M�c��iS{�nh󽾡����|�;�|��t����@����������������˿����>��.���;{�*�v_�x���ǟ~��/����l��_���������7~��'��^���jܿ<�x��/�w�?�
�w�|w�������#���Q��򧻇O����oW���7�/wϯ?�8���Q]̏�_��>�|��|]M�zC�p���`����M�!������/Fu1o�/�̗G��߮FwS?�|�t�h_s��s5�O�
��y=����/Fu1o�/���g�~��M�!�|4�����]��~,��|4�^���bR7�����������n�
�����W����(o�
��ݓ~�]���ď�����?���&�A�!�|.O�����Q���������D���j�7�����<~֏��j�7�c����yx��}]M�zC~�t>?�Ǿ�FySo�/����}��j�7�����|����߮FyS?�?��}���>�u5��
��ݗ�'����(o�
��ݧ�g����(o�
��ݗ�g��߮FySo�zo��P��g�A�7:y�x���<o<ySፇN�7�����C%�o<���x��y�!ț
+o<t���M�7:y�x���|��p�Tx㡓獇 o*������C�7�x��y�!ț
+o<T����Y~PፇN�7�����C'�A�Tx㡓獇 o*��P��g�A�7:y�x���<o<ySፇN�7�����C#�z��(?���C'�A�Tx㡓獇 o*������C�7�x��{
+e��y
+�
+��	S(N�)p7�P�<S( o�<��ܙB��̈́)��
+��
+S(N�)�7u�Bq�5��b��R�)��}Pa
+��3���S(ν�P@]L�Bq�L����0���{
+e��y
+�
+��	S(N�)p7�P�<S( o*L�(��B���P�<S( o*L�8y�P@�T�Bq�L����0���{
+e�T�Bq�L����0���BySa
+��3������)�Y~Pa
+��3�����g
+�M�)'�
+ț
+S(J��Pf�A�)'�
+ț
+S(N�)�7�P�<S( o*L�(��B���P�<S( o*L�8y�P@�T�Bq�L����0�b�WS(������g
+�M�)'�
+ț
+S(N�)�7�P�|O���
+S(N�)�7�P�<S( o*L�8y�P@�T�BQ�=�2�*L�8y�P@�T�Bq�L����0���BySa
+E���,?�0���BySa
+��3���S(ν�P@]L�BQ�=�2�*L�8y�P@��q
+ũߦP@��S(N�)P7�P�|O���:O�8��Bu1a
+ũ3�����g
+�M��P�;S(���0��ԙBwSa
+��3���S(ν�P@]L�BQ�=�2�*L�8y�P@�T�Bq�L����0���BySa
+E���,?�0���BySa
+��3�����g
+�M�)%�S(������g
+�M�)'�
+ț
+S(N�)�7�P��j
+e��T�Bq�L����0���BySa
+��3������)�Y~Pa
+��3�����g
+�M�)'�
+ț
+S(J��Pf�A�)'�
+ț
+S(N�)�7�P��7�7��P�M�|�=�2��o�)������4�r��������������J˺,W}C����������]����������/_Ľ�����|���w�7��n�x�{7����݀nh�
�yS�����n��n&�8uv��T�
p������n�S����=v�x���
+�N����7v�<� o*�8yv@�T�
P�0�*�8yv@�T�
p���������
�ySa7@��n�,?�����
�ySa7�ɳ���n��g7��M���%߻����n��g7��M���'�n�ț
+�N����7v�|���
+�N����7v�<� o*�8yv@�T�
P�0�*�8yv@�T�
p���������
�ySa7@��n�,?�����
�ySa7�ɳ���n��g7��M���%߻����n��g7��M���'�n�ț
+�N����7v��j7`��T�
p���������
�ySa7�ɳ���n���݀Y~P����^��.&�8uv��T�
p������n�rg7`V7v�:��n*�8yv@��y7���n���	�J�wf�A���'�n�ț:�8��
�u1a7������n���݀Y~P����^��.&�8uv��T�
p��������{7`�T�
p���������
�ySa7�ɳ���n���݀Y~Pa7�ɳ���n��g7��M���'�n�ț
+�J�wf�A���'�n�ț
+�N����7v�<� o*�(��
��v�<� o*�8yv@�T�
p��������{7`�T�
p���������
�ySa7�ɳ���n��_���
+�N����7v�<� o*�8yv@�T�
P�0�*�8yv@�T�
p���������
�ySa7@��n�,?�����
�ySa7�ɳ���n��g7��M���%߻����n��g7��M���'�n�ț:�8��
�u1a7@��n��>�����
�yS����~�
��{"�8qv@�T�
P�0����k7����n���
+�N����7u�
P����f�n�Sg7��M���'�n�ț:�8��
�u1a7@��n��>�����
�ySa7�ɳ���n��g7��M���%߻����n��g7��M���'�n�ț
+�N����7v�|���
+�N����7v�<� o*�8yv@�T�
0�݀Q~Ra7�ɳ���n��g7��M���'�n�ț
+�J�wf�A���'�n�ț
+�N����7v�<� o*�(��
��v�<� o*�8yv@�T�
2w��7�v����n�pG���������O��ogt����˿{���?�|��������\���v�������_������˷_~��?��L���}y�t���i>�~y{c4 
�|ǹ���j�?���
9���܉Ӑ����
������M�r)_
9ɛ:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
������M�r)_
9ɛ:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
������M�r)_
9ɛ:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
������M�r)_
9ɛ:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS�\�wC>�O�ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
�t�5�.�ܐK�j���Թ!��Ր���cC�ܫ!u3�\�WCN��
������Mr�~k�I]̹!w�4��>�sC.�!'ySdž\��rRsnȥz5��n�ܐ;yr�Ա!���Ŝr�^
9��:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
������M�r)_
9ɛ:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
������M�r)_
9ɛ:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS�\�wC>�O�ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
������M�r)_
9ɛ:7�R�r�7unȝ<
9��ܐK�j�I�Թ!��Ր���sC.�!'yS���Ӑ����
������M�r)_
9ɛ:6���֐���sC��i��}P�\�WCN�N
�To�I��87�R�rR7unȝ<
9��ؐK�[CN�b�
�T����M�r)_
9ɛ:6�νrP7snȥz5��n�ܐK�j�I�Ա!���Ŝr�NC�:7�R�r�7unȥ|5�$o�ܐK�j�I�Թ!w�4� ?�sC.�!'yS�\�WCN��
������M�r'OC�:7�R�r�7unȥ|5�$o�ܐK�j�I�Թ!W�ݐ��:7�R�r�7unȥ|5�$o�ܐK�j�I�Թ!w�4� ?�sC.�!'yS�\�WCN��
������M�r'OC�:7�R�r�7unȥ|5�$o�ܐ�ճj��ޮ{�i�nȧ;�����/�Ԑ��VC���!��?��?���_^_8���_~����w߾����_~�Ï�΢��w��_����������|'��������������Y~P!�t�$� o*$�N���M���ɓ|����|*�N>g�A���ɓ|����|:y�O�7�O'O�	�B��;����O'O�	�B���I>A�TH>�<�'ț
+ɧ���s�TH>�<�'ț
+ɧ�'�yS!�t�$� o*$�J���Y~P!�t�$� o*$�N���M���ɓ|����|*�N>g�A���ɓ|����|:y�O�7�O'O�	�B�i�W��(?��|:y�O�7�O'O�	�B���I>A�TH>�|'�����ɧs���ń�ө�|����|:y�O�7uN>�;��n&$�N���M���ɓ|���s���+�u1!�T�|��
+ɧ�'�yS��ӹW�	�bB���I>��TH>�|'�����ɧs���ń�ө�|����|:y�O�7�O%���,?��|:y�O�7�O'O�	�B���I>A�TH>�|'����B���I>A�TH>�<�'ț
+ɧ�'�yS!�T�|��
+ɧ�'�yS!�t�$� o*$�N���M��S�w�9�*$�N���M���ɓ|����|:y�O�7�O%���,?��|:y�O�7�O'O�	�B���I>A�TH>��*��'�O'O�	�B���I>A�TH>�<�'ț
+ɧ���s�TH>�<�'ț
+ɧ�'�yS!�t�$� o*$�J���Y~P!�t�$� o*$�N���M���ɓ|����|*�N>g�A���ɓ|����|:y�O�7uN>�{%��.&$�J����}P!�t�$� o�|:�[�	��DH>�8�'��
+ɧ���s��9�t�|����|:u�Op7�O'O�	��ɧr'���̈́�ө�|����|:y�O�7uN>�{%��.&$�J����}P!�t�$� o*$�N���M���ɓ|����|*�N>g�A���ɓ|����|:y�O�7�O'O�	�B��;����O'O�	�B���I>A�TH>�<�'ț
+ɧ�_%����B���I>A�TH>�<�'ț
+ɧ�'�yS!�T�|��
+ɧ�'�yS!�t�$� o*$�N���M��S�w�9�*$�N���M���ɓ|����|�Y�K>�V��.�|��|w��'�O�(A���U����|x+>��߾�������?�����/?������ǻ�ϯ�ݸH����o�n�7��7�~^w��p�E�������ngz�,��
+�U���Y~P�=�N��Ȃ���Y'�{dA�Tx���'*yS!*V���
+Q��'*yS!*v�D� o*D�N���M��X�wT<�*D�N���M�������;y�b�7�b%�Q�,?�;y�b�7�b'OT�BT�䉊A�T���|Gų��BT�䉊A�T���<Q1ț
+Q��'*yS!*V���
+Q��'*yS!*v�D� o*D�N���M��X�wT<�*D�N���M�������;y�b�7�b#���G�I�������;y�b�7�b'OT�BT��;*��u���{EŠ.&D�N���M�������sT�܉�gu3!*v�D��n*D�N���M��b�^Q1��	Q�R�xvT���<Q1ț:G�ν�bP�b�NT�BT��;*��u���{EŠ.&D�N���M�������+���g�A�������;y�b�7�b'OT�BT��;*���b'OT�BT�䉊A�T���<Q1ț
+Q���x�T���<Q1ț
+Q��'*yS!*v�D� o*D�J���Y~P!*v�D� o*D�N���M�������+���g�A�������;y�b�7�b'OT�BTl�WQ�(?�;y�b�7�b'OT�BT�䉊A�T���|Gų��BT�䉊A�T���<Q1ț
+Q��'*yS!*V���
+Q��'*yS!*v�D� o*D�N���M��X�wT<�*D�N���M�������sT��+*u1!*V���
+Q��'*ySǨةߢb�'BT�ĉ�A�T���|Gų���Q�s���ń�ة���;y�b�7u���;Q�n&D�N���M�������sT��+*u1!*V���
+Q��'*yS!*v�D� o*D�N���M��X�wT<�*D�N���M�������;y�b�7�b%�Q�,?�;y�b�7�b'OT�BT�䉊A�T����**�'�b'OT�BT�䉊A�T���<Q1ț
+Q���x�T���<Q1ț
+Q��'*yS!*v�D� o*D�J���Y~P!*v�D� o*D�N���M��x�`mT7���w��w��Gŗ��?_~ҥ�x]������_~����o?�r�.���������?�aH��x���Gx����>�]�]��&���y�{�����|�~��M��d����ϯ?P%�� ?�7�wϯ�����Ũ.�
�����l�oW���7䗏��Y?�Q�ԏ������O����bR7�����������n�
��廥�����Q���'�����7
+^�>���&�A�!�|.O�����Q����������j�7�!�<� o*C(�����!�<� o*C8y�!@�T�p�C���0��{b�T�p�C���0����ySa��3��0���a�Y~Pa��3��0��g�M�a'�0ț
+�J��!f�A�a'�0ț
+�N�a�7�!�<� o*C(�����!�<� o*C8y�!@�T�p�C���0��{b�T�p�C���0����ySa��3��0���a�Y~Pa��3��0��g�M�a'�0ț
+�F~51�O*C8y�!@�T�p�C���0����ySaB��0�,?��0�s�aP�!�:��n*C8y�!@��yB�31��	�N�ap7�!�<� o�<��k�ńa�������0��g�M��!�{
C���0����wSaB��0�,?��0�s�aP�!�:��n*C8y�!@�T�P�=1�*C8y�!@�T�p�C���0����ySaB��0�,?�0����ySa��3��0��g�M�a%������0��g�M�a'�0ț
+�N�a�7�!�|C��
+�N�a�7�!�<� o*C8y�!@�T�P�=1�*C8y�!@�T�p�C���0����ySa�ȯ�!F�I�a'�0ț
+�N�a�7�!�<� o*C(�����!�<� o*C8y�!@�T�p�C���0��{b�T�p�C���0����ySa��3��0���a�Y~Pa��3��0��g�M��!�{
C���0��{bvT�p�C����0�S�
C��=�!�8��n*C(����u�p�5�b�0�Sg�M�a'�0ț:C(w�!fu3a©3��0��g�M��!�{
C���0��{bvT�p�C���0����ySa��3��0���a�Y~Pa��3��0��g�M�a'�0ț
+�J��!f�A�a'�0ț
+�N�a�7�!�<� o*C��0�(?�0����ySa��3��0��g�M�a%������0��g�M�a'�0ț
+�N�a�7�!�|C��
+�N�a�7�!�<� o*C�vnh
C�_�!�;���!.ԇ�O�4�.[�_ކ!�ï�����~�ӷ���?���?���o���^��Jz>ӧ�/ro�r>y�x�;セ�!������w�T�{�<y/ț
+y��'�yS!�u�� o*�J���Y~P!�u�� o*�N���M���ɓ������*��{g�A���ɓ������:y�^�7�^'O��Bޫ�;���^'O��B����{A�T�{�<y/ț
 y���w�T�{�<y/ț
-y��'�yS!�u�� o*�J���Y~P!�u�� o*�N���M���ɓ�������U�;�O*�N���M���ɓ������:y�^�7�^%�y�,?���:y�^�7�^'O��B����{A�T�{�|罳��B����{A�T�{�<y/ț
+y��'�yS!�u�� o*�J���Y~P!�u�� o*�N���M���ɓ������*��{g�A���ɓ������:y�^�7�^'O��B�k�Wy�(?���:y�^�7�^'O��B����{A�T�{�|罳���y�s���ń�ש�������:y�^�7u�{�;y�n&�N���M���ɓ����s���+�u1!�U����
+y��'�yS�׹W��bB����{��T�{�|罳���y�s���ń�ש�������:y�^�7�^%�y�,?���:y�^�7�^'O��B����{A�T�{�|罳��B����{A�T�{�<y/ț
 y��'�yS!�U����
-y��'�yS!�u�� o��:��{A]L�{�z罳��B����{A��1�u�K��D�{�8y/��
+y��'�yS!�u�� o*�N���M��W�w�;�*�N���M���ɓ������:y�^�7�^%�y�,?���:y�^�7�^'O��B����{A�T�{��*��'�^'O��B����{A�T�{�<y/ț
+y���w�T�{�<y/ț
+y��'�yS!�u�� o*�J���Y~P!�u�� o*�N���M���ɓ������*��{g�A���ɓ������:y�^�7u�{�{彠.&�J����}P!�u�� o��:�[���D�{�8y/��
 y���w��9�u�������:u�^p7�^'O���y�r'��̈́�ש�������:y�^�7u�{�{彠.&�J����}P!�u�� o*�N���M���ɓ������*��{g�A���ɓ������:y�^�7�^'O��Bޫ�;���^'O��B����{A�T�{�<y/ț
 y��_彣��B����{A�T�{�<y/ț
 y��'�yS!�U����
-y��'�yS!�u�� o*�N���M��W�w�;�*�N���M���ɓ�������)��{�B+セД�7:�ޯ��>?߽><=Q޻��������������߾��v��׆W��1����7����z���M�M/�>\��w���=�>�|z�O��~9M�zC��������/�Q���织g��~�ża~�d�>�g~9���x���G���Gt#�i����������aT���yx~���it7���������r�M�������˫t_���7̏w��^�ǽN���7��oJ�f��:��ސ��=�G��Y$�x���������iR������>�u�M�!�\������/�Q���5�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț
+y��'�yS!�u�� o*�N���M��W�w�;�*�N���M���ɓ�������)��{�V��.�����������×�g�{�e+�}�����_�x��������?6��������������k�����w7������>�|~��v>x�����>�7�w�ϯ����oW���7�Ow�����Ũ.�
��������n�w�_>���oэ<W���ސ_>���w���bT����|~z�귫�����Gs������(o�w�_>�O/��v1��y��p����~��jt7�����]�W����(o�
��ݓ~�]����/~����d��������<����FySo�/�˗��̝��j�7��|Mg8y9@�T�P�=�1�*r8y9@�T�p�r���0�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț
 �N�A�79�|r��
 �N�A�79�<� o*r8y9@�T�P�=�1�*r8y9@�T�p�r���0�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț
-�N�A�79�|r��
-�N�A�79�<� o*r8y9@�T�0�A�Q~Ra���3��� ��g��M�A'� ț
-�J�9f�A�9�{
r���0�����wSa���3��΃ʝA�Y�L�p�r���0�����yS�A�^��.&r(���9�<� o�<���k��ńA�� ��
-�J�9f�A�9�{
r���0�����wSa���3��� ���A�Y~Pa���3��� ��g��M�A'� ț
+�N�A�79��j�c��T�p�r���0�����ySa���3��� ���A�Y~P�A�^��.&r8u9��T�p�r���� �rg�cV79�:��n*r8y9@��y�ù� ��	�J�9f�A�A'� ț:r8���u1a�é3��� ���A�Y~P�A�^��.&r8u9��T�p�r���0ȡ�{�c�T�p�r���0�����ySa���3��� ���A�Y~Pa���3��� ��g��M�A'� ț
 �J�9f�A�A'� ț
-�N�A�79�<� o*r(���9�<� o*r8y9@�T�p�r���0ȡ�{�c�T�p�r���0�����ySa���3��� ���A�Y~Pa���3��� ��g��M�A'� ț
-�F~5�1�O*r8y9@�T�p�r���0�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț
+�N�A�79�<� o*r(���9�<� o*r8y9@�T�p�r���0ȡ�{�c�T�p�r���0�����ySa���3��� ��_
r��
+�N�A�79�<� o*r8y9@�T�P�=�1�*r8y9@�T�p�r���0�����ySa�C�� �,?�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț:r8���u1a�C�� ��>�0�����yS�A�~���{"r8q9@�T�P�=�1��<���k��ńA�� ��
+�N�A�7u�P�r��f� �Sg��M�A'� ț:r8���u1a�C�� ��>�0�����ySa���3��� ��g��M�A%߃���� ��g��M�A'� ț
 �N�A�79�|r��
-�N�A�79�<� o�<���k��ńA�ރ���� ��g��M9��2��D�p�r���0ȡ�{�c��y�ù� ��	�N�Ap79�<� o�<ȡ���̈́A�� ��
-�N�A�7u�p�5��b� �R�A��}Pa���3��� ��g��M�A'� ț
+�N�A�79�<� o*r8y9@�T�0�A�Q~Ra���3��� ��g��M�A'� ț
 �J�9f�A�A'� ț
-�N�A�79�<� o*r(���9�<� o*r8y9@�T�p�r���0�a�W����� ��g��M�A'� ț
-�N�A�79�|r��
-�N�A�79�<� o*r8y9@�T�P�=�1�*r8y9@�T�p�r���0�1.I�A����0z��� �p�c��9�>޽�}9
{�Sk���8��Ͽ�����������cxz���f|r����/o���ȑu��k���6�y�ib�!��jb2�yB��(���H�I��"�,.&�A(s� fs1�1#���-",A(o� fq1aB��1��9n@(�eb�~����������LXP�?��b��2g�a6v�9����0�`�{�a47�9����0���Y{��ń�e���l.&=��y�̈́�e���l.&L<(sfs1a�A�3�0��	�Ƽ�Fs3a�A�3�0��	�ʜU��\L�tP�L:��b �1�=���LXsP�9��b”�2g�a6v�93���0�`�{�a47�9���0ߠ�Yo��ń�e�t�l.&7��m�̈́�e�h�l.&L6(sfs1a�A�3�0��	c
Ƽ�Fs3a�A�3�0��	3
ʜ���\L�hP�L4��b�@�0_�3L�	�ʜq��\L�fP�,3��b�.�2g�a6F�yo2��f΋J�f�G"�1(o�fq1a�A�3�0��91qvFoa�Ay3�0��	ʜ��\�yA������H������������^��Ŝg�x�.�ޏD�\P�L.��b���1e���ymA������H������,.&�,(sffs1ad�����hn&,,(sfs1a^A���0��	�
-ʜi��\LV0潫0��	�
-ʜQ��\L�TP�,*��bž�2gNa6��yo)��f’�2gHa6f�9+
-������̙P��ńc��	�������O��ń�e�r�l.&�&(sffs1a4���f�hn&,&(sfs1a.A���0��	[	ʜ���\LJ櫝��|0a%A�3�0��		ʜ���\L�GP��#��b�8�1�m���LXFP�#��b�,�2ga66�9����0�`�{a47��9c���0���YB��ńe��l.&� ��@�̈́e���l.&�(s�fs1��%^���#��w���f��2g�`6s�<P����l����e����-&���:�͜��x
�ޏD�9Pެ��b�Ɓ2g�`6s80����"º��f�`�
�9������Y�����ƻ7
Fq3a�@�3h0��	sʜ5��\L�2P�L��b�1����LX1P���b„�2g�`6��9����0^`�{�`47��9����0[��Y-��ń�e�d�l.&��^�d>��V��+��ń�e�R�l.&�(sf
-fs1a����F�hn&,(s
-fs1a�@��N0��	�ʜi��\L&0�K0��	�ʜQ��\L�$P�,��b�����̷Yk���0Fp�:�}����ݷ��g#�~�k�^/k���������޷����������=����D����X�>Ηח�7����!��J���������L�+ț
-�����u�TH^�<�+ț
-ի�'{yS!|u� o*��J���Y~P!u��� o*�N��M���S������*�ag�A����‚��P�:yrX�7�X'O�B��;����X'O�B��IcA�T�c�<u,ț
-}���@v�THd�<�,ț
-���'�yS!�u� o*��J�c�Y~P!�u��� o*�N�d�M�h��S͂����*�gg�A�t���΂��P�:y�Y�7Z'OA�BCk�W�(?���:y:Z�7JZ'OJ�BL��iA�T�i�|�����I�s���ń�֩�Ղ���:y�Z�7unk�;q��n&�N���M���ɓ؂��sd�ܫ�u1��U����
-�����yS��ֹWn�bBp��)n��Thn�|G�����٭s���ń�֩�ނ���:y�[�7�[%��,?���:y\�7*\'O��B���)qA�Thq�|Ǹ���B����qA�T(r�<I.ț
-Q����yS��U����
-i����yS��u�� o*�N�B�M�FW�w�;�*d�N�N�M�R�ɓꂼ��:yj]�7z]%���,?���:y�]�7�]'O��B���)wA�Thw��*��'�]'O��B���IxA�T�x�</ț
-���w�THy�<-/ț
-5��'�yS!�u�� o*4�J���Y~P!�u�t� o*��N���M����S������*�|g�A���������P�:y2_�7u}�{���.&��J�c��}P!�u��� o�X�:�%��G"D�N���M��W�w�;���:�jA]L��:�/��
-����yS�X���fB�����T(��<)0ț:��νj`Pz`��A��>��;y�`�7�`'O�B��)�A�Th��|�����B���A�T(��<�0ț
-����yS�V�
-��
-����yS�v��� o*�N�b�M�f�ȯ��Q~R!v�t� o*��N�t�M�x��S����+��g�A��������P;y2b�7Bb'OI�BK��;&��rb'OO�BQ��I�A�T����U�p���w�ow�Í~{X�p�~?����
-��ݭ��������/?��o���<�:������eW��Q>߿>�*��K����`__wx
�'�ރ
��o�V�
-{V7^���y6��
-��v��M_��ԗwb��#ފ����س��‹��<o�yS���N��c������Y�ySa1@��b�,?����Y�ySa1�ɳ���b��g1��M���%ߋ����b��g1��M���'�b�ț
+�N�A�79�<� o*r(���9�<� o*r8y9@�T��$� ���x7z��� �pG� �丿�{�t��9�ek��9�ϟ��w��ǟ�t.2<^���
+��-��=|�|'uc�#�ݮ���">��i �M��#���'u�p�5�b�@�Sg �M��'�@ț:D(w"fu3a ©3��@��g �M"��m ��0��{ bVT�p�D���0����ySa ��3��@��Y~Pa ��3��@��g �M��'�@ț
+J�"f�A��'�@ț
+N���7"�< o*D(����"�< o*D8y"@�T�p�D���0��{ b�T�p�D���0����ySa ��3��@��Y~Pa ��3��@��g �M��'�@ț
+J�"f�A��'�@ț
+N���7"�< o*D(����"�< o*D8y"@�T�p�D���0a�W����@��g �M��'�@ț
+N���7"�|D��:D8���u1a ©3��@��g �M�"�;���0����wSa ��3��ν"@]L�P�=1�*D8y"@��y ¹�@��	N��p7"�|D��:D8���u1a ©3��@��g �M��%�����@��g �M��'�@ț
+N���7"�|D��
+N���7"�< o*D8y"@�T�P�=1�*D8y"@�T�p�D���0����ySa B��@�,?�0����ySa ��3��@��g �M��%�����@��g �M��'�@ț
+N���7"��j b��T�p�D���0����ySa ��3��@��Y~Pa ��3��@��g �M��'�@ț
+J�"f�A��'�@ț
+N���7"�< o*D(����"�< o*D8y"@��y ¹�@��	J�"f�A��'�@ț:D8��@��a ‰3��@��Y~P��^�.&D8u"��T�p�D����@�rg bV7"�:�n*D8y"@��y ¹�@��	J�"f�A��'�@ț
+N���7"�< o*D(����"�< o*D8y"@�T�p�D���0��{ b�T�p�D���0����ySa ��3��@��_
D��
+N���7"�< o*D8y"@�T�P�=1�*D8y"@�T�p�D���0����ySa B��@�,?�0����ySa ��3��@İj`"���@Ļ�a b��c �"^�
~�(恈\�"^�"��ۿ}���~���<������o������3�}����/-���>�<��D�ß�����a�G�3��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a��',�A��b)_a1ɛ:��R��b�7u��|��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a��',�A��b)_a1ɛ:��R��b�7u��|��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a��',�A��b)_a1ɛ:��R��b�7u��|��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a���x���9,�����sX,�+,&yS�X�WXL��a��',�A�b�~�I]�9,�����sX,�+,&ySǰعWX�f�a�T����M��b)_a1ɛ:�������sX��	��}P�X�WXL�a�t��Ť.�K�
+����9,v�� ?�cX,�oa1��9��R��br7u��|��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a��',�A��b)_a1ɛ:��R��b�7u��|��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a��',�A��b)_a1ɛ:��R��b�7u��|��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a���x���9,�����sX,�+,&yS�X�WXL��a��',�A��b)_a1ɛ:��R��b�7u��|��$o�;y�b��9,�����sX,�+,&yS�X�WXL��a��',�A��b)_a1ɛ:��R��b�7u���-,&u1�ة����a������M��b����=q��x�Ťn�;y�b��1,���Ŝ�b�^a1��:��R��b�7u��{�Šn�K�
+����9,�����cX,�oa1��9��N���u��|��$o�K�
+�I��9,�����sX��	�A~P�X�WXL��a������M��b)_a1ɛ:��N���u��|��$o�K�
+�I��9,�����sX��;,��'u��|��$o�K�
+�I��9,�����sX��	�A~P�X�WXL��a������M��b)_a1ɛ:��N���u��|��$o�K�
+�I��9,�3X�
�]�>�}�Ow���ů������u�
+��ޭ���_���_�˷?�����盿��=}z����u>ʧ��Ϸ�⼊|��\��vo����^EN򦎯"w��*rP7s~�T�W�����ȥ|����M�^E.��_EN����U�N�W����ί"���*r�7u~���W�������Y�ySa1@��b�,?����Y�ySa1�ɳ���b��g1��M���%ߋ����b��g1��M���'�b�ț
 �N����7�|/��
 �N����7�<� o*,8y@�TXP�0�*,8y@�TXp�,������Y�ySa1@��b�,?����Y�ySa1�ɳ���b��g1��M���%ߋ����b��g1��M���'�b�ț
 �N����7�|/��
@@ -3532,2258 +3720,2294 @@ i
 �N����7�<� o*,(�^���<� o*,8y@�TXp�,������{1`�TXp�,������Y�ySa1�ɳ���b���ŀY~Pa1�ɳ���b��g1��M���'�b�ț
 �F~�0�O*,8y@�TXp�,������Y�ySa1@��b�,?����Y�ySa1�ɳ���b��g1��M���%ߋ����b��g1��M���'�b�ț
 �N����7�|/��
-�N����7�<� o���k1��ń���ދ����b��g1��M�����DXp�,������{1`��y1���b���	�N���p7�<� o���Y��̈́����b���
-�N����7u^p���b�b�R�ŀ�}Pa1�ɳ���b��g1��M���'�b�ț
-�J�f�A���'�b�ț
-�N����7�<� o*,(�^���<� o*,8y@�TXp�,����`�W�����b��g1��M���'�b�ț
+�N����7�<� o���k1��ń���ދ����b��g1��M��m1����Y�uSa1@��b�,?��b�s���P�:��n*,8y@��y1@��0��	�N���p7�<� o���k1��ń���ދ����b��g1��M���'�b�ț
 �N����7�|/��
-�N����7�<� o*,8y@�TXP�0�*,8y@�TXp�,����0f�n1�.�>T��b�p�߾������-�ck1��׌�;��?��������������/���_~������?�J_�߿�~e���߽>���wc;�{��HϹZ�O.4�����B���i=A�Th=�<�'ț
-�����yS��T��z��
-�����yS��t� o*��N���M��S�w�9�*��N���M�����z����z:yZO�7ZO%߭�,?��z:yZO�7ZO'O�	�B���i=A�Th=�|�����B���i=A�Th=�<�'ț
-�����yS��T��z��
-�����yS��t� o*��N���M���ȯZ�Q~R��t� o*��N���M�����z����z*�n=g�A�[O�^�'��	��S��wS��t� o��z*wZ�Y�Lh=�:�'��
-�����yS��ӹW�	�bB�Ի���ZO'O�	�έ�s���ń�ө�z����z*�n=g�A�[O�^�'��	��S��wS��t� o*��J�[�Y~P��t� o*��N���M�����z����z*�n=g�A�����z����z:yZO�7ZO'O�	�B�����ZO'O�	�B���i=A�Th=�<�'ț
+�N����7�<� o*,8y@�TXP�0�*,8y@�TXp�,������Y�ySa1�ȯF�I���'�b�ț
+�N����7�<� o*,(�^���<� o*,8y@�TXp�,������{1`�TXp�,������Y�ySa1`���b���ZxW����_h1�����/���b��l-\~�������?�������ï����O����~���>�J��^����7w��x����v����n<׽��������s�Th=�<�'ț
+�����yS��t� o*��J�[�Y~P��t� o*��N���M�����z����z*�n=g�A�����z����z:yZO�7ZO'O�	�B�����ZO'O�	�B���i=A�Th=�<�'ț
 �����s�Th=�<�'ț
-�����yS��t� o*��J�[�Y~P��t� o*��N���M�����z����z�U�9�O*��N���M�����z����z:yZO�7ZO%߭�,?��z:yZO�7ZO'O�	�B���i=A�Th=�|�����B���i=A�Th=�<�'ț
+�����yS��t� o*��J�[�Y~P��t� o*��N���M�����z����z�U�9�O*��N���M�����z����z:yZO�7ZO%߭�,?�s��ܫ�u1��t괞�n*��N���M�[O�N�9��	��S��wS��t� o��z:�j=A]Lh=�z�����B���i=A�Թ�t��z����z:uZOp7ZO%߭�,?�s��ܫ�u1��t괞�n*��N���M��S�w�9�*��N���M�����z����z:yZO�7ZO%߭�,?��z:yZO�7ZO'O�	�B���i=A�Th=�|�����B���i=A�Th=�<�'ț
 �����yS��T��z��
-�����yS��t� o��z:�j=A]Lh=�z�����B���i=A�Ա�t�K�	�Dh=�8�'��
-�����s�Թ�t��z����z:uZOp7ZO'O�	�έ�r����̈́�ө�z����z:yZO�7un=�{���.&��J�[��}P��t� o*��N���M�����z����z*�n=g�A�����z����z:yZO�7ZO'O�	�B�����ZO'O�	�B���i=A�Th=�<�'ț
-���_�����B���i=A�Th=�<�'ț
+�����yS��t� o*��N���M��S�w�9�*��N���M�����z����z:yZO�7ZO#�j=G�I�����z����z:yZO�7ZO'O�	�B�����ZO'O�	�B���i=A�Th=�<�'ț
+�����s�Th=�<�'ț
+�����yS��t� o*��J�[�Y~P��t� o*��N���M�[O�^�'��	��R��svTh=�<�'ț:��N��z��=ZO'N�	�B�����un=�{���.&��N���M�����z���s��i=gu3��t괞�n*��N���M�[O�^�'��	��R��svTh=�<�'ț
+�����yS��t� o*��J�[�Y~P��t� o*��N���M�����z����z*�n=g�A�����z����z:yZO�7ZO'O�	�B�i�W��(?��z:yZO�7ZO'O�	�B���i=A�Th=�|�����B���i=A�Th=�<�'ț
 �����yS��T��z��
-�����yS��t� o*��N���M��S�w�9�*��N���M�����z����zY�m=�B����S��p���z��������ih=�{ح�����?�����Uz>��=<���΂}�H�~�{�Uz���
-1U����O.4U���B����@�T���<�ț
-՟���yS��S�]���
-՟���yS��s�T o*TN���M��O�w�7�*TN���M����S����P�9y�?�7�?%���,?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț
-՟���yS��3��o��T���<�ț
-՟���yS��s�T o*TJ���Y~P��ϹW��bB��ԩ���T���<�ț:Wʝ�oV7�?�N��B����@�Թ�s�U����P�)���f�A����S����s��ܫ�u1��s�T�n*TJ���Y~P��ϹW��bB��ԩ���T���<�ț
-՟���o�T���<�ț
+�����yS��t� o*��C�h[O���z��)��s������_��=}���N��,���[��������/��||�����Ot���#����r�����xۻ�����������o�T���<�ț
 ՟���yS��s�T o*TJ���Y~P��s�T o*TN���M����S����P�)���f�A����S����P�9y�?�7�?'O��B�������?'O��B����@�T���<�ț
 ՟���o�T���<�ț
 ՟���yS��s�T o*TF~U���
-՟���yS��s�T o*TN���M��O�w�7�*TN���M����S����P�9y�?�7�?%���,?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț:Wν�?P�?�����>�P�9y�?�7u����R���#�?'N��B������u���{U�.&TN���M����S����s��ܩ�fu3��s�T�n*TN���M��?�^���	՟R��ovT���<�ț
-՟���yS��s�T o*TJ���Y~P��s�T o*TN���M����S����P�)���f�A����S����P�9y�?�7�?'O��B�g�W��(?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț
+՟���yS��s�T o*TN���M��O�w�7��\�9���@]L���:���
+՟���yS��O�S���fB��ԩ���T���<�ț:Wν�?P�?�����>�P�9y�?�7u���{U�.&TN���M��O�w�7��\�9���@]L���:���
 ՟���yS��S�]���
-՟���yS��s�T o*Tc��?�Ъ�>�u�����F���{x�vw����K��p�������O�޿<�=<��5�|v�_n>����ק�{��:��~w�u��__>��'��i�7�������ۓ�_N�����_����K�:M�zC������}�FySo��>�/�����(o�
�����/����0����������}��4��
����ˣ}��4ʛzC�|�������7�o���'��/����ϛ�/o���G'�i������ٺ�Fu1o��>������FwSo��>���{��r�M�\~���|y���aR7�����۫���it7��������}��4ʛzC�z����gQ���������/���Ӥ>�7�o���}��4ʛzC���|��f��(o�
��g�����4ʛ������y|��}�&�A�!�t�c_�Q���O���>�u�M�!����V~9���/�w�h�u~Ѽ��͓����|�h��M�_4/�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yrF����,?��䌔���7u����59C�Γ3R�&gH��yr��39�:N�H�er��Ŝ'g�zMΐ���䌔���7u��q�59�fΓ3R�&g���yrF���ɛ:N�H�er��Ŝ'g�:�3�>��䌔���7u��������9O�H���!wS��'����89#ݗ�Rs����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�|O���:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C�Γ3R�&gH��yr��39�:O�H���!yS��)_�3$o�<9#�kr��M�'g�<�3 ?��䌔���7u����59C򦎓3�}��!u1�������<9#�kr��M�&g�����?��)^�3�n�<9�䙜�A'g��29C�bΓ3R�&g���yrF���ɛ:N�8���u3���^�3�n�<9#�kr��M'g��29C�bΓ3N��p�yrF���ɛ:O�H���!yS��)_�3$o�<9�䙜�A�'g�|Mΐ���䌔���7u����59C�Γ3N����yrF���ɛ:O�H���!yS��)_�3$o�<9��{rf���yrF���ɛ:O�H���!yS��)_�3$o�<9�䙜�A�'g�|Mΐ���䌔���7u����59C�Γ3N����yrF���ɛ:O�H���!yS�əy6EM�Ѕ.�>κܞ��n��'g^��~�z�əu,�3��ə������������_���~��������r��w���?�+m������ҷ�5�݂���-����[��u��p7v�<� o�[���-��̈́���n��
-�N���7u�-p��n�?a�@��n��>��[���-�ySa��ɳ[���n��g���M��%߻����n��g���M��'�nț
-�N���7v�|���
-�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������[���-�ySa�@��n�,?��[���-�ySa��ɳ[���n��g���M��%߻����n��g���M��'�nț
-�N���7v�|���
-�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������[���-�ySa��ȯvF�I��'�nț
-�N���7v�<� o*�(��-��u�-p�[��b�n�Sg���M��'�nț:�(wvfu3a����[���n��g���M�w�{�����[��{�`vT�-p������n�s��Pv�:��n*�(��-��u�-p�[��b�n�Sg���M��'�nț
+՟���yS��s�T o*TN���M��O�w�7�*TN���M����S����P�9y�?�7�?%���,?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț
+՟���yS��S�]���
+՟���yS��s�T o*TN���M���ȯ��Q~R��s�T o*TN���M����S����P�)���f�A����S����P�9y�?�7�?'O��B�������?'O��B����@�T���<�ț
+՟���o�T���<�ț
+՟���yS��ϹW��bB��Ի����?'O��՟S�U ~O��ωS����P�)���f�A��?�^���	՟S��wS��s�T o�\�)w��Y�L���:���
+՟���yS��ϹW��bB��Ի����?'O��B����@�T���<�ț
+՟���o�T���<�ț
+՟���yS��s�T o*TJ���Y~P��s�T o*TN���M����S����P��U�7�O*TN���M����S����P�9y�?�7�?%���,?�P�9y�?�7�?'O��B����@�T���|W���B����@�T���<�ț
+�ߘ���nhU�ʺ����pG���t�u��=U�T�ߪ���_��/}���w�ǖ���{�t�ٽ��/���!�|�w�ww��������7���j�7��������G+��M�X�r���ӽ���I~Po�/���'����(o�
����to���M�!�{~��ݹ�_��b~l�z���}��jr��������(o�
����'��~1��y�|�d�<�g�v5���qs����<��&���j�����G�z�Թ�_��b�0_>��O�V�v5��zC~�h��3��M�X~�h^��\��.&u3o��؏{]��ސ?�ݿ|��|]��ސ��=�G�۵(~O�X�����'���դ>�7�����>�u5ʛzC~�\���ޓ��]��ސ_>������]��~,�|:����I~Po�/�������(o�
��ӹ��}]��ސ��J��V�v5ʛ
+/�W����Y~P�E�N�̓���y'ϋ�A�TxѼ�gr�M��%ߓ3����䌓gr�M��'��ț
+�3N���7&g�|O���
+�3N���7&g�<�3 o*L�8y&g@�T��Q�=93�*L�8y&g@�T��q�L΀��09�䙜ySarF����,?�09�䙜ySar��39��䌓gr�M��%ߓ3����䌓gr�M��'��ț
+�3N���7&g��jrf��T��q�L΀��09�䙜ySar��39��䌒�əY~P���^�3�.&L�8u&g��T��q�L΀����rgrfV7&g�:�3�n*L�8y&g@��yrƹ����	�3J�'gf�A��'��ț:O�8���u1arƩ39��䌒�əY~P���^�3�.&L�8u&g��T��q�L΀��09��{rf�T��q�L΀��09�䙜ySar��39��䌒�əY~Par��39��䌓gr�M��'��ț
+�3J�'gf�A��'��ț
+�3N���7&g�<�3 o*L�(�����&g�<�3 o*L�8y&g@�T��q�L΀��09��{rf�T��q�L΀��09�䙜ySar��39��䌑_MΌ�
+�3N���7&g�<�3 o*L�8y&g@�T��Q�=93�*L�8y&g@�T��q�L΀��09�䙜ySarF����,?�09�䙜ySar��39��䌓gr�M��%ߓ3����䌓gr�M��'��ț:O�8���u1arF�����>�09�䙜yS���~���{"L�8q&g@�T��Q�=93��<9��kr�ń������
+�3N���7u��Q�L���f��Sgr�M��'��ț:O�8���u1arF�����>�09�䙜ySar��39��䌓gr�M��%ߓ3����䌓gr�M��'��ț
+�3N���7&g�|O���
+�3N���7&g�<�3 o*L�8y&g@�T��1�əQ~Rar��39��䌓gr�M��'��ț
+�3J�'gf�A��'��ț
+�3N���7&g�<�3 o*L�(�����&g�<�3 o*L�8y&g@�T��gS���К�y7������pG�����yx�arf]�ə��ə�����������o���>���o����w���_�V������O�J�ww�p�V�ֻ�[0�xv��{�-��v��p7v�<� o�[���-��̈́���n��
+�N���7u�-p���'�n��݂Y}Pa��ɳ[���n��g���M��'�nț
 �J�wf�A��'�nț
 �N���7v�<� o*�(��-��v�<� o*�8yv@�T�-p������[��{�`�T�-p������[���-�ySa��ɳ[���n���݂Y~Pa��ɳ[���n��g���M��'�nț
 �J�wf�A��'�nț
-�N���7v�<� o*���n�(?��[���-�ySa��ɳ[���n��g���M��%߻����n��g���M��'�nț
-�N���7v�|���
-�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������n�s��Pv�z���
-�N���7u�-p��n�?a����[���n���݂Y~P���^��.&�8uv��T�-p������n�rg�`V7v�:��n*�8yv@��y����n��	�J�wf�A��'�nț
 �N���7v�<� o*�(��-��v�<� o*�8yv@�T�-p������[��{�`�T�-p������[���-�ySa��ɳ[���n��_���
-�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������[���-�ySa�@��n�,?��[���-�ySa��ɳ[���n�P������-��
�t{�`��o�-x��J0[�멇o{���2[���ǿ���������_~������_�f��Y�~�ߤO��W��n
$��"�����x���L�<��
-�'�yS�xީ/�<�?!�W����
-�'�yS!�w��� o*��N�x�M�x^�w<?�*��N�x�M�x��σ���;y�y�7�y%���,?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț
-�'�yS!�W����
-�'�yS!�w��� o*��N�x�M�x^�w<?�*��N�x�M�x��σ���;y�y�7�y%���,?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț
-�'�yS!�7�x~��T��<�<ț
-�'�yS!�w��� o*��J���Y~P�x޹W<�bB<�ԉ���T��<�<ț:��ʝx~V7�y�N<�B<���A��9�w�σ���+���g�A�x��σ��s<��+�u1!�w����n*��J���Y~P�x޹W<�bB<�ԉ���T��<�<ț
-��x~�T��<�<ț
-�'�yS!�w��� o*��J���Y~P!�w��� o*��N�x�M�x��σ���+���g�A�x��σ���;y�y�7�y'O<�B<��;����y'O<�B<���A�T��<�<ț
-��x~�T��<�<ț
-�'�yS!�w��� o*��F~Ϗ�
-�'�yS!�w��� o*��N�x�M�x^�w<?�*��N�x�M�x��σ���;y�y�7�y%���,?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț:��ν�yP�y�����>��;y�y�7u���σ�#�y'N<�B<��;���u��{��.&��N�x�M�x��σ��s<�܉�gu3!�w����n*��N�x�M��y�^�<��	�R�x~vT��<�<ț
-�'�yS!�w��� o*��J���Y~P!�w��� o*��N�x�M�x��σ���+���g�A�x��σ���;y�y�7�y'O<�B<o�W��(?��;y�y�7�y'O<�B<���A�T��|����B<���A�T��<�<ț
-�'�yS!�W����
-�'�yS!�w��� o*��c���y�Њ�?�C<?����oVx�E���u,���K=�/��_�����������_~�~��g��F����+��@__޾�����z��N��/=$՟\hJ�A�TH��<I5ț
-I��'�yS!�V�T��
-I��'�yS!�v�$� o*$�N���M��Z�wR=�*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR
�BR��I�A�TH��|'ճ��BR��I�A�TH��<I5ț
+�N���7v�<� o*�8yv@�T�-P�[0��[��k����n��
+�N���7u�-P����f�n�Sg���M��'�nț:�8��-�u1a�@��n��>��[���-�yS���^��.&�8uv��T�-P�[0��[��k���ń���n��
+�N���7v�|���
+�N���7v�<� o*�8yv@�T�-P�[0�*�8yv@�T�-p������[���-�ySa�@��n�,?��[���-�ySa��ɳ[���n��g���M��%߻����n��g���M��'�nț
+�N���7v�|���
+�N���7v�<� o*�8yv@�T�-0�݂Q~Ra��ɳ[���n��g���M��'�nț
+�J�wf�A��'�nț
+�N���7v�<� o*�(��-��v�<� o*�8yv@�T�-p������[��{�`�T�-p������[���-�yS���^��.&�(��-��v�<� o�[��o� ~O��'�n��
+�J�wf�A�w�{�����[���-�wSa��ɳ[��λʝ݂Y�L�-p������[���-�yS���^��.&�(��-��v�<� o*�8yv@�T�-p������[��{�`�T�-p������[���-�ySa��ɳ[���n���݂Y~Pa��ɳ[���n��g���M��'�nț
+�F~�[0�O*�8yv@�T�-p������[���-�ySa�@��n�,?��[���-�ySa��ɳ[���n��g���M��%߻����n��g���M��'�nț
+�Caow���n��m�a�`��c���v^?^���݂uYv�v��_���~�����~��w?���_�vFۗ�����
+W��y^���zk� ��x˩��x��?����wS��w��� o�X�;�[=��D��x����B=���A�T��<�<ț
+�����yS��W�]���
+�����yS��w��� o*��N�z�M�z^�w=?�*��N�z�M�z��Sσ��P�;y�y�7�y%���,?�P�;y�y�7�y'O=�B=���A�T��|����B=���A�T��<�<ț
+�����yS��W�]���
+�����yS��w��� o*��N�z�M�z^�w=?�*��N�z�M�z��Sσ��P�;y�y�7�y%���,?�P�;y�y�7�y'O=�B=���A�T������'�y'O=�B=���A�T��<�<ț
+����z~�Թ�w�Uσ��P�;u�yp7�y'O=����r����̈́zީSσ��P�;y�y�7u��{��.&��J����}P��w��� o�\�;���A]L��:�<��
+����z~�Թ�w�Uσ��P�;u�yp7�y'O=�B=�仞���y'O=�B=���A�T��<�<ț
+����z~�T��<�<ț
+�����yS��w��� o*��J���Y~P��w��� o*��N�z�M�z��Sσ��P�+���g�A�z��Sσ��P�;y�y�7�y'O=�B=�仞���y'O=�B=���A�T��<�<ț
+���_����B=���A�T��<�<ț
+�����yS��W�]���
+�����yS��w��� o*��N�z�M�z^�w=?�*��N�z�M�z��Sσ��P�;y�y�7�y%���,?�P�;y�y�7�y'O=����s�z�ńz^�w=?�*��N�z�M�y�~��A������uS��W�]���:��ν�yP�y�N=�B=���A�Թ�W��󳺙P�;u�yp7�y'O=����s�z�ńz^�w=?�*��N�z�M�z��Sσ��P�;y�y�7�y%���,?�P�;y�y�7�y'O=�B=���A�T��|����B=���A�T��<�<ț
+�����yS��7�z~��T��<�<ț
+�����yS��w��� o*��J���Y~P��w��� o*��N�z�M�z��Sσ��P�+���g�A�z��Sσ��P�;y�y�7����v�<�Ъ���C=?���_�_~�y�����uY��/o������?����_~�?��~����og�{�����7�W��<_������z��T_���TpCSR
�BR��I�A�TH��<I5ț
+I���z�TH��<I5ț
+I��'�yS!�v�$� o*$�J���Y~P!�v�$� o*$�N���M���ɓT����T+�N�g�A���ɓT����T;y�j�7�j'OR
�BR��;����j'OR
�BR��I�A�TH��<I5ț
+I���z�TH��<I5ț
+I��'�yS!�v�$� o*$�J���Y~P!�v�$� o*$�N���M���ɓT����T+�N�g�A���ɓT����T;y�j�7�j'OR
�BRm�WI�(?��T;y�j�7�j'OR
�BR��I�A�TH��|'ճ���I�s���ń�ک�T����T;y�j�7uN��;I��n&$�N���M���ɓT���sR��+�u1!�V�T��
+I��'�yS�ڹWR
�bBR��I���TH��|'ճ���I�s���ń�ک�T����T;y�j�7�j%�I�,?��T;y�j�7�j'OR
�BR��I�A�TH��|'ճ��BR��I�A�TH��<I5ț
 I��'�yS!�V�T��
 I��'�yS!�v�$� o*$�N���M��Z�wR=�*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR
�BR��I�A�TH���*��'�j'OR
�BR��I�A�TH��<I5ț
-I���z��9�v�T����T;u�jp7�j'OR
��I�r'���̈́�ک�T����T;y�j�7uN��{%ՠ.&$�J����}P!�v�$� o�T;�J�A]LH��:I5��
-I���z��9�v�T����T;u�jp7�j'OR
�BR��;����j'OR
�BR��I�A�TH��<I5ț
 I���z�TH��<I5ț
-I��'�yS!�v�$� o*$�J���Y~P!�v�$� o*$�N���M���ɓT����T+�N�g�A���ɓT����T;y�j�7�j'OR
�BR��;����j'OR
�BR��I�A�TH��<I5ț
+I��'�yS!�v�$� o*$�J���Y~P!�v�$� o*$�N���M���ɓT����T+�N�g�A���ɓT����T;y�j�7uN��{%ՠ.&$�J����}P!�v�$� o�T;�[R
��DH��8I5��
+I���z��9�v�T����T;u�jp7�j'OR
��I�r'���̈́�ک�T����T;y�j�7uN��{%ՠ.&$�J����}P!�v�$� o*$�N���M���ɓT����T+�N�g�A���ɓT����T;y�j�7�j'OR
�BR��;����j'OR
�BR��I�A�TH��<I5ț
 I��_%գ��BR��I�A�TH��<I5ț
 I��'�yS!�V�T��
-I��'�yS!�v�$� o*$�N���M��Z�wR=�*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR
��I�s���ń�Z�wR=�*$�N���M�j��$� �H��ډ�T����T+�N�g�A��j�^I5��	I�S'�wS!�v�$� o�T+w��Y�LH��:I5��
-I��'�yS�ڹWR
�bBR��;����j'OR
�BR��I�A�TH��<I5ț
-I���z�TH��<I5ț
-I��'�yS!�v�$� o*$�J���Y~P!�v�$� o*$�N���M���ɓT����T�UR=�O*$�N���M���ɓT����T;y�j�7�j%�I�,?��T;y�j�7�j'OR
�BR��I�A�TH��|'ճ��BR��I�A�TH��<I5ț
-I�X���.�����T7��I�����=%��X���KR�����_���?��������~�T��׻o￲^��Jw���.��y��e�w�r��]��n*�����.r�7u|�S_�E�Dx��p~VT�<�<ț
-ἓ'�yS!�w�� o*��J���Y~P!�w�� o*��N�p�M�p��΃���+��g�A�p��΃���;y�y�7�y'O8�B8��;����y'O8�B8��	�A�T�<�<ț
-ἒ�p~�T�<�<ț
-ἓ'�yS!�w�� o*��J���Y~P!�w�� o*��N�p�M�p��΃���+��g�A�p��΃���;y�y�7�y'O8�B8��;����y'O8�B8��	�A�T�<�<ț
-ἑ_����B8��	�A�T�<�<ț
-ἓ'�yS!�W����:��ν�yP�y�N8�B8��	�A��9�W�󳺙�;u�yp7�y'O8���s�p�ńp^�w8?�*��N�p�M��y�^�<��	�S'�wS!�W����:��ν�yP�y�N8�B8��	�A�T�|����B8��	�A�T�<�<ț
-ἓ'�yS!�W����
-ἓ'�yS!�w�� o*��N�p�M�p^�w8?�*��N�p�M�p��΃���;y�y�7�y%���,?��;y�y�7�y'O8�B8��	�A�T�|����B8��	�A�T�<�<ț
-ἓ'�yS!�7�p~��T�<�<ț
-ἓ'�yS!�w�� o*��J���Y~P!�w�� o*��N�p�M�p��΃���+��g�A�p��΃���;y�y�7�y'O8�B8��;����y'O8�B8��	�A��9�w�΃���+��g�A�p��΃��c8�ԗp���;q�yP7�y%���,?�s8��+�u1!�w���n*��N�p�M��y�N8?��	�S'�wS!�w�� o��;�
-�A]L�z����B8��	�A�T�<�<ț
-ἓ'�yS!�W����
-ἓ'�yS!�w�� o*��N�p�M�p^�w8?�*��N�p�M�p��΃���;y�y�7�y#�
-�G�I�p��΃���;y�y�7�y'O8�B8��;����y'O8�B8��	�A�T�<�<ț
-ἒ�p~�T�<�<ț
-ἓ'�yS!�jo�ÅV8�!N�z;�n��7E�޿������ߞ�~��������חϯ�����l��h���_��O?���_���/?���������\_����w�����א�{�{x���c�{w^���������D}9��~�#�_���~}t��I�!�{y��0��~�ża~�d�_��r�M�!�h�_�3��FySo�\��;������Y��wSa!�ɳ�N}Y���G",D(�^���"�< o*,D8y"@�TX�p�,D������{!b�TX�p�,D������Y��ySa!�ɳ��B��Y~Pa!�ɳ��B��g!�M��'�Bț
-J�"f�A��'�Bț
-N���7"�< o*,D(�^���"�< o*,D8y"@�TX�p�,D������{!b�TX�p�,D������Y��ySa!�ɳ��B��Y~Pa!�ɳ��B��g!�M��'�Bț
-J�"f�A��'�Bț
-N���7"�< o*,D��B�(?����Y��ySa!�ɳ��B��g!�M��%�����ν"@]LX�p�,D������Y��yS���BĬn&,D8u"��TX�p�,D����B�s��P"�z/D��
-N���7u^�p��b�B�Sg!�M��%�����ν"@]LX�p�,D������Y��ySa!B��B�,?����Y��ySa!�ɳ��B��g!�M��%�����B��g!�M��'�Bț
-N���7"�|/D��
-N���7"�< o*,D8y"@�TX�P�1�*,D8y"@�TX�p�,D������Y��ySa!B��B�,?����Y��ySa!�ɳ��B��g!�M��#�Z��'"�< o*,D8y"@�TX�p�,D������{!b�TX�p�,D������Y��ySa!�ɳ��B��Y~Pa!�ɳ��B��g!�M��'�Bț
-J�"f�A��'�Bț
-N���7u^�p��b�B�R�}Pa!�ɳ�N}Y���G",D8q"@�TX�P�1����k!�ń���B��
-N���7u^�P�,D��f�B�Sg!�M��'�Bț:/D8�Z��u1a!B��B��>����Y��ySa!�ɳ��B��g!�M��%�����B��g!�M��'�Bț
-N���7"�|/D��
-N���7"�< o*,D8y"@�TX�0򫅈Q~Ra!�ɳ��B��g!�M��'�Bț
-J�"f�A��'�Bț
-N���7"�< o*,D(�^���"�< o*,D8y"@�TX�V
�B\h-D|�a"�����׻��������쯟/.�{��{�������ӗ���?�=X�rlmD�_V"��/?���O?����������������~�۟~�Z�8���K1tu�O�#��>�x�W���3���!��BS8�*d�N��M��ɓ����:y2@�72@%��,?��:y2@�72@'O�B����A�T���|g����B����A�T���< ț
-��'yS!T���
-��'yS!t�d� o*d�N��M�P�w8�*d�N��M��ɓ����:y2@�72@#���G�I��ɓ����:y2@�72@'O�B��;��u���{e��.&d�N��M��ɓ���s����gu3!t�d��n*d�N��M�3@�^ ��	�R�pvT���< ț:g�ν2@P2@�N�B��;��u���{e��.&d�N��M��ɓ����*���g�A��ɓ����:y2@�72@'O�B��;��2@'O�B����A�T���< ț
-���p�T���< ț
-��'yS!t�d� o*d�J�3�Y~P!t�d� o*d�N��M��ɓ����*���g�A��ɓ����:y2@�72@'O�Bh�W�(?��:y2@�72@'O�B����A�T���|g����B����A�T���< ț
-��'yS!T���
-��'yS!t�d� o*d�N��M�P�w8�*d�N��M��ɓ���s��+u1!T���
-��'yS�Щ/ �?!t�d��n*d�J�3�Y~P�йW�bB������T���< ț:g�ʝpV72@�N�B����A��9t�����*���g�A��ɓ����:y2@�72@'O�B��;��2@'O�B����A�T���< ț
-���p�T���< ț
-��'yS!t�d� o*d�F~���
-��'yS!t�d� o*d�N��M�P�w8�*d�N��M��ɓ����:y2@�72@%��,?��:y2@�72@'O�B8$j6���Cj7d�Í��	2����Q�`��p�,��~���O�������������߾���r�w���~{�K��_^89�<�>���'?����I�7u~ᤓ煓 ?��'�|�p��M�_8)�녓$o���I)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��4��'u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�/�)��9��R�JSr7u.M�|��$o�X�:�*MA�̹4��U����si*�4%yS��T�/�)��9��N���u.M�|��$o�X�J��4%u1��T�WiJ�Υ���4�AKS龔��.�\�J�*M��Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��J�K�Y~R��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Թ4��U����si��)MA~P��T�WiJ�Υ���Ҕ�M�KS)_�)ɛ:��N���u.M�|��$o�\�J�*MI�Ա4��KiJ�bΥ�S�4�A�KS)_�)ɛ:��R��4%�G�\�J�*MI�Թ4u� ?�ci*ݗҔ�ŜKS�^�)��:��R�JS�7u,M�{���n�\�J�*M��Թ4��U����ci*ݗҔ�ŜKS�Ni
-�:��R�JS�7u.M�|��$o�\�J�*MI�Թ4u� ?�si*�4%yS��T�WiJ�Υ���Ҕ�M�KS'Oi
-�:��R�JS�7u.M�|��$o�\�J�*MI�Թ4U�]���:��R�JS�7u.M�|��$o�\�J�*MI�Թ4u� ?�si*�4%yS��T�WiJ�Υ���Ҕ�M�KS'Oi
-�:��R�JS�7u.M�|��$o�\��M�*M�B�sk�ۥ�t�������޿~Y3��O�wO������)~yz��^����L�'�����?&5��?_B���w��O�/��ۧ��������ovW9�9����HOw90���r��_f(>��T��
-倓��yS�p� o*�N�r��M�r�ȯʁQ~R�p� o*�N�r��M�r��S���P(�.f�A���^����	�S��wS�p� o�\(wʁY�L(�:����
-倓��yS�r��W9��bB9�Ի���'O9����s�r��ńr��S���P(�.f�A���^����	�S��wS�p� o*�J�ˁY~P�p� o*�N�r��M�r��S���P(�.f�A�r��S���P8y��7�'O9��B9�����'O9��B9��)@�T(�<��ț
-倒�r`�T(�<��ț
-倓��yS�p� o*�J�ˁY~P�p� o*�N�r��M�r��S���P�U90�O*�N�r��M�r��S���P8y��7�%���,?�P8y��7�'O9��B9��)@�T(�|����B9��)@�T(�<��ț
-倓��yS�P�]��
-倓��yS�p� o�\8�*@]L(�z����B9��)@�Աp�K9��D(�8����
-倒�r`�Թp�U���P8u�p7�'O9����r���̈́r��S���P8y��7u.�{��.&�J�ˁ�}P�p� o*�N�r��M�r��S���P(�.f�A�r��S���P8y��7�'O9��B9�����'O9��B9��)@�T(�<��ț
-們_����B9��)@�T(�<��ț
-倓��yS�P�]��
-倓��yS�p� o*�N�r��M�r@�w90�*�N�r��M�r��S���P?�n���*>�|�P7:ʁ�P�}9����7(֩]�wT��_~�a�?�������S*����Z�?te>S��ߞ��J��s���W�\�~xu�'�^��«s�<��yS��9J�_�3�*�:�����7^���yuț
-��q�:�M�W�(�~u�,?���'ϫs@�Txu����9 o*�:�����7^�����9���«s�<��yS��9N�W瀼���'O��B���;���8'O��B���	�@�T��<ț
-��_p���B���	�@�T��<ț
-��'�yS!�S����:pν8P8�N��B���	�@��9�S�p����9u8p78'O����s���ń�N�w�7�*pN���M�8�^��	�S'�wS!�S����:pν8P8�N��B���	�@�T��|p���B���	�@�T��<ț
-��'�yS!�S����
-��'�yS!�s�p o*pN���M��N�w�7�*pN���M���������9y8�78%��,?��9y8�78'O��B���	�@�T��|p���B���	�@�T��<ț
-��'�yS!�3��n��T��<ț
-��'�yS!�s�p o*pJ��Y~P!�s�p o*pN���M���������)��f�A���������9y8�78'O��B���;���8'O��B���	�@��9�s������)��f�A��������c��ԗ����9q8P78%��,?�s���+�u1!�s�p�n*pN���M�8�N�7��	�S'�wS!�s�p o��9�
-�@]L��zp���B���	�@�T��<ț
-��'�yS!�S����
-��'�yS!�s�p o*pN���M��N�w�7�*pN���M���������9y8�78#�
-�F�I���������9y8�78'O��B���;���8'O��B���	�@�T��<ț
-����n�T��<ț
-��'�yS!�B-���V��!3{��
7�ͯ��������Ln�֩�=^�����o���}��a������wz�{z���~���///x��p���ԟ^�>��Ʌ>�_N���7����/_��Q�u����|U�N���M���������:yZC�7ZC%߭�,?��:yZC�7ZC'Ok�Bk��i
A�Th
�|�����Bk��i
A�Th
�<�!ț
-����5yS�5T����
-����5yS�5t� o*��N���M��P�wk8�*��N���M���������:yZC�7ZC#�j
G�I���������:yZC�7ZC'Ok�Bk��5��un
�{���.&��N���M��������sk��i
gu3�5t괆�n*��N���M�[C�^�!��	��R��pvTh
�<�!ț:��νZCPZC�Nk�Bk��5��un
�{���.&��N���M���������*�n
g�A���������:yZC�7ZC'Ok�Bk��5��ZC'Ok�Bk��i
A�Th
�<�!ț
-�����p�Th
�<�!ț
-����5yS�5t� o*��J�[�Y~P�5t� o*��N���M���������*�n
g�A���������:yZC�7ZC'Ok�Bkh�W��(?��:yZC�7ZC'Ok�Bk��i
A�Th
�|�����Bk��i
A�Th
�<�!ț
-����5yS�5T����
-����5yS�5t� o*��N���M��P�wk8�*��N���M��������sk�ܫ5u1�5T����
-����5yS��Щ/�!�?�5tⴆ�n*��J�[�Y~P��йWk�bBk��i
��Th
�<�!ț:��ʝ�pV7ZC�Nk�Bk��i
A�Թ5t������*�n
g�A���������:yZC�7ZC'Ok�Bk��5��ZC'Ok�Bk��i
A�Th
�<�!ț
-�����p�Th
�<�!ț
-����5yS�5t� o*��F~���
-����5yS�5t� o*��N���M��P�wk8�*��N���M���������:yZC�7ZC%߭�,?��:yZC�7ZC'Ok�Bk8�q�5����C�7��Í~sk������{h
ש�>]Z���O?������޿�v%;�������=>��������9���珩?��=���^���4ʛz�s�������%_�I~Po�ᄒ>?[��4ʛzC�BP'O^
-�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț
-y��'/yS!/U���
-y��'/yS!/u�� o*�N���M��T�w^:�*�N���M���ɓ������:y�R�7�R%�y�,?���:y�R�7�R'O^
-�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț
-y��'/yS!/5�t��T�K�<y)ț
-y��'/yS!/u�� o*�J���Y~P�ԹW^
-�bB^���K��T�K�<y)ț:�ʝ�tV7�R�N^
-�B^���KA��9/u�����*��Kg�A���ɓ����s^��+/u1!/u���n*�J���Y~P�ԹW^
-�bB^���K��T�K�<y)ț
-y���t�T�K�<y)ț
-y��'/yS!/u�� o*�J���Y~P!/u�� o*�N���M���ɓ������*��Kg�A���ɓ������:y�R�7�R'O^
-�B^��;/���R'O^
-�B^���KA�T�K�<y)ț
-y���t�T�K�<y)ț
-y��'/yS!/u�� o*�F~����
-y��'/yS!/u�� o*�N���M��T�w^:�*�N���M���ɓ������:y�R�7�R%�y�,?���:y�R�7�R'O^
-�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț:�ν�RP�R��y��>���:y�R�7u�K������#�R'N^
-�B^��;/��u�K�{奠.&�N���M���ɓ����s^���Kgu3!/u���n*�N���M��R�^y)��	y�R�tvT�K�<y)ț
-y��'/yS!/u�� o*�J���Y~P!/u�� o*�N���M���ɓ������*��Kg�A���ɓ������:y�R�7�R'O^
-�B^j�Wy�(?���:y�R�7�R'O^
-�B^���KA�T�K�|祳��B^���KA�T�K�<y)ț
-y��'/yS!/U���
-y��'/yS!/u�� o*�c��R���K?D�/����FG^����ǻ�oo_T�y�:��ү���������/���?Pc�e=������,��=���.��K����C��Ʌ��M���S`���P`9y
-,�7
-,%��,?�P`9y
-,�7
-,'O��B���)�@�T(��|X���B���)�@�T(��<ț
-����yS��R�]`��
-����yS��r�X o*XN��M��ȯ
-�Q~R��r�X o*XN��M���S`���P`)�.�f�A�,�^��	�S��wS��r�X o�\`)w
-�Y�L(��:��
-����yS�˹W��bB��Ի���
-,'O����s��ń˩S`���P`)�.�f�A�,�^��	�S��wS��r�X o*XJ��Y~P��r�X o*XN��M���S`���P`)�.�f�A���S`���P`9y
-,�7
-,'O��B������
-,'O��B���)�@�T(��<ț
-���k�T(��<ț
-����yS��r�X o*XJ��Y~P��r�X o*XN��M���S`���P`�U�5�O*XN��M���S`���P`9y
-,�7
-,%��,?�P`9y
-,�7
-,'O��B���)�@�T(��|X���B���)�@�T(��<ț
-����yS��R�]`��
-����yS��r�X o�\`9�*�@]L(��zX���B���)�@�Ա�r�K��D(��8��
-���k�Թ�r�U`���P`9u
-,p7
-,'O����r����̈́˩S`���P`9y
-,�7u.��{X�.&XJ���}P��r�X o*XN��M���S`���P`)�.�f�A���S`���P`9y
-,�7
-,'O��B������
-,'O��B���)�@�T(��<ț
-��_X���B���)�@�T(��<ț
-����yS��R�]`��
-����yS��r�X o*XN��M�K�w�5�*XN��M���S`���P`
Ő-��B����9��.����M�ǧ_��^������ӯ���Ƿ��?��:�S���K}����������?��ӟ>�������_���r>���/O7��;���^4�>����������)}r�O��(o�
�����닕_N���7�w�ߞ��r�M�\����<|��}�&�A�!�t��ǾN���7�o�Η{���i�7����������~�����������>�u����������>�u�M�!�{x���Q]��O��~���n���ϗ�����;aF�� ?�7�o����:��è.�
��'��k��r�M�!�h�_�3��FyS?�߿}4�Q�ܗän�
�����FwSoȟ��_��g�N���7�w����z���k޾�{�b�:M�zC���<���N���7�o����o�9��4ʛzC���<=��~9���x�ۧ��h�:M�zC���<<�ǾN���7���N�7������q'ϛ�A�Tx��7���
-ow�y�M�7�;y�<�›ǝ<oyS���J��<>�*�y����q�7�<��y�8ț
-ow�y�M�7�+�޽��vo�<�7 o*��8yvo@�Tؽq��ހ���{��{�f�Tؽq��ހ���{��ٽySa��ɳ{���ݛY~Pa��ɳ{��g��M��'��
ț
-�7J�wof�A��'��
ț
-�7N���7vo�<�7 o*������(?��{��ٽySa��ɳ{��g��M��%߻7���λ7νvo@]Lؽq��ހ���{��ٽyS�����ͬn&��8uvo��Tؽq��ހ����s��Pvo�z����
-�7N���7u޽q�{�b��Sg��M��%߻7���λ7νvo@]Lؽq��ހ���{��ٽySa�F����,?��{��ٽySa��ɳ{��g��M��%߻7����g��M��'��
ț
-�7N���7vo�|����
-�7N���7vo�<�7 o*��8yvo@�TؽQ�{3�*��8yvo@�Tؽq��ހ���{��ٽySa�F����,?��{��ٽySa��ɳ{��g��M��#�ڽ�'vo�<�7 o*��8yvo@�Tؽq��ހ���{��{�f�Tؽq��ހ���{��ٽySa��ɳ{���ݛY~Pa��ɳ{��g��M��'��
ț
-�7J�wof�A��'��
ț
-�7N���7u޽q�{�b��R�ݛ�}Pa��ɳ{򦎻7N}ٽ�G"��8qvo@�TؽQ�{3��{��k��ń����
��
-�7N���7u޽Q�����f��Sg��M��'��
ț:��8�ڽu1a�F�����>��{��ٽySa��ɳ{��g��M��%߻7����g��M��'��
ț
-�7N���7vo�|����
-�7N���7vo�<�7 o*��8yvo@�Tؽ1�ݛQ~Ra��ɳ{��g��M��'��
ț
-�7J�wof�A��'��
ț
-�7N���7vo�<�7 o*��(�޽��vo�<�7 o*��8yvo@�Tؽ7[��
\h��|X�vo���ݛ�_x^�}}�ݛu�����e�������~9�n��n���^��g����˭����7¯
>^0�>��܄�z������:��4��
��ݷ��W+��FySoȟ���Z��4ʛzC���|yҏ�r�M�\�|����>�u���������듕_N���7��w�/�����(o�
�����~��(o�u�5��{Tk�T�r�j���0����ySaT��3��¨���Q�Y~PaT��3��¨��gT�M�G��{�j���0���{TkvT�r�j����s�Q-PF��:�Z�n*�j�ը�(?��s�Q-PF��:�Z�n*�j9yF�@��yTK�3�5��	�ZN�Q-p7F��<�Z o�8��ԗQ-$¨��Q�Y}PaT��3��¨��gT�M�Q-'Ϩț
-�ZJ�G�f�A�Q-'Ϩț
-�ZN�Q-�7F��<�Z o*�j)�՚�F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����ySaT��3��¨���Q�Y~PaT��3��¨��gT�M�Q-'Ϩț
-�ZJ�G�f�A�Q-'Ϩț
-�ZN�Q-�7F��<�Z o*�j)�՚�F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����ySaT��3��¨��_�j��
-�ZN�Q-�7F��<�Z o*�j9yF�@�T�R�=�5��<���kT�ńQ-�Ψ��
-�ZN�Q-�7u�R�j��f¨�SgT�M�Q-'Ϩț:�j9��u1aTK�����>�0����yS�Q-�^�Z�.&�j9uF���T�R�=�5��<���kT�ńQ-�Ψ��
-�ZN�Q-�7F��|�j��
-�ZN�Q-�7F��<�Z o*�j9yF�@�T�R�=�5�*�j9yF�@�T�r�j���0����ySaTK����,?�0����ySaT��3��¨��gT�M�Q-%ߣZ���¨��gT�M�Q-'Ϩț
-�ZN�Q-�7F��|�j��
-�ZN�Q-�7F��<�Z o*�j9yF�@�T�2�Q�Q~RaT��3��¨��gT�M�Q-'Ϩț
-�ZJ�G�f�A�Q-'Ϩț
-�ZN�Q-�7F��<�Z o*�j)�՚�F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����yS�Q-�^�Z�.&�j)�՚�F��<�Z o�8��ԗQ-$¨�gT�M�Q-%ߣZ���ΣZνF�@]L�r�j���0����yS�Q-�Ψ֬n&�j9uF���T�r�j����s�Q-PF��z�j��
-�ZN�Q-�7F��<�Z o*�j9yF�@�T�R�=�5�*�j9yF�@�T�r�j���0����ySaTK����,?�0����ySaT��3��¨��gT�M�Q-#���'F��<�Z o*�j9yF�@�T�r�j���0���{Tk�T�r�j���0����ySaT��3��¨���Q�Y~PaT��3��¨��gT�M�Q�qʍj��֨և�aTk��۟���L��Y��C/��>=�r�����!w����r��??^]����^����:�~���ߛ���-���p.Fendstream
+I��'�yS!�v�$� o*$�N���M��Z�wR=�*$�N���M���ɓT����T��K��VR}}C��n'��]�x�|O�z �����痯^�|�����!w/�O_sc���n���������z��������-�����3endstream
 endobj
-1425 0 obj <<
+1445 0 obj <<
 /Type /Page
-/Contents 1426 0 R
-/Resources 1424 0 R
+/Contents 1446 0 R
+/Resources 1444 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1271 0 R
-/Annots [ 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R ]
+/Parent 1291 0 R
+/Annots [ 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R ]
 >> endobj
-1428 0 obj <<
+1448 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [94.6451 705.1906 235.2761 716.0945]
+/Subtype /Link
+/A << /S /GoTo /D (os-specific) >>
+>> endobj
+1449 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.0237 705.1906 538.9788 716.0945]
+/Subtype /Link
+/A << /S /GoTo /D (os-specific) >>
+>> endobj
+1450 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [118.5554 694.2965 224.7763 703.1431]
+/Subtype /Link
+/A << /S /GoTo /D (os-win32) >>
+>> endobj
+1451 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.0237 694.2965 538.9788 703.1431]
+/Subtype /Link
+/A << /S /GoTo /D (os-win32) >>
+>> endobj
+1452 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 707.1283 222.0968 716.0945]
+/Rect [142.4658 681.345 222.0968 690.1917]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl) >>
 >> endobj
-1429 0 obj <<
+1453 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 707.1283 538.9788 716.0945]
+/Rect [527.0237 681.345 538.9788 690.1917]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl) >>
 >> endobj
-1430 0 obj <<
+1454 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 694.1769 271.9096 703.1431]
+/Rect [142.4658 668.3936 271.9096 677.2402]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl-modules) >>
 >> endobj
-1431 0 obj <<
+1455 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 694.1769 538.9788 703.1431]
+/Rect [527.0237 668.3936 538.9788 677.2402]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl-modules) >>
 >> endobj
-1432 0 obj <<
+1456 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 679.2877 335.8098 690.1917]
+/Rect [142.4658 653.3849 335.8098 664.2888]
 /Subtype /Link
 /A << /S /GoTo /D (win32-code-changes) >>
 >> endobj
-1433 0 obj <<
+1457 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 679.2877 538.9788 690.1917]
+/Rect [527.0237 653.3849 538.9788 664.2888]
 /Subtype /Link
 /A << /S /GoTo /D (win32-code-changes) >>
 >> endobj
-1434 0 obj <<
+1458 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 666.3363 266.7589 677.2402]
+/Rect [142.4658 640.4334 266.7589 651.3374]
 /Subtype /Link
 /A << /S /GoTo /D (win32-http) >>
 >> endobj
-1435 0 obj <<
+1459 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 666.3363 538.9788 677.2402]
+/Rect [527.0237 640.4334 538.9788 651.3374]
 /Subtype /Link
 /A << /S /GoTo /D (win32-http) >>
 >> endobj
-1436 0 obj <<
+1460 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 653.3849 235.7852 664.2888]
+/Rect [142.4658 627.482 235.7852 638.3859]
 /Subtype /Link
 /A << /S /GoTo /D (win32-email) >>
 >> endobj
-1437 0 obj <<
+1461 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 653.3849 538.9788 664.2888]
+/Rect [527.0237 627.482 538.9788 638.3859]
 /Subtype /Link
 /A << /S /GoTo /D (win32-email) >>
 >> endobj
-1438 0 obj <<
+1462 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 642.4907 188.0644 651.3374]
+/Rect [118.5554 616.5879 188.0644 625.4345]
 /Subtype /Link
 /A << /S /GoTo /D (os-macosx) >>
 >> endobj
-1439 0 obj <<
+1463 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 642.4907 538.9788 651.3374]
+/Rect [527.0237 616.5879 538.9788 625.4345]
 /Subtype /Link
 /A << /S /GoTo /D (os-macosx) >>
 >> endobj
-1440 0 obj <<
+1464 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 629.5393 214.4752 638.3859]
+/Rect [142.4658 603.6364 214.4752 612.4831]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-sendmail) >>
 >> endobj
-1441 0 obj <<
+1465 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 629.5393 538.9788 638.3859]
+/Rect [527.0237 603.6364 538.9788 612.4831]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-sendmail) >>
 >> endobj
-1442 0 obj <<
+1466 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 616.5879 336.4965 625.4345]
+/Rect [142.4658 590.685 336.4965 599.5316]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-libraries) >>
 >> endobj
-1443 0 obj <<
+1467 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 616.5879 538.9788 625.4345]
+/Rect [527.0237 590.685 538.9788 599.5316]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-libraries) >>
 >> endobj
-1444 0 obj <<
+1468 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 603.6364 223.5807 612.4831]
+/Rect [118.5554 577.7336 223.5807 586.5802]
 /Subtype /Link
 /A << /S /GoTo /D (os-linux) >>
 >> endobj
-1445 0 obj <<
+1469 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 603.6364 538.9788 612.4831]
+/Rect [527.0237 577.7336 538.9788 586.5802]
 /Subtype /Link
 /A << /S /GoTo /D (os-linux) >>
 >> endobj
-1446 0 obj <<
+1470 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 589.0013 255.4605 599.5316]
+/Rect [94.6451 563.0984 255.4605 573.6288]
 /Subtype /Link
 /A << /S /GoTo /D (nonroot) >>
 >> endobj
-1447 0 obj <<
+1471 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 589.0013 538.9788 599.5316]
+/Rect [527.0237 563.0984 538.9788 573.6288]
 /Subtype /Link
 /A << /S /GoTo /D (nonroot) >>
 >> endobj
-1448 0 obj <<
+1472 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 577.7336 194.7094 586.5802]
+/Rect [118.5554 551.8307 194.7094 560.6774]
 /Subtype /Link
-/A << /S /GoTo /D (871) >>
+/A << /S /GoTo /D (891) >>
 >> endobj
-1449 0 obj <<
+1473 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 577.7336 538.9788 586.5802]
+/Rect [527.0237 551.8307 538.9788 560.6774]
 /Subtype /Link
-/A << /S /GoTo /D (871) >>
+/A << /S /GoTo /D (891) >>
 >> endobj
-1450 0 obj <<
+1474 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 562.7248 178.1119 573.6288]
+/Rect [118.5554 536.822 178.1119 547.7259]
 /Subtype /Link
-/A << /S /GoTo /D (875) >>
+/A << /S /GoTo /D (895) >>
 >> endobj
-1451 0 obj <<
+1475 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 562.7248 538.9788 573.6288]
+/Rect [527.0237 536.822 538.9788 547.7259]
 /Subtype /Link
-/A << /S /GoTo /D (875) >>
+/A << /S /GoTo /D (895) >>
 >> endobj
-1452 0 obj <<
+1476 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 549.7734 299.4363 560.6774]
+/Rect [142.4658 523.8706 299.4363 534.7745]
 /Subtype /Link
-/A << /S /GoTo /D (883) >>
+/A << /S /GoTo /D (903) >>
 >> endobj
-1453 0 obj <<
+1477 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 549.7734 538.9788 560.6774]
+/Rect [527.0237 523.8706 538.9788 534.7745]
 /Subtype /Link
-/A << /S /GoTo /D (883) >>
+/A << /S /GoTo /D (903) >>
 >> endobj
-1454 0 obj <<
+1478 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 538.8793 161.5041 547.7259]
+/Rect [118.5554 512.9764 161.5041 521.8231]
 /Subtype /Link
-/A << /S /GoTo /D (910) >>
+/A << /S /GoTo /D (930) >>
 >> endobj
-1455 0 obj <<
+1479 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 538.8793 538.9788 547.7259]
+/Rect [527.0237 512.9764 538.9788 521.8231]
 /Subtype /Link
-/A << /S /GoTo /D (910) >>
+/A << /S /GoTo /D (930) >>
 >> endobj
-1456 0 obj <<
+1480 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 525.9278 198.8636 534.7745]
+/Rect [118.5554 500.025 198.8636 508.8716]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules-nonroot) >>
 >> endobj
-1457 0 obj <<
+1481 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 525.9278 538.9788 534.7745]
+/Rect [527.0237 500.025 538.9788 508.8716]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules-nonroot) >>
 >> endobj
-1458 0 obj <<
+1482 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 512.9764 198.7046 521.8231]
+/Rect [118.5554 487.0735 198.7046 495.9202]
 /Subtype /Link
-/A << /S /GoTo /D (932) >>
+/A << /S /GoTo /D (952) >>
 >> endobj
-1459 0 obj <<
+1483 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 512.9764 538.9788 521.8231]
+/Rect [527.0237 487.0735 538.9788 495.9202]
 /Subtype /Link
-/A << /S /GoTo /D (932) >>
+/A << /S /GoTo /D (952) >>
 >> endobj
-1460 0 obj <<
+1484 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 497.9677 297.2047 508.8716]
+/Rect [142.4658 472.0648 297.2047 482.9688]
 /Subtype /Link
-/A << /S /GoTo /D (935) >>
+/A << /S /GoTo /D (955) >>
 >> endobj
-1461 0 obj <<
+1485 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 497.9677 538.9788 508.8716]
+/Rect [527.0237 472.0648 538.9788 482.9688]
 /Subtype /Link
-/A << /S /GoTo /D (935) >>
+/A << /S /GoTo /D (955) >>
 >> endobj
-1462 0 obj <<
+1486 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 485.0163 179.2174 495.9202]
+/Rect [118.5554 459.1134 179.2174 470.0173]
 /Subtype /Link
-/A << /S /GoTo /D (944) >>
+/A << /S /GoTo /D (964) >>
 >> endobj
-1463 0 obj <<
+1487 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 485.0163 538.9788 495.9202]
+/Rect [527.0237 459.1134 538.9788 470.0173]
 /Subtype /Link
-/A << /S /GoTo /D (944) >>
+/A << /S /GoTo /D (964) >>
 >> endobj
-1464 0 obj <<
+1488 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 472.0648 274.7589 482.9688]
+/Rect [142.4658 446.162 274.7589 457.0659]
 /Subtype /Link
 /A << /S /GoTo /D (suexec) >>
 >> endobj
-1465 0 obj <<
+1489 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 472.0648 538.9788 482.9688]
+/Rect [527.0237 446.162 538.9788 457.0659]
 /Subtype /Link
 /A << /S /GoTo /D (suexec) >>
 >> endobj
-1466 0 obj <<
+1490 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.7348 456.8568 181.498 467.7359]
+/Rect [94.6451 433.2105 225.3239 444.1145]
 /Subtype /Link
-/A << /S /GoTo /D (administration) >>
+/A << /S /GoTo /D (upgrade) >>
 >> endobj
-1467 0 obj <<
+1491 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 456.8568 538.9788 467.7359]
+/Rect [527.0237 433.2105 538.9788 444.1145]
 /Subtype /Link
-/A << /S /GoTo /D (administration) >>
+/A << /S /GoTo /D (upgrade) >>
 >> endobj
-1468 0 obj <<
+1492 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 441.3799 205.6777 452.2838]
+/Rect [118.5554 420.2591 227.9049 431.163]
 /Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/A << /S /GoTo /D (upgrade-before) >>
 >> endobj
-1469 0 obj <<
+1493 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 441.3799 538.9788 452.2838]
+/Rect [527.0237 420.2591 538.9788 431.163]
 /Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/A << /S /GoTo /D (upgrade-before) >>
 >> endobj
-1470 0 obj <<
+1494 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 428.4285 216.577 439.3324]
+/Rect [118.5554 407.3077 250.629 418.2116]
 /Subtype /Link
-/A << /S /GoTo /D (param-requiredsettings) >>
+/A << /S /GoTo /D (upgrade-files) >>
 >> endobj
-1471 0 obj <<
+1495 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 428.4285 538.9788 439.3324]
+/Rect [527.0237 407.3077 538.9788 418.2116]
 /Subtype /Link
-/A << /S /GoTo /D (param-requiredsettings) >>
+/A << /S /GoTo /D (upgrade-files) >>
 >> endobj
-1472 0 obj <<
+1496 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 417.4147 238.8728 426.381]
+/Rect [142.4658 394.3562 316.7811 405.2602]
 /Subtype /Link
-/A << /S /GoTo /D (param-admin-policies) >>
+/A << /S /GoTo /D (upgrade-modified) >>
 >> endobj
-1473 0 obj <<
+1497 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 417.4147 538.9788 426.381]
+/Rect [527.0237 394.3562 538.9788 405.2602]
 /Subtype /Link
-/A << /S /GoTo /D (param-admin-policies) >>
+/A << /S /GoTo /D (upgrade-modified) >>
 >> endobj
-1474 0 obj <<
+1498 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 404.4633 225.9716 413.4295]
+/Rect [142.4658 381.4048 265.3942 392.3087]
 /Subtype /Link
-/A << /S /GoTo /D (param-user-authentication) >>
+/A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-1475 0 obj <<
+1499 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 404.4633 538.9788 413.4295]
+/Rect [527.0237 381.4048 538.9788 392.3087]
 /Subtype /Link
-/A << /S /GoTo /D (param-user-authentication) >>
+/A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-1476 0 obj <<
+1500 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 391.5119 195.815 400.4781]
+/Rect [142.4658 368.4534 286.1359 379.3573]
 /Subtype /Link
-/A << /S /GoTo /D (param-attachments) >>
+/A << /S /GoTo /D (upgrade-tarball) >>
 >> endobj
-1477 0 obj <<
+1501 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 391.5119 538.9788 400.4781]
+/Rect [527.0237 368.4534 538.9788 379.3573]
 /Subtype /Link
-/A << /S /GoTo /D (param-attachments) >>
+/A << /S /GoTo /D (upgrade-tarball) >>
 >> endobj
-1478 0 obj <<
+1502 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 376.6227 229.0303 387.5267]
+/Rect [142.4658 355.5019 275.8946 366.4059]
 /Subtype /Link
-/A << /S /GoTo /D (param-bug-change-policies) >>
+/A << /S /GoTo /D (upgrade-patches) >>
 >> endobj
-1479 0 obj <<
+1503 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 376.6227 538.9788 387.5267]
+/Rect [527.0237 355.5019 538.9788 366.4059]
 /Subtype /Link
-/A << /S /GoTo /D (param-bug-change-policies) >>
+/A << /S /GoTo /D (upgrade-patches) >>
 >> endobj
-1480 0 obj <<
+1504 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 363.6713 188.9111 374.5752]
+/Rect [118.5554 342.5505 251.1673 353.4544]
 /Subtype /Link
-/A << /S /GoTo /D (param-bugfields) >>
+/A << /S /GoTo /D (upgrade-completion) >>
 >> endobj
-1481 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 363.6713 538.9788 374.5752]
-/Subtype /Link
-/A << /S /GoTo /D (param-bugfields) >>
->> endobj
-1482 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 350.7199 195.955 361.6238]
-/Subtype /Link
-/A << /S /GoTo /D (param-bugmoving) >>
->> endobj
-1483 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 350.7199 538.9788 361.6238]
-/Subtype /Link
-/A << /S /GoTo /D (param-bugmoving) >>
->> endobj
-1484 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 337.7684 226.3608 348.6724]
-/Subtype /Link
-/A << /S /GoTo /D (param-dependency-graphs) >>
->> endobj
-1485 0 obj <<
+1505 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 337.7684 538.9788 348.6724]
+/Rect [527.0237 342.5505 538.9788 353.4544]
 /Subtype /Link
-/A << /S /GoTo /D (param-dependency-graphs) >>
+/A << /S /GoTo /D (upgrade-completion) >>
 >> endobj
-1486 0 obj <<
+1506 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 324.817 206.6047 335.721]
+/Rect [118.5554 331.6564 310.6729 340.503]
 /Subtype /Link
-/A << /S /GoTo /D (param-group-security) >>
+/A << /S /GoTo /D (upgrade-notifications) >>
 >> endobj
-1487 0 obj <<
+1507 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 324.817 538.9788 335.721]
+/Rect [527.0237 331.6564 538.9788 340.503]
 /Subtype /Link
-/A << /S /GoTo /D (param-group-security) >>
+/A << /S /GoTo /D (upgrade-notifications) >>
 >> endobj
-1488 0 obj <<
+1508 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 313.9229 237.7576 322.7695]
+/Rect [70.7348 314.3911 181.498 325.2702]
 /Subtype /Link
-/A << /S /GoTo /D (bzldap) >>
+/A << /S /GoTo /D (administration) >>
 >> endobj
-1489 0 obj <<
+1509 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 313.9229 538.9788 322.7695]
+/Rect [527.0237 314.3911 538.9788 325.2702]
 /Subtype /Link
-/A << /S /GoTo /D (bzldap) >>
+/A << /S /GoTo /D (administration) >>
 >> endobj
-1490 0 obj <<
+1510 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 300.9714 249.2244 309.8181]
+/Rect [94.6451 298.9142 205.6777 309.8181]
 /Subtype /Link
-/A << /S /GoTo /D (bzradius) >>
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-1491 0 obj <<
+1511 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 300.9714 538.9788 309.8181]
+/Rect [527.0237 298.9142 538.9788 309.8181]
 /Subtype /Link
-/A << /S /GoTo /D (bzradius) >>
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-1492 0 obj <<
+1512 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 288.02 174.2362 296.8667]
+/Rect [118.5554 285.9627 216.577 296.8667]
 /Subtype /Link
-/A << /S /GoTo /D (param-email) >>
+/A << /S /GoTo /D (param-requiredsettings) >>
 >> endobj
-1493 0 obj <<
+1513 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 288.02 538.9788 296.8667]
+/Rect [527.0237 285.9627 538.9788 296.8667]
 /Subtype /Link
-/A << /S /GoTo /D (param-email) >>
+/A << /S /GoTo /D (param-requiredsettings) >>
 >> endobj
-1494 0 obj <<
+1514 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 275.0686 203.3868 283.9152]
+/Rect [118.5554 275.0686 238.8728 283.9152]
 /Subtype /Link
-/A << /S /GoTo /D (param-patchviewer) >>
+/A << /S /GoTo /D (param-admin-policies) >>
 >> endobj
-1495 0 obj <<
+1515 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 275.0686 538.9788 283.9152]
 /Subtype /Link
-/A << /S /GoTo /D (param-patchviewer) >>
+/A << /S /GoTo /D (param-admin-policies) >>
 >> endobj
-1496 0 obj <<
+1516 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 260.0599 211.4763 270.9638]
+/Rect [118.5554 262.1171 225.9716 270.9638]
 /Subtype /Link
-/A << /S /GoTo /D (param-querydefaults) >>
+/A << /S /GoTo /D (param-user-authentication) >>
 >> endobj
-1497 0 obj <<
+1517 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 260.0599 538.9788 270.9638]
+/Rect [527.0237 262.1171 538.9788 270.9638]
 /Subtype /Link
-/A << /S /GoTo /D (param-querydefaults) >>
+/A << /S /GoTo /D (param-user-authentication) >>
 >> endobj
-1498 0 obj <<
+1518 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 249.1657 221.2895 258.0124]
+/Rect [118.5554 249.1657 195.815 258.0124]
 /Subtype /Link
-/A << /S /GoTo /D (param-shadowdatabase) >>
+/A << /S /GoTo /D (param-attachments) >>
 >> endobj
-1499 0 obj <<
+1519 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 249.1657 538.9788 258.0124]
 /Subtype /Link
-/A << /S /GoTo /D (param-shadowdatabase) >>
+/A << /S /GoTo /D (param-attachments) >>
 >> endobj
-1500 0 obj <<
+1520 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 234.157 209.9221 245.0609]
+/Rect [118.5554 234.157 229.0303 245.0609]
 /Subtype /Link
-/A << /S /GoTo /D (admin-usermatching) >>
+/A << /S /GoTo /D (param-bug-change-policies) >>
 >> endobj
-1501 0 obj <<
+1521 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 234.157 538.9788 245.0609]
 /Subtype /Link
-/A << /S /GoTo /D (admin-usermatching) >>
+/A << /S /GoTo /D (param-bug-change-policies) >>
 >> endobj
-1502 0 obj <<
+1522 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 223.2628 195.705 232.1095]
+/Rect [118.5554 221.2056 188.9111 232.1095]
 /Subtype /Link
-/A << /S /GoTo /D (useradmin) >>
+/A << /S /GoTo /D (param-bugfields) >>
 >> endobj
-1503 0 obj <<
+1523 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 223.2628 538.9788 232.1095]
+/Rect [527.0237 221.2056 538.9788 232.1095]
 /Subtype /Link
-/A << /S /GoTo /D (useradmin) >>
+/A << /S /GoTo /D (param-bugfields) >>
 >> endobj
-1504 0 obj <<
+1524 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 208.2541 247.9988 219.1581]
+/Rect [118.5554 208.2541 195.955 219.1581]
 /Subtype /Link
-/A << /S /GoTo /D (defaultuser) >>
+/A << /S /GoTo /D (param-bugmoving) >>
 >> endobj
-1505 0 obj <<
+1525 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 208.2541 538.9788 219.1581]
 /Subtype /Link
-/A << /S /GoTo /D (defaultuser) >>
+/A << /S /GoTo /D (param-bugmoving) >>
 >> endobj
-1506 0 obj <<
+1526 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 195.3027 236.2033 206.2066]
+/Rect [118.5554 195.3027 226.3608 206.2066]
 /Subtype /Link
-/A << /S /GoTo /D (manageusers) >>
+/A << /S /GoTo /D (param-dependency-graphs) >>
 >> endobj
-1507 0 obj <<
+1527 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 195.3027 538.9788 206.2066]
 /Subtype /Link
-/A << /S /GoTo /D (manageusers) >>
+/A << /S /GoTo /D (param-dependency-graphs) >>
 >> endobj
-1508 0 obj <<
+1528 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 182.3513 287.6402 193.2552]
+/Rect [118.5554 182.3513 206.6047 193.2552]
 /Subtype /Link
-/A << /S /GoTo /D (user-account-search) >>
+/A << /S /GoTo /D (param-group-security) >>
 >> endobj
-1509 0 obj <<
+1529 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 182.3513 538.9788 193.2552]
 /Subtype /Link
-/A << /S /GoTo /D (user-account-search) >>
+/A << /S /GoTo /D (param-group-security) >>
 >> endobj
-1510 0 obj <<
+1530 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 169.3998 252.9506 180.3038]
+/Rect [118.5554 171.4571 237.7576 180.3038]
 /Subtype /Link
-/A << /S /GoTo /D (createnewusers) >>
+/A << /S /GoTo /D (bzldap) >>
 >> endobj
-1511 0 obj <<
+1531 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 169.3998 538.9788 180.3038]
+/Rect [527.0237 171.4571 538.9788 180.3038]
 /Subtype /Link
-/A << /S /GoTo /D (createnewusers) >>
+/A << /S /GoTo /D (bzldap) >>
 >> endobj
-1512 0 obj <<
+1532 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 156.4484 244.6319 167.3523]
+/Rect [118.5554 158.5057 249.2244 167.3523]
 /Subtype /Link
-/A << /S /GoTo /D (modifyusers) >>
+/A << /S /GoTo /D (bzradius) >>
 >> endobj
-1513 0 obj <<
+1533 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 156.4484 538.9788 167.3523]
+/Rect [527.0237 158.5057 538.9788 167.3523]
 /Subtype /Link
-/A << /S /GoTo /D (modifyusers) >>
+/A << /S /GoTo /D (bzradius) >>
 >> endobj
-1514 0 obj <<
+1534 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 143.497 236.323 154.4009]
+/Rect [118.5554 145.4346 174.2362 154.4009]
 /Subtype /Link
-/A << /S /GoTo /D (user-account-deletion) >>
+/A << /S /GoTo /D (param-email) >>
 >> endobj
-1515 0 obj <<
+1535 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 143.497 538.9788 154.4009]
+/Rect [527.0237 145.4346 538.9788 154.4009]
 /Subtype /Link
-/A << /S /GoTo /D (user-account-deletion) >>
+/A << /S /GoTo /D (param-email) >>
 >> endobj
-1516 0 obj <<
+1536 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 130.5455 259.5657 141.4495]
+/Rect [118.5554 132.4832 203.3868 141.4495]
 /Subtype /Link
-/A << /S /GoTo /D (impersonatingusers) >>
+/A << /S /GoTo /D (param-patchviewer) >>
 >> endobj
-1517 0 obj <<
+1537 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 130.5455 538.9788 141.4495]
+/Rect [527.0237 132.4832 538.9788 141.4495]
 /Subtype /Link
-/A << /S /GoTo /D (impersonatingusers) >>
+/A << /S /GoTo /D (param-patchviewer) >>
 >> endobj
-1518 0 obj <<
+1538 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 119.6514 172.1932 128.498]
+/Rect [118.5554 117.5941 211.4763 128.498]
 /Subtype /Link
-/A << /S /GoTo /D (classifications) >>
+/A << /S /GoTo /D (param-querydefaults) >>
 >> endobj
-1519 0 obj <<
+1539 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 119.6514 538.9788 128.498]
+/Rect [527.0237 117.5941 538.9788 128.498]
 /Subtype /Link
-/A << /S /GoTo /D (classifications) >>
+/A << /S /GoTo /D (param-querydefaults) >>
 >> endobj
-1520 0 obj <<
+1540 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 106.7 148.9411 115.5466]
+/Rect [118.5554 106.7 221.2895 115.5466]
 /Subtype /Link
-/A << /S /GoTo /D (products) >>
+/A << /S /GoTo /D (param-shadowdatabase) >>
 >> endobj
-1521 0 obj <<
+1541 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 106.7 538.9788 115.5466]
 /Subtype /Link
-/A << /S /GoTo /D (products) >>
+/A << /S /GoTo /D (param-shadowdatabase) >>
 >> endobj
-1427 0 obj <<
-/D [1425 0 R /XYZ 71.731 729.2652 null]
+1447 0 obj <<
+/D [1445 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1424 0 obj <<
-/Font << /F27 1278 0 R /F32 1286 0 R /F33 1378 0 R >>
+1444 0 obj <<
+/Font << /F27 1298 0 R /F32 1306 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1571 0 obj <<
-/Length 54959     
+1591 0 obj <<
+/Length 59702     
 /Filter /FlateDecode
 >>
 stream
-xڔ�M�$W���}
-.I`�/��*#H�RoffA5�),����������c'�=���-�����%23���7�����v���?����z9~����7?-�����z�|��u�7/���χ��|�?�����=����S��cw�n�|��w����v����矏�o���x��/������_~��=�λ������������O���?��x������������_>�������?�E��t�n��7϶?�aw>^��"����_�<��}x�]y��a�\/���4�%u?�.��5��ӈ{�~��o�c�����
���\o�k_O#����\��	/�����k���
|�tN����ӈ{��|:�}���ӈ{�k��|:�C���i�K��|:��=��ӈ{��|:�c���i�=u_���8ů}=�����o�?����ӄ��
|�G�휾�qqO��/������i�=u_>��%~��i�=�5~_>��5}��4�%u_>��-}��4➺�/���R|=���n�˧s��S|=�����˧���}�&��n���Ͼ���ӈ{�~������ӈ{�����C���ӈ{�K������ߝt�N^S7��ӹ�)��F�S7��ӹ�)��F�S7��?
����?,��霾�q�𒺁/�N���qi�ܐ���pI��8���n������|=����Ə����������
��;�o1��F�S7���v��R|=���n�����H���H[�k��|2�����.����\��;���
|�h������H[憼|2��5���h{�k��|4�c���i�K��|4��~?��en��'�?��|�F�S7����8���i�=�5~���s�7�q�𒺁�v��%}��4➺�_v��5}��4➺�/��%�{�8����Ư˧s���}�&��n�˧s�S|=���n�˧s���}�F�S7���9<�׾�F�S_���9���>N^R7�������>N#��ewy��&�ӈ{�~������������}��܎�k�	/��i�����>N#����\��k���
|�t��{�������c�t���8MxI���O�xM_�8���n�˧s���}�F�S7������׾�F�S_���~w~��߬�4�5u?���=��ӈ{�~ٝo�K�����
��{���k_O#����\��k�	/����\�_O#���霏�k���
|�tN���������q�t�����ӄ��
|�t韈�4➺�/���|K��4➺��v��%~��i�=�5~��N�k���i�K�~��o����ӈ{�~ٝ�����ӈ{��|:����0Җ�Z>/�����q�쒺�/�鑾�qqO������_�"�1q�]>��>~��i�=�5~Y>�C�g�:MxI����%�#�qi�ܐ/��㘾�qmO��o��=�o�8����Ư��1���z�h�ܐ����|M��4ڞ��/�咾�qqO����&�?��e��o�'sJo�4�%u_>��-}��4➺�/�!�M�ӈ{��|8�{���ӈ{�k�������ӄ��
�������:���n����O_�8���n�����&�i�=�5�X>��!}��4�%u_>��1}��4➺�/��9�M�ӈ{��|:�S���ӈ{�K��_>�cz�X������.�_O#�����ӂ�N#��mwy\�׾�F�S_��nO::MxI�����-�M�ӈ{�~���iAG���
|�t.���������q�t��mb�&��n�˧sN::���n�˧sJo�4➺�/��q��3��P��%^�������ѹ���Gy��m�����S�s�qv���.��;=�'h|��h|���~�y>7;����p�]�y����/��x.	Ƿ/���><n��~8����Wү���F�S7������W�!��F�S7���+��zᏉ����������.���\����
|�\.˯�C|=���n��gs>Ư}=�����O˧s:��}�&��n�˧s<��}�F�S7���9���>N#��Zr�Q�'�S��|��:xI���!>��{j_��Q�'�S��|���<��W�3\�y�Kj_��Q�'�S��|���<��W�C|T�	�Ծ:���^R��|���<��W�C|T�	�Ծ:�:O�����Wu��W�C|T�	�Ծ:�:O������y�=���g���Ծ:�:O������y�=��·����}u>�U�������y�=��·����}u>�Gu�pO���>��=^S��|���<��W�C|T�	�Ծ:�:O�����Wu��V�C{��m�}u>�Gu�lO���!>��{j[���Q��3��|H��<ٞ�W�C|T�	�Զ:�ku�h�����<�%��·����mu>���<і�W�CzT���Ծ:���^R��|h��y�-��·��Γ��}u>�Gu�pO�����<�%��·����}u>�Gu�pO���!>��{j_��pU�/�}u>�Gu�pO���!>��{j_��Q�'�S��|��:xI���!>��{j_��Q�'�S��|���<��W�3\�y�Kj_��Q�'�S��|���<��W�C|T�	�Ծ:���^R��|���<��W�C|T�	�Ծ:�:O����������}u>�Gu�pO���!>��{j_��Q�'�S��|��:xI���!>��{j_��Q�'�S��|���<��W�3\�y�Kj_��Q�'�S��|���<��W�C|T�	�Ծ:���^R��|���<��W�C|T�	�Զ:�ku�h�����<�%��·����]u>�߫�L��!<��D{j_��pU�/�mu>���<і�W�CzT���Ծ:�:O�������y�=��·��Γ��}u>�Gu�pOm��V牶̾:�Ѫ΃]R��|���<��W�C|T�	�Ծ:�:O�����Wu��W�C|T�	�Ծ:�:O������y�=���g���Ծ:�:O������y�=��·����}u>�gu��kj_��Q�'�S��|���<��W�C|T�	�Ծ:���^R��|���<��W�C|T�	�Ծ:�:O�����Wu��W�C|T�	�Ծ:�:O�������U���s�߬�wOT���Ò�˯��������بΟ���?��������N�Ͽ��o�����/�����ſ|w8�����������_|�����߿;ܿ��ӗ������O��,��^���o�"~�����mya[?Zz~վ��e��{h��z�@ݗQ�{*|���2
-pO�/�2\_F��eT��/�z��—Q�/���T�2*��e��
-_Fe����S�˨�_F�xI�/�2\_F��eT���(�=���p}��—Q>����
-_Fe����S�˨חQ�{j�eTf�/���L�2*��Q�]R�˨חQ�{j�eTF�_F�1���`}��—Q>���������(�-���h}��—Q�/�����˨�֗Q=��eTF��(�=���p}���_Fe��2
-h˄/�"z~��%���p}��—Q�/���T�2*��e��
-_FE��2��K*|���2
-pO�/�2\_F��eT���(�=�����eT��T�2*��e��
-_Fe����S�˨חQ�{*|��O_F�xM�/�2\_F��eT���(�=���p}��—Q>����
-_Fe����S�˨חQ�{*|���2
-pO�/�"|~��%���p}��—Q�/���T�2���#�2
-h|��@ݗQ�����cw�?��e�86��:�/�>���_��������m|����e����o0���S��6���<��_Ǡ�^�ӴQ��4������i��M�xM�i�״��
-�F�i#�=��2\�F�{*LE��6���Oe��6�2a�(�5m��´Q�k�pO���"[�F=�0m�њ6�Sa�(�5m����F�=����L�6��9m��%��2\�F�{j?m��c�h˄i��ִ؞
-�F>��z����F�=����L�6�hM���0m��6�Sa�(��Q��T�6�pM�0m��6�Sa�(�5m��´Q��i�/�0m��6�Sa�(�5m��´Q�k�pO�i���F=^Ra�(�5m��´Q�k�pO�i�״��
-�F>��z��´Q�k�pO�i�״��
-�F�i#�=��"|N�xI�i�״��
-�F�i#�=��2\�F�{*L%��m���p�<�u�pO������{*�&�p�&�S�6y����=^R�6y��69��
-��3\���T�M��M���m����{���m��mr�=n�g�n��p�<�u�pO���>o��xI������{*�&�p�&�S���=n�m�p�<��m��.�p�<�u�pOmo�g�z����p�<�u�hO���>o��xI�o�g��M�e�m��mr�=n�g�n���m���m��L�M�ѺM���m��mr�=��M���69Ж	��#z�&��
-��3\���T�M��M���m��mr�=n�G��M��%n�g�n��p�<�u�pO������{*�&��y���K*�&�p�&�S�6y��69��
-��3\���T�M��O��[���m��mr�=n�g�n��p�<�u�pO���>o��xI������{*�&�p�&�S�6y��69��
+xڔ�K�dW���y�
+I����eX�]Ր��tVM�P��,L2ňD�������-?���^#jP��J{v��_f~�f�����aw;-�������7��?���q�[�������;^��?���ߟ����|��q�{������r9ܾ�����N�������?�/�z�}��=���7��7:�c�����iw����?^�����O�����������������ӿ�I�q��>���7ϖ?�qw�?���[R�iDZ�+�s8������㼠��h{�~��S�����
����S��Y�?&�f��?.�}����D��
|y_������
|y_.�G�����
|yo���e_O#����N��>N^R7���9�җ}�F�S7���9�ӗ}�F�S7����/?q��zqO}����㒾��4�%u?�.�k���ӈ{�~��o��e���
���\o�˾�F�S_��ݹ�/!>N^R7���9?җ}�F�S7���9=җ}�F�S7���9��}=����Ư˻s<�/�8MxI���w�pH3N#�������>N#���+��)~��ӈ{�k���n�~J_�q�𒺁�v��9}��i�=u�,���!��ӈ{���;�K��������}yw���e�	/����n��>N#����,�R�����
|yw�s�������cyw���e�	/��i��ܗ���4➺�_v��>}��i�=u_������i�=�%~��w����t�N^S7��ݹ�)��F�S7��ݹ�)��F�S7����zqO}��w�tN_�q�𒺁/�N���qi�ܐ���pI_�qmO������Ư�zqO}����#�������
��;�o1��F�S7���v��R|=���n�����H���H[�k���3�����.����\��k>N#���֜�������
yygN�kJ�������yyk���5�	/����b��0Җ�!/�������4ڞ���w��9�q������e�����\�i�K�~�n��e���
���^���>N#����\���ӈ{�k���;�[���ӄ��
|ywN�c�����
|yw���e���
|yw��e_O#�������>N^R7�����ӗ}�F�S7����8��M���
���ߏ�˾�F�S_����r;�/�8MxI��O�������4➺�/��圾��4➺�/���|O��4��,���P��ӄ��
|yw���e���
|yw��F�S7������}=�������������Y�i�k�~�=��{�����
��;��_O#��m����}=�����˻sݧ/�8MxI���w�r8��zqO���w�|L_�qqO���w�t�_��4��?.�����4�%u_ޝC�'":���n�˻�?�R|=���n���q�_��4��?�w��5}��i�K�~��o��e���
��;]o��>N#������H[�k���5�{����d��
|ykN��5���
|ykN)��,�7��m9��|=�����/��rH��S�	/���$0#m��ew|��|�F�S7���v��I�����u�;��R[��qw���umO�����rI_�qqO����&���F�2_˷�9���u�쒺�/o����4➺�/o�!�M�ӈ{���9�{��������}�;<�j�N^R7���zOo�4➺�_v�{Z��i�=u�����6�N#����\ӂ�N^R7��ݹ��F�S7���9���uqO���w�t�_��4����w��&�i�k���;����ӈ{���;����ӈ{�~�]��e_O#��~����&��n�����&�i�=u���״��ӈ{���;�G��������qyw��mb�&��n�˻sN::���n�˻sJo�4➺�/��q��3��P�n{_�������ѹtޗ':�v���ϳ�P�t~������W���߮�?�.uzO�mө����t���/�闟>��/?���?��q~����g͟��?��[�ׯ��q�����؇���ǹ�n����yA������W�������)�u𚺁�v��5��#m�������^O������n�k��F�S7�
+��2{,D���BDH���=�_��A��v!��A���~!"��tI�"B|,D��BD����=�_��A������Kj��c!�pO�"B|,D��BD����=�_��p-D�^R����{j��c!�pO�"B|,D��BD�k!��/D��X� �S����{j��c!�pO�"2\���~!"��B��/D��X� �S����{j���Z�����!>"��~!"��B��/D��X� �S����B�%�_��A���!>"��~!"��B��/Dd�"�/��BD����=�_��A���!>"��~!"��BD���~!"��B��/D��X� �S����{j���Z�������.Dm��BDH���=�_��A����="���~!"��Bٞ�/D��X� �Sۅ��^"���~!"��vI�"B|,D��BDh�D[f��c!�lO�"2\���v!"�ׅ�-�_��A���!>"��~!"õxI�"B|,D��BD����=�_��A������Kj��c!�pO�"B|,D��BD����=�_��p-D�^R����{j��c!�pO�"B|,D��BD�k!��/D��X� �S����{j��c!�pO�"2\���~!"��B��/D��X� �S����{j��s!��kj��c!�pO�"B|,D��BD����=�_��p-D�^R����{j��c!�pO�"B|,D��BD�k!��/D��X� �S����{j��c!�pO�"2\���~!"��B��/D��X� �Sۅ��^"���~!"��vI�"B|,D��BDH�/D�1�_��A������Kj���Bі�/D��X� �S����{j���c!h��"Bz,D����BD����=�]��u!�h��"2Z`��~!"��B��/D��X� �S����{j���Z�����!>"��~!"��B��/D��X� �S����B�%�_��A���!>"��~!"��B��/DD�\����/D��X� �S����{j��c!�pO�"2\���~!"��B��/D��X� �S����{j���Z�����!>"��~!"��B��/Dt��B=�z��5�}>�w��ۧ���}y��px,��}������|��7f�9�u%��}���O�������ǧ���/����a������ӚD�������C�X��^���S
��q��󏣩�x����%j�� ��
+5�W
pO�`����B
0�g
��K*��3\5@�=j�� ��
+5�W
pO�`��`��T�f�j��{*��3\5@�=j�� ��
+5��5�/�P�p���T�f�j��{*��3\5@�=j�>k�=^R����P�p���T�f�j��{*������5j�� ��
+5�W
pO�`����B
0�g
��Kj_��Q�2��Ѫ���P�p���Ծ٪��gB
0�U�S����}
0�G
h˄`D�`o�T�f�j��{j_��Q�2��Ѫ���P��Y�����3{����L�f�j�`{*��3\5@�=j�>k�=^R����P�p���T�f�j��{*��#|��{��B
0�U�S����P�p���T�F���xI�`����B
0�U�S����P��Y��
+5�W
pO�`����B
0�U�S����%j�� ��
+5�W
pO�`����B
0��j�-^S����P�p���T�f�j��{*��#|��{��B
0�U�S����P�p���T�F���xI�`����B
0�U�S����P��Y��
+5�W
pO�`�����5��5@�-j�=k��]R����m
0�� �������P��Y�����3{����L�f�j�`{*��3\5@�=��F�j�=�P�h����T�f�j��{j_��Q�2�ѳ��%j�� ��
+5�W
pO�`����B
0�g
��K*��3\5@�=j�� ��
+5�W
pO�`��`��T�f�j��{*��3\5@�=j�� ��
+5���xM�`����B
0�U�S����P��Y��
+5�W
pO�`����B
0�U�S����%j�� ��
+5�W
pO�`SQKk��@���@]
�y�R<S
��؝�3��DZQ_��~��G����/�1�;�����~�����[qቭ����C����������N>?y�/���I�=�p2��N�xI�/��p}�$��
+_8����I�=�p2��4�S�i�i��%����)��
+M�W�pO��i��i
+��B�4�gӴ�K*4M3\MS�=����)��
+M�W�pO��i�Ϧi��Th�f����{*4M3\MS�=����)��
+M��M�/��4�p5M�Th�f����{*4M3\MS�=��>��=^R�i��j���4�p5M�Th�f����{*4M��i��5����)��
+M�W�pO��i��i
+��B�4�gӴ�Kj�4���4�2�i��j�����4�p5M�Ծi�j���gB�4��4�S�i��j��}�4�G�h˄�iDϦio�Th�f����{j�4���4�2�i��j�����4���4���7M3{4M��Lh�f���`{*4M3\MS�=��>��=^R�i��j���4�p5M�Th�f����{*4M#|6M{��B�4��4�S�i��j���4�p5M�Th�F�l��xI��i��i
+��B�4��4�S�i��j���4���4��
+M�W�pO��i��i
+��B�4��4�S�i�i��%����)��
+M�W�pO��i��i
+��B�4����-^S�i��j���4�p5M�Th�f����{*4M#|6M{��B�4��4�S�i��j���4�p5M�Th�F�l��xI��i��i
+��B�4��4�S�i��j���4���4��
+M�W�pO��i��i
+���M��MS�-��=���]R�i��j��m�4�צ)��i��j����4���4���7M3{4M��Lh�f���`{*4M3\MS�=�o�F���=��4�h5M��Th�f����{j�4���4�2�iѳi��%����)��
+M�W�pO��i��i
+��B�4�gӴ�K*4M3\MS�=����)��
+M�W�pO��i�Ϧi��Th�f����{*4M3\MS�=����)��
+M�j��xM��i��i
+��B�4��4�S�i��j���4���4��
+M�W�pO��i��i
+��B�4��4�S�i�i��%����)��
+M�W�pO��iۉ̚��@�i��@]Ӵy��O����o��i����������uw9m}��zj�-��u�������?T4��k���w�˷����(��xz��緟��c�/����[6z��6��@fk��GҔ��t��V�LhD�
+�l�P�d�z�2�+ɪ
+��eBQ ��z�\2�%�*	��eBE ���e˄~@$��˖	�D�݀V�̾��л��j��eB' �U	�e��	�>@�Z"�"We��L�D����l�} �G
�w?&B	 qg��=���@/[f�?�������w�#WW�{�2��"�{��������{�c"\��\���a˄�������l�p�?��]�V�L��ɺ��˖	��#Y��{�2�$�/[&\�O�y���=n�G�.���e���H���^�L��ɺ��˖	��y��oeτ�����l�p�?�u���-��G�����e�E�D���[�3�$�/[&\�d���e˄�������l�py?����V�L��ɺ��˖	��#Y��{�2��~$��~/[&\�����\2�~$�~/[&\Տd���e˄{���k��l�pI?���V�L��ɺ��˖	��#Y��{�2�n~$�j~/[&\�O�y/��=n�G�.���e•�H֍�^�L��ɺ��˖	��y��oeτ�������l�p
?�u��-�����
+~�~L���;�߷�g���H���^����}�7�{�Cܻ�T]��]˄K��<�ܷ�g�7�#x\��ݏ�p�>ru۾�-��G�����e��X��[��}��}[&\��dݰ�e����G�^߻�r}�λ�-�p�>�u���-��G�n���e�H֕�^�L�P���>}+{&ܦ�d]��e˄�������l�p�>�u���-.�'�C�ʞ	7�#Y�{�2��|$��|/[&ܝ�d]��e˄���to��K&ܚ�d]��e˄+��l�p_>�u]��-.�'�+�ʞ	7�#Y�{�2�|$�|/[&ܑ�d]��e˄�<�Ƿ�g���H���^�L�ɺ�˖	�ⷯl������⟞�|ؾ��8�N��Ŀ[�.ŏS�V����?���y���O�/������<���'�ރ�<Ώ�{��Kaڇ�_
+���͗¼x��Ka��T�R�ח����0>���K*|)L��Ka��T�R�ח����0�/��S�Ka"|~)L��T�R�ח����0�/��S�Ka2\_
+��—�D��R�/��0�/��S�Ka2\_
+��—�d��]�{*��"|�z��B�+����S���y�P��p5���T�z%�S٫�k*Խ2\}/�=_����
+��W�pO��W���W��Ծ��٣��eB�+�U��S����j��},�U�iτXF���B,�U�S�2Xf�6Ж	}������.�P	�pu���Ծ�٣�eB1,���S����%���e��m���hU���T(�e�Zb�{*��"|�z��BU,���S�-�᪋�P�p5���T�E�,��xI��X��7��Bs,�U�S�<��j�����Y ��
+�W�pO�Y��F��B�,��$�S�K�L��%�d�>��
+��W�pO�RY��U��B�,�g���K*T�2\�2�=�e�z��
+�W�pO��Y�?��Z��B�,��3�S�i�᪚�P6�p����T�E�,��xI��Y��s��B�,�U;�S�x��j���=��Y>��
+��W�pO�Z�����B	-��B�S��᳈��%�h�.��
+m�W
pO�i�=i@[&t�"z��z��B--��K�S�fZF��4�?&B9-��N�S��᳠��%���e��m��R�h����T(�e��j�{j�U�l��z�3����꫁���X�pU���Ծ��٣��eBo-�gq��K*T�2\�5�=�k����
+�W�
pO�[��[��T��e�zl�{*4�2\U6�=�l�6��
+}����/�Pi�pu���Th�e�jm�{*�2\�6�=�m	�Tnk�
+��W�
pO��[�����B�-��r�S������%�n����
+m�W�
pO��[�����B�-�g��K*��2\�7�=�o����
+左������F������[�D��KaN��'��
+p��,������O��Ԁ�����%f��߾y����������/��n���܇'������������_O#����ny��N��ӄ��
|�3\]C�=����!��
+]�W�pO��a�Ϯa��T�f����{*t
3\]C�=����!��
+]��]�/��5�pu
�T�f����{*t
3\]C�=��>��=^R�k�����5�pu
�T�f����{*t
#|v
{��B�0��5�S�k�����5�pu
�T�&�Sװ�k*t
3\]C�=����!��
+]�W�pO��a�Ϯa��Ծk�٣k�eB�0��5�S�k����}�0��5�iτ�aF�k��B�0��5�S��af��!Ж	]È�]��.��5�pu
�Ծk�٣k�eB�0��5�S�k�k��%��f��m��5�hu
��T�f����{*t
#|v
{��B�0��5�S�k�����5�pu
�T�F���xI��a��k��B�0��5�S�k�����5���5��
+]�W�pO��a��k��B�0��5�S�k�k��%����!��
+]�W�pO��a��k��B�0�gװ�K*t
3\]C�=����!��
+]�W�pO��a�?u
[��B�0��5�S�k�����5�pu
�T�F���xI��a��k��B�0��5�S�k�����5���5��
+]�W�pO��a��k��B�0��5�S�k�k��%����!��
+]�W�pO����=��@[&t
#zv
{��B�0��5�SۮaF�]C�?&B�0��5�S�k�k��%��f��m��5�hu
��T�f����{j�5�lu
{�3�k�������5�pu
�Ծk�٣k�eB�0�gװ�K*t
3\]C�=����!��
+]�W�pO��a�Ϯa��T�f����{*t
3\]C�=����!��
+]��]�/��5�pu
�T�f����{*t
3\]C�=��	��5l�
+]�W�pO��a��k��B�0��5�S�k�k��%����!��
+]�W�pO��a��k��B�0�gװ�K*t
3\]C�=����!��
+]æ�v
�F������a�D��k��Cx��n�5�f��v
�˧�?}���۟y����	�/��~��~��uw8|�]Q��:���5��}w�_�/���F�S7z�������L��ӄ��
�kM����i�=uE�W�pO�zi��^
+��B�4�g���K*�K3\�R�=��z)��
+��W�pO�zi��zi��T��f�ꥀ{*�K3\�R�=��z)��
+�����/�P/�p�K�T��f�ꥀ{*�K3\�R�=�>�=^R�^�᪗�P/�p�K�T��f�ꥀ{*�K#|�K{��B�4�U/�S�^�᪗�P/�p�K�T��&�S���k*�K3\�R�=��z)��
+��W�pO�zi��zi��Ծ^�٣^
+�eB�4�U/�S�^�᪗�}�4�U/�iτziF�^
+��B�4�U/�S�zif�z)Ж	�҈����.�P/�p�K�Ծ^�٣^
+�eB�4�U/�S�^�^��%���f���m�P/�h�K��T��f�ꥀ{*�K#|�K{��B�4�U/�S�^�᪗�P/�p�K�T��F����xI�zi��^
+��B�4�U/�S�^�᪗�P/��Y/��
+��W�pO�zi��^
+��B�4�U/�S�^�^��%��z)��
+��W�pO�zi��^
+��B�4�g���K*�K3\�R�=��z)��
+��W�pO�zi�?�K[��B�4�U/�S�^�᪗�P/�p�K�T��F����xI�zi��^
+��B�4�U/�S�^�᪗�P/��Y/��
+��W�pO�zi��^
+��B�4�U/�S�^�^��%��z)��
+��W�pO�륙=�@[&�K#z�K{��B�4�U/�S�ziF��R�?&B�4�U/�S�^�^��%���f���m�P/�h�K��T��f�ꥀ{j_/�l�K{�3�^�Ѫ����P/�p�K�Ծ^�٣^
+�eB�4�g���K*�K3\�R�=��z)��
+��W�pO�zi��zi��T��f�ꥀ{*�K3\�R�=��z)��
+�����/�P/�p�K�T��f�ꥀ{*�K3\�R�=�	�T/m�
+��W�pO�zi��^
+��B�4�U/�S�^�^��%��z)��
+��W�pO�zi��^
+��B�4�g���K*�K3\�R�=��z)��
+�Ҷ��K�F����Χ�zi�D��^�?�n��	��Ԭ�^�z���������@ӷR���a��_gyY^��l`�=X�O�4�^<P���S����j`����p5���Th`E�l`�xI�V�����B+����S����j`���������
+
�WpO�V�����B+����S��᳁��%X���
+
�WpO�V�����B+��X-^S����j`����p5���Th`e�X�{*4�"|6�z���
��
,�-X�؞
+
�WpO�X��VO{&4�2Z
,�=X����7�2{4���Lh`E�l`�vI�V������
��
,�-X�؞
+
��
�/�}+�Gh˄VF����B+����S��᳁��%X���
+
�WpO�V�����B+�g��K*4�2\
,�=X���
+
�WpO�V��V��Th`e�X�{*4�2\
,�=X���
+
��
�/����p5���Th`e�X�{*4�2\
,�=X>X=^R����j`����p5���Th`e�X�{*4������5X���
+
�WpO�V�����B+�g��K*4�2\
,�=X���
+
�WpO�V��V��Th`e�X�{*4�2\
,�=X���
+
��
�/����p5���Th`e�X�{j�������2��ѳ���%X����6�2zm`�1X�О
+
��
�/�}+�Gh˄VF����B+����S�Vd���Ӟ	
��VlO�V������
��
,�-X=X�]R����j`����p5���Th`e�X�{*4�"|6�z��B+����S����j`����p5���Th`E�l`�xI�V�����B+����S����j`���J�V��Th`e�X�{*4�2\
,�=X���
+
��
�/����p5���Th`e�X�{*4�2\
,�=X>X=^R����j`����p5���Th`5����4X��5��'���"��ۯ,��8����������G��a�m������1�zo`����~������~��_~���R�:�˯o�<+�5<,?����-�t���܇'���9����{�@/��4➺�_w������i�=u�����9��ӈ{�k���;�}���ӄ��
|yw��e���
|yw���e���
���-?����a�-���������4�%u?�n�S���ӈ{�~����~i�ܐ�w�r�_��4ڞ����_ޚ���:
xM�����tM���H[憼�3o_]��i�=u_ޚ��_O#����,3���D{�|�]�������
��;��k>N#��}w�_�g����=.�����|�&��n���r=�/�8���n���r9<R|=���n��{s>�/�zqO��
+���9�җ}�&��n�˻s<�/�8���n��w�����q�=�����<N����<����q�Kj���!>�y�pO��y<��7���7�����q�=�����7�^R�o����{j���!>�y�pO��y<��7���7�g�vo�/���M����=�߽	�{C����7!>vo��~�&õ{xI�woB|�����M����=�߽	�{C����7���Kj�{�c��pO�woB|�����M����=�߽�p���^R�ݛ�7�{j�{�c��pO�woB|�����M��ݛ����M����=�߽	�{C����7!>vo��~�&õ{xImwoB{ݽ!�2�ݛ��7d{j�{�c��pOmwo2{������MH���=�߽	�{C����7����m���MFk����ބ�ؽ!�S�ݛ�^wo���~�&���
ٞ���d�vo�/���Mh��7D[f�{�c��lO�woB|�����M�k����ބ�ؽ!�S�ݛ�7�{j�{�c��pO�wo2\�7���~�&���
���ބ�ؽ!�S�ݛ�7�{j�{��ڽ����7!>vo��~�&���
���ބ�ؽ!�S�ݛ��
�%�߽	�{C����7!>vo��~�&���
����d�vo�/���M����=�߽	�{C����7!>vo��~�&���M���~�&���
���ބ�ؽ!�S�ݛ�7�{j�{��ڽ����7!>vo��~�&���
���ބ�ؽ!�S�ݛ��
�%�߽	�{C����7!>vo��~�&���
����d�vo�/���M����=�߽	�{C����7����m���MFk����ބ�ؽ!�S�ݛ�~߽!�cb�{�c��hO�wo2\�7���v�&����-�߽	�{C����7!>vo��v�&���
О��ބ�ؽ!�S�ݛ�7�{j�{���
і���d�vo�.���M����=�߽	�{C����7!>vo��~�&õ{xI�woB|�����M����=�߽	�{C����7���Kj�{�c��pO�woB|�����M����=�߽��{��5�߽	�{C����7!>vo��~�&���
����d�vo�/���M����=�߽	�{C����7!>vo��~�&õ{xI�woB|�����M����=�߽�7[��z��܇jvo�'*�7gؽ�%���8��{s^wo���~��?����ݜ�'��Y�Sz}���mk��|_�~�>��}xº	q9얟�/���4�%u?���=��ӈ{�~ݝ�K�����
|yw���e_O#��awz�ӗ}�&��n���~9��zqO�����횾��4➺�/�z�_��4➺��4�"|�j�xI�Q�ר��
+�Z�Q-�=F�2\�Z�{*�jE����
+�Z�Q-�=F�2\�Z�{j?���cTh˄Q����Z�]RaT+�5�����Z�=F���L��h�j���0���O�Z-^S�Q���Z@[&�je�F���T��p�j���VdkT��=F�2Z�Z`{*�je�F����vT+��Q-�?&¨V�Q��.�0�����SaT+�5���¨V�kTpO�Q���Z=^RaT+�5���¨V�kTpO�Q�ר��
+�Z>G�z��¨V�kTpO�Q�ר��
+�Z�Q-�=F�"|�j�xI�Q�ר��
+�Z�Q-�=F�2\�Z�{*�jE����
+�Z�Q-�=F�2\�Z�{*�je�F���TՊ�9���%F�2\�Z�{*�je�F���T��p�j�0��sT��K*�je�F���T��p�j�0�����SaT+��V��T��p�j�0�����SaT+�5���¨V�?�j�xM�Q�ר��
+�Z�Q-�=F�2\�Z�{*�jE����ڏje���2aT+�5���¨V�kTpO�G�"[�Z=�0�����SaT+�5�����Z�=F���LՊ�9���%F�2\�Z�{j?���cTh˄Q��֨؞
+�Z>G�z����Z�=F���L��h�j���0�����SaT+��V��T��p�j�0�����SaT+�5���¨V��Q�/�0�����SaT+�5���¨V�kTpO�Q���Z=^RaT+�5���¨V�kTpO�Q�ר��
+�Z>G�z��¨V�kTpO�Q�ר��
+�Z�Q-�=F�"|�j�xI�Q�ר��
+�Z�Q-�=F�2\�Z�{*�j%�ӨV��T��p�j�0�����SaT+�5���¨V��Q�/�0�����SaT+�5���¨V�kTpO�Q���Z=^RaT+�5���¨V�kTpO�Q�ר��
+�Z>G�z��¨V�kTpO�Q�ר��ڏje���2aT+��Vo�T��p�j���VF��Z�L�Q�֨О
+�Z>G�z����Z�=F���L��h�j���0�����S�Q��֨VO{&�je�F���T��p�j���Vf�Q-�-F�"z�j�vI�Q�ר��
+�Z�Q-�=F�2\�Z�{*�jE����
+�Z�Q-�=F�2\�Z�{*�je�F���TՊ�9���%F�2\�Z�{*�je�F���T��p�j�0���O�Z-^SaT+�5���¨V�kTpO�Q�ר��
+�Z>G�z��¨V�kTpO�Q�ר��
+�Z�Q-�=F�"|�j�xI�Q�ר��
+�Z�Q-�=F��a�lTh�j=?���=��<����}w>�}zݍj�埽�������o{_:�~j���X�:��Z���_~���������x����[��DZ��:C_<�aw>^���S��)�+|>?~S�|�@]��K*>3\�O�=
+���'��
+��W�pO��g���g��T(|f�
+��{*>3\�O�=
+���'��
+�����/�P��p>�T(|f�
+��{*>3\�O�=
+�>�=^R���*|�P��p>�T(|f�
+��{*>#|>{��B�3�U��S���*|�P��p>�T(|F�,|�xI��g���	��B�3�U��S���*|�P�L��g��T(|f�
+��{*>3\�O�=
+���'��
+�����/�}�3�G�h˄�gF��	��B�3�U��S��gd���Ӟ	�όV�lO��g���	�������O�-
+�=��]R���*|�}�3�G�h˄�gF��	��B�3�g��Kj_���Q��2���*|���P��p>�T(|F�,|�xI��g���	��B�3�U��S���*|�P���Y���
+��W�pO��g���	��B�3�U��S������%
+���'��
+��W�pO��g���	��B�3�g��K*>3\�O�=
+���'��
+��W�pO��g���g��T(|f�
+��{*>3\�O�=
+���'��
+��*|�xM��g���	��B�3�U��S���*|�P���Y���
+��W�pO��g���	��B�3�U��S������%
+���'��
+��W�pO��g���	��B�3�g��K*>3\�O�=
+���'���>3{>��L(|F�,|�vI��g���	����ό^��L��g��	��B�3�g��Kj_���Q��2���*|���P��p>�Ծ��*|��gB�3�U��S���*|�}�3�G�h˄�gD��go�T(|f�
+��{*>3\�O�=
+���'��
+�����/�P��p>�T(|f�
+��{*>3\�O�=
+�>�=^R���*|�P��p>�T(|f�
+��{*>�����5
+���'��
+��W�pO��g���	��B�3�g��K*>3\�O�=
+���'��
+��W�pO��g���g��T(|f�
+��{*>3\�O�=
+�M-1-|������/ۅ��~�s�
�������h|�����Y���x���탤'�������[O}Wr�������m�+���tߕ���w%g��+pOm�+9���J�c"|Wr��J��
+ߕ����d�=�+9��]ɀ{*|Wr�뻒�T����ߕ��%�+9��]ɀ{*|Wr�뻒�T���WupO��|���|��T��g���{*T�3\�y�=����<��
+�����/�P��pU��T��g���{*T�3\�y�=��>��=^R�:����P��pU��T��g���{*T�#|V�{��Bu>�U��S�:����P��pU��T��G����xI��|��:��Bu>�U��S�:����P���Y���
+��WupO��|��:��Bu>�U��S�:��O����P��pU��T��g���{*T�3\�y�=��>��=^R��|f��<Ж	���VulO��|��:������Vu��=����<؞
+��WupO���=��@[&T�#zV�{��Bu>�U��S��|f��<Ж	���VulO��|���|��Ծ:�٣:�eBu>�U��S�:����P���Y���
+��WupO��|��:��Bu>�U��S�:�:��%����<��
+��WupO��|��:��Bu>�gu��K*T�3\�y�=����<��
+��WupO��|���|��T��g���{*T�3\�y�=����<��
+�����/�P��pU��T��g���{*T�3\�y�=��	�T�o�
+��WupO��|��:��Bu>�U��S�:�:��%����<��
+��WupO��|��:��Bu>�gu��K*T�3\�y�=����<��
+��WupO��|���|��T��g���{*T�3\�y�=���g���m�P���Y���
+��WupOm���V�����VuhO��|���|��Ծ:�٣:�eBu>�U��S�:����}u>�U��iτ�|F�:��Bu>�U��S��|f��<Ж	�������.�P��pU��T��g���{*T�3\�y�=��>��=^R�:����P��pU��T��g���{*T�#|V�{��Bu>�U��S�:����P��pU��T��'�Su��k*T�3\�y�=����<��
+��WupO��|���|��T��g���{*T�3\�y�=����<��
+�����/�P��pU��T��g���{*T�۶wV������������iy���@��qlT�Oku����5���E���������/������߿;�~���O��������/y��?}w_��o����������?����%�s����^��W�O?��ݮ��F�ӇQ��0?�z~��^<P�a��
+Fe�>��S�èׇQ�{*|��è/��aT���(�=>��p}��‡Q����T�0*��Q=^R�èׇQ�{*|���0
+pO��2\F��aT���z��‡Q����T�0*��a�������(�->����aTo�T�0*��a���~���Q�L��2XF���aT���z���Fe��0
+h˄�2ZF����aT���(�=��0*��aTO{&|���0
+lO��2\F���Q�=>��2�è��F�vI��2\F��aT���(�=>��p}��‡Q>?���
+Fe�>��S�èׇQ�{*|���0
+pO��"|~��%>��p}��‡Q����T�0*��a��
+F%�ӇQ-^S�èׇQ�{*|���0
+pO��2\F��aT���z��‡Q����T�0*��a��
+Fe�>��S�è�F�xI��2\F��aT���(�=>�j?��>��F=?P�aT�D��è�ǹ?�n�a����>�:��>���_�������}|
+�˗�~�y���˯0����w|��Ћ��:��r?M=Et�F�?�f���u�F-^Sa�(�5m��´Q�k�pO�i�״��
+�F>��z����F�=����L�6�hM���0m��6�S�i��ִQO{&Le�����T�6�pM���Qf�i#�-��"zN�vI�i�״���Oe��6�2a�(�5m��´Q��i�/���Qf�i#�-��2Z�F`{*Le�����T�6��9m��%��2\�F�{*Le�����T�6�pM�0m�sڨ�K*Le�����T�6�pM�0m��6�Sa�(��Q��T�6�pM�0m��6�Sa�(�5m��´Q��i�/�0m��6�Sa�(�5m��´Q�k�pO�i���F=^Ra�(�5m��´Q�k�pO�i�״��
+�F	�t���k*�&�p�&�S�6y��69��
+��3\���T�M��6y��T�M��M���m��mr�=n�g�n��p�<��m�/�p�<�u�pO������{*�&�p�&�S�6y����=^R�6y��69��
+��3\�����6yf���@[&�&��y���K*�&�p�&�S�����&�c"�&�`�&�S�6y����=^R���=n�m�p�<�u�lO������{j�<�u���=n�g�n����p�<�u�pO�o�g��M�e�m򈞷�{���m��mr�=n�g�n��p�<�u�pO���>o��xI������{*�&�p�&�S�6y��69��
 ��#|�&��
-��3\���T�M��M���m��zsz�h�&~��6y�Dߟ���~Y��&?�v�_}]���ik�h=5͛䇝v���ۯ���헟���/s��۾b^.!v������@�2������۞����"]�z�+jnc�g�.c��e�U�H�M�^�L�����V+{&\Šd���e˄X��X�l�p�*�u���-�^%�z�ʞ	�"Y��z�2��U$��U/[&\��dݸ�e˄�V�<�[��g�e�H�]�^�L�iɺh�˖	׬"Y��z�2�U"�+V��p�*�u���-nWE�.W��e�ժH�ͪ^�L�W���ZU+{&\��dݩ�e˄U��U�l�p�*�u���-�R��U�N.�p�*�u���-nQE�.Q��e��H�
�^�L�?����T+{&\��dݝ�e˄�S���S�l�pm*�uk��-�L%�2�ʞ	�"Y��z�2�T$�T/[&\��dݔ�e˄{R�<�I��g�%�H��^�L�!ɺ �˖�_���q;�w?&�ݨĝW�Z�3�bT$�^T/[f{+*r�KQ��!�DE�nD��e�}�D�סZ�3��P<�B���D�	���Ö	נ"Y��z�2�;P	�+P�k�p*ru���-n?E�.?��e�W�"x�|�ݏ�p�)q絧�L��ɺ��˖	7�"Y�z�2�S$�S/[&�uJ�yթ�=.:E��9��e�-�H�%�^�L��ɺ��˖	��y^ojeτ�M���M�l�p�)�u���-�5E�n5��e�@~����%.4E��3��e�m�H�e�^�L��ɺ��˖	��y^cjeτKL��;L�l�p�)�u���-�/E�n/��e�ݥD�W�Z�3��R$��R/[&�Z�d]Z�e˄+K�wh�K�ӌKOOs>l�W�~��Vq:��2��Il�?���
-}>�.������c:�~a����z��v��ۯ��_����������>��}x�]}���t{����_O#��}w��}G���i�=�5~;�N��9��i�K��|:�{���i�=u_>��۟f�zqO���O���_�zqO}��߮����>N^R7���9���>N#������k���
�����#<��#m����aw��w>N�]R7���v;��|�F�S7���x����H[憼|2�s����h{�K|������`��i�k��|4�kj�F�27��9^o)��F�S7��9��w��F�S_��ه������
���>���=N����uw�?�w>N#��}w�_�׳L|���m���q�蒺�/������qqO�������G���F�S7��9�׾�F�S_���9���>N^R7���9���>N#������k���
|�t��c����������?.�k�	/����4}��4➺�_w��-}��4➺��w��-~��i�=�5~Y>���0F�8MxI�������E���
|�tN����ӈ{��|:�}���ӈ{�k��|:�C���i�K�����C���qqO���OgL_�8���n����q�_�zqO}���������q�𒺁�v��9}��4➺�_����!��ӈ{��|:�K���ӈ{�k��|:�k���i�K��|:�[���i�=u_>��-}��4➺�/���~N��4��,������q�𒺁�v�?���>N#��ew���>N#���	f�������EK𧟋��5~.Z�����s�2\?
pO�������h�{*�\��?��Kj�s�2{�\4�-~.ZF�碁���s�2\?
pO�.Zd����g��E�h�\4�=~.Z������E���sр�L��h=.Zo�T��h������?-���E�2��e�~.؞
-?-���E����\��;<@[&,�d��x��T��p�����s���K*L�d�6y��TX��p����0̓�Z��Sa�'��8O��T���p���Г���Sa�'õ����NO�ϡ�/�0Փ����Sa�'�5����`O�k�pO�͞��==^Ra�'õ����rO�k�pO���z��
-�=>|z��„O�k�pO��׌��
-C>�%�=�|�i̧�k*��d��|��TX��pM���0��Z��Sa�'��O��T���pm������Sa�'õ�����O�ϑ�/�0�����Sa�'�5�����O�k�pO�����?=^Ra�'õ�����O�k�pO�2{,��m����s���K*��d�����v(��	 �?&�PkhO���C@=^R�)��[@@[&�e����T�p-��&Pdk��=f�2Z�@`{*,e������~(��:Ж	�@=�z���DP�k#pO����L��
-CA�� �=��"|��xI����^��
-�A�� �=F�2\�A�{*�E���
-�A�� �=փ2\�A�{*e����T�J����0#����SaI(�5%��˜P�kMpO�=���B=^RaR(õ)��ªP�kVpO�a�ײ��
-�B>Džz��¼P�k_pO�������
-#C�TN�24f���|��j��
�ah�_�as9���8�>4t]����������?�Qh��p�����g������������q��]x��:��1�0��[��~|�@�	/��i�8��{�����
��;N�_O#��������=��ӈ{����awz���>N^R7𱁕�Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�ײ��
-�Z>��z��²V�kYpO�e�ײ���/ke�X��2aY+��Vo�TX��p-k���Vf�e-�-��2Z�Z`{*,k%�ӲV���~Y+�DzЖ	�Z�e-�=��2\�Z�{j���Z��iτe��ֲ؞
-�Z�e-�=�]���uY������sY��K*,ke�����TX��p-k���Z��SaY+��V��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�ײ��
-�Z>��z��²V�kYpO�e�ײ��
-�Z�e-�=��"|.k�xI�e�ײ��
-�Z�e-�=��2\�Z�{*,kE�\���
-�Z�e-�=��2\�Z�{*,ke�����TX֊���%��2\�Z�{*,ke�����TX��p-k���O�Z-^SaY+õ���²V�kYpO�e�ײ��
-�Z>��z����Z�=����LX��h-k�������Z��S�e��ֲVO{&,ke�����TX��p-k���Vf�e-�-��"z.k�vI�e�ײ���/ke�X��2aY+�����²V��e�/���Vf�e-�-��2Z�Z`{*,ke�����TX֊���%��2\�Z�{*,ke�����TX��p-k��sY��K*,ke�����TX��p-k���Z��SaY+��V��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�ײ��
-�Z	�����5��2\�Z�{*,ke�����TX��p-k��sY��K*,ke�����TX��p-k���Z��SaY+��V��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ�����Z�=����LX֊蹬��%��2\�Z�{j������aY+�����²V��e�/���Vf�e-�-��2Z�Z`{*,ke������~Y+����Ӟ	�Z�e-�=��2\�Z�{j����cYh˄e����Z�]RaY+õ���²V�kYpO�e�ײ��
-�Z>��z��²V�kYpO�e�ײ��
-�Z�e-�=��"|.k�xI�e�ײ��
-�Z�e-�=��2\�Z�{*,k%�ӲV��TX��p-k���Z��SaY+õ���²V��e�/�����Z��SaY+õ���²V�kYpO�e���Z=^RaY+õ���²V�kYpO�e�f*]ւ�Z��-k5O􇗵��^�,k�S��Z�uY�?��˧�_~����W[N��ۯ[���)���o���Y�9��>�Xz~�fb��uK=^Rab)�5�����R�kb	pO�������
-K>'�z����R�kb	pO�������
-K��%�=&�"|N,�xI�������
-K��%�=��X��1��e��RDω��.�0���X�S����K@[&L,e�&���T�XJ𧉥����Rf��%�-&�2ZK`{*L,e�&����~b)�5��Ӟ	K��%�=&�2\K�{j;������ab)���RO�T�X�pM,�0���X�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb	pO����K=^Rab)�5�����R�kb	pO�������
+��3\���T�M��M���m��mr�=n�'��m���p�<�u�pO������{*�&�p�&�S�6y����=^R�6y��69��
+��3\���T�M��M���m����{���m��mr�=n�g�n��p���ޜ�&��ɟ��M�<����yy�_ִ��ϧ���G_��n;7.���tj�%?�\��_Yo����?�����͢_��}ɼ\C:�����O�T��o<^���JV��ҕ��Ts%���tW���T���Ẓ��•��W�z��•�ו,�=�de��d�p%+�u%pO�+Y>�d�xI�+Y�+Y�{*\��p]��S�JV��J��
+W�"|^���
+W�2\W���T���Ẓ��•�ו,�=�dE�����%�de��d�p%+�u%pO�+Y�+Y�{*\Ɋ�y%��K*\��p]��S�JV��J��
+W�2\W���T����OW�Z��•�ו,�=�de��d�p%+�u%pO�+Y>�d�xI�+Y�+Y�{*\��p]��S�JV��J��
+W�"|^���
+W�2\W���T���Ẓ��•�ו,�=�dE�����%�de��d�p%+�u%pO��de����e•���W�z��•�ו,�=������,�?&•�֕,�=�dE�����%������JЖ	W�2ZW���T���Ẓ���W�"[W�z�3�JVF�J؞
+W�2\W�����JVf�+Y@[&\Ɋ�y%��K*\��p]��S�JV��J��
+W�2\W���T����JV��T���Ẓ��•�ו,�=�de��d�p%+�畬/�p%+�u%pO�+Y�+Y�{*\��p]��S�JV�?]�j�
+W�2\W���T���Ẓ��•�ו,�=�dE�����%�de��d�p%+�u%pO�+Y�+Y�{*\Ɋ�y%��K*\��p]��S�JV��J��
+W��B�,x�q%������+Y�}�C����Wݕ��������˿���׏6�������οHΟ�p=����"<�x�N��ƫ��p�_�u��3��]w��۟8�x��zqO������C�_O#��aw���!>N^R7���9�ӗ}�F�S7���9���c�����
|yw���e_O#�����}���ӄ��
|yw��e���
|yw���e���
�������������;ޏ�k>N�]R7���v;���8���n�������
yyg.��5_O���/���
w�o�N�Ӏ��
|ykN��~?��en��;s��Rz=���n��[s�ů�zqO}���f�b&�37������o�8���n�����H_�qqO���k��=������q���}����D��
|y_������
|y_.o���i�=u_ޛ�1~��ӈ{�k�����)}��i�K���;�S���ӈ{���;�s���ӈ{���;��1��ӈ{�k�|����e�	/������5}��i�=u����[���ӈ{�~�]���e_O#����\���1��i�K���;��7(:���n�˻sz�/�8���n�˻s��/�zqO}�_�w�xH_�q�𒺁/����*f�F�S7����ӗ}�F�S7����8�/�zqO}����������4�%u?�ηs���ӈ{�~Y�+�C�����
|yw.��e_O#�����>N^R7���9�җ}�F�S7���9�җ}�F�S7���9��)��F�S_����?җ}�&��n���s_���ӈ{�~����e���
||K[�����T��������o��~�S��2\�����w�e���
pO��~����o=^R��~����o@[&|�[F����T���w���w�E�����=��-���o`{*|�[���������2{|�Ж	�����z���w�e���
pO���-��w�m���o��~�S��"|~�[������2{
m�04���Sah(�54����P�ϡ�/�04���Sah(�54����P�khpO����CC=^Rah(�54����P�khpO�������
+CC>��z����P�khpO�������
+CC��!�=��"|
�xI�������
+CC��!�=��2\CC�{*
E���
+CC��!�=��2\CC�{*
e�����TJ𧡡��04���Sah(�54����P�khpO����CC=^Rah(�54����P�khpO�������
+CC>��z����P�khpO�������
+CC��!�=��"|
�xI�������
+CC��!�=���14�e��PDϡ��.�04���Sۡ��^�����CC��!�=��"|
�xI퇆2{
m�04���Sah(�54���CC������L�h

���04���S����CC@[&
E���
+CC��!�=��2\CC�{*
e�����T��94��%��2\CC�{*
e�����T�p

�04�sh��K*
e�����T�p

�04���Sah(����Z����P�khpO�������
+CC��!�=��"|
�xI�������
+CC��!�=��2\CC�{*
E���
+CC��!�=��2\CC�{*
�S9��<�z~��}{h�y��;4t�ߗ���~hh=uZ�����пw8�����_��;��۟�=���w�].��r;��������W�P����u�r�-?�_>P��i�K�~�=��{�����
��;N�_O#�����χ_O#�O���qN_�q�𒺁�X!>����~Y+�Dz��/k��X�"�S�e�ײ�%�_�
+�E����Z!>����~Y+�Dz��/ke����/���V��e-�=�_�
+�E����Z��.km���VFkY��/k��X�"�S�e��^�����~Y+�Dzٞ�/kE�\����.k����E�e��Z!=�����~Y+�Dz��.ke�X��3�e���Zd{j���cY�pO햵B�}Y������VkY��/k��X�"�S�e��Z�{j���cY�pO헵2\�Z���~Y+�Dz��/k��X�"�S�e��Z�{j����Z�����Z!>����~Y+�Dz��/k��X�"�S�e�ײ�%�_�
+�E����Z!>����~Y+�Dz��/ke����/���V��e-�=�_�
+�E����Z!>����~Y+õ�xI헵B|,k���V��e-�=�_�
+�E����Z�e-�Kj���cY�pO헵B|,k���V��e-�=�_��p-k^R�e��Z�{j���cY�pO헵B|,k���V��e�����V��e-�=�_�
+�E����Z!>����~Y+õ�xIm��B{]�"�2�e���Zd{j���cY�pOm��2{,k���VH�e-�=�_�
+�E����Z��.km���VFkY��/k��X�"�S�e��^�����~Y+�Dzٞ�/ke����/���Vh��ZD[f���cY�lO헵B|,k���V�kY��/k��X�"�S�e��Z�{j���cY�pO헵2\�Z���~Y+�Dz��/k��X�"�S�e��Z�{j����Z�����Z!>����~Y+�Dz��/k��X�"�S�e�ײ�%�_�
+�E����Z!>����~Y+�Dz��/ke����/���V��e-�=�_�
+�E����Z!>����~Y+��V���~Y+�Dz��/k��X�"�S�e��Z�{j����Z�����Z!>����~Y+�Dz��/k��X�"�S�e�ײ�%�_�
+�E����Z!>����~Y+�Dz��/ke����/���V��e-�=�_�
+�E����Z��.km���VFkY��/k��X�"�S�e��~_�"�cb���cY�hO헵2\�Z���vY+��e-�-�_�
+鱬E����Z!>����vY+�DzО�/k��X�"�S�e��Z�{j����і�/ke����.���V��e-�=�_�
+�E����Z!>����~Y+õ�xI헵B|,k���V��e-�=�_�
+�E����Z�e-�Kj���cY�pO헵B|,k���V��e-�=�_֊���5�_�
+�E����Z!>����~Y+�Dz��/ke����/���V��e-�=�_�
+�E����Z!>����~Y+õ�xI헵B|,k���V��e-�=�_�ꆡ�e-z��܇:?6���'���Z�W����8���u[�����ϟ>���O�_m9��o�ny���8.��=>�f���R��sb������M,�xI�������
+K��%�=&�2\K�{*L,E��X��
+K��%�=&�2\K�{*L,e�&���T�X��9���%&�2\K�{*L,e�&����~b)���Ж	K='�z����R�kb	pO�'�2{L,m�0��њX�Sab)��&�Z���K�=&���L�X�hM,���0���X�S������RO{&L,e�&���T�X�pM,���RF�K�L����K=]Rab)�5�����R�kb	pO�������
 K>'�z����R�kb	pO�������
 K��%�=&�"|N,�xI�������
 K��%�=&�2\K�{*L,E��X��
-K��%�=&�2\K�{*L,e�&���T�X��9���%&�2\K�{*L,e�&���T�X�pM,�0��sb��K*L,e�&���T�X�pM,�0���X�Sab)��&�Z����R�kb	pO�������
-K��%�=&�"|N,�xI�'�2{L,m�0��њX�Sab)�5����K������L�X�hM,���0���X�S����K@[&L,E��X��
-K��%�=��X��1��e��RFkb	lO����K=^R����K@[&L,e�&���T�X�pM,�0��sb��K*L,e�&���T�X�pM,�0���X�Sab)���R��T�X�pM,�0���X�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb	pO����K=^Rab)�5�����R�kb	pO�������
+K��%�=&�2\K�{*L,e�&���T�X��9���%&�2\K�{*L,e�&���T�X�pM,�0��sb��K*L,e�&���T�X�pM,�0���X�Sab)���R��T�X�pM,�0���X�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb	pO����Xj�
+K��%�=&�2\K�{*L,e�&���T�X��9���%��X��1��e��RFkb	lO��������O,E�&�z�3ab)�5�����R�kb	pO�'�2{L,m�0��sb��K*L,e�&����~b)���Ж	K��%�=&�"|N,�xI�'�2{L,m�0��њX�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb	pO����K=^Rab)�5�����R�kb	pO�������
 K>'�z����R�kb	pO�������
-K��%�=&��ib��k*L,e�&���T�X�pM,�0���X�Sab)���R��T�X�pM,�0���X�Sab)�5�����R�ω�/�0���X�Sab)�5�����R�kb	pO����K=^Rab)�5�����R�kb	pO�'�2{L,m�0��sb��K*L,e�&����vb)�׉%�?&��Rkb	hO����K=^R����K@[&L,e�&���T�X�pM,���Rdkb��=&�2ZK`{*L,e�&����~b)���Ж	K='�z����R�kb	pO�������
 K��%�=&�"|N,�xI�������
 K��%�=&�2\K�{*L,E��X��
 K��%�=&�2\K�{*L,e�&���T�XJ𧉥��0���X�Sab)�5�����R�kb	pO����K=^Rab)�5�����R�kb	pO�������
 K>'�z����R�kb	pO�������
-K�HP:�4&���|ޞXj��O,�ϻ��x���q�}b�N,���~��J���z}�Sͧh���~<]�֕N������E�t:���� ��{�ޮG�x��zqO}���������	/��i�?�S|=���n�˧sy�.'��ӈ{��|:�C���ӈ{�k��|:���r"|�&��n�˧s<��}�F�S7���9���>N#��[�pM��0��s­�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���„[��	�/�0��p�Sa�-�5����n�=&܀�L�p��9���%&�2\n�{j?��c�
h˄	��ք؞
-n	�4���5��p��1��e„[Fk�
lO�	�ׄ���O�E�&�z�3a�-�5���„[�k�
pOm'�2z�p�c"L�E�p��
-n�	7�=&�2\n�{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��s­�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���„[��	�/�0��p�Sa�-�5���„[�k�
pO�	��n=^Ra�-�5���„[�k�
pO�	�ׄ��
+K��%�=&�"|N,�xI�������
+K��%�=��X��1��e��RDω��.�0���X�Sۉ��^'����K��%�=&�"|N,�xI�'�2{L,m�0��њX�Sab)�5����K������L�X�hM,���0���X�S����K@[&L,E��X��
+K��%�=&�2\K�{*L,e�&���T�X��9���%&�2\K�{*L,e�&���T�X�pM,�0��sb��K*L,e�&���T�X�pM,�0���X�Sab)��&�Z����R�kb	pO�������
+K��%�=&�"|N,�xI�������
+K��%�=&�2\K�{*L,E��X��
+K��%�=&�2\K�{*L,5#A��<ИXz~�nb�y��=�����x]���O,�S�K�ub�_��Ǻ�t:�׷?�|��8����ek]�tݝ�_/]�O�s�B�����zċz���������;_�>ˉ�q�𒺁��������i�=u_ޝ��g9��F�S7���9�}=�����/˻s:B|�&��n�˻s<�/�8���n�˻s8�/�8���n�cl-�5���„[��	�/�0��p�Sa�-�5���„[�k�
pO�	��n=^Ra�-�5���„[�k�
pO�	�ׄ��
+n>'�z��„[�k�
pO�	�ׄ���O�e��p�2a�-��[o�T�p�pM����[f�	7�-&�2Zn`{*L�%�ӄ[���~�-�DŽЖ	n�	7�=&�2\n�{j?�ٚp�iτ	��ք؞
+n�	7�=��p��u�
���0��s­�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���„[��	�/�0��p�Sa�-�5���„[�k�
pO�	��n=^Ra�-�5���„[�k�
pO�	�ׄ��
 n>'�z��„[�k�
pO�	�ׄ��
 n�	7�=&�"|N��xI�	�ׄ��
-n�	7�=&�2\n�{*L�%�ӄ[��T�p�pM��0��p�Sa�-�5���„[��	�/���[f�	7�-&�2Zn`{*L�e�&����~�-�5��Ӟ	n�	7�=&�2\n�{j?��c�
h˄	���n�]Ra�-�5����n�=&܀�L�p�hM����0��s­�Kj?��c�
h˄	��ք؞
-n�	7�=&�"|N��xI�	�ׄ��
 n�	7�=&�2\n�{*L�E��p��
-n�	7�=&�2\n�{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��s­�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���„[�?M��xM�	�ׄ��
-n�	7�=&�2\n�{*L�E��p��
-n�	7�=&�2\n�{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��s­�K*L�e�&���T�p�pM����[f�	7�-&�"zN��vI�	�ׄ���N�e�:���D�p�`M���0��s­�Kj?��c�
h˄	��ք؞
-n�	7�=��p�lM���g„[Fk�
lO�	�ׄ���O�e��p�2a�-��[o�T�p�pM��0��p�Sa�-�5���„[��	�/�0��p�Sa�-�5���„[�k�
pO�	��n=^Ra�-�5���„[�k�
pO�	�ׄ��
-n	�4���5&�2\n�{*L�e�&���T�p�pM��0��s­�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa­Y"K'���Ƅ��un�}>�w��۷���}y��vx,��{��|y��7���㜎���:��������׿����_�����ߔ"��ۆ����3Y���~��v�����u��Sow�_=Pө&�S�Nu��N5��w�C|t�	�ԾS���T^R�Nu��N5��w�C|t�	�ԾS�SM�����W���w�C|t�	�ԾS�SM������j�=��Tg�:Հ�ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�}�:�G��pO�;��N5�%��T���T�}�:�G��pO�;�!>:Մ{jߩ�pu�/�}�:�G��pO�;�!>:Մ{jߩ�ѩ&�S�Nu��S
xI�;�!>:Մ{jߩ�ѩ&�S�Nu��N5��w�#|v�{������j�=��T���T�}�:�G��pO�;��N5�%��T��ک&�2�NuH�N5ٞ�w�C|t�	�ԶS�٣S
�g����j�=��T���T�m�:��N5і�w�3Z�j�Kjߩ�ѩ&�S�Nuh��j�-��T���T���}�:�թ������^;�D[fߩ�ѩ&�S�Nu��N5��w�3\�j�Kjߩ�ѩ&�S�Nu��N5��w�C|t�	�ԾS���T^R�Nu��N5��w�C|t�	�ԾS�SM�����W���w�C|t�	�ԾS�SM������j�=��Tg�:Հ�ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�}�:�G��pO�;�>;�=^S�Nu��N5��w�C|t�	�ԾS�SM�����W���w�C|t�	�ԾS�SM������j�=��Tg�:Հ�ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�m�:��N5і�w�3Z�j�Kjߩ�ѩ&�S�NuH�w�	���w�Cxt���ԾS���T^R�Nuh��j�-��T���T���}�:�G��pOm;ՙ=:�@{fߩ�ѩ&�S�Nu��N5��v�C{�Tm�}�:�թ������j�=��T���T�}�:�G��pO�;��N5�%��T���T�}�:�G��pO�;�!>:Մ{jߩ�pu�/�}�:�G��pO�;�!>:Մ{jߩ�ѩ&�S�Nu��Nu��ԾS�SM������j�=��T���T�}�:�թ������j�=��T���T�}�:�G��pO�;��N5�%��T���T�}�:�G��pO�;�}8�T���><Pөt��ԩ��w���L��qlt���S��������_~��s�������'�OP}����k����-�v������s�uW�;^�/���~i�ܐ���|K��4ڞ�������i�k��|4o�2��0Җ�!/���zK��4ڞ��/�����4➺�痏�����^��iw}�ӏ{�F�S7���۵G���i�=u���+�zᏉ	cC"��2EO�TX��p-S�L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�e��2��
+n�	7�=&�2\n�{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��On-^Sa�-�5���„[�k�
pO�	�ׄ��
+n>'�z���n�=&܀�L�p�hM����0��p�S�	��ք[O{&L�e�&���T�p�pM����[f�	7�-&�"zN��vI�	�ׄ���O�e��p�2a�-�5���„[��	�/���[f�	7�-&�2Zn`{*L�e�&���T�p��9���%&�2\n�{*L�e�&���T�p�pM��0��s­�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���„[��	�/�0��p�Sa�-�5���„[�k�
pO�	��n=^Ra�-�5���„[�k�
pO�	�ׄ��
+n	�4���5&�2\n�{*L�e�&���T�p�pM��0��s­�K*L�e�&���T�p�pM��0��p�Sa�-��[��T�p�pM��0��p�Sa�-�5���„[��	�/�0��p�Sa�-�5����n�=&܀�L�p��9���%&�2\n�{j;����a�-�5���„[��	�/���[f�	7�-&�2Zn`{*L�e�&����~�-�5��Ӟ	n�	7�=&�2\n�{j?��c�
h˄	���n�]Ra�-�5���„[�k�
pO�	�ׄ��
+n>'�z��„[�k�
pO�	�ׄ��
+n�	7�=&�"|N��xI�	�ׄ��
+n�	7�=&�2\n�{*L�%�ӄ[��T�p�pM��0��p�Sa�-�5���„[��	�/�0��p�Sa�-�5���„[�k�
pO�	��n=^Ra�-�5���„[�k�
pO�	�f�,�p�n��M�5O���pߝOo�^wn��c�g�����c����1{0���q;�3n������O��ϟ���_��_�C)�.�m���'~"�+z�߶�ݞ:��S�N��S7���u��T�Tg�:Հ{*t�3\�j�=:�>;�=^R�S���T�Щ�pu��T�Tg�:Հ{*t�#|v�{��B�:�թ�S�S���T�Щ�pu��T�TG��T�xI�Nu��S
��B�:�թ�S�S���T�Щ��٩��
+��W�pO�Nu��S
��B�:�թ�S�S�S��%:��N5��
+��W�pO�Nu��S
��B�:�g���K*t�3\�j�=:��N5��
+��W�pO�Nu��Nu��T�Tg�:Հ{*t�3\�j�=:��N5��
+���T�xM�Nu��S
��B�:�թ�S�S���T�Щ��٩���w�3{t���L�Tg�:�`{*t�3\�j�=��TG�:�=�Щ�hu���T�Tg�:Հ{jߩ��ѩ�2�SѳS��%:��N5���w�3{t���L�Tg�:�`{*t�#|v�{�������j�-:��N5؞
+��W�pO�Nu��Nu��T�Tg�:Հ{*t�3\�j�=:��N5��
+�����/�Щ�pu��T�Tg�:Հ{*t�3\�j�=:�>;�=^R�S���T�Щ�pu��T�Tg�:Հ{*t�#|v�{��B�:�թ�S�S���T�Щ�pu��T�TG��T�xI�Nu��S
��B�:�թ�S�S���T�ЩN�Nu��T�Tg�:Հ{*t�3\�j�=:��N5��
+�����/�Щ�pu��T�Tg�:Հ{*t�3\�j�=:�>;�=^R�S���T�Щ�pu��T�Tg�:Հ{*t�#|v�{��B�:�թ�S�S���T�}�:�G�h˄NuD�Nuo�T�Tg�:Հ{j۩��S
��D�Tg�:�@{*t�#|v�{�������j�-:��N5؞
+��W�pO�;Ց�NuO{&t�3Z�j�=:��N5���w�3{t���L�TG��T�vI�Nu��S
��B�:�թ�S�S���T�Щ��٩��
+��W�pO�Nu��S
��B�:�թ�S�S�S��%:��N5��
+��W�pO�Nu��S
��B�:��:�-^S�S���T�Щ�pu��T�Tg�:Հ{*t�#|v�{��B�:�թ�S�S���T�Щ�pu��T�TG��T�xI�Nu��S
��B�:�թ�S�S�6��N5<��T??�e�ݩn��t�/ԩ>]w���J��qlt���S�����/���?�����������'�OP}O��ז�_Ƿ����$��:�}x�]}���x=�|���a�-sC��n��-���h{��7�v����i�k���5o�2��0Җ�!/���zK��4ڞ��/o�����i�=u�痷�����^��iw}�ӷ{�F�S7���۵G���ӈ{�~�]���Y�?&nL$�
���=]Ra�"õL���2E�k�pO�e��2��
 �>�)z���2E�k�pO�e��2��
 ��e
 �=�)"|.S�xI�e��2��
 ��e
 �=�)2\��{*,SD�\���
 ��e
-�=�)2\��{*,Sd��)��TX���L��%�)2\��{*,Sd��)��TX��p-S�L�s���K*,Sd��)��TX��p-S�L��Z���Sa�"���)Z���2E�k�pO�e��2��
-��e
-�=�)"|.S�xI�)2{,S�m��L��Z���Sa�"õL������e���LX��h-S����L��Z���S�e���@[&,SD�\���
+�=�)2\��{*,Sd��)��TX���L��%�)2\��{*,Sd��)��TX��p-S�L�s���K*,Sd��)��TX��p-S�L��Z���Sa�"��2E��TX��p-S�L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e�Z�h�
 ��e
-�=�_���L�e�2EFk�lO�e���=^R�e���@[&,Sd��)��TX��p-S�L�s���K*,Sd��)��TX��p-S�L��Z���Sa�"��2E��TX��p-S�L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�e��2��
+�=�)2\��{*,Sd��)��TX���L��%�_���L�e�2EFk�lO�e��2���/SD��)z�3a�"��L���2E�k�pO�)2{,S�m��L�s���K*,Sd��)���~�"��2Ж	��e
+�=�)"|.S�xI�)2{,S�m��L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�e��2��
 �>�)z���2E�k�pO�e��2��
 ��e
-�=�)�i���k*,Sd��)��TX��p-S�L��Z���Sa�"��2E��TX��p-S�L��Z���Sa�"õL���2E��e�/��L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�)2{,S�m��L�s���K*,Sd��)���v�"��e
-�?&�2Ek�hO�e���=^R�e���@[&,Sd��)��TX��p-S���2Edk���=�)2Z�`{*,Sd��)���~�"��2Ж	�=�)z���2E�k�pO�e��2��
-��e
 �=�)"|.S�xI�e��2��
 ��e
 �=�)2\��{*,SD�\���
 ��e
 �=�)2\��{*,Sd��)��TX�H�e����L��Z���Sa�"õL���2E�k�pO�e���=^Ra�"õL���2E�k�pO�e��2��
 �>�)z���2E�k�pO�e��2��
-���B�L4�)��|�^�h�����<��/k�e��iw�����[��mc3c�z?���w�R�a���p8|��/�������� ����'9�N���&��(xJh6
-���(x�8�F؞
-���=��(�lm��g�FAFk��lO����F���nd��Q���D�(��Q��%6
-2\�{*ld�6
-��T�(�pm�Q�s���K*ld�6
-��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��Sa� õQ����FA�ύ�/��Q���(��Sa� õQ����FA�k��pO����=^Ra� õQ����FA�k��pO����F��
->7
-z���FA�k��pO����F��
-���=6
-"|n�xI����F��
-���=6
-2\�{*lD��(��
-���=6
-2\�{*ld�6
-��T�(H𧍂���Q���(��Sa� õQ����FA�k��pO����=^R����@[&ld�6
-��T�(�pm���FAdk���=6
-2Z`{*ld�6
-���~� ��FЖ	=7
-z���FA�k��pO�7
-2{l�m��Q���(��Sa� ��FA���~� ��FЖ	���=6
-2\�{*lD��(��
-���=6
-2\�{*ld�6
-��T�(��Q��%6
-2\�{*ld�6
-��T�(�pm�Q�s���K*ld�6
-��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��Sa� õQ����FA�ύ�/��Q���(��Sa� õQ����FA�k��pO����(h�
-���=6
-2\�{*ld�6
-��T�(��Q��%6
-2\�{*ld�6
-��T�(�pm�Q�s���K*ld�6
-��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��S����@[&lD��(��
-���=��(��u������Q���(��Sa� ��FA���~� ��FЖ	���=6
-2\�{j�Q��(�iτ����F؞
-���=��(��Q��e�FADύ��.��Q���(��Sa� õQ����FA�k��pO����=^Ra� õQ����FA�k��pO����F��
->7
-z���FA�k��pO����F��
-���=6
-�i���k*ld�6
-��T�(�pm�Q���(��Sa� ��FA��T�(�pm�Q���(��Sa� õQ����FA�ύ�/��Q���(��Sa� õQ����FAӰO7
-���F��u�}>�w��۷��F���w�����7̏��w��+㜎����:R��>���O������O?����O���?}�R��oWk�<���.���n��^u��W���M���u�j�=z��^5��
-��W�pO�^u��^u��T�Ug�zՀ{*��3\�j�=z��^5��
-�����/�Ы�p���T�Ug�zՀ{*��3\�j�=z�>{�=^R�W���U�Ы�p���T�Ug�zՀ{*��#|��{��B�:�ի�S�W���U�Ы�p���T�UG��U�xI�^u��W
��B�:�ի�S�W���U�Ы��٫��
-��W�pO�^u��W
��B�:�ի�S�W�W��%z��^5��
-��W�pO�^u��W
��B�:��z�-^S�W���U�Ы�p���T�Ug�zՀ{*��#|��{�������j�-z��^5؞
-��W�pO�{Ց�^uO{&��3Z�j�=z��^5�����3{����L�UG��U�vI�^u��W
�������j�-z��^5؞
-�����/�}�:�G�h˄^uF�W
��B�:�ի�S�W�W��%z��^5��
-��W�pO�^u��W
��B�:�g���K*��3\�j�=z��^5��
-��W�pO�^u��^u��T�Ug�zՀ{*��3\�j�=z��^5��
-�����/�Ы�p���T�Ug�zՀ{*��3\�j�=z�>{�=^R�W���U�Ы�p���T�Ug�zՀ{*����W��5z��^5��
+��e
+�=�)"|.S�xI�e��2��
+��e
+�=�_���L�e�2ED�e��.��L��Z���S�e��^�)�����e
+�=�)"|.S�xI�)2{,S�m��L��Z���Sa�"õL������e���LX��h-S����L��Z���S�e���@[&,SD�\���
+��e
+�=�)2\��{*,Sd��)��TX���L��%�)2\��{*,Sd��)��TX��p-S�L�s���K*,Sd��)��TX��p-S�L��Z���Sa�"���)Z���2E�k�pO�e��2��
+��e
+�=�)"|.S�xI�e��2��
+��e
+�=�)2\��{*,SD�\���
+��e
+�=�)2\��{*,S��
+�2<�X�x~�n��y��O����o����r��|ڝ�~�u\��p<n���tj�R�e���p8|������������ ����t�l�Ȓ��15R����H����F
+��T)�p����HAdk���=F
+2Z#`{*�d�F
+���v� �ב�?&�HAϑ��.�0R��)��Sa� �5R����HA�k��pO����#=^Ra� �5R����HA�k��pO����H��
+#>G
+z���HA�k��pO����H��
+#���=F
+"|��xI����H��
+#���=F
+2\#�{*�D�)��
+#���=F
+2\#�{*�d�F
+��T)��9R��%F
+2\#�{*�d�F
+��T)�p���0R�s���K*�d�F
+��T)�p���0R��)��Sa� ��HA��T)�p���0R��)��Sa� �5R����HA�?��xM����H��
+#���=F
+2\#�{*�D�)��ڏd�)��2a� �5R����HA�k��pO�G
+"[#=�0R��)��Sa� �5R����#�=F
+��L)��9R��%F
+2\#�{j?R��c��h˄����H؞
+#>G
+z���#�=F
+��L)�h����0R��)��Sa� ��HA��T)�p���0R��)��Sa� �5R����HA�ϑ�/�0R��)��Sa� �5R����HA�k��pO����#=^Ra� �5R����HA�k��pO����H��
+#>G
+z���HA�k��pO����H��
+#���=F
+"|��xI����H��
+#���=F
+2\#�{*�$��HA��T)�p���0R��)��Sa� �5R����HA�ϑ�/�0R��)��Sa� �5R����HA�k��pO����#=^Ra� �5R����HA�k��pO����H��
+#>G
+z���HA�k��pO����H��ڏd�)��2a� ��HAo�T)�p����HAF�#�L����HО
+#>G
+z���#�=F
+��L)�h����0R��)��S�����HAO{&�d�F
+��T)�p����HAf���-F
+"z��vI����H��
+#���=F
+2\#�{*�D�)��
+#���=F
+2\#�{*�d�F
+��T)��9R��%F
+2\#�{*�d�F
+��T)�p���0R��O#-^Sa� �5R����HA�k��pO����H��
+#>G
+z���HA�k��pO����H��
+#���=F
+"|��xI����H��
+#���=F
+��}:R�4F
+��)h�����;��>�nG
+�埽������^)�tl��֑����/?�����O?��ۧ���>��Ƿ��O��|U����[��W�>��U??yӫ~�@]�pO�^u��W
��B�:�ի�S�W�W��%z��^5��
 ��W�pO�^u��W
��B�:�g���K*��3\�j�=z��^5��
 ��W�pO�^u��^u��T�Ug�zՀ{*��3\�j�=z��^5��
-�����/�Ы�p���T�Ug�zՀ{j߫��ѫ�2�WѳW��%z��^5�����3z�U�1z��^5О
-�����/�}�:�G�h˄^uF�W
��B�:�ի�S�^ud�W�Ӟ	��V�lO�^u��W
�������j�-z�={ս]R�W���U�Ы�p���T�Ug�zՀ{*��#|��{��B�:�ի�S�W���U�Ы�p���T�UG��U�xI�^u��W
��B�:�ի�S�W���U�ЫN�^u��T�Ug�zՀ{*��3\�j�=z��^5��
-�����/�Ы�p���T�Ug�zՀ{*��3\�j�=z�>{�=^R�W���U�Ы�p���T�U�
�W
4z������'�����$�ˁz����U��^�_�������o{�_���}���o������_~��E�z�������Sԗ��{ꭖ����_�,:?�u4E�����T(:g��΀{*�#|�{��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S���*:�Pt��Yt��
-E�W�pO��s�����B�9�Ut�S������%����3��
-E�W�pO��s�����B�9�gѹ�K*�3\Eg�=����3��
-E�W�pO��s�Ϣs��T(:g��΀{*�3\Eg�=����3��
-E��E�/�Pt�p��T(:g��΀{*�3\Eg�=��	�Ttn�
-E�W�pO��s�����B�9�Ut�S������%�/:g�(:m�Pt�h���T(:g��΀{j_t�l�{�3���*:���Pt�p��Ծ�٣��eB�9�gѹ�K*�3\Eg�=�/:g�(:m�Pt�h���T(:G�,:�xI�Ι=��@[&�3ZEg�=����3��
-E��E�/�Pt�p��T(:g��΀{*�3\Eg�=��>��=^R���*:�Pt�p��T(:g��΀{*�#|�{��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S���*:�Pt��Yt��
-E�W�pO��s�����B�9�Ut�S���OE���Pt�p��T(:g��΀{*�3\Eg�=��>��=^R���*:�Pt�p��T(:g��΀{*�#|�{��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S��sf��3Ж	E爞E��.�Pt�p��Զ��k����Pt�`���T(:G�,:�xI�Ι=��@[&�3ZEg�=����3����#[E��L(:g���`{*�3\Eg�=�/:g�(:m�Pt��Yt��
-E�W�pO��s�����B�9�Ut�S������%����3��
-E�W�pO��s�����B�9�gѹ�K*�3\Eg�=����3��
-E�W�pO��s�?�[��B�9�Ut�S���*:�Pt�p��T(:G�,:�xI��s�����B�9�Ut�S���*:�Pt��Yt��
-E�W�pO��s�����Bѹ��fEgx�Qt~~��u���<����yy�_ִE��iw�����?�n=���z��Ts>�E�������뗮�|��~�#��3�_k[��Y�{���~�O���^<PW���
-u�W�pO��_�����B�/�U��S������%�~����
-u�W�pO��_�����B�/�gݯ�K*��2\u?�=�~����
-u�W�pO��_�Ϻ_��T��e��~�{*��2\u?�=�~����
-u��u�/�P��p����T��e��~�{*��2\u?�=�~	�T�k�
-u�W�pO��_�����B�/�U��S������%���e���m�P��h����T��e��~�{j_��l��z�3��Ѫ����P��p����Ծ�٣��eB�/�gݯ�K*��2\u?�=���e���m�P��h����T��E����xI��~�=�~@[&��2Zu?�=�~����
-u��u�/�P��p����T��e��~�{*��2\u?�=�~>�~=^R�����P��p����T��e��~�{*��"|��z��B�/�U��S�����P��p����T��E����xI��_�����B�/�U��S�����P���Y���
-u�W�pO��_�����B�/�U��S���Ou���P��p����T��e��~�{*��2\u?�=�~>�~=^R�����P��p����T��e��~�{*��"|��z��B�/�U��S�����P��p����T��E����xI��_�����B�/�U��S��_f��Ж	u���u��.�P��p����Զ��k����P��`����T��E����xI��~�=�~@[&��2Zu?�=�~�������"[u���L��e��~`{*��2\u?�=���e���m�P���Y���
-u�W�pO��_�����B�/�U��S������%�~����
-u�W�pO��_�����B�/�gݯ�K*��2\u?�=�~����
-u�W�pO��_�?��Z��B�/�U��S�����P��p����T��E����xI��_�����B�/�U��S�����P���Y���
-u�W�pO��_�����Bݯ���u?x�Q�{~����<���λ��x���85�~ǵ��O������Ӽ]�xr^�.��V��p�}���}��ԇ�|�C��m��a^����4�%u?Y5���Z�T�y����
-����k�p��V�=~^k�ϟ���%~^k������Z3\?�pO��ך��y��{*����?���K*�����k�S��f�~^+��
-?�5�U��S������%
-��7��
-�W�pO�w���
��B�;�g���K*�3\n�=
-��7��
-�W�pO�w��w��T(pg�
-܀{*�3\n�=
-��7��
-���/�P��p��T(pg�
-܀{*�3\n�=
-�>�=^R����*p�P��p��T(pg�
-܀{*������5
-��7��
-�W�pO�w���
��B�;�g���Kj_���Q��2����*p���P��p��Ծ��*p��gB�;�U��S����*p�}�;�G�h˄wD�wo�T(pg�
-܀{j_���Q��2����*p���P���Y�����3{���L(pg�
-�`{*�3\n�=
-�>�=^R����*p�P��p��T(pg�
-܀{*�#|�{��B�;�U��S����*p�P��p��T(pG�,p�xI�w���
��B�;�U��S����*p�P���Y���
-�W�pO�w���
��B�;�U��S������%
-��7��
-�W�pO�w���
��B�;��
-�-^S����*p�P��p��T(pg�
-܀{*�#|�{��B�;�U��S����*p�P��p��T(pG�,p�xI�w���
��B�;�U��S����*p�P���Y���
-�W�pO�w���
�����n�-
-�=ܽ]R����*p�m�;��7�����*p��P���Y�����3{���L(pg�
-�`{*�3\n�=�/pG�
-�=�P��h���T(pg�
-܀{j_���Q��2��ѳ���%
-��7��
-�W�pO�w���
��B�;�g���K*�3\n�=
-��7��
-�W�pO�w��w��T(pg�
-܀{*�3\n�=
-��7��
-�*p�xM�w���
��B�;�U��S����*p�P���Y���
-�W�pO�w���
��B�;�U��S������%
-��7��
-�W�pO�wS=N��@����@]��y��χ��|z���-p����~������
�qN�F��2~^���ן?���Ͽ�U���
-O^}���~�G��Zq�ȳV���M���u�b�=j�>k�=^R�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���P+�pՊ�T�G���xI�Zq��V��B�8�U+�S�V���P+��Y+��
-��W�pO�Zq��V��B�8�U+�S�V�V��%j��Z1��
-��W�pO�Zq��V��B�8�g���K*Ԋ3\�b�=j��Z1��
-��W�pO�Zq��Zq��T�g�jŀ{*Ԋ3\�b�=j��Z1��
-����xM�Zq��V��B�8�U+�S�V���P+��Y+���׊3{Ԋ��L�g�j�`{*Ԋ3\�b�=��G�j�=�P+�hՊ��T�g�jŀ{j_+��Q+�2�VѳV��%j��Z1���׊3{Ԋ��L�g�j�`{*Ԋ#|֊{�������b�-j��Z1؞
-��W�pO�Zq��Zq��T�g�jŀ{*Ԋ3\�b�=j��Z1��
-�����/�P+�pՊ�T�g�jŀ{*Ԋ3\�b�=j�>k�=^R�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���P+�pՊ�T�G���xI�Zq��V��B�8�U+�S�V���P+N�Zq��T�g�jŀ{*Ԋ3\�b�=j��Z1��
-�����/�P+�pՊ�T�g�jŀ{*Ԋ3\�b�=j�>k�=^R�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���}�8�G�h˄ZqD�Zqo�T�g�jŀ{j[+��V��D�g�j�@{*Ԋ#|֊{�������b�-j��Z1؞
-��W�pO�kő�ZqO{&Ԋ3Z�b�=j��Z1���׊3{Ԋ��L�G���vI�Zq��V��B�8�U+�S�V���P+��Y+��
-��W�pO�Zq��V��B�8�U+�S�V�V��%j��Z1��
-��W�pO�Zq��V��B�8��j�-^S�V���P+�pՊ�T�g�jŀ{*Ԋ#|֊{��B�8�U+�S�V���P+�pՊ�T�G���xI�Zq��V��B�8�U+�S�V��`�Z1<Ш??PW+n���\�����3�q�.�z��T*>���?�������Z�<.�9��f֋�:��}�n��Up}�h
-��z���ꁚ�+��\C|\	�Ծ���*�^R��k���+��\C|\	�Ծ���J����W���\C|\	�Ծ���J����W�=�/�f�
-���Ծ���J����W�=�/���(��}�5�Up����W�=�/���(��}�5�G��pO����+�%�/���(��}�5�G��pO��!>
-��{j_p�p\/�}�5�G��pO��!>
-��{j_p
�Qp%�S��k�ςk��Ծ���J����W�=�/���(��}�5�Up�����^�D[f_p
�Qp%�S��k���+��\3{\��̾�ң�J����W�=�-���Zp%�2��kF��
-vI��!>
-��{j[p
���J�e�אW�=�/�f�
-���Զ��k��h���!=
-�d{j_p
�Qp%�S��k���
-xI��!>
-��{j_p
�Qp%�S��k���+��\3\W�Kj_p
�Qp%�S��k���+��\C|\	�Ծ���*�^R��k���+��\C|\	�Ծ���J����W���\C|\	�Ծ���J����W�=�/�f�
-���Ծ���J����W�=�/���(��}�5�g���kj_p
�Qp%�S��k���+��\C|\	�Ծ���*�^R��k���+��\C|\	�Ծ���J����W���\C|\	�Ծ���J����W�=�/�f�
-���Ծ���J����W�=�-���Zp%�2��kF��
-vI��!>
-��{jWp
���+���k��+ў�\3\W�Kj[p
���J�e�אW�=�/���(��m�5�G�h���!=
-�d{j_p
�Qp%�Sۂkh�W�-�/�f�
-�`�Ծ���J����W�=�/���(��}�5�Up����W�=�/���(��}�5�G��pO����+�%�/���(��}�5�G��pO��!>
-��{j_p��Yp���\C|\	�Ծ���J����W�=�/�f�
-���Ծ���J����W�=�/���(��}�5�Up����W�=�/���(��}��+d�Wz��܇j
-������m_p�f���\���O?�
��ۍ��7�䋆��r�l����>��y>?v��|�@]ϳ�K*�<3\=O�=z���'��
-=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'��
-=��=�/����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<#|�<{��B�3����S����y����p�<�T�yF��y�xI��g���	��B�3����S����y���L�g��T�yf�z��{*�<3\=O�=z���'��
-=��=�/�}�3�G�h˄�gF��	��B�3����S��gd���Ӟ	=όV�lO��g���	���=��=O�-z�={��]R����y�}�3�G�h˄�gF��	��B�3�gϳ�Kj�������2����y������p�<�T�yF��y�xI��g���	��B�3����S����y��������
-=�W�pO��g���	��B�3����S������%z���'��
-=�W�pO��g���	��B�3�gϳ�K*�<3\=O�=z���'��
-=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'��
-=��y�xM��g���	��B�3����S����y��������
-=�W�pO��g���	��B�3����S������%z���'��
-=�W�pO��g���	��B�3�gϳ�K*�<3\=O�=z���'����<3{�<��L�yF��y�vI��g���	���=ό^{��L��g��	��B�3�gϳ�Kj�������2����y������p�<�Ծ���y��gB�3����S����y�}�3�G�h˄�gDϞgo�T�yf�z��{*�<3\=O�=z���'��
-=��=�/����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<�����5z���'��
-=�W�pO��g���	��B�3�gϳ�K*�<3\=O�=z���'��
-=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z�M-1�y������o�=���p�s��������y�S��yZ{��ק_>�������y�{�'z���|~���⁺�g��T�yf�z��{*�<3\=O�=z���'��
-=��=�/����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<#|�<{��B�3����S����y����p�<�T�yF��y�xI��g���	��B�3����S����y��������
-=�W�pO��g���	��B�3����S���O=������p�<�T�yf�z��{*�<3\=O�=z�>{�=^R��gf��'Ж	=όV�lO��g���	���=��Vϳ�=z���'؞
-=�W�pO�{��=z�@[&�<#z�<{��B�3����S��gf��'Ж	=όV�lO��g�Ϟg��Ծ�٣�	�eB�3����S����y��������
-=�W�pO��g���	��B�3����S������%z���'��
-=�W�pO��g���	��B�3�gϳ�K*�<3\=O�=z���'��
-=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'��
-=��=�/����p�<�T�yf�z��{*�<3\=O�=z�	���l�
-=�W�pO��g���	��B�3����S������%z���'��
-=�W�pO��g���	��B�3�gϳ�K*�<3\=O�=z���'��
-=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=��yf��ym��������
-=�W�pOm{���<��=�V�hO��g�Ϟg��Ծ�٣�	�eB�3����S����y�}�3����iτ�gF��	��B�3����S��gf��'Ж	=ψ�=��.����p�<�T�yf�z��{*�<3\=O�=z�>{�=^R����y����p�<�T�yf�z��{*�<#|�<{��B�3����S����y����p�<�T�y&�Sϳ�k*�<3\=O�=z���'��
-=�W�pO��g�Ϟg��T�yf�z��{*�<3\=O�=z���'��
-=��=�/����p�<�T�yf�z��{*�<�Zb��=��:?�{��}�C����W]�s��������Ϗ����G�t���X;������O�.�����������O}x������I�����o�Ϸ����b��s�vW�;޾�}�@/��4➺��w����x������������=��i�K�~���s�����
��;ݮ�k���
���_��k_O#����\n�k�	/������k���
|�tNo���i�=u_>��#~��i�=�5~_>��>}��4�%u_>��>}��4➺�/������qqO�����/�2��0Җ�Z~v��1}��4�%u?�n�S���i�=u�.�����H[憼|2�s����h{���~�h�o��:
xM������Vyf�F�27��9^o)��F�S7��9��w��F�S_��ه������
���>���=N����uw�?�w>N#��}w�_�׳L|���m���q�蒺�/������qqO�����������F�S7��9�׾�F�S_���9���>N^R7���9���>N#������k���
|Be�zqO����3S=^Raf*�53����T�kf
-pO�������
-3S>g�z����T�kf
-pO�������
-3S��)�=f�"|�L�xI�������
-3S��)�=f�2\3S�{*�LE�����
-3S��)�=f�2\3S�{*�Le�f���T����93��%f�2\3S�{*�Le�f���T���p�L�03�sf��K*�Le�f���T���p�L�03�ᚙ�Saf*��f�Z����T�kf
-pO�������
-3S��)�=f�"|�L�xI�g�2{�Lm�03�њ��Saf*�53���3S������L���h�L���03�ᚙ�S����3S@[&�LE�����
-3S��)�=�����13�e��TFkf
-lO����3S=^R����3S@[&�Le�f���T���p�L�03�sf��K*�Le�f���T���p�L�03�ᚙ�Saf*���T��T���p�L�03�ᚙ�Saf*�53����T�ϙ�/�03�ᚙ�Saf*�53����T�kf
-pO����3S=^Raf*�53����T�kf
-pO�������
-3S>g�z����T�kf
-pO�������
-3S��)�=f��if��k*�Le�f���T���p�L�03�ᚙ�Saf*���T��T���p�L�03�ᚙ�Saf*�53����T�ϙ�/�03�ᚙ�Saf*�53����T�kf
-pO����3S=^Raf*�53����T�kf
-pO�g�2{�Lm�03�sf��K*�Le�f����vf*�י)�?&��Tkf
-hO����3S=^R����3S@[&�Le�f���T���p�L���Tdkf��=f�2Z3S`{*�Le�f����~f*���Ж	3S=g�z����T�kf
-pO�������
-3S��)�=f�"|�L�xI�������
-3S��)�=f�2\3S�{*�LE�����
-3S��)�=f�2\3S�{*�Le�f���T��J𧙩��03�ᚙ�Saf*�53����T�kf
-pO����3S=^Raf*�53����T�kf
-pO�������
-3S>g�z����T�kf
-pO�������
-3S�<R634f�����j���L]`f�tݝ��+�L�S�3S��/�w���������?��be� ��.�	z���7o�L���Y�����60/���Sa�&���L��T��p
���0�����S���0@[&�D����
-0��=����1��e��LFk�lO���i���d���2a�&�5�����L�k�pO�`"[0=�0�����Sa�&�5����0����1`"x��tI������
-0��=`2\0�{*�D����
-0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`��T��p
���0��s���K*�d�`��T��p
���0�����Sa�&���L��T��p
���0�����Sa�&�5�����L���/�0�����Sa�&�5�����L�k�pO���0=^Ra�&�5�����L�k�pO������
-0>`z����L�k�pO������
-0��=`�i���k*�d�`��T��p
���0�����Sa�&���L���~�&���Ж	0��=`2\0�{j?����iτ����؞
-0��=����1��e��LD���.�0�����S���0@[&�d�`��T���9���%����1��e��LFk�lO������
-0>`z����L�k�pO������
-0��=`"|��xI������
-0��=`2\0�{*�D����
-0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`��T��p
���0��s���K*�d�`��T��p
���0�����Sa�&��`Z����L�k�pO������
-0��=`"|��xI������
-0��=`2\0�{*�D����
-0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`���~�&���Ж	0=`z����L�k�pOm`2z��c"�d�`��T���9���%����1��e��LFk�lO��������D�`z�3a�&�5�����L�k�pO�`2{��m�0��s���K*�d�`��T��p
���0�����Sa�&���L��T��p
���0�����Sa�&�5�����L���/�0�����Sa�&�5�����L�k�pO���i�
-0��=`2\0�{*�d�`��T���9���%`2\0�{*�d�`��T��p
���0��s���K*�d�`��T��p
���0��/�D0�@c������找?���������/WU��{_o?O���xܘ=�tL0�u����_Ja�������oO�?�aw>^����p�>�,\>?zS�|�@]�pO��e��p	��B�2�U��S�p�p��%
-���%��
-��W�pO��e��p	��B�2�g��K*.3\�K�=
-���%��
-��W�pO��e���e��T(\f�
-��{*.3\�K�=
-���%��
-�����/�P��p.�T(\f�
-��{*.3\�K�=
-�>�=^R�p��*\�P��p.�T(\f�
-��{*.��p��5
-���%��
-��W�pO��e��p	��B�2�g��Kj_���Q��2�p��*\���P��p.�Ծp�*\��gB�2�U��S�p��*\�}�2�G�h˄�eD��eo�T(\f�
-��{j_���Q��2�p��*\���P���Y����.3{.��L(\f�
-�`{*.3\�K�=
-�>�=^R�p��*\�P��p.�T(\f�
-��{*.#|.{��B�2�U��S�p��*\�P��p.�T(\F�,\�xI��e��p	��B�2�U��S�p��*\�P���Y���
-��W�pO��e��p	��B�2�U��S�p�p��%
-���%��
-��W�pO��e��p	��B�2��
-�-^S�p��*\�P��p.�T(\f�
-��{*.#|.{��B�2�U��S�p��*\�P��p.�T(\F�,\�xI��e��p	��B�2�U��S�p��*\�P���Y���
-��W�pO��e��p	�������K�-
-�=��]R�p��*\�m�2���%��p��*\��P���Y����.3{.��L(\f�
-�`{*.3\�K�=�/\F�
-�=�P��h.��T(\f�
-��{j_���Q��2�pѳp��%
-���%��
-��W�pO��e��p	��B�2�g��K*.3\�K�=
-���%��
-��W�pO��e���e��T(\f�
-��{*.3\�K�=
-���%��
-��*\�xM��e��p	��B�2�U��S�p��*\�P���Y���
-��W�pO��e��p	��B�2�U��S�p�p��%
-���%��
-��W�pO��e�L��@�p��@��v�y�?^����qL���Z��ӏ?�����ٟ�Axٸ|�Nwn\��>����4._<P׸�S�q��j\�и�p5.�Th\F�l\�xI��e��q	��B�2�ո�S�q��j\�и��ٸ��
-��W�pO��e��q	��B�2�ո�S�q�q��%���%��
-��W�pO��e��q	��B�2�g��K*4.3\�K�=���%��
-��W�pO��e���e��Th\f���{*4.3\�K�=���%����;;�I��ފ�u����0�� @81� �Ohq aH���ݧz���V�j�����k}S-�C�Y���l��e�O*��\�%ȝ
-�e'Wq	r�Bq��U\�ܩP\V�]\f����s���Ƅ�S���S����*.A��\\Vn�Y�L(.;��Kp;��N���N��e�^�%��	�e���ev*��\�%ȝ���ν�KP��N���N�Ⲓ��2�5��{��6&��Z�%��
-�e'Wq	r�BqY�wq��
-�e'Wq	r�Bq��U\�ܩP\vr� w*��|�Y>�P\vr� w*��\�%ȝ
-�e'Wq	r�BqY�wq��
-�e'Wq	r�Bq��U\�ܩP\vr� w*��|�Y>�P\vr� w*��\�%ȝ
-�e'Wq	r�BqY�wq��
-�e'Wq	r�Bq��U\�ܩP\vr� w*�������I�ⲓ���S����*.A�T(.;��K�;��J���,T(.;��K�;��N���N�ⲓ���S���仸��A�ⲓ���S����*.A�T(.;��K�;��J���,T(.;��K�;��N���N��e�^�%��	�e���ev*��\�%ȝ��N}..A���e'Vq	j�BqY�wq�僚��ν�KP��N���N�ⲓ���SsqY�U\f�3����*.��T(.;��K�;5��{��6&��z��=�P\vr� w*��\�%ȝ
-�e'Wq	r�BqY�wq��
-�e'Wq	r�Bq��U\�ܩP\vr� w*��|�Y>�P\vr� w*��\�%ȝ
-�e'Wq	r�Bq��/��(�T(.;��K�;��N���N�ⲓ���S���仸��A�ⲓ���S����*.A�T(.;��K�;��J���,T(.;��K�;��N���N��2��mq	/����J�ex�Q\>Aqy<�������\\�1��sq�w�~������ǻ���K�����g�[��
-���/;<��B!<$�Ssx���|PsxX�WxHr��𰔯��N��a)_�!ɝ���N��䃚��R��C�;5���|��$wjK�
-I��vr�� ����ܩ9<,�+<$�SsxX�WxHr���+<���𰔯��N��a)_�!ɝ���R��C�;5���\�!�5���|��$wjK�
-I�����ܩ9<��;<��I��a)_�!ɝ���R��C�;5���|��$wj;��C�jK�9<$�1sxX�WxHn��𰔯��N��a�^�!�����R��Cr;5���|��$wjK�9<$�1sxة�{PsxX�WxHr���t��CR3���z���vj;��C�jK�9<$�1sxX�WxHn��𰔯��N��a'Wx�A��a)_�!ɝ���R��C�;5���|��$wj;��C�jK�
-I�����ܩ9<,�+<$�Ssx���|PsxX�WxHr��𰔯��N��a)_�!ɝ���N��䃚��R��C�;5���|��$wjK�
-I��vr�� ����ܩ9<,�+<$�SsxX�WxHr�����0�'5���|��$wjK�
-I�����ܩ9<��
-A>�9<,�+<$�SsxX�WxHr��𰔯��N��a'Wx�A��a)_�!ɝ���R��C�;5���|��$wj;��C�jK�
-I�����ܩ1<,�������a�Vx�A��a)_�!ɝ���R�5<$�GbK�
-I��vr�� ���sxHjc��T���N��a)_�!ɝ��ν�CP;3���z���vjK�
-I����sxHjc��S+<���𰔯��N��a)_�!ɝ���R��C�;5���\�!�5���|��$wjK�
-I�����ܩ9<��
-A>�9<,�+<$�SsxX�WxHr��𰔯��N��a%��a�OjK�
-I�����ܩ9<,�+<$�Ssx���|PsxX�WxHr��𰔯��N��a)_�!ɝ���N��䃚��R��C�;5���|��$wjSW���B��>�P�}��"����Y��z<�������}<����;ګ���S���p���oO���ۧo������������ۧQ��N��~�t������/y<��O/��z��{����x����O������i�;�����x|�;b���4ʝzC�z�������O�ܩ�寧���}����I>�7䧟������(w�
��sh?��4ʝzC�z���g����aT���p����~��ir�
������~��i�;������v}�Ƽa>�d�����4��z=�?�h���X#�� ���ӏ�Ɵe���>�jc�0�~2�/���4��zC~��^����4ʝz]~����?����I�������k��^O�۩7��w�׷�3_O�ܩ7�w��G��Y$^�>�/����&��ސ�~.χ�_O�ܩ7䧟�������Q����������O�ܩ����O�xl?��4������y8��z�N�!?�t��Ǿ�F�So�O?����V~~�N�1�r��{j?��4����x����~��i�;��|��tr���ܩ���ɵ�r��
-N%�+8Y>����ɵ�r��
-N'�
-ȝ
-+8�\+8 w*��T򽂓�
-+8�\+8 w*��tr���ܩ���ɵ�r��
-N%�+8Y>����ɵ�r��
-N'�
-ȝ
-+8�\+8 w*��T򽂓�
-+8�\+8 w*��tr���ܩ���ɵ�r��
-N%�+8Y>����ɵ�r��
-N'�
-ȝ
-+8�\+8 w*��4��(�TX���Z��Sa��k�N��N��;Vp*�^���A�+8�{���ژ��ө��n��
-N'�
-ȝ�Wp*�Vp�ڙ��ө��n��
-N'�
-ȝ�Wp:�Z��1a�R���TX���Z��S�
-N�^+8�6&��tj���۩��S��
-N�j^���k�Ƅ�N�p;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��J�Wp�|Pa��k�N��N��;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��J�Wp�|Pa��k�N��N��;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��F~���
-+8�\+8 w*��tr���ܩ���ɵ�r��
-N%�+8Y>����ɵ�r��
-N'�
-ȝ
-+8�\+8 w*��T򽂓�
-+8�\+8 w*��tr���ܩ���ɵ�r��
-N%�+8Y>����ɵ�r��
-N'�
-ȝ�Wp:�Z��1a�R���TX���Z��S�
-N�>����#Vp:�Vp@�TX���{'�5��tjc�
-N��
-��
-+8�\+8 wj^���Z��jg�
-N��
-��
-+8�\+8 wj^���k�Ƅ�J�Wp�{Pa��k�N��N��;Vp:�Vp@�TX���{'�Vp:�Vp@�TX���Z��Sa��k�N��J�Wp�|Pa��k�N��N��;Vp:�Vp@�TX�i�+8Q>����ɵ�r��
-N'�
-ȝ
-+8�\+8 w*��T򽂓�
-+8�\+8 w*��tr���ܩ���ɵ�r��
-N%�+8Y>����ɵ�r��
-N'�
-ȝ
-+8a��]��Z+8�/�Vp�����z�x|���i�px;!�\?���O��s}�`=�Ǵ���p�����7?|�����᧿������ϧ���������^]�yx~<����W�+9�ǧ[��E�U�T��U�R���R	�N�R���R)�J�N�R	�N�R���T�S�T��*�@�T(�*�.��|P�T��*�@�T(�:�J%�;J�N�R	�N�R���R)�J�N�R	�N�R���T�S�T��*�@�T(��E��
-�R'W�r�B���U*�ܩP*ur�J w*�J�|�JY>��T�ܫT�1�T��*���T(�:�J%�;5�J�[�RV;J�N�R	�N�R���T�Ss�ԹW�jcB�T�w��݃
-�R'W�r��R�s�R	�ƄR�S�T�S�T��T��AͥR�^���	�R�V�n�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ
-�R%ߥR�*�J�\�ȝ
-�R'W�r�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ
-�R%ߥR�*�J�\�ȝ
-�R'W�r�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ
-�R#�(��|R�T��*�@�T(�:�J%�;J�N�R	�N�R���R)�J�N�R	�N�R���T�S�T��*�@�T(�*�.��|P�T��*�@�T(�:�J%�;J�N�R	�N�R���R)�J�N�R	�N�R���T�Ss�ԹW�jcB�T�w��݃
-�R'W�r��R�S�K%$B�ԉU*�کP*U�]*e���R�s�R	�ƄR�S�T�S�T��*�@��\*Un�JY�L(�:�J%p;J�N�R	�NͥR�^���	�R�ޥRv*�J�\�ȝ
-�R'W�r�B���U*�ܩP*U�]*e��B���U*�ܩP*ur�J w*�J�\�ȝ
-�R%ߥR�*�J�\�ȝ
-�R'W�r�B���U*�ܩP*5�R)�'J�N�R	�N�R���T�S�T��*�@�T(�*�.��|P�T��*�@�T(�:�J%�;J�N�R	�N�R���R)�J�N�R	�N�R���T�S�T
-�L[*��R���K��F�Tz�R�����Y��O�Sz8wJ���O��a��������7����7�Ȓ�7�_��b��_B�^��2�k��٘�|�Y�ɗ�Ƅo�k����ٙ�u|�Y�Ɨ�Ƅ����*�l6&|_e���e�1�[����hv&|_e�7�e�1���*��~/��	_�W���{�lL��Ƽ�x/��	_�W���{�lL�νʬ�5��	keVŚ�Ƅ��1�5��	keV���Ƅz�2+^�fcB�Z�U�f�1�[m�;[�fgB�Z�լf�1�X��
-V�٘��Vfժ�lLhU�NU�ٙ�Vfu��lL�T+�"�l6&$��Y�j6���|��&�`B�Z�զf�1�L��
-S�٘��VfU��lLhR�NR�ٙ9H�īG�ޏD�Q+�b�,6&���Y%j63w��Xj�"�ʫ5��	jeV������i%^�i�~$B{�xwz�΄�2�;�fc����4{?!9��*N�ؘЛ6杛F�3slZ�Wk���P�V^��YlL�L+�*�l6&4��y'���LL+���l6&ԥ�Yqi6��ʬ�4��	]ic�Yi4;��ʬ�4��	EieVP��Ƅ��2�&�fcBKژwJ�΄��2�#�fcBEZ��f�1!!��*H�٘Џ6杏F�3!��jG�٘P�Vf���lL�F+���l6&4��y'���LF+�z�l6&Ԣ�Y�h6R�ʬR4��	�ha��D�y0!��jD�٘P�Vf��lL�C+���l6&���y����LC+���l6&T��YQh6��ʬ"4��	=hc�9h4;b�ʬ4��	%heV��Ƅ�2��fcBژw�΄��2���fcB�Y�f�1s�Y�W�����}6ޝ}F�3!���j>�٘������3[?� ����=�ט�z6�zF�3s�Y�W白�PyV^E�YlLH<+�
-�l6f�;����5"ĝ�Wmg��ʬ�3�����J�����H�����3��	AgeVϙ�Ƅ��2+��fcB�Y�Urf�1��l�;�fgB�Y��pf�1���
-8�٘�oVf՛�lLh7�N7�ٙnVfu��lL�6+���l6&$��Y�f6z��|�k&�`B�Y��jf�1�Ԭ�
-5�٘�iVfU��lLh4�N4�ٙhVf���lL�3+���l6&���Yef6��Ƽ��hv&D��YMf6��ʬ 3��	9f��3�͊1/�&���_��߫8>��6!}i��O[Ϗ_�.�:���b�1=uN1W��~;7�����Ͽ�����緯������������_�Kn�C���>��3���`�/��8��0O��/7B���c�^g�?�=<��͹+�sE}~�N�!�{9���H'??�r�^��G������0��y�|�{~{}n�������������|=�r�ސ���[�_�E�G�u�����r�~��iR�
����|h?��4ʝzC~���'ݥ��4ʝzC~��<>���i�;�F�}����Ǿ�&��ސ���+��S!���j�A�T��;��z�;�J��,Th�;�"{�;2�N���N�Ҿ�+��S!��件��A�޾�+��S!���j�A�T��;��{�;��J���,Th�;��{�;��N���N���+��S!¯����A���+��S!���j�A�T��;�r|�;��J���,Th�;��|�;��N�.�N�2��+��S!ί����A�>��+��S!���j�A�T��;�2}�;B�F~Q�G��B����ܩ��wr�� w*��\�>ȝ
-�~%��~�j��;�
-�AmLH�;��}p;��N�|�N��V���΄��S+��S!�����A��\�w��ژ�W�]�g��B����ܩ9��ܫ��1��������T�+�.��|Ps�߹W�jcB�ߩ���۩P�wr%� w*D��|W�Y>���wr�� w*���\�?ȝ
-�'W�r�B�_�w��
-�'W�r�B������ܩP�wr�� w*���|��Y>���wr
��ܩ0�ɵ�r��
-@'��ȝ
-C��|/d���@'��ȝ
-s��\{� w*,trM�ܩ0
-P��*@�*�tr
�ܩ0
�ɵ
�r��:@'�<�ȝ
-��b! �'6:�F@�T�	���	��Sa)��k*��N���J���|Pa/��k0��N�ɀN����;V:�f@�T��{9 ��:��@�T������SaA��kB��N��J�W�|PaG��kH��N�)�N�-�;5�	t�5'�jc @�ދ�=��)��5*�r��Y�N}���G",tbM�ک0.P���@�j���k`��Ƅ��N��p;V:�f@��<4P��4��΄��N��p;�:��@�Լ8й�����	��z�d����@'���ȝ
-��\� w*�tr��ܩ0@P��A�*ltr��ܩ0C�ɵC�r��A'�ȝ
-c�|�d���A'� ȝ
-��\� w*�tr��ܩ0L��/�	�|Ra���k���N�y�N�}�;
-:�&
-@�T)��{� �v
-:��
-@�T�*���*��Sa���k���N���J��|Pa���k���N�قN���;�ba�M����J��~�z���������S����y����޾���7I����/".���������|����ė�s��n�������?1��BW��Q���������R��&��ސ��^[��i�;�����9ۏ}=�r�ސ�~:����~~�N�.>��ۏ}=M�A�!?޽�>=����(w�
���������(w�
�����s����F�S��_N?����c_O�|Po�O?����c_O�ܩ7䧟�����w���(w�
����V��Q������O������$���O�p�~��i�;����ӹ?��z�N�!�{�7*�_F�1���w��g��&��ސ�^^��g��F�Soȟ��k�ׇQm���O�����O�۩7�N?��������4�'�����չת��	�^�Z�^�v*�zur�z�ܩyիrk�+��	�^�Z�^�v*�zur�z�ܩqիS�W�@���^�x�ze��ªW'תȝ
-�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ
-�^�|�ze��ªW'תȝ
-�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ
-�^�|�ze��ªW'תȝ
-�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ
-�^�|�ze��ªW'תȝ
-�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ
-�^��b�+�'V�:�V�@�TX���Z��Saի�k��N�U�J�W��|P�W�^�^�6&�zuj�z�۩���ɵ�r��U�ʭU��v&�zuj�z�۩���ɵ�r��U�νV�@mLX���{�+�V�:�V�@�Լ�չת��	�^�Z�^�v*�zU��僚W�:�Z��1aիSk��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի��U�,TX���Z��Saի�k��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի��U�,TX���Z��Saի�k��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի�_�zE��ªW'תȝ
-�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªW'תȝ
-�^�|�ze��ªW'תȝ
-�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r��U�νV�@mLX���{�+�V�:�V�@�Ը�թϫ^ �H�U�N�U/P;V�*�^���Aͫ^�{�z�ژ��թ��n�ªW'תȝ�W�*�V��ڙ��թ��n�ªW'תȝ�W�:�Z��1aիR�U��TX���Z��Saի�k��N�U�N�U/�;V�*�^���A�U�N�U/�;V�:�V�@�TX���Z��Saի��U�,TX���Z��Saի�k��N�U�N�U/�;V��ŪW�O*�zur�z�ܩ���ɵ�r�ªW'תȝ
-�^�|�ze��ªW'תȝ
-�^�\�^ w*�zur�z�ܩ��U���W�*�zur�z�ܩ���ɵ�r�ªWX�jW���֪���U��Fc��	V�o��^��U���y������~��o����������/�s��p��xs��xz�/�_O�}x�+{^k����11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;5��u�5&jc˜X��cb�=�0&��5&r��1�ν��@mL���SaL��_��E���1�ν��@mL���SaL��kL�N�cb�[cbY�L���SaL��kL�N�cb��<&�D��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�Tk�cbQ>�0&��5&r�˜X'טȝ
-cb�\cb w*��U�=&�僚��:��1aL�SkL�N�1�N�11�;5��Un��e�3aL�SkL�N�1�N�11�;5��u�5&jc˜X��cb�=�0&��5&r��1�ν��@mL���SaL���1�,�<&ֹט��	cb�Zcb�v*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�˜X'טȝ
-cb�|��e��˜X'טȝ
-cb�\cb w*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�˜X'טȝ
-cb�|��e��˜X'טȝ
-cb�\cb w*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�˜X'טȝ
-cb��bL,�'��:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;5��u�5&jc˜X��cb�=�0&��5&r��1�N}�G"��ub���ک0&V���X�j��kL�Ƅ1�N�11p;��:���@��<&V�5&��΄1�N�11p;��:���@��<&ֹט��	cb�z��e��˜X'טȝ
-cb�\cb w*��ur���ܩ0&V���X�*��ur���ܩ0&��5&r�˜X'טȝ
-cb�|��e��˜X'טȝ
-cb�\cb w*��ur���ܩ0&��/�Ģ|RaL��kL�N�1�N�11�;��:���@�T��{L,���:���@�T���SaL��kL�N�1�J��IJ|PaL��kL�N�1�N�11�;���$V;&/���._�����Xx�1&�cb��w������1���yL��<&�����������������?��O��>��lz_�w���p�������g{���_��|/!��>)���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�F~��F��B��ɕ��ܩ��vre� w*d��\�/ȝ
-�o%ߙo�j�|;��|AmL�|;�2_p;2�N���N͙o�V��΄̷S+��S!����|A�Ԝ�v���ژ��V��f��B��ɕ��ܩ9���+��1!����|��T�|+��|�|Ps�۹W�jcB�۩���۩��vre� w*d��|g�Y>���vre� w*d��\�/ȝ
-�o'W�r�B�[�w��
-�o'W�r�B��ɕ��ܩ��vre� w*d��|g�Y>���vre� w*d��\�/ȝ
-�o'W�r�B�[�w��
-�o'W�r�B��ɕ��ܩ��vre� w*d��|g�Y>���vre� w*d��\�/ȝ
-�o'W�r�B���/2�(�T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�Ԝ�v���ژ��V��f��B��ɕ��ܩ1���������vbe��v*d��|g�Y>�9���+��1!����|��T�|;�2_�;5g��[�oV;2�N���N�̷�+��Ss�۹W�jcB�[�w�݃
-�o'W�r�B��ɕ��ܩ��vre� w*d��|g�Y>���vre� w*d��\�/ȝ
-�o'W�r�B�[�w��
-�o'W�r�B��ɕ��ܩ��vre� w*d���"��I�̷�+��S!����|A�T�|;�2_�;2�J�3�,T�|;�2_�;2�N���N�̷�+��S!��;���A�̷�+��S!����|A�T�|c��e��B+�|����7���������O�S�{8�����~��~V��v�-��o7_��1���s���_>}������!�_��t������Y>^���^}Qt~_=��}o}Q��׹�E�$�H�_݉�EѠ��Eѥ|}Q4ɝ��(���/�&�S�E��U��ܩ� ��*�A>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y)_9ɝ��R�
-r�;5�|�$wj.�;�
-r�j.�K�*�I��\���U��ܩ� /� '�SsA��U��|PsA^�WANr�悼�����N�y)_9ɝ��N��䃚�R�
-r�;5�|�$wj.�K�*�I��\�wr� �\���U��ܩ� /� '�SsA^�WANr�悼�� ��悼�����N�y)_9ɝ��R�
-r�;5�|�Y>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y�>�6f.�K�*����\���U��ܩ� �ܫ �3sA^�WANn�悼�����N�y�>�6f.�;�
-rpj.�K�*�I��X���sANjc悼T����N�y'WA�A�y�>�6f.�K�*����\���U��ܩ� ��*�A>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y)_9ɝ��R�
-r�;5�|�$wj.�;�
-r�j.�K�*�I��\���U��ܩ� /� '�SsA��U��|PsA^�WANr�悼�����N�y)_9ɝ��N��䃚�R�
-r�;5�|�$wj.�K�*�I��\�W�]�g��悼�����N�y)_9ɝ��R�
-r�;5�\9�5�|�$wj.�K�*�I��\���U��ܩ� ��*�A>�� /� '�SsA^�WANr�悼�����N�y'WA�A�y)_9ɝ��R�
-r�;5��\��ژ� ��*��=�� /� '�SSA^���$�H�y)^9����N�����}.�Im�\���U��۩� /� '�ScA޹WAjg悼T����N�y)_9ɝ��}.�Im�\�wj���\���U��ܩ� /� '�SsA^�WANr�悼�� ��悼�����N�y)_9ɝ��R�
-r�;5�\9�5�|�$wj.�K�*�I��\���U��ܩ� �� ��I�y)_9ɝ��R�
-r�;5�|�$wj.�;�
-r�j.�K�*�I��\���U��ܩ� /� '�SsA��U��|PsA^�WANr�悼�����N�y�����^��܇z:�,������
-��#��1�����a��9��������3_��>��~8��?��뵫����r���8ܽ��n|�_���藸��+�BW^'�
-�۩p*��u*r�©P'שȝ
-�B�|�
-e��©P'שȝ
-�B�\�B w*�
-ur�
-�ܩp*T���P�*�
-ur�
-�ܩp*��u*r�©P'שȝ
-�B�|�
-e��©P'שȝ
-�B�\�B w*�
-ur�
-�ܩp*T���P�*�
-ur�
-�ܩp*��u*r�©P'שȝ
-�B���T(�'N�:�N�@�T8��:�S�T���T�N�S�J�O��|P�T���T�N�S�N�S!�;N�:�N�@�T8���T(�N�:�N�@�T8��:�S�T���T�N�S�J�O��|P�T���T�N�S�N�S!�;5�
-u�u*jc©P�ާB�=�p*��u*r��S�N}>�G"�
-ub�
-�کp*T���P�j>���T�ƄS�N�S!p;N�:�N�@��|*T�u*��΄S�N�S!p;N�:�N�@��|*Թש��	�B�z�
-e��©P'שȝ
-�B�\�B w*�
-ur�
-�ܩp*T���P�*�
-ur�
-�ܩp*��u*r�©P'שȝ
-�B�|�
-e��©P'שȝ
-�B�\�B w*�
-ur�
-�ܩp*��/N��|R�T���T�N�S�N�S!�;N�:�N�@�T8���T(�N�:�N�@�T8��:�S�T���T�N�S�J�O��|P�T���T�N�S�N�S!�;N�©J{*/�N�._�����Px���e���x{{�K��S::�]=��~��|)�������\��2����������O����+س����=�&�FG�3a2�2k1:��	{ѕYs��lL���ڊ�fc�Rtc�C���L����Z��fc�Fte�Dt6�+����٘�ݘ�8t4;��+����٘�]�5��ƄQ�ʬM�l6&,B7�=�΄9�ʬ5�l6&lAWfMAg�1a�2k:��	+Ѕ�b:�&�+���٘��\�5���Ƅ��ʬ��l6&,?7�=���̳ϕx�>g�G"l>W^M>g�1a�2k�9���מ�ƞ�׈0�\y����Ƅ��ʬ��l6fy��k�9{?a����(v&�;Wf�;g�1�s%^������ΕW��YlLXun�{�9���'�+�Zt�ޏD�s���s�bc˜se֖s6���r�fgB�U��fe�1!̪�겲٘PeUfEY�lLH��.��ٙ�cUf�X�lL��*�Z�l6&�X�Y!V62�Ƽ+�hv&4X�Y	V6�ʬ�*��	�UeV|��Ƅ��1��*��	�UeVv��Ƅ�2���fcBqU�\e�1!�j̻��fgBkU��Ze�1!���ꬲ٘PYUfEV�lLH�
-�Ea�̃	}UeV^��Ƅ��2���fcBYU�Ve�1!�j̻��fgBSU��Te�1!���ꩲ٘PSUf�T�lLH��.��ٙ�QUfeT�lL��*��l6&T�YU6�Ƽ�hv&�S�Y�T6©ʬn*�����J�����H�d���b*��	�TeV.��ƌ�T�=�R����TeU(��ƄL�1�J*����J����H�@���bcBU�Ge�1sՈUFE�����ʢ�ؘEUf5Q�l�\DU�De�G"�P�w�PQ�Lh�*�R�l6&�P�YT6*�ʬ*��		Tc�T4;��ʬ�)��	�SeV���Ƅ�2+|�fcB�Ԙw��΄�2+y�fcB�T��;e�1�v�̊��٘�:��)�:�ʬ�)��	�SeV��Ƅ©2+p�fcB�Ԙw��΄��2+m�fcB�T��5e�1�j�̊��٘�45�]4E�3�g��ʙ�٘3Uf�L�lL(�n�6mȔ�fuLo��t;c��:��b:������2���:��;�3���?}����j��_~����|�ǧ�r��럋7�a����֧}qDQ����Έ��P�#�Sᒸ���N�c�J����|P�=q�^Š6&�wj��۩pU��uVr����ʭ��v&�wj�۩p^��u_r���νN�AmL82����8��;��A��|jܹ׭1��	�ƝZ���v*W�}q�僚o�;�::�1��S���N���N��c�;��+��>��A���N�d�;N�;�n�A�T�B��:C�S����K�,T�E��:F�S�����N���N��d�;��+��J��A���N��d�;N�;�n�A�T�N��:O�S�@����,T�Q��:R�S�L���N�N�K�N�Se�;��+��V��A�{�N��e�;N�;�n�A�T�Z��:[�S�p��_\.G����r'��2ȝ
-�˝\�� w*\0wr�0�ܩp�\��s�*�1wr2�ܩp���u�r��5s'�93ȝ
-͕|_4g���Ms'�Q3ȝ
-g͝\w� w*\6wr�6�ܩp�\��us�*�7wr8�ܩp���u�r��+�νΜAmL8t����9�n�;���A��x�ܩ��� �H���N��gP;��+��z��A�wϝ{>�ژp�ܩu�n���s'��3ȝ��+�.��ڙpݩu
n��t'�4ȝ�/�;�:��1��R�k��T����:��S�$���&�N���N��h�;�+�����A���N��h�;Σ;��A�T����:��S�H���+�,T����:��S�T���V�N�k�N�si�;����t�O*�LwrM�ܩp6��u7
r���t'��4ȝ
-�ӕ|_Og����t'�5ȝ
-'ԝ\7� w*\Qwr�Q�ܩpH]��%u�*�RwrS�ܩpN��uO
r��Eu8�mO���M������F_������w������/K��������W[���:�����E�����_���������_���ϧ�������?�맯�����oO����>���>�_��Ի�W?�׷�joWk��ơ/ua����n�;.�;�.�A�T������S᲻����,�|�ݹ�e7��	�ݝZ���v*\vwr]v�ܩ���r�;��	�ݝZ���v*\vwr]v�ܩ���s��nP.�+�����A���N��n�;5_vw�u�
jc�ew��e7��
-�ݕ|_vg�����ν.�AmL���Ժ��S᲻���N���J�/��|P᲻���N���N��n�;.�;�.�A�T�����;�.�;�.�A�T������S᲻���N���J�/��|P᲻���N���N��n�;.�;�.�A�T�����;�.�;�.�A�T������S᲻���N���J�/��|P᲻���N���N��n�;.�;�.�A�T��n���Q>�p���u�
r��ew'�e7ȝ
-�ݝ\�� w*\vW�}ٝ�
-�ݝ\�� w*\vwr]v�ܩp���u�
r��ew%ߗ�Y>�p���u�
r��ew'�e7ȝ
-�ݝ\�� w*\vW�}ٝ�
-�ݝ\�� w*\vwr]v�ܩ���s��nP.�+�����A���N��n�;5^vw��e7�?᲻��N���J�/��|P�ew�^�ݠ6&\vwj]v�۩p���u�
r����ʭ��v&\vwj]v�۩p���u�
r����ν.�AmL�����;�.�;�.�A�T������S᲻���N���J�/��|P᲻���N���N��n�;.�;�.�A�T�����;�.�;�.�A�T������S᲻���N���F~q��
-�ݝ\�� w*\vwr]v�ܩp���u�
r��ew%ߗ�Y>�p���u�
r��ew'�e7ȝ
-�ݝ\�� w*\vW�}ٝ�
-�ݝ\�� w*\vwr]v�ܩp�/���nx�u�}�B�;����~x;����.��S����e����_��{p�I����ۇ�o������?���_?�}�w������y�ׇ�����x�;���q�E����8���_���4ʝzC�|w8���\'??�r�ސ��=߿�i����F�S���3?��z��zC~�{z}n?��4ʝzC�|w���~��i�;�����������O�ܩ��O������v+�z��zC~��<���z�N�!?�t�o�Ǿ�F�So�O?��}����F�S�˟O?��C����I>�7䧟���O���4ʝzC~���?��z�N�!=��X��Q�������X��Ǿ�&��ސ�_ۏ}=�r�ސ?��O����4ʝzC~��<=���i�;������y|n?��4������9���z�N�!?�t^ڏ}=�r�ސ�~:���V~~�N�.;�t��ڏ}=M�A�!?ޝ���~��i�;������������(w�
�����P��Q�����b�Em�
-�m'Wmr�Bm��UۂܩP�vrն w*Զ�|׶Y>����ܫ��1���Ԫm��T�m;�j[�;5׶�[�mV;j�N���N�ڶ����Ssm۹WmjcBm[�wm�݃
-�m'Wmr��ڶs���ƄڶS���S���件��A͵m�^�-��	�m�Vmn�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ
-�m%ߵm�*Զ�\�-ȝ
-�m'Wmr�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ
-�m%ߵm�*Զ�\�-ȝ
-�m'Wmr�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ
-�m#��m�|R����mA�T�m;�j[�;j�N���N�ڶ���6�j�N���N�ڶ����S����mA�T�m+��m�|P����mA�T�m;�j[�;j�N���N�ڶ���6�j�N���N�ڶ����Ssm۹WmjcBm[�wm�݃
-�m'Wmr��ڶS�k[$BmۉUۂکP�V�]�f���ڶs���ƄڶS���S����mA��\�VnնY�L�m;�j[p;j�N���N͵m�^�-��	�m�޵mv*Զ�\�-ȝ
-�m'Wmr�Bm��UۂܩP�V�]�f��Bm��UۂܩP�vrն w*Զ�\�-ȝ
-�m%ߵm�*Զ�\�-ȝ
-�m'Wmr�Bm��UۂܩP�6��6�'j�N���N�ڶ����S����mA�T�m+��m�|P����mA�T�m;�j[�;j�N���N�ڶ���6�j�N���N�ڶ����S��
5h[�����򅞞o׶���xx�{|�Xcm{8���������|����7vW�M��1���sq��o��7�~����:kҧ����ϧ�͕�����K�v!���鷚��*�������w���܇w�Қ�����7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|�E��
-�o'W�r�B��ɕ��ܩ��vr%� w*$��|'�Y>�9���+��1!���J|��TH|;�_�;5'��[�oV;�N���N�ķ�+��Ss�۹W�jcB�[�w�݃
-�o'W�r��ķs���ƄķS+��S!��;���A͉o�^�/��	�o�V�n�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ
-�o%߉o�*$��\�/ȝ
-�o'W�r�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ
-�o%߉o�*$��\�/ȝ
-�o'W�r�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ
-�o#�H|�|R!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��Ss�۹W�jcB�[�w�݃
-�o'W�r��ķS�_$B�ۉ���ک��V��f���ķs���ƄķS+��S!���J|A�Ԝ�Vn%�Y�LH|;�_p;�N���N͉o�^�/��	�o�މov*$��\�/ȝ
-�o'W�r�B��ɕ��ܩ��V��f��B��ɕ��ܩ��vr%� w*$��\�/ȝ
-�o%߉o�*$��\�/ȝ
-�o'W�r�B��ɕ��ܩ��6��7�'�N���N�ķ�+��S!���J|A�TH|+�N|�|P!���J|A�TH|;�_�;�N���N�ķ���7��N���N�ķ�+��S!�
)j�������R����'����o�O������c�;�}����<��ϟx}��������w�>o�����������.)��������N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N���+��S!�k�\�O*dp�\ȝ
-\'Wr�B�ɕ��ܩ��U��e����s��Ƅ�S+��S!�����@�Ԝ�UnepY�L��:�28p;2�N��N�\�^��	\��\v*dp�\ȝ�3�ν28P2�N��N����.�5gp�{ep�6&dp�Z��
-\'Wr�BW�w��
-\'Wr�B�ɕ��ܩ��urep w*dp�|gpY>���urep w*dp�\ȝ
-\'Wr�BW�w��
-\'Wr�B�ɕ��ܩ��urep w*dp�|gpY>���urep w*dp�\ȝ
-\'Wr�BW�w��
-\'Wr�B�ɕ��ܩ��urep w*dp��"���I���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N�\�^��	\��\v*dp�\ȝ3�N}��@��\'Vj�BW�w�僚3�ν28P2�N��N���+��SsW���e�3!�������T��:�28�;5gp�{ep�6&dp�zgp�=���urep w*dp�\ȝ
-\'Wr�BW�w��
-\'Wr�B�ɕ��ܩ��urep w*dp�|gpY>���urep w*dp�\ȝ
-\'Wr�B��/2�(�T��:�28�;2�N��N���+��S!���;���A���+��S!�����@�T��:�28�;2�J�3�,T��:�28�;2�N��N�.�Zm/�2��J\x�ߝ�N�x}~�N�)�;��|��/?����ở����������o�|���wo/��|��i�^nfq�dϿ"=��Wt�����Kv�;5_�W�}ɞ哚/�K��d'�S�%{)_��$wj�d/�뒝�N͗�\�� �x�^�ϗ�6f�d/�뒝�N͗�|]��ܩ�s�KvP;3_���u�Nn��K�R�.�I��x�^�ϗ�6f�d�Ժd���K�R�.�I��x�^�ϗ�6f�d/�뒝�N͗�\�� �x�^�ϗ�6f�d/�뒝�N͗�|]��ܩ�����䃚/�K��d'�S�%{)_��$wj�d/�뒝�N͗�\�� �|�^��%;ɝ�/�K��d'�S�%{)_��$wj�d��d���K�R�.�I��|�^��%;ɝ�/�K��d'�S�%{'�%;�5_���u�Nr��K�R�.�I��|�^��%;ɝ�/�;�.�A>������Kv�;5_���u�Nr��K�R�.�I��|�^��%{�Oj�d/�뒝�N͗�|]��ܩ�����Kv�;5_�wr]��|P�%{)_��$wj�d/�뒝�N͗�|]��ܩ�����䃚/�K��d'�S�%{)_��$wj�d/�뒝�N͗�\�� �|�^��%;ɝ�/�K��d'�S�%{�>_��ژ���S�܃�/�K��d'�S�%{��z�N��|�^��%;���/�;�.�A>��t�/�Im�|�^��%;���/�K��d'�S�%{�^��vf�d/�뒝�N͗�|]��ܩ�t�/�Im�|�ީu��A͗�|]��ܩ�����Kv�;5_���u�Nr��K�N�Kv�j�d/�뒝�N͗�|]��ܩ�����Kv�;5_�wr]��|P�%{)_��$wj�d/�뒝�N͗�|]��ܩ�����K�,��|�^��%;ɝ�/�K��d'�S�%{)_��$wj�d��d���K�R�.�I��|�^��%;ɝ�/�K��d'�S�%{'�%;�5_���u�Nr��K�R�.�I��|ɞo��Kvz��s^����%{z�?�O���5���x���}�~Sy<>ݸc??���b?\�c��W������K,��/ox�[\��o���Z"���|��_,q�m��J�٘�[%:��R	03�Dg^�(fc���:�lvf�2�μ�K����$љ�I�٘�k$:��	03�De�WHd�3�Ht���`6f���ά�&��	�MeVo��Ƅڦ0_�6�<���Tf�6�lL�l*�2�l6&D6�Y�M6
-�Ƽ�hvf�k*�k��#ښʫ�&��	aMeVW����UM#VT�F�����bcBOS���d�1sLS�WK���P�4��D�3!��̪h�٘����+��ޏDh*���,6&�3�y�3��̜�T�U�d�G"t3�W�L��ʬf&��	�Lc��L4;r�ʬZ&��	�LeV*��ƄP�2���fcB%Әw$�΄D�2���fcBS���d�1!���jc�٘P�4��D�3!��̪b�٘��Tf%1�lLb*�z�l6&�0�y�0��LHa*�J�l6&t0�YL6"�ʬ&��	Lc�L4;�ʬ�%��	�KeV���Ƅ�2�{�fcB�R�/��dLH^*���l6&�.�Y�K6b�ʬ�%��	�KcޡK4;2�ʬ�%��	�KeV��Ƅ��2�o�fcB�Ҙw��΄��2�l�fcB�R���d�1!j��jZ�٘P�4��D�3!g�̪Y�٘вTf�,�l��T�ձd�G"T,�wG,Q�LHX*�
-�l6f�W*�9_��<�W*�ڕ�5&�+�y�+��̜�T�U�d�G"4+�W�J��ʬ^%���k�F�X%z��J�U���ƄN�2+S�fc�H��F%{?�Pi�;P�bgB�R�U�d�1�M��JS�٘�Tfu)�lL�R�R�ٙ��Tf)�lL�Q*�r�l6&�(�Y-J6J�ƼC�hv&d(�YJ6�ʬ%��	JeV��Ƅ��0_�'�<���Tf�'�lL�N*���l6&D'�Y�I6��Ƽ��hv&�&�Y�I6Z�ʬ�$��	�IeVg��Ƅʤ1��$��	�IeVa��Ƅ��2+/�fcB\r;�hے�6+-�x�T��~���<?�_��P�|}�CZ�i���t���~���~���
����4/�Տ�����{q�~�H�闿�p�~��i:ȝ
-��\�� w*ܧwr��ܩp���/nԣ|R�J���L�N�C�N�Ku�;n�;���A�T8W���^=�5_�w�u�jc��z���:��
-w�\�� wj>]�ܺ]�jg��z���:��
-�\� wj�a����Ƅ3�J��س{Pᒽ���N���{]��ژp�ީu�n��I{%�7�Y>����s��vP�;�.���T�m��:n�SἽ����,T�p��:q�S�Ƚ����N�;�N�Cw�;N�+��u��A�k�N�sw�;�;�.�A�T�y��:z�S�콒��,T�|��:}�S�������N���N�x�;N�+�����A�+�N�3x�;�;�.�A�T����:��S����{�,T����:��S�(���*�N���N��x�;N���m|�O*\�wr�ǃܩp ��u!r�|'ב<ȝ
-g�|��g��¥|'ש<ȝ
-��\�� w*��wr̃ܩp2_���|�*\�wr�̓ܩp8��u9r���|'��<ȝ
-��|��g���}'�	=ȝ
-G��\W� wj������ƄS�J�o�{Pᚾ���N����|Q�D����:��Sᬾ���,�|Y߹�i=��	���Z���v*��wr؃ܩ�ľr��>��	W��Zg��v*�wr]ڃܩ�־s�c{P��+�����A���N��{�;��;���A�T����:��S�������,T����:��S������N��N�#|�;��+�����A�K�N�S|�;��;���A�T����:��S�$��_��G���U~'�Y>ȝ
-���\�� w*��wr�ܩp�_��}~�*\�wr��ܩp���u�r�~'ס>ȝ
-���|��g��µ~'׹>ȝ
-��\� w*��ǫ��h^h]�_��������F��n��pw�����Sw�G����w���/�~�_J�v���~1p��q���v�^_@|������1������S�K:��5��N��
������;�:���F#��N�F�N�F������S����j4@�Th4�E��
-�F'W�r�B����h�ܩ�htr5 w*4�|7Y>����ܫ���1����j4��Th4:�
�;57�[�FV;�N�F�N�F������Ss�ѹW�jcB�Q�w��݃
-�F'W�r��F�s�F�ƄF�S����S�Ѩ����A͍F�^���	�F�V�n�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ
-�F%ߍF�*4�\�ȝ
-�F'W�r�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ
-�F%ߍF�*4�\�ȝ
-�F'W�r�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ
-�F#�h4�|R����j4@�Th4:�
�;�N�F�N�F���F#��N�F�N�F������S����j4@�Th4*�n4�|P����j4@�Th4:�
�;�N�F�N�F���F#��N�F�N�F������Ss�ѹW�jcB�Q�w��݃
-�F'W�r��F�S�
$B�щ�h�ک�hT��hd���F�s�F�ƄF�S����S����j4@���hTn5Y�Lh4:�
p;�N�F�N͍F�^���	�F�ލFv*4�\�ȝ
-�F'W�r�B����h�ܩ�hT��hd��B����h�ܩ�htr5 w*4�\�ȝ
-�F%ߍF�*4�\�ȝ
-�F'W�r�B����h�ܩ�h4�F#�'�N�F�N�F������S����j4@�Th4*�n4�|P����j4@�Th4:�
�;�N�F�N�F���F#��N�F�N�F������S��%A�h��F���n7���xx=��_��uj4o��}�~>����i����*��s�����~��Ye����p�����~�L8>�K��_+��������񾾾<�
-5��O?�/o�%���y���z�t|����"??�r�^�?����W���$�����������4ʝzC~���?��z�N�!?��o��c??�r�^���*����~��i��
���������(w�
���������O�ܩ7������O�ܩ7���U�e��B��ɕ��ܩ��ur�h w*�h�\)ȝ
-)Z%�)Z�*�h�\)ȝ
-)Z'W�r�B��ɕ��ܩ��5�-�'R�N�
�N���+E�S!E��J�@�TH�*�NѲ|Ps�ֹW�jcB�֩���۩��ur�h wjN�*�R��v&�h�Z)��
-)Z'W�r���s�
�Ƅ�R�-�R�N�
�N�)Z�^)��	)Z�V�n�B�V�w��僚S�νR4PR�N�
�N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�J�S�,TH�:�R4�;R�N�
�N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�J�S�,TH�:�R4�;R�N�
�N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�F~��E��B��ɕ��ܩ��ur�h w*�h�\)ȝ
-)Z%�)Z�*�h�\)ȝ
-)Z'W�r�B��ɕ��ܩ��U�e��B��ɕ��ܩ��ur�h w*�h�\)ȝ
-)Z%�)Z�*�h�\)ȝ
-)Z'W�r���s�
�Ƅ�R�-�R�N�
�N�)Z�>�h �H��+E�S!E��;E��A�)Z�^)��	)Z�V�n�B��ɕ��ܩ9E��JѲڙ��uj�h�v*�h�\)ȝ�S�νR4PR�J�S��TH�:�R4�;R�N�
�N���+E�S!E��;E��A���+E�S!E��J�@�TH�:�R4�;R�J�S�,TH�:�R4�;R�N�
�N���+E�S!Ek�)Z�O*�h�\)ȝ
-)Z'W�r�B��ɕ��ܩ��U�e��B��ɕ��ܩ��ur�h w*�h�\)ȝ
-)Z%�)Z�*�h�\)ȝ
-)Z'W�r�B�[�.E�Z)���-����OM�~���v��||����������!w���7���/^�x��o����{�ߛ�u�Z�����endstream
+�����/�Ы�p���T�Ug�zՀ{*��3\�j�=z�>{�=^R�W���U�Ы�p���T�Ug�zՀ{*��#|��{��B�:�ի�S�W���U�Ы�p���T�UG��U�xI�^u��W
��B�:�ի�S�W���U�ЫN�^u��T�Ug�zՀ{*��3\�j�=z��g��$������X����{I
)��v���70q5��!����o���u�T�[�O��(���B_R�����WW
��BW]ừ��X�]ug��hۄ����U����Uw��j�}5wՕ��:Ӿ	]uG���W���puՀ�j�;{u�@�&t����l�U�;\]5ྚ���^]5ж	]uG���W�����Ug|�殺�WW
�mBW�����U�;\]5�
+]u��:�c��WW
��BW����U�;\]5�
+]u��:�c��WW
��BW����U�;\]5�
+]u��:�c��WW
��BW����U�;\]5�
+]u��:�c��WW
��BW����U�;\]5�
+]u��:�c��WW
��BW����U�;\]5�
+]u��u����Uw��j�}��WW
��BW����U�+|w���Uw��j�}��WW
��BW����U�+|w���Uw��j�}��WW
��BW����U�+|w���Uw��j�}��WW
��殺�WW
�mBW]ѻ���X�����U���SW
��"t���h_����wW�񱚻��^]5ж	]uG���W���puՀ�j�+[]u�}��VW
��BW������Uw�ꪁ�M�+zw����Uw��j�}��WW
��BW����U�+|w���Uw��j�}��WW
��BW����U�+|w���Uw��j�}��WW
��BW����U������\�����U��Uw��j�}��WW
��BW]ừ��X�����U��Uw��j�}��WW
��BW]ừ��X�����U��Uw��j�}��X�w]5|��U������:|��U?CW�x�W�������Z[]�ө���~|����~<�����������?��������?����\���3������o1����Ve�B��ס�]�u���}�:�9t.�:�9t�p�΀��:��
+�	��:��
+�	��:��
+�	��:w�Bg��j�K|�΄�j�K|�΄�j�K|�΄�j�;\�3�c5��%�Bg�}5��%�Bg�}5��%�Bg�}5�����C�_�3ᾚC�_�3ᾚC�_�3ᾚC�W��X͡s��Йp_͡s��Йp_͡s��Йp_͡s�+t|��й�W�L���й�W�L���й�W�L���й�:>Vs�\�+t&�Ws�\�+t&�Ws�\�+t&�Ws�\�;t��\͡s��Йp_͡s��Йp_͡s��Йp_͡s�+t|��й�O�3Ѷ�C�^�3پ�C�_�3�C��^�3о�C�^�3پ�C�_�3�C��>��D�f�;Z�3�c5��%�Bg�}5�Υ}
+����:��
+����:w�Bg��j�K�:m�9t.�:���9t.�:�9t�p�΀��:��
+�	��:��
+�	��:��
+�	��:w�Bg��j�K|�΄�j�K|�΄�j�K|�΄�j�;\�3�c5��%�Bg�}5��%�Bg�}5��%�Bg�}5�����C�_�3ᾚC�_�3ᾚC�_�3ᾚC�W��X͡s��Йp_͡s��Йp_͡s��Йp_͡s���9�s5��%�Bg�}5��%�Bg�}5��%�Bg�}5�����C�_�3ᾚC�_�3ᾚC�_�3ᾚC�W��X͡s��Йp_͡s��Йp_͡s��Йp_͡s�+t|��й�W�L���й�W�L���й�O�3Ѷ�C�V��X͡s��Йp_M�sI��_.�й�W�L���й�:>Vc�\ڧЙh�̡sI�Йl_͡s��Йp_��sg��h�̡sI�Йl_͡s��Йp_��si�Bg�m3����챚C�_�3ᾚC�_�3ᾚC�_�3ᾚC�W��X͡s��Йp_͡s��Йp_͡s��Йp_͡s�+t|��й�W�L���й�W�L���й�W�L���й�w��C�_�3ᾚC�_�3ᾚC�_�3ᾚC�W��X͡s��Йp_͡s��Йp_͡s��Йp_͡s�+t|��й�W�L���й�W�L����97�U�L_����/B�����{�mM��O�wO������ǟ�G{�s>}L�ڙ��:���o?����/�|KA�����?�3Ϳ����5�o�;��_x�~��8�~W�P��2>V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��5�Y��
+�_�+��W!��p�~��*�~��p_�ܯ�w��s��^�ж	�_G+��W!��p�~��j��*[�_�}r��V���B�������՜�u�����M��*z�~����u�r?�}5�~��r?�mr��V���B�W�;���X͹_g��hۄܯ��������u�r?�}r�
+߹_��*�~��p_�ܯÕ��u�r?�}r�
+߹_��*�~��p_�ܯÕ��u�r?�}r�
+߹_��*�~��p_�ܯÕ��u�r?�}r�
+߹_��*�~��p_�ܯÕ��u�r?�}r�
+߹_��*�~��p_�ܯÕ��u�r?�}r�?��">W!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_͹_g��hۄܯ�w���
+�_�+��Wc��ѧ���E��:X�о
+�_���/�c5�~��r?�mr��V���B�������՜�U�r�L�&�~��l_�ܯÕ��9����m���U����=V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��U���2>V!��p�~��*�~��p_�ܯÕ��5�Y��
+�_�+��W!��p�~��*�~��p_�ܯ�w��
+�_�+��W!��p�~��*�~��p_�ܯ�w��
+�_�+��W!��p�~��*�~!Qks?�B+�;�B)����~������g��֧v��p�������:�����|<�8s��~�O�B�������,~�ӧ.��_z�;��_�2W~q���D����ͪ���
+����k�p��V�}~_k�������Z+|��֌�U�}����
+����k�p��V�}~_k�������Z+|��֌�U�}����
+����k�p��V�}~_k�+��W!��pg|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!�n�;�s�W�
��B���
+��U�;\7�
+w��;�c5ܝ�n�m�V�
��B���
+���pW��L�&���l_����p�9���pm�pW���=V!��p܀�j�;{�@�&���l_����w�����^7ж	wG+��W!��p܀�*��U�;\7�
+w�+��W!��p܀�*��U�;\7�
+w�+��W!��p܀�*��U�;\7�
+w�+��W!��p܀�*��U�;\7�
+w�+��W!��p܀�*��U�;\7�
+w�+��W!��p܀�*�
~pG|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7ྚ��^7ж	wE�;�c�W�
��ƀ��O7���pw�n�}�
+�w��j�;{�@�&���l_����p�9�lܙ�M�;Z7ؾ
+w�+��Ws���+��6!��pg{�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!��pg|�B���
+��U�;\7�
+w�+��W!�n�;�s�W�
��B���
+��U�;\7�
+w��;�c�W�
��B���
+��U�;\7�
+w��;�c�W�
��B���
+��U�Cz����V�}��R����=��?�����}�S�������~~~;��쭀{}l}j��뷵��/_����/�}�%������Og��Y�?���}��)N�w'�g�7��ۤ�8˶	9q#�8ʾ	-q%+%βmBH\�ꈳl�PW�"�,�&$č��(�&�Õ�|8˶	�p%�βmB9\�
+��l��
7򮆣��W���,�&Õ�^8˶	�p%+βmB*�Ȼ��oB'\�ʄ�l�	W��,�&•�@8˶	yp#�:8ʾ	mp%+
βmB\�ꂳl�PW���,�&$�����(�&����8˶	1p%�βmB	\�
+��l��7򮀣���W��,�&����7˶	�o%+�ͲmB�[�g�o��&t����7˶	�o%��ͲmB�[�
+~�l���6�}�웹�����f�rB��U�aۄʷ��f�6s���*|�k���V����&Ľ���7˶���
+^aov/!�m�]�F�7��d%�Y���V��y�{�5o�*�ͰmB��Ȼ䍲o掷�Wƛ��E�x+W
o�m
+�JV��eۄ|��w�e߄v����f�6!ܭdu�Y�M�v+Y�n�m��F��n�}z�JV��eۄX����f�6�ԭd��Y�M�tyW�Q�Mht+Y�n�m�JV��eۄ:���f�6!�m�]�F�7�˭de�Y�M�r+YMn�m��JV��eۄ��w�e߄����f�6!ĭdu�Y�M�p+Yn�m�B>+p�<6���d�Y�M�o+Y�m�m��JVx�eۄ춑wue߄涒��f�6!��d��Y�M�m+Y�m�mR�Fޥm�}:�JVf�eۄȶ���f�6���d�Y�M�ky׵Q�Mhk+Yim�m��JVW�e��Um��6�����6�.j#���V�r�,�f�i+���f�bJ�JUH�]ۄ���wEe��
m��6����V����&Գ��x6˶���V9][�n�r��f�6!��d5�Y��\�V�
+f�{��l��Z6¾	�l%+�ͲmB([��d�l�P�V�"�,�&$����(�&����<6˶	ql%��ͲmB[�
+c�l���6�b����V���,�&���6˶	5l%+�ͲmB
+[�g%l��&t���6˶	l%��ͲmB[�
+`�l���6�_��оV���,�&�����5˶	�k%+zͲmB��Ȼx��oB�Z��]�l��V�Z�,�&��)��B��mV�z�mR�z����_S����_S�>�+�és�ǟ�~S���]gr�p������D�^��w�/�J��^�/����o��+_(嗀�*��p_���w���
+f����W���p����*�p_���w���
+If����W���pe���*���2p_�6��w���
+yf����W���p%���*D��Jp_�N��w���
+�f����W���p嚀�*��bp_�f��w���
+�f����W���p����*ě�zp_�~��w���
+	g����W���pe���*����p_�����bΈ�U�9;\='�
+Eg�+��W!��pU���*t���Ό�՜vv�j;��M�;;Zy'ؾ
+�g����Ws�Yي<3훐yv�:O�}J�W�	���س�W�	�mB�Y�;���X����|���}m�~v��O�}��
+��g��j�?;{��@�&��l_���U��ЁV�A3>V!�p����*Ԡ�p_� ��U��ЄV��B3>V!�pu���*���4p_�8��U��ЇV�D3>V!�p5���*T��Lp_�P��U��ЊV��E3>V!�p����*��dp_�h��U��ЍV�G3>V!�p����*ԣ�|p_����U��А6�YD�
+i��#�W�$�p����*Ĥ��p_����wP��
+Ii��)�W�*�pe���*����p_����w\��
+yi��/�W�0�p%���*D���p_�δ�wh��
+�i��5�W�6�p妀�jN;{�@�&4����l�U�N;\�)��ӎ>���_.B|���O��U�O+|��9A��ՠm�P�v�2T�}B�W�
+������f�7!G�h��`�*��$p_�Qjg�*hۄ.��w����
+ij��M�W�N�p婀�*��Bp_�F��w���
+�j��S�W�T�p����*�Zp_�^��w���
+�j��Y�W�Z�pe���*���rp_�v����Ո�U�W;\�*�
+k�+a�W!b�pU���*t��C֌�UHY;\-+�
+5k�+g�W!h�p���*4���֌�U�Z;\]+�
+ek�+m�W!n
Af[��Zy��z~�ݷ�o�����N�< p]�ځ��)p��o_~*�׏�:'���ϯ7Wu��[����k����J�g��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�?�<#>W���pu���*t���p_�γ��y��yV��<3>Vs��٫��6���hu�`�*t���p_͝ge��̴oB����<��U�<;\�'ྚ;��^�'ж	�gE��3�c:�W�	���γ�W�	�mB����<��U�<+|w�������ym��yv�:O�}:�W�	��B�Y����X�γ��y��yv�:O�}:�W�	��B�Y����X�γ��y��yv�:O�}:�W�	��B�Y����X�γ��y��yv�:O�}:�W�	��B�Y����X�γ��y��yv�:O�}:�W�	��B�Y����X�γ��y��yv�:O�}:�W�	��B���g�g��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y����ym��yV��<�=V���pu���j�<;��y|��g���W����yf|��γ�W�	�mB����<��U�<;\�'ྚ;��V�i߄γ��y����yv�:O�}5w���:O�m:ϊޝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�
+ߝg��*t���p_�γ��y��yv�:O�}:�?�<#>W���pu���*t���p_�γ��y��yV��<3>V���pu���*t���p_�γ��y��yV��<3>V���pu���*t���p_��3d�m�	_hu��_(u�����:�����/߿B�>�;��S��_���v�g����-w����w�y��C�y���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g��u����yv�:O�}:�W�	��B����<�U�<+|w�������ym��yv�:O�}:�W�	���γ��yf�7���hu�`�*t���p_͝gg��hۄγ�w���
+�g����Ws��٫��6���hu�`�*t��;ό���yv��<��M�<;Z�'ؾ
+�g����W����yf|�B����<�U�<;\�'�
+�g����W����yf|�B����<�U�<;\�'�
+�g����W����yf|�B����<�U�<;\�'�
+�g����W����yf|�B����<�U�<;\�'�
+�g����W����yf|�B����<�U�<;\�'�
+�g����W��l��3�s:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<���yv��<��M�<+zw����yv�:O�}5v�}�<�\�γ��y���yV��<3>Vs��٫��6���hu�`�*t���p_͝ge��̴oB����<��U�<;\�'ྚ;��^�'ж	�gE��3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g���3�c:�W�	��B����<�U�<;\�'�
+�g��u����yv�:O�}:�W�	��B����<�U�<+|w���yv�:O�}:�W�	��B����<�U�<+|w���yv�:O�}:�W�	��B��Ķ�/�:��/��t�����?y|��;���<��������߿ܽ=����W[ӧ>;��S�������×�?����x�����~�ݿ��#C{��'�g��9>����5����)v����ŷ��_�������^�BW�ӧ������������i�}�:�r8����J|}��z�{{{~j�ӧ�������K�c_�F�Wo�owo//����i�}�:�z��y~m��ӄ����O�����O#�7�����?r��ӧ����O�����>���^�ߎ:��}}��z?������4�z?������4�z�{��۹���0Ҷy]~?�=�=�?��i���
���������O#�7𗻇����0ҶyC>��<?�?�ӧ����������<7�>
�\���h>^�w�燑����O��嵥O�F�Wo��?��k�3?}q_���4���B��7�ǻ�����{}m_������۟��4�z�{���?����u��pwx�o���D����������ק��������7w��ӈ��
��g��P��O�F�W���?����Ǿ>M�X���t���4�z?������4�z_�:��i�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�L5�ٙ���U83��:3��™�י)�}�Lu��L�pf��������|f��י)�m�Lu��L���pf��uf
+p_�g�*[g�2�pf��uf
+l_�3S�3S��j>3����ж	g�*z����X�3S�3S��j>3����ж	g�:Zg���U83U���T��j>3����ж	g�:Zg���U83��:3��™�
+�g�2>V��T����
+g�:\g���U83��:3��™�
+�g�2>V��T����
+g�:\g���U83��:3��™�
+�g�2>V��T����
+g�:\g���U83��:3��™�
+�g�2>V��T����
+g�:\g���U83��:3��™�
+�g�2>V��T����
+g�:\g���U83��:3��™�?;3�
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3���3S���Lm�pf�����l�U83��:3���3S}:3��"���`���W��T��3S���Tg�3S@�&���h���W��T���ྚ�LU��Le�7��TG��ؾ
+g�:\g����|f��י)�m�LU�>3���
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�LU�>3��
+g�:\g���U83��:3��™�י)�}�L5�ٙ���U83��:3��™�י)�}�Lu��L�pf�������U83��:3��™�י)�}�Lu��L�pf�������U83��:3��™�י)�}�L��Hݙ)�B����Jg��7��g�>^�����6��ҧ>�L�ߋ�;S����~�����?~���+W�>����?�CW~���|�ʔ����]|��`�}�p��p_�`:\`����L��0��j>�S���������Ѷ��t���=V��_`��x���O`���|�����}5���}�&�s5�)���m3�)�u��l_�`J|�!�W���^`���|�����}5�)�u��p_M`J��������L���c5�)�u��p_�`J|�!�W��_`��|���u�����:�C���0%�����L��0��j>���:��X�`J|�!�W��_`��|�����}5��p�|��0%�����L��0��j>�S���ᾚ�t���>V��_`��|�����}5�)�u��p_�`:\`����L��0��j>�S���ᾚ���:�C���0�0���|�����}5�)�u��p_�`J|�!�W�����j>�S���ᾚ���:�C���0%�����L��0����L��0��j>�S���ᾚ���:�C���0�0���x���O`���|�����}5�)�u��p_�`:{��7���^`���|�����}5�)���m3��h�{��0%�����Li��m���LI�0d�j>���:��X�`J�t��h��`Jz�!�W��_`��|���u�����:�C���0%�����L��0��j>���:��X�`J|�!�W��_`��|�����}5��p�|��0%�����L��0��j>�S���ᾚ�t���>V��_`��|�����}5�)�u��p_�`:\`����L��0��j>�S���ᾚ���:�C���0��d|��0%�����L��0��j>�S���ᾚ�t���>V��_`��|�����}5�)�u��p_�`:\`����L��0��j>�S���ᾚ���:�C���0�0���|�����}5�)�u��p_�`J�t��h��`:Z`����L��0��j:�Sҟ`�\�`Jx�!�W�����j<�Sڧ0D�f>�S���پ����:�C���0�������LI�0d�j>�S���������Ѷ��t���=V��_`��|�����}5�)�u��p_�`:\`����L��0��j>�S���ᾚ���:�C���0�0���|�����}5�)�u��p_�`J|�!�W��
+�`2>W��_`��|�����}5�)�u��p_�`:\`����L��0��j>�S���ᾚ���:�C���0�0���|�����}5�)�u��p_�`�rIs�����s_(�I���owO�����?�~�~U��~��ﯟ?;��g���1��9������?��/�A�������|<;s����_n�Xς���wpy��Cpy���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��?.#>W!��p���*���p_���\�\V�.3>Vsp��+��6!��h�`�*���p_��ee+�̴oBp��
+.��U.;\�%ྚ���^�%ж	�eE��2�c��Wp	���ಳWp	�mBp��
+.��U.+|��9���\m�\v��K�}��Wp	��BpY�;���X���\�\v��K�}��Wp	��BpY�;���X���\�\v��K�}��Wp	��BpY�;���X���\�\v��K�}��Wp	��BpY�;���X���\�\v��K�}��Wp	��BpY�;���X���\�\v��K�}��Wp	��Bp��g�e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��
+��e��*���p_���\�9���\m�\V�.�=V!��p���j.;�\|��e+��W!���\f|��ಳWp	�mBp��
+.��U.;\�%ྚ���Vp�i߄ಣ\���\v��K�}5����K�m�ˊ��e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��
+��e��*���p_���\�\v��K�}��?.#>W!��p���*���p_���\�\V�.3>V!��p���*���p_���\�\V�.3>V!��p���*���p_��2��mp	_h��_���vp��.�(�<����g�-O�Rn�p�-�����`oyx���ܛ�����������싇�r~��Zf�6���d��Y�M�,+Y�e�m�Fމe�}�JV_�eۄ���Wf�6!��d��Y�M�*yg�Q�M�*+YMe�m��JVP�eۄ���USf�6��l�RF�7!��du�Y�M�(+Ye�m�JVA�eۄ~��w>e߄x���Nf�6���d��Y�M�&+Y�d�m��F��d�}��JV/�eۄZ��Kf�6!��d��Y�M�$�,�L�؄H���Hf�6���d�Y�M�#+Yud�m��F�id�}3������^.BY��"3l��DV���,�f�!X9dtmb��U�aۄ��Bf�6sY������"4�����&����1˶���
+^�cv/!}�\���M�yg�Q��=V�j�{��c�*x̰mB�Xɪ�l��:6�N��:V�:�,�&T����1˶	�c%�p̲mB���;o��oB�X�j�l�P6V���,�&d����1˶	Mc#�1ʾ	Ac%�g̲mB�XɊ�l��2V�J�,�&t���3�(�&D����1˶	c%+`̲mB�Xɪ�l��.6�N��.V���,�&T���h1˶	�b%�X̲mB�X�g�b��&Ċ��V1˶	�b%+T̲mB�Xɪ�l��(6�N��(V���,�&ԉ��81˶	ib%�L̲mB���;K��oB�X�j�l�P$V���,�&䈕�1˶	-b#�1ʾ	!b%�C̲mB�XɊ�l�9A��U f�r�����a�}��JV{�eی�a��ì^�AvX���k��6�N��98���f�rj��Ul�aۄ԰�Uf�6sg����k�V���&����0˶���
+^uav/�-lܝF�7!,�du�Y�M�
++YQa�m��JVQ�eۄ���wNe߄����f�6�$�d��Y�M�+Ya�m�F�	a�}�JV?�eۄz��f�6!�d��Y�M��,L�؄h���f�6��d�Y�M�+Y�`�mZ�Fީ`�}B�JV'�eۄJ��	f�6!�d�Y�M�y�Q�M�+Ym`�m��JV�eۄ,�v��V��۬(��ۤ&�����I���[�?=�P�>�(���×�~�CU������ǿ�<��d�o�m��*��_~7r�_>DrW�P����U��*|�r���u�Z9�}j�W.��B0��*���Uh�*|Gs���u��9�}ʹW:��B<�����U��*|t���u�:�}*�WF��BH��*���Uh�*|�t���u�z:�}��WR��BT�����U��*|�u���u��:�}�W^��B`��*���Uh��,���\�̮����P�u�R;�}b�Wm��BoW�;���X��]g��hۄꮣ�݁���u��;�}5�w���.Ӿ	�]G���W���p%x��j��:{Ux@�&tx�C�l�UH�:\-ྚk��^9ж	A^G���W�ɫ��e|��,��W��mB���J���U��:\u�
+}^��@/�c�W���B�������U�:\��
+�^��X/�cr�W���B���J���U��:\��
+�^��p/�cҽW���B�������U�:\�
+
_��/�c2�W���B���J���U��:\5�
+=_��/�c��W���B�������U�:\e�
+m_���}����u��>�}
+�W���B������U��*|�~���u�Z?�}j�W���B���*���Uh�*|G���u��?�}ʿW���B������U��*|����v�@�}*�W�����W	�mBX�;��X������S��"D��*h_�.��w�����^m ж	u`G+�W!�p���jn+[�`�}2��V'��B)��J��v����M�+z����v��A�}��W6��B8��*�Uh+|ǃ��v��A�}
+�WB��BD���U�+|����v�ZB�}j�WN��BP��*
+�Uh
+�,*��\������Pv��B�}��W]��B_X�;0��X�İ���Pv�2C�}B�Wi��BkX�;6��X�ܰ���Pv��C�}���ǵ�!|�������a�F��������Y�����o/O��������׿����S��N�����������������O?����o_Fqxxy?��qϑ��������/"<���_��>��%��.���#>�>޽=}�'LW����i�}��r����O�:��i�}��v������O#������}�c_�&|����:���Ǿ>������:���Ǿ>�������^?�զ�??��m^��wo��|}��z�{}}l��ӈ��
���᥶??��mސ�2�O����i�}�zt��y���b
�O>Wo��?��*s���0ҶyC>��<������h��
��Gsx��O#�����<|����}�0ѾyC~�{yk��ק������������O#�7𷻗�G���_.^gw�����>M�X���\^�|}q_���\�?�qX��>������6O����i�}�:�x��y|l��ӄ����O�����O#�7�������O#�7�����C��>����8Dz~�{��_��
+�$���[��U�=��+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��]���\�+8�+8��*\��p]��W�
+N��
+�
+Wp*|_���X�Wp:{]��6�
+NG�
+ؾ
+Wp:\Wp���|��u'Ӿ	Wp:ZWp��U���Ẃ���+8�����m�p����l�U���Ẃ���+8�����m�p��ul_�+8���d|��+8�����m�p��ul_�+8�+8��*\���}'�c��t�����p��up_�+8�+8��*\���}'�c��t�����p��up_�+8�+8��*\���}'�c��t�����p��up_�+8�+8��*\���}'�c��t�����p��up_�+8�+8��*\���}'�c��t�����p��up_�+8�+8��*\�i�+8��p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��j�����
+ж	Wp*z_���X�+8�+8��j���ѧ+8�_.����}��T����񱚯�t����m�����}��t������
+Ne�
+N�}��t������p��up_�Wp:{]��6�
+NE�+8��p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��+8�p��up_�+8�+8��*\��p]��W�
+N��]���\�+8�+8��*\��p]��W�
+N��
+�
+Wp*|_���X�+8�+8��*\��p]��W�
+N��
+�
+Wp*|_���X�+8�+8��*\��p]��W�
+N���^��/�����t'|��{:��==~����
+���~��ﯟޏ�Rw�z�����>�;8��?��r���/?><��o_����?�v�_?�/�:���Ϗ^�����t�Gcg_i^�yy|��?+��_�.����B�t��R	p_�R��w���
+�R��T�W�T�p�J��*�J�R	p_�R��w���
+�R��T�W�T�p�J��*�J�R	p_�R��w���
+�R��T�W�T�p�J��*�J�R	p_�R���J���U(�:\��
+�R��T�W�T�p�J��*�J�K����\*u�*���M(�:Z�ؾ
+�R��T�Ws�T�*�2�P*u�J%�}J�W����R��W��mB�TѻT��X�R��U*T��U*m�P*u�J%�}J�
+ߥR��j.�:{�J@�&�J�R	l_�R��U*�P*U�.�2>V�T�p�J��*�J�R	p_�R��U*�P*U�.�2>V�T�p�J��*�J�R	p_�R��U*�P*U�.�2>V�T�p�J��*�J�R	p_�R��U*�P*U�.�2>V�T�p�J��*�J�R	p_�R��U*�P*U�.�2>V�T�p�J��*�J�R	p_�R��U*�P*5�Y��
+�R��T�W�T�p�J��*�J�R	p_�R��w���
+�R��T�W�T�p�J��*�J�R	p_�R��w���
+�R��T�W�T�p�J��*�J�R	p_�R��w���
+�R��T�W�T�p�J��j.�:{�J@�&�J�K�l�U(�:\��K��>�J�_.B���*���U(�*|�J��T��U*m�P*u�J%�}J�W����R��U*e�7�T�h�J`�*�J�R	p_ͥRg�R	hۄR��w����
+�R��T�W�T�p�J��*�J�R	p_�R��w���
+�R��T�W�T�p�J��*�J�R	p_�R��w���
+�R��T�W�T�p�J��*�J�R	p_�R���J���U(�:\��
+�R��T�W�T�p�J��*�J�K���U(�:\��
+�R��T�W�T�p�J��*�J�K���U(�:\��
+�R��T�W�T
+�L[*�Z���J�R�F�TZ�J��1�J�R�������4���?@�x�s�����(��/�����U�_�w���_����/��p�r>�}~9_��_�
+���������U��|�_����/��p�r>�}~9_��_�
+���������U��|�_����/��p�r>�}~9_��_�
+���������U��|��p_��Õ��V�N^3>V!y�p%���*$���p_��Õ��V�N^3>V!y�p%���*$���p_��Õ��V�N^3>V!y�p%���*$���p_��Õ��6�Y��
+�k�+y�W!y�p%���*$���p_���w�񱚓��^�+ж	�kG+y�W!y�p%���jN^+[�k�}�׎V�
+��B���J^�՜�v�J^��MH^+z'�����v��W�}5'����W�m�׎V�
+��B�Z�;y��X��kg��hۄ䵣�������v��W�}��
+��k��*$���p_��Õ��v��W�}��
+��k��*$���p_��Õ��v��W�}��
+��k��*$���p_��Õ��v��W�}��
+��k��*$���p_��Õ��v��W�}��
+��k��*$���p_��Õ��v��W�}��?K^#>W!y�p%���*$���p_��Õ��V�N^3>V!y�p%���*$���p_��Õ��V�N^3>V!y�p%���*$���p_��Õ��V�N^3>V!y�p%���*$���p_��kg��hۄ䵢w���
+�k�+y�Wc��ѧ���EH^;X�+о
+�k���5�c5'����W�m�׎V�
+��B���J^�՜�V���L�&$���l_��Õ��9y�야m���V�N^�=V!y�p%���*$���p_��Õ��V�N^3>V!y�p%���*$���p_��Õ��V�N^3>V!y�p%���*$���p_��Õ��6�Y��
+�k�+y�W!y�p%���*$���p_���w��
+�k�+y�W!y�p%���*$���p_���w��
+�k�+y�W!y�p%���*$����W�B+y=�B)y
���?y|��;���������?�<�����h�~���ӧ�V�r���S��_����o������o�?���������;��3�g�����ڽ��=~��[�������/����?}����W��/w�@��׹B�>�������^�~��O�F�W�����[i�>L�oސ�^��^Z��i�}�~��?}q_���ݽ�?��E�r�:�p�;�޷?��i���
����rh��ӈ��
�����͗��ӈ��
��g��P��O�F�Wod��?����Ǿ>M�X���;����*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+���zA��*\/�p]/��W�zA��z�
+�:\���U�^P��zA��j�^���zж	�:Z���U�^��^����������M�^�Ѻ^���������}5_/��u��hۄ���d{�������}5_/��u��hۄ���`�*\/��}� �c5_/��u��hۄ���`�*\/�p]/��W�zA����p���u��p_������*\/�p]/��W�zA����p���u��p_������*\/�p]/��W�zA����p���u��p_������*\/�p]/��W�zA����p���u��p_������*\/�p]/��W�zA����p���u��p_������*\/�p]/��W�zA��]/��\������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W����^���M�^P��zA��*\/�p]/��W����>]/��r�t�����p���������|������m�t�����p���u��p_��*[�2�p���u��l_������j�^���zж	�*z_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+�*|_/��X������*\/�p]/��W�zA��z�
+���zA��*\/�p]/��W�zA��z�
+�:\���U�^P��zA��*\/�p]/��W�zA��z�
+�:\���U�^P��zA��*\/�p]/��W�zA��z�
+�ba�]/�/����t� |�?z��p�������|�@�:]/x<]/���?����u۷=<=�=���O����`�������r�����/��]|˻����ޟ�W����i�}�:�|�;��ġ�ק	�7�ǻ����?}q_���t��}}q_���t����ӈ��u��p������ק	�7�ǻ���?}q_����=���?��i�}��v���R��O�F�W���?����Ǿ>M�X���t�����4�z?��<�����ӈ��
�����^��O�F�W��o�?����Ǿ>M�X���t��}}q_���t��}}q_����}�7*��#m������������O�=Vo��w�����|}q_����=���燑����O������>���޸0u��yz~�p}�z���Uڧ�^D�f��U��پ��z����E��ƫ^���z���WI��^d�j��U��ᾚ�z���U/�/�U��U/��j��U��ᾚ�z����E���^%��z���W���c5_�*�uՋp_�W�J|]�"�W�U�_W���|ի�u�𱚯z����E���^%��z���W���^��j������X�W�J|]�"�W�U�_W���|ի��U/�}5_��p]�|��^%��z���W���^��j��U��ᾚ�zu��z>V�U�_W���|ի��U/�}5_�*�uՋp_�W�:\W�����W���^��j��U��ᾚ�z����E���^��^���|ի��U/�}5_�*�uՋp_�W�J|]�"�W�U�
+�W�2>W�U�_W���|ի��U/�}5_�*�uՋp_�W�:\W����Wi��zm���WI��^d�j��U����zu����o�^%��z�����W���^��j��Uڧ�^D�f���Ѻ��X�W�J|]�"�W�U��>]�"�6�U��^W����|ի�u���z���Ѷ��z����E���^%��z���W���c5_�*�uՋp_�W�J|]�"�W�U�_W���|ի�u�𱚯z����E���^%��z���W���^��j������X�W�J|]�"�W�U�_W���|ի��U/�}5_��p]�|��^%��z���W���^��j��U��ᾚ�zu��z>V�U�_W���|ի��U/�}5_�*�uՋp_�W�*|_���\�W�J|]�"�W�U�_W���|ի��U/�}5_��p]�|��^%��z���W���^��j��U��ᾚ�zu��z>V�U�_W���|ի��U/�}5_�*�uՋp_�W�:\W�����W���^��j��U����z���Ѷ��zu��z�=V�U�_W���tի�?�z|���z���E���^��^���xի�OW����|ի��U/�}5_�*�uՋp_�W�:{]��7�U��^W����|ի��U/�}5^�*��U/�m3_��h]�{��^%��z���W���^��j��U��ᾚ�zu��z>V�U�_W���|ի��U/�}5_�*�uՋp_�W�:\W�����W���^��j��U��ᾚ�z����E���^��ze|��^%��z���W���^��j��U��ᾚ�zu��z>V�U�_W���|ի��U/�}5_�*�uՋp_�W�:\W�����W���^��j��U��ᾚ�z��T�U/�B��]|��כW��7��W��S���G�N:��z:���?���_�dzwo����1������c^��/����憐��+���ů�m��,�&�d�˲m��F�Ģ�p>��u=,˶	��*Y�òl�p8��u7,˶	W�y
��o�ɰJ�Ű,�&��d�˲m±�J֭�,�&\
+k�}(,ʾ	g�*YW²l�p#��u",˶	�*Y���l�p���q�(�&��d]˲m�]�J�Y�,�f>
+V��&Xv/�"X��`�M8Vɺ�e�̷�*x����"�\�˰m��B>;�䱙O�U�����E��U�:��aۄ�_���_Y��|���u�+��g�*WW�2l�p�u�+˶~U���WV/���W��c_��M8�Uɺ��eۄ;_��3_Y�M8�Uɺ�eۄ_��|E�7�W%�W�mn{U�N{e�6�W%�W�m�z5�>�e߄�^���^Y�M��U�:�eۄc^��[^Y�M������W�}�xU��xe�6�W%�W�mxU��we�6�zW#��]Q�M8�Uɺܕeۄ�]���]Y�M8�Uɺٕeۄ�]��vE�7�\W%�ZW�mnuU�Nue�6�PW%�NW�m�t5�>�e߄]��]Y�M��U�:ϕeۄ�\���\Y�M�����0W�}�rU��re�6�&W%�$W�mrU��qe�6�W!��J�؄S\��K\Y�M��U�:Õeۄ#\��\Y�M������W�}3�ߪ�u}+���p{�ruz+ö	��*Yw��l���V��VtmNnU�.ne�6��V%��V�m3۪�uk+���pi�q����&�٪d]�ʲm�[�Nle�rlU��ke�6�V#��ZQ��|Z���e��^.�]���Y��&ժd��ʲm�E�F����pN��uM+˶	��*Y���l�pH��uG+˶	W�yъ�o�	�J��,�&�Ϫd��ʲm��J���,�&\�j�}8+ʾ	g�*YW��l�p3��u2+˶	�*Y���l�p-�����(�&�ʪd]�ʲm�J֙�,�&ɪd��ʲm…�F����p��u+˶	��*Y���l�p��u+˶	W�
+��(V��&�Īd]�ʲm�=�J�9�,�&êd��ʲm�%�Fއ���p��u+˶	7�*Y'��l�p���u�*˶	ׯy���o��J��,�&ܽ�d��ʲm�ѫJ�ͫ,�&\�j�}�*ʾ	�*Y׮�l�p몒u�*˶�]U�s���E�rո��U�}N\U�.\e�6�}��=�������Tݶʮm�e�Fއ�����U��Vٽ\��V���V�M8hUɺg�e��׬XǬ�k�pʪru�*ö	w�*Yg��l���U�Vٽ\�V��XE�7�|U%�zU�mnWU�NWe�6�pU%�nU�m�V5�>Ze߄�U���UY�M�WU�:W�eۄcU��[UY�M�T���PU�}�TU��Te�6�FU%�DU�mTU��Se�6�:U!��J�؄�T���TY�M�KU�:K�eۄ�T���TY�M�H��� U�}�QU��Qe�6�U%�U�mQU��Pe�6�
+U#�#TQ�M8AUɺ@�eۄ�S���SY�M8>u��R{{*�uz��ۤ�S���><��t������>?��Sϧ�S��_������?��������_����~����gg��qY�e_�ɾ>�������g)>=�+����ӌ�UP;\*�
+
j�+B�W!C�pu���*���SԌ�U�Q;\5*�
+=j�+H�W!I�p5���*T���Ԍ�US;\e*�
+mj�+N�W!O�p����*��Ռ�U�T;\�*�
+�j�+T�W!U�p����*Ԫ�sՌ�UV;\�*�
+�j�+Z�W![�pu���*����Ռ�U�W;\�*�
+�j�+`�W!a�p5���*T��3֌�UY;\%+�
+-k�+f�W!g�p����*�
~��F|�B���Z�U�Z;\a+�
+ik��m�W�n��f|�����W�
+�mB��ъ\��U�\;\�+ྚK��V�i߄ص�U����лv��W�}5'����W�m�׊��k��*����p_��kg��hۄ���տ���P�V�N`3>Vs�٫��6���h��`�*���p_���w��
+Al����W���pE���*d��.p_�2��w��
+ql����W���p���*$��Fp_�J��w&��
+�l����W���p��*��^p_�b��w2��
+�l����W���p����*���vp_�z��w>��
+m����W���pE���*d���p_�����Rڈ�U�i;\5-�
+=m�+��W!��p5���*T���ڌ�Uk;\e-�
+mm�+��W!��p����*��ی�U�l;\�-�
+�m�+��W!��p����*Զ�sی�Un;\�-�
+�m�+��Wsv�٫��6�����f{�B|��o����v�)��r�V���B�[�;���X�!ng�hۄ�������v�z\�}5���$7Ӿ	QnG���W���p����jNs;{��@�&Թ���l�Ut;\�.�
+�n�+��W!��pu���*���S݌�U�u;\�.�
+�n�+��W!��p5���*T���݌�Uw;\�.�
+�n�+��W!��p����*�
~��F|�B���x�U�x;\!/�
+)o����W����f|�B���*z�Uhz;\Q/�
+Yo����W����f|�B���{�U�{;\�/�
+�o,Q���Њ|ϿP�|�7�����������:d��������~~>?�p�������1���S���߾����/��/~>���O���Y��oe�����_�������|�ۿ���E����iq��*�����-�W�7w�~u1�
+����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�7�YA�
+y�� �W� �p��*���p_����wA����^9ж	yG� �W� �p��j.�+[y�}
+�VA��BA��*���\�w�*ȁ�M(�+z���P�w�
+r�}5䝽
+r�m
+�VA��BA^� ��X�yg��hۄ���U����P�w�
+r�}
+�
+�y��*���p_����U��P�w�
+r�}
+�
+�y��*���p_����U��P�w�
+r�}
+�
+�y��*���p_����U��P�w�
+r�}
+�
+�y��*���p_����U��P�w�
+r�}
+�
+�y��*���p_����U��P�w�
+r�}
+�?+�#>W� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_�yg��hۄ���wA���
+y�� �WcA�ѧ���E(�;X9о
+y��<�c5䝽
+r�m
+�VA��BA��*���\�W�
+�L�&���l_����U� ��U�m�P�W�.ȳ=V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�W�.�3>V� �p��*���p_����U��P�7�YA�
+y�� �W� �p��*���p_����wA��
+y�� �W� �p��*���p_����wA��
+y�� �W� �p��*�z�
+r�B� ?�B�o�����xA�x����+��c*�N�?��u䗿9�����_~���������/_��������WI�/�!����������������3�%��]���BW�Nz*���S��S!�}�
+u��
+��T���S���Ux*��z*���S��S!�}�
+u��
+��T���S���Ux*��z*���S��S!�}�
+u��
+��T���S���Ux*��z*���S��S!�}�
+u��
+��T���S���Ux*��z*���S��S!�}�
+u��
+��T��Ϟ
+E|��S��S!�}�
+u��
+��T���Tp_��B��
+e|��S��S!�}�
+u��
+��T���Tp_��B��
+e|��S��S!�}�
+u��
+��T���Tp_��B��
+e|��S��S!�}�
+u��
+���Pg��B@�&<���T(�c�
+u��
+��PG��
+|�O�:XO���Ux*T���P��j~*���ж	O�:ZO���Ux*��z*���B���B��Mx*��z*���S��S!�}5?���Thۄ�B��
+e{��S��S!�}�
+u��
+��T���Tp_��B��
+e|��S��S!�}�
+u��
+��T���Tp_��B��
+e|��S��S!�}�
+u��
+��T���Tp_��B
~�T(�s�
+u��
+��T���Tp_��B��B��*<���T(�c�
+u��
+��T���Tp_��B��B��*<���T(�c�
+u��
+��T���Tp_��B�J�T��z*t����o?
+��?:�8��cO����T����C������No�����߰�?�s�
�[����[��b����t��_D8}�����p:��u:p_�����р�*���p���W�tt�����p:��u:p_�����р�*���p���W�tt�����p:��u:p_�����р�*���p���W�tt�����p:��u:p_�����р�*���p���W�tt������\�����р�*���p���W�tt��t4�
+��+|����Xͧ�;{���6�ttG�t4ؾ
+��;\����|:��u::Ӿ	��;Z����U8��:
����ѝ�NGm�p:�����l�U8��:
����ѝ�NGm�p:��u:l_����OGg|���ѝ�NGm�p:��u:l_�����р�*����}::�cz�W��B������U��:\=�
+=X��,�cz�W��B������U��:\=�
+=X��,�cz�W��B������U��:\=�
+=X��,�cz�W��B������U��:\=�
+=X��,�cz�W��B������U��:\=�
+=X���`��Ѓu�z0�}z�W��B������U��*|�`�Ѓu�z0�}z�W��B������U��*|�`�Ѓu�z0�}z�W��B������U��*|�`�Ѓu�z0�}z�W�����W�mBVѻ��X���Ճ��S��"�`�h_���w��{��^=ж	=XG��W��p�`��j��*[=X�}z��V��B�������܃u�����M��*z�`��Ѓu�z0�}z�W��B������U��*|�`�Ѓu�z0�}z�W��B������U��*|�`�Ѓu�z0�}z�W��B������U������\���Ճ�Ѓu�z0�}z�W��BV���X���Ճ�Ѓu�z0�}z�W��BV���X���Ճ�Ѓu�z0�}z��+�=|�Ճ�����=X�F�{�l���`�c�����0�����o������ۯ?�퟿�[���������L�}�ه�_o���^Uǿ�����/*����ҫj�}^Uw�^U�����ꌏ�����׫j�m^Uw�^U�������p_ͯ�+[��3�𪺣��l_�W��WՀ�j~U���U5ж	��+z����X�W��WՀ�j~U���U5ж	��;Z����UxU]��Uu��j~U���U5ж	��;Z����UxU��zU
��«�
+߯�3>V�Uu��U5�
+��;\���UxU��zU
��«�
+߯�3>V�Uu��U5�
+��;\���UxU��zU
��«�
+߯�3>V�Uu��U5�
+��;\���UxU��zU
��«�
+߯�3>V�Uu��U5�
+��;\���UxU��zU
��«�
+߯�3>V�Uu��U5�
+��;\���UxU��zU
��«�?{U�
+��;\���UxU��zU
��«�׫j�}^UW�~U��
+��;\���UxU��zU
��«�׫j�}^UW�~U��
+��;\���UxU��zU
��«�׫j�}^UW�~U��
+��;\���UxU��zU
���W՝�^Um�𪺢���l�UxU��zU
���W�}zU
��"���`���W�Uu��W���Uug�W�@�&���h���W�Uu��U5ྚ_UW�^Ug�7�UuG�U5ؾ
+��;\��������׫j�m^UW�~U���
+��;\���UxU��zU
��«�׫j�}^UW�~U��
+��;\���UxU��zU
��«�׫j�}^UW�~U��
+��;\���UxU��zU
��«�׫j�}^U7�٫��UxU��zU
��«�׫j�}^Uw�^U�����ꌏUxU��zU
��«�׫j�}^Uw�^U�����ꌏUxU��zU
��«�׫j�}^U�G���j�B�U��J���7��E�>{�ۿe���o/O�H�����5�������Ӌ��{�?��/��?����_~��/������������~�������_>�w��/߾�xx��/�}����,�Q=�����?�������zY��eǿ2}��/����+�&���6��N^�A�������kn�m3��d=�βoƇ�|z�
��b~�ݹ�7����pw�z�
�m�����og�����]o����r����m�m3>���ӫmp/���Փ��f~����6ȶ_kw��6�����v算���f~�]�z��eߌ��;��F����B�s�m�m3?����:d��o�+YO����av'�w� �f~����Q6ȶ��dw�z�
�m��ؕ���Y������[l�m3�����d��ϰ;y���6��J��,�f~�����5ȶ�__w�z|
�m�ם�^^�l���u%��u�}3?�����d��/�;y=��6�s�N^��A���ֺ���:˾�Zw�zg
�m�W֝�Y�l���u'�� �f~_���yu��f~\���m5ȶ�_Vw�zX
�m�g՝�^U�l��Mu%�Iu�}3?�����d�̯�;y=��6�S�N^/�A��������:˾�Qw�zC
�m�ԝ�P�l���t'��� �f~;]�z:�e���;y���6��N^��A���d��O/���\��+Wϥ3���t'��� �fz)ݹ��A���Ϥ;u���6��J��,�f| ������^.��ѝ�Gl��it'��� �f|]��Ytvm1?����&`��/�;y=��6�s�>���r1���\=�ΰo�Н��A�l��t'�G� �f~���4ȶ��?W��?g�7���N^o�A������g�m3?{����d��o�+YO�����s'��� �f~����3ȶ��:w�z��m�w΍��9Gyl�GΝ��8�l���s'�� �f~����u3ȶ��6W��6g�7���N^�A������ףf�m3?i����d���+Yϙ���1s'��� �f~����!3ȶ��1���+f�6������9|������m��K��K~��~��p����o*��/��Z�No������\���Z���:�Z����vendstream
 endobj
-1570 0 obj <<
+1590 0 obj <<
 /Type /Page
-/Contents 1571 0 R
-/Resources 1569 0 R
+/Contents 1591 0 R
+/Resources 1589 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1271 0 R
-/Annots [ 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 ]
+/Parent 1291 0 R
+/Annots [ 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 ]
 >> endobj
-1573 0 obj <<
+1593 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 705.1906 238.1759 716.0945]
+/Rect [118.5554 705.1906 209.9221 716.0945]
 /Subtype /Link
-/A << /S /GoTo /D (create-product) >>
+/A << /S /GoTo /D (admin-usermatching) >>
 >> endobj
-1574 0 obj <<
+1594 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 705.1906 538.9788 716.0945]
 /Subtype /Link
-/A << /S /GoTo /D (create-product) >>
+/A << /S /GoTo /D (admin-usermatching) >>
 >> endobj
-1575 0 obj <<
+1595 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 692.2392 212.1537 703.1431]
+/Rect [94.6451 694.2965 195.705 703.1431]
 /Subtype /Link
-/A << /S /GoTo /D (edit-products) >>
+/A << /S /GoTo /D (useradmin) >>
 >> endobj
-1576 0 obj <<
+1596 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 692.2392 538.9788 703.1431]
+/Rect [527.0237 694.2965 538.9788 703.1431]
 /Subtype /Link
-/A << /S /GoTo /D (edit-products) >>
+/A << /S /GoTo /D (useradmin) >>
 >> endobj
-1577 0 obj <<
+1597 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 679.2877 400.7249 690.1917]
+/Rect [118.5554 679.2877 247.9988 690.1917]
 /Subtype /Link
-/A << /S /GoTo /D (comps-vers-miles-products) >>
+/A << /S /GoTo /D (defaultuser) >>
 >> endobj
-1578 0 obj <<
+1598 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 679.2877 538.9788 690.1917]
 /Subtype /Link
-/A << /S /GoTo /D (comps-vers-miles-products) >>
+/A << /S /GoTo /D (defaultuser) >>
 >> endobj
-1579 0 obj <<
+1599 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 666.3363 298.2202 677.2402]
+/Rect [118.5554 666.3363 236.2033 677.2402]
 /Subtype /Link
-/A << /S /GoTo /D (product-group-controls) >>
+/A << /S /GoTo /D (manageusers) >>
 >> endobj
-1580 0 obj <<
+1600 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 666.3363 538.9788 677.2402]
 /Subtype /Link
-/A << /S /GoTo /D (product-group-controls) >>
+/A << /S /GoTo /D (manageusers) >>
 >> endobj
-1581 0 obj <<
+1601 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 653.3849 342.8827 664.2888]
+/Rect [142.4658 653.3849 287.6402 664.2888]
 /Subtype /Link
-/A << /S /GoTo /D (group-control-examples) >>
+/A << /S /GoTo /D (user-account-search) >>
 >> endobj
-1582 0 obj <<
+1602 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 653.3849 538.9788 664.2888]
 /Subtype /Link
-/A << /S /GoTo /D (group-control-examples) >>
+/A << /S /GoTo /D (user-account-search) >>
 >> endobj
-1583 0 obj <<
+1603 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 640.4334 164.4429 651.3374]
+/Rect [142.4658 640.4334 252.9506 651.3374]
 /Subtype /Link
-/A << /S /GoTo /D (components) >>
+/A << /S /GoTo /D (createnewusers) >>
 >> endobj
-1584 0 obj <<
+1604 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 640.4334 538.9788 651.3374]
 /Subtype /Link
-/A << /S /GoTo /D (components) >>
+/A << /S /GoTo /D (createnewusers) >>
 >> endobj
-1585 0 obj <<
+1605 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 629.5393 148.3831 638.3859]
+/Rect [142.4658 627.482 244.6319 638.3859]
 /Subtype /Link
-/A << /S /GoTo /D (versions) >>
+/A << /S /GoTo /D (modifyusers) >>
 >> endobj
-1586 0 obj <<
+1606 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 629.5393 538.9788 638.3859]
+/Rect [527.0237 627.482 538.9788 638.3859]
 /Subtype /Link
-/A << /S /GoTo /D (versions) >>
+/A << /S /GoTo /D (modifyusers) >>
 >> endobj
-1587 0 obj <<
+1607 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 616.5879 157.7975 625.4345]
+/Rect [142.4658 614.5306 236.323 625.4345]
 /Subtype /Link
-/A << /S /GoTo /D (milestones) >>
+/A << /S /GoTo /D (user-account-deletion) >>
 >> endobj
-1588 0 obj <<
+1608 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 616.5879 538.9788 625.4345]
+/Rect [527.0237 614.5306 538.9788 625.4345]
 /Subtype /Link
-/A << /S /GoTo /D (milestones) >>
+/A << /S /GoTo /D (user-account-deletion) >>
 >> endobj
-1589 0 obj <<
+1609 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 601.5791 135.6609 612.4831]
+/Rect [142.4658 601.5791 259.5657 612.4831]
 /Subtype /Link
-/A << /S /GoTo /D (flags-overview) >>
+/A << /S /GoTo /D (impersonatingusers) >>
 >> endobj
-1590 0 obj <<
+1610 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 601.5791 538.9788 612.4831]
 /Subtype /Link
-/A << /S /GoTo /D (flags-overview) >>
+/A << /S /GoTo /D (impersonatingusers) >>
 >> endobj
-1591 0 obj <<
+1611 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 588.6277 221.2794 599.5316]
+/Rect [94.6451 590.685 172.1932 599.5316]
 /Subtype /Link
-/A << /S /GoTo /D (flags-simpleexample) >>
+/A << /S /GoTo /D (classifications) >>
 >> endobj
-1592 0 obj <<
+1612 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 588.6277 538.9788 599.5316]
+/Rect [527.0237 590.685 538.9788 599.5316]
 /Subtype /Link
-/A << /S /GoTo /D (flags-simpleexample) >>
+/A << /S /GoTo /D (classifications) >>
 >> endobj
-1593 0 obj <<
+1613 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 575.6763 194.4404 586.5802]
+/Rect [94.6451 577.7336 148.9411 586.5802]
 /Subtype /Link
-/A << /S /GoTo /D (flags-about) >>
+/A << /S /GoTo /D (products) >>
 >> endobj
-1594 0 obj <<
+1614 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 575.6763 538.9788 586.5802]
+/Rect [527.0237 577.7336 538.9788 586.5802]
 /Subtype /Link
-/A << /S /GoTo /D (flags-about) >>
+/A << /S /GoTo /D (products) >>
 >> endobj
-1595 0 obj <<
+1615 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 564.7821 203.3969 573.6288]
+/Rect [118.5554 562.7248 238.1759 573.6288]
 /Subtype /Link
-/A << /S /GoTo /D (flag-values) >>
+/A << /S /GoTo /D (create-product) >>
 >> endobj
-1596 0 obj <<
+1616 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 564.7821 538.9788 573.6288]
+/Rect [527.0237 562.7248 538.9788 573.6288]
 /Subtype /Link
-/A << /S /GoTo /D (flag-values) >>
+/A << /S /GoTo /D (create-product) >>
 >> endobj
-1597 0 obj <<
+1617 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 549.7734 221.8273 560.6774]
+/Rect [118.5554 549.7734 212.1537 560.6774]
 /Subtype /Link
-/A << /S /GoTo /D (flag-askto) >>
+/A << /S /GoTo /D (edit-products) >>
 >> endobj
-1598 0 obj <<
+1618 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 549.7734 538.9788 560.6774]
 /Subtype /Link
-/A << /S /GoTo /D (flag-askto) >>
+/A << /S /GoTo /D (edit-products) >>
 >> endobj
-1599 0 obj <<
+1619 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 536.822 223.7305 547.7259]
+/Rect [118.5554 536.822 400.7249 547.7259]
 /Subtype /Link
-/A << /S /GoTo /D (flag-types) >>
+/A << /S /GoTo /D (comps-vers-miles-products) >>
 >> endobj
-1600 0 obj <<
+1620 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 536.822 538.9788 547.7259]
 /Subtype /Link
-/A << /S /GoTo /D (flag-types) >>
+/A << /S /GoTo /D (comps-vers-miles-products) >>
 >> endobj
-1601 0 obj <<
+1621 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 523.8706 247.4013 534.7745]
+/Rect [118.5554 523.8706 298.2202 534.7745]
 /Subtype /Link
-/A << /S /GoTo /D (flag-type-attachment) >>
+/A << /S /GoTo /D (product-group-controls) >>
 >> endobj
-1602 0 obj <<
+1622 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 523.8706 538.9788 534.7745]
 /Subtype /Link
-/A << /S /GoTo /D (flag-type-attachment) >>
+/A << /S /GoTo /D (product-group-controls) >>
 >> endobj
-1603 0 obj <<
+1623 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 510.9191 217.5239 521.8231]
+/Rect [142.4658 510.9191 342.8827 521.8231]
 /Subtype /Link
-/A << /S /GoTo /D (flag-type-bug) >>
+/A << /S /GoTo /D (group-control-examples) >>
 >> endobj
-1604 0 obj <<
+1624 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 510.9191 538.9788 521.8231]
 /Subtype /Link
-/A << /S /GoTo /D (flag-type-bug) >>
+/A << /S /GoTo /D (group-control-examples) >>
 >> endobj
-1605 0 obj <<
+1625 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 497.9677 227.0973 508.8716]
+/Rect [94.6451 497.9677 164.4429 508.8716]
 /Subtype /Link
-/A << /S /GoTo /D (flags-admin) >>
+/A << /S /GoTo /D (components) >>
 >> endobj
-1606 0 obj <<
+1626 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 497.9677 538.9788 508.8716]
 /Subtype /Link
-/A << /S /GoTo /D (flags-admin) >>
+/A << /S /GoTo /D (components) >>
 >> endobj
-1607 0 obj <<
+1627 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 485.0163 233.2945 495.9202]
+/Rect [94.6451 486.9539 148.3831 495.9202]
 /Subtype /Link
-/A << /S /GoTo /D (flags-edit) >>
+/A << /S /GoTo /D (versions) >>
 >> endobj
-1608 0 obj <<
+1628 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 485.0163 538.9788 495.9202]
+/Rect [527.0237 486.9539 538.9788 495.9202]
 /Subtype /Link
-/A << /S /GoTo /D (flags-edit) >>
+/A << /S /GoTo /D (versions) >>
 >> endobj
-1609 0 obj <<
+1629 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 472.0648 238.2658 482.9688]
+/Rect [94.6451 474.0025 157.7975 482.9688]
 /Subtype /Link
-/A << /S /GoTo /D (flags-create) >>
+/A << /S /GoTo /D (milestones) >>
 >> endobj
-1610 0 obj <<
+1630 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 472.0648 538.9788 482.9688]
+/Rect [527.0237 474.0025 538.9788 482.9688]
 /Subtype /Link
-/A << /S /GoTo /D (flags-create) >>
+/A << /S /GoTo /D (milestones) >>
 >> endobj
-1611 0 obj <<
+1631 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 459.1134 238.2658 470.0173]
+/Rect [94.6451 459.1134 135.6609 470.0173]
 /Subtype /Link
-/A << /S /GoTo /D (flags-delete) >>
+/A << /S /GoTo /D (flags-overview) >>
 >> endobj
-1612 0 obj <<
+1632 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 459.1134 538.9788 470.0173]
 /Subtype /Link
-/A << /S /GoTo /D (flags-delete) >>
+/A << /S /GoTo /D (flags-overview) >>
 >> endobj
-1613 0 obj <<
+1633 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 446.162 154.5204 457.0659]
+/Rect [118.5554 446.162 221.2794 457.0659]
 /Subtype /Link
-/A << /S /GoTo /D (keywords) >>
+/A << /S /GoTo /D (flags-simpleexample) >>
 >> endobj
-1614 0 obj <<
+1634 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 446.162 538.9788 457.0659]
 /Subtype /Link
-/A << /S /GoTo /D (keywords) >>
+/A << /S /GoTo /D (flags-simpleexample) >>
 >> endobj
-1615 0 obj <<
+1635 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 435.1482 176.9058 444.1145]
+/Rect [118.5554 433.2105 194.4404 444.1145]
 /Subtype /Link
-/A << /S /GoTo /D (custom-fields) >>
+/A << /S /GoTo /D (flags-about) >>
 >> endobj
-1616 0 obj <<
+1636 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 435.1482 538.9788 444.1145]
+/Rect [527.0237 433.2105 538.9788 444.1145]
 /Subtype /Link
-/A << /S /GoTo /D (custom-fields) >>
+/A << /S /GoTo /D (flags-about) >>
 >> endobj
-1617 0 obj <<
+1637 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 420.2591 240.6665 431.163]
+/Rect [142.4658 422.3164 203.3969 431.163]
 /Subtype /Link
-/A << /S /GoTo /D (add-custom-fields) >>
+/A << /S /GoTo /D (flag-values) >>
 >> endobj
-1618 0 obj <<
+1638 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 420.2591 538.9788 431.163]
+/Rect [527.0237 422.3164 538.9788 431.163]
 /Subtype /Link
-/A << /S /GoTo /D (add-custom-fields) >>
+/A << /S /GoTo /D (flag-values) >>
 >> endobj
-1619 0 obj <<
+1639 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 407.3077 240.1184 418.2116]
+/Rect [118.5554 407.3077 221.8273 418.2116]
 /Subtype /Link
-/A << /S /GoTo /D (edit-custom-fields) >>
+/A << /S /GoTo /D (flag-askto) >>
 >> endobj
-1620 0 obj <<
+1640 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 407.3077 538.9788 418.2116]
 /Subtype /Link
-/A << /S /GoTo /D (edit-custom-fields) >>
+/A << /S /GoTo /D (flag-askto) >>
 >> endobj
-1621 0 obj <<
+1641 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 394.3562 245.0896 405.2602]
+/Rect [118.5554 394.3562 223.7305 405.2602]
 /Subtype /Link
-/A << /S /GoTo /D (delete-custom-fields) >>
+/A << /S /GoTo /D (flag-types) >>
 >> endobj
-1622 0 obj <<
+1642 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 394.3562 538.9788 405.2602]
 /Subtype /Link
-/A << /S /GoTo /D (delete-custom-fields) >>
+/A << /S /GoTo /D (flag-types) >>
 >> endobj
-1623 0 obj <<
+1643 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 381.4048 170.5899 392.3087]
+/Rect [142.4658 381.4048 247.4013 392.3087]
 /Subtype /Link
-/A << /S /GoTo /D (edit-values) >>
+/A << /S /GoTo /D (flag-type-attachment) >>
 >> endobj
-1624 0 obj <<
+1644 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 381.4048 538.9788 392.3087]
 /Subtype /Link
-/A << /S /GoTo /D (edit-values) >>
+/A << /S /GoTo /D (flag-type-attachment) >>
 >> endobj
-1625 0 obj <<
+1645 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 368.4534 265.3636 379.3573]
+/Rect [142.4658 368.4534 217.5239 379.3573]
 /Subtype /Link
-/A << /S /GoTo /D (edit-values-list) >>
+/A << /S /GoTo /D (flag-type-bug) >>
 >> endobj
-1626 0 obj <<
+1646 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 368.4534 538.9788 379.3573]
 /Subtype /Link
-/A << /S /GoTo /D (edit-values-list) >>
+/A << /S /GoTo /D (flag-type-bug) >>
 >> endobj
-1627 0 obj <<
+1647 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 355.5019 234.1012 366.4059]
+/Rect [118.5554 355.5019 227.0973 366.4059]
 /Subtype /Link
-/A << /S /GoTo /D (edit-values-delete) >>
+/A << /S /GoTo /D (flags-admin) >>
 >> endobj
-1628 0 obj <<
+1648 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 355.5019 538.9788 366.4059]
 /Subtype /Link
-/A << /S /GoTo /D (edit-values-delete) >>
+/A << /S /GoTo /D (flags-admin) >>
 >> endobj
-1629 0 obj <<
+1649 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 342.5505 204.353 353.4544]
+/Rect [142.4658 342.5505 233.2945 353.4544]
 /Subtype /Link
-/A << /S /GoTo /D (bug_status_workflow) >>
+/A << /S /GoTo /D (flags-edit) >>
 >> endobj
-1630 0 obj <<
+1650 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 342.5505 538.9788 353.4544]
 /Subtype /Link
-/A << /S /GoTo /D (bug_status_workflow) >>
+/A << /S /GoTo /D (flags-edit) >>
 >> endobj
-1631 0 obj <<
+1651 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 329.5991 145.4444 340.503]
+/Rect [142.4658 329.5991 238.2658 340.503]
 /Subtype /Link
-/A << /S /GoTo /D (voting) >>
+/A << /S /GoTo /D (flags-create) >>
 >> endobj
-1632 0 obj <<
+1652 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 329.5991 538.9788 340.503]
 /Subtype /Link
-/A << /S /GoTo /D (voting) >>
+/A << /S /GoTo /D (flags-create) >>
 >> endobj
-1633 0 obj <<
+1653 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 316.6476 142.8541 327.5516]
+/Rect [142.4658 316.6476 238.2658 327.5516]
 /Subtype /Link
-/A << /S /GoTo /D (quips) >>
+/A << /S /GoTo /D (flags-delete) >>
 >> endobj
-1634 0 obj <<
+1654 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 316.6476 538.9788 327.5516]
 /Subtype /Link
-/A << /S /GoTo /D (quips) >>
+/A << /S /GoTo /D (flags-delete) >>
 >> endobj
-1635 0 obj <<
+1655 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 303.6962 228.9009 314.6001]
+/Rect [94.6451 303.6962 154.5204 314.6001]
 /Subtype /Link
-/A << /S /GoTo /D (groups) >>
+/A << /S /GoTo /D (keywords) >>
 >> endobj
-1636 0 obj <<
+1656 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 303.6962 538.9788 314.6001]
 /Subtype /Link
-/A << /S /GoTo /D (groups) >>
+/A << /S /GoTo /D (keywords) >>
 >> endobj
-1637 0 obj <<
+1657 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 290.7448 216.5673 301.6487]
+/Rect [94.6451 292.8021 176.9058 301.6487]
 /Subtype /Link
-/A << /S /GoTo /D (create-groups) >>
+/A << /S /GoTo /D (custom-fields) >>
 >> endobj
-1638 0 obj <<
+1658 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 290.7448 538.9788 301.6487]
+/Rect [527.0237 292.8021 538.9788 301.6487]
 /Subtype /Link
-/A << /S /GoTo /D (create-groups) >>
+/A << /S /GoTo /D (custom-fields) >>
 >> endobj
-1639 0 obj <<
+1659 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 277.7933 349.9657 288.6973]
+/Rect [118.5554 277.7933 240.6665 288.6973]
 /Subtype /Link
-/A << /S /GoTo /D (edit-groups) >>
+/A << /S /GoTo /D (add-custom-fields) >>
 >> endobj
-1640 0 obj <<
+1660 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 277.7933 538.9788 288.6973]
 /Subtype /Link
-/A << /S /GoTo /D (edit-groups) >>
+/A << /S /GoTo /D (add-custom-fields) >>
 >> endobj
-1641 0 obj <<
+1661 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 264.8419 258.0811 275.7458]
+/Rect [118.5554 264.8419 240.1184 275.7458]
 /Subtype /Link
-/A << /S /GoTo /D (users-and-groups) >>
+/A << /S /GoTo /D (edit-custom-fields) >>
 >> endobj
-1642 0 obj <<
+1662 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 264.8419 538.9788 275.7458]
 /Subtype /Link
-/A << /S /GoTo /D (users-and-groups) >>
+/A << /S /GoTo /D (edit-custom-fields) >>
 >> endobj
-1643 0 obj <<
+1663 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 251.8905 303.2015 262.7944]
+/Rect [118.5554 251.8905 245.0896 262.7944]
 /Subtype /Link
-/A << /S /GoTo /D (2000) >>
+/A << /S /GoTo /D (delete-custom-fields) >>
 >> endobj
-1644 0 obj <<
+1664 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 251.8905 538.9788 262.7944]
 /Subtype /Link
-/A << /S /GoTo /D (2000) >>
+/A << /S /GoTo /D (delete-custom-fields) >>
 >> endobj
-1645 0 obj <<
+1665 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 238.939 300.9695 249.843]
+/Rect [94.6451 238.939 170.5899 249.843]
 /Subtype /Link
-/A << /S /GoTo /D (sanitycheck) >>
+/A << /S /GoTo /D (edit-values) >>
 >> endobj
-1646 0 obj <<
+1666 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 238.939 538.9788 249.843]
 /Subtype /Link
-/A << /S /GoTo /D (sanitycheck) >>
+/A << /S /GoTo /D (edit-values) >>
 >> endobj
-1647 0 obj <<
+1667 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 225.9876 230.3053 236.8915]
+/Rect [118.5554 225.9876 265.3636 236.8915]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading) >>
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
-1648 0 obj <<
+1668 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 225.9876 538.9788 236.8915]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading) >>
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
-1649 0 obj <<
+1669 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 215.0935 227.6454 223.9401]
+/Rect [118.5554 213.0362 234.1012 223.9401]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-version-defns) >>
+/A << /S /GoTo /D (edit-values-delete) >>
 >> endobj
-1650 0 obj <<
+1670 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 215.0935 538.9788 223.9401]
+/Rect [527.0237 213.0362 538.9788 223.9401]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-version-defns) >>
+/A << /S /GoTo /D (edit-values-delete) >>
 >> endobj
-1651 0 obj <<
+1671 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 200.0847 252.8209 210.9887]
+/Rect [94.6451 200.0847 204.353 210.9887]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-notifications) >>
+/A << /S /GoTo /D (bug_status_workflow) >>
 >> endobj
-1652 0 obj <<
+1672 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 200.0847 538.9788 210.9887]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-notifications) >>
+/A << /S /GoTo /D (bug_status_workflow) >>
 >> endobj
-1653 0 obj <<
+1673 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 187.1333 295.9691 198.0373]
+/Rect [94.6451 187.1333 145.4444 198.0373]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-methods) >>
+/A << /S /GoTo /D (voting) >>
 >> endobj
-1654 0 obj <<
+1674 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 187.1333 538.9788 198.0373]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-methods) >>
+/A << /S /GoTo /D (voting) >>
 >> endobj
-1655 0 obj <<
+1675 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 174.1819 270.3755 185.0858]
+/Rect [94.6451 174.1819 142.8541 185.0858]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+/A << /S /GoTo /D (quips) >>
 >> endobj
-1656 0 obj <<
+1676 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 174.1819 538.9788 185.0858]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+/A << /S /GoTo /D (quips) >>
 >> endobj
-1657 0 obj <<
+1677 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 161.2305 291.1172 172.1344]
+/Rect [94.6451 161.2305 228.9009 172.1344]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-tarball) >>
+/A << /S /GoTo /D (groups) >>
 >> endobj
-1658 0 obj <<
+1678 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 161.2305 538.9788 172.1344]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-tarball) >>
+/A << /S /GoTo /D (groups) >>
 >> endobj
-1659 0 obj <<
+1679 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 148.279 280.8759 159.183]
+/Rect [118.5554 148.279 216.5673 159.183]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-patches) >>
+/A << /S /GoTo /D (create-groups) >>
 >> endobj
-1660 0 obj <<
+1680 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 148.279 538.9788 159.183]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-patches) >>
+/A << /S /GoTo /D (create-groups) >>
 >> endobj
-1661 0 obj <<
+1681 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 135.3276 256.1486 146.2315]
+/Rect [118.5554 135.3276 349.9657 146.2315]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-completion) >>
+/A << /S /GoTo /D (edit-groups) >>
 >> endobj
-1662 0 obj <<
+1682 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 135.3276 538.9788 146.2315]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-completion) >>
+/A << /S /GoTo /D (edit-groups) >>
 >> endobj
-1572 0 obj <<
-/D [1570 0 R /XYZ 71.731 729.2652 null]
+1683 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [118.5554 122.3762 258.0811 133.2801]
+/Subtype /Link
+/A << /S /GoTo /D (users-and-groups) >>
 >> endobj
-1569 0 obj <<
-/Font << /F27 1278 0 R /F33 1378 0 R >>
+1684 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.0237 122.3762 538.9788 133.2801]
+/Subtype /Link
+/A << /S /GoTo /D (users-and-groups) >>
+>> endobj
+1685 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [118.5554 109.4247 303.2015 120.3287]
+/Subtype /Link
+/A << /S /GoTo /D (2176) >>
+>> endobj
+1686 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.0237 109.4247 538.9788 120.3287]
+/Subtype /Link
+/A << /S /GoTo /D (2176) >>
+>> endobj
+1687 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [94.6451 96.4733 300.9695 107.3772]
+/Subtype /Link
+/A << /S /GoTo /D (sanitycheck) >>
+>> endobj
+1688 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [527.0237 96.4733 538.9788 107.3772]
+/Subtype /Link
+/A << /S /GoTo /D (sanitycheck) >>
+>> endobj
+1592 0 obj <<
+/D [1590 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+1589 0 obj <<
+/Font << /F27 1298 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1710 0 obj <<
+1739 0 obj <<
 /Length 59164     
 /Filter /FlateDecode
 >>
 stream
-xڔ�O��W����|�^v/*P(�rfl9��䱧^X^Pԝ�lRA^����~�NT��ˎY49|;`����<��=m�w�����z������|yy��������y�K���o��/������Ƀ��G��?>?ޞ�/��9|}�N����C���7�����������?��^�x�O��������?>�<��~�������������o������������������p~}{��=��xx;��;?Ǘ��|<��k�s�^�a}A�������=�oO#���pz;_K|<M�������˹�oO#�;��pz��o�xqO������R���������?���k����	_Rw���9_۷}<�����ۧs�����i�=u�>���m�=���>Ưۧ��Ծ��i—�|�t�O��>�F�Sw���y:�o�xqO����׷���xi�|,�����=O��������}��ӈ{���t�R�#m�;��ɼ�����4ڞ���gxx>��:\O�����Gs�����H[掼}2ϗז�=������G����ⷧ����q�h�ʟB������t��]ۏ{<���������־��i�=u�.�[��Y�?'>f�����S�����^Rw��s��7|<��������r|k��ӈ{��}6���m�=���>�Oۧs:�o�x��%u�>��S������|�t���mO#�;���<�<���i�=�1~>��^ڷ}<M�����/�/[��4➺�_O����>�F�Sw�����Z�����������\_J|<M����o�ι���F�Sw���9��o�xqO���O��T��������e�t����>�&|I���O�xl3�F�Sw���yzn���4➺�_�S��ߞF�S�O���}��ӄ/�;��p~=�o�xqO��_���˱�oO#�;��鼼�o��i�=�1~�>��}��ӄ/�;���^۷}<�����ۧ��K-~{qO���O�x=���i�=�1��}:Oo��>�&|I��O��Ǿ�mO#�;�����Ծ��i�=u����X�����ԇ����p}=��	��_Sw��ӹ<�[��4➺�o�����ⷧ����WK����?n���ܾ��i—�|�tڟE�����y�h�/�{>�F�Sw���>]����4��~:�X���D{�|:<__k��4ڞ���^_���=��������孵?F�2˧�y�?��4�K��}4/O�{>�F�Sw���i�������y�dN�KKߞF�S����y~n���4�K��}4���xi�ܑ�O���NO���;��p|;�߷��������r=��rO��������}��ӈ{��r�\.��>�F�Sw���y���>�F�S���9��o�x��%u�>�����oO#�;���<_۷}<�����ۧs|����ӈ{�c�u�t�O��>�&|I���O��}��ӈ{��rxy;��LO#�;���t}����ӈ{�c��txy}n���4�K�~:<]N��>�F�Sw���y9�o�xqO���O�ܞ&�ӈ{�c�m�t��J|<M����o���}��ӈ{��}:��\��F�Sw���yz����ӈ{�C���t8�����4�k��|x�^�-~{qO��_�k/-~{qO��_o�O��~{qO}��O��|�ӄ/�;��鼴���4➺�o����}��ӈ{��}:���m�=���>Ɵ�O�=P��	_Rw���9��#����|�t��3�zqO��_׷��m�=���>�OO�ӵ-��i—���p}m��i�=u9�.mAGO#�;���ߗ�������y�h�m;GO������Gsj�9zqO�������ߞE�s��},�O�~{iO}��l�˱�=O=M����o�K�[�a�-sG~9<���=����ே�k�O�xqO}�_�����n�;�����(��h{��}4/m/GO#�;�����#m�����9����4�K��}4�m/GO#�;������zqO�����Z����������p|k�9z��%u>\��ib=�����/��-��i�=u=\^���zqO}��m�Υ-��i—�|�t^ڂ��F�Sw���9����4➺�o���T�����ԇ�����<����4�k��}:Ƕ�����|�t�ڂ��F�Sw����ۥ~�oO#������t�4�K��|xymO�i�=u9<]ڂ��F�Sw���yy����ӈ{�c�y�t��ib=M����o�ι-��i�=u�>�S{�XO#�;���<�t�C�o(/�<_OG�ٍ���.���^oםg?������3���������������[��/����zi�/_�K�驏���m����_~���?��6���_�~�˺�q~���]�é������'�����>���5�G/g
�h��k �5��ԼR�c
�pO�k �}[!�2�HI�5�=5��T�\����@J��B�e�5��k d{j^)�B���5��k @{f^)�B���5�k �{jZ)�5�?'�5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5�
-�k _S�H��5�=5����X!�S�H��5�=5��t��@�_R�Hi��@��̼R�c
�lO�k %>�@�Ը��c
h��k %=�@��ԼR�c
�pO�k �}[!�2�HGk
�%5����X!�S�Hi��@��̼R�c
�lO�k �5��ԸRڷ5�-3����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��t��@�_R�H��5�=5����X!�S�H��5�=5��T�\�����@J|���y
���រ�@J|���y
�õ����@J|���y
���រ�@J|���y
�õ����@J|���y
���រ�@J|���y
�õ����@J|���y
�����@J��B�e�5����Kj^)�B���5���X!�sb^)�B���5���Kj\)��і��@Jz�����y
�����@:{����y
���ٞ��@J|���q
��ok D[f^�h������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^����55����X!�S�H��5�=5����X!�S�H�k
�%5����X!�S�H��5�=5����X!�S�H�k
�%5����X!�S�H��5�=5����r
�^���O/(���W����z8�޿����pa�������������ك�{ c�O��O��������Ͽ|�u�cx=����x'�k ������h�/V
�/6l4<xAi�!�kj�h�����e�FCGk�lO����F���7*[
��L�h�hm4��������h��S�FCG�6���
<72���FC�k�pO����F��
-
���=6*|n4d|I����F��
+xڔ�O��W����|�^v/*P(�rfl9��䱧^X^Pԝ�lRA^����~�NT��ˎY49|;`����<��=m�w�����z������|yy��������y�K���o��/������Ƀ��G��?>?ޞ�/��9|}�N����C���7�����������?��^�x�O��������?>�<��~�������������o������������������p~}{��=��xx;��;?Ǘ��|<��k�s�^�a}A�������=�oO#���pz;_K|<M�������˹�oO#�;��pz��o�xqO������R���������?���k����	_Rw���9_۷}<�����ۧs�����i�=u�>���m�=���>Ưۧ��Ծ��i—�|�t�O��>�F�Sw���y:�o�xqO����׷���xi�|,�����=O��������}��ӈ{���t�R�#m�;��ɼ�����4ڞ���gxx>��:\O�����Gs�����H[掼}2ϗז�=������G����ⷧ����q�h�ʟB������t��]ۏ{<���������־��i�=u�.�[��Y�?'>f�����S�����^Rw��s��7|<��������r|k��ӈ{��}6���m�=���>�Oۧs:�o�x��%u�>��S������|�t���mO#�;���<�<���i�=�1~>��^ڷ}<M�����/�/[��4➺�_O����>�F�Sw�����Z�����������\_J|<M����o�ι���F�Sw���9��o�xqO���O��T��������e�t����>�&|I���O�xl3�F�Sw���yzn���4➺�_�S��ߞF�S�O���}��ӄ/�;��p~=�o�xqO��_���˱�oO#�;��鼼�o��i�=�1~�>��}��ӄ/�;���^۷}<�����ۧ��K-~{qO���O�x=���i�=�1��}:Oo��>�&|I��O��Ǿ�mO#�;�����Ծ��i�=u����X�����ԇ����p}=��	��_Sw��ӹ<�[��4➺�o�����ⷧ����WK����?n���ܾ��i—�|�tڟE�����y�h�/�{>�F�Sw���>]����4��~:�X���D{�|:<__k��4ڞ���^_���=��������孵?F�2˧�y�?��4�K��}4/O�{>�F�Sw���i�������y�dN�KKߞF�S����y~n���4�K��}4���xi�ܑ�O���NO���;��p|;�߷��������r=��rO��������}��ӈ{��r�\.��>�F�Sw���y���>�F�S���9��o�x��%u�>�����oO#�;���<_۷}<�����ۧs|����ӈ{�c�u�t�O��>�&|I���O��}��ӈ{��rxy;��LO#�;���t}����ӈ{�c��txy}n���4�K�~:<]N��>�F�Sw���y9�o�xqO���O�ܞ&�ӈ{�c�m�t��J|<M����o���}��ӈ{��}:��\��F�Sw���yz����ӈ{�C���t8�����4�k��|x�^�-~{qO��_�k/-~{qO��_o�O��~{qO}��O��|�ӄ/�;��鼴���4➺�o����}��ӈ{��}:���m�=���>Ɵ�O�=P��	_Rw���9��#����|�t��3�zqO��_׷��m�=���>�OO�ӵ-��i—���p}m��i�=u9�.mAGO#�;���ߗ�������y�h�m;GO������Gsj�9zqO�������ߞE�s��},�O�~{iO}��l�˱�=O=M����o�K�[�a�-sG~9<���=����ே�k�O�xqO}�_�����n�;�����(��h{��}4/m/GO#�;�����#m�����9����4�K��}4�m/GO#�;������zqO�����Z����������p|k�9z��%u>\��ib=�����/��-��i�=u=\^���zqO}��m�Υ-��i—�|�t^ڂ��F�Sw���9����4➺�o���T�����ԇ�����<����4�k��}:Ƕ�����|�t�ڂ��F�Sw����ۥ~�oO#������t�4�K��|xymO�i�=u9<]ڂ��F�Sw���yy����ӈ{�c�y�t��ib=M����o�ι-��i�=u�>�S{�XO#�;���<�t�C�o(/�<_OG�ٍ���.��+:�ޮ;?�~�M����g�?ۧ��㝧�Ƿ�����/�_n=��Ҷ_�Η6�SKO������߿����~��m�鯿~��u}���+����SO///{KOZ�/V�}z��k �^��і��@:Zk `/�y
�����@J��B�e�5��k d{j^����55����m
�h��k %=�@��ԼR�c
�pO�k �=�@��̼R�c
�lO�k %>�@�ԴR�k N�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k �5��ԼR�c
�pO�k %>�@�ԼR�c
�pO�k >�@2���5�k �{j^)�B���5�k �{j^�p������5�Ҿ��m�y
���ٞ��@J|���q
�����@Jz�����y
�����@J��B�e�5����Kj^)�B���5�Ҿ��m�y
���ٞ��@:\k �/�q
��ok D[f^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^�p������5�k �{j^)�B���5�k �{j^����55����X!�S�H��5�=5����X!�S�H�k
�%5����X!�S�H��5�=5����X!�S�H�k
�%5����X!�S�H��5�=5����X!�S�H�k
�%5����X!�S�H��5�=5����m
�h��k �5��ԼR�c
�pOMk %��B��ļR�c
�hO�k �5��ԸRڷ5�-3����X!�S�H��5�=5��t�X�3�HI�5�=5����X!�S�Hi��@��̼��Z{I�k %>�@�ԼR�c
�pO�k %>�@�Լ��Z|I�k %>�@�ԼR�c
�pO�k %>�@�Լ��Z|I�k %>�@�ԼR�c
�pO�k %>�@�ԼR�s
$�kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^)�B���5���Kj^)�B���5�k �{j^I#����s�^PXI�����p>�{=~;�����m�g�������dz�9=6�@�"ȟ���Ϳ���?��������z8=����NZ�@��/�9��ѐ_�6�_l�hx���FC��Լ���c�h˄����F؞
+
���=5o4T�62홰����h��Sa��õ����ƍ���m4��96*xn4dzI����F��
 
���=6:\
�{*l4T��h���
 
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO���
 �
_Ra��õ�����FC�k�pO����F��
-

~���56:\
�{*l4t�6��T�h�pm4��P�s�!�Kj�h�����e�FCGk�lO����F���7*[
��L�h�hm4��������h��S�FCg���-6*zn4d{I����F���7:{l4�m������h��Sa����FCƗԼ���c�h˄����F؞
-
���=6*|n4d|I����F��
-
���=6:\
�{*l4T��h���
-
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC��m4D|M����F��
-
���=6:\
�{*l4T��h���
-
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4��y����FЖ	
=7����FC�k�pO�
}�h��s"l4t�6��T�h��ѐ�%5o4t��h��2a���������FC�k�pO�
����L{&l4t�6��T�h�pm4��y����FЖ	
=7����FC�k�pO����F��
-
���=6*|n4d|I����F��
+
>72���FC�k�pO����F��
+
���=6�n�!�k*l4t�6��T�h�pm4�����h��Sa����FCƗԼ���c�h˄����F؞
+
���=5o4T�62홰����h��Sa��õ����捆�
@[&l4T��h���
+
���=5o4t��h��2a���������FC�ύ��/�y����FЖ	
���=6:\
�{*l4T��h���
+
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��Sa��õ�����FC�ύ��/������h��Sa��õ�����FC�k�pO�����h���
+
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4��P�s�!�K*l4t�6��T�h�pm4�����h��Sa����FCƗT�h�pm4�����h��S�FCg���-6*zn4d{I����F��7:������D�h�`m4�����P�s�!�Kj�h�����e�FCGk�lO����F���7*[
��L�h�hm4��������h��S�FCg���-6*zn4d{I����F��
 
���=6:\
�{*l4T��h���
-
���=6:\
�{*l4t�6��T�hh𻍆��������h��Sa��õ�����FC�k�pO���
-�
_Ra��õ�����FC�k�pO����F��
+
���=6:\
�{*l4t�6��T�h��ѐ�%6:\
�{*l4t�6��T�h�pm4����w
_Sa��õ�����FC�k�pO����F��
 
>72���FC�k�pO����F��
-
aZ��h�46�_P�h��o�h�~!��v=�F�xll4<�6����~��?�Ͽ~����������u�������"w���^�^_w�ջ�i|�iz��C���JMS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i
+
���=6*|n4d|I����F��
+
���=6´@���/hl4ܿ���^�߾Ѱ�B���z������hx�m4��_���/�������������O�`����'��'D���]����wM���g�����������{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i
 ��BӴ��4�S�i��j���4���4���
 M�W�pO��i��i
 ��BӴ��4�S�iZ�i��%����)��
 M�W�pO��i��i
 ��BӴ�g�4�K*4M;\MS�=����)��
-M�W�pO��i��5M#��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I�M��MS�-����)؞
-M�W�pO�M��V�4Ӟ	MӎV�lO��i��i
-���ig��)Ж	Mӊ�M�l/��4�p5M���4���4�2�i��j�����4���4�������=��@[&4M;ZMS�=����)��
-M�
-�Mӌ/��4�p5M�Th�v����{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i
+M�W�pO��i�ϦiƗTh�v����{*4M;\MS�=����)��
+M��k�F|M��i��i
+��BӴ��4�S�i��j���4���4�������=��@[&4M;ZMS�=����)��������i�=����)؞
+M�W�pO�M��MS�-��=���^R�i��j�i�٣i
+�eBӴ��4�S�iZ�i��%57M;{4M��Lh�v���`{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i
 ��BӴ��4�S�i��j���4���4���
 M�W�pO��i��i
-��BӴ��4�S�i��wMӈ���4�p5M�Th�v����{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i
-��BӴ��4�SsӴ�G�h˄�iEϦi��Th�v����{jl�v��i
-��Dh�v���@{*4M+|6M3���ig��)Ж	MӎV�lO��i��i
-���ie�i�iτ�iG�i
-��BӴ��4�SsӴ�G�h˄�iEϦi��Th�v����{*4M;\MS�=����)��
-M�
-�Mӌ/��4�p5M�Th�v����{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M��i�5����)��
+��BӴ��4�S�iZ�i��%����)��
 M�W�pO��i��i
-��BӴ�g�4�K*4M;\MS�=����)��
-M�W�pO��i�ϦiƗTh�v����{*4M;\MS�=����5M�����JM��������y���ߞ���hz�������o����w���w9����z}{�ޟ��_��������no��c���~|t�����K��~
-Ǘ���i��v组p����h�����I�;���p�s��vg�=5���ѷ۝���;W��9�K*�����pO�۝;\�;�p�s��vg�=nw��y�sƗT�ݹ�u�3��
-�;w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�S�s�����й��ٹ���
+��BӴ�_S�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�V�l�f|I��i��i
+��BӴ��4�S�i��j���4���4���
+M�W�pO��i��i
+���ig��)Ж	Mӊ�M�l/��4�p5M���4��[��ω�4�`5M��Th�V�l�f|I�M��MS�-����)؞
+M�W�pO�M��V�4Ӟ	MӎV�lO��i��i
+���ig��)Ж	Mӊ�M�l/��4�p5M�Th�v����{*4M;\MS�=��>��_R�i��j���4�p5M�Th�v����{*4M+|6M3��BӴ��4�S�i��j���4�p5M�Th�6�]�4�k*4M;\MS�=����)��
+M�W�pO��i�ϦiƗTh�v����{*4M;\MS�=����)��
+M�
+�Mӌ/��4�p5M�Th�v����{*4Mc'�k��M��������Mӗ��C�+M�=uyS��4.��/����������r����������?�������_?�3Bۯ��.����w?���"����@�<��/�۷�L���w	�v����p�󃗓nw�S�v���΀{j�ݹ�o�;�9nw��y�s��T�ݹ�u�3��
+�;w�nw�S�v���΀{*��\��v�/�p�s��vg�=nw�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�S�s�����й��ٹ���
 ��W�pO��}��s��B��չ�S�s_�s��%:���=��
 ��W�pO��}��s��B��g�>�K*t�;\�{�=:���=��
-��W�pO��}��u�#��B��չ�S�s�����й�pu��T��W���g|I͝���{�-:���=؞
-��W�pO͝��V�>Ӟ	���V�lO��}��s����}g��=Ж	������l/�й�pu���ܹ��ѹ�2�s���܃��й��ٹ����;��=:�@[&t�;Z�{�=:���=��
-��
-����/�й�pu��T��w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�S�s�����й��ٹ���
-��W�pO��}��s��B��չ�S�s��w�����й�pu��T��w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�Ss羳G�h˄�}E��}��T��w�:��{j��w��s��D��w�:�@{*t�+|v�3����}g��=Ж	���V�lO��}��s����}e�s�iτ�}G�s��B��չ�Ss羳G�h˄�}E��}��T��w�:��{*t�;\�{�=:���=��
+��W�pO��}���}ƗT��w�:��{*t�;\�{�=:���=��
+�����G|M��}��s��B��չ�S�s�����й��ٹ����;��=:�@[&t�;Z�{�=:���=���;����}�=:���=؞
+��W�pO͝���{�-:�=;��^R�s����s�٣s�eB羣չ�S�s_�s��%5w�;{tL��w�:�`{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�S�s�����й��ٹ���
+��W�pO��}��s��B��չ�S�s_�s��%:���=��
+��W�pO��}��s��B���:�_S�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��W���g|I��}��s��B��չ�S�s�����й��ٹ���
+��W�pO��}��s����}g��=Ж	������l/�й�pu���ع��[��ωй�`u��T��W���g|I͝���{�-:���=؞
+��W�pO͝��V�>Ӟ	���V�lO��}��s����}g��=Ж	������l/�й�pu��T��w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t�+|v�3��B��չ�S�s�����й�pu��T��7�]�>�k*t�;\�{�=:���=��
+��W�pO��}���}ƗT��w�:��{*t�;\�{�=:���=��
 ��
-����/�й�pu��T��w�:��{*t�;\�{�=:�>;�_R�s�����й�pu��T��w�:��{*t���s�5:���=��
-��W�pO��}��s��B��g�>�K*t�;\�{�=:���=��
-��W�pO��}���}ƗT��w�:��{*t�;\�{�=:����u������J�����������3�Թ�~|��������������K�驏�����?�������/��~��[��.z}�^��/;o���v8�|�� �:=����t=��߿*��෧�������D�X��i—��tx{~����i�=u�>��}��ӈ{��}:O��m�=���>�/����ܾ��i—��t�^_�-~{qO��/���}��ӈ{�~=\/��m�=���>�_�O��}��ӄ/�;���|[&���ӈ{��}:�������ӈ{��}:�o��~{qO}�_�O���}��ӄ/�;����ڷ}<�����ۧ�tl���4➺�_��?m�쏇��������|}n���4�K�~:�����|<��������?F�2w��y9����i�=�q��i�h�/��Ӏ��;��Ѽ���쏇���y�d�/�-}{mO����8����ӈ{�δ�mz��5�iτ9��֜؞
-s^�9/�=5�yu�m��ω0�U�s�+�K*�yu����T���p�y�0�����SaΫ��WƗT���p�y�0�����SaΫ�5���œW��9��/�0�����SaΫ�5���œW�k�pO�9�
+����/�й�pu��T��w�:��{*t�cۻ�������:��}�M����g�s���v9�-��q�y����6�S��q����?�o��_����ѷr�]��ƽ__v޸���p~��mA|uz���;�/�zx;�U��=�oO#��a��ı��ӄ/�;�����|m��ӈ{��}:�S������|�t����~{qO}�_���۹}��ӄ/�;��p���[��4➺�_��K�������z�^.��~{qO}��n���k����	_Rw�����L�ᷧ��|�tN￵�ᷧ��|�t�����4���n���S����	_Rw���9>�o�xqO���O��ؾ��i�=u�^����#m�������ܾ��i����tx}=���xqO��/��Km<��e���'�r�����h{��>���ќ_N��_Sw���y?���#m�;���<_^[��4ڞ��_�qP�緧�ԝi���Vek�+Ӟ	s^�9/�=�:\s^�{j����ۜ��aΫ��W��T���p�y�0�����SaΫ�5���œW��9��/�0�����SaΫ�5���œW�k�pO�9�
 �s^_RaΫ�5���œW�k�pO�9�ל��
 s^>�2��œW�k�pO�9�ל��
 s^�9/�=�*|�ye|I�9�ל��
 s^�9/�=�:\s^�{*�yU������
-s^�9/�=�:\s^�{*�yu����T���9��%�:\s^�{*�yu����T���p�y�0���ws^_SaΫ�5���œW�k�pO�9�ל��
-s^>�2���9��s^@[&�yu����T���p�y�yΫ�5�iτ9��֜؞
-s^�9/�=5�yu����2aΫ��W��T���p�y�yΫ�ǜЖ	s^�9/�=�*|�ye|I�s^�=漀�L���h�y���0�����SaΫ��WƗT���p�y�0�����SaΫ�5���œW��9��/�0�����SaΫ�5���œW�k�pO�9�
+s^�9/�=�:\s^�{*�yu����T���9��%�:\s^�{*�yu����T���p�y�0�U�s�+�K*�yu����T���p�y�0�����SaΫ���"��œW�k�pO�9�ל��
+s^�9/�=�*|�ye|I�s^�=漀�L���h�y���0�����S�Wek�+Ӟ	s^�9/�=�:\s^�{j����1��eœWE�9�l/�0�����S�Wg�9/�-�:Zs^`{*�yU��������:{�ym�0��њ��SaΫ�5���œW��9��/�0�����SaΫ�5���œW�k�pO�9�
+�s^_RaΫ�5���œW�k�pO�9�ל��
+s^>�2��œW�k�pO�9�ל��
+s^�9/�=�*|�ye|I�9�ל��
+s^�9/�=�:\s^�{*�yU������
+s^�9/�=�:\s^�{*�yu����T��j�9����0�����SaΫ�5���œW�k�pO�9�
 �s^_RaΫ�5���œW�k�pO�9�ל��
 s^>�2��œW�k�pO�9�ל��
 s^�9/�=�*|�ye|I�9�ל��
-s^�9/�=�:\s^�{*�y5�ݜW��T���p�y�0�����SaΫ�5���œW��9��/�0�����SaΫ�5���œW�k�pO�9�
+s^�9/�=5�yu����2aΫ��W��T���p�y�qΫ�os^�N�9�֜О
+s^>�2���9��s^@[&�yu����T���p�y�yΫ�5�iτ9��֜؞
+s^�9/�=5�yu����2aΫ��W��T���p�y�0�����SaΫ�5���œW��9��/�0�����SaΫ�5���œW�k�pO�9�
 �s^_RaΫ�5���œW�k�pO�9�ל��
-s^>�2��œW�k�pO�9�ל����:{�ym�0�U�s�+�K*�yu�����8��ѷ9/�?'œWk�hO�9�
-�s^_R�Wg�9/�-�:Zs^`{*�yu�����<�Uٚ�ʴgœWGk�lO�9�ל����:{�ym�0�U�s�+�K*�yu����T���p�y�0�����SaΫ��WƗT���p�y�0�����SaΫ�5���œW��9��/�0�����SaΫ�5���œW�k�pO�9������
-s^�9/�=�:\s^�{*�yu����T���9��%�:\s^�{*�yu����T���p�y�0�U�s�+�K*�yu����T���p�y�0�W��9/xAc����9����x>^�����i��x|����v��� ��|ܙ=��1�u�Mz��_��o{}����_��������������O������׷w�a�u����Dſ�ى��[��/(u���T�Du�:Q�{*t�*|v�2��B'��Չ�S����D�Љ�pu���T�DU��De|I�NT����B'��Չ�S����D�Љ��ى���
+s^
~7��5�:\s^�{*�yu����T���p�y�0�U�s�+�K*�yu����T���p�y�0�����SaΫ��WƗT���p�y�0�����Sa�+�Rus^��Ɯ��Js^���|�Χ�o�Ӝ�����������A����3{0��cc��x���ӿ~���������_�~����������O_������}�o�������{׉��u��:Q^P�D�Љ�pu���T�DU��De|I�NT����B'��Չ�S����D�Љ��ى���
 ��W'
-pO�NT����B'��Չ�S���w�����Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_Rs'��G'
-h˄NTG���B'��Չ�Ss'��ՉʴgB'��Չ�S����D�٣�eB'��g'*�K*t�:\�(�=5w�:{t���L�Du�:Q`{*t�*|v�2���NTg�NЖ	���V'
-lO�NT����B'��g'*�K*t�:\�(�=:Q�N��
+pO�NT����B'��Չ�S�U���%:Q�N��
 ��W'
-pO�NT��NTƗT�Du�:Q�{*t�:\�(�=:Q�N��
-��
-����/�Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_R����D�Љ�pu���T�Du�:Q�{*t�*|v�2��B'��Չ�S����D�Љ�pu���T�D5�]'*�k*t�:\�(�=:Q�N��
+pO�NT����B'���:Q_S����D�Љ�pu���T�Du�:Q�{*t�*|v�2���NTg�NЖ	���V'
+lO�NT�����NTe��iτNTG���B'��Չ�Ss'��G'
+h˄NTE�NT��T�Du�:Q�{j�Du��Dm�Љ�hu���T�DU��De|I͝���(�-:Q�N؞
 ��W'
 pO�NT��NTƗT�Du�:Q�{*t�:\�(�=:Q�N��
 ��
-����/�Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_R����D�Љ�pu����܉��щ�2�Uѳ��%:Q�N��;Q}�D�9:Q�NО
+����/�Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_R����D�Љ�pu���T�Du�:Q�{*t�*|v�2��B'��Չ�S����D�Љ�pu���T�DU��De|I�NT����B'��Չ�S����D�Љj�NT��T�Du�:Q�{*t�:\�(�=:Q�N��
 ��
-����/���٣�eB'��Չ�S����DU��De�3����D���Љ�pu����܉��щ�2�Uѳ��%:Q�N��
-��W'
-pO�NT����B'��g'*�K*t�:\�(�=:Q�N��
+����/�Љ�pu���T�Du�:Q�{*t�:\�(�=:Q>;Q_R����D�Љ�pu���T�Du�:Q�{*t�*|v�2��B'��Չ�S����D�٣�eB'��g'*�K*t�:\�(�=5v�:�։�s"t�:X�(�=:Q>;Q_Rs'��G'
+h˄NTG���B'��Չ�Ss'��ՉʴgB'��Չ�S����D�٣�eB'��g'*�K*t�:\�(�=:Q�N��
 ��W'
 pO�NT��NTƗT�Du�:Q�{*t�:\�(�=:Q�N��
-����DE|M�NT����B'��Չ�S����D�Љ��ى���
+��
+����/�Љ�pu���T�Du�:Q�{*t�:\�(�=:Q
~׉���
 ��W'
 pO�NT����B'��Չ�S�U���%:Q�N��
 ��W'
-pO�NT,�t�(xA�u��.��������N����V�D}<vQ'�9t�����闟���������O�m���~���?_~�׿��ۯ����_~]���������l�<o?j<��Nb�E������$��Nb��$fg���@[&�Ĭ�y3�K*���p���S�I��'1��L8���:�	���I�
+pO�NT����B'��g'*�K*t�:\�(�=:Q�N��
+��X��:Q��F'��]N�������N����V�D}<vQ'�9t�����闟���������O�m���~���?_~�׿��ۯ����_~]���������l�<o?j<��Nb�E������$��Nb��$fg���@[&�Ĭ�y3�K*���p���S�I��'1��L8���:�	���I�
 �'13��擘�=Nbm�p��ulO�������{*�Ĭ�y3�K*���p���S�$f��$&��
 '1;\'1�T8�Y��$fƗT8���:�	���I��IL�=Nbv�Nb�p���Ǐ/�p��upO�������{*���p���S�$f�ϓ�_R�$f��$&��
 '1;\'1�T8���:�	���I�
@@ -5809,7 +6033,7 @@ pO
 ��WypO��|��<��By��U��S�<_�<��%����<��
 ��WypO��|��<��By��gy>�K*��;\�y�=����<��
 ��WypO��|�ߕ�#��By��U��S�<��*��P��p���T(�W�,�g|I��|��<��By��U��S�<��*��P���Y����
-��WypO��|��<��By>����<��Q��A�<^ѷ���cy~���r~�-����t��9x���cz�:?�����O���_?���/����}��_�������}������t�y'�/�������旫�>����~Ns8���_ϊ��	_Rw���z}9���i�=u�N��c�ߞF�Sw���z��o��i�=�1��}:/���>�&|I���O�|m���4➺�o�����ⷧ��|�t�����4���n���S����	_Rw���9>�o�xqO���O��ؾ��i�=u�^��֔���H[�c��}~�}���d/�;����zj���4➺�_ϗ��xi�ܑ�O��\�緧����}����9��:\O�����G�����?F�2w��y�����i�=u�>��Ǟ�=����L�|L#u��[�3��RI��%�=5�-���["�S��RI�-�91�-u�斀^R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-U��[�����J|�-�yn����រ�J|�-�yn��5����J�6�D�e湥�sKd{j�[*�1�D��ƹ��sK@{f�[*�1�D��湥sK�{j�[*���і��:ZsK`/�yn������J�6�D�e湥�sKd{j�[�p�-��ƹ�Ҿ�-m�yn����ٞ��J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn����R���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���8�Tڷ�%�-3�-u���^R��R���%�=5�-��������R	��%�=5�-u���_R��Ri�斈��<�T�cn�lO�sK%>���8���cn	h��sK%=����<�T�cn�pO�sK�}�["�2��RGkn	�%5�-���["�S��R���%�=5�-���["�S��R�kn	�%5�-���["�S��R���%�=5�-���["�S��R�kn	�%5�-���["�S��R���%�=5�-���["�S��R�Ϲ����yn����រ�J|�-�yn����រ�:\sK�/�yn����រ�J|�-�yn����រ�:\sK�/�yn����រ�J|�-�yn)m�sK�n�}zA����RzE<�������4�t<�m��};��zٞ��wf�s��N\:�&���~�����O������_~���������������?��?��~��?�ǟ�/OO�������O���Ï_~}���/��|!'���G���q���]D�f��o9|����o��T�f���7�_R���7�{*|����fpO�o�;\߬���z��o�3���7��o��T�f����:��
+��WypO��|��<��By>����<��Q��A�<^ѷ���cy~���r~�-����t��9x���cz�:?�����O���_?���/����}��_�������}������t�y'�/�������旫�>����~Ns8���_ϊ��	_Rw���z}9���i�=u�N��c�ߞF�Sw���z��o��i�=�1��}:/���>�&|I���O�|m���4➺�o�����ⷧ��|�t�����4���n���S����	_Rw���9>�o�xqO���O��ؾ��i�=u�^��֔���H[�c��}~�}���d/�;����zj���4➺�_ϗ��xi�ܑ�O��\�緧����}����9��:\O�����G�����?F�2w��y�����i�=u�>��Ǟ�=����L�|L#u��[�3��RI��%�=5�-���["�S��RI�-�91�-u�斀^R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-u���_R��R���%�=5�-���["�S��R���%�=5�-U��[�����J|�-�yn����រ�J|�-�yn��5����J�6�D�e湥�sKd{j�[*�1�D��ƹ��sK@{f�[*�1�D��湥sK�{j�[*���і��:ZsK`/�yn������J�6�D�e湥�sKd{j�[�p�-��ƹ�Ҿ�-m�yn����ٞ��J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn��5�����J|�-�yn����រ�J|�-�yn����R���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���<�T�cn�pO�sK��%���<�T�cn�pO�sK%>���8�Tڷ�%�-3�-u���^R��R���%�=5�-��������R	��%�=5�-u���_R��Ri�斈��<�T�cn�lO�sK%>���8���cn	h��sK%=����<�T�cn�pO�sK�}�["�2��RGkn	�%5�-���["�S��R���%�=5�-���["�S��R�kn	�%5�-���["�S��R���%�=5�-���["�S��R�kn	�%5�-���["�S��R���%�=5�-���["�S��R�Ϲ����yn����រ�J|�-�yn����រ�:\sK�/�yn����រ�J|�-�yn����រ�:\sK�/�yn����រ�J|�-�yn)m�sK�n�}zA����RzE<�������4�t<�m��};��zٞ��wf�s��N\:�&���~�����O������_~���������������?��?��~��?�ǟ�/OO�������O���Ï_~}���/��|!'���G���q���]D�f��o9|����o��T�f���7�_R���7�{*|����fpO�o�;\߬���z��o�3���7��o��T�f����:��
 ߬w��Y�S����f=�k*|����fpO�o�;\߬���z��u�=�Y����zƗT�f����:��
 ߬w��Y�S���7�{*|�^����/���z��u�=�Y�p}����7��o��T�f���7�_R���7�{*|����fpO�߬w��fh˄o�+z~���%�Y�p}����o�;���:�����7�@{*|�^����/�����߬m���zG�u�=�Y�p}����o�+[߬g�3����7�`{*|����fpO�߬w��fh˄o�+z~���%�Y�p}����7��o��T�f����:��
 ߬W��f=�K*|����fpO�o�;\߬���z��u�=�Y����zƗT�f����:��
@@ -5838,27 +6062,23 @@ pO
 ��Z_RaT��5���¨V�kTpOͣZ�=F���Lժ�9���%F�:\�Z�{j���ۨ��aT��5���¨V��Q��/�yT��ǨЖ	�Z�Q-�=F�:\�Z�{jժl�je�3aT��5���¨V�kTpOͣZ�=F���Lժ�9���%F�:\�Z�{*�ju�F���T��p�j�0�U�sT+�K*�ju�F���T��p�j�0�����SaT���VƗT��p�j�0�����SaT��5���¨V�ߍjE|M�Q�ר��
 �Z�Q-�=F�:\�Z�{*�jU�����
 �Z�Q-�=F�:\�Z�{*�ju�F���Tժ�9���%F�:\�Z�{*�ju�F���T�
-�P����1�u��.��Q������^n_��uU�1�5����_���������/����׏��o�~��vO�?��_������ݏ?|��Ͽ������O�yK������]O�������S޽��sx/C�\S5�ƿ�y���ou��ꃗ�f�3��jG��*؞
-P;\P��|����T�-�V�<���%�v�����jg��@[&@�h@�S��j���_R���P��L8���:�
-�����T�=�V�<���%�v���p���u�pO�����{*@��y�5�K*@�p@�S��j���*��
+�P����1�u��./��Z����U�ܾZ���ccVk\W�O�|�������?_~�姯���~���힪~���|�U�Y�����������������ݯ�������6}����ߧ�{����^�ع�j@����������/'@ʹg�Ԏ�T�=�v�����jg��@[&@��y�5�K*@�p@�S���P��L8���:�
+����
+�P3�����=�m�p���u�lO�����{*@��y�5�K*@�p@�S��j���*��
 P;\P�T8�Z���jƗT8���:�
 �����T�=�v���p����Ԍ/�p���u�pO�����{*@�p@�S��j���_R��j���*��
 P;\P�T8���:�
-�����;��5�v���p���u�pO�����{*@��y�5�K*@�p@�S��j���*��
+����
+�P3�����T�=�v���p���u�pO��
~w�5�k*@�p@�S��j���*��
 P;\P�T8�Z���jƗT8���:�
-�����T�=�v���p����Ԍ/�p���u�pO�����{j>�����*Ж	P+z@���
-P;\P��x���oP��P;XP��T8�Z���jƗ�|����T�-�v�����p���u�pO�P+[P3�p���u�lO�����{j>�����*Ж	P+z@���
-P;\P�T8���:�
-�����T�=�V�<���%�v���p���u�pO�����{*@��y�5�K*@�p@�S��j���*��
-P;\P�T8���wP#�����T�=�v���p���u�pO��>�f|I�����{*@�p@�S��j���*��
+�����T�=�v���p����Ԍ/�p���u�pO�����{*@�p@�S��j���_R��j���*��
+P;\P��|����T�-�V�<���%�v�����jG���9�v����p����Ԍ/���jg��@[&@�h@�S��j���*����V��f�3��jG��*؞
+P;\P��|����T�-�V�<���%�v���p���u�pO�����{*@��y�5�K*@�p@�S��j���*��
+P;\P�T8�Z���jƗT8���:�
+�����T�=�v���p�����F|M�����{*@�p@�S��j���*��
 P+|@���
 P;\P�T8���:�
-����x�;�
-/h@�A��jxEۯ.ۯI�dm�l��Ϗ�z=^�MО����f����=4�yU/�c���W)ݿ��t8?��v�4����t����z�^ʷ_�W���_���E���o�W�@�=L�e�����J�m�Y��t������ {&\d[ɺ�6˖	��V�.�Ͳe����l�l�pm#��k��pym%���,[&�\[ɺ�6˖	��V�n�Ͳe��<����g…����j�l�p[m%��,[&\U[ɺ�6˖	��6�6ʞ	��V��Ͳe�
���j�l��z�
-��f�s"�M۸�j�{&\L[ɺ�6˖�o���q)mv?'•���i3l�pm!�]G��%3_F[��.��~N��h+W�f�2��J�-�Y��|m�
-��Z"\@[��6Ö	��V�.�Ͳeƫg+�v�lV?�����:����g¥���;g�l�p�l%���,[&\7[ɺm6˖	w�6�j6ʞ	�V��Ͳe�-���Kf�l�p�l%��,[&�/���z�({&\.[ɺ[6˖	7�V�.�Ͳeµ���[e�l�p�l#�+e��p�l%�>�,[&�&[ɺL6˖	W�V�n�Ͳe�=��<����g�%���;d�l�p�l%��,[&\[ɺ=6˖	w�6�:6ʞ	�V��Ͳe­���Kc�l�pel%���,[&�����({&\[ɺ+6˖	7�V�.�Ͳe�5���[b�l�pGl#�+b��pAl%�~�,[&�[ɺ6˖	W�V�n�Ͳe½��|w-l��L���u'l�-n��d]�e˄�`+Y��f�2�.�F�W�F�3�E�<����D��ru	l�-���d
pe�2��Vk}+���[���[&oU�v��l�yu����Vv?'��V��ŭ{&�mU�液l�yl����Vv?'��V�jh+Ö	3[�<W���yc����Vv?'��V�j_+Ö	�Z��q�,[&Lk5�\֊�g®V%kV+˖	�Z��M�,[&,jU���l�0���sM+ʞ	[Z��)�,[&iU�v��l���U��ʲe„V#��({&�gU�泲l�0�U���ʲe�rV%k8+˖	�Y�<W��왰�Uɚ�ʲe�`V%k/+˖	kY����,[&Le5�\ʊ�g�NV%k&+˖	#Y����,[&,dU���l�0�U�w�XI^2a��5��e˄a�J�.V�-V�*Y�XY�L��j么eτ=�J�V�-ư*Y[XY�LXªd
ae�2a���
-V�=6�*YXY�L��d�_e�2a���5~�e˄�F��WQ�Lؽ�d�^e�2a����y�e�̋W<���9�w�]E�3a몒5u�eˌCW�{۹��<X��T�\e�2a⪑��U�=3�[U����D��\m[e�2a٪�5l�e�̳V
�U��Z"lZU�&�2l�0hU�ڳʲe�5�
-cV���SV�;��"왰cUɚ�ʲeˆU%k�*˖	V���,[&�W5�\���g�vU%k�*˖	�U��ݪ,[&�VU�F��l�0Y��s�*ʞ	{U����,[&�UU����l��TU��ʲe�LU!߭T%yɄ��J�DU�-�*Y�TY�LX��d�Se�2a����2U�=v�*Y�TY�L��dmRe�2a���5H�e˄9�F�kTQ�Lآ�dMQe�2a����C�e˄�4�ԍP�W36��^��e�j��|�������	T��@�~غ���.���p}�~��pk<��>V���������~���?���l����{�w�����W�����X_䜬��a���J�5�{*��t�vk��TX���9]��%�k:\�5�{*��t�l��T���pm��bS�s�&�K*�t��l��Tز�p����yΦ�Ǟ
Ж	�6='m���¨M�k�pOͻ6�=�m��L���hmۀ���n��w�6_S��Mg���-6n:Z#7`{*��t�vn��ԼtSٚ�ɴg��MGk�lO�����
��'o:��y��DX���9{��%�o:\�7�{*l�t��o��T���p����S�s'�K*��t�Vp��T���p
���0������Sa
���NƗT��p-�������Sa�õ����2N��i��/�0���Z��Sa��5����DN�k#pO���
+�����T�=�V�<���%�v���p���u�pO����cw�^�8�z�������_?\�_������>��?�z<�~��=m��{���n?��v{h<���^n�N��:R����p~~���i�����zݽ�����o��O�R�ݿ�ã�f�/��,���|{�d�ܑ�ų���l�l��.�c'��A�L�ȶ�u�m�-n��d]b�e˄+l+Y7�f�2���F���F�3���J�ݵY�L����uqm�-���d�Z�e˄;ky^Yeτk+Y��f�2��J�e�Y�L����uSm�-�m�yMm�=.��d�Q�e˄j+Y�f�2���<n����D���q�մ�L����u/m�-3�J[��R��~N�+i+W7�f�2�>�B���6�Kf�����]����7�V�.�Ͱe�5���[h�l�����ѵD���ru�l�-n��d]>�eˌW�V���٬~ʃ{gu^;]τKg+Yw�f�2���Jօ�Y�L�n��u�l�-�m�y�l�=.��d�3�e˄[f+Y��f�2��J�
�Y�L�_�����Q�L�\��u�l�-n��d],�e˄ke+Y��f�2�N�F�W�F�3�B�J�}�Y�L�M��u�l�-���d�$�e˄{dy^#eτKd+Yw�f�2��J��Y�L�>��u{l�-�m�yul�=.��d��e˄[c+Y��f�2���J֍�Y�L�/���u�Q�L�,��uWl�-n��d]�e˄kb+Y��f�2��F�W�F�3��J���Y�L���u9l�-���d��e˄{a��Z�$/�p)l%�N�,[&�[ɺ6˖	��V�n�Ͳe�]��<����g�`+x���ωpl���[&\[��ʲe�����Vt-��*W�[�Lުd�ne�2��V�ѭ�~N�ɭƝ�[�L�۪d�me�2��V����~N������V�-f�y�lE�3��V����~N����վV�-ֵ*Y�ZY�L��j乬eτ]�J֬V�-F�*Y�ZY�LXԪd
je�2aN���V�=��*YSZY�LҪd�he�2aE��5��e˄	�F�ZQ�L�Ϫd�ge�2a<�����e˄�J�pV�-f�y�fE�3a3��5��e˄��J�^V�-ֲ*YcYY�L��j乔eτ��J�LV�-F�*YYY�LXȪd
de�2a���ֱ��d�6V%k+˖	�X��]�,[&�bU�F��l�0���s+ʞ	{X��9�,[&�aU����l���U��ʲe�V#��({&l`U�&��l�0�U�ڿʲe��U%k�*˖	�W�<���왰{Uɚ�ʲe��U%k�*˖��*x^e�s"�]5�\���g��U%k�*˖��*��s��Oy�rU��ʮe��U#υ�({f޷��1o��ω0nU�ڶʰe²U%k�*˖�g�X�VѵDش�\MZe�2aЪ��g�e��kV<Ƭ��9��w.YE�3aǪ�5c�e˄�JֆU�-�*YVY�L��j�^eτ��J�tU�-��*Y�UY�LX��d�Ve�2a����bU�=��*YsUY�L��dmUe�2a���5T�e˄��B�[�J�	U����,[&TU����l��NU��ʲe�4U#�e�({&�RU�f��l�0JU�ڤʲe�"U%k�*˖	sT�<ר�왰EUɚ�ʲe�U%k�*˖	+TiD��ʯflPݽ��e�j��|�������	T��@�~غ���.���p}�~��pk<��>V���������~���?���l����{�w�����W�����X_䜬��a���J�5�{*��t�vk��TX���9]��%�k:\�5�{*��t�l��T���pm��bS�s�&�K*�t��l��Tز�p����yΦ�Ǟ
Ж	�6='m���¨M�k�pOͻ6�=�m��L���hmۀ���n��w�6_S��Mg���-6n:Z#7`{*��t�vn��ԼtSٚ�ɴg��MGk�lO�����
��'o:��y��DX���9{��%�o:\�7�{*l�t��o��T���p����S�s'�K*��t�Vp��T���p
���0������Sa
���NƗT��p-�������Sa�õ����2N��i��/�0���Z��Sa��5����DN�k#pO���
 �39_Ra(�õ����VN�k,pO����^��
 �9>'s2���hN�k5pO�ݜ�p��
 �9���=�s*|��d|I��ׂ��
@@ -5894,36 +6114,38 @@ S9
 ��W�pO�Zw���
��B���U��S��]�֝�%j��Z7��
 ��W�pO�Zw���
��B���g�;�K*Ժ;\�n�=j��Z7��
 ��W�pO�Zw��պ#��B���U��S����u�P��pպ�T�uW��ug|I�Zw���
��B���U��S����u�P��Y����
-��W�pO�Zw���
��B�;V��Z7��Q�A��^�R�>�Z���tx�~f�k�z��}�պ��������~������n�8^/�+���=xi����ؽ6��z=���/+���ا��|�Ƿ��������O����������ⷧ���rx�����H[掼}2/��=�=���>n'<m�y��z��i���|�h��K��a�-sG�>���kKߞF�Sw���9�����i�=�1~�>��ki�&�3w����vm?��4ڞ��_�_�����xqO���Mi���8���8Gk��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G��q����y����8រ�9J|�s�y����8រ�9:\��/�q���o�D[f�(�1�A���q���{j���1��g�q���d{j�(�1�A���q�Ҿ�sm�y���5�����9J|�s�q���o�D[f�(�1�A���q��8�Kj�(��8і��9Jz�s���y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9*|�sd|M��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO���}� �2�8GGk��%5�s��� �S�8GI�s�91�s��� �S�8G�k��%5�s��m��h���%=�9���<�Q�c��pO���=�9���<�Q�c��lO��%>�9��8�Qڷq�-3�st��9�^R�8G��q�=5�s��� �S�8G��q�=5�st��9�_R�8G��q�=5�s��� �S�8G��q�=5�st��9�_R�8G��q�=5�s��� �S�8G��q�=5�sT�������9J|�s�y����8រ�9J|�s�y���5�����9J|�s�y����8រ�9J|�s�y���5�����9J|�s�y����8រ�9ҒD9�A/��ܧt��s�W�7�s���.'�O}�s�o������G�����R�tl?�??����_G:^.緽��9V_������x�z�XЖ	c��
-�=�*�n�"�kj���1V�e�XEGk�lO����X����**[c��L��h�U���0V�����S�XEG��*���c<�*2���XE�k�pO����X��
+��W�pO�Zw���
��B�;V��Z7��Q�A��^�R�>�Z���tx�~f�k�z��}�պ��������~������n�8^/�+���=xi����ؽ6��z=���/+���ا��|�Ƿ��������O����������ⷧ���rx�����H[掼}2/��=�=���>n'<m�y��z��i���|�h��K��a�-sG�>���kKߞF�Sw���9�����i�=�1~�>��ki�&�3w����vm?��4ڞ��_�_�����xqO���Mi���8���8Gk��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G�k��%5�s��� �S�8G��q�=5�s��� �S�8G��q����y����8រ�9J|�s�y����8រ�9:\��/�q���o�D[f�(�1�A���q���{j���1��g�q���d{j�(�1�A���q�Ҿ�sm�y���5�����9J|�s�q���o�D[f�(�1�A���q��8�Kj�(��8і��9Jz�s���y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9:\��/�y����8រ�9J|�s�y����8រ�9*|�sd|M��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO��%>�9��<�����|I��%>�9��<�Q�c��pO���}� �2�8GGk��%5�s��� �S�8GI�s�91�s��� �S�8G�k��%5�s��m��h���%=�9���<�Q�c��pO���=�9���<�Q�c��lO��%>�9��8�Qڷq�-3�st��9�^R�8G��q�=5�s��� �S�8G��q�=5�st��9�_R�8G��q�=5�s��� �S�8G��q�=5�st��9�_R�8G��q�=5�s��� �S�8G��q�=5�sT�������9J|�s�y����8រ�9J|�s�y���5�����9J|�s�y����8រ�9J|�s�y���5�����9J|�s�y����8រ�9ҒD9�A/��ܧty��H��o�x�1�]N0�1���8��9��������������~h~z�_���t�\�o{#s�"��9Vq�7�?V�����
+�-�*:Zc`{*�U4��XE���<V��c�h˄����X؞
 c��
-�=�**|�Ud|I����X��
+�=5�UT��*2�0V�����Sa���5V��Ʊ����U��9�**x�UdzI����X��
 c��
 �=�*:\c�{*�UT�����
 c��
 �=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��0V�����Sa����XEƗT��p�U��0V�����Sa���5V���XE�ϱ��/�0V�����Sa���5V���XE�k�pO���
 �c_Ra���5V���XE�k�pO����X��
-c
~7V�5�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�Kj���1V�e�XEGk�lO����X����**[c��L��h�U���0V�����S�XEg��
-�-�**z�Ud{I����X����*:{�U�m�0V�����Sa����XEƗ�<V��c�h˄����X؞
-c��
-�=�**|�Ud|I����X��
+c>�*2���XE�k�pO����X��
 c��
-�=�*:\c�{*�UT�����
+�=�*�n�"�k*�Ut��*��T��p�U��0V�����Sa����XEƗ�<V��c�h˄����X؞
 c��
-�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��0V�����Sa����XEƗT��p�U��0V�����Sa���5V���XE�ߍUD|M����X��
+�=5�UT��*2�0V�����Sa���5V��汊�c@[&�UT�����
 c��
-�=�*:\c�{*�UT�����
+�=5�Ut����2a���5V���XE�ϱ��/�y����XЖ	c��
+�=�*:\c�{*�UT�����
 c��
-�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��y����XЖ	c=�*����XE�k�pO�c}���s"�Ut��*��T���9V��%5�Ut����2a���5V���XE�k�pO�c����L{&�Ut��*��T��p�U��y����XЖ	c=�*����XE�k�pO����X��
+�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��0V�����Sa����XEƗT��p�U��0V�����Sa���5V���XE�ϱ��/�0V�����Sa���5V���XE�k�pO��������
 c��
-�=�**|�Ud|I����X��
+�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0VQ�s�"�K*�Ut��*��T��p�U��0V�����Sa����XEƗT��p�U��0V�����S�XEg��
+�-�**z�Ud{I����X���*:�6V��D��`�U���0VQ�s�"�Kj���1V�e�XEGk�lO����X����**[c��L��h�U���0V�����S�XEg��
+�-�**z�Ud{I����X��
 c��
 �=�*:\c�{*�UT�����
 c��
-�=�*:\c�{*�Ut��*��T�h𻱊���0V�����Sa���5V���XE�k�pO���
-�c_Ra���5V���XE�k�pO����X��
+�=�*:\c�{*�Ut��*��T���9V��%�*:\c�{*�Ut��*��T��p�U��0V��wc_Sa���5V���XE�k�pO����X��
 c>�*2���XE�k�pO����X��
-caQ���4�*�_��u�"��e���*.����X�x�c���6V��_������?�����*~]f�o�/��w��P���;T{���/���s�^����1d���y�=5�ct�����2a��5����<F���cD|M���=�1��L���h�c���0������S�<Fek#Ӟ	��y�=�1:\��{j�����<��a���<F��T���p�c��0������Sa��5����<F��y��/�0������Sa��5����<F�kpO�y�
+c��
+�=�**|�Ud|I����X��
+c��
+�=�*¢B;V/h�Uܿ��u�"��e���*.����X�x�c���6V��_������?�����*~]f�o�/��w��P���;T{���/���s�^����1d���y�=5�ct�����2a��5����<F���cD|M���=�1��L���h�c���0������S�<Fek#Ӟ	��y�=�1:\��{j�����<��a���<F��T���p�c��0������Sa��5����<F��y��/�0������Sa��5����<F�kpO�y�
 ��_Ra��5����<F�kpO�y��<��
 �>�12���<F�kpO�y��<��
 ��y�=�1*|�cd|I�y��<��
@@ -5942,97 +6164,81 @@ caQ
 �>�12���y���@[&�ct��1��T���p�c��y��5��iτy���<؞
 ��y�=5�ct�����2a���<F��T���p�c��0������Sa��5����<F��y��/�0������Sa��5����<F�kpO�y�
 ��_Ra��5����<F�kpO�y��<��
-�
~7��5�1:\��{*�ct��1��T���p�c��0�Q�s#�K*�ct��1��T���p�c��0������Sa���<FƗT���p�c��0������Sa#�9�����<���\��1�+���x=�O��^���~85q|����v�y�E����3{0��cc �x��������w?}��?��w�|���:����ڝ���O�퟈�o��b@|�s1���ŀ/(-��y1����iτŀ��b�؞
-�����=5.t�m1��ω�P�s1 �K*,t���TX�p-���Z��Sa1���b@ƗTX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ
+�
~7��5�1:\��{*�ct��1��T���p�c��0�Q�s#�K*�ct��1��T���p�c��0������Sa���<FƗT���p�c��0������Sa#�9�����<������c�W����z8�޿����pj�����������֧��yg�`<���@��6��?����~������~���u�����;k}+�.�?��ʻŀ�r�b���
�^PZ��S�b@ek1 Ӟ	�����=:\��{j\���b���a1���b@��TX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ
 ��_Ra1�õ����b@�k1�pO�ŀ�b���
 �>2���b@�k1�pO�ŀ�b���
 �����=*|.d|I�ŀ�b���
 �����=:\��{*,T�\���
-�����=:\��{*,t���TX����%:\��{*,t���TX�p-���w�_Sa1�õ����b@�k1�pO�ŀ�b���
-�>2���ŀ��@[&,t���TX�p-��y1����iτŀ��b�؞
-�����=5/t�X��2a1���b@��TX�p-��y1���b�Ж	�����=*|.d|I͋�=��LX�h-������Z��Sa1���b@ƗTX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ
+�����=:\��{*,t���TX����%:\��{*,t���TX�p-�P�s1 �K*,t���TX�p-���Z��Sa1���"���b@�k1�pO�ŀ�b���
+�����=*|.d|I͋�=��LX�h-������Z��S�b@ek1 Ӟ	�����=:\��{j^����e�b@E�ŀl/����Z��S�b@g����-:Z�`{*,T�\����:{,�m����Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ
+��_Ra1�õ����b@�k1�pO�ŀ�b���
+�>2���b@�k1�pO�ŀ�b���
+�����=*|.d|I�ŀ�b���
+�����=:\��{*,T�\���
+�����=:\��{*,t���TXh�ŀ������Z��Sa1�õ����b@�k1�pO�ŀ
 ��_Ra1�õ����b@�k1�pO�ŀ�b���
 �>2���b@�k1�pO�ŀ�b���
 �����=*|.d|I�ŀ�b���
-�����=:\��{*,4��b@��TX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ
+�����=5/t�X��2a1���b@��TX�p-��q1��o��N�ŀ�b�О
+�>2���ŀ��@[&,t���TX�p-��y1����iτŀ��b�؞
+�����=5/t�X��2a1���b@��TX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ
 ��_Ra1�õ����b@�k1�pO�ŀ�b���
-�>2���b@�k1�pO�ŀ�b����:{,�m��P�s1 �K*,t���Ը�ѷ���?'�b@k1�hO�ŀ
-��_R�b@g����-:Z�`{*,t���ԼP�Zȴg�b@Gk1�lO�ŀ�b����:{,�m��P�s1 �K*,t���TX�p-���Z��Sa1���b@ƗTX�p-���Z��Sa1�õ����b@��ŀ�/����Z��Sa1�õ����b@�k1�pO�ŀ�[���
-�����=:\��{*,t���TX����%:\��{*,t���TX�p-�P�s1 �K*,t���TX�p-�k��b����p���b@xE<������Ӛ�p>�߾�:?o?�=��ܞ͵���O����Ͽ���������������Z[?ۯ.�����|}��m��Uzų}u��C�j}1�{�e˄�U%�x�e˄�U%�u�e˄�U#��U�=
-W���U�-�V���U�-�V���U�-zV�<kVQ�L(YU�:VY�LhXU�
-VY�L�WU��UY�L�V5�VE�3�XU��Ue�2�UU�*Ue�2�RU�jTe�2�OU�wu�$/�P��du��l�Ф�d��l�P��d���l�Сj�Y���g�U��Tv?'B{�rU�ʰeBu��՜ʲe��T�6]K��T�3�a˄�T%�0�e��u�
-m��~N��T�ΪT�=�R���T�-3��*x����9*R���T�-�Q�<�QQ��\���э���DhFU��Q�L�EU�ZQY�L�D5�DE�3�U��Ce�2�
U�*Ce�2�
-U�jBe�2��ȳeτT%��e˄T%���e˄�S%���e˄�S#��S�=�O���S�-ZO���S�-*O���S�-�N�<�NQ�L(;U��NY�Lh:U��NY�L�9U�ZNY�L�85�8E�3��T��7e�2��T�*7e�2��T�j6e�2��T�w��$/�Pj�du��l��h�d��l�Pg�d���l��ej�Ye��gB����cʲeB���UbʲeB����`ʲeB��g})ʞ	�JVw)˖	ͥJVq)˖	��JVk)˖	��F���({&�*Y}�,[&��*Ye�,[f�*U�h*e�s"��w֔"�PR�du��l���T���RV?�A=�R�NʮeB7��g5)ʞ��I<zI������U))Ö	��JV#)˖��H
�:Rt-�H��.R�-�H��"R�-3א*x����9:H�;+H�L( U��GY�LhU��GY�L�U��GY�L�5�E�3�tT��e�2�qT�*e�2�nT�je�2�k�ȳjeτ�Q%�g�e˄�Q%�d�e˄�Q%�a�e˄~Q!�Ջ��dB����-ʲeB���U,ʲeB����*ʲeB���g�(ʞ	��JV�(˖	m�JV�(˖	U�JV�(˖	=�F�5�({&��*Y�,[&4�*Y�,[&ԇRߥk�W3�Cw�����9su��m����x���fy��V�O_�p|��������V��Wq���"�����t޽h��2�Wz�����.�|��ҥ��{j����o�^�9.���y�e��T����u�%��
-�^v�.��S���ץ��{*\zY���ˌ/�p�e���K�=.��p]z	��¥��K/�T����祗_R���ץ��{*\z���pO�K/;\�^�p�e��K/3��¥��K/�T����u�%��
+�
~��5:\��{*,t���TX�p-�P�s1 �K*,t���TX�p-���Z��Sa1���b@ƗTX�p-���Z��Sa1 �ܻ��xAc1���ŀ���xz;o����5q1�|:��}�u~�~�{���=5�kc/��~��������o��ׯ?|���?���~�_3\N3����r������g���%����bR�*˖	ͫJV�*˖	��JV�*˖	��F���({&�*Y}�,[&��*Ye�,[&T�*YM�,[&��y֬��P��du��l�а�d��l�P��d���l�Эj�Y���gB���իʲeB���U�ʲeB���ըʲeB�����TI^2�LU��Re�2�IU�*Re�2�FU�jQe�2�C�ȳBe���
+���~N��T�<�a˄�T%�9�e�̽�Vm*�����Ug*Ö	��JVa*˖��R<�R���]�ƝU�{&�*Y=�,[fnIU�(Ie�s"T�*W
�[&��y֣�왹U����ωЌ�\�2l�P��d���l�Љj�Y���gB!��ՇʲeB��U�ʲeB��ՄʲeB��g
*ʞ	%�JV*˖	
�JV*˖	��JV�)˖	ݧF�է({&�*Y��,[&��*Y��,[&T�*Y��,[&��y֝��Pv�du��l��t�d��l�Ps�d���l��qj�Yq��gB����oʲeB���UnʲeB����lʲeB����jMI^2��T��4e�2��T�*4e�2��T�j3e�2���ȳ�eτ"S%�ǔe˄S%�Ĕe˄
+S%���e˄�R#��R�=�K���R�-�K���R�-jK���R�-:K�<+KQ�L(,U��JY�Lh+U��JY��\U���T���D�)5�)E�3��T��(e�2cC�ro��~ʃzR����]˄nR#�jR�=3�*x����9ZI��RR�-*I��FR�-3��Xu��Z"��*W]�[&4�*YE�,[f�!U�h!e�s"t�wV�"�P@�d���l��>�d���l�P=�d5��l��;j�Y;��gB騒�9ʲeB㨒U8ʲeBݨ��6ʲeBר�g�(ʞ	E�JV�(˖	-�JV�(˖	�JV�(˖	��B��%yɄrQ%�[�e˄fQ%�X�e˄ZQ%�U�e˄NQ#�JQ�=
+E��>Q�-�D��2Q�-�D��&Q�-zD�<kDQ�L(U�:DY�LhU�
+DY�L���K�ʯf���^���~wh����ա��'g��;4����[y�?}���������{X�^��r��x�r����y��я�,_��K/�_l����J�^���ˎ�]z	��D����祗�^R���ץ��{*\z���pO�K/;\�^�p�e��K/3��¥��K/�T����u�%��
 �^v�.��S���
-���/�л�p��T�^w��׀{*��;\�k�=
-�>�_R����*a�P��p���Thbw��؀{*��+|��3��B��U��S�����d����pղ�T(fW�lfg|I�nv���
��B=�����S����h�P�n�v��T�iw��ڀ{*T�;\]m�=����6��
-��
-���/����٣�
�eBm�����S����n�]�jog�3����*p���P��pu�������Q��2��]ѳɝ�%���27����ܝ=��@[&4�;Z�n�=J�>[�_Rs���G�h˄jwG��
��B���U��S��]���%:���7��
-5�W�pO��w���
��Bٻ�g�;�K*��;\�o�=*���7��
-��W�pO��w���wƗT�~w��߀{*Կ;\�o�=��
-8��
-%�
-�-��/���p��T��w����{*��;\up�=
-�>�_R���*��P�p���Th�w���{*�����5����8��
-�WGpO��x��&��BQ��gS<�K*t�;\eq�=����8��
-��WepO��x���xƗT�w���{*T�;\�q�=����8��
-�
-�
�/��!�p���T��w�z�{jn�w���m�P&���&���
-}�W�pO���u�����V�hO�by��fyƗ��-��Q.�2�^��ꗃ���0�pU���\2�l��3��3�h���T��w���{jn�w���m�P8���8���
-��W�pO��y��w��B��U=�S�|^�}��%���:��
-�WpO�z�����B��g=�K*t�;\et�=���>:��
-��W%pO�Rz�ߵ�#��B/��UL�S�������N�p���T(�W�l�g|I��z�����BM���S�S���᪪�PV���V���
-}�WapO��z�����Bk=T���:���[�A��^��\�����\������l��n����ۏ_��?~������~����:����;�_���|�~���^�%��zg�������J��{*�,;\%K�=J���%��
+��^f|I�K/;\�^�p�e���K�=.��p]z	��¥�>/����
+�^v�.��S���ץ��{*\z���pO�K/+|��3��B��U��S�z���^�о�pկ�T(`W�l`g|I�v���
��B
�����S����b�PƮ������
+}�W!pO�Jv���
��B+��U��S��]᳙��%���r6��
+��W?pO��v���
��BI���Z�_S����*j�P��pu��Thkw��ڀ{*�+|6�3����vg��6Ж	��VolO��v���
����ve���iτ�vG��
��B������Ss���G�h˄"wE�&w��T�rw��܀{j�sw��sm����hU���T(uW�lug|Iͽ���n�-���n7؞
+��W�pO��w�φwƗT�xw�Jހ{*Լ;\=o�=����7��
+e�
+�m�/����p��T�|w�:߀{*��;\�o�=��>��_R����*�P��p���Th�w�*��{*��+|��3��B��U�S�
+������p���T(�W�l�g|I�Nx����B-����S��᪆�Po�vx��T�w�
+�{*T�;\q�=Z���8��
+E�
+�M�/���p���T��w���{*4�;\�q�=J�>[�_R�7��*��P�pu��Th�w���{*�+|6�3��B���U"�S�F���I�٣J�eB���g�<�K*��;\�r�=5V�;��)�s"��;X�r�=��>��_Rs���G�h˄zyG�_��Bü�U1�Ssɼ��2ϴgBϼ�U4�S�j���m�٣n�eBἢg�<�K*t�;\�s�=j���9��
+��W�pO��y���yƗT�w�
+�{*T�;\t�=Z��:��
+E�
+�M�/��E�p���T��w���{*4�;\�t�=J�
~�J���
+��W1pO�jz�����B;��UO�S��^᳡��%:���:��
+5�WOpO��z�����BY��g[=�K*��;\�u�=*���:��
+��P�nk���Fo����zxEKs������s��#4��S��~�5���o?~���������_������G;�0Iχ�i���N{}�,��%��J�^P*Y�P��p�,�T(Yv�J��{*�,+|�,3��Bɲ�U��S�d��*Y�P��p�,�T(YV�,Yf|I��e��d	��Bɲ�U��S�d��*Y�P���Y����
+%�W�pO��e��d	��Bɲ�U��S�dY�d��%J���%��
+%�W�pO��e��d	��Bɲ�g�2�K*�,;\%K�=J���%��
+%�W�pO��e�ߕ,#��Bɲ�U��S�d��*Y�P��p�,�T(YV�,Yf|I�%��%K�-J���%؞
+%�W�pO�%��V�2Ӟ	%ˎV�lO��e��d	���eg��%Ж	%ˊ�%�l/�P��p�,��\���Q��2�d��*Y���P���Y�����K��=J�@[&�,;Z%K�=J���%��
 %�
 �%ˌ/�P��p�,�T(Yv�J��{*�,;\%K�=J�>K�_R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3��Bɲ�U��S�d��*Y�P��p�,�T(YV�,Yf|I��e��d	��Bɲ�U��S�d��*Y�P���Y����
-%�W�pO��e��d	��Bɲ�U��S�d��w%ˈ��P��p�,�T(Yv�J��{*�,;\%K�=J�>K�_Rsɲ�G�h˄�eG�d	��Bɲ�U��Ssɲ�U�̴gBɲ�U��S�d��*Yd�٣d	�eBɲ�g�2�K*�,;\%K�=5�,;{�,��L(Yv�J�`{*�,+|�,3���eg��%Ж	%ˎV�lO��e��d	��Bɲ�g�2�K*�,;\%K�=J���%��
-%�W�pO��e�ϒeƗT(Yv�J��{*�,;\%K�=J���%��
+%�W�pO��e��d��wv/M��瑞�
+���Td�q��h$3J6pFZh�`�jXw�0�^�U���O���Z
��WT$���~�?�=J���%��
+%��(YF|�Bɲ�U��S�d��*Y�P��p�,�T(YV�.Yf|�Bɲ�U��S�d��*Y�P��p�,�T(YV�.Yf|�Bɲ�U��S�d��*Y�P��p�,�T(YV�.Yf|�Bɲ�U��S�d��*Yd�٫d	�eBɲ�w�2�#J���%��K�}.Y�1J���%О
 %�
-�%ˌ/�P��p�,�T(Yv�J��{*�,;\%K�=J�>K�_R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3��Bɲ�U��S�d��*Y����K���y���e��9y\�0Ɍ����ڴ�XF��]<̿WdU��F�᷷V�?�I����pO��e��d	��Bɲ�/J���P��p�,�T(Yv�J��{*�,;\%K�=J��K��P��p�,�T(Yv�J��{*�,;\%K�=J��K��P��p�,�T(Yv�J��{*�,;\%K�=J��K��P��p�,�T(Yv�J��{j.Yv�*Ym�P���]���H��e��d	��ƒeG�K��L��e�d	��Bɲ�w�2�#5�,;{�,��L(Yv�J�`{*�,;\%K�=5�,+[%�L{&�,;Z%K�=J���%���K���J�@[&�,+z�,�=R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3>R�d��*Y�P��p�,�T(Yv�J��{*�,+|�,3>R�d��*Y�P��p�,�T(Yv�J��{*�,��d�
-%�W�pO��e��d	��Bɲ�U��S�dY�d��
-%�W�pO��e��d	��Bɲ�U��S�dY�d��
-%�W�pO��e��d	��B�24ے%|�U���@/��K����׻���?���>���o��������z�r=��V�r�����Ͽ��_?������?������G���1˕���[�����W��v4��c>���8�w/O�/W?���4ڞz�2��pw�����4�3�~�{y����#m�7��O������O���7�ӏ��R����o�>�h��IVe�&�3o��=�}~mO��ow�޾
��Ʒow�����L��oW�~�v�G*�}����m�=޾��z�6��
-o��p�}pO��oW�~�v�G*�}����m�=޾��z�6��
-o��p�}pO��oW����H�a��0��
-��a�=�!:\��{*CT����H�a��0��
+�%ˌ��\���U��2�d��*Y���P��p�,��\��l�,3�P��h�,��T(Yv�J��{j.Yv�*Ym�P���]���H��e��d	��Bɲ�U��S�d��*Y�P���]���H��e��d	��Bɲ�U��S�d��*Y�P���]���H��e��d	��Bɲ�U��S�d��*Y�P�l���e�g*�,;\%K�=J���%��
+%�W�pO��e��e�G*�,;\%K�=J���%��
+%�W�pO��e��e�G*�,;\%K�=J���%��
+%��lK���V���=n�,�':Y/w��z_|x=��޷��O���-���[5��z���_?��_~}����������o�޿�c�+?�o�+��_����)Ϗ}��w���=?><_�8W���h{����O���_V�����7�����Xgi˼!�~2�O�-}~mO���~4���;??����x��G��O�*��0ўyC^������h{*�}����m�=5�}���o��c"�}���۷3=R�����o�����۷�Tx�v���ۀ{*�}���۷3>R�����o�����۷�Tx�v���ۀ{*�}���0D�G*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��0�����Sa��/�!">Sa��5���0D�kpO�a��0��
+���!2>R�0Dg�a�-�!:Z�`{*Ct��!���<Q��ȴg�0DGklO�a��0����!:{
C�m�0Q�{"�#�!:\��{j���5�e�0DGklO�a�
+���y���0Ж	��a�=�!:\��{*CT����H�a��0��
 ��a�=�!:\��{*CT����H�a��0��
 ��a�=�!:\��{*CT����H�a��0��
 ��a�=�!:\��{*CT����H�a��0��
 ��a�=�!:\��{*CT����H�a��0��
-��a�=�!:\��{*C4��0D�g*Ct��!��T��p
C��0�����Sa���0D�Gj���5�e�0DGklO�a��0����!*[���L��h
C���0�����S�0Dg�a�-�!*zCd{��0D�kpO�����!��L��h
C���0Q�{"�#5Ct����2a��5���0D�kpO�a�
-���0�����Sa��5���0D�kpO�a�
-���0�����Sa��5���0D�kpO�a�
-���0�����Sa��5���0D�kpO�a�
-���0�����Sa��5���0D�kpO�a�
-���0�����Sa��5���0D�kpO�a�����L�a��0��
-��a�=�!:\��{*CT����H�a��0��
-��a�=�!:\��{*CT����H�a��0��
-��a�=�!:\��{*CT����H�a��0��
-��a�=5Ct����2a���0D�G*Ct��!���8���a�?&�0DkhO�a�
-���y���0Ж	��a�=�!:\��{j��l
Cd�3a��5���0D�kpO�����!��L���=��
-��a�=�!:\��{*Ct��!��T���=��
-��a�=�!:\��{*Ct��!��T���=��
-��a�=�!:\��{*Ct��!��T�h��a���T��p
C��0�����Sa��5���0D��a���T��p
C��0�����Sa��5���0D��a���T��p
C��0�����Sa"������0��J����a���v<>a��؃�!�۷��_�o��ݧ/�~���LJ�����������e�ߧ#>�z�~�z<�-��+�p��v��7s�vZa~)�[a�>Ph�>Rs+��W+�pOͭ�_�0�=5��J|�����
-�p�����V�F���VX��Vរ[a%�Za�{jn�u�Za����
-+��
-#�Ss+��W+�pOͭ�_�0�=5��:\�0�Gjn���j�V�F���VX��Vរ[a�[a���V�F���VX��Vរ[a%�Za�{jn�u�Za����
-+�s+�h�̭��^�0�=5��J|�����
-���
-�3s+��W+�lOͭ�_�0�=5��J��
-#�2s+���
-{��VX��V�[a�}n�m��VҫF���VX���H����>�ˆ���
-+��
-#�Ss+��W+�pOͭ�W+�[a%�Za�{jn���j�V�F���VX���Hͭ�_�0�=5��J|�����
-+��
-#�Ss+���
+��a�=�!:\��{*C4��0D�g*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��0�����Sa���0D�G*Ct��!��T��p
C��y���0Ж	���!�=Ra��5���a��>C��1�!:X�@{*CT����H�����!��L��h
C���0�����S�0Dek"Ӟ	��a�=�!:\��{j���5�e�0DE�a�l�T��p
C��0�����Sa��5���0D��a���T��p
C��0�����Sa��5���0D��a���T��p
C��0�����Sa��5���0D�_CD|��0D�kpO�a��0��
+��a�=�!*|Cd|��0D�kpO�a��0��
+��a�=�!*|Cd|��0D�kpO�a��0��
+�aՠ����!.?P���7C�����������5�޾�w?�z~���޾���������_������?|��x��Z���x�[(W>������W�o�V+�2"��>�Rn�®}��
 |��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��J|�����
-�p�����V�F���VX��Vរ[a%�Za�{jn�U�n�e|��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��J|�����
 �p�����V�F���VX��Vរ[a%�Za�{jn�u�Za����
 +��
-#�Ss+��W+�pO����>�ˆ���
-�h�����V�F���VXIo��11��Jx�ˆ���
-�p�����V��Vі�[a%�Zad{jn���j��٫�g�VXI�Vٞ�[a%�Za�{jl����F�e�VXG��Hͭ�_�0�=5��J|�����
+#�Ss+��W+�pOͭ�_�0�=5��*|��2>Ss+��W+�pOͭ�_�0�=5��J|�����
+�p�����V��Vі�[a%�Zad{jn���j��٫�g�VXI�Vٞ�[a%�Za�{jl����F�e�VXG��Hͭ�_�0�=5��J��
+#�2s+��W+�lOͭ�W+�[a�}n�m��VҫF���VX��Vរ[a�V�#5��J|�����
++��
+#�Ss+��W+�pOͭ�W+�[a%�Za�{jn���j�V�F���VX���Hͭ�_�0�=5��J|�����
 +��
 #�Ss+���
 |��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��J|�����
@@ -6040,26 +6246,41 @@ o
 ��Lͭ�_�0�=5��J|�����
 +��
 #�Ss+���
-|��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��R]�l��:?���VX�D��v�]����Za��
-{<����_���_���_������;����?/�`����Ҹo~=޽�����>|����������_�@W��ӈ{�
�����?���a�-�ƫ�w�/%��&{����w//��;_O#�7�﯒.��멉���z�^��&�S��+|��:�35����ϯ�&�2��Kz���lOͯ�.��zj�=5�����멁���z�^��&�S��K|���pOM��.�ﯧ&�cb~=u���@���z�_��&�S��K|���pOͯ�.��zj�=5�����zj�Gj~=u���S����%�^OM����S��z=5រ_O��z=5�#5������	���z�_��&�S��K|���pOͯ��p���_O]���Ԅ{j~=u���S����%�!�=�H*|�d|��I�k�pO�!��	��
+|��VX��Vរ[a%�Za�{jn���j���j�>Rs+��W+�pOͭ�_�0�=5��J|�����
+�p�����V�F���VX��V�[a�}n�m����j��=Rs+��W+�pOM�����
+#�cbn���j������j�>Rc+��ϭ0�-3��Jz������
++��
+#�Sc+��W+h�̭��^�0�=5��J|�����
++�s+�h�̭��V+쑚[a%�Za�{jn���j�V�F���VX���Hͭ�_�0�=5��J|�����
++��
+#�Ss+���
+|��VX��Vរ[a%�Za�{jn���j�V���[a%�Za�{jn���j�V�F���VX���Hͭ�_�0�=5��J|�����
++��
+#�Ss+���
+|��VX��Vរ[a%�Za�{jn���R�
+�t~��
+���~{+����������c��pn����������Ͽ~����wn���^z��o����q7��r�{9|�O����I�;�_����������F�So�/w�������#m�7^�|���.��4�#�~�{~>���zqO���ti�_OM�e��S��z=5ٞ�_O]��������ԥ}~=5і�_O]����d{j~=u���S���ԝ�^O
�g��S��z=5ٞ�_O]���Ԅ{jz=uI=5���;X��z���S��z=5រ_O]���Ԅ{j~=u���S������S>R��K|���pOͯ�.��zj�=5������	���z�������%�^OM����S��z=5រ_O]���Ԅ{j~=u���Ԁ���z�_��&�S��K|���pOͯ�.q
���0DR�{�$�#�H:\C$�{*�t��H��T"�p
���0DR�{�$�#�H:\C$�{*�t��H��T"�p
���0DR�{�$�#�H:\C$�{*�t��H��T"�p
���0DR�{�$�#�H:\C$�{*�t��H��T"�p
���0D��C$��0D��"�Sa���5D���I�k�pO�!�
+�C$�y����	Ж	C$�!�=�H:\C$�{j"�l
�d�3a���5D���I�k�pO�C$���H��L"��=D��
+C$�!�=5�t�"�2a���5D���I��!����<D��k�h˄!���	؞
 C$�!�=�H*|�d|��I�k�pO�!��	��
 C$�!�=�H*|�d|��I�k�pO�!��	��
 C$�!�=�H*|�d|��I�k�pO�!��	��
-C$�!�=�H�b�$�3�H:\C$�{*�t��H��T"�p
���0DR�{�$�#5�t�"�2a���5D���I�k�pO�C$��!�L{&�t��H��T"�p
���y����	Ж	C$��H�=Ra���5D���!��^C$@[&�t��H��T"��=D�񑚇H:{
��m�0D��"�Sa���5D���I��!���T"�p
���0D��"�Sa���5D���I��!���T"�p
���0D��"�Sa���5D���I��!���T"�p
���0D��"�Sa���5D���I��!���T"�p
���0D��"�Sa���5D���I��!���T"�p
���0D��"�Sa���5D���I�_�D|��I�k�pO�!��	��
 C$�!�=�H*|�d|��I�k�pO�!��	��
 C$�!�=�H*|�d|��I�k�pO�!��	��
-C$�!�=�H*|�d|��I�k�pO�!��	����H:{
��m�0DR�{�$�#�H:\C$�{j"���	�a���5D���I��!����<D��k�h˄!���	؞
-C$�!�=5�T��H2�0D��"�Sa���5D���!��^C$@[&�T�"��H�!��	��
-C$�!�=�H:\C$�{*�T�"��H�!��	��
-C$�!�=�H:\C$�{*�T�"��H�!��	��
-C$�!�=�H:\C$�{*�4��I�g*�t��H��T"�p
���0D��"�Sa����I�G*�t��H��T"�p
���0D��"�Sa����I�G*�t��H��T"�p
���0D'4�!�@k����!���~�������#
������y��o��>����ӟ����b�/�a��?������?�ᗟ��������p�ÿ�q����;����o6.>�|O�������Հ'�5���P!��R� �#*�
-��
-�W��pO�
-A��B���B���/*��P!�pU��T�t�*�{*T:\�=*�+��B�٫B��eB���U!��S�B���BP٪d�3�B�Ѫ���P!�pU���\!��U!��2�BPѻB��
-�W��pO���^�-*�
+C$�!�=�H�b�$�3�H:\C$�{*�t��H��T"�p
���0DR�{�$�#�H:\C$�{*�t��H��T"�p
���0DR�{�$�#�H:\C$�{*�t��H��T"�p
���0DR�{�$�#�H:\C$�{*�t��H���<D��k�h˄!���C$��0D��"�S�IG��H���C$�!�=�H*|�d|��!��^C$@[&�t��H��T"�p
���y���5D�iτ!���	؞
+C$�!�=5�t�"�2a����I�G*�t��H��T"�p
���0D��"�Sa����I�G*�t��H��T"�p
���0D��"�Sa����I�G*�t��H��T"�p
���0D��"�Sa���/�H">Sa���5D���I�k�pO�!��	��
+C$��H2>Ra���5D���I�k�pO�!��	��
+C$��H2>Ra���5D���I�k�pO�!�8��
��ZC$�(
��O�ۇH�N�h�d=��H�C$�O������/o����������I����_������_~��������������=է��^��q��{���}Ǎ�T�<үI�}�5�
+���*�P!�pU��T�t�*�{*T:\�=*
~Q!��L�
+A��B���B���U!��S�B����P!��]!��H���^�-*�
 ؞
-�
-�����\!��U!��2�B�Ѫ���P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�T��d|�B���U!��S�B����P!�pU��T�4�E� �3*�
+�W��pO���V� Ӟ	��V��lO�
+A��B����
+Ag�
+Ж	����l�T�t�*�{j�t���m�P!�hU��T�T��d|��
+Ag�
+Ж	��V��lO�
+A��B���B���w� �#*�
 ��
 �W��pO�
 A��B���B���w� �#*�
@@ -6070,49 +6291,40 @@ A
 �W��pO�
 A��B���B���w� �#*�
 ��
-�W��pO���^�-*�+��P!�pU���X!��s�����P!�`U��T�T��d|��
-Ag�
-Ж	��V��lO�
-A��B����
-Ae�B�iτ
-AG�B���B���U!��Ss���W��h˄
-AE�
-A�G*T:\�=*�
-��
 �W��pO�
-A��
-A�G*T:\�=*�
+A��B���B���w� �#*�
 ��
 �W��pO�
-A��
-A�G*T:\�=*�
-��
+A��B���B���/*��P!�pU��T�t�*�{*T:\�=*�+�P!�pU��T�t�*�{*T:\�=*�+�P!�pU��T�t�*�{*T:\�=*�+�P!�pU��T�t�*�{j�t���m�P!��]!��H�
+A��B����
+AG�+�L�
+A�B���B���w� �#5W:{U��L�t�*`{*T:\�=5W*[�L{&T:Z�=*�
+���+��*@[&T*zW�=R�B����P!�pU��T�t�*�{*T*|W2>R�B����P!�pU��T�t�*�{*T*|W2>R�B����P!�pU��T�t�*�{*T��B�
 �W��pO�
-A�_T">S�B����P!�pU��T�t�*�{*T*|W2>R�B����P!�pU��T�t�*�{*T*|W2>R�B����P!�pU��T�����B�hU.?���v� |�o(r||��E��������ğw��^]�d���~#�?�|n�/������^i���������v�����^c�|�;�}�G�Wz��s�[��x����x�]��O#�7������xv��i�=��z�A<����i�=�:�r��<��_�z��z?�t_ۯ}=�����O?���zv��i�=�~��<��_��i�=��K{O?����k_O>Ro����w%���׻�������^�J�2�]��ߕ��
-�J�p�+pO��J����d�-ޕ��zW2؞
-�Jn��w%G|��w%w�zW2Ж	�J�h�+lO�w%w�ޕ���w%W�ޕ�iτw%w�ޕ��»�;\�J�S㻒;���d�?&»�+x�+9�#ޕ��zW2��
-�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2��
-�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2��
-�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2��
-�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2��
-�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2��
-�J�p�+pO�w%w�ޕ��»�+|�+9�#ޕ��zW2��
-�J�p�+pO�w%w�ޕ����Q���T:�p
�0t��:�Sa��5t����Q�_E|���Q�k�pO�������
-CG��#�=��*|e|�档�^CG@[&u�����T:�p
�y訲5t�iτ�����؞
-CG��#�=5u�:�2a訢��Q�G*u������<t��k�h˄�����؞
-CG���2>R��Qg��#�-��:ZCG`{*u�����T:��=t��
-CG��#�=��:\CG�{*u�����T:��=t��
+A��B���B���U!��S�BP�B��
+�W��pO�
+A��B���B���U!��S�BP�B��
+�W��pO�
+A��B���B� ����@�Bp����oW�'���"LJ��Y�
+��oO��H��pw����O������7��O������O*��V����������j'����r�5�O����4yq�簞��9�%��w//�W?���4�z�;>���g���F�So�/���K���F�S��ϧ���s����	�7��O�����ӈ{�
���9���g���F�Soয়��k����F�So����ӹ��~��i�G�
|�ո���d�=ޕ��zW2���ߕ���]�@[&�+������=R�]��w%��]ɝ�ޕ�e»�;Z�J�S�]�
~��������^�J�2�]��w%�����׻�������ֻ�3���ֻ���TxWr��]ɀ{j|WrG�ߕ��DxWr�w%gz�»�;\�J�S�]��w%���׻��TxWr��w%g|�»�;\�J�S�]��w%���׻��TxWr��w%g|�»�;\�J�S�]��w%���׻��TxWr��w%g|�»�;\�J�S�]��w%���׻��TxWr��w%g|�»�;\�J�S�]��w%���׻��TxWr��w%g|�»�;\�J�S�]��w%���׻��TxWr��w%g|�»�;\�J�S�]��w%���׻��T:��=t��
+CG��#�=��:\CG�{*u�����T:j������T:�p
�0t��:�Sa��5t����Q����<t��k�h˄�����؞
+CG��#�=5U���2�0t��:�Sa��5t��档�^CG@[&U�:��H����������:{
m�0t��:�Sa����Q�Gj:��5t�e��QGk�lO�������
+CG���2>Ra��5t����Q�k�pO�������
+CG���2>Ra��5t����Q�k�pO�������
+CG���2>Ra��5t����Q�k�pO�������
+CG���2>Ra��5t����Q�k�pO�������
+CG���2>Ra��5t����Q�k�pO�������
+CG
~1t�
 CG��#�=��:\CG�{*u�����T:��=t��
 CG��#�=��:\CG�{*u�����T:��=t��
 CG��#�=��:\CG�{*u�����T:��=t��
-CG��#�=��:\CG�{*u�����T:j������T:�p
�0t��:�Sa��5t����Q���T:�p
�0t��:�Sa��5t����Q���T:�p
�0t��:�Sa��5t����Q���T:�p
�0t��:�S��Qg��#�-��*ze{���Q�k�pO�CG}:�c"u�����T:��=t�񑚇�:{
m�0t��:�Sa��5t��档���Q�=��:ZCG`{*u������<t��k�h˄����CG��0t��:�Sa��5t����Q�k�pO���
+CG��#�=��:\CG�{j:��5t�e��QEl�T:�p
�q訣�CG�L�����О
+CG���2>R��Qg��#�-��:ZCG`{*u������<tT�:ʴg��QGk�lO����������:{
m�0tT�{�(�#��:\CG�{*u�����T:�p
�0tT�{�(�#��:\CG�{*u�����T:�p
�0tT�{�(�#��:\CG�{*u�����T:�p
�0t��CG��0t��:�Sa��5t����Q�k�pO���
 �CG�0t��:�Sa��5t����Q�k�pO���
-�CG�0t��:�Sa��5t����Q�k�pO����:��L�������
-CG��#�=��:\CG�{*U�:��H�������
-CG��#�=��:\CG�{*U�:��H�������
-CG��#�=���NO;th
]~�4t>�oW��\��w%������v��>���_�j��������LJ��]#H�z�Ǘ��+����7W�ތ���W�뮗��Pw��R�pO��k���
-��Bݵ�w�5�#���+��
-u�W�pO��k���
+�CG�0t��:�Sa��5t����Q��i�����������'���J>��R�����::�׎���_~���~����o?�?���A�֫=>_�^����������f�]w���]w������ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=�
~Qw��L��k���
+��Bݵ�Uw�S���᪻�Pw��]w��H�u��^uW�-���+؞
+u�W�pO�u��V�5Ӟ	u׎V�lO��k���
+���kg��+Ж	u׊�u�l�T��v�ꮀ{j��v���m�Pw�h�]��T��V���f|��kg��+Ж	u׎V�lO��k���
 ��Bݵ�w�5�#���+��
 u�W�pO��k���
 ��Bݵ�w�5�#���+��
@@ -6123,975 +6335,942 @@ u
 u�W�pO��k���
 ��Bݵ�w�5�#���+��
 u�W�pO��k���
-��Bݵ�/���Pw�p�]�T��v�ꮀ{*�];\uW�=�������٫�
-�eBݵ�Uw�S���᪻�Z٪�f�3���Ѫ����Pw�p�]��\w��Uw�2��Zѻ��
-u�W�pO�u��^uW�-���+؞
-u�
-�u׌��\w��Uw�2���Ѫ����Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��V���f|�Bݵ�Uw�S���᪻�Pw�p�]�T��6�E�5�3���+��
+��Bݵ�/���Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{*�];\uW�=����Pw�p�]�T��v�ꮀ{j��v���m�Pw��]w��H��k���
+��ƺkG���L��k��
+��Bݵ�w�5�#5�];{�]��L��v��`{*�];\uW�=5�]+[u�L{&�];ZuW�=���+���뮝��@[&�]+z�]�=R���᪻�Pw�p�]�T��v�ꮀ{*�]+|�]3>R���᪻�Pw�p�]�T��v�ꮀ{*�]+|�]3>R���᪻�Pw�p�]�T��v�ꮀ{*�]����
 u�W�pO��k���
-��Bݵ�w�5�#���+��
+��Bݵ�Uw�S��Z���
 u�W�pO��k���
-��Bݵ�w�5�#���+��
+��Bݵ�Uw�S��Z���
 u�W�pO��k���
-��Bݵ�w�5�#���+��
-u�W�pO�u��^uW�-�����Pw�p�]��Xw��s����Pw�`�]��T��V���f|��kg��+Ж	u׎V�lO��k���
-���ke��iτ�kG��
-��Bݵ�Uw�Ssݵ�W�h˄�kE�k�G*�];\uW�=���+��
-u�W�pO��k��k�G*�];\uW�=���+��
-u�W�pO��k��k�G*�];\uW�=���+��
-u�W�pO��k�_�]#>S���᪻�Pw�p�]�T��v�ꮀ{*�]+|�]3>R���᪻�Pw�p�]�T��v�ꮀ{*�]+|�]3>R���᪻�Pw�p�]�T���Bf[w��ꮗ(�]�'��u������v���zl�]�u׿���_>���_�����?>���Wˮ����z��K�?������f�U}���w���������{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M��o�
+��B�52ۺ+|�Uw��@��>�o���������]�c��z���ݟ~��v��~���������.�^-�>�>���.q����S�ǛeW�M���}�����W>P���7���7��H��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�S�o�����7m���i�g*�M;\}S�=����)��
+}�W�pO��i��i�Gj�v��m��7�h�M��T�v����{j�V�����L�v���`{*�M;\}S�=5�M;{�M��L�V��f{�Bߴ��7�Ssߴ�W�h˄�iG�o
+��Bߴ�w�4�#5�M;{�M��L�v���`{*�M;\}S�=�������7�p�M�T�v����{*�M;\}S�=�������7�p�M�T�v����{*�M;\}S�=�������7�p�M�T�v����{*�M;\}S�=�������7�p�M�T�v����{*�M;\}S�=�������7�p�M�T�v����{*�M;\}S�=��
~�7��L��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�S�o�����7���7��H��i��o
+��Bߴ��7�Ssߴ�W�h˄�iE�i�G*�M;\}S�=5�M;��7�c"�M;X}S�=�������o�٫o
+�eBߴ��7�S�o���oZ��f�3�o��ꛂ���7�p�M���7���7�2�oZѻo��
 }�W�pO��i��o
-��Bߴ��7�S�oZ�o��������@[&�M;Z}S�=����)��������i�=����)؞
-}�W�pO�}��^}S�-��������7�p�M���7���7�2�o��ꛂ���7���7��H�}��^}S�-����)؞
-}�W�pO��i��i�G*�M;\}S�=����)��
-}�W�pO��i��i�G*�M;\}S�=����)��
-}�W�pO��i��i�G*�M;\}S�=����)��
-}�W�pO��i��i�G*�M;\}S�=����)��
-}�W�pO��i��i�G*�M;\}S�=����)��
-}�W�pO��i�_�M#>S�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M�T�v����{*�M+|�M3>R�o�����7�p�M���7���7�2�oZѻo��
-}�W�pO�}ӎ>�M��}�V�hO��i��i�Gj�v��m��7�h�M��T�v����{j�V�����L�v���`{*�M;\}S�=5�M;{�M��L�V��f{�Bߴ��7�S�o�����7�p�M�T�V��f|�Bߴ��7�S�o�����7�p�M�T�V��f|�Bߴ��7�S�o�����7�p�M�T�6�E�4�3����)��
+��Bߴ��7�S�oZ�o��
 }�W�pO��i��o
-��Bߴ�w�4�#����)��
+��Bߴ��7�S�oZ�o��
 }�W�pO��i��o
-��Bߴ�w�4�#����)��
-}�W�pO��i�D�}S�@�oz��^n�M�'���"����Y����oϏ��H����������;?�|n��������O���?���W����������������Ʒ�����?��F�z��g���������'�W>���4�z�{}~��x~~qO����O/�%��&|���O?����k_O#�7��O�����~~qO���~:o��~~qO����~:��׾�&|���O?��}��������sh���4�z�{y�zgi˼.��^��|=M�H���^^��w��F�So��wϵ��a�-�|��<=����i�=�z�����y|����Ӏ����G�~W���F�2oȧ����KK��F�So������O#�����Gs_�b=L�gސ�w�o��{=��������o�w��F�So�w��W��Y�?&^gw����_O=Roয়�����ӈ{�
��syz��??�����O?�LJ�k??����X�9�t���k_O>Roয়�ñ���ӈ{�
|Mu�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04��CC��04���Sah��54����P�khpO���
+��Bߴ��7�S�o��}ӈ�T�v����{*�M;\}S�=����)��
+}�
+�}ӌ�T�v����{*�M;\}S�=����)��
+}�
+�}ӌ�T�v����{*�M;\}S�=�����M�����z>�O��E�￳H}��_ߞ����驧����m=v~���6}>wM���ן~��~���W����������������Ʒ����?�ӍF�z��g���������'�W>���4�z�{yz��x~~qO��?�%��&|���O?����k_O#�7��O�����~~qO���~:����~~qO����~:��گ}=M�H���~:�O�׾�F�Soয়ΧC�����������_�;���H[�u��pw�r�~��i�G�
�x��|l���4�z�����#m�7��O�����O���כV�N?���?zlp=
�L���~4�wŝ��a�-�|���?=���i�=�~�������4�z?�~4���B������������q�������������ӈ{�
����ʿ=����������������D������th���4�z?�\��ı��O#�7��������O#�7oN?�����ӄ����sl���4�z_�@��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
5���P�g*
u�����T�p

�04���Sah����P�Gj��54�e��PGkhlO����������*[CC��L�h

���04���S��Pg��!�-��*z
e{���P�khpO�CC������L�h

���04T�{h(�#5
u��2ah��54����P�khpO���
+�CC�04���Sah��54����P�khpO���
+�CC�04���Sah��54����P�khpO���
+�CC�04���Sah��54����P�khpO���
+�CC�04���Sah��54����P�khpO���
+�CC�04���Sah��54����P�khpO������L�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=��:\CC�{*
U���H�������
+CC��!�=5
u��2ah����P�G*
u������84���!�?&��PkhhO���
 �CC�yh����Ж	CC��!�=��:\CC�{j�l

e�3ah��54����P�khpO�CC������L��=4��
-CC��!�=5
u��2ah��54����P����<4��khh˄�����؞
-CC��!�=��*|
e|���P�khpO�������
-CC��!�=��*|
e|���P�khpO�������
-CC��!�=��*|
e|���P�khpO�������
-CC��!�=��*|
e|���P�khpO�������
-CC��!�=��*|
e|���P�khpO�������
-CC��!�=���bh(�3��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u�����T�p

�04T�{h(�#��:\CC�{*
u������<4��khh˄����CC��04���S��PG������CC��!�=��*|
e|�桡�^CC@[&
u�����T�p

�yh��54�iτ�����؞
-CC��!�=5
u��2ah����P�G*
u�����T�p

�04���Sah����P�G*
u�����T�p

�04���Sah����P�G*
u�����T�p

�04���Sah��/��">Sah��54����P�khpO�������
-CC���2>Rah��54����P�khpO�������
-CC���2>Rah��54����P�khpO�����S

�ZCC�(

�O�׏�׻���?�NCC������ޯ���N��x~�1{���ckj�p��?�~�����������|���O?><���~��/w������T������?�������^õ�2>S�^Ci����̼�P�k��lO�{
%���Ը���k�h��{
%����Լ�P�k��pOM{
%�}�����y�������H�{
%���Լ�P�k��pO�{
%���Լ����k�|�潆_{
�{j�k(��@��潆_{
�{j�k�p�5�>R�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{
��Լ�P�k��pO�{
%���Լ�P�k��pO�{
���Gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5���k �S�^C����=5�5���k �S�^C�k���J|�5�y����^រ�J|�5�y����^C�gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5��y��h��{
%����Լ�P�k��pO�{
�����̼�P�k��lO�{
%���Ը�P���-3�5t����y����^��J���@�e潆�^{
d{j�k�p�5�>R�^Ci����̼�P�k��lO�{
%���Լ����k�|�潆_{
�{j�k(��@��潆_{
�{j�k�p�5�>R�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{
��Լ�P�k��pO�{
%���Լ�P�k��pO�{
���Gj�k(��@��潆_{
�{j�k(��@��潆
-�{
��y����^រ�J|�5�y����^រ�:\{
��Լ�P�k��pO�{
%���Լ�P�k��pO�{
���Gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5���k �S�^C����=5�5��y��h��{
���Gj�k(��@���������@��ļ�P�k��hO�{
���Gj�k(��^і��Jz�5���y����^��:{�5��y����^ٞ��J|�5�q����{
D[f�k�h�5�=R�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{
��Լ�P�k��pO�{
%���Լ�P�k��pO�{
��2>S�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{
��Լ�P�k��pO�{
%���Լא�ʽ�@��>|���ͽ������x��■�{
�ǻ�o���������������^kX{
�
����F>��������Ǻ���_������C����ۭ�ŵq�u�k��_h�6��ҵq�Gj�6��um�eµqG��lO�k�׵1�����+[�ƙ�L�6�h]���pm��6�S�qg�kc�-��+z_g{�µq���pO��Ɲ�����L�6�h]���pm\���8�#5_w��6�2�ڸ�um��µq���pO�k�
-����pm��6�S�ڸ�um��µq���pO�k�
-����pm��6�S�ڸ�um��µq���pO�k�
-����pm��6�S�ڸ�um��µq���pO�k�
-����pm��6�S�ڸ�um��µq���pO�k�
-����pm��6�S�ڸ�um��µq���pO�k���6��L�k�׵1��
-���kc�=��;\�ƀ{*\W��6��H�k�׵1��
-���kc�=��;\�ƀ{*\W��6��H�k�׵1��
-���kc�=��;\�ƀ{*\W��6��H�k�׵1��
-���kc�=5_w��6�2�ڸ���q�G*\w�����xm���kc�?&µq��hO�k�
-�����ڸ�׵1Ж	���kc�=��;\�ƀ{j�6�l]g�3�ڸ�um��µq���pO��Ɲ�����L�6��}m��
-���kc�=��;\�ƀ{*\w����T�6��}m��
-���kc�=��;\�ƀ{*\w����T�6��}m��
-���kc�=��;\�ƀ{*\w����T�6n��k��T�6�p]�pm��6�S�ڸ�um��µq��k㌏T�6�p]�pm��6�S�ڸ�um��µq��k㌏T�6�p]�pm��6�S��8��v����ֵ��J�����k���������S����|m��O�td���?}�������˧/�?�{����t�:��_����?�<�ǭ��������.>��I�_�n�˝��ݗ;���p�s����=.w:\�;�{*\�T�����H�˝����
+CC��!�=��:\CC�{*
u�����T��=4��
+CC��!�=��:\CC�{*
u�����T��=4��
+CC��!�=��:\CC�{*
u�����Tj������T�p

�04���Sah��54����P���T�p

�04���Sah��54����P���T�p

�04���Sah(/�TCC������JCC����������O������z�����������0��o����ؚ:�dž�돇�~�������?>}���ۏ��?���/s���������/U�p�����o�i�>�z�����p������Ը�P���-3�5���k �S�^C����=5�5t��k��3�^CI���=5�5���k �S�^CI�k �cb�k�`�5�=R�^C����=5�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{
��Լ�P�k��pO�{
%���Լ�P�k��pO�{
���Gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5���k �S�^C����=5�5���k �S�^C�k���J|�5�y����^រ�J|�5�y��õ���H�{
%���Լ�P�k��pO�{
%���Լ����k�|�潆_{
�{j�k(��@��潆_{
�{j�k��א��J|�5�y����^រ�J|�5�y��õ���H�{
�}�k �2�^CI���=5�5���k �S�^Cg���=3�5���k �S�^C����=5�5��y��h��{
���Gj�k(��@��ƽ��>�5m�y����^ٞ��:\{
��Ը�P���-3�5���k �S�^C����=5�5t����y����^រ�J|�5�y����^រ�:\{
��Լ�P�k��pO�{
%���Լ�P�k��pO�{
���Gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5���k �S�^C����=5�5���k �S�^C�k���J|�5�y����^រ�J|�5�y����^C�gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5���k �S�^C����=5�5���k �S�^C�k���J|�5�y����^រ�J|�5�y��õ���H�{
%���Լ�P�k��pO�{
�}�k �2�^CGk�쑚�J|�5�i�����5�11�5���k �S�^C�k���J���@�e潆�^{
d{j�k(��@��ƽ��^{
@{f�k(��@��潆_{
�{j�k(��^і��:Z{
`�Լ�P�k��pO�{
%���Լ�P�k��pO�{
���Gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5���k �S�^C����=5�5���k �S�^C�f��Լ�P�k��pO�{
%���Լ�P�k��pO�{
���Gj�k(��@��潆_{
�{j�k(��@��潆�^�#5�5���k �S�^C����=5�5�i�r��>�������^C�D}|}8}����Ľ����÷���t����ˍՃ�czj�5���ˁ��_�h#o�~�7>����p<����������G���z�Gpqm��������|�tm�񑚯�;{]m�pm�Ѻ6�S�ڸ�um���k��ֵq�=��;Z��`{*\w�����|m����h˄k������pm��6�S�qg�kc�-��;Z��`{*\W��6��H��Ɲ�����L�6�h]���pm��6�S�ڸ���q�G*\w����T�6�p]�pm��6�S�ڸ���q�G*\w����T�6�p]�pm��6�S�ڸ���q�G*\w����T�6�p]�pm��6�S�ڸ���q�G*\w����T�6�p]�pm��6�S�ڸ���q�G*\w����T�6�p]�pm��6�S�ڸ�/��#>S�ڸ�um��µq���pO�k�׵1��
+�����3>R�ڸ�um��µq���pO�k�׵1��
+�����3>R�ڸ�um��µq���pO�k�׵1��
+�����3>R�ڸ�um��µq���pO��Ɲ�����L�6��}m��
+���kc�=5^w������pm���6�S�ڸ���q�Gj�6��um�eµqG��lO�k�׵1�����+[�ƙ�L�6�h]���pm��6�S�qg�kc�-��+z_g{�µq���pO�k�׵1��
+���kc�=��+|_g|�µq���pO�k�׵1��
+���kc�=��+|_g|�µq���pO�k�׵1��
+���kc�=�����8�3��;\�ƀ{*\w����T�6�p]�pm\���8�#��;\�ƀ{*\w����T�6�p]�pm\���8�#��;\�ƀ{*\w����T�6���ݵ1|�um|��ҵq�D�����x��||�k��Ծ6�?_���MG�_��������x� ���/o_~�����뿿������ǗO?����O?�<�ǭ��������.>��I<_^o�˝��ݗ;���p�s����=.w:\�;�{*\�T�����H�˝����
 �;���=.w:\�;�{*\�T�����H�˝����
 �;���=.w:\�;�{*\�T�����H�˝����
 �;���=.w:\�;�{*\�T�����H�˝����
 �;���=.w:\�;�{*\�4���N�g*\�t�.w��T���p]���p�����S�r����N�G*\�t�.w��T���p]���p�����S�r����N�G*\�t�.w��T���p]���p�����S�r����N�G*\�t�.w��T���p]����r����Ж	�;�/w�=R�r��u����˝�>_���1.w:X�;@{*\�T�����H͗;��.w��L���h]���p�����S��Ne�r'Ӟ	�;���=.w:\�;�{j����u��e��NE�˝l�T���p]���p�����S�r��u�����N��˝��T���p]���p�����S�r��u�����N��˝��T���p]���p�����S�r��u�����N�_\�D|���N��rpO�˝����
 �;���=.w*|_�d|���N��rpO�˝����
 �;���=.w*|_�d|���N��rpO�˝����
-�;�^��܁�.w.?P��	�h\�<������^N�ϗ;�}�s<_���O_��t������������k����q)�'���������.?ٕq����Eo��=���߃~���A���2!��
-˄��	3>R�2ag�eB�-�	;Z˄`{*,v��	�ԼLX�Z&̴g�2aGk�lO�e��2!����	;{-m��LX�{�0�#�	;\˄�{j^&��L�e�2aGk�lO�e�
-�˄�y����2!Ж	˄�eB�=�	;\˄�{*,V�^&��H�e��}3��
-����f�=�;\�̀{*�7W��o��H����}3��
-����f�=�;\�̀{*�7W��o��H����}3��
-����f�=�;\�̀{*�7W��o��H����}3��
-����f�=�;\�̀{*�7W��o��H����}3��
-����f�=�;\�̀{*�77��}s�g*�7w���T�o�p�7�p���o�SᾹ��}s�G*�7w���T�o�p�7�p���o�SᾹ��}s�G*�7w���T�o�p�7�p���o�SᾹ��}s�G*�7w���T�o�p�7������}3Ж	���=RᾹ�u������>�7�1�;X��@{*�7W��o��H��͝��L�o�h�7���p���o�S�}se�9Ӟ	����f�=�;\�̀{j�o��u��e�}sE���l�T�o�p�7�p���o�SᾹ�u����}s���挏T�o�p�7�p���o�SᾹ�u����}s���挏T�o�p�7�p���o�SᾹ�u����}s�_�7G|��}s��pO����}3��
-����f�=�+|�7g|��}s��pO����}3��
-����f�=�+|�7g|��}s��pO����}3��
-���ζ�o���/?��������~�2�����?�}�zj�7?ޭC�?�駿��矾������/���w�~����_��E�������?�y����9
-�O�_���G�/u��\�Z��ȕ��G��T8�p����p>��:�S�|����H�G*��t��G��T8�p����p>��:�S�|����H�G*��t��G��T8�p����p>��:�S�|����H�G*��t��G��T8�p����p>��:�S�|��/�G">S�|��u>����H��|pO������
-�#��G2>R�|��u>����H��|pO������
-�#��G2>R�|��u>����H��|pO������
-�#��G2>R�|��u>����H��|pO��#���G��L8��}>��
-�#���=5��t��|���p>��:�S�|����H�Gj>��u>�e��HG�|lO��������G*[�#��L8�h�����p>��:�S��Hg���-�G*z��d{���H��|pO������
-�#���=�G*|��d|���H��|pO������
-�#���=�G*|��d|���H��|pO������
-�#���=�G��|$�3�G:\�#�{*��t��G��T8�p����p>R��|$�#�G:\�#�{*��t��G��T8�p����p>R��|$�#�G:\�#�{*��t��G��T8����|�u>r����H�D��|��x�vx;���zj��<��G����o����U��d�]�<����{��7������{���w�~����s~yW��w��ǫ�
-~~qO���
��2 ��
-ˀ�e@�=�+|/f|��e��^ˀ@[&,v����TX�p-�y����iτe���2 ؞
-ˀ�e@�=5/v�Z�2a���2`�G*,v���Լ��kh˄e���2 ؞
-ˀ��3>R�2`g�e@�-�;Zˀ`{*,v���TX����
-ˀ�e@�=�;\ˀ�{*,v���TX��}ڝ�
-����n�=N�;\�݀{*�vw�N��T8���}ڝ�
-����n�=N�;\�݀{*�vw�N��T8���}ڝ�
-����n�=N�;\�݀{*�vw�N��T8���}ڝ�
-����n�=N�;\�݀{*�vw�N��T8�n�����T8��p�v�p���:��Sᴻ�u�
���iw���T8��p�v�p���:��Sᴻ�u�
���iw���T8��p�v�p���:��Sᴻ�u�
���iw���T8��p�v�p���:��S�iwg��n�-N�+z�vg{��iw��pO���}>��c"�vw�N���T8���}ڝ�O�;{�vm�p���:��Sᴻ�u�
�������iw�=N�;Z��`{*�vw�N���|����h˄��ާ���p���:��Sᴻ�u�
���iw��pO���
-ߧ��p���:��Sᴻ�u�
���iw��pO���
-ߧ��p���:��Sᴻ�u�
���iw��pO����8��L����i7��
+�;�^��܁�.w.?P��	�h\�<������^�O�ϗ;�}�s<_�����_u������N��~������?�~\
+������x|���Ove���{�[�zz�����_���{Я|��L���2a��eŒ�ԼL��k�h˄eŽ�2!؞
+˄�eB�=5/V��	3홰L��Z&�Sa��õL���e��^˄@[&,V�^&��H�e��2!����	;{-m��L��Z&�Sa����2a�Gj^&��L�e�2aGk�lO�e��2!��
+˄��	3>Ra���u����}s��pO����}3��
+����3>RᾹ�u����}s��pO����}3��
+����3>RᾹ�u����}s��pO����}3��
+����3>RᾹ�u����}s��pO����}3��
+����3>RᾹ�u����}s��pO����}3��
+��
~q��
+����f�=�;\�̀{*�7w���T�o��}ߜ�
+����f�=�;\�̀{*�7w���T�o��}ߜ�
+����f�=�;\�̀{*�7w���T�o��}ߜ�
+����f�=�;\�̀{j�o��u��e�}sE���l�T�o�p�7�񾹣����L����}3О
+����3>R�}sg��f�-�;Z��`{*�7w����|�\ٺoδg�}sG�lO����}3����;{�7m�p�\���9�#�;\�̀{*�7w���T�o�p�7�p�\���9�#�;\�̀{*�7w���T�o�p�7�p�\���9�#�;\�̀{*�7w���T�o�p�7�p�������p���o�SᾹ�u����}s��pO���
+����p���o�SᾹ�u����}s��pO���
+����p���o�SᾹ�u����}s�����������x��9|�߼L���ϟ�y=����!����_~Չ�O_��������ӿֿ��������{��Cy������a���sΟ����W����K��#���p>r����=�G:\�#�{*��t��G��T8��}>��
+�#���=�G:\�#�{*��t��G��T8��}>��
+�#���=�G:\�#�{*��t��G��T8��}>��
+�#���=�G:\�#�{*��t��G��T8i����T8�p����p>��:�S�|��u>����H��󑌏T8�p����p>��:�S�|��u>����H��󑌏T8�p����p>��:�S�|��u>����H��󑌏T8�p����p>��:�S��Hg���-�G*z��d{���H��|pO��#}>�c"��t��G��T8��}>���G:{���m�p>��:�S�|��u>�������H�=�G:Z�#`{*��t��G���|>���|h˄���#��p>��:�S�|��u>����H��|pO��
+��#�p>��:�S�|��u>����H��|pO��
+��#�p>��:�S�|��u>����H��|pO���8��L������
+�#���=�G:\�#�{*��T�>��H������
+�#���=�G:\�#�{*��T�>��H������
+�#���=�G��Bw>h��\~�t>>�o>9>ܽ^p>����#������_��-�pr>�m#�����~�
��G�_���o�o��}:}?������+�xǻ�����t??�����׆_�kpO�e��2 ��
+ˀ��3>R�2`g�e@�-�;Zˀ`{*,v���ԼX�Z̴g�2`GklO�e��2 ����;{-m��X�{0�#�;\ˀ�{j^���e�2`GklO�e�
+�ˀ�y���2 Ж	ˀ�e@�=�;\ˀ�{*,V�^��H�e��2 ��
+ˀ�e@�=�;\ˀ�{*,V�>���H����i7��
 ����n�=N�;\�݀{*�vW�>���H����i7��
 ����n�=N�;\�݀{*�vW�>���H����i7��
-����n�=N�Åq{�
h�v_~�t�>�o~�����A^��{=�O��כ�����_�lC�����q�}�=�㷋��q�+~���'�=~������s~!w��~�Ǘ��t??��������������O#�7�׻���c���F�S���g�ݿ�_�z��z?���گ}=�������^��ۯ}=�����_��k??����h
|�U�t��|�BY��U���S����*k��P��p�5��T(kT�.kd|��Fg��Ж	e��VYlO��F������Fe���iτ�FG����BY��U���SsY��WYh˄�FE�F�G*�5:\e
�=5�5:{�5��L(kt��`{*�5*|�52>RsY��WYh˄�FG����BY��U���S��QỬ��
-e�WYpO��F�����BY��U���S��QỬ��
-e�WYpO��F�����BY��U���S��QỬ��
+����n�=N�;\�݀{*�vW�>���H����i7��
+����n�=N�;\�݀{*�v7��iw�g*�vw�N��T8��p�v�p���:��Sᴻ��iw�G*�vw�N��T8��p�v�p���:��Sᴻ��iw�G*�vw�N��T8��p�v�p���:��Sᴻ��iw�G*�vw�N��T8��p�v������i7Ж	���O��=Rᴻ�u�
�����>�v�1N�;X��@{*�vW�>���Hͧݝ�N���L8��h�v���p���:��S�iwe�;Ӟ	����n�=N�;\�݀{j>���u�
�e�iwE���l�T8��p�v�p���:��Sᴻ�u�
���iw���T8��p�v�p���:��Sᴻ�u�
���iw���T8��p�v�p���:��Sᴻ�u�
���iw�_�vG|��iw��pO����i7��
+����n�=N�+|�vg|��iw��pO����i7��
+����n�=N�+|�vg|��iw��pO����i7��
+���¸=��N�/?P:���7����p� �Opڽ�ڧ�O���?�����˯?}�������8�>�������Ň�������^���k�u������N����������F�So��w����E�������������O#�����3_?��_�z��z?�__ۯ}=������^^?�_�zqO����_��~~qO���V�x�p=
�L��F�����BY��U���S����*k��P֨�]���H�e��^e
�-���؞
+e�WYpO�e��VY#Ӟ	e��VYlO��F������Fg��Ж	e���e�l�T(kt���{j.kt�*k�m�P��h�5��T(kT�.kd|��Fg��Ж	e��VYlO��F�����BY��wY#�#�����
+e�WYpO��F�����BY��wY#�#�����
+e�WYpO��F�����BY��wY#�#�����
+e�WYpO��F�����BY��wY#�#�����
+e�WYpO��F�����BY��wY#�#�����
+e�WYpO��F�����BY��/���P��p�5��T(kt���{*�5:\e
�=����P��p�5��T(kt���{*�5:\e
�=����P��p�5��T(kt���{*�5:\e
�=����P��p�5��T(kt���{j.kt�*k�m�P֨�]���H��F�����ƲFG���L��F����BY��wY#�#5�5:{�5��L(kt��`{*�5:\e
�=5�5*[e�L{&�5:Ze
�=����������@[&�5*z�5�=R����*k��P��p�5��T(kt���{*�5*|�52>R����*k��P��p�5��T(kt���{*�5*|�52>R����*k��P��p�5��T(kt���{*�5����
 e�WYpO��F�����BY��U���S��QỬ��
 e�WYpO��F�����BY��U���S��QỬ��
-e�WYpO��F�����BY��U���S����e���T(kt���{*�5:\e
�=�����
-e�
-�e���T(kt���{*�5:\e
�=�����
-e�
-�e���T(kt���{*�5:\e
�=�����
-e�
-�e���T(kt���{*�5:\e
�=5�5:{�5��L(kT�.kd{�BY��U���ScY���e
�?&BY��U���S��QỬ������@[&�5:Ze
�=����������F�=���؞
-e�WYpO�e��^e
�-�����P��p�5��T(kt���{*�5:\e
�=����P��p�5��T(kt���{*�5:\e
�=����P��p�5��T(kt���{*�5:\e
�=�
~Qֈ�L��F�����BY��U���S����*k��P֨�]���H��F�����BY��U���S����*k��P֨�]���H��F�����BY��U���S��AM���h�5.?P*k�O��w���N��_��zj�5^�e�����O_��8����/������O����ÏO?�a��?��=��^|��?���e�S���z��/d���������z�M|=M�H��������v��i�=��t�_y:���i�=�~��<=�_��i�=�FMe�x*|��2>R���j���p����Thu��A�{*��*|��2>R���j���p����Thu��A�{*�����
-��W;pO�vP����B;����S�T����A���A@[&��:Z� �=�A�v����A��vP�=�A�v؞
-��W;pO����^� �-�A��A����p����������2���j���������H����^� �-�A�v؞
-��W;pO�vP��vP�G*��:\� �=�A�v��
-��W;pO�vP��vP�G*��:\� �=�A�v��
-��W;pO�vP��vP�G*��:\� �=�A�v��
-��W;pO�vP��vP�G*��:\� �=�A�v��
-��W;pO�vP��vP�G*��:\� �=�A�v��
-��W;pO�vP�_��">S���j���p����Thu��A�{*��*|��2>R���j���p����Thu��A�{*��*|��2>R���j���p����Thu��A�{*��*|��2>R���j���p����������2�Tѻ��
-��W;pO����>�������V;hO�vP��vP�Gjnu�jm���h����Thu��A�{jnU��A��Lhu��A`{*��:\� �=5��:{����LhU�ne{�B;����S���j���p����ThU�ne|�B;����S���j���p����ThU�ne|�B;����S���j���p����Th5�E;(�3�A�v��
-��W;pO�vP����B;��w;(�#�A�v��
-��W;pO�vP����B;��w;(�#�A�v��
-��W;pO�vP��t� �@�t��R;(|�o(r||��Ej�������G⇷��_�������z=7����_��j�l���O?|�˯��/�����o.E�\w��/���}^�w�����(h=��S���|w<��\�@W��ӈ{�
���������O#����ӏ���P��i�G�
���9ܷ_�zqO���~:���k_O#�7�׻��ݗ������������������d��������~��i�=��|��\��F�2oȧ���c����F�S��p�O?�ǧc��i�g�
���9>���������'�����������Gs�kO���F�S��ӏ������7�����k��^O���7����[���������s��{Ꮙ�ه��������D������|h���4�z?�\�o-~~qO���~6���~~qO��O?�����ӄ�����pl���4�z?�t��׾�F�Soয়���C���F�S�㏇�����k_O>Ro�ǻ����k_O#�7��������ӈ{�
���������O#����O������ӄ�������
��F�So�������ӈ{�
���9��_��i�=�:�|��<گ}=M�H���~:�C����4�z?�O�گ}=�����σ1%�fh��<C�ᚡ|���_34�{j��)�5CC����_34�{j���p���>R�M���=5�Д���!�S�M���=5��t�fh��y����
រghJ|���y����
រgh*|��d|���_34�{j��)�5CC����_34�{j���p���>R�Mi�gh���<CS�k��lO�34%�fh��8C��k�h��34%�fh���<CS�k��pO�34�}��!�2�MGk�쑚ghJ|���q����34D[f��)�5CC�����
�#5��y��h��34%�fh���<CS�k��pO�34��Gj��)�5CC����_34�{j��)�5CC�����
�#5����!�S�M���=5����!�S�M�k��ghJ|���y����
រghJ|���y���5C�H�34%�fh��<CS�k��pO�34%�fh��<C�ᚡ|���_34�{j��)�5CC����_34�{j����=C��ghJ|���y����
រghJ|���y���5C�H�34%�fh��<CS�k��pO�34%�fh��<C�ᚡ|���_34�{j��)�5CC����_34�{j���p���>R�M���=5�Д���!�S�Mi�gh���<C�њ�{���_34�{j��)��34L�34%�fh���<C�ᚡ|����>��m�y����
ٞ�ghJ|���q����
О�ghJz�А��y����
�ghJ�<CC�e����
�#5����!�S�M���=5����!�S�M�k��ghJ|���y����
រghJ|���y���5C�H�34%�fh��<CS�k��pO�34%�fh��<CS�{�&�35�Д���!�S�M���=5�Д���!�S�M�k��ghJ|���y����
រghJ|���y���5C�H�34%�fh��<CS�k��pO�34i6����t~��
-34����������^����.�����}�~~=ޝ�V�xc�`=�����<E�7����?}��/��J����~����k���ui�G:�_��Z��h�Ǐ���7�ׯ|��^�Sc{����u�?&B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��/�����^�p���Th�w���{*��;\�u�=���������٫��eB{���^�S����j��^�j�g�3����j�����^�p�����^���^�2��^ѻ���
-��W{pO����^�u�-����:؞
-��
-�������^���^�2����j�����^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�7�E{=�3����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO��z�����B{��w{=�#����:��
-��W{pO����^�u�-��������^�p�����^��s{����^�`�ׁ�Th�W�n�g|���zg��:Ж	���V{lO��z�������ze���iτ�zG����B{���^�Ss{��W{h˄�zE��z�G*��;\�u�=����:��
+e�WYpO��F�����BY��EY>�*k\~�T���7��z=����]�x>�5�����q���_>�?�>ݿ����?�?���q.��rw�~~x�!�W|���o�5N�G�u���y�~��ח���4��4�#�~�������������������������X����5�������H�vP����B;����S���j�������H�vP����B;����S���j��j��vP�g*��:\� �=�A�v��
+��W;pO�vP��vP�Gjnu�jm���h����Thu��A�{jnU��A��Lhu��A`{*��:\� �=5��:{����LhU�ne{�B;����Ss;��W;h˄vPG���B;��w;(�#5��:{����Lhu��A`{*��:\� �=�A��A���p����Thu��A�{*��:\� �=�A��A���p����Thu��A�{*��:\� �=�A��A���p����Thu��A�{*��:\� �=�A��A���p����Thu��A�{*��:\� �=�A��A���p����Thu��A�{*��:\� �=�A
~���L�vP����B;����S���j�������H�vP����B;����S���j�������H�vP����B;����S���j�������H�vP����B;����Ss;��W;h˄vPE�vP�G*��:\� �=5��:���c"��:X� �=�A��A���٫�eB;����S���jT�je�3���j�����p����������2�Tѻ��
+��W;pO�vP����B;����S�T���
+��W;pO�vP����B;����S�T���
+��W;pO�vP����B;����S�������Thu��A�{*��:\� �=�A�v��
+��
+�����Thu��A�{*��:\� �=�A�v��
+��
+�����Thu��A�{*��:\� �=�A��ҵ���v��J�����������w�t�������^�N�	xx����cz�{;����_?������<>���/���?<��i��s��=��|���yx>޽<�������܇O}7?������|�]��O#�7𗻗�ׇ??���^�_N?��O�_O>Roয়��S�����������~��i�=��r�|������0Җy]~=�ݿܷ��z��z?�=?��|=��������j���H[�
���y|�����h{��Χӏ�����z�z?�h�O���a�-�|���?=���i�=�~�ќ��������������R�燉���������q�������������ӈ{�
����ʿ=����������������D������th���4�z?�\�-~~qO���~6���~~qO��O?�����ӄ����sl���4�z?�t�׾�F�Soয়Χ��??���^�w�^ۯ}=M�H���_�گ}=�����O�����k_O#�7�ǧ��k??���^�O?�Ǘ�_O>Roয়�C�7(zqO��������k_O#�7��O������O#����O���~��i�G�
���9��Ŭ����������ӈ{�
�<S�k��pO�34��Gj��)�5CC����_34�{j��)�5CC�����
�#5����!�S�M���=5����!�S�M�k��ghJ|���y����
រghJ|���y����M�gj��)�5CC����_34�{j��)�5CC�����
�#5��y��h��34%�fh���<CS�k��pO�34��fh���<CS�k��lO�34%�fh��8CS���-3��t�fh��y����
�ghJ�<CC�e���^34d{j���p���>R�Mi�gh���<CS�k��lO�34%�fh��<C�ᚡ|���_34�{j��)�5CC����_34�{j���p���>R�M���=5�Д���!�S�M���=5��t�fh��y����
រghJ|���y����
រgh:\34���<CS�k��pO�34%�fh��<CS�k��pO�34��Gj��)�5CC����_34�{j��)�5CC����
+�34��y����
រghJ|���y����
រgh:\34���<CS�k��pO�34%�fh��<CS�k��pO�34��Gj��)�5CC����_34�{j��)�5CC�����
�#5����!�S�M���=5��y��h��34��Gj��)�5CC������>CC���<CS�k��hO�34��Gj��)��
і�ghJz�А��y����
�gh:{����y����
ٞ�ghJ|���q����34D[f���h�Ѐ=R�M���=5�Д���!�S�M���=5��t�fh��y����
រghJ|���y����
រgh:\34���<CS�k��pO�34%�fh��<CS�k��pO�34�gh2>S�M���=5�Д���!�S�M���=5��t�fh��y����
រghJ|���y����
រgh:\34���<CS�k��pO�34%�fh��<C�fS��@��>|�0C�>�_?^�������?�~�>�rx=��޷�����oՏ7f�szl
��S4�_���/����Կ���矿̾������W������ȭ���z����~�qC{��J�u�=5��;��^�c"��+x��3=R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*������
+��W{pO��z�����B{���^�S��^ỽ���락��@[&��;Z�u�=����:����땭�z�=����:؞
+��W{pO����^�u�-��������^�p�����^���^�2����j�����^���^��H����^�u�-����:؞
 ��W{pO��z���z�G*��;\�u�=����:��
 ��W{pO��z���z�G*��;\�u�=����:��
-��W{pO��z�_��#>S����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th���u�^����(���'��Gj����"����j�?����������_����r|���je����wx}�{����Ϗ}����yx;�=�>�\�8�^O�=Ro�ǻ���?����ӈ{�
���Ṷ�?��eސO?����;??���^�"ܟ~4��o��z�z?�h��:���H[�
���yx~i���h{�
���9�����i�=��*��Gs�Z�燉������h-q�������Z���S�GG��8���K��82=Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K
~���
-K�%�=�8:\K�{*,qt��8��TX��đ񑚗8:{-q�m�����Z���Sa��õ����%���G�=�8:ZK`{*,qt��8��Լ���k�h˄%���K������Z���S�Gg�%�-�8:ZK`{*,qT�^���H�K���8��LX��h-q�������Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa���/�8">Sa��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�%����
-K��82>Ra��õ����G�k�pO�K���8��LX��đ�
-K�%�=5.qt�y��������Z���Sa����G�Gj^�����e�GGk�lO�%������8*[K��LX��h-q�������Z���S�Gg�%�-�8*z/qd{��G�k�pO�%����
+��W{pO��z���z�G*��;\�u�=����:��
+��W{pO��z���z�G*��;\�u�=����:��
+��W{pO��z���z�G*��;\�u�=����:��
+��W{pO��z�_��#>S����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p���Th�w���{*��+|��3>R����j���^�p�����^���^�2��^ѻ���
+��W{pO����>������V{hO��z���z�Gjn�w�j�m��^�h����Th�w���{jn�W����Lh�w���`{*��;\�u�=5��;{�ׁ�Lh�W�n�g{�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�W�n�g|�B{���^�S����j���^�p���Th�7�E{=�3����:��
+��W{pO��z�����B{��w{=�#����:��
+��W{pO��z�����B{��w{=�#����:��
+��W{pO��z�\��u�@��~��R{=|��^�����/��^_��������w?���o_������;���7]�W+��7���������x~��'?����������Ǚ�z��z?�=?��w���F�So�Ow�O���a�-�|��<>����i�=�z���G�����
����7�ӏ��𮳿?��eސO?����>?�����O?��s����F�So�B�~4�^J��0ўyC^��%�=�8:\K�{j\�����a����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa���/�8">Sa��õ����G�k�pO�%����
+K��82>R�Gg�%�-�8:ZK`{*,qt��8��Լ�Q�Z�ȴg�GGk�lO�%������8:{-q�m���Q�{�#�#�8:\K�{j^�����e�GGk�lO�%�
+�K�y����Ж	K�%�=�8:\K�{*,qT�^���H�%����
+K�%�=�8:\K�{*,qT�^���H�%����
+K�%�=�8:\K�{*,qT�^���H�%����
+K�%�=�8:\K�{*,qT�^���H�%����
+K�%�=�8:\K�{*,qT�^���H�%����
+K�%�=�8:\K�{*,q4��G�g*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q����Z���Sa����G�G*,qt��8��TX��p-q��y����Ж	K��8�=Ra��õ����%��>/q��1�8:XK@{*,qT�^���H�K���8��LX��h-q�������Z���S�Gek�#Ӟ	K�%�=�8:\K�{j^�����e�GE�%�l�TX��p-q����Z���Sa��õ����G��%���TX��p-q����Z���Sa��õ����G��%���TX��p-q����Z���Sa��õ����G�_,qD|��G�k�pO�%����
 K�%�=�8*|/qd|��G�k�pO�%����
 K�%�=�8*|/qd|��G�k�pO�%����
-K�%�=�8�b�#�3�8:\K�{*,qt��8��TX��p-q��Q�{�#�#�8:\K�{*,qt��8��TX��p-q��Q�{�#�#�8:\K�{*,qt��8��TX�K�|���q��^�n/q�O�ۗ8N��p��=Z�X��%��y��w�~��O?|��LJ���w���Ӈ������뗟���_�x�������c~��o���^��/�*�W��*����T��RSpO��J��J�G*4U:\M�=�*��
-��
+KaI�]���8.?����%���~�����O��GK뱵�q</q���������/?�������>Lt|���_�����|���k����������[~z=�g���|�T����T�����ʕ��*�{*4U*|7U2>R����j����T�p5U��Th�t��*�{*4U*|7U2>R����j����T�p5U��Th�t��*�{*4U����
+M�WSpO��J�����BS���T�S��Rứ�񑚛*���*@[&4U:ZM�=�*��
+����*���J�=�*��
+؞
+M�WSpO�M��^M�-�*��*���T�p5U����T���T�2����j�����T���T��H�M��^M�-�*��
+؞
 M�WSpO��J��J�G*4U:\M�=�*��
 ��
-M�WSpO��J�_4U">S����j����T�p5U��Th�t��*�{*4U*|7U2>RsS��WSh˄�JG����BS���T�SsS���TɴgBS���T�S����j����٫��eBS��wS%�#�*��
-����*���*@[&4U:ZM�=�*��*����٫��eBS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����T���T��H��J�����BS���T�S����j����Ti���J�g*4U:\M�=�*��
+M�WSpO��J��J�G*4U:\M�=�*��
 ��
 M�WSpO��J��J�G*4U:\M�=�*��
 ��
 M�WSpO��J��J�G*4U:\M�=�*��
 ��
 M�WSpO��J��J�G*4U:\M�=�*��
-����*���*@[&4U*z7U�=R����j������
-�����j�����T���T��H�M��^M�-�*��
-؞
-M�WSpO�M��VS%Ӟ	M��VSlO��J������Jg��
-Ж	M���M�l�Th�t��*�{*4U:\M�=�*��
 ��
-M�
-�M���Th�t��*�{*4U:\M�=�*��
+M�WSpO��J�_4U">S����j����T�p5U��Th�t��*�{*4U*|7U2>R����j����T�p5U��Th�t��*�{*4U*|7U2>R����j����T�p5U��Th�t��*�{*4U*|7U2>R����j����T�p5U����T���T�2��Rѻ���
+M�WSpO�M��>7U���M�VShO��J��J�Gjn�t�j��m��T�h5U��Th�t��*�{jn�T��*��Lh�t��*`{*4U:\M�=57U:{5U��Lh�T�n�d{�BS���T�S����j����T�p5U��Th�T�n�d|�BS���T�S����j����T�p5U��Th�T�n�d|�BS���T�S����j����T�p5U��Th�4�ES%�3�*��
 ��
-M�
-�M���Th�t��*�{*4U:\M�=�*��
+M�WSpO��J�����BS��wS%�#�*��
 ��
-M��h�D|�BS���T�S����j����T�p5U��Th�T�n�d|�BS���T�S����j����T�p5U��Th�T�n�d|�BS���T�S����j����T����h5U.?Pj��O4�*O�Ty|<�=�2����<�{*��/���ӧ/�/������?�x|��O��O_���-mr�D����V'e��0}���Ë�|�m���~�aV?���u��0��	�9�d��0˖	/9�d��0˖	o8�d��0˖	�7l��v�({&�۰��j�,[&�ذ��^�,[&�հ��R�,[&�Ұ��
���>�J���l��2�Jֻ�l��&�J֋�l���F�o1��g�;+Y�0̲e�+Y�/̲e��+Y//̲e«y��0ʞ	�-�d��0˖	/-�d��0˖	o,�d��0˖	�+l����({&�������,[&������βeB���U�βeB�w�;ʞ	��JV�;˖	��JV�;˖	}�JV�;˖	e�F�]�({&4�+YE�,[&Լ+Y-�,[&t�+Y�,[&���ߝ�	��JV�;˖	��JV�;˖	��JV�;˖	��Fޝ�({fntW�*tg�c"Թ+Wm�[&t�+YU�,[f.r7�z�ѵDhqW�J��L�pW��Y���߮�U����D(o7��nG�3��]�*ng�2sm��Wk;���]��lg�2���Ȼ�e��m�
-^e��~L��v媩�a˄�v%���e˄�v#�v�=ڕ��v�-�ٕ�vv�-�ٕ�jv�-�ٍ�{�Q�LheW�J�Y�L�dW��Y�L�cW���Y�L(c7��bG�3��]�*bg�2��]�jag�2��]ɪ`g�2���Ȼeτ�u%�|�e˄�u%�y�e˄�u%�v�e˄�u#��u�=ו��u�-�֕��u�-�֕��u�-�օ|ѳN�Ȅ�u%�d�e˄�u%�a�e˄~u%�^�e˄ru#�nu�=�Օ�bu�-jՕ�Vu�-:Օ�Ju�-
-Ս���Q�LhSW���Y�L�RW���Y�L�QW�j�Y�L(Q7��PG�3�A]�*Pg�2�>]�jOg�2sw��Wu:��8ݸ�7aτ�t%�4�eˌ���=7���!�ҕ��tv-�ҍ���Q��ܔ��U����D�IW�Z��L�HW�*�Y��\�n`���k�Ў�\��3l�P��d5��l��]���ݏ�P�n�݉��gB#��U�βeB��ՆβeB��U�βeB��w:ʞ	-�JV	:˖	�JV:˖	��JV�9˖	��F���({&4�+Y��,[&Ԟ+Y��,[&t�+Y��,[&�����	m�JV�9˖	U�JV�9˖	=�JV�9˖	%�F��({&4�+Y�,[&ԛ+Y��,[&t�+Y��,[&�y�����j�d���l�Pi�d5��l��g�ݾm���Ӭ6�ŧIe���۟U��6!�u������o
-}<��_��������e~��h-����O������}�w��/���?�����_��z����f�����r�ڼ+��װ;����P���R�pO��m��x��B���w�6�#ڷ��-��
-�WpO�n�����B
��w7�#���*.��
-e�WpO�>n�����B%��w'7�#Z��Z.��
-��W3pO�nn�����B=��w?7�#���.��
-%�WKpO��n�����BU��wW7�#ں��.��
-��WcpO��n�����Bm��wo7�#����.��
-��W{pO��n�����B���w�7�#Z��/��
-E�W�pO�.o�����B���/�������pUz�T(�v�Z��{*�z;\�^�=���������٫��eB������S����*��[���f�3���Ѫ����P��p�}������U��2��[ѻ��
-��W�pO����^�_�-����/؞
-��
-��ߌ������U�2���j�����p��T�W��g|�B��U�S���j��	�p���T�W��g|�B3��U
�S���j���p��T�W��g|�BK��U�S�(��j
-���p���T�W��g|�Bc��U�S�4��j
���p��T�W��g|�B{��U�S�@��j��!�p���T�7�E�8�3���*1��
-e�W�pO�>q��P��B���w�8�#Z��Z1��
-��W�pO�nq��\��B���w�8�#���1��
-%�W�pO��q��h��Bո�w�8�#����1��
-��W�pO͝��^�c�-j��{����<�pU���X>��s�����?�`���T� W�� g|��rg�2Ж	E�VlO�.r������:re���iτFrG����B)���J�Ss/��W1h˄jrE�nr�G*��;\�d�=
-���2��
-�WIpO��r��r�G*4�;\Ue�=����2��
-}�WapO��r���r�G*��;\�e�=����2��
-��WypO��r�_��#>S����0�Pb�p���T�1w��̀{*T�+|w�3>R����3�Ph�p5��T�4w�J̀{*Ԛ+|��3>R����6�Pn�p���T�7�n[p��Η(U��'�����˧��8���w�O�}���������_��O�|���O���>�~�����º�M����&�ϧ_0\=������z�����+����a�-��v�{x}���^O�=Ro�ǻ���c���F�So��wϵ��a�-�|��<=����i�=�z!����y|:v��|���O?������0ҖyC>�d�_Z��4ڞz?�h/�w~~qO���ӏ��`V��a�=�|�{~{m��i�=��|����;_O#�7�׻��+��,�oS�/����&z����rG�kpO�=����
-{ �=�=�@*|�d|��H�kpO�=����
-{ �=�=�@*|�d|��H�kpO�=����
-{ �=�=�@*|�d|��H�kpO�=����
-{ �=�=�@*|�d|��H�kpO�=����
+M�WSpO��J�����BS��wS%�#�*��
+��
+M�WSpO��J�PtM�@��r��RS%|��Ty�������a��VO���S�����}���/�/������?�x|�ᗷ���������wK��/�}z}��I��;L�y����3�|���(�_v��y��F�o:��g�{+Y�9̲e�K+Y�8̲e�+Y/8̲e��
y��0ʞ	�6�d��0˖	/6�d��0˖	o5�d��0˖	�4l��F�({&�ϰ��:�,[&�̰��.�,[&�ɰ��"�,[&�ư��[����J�+�l���J���l����J���l����F�o.��g�{+Y�-̲e�K+Y�,̲e�+Y/,̲e��
+y��0ʞ	�*�d��0˖	/*�d���l����dU��l�P�n�����gB뻒U�βeB廒��βeB߻�U�βeBٻ�w�;ʞ	M�JV�;˖	5�JV�;˖	�JV�;˖	�B��w'ydB���U�βeB�����βeB���U�βeB���w�;ʞ���
+����u��U�;Ö	]�JV�;˖���
�wt-Zܕ�w�-*ܕ�w�-3��+xշ��1�ۍ����LhnW���Y��\ۮ������D�lW�*��L(l7��kG�3s[��WY;���]�jjg�2��]ɪig�2���Ȼ�eτ�v%���e˄zv%���e˄nv%���e˄bv#�^v�=Zٕ�Rv�-*ٕ�Fv�-�ؕ�:v�-�؍���Q�LhbW���Y�L�aW�Z�Y�L�`W�*�Y�L(`7��_G�3�}]�*_g�2�z]�j^g�2�w]ɪ]g�2�t�Ȼseτ�u%�p�e˄�u%�m�e˄�u%�j�e˄�u!_���<2�e]�*Yg�2�b]�jXg�2�_]ɪWg�2�\�Ȼ[eτfu%�X�e˄Zu%�U�e˄Nu%�R�e˄Bu#�>u�=�ԕ�2u�-�ԕ�&u�-zԕ�u�-Jԍ�;�Q�LhPW�
+�Y�L�OW���Y��ܝ��U����D(N7��MG�3�5]�*Mg�2ce�rύ�~ȃ�t��.�]˄�t#�t�=37�+x���1jҕ��t�-:ҕ��t�-3�X���Z"��+W��[&T�+Y��,[f�EW�Eg�c"��ww�#�Ј�d��l�P��d���l�Ѕ�dU��l�P�n�݃��gB��U�βeB��ՀβeB���UβeB���w�9ʞ	��JV�9˖	��JV�9˖	��JV�9˖	��B��;'ydB۹�UvβeBչ��tβeBϹ�UsβeBɹ�w�9ʞ	
�JV�9˖	��JV�9˖	��JV�9˖	��F޽�({&��+Y��,[&T�+Y��,[&��o�o�:s�4��|�iR������gLJo�Mo�;�e���۟Bw�O�O�?�zLO}�2��]��?������������z������~���?}���k��ׇ���_|��l~><<ߪ6��m�5����/"�n�|�Ժ�S�w��*��P���ݽ��H��m��~��B�����S����*��Pí�����H�&n�����B�����S����*��Pɭ�����H�Vn�����B1�����S����*��Pϭ�����H��n�����BI�����S����*��Pխ�����H��n�����Ba�����S����*��Pۭ�����H��n�����By�����S����*��P������H�o�����B������S����*��P�m��>o�g*4z;\�^�=J��V/��
+��W�pO�jo��no�Gjn�v���m�P��h5|��T��v�J��{j��V�z���Lh�v���`{*�};\m_�=5�};{~��L��V���f{�B��U��Ss�W�h˄�oG����B���w�7�#57�;{U���L(w�Z�`{*�;\E`�=��������pՁ�T(w���{*t�;\�`�=j��{����pU��T(w����{*�;\a�=*��;����pՄ�T(
+w��€{*t�;\ea�=��������pU��T(
w�ZÀ{*�;\�a�=��������pՇ�T(w�Ā{*t�;\%b�=j�
~�#��L�&q��J��B����&�S�O��*�P)���)��H�Vq��V��B����,�S�[��*�P/���/��H��q��b��Bɸ��2�S�g��*�P5���5��H��q��n��B���8�Ss縳W�h˄�qE��q�G*4�;\�c�=5��;��>�c"�;Xd�=*��;�����٫��eB���D�S����*#�\��#g�3���Ѫ$���PJ�p�����K��UL�2��\ѻ���
+��W=pO��r�����BG��UR�S��\ủ��
+M�WUpO��r�����B_��UX�S��\ỳ��
+��WmpO��r�����Bw��U^�S�������Th0w�*̀{*��;\-f�=z��"3��
+U�
+�]挏Th3w��̀{*�;\�f�=:��R3��
+��
+߽挏Th6w��̀{*��;\�f�=�͡��������J���~s�������:�����_|/1��_�~�����/ox������~��}8�����Յu�|~��M^�N�`��z��罛�����?wW>����H[�u��pw���'��&{����w��LJ??��������j���H[�
���y|�����h{��Bħӏ�����z�z?�h���:���H[�
����zn���h{�
���9<����i�=��{�O?���Y�燉���������q��������o�_��|=�����_���۳L�1Lq�;<j���4�#���;:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p����{ �������Sa�õ���H�kpO�=�
+�{ �y���Ж	{ �=�=�@:\{ �{j��l�d�3a������H�kpO�{ ���@��L�����
+{ �=�=5�t���2a������H��=���Լ��kh˄=���؞
 { �=�=�@*|�d|��H�kpO�=����
 { �=�=�@*|�d|��H�kpO�=����
 { �=�=�@*|�d|��H�kpO�=����
-{ �=�=�@�b$�3�@:\{ �{*�t��@��T��p��R�{$�#5�t���2a������H�kpO�{ ��=�L{&�t��@��T��p���y���Ж	{ ��@�=Ra�õ���=��^{ @[&�t��@��T������@:{��m������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H��=���T��p������Sa�õ���H�_�D|��H�kpO�=����
 { �=�=�@*|�d|��H�kpO�=����
 { �=�=�@*|�d|��H�kpO�=����
-{ �=�=�@*|�d|��H�kpO�=������@:{��m��R�{$�#�@:\{ �{j�����a������H��=���Լ��kh˄=���؞
-{ �=�=5�T��@2홰����Sa�õ���=��^{ @[&�T����H�=����
-{ �=�=�@:\{ �{*�T����H�=����
-{ �=�=�@:\{ �{*�T����H�=����
-{ �=�=�@:\{ �{*�4��H�g*�t��@��T��p������Sa���H�G*�t��@��T��p������Sa���H�G*�t��@��T��p���W,�=�@k���<��	��O����z�폳��/l�N�����������g�szL� ��&�����/?�	gAN���$�B��^|?����/��^?���^~�P���R�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^���ڈ�T��v�굀{*�k;\�Z�=��z-��
+{ �=�=�@�b$�3�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��T��p��R�{$�#�@:\{ �{*�t��@��Լ��kh˄=���{ �������S�HG��@���{ �=�=�@*|�d|��=��^{ @[&�t��@��T��p���y����iτ=���؞
+{ �=�=5�t���2a���H�G*�t��@��T��p������Sa���H�G*�t��@��T��p������Sa���H�G*�t��@��T��p������Sa��/�@">Sa�õ���H�kpO�=����
+{ ��@2>Ra�õ���H�kpO�=����
+{ ��@2>Ra�õ���H�kpO�=��bQ��Z{ �����H�D�p�>����o��x}a��z���o�ϟ�y}�`=�Ǵr8o����/o���'���?�޿����?�{���߂׿Ћzm�л^{��C���J�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm�_�k#>S�^����P��p�k�T��v�굀{*�k+|�k3>Rs���W�h˄zmG�^��B���U��Ss���U�ʹgB���U��S�^���^�٫^�eB���w�6�#��z-���뵝��@[&�k;Z�Z�=�����^�٫^�eB���U��S�^����P���]���H�zm��^��B���U��S�^����P���]���H�zm��^��B���U��S�^����P���]���H�zm��^��B���U��S�^����P���]���H�zm��^��B���U��S�^����P���]���H�zm��^��B���U��S�^����P�m��zm�g*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-��
+��W�pO�zm��zm�G*�k;\�Z�=��z-���뵝��@[&�k+z�k�=R�^���^���z-��^������P���]���H����^�Z�-��z-؞
+��W�pO����V�6Ӟ	�ڎV�lO�zm��^���zmg�z-Ж	�ڊ���l�T��v�굀{*�k;\�Z�=��z-��
+��
+��ڌ�T��v�굀{*�k;\�Z�=��z-��
 ��
-��ڌ��\���U��2�^�Ѫׂ��P��p�k��\��l�k3�P��h�k��T��v�굀{j��v���m�P���]���H�zm��^���zmg�z-Ж	�ڎV�lO�zm��zm�Gj��v���m�P��h�k��T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k+|�k3>R�^����P��p�k�T��v�굀{*�k��^�
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^��B���U��S�^[�^��
-��W�pO�zm��^���zmg�z-Ж	�ڊ���l�T��v�굀{j��v��^��D��v��@{*�k+|�k3>Rs���W�h˄zmG�^��B���U��Ss���U�ʹgB���U��S�^���^�٫^�eB���w�6�#��z-��
-��W�pO�zm��^��B���w�6�#��z-��
-��W�pO�zm��^��B���w�6�#��z-��
-��W�pO�zm��^��B���/���P��p�k�T��v�굀{*�k;\�Z�=����P��p�k�T��v�굀{*�k;\�Z�=����P��p�k�T��v�굀{*�kC����Z�������������$�YO�wO���`]{��p�r��������>���/>�������_���?׿}���.���Fy1endstream
+��ڌ�T��v�굀{*�k;\�Z�=��z-��
+�����F|�B���U��S�^����P��p�k�T��V���f|�B���U��S�^����P��p�k�T��V���f|�B���U��S�^����P�
mж^h�k/?P�׆Ot�����ߓ�d=>�=����u���������C�^O��`����`�wr/����z�\�����[��[wyNendstream
 endobj
-1709 0 obj <<
+1738 0 obj <<
 /Type /Page
-/Contents 1710 0 R
-/Resources 1708 0 R
+/Contents 1739 0 R
+/Resources 1737 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1271 0 R
-/Annots [ 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 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R 1738 0 R 1739 0 R 1740 0 R 1741 0 R 1742 0 R 1743 0 R 1744 0 R 1745 0 R 1746 0 R 1747 0 R 1748 0 R 1749 0 R 1750 0 R 1751 0 R 1752 0 R 1753 0 R 1754 0 R 1755 0 R 1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R 1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R 1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R 1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R 1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R ]
+/Parent 1291 0 R
+/Annots [ 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 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 ]
 >> endobj
-1712 0 obj <<
+1741 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 705.325 155.476 716.2042]
 /Subtype /Link
 /A << /S /GoTo /D (security) >>
 >> endobj
-1713 0 obj <<
+1742 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 705.325 538.9788 716.2042]
 /Subtype /Link
 /A << /S /GoTo /D (security) >>
 >> endobj
-1714 0 obj <<
+1743 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 689.8481 185.7426 700.7521]
 /Subtype /Link
 /A << /S /GoTo /D (security-os) >>
 >> endobj
-1715 0 obj <<
+1744 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 689.8481 538.9788 700.7521]
 /Subtype /Link
 /A << /S /GoTo /D (security-os) >>
 >> endobj
-1716 0 obj <<
+1745 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 678.954 198.3256 687.8006]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-ports) >>
 >> endobj
-1717 0 obj <<
+1746 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 678.954 538.9788 687.8006]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-ports) >>
 >> endobj
-1718 0 obj <<
+1747 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 663.9453 236.2132 674.8492]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-accounts) >>
 >> endobj
-1719 0 obj <<
+1748 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 663.9453 538.9788 674.8492]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-accounts) >>
 >> endobj
-1720 0 obj <<
+1749 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 653.0117 212.0444 661.8978]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-chroot) >>
 >> endobj
-1724 0 obj <<
+1753 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 653.0117 538.9788 661.8978]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-chroot) >>
 >> endobj
-1725 0 obj <<
+1754 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 638.0424 146.7296 648.9463]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql) >>
 >> endobj
-1726 0 obj <<
+1755 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 638.0424 538.9788 648.9463]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql) >>
 >> endobj
-1727 0 obj <<
+1756 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 625.091 264.1684 635.9949]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-account) >>
 >> endobj
-1728 0 obj <<
+1757 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 625.091 538.9788 635.9949]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-account) >>
 >> endobj
-1729 0 obj <<
+1758 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 612.1396 322.6588 623.0435]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-root) >>
 >> endobj
-1730 0 obj <<
+1759 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 612.1396 538.9788 623.0435]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-root) >>
 >> endobj
-1731 0 obj <<
+1760 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 601.2454 210.9184 610.0921]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-network) >>
 >> endobj
-1732 0 obj <<
+1761 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 601.2454 538.9788 610.0921]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-network) >>
 >> endobj
-1733 0 obj <<
+1762 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 588.294 158.7644 597.1406]
 /Subtype /Link
 /A << /S /GoTo /D (security-webserver) >>
 >> endobj
-1734 0 obj <<
+1763 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 588.294 538.9788 597.1406]
 /Subtype /Link
 /A << /S /GoTo /D (security-webserver) >>
 >> endobj
-1735 0 obj <<
+1764 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 573.2853 374.5924 584.1892]
 /Subtype /Link
 /A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-1736 0 obj <<
+1765 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 573.2853 538.9788 584.1892]
 /Subtype /Link
 /A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-1737 0 obj <<
+1766 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 560.3338 147.8351 571.2378]
 /Subtype /Link
 /A << /S /GoTo /D (security-bugzilla) >>
 >> endobj
-1738 0 obj <<
+1767 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 560.3338 538.9788 571.2378]
 /Subtype /Link
 /A << /S /GoTo /D (security-bugzilla) >>
 >> endobj
-1739 0 obj <<
+1768 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 547.3824 318.9317 558.2863]
 /Subtype /Link
 /A << /S /GoTo /D (security-bugzilla-charset) >>
 >> endobj
-1740 0 obj <<
+1769 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 547.3824 538.9788 558.2863]
 /Subtype /Link
 /A << /S /GoTo /D (security-bugzilla-charset) >>
 >> endobj
-1741 0 obj <<
+1770 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 532.1744 144.4176 543.0535]
 /Subtype /Link
 /A << /S /GoTo /D (using) >>
 >> endobj
-1742 0 obj <<
+1771 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 532.1744 538.9788 543.0535]
 /Subtype /Link
 /A << /S /GoTo /D (using) >>
 >> endobj
-1743 0 obj <<
+1772 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 518.7548 163.3271 527.6014]
 /Subtype /Link
 /A << /S /GoTo /D (using-intro) >>
 >> endobj
-1744 0 obj <<
+1773 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 518.7548 538.9788 527.6014]
 /Subtype /Link
 /A << /S /GoTo /D (using-intro) >>
 >> endobj
-1745 0 obj <<
+1774 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 503.746 219.4857 514.65]
 /Subtype /Link
 /A << /S /GoTo /D (myaccount) >>
 >> endobj
-1746 0 obj <<
+1775 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 503.746 538.9788 514.65]
 /Subtype /Link
 /A << /S /GoTo /D (myaccount) >>
 >> endobj
-1747 0 obj <<
+1776 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 490.7946 187.9547 501.6985]
 /Subtype /Link
 /A << /S /GoTo /D (bug_page) >>
 >> endobj
-1748 0 obj <<
+1777 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 490.7946 538.9788 501.6985]
 /Subtype /Link
 /A << /S /GoTo /D (bug_page) >>
 >> endobj
-1749 0 obj <<
+1778 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 477.8432 193.2048 488.7471]
 /Subtype /Link
 /A << /S /GoTo /D (lifecycle) >>
 >> endobj
-1750 0 obj <<
+1779 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 477.8432 538.9788 488.7471]
 /Subtype /Link
 /A << /S /GoTo /D (lifecycle) >>
 >> endobj
-1751 0 obj <<
+1780 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 464.8917 190.9931 475.7957]
 /Subtype /Link
 /A << /S /GoTo /D (query) >>
 >> endobj
-1752 0 obj <<
+1781 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 464.8917 538.9788 475.7957]
 /Subtype /Link
 /A << /S /GoTo /D (query) >>
 >> endobj
-1753 0 obj <<
+1782 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 453.9976 207.1625 462.8442]
+/Rect [118.5554 453.878 207.1625 462.8442]
 /Subtype /Link
 /A << /S /GoTo /D (boolean) >>
 >> endobj
-1754 0 obj <<
+1783 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 453.9976 538.9788 462.8442]
+/Rect [527.0237 453.878 538.9788 462.8442]
 /Subtype /Link
 /A << /S /GoTo /D (boolean) >>
 >> endobj
-1755 0 obj <<
+1784 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.4658 440.9266 261.2595 449.8928]
+/Rect [142.4658 441.0462 261.2595 449.8928]
 /Subtype /Link
 /A << /S /GoTo /D (pronouns) >>
 >> endobj
-1756 0 obj <<
+1785 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 440.9266 538.9788 449.8928]
+/Rect [527.0237 441.0462 538.9788 449.8928]
 /Subtype /Link
 /A << /S /GoTo /D (pronouns) >>
 >> endobj
-1757 0 obj <<
+1786 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 426.0374 213.1605 436.9414]
 /Subtype /Link
 /A << /S /GoTo /D (negation) >>
 >> endobj
-1758 0 obj <<
+1787 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 426.0374 538.9788 436.9414]
 /Subtype /Link
 /A << /S /GoTo /D (negation) >>
 >> endobj
-1759 0 obj <<
+1788 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 413.086 239.6603 423.9899]
 /Subtype /Link
 /A << /S /GoTo /D (multiplecharts) >>
 >> endobj
-1760 0 obj <<
+1789 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 413.086 538.9788 423.9899]
 /Subtype /Link
 /A << /S /GoTo /D (multiplecharts) >>
 >> endobj
-1761 0 obj <<
+1790 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 400.5082 195.2473 411.0385]
 /Subtype /Link
 /A << /S /GoTo /D (quicksearch) >>
 >> endobj
-1762 0 obj <<
+1791 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 400.5082 538.9788 411.0385]
 /Subtype /Link
 /A << /S /GoTo /D (quicksearch) >>
 >> endobj
-1763 0 obj <<
+1792 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 387.1831 257.8315 398.0871]
 /Subtype /Link
 /A << /S /GoTo /D (casesensitivity) >>
 >> endobj
-1764 0 obj <<
+1793 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 387.1831 538.9788 398.0871]
 /Subtype /Link
 /A << /S /GoTo /D (casesensitivity) >>
 >> endobj
-1765 0 obj <<
+1794 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 374.2317 183.9298 385.1357]
 /Subtype /Link
 /A << /S /GoTo /D (list) >>
 >> endobj
-1766 0 obj <<
+1795 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 374.2317 538.9788 385.1357]
 /Subtype /Link
 /A << /S /GoTo /D (list) >>
 >> endobj
-1767 0 obj <<
+1796 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 361.2803 288.1781 372.1842]
 /Subtype /Link
 /A << /S /GoTo /D (individual-buglists) >>
 >> endobj
-1768 0 obj <<
+1797 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 361.2803 538.9788 372.1842]
 /Subtype /Link
 /A << /S /GoTo /D (individual-buglists) >>
 >> endobj
-1769 0 obj <<
+1798 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 348.3289 160.8562 359.2328]
 /Subtype /Link
 /A << /S /GoTo /D (bugreports) >>
 >> endobj
-1770 0 obj <<
+1799 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 348.3289 538.9788 359.2328]
 /Subtype /Link
 /A << /S /GoTo /D (bugreports) >>
 >> endobj
-1771 0 obj <<
+1800 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 335.3774 232.368 346.2814]
 /Subtype /Link
 /A << /S /GoTo /D (fillingbugs) >>
 >> endobj
-1772 0 obj <<
+1801 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 335.3774 538.9788 346.2814]
 /Subtype /Link
 /A << /S /GoTo /D (fillingbugs) >>
 >> endobj
-1773 0 obj <<
+1802 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 322.426 235.9544 333.3299]
 /Subtype /Link
 /A << /S /GoTo /D (cloningbugs) >>
 >> endobj
-1774 0 obj <<
+1803 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 322.426 538.9788 333.3299]
 /Subtype /Link
 /A << /S /GoTo /D (cloningbugs) >>
 >> endobj
-1775 0 obj <<
+1804 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 311.5318 164.4326 320.3785]
 /Subtype /Link
 /A << /S /GoTo /D (attachments) >>
 >> endobj
-1776 0 obj <<
+1805 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 311.5318 538.9788 320.3785]
 /Subtype /Link
 /A << /S /GoTo /D (attachments) >>
 >> endobj
-1777 0 obj <<
+1806 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 298.5804 198.4055 307.4271]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer) >>
 >> endobj
-1778 0 obj <<
+1807 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 298.5804 538.9788 307.4271]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer) >>
 >> endobj
-1779 0 obj <<
+1808 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 283.5717 308.7609 294.4756]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_view) >>
 >> endobj
-1780 0 obj <<
+1809 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 283.5717 538.9788 294.4756]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_view) >>
 >> endobj
-1781 0 obj <<
+1810 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 270.6203 353.433 281.5242]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_diff) >>
 >> endobj
-1782 0 obj <<
+1811 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 270.6203 538.9788 281.5242]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_diff) >>
 >> endobj
-1783 0 obj <<
+1812 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 257.6688 306.3201 268.5728]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_context) >>
 >> endobj
-1784 0 obj <<
+1813 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 257.6688 538.9788 268.5728]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_context) >>
 >> endobj
-1785 0 obj <<
+1814 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 244.7174 360.9847 255.6213]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_collapse) >>
 >> endobj
-1786 0 obj <<
+1815 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 244.7174 538.9788 255.6213]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_collapse) >>
 >> endobj
-1787 0 obj <<
+1816 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 231.766 300.1035 242.6699]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_link) >>
 >> endobj
-1788 0 obj <<
+1817 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 231.766 538.9788 242.6699]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_link) >>
 >> endobj
-1789 0 obj <<
+1818 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 218.8145 281.4438 229.7185]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_bonsai_lxr) >>
 >> endobj
-1790 0 obj <<
+1819 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 218.8145 538.9788 229.7185]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_bonsai_lxr) >>
 >> endobj
-1791 0 obj <<
+1820 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 205.8631 269.2792 216.767]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_unified_diff) >>
 >> endobj
-1792 0 obj <<
+1821 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 205.8631 538.9788 216.767]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_unified_diff) >>
 >> endobj
-1793 0 obj <<
+1822 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 192.9117 172.3929 203.8156]
 /Subtype /Link
 /A << /S /GoTo /D (hintsandtips) >>
 >> endobj
-1794 0 obj <<
+1823 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 192.9117 538.9788 203.8156]
 /Subtype /Link
 /A << /S /GoTo /D (hintsandtips) >>
 >> endobj
-1795 0 obj <<
+1824 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 182.0175 213.5384 190.8642]
 /Subtype /Link
-/A << /S /GoTo /D (2644) >>
+/A << /S /GoTo /D (2706) >>
 >> endobj
-1796 0 obj <<
+1825 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 182.0175 538.9788 190.8642]
 /Subtype /Link
-/A << /S /GoTo /D (2644) >>
+/A << /S /GoTo /D (2706) >>
 >> endobj
-1797 0 obj <<
+1826 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 169.0661 188.6321 177.9127]
 /Subtype /Link
 /A << /S /GoTo /D (commenting) >>
 >> endobj
-1798 0 obj <<
+1827 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 169.0661 538.9788 177.9127]
 /Subtype /Link
 /A << /S /GoTo /D (commenting) >>
 >> endobj
-1799 0 obj <<
+1828 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 154.0574 276.2629 164.9613]
 /Subtype /Link
 /A << /S /GoTo /D (comment-wrapping) >>
 >> endobj
-1800 0 obj <<
+1829 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 154.0574 538.9788 164.9613]
 /Subtype /Link
 /A << /S /GoTo /D (comment-wrapping) >>
 >> endobj
-1801 0 obj <<
+1830 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 141.1059 215.4916 152.0099]
 /Subtype /Link
 /A << /S /GoTo /D (dependencytree) >>
 >> endobj
-1802 0 obj <<
+1831 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 141.1059 538.9788 152.0099]
 /Subtype /Link
 /A << /S /GoTo /D (dependencytree) >>
 >> endobj
-1803 0 obj <<
+1832 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 128.1545 222.9429 139.0584]
 /Subtype /Link
 /A << /S /GoTo /D (timetracking) >>
 >> endobj
-1804 0 obj <<
+1833 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 128.1545 538.9788 139.0584]
 /Subtype /Link
 /A << /S /GoTo /D (timetracking) >>
 >> endobj
-1805 0 obj <<
+1834 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 117.2604 186.8186 126.107]
 /Subtype /Link
 /A << /S /GoTo /D (userpreferences) >>
 >> endobj
-1806 0 obj <<
+1835 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 117.2604 538.9788 126.107]
 /Subtype /Link
 /A << /S /GoTo /D (userpreferences) >>
 >> endobj
-1807 0 obj <<
+1836 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 104.3089 230.9231 113.1556]
 /Subtype /Link
 /A << /S /GoTo /D (generalpreferences) >>
 >> endobj
-1808 0 obj <<
+1837 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 104.3089 538.9788 113.1556]
 /Subtype /Link
 /A << /S /GoTo /D (generalpreferences) >>
 >> endobj
-1711 0 obj <<
-/D [1709 0 R /XYZ 71.731 729.2652 null]
+1740 0 obj <<
+/D [1738 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1708 0 obj <<
-/Font << /F32 1286 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >>
+1737 0 obj <<
+/Font << /F32 1306 0 R /F27 1298 0 R /F35 1752 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1858 0 obj <<
-/Length 55168     
+1887 0 obj <<
+/Length 55121     
 /Filter /FlateDecode
 >>
 stream
-xڔ�M�$Wbe�ׯ��\�O��Ƕ����0*��̂�ʮ"��H��֯���<�s����|<�Ҍ������������w�����w�������o����C��?�GN���p�_���Gw��v����7�;������S����|�_������;��׏c�������������r�|������������|{���v��w�;�߾���~��_������~��ˏ���w���������x8v����g�_�~w���?��ḻ\�G�d��tɻ��.��y���^��Q��
�mw9���R�8�r�������x,��4����t�����(w���t������(w���t����.��(w�k�i�{{?��}�&�Bݐw�ۥ���4ʝ�!��ޮ�����(w���;_��m�F�S_����s��K�8M�!�?��{{��i�;uC~:������(w���t�o�m�F�S_�/��sط�}�&�Bݐߟ�~k��(w���t��m�Q��
�����c}��Q�������۱���4����;]O�m�Q��
��������q�Nݐߟ��\���i�;���v:��K�8M�!�?�㵽��4ʝ�!�?��]j��(w���t��S+�F�S_���O������4����������q�Nݐ�w�������(w�����}}��Q�ԗ�����v}��;�u�+uC~:�é�?N�ܩ���9���q�Nݐ?~��?�ܩ�����9���>N�|�n��O��(jF�17��G�?��|�F�S7��}����q�N}-?�����O�q����0w�۵V?N�۩���z�[��4ʝ�!�������0����|�?�s���ir/�
��ќ��{>N�ܩ���9���?�ژ���9�/��q�N}-?������q��uC~4����0���a�?��c{��it;uC~���O���q�N}-?��.�S���8M�!?���s{��i�;uC~�].�����(w���t�����4ʝ�Z~�?�ӵ���4����t��C+�F�S7���s���}�F�S7�����o��4ʝ�Z~�?��[{��i�/�
��鼽��}�F�S7����}�~�0N�ܩ����v�o��4ʝ�Z~{۝������$_�����rlo�8�r�n��O�|jo�8�r�n��O�t����i�;�����t�	��q��uC~:�K{��i�;uC~:�K{��i�;uC~:o���?N�ܩ/姷����V~��� _�����v����i�;uC~ޝ���V�8�r�nȯ���[}��Q�������\���>N�|�n��O�?���i�;uC~:�C{��i�;uC~:�C}��Q���������m�I�P7����o�"��(w���t�N�V�8�r�nȯ�������(w�k��mw�]��>N�|�n�������q�Nݐ�w�˵���4ʝ�!�?�����aT��t4�[{��ir/�
�����{>N�ܩ���9���΢�3qC{,����?N�ک����sٷ_��i�/�
����_�Qm�
�ywx?��|�F�S7����V��6N�ܩ�嗷ݡ�E�q����0v�K�
�:�n�n���|n��8�r�n���=�jc�6_�O��~7�N�{�n���pm��8�r�n��f�~7�N�ܩ���y�շ�q�N}-�������m�I�P7����~7�N�ܩ��n{ko�8�r�nȯ�˵�nb�F�S_���O��::M�!�?�s��4ʝ�!�?�S���:�r�n��O�x�o��4ʝ�R~~�?�C���:
�!�?�}��4ʝ�!����@G�Q��
�uw~�Է�q�N}-߿��nm���$_����|m��X�Q��
�y�vi�F�S7���s~�o��4ʝ�Z~�?�S���:M�!�?�S��4ʝ�!�?�c���:�r�n��O����O(^G���m���nt��]/�������/������4_���Gh�uLM���4����޾�����o����|����"l��w���ťv��f�}�w�����e�ܧ�^�]}�hw������?N�ܩ�����V��Y&n������v)��4���ћ��Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��+��س|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K��b'�1s�^�G�Nn�抽�����N�{�;���+�R=*vr;5W�|T�$wj��K��b'�1s�ީU��{�抽�����N�{�~T�6f��K������\�wrU� _��b/ݏ�����{�;���+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss���U��|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss���U��|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss�^�gŞ�+5W�|T�$wj��K���I��\���Q��ܩ�b���A�Ps�^�G�Nr�抽�����N�{);ɝ�+�N���5W�|T�$wj��K���I��\���Q��ܩ�b���A�Ps�^�G�Nr�抽�����N�{�~T�6f��;�*vp/�\���Q��ܩ�b/�_+v&抽����N�{'W��+�����Im�\���Q��۩�b/�b'�Sc�޹G�jg抽T����N�{);ɝ+�����Im�\�wjU��^��b/�b'�Ss�^�G�Nr�抽�����N�{'W��+�R>*v�;5W�|T�$wj��K���I��\�wrU� _��b/�b'�Ss�^�G�Nr�抽�����N�{%�{���\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�SsŞ��b�z��tA��fŞ�h����ܗ��V��ۍ*�qL��Q��������_}��b������_~����o����׼���>�=�I�����������6^�,m��?��/.(�� w*���\�-ȝ
+xڔ�M�$Wbe�ׯ��\�O��Ƕ����0*��̂�ʮ"��H��֯���<�s����|<�Ҍ������������w�����w�������o����C��?�GN���p�_���Gw��v����7�;������S����|�_������;��׏c�������������r�|������������|{���v��w�;�߾���~��_������~��ˏ���w���������x8v����g�_�~w���?��ḻ\�G�d��tɻ��.��y���^��Q��
�mw9���R�8�r�������x,��4����t�����(w���t������(w���t����.��(w�k�i�{{?��}�&�Bݐw�ۥ���4ʝ�!��ޮ�����(w���;_��m�F�S_����s��K�8M�!�?��{{��i�;uC~:������(w���t�o�m�F�S_�/��sط�}�&�Bݐߟ�~k��(w���t��m�Q��
�����c}��Q�������۱���4����;]O�m�Q��
��������q�Nݐߟ��\���i�;���v:��K�8M�!�?�㵽��4ʝ�!�?��]j��(w���t��S+�F�S_���O������4����������q�Nݐ�w�������(w�����}}��Q�ԗ�����v}��;�u�+uC~:�é�?N�ܩ���9���q�Nݐ?~��?�ܩ�����9���>N�|�n��O��(jF�17��G�?��|�F�S7��}����q�N}-?�����O�q����0w�۵V?N�۩���z�[��4ʝ�!�������0����|�?�s���ir/�
��ќ��{>N�ܩ���9���?�ژ���9�/��q�N}-?������q��uC~4����0���a�?��c{��it;uC~���O���q�N}-?��.�S���8M�!?���s{��i�;uC~�].�����(w���t�����4ʝ�Z~�?�ӵ���4����t��C+�F�S7���s���}�F�S7�����o��4ʝ�Z~�?��[{��i�/�
��鼽��}�F�S7����}�~�0N�ܩ����v�o��4ʝ�Z~{۝������$_�����rlo�8�r�n��O�|jo�8�r�n��O�t����i�;�����t�	��q��uC~:�K{��i�;uC~:�K{��i�;uC~:o���?N�ܩ/姷����V~��� _�����v����i�;uC~ޝ���V�8�r�nȯ���[}��Q�������\���>N�|�n��O�?���i�;uC~:�C{��i�;uC~:�C}��Q���������m�I�P7����o�"��(w���t�N�V�8�r�nȯ�������(w�k��mw�]��>N�|�n�������q�Nݐ�w�˵���4ʝ�!�?�����aT��t4�[{��ir/�
�����{>N�ܩ���9���΢�3qC{,����?N�ک����sٷ_��i�/�
����_�Qm�
�ywx?��|�F�S7����V��6N�ܩ�嗷ݡ�E�q����0v�K�
�:�n�n���|n��8�r�n���=�jc�6_�O��~7�N�{�n���pm��8�r�n��f�~7�N�ܩ���y�շ�q�N}-�������m�I�P7����~7�N�ܩ��n{ko�8�r�nȯ�˵�nb�F�S_���O��::M�!�?�s��4ʝ�!�?�S���:�r�n��O�x�o��4ʝ�R~~�?�C���:
�!�?�}��4ʝ�!����@G�Q��
�uw~�Է�q�N}-߿��nm���$_����|m��X�Q��
�y�vi�F�S7���s~�o��4ʝ�Z~�?�S���:M�!�?�S��4ʝ�!�?�c���:�r�n��O����O(^G���m���nt��]��������/������4_���Gh�uLM���4����޾�����o����|����"l��w���ťv��f�}�w�����e�ܧ�^�]}�hw������?N�ܩ�����V��Y&n������v)��4���ћ��Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��+��س|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K��b'�1s�^�G�Nn�抽�����N�{�;���+�R=*vr;5W�|T�$wj��K��b'�1s�ީU��{�抽�����N�{�~T�6f��K������\�wrU� _��b/ݏ�����{�;���+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss���U��|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss���U��|�抽�����N�{);ɝ�+�R>*v�;5W�\;�j��K���I��\���Q��ܩ�b/�b'�Ss�^�gŞ�+5W�|T�$wj��K���I��\���Q��ܩ�b���A�Ps�^�G�Nr�抽�����N�{);ɝ�+�N���5W�|T�$wj��K���I��\���Q��ܩ�b���A�Ps�^�G�Nr�抽�����N�{�~T�6f��;�*vp/�\���Q��ܩ�b/�_+v&抽����N�{'W��+�����Im�\���Q��۩�b/�b'�Sc�޹G�jg抽T����N�{);ɝ+�����Im�\�wjU��^��b/�b'�Ss�^�G�Nr�抽�����N�{'W��+�R>*v�;5W�|T�$wj��K���I��\�wrU� _��b/�b'�Ss�^�G�Nr�抽�����N�{%�{���\���Q��ܩ�b/�b'�Ss�^�G�Nr�抽��b�B�{);ɝ�+�R>*v�;5W�|T�$wj��;�*v�/�\���Q��ܩ�b/�b'�SsŞ��b�z��tA��͊=]�R�ӛ�/���N��U��*�ӣb�o����׿���G��/I�������߾���?�y���}|{Γ|�����i+g��m��Y�>_(m_\P*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ
+�m'Wir�Bi��UڂܩP�V�Y�f�B�Ҷ����S����*mA�T(m;�J[�;J�J>K�,_�P�vr�� w*���\�-ȝ
 �m'Wir�Bi[�gi��J�N���N�Ҷ����S����*mA�T(m+�,m�|�Bi��UڂܩP�vr�� w*���\�-ȝ
+�m%��m�/T(m;�J[�;J�N���N�Ҷ����S��m�O�m��T(m;�J[�;J�N���N�Ҷ����S���䳴��K��=J[PJ�N���N�Ҷ����Ssi[�U�f�3����*m��T(m;�J[�;5���{���6&���z��ٽP����*mA��\�v�QڂژP�vj���v*���|��Y�Psi۹GijcBi۩Uڂ۩P�vr�� w*���|��Y�P����*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ
+�m'Wir�Bi��UڂܩP�V�Y�f�B�Ҷ����S����*mA�T(m;�J[�;J�J>K�,_�P�vr�� w*���\�-ȝ
+�m'Wir�Bi[�gi��J�N���N�Ҷ����S����*mA�T(m�Si�+J�N���N�Ҷ����S����*mA�T(m+�,m�|�Bi��UڂܩP�vr�� w*���\�-ȝ
 �m%��m�/T(m;�J[�;J�N���N�Ҷ����S���䳴��
-�m'Wir�Bi��UڂܩP�vr�� w*���|��Y�P����*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ
-�m'Wir�Bi��UڂܩP�6��6�W*���\�-ȝ
-�m'Wir�Bi��UڂܩP�V�Y�f�Bͥm��-��	�m�Vin�Bi��Uڂܩ����*m�ڙP�vj���v*���\�-ȝ�K��=J[PJ�J=K��^�P�vr�� wj.m;�(mAmL(m;�J[p;J�J>K�,_����ܣ��1����*m��T(m;�J[�;J�J>K�,_�P�vr�� w*���\�-ȝ
+�m'Wir�Bi��Uڂܩ���ܣ��1���Գ���
+�m'Wir��ҶS?J[&BiۉUڂکP�V�Y�f�Bͥm��-��	�m�Vin�Bi��Uڂܩ����*m�ڙP�vj���v*���\�-ȝ�K��=J[PJ�J=K��^�P�vr�� w*���\�-ȝ
 �m'Wir�Bi[�gi��J�N���N�Ҷ����S����*mA�T(m+�,m�|�Bi��UڂܩP�vr�� w*���\�-ȝ
+�m#*m�|�Bi��UڂܩP�vr�� w*���\�-ȝ
 �m%��m�/T(m;�J[�;J�N���N�Ҷ����S���䳴��
-�m'Wir�Bi��UڂܩP�vr�� w*��������
-�m'Wir�Bi��UڂܩP�vr�� w*���|��Y�P����*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ
-�m'Wir�Bi��UڂܩP�V�Y�f�B�Ҷ����S����*mA��\�v�QڂژP�V�Y�f�B�Ҷ����Sci۩�-�?����*mA�T(m+�,m�|��Ҷs���ƄҶS���S����*mA��\�Vn��Y�L(m;�J[p;J�N���Nͥm��-��	�m���mv/T(m;�J[�;J�N���N�Ҷ����S���䳴��
-�m'Wir�Bi��UڂܩP�vr�� w*���|��Y�P����*mA�T(m;�J[�;J�N���N�Ҷ�?��Q�R����*mA�T(m;�J[�;J�N���N�Ҷ���6�*���\�-ȝ
-�m'Wir�Bi��UڂܩP�V�Y�f�B�Ҷ����S����*mA�T(mc
ڕ�pA��}��Tچ+���}yߝn�'*m�1���Gi�/_~������O?.�޿����]O���Ƿ��7�������O|��ܧ�\�?�m����v|yA����� _�������X���aTs�|��k�~�F�S7��G�����q�N�x)���|�yR�~&�37���Z/B�S�E�\/B�S��;��E� �L��W��"��^��"�N���ܩ�"�N���ܩ�"�N���ܩ�"�J>��|��<C'�<ȝ
+�m'Wir�Bi��UڂܩP���+m�Fi�|A��
W���/��;��OTڎc*mϏ��_����~�凟~\����U��"�$~-��o9o����mw=��:ǹO׹~��~w�������O�A�R7����㻱:��è6���;.�V�8�n�n��f����4ʝ��R��������8Ljgn��+�;�^�n�‹�;�^�r���w�Nj�A��/B���E�Y�P�E�\/B�S�E�\/B�S�E�\/B�S�E�|�3d�B�y�N�y�;�:��@�T�g��g��Sa����y�,_�0���5��r��<C'�<ȝ
+��\� w*�3T�9ϐ��:��@�T�g��g��Sa���k��N�y�J>��|��<C'�<ȝ
 ��\� w*�3tr�3�ܩ0�P��<C�/T�g��g��Sa���k��N�y�N�y�;�*��g��
-��\� w*�3tr�3�ܩ0���5��r��<C%��Y�Pa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��<C'�<ȝ
+��\� w*�3tr�3�ܩ0���5��r��<C%��Y�Pa���k��N�y�N�y�;�:��@�T�gh�O�Q�Ra���k��N�y�N�y�;�:��@�T�g��s�!�j�g��c��Ƅy�N�yp;�:��@��<�P�5ϐ�΄y�N�yp;�:��@��<�й�<��	��z�3d�B�y�N�y�;5�3t�1��jc�<C��<��
+��|�3d�B���{�3�ژ0�Щ5��n��<C'�<ȝ
 ��|�3d�B�y�N�y�;�:��@�T�g��g��Sa����y�,_�0���5��r��<C'�<ȝ
-��\� w*�34�y�(_�0���5��r��<C'�<ȝ
-��\� w*�3T�9ϐ�5�3t�1��jc�<C��<��
+��\� w*�3T�9ϐ��:��@�T�g��g��Sa���k��N�y�J>��|��<C'�<ȝ
+��\� w*�3tr�3�ܩ0�P��<C�/T�g��g��Sa���k��N�y�N�y�;���<C��T�g��g��Sa���k��N�y�N�y�;�*��g��
+��\� w*�3tr�3�ܩ0���5��r��<C%��Y�Pa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��y��=�@mL�g��s�!�*�3tr�3�ܩq��S?�@����X��v*�3T�9ϐ�5�3t�1��jc�<C��<��
 ��\� wj�g�ܚg�jg�<C��<��
-��\� wj�g��c��Ƅy�J=��{��<C'�<ȝ��:��g��1a��Sk��N�y�J>��|��y��=�@mL�g�Ԛg��Sa���k��N�y�J>��|��<C'�<ȝ
+��\� wj�g��c��Ƅy�J=��{��<C'�<ȝ
 ��\� w*�3tr�3�ܩ0�P��<C�/T�g��g��Sa���k��N�y�N�y�;�*��g��
-��\� w*�3tr�3�ܩ0���5��r��<C%��Y�Pa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��<C'�<ȝ
-���i�!�W*�3tr�3�ܩ0���5��r��<C'�<ȝ
-��|�3d�B�y�N�y�;�:��@�T�g��g��Sa����y�,_�0���5��r��<C'�<ȝ
-��\� w*�3T�9ϐ��:��@�T�g��g��S�<C���6&�3T�9ϐ��:��@��8�Щ� �L�y�N�yP;�*��g���:��g��1a��Sk��N�y�N�y�;5�3Tn�3d�3a��Sk��N�y�N�y�;5�3t�1��jc�<C���ٽPa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��<C'�<ȝ
-��|�3d�B�y�N�y�;�:��@�T�g��g��Sa���?�3D�J�y�N�y�;�:��@�T�g��g��Sa����y�,_�0���5��r��<C'�<ȝ
-��\� w*�3T�9ϐ��:��@�T�g��g��Sa�!L��pAc�����<C��߾(r<}|d��]N�}I�|ٝ����8��f�?���/���Ͽ�boA��?�������j���'�:�p��mok��;\�ǩ�+ޭ�2��kIYlL��(�O�ɼ0�6D%������W�YlLX�����fc�I�F�E��5"�AT^�Ad�1a�2k"��� *�c"[?�`�����u&l@TfM@d�1a��2k�!��	��Y��lL�~h�s�!��	��Y��lL}���|�fc��Ce��C6��\{�fg��Ce��C6�*�v�٘��P�5��Ƅ���<�ٙ��P�5��Ƅq�ʬm�l6&,;Tf
;d�1a֡1�U�hv&l:TfM:d�1aС2k�!��	k�Yc�lL�rh�s�!��	;�Y3�lLq���p�fc‚CeրC6��\o�fg�vCe�tC6�*�v�٘��P�5ڐ�ƄɆ�<�ٙ��P�5א�Ƅ��ʬ��l6&,5Tf
5d�1a��0?�4$�„��ʬ��l6&4Tf�3d�1a��2k�!��	��y.3D�3�.C%������W�YlLXd��d�fc�9�F�5��5"l1T^M1d�1a��2k�!���W*�a���D�`h�s�!��	��Y��l�<�P���B�~&��B���Bf�\]�fg�ͅJ<&��3*���ؘ��P�5���Ƅ���<��ٙ��P�5���Ƅ��ʬ��l6&,,Tf
,d�1a^�1�u�hv&l+TfM+d�1aX�2kW!��	�
-�Y�
-�lL�Th�sQ!��	{
-�Ys
-�lLS���R�fc’Be֐B6f�\Q�fg†BeքB6*���٘��P�5���Ƅ��<��ٙ��P�5���Ƅфʬ̈́l6&,&Tf
&d�1a.�0?�%$�„��ʬ��l6&%Tf�$d�1a%�2k$!��		�y.$D�3a�2k!��	��Y��lLXF��F�fc�,Bc����L�D�̚D�fc� Be�B6�*���٘0�И�B4;v*�f�٘0�P��������x d�g"�4޹~�΄�ʬ�l6f>���݃l�ăՃʪу�5&L4�x���{�x�d�g"�T^md�1a�2k� ���g�V�׈�qPy5q��Ƅ��ʬ}�l6f^7��c� {?aڠ��e�(v&�Tf�d�1aԠ2k� ��	��Y��lL�3h�s� ��	[�YS�lL2���1�fcŠAeֈA6&�\0�fg�~Ae�|A6�*���٘�\P�5\��Ƅق���Z��6*�&�٘0XP��W��Ƅ��ʬ��l6&L4�T�΄��ʬ��l6&�Tfmd�1a��2k� ��	��y�D�3a��2k� ��	��Y��lLX%����Q�|5c���j��ۓۗ��������E����~����������7B�qNǴJ����?�;}|���_���vݺw��~w<����ǹO���܎������^��Q��
�ew|��r~'�F�S7��������0���1���n������^����z=��|�F�S7�e��=�6@mL��������Saq��?MnD�Jͣ�{�n�ژ��ѩ5�n���F'��ȝ��7*��7�ڙ0�ѩ��n��G'�ȝg8:�c�ğ���Q��GV/T���Z���Sa���k��N�I�N�M�;V9*�����
-��\� w*lstr�s�ܩ0��ɵ�r��BG%�Y�Pa���k��N���N���;�::��:@�TX��s�#�*vtr-v�ܩ����5�r��lG'�nȝ
-��|Nwd�B��N���;�;:�<@�T��������Saţ���,_�0��ɵ�r�–G'טȝ
-s�\{ w*,zT�9��F=:�V=@�T�������Saڣ�k��N�u�J>�=�|���G'��ȝ
-�\# w*�|tr�|�ܩ���ȟ�>�|���G'��ȝ
-{�\� w*L~trm~�ܩ��Q���G�/�<�ѹ����	��Z��v*�tr��ܩy�rk$��	# �Z+ �v*�tr
��ܩy
-�s�-P�@*����
-� �\�  wj���c�ƄY�N�]p;�A*�����A:�X�1a�Sk �N���N���;VB*��	��
-C!�\K! w*l�tr���ܩ0�ɵr��bH%��!Y�Pa4��k5�N�ݐN���;�C:��C@�TX��s>$�*�tr-��ܩ�!��5"r�ŒH'׎ȝ
-K"�|N�d�B�1�N�5�;�D:�E@�T�����SaU���Y�,_�0,�ɵ,r�¶H'׸ȝ
-�"�\�" w*,�4򧉑(_�02�ɵ2r���H'��ȝ
-S#�\[# w*��T�97��G:�G@�T����Sav��kw�N��J>�G�|���H'��ȝ
-�#�\$ w*L�trm��ܩ�BR��I�/T"��Z"�Sa���k��N�s$�{쑀ژ�HR��$Iv/T%��Z%�S�.I�~���3�I:��I@�TX'��s�$�j(��c��Ƅ��N��p;fJ:�vJ@�ԼTR�5U��΄��N��p;�J:�K@��<Yҹ�f	��	�%�zΖd�B��N���;�K:��K@�T�/���/�Sa����	�,_�0b�ɵbr�ŽI'א	ȝ
-S&�\[& w*��T�9g��M:�M@�T�4��5�Sa֤�k��N�e�F�4m�+�M:��M@�T�7��8�Sa⤓k��N���J>gN�|���I'��	ȝ
-['�\c' w*̝tr흀ܩ�xR���I�/T=��Z=�Sa���k��N�铸��m�����J�'ኖ��͟��ۜ�42�i���?��?�j������ӿ�wϟ\/���?�ɗ8�}��u�z��_zqA/��(w��ɘh��s�%�*�tr
��ܩ0���5�r����=�_@mL~��s�%�*�tr
��ܩy��s��P�_:��_��T~i�O�/Q�R��K��/�6&�tj
��۩0���5�r���ʭᗬv&�tj
��۩0���5�r���N�~�g"�T�9����_:��_@�T~��~�Sa���k��N��J>�_�|���K'��ȝ
+��\� w*�3tr�3�ܩ0���5��r��<C#�g��
+��\� w*�3tr�3�ܩ0���5��r��<C%��Y�Pa���k��N�y�N�y�;�:��@�T�g��s�!�*�3tr�3�ܩ0���5��r��<C�h����<���y�pE�}Q�x���"�3���~�����;7�#Ʃq�1Ͱ3��_������ނ�����.K
��Ո�7O�u�������P�ew���S�W�[�el9�ג"�ؘ0Q���!�ya�m�J<�!��3�!*�v!�ؘ�
+Q�5
+���̓�X��kD؃�����bc�De�D63.AT��D�~��Dc�+��L؀�̚��fc��De��C6�*���٘0�И��C4;v*�f�٘0�P�����ƄŇʬ��l6&�=4���΄��ʬ��l6&=Tf�<d�1a�2k�!��	�y.<D�3aߡ2k�!��	��Y��lLXv��v�fc¬Cc����L�t�̚t�fc Ce֞C6�*���٘0�И�C4;v*�f�٘0�P����Ƅ�ʬ�l6&�74���΄�ʬ�l6&7Tf�6d�1a��2k�!��	�
�y.6D�3a��2k�!��	c
�Y[
�lLXj��j�fc�LCa~ZiH�	
�Y
�lLh���g�fc�:Ce�8C6��\f�fg�]�J<f��3F*�6�ؘ��P�5Ȑ���s�Xk�kD�b���b�bc�Ce�C63�0T�1���0��x�C;�*���٘y|�����L��ʫ�,6&�.4湺��̛�xL.d�g".T^�-d�1am�2kl!��	S�y.-D�3ag�2kf!��	#�Y�lLXX��X�fc¼Bc��
+��L�V�̚V�fc°Be֮B6V*�F�٘0�И�B4;�*���٘0�P�����Ƅ%�ʬ!�l6&�(4湢�΄
�ʬ	�l6&(Tf�'d�1a=�2k<!��	�	�y.'D�3a7�2k6!��	�	�Y�	�lLXL��L�fc�\Ba~ZKH�	[	�YS	�lLJ���I�fc�JBe�HB6&�\H�fg�>Be�<B6�*���٘��P�5���ƄY��<W�ٙ��P�5���ƄA�ʬ=�l6&�!Tf�!d�1a
+�1�%�hv&� Tf� d�1a�2k!���*�@���D�?h�s� ��	��Y��l�8|Py������U��kL�<h�s� ����*�;���D;���:�bc��Ae��A63�4b�D�a��j� ��	�Y��l̼nP�ǸA�~&´A��Q�L�5�̚5�fc¨Ae֦A6
*�
�٘0gИ�A4;�*���٘0dP��c��Ƅ�ʬ�l6&L4�`�΄��ʬ��l6&�Tfmd�1a��2k� ��	���i� �&lTfMd�1a��2k� ��	k�Yc�lL�*h�s� ��	;�Y3�lL)���(�fc�BAe�@A6�	�\'�fg�6Ae�4A6�	*�v	�٘�J��ѷ��j�&����޶'	�/�w���#����}����_�o���5a;o��㜎i��w	<���w����޻���u�����x��O�%�s�.q�!�w�������?N�ܩ��������N�8�r�n�o���/,���aTsc�a�;��=�ɽP7����zl��8�r�n���{�m�ژ0�ѩ��n���F#�܈�G7:�X���1aw�Skx�N��N��
�;5�oTn�od�3a��Sk��N�
�N��;5�pt���?a���)��^�0��ɵ�r��G'� ȝ
+��\� w*�rT�9ˑ��9:��9@�T�������Sa���k��N���J>':�|��HG'�Jȝ
+;�\C w*Lutrmu�ܩ��Q��\G�/T���Z���Sa���k��N�َN���;�;*�����
+��\� w*�wtr
x�ܩ0��ɵ�r�ŠG%�3Y�Paȣ�k��N�-�N�1�;�<:��<@�TX���s�#�*�ztr�z�ܩ����5�r�´G'׶ȝ
+��|�{d�B���N���;6>:�F>@�T��������Sa飑?M}D�J���N���;�>:�?@�T��������Sa����ُ,_�y��s��P�?:��?��T��������S�H��HV;F@:�V@��T����S�H�[ �6&��T�9��A:�A@�Լ	ҹ�(��	� �Z� �v*,�T�9
��5��t�jc�>H��@��
+!�\! w*��T�9���B:��B@�T�
+���Sa.��k/�N�ŐJ>'C�|��hH'�jȝ
+�!�\�! w*L�trm��ܩ�R��|H�/T��Z�SaC��kD�N��N��;�D*����
+c"�\k" w*�tr
��ܩ0)�ɵ)r�ªH%��"Y�PaX��kY�N�m�N�q�;�E:��E@�TXi�O#Q�Rad��ke�N���N���;�F:��F@�TX��sn$�*�tr-��ܩ�9��5:r���H'��ȝ
+�#�|N�d�B��N���;�G:�H@�T� ��� �Sa�����,_�0D�ɵDr��I'�	ȝ��H:��#�1a��R�I��^�0J�ɵJr��]�N�&�g"L�tbm��ک�NR��<I�/�<Pҹ�B	��	%�Z#%�v*̔tr픀ܩy��rk�$��	c%�Zk%�v*�tr
��ܩy��s��PVK*��-��
+�%�\�% w*l�tr���ܩ0_�ɵ_r�‚I%�&Y�PaĤ�k��N��N�!�;�L:��L@�TX3��s�$�*�tr-��ܩ�i��5jr�¬I'׮	ȝ
+�&��i�$�W*��tr���ܩ�o��5pr���I'��	ȝ
++'�|Μd�B���N���;�N:��N@�T�;���;�Sa��ɓ,_�0z�ɵzr���I'��	ȝ
+�'q���>��'���O�-�''�?9���9�i�d����1�������#�ӧ��?�^v��oT�/q��t��,����>���^��Q�ԍ�1�R���K�/T~��~�Sa���k��N��/�{��ژ0�R���Kv/T~��~�S��K��/�6&�tj
��۩0��ȟ�_�|����=�_@mL~��~�Sa���k��N��/�[�/Y�L~��~�Sa���k��N��/��1���D~��s�%�*�tr
��ܩ0���5�r���K'��ȝ
+�/�|�d�B��N���;�_:��_@�T~��~�Sa�����,_�0���5�r���K'��ȝ
+�/�\�/ w*�T�9����_:��_@�T~��~�Sa���k��N��J>�_�|���K'��ȝ
 �/�\�/ w*�tr
��ܩ0�R���K�/T~��~�Sa���k��N��N���;�_*�~��
-�/�\�/ w*�tr
��ܩ0���5�r���K%��/Y�Pa���k��N��N���;�_:��_@�T~��s�%�*�tr
��ܩ0���5�r���K'��ȝ
+�/�\�/ w*�tr
��ܩ0���5�r���K%��/Y�Pa���k��N��N���;�_:��_@�T~i�O�/Q�Ra���k��N��N���;�_:��_@�T~��s�%�j~��c��Ƅ�N��p;�_:��_@��<�R�5���΄�N��p;�_:��_@��<�ҹ����	�/�z�d�B��N���;5�t�1�jc��K�����
+�/�|�d�B��/�{��ژ0�ҩ5�n���K'��ȝ
 �/�|�d�B��N���;�_:��_@�T~��~�Sa�����,_�0���5�r���K'��ȝ
-�/�\�/ w*�4��(_�0���5�r���K'��ȝ
-�/�\�/ w*�T�9���5�t�1�jc��K�����
+�/�\�/ w*�T�9����_:��_@�T~��~�Sa���k��N��J>�_�|���K'��ȝ
+�/�\�/ w*�tr
��ܩ0�R���K�/T~��~�Sa���k��N��N���;�_���K��T~��~�Sa���k��N��N���;�_*�~��
+�/�\�/ w*�tr
��ܩ0���5�r���K%��/Y�Pa���k��N��N���;�_:��_@�T~��s�%�*�tr
��ܩ0���5�r����=�_@mL~��s�%�*�tr
��ܩq��S?�_@���/�X�/�v*�T�9���5�t�1�jc��K�����
 �/�\�/ wj~��~�jg��K�����
-�/�\�/ wj~��c��Ƅ�J=�_�{���K'��ȝ��_:�~�1a��Sk��N��J>�_�|����=�_@mL~��~�Sa���k��N��J>�_�|���K'��ȝ
+�/�\�/ wj~��c��Ƅ�J=�_�{���K'��ȝ
 �/�\�/ w*�tr
��ܩ0�R���K�/T~��~�Sa���k��N��N���;�_*�~��
-�/�\�/ w*�tr
��ܩ0���5�r���K%��/Y�Pa���k��N��N���;�_:��_@�T~��s�%�*�tr
��ܩ0���5�r���K'��ȝ
-�/��i�%�W*�tr
��ܩ0���5�r���K'��ȝ
-�/�|�d�B��N���;�_:��_@�T~��~�Sa�����,_�0���5�r���K'��ȝ
-�/�\�/ w*�T�9����_:��_@�T~��~�S��K��/�6&�T�9����_:��_@��8�ҩ�/ �L��N��P;�_*�~�򅚇_:�~�1a��Sk��N��N���;5�Tn
�d�3a��Sk��N��N���;5�t�1�jc��K���/ٽPa���k��N��N���;�_:��_@�T~��s�%�*�tr
��ܩ0���5�r���K'��ȝ
-�/�|�d�B��N���;�_:��_@�T~��~�Sa���?
�D�J��N���;�_:��_@�T~��~�Sa�����,_�0���5�r���K'��ȝ
-�/�\�/ w*�T�9����_:��_@�T~��~�Sa�%.�t�/pAc����no��/�~w|?ݯ��Ú8�r:�N�����?���x�X=xө�ٗ�~����������Gx����t~Q��鴿n�̧�0^�
�/9Ć/.(ņ w*Ć�|ƆY�P!6��
A�T�
;�bC�;b�N���N�ذ���0�*Ć�\�!ȝ
+�/�\�/ w*�tr
��ܩ0���5�r���K#~��
+�/�\�/ w*�tr
��ܩ0���5�r���K%��/Y�Pa���k��N��N���;�_:��_@�T~��s�%�*�tr
��ܩ0���5�r���K\.�_����������/�~w|?ݯ��Ú8�r:�N�����?���x�X=xө�ٗ�~����������Gx����t~Q��鴿n�̧�0^�
�/9Ć/.(ņ w*Ć�|ƆY�P!6��
A�T�
;�bC�;b�N���N�ذ���0�*Ć�\�!ȝ
 �a'Wlr�Bl���ܩV�f�B�ذ�+6�S!6��
A�T�
;�bC�;b�J>c�,_�vrņ w*Ć�\�!ȝ
 �a'Wlr�BlX�gl��b�N���N�ذ�+6�S!6��
A�T�
�Sl�+b�N���N�ذ�+6�S!6��
A�T�
+��
�|��ذs���ƄذS+6�S!6��
A��VnņY�L�
;�bCp;b�N���Nͱa��!��	�a���av/T�
;�bC�;5dž�{Ć�6&Ć�Z�!��
 �a%��a�/�v��ژvjņ�v*Ć�\�!ȝ
@@ -7122,7 +7301,7 @@ E@
 �H'W(r�B(�ȟB�(_��tr�" w*�"�\�ȝ
 �H'W(r�B(R�g(��B�N�P�N�P��+�S!��
 E@�TE*�E�|�B(����ܩ�tr�" w*�"!chC���<_P
-E���E����#��_�>�<u���r�����}��������1�z�"#��|��%���w��=�_���y���O������$��t���-O�vy��^^�˄��(w���;��?Z��Q��
�m�~ڟ[��4ʝ�Z~�?��a_��i�/�
����m�Q��
�����m�Q��
��鼝���8�r���_��������4������ΧV�8�r�n�/������q�Nݐ�v�˥���(w�k���t������$_����9���>N�ܩ���9ޮ��q�Nݐߟ�὾��(w�k���to�m�I�P7����ko�8�r�n��O�m���q�Nݐ�v�����aT�����ۡ���4�����^��=�Q��
�ew��Qm�
��ɜO�=�F�S_��o�Gs:;�N�|�n���xi�_�ژ���9\���q�Nݐ�����V�8�r�������)�0���a>�.��q���v�������{>N�ܩ���R���΢�3������o�
�I�P7���rٷ7|�F�S7���r޿���i�;uC~6�C}��Q���������m�I�P7���s8��}�F�S7����?��}�F�S7����v>���i�;u�����������4����;�?}l��(w���n�R>�xOr��7ޗ���{�;5���� _�����|���N�o�/���$wj~�})o�'�S��;��x��x_���I�����R>�xOr��7ޗ���{�;5���� _�����|���N�o�/���$wj~�})Cf$wj2��2�B�Cf�|��ܩyȬ��!3�;5���1dFr��!�N�!3�/�<dV�ǐɝ���J�2#�S�Y)Cf$wj2��s�,�Wj2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur
��|��!���2#�1�Y�Cf�vj2+�cȌ�N�Cf�{��ڙyȬT�!3r;5���1dFr��!���2#�1�Y�֐�j2+�cȌ�N�Cf��1dFjc�!�R=�����<d��5d���J�cȌ���Cf�z��۩yȬ��!3�;5�ur
��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y'א�j2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur
��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y'א�j2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur
��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y%�CfY�R�Y)Cf$wj2+�cȌ�N�Cf�|��ܩyȬ�k��5���1dFr��!�R>��H��<dV�ǐɝ���:���@�P�Y)Cf$wj2+�cȌ�N�Cf�|��ܩyȬ�k��5���1dFr��!�R>��H��8dV�Cf�6f2��2�B�Cf�|��ܩiȬT2#�gb2+�cȌ�N�Cf�\Cf _�qȬt?��Hm�<dV�ǐ�����J�2#�S�Y�Cf�vf2+�cȌ�N�Cf�|��ܩqȬt?��Hm�<d֩5d��J�2#�S�Y)Cf$wj2+�cȌ�N�Cf�\Cf _�yȬ��!3�;5���1dFr��!�R>��H��<d��5d򅚇�J�2#�S�Y)Cf$wj2+�cȌ�N�Cf�|�e�J�Cf�|��ܩyȬ��!3�;5���1dFr��!�N�!3�/�<dV�ǐɝ���J�2#�S�Y)Cf$wj2��2�B�Cf�|��ܩyȬ��!3�;5��=�rȌ.�q�����Cf銖!����<d6N=�̎�!����~�x��2�tW>�	剾޻��_�6���T��9-�|�aZ���i)�;��:���@�T����sZ*�*LKurMK�ܩ0-��5-r�´T'״ȝ
+E���E����#��_�>�<u���r�����}��������1�z�"#��|��%���w��=�_���y���O������$��t���-O�vy��^^�˄��(w���;��?Z��Q��
�m�~ڟ[��4ʝ�Z~�?��a_��i�/�
����m�Q��
�����m�Q��
��鼝���8�r���_��������4������ΧV�8�r�n�/������q�Nݐ�v�˥���(w�k���t������$_����9���>N�ܩ���9ޮ��q�Nݐߟ�὾��(w�k���to�m�I�P7����ko�8�r�n��O�m���q�Nݐ�v�����aT�����ۡ���4�����^��=�Q��
�ew��Qm�
��ɜO�=�F�S_��o�Gs:;�N�|�n���xi�_�ژ���9\���q�Nݐ�����V�8�r�������)�0���a>�.��q���v�������{>N�ܩ���R���΢�3������o�
�I�P7���rٷ7|�F�S7���r޿���i�;uC~6�C}��Q���������m�I�P7���s8��}�F�S7����?��}�F�S7����v>���i�;u�����������4����;�?}l��(w���n�R>�xOr��7ޗ���{�;5���� _�����|���N�o�/���$wj~�})o�'�S��;��x��x_���I�����R>�xOr��7ޗ���{�;5���� _�����|���N�o�/���$wj~�})Cf$wj2��2�B�Cf�|��ܩyȬ��!3�;5���1dFr��!�N�!3�/�<dV�ǐɝ���J�2#�S�Y)Cf$wj2��s�,�Wj2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur
��|��!���2#�1�Y�Cf�vj2+�cȌ�N�Cf�{��ڙyȬT�!3r;5���1dFr��!���2#�1�Y�֐�j2+�cȌ�N�Cf��1dFjc�!�R=�����<d��5d���J�cȌ���Cf�z��۩yȬ��!3�;5�ur
��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y'א�j2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur
��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y'א�j2+�cȌ�N�Cf�|��ܩyȬ��!3�;5�ur
��|��!�R>��H��<dV�ǐɝ���J�2#�S�Y%�CfY�R�Y)Cf$wj2+�cȌ�N�Cf�|��ܩyȬ�k��5���1dFr��!�R>��H��<dV�ǐɝ���:���@�P�Y)Cf$wj2+�cȌ�N�Cf�|��ܩyȬ�k��5���1dFr��!�R>��H��8dV�Cf�6f2��2�B�Cf�|��ܩiȬT2#�gb2+�cȌ�N�Cf�\Cf _�qȬt?��Hm�<dV�ǐ�����J�2#�S�Y�Cf�vf2+�cȌ�N�Cf�|��ܩqȬt?��Hm�<d֩5d��J�2#�S�Y)Cf$wj2+�cȌ�N�Cf�\Cf _�yȬ��!3�;5���1dFr��!�R>��H��<d��5d򅚇�J�2#�S�Y)Cf$wj2+�cȌ�N�Cf�|�e�J�Cf�|��ܩyȬ��!3�;5���1dFr��!�N�!3�/�<dV�ǐɝ���J�2#�S�Y)Cf$wj2��2�B�Cf�|��ܩyȬ��!3�;5��=�rȌ.�q����Cf銖!����<d6N=�̎�!����~�x��2�tW>�	剾޻��_�6���T��9-�|�aZ���i)�;��:���@�T����sZ*�*LKurMK�ܩ0-��5-r�´T'״ȝ
 �R�|NKe�B�i�N�i)�;��:���@�T���䚖�SaZ���i�,_�0-��5-r�´T'״ȝ���:����1aZ�R�i��^�0-��5-r��i��=��@mL���Ԛ��SaZ��?MKE�J��R�{LK�ژ0-թ5-n�´T'״ȝ���*����ڙ0-թ5-n�´T'״ȝ��:�cZ
 ğ�0-U��TV/T���䚖�SaZ��kZ
 �N�i�N�i)�;��*�����
@@ -7163,7 +7342,7 @@ E
 ��\� w*cT�9����1:��1@�T������Sa��k�N�a�J>�1�|��0F'�0ȝ
 ��\� w*ctr
c�ܩ0��ȟ�1�|��0F'�0ȝ
 ��\� w*ctr
c�ܩ0�Q��0F�/T������Sa��k�N�a�N�a�;�1*����
-��\� w*ctr
c�ܩ0���a��1��|A���0F�����	����+,c�cZ�8<�1��������o����ǿ��˫|�x��P�I�����Wi^�ͧ�9^�L���8$�/.(%� w*$͝\I3ȝ
+��\� w*ctr
c�ܩ0���a��1��|A���0F�����	����+,c�cZ�8<�1��������o����ǿ��˫|�x��P�I�����Wi^�ͧ�9^�L���8$�/.(%� w*$͝\I3ȝ
 Is%�Is�/TH�;��f�;��N���N����+i�S!i��3i��
 Is'W�r�B��ɕ4�ܩ�4wr%� w*$͕|&�Y�P!i��J�A�TH�;��f�;��N���N����Ϥ9�*$͝\I3ȝ
 Is'W�r�B��ɕ4�ܩ�4W�4g�B����+i�S!i��J�A�TH�;��f�;��J>��,_��4wr%� w*$͝\I3ȝ
@@ -7189,7 +7368,7 @@ Es'W
 Es'W�r�B�\�gќ���N���N�����h�S�h��*�A�T(�+�,��|�B���U4�ܩP4wr� w*͝\E3ȝ
 Es%�Es�/T(�;��f�;��N���N�Es�E3��	Es��Esv/T(�;��f�;5͝�Q4��3��N���N����Ϣ9�j.�;�(�AmL(�;��fp;��N���N�Es�Vќ�΄��S�h�S�h��*�A��\4w�Q4�ژP4W�Y4g�B�����h�S�h��*�A�T(�;��f�;��J>��,_�P4wr� w*͝\E3ȝ
 Es'W�r�B�\�gќ���N���N�����h�S�h��*�A�T(��S��+��N���N�����h�S�h��*�A�T(�+�,��|�B���U4�ܩP4wr� w*͝\E3ȝ
-Es%�Es�/T(�;��f�;��N���N��9D�m�4�������pE�|�y��W*���̢��(�����o��������~���O�����㟿��O/����H�ܗw�~k.[��,N��8}��������N�ⴒ��4�*��\�)ȝ
+Es%�Es�/T(�;��f�;��N���N��9D�m�4��������pE�|�y��W*���̢��(�����o��������~���O�����㟿��O/����H�ܗw�~k.[��,N��8}��������N�ⴒ��4�*��\�)ȝ
 �i'Wq
 r�Bq��U��ܩP�V�Y�f�B�ⴓ�8�S�8��*NA�T(N;��S�;��J>��,_�P�vr� w*��\�)ȝ
 �i'Wq
@@ -7224,7 +7403,7 @@ r
 �3�\�3 w*��T�9?���g:��g@�T���䚟�Sa~��k~�N���J>�g�|���L'��ȝ
 �3�\�3 w*��tr�πܩ0?�ȟ�g�|���L'��ȝ
 �3�\�3 w*��tr�πܩ0?S���L�/T���䚟�Sa~��k~�N���N���;�g*�����
-�3�\�3 w*��tr�πܩ0?fS����1?�|A����L��߾(r<}|d�u~����������K���l��e�qL����?M�|����~��e�����?Sx֬7q��k{�N�]>��,_��}���/���|=����/��$_���>N)�;$wj^�)�cu��Nͫ;�|��ܩyu��ku�5���Cr��՝R>VwH�Ը�S��;�6f^���Z��Bͫ;�|��ܩqu�t?VwHm̼�S������Ww*�\���WwJ�cu���̫;�z��۩yu�����;5��tjg�՝R=Vw��Լ�S���ɝ�VwJ���&�՝N��P/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝J>Ww�|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j\�)ݏ�R3��걺Cn��՝R>VwH�Ը�ӹ�����WwJ�X�!�S��N)�;$wj\�)ݏ�R3��tj��{��՝R>VwH�Ը�S��;�6f^�)�cu��Nͫ;�\�; _�qu�t?VwHm̼�S������WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��tr��|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��tr��|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��T򹺓�+5���Cr��՝R>VwH�Լ�S���ɝ�Ww:�Vw@�P��N)�;$wj^�)�cu��Nͫ;�|��ܩyu��ku�5���Cr��՝R>VwH�Լ�S���ɝ�Ww:�Vw@�P��N)�;$wj^�)�cu��N��;����Cjc�՝N��p/Լ�S���ɝ�VwJ���&�՝R<VwH�Լ��ɵ��WwJ�cu���̫;�z��۩yu�����;5��tjg�՝R=Vw��Լ�S���ɝWwJ�cu���̫;�Z�;�^�yu�����;5���Cr��՝R>VwH�Լ��ɵ��WwJ�X�!�S��N)�;$wj^�)�cu��Nͫ;�\�; _�yu�����;5���Cr��՝R>VwH�Լ�S���N��Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N��Vw��>]PX�IW�����rv^ݹww�VwƩ��;�����}�����������~��?��v�Z��}
+�3�\�3 w*��tr�πܩ0?fS����1?�|A����L��߾(r<}|d�u~����������K���l��e�qL����?M�|����~��e�����?Sx֬7q��k{�N�]>��,_��}���/���|=����/��$_���>N)�;$wj^�)�cu��Nͫ;�|��ܩyu��ku�5���Cr��՝R>VwH�Ը�S��;�6f^���Z��Bͫ;�|��ܩqu�t?VwHm̼�S������Ww*�\���WwJ�cu���̫;�z��۩yu�����;5��tjg�՝R=Vw��Լ�S���ɝ�VwJ���&�՝N��P/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝J>Ww�|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j\�)ݏ�R3��걺Cn��՝R>VwH�Ը�ӹ�����WwJ�X�!�S��N)�;$wj\�)ݏ�R3��tj��{��՝R>VwH�Ը�S��;�6f^�)�cu��Nͫ;�\�; _�qu�t?VwHm̼�S������WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��tr��|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��tr��|��՝R>VwH�Լ�S���ɝ�WwJ�X�!�S��N'���j^�)�cu��Nͫ;�|��ܩyu�����;5��T򹺓�+5���Cr��՝R>VwH�Լ�S���ɝ�Ww:�Vw@�P��N)�;$wj^�)�cu��Nͫ;�|��ܩyu��ku�5���Cr��՝R>VwH�Լ�S���ɝ�Ww:�Vw@�P��N)�;$wj^�)�cu��N��;����Cjc�՝N��p/Լ�S���ɝ�VwJ���&�՝R<VwH�Լ��ɵ��WwJ�cu���̫;�z��۩yu�����;5��tjg�՝R=Vw��Լ�S���ɝWwJ�cu���̫;�Z�;�^�yu�����;5���Cr��՝R>VwH�Լ��ɵ��WwJ�X�!�S��N)�;$wj^�)�cu��Nͫ;�\�; _�yu�����;5���Cr��՝R>VwH�Լ�S���N��Լ�S���ɝ�WwJ�X�!�S��N)�;$wj^���Z��Bͫ;�|��ܩyu�����;5���Cr��՝N���/Լ�S���ɝ�WwJ�X�!�S��N��Vw��>]PX�IW�����rv^ݹww�VwƩ��;�����}�����������~��?��v�Z��}
 O����o�[�t���?_v�_\N
 ���T�;�z�;5���Ѓ�3�J<��^��wr� w*��\=ȝ
 }'W@r�B@_�g@���N���N����+��S!���
@@ -7278,7 +7457,7 @@ YT
 �B'W��r��h�s�h�Ƅh�R�h!�*D�\�ȝ
 �B'W��r�B���-�ܩ-T�-d�B�h��+Z��S!Z��@�T�:���;��J>��,_�-trE w*D�\�ȝ
 �B'W��r�B��ȟ��(_�-trE w*D�\�ȝ
-�B'W��r�B�P�g�����N�h�N�h��+Z��S!Z��@�T�*���|�B���-�ܩ-trE w*D����h.hD����pE��\N���x�f�qj$�G���������׺�޾���_���u}��/�7�o��o����X���e�m.������_���CǞ�w���������b^���l�
�e�v���2?�٘���|�����a2��|&�_{�8fgn�����^��q����0ߟ����0���a�?��[{���l̍�ݟ�a_��q���0�W8Uf�*��	o���z)T6^	U��F�l6&��1��AE�3�eP�Y��fc›�*�^��Ƅ�@Uf�*��	�j��P��LxTe����٘���ʬ�2��	eeVD��Ƅ��1ς2��	�deV>��Ƅx�2���fcB9Y�Nf�1!�,�O�d2/Lh&+���l6&��Y�d6j�ʬX2��	�dc��d4;3w��xd�����d�U#��ƄB�2+��fc�<����^#BYy�Ff�1!����"�٘����#����DH"�,"�ؙ�CVf��l�CV��Bf�g"���W!d2��<+�hvfn +�H ��3�ʫ�1��	�ceV���Ƅ��1��1��	�ceV���Ƅ�2�y�fcB�X�<f�1!wl̳v�fgB�X��:f�1!t����٘P9VfE��lLH�,�ٙ�7Vf��lL�+���l6&���Yac6���<��hv&4��YIc6��ʬ�1��	5ceV̘�Ƅ��1ϒ1��	ceVƘ�Ƅ��2�a�fcB�X�0f�1!_,�O�b2/Lh+���l6&���Y�b6��ʬh1��	�bc��b4;z�ʬ\1��	�beV���ƄR�2+T�fcB�ؘg��΄F�2+Q�fcB�X��'f�1�N�̊�٘�&6�Y&F�3�K����٘%Vf5��l�\$V�$f�g"䈍wֈQ�Lh+�R�l6f+�C��O<�+�"��5&$��y�����V�f�g"ć�W�a��ʬ�0�����F��0z��a�Ur��Ƅ�2�7�fc�ڰ��0{?!5l��4�bgBgX��f�1!2��j�٘PVf��lL���ٙ�Vf���lL+���l6&T��YQa6���<��hv&�Y9a6b�ʬ�0��	%aeVH��Ƅ��0?U�ɼ0�!��J�٘Vf���lL�+���l6&���y����L�+���l6&D��Y�`6��ʬ`0��	�`c��`4;Z�ʬT0��	�`eV'��ƄJp�_k#�|5�|���e;ܾ���<�w���B��86��n
�����n���������<�u������o/B���Ƿ?^�y�������
+�B'W��r�B�P�g�����N�h�N�h��+Z��S!Z��@�T�*���|�B���-�ܩ-trE w*D����h.hD����pE��\N���x�f�qj$�G���������׺�޾���_���u}��/�7�o��o����X���e�m.������_���CǞ�w���������b^���l�
�e�v���2?�٘���|�����a2��|&�_{�8fgn�����^��q����0ߟ����0���a�?��[{���l̍�ݟ�a_��q���0�W8Uf�*��	o���z)T6^	U��F�l6&��1��AE�3�eP�Y��fc›�*�^��Ƅ�@Uf�*��	�j��P��LxTe����٘���ʬ�2��	eeVD��Ƅ��1ς2��	�deV>��Ƅx�2���fcB9Y�Nf�1!�,�O�d2/Lh&+���l6&��Y�d6j�ʬX2��	�dc��d4;3w��xd�����d�U#��ƄB�2+��fc�<����^#BYy�Ff�1!����"�٘����#����DH"�,"�ؙ�CVf��l�CV��Bf�g"���W!d2��<+�hvfn +�H ��3�ʫ�1��	�ceV���Ƅ��1��1��	�ceV���Ƅ�2�y�fcB�X�<f�1!wl̳v�fgB�X��:f�1!t����٘P9VfE��lLH�,�ٙ�7Vf��lL�+���l6&���Yac6���<��hv&4��YIc6��ʬ�1��	5ceV̘�Ƅ��1ϒ1��	ceVƘ�Ƅ��2�a�fcB�X�0f�1!_,�O�b2/Lh+���l6&���Y�b6��ʬh1��	�bc��b4;z�ʬ\1��	�beV���ƄR�2+T�fcB�ؘg��΄F�2+Q�fcB�X��'f�1�N�̊�٘�&6�Y&F�3�K����٘%Vf5��l�\$V�$f�g"䈍wֈQ�Lh+�R�l6f+�C��O<�+�"��5&$��y�����V�f�g"ć�W�a��ʬ�0�����F��0z��a�Ur��Ƅ�2�7�fc�ڰ��0{?!5l��4�bgBgX��f�1!2��j�٘PVf��lL���ٙ�Vf���lL+���l6&T��YQa6���<��hv&�Y9a6b�ʬ�0��	%aeVH��Ƅ��0?U�ɼ0�!��J�٘Vf���lL�+���l6&���y����L�+���l6&D��Y�`6��ʬ`0��	�`c��`4;Z�ʬT0��	�`eV'��ƄJp�_k#�|5�|���u;ܾ���<�w���B��86��n
�����n���������<�u������o/B���Ƿ?^�y�������
 δ(��f[��
 qыJuȝ
 }Q'W`r�Bb����ܩPU�e�B�Ш��4�S�5�䊍@�Tȍ:�z#�;��J>��,_�urUG w*tG�\�ȝ
@@ -7297,80 +7476,58 @@ YT'Wr
 mU'W\r�B^���W�ܩPXU�Xe�B�Ȫ����S����
 �@�TH�:�Z+�;j�J>s�,_�\urW w*4W�\�ȝ
 �U'Wwr�By�ȟҫ(_�_ur�W w*�W�\ȝ
-	V'W�r�B�U�g���B�N��N���+��S!����@�T(�*�L��|�B���Ue�ܩ�eur�Y w*�Y�j�,��g=_���]g�+Z�3�Y���۞�ql�Y�G��/1��?�������n��v�쎧�?`x2�xi�GI��b�o���ۇ��u��ůߴ~�����g�/.h���$_����r��;�?N�ܩ��n������i�;uC~�ѷ���;��4ʝ��޺�F�J>_��^����@�;�����@�;^����@�;�X��+�|��K;��r��{;�^r�«;��r���+�l|�|�B������ܩ��vr5� w*4��\�/ȝ
+	V'W�r�B�U�g���B�N��N���+��S!����@�T(�*�L��|�B���Ue�ܩ�eur�Y w*�Y�j�,��g=_���]g�+Z�3�Y���۞�ql�Y�G��/1��?�������n��v�쎧�?`x2�xi�GI��b�o���ۇ��u��ůߴ~�����g�/.h���$_����r��;�?N�ܩ��n������i�;uC~�ѷ���;��4ʝ��޺�F�J>_��^����@�;�����@�;^����@�;�X��+�|��K;��r��{;�^r�«;��r���+�l|�|�B������ܩ��vr5� w*4��\�/ȝ
 �o%��o�/Th|;�_�;�N���N�Ʒ����S������
 �o'W�r�B������ܩ��vr5� w*4��|6�Y�P����j|A�Th|;�_�;�N���N�Ʒ�?5�Q�R����j|A�Th|;�_�;�N���N�Ʒ���7�jn|;�h|AmLh|;�_p;�N���N͍o�V��΄ƷS���S����j|A����v����ژ��V���f�B�Ʒ����Ss�۹G�jcB�۩���۩��V���f�B͍o��/��	�o�V�n�B������ܩ��V���f�B�Ʒ����S����j|A�Th|;�_�;�J>�,_���vr5� w*4��\�/ȝ
 �o'W�r�B�[�g���N���N�Ʒ����S����j|A�Th|+�l|�|�B������ܩ��vr5� w*4��\�/ȝ
 �o%��o�/Th|;�_�;�N���N�Ʒ����S��m�O�o��Th|;�_�;�N���N�Ʒ����S������
 �o'W�r�B������ܩ��vr5� w*4��|6�Y�P����j|A�Th|;�_�;�N���N�Ʒ���7�*4��\�/ȝ
-�o'W�r��Ʒs���ƄƷR��7�*4��\�/ȝ�N�h|A���o'V�j�����_s�ם����Kk� H컱{f�#f":�ݻ7}S��RŔ�4U%��W������'������=O��mJ�e:�>;�_RsǷ�G�h˄�oG����BǷ����SsǷ���ʹgBǷ����S��������٣��eBǷ�g�7�K*t|;\_�=:���/��
+�o'W�r��Ʒs���ƄƷR��7�*4��\�/ȝ�N�h|A���o'V�j�����]s�gz����;'-El�	�A�M�g61�ضwO|R�h�b��4U��˧_Pĝ7�7���"�d��y�?�/�pe:�>;�_RsǷ�G�h˄�oG����BǷ����SsǷ���ʹgBǷ����S��������٣��eBǷ�g�7�K*t|;\_�=:���/��
 �W�pO��o�ώoƗT��v�:��{*t|;\_�=:���/��
 �
 �ߌ/����pu|�T��v�:��{*t|;\_�=:�
~����
 �W�pO��o�����BǷ����S��[���%:���/��
 �W�pO��o�����BǷ�g�7�K*t|;\_�=:���/��
-�PEm;���F�����oxE��+���w|8=P�w<6:��K��ϟ>����폿|~��Ǘ�O�����?|x��Ͼ~z�������������5��Ͽ�����˷5��w��ݏO������]���+�����h�:މ�y�s��;o��t�����N��xpO��
-��;_R�x��u�����N��xpO������
-�;>�w2����N��xpO������
+�PEm;���F�����oxE��+���w|8=P�w<6:��K��ϟ>����폿|~��Ǘ�՟~��?�����}���?������_/���._���_�>�����o.���?�}��w?>��*���c~w�jׯhܟ�����x'������8������
 �;���=�w*|�d|I������
 �;���=�w:\�;�{*�T�<����
-�;���=�w:\�;�{*�t��w��T8�i�㝈��p���:��S�x��u�����N��xpO��
-��;_R�x��u�����N��xpO������
+�;���=�w:\�;�{*�t��w��T8ީ�y���%�w:\�;�{*�t��w��T8��p���p�S��x'�K*�t��w��T8��p���p���:��S�x����w"����N��xpO������
+�;���=�w*|�d|I������
+�;���=�w:\�;�{*�T�<����
+�;���=�w:\�;�{*�t��w��T8ީ�y���%�w:\�;�{*�t��w���|����xh˄㝊��;�^R�x��u����㝎����:�w:X�;@{*�T�<������w:{��m�p���:��S�x��u��������N�=�w:Z�;`{*�t��w���|����xh˄㝊��;�^R�x��u�����N��xpO������
 �;>�w2����N��xpO������
 �;���=�w*|�d|I������
-�;���=5�t�8��2�x����N��T8��p����x��/�;��N����О
-�;>�w2������;@[&�t��w��T8��p����x��u��iτ㝎��؞
-�;���=5�t�8��2�x����N��T8��p���p���:��S�x��u�����N��㝌/�p���:��S�x��u�����N��xpO��
-��;_R�x��u�����N��xpO������
-�;
~u��5�w:\�;�{*�t��w��T8��p���p�S��x'�K*�t��w��T8��p���p���:��S�x����NƗT8��p���p���:��S�x'܋��;������:=n�W���9�=�f��w���v�{�[��˯�o���z9�9\w�i��>��o�������>�������O�>���׷v����o��/⍩��ۭ��9��z��d{����_R�s��9g�=5�9���s&�S�s��9g�=5�9w��_R�s��9g�=5�9���s&�S�s��9g�=5�9w��_R�s��9g�=5�9���s&�S�s��9g�=5�9w��_R�s��9g�=5�9���s&�S�s��9g�=5�9W��s�����K|�9�yι�ǜ3រ�K|�9�yι�5����K�2�L�e�9�s�d{j�s.�1�L���9��s�@{f�s.�1�L���9�s΄{j�s.�˜3і��;Zs�`/�yι�ǜ3��K�2�L�e�9�s�d{j�s�p�9���9�Ҿ�9m�yι�ǜ3ٞ��K|�9�yι�5�����K|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍�W#�%57�J|4����+��#�Ss#��G#�pO͍�
-�������V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��F�a�}i�m����j�����FX��Fរa%��#�ubn���h������j����FXi_aD[fn���h�����V�F���FXg�FО�a%=ad{jn���h�VڗFі�a�F�Kjn���h�V�F���FX��Fរa�F�Kjn���h�V�F���FX��Fរa�F�Kjn���h�V�F���FX��Fរa>a_Ss#��G#�pO͍��0�=57�J|4�����p5��_Rs#��G#�pO͍��0�=57�J|4�����p5��_Rs#��G#�pO͍��0�=57�R]�l���<���FXzE����{x8��^n���^awc���/_?���j��������w�:؟z��ǧ�����[%�����^��
-��w[�����#�Yf7���Qo��ԍ�S����F�Ѝ��ٍ���
+�;���=�w:\�;�{*�4���N��T8��p���p���:��S�x��u�����N��㝌/�p���:��S�x��u�����N��xpO��
+��;_R�x��u�����N��xpO��p/����;�/��f�x'��_������7�t�s������?<^~�~��������r��O��������O�������ϧ�z��������?���~oL�?�n���9����s�� �s�o��0�����K|�9�yι�ǜ3រ�K|�9�yι�5�����K|�9�yι�ǜ3រ�K|�9�yι�5�����K|�9�yι�ǜ3រ�K|�9�yι�5�����K|�9�yι�ǜ3រ�K|�9�yι��s���<�\�cΙpO�s�%>�	��<�\�cΙpO�s��9g���8�\ڗ9g�-3�9���s&�S�s��9g�=5�9w��s�3�sI�9g�=5�9���s&�S�si_有��<��њs{I�s�%>�	��8�\ڗ9g�-3�9���s&�S�s�k��%5�9��eΙh��s�%=����<�\�cΙpO�s��9g���<�\�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�u�a�/��V�F���FX��Fរa%>a�{jn�U�l�e|M͍��0�=57�J|4����+��#�Ss#���|I͍��0�=57�J|4����+��#�Ss#���|I͍��0�=57�J|4����+��#�Ss#���|I͍��0�=57�J|4����+�K#�h�̍��V#�%57�J|4����+�F��s#��G#�hO͍�W#�%56�J��#�2s#��G#�lO͍��0�=56�:{4€���+��#�Ss#��G#�pO���Ҿ4ˆ����h5��^Rs#��G#�pO͍��0�=57�J|4�����p5��_Rs#��G#�pO͍��0�=57�J|4�����p5��_Rs#��G#�pO͍��0�=57�J|4�����������a%>a�{jn���h�V�F���FX�����a%>a�{jn���h�V�F���FX�����a%>a�{jn���h���Je#�^��W/(4��+�͍�������?�r#l<���Sο|�����SC���O���?������ӻ�?>���w_�*a��x�B�V�~��j��t���2�Q��Ѝz��n��
+ݨW7
+pO�nT��nTƗT�Fu��Q�{*t�:\�(�=�Q�n��
+ݨ
+�ݨ�/�Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t����5�Q�n��
+ݨW7
+pO�nT����B7��g7*�Kj�Fu��Fm�Ѝ�hu���T�Fu��Q�{j�FU��Q��L�Fu��Q`{*t�:\�(�=5w�:{t���L�FU��Fe{I�nT�����nTg�nЖ	ݨ�V7
+lO�nT��nTƗ�܍��э�2����F���Ѝ�pu���T�FU��Fe|I�nT����B7��Ս�S����F�Ѝ��ٍ���
 ݨW7
 pO�nT����B7��Ս�S�U���%�Q�n��
 ݨW7
 pO�nT����B7��g7*�K*t�:\�(�=�Q�n��
 ݨW7
-pO�nT�_u�"��B7��Ս�S����F�Ѝ�pu���T�FU��Fe|I�ݨ��(�-�Q�n؞
-ݨW7
-pO�ݨ�V7*Ӟ	ݨ�V7
-lO�nT�����nTg�nЖ	ݨ��ݨl/�Ѝ�pu����܍��э�2����F���Ѝ��ٍ�����Q�=�Q@[&t�:Z�(�=�Q�n��
-ݨ
-�ݨ�/�Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t�*|v�2��B7��Ս�S����F�Ѝ�pu���T�FU��Fe|I�nT����B7��Ս�S����F�Ѝ��ٍ���
+pO�nT��nTƗT�Fu��Q�{*t�:\�(�=�Q�n��
+ݨ��FE|M�nT����B7��Ս�S����F�Ѝ��ٍ���
 ݨW7
-pO�nT����B7��Ս�S���Wݨ���Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t�*|v�2��B7��Ս�S����F�Ѝ�pu���T�FU��Fe|I�nT����B7��Ս�Ss7��G7
-h˄nTE�nT��T�Fu��Q�{j�Fu����D�Fu��Q@{*t�*|v�2���nTg�nЖ	ݨ�V7
-lO�nT�����nTe��iτnTG���B7��Ս�Ss7��G7
-h˄nTE�nT��T�Fu��Q�{*t�:\�(�=�Q�n��
-ݨ
-�ݨ�/�Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t����5�Q�n��
+pO�nT����B7��Ս�S�U���%�Q�n��
 ݨW7
-pO�nT����B7��g7*�K*t�:\�(�=�Q�n��
+pO�nT����B7��g7*�K*t�:\�(�=�Q�n����Q�=�Q@[&t�*zv����B7��Ս�Sc7��/�(�_'B7��Ս�S�U���%5w�:{t���L�Fu��Q`{*t�:\�(�=5w�*[ݨL{&t�:Z�(�=�Q�n����Q�=�Q@[&t�*zv����B7��Ս�S����F�Ѝ�pu���T�FU��Fe|I�nT����B7��Ս�S����F�Ѝ��ٍ���
 ݨW7
-pO�nT��nTƗT�Fu��Q�{*t�:\�(�=�Q���v���n��z�ow��+Z�Q�Ѝ:w�ۻ;�F��^�Q��n�?|�������?���~��o����__���������}�������7�>}��������/p�^�����Ont�^���g����?dh��R� �K*4
+pO�nT����B7��Ս�S���Wݨ���Ѝ�pu���T�Fu��Q�{*t�:\�(�=�Q>�Q_R����F�Ѝ�pu���T�Fu��Q�{*t�*|v�2��B7��Ս�S����F�Ѝ
+���/ht��_���v7*���uݨ�qw����n�x�u�F��ǯO�������G���{�����Z�?���|~����q�_~{���ӧ_���qw�?���|�3us��ɍ��KS�����Qp����7^Pjd|I�FA��Q���B����(��S�Q��j���(h�FA��Tht��{*4
 :\��=�F��
-��W��pO�FA�_5
-"��B����(��S�Q��j���(�p5
-��ThT�ld|I͍����-�F؞
-��W��pO͍��V� Ӟ	���V��lO�FA��Q����FAg�FЖ	������l/��(�p5
-����(���(��2�Q��j����(���(�����=@[&4
-:Z��=�F��
 ��
-����/��(�p5
-��Tht��{*4
-:\��=>_R�Q��j���(�p5
-��Tht��{*4
-*|6
-2��B����(��S�Q��j���(�p5
-��ThT�ld|I�FA��Q���B����(��S�Q��j���(���(���
-��W��pO�FA��Q���B����(��S�Q��W������(�p5
-��Tht��{*4
-:\��=>_R�Q��j���(�p5
-��Tht��{*4
-*|6
-2��B����(��S�Q��j���(�p5
-��ThT�ld|I�FA��Q���B����(��Ss���G��h˄FAE�FA��Tht��{jlt��Q���Dht�@{*4
-*|6
-2���FAg�FЖ	���V��lO�FA��Q����FAe�Q�iτFAG�Q���B����(��Ss���G��h˄FAE�FA��Tht��{*4
+����/��Q�٣Q��eB����(��S�Q��j�QP�jd�3�Q��j����(�p5
+����(���(��2�QPѳQ��%�F����=@[&4
+:Z��=>_Rs���G��h˄FAG�Q���B����(��S�QP�Q��%�F��
+��W��pO�FA��Q���B���g� �K*4
+:\��=�F��
+��W��pO�FA��FAƗTht��{*4
 :\��=�F��
 ��
 ����/��(�p5
@@ -7381,48 +7538,51 @@ pO
 ��W��pO�FA��Q���B���g� �K*4
 :\��=�F��
 ��W��pO�FA��FAƗTht��{*4
-:\��=᤽m�����x�n�W��iwwx��:}��~�x���_����������h�/��?}����{���������3�_�~���l���{w�=������ۭ��;No��7���$[�|:�����S%_&�2ߖO����f���a�=sC>��o�w{<L�en���;|���$[�|�=<ޖ�˳�N|�}��nO��[=�37�����P���a�-sC>�n�-��,��7������}�/l�oWjn�?����T�z8�K�|��<_�V�˳�N�`�?���C�^&�27��d�о՗�I�̷������w_��7����x*��a�-sC>������l��iwl��_%�U����~��)���0���!��}�>��I��
��Ӹ��G�|y�d�ܐ�?����ݾ<L�e�-�?�á|��� {�|����w{<L�en��ɯ��J�<L�en�����m)_&�2ߖ�����������aw:���x�d�ܐ��������l��iw|h����$[�����gr����y<�gn���]��z�d�ܐ�?��c�n��I��
��39ܴ���a�-s�KN�?��}�n��A��
y|l%_&�2�[e+Y_*�e˄���d}�l�-�O�����F�3��d+Y�%�e˄o��d}�l�-�F���-�Y�L��F�_!eτ/��d}l�-�=����Y�L���J�7�f�2a契��K�=&^*Y/Y�L�w�dͻd�2aܥ���e˄e�B�vI�	�.��U�,[&l�T�&]�l�0�R��sɲešK#�1�({f�r����׉��R��qɰeˆK%k�%˖�\X.ѵD�o�\��d�2a���5ݒe���-<v[��:V[w��D�3a����ؒe��{-<�Z��:�Z*W[-�LXji�9�e��3-<VZ��:6Z*W-�Lh�d��d�2a����8K�=�Y*Y�,Y�L�e�dͲd�2a����ɒe˄E�F��,Q�L�c�d��d�2a���5Œe˄!�J�K�-VXy��D�3a������e˄��J��J�-�W*Y�+Y�LX^i�9�eτٕJ��J�-6W*Y�+Y�L\�d��d�2am����J�=�V*YK+Y�L�Y�dͬd�2ad�����e˄��B�XI�	�*��u�,[&l�T��U�l�0�R��UɲeªJ#�Q�({&L�T�U�l���RɚSɲe˜J%kK%˖	K*�<�T��0�R�ZQɲe†J%kB%˖	*����,[&��4�O��g�tJ%k9%˖	�)��ٔ,[fM�ౙ��׉��Ҹs0%ž	s)����,[f�J���TJV_��PJ�j'%��	+)�<GR��y"���BJv_'�>J�j%Ö	�(��m�,[f^Fi`
�D�a�r���a˄M�J�$J�-3�T��C���DXCi�9�aτ)�J�J�-vP*Y3(Y�LA�dm�d�2a����J�=�O*Y�'Y�L�>�dM�d�2a����{�e˄ՓF��'Q�L�<�d-�d�2a裸5w�e˄��J��I�-�N
-�j�$�K&̜T�VN�l��qRɚ8ɲe��I%k�$˖	�&�<�M��0mR�Z6ɲe®I%k�$˖	�&��M�,[&,�4�4��gœI%k�$˖	[&��)�,[&�l�q�;&�Ռ��W�VL�_�o1���=�b��ؽfLn/3&���4������`������sߘ0y��?��i�U�/�幻�/n 8w����͗�~yqO��O������<���n���w����O��n�ca��5[���pM�k�pO���x
��
-�5>�k2��‚M�k�pO��׊
���wl:{��m�0eS�s�&�K*��t��l���<h��c�h˄M��֨
؞
-�6
~�k�55/�t����2aܦ��n��¾M�k�pO�7����L{&��t�fn��T��p-���q릣/c7��N���
-�{7�^Ra��5y����M�k�pO�ݛ��
��
-�7>�o2����M�k�pO�����
-8��=fp*|��d|I�%����
-c8�5�=�p:\�8�{*L�T������
-�8�Y�=�q:\�8�{*l�t��q��T�ǩ𹏓�%r:\9�{*��t�Vr��T���p
���0�S�s+'�K*��t��r��T��p-�������Sa6���nNƗTX��pM���0���Z��Sa?��5���„N��
��/�������SaH�õ���–N�kLpO�9���Ӊ��
-�:�I�=Fu:\�:�{*��t��u��T�֩𹭓�%5��t����2a`��������N�kdpO�3;����L{&,�t��v��T��p����yo����Ж	�;=7w�����N�kvpO��;�=�w��L���h����0�S�s'�Kj^���1��e�OGk�lO�����
-S<>�x2���O�k�pO�A��"��
-�<�Q�=fy*|��d|I�e��4��
-�<�u�=�y:\=�{*L�T������
-+=���=�z:\K=�{*l�t��z��T���ד�%{:\�=�{*��t�V{��T���p
���0�S�s�'�K*��t��{��T��p-�������SaƧ��v|"��’O�k�pO�1�ך��
-{>�A�=&}*|n�d|I�U�׬��
-�>�e�=�}:\�>�{*��T������
-?���=F~:\+?�{*��t��~��T�������%�~:\s?�{*�t���Լ���c�h˄ٟ���?�^Ra���5����񟎾����:�:X@@{*L�U�������W�:{��m�0��Z�Sa��5���9���P�=�:Z�@`{*�u�V���Լ��ch˄i����@�^Ra��5���@P�k!pO����H��
-3A>w�2���RP�k*pO����Z��
-{A�� �=&�*|ne|I�ՠ�l��
-�A�� �=��:\�A�{*�5��~P��TX�pM�0"��Z�SaG��5$��”P��-��/��&���SaP�õ(��¦P�kTpO�Y�
-��B_RaY��5-��¸P�k]pO�}�8��
�C�/(M�W��7�n/�6��ccc�p��ǧ������O/��/��oM"<�?������n�?��7rN�ת����
-�x9i��lO����T����
-*[S��L�*�hM���0U��*��S�TAG_�
-�~�S<�
-2���TA�k��pO����T��
-S���=�
-*|Nd|I����T��
-S���=�
-:\S�{*LT��*���
-S���=�
-:\S�{*Lt��
-��T�*��9U��%�
-:\S�{*Lt��
-��T�*�pM��0UP�s� �K*Lt��
-��T�*�pM��0U��*��Sa����TAƗT�*�pM��0U��*��Sa���5U����TA�ϩ��/�0U��*��Sa���5U����TA�k��pO���
+:\��=�F��
+��
+����/��(�p5
+��Tht��{jnt�h�m��(���(���
+��W��pO�����4
+�~���V��hO�FA��FAƗ��(���(��2�Q��j����(�p5
+����(�l5
+2��(�h5
+��Tht��{jnt�h�m��(���(���
+��W��pO�FA��Q���B����(��S�QP�Q��%�F��
+��W��pO�FA��Q���B���g� �K*4
+:\��=�F��
+��W��pO�FA�_5
+"��B����(��S�Q��j���(�p5
+��ThT�ld|I�FA��Q���B����(��S�Q��j���(���(���
+��W��pO�FA��Q���B� ����xA�Qp������n���?�N߶��?��������aw��"=6�����S�O��{�t�}x��r��K����m�������7�~y���w����W�|y�d�ܐO����x����$[���i�;���;y<�gn�����M�n��I��
��3�ٗ��x�d�ܐO����~y��׉o������|����{�|�=<ʷz<L�en������_�%�u�{�y�ߵo��a�-��J���r����
+Ygy�ܐ�?����
+~y��׉���q{|(���[�|���ڷ��0ɖ���?�@�?�n�˳�Z�{�O�x<L�en�����X���a�-sC>��;�룤��{ۼ���7��<�37��O�/���0ɖ�!����/�l���'rw۾ۗ�I�̷���gr8���xd�ܐ�?��C�n��I��
��3���[ɗ�I��
��3���-���$[����~w�x_���a�=sC>��O����l��qw��P���a�-sC>����}y�d�|[�?�L���P#��A��
��3�+��B�l���grx,���0ɖ�!�&���ݾ<L�en|���gr�/���0Ȟ�!�������$[&|�l%�Ke�l�𕲕�o�Ͳe���6��:�({&|�l%�d�l��M���/�Ͳe���V��E6˖	�!���+d�������Ͳe·�V��<6˖	_[����,[&��4�y��g��K%k�%˖	�.��y�,[&��T��]�l���R�W�.I^2a֥���e˄M�J֤K�-]*Y{.Y�LXsi�9�e��S.<�\��:v\*W3.�Lq�dm�d�2�Kk�%���-����[&l�T��[�l�y����nKv_'�jK��і{&L�T�[�l�y����\Kv_'�XK�j�%Ö	K-�<�Z��y����JKv_'�FK�j�%Ö	-��}�,[&��4�g��g�4K%k�%˖	�,��Y�,[&��T�6Y�l�����s�%ʞ	s,��5�,[&l�T��X�l�0�R��aɲe�
+K#��({&L�T�X�l���Rɚ_ɲe��J%k{%˖	�+�<�W��0�R�Z]ɲe��J%kr%˖	�+����,[&��4�[��g��J%ki%˖	;+����,[&��T�6V�l���R�W+I^2a^�����e˄m�JִJ�-�U*Y�*Y�LXUi�9�eτI�J֢J�-�T*Ys*Y�LS�dm�d�2aI���J�=fT*Y+*Y�L�P�dM�d�2a@�����e˄��F��)Q�L�N�d-�d�2a7��5��e�̣)<6S��:Sw�D�3a.�����eˌ[)�{�J��<J�T��d�2a%���HJ�=3O�T�XH���D�G�\ͣd�2a�����e���(
�a��Z"̢T�VQ2l���RɚDɲe�A�
+{(�}�k(�;�P"�0�R�ZBɲe�J%k%˖	#(��
�,[&,�4�@��g��I%k�$˖	�'���,[&�T�vO�l��z��s�$ʞ	�'��œ,[&�T��N�l�0vR��:ɲe��I!_
�$yɄ��J��I�-6N*Y'Y�L8�d�d�2aݤ��I�=�M*Y�&Y�L�5�d͚d�2aԤ��i�e˄E�F��&Q�L�3�d��d�2aˤ�5e�e˄!��1�v�$��1cr�jҊ�����#&w7�����VL^�׌��e�����_������~�l������&����_?m�
+x�Ž<w��ŭ����pܿ�r��/O#��iw:><�ᗧ�ԍ���p�pW��i—�
|,�t�fk��T��p-��]����Sa����~MƗTX��pM���0b��Z��S�Mg�!�-�l*zn�d{I�5�ל
���m:{,��m��i����Sa֦��vm"���e���6@[&��t��m��Tط�p
���y⦲�q�iτ�����
؞
+C7���=5n�t�e��׉0wS�s�&�K*,�t�&o��T��p���{����Sa�����MƗTX��p����0���Z��Sa��5����N����/�������Sa�õ����N�kpO�I�
+��8_Ra��5����0N�kpO�m��8��
+�8>�q2���BN�k"pO����J��
+;9���=�r*|n�d|I����\��
+�9���=6s:\�9�{*��T������
+�9���=�s:\�9�{*��t�t��T�Щ𹡓�%Vt:\3:�{*�t��t��T���p����0���W{:_SaQ��5���¨N�kUpO�]�װ��
+�:>�u2���u���:@[&�t�v��T���p����yf�����iτ�����؞
+c;���=5��t���2ar����N��TX��p����yx����Ж	�;���=�w*|��d|I�<�=&x��L��h�����������Sa����OƗTX��p����0���Z��Sa���5����,O��]��/�������Sa��õ����>O�k�pO���
+�=_Ra���5����PO�k�pO����X��
+s=>�z2���bO�k�pO�ў�j��
+�=���=�{*|n�d|I����|��
+>��=6|:\#>�{*��4�ՎO��TX��pM���0���Z��Saϧ�5���¤O��M��/�������Saاõ���¶O�k�pO�y�
+��>_Ra��5�����O�k�pO�������
+S?>�~2����O�k�pO��������7:{���m�0�S�s�'�K*,�t�����8��ї��_'��Ok�hO�	�
+�@_R�
+Pg� �-��:ZK@`{*lu�ƀ���<T��ʴg�"PGklO�Q��*���w�:{m�0
T�s(�K*�u����T�p-��	�Sa&���NPƗTX
+�pM�0��Z�Sa/��5���dP��͠�/����
�Sa8�õ���vP�k<pO��������
+B�	!�=F�:\+B�{*�u�����T���%��%ք:\sB�{*
+u����T��p�
+�0+T�sW(�K*,u�����T�p�/�r��!xAca�������~����������xll.C����_?}���������I�����W�������g��FΩ��Z5Up�R�T�/'M���0U��*��S�TAek� Ӟ	S���=�
+:\S�{j�*���T��a����TA��T�*�pM��0U��*��Sa���5U����TA�ϩ��/�0U��*��Sa���5U����TA�k��pO���
 �S_Ra���5U����TA�k��pO����T��
-S
~5U�5�
-:\S�{*Lt��
-��T�*�pM��0UP�s� �Kj�*��1U��e�TAGk��lO����T����
-*[S��L�*�hM���0U��*��S�TAg���-�
-*zNd{I����T����
-:{L�m�0U�њ*��Sa����TAƗ�<U��c��h˄����T؞
+S>�
+2���TA�k��pO����T��
 S���=�
 *|Nd|I����T��
 S���=�
@@ -7432,19 +7592,17 @@ S
 ��T�*��9U��%�
 :\S�{*Lt��
 ��T�*�pM��0UP�s� �K*Lt��
-��T�*�pM��0U��*��Sa����TAƗT�*�pM��0U��*��Sa���5U����TA�_MD|M����T��
-S���=�
-:\S�{*LT��*���
+��T�*�pM��0U��*��Sa�����
+"���TA�k��pO����T��
 S���=�
-:\S�{*Lt��
-��T�*��9U��%�
-:\S�{*Lt��
-��T�*�pM��0UP�s� �K*Lt��
-��T�*�pM��y����TЖ	S=�
-����TA�k��pO�S}�*��u"Lt��
-��T�*��9U��%5Ot��*��2a���5U����TA�k��pO�S����L{&Lt��
-��T�*�pM��y����TЖ	S=�
-����TA�k��pO����T��
+*|Nd|I�S�=�
+��L�*�hM���0U��*��S�TAek� Ӟ	S���=�
+:\S�{j�*��1U��e�TAEϩ�l/�0U��*��S�TAg���-�
+:ZS`{*LT��*�����
+:{L�m�0U�њ*��Sa���5U����TA�ϩ��/�0U��*��Sa���5U����TA�k��pO���
+�S_Ra���5U����TA�k��pO����T��
+S>�
+2���TA�k��pO����T��
 S���=�
 *|Nd|I����T��
 S���=�
@@ -7455,827 +7613,860 @@ S
 �S_Ra���5U����TA�k��pO����T��
 S>�
 2���TA�k��pO����T��
-S�a�N�S�/��n{� ���>U��o��遦
-�cc���2U�_��v��ߞ����_���{:����]S�V������N�����-���ܫW��h��������q~���_�F�S7����X�/#m��i�p��җ���ԍ������/�\O��n�����@[&ct��1��T��p
c��y��5��iτa���0؞
-��a�=5ct�e�׉0�Q�s#�K*ct��1��T��p
c��0������Sa���0FƗT��p
c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a�
+S���=�
+*|Nd|I����T��
+S���=5Ot��*��2a����TA��T�*�pM��q���/S��N����TО
+S>�
+2��橂�S@[&Lt��
+��T�*�pM��y���5U�iτ����T؞
+S���=5Ot��*��2a����TA��T�*�pM��0U��*��Sa���5U����TA�ϩ��/�0U��*��Sa���5U����TA�k��pO���
+�S_Ra���5U����TA�k��pO����T��
+S
~5U�5�
+:\S�{*Lt��
+��T�*�pM��0UP�s� �K*Lt��
+��T�*�pM��0U��*��Sa����TAƗT�*�pM��0U��*��Sa� 4�۩xAc���=�oO�W�ۧ
+��-�?=�T�xlL�]�
+���w������������O�u�O����~��kj�*�}�7����~w{��W;�{�j����{xx�;�o��7��ӈ{�~��k��a�-sC>���Z��4ڞ�1�p���=��r��i���
�2b��ch˄a���0؞
+��a�=5cT��12�0������Sa��5����a���c��:�1*xcdzI�a��0��
+��a�=�1:\��{*cT�����
+��a�=�1:\��{*ct��1��Tƨ�9���%�1:\��{*ct��1��T��p
c��0�Q�s#�K*ct��1��T��p
c��0������Sa���0FƗT��p
c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a�
 ��_Ra��5����0F�kpO�a��0��
 �>�12���0F�kpO�a��0��
-��a�=�1*|cd|I�a��0��
+��a�=�1�j#�k*ct��1��T��p
c��0������Sa���0FƗ�<���ch˄a���0؞
+��a�=5cT��12�0������Sa��5����a���@[&cT�����
+��a�=5ct����2a��5����0F��a��/�y���0Ж	��a�=�1:\��{*cT�����
+��a�=�1:\��{*ct��1��Tƨ�9���%�1:\��{*ct��1��T��p
c��0�Q�s#�K*ct��1��T��p
c��0������Sa���0FƗT��p
c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a��ƈ��
+��a�=�1:\��{*ct��1��Tƨ�9���%�1:\��{*ct��1��T��p
c��0�Q�s#�K*ct��1��T��p
c��0������Sa���0FƗT��p
c��0������S�0Fg�a�-�1*zcd{I�a��0���1:�2���D��`
c���0�Q�s#�Kj���1��e�0FGklO�a��0����1*[���L��h
c���0������S�0Fg�a�-�1*zcd{I�a��0��
 ��a�=�1:\��{*cT�����
 ��a�=�1:\��{*ct��1��Tƨ�9���%�1:\��{*ct��1��T��p
c��0���W�_Sa��5����0F�kpO�a��0��
-�>�12���a���@[&ct��1��T��p
c��y��5��iτa���0؞
-��a�=5ct����2a���0F��T��p
c��y���0Ж	��a�=�1*|cd|I���=�1��L��h
c���0������Sa���0FƗT��p
c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a�
-��_Ra��5����0F�kpO�a��0��
 �>�12���0F�kpO�a��0��
 ��a�=�1*|cd|I�a��0��
-��a�=�1:\��{*c4��0F��T��p
c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a�
-��_Ra��5����0F�kpO�a��0��
-�>�12���0F�kpO�a��0����1:{c�m�0�Q�s#�K*ct��1���8��їa�_'�0FkhO�a�
-��_R�0Fg�a�-�1:Z�`{*ct��1���<�Q��ȴg�0FGklO�a��0����1:{c�m�0�Q�s#�K*ct��1��T��p
c��0������Sa���0FƗT��p
c��0������Sa��5����0F��a��/�0������Sa��5����0F�kpO�a��ƈ��
-��a�=�1:\��{*ct��1��Tƨ�9���%�1:\��{*ct��1��T��p
c��0�Q�s#�K*ct��1��T��p
c��0���axAc���a���~�0��?so��ߧa��[
c�_�1�����7�?�����O���W��v�u����}d��������ȸj�^E�����-�7^Pj���2���2���
+��a�=�1œC;�/hc\��4�^�o�8�g�����4c�<v�a���0�?}{������>������ݮ�λ�����7^����w[W-ӫ��2�~աe��J-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L+|�L3��B˴��2�S�e��j���2�p�L�Th�V�l�f|I��i��e
+��B˴��2�S�e��j���2���2���
 -�W�pO��i��e
 ��B˴��2�S�eZ�e��%Z���)��
 -�W�pO��i��e
 ��B˴�g�4�K*�L;\-S�=Z���)��
--�W�pO��i�ϖiƗTh�v�Z��{*�L;\-S�=Z���)��
+-�W�pO��i�_�L#��B˴��2�S�e��j���2�p�L�Th�V�l�f|I�-��-S�-Z���)؞
+-�W�pO�-��V�4Ӟ	-ӎV�lO��i��e
+���ig��)Ж	-ӊ�-�l/��2�p�L���2���2�2�e��j�����2���2����[��=Z�@[&�L;Z-S�=Z���)��
 -�
-�-ӌ/��2�p�L�Th�v�Z��{*�L;\-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L��e�5Z���)��
--�W�pO��i��e
-��B˴�g�4�Kjn�v�h�m��2�h�L��Th�v�Z��{jn�V�Z���Lh�v�Z�`{*�L;\-S�=5�L;{�L��Lh�V�l�f{I��i��e
-���ig��)Ж	-ӎV�lO��i�ϖiƗ��2���2�2�e��j�����2�p�L�Th�V�l�f|I��i��e
+�-ӌ/��2�p�L�Th�v�Z��{*�L;\-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L+|�L3��B˴��2�S�e��j���2�p�L�Th�V�l�f|I��i��e
 ��B˴��2�S�e��j���2���2���
 -�W�pO��i��e
-��B˴��2�S�eZ�e��%Z���)��
+��B˴��2�S�e��W-ӈ���2�p�L�Th�v�Z��{*�L;\-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L+|�L3��B˴��2�S�e��j���2�p�L�Th�V�l�f|I��i��e
+��B˴��2�Ss˴�G�h˄�iEϖi��Th�v�Z��{jl�v��e
+��Dh�v�Z�@{*�L+|�L3���ig��)Ж	-ӎV�lO��i��e
+���ie�e�iτ�iG�e
+��B˴��2�Ss˴�G�h˄�iEϖi��Th�v�Z��{*�L;\-S�=Z���)��
+-�
+�-ӌ/��2�p�L�Th�v�Z��{*�L;\-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L��e�5Z���)��
 -�W�pO��i��e
 ��B˴�g�4�K*�L;\-S�=Z���)��
--�W�pO��i�ϖiƗTh�v�Z��{*�L;\-S�=Z���)��
--��j�F|M��i��e
-��B˴��2�S�e��j���2���2���
--�W�pO��i��e
-��B˴��2�S�eZ�e��%Z���)��
--�W�pO��i��e
-��B˴�g�4�K*�L;\-S�=Z���)���[��=Z�@[&�L+z�L���B˴��2�Sc˴�/-S�_'B˴��2�S�eZ�e��%5�L;{�L��Lh�v�Z�`{*�L;\-S�=5�L+[-�L{&�L;Z-S�=Z���)���[��=Z�@[&�L+z�L���B˴��2�S�e��j���2�p�L�Th�V�l�f|I��i��e
-��B˴��2�S�e��j���2���2���
--�W�pO��i��e
-��B˴��2�S�e��W-ӈ���2�p�L�Th�v�Z��{*�L;\-S�=Z�>[�_R�e��j���2�p�L�Th�v�Z��{*�L+|�L3��B˴��2�S�e��j���2
�ȶe
-/h�L�_Pj��Wt�����I�����}��}�e���=~=�?���;镝�;o���Sz��u�W�K������ͧ_�����O�����������_����ZZ�����n���	���;�X=���_B~����o��7��ӈ{�~�=���[��4��6~���w�O��n����t�◧��
��;<۷}<���n���x����ӈ{�����‡���mO��n���ݩ}��ӈ{�~��N-~yqO���?�����i�=�m�t���޴o�x��%u?�t�7��>�F�S7��O�f߾��i�=u?�ο͕���H[����~w{�m���4�K�~�=<��|<���n��_v����0Җ�!�2�w�{~ymO}�fws����:\O��n������/#m���'s{|h���h{�~�ќ����/O#�o�����b<L�gnȇ��������h{�~��O��{>�F�S7���X��>���ķ���n�pӾ��i���
��s9��7|<���n�������/O#���gsw[�헧�ԍ���O�ph���4�K�~���ڷ}<���n��=�+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩
-�+S_S��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��Ti_V���̼2U�ce�lO�+S%>V��Ը2��ce
-h��+S%=V���Լ2U�ce�pO�+S�}Y�"�2��TGke
-�%5�L��X�"�S��Ti_V���̼2U�ce�lO�+S��)��Ը2Uڗ�)�-3�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�LU�\�����W�J|�L�ye����រW�J|�L�ye�õ2���W�J|�L�ye����រW�J|�L�ye�õ2���W�J|�L�ye����រW�J|�L�ye�õ2���W�J|�L�ye�����W�J��2E�e敩����Kj^�*�2E������~Y�"�ub^�*�2E��敩���Kj\�*���і�W�Jz�L���ye�����W�:{�L�ye����ٞ�W�J|�L�qe��/+SD[f^��h�L���敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^���2��55�L��X�"�S��T���)�=5�L��X�"�S��T�ke
+-�W�pO��i�ϖiƗTh�v�Z��{*�L;\-S�=Z��ٶL�����J-�����p<�5��A��_ۇ�۷[�����׳����黓^�����+�<���_�U�������O�|��O_~������?.��}8�5���ﮥ�m<ޞ{���x��7���s�^��%������p��z�<���n����ݾ�/O#�o�����xw*��4�K�~؝N�w-~yqO�����ñ}��ӈ{�~ڝ���m�<�������-|�h���4�K�~��ܝڷ}<���n������◧��
���9��^�_�F�S��O���M����	_R7��OgӾ��i�=u?�tn���>�F�S7������\i�<��e�-?�w����=O���n����á}��ӈ{�~�e�X�/#m���'sW�痧��Էkv7�������4�k�~������0Җ�!�2�LJ��<���n�����{Z��4��6�?�hn�_!��D{�|�O�{<���n�����ؾ��i�=u?��[���N|�����7�>�&zI���?��}��ӈ{�~����[��4➺��6w���~yqOݘ;:�t��mO��n�����}��ӈ{�~ك*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^��p�L��敩+S�{j^�*�2E��敩+S�{j^���2��55�L��X�"�S��T���)�=5�L��X�"�S��T�ke
+�%5�L��ee�h��+S%=V���Լ2U�ce�pO�+S�=V���̼2U�ce�lO�+S%>V��Ը2Uڗ�)�-3�Lu�V��^R��T���)�=5�L��ee�h��+S%=V���Լ2��Z�|I�+S�}Y�"�2��TI��)�=5�L��X�"�S��T�ke
 �%5�L��X�"�S��T���)�=5�L��X�"�S��T�ke
-�%5�L��X�"�S��T���)�=5�L�y�je�^��W/��~se*��_������7�����7�:�����׿%�<s�=�=�5�S/;S����������/������?���rsz����ַ������+Ss�%�ֹ�r�b��/(m�d|I�
����
-,�
�=5o�t��`�2a����K��T�`�pm���y����Ж	,�
�=6X�j�%�kj�`����e�KGk�lO�
�����7X*[,��L�`�hm���������`�S�KG_6X�~�,<7X2���K�k�pO�
����
-,�
�=6X*|n�d|I�
����
-,�
�=6X:\,�{*l�T��`���
-,�
�=6X:\,�{*l�t�6X��T�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K��
��/������`�Sa��õ����K�k�pO�
�
+�%5�L��X�"�S��T���)�=5�L��X�"�S��T�ke
+�%5�L��X�"�S��T���)�=5�L��X�"�S��T�ke
+�%5�L��X�"�S��T���)�=5�L��X�"�S��T�ke
+�%5�L��X�"�S��T���)�=5�L��X�"�S��T�ϕ����ye����រW�J|�L�ye����រW�:\+S�/�ye����រW�J|�L�ye����រW�:\+S�/�ye����រW�J|�L�ye����រW�:\+S�/�ye����រW�J|�L�qe��/+SD[f^��h�L���敩+S�{jZ�*闕)�_'敩+SD{j^��p�L��ƕ�Ҿ�Lm�ye����ٞ�W�J|�L�qe����О�W�Jz�L���ye�����W�J��2E�e敩����Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩���Kj^�*�2E��敩+S�{j^�*�2E��敩
+�+S_S��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T���)�=5�Lu�V��_R��T���)�=5�L��X�"�S��T�G�V��]�{����+S���7EwϿY��Lݿ����ߎw��-����������zٙ�_������O��}x�'�������魽���������w���X��,��
��6X�xAi�%�K*l�t�6X��T�`�pm���y����Ж	,=7X����K�k�pO�,�=6X��L�`�hm��������W,_S�Kg�
�-6X:Z,`{*l�t�6X��Լ�R��`ɴg�KGk�lO�
����7X:�����D�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K��
��/������`�Sa��õ����K�k�pO�
�
 �,_Ra��õ����K�k�pO�
����
-,
~���56X:\,�{*l�t�6X��T�`�pm���R�s�%�Kj�`����e�KGk�lO�
�����7X*[,��L�`�hm���������`�S�Kg�
�-6X*zn�d{I�
�����7X:{l��m������`�Sa����KƗԼ���c�h˄
���؞
-,�
�=6X*|n�d|I�
����
-,�
�=6X:\,�{*l�T��`���
-,�
�=6X:\,�{*l�t�6X��T�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K�_m�D|M�
����
-,�
�=6X:\,�{*l�T��`���
-,�
�=6X:\,�{*l�t�6X��T�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm���y����Ж	,=7X����K�k�pO�,}�`�u"l�t�6X��T�`�����%5o�t��`�2a��������K�k�pO�,��
�L{&l�t�6X��T�`�pm���y����Ж	,=7X����K�k�pO�
����
+,>7X2���K�k�pO�
����
 ,�
�=6X*|n�d|I�
����
 ,�
�=6X:\,�{*l�T��`���
 ,�
�=6X:\,�{*l�t�6X��T�`i�
���������`�Sa��õ����K�k�pO�
�
+�,_R�Kg�
�-6X:Z,`{*l�t�6X��Լ�R��`ɴg�KGk�lO�
�����7X:{l��m���R�s�%�K*l�t�6X��Լ���c�h˄
���؞
+,>7X2���
��,@[&l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K��
��/������`�Sa��õ����K�k�pO�
�
 �,_Ra��õ����K�k�pO�
����
 ,>7X2���K�k�pO�
����
-,q<��`�46X�_P�`	��z������iww�y�
������e��~z���������黗����߾�����埿���??~�:x��Ǘ�_~���>�{�g?�����z����yx����E�m�5��~�G2��[lj��p����Ilj�^R�8��u�������lj@[&'v����T8N��y���%5'v�8N�2�8��u����qb��8pO���
-�lj_R�8��u����qb��8pO����q"��
-lj>�3���qb��8pO����q"��
-lj��D�=�+|'f|I����q"��
+,�
�=6X�j�%�k*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K��
��/������`�Sa��õ����K�k�pO�
�
+�,_Ra��õ����K�k�pO�,�=6X��L�`�����%6X:\,�{j�`�����a��������K��
��/�y����Ж	,�
�=6X:\,�{j�`�lm�d�3a��������K�k�pO�,�=6X��L�`�����%6X:\,�{*l�t�6X��T�`�pm���R�s�%�K*l�t�6X��T�`�pm������`�Sa����KƗT�`�pm������`�Sa��õ����K�_m�D|M�
����
+,�
�=6X:\,�{*l�T��`���
+,�
�=6X:\,�{*l�t�6X��T�`�����%6X:\,�{*l�t�6X��T�`��!�����r���KxE�,����7X�O����#l���^6Xn/,����e��wߏ�oO߽��/O���������/��������������?���?���������?��ݏO_�;ć����g�W/��h���?�y���:N��c���7^N:N���
+lj��D�=5'v�8N�2�8��u����qb���Č/��8���q"Ж	lj��D�=�;\lj�{*'V�<N���
+lj��D�=�;\lj�{*'v���T8N��y���%�;\lj�{*'v���T8N�p'�p�X��81�K*'v���T8N�p'�p���:N�S�8���qbƗT8N�p'�p���:N�S�8��u����qb���Č/�p���:N�S�8��u����qb��8pO����:N���
+lj��D�=�;\lj�{*'v���T8N��y���%�;\lj�{*'v���T8N�p'�p�X��81�K*'v���T8N�p'�p���:N�S�8���qbƗT8N�p'�p���:N�S�qbg��D�-�+z'f{I����q"���;�r���D8N�`'��p�X��81�Kj>N��q��e�qbG�8lO����q"����+[lj��L8N�h'���p���:N�S�qbg��D�-�+z'f{I����q"��
 lj��D�=�;\lj�{*'V�<N���
 lj��D�=�;\lj�{*'v���T8N��y���%�;\lj�{*'v���T8N�p'�p���Wlj_S�8��u����qb��8pO����q"��
 lj>�3���qb��8pO����q"��
 lj��D�=�+|'f|I����q"��
-lj��D�=�;\lj�{*'V�<N���
-lj��D�=�;\lj�{j>N��q��e�qbE���l/�p���:N�S�qbG_�~�lj��D�=�+|'f|I�lj�=���L8N�h'���p���:N�S�qbe�81Ӟ	lj��D�=�;\lj�{j>N��q��e�qbE���l/�p���:N�S�8��u����qb��8pO���
-�lj_R�8��u����qb��8pO����q"��
-lj>�3���qb��8pO����q"��
-lj��D�=���81�k*'v���T8N�p'�p���:N�S�8���qbƗT8N�p'�p���:N�S�8��u����qb���Č/�p���:N�S�8��u����qb��k���������+��ljw���q�x��8�p9N������/_�}�����?�������W�����|x�?_��w���|����?�����w�3v����������_����|���������_~������W����w���x�û��\?����o���[H������7�5u�n�{v~[Ow�?�ϕ�:?W�~G��Jo������
+lj��D�=��%\{�/h'^��t�^�o>N��|֐��S/lj��q�?\�?~���Ç�^�����>_�:~�������O�����_�>�������;���ݯ��t���ܟ����W������__�������/��zm���=��޽��������{���B�e�o}�u�y����w�߳��z����Y_}�������;>Wz��ϕ��T�\������
+�+U��\)�K*|����\	pO�ϕ:\�+��R��s%�=>W����RƗT�\������
+�+u�>W�S�s���J�{*|�T��s��/��R��s%�=>W�p}����ϕ:{|��e��J=?W���
+�+u�>W�S��J}�\	�׉�R�s%�=>W����RƗ���Rg�ϕ��L�\����؞
+�+u�>W�S��J��ϕ2��RG�s%�=>W�p}����ϕ:{|��e��J=?W���
+�+u�>W�S�s���J�{*|����\	pO�ϕ*|~���%>W�p}�����J�ϕ��T�\������
+�+U��\)�K*|����\	pO�ϕ:\�+��R��s%�=>Wj�ϕ"����J�ϕ��T�\������
 �+u�>W�S�s�
 ��+e|I�ϕ:\�+��R��s%�=>W�p}�����J>?W���
-�+u�>W�S�s���J�{*|����\	pO�ϕ*|~���%>W�p}�����J�ϕ�����Rg�ϕ��L�\����J�^R�s���J�{j�\��/�+�:>W�`}�����J>?W����?W���Ж	�+u�>W�S�s���J�{j�\����R�=>W�h}�����J�ϕ�����Rg�ϕ��L�\����J�^R�s���J�{*|����\	pO�ϕ:\�+��R��ϕ2����J�ϕ��T�\������
-�+u�>W�S�s�
-��+e|I�ϕ:\�+��R��s%�=>W�p}�����J
~��R��T�\������
-�+u�>W�S�s���J�{*|�T��s��/��R��s%�=>W�p}�����J�ϕ��T�\����J_R�s���J�{*|����\	pO�ϕ�g
��J����J�/(}�^���=|�t8�(nO��塗O��.�*��������/?�����������??����e��_���|����'N�7\ߝ�{�!L��8<��ܫo�N����W��}��I_��e˄/�n��]�Q�L���J�mg�2�k�+Y߲�e˄�خd}�v�-�`����kG�3�۵+Y_��e˄�֮d}�v�-�W�����Y�L�R�F�ߩeτoԮd}�v�-�N���m�Y�L�.�J�Wig�2ዴy~�v�=�E���%�Y�L�
-�J�7hg�2���+Y_��e˄/�n����Q�L���J�gg�2�k�+Yߚ�e˄�̮d}ev�-�0����/;�K&|[v%�˲�l��Uٕ�o�βe��dW��&;˖	_����;�����+x|Avv_'��cW��;Ö	ߍ]��j�,[f�b���bG��[�+W_��a˄�Įd}#v�-3v����N���Ɲs��L��dmMf�2��d����N������d�-6&yNLF�3��d�}��N�u��ոd�-�%+Y˒Y�Lؕl�9+eτQ�J֦d�-%+Y��Y�L���d�If�2aK���d�=�$+Y;�Y�LX��d�Hf�2aB��� �e˄��F��Q�L��dmGf�2a9��5�e˄��J�jd�-6#yNFF�3a0����e˄��J�Xd�-�"+YK�Y�L؉l�9eτ��J�Fd�-"+Y�Y�L���d�Cf�2a����!��d�0d%���e˄�^%���e˄�^%���e˄�^#��^�=J{���^�-{���^�-�z���^�-�z�<�zQ�L(�U�zzY�Lh�U�JzY�L��U�zY�L��5��E�3��W���e�2��W�*�e�2s-��G+/����׸��aτB^%���eˌm�ʽ���*�x��&^v-zx�<kxQ��\«������Dh�U�
-x�L��U��wY��ܽk`U�k�P��\��2l�к�d��l��rW��q��׉зk�Y���gBٮ�յ˲eBӮ�U�˲eBͮ�ղ˲eBǮ�g�.ʞ	�JV�.˖	��JV�.˖	պJV�.˖	��F���({&��*Y��,[&4�*Y��,[&��*Ym�,[&t�
-��J��%�t��]�-Zt��]�-*t��]�-�s�<�sQ�L(�U��sY�Lh�U��sY�L��U�ZsY�L��5��E�3�0W���e�2�-W�*�e�2�*�]�j�r�Ռ��իy<n��_�o�_�?���v�%<���S/E��KQ��w5n��O?���/7�7�۷��߼���/?����߿<��t��د�����:��kX�އ�遻r�1�r��Ж{�����
-��
-����/�Й�p����T��u�zs�{*4�:\�9�=�s>�s_R�?��*��P��pu���Th�u�jt�{*�*|6�2��B���U��S�N�����Ш�pU���T(�U�l�e|I�^]��X��B���խ�S�]����P���ٰ���
-�W�pO��]��g��BӮ�U��S�l��Wm����з�p���T��u�:w�{*��:\�;�=�w>�w_Rs���G�h˄�]G���B��U��Ss	����˴gB��U��S��������٣��eB!��g#/�K*t�:\�<�=5��:{��Lh�u��y`{*��*|��2���~^g��Ж	��VGlO��^�����BQ��gS/�K*t�:\e=�=�z����
-��WepO��^���^ƗT��u��{�{*T�:\�=�=�{����
-�
-�
��/����p����T��u�z|�{*4�:\U>�=�|>�|_R����*��P��pu���Th�u�j}�{*�*|6�2��B���U��S����������pU���T(�5�U�/�k*��:\E?�=�~����
-m�W�pO��_���_ƗT��u�J�{*��:\�?�=�����
-�
-����/����p��T��v�:��{*��;\5@�=��>��_R���*�P�p������Q	�2�Xѳ��%z��b ����}��:ځ�z О
-�
-�
��/��#�٣$�eBM����S�)��
-,X�jf�3�/��*���P�pu�����Q�2�8Xѳ9��%���� ��
-��WpO�a��B��B���g�0�K*�;\EB�=���.!��
-m�W�pO�Ba��FaƗT�v�J��{*�
-;\�B�=���j!��
-���jF|M�~a��`��B��1�S�e���P4���4���
-]�W�pO��a��o��B��U9�S�tX�u��%z���!��
-��W�pO��a��u�CxA�x��R1����@�9����
���K�xi ���}������|���x����?}����ǯ.��wO�?�x���O��������???}������m����������\���a�pu�����������xA��pO�c�
-���_R�sg�cg�-��;Z��`{*;w�����|�\�:vδg±sG��lO�c�ױ3�����;{;m�p�\���9�K*;w�����|�����h˄c�ֱ3؞
-��>��3���c����@[&;w�����T8v�p;�p�\���9�K*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�ع�u���±s��c�/�p���:v�S�ع�u���±s���pO�c�
-���_R�ع�u���±s���pO�c�ױ3��
-��>��3��±s���pO�c�ױ3��
-���cg�=�����9�k*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�ع�u���±s��c�/�p���:v�S�ع�u���±s���pO�c�
-���_R�ع�u���±s���pO��Ν=����L8v��y��%��;\�΀{j<v��˱3���ع�u���±s��c�/��ع�DZ3Ж	���cg�=��;\�΀{j>v�l;g�3�ع�u���±s���pO��Ν=����L8v��y��%��;\�΀{*;w����T8v�p;�p�\���9�K*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�ع�u���±s�_;G|M�c�ױ3��
+�+u�>W�S�s���J�{*|�>kh?W�4>W�~A�s����ϕ��s���Gq{���.�|�tw�T������w��������~�,]�����w�/������w�?qZ�������a��|�����^}�v��/ܾ�#���^_M���,[&|�v#��ڎ�g�7mW��h;˖	_�]����,[&|�v%�+��l��ۍ<�_;ʞ	߮]��r�,[&|�v%뛵�l��ڕ���βe—j7��N�({&|�v%���l��uڕ�o�βe�wiW��J;˖	_����{����-ڕ�/�βe�WhW��A;˖	ߟ]����,[&|yv#��Ύ�g�7gW��8;˖	_�]����,[&|gv%�+��l���م|�}�I^2�۲+Y_��e˄�ʮd}Sv�-�'���5�Y�L���F�ߑe��ߐ]�����:��r����L�n�J�Wcg�2�c7��;��ߊ]��R�[&|%v%���l����+x,Nf�u"�M6��g��d%kk2˖��&+xMf�u"�LV�V&3l��1��sb2ʞ�&+x�Kf�u"�KV��%3l�0-Y�Z�̲e®d#�Y�({&�JV�6%�l��(Y��̲eœd%kM2˖	[��<�$��0$Y�ڑ̲eŠd%kD2˖	����,[&�G6򜏌�g�xd%k;2˖	ˑ����,[&�FV�V#�l����s22ʞ	������,[&�EV��"�l�0Y�Z�̲e�Nd#ϙ�({&�DV�6"�l��Y��̲e�<d%k2˖	ې�|5
��%�!+Y��,[&��*Y�,[&T�*Yͽ,[&��y����Pګdu��l��ثd��l�P׫d���l���k�YՋ�gBQ����˲eBK��U�˲eBE����˲eB?��g=/ʞ	�JV7/˖	ͼJV1/˖�ky<Zy�}���Ɲ��{&�*Y}�,[fl�U��WyPūT5�k���k�YË�g�^�^v_'B�rU�˰eB���վ˲e��]�z]K��]�w�a˄�]%�t�e�̕�
+���N��]�κ]�=�v���]�-�v���]�-jv���]�-:v�<+vQ�L(�U��uY�Lh�U��uY�L��U��uY�L��5��E�3�TW���e�2�QW�*�e�2�NW�j�e�2�KW�WU�$/�P��d��l�Т�d��l�P��d5�l�Пk�Y���gBy��՝˲eBs��U�˲eBm��՚˲eBg��ge.ʞ	��JV_.˖	m�JVY.˖	U��2W۔˯f�^���vOn����������j�_�sOn<�R�����Q��������rs�ǿ}{{�ͻ����O�������/O����ZN��~�s]����}؟�+��,w��m�7^P���P���٘���
+��WipO��\��7��Bs��U��S�<W�=��%�s���
+�W�pO�]��F��B���g�.�K*t�:\e:�=�t�>��
+��W�pO�R]��V]ƗT��u��u�{*T�:\�:�=�u�z��
+�
+�
��/�б�p����T��u�zv�{*4�:\U;�=�v
~ն���
+}�W�pO��]��s��B��U��S�xW�y��%5w�:{�L��u��w`{*4�:\<�=5��*[-�L{&��:ZE<�=�x�.����x�=�x@[&�*z6򲽤B'��U��Ss-��G/h˄f^G����B9��g;/�Kj��u�(�m�P��hu���Th�u�jz�{*�*|6�2��BW��U��S����������pU���T(�U�l�e|I��^�����Bu�����S������P�������
+�W�pO�_�����B���U��S��W�͗�%�|�B��
+��W�pO�V_�����B���g�/�K*t�:\�>�=�}�~��
+
�W�pO��_�_��"��Bϯ�U��S����������p����T(�U�l�e|I��_�����B������S������P��������
+��WpO�
+`����B��U�S�X�	��%���2 ��
+u�WpO͍���@�-J�=[��^R���*�їn ��������P�������;��=J�@[&�;Z=A�=���� ���˂���`�=���� ؞
+��WgpOͭ���A�-��=���^R�;��*�P�p��Thv�*��{*�+|�3��B���U$�S�J�����&�p�	�T(V�lf|I�Na��T��B����+�S�Y���P.l�va��T�v�
+��{*T;\C�=Z���!��
+E�
+�MÌ/��5�p�
�T�v����{*4;\�C�=J�>[�_R�w��*�P=�pu�Th�~\W?�4���/(�+��
ě��x{����@O�4����۷��o�>��w�~������/�B⧏_������������?^������~x��_?����O>����z[|w�3<�x�2����t��!\;�?�<v����c�7^P:v�S�ع��sƗ�|�����h˄c�ֱ3؞
+���cg�=5;W���3�p���:v�S�ع�u����c����@[&;W�<v���
+���cg�=5;w�8v�2�ع�u���±s��c�/��ع�DZ3Ж	���cg�=��;\�΀{*;W�<v���
+���cg�=��;\�΀{*;w����T8v��y��%��;\�΀{*;w����T8v�p;�p�\���9�K*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�ع�u���±s��c�/�p���:v�S�ع�u���±s���pO�c��:v���
+���cg�=��;\�΀{*;w����T8v��y��%��;\�΀{*;w����T8v�p;�p�\���9�K*;w����T8v�p;�p���:v�S�ع��sƗT8v�p;�p���:v�S�sg�cg�-��+z;g{I�c�ױ3����;�r���D8v�`;��p�\���9�Kj>v��q��e±sG��lO�c�ױ3�����+[�Ι�L8v�h;���p���:v�S�sg�cg�-��+z;g{I�c�ױ3��
 ���cg�=��;\�΀{*;W�<v���
-���cg�=��;\�΀{*;w����T8v��y��%��;\�΀{*;w����T8v�w�ݱ3��q�|��ұsxE˱�}>v�?ο`򱳞z9v~�;���_�^��/_�>_Μ�}~������?����]��7�����H����6�Y�c���ۗ�o��pyK��������{j����qy�g��ے��d{j��-�qyK�����Ҿ\�m���uy���/oK|\����/��D[f��-�qyK�������-�Kj��-���-і�/oKz\ޒ�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o;\���/������-រ/oK|\�������-រ/o+|^�f|M͗�%>.o	��|y[���pO͗�%>.o	��|y�Ẽ|I͗�%>.o	��|y[���pO͗�%>.o	��|y�Ẽ|I͗�%>.o	��|y[���pO͗�%>.o	��|y�Ẽ|I͗�%>.o	��|y[���pO����}��%�2��mG���%5_ޖ���%�S��mI�\��:1_ޖ�%�S��m����%5^ޖ���h�̗�%=.o���|y[���pO����=.o���|y[���lO͗�%>.o	��xy[ڗ�[�-3_�v�.o�^R��m���[�=5_ޖ���%�S��m���[�=5_�v�.o_R��m���[�=5_ޖ���%�S��m���[�=5_�v�.o_R��m���[�=5_ޖ���%�S��m���[�=5_�V�������/oK|\�������-រ/oK|\�����uy���/oK|\�������-រ/oK|\�����uy���/oK|\�������-រ/o��guyK/��ܫ���yy�^�o�>�f�r�/o�S/���_߭?�����N�g�w�������~�z���}����'�?�v�7��������ݟ���r���O����o��ޟ/��㇧/���/??}��_nnn������#ޟ.G�����������W�7ޗ�������<��o�<��~����/(�]�pvU���*�K*�]u�ή��T8��p�]�pv��:��S�����UƗT8��p�]�pv��:��S���uv����U�ϳ��/�pv��:��S���uv����U���
-pO���
-�gW_R���uv����U���
-pO�������
-gW>Ϯ2����U���
+���cg�=��;\�΀{*;w����T8v��y��%��;\�΀{*;w����T8v�p;�p���W��_S�ع�u���±s���pO�c�ױ3��
+��>��3��±s���pO�c�ױ3��
+���cg�=��+|;g|I�c�ױ3��
+���cg�=���mw�/h;_��t�^�r�|�������/��|쬧^��.����ק��˗�ϗ3�w����w~�χ���wׯ�/ey�7�ƽ����ث?����[/'\ޒ�������-�/o;{\������-ٞ�/oK|\����/��D[f���h]ނ��������{j��-���-і�/oKz\ޒ�����uy��/oK�ryK�e��ے��d{j��-�qyK�������-�Kj��-�qyK��������{j��-�qyK�������-�Kj��-�qyK��������{j��-�qyK�������-�Kj��-�qyK��������{j��-�qyK�������-�Kj��-�qyK��������{j��-�qyK�������-�Kj��-�qyK��������{j��-�qyK�����
+���_S��m���[�=5_ޖ���%�S��m���[�=5_�v�.o_R��m���[�=5_ޖ���%�S��m���[�=5_�v�.o_R��m���[�=5_ޖ���%�S��m���[�=5_�v�.o_R��m���[�=5_ޖ���%�S��mi_.o���|y�Ѻ�{I͗�%>.o	��ty[�/���N̗�%<.o���|y�Ẽ|I����}��%�2��mI��[�=5_ޖ���%�S��mg��[�=3_ޖ���%�S��m���[�=5^ޖ���h�̗���[���|y[���pO͗�%>.o	��|y[���pO͗���[���|y[���pO͗�%>.o	��|y[���pO͗���[���|y[���pO͗�%>.o	��|y[���pO͗�>/o3��������{j��-�qyK��������{j���p]���������{j��-�qyK��������{j���p]���������{j��-�qyK�����|�Y]���<��=�6/o�+��3���l^N����x���������~�������������������C�?�����|��������������|�����7__.p�������o��r����~����r�����������8�}��r������������q���������r����ۼ��gW�M�gW��Z8�z���+�=ή*|�]e|I�������
+gW��+�=ή:\gW�{*�]U�<����
+gW��+�=ή:\gW�{*�]u�ή��T8���yv��%ή:\gW�{*�]u�ή��T8��p�]�pvU���*�K*�]u�ή��T8��p�]�pv��:��S�����UƗT8��p�]�pv��:��S���uv����U�_�]E|M�������
+gW��+�=ή:\gW�{*�]U�<����
+gW��+�=ή:\gW�{*�]u�ή��T8���yv��%ή:\gW�{*�]u�ή��T8��p�]�pvU���*�K*�]u�ή��T8��p�]��쪳��Ж	gW=Ϯ�����U���
+pO�gW}9��u"�]u�ή��T8���yv��%5�]u�8��2�쪣uv����U���
+pO�gW����L{&�]u�ή��T8��p�]��쪳��Ж	gW=Ϯ�����U���
 pO�������
-gW��+�=ή���*�k*�]u�ή��T8��p�]�pv��:��S�����UƗT8��p�]�pv��:��S���uv����U�ϳ��/�pv��:��S���uv����U���
+gW��+�=ή*|�]e|I�������
+gW��+�=ή:\gW�{*�]U�<����
+gW��+�=ή:\gW�{*�]u�ή��T8�j𫳫���pv��:��S���uv����U���
 pO���
 �gW_R���uv����U���
-pO�gW�=ή��L8���yv��%ή:\gW�{j<��������쪃uv����U�ϳ��/��쪳��Ж	gW��+�=ή:\gW�{j>��l�]e�3�쪣uv����U���
-pO�gW�=ή��L8���yv��%ή:\gW�{*�]u�ή��T8��p�]�pvU���*�K*�]u�ή��T8��p�]�pv��:��S�����UƗT8��p�]�pv��:��S���uv����U�_�]E|M�������
-gW��+�=ή:\gW�{*�]U�<����
-gW��+�=ή:\gW�{*�]u�ή��T8���yv��%ή:\gW�{*�]u�ή��T8�
-g:����qvu��O�gW��泫翎x�y���������e�������__�������c���O��^��˟?��x9�z��z�G?��_~~~�2���ן��������.wT?���������y��u[}wR�����-���������������Q�$�������n����e1�a���w,����J�,���b��_3���/��_�T�e����"��
-�,v�~Y�S����e1�k*�����epO�_;\�,���b��E�=~Y����bƗT�e����"��
-�,v�~Y�S���/��{*��X��Ō/���b��E�=~Y�p�����/����ExA����~Y��w����������o��o�c?�w����vww{��+;�w�|e����������?�������E���G������u������u
-��?�n�=��/NϽzy��q�?�����/h��ӄ/�����֞��;��4➺����|a�ᗧ��
�������4��6~8�tn���>�&|I����LJ�mO#��qww:�o�xqO��O�LJ���<�������ww���mO��n����}��ӈ{�~���ߴo�xqO���?��}��_�F�S����?������ӄ/����s{۾��i�=u?�t���mO#����ssW�헧�Է��~wx�k���4�K�~؝N�w-~yqO�����ñ}��ӈ{�~ڝ���m�<������=�?�o�x��%u?�t�N��>�F�S7��O��|d�ᗧ��
��ӹ}����ӈ{�����ӹ�i���4�K�~���oڷ}<���n���;}��ӈ{�~�=<���\F�2ߖ����m�����^R7���/��{>�F�S7��_�k��a�-sC>�d������4ڞ�&~�������Ԯ��4�k�~��\�̓l�<��en�����/O�����G�����ӈ{������i�:e<L�gn��
���=�F�S7��nzl���4➺��v��-��Y�_'����w����
O��n���q߾��i�=u?�\���-~yqO���?����m�<������?�á}��ӄ/����s{h���4➺��:���mO#����ss�◧�Է�����}��ӄ/��aw:�o�xqO��������mO#��iw|����ӈ{������s*�ޓ�&|I���?���/P�4➺��:���mO#����s�����ӈ{�����ӹݷo�x��%u?�t������4➺��:7���>�F�S7�����P�헧�Է����о��i—�
���{�k���4➺�ߟ�W��-~yqO���?����m�<�������?��c����	_R7��O��о��i�=u?�tnڷ}<���n����t�◧�Է��_7۷}<M����v���k���4➺���N�7��>�F�S7���p��o��i�=��q�����a_�M(=
�����:�ۻ�<���n����a�◧��
���9��Q�_�F�S������}��ӄ/������5F�27��f߾��i�=u?�hn��{~yqO}���=<����D{�|�ݞj��4ڞ����N��<���n��m{y6F�2ߖ��}��O���n����M������
���i�Q��H[�|���ǖ�<���n�<_:c>�&|I���?�}m�<��en�c��5�
��°v�kXpO�a�
-���_RaX��5�
��°v�kXpO�a�װ6��
-��>��3��°v�kXpO�a�װ6��
+pO�������
+gW>Ϯ2����U���
+pO�������
+gW�L�=��4ή�_�����UxE������#n��j<�rv�x<������ח�������Ø-���篗������>^Ω��^���O��ꗟ���%�������������ϟ?}���'e��_��|�V�]��<}�|�������v����nvw�o����?������?l�,�~Y�o��e���,���/��{*��X��Ō/���b��E�=~Y�p�����/��_�T�e���~Y���
+�,v�~Y�S���/��{*�����epO�_+|����%~Y�p�����/��_�T�e����"��
+�,V��e1�K*�����epO�_;\�,���b���e^��e���_�+���񸻽�u4���[���������������ݞ������7_��)=����t�E�ϟ>~���;�����7w��Nv~�{<�N�������������W/o�9�o���=_ؽ�V|<M����ߝ���|��ᗧ��
�x�W��]�_�F�S7��Og����ӈ{�����ӹ9�o�x��%u?�ڷ}<���n�����Ծ��i�=u?��/�:��4��6~���۷}<M�����:Ǜ�mO#����sӾ��i�=u?�t����~yqO}�?�t��O��n����m������
����ڷ}<���n����]��_�F�S�Ə����}��ӄ/��aw:�ߵ��i�=u?���mO#��iw:���4��6~�E�p�о��i—�
��ӹ;�o�xqO���?���]�_�F�S7��O���~�/O#�o��O���}��ӄ/������i���4➺��:7��mO#��i����"syi�|[~��nO��{>�&{I��翤>���xqO����~�헇���
����������h{���߆�ۻ�S��Ӏ����Gs�7���0Җ�!�2�LJ��<���n�����~�/O#�o������0ў�!?4���xmO������}��ӈ{�~����g~��6{���n�7|<M�����.�}������
��s��?���i�=u?�l�n���4��6~8�t��mO��n�����}��ӈ{�~����ڷ}<���n�����m�_�F�S���������mO��n�����ؾ��i�=u?�nڷ}<���n����~�/O#�o�������{Oz��%u?�t�ڿ@�ӈ{�~��۷}<���n����~�/O#�o���O�v߾��i—�
�������b�ӈ{�~���ܶo�xqO��O���C��_�F�S��nv��C����	_R7�����}��ӈ{�~�?�߷��i�=u?�t�����4��6~:�t���>�&|I���?��C������
��ӹ}h���4➺��:��]�_�F�S���Ll���4�K�~؝���}��ӈ{�~�;=޴o�xqO��O��i_�헧�ԷDžnnv��}�7��4�k�~��o�Z��4➺��:��}�_�F�S7��O��F-~yqO}ߟ:���mO��n��N�[�xi�ܐ�?��}�������
����9����i�=�m��f�����/��aw{z����h{�~�{x8Z��4➺��v����xi�|[>�2���{<M�����4�7�{>�F�S7��=G#m���'s�[��4ڞ�1�|�u�x��%u?�h����0Җ�!�	�ְ6؞
 ���am�=��+|kg|I�a�װ6��
 ���am�=��;\�ڀ{*kW�����
-���am�=��;\�ڀ{*kw����T֮�9���%��;\�ڀ{*kw����T��p
k�0���W��_SaX��5�
��°v�kXpO�a�װ6��
-��>��3��°v�kXpO�a�װ6��
-���am�=��+|kg|I�a�װ6��
+���am�=��;\�ڀ{*kw����T֮�9���%��;\�ڀ{*kw����T��p
k�0�]�sX;�K*kw����T��p
k�0�����SaX���vƗT��p
k�0�����SaX��5�
��°v�_
kG|M�a�װ6��
 ���am�=��;\�ڀ{*kW�����
-���am�=��;\�ڀ{j���1�
�e°vE�a�l/�0�����S�vG_��~����am�=��+|kg|I��ڝ=����L��h
k���0�����S�vekX;Ӟ	���am�=��;\�ڀ{j���1�
�e°vE�a�l/�0�����SaX��5�
��°v�kXpO�a�
-���_RaX��5�
��°v�k+pO����V"��
-[�>�3���Vb�k+pO����V"��
-[���D�=��j+1�k*l%v���T�J�pm%����J�Sa+���VbƗT�J�pm%����J�Sa+�õ����Vb�ϭČ/������J�Sa+�õ����Vb�k�����������^���v�J����Л�=
k��^���K��_�}���|z�W������?��������~������Oo�,o����T<�{skS�����x����7^P�>��}�pu�T�>V��>f|I��c�����B����}�S�����>��}���}���
-��W�pO��c�����B����}�S��X����%����#��
-��W�pO��c�����B���g�1�K*t;\�G�=����#��
-��W�pO��c���cƗT�>v����{*t;\�G�=����#��
-����>F|M��c�����B����}�S�����>��}���}�������=��@[&t;Z�G�=����#��������c�=����#؞
-��W�pO�����G�-��=���^R�����>��٣��eB����}�S��X����%5w;{t��L�>v���`{*t;\�G�=��>��_R�����>��}�pu�T�>v����{*t+|v3��B����}�S�����>��}�pu�T�>V��>f|I��c�����B����}�S�����>��}���}���
-��W�pO��c�����B����}�S��X����%����#��
-��W�pO��c�����B������_S�����>��}�pu�T�>v����{*t+|v3��B����}�S�����>��}�pu�T�>V��>f|I��c�����B����}�S�����>��}���}���
-��W�pO��c�������cg��#Ж	�NJ���l/��}�pu���}��K��׉�}�`u��T�>V��>f|I�����G�-����#؞
-��W�pO����V�1Ӟ	�ǎV�lO��c�������cg��#Ж	�NJ���l/��}�pu�T�>v����{*t;\�G�=��>��_R�����>��}�pu�T�>v����{*t+|v3��B����}�S�����>��}�pu�T�>6�U�1�k*t;\�G�=����#��
-��W�pO��c���cƗT�>v����{*t;\�G�=����#��
-��
-��nj/��}�pu�T�>v����{*tC9��>��������]w/;;wo�v���=t�S/��������������<}�����ˏ���~��O�~��a=����<�}�������t�*C�C��������pH��J��{*�w���T8�o�C����pH��:��Sᐾ�uH���!}��pO�C�
-���_R�!}g�Cz�-�;Z��`{*�w����|H_�:�ϴg�!}G�lO�C��!=����;{�m�pH_��>�K*�w����|H���h˄C���!=؞
-��>�3���C����@[&�w����T8��p��pH_��>�K*�w���T8��p��pH��:��Sᐾ��!}ƗT8��p��pH��:��Sᐾ�uH���!}��C��/�pH��:��Sᐾ�uH���!}��pO�C�
-���_Rᐾ�uH���!}��pO�C��!=��
-��>�3���!}��pO�C��!=��
-���Cz�=���>�k*�w���T8��p��pH��:��Sᐾ��!}ƗT8��p��pH��:��Sᐾ�uH���!}��C��/�pH��:��Sᐾ�uH���!}��pO�C�
-���_Rᐾ�uH���!}��pO͇��=遶L8���yH��%�;\��{j<����!=��ᐾ�uH���!}��C��/������!=Ж	���Cz�=�;\��{j>��l�g�3ᐾ�uH���!}��pO͇��=遶L8���yH��%�;\��{*�w���T8��p��pH_��>�K*�w���T8��p��pH��:��Sᐾ��!}ƗT8��p��pH��:��Sᐾ�uH���!}�_�G|M�C��!=��
-���Cz�=�;\��{*�W�<����
-���Cz�=�;\��{*�w���T8���yH��%�;\��{*�w���T8�����!=��qH���!}xE�~8����� ����a�p|�������!���8/���h/�����������7_�U��?���-endstream
+���am�=��;\�ڀ{*kw����T֮�9���%��;\�ڀ{*kw����T��p
k�0�]�sX;�K*kw����T��p
k�yX��ǰ6Ж	��=�����°v�kXpO���}��u"kw�����T֮�9���%5kw���2aX��5�
��°v�kXpO��ڕ�a�L{&kw�����T��p
k�yX��ǰ6Ж	��=�����°v�kXpO�a�װ6��
+���am�=��+|kg|I�a�װ6��
+����D�=�;\[��{*l%V��J���
+[���D�=�;\[��{*l%v���T�Jl�Ĉ�������J�Sa+�õ����Vb�k+pO���
+�[�_Ra+�õ����Vb�k+pO����V"��
+[�>�3���Vb������������W/hs�=^���t������=�K��^F��
��_�}���|z��������z���������v�ͻ���>�\G�9-x���ִ�U0�f��*�o��T�S�����P��Y���
+�WpO�
+`����B��U�S�X���%*��
+ ��
+�WpO�
+`����B��g0�K*T�;\@�=*��
+ ��
+�WpO�
+`��
+`ƗT��v�*��{*T�;\@�=*��
+ ��
+�
+���/�P�pU��T��v�*��{*T�;\@�=*�
~U���
+�WpO�
+`����B��U�S�X���%5W�;{T���L��v�*�`{*T�;\@�=5W�+[�L{&T�;Z@�=*��
+ ���+��=*�@[&T�+zV����B��U�Ss��Gh˄
+`G���B��g0�Kj��v���m�P�hU���T��v�*��{*T�+|V�3��B��U�S�����P�pU��T��V���f|I�
+`����B��U�S�����P��Y���
+�WpO�
+`����B��U�S�X���%*��
+ ��
+�WpO�
+`����B��g0�K*T�;\@�=*��
+ ��
+�WpO�
+`�_U�#��B��U�S�����P�pU��T��V���f|I�
+`����B��U�S�����P��Y���
+�WpO�
+`����B��U�S�X���%*��
+ ��
+�WpO���@�-*�=+��^R�����ї
+ ���������P��Y����+��=*�@[&T�;Z@�=*��
+ ���+���
+`�=*��
+ ؞
+�WpO���@�-*�=+��^R�����P�pU��T��v�*��{*T�+|V�3��B��U�S�����P�pU��T��V���f|I�
+`����B��U�S�����Pl�
+`��T��v�*��{*T�;\@�=*��
+ ��
+�
+���/�P�pU��T��v�*��{*T�;\@�=*�>+�_R�*jm^Ш�^��X/�x����x{����8�z���nV�����?��������ח��_~��_߽������ӧ�������sݫW��Ꮟ��V'pޓ�?Լ'��S�{�7^P�'�Sូ�uO���=y�_ݓG|M�{��=9��
+���{r�=��;\��{*ܓW��'������;{ܓm�pO�Ѻ'�Sូ�uO���{���=y�=��;Z��`{*ܓw�����|O���h˄{����^Rូ�uO���{����@[&ܓw�����T�'��yO��%5ߓw��'�2ូ�uO���=y��pO�{�
+���_Rូ�uO���=y��pO�{��=9��
+��>��3���=y��pO�{��=9��
+���{r�=��+|ޓg|I�{��=9��
+���{r�=��;\��{*ܓW��'���
+���{r�=��;\��{*ܓw����T�'��yO��%��;\��{*ܓw����T�'�pݓ�pO��W��_Sូ�uO���=y��pO�{��=9��
+��>��3���=y��pO�{��=9��
+���{r�=��+|ޓg|I�{��=9��
+���{r�=��;\��{*ܓW��'���
+���{r�=��;\��{j�'��qO�e�=yE�{�l/�pO��'�S�=yG_��~����{r�=��+|ޓg|I���=�Ɂ�L�'�hݓ���pO��'�S�=ye�<Ӟ	���{r�=��;\��{j�'��qO�e�=yE�{�l/�pO��'�Sូ�uO���=y��pO�{�
+���_Rូ�uO���=y��pO�{��=9��
+��>��3���=y��pO�{��=9��
+���{r�=����<�k*ܓw����T�'�pݓ�pO��'�Sូ��=yƗT�'�pݓ�pO��'�Sូ�uO���=y��{�/�pOϛ�{rxA����{��οFϿ�?�%�e;��o>���=~����i���翌�~e������)�S�/�o��o����!�
\sendstream
 endobj
-1857 0 obj <<
+1886 0 obj <<
 /Type /Page
-/Contents 1858 0 R
-/Resources 1856 0 R
+/Contents 1887 0 R
+/Resources 1885 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1950 0 R
-/Annots [ 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 ]
+/Parent 1979 0 R
+/Annots [ 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 ]
 >> endobj
-1860 0 obj <<
+1889 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 707.2479 223.1921 716.0945]
 /Subtype /Link
 /A << /S /GoTo /D (emailpreferences) >>
 >> endobj
-1861 0 obj <<
+1890 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 707.2479 538.9788 716.0945]
 /Subtype /Link
 /A << /S /GoTo /D (emailpreferences) >>
 >> endobj
-1862 0 obj <<
+1891 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 694.2965 212.3333 703.1431]
+/Rect [118.5554 694.1769 212.3333 703.1431]
 /Subtype /Link
 /A << /S /GoTo /D (savedsearches) >>
 >> endobj
-1863 0 obj <<
+1892 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 694.2965 538.9788 703.1431]
+/Rect [527.0237 694.1769 538.9788 703.1431]
 /Subtype /Link
 /A << /S /GoTo /D (savedsearches) >>
 >> endobj
-1864 0 obj <<
+1893 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 681.345 231.5312 690.1917]
+/Rect [118.5554 681.2254 231.5312 690.1917]
 /Subtype /Link
 /A << /S /GoTo /D (accountpreferences) >>
 >> endobj
-1865 0 obj <<
+1894 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 681.345 538.9788 690.1917]
+/Rect [527.0237 681.2254 538.9788 690.1917]
 /Subtype /Link
 /A << /S /GoTo /D (accountpreferences) >>
 >> endobj
-1866 0 obj <<
+1895 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [118.5554 668.3936 198.5945 677.2402]
+/Rect [118.5554 668.274 198.5945 677.2402]
 /Subtype /Link
 /A << /S /GoTo /D (permissionsettings) >>
 >> endobj
-1867 0 obj <<
+1896 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 668.3936 538.9788 677.2402]
+/Rect [527.0237 668.274 538.9788 677.2402]
 /Subtype /Link
 /A << /S /GoTo /D (permissionsettings) >>
 >> endobj
-1868 0 obj <<
+1897 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 653.3849 195.4263 664.2888]
 /Subtype /Link
 /A << /S /GoTo /D (reporting) >>
 >> endobj
-1869 0 obj <<
+1898 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 653.3849 538.9788 664.2888]
 /Subtype /Link
 /A << /S /GoTo /D (reporting) >>
 >> endobj
-1870 0 obj <<
+1899 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 640.4334 181.4293 651.3374]
 /Subtype /Link
 /A << /S /GoTo /D (reports) >>
 >> endobj
-1871 0 obj <<
+1900 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 640.4334 538.9788 651.3374]
 /Subtype /Link
 /A << /S /GoTo /D (reports) >>
 >> endobj
-1872 0 obj <<
+1901 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 629.5393 176.4479 638.3859]
 /Subtype /Link
 /A << /S /GoTo /D (charts) >>
 >> endobj
-1873 0 obj <<
+1902 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 629.5393 538.9788 638.3859]
 /Subtype /Link
 /A << /S /GoTo /D (charts) >>
 >> endobj
-1874 0 obj <<
+1903 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 614.5306 244.6318 625.4345]
 /Subtype /Link
-/A << /S /GoTo /D (2841) >>
+/A << /S /GoTo /D (2903) >>
 >> endobj
-1875 0 obj <<
+1904 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 614.5306 538.9788 625.4345]
 /Subtype /Link
-/A << /S /GoTo /D (2841) >>
+/A << /S /GoTo /D (2903) >>
 >> endobj
-1876 0 obj <<
+1905 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [142.4658 601.5791 277.5779 612.4831]
 /Subtype /Link
 /A << /S /GoTo /D (charts-new-series) >>
 >> endobj
-1877 0 obj <<
+1906 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 601.5791 538.9788 612.4831]
 /Subtype /Link
 /A << /S /GoTo /D (charts-new-series) >>
 >> endobj
-1878 0 obj <<
+1907 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 588.6277 140.6423 599.5316]
 /Subtype /Link
 /A << /S /GoTo /D (flags) >>
 >> endobj
-1879 0 obj <<
+1908 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 588.6277 538.9788 599.5316]
 /Subtype /Link
 /A << /S /GoTo /D (flags) >>
 >> endobj
-1880 0 obj <<
+1909 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 575.6763 153.9225 586.5802]
 /Subtype /Link
 /A << /S /GoTo /D (whining) >>
 >> endobj
-1881 0 obj <<
+1910 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 575.6763 538.9788 586.5802]
 /Subtype /Link
 /A << /S /GoTo /D (whining) >>
 >> endobj
-1882 0 obj <<
+1911 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 564.7821 191.5117 573.6288]
 /Subtype /Link
 /A << /S /GoTo /D (whining-overview) >>
 >> endobj
-1883 0 obj <<
+1912 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 564.7821 538.9788 573.6288]
 /Subtype /Link
 /A << /S /GoTo /D (whining-overview) >>
 >> endobj
-1884 0 obj <<
+1913 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 549.7734 224.3182 560.6774]
 /Subtype /Link
 /A << /S /GoTo /D (whining-schedule) >>
 >> endobj
-1885 0 obj <<
+1914 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 549.7734 538.9788 560.6774]
 /Subtype /Link
 /A << /S /GoTo /D (whining-schedule) >>
 >> endobj
-1886 0 obj <<
+1915 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 536.822 223.2023 547.7259]
 /Subtype /Link
 /A << /S /GoTo /D (whining-query) >>
 >> endobj
-1887 0 obj <<
+1916 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 536.822 538.9788 547.7259]
 /Subtype /Link
 /A << /S /GoTo /D (whining-query) >>
 >> endobj
-1888 0 obj <<
+1917 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 523.8706 236.5823 534.7745]
 /Subtype /Link
-/A << /S /GoTo /D (2901) >>
+/A << /S /GoTo /D (2963) >>
 >> endobj
-1889 0 obj <<
+1918 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 523.8706 538.9788 534.7745]
 /Subtype /Link
-/A << /S /GoTo /D (2901) >>
+/A << /S /GoTo /D (2963) >>
 >> endobj
-1890 0 obj <<
+1919 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 508.6625 173.7473 519.5417]
 /Subtype /Link
 /A << /S /GoTo /D (customization) >>
 >> endobj
-1891 0 obj <<
+1920 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 508.6625 538.9788 519.5417]
 /Subtype /Link
 /A << /S /GoTo /D (customization) >>
 >> endobj
-1892 0 obj <<
+1921 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 495.2429 169.7129 504.0896]
 /Subtype /Link
 /A << /S /GoTo /D (cust-skins) >>
 >> endobj
-1893 0 obj <<
+1922 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 495.2429 538.9788 504.0896]
 /Subtype /Link
 /A << /S /GoTo /D (cust-skins) >>
 >> endobj
-1894 0 obj <<
+1923 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 480.2342 211.6151 491.1381]
 /Subtype /Link
 /A << /S /GoTo /D (cust-templates) >>
 >> endobj
-1895 0 obj <<
+1924 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 480.2342 538.9788 491.1381]
 /Subtype /Link
 /A << /S /GoTo /D (cust-templates) >>
 >> endobj
-1896 0 obj <<
+1925 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 467.2828 262.0659 478.1867]
 /Subtype /Link
 /A << /S /GoTo /D (template-directory) >>
 >> endobj
-1897 0 obj <<
+1926 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 467.2828 538.9788 478.1867]
 /Subtype /Link
 /A << /S /GoTo /D (template-directory) >>
 >> endobj
-1898 0 obj <<
+1927 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 454.3313 284.6611 465.2353]
 /Subtype /Link
 /A << /S /GoTo /D (template-method) >>
 >> endobj
-1899 0 obj <<
+1928 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 454.3313 538.9788 465.2353]
 /Subtype /Link
 /A << /S /GoTo /D (template-method) >>
 >> endobj
-1900 0 obj <<
+1929 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 441.3799 239.7302 452.2838]
 /Subtype /Link
 /A << /S /GoTo /D (template-edit) >>
 >> endobj
-1901 0 obj <<
+1930 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 441.3799 538.9788 452.2838]
 /Subtype /Link
 /A << /S /GoTo /D (template-edit) >>
 >> endobj
-1902 0 obj <<
+1931 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 428.4285 260.3028 439.3324]
 /Subtype /Link
 /A << /S /GoTo /D (template-formats) >>
 >> endobj
-1903 0 obj <<
+1932 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 428.4285 538.9788 439.3324]
 /Subtype /Link
 /A << /S /GoTo /D (template-formats) >>
 >> endobj
-1904 0 obj <<
+1933 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 415.477 227.3364 426.381]
 /Subtype /Link
 /A << /S /GoTo /D (template-specific) >>
 >> endobj
-1905 0 obj <<
+1934 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 415.477 538.9788 426.381]
 /Subtype /Link
 /A << /S /GoTo /D (template-specific) >>
 >> endobj
-1906 0 obj <<
+1935 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 402.5256 352.9843 413.4295]
 /Subtype /Link
 /A << /S /GoTo /D (template-http-accept) >>
 >> endobj
-1907 0 obj <<
+1936 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 402.5256 538.9788 413.4295]
 /Subtype /Link
 /A << /S /GoTo /D (template-http-accept) >>
 >> endobj
-1908 0 obj <<
+1937 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 389.5742 257.1342 400.4781]
 /Subtype /Link
 /A << /S /GoTo /D (cust-hooks) >>
 >> endobj
-1909 0 obj <<
+1938 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 389.5742 538.9788 400.4781]
 /Subtype /Link
 /A << /S /GoTo /D (cust-hooks) >>
 >> endobj
-1910 0 obj <<
+1939 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 376.6227 262.3947 387.5267]
 /Subtype /Link
 /A << /S /GoTo /D (cust-change-permissions) >>
 >> endobj
-1911 0 obj <<
+1940 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 376.6227 538.9788 387.5267]
 /Subtype /Link
 /A << /S /GoTo /D (cust-change-permissions) >>
 >> endobj
-1912 0 obj <<
+1941 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 363.6713 287.3108 374.5752]
 /Subtype /Link
 /A << /S /GoTo /D (integration) >>
 >> endobj
-1913 0 obj <<
+1942 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 363.6713 538.9788 374.5752]
 /Subtype /Link
 /A << /S /GoTo /D (integration) >>
 >> endobj
-1914 0 obj <<
+1943 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 352.6576 173.1304 361.6238]
 /Subtype /Link
 /A << /S /GoTo /D (bonsai) >>
 >> endobj
-1915 0 obj <<
+1944 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 352.6576 538.9788 361.6238]
 /Subtype /Link
 /A << /S /GoTo /D (bonsai) >>
 >> endobj
-1916 0 obj <<
+1945 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 339.7061 164.8317 348.6724]
 /Subtype /Link
 /A << /S /GoTo /D (cvs) >>
 >> endobj
-1917 0 obj <<
+1946 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 339.7061 538.9788 348.6724]
 /Subtype /Link
 /A << /S /GoTo /D (cvs) >>
 >> endobj
-1918 0 obj <<
+1947 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 326.7547 202.7292 335.721]
 /Subtype /Link
 /A << /S /GoTo /D (scm) >>
 >> endobj
-1919 0 obj <<
+1948 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 326.7547 538.9788 335.721]
 /Subtype /Link
 /A << /S /GoTo /D (scm) >>
 >> endobj
-1920 0 obj <<
+1949 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 313.8033 189.9874 322.7695]
 /Subtype /Link
 /A << /S /GoTo /D (svn) >>
 >> endobj
-1921 0 obj <<
+1950 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 313.8033 538.9788 322.7695]
 /Subtype /Link
 /A << /S /GoTo /D (svn) >>
 >> endobj
-1922 0 obj <<
+1951 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [118.5554 300.8518 235.5163 309.8181]
 /Subtype /Link
 /A << /S /GoTo /D (tinderbox) >>
 >> endobj
-1923 0 obj <<
+1952 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 300.8518 538.9788 309.8181]
 /Subtype /Link
 /A << /S /GoTo /D (tinderbox) >>
 >> endobj
-1924 0 obj <<
+1953 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 283.7061 154.2906 294.5853]
 /Subtype /Link
 /A << /S /GoTo /D (troubleshooting) >>
 >> endobj
-1925 0 obj <<
+1954 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 283.7061 538.9788 294.5853]
 /Subtype /Link
 /A << /S /GoTo /D (troubleshooting) >>
 >> endobj
-1926 0 obj <<
+1955 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 270.1669 179.0778 279.1332]
 /Subtype /Link
 /A << /S /GoTo /D (general-advice) >>
 >> endobj
-1927 0 obj <<
+1956 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 270.1669 538.9788 279.1332]
 /Subtype /Link
 /A << /S /GoTo /D (general-advice) >>
 >> endobj
-1928 0 obj <<
+1957 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 255.2778 328.0678 266.1817]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-testserver) >>
 >> endobj
-1929 0 obj <<
+1958 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 255.2778 538.9788 266.1817]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-testserver) >>
 >> endobj
-1930 0 obj <<
+1959 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 243.0436 401.6009 253.2303]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-perlmodule) >>
 >> endobj
-1931 0 obj <<
+1960 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 243.0436 538.9788 253.2303]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-perlmodule) >>
 >> endobj
-1932 0 obj <<
+1961 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 229.3749 245.6774 240.2789]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-dbdSponge) >>
 >> endobj
-1933 0 obj <<
+1962 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 229.3749 538.9788 240.2789]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-dbdSponge) >>
 >> endobj
-1934 0 obj <<
+1963 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 216.4235 246.3548 227.3274]
 /Subtype /Link
 /A << /S /GoTo /D (paranoid-security) >>
 >> endobj
-1935 0 obj <<
+1964 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 216.4235 538.9788 227.3274]
 /Subtype /Link
 /A << /S /GoTo /D (paranoid-security) >>
 >> endobj
-1936 0 obj <<
+1965 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 203.4721 305.9511 214.376]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-everyone) >>
 >> endobj
-1937 0 obj <<
+1966 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 203.4721 538.9788 214.376]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-everyone) >>
 >> endobj
-1938 0 obj <<
+1967 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 190.5206 313.5621 201.4246]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-some) >>
 >> endobj
-1939 0 obj <<
+1968 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 190.5206 538.9788 201.4246]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-some) >>
 >> endobj
-1940 0 obj <<
+1969 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 177.5692 344.6957 188.4731]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-index) >>
 >> endobj
-1941 0 obj <<
+1970 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 177.5692 538.9788 188.4731]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-index) >>
 >> endobj
-1942 0 obj <<
+1971 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 164.6178 485.6352 175.5217]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-passwd-encryption) >>
 >> endobj
-1943 0 obj <<
+1972 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 164.6178 538.9788 175.5217]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-passwd-encryption) >>
 >> endobj
-1944 0 obj <<
+1973 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 151.3127 118.1166 160.2889]
 /Subtype /Link
 /A << /S /GoTo /D (patches) >>
 >> endobj
-1945 0 obj <<
+1974 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 151.3127 538.9788 160.2889]
+/Rect [522.0424 151.3127 538.9788 160.2889]
 /Subtype /Link
 /A << /S /GoTo /D (patches) >>
 >> endobj
-1946 0 obj <<
+1975 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 135.8705 242.8977 144.8368]
+/Rect [94.6451 135.9901 242.8977 144.8368]
 /Subtype /Link
 /A << /S /GoTo /D (cmdline) >>
 >> endobj
-1947 0 obj <<
+1976 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 135.8705 538.9788 144.8368]
+/Rect [522.0424 135.9901 538.9788 144.8368]
 /Subtype /Link
 /A << /S /GoTo /D (cmdline) >>
 >> endobj
-1948 0 obj <<
+1977 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 120.9814 293.3978 131.8854]
 /Subtype /Link
 /A << /S /GoTo /D (cmdline-bugmail) >>
 >> endobj
-1949 0 obj <<
+1978 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [527.0237 120.9814 538.9788 131.8854]
+/Rect [522.0424 120.9814 538.9788 131.8854]
 /Subtype /Link
 /A << /S /GoTo /D (cmdline-bugmail) >>
 >> endobj
-1859 0 obj <<
-/D [1857 0 R /XYZ 71.731 729.2652 null]
+1888 0 obj <<
+/D [1886 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1856 0 obj <<
-/Font << /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R /F33 1378 0 R >>
+1885 0 obj <<
+/Font << /F27 1298 0 R /F32 1306 0 R /F35 1752 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1998 0 obj <<
-/Length 25214     
+2027 0 obj <<
+/Length 25213     
 /Filter /FlateDecode
 >>
 stream
-xڕ�K�$ə]��_Q˪E۸�ۗ����n9�!C.�	0e
-��z����W=��~�B(B2�X�U�#2�������on�r;m�q|,��������7ھ��nݏ����xY��y������ay���S���o��r:�no���������7��q=^����4������}��w�����������������?���/��~y���|�����������s�������������������i����������#��m�C~��_��~8:����s^����x�8���&�@��O��~����4ʝ:�_���vL��i�;u"�/��-���4ʝ�Z~����~	��4��D����#��v�N�ȷ�sz���N�ܩ��vN�����(w�k�u{;�5��v��u"��κ�S�~�N�ȷ�s8���N�ܩ�}9?N��Q����������^{;M�:���_��鵷�(w�D~��'�5��Q�ԉ|{;�K|��i�;�������5��v��u"����^{;�r�N����n)��Q�ԉ|{;������(w�k�c{;�Gz��4��D~Z�_��ko�Q�ԉ�������i�;u"߾���׾�F�S_�O��r���L�� ���v��s*�O�ܩ��v.�5��Q�ԉ|��P�B�S_�����鵷�$���v��E�è6�ļ�����y;�n�N������Q�����a�=��~��Μ�O��~���it;u"�,�������(w�D~_��G�~?�jc�6��7s�_w;M�:�o��rH=F�S'��՜ӟ��è6�ļ���zM��it;�������1��v��u"�^����ژ��f����it;u"�/������(w�k��\���'�v��u"?-��^{;�r�N��z����N�ܩ��v.����4ʝ�Z~�����^{;M�:�oo�t?���4ʝ:�oo�xO���F�S'���������(w�k�m{;�!��v��u"����^{;�r�N���X�?&��(w�D~_�c|��i�;���~X.�cz��4��D~Z�Sz��4ʝ:�oo�rN���F�S'�����T��F�S_����~
-��4��D����5��v�N�ȷ��^�ko�Q�ԉ|{;�[|��i�;���|8,��=�ÊN�|�N���q��S�~�N��/�������4ʝ:�ߖ��_�~�N}-_��s=���N�|�N��۹��T��F�S'��휏鵷�(w�D����1���4ʝ�Z~����^{;M�:�oogM?"��(w�D���������(w�D~[�K|��i�;���tXN�kz��4��D~\�kz��4ʝ:�_����^{;�r�N���I���F�1_��۫9��;o��=P'��՜靷�(w�D���S���,�?'�����Q������^��c�:M�:�o�%��@;�jcN̗��8�w�N�۩�m�����i�;���zX��Oj�aR;sb>.��������v�D����%��v�N�ȷW�����ژ�ͷ�͜��&�irԉ|{5�[z��4ʝ:�o�fM?�X�Q�ԉ|{9�{|��i�;���~X��#��v��u"?.�{���:�r�N�e��ko�Q�ԉ��\o�g�4ʝ�Z����uM���&�@�ȷ�s9���N�ܩ��v��g�4ʝ:�oo�t��}?�r���_��9��M�� ���v��1��Q�ԉ|{;�t���(w�D~[.�k|��i�;��|=,�{:��i�ԉ��\n�g�4ʝ:�_��5��4ʝ:�oo��}?�r�����sN?�X�I>P'���'��i����_��.��r8��nt������H���O~������������3�������#�׷��9�G=�����l�N�!ץ�������m�~���X�a�
���'��}r������|H�����@��t��/�|?�r�N���~��S�~�N}-����r;��v��u"�����^{;�r�N���9�o�|?�r�N���9>�k�O�ܩ�����鵷�$���v�Cz��4ʝ:�oo簦��N�ܩ�}�m�����è6�k�c]��cz��4��D~Zn�Sz��4ʝ:�_��5v�F�1'���\������ד���jΗS&�i��ԉ|{5�k�~?�jcN�ۛ9^o�z?�n�N�۫�~�I��i�;��|�^�!�-D;LjgŅ�������F�S'���靷�(w�D~_���v�����uYo����iRԉ|{/�5��v�N�ȷ�rY�|?�r�N�ۻ9�k�O�ܩ����N鵷�$���v�����i�;u"���zN���F�S'��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;��wj�H��;��wH�Ժ��[q��N��;��wH�Ժ���U��@-�;�{/�ژuq'T����ZwBy+�ܩeq's����YwBu+�۩uq'���ɝZwB�^�!�1��N�Vq��.��V�!�S��N�ދ;�6f]�	խ�Cn��ŝL���jY�	�{q��Ƭ�;��w��Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;�\��Ժ��[q��N��;��wH�Ժ��[q��N��;��wj�H��;��wH�Ժ��[q��N��;��wH�Ժ���U��@��;��wH�Ժ��[q��N��;��wH�Ժ���U��@��;��wH�Ժ��[q��N��;��wH�Ժ���U��@��;��wH�Ժ��[q��N-�;�{/�ژuq'S���ZwBy+�ܩUq'T�wH��XwBq+�کuq'����ZwB�^�!�1��N�n�r;�.��V�!�S��N�n�P;�.��V�!�S��N(o��;�,�Cjc�ŝL���j]�	學Cr��ŝPފ;$wj]�	學Cr��ŝL���j]�	學Cr��ŝPފ;$wj]�	學Cr��ŝL���j]�	學Cr��ŝPފ;$wj]�	學Cr��ŝHދ;�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝ*w��s�*�T��\��?�[w��u�ŝv꽸s܋;��������}����x�������<������')<	��|�n��|
-��܃�]^<P,(�#�d�,��1!X��,��S!X��,��S�`A�V��V;��Z�p;��\��;�d�=X��DD�,����\��;��\��;��\��;���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�TD�,����\��;��\��;��\��;���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�T$�`A)�,��
+xڕ�K�eǙ]9�_�!0��������jɪ�R[�4@�I*��L*��	���7�_�֦�YL8�:��Gd��7����on�r;m9>���r��?���?m���nݏ����xY��x�O�^���q\//Oힿ����|���?�w��?���<���x����ӴC������?,����r��_�����?������/������|����[�����������O?�����~���������ǿ�����O�e=m����G>,�����߿��>|wt��wh�.�����qFy;M�:�����zM��i�;u"�.������(w�D~_.�[|��i�;����������i�ԉ|{;�Gz��4ʝ:�oo��H���F�S'�����Q������v�kz��4��D���u����4ʝ:�oo�pL���F�S'��r~��k�O�ܩ���'��)��v��u"?m?���ko�Q�ԉ���W.k*�O�ܩ��v.�����(w�k�}{;�kz��4��D����-��v�N�ȷ���R*�O�ܩ��v��9��Q������v����i�ԉ��l?����N�ܩ�e�?鵷�(w�D����_�~�N})?����2�N�|�N��۹ϩ|?�r�N��۹��T��F�S'������ʝ�Z�no�tN���&�@�ȷ���*�F�1'��լ����it;u"������~�N}-?��#���I�̉���X��F�S'��r��O�|?�r�N���x}���è6�k�i{3��u������j.����i�;u"�^�9�}?�jcN�ۛ9��T��F�S_��۫9�;o�I>P'��լ���0��91oo�pJ=F�S'���>���{?�r���_��~Npi�I>P'�Ӳ�.鵷�(w�D~Y��kz��4ʝ:�oo����N�ܩ�����o鵷�$���vN�c*�O�ܩ��v�����i�;u"������}?�r���߶���ko�I>P'���鵷�(w�D~Y.�5�mB;�r�N���p?�׾�F�S_���r;���N�|�N��p=���N�ܩ��v.����i�;u"����|O��i�;�������'�P�N�|�N���9^�ko�Q�ԉ|{;�5��v�N�ȷ�s��׾�F�S_�χ�r~��߬�4�G�D~\��=��Q�ԉ���o�K*�O�ܩ�my���Q����u{;�Cz��4��D����zN��i�;u"�����^{;�r�N���9�k�O�ܩ�����O鵷�$���v��#":�r�N���9�o�|?�r�N�����׾�F�S_�O��t����N�|�N���~����N�ܩ�e9]o鵷�(w�D�������aT������=��v��u"�^���y;�r�N�۫9���΢�#q��^��_�~�N}-�l�eM?��$���^�	�è6��|Y��cz��4��:�ߖ�=�7��F�S_˯�����&�3'��r����z?�n�N�۫�\�;o�Q�ԉ|{5�w��0����|���)�lb�&�@�ȷWs��w�N�ܩ��j����u�N�ȷ�s��׾�F�S_��e}<�ko�I>P'��r���M��(w�D~Y��!��v�N��o���~6�N�ܩ����\����i�ԉ|{;�cz��4ʝ:�oo�~6�N�ܩ��vN�����(w�K�尽�c���:
�:�oog�S�~�N�ȷ�sH::�r�N����׾�F�S_���r���&�@�ȏ��~6�N�ܩ�e9\Ӂ�N�ܩ��v.�����(w�k�q{;����u��u"���y2�y��}���8�r<-���F�><�zX�G:ݖ�}��͇�
��o?�n��t>��An?�_�o����a=�ٶ���gk�t�}�.}��ӯ?���m�����۲
�l��8n?��\���~��C�܇�\��.��u}�@/��i�;u"�/�������(w�k�m]N��9���$���v�����i�;u"����~K��i�;u"����_�~�N}-�oo�xH���&�@�ȷ���ko�Q�ԉ|{;�5��v�N����m��-t�F�1_��r��;o��=P'��r���;o�Q�ԉ������0��91oo�r��|?�n����Ws��2�N�|�N�۫9]S��aTsb����zK��it;u"�^��sO*�O�ܩ����j�/!�aR;sb>-��=}��4��:�_���H=F�S'��r�����(�H|�=��z;��N�z�N��{��酷�(w�D�����H��i�;u"����_�~�N}-?mo�tJ���&�@�ȷ�s<���N�ܩ��v�sz��4ʝ:��m�Pފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]܉佸S�Gj]�	學Cr��ŝPފ;$wj]�	學Cr��ŝL���jY�	�{q��Ƭ�;��w��Ժ��[q��N-�;��w@�̺��[q��N��;��wH�Բ������Yw2��;��uq'���ɝZwB�^�!�1��N�n�r;�.�drw@>P��N�ދ;�6f]�	խ�Cn��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]���*�|��ŝPފ;$wj]�	學Cr��ŝPފ;$wj]܉佸S�Gj]�	學Cr��ŝPފ;$wj]�	學Cr��ŝL���j]�	學Cr��ŝPފ;$wj]�	學Cr��ŝL���j]�	學Cr��ŝPފ;$wj]�	學Cr��ŝL���j]�	學Cr��ŝPފ;$wjY�	�{q��Ƭ�;�Z�pԺ��[q��N��;����C�ĺ��[q��N��;�\��Բ������YwBu+�۩uq'���ɝZw2w+�ڙuq'T����ZwBy+�ܩeq't��R�.�djw�=P��N(o��;�.��V�!�S��N(o��;�.�drw@>P��N(o��;�.��V�!�S��N(o��;�.�drw@>P��N(o��;�.��V�!�S��N(o��;�.�D�^ܩ�#�.��V�!�S��N(o��;�.��V�!�S��N&Wq��.��V�!�S��N(o��;�.��V�!�S��N&Wq��.�T����C����@Uq�z�����Qݺ�s߯�.�S�ŝ�^����o��ˏ_�����������~l���>I�I8���v���S��|�,x~�"X�`A)�u� s�`��	��L�`��
+��L�`ȝZ"���ڙ,��
+�۩,��
+�ܩe� S��$B� �`A��,��
 �ܩ,��
 �ܩ,��
-�ܩ,��=XP�j,��-X�jcB� S+X�n�B� �+X�r����ȭ`A�v&2���v*2�� wj,��-X�jcB� R�`A��,��
-�ܩu� s�`��	��L�`��
-��Hރ�|�����݂�6&2���v*2�� w*"y��
+�ܩ,��=XP�*2�� w*2�� w*2�� w*"y��
 ��L�`ȝ
 ��L�`ȝ
 ��L�`ȝ
@@ -8286,39 +8477,59 @@ xڕ
 ��L�`ȝ
 ��L�`ȝ
 ��L�`ȝ
-��D�,(�#��\��;��\��;��\��;���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@��:X��[���Ƅ`A�����=P!X��,��S�`A�ރ �H�`A&V���N�`A$���Z>P�`A�n�P��Z�p;��\��;�Dnj�3!X��,��S!X��,��S�`A�n�P���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�T$�`A)�,��
+��Hރ�|�B� �+X�r�B� �+X�r�B� �+X�r�B� �?J�H�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P�`A�n�P��Z�p;��\��;�Dnj�3!X��,��S!X��,��S�`A�n�P���j�@�`A&W���N����@mLdj��TD�,���d�,��1!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�TD�,����\��;��\��;��\��;���j�@�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���Tdr@�Tdr@�Tdr@�T$�`A)�,��
 �ܩ,��
 �ܩ,��
 �ܩ,��=XP�*2�� w*2�� w*2�� w*"y��
-��r`���Z�����`A�Hs�`����q?C���z��`�����8��?������_�4�
-�׍w����ϳnd?�B��r��_��Q۱���݄u9������i^4�����i��N�T��F�S'��r����è6���
-�Z]
-p;����KQ�Gjݥ�ܭKjcB�"S�Kn�B�"��Kr��]�ȭ.E�v&t)2���v*t)2�� wj٥��{���Х�ĽKQ�*t)2�� w*t)2�� w*t)2�� w*t)"y�R��
-]�L�.ȝ
-]�L�.ȝ
-]�L�.ȝ
-]�H޻�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХ��KQ�*t)2�� w*t)2�� w*t)2�� w*t)"y�R��
-]�L�.ȝ
-]�L�.ȝ
-]�L�.ȝ
-]�H޻�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХH�O]�R>R�K��ե��S�K��ե��S�K��ե��S�K�{���ԺK��[��Ƅ.E�V��N�.E&W��N���[]�Z�L�Rdju)��T�Rdru)@�ԺK��[��Ƅ.E��]��=P�K��ե��S�.E�n]
+��L�`ȝ
+��L�`ȝ
+��L�`ȝ
+��Hރ�|�B� �+X�r�B� �+X�r�����݂�6&"u��
+��L�`ȝZ2�,��G"2���v*"y��Z2w�ژ,��
+�۩,��
+�ܩu� r+XP��	��L�`��
+��L�`ȝZ2w�ژ,��=XP�*2�� w*2�� w*2�� w*"y��
+��L�`ȝ
+��L�`ȝ
+��L�`ȝ
+��Hރ�|�B� �+X�r�B� �+X�r�B� �+X�r�B� �?J�H�`A&W���N�`A&W���N�`A&W���N�`A$���Z>P!X��,��S!X��,��S!X��,��S!X�{���T��,X�Ԃ�T�G����/������{����	����?���?���1Up�n��7�&�u�-�y*�ߗ�o�R��ڎ}x�e�&�����;�O󢑰�&�@��O��v:���4ʝ:�_��5v�F�1'�V����R�۩ХH�O]�R>R�.E�n]
 P��Z]
-p;���w)j�@����u)@mL�Rdju)��T�Rdru)@�T�RD�ޥ����\]
+p;��\]
+�;��RDnu)j�3�K��ե��S�K��ե��S�.E�޻ �H�.E$�]�Z=P�K��ե��S�K��ե��S�K��ե��S�K�{���T�Rdru)@�T�Rdru)@�T�Rdru)@�T�RD�ޥ����\]
 �;��\]
 �;��\]
 �;���w)j�@�.E&W��N�.E&W��N�.E&W��N�.E$�]�Z>P�K��ե��S�K��ե��S�K��ե��S�K�{���T�Rdru)@�T�Rdru)@�T�Rdru)@�T�RD�ޥ����\]
 �;��\]
 �;��\]
-�;����KQ�G*t)2�� w*t)2�� w*t)2�� w*t)"y�R��
+�;���w)j�@�.E&W��N�.E&W��N�.E&W��N�.E"�R��
 ]�L�.ȝ
 ]�L�.ȝ
 ]�L�.ȝ
-]�H޻�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩu�"s�.��	]�Hݻ�{�B�"��Kr��]�L�w)@��]�L�.��
 ]�H޻�|��]��ݺ�6&t)2���v*t)2�� wjݥ���R�jgB�"S�Kn�B�"��Kr��]��ݺ�6&t)"u�R��
+]�L�.ȝZw)2w�R�ژХ���R�۩Х��KQ�jݥ�ܭKjcB�"S�Kn�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХ��KQ�*t)2�� w*t)2�� w*t)2�� w*t)"y�R��
+]�L�.ȝ
+]�L�.ȝ
+]�L�.ȝ
+]�H޻�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХH�O]�R>R�K��ե��S�K��ե��S�K��ե��S�K�{���T�Rdru)@�T�Rdru)@�T�Rdru)@�T�RD�ޥ����\]
+�;��\]
+�;��\]
+�;���w)j�@�.E&W��N�.E&W��N����u)@mL�RD�ޥ����\]
+�;��Rd�K�D�Rdbu)@�T�RD�ޥ����Rd�֥��1�K��ե��S�K��ե��S�.E�V��V;��Z]
+p;��\]
+�;��Rd�֥��1�K�{��vT�Rdru)@�T�Rdru)@�T�Rdru)@�T�RD�ޥ����\]
+�;��\]
+�;��\]
+�;���w)j�@�.E&W��N�.E&W��N�.E&W��N�.E"�R��
 ]�L�.ȝ
 ]�L�.ȝ
 ]�L�.ȝ
-]�H޻�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х���R�ܩХ���R�ܩХ���R�ܩХH�O]�R>R�K��ե��S�K��ե��S�K��ե��S�K�{���T�Rdru)@�T�Rdru)@�T�Rdru)@�T�RD�ޥ���EN!�R��.�����KQ<������[��K�^��|��<u[��o�{��a{z�����h�)z{���M��O���?��O߭�o?}z�o���ï����ߊ���ϟ����O�����}��c��p�]'7��:-}u��)V�/�Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_���
+]�H޻�|�B�"��Kr�B�"��Kr�B�"��Kr�B�"��.E-�Х(r
+i��u)�h=��]�⑶_F_�_��}^���O����ۺ�~�D���7ۻУm?��G�O��ۃ�noR�������n��������~��/�|�V�x����ç/?����]���g����:���i������H�:}�@���N��i&���N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau��괖TX�fr�NA�TX�fr�NA�TX�fr�NA�TX�F�:��V��\�S�;V��\�S�;V��\�S�;V����Nk�@��i&���N��i&���N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau��괖TX�fr�NA�TX�fr�NA�TX�fr�NA�TX�&��i)��:��Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�j�:��mu
+jc��4Sku
+n���4�ku
+r�֫�ȭ�i�v&�N3�V��v*�N3�V� wj�:��mu
+jc��4R��i���:��Z��ܩ��4s��)��	��L��)��
+��H�W��|�֫���V��6&�N3�V��v*�N3�V� w*�N#y_���
 ��L��)ȝ
 ��L��)ȝ
 ��L��)ȝ
@@ -8329,75 +8540,45 @@ r
 ��L��)ȝ
 ��L��)ȝ
 ��L��)ȝ
-��D��:-�#V��\�S�;V��\�S�;V��\�S�;V����Nk�@�W����NAmLX�fj�N��TX�fr�NA��zu��:��΄�i����N��i&���N�W����NAmLX�F�:��V��\�S�;�^�f�:�1au���:�Sau��괖�zu�����Ƅ�i����N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau��괖TX�fr�NA�TX�fr�NA�TX�fr�NA�TX�F�:��V��\�S�;V��\�S�;V��\�S�;V����Nk�@��i&���N��i&���N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau�ȟV��|���4�ku
-r���4�ku
-r���4�ku
-r���4���i-��:��Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_���
-��L��)ȝ
-��L��)ȝZ�N3w[��ژ�:��}uZ�*�N3�V� wj�:�������:��Z��ک�:��}uZ�j�:��mu
-jc��4Sku
-n���4�ku
-r�֫�ȭ�i�v&�N3�V��v*�N3�V� wj�:��mu
-jc��4R��i���:��Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_���
-��L��)ȝ
-��L��)ȝ
-��L��)ȝ
-��D��:-�#V��\�S�;V��\�S�;V��\�S�;V����Nk�@��i&���N��i&���N��i&���N��i$��Z>PauZl"��)<P[�>?�z8�W��#=5�buڿ�麜�}5�v������?����?��Üt}�̟������no�I?���q��ϼ���܇���y�����_<��~�N��������ՙ|?�r���o��l������&�@�ȷ�s<���N�ܩ�oߛ^{;�r�N���9��k�O�ܩ���u9=�鵷�$��i��/�T��F�S'��r�]�ko�Q�ԉ��ܯ�����(w�k�m{;�[z��4��D����=��v�N�ȷ�sz��z&�O�ܩ��v������(w�k�}{;�Cz��4��D�����^{;�r�N���9�鵷�(w�D~_n�c�~?�jc�6?��x?�w�N�{�N��v;�w�N�ܩ�u9^c��aTsb������~�N}=*<l����Q�D�� ���j�>�>s�F�1'�����T��F�S'��լ�����(w�k������)�0��91���㞾�v�N�ȯ�z�w�N�ܩ�}��W��Y$���e��o�I=P'���\����i�;u"������|?�r�N�ۻ9�k�O�ܩ��S�_E��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�������S���{S��Thjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�������S���ȟ�Z�|�BS+���r�BS+���r�BS+���r�BS+���V-�uS+s����	M�L����
-M�L��ȝZ7�"��Z�ڙ����jj�۩����jj�ܩuS+s����	M�HݛZ�{�BS+���r��M��ݚZ�6&4�2��Z�v*4�"yoj��Z7�2wkj�ژ����jj�۩����jj�ܩ�Ԋ佩U�*4�2��Z w*4�2��Z w*4�2��Z w*4�"yoj��
+��D��:-�#V��\�S�;V��\�S�;V��\�S�;V����Nk�@��i&���N��i&���N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau��괖TX�fr�NA�TX�fr�NA��zu�����Ƅ�i����=Pau�ɵ:�S��i��W� �H��i&���N��i$��Z>P��i�n�SPV��Z�Sp;V��\�S�;�^�Fn�Nk�3au���:�Sau�ɵ:�S��i�n�SPV����Nk�@��i&���N��i&���N��i&���N��i$��Z>Pau�ɵ:�Sau�ɵ:�Sau�ɵ:�Sau��괖TX�fr�NA�TX�fr�NA�TX�fr�NA�TX�&��i)��:��Z��ܩ�:��Z��ܩ�:��Z��ܩ�:��}uZ�*�N3�V� w*�N3�V� w*�N3�V� w*�N#y_���
+��b��N��������A�W��#=5�buڿ�麜�}5�v������?����?��Üt}�̟������no�I?���q�������܇���y������x���4ʝ:�ߗ���ϫ3�~�N}-��M�~6_Cy;M�:�oo�xL���F�S'���iz��4ʝ:�oo�p��}?�r���_���8���N�|�N��~��S�~�N�ȯ��vM���F�S'��r�^�k�O�ܩ����\n鵷�$���v�����i�;u"�������|?�r�N���9>�k�O�ܩ�����鵷�$���v�Cz��4ʝ:�oo簦��N�ܩ�}�=����0�����X�����y;M�:������y;�r�N���x���Qm̉y{3�s|��it;���𰽚��G��N�|�N�۫y����~�Ɯ��7s��R�~�N�ȷW���;�O�ܩ����j�ߧ�äv��|Z��{���it;u"�.����y;�r�N���_�ogQ���Z{\��vH/��&�@�ȷ�r]�o�Q�ԉ|{/���g��4ʝ:�o��|��}?�r�N�N�~�{S��Thjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�������S���{S��Thjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V"jj��
 M�L��ȝ
 M�L��ȝ
 M�L��ȝ
-M�HޛZ�|�BS+���r�BS+���r�BS+���r�BS+���V-�����jj�ܩ����jj�ܩ����jj�ܩ�Ԋ佩U�*4�2��Z w*4�2��Z w*4�2��Z w*4��SS���Thjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�V�nM-P�Z��7�j�@��V&WS�N-�Z�zoj��#�Z�XM-P;�Z��7�j�@��Z��5�@mLhjej5���Thjer5�@�Ժ���Ԫ�΄�V�VS�N��V&WS�N��Z��5�@mLhjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V$�M�Z>P�������S�������S�������S���ȟ�Z�|�BS+���r�BS+���r�BS+���r�BS+���V-�����jj�ܩ����jj�ܩ����jj�ܩ�Ԋ佩U�*4��0T�ԂjM��*�Z�#=7�����M�;�Q�Z���l/j�������?|������_߿��/x���}������_>�2n���o��n~�Z�ɽj�\=y�5?=x1k��Z5�^g¦92k�\��	��Ȭ=sm6&��#��̵٘0eN�}�\��	;�Ȭsm6&��#�6̵٘�`��0�fc�|91��riv&l�#��˵٘0\���-�fc�j92k�\��	����˥ٙ�W�̚+�fc�X92k�\��	K�Ȭ�rm6&̔s_)�fg�F92k�\��	�Ȭ}rm6&��#��ɵ٘0MN�}�\��	��ȬYrm6&��#�6ɵ٘�H��$�fc�91�5riv&l�#��ȵ٘0D���!�fc�
-92k�\��	���ȥٙ�?�̚�fc��82k{\��	��Ȭ�qm6&̎���2L�GfM�k�1ap��7��Ƅ�qd�ظ6�Ɖ�/�K�3�q$n3����#�ȫ�q-6&,�#�Ƶ٘��8k]\z���ȫiq-6&�#�vŵ٘��8�Qq��H�Iq���R�L�Gf͉k�1�1q$n[����K�ȫ!q-6&̈s_�fg��H�&ĵ�#đW��ZlLXGf��k�1a:���r�4;vÑY���lL
Gfm�k�1a1�5��Ƅ�pb�k���L�
-GfM�k�1a(����Ƅ�pd�H�6&‰�/�K�3a�5��Ƅqpd�6�6���Y���lL�'�
-.�΄Mpd�$�6��Y{��lLXGf��k�1a
-����4;v��Y3��lLGfm�k�1a�5���Ƅ�o`~Z�V�	��Ȭ�om6&#�v��٘������fc��71��oiv&�}#�澵٘0������fc��72k�[��	3���W��ٙ��̚��fc��72k�[��	��Ȭqom6&L{s_��fg®72k�[��	��ȬMom6f���m�[{?aΛx���;���YS��l�r�y�om���odՈ��&���/xK�3��n$n�������ȫ�n-6&,w#����٘�l7k�[z���ȫ�n-6&v#����٘�Z7��n��H��n��K�R�L��Ff�tk�1a���ѭ�Ƅ�nd�@�6湉��sK�3a��5ͭ�Ƅand�.�6V��Y���lL��&��-�΄=nd��6Ƹ�Y[��lLX�Ff
qk�1a���V��y`�72k�[��	�Ȭ�mm6&�o#�Ʒ�٘0�M�}y[��	��Ȭ�mm6&�n#�6��٘������fc��61��miv&lm�Ih6����-m�����v�<��v�7~���
-C�v��Ɏ����~��뷟~�������o����n=|���_�4|��}���>F�d��:.���{}��}]N��>v^>��}x�_�������z!�O�ܩ�u9�o���Q�ԉ������.s�F�1'_
-~]��cz��4��D~Zn�Sz��4ʝ:�_��5v�F�1'���\������ɗ��^���O��\�A>R'��ռ}�\�~?�jcN�ۛ9^o�z?�n�N�۫Yo��Q��ɗ��^��_F��0��91���㞾�v�N�ȯ�~靷�(w�D����{���Щ��=TQ�*�*2�Z w*�*2�r w*+2�� w*4+"y�V��
-يL�nȝ
-�L�tȝ
-�L�zȝ
-��H��|�B�"��ar�B�"�+cr�B�"��dr�B�"���E-������Y�ܩP���JZ�ܩ���Z�ܩе��=lQ�*�-2�� w*�-2�� w*.2�
- w*4."y�\��
-��L��ȝ
-��L��ȝ
-��L��ȝ
-��Hރ�|�B�"��yr�B�"�+{r�B�"��|r�B�"���E-������_�ܩP���J`�ܩ���`�ܩ��H�O!�R>R!�������S���ɕ���S!���U���S���{���:���[�Ƅ2F�V�N�8F&W�N���[��Z�LHddj52��T�ddre2@��:���[)�ƄVF��=P!�������S�bF�n�P��Z�p;����3j�@�����3@mL�gdj�3��Thdr4@�ThhD�Ѩ�2�\
�;J�\)
�;b�\5
�;z��5j�@��F&WS�N��F&WV�N��F&WY�N��F$�q�Z>P!�������S���ɕ���S!���U���S���{h��THmdr�6@�T�mdr�6@�Tndr7@�ThnD�ݨ���\�
�;��\�
�;��\�
�;���)�Q�G*$82� w*T82�2 w*�82�J w*�8"y�q��
-9�L�ȝ
-E�L�$ȝ
-Q�L�*ȝ
-]�H���|�B�#���r�B�#�+�r�B�#���r�B�#��HG-������t�ܩP���Ju�ܩu�#s�Z��	��H݃�{�B�#���r��ՎL�g;@���L�r��
-�H���|��������6&<2��v*D<2�* wj���
-y�jgB�#S��n�B�#�+�r��A��݊�6&4="u�z��
-Y�L��ȝ
-e�L��ȝ
-q�L��ȝ
-}�H��|�B�#���r�B�#�+�r�B�#���r�B�#���G-������}�ܩP���J~�ܩ���~�ܩ��H�O�R>R!�������S���ɕ���S!���U��S��{��TȀdru@@�T(�dr�@@�T��dr�@@�T�D���� E�"m���(��m�9�����fA.��]�Y�z{��26@~���_�������_>���1Gq[����֟��h�r�^.�2�ި������Fū�)��u�"��FɝZ6*B�ި �1�FE�n�
-r;�nTD�ި��#�lT��QAjc֍�P��vjݨ�QAr�������vfݨխQAn�֍�P�$wjը��
-$֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�H��|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|����н7*Hm̺Q�[���N���5*H�ԲQ��[��ά��5*��ԺQ�[���N-�{oT�ژu�"S�Q�Z7*BykT�ܩe�"t�
-R�nT��֨ �S�FE&W���lT��QAjc֍�P��vjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�L�F�jݨ�QAr�֍�P�$wjݨ�QAr�֍�H��|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|�֍�P�$wjݨ�QAr�֍�P�$wjݨ��jT�|�֍�P�$wjݨ�QAr����н7*Hm̺Q��ը��@���5*H�ԪQ��$�H���5*H�ԺQ��ը��@-�{oT�ژu�"T�F��Z7*BykT�ܩe�"s�F��Y7*BukT�۩u�"��FɝZ6*B�ި �1�FE�V���nT��֨ �S�FE(o�
-�;�nT��֨ �S�FE&W���nT��֨ �S�FE(o�
-�;�nT��֨ �S�FE&W���nT��֨ �S�FE(o�
-�;�nT��֨ �S�FE$Z>R�FE(o�
-�;�nT��֨ �S�FE(o�
-�;�nTdr5*@>P�FE(o�
-�;�nT��֨ �S�FE(o�
-�;�nTdr5*@>P�FE�S�@��T5*�GhT����p�A���z{��ި������������뗟��������*�/n������K�rz��7t�S�܇����r�_�/�|?�r�N���t{��_&�O�ܩ�}�_��T��F�S_�o�۹��ko�I>P'����鵷�(w�D���������(w�D����#���4ʝ�Z~����^{;M�:�oog=���N�ܩ��vkz��4ʝ:��m���z?�6&�~"u����
-��L��ȝZ�~2w���ژ�������۩��I�O��R>R��O�n�Pz?�Z�p;z?�\��;���Dn�~j�3�������S�������S��O��{? �H��O$Z=P�������S�������S�������S���{淪T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O$⦅Z>P�������S�������S�������S���{淪T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O"����
-��L��ȝ
-��L��ȝ
-��L��ȝ
-��H�{?�|�ֽ���z?�6&�~2�z?�v*�~2�z? wj�������jgB�'S��n�B�'���r�ֽ���z?�6&�~"u����
-��L��ȝZ�~2w���ژ�������۩�����S�j���ܭ�jcB�'S��n�B�'���r�B�'���O-��������ܩ�������ܩ�������ܩ�����S�*�~2�z? w*�~2�z? w*�~2�z? w*�~"y����
-��L��ȝ
-��L��ȝ
-��L��ȝ
-��H�{?�|�B�'���r�B�'���r�B�'���r�B�'���O-��������ܩ�������ܩ�������ܩ��I�O��R>R�������S�������S�������S���{淪T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N�{?���~@mL��D�����z?�\��;���d���D��db�~@�T��D��������d����1�������S�������S��O�V�V;z?�Z�p;z?�\��;���d����1���{�vT��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O"����
+M�HޛZ�|��M��ݚZ�6&4�2��Z�v*4�2��Z wj�Ԋ�jj�jgBS+S��n�BS+���r��M��ݚZ�6&4�"uoj��
+M�L��ȝZ7�2wkj�ژ����jj�۩�Ԋ佩U�j���ܭ�jcBS+S��n�BS+���r�BS+���V-�����jj�ܩ����jj�ܩ����jj�ܩ�Ԋ佩U�*4�2��Z w*4�2��Z w*4�2��Z w*4�"yoj��
+M�L��ȝ
+M�L��ȝ
+M�L��ȝ
+M�HޛZ�|�BS+���r�BS+���r�BS+���r�BS+���V-�����jj�ܩ����jj�ܩ����jj�ܩ��J�OM�R>R�������S�������S�������S���{S��Thjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��Z��5�@mLhjE��Ԫ��Z�\M-�;�lje꽩�Dhjeb5�@�ThjE��Ԫ��nje����1�������S�������S�V�VS�V;�Z�ZM-p;�Z�\M-�;�nje����1���{S�vThjer5�@�Thjer5�@�Thjer5�@�ThjE��Ԫ��Z�\M-�;�Z�\M-�;�Z�\M-�;�Z��7�j�@��V&WS�N��V&WS�N��V&WS�N��V"jj��
+M�L��ȝ
+M�L��ȝ
+M�L��ȝ
+M�HޛZ�|�BS+���r�BS+���r�BS+���r�BS+���V-���*�PYS�5���lj�����?�[7�6��[	Hj�~{�������?����~���/}������o~���/����˸a޾�-o��Epk��&��as��m����Ŭy|�j�\z�	��ȬIsm6&�#��̵٘�f��3�fc”91�%siv&�#�f̵٘0b���0�fc‚92k�\��	�����˥ٙ�]�̚.�fc�p92k�\��	��Ȭ�rm6&L�s_,�fg�^92k�\��	c�Ȭ�rm6&,�#��ʵ٘0SN�}�\��	�Ȭ�rm6&�#��ɵ٘�N��'�fc�491�eriv&�#�fɵ٘0J���$�fc�"92k�\��	s����ȥٙ�E�̚"�fc�92k�\��	+�Ȭrm6&L�s_ �fg��82k~\��	��Ȭ�qm6&,�#��ǵ٘0;�O���<0as�59��Ƅ�qd�޸6�ƑYc��lL�'�4.�άwƑ�͌k�G"��#�6Ƶؘ�0���fc���D�uq�5"l�#��ŵؘ0,����fc֫�H�Fŵ�#&ʼn�/�K�3aO�5'��Ƭ�đ�m�k�G",�#��ĵؘ0#N�}E\��Yo�#q��ޏDG^�k�1a=�5��Ƅ�pb�����L�
Gf͆k�1a4����Ƅ�pd�`�6�‰���K�3a+�5��Ƅ�pd�N�6V‘Y#��lL�'�.�΄}pd�<�6���Y���lLXGf
�k�1a���*�4;6��Y���lLGf�k�1a
�5��Ƅ)pb�K���L�Gf̀k�1a����Ƅpd���6濁�i�[�&l#����٘0������fc��72k�[��	������ٙ���̚��fc��72k�[��	K�Ȭ�om6&�|s_��fg��72k�[��	�Ȭ}om6&�{#�ƽ�٘0�M�}�[��	��ȬYom6&�z#�6��٘��7�Ao��H�9o��k�R�L��FfMyk�1�!o��w���V��U#��kL��&��-�ά�����wk�G"�w#����ؘ�܍���fcֳ�D��n�5"lv#�&��ؘ0؍����fc�k�H�ƺ��#����/uK�3a��5ӭ�Ƅ�nd�F�6��Y��lL��&��-�΄mnd�4�6���Y���lLX�Ff�rk�1a����"�4;���Ys��lL�Ffmqk�1a��5ĭ�Ƅn`~Z�V�	�Ȭ	nm6&p#����٘������fc��61��miv&�n#�f��٘0������fc��62kp[��	s���׶�ٙ���&��Զ~���}޳VC�����;�������+m۩�';�K���ݺ��~��_����߿�������_?���U�o��~z�œџ븜���m��u9��y��:��_|��r_��|?�r�N���tx��Z��F�S'��r{��]�~?�jcN��������irԉ���n����i�;u"�.�k�~?�jcN�ۛ���;�O�۩�/��������N�|�N�۫y�t���~�Ɯ��7s��R�~�N�ȷW���;�O�ܩ�/����?>���aR;sb>-��=}��4��:�_���>�;o�Q�ԉ�=*���J�?�S�{��VTHUdr�*@�T�Udr�*@�TVdr+@�ThVD������\�
+�;��\�
+�;��\�
+�;���,j�@��E&W��N��E&W��N��E&W��N��E$�1�Z>P!g��ճ��S�h�ɕ���S!j��U���S�k�{آ�TH[dr�-@�T�[dr�-@�T\dr.@�Th\D����2�\��;J�\��;b�\��;z��/j�@��E&W��N��E&W��N��E&W��N��E$��Z>P!��տ��S���ɕ���S!���U���S���ȟB�|�B
+#���r�B
#�+�r�B#���r�B#��(F-�u#s�.��	e�L�4��
+q�L�:ȝZ�1"��ڙ����jd�۩P����d�ܩu(#s�R��	��H�c�{�B.#���r��Ō�ݒ�6&D32���v*t3"yg��Z�32wkg�ژP����g�۩���*h�ܩ�Ј�=�Q�*d42�: w*�42�R w*�42�j w*�4"yj��
+I�L��ȝ
+U�L��ȝ
+a�L��ȝ
+m�H���|�B^#���r�Ba#�+�r�Bd#���r�Bg#���F-�����jm�ܩP����m�ܩ���*n�ܩ�܈�=�Q�*d72�� w*�72�� w*�72�� w*�7�S����THpdr58@�T�pdre8@�Tqdr�8@�ThqD���r�\=�;��\I�;��\U�;����9j�@�4G&W��N�:G&W��N�@G&W��N�FG$Z>P!ӑ�����S�ԑɕ���S�XG�n�Pz��;j�@�dG&W��N-��z�v��#��X�P;����;j�@�����;@mL(xdj%<��T�xdrU<@�Ժ����΄�G�V��N��G&W��N����=@mLhzD������\]�;��\i�;��\u�;���>j�@��G&W��N��G&W��N��G&W��N��G$ﱏZ>P!�������S���ɕ���S!���U���S���ȟ��|�B�#���r�B�#�+�r�B�$���r�B$��H-����ꀀܩP��J��ܩ�䪁�ܩ���=R�*$A��E��jQ����:�����fA.��]�Y�z{��26@~���_���_~���/��똣�-�����g�?ں���˴�7*��n�><��Q��q�F�jݨ�QAr����н7*Hm̺Q�[���N���7*j�H-�{oT�ژu�"T�F��Z7*BykT�ܩe�"s�F��Y7*BukT�۩u�"��FɝZ5*B�{����u�"�Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��FE-�u�"��FɝZ7*BykT�ܩu�"��FɝZ7*2� �e�"t�
+R�nT��֨ �S�FE(o�
+�;�lTd�֨��3�FE�n�
+r;�nT��֨ �S�FE���6fݨ��jT�{�֍�P�$wj٨�{���Ƭ��5*��ԺQ��ը��@-�{oT�ژu�"T�F��Z7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��Q�Z7*BykT�ܩu�"��FɝZ7*BykT�ܩu�"��FE-�u�"��FɝZ7*BykT�ܩu�"��FɝZ7*2� �u�"��FɝZ7*BykT�ܩu�"��FɝZ7*2� �u�"��FɝZ7*BykT�ܩu�"��FɝZ7*2� �u�"��FɝZ7*BykT�ܩe�"t�
+R�nTdj5*�=P�FE(o�
+�;�jT���F�?�FE(n�
+R;�nTdr5*@>P�FE���6fݨխQAn�֍�P�$wj٨�ܭQjg֍�P��vjݨ�QAr����н7*Hm̺Q��ը��@���5*H�ԺQ�[���N���5*H�ԺQ��ը��@���5*H�ԺQ�[���N���5*H�ԺQ��ը��@���5*H�ԺQ�[���N���5*H�ԺQ�{����ԺQ�[���N���5*H�ԺQ�[���N��\�
+�ԺQ�[���N���5*H�ԺQ�[���N��\�
+�ԺQQ��F=�~��U��ꑆF���r=�nШh����7*���>��������|����!G����qy���'ŋ<=f7������	]��:��1�>�������z!�O�ܩ�u9��>����(w�D~_���=��Q������v.����i�ԉ|{;�{z��4ʝ:�oo�t����4ʝ:�oo����}?�r���߷�s<���N�|�N���Y鵷�(w�D���Ú^{;�r�N�{�'s����	��H�{?�{�B�'���r�ֽ���z?�6&�~2�z?�v*�~�S倫�Ժ���[��Ƅ�O�V��N��O&W��N�{?�[��Z�L��dj�~��T��dr�~@�Բ������?���{�VT��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O$⦅Z>P�������S�������S�������S���{淪T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O$⦅Z>P�������S�������S�������S���ȟz?�|�B�'���r�B�'���r�B�'���r�B�'���O-�u�'s����	��L����
+��L��ȝZ�~"�z?�ڙ�������۩�������ܩu�'s����	��H�{?�{�B�'���r�ֽ���z?�6&�~2�z?�v*�~"y����Z�~2w���ژ�������۩�������ܩ�����S�*�~2�z? w*�~2�z? w*�~2�z? w*�~"y����
 ��L��ȝ
 ��L��ȝ
 ��L��ȝ
-��H�{?�|�B�'���r�B�'���r�B�'���r�B�'���O-����k5Q���~�h=\罟⑆��z?�u���z��O;��h����_�����|�������?���O_~��U�ാ�֓�e��8��VA���U���E���U��R>R�VA�n�PZ�Z�p;Z�\��;�nDn�
-j�3�U���*��S�U���*��S�VA��[ �H�VA$Z=P�U���*��S�U���*��S�U���*��S�U�{���Thdr�
+��H�{?�|�B�'���r�B�'���r�B�'���r�B�'���O-��������ܩ�������ܩ�������ܩ�����S�*�~2�z? w*�~2�z? w*�~2�z? w*�~�S倫�T��dr�~@�T��dr�~@�T��dr�~@�T��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O$⦅Z>P�������S�������S��O�n�Pz?���~j�@��O&W��N-{?�z����#z?�X�P;z?���~j�@�{?���~@mL��dj�~��T��dr�~@�Ժ������΄�O�V��N��O&W��N�{?���~@mL��D�����z?�\��;z?�\��;z?�\��;z?���~j�@��O&W��N��O&W��N��O&W��N��O$⦅Z>P�������S�������S�������S���ȟz?�|�B�'���r�B�'���r�B�'���r�B�'���O-��������ܩ�������ܩ�������ܩ�����S�*�~�ZM���j���Z�y�x���s���m�~������N�=�e�����?���/�����?������ӗ_~~�%8�o���z�9��?�UP>no<?o�*x�@U����ԺU��[���ƄVA�V���N�VA&W���N�[�[��Z�Lhdj�
+��Thdr�
+@�ԲU���V�?�U�{��VThdr�
 @�Thdr�
 @�Thdr�
 @�ThD��*��Z�\��;Z�\��;Z�\��;Z���
@@ -8405,16 +8586,12 @@ j
 @�Thdr�
 @�Thdr�
 @�ThD��*��Z�\��;Z�\��;Z�\��;Z���
-j�@�VA&W���N�VA&W���N�VA&W���N�VA"j��
-��L�Vȝ
-��L�Vȝ
-��L�Vȝ
-��H�[�|�֭���Z�6&�
-2�Z�v*�
-2�Z wj�*��j�jgB� S�U�n�B� ��U�r�֭���Z�6&�
-"uo��
+j�@�VA&W���N�VA&W���N�VA&W���N�VA$﭂Z>P�U���*��S�U���*��S�U���*��S�U�ȟZ�|�B� ��U�r�B� ��U�r�B� ��U�r�B� ��VA-�u� s�V��	��L�V��
 ��L�VȝZ�
-2wk�ژ�*��j�۩�*��UP�j�*�ܭU�jcB� S�U�n�B� ��U�r�B� ��VA-��*��j�ܩ�*��j�ܩ�*��j�ܩ�*��UP�*�
+"�Z�ڙ�*��j�۩�*��j�ܩu� s�V��	��H�[�{�B� ��U�r�֭���Z�6&�
+2�Z�v*�
+"yo��Z�
+2wk�ژ�*��j�۩�*��j�ܩ�*��UP�*�
 2�Z w*�
 2�Z w*�
 2�Z w*�
@@ -8422,23 +8599,24 @@ j
 ��L�Vȝ
 ��L�Vȝ
 ��L�Vȝ
-��H�[�|�B� ��U�r�B� ��U�r�B� ��U�r�B� ��VA-��*��j�ܩ�*��j�ܩ�*��j�ܩ�*H�O��R>R�U���*��S�U���*��S�U���*��S�U�{���Thdr�
-@�Thdr�
-@�Thdr�
-@�ThD��*��Z�\��;Z�\��;Z�\��;Z���
-j�@�VA&W���N�VA&W���N�[���
-@mLhD��*��Z�\��;�ld�U��Dhdb�
-@�ThD��*���nd��*��1�U���*��S�U���*��S�VA�V��V;Z�Z�p;Z�\��;�nd��*��1�U�{��vThdr�
+��H�[�|�B� ��U�r�B� ��U�r�B� ��U�r�B� ��VA-��*��j�ܩ�*��j�ܩ�*��j�ܩ�*��UP�*�
+2�Z w*�
+2�Z w*�
+2�Z w*�
+�S����Thdr�
 @�Thdr�
 @�Thdr�
 @�ThD��*��Z�\��;Z�\��;Z�\��;Z���
-j�@�VA&W���N�VA&W���N�VA&W���N�VA"j��
-��L�Vȝ
-��L�Vȝ
-��L�Vȝ
-��H�[�|�B� ��U�r�B� ��U�r�B� ��U�r�B� ��VA-��*��Q����
-�h=�歂���V�������VA;��hW�
-~����|�����o��G�����'�?ۺ��q9O.����֐����!��ǩ���v*�3��� wj9$������0$��}H^�*�3��� w*�3��� w*�3��� w*�#y���
+j�@�VA&W���N�VA&W���N�VA&W���N�VA$﭂Z>P�U���*��S�U���*��S�VA�n�PZ���
+j�@�VA&W���N-[�zo��#Z�X�P;Z���
+j�@�[���
+@mLhdj�
+��Thdr�
+@�ԺU��*��΄VA�V���N�VA&W���N�[���
+@mLhD��*��Z�\��;Z�\��;Z�\��;Z���
+j�@�VA&W���N�VA&W���N�VA&W���N�VA$﭂Z>P�U���*��S�U���*��S�U���*��S�U�ȟZ�|�B� ��U�r�B� ��U�r�B� ��U�r�B� ��VA-��*��j�ܩ�*��j�ܩ�*��j�ܩ�*��UP�*�
+�}�*�j���Z�y��x���Up�o��:?�U�N�=�U�����/��~��������c�����϶n�n\ΓK�C��5$~�bH��q�!9��
+C�L�!9ȝZ�3�>$�G"�#q���
 C�L�!9ȝ
 C�L�!9ȝ
 C�L�!9ȝ
@@ -8446,347 +8624,331 @@ C
 C�L�!9ȝ
 C�L�!9ȝ
 C�L�!9ȝ
-C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$O�OC�R>RaH��5$�SaH��5$�SaH��5$�SaH������zH��ې�Ƅ!y�֐�N�!y&א�N���[C�Z�L�gj
���T�gr
�A��zH��ې�Ƅ!y��C��=PaH��5$�S�!y�nCrP��ZCrp;�䑼�k�@��䙻
�AmL�gj
���T�gr
�A�T�G�>$����\Cr�;��\Cr�;��\Cr�;�䑼�k�@�!y&א�N�!y&א�N�!y&א�N�!y$�C�Z>PaH��5$�SaH��5$�SaH��5$�SaH�����T�gr
�A�T�gr
�A�T�gr
�A�T�G�>$����\Cr�;��\Cr�;��\Cr�;���iH^�G*�3��� w*�3��� w*�3��� w*�#y���
-C�L�!9ȝ
+C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$��}H^�*�3��� w*�3��� w*�3��� w*��Ӑ���T�gr
�A�T�gr
�A�T�gr
�A�T�G�>$����g�6$�1aH��5$�SaH��5$�S�!y�֐�V;��ZCrp;��\Cr�;��g�6$�1aH����vT�gr
�A��zH��ې�Ƅ!y�֐�N�!y$�C�Z>P�!y�nCrP��ZCrp;��\Cr�;�䑼�k�@�!y&א�N�!y&א�N�!y&א�N�!y$�C�Z>PaH��5$�SaH��5$�SaH��5$�SaH�����T�gr
�A�T�gr
�A�T�gr
�A�T�G�>$����\Cr�;��\Cr�;��\Cr�;�䑼�k�@�!y&א�N�!y&א�N�!y&א�N�!y"���
 C�L�!9ȝ
 C�L�!9ȝ
-C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ��<s�!9��	C�H݇�{�<�kHr��C�L��A��C�L�!9��
-C�Hއ�|��C��݆�6&�3����v*�3��� wj=$����jg<SkHn�<�kHr��C��݆�6&�#u���
 C�L�!9ȝ
-C�L�!9ȝ
-C�L�!9ȝ
-C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$O�OC�R>RaH��5$�SaH��5$�SaH��5$�SaH�����T�gr
�A�T�gr
�A�T�gr
�A�T�G�>$������9���!���C�⑆!���o�*s9�aH�N�=�m���?��O߭�o�����������o����������_>m�ߗ_޿�}w?|������_�>"�������vO��yh�?�>�z�1�T
�@�ThE�>�Z�\-�;Z�\-�;Z�\-�;Z���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa���@��Ther
�@�Ther
�@�Ther
�@�Th%�V)�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�j=���m�jc�@+Sk�n��@+�k�r���ȭ�V�v&�2�Z�v*�2�Z wj=���m�jc�@+R��V��0���h�ܩ�@+s����	�L����
-�H�Z�|�����Z�6&�2�Z�v*�2�Z w*�"yh��
+C�Hއ�|�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$��}H^�*�3��� w*�3��� wj=$��mHjc<R�!y��0$����ܩ�<S�Cr$<kHj�<��!y-���<s�!9��	C�L�!9��
+C�L�!9ȝZ�#���ڙ0$����۩0$����ܩ��<s�!9��	C�H݇�{�<�kHr�<�kHr�<�kHr�<��!y-�0$����ܩ0$����ܩ0$����ܩ0$��}H^�*�3��� w*�3��� w*�3��� w*��Ӑ���T�gr
�A�T�gr
�A�T�gr
�A�T�G�>$����\Cr�;��\Cr�;��\Cr�;�䑼�k�@�!y�yN���@mH��@吼x�aH~�!�ۧ�\Ng��So�vۇ���O���w���?}w����A������_������/���O������7����o��������G�~���<�u_��i21����Z�ߧb���ȝ
+�H�Z�|��@+�k�r��@+�k�r��@+�k�r��@+���V-�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�*�2�Z w*�2�Z w*�2�Z w*�"yh��
 �L��ȝ
 �L��ȝ
 �L��ȝ
-�H�Z�|��@+�k�r��@+�k�r��@+�k�r��@+���V-�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�*�2�Z w*�2�Z w*�2�Z w*�"yh��
+�D�4�*�#Z�\-�;Z�\-�;Z�\-�;Z���j�@�Z��
�@mLhej
���Ther
�@��z��5Ъ�΄�V��@�N��V&�@�N�Z��
�@mLhE�>Ъ�Z�\-�;�he�6��1a���5��Sa���@���z����@�Ƅ�V��@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa���@��Ther
�@�Ther
�@�Ther
�@�ThE�>Ъ�Z�\-�;Z�\-�;Z�\-�;Z���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa��ȟZ�|��@+�k�r��@+�k�r��@+�k�r��@+���V-�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�*�2�Z w*�2�Z w*�2�Z w*�"yh��
 �L��ȝ
+�L��ȝZ�2wh�ژ0Њ�}�U�*�2�Z wj9����@��0���h�ک0Њ�}�U�j=���m�jc�@+Sk�n��@+�k�r���ȭ�V�v&�2�Z�v*�2�Z wj=���m�jc�@+R��V��0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�*�2�Z w*�2�Z w*�2�Z w*�"yh��
 �L��ȝ
 �L��ȝ
-�D�4�*�#Z�\-�;Z�\-�;Z�\-�;Z���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa���@��Ther
�@�Ther
�@��z����@�Ƅ�V����=Pa���5��SˁV��Z �H��V&�@�N��V$��Z>P�V�n-PZ�Z-p;Z�\-�;�hEn
�j�3a���5��Sa���5��S�V�n-PZ���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa���5��Sa���5��Sa���5��Sa���@��Ther
�@�Ther
�@�Ther
�@�Th%�V)�0���h�ܩ0���h�ܩ0���h�ܩ0Њ�}�U�*�2�Z w*�2�Z w*�2�Z w*�"yh��
-�r1�
����@���ʁV�H�W�<�����g���ϳ~�����O�����m�=����(���N�`����6\��u�~!Z�u����iN����q��i^���d6��|]������d6��|_�����d6�k�u]N�sx��0��91����r��a2sb�.��5��v��Ɯ����zMo{?Lfc�6߶wr�����ٙ��N����a2sb�����㹑y?LfcN��;9>����٘�����m��`v�ļ����v;LfcN��;9��m��d6��|�~]<������H|�}���~���3'��r��«n��l̉������,y?'��}\��U�Il��3���B�o�
�:\��ļ����Ȏ��g���8�n��x����0��91o/d��W�&�1'_�}�2��x?^#N��+�G��0��91�/o���d6������#�oG���7�����'�v�Μ��W����a2sbn_�>2��l̉�}=�ȼ&�1'_��}1����ٙs�J��y?LfcN����G��0��91��a���d6��볷/`���a0;sbn_�>2��l̉�}��ȼ&�1'��u�#�~��Ɯ$��O��0��91��X���d6���jH�Y���lL,Ef��j�1����{\�4;�J�Ye��lL�*Efe�j�1!���T��Ƅ�Rb�A���L�)EfՔj�1����R��Ƅ�RdVG�6*J��G�J�3!��UP��Ƅ~RdV>�6�I�Y���lL('%�N*�΄lRdV5�6�I�Yɤ�lL&Ef��j�1����bI�y`B*)2��T��	��ȬLRm6&D�"�I�٘PHJ�=�T��Y�"q�#�ޏDh#E^��j�1!���E��Ƭ�H�XQ��kDH"E^�j�1����C��ƬcH����j�G"��o!�bgB)2��T��Y7�"qK �ޏD E^��j�1�~��{��4;�NE�V>����=����bcB�(2�yT��	ţ�܃G�ٙ�;�̪�fcB�(2+uT��	��Ȭ�Qm6&T�s��fgB�(2�pT��	}�Ȭ�Qm6&č"��F�٘P6J�=lT��	Y�Ȭ�Qm6&4�"��F�٘4����fcB�(1��Qiv&��"�JF�٘�1����fcB�(2�aT��	���F�ٙ�/�̪�fcB�(2+]T��	�ȬnQm6&T��S��2LHEf�j�1�W��+��ƄXQdV��6JE����J�3!S�U)��ƄFQdV��6E�Y}��lL�%�'*�΄4QdV��6�D�YY��lL�Ef5�j�1�H��{��4;rD�Y5��lLhEf��j�1�Q$n�������#D�ؙ� ��*�fc���Ȼ�j�ć"��C�טPJ�=<T��Yg�"q��ޏDhE^%�j�1!8����ƬkC�X���kDH
E^��j�1�3����Ƭ#C��5�j�G"�o�bgB^(2�.T��	m�Ȭ�Pm6&��"��B�٘PJ�=*T��	I�Ȭ�Pm6&�"�rB�٘��j	�fcBI(1��Piv&d�"�*B�٘���J�fcB@(2�T��	�������A�Y��lL�Efe�j�1!����ƄbPb�����L�EfՂj�1���
-��ƄPPdV'�6*A��G�J�3!T%n�BP�4-��4��>�͟�o����~�~ծ�@��ۓ=����ӟ?���o�6>��_<�q���q��T�)���r����x�*�r�B2'��fN-�P�����ܩ���*�ܩ�����ܩ�ω佟S�*t2�: w*Dt2�*: w*tt2�B: w*�t"yo���
-5�L��ȝ
-A�L��ȝZ7u2w��ژ�ՉԽ�S�*�u2��: wj��ܭ�jcB_'S+�n�Bb'�?5vJ�H�+;��ev@mL�dj�v��Th�dr�v@��:���۩�΄�N�Vr�N��N&Wu�N-�;�z��#�;���wj�@��N&W~�N��O&W��N�O&W��N�O$��Z>P�ēɕ��S!Ɠ�U��S�Ǔ���S!��{���T��drey@�T�dr�y@�Th�dr�y@�T��D����
-=�\��;"=�\��;:=�\��;R=���zj�@�ZO&W��N�`O&W��N�fO&W��N�lO$�ݞZ>P�ܓɕ��S!ޓ�U��S�ߓ���S!��{ç�T��dre|@�T�dr�|@�Th�dr�|@�T��D�����>�\I�;�>�\U�;�>�\a�;�>����S�G*�}2��> w*~2�
-? w*4~2�"? w*d~"y����Z�~2wK��ژ��Ԫ��۩����
-��ܩu�'r��S��	՟L����
-�L��ȝZ�2w���ژ���Խ�S�*�2�@ wj�ܭjcB(S+n�B
-(��P-�u
(s���	A�L�"��
-M�L�(ȝ
-Y�H޻@�|�B(�+
r�B(��r�B(�+r�B"(��FP-�P	����ܩ
-��*�ܩ�
-���ܩ���T�*�2��A w*D�2��A w*t�2��A w*��"yo��
-��L�|ȝ
-�L��ȝ
-
�L��ȝ
-�H�;B�|�BI(�+%r�BL(��&r�BO(�+(r�BR(�?5�J�H��P&WV�N��P&WY�N��P&W\�N��P$�}�Z>P�0�ɕ�S!2��U�S�3���S!5�{k��T�
er�@�Ter�@�TherE�@�T�E�����C�\�!�;�C�\�!�;��e� �1!A�{��vT�ere�@��2D����?�E��#�S!G�{���ԺH��[��Ƅ(Q�V��N�.Q&W��N��D�[m�Z�L�ej���Ter�@�ԺQ��[��ƄLQ��=P�T�ɕ*�S!V��U+�S�W��,�S!Y�{���T�ere�@�Ter��@�Therŋ@�T�E��/��
-F�\	#�;"F�\#�;:F�\!#�;RF���eT�G*Ԍ2�rF w*�2��F w*4�2��F w*d�"y���
-e�L��ȝ
-q�L��ȝ
-}�L��ȝ
-��H�G�|�B�����#x��9z~�2tT<�P:�@��p]��`�P:j��mO�㯿��ӧ��>}w�|��>���뗟߿�������y����ç/?G��폏o����0�������}r�O[���ӷ��?�b��-"ȝ
-[�L�-"ȝ
-[�L�-"ȝ
-[�H޷��|��1�k�r��1�k�r��1�k�r��1��-b-��E���"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� w*l3��� w*l#y�"��
-[�L�-"ȝ
-[�L�-"ȝ
-[�L�-"ȝ
-[�H޷��|��1�k�r��1�k�r��1�k�r��1�?mK�H�-b&��N�-b&��N�-b&��N�-b$�[�Z>P�-b�n[DP���Z[Dp;���\[D�;��"Fnmk�3a����E�Sa��ɵE�S�-b�n[DP����ok�@�-b&��N�����mAmL�"fjm��T�"F�E����"f�E�1a����E�Sa��ɵE�Sa�����T�"frmA�T�"frmA�T�"frmA�T�"F�E�����\[D�;���\[D�;���\[D�;����ok�@�-b&��N�-b&��N�-b&��N�-b$�[�Z>Pa��ɵE�Sa��ɵE�Sa��ɵE�Sa�����T�"frmA�T�"frmA�T�"frmA�T�"&�-b)��E���"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� w*l3��� w*l#y�"��
+�L��ȝ
+�D�4�*�#Z�\-�;Z�\-�;Z�\-�;Z���j�@��V&�@�N��V&�@�N��V&�@�N��V$��Z>Pa�U.���<Ph=?P9�*�o�J����6�����ۃ��y��;]����/?���Ͳ�]�>����i��w{�f����.�OD+<��=?�2>�iy�>�;>��~��Ɯ���y=]B�~��Ɯ����p^C�~���|m����qo��3'��r�_Ρy?LfcN���t�����٘�}�_��m��l�����N.���a0;sb�����v;LfcN��;9�}<72��l̉y{'�Gz��a2������!��v�Μ��w���n��l̉y{'�5��v��Ɯ���ϋ�P�~������u9ޏ�U�� v��|Zn�Sx��0��91_��5��%�G�D����9���0���z�v�^���㶁Y�k�������ّ��,y?'��}��л&�1'�텬�����d6��˸�_�>�g�kĉ�}��Ȼ&�1'����#�~��Ɯ�߿�}���(Y?�&_��}a����יs����y?LfcN��K�G��0��91��g���d6��k��/f���a0;sbn_�>2��l̉�}�ȼ&�1'��5�#�~��Ɯ|}���s;fgN����G��0��91�/]���d6��ܾn}d��٘��O������3'���#�~��Ɯ�[
)2+�T��	��Ȭ�Rm6&ԕs�+�fgBZ)2��T��	]�Ȭ�Rm6&D�"��J�٘PTJ�=�T��	9�Ȭ�Rm6&��"�RJ�٘R���(�fcBE)1��Riv&$�"�
+J�٘�O���'�fcB<)2��T��	����I�ٙ�M�̪&�fcB3)2+�T��	��Ȭ^Rm6&Ԓ�S,�2LH%Ef��j�1����I��ƄHRdV#�6
+I���J�3�<R$nu����m�ȫ4R-6&��"��H�٘u)+�Tz�I�ȫ"R-6&��"�rH�٘u)�R��H�R��!�R�L� EfU�j�1�R$n	�����ȫ�Q-6&ԏs��fg��H��G��#�G�W٣ZlL�Ef5�j�1�x��{�4;rG�Y���lLhEf��j�1!t��9��Ƅ�Qb��LHEf�j�1�o��7��Ƅ�QdVۨ6�F����J�3!k�U5��Ƅ�QdVҨ6�F�Y=��lL�%�3*�΄�QdVɨ6:F�Y��lL�Ef5�j�1�`��{��4;�E�Y���lLhEf��j�1!\��-��ƄjQ`~�U�	ɢȬbQm6&�"�rE�٘+��j�fcB�(1�PQiv&d�"�*E�٘�(��J�fcB�(2�OT��	u����D�ٙ�&��*�fcB�(2+KT��	Q�Ȭ&Qm6&�s�fgB�(2�FT��	-�ȬQm6f"�ĭCT{?�B�x{��;D�Y��l̲?y��Pm����PdU{���C����J�3��P$nա���͡ȫ�P-6&�"�zC�٘um(+6Tz���ȫ�P-6&t�"�2C�٘ud(��P��H��P�큡R�L�EfՅj�1�-����Ƅ�PdVW�6�B��G�J�3!)�U��Ƅ�PdVN�6bB�Y-��lL(	%�*�΄�PdVE�6B�Y	��lLEf��j�1����A�y`B:(2�T��	ݠȬlPm6&D�"��A�٘PJ�=T��	��ȬZPm6&��"�RA�٘
+����fcB%(1�HPiv&$���MV������f=<�}�����y����/���u��z{��A�÷�~���/�@����Ƨ��9n��?��B�j9�S�\��c��Ts@�TH�D��̩��9�\��;�9�\��;�9�\��;�9���sj�@��N&WB�N��N&WE�N��N&WH�N��N$�-�Z>P���ɕ��S!���U��S�N�nQP�:��wuj�@��N&WZ�N��:���u@mL��djv��TH�$��N)�ue's����	��L����
+��L��ȝZ�v"�z;�ڙP���J�۩����ܩew'S��$Bz'��N��P�����ܩ���*��ܩ������ܩ����S�*�x2�R< w*�x2�j< w*�x2��< w*$y"yo���
+U�L�,ȝ
+a�L�2ȝ
+m�L�8ȝ
+y�H��<�|�B�'�+�r�B�'���r�B�'�+�r�B�'��VO-�P������ܩ���*��ܩ������ܩ����S�*�{2��= w*�{2��= w*�{2�> w*$|"yo���
+�L��ȝ
+!�L��ȝ
+-�L��ȝ
+9�H�{>�|�B�'�+�r�B�'���r�B�'�+�r�B�'�?�}J�H��O&W��N��O&W��N��O&W��N��O$Z>P��O�n�Pb?�Z�p;z?�\��;�N�Dn5j�3�������S!���U��S��O�n�P�?���j�@�P&W�N�#@��U�@mL��ej����THE������e��1!��U�S�	���S!�{��T(er��@�T�erՁ@�T�er�@�THE����*A�\� �;BA�\� �;ZA�\� �;rA����j�@�bP&W2�N�hP&W5�N�nP&W8�N�tP$���Z>P��ɕ�S! ��U�S�!���S!#�{G��T(	er��@�T�	erՄ@�T�	er�@�TH
+%�P)�P���
+�ܩ��*�ܩ����ܩ���/T�*�2�C w*D�2�*C w*t�2�BC w*��"yo
��
+��L��ȝ
+��L��ȝ
+͡L��ȝ
+١H޻C�|�By(�+=r�B|(��>r������D�6&$�"uo��
+�L�ȝZ��2�^"�G"��2�bD�v*�"y���Z�2wK�ژ%�Ԫ�۩�%��
+�ܩu�(r�MT��	u�L�<��
+��L�BȝZ7�2w��ژ�)�ԽST�*��2�RE w*Ċ2�jE w*�2��E w*$�"yo��
+բL�lȝ
+�L�rȝ
+��L�xȝ
+��H��E�|�B�(�+ar�B�(��br�B�(�+dr�B�(�?��J�H��Q&W��N��Q&W��N��Q&W��N��Q$�]�Z>P�l�ɕ6�S!n��U7�S�o��8�S!q�{㨖T���4s�:G�T���GJG(����JG����������_�����ϧo���?����7}���_����o���?|���q���~���i�O㏼n��=�'w��E,�?}���*��/��"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� w*l3��� w*l#y�"��
 [�L�-"ȝ
 [�L�-"ȝ
 [�L�-"ȝ
-[�H޷��|��1�k�r��1�k�r��[��ݶ��6&l#u�"��
-[�L�-"ȝZn3��E�G"l3����v*l#y�"��Zo3w�"�ژ�E���"�۩�E���"�ܩ�1rk�X��	[�L�-"��
-[�L�-"ȝZo3w�"�ژ�E��}�X�*l3��� w*l3��� w*l3��� w*l#y�"��
+[�H޷��|��1�k�r��1�k�r��1�k�r��1��-b-��E���"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� w*l3��� w*l�����T�"frmA�T�"frmA�T�"frmA�T�"F�E����"f�E�1a����E�Sa��ɵE�S�-b���V;���Z[Dp;���\[D�;��"f�E�1a����vT�"frmA��z�����Ƅ-b���N�-b$�[�Z>P�-b�n[DP���Z[Dp;���\[D�;����ok�@�-b&��N�-b&��N�-b&��N�-b$�[�Z>Pa��ɵE�Sa��ɵE�Sa��ɵE�Sa�����T�"frmA�T�"frmA�T�"frmA�T�"F�E�����\[D�;���\[D�;���\[D�;����ok�@�-b&��N�-b&��N�-b&��N�-b"�"��
 [�L�-"ȝ
 [�L�-"ȝ
 [�L�-"ȝ
-[�H޷��|��1�k�r��1�k�r��1�k�r��1�?mK�H�-b&��N�-b&��N�-b&��N�-b$�[�Z>Pa��ɵE�Sa��ɵE�Sa��ɵE�Sa�����T�"��t�Զ���x�a�x�����iyl�����:��h��׷���Cï����ϟf�������������O��ï��嗟��ĺi�o���6�8�&jBR��t��p>!y�@ń��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB�������zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��rB��		��YOHBu���۩��$��		ɝZNH2w���ڙ��$T�		��ZOHBy���ܩ�$t�R���djMH�=P�	I(o�;�����}BBjc��P�&$�vj=!�䚐�|���нOHHm�zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB��5!�@�'$��MHH��zB�ۄ��N�'$��MHH��zB�������zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��zB�ۄ��N�'$��MHH��zB�ۄ��N�'$�\��zB�ۄ��N�'$��MHH��rB��		��YOH2�&$����$��		ɝZMHB��������$�		��ZOH2�&$ ��$t�R�����6!!�S�	I(o�;���d�6!�3�	I�nr;�����6!!�S�	I��'$�6f=!�Ԛ��{���P�&$$wj=!	�mBBr���P�&$$wj=!�䚐�|���P�&$$wj=!	�mBBr���P�&$$wj=!�䚐�|���P�&$$wj=!	�mBBr���P�&$$wj=!��}BR�Gj=!	�mBBr���P�&$$wj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���L�		�j=!�fᄄh?�ၪ	I�H�o���o��>/i{ŧ����������O��ݗ�a���=��S����=�?���矿���t�ᱜ�okxB����&�x�\غ�����gT�O�s�kx��z^���}z�@/��i�;u"�.�����f��4ʝ:�?���tM��i�;����������F�v��u"����^{;�r�N���9��]m&�O�ܩ��v�k|��i�;�������5��v��u"�~6|��ko�Q�ԉ��������i�;u"�/�����f��4ʝ�Z~^����^{;M�:�oo�zH���F�S'���\鵷�(w�D����_�~�N}-�lo�t\Cy;M�:�oo�xL���F�S'��������i�;u"����_�~�N}-����qN���&�@��O��~9���4ʝ:�_���^{;�r�N���~��׾�F�S_˷���.����i�ԉ|{;�{z��4ʝ:�oo���׵�|?�r�N���9>�k�O�ܩ�����鵷�$���v�Cz��4ʝ:�oo簦��N�ܩ�}�=����Qm���Ǻ�����irԉ���n����i�;u"�.�k�~?�jcN�ۛ���;�O�۩�7��՜/�Dt�#u"�^M�!�v�Ɯ��7s��R�~�N�ȷW���;�O�ܩ����j�?��äv��|Z��{���it;u"�.����y;�r�N����W��Y$���e��o�I=P'���\����i�;u"���e}���4ʝ:�o�{>�׾�F�S_�O��9��ko�I>P'���O鵷�(w�D�����^{;�r�N������ʝ�Z~^���^{;M�:������^{;�r�N���p����N�ܩ�}�\o��Q������v.��cO:M�:�oo��E�Q�ԉ|{;�Gz��4ʝ:�oo�t��}?�r���_��s\�ko�I>P'����k���v�N�ȷ�s8���N�ܩ�}9?N��Q��I+�<����i�ԉ��3�� w*$3�� w*$3�� w*$#yO4��
-��L�D#ȝ
-��L�D#ȝ
-��L�D#ȝ
-��H���|�B�1�+�r�B�1�+�r�B�1�+�r�B�1�?%K�H�Dc&W��N�Dc&W��N�Dc&W��N�Dc$��Z>P�Dc�n�FP��Z�Fp;��\�F�;�N4Fn%k�3!ј��h�S!јɕh�S�Dc�n�FP���'k�@�Dc&W��N����%AmLH4fj%��TH4F�h���N4f�h�1!ј��h�S!јɕh�S!��{���TH4fr%A�TH4fr%A�TH4fr%A�TH4F�h����\�F�;��\�F�;��\�F�;���'k�@�Dc&W��N�Dc&W��N�Dc&W��N�Dc$��Z>P!јɕh�S!јɕh�S!јɕh�S!��{���TH4fr%A�TH4fr%A�TH4fr%A�TH4&�Dc)��h��J4�ܩ�h��J4�ܩ�h��J4�ܩ�h��=�X�*$3�� w*$3�� w*$3�� w*$#yO4��
-��L�D#ȝ
-��L�D#ȝ
-��L�D#ȝ
-��H���|�B�1�+�r�B�1�+�r�։�����6&$#uO4��
-��L�D#ȝZ&3��h�G"$3���v*$#yO4��Z'3wK4�ژ�h��J4�۩�h��J4�ܩu�1r+�X��	��L�D#��
-��L�D#ȝZ'3wK4�ژ�h��=�X�*$3�� w*$3�� w*$3�� w*$#yO4��
+[�H޷��|��1�k�r��1�k�r��1�k�r��1��-b-��E���"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� wj�E��m�jc�1R�-b���E���"�ܩ�1S�[D$�1k�j��1��-b-��1s�-"��	[�L�-"��
+[�L�-"ȝZo#����ڙ�E���"�۩�E���"�ܩ�1s�-"��	[�Hݷ��{��1�k�r��1�k�r��1�k�r��1��-b-��E���"�ܩ�E���"�ܩ�E���"�ܩ�E��}�X�*l3��� w*l3��� w*l3��� w*l�����T�"frmA�T�"frmA�T�"frmA�T�"F�E�����\[D�;���\[D�;���\[D�;����ok�@�-b��K���@m��q�Wl�G���z�x~�����z��So��}}���>4����_�4[�����������_�����~��/��<�&�M��}��p/����6Q����s���	ɫ*&$$wj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���H�'$�|���P�&$$wj=!	�mBBr���P�&$$wj=!�䚐�|���нOHHm�zB�ۄ��N�'$��MHH��rB��ۄ�ά'$��MH���zB�ۄ��N-'$�{���ژ��$SkB�ZOHBy���ܩ�$t�R�����6!!�S�	I&ׄ������}BBjc��P�&$�vj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���L�		�j=!	�mBBr���P�&$$wj=!	�mBBr���H�'$�|���P�&$$wj=!	�mBBr���P�&$$wj=!�䚐�|���P�&$$wj=!	�mBBr���P�&$$wj=!�䚐�|���P�&$$wj=!	�mBBr���P�&$$wj=!�䚐�|���P�&$$wj=!	�mBBr���нOHHm�zB��5!�@�'$��MHH��jB��'$$�H�'$��MHH��zB��5!�@-'$�{���ژ��$T�		��ZOHBy���ܩ�$s�		��YOHBu���۩��$��		ɝZNHB�>!!�1�	I�ք������6!!�S�	I(o�;�����6!!�S�	I&ׄ������6!!�S�	I(o�;�����6!!�S�	I&ׄ������6!!�S�	I(o�;�����6!!�S�	I$��Z>R�	I(o�;�����6!!�S�	I(o�;���drMH@>P�	I(o�;�����6!!�S�	I(o�;���drMH@>P�	I5c'$�@��TMH�G�~}�~i��yI�+>������m]n�}"���\�<�Ѷ�����t�����ǯ?���O���x9]�>���t�q�E��8��u]����Ϩ*�J�><�����no����^���(w�D~].׷?����i�;u",������(w�k�q{;�?����4��D����9��v�N�ȷ�s|���L��F�S'���������(w�k�i{;�kz��4��D��h�����N�ܩ�u9��鵷�(w�D~_��?����i�;����.��#��v��u"�����^{;�r�N��۹�ko�Q�ԉ|{;�5���4ʝ�Z~���鸆�v��u"����^{;�r�N���YO鵷�(w�D����9���4ʝ�Z~]���^{;M�:�����rN��i�;u"�.��5��v�N�����z��}?�r���o��?]n鵷�$���v�����i�;u"�����k3�~�N�ȷ�s|�׾�F�S_����9�ko�I>P'��������i�;u"���aM���F�S'��r{�����ژ�͏u9ޏ靷����i��N靷�(w�D~]����~�Ɯ��7s9�w��F�S_o�۫9_���4�G�D����C�0��91oo�x����4��:�o�f��w��F�S_���դ�Oi�I�̉��\��u���v�D~]��#��v�N�ȷ_�ogQ���Z{\��vH/��&�@�ȷ�r]�o�Q�ԉ|{/������(w�D����1���4ʝ�Z~����^{;M�:�oo�xJ���F�S'��������i�;u"��i(��ܩ���u9<.鵷�$��i�ܯ鵷�(w�D~]�[z��4ʝ:�ߗ��_�~�N}-�lo�r?���$���v��oPt�N�ȷ�sz���N�ܩ��vN�����(w�k�u{;�5��v��u"��κ���i�Q�ԉ|{;�cz��4ʝ:�ߗ��_�~�N����~J���&�@��[L1�+�r�B�1�+�r�B�1�+�r�B�1��Dc-��h��J4�ܩ�h��J4�ܩ�h��J4�ܩ�h��=�X�*$3�� w*$3�� w*$3�� w*$�S����TH4fr%A�TH4fr%A�TH4fr%A�TH4F�h���N4f�h�1!ј��h�S!јɕh�S�Dc�V��V;��Z�Fp;��\�F�;�N4f�h�1!��{��vTH4fr%A��:ј�[��ƄDc�V��N�Dc$��Z>P�Dc�n�FP��Z�Fp;��\�F�;���'k�@�Dc&W��N�Dc&W��N�Dc&W��N�Dc$��Z>P!јɕh�S!јɕh�S!јɕh�S!��{���TH4fr%A�TH4fr%A�TH4fr%A�TH4F�h����\�F�;��\�F�;��\�F�;���'k�@�Dc&W��N�Dc&W��N�Dc&W��N�Dc"J4��
 ��L�D#ȝ
 ��L�D#ȝ
 ��L�D#ȝ
-��H���|�B�1�+�r�B�1�+�r�B�1�+�r�B�1�?%K�H�Dc&W��N�Dc&W��N�Dc&W��N�Dc$��Z>P!јɕh�S!јɕh�S!јɕh�S!��{���TH4��4�������y��x��D�����`t?Ս��r_���h�������?K�ޞ�}��y�hה��|-�endstream
+��H���|�B�1�+�r�B�1�+�r�B�1�+�r�B�1��Dc-��h��J4�ܩ�h��J4�ܩ�h��J4�ܩ�h��=�X�*$3�� w*$3�� wj�h��-�jcB�1R�Dc���h��J4�ܩe�1S�F$B�1+�j�B�1��Dc-�u�1s�D#��	��L�D#��
+��L�D#ȝZ'#���ڙ�h��J4�۩�h��J4�ܩu�1s�D#��	��H���{�B�1�+�r�B�1�+�r�B�1�+�r�B�1��Dc-��h��J4�ܩ�h��J4�ܩ�h��J4�ܩ�h��=�X�*$3�� w*$3�� w*$3�� w*$�S����TH4fr%A�TH4fr%A�TH4fr%A�TH4F�h����\�F�;��\�F�;��\�F�;���'k�@�DcQL��@-���@����#=%�������n4ޗ�z}�G;}x��_��^z?��d������G븦�߶�-�endstream
 endobj
-1997 0 obj <<
+2026 0 obj <<
 /Type /Page
-/Contents 1998 0 R
-/Resources 1996 0 R
+/Contents 2027 0 R
+/Resources 2025 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1950 0 R
-/Annots [ 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 ]
+/Parent 1979 0 R
+/Annots [ 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 ]
 >> endobj
-2000 0 obj <<
+2029 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 707.2279 239.1315 716.2042]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules-manual) >>
 >> endobj
-2001 0 obj <<
+2030 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 707.2279 538.9788 716.2042]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules-manual) >>
 >> endobj
-2002 0 obj <<
+2031 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 691.9054 162.7788 700.7521]
 /Subtype /Link
 /A << /S /GoTo /D (modules-manual-instructions) >>
 >> endobj
-2003 0 obj <<
+2032 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 691.9054 538.9788 700.7521]
 /Subtype /Link
 /A << /S /GoTo /D (modules-manual-instructions) >>
 >> endobj
-2004 0 obj <<
+2033 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 678.954 198.7739 687.8006]
 /Subtype /Link
 /A << /S /GoTo /D (modules-manual-download) >>
 >> endobj
-2005 0 obj <<
+2034 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 678.954 538.9788 687.8006]
 /Subtype /Link
 /A << /S /GoTo /D (modules-manual-download) >>
 >> endobj
-2006 0 obj <<
+2035 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 663.9453 187.9643 674.8492]
 /Subtype /Link
 /A << /S /GoTo /D (modules-manual-optional) >>
 >> endobj
-2007 0 obj <<
+2036 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 663.9453 538.9788 674.8492]
 /Subtype /Link
 /A << /S /GoTo /D (modules-manual-optional) >>
 >> endobj
-2008 0 obj <<
+2037 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 650.6402 231.092 659.6164]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl) >>
 >> endobj
-2009 0 obj <<
+2038 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 650.6402 538.9788 659.6164]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl) >>
 >> endobj
-2010 0 obj <<
+2039 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 635.3176 144.2287 644.1643]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-0) >>
 >> endobj
-2011 0 obj <<
+2040 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 635.3176 538.9788 644.1643]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-0) >>
 >> endobj
-2012 0 obj <<
+2041 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 620.3089 218.9576 631.2129]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-1) >>
 >> endobj
-2013 0 obj <<
+2042 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 620.3089 538.9788 631.2129]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-1) >>
 >> endobj
-2014 0 obj <<
+2043 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 607.3575 179.8349 618.2614]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-2) >>
 >> endobj
-2015 0 obj <<
+2044 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 607.3575 538.9788 618.2614]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-2) >>
 >> endobj
-2016 0 obj <<
+2045 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 594.4061 188.4227 605.31]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-3) >>
 >> endobj
-2017 0 obj <<
+2046 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 594.4061 538.9788 605.31]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-3) >>
 >> endobj
-2018 0 obj <<
+2047 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 583.5119 161.952 592.3586]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-4) >>
 >> endobj
-2019 0 obj <<
+2048 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 583.5119 538.9788 592.3586]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-4) >>
 >> endobj
-2020 0 obj <<
+2049 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 568.5032 199.3117 579.4071]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-5) >>
 >> endobj
-2021 0 obj <<
+2050 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 568.5032 538.9788 579.4071]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-5) >>
 >> endobj
-2022 0 obj <<
+2051 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 557.6091 210.6488 566.4557]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-6) >>
 >> endobj
-2023 0 obj <<
+2052 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 557.6091 538.9788 566.4557]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-6) >>
 >> endobj
-2024 0 obj <<
+2053 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 542.6003 256.3975 553.5043]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-7) >>
 >> endobj
-2025 0 obj <<
+2054 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 542.6003 538.9788 553.5043]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-7) >>
 >> endobj
-2026 0 obj <<
+2055 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 531.7062 151.6308 540.5528]
+/Rect [94.6451 531.5866 151.6308 540.5528]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-8) >>
 >> endobj
-2027 0 obj <<
+2056 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.0424 531.7062 538.9788 540.5528]
+/Rect [522.0424 531.5866 538.9788 540.5528]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-8) >>
 >> endobj
-2028 0 obj <<
+2057 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 518.6352 155.1576 527.6014]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-9) >>
 >> endobj
-2029 0 obj <<
+2058 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 518.6352 538.9788 527.6014]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-9) >>
 >> endobj
-2030 0 obj <<
+2059 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [94.6451 505.8033 240.2873 514.65]
+/Rect [94.6451 505.6837 240.2873 514.65]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-10) >>
 >> endobj
-2031 0 obj <<
+2060 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [522.0424 505.8033 538.9788 514.65]
+/Rect [522.0424 505.6837 538.9788 514.65]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-10) >>
 >> endobj
-2032 0 obj <<
+2061 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [94.6451 490.7946 272.646 501.6985]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-howto) >>
 >> endobj
-2033 0 obj <<
+2062 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 490.7946 538.9788 501.6985]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-howto) >>
 >> endobj
-2034 0 obj <<
+2063 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 475.5866 110.3657 486.4657]
 /Subtype /Link
 /A << /S /GoTo /D (glossary) >>
 >> endobj
-2035 0 obj <<
+2064 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [522.0424 475.5866 538.9788 486.4657]
 /Subtype /Link
 /A << /S /GoTo /D (glossary) >>
 >> endobj
-1999 0 obj <<
-/D [1997 0 R /XYZ 71.731 729.2652 null]
+2028 0 obj <<
+/D [2026 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1996 0 obj <<
-/Font << /F32 1286 0 R /F27 1278 0 R /F33 1378 0 R >>
+2025 0 obj <<
+/Font << /F32 1306 0 R /F27 1298 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2056 0 obj <<
+2085 0 obj <<
 /Length 1858      
 /Filter /FlateDecode
 >>
@@ -8795,8017 +8957,8271 @@ xڍ
 
c��	7/�­ג|���Z���o/������/Œ�Z],��o�PRs��z{�����o���������M��b���_z��?�z�[������>����������>ne~nmÍR�� 3��y�~�v�?�r�O�ء�c����/^���W�����Ƿ�?z>�|��������������F�Lk|��޵س1�胋Y><������끒<�z<����!�:
Y����Xz���[
��Zb񙆸n=�AV�;i�0�u�!'WGg׽��֭^]胝�JC\�xw��s�_6��\h��J#��jಗ؁�4�u���^J,>�׭.�ɑ�LC\���$�I��J#��jಝ�ر�4�u���vBfǾ�׭.�����g������(��W�VO��ʎ}�!�[
�:�;����n5��DX|�!�[�x��<�|��F����e;y�c_i��V�����}�!�[
\��<=����n=�U�;��F����e;!��bV���e;>�c_i��V�.�D�}�!�[�x��5lbǾ���xr�ev�+
q�j�E>��i��V��B�}�!�[�x���ʎ}�~i5p�Nj��W���e;2%�i��V�턞Y|�!�[�������}�~i5����>v�+
q�j����ٱ�4�u��w�z��>�׭G<y�z�7�v��V��ԘY|�!�[
\�SR`񙆸n5pَ<��LC\��� �I��J#��j��U�
 CZu��&v�+
m�j�_��4�u��޵�>�F��4��bo4=��֭^\k=��LC\�xw�־�!�:�r��z�+��K���j�gg��׭.���3�CZu�l&���3
m�z����";�F����e5���aH�NC��x�Gw;
m�j�݅���=�׭g�xW{f�\V�VO.�Ž}�!�[
��Z+;����n5p�N���W���W�Nn��W�V���Y|�!�[
\�;;����n5p�N��g���7�N���W�V��xώ}�!�[
��2�e�JC\�xw�Gz�3
q�zƻw�Ev�+��K��'�kbǾ�׭.�)��JC\��l'���3
q�zƇlG�"�F����e;��c_i��V/O���c_i��V���F�}�!�[�x�����/Vv��V�n��Y|�!�[
���Fa񙆸n5��F���g����Ne/|�i�_Z
\�SBf񙆸n5p�N���W���e;)�c�i���3e;1�c_i�_Z
\����4�u���v|n,>�׭�\��LC\����]��J#��j����^V��׭^\���JC\��l��y�
 CZu��,�ɝ��J#��jಚ4ؙ�4�u���jK?g!�e���Z��>Ӑ֭g��^�=ϝF����e/�VҪӐ��#�3_ih�Vo�u�_�JC\����]���fѺӐ�k���x���[
\VS
-;󕆸n5pY
���aH�γ���-X,��Ⱦ���&����4�u���j{5�NC\��,�wz�3
q�zƻwa����4�/�]����;
q�j�Ņ�ޠ��׭�\m���;
q�zƇl��7��4�/�.�)�
:;
q�jಝ�^M��׭.�I��LC\���e;���x�~m5p�N`o��i��V��x�����n5��ʨ��g����|go��i�_Z
<��ث�w�����Ag�!�[
\�S=����n=�Q��٫�w�V��d�����n5p�Nb�&�i��V��D��Ow�?���x��؝����}q��.'Z���7G�o��P��2�����O�a�N&_@~v���r�RO���y����?�Beendstream
+;󕆸n5pY
���aH�γ���-X,��Ⱦ���&����4�u���j{5�NC\��,�wz�3
q�zƻwa����4�/�]����;
q�j�Ņ�ޠ��׭�\m���;
q�zƇl��7��4�/�.�)�
:;
q�jಝ�^M��׭.�I��LC\���e;���x�~m5p�N`o��i��V��x�����n5��ʨ��g����|go��i�_Z
<��ث�w�����Ag�!�[
\�S=����n=�Q��٫�w�V��d�����n5p�Nb�&�i��V��D��Ow�?���x��؝����}q��/'Z���7G�o��P��2�����O�a�N&_@~v���r�RO���y����?�eendstream
 endobj
-2055 0 obj <<
+2084 0 obj <<
 /Type /Page
-/Contents 2056 0 R
-/Resources 2054 0 R
+/Contents 2085 0 R
+/Resources 2083 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1950 0 R
-/Annots [ 2058 0 R 2059 0 R ]
+/Parent 1979 0 R
+/Annots [ 2087 0 R 2088 0 R ]
 >> endobj
-2058 0 obj <<
+2087 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 676.8022 201.5132 687.7061]
 /Subtype /Link
 /A << /S /GoTo /D (lifecycle-image) >>
 >> endobj
-2059 0 obj <<
+2088 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [527.0237 676.8022 538.9788 687.7061]
 /Subtype /Link
 /A << /S /GoTo /D (lifecycle-image) >>
 >> endobj
-2057 0 obj <<
-/D [2055 0 R /XYZ 71.731 729.2652 null]
+2086 0 obj <<
+/D [2084 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 10 0 obj <<
-/D [2055 0 R /XYZ 214.0665 703.236 null]
+/D [2084 0 R /XYZ 214.0665 703.236 null]
 >> endobj
-2054 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >>
+2083 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2063 0 obj <<
-/Length 2510      
+2092 0 obj <<
+/Length 2482      
 /Filter /FlateDecode
 >>
 stream
-xڥYY��8~ϯh̓�e֕yʱ���l �Y,v���h�Y�JT:=�~�,��I0��1YU,�_T�7�o���b��
-?J��<�n��{��6M�(	S�,p�I��E�7멒�/6��&
-�4ɓ����U�Q��<T������n����}�}�k�Ç��yt7�J����i
3?
-�-j
����4#���Լiϫ0�:s8���f����Nʚ�u�M�)��E��$ED�d�$�N��<s��.{���A��_��(�5���t�Ŀ��y�e%��L;�����wS��m����������<[t�E���yr8OJޡ�et�4�:�ݝLߣ�qƇ��C��+���m��N�J�I��/6i���ڴ/=���?1����q64�qrɂ]"���r�ݽ�;K�봐ފ��*��B8g��t�_M��^��QQx�Vaz��sG�-d���!�0�VL�A�eeᝇ]m�#�
+xڭYY�۸~����'�J�x���O>bgv7S��ĩT�	I�)R!A�g}�Ej赳�r�t7���8�M��›,��~���ItS��7`�}��&M�(	S��pWI���<JoVc%/�D�M�i�'7��a� ��8��/��:����be����b�����G���moJ����'�f~&���diFCߩy՜a�=��pu��~^Ӟ�5M-겛��M���-
+�$�F�M�O�l���k�3G-p����$A��<�� X�9Ow��k���Q��4��|�~3U���m���mӊ�ñ�A�XQd�?�'���:YF�J�|K�z�ۓ�:t�*��0�{hUmu��г
�	i�-�T��b�f���u���SS��#���i�8g}]j'W�,�%���-�ۻ����V�(�//�s&iL�����4Xm�އE��n����2
�_U`�[)&�?#��r��]e�#�
 E�R�̗
-6Y۽}D���PY�'�f⣱G^дL�oV�:��*�J\�˹܂w@e��7-n)�`�<���)_-)J�
-Tl���kU~^O�ϴW������5��<�LS�C�+7�ü��Øj���T�_�|�i�.�Qj=�|4
����Y��g�T�+���ڄm�@��?6a���	ϵ�	�B^Z�ۭʐ��8�I���̶��QaX�%1�j`�w�=��y��a��Ls`!�Y付�e��B��=aROb������M۬u�K�5%����oG(G~��[:��ʡS�*�����N��*G��(I�rDR9ޚ�D7�ʜ��߭�1L�«!6�ڙ��'���+y.���L����$�L��Ҫa�N����P1+�ɜL��<��tif���P���QwڈF%[�t�FV�0�3�gل���eLL-"�(�|/�Pu�q�' ��1t�4�g�=�9 $j"�R'u�L��?�V�nyR��&qV�m8ssC"�f@�����۵=!7g5�j{Q���QǣR�lQ���Z.���k��JvH�uk1�ng��;��N�,�ܝ�f(�l�N
-�*I<�)���ZVK^G�j@T��')�:Q�nS��6-ȧ�j��箭�X�Hu,����Zl���q�Z �Q�׺a�qH���h�r�Bl-2	�$E��*1J��l"�.�'� 6��f���&���X�X�h
U���H�ZZ������(�E���tc��_�`��2��!����N��6�z�v�.]��Vo��֞u:(�B��qyQٱCx��!)�`��4A
-E�z4� ���6I�� zU[��.0N��<@�%9#���5u{���,dl9"@��>#�7H?tZ�pI�m�2�a����k&�E��֐����=�n�i� �v[c�J�j�D�R���C\Q��<4�2��}��Ԓ��Z
�g�K=-�_�JKR�c� {��.�.#�z��-%�ɦR/2��%��Q6���A��b�U���?�x�%���hL�s�|�(�����>��$��
�������T��#xW����mh4�.M�	O@����*	]s���z���f��h�t�?C
6��Y��2��3ch|�k�3�.�NB��7l�!��W������'���=��'�V�u����}3�1��i$�B��-�o�T�Nx`���g��[�7�D����[����:���@	���LaB��
��/�������u/�Gw����-����3�c'���L"��X��\����z|�b>���r��'ʨ��}qDG�!5�8�:'������ɋÔ:O$�=��l��/)�=B�s+�w��Q��J��ب��x���j�G=��:��Y��C���֊�q2���9W��ڙ���K����>�h�z�>�
-8�3А�w&P\���uxu�u�w�m�~�gm��7���,�@e�a�QD�_�
�tX�o���\I�1���Pn��<
Ku�B�^�夈A�mV<樇zyy��w�؆��
-���E�M���N°�R�҄i��N��k�z^�jL5�,r_gL�m	����*�Us���/Y�$#p�z�g;���<�y
-�~�oh(�im�p�0-R�ZcU�$S��kH�\�����my#ĸh\(����j����g�ۙuF~��N�|�~��yi]��N-?�C� ��K�tu����󼈢�"d�Ex�VX�)���������A2��g̝̫�R��w顐o��4���o�*I'z���@|A4s[�\�����]K�����5;��`�H��_��:�R�&���w�9�T7�u���~��U�w���;���CR`���-�̓"����M�?��:I���a��S@�������0	�c�'m�xu�������l���d�a�������^�1&�+��s��U�g�����{xm����X��D���!S-~_��D�>����%q�A���˽�m����~�jiendstream
+6Y}@���PY�'�d⃱G^P7L���:���"�
+\�ɹ܂7-@e5�W
n)�`��/��)_,)J�
+Tl�j��KU|Z}K�ϴ��������4�L]T}�K7��<����j���T�_�|�i���Aj5�|4����Y/�g]�����ڄM�@���7a���	O��	�L^Zś�ʐ��q���-�u�mzl��°�Kb����O�;�Z���1V���B��w1�d��B��=aROb�w�����uS�t��5������#��:��ʡS�*�����N��*G��(I�rDR9^��@7Vʜ��߬w&�֫ 6�ڙ��G���+y.��tL��ȷ�I@9	�U��,WE��b�>�9�TU�y�����45��p�
��n��J��舍��frk�O�	���������,��.@�m�U�`�hj8Fߪ��)�H怐���R��A3Qlj��Y}Z�P}�D�Z[s��*�D��$.�+���3��5!7g5�j{Q���QˣB�dQ���Z.������JvHUc1��z��f�*��knOM�p6Q'�f�$�ϔwmSh-�%��~�#*��ԣ�r�N����I��SS�n��s۔��N�Z��A�P
+�;6}U�n,�(�i]3E�8�\��F4a9B!��h��J�@���‘6s��t�_L��|��,r,^4����Gp$�V%����܈��wעzd�����/F0�J�l�n�W@'Pa��b�U�aB����v��sgkκ�q!�q�����P�!������Y�̖� �"S=�[����rF%�Y��,���'q�򒜑�|���9Ksb26� DR�܈�Z�D��Ί�i��E?ЎNNU��"�Uc���e�:��8[_��1|!N9[�:
�M
+@�!�(�fU	�m�>�ej��C���х�	�/M�%)�e� {��.�.#{��
%�ѦR/2��%��Q�w��A��b�T���?�x�%���h��s8�(�����>��$��
�������T��#xW����mh4�.M�	O@ϳ�*	]s��z���f��h���;C
6��I��4��3ch|�+�37.�NB��7l�!�wW������'�������ܺEJG����fv�Cs����F���>�^�����z�w�Z����������pW;d������	AWu߈�8��B�ʨP��8:�7Rc�Ƚ�=�G�ۉ���8L�[C���������侤-6@B����[�����0zg�QsP~���b�G=k�����$�"�����5rK8V�7�+KO���u���T�\4mWQE�4$�	��8������~�;�4U�މ��мv�0���*�#�D٬�A�F�%A����0�[-��%rC~���K�8�4-#��M�����A��P'-D�P^N��&�5��1�'?�ɠ��gK6�z�e#}8��[�8%H!MX�z�T�ю��.e��"Ua���}�0�^
�p�7TR���C	Ꭓ�ap�zg�g[��<�y
+�n��NH��q��p�0ݦ�[h'1Ta��u�� 5qe��گ���q�ڟ�Y��]׌���xf���S2������7�Z~R��G!@�ʺd�j�鄑�4���,dnkExؕXŚz�Sz��Ãq�G2��g̝̫�BU�7�;����7B��=MH� >� ���B.z`���J����]��B8<r�:z��"���n���mΡÝq
+%��C/5�� fU�
��;=�l1�+��c��6��A�?��:I���a��U@b*'�wMk�CO��fk�m�xu��7��X�_NI2�0�dL��b/��ɕ��9��*���N�w�=Vq��
fPm�x��6��{��?֬?��b�T����-Z=��+��~iu����F2��4�G�:�c?�x�Dm��nß�f��/��ejendstream
 endobj
-2062 0 obj <<
+2091 0 obj <<
 /Type /Page
-/Contents 2063 0 R
-/Resources 2061 0 R
+/Contents 2092 0 R
+/Resources 2090 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 1950 0 R
-/Annots [ 2067 0 R ]
+/Parent 1979 0 R
+/Annots [ 2096 0 R ]
 >> endobj
-2067 0 obj <<
+2096 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [370.6589 581.7312 416.7299 591.744]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl) >>
 >> endobj
-1379 0 obj <<
-/D [2062 0 R /XYZ 71.731 718.3063 null]
+1399 0 obj <<
+/D [2091 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 14 0 obj <<
-/D [2062 0 R /XYZ 350.6594 703.236 null]
+/D [2091 0 R /XYZ 350.6594 703.236 null]
 >> endobj
-1380 0 obj <<
-/D [2062 0 R /XYZ 71.731 692.504 null]
+1400 0 obj <<
+/D [2091 0 R /XYZ 71.731 692.504 null]
 >> endobj
 18 0 obj <<
-/D [2062 0 R /XYZ 285.3895 651.1593 null]
->> endobj
-2064 0 obj <<
-/D [2062 0 R /XYZ 71.731 638.7213 null]
->> endobj
-2065 0 obj <<
-/D [2062 0 R /XYZ 71.731 627.4433 null]
->> endobj
-2066 0 obj <<
-/D [2062 0 R /XYZ 71.731 617.4806 null]
->> endobj
-2068 0 obj <<
-/D [2062 0 R /XYZ 71.731 577.7461 null]
->> endobj
-1381 0 obj <<
-/D [2062 0 R /XYZ 71.731 546.6463 null]
->> endobj
-22 0 obj <<
-/D [2062 0 R /XYZ 191.9617 503.5488 null]
->> endobj
-2069 0 obj <<
-/D [2062 0 R /XYZ 71.731 494.726 null]
->> endobj
-2070 0 obj <<
-/D [2062 0 R /XYZ 71.731 448.9486 null]
->> endobj
-2071 0 obj <<
-/D [2062 0 R /XYZ 71.731 405.113 null]
->> endobj
-1382 0 obj <<
-/D [2062 0 R /XYZ 71.731 348.326 null]
->> endobj
-26 0 obj <<
-/D [2062 0 R /XYZ 216.7521 305.2285 null]
->> endobj
-2072 0 obj <<
-/D [2062 0 R /XYZ 71.731 296.4057 null]
->> endobj
-2073 0 obj <<
-/D [2062 0 R /XYZ 71.731 263.5798 null]
->> endobj
-2074 0 obj <<
-/D [2062 0 R /XYZ 345.2585 252.7851 null]
->> endobj
-2075 0 obj <<
-/D [2062 0 R /XYZ 184.7184 239.8337 null]
->> endobj
-2076 0 obj <<
-/D [2062 0 R /XYZ 71.731 226.8823 null]
->> endobj
-2077 0 obj <<
-/D [2062 0 R /XYZ 71.731 206.7927 null]
->> endobj
-2078 0 obj <<
-/D [2062 0 R /XYZ 510.3166 195.9981 null]
->> endobj
-2079 0 obj <<
-/D [2062 0 R /XYZ 302.6003 183.0467 null]
->> endobj
-2080 0 obj <<
-/D [2062 0 R /XYZ 71.731 170.0952 null]
->> endobj
-2081 0 obj <<
-/D [2062 0 R /XYZ 71.731 162.9571 null]
->> endobj
-2082 0 obj <<
-/D [2062 0 R /XYZ 269.4844 139.2111 null]
->> endobj
-2083 0 obj <<
-/D [2062 0 R /XYZ 495.373 139.2111 null]
->> endobj
-2084 0 obj <<
-/D [2062 0 R /XYZ 266.5633 126.2596 null]
->> endobj
-2085 0 obj <<
-/D [2062 0 R /XYZ 501.4602 126.2596 null]
->> endobj
-2086 0 obj <<
-/D [2062 0 R /XYZ 315.9163 113.3082 null]
->> endobj
-2087 0 obj <<
-/D [2062 0 R /XYZ 71.731 100.3568 null]
->> endobj
-2088 0 obj <<
-/D [2062 0 R /XYZ 312.3486 100.3568 null]
->> endobj
-2089 0 obj <<
-/D [2062 0 R /XYZ 512.5285 100.3568 null]
->> endobj
-2061 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2092 0 obj <<
-/Length 2082      
-/Filter /FlateDecode
->>
-stream
-xڭX_o��Oa���DEQ����f7��8��^�^h���ȢN�6���r(Yvl�]�!93$�7���"��YFŒ�'^�q��Y�y��0��
�,��|�tu�f���e�L�tv{7K�8dYJg�Ü�|v[�;xW�ֈn~�( !~߮To����F�C/K1����7׷�܌f�2�	N.p�z��8�,q�l��4��[�o�*cڋ�B��+ĝ��$�"l�Y����ы�<��~�M�5?�fr�V�|�-o���LU>>>�S�S��]pk��}VfSOU�8�,P���5l��ᒑ����
�͗Ip�k-A�k|���w�PoJ$~H]���}���v���B��ƈ٧�9`N�'�["�$
-T_��_��!p�(��jի�o��92ot�� Q	�G�t}��yYJ#U�k�y���Z�3ok���*Tcxap�=�+�:'lX��*���.k�.�{mʉ��3yS����30VLXb}��(�)Cӑ0��0˃w��}h/3=& ���%q"��V�
-�f�L��(�%j5������mZ�
/=%�mT���Z���kQ�L��v�p�8���0,����l��T����J���@k֞���!W��m�1�x�	l�;�Cp\ca�=M�nŎ�[��vg��n�!���Q�pa�g;�$P�b`�$���������*�W�o8�uv˽�Z��;�!+�f�7�<]�q�K��_��Z<���B��x�h7+4��D�,J���`�,�V�f���Zꆇ0��[�aN�܋�u?��� tG4ZJq�,�����w�Ӓ0�If�V��$a� ��\vq6|������(���m��~��r�
-߶�k�%;��D���hMҡ#�C�ЕhA�5I3h�o�#�9�MČ��:I�Q�g��	���ДZo�	0�L�2����5D��!,!ʰt��I��$O^ʉ��HL#���x]?a��
-lla�-��%0&
LDK�\�}��龵g�)�dQ�q��o��9̮
L�C��)U�RǶK�C���>����������6�%���$��x�D/����05��}��]e��/���)X��N0�x����U�h��{$K1�ժ�`8���%���@���;x���ۃ�p�;��ʺ�i�9��(����O�[mX���m<v�)�	���.Y�+�K(*n��팅�d��)F_1lOGy`��M�h�$�6Z�+34�h:Ff_M��ǯ�XgK�Y	�(��7�C���?�<SŜ��o���a/ iq󚯛R�8~)4e �q��]��^�Y�1yE'O�8p�02J��>F�`���P��&(�͘\v���rmo�Wb�5~�����@�VJZ�5or���k��>0�0����;���`��?��X�j}�K>�B�P���4\INeu�(�x������;�Ѭ���@q
U�k�����N2r�h�a<�Cy͂!(�eY��w�2m8�PUe/d�VtR��_8���������-��(���7�Y%�+´Ux%�4�N@��@�۶Ư%���%R�:9�)l(�aѶ�3�x=��>�Rw��M�u����ո�����s��������
-b�n�^�J�{
�t���͛���{��Bj����n�XS�^��U+�</��]�t�H[B.�ٮwq�z�BjT�c���Ήg�F-�u�����Q`��׽�
-GIp��6������#\w�����^%����-�-��l��f��}��q�0v��*��Ro�����Y�N�Ÿ��Q+����>o�L�����١���>iD�⽛��e@S����8,�Q��9����3�r�!��-���%�BWq
n�PD410��s�ڈ�Jtڳ���Ȑ�e<���c��سU�����@�'��)���H�(�u�l~���M��0۲/X��B�*lj�9�(8O#�[+¶_�r�w��h���=���R��z�H]���3'�v��#�����g{5}�MQ	�����]���%�I��	b�Q���U�!�5��w袕�9I�'��'<ϟ��a:j���G����_ct[�endstream
-endobj
-2091 0 obj <<
-/Type /Page
-/Contents 2092 0 R
-/Resources 2090 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 1950 0 R
+/D [2091 0 R /XYZ 285.3895 651.1593 null]
 >> endobj
 2093 0 obj <<
-/D [2091 0 R /XYZ 270.8269 708.3437 null]
+/D [2091 0 R /XYZ 71.731 638.7213 null]
 >> endobj
 2094 0 obj <<
-/D [2091 0 R /XYZ 509.0114 708.3437 null]
+/D [2091 0 R /XYZ 71.731 627.4433 null]
 >> endobj
 2095 0 obj <<
-/D [2091 0 R /XYZ 258.4498 695.3923 null]
->> endobj
-2096 0 obj <<
-/D [2091 0 R /XYZ 506.4312 695.3923 null]
+/D [2091 0 R /XYZ 71.731 617.4806 null]
 >> endobj
 2097 0 obj <<
-/D [2091 0 R /XYZ 71.731 675.3027 null]
+/D [2091 0 R /XYZ 71.731 577.7461 null]
 >> endobj
-2098 0 obj <<
-/D [2091 0 R /XYZ 487.0986 664.5081 null]
+1401 0 obj <<
+/D [2091 0 R /XYZ 71.731 546.6463 null]
 >> endobj
-1383 0 obj <<
-/D [2091 0 R /XYZ 71.731 644.4185 null]
+22 0 obj <<
+/D [2091 0 R /XYZ 191.9617 503.5488 null]
 >> endobj
-30 0 obj <<
-/D [2091 0 R /XYZ 164.538 601.321 null]
+2098 0 obj <<
+/D [2091 0 R /XYZ 71.731 494.726 null]
 >> endobj
 2099 0 obj <<
-/D [2091 0 R /XYZ 71.731 592.4982 null]
+/D [2091 0 R /XYZ 71.731 448.9486 null]
 >> endobj
 2100 0 obj <<
-/D [2091 0 R /XYZ 71.731 551.7022 null]
+/D [2091 0 R /XYZ 71.731 405.113 null]
+>> endobj
+1402 0 obj <<
+/D [2091 0 R /XYZ 71.731 348.326 null]
+>> endobj
+26 0 obj <<
+/D [2091 0 R /XYZ 216.7521 305.2285 null]
 >> endobj
 2101 0 obj <<
-/D [2091 0 R /XYZ 71.731 536.7582 null]
+/D [2091 0 R /XYZ 71.731 296.4057 null]
 >> endobj
 2102 0 obj <<
-/D [2091 0 R /XYZ 154.4998 525.9636 null]
+/D [2091 0 R /XYZ 71.731 276.5312 null]
 >> endobj
 2103 0 obj <<
-/D [2091 0 R /XYZ 71.731 525.8247 null]
+/D [2091 0 R /XYZ 345.2585 265.7366 null]
 >> endobj
 2104 0 obj <<
-/D [2091 0 R /XYZ 91.6563 508.0309 null]
+/D [2091 0 R /XYZ 184.7184 252.7851 null]
 >> endobj
 2105 0 obj <<
-/D [2091 0 R /XYZ 71.731 495.9114 null]
+/D [2091 0 R /XYZ 71.731 239.8337 null]
 >> endobj
 2106 0 obj <<
-/D [2091 0 R /XYZ 138.8487 485.1168 null]
+/D [2091 0 R /XYZ 71.731 219.7441 null]
 >> endobj
 2107 0 obj <<
-/D [2091 0 R /XYZ 71.731 482.96 null]
+/D [2091 0 R /XYZ 510.3166 208.9495 null]
 >> endobj
 2108 0 obj <<
-/D [2091 0 R /XYZ 91.6563 467.184 null]
+/D [2091 0 R /XYZ 302.6003 195.9981 null]
 >> endobj
 2109 0 obj <<
-/D [2091 0 R /XYZ 71.731 442.1131 null]
+/D [2091 0 R /XYZ 71.731 183.0467 null]
 >> endobj
 2110 0 obj <<
-/D [2091 0 R /XYZ 137.3147 431.3185 null]
+/D [2091 0 R /XYZ 71.731 175.9085 null]
 >> endobj
 2111 0 obj <<
-/D [2091 0 R /XYZ 71.731 429.9378 null]
+/D [2091 0 R /XYZ 269.4844 152.1625 null]
 >> endobj
 2112 0 obj <<
-/D [2091 0 R /XYZ 91.6563 413.3858 null]
+/D [2091 0 R /XYZ 495.373 152.1625 null]
 >> endobj
 2113 0 obj <<
-/D [2091 0 R /XYZ 71.731 401.2663 null]
+/D [2091 0 R /XYZ 266.5633 139.2111 null]
 >> endobj
 2114 0 obj <<
-/D [2091 0 R /XYZ 136.5079 390.4717 null]
+/D [2091 0 R /XYZ 501.4602 139.2111 null]
 >> endobj
 2115 0 obj <<
-/D [2091 0 R /XYZ 71.731 390.3328 null]
+/D [2091 0 R /XYZ 315.9163 126.2596 null]
 >> endobj
 2116 0 obj <<
-/D [2091 0 R /XYZ 91.6563 372.539 null]
+/D [2091 0 R /XYZ 71.731 113.3082 null]
 >> endobj
 2117 0 obj <<
-/D [2091 0 R /XYZ 71.731 360.4195 null]
+/D [2091 0 R /XYZ 312.3486 113.3082 null]
 >> endobj
 2118 0 obj <<
-/D [2091 0 R /XYZ 128.5776 349.6249 null]
+/D [2091 0 R /XYZ 512.5285 113.3082 null]
 >> endobj
 2119 0 obj <<
-/D [2091 0 R /XYZ 71.731 348.2441 null]
+/D [2091 0 R /XYZ 270.8269 100.3568 null]
 >> endobj
 2120 0 obj <<
-/D [2091 0 R /XYZ 91.6563 331.6921 null]
->> endobj
-2121 0 obj <<
-/D [2091 0 R /XYZ 71.731 306.6212 null]
+/D [2091 0 R /XYZ 509.0114 100.3568 null]
 >> endobj
-2122 0 obj <<
-/D [2091 0 R /XYZ 145.3244 295.8266 null]
+2090 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F33 1398 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2123 0 obj <<
-/D [2091 0 R /XYZ 71.731 293.6698 null]
+/Length 2037      
+/Filter /FlateDecode
+>>
+stream
+xڭXmo�����@?TE$EI�"�v����K{E{�@K�ō,�Dj���C)�c;�!0`
ə!9�pfH�H�G9�s��i��ܾJ������s>gzs�����x��lqs�H)�y��E�h\pR,n�Eok�Y�/�)O"���ZɛZ�>����|~��f���<^0��N\O�H����&E�R����𤶶���0z�Ky��%)���[i/�^��5�%M�a�]5�8��/@��-ϋU]�(�b�w���5��B��N����&��sB�'��_�4~�xRVcq�t�3��A�����$��
+�u�:$Z��ߜz�������EkaG�Zb?���T;2��RV�V48҈v3��4g8�5R� U�֊���;�V�mI���/�UX��m�j���:[�D��v��)'[����:7�<�)��K���u^Do{	�0Af�y BI���z�g
'�I
{st&6VVؿ��^R(��zg��a+�@�V�[=�t��n�Y� �3����e/�ǖ��U�0����6u�TK�#y�h�&pU�:?dvU
+�VAa�H`C޺��Z��i���q+n�ܡ��?��t�	3t�����=��&�v����ŒDMP']�J	�����^o�"��#�'9��Ro�C����8J�Xq�"��@���Ӓ���F���B�O�A�/
+��;]1��3��m��e�iE3p�U,+�ȟ�ck���&.x�C����*Ɂ����DSJr83�O�����41q�Ź�巎�����}0��)��톦A_r�z#At_Ʉ�,�x=S��I���F�Ҙ�1�	l�r��$%x��9�ž@�_�4�1[q̜��3��N�j���9�%D����2-��0�_˹��XN\����D�<`3�l<"�ZG`X�<���~��ݗ�H�;&^a��z��o��qvca��\O�K0�=���=ȸ�F�d�Tא}��^��P��\����'��4���蕕�
+f�,`�8q��3���,f,�/�3�'�`��9�X7�n:a����!S[��-d��I��^�����ɽ���� �x�<�{G~ZY?��4�կIB���i߭7�܏�5�{ٖ��I�V<�Uw��
+��G"w�cFr�ά����p�k<��ĵ�3Ԝ>۪Y,m���vl�!u
+ϡ���a��&�ޜ�b���^�M�e@�\r�*:�U����ɞ�A4�o+U��f`Ҍ��H��\��	8�4���e/�L�	G�	F�X�����qE�*p`���viS�^b�?`N��
J\��イ5R�BhD�I)���E��iB��<�f���A\�e|0���`�^��֍9�?�R�Q�g��5\KNev�:F���������9��$.R��E�\�q��v�4q7�������Ҭ���Rm<�PY���N�JW�_@����-F��M�۳(����� �*^���k<���5É�pbOp�K��ox,�T�R�5�9۩n$c�u20UxK
�!�2�R퀵��c0������+��.�B�� =��s�!J���Xx����<nj�ށ��[c4R�%~v�ƺ�pECn�X��tww�X�B'$�V�:����u��{��ʠ�+\��_ܜx<\�r]ozѶ�=�����a�	S�fp7�$��x,�����w����G�{U��G�n�A��•֎�Qu6t��쿹���7�E�w����m�OW\h�$Eo&��:]���z�^�\��Cci��P8�c	V}��f-?�̀���zʄqX���/K��Pi4��{>��p�d�B�*�!\�*��&G=q�][�]��Vg�R��S��1��Ա׫mk./.Fr?�]�ҋo�,K�h����eh�+�xs-����Ԫ�%g�#M���҂�u2�u�3�`�1-�?u���ހ����e��r�$:��PE$Ͱل��l���-ki���^�K|�td;�4!G켭0|- ܵ��w��n�^�g<O�9cq�6ir�ң/���/��)endstream
+endobj
+2122 0 obj <<
+/Type /Page
+/Contents 2123 0 R
+/Resources 2121 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 1979 0 R
 >> endobj
 2124 0 obj <<
-/D [2091 0 R /XYZ 91.6563 277.8939 null]
+/D [2122 0 R /XYZ 258.4498 708.3437 null]
 >> endobj
 2125 0 obj <<
-/D [2091 0 R /XYZ 71.731 265.7744 null]
+/D [2122 0 R /XYZ 506.4312 708.3437 null]
 >> endobj
 2126 0 obj <<
-/D [2091 0 R /XYZ 122.2909 254.9798 null]
+/D [2122 0 R /XYZ 71.731 688.2541 null]
 >> endobj
 2127 0 obj <<
-/D [2091 0 R /XYZ 71.731 253.5991 null]
+/D [2122 0 R /XYZ 487.0986 677.4595 null]
+>> endobj
+1403 0 obj <<
+/D [2122 0 R /XYZ 71.731 657.3699 null]
+>> endobj
+30 0 obj <<
+/D [2122 0 R /XYZ 164.538 614.2725 null]
 >> endobj
 2128 0 obj <<
-/D [2091 0 R /XYZ 91.6563 237.047 null]
+/D [2122 0 R /XYZ 71.731 605.4496 null]
 >> endobj
 2129 0 obj <<
-/D [2091 0 R /XYZ 71.731 219.0148 null]
+/D [2122 0 R /XYZ 71.731 564.6536 null]
 >> endobj
 2130 0 obj <<
-/D [2091 0 R /XYZ 450.945 206.1629 null]
+/D [2122 0 R /XYZ 71.731 549.7096 null]
 >> endobj
 2131 0 obj <<
-/D [2091 0 R /XYZ 518.6154 206.1629 null]
+/D [2122 0 R /XYZ 154.4998 538.915 null]
 >> endobj
 2132 0 obj <<
-/D [2091 0 R /XYZ 108.3457 193.2114 null]
+/D [2122 0 R /XYZ 71.731 538.7761 null]
 >> endobj
 2133 0 obj <<
-/D [2091 0 R /XYZ 175.2191 193.2114 null]
+/D [2122 0 R /XYZ 91.6563 520.9823 null]
 >> endobj
 2134 0 obj <<
-/D [2091 0 R /XYZ 228.8127 193.2114 null]
+/D [2122 0 R /XYZ 71.731 508.8628 null]
 >> endobj
 2135 0 obj <<
-/D [2091 0 R /XYZ 281.8583 193.2114 null]
+/D [2122 0 R /XYZ 138.8487 498.0682 null]
 >> endobj
 2136 0 obj <<
-/D [2091 0 R /XYZ 359.5411 193.2114 null]
+/D [2122 0 R /XYZ 71.731 495.9114 null]
 >> endobj
 2137 0 obj <<
-/D [2091 0 R /XYZ 429.4832 193.2114 null]
+/D [2122 0 R /XYZ 91.6563 480.1355 null]
 >> endobj
 2138 0 obj <<
-/D [2091 0 R /XYZ 477.5574 193.2114 null]
+/D [2122 0 R /XYZ 71.731 455.0646 null]
 >> endobj
 2139 0 obj <<
-/D [2091 0 R /XYZ 71.731 180.26 null]
+/D [2122 0 R /XYZ 137.3147 444.27 null]
 >> endobj
 2140 0 obj <<
-/D [2091 0 R /XYZ 140.4925 180.26 null]
+/D [2122 0 R /XYZ 71.731 442.8892 null]
 >> endobj
 2141 0 obj <<
-/D [2091 0 R /XYZ 197.2193 180.26 null]
+/D [2122 0 R /XYZ 91.6563 426.3372 null]
 >> endobj
 2142 0 obj <<
-/D [2091 0 R /XYZ 71.731 173.8391 null]
+/D [2122 0 R /XYZ 71.731 414.2177 null]
 >> endobj
 2143 0 obj <<
-/D [2091 0 R /XYZ 419.446 162.3272 null]
->> endobj
-1384 0 obj <<
-/D [2091 0 R /XYZ 71.731 116.3348 null]
+/D [2122 0 R /XYZ 136.5079 403.4231 null]
 >> endobj
-2090 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+2144 0 obj <<
+/D [2122 0 R /XYZ 71.731 403.2842 null]
 >> endobj
-2146 0 obj <<
-/Length 1344      
-/Filter /FlateDecode
->>
-stream
-xڵWm��4���"D����qEA�Z8$�
-��
-e��݈$N�l�����^���t�Nv��<3�yffI��� �`�Q)h������	�"����B���
c�FZR̖�	%Y�E� q0[�/�I�e�4����|n6����y�v�7�"�~��N�g[l��1�<h�V��D��%�[o�@�+�[H��f�8�2�̪�=]�j�q�	rS��2P�F� ��дWt���^<m�̟w��m��(̔��.�V�(�pS"B��c��L��8`�0 ��WY�6y�̌�b���u�%MR�!�1�V.����ɻ8X@`o'1��0"|+'\JD��I1�u��3�:Ȫ�!���1V)��@2���.җ��:��c��E2�bL�K�)�$ �A���Gp�V�j��R��t�ň�Vs��6�8b\Rk8���y )�CE�-?��<��Q٧fDb�%J��$��[S��		$���T��.��nצyۚ���অDD���G=�C��2#/�� �E@f2��u
-Ea��|���b6e"��m�߇�2�$�`{����#���k
-�vB7S�UC��Y;�3k7E�Z�!���L�HpN!i��~6]v�2�A��1Ө�Q��:knͺ:e�$�w��}�0i*[ANA0[�v��&�	,�D�P#	
��z����2(�bH�]2�͒��V�j-�{u�6i��w�u^&��In����������GJ��ľ���E�ˍE�dig���JJ��L�����K�� ��^��,�j��q����}���G���zO��U�p��D�{��a2z	�r��>7�2)�}�y1"�ݷnLY=�ZC�<i�n׮��U�����{�RИ��?��_��]��@�e�����Myc��I�I�&O�Y����M	��?�_��>f�l�p�5�0�l��ɫ��gU��M s�����əԖA�蔷���b���6k��f�O^�6g�<=�=Hb�0�y�g`���l��;)�b�Y,�:žok�;�mE��؋]d����hU#�9k7ٰ1K�Zu�&��G��-���&L�Q΂��	����		;��p2�	�z;{2nbxY&�����S�70�_�� �E���MC�G��;��Q�\�
-�R2�7�!]GN��y�w���L�I�ֺH��A+q�Թ��ڵ��LB^Z�,�o�x�uI���R��u�|J��+���z��С)���fh�t��?D��{,�����ٙG�?G�q+N������Ӌ�t��d�I�W��P�kS��X� ï/�N���1�k���8�9d�`a�������#x��ܕjendstream
-endobj
 2145 0 obj <<
-/Type /Page
-/Contents 2146 0 R
-/Resources 2144 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 1950 0 R
-/Annots [ 2155 0 R ]
->> endobj
-2155 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [309.34 366.0077 344.5475 382.9441]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-bugzilla) >>
+/D [2122 0 R /XYZ 91.6563 385.4904 null]
 >> endobj
-34 0 obj <<
-/D [2145 0 R /XYZ 297.7505 705.7477 null]
+2146 0 obj <<
+/D [2122 0 R /XYZ 71.731 373.3709 null]
 >> endobj
 2147 0 obj <<
-/D [2145 0 R /XYZ 71.731 705.5326 null]
+/D [2122 0 R /XYZ 128.5776 362.5763 null]
 >> endobj
 2148 0 obj <<
-/D [2145 0 R /XYZ 71.731 696.9249 null]
+/D [2122 0 R /XYZ 71.731 361.1956 null]
 >> endobj
 2149 0 obj <<
-/D [2145 0 R /XYZ 71.731 682.0317 null]
+/D [2122 0 R /XYZ 91.6563 344.6436 null]
 >> endobj
 2150 0 obj <<
-/D [2145 0 R /XYZ 71.731 667.0878 null]
+/D [2122 0 R /XYZ 71.731 319.5727 null]
 >> endobj
 2151 0 obj <<
-/D [2145 0 R /XYZ 71.731 667.0878 null]
+/D [2122 0 R /XYZ 145.3244 308.7781 null]
 >> endobj
-2156 0 obj <<
-/D [2145 0 R /XYZ 71.731 329.1459 null]
+2152 0 obj <<
+/D [2122 0 R /XYZ 71.731 306.6212 null]
+>> endobj
+2153 0 obj <<
+/D [2122 0 R /XYZ 91.6563 290.8453 null]
+>> endobj
+2154 0 obj <<
+/D [2122 0 R /XYZ 71.731 278.7258 null]
+>> endobj
+2155 0 obj <<
+/D [2122 0 R /XYZ 122.2909 267.9312 null]
+>> endobj
+2156 0 obj <<
+/D [2122 0 R /XYZ 71.731 266.5505 null]
 >> endobj
 2157 0 obj <<
-/D [2145 0 R /XYZ 433.4537 306.2319 null]
+/D [2122 0 R /XYZ 91.6563 249.9985 null]
 >> endobj
-2144 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F35 1723 0 R /F32 1286 0 R >>
-/ProcSet [ /PDF /Text ]
+2158 0 obj <<
+/D [2122 0 R /XYZ 71.731 231.9662 null]
+>> endobj
+2159 0 obj <<
+/D [2122 0 R /XYZ 450.945 219.1143 null]
+>> endobj
+2160 0 obj <<
+/D [2122 0 R /XYZ 518.6154 219.1143 null]
 >> endobj
 2161 0 obj <<
-/Length 2343      
+/D [2122 0 R /XYZ 108.3457 206.1629 null]
+>> endobj
+2162 0 obj <<
+/D [2122 0 R /XYZ 175.2191 206.1629 null]
+>> endobj
+2163 0 obj <<
+/D [2122 0 R /XYZ 228.8127 206.1629 null]
+>> endobj
+2164 0 obj <<
+/D [2122 0 R /XYZ 281.8583 206.1629 null]
+>> endobj
+2165 0 obj <<
+/D [2122 0 R /XYZ 359.5411 206.1629 null]
+>> endobj
+2166 0 obj <<
+/D [2122 0 R /XYZ 429.4832 206.1629 null]
+>> endobj
+2167 0 obj <<
+/D [2122 0 R /XYZ 477.5574 206.1629 null]
+>> endobj
+2168 0 obj <<
+/D [2122 0 R /XYZ 71.731 193.2114 null]
+>> endobj
+2169 0 obj <<
+/D [2122 0 R /XYZ 140.4925 193.2114 null]
+>> endobj
+2170 0 obj <<
+/D [2122 0 R /XYZ 197.2193 193.2114 null]
+>> endobj
+2171 0 obj <<
+/D [2122 0 R /XYZ 71.731 186.7906 null]
+>> endobj
+2172 0 obj <<
+/D [2122 0 R /XYZ 419.446 175.2787 null]
+>> endobj
+1404 0 obj <<
+/D [2122 0 R /XYZ 71.731 129.2862 null]
+>> endobj
+2121 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2175 0 obj <<
+/Length 1344      
 /Filter /FlateDecode
 >>
 stream
-xڭْ��}��o+W��<t�[�f���^����V��M��Ȓ��{��@����S�)?�A��E�V	?�H�H|t&t����A.v����Q�8:R1LfVW�ID��x�����ݟ�Yh)�(�Oہ�4B�x��G��>?v�Y�t�Z���j��,�jG�o����̗�z�����U"M	���I�8zZ�)��+�jؘ�,��>��LGf�2Rhͻ�;����p��#�</"=l�A���Rˠ�qb��mG�ץ����YW3�tD.�"�*bz}kgX�Xd2�8^gXo�*�iX�̶�v3��
-R�N�৺�4����틖 ��4����-����e��Sf2������p��\���"M�3b39 �.���h�f�d�w5��9�I��4���~`Hͻ�k۶4.:���
¸�+r��4ynj4�k��d �m��J�
fY
~��8u�?9Y�C��� A�DXm�m��
�;�f��`��T΂����?U�
�`�.�hA�c���<��l���+F���{�~~�H��ޮ?��?|�4Dy$S!�q*B�E��c��h�
-�j|K
��h�>ZA�&&�O��Ԑ�;��,
�JC���H�	8֜`i5�z+W�8�Τ����N���Z�>�n�54*�)�A(0��2�b��v�àBg9�]yy&��N9��(
-E	c�03���4��[B�V +y�4)l벬q�\���e�1W�x��:8�'NwE���^�o|ry\�搃c5�,�(`9�
-�p��������?릃H�3˩+�b
N���9�
-�d$�]w�tw������@����mG{v,֥�{)��ĝ1w�.�
-�#�~��=�e��0!d�1��<��ki�؀���m����yĉ������v95��K�&�]_l,M��m���yG`gH�ṡ�9��|/�}ju�j�w�gm �]TV���u7�u��%o����pQ9~�R����;>b�om���k��뾣ɵ#�5[��"���=򾢢/�50�t~�Y_��gw��'O`����0a�_,z
--8aɴ�>��Y��ll�9M@)s�+�eZTʈ(��B2K"�yQ.B��I�x�DW٢�����)��e�xt���	�j`�!d�j�Q�9ʄ���j�&��B�hTL���1+�>oK��J�R���WP
�&�ϗ�	�9݂󸌋�cS{U��X1�p"a�]�7���Zs�:е뾱�4���qЎ��o0��
��:
-W���I��s�b���=�ض��v�G�"HP}�2�,�r��դ��J�e�q��PqI%b��g�Ѐ��^�����PB�4Fw �/q���@��l�J���R�'S���T�O�f|�����x:Ѭ���p���R�p|�����M��|��?������)��˘��񤰂�(�/!2��Xh�]I���N�z������[6�>��n�����BُC�q�@q�b7|���=���K���
-K�t��b���e=@���V3��2��2�,��J��f"�M��tm"�ù���/�)�d]c�zG;��e"6�L@��D*ԴFȟ]�B�z�5�A띄Fݶ���<U�W�6�����M���śX-�ϟ�.�[����KcfJ@���V���0Ldz��[��)�OIsS�Jo�*wL��(��tm"ޜr[��U���K�ƱPp�ϝ`�*EF_��8i�D��JHTF����Ѿ�ZGo�u,�D����#)Rm�Y��:ʠ���*2̰����$�4������ț�
���6e�ѡ��%�bS�̄���~���QW�~�F��J�V(�P���(4>�}�B��[#I�h4��L�A�+�ԣM�;k4�.��o<-M4y�n�YW�;l�.������3
bX�ȩ�VN��P$^��P��R���5�6�8?lX�����23�=m�v.�;�z+(7�PZ��Q�eJ���y�C��J/9�_�iclj��J��}��P:�n;��z$d�\���<p�7�#��c��sK���1�������P��$8w�C���w����o�/��q=w!�D�A�0{?����WhE� O�H���`�QK\i)��]6�"/X�̽5{��#��J�&�U��wM�oj�V�,U0`�ʃȜ	a�ɝ�S9̝_�7'p�o��$h�������g��� �6�M�	��
*mmh��qq�#������SbGh��u��0}��^�
�%���v{b<n�b|�ji��
#��8p�9�+��f�}WC��
�l,é9����o�rS;G�90�q���hJ;�gq%m�)T]���1�q!k���ZH�f��*�7�	���~��|��endstream
+xڵWm��4���"D����qEA�Z8$�
+��
+e��݈$N�l�����^���t�Nv��<3�yffI��� �`�Q)h������	�"����B���
c�FZR̖�	%Y�E� q0[�/�I�e�4����|n6����y�v�7�"�~��N�g[l��1�<h�V��D��%�[o�@�+�[H��f�8�2�̪�=]�j�q�	rS��2P�F� ��дWt���^<m�̟w��m��(̔��.�V�(�pS"B��c��L��8`�0 ��WY�6y�̌�b���u�%MR�!�1�V.����ɻ8X@`o'1��0"|+'\JD��I1�u��3�:Ȫ�!���1V)��@2���.җ��:��c��E2�bL�K�)�$ �A���Gp�V�j��R��t�ň�Vs��6�8b\Rk8���y )�CE�-?��<��Q٧fDb�%J��$��[S��		$���T��.��nצyۚ���অDD���G=�C��2#/�� �E@f2��u
+Ea��|���b6e"��m�߇�2�$�`{����#���k
+�vB7S�UC��Y;�3k7E�Z�!���L�HpN!i��~6]v�2�A��1Ө�Q��:knͺ:e�$�w��}�0i*[ANA0[�v��&�	,�D�P#	
��z����2(�bH�]2�͒��V�j-�{u�6i��w�u^&��In����������GJ��ľ���E�ˍE�dig���JJ��L�����K�� ��^��,�j��q����}���G���zO��U�p��D�{��a2z	�r��>7�2)�}�y1"�ݷnLY=�ZC�<i�n׮��U�����{�RИ��?��_��]��@�e�����Myc��I�I�&O�Y����M	��?�_��>f�l�p�5�0�l��ɫ��gU��M s�����əԖA�蔷���b���6k��f�O^�6g�<=�=Hb�0�y�g`���l��;)�b�Y,�:žok�;�mE��؋]d����hU#�9k7ٰ1K�Zu�&��G��-���&L�Q΂��	����		;��p2�	�z;{2nbxY&�����S�70�_�� �E���MC�G��;��Q�\�
+�R2�7�!]GN��y�w���L�I�ֺH��A+q�Թ��ڵ��LB^Z�,�o�x�uI���R��u�|J��+���z��С)���fh�t��?D��{,�����ٙG�?G�q+N������Ӌ�t��d�I�W��P�kS��X� ï/�N���1�k���8�9d�`a�������#x��ܕjendstream
 endobj
-2160 0 obj <<
+2174 0 obj <<
 /Type /Page
-/Contents 2161 0 R
-/Resources 2159 0 R
+/Contents 2175 0 R
+/Resources 2173 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2196 0 R
-/Annots [ 2169 0 R 2170 0 R 2180 0 R 2182 0 R 2184 0 R 2186 0 R 2188 0 R 2190 0 R ]
+/Parent 1979 0 R
+/Annots [ 2184 0 R ]
 >> endobj
-2169 0 obj <<
+2184 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [309.34 366.0077 344.5475 382.9441]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-bugzilla) >>
+>> endobj
+34 0 obj <<
+/D [2174 0 R /XYZ 297.7505 705.7477 null]
+>> endobj
+2176 0 obj <<
+/D [2174 0 R /XYZ 71.731 705.5326 null]
+>> endobj
+2177 0 obj <<
+/D [2174 0 R /XYZ 71.731 696.9249 null]
+>> endobj
+2178 0 obj <<
+/D [2174 0 R /XYZ 71.731 682.0317 null]
+>> endobj
+2179 0 obj <<
+/D [2174 0 R /XYZ 71.731 667.0878 null]
+>> endobj
+2180 0 obj <<
+/D [2174 0 R /XYZ 71.731 667.0878 null]
+>> endobj
+2185 0 obj <<
+/D [2174 0 R /XYZ 71.731 329.1459 null]
+>> endobj
+2186 0 obj <<
+/D [2174 0 R /XYZ 433.4537 306.2319 null]
+>> endobj
+2173 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R /F35 1752 0 R /F32 1306 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2190 0 obj <<
+/Length 2136      
+/Filter /FlateDecode
+>>
+stream
+xڭ�r���|��J�X0���7'M3�$i�V��4}�%�bM�*/GQ�����"eI�L���b���;(1���D�D� 3&c#g��'>{���?	B�q̤1,.�.�JX��x��f���/R�$g�I�l�XqŤ�g����o�����|!�4�̏�U��eYT/~�M��,����?8�"aR�49�'q��I&�D򮨫�`ʲ8v�D�2i�l�8��N�\w��G�z�,
	��7����8�<�{\��?}�y�a.L�W��j"���%��\�׷�K���'h����\D��V5���]��«������ue���x�n[��L�'��������pKEL���C�:7x��B��T�<#V�z���]Qm����&�� ���O���	R���ʶ��mꝟ
¸�9�g�xnj4ޡ�[1r�d���Y��h0��S'������\D@�tJ�ݶ�t�a��S+`�m�9Л�Y��}�Ǣ��S��z�˼)Z��1a<:π��q@����a�A��>���jkW�x�O�-�(7<e<30�S�ef.������T0V�[j��'�
+�
+�U1S�F?�P5ŷ9�,�L�Z͌1L'�X�H�1�[�Ҙʼn9�B��vS;E�Kx����t��b�r��["Plh�N�|�T�,G:���"/O���)�eE�e�0�
+3%�>P���%�o�`�zO�&�M]�5n�k��ֶ�5�����v���]�n�D�����\�Vۢ���X͟��D$g_A��q.�eQ�u�n���n:��3���(��f��3
$
�v������p��&b���l�����ރ�Ui��i�^�{q��q�i��j�钉[�1A����]��Iѵ~k߀���m�/]&8LrC�F
+rr�c��9���R��:z鋵ũ���w���6�<�A��apw"$�3�A�Z���D���6��.*���#�u
+��m�璎v���t(T���5}��hL��-7~~(�m�w~q�Jn/T�[����{:WT~��&�Ώ~�We��
+Hy�6�t~�(���%���'����8U�O�C�`�iQ�L�SC2K����gZI��4�	�A)�5v�Na;e��$�V�N�(��a5�.��r�ұ�Ī�`�@F��,*{��k�
+���h!R�8$�tC�J�S�UZ��-8�˸�7upQ>�����t���=�]��뷆���-�����=��zM,����9ob�ӈ9D1Q�8����;��#L��$|�2�,��4k�I{C���H�f鱢�Z����@�\���|�	4��*��<�Gm�:е�].��hP)g��>��9�n�fT@a^C<����z����5R�p
+Ft�l�N��9_��{?w�0�Tّ�K����O+X����y �.��|�!����O�k��|C����֦�%���d>��
�ƵŅ�]Su�i<���s	��[��b�E8�1�u�$��x�)�f*���|ddY�ŕ�j��8V�{���x��W�~�M�&�*��;�!�w�e �x2�]ʰ��i��?���/.�׬O�D+q�j#��VH�+�j����nJ7Xm,��j���w�s�R`|W�`�?7f&<���j�$�	OO�xK�2�	�n*w@B��U�i}�ޖ.�MĻ��_�)��G��s��1P�/�`�*�Lk�A��	K���V�G�m���ր���:�xC�c�&j����p�J�/�|�Qom�?�H����v��PRs]�#Z_I�7�9�m�v�]��K��:f�T|E��g&Ў���#�6�y[�ǧ���B��*8T�$���[3�鮤Ӏ6���D��O��-��+5y�n�g]=��c��J�;��|�A��9%��)�g��b�
�n.e���&�&���Æ�ʏ?-癊�Az�%����a��Z+��ET|�%:Rڼ������Hh��;J�-tj7�9T'&d��v��uH�<��^��E8�C؎E����K?|1\oκډ
��O���s�Ӆ��N��+����<�����(?������u��"��!�y�ڎ�HPf��EZ���K�]:�./Z|�ba�B��ox�㴫��S+t�j��ߛ�_�����G>�endstream
+endobj
+2189 0 obj <<
+/Type /Page
+/Contents 2190 0 R
+/Resources 2188 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2223 0 R
+/Annots [ 2198 0 R 2199 0 R 2209 0 R 2211 0 R 2213 0 R 2215 0 R 2217 0 R 2219 0 R ]
+>> endobj
+2198 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [507.0988 565.2764 538.9788 576.1803]
 /Subtype /Link
 /A << /S /GoTo /D (os-specific) >>
 >> endobj
-2170 0 obj <<
+2199 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 552.325 85.1806 563.2289]
 /Subtype /Link
 /A << /S /GoTo /D (os-specific) >>
 >> endobj
-2180 0 obj <<
+2209 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [88.6675 318.8963 134.1063 329.4267]
 /Subtype /Link
 /A << /S /GoTo /D (install-perl) >>
 >> endobj
-2182 0 obj <<
+2211 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [88.6675 300.59 192.198 311.4939]
 /Subtype /Link
 /A << /S /GoTo /D (install-database) >>
 >> endobj
-2184 0 obj <<
+2213 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [88.6675 284.7145 167.1723 293.5611]
 /Subtype /Link
 /A << /S /GoTo /D (install-webserver) >>
 >> endobj
-2186 0 obj <<
+2215 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [88.6675 264.7245 151.8196 275.6284]
 /Subtype /Link
 /A << /S /GoTo /D (install-bzfiles) >>
 >> endobj
-2188 0 obj <<
+2217 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [88.6675 248.849 170.36 257.6956]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-2190 0 obj <<
+2219 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [91.375 228.859 210.0889 239.7629]
 /Subtype /Link
 /A << /S /GoTo /D (install-MTA) >>
 >> endobj
-1385 0 obj <<
-/D [2160 0 R /XYZ 71.731 718.3063 null]
+1405 0 obj <<
+/D [2189 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 38 0 obj <<
-/D [2160 0 R /XYZ 354.1294 703.236 null]
+/D [2189 0 R /XYZ 354.1294 703.236 null]
 >> endobj
-1386 0 obj <<
-/D [2160 0 R /XYZ 71.731 692.1839 null]
+1406 0 obj <<
+/D [2189 0 R /XYZ 71.731 692.1839 null]
 >> endobj
 42 0 obj <<
-/D [2160 0 R /XYZ 196.1106 651.1593 null]
->> endobj
-2162 0 obj <<
-/D [2160 0 R /XYZ 71.731 650.9442 null]
->> endobj
-2163 0 obj <<
-/D [2160 0 R /XYZ 71.731 632.3738 null]
->> endobj
-2164 0 obj <<
-/D [2160 0 R /XYZ 187.6288 620.9326 null]
->> endobj
-2168 0 obj <<
-/D [2160 0 R /XYZ 71.731 581.3809 null]
->> endobj
-2171 0 obj <<
-/D [2160 0 R /XYZ 71.731 548.3399 null]
->> endobj
-2172 0 obj <<
-/D [2160 0 R /XYZ 71.731 524.5939 null]
->> endobj
-2173 0 obj <<
-/D [2160 0 R /XYZ 71.731 504.5043 null]
->> endobj
-2174 0 obj <<
-/D [2160 0 R /XYZ 71.731 467.7073 null]
->> endobj
-2175 0 obj <<
-/D [2160 0 R /XYZ 118.5554 429.1433 null]
->> endobj
-2176 0 obj <<
-/D [2160 0 R /XYZ 71.731 387.21 null]
->> endobj
-2177 0 obj <<
-/D [2160 0 R /XYZ 71.731 360.7394 null]
->> endobj
-2178 0 obj <<
-/D [2160 0 R /XYZ 71.731 347.4144 null]
->> endobj
-2179 0 obj <<
-/D [2160 0 R /XYZ 71.731 337.4517 null]
->> endobj
-2181 0 obj <<
-/D [2160 0 R /XYZ 71.731 319.8926 null]
->> endobj
-2183 0 obj <<
-/D [2160 0 R /XYZ 71.731 301.5862 null]
->> endobj
-2185 0 obj <<
-/D [2160 0 R /XYZ 71.731 285.7108 null]
->> endobj
-2187 0 obj <<
-/D [2160 0 R /XYZ 71.731 265.7207 null]
->> endobj
-2189 0 obj <<
-/D [2160 0 R /XYZ 71.731 249.8453 null]
+/D [2189 0 R /XYZ 196.1106 651.1593 null]
 >> endobj
 2191 0 obj <<
-/D [2160 0 R /XYZ 71.731 217.2774 null]
->> endobj
-1387 0 obj <<
-/D [2160 0 R /XYZ 71.731 198.971 null]
->> endobj
-46 0 obj <<
-/D [2160 0 R /XYZ 138.2961 161.7555 null]
+/D [2189 0 R /XYZ 71.731 650.9442 null]
 >> endobj
 2192 0 obj <<
-/D [2160 0 R /XYZ 71.731 154.4032 null]
+/D [2189 0 R /XYZ 71.731 632.3738 null]
 >> endobj
 2193 0 obj <<
-/D [2160 0 R /XYZ 163.1768 141.631 null]
->> endobj
-2194 0 obj <<
-/D [2160 0 R /XYZ 71.731 135.2689 null]
->> endobj
-2195 0 obj <<
-/D [2160 0 R /XYZ 164.4266 110.7468 null]
->> endobj
-2159 0 obj <<
-/Font << /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2199 0 obj <<
-/Length 2155      
-/Filter /FlateDecode
->>
-stream
-x��k�۸�{~�?�2��J�:�Z�.�\���6���(d���ȢN�u�_�����.�~��8��yS�ʇ_�J��0�L�8�����_`����I6L��}�����0\e"�e�zدT��,��UJ�FA�z������םn���4���./KSh�]��)�|���?�z�0����R`��x#�Se�
-�U,Q��~"R�|R‰����˷y�i��:�J�H�'�]�_m�/�"��ƞ`�N׀��ҿ����k�t41-���(���voB�-�p[�	ꎚV�_>�����+����ݡѼ���t
<[7�� �t�
-��m�g{��Uy!|��M�n�w�Ȣ@�;�J���F�eT{i;}joi<�_�p�����AS��f
-�H�~C%T��P�6"�4
-����v0�\8��8@
[�a��tm�
�
-�l�c���@(��Y�.�/�z����t���@�	�
CIB����p�Ռ��V�^���Tz�|-}�C��љ��6���6��ng\�n,rx4;f������ea���K~��MMk!������|>����'A����ҚMp�%���ZVh:�<���9!Dp�h�I��UF!X,@�ұ���4�I���D�l��y���+g)��7�lM��6���E���=C��v��#'���E*�Լ�T3_��,q2�X$J�,��#H��&p�0N	��S�B�����|e���n��r�Xㅕ����C��8�@��Q�3�Bi�'���&��A#+Ӂ���4����|�z�I5�<\:g~'�����1�s��\�8��4f� rZ��:@r�Ǽ:0w25ob�Y�����0��g>')d���g:"�L��g"�$h��)��ku�.|Gh�����c�4ں�P�D���0Q2d��V{s�}��T�q<z؍<���,[���>�S"��q\"C�Pj�	_< /t��P��a�:�����@		H�W��Ǿ�I_ygK�hj>��ѻc����e:X
-�����D�ZoM^-3�������r�Fr�y
�`��E�9��'�7DU����=�uj���)��}G��r��6�+(v
C��i�h^�i�R�⻼�J�|����F�>����~��>W��A�J�YyZ���������-�2���٢L#~Y����
-Eq6�iDa�&�2��2��e�MeI�L;!�e�&�b��S����;�F�� nnY|�#�i�4����_,���F���z._(u�/�s�Ho�XpjVc���u��ԓ|��(8_�D���ٛ��j�7`nX:�7��9�]긡�E�˩cz���fA<����������#
-�y��K��?�!��F;K�vz�����#�Y��^0��C9/sT���?$�
���˰H��Sh�*�J+��7�8�N4�Gk
-&���w֍��'����/NΨI��9ص�	��"���G^�W��Փ\��xN���*�&��'�H�����f����f��ݓ/>4��ˇ2��#�a)K�dyd[4��Zj��7h��e�p6�Œ���6_N#�G�l�U���k��&��klu��6b�1����"�����琈�=�=���q��09hC��1��Ғe�_9M ��s��L�:��w4 ���豄����]&�l��'���C6z �%P<�J ��ӫ�@�H3}UA����'��q���C�O�/�I�d#\�K���8����T���^����R�
~��徥q{��.t"6'���A<�8]I^�YuT�n��hnL<-d�G�QN�ơ#�&��'���`~M�L��p��k[᷋c�Wĭ����Penj9�0!.{%���f��s'��%�g�/a�]�K��h�/��<�K.�S�4efv"w2�:��eI�,
-��,).K�/�/|MY�*m�7��k_d<�*H��[j�`i0笻[Xu�z7�}�"^����
-.Y|!�����h��.@}���=f���.s�fܰ�sv��7�Q�g�+���5B�V@����c`�H�6L��-���E`ѓ�����؂ �! E8�8�@��@.�V�Z�#��E�	�Iܰ�C6E���]U#���R�q��7���������p�����
-~�QU4hendstream
-endobj
-2198 0 obj <<
-/Type /Page
-/Contents 2199 0 R
-/Resources 2197 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2196 0 R
-/Annots [ 2217 0 R ]
->> endobj
-2217 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [486.8903 244.1946 506.5463 255.0985]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-cgi) >>
->> endobj
-1388 0 obj <<
-/D [2198 0 R /XYZ 71.731 718.3063 null]
+/D [2189 0 R /XYZ 187.6288 620.9326 null]
 >> endobj
-50 0 obj <<
-/D [2198 0 R /XYZ 227.213 707.8408 null]
+2197 0 obj <<
+/D [2189 0 R /XYZ 71.731 581.3809 null]
 >> endobj
 2200 0 obj <<
-/D [2198 0 R /XYZ 71.731 697.4758 null]
->> endobj
-1389 0 obj <<
-/D [2198 0 R /XYZ 71.731 672.608 null]
->> endobj
-54 0 obj <<
-/D [2198 0 R /XYZ 156.1213 640.2941 null]
+/D [2189 0 R /XYZ 71.731 548.3399 null]
 >> endobj
 2201 0 obj <<
-/D [2198 0 R /XYZ 71.731 631.8419 null]
+/D [2189 0 R /XYZ 71.731 524.5939 null]
 >> endobj
 2202 0 obj <<
-/D [2198 0 R /XYZ 163.1768 621.3651 null]
+/D [2189 0 R /XYZ 71.731 504.5043 null]
 >> endobj
 2203 0 obj <<
-/D [2198 0 R /XYZ 71.731 615.003 null]
+/D [2189 0 R /XYZ 71.731 467.7073 null]
 >> endobj
 2204 0 obj <<
-/D [2198 0 R /XYZ 367.4271 603.4323 null]
+/D [2189 0 R /XYZ 118.5554 429.1433 null]
 >> endobj
 2205 0 obj <<
-/D [2198 0 R /XYZ 71.731 588.3241 null]
+/D [2189 0 R /XYZ 71.731 387.21 null]
 >> endobj
 2206 0 obj <<
-/D [2198 0 R /XYZ 71.731 573.3801 null]
+/D [2189 0 R /XYZ 71.731 360.7394 null]
 >> endobj
 2207 0 obj <<
-/D [2198 0 R /XYZ 363.9817 563.8807 null]
+/D [2189 0 R /XYZ 71.731 347.4144 null]
 >> endobj
 2208 0 obj <<
-/D [2198 0 R /XYZ 331.2343 540.5681 null]
->> endobj
-2209 0 obj <<
-/D [2198 0 R /XYZ 71.731 512.6727 null]
->> endobj
-1390 0 obj <<
-/D [2198 0 R /XYZ 71.731 468.7375 null]
->> endobj
-58 0 obj <<
-/D [2198 0 R /XYZ 183.5462 433.3701 null]
+/D [2189 0 R /XYZ 71.731 337.4517 null]
 >> endobj
 2210 0 obj <<
-/D [2198 0 R /XYZ 71.731 424.7326 null]
->> endobj
-2211 0 obj <<
-/D [2198 0 R /XYZ 163.1768 414.4411 null]
+/D [2189 0 R /XYZ 71.731 319.8926 null]
 >> endobj
 2212 0 obj <<
-/D [2198 0 R /XYZ 71.731 408.079 null]
->> endobj
-2213 0 obj <<
-/D [2198 0 R /XYZ 364.8776 396.5083 null]
+/D [2189 0 R /XYZ 71.731 301.5862 null]
 >> endobj
 2214 0 obj <<
-/D [2198 0 R /XYZ 71.731 376.4187 null]
->> endobj
-1391 0 obj <<
-/D [2198 0 R /XYZ 71.731 324.6778 null]
->> endobj
-62 0 obj <<
-/D [2198 0 R /XYZ 190.1856 285.4049 null]
->> endobj
-2215 0 obj <<
-/D [2198 0 R /XYZ 71.731 278.0526 null]
+/D [2189 0 R /XYZ 71.731 285.7108 null]
 >> endobj
 2216 0 obj <<
-/D [2198 0 R /XYZ 71.731 258.1423 null]
+/D [2189 0 R /XYZ 71.731 265.7207 null]
 >> endobj
 2218 0 obj <<
-/D [2198 0 R /XYZ 435.9402 208.4934 null]
->> endobj
-2219 0 obj <<
-/D [2198 0 R /XYZ 71.731 188.4038 null]
+/D [2189 0 R /XYZ 71.731 249.8453 null]
 >> endobj
 2220 0 obj <<
-/D [2198 0 R /XYZ 384.3864 177.6092 null]
+/D [2189 0 R /XYZ 71.731 217.2774 null]
 >> endobj
-1392 0 obj <<
-/D [2198 0 R /XYZ 71.731 170.471 null]
+1407 0 obj <<
+/D [2189 0 R /XYZ 71.731 198.971 null]
 >> endobj
-66 0 obj <<
-/D [2198 0 R /XYZ 166.6153 133.2555 null]
+46 0 obj <<
+/D [2189 0 R /XYZ 138.2961 161.7555 null]
 >> endobj
 2221 0 obj <<
-/D [2198 0 R /XYZ 71.731 122.8905 null]
+/D [2189 0 R /XYZ 71.731 154.4032 null]
 >> endobj
 2222 0 obj <<
-/D [2198 0 R /XYZ 71.731 122.8905 null]
+/D [2189 0 R /XYZ 71.731 131.5688 null]
 >> endobj
-2223 0 obj <<
-/D [2198 0 R /XYZ 317.0127 100.1795 null]
->> endobj
-2224 0 obj <<
-/D [2198 0 R /XYZ 366.5397 100.1795 null]
->> endobj
-2197 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >>
+2188 0 obj <<
+/Font << /F23 1290 0 R /F44 2183 0 R /F48 2196 0 R /F27 1298 0 R /F35 1752 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2228 0 obj <<
-/Length 3017      
+2226 0 obj <<
+/Length 1570      
 /Filter /FlateDecode
 >>
 stream
-xڝZ[��~��܇H��˽;AQ�m��"'M��+�:"����'���s�^�u���쐜�R��x���$�Jht�t�ͱ|�m��w�|ً�~.�����M��XǛ��&�S�%^�I���O7��m__�7�n�#o��o��ϋ�V��vx��-�|����<����r$*Ka�_Uo��UP'3��^��0HH=[��Am��a����L�q�G[�~�����S}JS���'ۚc_������S�A���!��g��:LAk\��е/���,��5J@W���/<q.�=����G�#?�5+��l`+�EI���?��F�nղ�y%mas�d�E�#A�#q�>r�u���釡�{[W�:�|?PQ��8��N!�(��M1$i��U���Z�9��<�	�k?�E�q��q�}���>��!Xb�{x���(��1x��������l��~���2�b	���I��ɜw�o(zf�ǀ?ۮO���a��-/C�l����w���w�u��2'�Q$@{�Ś"?�oV��gA��Y�J�$T�� =>����Y�N'A,r.H`bo���=o�x�����V�b8�A�iOy��4MB�Gq�6�^'���b�&q^l� B�3t-@b$�Z�G�J��i�ñ�M������(RI������NC0����WM~�����@�B8Z��7bq�E��
-�c�ž$�� �*�^��$�Ⱥ�#��p�$9��A'��5���<2���ǣ�:{(d��̧]m�X��?@�lE�����,���>':��Z�k���Ʈb!H���9@Ԙ�^oʦns��7
SC�ۂIP��v��
-��>ƞ� �����C��5�O�
-A-��(6�N%�����AP�Tc0>V�R�CcJ��^#�^#���!p#I�Z�*R���L[p�m}0n��p2��0�)���Ƌ�0�ik�,���%���͹ao0
����[w��@$���e���Dpfiœ3J�Q�v�d!`!u�0;�	�gC�ђNj�xh����X�w�$u������0 �l�=Mk��|l;p_�"<$�g	�� ۚ�����i�*yK��8�-�3��� �!��.D�x"�.�ɻn9 aw�?]�ٯ2o:	n��p<H�M-�
-����
-�4\-G��\��ng�D���jU��A��gtpR���f6@
-߇D�����r�F����;�7�4��!�&H�t��ȕ$[�A���0J|�2����<�Ɓ�=��ں���ϝ��+�mw����_ZS�Tf�?��#�L�X��J�R����������/jWv_$��]�}h��ENG7]�݈�/W�;�?�	�u�����Ջ%�c���{b��	Waj�נ�i��rF�|/����™�tY�3ئ�y97��ܗ3s���=�s�;uN��#��T@`��R?8؃�\]@j��
-ǀ�y��V��X>�Ù��4�	�5(��Ȇc���R�VFq��N��MC��ζ?��;�s"yv�'�u��5�N����$��ո> mdh^�d'�,C9�|"t�h��NN��r���I�r���n`����9��)M�K�1C*��թ0/_�D~�l)@h6^��I�]iH%���*M�1����B]�o�{#����6T�uƕ_��D�W%�|���偃�H�ʿ��j�	ގ+��]N��3s6��؈e-�y&�6:�������$���؜���2�}���������r'�V&|�VX�TL���h+�e
<p�1��
�
-c�	"�A�x=��R���mz��m�bAH{Pkޤ��$��|F�Q�3z�Άz �(�v��IX�	�v�6�@zc��n(
ӜzR�Q[,\��+(~w��5w	�=����.e�b��%�T^wp$��
���@M�
;y5���vт�;/w�@�*��W��B��U�BT�4
�w���7U���3ˏR�Q�v����J��0ś���yCΦ���{<�Dn�w{Ͽ�
������W+�{5�!�H\I�W�0YCgdC�bB��R�7�P�H��>"9G����b�fWL|�P�h;sw��&-QsK�W��7����pY8��m|�&<$L������o�R�O�uR�*���u{r��v���$?9~L.��ɻ��*��P�[������8����ᷰ{ۼ\y��KB��kl�[��G��n8�jԠ)�"�Z^Z` \�Q~f,��,YkWIUQ�Ą>СL2�֔�ɷu'+����|��z  ]�� ��n�QW.���h�2(OE�cJ�렎e?�]�NN�N�i
-~�bA�`�i��ͻ�І�Y���fϰI<�f���	Ӡqb+C��qH2+ޞэ�
-�
G�J��#z���Yː֌o��d�4���ƍ�Y�j��a����l�й�dM�:n&�$�ve]�/$a�I'�ܴ>�i�Ңn�7�P�CKՓ��4�W��P�0M�랺cp�!����Ү�`>
-z�#�?�{��x��;����ǣf}-''C�b
-|!A��DŽ�|J�)�+\���Z:煂r��Ż{����#~"84#:
-����Qi�b|_��'�����$����.���u"*:��������E��b|��jrv9ltW@TV ��;t����
-��%"@��(����8�Я��G�_#Т���ެ,`pD�qsr�p\�;:�k��!�&?����=����غ�Q�hL�o��8څ-E>��
-�qu��5Z�[��lK�@������~r+!P�;>�x�*Tg\�N��ŭ/�>_9��Yf��
-βG�}�����*�Jn��������5q�*Z�f�5��9��{���i+@�\H?��$p��A�K��*�7�D�㍬+��1{�7����:*��������dt�9Z�YG����z
-G��pD���%d�$�bx}�񵖎��Ӻ+�C��<rU�7`2�K���d>�b�e�+U4>���<`��w?�}��1����(�*��4��/
-V���}�endstream
+x��X_��6�O�����β�}k�n���֬ð��+���J-'��ӏ��qr���/� �")�"T,'��I*E��"L�p2__�%,�p%Yd�2ӡ������Q4�E���d��(��<
�I�"�e6��z�UŦӭ?
������U�,i�z���^�
+��ُWog���(y�u� u�`��d"RQ��{��2���F�z�b^Ս�I�uU��4�6/|	<bT��5Y�^�+Z3
qj��-��mQ��BM�u)H�݂�{�%Fi��=�2�hʃjK�������֠�]]j�:Dr*C��R������� �u᎖x�b��Xj{M�]mi�ī�n�������ObOl bnւV_���l�m|�k��nK�c�UD��L�XdB�vu�c��Y}i�?�^�"�f~gh|�4n-�.U������Ӷ�t��|Xi�)έ�M#Pr*�H���T`F�,�g&R�,O3�Mv
+�i��Y�}��aZ��02Td�0���fc���Ly�����tM+��v�V����Q�-��c�byp��m,A�?|)�M���՟�u�{6�Cr�Biy��m�ז��RJ��O>l�q�Z&��Q���Q��PP��(K������"$���a��%m�N,�b�3�S��v/�TO@9ITGR$2#[��)��7�pyg�L%�.Vt���FbPёG�uG#]*��DaE��IE�°�c\�N�X�8�vN�ְ;"1J2f����!���W��s?��e���x�ǠKhG�D@�Cg�g�i�!��a,�[
+�X�3ʰ<s��)0�A/��@���T���HۙV,�-�XYDa�W���f�EA���G��T������8?	;J҈�ٻk�	�f~k�/��ڃ_��ս<n��*p�O��+�:�ܝB�%q�=Bj��z�F��w��T�A��G�g]�W�4fԳ�C�{k��`x�=�q�����v�m��0���k�K�ɼ*�%[��f%������]B����S��l#r�^�Cr�u'K���?��+w�kbS�PVwD�<"t��f�Q)M.��+�E�f�7s�,���2LE �$�;0�Q$�4�ρ,ġ���4w�J>��,�t-���\I��j�*h @��U�1e���<��+ִ4�v��}��W]ҋ
���#�t�$ق(��Q��~���R���
MM����?���V~����f0aѱ8�ޒ�|���{`km룍�z�ki���({'>
+Z�(�A�Ͽ��Ns���z��n�&.���}
+8���o�j̐ JeѠ1��{���5;��_6����y�y��4h䏞�95h\�����,��v6�OnX8i�(q��F��#;?4h���M��.
i�,o�[5�Q�F>����F�޻���	�?�m��$����9R(5F
+�R��e��fu@
+���XgH�N�$)�"��|�$I
�5{��]�܁ƅ00
+�4��4"
���ն�_0�/����.J��gl%�$�n�[�"��y2,P*#����ޣ���Ae"��8�}aȜ`�#�Ɂ��p���o&������endstream
 endobj
-2227 0 obj <<
+2225 0 obj <<
 /Type /Page
-/Contents 2228 0 R
-/Resources 2226 0 R
+/Contents 2226 0 R
+/Resources 2224 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2196 0 R
-/Annots [ 2239 0 R 2248 0 R 2249 0 R ]
->> endobj
-2239 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [145.4339 499.3903 192.2579 510.2942]
-/Subtype /Link
-/A << /S /GoTo /D (configuration) >>
+/Parent 2223 0 R
 >> endobj
-2248 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [445.1504 349.2533 506.9039 360.1572]
-/Subtype /Link
-/A << /S /GoTo /D (win32-perl-modules) >>
+2227 0 obj <<
+/D [2225 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-2249 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.7348 323.3504 121.1554 334.2544]
-/Subtype /Link
-/A << /S /GoTo /D (install-perlmodules-manual) >>
+2228 0 obj <<
+/D [2225 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 2229 0 obj <<
-/D [2227 0 R /XYZ 71.731 741.2204 null]
+/D [2225 0 R /XYZ 164.4266 695.3923 null]
+>> endobj
+1408 0 obj <<
+/D [2225 0 R /XYZ 71.731 677.36 null]
+>> endobj
+50 0 obj <<
+/D [2225 0 R /XYZ 227.213 638.0872 null]
 >> endobj
 2230 0 obj <<
-/D [2227 0 R /XYZ 267.9558 708.3437 null]
+/D [2225 0 R /XYZ 71.731 627.7222 null]
+>> endobj
+1409 0 obj <<
+/D [2225 0 R /XYZ 71.731 602.8544 null]
+>> endobj
+54 0 obj <<
+/D [2225 0 R /XYZ 156.1213 570.5405 null]
 >> endobj
 2231 0 obj <<
-/D [2227 0 R /XYZ 71.731 693.2354 null]
+/D [2225 0 R /XYZ 71.731 562.0882 null]
 >> endobj
 2232 0 obj <<
-/D [2227 0 R /XYZ 118.5554 657.6841 null]
+/D [2225 0 R /XYZ 71.731 541.5493 null]
 >> endobj
 2233 0 obj <<
-/D [2227 0 R /XYZ 393.1692 646.207 null]
+/D [2225 0 R /XYZ 71.731 502.0971 null]
 >> endobj
 2234 0 obj <<
-/D [2227 0 R /XYZ 273.304 634.5507 null]
+/D [2225 0 R /XYZ 367.4271 489.1457 null]
 >> endobj
 2235 0 obj <<
-/D [2227 0 R /XYZ 71.731 612.6305 null]
+/D [2225 0 R /XYZ 71.731 474.0374 null]
 >> endobj
 2236 0 obj <<
-/D [2227 0 R /XYZ 202.34 592.9245 null]
->> endobj
-1393 0 obj <<
-/D [2227 0 R /XYZ 71.731 585.7863 null]
->> endobj
-70 0 obj <<
-/D [2227 0 R /XYZ 200.4719 548.5708 null]
+/D [2225 0 R /XYZ 71.731 459.0935 null]
 >> endobj
 2237 0 obj <<
-/D [2227 0 R /XYZ 71.731 541.2184 null]
+/D [2225 0 R /XYZ 363.9817 449.594 null]
 >> endobj
 2238 0 obj <<
-/D [2227 0 R /XYZ 303.3712 528.4462 null]
+/D [2225 0 R /XYZ 331.2343 426.2814 null]
+>> endobj
+2239 0 obj <<
+/D [2225 0 R /XYZ 71.731 398.386 null]
+>> endobj
+1410 0 obj <<
+/D [2225 0 R /XYZ 71.731 354.4509 null]
+>> endobj
+58 0 obj <<
+/D [2225 0 R /XYZ 183.5462 319.0834 null]
 >> endobj
 2240 0 obj <<
-/D [2227 0 R /XYZ 71.731 495.4052 null]
+/D [2225 0 R /XYZ 71.731 310.4459 null]
 >> endobj
 2241 0 obj <<
-/D [2227 0 R /XYZ 179.1881 484.6106 null]
+/D [2225 0 R /XYZ 71.731 290.0922 null]
 >> endobj
 2242 0 obj <<
-/D [2227 0 R /XYZ 71.731 459.5397 null]
+/D [2225 0 R /XYZ 71.731 250.6401 null]
 >> endobj
 2243 0 obj <<
-/D [2227 0 R /XYZ 71.731 459.5397 null]
+/D [2225 0 R /XYZ 364.8776 237.6887 null]
 >> endobj
 2244 0 obj <<
-/D [2227 0 R /XYZ 71.731 438.6969 null]
+/D [2225 0 R /XYZ 71.731 217.5991 null]
+>> endobj
+1411 0 obj <<
+/D [2225 0 R /XYZ 71.731 175.8207 null]
+>> endobj
+62 0 obj <<
+/D [2225 0 R /XYZ 151.9129 140.4533 null]
 >> endobj
 2245 0 obj <<
-/D [2227 0 R /XYZ 71.731 438.6969 null]
+/D [2225 0 R /XYZ 71.731 134.3263 null]
 >> endobj
 2246 0 obj <<
-/D [2227 0 R /XYZ 71.731 396.1425 null]
->> endobj
-2247 0 obj <<
-/D [2227 0 R /XYZ 71.731 363.201 null]
+/D [2225 0 R /XYZ 71.731 111.4621 null]
 >> endobj
-2250 0 obj <<
-/D [2227 0 R /XYZ 71.731 314.3841 null]
+2224 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-2251 0 obj <<
-/D [2227 0 R /XYZ 71.731 314.3841 null]
->> endobj
-2252 0 obj <<
-/D [2227 0 R /XYZ 71.731 293.5412 null]
->> endobj
-2253 0 obj <<
-/D [2227 0 R /XYZ 125.419 269.0191 null]
->> endobj
-2254 0 obj <<
-/D [2227 0 R /XYZ 71.731 266.8623 null]
->> endobj
-2255 0 obj <<
-/D [2227 0 R /XYZ 71.731 251.9183 null]
->> endobj
-2256 0 obj <<
-/D [2227 0 R /XYZ 204.3747 230.7626 null]
->> endobj
-2257 0 obj <<
-/D [2227 0 R /XYZ 465.9761 207.45 null]
->> endobj
-2258 0 obj <<
-/D [2227 0 R /XYZ 76.7123 179.1561 null]
->> endobj
-2259 0 obj <<
-/D [2227 0 R /XYZ 71.731 159.2308 null]
->> endobj
-2260 0 obj <<
-/D [2227 0 R /XYZ 140.0022 112.6057 null]
->> endobj
-2226 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2263 0 obj <<
-/Length 1970      
+2249 0 obj <<
+/Length 2530      
 /Filter /FlateDecode
 >>
 stream
-xڵ�]o�8���+|i����]�i3Y$m&I1�,����ʖG�����!EI�M�P�tQ�R�7|��C���",��ILP�䁦�F�N�wx����~G:�E��0E�޽���$EiD���˄��1f��Q��L�����s�횼�]P�����v�deYlW���՟EYf��<���ǧ�Y���oP������(��4j��)�sC4-����â��ʼ�~Y�F�U/�����2o�&�fۥ��Y�E�	�m�9l��fDL�z_T�=�=V��*���ŝ^���"+�(5���#�O�U����Ͽ���ZA�`.E� ��̗�,���HL� ��Չz�?u�����R�u��Os�(�D���{�t��7�#+��P:5KRE,q����O@�q�	{}�O֔y/'(&1\��.�W)w�t�刋C��V!\eM>�R3��7Y�i����y$>*"�(Nx`2�*?�A�Bb^*.�08k�ʇ�7qDܭ�0C���Ք�A8,���byh W���u�{y���0��9�ᄞ��,p�q��6/ŋ>�CY�{}��֛#�QJ�@��D@�:��K�d����:����T ��j߬�"�"Y_��bg��V�J�a9,G�C��V!|*J��=������w7I,��*�G�R��~�3���X*��Y�����b`�߲X��'0�A�'rφ!��u�!̃�܄��*k��<�*e������[��q�����vi��n����	C$	�0D~�H��zi8��0@�ӑ
w7w��ղ�
c�w
-K�U{�מ�۶�;��a��Ԟ9+���r�]0�
-����*x��<0��B����qU]y���?��˵�c~��5j�Kե�Y5A��B-�Yݨz�ː\88�I C�
-�P��7�.��C��>]�ea/�b;�_�"��V�Y� ��l'��~�?仪n�^�j��r i����
-���,� 
-�byt$�f>�����&w1�"�à
-��"����^��o�y&H�Δ��gjP���r|��P,�*ə�毝'�x"LaP�U>�X��槅���*(�I���* W�
-n6\�g�
-���s��*����3�r��8cPBP{FyG����)�1��(PRL��^�<.�3R�by�P~��U9K��{��o����0�A�W�>�8;��|U���ɥN���3#�X���* q�
-��\�#�`��B�;�{� ���X ��ǐ�0�-�
-`ث��e9�!�5�
-�v��/���W	�r�owq����T��)��_wˬ��^���mH�#y�Ί�%i����tP�ݙ�r<[8�C��gf�X?��RNOkIIQ	E/
-�Ne!�����Y)��yӼ���n�ٷ"�ߊ�?U�ӱ�����%G1����Dx�C'�0U�\���v�؟L��$�1Xc�ڶB��٪X�o̽���3�c����N��_w�F%k�l��Ȼn�?h���|��-��چ
-�ݫZ����9�6�5���s.[��+��~�c�\��f�/AU}�4
-4T��^��7�.����U�|��-��~‡˫���g��(J�
��W���}����`,�����ˌ	9��|,gk̢��^�',A�H�c8i2M��{��Od��V,�O�m��/3"��E�M#�2Z�
��^զ��4�<G����}��Im�]�C&7��wU����b�-�u�<,���uu�鏮���.v�MN�$2���jS�<�Z��N���`���qQ��}O�����D�a���T�{UK�ߘ�<Gc�ƶ�_[	��\v��l��C��I;�����3X�M��W�,����sK0kl��C�+_06F�\T��������=ty���`��b�T��ʉVR��z���R�^�E%�Po�����W���]��s*0k���t�!�@�M<.�ķ���944�+�B�.b�W�Oj�o:�����endstream
+xڕYm�۸��_a�@�ִH���Z��.M�k�fqA��,s��ʒO/�l}�M�dk�+���p4�!g��z�O�b�b�Y+93��/��=L�{��e)<�!���������:2���n�D����bkT�t2���k�f�Z_/��s��}_6mZyy������H���ۋ�nO+;�u⿩މ�ZA�M
eC�z_<U��%Lݴ<إ���=Sڊۢ��o�)%��}
�5J.5hh
������Z3�e���mU���ɼe�xa��2��[���A҇O�n+ߌ��
+%<�[��Tw���,OaJ����77<|̛~�]�^�V��q����4+�ʪ�J��.��l����oE!�<�m����f��&�d�t��T�o��~��`��6π�|f��ٕxpWW{�5�޷;v0V�|�g���K��M�֕�J[V�<5���Ƞ�v�eí����?�v��<���������3�[��A�����z���#�k�@A)�!z���=6<�se]�n���f��o�_򬮚��_�><a�y}�������\�n�Zz��ܑ��i_ˁ�8�@rݢ�����Y��F��Q�oSUmC^�mg:�0�F6|�`�#K_��E�����%6<��ڀ	�в�!>�(mˆ]Mva˫�
+�G�{��a7��%sOG `����w-�
+��/ �d��G̽����?Q�,e�����9��]@R�j�L
+�@γ]�g��q�o�{�}�>qO��=�P'�#�$v�Nj�<��A#%K�{Õݼ������$VIE3j�`'q�ĵ�M$�+i��޽�J/�S�}{Q�^r�:Nk�}�x�&��C�й-�0PƮ㱃sĮX��7x���¡����\��i�a��մuU�OL�=8��c��ɮ!���F����~ȇIR��	>g��y���<U	ɨ��H��4�^G�ɪ'� ���u�!�6L��Ș0����=�=k߳�m1dG�4�
H��"�r_��s�8����I&������T%�DC7��g�O/;�ɜ���p~�u���7�y�}���v��3���dBj��
Z�	
�l��!��*��,[Nk6�q#�4�;"�>W��[8tܻ���Ee��_�����د�Gp�CU㏣e�W���\8	\����*��`��r{YwaA�r!�� ��� b8>D�T
`��JI�Ӿ<��B9)41'������s9�#�-�@YT)Zjb*ZL48b$BN�pS�qʷѩ�Zo�WT��,���FfL�}���Z��ZHo~��ɑ��P��c��K��ن�˩<���m`�V�ꏧa����)��[N�6�H�0C��Q5b1�����ED�c,0�B�ц�
+8����4�����+�,@#�kQ�GS�i��b�ٵc��C`�l�X7L�J��(<mZ�e��6/�լ��-�Bt5��ؑ����k��_L�����d��2F��T�{�o�"�x � fT���meL�,�Ll�=���R)��"O���T��C@�z}�f�T���j:EuY0hm��C=�PnQ,%C0��k�$�A��}�����V�p����.\=uĽ<-��p=���%�`l`Agg�:Y�8�&�z�_����^�$T.X���1���t6qL�c��A�ch:�t
�3x�	ߒp
+K>l����m/���K�ˆ<ڍ,F� s��INDP)��&U�m蘿s��|�:+�H�z'������Enw��y���˨/s��,�sI�x*rr��JP~��t)�.�p�=;]�S��]��\X����0��Du�+��kK�S�3둥�#b��5���V2������
!����.�]�m�l��2��q��;���v�|��U�yh܇�RH&e��J('!�C�8M@��H�!�;���#	��0�I(7�1/ˬ%m��F�R�$�y�	�FJ=��AL��˅!�ʇ����NI����וm^\�Pp�:����9FA�@���vu���ب�n��Hy�;?��������2��LVLP���Y����I�����~��]�eT�d�\D��cR�@'�ii7�p���gM����~�o��m,`H����;�.b3s+� D�'J���k�A_ȿ�
u'K�;�E�W���8N��v����=�:O["D�缆Yw�c;������u9�!�?�bo�����D�~,�e���gr`N�����i�ļݲ�gzn�/۩��?���
���pY
+��@�N씵A8�zp�Zٮ��Z��X~;7W:��2����C��=�����h�Vg���
+�N���U^"B`�߸�������� V��u�2�D`@I��:sWW��q���4L4��+�<S�}JU��FhU%��"�=h�rA2�3ApC1�v���<#�����$�xK�V��.�|�*x� 7'\9Q= ��脓& ��S8'����VcZFP"-�D\�ϸ:t7��a����Oр��}�A���Y*=����z�&��[endstream
 endobj
-2262 0 obj <<
+2248 0 obj <<
 /Type /Page
-/Contents 2263 0 R
-/Resources 2261 0 R
+/Contents 2249 0 R
+/Resources 2247 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2196 0 R
-/Annots [ 2274 0 R 2281 0 R 2289 0 R 2294 0 R 2297 0 R 2300 0 R 2303 0 R 2310 0 R 2319 0 R ]
+/Parent 2223 0 R
+/Annots [ 2253 0 R 2270 0 R ]
 >> endobj
-2274 0 obj <<
+2253 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 569.6987 141.5884 580.6026]
+/Rect [486.8903 538.0972 506.5463 549.0011]
 /Subtype /Link
-/A << /S /GoTo /D (install-modules-dbd-mysql) >>
+/A << /S /GoTo /D (gloss-cgi) >>
 >> endobj
-2281 0 obj <<
+2270 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 515.9004 127.5911 526.8044]
+/Rect [145.4339 172.1773 192.2579 183.0813]
 /Subtype /Link
-/A << /S /GoTo /D (install-modules-template) >>
+/A << /S /GoTo /D (configuration) >>
 >> endobj
-2289 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 434.2068 105.046 445.1107]
-/Subtype /Link
-/A << /S /GoTo /D (install-modules-gd) >>
+2250 0 obj <<
+/D [2248 0 R /XYZ 71.731 670.3214 null]
 >> endobj
-2294 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 398.3413 137.7028 409.2452]
-/Subtype /Link
-/A << /S /GoTo /D (install-modules-chart-base) >>
+1412 0 obj <<
+/D [2248 0 R /XYZ 71.731 618.5804 null]
 >> endobj
-2297 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 380.4085 135.4816 391.3125]
-/Subtype /Link
-/A << /S /GoTo /D (install-modules-gd-graph) >>
+66 0 obj <<
+/D [2248 0 R /XYZ 190.1856 579.3076 null]
 >> endobj
-2300 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 362.4758 127.9997 373.3797]
-/Subtype /Link
-/A << /S /GoTo /D (install-modules-gd-text) >>
+2251 0 obj <<
+/D [2248 0 R /XYZ 71.731 571.9553 null]
 >> endobj
-2303 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 344.543 138.5699 355.447]
-/Subtype /Link
-/A << /S /GoTo /D (install-modules-xml-twig) >>
+2252 0 obj <<
+/D [2248 0 R /XYZ 71.731 552.0449 null]
 >> endobj
-2310 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 290.7448 140.8613 301.6487]
-/Subtype /Link
-/A << /S /GoTo /D (install-modules-patchreader) >>
+2254 0 obj <<
+/D [2248 0 R /XYZ 435.9402 502.396 null]
 >> endobj
-2319 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 219.0138 137.3642 229.9177]
-/Subtype /Link
-/A << /S /GoTo /D (install-modules-soap-lite) >>
+2255 0 obj <<
+/D [2248 0 R /XYZ 71.731 482.3064 null]
+>> endobj
+2256 0 obj <<
+/D [2248 0 R /XYZ 384.3864 471.5118 null]
+>> endobj
+1413 0 obj <<
+/D [2248 0 R /XYZ 71.731 464.3737 null]
+>> endobj
+70 0 obj <<
+/D [2248 0 R /XYZ 166.6153 427.1581 null]
+>> endobj
+2257 0 obj <<
+/D [2248 0 R /XYZ 71.731 416.7931 null]
+>> endobj
+2258 0 obj <<
+/D [2248 0 R /XYZ 71.731 416.7931 null]
+>> endobj
+2259 0 obj <<
+/D [2248 0 R /XYZ 317.0127 394.0822 null]
+>> endobj
+2260 0 obj <<
+/D [2248 0 R /XYZ 366.5397 394.0822 null]
+>> endobj
+2261 0 obj <<
+/D [2248 0 R /XYZ 267.9558 381.1307 null]
+>> endobj
+2262 0 obj <<
+/D [2248 0 R /XYZ 71.731 366.0225 null]
+>> endobj
+2263 0 obj <<
+/D [2248 0 R /XYZ 118.5554 330.4711 null]
 >> endobj
 2264 0 obj <<
-/D [2262 0 R /XYZ 71.731 667.3973 null]
+/D [2248 0 R /XYZ 393.1692 318.9941 null]
 >> endobj
 2265 0 obj <<
-/D [2262 0 R /XYZ 170.7984 654.5454 null]
+/D [2248 0 R /XYZ 273.304 307.3378 null]
 >> endobj
 2266 0 obj <<
-/D [2262 0 R /XYZ 71.731 647.4073 null]
+/D [2248 0 R /XYZ 71.731 285.4175 null]
 >> endobj
 2267 0 obj <<
-/D [2262 0 R /XYZ 89.6638 626.65 null]
+/D [2248 0 R /XYZ 202.34 265.7115 null]
+>> endobj
+1414 0 obj <<
+/D [2248 0 R /XYZ 71.731 258.5733 null]
+>> endobj
+74 0 obj <<
+/D [2248 0 R /XYZ 200.4719 221.3578 null]
 >> endobj
 2268 0 obj <<
-/D [2262 0 R /XYZ 71.731 626.4309 null]
+/D [2248 0 R /XYZ 71.731 214.0055 null]
 >> endobj
 2269 0 obj <<
-/D [2262 0 R /XYZ 89.6638 608.7173 null]
->> endobj
-2270 0 obj <<
-/D [2262 0 R /XYZ 71.731 606.9341 null]
+/D [2248 0 R /XYZ 303.3712 201.2333 null]
 >> endobj
 2271 0 obj <<
-/D [2262 0 R /XYZ 89.6638 590.7845 null]
+/D [2248 0 R /XYZ 71.731 168.1923 null]
 >> endobj
 2272 0 obj <<
-/D [2262 0 R /XYZ 71.731 589.0013 null]
+/D [2248 0 R /XYZ 179.1881 157.3977 null]
 >> endobj
 2273 0 obj <<
-/D [2262 0 R /XYZ 89.6638 572.8518 null]
+/D [2248 0 R /XYZ 71.731 132.3268 null]
 >> endobj
-2275 0 obj <<
-/D [2262 0 R /XYZ 71.731 570.695 null]
+2274 0 obj <<
+/D [2248 0 R /XYZ 71.731 132.3268 null]
 >> endobj
-2276 0 obj <<
-/D [2262 0 R /XYZ 89.6638 554.919 null]
+2247 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2278 0 obj <<
+/Length 2633      
+/Filter /FlateDecode
+>>
+stream
+xڕZYs�~�_�<�Tea��l���9�T<�d�9*�Z�,�������Ӎn��HQ�ڪAj���݀W^8��]T,Tોu�ʹx��>��̲b�Ր����7]�"q�����'#��{�JD��.�7�Y\�}���J��B	o��I�,-i��}�_�e���y���컡�#?k^�5a�F��ZW�H����;��V�݋}���|T����҉]P��O`�r��h��ҢA2^�mCk	
YZ�_����4���M+����bC��I�"a�w�ʈ!/7m��K�R>j�T��)mv��I����BW5Ȫi��wҭՆ??ÒD?,vm%��}�S�4Qy΢,h|.ۊ�<Y��B�ݣn�Iv�|�����|F��$�-KR���3ͳ�x|K�\*��_�k	˗�
̱��I�6<�%K��g�R!�l)�X|����STvX���U9�z������cBC��dE�šE�][l2}ueC����v�z��H��i"N� R�� @MU#�"�����ՙP�9ě�ٿ�R�������l�
!�֚�fg�A��H[�DR1O�Ew�)���E $�%���ĝ��87����p��VWF���=�9�:�H7��n/F]�Q�$Mh��n��O�i�B=^�\��]�R��nya�����b<�ņ�u����>�c�xAx���O汎k5d3y� '��!d_��١�/�P�|��"v�3vt\g�KC;0��v�֔l<�2Dߎ�M��1�#��u�k�M��Q�!��Mt[�}�������It0nqې�˜?�Ds �_ڜI���%P �7t�`��1P�q�IR����|LKF�x��N(B%g��g�����^��7:S�ǚ�r���y�Ӽ��,�/�\��q��+/��@��"���CR��0���,T[���q���;<���4���
�^�H[Q$����&���e�������0B[>BLHN�e\N<�߱���0�hZovL��c�&r�OB�q���5��/�ğ�Z_�DQiT�4��WV�h���82���pT�����d��Nq�v�m�n�m���>.\�/m1���-�>�}u.z����t_���ܥ���7�T����t cb��@@��Tc��1{ހY��U�9v�m�M1Z*�`�%���@���-�ೌ~�ie{H���!��;0�.]��$V��۲f
M��0Ii����Bi?�:y�:;[M.&} �����m:����EV�����5��$4��8*��h6הr�t��FO��?R�
+v���i�4����43�>t�}#cL���9$i)XlZ���Qd��)������2�u��O*
%�lV
+u�� �m��=�V��L�z�����8�����J2Q�w�d+Jݱ�B�q7{���o�f�>��҇��M짵`��AŁkl^�\7��\�mfҎ;�
+fY��.�]����_D���&�&O��G˚�?�A��Ng{���2c``�1m�!'6Va���-O��'�
=7$��0�'҂��ˎ�wǎ��F��(8��7Ncd�p�̠)�D�;$Cn��(�9|���l�o�$�67��L�z�p��a3�\��
+X�b�r-�.�x�tJ"��&���6��>�Q@�L�Yǔ����\6z*�B]?`$�&{p;81I�S]��Q��a����$����L�uI_��`�i`.�V����|ps��)�G�
+��C��m7�EN���A��<t�Ā�� �dIG/a�������wpߋ�'�k�����A����_��W�|����~{����!TF}I|S6�CF�4��C�&��~�b�t�sC��InL�5�Z*{�q�ȿ������O���Ѧ#6.����C����z��)֬5�]�@=-]���G�3ሄ	�K��/z�	��m�>�i�-���Q����]�ٮ6���&�P,E����je�
+��#"/�k��5ug�PL����3P�
�}�w�+RZ1$��i2|�����ŎD�/5�b�ȤT���/�-�@�4bHӛ�D��-���d��M>0���:x�`�F��X���pe�{lpN��i5䚸��B��8V�E$p�I��cg���	#٦��!\H�',��=ӌ�̄��i���^����cɨ�=d�����e��Np��X�7�I<|8��t��2��A�r�I�iH&T���YF�
*�nz ��恀D�Ƒ�����N1��w�2k�H���*��F�-�������s��#���p����H����H��=��e���Y.4�?�G*_�7�&�dw{s�x��,Twp�~��^���;�=�Z̄����{Vs��%wH}��u��h�x-��R2◕Y��\������$XS*ϣ5o�H6��1Ň��И�paS5�
e���L6r��a�И�4*.���t��e}?�,5z��@��y :�3ꥊ!���~*�ҟ�߁{�w&�
�f��r����>L�|��&�d�	�9�S�wP��1 ��C���g�Հi�#I�{uN�1V�4�8�<������[n�5Ͼ/s5�T��o{8�|����K�Qnp���?�x����.Ж�$���3Ą��}�'�endstream
+endobj
 2277 0 obj <<
-/D [2262 0 R /XYZ 71.731 552.7622 null]
+/Type /Page
+/Contents 2278 0 R
+/Resources 2276 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2223 0 R
+/Annots [ 2283 0 R 2284 0 R 2307 0 R 2316 0 R ]
 >> endobj
-2278 0 obj <<
-/D [2262 0 R /XYZ 89.6638 536.9863 null]
+2283 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [445.1504 630.4708 506.9039 641.3747]
+/Subtype /Link
+/A << /S /GoTo /D (win32-perl-modules) >>
+>> endobj
+2284 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.7348 604.5679 121.1554 615.4719]
+/Subtype /Link
+/A << /S /GoTo /D (install-perlmodules-manual) >>
+>> endobj
+2307 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 237.2454 141.5884 248.1494]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-dbd-mysql) >>
+>> endobj
+2316 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 165.5144 127.5911 176.4184]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-template) >>
 >> endobj
 2279 0 obj <<
-/D [2262 0 R /XYZ 71.731 534.8295 null]
+/D [2277 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 2280 0 obj <<
-/D [2262 0 R /XYZ 89.6638 519.0535 null]
->> endobj
-2282 0 obj <<
-/D [2262 0 R /XYZ 71.731 516.8967 null]
+/D [2277 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-2283 0 obj <<
-/D [2262 0 R /XYZ 89.6638 501.1208 null]
+2281 0 obj <<
+/D [2277 0 R /XYZ 71.731 677.36 null]
 >> endobj
-2284 0 obj <<
-/D [2262 0 R /XYZ 71.731 499.3376 null]
+2282 0 obj <<
+/D [2277 0 R /XYZ 71.731 644.4185 null]
 >> endobj
 2285 0 obj <<
-/D [2262 0 R /XYZ 89.6638 483.188 null]
+/D [2277 0 R /XYZ 71.731 595.6016 null]
 >> endobj
 2286 0 obj <<
-/D [2262 0 R /XYZ 169.1445 465.2553 null]
+/D [2277 0 R /XYZ 71.731 595.6016 null]
 >> endobj
 2287 0 obj <<
-/D [2262 0 R /XYZ 71.731 458.1171 null]
+/D [2277 0 R /XYZ 71.731 574.7587 null]
 >> endobj
 2288 0 obj <<
-/D [2262 0 R /XYZ 89.6638 437.3599 null]
+/D [2277 0 R /XYZ 125.419 550.2366 null]
+>> endobj
+2289 0 obj <<
+/D [2277 0 R /XYZ 71.731 548.0798 null]
 >> endobj
 2290 0 obj <<
-/D [2262 0 R /XYZ 71.731 435.2031 null]
+/D [2277 0 R /XYZ 71.731 533.1358 null]
 >> endobj
 2291 0 obj <<
-/D [2262 0 R /XYZ 89.6638 419.4271 null]
+/D [2277 0 R /XYZ 204.3747 511.9801 null]
 >> endobj
 2292 0 obj <<
-/D [2262 0 R /XYZ 71.731 417.2703 null]
+/D [2277 0 R /XYZ 465.9761 488.6675 null]
 >> endobj
 2293 0 obj <<
-/D [2262 0 R /XYZ 89.6638 401.4944 null]
+/D [2277 0 R /XYZ 76.7123 460.3736 null]
+>> endobj
+2294 0 obj <<
+/D [2277 0 R /XYZ 71.731 440.4483 null]
 >> endobj
 2295 0 obj <<
-/D [2262 0 R /XYZ 71.731 399.3376 null]
+/D [2277 0 R /XYZ 140.0022 393.8232 null]
 >> endobj
 2296 0 obj <<
-/D [2262 0 R /XYZ 89.6638 383.5616 null]
+/D [2277 0 R /XYZ 71.731 365.9278 null]
+>> endobj
+2297 0 obj <<
+/D [2277 0 R /XYZ 71.731 334.9441 null]
 >> endobj
 2298 0 obj <<
-/D [2262 0 R /XYZ 71.731 381.4048 null]
+/D [2277 0 R /XYZ 170.7984 322.0922 null]
 >> endobj
 2299 0 obj <<
-/D [2262 0 R /XYZ 89.6638 365.6289 null]
+/D [2277 0 R /XYZ 71.731 314.954 null]
+>> endobj
+2300 0 obj <<
+/D [2277 0 R /XYZ 89.6638 294.1968 null]
 >> endobj
 2301 0 obj <<
-/D [2262 0 R /XYZ 71.731 363.472 null]
+/D [2277 0 R /XYZ 71.731 294.0972 null]
 >> endobj
 2302 0 obj <<
-/D [2262 0 R /XYZ 89.6638 347.6961 null]
+/D [2277 0 R /XYZ 89.6638 276.264 null]
+>> endobj
+2303 0 obj <<
+/D [2277 0 R /XYZ 71.731 274.4808 null]
 >> endobj
 2304 0 obj <<
-/D [2262 0 R /XYZ 71.731 345.5393 null]
+/D [2277 0 R /XYZ 89.6638 258.3313 null]
 >> endobj
 2305 0 obj <<
-/D [2262 0 R /XYZ 89.6638 329.7634 null]
+/D [2277 0 R /XYZ 71.731 256.548 null]
 >> endobj
 2306 0 obj <<
-/D [2262 0 R /XYZ 71.731 327.6065 null]
->> endobj
-2307 0 obj <<
-/D [2262 0 R /XYZ 89.6638 311.8306 null]
+/D [2277 0 R /XYZ 89.6638 240.3985 null]
 >> endobj
 2308 0 obj <<
-/D [2262 0 R /XYZ 71.731 309.6738 null]
+/D [2277 0 R /XYZ 71.731 238.2417 null]
 >> endobj
 2309 0 obj <<
-/D [2262 0 R /XYZ 89.6638 293.8979 null]
+/D [2277 0 R /XYZ 89.6638 222.4658 null]
+>> endobj
+2310 0 obj <<
+/D [2277 0 R /XYZ 71.731 220.3089 null]
 >> endobj
 2311 0 obj <<
-/D [2262 0 R /XYZ 71.731 291.741 null]
+/D [2277 0 R /XYZ 89.6638 204.533 null]
 >> endobj
 2312 0 obj <<
-/D [2262 0 R /XYZ 89.6638 275.9651 null]
+/D [2277 0 R /XYZ 71.731 202.3762 null]
 >> endobj
 2313 0 obj <<
-/D [2262 0 R /XYZ 71.731 273.8083 null]
+/D [2277 0 R /XYZ 89.6638 186.6003 null]
 >> endobj
 2314 0 obj <<
-/D [2262 0 R /XYZ 89.6638 258.0324 null]
+/D [2277 0 R /XYZ 71.731 184.4434 null]
 >> endobj
 2315 0 obj <<
-/D [2262 0 R /XYZ 71.731 255.8755 null]
->> endobj
-2316 0 obj <<
-/D [2262 0 R /XYZ 89.6638 240.0996 null]
+/D [2277 0 R /XYZ 89.6638 168.6675 null]
 >> endobj
 2317 0 obj <<
-/D [2262 0 R /XYZ 71.731 237.9428 null]
+/D [2277 0 R /XYZ 71.731 166.5107 null]
 >> endobj
 2318 0 obj <<
-/D [2262 0 R /XYZ 89.6638 222.1669 null]
+/D [2277 0 R /XYZ 89.6638 150.7348 null]
+>> endobj
+2319 0 obj <<
+/D [2277 0 R /XYZ 71.731 148.9515 null]
 >> endobj
 2320 0 obj <<
-/D [2262 0 R /XYZ 71.731 220.01 null]
+/D [2277 0 R /XYZ 89.6638 132.802 null]
 >> endobj
 2321 0 obj <<
-/D [2262 0 R /XYZ 89.6638 204.2341 null]
+/D [2277 0 R /XYZ 169.1445 114.8693 null]
 >> endobj
 2322 0 obj <<
-/D [2262 0 R /XYZ 71.731 202.0773 null]
+/D [2277 0 R /XYZ 71.731 107.7311 null]
 >> endobj
-2323 0 obj <<
-/D [2262 0 R /XYZ 89.6638 186.3014 null]
+2276 0 obj <<
+/Font << /F33 1398 0 R /F35 1752 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R /F48 2196 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2325 0 obj <<
+/Length 2275      
+/Filter /FlateDecode
+>>
+stream
+xڵZmo�8�>���--%���O��l.�d67�h�t{:�4�FCC/�����r�`:�9E�~\��)S���†?�8\�8s|�,��;{����w\A��\}xx��g�]D,����xȢ�v��P�p�����]|h�jy��r]�����<+�t����7��x�����{n����y"dN���ܱY�@atl�;d���(�@E�Q8�^3#��n�Ѝu.��=������ru��
+�=f{�8��g��q�m�	�����n�3dž+��=�*��c[�
+d������c�����vd�����P�B��d��\�G�La`)<,�J��<n���.o�Y�Z]]�V��x��@!����˒8���顬�zR��a^:3Jj(��
+��N+9��
��|��Q5�Շ�N������u�Q3޹1α{�՟��ƒ'Jx3��P�Hu(��MGj��"e�2�AY	f:��a�<��5�Уf|c<�@D��1Nq���z�ӱ>w��Xi(C�:rӱq��X�|t��\����B�̶]�,F����a��"�?2d����hnI�P��u(��O�l��Bf�2��T~��������m��X�D��Q�5�{6�}�=&��xe{\������d�l�^0��i(C�:�
�7��)l#���ۏ�@
���`���0
E[m�ͬ-:jZ��'5s9�����6R�Y����j��ئE���\�h�r7YB�_؎Q�S�d�۶�@sYL�0�3k��2hڡp@Ѵ�#.ߠ����R���$��i���9H)}a������\!�cD8�1o$��*m�g*�����J߳t����G��A��Xz,�p�l�pbqP�s5�׶�О���h�0���b����Y���g#)��Jb{J�*�oﺼ�T⦉�����*���w��&Ն���3���2�ݡ����1�'�m�0��>�p��D/�NQ�yibf�|&��ڡ��(��
+v(���y��	
+9l#�`��o��>E����_��"���;0����QR��s��Ӆ4s�@.��,]3�c֌�]F�4㞻!E��7
�D��tMX��g��͊&��RL�N�1���L��Q�0v(��C���g�0��pM���9Q������aV�t\��6i�_Ue{��˴N��0���DsB1��u�A�%�>��<A`#����]�uy����Ca��™I�:ʠp��
+OL�|������6r������s�o@�t9�&�u�.�bC7�⤖g�沺�2h١���g�1�'hi�0��i�9=��?X6L(�?�E5�A�%e�>��<A6#��m�/7����;���(�l��COI冂	���C5-U��RM���|�Ke�0�-ߣ_]�k�3�Mw;�H`B}��B�"ב�fX�\�>�p&���u��r��/]�z��uVtf6�	Y䨏%�Ip9�,+?Ҧj8��IZ�����9���+�?�����cw.ěomZSZ����Z���&��*� )����;��j�Ck��nq���VTu�|����9W��8�CFA�����aF��f_�h���5�
+:}�4A߳�$]7)��ڼ!�R
+Jk�	N��ڸI�T�|�ԡa/M�PW0Dv}+S��p���2��ޙ��HZ'�TN����u����+�7�3��q�B�+�|��i�&
�ic	i��J�K�•EZ3*����9p_L�8XZ+ڰ��}D�)�w�m��V���1(����$�Rmj���a�����r��E��C��7�d��bP����5(��@9.�'�Y��xO�tT��.S4�y����s�Ϣ�9��Sڧ_X�,S�\���N�g,ɷ2�c��F�2�sl��{�P�Q�+��+RF�����Wp�������mY��X>�:%)�b���7�q]˘�����Dv1>�FD�l1����tD�	�$�/兺�-���W��ū#�"O���&n�5~ޤ�.KvjC�M�J�f���:�z�dcY��e�y^�i��Q��a�������׬�
+\,�����\>�U�G/ӔB�r5����\���i��t/����
+��1Dq���!�'ު��=A��JU=���:�y�<��Jq��z6pzM��̉B@�cY���jd��k�B>��2eq����-��
+�l�����v����z�ĵj�k���Xg��u��
+j���/ٿ�&��ӛ����5�;� `��;�}\$�`��~5�,�S{P��"
3�]�p]f���-���?��?��t�endstream
+endobj
 2324 0 obj <<
-/D [2262 0 R /XYZ 71.731 184.1445 null]
+/Type /Page
+/Contents 2325 0 R
+/Resources 2323 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2223 0 R
+/Annots [ 2327 0 R 2332 0 R 2335 0 R 2338 0 R 2341 0 R 2348 0 R 2357 0 R ]
 >> endobj
-2325 0 obj <<
-/D [2262 0 R /XYZ 89.6638 168.3686 null]
+2327 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 705.1906 105.046 716.0945]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-gd) >>
 >> endobj
-2326 0 obj <<
-/D [2262 0 R /XYZ 71.731 166.2118 null]
+2332 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 669.3251 137.7028 680.229]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-chart-base) >>
 >> endobj
-2327 0 obj <<
-/D [2262 0 R /XYZ 89.6638 150.4359 null]
+2335 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 651.3923 135.4816 662.2963]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-gd-graph) >>
+>> endobj
+2338 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 633.4596 127.9997 644.3635]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-gd-text) >>
+>> endobj
+2341 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 615.5268 138.5699 626.4308]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-xml-twig) >>
+>> endobj
+2348 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 561.7286 140.8613 572.6325]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-patchreader) >>
+>> endobj
+2357 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 489.9976 137.3642 500.9015]
+/Subtype /Link
+/A << /S /GoTo /D (install-modules-soap-lite) >>
+>> endobj
+2326 0 obj <<
+/D [2324 0 R /XYZ 89.6638 708.3437 null]
 >> endobj
 2328 0 obj <<
-/D [2262 0 R /XYZ 71.731 148.279 null]
+/D [2324 0 R /XYZ 71.731 706.1869 null]
 >> endobj
 2329 0 obj <<
-/D [2262 0 R /XYZ 89.6638 132.5031 null]
+/D [2324 0 R /XYZ 89.6638 690.4109 null]
 >> endobj
 2330 0 obj <<
-/D [2262 0 R /XYZ 71.731 130.3463 null]
+/D [2324 0 R /XYZ 71.731 688.2541 null]
 >> endobj
 2331 0 obj <<
-/D [2262 0 R /XYZ 89.6638 114.5703 null]
->> endobj
-1394 0 obj <<
-/D [2262 0 R /XYZ 76.7123 96.6376 null]
+/D [2324 0 R /XYZ 89.6638 672.4782 null]
 >> endobj
-2261 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-2334 0 obj <<
-/Length 1811      
-/Filter /FlateDecode
->>
-stream
-xڽَ�6�=_���Z%�{��4R4�m��i[�,9��������講(�ł��p8��%��"�a���P��Z��b�����#Y9��O�x��gQ�(�"U�b�[�2�LD�,Ra��|����pЧ�t˕JD�B^_4��u]5{�?��Tu���|�t=��DYX�����MT�T�BʰH����<��(#�T(��A�,�<~r{{\F"8�w5�<2OI�X������Y�")���}�6�Q��kKc-߁ri������0���R%�o�
�"+˴z�=���[c��l��l��j~�t��y�7�n�ӳ�^�_���/�
-�%XLƤ!3�D"
�-e�o��E�0;ưl����x�	rx_mIp��5����I���ڸKzk�
�77�T"F�i��1�4��HN]�f{�D�y�v�Iza����L������8aN�|��������=�C�u��M�3L�@���:&6��m�
�Is�d�̒��������-�}!�]e��։۵W�N�d̃
(tG^鶖Q_����3��9'�SPm��D�'�8��{޲h�L�X7�����O_3�$��P91Ƹ
-y����j|]�~�c���
-�N�(8P<#��b<D�u[����$6��X���-ǮGQ���f����;Bޠ�Y��8�0Ι �K3��:ik�'m���w|A��=&��;�'(YY��i�K�Ix���nh�
�wvâ��s��g��~�{��֝�����"(;�8���_8CWo/j6��0���+�ʕ��2��?�0�FL��۪g�����*?[��z��lS�T��[f��@�=y3]�ةyOu���KW��G�j��p���}���
�q�Y`��)�P�+�02Ꜭ�7�n0z>��51I�ۚ �*CU��@=8���8 ���1��p��>�'3����׽��z���Ό��L�5|I��E�[>�塢�:&n������t��;�4���ȋ�����'s��P�/
-���Jt�c�j������u��{���W��q�nJr��;}���x��v��)�4F�$���h�Ri�
-�ڽj{s��q���e��
-�8�e	o�����"��t��I'��X>���]o����զ�C̪��)��&3w�s���$hڞ����/d:��0����f�l{s��MՔ����M6���H�m�����H��-��F���)`�&��>K
-�r�h��~{��J#�ci�O�v�'rf����G�>uei�@�'�
����1y�F/"���GO^>uϿ����'�:܎�v�]��ƽ����,�T�Ƅ�d�iȣ���ژRSa��s���XY˭6�/c`��"�����YH���t- oD���P.禳4�#��}16�Brf^�bԈ7
�H���L�܄*�J��+�!�)���ǙJ�G����Z�|�T�4�өp���CǂP:A�<���@!G�+M䥿g��O��x���y) d���vw-��Gi^�L�яn0ϡ�����^�u����Q�yPk���s�-�(7����W;�J�0�"Y��TR��?��x����3���״#�����)$� �%�xY�{�X�K2�����$��/�!v�\�Ǯ������h��/d2Ɓ����B�e�����AǛO�\y��Z��~�Xa�J8v����)'�z�G�%.����X�L#���s���I�`���v���|��s�S�i�C<M����0��o�����}h�V�˴��75���'�$�B!`��P��?��]y�_��'�endstream
-endobj
 2333 0 obj <<
-/Type /Page
-/Contents 2334 0 R
-/Resources 2332 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2196 0 R
->> endobj
-74 0 obj <<
-/D [2333 0 R /XYZ 182.9843 708.3437 null]
+/D [2324 0 R /XYZ 71.731 670.3214 null]
 >> endobj
-2335 0 obj <<
-/D [2333 0 R /XYZ 71.731 699.8915 null]
+2334 0 obj <<
+/D [2324 0 R /XYZ 89.6638 654.5454 null]
 >> endobj
 2336 0 obj <<
-/D [2333 0 R /XYZ 71.731 632.5281 null]
->> endobj
-1395 0 obj <<
-/D [2333 0 R /XYZ 71.731 599.5866 null]
->> endobj
-78 0 obj <<
-/D [2333 0 R /XYZ 242.807 566.2764 null]
+/D [2324 0 R /XYZ 71.731 652.3886 null]
 >> endobj
 2337 0 obj <<
-/D [2333 0 R /XYZ 71.731 557.8242 null]
->> endobj
-1396 0 obj <<
-/D [2333 0 R /XYZ 71.731 514.3064 null]
->> endobj
-82 0 obj <<
-/D [2333 0 R /XYZ 167.4185 480.9962 null]
->> endobj
-2338 0 obj <<
-/D [2333 0 R /XYZ 71.731 472.544 null]
+/D [2324 0 R /XYZ 89.6638 636.6127 null]
 >> endobj
 2339 0 obj <<
-/D [2333 0 R /XYZ 71.731 459.9104 null]
+/D [2324 0 R /XYZ 71.731 634.4559 null]
 >> endobj
 2340 0 obj <<
-/D [2333 0 R /XYZ 71.731 444.9664 null]
->> endobj
-2341 0 obj <<
-/D [2333 0 R /XYZ 91.6563 423.8107 null]
+/D [2324 0 R /XYZ 89.6638 618.6799 null]
 >> endobj
 2342 0 obj <<
-/D [2333 0 R /XYZ 142.208 423.8107 null]
+/D [2324 0 R /XYZ 71.731 616.5231 null]
 >> endobj
 2343 0 obj <<
-/D [2333 0 R /XYZ 76.7123 395.5168 null]
+/D [2324 0 R /XYZ 89.6638 600.7472 null]
 >> endobj
 2344 0 obj <<
-/D [2333 0 R /XYZ 71.731 375.5915 null]
+/D [2324 0 R /XYZ 71.731 598.5904 null]
 >> endobj
 2345 0 obj <<
-/D [2333 0 R /XYZ 373.4965 363.9352 null]
+/D [2324 0 R /XYZ 89.6638 582.8144 null]
 >> endobj
 2346 0 obj <<
-/D [2333 0 R /XYZ 193.0198 352.2789 null]
->> endobj
-1397 0 obj <<
-/D [2333 0 R /XYZ 71.731 324.3836 null]
->> endobj
-86 0 obj <<
-/D [2333 0 R /XYZ 210.8272 288.9165 null]
+/D [2324 0 R /XYZ 71.731 580.6576 null]
 >> endobj
 2347 0 obj <<
-/D [2333 0 R /XYZ 71.731 280.4643 null]
+/D [2324 0 R /XYZ 89.6638 564.8817 null]
 >> endobj
-1398 0 obj <<
-/D [2333 0 R /XYZ 71.731 249.898 null]
+2349 0 obj <<
+/D [2324 0 R /XYZ 71.731 562.7248 null]
 >> endobj
-90 0 obj <<
-/D [2333 0 R /XYZ 207.6833 216.5878 null]
+2350 0 obj <<
+/D [2324 0 R /XYZ 89.6638 546.9489 null]
 >> endobj
-2348 0 obj <<
-/D [2333 0 R /XYZ 71.731 208.1355 null]
->> endobj
-1399 0 obj <<
-/D [2333 0 R /XYZ 71.731 190.5206 null]
->> endobj
-94 0 obj <<
-/D [2333 0 R /XYZ 196.1588 157.2104 null]
->> endobj
-2349 0 obj <<
-/D [2333 0 R /XYZ 71.731 148.7582 null]
->> endobj
-1400 0 obj <<
-/D [2333 0 R /XYZ 71.731 131.1433 null]
->> endobj
-2332 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+2351 0 obj <<
+/D [2324 0 R /XYZ 71.731 544.7921 null]
 >> endobj
 2352 0 obj <<
-/Length 2354      
-/Filter /FlateDecode
->>
-stream
-xڝi�������/��C��'�pv����@S\r$
�C�{���]CQZ�I�v�7o�}P�*��p��~��
-_��ZU��`�����
-d#0�%�w�W�~E��/R����U�~��*���'a�������㨇�F%��|�wv,��t{^7�7MS����۫w���$��"�_%o�zI��Va�	l��� ��8ʈ>�~�gHX�{�����v�N���y�� 	�n���!�x���j����n.�Õ;\�����ȱ�<�]�̳A�6�A�r���x���F^�����~�yr��N{ya�,h��Q���4F@@~��'��|j��\a7��8�B��`������ps��A�q��nBzc����O��8Y}n��I�Y�����a�=�?s\~�˝.�i���
&m�̓����B�מ7r���l[��q���з���A��9��˱�/��E�gv~���s1�O?�������f���
.�+�c�%�����і ��g�+��0"`��x��w/hʪ�֚�ƭGy��]]����;�@���B�L��c(v���̔�Z�
����-�槻�$���y<����at�?SbL�����aE4^W���n��B�?�&[���!#��X7�;��9h���F	0[���xd����aE�#���A^�����J�Gx>�>(y8����Q�CO�yU����-��z��A�>H�c����&�T<��i�XIV(��.�C�O�:X�i4�3e~,M�3
-�C�Y2F��7�L�$a��?n�8뗵�?TqJ�-����-����Z�h�wΊ����������1ή���B<�M�,��>�Q�q̌vu�UN�P7�{8|���E�K�{�)����J"`9�� P����Q�2p/��;��C8mD�"��q�7��A����D��N��g�����c���F!	N(d�Iշ�F��-�jc�`��\��W��QDB���I/r{9aӎd����ҡ�{&M�[��Bq��G���
-�_A�Dla43��>n
-��	zj}��@���_c�bRL.7|sd�㛖w�P
-,LLjvY��Q��mG�zr�$љ"��G����%S��b�EŽPP"��q�0X��º-���4/��~j�tju)P�y�&/�I� ���gT�0ms���[7
-z��(`ª��S�G���#u��D_c���%LAH!���R�PX@��'xNQ��,�8�|�t��af�Yi
-������Q��R��s��������V�����A!�RR�}9�/+�()�<S�*�
-?L��j�>Cm�`T�����ؐ�O�:�.��K� �z?�f�?��%6����74@EQ�T:�qʝЏ^3��'TD�c�'}�O�o��
*P�d3�L�e"�
CQڑ8�A��j�RhLS`��*ʠ�h>���������B�]oG<g�2�v~H�B�{2�l
W�4
-�O%�ZJ��5��WK����d}^:Bxe�"�'b��t��ܙ�3,7�b/��a9B]Z�V&���!�{�i!3����/N8~�����Q�GR\�ݱ�Z�a�hF�!it:��ˆr�y�����&��7T��j1R���;鲤��� `��,!2�'c�z��G�OuI{�B�xG���=U#�k���	;���陽���
VJ��~�'�B�`�Rz�R1����y����=�����_�X�4$��`赓���US���\��N�����L����S爻*޷мL
�R��6L��&�
-�s�����ue��y}�#ʉ&ա�>�BU:%�V��
�7pg�|L.@�Jʊ�K!�!��
=tkyE6xE����?
-)A����	t�8���M�Bj%���<%Vq��<�/0��c�)�ӛࢢР�a��g=y7Ό\�l�d��A�W����uWJE�*���.j9)
�8$ʤ�� �SM�_��U���Q�m�=���]���e��6�Db�(h�
X� �ceF�_�t-d���H=wa��"��M�%1�ks�s�
g�y@(��KF�y�7_�\�S�LU�uM�d��GJs=��t/�Ѷ:��4�U����>�}���E,;W�՟�^��p���S|gk���k�a��$�Tl�2L�l��`g�=���w#S���ᗊ��;�3i�Bt��Y2b�^�s�p<C�Ri�g+<����Vֵ��AN$�l�W��'Q~t���B�@B�^~�����
-��M�b)�jo�1���X����}k���}�y0�d��?��bY4�7rrB����0/
H���0�1!��?�_y�W.{�endstream
-endobj
-2351 0 obj <<
-/Type /Page
-/Contents 2352 0 R
-/Resources 2350 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2196 0 R
-/Annots [ 2363 0 R ]
->> endobj
-2363 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [358.8765 376.2745 405.7271 386.7492]
-/Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/D [2324 0 R /XYZ 89.6638 529.0162 null]
 >> endobj
 2353 0 obj <<
-/D [2351 0 R /XYZ 71.731 741.2204 null]
->> endobj
-98 0 obj <<
-/D [2351 0 R /XYZ 206.2966 708.3437 null]
+/D [2324 0 R /XYZ 71.731 526.8593 null]
 >> endobj
 2354 0 obj <<
-/D [2351 0 R /XYZ 71.731 699.7062 null]
+/D [2324 0 R /XYZ 89.6638 511.0834 null]
 >> endobj
 2355 0 obj <<
-/D [2351 0 R /XYZ 415.6516 689.4147 null]
->> endobj
-1401 0 obj <<
-/D [2351 0 R /XYZ 71.731 669.3251 null]
->> endobj
-102 0 obj <<
-/D [2351 0 R /XYZ 209.082 636.0149 null]
+/D [2324 0 R /XYZ 71.731 508.9266 null]
 >> endobj
 2356 0 obj <<
-/D [2351 0 R /XYZ 71.731 627.5627 null]
->> endobj
-1402 0 obj <<
-/D [2351 0 R /XYZ 71.731 596.9963 null]
->> endobj
-106 0 obj <<
-/D [2351 0 R /XYZ 225.4125 563.6861 null]
->> endobj
-2357 0 obj <<
-/D [2351 0 R /XYZ 71.731 555.2339 null]
->> endobj
-1403 0 obj <<
-/D [2351 0 R /XYZ 71.731 514.7049 null]
->> endobj
-110 0 obj <<
-/D [2351 0 R /XYZ 287.7103 477.4894 null]
+/D [2324 0 R /XYZ 89.6638 493.1507 null]
 >> endobj
 2358 0 obj <<
-/D [2351 0 R /XYZ 71.731 467.1244 null]
+/D [2324 0 R /XYZ 71.731 490.9938 null]
 >> endobj
 2359 0 obj <<
-/D [2351 0 R /XYZ 71.731 455.208 null]
+/D [2324 0 R /XYZ 89.6638 475.2179 null]
 >> endobj
 2360 0 obj <<
-/D [2351 0 R /XYZ 71.731 440.2641 null]
+/D [2324 0 R /XYZ 71.731 473.0611 null]
 >> endobj
 2361 0 obj <<
-/D [2351 0 R /XYZ 71.731 388.9271 null]
+/D [2324 0 R /XYZ 89.6638 457.2852 null]
 >> endobj
 2362 0 obj <<
-/D [2351 0 R /XYZ 211.4364 379.1581 null]
+/D [2324 0 R /XYZ 71.731 455.1283 null]
+>> endobj
+2363 0 obj <<
+/D [2324 0 R /XYZ 89.6638 439.3524 null]
 >> endobj
 2364 0 obj <<
-/D [2351 0 R /XYZ 71.731 351.2628 null]
+/D [2324 0 R /XYZ 71.731 437.1956 null]
 >> endobj
 2365 0 obj <<
-/D [2351 0 R /XYZ 71.731 294.3762 null]
+/D [2324 0 R /XYZ 89.6638 421.4197 null]
 >> endobj
 2366 0 obj <<
-/D [2351 0 R /XYZ 71.731 261.4347 null]
+/D [2324 0 R /XYZ 71.731 419.2628 null]
 >> endobj
 2367 0 obj <<
-/D [2351 0 R /XYZ 71.731 206.7049 null]
->> endobj
-1404 0 obj <<
-/D [2351 0 R /XYZ 71.731 186.7149 null]
->> endobj
-114 0 obj <<
-/D [2351 0 R /XYZ 323.661 149.4994 null]
+/D [2324 0 R /XYZ 89.6638 403.4869 null]
 >> endobj
 2368 0 obj <<
-/D [2351 0 R /XYZ 71.731 139.1344 null]
+/D [2324 0 R /XYZ 71.731 401.3301 null]
 >> endobj
 2369 0 obj <<
-/D [2351 0 R /XYZ 284.618 129.3748 null]
+/D [2324 0 R /XYZ 89.6638 385.5542 null]
+>> endobj
+1415 0 obj <<
+/D [2324 0 R /XYZ 76.7123 367.6214 null]
+>> endobj
+78 0 obj <<
+/D [2324 0 R /XYZ 182.9843 333.1507 null]
 >> endobj
 2370 0 obj <<
-/D [2351 0 R /XYZ 378.5568 129.3748 null]
+/D [2324 0 R /XYZ 71.731 324.6984 null]
 >> endobj
 2371 0 obj <<
-/D [2351 0 R /XYZ 231.4007 116.4234 null]
+/D [2324 0 R /XYZ 71.731 257.3351 null]
 >> endobj
-2350 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >>
+1416 0 obj <<
+/D [2324 0 R /XYZ 71.731 224.3936 null]
+>> endobj
+82 0 obj <<
+/D [2324 0 R /XYZ 242.807 191.0834 null]
+>> endobj
+2372 0 obj <<
+/D [2324 0 R /XYZ 71.731 182.6312 null]
+>> endobj
+1417 0 obj <<
+/D [2324 0 R /XYZ 71.731 139.1134 null]
+>> endobj
+2323 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2374 0 obj <<
-/Length 2653      
+2375 0 obj <<
+/Length 1555      
 /Filter /FlateDecode
 >>
 stream
-xڥ]��8�}Ej�!��ZI�e�v8�bᦊ�8�J�(��;�˅_O���ĉgg�����jI���ZH�S�L�,��.�6�^�o�bK߼Q�1Nt�����������f�]$*E&�Ek��*_<m������޵�H�r�}?�]o���w4?��]V�]���o~�4ޜƙ(r8���X�����T��8�3O�xs'��u���u��K�"c�Y�,�5܈��懣k+B�ܒ�J�1b�����ٲ����#�O�r������q�e��۲vZ޶́���?���[�_أ]�hڕʗ;Œ��i��i�H)`TV0ҢHU��i�ҥk���I.JE!����2����.�R
-��C
-PE |+~�~��o�R	���b��r^���:��B	N�C�:Z�Q�D�;Z�Ќ�fK���1>|�^`~
�7T��%�g�`"��b��Z&�9��ˉ���b-cV�xl�*�jhF
-U�1�y��処�^J�Z���7��T,�,�s��$!ː��/�r�@��tѺ�v܅������X:���K�T+abs�+xDVd4>�-�4b���[��J�Ҷ5Z�9y��H��%$�N������
-�u����9Z�l@��,]����_����v�%��=�:��JK�QdW�5=3�g �ޮ�G����PU|�z�:>��:|�s׻C.��=_r�]Q~`aj�7�*g;o&ٲ�t!��p�����ϴv���������p�n(7��h�s|F3t�y��\>�[Ł#5�nҴ�|�RX:��	�f�}��Цl�{B���)}v���{��|j9�,{<��X��;��?�ss�<�j���
-��i�H5xa���ň]�y�����iӀD$w�ȍQ�P�^� 7hXٔ������90��ñ	̪{^�Q"�_y���.�&1\,����_uI,E��K�k�еc�@d�8}��p�N�W�4OG�XM�fm��#f�1(�������R�}��}3T�
Z‰&�P�d�9f�É�������Q����3c��
-���9R�ˎG偣�쁞> �
-����Q䉈(�u3D���<g�nX��չ����qR���4pD�
-��l��/f��+�ŧ���q"
-"
Q���q@Ş�3�$ e�%_�nitȺF�����o�,�^��۞F��bv���n�֭y9p�p[F3��<8��M�+{&t�gA�;�{�Aԏ!K��RU:��-{V�Q=lHȤ�xm�9ˌ���r8Lf[�LZ���l�i��ɅM�N��(�l�����
-B�!`�m�N�P��PP8���#1�ك��	�I�J�$�����XdX\��H.�}���b�ܦ쁚4���Ӟq��:���G[
n���.|T�W$�,k�63��Q|���{[��L�/7�?@��=���:�N�ڦ�/�q���dPJ�"fp
-�L�T:PǁI:YB�m�8A����4����m�8��P��P@��U�kD&�Y`�=}G�ĺa �c�ya���6�8{Џ5�":X$��~z�޵n��D����i�e�)*�."�1��DMp
-�<�%i>6��AX?��b���U�����1�Hd<[��+HB8���B<�jZ�4���W Cq���J.5�<P!�@�]���f��	��|�1�uϥŨkE��T��ق�/������S�>,=�N'����G:���`^�q��1���H�'5��vUe��y�Y-a�P7��yb2%���[m��	�PU(�*`�m��X,�͠��G�P_d㜦(�)��2�74]O]:������F҂�笱#'�-�Ը"�^1�,��"���b����m�p���%�!�K���R���>c��^�J�1�@���eP:��OI3	c��o�<�������S�_0g���m�Vr\1TM�X���F��WV�)�_2�nR��})�ր��|�<�!9�:F���%U����y��ݡ����*BG2B�������k˟�[#gv�O����Y�{O5M�\���J�;Tt4
��*�N[A�e!Ӡ�ϫ�?�
-��r�=[�k�bi�U4�i�eB����({2�8�(�|Z���j�j�C�ʎ�	�����f+�oJ�UC�#_�5r�p#�P�u�b5���)dl���uĊ���+������՞-@����#�1�� _�c�z����(�}���6�W-��-~5�]����j�!0E�e
-�@$#��F/�c���{
0��ȅ���k*׏��1�6w��M��C}�����xwɴa�:�2�r���`�������`pW�Z�r�G�ͅ���dbꦎ�>�7��
-*t��\��C�������V���cyR��+Ԕ��\ƀ��L��0_̼��b�����o�#�)��B�u߱�K�}�I���%��\���EF�]«�k��������x�����4�,��ҿ����\H�M�h�7N�ZA��?P#� �#?R_�e�?���c����3�'/R��F���&-b��[ތ�^���7�������[���⬀`�ү�S�,d5��5�J�����S��#���!��9�O�X�a�c+�D����5pզ��OW8����:RA���>%_�5o����Q�=pendstream
+x��َ#5�}�"�ei�k�����hFKH���Gb�����~=U.;ݙ	{����r�\wU�/��"�A"`	� ��p�7l�����H֎f='z��x�J�Edq/6�B�4�&��4��bS��|�W�)��:��2h}ݎFյnw?;�>�V��6�^��_�Dd)���xG���b�y�E�	��,
���/xK���Ze�A�`�(pJf����
3�b�/I
{֦+���֮��h7��P��;��v��R���ݠ���U����`���$ EK���xa$�0bn@Ѿ�LyI�RΈC	�\�"��\^��
t���b�Npt�	pN��NƮq�;����Zo�1Ӟ��!�F���n�	-��v���6�tx�%��*���n4e�������8�6؀�Y�6X{#�!D�(&���'?1���L���a���X���Y� �D�pS�v��Mٚ�0jpD�%��V�9�󢈥�"y/���˧/޾tϿ�hͻ�ה��{�E�z\���]�QCH=$1�N���Vm�=6�!��e�cI�s�e38\�Ǒ����Y��4-,��幌�,���q�rݟK�&��$2��YAd�èm���h5D�)3�Y�g�kD@[Z�3W&�Nn���n,kM7��t�k�,���2!>hq�r�	Q=�h�N�`{��@��tZ�e�b�-���?���>�i��WO�y* x�6]u.���X�O+�0��H^���={u<�f�#���G��ޖ�}d� ���a��S8��ϚKhT��X�J��u �:�Kd���|�|�P?��vĥe5q�S��
I����Y�aŮK}	���y_��ԗ�!vڹr�jm��o��L��ёP.�('$���W�_��m࡮!����nA�=�F[q�v��]���x�QB�u��ߺke����{�E.�m�?�X,4,�2�;4:���Wh�ɓ��(����b�����43M㙦�U�
���
+oVɜ�����É���o��z�O�Τ�z^�l��\�f�k��d-�W��ư�iu kP�㋴�}��s/\�['=�8I�3?��M��u�$�i���7���V��,/Y����o�Kr&f�0MDK_5�%��|��WV�2����^�4�����\�<x^���s��_���S
]�X�~N��!�PFm�Z~�.�g��ח�o�)�^�?�D*���f<W�j[�,���pw�~���+@yl��Ak�4��<�*�K󶵇�[i��m��B�3.`~Œ(�N�r��y������&/�u4�W�	����sk�{�@ź�����5�35��h��fsm�"���U�|umgi����w�*�art�@~Aɐ�At�� �E�6�`uEv�T��V�~��B �R��$�G�|������?�@�2B.�NY���^'(�
+w��+��sθ���&(Ƈ��@�F�d��d}�[������v�����p���D�����h�;	0_��
+�����3��	�$��endstream
 endobj
-2373 0 obj <<
+2374 0 obj <<
 /Type /Page
-/Contents 2374 0 R
-/Resources 2372 0 R
+/Contents 2375 0 R
+/Resources 2373 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2404 0 R
-/Annots [ 2381 0 R 2399 0 R ]
+/Parent 2223 0 R
 >> endobj
-2381 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [243.499 523.6285 284.8624 534.1032]
-/Subtype /Link
-/A << /S /GoTo /D (security) >>
->> endobj
-2399 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [362.8219 253.1531 424.6281 263.6278]
-/Subtype /Link
-/A << /S /GoTo /D (suexec) >>
->> endobj
-2375 0 obj <<
-/D [2373 0 R /XYZ 71.731 729.2652 null]
+86 0 obj <<
+/D [2374 0 R /XYZ 167.4185 708.3437 null]
 >> endobj
 2376 0 obj <<
-/D [2373 0 R /XYZ 71.731 718.3063 null]
+/D [2374 0 R /XYZ 71.731 699.8915 null]
 >> endobj
 2377 0 obj <<
-/D [2373 0 R /XYZ 144.5093 708.3437 null]
+/D [2374 0 R /XYZ 71.731 687.2579 null]
 >> endobj
 2378 0 obj <<
-/D [2373 0 R /XYZ 373.3836 708.3437 null]
->> endobj
-1405 0 obj <<
-/D [2373 0 R /XYZ 71.731 649.345 null]
->> endobj
-118 0 obj <<
-/D [2373 0 R /XYZ 218.078 604.3098 null]
+/D [2374 0 R /XYZ 71.731 672.3139 null]
 >> endobj
 2379 0 obj <<
-/D [2373 0 R /XYZ 71.731 600.4795 null]
+/D [2374 0 R /XYZ 91.6563 651.1581 null]
 >> endobj
 2380 0 obj <<
-/D [2373 0 R /XYZ 118.5554 558.2891 null]
->> endobj
-1406 0 obj <<
-/D [2373 0 R /XYZ 71.731 514.6622 null]
+/D [2374 0 R /XYZ 142.208 651.1581 null]
 >> endobj
-122 0 obj <<
-/D [2373 0 R /XYZ 187.3454 482.1585 null]
+2381 0 obj <<
+/D [2374 0 R /XYZ 76.7123 622.8643 null]
 >> endobj
 2382 0 obj <<
-/D [2373 0 R /XYZ 71.731 471.7935 null]
+/D [2374 0 R /XYZ 71.731 602.939 null]
 >> endobj
 2383 0 obj <<
-/D [2373 0 R /XYZ 154.5103 462.0339 null]
+/D [2374 0 R /XYZ 373.4965 591.2827 null]
 >> endobj
 2384 0 obj <<
-/D [2373 0 R /XYZ 338.1402 462.0339 null]
+/D [2374 0 R /XYZ 193.0198 579.6264 null]
+>> endobj
+1418 0 obj <<
+/D [2374 0 R /XYZ 71.731 551.731 null]
+>> endobj
+90 0 obj <<
+/D [2374 0 R /XYZ 210.8272 516.264 null]
 >> endobj
 2385 0 obj <<
-/D [2373 0 R /XYZ 71.731 449.9145 null]
+/D [2374 0 R /XYZ 71.731 507.8118 null]
+>> endobj
+1419 0 obj <<
+/D [2374 0 R /XYZ 71.731 477.2454 null]
+>> endobj
+94 0 obj <<
+/D [2374 0 R /XYZ 207.6833 443.9352 null]
 >> endobj
 2386 0 obj <<
-/D [2373 0 R /XYZ 71.731 449.9145 null]
+/D [2374 0 R /XYZ 71.731 435.483 null]
+>> endobj
+1420 0 obj <<
+/D [2374 0 R /XYZ 71.731 417.8681 null]
+>> endobj
+98 0 obj <<
+/D [2374 0 R /XYZ 196.1588 384.5579 null]
 >> endobj
 2387 0 obj <<
-/D [2373 0 R /XYZ 71.731 429.0716 null]
+/D [2374 0 R /XYZ 71.731 376.1057 null]
+>> endobj
+1421 0 obj <<
+/D [2374 0 R /XYZ 71.731 358.4907 null]
+>> endobj
+102 0 obj <<
+/D [2374 0 R /XYZ 206.2966 325.1806 null]
 >> endobj
 2388 0 obj <<
-/D [2373 0 R /XYZ 113.8984 417.5009 null]
+/D [2374 0 R /XYZ 71.731 316.5431 null]
 >> endobj
 2389 0 obj <<
-/D [2373 0 R /XYZ 177.7024 404.5495 null]
+/D [2374 0 R /XYZ 415.6516 306.2515 null]
+>> endobj
+1422 0 obj <<
+/D [2374 0 R /XYZ 71.731 286.162 null]
+>> endobj
+106 0 obj <<
+/D [2374 0 R /XYZ 209.082 252.8518 null]
 >> endobj
 2390 0 obj <<
-/D [2373 0 R /XYZ 71.731 397.4114 null]
+/D [2374 0 R /XYZ 71.731 244.3995 null]
+>> endobj
+1423 0 obj <<
+/D [2374 0 R /XYZ 71.731 213.8332 null]
+>> endobj
+110 0 obj <<
+/D [2374 0 R /XYZ 225.4125 180.523 null]
 >> endobj
 2391 0 obj <<
-/D [2373 0 R /XYZ 263.8257 386.6168 null]
+/D [2374 0 R /XYZ 71.731 172.0708 null]
 >> endobj
-2392 0 obj <<
-/D [2373 0 R /XYZ 71.731 366.5272 null]
+1424 0 obj <<
+/D [2374 0 R /XYZ 71.731 131.5418 null]
 >> endobj
-2393 0 obj <<
-/D [2373 0 R /XYZ 229.3243 355.7326 null]
+2373 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2394 0 obj <<
-/D [2373 0 R /XYZ 444.9382 329.8297 null]
+/Length 2498      
+/Filter /FlateDecode
+>>
+stream
+xڍْ�6��_��PUC��-]Nvv㬳��}�l�0$$�B�
+Af���t��Ql�T
q4}����'6���>��d��M}|o����+� !ÄK�7��^��$�*�r�ow�T�QU�ɦHdTf��<6�
��i��6�YȈ��UۚnO�7����m�����q�9K��*�ɛ�^(��H�$�%R�y���Lc�OF"ʑ���+���q[���:�ۊ8p���=���n���q��VqpC��Õ�B&�&�q$d���f>��ҷ�'�5��}G��i��2���,��ԓi�xf�C��۳��ƻ�`F�s�^'j�����j4�j�5W{����o6bf�
(=�SdV��2K��<�c0d��~��p�.�e��*�B=P	�H�<�����A�gZ������� ���So�yB���vƞv��xj��ز�1V-��@���"hifA-`�w��p$�4?\�§/��};�߯�Z@ �;`wYNB:jk�^#��L�_(�����KG��6P���d�"����o=
+��Y�6�[���I�x�� �s�qt�h�
����ޢ�Ȓq����_$:SDgp��`E���ע�l�UF�P�(�����j6R�U}0���㲟چ��b��F��[ڮ=$`1���O=Ӧ�/�Bn��p��v�4S�ꘞ����:�N���)ѷ��=B��h�_��&���~2ь�,)r����>:�Ñ�f�I�^sG[V3EfR&(�O�n/����OG=��R=�ŭ`݇F�٫؝dUT���qeq�ߌ�3T�s�{.^bC�?��"�$�4�q
+?�
+
3�Whx�
i�n��0�XUU��!׀�#�?]x-��L7}FEd%�np�3m|C��@]O�&(�2IpOP.�p�/ U%�*
+И��X]Br���h�N;�+�ZG�+���q��+�ߏ�E����gs��b��p&R�ad��X�>�d����N_0f�lDSO�$�D�ٛN���;�y��f���lNɋ��je��B�����O�f��4!�������<
N�?9��xЧV�<Y��g3bɓ��i��+|Q�
zq���f�O!���UG�Tw�d{�.���
�]�u���瓱�5T�<��Y�K]r�D!(��}�zpՈ����t��d��k{[˥�ʨ��Z"8�=��+&	��>AQ�D�|u�����j}�����!�A3��q�<z��y���0͵�K(^i��xx�k�y��q��+�r%�wvj�l�0�ӛ�W���5)/���k����8"��`P���U��`�Ǚ���g*I��@�ع0��S.+J*M�L���~PGK3g�7��*AE�p	�4�1z=w4��*���k%K��4t����>�0��c�)���rE\�A�L�g��n>���f�<o�����rW�ʪXz|�VUb��:w��K_(n�0�v�_��U1�����b�Ǿ@��Zf��#1~�+(h��b�㭱<r�_�tK�sg1�9\�ݴ���po������
7��c���-��������l��g�k�'JB�]����t�.��艱�m13�m(��,K�-�]5�0_܈�a�+���˗N����;Y#t��"�I����d�:^p���e��"�ߍ���,T4	ђd��]��x_ :͢B������O`^�+�iIh��d����‘YSMc0z�
+;�XB�ՒLFYR^�z��2zo!>��@B�^�nP���P��y�W�7����U�pX�F��5jh���h
+C��'��x�4�����X�ݢ�Mg���2*�R~�Jr(���҅U��^�`�G���;Z>L)�UcGw�ox�p��S��
����x���k�?RdCk �	2$�%kŊ5�ϪHU�����-�Ə��������/]q��z��:�b->B̼ތx򠇦��]�L(�ӇZ>ܞN!D�F��vV4/
(e���h�F���h���4�:�@��u�a������F73�� �����fY��,s�ʄC��@��*�_5~B$QV�b#�U
��ś��(�
�Nf�Aov�)�-���18C�j���KB�BO�Y���|C�/��2G��\��6� ��C�U���g��:��z���
+֞�E��^d����_~�!�,�H���,-�߲pe�o�.���gU�`��?j�`g7�n���i�3v��+����/9Am�z��e��&sTt!�r�б��'?���]½�X�h��U(,A��Y�����F��D���r��C��ǔb�s_���4�{}E�8p���L����g����0�r�m����_mj���$y֪�v	uGZeh�E�8��2C�K���!/������e�y.�B����O�XŚ���5�s}Q�|�s�`k#B�������#��Wn���� �&q�����@�"*S�ɥ��!�/�*�P)����2�,A0��<
+H��C����O?Fȥendstream
+endobj
+2393 0 obj <<
+/Type /Page
+/Contents 2394 0 R
+/Resources 2392 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2418 0 R
+/Annots [ 2402 0 R 2417 0 R ]
+>> endobj
+2402 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [358.8765 606.626 405.7271 617.1006]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+2417 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [243.499 144.1269 284.8624 154.6015]
+/Subtype /Link
+/A << /S /GoTo /D (security) >>
 >> endobj
 2395 0 obj <<
-/D [2373 0 R /XYZ 178.9977 316.8783 null]
+/D [2393 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2396 0 obj <<
-/D [2373 0 R /XYZ 71.731 314.7215 null]
+/D [2393 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+114 0 obj <<
+/D [2393 0 R /XYZ 287.7103 707.8408 null]
 >> endobj
 2397 0 obj <<
-/D [2373 0 R /XYZ 118.5554 279.1701 null]
+/D [2393 0 R /XYZ 71.731 697.4758 null]
 >> endobj
 2398 0 obj <<
-/D [2373 0 R /XYZ 391.646 267.693 null]
+/D [2393 0 R /XYZ 71.731 685.5594 null]
+>> endobj
+2399 0 obj <<
+/D [2393 0 R /XYZ 71.731 670.6155 null]
 >> endobj
 2400 0 obj <<
-/D [2373 0 R /XYZ 71.731 234.2241 null]
+/D [2393 0 R /XYZ 71.731 619.2785 null]
 >> endobj
 2401 0 obj <<
-/D [2373 0 R /XYZ 169.9804 227.4695 null]
->> endobj
-2402 0 obj <<
-/D [2373 0 R /XYZ 71.731 207.38 null]
+/D [2393 0 R /XYZ 211.4364 609.5096 null]
 >> endobj
 2403 0 obj <<
-/D [2373 0 R /XYZ 450.8226 183.6339 null]
+/D [2393 0 R /XYZ 71.731 581.6142 null]
 >> endobj
-1407 0 obj <<
-/D [2373 0 R /XYZ 71.731 163.5443 null]
+2404 0 obj <<
+/D [2393 0 R /XYZ 71.731 524.7276 null]
 >> endobj
-2372 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R >>
-/ProcSet [ /PDF /Text ]
+2405 0 obj <<
+/D [2393 0 R /XYZ 71.731 491.7861 null]
 >> endobj
-2407 0 obj <<
-/Length 2149      
-/Filter /FlateDecode
->>
-stream
-xڥ۲۶��_�9}8Ҍ ��g��u'I�I��d�P$$��H��,�_�],@A}�iGX���� >���g)gi�șH����W�l����;���Y�H�^����,gy"���f&y��4�gi,X�x6{�~��+F���P�\0ZhS4M�ni���R7M�����W{9�8ey�_oĺP�3.Y,�z]��e2"����f��X�����G�O��\@,
��fK1.��d�v���r9tiꮥM��ƞ���6;:,���(�cO��sw�ݍ�piX��?-��[�Ѧs�GB�eoGF���^��9/5M(?�?�������2�L�|�d)KyO�#-C,�wh�;Zh��y�����%��/K1b}C�{j((ϑ/h����p���{�V��v������)�qC(��TN�M
-<b-C�{��]�&��[9D���#�7丧6�
-Q��i�j^�M�n4s	�����fߒǜ�$��	Y$ w)8V���,��;�/����]:�����.Ʌ����,�ً�*����/��]�]���1(v�ެV��	Ӎ�w�����C��<�:���+�uͪ�֫5";Y�6.��x$aWh}4U�����g�C�#I/�h�\�[Y�lu���h������0*=�}}p1݆V�sd_!��W��E�*�iQ���ҿҗ
-����9���^3t*٘�KUo���Z����9a8�ˁ4����ts h���k�A;�+�L��]-wE���d��2����A��D�����꓂�*�&u4��g�4Kf@=j���f�|�`I$<�C��<�F^�<�2�͔���Q̢D�@�Y	AM�8���{)g��I")�3�T�C��	K�4�HQ�D��s��E!�Y��cc���)�U�"~��
�����}j��4�C٭-�(c"E�#��d�@�X��Z�J�{jW�����-V`�,���[2��)�kl("�Y��]WyY3۬T�}`��ܢ��V�?�1��X�pT��S�ܕd6|X�\c�i��T�s1��W�Z�ym�����;
-_�!�7cW���� �?�W��Y�7���%�#�dz���i}�4�P'�6E�u-�0�(w{†��,P,kɾ��(�MNi�C��m�Ȧ!�kw�(K}0�z(ʏx[��>��zk"Zj���Pь�6�	�Q��JҚk���хPQ�FXp�:;��՝�؀j�o��Cd3�뜎;���u9�wP���](�CD)�#Δ�Yj+m����J�{$�0:\_��<*P��U�ǂ�$��0��������Q� 1��X&�,'�W�O�A?ኊ���"�/>?HAW�t�-!ި��fM���n,™
jUP%\�ē��C�{m�l�%�K���d@� �2�`z�+8�L�oi����5M�xjl/����]3�sM�����SA�V!�!?;�ı��.��.�Y<c�6f���CW�me�|�hx~M>E��t-��>zZi�)e	��/����~�ӗB,Rh_ˢ���vÑ->����Q��-AN�Z;"(�I��Kg����/���9�ݜ����"��(6��@ˤ��zK���dN�VD�*0p@�b?�w���z��{ j+$��kO��T��M��!�aֺ���q��Ä=��}tz�fh�GwB�R㫿�B��䂫�����5O��g��M�vQ���
-��(QU�k�U�Z�NK���_5/1ݼ�}a�@���j��usl�%������ho}��[��hu!S�kl6v�ٹ}��iC����w_�`�!lq��n�$�0���kk�Q*����q��6�\��掑7
-^2SDF�6&�WY=\�]���o!�9���t��rA��9���AW�iS�es�������}yؘÃ���p��6J��
&q䞖 C{0�S�	����2t��w'���:�:hch�����y�������h+AF-��x	n�Bt���&�xSɴmGE��ԕ��}��_�/G_ni�}�8��"�#a��f���/�������蛡����#�!������OdM1!qu9��CǕ���)�����o��X~j�XƓ��?��������8�r����SO0�/���endstream
-endobj
 2406 0 obj <<
-/Type /Page
-/Contents 2407 0 R
-/Resources 2405 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2404 0 R
-/Annots [ 2411 0 R 2412 0 R 2417 0 R ]
+/D [2393 0 R /XYZ 71.731 437.0564 null]
 >> endobj
-2411 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [473.4527 684.5632 535.6613 695.4671]
-/Subtype /Link
-/A << /S /GoTo /D (mysql) >>
+1425 0 obj <<
+/D [2393 0 R /XYZ 71.731 417.0663 null]
 >> endobj
-2412 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [142.1264 671.6118 203.8944 682.5157]
-/Subtype /Link
-/A << /S /GoTo /D (postgresql) >>
+118 0 obj <<
+/D [2393 0 R /XYZ 323.661 379.8508 null]
 >> endobj
-2417 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [307.2791 501.5233 354.5785 512.1056]
-/Subtype /Link
-/A << /S /GoTo /D (security-mysql) >>
+2407 0 obj <<
+/D [2393 0 R /XYZ 71.731 369.4858 null]
 >> endobj
 2408 0 obj <<
-/D [2406 0 R /XYZ 71.731 729.2652 null]
+/D [2393 0 R /XYZ 284.618 359.7263 null]
 >> endobj
 2409 0 obj <<
-/D [2406 0 R /XYZ 71.731 741.2204 null]
->> endobj
-126 0 obj <<
-/D [2406 0 R /XYZ 224.1857 707.8408 null]
+/D [2393 0 R /XYZ 378.5568 359.7263 null]
 >> endobj
 2410 0 obj <<
-/D [2406 0 R /XYZ 71.731 700.4885 null]
+/D [2393 0 R /XYZ 231.4007 346.7748 null]
 >> endobj
-1408 0 obj <<
-/D [2406 0 R /XYZ 71.731 672.608 null]
+2411 0 obj <<
+/D [2393 0 R /XYZ 71.731 339.6367 null]
 >> endobj
-130 0 obj <<
-/D [2406 0 R /XYZ 266.2987 640.2941 null]
+2412 0 obj <<
+/D [2393 0 R /XYZ 144.5093 328.8421 null]
 >> endobj
 2413 0 obj <<
-/D [2406 0 R /XYZ 71.731 631.6566 null]
+/D [2393 0 R /XYZ 373.3836 328.8421 null]
 >> endobj
 2414 0 obj <<
-/D [2406 0 R /XYZ 247.7687 621.3651 null]
+/D [2393 0 R /XYZ 71.731 309.1261 null]
 >> endobj
-1409 0 obj <<
-/D [2406 0 R /XYZ 71.731 588.3241 null]
+1426 0 obj <<
+/D [2393 0 R /XYZ 71.731 269.963 null]
 >> endobj
-134 0 obj <<
-/D [2406 0 R /XYZ 156.1213 555.0139 null]
+122 0 obj <<
+/D [2393 0 R /XYZ 218.078 224.8082 null]
 >> endobj
 2415 0 obj <<
-/D [2406 0 R /XYZ 71.731 552.5392 null]
+/D [2393 0 R /XYZ 71.731 220.9779 null]
 >> endobj
 2416 0 obj <<
-/D [2406 0 R /XYZ 118.5554 515.9916 null]
+/D [2393 0 R /XYZ 118.5554 178.7875 null]
 >> endobj
-2418 0 obj <<
-/D [2406 0 R /XYZ 71.731 481.0083 null]
->> endobj
-138 0 obj <<
-/D [2406 0 R /XYZ 221.6466 453.9847 null]
+1427 0 obj <<
+/D [2393 0 R /XYZ 71.731 135.1605 null]
 >> endobj
-2419 0 obj <<
-/D [2406 0 R /XYZ 71.731 446.7867 null]
+2392 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2421 0 obj <<
+/Length 2599      
+/Filter /FlateDecode
+>>
+stream
+xڝY[�ۺ~ϯ0��.b�x%���$-rpڤ�>��-
+Z��jd��%>����e��M�V�����734_D��	g���ȘбX�W�bS|�=��Ӭ�D?>�z�����eZ����B�eI$�,�y�x��}�fo��mVkGK����j;S�E������?EY��?z��q�9�	�R`��x�\@!\1��@	�Y���*"���XI�,�ܔy]�#��e���b-"ƅ��ҿ�8��uOgh�u_n�]�+/O�i��x�x�Z!�T�$�$�DV���[��Gv,o��D��n/MQ��
�}��Vq��:��{C�9מ�z�X�m_����d<M=y;�{6��,A��T��D��8�<�܂�i���!\Y�fܳe/�b��`Wܭ{$p�t���>
+�Y'��i�
w��mYbK-���qho:j��N�(����~:�hOR�7X���|�Tnۢ=��L���mkv֯��e�S/�,^��AA1Wd3���SSt�H1�A�/�\�$��H���<h28�Sq�e��$،����^�6��l����kl��
+�����.���tOusu��?l��Otq��i��$���Knj�LApD
+…�k�
+���F�\��4Բۢi�؝3�sZj�Uy�U�	S��W	S��Xyu�aU��&�μ+v2�3xZ���u~�|o����
d��v�mS��_W<^Z/?Y4��h��5u���G�i�W�U�!Ե�u�#l	h�nB��n��3�����8���%nO�j����+}k��sD"���������tW��M|,��4ah���MeI����٣�3���XyѝW:^���ˢ�o�lW��v���W;�0���םo�=6&G���9��Ҡq��m��q�死�}rS���`!^Ф^������qwO��)
+�� Zi�}(��;�
+0PK0�48�[�g8�D��8�,I����Q@��������F�Q`�Q�������h$��q�mxw���	|�Ҡ���[j8Ʈ�,��@m�72k衙8�َ���/��U\�ǎ�]�vߺ�h��(c�!�3k����;�
v+b��n�*�N�4�Fl8|!G�i$���A�v
>G.'�Ȑ���<�+X�Y�v?ސW'LE*��lqq^`��
V�^]#��S8�&_��<lw�h ��ޮY�?TՄbY�^��[�)f^x3�,p��5���O��q�6�]QML��t:��l�]r���`#d� gv�`�h��D;g�~C�=�PE幜(n�%6pK[�#2%u��ޠ���i��Ü�sHI�������h�Ea\��-��Kz`�ݩۡn;��e�W�k�D��
+g�IBa���97L�H�|!A�_
S3�����Pޙ����Fb�w��n�BgHk\@1Mu�d\y+�J�����U(x%a�������\���j�)c��K�8Ok��g^!kSc�J�s���q(+��S�-�2I�P@h���Ӱ
+� KG�䞊F�k����Z�Kt�Г�������F����wE]݈k�*��!"�L4� t@��@:�<�-ࠌ���?�S���"�[l�(�ո�TQ���-g!?����u�pS
+�p�tP�̣,
+I�39gꎛCp�\���@,0��z�B>M��4�۠��#��p$��HE�ã��u7e�	���	Nm!��K3%��VS0�Rߥ�����l�p�c��Z���b!3Ŵ
+F8y]��c2gtWʚsó~�[;9�b|*�l�g��1P� ǜ�^ӧ%a	�dcWz���M5�"�}��_�m������.z����Q�*_��jddxB�e}����4��G�2�������OCLJ=��.n�������
Ll��ޅ�
#����{&��u-#"��`�IXE>4і�n���+ՈE�Oʬ���m>d_�_�P_0�G�Tt�U������{��}!�F,����5��n�uu=��pCм�,�ww7�)VCPЋe2��	���r�}B��A�_|��o#�$4֔~_�h0���>N'�Rt+�dg�8K�0�E2�M�D��M�4~�0D�?�?��g�ƌi��Dj!�\9MoC�Z����5�v����V&/�1P� ǜ9�x�H��+%'f��]cIa��h�0u�P�O"���ꦠ�zL6t��Za�A��L� L@����%9f܂���Wx���*�o�G@ni��k�zA�9�o�G�o�u��Rx�d�r�(&`��W,Y��lJ;B"�Xq,�eYd���R1��~ ��D0zK�T����m|��GDv	k<Wkػ�
����rmD3��N�;��uH�
�f�i�a�u���Db͌�A�z86���
+�j�]]���x� ��u}���	�@o����:��t@ҋ#O]Ҝ{����V�q/x�3�����z��m�8zc��Ȉ_�
+^����#��n�M ��Pؾ������k��~����w�7>���ty��O��lc���~��8��Ҵ��zoˣ����Ri���R�vᷳ��'`*�DVg��8�����E��@�
+��������
�3Tendstream
+endobj
 2420 0 obj <<
-/D [2406 0 R /XYZ 173.2893 423.1005 null]
+/Type /Page
+/Contents 2421 0 R
+/Resources 2419 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2418 0 R
+/Annots [ 2442 0 R 2446 0 R 2447 0 R 2448 0 R ]
 >> endobj
-2421 0 obj <<
-/D [2406 0 R /XYZ 71.731 410.981 null]
+2442 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.8219 391.762 424.6281 402.2366]
+/Subtype /Link
+/A << /S /GoTo /D (suexec) >>
+>> endobj
+2446 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [471.1281 285.4957 533.1707 296.3996]
+/Subtype /Link
+/A << /S /GoTo /D (mysql) >>
+>> endobj
+2447 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [125.2498 272.5442 187.0178 283.4482]
+/Subtype /Link
+/A << /S /GoTo /D (postgresql) >>
+>> endobj
+2448 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [240.0683 272.5442 301.8363 283.4482]
+/Subtype /Link
+/A << /S /GoTo /D (oracle) >>
 >> endobj
 2422 0 obj <<
-/D [2406 0 R /XYZ 71.731 366.8256 null]
+/D [2420 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2423 0 obj <<
-/D [2406 0 R /XYZ 282.2267 342.3035 null]
+/D [2420 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+126 0 obj <<
+/D [2420 0 R /XYZ 187.3454 707.8408 null]
 >> endobj
 2424 0 obj <<
-/D [2406 0 R /XYZ 71.731 327.1952 null]
+/D [2420 0 R /XYZ 71.731 697.4758 null]
 >> endobj
 2425 0 obj <<
-/D [2406 0 R /XYZ 71.731 312.2513 null]
+/D [2420 0 R /XYZ 154.5103 687.7163 null]
 >> endobj
 2426 0 obj <<
-/D [2406 0 R /XYZ 71.731 263.2001 null]
->> endobj
-142 0 obj <<
-/D [2406 0 R /XYZ 276.5502 230.3234 null]
+/D [2420 0 R /XYZ 338.1402 687.7163 null]
 >> endobj
 2427 0 obj <<
-/D [2406 0 R /XYZ 71.731 225.2276 null]
+/D [2420 0 R /XYZ 71.731 654.754 null]
 >> endobj
 2428 0 obj <<
-/D [2406 0 R /XYZ 71.731 192.3011 null]
+/D [2420 0 R /XYZ 113.8984 643.1833 null]
 >> endobj
 2429 0 obj <<
-/D [2406 0 R /XYZ 277.0796 168.5551 null]
+/D [2420 0 R /XYZ 177.7024 630.2318 null]
 >> endobj
 2430 0 obj <<
-/D [2406 0 R /XYZ 71.731 156.4356 null]
+/D [2420 0 R /XYZ 71.731 623.0937 null]
 >> endobj
-2405 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F48 2167 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+2431 0 obj <<
+/D [2420 0 R /XYZ 290.4879 612.2991 null]
 >> endobj
-2433 0 obj <<
-/Length 2383      
-/Filter /FlateDecode
->>
-stream
-x��Y�s�
���?tf�N̈����\�I�ɥͫ����d��5'K>I���/H��dkw�/��,!!������?>9%"f"Pb0_��/���
'�1Ɍ�B�7��Rb"̖�G,=9�`���`����b�lj]��ByC�p�Ϋ:ɲ4������i�%�����f2kVV2dq�?k^#ul�[�O�"&}Z��y$��6����a��H��B���f��2�I�ij����"'���$Z��Z�uR���,�9I%5����|sz���:
-Ԑ�w�/��S�~����m��hJ�t��zlv
-�~�����������u����K?j}>H�FE*�VZ0���'a4<[,�Hp�V�k@�����ݠ�ξ3�R���4��[����\�-1�Uc� F�$FB
_�װ$�Բ �9'� Ȑ��)�~;RjX��F�J�#>�ݙ��8�W�޾@3MX�#����N�s�i�`y�瘙�x�!YVدţp8cU]n��xT(�T�q][h0�m����]!���.|�
-�LJ�=�pV̓l^�����o*f<�H�i]�z;�?`�WI�b]h�)*}r A��VଋE��|��|�`g|�Gʮ�}���0x�l6e�)Ӥ��Ά�[G�^�QH�	
-��_�:�bB��}�_�O��=�S"$h�^;%�߹�+]#�뇈3����pQH���
��/b��q�`#5n���6�꣞#@!J�ȑ��|��/X᤾dő6c���ⱃL$?�"�Fi�S\a�XDj����U,
-�;�Wӳ�Y��ˈE^ IjA�=�0�K
G�J��Q����o+
�0|��Ҋfe�*5|:�al�X�~��jXlt�8���kZ�Ҝ6��{�9L��?��NLnQC�2.@.z�l�� �<3q,!$rU��
���5�<�#�˲X��8R���o`��ָ�SUꏞ'e�%R��
�Y6/��w&g���k
-2�@d���W��v���L*q��;,u�s���)pƴ��t�@U9�da 9�F[	��Y�sdG�3;�[�Y�XӠ*pt�MkM/�C�m������"�����g"Į��NX��>Nn&�|��{�L��ly��M�+�53�����ل����������G��nf�)���~����?�����LO��n��3Hlr�p?=��ԝ��O���N.'��������p|�A����"61�Tc5�W�m�+�yQ(0���5��9����'w�����{|>'�޶��sC��ߛĺ������x����P*GQw����7�CC���_�L�&��zj�q����Pg��N��S��02�ӆ�pm�ߔ�u
�gj����"U��U���eaj�W�@�����W�T��W矫\14�
��]l� �)�|&��R4H��J�(W,���D�V����!��DW'���230m��kNbˎ	����Rf;�6x�)2]��Z���Jh����j;_!bXk�����[?������L;�`��wȫ�+��uo/N�-kw����z8�}�Lך܌���ɲHY?�_�x����kCQ�c�c���f��<
-l���$e]������jUl3����{}��K�t%\����ָ�������`h��~�)�yx��s)9A^�7Y27G��P!����=-���i��(rU�)WP;�pC��[ƺ���wy�&���i78�<R�W���K΢�sU���.�
���$��6`ۗ6�)(̚(i���A����؃���N��?�6��r �m����&u�8���iz������j�ݷܳ�(sޞ�h^>~+�]��m��+�+�_�e8L�-�7�
�}9�2�[)rk7�a��8
-1�[[Ju􄇀���u�񿳌����(�r��z�@#U��F[:�L4�R�������dZ�N�BV�;���
�a�)B[3�r��y3�U���j��"��Ī�X�ְ4u���tX,�)���Ż��%p�o��b��]�R�M�L�=����*����<}A�2�f�t��`�p;)<�E���"-A��ʘ��;n��>%�d�(�F�$��8��v[ <b�b�b�,�`J T�ؑM��C��R7�~ԥ4�{kg6�D���Q��Sf[�?ز��n����m��N���y���D#���@�l�wV��9@�p�h�l�t�Z��u�=�x���|��
-{�m��9g�c���8l���p����{Ԁ��p!О��g�.q�0b߀��P�-A�/!����
�����$x�w�)��7ބ�Z��x�l �A�mA���rB�TO��P�Wv��fDq�y��L8�մ��+ҏ$~�"ğ�9�%s�k�p�8���j\|����.��endstream
-endobj
 2432 0 obj <<
-/Type /Page
-/Contents 2433 0 R
-/Resources 2431 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2404 0 R
-/Annots [ 2445 0 R 2476 0 R ]
->> endobj
-2445 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [441.1732 610.5455 495.4692 621.4495]
-/Subtype /Link
-/A << /S /GoTo /D (localconfig) >>
+/D [2420 0 R /XYZ 71.731 573.3453 null]
 >> endobj
-2476 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [399.3902 96.3737 453.6862 107.2776]
-/Subtype /Link
-/A << /S /GoTo /D (localconfig) >>
+2433 0 obj <<
+/D [2420 0 R /XYZ 71.731 558.4013 null]
 >> endobj
 2434 0 obj <<
-/D [2432 0 R /XYZ 71.731 729.2652 null]
+/D [2420 0 R /XYZ 159.3536 546.8446 null]
 >> endobj
 2435 0 obj <<
-/D [2432 0 R /XYZ 71.731 741.2204 null]
+/D [2420 0 R /XYZ 71.731 507.2929 null]
 >> endobj
 2436 0 obj <<
-/D [2432 0 R /XYZ 71.731 718.3063 null]
+/D [2420 0 R /XYZ 229.3243 494.3414 null]
 >> endobj
 2437 0 obj <<
-/D [2432 0 R /XYZ 357.7805 708.3437 null]
->> endobj
-146 0 obj <<
-/D [2432 0 R /XYZ 211.2854 657.5342 null]
+/D [2420 0 R /XYZ 444.9382 468.4386 null]
 >> endobj
 2438 0 obj <<
-/D [2432 0 R /XYZ 71.731 650.4559 null]
+/D [2420 0 R /XYZ 178.9977 455.4871 null]
 >> endobj
 2439 0 obj <<
-/D [2432 0 R /XYZ 271.0674 626.65 null]
+/D [2420 0 R /XYZ 71.731 453.3303 null]
 >> endobj
 2440 0 obj <<
-/D [2432 0 R /XYZ 243.4755 613.6986 null]
+/D [2420 0 R /XYZ 118.5554 417.779 null]
 >> endobj
-2444 0 obj <<
-/D [2432 0 R /XYZ 370.2593 613.6986 null]
+2441 0 obj <<
+/D [2420 0 R /XYZ 391.646 406.3019 null]
 >> endobj
-2446 0 obj <<
-/D [2432 0 R /XYZ 71.731 606.5605 null]
+2443 0 obj <<
+/D [2420 0 R /XYZ 71.731 372.833 null]
 >> endobj
-2447 0 obj <<
-/D [2432 0 R /XYZ 137.5929 595.7659 null]
+2444 0 obj <<
+/D [2420 0 R /XYZ 169.9804 366.0784 null]
 >> endobj
-2448 0 obj <<
-/D [2432 0 R /XYZ 262.9731 595.7659 null]
+1428 0 obj <<
+/D [2420 0 R /XYZ 71.731 345.9888 null]
 >> endobj
-2449 0 obj <<
-/D [2432 0 R /XYZ 403.4489 595.7659 null]
+130 0 obj <<
+/D [2420 0 R /XYZ 224.1857 308.7733 null]
 >> endobj
-2450 0 obj <<
-/D [2432 0 R /XYZ 134.3878 582.8144 null]
+2445 0 obj <<
+/D [2420 0 R /XYZ 71.731 301.421 null]
 >> endobj
-2451 0 obj <<
-/D [2432 0 R /XYZ 344.0117 582.8144 null]
+1429 0 obj <<
+/D [2420 0 R /XYZ 71.731 273.5405 null]
 >> endobj
-2452 0 obj <<
-/D [2432 0 R /XYZ 71.731 562.7248 null]
+134 0 obj <<
+/D [2420 0 R /XYZ 266.2987 241.2266 null]
+>> endobj
+2449 0 obj <<
+/D [2420 0 R /XYZ 71.731 232.5891 null]
+>> endobj
+2450 0 obj <<
+/D [2420 0 R /XYZ 247.7687 222.2976 null]
+>> endobj
+1430 0 obj <<
+/D [2420 0 R /XYZ 71.731 189.2566 null]
+>> endobj
+2419 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F44 2183 0 R /F48 2196 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2453 0 obj <<
-/D [2432 0 R /XYZ 105.4942 551.9302 null]
+/Length 2531      
+/Filter /FlateDecode
+>>
+stream
+xڕY{o��?��=`�"fDR��-��:۴����=�E�mz��ج��w�ʒ�}��hH��#�'��ϙ/�!B&<%&q�™l�ӻ�D�$3�]�^\�H9	Y�	o��L\��w�ė�������]�o�j6ʙ
+��ۢn�,K�-�_��?�,�f����b��VV�ga��U�N�\A!'��P4�{u&]���?P�����;Ղsɔ��Jr��ą�J?�&�D(ԤJ&�n��	�9�J��a�p(<�֘{.g��p����#��)9�|���@#Gm���V���u'��s���.SN�1O�����3}5�׳��t�lfҙFm� #.�_Gl�jƁo�0R�i&�T{��SQ'q[%3���ԔL/|���Y���c���}1c����g�{{H⣢.g:(0u �7t�R��AyL	��:�"2P]�	R۲\[3�&)�yϬ߈����V�d�D�3�����\��=�S�4K��[fV�\��+�9̗6p�s��B|����7Cו����@��Ɏ~��{�
zU�r�s|�Jr�S�^e�1�3�4��#��㶬�d����Ͳy�hkn�5��I��$��&��~0J\C��5I�1i.��_^�n�zJ�SA"�{�D��F{�P�.��J&
7:�b��<X$�aM�s�.�l�Y�K֤���
+��jJY��A��$5C�j������>��:���G����rsR��[�O�TW�����W�'x�=�3O�:Y_�KZ�Y��Z��8~I_^n��KR�X��җ�Ӻ�G�Ԝ6P �4���ij�VI?��A���iLof�>�i0��8	o��<-�Gp��L��p�n�H�����&�r#���m��Pk6�5��F��� �đvH�N7���2�ի��Qн�8F�ˤ�/���
+�'���|���4>�_�1j���*�@%�����" �1���,Ã�,�K~��ֿuF��?��TJ]`�����g��&uB�'��d���I=6��<y�/b�s�0_�>���P,��e��@�fh�}�
 N2��@���y�p�ڄ6�%	�˸͓��}	XP�
+�ҵK?wM�������y�A�76dq�_��ˤ��K�b�x��|,(���=�]�g��K0,���ʾkW�5>��TH�@�ù���g\�F��[8-,�!��p��Y	c�B�C���P���^��M��_��6�2���	DAc�&Ñ�H������
+mm�3����-��1���h���2���,��Uk0V�BQ]�9
�uA��I,-F�����%�YG��M��
+�}M�np���0��[�B��	�0��Y=[�Nv@���F��2����vW�y�_�=��}�FM�LF �Z�����N�~�T}X�5�q]E{�a���3���U�?CA�Z�Vz��`�dK�������
�"���q��6�B5��T�1��I��bx�l�l���s%��i�	N����J}K��ٴ�(�.�g��ᰬ�g8&K���T5�
+�}�*H�F�����j��2`�8'q�g\%��T��_���9�5�n�X���Wj�zTV�\U	��&���d|B*�jZ�*����i�3�UM�W֟u�D�5��и,�L��}�����@�E��Xcm���-��Gܒ�(�B
+_6U��3��u���1俷���TU�Qv����=��tG�ZW(,�"�:,D*�[���%�b�0�)�
A9h���I����p����l���;)��IN�h��H�
+(�Acv�u��Y�i�UU�$U�9�!�����A�"9��_�T��h<H+�w�7�|��X,�E�@2�b�~���j� �0�{����/�Ww�Œ�7��q�݇7�Djuu}�x���8���?~X^-���>�\�,���7�|�p��'������9�+/D�gjm�'��>^'�>g�[��շ�������-�_�v�zM�z��>S��Ml��N���(�^��\(�B᫡����7w?=�5�������������+i� `�Py�)	z~�+	]�t�5
d���t��5LW*s8�ҭ��U���\8t�S�u�]�%�<���G���b�,Ee�$|(��in6ȉH"z�Hѧ�ubȡ>1�3���=tLf`���� ��@�Aph�2:G�}�Β�P7I�s����+�u���Akc�����'��j�.�v5ӌ���#��J^�X�tĽ�u�j���. N��T�q�I��h t�E�������}l(+v���IǑ~���+@�?��_hj��/N�we��nU[�;�0W_�)a1�[�Nnx[4hRx]дiR�����\ ���U�>�bB#7�c�/��]��Oc`�c"�*4\�ٱ�k�x������QN��)����X灲�X3�.9|Ǣzs�Ӯ�
��a�{�Ф]
Ўk�0�⡤��5M
`�+<N(F�G�t��l �՟�z2�0)+Á��I/��5Y����Tendstream
+endobj
+2452 0 obj <<
+/Type /Page
+/Contents 2453 0 R
+/Resources 2451 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2418 0 R
+/Annots [ 2457 0 R 2472 0 R ]
+>> endobj
+2457 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [307.2791 654.8531 354.5785 665.4354]
+/Subtype /Link
+/A << /S /GoTo /D (security-mysql) >>
+>> endobj
+2472 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [441.1732 379.6732 495.4692 390.5771]
+/Subtype /Link
+/A << /S /GoTo /D (localconfig) >>
 >> endobj
 2454 0 obj <<
-/D [2432 0 R /XYZ 71.731 540.5869 null]
+/D [2452 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+138 0 obj <<
+/D [2452 0 R /XYZ 156.1213 708.3437 null]
 >> endobj
 2455 0 obj <<
-/D [2432 0 R /XYZ 82.4907 530.3113 null]
+/D [2452 0 R /XYZ 71.731 705.869 null]
 >> endobj
 2456 0 obj <<
-/D [2432 0 R /XYZ 308.4431 495.3425 null]
+/D [2452 0 R /XYZ 118.5554 669.3214 null]
 >> endobj
-2457 0 obj <<
-/D [2432 0 R /XYZ 130.909 483.6862 null]
+142 0 obj <<
+/D [2452 0 R /XYZ 276.5502 607.0853 null]
 >> endobj
 2458 0 obj <<
-/D [2432 0 R /XYZ 71.731 472.4809 null]
->> endobj
-150 0 obj <<
-/D [2432 0 R /XYZ 318.7211 440.8468 null]
+/D [2452 0 R /XYZ 71.731 601.9895 null]
 >> endobj
 2459 0 obj <<
-/D [2432 0 R /XYZ 71.731 433.6488 null]
+/D [2452 0 R /XYZ 71.731 569.063 null]
 >> endobj
 2460 0 obj <<
-/D [2432 0 R /XYZ 71.731 402.8245 null]
+/D [2452 0 R /XYZ 277.0796 545.3169 null]
 >> endobj
 2461 0 obj <<
-/D [2432 0 R /XYZ 511.0835 392.0299 null]
+/D [2452 0 R /XYZ 71.731 533.1975 null]
 >> endobj
 2462 0 obj <<
-/D [2432 0 R /XYZ 298.7034 379.0785 null]
+/D [2452 0 R /XYZ 71.731 489.2438 null]
 >> endobj
 2463 0 obj <<
-/D [2432 0 R /XYZ 490.1775 379.0785 null]
+/D [2452 0 R /XYZ 357.7805 477.4714 null]
 >> endobj
 2464 0 obj <<
-/D [2432 0 R /XYZ 71.731 354.3812 null]
+/D [2452 0 R /XYZ 71.731 457.3818 null]
+>> endobj
+146 0 obj <<
+/D [2452 0 R /XYZ 211.2854 426.6619 null]
 >> endobj
 2465 0 obj <<
-/D [2432 0 R /XYZ 136.2889 344.5081 null]
+/D [2452 0 R /XYZ 71.731 419.5835 null]
 >> endobj
 2466 0 obj <<
-/D [2432 0 R /XYZ 192.239 344.5081 null]
+/D [2452 0 R /XYZ 271.0674 395.7777 null]
 >> endobj
 2467 0 obj <<
-/D [2432 0 R /XYZ 136.2889 332.8518 null]
->> endobj
-2468 0 obj <<
-/D [2432 0 R /XYZ 71.731 299.5766 null]
->> endobj
-2469 0 obj <<
-/D [2432 0 R /XYZ 71.731 271.5169 null]
->> endobj
-2470 0 obj <<
-/D [2432 0 R /XYZ 71.731 256.5729 null]
->> endobj
-1410 0 obj <<
-/D [2432 0 R /XYZ 71.731 209.2155 null]
->> endobj
-154 0 obj <<
-/D [2432 0 R /XYZ 183.5462 173.7485 null]
+/D [2452 0 R /XYZ 243.4755 382.8263 null]
 >> endobj
 2471 0 obj <<
-/D [2432 0 R /XYZ 71.731 171.0885 null]
->> endobj
-158 0 obj <<
-/D [2432 0 R /XYZ 233.3921 143.3624 null]
->> endobj
-2472 0 obj <<
-/D [2432 0 R /XYZ 71.731 136.1644 null]
+/D [2452 0 R /XYZ 370.2593 382.8263 null]
 >> endobj
 2473 0 obj <<
-/D [2432 0 R /XYZ 250.6331 112.4782 null]
+/D [2452 0 R /XYZ 71.731 375.6881 null]
 >> endobj
 2474 0 obj <<
-/D [2432 0 R /XYZ 201.6925 99.5268 null]
+/D [2452 0 R /XYZ 137.5929 364.8935 null]
 >> endobj
 2475 0 obj <<
-/D [2432 0 R /XYZ 328.4763 99.5268 null]
+/D [2452 0 R /XYZ 262.9731 364.8935 null]
 >> endobj
-2431 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F48 2167 0 R /F35 1723 0 R /F55 2443 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+2476 0 obj <<
+/D [2452 0 R /XYZ 403.4489 364.8935 null]
+>> endobj
+2477 0 obj <<
+/D [2452 0 R /XYZ 134.3878 351.9421 null]
 >> endobj
-2479 0 obj <<
-/Length 2470      
-/Filter /FlateDecode
->>
-stream
-xڕk�����
-#
p6p护^̷�!-�)�M�AP4E K��FG�v����ᐲd˻,
�3��P����*�,����8��~����wܑl�vJ��㻻�J�RL�"^=�W!O�J�J�`i���c���cv2e�ي(XF���7YU��@�_����6�~���oGɑL�J������(����A�d({��:A������7e��7��3��̔wt��{Ŵc��l]���p�_ځ�gЏ��,�9�=xY!�k[3�k�9k���AÁ;�UʂX%�m�d���Vp�TYmwY�˄V�q��`�(UhP����q���8�N=�Yt+C���V�x�����:���-d��a���3O������?a�/�4I$[c�|a
��
�Ϸ�/���߿ox���J�޷��������3Ҵ]��a�vã��.JB��a?ЏĴ�|��с�@�s���"sg�fI9�A9�|Y�~C�Z�`�8���͂uy��$
I��Y���^�E��$u�����U$�8����YEL�-;G<�{�Iw�6"X?��.�8��J���Wd&����;&�$�}��F�Uy��U�����+�T�4���$�54Iן��� ��+	�n��[�LL9TK)��}��I�Ȧ#���Q�I��t�*ϲ�f��1K��qp:�v�eݼp���6:�1L�Z�t���G���c�00���C�һ�ӡ���C�-�wE*��&�?�̑#�hꪜ�H��(�R�� 
-��w]Ȳ��]Š!^D�6�o��\��`�ѻ�{���au�Зc��	��d�^E��?!�"z-�Hʣ5����ˬq�9f Z�J�?=��?�kx:xr�@�4ent�`�EL�U�"p�������.���-���$1��
11��!
�<PA	�$a���~�%�����x���ilzFCl��5?4
؝,C>��l:
-Dњ�G���"�c�������bgC
���L�z��1� ]
m���5��@���iO�$��0�EE��v[��R牲������x��/;Zʈ���$�Ƅ�"�����~D�{zf��A�t�ڥ����ė;7�Q�*yi�`.��Z�b>��xl�xt⦖��#�?N�'|��@�<!���1�U��"T,���Dg���-�MA�|H�0s��d�(:�D�v)#f"
��'�Ӯ��>�B�c�+����Z��J��(��aI1�5�5�3Ֆ2��[�X�D��Hp�m
-�M�چ!t�P*�Ȓ��[�#�I��q�;�^�t;����"��r�~@�Yq8]Gy��q�	���H��@2=�8�H7��x�c�c��$'v��[	؈��4��Ĩ���S*	��
Kv
S%ܛ59�Ɉ�I2�����x9�Q]�-V���šm��5���b����v�R8��=Tqwh��`(Թ'Yd������f9Z����;�+u�x�w?+	EQO������/��\���R`�W���#��6���u�m����NH��']y)��?�;DY�*���ْۆ�ϥ��|C����稿���v������V�w��b���6����?�eQ���ufҕ�Ylݮ�4�0�6_����p]D6i�@��t���,]C�YQ�F�Z��3��_^�Z��]D,�Ce���K�=Qli�l:e�>>�[���5NG �I�t��?<���R��F<�H{�P����������o�(k0�0�C*�#B6~qjJ7���x Ǚf���;vV�<��K�m�wljs.—�=��U�B���w�˞?�ؔ���}��熣p�1u�n̷�41�0��*=?�t����n�kg������\�Q`jΤ��
-M���}��^�^��FB����Psy4�hW�+��+�2��!2D�l��L���%\�3Z���u!6��9�~[�G�s:u�	F"Sz�\#^ ��n�!\��\�Xf�(4�	�&�OTY����BW��S$�H"�D*�70��YMo�b�l0q���)�``��g�S�+�m��|,i��Mβ���`fY �9d�v ���^G'٩(M��hX<�Hn�~J�!L`������?�z9��X�)�] ������
-�&��[�]E����al�L�{�/ԭ��)�Ñ������`U�������i��*�b�y�¨�8�(�Q�h�wJP�pÒ�F���#�TiFu�\a�-e�~��PB�k��[�X7�k�*�YU�I��^��֔�J�0lû��\��1���2�үz�Vn�	��G�E��M�V����5D 1L�RI�g���S���5���1��@G�����)��%D���To�⊛���s�@S����˝#�f2���U��h�<?��z��:�ҰY ʕ�l��Ҭ����R�Q8��5
�y[������{�	\PR�����������_�&4�?�E"e�{����qy�G�����J�endstream
-endobj
 2478 0 obj <<
-/Type /Page
-/Contents 2479 0 R
-/Resources 2477 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2404 0 R
-/Annots [ 2509 0 R ]
+/D [2452 0 R /XYZ 344.0117 351.9421 null]
 >> endobj
-2509 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.966 140.4683 258.7502 151.3722]
-/Subtype /Link
-/A << /S /GoTo /D (security-webserver-access) >>
+2479 0 obj <<
+/D [2452 0 R /XYZ 71.731 331.8525 null]
 >> endobj
 2480 0 obj <<
-/D [2478 0 R /XYZ 71.731 729.2652 null]
+/D [2452 0 R /XYZ 105.4942 321.0579 null]
 >> endobj
 2481 0 obj <<
-/D [2478 0 R /XYZ 71.731 718.3063 null]
+/D [2452 0 R /XYZ 71.731 309.7145 null]
 >> endobj
 2482 0 obj <<
-/D [2478 0 R /XYZ 71.731 675.3814 null]
+/D [2452 0 R /XYZ 93.2503 299.439 null]
 >> endobj
 2483 0 obj <<
-/D [2478 0 R /XYZ 71.731 651.6912 null]
+/D [2452 0 R /XYZ 308.4431 264.4701 null]
 >> endobj
 2484 0 obj <<
-/D [2478 0 R /XYZ 77.1108 642.1918 null]
+/D [2452 0 R /XYZ 93.2503 252.8138 null]
 >> endobj
 2485 0 obj <<
-/D [2478 0 R /XYZ 71.731 630.8484 null]
+/D [2452 0 R /XYZ 71.731 231.1949 null]
+>> endobj
+150 0 obj <<
+/D [2452 0 R /XYZ 318.7211 198.3182 null]
 >> endobj
 2486 0 obj <<
-/D [2478 0 R /XYZ 353.0355 619.2777 null]
+/D [2452 0 R /XYZ 71.731 191.1202 null]
 >> endobj
 2487 0 obj <<
-/D [2478 0 R /XYZ 408.4801 619.2777 null]
+/D [2452 0 R /XYZ 71.731 160.2959 null]
 >> endobj
 2488 0 obj <<
-/D [2478 0 R /XYZ 71.731 599.1881 null]
->> endobj
-162 0 obj <<
-/D [2478 0 R /XYZ 215.6691 568.4682 null]
+/D [2452 0 R /XYZ 511.0835 149.5013 null]
 >> endobj
 2489 0 obj <<
-/D [2478 0 R /XYZ 71.731 561.2703 null]
+/D [2452 0 R /XYZ 298.7034 136.5498 null]
 >> endobj
 2490 0 obj <<
-/D [2478 0 R /XYZ 178.5531 550.5355 null]
+/D [2452 0 R /XYZ 490.1775 136.5498 null]
 >> endobj
 2491 0 obj <<
-/D [2478 0 R /XYZ 347.9401 550.5355 null]
+/D [2452 0 R /XYZ 71.731 111.8525 null]
 >> endobj
 2492 0 obj <<
-/D [2478 0 R /XYZ 71.731 532.5032 null]
+/D [2452 0 R /XYZ 93.2503 101.9795 null]
 >> endobj
 2493 0 obj <<
-/D [2478 0 R /XYZ 71.731 532.5032 null]
+/D [2452 0 R /XYZ 149.2005 101.9795 null]
 >> endobj
-2494 0 obj <<
-/D [2478 0 R /XYZ 71.731 513.2892 null]
+2451 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F44 2183 0 R /F48 2196 0 R /F27 1298 0 R /F35 1752 0 R /F54 2470 0 R /F32 1306 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2496 0 obj <<
+/Length 2039      
+/Filter /FlateDecode
+>>
+stream
+xڝi����{~���
ijsht��v�4M���ƽ���-�֫l�:v���%�3�$ks4A"��ޔ�q�+f�`���L���mO�l?�z"���,�D7�'W�(5KX�p����$�j)�b-��*����ޜ��Z,��s����X7�(���o���yQ���V�=y��$k�$�T���PP�b��$B�@��c�Y��_�P��N�0@j�@�D ����˟ː������KMӘ����9�@����R�P��_^���_߿y����ۯ������}-��!��U�:ay�>:���g`8�ͺ\=���jS���=X�p�ٛ�Α4�x����JzJ���=�f�'���B���;y0.�j�6;���T^�Ҹ�rKχ��K�1���f]d�~haƕ,т��@�>�}l����"��g�����-R��'	��g��ؾ���i�?W7d �9/�^0	p��j��!�K��۲ɞq�f�r�k+(�A��ADz!�l�6߸��|G�7yĂl���������Z��)�,u��
+��V=����283����"=o�15`/Sg���,���$��4S2� u�Z�+K�#&����˺�Uٻ�8{Ž��P��8��u�d��sm��Yz�`h���ʌ�T�~_ ��R��3�B��&u�)R��饵*�Pv�����mY9~hJ�I\O�"ߘ&G���k(�-�f�յ����9�^��Ldض,���N�Z
+���ݠ�0���CF09�4ۢAM[4�?8Qg����K�½(7�ؔ�-D�\1$ү�-=)��R�zu�:{6� II@̡L������Rm�*�$�bh�DU���4W��bkKW"�h[y2���'��x[���L��O`�	[@�h�HG�D�h�J�e/k\Ś�,�+�'�?��Ƒ�%v�~p��zD�q�S���Z��l�^��J}�m(�i��L\h�%�$����cZ\pC-ń�9�B���N�d�s���C�R�zϦ� l��`*�]�y.�6V�yQ�<S�dTe���A}u�ip �~��
+�u��0"!\o5d��D`A �e|^�-M<Kz��NSq��N�M%��'\���q��Gg��k���x"W�=��a�/?j�H���yd
¦׷��ݧ[�W��
+��4��!PQ3�xz@�������Q2O3B�)Q�K�t��7{��P����@�z��I�7��V�T�A���x��:���W$Ǹ�Y�Pz'�hX��I7����i�y�7����(�z)�st�����ËЭ�#�R�Y<�����^��?`:ݵ~$�7��[��֥lT�,.��AA��*2��ŲN����a�����AG�E��Yh��.���x5�/�U+#1��3�U���N;،�ЅWZ�)��A?�켤�[8���.�����5�b�3��:fg�NJ,٣�ɛaW8Ox��	����=�.��ˮJYHȈAJBK��Rk��G�C�?CQo�Qt��H+��n<������[�����v���(9Ҵ��1�_���1�������S'�t?����0��Y�4��T��h�i���e��+
+���۳�m��L�=��ġi��d�y�%��$�ݞ6��(����+�.����Ά<��5�j�e8�������1?�.�m[J����DH2
+�=YdPĝ=`�U~�<�9���n/�V!Z�4l6mF��	�?D@#�s_���1>
=�WE�8Qq˜E���`�W�XɃ�u�5(�zk?�Y�N\����w�|��@�<����|c�X�^� a����C#Hli<��q�yUӰaԛ$�*��\����r��l`g���
+0^���,i+e�L{*����σ�S�X�]Ӊ�10��T&�O�-IrE:���P��Ц�ٔ���]�c��ݢ��O��<M�{e��]^���3�[?��؞Ƴ�fS�dž��6��9�Y,��_�{4����Y]����bB=�qyB�?z��$endstream
+endobj
 2495 0 obj <<
-/D [2478 0 R /XYZ 71.731 481.629 null]
+/Type /Page
+/Contents 2496 0 R
+/Resources 2494 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2418 0 R
+/Annots [ 2507 0 R ]
 >> endobj
-2496 0 obj <<
-/D [2478 0 R /XYZ 240.4397 457.8829 null]
+2507 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [399.3902 471.8656 453.6862 482.7695]
+/Subtype /Link
+/A << /S /GoTo /D (localconfig) >>
 >> endobj
 2497 0 obj <<
-/D [2478 0 R /XYZ 71.731 444.9315 null]
+/D [2495 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2498 0 obj <<
-/D [2478 0 R /XYZ 181.2557 444.9315 null]
+/D [2495 0 R /XYZ 93.2503 708.3437 null]
 >> endobj
 2499 0 obj <<
-/D [2478 0 R /XYZ 336.0356 444.9315 null]
+/D [2495 0 R /XYZ 71.731 675.0685 null]
 >> endobj
 2500 0 obj <<
-/D [2478 0 R /XYZ 470.0538 444.9315 null]
+/D [2495 0 R /XYZ 71.731 647.0088 null]
 >> endobj
-1411 0 obj <<
-/D [2478 0 R /XYZ 71.731 404.9166 null]
+2501 0 obj <<
+/D [2495 0 R /XYZ 71.731 632.0648 null]
 >> endobj
-166 0 obj <<
-/D [2478 0 R /XYZ 206.856 367.7011 null]
+1431 0 obj <<
+/D [2495 0 R /XYZ 71.731 584.7073 null]
 >> endobj
-2501 0 obj <<
-/D [2478 0 R /XYZ 71.731 357.5584 null]
+154 0 obj <<
+/D [2495 0 R /XYZ 183.5462 549.2403 null]
 >> endobj
 2502 0 obj <<
-/D [2478 0 R /XYZ 120.3029 347.5766 null]
+/D [2495 0 R /XYZ 71.731 546.5804 null]
+>> endobj
+158 0 obj <<
+/D [2495 0 R /XYZ 233.3921 518.8543 null]
 >> endobj
 2503 0 obj <<
-/D [2478 0 R /XYZ 71.731 314.5356 null]
+/D [2495 0 R /XYZ 71.731 511.6563 null]
 >> endobj
 2504 0 obj <<
-/D [2478 0 R /XYZ 71.731 270.6999 null]
+/D [2495 0 R /XYZ 250.6331 487.9701 null]
 >> endobj
 2505 0 obj <<
-/D [2478 0 R /XYZ 71.731 270.6999 null]
+/D [2495 0 R /XYZ 201.6925 475.0187 null]
 >> endobj
 2506 0 obj <<
-/D [2478 0 R /XYZ 270.6339 259.9053 null]
->> endobj
-1412 0 obj <<
-/D [2478 0 R /XYZ 71.731 252.7672 null]
->> endobj
-170 0 obj <<
-/D [2478 0 R /XYZ 188.5932 215.5517 null]
->> endobj
-2507 0 obj <<
-/D [2478 0 R /XYZ 71.731 208.1993 null]
+/D [2495 0 R /XYZ 328.4763 475.0187 null]
 >> endobj
 2508 0 obj <<
-/D [2478 0 R /XYZ 99.3014 169.5243 null]
+/D [2495 0 R /XYZ 71.731 467.8805 null]
 >> endobj
-2510 0 obj <<
-/D [2478 0 R /XYZ 319.3277 143.6214 null]
+2509 0 obj <<
+/D [2495 0 R /XYZ 71.731 444.9664 null]
 >> endobj
-1413 0 obj <<
-/D [2478 0 R /XYZ 71.731 128.5131 null]
+2510 0 obj <<
+/D [2495 0 R /XYZ 77.1108 435.467 null]
 >> endobj
-2477 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F55 2443 0 R /F48 2167 0 R /F23 1270 0 R >>
-/ProcSet [ /PDF /Text ]
+2511 0 obj <<
+/D [2495 0 R /XYZ 71.731 424.1236 null]
 >> endobj
-2513 0 obj <<
-/Length 2685      
-/Filter /FlateDecode
->>
-stream
-x��]�۸�=���ƭ�")�T� w��z@�@Q�B�������#������%Y�S�����!g8�C-_���3%�G$LđXlo���>��e�p�C�����r��$���ir�ȅ�����c������ؚz�Q��~ʦM�"/w4����;/�t���?��屧I�
�_e��:gP��,������P*˟`���#cJ����!a���nW<X�
���̓��.{��V�6r�ܧ+,��x�4����h�:�yU6��T����$�|�,uef�ɉ��!�z*:�,	x��u�B�Y��X�!�nx����*��v����	S*�E�c�"�AY#ʿQ���g�	%�vEpN�I�l�W$�'�_�Ǻ���i^$GSg�CŤoȤǺE;LXq~.�ҬD�|!�����K+'kȡ���J1-k�I�G>⽤7<�����`c�|��=�1�*�Rˏ+M��A`[����u�!�kչ�����Р15��Cj�9�^���S� C�}^�����1~G�̝�z�OUQTV����T�.��\2�a_�C�s�NOBQ��'�4g�����ߞ���`<
-�1��4#��h/�C��R���d
��2�f��Lh�8Tk�#E�,o!FѲ����dU�T��m1n�k���S^v_���FhV^��Tu�`c�R�)�c�޴�{{��W�VI��.G�D����jC����#��^2�9����:`��r̂�Q)%x�ifd�L��;��Ǽ6[P��q�rnfQst=�����K)�ryK0�viֻ:�K4�����TK��i[paF��3������i
��)U[�@@�8�Z���,��!	�U�}<�i��ˆV�j���_WO��=E�������������t۽#��Ț?<���,��@9��7�]O�;�EA�6Ʀe�3���H3�_Ui�K��>�'K���ͅ�}�7Ɣ�e�}���H��R�
 ��_�������P�o���8�r2���<9y-�$"@��,�*��j���zY��E�$�ɲ_!���p+�u���cKs��t�o�|D���6�j�엯f��LJ�m=�v��8�D�=���o_L]�!�O9z���Wj�D���M5���4���V�ugͳy��p�zg$��/?B��A�L�{����ć{W��̣��p�U������?F��K�Z�h�ˣJd�TQU�cϠ<j�|)�7��O8ޒY�]1�է΁��I��G����m��G�IU�4j_�6��p�V���Ln!/m��nj���w'�38�Ik�|���az�K`E
-�V�8��m�ݚ���j�m�/'N
-T�*�i�����ڤ�O��q�]��ف�Ƥ(�ׁ����5o]�����U��$.mс�G�f	���Y�s�M���>#�C�#$�ا�θ#�sP�#�5��$��m8��jp �^ںr�7j���8��)���Tj���-G~�	džr����"+��8u���b��r ��:);�vD&|��f7�$��"�iZ4�A�}���X�X�%b�|cr}�:c�0���E/!�ɠn��XDC�x�Y�y�x��9�(L������"ݒ5�oԸ}���ҕt����hs=B7��࡮��
-�yڒ*	s�=�jܦm�%,�F^n�.C���.�Cc��6�+6��V7P�Q�.�j����6��ǁe1����R*i�CԮx�w��kKpwE+��J^ʘE��\+�8�x������j���)�Q��">��ч��}�ڸ;�c1n�`*�s�6E�j[M��| ��I�Z�*�V}���)vk�B�/�+��p�Z̟�>� ���kX��Uw�!�i\5rN�(T�43L�R�XQ44JF���mZ�3��6Ls�Z$����s)BBQa�� �+���>Ծ��蛚k�T��C��Cm��!�X�I���e\m�P�7�.K+]2�V�Ot�٢�M��p鵌�%��8,���:O7}�>'�0d���F
-!�͉!a\����j����8Do�7!N�M2����1��j�"]=�/F�9����u��$c��H,ЅZ�>S�þ
���8���J�mg��XN�po��)Т��v|�IcJ�ѧ_��zٚ4�95��EM#�Ѽ6U�o=
-}��>� 	&"��q��R¯�U?�g�	��4�	��X�K}/�U`0yM�m�B I D(��wy�vL$��<־�XG_X&�T&&��Q�[��^8���m&
6V��G�OQ��߶$��oz���6�9:�͠�����\���ag��������'�x�]�_W!0��+[��28:����W0����j�@
,���$iVX�RE�}��P8��/�����+�lQ���v��=w�ȴ%����E�Z��xy�̾��^{�L��>%�3�^�C��L��K��o�$
|ŵ�	T�|�f�5�F;=���_H*�0,����_&�w�K�\0��$��մ0D��z����N�9�F,�������k�@���H���#]�@0G���*:a1*|��{�<�9͋������y2�����t�t���ۮ�Ot-���pms;����}<ʼn�4�3Q��KZ���u�����D$4x��'Y�/�C�����z�endstream
-endobj
 2512 0 obj <<
-/Type /Page
-/Contents 2513 0 R
-/Resources 2511 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2404 0 R
-/Annots [ 2517 0 R 2518 0 R ]
->> endobj
-2517 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [303.9053 686.2616 340.7668 697.1655]
-/Subtype /Link
-/A << /S /GoTo /D (http-apache-mod_cgi) >>
+/D [2495 0 R /XYZ 71.731 400.4334 null]
 >> endobj
-2518 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [408.2018 686.2616 448.3808 697.1655]
-/Subtype /Link
-/A << /S /GoTo /D (http-apache-mod_perl) >>
+2513 0 obj <<
+/D [2495 0 R /XYZ 77.1108 390.934 null]
 >> endobj
 2514 0 obj <<
-/D [2512 0 R /XYZ 71.731 729.2652 null]
+/D [2495 0 R /XYZ 71.731 379.5906 null]
 >> endobj
 2515 0 obj <<
-/D [2512 0 R /XYZ 71.731 741.2204 null]
->> endobj
-174 0 obj <<
-/D [2512 0 R /XYZ 242.3649 708.3437 null]
+/D [2495 0 R /XYZ 353.0355 368.0199 null]
 >> endobj
 2516 0 obj <<
-/D [2512 0 R /XYZ 71.731 699.7062 null]
+/D [2495 0 R /XYZ 408.4801 368.0199 null]
 >> endobj
-2519 0 obj <<
-/D [2512 0 R /XYZ 71.731 687.2579 null]
+2517 0 obj <<
+/D [2495 0 R /XYZ 71.731 347.9303 null]
 >> endobj
-178 0 obj <<
-/D [2512 0 R /XYZ 236.6151 659.0286 null]
+162 0 obj <<
+/D [2495 0 R /XYZ 215.6691 317.2105 null]
+>> endobj
+2518 0 obj <<
+/D [2495 0 R /XYZ 71.731 310.0125 null]
+>> endobj
+2519 0 obj <<
+/D [2495 0 R /XYZ 178.5531 299.2777 null]
 >> endobj
 2520 0 obj <<
-/D [2512 0 R /XYZ 71.731 651.8306 null]
+/D [2495 0 R /XYZ 347.9401 299.2777 null]
 >> endobj
 2521 0 obj <<
-/D [2512 0 R /XYZ 71.731 638.939 null]
+/D [2495 0 R /XYZ 71.731 281.2454 null]
 >> endobj
 2522 0 obj <<
-/D [2512 0 R /XYZ 71.731 628.9764 null]
+/D [2495 0 R /XYZ 71.731 281.2454 null]
 >> endobj
 2523 0 obj <<
-/D [2512 0 R /XYZ 115.1182 613.2005 null]
+/D [2495 0 R /XYZ 71.731 262.0315 null]
 >> endobj
 2524 0 obj <<
-/D [2512 0 R /XYZ 429.3178 613.2005 null]
+/D [2495 0 R /XYZ 71.731 230.3712 null]
 >> endobj
 2525 0 obj <<
-/D [2512 0 R /XYZ 71.731 611.0437 null]
+/D [2495 0 R /XYZ 240.4397 206.6251 null]
 >> endobj
 2526 0 obj <<
-/D [2512 0 R /XYZ 147.1884 595.2677 null]
+/D [2495 0 R /XYZ 71.731 193.6737 null]
 >> endobj
 2527 0 obj <<
-/D [2512 0 R /XYZ 314.7473 569.3649 null]
+/D [2495 0 R /XYZ 181.2557 193.6737 null]
 >> endobj
 2528 0 obj <<
-/D [2512 0 R /XYZ 71.731 562.2267 null]
+/D [2495 0 R /XYZ 336.0356 193.6737 null]
 >> endobj
 2529 0 obj <<
-/D [2512 0 R /XYZ 71.731 477.8082 null]
+/D [2495 0 R /XYZ 470.0538 193.6737 null]
 >> endobj
-2530 0 obj <<
-/D [2512 0 R /XYZ 155.0564 451.9054 null]
+1432 0 obj <<
+/D [2495 0 R /XYZ 71.731 163.6215 null]
 >> endobj
-2531 0 obj <<
-/D [2512 0 R /XYZ 89.6638 438.9539 null]
+2494 0 obj <<
+/Font << /F33 1398 0 R /F35 1752 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R /F48 2196 0 R /F54 2470 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2532 0 obj <<
-/D [2512 0 R /XYZ 71.731 436.7971 null]
+/Length 1546      
+/Filter /FlateDecode
+>>
+stream
+xڕ�n�:��_�F#5H��q֙'ڦS�PA�i��@Z"��0�����>6�6]Fy��r�5�E�c-���b���\�5_��\};b�IG��>:�����Bz�׊�[H�S��M��x�u��*)�ۥ�Mp��JdY�?��t��+�2��7��(�w�]�0��o��{�R@��#�G �ѕ�;�W��D~���Q)�m�ZY"E�^8��������c5L�q��DT	��a"�=�&n3؈�߬�\3��:�pŻm3F�b�ֶ59�M�@�T���6s���M�����̰Q���D���� �+�T�rM��`�����D���'H���5�m`�e�B���E�
l�s�
��j%���w[g��Hkٌ�,��1��Q/���R+���u�L�gۇ͎��W8罸w��W���u��B_rr9�!��Q�����*����	��l�M8c\c#�I�/�ĥ�J��a�#��n]��4E7q4<���!�C8D�\�n�t��A��G�
���ً;ĕ�*9]&���9:���D�J��}�kq%/�
������+�}�1,OU˓��(6����_��M\`ʩh�W|PS8����a$�i))�b��r�C��[��(�3�BT�Hs�a�K��<3�A���F6�TV�|�+̃�RW��R�-J!)ug&����ҁ
+�Q	2��ZL��JE��M�K�Wc��и;T��I����%A�Ӹh�Ky�T�Š$VkEH^�B�#p5;A�1U~�Hh2i�e��n���y�ix@��)%�S��4�G�Bq�/�\�L���,]����^��+]���Ԛ���@o��u��FE5@J{�b�P��<{��#�k$���DSBPX���Q-J�<��vS��JT�|\
+}����*�*���P\�K8�LGVV�EQ�>4H�لy�ɴ�K(r�_�D����N�����j{��JER��>�%1i�&b�P�'�p	,�W�>~�'���>�mǯ��)�,�&�*e�Z��$��m��ziB��Vii�zw%���R/T���;���s:��o���y4���H���[\?54Ѐ�x���A����~�=�������]�����Z}]]�ƽ�m3��nB����f���a��o��{ø;�����X������oѤ���ćg��0:3���}}qMF��N��0_zr;�������ƿ�Ht�MMD��,��,w��W�>�����U
ӫ�on��"���a[�I3�m�f��	�c�.[���+y}]z�	>����T�1���:Qe`��o|�Ty����F�j�K �C�3˪Z/�,�
��>�]�^�Tv%�;��m,<��.GW2F���ݠ
+���\����V~Q�_|r!NQb��hE(���Q3}�hU�$U���10�텓jX�Ɂ	�jw]����2
+��ݦ�:��S	��ŗ������k���2y1�u?['fV�����aR5=�@'уN�u-��WY��:	������_�kC�fa��$U`Ϋ�
��/�endstream
+endobj
+2531 0 obj <<
+/Type /Page
+/Contents 2532 0 R
+/Resources 2530 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2418 0 R
 >> endobj
 2533 0 obj <<
-/D [2512 0 R /XYZ 71.731 421.8531 null]
+/D [2531 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+166 0 obj <<
+/D [2531 0 R /XYZ 151.9129 708.3437 null]
 >> endobj
 2534 0 obj <<
-/D [2512 0 R /XYZ 130.9027 400.6974 null]
+/D [2531 0 R /XYZ 71.731 708.1943 null]
+>> endobj
+170 0 obj <<
+/D [2531 0 R /XYZ 229.6168 677.9576 null]
 >> endobj
 2535 0 obj <<
-/D [2512 0 R /XYZ 74.2217 359.4521 null]
+/D [2531 0 R /XYZ 71.731 670.8793 null]
 >> endobj
 2536 0 obj <<
-/D [2512 0 R /XYZ 92.4688 336.538 null]
+/D [2531 0 R /XYZ 71.731 637.0113 null]
 >> endobj
 2537 0 obj <<
-/D [2512 0 R /XYZ 191.4782 323.5866 null]
+/D [2531 0 R /XYZ 147.0485 613.7982 null]
 >> endobj
 2538 0 obj <<
-/D [2512 0 R /XYZ 252.6128 323.5866 null]
+/D [2531 0 R /XYZ 71.731 580.523 null]
 >> endobj
 2539 0 obj <<
-/D [2512 0 R /XYZ 457.2853 323.5866 null]
+/D [2531 0 R /XYZ 379.0423 567.5716 null]
 >> endobj
 2540 0 obj <<
-/D [2512 0 R /XYZ 134.2361 310.6351 null]
+/D [2531 0 R /XYZ 240.1215 554.6202 null]
 >> endobj
 2541 0 obj <<
-/D [2512 0 R /XYZ 241.5533 310.6351 null]
+/D [2531 0 R /XYZ 71.731 534.5306 null]
+>> endobj
+174 0 obj <<
+/D [2531 0 R /XYZ 208.9641 503.8107 null]
 >> endobj
 2542 0 obj <<
-/D [2512 0 R /XYZ 71.731 309.1956 null]
+/D [2531 0 R /XYZ 71.731 498.6252 null]
 >> endobj
 2543 0 obj <<
-/D [2512 0 R /XYZ 280.4366 279.751 null]
+/D [2531 0 R /XYZ 307.0341 485.878 null]
 >> endobj
 2544 0 obj <<
-/D [2512 0 R /XYZ 400.4654 279.751 null]
+/D [2531 0 R /XYZ 372.5173 485.878 null]
 >> endobj
 2545 0 obj <<
-/D [2512 0 R /XYZ 71.731 259.6614 null]
+/D [2531 0 R /XYZ 435.9172 485.878 null]
 >> endobj
 2546 0 obj <<
-/D [2512 0 R /XYZ 71.731 233.5243 null]
+/D [2531 0 R /XYZ 71.731 460.8071 null]
 >> endobj
 2547 0 obj <<
-/D [2512 0 R /XYZ 71.731 195.502 null]
->> endobj
-182 0 obj <<
-/D [2512 0 R /XYZ 240.6398 164.7821 null]
+/D [2531 0 R /XYZ 173.9476 439.6513 null]
 >> endobj
 2548 0 obj <<
-/D [2512 0 R /XYZ 71.731 157.7037 null]
+/D [2531 0 R /XYZ 71.731 313.1258 null]
+>> endobj
+178 0 obj <<
+/D [2531 0 R /XYZ 230.9615 280.2491 null]
 >> endobj
 2549 0 obj <<
-/D [2512 0 R /XYZ 71.731 144.6925 null]
+/D [2531 0 R /XYZ 71.731 273.0511 null]
 >> endobj
 2550 0 obj <<
-/D [2512 0 R /XYZ 71.731 134.7299 null]
+/D [2531 0 R /XYZ 246.9819 262.3163 null]
 >> endobj
 2551 0 obj <<
-/D [2512 0 R /XYZ 115.1182 118.9539 null]
+/D [2531 0 R /XYZ 71.731 239.3027 null]
 >> endobj
 2552 0 obj <<
-/D [2512 0 R /XYZ 429.3178 118.9539 null]
->> endobj
-2553 0 obj <<
-/D [2512 0 R /XYZ 71.731 116.7971 null]
+/D [2531 0 R /XYZ 71.731 194.4708 null]
 >> endobj
-2554 0 obj <<
-/D [2512 0 R /XYZ 71.731 98.8644 null]
+1433 0 obj <<
+/D [2531 0 R /XYZ 71.731 154.4559 null]
 >> endobj
-2511 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F48 2167 0 R /F35 1723 0 R /F44 2154 0 R /F55 2443 0 R >>
+2530 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F48 2196 0 R /F27 1298 0 R /F35 1752 0 R /F54 2470 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2557 0 obj <<
-/Length 3145      
+2555 0 obj <<
+/Length 2932      
 /Filter /FlateDecode
 >>
 stream
-xڥk�۸�{~�?8��"E��I�����=ES�M��ʒ+������)K�v7E�D������Y�rK��Q�P�Q���E0��҇ҡ,β�������0��"�T4��δLD�,�H�Lf�����ck��R�`��˦͊"/w<s���E����_^���(�0i�?�^�uɠ
-g�TidP�0I
-��u��Z�
-	_�׺��"���>o�0�;:G�|evj�G9Hf3�\m��-~�缶�u���ᏼ�Z�`^Tk��uD���Kޗ�h�u����H0�4WY�T�d�_�Z�y���y@�gK/�RJ�($�+�f݄tDiL�Q"UQ�ts�6�:ں�P��pj앸!�s�Wq2���}^��tI,	�N�ԝ�o��F��r;A�"��af冏=,$^Q�3�	~��]�_�@Y���U�!Åa���_�"
-�F�*C)�=�"`?��k0�HX�I����j;�v���HD=t���eGd�U龩K
f)�DH�D�"�E�l���.��.����I��8QG���	��M|6�8�-�۲9Ֆ��>ky�-�o�g8;�_��dl�p��.�P�(0�:����ȿ�)3�Dj�ClN�#z0�2!��?5C_���z
-H�v���s
-
�'�zũ͋�7^`]�٩����b	S\�6p�@�z���7�Z 7��-�շ�:��9|�~t>d��{��d���>
-���`������W���W��P\�:�Z�*�øw�[�q0�-�{Ν�~��9�hS��ȡ>��~]�2F��d^�#�/Ž�6>	�/|?!RH)S�ߎ�钃�դ��$C�F�w�mOG'��m%b
v�u��-Qs؁9o�ݞ3@A���i�lx�r�޸�[3wk4�߀�Q���r��oy!oy~WV����{
-����ӑ�{qծ�c#��𵔐s������a��h^��oe�����x�U�ŀ��>h| .���ȧ�X,��gr�$�L58׀�A��P_��"[��d�̬8Yf[�X.B���t����
-i1���¿ݢm�{Dh�"b)i�ZgV�<[��I-@�1��Ԡ�Ɋ5y��R!��<���K����NQH�S���!�!�2�.����
�:�e�����	�tP��O/y��a��!�9��3�"��^��}�]�D`2�׼�ʃ-[�Л�f������^q�ӫ���w�w�Cu��+�rl��0,$�U�.�I����x�*N�����LH%&�����@��ޅ:�����Q��]@]�$���˶u��W��l^0*��۔����|Sb�z���_��A�2�1�v����㑖},
-����R����,T���Q-�6�$�G3��4��0ZF���g5.�Lȱ	�oN�3�PPJ�A�ݡ�Z>SB3���ˇwp���2�^V����G��^��g�"�
���9��������=U���y��.�5y���
-|�� �Сu0b��� �.-�9��1���
-ʅp�!�d���0�E���]��ζ�<;
-V��To:nG7�8y�K�N�	�5���M�#�K�u������αЕ�P}x�<����my���ath�*����p��jj,�Y����*�yn��PwD�i��c=��s�;E�yϝbb�s\������@/���ֺW'��K��������wp����0�M�{��ճ����܍�6�o��0��#���
-�];e��3
U�Y.Ϟ����&�d���]�����lj�m��H{P��#�*Xc�K�"�]3�/�	����v�)m���๓�i�c�x�a�!����N��:�]J��Q��]]���R(	�ܮL����K�`u�|���賲��]�?f�.4�;g��̧�1�l�{�U��N��}�ˋuv�F���0���A˚:{8����`/�m��v�ڕ;��s��X2�)�A=�'B��z6M��4��T�sq������8���K��0��˿�m�	`�C?�|��)��'��LiÛ�S�z��}…�σ�ѻ���ho�X���a��-�4uG�#	�"�B���8z��N�q���9��F�ݣ�6.(�ǘ�u�y9,�Yk��5���v�;���_�۩8���G�w!X5.
-�C��G],�N���Q7��J?�&=�'��c=�&D��M&��r�>���Pە���8Q(��h�-�@'JX���������q�}�㱀��ͫ�q�Uʹ���6*�/ۜ��"_q��X׭��]����	`�J�� �9�Òk� ��5���z�04��Ժ��PN<�{,��EZ�vm*�k�9��jxe)���^�ȱ�"��|��ƶ@��	EL�}��ȿ}&��9��W���yQ\D�d\���p��==��TVj�3驏���uX������n��	�pA�e
�� p?s��\��dT-�����}Wƃ�'�r�F�g�8�+:���?�F��P?>�lT��KN�Ou>	�]��9L�3�l�8+w��PM��_���E���l�Pώ[J(��r)�c��IЦ�:�Kxі��mi�>���O�2쥭m3�D����q��DE���%*�u�T�Ł3"_�a-/7�7@�+����IS(���P6��k��'Ͷ=�����P�D��Ijb)���j~��U���!��(H�ȵ(�F��I�k���P�"<G^��Z�T{�a�	"1�F`F@�R�W��y�	�o��O��v	�I"]�������F�&2l�y�2�UI�&��wJb��j���.�1~t]��nvn�פ��i����6�x���`���[zuu�[+�d��
-�Q��Ț�j���w��m����S�=�O��Q��3��H�����zœ��uX���)��`+������w?��G��u~t�>U��]��K7J�����v���d����iַ�\zRt2~;�4�<K�4����o�-�u&2�m�g���������	�؄��Ҹn�
7�a�4���1��k�y�����M���������2`z��o�����Zu"�O���ù��!��ʻ�PM�<�/A�P�E�endstream
+xڍk�۸�{~�q_b�k�H�;���c�A�mQ���J\��,�g��;�ʒ��
D|g��y{�*�r�H�h��L�8R���&X�`�7�A���p���g�W��b��W�LE�z�h%�H���������7�f��`�}��ϫ��;��p���VU����oo~�(G:Y
+�_do��fP��c�����a�J(���$]���ب`��3��(�����M��VB�0r(�n62Z�o�K�׭iO5���
+dǡ�O*�Dfp@�%1u�0� �w�'Q4��A��C�+���r�A�7484�2o��N[ә�3��%
ꦷ�P���)�d�y��h����{��!
+2x�D��]ἷ��U��=}�;-�<5'�s��g���S���q��-�����#>]^���-�1��9m�Ѝ`��;^0�c������um���R��y�?��N�0C��kҍ�x�Ӯ{K�~�-�}aP�&�����DG��o״��diP�)of�	e7�4�et�Eʰ[���Ƃl���4(,���#x���
��;�7�>!�4\?6X�>��6�W�</��]�潇ϋ�9ս ��_��Ÿ�ilNUo��Y��Ė�H�cd$å7=4Ά�F�ii�x�&��f�[Sv4lj>�4��۞΂T�~�������?�z����yY�)wZ���X�a�����3Ę�DB�O#����JLB�ݝ�ӕ�3�R_��]J��-&J�*�����J�Y�ș���j���H�-�?��9'-U,�$���KO�q.ؙ� S��cg�{vl�I�QK��T�m����Xr���F��?��9��g���ˏ�O��:P�Ju��gD�K��̈7����9;�F�u߽�}�=9��і�i�A@s�Ƕ9���ixw�pQp��g{Z;�Ps���SZ�pHu1�]eAC�}Q
�|��⑦���&Z��fbS��"��c� �M��S�+;5��yozgKx�%��N�0�H@l�(�H�Փ��T�d��H��D��UZ%�w!�(��>�A���.ktk��<�
�CI���*�4�J�v�
q���V�����vi�(ZI�MV�n=�v��1E��A	Z��%^�
�������m��X�z괝c�Ԑ�d�/�M��d���ɒ�@C�}��w6��?Ǝ���;�S>)C
+ug{{9B����x�W8wU�BF�94�A��e�o��?{\X~x"`40��z��p��L^k�"�o��g��g�*Ш&2����l|�ڎ�(+�56d�r
+��>!����D��/s�^��
+��H�;PT.3����K03����ʴ�����l�ȏ 5��.FN]qk�B`c���k�H,��
+0
˔�sr���#<�)GqI�Hq$�!�� �#�iD�f>5�!�N����֍*sG�Z&�|N��R	�n�op�2KX�ש����[��t&.Sv紼���B��8BHM���*6@m�`�*v������'�u&�$x���z�t(���R�H�����*'ȓ)��p0ۛ���Y*_�k�z��kl^$迮h���i��L��h���")��R;�~&��zI�@㵓�S�0��B�.R8��Nb9�o%���x��Gȫu�t�G��`*���' ���t�cr�9Ą�E�h�B\��x8S���S��UN1�'���1�&ƹ-�Y5��TEN8�n��ܚA�����6���}�PTR��R�hK�߁�2%d�S>4y���������B�c>.<��>3�����K������gS6m>����_}���֧/7��l7\�t�)O�]
+�T3��խ�[w��g�� �Dͮg�Ci�E/+��y��@d��*���P�9����',x�Zc�h)��B�d YD���b�дO�/���d�װ��rI�Vkp�Wqi���f�ks[������:��4�}&,h�}�`TU����i�l3�9�
+�2
d����˨l��ӑ+&+K�f�廕��
JΩ#n�DC��7S�v�a�{�ѥ�1T{&�>E�I�>e�%ʢl�Z�D�-�UjU(�y��/e�%�WS��sl��$b��X��%W���݃�
���q��R$��؂?����|+>T��n�L����xl�3�.;�T�/C���3��lc�q�)~?�
+�-����+��
+c����{��Bw~�O�/w�~1~��S����ұ�Qw��-������*�֖��?X����n_4���3��$1)���{�z�ɴ
��B�9��i
@�C�rR�z�-���Ky�Av����ȓxs�En+ɿf��K|Kv#��ZǴ���$1U5ͧ����n|||�qAj�P�EBg*B���Ac��]s0�q����
��OG�Քo�)u�9M��J#[;�7�}h�e@��P�` �Wc�ި�bx_
+�E	8�4�����}��U(K|:1�}6��������jrn�^bCw)��4R�
+lH��eMo�qN��ǵ���-55��{n�@�i�{q��DR�P�7�U�-A%�y�3��8�瓁����S���uغn/q��~�ąѳ@NM�yk�~�Ñ�L�"�����1�8W.vc�@V�$#�K������~A���iry�H��\���.��֘�NUIӼ�a��Դ����8�ej�Q���Q�B0���
+ΫAB*9��⩈�,�г"�,ɐ1u�x\m�!�c��
vj]\��nv�7�'��l��z\}`���la�u����c�C�t|��1Ń���uQ�\s}!"p���=�������de�CS�����9ô|0�8��1ı[���K�>@�����1(�/=�32�8N˙|��T�ً����o
"�!�l�䪼�ٿX ��z�endstream
 endobj
-2556 0 obj <<
+2554 0 obj <<
 /Type /Page
-/Contents 2557 0 R
-/Resources 2555 0 R
+/Contents 2555 0 R
+/Resources 2553 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2404 0 R
+/Parent 2418 0 R
+/Annots [ 2565 0 R 2568 0 R 2569 0 R ]
+>> endobj
+2565 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.966 480.9165 258.7502 491.8204]
+/Subtype /Link
+/A << /S /GoTo /D (security-webserver-access) >>
+>> endobj
+2568 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [303.9053 414.5653 340.7668 425.4692]
+/Subtype /Link
+/A << /S /GoTo /D (http-apache-mod_cgi) >>
+>> endobj
+2569 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [408.2018 414.5653 448.3808 425.4692]
+/Subtype /Link
+/A << /S /GoTo /D (http-apache-mod_perl) >>
+>> endobj
+2556 0 obj <<
+/D [2554 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+182 0 obj <<
+/D [2554 0 R /XYZ 206.856 708.1493 null]
+>> endobj
+2557 0 obj <<
+/D [2554 0 R /XYZ 71.731 698.0066 null]
 >> endobj
 2558 0 obj <<
-/D [2556 0 R /XYZ 71.731 729.2652 null]
+/D [2554 0 R /XYZ 120.3029 688.0248 null]
 >> endobj
 2559 0 obj <<
-/D [2556 0 R /XYZ 254.2419 696.6874 null]
+/D [2554 0 R /XYZ 71.731 654.9838 null]
 >> endobj
 2560 0 obj <<
-/D [2556 0 R /XYZ 76.7123 680.0498 null]
+/D [2554 0 R /XYZ 71.731 611.1481 null]
 >> endobj
 2561 0 obj <<
-/D [2556 0 R /XYZ 136.4882 636.5045 null]
+/D [2554 0 R /XYZ 71.731 611.1481 null]
 >> endobj
 2562 0 obj <<
-/D [2556 0 R /XYZ 329.9487 628.0401 null]
+/D [2554 0 R /XYZ 270.6339 600.3535 null]
+>> endobj
+1434 0 obj <<
+/D [2554 0 R /XYZ 71.731 593.2154 null]
+>> endobj
+186 0 obj <<
+/D [2554 0 R /XYZ 188.5932 555.9999 null]
 >> endobj
 2563 0 obj <<
-/D [2556 0 R /XYZ 71.731 599.4448 null]
+/D [2554 0 R /XYZ 71.731 548.6475 null]
 >> endobj
 2564 0 obj <<
-/D [2556 0 R /XYZ 71.731 570.3983 null]
->> endobj
-2565 0 obj <<
-/D [2556 0 R /XYZ 92.4688 552.4655 null]
+/D [2554 0 R /XYZ 99.3014 509.9725 null]
 >> endobj
 2566 0 obj <<
-/D [2556 0 R /XYZ 191.4782 539.5141 null]
+/D [2554 0 R /XYZ 319.3277 484.0696 null]
 >> endobj
-2567 0 obj <<
-/D [2556 0 R /XYZ 252.6128 539.5141 null]
+1435 0 obj <<
+/D [2554 0 R /XYZ 71.731 468.9613 null]
 >> endobj
-2568 0 obj <<
-/D [2556 0 R /XYZ 457.2853 539.5141 null]
+190 0 obj <<
+/D [2554 0 R /XYZ 242.3649 436.6474 null]
 >> endobj
-2569 0 obj <<
-/D [2556 0 R /XYZ 134.2361 526.5627 null]
+2567 0 obj <<
+/D [2554 0 R /XYZ 71.731 428.0099 null]
 >> endobj
 2570 0 obj <<
-/D [2556 0 R /XYZ 241.5533 526.5627 null]
+/D [2554 0 R /XYZ 71.731 415.5616 null]
+>> endobj
+194 0 obj <<
+/D [2554 0 R /XYZ 236.6151 387.3324 null]
 >> endobj
 2571 0 obj <<
-/D [2556 0 R /XYZ 71.731 515.1605 null]
+/D [2554 0 R /XYZ 71.731 380.1344 null]
 >> endobj
 2572 0 obj <<
-/D [2556 0 R /XYZ 71.731 488.5403 null]
+/D [2554 0 R /XYZ 71.731 367.2428 null]
 >> endobj
 2573 0 obj <<
-/D [2556 0 R /XYZ 71.731 473.5964 null]
+/D [2554 0 R /XYZ 71.731 357.2801 null]
 >> endobj
 2574 0 obj <<
-/D [2556 0 R /XYZ 470.1216 464.0969 null]
+/D [2554 0 R /XYZ 115.1182 341.5042 null]
 >> endobj
 2575 0 obj <<
-/D [2556 0 R /XYZ 71.731 457.1206 null]
+/D [2554 0 R /XYZ 429.3178 341.5042 null]
 >> endobj
 2576 0 obj <<
-/D [2556 0 R /XYZ 101.6189 437.4967 null]
+/D [2554 0 R /XYZ 71.731 339.3474 null]
 >> endobj
 2577 0 obj <<
-/D [2556 0 R /XYZ 71.731 412.1891 null]
+/D [2554 0 R /XYZ 147.1884 323.5715 null]
 >> endobj
 2578 0 obj <<
-/D [2556 0 R /XYZ 101.6189 397.5465 null]
+/D [2554 0 R /XYZ 314.7473 297.6686 null]
 >> endobj
 2579 0 obj <<
-/D [2556 0 R /XYZ 230.3977 385.8902 null]
+/D [2554 0 R /XYZ 71.731 290.5304 null]
 >> endobj
 2580 0 obj <<
-/D [2556 0 R /XYZ 491.4206 385.8902 null]
+/D [2554 0 R /XYZ 71.731 206.112 null]
 >> endobj
 2581 0 obj <<
-/D [2556 0 R /XYZ 71.731 372.2389 null]
+/D [2554 0 R /XYZ 155.0564 180.2091 null]
 >> endobj
 2582 0 obj <<
-/D [2556 0 R /XYZ 101.6189 357.5963 null]
+/D [2554 0 R /XYZ 89.6638 167.2577 null]
 >> endobj
 2583 0 obj <<
-/D [2556 0 R /XYZ 398.5807 345.94 null]
+/D [2554 0 R /XYZ 71.731 165.1008 null]
 >> endobj
 2584 0 obj <<
-/D [2556 0 R /XYZ 71.731 343.9451 null]
+/D [2554 0 R /XYZ 71.731 150.1569 null]
 >> endobj
 2585 0 obj <<
-/D [2556 0 R /XYZ 101.6189 329.3024 null]
->> endobj
-2586 0 obj <<
-/D [2556 0 R /XYZ 71.731 304.1025 null]
->> endobj
-2587 0 obj <<
-/D [2556 0 R /XYZ 101.6189 289.3523 null]
->> endobj
-1414 0 obj <<
-/D [2556 0 R /XYZ 71.731 223.2003 null]
->> endobj
-186 0 obj <<
-/D [2556 0 R /XYZ 337.1201 187.7333 null]
+/D [2554 0 R /XYZ 130.9027 129.0011 null]
 >> endobj
-2588 0 obj <<
-/D [2556 0 R /XYZ 71.731 181.6064 null]
+2553 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F48 2196 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2589 0 obj <<
-/D [2556 0 R /XYZ 353.7741 168.8043 null]
+/Length 2474      
+/Filter /FlateDecode
+>>
+stream
+x��YK���ϯ�!@ld�Ň�A`z�3;�n��� 2A [�Ҳ�գ��_�*)K���\r}0U,���G6_��g���0a�V�b�,`���X֎g=f��{s�A�E�����B�%Q �Y�x������f�֝iV�Pː�鱗�Ң�����~΋"]���o��$+�$����'�f��F��B�F�X1&z0"�FF8��	M�T��3��h1��<����5j��Z�IȤ��
+۝�>���kV�ͩ�!�$P�NK�k.a���vt
+@�M���6�ʖf+����+��n�k��i�!-3�fyc�]��~&������DzZ�jyp�v��xh���a�3n�l�&8#Ŕ��E<d���ZӚ�i����^6=ꍣ�e4���b"���=�򀳘K�����p�E�5w\����˙=�Yır̻��3�����}�`��c}K��E�u�[G��	}��!c�,�Q�a�����T�8��	��h��F������^Wv!����0���^���(�Ҋj���a�
	�Q|�n
+F�4j위�q�x罔�"Ҏ�,q}zK�T"�׉#��2�xP��\%Υ��H\�p��A2��纃�N�w��0Z~„���ZjVلzYuDJ�]���ȍi����(O���TۨE���+��q�f˾�����f��K[�e�ۺ}�o�"�z"̺��&��Bi���"�d@� ���ip�+q$��1Ѻ�~���)0����*5!X�/���C��%o�3(U;�ܶ��� 'M�DX�@x����」7�Xن�Eg��aT3I��@��m�7�[mC�c��̯J����(�}�Ҡ�L�X6�!Y ����&� ��)�iLN��x�/��������A�Wqb��u%A�nWa���~������D!k,�)Hpd��H�o��UX�HRE��p[�^��/8�w���+�ja���]�C�5^;l�x�4�)���.�a�q���cM�1�ų/�H��Ce<v(4% ����pu�Iƙ�fQ<�Ƕ����=��U���1�x�GA���jƀh�oRL\�/�?��lj�>�bp�38S5��OV?
`|�nC�tq�!H聱|9��.���	m�{œ����u
�9r g���U���$Ě����ҏX}1��u��d9�7B�����UMzr��g! ��p����i�8<t�@�`	<�1��ƚvs��8��F�� %���W�c�t98<%������สA�0�>Q�}����Ӿh]}_5�Q���<��(~F��δ�7m�w}7�x 0k㢮���ٙ�<>n?�S����u��ZW�����5�#��:�b��S�מ�1O
+w�O"��L��O'��"�oMF#�7�lp{;	�a��X�и��EG�?�<B�W�f�~b��6��m^��h+���/���oA�)�P9s�GiA=!�(�H_&B������8�(�71�!�CKm�O!��(��М֤�8��$܃�-ؙ�#�mG_����ls�H���Z�A�d�nô��:����M@텈�V�L
"рY ��C.��VAc�Z��=����	�z�pfB�g��.��:��(gB�|!����VG��6%fݹ�I�$�����8�B�!��k�b-Z����]4B�U�1���]�_�DԦ�&�9z�yL��ߦ�hL��ȟ�\�i@I�&��u�IJw$�ގ��4D0�小O�v��'��wɥ�&T�"��*����t#7g�h����\������T�B����D
�H���3+y�� f:J�!���2����s��t�67��Z龸��6{S��qp�w���}c�>�#������3�:�#��~�3]l����9�/��3
f_�'*�������P����B‰�E
+�".9=�`�W�6�J�-����×o��V�g��h�`B�6a��p(ʒ�xh^OyS�{Sv��?&m��H�g���xH��C��]�N�q��ا��f���x��Ɨ�W`oq{+&�Sh����9�i�+���~‡�	��*/�v
+���DŽ
+/U�8,JH��W�v@�����$��q����+�gZ��l��D��3�v�{�c���:*��*�z��E�JL���S&ZL1�Z��)A�	~o{�w(lK�A�>b��[RS���/�u�=Ծ���~���`DU���T��7! 
����)'�n�b�@=q�@��./2[� �6/��v�P����m����/���ٽG-%BQ��&t�)wtǠ��p�H��#���`:'�]��}��V�mONy�M�l0d�]�7�4r�tr�nX&�χ.�0��0�x�2�����<��y�i��E��j���D��e"��_xb|DO�?�y�����f�x�ɾ���Ϟ��G�Fendstream
+endobj
+2588 0 obj <<
+/Type /Page
+/Contents 2589 0 R
+/Resources 2587 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2631 0 R
 >> endobj
 2590 0 obj <<
-/D [2556 0 R /XYZ 483.4075 168.8043 null]
+/D [2588 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2591 0 obj <<
-/D [2556 0 R /XYZ 285.3609 142.9015 null]
+/D [2588 0 R /XYZ 74.2217 708.3437 null]
 >> endobj
 2592 0 obj <<
-/D [2556 0 R /XYZ 119.5329 129.95 null]
+/D [2588 0 R /XYZ 92.4688 685.4296 null]
 >> endobj
 2593 0 obj <<
-/D [2556 0 R /XYZ 437.0693 129.95 null]
+/D [2588 0 R /XYZ 191.4782 672.4782 null]
 >> endobj
 2594 0 obj <<
-/D [2556 0 R /XYZ 117.1591 116.9986 null]
+/D [2588 0 R /XYZ 252.6128 672.4782 null]
 >> endobj
 2595 0 obj <<
-/D [2556 0 R /XYZ 419.1025 116.9986 null]
+/D [2588 0 R /XYZ 457.2853 672.4782 null]
 >> endobj
 2596 0 obj <<
-/D [2556 0 R /XYZ 355.4048 104.0472 null]
+/D [2588 0 R /XYZ 134.2361 659.5268 null]
 >> endobj
-2555 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R /F27 1278 0 R /F55 2443 0 R /F48 2167 0 R >>
-/ProcSet [ /PDF /Text ]
+2597 0 obj <<
+/D [2588 0 R /XYZ 241.5533 659.5268 null]
 >> endobj
-2599 0 obj <<
-/Length 2945      
-/Filter /FlateDecode
->>
-stream
-xڍZm�ܸ
��_�p8��X�_�C�\�KS\{�e�E�������s~�f��K��_f�M���(��(�!��Ƈ?yKk�Q�PQ�n�����Co�Hf�2�v���ݓg�h}��4R����&��Hc_��Z�$���]���1;���lU�{J�ﻺ볪*���+�*����oO�܍+�:i�Uo�VP�3�V�D�@�V�o���f�=���%��^mLA}}C=yk��P_F?�˶2�Q�����}��}�R�I�&mwIG h����jĭ܁���Ue:7u�����1cY%���	6Gǵ�J�����d�#�^ަ�J񌑳�Z�Z��"�Ἁ�Fմ��I	��{�ص���ꩻ�~Sۡ3mG�,�MׁN��X����2��N�3��a��S��8���m���;����+����U�m��p��G�����ϟ=�	��)+k<�Ϝt�	n�\�R�f����JB��Z7����H�����iWHM&d5t&��Ү{<63!lN�U	F�K����ww���Y����ֹ�rC$l�D�]��~
-�Kz{��>쪚�2K��b��s�Z�.^��"^��.��u�d���E��)���&�=~�+/����	���ԝ�S��T��S��ׁ���x�܄�g�)g���,���/X�Ju��Rv�\g�3�ӝG�w��4��)��ː�)zw@dEAiƛ/z&z��~7�G��q����;�:���vʃ
�Wo��l�6Ƭ��}6��_��bT"���kfv�(�����)�܈q\֤�86h��<�|���,�׏�0�X5�J�<�#���c�xf�J��K6N��&���ܒ��l�e8OWL��kۗ6z�)[\���ڸBc�`���o�;SA?u�b^55n�0��gsf:�CF1��J|����"��d
x^��kUX�TpVG8��]\�=���g��)Q�1J�H&���~��|���?�Z��V�|1�z�Q�`ٵ���|g&/������?tO���[�� ��t����r��`�Kv:W�;v�?w:�ﮬ׶@L�1r|KU=[O��
-�����1����w���Y�"ĸB��΁��y_~Fs4�nq��)�h�A�8f�{4�AQ�R�09zr�&4p���=�#�x�l�	��S^U��~	��޾��H����o^���@����I���񭄻	#e��]{��"�0���:�&�F�c3T�;�G�����E�t��95h(tJ��]�~N��a����5��>: ��Ff#T,Q��<Ԇ���o���p֠�PS�s����h��x��oQ��J���_$AD�G�5J���R��������اz���7#p���zs�X��mD�?`�G��8�G�;+�ޢաb�E�'�IA��j�Ak&�k�#�lG�9;0@��O25w�S����g
-��O>#�g=�uu8�oF��V�����FЀ5����ew�%���=14⌯oq��[,��;&m0@�6��ο�D�����C���t����-�u~�ܪ���H�*����p�X�����P^��!2Z��ȑsH�ٸ�f��_�y
���2�=�h��_RSa�i���У�ӆ�]
-��*o�}yXy���������D�Z���ɘ�Y��奡��]��MD�ʺ�@"@�̊���X�Uph�Pv���/K2�����( 8^-U�\�9�u��Zj�v1"�@h!/�P2Q�n�Q-F�ohq-
�c���F0t�A$R��ze�-�J�bO�A��TA�@��؂E)$&�#����}��Ə���5��A��׶$�L)��y�uh!�i_<[M��J2� �u�jgu�o�o�ڢ}i���v�6�A��w�3vn�����F�6z�����v�l�Mӏ��#C��2�T
-��_%|�,��㸶s��f�2����9ϥ
-�`���0r}C�kiK�L��=���"W}��I��V����_��v3̅]j�8��	&�����`i�֢����mCs^ֱI�
E�����Ӛ���~"�b9��k 	�VU֟h�4�V�cƭ��Y�v
����{���r̟֗v<�$Xi�
썉��zm�����$����aՉ�+�2l�
-�e9�E���m�x�(<�aq*I�ɪ��_�|��e��]~4��������^b
�U:����e����	��ʏs��ٖ���$,���?i���(���
%�Ú@�)ʞ��h�ْ��f�PE��$2��Ky{�y�b��T@�b�lk�4��l$F@
r�ib�!�i�7?f5�Fh�S�f1��k���C�4R�O��}
-a.�э�c��h���ȵ�����+i�>�֢=`!����:�\���Z��Z�k~���TrH�������}$�j�9?1@6r,���
-A*"%�����gh�]֙YZ�0�.
���a2���w�К��8��zi:_�,�T���M�4���W�I��G�~t�t4nқ?����9�]^�
u)�&q�Aj��x�E�QƐ�����$�H���T������a��<�������e�^D'cI�u�J��79H��m�rV�fEf�K��Ԩ1�.�ʈ�yØa-��mٴ%e�����$�L�&m������������Q��sk.�c�{�z32Y]��M�$E� bOgG��=}��An9*�S�[;�у��b�ws2��-������Dk�M�P��{c\3d��]�/����|�g3MC�K]��G��-����Tnv�=XO�?��Dk��WQ�Pz^�fȽ���g���Dq�#�n\N7,T�$��
��ت���s�k�}-�*OTB_}V��.�׀y�������̗�����	Q��0��\��A�b��Q�&�����ʂ��5��endstream
-endobj
 2598 0 obj <<
-/Type /Page
-/Contents 2599 0 R
-/Resources 2597 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2637 0 R
-/Annots [ 2619 0 R 2622 0 R 2627 0 R 2636 0 R ]
+/D [2588 0 R /XYZ 71.731 658.0872 null]
 >> endobj
-2619 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [165.3489 368.3189 219.6449 377.1655]
-/Subtype /Link
-/A << /S /GoTo /D (security-webserver-access) >>
+2599 0 obj <<
+/D [2588 0 R /XYZ 280.4366 628.6426 null]
 >> endobj
-2622 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [290.3691 278.8693 341.3377 289.7733]
-/Subtype /Link
-/A << /S /GoTo /D (troubleshooting) >>
->> endobj
-2627 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [193.3653 173.8631 240.2769 184.8767]
-/Subtype /Link
-/A << /S /GoTo /D (parameters) >>
->> endobj
-2636 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [473.0423 99.1433 519.8663 110.0472]
-/Subtype /Link
-/A << /S /GoTo /D (extraconfig) >>
->> endobj
-2600 0 obj <<
-/D [2598 0 R /XYZ 71.731 729.2652 null]
+2600 0 obj <<
+/D [2588 0 R /XYZ 400.4654 628.6426 null]
 >> endobj
 2601 0 obj <<
-/D [2598 0 R /XYZ 71.731 718.3063 null]
+/D [2588 0 R /XYZ 71.731 608.553 null]
 >> endobj
 2602 0 obj <<
-/D [2598 0 R /XYZ 115.5601 695.3923 null]
+/D [2588 0 R /XYZ 71.731 582.4159 null]
+>> endobj
+2586 0 obj <<
+/D [2588 0 R /XYZ 71.731 544.3936 null]
+>> endobj
+198 0 obj <<
+/D [2588 0 R /XYZ 240.6398 513.6737 null]
 >> endobj
 2603 0 obj <<
-/D [2598 0 R /XYZ 153.5057 682.4408 null]
+/D [2588 0 R /XYZ 71.731 506.5953 null]
 >> endobj
 2604 0 obj <<
-/D [2598 0 R /XYZ 343.0163 682.4408 null]
+/D [2588 0 R /XYZ 71.731 493.5841 null]
 >> endobj
 2605 0 obj <<
-/D [2598 0 R /XYZ 71.731 669.4894 null]
+/D [2588 0 R /XYZ 71.731 483.6215 null]
 >> endobj
 2606 0 obj <<
-/D [2598 0 R /XYZ 163.7652 643.5865 null]
+/D [2588 0 R /XYZ 115.1182 467.8456 null]
 >> endobj
 2607 0 obj <<
-/D [2598 0 R /XYZ 71.731 636.4484 null]
+/D [2588 0 R /XYZ 429.3178 467.8456 null]
 >> endobj
 2608 0 obj <<
-/D [2598 0 R /XYZ 71.731 587.6314 null]
+/D [2588 0 R /XYZ 71.731 465.6887 null]
 >> endobj
 2609 0 obj <<
-/D [2598 0 R /XYZ 71.731 556.5131 null]
+/D [2588 0 R /XYZ 71.731 447.756 null]
 >> endobj
 2610 0 obj <<
-/D [2598 0 R /XYZ 71.731 531.4422 null]
+/D [2588 0 R /XYZ 71.731 432.812 null]
 >> endobj
 2611 0 obj <<
-/D [2598 0 R /XYZ 71.731 510.2864 null]
+/D [2588 0 R /XYZ 132.5157 411.6563 null]
 >> endobj
 2612 0 obj <<
-/D [2598 0 R /XYZ 71.731 490.3611 null]
+/D [2588 0 R /XYZ 254.2419 411.6563 null]
 >> endobj
 2613 0 obj <<
-/D [2598 0 R /XYZ 458.4786 478.7049 null]
+/D [2588 0 R /XYZ 76.7123 395.0187 null]
 >> endobj
 2614 0 obj <<
-/D [2598 0 R /XYZ 207.9215 467.0486 null]
+/D [2588 0 R /XYZ 136.4882 351.4733 null]
 >> endobj
 2615 0 obj <<
-/D [2598 0 R /XYZ 71.731 439.1532 null]
+/D [2588 0 R /XYZ 329.9487 343.0089 null]
 >> endobj
 2616 0 obj <<
-/D [2598 0 R /XYZ 71.731 393.1607 null]
+/D [2588 0 R /XYZ 71.731 314.4137 null]
 >> endobj
 2617 0 obj <<
-/D [2598 0 R /XYZ 358.1766 382.3661 null]
+/D [2588 0 R /XYZ 71.731 285.3672 null]
 >> endobj
 2618 0 obj <<
-/D [2598 0 R /XYZ 461.0015 382.3661 null]
->> endobj
-1415 0 obj <<
-/D [2598 0 R /XYZ 71.731 354.3712 null]
+/D [2588 0 R /XYZ 92.4688 267.4344 null]
 >> endobj
-190 0 obj <<
-/D [2598 0 R /XYZ 166.6153 315.0984 null]
+2619 0 obj <<
+/D [2588 0 R /XYZ 191.4782 254.483 null]
 >> endobj
 2620 0 obj <<
-/D [2598 0 R /XYZ 71.731 304.7334 null]
+/D [2588 0 R /XYZ 252.6128 254.483 null]
 >> endobj
 2621 0 obj <<
-/D [2598 0 R /XYZ 258.5428 294.9738 null]
+/D [2588 0 R /XYZ 457.2853 254.483 null]
+>> endobj
+2622 0 obj <<
+/D [2588 0 R /XYZ 134.2361 241.5316 null]
 >> endobj
 2623 0 obj <<
-/D [2598 0 R /XYZ 71.731 279.8656 null]
+/D [2588 0 R /XYZ 241.5533 241.5316 null]
 >> endobj
 2624 0 obj <<
-/D [2598 0 R /XYZ 71.731 264.9216 null]
+/D [2588 0 R /XYZ 71.731 230.1294 null]
 >> endobj
 2625 0 obj <<
-/D [2598 0 R /XYZ 71.731 215.8705 null]
+/D [2588 0 R /XYZ 71.731 203.5092 null]
 >> endobj
 2626 0 obj <<
-/D [2598 0 R /XYZ 321.9273 202.9191 null]
+/D [2588 0 R /XYZ 71.731 188.5653 null]
+>> endobj
+2627 0 obj <<
+/D [2588 0 R /XYZ 470.1216 179.0658 null]
 >> endobj
 2628 0 obj <<
-/D [2598 0 R /XYZ 349.0176 177.0162 null]
+/D [2588 0 R /XYZ 71.731 172.0895 null]
 >> endobj
 2629 0 obj <<
-/D [2598 0 R /XYZ 415.6031 177.0162 null]
+/D [2588 0 R /XYZ 101.6189 152.4656 null]
 >> endobj
 2630 0 obj <<
-/D [2598 0 R /XYZ 91.9249 164.0648 null]
->> endobj
-2631 0 obj <<
-/D [2598 0 R /XYZ 151.7003 164.0648 null]
->> endobj
-2632 0 obj <<
-/D [2598 0 R /XYZ 71.731 157.0611 null]
->> endobj
-2633 0 obj <<
-/D [2598 0 R /XYZ 264.2244 146.132 null]
->> endobj
-2634 0 obj <<
-/D [2598 0 R /XYZ 95.2427 120.2291 null]
->> endobj
-2635 0 obj <<
-/D [2598 0 R /XYZ 71.731 113.091 null]
+/D [2588 0 R /XYZ 71.731 127.158 null]
 >> endobj
-2597 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F32 1286 0 R >>
+2587 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F54 2470 0 R /F48 2196 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2640 0 obj <<
-/Length 1562      
+2634 0 obj <<
+/Length 2834      
 /Filter /FlateDecode
 >>
 stream
-x��ˎ�6�_a��.VZ��H�I�
�C����@[\���D�u��C�P�w�i.=,��p�/�-"�c���Y/B�
-��6W�bW����̑^��n��E)O�E��Ȣx��<�����ϕ�կ.�%q}�Fֵnw�5���u-W���[O�E��E�?+ބ�T@/Xr&+��5a�d�����*˗��Fw��q��\�hY����]�g���K{l����"�,������Ӳ��o�f�-�=�zvJ��W�m]i�0����mJ5l{�QtWu+.�ܘ��$�"F�X�rSә�T�V`�$����Zq��z�1�����^���D!�p�ߐ��n�fY�h�i�Ē�����"����q�^�d��+���?�J2P덷���ȃ+���������T?��0u��S���EFi��� ey�4�ȡ��RhE��p�`ya��bm��5r�
-�(Z�!� �<,X��;
-�"[U7�%›Up��5'��`�d76*j��-�`�!	�b��˲Dj�D�P[�`�?��!�f�#���vf5o�8IB�ũ�z�:h��{�q��,'�R��K����A���,Y�&����a*K�.[��̋Ry_�+�'r�m��"��H��w�0-�!$H���mKD���:�P\��A�?��������1�
-�T���xyR��O���8<�}{9>�@�k���D�άf�OZ����w�D����Q�}P��7�g�S.���t1�:}_)h<�x�%�7ϧ�����G\@*7.�n��m%[���W9Z�^�Pk���
-l����� ��FD������&�]�����lK$acߝ��Nκƒmu��"u�5
�^\(5IFq����7�^�7�,`�4���X��$������"�j�Z�[���s"p�2F����q�����(2D�̋��6 �{ݖ�-Wٲ�=�s;�G>�9E~�������0�	W��d����� �\��#b����mOPF��
�*��ܫ�a���l��Dm�
A�h4�gX�-�J�
-k�W����5{�Ͳ:� =�2�K`�@����#���'��2bYp���f_�*?���� 8�N?˛�-��,s�S�q{{8V)�8�A.�o���uq	�<. *R�R�
-;�p�H��{_�˄��z�g��ـr���캮D-O�m����L̜�@��u�G�@��۶�E����GS��R��FN}3�i��;Oӹ����(�61_�m�&y�h:��z���B���Q���-5
U��r�[�z*�SdC�POz���1���QWx{w>�~�{�����/���0���CҘ^��4�M�����)�Q�R��Zv-A�#���n���LWm$�u�}ITi:I�����R�
-�u���j{Xۺf>����o��o���k��B�~�CH��x��˻̜�B6�g�(�����ya�����m�U��u�s�gP���,��zΊ!��ko;��� �C��_Hf8O?�@\��X<Q��bٳ=.0��8�Dendstream
+xڥYm�ܸ
��_1p8���%��)6��l�4��A����θ�؆_.���%E�#�:���`��$�"Ro���[E��|d"d�Uvx�v����"���B�����*�JD�p��]�^,��U�HI^����t^��v(��F�#}/�~H���w�~5��[VU����O��l���$��U��C�d�V�Dz��T�0@�ȍ��U4���Wj��.��$���"ep�[���=�Y��{T�-*�C��\�‹����
���94��[lx�S�!/t���u���)�~_��)�34��
+�=��]g �E���4۳`yK��|��+6Y$�װ�=�{���iE��>�w'��L�������
+������gi��n<>������;��4�l&�e���P�I�t��qR�{l�]�"����%f�"i���'=�a�������-��
ܴ'��&�Ѧz���/y_�д=�\�g2=���avO��d�����qz�0XvaS^$��"�e�,���h(��W�c��,����c�h�bV2	-(
.�zj�k��>p$��:g�G7���T��
�$���)�t��Zcȴc�+6]��:��>��y �y(�C���Fv쪧h�&	C�D=A���!h�z
+��}���X������G�N�!�Z�ш΍(R��Ed�y
(χ��x

�J�Wh Fʰ/Y�|'W�ip:V��z�5ݟg3ctu�������#�n�ɱ��6��)m$A,"}��|	���[��5���m�	��3��n�k{E�����sl\2Ef���� ����7k��rX‰=�"��2
��)��S�7�d#
+<��
+7I�'�Ēz$L�ԓa����ɂKabkae�X9��.��4KC�][d�*��(�㦠��w$�ڌ9q"��mUf�P65ɘ�uiE��˸����PvMr���{I]��	=a7g.��EU�Y>�:t����x
2�4;ChnꞙU�5�'Nb�:g��}��M��
��j
̾)4�%\/���&ĀV]f���r��z/b!�#��m2�8LQIq:�=@����%`U�?=��\Wx~�?w��#qg�����E ��X�;[����Y�]�5�C��cا,r�n�qR-��5�١��ť�X�$ڀ�^��i��Igk��w�z�k�~�����MCE=KN��Ku�J)eI�M�(fcv*Ǎ	�}�V�j��n/�8JV�X_��"�����>�Y�7�7���e
W���Z���;0�!�Z��q��ґu��݃Ȅ�D��G�$@���M� ���R�����[�y������x"�7TO�����a���� ��v�[��΀;�M�}���oj�;�J1d��%X�#������[V�9���B�:���D-��R_=n�$�-�����cgt�~�'@b}���Ȁ�.�����,|w1m�uH���W��F���{V��(�&����e����T�j�\R�9�Mū҉��M�9���*�z��L��PfUѿ������C����
+�A�����Q��Q����������既�,����B����(F�T�?�a矉�]{���5^O�Q�4I@,_�lE�\���_��κ��N�� �.����{FT�Tb�F�Z����V�k2�`ݲ}<�腐^ܺv~ڶ
+}Z	��&IL��eo�����̶*TG�b��+�.7޳���؂�}��A[Ŗ��81q
-׺1���%<�B�x�$8�
�a@�x?�ݒ�n �+Fk+,u5�Q$QE�
+H9�FS��������PKfC�q-���E,r,�vI�\�]���"i5�����7C--,L�]�s,_��f9c�
+�e\�3�T"����L��I"�JdC���S���7RB)��r�o��
+pZ8Dj�H�S���LXϜ1q��S[��*��xGA����H��~�ܞ��\30�f����1�1�+Λ7Hh���fvt�33��Y�f��2��v�����Px��L���
+舲*'�и6J�z�p��B�<:�F�����qp����T3�6\�Ϩ)Q׈h�}q J/��L���r\�LJ,|KC#�,��4���xat$.�CY��`Ҷ�j��P�5�l)��u�C�)�Y1��l  #繱�s���*��ZM�$���U�r��k�vP(cLq����u�-�G*��Y)�?�,�"��}<�/`H�O����8�|���"�s"H#Dfp�7ws�q(�pݏ���1�����Y�u�����w��G��h��%`ES?�:GU�"���A�Op#�����I��������o3U�xw�v%�l��?���=�ͦ�N��l�ڻ5�%��۴���q…Sl;��Ng�(a�������G;�D�4~_T�'�4��53H6��հ�qs��S��p��6ȼ6�W����ZG��ΎA���l`]�a�Wh�����n�N�bI�j�9P�⮠��/����ݣ㍛�d�o["���?'��\��I֥����2�AW���V��.{at��MY/m��n����~���%$�
�RE��_��(74
D�y����I�P���0�[�{�q|���#E�s7=r)�M�,�����
�V��eU\k*ߩ�C9�KD*�߽��t:{���7���]}��R������_\��<�L�������S�̾��<w,���������wh�Q�J��Y�H�Qlj��]z�'�L^�'�4M�0yї��<�P�km�I⤳�����7��.t���������0y��{K������D<5̈́���������\�Keendstream
 endobj
-2639 0 obj <<
+2633 0 obj <<
 /Type /Page
-/Contents 2640 0 R
-/Resources 2638 0 R
+/Contents 2634 0 R
+/Resources 2632 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2637 0 R
+/Parent 2631 0 R
 >> endobj
-2641 0 obj <<
-/D [2639 0 R /XYZ 71.731 729.2652 null]
+2635 0 obj <<
+/D [2633 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1416 0 obj <<
-/D [2639 0 R /XYZ 71.731 718.3063 null]
+2636 0 obj <<
+/D [2633 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-194 0 obj <<
-/D [2639 0 R /XYZ 381.4679 705.7477 null]
+2637 0 obj <<
+/D [2633 0 R /XYZ 101.6189 708.3437 null]
 >> endobj
-2642 0 obj <<
-/D [2639 0 R /XYZ 71.731 693.3097 null]
+2638 0 obj <<
+/D [2633 0 R /XYZ 230.3977 696.6874 null]
 >> endobj
-1417 0 obj <<
-/D [2639 0 R /XYZ 71.731 682.0317 null]
+2639 0 obj <<
+/D [2633 0 R /XYZ 491.4206 696.6874 null]
 >> endobj
-198 0 obj <<
-/D [2639 0 R /XYZ 193.7151 644.8162 null]
+2640 0 obj <<
+/D [2633 0 R /XYZ 71.731 683.0361 null]
+>> endobj
+2641 0 obj <<
+/D [2633 0 R /XYZ 101.6189 668.3935 null]
+>> endobj
+2642 0 obj <<
+/D [2633 0 R /XYZ 398.5807 656.7372 null]
 >> endobj
 2643 0 obj <<
-/D [2639 0 R /XYZ 71.731 634.4512 null]
+/D [2633 0 R /XYZ 71.731 654.7422 null]
 >> endobj
 2644 0 obj <<
-/D [2639 0 R /XYZ 71.731 612.5722 null]
+/D [2633 0 R /XYZ 101.6189 640.0996 null]
 >> endobj
 2645 0 obj <<
-/D [2639 0 R /XYZ 71.731 612.5722 null]
+/D [2633 0 R /XYZ 71.731 614.8997 null]
 >> endobj
 2646 0 obj <<
-/D [2639 0 R /XYZ 101.3201 603.0727 null]
+/D [2633 0 R /XYZ 101.6189 600.1494 null]
+>> endobj
+1436 0 obj <<
+/D [2633 0 R /XYZ 71.731 533.9975 null]
+>> endobj
+202 0 obj <<
+/D [2633 0 R /XYZ 337.1201 498.5305 null]
+>> endobj
+2647 0 obj <<
+/D [2633 0 R /XYZ 71.731 492.4036 null]
+>> endobj
+2648 0 obj <<
+/D [2633 0 R /XYZ 353.7741 479.6015 null]
+>> endobj
+2649 0 obj <<
+/D [2633 0 R /XYZ 483.4075 479.6015 null]
 >> endobj
 2650 0 obj <<
-/D [2639 0 R /XYZ 71.731 592.8519 null]
+/D [2633 0 R /XYZ 285.3609 453.6986 null]
 >> endobj
 2651 0 obj <<
-/D [2639 0 R /XYZ 416.3046 580.1587 null]
+/D [2633 0 R /XYZ 119.5329 440.7472 null]
 >> endobj
 2652 0 obj <<
-/D [2639 0 R /XYZ 71.731 555.0878 null]
+/D [2633 0 R /XYZ 437.0693 440.7472 null]
 >> endobj
 2653 0 obj <<
-/D [2639 0 R /XYZ 71.731 534.2449 null]
+/D [2633 0 R /XYZ 117.1591 427.7958 null]
 >> endobj
 2654 0 obj <<
-/D [2639 0 R /XYZ 71.731 515.5361 null]
+/D [2633 0 R /XYZ 419.1025 427.7958 null]
 >> endobj
 2655 0 obj <<
-/D [2639 0 R /XYZ 71.731 481.7279 null]
+/D [2633 0 R /XYZ 355.4048 414.8443 null]
 >> endobj
 2656 0 obj <<
-/D [2639 0 R /XYZ 114.7696 470.1711 null]
+/D [2633 0 R /XYZ 71.731 408.0798 null]
 >> endobj
 2657 0 obj <<
-/D [2639 0 R /XYZ 114.7696 458.5148 null]
+/D [2633 0 R /XYZ 115.5601 383.9602 null]
 >> endobj
 2658 0 obj <<
-/D [2639 0 R /XYZ 114.7696 446.8586 null]
+/D [2633 0 R /XYZ 153.5057 371.0087 null]
 >> endobj
 2659 0 obj <<
-/D [2639 0 R /XYZ 114.7696 435.2023 null]
+/D [2633 0 R /XYZ 343.0163 371.0087 null]
 >> endobj
 2660 0 obj <<
-/D [2639 0 R /XYZ 71.731 423.546 null]
+/D [2633 0 R /XYZ 71.731 358.0573 null]
 >> endobj
 2661 0 obj <<
-/D [2639 0 R /XYZ 71.731 403.6207 null]
+/D [2633 0 R /XYZ 163.7652 332.1544 null]
 >> endobj
 2662 0 obj <<
-/D [2639 0 R /XYZ 369.0986 380.3081 null]
->> endobj
-1418 0 obj <<
-/D [2639 0 R /XYZ 71.731 352.4127 null]
->> endobj
-202 0 obj <<
-/D [2639 0 R /XYZ 234.8596 313.0404 null]
+/D [2633 0 R /XYZ 71.731 325.0163 null]
 >> endobj
 2663 0 obj <<
-/D [2639 0 R /XYZ 71.731 302.6754 null]
+/D [2633 0 R /XYZ 71.731 276.1993 null]
 >> endobj
 2664 0 obj <<
-/D [2639 0 R /XYZ 71.731 272.8263 null]
+/D [2633 0 R /XYZ 71.731 245.081 null]
 >> endobj
 2665 0 obj <<
-/D [2639 0 R /XYZ 71.731 236.9608 null]
+/D [2633 0 R /XYZ 71.731 220.0101 null]
 >> endobj
 2666 0 obj <<
-/D [2639 0 R /XYZ 71.731 226.0806 null]
+/D [2633 0 R /XYZ 71.731 198.8543 null]
 >> endobj
 2667 0 obj <<
-/D [2639 0 R /XYZ 71.731 206.1553 null]
+/D [2633 0 R /XYZ 71.731 178.929 null]
 >> endobj
 2668 0 obj <<
-/D [2639 0 R /XYZ 369.0986 184.2235 null]
+/D [2633 0 R /XYZ 458.4786 167.2728 null]
 >> endobj
-1419 0 obj <<
-/D [2639 0 R /XYZ 71.731 156.3281 null]
+2669 0 obj <<
+/D [2633 0 R /XYZ 207.9215 155.6165 null]
 >> endobj
-2638 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F44 2154 0 R >>
+2632 0 obj <<
+/Font << /F33 1398 0 R /F44 2183 0 R /F48 2196 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2671 0 obj <<
-/Length 2576      
+2672 0 obj <<
+/Length 2637      
 /Filter /FlateDecode
 >>
 stream
-xڍY�۸���¸/�[�+RO�����!��^�^?p%�V#������΋���f����p8�<���'��I�UBc��$����g�d
C�iY��b,������0�,�21��v5�t��iN�Ш,����������e;[�8���u�����f�����Ϫ���߷�<����r�j����w�:7Є�0JZ���*��Ϩ���4�����	����ho�da�MӤW�l��ԭ�]�'�Q&�39te۱Ln���#�zh�K�{�-��x�j��{�M�f:��ErSn��=���@�����xj�Nl�m;3��+9�c'���Q�XG�a��
���З�pڱ��*m�oʎ{h���4/��V
3�j{odZ�������D[vC�w���d�v�S���M%j}�Nv~/[a�@n��i���0Wt�Z��]wz�s�u����'7��ձ-�.o�;<���?n�_�$I��t]�m/�Kqh���LZ�����5lN�txfA�� J�'L�RO�p�
����w*C�g�r��U�-�<�ct��s-3?�m�<НL��h�+�� FQ"R��@�.��U���4�OF��
-Lh�`H�%g4h��k�����u�I�&�����<��n��l�I�ߊV�
Q�����wʦo��$�#�~�<X��[�@wC5x���kWCb�~�;�L��Ke����)�{��ݦ����0��vW��h�F��ދ�\�g����V
8�]�M<�0�#_�C��L�Q!K���2�h'KC�+P�#xz�Np��Y$Ap֠x� ̒�H:/X���
��N�䢨Z�0����q����jW�E�l_ā
-��,BX �	-�wח/X:�F�&���a�(�U�*g�C/�Ѓb^��������Q+�n՗͘%(��OS�G�Wp�\����Gt�h���q[�Xz���ܕy��s�v͚��_D��O.oOI_�}7嫓t�Xh��8	%�,�)�7�g>gV�(���k7�qokg�Q�4�g�)*��2F��gx`%�i栍��P�|��G���ܕ�����������V��ڧ�h�e[�-d~���ѥ�z�\��'Y��k���ڎg��VE�2Zr�;�l4��USP���z�w�cH��K�%��8ϱ�=����>�����|���tz;�0d�/,��J1�%
-q�0�7L�SV�H.|ӭ�?h���C�r�(Y�S����A�z�ՔS)���b�C��^��;G�B����#�C�^��
-K��	��rt�
��T��M��H��?�8����������,����
-��
W ���0B�
x��`��8���#�؟1´ǝ�yUCihl/�x�ڭ�Ŭ{�r�so��Fvts}��w�Ӱ�3�0>�����5���e�=����7��$D\�0��&��&؋��ۛ����/��UN�$�أ�d�v\�Pu�w��b*/U�$ W(a=�M�����������e�J���s��$rsVǑ��ڹ/����Pq�L�
�a˝w�^c0�'f|z����0QP�/@��o���7U�����LH���)����Ҋ�������
�T������5�[l/��3����p�Y�D&e'�����J�k����E}@x0�jg��b�ˊ8��-S�70��	>o�'y�3�T3og�9f�O��9���^:v���3P�4�}�+0J��VN��^@����x��Y�p�M�vɻ9�PpTh�^��j����]��x�*��y��E�$�&Z^�h��=1��_-B�(�^��7G�xn���$K��(<�n�k���ť�*@�
- )�7��▒A����*����jˉ��
�_�mkA�л�=����l���t�!C�]�P.5��c���B:�A��»�v�ٽ �D��Y��%2�K�w,����a�u���'?rPVB���W�l���8=[�����Ma��8�[1��l5�C����;=*���;V�}��5~1�[4������/�)aS�H �"�ڍ�Ӎ�R�fQu}��$�쇮?��
�At�|OzLg�v�^@�4�<@�mH~F"�m8ݹ���j��X��a=IŇ[��	������-ș����Z�ap�z(�VP,���>�?
-�ŜF~�T���;�ȇ
#h9������kSwo^�0�Ī�|}Y�� Q�Xj=\����S#2S\�Z�Z`إ*i6�Y\Y�Gw#0<ܩ�ΓI�E���S�@P��T��@EQ�n�r[��U�V/?~"�\*���d�O�dE�p`9A��B��$���0w��*�ܸt_i3-���f�mt\�F�4���]\�=^B��D���������h-�@&��n[�IX�}	H���a��Q��v���G���4-������ǁ�M���6ǣ���3���&�yp���?��,ק'�.�@<r������O��em�5֌��|s%�N�U^��C����`\Z��҇V��h"-���U���_���j�s��-!�4~�:I�����faY:t~m��)��8������Q=��,?�@le:Y~�ף����Go*��^
-W�٣?]X�g��endstream
+xڍk�����
+�prq≔�GR��ipE�w[E��L��ʒ��m���3��,˺�`�Րg�y[n"���L�,��*�J�ڔ�7��K?���2N8G��������E����a��\Yo�X�\�|��W���\�mC��@	�~l���u�i��x�_U�f�������a:YǙ(r �"{�=�*�1�E�r'q�����3������P��oi��vO����c�n��x�dYB����J�&�cEk��k��c���f��M�_Z���VF�k&�o��l�A��iЙy�g^�y~+�#�b����r��B�D�e��'�
+�T�0��<�Ugˡ�i�ҵ�
�����s;�[�����	X^���khx+'N�L��b-|<,�}���;B��Ά���œ��?{+��I
z�Īy�
N\��r�xhy�p�x�b�zʱ6�r�M$4�f��w4�WMi�ϧھy���R41��g��?x�YL"�Ċ��(1��Z5{�_�J3��V���{��i�㉉��#^�G;�i&��(R��=By��{d\�ހ{H�-Q�H���lݖ�.��P	��lS�&�̸�4���
+�6�Q��{3��J���#]��qܑ҄�L0�nM��%H��G���eW��t�,=�LSp:��R-��i���&�p�v���!g�A��m��D�B.�P��$O_�b�z��{jȅ���7p}q���LRQ�hj��i�p�PB��g�MX��"!UB��ϭU��U�
(I��V�����'��{��#h�CY�گ�5�%2ғ�0\�y��O�y�O
{�}��w�W�1E�&e��XV{ki�|�\,����D��.��;(��>��shځ�
�V?9���=lct���=��0���ݝ�RĩN6:M�L�d]}<V8G[Q�;j�q].��W�'�,�IJ~�E&�WX��v��WU�'e��4U*�("�[;�o6��Y^x���7+������(��OU��q���w��Dۡw"��@��[��q\2��6���v@�p��0�q�]LLg�`ađ��v��y��UI#H�i�L
+�%��f�f>;�pgyvG��,A�A.��|65�	n�`ZF��T�G
%�J���#�)�?��ܱL�F�~�N4��)�?WMQ��)�fJ�����p���ŀ׸[��DuF�6�����e�C�Q�l���a��K�"K�(�����t�w�t�w$�rlin8u�\]L��D�B�,��'�9[H�1�E�BI�M�~�WA����[t�5LtD
�IY�����lIc��6��󖎧�L	ȩ�K
yOK��d�0@S����M�䉗���
��
)��k�0��t��BH���x��9�J������E��!Ry����
+�Ԑ�o�t�~����RB�`��~�۫�$�Ps�겴`%?���qo�H
+�*�r�z�i����zgz�B+ƤE*�[
+B�H�� L9�e(�:�"KʴHT�7��5a1�)b/kٶ����D+���ȵO>���C��S�Sz�߱"�n�����.�MT=�jvY�W9.W1�gM�e`H����T�t��Ƕe��:[���ݗ�G/�Nv-�*�H�8���A�j/� �bÌ�Jq�s��|8�sg��ºY�tU�UTsă��y�,�����萏��R�J�sOCb���
�^8���NH�W��S�3H(I�ӹՖ���y:���P�Xb�a:p�1z<�����ٞwX3啮Ag!��Xh)�������g슓V6���6�S�i�E����m�|���;�R������\hox:UX�"�9#⳩�9��J��G|������i<!��];N�w�k����d���\o����g�gOX���g�S�����nP����0�+�/)-��L(�)�N�LH��a�2W\�\�r}8}أAC22����]�RE��/�Kz��f$#�7[ֵ�5�aj�����^;M�&�x�R�-����j���,Kk"s��x�3y-�	��3�S�ze�qi�'�ށ;i��S�qSL6�h�q��W��=���X{���L����-ge��O�Uy�x�V��y��vt�����"�jA*'0��?V�=Y!������2[�P��Z.�
�?�n�U�ȮY���p�P��	qv=>�!L�sFM/YP��A\絠62�b�fp�`]�X��ab�r�<X��q�
)ڔ��w����]{C
��S���|�/����ʅ��6�6���s�o��i�f�+��9=���e4tȳ���iA��	a� d=`�f�V�	a�晚������_��P�"C���A�|�J9Pv��<�_3����,��[�V���|���2Zߍ�3���~n'l^X����'{i���w��[#S�M��ZcD���v����k�<�32�����qM�����-���w�G�0n5,���f��a+vp	�3�+���"j�gל  K;`��|Ppf���K���93����
+&�,W��F����F	U��Tm�&H���������E�ֽG0�7!g���K�IKf-��|�-���;:l�Q#Ƶ���L�i�wd�+������MA�iY�_ ���w�L!��6(ar	��K?*�p�S�� "Y%�,��w•��Vb�endstream
 endobj
-2670 0 obj <<
+2671 0 obj <<
 /Type /Page
-/Contents 2671 0 R
-/Resources 2669 0 R
+/Contents 2672 0 R
+/Resources 2670 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2637 0 R
-/Annots [ 2674 0 R ]
+/Parent 2631 0 R
+/Annots [ 2676 0 R 2679 0 R 2684 0 R 2693 0 R ]
 >> endobj
-2674 0 obj <<
+2676 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [234.9697 658.6603 288.044 669.5643]
+/Rect [165.3489 650.4608 219.6449 659.3075]
 /Subtype /Link
-/A << /S /GoTo /D (whining) >>
+/A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-2672 0 obj <<
-/D [2670 0 R /XYZ 71.731 729.2652 null]
+2679 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [290.3691 561.0113 341.3377 571.9152]
+/Subtype /Link
+/A << /S /GoTo /D (troubleshooting) >>
 >> endobj
-206 0 obj <<
-/D [2670 0 R /XYZ 168.1935 707.8408 null]
+2684 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [193.3653 456.0051 240.2769 467.0186]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+2693 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [473.0423 381.2853 519.8663 392.1892]
+/Subtype /Link
+/A << /S /GoTo /D (extraconfig) >>
 >> endobj
 2673 0 obj <<
-/D [2670 0 R /XYZ 71.731 697.4758 null]
+/D [2671 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+1440 0 obj <<
+/D [2671 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+2674 0 obj <<
+/D [2671 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 2675 0 obj <<
-/D [2670 0 R /XYZ 71.731 643.7811 null]
+/D [2671 0 R /XYZ 461.0015 664.5081 null]
 >> endobj
-2676 0 obj <<
-/D [2670 0 R /XYZ 71.731 605.8583 null]
+1437 0 obj <<
+/D [2671 0 R /XYZ 71.731 636.5131 null]
+>> endobj
+206 0 obj <<
+/D [2671 0 R /XYZ 166.6153 597.2403 null]
 >> endobj
 2677 0 obj <<
-/D [2670 0 R /XYZ 71.731 594.9781 null]
+/D [2671 0 R /XYZ 71.731 586.8753 null]
 >> endobj
 2678 0 obj <<
-/D [2670 0 R /XYZ 71.731 575.0528 null]
->> endobj
-2679 0 obj <<
-/D [2670 0 R /XYZ 76.7123 524.8271 null]
+/D [2671 0 R /XYZ 258.5428 577.1158 null]
 >> endobj
 2680 0 obj <<
-/D [2670 0 R /XYZ 71.731 504.9018 null]
+/D [2671 0 R /XYZ 71.731 562.0075 null]
 >> endobj
 2681 0 obj <<
-/D [2670 0 R /XYZ 369.0986 481.5893 null]
->> endobj
-1420 0 obj <<
-/D [2670 0 R /XYZ 71.731 453.6939 null]
->> endobj
-210 0 obj <<
-/D [2670 0 R /XYZ 460.1057 414.3215 null]
+/D [2671 0 R /XYZ 71.731 547.0636 null]
 >> endobj
 2682 0 obj <<
-/D [2670 0 R /XYZ 71.731 403.9565 null]
+/D [2671 0 R /XYZ 71.731 498.0124 null]
 >> endobj
 2683 0 obj <<
-/D [2670 0 R /XYZ 344.2788 394.197 null]
->> endobj
-2684 0 obj <<
-/D [2670 0 R /XYZ 197.3878 381.2456 null]
+/D [2671 0 R /XYZ 321.9273 485.061 null]
 >> endobj
 2685 0 obj <<
-/D [2670 0 R /XYZ 438.3495 381.2456 null]
+/D [2671 0 R /XYZ 349.0176 459.1581 null]
 >> endobj
 2686 0 obj <<
-/D [2670 0 R /XYZ 474.7655 381.2456 null]
+/D [2671 0 R /XYZ 415.6031 459.1581 null]
 >> endobj
 2687 0 obj <<
-/D [2670 0 R /XYZ 114.0618 368.2941 null]
+/D [2671 0 R /XYZ 91.9249 446.2067 null]
 >> endobj
 2688 0 obj <<
-/D [2670 0 R /XYZ 71.731 361.156 null]
+/D [2671 0 R /XYZ 151.7003 446.2067 null]
 >> endobj
 2689 0 obj <<
-/D [2670 0 R /XYZ 428.1816 350.3614 null]
+/D [2671 0 R /XYZ 71.731 439.203 null]
 >> endobj
 2690 0 obj <<
-/D [2670 0 R /XYZ 325.0515 337.4099 null]
+/D [2671 0 R /XYZ 264.2244 428.274 null]
 >> endobj
 2691 0 obj <<
-/D [2670 0 R /XYZ 71.731 324.4585 null]
+/D [2671 0 R /XYZ 95.2427 402.3711 null]
 >> endobj
 2692 0 obj <<
-/D [2670 0 R /XYZ 71.731 317.3204 null]
->> endobj
-2693 0 obj <<
-/D [2670 0 R /XYZ 71.731 307.3577 null]
+/D [2671 0 R /XYZ 71.731 395.2329 null]
 >> endobj
-1421 0 obj <<
-/D [2670 0 R /XYZ 71.731 248.3439 null]
+1438 0 obj <<
+/D [2671 0 R /XYZ 71.731 367.3376 null]
 >> endobj
-214 0 obj <<
-/D [2670 0 R /XYZ 533.8215 203.0896 null]
+210 0 obj <<
+/D [2671 0 R /XYZ 381.4679 324.2401 null]
 >> endobj
 2694 0 obj <<
-/D [2670 0 R /XYZ 71.731 190.6516 null]
+/D [2671 0 R /XYZ 71.731 311.8021 null]
+>> endobj
+1439 0 obj <<
+/D [2671 0 R /XYZ 71.731 300.5241 null]
+>> endobj
+214 0 obj <<
+/D [2671 0 R /XYZ 193.7151 263.3086 null]
 >> endobj
 2695 0 obj <<
-/D [2670 0 R /XYZ 332.1794 142.6762 null]
+/D [2671 0 R /XYZ 71.731 252.9436 null]
 >> endobj
 2696 0 obj <<
-/D [2670 0 R /XYZ 135.5067 129.7248 null]
+/D [2671 0 R /XYZ 71.731 231.0646 null]
 >> endobj
 2697 0 obj <<
-/D [2670 0 R /XYZ 442.8346 129.7248 null]
+/D [2671 0 R /XYZ 71.731 231.0646 null]
 >> endobj
 2698 0 obj <<
-/D [2670 0 R /XYZ 186.5563 116.7733 null]
->> endobj
-2699 0 obj <<
-/D [2670 0 R /XYZ 371.7975 116.7733 null]
->> endobj
-2700 0 obj <<
-/D [2670 0 R /XYZ 192.5465 103.8219 null]
+/D [2671 0 R /XYZ 101.3201 221.5651 null]
 >> endobj
-2669 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+2702 0 obj <<
+/D [2671 0 R /XYZ 71.731 211.3443 null]
 >> endobj
 2703 0 obj <<
-/Length 2217      
-/Filter /FlateDecode
->>
-stream
-xڕko�6���
-��@LK�{��!�n�-�4�doq���ĺȢ!JI�_�-;���!9΋��Y��,U����D���`v[?�	e)8�)���oV?FѬPE�����,sUdA4�"��$�g�տ�?l̮��b��`��[ߛ���{^?��U7�Y����7n���(SE�*�륀:�8��*���Ļ]��܁y>���I1v0��
hК��v�қ�v�c�w�=��"L��\'��O�8���ˇn��9����u���m��:TO��@yQ��(j����8�Ԯa�#��@ea�60`��F��#t7���[�x�Q�~�@��e�*�l��*�0&���CC�)��G��n,�K0��D�d>��1ʗ'*Ȁ(��8@,]{W�+��K}�H%q�
->ݚ�y��3�c�tX����N
-f���Pբ]���K���ye}��k+����+���aOu��Yg�lg�Ҳe5X6�d�lB�����څN�O��Lo��eDi+�tv	�s�kB�\�^E{�Q���

;<��^��vc�oI2�"M�(V,�
-�I�3UD���ʉ&�b���l�Bb0� �(��p_h���762y�k�x���nzT�w���L-3�b�=֝k����#�d��,����|��.�1ei�����#�1x�>�\~��� 8�?�����5QP��`n�!�)LDI�D1����k�"eK�#��t�kN9f�k��ml�� �����a���(�/w��B��%t���Үw���gwޚg����@�QgbN�P�a^��o��V���P1B�%*L"�u�6�#�p(	����$���
�e�+��|ҊZ�~��<B�?���z��2���9�˦��D��z,X�|4�������`?'䷫��ߝ	H�C��S���]��"���&E�ս��>u4^fG18�%�������CH��eIfD�Q��n�i�d%vw�"�J�9�o��?�	e��4����d�$P:�ԏ�*�����o�7;[֘"J}��b�\����f��H�@ �� x�N������=8R����p�G՟�K#��0��e�y�v�Oh���Z���ۖP�ݍs^��q��X�xr�+�?����e���Bq�5�e�5���(W�ҝ{Aew���6��rE��l��A���Pk�T{�s�3�����xF����V��!���QE��~��y��6�^J��n,����í�6݊?��,�L��nj�+�[�1V7�#tk!���T�V���Iz*��Q�(�D�I��-qdsp�#�T(���RlДC���0U��C�1���N����B�1^���KH�Akx�����7�.�}��4�ԙK�#H�M�����J��q�u<JV\��GPTy_�}׹j(�w#ǿ�n�s- �;b,�I:�ቐjI�6����(o��.;d弻��R�Y��$�Plj$�)���"�zBWq�����o�����y���Cg'���~c���=�k�+,����S��GT��8��\�O� """��"�����s�
-��6�G��9����8���Ͱ����qE�q�OW�W���@�Gܼ
-���y��c�4���H�0�4�B�̀�.N&����"��i�N�c'K�|��3d
-�?�,�D�c:�Y:���3D���!�>�Ӹ������0ގ�-��K�$�'E
q�B"�`����H�@��h�B^;
-�1P+W�ia�6��� ���O��W�k-��-I�'+�z��m���L^f|`ڍ���V�>�*΂|��$�������v����w��>���w:�D/m��T�.�j��e�p�<��b�97���t��݇9���� DW���?!&��W~�/�� �dR����
-����߉+��խ鰹��9�'�D^h��W�����Z�gc��3�_��M�RL�SH�4dbn纁z�H���w9�!��LX��ņC�<����HT�į�v�̅\��>
-��tO�*xihyU��-#��Y'�?�Ai��i�:B�����eO��~K��H/�ԝ��5�3$?�ֹ0�O(�K�
-��T�6���C����'1���;�v�����h��gטUǦ3?tҸ�+MQ�}۫q��*n�_!#�������.X�#���;�(��6��"
�#�~��q��0-���v���Km�s�E���
-�W���a�?�2�tendstream
-endobj
-2702 0 obj <<
-/Type /Page
-/Contents 2703 0 R
-/Resources 2701 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2637 0 R
+/D [2671 0 R /XYZ 416.3046 198.651 null]
 >> endobj
 2704 0 obj <<
-/D [2702 0 R /XYZ 71.731 729.2652 null]
+/D [2671 0 R /XYZ 71.731 173.5801 null]
 >> endobj
 2705 0 obj <<
-/D [2702 0 R /XYZ 71.731 718.3063 null]
+/D [2671 0 R /XYZ 71.731 152.7373 null]
 >> endobj
 2706 0 obj <<
-/D [2702 0 R /XYZ 381.8209 708.3437 null]
+/D [2671 0 R /XYZ 71.731 139.0098 null]
 >> endobj
 2707 0 obj <<
-/D [2702 0 R /XYZ 156.8057 695.3923 null]
+/D [2671 0 R /XYZ 71.731 124.0658 null]
 >> endobj
 2708 0 obj <<
-/D [2702 0 R /XYZ 282.5705 695.3923 null]
+/D [2671 0 R /XYZ 369.0986 102.9101 null]
 >> endobj
-2709 0 obj <<
-/D [2702 0 R /XYZ 190.7139 682.4408 null]
+2670 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F23 1290 0 R /F44 2183 0 R /F32 1306 0 R /F60 2701 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2711 0 obj <<
+/Length 1892      
+/Filter /FlateDecode
+>>
+stream
+x��]��4��~E�˥��&q��q{ǡ�qE�<��ۄM�*q(��3�d�w�@<�VZ����|7�,��h�E"��ą��$���'�lG/�DL�d�������)g�(�8��w�U��"�,��ȓ(���?_U��t;_�IĂ�W�s�ij����~�G�4j����'��Qr"3Q�����T���,Z	�JcԐߑ&��<���B
+�V��J�
)���y֠r�1�<9�-�PD�*��U��{k��V�A.���]��5
+�����tfH�e6�;����|A��<e�ts$蠮���������$�l{B����fi=3�:%�zg��%mOl 0	!�E�D+o���9/�,��=U�y#��;6Z�m�gY�h���
M��U�k���%a7puS��|G�e��/������s�A�9�<ծ�=k��Z�LjD��y_2�x^W5
+Ns6 �M���6gZ�vK&���٦��8����̖/1�\U�0���Ʃ
m�q�y�&�����#�S����)8����w�=�XD��p�����m��:Vg6���(p<[����2w;@F�(�7�d�$MWC�E"�
+�@�̗i��.NE^P�"���"��D0.H��M��-|��.7��m������9J���x��}�ı�J 'z.%T���R��<J��7��O�z��Plj�#�C*��z˟�}2$���+�*N��"�b4<]9�ikw���ۜ-ԓ�TwM�o�Jo���� �11����\�����q����
�a�eU���ZXF���3�j%�\��r�!��.�
+� +ό���Eِ��#�}�#���Zc4 s�XpA`��'f� ���g��aV�?��8�N�B�����/�"c\Lz�2�v'r�L3�MY>v)n7�G�˗���y`w�7]�c!�����#oĕ����G߿�µ�i���b�A±	1�o.��`r�j�G8�u�07E_�?m�w�
�_�ʞ�����i
[Fi�B�v����n���0���PZ���!#$<����`�S�-�EAۡ��`X�
w���w3���4�e��֖��n��|�}
x�>��tH�s���Vwe[o�2HS��#U,,C0�a�ࡉj ZN�h����=^��[��5&���H�� �D�ʲGT���7TbA�Dz���������cNݶ�&�"�w�m�=�C�17,2���[f�T�Ԡ�%BFiv;�o%��cǿ<vh��k�<�$�jN��7�H�9��(�2+��`q��l����M&#�J�P��?Q�3�$������$��ó	r���ȓyP�5���!��T1��9m�(��cH`:���G�@
+�tD/����_/9�l*��$����zw�Mc���Ї��!����yM��}T�n�R�<�ȱ"�E��`�/�Y��A��v�;�9?64���F[��y��h���D�GnT�����C�N�>j�����&����!�ck��2q�v
?��q'S����z�R@�������kڶ�]{�����Z�r�9S�;S6s�[#����+��b�E�؉�/(
�����mʱZ�Y`x9�����]������Q?>���EA&�&n������Ĩ�p�#������kA��d���K�_��^_�Al���$+{^������0�ҶwG?j%��A\��97�G�PH���`(}IW
m��HʦX;�LD7�^3���Ꭿ��
Á6/x��D<,��������T���ε}��'ՖƇ�^���o�28��VL��ლS[۞V�#~:>�GL(��ȋ~�����\��9E1r�E�{?�> �O��endstream
+endobj
 2710 0 obj <<
-/D [2702 0 R /XYZ 71.731 675.3027 null]
+/Type /Page
+/Contents 2711 0 R
+/Resources 2709 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2631 0 R
+/Annots [ 2720 0 R ]
 >> endobj
-2711 0 obj <<
-/D [2702 0 R /XYZ 71.731 626.4857 null]
+2720 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [234.9697 413.7435 288.044 424.6475]
+/Subtype /Link
+/A << /S /GoTo /D (whining) >>
 >> endobj
 2712 0 obj <<
-/D [2702 0 R /XYZ 71.731 542.4658 null]
->> endobj
-1422 0 obj <<
-/D [2702 0 R /XYZ 71.731 522.3762 null]
+/D [2710 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 218 0 obj <<
-/D [2702 0 R /XYZ 350.1354 479.2787 null]
+/D [2710 0 R /XYZ 234.8596 659.0087 null]
 >> endobj
 2713 0 obj <<
-/D [2702 0 R /XYZ 71.731 467.1075 null]
+/D [2710 0 R /XYZ 71.731 648.6437 null]
 >> endobj
 2714 0 obj <<
-/D [2702 0 R /XYZ 71.731 424.6785 null]
+/D [2710 0 R /XYZ 71.731 618.7946 null]
 >> endobj
 2715 0 obj <<
-/D [2702 0 R /XYZ 440.4154 413.8839 null]
->> endobj
-1423 0 obj <<
-/D [2702 0 R /XYZ 71.731 398.7757 null]
->> endobj
-222 0 obj <<
-/D [2702 0 R /XYZ 242.6208 361.5601 null]
+/D [2710 0 R /XYZ 71.731 582.9291 null]
 >> endobj
 2716 0 obj <<
-/D [2702 0 R /XYZ 71.731 354.2078 null]
+/D [2710 0 R /XYZ 71.731 572.0489 null]
 >> endobj
 2717 0 obj <<
-/D [2702 0 R /XYZ 411.4148 315.5327 null]
+/D [2710 0 R /XYZ 71.731 552.1236 null]
 >> endobj
-1522 0 obj <<
-/D [2702 0 R /XYZ 71.731 300.4245 null]
+2718 0 obj <<
+/D [2710 0 R /XYZ 369.0986 530.1918 null]
 >> endobj
-226 0 obj <<
-/D [2702 0 R /XYZ 175.7034 268.1106 null]
+1441 0 obj <<
+/D [2710 0 R /XYZ 71.731 502.2964 null]
 >> endobj
-2718 0 obj <<
-/D [2702 0 R /XYZ 71.731 261.9836 null]
+222 0 obj <<
+/D [2710 0 R /XYZ 168.1935 462.924 null]
 >> endobj
 2719 0 obj <<
-/D [2702 0 R /XYZ 231.7149 249.1816 null]
->> endobj
-2720 0 obj <<
-/D [2702 0 R /XYZ 131.5513 236.2301 null]
+/D [2710 0 R /XYZ 71.731 452.559 null]
 >> endobj
 2721 0 obj <<
-/D [2702 0 R /XYZ 71.731 221.1219 null]
+/D [2710 0 R /XYZ 71.731 398.8643 null]
 >> endobj
 2722 0 obj <<
-/D [2702 0 R /XYZ 71.731 206.1779 null]
+/D [2710 0 R /XYZ 71.731 360.9415 null]
 >> endobj
-1523 0 obj <<
-/D [2702 0 R /XYZ 71.731 157.1268 null]
+2723 0 obj <<
+/D [2710 0 R /XYZ 71.731 350.0613 null]
 >> endobj
-2701 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+2724 0 obj <<
+/D [2710 0 R /XYZ 71.731 330.1361 null]
 >> endobj
 2725 0 obj <<
-/Length 1778      
-/Filter /FlateDecode
->>
-stream
-xڭَ�6�}��o��5W$un��Iд)��@\�)
-Y�mbeJձ���w�C��
�~����܇�'��$�,�����8�bL�p��
w(s�3#�]�ܽ�r��,�d���<eY�I"K#�N��ߧ�vyݩf6Q0������fK����o]����7?-ΑLX���/�7`]
-(�s�Epz]���P&V>�"ƙ,I�����)i��Z��jiSZ�h#
-
-�'#���
 2���\�����eSm��LDӧ�Q��Q-�t;E@��T[�u���M՛5�ڜ[Nʀ	��I�f,�ar�r�|�F��v���Y���	�bt!E*�H��;Rx��Iq�J�����m�kC�Z�
�y�e
-w�3�AO#�� DLF :<�l�V���e��4�8�Y�����c���x�.�yr*���e��%��r2� 'l5���!����jC��,�7�m߀��j�3M��.�]�M�G�zm3G�iN?������u��|��txJ1��|������vW��F�~���܉С�	���?C�@1y�N��R����������J
-+�E����MS9�&,(Pn�s(k���juO�BF�q�Z!8���T#�rb��&䘏���=
�q�qX'A
�͏d5����T��i.C%Y����J�Am�7�;�T
�ǻ,bp��j�c���Qj��g�J#�C��Y�+t�	3�����i��V��мv��Ŏ@tz;8us��D�^����K�z#T�XhT]���6��ܭ��,���kV3ܸ (b){�;~šg�<�l	��"0R���������9b=/�k�eE~�w�����R
-x�Fз�!#�Ztǀ=ߞр]M�y2G�Z�Z�pa��s	k�s.`��K|
���LHm ��ӫR1:�`<�n�A�r��vW���<6|*�<�(CL^r��hQ��ԛ`�E^<@�l�x���=+G\98YDP�Bh�2���S����#d�0��+#�4�Z���>����mP��&�袔��L@M��~�My�F��������WiC^r�,����7#hI�$��O"O��L����Y;.I��k����z����.����)29�n���U�]1���!��+�q}
	����]� ��	��$��%�Ȯth0�mh�U�=clj��
u^�D���Z���	G�<�]ҹPQ�䑊G��{�$��1�c�3���%��ck\>i�ja�pOVtR{+�&�:Ћ&И*�cO�X��:�����1x�)ww")؛�A3�
-x�OH�Ъ��Y]^	�3!OA�������M�A ���4'^4B�^y:��8�����h3�r� x�)�u}-�;'I"�v���HN��z��J��M|<��p�Q��э�k �W��; �핗��b���D	k�:w�so�Jy�G��
+��.uw�̓�A�D��x����o�~��,��8��Qg�Q	k^�u_|C����#wo��`�ε�PNY.b��=���=��X tS�����Z"w�r���%{��>6���7��H�Af�>b�����[���ƥ��p]�U
-�8���;>4�X��G_��}鿫־7���Q^����*?ˠ�7����fD�~�z{��0�m_Cft�5`U}��6��u�fU=Ӊ����l;'�D�����*��>����� ��]�FQ����aB*̈��qe�)�3T��l��7��_*O�������F8��БH��e�K���7�U���z��zendstream
-endobj
-2724 0 obj <<
-/Type /Page
-/Contents 2725 0 R
-/Resources 2723 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2637 0 R
-/Annots [ 2728 0 R 2729 0 R ]
+/D [2710 0 R /XYZ 76.7123 279.9103 null]
 >> endobj
-2728 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [329.242 686.2616 384.2731 697.1655]
-/Subtype /Link
-/A << /S /GoTo /D (install-perlmodules) >>
+2726 0 obj <<
+/D [2710 0 R /XYZ 71.731 259.9851 null]
 >> endobj
-2729 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [90.1929 673.3102 113.057 684.2141]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-ppm) >>
+2727 0 obj <<
+/D [2710 0 R /XYZ 369.0986 236.6725 null]
 >> endobj
-2726 0 obj <<
-/D [2724 0 R /XYZ 71.731 729.2652 null]
+1442 0 obj <<
+/D [2710 0 R /XYZ 71.731 208.7771 null]
 >> endobj
-230 0 obj <<
-/D [2724 0 R /XYZ 245.4492 708.3437 null]
+226 0 obj <<
+/D [2710 0 R /XYZ 460.1057 169.4047 null]
 >> endobj
-2727 0 obj <<
-/D [2724 0 R /XYZ 71.731 702.2168 null]
+2728 0 obj <<
+/D [2710 0 R /XYZ 71.731 159.0397 null]
+>> endobj
+2729 0 obj <<
+/D [2710 0 R /XYZ 344.2788 149.2802 null]
 >> endobj
 2730 0 obj <<
-/D [2724 0 R /XYZ 71.731 651.3923 null]
+/D [2710 0 R /XYZ 197.3878 136.3288 null]
 >> endobj
 2731 0 obj <<
-/D [2724 0 R /XYZ 120.1494 641.8929 null]
+/D [2710 0 R /XYZ 438.3495 136.3288 null]
 >> endobj
 2732 0 obj <<
-/D [2724 0 R /XYZ 71.731 620.274 null]
+/D [2710 0 R /XYZ 474.7655 136.3288 null]
 >> endobj
 2733 0 obj <<
-/D [2724 0 R /XYZ 71.731 582.2516 null]
->> endobj
-2734 0 obj <<
-/D [2724 0 R /XYZ 71.731 582.2516 null]
+/D [2710 0 R /XYZ 114.0618 123.3773 null]
 >> endobj
-2735 0 obj <<
-/D [2724 0 R /XYZ 71.731 551.1332 null]
+2709 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2736 0 obj <<
-/D [2724 0 R /XYZ 71.731 513.1109 null]
+/Length 2368      
+/Filter /FlateDecode
+>>
+stream
+xڕksܶ��}j�D�o��N��2����͇�����k��d��w���h����b�X�{qr��\�R�1|T)T��E�-����g�Q��������_�xQ�2S�b}�Hd!�<�y�D��b�����a����k�FK%�{۹Q�m�mi�j�~n�V�����ٛ���4�EY����w�zʠ�OW�
+'q�ٻ퀃X.�P{&c�����Ġə�p�r�0`g�!X����*;���U�.�h��^W;޵��u��ҞF͸��1l��w��}��w<�Fp�*��%pm���]H�5
+v-�(S����2�K��]���J)���o����e���p@�l�[��4豱�a��a�#L<���I`,Y��^T�XE)0�<��G3��n�n�����+adB�3�%:��g�,f��_]�*2O� ��{ݠN��8�V&E������/0_'�|��@���@����u�u����}�6���}W����ħ���}KH8;(H�Y�uJC}w�f|�x!s�d�bE,�TDL�-0/�o�vl������~V�Qo���S�o��;
+��9��J�4-I,k��8*��`�~�;9� �a�z�b9�;~Y�:Z5~5}�Ԯ�C}������5.ڎ�����7�Y�����\��J�Kp�$Z2e�B���97}XI�T�'	�
ߝuq�tuK��qc�U%>���ىi��JE >t�/Ҭlߠql���X���p
��F􍗽u�ٴ��y����+^^���(��z���T�4��v{�E�2`x�C��Ax����/�2Ι��N�3�b�GG��OHW�Y�d��YI��U����=Z㞞��h�8h�b�xu~K
+-�F��x��c�ڢ���G�D���0�@��l;��Qy��<H6BZF����s�9�D�!බ�-�k���/�b�¡����5|"%8��qB��%�����T�s�J�em�O@�!�wI����5�X�y�?���i	ѿ`T�'���t�,���()Y��n��g�38;����R�muH*���BȤ,C�����H��(O%/�Qt^�^�	�,V鹌���I��^.�%��
+�0���LD��(#~�4n^���b̘5�HA�ɲs%�)���{#�7�$�H%�%��J����$T���-�?�I߭�t�&� v^�}�}H�>�۩�i�1��B7��U$
+��3`[��1��"VP:C^/!FQ&
d�ؠ���z���_�/��/�$b��*[?�z;��Dl/�%
+~ca���]^��#�������ۙq�E���b��e<����������}
�[����@��͙N!�S�)2�/�j�B*�!ƴ��\�"ʓ�`$P.O���&iv�hHF��3����^���}S7|;r�ˋiK�]54ü�E�Sڹ"�z0�ŗO�d� �H����8t�t�y�I(���cw�5XΌ�H�H�;�&�؁���SK�f�v��#;?qӶ�]2/E,�"x���,���z\tq�F�/���$_��̆Д�R�d+��΅=
��VMpơj���J3�>P�{B�D��F38,CN���oWs��*��1Ts]~O���0U_��A�Kg��et٣�*�1��r�޷!��K5X��/�c�]Q FX���>1Asjt��������u��.��<�.T���x�ڌ��Y�k2Y>i����
}���,+U</"�6��2>��>�Wfx�K,�QEl������f|��j�%a�l�6�Kĸ��i?�������L�>�䋛o4��TQ$y�k�}����M5̶���A����bP,K��r=�aNCH�����)Bd��)�po�o�pL���Y��F�>�����Ϸ�P˩"?��)��?��Л��Q���k��w��o6�o�w@Np-��5���'�<�_I��(
+Y����^ilx�f��|m�W/h��`K��Ʃ{�䶧��z�;k㣞�˧�ddb����7��g��'�<'vQT�
+�^��a�k�~s���u���F��^P������S��@�=�K����x�3mO#w\����|����ʙ�4�Fm�t�U�1ۦ;5'��◽V�E�%`0�M��s9y��cM{���{���CFeo%����?ɟ��}�O%*./R'.�!��{��k�����[,;K9������Wp0H�F������B�ю�9�K�`B���4�ec|�j��׶�0?�.��=�n{������_x�md�3���͟���S5�'������n|yv,�Z/��vMh!����<���S����X>�E_|��9�r��zendstream
+endobj
+2735 0 obj <<
+/Type /Page
+/Contents 2736 0 R
+/Resources 2734 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2631 0 R
 >> endobj
 2737 0 obj <<
-/D [2724 0 R /XYZ 71.731 513.1109 null]
+/D [2735 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2738 0 obj <<
-/D [2724 0 R /XYZ 71.731 491.9552 null]
+/D [2735 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 2739 0 obj <<
-/D [2724 0 R /XYZ 71.731 472.0299 null]
+/D [2735 0 R /XYZ 428.1816 708.3437 null]
 >> endobj
 2740 0 obj <<
-/D [2724 0 R /XYZ 71.731 448.5236 null]
+/D [2735 0 R /XYZ 325.0515 695.3923 null]
 >> endobj
 2741 0 obj <<
-/D [2724 0 R /XYZ 71.731 448.5236 null]
+/D [2735 0 R /XYZ 71.731 682.4408 null]
 >> endobj
 2742 0 obj <<
-/D [2724 0 R /XYZ 76.7123 391.1731 null]
+/D [2735 0 R /XYZ 71.731 675.3027 null]
 >> endobj
 2743 0 obj <<
-/D [2724 0 R /XYZ 71.731 371.2478 null]
+/D [2735 0 R /XYZ 71.731 665.34 null]
+>> endobj
+1443 0 obj <<
+/D [2735 0 R /XYZ 71.731 606.3263 null]
+>> endobj
+230 0 obj <<
+/D [2735 0 R /XYZ 533.8215 561.072 null]
 >> endobj
 2744 0 obj <<
-/D [2724 0 R /XYZ 91.6563 336.279 null]
+/D [2735 0 R /XYZ 71.731 548.634 null]
 >> endobj
 2745 0 obj <<
-/D [2724 0 R /XYZ 76.7123 319.6414 null]
+/D [2735 0 R /XYZ 332.1794 500.6585 null]
 >> endobj
 2746 0 obj <<
-/D [2724 0 R /XYZ 71.731 299.7161 null]
->> endobj
-1524 0 obj <<
-/D [2724 0 R /XYZ 71.731 236.8518 null]
->> endobj
-234 0 obj <<
-/D [2724 0 R /XYZ 341.4602 201.3848 null]
+/D [2735 0 R /XYZ 135.5067 487.7071 null]
 >> endobj
 2747 0 obj <<
-/D [2724 0 R /XYZ 71.731 192.7473 null]
+/D [2735 0 R /XYZ 442.8346 487.7071 null]
 >> endobj
-1525 0 obj <<
-/D [2724 0 R /XYZ 71.731 162.3662 null]
+2748 0 obj <<
+/D [2735 0 R /XYZ 186.5563 474.7556 null]
 >> endobj
-2723 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+2749 0 obj <<
+/D [2735 0 R /XYZ 371.7975 474.7556 null]
 >> endobj
-2751 0 obj <<
-/Length 2807      
-/Filter /FlateDecode
->>
-stream
-xڕk�۸�{~���
�i��3���]�)���ťh����nmɕ�8�_�y��l+�)X����p8���Y��,
E��#s!�XΊ��`��K��
-���,�H?ݿZ�Wj��<���~3��L�i�f��"��lv_�k�n�ִ�������PwV�vU������V��^���o�~�8�*y�o��P�Y�<H��dBE*%���E(",��w(i̿�h��[Ã�Y����@x�C��O:RD0[�*dN�vxF5��9��(tg���G]}���J^�:k��
/�z��'^b��ڙ�+�Yϰg���ґr��z��ن![]��o�/n�Y���O9
-�Nw��.�/RЈޣJH	4F����b�T>oM����.;�g�] A\;nM}Ɣ��{D��R��S�;��Z�s�j�F�����OM�Ŷi:sÓ�c���a<�0䠟`S�
-�i��j8;j�G5E�V��M�n��xX՗��\�2�gI�D“���k9Fc���55��,:�	%�+)�Pd2�^��c�$�5��=��Mk�26M8��ES	��:��;��B`�sg��膝�����M�������b�=�녃_S�R�RD�N.*N��RX/HqM���nJ��1%I���He"
��LD�%�O`�o;�F��J	� և�b�ɼ��p�q��t�;Vu��;��Ч����yB7���XXO�@gϫ��P�C�������0�� ��ެV�)�fI`�hڇU�ݒ��b	A!��"@��7�@��M[����;1�.�w�؆��e��%E�eT��rԖ�����7s�#�P��D��JmFz�������SE�mg���A�����,Y�c������@#�Qf��h<
gm�c�d~���7LiǠ
-¾�%)��TV$yJV��ԙ٪��պ�W��&�2��`p1��w!��ZT�5�$A�$n#ؙ7�3���U"=���(R"S�O�i�l8]����
�Ҹ�u���&}�q�TA#"˃��]�O�@J2�����9#S�5^��\�6x�N(�*~<}�2��8�������B��<t�{�%T�-���1\$~�.1�FQ��O�	BI�e�p���(�[F�p1�f	�.���CZW�CF��^W�Ӷ�E'�QJ�#��x����:��P��@I@}��Ì?����9CL�(���[㷏�7��}]��c�s����=�xd�v���^@x�58)t4������Ms��}T��x{yq<��0�D:}�0�ӍHwu������y�>d BqZ�Q?^���5��y�<`@<���?��O�%.��Da�������,d���4=PE"J�tt�pdr?dhP�$q�&1���<�w������������m�Y���x:
-���q��c@D\���a���Qa�`,7��vV��m���.+'�����)L�th)
�Z��x�QO���-�����d�k��G�j_�7B�c����������M�[�#�k���lkH(�0C&i� <��J��J/\|�}
�q��S���p�0�T!�^0|��3��Ƚ���M_?z?���$��I-����jJ�t]�y]���(����U��&��誽��/��!��H8X��iܗ�u:DͼxЭ�N�$�m��u���(����n9mRނp#���q\A��<�� κq�6LBb=Y[���H�҄��O�87�`ͅہ�@�ǩ�\`\��#]L�6*ND�3%%��S5�GZ���K�+ZWu�DQ~3��J0`� �5��'pU"����(���;����j��"g�?��'+.H5e��t��#r�@��wce��g�tuŮ//��ן�{"9]+��b��r^�1��λDg4�ԝ�{h�a�]�5���C��T�CTA��!?�b�m�ڎWF񧤵���ٯ|�D����W�#CF۸�ڸXeDm�
-B�`s݊�#��a�CT7�=n�bˋ�5�
)�#;}z?�0m{�z}����"���ja��b^���75�{�Xz���r�����.�'%�A��]fD���v�k%/�UA���������$ȝ"��yӾz$����9�y���Ns��
-�����֝�9#7uSCID%�PmDF�+
J9��&*�	ߏ���6��Dq�r�E�> �tG{��Sfp�ʆ��O���䋓�x�������x�٧����׎��tl+��p�����L	w�1Jr_Ɲs��n�(��-ߒ-�>�9Ϩ�W9y�vCު-�ڣv�(cs�o�"4���,L�b�:<�=����g�kjT}�c
�^�Nr�Di�o�u����$���J�s���g�ʵ�r�����d�.�<\��=��t���~J*a���թۃ�R�P�F��@�H�� ?&.���3��5{Dw�)��%ʫ���9D��c��@���JC�
Y�
C\�ǿ�p�f���������0��lK�ؿ�j5���RYuǩ�
-8�|��5�����|���M���R�6qp�8Z�vL,;��.�S�&�F�n8j*�9��]��8,z�8�]R�'.1O�w�^�`����Xw��JT�t���КS�����R��O���A�98񡅨�t���"ˢx�A�����Ğ�3a �S;e�v�
-�#�EgA�o�Nϛ���c�>N�a�]��R�MC���Q24AA�CI���|i���l�f�f�2�jʊR��Ч|Ɗ��0���Ǝ���e|����#����oa���X��K���gX�gendstream
-endobj
 2750 0 obj <<
-/Type /Page
-/Contents 2751 0 R
-/Resources 2749 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2637 0 R
-/Annots [ 2755 0 R 2756 0 R 2769 0 R 2777 0 R ]
+/D [2735 0 R /XYZ 192.5465 461.8042 null]
+>> endobj
+2751 0 obj <<
+/D [2735 0 R /XYZ 71.731 454.6661 null]
+>> endobj
+2752 0 obj <<
+/D [2735 0 R /XYZ 381.8209 443.8715 null]
+>> endobj
+2753 0 obj <<
+/D [2735 0 R /XYZ 156.8057 430.92 null]
+>> endobj
+2754 0 obj <<
+/D [2735 0 R /XYZ 282.5705 430.92 null]
 >> endobj
 2755 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [138.5297 660.3587 192.8257 671.2627]
-/Subtype /Link
-/A << /S /GoTo /D (security-webserver-access) >>
+/D [2735 0 R /XYZ 190.7139 417.9686 null]
 >> endobj
 2756 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [477.0575 660.3587 531.3535 671.2627]
-/Subtype /Link
-/A << /S /GoTo /D (http) >>
+/D [2735 0 R /XYZ 71.731 410.8304 null]
 >> endobj
-2769 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [355.7527 318.9191 402.5767 329.8231]
-/Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+2757 0 obj <<
+/D [2735 0 R /XYZ 71.731 362.0135 null]
 >> endobj
-2777 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [243.4853 168.9266 270.6434 177.7932]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-cpan) >>
->> endobj
-2752 0 obj <<
-/D [2750 0 R /XYZ 71.731 729.2652 null]
->> endobj
-2753 0 obj <<
-/D [2750 0 R /XYZ 71.731 741.2204 null]
->> endobj
-238 0 obj <<
-/D [2750 0 R /XYZ 244.6122 708.3437 null]
->> endobj
-2754 0 obj <<
-/D [2750 0 R /XYZ 71.731 699.7062 null]
+2758 0 obj <<
+/D [2735 0 R /XYZ 71.731 277.9935 null]
 >> endobj
-2757 0 obj <<
-/D [2750 0 R /XYZ 71.731 661.355 null]
+1542 0 obj <<
+/D [2735 0 R /XYZ 71.731 257.9039 null]
 >> endobj
-2758 0 obj <<
-/D [2750 0 R /XYZ 71.731 646.411 null]
+234 0 obj <<
+/D [2735 0 R /XYZ 350.1354 214.8065 null]
 >> endobj
 2759 0 obj <<
-/D [2750 0 R /XYZ 322.7404 636.9116 null]
+/D [2735 0 R /XYZ 71.731 202.6352 null]
 >> endobj
 2760 0 obj <<
-/D [2750 0 R /XYZ 301.167 613.599 null]
+/D [2735 0 R /XYZ 71.731 160.2063 null]
 >> endobj
 2761 0 obj <<
-/D [2750 0 R /XYZ 424.1276 613.599 null]
->> endobj
-2762 0 obj <<
-/D [2750 0 R /XYZ 199.5468 601.9427 null]
+/D [2735 0 R /XYZ 440.4154 149.4117 null]
 >> endobj
-2763 0 obj <<
-/D [2750 0 R /XYZ 382.5927 601.9427 null]
->> endobj
-1526 0 obj <<
-/D [2750 0 R /XYZ 71.731 574.0473 null]
+1543 0 obj <<
+/D [2735 0 R /XYZ 71.731 134.3034 null]
 >> endobj
-242 0 obj <<
-/D [2750 0 R /XYZ 197.3181 538.5803 null]
+2734 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F23 1290 0 R /F32 1306 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2764 0 obj <<
-/D [2750 0 R /XYZ 71.731 529.9428 null]
+/Length 1866      
+/Filter /FlateDecode
+>>
+stream
+xڵˎ�6��QV�H�Ҵ
�h��AP4=�m��%U��u��3ʖeori��r8΋��"�?�H8K$,"c"��"߿[���w$���D?>�X�"�"cY,���f�eI �,�x�x,����T��n�(����6��������a�OYUj���/~~<I�d²�S�յ�B.x�d�p�5HX��`�V�z�ʼ[��kL��	����f�#�`P9��LL�ady�S_�I2��&��aɁm��vM�k�}Z��g+�~,ݺo:MPQn��s�|�zB�;���;	N��^d�}��'F�/hV��)`��uZ���sL�
+�[��y���h>,�xh����xEC��3
���*ZP"X+��1s4��;x�w�!·�?�~+����GRiUY��ʢ��0�B�u��{"�v���u��n�k��4�0��zvww.1�E�`��P��<�DV(b��*�i���i���Q^�J
��������н*+b���[}�q]�Q$@1�`�/��H��B�
^:���w�N?Q�����ju8�q�5��sV<������
+�‰f�~_�iN�Q���0 ,�l��d�D�+�7��'p��2���Z�e�;pUfj<sYu��U�pi+C&%`,���p���ng>�;�YH�c���ڷ�L�s��5���&�p��	z��%��9�?������}�Z��Rt��g���%�b0��욡*./ �(���Q)Z�K�օb(�uY��0=��U���U��������Yuը¬.}�.^1b�hS8�S���wC�wo�H3�5}�2�X��i��̩;���\D�R��q�z��Ρ��!�
�����le�oz����pB,"&9`KF�-N�ƥ�Ά�t�3o�qk�R�k�	�t#K��?��9������֣��L��"�����l���9p��7�vw%%���n�!��(��cUM]UMǬ���h��f��W5���t�M�c�j�%�}S�6�Qn-��ID	�G�ֺ";�q�ݬE�)$b�d,�IIlV�hJ��o�i��^��v��Z2��c������N"��@����Z�����M3�)�����s�N���\�a����<w��d4�Mm��6~�9u=TA��+-Rɠ�e��b���W�PF�G��UY���4�ѝ�s��<�َ4�fmٗ3Qe��w0���ˠ���X�2fA|Ӷ��?�\��3>��=��K�Nɷĝh��.�qR�A��@�F�0�$��뛇e&���mo�J��v6������"�-S����{l�úW�ںS��#��ډ��LifxWnwՑx�y�F_˒:@4����Dw
+C\^aُ�����vz3���flK�?�힀qh\��Ru��K߹o�v�12��|�@Y�T޼��e����h�`B��xc?�
+@;WL��@N�M
��Ս�䏜p���������	20��k'+���nC��l��1e4���+)D����L�Mw���=�){����J�Z�����M~0��卞�֪D��SE���4]���٭���!p0t�gp�GiTy�I��/?�.o�d�E`b>n�HGا�
P���[���1�۽���]
+�j���7X �p�2��t7;~��~<�λn%N�J���`Ҭ�{Z^J]~DnPF�3%�Ҭ�GLΌP��x������{7K��0>��1���4&��˕歪/�\���/P ͊OO�o͵!4C�dߛk����Ƚ�`f�)`Z7P5�
�(u�}����R���h�&'���I��F7왉�8Klu���v�H�kO������R��ǔ�<�_�&4׍;`ϲ';Q�g\�!�_®0�endstream
+endobj
+2763 0 obj <<
+/Type /Page
+/Contents 2764 0 R
+/Resources 2762 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2631 0 R
+/Annots [ 2774 0 R 2775 0 R ]
 >> endobj
-1527 0 obj <<
-/D [2750 0 R /XYZ 71.731 490.3164 null]
+2774 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [329.242 445.8583 384.2731 456.7623]
+/Subtype /Link
+/A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-246 0 obj <<
-/D [2750 0 R /XYZ 177.7907 452.3835 null]
+2775 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [90.1929 432.9069 113.057 443.8108]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-ppm) >>
 >> endobj
 2765 0 obj <<
-/D [2750 0 R /XYZ 71.731 445.0312 null]
->> endobj
-1528 0 obj <<
-/D [2750 0 R /XYZ 71.731 430.1022 null]
+/D [2763 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-250 0 obj <<
-/D [2750 0 R /XYZ 168.0881 397.7883 null]
+238 0 obj <<
+/D [2763 0 R /XYZ 242.6208 707.8408 null]
 >> endobj
 2766 0 obj <<
-/D [2750 0 R /XYZ 71.731 391.6613 null]
+/D [2763 0 R /XYZ 71.731 700.4885 null]
 >> endobj
 2767 0 obj <<
-/D [2750 0 R /XYZ 187.7954 378.8593 null]
+/D [2763 0 R /XYZ 411.4148 661.8134 null]
 >> endobj
-2768 0 obj <<
-/D [2750 0 R /XYZ 71.731 358.7697 null]
+1544 0 obj <<
+/D [2763 0 R /XYZ 71.731 646.7052 null]
 >> endobj
-1529 0 obj <<
-/D [2750 0 R /XYZ 71.731 314.9341 null]
+242 0 obj <<
+/D [2763 0 R /XYZ 175.7034 614.3912 null]
 >> endobj
-254 0 obj <<
-/D [2750 0 R /XYZ 331.1663 281.6239 null]
+2768 0 obj <<
+/D [2763 0 R /XYZ 71.731 608.2643 null]
+>> endobj
+2769 0 obj <<
+/D [2763 0 R /XYZ 231.7149 595.4622 null]
 >> endobj
 2770 0 obj <<
-/D [2750 0 R /XYZ 71.731 275.4969 null]
+/D [2763 0 R /XYZ 131.5513 582.5108 null]
 >> endobj
 2771 0 obj <<
-/D [2750 0 R /XYZ 71.731 255.5567 null]
+/D [2763 0 R /XYZ 71.731 567.4025 null]
 >> endobj
 2772 0 obj <<
-/D [2750 0 R /XYZ 180.715 244.7621 null]
+/D [2763 0 R /XYZ 71.731 552.4586 null]
 >> endobj
-2773 0 obj <<
-/D [2750 0 R /XYZ 316.8407 244.7621 null]
+1545 0 obj <<
+/D [2763 0 R /XYZ 71.731 503.4074 null]
 >> endobj
-2774 0 obj <<
-/D [2750 0 R /XYZ 71.731 224.6725 null]
+246 0 obj <<
+/D [2763 0 R /XYZ 245.4492 467.9404 null]
 >> endobj
-2775 0 obj <<
-/D [2750 0 R /XYZ 86.3959 200.9265 null]
+2773 0 obj <<
+/D [2763 0 R /XYZ 71.731 461.8135 null]
 >> endobj
 2776 0 obj <<
-/D [2750 0 R /XYZ 71.731 193.7884 null]
+/D [2763 0 R /XYZ 71.731 410.9891 null]
+>> endobj
+2777 0 obj <<
+/D [2763 0 R /XYZ 120.1494 401.4896 null]
 >> endobj
 2778 0 obj <<
-/D [2750 0 R /XYZ 71.731 169.9228 null]
+/D [2763 0 R /XYZ 71.731 379.8707 null]
 >> endobj
 2779 0 obj <<
-/D [2750 0 R /XYZ 71.731 154.9789 null]
+/D [2763 0 R /XYZ 71.731 341.8484 null]
 >> endobj
 2780 0 obj <<
-/D [2750 0 R /XYZ 121.3788 131.7858 null]
+/D [2763 0 R /XYZ 71.731 341.8484 null]
 >> endobj
 2781 0 obj <<
-/D [2750 0 R /XYZ 101.8839 120.1295 null]
+/D [2763 0 R /XYZ 71.731 310.73 null]
 >> endobj
 2782 0 obj <<
-/D [2750 0 R /XYZ 156.232 120.1295 null]
+/D [2763 0 R /XYZ 71.731 272.7076 null]
 >> endobj
 2783 0 obj <<
-/D [2750 0 R /XYZ 254.1265 120.1295 null]
+/D [2763 0 R /XYZ 71.731 272.7076 null]
 >> endobj
 2784 0 obj <<
-/D [2750 0 R /XYZ 313.3165 120.1295 null]
+/D [2763 0 R /XYZ 71.731 251.5519 null]
 >> endobj
 2785 0 obj <<
-/D [2750 0 R /XYZ 138.3168 108.4732 null]
+/D [2763 0 R /XYZ 71.731 231.6266 null]
 >> endobj
 2786 0 obj <<
-/D [2750 0 R /XYZ 239.6353 108.4732 null]
+/D [2763 0 R /XYZ 71.731 208.1204 null]
 >> endobj
-2749 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R /F35 1723 0 R >>
+2787 0 obj <<
+/D [2763 0 R /XYZ 71.731 208.1204 null]
+>> endobj
+2788 0 obj <<
+/D [2763 0 R /XYZ 76.7123 150.7698 null]
+>> endobj
+2762 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R /F35 1752 0 R /F60 2701 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2790 0 obj <<
-/Length 2188      
+2792 0 obj <<
+/Length 2189      
 /Filter /FlateDecode
 >>
 stream
-xڕX_o�
�O1@�SdK�����ۻI�bs����x�#˕�˦���(y<3N�E��#EQIQ���"�,��GL��XT�w�b���q'�r2��Ї�w矣hQ�"���q�Y-�H�<���~������˕H�@0��j{S6M�nh�a���n�r�������~\9�2V��M�F�SE61�m#��"��]6�Z��4ʥ�ߗ"	ʺ)I��uIħR?��Ҧw�5��������_��"Mc\��%i���{W�:0N�,/
-��|����'.ñ�:�'�Uj�]Y=�yF�5��E*	ܼ��:X�[�D��8�^.X����������W,uoOȡ���i��nY�����`k�JB���h����h��-�ZT�\���qzm��i���	iY���Du_���rVX�!��'vj=4�q�5�Bx����}�~������A�ծ�t<*M � ��Jf�V ��h���Z�5���A���������[��:�t��3����Vz�t)�AY���Fa�?���&v����l�c��`�l+y1�0Op�����\�atR7D�n>�]�:Z�o�z��ܺ�=��{�B$`��]N|���Y}5��8X��6k�M�$�F��k~�zwy}���������`¹��8r�j���t����iOedoN�I��p����_��6�����ֺ��P�ߛ�T��YX�ΎB���V�3Gb~����?�Ԏ���,M��А{�PF��:�>�8d�͎�Q���K��h7S}Wb�xnN?P�P��J���6[��V�*��ee���d#{���T��X�fJ�3VG���+v
��2J�,�pװ��rmht�����4�n����pw����nK7�k<fI�o��D��X�B��9X�`I���%_�3?�Ԇ�8��%��7%anPC�F:��)M�%�=M$�`���I�wPCܝ�#wJ��ɾ�U
���߄�'`54�����ҽ_�MZ�J�,y���&�-5��}c�UJc��yV��ޏ��(Z�#h=l����E"�Tgw�N��E�Y\�-�q�N�Ouo4�q�c[��V𢡄q�*�M��6��()PꊒR�X��𗁕;WˢZ�pm��Zv�]��Y�,FVK8�Z�B���7�]Gp�@�l�����7r�3�^���0��pj�(|�\+e+�J�=��i�߽k��5����F�6������]g%��g[��hU3�'���τ��\,������*�]�ԾC*m���=�>D2$�[��}�Z�w���/� ѿ���Έ�e�9ڋ�D�5�>>P��dΞ#4�.�����wv>��oѴ[�g\����o�r0j�*�-؎�+�FC\��!w�,m�����0sG�ZUz޷���mo��F(��N�h�*�{��%�V�[�W{��ޯ�����<��tC���vU�Ӫy�р���'�����$�ۇ6R�F��&6���.��9P� K�\,O�e�Tӈ��F���[��[c����g��v��0��7�s����o���߮&1�+�J�&�V�*rn<�,BZ�Ѥ�g�`�1�Bq.r_�SW����J�ުveSʗ3$˃�Å��Ņ�nX'*X��x\�3�Ő�5���z�r�΅4��,�к;Q��H;�_������`Y�˘X��i�0�"B�}�1�UlUoz���
-@��J��΁�c$�(�Kh2k�Bl
�R�l.��־ݳ̷��ɵ4e�:�,2�&�S�}(#˟`?`��H���C;FЕ!�/
-Tf�q�n�mi�EglbM��j5l�^R7�qó6,�	���	�5���j*v�&�jC�}�������|��8��o�0J���D����T�S�����e��Ѻ&#���W�Z����xE��<t]���ýC0X��������a[��w�Di=�P:37�lt�W�FI��@�
-p���o�?N�}�/Ҍ�g���v�ɊX�ϒ�/6>ah3�`�3�l1Im��_ڝ�Ľ�R̡s�[bB���<��~,���iP	�X�iG:�+RO$�z��z���p޶&Mo؀;����~�;;zDV>�*�M#�"�ڃ�;eg�l����Y��` L��������4����7_���/��Yȋb�d�L���{f���a(jendstream
+xڍXmo�����@?�
Ĵ$�u��������[��P0m��EW/븿�3��,�JR0��p�8C>�?����_$� A�|���ma�|fY2�r�����ꋔ�Ldq�֛Y�"K<9Kd ��Og����:t�Y,�ț�گu۩�*�-���-�J-�\��ï�As$�� �M��[9��8D3_�Q�y���L�}��NB��/a8b"!3/
ȵ�i�4I���i��,�y[v����D�ƺ���}�eM�ǃ�u���������#�t;��B�8KܩE��,�h�F(l�y[��]W1[Qn6�J7�f1���AtM�:�	��@�gK����8��_7�\쁻�	̥F%?���(Cy�&��]l��p4V��8�;���#l;�j�i�rpQ���:�455�z"�����L���Y�A�?��)8�4�]�B�5e�E�x�Q����;����Vw�A��$���Y�I�l&�󲣖|�^�]o0�2pB�
+ҥ����[Gѳ�k��,�]�0�����a����$r������N�FS�I�ʺ`"59��Z��Y�{^��@�w,����!�;=� ��c�?�]Iu��
��b��weUv'<�6)�4ڍN��,�1�vGU��q���2���Ъ<�m�4��A`O>.l���{�>�RG�u^(�[���Ya|q����{�C2�Q6��C�����H(֦�W�v�W/8؛���RH0cle\��`�M�!c_�~G��n	wnw���{��q�e0 ����d��
+
+"	Y-����Z�H�B
+���,�*W����\���O_6���5u����؆dt�y6-� ����l��
a�"�C
+�[r�R����Ϊ.�w�lC-Ef��Q�`���n���D����9
{���yw�Xjs
+���k���3
+LH3�be�L`#���q��!z5������a��7+��zD��;�"E��ɝ����&��%?�_���G!B�ZM$C���._��sMR��w4W)�DSdR������髂E�:�T�:J�@�Gs�����Q㿓9�F��E��|�H "j?�?mG���}����CHB��c�I��RKU�3�\�ƿZ�Nj�q+1�l���qT��d/[��wƴ��O����)$��rP'�?��G��W#>���R���R���1�/3Q6�f	�jSs�Z��c���V��s2M�X�o��p�Y����=+n�����QO�ؘƝ�Hpmnj���C�ۃ�K$�4��F;�!�Kyb5�[P0�0I���m��w��v~8$Ex��������;V�J��O �P��@v������K�`�"@�}k7	����$�{��# 2�7-_�HP�a�E��WJy��
+?t_k*tD����orM�߽��u���j�M!Y�h�4�\�풟����<����*7�T�n_��=+/���V9���8n�?	\��
Q���.͉�)@=?�LY��`�F�`r�9Q�sR-�m;�7��BM�~O�9�����g$�G��^i�6wʾ%�x���ۍ����"�`�T	�Z$��Y&#�2/�f�G��W˪o��SY��y卓��P�}`Y?ު�=x���]y�R�"�&�#F�h�eUJ�Jx�_D�`$�u��A={�mNg�q[��f^�z��)�<���Y ��^*����/�
n*�GPF8�N���#@��;!.�L����g>�����>T؇���RX%/�V'�>�W�4M�
���.��L`�h�uu1 �_���ޅm�E
+�#�Ll�lР?F�	��R�f�A�·2z�yF��*�p�N��#�cƯW\��|N�����3�l�3J��C�����T>	��No�n������ͻ������c�#��yGޏ{�S���~�ޏ�~��WϷ��`���G��X�~�=+00�E�PU�;�U�"�/�����E�x��A�r�W�}E{��#��hu-������;�q�x0m�'�
G��x\�qp?��+jE�J���r��S��FD�	���%[��ov�:�L}kYG=��ݱ���sOϽ��/�e޺$�ۑ���7nWMu�2.�YDe��n�rk���̀$;q
��3u��ԏ�7�d�xn?dGQ�,$��
+^�8=��dz��endstream
 endobj
-2789 0 obj <<
+2791 0 obj <<
 /Type /Page
-/Contents 2790 0 R
-/Resources 2788 0 R
+/Contents 2792 0 R
+/Resources 2790 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2807 0 R
-/Annots [ 2804 0 R ]
+/Parent 2813 0 R
+/Annots [ 2800 0 R 2801 0 R ]
 >> endobj
-2804 0 obj <<
+2800 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [473.6147 208.6885 520.7127 219.5924]
+/Rect [138.5297 429.8232 192.8257 440.7272]
 /Subtype /Link
-/A << /S /GoTo /D (installation) >>
+/A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-2791 0 obj <<
-/D [2789 0 R /XYZ 71.731 729.2652 null]
+2801 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [477.0575 429.8232 531.3535 440.7272]
+/Subtype /Link
+/A << /S /GoTo /D (http) >>
 >> endobj
-1534 0 obj <<
-/D [2789 0 R /XYZ 71.731 741.2204 null]
+2793 0 obj <<
+/D [2791 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-2792 0 obj <<
-/D [2789 0 R /XYZ 71.731 634.4559 null]
+1551 0 obj <<
+/D [2791 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+2794 0 obj <<
+/D [2791 0 R /XYZ 71.731 718.3063 null]
+>> endobj
+2795 0 obj <<
+/D [2791 0 R /XYZ 91.6563 685.0311 null]
 >> endobj
 2796 0 obj <<
-/D [2789 0 R /XYZ 71.731 578.3313 null]
+/D [2791 0 R /XYZ 76.7123 668.3935 null]
 >> endobj
 2797 0 obj <<
-/D [2789 0 R /XYZ 71.731 568.3686 null]
+/D [2791 0 R /XYZ 71.731 648.4682 null]
 >> endobj
-2798 0 obj <<
-/D [2789 0 R /XYZ 71.731 530.3463 null]
+1546 0 obj <<
+/D [2791 0 R /XYZ 71.731 585.604 null]
 >> endobj
-2799 0 obj <<
-/D [2789 0 R /XYZ 390.5821 514.5704 null]
+250 0 obj <<
+/D [2791 0 R /XYZ 341.4602 550.137 null]
 >> endobj
-1530 0 obj <<
-/D [2789 0 R /XYZ 71.731 484.5181 null]
+2798 0 obj <<
+/D [2791 0 R /XYZ 71.731 541.4995 null]
 >> endobj
-258 0 obj <<
-/D [2789 0 R /XYZ 241.9033 447.3026 null]
+1547 0 obj <<
+/D [2791 0 R /XYZ 71.731 511.1184 null]
 >> endobj
-2800 0 obj <<
-/D [2789 0 R /XYZ 71.731 439.9503 null]
+254 0 obj <<
+/D [2791 0 R /XYZ 244.6122 477.8082 null]
 >> endobj
-2801 0 obj <<
-/D [2789 0 R /XYZ 71.731 381.1856 null]
+2799 0 obj <<
+/D [2791 0 R /XYZ 71.731 469.1707 null]
 >> endobj
 2802 0 obj <<
-/D [2789 0 R /XYZ 456.3251 357.4396 null]
+/D [2791 0 R /XYZ 71.731 430.8195 null]
 >> endobj
-1531 0 obj <<
-/D [2789 0 R /XYZ 71.731 327.3874 null]
+2803 0 obj <<
+/D [2791 0 R /XYZ 71.731 415.8755 null]
 >> endobj
-262 0 obj <<
-/D [2789 0 R /XYZ 381.2953 284.2899 null]
+2804 0 obj <<
+/D [2791 0 R /XYZ 322.7404 406.3761 null]
 >> endobj
-1532 0 obj <<
-/D [2789 0 R /XYZ 71.731 280.7264 null]
+2805 0 obj <<
+/D [2791 0 R /XYZ 301.167 383.0635 null]
 >> endobj
-266 0 obj <<
-/D [2789 0 R /XYZ 195.0063 244.9175 null]
+2806 0 obj <<
+/D [2791 0 R /XYZ 424.1276 383.0635 null]
 >> endobj
-2803 0 obj <<
-/D [2789 0 R /XYZ 71.731 237.5652 null]
+2807 0 obj <<
+/D [2791 0 R /XYZ 199.5468 371.4072 null]
 >> endobj
-1533 0 obj <<
-/D [2789 0 R /XYZ 71.731 191.752 null]
+2808 0 obj <<
+/D [2791 0 R /XYZ 382.5927 371.4072 null]
 >> endobj
-270 0 obj <<
-/D [2789 0 R /XYZ 161.0348 154.5365 null]
+1548 0 obj <<
+/D [2791 0 R /XYZ 71.731 343.5118 null]
 >> endobj
-2805 0 obj <<
-/D [2789 0 R /XYZ 71.731 144.3938 null]
+258 0 obj <<
+/D [2791 0 R /XYZ 197.3181 308.0448 null]
 >> endobj
-2806 0 obj <<
-/D [2789 0 R /XYZ 71.731 119.3037 null]
+2809 0 obj <<
+/D [2791 0 R /XYZ 71.731 299.4073 null]
 >> endobj
-2788 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F64 2795 0 R /F23 1270 0 R >>
-/ProcSet [ /PDF /Text ]
+1549 0 obj <<
+/D [2791 0 R /XYZ 71.731 259.7809 null]
+>> endobj
+262 0 obj <<
+/D [2791 0 R /XYZ 177.7907 221.8481 null]
 >> endobj
 2810 0 obj <<
-/Length 1693      
-/Filter /FlateDecode
->>
-stream
-xڽX�o�6�_������(Q}h��Ȱe]j`ڢP,�"��D's��y�b%Nڧ�@D�������"
-�Y�1�	x��T�h՜�h��g,�̃��X���l�N�('y��h���H�Qe�%�����b[��fs.i�	>/��u]�|��|�꺘}Y�r�v9Z�"#��/����$T�h�8�%KP�F	8"2�F��9�Q������8�3�� 6�'�s��Y�V��lā��%D$)w@ʈ��Ei��)��s�и�Z4��x�$�����3g
-@�<�UJR��~��3��~6��M14>�o���݌�X#{יG�u�#��n��n�E�~��@ΰ����x��jy�g��1�vx�qS�}e�~j�n��ea����3&c���5>�y��y�iܷ�G�|����M����ܹ����s"�L�wj�-ڕv���wJS
-�I�$�!�v �׻�sfc��~[��(Z
��N���Y9ͷ�.���o��3��t(mڠ��� 呵�n}�tk]5����y.�b��n���h����r�i�s|�9��(7�8c�9ν�hmP<�o'����[� �(���z5A�����^���S�é�!�-�2Sx�n��-�+(���n˅7kԺo�<QB�d���@��
-R+�4`��\���	ٚ*�1RN��uݏ��|�
ɮ���RZcQ�F#!�Û?�j��mX�v��ǯ���I��|v8c�����t%J�|}�İ��Uf�#�%t�!�`Oo���V�S��U�����L���x$p�<:����܉��R��Q�G�ä�3���I��=R�~ƣ�2�(��p�N����m��^�]J�̽2��ځ�饎�*�4x�wм܆�����4am�ϔ��>���`Zۭ)C�gS+F����pz�չ�\��)��4�Y
-dzj�H�Z|��a�5M.�N����ICSw�'�X3Ud������ͮ�.��O��6um\���	����<�N�C�1���>5�����r*�\�g_�.-��?�y��Vۧ��+�;�gg:�JQ�&D0�y���E���twҤ��W��f�G��uu3�!�F_�����]7���tX8'ê�����3��}��$�s�NJ��TBo�Um�h�pWcC�f�hqQ�]_�frH>���]�=���<��"kl� �u�J�!Hr��a�ŧ�'�Շ��.��5�FX�PxZ.BJ��a��r������y
-�eN�D�D*�������<���IT�v�F?\zjݟ#�����႗YG
-V�,���KI�p�%Y���,�zP�q�����H�~t$&	$dv��W�)F3"�t�.4p��������4('�R6�h����!��;����X�8r�iƶ��xf��7��Ў�^l��9�ݹ�c��C�ۅa�&x'�v4MX��\�t�,Z��יG�;�0#������.�&�.B��p���ˎ����Q��~t߯������a�a��uf�M�m!,�_c{q���p�wxf���AӀĮ.V�|r��t�A��UQW���,�+�������[7g�g)�
-��	�=�Ӊ
-��?�0\Q&���q{T��j�Zޜ�w>�+��(�;t�%l}ȕ1��6|_��,QD�4�Ǎ#���mH0�<5����^q��Ώzendstream
-endobj
-2809 0 obj <<
-/Type /Page
-/Contents 2810 0 R
-/Resources 2808 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2807 0 R
+/D [2791 0 R /XYZ 71.731 214.4957 null]
+>> endobj
+1550 0 obj <<
+/D [2791 0 R /XYZ 71.731 199.5667 null]
+>> endobj
+266 0 obj <<
+/D [2791 0 R /XYZ 168.0881 167.2528 null]
 >> endobj
 2811 0 obj <<
-/D [2809 0 R /XYZ 71.731 729.2652 null]
+/D [2791 0 R /XYZ 71.731 161.1259 null]
 >> endobj
 2812 0 obj <<
-/D [2809 0 R /XYZ 118.5554 689.7049 null]
->> endobj
-2813 0 obj <<
-/D [2809 0 R /XYZ 281.083 681.2406 null]
+/D [2791 0 R /XYZ 187.7954 148.3238 null]
 >> endobj
-2814 0 obj <<
-/D [2809 0 R /XYZ 252.4031 646.2717 null]
+2790 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F44 2183 0 R /F27 1298 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2816 0 obj <<
+/Length 2759      
+/Filter /FlateDecode
+>>
+stream
+xڕk�۸�{~���6`s%Ꝣ���!�-�=4E�Z�^�+K:Q��������ݴ0`
���p8/�����\y𑉐a �ᕳx��_^��dch6c��w��?x�"I(���nựH"�[D�q�Ƌ��?���iݪf�������7�nӢ��n����E����o�~��g�H$1�Q���R@��Kub��^D�� A�,�|�d�}�K��*�C
+��$�#���W�M��}mŘo�#�-���t�V.�>��U�=��a�P�'�#�ځ�1o�Uך�J$8���9(�̔`�_���G��fE+/Y���Tu�hP�ƕ"	\�T��<g�OW�1��$,�kJ�T�K�B�.��Y�MzP��8�^���Уl+��%�{2杶<��ڪ�b���]�2�Ak�{�,` H�
+�~@�U3]z@K?�Th�y	����Lo �[��&�[���Ϙ�B��g:�v/E�'�0����x��-�fLui��p�_T6�	�\��qE;���T?�� pR�����
+��U"����m�����C�������I�\in�ğ��}Sp�S��
+KA+Ed�1���~52��E���%u]�ݮ�@e�ڭˊn{n���oAr���N�K�I߯�,��$Jm��l��{t��D͇&��Z�
QГ���\r�|'Xf)���/;��>m�yy[5��oN��۶~}}����DV����Q(��Gƌ��k2��/�(U{]7տ���5�Gb�f�*����{��ٞ;SpǙ��C^�����RJv/��=yw�J���g;��x��,�c��n���Y�22^�T��ü�9�E��26���̛�<P3����T�r2lW�w�G�`��/�b>��p��i�q�H\�v�ms���Vm��i�2GR&ʣ��֬�����)\4��,����Gs}P�H�3~Nz�kh�4{L��h��Bb����lQF�M��ѡnf�Dև�H�Sv�{��a�<��^C�VeQfͨ�T+��NW��t������2�I9�ؔp�h"����l�3�@S��iڥ63q%7��)�y4Qe����UW�|�#�����Yj��/��
�$���:�lj�6c��R����:���a"B?r0����{b`2����x:�]�$\��[N4�(��l0rH#..@�D��&�\��5����\��k�w+�"73V�ܾc0Q蕞-�F�+�$�J�^�Q���0��ڵG)�^�Eu@&�!�|�B0Ќ��xb��ڡ()T]kƘ`%Rf��
+R�ǒI�yi�";�]��09�
V[^�����&)+���Qֵ>�(���|Csܫ�pDG�/o��֡�Oy(2�����+m����	�M�UZ��ʄ�-,ȋ�
��i����U��S7Laa�̺�#0� ��nVc�#��F���g�恩��'L�r���D�c^����g�QG�L�j����8�{Νn������ g,\GZI��w���c�P����Lڮ�Q���P>px_1	!"Տ�X}&B��l��R�M{C���Q�؅���s
+�F�d�k�}o�Н���|Ua*�|Ί"H�n�؊<c	�LJ�q��H8DI$�ҏ�����Bc�����B��85!�{�20�\q��L�W���z����8�©��:�4=���dl��͎���{tu�m����^S����\����.�ƗÀ6�����V�)��8��C�Nk���>�~}˱IS�`�����k�^�=7;Fs1D��1\���3�8�ŵ#f�QY����e��@Q���nR,/#�U@PZ{��|i3�u<��Wx�@e�a_�yq�u"yg�STY��^DS��ۍB��A~�r��O�.�>�L8��h�[
���7�f��'9#	�,u&ݮ?/ �z�!\��ŸT����X8��TܘK���6P},k�Y�|zw�G!��UQU��`�����o8�h �4}���rf�MO6	mR|J�.����##~�z�����[���o6�=7���=�8NZ������:�Au�^ G^���z��zՓ
�?`�W��R�~�$y�BvLD�n�]�w�Dv��f�#�{r~��o/�t)�$��P��^<���M2C/���#�������eQQ
��ۧ`��H��u�מ��O��$���n
+f�Wi"yۤY��4&�^	�S=�.��i0�=wX�SY�mK��*��qw���3����\���=���ˉjL��l�L� Z�x�ւ�DA�������5K4v�Ɍ���77�vf]�0ogc!�sp�x��D|��.�M����B�$��nm��=��.�}�)]�,��r��oRz����s���5M�h;��'��
+��.+�/$�	�J�q��/�4���~�^C�.h}�A���Zs�	�������Ζ���s�6��\�`��U:•>g�O���$�yyA.s΋(�[X�.Q��cA��(`��,�Urll�0��2a�7w�:�	`�>�a:�	N6xH�7�f�ZՋ�����58���FU���4˔��W�A5rP
>����c?<�Pq�������4�����ŌIH/8v���E&�z��{Z��]I(�Һ.r[�!�6�ɡ<?"�e[�&&�#�����!D�>�m�$�����˒�X�F�$�2;7s�Ç��{!�;k�sGuoK�ƾ���aפ��Kڵ>3e)(`��+("~.b�����rq0������Ŗ���{�vf�����endstream
+endobj
 2815 0 obj <<
-/D [2809 0 R /XYZ 118.5554 639.2954 null]
->> endobj
-274 0 obj <<
-/D [2809 0 R /XYZ 282.3071 577.4813 null]
+/Type /Page
+/Contents 2816 0 R
+/Resources 2814 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2813 0 R
+/Annots [ 2819 0 R 2827 0 R ]
 >> endobj
-2816 0 obj <<
-/D [2809 0 R /XYZ 71.731 574.8213 null]
+2819 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [355.7527 679.2877 402.5767 690.1917]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-278 0 obj <<
-/D [2809 0 R /XYZ 268.2114 547.0952 null]
+2827 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [243.4853 529.2952 270.6434 538.1618]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-cpan) >>
 >> endobj
 2817 0 obj <<
-/D [2809 0 R /XYZ 71.731 539.8972 null]
+/D [2815 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2818 0 obj <<
-/D [2809 0 R /XYZ 71.731 517.043 null]
->> endobj
-2819 0 obj <<
-/D [2809 0 R /XYZ 71.731 311.0803 null]
+/D [2815 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-282 0 obj <<
-/D [2809 0 R /XYZ 228.4409 278.2036 null]
+270 0 obj <<
+/D [2815 0 R /XYZ 331.1663 641.9925 null]
 >> endobj
 2820 0 obj <<
-/D [2809 0 R /XYZ 71.731 273.0181 null]
+/D [2815 0 R /XYZ 71.731 635.8656 null]
 >> endobj
 2821 0 obj <<
-/D [2809 0 R /XYZ 427.6193 260.2709 null]
+/D [2815 0 R /XYZ 71.731 615.9253 null]
 >> endobj
 2822 0 obj <<
-/D [2809 0 R /XYZ 387.2947 247.3194 null]
+/D [2815 0 R /XYZ 180.715 605.1307 null]
 >> endobj
 2823 0 obj <<
-/D [2809 0 R /XYZ 71.731 216.3357 null]
->> endobj
-286 0 obj <<
-/D [2809 0 R /XYZ 199.5493 183.5585 null]
+/D [2815 0 R /XYZ 316.8407 605.1307 null]
 >> endobj
 2824 0 obj <<
-/D [2809 0 R /XYZ 71.731 176.3605 null]
+/D [2815 0 R /XYZ 71.731 585.0412 null]
 >> endobj
 2825 0 obj <<
-/D [2809 0 R /XYZ 71.731 153.5063 null]
+/D [2815 0 R /XYZ 86.3959 561.2951 null]
 >> endobj
 2826 0 obj <<
-/D [2809 0 R /XYZ 147.0485 144.0068 null]
->> endobj
-2827 0 obj <<
-/D [2809 0 R /XYZ 147.0485 132.3506 null]
+/D [2815 0 R /XYZ 71.731 554.157 null]
 >> endobj
 2828 0 obj <<
-/D [2809 0 R /XYZ 71.731 110.7316 null]
+/D [2815 0 R /XYZ 71.731 530.2915 null]
 >> endobj
-2808 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R >>
-/ProcSet [ /PDF /Text ]
+2829 0 obj <<
+/D [2815 0 R /XYZ 71.731 515.3475 null]
 >> endobj
-2831 0 obj <<
-/Length 1737      
-/Filter /FlateDecode
->>
-stream
-xڵَ�6�}�B	��.V�H���I� E�I[m��,�+!��H�n��~{g8�V�zs-��!5��s�;��s�����(Nޜy�|zq�
�kp�)ғ����;)K#9������;�/X��Y�/���n������֗m?du]�W����P�u��s���w�s��,M��G��N:	�4Fy3/HB'��~��d}�2^=�8`�Q �縜�(�|��g[�Ws���K7��#�"��8d>�C���^�o^lI��[Ԟ�P��4��R��牮G?]U#Ϗ�fKP��V�ؠh��>�i}�)5<4gmA��b"�HR��z���O��*�`�(4H;�5U�W�����gT�����*�.���"��s$�1���c���LFv��xu���D
��\�[�)�����tt(-��Yo��4_,�o._�ze�r��?q	v(����в^�A>&� � ��%>���~[r���/"��	j�,B�qE�X�hLs�#Pd�і��a)�\��z�������M��Ȋ�;'a��A6�h���n��&���fE1�֌��sZ��cI�|��~G'���<\�Ӊ�+�A���;�ن�d; ��2�c��ז���qN��Πim`�K��%�步'{I��A�b#g/EW���V��(��[˂'9�}Hd��cQD)�sȢ~�Dg)x��Ig;��Q�D�	ؠ,{:�vGn�	�(3$88 FB��Ǚ& �J ĵ�,1mt-��]Gwy�ރ4�r�?����	eq�o�ic�w��'|u���"�Kz��*��\͎0�������3)ނ\���A��@��
M��)�wB���E)��������ڳ�IH�G����O�Exn�m�?����7��x8l6��T-��+UgC��Ֆ�'a
���.Ø�™i�N#�\��bNyq��g1�Ɖ~\o�*/	4�i�u1����;U>��� �N��>
���$B�&�ω�Y$x,��'L�|R]����4y��]}�F���ǸB}�5>���D���`��C'Y�[�
�P^fm.�
������xT���%Otʁm������!�e��Ԝob_����)F'��$	_6�a_a�2#y��DQ�#6��.�d����[U�
-��f�ֹj�S�{^�|%Me>h�֟MT!\Q)��*�N�Z�@�ҫ6�iG�v�!���mhJ���?����y!x�~I�x�U�α����
-d�h�z���r�w�
-t�ԒAUaWN�?����u�B���o	��QG�\����wl�L]6�ʈw�.���iC��>n�Q�����5�np۷�������Z}I��v[]�;#�[X�ٮ������R5r�UJ?�f�&{k8=zD��� ��o&6N�)�Oǔ�:�42C��|�'dx�������(���:�JTw�-���Sp���q�=�1��񏿵)W�;S#�arHĭ+��#�)�!Dm6BVLk:,���J{hK͘��Q��<S
-	]e���g#Mb[Fႍ�ä�������$8�'zg����&�q����h������@�ѶU�k�3���Ѣ�@���/�Q7��ٞ�r���P X�X7wI�;噩|��h��`f��腘+�y�:I@�%Ir�0CVզ���㡭0����S�s�x,�/>
b;�*�70��
9ad�juD���&�i[d;0"�ҏ�13����L( �4)i�������r���endstream
-endobj
 2830 0 obj <<
-/Type /Page
-/Contents 2831 0 R
-/Resources 2829 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2807 0 R
+/D [2815 0 R /XYZ 121.3788 492.1544 null]
+>> endobj
+2831 0 obj <<
+/D [2815 0 R /XYZ 101.8839 480.4981 null]
 >> endobj
 2832 0 obj <<
-/D [2830 0 R /XYZ 71.731 729.2652 null]
+/D [2815 0 R /XYZ 156.232 480.4981 null]
 >> endobj
 2833 0 obj <<
-/D [2830 0 R /XYZ 71.731 718.3063 null]
+/D [2815 0 R /XYZ 254.1265 480.4981 null]
 >> endobj
 2834 0 obj <<
-/D [2830 0 R /XYZ 147.0485 708.3437 null]
+/D [2815 0 R /XYZ 313.3165 480.4981 null]
 >> endobj
 2835 0 obj <<
-/D [2830 0 R /XYZ 147.0485 696.6874 null]
+/D [2815 0 R /XYZ 138.3168 468.8418 null]
 >> endobj
 2836 0 obj <<
-/D [2830 0 R /XYZ 71.731 675.0685 null]
+/D [2815 0 R /XYZ 239.6353 468.8418 null]
 >> endobj
 2837 0 obj <<
-/D [2830 0 R /XYZ 361.1613 662.1171 null]
+/D [2815 0 R /XYZ 71.731 440.9464 null]
 >> endobj
 2838 0 obj <<
-/D [2830 0 R /XYZ 71.731 647.0088 null]
+/D [2815 0 R /XYZ 253.294 427.995 null]
 >> endobj
 2839 0 obj <<
-/D [2830 0 R /XYZ 71.731 632.0648 null]
->> endobj
-2840 0 obj <<
-/D [2830 0 R /XYZ 76.7123 582.6152 null]
->> endobj
-2841 0 obj <<
-/D [2830 0 R /XYZ 118.5554 539.0698 null]
->> endobj
-1535 0 obj <<
-/D [2830 0 R /XYZ 71.731 465.555 null]
->> endobj
-290 0 obj <<
-/D [2830 0 R /XYZ 138.2961 433.0513 null]
->> endobj
-2842 0 obj <<
-/D [2830 0 R /XYZ 71.731 425.699 null]
+/D [2815 0 R /XYZ 71.731 377.0212 null]
 >> endobj
 2843 0 obj <<
-/D [2830 0 R /XYZ 71.731 387.8559 null]
+/D [2815 0 R /XYZ 71.731 320.8966 null]
 >> endobj
 2844 0 obj <<
-/D [2830 0 R /XYZ 114.7696 378.3564 null]
+/D [2815 0 R /XYZ 71.731 310.934 null]
 >> endobj
 2845 0 obj <<
-/D [2830 0 R /XYZ 114.7696 366.7001 null]
+/D [2815 0 R /XYZ 71.731 272.9117 null]
 >> endobj
 2846 0 obj <<
-/D [2830 0 R /XYZ 114.7696 355.0438 null]
+/D [2815 0 R /XYZ 390.5821 257.1357 null]
 >> endobj
-2847 0 obj <<
-/D [2830 0 R /XYZ 114.7696 343.3875 null]
+1552 0 obj <<
+/D [2815 0 R /XYZ 71.731 227.0835 null]
 >> endobj
-2848 0 obj <<
-/D [2830 0 R /XYZ 114.7696 331.7313 null]
+274 0 obj <<
+/D [2815 0 R /XYZ 241.9033 189.868 null]
 >> endobj
-2849 0 obj <<
-/D [2830 0 R /XYZ 114.7696 320.075 null]
+2847 0 obj <<
+/D [2815 0 R /XYZ 71.731 182.5157 null]
 >> endobj
-2850 0 obj <<
-/D [2830 0 R /XYZ 114.7696 308.4187 null]
+2814 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R /F44 2183 0 R /F63 2842 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2851 0 obj <<
-/D [2830 0 R /XYZ 114.7696 296.7624 null]
+/Length 1932      
+/Filter /FlateDecode
+>>
+stream
+xڽXݏ�4���o�h��v�$H����w���	e��6�K�\)=3'M��'8��g�3��o>R���_������	��E�-v���"� ��}��b󕔋��J���v��i$�,Kx�x�~[~^���Z$�R0�{�YW�m��h�ٰ��i�b���_>L���<��uo�z�Hg�W�2&c�z�~hua�j-#�,Mg���&]�:P+S{ݹ�5�#���d��(�6��W�o��Ǖ��������n���P"�mqj���̛�8D����|*v����W��A�1��5,Ox�/Y6�G�(o;�&�٫�~zo�ظ���]}���2D)�F�}���F{gLk�j��&�hm�-�R\\V˟Wq�l����F���=�ߣ$��;|�������A|x��mF������|)�G��_��	�>����i��)�Hnf�������N.x�Ob��"���M��A�-zu�����t�qc������P^����ЬD�#s&SOv8�8R]�Ӈ�����1�@.8G��"Z�nH釮��E*�>�����7�ai�o7�#��r��j��lED1۠�,�
�0FG�H��Xg�Nz+ j�_����@���I��r�w"v�R��V�1*RD?&!F�ҮhZ�N)�	 N)��3��5��ʚ(E h7���Fӽ.����U0T�X�6@�KTDruo�]=J���1S<�I��4�o��Ij={^R�kð����Pȟ�u�\���a����,������u�Q�q�4�zZCY�ӎEH��������v�[�����shz]��`�Zg��8�2@��B1�� 3�4S�L.����2��� �]�V�*�w�7?~���u�1gW*�J�Y��e]`�+>�H�_��x|��g>���gD��Dy�~��7'���R���wĄ�7�$R���@��]�Jpw��\���i]YZB�o��cx	;�»4�p���_�f?��w�刧r��+$�x���*FS��>u�aփ�K�y'�r�sɒ4�'LF<�\��aZ�i���H�^l�S�HB#�|d~)��̬e,X��眽�*x�0����b�J|����.�q���R)�F�<��2���bJ�jDlL��R�bW"�9�VМ�Co|�[��Dq~xZ�h�A���H���vv�+�.Dމ�_����2�Q($u�Ax�o�
��� ��@�
+W<�X
+oˈ�	�O�����
v�?�v�����<e�x&�%i:�(A�K�S��j�8H
+&�|Q<A�E�f=ؑ1���u�=E��V�m�D�֔��	����k0�cG;��~�UX����fG�+kX-��ݵm���զ�L��y����F�&��)����xOrS��3�9G?���EţQ�tq0ذ'(�{�վ�p𤈚 r�60w�3�5����ƕC���h���c[ }���6��^��]��Y %��4�pH�fA
+�0Dz���dhU���e��_��,�?K��
+d��2�D��$�<;�����a7��
+��s��!��O;�W$�x=�Ĩ�k�`�F�Wp��ا�p�1��/�C�Jb}��b	q��bV�?\�cAePX�I�t��j�(W�E��3I"f����b���p2~���>*�Y�iǏ�n�cO��.'��B������|�ηl\�^$vCH����;�jS����.�"��1���8�E�
$�?�<N�m/9���W����F|���yr%��l����0=<��I�ח\ږ>R,���b2��&��0H����?�?���-�a�g_N.m�'/~���I���*��:s0�{�E�B2Ʌ�y���� �����I����zy�D>R�~�6��I�!�X�U���f2�sKD�"��&����v��?3�+endstream
+endobj
+2850 0 obj <<
+/Type /Page
+/Contents 2851 0 R
+/Resources 2849 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2813 0 R
+/Annots [ 2856 0 R ]
+>> endobj
+2856 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [473.6147 546.6412 520.7127 557.5451]
+/Subtype /Link
+/A << /S /GoTo /D (installation) >>
 >> endobj
 2852 0 obj <<
-/D [2830 0 R /XYZ 114.7696 285.1061 null]
+/D [2850 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2853 0 obj <<
-/D [2830 0 R /XYZ 114.7696 273.4498 null]
+/D [2850 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 2854 0 obj <<
-/D [2830 0 R /XYZ 71.731 251.8309 null]
+/D [2850 0 R /XYZ 456.3251 695.3923 null]
 >> endobj
-2855 0 obj <<
-/D [2830 0 R /XYZ 307.8359 238.8795 null]
+1553 0 obj <<
+/D [2850 0 R /XYZ 71.731 665.34 null]
 >> endobj
-1536 0 obj <<
-/D [2830 0 R /XYZ 71.731 220.8472 null]
+278 0 obj <<
+/D [2850 0 R /XYZ 381.2953 622.2426 null]
 >> endobj
-294 0 obj <<
-/D [2830 0 R /XYZ 200.4719 181.5744 null]
+1554 0 obj <<
+/D [2850 0 R /XYZ 71.731 618.6791 null]
 >> endobj
-2856 0 obj <<
-/D [2830 0 R /XYZ 71.731 174.222 null]
+282 0 obj <<
+/D [2850 0 R /XYZ 195.0063 582.8702 null]
+>> endobj
+2855 0 obj <<
+/D [2850 0 R /XYZ 71.731 575.5179 null]
+>> endobj
+1555 0 obj <<
+/D [2850 0 R /XYZ 71.731 529.7047 null]
+>> endobj
+286 0 obj <<
+/D [2850 0 R /XYZ 161.0348 492.4891 null]
 >> endobj
 2857 0 obj <<
-/D [2830 0 R /XYZ 380.576 161.4498 null]
+/D [2850 0 R /XYZ 71.731 482.3465 null]
 >> endobj
 2858 0 obj <<
-/D [2830 0 R /XYZ 171.9039 148.4984 null]
+/D [2850 0 R /XYZ 71.731 457.2563 null]
 >> endobj
 2859 0 obj <<
-/D [2830 0 R /XYZ 171.9039 148.4984 null]
+/D [2850 0 R /XYZ 118.5554 418.6923 null]
 >> endobj
-1537 0 obj <<
-/D [2830 0 R /XYZ 71.731 141.3602 null]
+2860 0 obj <<
+/D [2850 0 R /XYZ 281.083 410.2279 null]
 >> endobj
-2829 0 obj <<
-/Font << /F33 1378 0 R /F35 1723 0 R /F61 2649 0 R /F27 1278 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+2861 0 obj <<
+/D [2850 0 R /XYZ 252.4031 375.2591 null]
 >> endobj
 2862 0 obj <<
-/Length 2601      
-/Filter /FlateDecode
->>
-stream
-xڥ]���}E�I1�J�䏾�u�����ao���(�XIܱ��vfv�ח)�N2���$�")�_b�B��\�2JcT�ĨŶy#{���7�Q֌��"�p����8^�Q��dq�[h�Ey*�E�(32[ܗ�-�z(���Vke�RE4~h��������������տ����o�#g�Q��W���T�B�(։B	�YEeZ�|*J"�b�������h�3J,��F�	�����Z�H*m<����<�����\���YQ��f��%m,��Ö���:�����Zv�� ���Jŏ4�G����Ov�P�=��Y��ۭ;�CD��S��MLx�2%��@�(7R{<��!^'��J��-�P���t�p;�m�N���B�����4�Ui��
�c���;�jƯO+���y���-�����p��a{fJ�l7UK��X�#����{��y�2��0���‰�wxv'��w�K�{��q�C�0�E���Ǣ��H�	6.��Ql���4��ļ%���`���آ����Ə�]Fӻi���*��]I��ϑ��@Q��m ����'Z����V'����{�g�Rby�od?�=��AlkH�z�������a~��\$�8��e‘B鈾~��H׃����4�i�y�	��JP�a8��s�����(����<�r�Z'��!r�,����{<N
-�g�8�^K��p,p�����7Z�V060�h�?��mh�uG4��9E>N�z����Z{�����x�Eck&���ݿ?�~����W�^��&[��(��pr��
���/�0Y�c���{`��9�1����k���a3`4~o4r��+��;א�����d0!��ɨ-��l�<2��9h =7��hF�	\�4ʪ���u��}pho��Ζ���������b"B8\;��t����OS�`
�uI�;���G��ݧ�(HO�޸yߺ�XQ��U�r�F���L3
�JG��w"���Y�݈�1������������s�X|�l��_!�%�FG���ʀ��$J�,����B�z��L��2����e����0� �3T	�x�5 ��
����k{Z<c�����ޭb�D�#��x�ʼn�Юi^�s�6D)���0��t:�n.aQ��h����p�5$��$���t.'�;	�E�
-!���'�EN��嶃K/6��h�r̰x���56�-��#����Yj��x`�m�g�1pzV<��ɳ����-|�j7Z�Dx׶�.�\)�ȤZ.tue�'T犅�R:N�d	�n���n���,R�pFg���a�G&(Xq�P&�BF��@H[������Xt�~�6u������<#Ni�;а��".���j�Z����G2V���.���ڀ�[�����	��a�4��hč�T���z�xbl�8�r��n���6��P�d�m�L�
->����Dv�pV�f�	N(�L�)Vl��Xڂu!�+"�}Z63�6�o}n\6̘��L�����
-*�o���ʮj9�8�BO�ʗƘ��?�.$"����ꩧc0&�S���M�-Aa��uڷ���2��q���`���Q�+�3������s�N9�������䑆r�sF�c�T��ct�o�ILd�3�O�@{��b�4��A|��a��DK�W�mQ�c��-p�Zƥh}G�}�#��0��T�3;�~�l\y��h�	�%�����θ`G4Fo����4��T�|^3���2[n��ͨ��I�NP��>	B���g���5�B/�M��F��[��I
-�9���-�k=E#��j����g(G!����1xO��~]��+R\S��E$i��v�g]^Y�#�k��F�,����4F�~�j_N�*3QA�[i��R�E�	З‡�"�2�j"UIey����[q��S�8�\$�D�6P���K:�1C�LǞm޶?4=���+A�����6=A0ݲP᧑��������{�����n�a s����՟|wew�Λ����g�M��+O������qf��Ic��Vmi��յ괉R����QW(+�)hxO	uS��w�8�W��B'HOO�1���B�̄HE���ŗ��Vǐ�1^baBe��{�@�W����D+�B!�,S��2�7��U��v��JD���q�+����Z��\����_��P��"pܞ���	������TF�T�i�`�Z�y�\�S�k�>X�C�m��@����&OƉ&�����NT|�CmVF8_*, ����>�.N���d܊8wŨ�bFì���`��襚kǾ��ߚK�,Ґ�gA����K�4O�I������o�[>q����2tV�a���1)Ԍ]��\��{��
enA�P��=ܡ�^٥�f��D�zƽ%+�yZL�<v���KzNU�Ǵ��%`p[t4ۡ͜�4O����C���}�����������4��=�'�βS�1dG9�ͯV`rZ�٦��q}�!᫐���I*I���w쪦�5��c��tW��S%
-��c+�{�#Dq	 ��[�Νo��&���n���(������Mp��3
-��*#`y�1/��v��$��endstream
-endobj
-2861 0 obj <<
-/Type /Page
-/Contents 2862 0 R
-/Resources 2860 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2807 0 R
-/Annots [ 2875 0 R ]
+/D [2850 0 R /XYZ 118.5554 368.2828 null]
 >> endobj
-2875 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [290.6404 296.2944 344.6167 307.1984]
-/Subtype /Link
-/A << /S /GoTo /D (install-perlmodules-nonroot) >>
+1556 0 obj <<
+/D [2850 0 R /XYZ 71.731 335.1152 null]
+>> endobj
+290 0 obj <<
+/D [2850 0 R /XYZ 282.3071 306.4686 null]
 >> endobj
 2863 0 obj <<
-/D [2861 0 R /XYZ 71.731 729.2652 null]
+/D [2850 0 R /XYZ 71.731 303.8087 null]
 >> endobj
-298 0 obj <<
-/D [2861 0 R /XYZ 197.8608 707.8408 null]
+294 0 obj <<
+/D [2850 0 R /XYZ 268.2114 276.0826 null]
 >> endobj
 2864 0 obj <<
-/D [2861 0 R /XYZ 71.731 700.4885 null]
->> endobj
-1538 0 obj <<
-/D [2861 0 R /XYZ 71.731 659.6566 null]
->> endobj
-302 0 obj <<
-/D [2861 0 R /XYZ 284.1841 627.3427 null]
+/D [2850 0 R /XYZ 71.731 268.8846 null]
 >> endobj
 2865 0 obj <<
-/D [2861 0 R /XYZ 71.731 618.7052 null]
+/D [2850 0 R /XYZ 71.731 246.0304 null]
 >> endobj
-2866 0 obj <<
-/D [2861 0 R /XYZ 481.5316 608.4137 null]
->> endobj
-2867 0 obj <<
-/D [2861 0 R /XYZ 71.731 575.3726 null]
+2849 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R /F48 2196 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2868 0 obj <<
-/D [2861 0 R /XYZ 71.731 538.5756 null]
+/Length 1804      
+/Filter /FlateDecode
+>>
+stream
+xڭk��6�{~�[w�a��Cԣ�}HҤ��I[עWZ�^�D�$'����pHY�U�~(X�Ù�e���'6�`��EL�Zn���<���τ'�=M<'z�{v�Z�M��T���a���W�LI�k�ov������4�~K�#�h}�
c�4u�@��_�)�?�����n��UƊ���zՊ�zJ�i�
+���DeN����`޷����g,c!X�S�L�Ǎ}���Ѷ��`�m{q���08Y�t���n�'n�1޺}��3����Щ�!Y�$��,ˣ����<��%�ŹnF�1��z�2[�` %�!?n���=í\DU�P�Kh����o�� �ʁP%-�������:�z	�zL.�֘=1-#��WGZ?�㑠w߽z����GKOZxRi��<W�6|���`�䜥E���<��8Q)�9�?�Z$�����:�=I�������cyߘ�N����h�7��c9DV��\Pv
O�5�Ng� ?�`��!`_�%��s	b	]wkF�A@f�F�u��ZJ���8�-F�\�
)P�hR1�r�4Z	�ri�I�_��n��?w�/�����\���0���Kf��d`�RG�:F����(~��Nc=	�^3����%�v/��������h�Iz���Y���A���P�r�/�]�d�~,�@	�#�d!�m�x��f���T��t���_�ۇ�li�u���<��H����ۉ��m�#VuBPX.9K���27�P�Y=�eS�jEF�}9�!������W�
+6�{�ʼfJdzK��"/�
���"N�,Ing��>����W�O�U�t�)ޡ:�W��k�L/0m�7W��Z��=l��G��j��H�G���Y�$�1	��wNS�g�\:g0�-��lי�3�2ǩ�'����9���=��Lə�2/X�x(�_��n��D}=՞�d��H�a)>ԥĥf?��*͟?luT�P?\eS2cY�ղ�MN��T1*PYU���ͱ����4쌾j����<^�q���g�a��f!!�u�)��N�;;�/}�If�ڧ�7L	MJ��v��#�*�:Le��Qa(��\�r@�Ls�B�b�֏ĸ�S�C.�_�,�X�ɾ�B1��k�������Z;9w�G/S'�.��u�aB���wC'V�S��H2�z�A�"��F*��S�@����,.�����ɓ���Za��K��w���ֆ��𠄫�N�Yx���W�ȶ2���͞=��PP,��g9/4
�|�����<�V@�mz�9L��w�3���'�T���'!��F��:�C���u@a�s�:mҌ)d���g���wc��P�E_#
+E, 3TF��W`a()��[���M��f��#��[)XB�+���������nq���TK�T���P�O\�$p�|�"�$	>[��WSlhMÐ�i�b[ϒ
+!^@�{Q!��F4<�B|ܖ[㰹7t�=�?Զ)i�B4N���%6`�\�^0Q�i��믅d��mYA����k��~<�Ց@/�6e�	KZ�|��4QLPP����1
^b*O1������"8@0��g���Z1��u���;4����x�P"�Eq?^*��o��7��9<띡��eW�p�U5��:?�����V����X��i�'�w��;�K�y���#���rseN¨������u$�֧���6
}EL���m�[�����3>��_,<�4.��������ە
��g�0}�X?b�
�\� !N9��'&�yH��Ir����ݟ|f4O������8�0ԟ�gE�o2�3endstream
+endobj
+2867 0 obj <<
+/Type /Page
+/Contents 2868 0 R
+/Resources 2866 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2813 0 R
 >> endobj
 2869 0 obj <<
-/D [2861 0 R /XYZ 71.731 523.6317 null]
+/D [2867 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2870 0 obj <<
-/D [2861 0 R /XYZ 76.7123 472.1248 null]
+/D [2867 0 R /XYZ 71.731 663.4122 null]
 >> endobj
-2871 0 obj <<
-/D [2861 0 R /XYZ 118.5554 428.5794 null]
->> endobj
-1539 0 obj <<
-/D [2861 0 R /XYZ 71.731 365.0272 null]
+298 0 obj <<
+/D [2867 0 R /XYZ 228.4409 630.5355 null]
 >> endobj
-306 0 obj <<
-/D [2861 0 R /XYZ 166.6153 332.5235 null]
+2871 0 obj <<
+/D [2867 0 R /XYZ 71.731 625.35 null]
 >> endobj
 2872 0 obj <<
-/D [2861 0 R /XYZ 71.731 322.1585 null]
+/D [2867 0 R /XYZ 427.6193 612.6027 null]
 >> endobj
 2873 0 obj <<
-/D [2861 0 R /XYZ 131.1334 312.399 null]
+/D [2867 0 R /XYZ 387.2947 599.6513 null]
 >> endobj
 2874 0 obj <<
-/D [2861 0 R /XYZ 247.7914 312.399 null]
+/D [2867 0 R /XYZ 71.731 568.6676 null]
+>> endobj
+302 0 obj <<
+/D [2867 0 R /XYZ 199.5493 535.8904 null]
+>> endobj
+2875 0 obj <<
+/D [2867 0 R /XYZ 71.731 528.6924 null]
 >> endobj
 2876 0 obj <<
-/D [2861 0 R /XYZ 407.9148 299.4475 null]
+/D [2867 0 R /XYZ 71.731 505.8382 null]
 >> endobj
 2877 0 obj <<
-/D [2861 0 R /XYZ 71.731 297.2907 null]
+/D [2867 0 R /XYZ 147.0485 496.3387 null]
 >> endobj
 2878 0 obj <<
-/D [2861 0 R /XYZ 118.5554 258.7267 null]
+/D [2867 0 R /XYZ 147.0485 484.6824 null]
 >> endobj
 2879 0 obj <<
-/D [2861 0 R /XYZ 174.165 250.2623 null]
+/D [2867 0 R /XYZ 71.731 463.0635 null]
 >> endobj
 2880 0 obj <<
-/D [2861 0 R /XYZ 173.7108 238.606 null]
->> endobj
-1540 0 obj <<
-/D [2861 0 R /XYZ 71.731 203.4434 null]
->> endobj
-310 0 obj <<
-/D [2861 0 R /XYZ 259.4726 174.7969 null]
+/D [2867 0 R /XYZ 71.731 440.0499 null]
 >> endobj
 2881 0 obj <<
-/D [2861 0 R /XYZ 71.731 166.1594 null]
+/D [2867 0 R /XYZ 147.0485 428.4932 null]
 >> endobj
 2882 0 obj <<
-/D [2861 0 R /XYZ 71.731 142.9164 null]
+/D [2867 0 R /XYZ 147.0485 416.8369 null]
 >> endobj
 2883 0 obj <<
-/D [2861 0 R /XYZ 172.5953 142.9164 null]
+/D [2867 0 R /XYZ 71.731 395.2179 null]
 >> endobj
 2884 0 obj <<
-/D [2861 0 R /XYZ 271.7266 142.9164 null]
+/D [2867 0 R /XYZ 361.1613 382.2665 null]
 >> endobj
-2860 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F44 2154 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+2885 0 obj <<
+/D [2867 0 R /XYZ 71.731 367.1583 null]
 >> endobj
-2887 0 obj <<
-/Length 773       
-/Filter /FlateDecode
->>
-stream
-xڕUMs�0��W��!�Z��4�(�8��P�-�nm�c�%�ῳ�*i�&&����j�����A?����%1��*ְ������Y�,��?p"��2�hFD� �d1͂e�m����U�|��p��Oz��ij���q��n9���|�~����_���zN��w���O'z_甆33�<g?�0b��*�g
�~��Q)�)MӘ9�a�kĭ
�r�M�J]�$K�A"�6@�� ; Ȓ�И&Ж�F��J����cG�7<�(ᄆ,�񯱔r��4��~�%m�*\��ZݷS[��
����kMQ�[�0�&I�
-.�S8�@uʈ�i4U�ϔ��e��t���^x���J�?�����!��U�c�>��s�S��4�D
-������T+qx��&�{�U׭\+���k=���B[ֺ@���]�m�|������H�м�7�~�F{Ky���h��!Z�~���n�[�K_p8j��>��m��/|�flζG|/Z���D�ӔD����ĉ�ŗ�RLx*���O�:�S�E����4�H��Iee���(����{x�i�h!�|D�?Ԫ0��QYD��<�a��J_�q�p�9L�N����FN�Ṳ�J��h\Ɓ%��8�ە>��ֹi��/�F���`�@Y_U�>��	'�Lt��R[�o�]�v���14����N�IŃi�0���t��f��+?����(��s�Čփ�h��̆_=���2��D\�b�ߊ1Ka5���\�,9{ӝ(���=endstream
-endobj
 2886 0 obj <<
-/Type /Page
-/Contents 2887 0 R
-/Resources 2885 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2807 0 R
+/D [2867 0 R /XYZ 71.731 352.2143 null]
+>> endobj
+2887 0 obj <<
+/D [2867 0 R /XYZ 76.7123 302.7647 null]
 >> endobj
 2888 0 obj <<
-/D [2886 0 R /XYZ 71.731 729.2652 null]
+/D [2867 0 R /XYZ 118.5554 259.2193 null]
+>> endobj
+1557 0 obj <<
+/D [2867 0 R /XYZ 71.731 185.7044 null]
+>> endobj
+306 0 obj <<
+/D [2867 0 R /XYZ 138.2961 153.2008 null]
 >> endobj
 2889 0 obj <<
-/D [2886 0 R /XYZ 337.8826 708.3437 null]
+/D [2867 0 R /XYZ 71.731 145.8484 null]
 >> endobj
 2890 0 obj <<
-/D [2886 0 R /XYZ 71.731 695.3923 null]
+/D [2867 0 R /XYZ 71.731 108.0053 null]
 >> endobj
 2891 0 obj <<
-/D [2886 0 R /XYZ 71.731 683.2728 null]
+/D [2867 0 R /XYZ 114.7696 98.5059 null]
 >> endobj
-2885 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R >>
+2866 0 obj <<
+/Font << /F33 1398 0 R /F35 1752 0 R /F48 2196 0 R /F27 1298 0 R /F60 2701 0 R /F32 1306 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
 2894 0 obj <<
-/Length 1904      
+/Length 2100      
 /Filter /FlateDecode
 >>
 stream
-xڭXێ�8}�W~R�l��(i�6�s���3�x�&��,�m"���%��뷊E�6v#A��*�Hϩ"�7!�㛄�DȘP���w��L?��K�1Wиa}�e²T������ݻ��܈��8�7��8U(��j�+�;��^�O"I������Ԧ��_H�~x��TU����?�-O��q�nCX�`a��R2�V�l뻦���eh��4��l2�)X<9��q&��i��i`xБX��tI����8���]4j??�8�[���y��4�{�yQ�#/Iph����&����>ܰ-�+S"��W|�Mⶸ`Y�#��s��1"Y�1�C;��V7u-r��;š�ҩ��Oe�O�IJ`t�]z��i��n�ՀC��^aqt�Y��)~��[}k����6%V�Rߠ��N[U�yE�"�5j^��h<TNG��>��ԴJN��f�57U��3���~��jp�ԹI��]њs3�[sXy-��t�랼/�ElC��C�����M��v$4�����G{ �Ǧ�$.'`�"&#%id�dZ�>Ͽ������������B�EDI������R��+��W��CӒP
-�+5f����>���v��;ݓ��e$�:g^����ɲw���a\rN��"�r����'�X E�	{w���8#U��;6C�λ%�7�;X�zV��kZ1ʥ>Py\	��rk��n�/��]���YL�<�@?��,�w������A��L�*.`��dYxֿc!J"&O6Os�T��h�8T$%�yq���21�<�˲�S��0���8����Mݙ}��(�MS �x�<���e��j秚-D�X"��nz��_��[��k���Qe�[��2zO'��!Z"�p���Gܺ�j�w��)򔩄�7<ř�WN���%�Kca�u��}��J���{i����r8��x��y�{�.ݺ��Sht�4k~}E��I��eS���Q,�p��s�I������0��b	;��T���ge�I!f�ޔx�M
#���������� 䲢9=��g�/�F��Y��XJ��q���BH#���C�%@�	��8�K]T���$V�W����c���(s�օ���py\��l���#* ˢ�
?�x�c��%`@	��#5�����nP
[���܃=v�h��U�ȁ"�������Q	m�JhD*=��V���FRL72���������u�D��@[Y�
�Um�pX�ꁰu݈S�Gsp:�D-���Ž�v^�.b��؟������}���eMd(��"����ꐘsX[v�N���4�^\)�n巖F,����'�.���%��5�.��oG�����{��x��X2�C�������R��-5�ߖ��K
�=cw�����4�q>��&������/����cw�xO���
�J�u���\I�*���x�L!@��V ݩV�WR͒}wx�.��;���N��մ:�Wo�z�e*}�z�}S�R,�Q�bLe&X,���pX�2};��=ާ�؋�Y�,�/J���I�%ԃH@�@�(1��K��b�G�}�Q�����~&�t�-ɳq߁��d<���̒�Y�Of�x<v�_��<{VQ�S�&�j�J�m^�����n�����S�׎��m>�������P�:�z{�o�.���.��Y*��
�2��
-^|��M>��@o�i�^[��
j�bǨ�s�,���Q�4�k
I�*�?�a�>���	�*��i�zs�\��t=&�q��swn�
x+����G��v��@���,�G!f+�?��H��B#�9sA���}O�%����������zS���K��l��e���6P`�6��~�R����]��Y�x^L�E�r�Q�z��C�	��d�endstream
+xڵX_��6�O��")bE���@���w=�������([I����vv�}�g/)R{&��-QER����V���!�E���l������L�H�2�\��g�WZ�r�'a��;�"��<�z��Pd��Vw�����<�~��\���o�a,���4��r�X7M����_��~7Y�u*����{��S���$B��D��MfBG:u�͸	)קq<�۝M߈Ҷ�o���
}�g��cы�G�N�b��)*��@)�ĉv��p��-�?ud�㇟D�5�ʊ����XdB�T�=i,�Jc؋[~��������ó�d���Pێ&��LU4�gS�>u�<����k8���;��K�~�'^�{s��jw����u��Ӯ�-޳��?��3�a��ZM�'a:ˠ �B���#�2rv�t%��d}�"N�&�lT��%�x�X���t�D4Tuo���W�b�Ͻ��~�
x�:JF9��w����]#�"�||���>������xG���z�yzr�omuḭEë �����B�NJ��2C��{����4v���M�{�WPt���f1ׄP$"�Z�f�-�dfl�ƩAE(�
+�ةX����&Թ?	�Z����@̂����ڑ���UЈ�ʉ�P��M=��!ae����u�O����e��u�����[��5l�>�x��Q��W�B�h�����D.1˲ǁ��(,X<pO5sH�'��J�%�a��9�Gi�;*[^ZӍ�X{0�s�{��4��C�Z&Py��}����ϻ��D���\�����pE��Ed��PE3X�0o�92koh����b�&�tn)D���U`�H�p6e]44�7{暞��^:��=gK�u��&�B�E.a��!�����uSV��P|}p�B���B*C�-\��C]��pA���m�IW3��o l�u��2�~e��?U��a6Ja��w4Y���.�����B��I�,��TY1iN��Le�ƣ�̩�d\e�E?b>��ñ���E���[1��M1���sQ�e������P��!�n[�0w���Q�ݝ#��m@W�pʁv�a���X��K(L[���Sy�5�p϶gc
��[�.v�ٳ�����yO��0=� �d��X��@#��_Ͼ����Y�"��WdlD+������[�3h]Hz�`�*oOu.�%���t�.
��0���%�"8�^��ؕ~�`i0�5\�ѴD���0�.5򉐄���7�yl�fK���5
��R��w�7o���&��[�d�f�\�YNN�7��>�+��g���=����K=2��f��o����E�
+�!}���mK����h��n$��
+Ӝ��ؓ1�=
�g']=QTY!��D����>8�C>�3U=B�r6w2�#7Q��É�J$���u�')}�"�h�g�l��y���T��[oD����鍓S�;�H5Y�󗆋���(.Ha7��a��X�������a�m���B�����r<�;g��t�X��}W�������hނç�V���rQ�ԡo���"�^	�����f��.���
+��n���$w0�;^LQ8�Ҍ�-�F\]�*ج/
+(R�ue�w��h���EUM�����|�嗟W����.g��tQ��B��#��]���p]��bO<xQ�JW�|�
+�7�[��f����C��,��J�x��x��L$.�p��̘E�h��>LH����T��&Ji�z����[_��~5��H�B��}	<�n՛�a���L���^��<w!LF���x�:�~tYv�Z*�3�&�D*�r���X��x
+u�Bx��d���7��� B�}%����fW�Kw7X�tR0~�K�xk�H3�o��[l"p��뇑vA�.����ȡ�'�S�HE�I|v+�/'l�1�R'k��x�T�x;��D8B>_�f�'Tk���8L���`_����"�ݳ/;��ֽ��
�T��ZZq��򶂚�[gn���;~_,�B��ڵ�� �}~z�р��gO~8���/�h���4D	�1Mb$o�H�1�<�����'���U���5SX���K��;�䯢3e��}��uendstream
 endobj
 2893 0 obj <<
 /Type /Page
 /Contents 2894 0 R
 /Resources 2892 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2807 0 R
+/Parent 2813 0 R
 >> endobj
 2895 0 obj <<
 /D [2893 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1541 0 obj <<
-/D [2893 0 R /XYZ 71.731 718.3063 null]
->> endobj
-314 0 obj <<
-/D [2893 0 R /XYZ 402.3254 703.236 null]
->> endobj
-1542 0 obj <<
-/D [2893 0 R /XYZ 71.731 692.1839 null]
->> endobj
-318 0 obj <<
-/D [2893 0 R /XYZ 288.867 651.1593 null]
->> endobj
 2896 0 obj <<
-/D [2893 0 R /XYZ 71.731 638.7213 null]
->> endobj
-1543 0 obj <<
-/D [2893 0 R /XYZ 71.731 588.589 null]
->> endobj
-322 0 obj <<
-/D [2893 0 R /XYZ 234.3716 551.3735 null]
+/D [2893 0 R /XYZ 114.7696 708.3437 null]
 >> endobj
 2897 0 obj <<
-/D [2893 0 R /XYZ 71.731 541.0084 null]
+/D [2893 0 R /XYZ 114.7696 696.6874 null]
 >> endobj
 2898 0 obj <<
-/D [2893 0 R /XYZ 71.731 516.1407 null]
+/D [2893 0 R /XYZ 114.7696 685.0311 null]
 >> endobj
 2899 0 obj <<
-/D [2893 0 R /XYZ 71.731 516.1407 null]
+/D [2893 0 R /XYZ 114.7696 673.3748 null]
 >> endobj
 2900 0 obj <<
-/D [2893 0 R /XYZ 71.731 501.1967 null]
+/D [2893 0 R /XYZ 114.7696 661.7186 null]
 >> endobj
 2901 0 obj <<
-/D [2893 0 R /XYZ 71.731 490.3026 null]
+/D [2893 0 R /XYZ 114.7696 650.0623 null]
 >> endobj
 2902 0 obj <<
-/D [2893 0 R /XYZ 91.6563 472.4693 null]
+/D [2893 0 R /XYZ 114.7696 638.406 null]
 >> endobj
 2903 0 obj <<
-/D [2893 0 R /XYZ 71.731 447.3984 null]
+/D [2893 0 R /XYZ 114.7696 626.7497 null]
 >> endobj
 2904 0 obj <<
-/D [2893 0 R /XYZ 71.731 436.5043 null]
+/D [2893 0 R /XYZ 114.7696 615.0934 null]
 >> endobj
 2905 0 obj <<
-/D [2893 0 R /XYZ 91.6563 418.6711 null]
+/D [2893 0 R /XYZ 71.731 593.4745 null]
 >> endobj
 2906 0 obj <<
-/D [2893 0 R /XYZ 71.731 411.5329 null]
+/D [2893 0 R /XYZ 307.8359 580.5231 null]
+>> endobj
+1558 0 obj <<
+/D [2893 0 R /XYZ 71.731 562.4908 null]
+>> endobj
+310 0 obj <<
+/D [2893 0 R /XYZ 200.4719 523.2179 null]
 >> endobj
 2907 0 obj <<
-/D [2893 0 R /XYZ 277.6373 400.7383 null]
+/D [2893 0 R /XYZ 71.731 515.8656 null]
 >> endobj
 2908 0 obj <<
-/D [2893 0 R /XYZ 500.3641 400.7383 null]
+/D [2893 0 R /XYZ 380.576 503.0934 null]
 >> endobj
 2909 0 obj <<
-/D [2893 0 R /XYZ 156.4128 387.7869 null]
+/D [2893 0 R /XYZ 171.9039 490.142 null]
 >> endobj
 2910 0 obj <<
-/D [2893 0 R /XYZ 71.731 376.4435 null]
+/D [2893 0 R /XYZ 171.9039 490.142 null]
+>> endobj
+1559 0 obj <<
+/D [2893 0 R /XYZ 71.731 483.0038 null]
+>> endobj
+314 0 obj <<
+/D [2893 0 R /XYZ 197.8608 445.7883 null]
 >> endobj
 2911 0 obj <<
-/D [2893 0 R /XYZ 71.731 363.6923 null]
+/D [2893 0 R /XYZ 71.731 438.436 null]
+>> endobj
+1560 0 obj <<
+/D [2893 0 R /XYZ 71.731 397.6041 null]
+>> endobj
+318 0 obj <<
+/D [2893 0 R /XYZ 284.1841 365.2902 null]
 >> endobj
 2912 0 obj <<
-/D [2893 0 R /XYZ 91.6563 346.9401 null]
+/D [2893 0 R /XYZ 71.731 356.6527 null]
 >> endobj
 2913 0 obj <<
-/D [2893 0 R /XYZ 71.731 328.9078 null]
+/D [2893 0 R /XYZ 481.5316 346.3611 null]
 >> endobj
 2914 0 obj <<
-/D [2893 0 R /XYZ 91.6563 303.1045 null]
+/D [2893 0 R /XYZ 71.731 313.3201 null]
 >> endobj
 2915 0 obj <<
-/D [2893 0 R /XYZ 452.6579 303.1045 null]
+/D [2893 0 R /XYZ 71.731 276.5231 null]
 >> endobj
 2916 0 obj <<
-/D [2893 0 R /XYZ 91.6563 290.153 null]
+/D [2893 0 R /XYZ 71.731 261.5792 null]
 >> endobj
 2917 0 obj <<
-/D [2893 0 R /XYZ 71.731 278.8096 null]
+/D [2893 0 R /XYZ 76.7123 210.0722 null]
 >> endobj
 2918 0 obj <<
-/D [2893 0 R /XYZ 71.731 267.1394 null]
+/D [2893 0 R /XYZ 118.5554 166.5269 null]
 >> endobj
-2919 0 obj <<
-/D [2893 0 R /XYZ 91.6563 249.3062 null]
+1561 0 obj <<
+/D [2893 0 R /XYZ 71.731 102.9747 null]
 >> endobj
-2920 0 obj <<
-/D [2893 0 R /XYZ 71.731 231.2739 null]
+2892 0 obj <<
+/Font << /F33 1398 0 R /F60 2701 0 R /F35 1752 0 R /F27 1298 0 R /F23 1290 0 R /F32 1306 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 2921 0 obj <<
-/D [2893 0 R /XYZ 273.2199 218.422 null]
+/Length 2671      
+/Filter /FlateDecode
+>>
+stream
+xڕ˒��_�C�,%#�|8��T��ەLʕ�s�$J�*>vFI��ӍnP$��]��F��
����Z�J�|t*td�j_���,��b�-�l�H��=~�T���VO�U���2XŁ�Q���������e�f��\kA�﫶�E�W'��O�ɋ�n���û??
'� i�?�ހuϠV*Ai���U�"	%�E?`#N&l��xt9��j)�����9�`O��uO���h_�G�L*B�C؏������۬�/�R,�a�0e��&��&�]F���9f��Н��L���zo�}]���JD�4�������x����@�"o,q;��YËe}苬��E�ա4��H��w�^�m���pA����j��H�
+o'��J�;����48���ȶN�!�`Pn��lպ�!Cs�9��uE�cS�s��)'��U�"��d�����,n,�{jx��g�hᜋ D�e�y.�/pqO
�x�Ɯ�"벛,�,
+�N��k�,�tbd3v͕!��Yۼs9(�jER�_��*��I�R"M�Y5��8�_���*���<t��ٚ�@��7�G �N&nB-��5��M(׶�0�91��n"��y"� ���@đ����X�����j$s��sl#"�Fo�|r�&�;�u��~O���t�hx���i�͚��4�aEV�yɻ33��.\�(��v4i1��ZC�b4u�f-���|'L�m�
3���}ֶǾ(��R`m�)t�R���(�~i]4�!��`G�S�x�ͫC�*��|At!h^��zs5�ȟ�W>���
\�nv����&H��M���@(�¤���J����k�T4l�¾N(44�P�xYW-^��"OH{�z&x�w���I�g�T��^��4w�Dğ�����b��3.
��ɥFe!��e�O��%�@�]	���3��W�+��
։p>�͋�����/wdux�y�w���SIXg}T8��/S�!,�}�1�M�0���:S�}­ӛ!h��͝ʜ�`ҷ��2`d0#��f��8�FR��q��/��M�о&�N�f �Lk4a�1����T�G5�⪫��:c���۠Vq|��n���kO�:�j����3KJ��jN��,OK���vY��HzHQ1�K3p�a��[�]��-�y�h�M]��`E��V�k|��q��0�̓�x�7�����1��^�8�'p� ^��Mh���9;&�}�q��=
+/
+��ɇ������+�8�Ը������;@=`B����Ij%�L|»4yi]MtO�h�X�ZT�Q�A�[a@��
�QbA�9�7L��Z��L����H���DO}�?7JQ6��*M�J�r�/�pL�α.�u���O��κ,!��4�G�`�7��^D�~�Q��7#\I{�>�Q��B�ґ]^f�x�W���A_�@,�mȏ�s�����ɀ��g�E��`lY�T�-it��%'3�v@�����`,k�%��� ���Y��;,B	��޷4:5�r�1X�)��G���г����1ǜ���1�mw�d�Đ�#�g�5
�?4�4������
+B&?�ReK��|���*��lg��T�r�ʂF́�_����	�Ke��Ʈc.P14�i��D�r,��-HYi��� �����B��"N�Y�9�Ź��o�aA�M��C����#D�C�-�
+�{!!�cĂr $)���l���pu�M����:w���u��\����RrT}�s#��#-�Y����Uw�*��V��٥T>�ei7���O\꦳U'h�=��}�{\�C���?��s�)�c������Mw���},q��b,�������_9n`mC�hB��1�E��qYsI�Ć���G'���
�u����c��I��S#n�"�A.��d���5�����}����"4U�"k�ͤ�}�_:^��Ep�̸Ǽ;��/�A�P@��j�r�/
+>T��[�U{�t��my�p㟂f��X���ג'G&	�YY'���uf���Ka1H���r�U'|��N'a��(�R@�v+G��dh���jW�j�a�s�E,��"^����&����+o®]9m�!ǵ�)�"���r����qL��ߟy�PD��B���]��vJ�ѭ#I�6�2P����	����M�b��7�ܠ�~�u���΋H��p�$��6��44HRR����o�,�'T��������<�A}��-A��KAG������
+�7[��d��n�˘�m=��?�'�5�M
ot]�'�_���\"�/�8p�����kN��|���
w�4�>;@rhia``�u�G^bvk��"�K�7��l>��-�	]6ƥ�E�c����\��v�ŀ4�?l��a�tܻW"��n�Li(�#�<~������#Vk����!�SzE-�^�Np�w:��4X_�KAH�/������61E>���D�h�ࡖIE��5&rK��k������A���]6{���Kn�#w�/������8��׌�Fp�f�\�@C!d�����Cvt�e����Wٗ��2��=CI�o�ơ�S�-�
!kpt
+u��K;���}v����]����D$*J?����F�cЭ
+JN��.���hqendstream
+endobj
+2920 0 obj <<
+/Type /Page
+/Contents 2921 0 R
+/Resources 2919 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2813 0 R
+/Annots [ 2926 0 R ]
+>> endobj
+2926 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [290.6404 671.6118 344.6167 682.5157]
+/Subtype /Link
+/A << /S /GoTo /D (install-perlmodules-nonroot) >>
 >> endobj
 2922 0 obj <<
-/D [2893 0 R /XYZ 500.9123 218.422 null]
+/D [2920 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+322 0 obj <<
+/D [2920 0 R /XYZ 166.6153 707.8408 null]
 >> endobj
 2923 0 obj <<
-/D [2893 0 R /XYZ 156.4128 205.4706 null]
+/D [2920 0 R /XYZ 71.731 697.4758 null]
 >> endobj
 2924 0 obj <<
-/D [2893 0 R /XYZ 71.731 194.1272 null]
+/D [2920 0 R /XYZ 131.1334 687.7163 null]
 >> endobj
 2925 0 obj <<
-/D [2893 0 R /XYZ 71.731 182.457 null]
->> endobj
-2926 0 obj <<
-/D [2893 0 R /XYZ 91.6563 164.6238 null]
+/D [2920 0 R /XYZ 247.7914 687.7163 null]
 >> endobj
 2927 0 obj <<
-/D [2893 0 R /XYZ 470.9856 164.6238 null]
+/D [2920 0 R /XYZ 407.9148 674.7648 null]
 >> endobj
 2928 0 obj <<
-/D [2893 0 R /XYZ 71.731 139.5529 null]
+/D [2920 0 R /XYZ 71.731 672.608 null]
 >> endobj
 2929 0 obj <<
-/D [2893 0 R /XYZ 71.731 128.6587 null]
+/D [2920 0 R /XYZ 118.5554 634.044 null]
 >> endobj
 2930 0 obj <<
-/D [2893 0 R /XYZ 91.6563 110.8255 null]
+/D [2920 0 R /XYZ 174.165 625.5796 null]
 >> endobj
-2892 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F33 1378 0 R >>
-/ProcSet [ /PDF /Text ]
+2931 0 obj <<
+/D [2920 0 R /XYZ 173.7108 613.9233 null]
+>> endobj
+1562 0 obj <<
+/D [2920 0 R /XYZ 71.731 578.7608 null]
+>> endobj
+326 0 obj <<
+/D [2920 0 R /XYZ 259.4726 550.1142 null]
 >> endobj
-2933 0 obj <<
-/Length 2419      
-/Filter /FlateDecode
->>
-stream
-xڭˎ��>_a��l�^�c���$l���9e�-Ѷ0��HԺ{�>U�"%�Ƚ9h�bU�ޤ�U��*E�'*D��hU���#,��M�(;��͑�|��>�W�(�(]=VI�,ȋUG"�a�z�����.F��]$�u,��]u��z���=�����K�4j������3�q&�8�*���Z�(��X�"�i�9E�ę��Cm�f�ٺ�JG����	n�	�*�'�;s�=<\�Wq�:Qv��t�32! @��D�������[�-�M��I�^�%�R���
-
-��4C砦�Dr}]�Nн�_c���C/�q��R��vIP�4I�څ�(d�XLohk���>�z�#����"$�
�rQ���7�/S0�Ld���H�������N~��(
-��nN�y,��G�)�V[;�kE�@��4��F�U��&�k��mW͉'�if�=!�����ֹx������LZ����N���uit�<;A�O�|4����hfW&�i��6�[�}�W�^p�8A��0��0X��8A���E�����q'�b�;�f��xi^8�n=�٤��2�:�����4������'��WO c�AVsqOD?�ā�ڸP�"����\do�@>�Дܐ�L���+��K�ʒC_�A�<�����7�bҧn0L��굪^d��7)����t���d���d��Rœ����P��M,�N�]T����}Ii
��'M��f�U6�V�piԳ�L_k�N�>؁	��\�P0sQ�:k*ð�}0��~޺m�y.�݄���.�ێm��{�j�9��,�^����Q|�b��8�Z$�m�400 ��	���~��)��Ƕ.�
-*�iR�0�h����cRnH����Q���Aӿj�l�`)�Z���,�ܓqKqc�)'�a�6����� b�_WW4U��qJ�78�N��K��}F���OO����J�u`����(�eL]�L�I��m�Y���OE��tR�n�׺u���$��޸dv�3Ad';�4v긑�� �yo��o2�,�Y��<Ӳ�:7�
���З�������D��,���5��O��#/����Y!d��W��Z�����w�Kz$E�M YGgi`F{�u�CJ.�ArلPB\��)�.@o���-���T�v����TF[#`����LsAZdV^��� r��<��3��x�Z�9^
-NjSw��|�U��FC^�Ůhj�WbA�8�1��BMN����h**��ɜ�;�-.
-�7Kms��S��r6�#C�&�F_�U�^n�}F�(��E���\�T[�:��:Q�o�R4��(@���пA�IV�y� 
-JE#�V/Y�E�g�����a{�l��ܾ����h��6O�P%&�~����aݖ�ș��:k� >�rX^�4���5�B����[�[Ֆl&'L7q阰y����
-�JlA�G� |��]c q��H3��ب�Mw��zp�.j_7�y������Vř�n����Hd!}Wm+��ː��j���D���3��̠���q��f,�`�@�R�fwQ�����r�>�Ȱ�]ږ)um4��f�Bc�V^Q��}=1���EA��-��!b)2ʼ����+�i͛O��-��1u�tK�G&W�PP��u�{`�4?�M}rY6�"L�s��Lc��A��z�"Y �4��!k
-˷X��UC�Iu���~!��T��
-@�=�[����À>�>K�݌:�p���r�!x*:�����I�,1Y�ȥHCL�s�1�w-���t�+���+Zb���C�6e�/Ԉ���1B^c#���"`��͠��K%
-���m�Rmۍ�I^�NQ��d~��4�x�:y,�h|	���<�l
�m&BW�h���@��7%*��k�n�����ܳ��/aY�'Ȭ�����	�z<��#-v�t���m{�m�<�;A1i@!��=X�o78�����06f�N	�BI�n��h�)��?U�X�$�� ��7
�a��`KNL���5�s�?|�@@��%U�KJ�����JiG�Q}��-�Y}��S�M�t`{C���#��$=�
-���=1U�ꨮ�|�|tԬ����2q�y���������!�y��G�9��a��E!���<�?���m�넇��T��1�=�&�6��z${��3֥�!J-�igO�gҜ롥�
%�,�p��!����?�$�6���������{T���#�F��q��4�)}�Sk��kd�Z�E�p�{U�� AԘ�J:���0�~�횽� [[]4?�q���ٽ��`�b�q���p����6F�ٚ���7ߗ�7<�F=�[��2Y�f����p�Ê�W�o�����"]�$y��k?n�p��mKF�A��)!�(��c���E�Rendstream
-endobj
 2932 0 obj <<
-/Type /Page
-/Contents 2933 0 R
-/Resources 2931 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2973 0 R
+/D [2920 0 R /XYZ 71.731 541.4767 null]
+>> endobj
+2933 0 obj <<
+/D [2920 0 R /XYZ 71.731 518.2337 null]
 >> endobj
 2934 0 obj <<
-/D [2932 0 R /XYZ 71.731 729.2652 null]
+/D [2920 0 R /XYZ 172.5953 518.2337 null]
 >> endobj
 2935 0 obj <<
-/D [2932 0 R /XYZ 146.0002 708.3437 null]
+/D [2920 0 R /XYZ 271.7266 518.2337 null]
 >> endobj
 2936 0 obj <<
-/D [2932 0 R /XYZ 318.2313 708.3437 null]
+/D [2920 0 R /XYZ 337.8826 505.2823 null]
 >> endobj
 2937 0 obj <<
-/D [2932 0 R /XYZ 433.516 708.3437 null]
+/D [2920 0 R /XYZ 71.731 492.3309 null]
 >> endobj
 2938 0 obj <<
-/D [2932 0 R /XYZ 71.731 683.2728 null]
+/D [2920 0 R /XYZ 71.731 480.2114 null]
+>> endobj
+1563 0 obj <<
+/D [2920 0 R /XYZ 71.731 372.8142 null]
+>> endobj
+330 0 obj <<
+/D [2920 0 R /XYZ 331.6984 329.7167 null]
 >> endobj
 2939 0 obj <<
-/D [2932 0 R /XYZ 71.731 670.3214 null]
+/D [2920 0 R /XYZ 71.731 317.2787 null]
 >> endobj
 2940 0 obj <<
-/D [2932 0 R /XYZ 91.6563 654.5454 null]
+/D [2920 0 R /XYZ 71.731 288.068 null]
 >> endobj
 2941 0 obj <<
-/D [2932 0 R /XYZ 91.6563 641.594 null]
+/D [2920 0 R /XYZ 71.731 249.2137 null]
 >> endobj
 2942 0 obj <<
-/D [2932 0 R /XYZ 158.7209 641.594 null]
+/D [2920 0 R /XYZ 71.731 234.2697 null]
 >> endobj
 2943 0 obj <<
-/D [2932 0 R /XYZ 329.0454 641.594 null]
+/D [2920 0 R /XYZ 214.8223 201.4577 null]
+>> endobj
+1564 0 obj <<
+/D [2920 0 R /XYZ 76.7123 171.8686 null]
+>> endobj
+334 0 obj <<
+/D [2920 0 R /XYZ 248.5887 132.4963 null]
 >> endobj
 2944 0 obj <<
-/D [2932 0 R /XYZ 442.8963 641.594 null]
+/D [2920 0 R /XYZ 71.731 122.1313 null]
 >> endobj
 2945 0 obj <<
-/D [2932 0 R /XYZ 71.731 616.5231 null]
+/D [2920 0 R /XYZ 71.731 110.2149 null]
 >> endobj
 2946 0 obj <<
-/D [2932 0 R /XYZ 71.731 605.629 null]
+/D [2920 0 R /XYZ 71.731 105.2336 null]
 >> endobj
-2947 0 obj <<
-/D [2932 0 R /XYZ 91.6563 587.7958 null]
+2919 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F32 1306 0 R /F35 1752 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2949 0 obj <<
+/Length 2497      
+/Filter /FlateDecode
+>>
+stream
+xڭ]��6�=�B�Kd`�I���p@��594�4�MQ�Z[��ؒO������pH}��?p8G�o�;>��qID„
+��ܿ�
,����x}�_��MJ'a��y\;�Y�҉�`q�c�q�O��6=4Y��D軂�����t�ˋ
�8n���v��ߏ��c{r(#�����xA3������G$,�9~�d ��+D��
+K�R�Gp6�,N�R2v�����n�!„7��9KWO��m���]��z��&�	�/?��Ms����t:-T貧��]sɬ�<v7����a���zt��nV�yY�\�,@e�9�x�T�JkRo,�8�U�/���ڝ;�p�p,	y�?쵑�`]C�Us�s_ӼΖ
�0Q�Ֆ�"��
���.k��B��E��y[��E��F�,����B��	n�\k���ț3�o���+�h�c�y�8	���j�n:冒>��Hɸ!dȂ8���R�b�
� cF	��ܓ�	��"(��v�>e`}��5j�W"q�o�w����ySڋ��3N�iU��ڪ+m��{<�k�@�#7�"T����zE+��lJ�=�l��X�j��a�C������p���ʳbٝ������ձj#��9��n�ˮ(F`�]�Gu�-ޓ��3G����0�
|{DwUj,hfn'�]&������L���4t���.���=~�� �8�SC��aC6@
YY��~g��U��(��.�u�M�+����Z�6��	���B$�C��@1	V�`�G�KJ��L惕���d3�j��Ɖ�F�C���q��[*<5�l�3G�����0�"|H�b��rS�����`,x��!�3j���&}��Aɨ��g	R�Q���?�&;~��3��	�?|���G,'���H솚��;fx������v$�lJ����T�i���'�(vG�)��I9�]��1`�ia��A�Uu�JwբQ��0�*[��1��YWe��.���
���`4�0),;ԣ`^��i 撳�W��1�{djSߑ	8&�:�%��*s��.�jla�
�Ah��/!�*�U���p��J�3�k"�q������	�R$)=��
+p��U�ZO����қ�$�[�tz5g�ܼ�1�!�L�y'��t!}L��i
�i�hF��D�k�(�(�_���NE���5qG�#�q ���M�h�8�Q�t���-�����0g*T/!σ���1z��(�)9$,��<q�݊0�w"�l�{⮑!f�m�\���/�;Z餄�S����d��iO��ntY��]ђ����ʽٺm�|4�:�Gs���q����N��n��L
+�BC�'�d:��h�3�W���mp��a;��t�xY��i���F;3��Z��k�@_6 l0@����{���Uv�
+�0��T',?����t��l?ג�{<]�զ<����Ik'\�	bS���U�6T`�u/�%�.�v
�m��YqE����������]ʫA�����T.X��
+������"���H� bPm$,���2���w���t�+u/���JӢ��sؿ�x�dMHpL�,J��Oe�l���U�8Z���U�8^�*K��6��_TQz�*�H��ﲍm��B��Sa���-��r������w���I�"f0O	&b�N�"�����)��<Lua�G]��h��)�ׯV\Խ�~�u��("^SeG�幦�v1 �d�Al
]�>���
W��ñ����EU�<B7�@������:	��w�X�����!ڂhM��K�b�F@\��uh04���o�<���^5 �'P.8`;,r���D^�j�'��O���.&W�����K�R�cʭ}�7+�,Ƣ�/zm�B��"X��wg��d�
+��bGp5���=^$,�ce���s=W��$��Ɣ޺��Z<�y0�t	
@Fh2A�R��Qb����[�]f�K�;"��F�hB�R�ig��qCZ�^�{-�&�R�Um3m�U��<��]&����C�a�m_�����9��}��(��Gwfަ��_��®LW�s��z�G���eCZogm6�
+K���f�b��o�ɋ���G��*DKt]�	�[�)�1�7t��+�i�(�hSV�kǔ��ճ:���κUL�Ȟu+�g�l��@ڔUdLY
=�x�]CƢ5Ծ^*z��6���1I'Ư�V82J����f*���U�/q�O��l�[�f�����q+�ꊃD����'�{�s�����#�|0��rX�[rL���#O�o�=��=���$���Y��Kd�["mf��J�h��apƪl-��#�$�F��h����!/n��h����c��wȰwm�.,���cӟ2[3w1��c�O����%R���þ�}+��a���`^�ÿz^T���O
V2( &��O%L���ɛ�m+����,�*��7x�f�/x(b��$i9�v!����́QƅOendstream
+endobj
 2948 0 obj <<
-/D [2932 0 R /XYZ 71.731 562.7248 null]
+/Type /Page
+/Contents 2949 0 R
+/Resources 2947 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2991 0 R
+/Annots [ 2955 0 R 2958 0 R 2959 0 R 2978 0 R 2983 0 R 2987 0 R ]
 >> endobj
-2949 0 obj <<
-/D [2932 0 R /XYZ 71.731 551.8307 null]
+2955 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [184.8991 674.3064 236.4861 685.2104]
+/Subtype /Link
+/A << /S /GoTo /D (sanitycheck) >>
+>> endobj
+2958 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [507.0988 643.4222 538.9788 654.3262]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+2959 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.7348 630.8444 103.1133 641.3747]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+2978 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.9201 293.9438 157.6881 304.4741]
+/Subtype /Link
+/A << /S /GoTo /D (upgrade-cvs) >>
+>> endobj
+2983 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [160.4076 240.1455 222.1755 250.6758]
+/Subtype /Link
+/A << /S /GoTo /D (upgrade-tarball) >>
+>> endobj
+2987 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [106.829 186.3472 168.597 196.8776]
+/Subtype /Link
+/A << /S /GoTo /D (upgrade-patches) >>
 >> endobj
 2950 0 obj <<
-/D [2932 0 R /XYZ 91.6563 533.9975 null]
+/D [2948 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 2951 0 obj <<
-/D [2932 0 R /XYZ 397.1684 508.0946 null]
+/D [2948 0 R /XYZ 89.6638 708.3437 null]
 >> endobj
 2952 0 obj <<
-/D [2932 0 R /XYZ 71.731 505.9378 null]
+/D [2948 0 R /XYZ 128.8307 708.3437 null]
 >> endobj
 2953 0 obj <<
-/D [2932 0 R /XYZ 71.731 490.9938 null]
+/D [2948 0 R /XYZ 71.731 693.2354 null]
 >> endobj
 2954 0 obj <<
-/D [2932 0 R /XYZ 374.7853 481.4944 null]
->> endobj
-2955 0 obj <<
-/D [2932 0 R /XYZ 71.731 430.6849 null]
+/D [2948 0 R /XYZ 89.6638 677.4595 null]
 >> endobj
 2956 0 obj <<
-/D [2932 0 R /XYZ 71.731 417.6339 null]
+/D [2948 0 R /XYZ 71.731 662.3513 null]
 >> endobj
 2957 0 obj <<
-/D [2932 0 R /XYZ 91.6563 399.8007 null]
->> endobj
-2958 0 obj <<
-/D [2932 0 R /XYZ 71.731 373.7983 null]
->> endobj
-2959 0 obj <<
-/D [2932 0 R /XYZ 71.731 358.8544 null]
+/D [2948 0 R /XYZ 89.6638 646.5753 null]
 >> endobj
 2960 0 obj <<
-/D [2932 0 R /XYZ 336.3446 347.2976 null]
+/D [2948 0 R /XYZ 71.731 631.8407 null]
 >> endobj
 2961 0 obj <<
-/D [2932 0 R /XYZ 126.7256 323.9851 null]
+/D [2948 0 R /XYZ 89.6638 615.6911 null]
 >> endobj
 2962 0 obj <<
-/D [2932 0 R /XYZ 71.731 261.5193 null]
+/D [2948 0 R /XYZ 250.1301 615.6911 null]
 >> endobj
 2963 0 obj <<
-/D [2932 0 R /XYZ 71.731 248.4683 null]
+/D [2948 0 R /XYZ 71.731 600.5829 null]
 >> endobj
 2964 0 obj <<
-/D [2932 0 R /XYZ 91.6563 230.6351 null]
+/D [2948 0 R /XYZ 136.4882 562.0188 null]
 >> endobj
 2965 0 obj <<
-/D [2932 0 R /XYZ 332.6904 217.6837 null]
+/D [2948 0 R /XYZ 71.731 513.4106 null]
 >> endobj
 2966 0 obj <<
-/D [2932 0 R /XYZ 379.415 204.7323 null]
+/D [2948 0 R /XYZ 71.731 491.5477 null]
 >> endobj
 2967 0 obj <<
-/D [2932 0 R /XYZ 462.7813 204.7323 null]
+/D [2948 0 R /XYZ 71.731 476.6038 null]
 >> endobj
 2968 0 obj <<
-/D [2932 0 R /XYZ 71.731 192.6128 null]
+/D [2948 0 R /XYZ 71.731 463.6524 null]
 >> endobj
 2969 0 obj <<
-/D [2932 0 R /XYZ 71.731 179.6614 null]
+/D [2948 0 R /XYZ 109.5891 447.8764 null]
 >> endobj
 2970 0 obj <<
-/D [2932 0 R /XYZ 91.6563 163.8854 null]
+/D [2948 0 R /XYZ 109.5891 447.8764 null]
 >> endobj
 2971 0 obj <<
-/D [2932 0 R /XYZ 318.1286 150.934 null]
+/D [2948 0 R /XYZ 71.731 435.8914 null]
 >> endobj
 2972 0 obj <<
-/D [2932 0 R /XYZ 249.373 137.9826 null]
+/D [2948 0 R /XYZ 71.731 422.8055 null]
 >> endobj
-2931 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+2973 0 obj <<
+/D [2948 0 R /XYZ 109.5891 407.0296 null]
+>> endobj
+2974 0 obj <<
+/D [2948 0 R /XYZ 109.5891 407.0296 null]
+>> endobj
+1565 0 obj <<
+/D [2948 0 R /XYZ 71.731 384.1155 null]
+>> endobj
+338 0 obj <<
+/D [2948 0 R /XYZ 283.5785 344.7432 null]
 >> endobj
-2976 0 obj <<
-/Length 2205      
-/Filter /FlateDecode
->>
-stream
-xڭَ�6�}��藖��V�$[�y�ɉ	$�� �ŀ�hK�(ͤ���biʭ`�h�X,�ź$Ǜ���!	<D�}&6e�*ڜa��W1��f�}���_�$ɦ���oO�4��C��C"�<���c�K�e-/��;�EA��M�5}���gB}1��h�Vn���ݫ���,9�E�RCG�\Gq�t��Fy����h8_Σ���~��wQ$J95C���Q��Q����":����>�>MC!��f�s|�p��l�\��_���*��!t���F_��p7}O{Sʹ�Щ�<+B'�Nu�	�.���^OV�a|�U����">�;��m�j����8�d�����X�“4�"�O6-�">kKqk#�h/[�'�|ltc���i�m�Q8�iuH�_�à����Z�=�	:	�E�1�܉�k��T�f�@<~j��B�A�r�8�K��&��{�g�'r�Z`�4�|tG��'B���<2c���/��<����*so$�.�����]�ћ�@�53�@PzZڗ�F�*iJ
-
-�Ğ�4���ׄ�#&�!���������n�A�*�1�Ҟ
ѐ6��ƪH
�8��/��k�w����53���ȉ0��F-�q�H���n1�sV��eb
jH��S(q{�EdCAY�٥�̸�%a��r��5��\~ܦ��m�Fi��W&����X�tߜ�IP1I�8(�~���ŏ�SP�y}�҅d`@S�K���L?�%Zo2��p1+�l���+�����Ed&g�u��0ђr�+�.���Z��#F�|F�U=����c�d��;���ĥ�_R���M�-L�h��� t�GU�J�������1���<�6ea*k�@�.ʢ�W�j�����iA���q,��T����rr��
-�A�ؕFq�"#o��r���N[��Y$¤��f�1|�["�[���
�?BP:��f.b.�����De#��Vǁ�|��.�����iIN��(% @k�;"veo���,���m�G
-R{t��S3�kYR5��ȕ.��0_�����P��
��KX��D�������pFkxޟ���}u��T7�@?�@ٽ&��OE�I&MDrT��SC��|��ԗ�Z�����v-;�q��J�}�q)�BJ6e�vi��wB$~��:e'��)�1�	�z5/��.�<�CG�W��YDO����eFdi˛ j�]�ۤ&A�mh���1��QJ�	�����f�xe����������5 XM~5���M�v�����8���]�04�?�F/�/3b�����X�\?7r�Y�d��Ko�D,�Na�htGKsq��J,�ư��EXU�I�',�KD���X� �Zu/[���<��J�f<AzM���Y�͏X��8R��ۼUMCZ3��uB��oP%�'f��Ov��X��n���o�Y�Ǩ~�����zե�M�DG��j�����t����\ѣ��n�l�V�a��e���f_݌��1�<���&~���́�~��f�m�efd�	�B���.�?x�#����us�[�w����a������>+�BO�F�q�������.�Pݯ�2��<3�<I..�wn/����Ysy�]���nO�@�XD\7Bo΍�'�1�vb�t���A��������i6U��fPӾ"�*�)�)���4!8�GD�c���Ű�{�
--���	+�dj��M��7w�ڡ��av�=��̝�o��'E*Y�IPK�H��Sr���t�Dx�%�$,�4u]���.�}���E�f�=S�$	��M͹�Wx��pAw�4	��H�n�5�∾�(^!����ĵ9�����b�+),�4����Q���r
-;*����&���0��@^.��L���)<m��]!H_�̩g���"D�,]9�6U<���L��\�2��1oO+q�)x.��8�q���Zz㔝;���Z��a@ƪ�@Q�9+_$,)�)b<��'�5��@���x�*q�G0w���:��0$4U@������^��v�B��94�C�I�hE�=�o��~�qq��_;�ɓ���B���
Z�!���+�Mc�+m�M�r�$��*2z݋���u���$7#�n�X}
h����7�x��u �K�14��(X���0XsZ���\|[��o��Q��y�/�����O���(��b��fQ���Ċ�?A���endstream
-endobj
 2975 0 obj <<
-/Type /Page
-/Contents 2976 0 R
-/Resources 2974 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2973 0 R
+/D [2948 0 R /XYZ 71.731 334.3782 null]
 >> endobj
-2977 0 obj <<
-/D [2975 0 R /XYZ 71.731 729.2652 null]
+2976 0 obj <<
+/D [2948 0 R /XYZ 71.731 322.4618 null]
 >> endobj
-2978 0 obj <<
-/D [2975 0 R /XYZ 71.731 718.3063 null]
+2977 0 obj <<
+/D [2948 0 R /XYZ 71.731 307.5179 null]
 >> endobj
 2979 0 obj <<
-/D [2975 0 R /XYZ 71.731 706.1869 null]
+/D [2948 0 R /XYZ 71.731 294.94 null]
 >> endobj
 2980 0 obj <<
-/D [2975 0 R /XYZ 91.6563 690.4109 null]
->> endobj
-1544 0 obj <<
-/D [2975 0 R /XYZ 71.731 632.4433 null]
->> endobj
-326 0 obj <<
-/D [2975 0 R /XYZ 268.9021 594.2515 null]
+/D [2948 0 R /XYZ 91.6563 278.7905 null]
 >> endobj
 2981 0 obj <<
-/D [2975 0 R /XYZ 71.731 586.8992 null]
+/D [2948 0 R /XYZ 121.0649 278.7905 null]
 >> endobj
 2982 0 obj <<
-/D [2975 0 R /XYZ 71.731 546.0673 null]
->> endobj
-2983 0 obj <<
-/D [2975 0 R /XYZ 71.731 531.1234 null]
+/D [2948 0 R /XYZ 71.731 253.7196 null]
 >> endobj
 2984 0 obj <<
-/D [2975 0 R /XYZ 71.731 518.1719 null]
+/D [2948 0 R /XYZ 71.731 241.1418 null]
 >> endobj
 2985 0 obj <<
-/D [2975 0 R /XYZ 91.6563 502.396 null]
+/D [2948 0 R /XYZ 91.6563 224.9922 null]
 >> endobj
 2986 0 obj <<
-/D [2975 0 R /XYZ 233.106 476.4931 null]
->> endobj
-1545 0 obj <<
-/D [2975 0 R /XYZ 71.731 458.4608 null]
->> endobj
-330 0 obj <<
-/D [2975 0 R /XYZ 247.484 419.188 null]
->> endobj
-2987 0 obj <<
-/D [2975 0 R /XYZ 71.731 411.8357 null]
+/D [2948 0 R /XYZ 71.731 199.9213 null]
 >> endobj
 2988 0 obj <<
-/D [2975 0 R /XYZ 71.731 358.0524 null]
+/D [2948 0 R /XYZ 71.731 187.3435 null]
 >> endobj
 2989 0 obj <<
-/D [2975 0 R /XYZ 71.731 343.1084 null]
+/D [2948 0 R /XYZ 91.6563 171.194 null]
 >> endobj
 2990 0 obj <<
-/D [2975 0 R /XYZ 71.731 330.157 null]
+/D [2948 0 R /XYZ 71.731 151.1044 null]
 >> endobj
-2991 0 obj <<
-/D [2975 0 R /XYZ 91.6563 314.3811 null]
+1566 0 obj <<
+/D [2948 0 R /XYZ 71.731 138.153 null]
 >> endobj
-2992 0 obj <<
-/D [2975 0 R /XYZ 385.5711 288.4782 null]
+2947 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R /F32 1306 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+2994 0 obj <<
+/Length 2520      
+/Filter /FlateDecode
+>>
+stream
+xڭ]�۸�=��b�,��r�һ�=䐇��)���@�h�Iԉ�n6��3��,y��W�A�p83�'-!��"A��#w�Lb�(�W��K?���a���ǻWۿ+���D&���"Y�KC�H��Xd����˷���u���8\ʀ����Ue�#�<����W�������FαJ�]�o�z*�T!�] �p8k�*R��Oi �����݁��+/�&�|%�彦YmK�kJ]�P;�MO�Ӊ~��5$w���K��������Jd�	���/d�–�b;^�u[�v�g�A��H��ѹ=vyI7�;���tz%���9��M?�遆=O�RP�����Z�
�����F	�,�+����VB�p�T��س#@��_�����{/;B[�y���ك�O�L�R��ִ���
�bY�"�D�mm��A�"��^Ϗ����+l�4��,�4H�d�$*���-c�6S,��1=����I��0k�D�$�p� À��O��t�,�!����T����߯��*�V"[12(���a�s���{�����#]6n��4���+.�����bSEPi�U�3�'��	�8�-Ly��s�����a&��xp��}5#K��3�1�a(K�'N���CgkZPAH���9�Ǫ�1
+��*&7]�H�mn�J;G��B�!�	�(*��'M�3�Ap]��'��{��2o�>�L!�G|���``8���o����ۢ"$��pJZ�P%9
+��m�����<t��r�<�|��9j7�{v�>��| (Z�vM��M���
�y}K#�/��ǔ@y���:'���
_Hc	2H
Ë�xs=!Ϯ����Nn�[Eᒯ�S�MSL��m��~15��!f�����UC8d1�2nX��j du�W�K6S��{�/�O��Ń�n\��5�@g�BӐ�9�ٹ1Rz!�͝�t�tp� }Q��I� �v�:-L�n���//�w'��pH�~&@�x��8��U�Rq�؆
++��k��uL�cc�Z�'�hfXZ�kZ����!�eܲ�X'R��X��-��M�A��ˠ��6	,��FK�q��B)A#�^J>�Lq�a�?Ҡ���vF�l���>h×N:��*)H��9�*���;���=��n�q@;�*���<�5��e�W�Kc���6M��TRשTJ	5GU�gpL���h���T�K���ĺ��kg�F��W�Rr��:�w��]?#���]q���{ë`�k�ܔ3*�ck8�t�{���!�%@�v�*^��$I��$E����i��ӟ-	'hК�G���'_�&	���>��S_W�����q��7�8Q�3tR䆩��n�����/��>�ŋ���v��7yc�G��/�o�[�:�A���Zg��'l0Fy�m�܃��7$aM$L�@�4�aty=2~���h����qǟW��<y�����3F�[j��o~��`�ƒ����{�����$�'���メ��8�����
��N<pP���C�t��,mᶐ�>A,�.��� U�V7�Rr��me\���ݺ�M9�k�wu�W�"�
+.d�1(��H��� J�hF�Y��츓�Ӌø	�'�c��n@g�:�ތ<��w��B������_B���
+Q���gs�1��1!�F���K�D���z���>�i|�y�4#
+���=s��ס&���FL(�M
���
+���r��kpn�����b�a�K��$���x���� ��@x=e<���
+SY�T7�����kQ�v����H�7z��$T�x"c�c����lr�&T��>����[A@��$�j�}=����W��&3�Rsp$[�g����?c�
PAgQ �a�>C�f�{}X)`�e����;�n����ዥ�M���_�[@nΊ󺐮G�{�~�`����^�F�y�\��E
+� �����x�c�tAB�瞹+?��Ͽ�I�W٤dV/�̣���cM�]�i	v2��s�\����E�2pd�ò�%\r�ϕ� ρL�u�(����X�:F�Ь�|t,Uy��e��4����}����&�o{�2�dHׅ5�j�T6���M���#��2N}߾�b��^���Y9�-'t��,�M�����T"�>��x����b�E�//U�$�#��U��M�#|�����Cg6-agR�����7š��_�z����Q��e����c���ϴf��aNy�|k�3t����F`���H�����9�k�Е��K���%(�K���4�w�M=A��߬��h>9?�u���)
��Ӽ�#&�bx�ŧ5��� �P5�j�n��@�l�stX�=\����z�"o�]=�@D��]�n�x_h@ގ�_��%t��
s����0z����/�������#Ƹ���/9h��~��3��.��;r��q��i��m���t�[[�����=���-8~�Nd�3�,�D�{��	���b	����o���g���n0�/��
+�endstream
+endobj
 2993 0 obj <<
-/D [2975 0 R /XYZ 71.731 265.4646 null]
+/Type /Page
+/Contents 2994 0 R
+/Resources 2992 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 2991 0 R
+/Annots [ 2997 0 R ]
 >> endobj
-2994 0 obj <<
-/D [2975 0 R /XYZ 71.731 252.5131 null]
+2997 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [106.7097 662.416 161.0057 671.2627]
+/Subtype /Link
+/A << /S /GoTo /D (template-method) >>
 >> endobj
 2995 0 obj <<
-/D [2975 0 R /XYZ 91.6563 234.6799 null]
+/D [2993 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-2996 0 obj <<
-/D [2975 0 R /XYZ 486.1475 234.6799 null]
+342 0 obj <<
+/D [2993 0 R /XYZ 308.1414 708.3437 null]
 >> endobj
-1546 0 obj <<
-/D [2975 0 R /XYZ 71.731 201.6389 null]
+2996 0 obj <<
+/D [2993 0 R /XYZ 71.731 699.7062 null]
 >> endobj
-334 0 obj <<
-/D [2975 0 R /XYZ 198.3489 164.4234 null]
+2998 0 obj <<
+/D [2993 0 R /XYZ 71.731 658.431 null]
 >> endobj
-2997 0 obj <<
-/D [2975 0 R /XYZ 71.731 157.0711 null]
+1567 0 obj <<
+/D [2993 0 R /XYZ 71.731 586.6352 null]
 >> endobj
-1547 0 obj <<
-/D [2975 0 R /XYZ 71.731 124.2093 null]
+346 0 obj <<
+/D [2993 0 R /XYZ 237.8221 553.325 null]
 >> endobj
-2974 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F32 1286 0 R >>
-/ProcSet [ /PDF /Text ]
+2999 0 obj <<
+/D [2993 0 R /XYZ 71.731 544.6875 null]
 >> endobj
 3000 0 obj <<
-/Length 2071      
-/Filter /FlateDecode
->>
-stream
-xڭ˒��_�̉J�h|���מ���ʓJ� �L2	�X��t� ��l.[<�ht7�~R�2�Īi�� �TV�\�O��l��`�
�l�H?<��)�WM�T�Z=VE��u�mVu.�m)�����ɧ�:;=�7�̒<��c{2�n��py���:�����~z���y�6[8�F��2�|%�4/*�B��fu�-21OEZ�d�Š	ȍ��,�����ۙ��#
-	������Ff��E�y���z��urF��(�+�m�c�������1�N�Zf�c��d�p	�(��
��e���ލ)�pH5.�P�s�	�?Z;j��z4�#�G��e����KT�z#DŽ�z�|%�71^?�!Ӧ���I
��u���D�8
-���rE)�bzp�xA^��Y��	0P�Ϩ�,���QH���`f#-�D��<�	r@��]	l�^� �Zl��@q2���uJ���L�w�'���������L�\�Z��ףr��y��x��������Aӂ��e>���I��i�����#�Z=����y��"�2I�%$xJS�2���|��W�(��|�IeZ4Y
����8��"�Rԫ͜#�����Ve�O碔��\�3����u׎���,�����������fӛ�B�49��A���C�I�x�7g�ͻNO��q��#3�
�E��	��b#�+0b0t_*tK������>8�?Xq<���+��A5�]��$(!hm��l`�_<b�]��%�ɧO�����K�B�����a��*kr��#?��/��ϣqzg�оy����]Ge�����@�A+P3�9��\����j�t�;'N�#�,ǹ�H�22ކ}����s�zY�ȍ����R�O���Ct�ڱg�i���)Oei�a4���,���ၟ��q�I��LHA��jλ�t�	7�|E��d\��h��C�5/=/C�=k�\�0֧���n�Ҫ~.� _m!U#qIB��*�����߬��rQ̐e��U.A|��쭮�j�u馇����뮴uX�&#��iGE���3������H�]��9��,�`���E>�
-l��2Zo]JO�]#�k@j&P >�&\u#8Z�r��'X����-����	J�8����V9�S�xD�x�p�(d�� �;m��@;'T,<�o3�lV���S�����ǀ�i�P�lR�ߙu��X��#�D��T�^f!�ͮ���ȸbG7��=�C�u���BM��(�3���<�����v�c�G/�uvO�9�BeP@^�7��߯"��|�qH�hΙN�P�TԴ���s卫�rr\���=}��O?�h�7f3��m����3�k5���=v)q���Å0�GK)I�ך��1Fu���������������4��� ���(gR3�<"�\�yq(�Lz���f��n��p�{-R�KZt�!
-�.qCy@h.c�X���OƗ���!|��mL
�]�)�ܱm�Н�q� 6�Bu���f���T�Q���}�ɠ�f{m��Jco�sp�C�'�y	�
�o	�|��3hk6Ke�,�ZS������ag&AAy�O���0}�i~��$�����4B�hB��Ƀ�5v����ha�H����Ʋ�L�9-vT ��
-t��޽9e)�Z�o9�ߏ�k��wm�_S��q̲x�[v����'e:�ж��LN�3"(����ށz'X�>�cܛ�����(��ފ���q��ׂ:�f�6i�
)����[�9�j؅�}o�&�桇7=\ �׺�3��"�4Q�`dN��c�����,a���0��
-���~Y����"j��O�Q�7��Q4�7`�G"���a�u0�3`F����h�Z��堦v�9ſV)a<��������b��Y7K�es�[6\�7o��&�'hȒ`lu�I`��r��r�5�f̏/3�6��O���4O|n8�Mw݌kt�ZG���}�ߔ��k4�1���=�Գ�=�
��q����{ӥ*q�nE�|�/���OhXi&�&r�;{����vq��endstream
-endobj
-2999 0 obj <<
-/Type /Page
-/Contents 3000 0 R
-/Resources 2998 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 2973 0 R
+/D [2993 0 R /XYZ 71.731 503.4123 null]
 >> endobj
 3001 0 obj <<
-/D [2999 0 R /XYZ 71.731 729.2652 null]
->> endobj
-338 0 obj <<
-/D [2999 0 R /XYZ 253.8823 707.8408 null]
+/D [2993 0 R /XYZ 71.731 467.5468 null]
 >> endobj
 3002 0 obj <<
-/D [2999 0 R /XYZ 71.731 697.4758 null]
+/D [2993 0 R /XYZ 104.0099 455.99 null]
 >> endobj
 3003 0 obj <<
-/D [2999 0 R /XYZ 71.731 659.6566 null]
+/D [2993 0 R /XYZ 104.0099 444.3337 null]
 >> endobj
 3004 0 obj <<
-/D [2999 0 R /XYZ 71.731 644.7126 null]
+/D [2993 0 R /XYZ 147.0485 421.0212 null]
 >> endobj
 3005 0 obj <<
-/D [2999 0 R /XYZ 71.731 633.8185 null]
+/D [2993 0 R /XYZ 104.0099 409.3649 null]
 >> endobj
 3006 0 obj <<
-/D [2999 0 R /XYZ 91.6563 615.9853 null]
+/D [2993 0 R /XYZ 71.731 361.359 null]
 >> endobj
 3007 0 obj <<
-/D [2999 0 R /XYZ 71.731 569.9928 null]
+/D [2993 0 R /XYZ 71.731 339.4272 null]
 >> endobj
 3008 0 obj <<
-/D [2999 0 R /XYZ 71.731 544.09 null]
+/D [2993 0 R /XYZ 118.5554 298.8945 null]
 >> endobj
 3009 0 obj <<
-/D [2999 0 R /XYZ 71.731 529.146 null]
+/D [2993 0 R /XYZ 225.6892 287.4174 null]
 >> endobj
 3010 0 obj <<
-/D [2999 0 R /XYZ 71.731 445.5245 null]
+/D [2993 0 R /XYZ 332.3173 287.4174 null]
 >> endobj
-3011 0 obj <<
-/D [2999 0 R /XYZ 71.731 430.4162 null]
+1568 0 obj <<
+/D [2993 0 R /XYZ 71.731 242.1846 null]
 >> endobj
-3012 0 obj <<
-/D [2999 0 R /XYZ 91.6563 414.6403 null]
+350 0 obj <<
+/D [2993 0 R /XYZ 270.3754 213.538 null]
 >> endobj
-1548 0 obj <<
-/D [2999 0 R /XYZ 71.731 381.5993 null]
+3011 0 obj <<
+/D [2993 0 R /XYZ 71.731 204.9005 null]
 >> endobj
-342 0 obj <<
-/D [2999 0 R /XYZ 184.9496 344.3838 null]
+3012 0 obj <<
+/D [2993 0 R /XYZ 86.3959 181.6576 null]
 >> endobj
 3013 0 obj <<
-/D [2999 0 R /XYZ 71.731 334.0188 null]
+/D [2993 0 R /XYZ 71.731 174.5194 null]
 >> endobj
 3014 0 obj <<
-/D [2999 0 R /XYZ 71.731 298.2568 null]
+/D [2993 0 R /XYZ 401.1475 150.7734 null]
 >> endobj
 3015 0 obj <<
-/D [2999 0 R /XYZ 71.731 283.3129 null]
+/D [2993 0 R /XYZ 71.731 125.7025 null]
 >> endobj
 3016 0 obj <<
-/D [2999 0 R /XYZ 71.731 268.3042 null]
+/D [2993 0 R /XYZ 104.0099 116.203 null]
 >> endobj
 3017 0 obj <<
-/D [2999 0 R /XYZ 91.6563 252.5282 null]
->> endobj
-3018 0 obj <<
-/D [2999 0 R /XYZ 71.731 227.4573 null]
->> endobj
-3019 0 obj <<
-/D [2999 0 R /XYZ 71.731 216.5632 null]
->> endobj
-3020 0 obj <<
-/D [2999 0 R /XYZ 91.6563 198.73 null]
+/D [2993 0 R /XYZ 104.0099 104.5467 null]
 >> endobj
-1549 0 obj <<
-/D [2999 0 R /XYZ 71.731 165.689 null]
->> endobj
-2998 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >>
+2992 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F60 2701 0 R /F54 2470 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3023 0 obj <<
-/Length 2467      
+3020 0 obj <<
+/Length 1831      
 /Filter /FlateDecode
 >>
 stream
-xڭYK��6�ϯ0�k��t��$�,6@�i ��=�mkW��zL���S/R����a�@�,�E��#�o������>A�Il��;�9���;_X�³�3}z|����p�{y$���&R�KU�o�0���6�忷?��u0�n�jz��X^���^5'&}OVu�w�y�统��q�zy+�����17~�Q��v�*��H���D�,�P
n��������F &�mUm���� �I���aV�n��d�U��е�П�f8�)@gp�v�v�����Oh���^5���7Tm��B��If�t%�co:�-/�Ώ���(t�����&	0�����0]�k,���7w9�H�s���/���NB�e�������чڔ���x��k�/:'`k�L��N_��{��p��䐹cբ�KE�٠m�{L�Y�N4���r��hY�۶��Uq��0�����V�|��)y�F�k������-��L�rβ+;XS��5��M��R���W[=��\���a�_��kۘf�
-��V�W�N�*9\n2�d�+V�>v����WTY�'��J�@v�l�מ�t��尚��-�	(l)l�}uj�L$��nR�>�PO�t�����%�L��gs5Mi�O��i������;�<�܁��XŽub���)ll�f�-M�'�!)G�j���������NJ������Jp�d䓌C�����ot�׼��BpA�
�u�@RZ�'���
��iL���r:��9��=fp���:�����/܇���YQ��d�X���0��?v֓�x������!�0��\\�+a��Թ;)]tD�(L�0
��lS������_�
-j�KY�
�F"b�ylw�������Q�H$�WST��n�2#k�|l��O�"Y­�z*�a���+�l,a��㕻_L1v���vpM� �54�����G�BV���pdjYq���E:u�
fm�<UÙ9E,u�jԐ�-;�]U�oU_M�ӲS�Fj�0U���W���r*e��u-��q�x���XjKDϽ�N�u�2	
�_ȣmQA��ܗ�預��q��ش�b��n��Y46f��J&(D��TT�YZj��&���:�0H�(� ��vb��eq���%�V�����0�	�3f�#>���H3.�Y�i���V���j��"_P�jn9�sRK�'�bW�	������'����z/b9�R���/+	"�c�G��R�&+;�j� jhM`M�tm��P����.f��y�{���$|���2���`��H�)gDn�<v�`s�Y^`�$�kQ�o�(��<]��8�����/��v'�
-Ԙt���]��ԃ8I_��1���ܟ"L�
-J�?�?<#N'>�PB&�9Ե$��t�(W)4gc��t'�<(Š�\⽾�e8	�uQ����T��N�3�1���Xл��`�&$1*��C��
-to��LQI���XJ�q��8A�J�Y��6�ׄ|;�2��(hm�4ݳ���z�1���8��
-b�ȷ����3-<���
��*��֞I|�ږk��̘�RӀ,	C�fH~[h����e�V��� XlRiL>���c�V>���inK]���ej^���N��V�m��q���������ͯ�#�l��5B�QA}X�(���.�JL��?T���q����a�EVC�}�p��g��_k]���9n8��I�;~��@����¦-
-O����d
���B�t��Յ�i%�I�l!|<�ѣ��y1�cŬr���k���-�v5iv豸�<	�n�T��c?ج��܎����,�Bf����)�
-�卄A��a�W�C�^�����s�/�Dž*S10jS�iC#�[s��}ɵТc���b�B���[=wZY�Ad���vq��D�9ܼǓ4}��%�/��']`�`D{�ߗe�KHG.�g)hև���- �	����v�‰4j7DT�Bl:��\���l+�a�i��4���i�ھ�XUMQ���r.hn�}k3��0���<M����}����~�v���V1�,���˲ z]
������ق#;H2P��nC��CF�.��a�����;���ė��q�C=�G6�C�"���a5so�����ܢE,�$��c��YWN���l�X��fc�6 rw�f����@k~wY)�փ����R�qV��;L��)b�w�8c���.o��s����F.��{NKu��X�o�c��R�N�s���`��G��oU��Ǫ}�ԏ�q��.���G3�8X;��j5��$x��Z��-�� �\�GԆ�����Ћ��Z��Jd��yp����g��G �o[0An�@C�8�*A�/�-���_K���)Ma�޽8�W�)����|ww{3�n��
�����RS����՟=g<��z�A�)?ϝ$r�ş1W��f�endstream
+xڽXK��4����*j�X������
+.P�X��Į��ly�3��n���=Yf*K�V��������^�Y�G�LD�����`�Wܱ��n������� �R�F"�n���	Kc?��@�$�w�����P���v'B#}l���lN43��˪R�?o~z�����0�Y����U���X�Pz�TITp����@�U��?���v����Kctd���Ù��q΢0
+���ψ-�glp')�#�Q=��p{����w��q,�t���$jy�r�7>�m�òۡ<5m�阅eV{�F1��d�͒�Wm�|#<Nal?���LUY�˓�R��a��Y;�~AK>��4�f욆<,9�F�]�X�\�/m�|:�׷�w]�X[�����Z�"�c	!&J�RI���$�$�'OSz����]��0b�O쎋�ђ{w9dµdL�l`��%��H����0m��	i/��V��7&��\c.�E#8=�#��p'<0chF�^�X��|�h�Z5���)�ZS�H79
�%�Ħ����M��[��x.��m)�E�ۭ7�%�7w���Z �e�j�rmTY�v���Z5N�)�#���L�(S��u[�S*�`	���uf��ـ!�~�(dc�k�'�-��@�{O�
+�+9|��E�`������|$B�؞�9����D<�?@�C�v�O&1���n
+��،ݩW�����v��C�S��w�k8��v�%E���w�aI9���#�D�hzO��67���}�h��mqG�#���[OE�Bm�?SthprG�ic6�����pI�������x�i<���-�lZ�֪l��
#�G"�]1�HߥrȲT�[�f%����F����k�u՝#�&��Q
+��sucB5.����������K�����.�@���p�]�Lʄ�H��	&�¯4��˰S&CzpR�P��!������@�R�Ђ��>Y[U�r��vn��_0 ����>�������0��;�h�ܩ��^������	���cI�4�*�@P�`�2���j1K�[k6K#�J4�8�|'DL�@����m�d�Mb��XA�UI�<���>`���H@G/kq\��\'=�6��PHWW��ط5�p��G��8]-�42����H'��?�Y��v@g$����׭�<������w"O������h�m�87U�r���R'}��X0�t_����y��^�==��>�I�c1}(_c���:�x&Y�5���K����A�^	n{3�K�@����2a0���oK�Zu����OD[:b����Gf�� L�w4�_X�D+�ί�\�g�&G�K��?T��\�P���-�z�"��I�j�����a�������|�2�|Ү�rH:�����Ӿ�����m�a�(|w���ʼ</m�߻����������S�����6Z�k�zZ�gka�[7C��}GY����6cǺ�Z��э������>ݵk��齮�;�������ڝ��m���nwx�P����;o0*u0�m��-)��=,B��0�ے�U+�@��v[�T���yk��6�!�C"Rd"�
���ˆV�P�v�gh�4&[�~�`��oo��fp�PN<W�{���Q�v�r"��=�]g�S�a��N���������X�%�߶�[S?*��v�x\��q�`[�eʄL��?�.\�9���,���]�^*EP��U��#��q����'�x,��#wMf�j2��{��?�8�}�S��y���I�c7
����W&,�Qz���P��y�z �?��L�t�_^���endstream
 endobj
-3022 0 obj <<
+3019 0 obj <<
 /Type /Page
-/Contents 3023 0 R
-/Resources 3021 0 R
+/Contents 3020 0 R
+/Resources 3018 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2973 0 R
-/Annots [ 3030 0 R 3042 0 R 3046 0 R ]
+/Parent 2991 0 R
+/Annots [ 3049 0 R ]
 >> endobj
-3030 0 obj <<
+3049 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [466.7066 439.0439 518.512 449.9478]
+/Rect [270.8639 146.2572 332.6702 156.8394]
 /Subtype /Link
-/A << /S /GoTo /D (groups) >>
+/A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-3042 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [281.6014 233.8135 340.8787 244.7174]
-/Subtype /Link
-/A << /S /GoTo /D (edit-groups) >>
+3021 0 obj <<
+/D [3019 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-3046 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [205.9567 180.0152 269.8466 190.9192]
-/Subtype /Link
-/A << /S /GoTo /D (savedsearches) >>
+3022 0 obj <<
+/D [3019 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-3024 0 obj <<
-/D [3022 0 R /XYZ 71.731 729.2652 null]
+3023 0 obj <<
+/D [3019 0 R /XYZ 104.0099 696.6874 null]
 >> endobj
-346 0 obj <<
-/D [3022 0 R /XYZ 193.414 707.8408 null]
+3024 0 obj <<
+/D [3019 0 R /XYZ 71.731 671.9941 null]
 >> endobj
 3025 0 obj <<
-/D [3022 0 R /XYZ 71.731 697.4758 null]
+/D [3019 0 R /XYZ 104.0099 650.0623 null]
 >> endobj
 3026 0 obj <<
-/D [3022 0 R /XYZ 101.0411 648.862 null]
->> endobj
-1550 0 obj <<
-/D [3022 0 R /XYZ 71.731 641.7238 null]
->> endobj
-350 0 obj <<
-/D [3022 0 R /XYZ 250.9846 604.5083 null]
+/D [3019 0 R /XYZ 104.0099 638.406 null]
 >> endobj
 3027 0 obj <<
-/D [3022 0 R /XYZ 71.731 594.3656 null]
+/D [3019 0 R /XYZ 104.0099 626.7497 null]
 >> endobj
 3028 0 obj <<
-/D [3022 0 R /XYZ 484.3889 571.4323 null]
->> endobj
-1551 0 obj <<
-/D [3022 0 R /XYZ 71.731 551.3428 null]
->> endobj
-354 0 obj <<
-/D [3022 0 R /XYZ 214.9614 514.1272 null]
+/D [3019 0 R /XYZ 104.0099 615.0934 null]
 >> endobj
 3029 0 obj <<
-/D [3022 0 R /XYZ 71.731 503.9846 null]
+/D [3019 0 R /XYZ 104.0099 603.4371 null]
+>> endobj
+3030 0 obj <<
+/D [3019 0 R /XYZ 104.0099 591.7808 null]
 >> endobj
 3031 0 obj <<
-/D [3022 0 R /XYZ 71.731 440.0401 null]
+/D [3019 0 R /XYZ 71.731 580.1246 null]
 >> endobj
 3032 0 obj <<
-/D [3022 0 R /XYZ 71.731 425.0962 null]
+/D [3019 0 R /XYZ 118.5554 536.5792 null]
 >> endobj
 3033 0 obj <<
-/D [3022 0 R /XYZ 71.731 412.1447 null]
+/D [3019 0 R /XYZ 137.5117 528.1148 null]
 >> endobj
 3034 0 obj <<
-/D [3022 0 R /XYZ 91.6563 396.3688 null]
+/D [3019 0 R /XYZ 71.731 494.5383 null]
+>> endobj
+1569 0 obj <<
+/D [3019 0 R /XYZ 71.731 456.8 null]
+>> endobj
+354 0 obj <<
+/D [3019 0 R /XYZ 258.3011 421.4325 null]
 >> endobj
 3035 0 obj <<
-/D [3022 0 R /XYZ 71.731 371.2979 null]
+/D [3019 0 R /XYZ 71.731 412.795 null]
 >> endobj
 3036 0 obj <<
-/D [3022 0 R /XYZ 71.731 358.3465 null]
+/D [3019 0 R /XYZ 71.731 395.3653 null]
 >> endobj
 3037 0 obj <<
-/D [3022 0 R /XYZ 91.6563 342.5706 null]
+/D [3019 0 R /XYZ 473.4713 371.6193 null]
 >> endobj
 3038 0 obj <<
-/D [3022 0 R /XYZ 250.8743 329.6191 null]
+/D [3019 0 R /XYZ 71.731 351.5297 null]
 >> endobj
 3039 0 obj <<
-/D [3022 0 R /XYZ 71.731 291.5968 null]
+/D [3019 0 R /XYZ 71.731 317.7215 null]
 >> endobj
 3040 0 obj <<
-/D [3022 0 R /XYZ 71.731 278.6454 null]
+/D [3019 0 R /XYZ 104.0099 306.1647 null]
 >> endobj
 3041 0 obj <<
-/D [3022 0 R /XYZ 91.6563 262.8694 null]
+/D [3019 0 R /XYZ 104.0099 294.5085 null]
+>> endobj
+3042 0 obj <<
+/D [3019 0 R /XYZ 71.731 293.2935 null]
 >> endobj
 3043 0 obj <<
-/D [3022 0 R /XYZ 71.731 224.8471 null]
+/D [3019 0 R /XYZ 104.0099 271.1959 null]
 >> endobj
 3044 0 obj <<
-/D [3022 0 R /XYZ 71.731 211.8957 null]
+/D [3019 0 R /XYZ 104.0099 259.5396 null]
 >> endobj
 3045 0 obj <<
-/D [3022 0 R /XYZ 91.6563 196.1198 null]
->> endobj
-1552 0 obj <<
-/D [3022 0 R /XYZ 71.731 176.0302 null]
+/D [3019 0 R /XYZ 71.731 234.8463 null]
 >> endobj
-358 0 obj <<
-/D [3022 0 R /XYZ 262.0456 138.8147 null]
+3046 0 obj <<
+/D [3019 0 R /XYZ 71.731 212.9145 null]
 >> endobj
 3047 0 obj <<
-/D [3022 0 R /XYZ 71.731 131.4623 null]
+/D [3019 0 R /XYZ 118.5554 169.3691 null]
 >> endobj
-3021 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >>
+3048 0 obj <<
+/D [3019 0 R /XYZ 421.5762 160.9047 null]
+>> endobj
+1570 0 obj <<
+/D [3019 0 R /XYZ 71.731 117.3655 null]
+>> endobj
+3018 0 obj <<
+/Font << /F33 1398 0 R /F54 2470 0 R /F35 1752 0 R /F60 2701 0 R /F23 1290 0 R /F44 2183 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3050 0 obj <<
-/Length 2868      
+3052 0 obj <<
+/Length 2740      
 /Filter /FlateDecode
 >>
 stream
-xڭk��6�{~���
،D��8��R��e���W���ʒ�G7�_�,��M?���p83΋�����/b_�>:U:
-�"�?�w0��g��l�f3%zs���{c�J#-n����T�%�"6Z%��,n�?�ow���j�Coi_���.;�����w�+�ʮ�����O7����*M@“�T�:�x��ۭ�(��4����I�e����WP��2���C�+��l_65Suٮ�ˊm�20jOˆ���ޖ�6�ۢ�`-��~h˽m�<�-�}x���u.�Ol�=�|oٴ2�7h<0���*
���7�HҾ��g�Ą���7��U��Ce3Tᇲߕ5��9��_����iy��������+ԝPu]yW�����]i0�P���NX��bR��&U<�s��?�����*���
��\�(�XhY���o�f+�])$�k�x�����@+��e�+�ݐ+D@_��<+W�ݦ��NN��Cx���}k�/��9����3'A�,lP�&�Q��
8b�~��cDžmI��`����	t�9ӡc;�ئ�Y[�x�v���%�[�tC��m�j=~e�(�o��|9,D�,k����qo�'J�$����{2)�Qd�|Z�a�!�E�˼��y�.p_$}'�t'?L�lݼ[IL�;nW~
-|W��h��
-��^q���D+��%�P/�S�t�E�Z_�3����G������E�9c�n�=,bG'dQ
c����CfD��N�'�؈�e�ڕ���E�Z�	/�`ֶ���gƤ.�a��``���������ZV��}(i�A�N�żqbj�x�I0����nD��#9َ[�V���>��lm�J���0��9#����(���i�XY+^���C햔"3�]!Ҧ���uHN_�=s�p�<>��</;Ȑ�_�}���5~��0��@C�����T84'������'�B�URh`�z�]J|^�ׂt�I���%�ٴE�v&ٶ�i�5��p�@䕣�=^;eW���8)a�zFO�k|*�'ߣ_P��;���B�H��D��������:�#a/���~Q�	�_h���
�h����p���Qa@c*���Ao@�i�$Z�*Mu�h��v\�HE�֎\�vF��l�8Q����f��<F�I��E�Y�A�t�sG�<�P��� X$�F�o�$P�����dG��M�Y���H�f�	�c��ෆ��nv�%Zr�s~�	5��00�̄�, �K���4�����x�vzѿ�S��UF��	��H�$�-$hzi����	i���+����p�/l- �
��$�5k3��L�5V䈗<����^M��L�a.̋͵-mW�RB�&6�uE3̚q�Ҥ��GDո�#޾�o)}=a��9�d �?�	��8s$x�bܯ�84�W��J0��6��޶�Y�5�n�x$��i��{��[9��Unݱ�T{{��}�Q�ᅫ���X$/�2x��9
wH�*I�d���b��k׿�j3%�x
��CFR!D�H���IcY9�l���Q����R��ҝL2�m��p�`'l��$�kw�`���鮩8��<�`���N���y�=R؁|x��^̏�|�����˗��#p��i�^v;���B����e�#H����9;��O��7�0$e��1���D?Kݑ���?���́��n�5��!���<�v#��Zz��%|g��+�/t�r����/�p{��U���
��
-���i�^�d��{z�	��P�6��I�jK�+d�c30@y�r��i������q68`,x2u��do�E���
-�X�,��Wt��B��5"Ht��ӈ_�o���;σ\i�{]�}!=mn&�J��Z?h�0T$��C�I	��v
�.D���+��"{d`r��!����
-��V��;��	��잡���L��..�u�M,���hz�0	�b�Q��e@�����_��37��6�m=@�}d�"/�I!r�T'!dH`\Rr�ۗ��<;�UIPh�_��X<��ߡ��$�|l�xGo��\��� %y��%��x�)"�x7:Q���/������C�yN��\�f��t��Ԅ����*�(������t�#��i{�"$ێ>#�'��䎦��K�Y�.Ȓ!�Q��EVb��������?����b�w�-e?j�.�������IR5��U
-v&�?}U'���Ie���z<LR0��I��oS�2:Jh�y�]���0�E>v����kEv�y`yv������a-����x���G���v�7YSun-����N�GR+4�A1��2$#"�9��1N��-�ϫ�#�m=}ʥ�AQ�g^:���D&b`�0/�^ȅ���&>�?&��jݗX���+y��;���S���Sw� ��~%��Ao���A��My�_���5����q���8�#��W�>�5�%:��cr�r|<9�T��dž��f/08:壎��k��*�kCOQH߆-�oY���Qp�R� n'*�?�#���Ja�_sZ�OxN�^xR��Ap7���Z���m�y�* �$򰊘�S��iI���l��i�D��=y
-Q��Hq|N���������˿Gf&G�C%�bY��$=�a�
-�������{�7p�~y��}
w�$���O9>��#���(�۝�L��9�p<|^�e���'Zq@�fl�aT�WJ�D�,k��1���������[���7N��M�ԋ������]�,8���̸it)C]~F8w�b,.d?\{^�����bwv=��Oh.������49ᖍ~���+�P]M�endstream
+xڍ]���}E
+4L4�d�c�z��[���(z�A;������f����H9��$�6�LQ�I�\�O�b)b
?**2j�=~V{x���Q6��#}z����֫T���VϻU(�Ɓ^�Z���d���k��`O]�<l�	�J��lY՞�?���ei�����N6:i�o�7`�Tz%C��H!���A,�0 ����F��d��>�ʼ#����2�u����N��f92	���Ճ�FB��8�?�ʬ_�n��v��=�����Ҭs��@���bqO�:��7���ݘ��A�*[�C�姖�מ��p>��z��b��8q �*2�HT�.[#m�X����f�Prrvd��(����߁��3��—��F��I
:���N� C�]QW���7�ˈY�C";�[���&�vu�F�5�V��x��CL�0�j�p]ffA�h�R�����s�:����7�xg�`�m�L�ل"���W��T��Esv^��
+�B�(n	�d��d ��]�%�Ed��Hg!�!��yB�V~oYom���]�_8'�BK3.zJ�7�5��Na��5'R.D��!HTҋ��D+�'��-�"�겤P�7��m^�= ���"9v`�R��I�CP(Z_<Z��6{�S^��^�Uϖb��w<{�uó=�٫��p�;<�&3�޳U{A�-����O`�N��=��o~�s�����z�}�a�Q���@�0�m!Xw�8��w��o�L(�f<�F$q|G��=f�ȗ��;/Nv$��	F	n������
�_����Y����t�DBI�=.�np��>`����C(9Be��B��󖗼{�sF�V`||kZt����$FHn����Xx#}�e����2�Y������Ȋ��탄���5����O�ᕚI8�8�q좥��p�G+_P]�R�6m��+�
+jl�*�g��m��'q*҂���F���_���`�Q��N9 �D)}�^�����A��.b6-Ī�p��nZ����h��&���گbzp1�i}~in��#����L�^�D���]N;��Т`��>ǩ/0A����m�^__�ݱ|z%��)�#%$~,��}�x�is�-RKa�(](�Ur�V:����+)�T�U��v�.�v�����x�w3�	h��X_i=0Zk����	���t�T�Vw�0�FF�H�4���ܦg��(\���5j?���E�1^�}QUd4����x�{���h;�z\�ű0�>C6V}���9�0!�}.��9��b]Su̬�YdX���l3�G+r�A�2�8����X�����P�-�'a���2S���萞�4�&�ի� qs�~4H�!T��Rd
+�m������.��m�JС2�tMB��2������öס��F�[��!@����ހg*&^�/pL�QL�mq,J�`}�HoȀ���V�@�'	\�k��b:�MTP�<��p�5_��h(���x4�4Al� �Q@�#�c�z$�^��~�r�+d�آA[�������O���H�H���mG�|������h��Qҋ$���p��Uݵʼn{D����x���\?0�� C{��;3�e^-����_�faF��Y��ƧZ8�T|�˟	2-�������w���������2*u*̛��6�_P}��v��|c��Z��~��+�U�6F�az�jc�P��BY���Z8���Œ6�����_�X._mUt�����q{>+���#��7E5`�atN��]&��є	���hqn21`�abNmԯ9S�QQ]�	f�R#�B��P�#*o�8S9�@y�c��WL�K���#
+e���7��|'p䂀�Ԁ}l'�mN�3���i��ҽ�Iآ��RzV{�
+�y�o�.�M~�0S
�򭂔Tٸ%�u󍞶u�ӭ�1\����:t7��WMBa�
+c�l֎*�5��O:��l��#D����y��MK�ݹA�;��%V���eyʅڍ
H,o���|���m
+J`�.6��:yp�okyf.x �sny�M��y�%��Ǚ�<�q�e��Oؙ���,(v�3���2���Qs��H�����/�oK������P���*���>^rW�y�9.���@wX5�N5n=j�P���Qvr�!,_RB���V,}W�����OuW�o��cb��9��{�k鶥i��-��Q��&��Z�:�.��
+@�/EI�?`��_���B�_��;�mv,*h�ۑq����
��<�2ߠ�d��<g�H�������
�ў�ɺ:3�܌�4�~��c���sp�td b9�q�JBK��r�sB-4���
+L�)�#mFXgJ�"�!��f$�������s��	%��ҹ?L�k>b�X��h���8S������-AX��f2 ���H��F���A�a:R��Ř ]�:H�����j|��T��=�į}���d�n���6'd7|���2y
+3����^�����U�bq0K`��V5������X� i�	r(�VJgE�N��O�ӏ-��TB�<~^�M�������&�s��'�z�ТB5p$�c3�	O��oG��Pr��������Vc��&ߟ�݇���7�?�D=�TG�}ߎ�J/�(��F����u��OO���x�m���OK)�A�Ƌ�}�����I��a"�7�&a�3�������X]^�3����1tendstream
 endobj
-3049 0 obj <<
+3051 0 obj <<
 /Type /Page
-/Contents 3050 0 R
-/Resources 3048 0 R
+/Contents 3052 0 R
+/Resources 3050 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2973 0 R
-/Annots [ 3057 0 R ]
+/Parent 2991 0 R
+/Annots [ 3062 0 R 3079 0 R 3083 0 R ]
 >> endobj
-3057 0 obj <<
+3062 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [269.8985 491.684 309.6129 502.2663]
+/Rect [300.478 612.8322 346.8734 623.7361]
 /Subtype /Link
-/A << /S /GoTo /D (gloss-contrib) >>
+/A << /S /GoTo /D (configuration) >>
 >> endobj
-3051 0 obj <<
-/D [3049 0 R /XYZ 71.731 729.2652 null]
+3079 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [185.7724 352.5961 237.5777 363.5]
+/Subtype /Link
+/A << /S /GoTo /D (sanitycheck) >>
 >> endobj
-3052 0 obj <<
-/D [3049 0 R /XYZ 71.731 741.2204 null]
+3083 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [242.3291 205.4279 289.7803 216.3319]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
 >> endobj
 3053 0 obj <<
-/D [3049 0 R /XYZ 71.731 718.3063 null]
+/D [3051 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+358 0 obj <<
+/D [3051 0 R /XYZ 287.9255 707.8408 null]
 >> endobj
 3054 0 obj <<
-/D [3049 0 R /XYZ 71.731 576.6725 null]
+/D [3051 0 R /XYZ 71.731 697.4758 null]
 >> endobj
 3055 0 obj <<
-/D [3049 0 R /XYZ 118.5554 541.1212 null]
+/D [3051 0 R /XYZ 71.731 685.5594 null]
 >> endobj
 3056 0 obj <<
-/D [3049 0 R /XYZ 118.5554 494.6753 null]
+/D [3051 0 R /XYZ 71.731 680.5781 null]
+>> endobj
+3057 0 obj <<
+/D [3051 0 R /XYZ 89.6638 659.8209 null]
 >> endobj
 3058 0 obj <<
-/D [3049 0 R /XYZ 492.6563 494.6753 null]
+/D [3051 0 R /XYZ 278.683 646.8695 null]
 >> endobj
 3059 0 obj <<
-/D [3049 0 R /XYZ 71.731 461.0987 null]
+/D [3051 0 R /XYZ 371.2702 646.8695 null]
 >> endobj
 3060 0 obj <<
-/D [3049 0 R /XYZ 71.731 452.1873 null]
+/D [3051 0 R /XYZ 71.731 631.7612 null]
 >> endobj
 3061 0 obj <<
-/D [3049 0 R /XYZ 71.731 437.2433 null]
->> endobj
-3062 0 obj <<
-/D [3049 0 R /XYZ 71.731 424.2919 null]
+/D [3051 0 R /XYZ 89.6638 615.9853 null]
 >> endobj
 3063 0 obj <<
-/D [3049 0 R /XYZ 91.6563 408.516 null]
+/D [3051 0 R /XYZ 71.731 600.877 null]
 >> endobj
 3064 0 obj <<
-/D [3049 0 R /XYZ 167.8682 408.516 null]
+/D [3051 0 R /XYZ 89.6638 585.1011 null]
 >> endobj
 3065 0 obj <<
-/D [3049 0 R /XYZ 376.6947 382.6131 null]
+/D [3051 0 R /XYZ 417.8838 585.1011 null]
 >> endobj
 3066 0 obj <<
-/D [3049 0 R /XYZ 101.8978 369.6617 null]
+/D [3051 0 R /XYZ 71.731 565.0115 null]
 >> endobj
 3067 0 obj <<
-/D [3049 0 R /XYZ 71.731 359.5995 null]
+/D [3051 0 R /XYZ 121.9427 555.512 null]
 >> endobj
 3068 0 obj <<
-/D [3049 0 R /XYZ 71.731 346.6481 null]
+/D [3051 0 R /XYZ 121.9427 543.8558 null]
 >> endobj
 3069 0 obj <<
-/D [3049 0 R /XYZ 91.6563 328.8149 null]
+/D [3051 0 R /XYZ 71.731 532.1995 null]
 >> endobj
 3070 0 obj <<
-/D [3049 0 R /XYZ 71.731 308.7253 null]
+/D [3051 0 R /XYZ 136.4882 493.6354 null]
 >> endobj
 3071 0 obj <<
-/D [3049 0 R /XYZ 107.7061 297.9307 null]
+/D [3051 0 R /XYZ 314.0312 485.1711 null]
 >> endobj
 3072 0 obj <<
-/D [3049 0 R /XYZ 204.8513 297.9307 null]
+/D [3051 0 R /XYZ 71.731 478.1947 null]
 >> endobj
 3073 0 obj <<
-/D [3049 0 R /XYZ 71.731 290.7925 null]
+/D [3051 0 R /XYZ 136.4882 437.6621 null]
 >> endobj
 3074 0 obj <<
-/D [3049 0 R /XYZ 71.731 259.9084 null]
+/D [3051 0 R /XYZ 377.04 426.185 null]
 >> endobj
 3075 0 obj <<
-/D [3049 0 R /XYZ 107.7061 249.1138 null]
+/D [3051 0 R /XYZ 76.7123 391.6147 null]
 >> endobj
 3076 0 obj <<
-/D [3049 0 R /XYZ 222.0165 249.1138 null]
+/D [3051 0 R /XYZ 89.6638 373.6819 null]
 >> endobj
 3077 0 obj <<
-/D [3049 0 R /XYZ 348.501 249.1138 null]
+/D [3051 0 R /XYZ 71.731 371.5251 null]
 >> endobj
 3078 0 obj <<
-/D [3049 0 R /XYZ 71.731 236.9943 null]
->> endobj
-3079 0 obj <<
-/D [3049 0 R /XYZ 71.731 224.0429 null]
+/D [3051 0 R /XYZ 89.6638 355.7491 null]
 >> endobj
 3080 0 obj <<
-/D [3049 0 R /XYZ 91.6563 208.2669 null]
+/D [3051 0 R /XYZ 71.731 348.611 null]
+>> endobj
+1571 0 obj <<
+/D [3051 0 R /XYZ 71.731 280.9298 null]
+>> endobj
+362 0 obj <<
+/D [3051 0 R /XYZ 389.1797 241.657 null]
 >> endobj
 3081 0 obj <<
-/D [3049 0 R /XYZ 71.731 175.2259 null]
+/D [3051 0 R /XYZ 71.731 234.3047 null]
 >> endobj
 3082 0 obj <<
-/D [3049 0 R /XYZ 107.7061 164.4313 null]
->> endobj
-3083 0 obj <<
-/D [3049 0 R /XYZ 71.731 152.3118 null]
+/D [3051 0 R /XYZ 71.731 208.581 null]
 >> endobj
 3084 0 obj <<
-/D [3049 0 R /XYZ 71.731 141.4177 null]
+/D [3051 0 R /XYZ 86.9811 195.6296 null]
 >> endobj
 3085 0 obj <<
-/D [3049 0 R /XYZ 91.6563 123.5845 null]
+/D [3051 0 R /XYZ 146.9968 182.6782 null]
 >> endobj
-3048 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R /F55 2443 0 R >>
+3086 0 obj <<
+/D [3051 0 R /XYZ 395.8718 182.6782 null]
+>> endobj
+3087 0 obj <<
+/D [3051 0 R /XYZ 247.6993 169.7267 null]
+>> endobj
+3050 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R /F60 2701 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3089 0 obj <<
-/Length 1837      
+3090 0 obj <<
+/Length 1904      
 /Filter /FlateDecode
 >>
 stream
-xڭXK��8��W�66�%J�#@y�.2�Y�����"`�t[�,j�H���o�DK��ȡ჊�b�X��A���~�*
E�G�B&J���`uS�|�Ȗe�S���/n�E�\�LV��U"
�|�FRd*�V�����tӛv��*XG��ovDz.;���=����+�Jo�{�ۋ_o��*JE��OZ�.m����<�J��)�8J����`��H���Gc�ʼ����c��M�֏0�i�mڤ�V[)EơS���M��8�;��my���z���iؓI��8O�H�	R 's�����B�0]m���K�ͷǎ��ƻ�F��h�
-�d��P�h�E:��[���/�%�CYh��u�˺;[4���ӟ?�'����h�d�L�	��Y�v�����7R�u�����1����jv�޷�HT(;��
����;����`j�����ڹה5��n�줦��c��l�Y�d�Fw��&ֶ�	d�$�K0Í�$p���~�*W"M�3"w��:r��Gn�OX�j
-]��������$�B�ͦ.4�#�Q�b��E���ބ벢���Zӱ�������k��ٳ�G|x����F��/�w���xw�����QޏVa�1���hb`*N��E��4[�����?�f�� ���}ikV:�R�E"�1�گϣ����\���9�n����%bt�/��	6�@�X���8�pE�)��5����q�F��4IS���t	���.%��hm
-��n9��v���B)��@�a�Kf�
-3�v��OQ��$"gڿlo^�pO��A��B؎�z��.�ݻt���5O릩� ����_^�vm	���*����E���P�E�Ԋ,5
^j;s9h�Km�O�o����j�����i3�TǹsEѳLjsX����i�a�����3�'t��(��`m��Cَ��I��]ԫ1d*�\�>�}��ۖ�ǯEE�J}�)���՗�����K����P5q�F����!�U�(L���H�`Z�ȣ�� K�;�6�8��Cġ�
-���E<c�j�lf�F�НEP�*����In�s]�4;�l�,6���/�
-����
-�!M\+�����u4�0� �_I��"�H����t��am{"�*��q{�"��FTY�E�O��cօ�
&�[ϡ�y>��V��^7����*^�)�Tm�'0�B���w������ٕ=�o���9���Ŝ��Y�7�B�'�P1��du�;kկ%DL���Cn֝�Y����-�\,�������-���������T��p�R�N�]���C�֙������{1� �� P������/w*�ض�B�=}�}s�e'�T�ܯ4����v�y=E��G����Ox}�zF�/{�7�����	�섿v�'6e?��/�j/U����h|��}����JG���k�x����&\��$�{Ĥ)?A�ꢰC�	G�X�@+�!/9}���F��<��a�����z3?�ma�����`��*s�?O7����+[>�3%��=�E(&5Ş�ԕ�������<혯w�3��W�*{b�&4�P�L�{�Ļ��3;G��'�?��ƿd>f�F�6Ħ�ޓ�3&�m�����Q��.h�M�E|`����Ҙ*oJ�)/�#��ʌcPfO���qO��3��_Xe�H&l�#�+����4�pg�(�G��
-�E�y$A1,͎Ѵ�Z��Q�+�d�eޟ���|v��7� ����
9J4Dž�&��2%�b���{�w٬4p~����I*Π�-����Н�\���d&�0Ͻ&��?r.7�?���endstream
+xڭXێ�8}�W~R�l��u�6�s���3�x�&��,�m"�䑨8���*��؍h��"Y<��߄��oR�R	?"g"�Ŧ<�7/`��w]�$a"�	4nX�b��<��i������BnDȒ8�7��8U(���fW�|w,�FuO"������I7��n^H�~x�K�u����?�-O��q�nCX�`a��֥d����wm�1���F���nr�'�xr$8��\XG�p)�@?�'�=��4�+��Ay,��h�~~qPt�z2���8)�W�H=��T}O^��е'қ�"����>ܰ-�k�|"�nV|�Mⶸ`y�#��s�0"y�1�C;��V7u-��;š�ʩ��O��O���`t�]z��i�Ю�ՀC��^aqt�y��)~�.:uk�����V��iQJ�^YUuEM�0
+5/m�
*���q�uAjZ%'�d�њ�ju0�l?�߶�[��B���n��T_v�l�b�{k+��>����Tc��r��P�6�=�8���v��#���$�/��A�l�m�H\N�&�ELF�p��9�)h=�<�~S�r[�1���B�EDI������Rt�+��W��CۑP
+�+5f��nzS@��m;{�2�9Bl���ޙ��E�i�
Y�n����:�K.H�X�]n�t������;a�c�<2g�j�!��v��ywt�fw�]�Z�ƻ��\�3������
+*��f�����ߥHY�Ǵ�S�?��`}��n��D�`Q��[�,y�.��w,DiĄ���i���m9����i^\���LL����԰4̄�!(΀{@ C�s��z_;�"
+~�H;^;���Ak>����fp�H�nZC���3���—]�t�T�j]�:FHw��
���h�X�A�;q�n��}ѫ{��3�����)�<�r��.�_
+s�zx���P�W� �K�8T-��9���'΋�;v���
�B��MӮ���L.Ef�MU�F�l��R�εz$
$~�k����>�%�HuW2P��c\���&��%��ijnji��h���ϗ˅A�ee{z�;���'+_�l�󜅱����jq��* F(	3�2�K����q6����}I��8��b��]TF���.d�$����U[��{�PY�o������{�/�J�D�������.p�j�����s��Y��T�"����J�oF%�y*���Hj[�'DTt
+I1���N�Nf[w����$YQT�吵�`X�v
+���[׍8e{���N�e�\�����k�E�=ͩ~���70-�X\��DF�rF,����9��e��t�kO��ŕ��V~k�a�")��~�qy�Qb�_#����&��7�x�xc��/�K'~$k~�3~��ԠdK
���5�R�mϘ��tA�i���
�g܇?ドl�>mT���k��q�N��54��\I�.Wҕ+�]E���)�w�
+�;�
+�Lfɾ�<�T�˝z�p'f�jZ�+��e���${�z�S�JXȣlŘ�L�,X��;tᰈD����2�x�.c/�d1x�X�$2�UCҬ(�D���%2$#�A�;(f`$�����W>����$T��y��;�cڀL��"��Y2Z#��<����˙�g�*
+�v�d�2�ꦬ��h[����ŵ�>:u3�T��t[���h|�W�}�Soo����e�~��%�;x�!�D�!^f_��ﵾ�g���m=��k+_\�AM[��v����\�5z@�֐�������6�M�T�NCm��v�c�L��J�����V����N(��ف�W�Y�B�VV��D�)�F:r悶�8N���v����g���+{�s0��їP���l��m��rm����e<�o~<v]�f},B�y1!$��<=�/Mb=��!�Ƅ����endstream
 endobj
-3088 0 obj <<
+3089 0 obj <<
 /Type /Page
-/Contents 3089 0 R
-/Resources 3087 0 R
+/Contents 3090 0 R
+/Resources 3088 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 2973 0 R
-/Annots [ 3105 0 R ]
+/Parent 2991 0 R
 >> endobj
-3105 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [480.0297 457.9682 538.9788 468.4428]
-/Subtype /Link
-/A << /S /GoTo /D (bzldap) >>
+3091 0 obj <<
+/D [3089 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-3090 0 obj <<
-/D [3088 0 R /XYZ 71.731 729.2652 null]
+1572 0 obj <<
+/D [3089 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-3091 0 obj <<
-/D [3088 0 R /XYZ 71.731 718.3063 null]
+366 0 obj <<
+/D [3089 0 R /XYZ 402.3254 703.236 null]
+>> endobj
+1573 0 obj <<
+/D [3089 0 R /XYZ 71.731 692.1839 null]
+>> endobj
+370 0 obj <<
+/D [3089 0 R /XYZ 288.867 651.1593 null]
 >> endobj
 3092 0 obj <<
-/D [3088 0 R /XYZ 107.7061 708.3437 null]
+/D [3089 0 R /XYZ 71.731 638.7213 null]
+>> endobj
+1574 0 obj <<
+/D [3089 0 R /XYZ 71.731 588.589 null]
+>> endobj
+374 0 obj <<
+/D [3089 0 R /XYZ 234.3716 551.3735 null]
 >> endobj
 3093 0 obj <<
-/D [3088 0 R /XYZ 71.731 685.3301 null]
+/D [3089 0 R /XYZ 71.731 541.0084 null]
 >> endobj
 3094 0 obj <<
-/D [3088 0 R /XYZ 91.6563 667.4969 null]
+/D [3089 0 R /XYZ 71.731 516.1407 null]
 >> endobj
 3095 0 obj <<
-/D [3088 0 R /XYZ 71.731 647.4073 null]
+/D [3089 0 R /XYZ 71.731 516.1407 null]
 >> endobj
 3096 0 obj <<
-/D [3088 0 R /XYZ 107.7061 636.6127 null]
+/D [3089 0 R /XYZ 71.731 501.1967 null]
 >> endobj
 3097 0 obj <<
-/D [3088 0 R /XYZ 71.731 626.5505 null]
+/D [3089 0 R /XYZ 71.731 490.3026 null]
 >> endobj
 3098 0 obj <<
-/D [3088 0 R /XYZ 71.731 613.5991 null]
+/D [3089 0 R /XYZ 91.6563 472.4693 null]
 >> endobj
 3099 0 obj <<
-/D [3088 0 R /XYZ 91.6563 595.7659 null]
+/D [3089 0 R /XYZ 71.731 447.3984 null]
 >> endobj
 3100 0 obj <<
-/D [3088 0 R /XYZ 71.731 575.6763 null]
+/D [3089 0 R /XYZ 71.731 436.5043 null]
 >> endobj
 3101 0 obj <<
-/D [3088 0 R /XYZ 107.7061 564.8817 null]
->> endobj
-1553 0 obj <<
-/D [3088 0 R /XYZ 71.731 559.8008 null]
->> endobj
-362 0 obj <<
-/D [3088 0 R /XYZ 278.5577 520.528 null]
+/D [3089 0 R /XYZ 91.6563 418.6711 null]
 >> endobj
 3102 0 obj <<
-/D [3088 0 R /XYZ 71.731 513.1757 null]
+/D [3089 0 R /XYZ 71.731 411.5329 null]
 >> endobj
 3103 0 obj <<
-/D [3088 0 R /XYZ 71.731 485.2952 null]
+/D [3089 0 R /XYZ 277.6373 400.7383 null]
 >> endobj
 3104 0 obj <<
-/D [3088 0 R /XYZ 71.731 470.3512 null]
+/D [3089 0 R /XYZ 500.3641 400.7383 null]
+>> endobj
+3105 0 obj <<
+/D [3089 0 R /XYZ 156.4128 387.7869 null]
 >> endobj
 3106 0 obj <<
-/D [3088 0 R /XYZ 71.731 421.3001 null]
+/D [3089 0 R /XYZ 71.731 376.4435 null]
 >> endobj
 3107 0 obj <<
-/D [3088 0 R /XYZ 71.731 406.1919 null]
+/D [3089 0 R /XYZ 71.731 363.6923 null]
 >> endobj
 3108 0 obj <<
-/D [3088 0 R /XYZ 71.731 391.2479 null]
+/D [3089 0 R /XYZ 91.6563 346.9401 null]
 >> endobj
 3109 0 obj <<
-/D [3088 0 R /XYZ 71.731 378.2965 null]
+/D [3089 0 R /XYZ 71.731 328.9078 null]
 >> endobj
 3110 0 obj <<
-/D [3088 0 R /XYZ 91.6563 362.5205 null]
+/D [3089 0 R /XYZ 91.6563 303.1045 null]
 >> endobj
 3111 0 obj <<
-/D [3088 0 R /XYZ 165.0015 362.5205 null]
+/D [3089 0 R /XYZ 452.6579 303.1045 null]
 >> endobj
 3112 0 obj <<
-/D [3088 0 R /XYZ 376.6947 336.6177 null]
+/D [3089 0 R /XYZ 91.6563 290.153 null]
 >> endobj
 3113 0 obj <<
-/D [3088 0 R /XYZ 101.8978 323.6662 null]
+/D [3089 0 R /XYZ 71.731 278.8096 null]
 >> endobj
 3114 0 obj <<
-/D [3088 0 R /XYZ 71.731 313.6041 null]
+/D [3089 0 R /XYZ 71.731 267.1394 null]
 >> endobj
 3115 0 obj <<
-/D [3088 0 R /XYZ 71.731 299.5716 null]
+/D [3089 0 R /XYZ 91.6563 249.3062 null]
 >> endobj
 3116 0 obj <<
-/D [3088 0 R /XYZ 91.6563 282.8194 null]
+/D [3089 0 R /XYZ 71.731 231.2739 null]
 >> endobj
 3117 0 obj <<
-/D [3088 0 R /XYZ 71.731 270.6999 null]
+/D [3089 0 R /XYZ 273.2199 218.422 null]
 >> endobj
 3118 0 obj <<
-/D [3088 0 R /XYZ 71.731 258.7248 null]
+/D [3089 0 R /XYZ 500.9123 218.422 null]
 >> endobj
 3119 0 obj <<
-/D [3088 0 R /XYZ 91.6563 241.9726 null]
+/D [3089 0 R /XYZ 156.4128 205.4706 null]
 >> endobj
 3120 0 obj <<
-/D [3088 0 R /XYZ 71.731 229.8531 null]
+/D [3089 0 R /XYZ 71.731 194.1272 null]
 >> endobj
 3121 0 obj <<
-/D [3088 0 R /XYZ 71.731 217.8779 null]
+/D [3089 0 R /XYZ 71.731 182.457 null]
 >> endobj
 3122 0 obj <<
-/D [3088 0 R /XYZ 91.6563 201.1258 null]
+/D [3089 0 R /XYZ 91.6563 164.6238 null]
 >> endobj
 3123 0 obj <<
-/D [3088 0 R /XYZ 71.731 155.1333 null]
+/D [3089 0 R /XYZ 470.9856 164.6238 null]
 >> endobj
 3124 0 obj <<
-/D [3088 0 R /XYZ 91.6563 131.3873 null]
+/D [3089 0 R /XYZ 71.731 139.5529 null]
 >> endobj
-1554 0 obj <<
-/D [3088 0 R /XYZ 71.731 124.2491 null]
+3125 0 obj <<
+/D [3089 0 R /XYZ 71.731 128.6587 null]
 >> endobj
-3087 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R >>
+3126 0 obj <<
+/D [3089 0 R /XYZ 91.6563 110.8255 null]
+>> endobj
+3088 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3127 0 obj <<
-/Length 2274      
+3129 0 obj <<
+/Length 2419      
 /Filter /FlateDecode
 >>
 stream
-xڭYK��6�ϯ0|��nEoK�L�Y$H&�ic��&h����D��x�֋��[��a�@�X,Vɯ�E:X���v�����^�&᪨���t��M "�"s?z���Q�ʽ<
�����}���Y��E��%A�ڗ��|}V�^���0�7��߯��4��iN�z;��k�Jm���a?O���g`��R�}�U{Q��褛����g#/��]�e��Z�
-��������}�X�И��t0 �m.ꤙ*l�+�?ݨ�b�=�?k7�U��ɋ��my(����� �}g�
��7�5�V�U%�L�
6�v4M����U�7��Q0��v�);�y�Z��q��$y�4݃�FG`��c ���U{�����ضWM/�����v OX=:�{�+�6���F���a�ζ|	��4̼<JwKp�8�w@��^~'p�^���\##g��y�IMv'DA�qߡ�%S��owх9^�1n'6d��a+�;&q���(���(S��>"�c���[-����lq�ؕM�MQ
����(�y�`q?�y������o	������iZf��4h�������8d��S�JsÁ$� w��۝��]�����{��2���p����m�o����*��S�ŋ�=�3ǿT��sE���i#V��wAcP�T��������#P	&|��v2h��J�ٳ�4�1�&I��w��k�e�:n�U��U~ӛVWWV��b�:�y܇0�`
-�ck�A���d�1g
-o�����0��7��7w��Z݉���'S9��E�V5/���X3���J�L_�ԐI1�����v��9�#�@�f�m�����D��snjVF;6&9�C�=Hm'Q�?"�TeJn�LȲ݉"L*�K�� �N�[��2]>7\�����7�eӾfѼ�*�"L�gPE|��FR�2b�<��h}>��5���(���rֈ1?��y)}<D8P�|�Y���JJ�(n��AUr'̡mơ7F�����97$��t}i-‰1����~ת)�AHiά�����dF��Y�ͦ-B"�����[�h�P�c���2S΀K�@r�%�x^�0�S�Nl��8�ٜEt����8$��l}I��&-+���@��V�E`ʉ�=�0���r����h����1
�u���є�;��ӎ��z��/�OI g�P������'��F���v`��]��ĉe"��?�_O��t$i4�Y+�^���w�q��t5����`9���.յ��	��i�3�L�'2��B'5N4���Œ6cw������4�8 D�"����gY�r��9ɨ�t����=�"�Z�������a.T�H�Y�Bx�8^��u��R-�_h6�)�6�Y�Ŝ��-���	�F���i�Q`������ JN@\*J�����Ď,7PG� ��:ȃ�������
�E�!����]K����ޢ5>'}�B�v���8�PP�|'ש�ET�9(�t\4Y�})1Л�m��0���\?U��U; ����Ӗ,��2�����\����f�ab�ƕ�8��Jۂ���ܢk]�Y�ӊ������z��ѳ�+w?�t3O+J�0�7��)�
;�7��C�Ohq����5�5#eY����(�)�F��I��-�#��m9J�����	D��@����Å�-(j�u|�'�w�S���%���A�p���t?!3/�+ؙ��ы�
-��`�w/^)(��������Eh�y�$J�7�Hބ�o#�:B�̬������(�c�/~+J~+���v#C�~fq��h>#�����.���6�7�oa�y%@#U#����,�0x�scV�b�`�'T�,&z+oP���)ɹݍ�����n~ئ���Z��^|s�÷,Q&oc����J����}tk\��M�`^S�Z�-^��g�X�C8�U�Q��RH�����k"�;�N���2~}���X����P{��7��������f:�F!c����i��(5�y���ZvCOH!?	�w�0��|Ks���-�v��ׯV0@ar��qG�!�b;߹�.�s-%�'��̡1˞O{����4WY�Z�n��Q��tk�l��VcAN9Z����
w�|A�����J����Y��I9w��`.K�������[/\�\Ɇ�Kå2�МE���KW޸��ތ�Ch&4�@�*Iz��G_uu���ʺ�j'�ݪ�3/���?j�d^������y>j��o�H�`�s��gendstream
+xڭ]�۸�=��ȓ
�\I��E�+��{h6OMq�%�"S�D�w��;�!)y#��!X`5$�3��&�"��Wy�r��dI&�Uu~�����7�C�9�����7�9_��̒l�xX�Q��(W9OX!�b�X�{��I^��7�DDk���]}nt3�|��4��x�Ҵ�����o~z��YY��W%X_˘�3˘e"�+����Vī��Q�����+
JG��g)n)�*�'�;s�=<\�Wv�:Vu��t�3�r&J @��DP������<[�-��R��4w^�%�R���
+
+u�i��Cm�I���ć3�^н�_c���� ���J
��viT�4i���	+E�Z�`hk���>7j`�#�	��K$�
�r����7�_f`��t�3��
+9[{���<eI�ݜ�}'
+X(��S%ZY;fkI�@��4ӫV�U��&k�mW��M�3�̠zB����3[�.��vrR&�;e��d����o*�jdzc���t�����<_Z��5�IFr�d���ּc�����,�x�>	����9��xo/�m�οw"°)���l�������^�MK)��éۚH����H�E�}��z�YY��=���CM���-й0��>�%�|�)
�!�z�i��/%+K}�����}oz3JG��
�Qpr�J�/����LsV_:��Q�:Q|��0�x?%,��q���˹K�x��{�/!�aa��h���ʆٺ.�|�ր�k��;8B?;.�P0s��<+*ð�[u0�[�?o�6�y.�݄��.�u�l�{�j�9�,�^�����Q|�b��8�Z9$�m�400 �����~W�)�G�T]
�@�4�4�)Z�l}�)
+7�I��Шф磁����G��[�XJ:��9(�\��]Kqc�)'�8]�~Tr3r�@�⿮�i�:��T�op8�G��۷�^�ß�����4��@C/��QD˘����P�n��X������N�I.��^)�s�ޤ��������wg��^v�i��q#��A�彙2�ɴ��fbK�8Lˡ��T7��"N�Pv4���C�Љإ](	%xk:U��o.�9<>#��y���+�X����kg�;B��	=,�@wD�&�����3�40�=�Z�!%� �lb(!>����.@o������)�v����TF[#`ԫ�z��(+s+/��E���X�T��j���/�����9�U�H��Ő�u�+�Z�5[���g�ZC��YT��?��ʨ>�s{'��a!�}��6�x?�,oS����6����y�]ɢh����5v�����u��u�vߔ�hƵ���v�B�=&Y硂HH(5���_����g�����a{6���~�\dn|��
+@��g�~?@��Ұ�U;�LC{��yU{��r�PS��ͭP�
+�Y6�(-u����F".6�T�R�T�m"��x���Z����F�CH�V�4h����+�+y���m�3�mf���(���*�\OM�e,Y*J�jX�<�^�4�U����&2����fy�p���b�aI��+�;�t.iv�KJЯ��G�9V<�*�2e�M�f@[h&(4f�Ҹ�~A�ד��v�("�^9"��C��~���2m��z�&�6f>�ni����
cs]���OxS�|���S��)��>r`ձY�H�4�
+���5��[���!¤�r��_�@j*����x��D�ֆ�����0��Ɵ��b��c7�N:*�u ���b��"w�w��8����G�e1����W�4���t�+���kZr2�d��Xm�J]���c���FW5E����Aљ�J${��
+%��F�$�T���5Y�߮:�)ޯN�&�P���<#�E#��Q�KM�2���+��E	��������B36�F�<-�N��?����,�dV@��T�M=���;s�J��=�6�G�;A9i@!��=Xo78�W��ѫalͰ�(:����<\�����$����/0H[FP�n�s�J�,91]�J�Ι�����K����+{���Ҏ�����?S�[�����Λ���0:���vkj�d/��`(��G����M�����g�GG�4#0^R&��2�_�!c==�6���6�0/�o��9�x?lV�(�2P����mq��0�]ӜC�'�d��|C�d�E�tp���6�H�LZ�zh)`CI�z8��#���g�FI�2�û�{��*��Q=��m��[I��5��_�F&Щ�y���˱���
D����C/\c����ٛ���E�G?W8q~v/p}�U�uLC/�?'�hc:���vjӐP���2��gm�ӻ�Kp,r��Y~�ȋ
�;��
���ƛ
+��'��`IV��,������߶D]4��r���U�EFNendstream
 endobj
-3126 0 obj <<
+3128 0 obj <<
 /Type /Page
-/Contents 3127 0 R
-/Resources 3125 0 R
+/Contents 3129 0 R
+/Resources 3127 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3149 0 R
->> endobj
-3128 0 obj <<
-/D [3126 0 R /XYZ 71.731 729.2652 null]
->> endobj
-366 0 obj <<
-/D [3126 0 R /XYZ 157.864 707.8408 null]
->> endobj
-3129 0 obj <<
-/D [3126 0 R /XYZ 71.731 700.4885 null]
+/Parent 2991 0 R
 >> endobj
 3130 0 obj <<
-/D [3126 0 R /XYZ 71.731 672.608 null]
+/D [3128 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3131 0 obj <<
-/D [3126 0 R /XYZ 71.731 657.6641 null]
+/D [3128 0 R /XYZ 146.0002 708.3437 null]
 >> endobj
 3132 0 obj <<
-/D [3126 0 R /XYZ 71.731 644.7126 null]
+/D [3128 0 R /XYZ 318.2313 708.3437 null]
 >> endobj
 3133 0 obj <<
-/D [3126 0 R /XYZ 91.6563 628.9367 null]
+/D [3128 0 R /XYZ 433.516 708.3437 null]
 >> endobj
 3134 0 obj <<
-/D [3126 0 R /XYZ 109.9275 603.0338 null]
+/D [3128 0 R /XYZ 71.731 683.2728 null]
 >> endobj
 3135 0 obj <<
-/D [3126 0 R /XYZ 71.731 590.9144 null]
+/D [3128 0 R /XYZ 71.731 670.3214 null]
 >> endobj
 3136 0 obj <<
-/D [3126 0 R /XYZ 71.731 580.0202 null]
+/D [3128 0 R /XYZ 91.6563 654.5454 null]
 >> endobj
 3137 0 obj <<
-/D [3126 0 R /XYZ 91.6563 562.187 null]
+/D [3128 0 R /XYZ 91.6563 641.594 null]
 >> endobj
 3138 0 obj <<
-/D [3126 0 R /XYZ 71.731 526.222 null]
+/D [3128 0 R /XYZ 158.7209 641.594 null]
 >> endobj
 3139 0 obj <<
-/D [3126 0 R /XYZ 71.731 513.2705 null]
+/D [3128 0 R /XYZ 329.0454 641.594 null]
 >> endobj
 3140 0 obj <<
-/D [3126 0 R /XYZ 91.6563 495.4373 null]
+/D [3128 0 R /XYZ 442.8963 641.594 null]
 >> endobj
 3141 0 obj <<
-/D [3126 0 R /XYZ 71.731 444.4636 null]
+/D [3128 0 R /XYZ 71.731 616.5231 null]
 >> endobj
 3142 0 obj <<
-/D [3126 0 R /XYZ 71.731 431.5121 null]
+/D [3128 0 R /XYZ 71.731 605.629 null]
 >> endobj
 3143 0 obj <<
-/D [3126 0 R /XYZ 91.6563 415.7362 null]
+/D [3128 0 R /XYZ 91.6563 587.7958 null]
 >> endobj
 3144 0 obj <<
-/D [3126 0 R /XYZ 71.731 378.0875 null]
+/D [3128 0 R /XYZ 71.731 562.7248 null]
 >> endobj
 3145 0 obj <<
-/D [3126 0 R /XYZ 71.731 364.7624 null]
+/D [3128 0 R /XYZ 71.731 551.8307 null]
 >> endobj
 3146 0 obj <<
-/D [3126 0 R /XYZ 91.6563 348.9865 null]
->> endobj
-1555 0 obj <<
-/D [3126 0 R /XYZ 71.731 315.9455 null]
->> endobj
-370 0 obj <<
-/D [3126 0 R /XYZ 208.104 278.73 null]
+/D [3128 0 R /XYZ 91.6563 533.9975 null]
 >> endobj
 3147 0 obj <<
-/D [3126 0 R /XYZ 71.731 271.3776 null]
->> endobj
-1556 0 obj <<
-/D [3126 0 R /XYZ 71.731 227.6217 null]
->> endobj
-374 0 obj <<
-/D [3126 0 R /XYZ 221.7756 188.3489 null]
+/D [3128 0 R /XYZ 397.1684 508.0946 null]
 >> endobj
 3148 0 obj <<
-/D [3126 0 R /XYZ 71.731 178.2062 null]
+/D [3128 0 R /XYZ 71.731 505.9378 null]
 >> endobj
-1557 0 obj <<
-/D [3126 0 R /XYZ 71.731 135.1834 null]
+3149 0 obj <<
+/D [3128 0 R /XYZ 71.731 490.9938 null]
 >> endobj
-3125 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+3150 0 obj <<
+/D [3128 0 R /XYZ 374.7853 481.4944 null]
 >> endobj
-3152 0 obj <<
-/Length 2118      
-/Filter /FlateDecode
->>
-stream
-xڕXݏ�6�_a�ت�O�ޒ�=�p�Ȧyh���������l���e��-X
���p8��*�?��T\e�I�qZ��pz���0��WJD�"�
��ܿ���,[��}�����U�$q����*K�]�v�����m�Gg��6-�(����>�}k���Gf����]�׿�������EV����M��mL����,/S4�7��]���Y�bU�i�.���zX�"z�����m
�ʪ���j�&�J���7�]o�$�F}4He�a��4tkYf<7�5������eJ[�L�[�"������Y��<���9���>���*m�ph�35��[���eɥ����xj<�J�}�r:�/k���ɶCO[�����%w��a�	70+�Sf�Q�%F��/�>�~/L��	۽�f���=4L�w�q�U�8L��,黗@����>ㅚ�>O�3,�
�'���'>��$B�\�/��C;v98�����'ÔNf�iP��(�i��㧊�a�&�|�}�5@�޵�_!����X�$"���Ļ+��@�����[�ܸ��p;�"����x�8H>�R$ug����dt-��$u�����(��,�I��t��~K�����s�Y��p��my�6�=��%���{4�	=
s_�:GɌܮ=���3�S�vbG��e|�'!�'��*�U6�҄%$�u�6�8�����+3���|~�H�������hO���
-��*\����0�V5�Oe3��J/���w�Y��
-�3-2��2.�$���48���@8-�Lr�J��PW;F�~F���Ȳa*�!��rnbnF�qz��|��)
;�B��|�y���������o�n���O{�����ox��U*.�2�s������!�EWbV++4����y\gp
��aI9U��W,3a���R�H�t
���Ix�(�-��3����H�5��E�$	��98&�
-VW+H��t��	
-�v	���_������zU�;�!
B�_(��ed��,9R�T����p]G���4h��QQ�[��i�ۙ��t��t#��3�?�����Z��䔬<��1�(�ԋ�G?�16W��h��i6��􆬨RV_����8�Fb#��a�l%�YN���ls�}5"(�i����#�Rw�+�޾�B�9t�źe�f�ϯ��wY�䷊;o���\t2���u��2�)�câ�����8Xۮ��Гtܻ!��_��7��#�2�0�[x���c�_x������0 �U�8Cz�Ꮑ��^�	�X�/0��4:vp?Ǐ�h�yt/���0w5Ӿd�=E*M$-����0Bˠ&z�B7�H��=Q��d?�8R�;)�A�z�D�$�,�|�ԟ[}YK��C;3|���a�C����Ĺ	�h������N��������D��#������`�E�0�R��^	���e��W��_f� ��bP���J�E�5o�u���	O(���[�)$��.{�����h�e\�ͦq����#w@J��I�~�m�m'k�	�Ow�3�r"�"���}�sx�x���"1'
�ﭮ��'c-�(��2�\ F�J)��a#��G!���<�I��]�b�)�K2z��b� Ku
�|> j�
7�|�[����j:�
3&������0���B���0b����5x���]n�h�0̞s
-n�"t�_nA���V
-��JJ�@���}P��0<��a�_�5��:�$�j�\˽+�1VI�.��8��K���\Fw����Z�QT��(FLbH��H��Ƹ�=� �-��'�������'oo�&�,<�f��<�H_x�L�]��.�+|B������l�����Kn�}�Kz��L��Y,�J���N]3X��pCc>KS���^a�A����0]s��(�����tA����h�q����oI��?�Y���+���J�@�G�.�m阉�Hq���X!����j�+0W�F���8>�3x�6U{��)|�/��o������� |�W>�'�o�5S�Ϩ,/�L^�8q�tᆳ�ѫg��UQ�V��J�K����qD�o������.�F|��������*����6���7�"�ʼn��M����Ɔ�N
-�endstream
-endobj
 3151 0 obj <<
-/Type /Page
-/Contents 3152 0 R
-/Resources 3150 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3149 0 R
+/D [3128 0 R /XYZ 71.731 430.6849 null]
 >> endobj
-3153 0 obj <<
-/D [3151 0 R /XYZ 71.731 729.2652 null]
+3152 0 obj <<
+/D [3128 0 R /XYZ 71.731 417.6339 null]
 >> endobj
-378 0 obj <<
-/D [3151 0 R /XYZ 242.1475 707.8408 null]
+3153 0 obj <<
+/D [3128 0 R /XYZ 91.6563 399.8007 null]
 >> endobj
 3154 0 obj <<
-/D [3151 0 R /XYZ 71.731 700.4885 null]
+/D [3128 0 R /XYZ 71.731 373.7983 null]
 >> endobj
 3155 0 obj <<
-/D [3151 0 R /XYZ 71.731 641.7238 null]
+/D [3128 0 R /XYZ 71.731 358.8544 null]
 >> endobj
 3156 0 obj <<
-/D [3151 0 R /XYZ 89.7017 630.9292 null]
+/D [3128 0 R /XYZ 336.3446 347.2976 null]
 >> endobj
 3157 0 obj <<
-/D [3151 0 R /XYZ 71.731 615.821 null]
+/D [3128 0 R /XYZ 126.7256 323.9851 null]
 >> endobj
 3158 0 obj <<
-/D [3151 0 R /XYZ 71.731 600.877 null]
->> endobj
-1558 0 obj <<
-/D [3151 0 R /XYZ 71.731 540.1696 null]
->> endobj
-382 0 obj <<
-/D [3151 0 R /XYZ 218.2898 500.7972 null]
+/D [3128 0 R /XYZ 71.731 261.5193 null]
 >> endobj
 3159 0 obj <<
-/D [3151 0 R /XYZ 71.731 490.4322 null]
->> endobj
-1559 0 obj <<
-/D [3151 0 R /XYZ 71.731 411.7662 null]
->> endobj
-386 0 obj <<
-/D [3151 0 R /XYZ 269.7575 368.6687 null]
->> endobj
-1560 0 obj <<
-/D [3151 0 R /XYZ 71.731 368.4536 null]
->> endobj
-390 0 obj <<
-/D [3151 0 R /XYZ 283.7934 329.2963 null]
+/D [3128 0 R /XYZ 71.731 248.4683 null]
 >> endobj
 3160 0 obj <<
-/D [3151 0 R /XYZ 71.731 318.9313 null]
+/D [3128 0 R /XYZ 91.6563 230.6351 null]
 >> endobj
 3161 0 obj <<
-/D [3151 0 R /XYZ 71.731 281.1121 null]
+/D [3128 0 R /XYZ 332.6904 217.6837 null]
 >> endobj
 3162 0 obj <<
-/D [3151 0 R /XYZ 71.731 266.1682 null]
->> endobj
-1561 0 obj <<
-/D [3151 0 R /XYZ 71.731 205.4607 null]
->> endobj
-394 0 obj <<
-/D [3151 0 R /XYZ 264.3119 166.0884 null]
->> endobj
-1562 0 obj <<
-/D [3151 0 R /XYZ 71.731 162.8965 null]
->> endobj
-398 0 obj <<
-/D [3151 0 R /XYZ 274.763 131.6176 null]
+/D [3128 0 R /XYZ 379.415 204.7323 null]
 >> endobj
 3163 0 obj <<
-/D [3151 0 R /XYZ 71.731 122.9801 null]
+/D [3128 0 R /XYZ 462.7813 204.7323 null]
 >> endobj
 3164 0 obj <<
-/D [3151 0 R /XYZ 122.2213 112.6886 null]
+/D [3128 0 R /XYZ 71.731 192.6128 null]
 >> endobj
 3165 0 obj <<
-/D [3151 0 R /XYZ 468.4811 112.6886 null]
+/D [3128 0 R /XYZ 71.731 179.6614 null]
 >> endobj
-3150 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+3166 0 obj <<
+/D [3128 0 R /XYZ 91.6563 163.8854 null]
+>> endobj
+3167 0 obj <<
+/D [3128 0 R /XYZ 318.1286 150.934 null]
 >> endobj
 3168 0 obj <<
-/Length 2656      
+/D [3128 0 R /XYZ 249.373 137.9826 null]
+>> endobj
+3127 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R /F23 1290 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3171 0 obj <<
+/Length 2204      
 /Filter /FlateDecode
 >>
 stream
-xڍYK�۸��W��T�Ā���N����{�8[�8�I�)Rˇ�ʯO��Q=N�@��h4�_7�`�����O5|���8\�N����C}�Vx�S������^�U��I����H)?UY�Ju�gq���y��y0�z���>ߔ���z�ẂIo����.��~�۫�<��c��y+�����1L':�ݪ�בNI�ǣ����T��w�]gL����o!C��vGn���ĭ�]�Y��
v����+v�vl����?�A��v�ޮ����7��SћR֨����
-�`�v]�?o��`�m�yDd��50h�5ʼn&�i��=T�|�U���4̩�j�(ʲ3}��+�?#�8�ι:碓V���Y����P�gJ<g?��aLҿ=0'�
`<ޘ &�����l.�G��dv����O2�k�r�
��V2\V���t�����Yk�)"�9�B�WC�<�߄�ތ�^W�"
-
t36p��0,�]X$���\ËԆ},é(�c�~��Ͷjz���Pᦾ�Z�����aN)6�0�4{��X�Y7�ґ���.:&��g�j�6�Kp0Ù0x�R
JSவL�
-n��zÓn��0�;���y�p?����UaS�d��"?PItkAs�P'�#-9Dq�9�`���4�>�����8�"��Eg�'3���>tө�Y��^���)�a�4-��y6���<�ل�3K�n�/�a�$��X]Qڌy�x�A��ɧ���E���e�@�J�����*t܎���Ϣ��'�����3$:�������a�� )��&��םj����
-����?�M�h����Tw]�ɴ�y���=�^מM7TFH>�ٶ��e�vE�E��j�ŭ2X�gi@�-@��j�3*�~�=��E�!Ԃo�>�bP��*|�Vt��	UUB���{�~�x��:����U�[U3c�����O�ϝ�9�B�_g�0�?��;��Hg8���:TB��D��NE)4��|n�$�67ШN���0bMdvS�F���(9=\��"�����Bx#�sm6L�I�jv�:�a�\��*A��1�cL��C���G*ӠU���,�i�e�,)���̩��An(�����K����WA�CPmB��H�Q�1��C���4��A}%����3wH_��,4�&idj��,��Џ��o;s�#R�+��".��t��)�4:O�0m��n�����f���-f��$+MlnO L������#@�� �<G&��v�S�̞���d]pG�N�j-�~<�6	�X��=H�O����?)g���۷'�6"�Խ��,V^l		�_���D��80Y�N9|!֋��X�*�{�R>z����1�d�B�^�6'�LO����'PmNc*gP s����<Il8�#�5 _��n�[��.�yG(GYÁפ�]�,�
��]kx�N)	��q��@��&R�adۉ�XQ\llb�W� M�(��*�?�d��鸶S����4T���:�!x�up\?��^��/��6������ug7�dQ�;��cߕ�yB�_�M�_��X�ݏ��Ӥă�-�Ч?Wov|/�j����v��e!��&��esu���e�sݬԱ\�ɭ�֣��.Ls?UA��I�Ǒ���X�i;�Zx���B�|�,��Bmi��ש`'�@�;�T���"������3���~ �>�4Bz��0�۷��NY:��(���L���5w<�)˛�Ac�E����׋Q�'*M��	�^�\h���^\X����*��F�sمf�@]t�Lo8��g�BR�MnG����)��K���w��}�<|�N��p��2�ܵOa3a��؁
-i R^�E�0��v��p��R���
-F�6���.֚p��,�X9�De~��"�i���WAf����|�k����f���e�'������|�J\9���^,o8Z�5�P�D�ڮ�y��#%�a �GQ�o*Ѥ%�܏�TzN%�u�+fq�O'WA��
-X���W..�G�=���a�'���<{��F���K?��fA��釢�Q��8�bY[L�'O�t3�2�M~C�PCt�~n_X���G٦��'zFŁA�"�
�,\�kY�����|�2��ac�-�Q�zV\Yv[=#����[f���#���!���:n�|1C
-lg{n�c��<d�{�t揱�|�wXS�"���X^ݷ�oW�s��B�$
-|�-�pwx�H�L������p��z�4�7�tZ�h�{�ޖ����}�����3�aNb~�%h�G35/�	jG�����!��6��עE��3Ԯk��]J�n��S���@k_+��OД�&�� �M�eqLR��w+FPb�dq��&8;�^��W�����V�_[�<�b�,�>`�ܻ�j�L��5�r��x��B'���d׌��'|�~�КG,�Q��灟�G�Gc�5-�g.�>Bc�x��:�8��T!*���J����n���%1iɌp'�@�0I�̉��f����`_aȾ��X�(��ٻ(NqO���B�����B�NP���D��]�.�z���|�5����h�~���O|�_>GQ�gA��x�&<���DP[8I�C�w� ]X�����endstream
+xڭَ�6�}��藖��V�$[�y�ɉ	$�� �ŀ�hK�(ͤ���biʭ`�h�X,�ź$Ǜ���!	<D�}&6e�*ڜa��W1��f�}���_�$ɦ���oO�4��C��C"�<���c�K�e-/��;�EA��M�5}���gB}1��h�Vn���ݫ���,9�E�RCG�\Gq�t��Fy����h8_Σ���~��wQ$J95C���Q��Q����":����>�>MC!��f�s|�p��l�\��_���*��!t���F_��p7}O{Sʹ�Щ�<+B'�Nu�	�.���^OV�a|�U����">�;��m�j����8�d�����X�“4�"�O6-�">kKqk#�h/[�'�|ltc���i�m�Q8�iuH�_�à����Z�=�	:	�E�1�܉�k��T�f�@<~j��B�A�r�8�K��&��{�g�'r�Z`�4�|tG��'B���<2c���/��<����*so$�.�����]�ћ�@�53�@PzZڗ�F�*iJ
+
+�Ğ�4���ׄ�#&�!���������n�A�*�1�Ҟ
ѐ6��ƪH
�8��/��k�w����53���ȉ0��F-�q�H���n1�sV��eb
jH��S(q{�EdCAY�٥�̸�%a��r��5��\~ܦ��m�Fi��W&����X�tߜ�IP1I�8(�~���ŏ�SP�y}�҅d`@S�K���L?�%Zo2��p1+�l���+�����Ed&g�u��0ђr�+�.���Z��#F�|F�U=����c�d��;���ĥ�_R���M�-L�h��� t�GU�J�������1���<�6ea*k�@�.ʢ�W�j�����iA���q,��T����rr��
+�A�ؕFq�"#o��r���N[��Y$¤��f�1|�["�[���
�?BP:��f.b.�����De#��Vǁ�|��.�����iIN��(% @k�;"veo���,���m�G
+R{t��S3�kYR5��ȕ.��0_�����P��
��KX��D�������pFkxޟ���}u��T7�@?�@ٽ&��OE�I&MDrT��SC��|��ԗ�Z�����v-;�q��J�}�q)�BJ6e�vi��wB$~��:e'��)�1�	�z5/��.�<�CG�W��YDO����eFdi˛ j�]�ۤ&A�mh���1��QJ�	�����f�xe����������5 XM~5���M�v�����8���]�04�?�F/�/3b�����X�\?7r�Y�d��Ko�D,�Na�htGKsq��J,�ư��EXU�I�',�KD���X� �Zu/[���<��J�f<AzM���Y�͏X��8R��ۼUMCZ3��uB��oP%�'f��Ov��X��n���o�Y�Ǩ~�����zե�M�DG��j�����t����\ѣ��n�l�V�a��e���f_݌��1�<���&~���́�~��f�m�efd�	�B���.�?x�#����us�[�w����a������>+�BO�F�q�������.�Pݯ�2��<3�<I..�wn/����Ysy�]���nO�@�XD\7Bo΍�'�1�vb�t���A��������i6U��fPӾ"�*�)�)���4!8�GD�c���Ű�{�
+-���	+�dj��M��7w�ڡ��av�=��̝�o��'E*Y�IPK�H��Sr���t�Dx�%�$,�4u]���.�}���E�f�=S�$	��M͹�Wx��pAw�4	��H�n�5�∾�(^!����ĵ9�����b�+),�4����Q���r
+;*����&���0��@^.��L���)<m��]!H_�̩g���"D�,]9�6U<���L��\�2��1oO+q�)x.��8�q���Zz㔝;���Z��a@ƪ�@Q�9+_$,)�)b<��'�5��@���x�*q�G0w���:��0$4U@������^��v�B��94�C�I�hE�=�o��~�qq��_;�ɓ���B���
Z�!���+�Mc�+m�M�r�$��*2z݋���u���$7#�n�X}
h����7�x��u �K�14��(X���0XsZ���\|[��o��Q��y�/�����O���(��b�L��/�6�"�O@���endstream
 endobj
-3167 0 obj <<
+3170 0 obj <<
 /Type /Page
-/Contents 3168 0 R
-/Resources 3166 0 R
+/Contents 3171 0 R
+/Resources 3169 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3149 0 R
-/Annots [ 3178 0 R ]
->> endobj
-3178 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [176.4275 443.0735 223.2515 453.9775]
-/Subtype /Link
-/A << /S /GoTo /D (parameters) >>
->> endobj
-3169 0 obj <<
-/D [3167 0 R /XYZ 71.731 729.2652 null]
->> endobj
-3170 0 obj <<
-/D [3167 0 R /XYZ 71.731 718.3063 null]
->> endobj
-3171 0 obj <<
-/D [3167 0 R /XYZ 354.5783 669.4894 null]
+/Parent 3193 0 R
 >> endobj
 3172 0 obj <<
-/D [3167 0 R /XYZ 71.731 636.4484 null]
->> endobj
-1563 0 obj <<
-/D [3167 0 R /XYZ 71.731 566.7099 null]
->> endobj
-402 0 obj <<
-/D [3167 0 R /XYZ 224.8627 533.3997 null]
+/D [3170 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3173 0 obj <<
-/D [3167 0 R /XYZ 71.731 530.7398 null]
->> endobj
-406 0 obj <<
-/D [3167 0 R /XYZ 185.7017 503.0137 null]
+/D [3170 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 3174 0 obj <<
-/D [3167 0 R /XYZ 71.731 495.8157 null]
+/D [3170 0 R /XYZ 71.731 706.1869 null]
 >> endobj
 3175 0 obj <<
-/D [3167 0 R /XYZ 359.6067 485.0809 null]
+/D [3170 0 R /XYZ 91.6563 690.4109 null]
+>> endobj
+1575 0 obj <<
+/D [3170 0 R /XYZ 71.731 632.4433 null]
+>> endobj
+378 0 obj <<
+/D [3170 0 R /XYZ 268.9021 594.2515 null]
 >> endobj
 3176 0 obj <<
-/D [3167 0 R /XYZ 388.1827 459.1781 null]
+/D [3170 0 R /XYZ 71.731 586.8992 null]
 >> endobj
 3177 0 obj <<
-/D [3167 0 R /XYZ 71.731 446.2266 null]
+/D [3170 0 R /XYZ 71.731 546.0673 null]
+>> endobj
+3178 0 obj <<
+/D [3170 0 R /XYZ 71.731 531.1234 null]
 >> endobj
 3179 0 obj <<
-/D [3167 0 R /XYZ 71.731 439.0885 null]
->> endobj
-410 0 obj <<
-/D [3167 0 R /XYZ 280.1962 408.3686 null]
+/D [3170 0 R /XYZ 71.731 518.1719 null]
 >> endobj
 3180 0 obj <<
-/D [3167 0 R /XYZ 71.731 401.2902 null]
+/D [3170 0 R /XYZ 91.6563 502.396 null]
 >> endobj
 3181 0 obj <<
-/D [3167 0 R /XYZ 117.1103 390.4358 null]
+/D [3170 0 R /XYZ 233.106 476.4931 null]
+>> endobj
+1576 0 obj <<
+/D [3170 0 R /XYZ 71.731 458.4608 null]
+>> endobj
+382 0 obj <<
+/D [3170 0 R /XYZ 247.484 419.188 null]
 >> endobj
 3182 0 obj <<
-/D [3167 0 R /XYZ 71.731 388.279 null]
+/D [3170 0 R /XYZ 71.731 411.8357 null]
 >> endobj
 3183 0 obj <<
-/D [3167 0 R /XYZ 71.731 383.2977 null]
+/D [3170 0 R /XYZ 71.731 358.0524 null]
 >> endobj
 3184 0 obj <<
-/D [3167 0 R /XYZ 89.6638 362.5405 null]
+/D [3170 0 R /XYZ 71.731 343.1084 null]
 >> endobj
 3185 0 obj <<
-/D [3167 0 R /XYZ 71.731 360.3836 null]
+/D [3170 0 R /XYZ 71.731 330.157 null]
 >> endobj
 3186 0 obj <<
-/D [3167 0 R /XYZ 89.6638 344.6077 null]
+/D [3170 0 R /XYZ 91.6563 314.3811 null]
 >> endobj
 3187 0 obj <<
-/D [3167 0 R /XYZ 71.731 342.4509 null]
+/D [3170 0 R /XYZ 385.5711 288.4782 null]
 >> endobj
 3188 0 obj <<
-/D [3167 0 R /XYZ 71.731 327.5069 null]
+/D [3170 0 R /XYZ 71.731 265.4646 null]
 >> endobj
 3189 0 obj <<
-/D [3167 0 R /XYZ 244.0118 318.0075 null]
+/D [3170 0 R /XYZ 71.731 252.5131 null]
 >> endobj
 3190 0 obj <<
-/D [3167 0 R /XYZ 441.8906 294.6949 null]
->> endobj
-1564 0 obj <<
-/D [3167 0 R /XYZ 71.731 215.5915 null]
->> endobj
-414 0 obj <<
-/D [3167 0 R /XYZ 207.7551 180.1245 null]
+/D [3170 0 R /XYZ 91.6563 234.6799 null]
 >> endobj
 3191 0 obj <<
-/D [3167 0 R /XYZ 71.731 171.487 null]
->> endobj
-3192 0 obj <<
-/D [3167 0 R /XYZ 71.731 159.0387 null]
->> endobj
-3193 0 obj <<
-/D [3167 0 R /XYZ 71.731 154.0574 null]
+/D [3170 0 R /XYZ 486.1475 234.6799 null]
 >> endobj
-3194 0 obj <<
-/D [3167 0 R /XYZ 81.6937 133.3001 null]
+1577 0 obj <<
+/D [3170 0 R /XYZ 71.731 201.6389 null]
 >> endobj
-3195 0 obj <<
-/D [3167 0 R /XYZ 81.6937 133.3001 null]
+386 0 obj <<
+/D [3170 0 R /XYZ 198.3489 164.4234 null]
 >> endobj
-3196 0 obj <<
-/D [3167 0 R /XYZ 484.5537 133.3001 null]
+3192 0 obj <<
+/D [3170 0 R /XYZ 71.731 157.0711 null]
 >> endobj
-3197 0 obj <<
-/D [3167 0 R /XYZ 71.731 105.2404 null]
+1578 0 obj <<
+/D [3170 0 R /XYZ 71.731 124.2093 null]
 >> endobj
-3166 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F48 2167 0 R /F44 2154 0 R >>
+3169 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F32 1306 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3200 0 obj <<
-/Length 3444      
+3196 0 obj <<
+/Length 2071      
 /Filter /FlateDecode
 >>
 stream
-xڝۮ��}��ݗ�[ѕ�Ҡ@�n�M�'(�nt$�VW�\Iޓӯ�gHQ7������r�Cz~�&��8���:���M~y�nN���;�Q�s���{z���`�:�����	]׉�$�ā�$��l��n�?g�^��������ť���e}"�w��˪�v�z��Of�(��4��R
-���'6�uRߋ���M� b�?��*���>�h$��'ߏ��š���س�%�߁4�at���:GD�Uf�O�E"9�r��������k�}:Kj�:�~�EѶ�������3?5=��笟�F�+��M�g�ϭl͸�����9��g�j��ys�{gv�t�"u��sӻl��V�h��qi��l�Ѱ��?��׽4�.���#��	�(���;�s��
���O��9�O���Y��5���z;��z�-�;�n2kv�K֗yVU�B.ˮ'Č`�����e�Ȟк��^�l���wv�|'��Pm�;7���?�d�"UKY���h���{Y����H_\H5!Y�O&)��Z��=��$w���}���V�h�+O�,��6/���G)�H�˱��.��/,�9�Ұ,�6`.Y�&$�a-	s�;`�|�*��Y��Z�Oh�g�~n~exC߁e��y�!����/粖<o.�J������i����=��8��j�Y\#�"Qٽk������Y�}U7L�>���	����$qB7Ȣ^�@6U�=���,��H��*����8"�=i]�4�C�[X�
�7�aY�l"�ja
-���p� ��s�\G$ih�R����\`���t`��_AN04A�E�(�H�^��խ0���)���Ow���Zg�^[eH�۵��B��9�,�xFj%�z�#�z�>St�DzS�G���G�|Y������ /�%���u�U��XO�O?��Zd�qu�4��$U�E�&��9t���8�
-:9E�Y�j��X9��������:qW��i/Fk;���l��k%y'[eA뵪��wf1c�ز؎����1���>�w�㠲?�������+o꾬o���@٧\��\*�%�f�l�oY�n-쥽4�]���x]�2�F-�����I�!	C�̗NVDaG}�QЧC;˲%0�ݚ� 1Gej2��K|���o���2�Ч���p��Ґ������������h�u����W�΀s`��~�):�(�s�D)W4.0���z�8����f�T�� �D��2�$`!E��c�Cbu��#�U)"1�����B�Ch�	�ӏ_p�-����˹Qj姖�b�9CCC��,�xu��MG
�b��a�޶���K����p�?2\�>/h��r�<�W:	6q�� ��vO�呾M��"
-z����b�)��H� �B�k����r��M
-�nb��M7���z�Y�EN,|�<�k���p����2���Y�]a}�sP T�w5���������w�(���݄ �a.ۃ��j��hF��CN�@7�3����f�C�v�$�X �TX�*?r='�o
-�
- �P'��]��֨U�SS�;	�H�C8�h�=m�>d��׼͸l�*������y���km��)@��…S`����!�č@*��{a_��EAx7�3H��>{���}3þߜ�]A
-|Ŋ���	ȳ�\Ë��{��>��
"��]T�(��k.>���
-�,��C��J���b�����{���ʦ���k���?��]�2k	3r�$�SL��xs#gb^�dE1�{L%��K����b9�a8&��`?��0��
���Ez��h#�ʝAz$wKK>��
�r7"�X��AԸPv��e	�0���T�'U�	`BQ+/TH���!�`"��A#O^Dl����6�'����:�P�
-�p��&��h�(K�FfhkѨ�	�J�J��G���y��6����f9n�b��/�����8��0h�:�\TW.�����T#L��V�9LA���Pg]��$��{� OX�c��\�U-6Duf[�-�Q��"�V�M�튱�7d̐7�\٬�b��֪��Wt����F�<��	��]�YH��HY���x7�a�y6�({�2%c�D�X^�RW�먭�b�����h=SP
.P�r��4�4��x<���Ѓz��q"+(�٬�p]���ĵr����S-����t��ڴx���\���&}�
-��qVC�$Y�����dQ��35�
s�j�t��r���X��cUn]h�x���ZH�r����’o��)
�rk���XH��\�+|���.�lk��o7�N5��2�z���&a�t\ۦ��_�o�sOG/�J����u2޶^J��F��
-x�oׂY0�}uC=�!��K�R�?��(ؼ8TuMD��-�P�h�J`e�a/�.'�%�Z�l�6LӒ�E�D}.Mc�bѿ�#�Te����q��Z�L�\��\�RC�k�U�<�4׏|�[6Ҫ��G����c͝Ѱ��#"Ps�
-�҅��\� ����Wr��P��!�f�p-�������`��Fg$\x׶�*����a�?��S�������P�� CL�D̵��9R��1�\����oVa�_��q9z�ޥ	�G�Ml��"�p�r=�c�7+k�w�a�:�^��,yBeG��	(tRf�z�K�N%���V�rva+WU�MRq������z��-,�՛Ұ�z6�z�3p��^�$q8��R�CK�Ll�T PS~h�� ���o��z���1PQ�h�7h����X5M�Dp8+4x�@@=9S*Yl�"H��v(9�㽏�Nӳ�`�k��ڇ��qUO���WJNr���
��C=���f>f|��o>��{޷
-7�U��q=?��6Ҫ
-�G*���c�Ѱ�#"��}�f���_��?q��$�(�me�G���r�L��h�gEN��Jí3� ]���+��Ԍ���r�D�@X�o�u���w:n��7}6�:�5�C�/,��OiX�M�7W*L`��V���0Ъ�Ŧ�6������D���vW���^��[��SU��,VPR
�#h�z-zF$b+�S���"\����܁w7��Tz��cg��T������2ɯ.=����? >5�ƕl�G�]���
��.o��w4�5;ɽA�A���8���ޯ-܋����K��~��$J�t�D>+/ܢ������K4��	�jO]��)����΋���W�쥻�“י&B����,�=���zC�ꗗ�yy	-*�$�-�B���Z��D���B�H�](Nc	F�����6�}�xfr�meiV��IR}L��N<I�e唫:��+g�U*g�&O�
-+���"�.�
��3�=����J�e=�������I�!��37��;"�3Y���^X��n]�endstream
+xڭ˒��_�̉J�h|���מ���ʓJ� �L2	�X��t� ��l.[<�ht7�~R�2�Īi�� �TV�\�O��l��`�
�l�H?<��)�WM�T�Z=VE��u�mVu.�m)�����ɧ�:;=�7�̒<��c{2�n��py���:�����~z���y�6[8�F��2�|%�4/*�B��fu�-21OEZ�d�Š	ȍ��,�����ۙ��#
+	������Ff��E�y���z��urF��(�+�m�c�������1�N�Zf�c��d�p	�(��
��e���ލ)�pH5.�P�s�	�?Z;j��z4�#�G��e����KT�z#DŽ�z�|%�71^?�!Ӧ���I
��u���D�8
+���rE)�bzp�xA^��Y��	0P�Ϩ�,���QH���`f#-�D��<�	r@��]	l�^� �Zl��@q2���uJ���L�w�'���������L�\�Z��ףr��y��x��������Aӂ��e>���I��i�����#�Z=����y��"�2I�%$xJS�2���|��W�(��|�IeZ4Y
����8��"�Rԫ͜#�����Ve�O碔��\�3����u׎���,�����������fӛ�B�49��A���C�I�x�7g�ͻNO��q��#3�
�E��	��b#�+0b0t_*tK������>8�?Xq<���+��A5�]��$(!hm��l`�_<b�]��%�ɧO�����K�B�����a��*kr��#?��/��ϣqzg�оy����]Ge�����@�A+P3�9��\����j�t�;'N�#�,ǹ�H�22ކ}����s�zY�ȍ����R�O���Ct�ڱg�i���)Oei�a4���,���ၟ��q�I��LHA��jλ�t�	7�|E��d\��h��C�5/=/C�=k�\�0֧���n�Ҫ~.� _m!U#qIB��*�����߬��rQ̐e��U.A|��쭮�j�u馇����뮴uX�&#��iGE���3������H�]��9��,�`���E>�
+l��2Zo]JO�]#�k@j&P >�&\u#8Z�r��'X����-����	J�8����V9�S�xD�x�p�(d�� �;m��@;'T,<�o3�lV���S�����ǀ�i�P�lR�ߙu��X��#�D��T�^f!�ͮ���ȸbG7��=�C�u���BM��(�3���<�����v�c�G/�uvO�9�BeP@^�7��߯"��|�qH�hΙN�P�TԴ���s卫�rr\���=}��O?�h�7f3��m����3�k5���=v)q���Å0�GK)I�ך��1Fu���������������4��� ���(gR3�<"�\�yq(�Lz���f��n��p�{-R�KZt�!
+�.qCy@h.c�X���OƗ���!|��mL
�]�)�ܱm�Н�q� 6�Bu���f���T�Q���}�ɠ�f{m��Jco�sp�C�'�y	�
�o	�|��3hk6Ke�,�ZS������ag&AAy�O���0}�i~��$�����4B�hB��Ƀ�5v����ha�H����Ʋ�L�9-vT ��
+t��޽9e)�Z�o9�ߏ�k��wm�_S��q̲x�[v����'e:�ж��LN�3"(����ށz'X�>�cܛ�����(��ފ���q��ׂ:�f�6i�
)����[�9�j؅�}o�&�桇7=\ �׺�3��"�4Q�`dN��c�����,a���0��
+���~Y����"j��O�Q�7��Q4�7`�G"���a�u0�3`F����h�Z��堦v�9ſV)a<��������b��Y7K�es�[6\�7o��&�'hȒ`lu�I`��r��r�5�f̏/3�6��O���4O|n8�Mw݌kt�ZG���}�ߔ��k4�1���=�Գ�=�
��q����{ӥ*q�nE�|�/���OhXi&�&r�|����wR��endstream
 endobj
-3199 0 obj <<
+3195 0 obj <<
 /Type /Page
-/Contents 3200 0 R
-/Resources 3198 0 R
+/Contents 3196 0 R
+/Resources 3194 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3149 0 R
+/Parent 3193 0 R
+>> endobj
+3197 0 obj <<
+/D [3195 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+390 0 obj <<
+/D [3195 0 R /XYZ 253.8823 707.8408 null]
+>> endobj
+3198 0 obj <<
+/D [3195 0 R /XYZ 71.731 697.4758 null]
+>> endobj
+3199 0 obj <<
+/D [3195 0 R /XYZ 71.731 659.6566 null]
+>> endobj
+3200 0 obj <<
+/D [3195 0 R /XYZ 71.731 644.7126 null]
 >> endobj
 3201 0 obj <<
-/D [3199 0 R /XYZ 71.731 729.2652 null]
+/D [3195 0 R /XYZ 71.731 633.8185 null]
 >> endobj
 3202 0 obj <<
-/D [3199 0 R /XYZ 81.6937 708.3437 null]
+/D [3195 0 R /XYZ 91.6563 615.9853 null]
 >> endobj
 3203 0 obj <<
-/D [3199 0 R /XYZ 81.6937 708.3437 null]
+/D [3195 0 R /XYZ 71.731 569.9928 null]
 >> endobj
 3204 0 obj <<
-/D [3199 0 R /XYZ 71.731 706.1869 null]
+/D [3195 0 R /XYZ 71.731 544.09 null]
 >> endobj
 3205 0 obj <<
-/D [3199 0 R /XYZ 81.6937 690.4109 null]
+/D [3195 0 R /XYZ 71.731 529.146 null]
 >> endobj
 3206 0 obj <<
-/D [3199 0 R /XYZ 81.6937 690.4109 null]
+/D [3195 0 R /XYZ 71.731 445.5245 null]
 >> endobj
 3207 0 obj <<
-/D [3199 0 R /XYZ 71.731 675.3027 null]
+/D [3195 0 R /XYZ 71.731 430.4162 null]
 >> endobj
 3208 0 obj <<
-/D [3199 0 R /XYZ 81.6937 659.5268 null]
+/D [3195 0 R /XYZ 91.6563 414.6403 null]
+>> endobj
+1579 0 obj <<
+/D [3195 0 R /XYZ 71.731 381.5993 null]
+>> endobj
+394 0 obj <<
+/D [3195 0 R /XYZ 184.9496 344.3838 null]
 >> endobj
 3209 0 obj <<
-/D [3199 0 R /XYZ 81.6937 659.5268 null]
+/D [3195 0 R /XYZ 71.731 334.0188 null]
 >> endobj
 3210 0 obj <<
-/D [3199 0 R /XYZ 71.731 644.4185 null]
+/D [3195 0 R /XYZ 71.731 298.2568 null]
 >> endobj
 3211 0 obj <<
-/D [3199 0 R /XYZ 81.6937 628.6426 null]
+/D [3195 0 R /XYZ 71.731 283.3129 null]
 >> endobj
 3212 0 obj <<
-/D [3199 0 R /XYZ 81.6937 628.6426 null]
+/D [3195 0 R /XYZ 71.731 268.3042 null]
 >> endobj
 3213 0 obj <<
-/D [3199 0 R /XYZ 71.731 595.6016 null]
+/D [3195 0 R /XYZ 91.6563 252.5282 null]
 >> endobj
 3214 0 obj <<
-/D [3199 0 R /XYZ 213.707 558.9041 null]
+/D [3195 0 R /XYZ 71.731 227.4573 null]
 >> endobj
 3215 0 obj <<
-/D [3199 0 R /XYZ 71.731 556.7473 null]
+/D [3195 0 R /XYZ 71.731 216.5632 null]
 >> endobj
 3216 0 obj <<
-/D [3199 0 R /XYZ 71.731 541.8033 null]
+/D [3195 0 R /XYZ 91.6563 198.73 null]
 >> endobj
-3217 0 obj <<
-/D [3199 0 R /XYZ 210.6668 520.6476 null]
+1580 0 obj <<
+/D [3195 0 R /XYZ 71.731 165.689 null]
 >> endobj
-3218 0 obj <<
-/D [3199 0 R /XYZ 76.7123 504.01 null]
+3194 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3219 0 obj <<
-/D [3199 0 R /XYZ 128.5181 460.4646 null]
+/Length 2466      
+/Filter /FlateDecode
+>>
+stream
+xڭYK��6�ϯ0�k��t��$�,6@�i ��=�mkW��zL���S/R����a�@�,�E��#�o������>A�Il��;�9���;_X�³�3}z|����p�{y$���&R�KU�o�0���6�忷?��u0�n�jz��X^���^5'&}OVu�w�y�统��q�zy+�����17~�Q��v�*��H���D�,�P
n��������F &�mUm���� �I���aV�n��d�U��е�П�f8�)@gp�v�v�����Oh���^5���7Tm��B��If�t%�co:�-/�Ώ���(t�����&	0�����0]�k,���7w9�H�s���/���NB�e�������чڔ���x��k�/:'`k�L��N_��{��p��䐹cբ�KE�٠m�{L�Y�N4���r��hY�۶��Uq��0�����V�|��)y�F�k������-��L�rβ+;XS��5��M��R���W[=��\���a�_��kۘf�
+��V�W�N�*9\n2�d�+V�>v����WTY�'��J�@v�l�מ�t��尚��-�	(l)l�}uj�L$��nR�>�PO�t�����%�L��gs5Mi�O��i������;�<�܁��XŽub���)ll�f�-M�'�!)G�j���������NJ������Jp�d䓌C�����ot�׼��BpA�
�u�@RZ�'���
��iL���r:��9��=fp���:�����/܇���YQ��d�X���0��?v֓�x������!�0��\\�+a��Թ;)]tD�(L�0
��lS������_�
+j�KY�
�F"b�ylw�������Q�H$�WST��n�2#k�|l��O�"Y­�z*�a���+�l,a��㕻_L1v���vpM� �54�����G�BV���pdjYq���E:u�
fm�<UÙ9E,u�jԐ�-;�]U�oU_M�ӲS�Fj�0U���W���r*e��u-��q�x���XjKDϽ�N�u�2	
�_ȣmQA��ܗ�預��q��ش�b��n��Y46f��J&(D��TT�YZj��&���:�0H�(� ��vb��eq���%�V�����0�	�3f�#>���H3.�Y�i���V���j��"_P�jn9�sRK�'�bW�	������'����z/b9�R���/+	"�c�G��R�&+;�j� jhM`M�tm��P����.f��y�{���$|���2���`��H�)gDn�<v�`s�Y^`�$�kQ�o�(��<]��8�����/��v'�
+Ԙt���]��ԃ8I_��1���ܟ"L�
+J�?�?<#N'>�PB&�9Ե$��t�(W)4gc��t'�<(Š�\⽾�e8	�uQ����T��N�3�1���Xл��`�&$1*��C��
+to��LQI���XJ�q��8A�J�Y��6�ׄ|;�2��(hm�4ݳ���z�1���8��
+b�ȷ����3-<���
��*��֞I|�ږk��̘�RӀ,	C�fH~[h����e�V��� XlRiL>���c�V>���inK]���ej^���N��V�m��q���������ͯ�#�l��5B�QA}X�(���.�JL��?T���q����a�EVC�}�p��g��_k]���9n8��I�;~��@����¦-
+O����d
���B�t��Յ�i%�I�l!|<�ѣ��y1�cŬr���k���-�v5iv豸�<	�n�T��c?ج��܎����,�Bf����)�
+�卄A��a�W�C�^�����s�/�Dž*S10jS�iC#�[s��}ɵТc���b�B���[=wZY�Ad���vq��D�9ܼǓ4}��%�/��']`�`D{�ߗe�KHG.�g)hև���- �	����v�‰4j7DT�Bl:��\���l+�a�i��4���i�ھ�XUMQ���r.hn�}k3��0���<M����}����~�v���V1�,���˲ z]
������ق#;H2P��nC��CF�.��a�����;���ė��q�C=�G6�C�"���a5so�����ܢE,�$��c��YWN���l�X��fc�6 rw�f����@k~wY)�փ����R�qV��;L��)b�w�8c���.o��s����F.��{NKu��X�o�c��R�N�s���`��G��oU��Ǫ}�ԏ�q��.���G3�8X;��j5��$x��Z��-�� �\�GԆ�����Ћ��Z��Jd��yp����g��G �o[0An�@C�8�*A�/�-���_K���)Ma�޽8�W�)����|ww{3�n��
�����RS����՟=g<��z�A
+�*s��!��\Y�/���endstream
+endobj
+3218 0 obj <<
+/Type /Page
+/Contents 3219 0 R
+/Resources 3217 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3193 0 R
+/Annots [ 3226 0 R 3238 0 R 3242 0 R ]
+>> endobj
+3226 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [466.7066 439.0439 518.512 449.9478]
+/Subtype /Link
+/A << /S /GoTo /D (groups) >>
+>> endobj
+3238 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [281.6014 233.8135 340.8787 244.7174]
+/Subtype /Link
+/A << /S /GoTo /D (edit-groups) >>
+>> endobj
+3242 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [205.9567 180.0152 269.8466 190.9192]
+/Subtype /Link
+/A << /S /GoTo /D (savedsearches) >>
 >> endobj
 3220 0 obj <<
-/D [3199 0 R /XYZ 76.7123 429.0861 null]
+/D [3218 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+398 0 obj <<
+/D [3218 0 R /XYZ 193.414 707.8408 null]
 >> endobj
 3221 0 obj <<
-/D [3199 0 R /XYZ 81.6937 411.1534 null]
+/D [3218 0 R /XYZ 71.731 697.4758 null]
 >> endobj
 3222 0 obj <<
-/D [3199 0 R /XYZ 81.6937 411.1534 null]
+/D [3218 0 R /XYZ 101.0411 648.862 null]
+>> endobj
+1581 0 obj <<
+/D [3218 0 R /XYZ 71.731 641.7238 null]
+>> endobj
+402 0 obj <<
+/D [3218 0 R /XYZ 250.9846 604.5083 null]
 >> endobj
 3223 0 obj <<
-/D [3199 0 R /XYZ 71.731 396.0451 null]
+/D [3218 0 R /XYZ 71.731 594.3656 null]
 >> endobj
 3224 0 obj <<
-/D [3199 0 R /XYZ 81.6937 380.2692 null]
+/D [3218 0 R /XYZ 484.3889 571.4323 null]
 >> endobj
-3225 0 obj <<
-/D [3199 0 R /XYZ 81.6937 380.2692 null]
+1582 0 obj <<
+/D [3218 0 R /XYZ 71.731 551.3428 null]
 >> endobj
-3226 0 obj <<
-/D [3199 0 R /XYZ 71.731 365.161 null]
+406 0 obj <<
+/D [3218 0 R /XYZ 214.9614 514.1272 null]
+>> endobj
+3225 0 obj <<
+/D [3218 0 R /XYZ 71.731 503.9846 null]
 >> endobj
 3227 0 obj <<
-/D [3199 0 R /XYZ 81.6937 349.385 null]
+/D [3218 0 R /XYZ 71.731 440.0401 null]
 >> endobj
 3228 0 obj <<
-/D [3199 0 R /XYZ 81.6937 349.385 null]
+/D [3218 0 R /XYZ 71.731 425.0962 null]
 >> endobj
 3229 0 obj <<
-/D [3199 0 R /XYZ 71.731 347.2282 null]
+/D [3218 0 R /XYZ 71.731 412.1447 null]
 >> endobj
 3230 0 obj <<
-/D [3199 0 R /XYZ 81.6937 331.4523 null]
+/D [3218 0 R /XYZ 91.6563 396.3688 null]
 >> endobj
 3231 0 obj <<
-/D [3199 0 R /XYZ 81.6937 331.4523 null]
+/D [3218 0 R /XYZ 71.731 371.2979 null]
 >> endobj
 3232 0 obj <<
-/D [3199 0 R /XYZ 71.731 316.344 null]
+/D [3218 0 R /XYZ 71.731 358.3465 null]
 >> endobj
 3233 0 obj <<
-/D [3199 0 R /XYZ 81.6937 300.5681 null]
+/D [3218 0 R /XYZ 91.6563 342.5706 null]
 >> endobj
 3234 0 obj <<
-/D [3199 0 R /XYZ 81.6937 300.5681 null]
+/D [3218 0 R /XYZ 250.8743 329.6191 null]
 >> endobj
 3235 0 obj <<
-/D [3199 0 R /XYZ 71.731 272.5084 null]
+/D [3218 0 R /XYZ 71.731 291.5968 null]
 >> endobj
 3236 0 obj <<
-/D [3199 0 R /XYZ 81.6937 256.7325 null]
+/D [3218 0 R /XYZ 71.731 278.6454 null]
 >> endobj
 3237 0 obj <<
-/D [3199 0 R /XYZ 81.6937 256.7325 null]
->> endobj
-3238 0 obj <<
-/D [3199 0 R /XYZ 71.731 228.6728 null]
+/D [3218 0 R /XYZ 91.6563 262.8694 null]
 >> endobj
 3239 0 obj <<
-/D [3199 0 R /XYZ 81.6937 212.8969 null]
+/D [3218 0 R /XYZ 71.731 224.8471 null]
 >> endobj
 3240 0 obj <<
-/D [3199 0 R /XYZ 81.6937 212.8969 null]
+/D [3218 0 R /XYZ 71.731 211.8957 null]
 >> endobj
 3241 0 obj <<
-/D [3199 0 R /XYZ 71.731 197.7886 null]
->> endobj
-3242 0 obj <<
-/D [3199 0 R /XYZ 81.6937 182.0127 null]
->> endobj
-3243 0 obj <<
-/D [3199 0 R /XYZ 81.6937 182.0127 null]
->> endobj
-3244 0 obj <<
-/D [3199 0 R /XYZ 374.7417 182.0127 null]
->> endobj
-3245 0 obj <<
-/D [3199 0 R /XYZ 71.731 179.8558 null]
->> endobj
-3246 0 obj <<
-/D [3199 0 R /XYZ 81.6937 164.0799 null]
->> endobj
-3247 0 obj <<
-/D [3199 0 R /XYZ 81.6937 164.0799 null]
+/D [3218 0 R /XYZ 91.6563 196.1198 null]
 >> endobj
-3248 0 obj <<
-/D [3199 0 R /XYZ 96.3701 151.1285 null]
+1583 0 obj <<
+/D [3218 0 R /XYZ 71.731 176.0302 null]
 >> endobj
-3249 0 obj <<
-/D [3199 0 R /XYZ 239.3308 112.2742 null]
+410 0 obj <<
+/D [3218 0 R /XYZ 262.0456 138.8147 null]
 >> endobj
-1565 0 obj <<
-/D [3199 0 R /XYZ 71.731 105.136 null]
+3243 0 obj <<
+/D [3218 0 R /XYZ 71.731 131.4623 null]
 >> endobj
-3198 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R /F35 1723 0 R >>
+3217 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3252 0 obj <<
-/Length 2427      
+3246 0 obj <<
+/Length 2927      
 /Filter /FlateDecode
 >>
 stream
-xڝYI�����W(s��'�dsMN�38��a^0� h�-�0E
-$5Ϛ_�����%�A`�jVW�޵�!�E�<
-r����,���p���_�E��V�����?�`̢�,���E�A�"7qP�Q�x����x�����u��K����X���x������n������}�:1OM�8|S�	�Q��,�((S� �W7,���E4A�	ɖ˿�ƍ"��1@�(]$��3���:*�2.�ʧN��r<8Y|�cc��[����:S�Zl$�-O��G'���zP�u����Ep��m�� �x�e�DI��6�z�&����H����mIf�ѽƤA�D��e��~C�Gj$��dY��ҝ�([��������� ���;���Ə�Gv$�`��yB�(F�D	���K�5�c7��v��.���>:��x��q����e'�U������"[V�o�Z��t�no�/·�|o����ů���؋�^&����/}�N��]Bo���1؝##&�D|���y#!�9����d�A6H��^�9��" u9V�rl���(���J��l��Eyn>���5$H,		��A1�B>�ލ���������k�H�[�C����xЩ�6�;�)�hY��e+K�ѬX��n��^���Po���Ƣq��c� �9}=�~���۸�]�����0Jp8{zV���y?�c��O'g�)�y���U��ĕ
-D�<�c�{E��~���8l����,]ju��*B$��*q��tjr�����dɓ��Hfy>�<��x��޵��I��8�L�<ڋ,6@�����|�Ic��_-���J��.��l�/P�uP�:�:�
I#Ln��;��HO�������	7KS�9t��}�G�c��E�9�
-�\uf[IB5EdE��%T
�J)���`�,K�g�qj(/Y>Ly�O��$3d��%�"��*B�Pj�C�t�i!i.�EI�V&m���^(�(���H^8s��EI�r�U�"M1���,1�^�_�C,]?<�<��ebuO���|Zv��p��ʱ��܌/"���D[S8�}@H
-�o�ͥ�I�K!�I�9Q���y��1֓[p��$+��O�4w���l�A��˵�VR�8��JF��a����jҗ�c�h�N��
���V
-tŕ���i��	W�o{�H��j^Yj� @[=K�ۦ�~��F%\~!A�˲��u�z���kUK��c��Su�EV7��g�e�ڣ�뱑�/��|ǹ����"ž��G��A�� ����UH%f���*���E�hq6R�
;@Oj:�#_��M��*7l����)��N���T[ɢnqK��Ҫ��e,΃v.�Y��Is�e�LO�.�%���&����PO��a�6�(1���4�q+y݋5�h�֠ŬB��B��Nh��f�2{�E�hBH�_�J��
-x��Z��j`_���Z4��~��V(��Կ�R��Fr�T�)�^|�P��HRA�%*��V�c�^#3��%ü��G0˃�e�78�a����v�@C8�(�d��"I��/�%��+=.�� �#�wZ7�~ws�r^8yO����[���,2{{Ξ�yb�z�Ɛ8��Ƣ�i�`,��d�i,\$��Q��#��E���X`�1Y�yt������rfA�̇m4I���	�����C����3��:'<��5�"�iC�7y�-����H7�iK�aqcA�,R�TFnVJ�9��Mw��7	����;���[Lnmh蔖�7je,�&��
-��*��Ӟ㣭�����ĕu<�Hp1^1}�F��k�u��^��;zw8Sev�����M����K���8�X���;���L�-�΍�ޘ|'K���Kxl��?M�(����pNL�8����sen.A�����A����	9.(�4�I����c>�a��R���q�iɋ��ɤΧW�ao4�rG�':��*�$����ɼ8O�~��]c�A��B��W�p^�Aq�չ�F�Q'�'�]�v��z��$n{a�����d��io�� v�I��I���p�G�y�"T'��+`��u��&�	��"��6��VN^��t�'��i���T9K��l��*������D�IQF~l���	�����%�y��s�0K�S֞�m��m{�H���`6�
-�\����/sy��������W+�G+�9��w]јt�����'A瓝.��‘�EX�'�+G[�c�I� ,q�o|d�5���P֢W���?|���.��A�:R#./W���FS����Ӌ�>����F���{�O��S/��WĒ�.�e'��ӫHd{E��N��6�$�M�����)�s��T�j���~�ܛ���m�O�kz2���`'T^�)HTJ����=�6�M��Vb�v��������C}�T�Ae�7�T2�y�KI�e9Q�P��?}<a�_(i��endstream
+xڭko�6���
+#@�6`3�H��}t)��6��-�$�Bdɕ�f}���EY��l?���p83$�ű?����b_�>A��(f���7{����d%4�1�ۻW����*��hv���S����X*	�dv��>����h� ��Z��M�-�|Y?0����eU��w߿��n�X�	HxQÁ�\� ��v�%J��w�b�҉?/~8�j�R:��v�o��/3ۗM�T]�)��bݴ�Ӳ}Wt�rkˊA��m�����Iߵ�ֶ����n�/e}��;�uOߛ7�L�
��T���7�H
+��Dڞ!�s�_��T�w��PQ���~S�Lp��O[��/[ao����������^����ʇ������"��{�J��	+�R��x�*�=N���x�0`q?���E-������3oւؔB�F��Ak�g�H��n<E�o=/{���r���g��yX����ɛ�`�A��<��n��w��Dɉ� �L>P�F��1�0Ĉ�"��׎ےl������0S���ρ�6���"ǻ�����,�\3��g`��z_-��/lk�ͷv��/��(�e;�y�t�E�;�R1��Z�5aO:�=� �l��A+6"t1D�h��</��I��_� ���L׬ݼ[IL�:�~
+|�h��
+��^0����S֡0a0�"���k�j}�b��m��(H#	����:/r�ҹ�x����E5��
+A�1� ��p�8A���ZVʥ]�j��^�N ᅃ��-l~��!�%z�-Y��-뮷0�谔=�J�@�cf1o��Z!Y�hs��p�H@���V�)]r�a�:mm�
+��h�0��9#���
Pnb�pce�x-F���-)Eff�B��]'p�Cr�b���������� B~�5�K�|��0�g��(�7���~��phn)�kLqO�%"�f�$���͚���4�/��5�c�Sh�j��ϙd��Q��VԀ�­��W���p�]����pRB�������
+O~@��06��U�0�ۉ�R�AE-��u4�#aϵ��~Q�����6L"�t"���I=��Z����02*�c���73Pu�8�f�J� ���l=�yI��$�P9�z5Y�8Q���z�(���I�i�E���&RA�sE�,�P���1���� ��O�
+�4$�8�o�̒�-�Lr���a$	ෆ��npv�%�����jv~Ù�h1fB@�%Z�E��M���v<W;=h_�1r�*
+#M���a��>BX#}�y]�n����6�"�o[�{i&�l�Z��}�_L�<ke�9b�Ϣ� ��7«�{�	3��y�����+�}�����
~]��d�4� �Q5����w��[AH_��ޔN"�Pm���1,O1�'���+�}%)
++`�h[�,ь5�j�x�$`�i��{��{���Unwݡ�T{��}x�Ƞ{�.c�%&	�J���̱�C�TIj��I��b�KϿ�j5&#
�H}�H*o�P�iL+'�5�#?�^�<P�K���p�LE�b�>�.���x$ojw�p.'��]Sq��y�3�RQG�6b%�� �|pd�+?��3�N4�M�ﺛ�kY��m�۴�݆���P���W��=��Y�������G���A���I����N����Hy��/uL���q�?��\1�q��m�#*7BO���7y]�wR9ܸx�`�!�:���BA�
ׇ�Yq����r`\�]2�@�ԋ͝~�����r�j���DR�G��R�
+������a�t�0�X�X}
+��`�X�d�a��>"��'�}+�c��hV|@��+��~'�Y#.�D�ѵ9������|�<ɓq�Օ����&�/�)��]Eb�#x�ԑ0q�`�(�i����fD,�����(C�쁁�{�\p/{_	ď��'Db�G��zJ2n��= ��X��9�쩏�2
�HS�
�e@����?��37|�6nm��j��$E^��D��i��I �qJ�mo��:&�Xv����r�
+�ɰx�'!�C]�Iz�l@Gk��\��� $ipy��%�8�)"��A�ߤ��Ï9>���C�}��t\�f_��El{�#t��/�����U�3ov����wMۋ!�z��>
+�$w8Ji_�h��ZtA��y�+��$5dh�b���-$��!�1����;�" �zs��j`�Ι�h��9>�n�V��ʚ��U~�`�1���_���A�ВZ�w�c����X;#�ݮa����˳�� ��v)����x�~�G�Xa��雬�:�����j'�#�@	�U����䑂ӓp�Hy�rGF�'�M��E�^��R��(]��{z7��X;�k����̭󓉏2�-�
+A���~%
Z�vz\m1�*�&{u���T�'*��(G��Z��m>��FI�c�?�0mH��~�͗�lg�X<V���+z8@�y�xJ�Q��"zb5m&���.:i�A7���X�>v���e�u!Q�4T�X��JL�N��$�I?1u�n����;�:߄
�����bEn�h�w·�
+c�>m����E�id��?��G\��Z�*]�q�O�P	
+}����~����0����t�*�"���$o��L��M�����9��|��P�
5T'�9�U�i�D՜ƞ[�T�S4�o�׺m����lA��,�-��X���?rG��Ja�_}\�
^�d/<)_0!x9c}ط��MB)����z�\'$�vG��-����F�d����D�fX0j��Al$�M5�V�.���pZ��9�*y�ɹ���ut���v�&�0D�o����\|鱇5X�����������Q��*��g�P� ����E	endstream
 endobj
-3251 0 obj <<
+3245 0 obj <<
 /Type /Page
-/Contents 3252 0 R
-/Resources 3250 0 R
+/Contents 3246 0 R
+/Resources 3244 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3149 0 R
-/Annots [ 3256 0 R ]
+/Parent 3193 0 R
+/Annots [ 3252 0 R ]
 >> endobj
-3256 0 obj <<
+3252 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [289.2129 686.2616 336.4379 697.1655]
+/Rect [269.8985 491.684 309.6129 502.2663]
 /Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/A << /S /GoTo /D (gloss-contrib) >>
 >> endobj
-3253 0 obj <<
-/D [3251 0 R /XYZ 71.731 729.2652 null]
+3247 0 obj <<
+/D [3245 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-418 0 obj <<
-/D [3251 0 R /XYZ 198.4659 708.3437 null]
+3248 0 obj <<
+/D [3245 0 R /XYZ 71.731 718.3063 null]
+>> endobj
+3249 0 obj <<
+/D [3245 0 R /XYZ 71.731 576.6725 null]
+>> endobj
+3250 0 obj <<
+/D [3245 0 R /XYZ 118.5554 541.1212 null]
+>> endobj
+3251 0 obj <<
+/D [3245 0 R /XYZ 118.5554 494.6753 null]
+>> endobj
+3253 0 obj <<
+/D [3245 0 R /XYZ 492.6563 494.6753 null]
 >> endobj
 3254 0 obj <<
-/D [3251 0 R /XYZ 71.731 699.7062 null]
+/D [3245 0 R /XYZ 71.731 461.0987 null]
 >> endobj
 3255 0 obj <<
-/D [3251 0 R /XYZ 96.3235 689.4147 null]
+/D [3245 0 R /XYZ 71.731 452.1873 null]
 >> endobj
-1566 0 obj <<
-/D [3251 0 R /XYZ 71.731 630.4708 null]
->> endobj
-422 0 obj <<
-/D [3251 0 R /XYZ 233.4943 597.1606 null]
+3256 0 obj <<
+/D [3245 0 R /XYZ 71.731 437.2433 null]
 >> endobj
 3257 0 obj <<
-/D [3251 0 R /XYZ 71.731 588.5231 null]
+/D [3245 0 R /XYZ 71.731 424.2919 null]
 >> endobj
 3258 0 obj <<
-/D [3251 0 R /XYZ 436.1187 578.2316 null]
+/D [3245 0 R /XYZ 91.6563 408.516 null]
 >> endobj
 3259 0 obj <<
-/D [3251 0 R /XYZ 71.731 565.1806 null]
+/D [3245 0 R /XYZ 167.8682 408.516 null]
 >> endobj
 3260 0 obj <<
-/D [3251 0 R /XYZ 71.731 550.2367 null]
+/D [3245 0 R /XYZ 376.6947 382.6131 null]
 >> endobj
 3261 0 obj <<
-/D [3251 0 R /XYZ 300.5965 538.6799 null]
+/D [3245 0 R /XYZ 101.8978 369.6617 null]
 >> endobj
 3262 0 obj <<
-/D [3251 0 R /XYZ 71.731 499.1283 null]
+/D [3245 0 R /XYZ 71.731 359.5995 null]
 >> endobj
 3263 0 obj <<
-/D [3251 0 R /XYZ 71.731 427.2329 null]
+/D [3245 0 R /XYZ 71.731 346.6481 null]
 >> endobj
 3264 0 obj <<
-/D [3251 0 R /XYZ 71.731 401.3301 null]
+/D [3245 0 R /XYZ 91.6563 328.8149 null]
 >> endobj
 3265 0 obj <<
-/D [3251 0 R /XYZ 118.5554 362.766 null]
->> endobj
-1567 0 obj <<
-/D [3251 0 R /XYZ 71.731 289.1435 null]
->> endobj
-426 0 obj <<
-/D [3251 0 R /XYZ 226.7368 250.8655 null]
+/D [3245 0 R /XYZ 71.731 308.7253 null]
 >> endobj
 3266 0 obj <<
-/D [3251 0 R /XYZ 71.731 242.0427 null]
+/D [3245 0 R /XYZ 146.6995 297.9307 null]
 >> endobj
 3267 0 obj <<
-/D [3251 0 R /XYZ 71.731 222.1682 null]
+/D [3245 0 R /XYZ 243.8447 297.9307 null]
 >> endobj
 3268 0 obj <<
-/D [3251 0 R /XYZ 71.731 198.4222 null]
+/D [3245 0 R /XYZ 71.731 290.7925 null]
 >> endobj
 3269 0 obj <<
-/D [3251 0 R /XYZ 71.731 191.2841 null]
+/D [3245 0 R /XYZ 71.731 264.8897 null]
 >> endobj
 3270 0 obj <<
-/D [3251 0 R /XYZ 349.6963 180.4895 null]
+/D [3245 0 R /XYZ 71.731 249.9457 null]
 >> endobj
 3271 0 obj <<
-/D [3251 0 R /XYZ 71.731 160.3999 null]
+/D [3245 0 R /XYZ 71.731 212.5509 null]
 >> endobj
-1568 0 obj <<
-/D [3251 0 R /XYZ 71.731 129.5157 null]
->> endobj
-3250 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F44 2154 0 R /F48 2167 0 R >>
-/ProcSet [ /PDF /Text ]
+3272 0 obj <<
+/D [3245 0 R /XYZ 217.4518 199.5994 null]
 >> endobj
-3274 0 obj <<
-/Length 1688      
-/Filter /FlateDecode
->>
-stream
-x��XY��6~�_a�Ke fE��[�9ТI�t�<4}�e��Õ�l���CuX�Ӆ��$��9�r��+~tP80��0�c�8��W���
5,ó�3������"��_��W�m���U�0z4\������$E��0϶���]��I�$? �E}�'IS������W��r�	H��E[����Yр0����]�'��6�!��+����V��cY

1;��%��@���@q���D)#@��ͨ��&��-�n���Y�SN�K܀
���S�4}\o�Y�8���l�<�<�)@S�;�U��t��S�S��\�7K\�<W��
-$�5�k�Y":�~��޶\�K�I��J>�6��L�|���$�"�
�%#FҔ��
-��ąP�o<;��R���m�q���~�(#�G]-�+����� ��G$d��
-�����>����ڳx&�g��G��5�8��\��i�
�Cj�����~k���H�(�'^r)�h���(x|�^����p!��I��s���%���)O�B��;�?>3��YV�0s��4&u�H�S{��1/��`Tו��,�QoV�2��"��2�9��Ӟ�D	�&�bSf�a/ԩyPǪN"Nx�����V��%�z�X-)��c�R )/�e�W�Zu�|�ɱ>۞��Q�����~Z��b[��[C���6���t�)i�jwV��m�Y����?�=Ϫ�V	)�l�B/#ur������T1�a��W��iS@��J�����G�1���.m=[T2}�UD�
-�	e�܃��$�T�͂�)��I��T���kq���p3��6&��0�&���5�!��I��V�,�)+��i�:pت���x-�b�jǚ��u_������~{���o_�D�JrYW}��=��W��G�=����(rd��Zɶ�(L�!vIG�e1��F��4-�붟�<�&����ScHy���?�}��<B=����7�����]���h�=PO�E����tz�����9\I�����S�@�E�A|�K������D#5�uϱ��z��%�;�r)3��?�2��]��:��ï}a�6u�$�,rQ5�U6“j$}
-4S�EW�'q��K��s�H������-�
�xֺ��d��8jKy�WM�z9�p!���W����aR&�.R�A������	d���Эř��2Vw\.���F?b�ê/q��k�V����fHE���v?�����r��=~�Q�
^\w]I^�'���K��h��N��y�¤���f�\�^�����KnpTr~�yS$���p�s�=[~�,�vn&�17v~�\A�Sq~6�c�B�؁w�ˣ/q>&-���]��]H�J��
-�<ƒ�X��9ԝ�
-���%.��p�~��{�~.�no��}lJ�MVl�ex?_����Y[Qλg�	O�R��kJ�g�%�QH�z��/q>-�.��7X=x��h(<����l�<�S�)��`�ڪW��yi4����0{jKG��x�G�zO��
ר
-��n�]px�����'���Ox����:�
i�9wJ��ٛ��O��s��ȀL�EZ����F�	�[Q�@|�9��[�M�m��4�G�]��[�;����f��X���`�X~��{����������k��Bb�(j%�O���w�	��<Z�endstream
-endobj
 3273 0 obj <<
-/Type /Page
-/Contents 3274 0 R
-/Resources 3272 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3149 0 R
-/Annots [ 3277 0 R 3278 0 R 3315 0 R ]
->> endobj
-3277 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.7348 681.4057 111.8612 692.3096]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-product) >>
->> endobj
-3278 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [409.6821 681.4057 469.7956 692.3096]
-/Subtype /Link
-/A << /S /GoTo /D (classifications) >>
+/D [3245 0 R /XYZ 411.628 199.5994 null]
 >> endobj
-3315 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [382.851 136.4492 437.147 147.3532]
-/Subtype /Link
-/A << /S /GoTo /D (product-group-controls) >>
+3274 0 obj <<
+/D [3245 0 R /XYZ 234.1811 186.648 null]
 >> endobj
 3275 0 obj <<
-/D [3273 0 R /XYZ 71.731 729.2652 null]
->> endobj
-430 0 obj <<
-/D [3273 0 R /XYZ 179.4984 706.1179 null]
+/D [3245 0 R /XYZ 71.731 174.5285 null]
 >> endobj
 3276 0 obj <<
-/D [3273 0 R /XYZ 71.731 697.2951 null]
+/D [3245 0 R /XYZ 71.731 161.5771 null]
 >> endobj
-3279 0 obj <<
-/D [3273 0 R /XYZ 238.5875 658.6559 null]
+3277 0 obj <<
+/D [3245 0 R /XYZ 91.6563 145.8012 null]
 >> endobj
-3280 0 obj <<
-/D [3273 0 R /XYZ 71.731 625.9885 null]
+3278 0 obj <<
+/D [3245 0 R /XYZ 71.731 112.7602 null]
 >> endobj
-3281 0 obj <<
-/D [3273 0 R /XYZ 411.9612 614.8203 null]
+3279 0 obj <<
+/D [3245 0 R /XYZ 107.7061 101.9656 null]
 >> endobj
-3282 0 obj <<
-/D [3273 0 R /XYZ 71.731 583.8365 null]
+3244 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R /F35 1752 0 R /F54 2470 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3283 0 obj <<
-/D [3273 0 R /XYZ 71.731 568.8278 null]
+/Length 1852      
+/Filter /FlateDecode
+>>
+stream
+xڭXK��6��W�VX3%� �l6-R�A�lES\�^�%E�l���3�!-��>h8��ot8���P�|d.d��l�{��a�g!�,Yf9��}���(��"Od2���� i��4�"Sa6�]�3��Mo��R�`	��Z�_T�ĺ��+�R/����ٛ[���R�g��E�Ա�2��Nd"���Z���"��_��ܼ;ܟW$y �0�O�.E�)�����ޗ��2Lg˱�cC�P$*������[�J�C�-�ѭ�r5�m=�k��xYgz$伯��;�e��}QW4*��X�tC^���������[���2�|�,��jK��n����e(E�����tQ6�zݚ�3���Eh�`T
ź#�h{h��������tt ��pmcVŧ ��lMk���I����l�')�zx���Mi�ꗯ�]��E��0۵�.U�h��p8>�s'X���-����9���H��)�7�x|Nj�(=o���0J�7Sw,B0¢�N���d��-,P`vUW�.��`��`�?��!��З!��δ@�ų��ܷ�Ts]:���1���w�p�i��P��;4X����9[S��f��>
Z����bY��2� p[o�)X��]Gٮ�e�џ�-����Wʼn���	�;�x�^�7���ô#�r��c�ީ�@�(�d�Hs�0�b{�/R�����8ߑ�E�	�Z<B�T�����G���vT�����n��#�<�~4c(��D��1SE�]�P�!�H��_�n�~�@��E�N�X�.?�t|�`�D(cR����\O�O�m@�
w�z(
���X¹ᗅR��r o��<(W\QoV��u�ro�n�F��4�R���L�J-�����7Z��@���r�v��É�i��Dx�a*�L�+���I���}"� ��i��޼ �8	K%�#���;��+�෹���f��5
+�㛦|��l�]����O/�;��w��ϔ%���(Y�Y(��YD��t��R˱��A�kC�|��x�lDg;݋f�;��f�T�]y�f=�8�%�����8x�`D'�ޣ����5_��u��"_M.���,W����
+n[l?�J�ag�KF��<�d�e��|}�Rh�[l5���8]!���
+a @a%��Djy�l^�Ӿc��d�;E[�/�q���a�-��@�D6�[#{����P����`�?V��A��M�>���~I>���[�/��`��Q��ֶ��������|E$���#vׇ��U�q�}W2e}�[��,�W_�*����A�?��cV+��K"H#v�C/(�ݸN�����
l�U\(�Te�'0�B��Է������Y=�o���9���Ŝ��W��-����BŁbY]�:��A	��J�ך��e���5�\�l+�QU���g�]F���.���ǻ��~�u��Ι�'��>-�f�ZH�#����������7u�s�؆���<N�#G*��?��
+^;g��P��J���c���맽�;A�EW������a�����������,{B��4^�B��mb�RZ��}͒�p�fa���	�|Z	m_1i�OP�z���
+3�n���<�2Cb��F���w�7�+*��94#�f�(4��������s�V�m�a����U\��I˜a(�n�0B5�(�����5���M���i�|��1ѿ V�k�+b@��T�gM��?�s�����璙�+@�.�H6
+��!vՌ�ĬY0ɏC��}�u~G)����o��9�_�y�M):��y$V�q��r���}��Lv"��Lda�_��z$s�ߵ���<����5;ߢo�?�&��endstream
+endobj
+3282 0 obj <<
+/Type /Page
+/Contents 3283 0 R
+/Resources 3281 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3193 0 R
+/Annots [ 3303 0 R ]
+>> endobj
+3303 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [480.0297 409.1512 538.9788 419.6259]
+/Subtype /Link
+/A << /S /GoTo /D (bzldap) >>
 >> endobj
 3284 0 obj <<
-/D [3273 0 R /XYZ 71.731 553.8839 null]
+/D [3282 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3285 0 obj <<
-/D [3273 0 R /XYZ 71.731 542.9897 null]
+/D [3282 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 3286 0 obj <<
-/D [3273 0 R /XYZ 91.6563 525.1565 null]
+/D [3282 0 R /XYZ 71.731 708.2442 null]
 >> endobj
 3287 0 obj <<
-/D [3273 0 R /XYZ 71.731 513.037 null]
+/D [3282 0 R /XYZ 91.6563 690.4109 null]
 >> endobj
 3288 0 obj <<
-/D [3273 0 R /XYZ 71.731 500.0856 null]
+/D [3282 0 R /XYZ 71.731 670.3214 null]
 >> endobj
 3289 0 obj <<
-/D [3273 0 R /XYZ 91.6563 484.3097 null]
+/D [3282 0 R /XYZ 107.7061 659.5268 null]
 >> endobj
 3290 0 obj <<
-/D [3273 0 R /XYZ 71.731 472.1902 null]
+/D [3282 0 R /XYZ 71.731 647.4073 null]
 >> endobj
 3291 0 obj <<
-/D [3273 0 R /XYZ 71.731 459.2388 null]
+/D [3282 0 R /XYZ 71.731 636.5131 null]
 >> endobj
 3292 0 obj <<
-/D [3273 0 R /XYZ 91.6563 443.4629 null]
+/D [3282 0 R /XYZ 91.6563 618.6799 null]
 >> endobj
 3293 0 obj <<
-/D [3273 0 R /XYZ 71.731 431.3434 null]
+/D [3282 0 R /XYZ 71.731 598.5904 null]
 >> endobj
 3294 0 obj <<
-/D [3273 0 R /XYZ 71.731 420.4492 null]
+/D [3282 0 R /XYZ 107.7061 587.7958 null]
 >> endobj
 3295 0 obj <<
-/D [3273 0 R /XYZ 91.6563 402.616 null]
+/D [3282 0 R /XYZ 71.731 577.7336 null]
 >> endobj
 3296 0 obj <<
-/D [3273 0 R /XYZ 71.731 390.4966 null]
+/D [3282 0 R /XYZ 71.731 564.7821 null]
 >> endobj
 3297 0 obj <<
-/D [3273 0 R /XYZ 71.731 377.5451 null]
+/D [3282 0 R /XYZ 91.6563 546.9489 null]
 >> endobj
 3298 0 obj <<
-/D [3273 0 R /XYZ 91.6563 361.7692 null]
+/D [3282 0 R /XYZ 71.731 526.8593 null]
 >> endobj
 3299 0 obj <<
-/D [3273 0 R /XYZ 71.731 349.6497 null]
+/D [3282 0 R /XYZ 107.7061 516.0647 null]
+>> endobj
+1584 0 obj <<
+/D [3282 0 R /XYZ 71.731 510.9839 null]
+>> endobj
+414 0 obj <<
+/D [3282 0 R /XYZ 278.5577 471.7111 null]
 >> endobj
 3300 0 obj <<
-/D [3273 0 R /XYZ 71.731 336.6983 null]
+/D [3282 0 R /XYZ 71.731 464.3587 null]
 >> endobj
 3301 0 obj <<
-/D [3273 0 R /XYZ 91.6563 320.9224 null]
+/D [3282 0 R /XYZ 71.731 436.4783 null]
 >> endobj
 3302 0 obj <<
-/D [3273 0 R /XYZ 71.731 308.8029 null]
->> endobj
-3303 0 obj <<
-/D [3273 0 R /XYZ 71.731 295.8515 null]
+/D [3282 0 R /XYZ 71.731 421.5343 null]
 >> endobj
 3304 0 obj <<
-/D [3273 0 R /XYZ 91.6563 280.0756 null]
+/D [3282 0 R /XYZ 71.731 372.4832 null]
 >> endobj
 3305 0 obj <<
-/D [3273 0 R /XYZ 71.731 267.9561 null]
+/D [3282 0 R /XYZ 71.731 357.3749 null]
 >> endobj
 3306 0 obj <<
-/D [3273 0 R /XYZ 71.731 257.0619 null]
+/D [3282 0 R /XYZ 71.731 342.431 null]
 >> endobj
 3307 0 obj <<
-/D [3273 0 R /XYZ 91.6563 239.2287 null]
+/D [3282 0 R /XYZ 71.731 329.4795 null]
 >> endobj
 3308 0 obj <<
-/D [3273 0 R /XYZ 71.731 227.1093 null]
+/D [3282 0 R /XYZ 91.6563 313.7036 null]
 >> endobj
 3309 0 obj <<
-/D [3273 0 R /XYZ 71.731 216.2151 null]
+/D [3282 0 R /XYZ 165.0015 313.7036 null]
 >> endobj
 3310 0 obj <<
-/D [3273 0 R /XYZ 91.6563 198.3819 null]
+/D [3282 0 R /XYZ 376.6947 287.8007 null]
 >> endobj
 3311 0 obj <<
-/D [3273 0 R /XYZ 71.731 186.2624 null]
+/D [3282 0 R /XYZ 101.8978 274.8493 null]
 >> endobj
 3312 0 obj <<
-/D [3273 0 R /XYZ 71.731 173.311 null]
+/D [3282 0 R /XYZ 71.731 264.7871 null]
 >> endobj
 3313 0 obj <<
-/D [3273 0 R /XYZ 91.6563 157.5351 null]
+/D [3282 0 R /XYZ 71.731 250.7547 null]
 >> endobj
 3314 0 obj <<
-/D [3273 0 R /XYZ 71.731 150.3969 null]
+/D [3282 0 R /XYZ 91.6563 234.0025 null]
 >> endobj
-1663 0 obj <<
-/D [3273 0 R /XYZ 71.731 137.4455 null]
+3315 0 obj <<
+/D [3282 0 R /XYZ 71.731 221.883 null]
 >> endobj
-3272 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >>
-/ProcSet [ /PDF /Text ]
+3316 0 obj <<
+/D [3282 0 R /XYZ 71.731 209.9078 null]
+>> endobj
+3317 0 obj <<
+/D [3282 0 R /XYZ 91.6563 193.1557 null]
+>> endobj
+3318 0 obj <<
+/D [3282 0 R /XYZ 71.731 181.0362 null]
 >> endobj
 3319 0 obj <<
-/Length 2403      
+/D [3282 0 R /XYZ 71.731 169.061 null]
+>> endobj
+3320 0 obj <<
+/D [3282 0 R /XYZ 91.6563 152.3088 null]
+>> endobj
+3281 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3323 0 obj <<
+/Length 2147      
 /Filter /FlateDecode
 >>
 stream
-xڥM�������.k�جH}����ٶӴ;'9�=�Y��&���n_~}�>mo��� � -W��*�"�aP�PQ�V��;ou��w�IvL�}ܿ��w��JE�h�?�������W"	e����\?�f��h7;zk_��!?�u�^�'}��~-�*��{��w��Nx��"M@�]
�\G�d � R��ݮ�$�HE_B�fq�~n��#�����F�����(o���C�QK`��v�R�a��$@L{; ӂ�
u�Q�>.�������*�*
-S�(/]v�T��z3^�$�z"2IE�ɢ���T���0�*�PTš#;�K)߆Fnhj��;�͙f�+���4.��:wؚ���4��9!+�<�Y�˳�"��T��^
-�H�D>�Ҁꎗ,�H��҂�o��]f��^r�"w�=����fֈ����:k�<�v�ͨ|��a����;f�Tt�o�qA�7��
-3ި§���L��y�'(�����ЖNΪ{��O=�=�y��r�o|@��s�������/�����ɀ�O,$�������*�x�
-?S�H�&����8�&�o�+�-\�2d_aJ�S���?X9����!�Ї�l�1��n@
-š󥩋�����/���[�i����Y�$I�')�^�~]O�H@	�ȰD@���,��6���"���p!�
%�Jn��P�u��a�*q0�zB�P�`	b�4��a�/��́��
���1�f����&p�!��;��C	?�.e$k\��Ώ
-�.=��M��sF逺�Q㳓�!�
-�H�@�\룸����}����_�����nj����B)5��q���CU~�%.�{�����9|`FE{L<nx	k3��q���U�*Ӻ��x0���e����B�6���R�p�mmN̛�#M~6��*u�qb�>�A��祾TٛI9Ⱥ��kN$�(�~�{^E�����SӾm�p-l
-E��h��в�K\�z���� ���)Ơؕ�p�#����Xd�WBM�*����
�!/�d��Ȩ`† ��R;=�J��?s^��hP>d��9^���Mǀ���aK�"���@X>留)��p����z		��Q_�������|����BO$�\��w1�϶��j��\;*9��//�$5U��n��cR�j��/v4R5c�X$7D�oM)�W�^�h���ۥ6�{$0f��_�K�M���떦N���ڒ*'X��&�cڪ�bB�_�~�����rj
Z��}K4�*tT��?�����F��ɵM�3�7O�>��9�+wY�iJ��P���`,؅���P�Oab�Af�����?Q�ѕ�{���r���EE�(�n	i6�c��Dc;
-8VL2�����RZ�ٸ�$�S�Rz�����ŕ6jwoJ9ځ��ma���v�ɖ4�c5�摞����1
�:���3�%��+Y�'���4x
g���J�M
-b�֝���^8�#�B�.yt5Pз�#05yħ��3�8��t�q䨱=�N��܎� �z�,�c�����{�Y�t���)ll.�ݙqK|hE�,�=ҙM8>��!jət�Ydn��d�>��y�
^�V*M�'��K�%�
��M����[�R�q?�m�	�qC�dǝ��Hșl��w�s��oYZ)=P$��}�j7$[�֌��z�|�t�=�J=��R=�a�m`Z��BI���_�:*���"���H	��9G��-lj�m���L�@��,�#fܜag7>�%"���\�#W�[���=ծ��K�\���0��k��d��vH���	l�	|8�uǷu�����T�����ȤW38����-��Og�?���~��̟�[B����j�谘1e�4��/�b�K���KcQѵ�x�3��q]s��p�`5Â����S�{��"m;�n����M
�YM��n�e��`}��%e�v��b5P�Gsj��n*��%�7�Ծ_��cۖ���r�, ���������x܇fb�Pe:�菨�%P�	q�`<J0��Q��ě��vnp!�+D`���?�\�w�V�%LF}>RUx�\�-�(�R
-��v��A$ ?��I-�p��
��yf�i!��p&>��
-!�+`��0�6�!pt!�%���p���T�yS�I�{�n^٧��� ���D(N40����A���$%,��N���7@`��{{�^�w�T�gO�6Eh�.
_x2��-���3j��r �7M�4����1
-J�꟡��?QA�`RsR>��)Kw���}6� AZ��_Ƀk��_ʃ�=��|���8'��a~5�V�|��K�?S�۹�j=���f������>������i�:N�O����Q�endstream
+xڭX[���~���K�@���&��NN
+�k��8�"X�+�
�Uxɉ��;���c��!@�������f��V��j��]�0��4	WE�*X��/���lEf;z�����(Z�~����鰊���Y��E��%*[=���;��`��6L/����l���_�Gf�����Z�����WO��$��y���$����n�c��4I���Gq�#��[��7��^Ⱦjεq
[�Ce[i��8��B=�U���Wil'�Ŏ�+�
�յ0Ν��}}qڌ)�+V�Ɩ��Q�p'����8�`�U��'*�I��ݿ���G���r����o|��
��$*��,�@4
�:4z(NL���n��m�:Әv�}��T1LCT�UhSA����M$���|p��2��U��L$@,Nh�-B�>�
+��j��z�l{��p2nD��
�
+8��q�A�ɮ�����U]���jX+��Ž��	�Pu�!2
+��޴e�3�����uۛzr"���ӏM��7h��l�n�� �3����p�gy����_JSWh���J<�]~��l�2�$͓]�Vc!�B?΃�����kو�0T;�Ι��99I]Q)���cr �P�o6�5��Ć��|8,ŰaCL]���2�� �|�<�Lg����W�]Y���X:���ly��`qZ������o	����́+�uYVh�����N8d�Ue�pÁ$�� >w�=�w�g��{��a�=��c��z���:�Q� q�K��5vq��O��+_	��v���w�լR������PK�N~��dДa�����W�2��4�d��{g[sǴ�疋�(GM����J:)��mU^g0�m�T��2����V�eq��p��Y�f�8�<��R���<�]gz��\�N�|6�E�Ew?@���%wP���vjȤ��E���;_g��}��ʳ���Y��Ӛ��N�g�l�ܸ��A�/�(Q�?�#�t]�ܜ���mD����,�����6��R�.N����M.d�u���h��P&��+�"�QO+ev�q��i���ڹ�۠���՟N1�9��C�F��
+�̊l]RA�@q��N&a�];
��3�
�k��sC�M7p�C81���l:X�F��0� ��`e�P���\�����4�E�@���p��2
J�L�=,)�)3��R	$'Y��P�1������\fsѫo�5�ǥ �Nf�%M��� �	�'�C��
+�L�5������X�_��#vQ�Ƚ���e�
�FS>�x\W��6c?|�|*9��eE�� 	f��V�?��A�
+v�ƪs�ģ"��W�7׍�-4�Y+�A��$p�i��t�JӃ�j�p�=Ú�R_�� J`ӎ�Wf
+o�'�>�e��u��f�n���=�h�n@�&E^ 8[�ϲ`��a�(���M�{��X�X���?�?�{����K
"�w���pa�B���smn�Vs)ͼ��Ŝ�,��p	��Lן�|�/���� �L@�k���D��bG�
��h���ݨ/7��KP7��Q�@�;lv�P�������-�jϛd�k@�7�q=\9�X�1y#��Υ���W�K��:�T�K�] gD��v~`6e˟�Ա�{8��op�����pW������\����f��8�#���\愒+!�֙�p�.ntifq�N'��O2B6O腣��]_���k7�bC��9-�ڡ!hg��
na��}Z���s�GE�≑jl��(�)�FLj���[ra�r������	D�����cg�3ZpTh���[>q�JO�/bW�@,�(��
+�y�b��,�ݛPU��m
ݼx����#̍g!t~J��B��
+�_G�u���Y+
+�3���kQ:� �^�Z�(~-Z���C^f���[�|FR,����GW�e`�D�
�NW�	�H�J��??,K�&ܘ�S�X0�:�,Vz+�P�l��))������<�A��:�%������⃘��f�2y���V:IL���o��*�`gS7�c�����A���y����-
+�S
+)��RTpw�/�;'Sؒ�t���L����g2�?�'a�*�'M���w����>endstream
 endobj
-3318 0 obj <<
+3322 0 obj <<
 /Type /Page
-/Contents 3319 0 R
-/Resources 3317 0 R
+/Contents 3323 0 R
+/Resources 3321 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3349 0 R
-/Annots [ 3334 0 R 3338 0 R 3340 0 R 3342 0 R 3347 0 R ]
+/Parent 3193 0 R
 >> endobj
-3334 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [471.8565 589.9181 524.2196 600.822]
-/Subtype /Link
-/A << /S /GoTo /D (components) >>
+3324 0 obj <<
+/D [3322 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-3338 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [240.2078 294.8645 292.5709 305.7685]
-/Subtype /Link
-/A << /S /GoTo /D (components) >>
+1588 0 obj <<
+/D [3322 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-3340 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [225.1145 277.6491 271.9385 287.8357]
-/Subtype /Link
-/A << /S /GoTo /D (versions) >>
+3325 0 obj <<
+/D [3322 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-3342 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [234.6782 259.7163 281.5022 269.903]
-/Subtype /Link
-/A << /S /GoTo /D (milestones) >>
+3326 0 obj <<
+/D [3322 0 R /XYZ 91.6563 695.3923 null]
 >> endobj
-3347 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [145.4437 137.7338 197.249 148.6377]
-/Subtype /Link
-/A << /S /GoTo /D (groups) >>
->> endobj
-3320 0 obj <<
-/D [3318 0 R /XYZ 71.731 729.2652 null]
->> endobj
-434 0 obj <<
-/D [3318 0 R /XYZ 268.9457 707.8408 null]
->> endobj
-3321 0 obj <<
-/D [3318 0 R /XYZ 71.731 697.4758 null]
->> endobj
-3322 0 obj <<
-/D [3318 0 R /XYZ 71.731 685.5594 null]
->> endobj
-3323 0 obj <<
-/D [3318 0 R /XYZ 71.731 680.5781 null]
->> endobj
-3324 0 obj <<
-/D [3318 0 R /XYZ 89.6638 659.8209 null]
->> endobj
-3325 0 obj <<
-/D [3318 0 R /XYZ 116.5027 659.8209 null]
+1585 0 obj <<
+/D [3322 0 R /XYZ 71.731 688.2541 null]
 >> endobj
-3326 0 obj <<
-/D [3318 0 R /XYZ 317.6563 659.8209 null]
+418 0 obj <<
+/D [3322 0 R /XYZ 157.864 651.0386 null]
 >> endobj
 3327 0 obj <<
-/D [3318 0 R /XYZ 71.731 657.6641 null]
+/D [3322 0 R /XYZ 71.731 643.6863 null]
 >> endobj
 3328 0 obj <<
-/D [3318 0 R /XYZ 89.6638 641.8881 null]
+/D [3322 0 R /XYZ 71.731 615.8058 null]
 >> endobj
 3329 0 obj <<
-/D [3318 0 R /XYZ 131.1675 641.8881 null]
+/D [3322 0 R /XYZ 71.731 600.8618 null]
 >> endobj
 3330 0 obj <<
-/D [3318 0 R /XYZ 71.731 639.7313 null]
+/D [3322 0 R /XYZ 71.731 587.9104 null]
 >> endobj
 3331 0 obj <<
-/D [3318 0 R /XYZ 89.6638 623.9554 null]
+/D [3322 0 R /XYZ 91.6563 572.1345 null]
 >> endobj
 3332 0 obj <<
-/D [3318 0 R /XYZ 71.731 621.7986 null]
+/D [3322 0 R /XYZ 109.9275 546.2316 null]
 >> endobj
 3333 0 obj <<
-/D [3318 0 R /XYZ 89.6638 606.0226 null]
+/D [3322 0 R /XYZ 71.731 534.1121 null]
 >> endobj
-1664 0 obj <<
-/D [3318 0 R /XYZ 71.731 575.0389 null]
->> endobj
-438 0 obj <<
-/D [3318 0 R /XYZ 226.1083 535.7661 null]
+3334 0 obj <<
+/D [3322 0 R /XYZ 71.731 523.218 null]
 >> endobj
 3335 0 obj <<
-/D [3318 0 R /XYZ 71.731 525.4011 null]
->> endobj
-1665 0 obj <<
-/D [3318 0 R /XYZ 71.731 432.8521 null]
->> endobj
-442 0 obj <<
-/D [3318 0 R /XYZ 145.8713 374.9292 null]
+/D [3322 0 R /XYZ 91.6563 505.3848 null]
 >> endobj
 3336 0 obj <<
-/D [3318 0 R /XYZ 71.731 367.5769 null]
+/D [3322 0 R /XYZ 71.731 469.4197 null]
 >> endobj
 3337 0 obj <<
-/D [3318 0 R /XYZ 71.731 308.8122 null]
+/D [3322 0 R /XYZ 71.731 456.4683 null]
+>> endobj
+3338 0 obj <<
+/D [3322 0 R /XYZ 91.6563 438.6351 null]
 >> endobj
 3339 0 obj <<
-/D [3318 0 R /XYZ 71.731 290.8795 null]
+/D [3322 0 R /XYZ 71.731 387.6613 null]
 >> endobj
-3341 0 obj <<
-/D [3318 0 R /XYZ 71.731 273.664 null]
+3340 0 obj <<
+/D [3322 0 R /XYZ 71.731 374.7099 null]
 >> endobj
-1666 0 obj <<
-/D [3318 0 R /XYZ 71.731 255.7313 null]
+3341 0 obj <<
+/D [3322 0 R /XYZ 91.6563 358.934 null]
 >> endobj
-446 0 obj <<
-/D [3318 0 R /XYZ 373.7867 217.7985 null]
+3342 0 obj <<
+/D [3322 0 R /XYZ 71.731 321.2852 null]
 >> endobj
 3343 0 obj <<
-/D [3318 0 R /XYZ 71.731 207.4335 null]
+/D [3322 0 R /XYZ 71.731 307.9602 null]
 >> endobj
 3344 0 obj <<
-/D [3318 0 R /XYZ 100.9239 197.6739 null]
+/D [3322 0 R /XYZ 91.6563 292.1843 null]
 >> endobj
-3345 0 obj <<
-/D [3318 0 R /XYZ 268.3242 197.6739 null]
+1586 0 obj <<
+/D [3322 0 R /XYZ 71.731 259.1433 null]
 >> endobj
-3346 0 obj <<
-/D [3318 0 R /XYZ 71.731 177.5843 null]
+422 0 obj <<
+/D [3322 0 R /XYZ 208.104 221.9278 null]
 >> endobj
-3348 0 obj <<
-/D [3318 0 R /XYZ 71.731 133.7487 null]
+3345 0 obj <<
+/D [3322 0 R /XYZ 71.731 214.5754 null]
 >> endobj
-3317 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >>
+1587 0 obj <<
+/D [3322 0 R /XYZ 71.731 170.8195 null]
+>> endobj
+3321 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3352 0 obj <<
-/Length 2917      
+3348 0 obj <<
+/Length 2197      
 /Filter /FlateDecode
 >>
 stream
-xڽ]��8"������$�m:;-����n�����D�����lw��)R�츳{���%R$ERt�*��XI�QDY���pu���o�l�f��߽y�!�Wy�gQ��=��0d�򕌣@�B�v����e��f��:��p�˦�_6'B����]VU����oo�v�y� W��U	խ���d��
U'�4~����l�4_���Y��kB�KU�}�	�k��:8��~��멧��!�p.s����0�P4����=�Š���V��
-��P6�)�䞰G��ẸV�D��O��¶"
-�T$f���0��P�H�,@�(�Qܿ�'�x�k4Gj����^���zBF�
;1����!_y@�ʻ��(o���l��E�Tj����ܲo�G��YT}KСm���h�8t����n� b������D����Hך�f��Dg��
���ǭ��b#ֿm�f�WZ}.x��EU���ܬ;]�mC����T�3Κ��
-D�]yʶa*�BHUk�J@��ĽF;"�q�ivd�u�Ɓ�a�3;]�ɹ�0���{U�2�(�K���m���<�(d��VY�i�C���zD��e�14z��/���K �D*~UK�"
%!��"��{O9=a�gz���/��ԝv'�7���J�,A��B���
-��Zc��s;�wD�$u�br�`kH�q7'V��1>�����Mk�@��ʺ�O���ѣm�vh��y�/�&N��?A�*/��=��#��f�o�
���ng+D�����I�j�5C�閼Q|��N�F�GJ�3�S�C�n;��v�ٶ�Κ�w���8J���$#O��!G��S^��z�碧�&9?��H�1� $�,p�0�&�uC�ia�U� F��q�UE��5���^��L�����c�k{^�h��g&��@����q��8A�Fv'5����)V�,ʚ�٣Ň���\�+$D�?Qkd��Z)�mU:OA(��cG��gcxq'=���e��D2�Ǣ��rX'NXO,X���	"n^����2�O?�+G�d*��'�`쉻�x/
�
� ���UÊ8S������$�A�����I�=c'y �J��~Ų�监A�(��
-�G
-%Y=��F�I�z̨>x1ۆga앤v�3DC\L�+�5SuY�%P"S��-=͢f̫~�O�b��w�����_,T�
-STD	�9*�<'H#EE�^�C 4������Q�n{ꊲ1q�~���JHxoѫ��h�ťFð�Ew���/S�j���3ޫ�^W�B�]���ǒ��Q�f�YU-��(����/��J��W?�[
-���tT�CNF;@c��δ�A�)i=��J�t�B��E_���	f�����u�[�$-���� /!���:�y]6)�_۠�AU����hj���9'�8�%�8�ynx���SH{���\��~w�j#1朩�8r�5�U�޸�ᴰdr.�-	A�H{��P,�q³vdUM�^t��c)��RN���Щ
Yx�m}��� �HƳ�I,��=�e�㐉���S�]�|���]�-=)�y�ä�h*m%���"b����s~�O�S���љs�/�C���Y�Α���wf5�����Pq��*�o]���DP�j�}�i����C�ũ5@[�7�Z�%1�^2X\���Q�4��c�G8A_�D���ĉ�?��0]g���Ru�T�<Io��BI����O��x�&������wSD�^X4PZ�/�#__.DZRV��D�^���`H!2g-b�m�]]6<�E�I�Ǵ�H�9W���R��Tn��l=)R�,�Eۚ�F'1)�J�3Y�/��ud22-<];�Eq�_����Xf?�*l�	6B� �52l�<wO�l�~;E����#5��;+�i޲�	t�irN}�2��%��(+�"����l�����ӝ;
�X��S���39���:*hN?;�G��ro�^[{e؆�}��'��7a�1f�������?�u��5������R�d'舤t3	�b����VAYg��r���{WV�K~r/�����mNb|B�0um�9,��D�–θvUAA�.�a�t��^sks3�*�EXf�&X" ؞�Y'p*B,�W��i�"�2@T����b�:��
m)�\/�h����`ÅnB�=�̓���	�!��WL��U�2?F�M�)4��_�J���ZQ^���4�w�D�ыq�vW�n���'��9I��3HJK�ٲf���п�ɐ�竐��d[z!ph�N�N�&.ЃMd�����"llS��q��65ƶ܋mj�r�m4��o��}v�{��^\��m0��'b(*��dd�;e��Swk�po4uև�0��ѬN|׫�r���DZ���]�&�|�\�G(WǠ�/<1�ı�	��h\��EwLַHgZ�S$��V���xy���L̬8m�:X6=�gT��y1[��P�D�y����> �5��T����%.���!3NM:���X�,ݞa�����~�+�u)l'W�n+�	�i~pE�eMa����K�&ġ�:�C�CioO�z\������ ��Nx�|�5���'C\5sϫM��!iɢp$A�^Q��"�ך�cjO��л����h麢9����k��\zb��ŕ*����.6����`��L������faG�{�d�N<��;�x�����=��>��������LJ�O?��[��`IeHv�Iw���q����!۵����B�~���"��G�X�3�	����?Ѓ���T��
,�}gT.ҏe����6R��ۻ_�����{���� $*P"�_���Gs�o�4�딀ہ�B��ݿO,0����endstream
+xڍˎ�F���D�7����f� Nd6>���C����
+��<���WS��k������E���~�.�<�Gt�,�ve�*؝a�_�Ba9
+��ezs�ꇟ�xw�OY���wI�yP�vy�E���?��Z�����(
�����k������Lz���n�V��{��ޯ��q�
+8��\/u��]��q�E��57��"	X��}`=���}Ae��{b�G���v6�����1
+�0JRs_7f����Y#z�����
+}�5�~��(��t����&f������g�I���;�SOM��>���}�z��AO��
ʌ���V�_`�E�t@���y�qn���s�v�4:�#���	�}�9���<\���XDԤ�兔ܻ{/[���سH���L�90v�5�Y���g��u+�TU1`-f^��F���f�Źn!s�����t���N�?1V-c۔j֌:���IȽ֕a�	.VBP��[&V��n03�`-���[Qa��0ͺ�c
�%�7��&�A5]#����VՀf]�0Ԭ���]Ad#�ma�C�0a� �)~:���<	�D����#�k�m��UG�O��3%�3�
�b���5�]�l5��ڿU	��T���Mp�J
+���:N\�'�b?b��$Q���?����{!��V��ӨL��MY3��YF�`���4�1V���-�Lͬ���O�|^��O��sn+�z���="s�i����'$��S����>~���ϲ�c�R��r����f�;�5��3��D�R���{�L���a����i�r#��Ѝ-d�\e�������D(�nk�RPc+RU�R�Zv�7�v=�*W^Rbȝ���Q_��z�<�5��`S�6�ViӜ{j?�Qg��Y��iX�������m�53��g‡�iE
�6�����.bfȊ�Ze��*�))�ѐ�(�'ϛ��Yxx�s�ȫ��~�6M7^���oD���X��XԸ��!�;v�M��[@��l�!��(��mf~���0�0s�8�Q��Y��'��5�zXp���gԈ{��r�`���v����Ȉ8.��i>HTT��,a�z�}��@�������77fo�m�
+�F�����0��4���y���*1��J�ꐚ�e�P� 1��'�s�Un�nF3Xq�9��k��H�V�Va����a�k%�T`V.�s�}����옉Q���Fa��~�ڝ}\�'�a�͝�6����Ɗz����e}��M���H9C��̒KYd��E�2��{�g(�Ne@���0�r��v��h\l,9�!��dn[	*3�F���	CĽ9�(!�(�^f�nt��q��qPg��0���zkI�A��'���J��i�D��N;Ȋ5��[Y���-/�8�2q�nݩ���k~b���|^����G�0���:�/p���p�3�Nfmfy~��1�-�����
�d<A�����TOH��)<²U�[�Ĉ�Jc���^�U�E�5�m�.S�b��эD��8Sc�s�̌�D��{�����WF�ٓF2�AѲ�@q�5�;�6($�p���&\��{�:��މ�
��;�&B&QeM�Vn��.uL�qf�r�w�Rl#p�J��_9�C�fdڼAٺ��"�~~i?�N�p^�:�q������B��Ph�a�H�ˠX�g��s�O2 �~y�O~�G�*$1oat��X�^�-8G�ߖ�A:
L������� ��E��0l�K��-��#O�J��J�~Yi���������d��b�x��~�kS���:
t�`�5�Uդ����X���R�R��qd�Hwf�R���;�a��떘^Lx3�нT��J���0�xK�hX�p��`¤���]8�x��:QŒe�cF���F�w�����[=�t��V���A���
+�ad2���w\|��OK#����n�3���'[h���]y�{��n�vD�J�h��w�̻#�w�pF�0j�"��D��x���+�{9C�r�V���|3�AK#:�o$̵i%��ju]
+����5���=@+��X�ߓ���UG(���KnK�Kr䕙�������1���`�w�"��,C=��y��Jew�$_W+�ұb��Ͽ���ڤ��0;}������t~�N�$�&	����Ɓ�"3/endstream
 endobj
-3351 0 obj <<
+3347 0 obj <<
 /Type /Page
-/Contents 3352 0 R
-/Resources 3350 0 R
+/Contents 3348 0 R
+/Resources 3346 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3349 0 R
-/Annots [ 3355 0 R ]
+/Parent 3360 0 R
 >> endobj
-3355 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [87.6113 653.3849 149.3793 664.2888]
-/Subtype /Link
-/A << /S /GoTo /D (group-control-examples) >>
+3349 0 obj <<
+/D [3347 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+426 0 obj <<
+/D [3347 0 R /XYZ 221.7756 707.8408 null]
+>> endobj
+3350 0 obj <<
+/D [3347 0 R /XYZ 71.731 697.6981 null]
+>> endobj
+430 0 obj <<
+/D [3347 0 R /XYZ 242.1475 617.4597 null]
+>> endobj
+3351 0 obj <<
+/D [3347 0 R /XYZ 71.731 610.1074 null]
+>> endobj
+3352 0 obj <<
+/D [3347 0 R /XYZ 71.731 551.3428 null]
 >> endobj
 3353 0 obj <<
-/D [3351 0 R /XYZ 71.731 729.2652 null]
+/D [3347 0 R /XYZ 89.7017 540.5482 null]
 >> endobj
 3354 0 obj <<
-/D [3351 0 R /XYZ 71.731 718.3063 null]
+/D [3347 0 R /XYZ 71.731 525.4399 null]
+>> endobj
+3355 0 obj <<
+/D [3347 0 R /XYZ 71.731 510.4959 null]
+>> endobj
+1689 0 obj <<
+/D [3347 0 R /XYZ 71.731 449.7885 null]
+>> endobj
+434 0 obj <<
+/D [3347 0 R /XYZ 218.2898 410.4162 null]
 >> endobj
 3356 0 obj <<
-/D [3351 0 R /XYZ 71.731 654.3811 null]
+/D [3347 0 R /XYZ 71.731 400.0512 null]
+>> endobj
+1690 0 obj <<
+/D [3347 0 R /XYZ 71.731 321.3851 null]
+>> endobj
+438 0 obj <<
+/D [3347 0 R /XYZ 269.7575 278.2876 null]
+>> endobj
+1691 0 obj <<
+/D [3347 0 R /XYZ 71.731 278.0725 null]
+>> endobj
+442 0 obj <<
+/D [3347 0 R /XYZ 283.7934 238.9153 null]
 >> endobj
 3357 0 obj <<
-/D [3351 0 R /XYZ 71.731 639.4372 null]
+/D [3347 0 R /XYZ 71.731 228.5503 null]
 >> endobj
 3358 0 obj <<
-/D [3351 0 R /XYZ 71.731 590.386 null]
+/D [3347 0 R /XYZ 71.731 190.731 null]
 >> endobj
 3359 0 obj <<
-/D [3351 0 R /XYZ 141.0038 577.4346 null]
+/D [3347 0 R /XYZ 71.731 175.7871 null]
 >> endobj
-3360 0 obj <<
-/D [3351 0 R /XYZ 527.4622 577.4346 null]
+1692 0 obj <<
+/D [3347 0 R /XYZ 71.731 115.0797 null]
 >> endobj
-3361 0 obj <<
-/D [3351 0 R /XYZ 136.2087 564.4832 null]
+3346 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+3363 0 obj <<
+/Length 2482      
+/Filter /FlateDecode
+>>
+stream
+xڍɲ۸��P���	���v2ɤ*���3��s�DHbL�.~V�>��(�9��F���;�`��/Xe��"���
+�$\��o�����&���l�H�����(Z�H�t�|Xž�2?/VY�<	��s�/��I_�m�a�{�����\5U�92��x�oU�z��翽��c�D�*r���Q�0Z���4D!�q�L��"F*������u�7��Y0��:�H|~�a$^�B2�@IB���6�U�'D!���n��i���Z�n��7Њ[g�����]��",��/��6-^�q�4����
/}�ȔՀD{���t�&L��UM���g(�Wsʺ���[��bJ^Z^8v�^�~����l�v��OB�4��ӽ�u�|a�pT
)#K	iC_.�o��/Q��^����ŋ>�(�+E![�v�����îx��;cW=�,����p�3�P3�<�� dw��߷c3����?h	����Ѝ͔��v�G��J�ƭ �l7v���iI���5 D���3mb�@H�I�w���į�QgF00g]Ռ�˲3=�,����������ɨ=��,m
+mF@��bM��x@�D��֌	������T�
+��Q��8�5��=̆���͂��,�ۦ��	L+Y.+�`:C��L�*�ƞ<�@�?ٵ��ޭ�^WOB
+t�6���2��L��qn�Eb�94q��pv�o
+���VMo��8�%� V?� �$�g���W�y�I�O��q�kb"�*���՜�jP�C鉳�&��D��+fRH7f!�F�
+�"�{^gμ'J�󼜪����26�<�����dn�D��0� J �Z����bF~�ľ�<�"�Fg�3�S��V�����7��E�KU�_����������6`�X�m���S"�&��fl�5a�9;Y�s��]��[�R���s�-.f_���<�R$R���w�O��bEp����5V���}Ve�i�)n'��*n�,�%�V6?��g�	��
RC
+T�$�}Wa��/|�l	�k/�*#���[̩�.p)8����_��J>+��`��\� ����W8SK�&�����a�#N�0���cKan͇��|����g?���I�0�g�0i$`T53��K�o���(�<��{����K-	>��'�pK���z7�����Y����_XeH���;Tgqq�,�$��)g�7�JN��V�"
�"���g<�X�dq���!�ɿ��Nq8��q��#�(S&f���8�|9Q�#��gq����ղ$?O}'eg�-2C��CמM/�Z���� �U���r`��5�
��e���7��WQ�w4oW�����[]:+��Ĥ��|�,�!DRMT���ۣ��`Ū�!׆���{�l�Y���$b��
;�F���s�E�p��#��v;h*��_�!�.X�]+J�m�}?�Y������3��6D�!�)�d\R��/^l�F�����Ac�������[Z�(�g6ƒ����zW+Veٰ���K���+�x!R�2�ф_��\?j�C���k@��H����1$��|�Gw���ܔ9������]�,�
��ݚx�N5	��r!B��)���ȺRr)|����KY��0�WQ�8*��w	������4��xͤ��T0�!!�1ü*������P��y�A�$��d��$�K@6��uю3�]ɓ��cr(��{9'��{-W1�O�.�<Zx�_"�mG�[j��o/mg�\��?q���+�,w}r��
�Osf����L	�%Q���&H�)֣h��5g�*M�ՖXοN��"<Цv���1c�v�j�n�̚�5w-�(ӓ��ޡmu*����G�a�E358��<H�~[�w��Ƹ�[q��kŤPy�?���+Z,Ta�}+.��?����Q����B5��F��.
+3ӛ�]��eH:����j�d�Z7������~s�)��>����;W���p�p�lc>�ÄIMU���u}�O�I�Y<A�&Y&�0�\2�����l��ʭ7�1\����+'�����D�7�� @�*?ȭ���R�7�K޶T5��}0K<iT|�|Ό�W�Եc�{�K�qW��q��)R�v����N�(��}����RV&�<�(TzN����R9�Ϯ�
+� ���	�n��\��{�?���MO��Ry�Bj��W\��`�OUM?�fO�&��fmg09��!��8��[��A
+��`�t��Sn?r�6
�?�;*.��6$�`Q}��7E9�Np��rS���[ܓl��S��������6�͂\��r%�7Q�p<��f�8���^���ռd�{�t����}��XS�B��Yl��[����Õ1��{"�9>@N��%&��H�/��1�I��:�s�i��e���ɒ0�p/
+G	���w��Z`�?�U1�endstream
+endobj
 3362 0 obj <<
-/D [3351 0 R /XYZ 71.731 557.345 null]
+/Type /Page
+/Contents 3363 0 R
+/Resources 3361 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3360 0 R
+/Annots [ 3376 0 R ]
 >> endobj
-3363 0 obj <<
-/D [3351 0 R /XYZ 139.2157 546.5504 null]
+3376 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [176.4275 358.2867 223.2515 369.1906]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
 >> endobj
 3364 0 obj <<
-/D [3351 0 R /XYZ 501.9343 546.5504 null]
+/D [3362 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+446 0 obj <<
+/D [3362 0 R /XYZ 264.3119 707.8408 null]
+>> endobj
+1693 0 obj <<
+/D [3362 0 R /XYZ 71.731 704.6489 null]
+>> endobj
+450 0 obj <<
+/D [3362 0 R /XYZ 274.763 673.3701 null]
 >> endobj
 3365 0 obj <<
-/D [3351 0 R /XYZ 121.4494 533.599 null]
+/D [3362 0 R /XYZ 71.731 664.7326 null]
 >> endobj
 3366 0 obj <<
-/D [3351 0 R /XYZ 192.6467 533.599 null]
+/D [3362 0 R /XYZ 122.2213 654.441 null]
 >> endobj
 3367 0 obj <<
-/D [3351 0 R /XYZ 348.3123 533.599 null]
+/D [3362 0 R /XYZ 468.4811 654.441 null]
 >> endobj
 3368 0 obj <<
-/D [3351 0 R /XYZ 71.731 502.6153 null]
+/D [3362 0 R /XYZ 71.731 634.3515 null]
 >> endobj
 3369 0 obj <<
-/D [3351 0 R /XYZ 284.0181 489.7634 null]
+/D [3362 0 R /XYZ 354.5783 584.7026 null]
 >> endobj
 3370 0 obj <<
-/D [3351 0 R /XYZ 71.731 469.6738 null]
+/D [3362 0 R /XYZ 71.731 551.6616 null]
+>> endobj
+1694 0 obj <<
+/D [3362 0 R /XYZ 71.731 481.9231 null]
+>> endobj
+454 0 obj <<
+/D [3362 0 R /XYZ 224.8627 448.6129 null]
 >> endobj
 3371 0 obj <<
-/D [3351 0 R /XYZ 149.9766 458.8792 null]
+/D [3362 0 R /XYZ 71.731 445.953 null]
+>> endobj
+458 0 obj <<
+/D [3362 0 R /XYZ 185.7017 418.2268 null]
 >> endobj
 3372 0 obj <<
-/D [3351 0 R /XYZ 71.731 438.7896 null]
+/D [3362 0 R /XYZ 71.731 411.0289 null]
 >> endobj
 3373 0 obj <<
-/D [3351 0 R /XYZ 146.371 427.995 null]
+/D [3362 0 R /XYZ 359.6067 400.2941 null]
 >> endobj
 3374 0 obj <<
-/D [3351 0 R /XYZ 71.731 420.8569 null]
+/D [3362 0 R /XYZ 388.1827 374.3912 null]
 >> endobj
 3375 0 obj <<
-/D [3351 0 R /XYZ 146.371 410.0623 null]
->> endobj
-3376 0 obj <<
-/D [3351 0 R /XYZ 71.731 402.9241 null]
+/D [3362 0 R /XYZ 71.731 361.4398 null]
 >> endobj
 3377 0 obj <<
-/D [3351 0 R /XYZ 89.804 392.1295 null]
+/D [3362 0 R /XYZ 71.731 354.3016 null]
 >> endobj
-3378 0 obj <<
-/D [3351 0 R /XYZ 173.1124 392.1295 null]
->> endobj
-1667 0 obj <<
-/D [3351 0 R /XYZ 71.731 364.0698 null]
+462 0 obj <<
+/D [3362 0 R /XYZ 280.1962 323.5818 null]
 >> endobj
-450 0 obj <<
-/D [3351 0 R /XYZ 347.5933 331.7559 null]
+3378 0 obj <<
+/D [3362 0 R /XYZ 71.731 316.5034 null]
 >> endobj
 3379 0 obj <<
-/D [3351 0 R /XYZ 71.731 323.3037 null]
+/D [3362 0 R /XYZ 117.1103 305.649 null]
 >> endobj
 3380 0 obj <<
-/D [3351 0 R /XYZ 218.9123 299.8755 null]
+/D [3362 0 R /XYZ 71.731 303.4922 null]
 >> endobj
 3381 0 obj <<
-/D [3351 0 R /XYZ 71.731 255.9403 null]
+/D [3362 0 R /XYZ 71.731 298.5109 null]
 >> endobj
 3382 0 obj <<
-/D [3351 0 R /XYZ 71.731 235.9503 null]
+/D [3362 0 R /XYZ 89.6638 277.7536 null]
 >> endobj
 3383 0 obj <<
-/D [3351 0 R /XYZ 71.731 174.1819 null]
+/D [3362 0 R /XYZ 71.731 275.5968 null]
 >> endobj
 3384 0 obj <<
-/D [3351 0 R /XYZ 71.731 131.4072 null]
+/D [3362 0 R /XYZ 89.6638 259.8209 null]
 >> endobj
-3350 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+3385 0 obj <<
+/D [3362 0 R /XYZ 71.731 257.664 null]
 >> endobj
-3387 0 obj <<
-/Length 1718      
-/Filter /FlateDecode
->>
-stream
-xڥXYo�6~�_a��6+�����$M�M/���E�Bu"�i��;�%ʖ�,��193���p8�3���E�y��&��h]~�G������Ȍdf��b�����F���n8ZnF�m[�'��s�8p��2�cr�Mw�5ә����yV�U΁�W�HZ��͋"������Ͳ5x���`ᬇ�Ԁ��(C_����c��Hy�����ZLg�
n�͕t���
-��SB���B�����8~����å�O�������O�@���LJ��/���׻'i��֍���[Ad���r�$>�$]�S'������WY�N�r�O�6�:��Mݠ�NG''co|�㒕+�p���}n��5�o���#g�V8`m�7YM]{��N�\��늼|�Ŗ\aM�s�פIԤ1�E��k%�����v[+8I���$�+.pޅ�Rx8Dw����B!y�/'1�Ԣ��9��w�7�J�g%gJrr�!�U-�[+�	<��ȱt���b
-8JMEJ��|�ւ#_m5��.w`�:蠅I�9 @����O�v��:P��S�ԥU�!H��B�BZeE�q��k��6�lc�%���ơ������s�2ܱ�5)���u��׌��oSߞP�C=`�}�r᮷uJ/���4�A(�PHO���{�dA�2�!��8���;nk����J���C�x��D�~Պ�m���+-�"A+��a�X6�����^ɖѳ�J�Q���jNꮎ�������|>���Ɂ�j�2���L^`�0$���}��%Fn�(���8��J#��:����ưN�0���6M]�
-.�����+��*�f���t��3�P5�یZ��7�Y�^6|��?���W�K�)?x��2,e��7U�V.G}p�
-���׳�2%rY�g�����3I�N�Ô�on�__^~�?|�/�|;�?����E*�F>L����%� ���Kk�G�� �	��1R-N�I�4�m@4r�����Ԥ��[�!�<�\���6C�f�m�=���ix?���l*�0��ݮnl.ҍ�%6$���I\u	00z��ZC��E�djS[1&��(S�Zl/��������l�XƲ���;J��w��1Bo��
HhfJ�ƻ��G�$^�uh2N�0��A����z�.�.Cz������gc�w�:����V���y<M��x�R2�$�C&���G��xQ���SQ�^O6?8G-Խ�R�|�(_�h��ِ:���1z�a0��Ϻp���y�a^�$�]��g�5kp����1��T,�8���}���!�� =��}�;&t1<q�p�:q��6�Ry���޶�{�PA������8u��E�lS����"�ސd}o��lR��e�0d�����D=y�I�]�.p�O�@߾Ȑ�"a��HI��2Şl��2<6𺣾3�k8:�a��>��)m2uL{<F��M_��9�-���@�����Hl����`�pE�u��
*t�l�_9�ʉc�*Y
+�3�+�q�z�z�E�����G�ۼ�P�=_�.�肉_�<�&u��]�$���e��u���9.hX���x=�{�н|�`�f #���+-+�J
-���;T G��)�n$��v�@��n���s�ȏ�+��\��1í�\^�R�k�>��W��1U䎻3����V���軭!s��6pc�v���$��ݓ�a�ς��endstream
-endobj
 3386 0 obj <<
-/Type /Page
-/Contents 3387 0 R
-/Resources 3385 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3349 0 R
+/D [3362 0 R /XYZ 71.731 242.7201 null]
+>> endobj
+3387 0 obj <<
+/D [3362 0 R /XYZ 244.0118 233.2206 null]
 >> endobj
 3388 0 obj <<
-/D [3386 0 R /XYZ 71.731 729.2652 null]
+/D [3362 0 R /XYZ 441.8906 209.9081 null]
 >> endobj
-3389 0 obj <<
-/D [3386 0 R /XYZ 71.731 718.3063 null]
+1695 0 obj <<
+/D [3362 0 R /XYZ 71.731 130.8047 null]
 >> endobj
-3390 0 obj <<
-/D [3386 0 R /XYZ 71.731 675.0685 null]
+3361 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F48 2196 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3391 0 obj <<
-/D [3386 0 R /XYZ 71.731 616.1246 null]
+/Length 3242      
+/Filter /FlateDecode
+>>
+stream
+xڝZ���~�{_�v=�WZH�k�"I�b�����֢m5��H��m���p����kz8���<8������$�HB�2�Q�ٟ�y�#t���,����2}���?��&Yě��Fz�H�4�$a ��O7Oſ�ߝ�K���cy�P��7Ź���e}$ҷ��˪�w�~�˻�OVx&"KA�M
-�\� ����" ��f�^*B&Z�P�uK��MQ^I/��s��ѶC�`��Y��y�S�����^�Z^�+5N�.�q<w�k]X.ޖ+ʐ��a2|���8���g�Ov��jvA�}�����U���]�eDZ/"?o���D;�l`w�w6�2��?A4�(Ex������0BZ�8��)�C�����-�h�S~VGy"��ᘯ���Tvؒ[���GU�6��W"�=G:�ԇ]�p��kUQ�:�eEļ(Z�u�:��3R���`�Z<�>sl�!��k�p}�#�`�C-��P"�%�삗��`�ԫ��-lN?`N�0!.=������?׮'ҳ2L�p��F�;v�0� �OMo�<��H��!�C�`�N��vQBgΝ�h�X�O^���^�g��u�<�{%S��2�dc���&��5;�����v�0�ۑa�kG"�`GS���U��*�X1!�,��`B��d����d�̄��42������	�73�z-[;��~8k� ��j�f�߃��׎1�2�D^v�]��c�L��qI��c��x�#%��Ka�]�Ҵ�0��BzQ��B�w����F�7J2�Q$�D"9 ��!|��<��M[�I�x�!�n2k~�sޗ{v�@�SV�x�1'Z��AL�<[�P:Q����Fn�;5ת�?��tː��*�(*�)��C�j������~2I����29�w�����>�pE襾�ϊc�.���8�S���mw�2���0����7�x��2�]%�-�k��l���@@>8^	���_�e�$��/���7�9|y����u���SY���oΗ
+"i�!�дSq��oOc5	�F�\IE��.U�7�ЦE��_���0� ���G6
'L��%��
+��s^ҕMmQ?�ʫ�3��M�9L��3Lw�� �
�=W	k����4�������W�i&_
+c�]�'%w��_/<�"���E'��C�(���o_]�J����>�����g�VA�y�K�d���ms�dYGG!�@m�I��QRu���$�C���1:��f�lYL�\��K�N1M~�F	��]�:k��'���ӏ?P�1Πw�F�H25�-	������9Z��i}N���d��:�y߫�e.�Ӟ��v&�{4��*):�&VoL�崳¬`���n
+aUT�]�M�Ae�#6#��3[.}��}S�e}UDDž��?�U9��X�6��TB��K~˰�����ܴ��4�ձ\��:���,��>�v"��lᢐ��>{�Ȥ�q���nMt@�R���0�ҹAO�7���<��,N 8YB&)!�)��o-�! �i
[��.�J��k�`8[�C1�G	���T M����!�yJ���0���$-{�p����%zH�eA�b{]��"�51K�0����ԗ5��z�
+�]4ڬ���,v�[t@���c��m�n����Y����\[����y���9���4�#o�r�{H�m|�z_�tՆ/x��Ϧ6c�#t��hi8SMQL�E2]+�K�t����=
+/�L���y͏��D�v�l����5VQ��_[�,뮇�>�9���N*�s5���PDa�n��0�u��6�-#�>�=A�Vmv�����u��h��+IE S9�J�X�
+CT"J�M�`�����VM�F�����@�#�a‰DS�i����W|��9ۜ������[���+�x!O������ }O������e�#_�^���:n�}a�"�P�L�,ӽ�ϝ��i�L�Ŵo����NFp�`���K�^*����]�O���1{} L���E%�������c�tB�d%����5��+�*]����۟�OÙ�/6�
z)~b+�\T�'��ytC�ܔ�9��ō�����&/���c+1\���\�NP��s"Lf�m��u#H3��g
+�iw���D���L�E܍��(	�� k\(�I��q9���}2�L��D���1>�)��;����<9�8b����A?U�'"�����nd�&�aj���c��[24r��-EǒJ��f�#(rr�>��`�3Û�m2���?OW㢛y��q�zͅ;��\���'*S�8oU�0��ux֡�<w�<�� OXƱ��^�u-V�9�/]z?�0��ٴ�l+o��~C��ƺ+��T,׃�[
+�~(zu�͸0r��HO$Yp��eZ?9�t��D���:,���*�ޚ�B�R�8t��8��Ju�u^��1
+r�?��)���t9Tw��4��|<1��T�A=��8���'�V`�)~M�M�%͐��u�V��L`�[uiZ|(�l^nv`T��%��aVCv�lh�M������Y0��
�$�$���Y�e�A�َU�Bڟy���ĭô�[�t�"߀۩˸u�@|`5.U�/s��$��}���y��x����HT�a�/'�����)�� mx���K��}o���[����E���rֿB��w���Y��l ���Z8KF��n�g0"��A4���T��%"J6ς������ë%��Z����6\qɪ�x[�k �v9�c��;��Z�E�i.P,�w�b<4]���v-n묅��QK���Qj�z���YD�݂��q,�$�7-�eZ�\�t�r�D޷ܙ��;R-���.]��ʕ|n�n��\bn(:����oY�������G�\�����h6����O� �;s�I���9Ibr�xnռ���?0���7}�vP��U{��w�]��zt�Ć})�'��-�c?�������#SQG�KٝO���7��Nƌ]�j�ةd[���X�lժ���Zt���u�3LwMoA�Lo�ò�J��铁�_��"�&r��e&?������@�� ��y`F[
���?B�:&���A�Ͷ<���$�Jp:|C �Ξ�TK��#kdɌ��y��qM��Y��@׌�K�[�㪞�7\������j8N��c;��`cƯ�����{^�N7�U��H����d�9�� ��ev&�K���sA���?z�endstream
+endobj
+3390 0 obj <<
+/Type /Page
+/Contents 3391 0 R
+/Resources 3389 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3360 0 R
 >> endobj
 3392 0 obj <<
-/D [3386 0 R /XYZ 71.731 598.1919 null]
+/D [3390 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+466 0 obj <<
+/D [3390 0 R /XYZ 207.7551 708.3437 null]
 >> endobj
 3393 0 obj <<
-/D [3386 0 R /XYZ 71.731 562.3264 null]
+/D [3390 0 R /XYZ 71.731 699.7062 null]
 >> endobj
 3394 0 obj <<
-/D [3386 0 R /XYZ 71.731 507.8954 null]
+/D [3390 0 R /XYZ 71.731 687.2579 null]
 >> endobj
 3395 0 obj <<
-/D [3386 0 R /XYZ 71.731 487.8058 null]
+/D [3390 0 R /XYZ 71.731 682.2765 null]
 >> endobj
 3396 0 obj <<
-/D [3386 0 R /XYZ 71.731 439.3625 null]
+/D [3390 0 R /XYZ 81.6937 661.5193 null]
 >> endobj
 3397 0 obj <<
-/D [3386 0 R /XYZ 71.731 384.5579 null]
+/D [3390 0 R /XYZ 81.6937 661.5193 null]
 >> endobj
 3398 0 obj <<
-/D [3386 0 R /XYZ 71.731 364.4683 null]
+/D [3390 0 R /XYZ 484.5537 661.5193 null]
 >> endobj
 3399 0 obj <<
-/D [3386 0 R /XYZ 71.731 338.5655 null]
+/D [3390 0 R /XYZ 71.731 633.4596 null]
 >> endobj
 3400 0 obj <<
-/D [3386 0 R /XYZ 71.731 333.5842 null]
+/D [3390 0 R /XYZ 81.6937 617.6837 null]
 >> endobj
 3401 0 obj <<
-/D [3386 0 R /XYZ 89.6638 312.8269 null]
+/D [3390 0 R /XYZ 81.6937 617.6837 null]
 >> endobj
 3402 0 obj <<
-/D [3386 0 R /XYZ 71.731 310.6701 null]
+/D [3390 0 R /XYZ 71.731 615.5268 null]
 >> endobj
 3403 0 obj <<
-/D [3386 0 R /XYZ 89.6638 294.8942 null]
+/D [3390 0 R /XYZ 81.6937 599.7509 null]
 >> endobj
 3404 0 obj <<
-/D [3386 0 R /XYZ 71.731 292.7373 null]
+/D [3390 0 R /XYZ 81.6937 599.7509 null]
 >> endobj
 3405 0 obj <<
-/D [3386 0 R /XYZ 89.6638 276.9614 null]
+/D [3390 0 R /XYZ 71.731 584.6427 null]
 >> endobj
 3406 0 obj <<
-/D [3386 0 R /XYZ 71.731 269.8233 null]
+/D [3390 0 R /XYZ 81.6937 568.8667 null]
 >> endobj
 3407 0 obj <<
-/D [3386 0 R /XYZ 71.731 246.9092 null]
+/D [3390 0 R /XYZ 81.6937 568.8667 null]
 >> endobj
 3408 0 obj <<
-/D [3386 0 R /XYZ 71.731 180.8219 null]
+/D [3390 0 R /XYZ 71.731 553.7585 null]
 >> endobj
-3385 0 obj <<
-/Font << /F33 1378 0 R /F35 1723 0 R /F27 1278 0 R >>
-/ProcSet [ /PDF /Text ]
+3409 0 obj <<
+/D [3390 0 R /XYZ 81.6937 537.9826 null]
 >> endobj
-3411 0 obj <<
-/Length 1928      
-/Filter /FlateDecode
->>
-stream
-xڽXK��6��W{�
�I�HO��M�lҬ�"hz�Z�-DC��q}���,۲7��������d����>�9AʂH�E���`�>�L�g�gz=��
磔�Q���Q�y,��t�%�OF�����ZnZ�L���Ɯ�8�ʼ�5��j����տyQ��?�?^��;��,M@�E;��(����n�%��<�~l�l�h'���^@���Y$"nYf����,����ӗk�������>}y�͆<l7��iI�����y?�<���k^�����eYW����7�������� �����n�΍��o���G ��L�^hE���&�7V�&��.���d��U�����>�C]�6/��зB`�tB`��^��ʈ���^�ۂ�U�cQW+��0_�I���O|a
5\j��.��vE*�z^Pt*V1�y���c޲&���!�M���e8�E�l@��k��t�u�,>ª�e�d�����G=8x<nײE�(�ڰ�
s�Ϯ2��g�7������t�2S����Mk�nȰ�@o19�U�j���I,B _F���E��(��q�,�
Y�q��4��˜"s�x*�2��B=�)�/�P�!��d:1k\u \�g��!�{*}��@��4��@��u�Ⱦ0�1����Y�7_�ɸ����,��݆��iы`Ǎ�L4Ѷ��3:j��um�	J���UȖ�-�0���VZ����!KC�B��	�����qM�l6��p*�&��ߔ3_��,N��#�sF�H3F��!g���S�r�	2�$Fg�L04��T��PpI!��k�B@!r��G�����;_f�y�V�(@Z��-�w �TV�֮ޒ��(�����z)wH?N��>_}~{�����5ݠ�iW����H�Z�p�Po1��4 �9~�y����vY����5�l�T�T�T���fd��T��j@� V�,�C�*`!�6���6���k�x �T#5�hUi�;6ڸ�h~Ǡ�ɡK�~^!�k�,U.uCY���������R�
-M��֝`l�m:̋��!�Sޮ�j(c��4e�&����M"��s\���=���p���&�A>��Ep[���I���u��r�/q��
�|����mh��YӈX�d#�yĊ6��g��9��Z���9�d�Paw�
-����w��7u//e���bͅ�ӺƉiN~X��$c߻�ОL���)���ǘ�z���{���..8d�x$�����r�`}>8�`��'@+x��j~�C
-�g��5.�y�k�|Çrn��Wd,�V��s��9ў�6f�~�x�d�)R��<"휧����u��p��8PA����1�=��Y/$zrO�����6p�@�vс���{
-l�>(y�P�s�(���n�����LU�>���_��OSׇ]� �4����D�p�̵�xׇIJR�r��.LD��:��%�>mH�/&�S�Y�K���t�v��=�$��l�.s q�i��{ɫ�V'NA��/`q,���i�粍��'���>;V��,�x2��x�Lp��1�D6�{�r��������v_^�2=tP}�ٲ�ˋǩ�ݟ�ȕ:���,	��2�}��Pw\��Y��T>�eNd_�z�eCȺ0�x�u`7�jݲ�0FK}�����gaP�0^4�D��^��{��'!31hv�Z2��k\I��6��حҋ&ߘ����|��
�ՁށA����g��Cg���$Q�*	�K��۰(�^@>��`�wt��.�")����,�V뎑��py�c%��l"��Ņ����w��ʕ�4Ы��f���K��Y�r����Dٽ�W.t*��2{��O���{����qk��V�l���4���S(B���+���U,��y~�v�*!?������;��_endstream
-endobj
 3410 0 obj <<
-/Type /Page
-/Contents 3411 0 R
-/Resources 3409 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3349 0 R
-/Annots [ 3419 0 R ]
+/D [3390 0 R /XYZ 81.6937 537.9826 null]
 >> endobj
-3419 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [413.9471 468.947 465.783 479.4217]
-/Subtype /Link
-/A << /S /GoTo /D (groups) >>
+3411 0 obj <<
+/D [3390 0 R /XYZ 71.731 504.9415 null]
 >> endobj
 3412 0 obj <<
-/D [3410 0 R /XYZ 71.731 729.2652 null]
+/D [3390 0 R /XYZ 213.707 468.2441 null]
 >> endobj
 3413 0 obj <<
-/D [3410 0 R /XYZ 71.731 718.3063 null]
+/D [3390 0 R /XYZ 71.731 466.0872 null]
 >> endobj
 3414 0 obj <<
-/D [3410 0 R /XYZ 71.731 605.1308 null]
+/D [3390 0 R /XYZ 71.731 451.1433 null]
 >> endobj
 3415 0 obj <<
-/D [3410 0 R /XYZ 71.731 585.0412 null]
+/D [3390 0 R /XYZ 210.6668 429.9875 null]
 >> endobj
 3416 0 obj <<
-/D [3410 0 R /XYZ 71.731 536.2243 null]
+/D [3390 0 R /XYZ 76.7123 413.3499 null]
 >> endobj
 3417 0 obj <<
-/D [3410 0 R /XYZ 71.731 503.4122 null]
+/D [3390 0 R /XYZ 128.5181 369.8046 null]
 >> endobj
 3418 0 obj <<
-/D [3410 0 R /XYZ 71.731 483.4869 null]
+/D [3390 0 R /XYZ 76.7123 338.4261 null]
 >> endobj
-1668 0 obj <<
-/D [3410 0 R /XYZ 71.731 424.01 null]
->> endobj
-454 0 obj <<
-/D [3410 0 R /XYZ 210.4345 378.7557 null]
+3419 0 obj <<
+/D [3390 0 R /XYZ 81.6937 320.4934 null]
 >> endobj
 3420 0 obj <<
-/D [3410 0 R /XYZ 71.731 366.5845 null]
+/D [3390 0 R /XYZ 81.6937 320.4934 null]
 >> endobj
 3421 0 obj <<
-/D [3410 0 R /XYZ 71.731 311.2041 null]
+/D [3390 0 R /XYZ 71.731 305.3851 null]
 >> endobj
 3422 0 obj <<
-/D [3410 0 R /XYZ 510.3067 261.5552 null]
+/D [3390 0 R /XYZ 81.6937 289.6092 null]
 >> endobj
 3423 0 obj <<
-/D [3410 0 R /XYZ 71.731 241.4656 null]
+/D [3390 0 R /XYZ 81.6937 289.6092 null]
 >> endobj
 3424 0 obj <<
-/D [3410 0 R /XYZ 71.731 228.5142 null]
+/D [3390 0 R /XYZ 71.731 274.5009 null]
 >> endobj
 3425 0 obj <<
-/D [3410 0 R /XYZ 71.731 223.5328 null]
+/D [3390 0 R /XYZ 81.6937 258.725 null]
 >> endobj
 3426 0 obj <<
-/D [3410 0 R /XYZ 89.6638 202.7756 null]
+/D [3390 0 R /XYZ 81.6937 258.725 null]
 >> endobj
 3427 0 obj <<
-/D [3410 0 R /XYZ 131.1675 202.7756 null]
+/D [3390 0 R /XYZ 71.731 256.5682 null]
 >> endobj
 3428 0 obj <<
-/D [3410 0 R /XYZ 264.267 202.7756 null]
+/D [3390 0 R /XYZ 81.6937 240.7923 null]
 >> endobj
 3429 0 obj <<
-/D [3410 0 R /XYZ 71.731 200.6188 null]
+/D [3390 0 R /XYZ 81.6937 240.7923 null]
 >> endobj
 3430 0 obj <<
-/D [3410 0 R /XYZ 89.6638 184.8429 null]
+/D [3390 0 R /XYZ 71.731 225.684 null]
 >> endobj
 3431 0 obj <<
-/D [3410 0 R /XYZ 131.1675 184.8429 null]
+/D [3390 0 R /XYZ 81.6937 209.9081 null]
 >> endobj
 3432 0 obj <<
-/D [3410 0 R /XYZ 71.731 182.686 null]
+/D [3390 0 R /XYZ 81.6937 209.9081 null]
 >> endobj
 3433 0 obj <<
-/D [3410 0 R /XYZ 89.6638 166.9101 null]
+/D [3390 0 R /XYZ 71.731 181.8484 null]
 >> endobj
 3434 0 obj <<
-/D [3410 0 R /XYZ 137.6244 166.9101 null]
+/D [3390 0 R /XYZ 81.6937 166.0724 null]
 >> endobj
 3435 0 obj <<
-/D [3410 0 R /XYZ 249.7943 166.9101 null]
+/D [3390 0 R /XYZ 81.6937 166.0724 null]
 >> endobj
 3436 0 obj <<
-/D [3410 0 R /XYZ 325.9286 166.9101 null]
+/D [3390 0 R /XYZ 71.731 138.0128 null]
 >> endobj
 3437 0 obj <<
-/D [3410 0 R /XYZ 409.7042 166.9101 null]
+/D [3390 0 R /XYZ 81.6937 122.2368 null]
 >> endobj
 3438 0 obj <<
-/D [3410 0 R /XYZ 503.7813 166.9101 null]
+/D [3390 0 R /XYZ 81.6937 122.2368 null]
 >> endobj
 3439 0 obj <<
-/D [3410 0 R /XYZ 214.4934 153.9587 null]
->> endobj
-3440 0 obj <<
-/D [3410 0 R /XYZ 89.6638 141.0072 null]
->> endobj
-1669 0 obj <<
-/D [3410 0 R /XYZ 71.731 133.8691 null]
+/D [3390 0 R /XYZ 71.731 107.1286 null]
 >> endobj
-3409 0 obj <<
-/Font << /F33 1378 0 R /F35 1723 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
+3389 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R /F48 2196 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3443 0 obj <<
-/Length 1986      
+3442 0 obj <<
+/Length 2592      
 /Filter /FlateDecode
 >>
 stream
-xڕk������
-C�ld=��#�P$�m��)��
P��a,�m�d���6�/9��,k78�<CrHߣuV6�sV�#"~�D�a���{u��&�2��$�v�����V�HB7\�+߶Ed��*�\N��e���;�K����
�'���윗y�<������(��ݏ>���$	�T�:��ʉ��>*�_�D�G�V�!���_6�	(��&����qK{�u�����q�90�ײV�hO������Qu��\�*����vM����>ଭ�"/3D`O8�N0I�#d��R��m[�֦�ə��Zf�V�{;�H���>wE�oU��%~�mW�_hG��E�t��奖i����r���_��pZɺ�U��/�AW�|.+��k9fu����0�#�;��N7�K������Kk%[>CvDm��5���i�F	$��B7�����l
"�W3ڦ�PMGL�ʼnC/��7���g��O9����:O�j},�ql�S���|���qbdK�-�H�Q�aL�j��=^�}l����
-w�Q��� �:�G�_��
-R��%v�ֲ%(Ylj��"6��椫�>Ŵ�:l@���%�8��`uP"0�K����ǿ+���D��M�Y����ؼ���Wma2S9��xj�#7Q(��.z� z�䞈*�#��{�ŋ�Q��rh�CΔ��+�L���1w��^r��#�3�U��T�W��Ī��	���Bq�L٭�f�5�W
-n��:��m`�B6q�M�����]���Ӡ����_[��6���m,�q��S�.�,Y��p�'$���co���/��j!��R����iwaY�)�]�z��Fz�@^��'lrO
eT6��j_E_7����{W���Reo�{��#d�\��B�q����B��Z�T����}� �N����̂.-�@~��>R5L^.��	z�x6;��6�?���w?���'+�;}b=\Z8���z�(/��s��8��J�=./M�
u.tж���qD���񈇂���yA�P�$�v0�o����q����+mn	44Y6��F�t�k�3o���?�m��U#g�R�T�K�@�<�̉|�X/�p�U����2DKÅ��'&��<��]�C�8���1
�c�T��͜�wsQ�;�wƼ5�q^aŢ��J��U]B��66��G����N��-
�[�T�CĜ�w�rQ�;���l7/����*F��t��6���~2��x�Dg���K%�.]�A��T�j����}u�R x=��Y��4D*i{�����+���L�N�1�? 9n��d�.��^1�';����1��"A �N��~�mh�zR5�E�!H_E޴=(ov�5��]!Y��dqK��D��c1�bt�@�v�R	}
-�����աճ,��~鹎�4��9���r�`U�)ՙb������륃�J��Pb�rϺ�C۳�~�фv�p-1�Ȼ��.��+���s٤z����?��9�o��
-w��gt�p���{G�O;��Ѱ�i���P\n�\���5~%�`�U��@|4��!l^�<z�-������AwM�S7��+��T� p?U�Ͻ0b~a���� =b�9!�-</i�'fy%��
HԶ�b�5��XR7�l;�9#��@��W�F�<����r�#?������ x�`A�;�@��o�H���Z�T�wk��}U��#SUf���P���˘�t4�poO	���*O��G"aҪ��w��X��F~��������Լ`�2Mե}��}:��u��(J��L���������q9�Hͱ����������@�pM�2!\��56���������R4[k����"�?��~gye�4p��F7+��6u��"CS6�,~|DB8��&��E�s-f��EU�7��4}E��b8s����,�0��C�|������~�ſK4���X�N��t����aF����0Hendstream
+xڝY[�۸~ϯp��6p+��.��v��>l�)��)
+ڢm!�dHrN���s�$�JR~5g8�ofd���W�V���)�I�ڝ�D�L��F˳�<ϙ޽���_�]�HM�zٯ�(RY����':_���Z�pt��w�g�Dk����<UM��jLzw9�Vյ�����7?���'6SE;|U�8M�It�z6�*�N�nG�+�l��d+�%�4�N$0��I�5�b��(]ͥ�-
+��Q���̵J��Qbx����u��ݩG}H�iYbଢ�B���d_�UϣQd�����vc����9~\�ૡ���蚃�u��7I���#u:TH6I�K�~%�l��A�4F�L�(͌(��j8�R�;T�d��:��]�h���VZD*�Q�U�ϙ�����[~_���~�a��7J���m�dݖ��и����I��J2X8y>͂�at�m|o�)�sC�1�����w��*ģ���#5DLEb����E"?$�`�{�^dl7��+~}��絽�f�N��
�
+�&�=k�D�|H�D����}��h�E�C�^�=L��BQ��4띘I�O���_���UÕ�8�_��i!��`�^������?���h�8z�u�
�痶�ditk�ղ:_�Qw��L���� ��8T'ё�o&��7J�[��S�)F2�T8����
��n�ޝDx�a����'dp5���c`����U6`���ў�&g�81���`jye2+
+��s��
+��"f@��dA_2�m��xuvm����6%�/��c��W�1�vX��VД�R�����O�F��Baxtx}>�e�`+�" ���?�Ӫ���j:����q��R~�p�z$�+!��L��(�L��p>�sK�Ze���Y�������oG[5�GH�S��a	%F�l�kxf%In��Ћ�E�^D�;��ye�¬�J�-'���y���dΣ44�ufe�zHo�&p�:��#�7tx��:<�'+z0á0vX-�-������v����0qws	�MjU��'��̚�v}j1������Sl@›u;���H��a˓e���^D�
AL9&�b�p]3.�П�_}5~߶�y>�_V��vW_>���QѬC���.�`��1�9�cΨ�z�!�)�aB|�Q���;	蘞��OL�ǒ)p�?��Z���M��Cw�Ea�	�`;%$P-	��׽p�Ny�I �"Nv~�;���
_!?mk�4ZA"�d���np[�s>��Z�	�Ր2$["^�P
tn��^���$#�K��D�[�X���ٻ�㩚���kE/H]�>oP���!��>��g;P��<�&kI4��h�$��b:�z/�BΗ�[B�(�|<��Dp���,��6��|ȇjd���]y@��B���z~��n����e-��	mx�+�����ʖ�������]R�'|�6���
��n+�g�.�/�ã���B۶�����iے��J�$�T	�
�����Ӱ�I,�J�/�ň��3s��6讋4�a/
!��
+����\���D�o,1[>b��
+Sx9�����[�E�+2Y�|�znT�p^����[b���yf���F��%����,=��.����8�'�É��T/��Fߌ�g�t�1:Z�$�K�?F����Yy��S�����K�����1�@�xIHQ�Mb8�`��D�P@�%��C+��|Q�G.!s��oh�`�+\Y@��q!�������ېh����𱇫:���j��(g���h�C��dU�|��֏9~I2����j�97��w�w�uaV>�2�;ś��6<0)�����c;�L�*�`�&I�Jr���-9@V
+�Ι'i|&Ӻ����:Ki
+�v/��8��jJT
ܒ���1{�M��Ń�{.�a�]�|4���4�pR���~�k_��܁�5�	� ��P��4�Q)9�	6I�l�_�A[�Y��7ر����E*��*�ۉ�Ƕxɪ'_��\ZԮ�zw?n �/�
�����}L�eO�B(CM�P0o
�����",�2�0oь�##}`D]�	ǃ;�#q(�;�A8��� �S�I�]CIn�$��<9q�և��ϕ�\��Y��6��^Bbknugo������h��aW�5��}7��UICk���s��X���Q��TG�߫ί��*�z�i`�@��~7y6:Q�Γ����
+�8���FZ��0i���0X�KS���3&�<�]C�Y�-��̬��4�9�`ps>�((RHW�*V
+��	tQ�����|���݊9��7��T�`��%q(�
+3~'��'=$�^��*�Y2>���X�z	O���Zn��ĉ3��b^�
r�2t�)ȸ���)�Ke��&!��kHa��b�<t���뒍;�`����Χ�<`��U�c���Il!�"����7�9���)6��/W��X�����@�@�x��J�Y�I#b�	��vP�|�"�s����U����zX�@���{;}�+o���]y�'J�<���Cg��ڍ}���&7�"�`Q�<�����!��-�9�������x��HL�"]�$<��~񿺅
��VNwendstream
 endobj
-3442 0 obj <<
+3441 0 obj <<
 /Type /Page
-/Contents 3443 0 R
-/Resources 3441 0 R
+/Contents 3442 0 R
+/Resources 3440 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3349 0 R
+/Parent 3360 0 R
+/Annots [ 3455 0 R ]
+>> endobj
+3455 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [289.2129 576.0748 336.4379 586.9787]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+3443 0 obj <<
+/D [3441 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3444 0 obj <<
-/D [3442 0 R /XYZ 71.731 729.2652 null]
+/D [3441 0 R /XYZ 71.731 741.2204 null]
 >> endobj
 3445 0 obj <<
-/D [3442 0 R /XYZ 71.731 741.2204 null]
->> endobj
-458 0 obj <<
-/D [3442 0 R /XYZ 176.8299 705.7477 null]
+/D [3441 0 R /XYZ 81.6937 708.3437 null]
 >> endobj
 3446 0 obj <<
-/D [3442 0 R /XYZ 71.731 696.9249 null]
+/D [3441 0 R /XYZ 81.6937 708.3437 null]
 >> endobj
 3447 0 obj <<
-/D [3442 0 R /XYZ 71.731 664.099 null]
+/D [3441 0 R /XYZ 374.7417 708.3437 null]
 >> endobj
 3448 0 obj <<
-/D [3442 0 R /XYZ 71.731 653.2048 null]
+/D [3441 0 R /XYZ 71.731 706.1869 null]
 >> endobj
 3449 0 obj <<
-/D [3442 0 R /XYZ 71.731 648.2235 null]
+/D [3441 0 R /XYZ 81.6937 690.4109 null]
 >> endobj
 3450 0 obj <<
-/D [3442 0 R /XYZ 89.6638 625.409 null]
+/D [3441 0 R /XYZ 81.6937 690.4109 null]
 >> endobj
 3451 0 obj <<
-/D [3442 0 R /XYZ 71.731 623.2521 null]
+/D [3441 0 R /XYZ 96.3701 677.4595 null]
 >> endobj
 3452 0 obj <<
-/D [3442 0 R /XYZ 89.6638 607.4762 null]
+/D [3441 0 R /XYZ 239.3308 638.6052 null]
+>> endobj
+1696 0 obj <<
+/D [3441 0 R /XYZ 71.731 631.4671 null]
+>> endobj
+470 0 obj <<
+/D [3441 0 R /XYZ 198.4659 598.1569 null]
 >> endobj
 3453 0 obj <<
-/D [3442 0 R /XYZ 71.731 592.368 null]
+/D [3441 0 R /XYZ 71.731 589.5194 null]
 >> endobj
 3454 0 obj <<
-/D [3442 0 R /XYZ 89.6638 576.592 null]
+/D [3441 0 R /XYZ 96.3235 579.2279 null]
 >> endobj
-1670 0 obj <<
-/D [3442 0 R /XYZ 71.731 569.4539 null]
->> endobj
-462 0 obj <<
-/D [3442 0 R /XYZ 194.2 526.3564 null]
+1697 0 obj <<
+/D [3441 0 R /XYZ 71.731 520.284 null]
 >> endobj
-3455 0 obj <<
-/D [3442 0 R /XYZ 71.731 517.5336 null]
+474 0 obj <<
+/D [3441 0 R /XYZ 233.4943 486.9738 null]
 >> endobj
 3456 0 obj <<
-/D [3442 0 R /XYZ 71.731 489.689 null]
+/D [3441 0 R /XYZ 71.731 478.3363 null]
 >> endobj
 3457 0 obj <<
-/D [3442 0 R /XYZ 71.731 474.745 null]
+/D [3441 0 R /XYZ 436.1187 468.0448 null]
 >> endobj
 3458 0 obj <<
-/D [3442 0 R /XYZ 71.731 425.6939 null]
+/D [3441 0 R /XYZ 71.731 454.9938 null]
 >> endobj
 3459 0 obj <<
-/D [3442 0 R /XYZ 71.731 411.3029 null]
+/D [3441 0 R /XYZ 71.731 440.0499 null]
 >> endobj
 3460 0 obj <<
-/D [3442 0 R /XYZ 71.731 406.3216 null]
+/D [3441 0 R /XYZ 300.5965 428.4931 null]
 >> endobj
 3461 0 obj <<
-/D [3442 0 R /XYZ 89.6638 384.8471 null]
+/D [3441 0 R /XYZ 71.731 388.9414 null]
 >> endobj
 3462 0 obj <<
-/D [3442 0 R /XYZ 71.731 382.6902 null]
+/D [3441 0 R /XYZ 71.731 317.0461 null]
 >> endobj
 3463 0 obj <<
-/D [3442 0 R /XYZ 89.6638 366.9143 null]
+/D [3441 0 R /XYZ 71.731 291.1433 null]
 >> endobj
 3464 0 obj <<
-/D [3442 0 R /XYZ 71.731 364.7575 null]
+/D [3441 0 R /XYZ 118.5554 252.5792 null]
+>> endobj
+1698 0 obj <<
+/D [3441 0 R /XYZ 71.731 178.9567 null]
+>> endobj
+478 0 obj <<
+/D [3441 0 R /XYZ 226.7368 140.6787 null]
 >> endobj
 3465 0 obj <<
-/D [3442 0 R /XYZ 89.6638 348.9816 null]
+/D [3441 0 R /XYZ 71.731 131.8559 null]
 >> endobj
-3466 0 obj <<
-/D [3442 0 R /XYZ 71.731 310.0277 null]
+3440 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F23 1290 0 R /F32 1306 0 R /F44 2183 0 R /F48 2196 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+3468 0 obj <<
+/Length 1894      
+/Filter /FlateDecode
+>>
+stream
+x��YY��D~ϯ�i���}�S	��`Q��_��l�_OUW����J(R�puu�Wg�+��$`���g��_m��j��{X����̉��{��!V�b��v���Y��*��Q����߽W���[ox�{���2���а_�{��f��]��\�q�Ë�w��HX��
W%�Ne��LF���2��HxwP Bz�Rj]|�}��}���#�\�|4*���D�Zޗ*���#}��n����k�R����-�"�~�jw���{I�[�����	$��N�A���t�����ޭ��N����M�Y�A�@y�A[U��F,L3�π0V8��h$Ya�r��F�4���S�f��q,7�Rp�ۭ�H���
��2�
i��s��Gs{rޖ𹰼�M�wMI�K&�-�S�xR�[�ƨ���8%!x2��._э���[���Pl��+dX+M���3?���F����&�R����[�w��6@�����@ՠ{>N���'+��x���?6���BԳ̓`#
+�'{�#�,=k �@�Y�fȇ�"z���(MSKK��D�0މ\˒D�����ް�D����Tڢ0D`��3q�*�v3j9i�]��P��U		J��Y�*imQԋ��9�Uo�e��ظٰb֟�
+@�A�h�|�E�1�&��s�� ��^�P���8`)�����D�9>��i4�B!�jH���qt�nGtz�Q0A�„/n�[0sY�!D̽N��Ҫ��R��t��+s�Ӈ�m����HrF˟�V&k�X���{��`ypą�!�'ix]ۑ�	uO��zz.�	�,�2���)!N���7f\�h�$��T��S�l����iq��jd�$ܨ�h.e,���i ��~
!S)}K�)��@&N���h 3w�I��.V
o�C�7��	u3!Za�mZ��Ů�*	!|�E"���Kh9���X}ب����)e��Ku�
8�����yH{�`� �`2�Eo�4��ث��n�fo���"�f+���>�����|�9�/[�AˇyXpS�`�)��\O�j[��.��U�=�fa����Fx�S�U7���@��WS�/o�@P�K�ŝ��kP_�k�����uo^u!7X*�V˷���
+�>F��~��"ϖG�z,�vEZb1�:����a�iٸ�I`���]�TF��n8�^&�Pݛ�v&:�GSEz�ɟ���=,VE9]M�4E�鬨Ť�ϘKg�S����E��xGD�x�ݩ���s]�����v�b7�D%����fX;�÷
��k����{�ӻ7������D�{�z~��[/U~���-��̵6jְ�F�;әͼx�M젗mL�M�[�qa�ѹ�ci̯�H<ai�������#B����ٹ�_2?����r�z��q$P�fOkP�8��t��j�jHI^��@yE��}��
+ٷ
+� �Aꂲ�^�>���ˊZ��"M�B��6~���m���ˏs^���T��}S+�xJ��`-��C��0
+��x�8^A�Q�z�O�8�w�wj{��n��Z&i�;a߬��5�/ ē��i>Bs���P�_��/�&���������l�{��D��
ހ����E?#Z3�W�rT�h9��Ov�q`������c�3�킋J
�1��^�t\E�������TT��a^7��A&�b�����7�x���)5�� ؁��t��!�l4������#d��K;������1��T��ظ`�(a"�����9^�����mr�c�u�.%$j��JN%�?�c�Д�%ԃ�=���L�g���L/���Y�_�_+�/�����
+.Zd���׬���dZ����wζ�TÔ����r�qjFs��T�S�Y6rB�����\��ZN�endstream
+endobj
 3467 0 obj <<
-/D [3442 0 R /XYZ 89.6638 292.1945 null]
->> endobj
-1671 0 obj <<
-/D [3442 0 R /XYZ 71.731 272.1049 null]
+/Type /Page
+/Contents 3468 0 R
+/Resources 3466 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3360 0 R
+/Annots [ 3475 0 R 3476 0 R ]
 >> endobj
-466 0 obj <<
-/D [3442 0 R /XYZ 150.0257 229.0075 null]
+3475 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.7348 558.676 111.8612 569.58]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-product) >>
 >> endobj
-3468 0 obj <<
-/D [3442 0 R /XYZ 71.731 216.5695 null]
+3476 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [409.6821 558.676 469.7956 569.58]
+/Subtype /Link
+/A << /S /GoTo /D (classifications) >>
 >> endobj
 3469 0 obj <<
-/D [3442 0 R /XYZ 366.7665 207.4483 null]
+/D [3467 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3470 0 obj <<
-/D [3442 0 R /XYZ 395.8187 207.4483 null]
+/D [3467 0 R /XYZ 71.731 741.2204 null]
 >> endobj
 3471 0 obj <<
-/D [3442 0 R /XYZ 396.1912 181.5454 null]
->> endobj
-1672 0 obj <<
-/D [3442 0 R /XYZ 71.731 166.4372 null]
+/D [3467 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-3441 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+3472 0 obj <<
+/D [3467 0 R /XYZ 71.731 695.3923 null]
 >> endobj
-3474 0 obj <<
-/Length 1893      
-/Filter /FlateDecode
->>
-stream
-xڵYK��6���m�ɚ�w.���t�C{��Kۃlsmue��l�__��eʖ�;�t|�����r�ONR)����j����
,�p'�d�4s�����Oa8�E��d�x�DA � �'i�D�l�X�>�~[�;���*�����zW֥�����ԇ�柲��ٟ���>.z�q��<	75�.uT�DF"��J���Ȣ�TE&$j�f���|.w�JS����@1��z'&s���򁽡�k=S���L�S]5{<;N��Ͷ���LӢ�Q�P[�'����m*�b�`�@3(~�6�j��h��y>�W��4�[�T0=lx����ݮVW�0< �[S65M(�y�[�G�8�	� ��cYN��k��a��t�(C����R�D��F�UӍ�/C!�@1M�H���恆�喬�ՎгԚں\�¦ku�����o��o��6FaO?�c�X��ԏ�ЪnjA���"�����'�M�I�2���N�Ds��<�G��/Ź�,If�"��^��.x�
-�w�X8r�E��g�i��6�
a���;�ժ�*͘�-�f��̜�/��̶AO~fև=�
�-0��1/�C�[����D�-����(Ȃ�����l}Q���g���#�C�œ����~�N�.����2j�m���I&�^6_�S{<9̖������	�/������(�P��{���[Ɵ�ֻ}w��+�p�`�����g	opA\�8�(/�춟�T�����C��~6&�e?����<[Rݙ�8p���� &J��X�݀������ॼW�xK�9�|�fд=o��[�D�S&b�J~�</y�	RA��س�zQ�]™�\��(*��.ţ�q+�
-Ռ�_ˈ�W��M.x�Ȋ	A���z7e���O���C��I�7
�*k�p��4p)��n��++�,9����hH�3�z����q��QJB�hf����>�ƅEg�'�.�KW��veH�B�`6�
�qT�||�lFD��ln�p�U����$ƌ[%�ԋ�-�3���$@p0֪���m�S5��.���L�B�O�q�T��} ~�j�/Zk����V�Y�Z�
�h�p�tT��k�������z{��6�6,8F
ʪ>��TO�,���J��j�:�~� �����$Af���
-#A��p��o�$�`��bUn7����\��-7:�ϐ/]��K�Ld�$��]�Օ!֡�h��D��_c�)2���K��i�����E�MV�{�\1���l]_p����U<�̰.�(!ܣ��?�G��Y>�rfS�l{�X������r򹄓�8��$�"�W�Wy*�D�o����:�=� ����uݣ�e�͞73���~1���c���.j�[�ȩ�_	2�7�P��d}C�=�7PvT�	�}c��
ޣ6|=D�X@$�oC����ߕ0�1���~�SC6�-y0�é>(yy� �
n89n83�39�y����/e�ޔ+�U�8�
-Ԋ*��
-v[�������#ҝ.j�Z�~+��e�>��M���8�]�o�P������!�h���t���ʜ}��$��wI�j
>˜^_��4�b���} �aE(���B~�~5�k/־�4�mn}{LN�n�X&��0E�ڬ��1L�5f5e���1��D�������w��x�u�6[�ܷ�leE���B0��@�%�x�Fk�iEƈ7�Jp���c~�a
-]}ļh�J�kJ��ء8k�9����d���e�.W��I������!/8N!�D���7��:��"�7X)Y�3
-?�M�1���N8̩�����8(9��?��F@oA�L�x4��ĐP2�{N�p���0"�_?��endstream
-endobj
 3473 0 obj <<
-/Type /Page
-/Contents 3474 0 R
-/Resources 3472 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3349 0 R
+/D [3467 0 R /XYZ 71.731 657.3699 null]
 >> endobj
-3475 0 obj <<
-/D [3473 0 R /XYZ 71.731 729.2652 null]
+1699 0 obj <<
+/D [3467 0 R /XYZ 71.731 626.4857 null]
 >> endobj
-470 0 obj <<
-/D [3473 0 R /XYZ 235.9924 707.8408 null]
+482 0 obj <<
+/D [3467 0 R /XYZ 179.4984 583.3883 null]
 >> endobj
-3476 0 obj <<
-/D [3473 0 R /XYZ 71.731 697.6981 null]
+3474 0 obj <<
+/D [3467 0 R /XYZ 71.731 574.5655 null]
 >> endobj
 3477 0 obj <<
-/D [3473 0 R /XYZ 260.9652 687.7163 null]
+/D [3467 0 R /XYZ 238.5875 535.9263 null]
 >> endobj
 3478 0 obj <<
-/D [3473 0 R /XYZ 154.0914 674.7648 null]
+/D [3467 0 R /XYZ 71.731 503.2588 null]
 >> endobj
 3479 0 obj <<
-/D [3473 0 R /XYZ 287.74 611.0039 null]
+/D [3467 0 R /XYZ 411.9612 492.0906 null]
 >> endobj
 3480 0 obj <<
-/D [3473 0 R /XYZ 258.7481 598.0525 null]
+/D [3467 0 R /XYZ 71.731 461.1069 null]
 >> endobj
 3481 0 obj <<
-/D [3473 0 R /XYZ 276.9995 598.0525 null]
+/D [3467 0 R /XYZ 71.731 446.0982 null]
 >> endobj
 3482 0 obj <<
-/D [3473 0 R /XYZ 311.0217 598.0525 null]
+/D [3467 0 R /XYZ 71.731 431.1542 null]
 >> endobj
 3483 0 obj <<
-/D [3473 0 R /XYZ 71.731 595.8957 null]
+/D [3467 0 R /XYZ 71.731 420.2601 null]
 >> endobj
 3484 0 obj <<
-/D [3473 0 R /XYZ 89.6638 580.1198 null]
+/D [3467 0 R /XYZ 91.6563 402.4269 null]
 >> endobj
 3485 0 obj <<
-/D [3473 0 R /XYZ 208.7959 580.1198 null]
+/D [3467 0 R /XYZ 71.731 390.3074 null]
 >> endobj
 3486 0 obj <<
-/D [3473 0 R /XYZ 71.731 577.9629 null]
+/D [3467 0 R /XYZ 71.731 377.356 null]
 >> endobj
 3487 0 obj <<
-/D [3473 0 R /XYZ 89.6638 562.187 null]
+/D [3467 0 R /XYZ 91.6563 361.58 null]
 >> endobj
 3488 0 obj <<
-/D [3473 0 R /XYZ 178.1909 562.187 null]
+/D [3467 0 R /XYZ 71.731 349.4606 null]
 >> endobj
 3489 0 obj <<
-/D [3473 0 R /XYZ 284.4121 562.187 null]
+/D [3467 0 R /XYZ 71.731 336.5091 null]
 >> endobj
 3490 0 obj <<
-/D [3473 0 R /XYZ 71.731 560.0302 null]
+/D [3467 0 R /XYZ 91.6563 320.7332 null]
 >> endobj
 3491 0 obj <<
-/D [3473 0 R /XYZ 89.6638 544.2543 null]
+/D [3467 0 R /XYZ 71.731 308.6138 null]
 >> endobj
 3492 0 obj <<
-/D [3473 0 R /XYZ 89.6638 531.3028 null]
+/D [3467 0 R /XYZ 71.731 297.7196 null]
 >> endobj
 3493 0 obj <<
-/D [3473 0 R /XYZ 202.6386 531.3028 null]
+/D [3467 0 R /XYZ 91.6563 279.8864 null]
 >> endobj
 3494 0 obj <<
-/D [3473 0 R /XYZ 71.731 529.8633 null]
+/D [3467 0 R /XYZ 71.731 267.7669 null]
 >> endobj
 3495 0 obj <<
-/D [3473 0 R /XYZ 89.6638 513.3701 null]
->> endobj
-1673 0 obj <<
-/D [3473 0 R /XYZ 71.731 477.5046 null]
->> endobj
-474 0 obj <<
-/D [3473 0 R /XYZ 194.3607 438.1322 null]
->> endobj
-1674 0 obj <<
-/D [3473 0 R /XYZ 71.731 434.9403 null]
->> endobj
-478 0 obj <<
-/D [3473 0 R /XYZ 152.7618 403.6615 null]
+/D [3467 0 R /XYZ 71.731 254.8155 null]
 >> endobj
 3496 0 obj <<
-/D [3473 0 R /XYZ 71.731 397.5345 null]
+/D [3467 0 R /XYZ 91.6563 239.0396 null]
 >> endobj
 3497 0 obj <<
-/D [3473 0 R /XYZ 188.4422 384.7325 null]
+/D [3467 0 R /XYZ 71.731 226.9201 null]
 >> endobj
 3498 0 obj <<
-/D [3473 0 R /XYZ 71.731 366.6354 null]
+/D [3467 0 R /XYZ 71.731 213.9687 null]
 >> endobj
 3499 0 obj <<
-/D [3473 0 R /XYZ 71.731 366.6354 null]
+/D [3467 0 R /XYZ 91.6563 198.1928 null]
 >> endobj
 3500 0 obj <<
-/D [3473 0 R /XYZ 71.731 355.7019 null]
+/D [3467 0 R /XYZ 71.731 186.0733 null]
 >> endobj
 3501 0 obj <<
-/D [3473 0 R /XYZ 91.6563 337.908 null]
+/D [3467 0 R /XYZ 71.731 173.1219 null]
 >> endobj
 3502 0 obj <<
-/D [3473 0 R /XYZ 71.731 325.7886 null]
+/D [3467 0 R /XYZ 91.6563 157.3459 null]
 >> endobj
 3503 0 obj <<
-/D [3473 0 R /XYZ 71.731 325.7886 null]
+/D [3467 0 R /XYZ 71.731 145.2265 null]
 >> endobj
 3504 0 obj <<
-/D [3473 0 R /XYZ 71.731 314.994 null]
+/D [3467 0 R /XYZ 71.731 134.3323 null]
 >> endobj
 3505 0 obj <<
-/D [3473 0 R /XYZ 91.6563 297.0612 null]
+/D [3467 0 R /XYZ 91.6563 116.4991 null]
 >> endobj
-3506 0 obj <<
-/D [3473 0 R /XYZ 365.4273 297.0612 null]
->> endobj
-3507 0 obj <<
-/D [3473 0 R /XYZ 71.731 284.9418 null]
->> endobj
-3508 0 obj <<
-/D [3473 0 R /XYZ 71.731 284.9418 null]
+3466 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3509 0 obj <<
-/D [3473 0 R /XYZ 71.731 274.1471 null]
->> endobj
+/Length 2088      
+/Filter /FlateDecode
+>>
+stream
+xڭYK��
�ϯp�e�6#�z�63��$�MM�zwIj��V�,uI�Nf}����g��������H�M�?�I�H4<T&T����&؜`��7�!{��Ǡ��7�N�M&�Xś��&�i�I�i$�͡����K�ڛv�WQ�Ղ��sY����D����oeU�������t"�$��У�:�d���� :ԉ��睔rkڮl�t��Y Bdk��� ��hn�,
+�d�ُ9.�̤��XrQ�_ͱ|�J���R_h��NFN}Kh��ٿ��Mq9���S��r�؜�65�����v�6/�h��^��*қ�R"�!��5yϫ�/y˂���;ӳ��uZ��T�+63š�?�|������T��o�y�?�$����h�_w
+�W�O��g���%��V���v�)��o�|ſ���e9y�5�UY�~����msy�mz<��y|h�m��^;c�~өi��M����cm�z�~[�cɍ�q�}�k�p�E�c!#��Zx�-��P�)@�!��
+�{�:2�::Q�E%%��$��B΃��ܸ_��S��b��1��l�@HF��a��p��ؽ����2	�?.�Y�ZB�
a�L�g~�Ǩ��:�JJ1�f"�u�*���u��=߾�TJ����E@	yS��y�3��Ɨ��.�l��}�tf�������y�L�'����W��b�HO��4B��C���u/���/�Ta�{�d_��]�`�!g9#z�S����myz鯛��;f�n�ѡh�_5��o0�M�Q���Xo�:?�oi
+|�s)Lwl�WNn�nݟ�)�T(S.ĹA9B����������0Ho�d����B��W}�&�On���=�ۙb��`�;��
+�i��wrۛ���0��`t*1�S�G���RC���wu�J���5�צ�>�W^:=�r*)�#B��d�(��mT�$I�#��C[�r$b�	��D��UҤ�
N�…T�٩�PrSU���Qn����h�i�<l h��e?�c��a��0ͮt��V:�7�:;5�ŹGih[ux[�Gݑn�m��D:�����6'	�c�����F��9�t���P��{����Q��|�m���h�q��5f,�`\�J����Gz;V��3-�pڃ�����#*�S�i�%T���/ϳo/�9Vyו��v�[�l��yZH�6y� �9����펁qS��H���(��3=g��ӧ:tS�EٽV�W�r�uY+�A��H�1 ~�^�x`���@�i���h+�lŠ��kɡe]�������a��S��bWv4�c8"�
+>M�g`��� �v> ^C^��|	��`Z`C<�Ծ�j%`�ϜW|{%���{�+S1�r��L����BUH�H���2�eB�
��l�����pp��r���h�]��-3�L���W#��Z�Oͥ���^�
+�&����헛���؝w�%���f�COErC��
M�ɗVt��W������J�vI't|�g�'e�H�M��t��rzm첾oK���`yw�A�ЧZ.6d��ow��H������n��=YY���#x�O�����|t�?��5�˔�9�+�_�����c^
+>��G��;��h�+:�YH����v8�5L��OEt�����9L����`�Ni�nn28��ql+�L? ���n��J�=�:��bz�+��O��!��禌� �&g���㚓4�S5���07�
�1�c���#�%�+Y�z�ꉘw��3�I%f
g�֝���^ٰ�j���P��<C�G4��pEo�4����L��3��`H ����~`�R���N��t<(���ax��p���woF�˛\��a�ϑ�l���F�PK���f���;����/��B�F�J�:Z?:�~�Z6�^�;n�I%arG�C����o���D��?L.y�=g���E���2�E�PD�^������Yn+ײ�B�$Y���n#��,JJ����d^3��D��_a����<j?��|Ԃۊa��i���;:8�=ܼaW��	S��8�������0R��_��������"�?-�endstream
+endobj
+3508 0 obj <<
+/Type /Page
+/Contents 3509 0 R
+/Resources 3507 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3360 0 R
+/Annots [ 3517 0 R 3531 0 R 3535 0 R 3537 0 R 3539 0 R ]
+>> endobj
+3517 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [382.851 628.4783 437.147 639.3822]
+/Subtype /Link
+/A << /S /GoTo /D (product-group-controls) >>
+>> endobj
+3531 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [471.8565 474.3363 524.2196 485.2402]
+/Subtype /Link
+/A << /S /GoTo /D (components) >>
+>> endobj
+3535 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [240.2078 179.2828 292.5709 190.1867]
+/Subtype /Link
+/A << /S /GoTo /D (components) >>
+>> endobj
+3537 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [225.1145 162.0673 271.9385 172.2539]
+/Subtype /Link
+/A << /S /GoTo /D (versions) >>
+>> endobj
+3539 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [234.6782 144.1345 281.5022 154.3212]
+/Subtype /Link
+/A << /S /GoTo /D (milestones) >>
+>> endobj
 3510 0 obj <<
-/D [3473 0 R /XYZ 91.6563 256.2144 null]
+/D [3508 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3511 0 obj <<
-/D [3473 0 R /XYZ 363.4245 256.2144 null]
+/D [3508 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 3512 0 obj <<
-/D [3473 0 R /XYZ 71.731 233.3003 null]
+/D [3508 0 R /XYZ 71.731 708.2442 null]
 >> endobj
 3513 0 obj <<
-/D [3473 0 R /XYZ 273.6017 220.3489 null]
->> endobj
-1675 0 obj <<
-/D [3473 0 R /XYZ 71.731 190.2967 null]
->> endobj
-482 0 obj <<
-/D [3473 0 R /XYZ 244.6004 153.0811 null]
+/D [3508 0 R /XYZ 91.6563 690.4109 null]
 >> endobj
 3514 0 obj <<
-/D [3473 0 R /XYZ 71.731 142.7161 null]
+/D [3508 0 R /XYZ 71.731 665.34 null]
 >> endobj
 3515 0 obj <<
-/D [3473 0 R /XYZ 144.9646 120.0052 null]
+/D [3508 0 R /XYZ 91.6563 649.5641 null]
 >> endobj
 3516 0 obj <<
-/D [3473 0 R /XYZ 327.322 120.0052 null]
+/D [3508 0 R /XYZ 71.731 642.426 null]
 >> endobj
-3517 0 obj <<
-/D [3473 0 R /XYZ 107.1477 107.0537 null]
+1700 0 obj <<
+/D [3508 0 R /XYZ 71.731 629.4745 null]
+>> endobj
+486 0 obj <<
+/D [3508 0 R /XYZ 268.9457 592.259 null]
 >> endobj
 3518 0 obj <<
-/D [3473 0 R /XYZ 134.8934 107.0537 null]
+/D [3508 0 R /XYZ 71.731 581.894 null]
 >> endobj
-3472 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+3519 0 obj <<
+/D [3508 0 R /XYZ 71.731 569.9777 null]
 >> endobj
-3521 0 obj <<
-/Length 2326      
-/Filter /FlateDecode
->>
-stream
-xڕYK�����m��D|�{��M�*�eg�R��	I�P��ǎ'����_���5��F�������OlR�!��$q�)�������N0ˁyS�������˓ �<�6��{���4�,��������u����߆�>��JW-�+}&҇����������}�8l���g�Û\�:�DGg��ya�Vÿ�@�Dl%�|��P�i|�-��Q)M�RC�UɋZ�}���m{SE�Ӆ���h��z�v�X����F�ډx�[G_G�m�^`��MɆ�z�����{�+M� �R�'�'��D�屈�+���l��=���Q[��c��V5Z^�G�����%-���5�ȟ�ؗޓ'y�� �J�H*��#
-&"`4C���*T���g�"�d��*��Vh�U��*��=�42����5���c���K�7�0J���w����_ɮ���
-�#z���J���-��a0A`�Z`D�x�@BŠe�����r��xfP��q�<`�80lf�u����@�5�ֆ(mo��s�x�h6��@�p"�#\�v���!��X�����C�A@��d>`�TD1'�؀�/4=�L��.	gU��zOLt�,�ڷ�-d���ֺ�܆���Z�n��D��D˗QJ�L,C2�ͻ�9+��l��͞)��k%Ѳ�S��`~������c��AMDl�W��4�2Ϛ�Bb�a�=̄�rS-}�#�ߏ�X���v� >�=Dd��[R��]g3����1�V�B�_Ӈ�.��w�W}�,g�=�_��cgyQ�O�����qI��֊���(�a�N�@�|��aA6.�y��3������f�(����������iو��	|�*-1��4Ga�$4)CZ�D[bpd4���
-BmnD8����Te�)fp���pq�w�)gaJElGu2 o�\b���ao��*�hXa5�"��#�㌓�Kc���KZ�a6�ag�G�n�A��[�X���͚��. �ю[vSE蘭	p8�|�knd
�(��j�D����(X���Ѵ����
-���\�
-�=�]1�
B�]."���I6FX���s�6�!}�g-LR��PWg�M���
�����l�q�Π0tP��g����yr)�P���j }D�B.�d��.�����%��b�!���"a^���rч�94�Bl"�^�@�_��0�Z�—��\�-��r/I�lu��[��d�
-?Yo��
-ۺ��H�Pe�qK����	m��s�����6L�xZ������•��Z�+���#
��>;��h�R8=�!�<*�"C��Hխv�\I�ap�eQ|���N`���upz�LJ�k��5hh:��
-��ݹj�j��ч*��Q
��b�U�
-�z��=�R/��m�O�^����^��ږ_���*��F��yTC߷����:����K��wJ��k:���v>B�����3�3_m覆�qw�[,F@#���bh�(Y�*B7o�NjC���_&+]���s�=C�8zq��2�.��J@�zX����'�v�6 '\o��qQ��* W���|S�;٨�/��r���T�4lC��Nl5
)�S�-�2�!a�Ͻ��Sž�CH�$Y@�k+�K���2&b	?��iƨ�ٺ�O�=d��DT�oXJm�gP~�����)
-&��#y/�`v�)�����E�n��r�Ί>N�Ot��K{i�~@�U�z���CQ&������6���CK�`FQ�6�/;0�������~BE�oil/.�+��3t�H��V�'�>&����Y�񠗻�F\�G����G���r�[�3�e3M�_C�l]�\�qRG�ns���I�kn]״4�t�#�M��᷏�^WΊ�u��8�e���<�^!(��E�i�����p1�����0�J�Z�~'�G�0@eS9�+]�}�J��a !��Z�U��mi�$�}���"��b#��K�$���bq�W���#�(��ǯ~�g���}|�� ~�*�p���=,����KI2>+�.O�`��.�B�0�k����T�h�~!��$��Oh��A��]6<���`�M�i����
m$�R�x<~WW����K8��	64]<�.oN!�:Ͼ�!�1�9fsY��-���2�S6(ÿAg���A�I�Q��6���Lj�.�)��
�
�����_�cӁ�aL��qږ,��5��/M�	���\�%te�U�iY*.ƴj�(6�k�d�,Լ�xZyu�Z��Y��5�*��a'o�4�,nݺP���'(ʼL$���������+R���Az(J^�7�ʆ���|endstream
-endobj
 3520 0 obj <<
-/Type /Page
-/Contents 3521 0 R
-/Resources 3519 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3559 0 R
+/D [3508 0 R /XYZ 71.731 564.9963 null]
+>> endobj
+3521 0 obj <<
+/D [3508 0 R /XYZ 89.6638 544.2391 null]
 >> endobj
 3522 0 obj <<
-/D [3520 0 R /XYZ 71.731 729.2652 null]
+/D [3508 0 R /XYZ 116.5027 544.2391 null]
 >> endobj
 3523 0 obj <<
-/D [3520 0 R /XYZ 71.731 718.3063 null]
+/D [3508 0 R /XYZ 317.6563 544.2391 null]
 >> endobj
 3524 0 obj <<
-/D [3520 0 R /XYZ 311.2942 695.3923 null]
+/D [3508 0 R /XYZ 71.731 542.0823 null]
 >> endobj
 3525 0 obj <<
-/D [3520 0 R /XYZ 71.731 675.3027 null]
+/D [3508 0 R /XYZ 89.6638 526.3063 null]
 >> endobj
 3526 0 obj <<
-/D [3520 0 R /XYZ 120.8687 664.5081 null]
+/D [3508 0 R /XYZ 131.1675 526.3063 null]
 >> endobj
 3527 0 obj <<
-/D [3520 0 R /XYZ 319.5499 651.5566 null]
+/D [3508 0 R /XYZ 71.731 524.1495 null]
 >> endobj
 3528 0 obj <<
-/D [3520 0 R /XYZ 448.3736 651.5566 null]
->> endobj
-1676 0 obj <<
-/D [3520 0 R /XYZ 71.731 631.4671 null]
->> endobj
-486 0 obj <<
-/D [3520 0 R /XYZ 242.592 594.2515 null]
+/D [3508 0 R /XYZ 89.6638 508.3736 null]
 >> endobj
 3529 0 obj <<
-/D [3520 0 R /XYZ 71.731 583.8865 null]
+/D [3508 0 R /XYZ 71.731 506.2168 null]
 >> endobj
-1677 0 obj <<
-/D [3520 0 R /XYZ 71.731 571.9702 null]
+3530 0 obj <<
+/D [3508 0 R /XYZ 89.6638 490.4408 null]
+>> endobj
+1701 0 obj <<
+/D [3508 0 R /XYZ 71.731 459.4571 null]
 >> endobj
 490 0 obj <<
-/D [3520 0 R /XYZ 214.9999 539.6563 null]
+/D [3508 0 R /XYZ 226.1083 420.1843 null]
 >> endobj
-3530 0 obj <<
-/D [3520 0 R /XYZ 71.731 531.0188 null]
+3532 0 obj <<
+/D [3508 0 R /XYZ 71.731 409.8193 null]
 >> endobj
-3531 0 obj <<
-/D [3520 0 R /XYZ 71.731 513.5891 null]
+1702 0 obj <<
+/D [3508 0 R /XYZ 71.731 317.2703 null]
 >> endobj
-3532 0 obj <<
-/D [3520 0 R /XYZ 361.8061 502.7945 null]
+494 0 obj <<
+/D [3508 0 R /XYZ 145.8713 259.3474 null]
 >> endobj
 3533 0 obj <<
-/D [3520 0 R /XYZ 490.9416 489.8431 null]
+/D [3508 0 R /XYZ 71.731 251.9951 null]
 >> endobj
 3534 0 obj <<
-/D [3520 0 R /XYZ 71.731 476.8916 null]
->> endobj
-3535 0 obj <<
-/D [3520 0 R /XYZ 71.731 456.8021 null]
+/D [3508 0 R /XYZ 71.731 193.2304 null]
 >> endobj
 3536 0 obj <<
-/D [3520 0 R /XYZ 320.7944 446.0074 null]
->> endobj
-3537 0 obj <<
-/D [3520 0 R /XYZ 71.731 438.8693 null]
+/D [3508 0 R /XYZ 71.731 175.2977 null]
 >> endobj
 3538 0 obj <<
-/D [3520 0 R /XYZ 89.6638 418.1121 null]
+/D [3508 0 R /XYZ 71.731 158.0822 null]
 >> endobj
-3539 0 obj <<
-/D [3520 0 R /XYZ 219.6243 418.1121 null]
+1703 0 obj <<
+/D [3508 0 R /XYZ 71.731 140.1495 null]
 >> endobj
-3540 0 obj <<
-/D [3520 0 R /XYZ 71.731 403.0038 null]
+3507 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+3542 0 obj <<
+/Length 3059      
+/Filter /FlateDecode
+>>
+stream
+xڽˎ��>_a��
��"E�1���� 6;�6�C&�R���aH���~}�XE����|Y|T��X/Zn"��M*E�G�B%Fm��hs��/�$O��]8���~��M.�D%�ǧ��"�FY�Ic%2#��c����Sq���n�L��}ʶ���uw$����i��=����G��ĩ�3��*�~�-�*�H-b�($�7JE�#"1~@F�mƱ>vDt�w*���3u?��D�f$����+���a��7
xmv*Ric1���*o�SE�oJş�z����n@M�sq�q���ꑾ}����Z��i�rm�/���C5��\p&�(ϣ#m��	��3{O�Î�1Z�e>�O.�ȍ���C�S�w�>���'�/�qDG�W�gb
u��W�
+�X�£u��ם9�x�;��cC�{Ѷ�|p��n��0����\Y�9
��H���~��b��4G:�®$�P��P&�W�d���ۣ�]��W�E���5,>ޙmQw�}��ԏ
9��F~��f���X����o��h����xO��;4�Ғ�c��N��wC��{�b��iFe��RX����0�%<�r��j�n,NK��\
m
���ՠ{j�Uum>�N�֛$�D��u��sv�$2���	)�“in��P�uܬ�H��
� �iaX]V��><��
+��TNǤ�=���A����<��<��!64�z����،�*g�$,�Lž�Uh:@e=q`�h�5WV��(��F���2�{*w&
+@޷��؟�g�ye=�����
�	�3����!��TL4���H�K�|?U�⊄�)h�ʫ}�~Z������f\` ��й:�A�I���Ǫq��5�*��0��)�Q��N�C�ZN7�zd"P2US�nmUt�˖�ɷm���8“!�[d�Ji�?;Tw%	#ĻЀ/���P�X���N��e�
+8%M�'hY=�I0E�fZP%�$kEv3���M�$�R�#E�'����&t ����5��h�UL��L݀HX��trIV{�e��HB��tf�-Ŗy+Ǧ�eN��ܡwj�#Vv,��g\TL�dТ���Gf�e�<ʈsko��Q�C�W1&��9B����S.�ů(��罊��u�^M=^{�D����r�w���K�й`��*�Y%h:D�l�j+�R�=���
+剠�V��=�EV��(!�#�#5FT�wϤV��ߋ��TbM����,I�&v!6F��C7iκu�7{��d���mP��8�_'�Mz�i"��q���t��̢qi?�,	����ͅ�'�&ԉF�;��L!rQ	p"�p�o�T}���̳���L��p�W��qv�d��H�\4rp�m�v����F���vSz̋�~l���?���
O:�N(�r���ϕ�F���dž;�8;)Eb���U{H�Ƣ�Vp�S>(6B��'����Ǚf����6�;�U��:��B�A��Ҡ2:!���I e�)��qZ��S���"�N@�)xU�gp��+�G2J��)���{�x�؄ZԘU2��,ϼš=�T3��ӗ-Y������}O<��-`h���0\���Ɖ����I0dZ�6�{uek��J�G�ls��Ey��Z$
+�ݒ��g9��,�p+c2�����%�Bg:e4���&P�����X�H��N��E�-0<��2����7tG�eK���;y�V�x��w���`a��`U&tb�������W��i>���10 Y�/lm^��E*3�g�+ץ}}�TD
+ �x�U�"�Kɓ�J�G�02�:����Hw�+d�]���<�Ӛ%�
+�H����V\QJ��-�:��w��Dj��-r�9T1�+�iΌb���L�F���A�C\
+�-B:y=%��:H-)��6��a$�{�j�	Zia�7�����
�-�M��	��	3ص�-�ɀ�>m�%.�!?��(5���8�M�x�/4~8�dvx(��-w`U�@�V4�n���iƙ�x�P�r�rc�V����rA�Y���j�Hё�����h�k]��_;�]AQB��4�ZJc�[�	ގEs�6����^h�~�g�_8~;Ȥ�|9ҥ�WS���X��Z[L+�	x��nˑ��p�X<Ⴇ�G�M�$zU���S���tA��F����:��W�зgy��Zw�����`�©�Hx]���Cŝ)gƩtyf:g�)�E��UŔ9`��B-/A�n"爐�f}�ʗ7���yY�-j��4^��lI�8������%���@�¥A�6�+�א�Hu�}���+�g/���
+���LP��{��
+�3X�!����8�⫊��� Ԉ�X~���&��?1�exA��2��������ܺ��� ���?٘�ޱО7�8�>SD�^�4�f����>��M
l�e���D_b19�@H&2g.bnšNj�U\T|la���s4�o�Mq���L墟����'�IE��W�h�YI����(AO����u��D__T�DV���b�4u"K\���FKj[�q�����ߞ���/s�ȗ��-���
�m�s���\w��DSԍw�|W�*�bʹM�²׭�J��՚IY��(P�5��Ťr��]�/z'f;�Q$��u6F/�x�½��m�i�ը��ӌ({�x�9ne^g��r{z����M����H=�E�%�p�ns�����k�ҿ)^U��e�Bgܻi ��P�	a�~���y4�jK��[S�$���$�2�[���)����T��a�����t�����mB黱ntc��i޵���:�}�I��F<e�&e��|r��V�"���u�,F���f��~��{{��SǪB�^š�q��oJ8�|R:?���$��_�4
+��4b���9J7م^�8��P1Oܑ��7p�Z66�+?!�ٶ�m[>�yۖͶ-l[��m9�6۴�$,����G�џ��vq	W?BV���5�c�L�۟�[+W�k#��Su����-|���@S�V�C���� 
�*n�?\t&2����'�s�w�R�Td~'�J'/�?g��騋endstream
+endobj
 3541 0 obj <<
-/D [3520 0 R /XYZ 89.6638 387.2279 null]
+/Type /Page
+/Contents 3542 0 R
+/Resources 3540 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3578 0 R
+/Annots [ 3548 0 R 3551 0 R ]
 >> endobj
-3542 0 obj <<
-/D [3520 0 R /XYZ 134.39 387.2279 null]
+3548 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [145.4437 627.7761 197.249 638.6801]
+/Subtype /Link
+/A << /S /GoTo /D (groups) >>
+>> endobj
+3551 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [87.6113 514.202 149.3793 525.106]
+/Subtype /Link
+/A << /S /GoTo /D (group-control-examples) >>
 >> endobj
 3543 0 obj <<
-/D [3520 0 R /XYZ 109.8678 374.2764 null]
+/D [3541 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+498 0 obj <<
+/D [3541 0 R /XYZ 373.7867 707.8408 null]
 >> endobj
 3544 0 obj <<
-/D [3520 0 R /XYZ 71.731 372.1196 null]
+/D [3541 0 R /XYZ 71.731 697.4758 null]
 >> endobj
 3545 0 obj <<
-/D [3520 0 R /XYZ 89.6638 356.3437 null]
+/D [3541 0 R /XYZ 100.9239 687.7163 null]
 >> endobj
 3546 0 obj <<
-/D [3520 0 R /XYZ 192.792 356.3437 null]
+/D [3541 0 R /XYZ 268.3242 687.7163 null]
 >> endobj
 3547 0 obj <<
-/D [3520 0 R /XYZ 384.0197 356.3437 null]
->> endobj
-3548 0 obj <<
-/D [3520 0 R /XYZ 114.0123 343.3923 null]
->> endobj
-1678 0 obj <<
-/D [3520 0 R /XYZ 71.731 320.4782 null]
->> endobj
-494 0 obj <<
-/D [3520 0 R /XYZ 172.6073 285.0112 null]
+/D [3541 0 R /XYZ 71.731 667.6267 null]
 >> endobj
 3549 0 obj <<
-/D [3520 0 R /XYZ 71.731 276.3737 null]
+/D [3541 0 R /XYZ 71.731 623.7911 null]
 >> endobj
 3550 0 obj <<
-/D [3520 0 R /XYZ 389.4099 266.0822 null]
->> endobj
-3551 0 obj <<
-/D [3520 0 R /XYZ 458.9373 266.0822 null]
+/D [3541 0 R /XYZ 71.731 579.9555 null]
 >> endobj
 3552 0 obj <<
-/D [3520 0 R /XYZ 71.731 248.0499 null]
+/D [3541 0 R /XYZ 71.731 515.1983 null]
 >> endobj
 3553 0 obj <<
-/D [3520 0 R /XYZ 176.4672 222.2465 null]
->> endobj
-1679 0 obj <<
-/D [3520 0 R /XYZ 71.731 205.1458 null]
->> endobj
-498 0 obj <<
-/D [3520 0 R /XYZ 249.3775 167.9302 null]
+/D [3541 0 R /XYZ 71.731 500.2543 null]
 >> endobj
 3554 0 obj <<
-/D [3520 0 R /XYZ 71.731 157.5652 null]
+/D [3541 0 R /XYZ 71.731 451.2032 null]
 >> endobj
 3555 0 obj <<
-/D [3520 0 R /XYZ 135.5078 147.8057 null]
+/D [3541 0 R /XYZ 141.0038 438.2518 null]
 >> endobj
 3556 0 obj <<
-/D [3520 0 R /XYZ 86.3732 134.8543 null]
+/D [3541 0 R /XYZ 527.4622 438.2518 null]
 >> endobj
 3557 0 obj <<
-/D [3520 0 R /XYZ 220.9876 134.8543 null]
+/D [3541 0 R /XYZ 136.2087 425.3003 null]
 >> endobj
 3558 0 obj <<
-/D [3520 0 R /XYZ 71.731 114.7647 null]
+/D [3541 0 R /XYZ 71.731 418.1622 null]
 >> endobj
-1680 0 obj <<
-/D [3520 0 R /XYZ 71.731 101.8133 null]
+3559 0 obj <<
+/D [3541 0 R /XYZ 139.2157 407.3676 null]
 >> endobj
-3519 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+3560 0 obj <<
+/D [3541 0 R /XYZ 501.9343 407.3676 null]
 >> endobj
-3562 0 obj <<
-/Length 2541      
-/Filter /FlateDecode
->>
-stream
-xڝYm�۸��_�o�[����].��M���C�+YҮ�Ȣ!��u}��7��+r8g�i���O��&|�����_�7�����F	�Vx�6ӏ�7�~�U�f��v�����K�U�n�t�+��|8䧡��[?�����n��u�ȤϏ���&_�g�˛��q�(H�,�^�p�z����r�H��ٮ��A$�b�n�*�-I��e=�V����3�<�����ko�U����ڭS��0)��
-a+!)@������:���)�N��n��~Ü�=�M]|�nyp8T"��T�!S����Lm�V��,R�E�&:�U_t�i�u�2ew�E�'��ȿ�D��>�Js�����
-�Dv���*$�<��Ȏ�{������j�ڏ�'���E�5T�@�t��n�P��6C�v�Ki��}U�%\��~������1r}G���P�?���6�V�`�,���aX���*�� ��P��L�
�Fhjc�C�HJZ�	��}��
-|����\-)؃�^f����ځC��Z�$]n���dRݳ:O���WM�c��[f,L�>Vy����s#����y��O������vR8J�
R�ED��!�.w&bB��Ʋ�OM~᠓���|�w�yO��;��h�U�6PQ��o_
;�{K;��/2ED8��s��!�%�Ӛ�|�D�7����u�K�SqȻ�d��0�i0R�G���V$����z��S8�ҙOM���9l��8����T��z���v�����q���zL�����Qبq�|7���V���������/�>h���iO�@�Æ��?s>øMd��l�*I3l�6����B
@(<��b0G��
Ð�#$���?��m�����9d�gP�M�a(�~p��os�Q�mx�����v��8L>����&	@��A�S�@K��[İ�C��!pj}i�9�n@�4�mA��Dr4zYж�ŬA3O�*)�b�BES��A8�j��D�
��n��X��O��8��?�o�"��/_~`c���j3 B�g�ᚰ���D<7:�q��%h"+ʽk���C8����~v�u���Áśe �遇.d[$A(��bsۇ��v�B;G��6l*wBr�D�ƃ Rcr����9;�;p":	�bsl8q���۵��-,�UX8�g ��0��e�^\��Z]u��R�����0����<�OB]?_EnYaRh��X�݄HsTE����2�f9+�Сf�`��r	��)�0�6f���n��W
T��ßϬwx�آ�RC��Q�
b[rR�Zl�k��g���Jk4����}ـ1ϒ�D�@�*l��0�~�
�rAF8�7��go��Y�MV����0n/}���P���
-�H@rݚ�Z(��eݥP�'[�y����}_�=e�=��0Z�'�'�a-�OIm��@�$�=Gu�esTQc 2U4����3�P���K��haק�8l�/�ٻ�Ӹ�������:ؗ�����x)ςY_�����p��<
-�l�BhS�����AJ��]�u�S�W�x���4M�dt�τ�,5�a�清�uhd�����\�Za9!QN����7w)ees��[�W�d<�*��.S�n�ƒ�Q��w\N�n��;��91h�ל����?�I��]T<�ޭ����ȣ	���
-d�1\��	��R���4,�X\�*>���7����Iu��a�|�Rr�K�)�*�XG݈*e��S*6�Km�M."9�}�ܖP����i�fʏ�n�q�����Z��T���.J��R��S��h.�^/�����T�ȏ�z��oR0�R��B�H:Muqf�'�����D�[��O�S`�0��%��M�s����Fw�����x9��Ç��<������oU���\��p��5��J����=%WuO�	�9�L�|����ff#~Vw y�/�ﱆ6".Fp��Zo�a�kM�n�r�Q@�.~���?�
-AJ\�@��6���I��%�䂣�䦨�r/��m��цjhL8���!��G�m� ����p�ޘ���o�\�Ɯ`�V@On<\����Ů���s��
�@Ub|Ώ��z���P��M��V��؝��4��F� �\��҅9N#���w*�R�,�BI�>7y[IȦ������C�
��.�/�.�Y��։��3>�썊���#�Y̮g��{�Q@��CiF�G��}�r4�������Z���ed�$�g���jx���k�a�)�����Ty_�L���-n���#�^h|^�� !���O��)Q2��rE�qf�/�4)�34Ɖ���r0���0�1H�1d�\7zp��;���?�&8N����R���9Hb&�L�W��p����Lc�Bú�㸅k��_{���;j�|��my��כ���/S��V��Zy��o�=fO���"��w9���0L�T�٫�wZ</�|�#��Ѐar��˅����endstream
-endobj
 3561 0 obj <<
-/Type /Page
-/Contents 3562 0 R
-/Resources 3560 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3559 0 R
-/Annots [ 3566 0 R ]
+/D [3541 0 R /XYZ 121.4494 394.4162 null]
 >> endobj
-3566 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [173.9566 673.6838 235.7246 684.2141]
-/Subtype /Link
-/A << /S /GoTo /D (flags-create) >>
+3562 0 obj <<
+/D [3541 0 R /XYZ 192.6467 394.4162 null]
 >> endobj
 3563 0 obj <<
-/D [3561 0 R /XYZ 71.731 729.2652 null]
->> endobj
-502 0 obj <<
-/D [3561 0 R /XYZ 193.2056 708.3437 null]
+/D [3541 0 R /XYZ 348.3123 394.4162 null]
 >> endobj
 3564 0 obj <<
-/D [3561 0 R /XYZ 71.731 699.7062 null]
+/D [3541 0 R /XYZ 71.731 363.4324 null]
 >> endobj
 3565 0 obj <<
-/D [3561 0 R /XYZ 247.7597 689.4147 null]
->> endobj
-1681 0 obj <<
-/D [3561 0 R /XYZ 71.731 669.6987 null]
+/D [3541 0 R /XYZ 284.0181 350.5805 null]
 >> endobj
-506 0 obj <<
-/D [3561 0 R /XYZ 201.1796 636.0149 null]
+3566 0 obj <<
+/D [3541 0 R /XYZ 71.731 330.491 null]
 >> endobj
 3567 0 obj <<
-/D [3561 0 R /XYZ 71.731 627.3774 null]
+/D [3541 0 R /XYZ 149.9766 319.6964 null]
 >> endobj
 3568 0 obj <<
-/D [3561 0 R /XYZ 165.864 617.0859 null]
+/D [3541 0 R /XYZ 71.731 299.6068 null]
 >> endobj
 3569 0 obj <<
-/D [3561 0 R /XYZ 71.731 604.0349 null]
->> endobj
-510 0 obj <<
-/D [3561 0 R /XYZ 142.614 573.7484 null]
+/D [3541 0 R /XYZ 146.371 288.8122 null]
 >> endobj
 3570 0 obj <<
-/D [3561 0 R /XYZ 71.731 568.5629 null]
+/D [3541 0 R /XYZ 71.731 281.674 null]
 >> endobj
 3571 0 obj <<
-/D [3561 0 R /XYZ 71.731 535.7261 null]
->> endobj
-514 0 obj <<
-/D [3561 0 R /XYZ 166.0159 505.0062 null]
+/D [3541 0 R /XYZ 146.371 270.8794 null]
 >> endobj
 3572 0 obj <<
-/D [3561 0 R /XYZ 71.731 497.9278 null]
+/D [3541 0 R /XYZ 71.731 263.7413 null]
 >> endobj
 3573 0 obj <<
-/D [3561 0 R /XYZ 511.1135 487.0735 null]
+/D [3541 0 R /XYZ 89.804 252.9467 null]
 >> endobj
 3574 0 obj <<
-/D [3561 0 R /XYZ 106.0422 474.122 null]
+/D [3541 0 R /XYZ 173.1124 252.9467 null]
 >> endobj
-3575 0 obj <<
-/D [3561 0 R /XYZ 71.731 466.9839 null]
+1704 0 obj <<
+/D [3541 0 R /XYZ 71.731 224.887 null]
 >> endobj
-518 0 obj <<
-/D [3561 0 R /XYZ 156.7607 436.264 null]
+502 0 obj <<
+/D [3541 0 R /XYZ 347.5933 192.5731 null]
+>> endobj
+3575 0 obj <<
+/D [3541 0 R /XYZ 71.731 184.1208 null]
 >> endobj
 3576 0 obj <<
-/D [3561 0 R /XYZ 71.731 429.066 null]
+/D [3541 0 R /XYZ 218.9123 160.6926 null]
 >> endobj
 3577 0 obj <<
-/D [3561 0 R /XYZ 71.731 405.3798 null]
->> endobj
-3578 0 obj <<
-/D [3561 0 R /XYZ 266.7311 405.3798 null]
->> endobj
-3579 0 obj <<
-/D [3561 0 R /XYZ 71.731 379.4769 null]
+/D [3541 0 R /XYZ 71.731 116.7575 null]
 >> endobj
-3580 0 obj <<
-/D [3561 0 R /XYZ 71.731 372.3388 null]
+3540 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3581 0 obj <<
-/D [3561 0 R /XYZ 244.2357 348.5928 null]
+/Length 1752      
+/Filter /FlateDecode
+>>
+stream
+xڵXYo�8~ϯ0�$��ú�f�I��MR4.�b��M���0D�A���3�([�S,"r8�~sphw���;�\;���%��hU\8�-,�_��rE<W&�|q����G���^8ZlFSDZ#'NF���q�ƣ��O�f��VO����|��u��zVn�4o��dy�N�Z�~q���?��4��Ps��E���Nl�S?�>��}���{V�c5
3��T||k_W�v� m��9[�x<O뱍�ŎDl,Q\U�Hڥϱ~N����KAh������R�n'��f%'yY��$�嬦}Y����m]�{�/`v�zv�S���N(�*y�0���&�J8��$�KA�L����x�,�̂��̰���z�*ޤ��\3��٪AY��THWG1H�P$�$���&+�Cܵ�pfQ���@�;�U�b)U�NhU$"Xrhh҅���}A�t�����V���,��$i/�((�5#S*q&Ҍ��Ig�ՆA6�;����u��[V@�a�L\�B�b��v�aQe���
+�*�+���|-AeF1d]8Yj=�]�
B�gA�@ާ���
��ЗL���F���ŗ�8~�=~�-��|��G�r3{���i��{9���D�3��$���-ޮv4�1�c��ėʢ&VYO��#6[kawu�3��`�Q��a�vL��b=��"����r,�l+�CΥ�2����K�������o���G�<=|~z��΁7O�w��<\����]�U7�tY���Z
+��\g��a‘��6��V��[`�v���c]�D����N���T�a k6Um�q:+ŎW�^�d�K���(Y�z8�� $�b3�ð�i-8�Uc�<����񔹂��E��Cy���)���8�W/�iӉ���,GNN�֤��Pػ�<
�vdة�
���%T�	�1�{�j8�KW�;�bj�C��(�"H�����q�W�S�ĉ$7��kx �k���k�3^(3]�9��Ŋi̍�pT1S����=l��Y��t~�՛�V���o��cQ�C=`���2��:)��$��)1)�%q`�Z��X��E��5����c]���L"-寑�Cyh*�򎕷K��착<�#+{��V@��r(�l�7����^}�Q��
�jN⮏���z��.�
y^9S����f�����X;�;'�,1bXu3�8�eR"��&c{|�Ď�0���m� +����ϖJ=T��
+A�j��iB�h�#h��o�����8�Ӗ9�%�Tˋ°�i�gE�kV.Gyp�6jY�QWCeJ4W`��������DP���`0���ۻ��?]���&Ѭ}�x��
�ȇ����*
+�0P��ډ��vB���t������
mNU�	�t��{�{ ��T�s��=y�9�c�����)�aOg�t�D�{+�
+-�x��6�7����ˮ"���FO�]k�12~6�IWP��(AF�Z���RI�ɐ��b�}��D�ؑ�#7r� ��P�����u�P��˵UƉ�~<���MP�Θp$[�B҃�ZE}و���{�~���C�O��ip��Sq��xo�9��x�4�H�0/��9<U�h�z��Ai�{����6�~`��띁��:��g�߆y@�;`>i‘����y��0wml��}*WL��}Eg�DOS����S^M]�$�ޣ���c�*�Ǖ��v����
��߁/����$q�i���
+��UɃendstream
+endobj
+3580 0 obj <<
+/Type /Page
+/Contents 3581 0 R
+/Resources 3579 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3578 0 R
 >> endobj
 3582 0 obj <<
-/D [3561 0 R /XYZ 397.3909 348.5928 null]
+/D [3580 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3583 0 obj <<
-/D [3561 0 R /XYZ 111.0175 335.6413 null]
+/D [3580 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 3584 0 obj <<
-/D [3561 0 R /XYZ 279.6199 335.6413 null]
+/D [3580 0 R /XYZ 71.731 657.3699 null]
 >> endobj
 3585 0 obj <<
-/D [3561 0 R /XYZ 71.731 322.6899 null]
+/D [3580 0 R /XYZ 71.731 614.5953 null]
 >> endobj
 3586 0 obj <<
-/D [3561 0 R /XYZ 345.1534 322.6899 null]
+/D [3580 0 R /XYZ 71.731 576.5729 null]
 >> endobj
 3587 0 obj <<
-/D [3561 0 R /XYZ 71.731 315.5517 null]
+/D [3580 0 R /XYZ 71.731 533.7983 null]
 >> endobj
 3588 0 obj <<
-/D [3561 0 R /XYZ 226.9571 291.8057 null]
+/D [3580 0 R /XYZ 71.731 474.8544 null]
 >> endobj
 3589 0 obj <<
-/D [3561 0 R /XYZ 485.4103 291.8057 null]
+/D [3580 0 R /XYZ 71.731 456.9216 null]
 >> endobj
 3590 0 obj <<
-/D [3561 0 R /XYZ 71.731 271.7161 null]
+/D [3580 0 R /XYZ 71.731 421.0561 null]
 >> endobj
 3591 0 obj <<
-/D [3561 0 R /XYZ 109.3962 260.9215 null]
+/D [3580 0 R /XYZ 71.731 366.6252 null]
 >> endobj
 3592 0 obj <<
-/D [3561 0 R /XYZ 143.7536 260.9215 null]
+/D [3580 0 R /XYZ 71.731 346.5356 null]
 >> endobj
 3593 0 obj <<
-/D [3561 0 R /XYZ 388.8861 260.9215 null]
+/D [3580 0 R /XYZ 71.731 298.0923 null]
 >> endobj
 3594 0 obj <<
-/D [3561 0 R /XYZ 134.6438 247.9701 null]
+/D [3580 0 R /XYZ 71.731 243.2877 null]
 >> endobj
 3595 0 obj <<
-/D [3561 0 R /XYZ 226.9412 247.9701 null]
+/D [3580 0 R /XYZ 71.731 223.1981 null]
 >> endobj
 3596 0 obj <<
-/D [3561 0 R /XYZ 71.731 235.0187 null]
+/D [3580 0 R /XYZ 71.731 197.2953 null]
 >> endobj
 3597 0 obj <<
-/D [3561 0 R /XYZ 146.7192 235.0187 null]
+/D [3580 0 R /XYZ 71.731 192.3139 null]
 >> endobj
 3598 0 obj <<
-/D [3561 0 R /XYZ 71.731 229.9179 null]
+/D [3580 0 R /XYZ 89.6638 171.5567 null]
 >> endobj
 3599 0 obj <<
-/D [3561 0 R /XYZ 71.731 184.0449 null]
+/D [3580 0 R /XYZ 71.731 169.3999 null]
 >> endobj
 3600 0 obj <<
-/D [3561 0 R /XYZ 71.731 184.0449 null]
+/D [3580 0 R /XYZ 89.6638 153.6239 null]
 >> endobj
 3601 0 obj <<
-/D [3561 0 R /XYZ 257.935 173.2503 null]
+/D [3580 0 R /XYZ 71.731 151.4671 null]
 >> endobj
 3602 0 obj <<
-/D [3561 0 R /XYZ 439.3913 160.2989 null]
+/D [3580 0 R /XYZ 89.6638 135.6912 null]
 >> endobj
 3603 0 obj <<
-/D [3561 0 R /XYZ 146.1379 147.3474 null]
->> endobj
-3604 0 obj <<
-/D [3561 0 R /XYZ 222.4669 147.3474 null]
->> endobj
-3605 0 obj <<
-/D [3561 0 R /XYZ 281.2438 134.396 null]
->> endobj
-3606 0 obj <<
-/D [3561 0 R /XYZ 435.614 134.396 null]
->> endobj
-3607 0 obj <<
-/D [3561 0 R /XYZ 71.731 127.2578 null]
+/D [3580 0 R /XYZ 71.731 128.553 null]
 >> endobj
-3560 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F48 2167 0 R >>
+3579 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3610 0 obj <<
-/Length 2203      
+3606 0 obj <<
+/Length 1866      
 /Filter /FlateDecode
 >>
 stream
-xڝ˒�6잯���V$������&��9�8�C�-Ѷ=\I�f����le���̒@ċ��/<����&b�8��z�-�����$k�Y��n��^�	�����"^l������K7�$n��b�����W�r-"�	\o򪨋�E} ����(K��s�ó�[�<
-w��G%�T�2��HFs[/u�0H������+��KR�}҆�����%��Rx����HFz���A�}S�C���n�J���B�;6K9��;�h,jey:ʝ�L�Dߴ9(-��(��i|h�Dp��=G�=����x��8f^3$p^,}g�t{�*:���[�&<'�5�)÷��~Dy�ҏHMZ1��D~��)<<NPR���EÚ�@JfG���y�<��0J���g
-I��niNꚖ����e�[O'%[��Ծi՘iG�)%N�s,GŻ���d����Q2�Q����jNE���d��hc�x����u�hg���i>v�RK�"�e8��9^��'�W��=1L5ި�#5y�|��<�f��!`��0QR����"��5K�f�wm��te#����O�:���L���+�s
�]�ߟZSCn��8p��{��Aď��i����V�f�?�'������o�b'�۴�q�����v��ۣ��{�F-�8��A�uځ�\&:�_�\��W`4�͵nي��V�ԟF�?����/���<����7L�:���������z���n����m�D���	MnL����{�:���A*��-�b`�;��0�O��粗;�)�j`8��f
-���o����t{z`a��chjEV���Q���84y ��I�4�.S�$�
��pE�s�U���H0���H�}����Ƃ�,��O��O�䙋���Y�ZE�o�&�j��W,��!���k��!{����J�IO[ɠ��1+��Q9-0��5��Fhl"4��n����Ɏ�>���8J��ji�<+�ֿ�!	��)�d"��9Z]�%�We��Eft�5�J{���޼��Kv�!��Z/d�CPA!�aO�L�*45�*)�����?䇘��;��Yu`(A��$��q
��ϊf�s����\���(h
�R��ƄN�d�Cɨf���*X5�T�%Ǽ��^Ṽ���K&�W=������<�O[s��#~�䭪���q��_q�7���fX���?31��Ie�Dd����E]'�����z��k>���&���c�@���-�V�,���1*R�$�Jr=��6>�J�
���YE��s
-�"?˲s����=qd3~L�E�I�ѵ��������~�	lw�#pLOgQ�h"�[ZP��u���F��cg�,+˾6���J+�P&�")��gq�F�Z���\��]��3 
-�
-!�ke�N,D#{����N�-���3R;b�5�Х���)�&.ߚ;h��%F���i�|�B�f
-Yx������x����%HKc���ũ���t}*5��)����ũ�v�Ɂ~c�!hhm����H(-�N��������ț�
-<B�?bm�L�_��9t�i�o�Ҵ"o�Ɏl˧��(�Z̴�
���}���3���x�2Д+�����"����\���Mo� (i�&�"˜W`���4T3�֮��E�y�Q���2��k���8��~��Ye�7����l@L��б4~�蘠��,���ˇW�Y���qc�Db�0)e&�b"���x��i.��|���
�I�l8B��h������ҟ�b�=T�����j{IE���G�
�(�
-LX:��z^
��@$�B��#�9N����0����\p�p�.ȣ�c���@�.M���1�$_��*����u�-�)��P��P�,8�Vu�q� ������6�m�Y��WR�0�ӻ����?|ߎ> ⲁ��~���b�j���\�k���&���rg[�wz�X��j��j}����Q��DZ߈q��$�JLjݩWL.�7���=������b���Є��6Zhw%l�J����bti�5F����;�.��Uލ�h���X�P��4��[�^m1�R�����G�G�Wƚ���$�qb���&P�n�A�����2E,���̑�7ǚp��6���8ѥ\���W��p�_d�h���˟-���0uS?�<��ʈ��G�H���o6�$Te�~�W���6��-endstream
+xڽ]o�6����d fDI����I��Úf���X� [�-L�$7�~��xGYN��E �}�xw<Z�\���H�ȇ�7^��Ѫx�6@z�J2˔y�}��ū�k���,���b=
+\WDn<E�'b%��"�۹�&�Vד��\����EVf
�rC����,ϓ�?��_]-:�ʏ�,
�Z�q
بF1�h��֍���������LC,{��Щ�"T�oX櫕n�������g�~?�y3_|����[
	8�q񌎋��q~�E���8?*rҨk�|3��*vڭ�E����]U��~[W�ݘ���:I�6�XT�&ª*ۺ�A����&@#�-)v�>�m�(~RQ��yJ�%3�t]dm�SR�H�E�t-O̔$���u��֋�����^��5b\#)�F��T�����-a6hVC�1��HI�҂�cA|��.ψd�5<���a�E
+;��%[vtv�-�:x��/��" {�"��ࣧ�����vc�紉G\V2�Y�Y��Φ%⿸��u��D)�w�X�hi�����*���Nie'L��P�$�Ve~x`g��s����L�}�d),8́��fA�w��E���|>|��ؓ4g<�{�f%-��qÒ�7Z���\�:�	�&�������I�U%!�'���~M���@��DB��Y=�C��~�������gu�d
e��%�Mzsu=����h�/�7Wo�-^n��mg3'�Ч���P6����c̓[���ں�
+�f�6�)���W�dL����)3��8f�tʊ�yUn�e
�m����T3�i<��C:��y�b3�֔�����L�]W,��� ��[婵���
C�Mܸ;PHM�n�������?��h���܆uCǮS�j����V�\�.YW����^�3����&�1}�J�)���1�t��:i�MPl]C�����,��p�Z�:�1�Su�\n�P��%��TJ�O��i��)��Z���)��p]O|�%^�䂫�\w��-(����������V���`(!��=���n�
������i6���~0�X�aN�״�f�ٓ(<�f�^=��T���a���%#IC#Dw�г<��ԟ��U
+d�"�d��d,4�L8��PHI�f��G^h�|�C�.��S�e��!}�˂�Wb#�3��p��ӓЦ�L:T{�U3&�M�)�_���=j���sƟލ	�����P���f���n�8�����S?�9wxTO����6���
t�'�u�����m�4��ִ��i���a�k]���r��I1��M�`g�;�T��Z#Pv�o����D1��F3S���iJ�=+	�=-
^
+U�]��O$D�I�WNX���t�I'�ֺm����=�}h9�.dN=p�W����ēP9��§�������ܚ~�����ks	�sfHLR�2i����5�)�aΗ�̽
M3A��+X�8^
���eyֳB9��{	�tB�Ђ�>g���nG��u+��&��ˊ�>0��sa}��h���7��
�8�.Ɠ	�6��A���V��K��/�7pȦ��V����׃n���'o@���xd%�ٴ5<��4��Kg��=#���s����s3��������"�w�55���gL�)H��l���+�$O/Ӄc�Z��1F'O5,�mC� �7�m�+���G|��wڦp\O�ic�����[�Z�	�Hh�:��̏��7 M.PFa��N���x�Vb���k7�5<�є�8+a���}br�����xg�MʾRm�2�AL�UY�,Yy�a����/[k�p2����X��g���<�)R�(��٬���	�'[P�?G��1endstream
 endobj
-3609 0 obj <<
+3605 0 obj <<
 /Type /Page
-/Contents 3610 0 R
-/Resources 3608 0 R
+/Contents 3606 0 R
+/Resources 3604 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3559 0 R
+/Parent 3578 0 R
+/Annots [ 3616 0 R ]
 >> endobj
-3611 0 obj <<
-/D [3609 0 R /XYZ 71.731 729.2652 null]
+3616 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [413.9471 325.9832 465.783 336.4578]
+/Subtype /Link
+/A << /S /GoTo /D (groups) >>
 >> endobj
-522 0 obj <<
-/D [3609 0 R /XYZ 154.0508 708.3437 null]
+3607 0 obj <<
+/D [3605 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+3608 0 obj <<
+/D [3605 0 R /XYZ 71.731 718.3063 null]
+>> endobj
+3609 0 obj <<
+/D [3605 0 R /XYZ 71.731 651.7559 null]
+>> endobj
+3610 0 obj <<
+/D [3605 0 R /XYZ 71.731 574.8793 null]
+>> endobj
+3611 0 obj <<
+/D [3605 0 R /XYZ 71.731 462.1669 null]
 >> endobj
 3612 0 obj <<
-/D [3609 0 R /XYZ 71.731 701.2653 null]
+/D [3605 0 R /XYZ 71.731 442.0773 null]
 >> endobj
 3613 0 obj <<
-/D [3609 0 R /XYZ 71.731 644.4185 null]
+/D [3605 0 R /XYZ 71.731 393.2604 null]
 >> endobj
 3614 0 obj <<
-/D [3609 0 R /XYZ 71.731 644.4185 null]
+/D [3605 0 R /XYZ 71.731 360.4484 null]
 >> endobj
 3615 0 obj <<
-/D [3609 0 R /XYZ 71.731 613.5343 null]
+/D [3605 0 R /XYZ 71.731 340.5231 null]
 >> endobj
-526 0 obj <<
-/D [3609 0 R /XYZ 142.9228 582.8144 null]
+1705 0 obj <<
+/D [3605 0 R /XYZ 71.731 281.0461 null]
 >> endobj
-3616 0 obj <<
-/D [3609 0 R /XYZ 71.731 577.6289 null]
+506 0 obj <<
+/D [3605 0 R /XYZ 210.4345 235.7918 null]
 >> endobj
 3617 0 obj <<
-/D [3609 0 R /XYZ 224.1952 551.9302 null]
+/D [3605 0 R /XYZ 71.731 223.6206 null]
 >> endobj
 3618 0 obj <<
-/D [3609 0 R /XYZ 71.731 518.8892 null]
->> endobj
-530 0 obj <<
-/D [3609 0 R /XYZ 171.7743 488.1693 null]
+/D [3605 0 R /XYZ 71.731 168.2402 null]
 >> endobj
 3619 0 obj <<
-/D [3609 0 R /XYZ 71.731 481.091 null]
->> endobj
-3620 0 obj <<
-/D [3609 0 R /XYZ 181.4647 470.2366 null]
+/D [3605 0 R /XYZ 510.3067 118.5913 null]
 >> endobj
-3621 0 obj <<
-/D [3609 0 R /XYZ 380.9392 470.2366 null]
+3604 0 obj <<
+/Font << /F33 1398 0 R /F35 1752 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3622 0 obj <<
-/D [3609 0 R /XYZ 473.5968 470.2366 null]
+/Length 1974      
+/Filter /FlateDecode
+>>
+stream
+xڕYɎ�6��W:�@���=9u:�	�� � Hr�-�F�-����Y%���|�GV�k������e��0|�?�sVG����K�
a6&������=o��$��j{X���"'NV��Y��j��e?�ĥ��z���>�sVd5�g���m��fy.��l|�~���%1HX԰G�u䑡cwZ'f��EZ��:v���WR4��\��~��Sy���,���zF	�uWa�0ߏ�i"	�1QZ�Rj�l(2NXz���W�[tG���J��d.�
2ќ���9�ާ
�;�j�q,ϊO�:T�yq��*�v�\�^�Q�Rr�Ax�j�@u�R���TO�|Ջ*��^��1M��͊vW6MGv�O
����Y���j�������8!�
4.�0�[��!e���.��!�Pl�����a��2O�'�Q�ʪ�.�N��*�4YY��;'k�H�ӺǺΎ��ƂI��>?@|�j%�tz
04m\Β����y���SY4�w�P-p��jG�,�.�)�g���bphp`܂�B�Y�bc����j�2��Y#	Y��ZҾ��?l?~@h#������}�k:�쒳��A�����F��<v�S�s7�CH_�#�n`c��j�k}�ҽT4b'j�o?\Ro�F����n�ډ�s8�{��ՙ���c�DVJf
d״�yс� H�^���u]X�p���$6PChT:�}�����P�}�^��O��^���3����\����$�&���@p�q,�mS�U�
m3u��`�lSq�,���:m݊�K/�ٞ&����_O�\)�<�������
+��R���V'��z��L{d���B,�"�c�g���V#~3׹�"M�|l�Q��Ȕ���}Y���:���	kTIXdZ`Sc;+n�f��F����Z`�C-S"���
+���
+p�Z�#���;U�&���hpY�Q��k��I�����M���[����@�\������)���R-��,lR-�MyTMď����5"��9��Z0s�Z.��D��̋*��V*�/���s��O�s��z۞��y�e�IWvqS'�WY��0��-$��=�Ƒɸ}�+�+�F�P?f9Do(eސJ
,��(��m5RrleS[8G~��W�0��䢠�G��0�qRQ�E���f������)+�A"���ˇ��a�!Y�)�M�z���<t�^My��z��`
+���.���u �.F_ta���}�x��� �j��j��`?P
L�T���T6�k���s����7&A��U���.�u7U����?���=���#���G>u��*�e8c�W���u�����P
�
+�JO�E��}U��xy�*=��Kh�u�,B|e��C����~��M8Ŧ'�wX��bir�y��@}�%rF���8����~���l������b�6Q��G-�9S"��eF{?�J[jk���l=�>���>�A
�I�i���P�%Δ�7����h���$s��I�y�* w}�s��������@-p١��)�o�rQ���f�ěuu�(#4޸3t5���ь0@�C�Q���^�r��"�!&0z�*YuY5X�([��S���2���t�*�{)���3�Չ�2��*��lq�&�h�;I@��e��(�qNe]5��"���u�V]\c��$+�VQ�����Y�tCY�cQA����IVu1��O-
+��e��b��N��)E7"��C�k9h�%>��]���:B3#��/'��*��J%��ete�X�-dT� JtLh�H7qh���_�4��˸Ŧ9��q*N'�X�e5��=J�����������ho�e:q�o�A�#��__����$4��!)(\w�*s㈎	����u��E�
/�q6+�=�������K���M�?4s_^�P)��^ʧRc���E~�b7L�30���3�M�~'m�d�Ϯ	��TA��endstream
+endobj
+3621 0 obj <<
+/Type /Page
+/Contents 3622 0 R
+/Resources 3620 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3578 0 R
 >> endobj
 3623 0 obj <<
-/D [3609 0 R /XYZ 509.5202 470.2366 null]
+/D [3621 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3624 0 obj <<
-/D [3609 0 R /XYZ 191.5112 457.2852 null]
+/D [3621 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 3625 0 obj <<
-/D [3609 0 R /XYZ 71.731 450.147 null]
->> endobj
-534 0 obj <<
-/D [3609 0 R /XYZ 224.3666 419.4271 null]
+/D [3621 0 R /XYZ 71.731 706.1869 null]
 >> endobj
 3626 0 obj <<
-/D [3609 0 R /XYZ 71.731 412.3488 null]
+/D [3621 0 R /XYZ 71.731 701.2055 null]
 >> endobj
 3627 0 obj <<
-/D [3609 0 R /XYZ 71.731 375.5915 null]
+/D [3621 0 R /XYZ 89.6638 680.4483 null]
 >> endobj
 3628 0 obj <<
-/D [3609 0 R /XYZ 71.731 355.5019 null]
->> endobj
-538 0 obj <<
-/D [3609 0 R /XYZ 170.6486 324.7821 null]
+/D [3621 0 R /XYZ 131.1675 680.4483 null]
 >> endobj
 3629 0 obj <<
-/D [3609 0 R /XYZ 71.731 317.7037 null]
+/D [3621 0 R /XYZ 264.267 680.4483 null]
 >> endobj
 3630 0 obj <<
-/D [3609 0 R /XYZ 129.5759 306.8493 null]
+/D [3621 0 R /XYZ 71.731 678.2915 null]
 >> endobj
 3631 0 obj <<
-/D [3609 0 R /XYZ 279.8553 293.8979 null]
+/D [3621 0 R /XYZ 89.6638 662.5156 null]
 >> endobj
 3632 0 obj <<
-/D [3609 0 R /XYZ 349.9283 293.8979 null]
+/D [3621 0 R /XYZ 131.1675 662.5156 null]
 >> endobj
 3633 0 obj <<
-/D [3609 0 R /XYZ 71.731 273.8083 null]
->> endobj
-542 0 obj <<
-/D [3609 0 R /XYZ 148.7011 243.0884 null]
+/D [3621 0 R /XYZ 71.731 660.3587 null]
 >> endobj
 3634 0 obj <<
-/D [3609 0 R /XYZ 71.731 237.9029 null]
+/D [3621 0 R /XYZ 89.6638 644.5828 null]
 >> endobj
 3635 0 obj <<
-/D [3609 0 R /XYZ 71.731 205.0661 null]
->> endobj
-546 0 obj <<
-/D [3609 0 R /XYZ 176.855 174.3462 null]
+/D [3621 0 R /XYZ 137.6244 644.5828 null]
 >> endobj
 3636 0 obj <<
-/D [3609 0 R /XYZ 71.731 167.2678 null]
+/D [3621 0 R /XYZ 249.7943 644.5828 null]
 >> endobj
 3637 0 obj <<
-/D [3609 0 R /XYZ 412.3745 156.4134 null]
+/D [3621 0 R /XYZ 325.9286 644.5828 null]
 >> endobj
 3638 0 obj <<
-/D [3609 0 R /XYZ 446.4532 156.4134 null]
+/D [3621 0 R /XYZ 409.7042 644.5828 null]
 >> endobj
 3639 0 obj <<
-/D [3609 0 R /XYZ 306.7655 143.462 null]
+/D [3621 0 R /XYZ 503.7813 644.5828 null]
 >> endobj
 3640 0 obj <<
-/D [3609 0 R /XYZ 71.731 123.3724 null]
+/D [3621 0 R /XYZ 214.4934 631.6314 null]
 >> endobj
-3608 0 obj <<
-/Font << /F33 1378 0 R /F48 2167 0 R /F27 1278 0 R >>
-/ProcSet [ /PDF /Text ]
+3641 0 obj <<
+/D [3621 0 R /XYZ 89.6638 618.6799 null]
+>> endobj
+1706 0 obj <<
+/D [3621 0 R /XYZ 71.731 611.5418 null]
+>> endobj
+510 0 obj <<
+/D [3621 0 R /XYZ 176.8299 568.4443 null]
 >> endobj
-3643 0 obj <<
-/Length 2440      
-/Filter /FlateDecode
->>
-stream
-xڍَ��}��藕�+�:�63;�H��IA��-�61��Ց��Se��Y4�*�UE�I:Z����H�>q��,�W��]�:����"!�
-�vI���ݏ��^����l��_%a��(W��U�F���w��hΣ���8
����>��
�w�Q���\Ә�������,<չ*��M
g��:&�BG�۰P:�9i�U�R�(B��"���}��ȃ��n:�R?~���p��@��y��<�dI0݀�~��65�����c��;Y��:N����4��(}�p�6^2
�vn�j+��Q`d�����z!0me���NPmm��F�%��)���$Ve%t G�4i��w����c��/k�[�CoZ����.���0q���xYgi�x��u�A7���g���DX\��f�a7���He�?�����F�
oe���`��]7o8��װ�	�f2�]\'���wh~�rו���Q�+)qz���(S�(��4TI-"GK��d;r<����3D4���F���E��4
.h?�&��-c���K��3�*�“ ��������=����vëE@�@�ah'�Ͻ����h:R��7�.�/���%:Q�B�֋u)�[������8��x
-i?��)���'�����?�"�U�/v���E��Ѭ�m����_�|�x%�|�yt]���wi��	$rp�(�J���*�*��"[�w�q���j?��gZ��<�Py�
�v�M�L!8�O��	$���W���i�e+A����	�^ߢ�&�
-<3�\^#��Le:�h�� w�=�2�`0�O��aß� 8p�:�Ƣ��(�G���!�8t`��
-�Z�E�Ѿ�N7z�<�U��=�:�D��E���ԁ�q���Ͱ�
-@;��h-�?Q:�X��{9Bb$��F:Sy�g�,���d�F ��FF�nÐe�T@L�s>[ӯ���
-�L����T��+b�
-�)���T���?���*��K��/Hb�i�-	wQpQ����q����,`mqx�u��$�\�<�o/<���.��:��`�z�^j`�a���B0Q�jtlcI����:�%�?�d�<���>�Ji����x���F|�C��c���HV��	+��<��8J�E���i2`�ծ�J�N<������"G*MK���|��T��v��,u,��vK�1��P/������#�kw�
-�Ě1�5�)�Q:�'Z4�C׻ATcG��C��8�
-Ƭ�Ws:7v#��o+���=�,
-����	KbN
�N���N'�s�;P<�10�]�'w8�<w����sEp^��h�O!n��V/��4
�}'<�._IF-�U���Z8ov�>�C�4����}��������d��W���2ߠ�c�9{ʢ�:Jwg9:ņ������/��~9�b�ng�
z�����:Yp��s����4O鴐c"�s��#���ɟ�g�Ĝ��N���s�l�*P�D�a�e��-Y��-y%�K�΄����`z��]32�4�]J��]΋S�"HU+�!�E�~x����K2�V������;��@ ��СVI�G���;J�0��i�F	�+�qa18��Y
	����=�s�����n�Ɠ��u��nM���~-}�~�^�f��>��
-��q�����-��z�#E��RsJi����2���e
-�$	�I~b"i�r��,������D�3ueD)���+�u?�%\���l��P�JlY��$�$L��l��E���ϮwvϠ�_@��+!��Fhq䏅
�s���� ��z���M%����i����WO�y�t�|�2����~���';אE�_�w����o�1TiF�P������
-@�m����~�	߅���3��nr.um��&�k�xY>i%b�g퀘�S��W����zd�2�qs�#_�y��"t��}+����_�����o,�p~�j�")B��qQ�#��)2��}�ུ����I�N8
�nj��d�ڮ�yq!�_ג#�i�pQ��zc������>�h~WD(%F���T2y�z��	�t%���N"p4}�,��DV�T1f���W�<����X��(���Y��
-�4�_٘Ձx��n�z��$P+h��in�mq
����
-!�}��pȸ�\ƣB�]����+��F���c�k���E��a<�$f���0yb}�-�2���\$QXC7E�ϲqa�әvg�[v]���zu��<���Fo��=�`�g�^K�F�m
PC�2 hta����L͸t-���K#zt'+"�P"��p�t[�#�*�fU���
-=5�m0���M�l�Я�����:�c����0�Q��A�����*����.�׿��q�¨,gN�]R������ܥ�endstream
-endobj
 3642 0 obj <<
-/Type /Page
-/Contents 3643 0 R
-/Resources 3641 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3559 0 R
-/Annots [ 3657 0 R ]
+/D [3621 0 R /XYZ 71.731 559.6215 null]
 >> endobj
-3657 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [252.1469 330.1633 304.4235 341.0672]
-/Subtype /Link
-/A << /S /GoTo /D (sanitycheck) >>
+3643 0 obj <<
+/D [3621 0 R /XYZ 71.731 526.7956 null]
 >> endobj
 3644 0 obj <<
-/D [3642 0 R /XYZ 71.731 729.2652 null]
->> endobj
-550 0 obj <<
-/D [3642 0 R /XYZ 189.1389 708.3437 null]
+/D [3621 0 R /XYZ 71.731 515.9014 null]
 >> endobj
 3645 0 obj <<
-/D [3642 0 R /XYZ 71.731 701.2653 null]
+/D [3621 0 R /XYZ 71.731 510.9201 null]
 >> endobj
 3646 0 obj <<
-/D [3642 0 R /XYZ 148.1582 677.4595 null]
->> endobj
-1682 0 obj <<
-/D [3642 0 R /XYZ 71.731 647.4073 null]
->> endobj
-554 0 obj <<
-/D [3642 0 R /XYZ 199.8526 614.0971 null]
+/D [3621 0 R /XYZ 89.6638 488.1056 null]
 >> endobj
 3647 0 obj <<
-/D [3642 0 R /XYZ 71.731 605.4596 null]
+/D [3621 0 R /XYZ 71.731 485.9487 null]
 >> endobj
 3648 0 obj <<
-/D [3642 0 R /XYZ 159.6658 595.1681 null]
+/D [3621 0 R /XYZ 89.6638 470.1728 null]
 >> endobj
 3649 0 obj <<
-/D [3642 0 R /XYZ 71.731 575.0785 null]
+/D [3621 0 R /XYZ 71.731 455.0646 null]
 >> endobj
 3650 0 obj <<
-/D [3642 0 R /XYZ 186.5893 564.2839 null]
+/D [3621 0 R /XYZ 89.6638 439.2886 null]
+>> endobj
+1707 0 obj <<
+/D [3621 0 R /XYZ 71.731 432.1505 null]
+>> endobj
+514 0 obj <<
+/D [3621 0 R /XYZ 194.2 389.053 null]
 >> endobj
 3651 0 obj <<
-/D [3642 0 R /XYZ 71.731 562.1271 null]
+/D [3621 0 R /XYZ 71.731 380.2302 null]
 >> endobj
 3652 0 obj <<
-/D [3642 0 R /XYZ 118.5554 523.5631 null]
+/D [3621 0 R /XYZ 71.731 352.3856 null]
 >> endobj
 3653 0 obj <<
-/D [3642 0 R /XYZ 232.2278 515.0987 null]
+/D [3621 0 R /XYZ 71.731 337.4416 null]
 >> endobj
 3654 0 obj <<
-/D [3642 0 R /XYZ 378.4963 491.7861 null]
->> endobj
-1683 0 obj <<
-/D [3642 0 R /XYZ 71.731 449.9405 null]
->> endobj
-558 0 obj <<
-/D [3642 0 R /XYZ 186.2988 411.6625 null]
+/D [3621 0 R /XYZ 71.731 288.3905 null]
 >> endobj
 3655 0 obj <<
-/D [3642 0 R /XYZ 71.731 399.4913 null]
+/D [3621 0 R /XYZ 71.731 273.9995 null]
 >> endobj
 3656 0 obj <<
-/D [3642 0 R /XYZ 71.731 357.0624 null]
+/D [3621 0 R /XYZ 71.731 269.0182 null]
+>> endobj
+3657 0 obj <<
+/D [3621 0 R /XYZ 89.6638 247.5437 null]
 >> endobj
 3658 0 obj <<
-/D [3642 0 R /XYZ 71.731 313.2268 null]
->> endobj
-1684 0 obj <<
-/D [3642 0 R /XYZ 71.731 269.3912 null]
->> endobj
-562 0 obj <<
-/D [3642 0 R /XYZ 233.4164 226.2937 null]
+/D [3621 0 R /XYZ 71.731 245.3869 null]
 >> endobj
 3659 0 obj <<
-/D [3642 0 R /XYZ 71.731 217.4709 null]
+/D [3621 0 R /XYZ 89.6638 229.6109 null]
 >> endobj
 3660 0 obj <<
-/D [3642 0 R /XYZ 71.731 165.7807 null]
+/D [3621 0 R /XYZ 71.731 227.4541 null]
 >> endobj
 3661 0 obj <<
-/D [3642 0 R /XYZ 71.731 150.8367 null]
+/D [3621 0 R /XYZ 89.6638 211.6782 null]
 >> endobj
-3641 0 obj <<
-/Font << /F33 1378 0 R /F48 2167 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
+3662 0 obj <<
+/D [3621 0 R /XYZ 71.731 172.7243 null]
+>> endobj
+3663 0 obj <<
+/D [3621 0 R /XYZ 89.6638 154.8911 null]
+>> endobj
+1708 0 obj <<
+/D [3621 0 R /XYZ 71.731 134.8015 null]
+>> endobj
+3620 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3664 0 obj <<
-/Length 2455      
+3666 0 obj <<
+/Length 2003      
 /Filter /FlateDecode
 >>
 stream
-x��ZK��6�ϯ0r��6#��(�mf:	z��=�s�,Y���Ȓ!�3��뷨*R���$�%�I�X�H~� ��ƅ?o#<&8��	���d�w��>���#���l���w����&aI�G��q�.n�l�Yz�f����tJ/�l�;?t���C~.�����z���ח�e�n���ǻ�f���0�M�Fj��F=[7f<�G��4iW7-��C'K+,��*}��8��mW����B�9	_[����¯�����5��eQ}�R]M�Zx
-�� j�k9R�k��|��^��Ȁ�uM�ڠ�S�R^��2}ղ�S�8��#���@�?`� X./t^�"U�(y���~�P�j���C>�����Xɬ�u]����y����VF��]X�0.|\�<�yj�D����|������i�P�MP�
-?{��mk��$��9vN�> )OP�����zN�k��P��(�,ez�XSI�۟�is���\ho{�_���&-Q��(V�ınF�b�c�c���8�m�I�x�e�=��a�;�(��- �A�X�$k\A�u�k�ε�D��Us�@[�i
�]d���F��S/C~!�y^�􂶐�003�z��1B�Z�~81`��F�CN�i�a�c�E	x���g�~���/��ǵ�%p*W%NN  V@-"�6v�c�v�!m��_[i$��WiY�"+����р?��ǶC�J^p��(ҁ����<lv��\��Wc�Kc1���cVW��g�N�x���xG�h�v��&q���D���(�!���\t��fRtz���9�G�Eg����ε=i?�i�ы��F�l��A�|�E�m	�3Z�e�o`��2�m����=��Cθp"�X�D8���j�x�.h�z*z����AZRj�Շ�2�m�|��h�M��'Y��Oi7�(��tF4$I�Q�,����߈�&ֶ��Z��y��n�1X_�"+�Uy!�X�&�%�N"-t�DC��DS�$�A�"p^/ˮ1`���k+�q~dy��X�F��$o�mꍉ`ӈL�M:!���I�\�a�c��X@���VU��g�l��щLK�-�����{ʾuH-��RJ��Q�P����ԏ��A��cj�l,c*q����L��=�RfC�;[�!�5#�k�LC¤v8��9�I���s4'��fC��Q:>̳��4�:i6a�ϔ��gX���Eq��86�F"D�h�Fjg��Wsmj�mD���͍�g^�x�a�;0D�(L�1å����:
����
�l6���c�G���X^e���E�`A�1����1��~��J'�u5"�߅s<dw�&.��@,sNK�l��ʹ��sQQ��;0��=I�r����sn)������P��~�C�Pi�M7H��h�MH���].2m�i.�j��R���s�2;�e��n-���Z��ķ�]��j�a��%KC�O0f��gȹ>�����g���$ҙ�S�a����!�r	�}�@�bF�I_��5��7��x֕��O_���h�<�V�R����E�Ir��Ȭ��BVHQ=�Qf����c>y������ۥ)��@;��&&�hB��]Mk��n��l�u�i���[�
��bXf�
�S&D��~�r�Z�u�J�l�pd�v���-[EDяu]J=�J��p@7�& Щђ5G��VL��KX
-ku��[�ߪ�to�tL2�Gl�Yh�1�7�)pvr%����n=&‰�E��7<nE|���H�l�y0�k��D�3��B�w0h�{"Β��co
-�jK�%h_�5#��\��>��B�Fl���Ґ��x�aшG w�ݰ��܍����T��eU��_��Wnў��qߍ�����=���p��cF1�㍱So���6��?Q���B�1�0�D��Gv;�;e��$���m����>��fl:�����W��`@�W3����-]Vk��0m��A��������9���r|a�7p|�a��6�'�
��-p�[��	!э�Y��&�p
->��v��&�p���A
-���蠪�C�ð�oB�5�d��N^�8*'�k:O4Ɨ�S��Z|�����̏#�)˧��̉��c}P����=9]qr|�RNJ�X��j���.����z�U�꣭��vJ��I�=A�p�n'=�`Y���2�s�*�9kgY]��F���iJ���a��O^�lS�]�ʼn?�3!��C����b�:��ƃ���� ���c�M��w�U���o�1o���M���B��voK�
Njc�
�c�!=�����t!7�s����@P\�&r.u��(ta"`�+zY�9��p<ֱGPtѯP��K����7N�=Ʀ��Xh/@��&���êyӆr#��"c�t�a�t��gZ�g�_'a4���X��8����͓��˳z^�Y�E���� 3@�3�K�I���9Y��a��endstream
+xڵ˒��_��j�C	�}�Z������%΁� ��Pʳ�קݠ@�Ҏ]NM���~���(Z��-�H�1�2K�>|;�����@?�>��NjR�����"	C��E��c)�4*�Ϳ��W�A�O�L�e,h��94]c`��v���i�ߦm���������<�sQ�ᡄ#ԭ�2^D��Q����a&�(/���(P��X���p�3(�����E #����H�
+`Ae˪W8I��ߐFu��A3�0T�~g��n~	CYӶ���4G4��~���=�3K��>�f�+�����w�/���v�ۂ�W{E���:k��[�b��͜k�ZŠ*")�4J�*6꨺�A;K��#*m�	пW�p���f3�n����k�9�Sնg&��{gsj7�A��ʘ��5D�2媮�qx�կ��	�:{��~�j�Q]�6��{�RO�Ats������Y��NZ|��>�t`@8�F�o�ֽ��I�+�%Ҕy�����ɨސ|���d��T}\�Լ.��<�B�	���T�&�r|�,�0UGj���'\�Z�Ҭhd'�[�L<�Bv���<�ˑB�/D�I���˸�>	��'����"�a�E��c�g~v����_+��
+��dB��w%�q�V�J��C��4���.{�x卽jR�U;����g�A���'���d��x"�W���y�j�{�vX�jUexA"���[�R��\�m� �^�3c���|m�3d���jNiv�M
+)�,L�6�l�0��(QJ��ۉSv%3��V:2��ݪkj5���mө+��Q+c������B��L��(͗n�מJA���ZE�J��Ίy	�6��(s��b>k3L�QF�uxM	e��5��Ys��Ǒ��y���2�_9M�E�	W
}58ϩ�D�2΍n��Ȥj�����7h���x���!42����NG5[�M���˟]����9Ճ�u:���^���`�����./�����a�(C1Ne�p�,̔n�ޠ�`
+4lz}6ēi��W�tMI�v�A�d�xOi̤O�h�w7TM7�����j!1}����p8͘cU�狁m��ց���X%�{7,������y@�o��˻7l�߷o�C�ה'7l&Uq�5�Ȼ���/E��7��A=P����}W�3,ߡ‡"�О(��hV��TG�-]@*�HQ�u'-��$�,�Eΰ���zQϯ�s�2�y��߰���2
+�L�[f��;,�P��6�b)��n#�=%�>4ݫ���B"9��0\^�|�	��(�y8�i�+�O�(DF��/��\�F��l�K"]��s͏�z.�z��:�?�hk���_/��n/t��BG�(2`��m<�n�P����̰|��<�6��wέY����2���1���&��ffo{M�w��j"�؆0�q\�v���o{�MVF�:��x��y�R��θW�5�Q;`�ZFt
+@c�oym����o���RcMdR�"KƖJ��j�mC?���"���]Y"�<�=�/��SR
0߇Ebe��P����+�ʅg��n�ۈ�M^!�2"�>�\
zS�q&ⲜMuR$e�q�=.�'BJ`�o]���f�/w��^5.�N�����R�V~�<m� P���p�q����4~T����/�9�Hvd��.���|@:��z�Qe��+��
+����#ۄ���S�O��G�IA��r_��W�գUл'��W��1M4���:C��̛��F��6��.-wO�i�;��D-{h�A�!-�i�o�=+3ѯ��8�����0)��a��W��tih�z�¶=X����<�r��8ܜ8�	1O��_r�O䜦fV^�K�B-˩p��`��4_у�~=��!��c�qG�~(�$��ޜ��M]�W�8E� ��M7�-7� �p��|J�w՚����,}kK���k�(s����$�0ŝ˓@����/,��,)d�0*ˑ�-�»���0���N'endstream
 endobj
-3663 0 obj <<
+3665 0 obj <<
 /Type /Page
-/Contents 3664 0 R
-/Resources 3662 0 R
+/Contents 3666 0 R
+/Resources 3664 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3559 0 R
-/Annots [ 3683 0 R 3684 0 R 3691 0 R 3699 0 R ]
->> endobj
-3683 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [683.8881 478.8248 743.1654 491.9405]
-/Subtype /Link
-/A << /S /GoTo /D (edit-values-list) >>
->> endobj
-3684 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [634.6345 467.7016 693.9118 480.8173]
-/Subtype /Link
-/A << /S /GoTo /D (edit-values-list) >>
->> endobj
-3691 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [315.6739 394.8101 362.4979 405.714]
-/Subtype /Link
-/A << /S /GoTo /D (bugreports) >>
->> endobj
-3699 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [201.9014 239.7366 261.1787 248.5833]
-/Subtype /Link
-/A << /S /GoTo /D (edit-values-list) >>
->> endobj
-3665 0 obj <<
-/D [3663 0 R /XYZ 71.731 729.2652 null]
->> endobj
-3666 0 obj <<
-/D [3663 0 R /XYZ 71.731 718.3063 null]
+/Parent 3578 0 R
 >> endobj
 3667 0 obj <<
-/D [3663 0 R /XYZ 285.3061 708.3437 null]
+/D [3665 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1685 0 obj <<
-/D [3663 0 R /XYZ 71.731 693.2354 null]
->> endobj
-566 0 obj <<
-/D [3663 0 R /XYZ 271.6858 656.0199 null]
+518 0 obj <<
+/D [3665 0 R /XYZ 150.0257 706.1179 null]
 >> endobj
 3668 0 obj <<
-/D [3663 0 R /XYZ 71.731 645.6549 null]
+/D [3665 0 R /XYZ 71.731 693.6799 null]
 >> endobj
 3669 0 obj <<
-/D [3663 0 R /XYZ 71.731 616.5231 null]
+/D [3665 0 R /XYZ 366.7665 684.5587 null]
 >> endobj
 3670 0 obj <<
-/D [3663 0 R /XYZ 327.8178 605.0112 null]
+/D [3665 0 R /XYZ 395.8187 684.5587 null]
 >> endobj
 3671 0 obj <<
-/D [3663 0 R /XYZ 71.731 597.873 null]
+/D [3665 0 R /XYZ 396.1912 658.6559 null]
+>> endobj
+1709 0 obj <<
+/D [3665 0 R /XYZ 71.731 643.5476 null]
+>> endobj
+522 0 obj <<
+/D [3665 0 R /XYZ 235.9924 606.3321 null]
 >> endobj
 3672 0 obj <<
-/D [3663 0 R /XYZ 81.6937 577.1158 null]
+/D [3665 0 R /XYZ 71.731 596.1894 null]
 >> endobj
 3673 0 obj <<
-/D [3663 0 R /XYZ 81.6937 577.1158 null]
+/D [3665 0 R /XYZ 260.9652 586.2076 null]
 >> endobj
 3674 0 obj <<
-/D [3663 0 R /XYZ 445.6032 577.1158 null]
+/D [3665 0 R /XYZ 154.0914 573.2561 null]
 >> endobj
 3675 0 obj <<
-/D [3663 0 R /XYZ 71.731 562.0075 null]
+/D [3665 0 R /XYZ 71.731 566.118 null]
 >> endobj
 3676 0 obj <<
-/D [3663 0 R /XYZ 81.6937 546.2316 null]
+/D [3665 0 R /XYZ 220.5913 555.3234 null]
 >> endobj
 3677 0 obj <<
-/D [3663 0 R /XYZ 81.6937 546.2316 null]
+/D [3665 0 R /XYZ 71.731 548.1852 null]
 >> endobj
 3678 0 obj <<
-/D [3663 0 R /XYZ 71.731 531.1234 null]
+/D [3665 0 R /XYZ 89.6638 527.428 null]
 >> endobj
 3679 0 obj <<
-/D [3663 0 R /XYZ 81.6937 515.3474 null]
+/D [3665 0 R /XYZ 299.9426 527.428 null]
 >> endobj
 3680 0 obj <<
-/D [3663 0 R /XYZ 81.6937 515.3474 null]
+/D [3665 0 R /XYZ 71.731 520.2898 null]
 >> endobj
 3681 0 obj <<
-/D [3663 0 R /XYZ 348.7394 515.3474 null]
+/D [3665 0 R /XYZ 164.6079 509.4952 null]
 >> endobj
 3682 0 obj <<
-/D [3663 0 R /XYZ 71.731 513.1906 null]
+/D [3665 0 R /XYZ 287.74 509.4952 null]
+>> endobj
+3683 0 obj <<
+/D [3665 0 R /XYZ 258.7481 496.5438 null]
+>> endobj
+3684 0 obj <<
+/D [3665 0 R /XYZ 276.9995 496.5438 null]
 >> endobj
 3685 0 obj <<
-/D [3663 0 R /XYZ 71.731 457.5747 null]
+/D [3665 0 R /XYZ 311.0217 496.5438 null]
 >> endobj
 3686 0 obj <<
-/D [3663 0 R /XYZ 81.6937 441.7988 null]
+/D [3665 0 R /XYZ 71.731 494.387 null]
 >> endobj
 3687 0 obj <<
-/D [3663 0 R /XYZ 81.6937 441.7988 null]
+/D [3665 0 R /XYZ 89.6638 478.611 null]
 >> endobj
 3688 0 obj <<
-/D [3663 0 R /XYZ 71.731 426.6905 null]
+/D [3665 0 R /XYZ 208.7959 478.611 null]
 >> endobj
 3689 0 obj <<
-/D [3663 0 R /XYZ 81.6937 410.9146 null]
+/D [3665 0 R /XYZ 71.731 476.4542 null]
 >> endobj
 3690 0 obj <<
-/D [3663 0 R /XYZ 81.6937 410.9146 null]
+/D [3665 0 R /XYZ 89.6638 460.6783 null]
+>> endobj
+3691 0 obj <<
+/D [3665 0 R /XYZ 178.1909 460.6783 null]
 >> endobj
 3692 0 obj <<
-/D [3663 0 R /XYZ 71.731 395.8064 null]
+/D [3665 0 R /XYZ 284.4121 460.6783 null]
 >> endobj
 3693 0 obj <<
-/D [3663 0 R /XYZ 81.6937 380.0304 null]
+/D [3665 0 R /XYZ 71.731 458.5215 null]
 >> endobj
 3694 0 obj <<
-/D [3663 0 R /XYZ 81.6937 380.0304 null]
+/D [3665 0 R /XYZ 89.6638 442.7455 null]
 >> endobj
 3695 0 obj <<
-/D [3663 0 R /XYZ 71.731 364.9222 null]
+/D [3665 0 R /XYZ 89.6638 429.7941 null]
 >> endobj
 3696 0 obj <<
-/D [3663 0 R /XYZ 81.6937 349.1463 null]
+/D [3665 0 R /XYZ 202.6386 429.7941 null]
 >> endobj
 3697 0 obj <<
-/D [3663 0 R /XYZ 81.6937 349.1463 null]
+/D [3665 0 R /XYZ 71.731 428.3546 null]
 >> endobj
-1686 0 obj <<
-/D [3663 0 R /XYZ 71.731 313.2807 null]
+3698 0 obj <<
+/D [3665 0 R /XYZ 89.6638 411.8614 null]
 >> endobj
-570 0 obj <<
-/D [3663 0 R /XYZ 271.04 273.9084 null]
+1710 0 obj <<
+/D [3665 0 R /XYZ 71.731 375.9959 null]
 >> endobj
-3698 0 obj <<
-/D [3663 0 R /XYZ 71.731 263.5434 null]
+526 0 obj <<
+/D [3665 0 R /XYZ 194.3607 336.6235 null]
 >> endobj
-1687 0 obj <<
-/D [3663 0 R /XYZ 71.731 235.7516 null]
+1711 0 obj <<
+/D [3665 0 R /XYZ 71.731 333.4316 null]
 >> endobj
-574 0 obj <<
-/D [3663 0 R /XYZ 279.0164 196.4788 null]
+530 0 obj <<
+/D [3665 0 R /XYZ 152.7618 302.1528 null]
+>> endobj
+3699 0 obj <<
+/D [3665 0 R /XYZ 71.731 296.0258 null]
 >> endobj
 3700 0 obj <<
-/D [3663 0 R /XYZ 71.731 186.1137 null]
+/D [3665 0 R /XYZ 188.4422 283.2237 null]
 >> endobj
-1688 0 obj <<
-/D [3663 0 R /XYZ 71.731 146.302 null]
+3701 0 obj <<
+/D [3665 0 R /XYZ 71.731 265.1267 null]
 >> endobj
-3662 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
-/ProcSet [ /PDF /Text ]
+3702 0 obj <<
+/D [3665 0 R /XYZ 71.731 265.1267 null]
 >> endobj
 3703 0 obj <<
-/Length 2232      
-/Filter /FlateDecode
->>
-stream
-xڥ]��6�=��ؗ��*R�-���&�r	�u��K�m+K�>�l��p��,�ۢ�+rf8�7i1�O�V�_��/���m����P�~%��i�D�ׯ~x���O�r9[�fQ�� Ig�P�I,��:���pP�FW�{^�����h
-S�{�n��<W����y�f�m�+?M`�%쨮e��L�|)��t�
���Ԋ�[%�{�W9
?͗���V�(�Y
�����8��ã)�z~��?��I_8
-�_Ă`������c�Bȷ��y+;ߕ
>�t��#�>>�ʎ��8�r��%�#o3���2�2ee�X�"�A�q�o(�lUAl7|��Fgxv<��~�ȞvW�G�	C�9h�Z��q������tgUF^f*���ɟ����	�>����*j�P542�˘��o^{�+�*�{�3^�GU�*����A�Y\Z?���`��)/�*ߖ���'���X%L���FU�2���H&~��KE�Ms@�^!c��.eu���@� �&#p��2oS��om��
�ضuS��W��.v��Q�-���Zd�_��.�"&���\������QM[�f|���2�Y������0ZJ�0��@��vA��؈;��~x�@9y��P���=�����0��hϸ�f�`/��)C��-�X�1i���}�}Թ�64�{�ѧ��v�#"���L�j1��!Oj�y��8������/DД����y�9G���)����W��DPGD�z�`�J㷦�"(�!�|0[�w�WD��sr �N��Xv�N'���'���l�A�`��0� �e�q�3
;�H���[��[	E)�T�]Y�Ĝ�"Ni1(�H�.�y���		
7{�٥{Ex w�	%s�Я)�/Ga��i��Fʎ-���L��,��w�mXr��#��O���	�j�0����J�������|3SC�{f�A�z�n���#ᅺ��`SR�Aш��L'�f�D��Cr��b�g��/x�]��(�1Eɍ��d:[����E�3��Zve��su�WsF���bz�'�x!d�d#��8n�VPJ!f4aA�L�{H&�RQ�6T�/T���[&��\����o'�[�'"\������j*JV=5W��ȶy�LP���E�-�
-�@D$�D��4��X�f'���}Q�+�(‡r�=pjݶU���ys[�N{p4�E(�vY�"��òC��Ri,���ҥ
�Q6W��],��D1L���N��
-�8b}���J�V�@T,�M��*�9I/��PRX6�]+����]ח�V��wU�9�q������[!0���Y��MӤk�\v~�rb~��$�?�ͭ���eX�����w"n��.��$W��Hc�������m�ٌ��nG�<����Jk��ɨ��8[�0�GoX�qȏT�t.Md�`M]wL��-��$�ċvH�t�������ㇷ�~���;��0A����wPQ-�o撮�]���h�XB̢��[��"{ܩ@�~�:��]�����.�򑸸�@���V/h�;Wt�Ae3���\��/^�{��ݖG}��.�z����D�P��0��ц	���˴O(L��e�m��iS~'0y?Cm�g���p	)j�6�F7g}Mյ#H҇�j+	y��؂P:����4��Ώ�AI�e��D �"�'
���H�̊�{.ۊ ��5$a���}pu�@�V��3@�����e�uh����+��c1TAIOk��v�;3��;�=Q��I ��;r�21D�?)@��F�M�dH��,�5?���)��e�DW��K���q�ˤ+O&W�\�~����эg���g{�0XrK��)ņ_�5t1Zrg��P?PD��nU��C���~��x��F����N��=2��&��ӝ ,1�ͮ肕����jJ}����]�z]vٰ��.aE>|�KW�C�~3OA�����Os!S&����uO�e�	e,.�8ߛ�i� �"��vr	w���S�f�Nm\���]�Y�m��}��C2b�dxC>���������8NY��w{0�}B����h��H@]�Ր�'RW�ꂯʹ�^Ӭ��_XWh�qwgY�3�ٶ�bJ]T���+H��YVZ���3�Q��Û+�>I鹕�_���?J�Dܺ�����8b���Hӎ*77������1��endstream
-endobj
-3702 0 obj <<
-/Type /Page
-/Contents 3703 0 R
-/Resources 3701 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3559 0 R
+/D [3665 0 R /XYZ 71.731 254.1931 null]
 >> endobj
 3704 0 obj <<
-/D [3702 0 R /XYZ 71.731 729.2652 null]
+/D [3665 0 R /XYZ 91.6563 236.3993 null]
 >> endobj
 3705 0 obj <<
-/D [3702 0 R /XYZ 71.731 741.2204 null]
->> endobj
-578 0 obj <<
-/D [3702 0 R /XYZ 219.0243 706.1179 null]
+/D [3665 0 R /XYZ 71.731 224.2799 null]
 >> endobj
 3706 0 obj <<
-/D [3702 0 R /XYZ 71.731 693.6799 null]
+/D [3665 0 R /XYZ 71.731 224.2799 null]
 >> endobj
 3707 0 obj <<
-/D [3702 0 R /XYZ 441.4437 671.6073 null]
->> endobj
-1689 0 obj <<
-/D [3702 0 R /XYZ 71.731 643.5476 null]
->> endobj
-582 0 obj <<
-/D [3702 0 R /XYZ 311.2372 606.3321 null]
+/D [3665 0 R /XYZ 71.731 213.4853 null]
 >> endobj
 3708 0 obj <<
-/D [3702 0 R /XYZ 71.731 595.9671 null]
+/D [3665 0 R /XYZ 91.6563 195.5525 null]
 >> endobj
 3709 0 obj <<
-/D [3702 0 R /XYZ 190.7774 586.2076 null]
+/D [3665 0 R /XYZ 365.4273 195.5525 null]
 >> endobj
 3710 0 obj <<
-/D [3702 0 R /XYZ 71.731 553.1665 null]
->> endobj
-1690 0 obj <<
-/D [3702 0 R /XYZ 71.731 522.2824 null]
->> endobj
-586 0 obj <<
-/D [3702 0 R /XYZ 261.227 485.0668 null]
+/D [3665 0 R /XYZ 71.731 183.433 null]
 >> endobj
 3711 0 obj <<
-/D [3702 0 R /XYZ 71.731 474.7018 null]
+/D [3665 0 R /XYZ 71.731 183.433 null]
 >> endobj
 3712 0 obj <<
-/D [3702 0 R /XYZ 71.731 462.7855 null]
+/D [3665 0 R /XYZ 71.731 172.6384 null]
 >> endobj
 3713 0 obj <<
-/D [3702 0 R /XYZ 71.731 457.8042 null]
+/D [3665 0 R /XYZ 91.6563 154.7057 null]
 >> endobj
 3714 0 obj <<
-/D [3702 0 R /XYZ 89.6638 437.0469 null]
+/D [3665 0 R /XYZ 363.4245 154.7057 null]
 >> endobj
 3715 0 obj <<
-/D [3702 0 R /XYZ 71.731 434.8901 null]
+/D [3665 0 R /XYZ 71.731 131.7916 null]
 >> endobj
 3716 0 obj <<
-/D [3702 0 R /XYZ 89.6638 419.1142 null]
->> endobj
-3717 0 obj <<
-/D [3702 0 R /XYZ 71.731 411.976 null]
->> endobj
-1691 0 obj <<
-/D [3702 0 R /XYZ 71.731 371.1292 null]
+/D [3665 0 R /XYZ 273.6017 118.8402 null]
 >> endobj
-590 0 obj <<
-/D [3702 0 R /XYZ 286.6291 328.0317 null]
+3664 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
+3719 0 obj <<
+/Length 2255      
+/Filter /FlateDecode
+>>
+stream
+xڕYY��6~�_᷑�6#Rw^&=Af��f{;y�-�Z�:����[�*�ܓ��c�X�*?�����M"E��ʄ�#�9\���L��d���L��}�)6��bo�����E��&	�H#�n���x?��k���NE��},.e]�@/��>��?˪ʷ�?��ݏO��(HD���7-�nmT�F�"c�F����HC�LD*�eI���%�`����|+}����^�]���d�u�S��*����aEz9�D$�D�s�q�uM�B��u�������:�}��?�|]̤����T��M:�ڔ[y_�Joe�tK��/k bɿ���o�v�VE��U��Y��i��C��iu�.B�H%�H��)�D���^�-*�`�]�Ҭ�h��
+>�� �ӹ\�.�<���w4њ�6�fY��\<��e�l6'q�mH�q�4S���}&P��Qn��e!dul�Ζ�v;w�Į�3�%0�A˾A+��L�;r�x��#�$BN�&$�nr7�p���UJ�>�U�J7uQt��7�����w�꼡q=c&�I����eM� �\���V|z����O�
+ؠ�Z��!��/�m�_���'!���Wݴ�&�B��Aɤ-zD���.h�A�MD?h"�,]_������΀������#�}Q���Հ7� K�������ӷy����G���_+�4����0����0���s�+2!�$9���Te$�$
+����e�@^p���8����յ!J�[��uG�4��
��c�!���B����.E$U6?N�茝J�B�ɤ>`��D1G�؀��4=n�&1$R�/��z &:]|�ۅ
+�p��KSI�64&��x����c�?u��$:E�T��2� ��S�v��
+�$��r�g�h��J縳/S��`~�����g�@��4�/("�z �z�i�au�	��j3N�ґ�流J��P��%�(g��d淭{AiL�V�A��qJ��
���>�s��8�ߓ�Kps���"L&�P(${��5.(|}�2 e=.�	(o?o�� �D��wᇉ{�w���-����X�����iڈT���Д�z�p��9�pH‚%��#[?�<��!!T抗���44Uj����%9���c�Y�*�<�B�^
Ȼ�=h�A
+�Y�i��`�BAX"<�8ɻ4�,��В��;�>}5
b��4�Bj٨9Y�"����q���:f�8������BJJ��ǡC��9��u/��m�/d�Z�e-Qރ�%3[ ��r#[Q�$oF���TsD6�!}�b�[��z#���N�p'${1��&N����;����r\c�]�b�R7.�R��]�K?!�[�/�<w�m�{�v,�3u!����F�y�\4�Iݩ��"��F�yv&j"�罔�{�b�/�D难��߭y[�R2����!p�OyUi�<�l���ݖ&�wʭ	�����
+��u#�����}���X8����y��i�0�m��¢D�����ϙ����U�(�N��9���Ef��+�o[�I�_�����<IF�<�g��ܘ*�+,�rݸ�yZ�J�^��B�P�B�]�+%�8L��	�Xw\�`u�+*���4�F6��+GPI@|j�,ʎ��/����	Yy��Cǁ=t^�y�G(t�o�):���hXw��r4�h,�&Q��^E�f�b
���;�G�a��]�9�^�~`�:�S���ˋ��s��zX��]@�L�4���9�ȁ�*�{�\S�u@�ml4��:��lið��0.�ҫiH79�>闡{����uo��=�$|�@��������닉XB�O�Dt�1*`�*�gVQ�<�����R��	�_yg)k~&[<R-tE�.�`V�xC��Hbߍ⿔n��tτ�1��a�mױ�O�]�x��A-����Gq��?���-	�����������{#��D�o�0�-K��)�u4Rˮ��Q��$�e2+�v��3��?�W��N�?ZX#��Q��4��Z��[W5W���ѱ�\m�~�mßY�5-
)��hx���;w�&O��1{�FR�]�R�G�,��ȦǗ�9�br+��0�
+����VB�G�Z�͛�Y_և�/�r8r�ħZ�U�Q�4+��p˾�\�q7ⶥ�~(� VܛhH�~�a$�kt��K^J0���f�����"�q��ߋ&<�.��T�2�I�N���V���mendstream
+endobj
 3718 0 obj <<
-/D [3702 0 R /XYZ 71.731 315.5937 null]
+/Type /Page
+/Contents 3719 0 R
+/Resources 3717 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3578 0 R
 >> endobj
-3719 0 obj <<
-/D [3702 0 R /XYZ 71.731 221.6258 null]
+3720 0 obj <<
+/D [3718 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1692 0 obj <<
-/D [3702 0 R /XYZ 71.731 192.7989 null]
+1712 0 obj <<
+/D [3718 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-594 0 obj <<
-/D [3702 0 R /XYZ 166.8108 147.6441 null]
+534 0 obj <<
+/D [3718 0 R /XYZ 244.6004 707.8408 null]
 >> endobj
-3720 0 obj <<
-/D [3702 0 R /XYZ 71.731 135.2062 null]
+3721 0 obj <<
+/D [3718 0 R /XYZ 71.731 697.4758 null]
 >> endobj
-3701 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >>
-/ProcSet [ /PDF /Text ]
+3722 0 obj <<
+/D [3718 0 R /XYZ 144.9646 674.7648 null]
 >> endobj
 3723 0 obj <<
-/Length 2779      
-/Filter /FlateDecode
->>
-stream
-xڕ]s���ݿB×�3���}r;�N"���<4}��y5�cp�d��w�(Pr�c���boowo?��|�\���F0��&qxU6o��=,��&����}w����*��$L����~�_�Q�eq�]�U�^(���67a�#��wU�[m��=���_u]��������q�8J�<�^�p�z.c�Ndt��3/�F)IX��/tbD��I����a�k�+����X�i�^�E]?1�1����Ř��4�>�~����O�����՜�����k����������l��{��'П�.���#j�r�^[:�A�7�N�N�O�pafy��������{��ڴ<��G��&*��ed�^�����q�6�Ƚn�[>��� ݏN�w��+o<5
-ُ�6��S�{�_� ��:#�z�ط瞔���Ap�ls/N�����͔j���y���w�e�{Ie�[����WDx�E�-Ъ��ً����X���������_���N��̊�g�`Z�<���Gm�}�<���ݾ��	��wTx��������0�v�x��_t34�g���jw��R�(���M`��A�o���ة�A�����CUWs��|�f�m����ŀ�w�4A�%y��b�	��qTx��i��Ӝ��l��'�lùi`^�01�	��0��v��m֊a�L��^�l��I��'aif �>�فɞx��p��h�N��fBu������
-��μ	�pl��7� ��0MoY"n���&V��{�B�e*qF@��1��HvF��=/�N���+{˧�ښ������΅Seg�5�g4�bBP%�Y^���V�V]�q�{Y�|&D�o�#�=�/��~�߅����t�[�Di�%�b�ѵ�lRk���#�����*��h��d�l��\�.\�u
�97,��@���<���L�&F����K�%Q<�d@}��Nz�#��"�?�tL��CJ�U���#=���.h~���Pn�p}�;����,{�='T/���B=ėta�o��Ex�E�ؖ��8pi3�lQ�w��:���ŢFS���K���W��=�Qֺ�,��t���V��XtUh�[�u�Hob߃z�e�`���砏v�;!섁�yH_0T�)�T�gk�@�����/=/4�Z���^���O9O ´����#� ���xTEǸvƜ)R�EW�);Խ�x�#������{3i����Њ��rX���J>9�R��%/������@��]���(N��4�>;��pw�u�k���mE�PVժ����圦�������c�����,�݊�SE��tnV;4�c'g\hvF���hݾ3uͶ����G��n��:\�������g�n�Lh�EW4
-{�8^{�	+^B�N
RԌ<k��
-"����[�ش�r�#:�8Y	4�������(z�{'ƸZ�x\�$(|p�9m��G�nFO ˡ��$����r����&�h���kB�:?�P�@�#ב	w�O�$^_3���(e'��CW6����Z����g[p���~ol�9IW�.��LW���k �2Į{� ��Z��3�1X��N�,j�ՠp��y:���Z��4ȃlsI0ZRKɍj�!݂]�I��,rG��'rRݵ|��h��jͰ?�7ty"�N �N@81�x s��)
-9�{��L��?��[0��Б�O"4�>v<�~8R(F�����z�*�A�C���%}�e�"!��A[y���s+����~���?�؇$���_��!g,;���U�[��kS�<gRN�.��̦�	�<�v�Dv�N,F��]����I����$��R�bb"��AS�|�)��⇼�d��x0¢ ��`��ᮮIV�\D�(8��5V7`&��T��Gzs��w< ���b�%V'�� kxh�s>S]s�E
--:m�U�+�����-�|��b`�=2�Ty~�V�1�!���!)�����S;�����;�嚧C�!��a���y0g���C�zL��5��Z�;�W�'��$p[O�����/T�isc"��k�Pc����?W &�9�ԁɬL�w�Ĵ\�&c-��0Zv���P��m֏"B���3;?�Od�gA��6O8��Zӏɋ���{�v'XN.�����'��8�݇K‹�
-ܸ^�R�ةL|�3�TS�����z���{���
-
-Y��[�Vښ��'-�\�_X?�Ö�<ةS�vg�IZ�p=��)ZՎ��T���b��?�b�~��h�b���OS�@?s�چ��9nތ��RI�*,��#B4m�Sp\�E����KO*M�1$M�Z)�f��ʮ:��q�7+<O�����3"w�*tO��5m�4�&W)�x������̱欐�?�Wؑ���S0Ui��m۵�l���{�c��}Qi���}GvD�wL�K�G�{^�f��C�j*�i}�K�-РE��-� =<6ڒ�x�M&�D&����1
����	I�xF�%'�Ke��!e[�Y쀵�,����~�Ui�l�QR�o���*q�S���)n��F��k���\:��d=�9�wZZ+��DJ�S������ۚPx���B��ǕD�d��ϓ��JU���� �Ԣ���n��������k�`���֔��tF:֮���̰q�)��kc�hܳ1� E����`�X�R�+�f7���.�^~7cuv��JqӦ�g���}a��w��k(�~b�׷��I���%��<�����<9ѳdx��,l�?��endstream
-endobj
-3722 0 obj <<
-/Type /Page
-/Contents 3723 0 R
-/Resources 3721 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3749 0 R
+/D [3718 0 R /XYZ 327.322 674.7648 null]
 >> endobj
 3724 0 obj <<
-/D [3722 0 R /XYZ 71.731 729.2652 null]
+/D [3718 0 R /XYZ 107.1477 661.8134 null]
 >> endobj
 3725 0 obj <<
-/D [3722 0 R /XYZ 71.731 675.3027 null]
+/D [3718 0 R /XYZ 134.8934 661.8134 null]
 >> endobj
 3726 0 obj <<
-/D [3722 0 R /XYZ 71.731 670.3214 null]
+/D [3718 0 R /XYZ 71.731 656.7326 null]
 >> endobj
 3727 0 obj <<
-/D [3722 0 R /XYZ 89.6638 649.5641 null]
+/D [3718 0 R /XYZ 311.2942 630.9292 null]
 >> endobj
 3728 0 obj <<
-/D [3722 0 R /XYZ 71.731 647.4073 null]
+/D [3718 0 R /XYZ 71.731 610.8396 null]
 >> endobj
 3729 0 obj <<
-/D [3722 0 R /XYZ 89.6638 631.6314 null]
+/D [3718 0 R /XYZ 120.8687 600.045 null]
 >> endobj
 3730 0 obj <<
-/D [3722 0 R /XYZ 89.6638 631.6314 null]
+/D [3718 0 R /XYZ 319.5499 587.0936 null]
 >> endobj
 3731 0 obj <<
-/D [3722 0 R /XYZ 71.731 629.4745 null]
+/D [3718 0 R /XYZ 448.3736 587.0936 null]
+>> endobj
+1713 0 obj <<
+/D [3718 0 R /XYZ 71.731 567.004 null]
+>> endobj
+538 0 obj <<
+/D [3718 0 R /XYZ 242.592 529.7885 null]
 >> endobj
 3732 0 obj <<
-/D [3722 0 R /XYZ 89.6638 613.6986 null]
+/D [3718 0 R /XYZ 71.731 519.4235 null]
+>> endobj
+1714 0 obj <<
+/D [3718 0 R /XYZ 71.731 507.5071 null]
+>> endobj
+542 0 obj <<
+/D [3718 0 R /XYZ 214.9999 475.1932 null]
 >> endobj
 3733 0 obj <<
-/D [3722 0 R /XYZ 89.6638 613.6986 null]
+/D [3718 0 R /XYZ 71.731 466.5557 null]
 >> endobj
 3734 0 obj <<
-/D [3722 0 R /XYZ 71.731 587.6962 null]
+/D [3718 0 R /XYZ 71.731 449.1261 null]
 >> endobj
 3735 0 obj <<
-/D [3722 0 R /XYZ 89.6638 569.863 null]
+/D [3718 0 R /XYZ 361.8061 438.3315 null]
 >> endobj
 3736 0 obj <<
-/D [3722 0 R /XYZ 89.6638 569.863 null]
+/D [3718 0 R /XYZ 490.9416 425.38 null]
 >> endobj
 3737 0 obj <<
-/D [3722 0 R /XYZ 71.731 554.7547 null]
+/D [3718 0 R /XYZ 71.731 412.4286 null]
 >> endobj
 3738 0 obj <<
-/D [3722 0 R /XYZ 89.6638 538.9788 null]
->> endobj
-1693 0 obj <<
-/D [3722 0 R /XYZ 71.731 531.8407 null]
->> endobj
-598 0 obj <<
-/D [3722 0 R /XYZ 163.5913 488.7432 null]
+/D [3718 0 R /XYZ 71.731 392.339 null]
 >> endobj
 3739 0 obj <<
-/D [3722 0 R /XYZ 71.731 476.572 null]
+/D [3718 0 R /XYZ 320.7944 381.5444 null]
 >> endobj
 3740 0 obj <<
-/D [3722 0 R /XYZ 71.731 434.143 null]
+/D [3718 0 R /XYZ 71.731 374.4063 null]
 >> endobj
 3741 0 obj <<
-/D [3722 0 R /XYZ 181.7247 423.3484 null]
+/D [3718 0 R /XYZ 89.6638 353.649 null]
 >> endobj
 3742 0 obj <<
-/D [3722 0 R /XYZ 71.731 390.3074 null]
+/D [3718 0 R /XYZ 219.6243 353.649 null]
 >> endobj
 3743 0 obj <<
-/D [3722 0 R /XYZ 71.731 320.5689 null]
+/D [3718 0 R /XYZ 71.731 338.5408 null]
 >> endobj
 3744 0 obj <<
-/D [3722 0 R /XYZ 71.731 276.7333 null]
->> endobj
-1694 0 obj <<
-/D [3722 0 R /XYZ 71.731 258.8006 null]
->> endobj
-602 0 obj <<
-/D [3722 0 R /XYZ 339.8756 215.7031 null]
+/D [3718 0 R /XYZ 89.6638 322.7648 null]
 >> endobj
 3745 0 obj <<
-/D [3722 0 R /XYZ 71.731 203.5319 null]
+/D [3718 0 R /XYZ 134.39 322.7648 null]
 >> endobj
 3746 0 obj <<
-/D [3722 0 R /XYZ 71.731 124.3059 null]
+/D [3718 0 R /XYZ 109.8678 309.8134 null]
 >> endobj
 3747 0 obj <<
-/D [3722 0 R /XYZ 71.731 109.2972 null]
+/D [3718 0 R /XYZ 71.731 307.6566 null]
 >> endobj
 3748 0 obj <<
-/D [3722 0 R /XYZ 71.731 104.3159 null]
->> endobj
-3721 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
-/ProcSet [ /PDF /Text ]
+/D [3718 0 R /XYZ 89.6638 291.8807 null]
 >> endobj
-3752 0 obj <<
-/Length 2972      
-/Filter /FlateDecode
->>
-stream
-xڍM�ۺ�_��%ڙ5K��|�$}/�N_�i���� ۴��,y$9���_�%[�3{� @ �o���.�P�>&W&��b}x�;���&���,�D^���7k���,^��Hk��,_�֨,����?��}q�]��4�����͡���e�cԇ��eUO�}��__��c��<��Jř2Y/�F���0�G��L�Ȧ�"&)��*�#T��e�J�-������A��W�Q���ó2��mNG�`��_�6�S[�eS����9���S����o�{2q��+���nS�=�q��E.E6ꞧza�n]ыD���h�	���u��d���'"y�説����	-C��8�H�m���6Jy!o�尺o+�"��/;���sk>D7�F��>�WT�pj�Cі�����ba��1o��} �ѷ
����>|n�ϗ��s�1�j\X�7�$�T���a��n�@�R���=��cþ/�o�Sլ�2L:gЀ<mqp.:4�Ԝ�M����ڱk=��b^��~�/�l��4�|�Q��>�:(N���>���'����Ef츨�ʳ,hn)fi�4�F�V�P��Cr6�84�ctYo��P��7��t�(M��Y:R�^r�'�厮�?��g&ꜻ
-��4�H�P�q��Z�@��]��57<���x��(�TdC;=X�B�_��\�Y�l�}����c�kٮ��Ʒ���$5��1�/�T��M/���'���W�Q����D�/� vͺk�y�C%Lq�W<���z&�`	���lO5�pQ���)
����{p�GY�Al?��*
-(��Xy�6��?�8��^c���>7���($~���#���і��M�E+�7e�>ɣ�ò�<
-��3�����<8�<xK�@v�/�j.�xq�#��I���H�I����Z���<��؋%��Tt%E�*����4�$��t�S�4Q�M���:�������Թ-{�}�x�{��C=J�����N^R�?_ۅ�V1��{F�	����E+{%F�	b����@'�T��H�q�ij�o��VM��
��+w���v�Ǯ��
-s�4�	�2֤�K2Ypt��VM�1B������!y�*�Bğ>ঢ়\��;�B�����{f��1�E��+V����vg)�E-B9���Dţ������z.HI K1f�n�5���	I�v$?�����.
�Blfr،���b�i���Y&4��"�����Ϫ���W_{
�����y����"�#U�(EM��TjT���I��l����p~��t�v-X���5���r-f�=Q��/
�95�N�e��{^ld u2X�[�u8��
T�1ٵ�^s�����eq�@
-O�H�+n�#�v�e!��j0)�C`2	d��I����&����I���}�3�:,Wό��x�&����uB��R��C�@��s䢒��b�_���U��	V�B.8:��Il�X�-Nfl� N�e����#��
�xaݺ]�n*�12o�0TI�O�SF��ޡ����� �nzF�����X�5�j�s��c��:�fW��:$�㠠��
-Q���A1�Gٕ��XڼH1=K��c�9<D�90��d?g���ʔ�����l�m_t����{����*���P���°�Q��S��Ie<Пv�~Cm�PTz�x!,e��u}!�1B*X�R���e}�/�Ӯ�;��U���)?~xB�O��R�6��\�N�r�wk��+w�Ro�ȠAc�΃�,�{/4
]ɦ����cd�'��S�r��+Gh�v�/�>�H�(1?B�:&��FY��oE/���
�A�O-9>W�ϛ��hh"~'�]A=j�iz��3����KdU�s"i�����(����r+��I�B�>he��n�����ܖ�S��"\�����`�{���}O�l�8G�O����˰�P��`��(��L,˺[;s�unGi��LŜ���v)���у\��Վ��\���ߥ���'���W�Q��`�9�|���)�9]w	s�0s�J��9���/�
�U��m�>���
���Յ0qݺ-��/xO*�خ�t���Q�2a���
�c���I<`����P�1�����7���a�W̭���K��t�
-5�Q���pDu�
-=��.�ܖ?a�wE��-?a�dㄫD�^���3�G1=_�f�ps�C���Y6��f}:���Z�X���>���E�~�7��Z�.����;�>�6���l*]7��?�u�qI!q�Ѿi`���	V��D�7�d';ʰ�O6f�!�BdU~�t�U%���v�������_*��#�Bϝ��{9B���	&�xǻS��"�9�����(نtAŸג�@ũo�����P䪸K��D�=��|��(J|┌Z�<M#��~C9s�k�8�i"�D�˅�(t������QƯ�e�x����g�����/9=A��:A�\�`+Y�B]����/-PD?��*T���]�N�Gj�汏��p��n1O���Qt�A��݇���`��y�X�/@��
�Ȏ�n�y>�G%��%��6�K
-kF�O��@M����k�NS�s�;$�\��u1<�q��2�YJ�P0�(�k��w���,钄�:�,��g�K�d/fw��9��h
N��xF,>Ă����x⃃���R*[QhR�x��VB|����� �;@�`Xv��XQbd��kH�g
q��Y@��'�OJ��O�t��Tw5W��EZ{Q"zQ+�0~�/��d�
-e��
#P;'H0O��]b��=3�J)$|K���`Zw��"�%�3��'E��q@�`z7(m]�2*Lx��$���S�<��͎��Jjp�ڋ�
sS��l�%�0i�aG��ґ���i�9-��c��Ǿ�(��Y�˜��w(�T&��/�\�wQl2��<8�d����B3�?�BTendstream
-endobj
-3751 0 obj <<
-/Type /Page
-/Contents 3752 0 R
-/Resources 3750 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3749 0 R
-/Annots [ 3757 0 R 3758 0 R 3761 0 R 3764 0 R 3767 0 R ]
+3749 0 obj <<
+/D [3718 0 R /XYZ 192.792 291.8807 null]
 >> endobj
-3757 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [507.0988 648.4036 538.9788 659.3075]
-/Subtype /Link
-/A << /S /GoTo /D (param-group-security) >>
+3750 0 obj <<
+/D [3718 0 R /XYZ 384.0197 291.8807 null]
 >> endobj
-3758 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.7348 637.3898 110.5853 646.3561]
-/Subtype /Link
-/A << /S /GoTo /D (param-group-security) >>
+3751 0 obj <<
+/D [3718 0 R /XYZ 114.0123 278.9292 null]
 >> endobj
-3761 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [103.8802 593.6738 158.1762 602.5204]
-/Subtype /Link
-/A << /S /GoTo /D (product-group-controls) >>
+1715 0 obj <<
+/D [3718 0 R /XYZ 71.731 256.0151 null]
 >> endobj
-3764 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [200.9852 573.6838 260.2625 584.5877]
-/Subtype /Link
-/A << /S /GoTo /D (users-and-groups) >>
+546 0 obj <<
+/D [3718 0 R /XYZ 172.6073 220.5481 null]
 >> endobj
-3767 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [341.5858 529.8481 395.8818 540.7521]
-/Subtype /Link
-/A << /S /GoTo /D (product-group-controls) >>
+3752 0 obj <<
+/D [3718 0 R /XYZ 71.731 211.9106 null]
 >> endobj
 3753 0 obj <<
-/D [3751 0 R /XYZ 71.731 729.2652 null]
+/D [3718 0 R /XYZ 389.4099 201.6191 null]
 >> endobj
 3754 0 obj <<
-/D [3751 0 R /XYZ 89.6638 708.3437 null]
+/D [3718 0 R /XYZ 458.9373 201.6191 null]
 >> endobj
 3755 0 obj <<
-/D [3751 0 R /XYZ 71.731 680.284 null]
+/D [3718 0 R /XYZ 71.731 183.5868 null]
 >> endobj
 3756 0 obj <<
-/D [3751 0 R /XYZ 89.6638 664.5081 null]
+/D [3718 0 R /XYZ 176.4672 157.7835 null]
+>> endobj
+1716 0 obj <<
+/D [3718 0 R /XYZ 71.731 140.6827 null]
+>> endobj
+3717 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3759 0 obj <<
-/D [3751 0 R /XYZ 71.731 638.3861 null]
+/Length 2264      
+/Filter /FlateDecode
+>>
+stream
+xڝYm��
���"���%�o?����[ඇn��[,G���X�����ח)�ř��4EQ������O�)��**�Ԫ8��WG���"[�َ�~ڽy�K�2��*^�W���O�U(�F2]���N����z�"�=<�˺l�_�Gb�t=����|���_߼���GA"�Vx��^��F�d(�0Vh�ۮ��4���@�"B˒��2`�FI�;�h�KF{�W[����j��S2�{1W"N�Z�޷��<M��d	�}V*Ї�+��bj]w-pB���\�mi��La��D�T���#Q�u
+���
+��9O��s^���7��,���G-�|���+������Jd��.I[��-����0��J�OM���K i �bLt
�'!���;s+���@�E7zCSx��D�+]t4�tҰ`3�,���u��-�wz���g?�
#������D|�� ?n��M��at]^���.��~E@t�`�?9�]�KO��8I;�8�j^�\DYäG��±ڙL��ݼ�{�?�Ex���eC�,`քm��d	SZp�@�I�]�8_�P��$�$��{�e�u�4��sO�"S�Ue��eq���r��(�Z�\I֕�ݐ$o�
+�>���˟آ�t�;��P��Ϭ�c[xj�`�A�ES^0�qv��
��A�W���� ��m����4g������ue�*�4`F���$���(I<��"�Km�bT�ǁ�Նv~�,�Jd
+��ۡ�<�J��������8��"v�2�f	�
}�i0°b?`��n�q��$�8����1
+9��*S�}X�HW6�
���B0|����̖d��癗F�P�,b�@w�h5��X���5�y"PO�}��C˂�R��K�����w��0�:1�E�Ɠ����c���R)ڝ�&&�{��W��2�������eP���{<����_(�8{��w=���ꦥyO'���P�%�vlPC�Vw��(�ks�;�✿�)b��:�����7�yUr���.s���ɛ��xX����9�糫@y��I��S�ѢtS�f?c	[oa���O|�N��.2���4N�>y��%˞MӫU��:c�ʵ��r_���Ц�w�T]y!��<�O���	�S�rۧK�k`�-6l�}:q�_<��¨Kq'ݼW$�k��w��]js�]����#�2��w����J:�63����ó��L�k�^ř��-p���}���PF��Ϛ��k���6�W��\ba�DN�02�˖Z���>�(���'�
;�r�9kA�:�õ�XҺ�X���Z�ȱ���:�m�1�p���G���/�F4!"��r�>�	9�ύ7e%jzZl�(��P�/;��jo�Qx�B��D��2P�LGC/ַȂ\.�Ŧ�}o��P8<�����[8~\FEN��H@J<	"�W7��x�9������AB.�I�N;�m(�,��F��:��p��ylX6Ġť����,���|W��aLw���a�y���AcU�Y�y��Hw�D�@���n�Q���'��K@����fi,��M�л�Zz�F���)�[K��AlTUY=���%��Jo�d�kT����}ހs�bWO��T!�7]g����qv�d��\�`��S�q�z�
^���n+pn��f3��f�+g���
��q=.+������D�l�R�>�>�=�����c�K��Bk6�L@���"g9`��lG����SJ�b���gv�n�ů
+�B�����G5)������q\_�\
+Iu_��I`��Kux��f>�)��n�kE��Y6d!�6���y���CJ��S�w�K��F��'&]�d�
+���Y�c<���yjd656w��r��(��J� $�ݥ���R�ǀ�PW�$<X�m��{�R�
+�R�QAw\��nrwx�qO͉C�x�!���.p�������14^1~���k�m�:�.�$�~�U$c�f,�}ₖ�5���u)w��q7)�S
+6O�/�0g��R�;�NVI�O5��(�zң&�RXy�����x��"�*Z�)���nJ� �/�J��a�9B�?B2�fX�r";{�[/�PA�]���QƼEO��*c1���Оy.�	�.�F�I��
+o��D��-������0�ۖg�~W�Ă7�b���ï����5ގ>����;���y��7�4�� �$���>�"�q��1#��c"�
+_fY�	-���_W�/�V��endstream
+endobj
+3758 0 obj <<
+/Type /Page
+/Contents 3759 0 R
+/Resources 3757 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3801 0 R
+/Annots [ 3769 0 R ]
+>> endobj
+3769 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [173.9566 574.75 235.7246 585.2803]
+/Subtype /Link
+/A << /S /GoTo /D (flags-create) >>
 >> endobj
 3760 0 obj <<
-/D [3751 0 R /XYZ 89.6638 620.6725 null]
+/D [3758 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+3761 0 obj <<
+/D [3758 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+550 0 obj <<
+/D [3758 0 R /XYZ 249.3775 707.8408 null]
 >> endobj
 3762 0 obj <<
-/D [3751 0 R /XYZ 71.731 594.6701 null]
+/D [3758 0 R /XYZ 71.731 697.4758 null]
 >> endobj
 3763 0 obj <<
-/D [3751 0 R /XYZ 89.6638 576.8368 null]
+/D [3758 0 R /XYZ 135.5078 687.7163 null]
+>> endobj
+3764 0 obj <<
+/D [3758 0 R /XYZ 86.3732 674.7648 null]
 >> endobj
 3765 0 obj <<
-/D [3751 0 R /XYZ 71.731 569.6987 null]
+/D [3758 0 R /XYZ 220.9876 674.7648 null]
 >> endobj
 3766 0 obj <<
-/D [3751 0 R /XYZ 231.1139 545.9527 null]
+/D [3758 0 R /XYZ 71.731 654.6753 null]
 >> endobj
-3768 0 obj <<
-/D [3751 0 R /XYZ 71.731 530.8444 null]
+1717 0 obj <<
+/D [3758 0 R /XYZ 71.731 641.7238 null]
 >> endobj
-3769 0 obj <<
-/D [3751 0 R /XYZ 71.731 515.9004 null]
+554 0 obj <<
+/D [3758 0 R /XYZ 193.2056 609.4099 null]
 >> endobj
-3770 0 obj <<
-/D [3751 0 R /XYZ 462.4737 483.0884 null]
+3767 0 obj <<
+/D [3758 0 R /XYZ 71.731 600.7724 null]
 >> endobj
-1695 0 obj <<
-/D [3751 0 R /XYZ 76.7123 453.4994 null]
+3768 0 obj <<
+/D [3758 0 R /XYZ 247.7597 590.4809 null]
 >> endobj
-606 0 obj <<
-/D [3751 0 R /XYZ 232.4924 414.127 null]
+1718 0 obj <<
+/D [3758 0 R /XYZ 71.731 570.7649 null]
+>> endobj
+558 0 obj <<
+/D [3758 0 R /XYZ 201.1796 537.0811 null]
+>> endobj
+3770 0 obj <<
+/D [3758 0 R /XYZ 71.731 528.4436 null]
 >> endobj
 3771 0 obj <<
-/D [3751 0 R /XYZ 71.731 403.762 null]
+/D [3758 0 R /XYZ 165.864 518.1521 null]
 >> endobj
 3772 0 obj <<
-/D [3751 0 R /XYZ 71.731 391.8457 null]
+/D [3758 0 R /XYZ 71.731 505.1012 null]
+>> endobj
+562 0 obj <<
+/D [3758 0 R /XYZ 142.614 474.8146 null]
 >> endobj
 3773 0 obj <<
-/D [3751 0 R /XYZ 71.731 386.8643 null]
+/D [3758 0 R /XYZ 71.731 469.6291 null]
 >> endobj
 3774 0 obj <<
-/D [3751 0 R /XYZ 89.6638 366.1071 null]
+/D [3758 0 R /XYZ 71.731 436.7923 null]
+>> endobj
+566 0 obj <<
+/D [3758 0 R /XYZ 166.0159 406.0724 null]
 >> endobj
 3775 0 obj <<
-/D [3751 0 R /XYZ 132.5044 366.1071 null]
+/D [3758 0 R /XYZ 71.731 398.9941 null]
 >> endobj
 3776 0 obj <<
-/D [3751 0 R /XYZ 379.7938 366.1071 null]
+/D [3758 0 R /XYZ 511.1135 388.1397 null]
 >> endobj
 3777 0 obj <<
-/D [3751 0 R /XYZ 71.731 350.9988 null]
+/D [3758 0 R /XYZ 106.0422 375.1882 null]
 >> endobj
 3778 0 obj <<
-/D [3751 0 R /XYZ 89.6638 335.2229 null]
+/D [3758 0 R /XYZ 71.731 368.0501 null]
+>> endobj
+570 0 obj <<
+/D [3758 0 R /XYZ 156.7607 337.3302 null]
 >> endobj
 3779 0 obj <<
-/D [3751 0 R /XYZ 157.7278 322.2715 null]
+/D [3758 0 R /XYZ 71.731 330.1322 null]
 >> endobj
 3780 0 obj <<
-/D [3751 0 R /XYZ 71.731 320.1146 null]
+/D [3758 0 R /XYZ 71.731 306.446 null]
 >> endobj
 3781 0 obj <<
-/D [3751 0 R /XYZ 89.6638 304.3387 null]
+/D [3758 0 R /XYZ 266.7311 306.446 null]
 >> endobj
 3782 0 obj <<
-/D [3751 0 R /XYZ 71.731 237.4247 null]
+/D [3758 0 R /XYZ 71.731 280.5432 null]
 >> endobj
 3783 0 obj <<
-/D [3751 0 R /XYZ 71.731 222.4808 null]
+/D [3758 0 R /XYZ 71.731 273.405 null]
 >> endobj
 3784 0 obj <<
-/D [3751 0 R /XYZ 142.175 212.9813 null]
+/D [3758 0 R /XYZ 244.2357 249.659 null]
 >> endobj
 3785 0 obj <<
-/D [3751 0 R /XYZ 76.7123 149.7186 null]
+/D [3758 0 R /XYZ 397.3909 249.659 null]
 >> endobj
-3750 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+3786 0 obj <<
+/D [3758 0 R /XYZ 111.0175 236.7075 null]
 >> endobj
-3788 0 obj <<
-/Length 2574      
-/Filter /FlateDecode
->>
-stream
-xڽY[�ۺ~ϯ0�
�<�E��&A��A�v�>4}���Z8��Jr7{~}g8C]l9��A��j8��o.��"�?�H�H5<T.T����*Z<«��$�lXf3z{���Z/r�'*Y��&�De�"�Jd����,��s�j��h�=��EU��/�Gb�=?�Q��]���ϯ����c��<���D�0i�.6R�<������Kp^�<W�q�}?-�%�"��$��T�N�7�F�Q�/6�s���B�M�p't$��3�Hr؉<�����DK�T�dX��Yd�{��9��%y��Ht��I���M'������o�-=v������{<����[�h��Ը�-�j��jw=�%i�Tt��Ż_�Q�aR�T�n%����*����;�tp����Z>�d�l�:�
-`��n�!��j&��tD����x��'�Jm��֣�+���-K�n�6hzp�zb���3n�~���kں��4DKtDlI�v�����@8��^�i�/�{�	��H��Ug��i���2yM"{<����v���1��hR��Tjc�|��(S$�#����Ȣ8��Z�iv#��3$	dct<�T:�-A��µ���e�H�-�ʂ��g�B��W�х7{�m�
-:HTn���
��|"�h�m�"��|Yt�x�ո]၊��f#v\8X[Ҹ>�4�.ܽ��с;�O�ёU[�����00�3]�Pq�5�<&�0��HX����s�#�_��j[�w������
-��(��d��C�=\��>"�Xt�U��&6�ԅΝ+]�>�[����H����\0Lk.gǺqD�\g��]Өu���@�@E�S%����6c�k$^�B����Pge,ԕ����N����҆n*m�z�Q*�6���J��%/qc�l���f�L�|�0�3�
����Z��_0�!|�kٕ��p�*R
-��U�!�FC)ґ�LL$��@j��&~��v���}UJ�&��P��l�i�uYT���0�H1��}]cr��a��.���q卓����ɾ���X����+��Y�>�<����b����7�շy}4�ۂ���=��G����Ȼ�ز��KÐ-�S�#�y��D@;r`�������8�cx[W]S��x<�b��.hF�"�r�͆l�
 �%Rh���F]�����E
-��q�</�<���k��U�Ul�z+��	m0�,=FE(�og���e��a_�'llj�gG-%���ty���/�V��EQ�r�Y�4$��5����%rik��;�Ĥ�Gt[O�3��D�5>����I�?Px*3����Ps޷��0�:����p#��:1�A��0�C���7�G�v��(�7�_�q��+�`����ۘՑ�M�(�0�o{�8�g���'Eӧ�x�w���s�v-I`��s��dP�#��l�q������ۨ9'����� 
�(6���>
-����,_b|xm�P�E�L�I�d��.�"��Z�d����Lo`t$�8�����l���6c��|���=�Xx�|�"�+����^��J��˗��}��]�H1���#s�j<ttJЁ�:��	_P������pE
-��j�.]���"Y��@?��(����O8�����5�1?�t�I�����R3�����tYE)j0���!m�<B9�2˱Jʐ�n��禁��S+�$-�݆�tqPi45>�0�,`����>Ծ�7��O�7�"��r&�A�����g�������KK��BD���㜚��y:7���ṴUH&0(x���F�6t�Lg��&Q��UL-:[m�L�jb��\�,/� �]�s�@�'j����-���q�5g��mS<����~v$�C[?Y�ҩ��,A/n�г��f��zӬ��n��E����!.��8#���LS�%RK�m!�KRJ�.#���!O)%��f��:��������|o���S�L�=�@`6�����[��箆΢@�<�˃�����呌R������:�Q���b������|��X��m��eX��F�u�Ѥ;*B��p�^i�y�z}
����E.�|gs���O�M�}�߀��3Ei�� 6�xb��b��D�;'����w_�w_^��#r|�S5�Ӆ�T9|���Ӵ�n�%U��ө��U��XFc���'��3�Q�7��
-����٣hߞ��DQ,�������w�m�Z��|!��Yf��exWXN��6l�>��,���4t�7�hG;ZS'�X_�����v衙n�ML_���_5���x56!�	�&���C�0�p��́�B(�@�{d��Uذ6[u�HF�^%��&2̈́�����X��P牢�	��2�|*G����?�Wq<�������"�)!v<#܄��dqzI9/���NT�����}�1y��{7:����Vs�����Q��[�QF�Q�"pF�� 5��a���@j���!5���p�|'N�
�t�iԿ���D�ad�	2�2L@���;3ϝڝL�͟��D&����h�d�Ў�b��&����P���Aendstream
-endobj
 3787 0 obj <<
-/Type /Page
-/Contents 3788 0 R
-/Resources 3786 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3749 0 R
-/Annots [ 3793 0 R 3799 0 R ]
->> endobj
-3793 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [240.9848 571.3876 300.2621 582.2915]
-/Subtype /Link
-/A << /S /GoTo /D (edit-groups) >>
+/D [3758 0 R /XYZ 279.6199 236.7075 null]
 >> endobj
-3799 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [429.0596 406.2867 475.9177 417.1907]
-/Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+3788 0 obj <<
+/D [3758 0 R /XYZ 71.731 223.7561 null]
 >> endobj
 3789 0 obj <<
-/D [3787 0 R /XYZ 71.731 729.2652 null]
+/D [3758 0 R /XYZ 345.1534 223.7561 null]
 >> endobj
 3790 0 obj <<
-/D [3787 0 R /XYZ 136.4882 684.7236 null]
+/D [3758 0 R /XYZ 71.731 216.618 null]
 >> endobj
 3791 0 obj <<
-/D [3787 0 R /XYZ 76.7123 618.3763 null]
+/D [3758 0 R /XYZ 226.9571 192.8719 null]
 >> endobj
 3792 0 obj <<
-/D [3787 0 R /XYZ 89.6638 600.4436 null]
->> endobj
-1696 0 obj <<
-/D [3787 0 R /XYZ 71.731 567.4025 null]
+/D [3758 0 R /XYZ 485.4103 192.8719 null]
 >> endobj
-610 0 obj <<
-/D [3787 0 R /XYZ 461.369 530.187 null]
+3793 0 obj <<
+/D [3758 0 R /XYZ 71.731 172.7823 null]
 >> endobj
 3794 0 obj <<
-/D [3787 0 R /XYZ 71.731 519.822 null]
+/D [3758 0 R /XYZ 109.3962 161.9877 null]
 >> endobj
 3795 0 obj <<
-/D [3787 0 R /XYZ 253.9624 510.0625 null]
+/D [3758 0 R /XYZ 143.7536 161.9877 null]
 >> endobj
 3796 0 obj <<
-/D [3787 0 R /XYZ 499.806 510.0625 null]
+/D [3758 0 R /XYZ 388.8861 161.9877 null]
 >> endobj
 3797 0 obj <<
-/D [3787 0 R /XYZ 71.731 477.0215 null]
+/D [3758 0 R /XYZ 134.6438 149.0363 null]
 >> endobj
 3798 0 obj <<
-/D [3787 0 R /XYZ 71.731 433.1859 null]
+/D [3758 0 R /XYZ 226.9412 149.0363 null]
+>> endobj
+3799 0 obj <<
+/D [3758 0 R /XYZ 71.731 136.0849 null]
 >> endobj
 3800 0 obj <<
-/D [3787 0 R /XYZ 456.9916 370.5855 null]
+/D [3758 0 R /XYZ 146.7192 136.0849 null]
 >> endobj
-3801 0 obj <<
-/D [3787 0 R /XYZ 71.731 355.4773 null]
->> endobj
-3802 0 obj <<
-/D [3787 0 R /XYZ 71.731 340.5333 null]
->> endobj
-3803 0 obj <<
-/D [3787 0 R /XYZ 71.731 340.5333 null]
+3757 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F48 2196 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3804 0 obj <<
-/D [3787 0 R /XYZ 71.731 327.7014 null]
+/Length 2355      
+/Filter /FlateDecode
+>>
+stream
+xڝko�6���
+��:�^�c�a�l�Cڻޢ��(��mѶ���Zr�鯿ΐ�%
��̐3��t���/^qX��I�0�E��to��H�x3�5�\�L��o��>MUX�I���.�(
+���E������}����^Fu\^'"
+Ґ�7u������������i[����o��w�EZ�U	^��q=�1)<�n�2L��0����(�'�#��N>0�VmF�%}>u}���f����3�f,�i~��dC���;�^����ev�G��F�W˸�g�p��hr��
+�	&����qf6���H�Q��J@X�Ǔ��,���VA�f�Z�7�/9�s�N��J!���5�F��F�paF��
+�ph�KFߞ��x�m�mV��vj�N�(��2���X�'L�������8Z��@��Do�\�B���
��K6Cm�n	��Bئ	��w_dwh�[�<�,���0�S�WK!T�̃�Dl)8��s�*`$q\�n[F� �{��?���>��W�Ɉ�1�ā�6Ⱦf
��W��B��R�KȞ�PA��Uq�*GAG^�]��>WŎ++���8�7�~mMZ�
+0�,�,�=WA���UD�
+-�e$t�k���e�ad[W��G*$�����
+7���
E�/TI厐hy��]��G��z�'S+`L>*v�L�k�X^�Ec^�&=9���+�0α��4d�дz'����j:����<�~`-�s��!�$\o���p����pd[�j�I+���D��L�#�C:�b��������L]gM>�>ꕫvΦ=�V��2���~�tӣn��>�A�r���2����2n��0%"+ϋ	����S7
�P�Ih�(Ao�iYd,	�������L�qu�����;L�k���X�zSd��f�_cD�����k56]į�54�!q��_20x.��1���̞
+$t�,�`�|[�Z�ʆ]��d�x��r&L�܆����ޛ������$I18͉��fϙe�/��5*p��MHI��viW������TS[p��䑰k��G�8�X�K�}��+�5/&'o�k���b�	/�rH881�+''��Nd�Lk;
��2Eg��VD��(a���q����rK�iyf�5������&}(�Q1�Q9	3q��¹EDV����兎�|EG�E��4Qq|�7 ���`�G�~D�XK#"�"��W4����y��<o���iO�%�ӌ����bqzH��^
ʵ�,�y�7�Wl��o	6��Qq���=�����\p)��{Ɵ���-�u�-0�L3�zita#ἢ�r�,�:�H�f
+��d�o�8S�R.�i��*1���_�Q/��Z�r
mk5�/,2���BA>��uGH��|͂��m��m+f�+�)5syf�<`�ǃ������MC���+O�f�6���'�gLW
+۸�j"�?�U,�u�\yJ]y��N��O�������f�/wL�N[��4t���;V�����׌���s�#�b�����-�֊�h��L�4��K��&��Ӗ�n6�������	_I4�+"�,ٞTH��^B��3:�Da�0z݈%�W�e��Gf2l[5��owp	uG.9@�Nf�}-�����~�gMa�����eA��}yȹ<���8��h_Q#~r&b�N�yV��[����vd
+&�ъlM��>�)�7�. ����
+F�6j4䔷|N�;j�͌�.��A���Pr~5͢��ծ9Oq�	?�G��e,�n��ֿ�o�1�+ܾ_����,l��ޏl����M]T���QF\����_e�<j"l͛QQy	Y��iE��᥽B!��9L	�toD��N���x�j��i�o��Ҽ�O��9��B��"���]D��+�:;����8������r~����6������3��~x��r�{���	��2�uب�,���c0�š$�W	>��5�������0�� �q����'���P/�qH3�������K��|=(K&)��=���$�Eg
+7���Ͷ!�y@D����^��Rl/%hK_|�����B��>������3�_��͡��Ϋ���5Cp�u}Z���EAE�[���|E�'��)��R�K��G��v��]���Yp��+�3�(XX������fT��e��k8��m���ff*��ej8W���3!o:`H��a��%6����K] A�q� �wa����j��X7��E�uk�2&�sG�%3N�
��E~6��×�IM�O��LJ@���4}ۦk曹���O��F��GpsW8�c���Gc��fדF_��}�k��˟}�����8�^�U��y���H�0��ʭ��鳿2�� O	�endstream
+endobj
+3803 0 obj <<
+/Type /Page
+/Contents 3804 0 R
+/Resources 3802 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3801 0 R
 >> endobj
 3805 0 obj <<
-/D [3787 0 R /XYZ 91.6563 311.8059 null]
+/D [3803 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3806 0 obj <<
-/D [3787 0 R /XYZ 71.731 286.735 null]
+/D [3803 0 R /XYZ 71.731 741.2204 null]
 >> endobj
 3807 0 obj <<
-/D [3787 0 R /XYZ 71.731 286.735 null]
+/D [3803 0 R /XYZ 71.731 718.3063 null]
 >> endobj
 3808 0 obj <<
-/D [3787 0 R /XYZ 71.731 273.9031 null]
+/D [3803 0 R /XYZ 257.935 664.5081 null]
 >> endobj
 3809 0 obj <<
-/D [3787 0 R /XYZ 91.6563 258.0077 null]
+/D [3803 0 R /XYZ 439.3913 651.5566 null]
 >> endobj
 3810 0 obj <<
-/D [3787 0 R /XYZ 71.731 207.0339 null]
+/D [3803 0 R /XYZ 146.1379 638.6052 null]
 >> endobj
 3811 0 obj <<
-/D [3787 0 R /XYZ 71.731 207.0339 null]
+/D [3803 0 R /XYZ 222.4669 638.6052 null]
 >> endobj
 3812 0 obj <<
-/D [3787 0 R /XYZ 71.731 194.202 null]
+/D [3803 0 R /XYZ 281.2438 625.6538 null]
 >> endobj
 3813 0 obj <<
-/D [3787 0 R /XYZ 91.6563 178.3066 null]
+/D [3803 0 R /XYZ 435.614 625.6538 null]
 >> endobj
 3814 0 obj <<
-/D [3787 0 R /XYZ 71.731 153.2357 null]
+/D [3803 0 R /XYZ 71.731 618.5156 null]
+>> endobj
+574 0 obj <<
+/D [3803 0 R /XYZ 154.0508 587.7958 null]
 >> endobj
 3815 0 obj <<
-/D [3787 0 R /XYZ 71.731 153.2357 null]
+/D [3803 0 R /XYZ 71.731 580.7174 null]
 >> endobj
 3816 0 obj <<
-/D [3787 0 R /XYZ 71.731 140.4037 null]
+/D [3803 0 R /XYZ 71.731 523.8706 null]
 >> endobj
 3817 0 obj <<
-/D [3787 0 R /XYZ 91.6563 124.5083 null]
->> endobj
-3786 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-3820 0 obj <<
-/Length 2636      
-/Filter /FlateDecode
->>
-stream
-xڭZO�ۺ
��Sx�og͊�?��m�ޤ3�v&�SۃV�ښȒ�$7�~�HS�l��كI@?��V�"���L�,���q��Uu��v0���,�لL��|��I�*D�����m��HdQ^��$����e����<����:Z'�~?mu[@���~9��[7M��~�ˋW��L9h�i��c�[m��D%����Q�uw:d�˾��\���j����Ϻ4�U�E$���%sc��(�f0v�{�|%�Xf�M(Ѯ,΂�R�:M�zqi_����hq!����kX���w"�1�h�4��qAv��k�`��qo�r�̚�F��X��/�:�q���#vm�N���C�ڰ����d�GP�k⪛z|����ld,
--�]��<|�9�\˾<r��Uٴ%���k�H���}В���_Q�N}9���ܝ4�Nqq�IZ�a��,Jz�Y=�&d��\.�+�W�LO���AI%d��6�1ݱ@�T�H%S޺���-4��8�*�ux�xV�$V"W���܆乀�FB;��j����.As��+`���2�?�5�x��k
-V�	������c��Mh6�q8�UJ ��>h�+@>�	<�:n+u�[��l#�j�:���t����1�ϸ-�	n�K�"p�e���7��@��* �Cs���B�H�R�����ڄlK�60ذ�"���
��
i"T�A$�� �<�0m.����t
-�)�'��1'+�-�J�)�5g\X������a�w-���? ����;�L��Ԅk��#!cE~����l�r��T݁SyI?�jF��G\Đ����h��ˆ��%�y�4�.�8��`���+fڄ\�s��•Jq�2/ �$��ʫQ�M�c�L6����Kb�
-�e��<dp�~���GH;6e���v�����;oe0����&���㣶�Đ����A��8E�E��]k�*ʪ2�����2��jx��O��&؊�o}w E# =�2��O0EH��2����DD`Ղ�(��v˴=ϥ}G�{w"9d;Ng��96��c3f�}�g��BE�'ަvK�]��~#Zw>����ʺ!�r��ag��[3r۩�
wG!~�Y��=!���I��i����4�8>a'��"�n�uU�f ��w@�Y�;	�跤c�dcL�_�"����|ۺ�<a-��Yg��^����
���K�tRfa��{�6�
.n6��N+�~EPw9d��f�s�y]{��	$�\T]HĩȊD��N��
-y%3�&d[�c�Ҧ��^M�y"�2-V��=f��q-g�DH���r]��5�Wsƒ��9�	3�>g�������(����2����!1�L����k.��!4��a�R��0��™�s��[꾾����Sٳ�׾��֌<�� F\
(X��M����A��"���g�u� �ҕ+��\a��~��v�$���J��*-T�|=u\��m�z:���*(�f�J
-%�"Uw�p\��(�j�grjƛ�L��hRف�c�V�:#�p,�`1ກE�E��U,.��	,�4a&�\�EzZJE��o:�o�S!T�36mG|�CZo={wjʞ�P�ӭW �h��8�/"��i8��FG��!rw4P��S[����v�-rpt^Ǩig_&
-�4�c�08������6���������H'���`�T/5�V݄+�"&����'Y.r],g�.!�uw�\���_�JE������RB%E<5�6�}���#.���:�W�}o�U���%�=�,]q����+�Z����,u��v$Jsq��;���j��k/!���P���,[��Z{b%>��8&O�E�^����`x��ni��6�"�_o[��%�T�]����E"{K���qd����@������&�|k�6m�ܷ��R��;��Dg;��A�ю���w�k(Ɛ�~;��P�\�B��h�͎V��ᡎ����c]=u��6	u�PY~��Lȴ�{.$-�Y	5�q�D��sݴ�sݱa.͗���L�R+�(�$ª>��:q�JO�c�yH���/e��y����r,_ˁC��v4���')����o�ʃ;7��
-1���h͟���*]`rWz=������d����.�o�}:�/��%��,#
-T�����[���
-:5[7�x��������K0k��ZYɇ�6�Om�
$��'���D�*\�L/yD�N�Po/$r�K�M�a����i�7��Q�K�S��(m�����{Ɖk�{�X��@׎�h�!R���@=&>|-[K������C�����[M�q��Г���;XW�6e���f�lo�e�/dez���{\��]�Qm�o�me�lj�D����������ݩ�-��>@���i��D��nGԚ��r?x$��J.�B�_�~NmS��[?�����'���r�D������<�E�Bԩ�+0�4
�lʀ�m=��>Y��<2�ј<ۂz�߈�?d�T�g��X�GR��D,�U�P�aӟX�xi$�?�u�YZ<�ep;�3k(�/*,��o���.�*�7x��S/f�嬒�p[��~��K��?Xa5�ǟ��{�x�=~G[N�
-*N�73o�3�w�"�E�%��j}��-|�endstream
-endobj
-3819 0 obj <<
-/Type /Page
-/Contents 3820 0 R
-/Resources 3818 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3749 0 R
-/Annots [ 3827 0 R 3832 0 R 3837 0 R 3840 0 R 3843 0 R 3845 0 R ]
->> endobj
-3827 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [368.5546 674.3064 415.1942 685.2104]
-/Subtype /Link
-/A << /S /GoTo /D (parameters) >>
->> endobj
-3832 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [414.1442 607.5567 461.4474 618.4607]
-/Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/D [3803 0 R /XYZ 71.731 523.8706 null]
 >> endobj
-3837 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [415.7972 450.426 462.6212 461.3299]
-/Subtype /Link
-/A << /S /GoTo /D (useradmin) >>
+3818 0 obj <<
+/D [3803 0 R /XYZ 71.731 492.9864 null]
 >> endobj
-3840 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [336.7154 419.5418 395.9927 430.4457]
-/Subtype /Link
-/A << /S /GoTo /D (edit-groups) >>
+578 0 obj <<
+/D [3803 0 R /XYZ 142.9228 462.2665 null]
 >> endobj
-3843 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [88.6675 375.7062 147.9448 386.6101]
-/Subtype /Link
-/A << /S /GoTo /D (create-groups) >>
+3819 0 obj <<
+/D [3803 0 R /XYZ 71.731 457.081 null]
 >> endobj
-3845 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [70.7348 287.3824 125.0308 296.229]
-/Subtype /Link
-/A << /S /GoTo /D (product-group-controls) >>
+3820 0 obj <<
+/D [3803 0 R /XYZ 224.1952 431.3823 null]
 >> endobj
 3821 0 obj <<
-/D [3819 0 R /XYZ 71.731 729.2652 null]
+/D [3803 0 R /XYZ 71.731 398.3413 null]
+>> endobj
+582 0 obj <<
+/D [3803 0 R /XYZ 171.7743 367.6214 null]
 >> endobj
 3822 0 obj <<
-/D [3819 0 R /XYZ 71.731 741.2204 null]
+/D [3803 0 R /XYZ 71.731 360.543 null]
 >> endobj
 3823 0 obj <<
-/D [3819 0 R /XYZ 71.731 718.3063 null]
+/D [3803 0 R /XYZ 181.4647 349.6887 null]
 >> endobj
 3824 0 obj <<
-/D [3819 0 R /XYZ 71.731 718.3063 null]
+/D [3803 0 R /XYZ 380.9392 349.6887 null]
 >> endobj
 3825 0 obj <<
-/D [3819 0 R /XYZ 71.731 706.3064 null]
+/D [3803 0 R /XYZ 473.5968 349.6887 null]
 >> endobj
 3826 0 obj <<
-/D [3819 0 R /XYZ 91.6563 690.4109 null]
+/D [3803 0 R /XYZ 509.5202 349.6887 null]
+>> endobj
+3827 0 obj <<
+/D [3803 0 R /XYZ 191.5112 336.7372 null]
 >> endobj
 3828 0 obj <<
-/D [3819 0 R /XYZ 71.731 652.3886 null]
+/D [3803 0 R /XYZ 71.731 329.5991 null]
+>> endobj
+586 0 obj <<
+/D [3803 0 R /XYZ 224.3666 298.8792 null]
 >> endobj
 3829 0 obj <<
-/D [3819 0 R /XYZ 71.731 652.3886 null]
+/D [3803 0 R /XYZ 71.731 291.8008 null]
 >> endobj
 3830 0 obj <<
-/D [3819 0 R /XYZ 71.731 639.5567 null]
+/D [3803 0 R /XYZ 71.731 255.0436 null]
 >> endobj
 3831 0 obj <<
-/D [3819 0 R /XYZ 91.6563 623.6613 null]
+/D [3803 0 R /XYZ 71.731 234.954 null]
 >> endobj
-1697 0 obj <<
-/D [3819 0 R /XYZ 71.731 590.6202 null]
+590 0 obj <<
+/D [3803 0 R /XYZ 170.6486 204.2341 null]
 >> endobj
-614 0 obj <<
-/D [3819 0 R /XYZ 304.8252 553.4047 null]
+3832 0 obj <<
+/D [3803 0 R /XYZ 71.731 197.1557 null]
 >> endobj
 3833 0 obj <<
-/D [3819 0 R /XYZ 71.731 543.0397 null]
+/D [3803 0 R /XYZ 129.5759 186.3014 null]
 >> endobj
 3834 0 obj <<
-/D [3819 0 R /XYZ 71.731 531.1234 null]
+/D [3803 0 R /XYZ 279.8553 173.3499 null]
 >> endobj
 3835 0 obj <<
-/D [3819 0 R /XYZ 71.731 526.142 null]
+/D [3803 0 R /XYZ 349.9283 173.3499 null]
 >> endobj
 3836 0 obj <<
-/D [3819 0 R /XYZ 89.6638 505.3848 null]
+/D [3803 0 R /XYZ 71.731 153.2603 null]
 >> endobj
-3838 0 obj <<
-/D [3819 0 R /XYZ 71.731 451.4222 null]
+3802 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F48 2196 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3839 0 obj <<
-/D [3819 0 R /XYZ 89.6638 435.6463 null]
+/Length 2326      
+/Filter /FlateDecode
+>>
+stream
+xڕYY���~�_!̋)X�I6��S�^���pA���ؒ��H��<�����<$��L_�]�U_M�����U���&��(���py�N���PH�B��}�{��'�V��'Q��Wq�i��TE~��l�+��}8�ko��6ҁ�|n���.;�/�O};���*����/�>��Z�~���J8P=�g�m��W�JIB�g��#?G������ۿ��(�w��trD�چ�LE|�?�:����彬��3u������yp�l�1U����r[7}�[D��u�����:Ԟm_��//Bܟˎ{�E�oqs���Cy��x+���oZ��-�f
+�?�O�mk}������5���lQ[�P�c�Og��5=��\�R����SV���:��?����z�)Z�з�a`@���F���\l�Eg���>��fp�Ï�hQ6��q����sk)�\<}g�]��|*G�LtB�b���^�U\�!$/�L}�R E� �E����Lb�b����*f,�
�^��9������d��rn��rfh���l'�W^=؊�,?tX~��PcL�6<�Y{�
��˔	YW���ʅ2�\ՠ�/�D{ŠܟN$�oq��=
+�}e�g��TՒ^�5�ӄ�bZ��ma+�[�(�Џj��n:-2i��}�x�;�c�;
q��\Σ��e�׶Au3J�2���l\=����=0-�5����/^��X�/v����_������������_�<+�/���3�>BOj��A���p4*����q0�)�p�*M
+9�]�ȭ����#�,�f�8��`�4q
N0
+���˵u���C���a$�	��h�م�g�T76�8���^na�)J�Mkg�n$[�#��,��<;�[�³�=SX���R���nA����ԯ�e_t;�9�$��8F���a����é�(q�0D�#��p�	R"���e~�RZsi�t���[�
+� TƢ��Ӊ{�5�׫�=8�Zk�
�Y!cso/_! �E1�3��D�u�'p�-$~��ܦ��Ӹo��s[�����|<t_�����<�e3
ʂ�CU�%L��#�Y�fX0�ϮBx�q��q���$跼�eS��u*_�q�Ry�prA�b(�U�%+@W�UkW�a�8Q�J�đ���Qo&[� H�P�#~c��¯
+B_a�Wt��U��:��5���E�d&I�{�������0��&��g��`�(�^љS0p���f0J����2��
+ r@,N
�Q�H�A�Btl��L��G�"�y���v"���"�q�8��`�G��/����^���?R8%_�{�"���
� �F݅~�E2�\2�Q�Op���! ��2��3E�A!`M��	��+�`4 H�{'+lGX��7��������
"��g$���4cm˧������k�o�"u��	�5_�M���Z�#�-��C<��hgS���o�d�	5��z��"
+E�X��S�R����,�pi:�v_�� ;�V��Wy|�_e	�>�}MT��	
+��gq"��PǓ�{��~%����?q�Dſ:Z�_t�I.
+}��C79_
+��^-�'�K�ń��bޮ�8|A
+u���i���\F�a�^vA�X��gz��T�V���sOM[v"s
��
�sN0�ke7r��m!���S���
��	SbJ��	=���Y����y֯�q�R��=�͋\4�pm 	{R��
�)D�%@���y.�NN�˙h�?�G!r�'ɘ8n�B�4����}�������b��w���<<��s�Nv&�M7���%�h��Ba���=΢,�R;��ٛjÃ���[�CD�Wt�]-��^j�
�HZ�k������F����Xr��$��Eo"$�^���ʀ&qr��0pJ�,�����C���Lh���Lk�����ֱ]r��]̋��CU+*-�@/~e��S2�V��x���P×T�@�����Q�!�/���Y΅��g!>L,*Z�jH�p�'�A���m�7���5�p�ApO�ʛ�j���Z��㭿��}p0'�9��ƕ�,!N�??nxd!	2(��'PJ�ē�Wنu:C&S�Ib�i��I���G��}�$�p�Jw�2�N|*>�>�%<���h�eWIb
+l�v�$�$�P�u�:�&�ާ�/<�������*�A�\co��ef��C�����ʧ�D;�I(�K4K_7ʺ��5eq3�R�-���ʲ�
�_!z�����Ȣ��?,����3?�����Lh2�Q�a�'�Ut��o ����endstream
+endobj
+3838 0 obj <<
+/Type /Page
+/Contents 3839 0 R
+/Resources 3837 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3801 0 R
+/Annots [ 3859 0 R ]
+>> endobj
+3859 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [252.1469 179.7274 304.4235 190.6313]
+/Subtype /Link
+/A << /S /GoTo /D (sanitycheck) >>
+>> endobj
+3840 0 obj <<
+/D [3838 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+594 0 obj <<
+/D [3838 0 R /XYZ 148.7011 708.3437 null]
 >> endobj
 3841 0 obj <<
-/D [3819 0 R /XYZ 71.731 420.538 null]
+/D [3838 0 R /XYZ 71.731 703.1582 null]
 >> endobj
-3842 0 obj <<
-/D [3819 0 R /XYZ 89.6638 404.7621 null]
+598 0 obj <<
+/D [3838 0 R /XYZ 176.855 639.6015 null]
 >> endobj
-1698 0 obj <<
-/D [3819 0 R /XYZ 71.731 371.7211 null]
+3842 0 obj <<
+/D [3838 0 R /XYZ 71.731 632.5231 null]
 >> endobj
-618 0 obj <<
-/D [3819 0 R /XYZ 381.7631 334.5056 null]
+3843 0 obj <<
+/D [3838 0 R /XYZ 412.3745 621.6687 null]
 >> endobj
 3844 0 obj <<
-/D [3819 0 R /XYZ 71.731 324.1406 null]
+/D [3838 0 R /XYZ 446.4532 621.6687 null]
 >> endobj
-1699 0 obj <<
-/D [3819 0 R /XYZ 71.731 273.4347 null]
->> endobj
-622 0 obj <<
-/D [3819 0 R /XYZ 481.7981 228.2799 null]
+3845 0 obj <<
+/D [3838 0 R /XYZ 306.7655 608.7173 null]
 >> endobj
 3846 0 obj <<
-/D [3819 0 R /XYZ 71.731 215.8419 null]
+/D [3838 0 R /XYZ 71.731 588.6277 null]
+>> endobj
+602 0 obj <<
+/D [3838 0 R /XYZ 189.1389 557.9078 null]
 >> endobj
 3847 0 obj <<
-/D [3819 0 R /XYZ 71.731 160.7283 null]
+/D [3838 0 R /XYZ 71.731 550.8295 null]
 >> endobj
-3818 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
-/ProcSet [ /PDF /Text ]
+3848 0 obj <<
+/D [3838 0 R /XYZ 148.1582 527.0236 null]
+>> endobj
+1719 0 obj <<
+/D [3838 0 R /XYZ 71.731 496.9714 null]
+>> endobj
+606 0 obj <<
+/D [3838 0 R /XYZ 199.8526 463.6612 null]
 >> endobj
-3850 0 obj <<
-/Length 2652      
-/Filter /FlateDecode
->>
-stream
-xڍˎ�6�>_a��6���;9�d_`�@�I�=�m+#K�$OO��o�(K��3�AE�XU,֓֫�~z�j���1�2IlV��]�:��?�iA�
-�v�����_���\�IVO�U*
�|��Fe��VO���m7�~�5q�ߗ������O}8�Wյ����w{���a��8�)�u+�Ig2���
-�0%	��n�
�`��϶��|tŧo���F�� �׶Z������0���C��]���mJ�U#ӟ+��&�����+��28D�!�(RYept� ��Wu5�/�P���+�>���f��L�tl��V��:�td�#>2Bxd�ґii���kf��@�E¿�7:[��A�VI�%��G��D�ZL�'7��Q�<��,)]]mL��������������jŇԁVy��6��b�9� 썀�c{��WT�z�ȼC��ڊ��P
�Z��Ɏ���{O~�]o��*��v�C��^%If
7M.�"p�
-�M���j?�
-�k@�A�zt�����d�hp��{�p�#`��NPog 
�i�uN��
���
�;]|�,z�3��KIT���33=�̌/ec�5y',��l��bvQ�@�"b�
-�y7��x��7!��E���΍�����{�V�X.b��1�%�}��T���/�p��:4h�81�d�*S%q�?���-�ٚ���l�3�&S0x�G]N�kw��nl#�B�r`V�[��ˎ�@�Y���h_cPs	r`��I��q4��q��H��C|�_�CoK�0[��H��̃�\�@Ý(��@ǹ!�sj����5�ړ�ҳ�eKa'���:pD��l��=�T'7�14��S;Y�FY2't!+>!uv<�NDs�oW�x��	����툱›�,��8�SP�=����l=G�v�JB��S���s�7E��5�p7��݌�tW���^��XB�G*�a�f�1G�"x�MMHx�ߍ�o8F*6Ar����"�l�+�,с3尸���g�f��WC�5X
���ZuAh�‚Z�V��7�����4Q��7�}�y]݂�ھ��ʾ���g,��-ԭXt�VJ��h���3�A%7$`J���bl�+���5�|�$�,�ߖD�D�*Mt	nZ�ۯ�= �U�U���C��$3�5��L�YCW����/��Т�ֶ^ڳ���󜇩��#��tl�e)2�ۓ����ݩP�ڃ
-��J�jJ�E�����r�TJX�8�[k?
�i�q���aEz0
-�><r���2�^A�1J?`՛q���C������R�$�a���|�9�P5�Y��b��~n�t�e��~�h��>&v~C�zM+\�N�\e[_x��R����}�%p�B�z������#Yq*�(�K���8(z�C�|�T'�!A��l����n��h���˭�|�g�	��b�Ku�N�[�~'�(��"0J�^5>����
-��2w�}��t&AX2?�$G;^���6b#ި�v˥)�];�#w��'b�����Ǫ�j�hKn
��7�M�b��6��I#L:�����1�B�]������dyd=7���d?)�Ny.�
ջ�ܹlb��|2X����}�_w�e��)����u�@�G�: �d�<�t��^&�粵%I�d������?@�_;�g�!Ğ��_�w-�-Q�Y|9Qy��G^1�#����L:-�D���Luu۝8��LTŨ���Jg�QxM��i�.b*�=��]/(Ro��:�0J��`3G�a�E4���R��!\8]�N|2\>ڒ��B���8ѥH_��@�txS&Ɖ�z�-Ξڻ�ϑ ��|8޻Gh�p���eD@���!�E��pų�e+%��ڷa›0���iv��vY��$�>���t�2v{B��I���a����v��;=�-��-�8�pU��Ƅ�Ԣ0�l�~]�QvR	wm3�e����~z�A�-S�Eu���ŕo���J��/NS��3��勎5����*~���iz8�ٻ٩&��z-�o56��1�,�:��y3�䙃��
-߲$C}���`���U5SrrM��Lg�=�[�����N�HlaJ��e���|<����߼&�E0���<CV��UF�*�Q��8���h�<Q���
��zH��d��(
�U	�Y�@�V����E��%`�~��ru߰p��rD�B1�^���.��y�Ő'���fxV��9��{�R�� �-���	��5�V��BC�`�:�D%����؎��;O���Y(}�o�b,>�1��3��Y7xJrFzN{d4����U��E:\\g�a��`����-OIBm*@�‰��ȓ2�w�e�T<}���Zd~��ȟ~��HO���X_�\�)����I�MȭNu�t���8���"1�[��:YLA8�rh�L_���M�4j(6=c`q��<u�\^n��p@ڔn�E&S��Ta�_�#7?,�Kd���]�!Ur`��iP K��4�<�^N��Z�΂"D�rFD��ye����gP	�
-��o7�W�#5��~ﵺm���`�6;����H���~>�2$��ad��9d��t��(>W�������P�koY��t����u����26)��D	'��y����p�endstream
-endobj
 3849 0 obj <<
-/Type /Page
-/Contents 3850 0 R
-/Resources 3848 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3749 0 R
+/D [3838 0 R /XYZ 71.731 455.0237 null]
+>> endobj
+3850 0 obj <<
+/D [3838 0 R /XYZ 159.6658 444.7322 null]
 >> endobj
 3851 0 obj <<
-/D [3849 0 R /XYZ 71.731 729.2652 null]
+/D [3838 0 R /XYZ 71.731 424.6427 null]
 >> endobj
 3852 0 obj <<
-/D [3849 0 R /XYZ 71.731 718.3063 null]
+/D [3838 0 R /XYZ 186.5893 413.848 null]
 >> endobj
 3853 0 obj <<
-/D [3849 0 R /XYZ 416.5658 708.3437 null]
+/D [3838 0 R /XYZ 71.731 411.6912 null]
 >> endobj
 3854 0 obj <<
-/D [3849 0 R /XYZ 151.9594 695.3923 null]
+/D [3838 0 R /XYZ 118.5554 373.1272 null]
 >> endobj
 3855 0 obj <<
-/D [3849 0 R /XYZ 71.731 675.3027 null]
+/D [3838 0 R /XYZ 232.2278 364.6628 null]
 >> endobj
 3856 0 obj <<
-/D [3849 0 R /XYZ 118.5554 636.7386 null]
+/D [3838 0 R /XYZ 378.4963 341.3502 null]
 >> endobj
-1700 0 obj <<
-/D [3849 0 R /XYZ 71.731 594.8054 null]
+1720 0 obj <<
+/D [3838 0 R /XYZ 71.731 299.5047 null]
 >> endobj
-626 0 obj <<
-/D [3849 0 R /XYZ 341.2701 556.4197 null]
+610 0 obj <<
+/D [3838 0 R /XYZ 186.2988 261.2267 null]
 >> endobj
 3857 0 obj <<
-/D [3849 0 R /XYZ 71.731 543.9817 null]
+/D [3838 0 R /XYZ 71.731 249.0555 null]
 >> endobj
 3858 0 obj <<
-/D [3849 0 R /XYZ 71.731 519.7523 null]
->> endobj
-3859 0 obj <<
-/D [3849 0 R /XYZ 71.731 514.771 null]
+/D [3838 0 R /XYZ 71.731 206.6265 null]
 >> endobj
 3860 0 obj <<
-/D [3849 0 R /XYZ 81.6937 494.0137 null]
->> endobj
-3861 0 obj <<
-/D [3849 0 R /XYZ 71.731 491.8569 null]
->> endobj
-3862 0 obj <<
-/D [3849 0 R /XYZ 81.6937 476.081 null]
->> endobj
-1701 0 obj <<
-/D [3849 0 R /XYZ 71.731 473.9242 null]
->> endobj
-630 0 obj <<
-/D [3849 0 R /XYZ 249.392 436.7086 null]
->> endobj
-3863 0 obj <<
-/D [3849 0 R /XYZ 71.731 429.3563 null]
->> endobj
-3864 0 obj <<
-/D [3849 0 R /XYZ 356.5636 416.5841 null]
->> endobj
-3865 0 obj <<
-/D [3849 0 R /XYZ 71.731 370.5917 null]
->> endobj
-3866 0 obj <<
-/D [3849 0 R /XYZ 71.731 287.9017 null]
->> endobj
-3867 0 obj <<
-/D [3849 0 R /XYZ 71.731 236.096 null]
->> endobj
-3868 0 obj <<
-/D [3849 0 R /XYZ 71.731 221.152 null]
->> endobj
-3869 0 obj <<
-/D [3849 0 R /XYZ 108.8889 199.9963 null]
+/D [3838 0 R /XYZ 71.731 162.7909 null]
 >> endobj
-1702 0 obj <<
-/D [3849 0 R /XYZ 71.731 148.7883 null]
+1721 0 obj <<
+/D [3838 0 R /XYZ 71.731 118.9553 null]
 >> endobj
-3848 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F23 1270 0 R /F44 2154 0 R /F48 2167 0 R >>
+3837 0 obj <<
+/Font << /F33 1398 0 R /F48 2196 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3872 0 obj <<
-/Length 3144      
+3863 0 obj <<
+/Length 2782      
 /Filter /FlateDecode
 >>
 stream
-xڍێ���|����Z��5}�ɭh�rҢh���i[=��RR�l��3��$[Z;�S��p8�;WlB��T���2�妸|7'����(;��͑�����{�6y�'2�|:n�0�0�7��A�l�����7g���>�dnU@���.;����@_��ʪ�O�����}7�U��p��kɣT*J$2��A�Ģ
-DHd-Ͷ?�'��|���oM_����}��2	������N���Q�h���I!`��e���0����lh��eU�om8��v,tU�)����'�=�fAZ�7�i��MM��<�x�J�TFw~cm��O2���x����2��M=1���MO">��A��|p�3� �ǒ�".!@YD$a9�j���z�[�@	�팹U�@�Xm�4
-�$�V�a����H�<,�!+?����x��X�eA�EX`�G��B�����"�Tj���t<�o���8mP�+x}"޾\��N��[���5����q��*����`�ũ\��XQ��O�Y*̷e`��a�=��X�m�`VaT5��3A�_3�dS�d��l��4l��r�>A��
CF�@<o��PW(7f	�%&AEѵ|&�u����3=؈��PvhZG��r�߷f�Y$,ܛ3ȕ�������S�i�����3�1\�!��bh�Bp$��=�N��Z��0ȅP�%N����7+�h@�Si�%�9Gv�~���К�
�5,M���=�>�Йi���žy�y>�}�~����W��?�G|Y�KQ
-w{qtou���xIvJ*tap���J�`���Ln}hw�0���l
-s��`h�Ogc͕�<���<����	��$����V�ף^yu��,Ӊ=�u�i�^@l
-��דF�ͱ�.pA'[fy�$*[���wd�/z�‚6��S7�&���G6�0o@�Q��1b=`eI�*$Q�l��8���>�Z��^��	2�0�4a�uG<n*�ׄ�-�&�eaAY��q᢮oʓc�2,4)m���{�"C��8���5b=`vI�=]�FH���0�1���P] �N�w>P��u�X�}�U��-���eaAY�ض�ۨ'c��<u�Rm�[�C���Q�8R��}��X^R{OeԂ�4�
-K>`�c=bdAm�2hP����7���8��.�X�@����|��@-g�?뎠e�6b�B
-�`
-��*`�G�L�6��?<����t�i�e��� Ӛ��y�P3�b��:��p���� �3�#ğ��G�(��R��.ϕ����L�t\����'�vlh�z.�4aH���&�H1tP����Z�P�՞cb �Kc��d5�K=��i65�)��rzᠨ�?6s}RJ!F:RR�������*[6CG3�1ǚ��v$�'��rX*rS('�3��d3�"ɜf�4�K��	�e����B�4�gF����V.���Ky*�Myw�E��vs�OuKka�I �qB(�ir���-W�N&�� �bo�Or�ST�>	,��S��8������)1ιt!�%?�����?�:�rTIO
-��_�ɳ����'`�z�}j��t�4N���[N��[w��SN�my݅�%kՊ�\�X��#ӫ2C�K�ͅ&�J%�\����;7Cu ��O\늄Һ~�[]rE����=�4���r!��b gC�+=�ɕ<�燞fI�+'��Fd8J��P_
��h�/A��V��WM?��4�/�g����*�Z�{�e?Re�&'�Ǔ�u}rQ|�/U��;)�L�"@Q�*�v���9��3�\Zp�8��
-M_�g1U�Y¢���ȁ" �
A<�0���y�<�3S��5�rߜC�����7̔>G��=��[����)�H(���Ǻ�od6�2VTav5.�r~�	��u�
7��q���}Ä�9�b��#�U!�G�FGIet7eu�(]��B@�Fb� 9��r,�DJ*͒
x�<�5��
-Λ@�����T^#��=v
-J�4}��B�8^�,��L9a�oSۚ���{p�Se'2d!x�H�D��u�O�ǷNt�
-�"��-?A�v�(7��B�p�9P�q��pڿ���}
��q��@U�<�4��Z#x%8A\c{��\xFp1Xjv t�+��Ci!�Q���7G䮱S�!�$NH:�G3$�W1�+	�A{�_f�>^������w�1���k�
-RV'��_��4|��g�M^���\v�—���<������X��9�t1锁�p�5��ۧ�H�~�r3S�G:�0PY�ڎX��2�+��U�^
I�A2�0�)�1;8�
Θ
-4�D�u�R�*r3\�AP���Wpk.�b�
��<��p:���F%��_>O\c���{�r��4;E�8��3��ݚsŶ�a��p�C��^Fk^0)z��Xd郢̖Lxv)9R*��j嶅@����e�����`>�s�����]�;�I:'��_��,o�B��~���>I:���7j2�«�F��=
-f��f<*���
��B�oR��������˹�T/��C���-�@��2>��ո�XG���)5����f�"�����)L7��9�FיDn���>&�=�x�w}��Y>�������x���1im	Ȭ��#�%7ס<��0�7��z��!��W[� �\�C�����*e��(%���<r�V�3��/L�M�-dA�^���y�T��>����~�u�7z�y@��o+�NV�(�ɪ�+�ޖ���Q4&^���i0M҈hG�������7R)yE7��F�����y^#�k�5zD��Γ����
 R��8_O��V������Է�5$�$��e'��1,I=�O�_m�`_��y@����v�Ki-�x���8e*���8ඍ�i$�P0#�YCzr��7pr
-�)P'��v���
-w]9����^y�ƻ��+��ZS���N����hz.O�j4:T;�̓�}�5��jIUM�a������@B.��}*ۯV2g��t9e'��x�|�h�3���	�w,8��
�Z�����ٍ{.�}��K���4V���U�D{.;Gw���\0N)����wh�DnjP�����E_\�停uA1����?�f8�8�e
-
-5R���� Z����QO	endstream
+x��ZMs��ϯP퉪��$�Ϲy�;)�2���S6��H�b
E*$5�O��A�����K���F���~��|�VI�?<c<���8~�W���/Rِ��U�����!V�b���U��,��l���(HW����C~d���������X5U�yFѧ���U]��m��ᗭ<	�R�M�֥�\���� 
+��f�~Ē0I����r,I���~h���Rɺ�?`$q&�6<`Q�q�}{��!�N�2��ݫ_1�KK󱑗�,�9`�廪��W���[t2Ȧ���;6�q��L�
+
XW�ց�ѼY�G���L�]~�}�P�Qˠ&p�EA�'���i�`H7v�p�{�PP�k�{����D�s�Ѿ���˼+���P"�L�9]>�Y���&83yrG�=�C�CN^� ���mIq\
��K���
+]�j�n&4`Vj2������zyl;j��TWmpY�qȻM��%vDžw�v-���1֠�6�+�z9H�@#��y�:�f����@|�T�[�j��m�
+�̇�m�X�,����GB&f1�'�Lu���a��,~>(�Or���K�Ÿa�{9��*�H���՞p�xӟ�	�}�9a	r�L7�@��1�+>�-���U�W�^S���!W�}����$u��Pr�Sk�1���X���'��������'葒�&�T�q�@?��V�k����4%�!��Cu�4�
%
M'�A���1p�T����4�uE�z[(���7�*�ęM�f��)���V�������?�GE%��-d�EX�4���\��d�H-I�����:An	�瞲CD���`_G}�jA�{X�o�j�YWǟʼ<�-m��_H8�9�X>��N	Ze՟�����O�-]�����h�*R�X��ڝ;���s��NV���}9Ui�G�%gtʳ?��#�cN�VdL$<�u@���Tإ��G�7��!f���r9�T���9>�O�gc��vQWk(��	w4�+�
+ǘ�>>����m��\�9��^����rp�*6����ѱ����1��\�U;I���u�=��c�;/�S�	�꾭I��|��f��$h��;ꈜA[ �(���>�|�SG�z!
+Lɛ��UBژ�`f�8��*��<�1d���!翣��҇	�N!of"�:���(?.`H��B��^�%(	��t��7E�̀�̇|���Dٴ&��&��4hT�ׄ�ɀ_}ڢl�S�3�*b�s��a���)�FD����s��������tcf<�so��H_�Rp�	vz:�<R�hJ}<�Y{� l&]f����9?F!Ez}(s�&�L�LԘ���%�v�"��c�&�]����J��4�mD_����:������CA�����o�qY:n�_���	pA��Wu	e�|@F0��M�U��-2Jgk�ue�j�\@��*!�4���&0��ֲ{7e�n��d,��`Q
WA�6I�� r����(�����܇e�Nl�I轞�Sc�;
���ԧ��Ɉc��q��t�L�w���+2�tL�N^�j�Q	�(M4?8����o9���3��e��v�S��#]���Zթ���Qk����ƽ~�w�,
�����Us}�������W���Iֲ���B�|׎�2n�t�F¤��͜���di���:K���`�Se��%ۑe5̫AnH�-�t��,y��6��8
Y���h�~�.F��ڸj&��p�������(9��e�s�Y�V�I±1K�nX,U
4��i(ߵ�a\e�I5��5��&�b}VWL:�(aa'S�=t�	;< �m����E�&�����X,|H�p��(^Ɯ�ڸj����N���$� �n�a�n��E,�SN��s0�����n��R��v-"�R4߅[�����ے4�v:ɼ��\87����u�|q+m�;����OS��y�`�JW	�U�E0���M0.|X$'��sѵ���%��Yl��c�e���^DC���G(�=>��(��U�]�t��	�+����\`���h���ޘzt/�)q��$�ʜW�&�5�0��)��U?so�����Ƙ�1�Ʉ�]��r��A�}6r����(�D��@�܇eԹN|�e"�0��/^���m�\w|(��H<�_;K�-�cs�޶�4#<���	t�P(�;�֬H<f��\�&���h�W�̥?!�w��x�{cA�c�u}�A�Y��ZXدbZ�o
��,�P���5Q1��É#dA���ZW��]Z���P4/|P�"?Hn�`�n��e\L}xWAT�X�,a�^
b3î�Ď�� 6J7�xa�w�܇� v�xә�#����%9©_�eU�F�|0+��a�p�y<�~�!rˍzc��$6l6�N:x�����_�QbsA���9�,1n�������snfLc�nt���L.�Qt��]C�W���@ӯv�y�c.Z��6x��8f�e��.E�����U�[�[_�6�/|X��ĉG�
��w=`pX�����*N=�->����[y��<�Lj��� Jm�	:x4��0l��<�'C�Tې5��$xMG�O`|��R6��6zސ`c�x;��8}��Ş���X��?�R�o5]q
+��$���b�"-*�w$HL���LC=�L�1Q흑��c��:���5F�3>yY�9[�蜍OGٜ�MVW>��,
���o?��%�#�?�2kI�u]�7����"Zendstream
 endobj
-3871 0 obj <<
+3862 0 obj <<
 /Type /Page
-/Contents 3872 0 R
-/Resources 3870 0 R
+/Contents 3863 0 R
+/Resources 3861 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3749 0 R
-/Annots [ 3877 0 R 3886 0 R 3889 0 R 3892 0 R 3894 0 R ]
+/Parent 3801 0 R
+/Annots [ 3885 0 R 3886 0 R 3893 0 R ]
 >> endobj
-3877 0 obj <<
+3885 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [242.3291 671.6118 289.7803 682.5157]
+/Rect [683.8881 325.0557 743.1654 338.1714]
 /Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
 3886 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [140.144 540.3839 206.8933 551.2878]
+/Rect [634.6345 313.9326 693.9118 327.0483]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
-3889 0 obj <<
+3893 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.1609 522.4511 268.9102 533.355]
+/Rect [315.6739 241.041 362.4979 251.9449]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-tarball) >>
+/A << /S /GoTo /D (bugreports) >>
 >> endobj
-3892 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [213.2291 504.5183 279.9784 515.4223]
-/Subtype /Link
-/A << /S /GoTo /D (upgrade-patches) >>
+3864 0 obj <<
+/D [3862 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-3894 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [80.9762 448.1049 135.2722 458.6352]
-/Subtype /Link
-/A << /S /GoTo /D (template-method) >>
+1724 0 obj <<
+/D [3862 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+614 0 obj <<
+/D [3862 0 R /XYZ 233.4164 705.7477 null]
+>> endobj
+3865 0 obj <<
+/D [3862 0 R /XYZ 71.731 696.9249 null]
+>> endobj
+3866 0 obj <<
+/D [3862 0 R /XYZ 71.731 645.2347 null]
+>> endobj
+3867 0 obj <<
+/D [3862 0 R /XYZ 71.731 630.2908 null]
+>> endobj
+3868 0 obj <<
+/D [3862 0 R /XYZ 71.731 567.526 null]
+>> endobj
+3869 0 obj <<
+/D [3862 0 R /XYZ 285.3061 554.5746 null]
+>> endobj
+1722 0 obj <<
+/D [3862 0 R /XYZ 71.731 539.4664 null]
+>> endobj
+618 0 obj <<
+/D [3862 0 R /XYZ 271.6858 502.2508 null]
+>> endobj
+3870 0 obj <<
+/D [3862 0 R /XYZ 71.731 491.8858 null]
+>> endobj
+3871 0 obj <<
+/D [3862 0 R /XYZ 71.731 462.754 null]
+>> endobj
+3872 0 obj <<
+/D [3862 0 R /XYZ 327.8178 451.2421 null]
 >> endobj
 3873 0 obj <<
-/D [3871 0 R /XYZ 71.731 729.2652 null]
+/D [3862 0 R /XYZ 71.731 444.104 null]
 >> endobj
 3874 0 obj <<
-/D [3871 0 R /XYZ 71.731 741.2204 null]
->> endobj
-634 0 obj <<
-/D [3871 0 R /XYZ 290.9525 707.8408 null]
+/D [3862 0 R /XYZ 81.6937 423.3467 null]
 >> endobj
 3875 0 obj <<
-/D [3871 0 R /XYZ 71.731 697.4758 null]
+/D [3862 0 R /XYZ 81.6937 423.3467 null]
 >> endobj
 3876 0 obj <<
-/D [3871 0 R /XYZ 71.731 674.7648 null]
+/D [3862 0 R /XYZ 445.6032 423.3467 null]
+>> endobj
+3877 0 obj <<
+/D [3862 0 R /XYZ 71.731 408.2385 null]
 >> endobj
 3878 0 obj <<
-/D [3871 0 R /XYZ 86.9811 661.8134 null]
+/D [3862 0 R /XYZ 81.6937 392.4625 null]
 >> endobj
 3879 0 obj <<
-/D [3871 0 R /XYZ 146.9968 648.862 null]
+/D [3862 0 R /XYZ 81.6937 392.4625 null]
 >> endobj
 3880 0 obj <<
-/D [3871 0 R /XYZ 395.8718 648.862 null]
+/D [3862 0 R /XYZ 71.731 377.3543 null]
 >> endobj
 3881 0 obj <<
-/D [3871 0 R /XYZ 247.6993 635.9105 null]
->> endobj
-1703 0 obj <<
-/D [3871 0 R /XYZ 71.731 628.7724 null]
->> endobj
-638 0 obj <<
-/D [3871 0 R /XYZ 367.2019 591.5569 null]
+/D [3862 0 R /XYZ 81.6937 361.5783 null]
 >> endobj
 3882 0 obj <<
-/D [3871 0 R /XYZ 71.731 581.1919 null]
+/D [3862 0 R /XYZ 81.6937 361.5783 null]
 >> endobj
 3883 0 obj <<
-/D [3871 0 R /XYZ 71.731 569.2755 null]
+/D [3862 0 R /XYZ 348.7394 361.5783 null]
 >> endobj
 3884 0 obj <<
-/D [3871 0 R /XYZ 71.731 564.2942 null]
->> endobj
-3885 0 obj <<
-/D [3871 0 R /XYZ 89.6638 543.5369 null]
+/D [3862 0 R /XYZ 71.731 359.4215 null]
 >> endobj
 3887 0 obj <<
-/D [3871 0 R /XYZ 71.731 541.3801 null]
+/D [3862 0 R /XYZ 71.731 303.8056 null]
 >> endobj
 3888 0 obj <<
-/D [3871 0 R /XYZ 89.6638 525.6042 null]
+/D [3862 0 R /XYZ 81.6937 288.0297 null]
+>> endobj
+3889 0 obj <<
+/D [3862 0 R /XYZ 81.6937 288.0297 null]
 >> endobj
 3890 0 obj <<
-/D [3871 0 R /XYZ 71.731 523.4474 null]
+/D [3862 0 R /XYZ 71.731 272.9215 null]
 >> endobj
 3891 0 obj <<
-/D [3871 0 R /XYZ 89.6638 507.6714 null]
+/D [3862 0 R /XYZ 81.6937 257.1455 null]
 >> endobj
-3893 0 obj <<
-/D [3871 0 R /XYZ 71.731 500.5333 null]
+3892 0 obj <<
+/D [3862 0 R /XYZ 81.6937 257.1455 null]
+>> endobj
+3894 0 obj <<
+/D [3862 0 R /XYZ 71.731 242.0373 null]
 >> endobj
 3895 0 obj <<
-/D [3871 0 R /XYZ 71.731 444.1198 null]
+/D [3862 0 R /XYZ 81.6937 226.2614 null]
 >> endobj
 3896 0 obj <<
-/D [3871 0 R /XYZ 71.731 378.9891 null]
+/D [3862 0 R /XYZ 81.6937 226.2614 null]
 >> endobj
 3897 0 obj <<
-/D [3871 0 R /XYZ 118.5554 340.4251 null]
+/D [3862 0 R /XYZ 71.731 211.1531 null]
 >> endobj
 3898 0 obj <<
-/D [3871 0 R /XYZ 71.731 286.8355 null]
+/D [3862 0 R /XYZ 81.6937 195.3772 null]
 >> endobj
 3899 0 obj <<
-/D [3871 0 R /XYZ 364.9188 254.178 null]
+/D [3862 0 R /XYZ 81.6937 195.3772 null]
 >> endobj
-1704 0 obj <<
-/D [3871 0 R /XYZ 71.731 239.0698 null]
+1723 0 obj <<
+/D [3862 0 R /XYZ 71.731 159.5117 null]
 >> endobj
-642 0 obj <<
-/D [3871 0 R /XYZ 244.4691 206.7559 null]
+622 0 obj <<
+/D [3862 0 R /XYZ 271.04 120.1393 null]
 >> endobj
 3900 0 obj <<
-/D [3871 0 R /XYZ 71.731 198.1184 null]
->> endobj
-3901 0 obj <<
-/D [3871 0 R /XYZ 71.731 146.8157 null]
->> endobj
-3902 0 obj <<
-/D [3871 0 R /XYZ 71.731 131.8718 null]
+/D [3862 0 R /XYZ 71.731 109.7743 null]
 >> endobj
-3870 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R >>
+3861 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3905 0 obj <<
-/Length 1760      
+3903 0 obj <<
+/Length 2066      
 /Filter /FlateDecode
 >>
 stream
-xڵko�6�{~�>�=ĔH�}Y�mE�+�t���lѲVYTE�n��w�Q��Y����;��AS/�?�%�$�G���/��O/.�CY9��������^F��������$A�y	g$�h�].���V�n�bQ��קžj*�)��/?Uu�/�������y�����^	G��2�d"��$N#�,�^����b+�Z.Y�8�T�R;(<�U��h6�$��n�~�7�Cn�(D�%�}[��Q希��S�(��K��s]����}}�ۯ���)f�蛶�������2��(#YDC�����	��Z�n��L��D@�(�)8�P�s���b:A�p��i� X����ǣ����_O|z�e5Я(0�b�_�r�eY5���,K�XC
-tv5�1�UF;��*ods����ج�U�Ɏ�ՃȮ�ba@}��I�GO؀���6W�(��
-%��&�4��Bo�(x22~r������^i������@�:o�==g��˗�x��!r-�I��͋?^�z�t��1��������5�lvb�^	ݷ����t��
�{/f!7��D���Z(�?�{��ط�n��_�m���P��}�*bB��=�;��ɅƑBo���i!���(	��1FxH]!�LÓ4�(�2y��#0�S£ ����a�F&�0���:�=�Yo�qĽ0mX�b7�mձ����4
	�3�I���/��p�M2K]5��B�_b+���^������{�B��AB(��4
���BE�
�k��H���
��cg���	@w�{~�搤!.�U��5�ىJ�h����m�Z��RK[�
�f�7�P��LxB�MI��LEa��%���C���%3E϶���v�5�P��EW
-CK�����P_z<�>5�T���4��n�"�����l@A^m��ޒB����Zl�ܔ0G2irp2i";�K�j�:���s�t����E��
-5l�%f���h�G�����F�Y��N!dN0o�B��y!�`Lc�������AH�Y�(��dp	���A���&�FP�7m���h��q��:���$�{�����lLk��#1x�: &�j���h4v�����F�����^`�dr��u54��'K�kXG�/�QN�;�yU�JS�9[��y5^+hʼ��aCI���I�����M-�!�m6��1�N���7��xd.�atX�tQ�����q��ͦ8! .PS
�ɜlO8.��"@�"vglIF�`>��qx���t:�f	�����g2�;�7kkXK�`��5.@�L����t���[����V��V*U��'L��G����f^��9�ȕ*�&
-S��	��2�G���s6���l5Pl~���J9�����=q�P��ڲ:��N�>��w�(ϛ����8��Ϥu偧C�Ceew3p��5\+��(�jo�����2�����]��t
-���l���{�w��N�J�	w��n��:fR�:5B;��&T��ڞ��J�1�!M|�7�#?e�6sW;����6��_��3����V��j�1B	$)?�Qϋg|����c��E�D�t��[�Z�G��tN�Nq��U٘I�A���(��M��f��D��~#�ȅ�1R|;��Jk9�3�&0����{ͷ�) I���ù������%"�ɩ�0���؆)n�|��0���Dd]|e�C ͥ8n�92%)��{�����/b����DQ��_��0��Cendstream
+xڝXݏ�6�_a��l�ˊ�d���l�Cit���=�E��ʒ���ۿ�f8CY���@���������r���%R$!|�Z�U�f�ӛ`v������r�<w}�w�7?|��Z�Wj5��gQ�$H׳$T"�e:�d����ܘjq��`
+����lak���@�w��o��z��߼�t��a"�)��׭�*���o�"���i�}���[S�&;]�`k�[���92S�*�5Mm1VZ`�u�\�R����*}+
�~0�Ɩ�7��Bި�
+�LU���55n��ޣyN��9zo�+-T0o�g�k2�xC>c_�-2?�?#�Y8�h�R�ڝLS��5f��*�p1���Ln
+7�ݷuS�h���<�Yn���HH�N�G����-��	G����k��
ћ���ȴr[�~���+|:I޳�#o�#,Ӯ�f��`Ȓ=*"m�)h�ֆ�m1���FoumM7��E�ʜzF��z��-"�X���"����Iyet�D����,S4K��t��)3�(o��w�d�0��i�*٧��A�4��X��ӎ�"�׊R�;�c(�+츙*�Q8��^.�^��D���eE�/gSi�1�><�%I<�N�GsJf=W��lc�H]d4����1�<B�[��ф���Z�8��Ƹ��G�O�_H��3I�3[����{c�#usİ�-'����
����JQ�7/��A��ق��2�I��1�p�� ��,�\���H$�4pW�˝�!���0��x-d�2� ����g�@w�JQ�dͶq���B�.*B.i��	����=Q8.lF��@L���5�3���}@p0`�6��<58��'C$����U�[�!G�t�QA`��X�`�~p�OW���<�Ë\��b�|�A�p-�D�R�'�W�2����=�C���5ۿ�r/e{�;a����1�f��(��J��D�r��eY����x�kh����A_RJ:�-1��T�����w\<��#~�r�C:��AS^f�F�Q��oKቜ����h�A��%Rq�Z��;�z��Ю�8h�`NA�.h��U~�����q���#/�Z�VPN��UZX��1�>�p �ԻF{���;�����b�Kb���!-��bưh~,Qڅ��hx�͆�ᅐ�]'�(Gc\�/i��'���F�N,���̲eo��_mXsב?^}sdƺ��G��� ��O��tf]0�P������q�Q]�����ٳt=�IUE#��3
�.O
+5���C���B���#u�k�^+7���
f�>�z�F2��g�}��\�K����ʮ�Bx�7�x# ���d��
+(����0�bE�������\况,4��#ӵX��t���S�ozE�ٜ�#DZ}�LEɦ��2x�����l�7���)]�<cY��حȗ-��z޲^K=k٩#_���*��F>��7뮭*h�}4��5h�����n�����e-��4�T�b�aI���%��@w�EB��n/q�4vՉ�P�Bg�����lE�KD��9��v1�k:,�}Ma���[
+^��b`�z��轵GqNE��|�
�]�?J���k�ߵ�����o�r+�G�7����w*{a��.�$�T���cy�9~�׎��ve������y��|��1.��Q���\IH��P�e�}<,~��bpb������Ц�f
+�!e�P8��W�����/�?|����?-yww[�i��I3��(��Z��)�=�rMs4� �Ƌ����9����U�q�����L�\7p�/�;���<W �.vg�4Ɠ+z�����Gun���/_�{1�ݕ'3l|}{&�yp�s�Ot���T�G?դ������_�;������_D��g�k�\@Іb�!Em�G��5���ru��\�Q����|����%���b�a���`���2SL��Ef��q�Q�����S�VD�|�!d��@�&W���|�|>�m֞ᙢ󭬾�=��}#QoY
]AR�/ᰝvw:�榡����T�r�~����O�J`5H;Ih�x��o���v0�endstream
 endobj
-3904 0 obj <<
+3902 0 obj <<
 /Type /Page
-/Contents 3905 0 R
-/Resources 3903 0 R
+/Contents 3903 0 R
+/Resources 3901 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3935 0 R
+/Parent 3801 0 R
+/Annots [ 3906 0 R ]
 >> endobj
 3906 0 obj <<
-/D [3904 0 R /XYZ 71.731 729.2652 null]
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [201.9014 707.2479 261.1787 716.0945]
+/Subtype /Link
+/A << /S /GoTo /D (edit-values-list) >>
+>> endobj
+3904 0 obj <<
+/D [3902 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+3905 0 obj <<
+/D [3902 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+626 0 obj <<
+/D [3902 0 R /XYZ 279.0164 663.99 null]
 >> endobj
 3907 0 obj <<
-/D [3904 0 R /XYZ 71.731 741.2204 null]
+/D [3902 0 R /XYZ 71.731 653.625 null]
+>> endobj
+1725 0 obj <<
+/D [3902 0 R /XYZ 71.731 613.8133 null]
+>> endobj
+630 0 obj <<
+/D [3902 0 R /XYZ 219.0243 570.7158 null]
 >> endobj
 3908 0 obj <<
-/D [3904 0 R /XYZ 71.731 662.416 null]
+/D [3902 0 R /XYZ 71.731 558.2778 null]
 >> endobj
 3909 0 obj <<
-/D [3904 0 R /XYZ 104.0099 650.8593 null]
+/D [3902 0 R /XYZ 441.4437 536.2052 null]
+>> endobj
+1726 0 obj <<
+/D [3902 0 R /XYZ 71.731 508.1455 null]
+>> endobj
+634 0 obj <<
+/D [3902 0 R /XYZ 311.2372 470.93 null]
 >> endobj
 3910 0 obj <<
-/D [3904 0 R /XYZ 104.0099 639.203 null]
+/D [3902 0 R /XYZ 71.731 460.565 null]
 >> endobj
 3911 0 obj <<
-/D [3904 0 R /XYZ 147.0485 615.8904 null]
+/D [3902 0 R /XYZ 190.7774 450.8055 null]
 >> endobj
 3912 0 obj <<
-/D [3904 0 R /XYZ 104.0099 604.2341 null]
+/D [3902 0 R /XYZ 71.731 417.7644 null]
+>> endobj
+1727 0 obj <<
+/D [3902 0 R /XYZ 71.731 386.8803 null]
+>> endobj
+638 0 obj <<
+/D [3902 0 R /XYZ 261.227 349.6647 null]
 >> endobj
 3913 0 obj <<
-/D [3904 0 R /XYZ 71.731 556.2282 null]
+/D [3902 0 R /XYZ 71.731 339.2997 null]
 >> endobj
 3914 0 obj <<
-/D [3904 0 R /XYZ 71.731 534.2964 null]
+/D [3902 0 R /XYZ 71.731 327.3834 null]
 >> endobj
 3915 0 obj <<
-/D [3904 0 R /XYZ 118.5554 493.7637 null]
+/D [3902 0 R /XYZ 71.731 322.402 null]
 >> endobj
 3916 0 obj <<
-/D [3904 0 R /XYZ 225.6892 482.2867 null]
+/D [3902 0 R /XYZ 89.6638 301.6448 null]
 >> endobj
 3917 0 obj <<
-/D [3904 0 R /XYZ 332.3173 482.2867 null]
->> endobj
-1705 0 obj <<
-/D [3904 0 R /XYZ 71.731 437.0538 null]
->> endobj
-646 0 obj <<
-/D [3904 0 R /XYZ 277.0224 408.4073 null]
+/D [3902 0 R /XYZ 71.731 299.488 null]
 >> endobj
 3918 0 obj <<
-/D [3904 0 R /XYZ 71.731 399.7698 null]
+/D [3902 0 R /XYZ 89.6638 283.7121 null]
 >> endobj
 3919 0 obj <<
-/D [3904 0 R /XYZ 86.3959 376.5268 null]
+/D [3902 0 R /XYZ 71.731 276.5739 null]
 >> endobj
-3920 0 obj <<
-/D [3904 0 R /XYZ 71.731 369.3887 null]
+1728 0 obj <<
+/D [3902 0 R /XYZ 71.731 235.7271 null]
 >> endobj
-3921 0 obj <<
-/D [3904 0 R /XYZ 401.1475 345.6426 null]
+642 0 obj <<
+/D [3902 0 R /XYZ 286.6291 192.6296 null]
 >> endobj
-3922 0 obj <<
-/D [3904 0 R /XYZ 71.731 320.5717 null]
+3920 0 obj <<
+/D [3902 0 R /XYZ 71.731 180.1916 null]
+>> endobj
+3901 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3923 0 obj <<
-/D [3904 0 R /XYZ 104.0099 311.0723 null]
+/Length 2720      
+/Filter /FlateDecode
+>>
+stream
+xڍM�۸�_1ϗ�ߛQ�m)=%�l��u'�v�=t{�-��F����� @}x�I�"A_��B�EW�(�&��� γ�j߼
+����W��0����ݫ���$WeP�q~uw��a�
��j��A�E��]�����8Y�mn�,\'}�T�j��jz��������������,�e'������x;���6,�$M��C}���%���&
+׺��g&zg�p�к=
+K5@$v�8\��+loh���G&�dl>�7��h�%X՟j��K���Fo�l�0����kMPŌ6���'�6���	U�]-Q� ̛(�,J�h�;ݐz�p��h�"L�����Ĥ�?�U�0'��`I�I�91⺑��l���&�JN���]'[K�w�$[w�p��Y�V�g�d����I��]��5D�I�#�1����Dk�U�e�N~�U�DĒ���i�(�Q�d-0��w�,[;���&W �8�R4U���A�d����{=�b�iS��eо��ö8
+���ݶO�(.�&)µ�kޢ����&��
+�ܜ*aI��I[���A�����z�tY �D{юl�uK�Ƀm��9X��� ��7����Y�j�>����Y�X`��]��&i��;:+L�$�F�J�b���ĕ���{����fN�n_+�U#�^wL�>'�Y��k���=�v/�V��<����'�#д�QR.����Q٣?w�:eg�BwO�훝��0v1ɦJ�)�����ǴA=�}�A��a��x����/������WsJ�����c%������N`0���'�Lۙ��>�;��xs��}��/C3����JXJ�7��M�/��g�n�DŚ�Q��kO�>���ͪF��(#?(����8�37J��nf�l4�R����a;6�ʼny}A�%��")�0	���H7S���yNY���#�2��X<��;��7}��g���[
+gʩӲ��>����թ�U��+�ݾ��=��ퟄK#p��q~����2²�^���,�{|Q�KG~_��X�ey�h#������2���
�\8��Q�q+u�i�3H�5m�7�W�b��e]�ſ
+Y��2���P	.�fQa�e�L�^P�Ǣ�}Q5G��j�YXV͔�Q5���T�s�x��s�v=珺�m0 ��,�]Pi�i2Q)���$�Q�5���w��':ާ�F7<��9��)d�,��+wg�=�����Yl���"g3-2�$V��8��3C�bc�h��6��1�@���jT@�s6o��V�7�d���O�L���q��� "����odk���Cy��'	���c�����p���s��Ô�[oJے
�>�&`((�3��	��r��M
+y
+G�`��k���O�6.m�d
�'Z<85�f��9?d�0��N�zK.<���I�d��أ��ܻ�0 ?K�ԧ�q�$G�Yw�gY�X�o89R�M�/�(^"M�8z�F�X�mt�B9dmt������,<��,|�b�,�8r�>JVT���^Vg����U遒Ý��PA��5���f}<U`a�Ŋt(�0���4���_�:��jR�
��-��.�/֦�+0�r���i�ƌϾ���o)Z @�h‡�s2AdM+�t��#X;#N[p��s�
�u���5��!�Нr@��;�
+SnfzZ(H�5�)��UNr���=-~A	4�>ʤ�h�i�=�$�8��=��IV�h�m�!���垯SdC�iD�4���*à�u�w�'�N�j1��ؕ�9��B�h����G�ڵ��k�-�O�En���<¸L��e�����cN�m��P��FZߘq���%�G�l��BDM��6F����w��6����t�tg���A��\
cW�$�{�{�ưZ{����|t��)�|o'$nOp<�\
�o�{<Jz`�#`�b��F�]\c����\&�}�:�:�i�g�k��.�r�1��P�͏0��q���^X�-���*5��������ԏ���wL���L����\}��q���vx�K���bo{n�P'�Z|Nhe�:wC'�'��w�B�'��r�Ļ�E�k�xDw���
���h�V����@'J�J�����]&g��y�	�0OԪ��-&�䡡��xh�}��,}���Ƅ���!���ˡ���rO6t���Lrǘ�p�f�OlP4���?h�g��d'=F�s?nJ�7=�?�*wKwmR�ނө�����i`.���}>Q��Xcn��T����b8���#�8��wH&&L��>N!��~�ܑ)�+���Q�F}�0�I��kx�+:-��\c���� �w�D��'�ys�o�Zc��N�N�#���q���Kq�Z2���	3�4w�&?H�1܎�L�Y^��i����|���BW��t���;����}K.��l��ܙ�^�}����u��M��|i�����WU̠�����<�`l�ٶ`���!hH��Y����7��I����|}�QtK�h>���e������
���av`�8��E�1?�m0�Ŷ�<�`�j;/�g���oc�9W�|�߶�o�Q��xqV��n�T&6�p*�E�S}=��qԷ��^A"����G�����II4����3i�G-2�Ӄ��]�����<�z�]#Z��”%1��������"(��|��	��Go�<�����j��X_8��П5�endstream
+endobj
+3922 0 obj <<
+/Type /Page
+/Contents 3923 0 R
+/Resources 3921 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3801 0 R
 >> endobj
 3924 0 obj <<
-/D [3904 0 R /XYZ 104.0099 299.416 null]
+/D [3922 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+1729 0 obj <<
+/D [3922 0 R /XYZ 71.731 659.4272 null]
+>> endobj
+646 0 obj <<
+/D [3922 0 R /XYZ 166.8108 614.2725 null]
 >> endobj
 3925 0 obj <<
-/D [3904 0 R /XYZ 71.731 298.2011 null]
+/D [3922 0 R /XYZ 71.731 601.8345 null]
 >> endobj
 3926 0 obj <<
-/D [3904 0 R /XYZ 104.0099 276.1034 null]
+/D [3922 0 R /XYZ 71.731 546.7209 null]
 >> endobj
 3927 0 obj <<
-/D [3904 0 R /XYZ 71.731 251.4101 null]
+/D [3922 0 R /XYZ 71.731 533.7694 null]
 >> endobj
 3928 0 obj <<
-/D [3904 0 R /XYZ 104.0099 229.4783 null]
+/D [3922 0 R /XYZ 71.731 528.7881 null]
 >> endobj
 3929 0 obj <<
-/D [3904 0 R /XYZ 104.0099 217.822 null]
+/D [3922 0 R /XYZ 89.6638 508.0309 null]
 >> endobj
 3930 0 obj <<
-/D [3904 0 R /XYZ 104.0099 206.1657 null]
+/D [3922 0 R /XYZ 71.731 505.874 null]
 >> endobj
 3931 0 obj <<
-/D [3904 0 R /XYZ 104.0099 194.5094 null]
+/D [3922 0 R /XYZ 89.6638 490.0981 null]
 >> endobj
 3932 0 obj <<
-/D [3904 0 R /XYZ 104.0099 182.8531 null]
+/D [3922 0 R /XYZ 89.6638 490.0981 null]
 >> endobj
 3933 0 obj <<
-/D [3904 0 R /XYZ 104.0099 171.1968 null]
+/D [3922 0 R /XYZ 71.731 487.9413 null]
 >> endobj
 3934 0 obj <<
-/D [3904 0 R /XYZ 71.731 159.5406 null]
+/D [3922 0 R /XYZ 89.6638 472.1654 null]
 >> endobj
-3903 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F55 2443 0 R /F23 1270 0 R /F44 2154 0 R >>
-/ProcSet [ /PDF /Text ]
+3935 0 obj <<
+/D [3922 0 R /XYZ 89.6638 472.1654 null]
+>> endobj
+3936 0 obj <<
+/D [3922 0 R /XYZ 71.731 446.1629 null]
 >> endobj
-3938 0 obj <<
-/Length 2315      
-/Filter /FlateDecode
->>
-stream
-xڵۮ��}�"6NI�|)��3�-ڗ��E�'Vw��e�g���H9�e�Yt��ER��b�B�O-R%����؝������N1ʚq�s����6?F�"y����~K)R��4�"3*[<��Z~8�`��Z���ߗ���z�Ẃ@���窮��������s�"π�W%�u,b���Zi��\� K�f�B�<�f���~�&k��$����Xz��V*&�a��\$*�(BG�(N4j"�JD&S�$M�	i��X.���#�!7?��"�%1�Y�p�Naܣ4񛞏����Y��D��g�>�z0FEŝNES���(Zn�p��mJ���
-���̲r�|�v�X1��]�V�,?���8��pԡh��v(���8غ�������@^>1�����
-�k��`,d�fh��$�-���w�+�Hr�Lvc�Y/!|�WJ.�#�$@o�()���?�t.�b���RrGY�NEhoq�+L�]zq�t��IdD��
ɑ�2��CW���L-Ov8��ΕW>���
-��x/n����]m���������i��٣�w����81ib��hSb�_�*�n���3�[�d�K�Ƭ�=���!/	�;�k�[)p�ʓ�Xiy9fn�p&�x���튚໱ܩ�\ eO�조J��w#r{Dp�|*��y"�������Dɛ���Ւ	�Pcm�h� �-ڶ~	��-o_��X����뷛�j���ε]U@�ֶHǑ�����Q�BK�g�H8'Uᬯ����J?�u�]�ƃ��>�������%؇������/��,�X�hD�������y�S]�;�c��_K
$�rY>�fW��|��=�
c��<6�1E|P�=�0a*;�丿�s��-/�vTi�;&Q
b�7 5����	D����D��3�Z�|�7/۔��~��ŰC�m�d��7���+@�q�Q����8�:O��h�X8���L�I?��^�H�@U�D �0��o#�60����@�xڢ�<���`Ϋ(!dqr���j�K���?r�}� 茌�����W�Es<��18B��pr��<�#O\;x��|����W)~��F�>Tp��%�Ҁ�<Ҕ"���'�?8�ǹ�]q��Ɵ�/(fq��$ɀ���ah�ٜ�g�F����,�/!�6��6)��s�����s��AK����TŖs�s~�K��K"����>�]{��>�=�R����A�|�k�p�m ���yN5���h�(V�h8߹��Z���hc����J��aJ���9���
-�jx!�7;�H��������,�<�>e)[�a!�g�m�@�
�wи�Y(z+�����a�Oi�!g��-O������q�8O�U1o�R����d>�+u��6�]��<�ΐx�5�<�b��I#�T�91S����p1zKD�~B���z�{F����d�뿣W9���L�=����fo���z�Ȑ�P�,_\�~�p|���z�e�2\Rp�K}���5��}�{%쩚����(�g�:$C��CȄ��W=���S�-��K��'4*A:K��I���dS�&O�������
p��0�C�ۢ�K�n��'@[��'�Ӆ���B��U�pS���]�T��B��}\Df�@�L*�[{[���<K.h� � �H�8�g��S�aV�`z�lgo�.����6fg�'Ȏ��~h�Ʌ�{ش�v3�>���\�O���]nM�(��^>g���vd9P��-}�=���06���ȿI���z9%!�u�h��y���3$���]-9�r[�֓��e#ݑ�C�[o�(��g�����ۧ���|�&���Q��#���nT�Z�H'��w���nIJ���i>G��S��*��οW��*i��� $�G��_��ˌ@��	��.���I�jh����śd����HH-3vS|I=ho��Mp6j<?n{��n�K�����rI�"IMr�;w�Nt��n�u�k^�g|'])��=��-�R�|�:U"����K"�>�oNX�9�w�+��Só�*K��|wE��\}]�	�A�q@*n�57���8������b�ѯ�b���	�/D,��T�A�&��9�c���Bd�����-�?����״�B阪ҿz�V�%�(|�Em�ԜЬ�0k�u���;:��'�`���*��`F�!��ƆCT�D�j)����.��)UJp¿�jjz�y�pv��8*�J�$��FB;dG*�_+w~I��+�7�6w{��8�J��13ù�_�hȭ*�'J���_������ɦpendstream
-endobj
 3937 0 obj <<
-/Type /Page
-/Contents 3938 0 R
-/Resources 3936 0 R
-/MediaBox [0 0 609.7136 789.0411]
-/Parent 3935 0 R
-/Annots [ 3957 0 R ]
+/D [3922 0 R /XYZ 89.6638 428.3297 null]
 >> endobj
-3957 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [270.8639 229.6444 337.6554 240.2267]
-/Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+3938 0 obj <<
+/D [3922 0 R /XYZ 89.6638 428.3297 null]
 >> endobj
 3939 0 obj <<
-/D [3937 0 R /XYZ 71.731 729.2652 null]
+/D [3922 0 R /XYZ 71.731 413.2215 null]
 >> endobj
 3940 0 obj <<
-/D [3937 0 R /XYZ 118.5554 684.7236 null]
+/D [3922 0 R /XYZ 89.6638 397.4456 null]
 >> endobj
-3941 0 obj <<
-/D [3937 0 R /XYZ 136.092 676.2592 null]
+1730 0 obj <<
+/D [3922 0 R /XYZ 71.731 390.3074 null]
 >> endobj
-3942 0 obj <<
-/D [3937 0 R /XYZ 71.731 602.8871 null]
+650 0 obj <<
+/D [3922 0 R /XYZ 163.5913 347.2099 null]
 >> endobj
-1706 0 obj <<
-/D [3937 0 R /XYZ 71.731 572.0029 null]
+3941 0 obj <<
+/D [3922 0 R /XYZ 71.731 335.0387 null]
 >> endobj
-650 0 obj <<
-/D [3937 0 R /XYZ 264.9481 538.6927 null]
+3942 0 obj <<
+/D [3922 0 R /XYZ 71.731 292.6098 null]
 >> endobj
 3943 0 obj <<
-/D [3937 0 R /XYZ 71.731 530.0552 null]
+/D [3922 0 R /XYZ 181.7247 281.8152 null]
 >> endobj
 3944 0 obj <<
-/D [3937 0 R /XYZ 496.7275 506.8123 null]
+/D [3922 0 R /XYZ 71.731 248.7741 null]
 >> endobj
 3945 0 obj <<
-/D [3937 0 R /XYZ 415.6345 493.8609 null]
+/D [3922 0 R /XYZ 71.731 179.0357 null]
 >> endobj
 3946 0 obj <<
-/D [3937 0 R /XYZ 71.731 434.917 null]
+/D [3922 0 R /XYZ 71.731 135.2 null]
 >> endobj
-3947 0 obj <<
-/D [3937 0 R /XYZ 71.731 401.1088 null]
+1731 0 obj <<
+/D [3922 0 R /XYZ 71.731 117.2673 null]
 >> endobj
-3948 0 obj <<
-/D [3937 0 R /XYZ 104.0099 389.552 null]
+3921 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
 3949 0 obj <<
-/D [3937 0 R /XYZ 104.0099 377.8957 null]
+/Length 3121      
+/Filter /FlateDecode
+>>
+stream
+xڍK�۸�_��e�ϬH����ݝv���k/��ٴ�YY�Hr��__�(Q�lg|0��H J�B��U�U��)�I�ڞޅ�t��N�Fh6>���w�)�V�*R��^��8U��*�����^w�
>��`���$a)���;UM��j��x9�^�u����_���u�D�*r��PÑ�VG�t��NbT�M7LTg�)��bY�ܭM��s����]up��^�j��ڂ��[�p�1Z%Ia��ϝ�e]�k�_���c|o�eW��~CY�C�dU3����C�-kn�*d��꫶��΄u����G�ߘ��۝t��?�ۺ�@r,&���mS�
+���QE�c����t
+�
BY���1[�
e�p�l�smS���I��=��'�~aL�T������l�:��:a�Y��7bW�q�����P:�G�,1l�=2�m�A��j���ړ��	C�;94@�;�f�#�t�S��vq�VV�p���A��fˠ�}�$^,��dF�c��5,K�x���X��~�%��vk��{�Q����F4�P��'4�t�8^Уe��k��=B4M����D&��!�e�]U�Ֆ�F%��m����9�����P�Z�	�B���h��Y�?��ypX�����mShZX�ōS<�h�&ǹ0@6�n�W�������m�v�H�*�йkw��пp���bsEg����e��L����"�F�,�q�W�>C������C$�2߬Y�v�����TmeoF�O�̲� �s]�t~�>�N
�C�4��ZB���H���
/��V�"�B�i�/���Up���p�Ux=҂�i]5��/ah�N�����*_�yHa�/�ug
�d1��U�@c��#X�/���������e<'5A��=��{F�U�뒵�;��(�x �]���}�X�/��Gr����8��}F����I!��e���:A����M�<`ٟ�1�p\��gSZ�/���V�| �ɴi���,��'��Q=0lG�Z���� �;��
+7�)x��'1K���ޕ';�!��)7��c�3p1f�y��\�
��ƙ�!�=5��=��奖���c��S<��`����ɳ����in@5�=Hqj)J�j�T;��`��E�<�O�:h�y�M4�g�偶�?M��"��nR�0W!�o��T�:���;��Ovk��p�>���nb��8��|a!MWŵn:,T��d��4�u�6>٭n��P�]/�����N���QG����{�C�לQ�?%#�DE<&+[��I���������$`8���4��e��͘&�$�`���W���E-��@�g4r�$.e�n>�DsT��I3C�{n����<�x���Z����6a�	�]�Cz��4)�1�;L�����Ep�1����,\��|�u�<K�U��*4`��>"T�l�G����+��X�7Z$�����W��hl ܤ�'��x��B��}7]�~�P��c.���x��>ⵄ�P�?�څ	!��`7�h�z��-��Љ�n�H�b�FO�pT��H�ʒ���1.	;N?OʎcU�-�՝�`uh��E����H]�A&��]	�6����]��N����x��
o/D�'oiغm…R��{aXn�����'&�Թ�ä單ņS!�3���@�J$U�RH�@�a�&i�Q��QBr�*��G��o����rS�0���z�:�#e�<���HT4/��2������̀�k���)�ˢ����T)���MeF�����w��F������N�6�kP��꾾��r�v��eNT�^�t�D�hIn�(rp�p9�6>٭��r������I�DG�L�n�!C�(S*(o"H�) 0�n�aD�o�#�DZGnb�+S�����:��F����x�W�\����B��	I�X�!-����r��/{Fk�a�m�NBG�r�Ѣ�T��c�x,�7‹���pA�>}⾿�
^Xw�Pv�m���-�Fk�&)�F�X��ף��4"�D6���bF�D�W��>����o2�j#!'AI�k+2e|�'����z�8�%��Hˆ�ZR-#��: ׁ1��������wRZk`�j��Rz��_�$l�Z^���m�U@<U�PKS&E�0l\J��m�r'�/�'04�N�G��+���p������!7������;��J.�Ӷ_Z��� ��[~�B_�i(��m|�\si6ۣ��<~�gg�ȠEc��
Y�o�д�o+6=��m��l]'Yy�V.}�E��7q3��c�x��c֠
+�DX#TPMORZ�>��߫'��ǧPi�e`��^/���:^8��Az/UT����`]ݗvI�VgM�U��O�X>���{�z\�]�<�~��
o>�j.jW-��{^�d��>*{�{Rs5+���-�~C�.�3���I�*�D)���j.?d=�O�0Tqn�'[�Q=�ZG��>�$�;���
+7�Q�`�ؼ<=��ˀ��`��z���E8e��W��|���ov���N62�Ku�Kab�mW�]E�V�m��E�
+/
+��0vQ`����gw�x�/	%�ch��ѕ�ٹ/�Ƒn��`�%
�z���+�i��"�[�Ou�
+G��%�%�ϭ�
+7����H>S:��u*_M8�kl�S�âY �^������`�n/�XJ�5z���>z7?	�OǶu\K�kʓ���Eﰓ�.=��;|&�FQ&U7��?�m���Ia����]�@����(~lFH$�8 �l
+���#��WL'm]�wNAyr�(�%*�q�B~�R�TsO!��%��xFu��K]v�`�8w����d��K��}�(�T^�/���D��k���"	D�#�\�����9䴩WZH�h�_|
+�c�jK.MD��Y�u�>$�C���xT����./���ZN�3�
+��:�|��f�s)���(
+��n�$=�ea��PE�K{�:`�T�-��q��c���36dFiГ*v���nA�|�U�F�]�pd���d�O�Pq�L)I���
+�–�޷$Er�K��2��,D�wVq�O<�ï�<�ۏ���P��	'�ݯ��
+%��endstream
+endobj
+3948 0 obj <<
+/Type /Page
+/Contents 3949 0 R
+/Resources 3947 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3985 0 R
+/Annots [ 3959 0 R 3960 0 R 3963 0 R 3966 0 R 3969 0 R ]
+>> endobj
+3959 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [507.0988 513.6631 538.9788 524.567]
+/Subtype /Link
+/A << /S /GoTo /D (param-group-security) >>
+>> endobj
+3960 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.7348 502.6494 110.5853 511.6156]
+/Subtype /Link
+/A << /S /GoTo /D (param-group-security) >>
+>> endobj
+3963 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [103.8802 458.9333 158.1762 467.78]
+/Subtype /Link
+/A << /S /GoTo /D (product-group-controls) >>
+>> endobj
+3966 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [200.9852 438.9433 260.2625 449.8472]
+/Subtype /Link
+/A << /S /GoTo /D (users-and-groups) >>
+>> endobj
+3969 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [341.5858 395.1077 395.8818 406.0116]
+/Subtype /Link
+/A << /S /GoTo /D (product-group-controls) >>
 >> endobj
 3950 0 obj <<
-/D [3937 0 R /XYZ 71.731 376.6808 null]
+/D [3948 0 R /XYZ 71.731 729.2652 null]
 >> endobj
 3951 0 obj <<
-/D [3937 0 R /XYZ 104.0099 354.5832 null]
+/D [3948 0 R /XYZ 71.731 741.2204 null]
+>> endobj
+654 0 obj <<
+/D [3948 0 R /XYZ 339.8756 705.7477 null]
 >> endobj
 3952 0 obj <<
-/D [3937 0 R /XYZ 104.0099 342.9269 null]
+/D [3948 0 R /XYZ 71.731 693.5765 null]
 >> endobj
 3953 0 obj <<
-/D [3937 0 R /XYZ 71.731 318.2335 null]
+/D [3948 0 R /XYZ 71.731 614.3505 null]
 >> endobj
 3954 0 obj <<
-/D [3937 0 R /XYZ 71.731 296.3017 null]
+/D [3948 0 R /XYZ 71.731 599.3418 null]
 >> endobj
 3955 0 obj <<
-/D [3937 0 R /XYZ 118.5554 252.7564 null]
+/D [3948 0 R /XYZ 71.731 594.3605 null]
 >> endobj
 3956 0 obj <<
-/D [3937 0 R /XYZ 421.5762 244.292 null]
+/D [3948 0 R /XYZ 89.6638 573.6032 null]
 >> endobj
-1707 0 obj <<
-/D [3937 0 R /XYZ 71.731 200.7528 null]
->> endobj
-654 0 obj <<
-/D [3937 0 R /XYZ 295.9019 168.3567 null]
+3957 0 obj <<
+/D [3948 0 R /XYZ 71.731 545.5436 null]
 >> endobj
 3958 0 obj <<
-/D [3937 0 R /XYZ 71.731 157.9917 null]
->> endobj
-3959 0 obj <<
-/D [3937 0 R /XYZ 355.306 148.2322 null]
->> endobj
-3960 0 obj <<
-/D [3937 0 R /XYZ 71.731 123.1613 null]
+/D [3948 0 R /XYZ 89.6638 529.7676 null]
 >> endobj
 3961 0 obj <<
-/D [3937 0 R /XYZ 104.0099 113.6619 null]
+/D [3948 0 R /XYZ 71.731 503.6456 null]
 >> endobj
 3962 0 obj <<
-/D [3937 0 R /XYZ 104.0099 102.0056 null]
+/D [3948 0 R /XYZ 89.6638 485.932 null]
 >> endobj
-3936 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R /F35 1723 0 R /F61 2649 0 R /F55 2443 0 R /F32 1286 0 R >>
-/ProcSet [ /PDF /Text ]
+3964 0 obj <<
+/D [3948 0 R /XYZ 71.731 459.9296 null]
 >> endobj
 3965 0 obj <<
-/Length 836       
+/D [3948 0 R /XYZ 89.6638 442.0964 null]
+>> endobj
+3967 0 obj <<
+/D [3948 0 R /XYZ 71.731 434.9582 null]
+>> endobj
+3968 0 obj <<
+/D [3948 0 R /XYZ 231.1139 411.2122 null]
+>> endobj
+3970 0 obj <<
+/D [3948 0 R /XYZ 71.731 396.104 null]
+>> endobj
+3971 0 obj <<
+/D [3948 0 R /XYZ 71.731 381.16 null]
+>> endobj
+3972 0 obj <<
+/D [3948 0 R /XYZ 462.4737 348.348 null]
+>> endobj
+1732 0 obj <<
+/D [3948 0 R /XYZ 76.7123 318.7589 null]
+>> endobj
+658 0 obj <<
+/D [3948 0 R /XYZ 232.4924 279.3866 null]
+>> endobj
+3973 0 obj <<
+/D [3948 0 R /XYZ 71.731 269.0216 null]
+>> endobj
+3974 0 obj <<
+/D [3948 0 R /XYZ 71.731 257.1052 null]
+>> endobj
+3975 0 obj <<
+/D [3948 0 R /XYZ 71.731 252.1239 null]
+>> endobj
+3976 0 obj <<
+/D [3948 0 R /XYZ 89.6638 231.3666 null]
+>> endobj
+3977 0 obj <<
+/D [3948 0 R /XYZ 132.5044 231.3666 null]
+>> endobj
+3978 0 obj <<
+/D [3948 0 R /XYZ 379.7938 231.3666 null]
+>> endobj
+3979 0 obj <<
+/D [3948 0 R /XYZ 71.731 216.2584 null]
+>> endobj
+3980 0 obj <<
+/D [3948 0 R /XYZ 89.6638 200.4825 null]
+>> endobj
+3981 0 obj <<
+/D [3948 0 R /XYZ 157.7278 187.531 null]
+>> endobj
+3982 0 obj <<
+/D [3948 0 R /XYZ 71.731 185.3742 null]
+>> endobj
+3983 0 obj <<
+/D [3948 0 R /XYZ 89.6638 169.5983 null]
+>> endobj
+3984 0 obj <<
+/D [3948 0 R /XYZ 71.731 102.6843 null]
+>> endobj
+3947 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3988 0 obj <<
+/Length 2720      
 /Filter /FlateDecode
 >>
 stream
-xڍUK��6���C$ ����[�4A�f �lZ���H�"Q5���C
��:��0`��y3�XF��2Èp��p�x�w4;���K&�d��6z{�ۿ"�H����LRJ-��NJ����~���)ع�qEsA�������xB��z���}]�u�����Sr%�J���
-%�D�Re���h�V4��,L�3F���l���ɍ��"T��b������1&�2$��>�E�$R�Ȅ�Q]�LN*���ħBҼ���24�/eV{ZF�+�r�
H�ha���Y�ǔ�9d*w�E�x��Ń=�qDB��o��zl17�����(
}�-'�7�yg�����b�:���hm��L~n�Dn�<݆zLU��XE=�0�p�;<�lK���) !�}��O�%%��qlh��zIJ�d�<��\�z���UŶ���…���_Q�����L�FD�-�j<�HB��4u�ƃo�=�������
\r8���o���)����;xD�uDaۃ(<ݴ��P��%l{��K���3�Ҧs�)~r��.�+^%���ܸ������	�|���*���������'���f�!n"v,��:�y��m��0�S��:�ON-���x�M�f[/��N�X-X����ܪ����8ϖ`�{��G?ۗHp����6=0�PA<M�� ��m�#�ݐ�=$��[Qq�}���3R#�@ٻ�K��M�z���՗T�mRu`��K(��;s`�����->����XmG6��_����\��9n����o}�������.�����d$�ݾ��%)��~�պ�����xI(���H�
M��z!�o>�endstream
+xڭ]�۸�=��X�2�扤��>59$��%��Md����%W�ow��;����&�P,��3Cr>i�
+�O�)
�	�ڝބ�L}|#�d�4�)ѻ�7?~�z��,V��q���P$a���Djd�z,��t�Ͻm�e�@��-Ne]v�/���]�-�*_���oo�?ND���oj8P���*�u�a&L��~�T�H'N�_�����!�&��e�D ��{�4V�W��o��R,�_����p͖ῆ��*[���]`%�<��֞�"0/��v�e�S��4�-�Z{�Ty�K�:�ϸ�lj�=�Ii~�`��ݭ6~C)Elb��U��zYo�V����dO[�'�=}�|kms9�0g���˜b`E�"����C/kdya�}�Z��g����`�w�6�w����U�B�UA,�B��1��㙺 l�wg��S�S:�;��عjD��*^��n	�[K�֞��4�ke�
+��洴32�,�\�6zX���SСE�Q)!c�s[CTSΌ�����[�LY7=�%{�6�ss���[9L��߯��y�-yM,��Xڥ?v��|�
h����ޯ���R�0�V��B*�R�W:���ٕY�̪����
+4H2�fY�ə�cgԛA��-��4���� ��P
+mR��!
+A�����u���	oC�FƑH�,CH�:���#
+��ݕ�Eq�ӧ�;�r����B`0Sܘ�C��\�aJ?��q&��;A�gX�>���&����hA')I�_�A���`���JG���w=!ϗ]s:��J	�=LV�e��5��[�W����g�Ѳ����yq�n�[=�C�"bG�v���?0^�~Q��NH�,�
�>���^�>~�������H�xM{��_���r�dU,B�D����u	�B����8��H�����E���T� �Q'���]*���l�½F7�K3�:]M�y���A��;*��F�������b||����'��`�﮵9� r�e�ؼ&`�llQ:CEx߰��e�W4n�8���
+w���#*pG�9?X�
+A�qZvW&q�[�����n�.��o�K������ͥ*�6���U��2��	�}�(�\LSI��\�Ȟ�	p੧���B�
�CEqų���Y'J[;t9�թ��a
����n�p�{jZKPa{�v��:k�-SE�#��S֒3x�͔��ox������BW~K(�ot�\Ŝ~G	O�=-n���R�<n�J��X�F�5\�����;Z,�0��b@�{�1�!�o!��[:~�����Q9D�L���V!��#OX��c*ҡ/BɎ�8�H��ѓ߁Y�zB�u�O�C�»������� t��D�QD��
�!���_N}i�$.X9�WF���j�{4(�J�4��ۊ�����E��\i����o�f�-�[�ݹ�3�_l�B~��k�U�i�`���r^�P�Y�f�q�pKqф�cS�6��yb<�q�p��xA����9ڦc�MG#�]%B(괎F�_����&��x`�9��s):B`V�5K���1�|B��>�$���w�#��%g�y˺�OX�4���qvt\�K���#_�_ƣ|�#y1�}����u�)p�XZ"��6M�AIH�w���Z��1s ��7-�������*{���>�꣩cG��|�nB��I��8�=[6r���
�ɹ��l2���ϥl�7�K�yX�s�+�MG��a4�ԡ����H�����A1��h]fb��7����;�pO
�f�q� ��L�g�����7K��X�c���!���"#���Ϻ:
+�����r��,ƹgٕ۲*���'�sނ'��I���1�G&��Є�A�C��4T�
+�Ӗ��@������[nW���{�C�L�Q~[O�=n���}�;�8����B�/������_��+���`������sz]J�`\�+��^D˹�m�L��9~�y��EVv�N����vzBU�s0J-e�y*U��d)���-�h���=E*'?^#�s!����9�&xwi[\.��J���m���A%����^��~��.0�Z��}��]�Ł=�{�y��SHa�0A
+�@�4!,O�,9�t4"Z4��4�����).�fD^�`��W���+Cg/�:��7c~p.kXZ�y��5kd�N2Ŵ�=2i�ž��>�Yz}����Wj���۵��ݬ��ʟHl|Y?��҉H3C������]v˹�zۮ������O�ݙK��_�Ux]�)���J�2ɖ��Q&�����R2�e�x�2~a�pß�ӹ
+9�@z��Dn0XL�f�-���^����1��f,
+#�^Oy��y.ԓbY�ڱm�"\[��
���K�>�˸'W��0�:*}���̵�Ta7�J{}k`	0����H~�Ζ��
�^����WLL�i�2K�&6����
Ts��&r899�Br8}9=}yu��_G��J�l&�#�RA���!}��C��M0��.�3��%}M,�)㭽yR;2'/��"��0�N����v�Y�~dq^��ce�s��]�\1�|!��U5f��
+e������Ǽc�={
+�Su�|
+�pE3��^��TI;�f�8�xz,f;���x�\�U�1j�m�A�? 9tPZ���l���;���w�-;X�����7�����m �2�N(�d���� ��jKendstream
 endobj
-3964 0 obj <<
+3987 0 obj <<
 /Type /Page
-/Contents 3965 0 R
-/Resources 3963 0 R
+/Contents 3988 0 R
+/Resources 3986 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3935 0 R
+/Parent 3985 0 R
+/Annots [ 3994 0 R 4000 0 R ]
 >> endobj
-3966 0 obj <<
-/D [3964 0 R /XYZ 71.731 729.2652 null]
+3994 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [240.9848 488.1996 300.2621 499.1035]
+/Subtype /Link
+/A << /S /GoTo /D (edit-groups) >>
 >> endobj
-3967 0 obj <<
-/D [3964 0 R /XYZ 71.731 708.3437 null]
+4000 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [429.0596 323.0987 475.9177 334.0026]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+3989 0 obj <<
+/D [3987 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+3990 0 obj <<
+/D [3987 0 R /XYZ 76.7123 645.0809 null]
+>> endobj
+3991 0 obj <<
+/D [3987 0 R /XYZ 136.4882 601.5356 null]
+>> endobj
+3992 0 obj <<
+/D [3987 0 R /XYZ 76.7123 535.1883 null]
+>> endobj
+3993 0 obj <<
+/D [3987 0 R /XYZ 89.6638 517.2555 null]
+>> endobj
+1733 0 obj <<
+/D [3987 0 R /XYZ 71.731 484.2145 null]
+>> endobj
+662 0 obj <<
+/D [3987 0 R /XYZ 461.369 446.999 null]
+>> endobj
+3995 0 obj <<
+/D [3987 0 R /XYZ 71.731 436.634 null]
+>> endobj
+3996 0 obj <<
+/D [3987 0 R /XYZ 253.9624 426.8745 null]
+>> endobj
+3997 0 obj <<
+/D [3987 0 R /XYZ 499.806 426.8745 null]
+>> endobj
+3998 0 obj <<
+/D [3987 0 R /XYZ 71.731 393.8334 null]
+>> endobj
+3999 0 obj <<
+/D [3987 0 R /XYZ 71.731 349.9978 null]
+>> endobj
+4001 0 obj <<
+/D [3987 0 R /XYZ 456.9916 287.3975 null]
+>> endobj
+4002 0 obj <<
+/D [3987 0 R /XYZ 71.731 272.2892 null]
+>> endobj
+4003 0 obj <<
+/D [3987 0 R /XYZ 71.731 257.3453 null]
+>> endobj
+4004 0 obj <<
+/D [3987 0 R /XYZ 71.731 257.3453 null]
+>> endobj
+4005 0 obj <<
+/D [3987 0 R /XYZ 71.731 244.5133 null]
+>> endobj
+4006 0 obj <<
+/D [3987 0 R /XYZ 91.6563 228.6179 null]
+>> endobj
+4007 0 obj <<
+/D [3987 0 R /XYZ 71.731 203.547 null]
+>> endobj
+4008 0 obj <<
+/D [3987 0 R /XYZ 71.731 203.547 null]
+>> endobj
+4009 0 obj <<
+/D [3987 0 R /XYZ 71.731 190.7151 null]
+>> endobj
+4010 0 obj <<
+/D [3987 0 R /XYZ 91.6563 174.8197 null]
+>> endobj
+3986 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F44 2183 0 R /F27 1298 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4013 0 obj <<
+/Length 2269      
+/Filter /FlateDecode
+>>
+stream
+xڽY͎���S}w�fD����f�E`;�$Yf��ʒ#���y�T�H��$;D��"�����&�ߤ��1<�f"QbS�?E�#L��;���مL?�~��q��L'"ټ�md�4��&���6��l���Ko��P�6f��r8�u����D��z�OYU��^���ϯ��*N��`��\t���2�8���>K�m���4y=�=���5
���m^;�7s�Ñx��N�he�W�ݰ����)��I�	&u��0��}��L�nv�D{v�gל%*��}��'ڦ|{�gB�S�mވ�s���Y,�3�)zs���i
�����w�|_=�9��nتo��ӽ����B��Y������i�|s�@q��6gP�8���kU7�[[�)��v\0���W��;3�q���P�f'`!����,9������k�',�`���8��;�����F��_�`D9:����0p�G�Kg~z�dq�i�z�
o=C:ϐϐ�!�g��3$�׭���0V��{���?�{Ç� �r)���׽`��z���Z�ԓP���@���5w����a�𞥹������=� {bSWD����}��)߼LG�ZwB��*��ݺ�?Ú�o/y��
e��m	dSCij�bS�6�,�kS�3�����}I��
�yt��ljfJA�V0��K�p`�\s��d�c�^��[$�����������'LE2�l�ִ�uY��܋ש.
͍V��B�LfSc������Sy��1�D~�`J�S�5��RSx��7�[ *a@���X('�
+ >h�+�<�}��/�*U�X��u#�* ^,b��@�U��:� ^)Hdb��z<]h:�.��еta���+�e$7*\�x
;�k�-��V����z(��t�\�tHb&�P�0^��t��W�F"��ɦ����"�@d�e"� �@T��E�mF�m�t]y�I���3����J�1-"�=m��JD����/���dG���{S4g��szrhL�č�CT4m^�K�����,�h��D�NY�eˆ�L��knǙ,<)g�[f�%I�-n����*�d�I,����n�ݔ-�~�TeQ�:�v�������^��y+��CI�hˆ�~~V�]b	�m�?+�8�S$[T���f�E^�1�d!j=�_uO`���h�#�}k�3�(��w��%�@�͒��mq""��@���G;��t�H�h�D"��mK�o�(ޱ�Q��f�f���M`�����]S}��.����-X:/0缬�z�nv�����	lתw���7���%K;qÄ{��X�IΡ^l2�N��eClb��΋Բ>�E���6�٭ʼ%���gNC���1Yv��L	T�w([�6����Y�DmM~kZ��h���i/e�\1~/�|ܬ|�~W����n\�<�
+0:����5�m(�'�x�Qu!',ձ��R�G#����.d[.c�Ҧ��~��De������3i�[�"c���~����υ;��������3�0�=~�R�����hDYQ]�!�5Sn�����T�p�<a�`�Q
+�:*���P�z��z�����W���6����nQzՇ��������警���g�3>=s��:�劯@�0��{W��8���y�����t&�;Sϵ�Zә�P��W��L�D>P�s=R���|�ƛ�L��hRف�}^f���а��bȵ�Ł�
+�5,.m���U���HMK�H�����/�H�<c�v�Z>��ֳ��*o�*�p��
+d�mώ���#�ޘ�H��%:�-������7��
+H�4ulm����:FN��j�Lh�Q�����p����3�j�<���D���H�t�HxVN���C��n•M����C������]�;�⹖�=�_�L��Yr_���\j&c-�j܇�#'[w��.��Oƍ������N�&ߴ�i���	��&c�+�[ܡ��ׯM���iz�F�õ�ﶽ!�a٥-�y�I��۵���S�c��):�l��ñ�=�$�68"�_k*[��&aE��.��s�!�M���w{��ю����ə&U�k�1]��������e5ѝ�2�P�}��^C1��~�bcȈ>���2z *C�@9G�ϗʸ��	�~�KY��[�6ɳ�eO���2-�I@�L�p,$��X�����@�����T��x��9��������Z�p�$Z��za��B��endstream
+endobj
+4012 0 obj <<
+/Type /Page
+/Contents 4013 0 R
+/Resources 4011 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3985 0 R
+/Annots [ 4027 0 R 4032 0 R 4037 0 R 4040 0 R 4043 0 R 4045 0 R ]
+>> endobj
+4027 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [368.5546 566.7099 415.1942 577.6138]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+4032 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [414.1442 499.9602 461.4474 510.8642]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
+>> endobj
+4037 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [415.7972 342.8295 462.6212 353.7334]
+/Subtype /Link
+/A << /S /GoTo /D (useradmin) >>
+>> endobj
+4040 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [336.7154 311.9453 395.9927 322.8492]
+/Subtype /Link
+/A << /S /GoTo /D (edit-groups) >>
+>> endobj
+4043 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [88.6675 268.1097 147.9448 279.0136]
+/Subtype /Link
+/A << /S /GoTo /D (create-groups) >>
+>> endobj
+4045 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [70.7348 179.7859 125.0308 188.6325]
+/Subtype /Link
+/A << /S /GoTo /D (product-group-controls) >>
+>> endobj
+4014 0 obj <<
+/D [4012 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+4015 0 obj <<
+/D [4012 0 R /XYZ 71.731 718.3063 null]
+>> endobj
+4016 0 obj <<
+/D [4012 0 R /XYZ 71.731 718.3063 null]
+>> endobj
+4017 0 obj <<
+/D [4012 0 R /XYZ 71.731 706.3064 null]
+>> endobj
+4018 0 obj <<
+/D [4012 0 R /XYZ 91.6563 690.4109 null]
+>> endobj
+4019 0 obj <<
+/D [4012 0 R /XYZ 71.731 665.34 null]
+>> endobj
+4020 0 obj <<
+/D [4012 0 R /XYZ 71.731 665.34 null]
+>> endobj
+4021 0 obj <<
+/D [4012 0 R /XYZ 71.731 652.5081 null]
+>> endobj
+4022 0 obj <<
+/D [4012 0 R /XYZ 91.6563 636.6127 null]
+>> endobj
+4023 0 obj <<
+/D [4012 0 R /XYZ 71.731 611.5418 null]
+>> endobj
+4024 0 obj <<
+/D [4012 0 R /XYZ 71.731 611.5418 null]
+>> endobj
+4025 0 obj <<
+/D [4012 0 R /XYZ 71.731 598.7098 null]
+>> endobj
+4026 0 obj <<
+/D [4012 0 R /XYZ 91.6563 582.8144 null]
+>> endobj
+4028 0 obj <<
+/D [4012 0 R /XYZ 71.731 544.7921 null]
+>> endobj
+4029 0 obj <<
+/D [4012 0 R /XYZ 71.731 544.7921 null]
+>> endobj
+4030 0 obj <<
+/D [4012 0 R /XYZ 71.731 531.9602 null]
+>> endobj
+4031 0 obj <<
+/D [4012 0 R /XYZ 91.6563 516.0647 null]
+>> endobj
+1734 0 obj <<
+/D [4012 0 R /XYZ 71.731 483.0237 null]
+>> endobj
+666 0 obj <<
+/D [4012 0 R /XYZ 304.8252 445.8082 null]
+>> endobj
+4033 0 obj <<
+/D [4012 0 R /XYZ 71.731 435.4432 null]
+>> endobj
+4034 0 obj <<
+/D [4012 0 R /XYZ 71.731 423.5268 null]
+>> endobj
+4035 0 obj <<
+/D [4012 0 R /XYZ 71.731 418.5455 null]
+>> endobj
+4036 0 obj <<
+/D [4012 0 R /XYZ 89.6638 397.7883 null]
+>> endobj
+4038 0 obj <<
+/D [4012 0 R /XYZ 71.731 343.8257 null]
+>> endobj
+4039 0 obj <<
+/D [4012 0 R /XYZ 89.6638 328.0498 null]
+>> endobj
+4041 0 obj <<
+/D [4012 0 R /XYZ 71.731 312.9415 null]
+>> endobj
+4042 0 obj <<
+/D [4012 0 R /XYZ 89.6638 297.1656 null]
+>> endobj
+1735 0 obj <<
+/D [4012 0 R /XYZ 71.731 264.1246 null]
+>> endobj
+670 0 obj <<
+/D [4012 0 R /XYZ 381.7631 226.9091 null]
+>> endobj
+4044 0 obj <<
+/D [4012 0 R /XYZ 71.731 216.5441 null]
+>> endobj
+1736 0 obj <<
+/D [4012 0 R /XYZ 71.731 165.8382 null]
+>> endobj
+4011 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4048 0 obj <<
+/Length 1338      
+/Filter /FlateDecode
+>>
+stream
+xڍWK��6�ϯ0���U�$?��}a
+��=�=(����خ-ow��K���ɤ��``����G�	�?��>YŲ\gI}y��	��Qde�k������2�X�gy�;&�sV�J
+��R�2�~K�>���a��4O%����ŵn�kO��0��qMc6�~x�v�(ײ`U	>k�"���L&�`��
+�����(����
+J��֛���dpL{ �G�Z���7ƛ�-��ZoO��/��h-V���6L�*�~��:���Ի�%�y�f�i�w���M�=v�%�%d�}���B}������n�>*Yn��g�~�e�1mw1��#���lX�M�a>����
��t����"c�*��v܅���4�S�J�#�fOiy1�D�j����x׵��&?��͍��մ=�!���d��<5��zCL@�8t�<܃�{�M�Š}�m�-FE(�`�c,[ψ�2V����`GZE�_L�
+���;��zp!q@���TmZ"z�eWʇE`B]M�*�xj�m���q7���mm,��~�����V],rp�kG��虯����nS���:����8�b���V���N�u��7��_�l["����_��qm�u��Z0Id�fQy�x���Uت%�@�o�4����������7��y	P����,�h�d����ӑ���j%�]4�6��>�����;��'jv!>��Ǩ���v��g��(�pB���3�F�9A|/�������h;�:zs"ZUF�h8P��krC�]��������h���Xz/�\����6Iί���8�g���I��;b���P9HP�B��wCۿ�������Ah�+����:)���ã)�b�T%8������9X��y�
+ͤ(tgt���UM�UgB�����%����P����uL�7[�/9˲RE���e
+�zk(��yQ�Q��n�Q<���َS��[�̆l�V�6Tn���^�k(�[��xq(y�:�
+�[����ɽ��f�!�t������Z�_f��8_?��dL�]m��L&�d�P8��L�UA3OL~
+W�N��SP���"�f�+���d��2�^Mt�I�g�]�K0�$�����4C�BڕZ�y+J�Py�)�Y.�|U��X�eɯ#�;ڄ�l�`*P``lQ��������?n$5	�4����E�M&��M&L'�v�J�{�'H���7/D��ݩE("���| �:�T
�;7�m|�=O@^
��D�px�Dlo��u%!�<KV9��L+ə,s�9�}	��J�R�p<�����tQ%+E^��墳�qQU�,�����Y]6+���s endstream
+endobj
+4047 0 obj <<
+/Type /Page
+/Contents 4048 0 R
+/Resources 4046 0 R
+/MediaBox [0 0 609.7136 789.0411]
+/Parent 3985 0 R
+>> endobj
+4049 0 obj <<
+/D [4047 0 R /XYZ 71.731 729.2652 null]
+>> endobj
+674 0 obj <<
+/D [4047 0 R /XYZ 481.7981 705.7477 null]
+>> endobj
+4050 0 obj <<
+/D [4047 0 R /XYZ 71.731 693.3097 null]
+>> endobj
+4051 0 obj <<
+/D [4047 0 R /XYZ 71.731 638.1961 null]
+>> endobj
+4052 0 obj <<
+/D [4047 0 R /XYZ 71.731 594.3605 null]
+>> endobj
+4053 0 obj <<
+/D [4047 0 R /XYZ 416.5658 583.5659 null]
 >> endobj
-3968 0 obj <<
-/D [3964 0 R /XYZ 118.5554 664.7983 null]
+4054 0 obj <<
+/D [4047 0 R /XYZ 151.9594 570.6145 null]
 >> endobj
-3969 0 obj <<
-/D [3964 0 R /XYZ 297.1179 656.334 null]
+4055 0 obj <<
+/D [4047 0 R /XYZ 71.731 563.4763 null]
 >> endobj
-3970 0 obj <<
-/D [3964 0 R /XYZ 71.731 634.4137 null]
+4056 0 obj <<
+/D [4047 0 R /XYZ 71.731 550.5249 null]
 >> endobj
-3971 0 obj <<
-/D [3964 0 R /XYZ 462.0634 601.7562 null]
+4057 0 obj <<
+/D [4047 0 R /XYZ 118.5554 511.9608 null]
 >> endobj
-3963 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >>
+4046 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3974 0 obj <<
+4060 0 obj <<
 /Length 2492      
 /Filter /FlateDecode
 >>
@@ -16820,929 +17236,925 @@ n
 nQ=O:$��7|j{�}C�!;�?�x3|�Qj�q��}�� L,_�<�Ir_lp1��L���P0���t�8�[��\�8�Hʳ��$��T09�e 70�W�s[V~��08�k��p�q��"�1ރ`��۶��!���Sm�⦠��o.��_W����>�
&��W�=Os�����U�aϠ�-�
�vN�7���^\�愉vwo��'��o.��o�Q��^�D��Q���x����K�Z��M�"�i��*��a8��7�ʤf*_!���D7�\���"J�p�tq�K�A#�p�d�
 M�3ML���R&����Deg���l}A�  ��@�sq�����@(�"ϥ�/Đ�I���B��8w�f�^h��%��������;Ș�H�*��!�4Q�H��@���3��}�ES���!���"B���8=\|,��*�o.��D�K6���{�~�f���{�����I���ٱ����[�;���Xy?)�F��Ǝ��l�D4t����{�-�0*��t�3Ӛ�;>}�6���/���pM��oC�`�##��z�,�[�g�`�'�h.]S�׎V>�$d��p����M��H8�j���(E�8�	�����[��F;�`����Kٞ ��~^@\���%����b}֓p�u���FT�X�2{{��{��2�>�x��tԕa㵈��쑳Y�ΕLB��E���4ѡ��3��LI�o��4�B�5e�I�k۽��\�Z�(������P.����4
 �W��R��4��c���pEOL��G3k
-�.2�:A�,
M���(���[4�Ƞ����{����'��D�j��BRx�X+%T!c�
��k�;���o/���l�?���X�"Mɳ-��ۘZ�~�,����oHT�2pI�CQ�c��&��ya�̵x�eI�Ld2���諏`��,��)I���7��`����~��3��k�=Ǐ�z��T�5������#8��j��b�d�i�y�z�B�f(wh�֐�fF?#eZ��V�;Ug��1	��r�.�b�������{��*�.r���lڅiU�<������].C�U��*�8|u�i�������K�t�� �8�3�k)���=�\=�,M�0�%	��G�9n�2%�\+&��!�)�S���1�X��Ԇc;�
-�R�5z����ƯD��(�r�y�o�JB����R*�YГ��O�Ŧ�:	���Y��&PPO�#%�������A���~�&O�+�������w��“z	����v��m5�7�I�($)����"�~������#��-��Z���d;�y9�����	m�����,\�?���endstream
+�.2�:A�,
M���(���[4�Ƞ����{����'��D�j��BRx�X+%T!c�
��k�;���o/���l�?���X�"Mɳ-��ۘZ�~�,����oHT�2pI�CQ�c��&��ya�̵x�eI�Ld2���諏`��,��)I���7��`����~��3��k�=Ǐ�z��T�5������#8��j��b�d�i�y�z�B�f(wh�֐�fF?#eZ��V�;Ug��1	��rZJ1}A�gh���=d��T9��P6�´�*D���v�|��.��t�*|T�y>�:�4��DLzy��qG:��_��鵔�r��D���[��\�ʒ�Σt�7c�Q���	�Ĕ�)XM����{jñ�h�_���=vg|E�W"z[�9�<�7|%!u�s})�Ϭ�I�Чq�b�j�����,�l(����qls~��� h�f�T���{Sqq����ˉ���؈O����I��c;z�ֶ��$c���ev}^?QD����͑���o-�~L���<��JBm��bℶ������/��x��endstream
 endobj
-3973 0 obj <<
+4059 0 obj <<
 /Type /Page
-/Contents 3974 0 R
-/Resources 3972 0 R
+/Contents 4060 0 R
+/Resources 4058 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3935 0 R
-/Annots [ 3981 0 R 3986 0 R ]
+/Parent 3985 0 R
+/Annots [ 4067 0 R 4072 0 R ]
 >> endobj
-3981 0 obj <<
+4067 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [96.5016 366.6214 133.9111 377.5253]
 /Subtype /Link
 /A << /S /GoTo /D (gloss-daemon) >>
 >> endobj
-3986 0 obj <<
+4072 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [257.7381 353.6699 291.8196 364.5739]
 /Subtype /Link
 /A << /S /GoTo /D (gloss-service) >>
 >> endobj
-3975 0 obj <<
-/D [3973 0 R /XYZ 71.731 729.2652 null]
+4061 0 obj <<
+/D [4059 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1809 0 obj <<
-/D [3973 0 R /XYZ 71.731 718.3063 null]
+1838 0 obj <<
+/D [4059 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-658 0 obj <<
-/D [3973 0 R /XYZ 344.9571 703.236 null]
+678 0 obj <<
+/D [4059 0 R /XYZ 344.9571 703.236 null]
 >> endobj
-3976 0 obj <<
-/D [3973 0 R /XYZ 71.731 681.8546 null]
+4062 0 obj <<
+/D [4059 0 R /XYZ 71.731 681.8546 null]
 >> endobj
-3977 0 obj <<
-/D [3973 0 R /XYZ 522.288 634.6452 null]
+4063 0 obj <<
+/D [4059 0 R /XYZ 522.288 634.6452 null]
 >> endobj
-3978 0 obj <<
-/D [3973 0 R /XYZ 71.731 616.593 null]
+4064 0 obj <<
+/D [4059 0 R /XYZ 71.731 616.593 null]
 >> endobj
-1810 0 obj <<
-/D [3973 0 R /XYZ 71.731 575.7013 null]
+1839 0 obj <<
+/D [4059 0 R /XYZ 71.731 575.7013 null]
 >> endobj
-662 0 obj <<
-/D [3973 0 R /XYZ 252.5595 532.6038 null]
+682 0 obj <<
+/D [4059 0 R /XYZ 252.5595 532.6038 null]
 >> endobj
-1811 0 obj <<
-/D [3973 0 R /XYZ 71.731 528.7736 null]
+1840 0 obj <<
+/D [4059 0 R /XYZ 71.731 528.7736 null]
 >> endobj
-666 0 obj <<
-/D [3973 0 R /XYZ 198.2194 493.2315 null]
+686 0 obj <<
+/D [4059 0 R /XYZ 198.2194 493.2315 null]
 >> endobj
-3979 0 obj <<
-/D [3973 0 R /XYZ 71.731 485.8792 null]
+4065 0 obj <<
+/D [4059 0 R /XYZ 71.731 485.8792 null]
 >> endobj
-1812 0 obj <<
-/D [3973 0 R /XYZ 71.731 427.1145 null]
+1841 0 obj <<
+/D [4059 0 R /XYZ 71.731 427.1145 null]
 >> endobj
-670 0 obj <<
-/D [3973 0 R /XYZ 267.8696 389.899 null]
+690 0 obj <<
+/D [4059 0 R /XYZ 267.8696 389.899 null]
 >> endobj
-3980 0 obj <<
-/D [3973 0 R /XYZ 71.731 379.7563 null]
+4066 0 obj <<
+/D [4059 0 R /XYZ 71.731 379.7563 null]
 >> endobj
-3982 0 obj <<
-/D [3973 0 R /XYZ 209.7301 369.7744 null]
+4068 0 obj <<
+/D [4059 0 R /XYZ 209.7301 369.7744 null]
 >> endobj
-3983 0 obj <<
-/D [3973 0 R /XYZ 291.3343 369.7744 null]
+4069 0 obj <<
+/D [4059 0 R /XYZ 291.3343 369.7744 null]
 >> endobj
-3984 0 obj <<
-/D [3973 0 R /XYZ 381.0612 369.7744 null]
+4070 0 obj <<
+/D [4059 0 R /XYZ 381.0612 369.7744 null]
 >> endobj
-3985 0 obj <<
-/D [3973 0 R /XYZ 419.6033 369.7744 null]
+4071 0 obj <<
+/D [4059 0 R /XYZ 419.6033 369.7744 null]
 >> endobj
-3987 0 obj <<
-/D [3973 0 R /XYZ 322.3875 356.823 null]
+4073 0 obj <<
+/D [4059 0 R /XYZ 322.3875 356.823 null]
 >> endobj
-3988 0 obj <<
-/D [3973 0 R /XYZ 449.9815 356.823 null]
+4074 0 obj <<
+/D [4059 0 R /XYZ 449.9815 356.823 null]
 >> endobj
-3989 0 obj <<
-/D [3973 0 R /XYZ 489.8335 356.823 null]
+4075 0 obj <<
+/D [4059 0 R /XYZ 489.8335 356.823 null]
 >> endobj
-3990 0 obj <<
-/D [3973 0 R /XYZ 436.781 343.8716 null]
+4076 0 obj <<
+/D [4059 0 R /XYZ 436.781 343.8716 null]
 >> endobj
-3991 0 obj <<
-/D [3973 0 R /XYZ 258.7334 330.9202 null]
+4077 0 obj <<
+/D [4059 0 R /XYZ 258.7334 330.9202 null]
 >> endobj
-3992 0 obj <<
-/D [3973 0 R /XYZ 171.6422 317.9687 null]
+4078 0 obj <<
+/D [4059 0 R /XYZ 171.6422 317.9687 null]
 >> endobj
-3993 0 obj <<
-/D [3973 0 R /XYZ 71.731 304.9177 null]
+4079 0 obj <<
+/D [4059 0 R /XYZ 71.731 304.9177 null]
 >> endobj
-3994 0 obj <<
-/D [3973 0 R /XYZ 71.731 289.9738 null]
+4080 0 obj <<
+/D [4059 0 R /XYZ 71.731 289.9738 null]
 >> endobj
-3995 0 obj <<
-/D [3973 0 R /XYZ 209.8716 278.417 null]
+4081 0 obj <<
+/D [4059 0 R /XYZ 209.8716 278.417 null]
 >> endobj
-3996 0 obj <<
-/D [3973 0 R /XYZ 316.0526 278.417 null]
+4082 0 obj <<
+/D [4059 0 R /XYZ 316.0526 278.417 null]
 >> endobj
-3997 0 obj <<
-/D [3973 0 R /XYZ 129.3774 266.7608 null]
+4083 0 obj <<
+/D [4059 0 R /XYZ 129.3774 266.7608 null]
 >> endobj
-1813 0 obj <<
-/D [3973 0 R /XYZ 71.731 238.8654 null]
+1842 0 obj <<
+/D [4059 0 R /XYZ 71.731 238.8654 null]
 >> endobj
-674 0 obj <<
-/D [3973 0 R /XYZ 215.5068 199.493 null]
+694 0 obj <<
+/D [4059 0 R /XYZ 215.5068 199.493 null]
 >> endobj
-3998 0 obj <<
-/D [3973 0 R /XYZ 71.731 192.0618 null]
+4084 0 obj <<
+/D [4059 0 R /XYZ 71.731 192.0618 null]
 >> endobj
-3999 0 obj <<
-/D [3973 0 R /XYZ 401.9114 179.3685 null]
+4085 0 obj <<
+/D [4059 0 R /XYZ 401.9114 179.3685 null]
 >> endobj
-1814 0 obj <<
-/D [3973 0 R /XYZ 71.731 136.3648 null]
+1843 0 obj <<
+/D [4059 0 R /XYZ 71.731 136.3648 null]
 >> endobj
-3972 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R /F35 1723 0 R /F44 2154 0 R /F61 2649 0 R >>
+4058 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F33 1398 0 R /F35 1752 0 R /F44 2183 0 R /F60 2701 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4004 0 obj <<
-/Length 1610      
+4090 0 obj <<
+/Length 1611      
 /Filter /FlateDecode
 >>
 stream
 xڭXmo�6��_a`"+��^Zl@��m���g���b+�PYr�R�����Q�l)��
��u�{���w49��#�3_�C�LxJ�f�3g��O�ϸQ����U���={%�(d�'���q�
 �)�#_
-(����O�h]���ʱ\Fϫz�W����ų�H������ɴ��������j��	9�>\�����Q�w}_�s�@H~`����z�h�ˤ�	��l2����͜�2�N��ݶ��ɗ�Y^g���wrF�øp�6zY„0�VqV%y��5���0%��LA��1H]0��F��jQB�z�	�" 8.D*zB�
���S z����t~!M~al�+�Z�2��9����1��,��u�����&i<��Z��ҩ��K�b]K���^�e]�*��Y��u�W���@�(�Pq"	j7�A���72����l�V}@�ZFI�he�6I�$i���F�����p��UQ�-��v�
�PKnq�����X��٥�(��>G�p�خ����cv!����p��Rz�<~sNJ �4b��8�WqI"eCJ�K�e�G���){��Ce�I\Ge�A�y17:Y+�L�!�N��ױ.��̏�D�8����4�uFOч(��Ca����݊/�!ϣ*�0���AFp�2��n	���/h�`����������^��p�=��C�	�2zH�!�T�Y*J���h�N�<�榼\�e�Ȓlq��:���̃�a��l*�)M�����	���B��ęǃ���������t��ڤ��G�Zm�/���Lj}�v3��`^yr7����e�tBc�����tB(�(�M�$�U�+�o?�~t�sNTC�((��"�7�v�xT��!��9����7��=d�9����p68!�o�ƫ���7�����o�7�ד����yx*b�$�d/5MO�7C�,lX����]�ShF�=����%����p��b0���< �$��Ż5,x>@D�W�9Ӻj��e�_Nn&
�_����!Ŏ��f�u-�W�u�)ӕJ�1����J���;�Z��G$|ry��A0���Jy2ϓ�>��2)M��VT/�>Vk]����d$,#�#��iG�mkve��V����Z'"�[*<=>44*�'04Z�0��!���;U8x�����󃶱���{W����kJ\�������@�mX`�? 2�m�`�����@ҽ:
+(����O�h]���ʱ\Fϫz�W����ų�H������ɴ��������j��	9�>\�����Q�w}_�s�@H~`����z�h�ˤ�	��l2����͜�2�N��ݶ��ɗ�Y^g���wrF�øp�6zY„0�VqV%y��5���0%��LA��1H]0��F��jQB�z�	�" 8.D*zB�
���S z����t~!M~al�+�Z�2��9����1��,��u�����&i<��Z��ҩ��K�b]K���^�e]�*��Y��u�W���@�(�Pq"	j7�A���72����l�V}@�ZFI�he�6I�$i���F�����p��UQ�-��v�
�PKnq�����X��٥�(��>G�p�خ����cv!����p��Rz�<~sNJ �4b��8�WqI"eCJ�K�e�G���){��Ce�I\Ge�A�y17:Y+�L�!�N��ױ.��̏�D�8����4�uFOч(��Ca����݊/�!ϣ*�0���AFp�2��n	���/h�`����������^��p�=��C�	�2zH�!�T�Y*J���h�N�<�榼\�e�Ȓlq��:���̃�a��l*�)M�����	���B��ęǃ���������t��ڤ��G�Zm�/���Lj}�v3��`^yr7����e�tBc�����tB(�(�M�$�U�+�o?�~t�sN �;@<���䓋,������Q�� 0��`�����L����H�����,���%�n��ސ���׿]�L^O�^��n�ᩈ��L���4=I2�ݳ�a�$R�GvMOL�Y�y�Y�A�
'?J.3��p8�"N��Y�[Â���At|u�3��F�[���f�P���_�R��pmY���e]��2]��3�������[)��Z��G$|ry��A0���Jy2ϓ�>��2)M��VT/�>Vk]����d$,#�#��iG�mkve��V����Z'"�[*<=>44*�'04Z�0��!���;U8x�����󃶱���{W����kJ\�������@�mX`�? 2�m�`�����@ҽ:
 �y��S��=.\E�e��{n��}r�H��`�x����I��`;�4b�1�8ݎ=��9x�U��y5�ʦi!
 F3L57��/��W��z��XHPŴ���8����;���RX*�!���A��ZvW�Ϸ����!B«a��n��R�wE�u
 EϚ���M����e���.�
 �!����m���/��"j\�X@��:��"zHҤJ�C+�:%�߷�r��x�#M;��鉝
 1Õ��*?&�8k�~i{��<Msl�7]���9�N��=��ٳՖͲ�*d�o���l��|�g��'}:�>�z:��n�N�����"�
-q�n*�����(���n9͕���m�c�õ�
����R�������.��з'��k��ߐ>�gendstream
+q�n*�����(���n9͕���m�c�õ�
����R�������.��з'��k���j-�dendstream
 endobj
-4003 0 obj <<
+4089 0 obj <<
 /Type /Page
-/Contents 4004 0 R
-/Resources 4002 0 R
+/Contents 4090 0 R
+/Resources 4088 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3935 0 R
-/Annots [ 4007 0 R 4027 0 R 4029 0 R ]
+/Parent 3985 0 R
+/Annots [ 4093 0 R 4113 0 R 4115 0 R ]
 >> endobj
-4007 0 obj <<
+4093 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [140.5347 643.0977 195.313 654.0017]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-accounts) >>
 >> endobj
-4027 0 obj <<
+4113 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [317.9754 336.2285 371.1556 347.4314]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-account-root) >>
 >> endobj
-4029 0 obj <<
+4115 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [441.1054 235.8848 496.5509 246.7887]
 /Subtype /Link
 /A << /S /GoTo /D (security-os-ports) >>
 >> endobj
-4005 0 obj <<
-/D [4003 0 R /XYZ 71.731 729.2652 null]
+4091 0 obj <<
+/D [4089 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-678 0 obj <<
-/D [4003 0 R /XYZ 164.5382 705.7477 null]
+698 0 obj <<
+/D [4089 0 R /XYZ 164.5382 705.7477 null]
 >> endobj
-1815 0 obj <<
-/D [4003 0 R /XYZ 71.731 702.1842 null]
+1844 0 obj <<
+/D [4089 0 R /XYZ 71.731 702.1842 null]
 >> endobj
-682 0 obj <<
-/D [4003 0 R /XYZ 306.9197 666.3753 null]
+702 0 obj <<
+/D [4089 0 R /XYZ 306.9197 666.3753 null]
 >> endobj
-4006 0 obj <<
-/D [4003 0 R /XYZ 71.731 656.2327 null]
+4092 0 obj <<
+/D [4089 0 R /XYZ 71.731 656.2327 null]
 >> endobj
-1816 0 obj <<
-/D [4003 0 R /XYZ 71.731 626.1612 null]
+1845 0 obj <<
+/D [4089 0 R /XYZ 71.731 626.1612 null]
 >> endobj
-686 0 obj <<
-/D [4003 0 R /XYZ 408.1603 588.9457 null]
+706 0 obj <<
+/D [4089 0 R /XYZ 408.1603 588.9457 null]
 >> endobj
-4008 0 obj <<
-/D [4003 0 R /XYZ 71.731 578.803 null]
+4094 0 obj <<
+/D [4089 0 R /XYZ 71.731 578.803 null]
 >> endobj
-4009 0 obj <<
-/D [4003 0 R /XYZ 213.7415 568.8212 null]
+4095 0 obj <<
+/D [4089 0 R /XYZ 213.7415 568.8212 null]
 >> endobj
-4010 0 obj <<
-/D [4003 0 R /XYZ 387.6017 568.8212 null]
+4096 0 obj <<
+/D [4089 0 R /XYZ 387.6017 568.8212 null]
 >> endobj
-4011 0 obj <<
-/D [4003 0 R /XYZ 249.2936 555.8697 null]
+4097 0 obj <<
+/D [4089 0 R /XYZ 249.2936 555.8697 null]
 >> endobj
-4012 0 obj <<
-/D [4003 0 R /XYZ 71.731 542.8188 null]
+4098 0 obj <<
+/D [4089 0 R /XYZ 71.731 542.8188 null]
 >> endobj
-4013 0 obj <<
-/D [4003 0 R /XYZ 71.731 503.0379 null]
+4099 0 obj <<
+/D [4089 0 R /XYZ 71.731 503.0379 null]
 >> endobj
-4014 0 obj <<
-/D [4003 0 R /XYZ 71.731 503.0379 null]
+4100 0 obj <<
+/D [4089 0 R /XYZ 71.731 503.0379 null]
 >> endobj
-4015 0 obj <<
-/D [4003 0 R /XYZ 71.731 492.0232 null]
+4101 0 obj <<
+/D [4089 0 R /XYZ 71.731 492.0232 null]
 >> endobj
-4016 0 obj <<
-/D [4003 0 R /XYZ 305.2152 481.7477 null]
+4102 0 obj <<
+/D [4089 0 R /XYZ 305.2152 481.7477 null]
 >> endobj
-4017 0 obj <<
-/D [4003 0 R /XYZ 71.731 480.367 null]
+4103 0 obj <<
+/D [4089 0 R /XYZ 71.731 480.367 null]
 >> endobj
-4018 0 obj <<
-/D [4003 0 R /XYZ 71.731 458.4351 null]
+4104 0 obj <<
+/D [4089 0 R /XYZ 71.731 458.4351 null]
 >> endobj
-4019 0 obj <<
-/D [4003 0 R /XYZ 71.731 413.5734 null]
+4105 0 obj <<
+/D [4089 0 R /XYZ 71.731 413.5734 null]
 >> endobj
-4020 0 obj <<
-/D [4003 0 R /XYZ 71.731 413.5734 null]
+4106 0 obj <<
+/D [4089 0 R /XYZ 71.731 413.5734 null]
 >> endobj
-4021 0 obj <<
-/D [4003 0 R /XYZ 71.731 402.5587 null]
+4107 0 obj <<
+/D [4089 0 R /XYZ 71.731 402.5587 null]
 >> endobj
-4022 0 obj <<
-/D [4003 0 R /XYZ 149.7385 392.2832 null]
+4108 0 obj <<
+/D [4089 0 R /XYZ 149.7385 392.2832 null]
 >> endobj
-4023 0 obj <<
-/D [4003 0 R /XYZ 71.731 391.0405 null]
+4109 0 obj <<
+/D [4089 0 R /XYZ 71.731 391.0405 null]
 >> endobj
-4024 0 obj <<
-/D [4003 0 R /XYZ 71.731 379.3843 null]
+4110 0 obj <<
+/D [4089 0 R /XYZ 71.731 379.3843 null]
 >> endobj
-4025 0 obj <<
-/D [4003 0 R /XYZ 71.731 357.3144 null]
+4111 0 obj <<
+/D [4089 0 R /XYZ 71.731 357.3144 null]
 >> endobj
-4026 0 obj <<
-/D [4003 0 R /XYZ 71.731 357.3144 null]
+4112 0 obj <<
+/D [4089 0 R /XYZ 71.731 357.3144 null]
 >> endobj
-1817 0 obj <<
-/D [4003 0 R /XYZ 71.731 311.4862 null]
+1846 0 obj <<
+/D [4089 0 R /XYZ 71.731 311.4862 null]
 >> endobj
-690 0 obj <<
-/D [4003 0 R /XYZ 222.1488 272.1139 null]
+710 0 obj <<
+/D [4089 0 R /XYZ 222.1488 272.1139 null]
 >> endobj
-4028 0 obj <<
-/D [4003 0 R /XYZ 71.731 264.7615 null]
+4114 0 obj <<
+/D [4089 0 R /XYZ 71.731 264.7615 null]
 >> endobj
-4030 0 obj <<
-/D [4003 0 R /XYZ 71.731 223.9296 null]
+4116 0 obj <<
+/D [4089 0 R /XYZ 71.731 223.9296 null]
 >> endobj
-4031 0 obj <<
-/D [4003 0 R /XYZ 71.731 186.206 null]
+4117 0 obj <<
+/D [4089 0 R /XYZ 71.731 186.206 null]
 >> endobj
-4032 0 obj <<
-/D [4003 0 R /XYZ 191.3113 175.277 null]
+4118 0 obj <<
+/D [4089 0 R /XYZ 191.3113 175.277 null]
 >> endobj
-4033 0 obj <<
-/D [4003 0 R /XYZ 71.731 168.1388 null]
+4119 0 obj <<
+/D [4089 0 R /XYZ 71.731 168.1388 null]
 >> endobj
-4002 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R /F55 2443 0 R /F64 2795 0 R >>
+4088 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F32 1306 0 R /F35 1752 0 R /F54 2470 0 R /F63 2842 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4036 0 obj <<
-/Length 2139      
+4122 0 obj <<
+/Length 2138      
 /Filter /FlateDecode
 >>
 stream
 xڵZA��6�ϯ��+HH�֝ͤz/�J�v�0�mv0xO����=I`x�6�������{O�����z%Q�&�ӻ�{����Q���=>���cz	I$�����A�E!#��������񘞻��l�|N�����(�T���g����6�y�统��"�HC��Ԕ=FG~�HI(�Ŏ�)E���M(�|�_Z$L�3<���	�\2�)�aBˆ�j��GѦ�
|ZՋ��5?�]��Y���.w�~Zb�ۏu�G��K�vE]�ʏE���IdIDX@(�By>�2���/��jC���߰k�J�tǴ��e��{].�fm���M�uu�6t���m���4�U�����Ů4>�����8�q0B����SFA�$<�Yzi��PH�>��	�8%�~��#�_��|�ɫ�4�2}C!To������h�[S�j�X�G����~\)�Xؙ�l)�.p�x���>��"K�|�B����K�}��a���]�S9<�K��)^�$U�P� ��sh�����r.�1�y�{��:;�=�⠟o��1�ԔB����wC�N��[xI�3G��g��A���Rk� Z#���E@��:��]8i}#V��7=��?�eYo��f]�<r����s�����K�*wX
 �zL��P	��q[�?h,�#,������l�&�-�����	�tW��PU;+3�P�C�$�`i�)�R
-g�P[���@
-d!�ioH�;��c�!$
-"�l|@M����`,�F���
-�(U��	�n�|�5EL�¿�W�Q}�T��i�03�M/}�
-�o����YD�P�H�2�Ѣ�avי������š0���fG��RS�3����ߌ'W�t�PzB&�6�t@mm�T�io8����PA� ���<3
-n�+<�e	賕�"F7#"����jy��j-�Hycb�,�=�g�֛?��GN��^(�0�%�T�R�)-*׮躾B*�-��|�������K���QW)�f�Ps���3��Y	���$�&&bnH<�u��c���_ %�hZ��U
-ح%�gջW4
-{�0&�w��٤�]&�fZfuu(t&	�O?��G��\������A�0��"�er=\�pC�ɹ󀈏��i�:f�0��{����8�������S�wx�����-��u����?�uG��8�A�$YKjA�������8H8�I<^̎-�7j���9	B��u1[�4��\�BΦxp\@4�=h5�&�@G��$��`�����4M"[	Cȣ��ˎg����������9L��f�t-��ة�P?�����
-��^��#�D��N;(:��{��FMU��5'[�q��8�����$a-���qr��2�0�?�P����ZФG�j�0z�&.Ml���`>��};w�2H���l]�o�	��G׽w6�!3���j!�{�j�;������I���żmn���ZP�?]��I��m$|�e>�� ���طP~ޣV��a�?w�p�����b��y2�k�o�4�Q��8�ޡ���K���m_�;�h1�;���s�!/��o�����?�Sz��e
-"NVr����ej-�����2�i.�!�~2r%�}]}���ߍs�p��@�lc2&2��r�ڨ��Pk�2��.���a�UY̜�MH���a�͞%��Y�er�,��0=Kܐ��,1��5
gBf���Iȑ�XF��=j5F�F	G0�$�ťh$ ωdѥlЬK
�5�r�\w)��Kݐ�å��t.�eƷ����b٥lԼK
�5�r]w)��KݐXu)赿�
-�e�G�l/b鷗F���<��
-4%u��m�W����='��{N�ܙn�%Pn��A"؆��<7�9ot��wj ��7|�����Ҧ+�K�6YT]� I�m)�-E��8X��U7�X�k"��z,��.�K��t��1��cߥm�?>�m�n�y"�l����3ݦ8���1j��zO�o�����X�^܍/�1�&�;x�����4�t9c9��a^5�S)�����o�[��7]j��T������0`]R�h��~�膏8T<y�˩n�_�bS���,��R��������p�?M�JAendstream
+g�P[���@ʁL"�<�
��c�]|l<��DAė�����B�����:Z!��J^6a��M�ⵦ��_����4����3
ffӣ��tCA�
3�_�"���)�B�:Z�9��:���qr�8&�?���hpYj*w�B۾T����J�JO��������
��;�
�[�]*H�:�gF���p����,}�2 Q���fD1bz]�#vQ@��~�)O`L��E�ga����z��畂�����eF�$��Q*9�E��]�WH%㼥�����yCw	؃�6� E�,�jN˜C�q�4:+a����U��D�
�Dz�>}p,_��d�#�M���
+B��$��z��Fao&¤��6�4���Lˬ���"q��7����K�0�6h6�Z�L�G���4nH<9w�� �>�R��@�3�y��翂|߀V]j�ϟ2p8��@�����0����h��!��$k��B-�ѣV�p�C	�"6�Njٱ��F͕8'A��޹.f�ܒf�@����h����������@�ĝ����pT�ơId+ayva|��,м���5�sX\�:�������X;��G���\�5ԋ�p�h6؉aEg�~�ڨ�j���dK8���Y����$��4�4NnY|U�!�gJW4�P���UMF���A¥��b��\��<�og�ZI������?�6�����<d�0�#�B-�|�Z�y��;��A��6�_�ע��^�XKj���?7����������>�3��j��{Ԫ�;����.?�Y|[�S8OF|-�-Ԃ&=jU��;4q�pib�����}�-�s���5�8��6�{���qJ�s��AA��J.�Q�l@��2���\�"1�e7$�OF�$����64��qNn���bL�D�1_�X5�j-b]F�#�E��7,�*����	�]>�۠ٳ��Z;K�L��%\�g�w�%������C�l�X;I�9���h���G������ �F�ķ���9�,��
�u���R.��.��0u�w�T��Υ���6��q\,����w���R.��.�"1u��.��Q� ���h��E,��Ҩ�P�GX�W����P�M�JwSw���vuω�;ӭ��M�>h�A�����>獮�N
��0���9\�tEv)�F#���$�-ž����/���bsM��_�Ev�E�uiQ��=&�p컴����m�
b� O<�m�^w��gA_46�C-6^���-�]��׋��7�AݤxϓX�6ca�f�.g,'��/l��|*%�`XR���p�Z��K�T��6��~��Kj�
��o����'O|9�M>�+\Lb*������O�`1�za�ӣP5�g���a�/-hAendstream
 endobj
-4035 0 obj <<
+4121 0 obj <<
 /Type /Page
-/Contents 4036 0 R
-/Resources 4034 0 R
+/Contents 4122 0 R
+/Resources 4120 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 3935 0 R
-/Annots [ 4042 0 R 4043 0 R ]
+/Parent 4196 0 R
+/Annots [ 4128 0 R 4129 0 R ]
 >> endobj
-4042 0 obj <<
+4128 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [271.1346 578.1752 316.7037 588.7575]
 /Subtype /Link
 /A << /S /GoTo /D (gloss-htaccess) >>
 >> endobj
-4043 0 obj <<
+4129 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [261.1174 566.6266 322.9236 577.1012]
 /Subtype /Link
 /A << /S /GoTo /D (http-apache) >>
 >> endobj
-4037 0 obj <<
-/D [4035 0 R /XYZ 71.731 729.2652 null]
+4123 0 obj <<
+/D [4121 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1818 0 obj <<
-/D [4035 0 R /XYZ 71.731 718.3063 null]
+1847 0 obj <<
+/D [4121 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-694 0 obj <<
-/D [4035 0 R /XYZ 197.6084 706.1179 null]
+714 0 obj <<
+/D [4121 0 R /XYZ 197.6084 706.1179 null]
 >> endobj
-1819 0 obj <<
-/D [4035 0 R /XYZ 71.731 705.9028 null]
+1848 0 obj <<
+/D [4121 0 R /XYZ 71.731 705.9028 null]
 >> endobj
-698 0 obj <<
-/D [4035 0 R /XYZ 498.0946 666.7455 null]
+718 0 obj <<
+/D [4121 0 R /XYZ 498.0946 666.7455 null]
 >> endobj
-4038 0 obj <<
-/D [4035 0 R /XYZ 71.731 656.3805 null]
+4124 0 obj <<
+/D [4121 0 R /XYZ 71.731 656.3805 null]
 >> endobj
-4039 0 obj <<
-/D [4035 0 R /XYZ 213.9976 620.7181 null]
+4125 0 obj <<
+/D [4121 0 R /XYZ 213.9976 620.7181 null]
 >> endobj
-4040 0 obj <<
-/D [4035 0 R /XYZ 71.731 605.6099 null]
+4126 0 obj <<
+/D [4121 0 R /XYZ 71.731 605.6099 null]
 >> endobj
-4041 0 obj <<
-/D [4035 0 R /XYZ 71.731 590.6659 null]
+4127 0 obj <<
+/D [4121 0 R /XYZ 71.731 590.6659 null]
 >> endobj
-4044 0 obj <<
-/D [4035 0 R /XYZ 76.7123 551.5774 null]
+4130 0 obj <<
+/D [4121 0 R /XYZ 76.7123 551.5774 null]
 >> endobj
-4045 0 obj <<
-/D [4035 0 R /XYZ 71.731 541.6148 null]
+4131 0 obj <<
+/D [4121 0 R /XYZ 71.731 541.6148 null]
 >> endobj
-4046 0 obj <<
-/D [4035 0 R /XYZ 81.6937 508.7381 null]
+4132 0 obj <<
+/D [4121 0 R /XYZ 81.6937 508.7381 null]
 >> endobj
-4047 0 obj <<
-/D [4035 0 R /XYZ 71.731 506.5812 null]
+4133 0 obj <<
+/D [4121 0 R /XYZ 71.731 506.5812 null]
 >> endobj
-4048 0 obj <<
-/D [4035 0 R /XYZ 71.731 506.5812 null]
+4134 0 obj <<
+/D [4121 0 R /XYZ 71.731 506.5812 null]
 >> endobj
-4049 0 obj <<
-/D [4035 0 R /XYZ 91.6563 495.7866 null]
+4135 0 obj <<
+/D [4121 0 R /XYZ 91.6563 495.7866 null]
 >> endobj
-4050 0 obj <<
-/D [4035 0 R /XYZ 120.717 495.7866 null]
+4136 0 obj <<
+/D [4121 0 R /XYZ 120.717 495.7866 null]
 >> endobj
-4051 0 obj <<
-/D [4035 0 R /XYZ 120.717 495.7866 null]
+4137 0 obj <<
+/D [4121 0 R /XYZ 120.717 495.7866 null]
 >> endobj
-4052 0 obj <<
-/D [4035 0 R /XYZ 147.2176 495.7866 null]
+4138 0 obj <<
+/D [4121 0 R /XYZ 147.2176 495.7866 null]
 >> endobj
-4053 0 obj <<
-/D [4035 0 R /XYZ 147.2176 495.7866 null]
+4139 0 obj <<
+/D [4121 0 R /XYZ 147.2176 495.7866 null]
 >> endobj
-4054 0 obj <<
-/D [4035 0 R /XYZ 76.7123 477.8539 null]
+4140 0 obj <<
+/D [4121 0 R /XYZ 76.7123 477.8539 null]
 >> endobj
-4055 0 obj <<
-/D [4035 0 R /XYZ 81.6937 464.9025 null]
+4141 0 obj <<
+/D [4121 0 R /XYZ 81.6937 464.9025 null]
 >> endobj
-4056 0 obj <<
-/D [4035 0 R /XYZ 92.4832 464.9025 null]
+4142 0 obj <<
+/D [4121 0 R /XYZ 92.4832 464.9025 null]
 >> endobj
-4057 0 obj <<
-/D [4035 0 R /XYZ 71.731 464.7635 null]
+4143 0 obj <<
+/D [4121 0 R /XYZ 71.731 464.7635 null]
 >> endobj
-4058 0 obj <<
-/D [4035 0 R /XYZ 71.731 464.7635 null]
+4144 0 obj <<
+/D [4121 0 R /XYZ 71.731 464.7635 null]
 >> endobj
-4059 0 obj <<
-/D [4035 0 R /XYZ 91.6563 451.951 null]
+4145 0 obj <<
+/D [4121 0 R /XYZ 91.6563 451.951 null]
 >> endobj
-4060 0 obj <<
-/D [4035 0 R /XYZ 71.731 449.7942 null]
+4146 0 obj <<
+/D [4121 0 R /XYZ 71.731 449.7942 null]
 >> endobj
-4061 0 obj <<
-/D [4035 0 R /XYZ 91.6563 438.9996 null]
+4147 0 obj <<
+/D [4121 0 R /XYZ 91.6563 438.9996 null]
 >> endobj
-4062 0 obj <<
-/D [4035 0 R /XYZ 135.6906 438.9996 null]
+4148 0 obj <<
+/D [4121 0 R /XYZ 135.6906 438.9996 null]
 >> endobj
-4063 0 obj <<
-/D [4035 0 R /XYZ 135.6906 438.9996 null]
+4149 0 obj <<
+/D [4121 0 R /XYZ 135.6906 438.9996 null]
 >> endobj
-4064 0 obj <<
-/D [4035 0 R /XYZ 76.7123 421.0668 null]
+4150 0 obj <<
+/D [4121 0 R /XYZ 76.7123 421.0668 null]
 >> endobj
-4065 0 obj <<
-/D [4035 0 R /XYZ 81.6937 408.1154 null]
+4151 0 obj <<
+/D [4121 0 R /XYZ 81.6937 408.1154 null]
 >> endobj
-4066 0 obj <<
-/D [4035 0 R /XYZ 92.4832 408.1154 null]
+4152 0 obj <<
+/D [4121 0 R /XYZ 92.4832 408.1154 null]
 >> endobj
-4067 0 obj <<
-/D [4035 0 R /XYZ 71.731 407.4071 null]
+4153 0 obj <<
+/D [4121 0 R /XYZ 71.731 407.4071 null]
 >> endobj
-4068 0 obj <<
-/D [4035 0 R /XYZ 71.731 407.4071 null]
+4154 0 obj <<
+/D [4121 0 R /XYZ 71.731 407.4071 null]
 >> endobj
-4069 0 obj <<
-/D [4035 0 R /XYZ 91.6563 395.164 null]
+4155 0 obj <<
+/D [4121 0 R /XYZ 91.6563 395.164 null]
 >> endobj
-4070 0 obj <<
-/D [4035 0 R /XYZ 71.731 393.0071 null]
+4156 0 obj <<
+/D [4121 0 R /XYZ 71.731 393.0071 null]
 >> endobj
-4071 0 obj <<
-/D [4035 0 R /XYZ 71.731 393.0071 null]
+4157 0 obj <<
+/D [4121 0 R /XYZ 71.731 393.0071 null]
 >> endobj
-4072 0 obj <<
-/D [4035 0 R /XYZ 101.6189 382.2125 null]
+4158 0 obj <<
+/D [4121 0 R /XYZ 101.6189 382.2125 null]
 >> endobj
-4073 0 obj <<
-/D [4035 0 R /XYZ 71.731 380.0557 null]
+4159 0 obj <<
+/D [4121 0 R /XYZ 71.731 380.0557 null]
 >> endobj
-4074 0 obj <<
-/D [4035 0 R /XYZ 101.6189 369.2611 null]
+4160 0 obj <<
+/D [4121 0 R /XYZ 101.6189 369.2611 null]
 >> endobj
-4075 0 obj <<
-/D [4035 0 R /XYZ 142.8837 369.2611 null]
+4161 0 obj <<
+/D [4121 0 R /XYZ 142.8837 369.2611 null]
 >> endobj
-4076 0 obj <<
-/D [4035 0 R /XYZ 142.8837 369.2611 null]
+4162 0 obj <<
+/D [4121 0 R /XYZ 142.8837 369.2611 null]
 >> endobj
-4077 0 obj <<
-/D [4035 0 R /XYZ 76.7123 351.3284 null]
+4163 0 obj <<
+/D [4121 0 R /XYZ 76.7123 351.3284 null]
 >> endobj
-4078 0 obj <<
-/D [4035 0 R /XYZ 91.6563 338.3769 null]
+4164 0 obj <<
+/D [4121 0 R /XYZ 91.6563 338.3769 null]
 >> endobj
-4079 0 obj <<
-/D [4035 0 R /XYZ 71.731 336.2201 null]
+4165 0 obj <<
+/D [4121 0 R /XYZ 71.731 336.2201 null]
 >> endobj
-4080 0 obj <<
-/D [4035 0 R /XYZ 71.731 336.2201 null]
+4166 0 obj <<
+/D [4121 0 R /XYZ 71.731 336.2201 null]
 >> endobj
-4081 0 obj <<
-/D [4035 0 R /XYZ 101.6189 325.4255 null]
+4167 0 obj <<
+/D [4121 0 R /XYZ 101.6189 325.4255 null]
 >> endobj
-4082 0 obj <<
-/D [4035 0 R /XYZ 71.731 323.2687 null]
+4168 0 obj <<
+/D [4121 0 R /XYZ 71.731 323.2687 null]
 >> endobj
-4083 0 obj <<
-/D [4035 0 R /XYZ 101.6189 312.4741 null]
+4169 0 obj <<
+/D [4121 0 R /XYZ 101.6189 312.4741 null]
 >> endobj
-4084 0 obj <<
-/D [4035 0 R /XYZ 145.6532 312.4741 null]
+4170 0 obj <<
+/D [4121 0 R /XYZ 145.6532 312.4741 null]
 >> endobj
-4085 0 obj <<
-/D [4035 0 R /XYZ 145.6532 312.4741 null]
+4171 0 obj <<
+/D [4121 0 R /XYZ 145.6532 312.4741 null]
 >> endobj
-4086 0 obj <<
-/D [4035 0 R /XYZ 177.5336 312.4741 null]
+4172 0 obj <<
+/D [4121 0 R /XYZ 177.5336 312.4741 null]
 >> endobj
-4087 0 obj <<
-/D [4035 0 R /XYZ 177.5336 312.4741 null]
+4173 0 obj <<
+/D [4121 0 R /XYZ 177.5336 312.4741 null]
 >> endobj
-4088 0 obj <<
-/D [4035 0 R /XYZ 209.4141 312.4741 null]
+4174 0 obj <<
+/D [4121 0 R /XYZ 209.4141 312.4741 null]
 >> endobj
-4089 0 obj <<
-/D [4035 0 R /XYZ 209.4141 312.4741 null]
+4175 0 obj <<
+/D [4121 0 R /XYZ 209.4141 312.4741 null]
 >> endobj
-4090 0 obj <<
-/D [4035 0 R /XYZ 241.2945 312.4741 null]
+4176 0 obj <<
+/D [4121 0 R /XYZ 241.2945 312.4741 null]
 >> endobj
-4091 0 obj <<
-/D [4035 0 R /XYZ 241.2945 312.4741 null]
+4177 0 obj <<
+/D [4121 0 R /XYZ 241.2945 312.4741 null]
 >> endobj
-4092 0 obj <<
-/D [4035 0 R /XYZ 76.7123 294.5413 null]
+4178 0 obj <<
+/D [4121 0 R /XYZ 76.7123 294.5413 null]
 >> endobj
-4093 0 obj <<
-/D [4035 0 R /XYZ 91.6563 281.5899 null]
+4179 0 obj <<
+/D [4121 0 R /XYZ 91.6563 281.5899 null]
 >> endobj
-4094 0 obj <<
-/D [4035 0 R /XYZ 71.731 279.4331 null]
+4180 0 obj <<
+/D [4121 0 R /XYZ 71.731 279.4331 null]
 >> endobj
-4095 0 obj <<
-/D [4035 0 R /XYZ 71.731 279.4331 null]
+4181 0 obj <<
+/D [4121 0 R /XYZ 71.731 279.4331 null]
 >> endobj
-4096 0 obj <<
-/D [4035 0 R /XYZ 101.6189 268.6384 null]
+4182 0 obj <<
+/D [4121 0 R /XYZ 101.6189 268.6384 null]
 >> endobj
-4097 0 obj <<
-/D [4035 0 R /XYZ 76.7123 232.7729 null]
+4183 0 obj <<
+/D [4121 0 R /XYZ 76.7123 232.7729 null]
 >> endobj
-4098 0 obj <<
-/D [4035 0 R /XYZ 81.6937 219.8215 null]
+4184 0 obj <<
+/D [4121 0 R /XYZ 81.6937 219.8215 null]
 >> endobj
-4099 0 obj <<
-/D [4035 0 R /XYZ 92.4832 219.8215 null]
+4185 0 obj <<
+/D [4121 0 R /XYZ 92.4832 219.8215 null]
 >> endobj
-4100 0 obj <<
-/D [4035 0 R /XYZ 71.731 218.4408 null]
+4186 0 obj <<
+/D [4121 0 R /XYZ 71.731 218.4408 null]
 >> endobj
-4101 0 obj <<
-/D [4035 0 R /XYZ 71.731 218.4408 null]
+4187 0 obj <<
+/D [4121 0 R /XYZ 71.731 218.4408 null]
 >> endobj
-4102 0 obj <<
-/D [4035 0 R /XYZ 91.6563 206.8701 null]
+4188 0 obj <<
+/D [4121 0 R /XYZ 91.6563 206.8701 null]
 >> endobj
-4103 0 obj <<
-/D [4035 0 R /XYZ 76.7123 188.9373 null]
+4189 0 obj <<
+/D [4121 0 R /XYZ 76.7123 188.9373 null]
 >> endobj
-4104 0 obj <<
-/D [4035 0 R /XYZ 81.6937 175.9859 null]
+4190 0 obj <<
+/D [4121 0 R /XYZ 81.6937 175.9859 null]
 >> endobj
-4105 0 obj <<
-/D [4035 0 R /XYZ 92.4832 175.9859 null]
+4191 0 obj <<
+/D [4121 0 R /XYZ 92.4832 175.9859 null]
 >> endobj
-4106 0 obj <<
-/D [4035 0 R /XYZ 71.731 174.6051 null]
+4192 0 obj <<
+/D [4121 0 R /XYZ 71.731 174.6051 null]
 >> endobj
-4107 0 obj <<
-/D [4035 0 R /XYZ 71.731 174.6051 null]
+4193 0 obj <<
+/D [4121 0 R /XYZ 71.731 174.6051 null]
 >> endobj
-4108 0 obj <<
-/D [4035 0 R /XYZ 91.6563 163.0345 null]
+4194 0 obj <<
+/D [4121 0 R /XYZ 91.6563 163.0345 null]
 >> endobj
-4109 0 obj <<
-/D [4035 0 R /XYZ 71.731 140.1204 null]
+4195 0 obj <<
+/D [4121 0 R /XYZ 71.731 140.1204 null]
 >> endobj
-4034 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F55 2443 0 R >>
+4120 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F44 2183 0 R /F54 2470 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4113 0 obj <<
+4200 0 obj <<
 /Length 1344      
 /Filter /FlateDecode
 >>
 stream
 xڅVێ�6}߯0ЇJ��)��R��m�(Z�5ł�h[�n��u����V�]w搜����"��U�Y�"r&�����V����{���Y/�^o�6?��*g�j�ݯ�0��d�Ƃe�g�m�W��{k�p-d$�����KUךv�b*{�޾�{����8ey�_tn�z�H�]�2'qꜫ�}74�V]{�s΃�"v����@��8����������6��BaMGk7�<��؅B��ŊC�CU~O�@'���Vȉ�?�y�#S2�u��%O��'���Z�F��}WL#+�f���
ʣ)��m�EAG�5��'r���>=L-���U�S	&nX*U~�y���h���~�kd�*�����[�U�Ov]�e���y=���:���ʡ�B1E�S���Wĝ$n�H/>��B�.��S���8�k��)�x�3
 ��X�߆ۅg�`r`�v�&t`�@#,yj_@�D<�_t`fz�C7FJ^����]���	���c��Wo��C��:k���x
-�f繱�A�#b�x�g�n7�f
��kyy��T_�KS)W�,f��o�ܠ��yP��	t�(-�,NE2q/���l>���Nx2^B���h�mt]U7����P)��P�������t����u���F���ڔ�]�.	������AV�Z����~���h[��*�Δo��@�a&�C
1�}v#�Z	�z=��̦����T��K0��~)X̓�z6�`�d2J�G�詶O�`{D}x��OE#]|�^��}�&�>�h,]:�IqW�j���������k����ȡ����?B����t�X��p����=�N�f�󄷦8>ت73��	��T�:�2p;ڦ���,��``:7�-ɳD��!-XH#r����n�	����{fh����������<�����q=���7 �U�d�!��Ь�������� ��L2���F�Xds	��6���:��àK�v�H�֮.��Ѳ���ZET!,��>��Λ�q�v���;�NӲ�hAwƋ5�J\=��P�F�n�>���G�@.n�7�y40)�o����U�dU]Fѿl��rJ���k8'�Yn�!��覺���T�,G�r�!��x\֝)4��������Z�#`���c�^��h�xOۓ�� 9���4k�����0	 �L��Y���P��sp��~1����.P���G��Neq&�뉳
x����
P�K����vU��OPX�zH��|I�^�Ry�u	k���M�d,�*������_��I�|ք���??�o��/D<endstream
+�f繱�A�#b�x�g�n7�f
��kyy��T_�KS)W�,f��o�ܠ��yP��	t�(-�,NE2q/���l>���Nx2^B���h�mt]U7����P)��P�������t����u���F���ڔ�]�.	������AV�Z����~���h[��*�Δo��@�a&�C
1�}v#�Z	�z=��̦����T��K0��~)X̓�z6�`�d2J�G�詶O�`{D}x��OE#]|�^��}�&�>�h,]:�IqW�j���������k����ȡ����?B����t�X��p����=�N�f�󄷦8>ت73��	��T�:�2p;ڦ���,��``:7�-ɳD��!-XH#r����n�	����{fh����������<�����q=���7 �U�d�!��Ь�������� ��L2���F�Xds	��6���:��àK�v�H�֮.��Ѳ���ZET!,��>��Λ�q�v���;�NӲ�hAwƋ5�J\=��P�F�n�>���G�@.n�7�y40)�o����U�dU]Fѿl��rJ���k8'�Yn�!��覺���T�,G�r�!��x\֝)4��������Z�#`���c�^��h�xOۓ�� 9���4k�����0	 �L��Y���P��sp��~1����.P���G��Neq&�뉳
x����
P�K����vU��OPX�zH��|I�^�Ry�u	k���M�d,�*������_��I�|ք�(���7��\D=endstream
 endobj
-4112 0 obj <<
+4199 0 obj <<
 /Type /Page
-/Contents 4113 0 R
-/Resources 4111 0 R
+/Contents 4200 0 R
+/Resources 4198 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4127 0 R
-/Annots [ 4120 0 R ]
+/Parent 4196 0 R
+/Annots [ 4207 0 R ]
 >> endobj
-4120 0 obj <<
+4207 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [178.6818 665.9084 233.0102 676.383]
 /Subtype /Link
 /A << /S /GoTo /D (http) >>
 >> endobj
-4114 0 obj <<
-/D [4112 0 R /XYZ 71.731 729.2652 null]
+4201 0 obj <<
+/D [4199 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4115 0 obj <<
-/D [4112 0 R /XYZ 152.1362 708.3437 null]
+4202 0 obj <<
+/D [4199 0 R /XYZ 152.1362 708.3437 null]
 >> endobj
-4116 0 obj <<
-/D [4112 0 R /XYZ 457.3046 708.3437 null]
+4203 0 obj <<
+/D [4199 0 R /XYZ 457.3046 708.3437 null]
 >> endobj
-4117 0 obj <<
-/D [4112 0 R /XYZ 322.4878 695.3923 null]
+4204 0 obj <<
+/D [4199 0 R /XYZ 322.4878 695.3923 null]
 >> endobj
-4118 0 obj <<
-/D [4112 0 R /XYZ 71.731 693.2354 null]
+4205 0 obj <<
+/D [4199 0 R /XYZ 71.731 693.2354 null]
 >> endobj
-4119 0 obj <<
-/D [4112 0 R /XYZ 71.731 678.2915 null]
+4206 0 obj <<
+/D [4199 0 R /XYZ 71.731 678.2915 null]
 >> endobj
-1820 0 obj <<
-/D [4112 0 R /XYZ 71.731 630.934 null]
+1849 0 obj <<
+/D [4199 0 R /XYZ 71.731 630.934 null]
 >> endobj
-702 0 obj <<
-/D [4112 0 R /XYZ 171.2348 585.6797 null]
+722 0 obj <<
+/D [4199 0 R /XYZ 171.2348 585.6797 null]
 >> endobj
-1821 0 obj <<
-/D [4112 0 R /XYZ 71.731 581.8494 null]
+1850 0 obj <<
+/D [4199 0 R /XYZ 71.731 581.8494 null]
 >> endobj
-706 0 obj <<
-/D [4112 0 R /XYZ 413.6679 546.3073 null]
+726 0 obj <<
+/D [4199 0 R /XYZ 413.6679 546.3073 null]
 >> endobj
-4121 0 obj <<
-/D [4112 0 R /XYZ 71.731 535.9423 null]
+4208 0 obj <<
+/D [4199 0 R /XYZ 71.731 535.9423 null]
 >> endobj
-4122 0 obj <<
-/D [4112 0 R /XYZ 401.1834 526.1828 null]
+4209 0 obj <<
+/D [4199 0 R /XYZ 401.1834 526.1828 null]
 >> endobj
-4123 0 obj <<
-/D [4112 0 R /XYZ 457.301 513.2314 null]
+4210 0 obj <<
+/D [4199 0 R /XYZ 457.301 513.2314 null]
 >> endobj
-4124 0 obj <<
-/D [4112 0 R /XYZ 239.3111 487.3285 null]
+4211 0 obj <<
+/D [4199 0 R /XYZ 239.3111 487.3285 null]
 >> endobj
-4125 0 obj <<
-/D [4112 0 R /XYZ 71.731 480.1903 null]
+4212 0 obj <<
+/D [4199 0 R /XYZ 71.731 480.1903 null]
 >> endobj
-4126 0 obj <<
-/D [4112 0 R /XYZ 319.2438 443.4929 null]
+4213 0 obj <<
+/D [4199 0 R /XYZ 319.2438 443.4929 null]
 >> endobj
-4111 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >>
+4198 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4130 0 obj <<
-/Length 2390      
+4216 0 obj <<
+/Length 2395      
 /Filter /FlateDecode
 >>
 stream
-xڍ]�۸�=��o'�V�DI�[4m�Cһ�CQ4}�J�M�,9��=��w�(˲�{X`5g���"���E��4�O���D����.X�`��I�Z%0��]�(�7Y�,�c&�=|�E�����q;�
-"?���c�o��>?��]��4����;[��x���VU����߉�J�P�� :�4I������R��2��<�mjY�.6�&=ym�|�7!�}��n��U�u��Рh�>��L�z۴��2
CB����ԙV�-��>��5�J(�kB����n��>�)���`lJ����{�U���m���hӶ�:������C5�Oh�lAe��H����{��b��9!��rԜ&MU4�
�U~�i��R�m����?-��:�9Q�σ�5�PW��ߥ�8Cx�J�����U��{��b;�z=g�n�!�f.�!�b�7B�)L�孭Έ��}��b��$w��8ښ�?�F��:�Zɒ�dn%�v��u�sp�S��S����C���>5�$�|���K�<%Ȭ�8�^_�
-"�}�Q�
�*��t`Mpd���O��5 	D!�����8-�Q�:�>t����ƿ���y�0��,��)�����A3!;������B�Z�/S��X�
1L	x���?4W?g�Q��-ypg�~���6����9O�]4�u�=9�C���
�����pT�ᴂ��V��T����Re�IW'�*CI��Z�\�p>I�4�P�	N������l!6�Py�3Sb!M2‰Y1sS����DwY_��11g\�:����<U�(A��`� ��`k��m�s�<��#���TH��}&��^�"
-�Q�B�FGC$�&��RR Uќ�����?3��+`�}s�JF��I��=HK���KD~�, ��d�Ӻl-�S*�c�VL$"b	o���ܖ�d�#׽=>������&�?
4Q=B�̶�h=��Nb�z7�PSu#2��Ie�"��A��
nx�
-�0u'r�ay{t@�� ��"6	f��t�E �ۺ4���΄[����b�\1ע��3����=�oGS3:gdM��q�Ob=�,fDe��S��^m����]~p�#Z-��	��2��KA�v�d��1����Al��wi��h�N����)(9��C��/��,!Ի� C�93��N��Nv��o�K������
-uI1� �hc_A��L�#�2p�r��tHMMfּS�{'(�k�X*ɀ�TDUT�Vn��<ȕʓQ����s՗�HI�w��z�s���s�Z���P�Tg������Z)�$l���."-�JN �x�*R�c��PSS{�r�G�9�a���`�D��*\��(�}�M!Sq3�������f��X�=J�8z2C�mѩ���H��
#3GB-�ioX�[_!�B%��/K�@��}��;��+�6'!���R���*TU�ȼ�Fn\���iE=�-��J�P�F��tg;1�!ǣq���^W9�s�>�,/ъ�ڱny4�;�&c������V�l�XpB��t�O"�t�
-��{�0B���%�H��xl(��(@f�͹Q^���ya�୑#6��{�B|�e/s:��{0ےSZY ep��\�nG��6��
���~?�����v`F������Q�?1�,^��p�oOT{`Ķ�]�R��j)�wܡr�@�N���T.�w$s(��\��D��r y~��ƹ�h�����-Q�L��&����H6P�����9�D��}kgjӂ��Ū��
Ty7�r;�9VX/C�Er�����[��������E'�i�Ws�Nh���8���{:3���q��(q�l�H��V<ƛ�@]N�����V�\."���[|Fs
ER�b
-�����Z���_��wc)	a�z���ǿ<����	���t	�4)�a(��)�x%|�"��ny)Z���
�lM�6Ώ�ŵ�;;�q���#�9�a��m�l&�&O�jH
��Riw�J��X����T�S�@�JGwsܜȷ���*��F>�+E�W�-yܼW���m�'o8ɚ��1D��!-�ss �7|6 .��كٶ�BVn�8AC�#[G�)v�teK	�(�t�8̸�L�֒�ᛟ��Ip��0�g�޿�Jq�#����<Gϰ{�K���,Zf�$�\pj���R����$f6ws]����]��w�0���6o8����wT�Y|��gD�	�U����E�D\����n�֊	F�D�F^��<�ǜ'��q\E��9"�֗��
4�=�zK�A!���{��y�ɓp��ɉ�S7$C��_��OGrݦZ�J䞽�ۼ蹒��%��[��_�������0�zDC�E�S�a�j�8�=7�z5#���~�endstream
+xڍ]�۸�=��o'�VԷ�M�����PM�m+K�$w����/ʲ,�X
�Ù�p�H�E�j�)?��n�0M�Eqx,v0��wJH�4��D�0��]'Q�o�0]��L>>�{�F�0��$O��AT�a�.�{���؛v���K|����z���������?�'v*�C���.�ѡdiF�_��/u�.��k�S�ۦ���b�oRГ׆�O�MHk��[�cy��%4(��׶�)[o���/�0D �L]�O�i�����)���qoZ#��R_�7]�$vK���P�J���)�Y��� �
+7��R��ITL��$�������B�8�`*�v@������{��	���Qs�4U�d�7�=V�,Ӷ��(�ny��Z&������|��Y�	p���]��g�OT����2�j�"z/:\l�#[���
6�<��#_,�F�6��:��ꌈ��k4��$��^��hktj�07�~�Zɒ�dn%�v��u�sp�S��S����C���>�'H���#B��C,u� �"��d{!|Y*����G��T6������tEk�L�j@�B�ϭ�qZ��ʒ���=#{�Z�r�=�8!g��̀����	��h���D�
+
,kɾLQw/`-7�0%��>[��\9���F�2��������>����<1v� ����x~\�C�7&����QI��
+�2[9�S�6��K�$�$�TJ��Ԃ���$���CQ4'8�7S�Jz��8ذC�g4�
+�B�d��b<榶�'<jÉ�cb�8�:����<U�(A��`� ��`k����9D�VYr*���>�F@/X�(p!A��!�r|G))�*�hNY���ן��0ݾ9U%#�B���
+��%�Y�%"�l�[q��i]���)�ѱF+&�����~n��|��k(��V�������_�n!��Y����bh�t��pD�17c��
+����O�(�9�*�Eo�p�U��<����s��w�c)J9�I)>���6y�q��K�_��L�Ź�<�s-*[<�(�{��0�v45�5#k��/�z� �e1#*[?��=�jC���W�҄[�ja<��\����\
+�+_㤎��֮�b�4�˞f�E[v�{�6N@�q���<�xɟe	߭"͙q,w��w�3����}S_R��$U�D�S?
��6����q<"!�A(��!M���d�w�v��v�K�P�ˆ��*�ʭv�)Sy2����:��)w���Y���\㾅1{-\K�9J��L��sw^+����Ӛ�E�E�B�	�'3Ejw��jj��2.H6�<L<��h�_��v��o�7d*������7:������ݣ썣'3d���ڹ;�,��12s� ����5��5� TR�_�4
+�xه
+�D鰱�HasR-���+Q+��,FUE�̋��ƕ�Y�V�C�����R�pl��LW�4���e˸"������yey�V$N�GS�Cl:���cP����M�NHb�A٘��I$õ��TA����1��b��kp�#R�<!��9
+�gsn����s</��5rĆ��p/�V����eNB'Zf[2`J+���������X��&z�!��#����{�xU��3��'ƚ�[�b���%�j�ؖ��k�W�@-���UNH��B��ɽ�d���{���_W$O����87�8�|��%��i�
%R��ɦ����ZSO^�v�6-�șQ�
+��@��ɔ�α��A2,����
+���5|C�/:�4�es�Uh���8���{:3���q���(q�l�H��V<�	>D]N�����V�\�#���[|Fs
ER�b
+�_���Z��3���Wd)	a�y���ǿ�����	���t	�4�aHC�Z���L��`��-�Xj�I����緉���ȝ�8��ڑ�����]6���'S5�F·Siw�ʔ%q�z�S�Oq*��qs"�Nr��p�U����^i��Yp_1��Q2y���H��s�9"|�pX��c�́�T�������#df�B
+Y��
юl=�صҕ-%���Ӊ�0�63�:�d
_}�|7.$���_k`�y�Z*�M�L�Š�=��M.�#�k��h���s���4�܏�ҏ���.1������*5<X���㇙��|�㏨^q|G����F�p�WU���.mQ�q/����n�����a��`�Xm�1�u�<�<a�+�qEV�戌u%�/�/�h�{@����Bد����u���p��ɉ�S7$C��_��OGrݦZ�J垽׭.z�$��	y��y��"���*��:L��ЩE���8�\��	���SqÏX3�%�yendstream
 endobj
-4129 0 obj <<
+4215 0 obj <<
 /Type /Page
-/Contents 4130 0 R
-/Resources 4128 0 R
+/Contents 4216 0 R
+/Resources 4214 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4127 0 R
+/Parent 4196 0 R
 >> endobj
-4131 0 obj <<
-/D [4129 0 R /XYZ 71.731 729.2652 null]
+4217 0 obj <<
+/D [4215 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1822 0 obj <<
-/D [4129 0 R /XYZ 71.731 718.3063 null]
+1851 0 obj <<
+/D [4215 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-710 0 obj <<
-/D [4129 0 R /XYZ 320.8286 703.236 null]
+730 0 obj <<
+/D [4215 0 R /XYZ 320.8286 703.236 null]
 >> endobj
-1823 0 obj <<
-/D [4129 0 R /XYZ 71.731 692.1839 null]
+1852 0 obj <<
+/D [4215 0 R /XYZ 71.731 692.1839 null]
 >> endobj
-714 0 obj <<
-/D [4129 0 R /XYZ 205.3041 651.1593 null]
+734 0 obj <<
+/D [4215 0 R /XYZ 205.3041 651.1593 null]
 >> endobj
-4132 0 obj <<
-/D [4129 0 R /XYZ 71.731 642.3364 null]
+4218 0 obj <<
+/D [4215 0 R /XYZ 71.731 642.3364 null]
 >> endobj
-4133 0 obj <<
-/D [4129 0 R /XYZ 506.4313 629.6001 null]
+4219 0 obj <<
+/D [4215 0 R /XYZ 506.4313 629.6001 null]
 >> endobj
-4134 0 obj <<
-/D [4129 0 R /XYZ 71.731 583.6077 null]
+4220 0 obj <<
+/D [4215 0 R /XYZ 71.731 583.6077 null]
 >> endobj
-4135 0 obj <<
-/D [4129 0 R /XYZ 472.2997 572.8131 null]
+4221 0 obj <<
+/D [4215 0 R /XYZ 472.2997 572.8131 null]
 >> endobj
-1824 0 obj <<
-/D [4129 0 R /XYZ 71.731 552.7235 null]
+1853 0 obj <<
+/D [4215 0 R /XYZ 71.731 552.7235 null]
 >> endobj
-718 0 obj <<
-/D [4129 0 R /XYZ 317.5989 509.626 null]
+738 0 obj <<
+/D [4215 0 R /XYZ 317.5989 509.626 null]
 >> endobj
-4136 0 obj <<
-/D [4129 0 R /XYZ 71.731 497.188 null]
+4222 0 obj <<
+/D [4215 0 R /XYZ 71.731 497.188 null]
 >> endobj
-4137 0 obj <<
-/D [4129 0 R /XYZ 71.731 462.164 null]
+4223 0 obj <<
+/D [4215 0 R /XYZ 71.731 462.164 null]
 >> endobj
-4138 0 obj <<
-/D [4129 0 R /XYZ 71.731 460.0072 null]
+4224 0 obj <<
+/D [4215 0 R /XYZ 71.731 460.0072 null]
 >> endobj
-4139 0 obj <<
-/D [4129 0 R /XYZ 71.731 455.0258 null]
+4225 0 obj <<
+/D [4215 0 R /XYZ 71.731 455.0258 null]
 >> endobj
-4140 0 obj <<
-/D [4129 0 R /XYZ 89.6638 434.2686 null]
+4226 0 obj <<
+/D [4215 0 R /XYZ 89.6638 434.2686 null]
 >> endobj
-4141 0 obj <<
-/D [4129 0 R /XYZ 165.4621 434.2686 null]
+4227 0 obj <<
+/D [4215 0 R /XYZ 165.4621 434.2686 null]
 >> endobj
-4142 0 obj <<
-/D [4129 0 R /XYZ 255.7901 434.2686 null]
+4228 0 obj <<
+/D [4215 0 R /XYZ 255.7901 434.2686 null]
 >> endobj
-4143 0 obj <<
-/D [4129 0 R /XYZ 431.2068 434.2686 null]
+4229 0 obj <<
+/D [4215 0 R /XYZ 431.2068 434.2686 null]
 >> endobj
-4144 0 obj <<
-/D [4129 0 R /XYZ 378.8166 421.3172 null]
+4230 0 obj <<
+/D [4215 0 R /XYZ 378.8166 421.3172 null]
 >> endobj
-4145 0 obj <<
-/D [4129 0 R /XYZ 71.731 419.1603 null]
+4231 0 obj <<
+/D [4215 0 R /XYZ 71.731 419.1603 null]
 >> endobj
-4146 0 obj <<
-/D [4129 0 R /XYZ 71.731 404.2164 null]
+4232 0 obj <<
+/D [4215 0 R /XYZ 71.731 404.2164 null]
 >> endobj
-4147 0 obj <<
-/D [4129 0 R /XYZ 76.7123 354.7667 null]
+4233 0 obj <<
+/D [4215 0 R /XYZ 76.7123 354.7667 null]
 >> endobj
-4148 0 obj <<
-/D [4129 0 R /XYZ 71.731 334.8415 null]
+4234 0 obj <<
+/D [4215 0 R /XYZ 71.731 334.8415 null]
 >> endobj
-4149 0 obj <<
-/D [4129 0 R /XYZ 76.7123 259.0258 null]
+4235 0 obj <<
+/D [4215 0 R /XYZ 76.7123 259.0258 null]
 >> endobj
-4150 0 obj <<
-/D [4129 0 R /XYZ 89.6638 241.093 null]
+4236 0 obj <<
+/D [4215 0 R /XYZ 89.6638 241.093 null]
 >> endobj
-4151 0 obj <<
-/D [4129 0 R /XYZ 71.731 187.1305 null]
+4237 0 obj <<
+/D [4215 0 R /XYZ 71.731 187.1305 null]
 >> endobj
-4152 0 obj <<
-/D [4129 0 R /XYZ 89.6638 171.3545 null]
+4238 0 obj <<
+/D [4215 0 R /XYZ 89.6638 171.3545 null]
 >> endobj
-4153 0 obj <<
-/D [4129 0 R /XYZ 71.731 143.2948 null]
+4239 0 obj <<
+/D [4215 0 R /XYZ 71.731 143.2948 null]
 >> endobj
-4154 0 obj <<
-/D [4129 0 R /XYZ 89.6638 127.5189 null]
+4240 0 obj <<
+/D [4215 0 R /XYZ 89.6638 127.5189 null]
 >> endobj
-4155 0 obj <<
-/D [4129 0 R /XYZ 71.731 112.4107 null]
+4241 0 obj <<
+/D [4215 0 R /XYZ 71.731 112.4107 null]
 >> endobj
-4128 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F33 1378 0 R >>
+4214 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F44 2183 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4158 0 obj <<
-/Length 3258      
+4244 0 obj <<
+/Length 3242      
 /Filter /FlateDecode
 >>
 stream
-xڝk�۶���_ByN<>EҝN�q׭�:�N���(�Ě"����뻋@����>���b_�����,��>Q�G�4Z���jS�^�
-d�`66��w/n���U��h��{X%q��۴Xeq��i���v���ة��z������IT͞�_�ߪ�f������7w�hg~�拜%i�Gy��6Q�4��~��r?N��l ʬ
h0���3����n�|e#�$�_Â^t��3�����:J�G�W䱺�F�=��4��շ4�k�_��xYW�g5t�4�s��=��o��P����R5�5��жJ������}���&ۇ����)l�S;ڧ��I��o����	#�H�DJE/<~dUMM��u\�iv�81!�a൝Q���
��Vyh�fՐ��x���8`���fF�H�ZbIQj���:
-���Hۂm���Q>6p�Z�ȱ�3�X'��^3C�\�I�)P�i�x��
�(��sE�D�D�u�ȏ���D�%rk=�G"��Z��F�oj%�T�N��~Y�)�Hlک����5���v�t��<�f���L����RI�*�ι	<��zԎ��_��uo7t&L���<E�T��@ixt_�D�Q�nU�Q'Y�i:E�h@z|}@g
-�
�]�iZDݝ��0iv�%ф��9�L���@�׈�㼡��*�]�j��������j��0�ާ����5���$��m���+9�r�!���&*ŀh��-�X�ƚ��zA~�a�'S�@Am"`'���6�����sD2:B�� 
}z}{[�)_m)����l�л�5��ߠ�|m��tf%��Z��S��cTB�'�
_Fl)q���O5�i�{��d�tЀF��y-(,���g����;����{��NPO
-8:���Ӊw��hR�)i���Gj=�@h�}�@ɩ'��&%�±�Q��U_�d�s!ȁ�'j�n�S�چ�h�>�~[�mL�A*w}d��|�}��i�����O*��N�����vO��E'*�+
DG֘���:KH�5�^�8l���@�f�Ō�E�z�q��$k;Í,|�8���P��˜:l�m���Aў��"��	�G�i�Q(�2�b�TD��
-�p���}?v�t� }C�Ǫ?(�i-�u�'c�>�T����D��i�'�f���Q�*��
��)���7�!�l���W�?�6���7����q��m��D�m�Le@#߯IEm�~��-o��(B��7�c�T������naivL�8<���3G��m4�M�aG:�K�w���_�b.K�<�S�\��O����*���r�|�ZP����M�B��4 Ū��5/N�QZ:5�5��p�W�<���n�q	Rj��o1DZ�$��z@��j�{���+M�&]�RI�y4ؕ��Y�$&���-�#�n�` -��X1v�e:5����F�����ama��ےa�.�7X#�؄�r��e�i5����3+;Ƴ���q|�9�4'}oy��������<�O�Sז&Qvgs~4�	??pJ�º�ܩ`Xd��+G��K�
-�Y�qP��9t���q�������Ɇk{y�'a�c�;���~'(6:�v��X��X�OBǗ7e�cО
-:�Dp�D�};�:#j�3���
-#*sƍ<�>� }'^�I�:�>YE�R�/`0���J�&��,.����NP����ҭf%���G��;�(K�ҍ�m�znƳ�b�bRE>ú'�4
-��n�j#y<�#�dX�c(
L�04%�3���I��Qc�yUr���w3r֛-AWF�\�Iq9����3Z�B�3Z���Όv��'8bLD���(��h�a)��&�A���!\��4�|2��-+�����܁)�̽Z#���D�Jq���7�%�Ė4	�b<�Q�8嶁,����(jܡ�	6�y��]��I���vأ��6|	l"�_���J�X����	C�}�M�7`���ߧ�;�iW=�vxG�*A�+��Z|�iV�sB�N@�Ռ�ȡ�fiT��:oxΏT�^I��:u���,{�R+ˠ"k���[א�b�[���"���o�P(�x�[$��s��j���Q�-ٻuy�3'��<��yN�ǖV]����vlIK{]�)���a�l���6��k(d?Y����3�>g�-w��W?��U$��3�Ks?����/��1)��?uD�l��T�G!l�*l�eU�ˏ>.��UqƂS^����z����=��F�mY1�Y�9(�袝���6��Ž��m�q[Pĭ�p�eq;H>C�s��Y�4��{rI<��$��$�=����aZv�CQ�p\�m�q�_��6��j(�7[����3d;g�-[��W�TA�����}��M�n���C}o�y1�?�̟-ߍy�]�p���9���٫�ʑY,b�1�����]2�W�=�E�N��3#TAٗ^9,l�j�P(�|Y���P��Zm^�mc&��Z�-��Y��-�i49��,��;Dy'�%^���Rl�'	P�N��%���F2�^�^d���W�e������ۮ"�ĺ�@�
}���_8���<Zok�R�]k�Q}�����<C*r�F��~|�
-����;ⶳ� �f�~C�{��,�f��p{Ų�9H>���,���f�#$棗�����b8��8I�5e�J*��O�xm�V�E�6Gs��x�w�
-@��z��ݹ�?�|江�B|P@ʡ�9.��,j�E��xpjj��?֐(zxov�Ȏ�~:>+PlHR�^��^Ҙz,�����;�(e�l��մz&5�#�F�����>'�hN�9���b����8��3�u�053�W� ��P�w9)D�&����`Ƴ�ie|�[���I;��1
�d�t�9}�7��F�F�H�+FlA]0b
%�x�)�E�F<��m�6�
-Άޙƙo�ٴ
-mq�BOV�jV�!'4�N8���b��+I��M-4�:�9��`��7�k�A `����ՎR�P?��&����̹��,��a��Nٴ��ĦO�=�ܾB��,9�'
-�<�+�cA]�
%�g���E��3��m=6��y��/ZP��u�!#H��� ��w��¹ɳ/'��^�I��8Z��QsC��f�붤l��)̴_�өF�����f��zI�6R6�N���u9�J�ӵ�B��&⸵��U~o��-�TN�Z��R}~M���,���-�9���t��"�o&�S��\8� �76��<��>k���Oe0��,����u�?�u�Qendstream
+xڝk�۶�ō���x$����t7q�:�_��4�E�$���/�_�],��(�d�x,v��.��&�_x��~��m�(M����"���Ի�Y+��
�����o����4Jo�nb�|�&���E~���������Cq�y�ZGI�%>}U���������������{C4a����E��$��<Ln�Q�o"h8���Yb#�}��l ʬ
h0���3�򍟦,���i��aA/���nd��v%�#�+��F�=��4��շ4�k�_��xYW�g5t�4�s��F�7Ѝ�]W�g��ɚ�{h[���+������H���l�T��)l�S;ڧ��q��o����#�����^x�XT55�ݮ�B�N��Ʃ�q^۩%���� zj��VpjV
I,Ќ^����v�og�d�%�d��l�mWQ�
 �F�lL�E�����k"ǒ��+:�5��b�jO�O��O�ƣdo\@ٶ�+���$��G~ܒ2c-�ȭ@����Jk�'�[������:����*LGl�N�]%�m�Q�W����C��h�\�δ)�P+�4�R윛��ڭG�(��]�vCg����STJu����'F��M$��$U���N��{��р����)|v4�tQ�'�&���e�H�S-�&̕�AgR�0 ]�z�F��
�Uy�&��TO
+Z->]_�C]t4L������j�&`-ɼ}���JNx��a�����J1 ڣb�2V����^�_�)����.PP�(ϼ? dž���HFG�9H�Cߟ^���f�W�}0<�qg����]є�;0&�j���/�՟��C�U)圴�!����8�j����2i�?@̔~�� ),e��-��!�P���p-��w
+��4`�O'�a��1�Ȓ�	i���҂V_|��p�;�p����������
+%c\
+���D-�\|(�sY��~���[�M�����R�J?�<|�����ʋ��j���]�p�}������C_�I��{��r�aC-�
+7.�.���3&��nd�#�����D�BF�6޶�S۠hσ�&���#�״��(�L�i�"�WH�}�O���ұ��-����0����X/���R5:�>b�Χ��x��&�Cի��[4�V'����G���c;	4&j�Kmh/�o6!��C�����
+۠���|�&M���q��9���&�;}�;VM%�IOx�Pn
+Kc��`���9�,�?s4���Z�_��F,�1���;�p�v1��~��D3� �S0g��@x��\4_�����~�b�����,
H�*�j͋S��(5�}0_�ܯfy�߷݊�!	Rj�wo1���#��z@n�h�{���[+9�&I�RI�y4ؕ��Y�$&���-�#�n�` bS��k�N�bgc��j(�agX[X�n���$EX�KF�
V.6��L�<]6�VsJ_�:�bc<k�O��cΡ�9�{�C\�&Pz'P���y~����4��8��QO��a�S�����Nê �~��/�r|о���U�C��j';����N��l����~F:���}o�w�b����5��U�$t|yS��0���c?�/�h�m�^gDM1��*��R�9�F�iN�>�/�$O�~��RJ��0��Tb��D�b�΋r
����th�}�V���Dͣp����#N�2?e���f<K+!.&��3�{"Ms����"�ǃ8rH��>���d�CS�?u�?��<0j6�JN���b�CNR�fFKЕ�28�7a�����P���B�F��������gF;a�1&�A�2� �@ �zX
+���g� ����qLd>蒶(����e��S�{�F6T�"�Jq�����%�Ė4	�b<�Q�8嶁,����(jܡ��bB�V��j_�b�k���*Ti��U$���5ޞ+!J`i�D6'ILO��a�6M(ހ�b���{�iW=�vxG�*A�+�m����tQ�sB�N@�Ռ�ȡ�>iT��:�uΏT�6I��:u���,{�V+cP�Z�>{���W,{k�A�aW�Ղ��
+Ė��A��:g���6`վђ�_m"�u�D�ϳ,��Dxli�u\@�mǖ���ŜbY�6qz�.�]C!���$�!�9n��,��፮"!'/�i_��a��O��Ǥ@���!��Sx���������Ua�.?��H^W�NULXx�ӏ��S��W�?��eU����J�a@1F�U���[w*���+ⶠ.�[C�.�eq;H>C�s��Y�4�E��x����3�Ce�A���|a��]F�P��7�e�>��+�܆� [
��f˲u�|�l�,�ek��ʜ� ��X۶����-^,����g��g�wc^�F�3���INg�t�*��rd��ݘK����.��+о�E�N��gF(Aٗ\9,l�j�P(�|Y���P��Zm^�m�0����ǖ��_��$���,c s�(�d��+���z�I��i�z�B �V1A2���3�FEZV��(2�}�U[���������G�mM^-�k�;��]�?^��GeB��Ȣ�2�/��.�af�q�Y/�N�B?a��^6;��i(��f��$�avs�fg����ˍd���y1�|��xZ�Q������9��4��Pk�X�wms4W|��q����d����ڡٝ+*��p�߄9�M��چr(j�K>"��rѼ��3������$���C�](�Y�'�ņ8�^굸�%���B�������RV�q���e�džzA4j��-�s2�F������
+ ��|5ǹ�׼�Z�
+S3cJp��z��Btj��%>	f<;�V�G���5���~pӐK�K����'yøl�I�8�b��#�P҈��B]4�a�s�Fl���l蝙!�|��ٴ
+mq�BOV�jV�
'4�N8���b��+I��M-4�:�9�^��7�k�- `����ՎR�P?��&��?�̹��,��a��Nٴ��ĦO�=�ܾB��,9�'
+���뱠.X���ֳ|��������O���-h��u�!#H��� ����s�g_N�t����q�Bӣ暦��"l붤l��)̴_�S�����
� �����m�l
+��z���r�� �k����M,�qk-q�����[@��@�hͥ�����=�Yt��[n�z&����4��O���2p����8��0�\�Ӭsn>I��iu����q��gX��\���endstream
 endobj
-4157 0 obj <<
+4243 0 obj <<
 /Type /Page
-/Contents 4158 0 R
-/Resources 4156 0 R
+/Contents 4244 0 R
+/Resources 4242 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4127 0 R
+/Parent 4196 0 R
 >> endobj
-4159 0 obj <<
-/D [4157 0 R /XYZ 71.731 729.2652 null]
+4245 0 obj <<
+/D [4243 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4160 0 obj <<
-/D [4157 0 R /XYZ 89.6638 708.3437 null]
+4246 0 obj <<
+/D [4243 0 R /XYZ 89.6638 708.3437 null]
 >> endobj
-4161 0 obj <<
-/D [4157 0 R /XYZ 241.2196 708.3437 null]
+4247 0 obj <<
+/D [4243 0 R /XYZ 241.2196 708.3437 null]
 >> endobj
-4162 0 obj <<
-/D [4157 0 R /XYZ 417.1824 695.3923 null]
+4248 0 obj <<
+/D [4243 0 R /XYZ 417.1824 695.3923 null]
 >> endobj
-4163 0 obj <<
-/D [4157 0 R /XYZ 71.731 688.2541 null]
+4249 0 obj <<
+/D [4243 0 R /XYZ 71.731 688.2541 null]
 >> endobj
-1825 0 obj <<
-/D [4157 0 R /XYZ 71.731 657.3699 null]
+1854 0 obj <<
+/D [4243 0 R /XYZ 71.731 657.3699 null]
 >> endobj
-722 0 obj <<
-/D [4157 0 R /XYZ 252.0091 614.2725 null]
+742 0 obj <<
+/D [4243 0 R /XYZ 252.0091 614.2725 null]
 >> endobj
-4164 0 obj <<
-/D [4157 0 R /XYZ 71.731 601.8345 null]
+4250 0 obj <<
+/D [4243 0 R /XYZ 71.731 601.8345 null]
 >> endobj
-4165 0 obj <<
-/D [4157 0 R /XYZ 71.731 579.7619 null]
+4251 0 obj <<
+/D [4243 0 R /XYZ 71.731 579.7619 null]
 >> endobj
-4166 0 obj <<
-/D [4157 0 R /XYZ 71.731 551.7022 null]
+4252 0 obj <<
+/D [4243 0 R /XYZ 71.731 551.7022 null]
 >> endobj
-4167 0 obj <<
-/D [4157 0 R /XYZ 71.731 546.7209 null]
+4253 0 obj <<
+/D [4243 0 R /XYZ 71.731 546.7209 null]
 >> endobj
-4168 0 obj <<
-/D [4157 0 R /XYZ 89.6638 525.9636 null]
+4254 0 obj <<
+/D [4243 0 R /XYZ 89.6638 525.9636 null]
 >> endobj
-4169 0 obj <<
-/D [4157 0 R /XYZ 89.6638 525.9636 null]
+4255 0 obj <<
+/D [4243 0 R /XYZ 89.6638 525.9636 null]
 >> endobj
-4170 0 obj <<
-/D [4157 0 R /XYZ 89.6638 495.0794 null]
+4256 0 obj <<
+/D [4243 0 R /XYZ 89.6638 495.0794 null]
 >> endobj
-4171 0 obj <<
-/D [4157 0 R /XYZ 71.731 495.0794 null]
+4257 0 obj <<
+/D [4243 0 R /XYZ 71.731 495.0794 null]
 >> endobj
-4172 0 obj <<
-/D [4157 0 R /XYZ 71.731 383.8477 null]
+4258 0 obj <<
+/D [4243 0 R /XYZ 71.731 383.8477 null]
 >> endobj
-4173 0 obj <<
-/D [4157 0 R /XYZ 89.6638 365.9149 null]
+4259 0 obj <<
+/D [4243 0 R /XYZ 89.6638 365.9149 null]
 >> endobj
-4174 0 obj <<
-/D [4157 0 R /XYZ 89.6638 365.9149 null]
+4260 0 obj <<
+/D [4243 0 R /XYZ 89.6638 365.9149 null]
 >> endobj
-4175 0 obj <<
-/D [4157 0 R /XYZ 71.731 337.8552 null]
+4261 0 obj <<
+/D [4243 0 R /XYZ 71.731 337.8552 null]
 >> endobj
-4176 0 obj <<
-/D [4157 0 R /XYZ 89.6638 322.0793 null]
+4262 0 obj <<
+/D [4243 0 R /XYZ 89.6638 322.0793 null]
 >> endobj
-4177 0 obj <<
-/D [4157 0 R /XYZ 89.6638 322.0793 null]
+4263 0 obj <<
+/D [4243 0 R /XYZ 89.6638 322.0793 null]
 >> endobj
-4178 0 obj <<
-/D [4157 0 R /XYZ 71.731 319.9225 null]
+4264 0 obj <<
+/D [4243 0 R /XYZ 71.731 319.9225 null]
 >> endobj
-4179 0 obj <<
-/D [4157 0 R /XYZ 89.6638 304.1466 null]
+4265 0 obj <<
+/D [4243 0 R /XYZ 89.6638 304.1466 null]
 >> endobj
-4180 0 obj <<
-/D [4157 0 R /XYZ 89.6638 304.1466 null]
+4266 0 obj <<
+/D [4243 0 R /XYZ 89.6638 304.1466 null]
 >> endobj
-4181 0 obj <<
-/D [4157 0 R /XYZ 71.731 301.9897 null]
+4267 0 obj <<
+/D [4243 0 R /XYZ 71.731 301.9897 null]
 >> endobj
-4182 0 obj <<
-/D [4157 0 R /XYZ 89.6638 286.2138 null]
+4268 0 obj <<
+/D [4243 0 R /XYZ 89.6638 286.2138 null]
 >> endobj
-4183 0 obj <<
-/D [4157 0 R /XYZ 89.6638 286.2138 null]
+4269 0 obj <<
+/D [4243 0 R /XYZ 89.6638 286.2138 null]
 >> endobj
-4184 0 obj <<
-/D [4157 0 R /XYZ 71.731 284.057 null]
+4270 0 obj <<
+/D [4243 0 R /XYZ 71.731 284.057 null]
 >> endobj
-4185 0 obj <<
-/D [4157 0 R /XYZ 89.6638 268.2811 null]
+4271 0 obj <<
+/D [4243 0 R /XYZ 89.6638 268.2811 null]
 >> endobj
-4186 0 obj <<
-/D [4157 0 R /XYZ 89.6638 268.2811 null]
+4272 0 obj <<
+/D [4243 0 R /XYZ 89.6638 268.2811 null]
 >> endobj
-4187 0 obj <<
-/D [4157 0 R /XYZ 71.731 266.1242 null]
+4273 0 obj <<
+/D [4243 0 R /XYZ 71.731 266.1242 null]
 >> endobj
-4188 0 obj <<
-/D [4157 0 R /XYZ 89.6638 250.3483 null]
+4274 0 obj <<
+/D [4243 0 R /XYZ 89.6638 250.3483 null]
 >> endobj
-4189 0 obj <<
-/D [4157 0 R /XYZ 89.6638 250.3483 null]
+4275 0 obj <<
+/D [4243 0 R /XYZ 89.6638 250.3483 null]
 >> endobj
-4190 0 obj <<
-/D [4157 0 R /XYZ 71.731 248.1915 null]
+4276 0 obj <<
+/D [4243 0 R /XYZ 71.731 248.1915 null]
 >> endobj
-4191 0 obj <<
-/D [4157 0 R /XYZ 89.6638 232.4156 null]
+4277 0 obj <<
+/D [4243 0 R /XYZ 89.6638 232.4156 null]
 >> endobj
-4192 0 obj <<
-/D [4157 0 R /XYZ 89.6638 232.4156 null]
+4278 0 obj <<
+/D [4243 0 R /XYZ 89.6638 232.4156 null]
 >> endobj
-4193 0 obj <<
-/D [4157 0 R /XYZ 71.731 217.3073 null]
+4279 0 obj <<
+/D [4243 0 R /XYZ 71.731 217.3073 null]
 >> endobj
-4194 0 obj <<
-/D [4157 0 R /XYZ 89.6638 201.5314 null]
+4280 0 obj <<
+/D [4243 0 R /XYZ 89.6638 201.5314 null]
 >> endobj
-4195 0 obj <<
-/D [4157 0 R /XYZ 89.6638 201.5314 null]
+4281 0 obj <<
+/D [4243 0 R /XYZ 89.6638 201.5314 null]
 >> endobj
-4196 0 obj <<
-/D [4157 0 R /XYZ 71.731 199.3745 null]
+4282 0 obj <<
+/D [4243 0 R /XYZ 71.731 199.3745 null]
 >> endobj
-4197 0 obj <<
-/D [4157 0 R /XYZ 89.6638 183.5986 null]
+4283 0 obj <<
+/D [4243 0 R /XYZ 89.6638 183.5986 null]
 >> endobj
-4198 0 obj <<
-/D [4157 0 R /XYZ 89.6638 183.5986 null]
+4284 0 obj <<
+/D [4243 0 R /XYZ 89.6638 183.5986 null]
 >> endobj
-4199 0 obj <<
-/D [4157 0 R /XYZ 71.731 168.4904 null]
+4285 0 obj <<
+/D [4243 0 R /XYZ 71.731 168.4904 null]
 >> endobj
-4200 0 obj <<
-/D [4157 0 R /XYZ 89.6638 152.7144 null]
+4286 0 obj <<
+/D [4243 0 R /XYZ 89.6638 152.7144 null]
 >> endobj
-4201 0 obj <<
-/D [4157 0 R /XYZ 89.6638 152.7144 null]
+4287 0 obj <<
+/D [4243 0 R /XYZ 89.6638 152.7144 null]
 >> endobj
-4202 0 obj <<
-/D [4157 0 R /XYZ 71.731 137.6062 null]
+4288 0 obj <<
+/D [4243 0 R /XYZ 71.731 137.6062 null]
 >> endobj
-4203 0 obj <<
-/D [4157 0 R /XYZ 89.6638 121.8302 null]
+4289 0 obj <<
+/D [4243 0 R /XYZ 89.6638 121.8302 null]
 >> endobj
-4204 0 obj <<
-/D [4157 0 R /XYZ 89.6638 121.8302 null]
+4290 0 obj <<
+/D [4243 0 R /XYZ 89.6638 121.8302 null]
 >> endobj
-4205 0 obj <<
-/D [4157 0 R /XYZ 71.731 106.722 null]
+4291 0 obj <<
+/D [4243 0 R /XYZ 71.731 106.722 null]
 >> endobj
-4156 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+4242 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4209 0 obj <<
+4295 0 obj <<
 /Length 2280      
 /Filter /FlateDecode
 >>
@@ -17757,148 +18169,149 @@ ZT
 �㞊�J=�JR�AI7�=Ԙ�ў�V	$�6ޚ	��]���,�o�51�g� ��ʖ��U�Oق��I�lɶ)�����"F�e��R�w��J;Lz�a\<�;�	���0�}���ި:/��]�Җ@w�+�n�4�F�?��!�m�����4��Ff[sx���
��Q����l�^��7�.��o��3�Z�������&� :`����ꎬ�i7v���-0�O�+��S�h��f�-���x��m�So�!8��p�X�6S��P��w�Q�}š�~}A��қV�"��W�<���eK��C���<_��cn-O1�m6%�y]�E�y%��si=�d.���%	K钌On64�E�ꩊ0�t��q3Di�'�~�CG��8��pCS������*}�� �S��	����
 *E.mř�toލ:�����<�Hd�@D:��v���A�
 �P��<�>>���w��_N*��Y%|%}�Vth�0`� ��4���Ѵt>�WZ%ЗU�P멦�6��T����pʼn�4{hh��>�i@G;�Eߕ)>�������TuoP����ȣ��%
-��Q��,p?�
T�)٩k����Pn���Up!,�c~���!�MD�B�@U��L��V�_"�Y���2�}���`ߪk�^�@F��p�b�� pn0F3?Z�#H�\v�Y��ܫov�7�øk�� 6u-����8ԕ=Z1k7��v4J��m����r�r�Yl���7p5����L�<�����6/+��E��ޗ���3\�E����}~�&ζ5D��_[�{�����#�t�,�@c���q��v�?�(�oO(�� �.�3:�9
�"L��>������x:���7�endstream
+��Q��,p?�
T�)٩k����Pn���Up!,�c~���!�MD�B�@U��L��V�_"�Y���2�}���`ߪk�^�@F��p�b�� pn0F3?Z�#H�\v�Y��ܫov�7�øk�� 6u-����8ԕ=Z1k7��v4J��m����r�r�Yl���7p5����L�<�����6/+��E��ޗ���3\�E����}~�&ζ5D��_[�{�����#�t�,�@c���q��v�?�(�oO(�� �.�3:�9
�"L�dٰ�'N����`�?�97�endstream
 endobj
-4208 0 obj <<
+4294 0 obj <<
 /Type /Page
-/Contents 4209 0 R
-/Resources 4207 0 R
+/Contents 4295 0 R
+/Resources 4293 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4127 0 R
-/Annots [ 4238 0 R ]
+/Parent 4196 0 R
+/Annots [ 4324 0 R ]
 >> endobj
-4238 0 obj <<
+4324 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [422.6692 343.5385 466.8026 354.4424]
 /Subtype /Link
 /A << /S /GoTo /D (lifecycle-image) >>
 >> endobj
-4210 0 obj <<
-/D [4208 0 R /XYZ 71.731 729.2652 null]
+4296 0 obj <<
+/D [4294 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1827 0 obj <<
-/D [4208 0 R /XYZ 71.731 741.2204 null]
+1856 0 obj <<
+/D [4294 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-4211 0 obj <<
-/D [4208 0 R /XYZ 89.6638 708.3437 null]
+4297 0 obj <<
+/D [4294 0 R /XYZ 89.6638 708.3437 null]
 >> endobj
-4212 0 obj <<
-/D [4208 0 R /XYZ 89.6638 708.3437 null]
+4298 0 obj <<
+/D [4294 0 R /XYZ 89.6638 708.3437 null]
 >> endobj
-4213 0 obj <<
-/D [4208 0 R /XYZ 71.731 680.284 null]
+4299 0 obj <<
+/D [4294 0 R /XYZ 71.731 680.284 null]
 >> endobj
-4214 0 obj <<
-/D [4208 0 R /XYZ 89.6638 664.5081 null]
+4300 0 obj <<
+/D [4294 0 R /XYZ 89.6638 664.5081 null]
 >> endobj
-4215 0 obj <<
-/D [4208 0 R /XYZ 89.6638 664.5081 null]
+4301 0 obj <<
+/D [4294 0 R /XYZ 89.6638 664.5081 null]
 >> endobj
-4216 0 obj <<
-/D [4208 0 R /XYZ 71.731 662.3513 null]
+4302 0 obj <<
+/D [4294 0 R /XYZ 71.731 662.3513 null]
 >> endobj
-4217 0 obj <<
-/D [4208 0 R /XYZ 89.6638 646.5753 null]
+4303 0 obj <<
+/D [4294 0 R /XYZ 89.6638 646.5753 null]
 >> endobj
-4218 0 obj <<
-/D [4208 0 R /XYZ 89.6638 646.5753 null]
+4304 0 obj <<
+/D [4294 0 R /XYZ 89.6638 646.5753 null]
 >> endobj
-4219 0 obj <<
-/D [4208 0 R /XYZ 71.731 644.4185 null]
+4305 0 obj <<
+/D [4294 0 R /XYZ 71.731 644.4185 null]
 >> endobj
-4220 0 obj <<
-/D [4208 0 R /XYZ 89.6638 628.6426 null]
+4306 0 obj <<
+/D [4294 0 R /XYZ 89.6638 628.6426 null]
 >> endobj
-4221 0 obj <<
-/D [4208 0 R /XYZ 89.6638 628.6426 null]
+4307 0 obj <<
+/D [4294 0 R /XYZ 89.6638 628.6426 null]
 >> endobj
-4222 0 obj <<
-/D [4208 0 R /XYZ 206.4347 615.6911 null]
+4308 0 obj <<
+/D [4294 0 R /XYZ 206.4347 615.6911 null]
 >> endobj
-4223 0 obj <<
-/D [4208 0 R /XYZ 335.6388 615.6911 null]
+4309 0 obj <<
+/D [4294 0 R /XYZ 335.6388 615.6911 null]
 >> endobj
-4224 0 obj <<
-/D [4208 0 R /XYZ 71.731 613.5343 null]
+4310 0 obj <<
+/D [4294 0 R /XYZ 71.731 613.5343 null]
 >> endobj
-4225 0 obj <<
-/D [4208 0 R /XYZ 71.731 539.8663 null]
+4311 0 obj <<
+/D [4294 0 R /XYZ 71.731 539.8663 null]
 >> endobj
-4226 0 obj <<
-/D [4208 0 R /XYZ 89.6638 524.0903 null]
+4312 0 obj <<
+/D [4294 0 R /XYZ 89.6638 524.0903 null]
 >> endobj
-4227 0 obj <<
-/D [4208 0 R /XYZ 89.6638 524.0903 null]
+4313 0 obj <<
+/D [4294 0 R /XYZ 89.6638 524.0903 null]
 >> endobj
-4228 0 obj <<
-/D [4208 0 R /XYZ 71.731 496.0306 null]
+4314 0 obj <<
+/D [4294 0 R /XYZ 71.731 496.0306 null]
 >> endobj
-4229 0 obj <<
-/D [4208 0 R /XYZ 89.6638 480.2547 null]
+4315 0 obj <<
+/D [4294 0 R /XYZ 89.6638 480.2547 null]
 >> endobj
-4230 0 obj <<
-/D [4208 0 R /XYZ 89.6638 480.2547 null]
+4316 0 obj <<
+/D [4294 0 R /XYZ 89.6638 480.2547 null]
 >> endobj
-4231 0 obj <<
-/D [4208 0 R /XYZ 71.731 465.1465 null]
+4317 0 obj <<
+/D [4294 0 R /XYZ 71.731 465.1465 null]
 >> endobj
-4232 0 obj <<
-/D [4208 0 R /XYZ 89.6638 449.3705 null]
+4318 0 obj <<
+/D [4294 0 R /XYZ 89.6638 449.3705 null]
 >> endobj
-4233 0 obj <<
-/D [4208 0 R /XYZ 89.6638 449.3705 null]
+4319 0 obj <<
+/D [4294 0 R /XYZ 89.6638 449.3705 null]
 >> endobj
-4234 0 obj <<
-/D [4208 0 R /XYZ 71.731 447.2137 null]
+4320 0 obj <<
+/D [4294 0 R /XYZ 71.731 447.2137 null]
 >> endobj
-4235 0 obj <<
-/D [4208 0 R /XYZ 89.6638 431.4378 null]
+4321 0 obj <<
+/D [4294 0 R /XYZ 89.6638 431.4378 null]
 >> endobj
-4236 0 obj <<
-/D [4208 0 R /XYZ 89.6638 431.4378 null]
+4322 0 obj <<
+/D [4294 0 R /XYZ 89.6638 431.4378 null]
 >> endobj
-1826 0 obj <<
-/D [4208 0 R /XYZ 71.731 411.3482 null]
+1855 0 obj <<
+/D [4294 0 R /XYZ 71.731 411.3482 null]
 >> endobj
-726 0 obj <<
-/D [4208 0 R /XYZ 259.6867 368.2507 null]
+746 0 obj <<
+/D [4294 0 R /XYZ 259.6867 368.2507 null]
 >> endobj
-4237 0 obj <<
-/D [4208 0 R /XYZ 71.731 355.8127 null]
+4323 0 obj <<
+/D [4294 0 R /XYZ 71.731 355.8127 null]
 >> endobj
-4239 0 obj <<
-/D [4208 0 R /XYZ 459.2619 333.7401 null]
+4325 0 obj <<
+/D [4294 0 R /XYZ 459.2619 333.7401 null]
 >> endobj
-4240 0 obj <<
-/D [4208 0 R /XYZ 220.2621 320.7887 null]
+4326 0 obj <<
+/D [4294 0 R /XYZ 220.2621 320.7887 null]
 >> endobj
-2060 0 obj <<
-/D [4208 0 R /XYZ 71.731 318.6319 null]
+2089 0 obj <<
+/D [4294 0 R /XYZ 71.731 318.6319 null]
 >> endobj
-4207 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+4293 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4243 0 obj <<
-/Length 1034      
+4329 0 obj <<
+/Length 1040      
 /Filter /FlateDecode
 >>
 stream
-xڅVM��6��W{r�D�d[���m����=m���F�5�����Wi���L1�����G��Ž��q/�,	� 2&d,�����.���d�'�����qs��^�2)�w<{Q�Pƙ����1O�c���c���۽�?f8~3uwA��t��n�|��������i&,K-����Ċ�e��0
-��s}�����"r{N�~�Ϫ�
-�g�;���:9�(�����LJg���w��ie�'٬<|i��S��}�̬߫}��E��	G��E��g…3��$���\oE�[�fƪϠ�5Nl�����\o/8��;�ce�,�|uF0Er���lj��8o�;[(g ��z��V���O�+����@t%�V�c���0�yq��z=�ho߶��g�C>"=k0im
�+n���6z����<v�ޖ���Q�TCl�
8��qah�+J��X�T�8B�I������]	Q6
���;ֻ�����X��I��V�>+.5[(�K��%E"�KR@Ƥ�T����F�74;cHߨF#Ո���VI�a��ԧ���r�L�%/@yӠ�n�Ǚ���<C�=�dT*S���JR�z����O���Ex�a�QI���Biv��i;5�P](�](vsj��ƳQ%��Z�ިy�Q.׵cW�'�2I3�5�����t��U
-�QŶP�.hh�q]��kwuMq����ҿ�}� ��v�n��g���d���.��\�?,����I�Y��R���h�QO�%�S�][����rh�H�Ms�~]��r�vh�\ճ��k�b�Z��А�>X.a`/Iq������E����(�Oã̗��K ��?]q��r����h����6C��V�(�w��vl�6�"�n�5J�ZC��[���-YLFiC�F���i$��NS�GKR+<z,V��~	�߫�hp4w�&�Ke^=KD�d��Y���N,�}2���
葐�}d��2�o������nF�Ƽn{��,�2{�I��y���E
-�lA�2}��������endstream
+xڅVM��6��W{r�D�$[���m����=m���F�5�����We���L1�����G��E���� �$�v`9a"aA�n��b�~�Po��6��ѧ���� '�`"8���s�E�)g$Kh�?�+9�Jo�,�„������O��ߺi���㯛���ӄ�$�,����؊�e���1�\_&��Y�<�=��~�Ϫ��_��8�;��잺w�#ˈ�(x
+""�3X�ϻ��i縜���<|ii�S��}�̬߫}��hJM�U�,�IDs��O��F��_��[�ŖFa����3�z���8-r�:�(�3J�$��X�#ギ�fࠨ@��A^�Mmp�Mug�$d�Uϕ�
+7^�	u��P�+�XW�lu4	�89s��O��������Vu���q�#ҳ��֠���{�h��x)#yB�m)��U�k�-���g�9� ����\�J��#��ы�8|<ٕe��sGzW���Z���OZvEux���nE��R����+��/�b�Xr2��J��u����A�F5�}����m�$�Y��y�ޘ��x��,�I9��H6
+��q��Aܪ)�gH������JoT*S���J�>�P��"�����������[���z��vj�zp�dw��UL�N~7��*	N���ꍚ���b]BvE�qҝG�A���
+5����g�׫>�G��BŻ���w�5���!���g/���������n�-���������h��������_�{��-���=-;�ۡ�Z��k�1�+��=�AS�ӯ+�ҫ���=W�����Z���-q;4�u-�0����8{�Q���"_���
����Q�K��&�圅�+�؄9
?��a*��A9�h3H-[��(ܡ��ZyE��:/j����z�	v>���[o1��5J�Sc�/w�4�I�Y��s`�گ�����l�F����%0�\*��u�8�D��Og��:	��d��7t�GB���ln�67������e���;$�HFE���ne��a���
���E�������!��endstream
 endobj
-4242 0 obj <<
+4328 0 obj <<
 /Type /Page
-/Contents 4243 0 R
-/Resources 4241 0 R
+/Contents 4329 0 R
+/Resources 4327 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4127 0 R
-/Annots [ 4251 0 R ]
+/Parent 4196 0 R
+/Annots [ 4337 0 R ]
 >> endobj
-4206 0 obj <<
+4292 0 obj <<
 /Type /XObject
 /Subtype /Image
 /Width 496
@@ -18093,46 +18506,46 @@ m
 �Z��ͩb�7'�������e˖
<�y���I�������������o�ᐁA�`�5������Ŋcƌ�С�����C�>}��'N�P؟����˫T������������;u��[�j��Jx��͛���?�������{s�(%�̴i�&(((::�ԩS���`�С�螌����			 F}}�gϞ{sggg_�vm�޽����Ǐ���oK�T�O����²X�x1
 ���ƺ��*�����L﵌ϕ���������5�����t߾}111,�������۹sg�������y!^��֭����}Μ9�6mB:/_�d��AX���A���99d|�*>���211�r~�ҥ������Y<�x���ݻW�^E�����w�޼y�ʕ+�!�iCCCG�5h� �� jww��
V�ZUbcIA��;88xyy�1b���[�no?}���q 55�����G����\>_�zu�2e��:y5����F�P�������r}�ڵP�A����S_dR�ABB���18�E���Q���9�Ű�09uf~$+++;;����7i����������oȐ!cƌA����K�.�믿�Z��>|�…��4������CJJ���
)���y�����;v���|�<((�v���������	7��Č��A3������N�x�Ố�+(����gB�P�������endstream
 endobj
-4251 0 obj <<
+4337 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [459.3526 141.6358 524.0572 152.5397]
 /Subtype /Link
 /A << /S /GoTo /D (savedsearches) >>
 >> endobj
-4244 0 obj <<
-/D [4242 0 R /XYZ 71.731 729.2652 null]
+4330 0 obj <<
+/D [4328 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4245 0 obj <<
-/D [4242 0 R /XYZ 71.731 741.2204 null]
+4331 0 obj <<
+/D [4328 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-4246 0 obj <<
-/D [4242 0 R /XYZ 71.731 696.3587 null]
+4332 0 obj <<
+/D [4328 0 R /XYZ 71.731 696.3587 null]
 >> endobj
-730 0 obj <<
-/D [4242 0 R /XYZ 263.1645 254.0192 null]
+750 0 obj <<
+/D [4328 0 R /XYZ 263.1645 254.0192 null]
 >> endobj
-4247 0 obj <<
-/D [4242 0 R /XYZ 71.731 241.5812 null]
+4333 0 obj <<
+/D [4328 0 R /XYZ 71.731 241.5812 null]
 >> endobj
-4248 0 obj <<
-/D [4242 0 R /XYZ 245.7962 219.5086 null]
+4334 0 obj <<
+/D [4328 0 R /XYZ 245.7962 219.5086 null]
 >> endobj
-4249 0 obj <<
-/D [4242 0 R /XYZ 71.731 212.3705 null]
+4335 0 obj <<
+/D [4328 0 R /XYZ 71.731 212.3705 null]
 >> endobj
-4250 0 obj <<
-/D [4242 0 R /XYZ 71.731 168.5349 null]
+4336 0 obj <<
+/D [4328 0 R /XYZ 71.731 168.5349 null]
 >> endobj
-1828 0 obj <<
-/D [4242 0 R /XYZ 71.731 131.7379 null]
+1857 0 obj <<
+/D [4328 0 R /XYZ 71.731 131.7379 null]
 >> endobj
-4241 0 obj <<
-/Font << /F33 1378 0 R /F32 1286 0 R /F23 1270 0 R /F27 1278 0 R >>
-/XObject << /Im1 4206 0 R >>
+4327 0 obj <<
+/Font << /F33 1398 0 R /F32 1306 0 R /F23 1290 0 R /F27 1298 0 R >>
+/XObject << /Im1 4292 0 R >>
 /ProcSet [ /PDF /Text /ImageC ]
 >> endobj
-4254 0 obj <<
+4340 0 obj <<
 /Length 2275      
 /Filter /FlateDecode
 >>
@@ -18141,129 +18554,129 @@ xڭێ
 b�Iuc�܌��ã p�,��F'���_P�W������jד�M�K�1U��2��?|?Tu9�A.�0��o�cq�d��%^��>X0�x�i,d&���I���V�(q�Jf�AE�S���J���X8���v8�me+g�đ�}�����3<�D�a�0��5�Z8-?6�㒀˗v�M�Ǜ��K}l4��_�VL�2!�r߃/>�ZeY�o5�6��hR�Om�n�޻�ѿa��m=�6�T�Jj�䂁�Hs�&�6�8��2�>��K���f�|���j�����*��vSuT�i��֘=_��,�8;RP��;��|��"H2��]6F��"]�&����dB��#8e�'�,����V���g�Hr�N��i�^F�ͼ���ň;3H���6�y'��#�O%DћF!�7�E��gX�È�2�q,��(G��1
 A�\^ۑrg�i�BLu6��YPB�oZp�t߂��a�^�0o��]xg@��C����+�Qi�y���롲��P��6)�F��n1�
�^�	56����~�� |�Z�V{n1��F\�}6]_�����/�D�f������L�O"��[H���r04j—E&Ԃ`C�� O-6T�������~7!o�E�t�ΰ��yZH�O�NݎX��3���"����k���s>0�Z���ג��@^�H����[����X@!��������j���84`���+��T߆�o�p����\�I�r8�\��kZ����|h�@�؉A,���[��Ŷw0S�N����Rxm9��ptj�]qҪ�j;����'43�����0�L��)j���x����P��F"x�\!n�N1ގ ԍې��15S�N��"�+t�ڨ+-��RM?e�v#&���y/��ĺ��O�N۷٣�)[��H;[e�,6�$Z�N�)]��/{{�UAEikԖ&��S��N��Fg=Р?�c`���Dæ8*U�+�p&���(���t;�r`&��K9����/�᷂f��@.�7��fޒ�#O��0�5�9��k�&55��ևa���:��䨎�U�fO~S̐��T�ji3�L�^����5/f���U4��0;�I�8�q�=�. ����l��麦2��+���z �;���֝��y��W[�C�F��5����]`�B
 Z��}G_r7X(잵��rBk�k/fΙ�ٸxdl3���CK���$�Q��!2	�=j�8\p��x3��3U(�"��,��"�����$>���ھl_����߯�X��k\A~14e�������t��a�/9��F�9�$�f���)�"	�?�`�\c$,��x,�3[wi�ceS�;	|lj�	���q�O��$��G[�ڗ�w��j��ɭȥV,.��ec�x��J�L��?=������d#}���GU~{��U�HGF�����
-�bqǂNk�˱��ɵf�����E�;h}-����KEY�o�z���,�Տ�e��#����o&��Ť0�6)�.&��5�4E��
M1�Fotɴ�̄Kcf���͎�do�̌����4�Z��hk�5�1t<0�9(�U:�����%?��.9�O5W�f��'(�:~�͹ۂEsu��bU�ؾw"&?���˯V�e4��^q4*sio�|��*-��Ӏ9R���JusW>�a�}g:9�qZ(P�a�[���;8N%���^ /_l)Z���C�;���j�2{�7n��q��>8�-�_=6�x���IW��ڜI�Q�c./FiG:��e"���7����If����VI�?w�0�q3!sendstream
+�bqǂNk�˱��ɵf�����E�;h}-����KEY�o�z���,�Տ�e��#����o&��Ť0�6)�.&��5�4E��
M1�Fotɴ�̄Kcf���͎�do�̌����4�Z��hk�5�1t<0�9(�U:�����%?��.9�O5W�f��'(�:~�͹ۂEsu��bU�ؾw"&?���˯V�e4��^q4*sio�|��*-��Ӏ9R���JusW>�a�}g:9�qZ(P�a�[���;8N%���^ /_l)Z���C�;���j�2{�7n��q��>8�-�_=6�x���IW��ڜI�Q�c./FiG:��e"���7����If����VI��?w�0�o�!kendstream
 endobj
-4253 0 obj <<
+4339 0 obj <<
 /Type /Page
-/Contents 4254 0 R
-/Resources 4252 0 R
+/Contents 4340 0 R
+/Resources 4338 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4127 0 R
+/Parent 4372 0 R
 >> endobj
-4255 0 obj <<
-/D [4253 0 R /XYZ 71.731 729.2652 null]
+4341 0 obj <<
+/D [4339 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-734 0 obj <<
-/D [4253 0 R /XYZ 217.9167 707.8408 null]
+754 0 obj <<
+/D [4339 0 R /XYZ 217.9167 707.8408 null]
 >> endobj
-4256 0 obj <<
-/D [4253 0 R /XYZ 71.731 700.4885 null]
+4342 0 obj <<
+/D [4339 0 R /XYZ 71.731 700.4885 null]
 >> endobj
-4257 0 obj <<
-/D [4253 0 R /XYZ 71.731 651.7512 null]
+4343 0 obj <<
+/D [4339 0 R /XYZ 71.731 651.7512 null]
 >> endobj
-4258 0 obj <<
-/D [4253 0 R /XYZ 427.5857 638.8993 null]
+4344 0 obj <<
+/D [4339 0 R /XYZ 427.5857 638.8993 null]
 >> endobj
-4259 0 obj <<
-/D [4253 0 R /XYZ 113.3184 625.9479 null]
+4345 0 obj <<
+/D [4339 0 R /XYZ 113.3184 625.9479 null]
 >> endobj
-4260 0 obj <<
-/D [4253 0 R /XYZ 205.0794 625.9479 null]
+4346 0 obj <<
+/D [4339 0 R /XYZ 205.0794 625.9479 null]
 >> endobj
-4261 0 obj <<
-/D [4253 0 R /XYZ 71.731 605.8583 null]
+4347 0 obj <<
+/D [4339 0 R /XYZ 71.731 605.8583 null]
 >> endobj
-4262 0 obj <<
-/D [4253 0 R /XYZ 71.731 594.9642 null]
+4348 0 obj <<
+/D [4339 0 R /XYZ 71.731 594.9642 null]
 >> endobj
-4263 0 obj <<
-/D [4253 0 R /XYZ 71.731 589.9829 null]
+4349 0 obj <<
+/D [4339 0 R /XYZ 71.731 589.9829 null]
 >> endobj
-4264 0 obj <<
-/D [4253 0 R /XYZ 81.6937 567.1683 null]
+4350 0 obj <<
+/D [4339 0 R /XYZ 81.6937 567.1683 null]
 >> endobj
-4265 0 obj <<
-/D [4253 0 R /XYZ 81.6937 567.1683 null]
+4351 0 obj <<
+/D [4339 0 R /XYZ 81.6937 567.1683 null]
 >> endobj
-4266 0 obj <<
-/D [4253 0 R /XYZ 71.731 565.0115 null]
+4352 0 obj <<
+/D [4339 0 R /XYZ 71.731 565.0115 null]
 >> endobj
-4267 0 obj <<
-/D [4253 0 R /XYZ 81.6937 549.2356 null]
+4353 0 obj <<
+/D [4339 0 R /XYZ 81.6937 549.2356 null]
 >> endobj
-4268 0 obj <<
-/D [4253 0 R /XYZ 81.6937 549.2356 null]
+4354 0 obj <<
+/D [4339 0 R /XYZ 81.6937 549.2356 null]
 >> endobj
-4269 0 obj <<
-/D [4253 0 R /XYZ 71.731 547.0787 null]
+4355 0 obj <<
+/D [4339 0 R /XYZ 71.731 547.0787 null]
 >> endobj
-4270 0 obj <<
-/D [4253 0 R /XYZ 81.6937 531.3028 null]
+4356 0 obj <<
+/D [4339 0 R /XYZ 81.6937 531.3028 null]
 >> endobj
-4271 0 obj <<
-/D [4253 0 R /XYZ 81.6937 531.3028 null]
+4357 0 obj <<
+/D [4339 0 R /XYZ 81.6937 531.3028 null]
 >> endobj
-1829 0 obj <<
-/D [4253 0 R /XYZ 71.731 529.146 null]
+1858 0 obj <<
+/D [4339 0 R /XYZ 71.731 529.146 null]
 >> endobj
-738 0 obj <<
-/D [4253 0 R /XYZ 236.9017 496.8321 null]
+758 0 obj <<
+/D [4339 0 R /XYZ 236.9017 496.8321 null]
 >> endobj
-4272 0 obj <<
-/D [4253 0 R /XYZ 71.731 490.7051 null]
+4358 0 obj <<
+/D [4339 0 R /XYZ 71.731 490.7051 null]
 >> endobj
-4273 0 obj <<
-/D [4253 0 R /XYZ 71.731 418.9592 null]
+4359 0 obj <<
+/D [4339 0 R /XYZ 71.731 418.9592 null]
 >> endobj
-1830 0 obj <<
-/D [4253 0 R /XYZ 71.731 362.1721 null]
+1859 0 obj <<
+/D [4339 0 R /XYZ 71.731 362.1721 null]
 >> endobj
-742 0 obj <<
-/D [4253 0 R /XYZ 166.0799 328.862 null]
+762 0 obj <<
+/D [4339 0 R /XYZ 166.0799 328.862 null]
 >> endobj
-4274 0 obj <<
-/D [4253 0 R /XYZ 71.731 320.2245 null]
+4360 0 obj <<
+/D [4339 0 R /XYZ 71.731 320.2245 null]
 >> endobj
-4275 0 obj <<
-/D [4253 0 R /XYZ 344.894 309.933 null]
+4361 0 obj <<
+/D [4339 0 R /XYZ 344.894 309.933 null]
 >> endobj
-4276 0 obj <<
-/D [4253 0 R /XYZ 71.731 295.821 null]
+4362 0 obj <<
+/D [4339 0 R /XYZ 71.731 295.821 null]
 >> endobj
-4277 0 obj <<
-/D [4253 0 R /XYZ 155.2771 273.3701 null]
+4363 0 obj <<
+/D [4339 0 R /XYZ 155.2771 273.3701 null]
 >> endobj
-4278 0 obj <<
-/D [4253 0 R /XYZ 71.731 263.3079 null]
+4364 0 obj <<
+/D [4339 0 R /XYZ 71.731 263.3079 null]
 >> endobj
-4279 0 obj <<
-/D [4253 0 R /XYZ 154.7791 238.7997 null]
+4365 0 obj <<
+/D [4339 0 R /XYZ 154.7791 238.7997 null]
 >> endobj
-4280 0 obj <<
-/D [4253 0 R /XYZ 71.731 227.3975 null]
+4366 0 obj <<
+/D [4339 0 R /XYZ 71.731 227.3975 null]
 >> endobj
-4281 0 obj <<
-/D [4253 0 R /XYZ 426.1592 204.2293 null]
+4367 0 obj <<
+/D [4339 0 R /XYZ 426.1592 204.2293 null]
 >> endobj
-4282 0 obj <<
-/D [4253 0 R /XYZ 71.731 192.1099 null]
+4368 0 obj <<
+/D [4339 0 R /XYZ 71.731 192.1099 null]
 >> endobj
-4283 0 obj <<
-/D [4253 0 R /XYZ 103.2724 143.7561 null]
+4369 0 obj <<
+/D [4339 0 R /XYZ 103.2724 143.7561 null]
 >> endobj
-4284 0 obj <<
-/D [4253 0 R /XYZ 71.731 133.6939 null]
+4370 0 obj <<
+/D [4339 0 R /XYZ 71.731 133.6939 null]
 >> endobj
-4285 0 obj <<
-/D [4253 0 R /XYZ 425.1626 109.1858 null]
+4371 0 obj <<
+/D [4339 0 R /XYZ 425.1626 109.1858 null]
 >> endobj
-4252 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >>
+4338 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4288 0 obj <<
-/Length 2554      
+4375 0 obj <<
+/Length 2553      
 /Filter /FlateDecode
 >>
 stream
@@ -18275,217 +18688,222 @@ Y
 ���}eǙ��n���k17ᔽ�^�ְ5lc2DZ���c�8Ѥ�UW��'ΰ�)+�-�6!�]����X�#��V��s�7C=�ä�ȟ��H�����-T���$��T��<�$^����F:�`��|�|�F�	��iMAˎ��S3�9X1��V=L�A�4��/vx)4z�´�2K'E`�T�a�\������u��>�M�s�������KCXN�?r�����ll����‹9)�^��3�E�/K��ӵr/M���y��_^>�Y�qu=�����g��sŕ{Go�Q�@,Ju����Yu���7)����狼<M��?���}�8]
 ��J�1���2��c8# ���`*
 ����Vh>l��+!/Ę�M�E�/q�x��4?ȏ׳�}�`���(+��y��l�&䁮�wR��{k�!	��}z�(��h����^7p��v��/ *Q��_{R=��i��Np��,g�	_7.��.�P1��+�[����2|-'�)^��7%k��%^�'.>��|�����T@|�n����ѨxӇ�ZnK��1�1+E�ۢp��=���x���71z��?��j�`i�wFwu.p!_��+��ԣ��� ��;�]��.�)��!����>&�%���-��/�����;JmOd��s���nDB!����G�n�@pT�������V��qjЧ,6���~"�*�F^�+�п �Sq=�5��xH$�އ
��.=VO�`[t<���:7命�qV���"��g'����pk��a���b��~��q��yx$=���+��yř�?�&��h
-��I��~�@�BC��g������P�[��x�S�_t�W�(�2?ɟ��<�s��92o��y� �=�yA�O��endstream
+��I��~�@�BC��g������P�[��x�S�_t�W�(�2?ɟ��<�s��92o��y� ���� ��O��endstream
 endobj
-4287 0 obj <<
+4374 0 obj <<
 /Type /Page
-/Contents 4288 0 R
-/Resources 4286 0 R
+/Contents 4375 0 R
+/Resources 4373 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4307 0 R
+/Parent 4372 0 R
 >> endobj
-4289 0 obj <<
-/D [4287 0 R /XYZ 71.731 729.2652 null]
+4376 0 obj <<
+/D [4374 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4290 0 obj <<
-/D [4287 0 R /XYZ 71.731 718.3063 null]
+4377 0 obj <<
+/D [4374 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1831 0 obj <<
-/D [4287 0 R /XYZ 71.731 688.2541 null]
+1860 0 obj <<
+/D [4374 0 R /XYZ 71.731 688.2541 null]
 >> endobj
-746 0 obj <<
-/D [4287 0 R /XYZ 201.5262 654.9439 null]
+766 0 obj <<
+/D [4374 0 R /XYZ 201.5262 654.9439 null]
 >> endobj
-4291 0 obj <<
-/D [4287 0 R /XYZ 71.731 646.4917 null]
+4378 0 obj <<
+/D [4374 0 R /XYZ 71.731 646.4917 null]
 >> endobj
-4292 0 obj <<
-/D [4287 0 R /XYZ 463.4687 623.0635 null]
+4379 0 obj <<
+/D [4374 0 R /XYZ 463.4687 623.0635 null]
 >> endobj
-4293 0 obj <<
-/D [4287 0 R /XYZ 71.731 608.9515 null]
+4380 0 obj <<
+/D [4374 0 R /XYZ 71.731 608.9515 null]
 >> endobj
-4294 0 obj <<
-/D [4287 0 R /XYZ 514.935 573.5492 null]
+4381 0 obj <<
+/D [4374 0 R /XYZ 514.935 573.5492 null]
 >> endobj
-4295 0 obj <<
-/D [4287 0 R /XYZ 71.731 561.4297 null]
+4382 0 obj <<
+/D [4374 0 R /XYZ 71.731 561.4297 null]
 >> endobj
-4296 0 obj <<
-/D [4287 0 R /XYZ 71.731 545.0078 null]
+4383 0 obj <<
+/D [4374 0 R /XYZ 71.731 545.0078 null]
 >> endobj
-1832 0 obj <<
-/D [4287 0 R /XYZ 71.731 505.2404 null]
+1861 0 obj <<
+/D [4374 0 R /XYZ 71.731 505.2404 null]
 >> endobj
-750 0 obj <<
-/D [4287 0 R /XYZ 197.0146 468.0249 null]
+770 0 obj <<
+/D [4374 0 R /XYZ 197.0146 468.0249 null]
 >> endobj
-4297 0 obj <<
-/D [4287 0 R /XYZ 71.731 460.1059 null]
+4384 0 obj <<
+/D [4374 0 R /XYZ 71.731 460.1059 null]
 >> endobj
-4298 0 obj <<
-/D [4287 0 R /XYZ 103.9341 434.9489 null]
+4385 0 obj <<
+/D [4374 0 R /XYZ 103.9341 434.9489 null]
 >> endobj
-4299 0 obj <<
-/D [4287 0 R /XYZ 105.3508 421.9975 null]
+4386 0 obj <<
+/D [4374 0 R /XYZ 105.3508 421.9975 null]
 >> endobj
-4300 0 obj <<
-/D [4287 0 R /XYZ 71.731 414.8593 null]
+4387 0 obj <<
+/D [4374 0 R /XYZ 71.731 414.8593 null]
 >> endobj
-4301 0 obj <<
-/D [4287 0 R /XYZ 518.6154 404.0647 null]
+4388 0 obj <<
+/D [4374 0 R /XYZ 518.6154 404.0647 null]
 >> endobj
-1833 0 obj <<
-/D [4287 0 R /XYZ 71.731 383.9752 null]
+1862 0 obj <<
+/D [4374 0 R /XYZ 71.731 383.9752 null]
 >> endobj
-754 0 obj <<
-/D [4287 0 R /XYZ 305.7426 346.7596 null]
+774 0 obj <<
+/D [4374 0 R /XYZ 305.7426 346.7596 null]
 >> endobj
-4302 0 obj <<
-/D [4287 0 R /XYZ 71.731 336.617 null]
+4389 0 obj <<
+/D [4374 0 R /XYZ 71.731 336.617 null]
 >> endobj
-1834 0 obj <<
-/D [4287 0 R /XYZ 71.731 293.5941 null]
+1863 0 obj <<
+/D [4374 0 R /XYZ 71.731 293.5941 null]
 >> endobj
-758 0 obj <<
-/D [4287 0 R /XYZ 176.9732 256.3786 null]
+778 0 obj <<
+/D [4374 0 R /XYZ 176.9732 256.3786 null]
 >> endobj
-4303 0 obj <<
-/D [4287 0 R /XYZ 71.731 246.0136 null]
+4390 0 obj <<
+/D [4374 0 R /XYZ 71.731 246.0136 null]
 >> endobj
-4304 0 obj <<
-/D [4287 0 R /XYZ 71.731 229.1159 null]
+4391 0 obj <<
+/D [4374 0 R /XYZ 71.731 229.1159 null]
 >> endobj
-4305 0 obj <<
-/D [4287 0 R /XYZ 71.731 187.4371 null]
+4392 0 obj <<
+/D [4374 0 R /XYZ 71.731 187.4371 null]
 >> endobj
-4306 0 obj <<
-/D [4287 0 R /XYZ 71.731 187.4371 null]
+4393 0 obj <<
+/D [4374 0 R /XYZ 71.731 187.4371 null]
 >> endobj
-4286 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R >>
+4373 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4310 0 obj <<
-/Length 2871      
+4396 0 obj <<
+/Length 2876      
 /Filter /FlateDecode
 >>
 stream
-xڍks�8�{���=c+z?z�s�f���ݽ4{���F�mmdI+J��~�HK���d&A�A�Ey+��U�9I�?~��q���+wu��^yL�c�ݘ������A�ʜ,����~��Q�J�I#/]��Z_E��n��#w9���*��o��˪�����ݭ�����Y�,��%��{n�J��	� Ѫ�+ʞ��"E�	�u����5�r��OF"�q�0���Þ�=6EY��x�$9~y_=�?J:���W3F����i�M�	��vF���0뇎ᾙI�� ;�ފ�4�]3�fP�"UY�$ꂀ���x�=R'QUF�Ə��)U���	��e[�ToX�m3#�<5�""χN�S�9tX��ޙ��y������F����\���Z:��u">�n<�ą��6r2��@H~��jq�3w���ϓ�y(��Eۢ�D_[�u�C�7��=V�^)k�?�2���jv��PŘ谉�ˆ�J���>��.��,�����i��%�Yf�6ڎUA���WFZ2Ymw�ɻ�ﮇQT��I��w͉ Q7@�A�5�N�Lɴ���d��eM�A��PM����:V��
��$�dv�9I�)05�ą{�;Y�����e��B?�~�����~EQ��"BI@�?��;�G�V��do�5j?Ya
�R��n>��D�6��V�垵P�|�;Q�jH��+���I�+�w�V���h�����`2��;mB��e���dY�����Uz����Z<��X��tLH
m�t�,^�����7_@f�o��5�y����W���n5�[��F.���
-`o;����Gs�������'!��Ij��9:�ɛ��_���G�Et�ep��Bf�}�X�W�( ��Û����/���Fo�	���Ƀ�Qs�<+57I-�HW����,NQH���@�9���&{� DN�PY��/!�:[>K�V�;���Q����Tx٧֑R=JE�!)T���q��4��N�^L�Z��5"�,�� ���[Z�>	u���|���~�(��2i��<%	�Pɜ8N����l�*f�F	�d��h��h�XY����\Rx��Q^�lV��.	S����#{��L��9���/�a�S����=^gU–0�)���L(�*͵�XK�ޒ|�
������P����1�N�Rg�8ᛍ��j�]�s�*Ш�_H��K�,��L�lBFլ$���AF9'çcBՃ�,pY��� K���x���9���ȏ�`��	�bK�p7+I3�/��#��*Xb|������t�i[���F�B��4}`��]	�m�U}AY��y�uҀ�Ĕ��#!%���+�<���;CU�MC[ ���׆O�1��"Bn����nR��,�wڴE�㠘�(��eV�@���*W/9����~�Έ�:�4�&GFa 
	��)n;��55����~�:a�f1��b�h�vc2�;Nr�%7�����z�\��s0�����%.���N����N�-k�O��\��q;6
-�\��A�DtK;���OƁ܋G�=p}��@[<��Q;�����.gD�Z����_����A�\��.
-OD�r�y��B�>�Ge�
-Y[��:4�P�^�b*����)Y��Zo 4���k���Izh��I5D�x�(�"�N���o�@�-.�=liD����\��_�\�B%����d�-q���!,z����l��5/�'���m�)qهb�T=G�d�����1��&���	"�����d.��z��ݵ�;1�,3w���u�o��4)p��̌)I�m�:�^Gmü��co,(����0
nJLAs�
-����m�*)��ܰ�t�M�i�eQ����Ӥ��\9�s_u�˹jܿ�T�&Y/Y¼��|��Bn �zYp�s��lO���p�{� s���b����V����F��g��`Y?��D��q!P�,���;�<@��@��z�k�$�(�G�x�.Q����'t�B<�� 
-�`�Ѻ�����#��!�44Ч�ƙސ��}��4�`P��N;�c߷���*E�(U�û�/�h��������
-�n'?�)��xrǦp����l
q	���q��ԔĦ)�Ч˜ɨ��֟�_%P�|�t}�F�;���j���K���)-/�l��\3Ex_��r��-Q|�˜�(廊[S�3���|z�r�s��������o�+��u��	�"5���j�m��.��usj!z`�ái��<�/���G�";��
-�²��S��/-�������#d���d�Hi��R�~&�/O5����Fm[����hc�2�Q��-�
-�_�kp��iޑ��!g�~dq�o:f�S�۹9�X�O�w�lr�u1�r1%M�䲰[����5]�f�:a���A�^��5h�9��AA�f��u����T��/��?�E���A�(r�kU0�^PႷ��T��u�K2,#>�3�a`���w"��l��C�-�zh��t�R0�ކ����0�Ba0:�0�@4Rq�����$�m�t�G��t~�o��kk?���C�)��9'�������(�Nɉ�^j��$��$G�~�q:�>�@ߨ�<�KQ�a�^��e�2CHIZJ��h�����i���d��F�\}<@p��l���t��`�� $[��I����2�1�X�Sw�;�	~������G�d�����B�K���a�������vC���O:����}�Y�sΗ_��R���8{�}��6N���Z��G�L�=�6�o�z?�ŗ��o�a�^�=�}Ds��:�S����r'ޓ���0MUendstream
+xڍk�۶���U��x|?��t식8��Ծ4�4��#!�9�d2���w��H�����i,v�}��ʅ?o�xN���9~�����]`���g7Fz}���m�2'��xu�_�A�q����w��KWwſ׷G�������]G�����@����߲���?w?�xsg�FA�d)P~R2���lI����7u�0H�ho��'!>K�m�d�o�h}|��ܼ����w�(�+�|��}��@@Q�_6^�f�ɀD�_D�W�4�%�TCի���x�j���}�mBw��a�6���c�of��>Ȏ��� �j����,HU��� �$6�D��IT�a�����*�Z}���V���҅!�̐�O�ш���T]��w�v��x~��K�$O�toLqz�4�J-]}�:���6h�J��R+)Q�T�$?N�jq�3w�����
�9�F�mQ|¯���%���iM�j��������]e7�F0F:l��0l+��h�/b��"'K2P��:n��I|���F�*h�*���Hs$+
�y�~���@U�-	��]s"H�
 w��v͡�R2��uXl���ijPr?TS�G��쭎�0|v<��(��jN|
+T�:q�}'��P+����	!��݇����W��,B���c+��4nO��`Y���Va8 ����{��h�F�ʼܳJ^l��V�Z�"!:�������*�����,�]y�UCq� /b��l�Q�� 2�Hg�d=�����Y�J���жM���%���~x�x��v��P���l
+�$h����>�on��������3?�$�hξ��>w�C𤉷x���v��}�ӷoo���=
.,�b�<8����!��>F,�+�Q��E��e��WGú����c�"a��xP<jn�"�g�ƒ�B�t��{~��d�dX�E3Pk���4�nZ�J�95Be]p�*4B�3�lix>�j�0w �G#�o���S�!d�ZGJ��(����P%���&!�i����V�&�d�5_"�,�� ��+-sH��4u���|��~�(�<e��;�9%	�Pɔ8N����l�
+f	��	�d��p��h�X^���w\RxW��Q^�lV��.i�(U[�GB�8��(����ӹ`s�b2�LF�ќT	[����gB�i.��RJ������`7$J�ǻ�C�V�_/Ą{ٟ��2q–���j�]�sp�E�Qɿ�6�g�l�ل��IIZS�5�2�rN�NLj�Y��`�!K��m<KL�-�k�G
+D0I�K�%t��J�
+����8e�
+���%m��n� �K@4���Rh�V=`��-�n�ޕP��X������Z'
�LL9�<Ҥ�� v%Xg`��`�l�ih��o:���WL��5���;�C(w�b33�ŽV�D�=�8(&=J�0a�2���!S������v��~�ư�:�$�&GF`@
i�3S�v��mkjl9���u��!�b,B����b��h�w��kjx������ܹ��:� �i!,�3B\SC!������k�LB<Eusr���(<r���E�-�<�?r/����<��x��Q;��f`Y�3��iZ��R�/[���A�]�L]�89���aO�|`v��+dmN���]�z)�)?�_${�d�_�k}�Ф#�no��*�i���&���
���:�p*�������ϰ���
+/�p�Jt�~�s���.������DE:�f�kD�xe�iA�<A��n��H����˥�9�'�������6A�������O���%S��uO��
݉�d��=���뾱,Ӥ�	 R3�$�'�Q\�P,vx�
��֏�1C�hj�V�W�2LpSb
+��VX�Ζ&�F��"h�
+,��p�_5�?�(<��L��;�U������M��l���&�[��M���(�B����)17)o���$�/
Ǽ�	2'H��n�x�'����b������Ζ�S�LdZ��@c!&�X����'Ϡ�
+W�ɯ��P#��m��)��=��x/�����;N��L5Z����8�>�MC}+i���_��|7@
+�j醰�<�}��概P��RU9|:�2�d^�>܌'w����;Q������P��,�a�k�9����T]�ʕ�FB�v[]�HS��Y��\�|h��R��(y���F�g���p(�5*Z�\�CkaC�!O�C����>[�Di��`�TM%.,�5��G`3��03��\�@����bd�SҢ
�0����msj!�ԜM,�,�#"�B1���
+��&����~KC�T��kkΖ���#�����Oـ=(�)���}y�_=��وm��C3}%m̻�%��#�yP���|
~d�Aͣ�־*��Lp�/.��E�y�je�t
+zV�;�y0�\Zd]Y�\YIS�6�,��,�I��OX�*~���qA�dN�zP���B�]���H�1�u9zE�C�Qc�i��q�.���Z̦gD����6U����k���&�
E�Wu�FO{e�m�-�,����`���^�7ݤ.���=��>����P��28�D���K9~	u�5=�Yv�˷�+��_��3�����\�u
+�u��@�~`���`���GP	2	��9A��?�%�D�āgt)j
+�����N_@RƆ�R*F���vv866�G�/W_ <(D�.HDl.�4}.I��WB��.#Éc��]�N�T�d��mƥ���JƋ��z,H��Qx��3p� L������ �)��������I�s��_�Pi���8{�}ւ�N���%Z��G�L�3�7�y՟��k�ӷ�0uR/Ξ��>¹�����zYf)�������R�endstream
 endobj
-4309 0 obj <<
+4395 0 obj <<
 /Type /Page
-/Contents 4310 0 R
-/Resources 4308 0 R
+/Contents 4396 0 R
+/Resources 4394 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4307 0 R
-/Annots [ 4315 0 R ]
+/Parent 4372 0 R
+/Annots [ 4401 0 R ]
 >> endobj
-4315 0 obj <<
+4401 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [259.4752 492.9368 311.2805 503.8407]
 /Subtype /Link
 /A << /S /GoTo /D (userpreferences) >>
 >> endobj
-4311 0 obj <<
-/D [4309 0 R /XYZ 71.731 729.2652 null]
+4397 0 obj <<
+/D [4395 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4312 0 obj <<
-/D [4309 0 R /XYZ 71.731 690.0824 null]
+4398 0 obj <<
+/D [4395 0 R /XYZ 71.731 690.0824 null]
 >> endobj
-1835 0 obj <<
-/D [4309 0 R /XYZ 71.731 631.1385 null]
+1864 0 obj <<
+/D [4395 0 R /XYZ 71.731 631.1385 null]
 >> endobj
-762 0 obj <<
-/D [4309 0 R /XYZ 353.5731 593.923 null]
+782 0 obj <<
+/D [4395 0 R /XYZ 353.5731 593.923 null]
 >> endobj
-4313 0 obj <<
-/D [4309 0 R /XYZ 71.731 583.558 null]
+4399 0 obj <<
+/D [4395 0 R /XYZ 71.731 583.558 null]
 >> endobj
-4314 0 obj <<
-/D [4309 0 R /XYZ 86.3959 496.0898 null]
+4400 0 obj <<
+/D [4395 0 R /XYZ 86.3959 496.0898 null]
 >> endobj
-4316 0 obj <<
-/D [4309 0 R /XYZ 71.731 488.9517 null]
+4402 0 obj <<
+/D [4395 0 R /XYZ 71.731 488.9517 null]
 >> endobj
-4317 0 obj <<
-/D [4309 0 R /XYZ 512.7873 465.2057 null]
+4403 0 obj <<
+/D [4395 0 R /XYZ 512.7873 465.2057 null]
 >> endobj
-4318 0 obj <<
-/D [4309 0 R /XYZ 112.803 452.2542 null]
+4404 0 obj <<
+/D [4395 0 R /XYZ 112.803 452.2542 null]
 >> endobj
-4319 0 obj <<
-/D [4309 0 R /XYZ 202.5552 452.2542 null]
+4405 0 obj <<
+/D [4395 0 R /XYZ 202.5552 452.2542 null]
 >> endobj
-1836 0 obj <<
-/D [4309 0 R /XYZ 71.731 409.2506 null]
+1865 0 obj <<
+/D [4395 0 R /XYZ 71.731 409.2506 null]
 >> endobj
-766 0 obj <<
-/D [4309 0 R /XYZ 198.9687 366.1531 null]
+786 0 obj <<
+/D [4395 0 R /XYZ 198.9687 366.1531 null]
 >> endobj
-1837 0 obj <<
-/D [4309 0 R /XYZ 71.731 362.3228 null]
+1866 0 obj <<
+/D [4395 0 R /XYZ 71.731 362.3228 null]
 >> endobj
-770 0 obj <<
-/D [4309 0 R /XYZ 256.7516 326.7807 null]
+790 0 obj <<
+/D [4395 0 R /XYZ 256.7516 326.7807 null]
 >> endobj
-4320 0 obj <<
-/D [4309 0 R /XYZ 71.731 316.4157 null]
+4406 0 obj <<
+/D [4395 0 R /XYZ 71.731 316.4157 null]
 >> endobj
-4321 0 obj <<
-/D [4309 0 R /XYZ 434.2261 306.6562 null]
+4407 0 obj <<
+/D [4395 0 R /XYZ 434.2261 306.6562 null]
 >> endobj
-4322 0 obj <<
-/D [4309 0 R /XYZ 71.731 247.7123 null]
+4408 0 obj <<
+/D [4395 0 R /XYZ 71.731 247.7123 null]
 >> endobj
-4323 0 obj <<
-/D [4309 0 R /XYZ 71.731 234.7609 null]
+4409 0 obj <<
+/D [4395 0 R /XYZ 71.731 234.7609 null]
 >> endobj
-4324 0 obj <<
-/D [4309 0 R /XYZ 71.731 229.7796 null]
+4410 0 obj <<
+/D [4395 0 R /XYZ 71.731 229.7796 null]
 >> endobj
-4325 0 obj <<
-/D [4309 0 R /XYZ 89.6638 209.0223 null]
+4411 0 obj <<
+/D [4395 0 R /XYZ 89.6638 209.0223 null]
 >> endobj
-4326 0 obj <<
-/D [4309 0 R /XYZ 128.2622 209.0223 null]
+4412 0 obj <<
+/D [4395 0 R /XYZ 128.2622 209.0223 null]
 >> endobj
-4327 0 obj <<
-/D [4309 0 R /XYZ 328.5279 209.0223 null]
+4413 0 obj <<
+/D [4395 0 R /XYZ 328.5279 209.0223 null]
 >> endobj
-4328 0 obj <<
-/D [4309 0 R /XYZ 71.731 193.9141 null]
+4414 0 obj <<
+/D [4395 0 R /XYZ 71.731 193.9141 null]
 >> endobj
-4329 0 obj <<
-/D [4309 0 R /XYZ 71.731 178.9701 null]
+4415 0 obj <<
+/D [4395 0 R /XYZ 71.731 178.9701 null]
 >> endobj
-4330 0 obj <<
-/D [4309 0 R /XYZ 109.5891 157.8144 null]
+4416 0 obj <<
+/D [4395 0 R /XYZ 109.5891 157.8144 null]
 >> endobj
-4331 0 obj <<
-/D [4309 0 R /XYZ 76.7123 116.9675 null]
+4417 0 obj <<
+/D [4395 0 R /XYZ 76.7123 116.9675 null]
 >> endobj
-4332 0 obj <<
-/D [4309 0 R /XYZ 89.6638 99.0348 null]
+4418 0 obj <<
+/D [4395 0 R /XYZ 89.6638 99.0348 null]
 >> endobj
-4333 0 obj <<
-/D [4309 0 R /XYZ 71.731 96.878 null]
+4419 0 obj <<
+/D [4395 0 R /XYZ 71.731 96.878 null]
 >> endobj
-4308 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
+4394 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4336 0 obj <<
+4422 0 obj <<
 /Length 2912      
 /Filter /FlateDecode
 >>
@@ -18503,89 +18921,89 @@ z
 ?�x��rh���?��?����և�l����#����/���7��[)	ct���@���똖��3�آO�d�|Y�^�S+��`�1;W'~�>�R��(Ts;G�t��	�%�^S}��A��U4����	������_~~���m?
�R���8���9���Ɣv8����A�uX�)���l�\��7�i�����]͆�#������><\{���l^��U�U����;��!�%_�ܰ��Q$ic��
�0��[W@
P����^�����;E>�}O_�҉�}��B�'+�i��ʼ�a&���֦r���?{),�k�G�G$�(p��S����)1���8&��?��D=%�N{�=6�dn�ZO�4I�G�DC�D�
���������*#�rq3	�3�s���gE
 wg�9��&R�N+}s���=N���Лy�T��xT�SX�F^��*}m��\�r�C�gDWs2��J�ﶊ�����\~�L����H����Y��b���q*�Q�Z
 ����m#��2���
!�ݔc���V�����ǀ�=��f��N���{��������ڜ�뿉�,�_�$�Ox���g�.Ch4�0�
-��?HOK�U�)&B�iޖ��Ό�V�8��E�E��Hˠ���͟L�p^�b"�� ��j��j���O!V�E��endstream
+��?HOK�U�)&B�iޖ��Ό�V�8��E�E��Hˠ���͟L�p^�b"�� ��j��j���O!V�E�	endstream
 endobj
-4335 0 obj <<
+4421 0 obj <<
 /Type /Page
-/Contents 4336 0 R
-/Resources 4334 0 R
+/Contents 4422 0 R
+/Resources 4420 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4307 0 R
+/Parent 4372 0 R
 >> endobj
-4337 0 obj <<
-/D [4335 0 R /XYZ 71.731 729.2652 null]
+4423 0 obj <<
+/D [4421 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4338 0 obj <<
-/D [4335 0 R /XYZ 89.6638 708.3437 null]
+4424 0 obj <<
+/D [4421 0 R /XYZ 89.6638 708.3437 null]
 >> endobj
-4339 0 obj <<
-/D [4335 0 R /XYZ 259.764 695.3923 null]
+4425 0 obj <<
+/D [4421 0 R /XYZ 259.764 695.3923 null]
 >> endobj
-4340 0 obj <<
-/D [4335 0 R /XYZ 71.731 654.3811 null]
+4426 0 obj <<
+/D [4421 0 R /XYZ 71.731 654.3811 null]
 >> endobj
-4341 0 obj <<
-/D [4335 0 R /XYZ 89.6638 638.6052 null]
+4427 0 obj <<
+/D [4421 0 R /XYZ 89.6638 638.6052 null]
 >> endobj
-4342 0 obj <<
-/D [4335 0 R /XYZ 407.2684 638.6052 null]
+4428 0 obj <<
+/D [4421 0 R /XYZ 407.2684 638.6052 null]
 >> endobj
-4343 0 obj <<
-/D [4335 0 R /XYZ 71.731 571.6912 null]
+4429 0 obj <<
+/D [4421 0 R /XYZ 71.731 571.6912 null]
 >> endobj
-4344 0 obj <<
-/D [4335 0 R /XYZ 71.731 556.7473 null]
+4430 0 obj <<
+/D [4421 0 R /XYZ 71.731 556.7473 null]
 >> endobj
-4345 0 obj <<
-/D [4335 0 R /XYZ 76.7123 494.7447 null]
+4431 0 obj <<
+/D [4421 0 R /XYZ 76.7123 494.7447 null]
 >> endobj
-4346 0 obj <<
-/D [4335 0 R /XYZ 89.6638 476.8119 null]
+4432 0 obj <<
+/D [4421 0 R /XYZ 89.6638 476.8119 null]
 >> endobj
-4347 0 obj <<
-/D [4335 0 R /XYZ 71.731 474.6551 null]
+4433 0 obj <<
+/D [4421 0 R /XYZ 71.731 474.6551 null]
 >> endobj
-4348 0 obj <<
-/D [4335 0 R /XYZ 89.6638 458.8792 null]
+4434 0 obj <<
+/D [4421 0 R /XYZ 89.6638 458.8792 null]
 >> endobj
-4349 0 obj <<
-/D [4335 0 R /XYZ 71.731 430.8195 null]
+4435 0 obj <<
+/D [4421 0 R /XYZ 71.731 430.8195 null]
 >> endobj
-4350 0 obj <<
-/D [4335 0 R /XYZ 89.6638 415.0436 null]
+4436 0 obj <<
+/D [4421 0 R /XYZ 89.6638 415.0436 null]
 >> endobj
-4351 0 obj <<
-/D [4335 0 R /XYZ 220.2822 363.2378 null]
+4437 0 obj <<
+/D [4421 0 R /XYZ 220.2822 363.2378 null]
 >> endobj
-4352 0 obj <<
-/D [4335 0 R /XYZ 71.731 356.0997 null]
+4438 0 obj <<
+/D [4421 0 R /XYZ 71.731 356.0997 null]
 >> endobj
-4353 0 obj <<
-/D [4335 0 R /XYZ 71.731 327.2728 null]
+4439 0 obj <<
+/D [4421 0 R /XYZ 71.731 327.2728 null]
 >> endobj
-1838 0 obj <<
-/D [4335 0 R /XYZ 71.731 294.3313 null]
+1867 0 obj <<
+/D [4421 0 R /XYZ 71.731 294.3313 null]
 >> endobj
-774 0 obj <<
-/D [4335 0 R /XYZ 263.867 257.1158 null]
+794 0 obj <<
+/D [4421 0 R /XYZ 263.867 257.1158 null]
 >> endobj
-4354 0 obj <<
-/D [4335 0 R /XYZ 71.731 246.7508 null]
+4440 0 obj <<
+/D [4421 0 R /XYZ 71.731 246.7508 null]
 >> endobj
-4355 0 obj <<
-/D [4335 0 R /XYZ 300.7046 211.0884 null]
+4441 0 obj <<
+/D [4421 0 R /XYZ 300.7046 211.0884 null]
 >> endobj
-4356 0 obj <<
-/D [4335 0 R /XYZ 96.7348 198.137 null]
+4442 0 obj <<
+/D [4421 0 R /XYZ 96.7348 198.137 null]
 >> endobj
-1839 0 obj <<
-/D [4335 0 R /XYZ 71.731 170.142 null]
+1868 0 obj <<
+/D [4421 0 R /XYZ 71.731 170.142 null]
 >> endobj
-4334 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
+4420 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4359 0 obj <<
+4445 0 obj <<
 /Length 2459      
 /Filter /FlateDecode
 >>
@@ -18600,86 +19018,86 @@ xڝ]
 '�r��s�!2��f�g�{��zN=^��Bl��z���;�qq|��@�zi�m�*T�j�A(";���P3'>�4�W�3���ޘ�b���x"h��l`��4��J'.r�+2����i�u	��{�4c���'mLِf�c�u���!�������Ф��WޜD��`Y�uD��2��t����Z���&���O��
>)M����;cp#l��Жʏ��{�m�l������<ގmr�A��e���ze}V�/`��m�&��-Y��e��@y��2+��ϰ��~��l��
 ��0zByW���u5>���>Hµ&�2�|r�4Z�Q�����Ʀ�i�պ/<=����<��b�je�0���["��~(�%�t}�9C��IV?#n��]+�=�F�F��h��K�ڑ���~�C��Ց¾���|f�(�M��]�7�T�$$�ʳ�I���U�4~r�2
 �gR7Z;S!��DeN�U	H�b��������O���W(���+�]^`O�f���e���v`�Y�+���s�;�����G�]F��K��z]�Ԧyr�c��J���/��J���̘Oo"Kd��߶�N������I�;\��-�����ӆ=}��Y�?81��6s�<�}���Ͻ��bv���n�s����_0��6�ޝN&�,��%F��Q%�����xh(ʡ�'��	�G�Y��[��an��~39��Ɠ���k���ݵ�t߯;�v����3��|�
-��N81j���!̬	��JR8ϱq�֦�Va�sqj��q��Ý�Sg��e5��}
4��˘���%�w;�LI:�x��$�v�&��,�3/U�d�23ɹ�ޮ�P���ڣ]X��Ԋ&QP��@���
�m��)t!T��!���Qآ�B,!]Cu�D [�G���w��'��6j뉸ӎ�>��-�������N
��l�jK��5�,q��Cz�3��{e\�dhVi��O���@�k��(+k2v���/��g����b�#��./���R	�|����"Ƹ�)�u|�2�T�7�1������/?�S�v��R��ߣ�xn��9�y�?4��_�;D�endstream
+��N81j���!̬	��JR8ϱq�֦�Va�sqj��q��Ý�Sg��e5��}
4��˘���%�w;�LI:�x��$�v�&��,�3/U�d�23ɹ�ޮ�P���ڣ]X��Ԋ&QP��@���
�m��)t!T��!���Qآ�B,!]Cu�D [�G���w��'��6j뉸ӎ�>��-�������N
��l�jK��5�,q��Cz�3��{e\�dhVi��O���@�k��(+k2v���/��g����b�#��./���R	�|����"Ƹ�)�u|�2�T�7�1������/?�S�v��R��ߣ�xn��9���h�9��hD�endstream
 endobj
-4358 0 obj <<
+4444 0 obj <<
 /Type /Page
-/Contents 4359 0 R
-/Resources 4357 0 R
+/Contents 4445 0 R
+/Resources 4443 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4307 0 R
+/Parent 4372 0 R
 >> endobj
-4360 0 obj <<
-/D [4358 0 R /XYZ 71.731 729.2652 null]
+4446 0 obj <<
+/D [4444 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-778 0 obj <<
-/D [4358 0 R /XYZ 209.3152 706.1179 null]
+798 0 obj <<
+/D [4444 0 R /XYZ 209.3152 706.1179 null]
 >> endobj
-4361 0 obj <<
-/D [4358 0 R /XYZ 71.731 697.2951 null]
+4447 0 obj <<
+/D [4444 0 R /XYZ 71.731 697.2951 null]
 >> endobj
-4362 0 obj <<
-/D [4358 0 R /XYZ 71.731 653.575 null]
+4448 0 obj <<
+/D [4444 0 R /XYZ 71.731 653.575 null]
 >> endobj
-4363 0 obj <<
-/D [4358 0 R /XYZ 71.731 620.6335 null]
+4449 0 obj <<
+/D [4444 0 R /XYZ 71.731 620.6335 null]
 >> endobj
-4364 0 obj <<
-/D [4358 0 R /XYZ 71.731 583.9361 null]
+4450 0 obj <<
+/D [4444 0 R /XYZ 71.731 583.9361 null]
 >> endobj
-4365 0 obj <<
-/D [4358 0 R /XYZ 71.731 577.574 null]
+4451 0 obj <<
+/D [4444 0 R /XYZ 71.731 577.574 null]
 >> endobj
-4366 0 obj <<
-/D [4358 0 R /XYZ 436.4724 553.0519 null]
+4452 0 obj <<
+/D [4444 0 R /XYZ 436.4724 553.0519 null]
 >> endobj
-4367 0 obj <<
-/D [4358 0 R /XYZ 169.3177 527.149 null]
+4453 0 obj <<
+/D [4444 0 R /XYZ 169.3177 527.149 null]
 >> endobj
-4368 0 obj <<
-/D [4358 0 R /XYZ 176.5876 501.2462 null]
+4454 0 obj <<
+/D [4444 0 R /XYZ 176.5876 501.2462 null]
 >> endobj
-4369 0 obj <<
-/D [4358 0 R /XYZ 71.731 483.2139 null]
+4455 0 obj <<
+/D [4444 0 R /XYZ 71.731 483.2139 null]
 >> endobj
-4370 0 obj <<
-/D [4358 0 R /XYZ 238.3949 470.362 null]
+4456 0 obj <<
+/D [4444 0 R /XYZ 238.3949 470.362 null]
 >> endobj
-1840 0 obj <<
-/D [4358 0 R /XYZ 71.731 429.3509 null]
+1869 0 obj <<
+/D [4444 0 R /XYZ 71.731 429.3509 null]
 >> endobj
-782 0 obj <<
-/D [4358 0 R /XYZ 200.1276 392.1353 null]
+802 0 obj <<
+/D [4444 0 R /XYZ 200.1276 392.1353 null]
 >> endobj
-4371 0 obj <<
-/D [4358 0 R /XYZ 71.731 384.783 null]
+4457 0 obj <<
+/D [4444 0 R /XYZ 71.731 384.783 null]
 >> endobj
-4372 0 obj <<
-/D [4358 0 R /XYZ 71.731 338.9698 null]
+4458 0 obj <<
+/D [4444 0 R /XYZ 71.731 338.9698 null]
 >> endobj
-4373 0 obj <<
-/D [4358 0 R /XYZ 71.731 310.2424 null]
+4459 0 obj <<
+/D [4444 0 R /XYZ 71.731 310.2424 null]
 >> endobj
-4374 0 obj <<
-/D [4358 0 R /XYZ 71.731 310.2424 null]
+4460 0 obj <<
+/D [4444 0 R /XYZ 71.731 310.2424 null]
 >> endobj
-1841 0 obj <<
-/D [4358 0 R /XYZ 71.731 232.3802 null]
+1870 0 obj <<
+/D [4444 0 R /XYZ 71.731 232.3802 null]
 >> endobj
-786 0 obj <<
-/D [4358 0 R /XYZ 299.6652 197.9095 null]
+806 0 obj <<
+/D [4444 0 R /XYZ 299.6652 197.9095 null]
 >> endobj
-4375 0 obj <<
-/D [4358 0 R /XYZ 71.731 189.272 null]
+4461 0 obj <<
+/D [4444 0 R /XYZ 71.731 189.272 null]
 >> endobj
-1842 0 obj <<
-/D [4358 0 R /XYZ 71.731 147.9967 null]
+1871 0 obj <<
+/D [4444 0 R /XYZ 71.731 147.9967 null]
 >> endobj
-4357 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >>
+4443 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4378 0 obj <<
+4464 0 obj <<
 /Length 1906      
 /Filter /FlateDecode
 >>
@@ -18697,93 +19115,93 @@ T.
 y��,�3�@��)����0/�^b�Q��RI���ݨ��,�:\Ƞ�}�4�!P�><��!�r��ɬ��B.�I~^Uc��+G�pn�l��\J���s�&���:�\�YÔ݌R����L�41�<�I�u�v�8j΀�5�!u?I]8֩���N��	Ɍ��썎QG�I�L�ES��B�ݎٜ���qD��P�u_�n
 ���؄���"�(��%M����]	ϾG�	�ܛߢ��z�)+�Ԧv��O%��8]�Vt}%�zh��M�mkќJ�Q�N?�uM��m�}וj�~j0�̈�<��O����ۏ���$�y{Z%��R�Kʹ�y������|�Lc��3�:S�7�S��h���	)�8��ܭ�m.����ӧ��y�6���x�BP���^��RB��l�����(�ߙyR�K6�j���J��$g�f�ɤ���<T$ol;*4���b�^"����0D$���׈��!dA�#�̄�;��8�F��Mj�ze*���vV��W��]�JKQ�R� �)r/"�}
1){ڇQ]��]���.V�Eݲm�qFB��r��ZQ�O���li;��M�ę.g&۪��wtY�SE�
�O��e[ȇA�u�l$��'���=z�X�
V�u��Z7�5�0��K�o L*�̣�+�`�c�+��%���e��$ؚ�����=]�"
�j��+��qg
u񻈩+�2��~��̝~�
 rrcF.��M
-��<=�!/�ц�!&��N3t6�0~Q���(&>i�>u�qm#:z��paa���Gځ��Evx�L��uJ`՜�֟~b�o�I�g�*��_���_e~湽IY#M��{A��z�Qendstream
+��<=�!/�ц�!&��N3t6�0~Q���(&>i�>u�qm#:z��paa���Gځ��Evx�L��uJ`՜�֟~b�o�I�g�*��_���_e~湽IY#e�~ѽ �_ӧ�Rendstream
 endobj
-4377 0 obj <<
+4463 0 obj <<
 /Type /Page
-/Contents 4378 0 R
-/Resources 4376 0 R
+/Contents 4464 0 R
+/Resources 4462 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4307 0 R
+/Parent 4372 0 R
 >> endobj
-4379 0 obj <<
-/D [4377 0 R /XYZ 71.731 729.2652 null]
+4465 0 obj <<
+/D [4463 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4380 0 obj <<
-/D [4377 0 R /XYZ 71.731 741.2204 null]
+4466 0 obj <<
+/D [4463 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-790 0 obj <<
-/D [4377 0 R /XYZ 364.5094 708.3437 null]
+810 0 obj <<
+/D [4463 0 R /XYZ 364.5094 708.3437 null]
 >> endobj
-4381 0 obj <<
-/D [4377 0 R /XYZ 71.731 699.7062 null]
+4467 0 obj <<
+/D [4463 0 R /XYZ 71.731 699.7062 null]
 >> endobj
-1843 0 obj <<
-/D [4377 0 R /XYZ 71.731 656.3737 null]
+1872 0 obj <<
+/D [4463 0 R /XYZ 71.731 656.3737 null]
 >> endobj
-794 0 obj <<
-/D [4377 0 R /XYZ 295.6245 623.0635 null]
+814 0 obj <<
+/D [4463 0 R /XYZ 295.6245 623.0635 null]
 >> endobj
-4382 0 obj <<
-/D [4377 0 R /XYZ 71.731 614.426 null]
+4468 0 obj <<
+/D [4463 0 R /XYZ 71.731 614.426 null]
 >> endobj
-1844 0 obj <<
-/D [4377 0 R /XYZ 71.731 558.142 null]
+1873 0 obj <<
+/D [4463 0 R /XYZ 71.731 558.142 null]
 >> endobj
-798 0 obj <<
-/D [4377 0 R /XYZ 378.198 524.8319 null]
+818 0 obj <<
+/D [4463 0 R /XYZ 378.198 524.8319 null]
 >> endobj
-4383 0 obj <<
-/D [4377 0 R /XYZ 71.731 516.1944 null]
+4469 0 obj <<
+/D [4463 0 R /XYZ 71.731 516.1944 null]
 >> endobj
-1845 0 obj <<
-/D [4377 0 R /XYZ 71.731 472.8618 null]
+1874 0 obj <<
+/D [4463 0 R /XYZ 71.731 472.8618 null]
 >> endobj
-802 0 obj <<
-/D [4377 0 R /XYZ 288.5111 439.5516 null]
+822 0 obj <<
+/D [4463 0 R /XYZ 288.5111 439.5516 null]
 >> endobj
-4384 0 obj <<
-/D [4377 0 R /XYZ 71.731 430.9141 null]
+4470 0 obj <<
+/D [4463 0 R /XYZ 71.731 430.9141 null]
 >> endobj
-1846 0 obj <<
-/D [4377 0 R /XYZ 71.731 389.6389 null]
+1875 0 obj <<
+/D [4463 0 R /XYZ 71.731 389.6389 null]
 >> endobj
-806 0 obj <<
-/D [4377 0 R /XYZ 259.0781 354.2714 null]
+826 0 obj <<
+/D [4463 0 R /XYZ 259.0781 354.2714 null]
 >> endobj
-4385 0 obj <<
-/D [4377 0 R /XYZ 71.731 345.6339 null]
+4471 0 obj <<
+/D [4463 0 R /XYZ 71.731 345.6339 null]
 >> endobj
-4386 0 obj <<
-/D [4377 0 R /XYZ 71.731 304.3587 null]
+4472 0 obj <<
+/D [4463 0 R /XYZ 71.731 304.3587 null]
 >> endobj
-1847 0 obj <<
-/D [4377 0 R /XYZ 71.731 271.4172 null]
+1876 0 obj <<
+/D [4463 0 R /XYZ 71.731 271.4172 null]
 >> endobj
-810 0 obj <<
-/D [4377 0 R /XYZ 240.4757 238.1071 null]
+830 0 obj <<
+/D [4463 0 R /XYZ 240.4757 238.1071 null]
 >> endobj
-4387 0 obj <<
-/D [4377 0 R /XYZ 71.731 229.4696 null]
+4473 0 obj <<
+/D [4463 0 R /XYZ 71.731 229.4696 null]
 >> endobj
-1848 0 obj <<
-/D [4377 0 R /XYZ 71.731 179.1632 null]
+1877 0 obj <<
+/D [4463 0 R /XYZ 71.731 179.1632 null]
 >> endobj
-814 0 obj <<
-/D [4377 0 R /XYZ 223.8447 136.0657 null]
+834 0 obj <<
+/D [4463 0 R /XYZ 223.8447 136.0657 null]
 >> endobj
-4388 0 obj <<
-/D [4377 0 R /XYZ 71.731 123.8945 null]
+4474 0 obj <<
+/D [4463 0 R /XYZ 71.731 123.8945 null]
 >> endobj
-1849 0 obj <<
-/D [4377 0 R /XYZ 71.731 112.3497 null]
+1878 0 obj <<
+/D [4463 0 R /XYZ 71.731 112.3497 null]
 >> endobj
-4376 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >>
+4462 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4391 0 obj <<
-/Length 1932      
+4477 0 obj <<
+/Length 1931      
 /Filter /FlateDecode
 >>
 stream
@@ -18792,80 +19210,80 @@ xڕk
 � ���;��� 	�9���<X�6CG:v��F~�TC]�
��g{,���9˚�d�U�9�cl�%JgV��R��iA�a��*6,'<T���jZ[�6������>7���X�q6���[ʭ�_�!t�5ȉ����m�P�w�%�YH#�ާ.4�@}:E6���IJ��ǼAt�"eE�v"�Ȃ�A�i�Q(���c���R�V,'��N;�y��姡�%�d���	�um_i[�I�4�@��DCP'��T���諚	�pA��A�ll곰���%�[�l���$�ox��i���V�z�{�,e�_���s5�
 ��_QF�.B�6�YS/�ﵳ��՞:ˬoT�S�_�fzQL4Z��O}*�������Т�M�dhy��%L�g`	c^'[}B_+�YH+��9ʮ�1<%A�V���UI���[B[��[��>|Y}w�-�؈QwX@�����EQ����no�W�$�N�� -�b��I$���;��pTa�J���c��hE�ꩫM�*�<M]۪	�TU��8�ٞA��+�~�]	�F���N��B�'3��]K����V4��d��΁��4���4���vdD@�x��d���)K�@]`�N��v��x�کu�����Ζ���<LЋ��ׯ��Ý9��^z�h��r�X�
"�q�9�|�i��s�:h�{��F��omUֳw	��=�tS?e	�4��$X3x��*E��s�Q5�'���b!���(�*��a{w{����{�<���Юɞ��
x���`SZb;� ��O;�����U�^�f2�2��и��&7��O�2R�I�9�4&#~��v�+	���)�@8ۃz)���oۓ�
 ��(�',�N�����V��p �=����W
���-�)�pó7�7%&>��{�Iy�OqA�^֔4e՝KN~�^�b�d���}��!�w��X��X��Vb!p-�$�%�-��� ��a�FGh�X"�	Q��O�2J�e� #�^��jZ�%Pe@hr����AԚ��q���5
)�t�r�W*̤8iF�܎��\ة2pCg଎��JNM���~љ������0�m���D��!�"�ʸy��0)�*�D
>f�ALH�;V���TCg.>Ɣu�0��+`�9Ⱦ�Z��w�(X��
-�*sC�r<���tӋ-y;�����3�#��_����d���l���&4O�K������	-�J?�����\�Yrendstream
+�*sC�r<���tӋ-y;�����3�#��_����d���l���&4O�K���Zf�}����\Ypendstream
 endobj
-4390 0 obj <<
+4476 0 obj <<
 /Type /Page
-/Contents 4391 0 R
-/Resources 4389 0 R
+/Contents 4477 0 R
+/Resources 4475 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4307 0 R
+/Parent 4490 0 R
 >> endobj
-4392 0 obj <<
-/D [4390 0 R /XYZ 71.731 729.2652 null]
+4478 0 obj <<
+/D [4476 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4393 0 obj <<
-/D [4390 0 R /XYZ 71.731 741.2204 null]
+4479 0 obj <<
+/D [4476 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-818 0 obj <<
-/D [4390 0 R /XYZ 223.5692 707.8408 null]
+838 0 obj <<
+/D [4476 0 R /XYZ 223.5692 707.8408 null]
 >> endobj
-4394 0 obj <<
-/D [4390 0 R /XYZ 71.731 700.4885 null]
+4480 0 obj <<
+/D [4476 0 R /XYZ 71.731 700.4885 null]
 >> endobj
-4395 0 obj <<
-/D [4390 0 R /XYZ 282.4959 661.8134 null]
+4481 0 obj <<
+/D [4476 0 R /XYZ 282.4959 661.8134 null]
 >> endobj
-4396 0 obj <<
-/D [4390 0 R /XYZ 71.731 641.5893 null]
+4482 0 obj <<
+/D [4476 0 R /XYZ 71.731 641.5893 null]
 >> endobj
-4397 0 obj <<
-/D [4390 0 R /XYZ 71.731 553.7945 null]
+4483 0 obj <<
+/D [4476 0 R /XYZ 71.731 553.7945 null]
 >> endobj
-1850 0 obj <<
-/D [4390 0 R /XYZ 71.731 522.9103 null]
+1879 0 obj <<
+/D [4476 0 R /XYZ 71.731 522.9103 null]
 >> endobj
-822 0 obj <<
-/D [4390 0 R /XYZ 185.7387 483.6375 null]
+842 0 obj <<
+/D [4476 0 R /XYZ 185.7387 483.6375 null]
 >> endobj
-4398 0 obj <<
-/D [4390 0 R /XYZ 71.731 476.2852 null]
+4484 0 obj <<
+/D [4476 0 R /XYZ 71.731 476.2852 null]
 >> endobj
-4399 0 obj <<
-/D [4390 0 R /XYZ 71.731 404.5691 null]
+4485 0 obj <<
+/D [4476 0 R /XYZ 71.731 404.5691 null]
 >> endobj
-1851 0 obj <<
-/D [4390 0 R /XYZ 71.731 375.7422 null]
+1880 0 obj <<
+/D [4476 0 R /XYZ 71.731 375.7422 null]
 >> endobj
-826 0 obj <<
-/D [4390 0 R /XYZ 331.4799 336.4694 null]
+846 0 obj <<
+/D [4476 0 R /XYZ 331.4799 336.4694 null]
 >> endobj
-4400 0 obj <<
-/D [4390 0 R /XYZ 71.731 326.1044 null]
+4486 0 obj <<
+/D [4476 0 R /XYZ 71.731 326.1044 null]
 >> endobj
-1852 0 obj <<
-/D [4390 0 R /XYZ 71.731 296.2553 null]
+1881 0 obj <<
+/D [4476 0 R /XYZ 71.731 296.2553 null]
 >> endobj
-830 0 obj <<
-/D [4390 0 R /XYZ 229.9103 259.0397 null]
+850 0 obj <<
+/D [4476 0 R /XYZ 229.9103 259.0397 null]
 >> endobj
-4401 0 obj <<
-/D [4390 0 R /XYZ 71.731 248.897 null]
+4487 0 obj <<
+/D [4476 0 R /XYZ 71.731 248.897 null]
 >> endobj
-4402 0 obj <<
-/D [4390 0 R /XYZ 101.1818 238.9152 null]
+4488 0 obj <<
+/D [4476 0 R /XYZ 101.1818 238.9152 null]
 >> endobj
-4403 0 obj <<
-/D [4390 0 R /XYZ 71.731 220.8829 null]
+4489 0 obj <<
+/D [4476 0 R /XYZ 71.731 220.8829 null]
 >> endobj
-1853 0 obj <<
-/D [4390 0 R /XYZ 71.731 165.0274 null]
+1882 0 obj <<
+/D [4476 0 R /XYZ 71.731 165.0274 null]
 >> endobj
-4389 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R >>
+4475 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4406 0 obj <<
+4493 0 obj <<
 /Length 2743      
 /Filter /FlateDecode
 >>
@@ -18883,143 +19301,143 @@ p/
 �z;8Y����;m��F���{���S7�A-Y�6��b�n���rh��D
tU-[�A-4Xd�$���.�ftYG|[c�o1�������b6��j��ym�9�E�-�l�#+��y3��$����3���O]�e�7��B��&���
 	�O
 ����g�nc2����@bQ�9���YK-�$���I7�����d[�`T���l4��$[�u���'J6{22!��4�4���T�t�&4������� �S���w�-J�;��Y)
C��W��Rj���R
tUJ-[�AJ-4X��$�Ե�t���<f)��3��]=,?��C���5C!j�\��L��W���^�e�7\����D�^�
��iYnA�T
CyV/�����u@��]�S�X��"
ȇ�U+冹
���e�RԈ���hl�p���)��F�A��r�)g�̖,�Sa�q^�Ne�F";R\��lD/6� ��Ms'��tNt�u��n.��	tVtz�k�c����hx-:#"��"�i׌��V���:����^a?<�:���+� lD�,4_�!`�&��F��r[���r���W���,�"�Y��������:�<
t�y�-��<
�D�j=��Kui��6B�`�D)+N|�@cAK�X�5L1���`���J�q��K�'�a�O ��m���Ԑ&����3���B���ol����:�|Z�?9�/%ǐ��j��ī'����hʼn����7>�hi���e��
�e��"Z&�qޙ��s.��T�M��7q�8/k�'S��S��
-!ap�W�Ѩ���)3p�����vb)R��C�M�K��=����04���|*e��oLk�T?ե��*+�f��-��rz���e�4��˥�*��-� �,ri�8��3]V���{'�"�Y�+2�d�@r�\�Zv����Q���޿��.�V�]�+Ig���0��k�8��ߪ���]�FH��u�MJ�����k�
Ҭ����V;�ޠ����^-�ta�z�B��Poj�#8ѩ�{��~T�h�L��LS��M�Q
�9��D'R�2<����BT��"�Q�4�:Ȏɥ�S5���7�,Z[Ы�j�Ҭ����N�Wy�N�w*;��ylO}M"U%=�k[_h4��Xgt8q����`�L�/}�t�g��W113.�ü������^ަG��p�O#��J�Ҵ� �l���#��c~4%�Vk�pNò�s�yqX�+?Y_~p`^�
(R��V=&<u����e���;Qendstream
+!ap�W�Ѩ���)3p�����vb)R��C�M�K��=����04���|*e��oLk�T?ե��*+�f��-��rz���e�4��˥�*��-� �,ri�8��3]V���{'�"�Y�+2�d�@r�\�Zv����Q���޿��.�V�]�+Ig���0��k�8��ߪ���]�FH��u�MJ�����k�
Ҭ����V;�ޠ����^-�ta�z�B��Poj�#8ѩ�{��~T�h�L��LS��M�Q
�9��D'R�2<����BT��"�Q�4�:Ȏɥ�S5���7�,Z[Ы�j�Ҭ����N�Wy�N�w*;��ylO}M"U%=�k[_h4��Xgt8q����`�L�/}�t�g��W113.�ü������^ަG��p�O#��J�Ҵ� �l���#��c~4%�Vk�pNò�s�yqX�+?Y_~p`^�
(R7���DŽ�Nӳ��l�_��Pendstream
 endobj
-4405 0 obj <<
+4492 0 obj <<
 /Type /Page
-/Contents 4406 0 R
-/Resources 4404 0 R
+/Contents 4493 0 R
+/Resources 4491 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4441 0 R
+/Parent 4490 0 R
 >> endobj
-4407 0 obj <<
-/D [4405 0 R /XYZ 71.731 729.2652 null]
+4494 0 obj <<
+/D [4492 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-834 0 obj <<
-/D [4405 0 R /XYZ 319.3549 705.7477 null]
+854 0 obj <<
+/D [4492 0 R /XYZ 319.3549 705.7477 null]
 >> endobj
-4408 0 obj <<
-/D [4405 0 R /XYZ 71.731 693.3097 null]
+4495 0 obj <<
+/D [4492 0 R /XYZ 71.731 693.3097 null]
 >> endobj
-4409 0 obj <<
-/D [4405 0 R /XYZ 270.8616 684.1886 null]
+4496 0 obj <<
+/D [4492 0 R /XYZ 270.8616 684.1886 null]
 >> endobj
-4410 0 obj <<
-/D [4405 0 R /XYZ 341.5855 640.3529 null]
+4497 0 obj <<
+/D [4492 0 R /XYZ 341.5855 640.3529 null]
 >> endobj
-4411 0 obj <<
-/D [4405 0 R /XYZ 89.9163 627.4015 null]
+4498 0 obj <<
+/D [4492 0 R /XYZ 89.9163 627.4015 null]
 >> endobj
-4412 0 obj <<
-/D [4405 0 R /XYZ 71.731 607.3119 null]
+4499 0 obj <<
+/D [4492 0 R /XYZ 71.731 607.3119 null]
 >> endobj
-1854 0 obj <<
-/D [4405 0 R /XYZ 71.731 576.4277 null]
+1883 0 obj <<
+/D [4492 0 R /XYZ 71.731 576.4277 null]
 >> endobj
-838 0 obj <<
-/D [4405 0 R /XYZ 256.2435 533.3303 null]
+858 0 obj <<
+/D [4492 0 R /XYZ 256.2435 533.3303 null]
 >> endobj
-4413 0 obj <<
-/D [4405 0 R /XYZ 71.731 524.5074 null]
+4500 0 obj <<
+/D [4492 0 R /XYZ 71.731 524.5074 null]
 >> endobj
-1855 0 obj <<
-/D [4405 0 R /XYZ 71.731 496.6628 null]
+1884 0 obj <<
+/D [4492 0 R /XYZ 71.731 496.6628 null]
 >> endobj
-842 0 obj <<
-/D [4405 0 R /XYZ 258.989 459.4473 null]
+862 0 obj <<
+/D [4492 0 R /XYZ 258.989 459.4473 null]
 >> endobj
-4414 0 obj <<
-/D [4405 0 R /XYZ 71.731 452.095 null]
+4501 0 obj <<
+/D [4492 0 R /XYZ 71.731 452.095 null]
 >> endobj
-4415 0 obj <<
-/D [4405 0 R /XYZ 71.731 437.166 null]
+4502 0 obj <<
+/D [4492 0 R /XYZ 71.731 437.166 null]
 >> endobj
-4416 0 obj <<
-/D [4405 0 R /XYZ 71.731 432.1846 null]
+4503 0 obj <<
+/D [4492 0 R /XYZ 71.731 432.1846 null]
 >> endobj
-4417 0 obj <<
-/D [4405 0 R /XYZ 81.6937 411.4274 null]
+4504 0 obj <<
+/D [4492 0 R /XYZ 81.6937 411.4274 null]
 >> endobj
-4418 0 obj <<
-/D [4405 0 R /XYZ 71.731 409.2706 null]
+4505 0 obj <<
+/D [4492 0 R /XYZ 71.731 409.2706 null]
 >> endobj
-4419 0 obj <<
-/D [4405 0 R /XYZ 81.6937 398.476 null]
+4506 0 obj <<
+/D [4492 0 R /XYZ 81.6937 398.476 null]
 >> endobj
-4420 0 obj <<
-/D [4405 0 R /XYZ 71.731 383.3677 null]
+4507 0 obj <<
+/D [4492 0 R /XYZ 71.731 383.3677 null]
 >> endobj
-4421 0 obj <<
-/D [4405 0 R /XYZ 81.6937 372.5731 null]
+4508 0 obj <<
+/D [4492 0 R /XYZ 81.6937 372.5731 null]
 >> endobj
-4422 0 obj <<
-/D [4405 0 R /XYZ 71.731 370.4163 null]
+4509 0 obj <<
+/D [4492 0 R /XYZ 71.731 370.4163 null]
 >> endobj
-4423 0 obj <<
-/D [4405 0 R /XYZ 81.6937 359.6217 null]
+4510 0 obj <<
+/D [4492 0 R /XYZ 81.6937 359.6217 null]
 >> endobj
-4424 0 obj <<
-/D [4405 0 R /XYZ 71.731 344.5134 null]
+4511 0 obj <<
+/D [4492 0 R /XYZ 71.731 344.5134 null]
 >> endobj
-4425 0 obj <<
-/D [4405 0 R /XYZ 81.6937 333.7188 null]
+4512 0 obj <<
+/D [4492 0 R /XYZ 81.6937 333.7188 null]
 >> endobj
-4426 0 obj <<
-/D [4405 0 R /XYZ 71.731 331.562 null]
+4513 0 obj <<
+/D [4492 0 R /XYZ 71.731 331.562 null]
 >> endobj
-4427 0 obj <<
-/D [4405 0 R /XYZ 81.6937 320.7674 null]
+4514 0 obj <<
+/D [4492 0 R /XYZ 81.6937 320.7674 null]
 >> endobj
-4428 0 obj <<
-/D [4405 0 R /XYZ 71.731 305.6591 null]
+4515 0 obj <<
+/D [4492 0 R /XYZ 71.731 305.6591 null]
 >> endobj
-4429 0 obj <<
-/D [4405 0 R /XYZ 81.6937 294.8645 null]
+4516 0 obj <<
+/D [4492 0 R /XYZ 81.6937 294.8645 null]
 >> endobj
-4430 0 obj <<
-/D [4405 0 R /XYZ 71.731 292.7077 null]
+4517 0 obj <<
+/D [4492 0 R /XYZ 71.731 292.7077 null]
 >> endobj
-4431 0 obj <<
-/D [4405 0 R /XYZ 81.6937 281.9131 null]
+4518 0 obj <<
+/D [4492 0 R /XYZ 81.6937 281.9131 null]
 >> endobj
-4432 0 obj <<
-/D [4405 0 R /XYZ 71.731 266.8048 null]
+4519 0 obj <<
+/D [4492 0 R /XYZ 71.731 266.8048 null]
 >> endobj
-4433 0 obj <<
-/D [4405 0 R /XYZ 81.6937 256.0102 null]
+4520 0 obj <<
+/D [4492 0 R /XYZ 81.6937 256.0102 null]
 >> endobj
-4434 0 obj <<
-/D [4405 0 R /XYZ 71.731 240.9019 null]
+4521 0 obj <<
+/D [4492 0 R /XYZ 71.731 240.9019 null]
 >> endobj
-4435 0 obj <<
-/D [4405 0 R /XYZ 81.6937 230.1073 null]
+4522 0 obj <<
+/D [4492 0 R /XYZ 81.6937 230.1073 null]
 >> endobj
-1951 0 obj <<
-/D [4405 0 R /XYZ 71.731 222.9692 null]
+1980 0 obj <<
+/D [4492 0 R /XYZ 71.731 222.9692 null]
 >> endobj
-846 0 obj <<
-/D [4405 0 R /XYZ 243.8395 185.7537 null]
+866 0 obj <<
+/D [4492 0 R /XYZ 243.8395 185.7537 null]
 >> endobj
-4436 0 obj <<
-/D [4405 0 R /XYZ 71.731 178.4013 null]
+4523 0 obj <<
+/D [4492 0 R /XYZ 71.731 178.4013 null]
 >> endobj
-4437 0 obj <<
-/D [4405 0 R /XYZ 71.731 158.491 null]
+4524 0 obj <<
+/D [4492 0 R /XYZ 71.731 158.491 null]
 >> endobj
-4438 0 obj <<
-/D [4405 0 R /XYZ 317.3926 134.745 null]
+4525 0 obj <<
+/D [4492 0 R /XYZ 317.3926 134.745 null]
 >> endobj
-4439 0 obj <<
-/D [4405 0 R /XYZ 232.3467 121.7935 null]
+4526 0 obj <<
+/D [4492 0 R /XYZ 232.3467 121.7935 null]
 >> endobj
-4440 0 obj <<
-/D [4405 0 R /XYZ 71.731 119.6367 null]
+4527 0 obj <<
+/D [4492 0 R /XYZ 71.731 119.6367 null]
 >> endobj
-4404 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R >>
+4491 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4444 0 obj <<
+4530 0 obj <<
 /Length 2969      
 /Filter /FlateDecode
 >>
@@ -19039,131 +19457,131 @@ vãi
 \���������oy����swX㰫Ha<!o�P5�p��#n��H�e 5m�9���4c��rx����!HQ��A�!�bh�V�����A?�/�
 qXy��);��FI�����Z�?NC��7~���Je��ۥ�
LXc7�ZlE��1a�D�1��Z��3��(Uo���0[���ե�H~�U���$ә���7g�Mj1c�1�y���SQ׮�z�;$�Cg�*��>�J��\��S�)��x����i���h�Tb�*�mJ4��޳&i�1~���-�9����U�AR(���K�r�s�3��G�9	�6�l�a�>y7P�a�]�D�V�T�X�E=FA�,��G����R
 FG�	��[ہm��`����Q3FVy8�'!˦����S3�B��:���o.Q7kl5�}9Bo*��E
W����p��w��	�w*o;�e���;��4�E�(L����v��X���;�rP����S�7�/^�� �y�ׅ)�g��gA�~�ca�:�QOn&XJ������Q���m���&���@b,��-9���YS���˪�϶>a�{�>�p��1��סط��:V7Qmf�M�O:0j�Qz�S�j[j��}�z5l��|�u�9�fו����71/��
H\y���dl�5ye�|H��[�SmPPY��`���J�7�#��|#���3����(}�K]�/��o>:<?M$�r�!k?hQC�E1��Px,yW�p(�}������4�χ�
-�P��:�������\��ÄE�`]),��F8%��m ���מⷍ���IԑoZ�RJ>V�g��m$�1�]��2�}�M��s��� ���[�N��o�'��0���=%<d�\�ϑ��C���endstream
+�P��:�������\��ÄE�`]),��F8%��m ���מⷍ���IԑoZ�RJ>V�g��m$�1�]��2�}�M��s��� ���[�N��o�'��0���q�,�)�!�����0�E9�endstream
 endobj
-4443 0 obj <<
+4529 0 obj <<
 /Type /Page
-/Contents 4444 0 R
-/Resources 4442 0 R
+/Contents 4530 0 R
+/Resources 4528 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4441 0 R
+/Parent 4490 0 R
 >> endobj
-4445 0 obj <<
-/D [4443 0 R /XYZ 71.731 729.2652 null]
+4531 0 obj <<
+/D [4529 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4446 0 obj <<
-/D [4443 0 R /XYZ 71.731 718.3063 null]
+4532 0 obj <<
+/D [4529 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-4447 0 obj <<
-/D [4443 0 R /XYZ 423.2461 708.3437 null]
+4533 0 obj <<
+/D [4529 0 R /XYZ 423.2461 708.3437 null]
 >> endobj
-4448 0 obj <<
-/D [4443 0 R /XYZ 71.731 657.1357 null]
+4534 0 obj <<
+/D [4529 0 R /XYZ 71.731 657.1357 null]
 >> endobj
-4449 0 obj <<
-/D [4443 0 R /XYZ 205.0582 644.1843 null]
+4535 0 obj <<
+/D [4529 0 R /XYZ 205.0582 644.1843 null]
 >> endobj
-4450 0 obj <<
-/D [4443 0 R /XYZ 429.4863 644.1843 null]
+4536 0 obj <<
+/D [4529 0 R /XYZ 429.4863 644.1843 null]
 >> endobj
-4451 0 obj <<
-/D [4443 0 R /XYZ 71.731 611.1433 null]
+4537 0 obj <<
+/D [4529 0 R /XYZ 71.731 611.1433 null]
 >> endobj
-4452 0 obj <<
-/D [4443 0 R /XYZ 475.4481 600.3487 null]
+4538 0 obj <<
+/D [4529 0 R /XYZ 475.4481 600.3487 null]
 >> endobj
-4453 0 obj <<
-/D [4443 0 R /XYZ 71.731 559.3376 null]
+4539 0 obj <<
+/D [4529 0 R /XYZ 71.731 559.3376 null]
 >> endobj
-4454 0 obj <<
-/D [4443 0 R /XYZ 71.731 554.3562 null]
+4540 0 obj <<
+/D [4529 0 R /XYZ 71.731 554.3562 null]
 >> endobj
-4455 0 obj <<
-/D [4443 0 R /XYZ 81.6937 533.599 null]
+4541 0 obj <<
+/D [4529 0 R /XYZ 81.6937 533.599 null]
 >> endobj
-4456 0 obj <<
-/D [4443 0 R /XYZ 491.5075 533.599 null]
+4542 0 obj <<
+/D [4529 0 R /XYZ 491.5075 533.599 null]
 >> endobj
-4457 0 obj <<
-/D [4443 0 R /XYZ 71.731 520.548 null]
+4543 0 obj <<
+/D [4529 0 R /XYZ 71.731 520.548 null]
 >> endobj
-4458 0 obj <<
-/D [4443 0 R /XYZ 81.6937 507.6961 null]
+4544 0 obj <<
+/D [4529 0 R /XYZ 81.6937 507.6961 null]
 >> endobj
-4459 0 obj <<
-/D [4443 0 R /XYZ 139.5162 494.7447 null]
+4545 0 obj <<
+/D [4529 0 R /XYZ 139.5162 494.7447 null]
 >> endobj
-4460 0 obj <<
-/D [4443 0 R /XYZ 71.731 492.5879 null]
+4546 0 obj <<
+/D [4529 0 R /XYZ 71.731 492.5879 null]
 >> endobj
-4461 0 obj <<
-/D [4443 0 R /XYZ 81.6937 481.7933 null]
+4547 0 obj <<
+/D [4529 0 R /XYZ 81.6937 481.7933 null]
 >> endobj
-4462 0 obj <<
-/D [4443 0 R /XYZ 478.2916 481.7933 null]
+4548 0 obj <<
+/D [4529 0 R /XYZ 478.2916 481.7933 null]
 >> endobj
-4463 0 obj <<
-/D [4443 0 R /XYZ 71.731 466.685 null]
+4549 0 obj <<
+/D [4529 0 R /XYZ 71.731 466.685 null]
 >> endobj
-4464 0 obj <<
-/D [4443 0 R /XYZ 81.6937 455.8904 null]
+4550 0 obj <<
+/D [4529 0 R /XYZ 81.6937 455.8904 null]
 >> endobj
-4465 0 obj <<
-/D [4443 0 R /XYZ 373.716 455.8904 null]
+4551 0 obj <<
+/D [4529 0 R /XYZ 373.716 455.8904 null]
 >> endobj
-4466 0 obj <<
-/D [4443 0 R /XYZ 71.731 453.7336 null]
+4552 0 obj <<
+/D [4529 0 R /XYZ 71.731 453.7336 null]
 >> endobj
-4467 0 obj <<
-/D [4443 0 R /XYZ 81.6937 442.939 null]
+4553 0 obj <<
+/D [4529 0 R /XYZ 81.6937 442.939 null]
 >> endobj
-4468 0 obj <<
-/D [4443 0 R /XYZ 511.1135 442.939 null]
+4554 0 obj <<
+/D [4529 0 R /XYZ 511.1135 442.939 null]
 >> endobj
-4469 0 obj <<
-/D [4443 0 R /XYZ 71.731 427.8307 null]
+4555 0 obj <<
+/D [4529 0 R /XYZ 71.731 427.8307 null]
 >> endobj
-4470 0 obj <<
-/D [4443 0 R /XYZ 71.731 412.8867 null]
+4556 0 obj <<
+/D [4529 0 R /XYZ 71.731 412.8867 null]
 >> endobj
-4471 0 obj <<
-/D [4443 0 R /XYZ 71.731 375.4919 null]
+4557 0 obj <<
+/D [4529 0 R /XYZ 71.731 375.4919 null]
 >> endobj
-4472 0 obj <<
-/D [4443 0 R /XYZ 339.0302 323.6862 null]
+4558 0 obj <<
+/D [4529 0 R /XYZ 339.0302 323.6862 null]
 >> endobj
-4473 0 obj <<
-/D [4443 0 R /XYZ 96.6374 297.7833 null]
+4559 0 obj <<
+/D [4529 0 R /XYZ 96.6374 297.7833 null]
 >> endobj
-4474 0 obj <<
-/D [4443 0 R /XYZ 276.3221 297.7833 null]
+4560 0 obj <<
+/D [4529 0 R /XYZ 276.3221 297.7833 null]
 >> endobj
-4475 0 obj <<
-/D [4443 0 R /XYZ 71.731 295.6265 null]
+4561 0 obj <<
+/D [4529 0 R /XYZ 71.731 295.6265 null]
 >> endobj
-4476 0 obj <<
-/D [4443 0 R /XYZ 71.731 280.6825 null]
+4562 0 obj <<
+/D [4529 0 R /XYZ 71.731 280.6825 null]
 >> endobj
-4477 0 obj <<
-/D [4443 0 R /XYZ 187.6784 271.1831 null]
+4563 0 obj <<
+/D [4529 0 R /XYZ 187.6784 271.1831 null]
 >> endobj
-4478 0 obj <<
-/D [4443 0 R /XYZ 71.731 219.9751 null]
+4564 0 obj <<
+/D [4529 0 R /XYZ 71.731 219.9751 null]
 >> endobj
-4479 0 obj <<
-/D [4443 0 R /XYZ 184.7759 207.0237 null]
+4565 0 obj <<
+/D [4529 0 R /XYZ 184.7759 207.0237 null]
 >> endobj
-4480 0 obj <<
-/D [4443 0 R /XYZ 71.731 166.0125 null]
+4566 0 obj <<
+/D [4529 0 R /XYZ 71.731 166.0125 null]
 >> endobj
-4481 0 obj <<
-/D [4443 0 R /XYZ 71.731 151.0686 null]
+4567 0 obj <<
+/D [4529 0 R /XYZ 71.731 151.0686 null]
 >> endobj
-4442 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >>
+4528 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F44 2183 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4484 0 obj <<
+4570 0 obj <<
 /Length 1783      
 /Filter /FlateDecode
 >>
@@ -19179,151 +19597,151 @@ R
 2A� �—Cf��:2�Ӑ��lv�r`A���R��sb�;�+��J(�9�fo�䨞T��\������a尠.ƶ�bnBf�™��q��DQ����8ހ�Q=6�f��
 Z�-�a��%G�`j��4����D�h����d
 �(7�
-uOҫ�0_�/���endstream
+uO���0_�/���endstream
 endobj
-4483 0 obj <<
+4569 0 obj <<
 /Type /Page
-/Contents 4484 0 R
-/Resources 4482 0 R
+/Contents 4570 0 R
+/Resources 4568 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4441 0 R
-/Annots [ 4492 0 R ]
+/Parent 4490 0 R
+/Annots [ 4578 0 R ]
 >> endobj
-4492 0 obj <<
+4578 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [461.7553 601.8581 521.8353 612.762]
 /Subtype /Link
 /A << /S /GoTo /D (groups) >>
 >> endobj
-4485 0 obj <<
-/D [4483 0 R /XYZ 71.731 729.2652 null]
+4571 0 obj <<
+/D [4569 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4486 0 obj <<
-/D [4483 0 R /XYZ 71.731 741.2204 null]
+4572 0 obj <<
+/D [4569 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-4487 0 obj <<
-/D [4483 0 R /XYZ 71.731 718.3063 null]
+4573 0 obj <<
+/D [4569 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-4488 0 obj <<
-/D [4483 0 R /XYZ 164.9444 708.3437 null]
+4574 0 obj <<
+/D [4569 0 R /XYZ 164.9444 708.3437 null]
 >> endobj
-4489 0 obj <<
-/D [4483 0 R /XYZ 368.7175 708.3437 null]
+4575 0 obj <<
+/D [4569 0 R /XYZ 368.7175 708.3437 null]
 >> endobj
-4490 0 obj <<
-/D [4483 0 R /XYZ 273.8015 695.3923 null]
+4576 0 obj <<
+/D [4569 0 R /XYZ 273.8015 695.3923 null]
 >> endobj
-1952 0 obj <<
-/D [4483 0 R /XYZ 71.731 688.2541 null]
+1981 0 obj <<
+/D [4569 0 R /XYZ 71.731 688.2541 null]
 >> endobj
-850 0 obj <<
-/D [4483 0 R /XYZ 228.9919 651.0386 null]
+870 0 obj <<
+/D [4569 0 R /XYZ 228.9919 651.0386 null]
 >> endobj
-4491 0 obj <<
-/D [4483 0 R /XYZ 71.731 643.6863 null]
+4577 0 obj <<
+/D [4569 0 R /XYZ 71.731 643.6863 null]
 >> endobj
-1953 0 obj <<
-/D [4483 0 R /XYZ 71.731 584.9216 null]
+1982 0 obj <<
+/D [4569 0 R /XYZ 71.731 584.9216 null]
 >> endobj
-854 0 obj <<
-/D [4483 0 R /XYZ 258.6885 547.7061 null]
+874 0 obj <<
+/D [4569 0 R /XYZ 258.6885 547.7061 null]
 >> endobj
-4493 0 obj <<
-/D [4483 0 R /XYZ 71.731 540.3538 null]
+4579 0 obj <<
+/D [4569 0 R /XYZ 71.731 540.3538 null]
 >> endobj
-4494 0 obj <<
-/D [4483 0 R /XYZ 406.4083 514.6301 null]
+4580 0 obj <<
+/D [4569 0 R /XYZ 406.4083 514.6301 null]
 >> endobj
-4495 0 obj <<
-/D [4483 0 R /XYZ 512.6778 514.6301 null]
+4581 0 obj <<
+/D [4569 0 R /XYZ 512.6778 514.6301 null]
 >> endobj
-1954 0 obj <<
-/D [4483 0 R /XYZ 71.731 481.5891 null]
+1983 0 obj <<
+/D [4569 0 R /XYZ 71.731 481.5891 null]
 >> endobj
-858 0 obj <<
-/D [4483 0 R /XYZ 204.4744 444.3736 null]
+878 0 obj <<
+/D [4569 0 R /XYZ 204.4744 444.3736 null]
 >> endobj
-4496 0 obj <<
-/D [4483 0 R /XYZ 71.731 437.0213 null]
+4582 0 obj <<
+/D [4569 0 R /XYZ 71.731 437.0213 null]
 >> endobj
-4497 0 obj <<
-/D [4483 0 R /XYZ 71.731 417.1109 null]
+4583 0 obj <<
+/D [4569 0 R /XYZ 71.731 417.1109 null]
 >> endobj
-4498 0 obj <<
-/D [4483 0 R /XYZ 308.5793 406.3163 null]
+4584 0 obj <<
+/D [4569 0 R /XYZ 308.5793 406.3163 null]
 >> endobj
-4499 0 obj <<
-/D [4483 0 R /XYZ 71.731 393.2653 null]
+4585 0 obj <<
+/D [4569 0 R /XYZ 71.731 393.2653 null]
 >> endobj
-4500 0 obj <<
-/D [4483 0 R /XYZ 71.731 378.3214 null]
+4586 0 obj <<
+/D [4569 0 R /XYZ 71.731 378.3214 null]
 >> endobj
-4501 0 obj <<
-/D [4483 0 R /XYZ 71.731 365.3699 null]
+4587 0 obj <<
+/D [4569 0 R /XYZ 71.731 365.3699 null]
 >> endobj
-4502 0 obj <<
-/D [4483 0 R /XYZ 91.6563 347.5367 null]
+4588 0 obj <<
+/D [4569 0 R /XYZ 91.6563 347.5367 null]
 >> endobj
-4503 0 obj <<
-/D [4483 0 R /XYZ 71.731 337.4745 null]
+4589 0 obj <<
+/D [4569 0 R /XYZ 71.731 337.4745 null]
 >> endobj
-4504 0 obj <<
-/D [4483 0 R /XYZ 71.731 323.4421 null]
+4590 0 obj <<
+/D [4569 0 R /XYZ 71.731 323.4421 null]
 >> endobj
-4505 0 obj <<
-/D [4483 0 R /XYZ 91.6563 306.6899 null]
+4591 0 obj <<
+/D [4569 0 R /XYZ 91.6563 306.6899 null]
 >> endobj
-4506 0 obj <<
-/D [4483 0 R /XYZ 71.731 294.5704 null]
+4592 0 obj <<
+/D [4569 0 R /XYZ 71.731 294.5704 null]
 >> endobj
-4507 0 obj <<
-/D [4483 0 R /XYZ 71.731 282.5953 null]
+4593 0 obj <<
+/D [4569 0 R /XYZ 71.731 282.5953 null]
 >> endobj
-4508 0 obj <<
-/D [4483 0 R /XYZ 91.6563 265.8431 null]
+4594 0 obj <<
+/D [4569 0 R /XYZ 91.6563 265.8431 null]
 >> endobj
-4509 0 obj <<
-/D [4483 0 R /XYZ 71.731 253.7236 null]
+4595 0 obj <<
+/D [4569 0 R /XYZ 71.731 253.7236 null]
 >> endobj
-4510 0 obj <<
-/D [4483 0 R /XYZ 71.731 241.7484 null]
+4596 0 obj <<
+/D [4569 0 R /XYZ 71.731 241.7484 null]
 >> endobj
-4511 0 obj <<
-/D [4483 0 R /XYZ 91.6563 224.9962 null]
+4597 0 obj <<
+/D [4569 0 R /XYZ 91.6563 224.9962 null]
 >> endobj
-4512 0 obj <<
-/D [4483 0 R /XYZ 71.731 212.8768 null]
+4598 0 obj <<
+/D [4569 0 R /XYZ 71.731 212.8768 null]
 >> endobj
-4513 0 obj <<
-/D [4483 0 R /XYZ 71.731 199.9253 null]
+4599 0 obj <<
+/D [4569 0 R /XYZ 71.731 199.9253 null]
 >> endobj
-4514 0 obj <<
-/D [4483 0 R /XYZ 91.6563 184.1494 null]
+4600 0 obj <<
+/D [4569 0 R /XYZ 91.6563 184.1494 null]
 >> endobj
-4515 0 obj <<
-/D [4483 0 R /XYZ 71.731 172.03 null]
+4601 0 obj <<
+/D [4569 0 R /XYZ 71.731 172.03 null]
 >> endobj
-4516 0 obj <<
-/D [4483 0 R /XYZ 71.731 161.1358 null]
+4602 0 obj <<
+/D [4569 0 R /XYZ 71.731 161.1358 null]
 >> endobj
-4517 0 obj <<
-/D [4483 0 R /XYZ 91.6563 143.3026 null]
+4603 0 obj <<
+/D [4569 0 R /XYZ 91.6563 143.3026 null]
 >> endobj
-4518 0 obj <<
-/D [4483 0 R /XYZ 71.731 131.1831 null]
+4604 0 obj <<
+/D [4569 0 R /XYZ 71.731 131.1831 null]
 >> endobj
-4519 0 obj <<
-/D [4483 0 R /XYZ 71.731 118.2317 null]
+4605 0 obj <<
+/D [4569 0 R /XYZ 71.731 118.2317 null]
 >> endobj
-4520 0 obj <<
-/D [4483 0 R /XYZ 91.6563 102.4558 null]
+4606 0 obj <<
+/D [4569 0 R /XYZ 91.6563 102.4558 null]
 >> endobj
-4482 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+4568 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4523 0 obj <<
+4609 0 obj <<
 /Length 1808      
 /Filter /FlateDecode
 >>
@@ -19331,121 +19749,121 @@ stream
 xڵXK��6��0r���zQ�޲A���#h�-���E�Ddɐ�8�_��P�my76�A��p8�8/:���fi �>a.�D����ʟ�a��U�"�Y��n�n�D�,y&���,�"%2��Q(2d�����F�:����=)��Gk�5����S�j���OW�����(y����:�-LG��S����(����t�������tw�Or_ā�O��8�S Gs���X�a��c��f�Hd
���?V�Y�N�ؾuh.UE��(U�D��h���C]��c�l�h�C�qƲTmkP�3uu�82��gDe��T��ס�l4�_Ӡ�m������������3�A�����t�]��.
���i|.'�M��O�NQ���{8 Y7�%�d��,���!6�x�^�["6��S����
 S�Q�`�4>����9��´��Ê��Sw���N5j{	�8KD�&���0�x�^�+�f��5�z�Iw���I4�`�$�M|�!	d#��׺�ߑX��B)b?� �Ro���f޶n4Q�Z�����F3Ѡ
v�
�C,��.;_��G���}%����~.x)��a����Ϊ�8i�Z��s�f��xK�i2��^j1��wٹ6��^�$">�J�%!C<aC/��
��І��T�����)A���,��H��w��W�{�% ��gH�ؑ��!eN���c�m/���m4m�USЈ[�Ҵ�5-y�o���<$�~�!W=�P���OF��s�F7�ݑH�q+h��F��R9�l��D�)@�<l�rCõ��>��Z�CDH=�sOaV(��
�9X�d�u-
�EI��c�oa���c��	�^�:u�Z��OStk���8Ɏ,�ᮬ�EK,nC�@�Y�K{�h��N,�`�"Ds����l����.CC���GQ.�4�לt�i�85E�+J�tgDΨ�>�(+��d{�a���<j��]����Bz-�=�y� �ǜ���k�q��
1�~����E�En�z^b�uM"�[B�u�vpͪ�a9�.����{�D0va�b�**-����mC������N;����R�xj�%�7�W����&� �H��˲���e����[Ч��<�P�_���>�u{4������O{�x���{0��I߰�	]9��#)p�)�w�r�F>�^�-t'vZ^q��8�\�ugsQ2�|��ago؜� ^��Ä�v�0L��(C�@rM-`��4p,7�����<L���(��P�L�?�yY����p�n�l����Ե�;�r[o-f���T`�	PLq�9d�̽�&�S��.F��(��i̗��l4I�Yo���\��8�p��e�j�Q�Kײ�v�lkb�5�質����Ѣ�|Ya��6�����2N�L5}Ob8�}ٙ�k�͖#v�_��Ӟ����k�(x���p"�A�YmA#OQ %6~˂Ƚ�i ����Hٖ�k^��a���P�#�VŃʿ��,^��55/�5u�_v/�:���yJpQ�<�L����7�c��z
 !Eu}���y{|؝RDsM>ݨ������mX������Ƚ[6B�������t���e�(9϶�<ʶ$���&$H����>�x�VW���
-���E.G.G�L�31�P^����΃0�X�-`�n����`���3�f���s�a��HdX5K��TQha�k ���(��"Y:	�)��xw���#E��Ԃ�M{�$o�3�G�塺�H�I�gT�S�\�G6�@.)f.?�E$����d���!>��ׄ����o'6�Y���endstream
+���E.G.G�L�31�P^����΃0�X�-`�n����`���3�f���s�a��HdX5K��TQha�k ���(��"Y:	�)��xw���#E��Ԃ�M{�$o�3�G�塺�H�I�gT�S�\�G6�@.)f.?�E$����d���!>��ׄ�g��o'6�XI��endstream
 endobj
-4522 0 obj <<
+4608 0 obj <<
 /Type /Page
-/Contents 4523 0 R
-/Resources 4521 0 R
+/Contents 4609 0 R
+/Resources 4607 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4441 0 R
-/Annots [ 4544 0 R ]
+/Parent 4490 0 R
+/Annots [ 4630 0 R ]
 >> endobj
-4544 0 obj <<
+4630 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [477.0161 456.5853 523.8667 467.1676]
 /Subtype /Link
 /A << /S /GoTo /D (cust-change-permissions) >>
 >> endobj
-4524 0 obj <<
-/D [4522 0 R /XYZ 71.731 729.2652 null]
+4610 0 obj <<
+/D [4608 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1957 0 obj <<
-/D [4522 0 R /XYZ 71.731 741.2204 null]
+1986 0 obj <<
+/D [4608 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-4525 0 obj <<
-/D [4522 0 R /XYZ 71.731 718.3063 null]
+4611 0 obj <<
+/D [4608 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-4526 0 obj <<
-/D [4522 0 R /XYZ 71.731 706.1869 null]
+4612 0 obj <<
+/D [4608 0 R /XYZ 71.731 706.1869 null]
 >> endobj
-4527 0 obj <<
-/D [4522 0 R /XYZ 91.6563 690.4109 null]
+4613 0 obj <<
+/D [4608 0 R /XYZ 91.6563 690.4109 null]
 >> endobj
-4528 0 obj <<
-/D [4522 0 R /XYZ 71.731 667.3973 null]
+4614 0 obj <<
+/D [4608 0 R /XYZ 71.731 667.3973 null]
 >> endobj
-4529 0 obj <<
-/D [4522 0 R /XYZ 91.6563 649.5641 null]
+4615 0 obj <<
+/D [4608 0 R /XYZ 91.6563 649.5641 null]
 >> endobj
-4530 0 obj <<
-/D [4522 0 R /XYZ 71.731 637.4447 null]
+4616 0 obj <<
+/D [4608 0 R /XYZ 71.731 637.4447 null]
 >> endobj
-4531 0 obj <<
-/D [4522 0 R /XYZ 71.731 624.4932 null]
+4617 0 obj <<
+/D [4608 0 R /XYZ 71.731 624.4932 null]
 >> endobj
-4532 0 obj <<
-/D [4522 0 R /XYZ 91.6563 608.7173 null]
+4618 0 obj <<
+/D [4608 0 R /XYZ 91.6563 608.7173 null]
 >> endobj
-4533 0 obj <<
-/D [4522 0 R /XYZ 71.731 596.5978 null]
+4619 0 obj <<
+/D [4608 0 R /XYZ 71.731 596.5978 null]
 >> endobj
-4534 0 obj <<
-/D [4522 0 R /XYZ 71.731 583.6464 null]
+4620 0 obj <<
+/D [4608 0 R /XYZ 71.731 583.6464 null]
 >> endobj
-4535 0 obj <<
-/D [4522 0 R /XYZ 91.6563 567.8705 null]
+4621 0 obj <<
+/D [4608 0 R /XYZ 91.6563 567.8705 null]
 >> endobj
-4536 0 obj <<
-/D [4522 0 R /XYZ 71.731 555.751 null]
+4622 0 obj <<
+/D [4608 0 R /XYZ 71.731 555.751 null]
 >> endobj
-4537 0 obj <<
-/D [4522 0 R /XYZ 71.731 544.8569 null]
+4623 0 obj <<
+/D [4608 0 R /XYZ 71.731 544.8569 null]
 >> endobj
-4538 0 obj <<
-/D [4522 0 R /XYZ 91.6563 527.0236 null]
+4624 0 obj <<
+/D [4608 0 R /XYZ 91.6563 527.0236 null]
 >> endobj
-4539 0 obj <<
-/D [4522 0 R /XYZ 71.731 516.9615 null]
+4625 0 obj <<
+/D [4608 0 R /XYZ 71.731 516.9615 null]
 >> endobj
-4540 0 obj <<
-/D [4522 0 R /XYZ 71.731 501.9527 null]
+4626 0 obj <<
+/D [4608 0 R /XYZ 71.731 501.9527 null]
 >> endobj
-4541 0 obj <<
-/D [4522 0 R /XYZ 91.6563 486.1768 null]
+4627 0 obj <<
+/D [4608 0 R /XYZ 91.6563 486.1768 null]
 >> endobj
-4542 0 obj <<
-/D [4522 0 R /XYZ 71.731 484.02 null]
+4628 0 obj <<
+/D [4608 0 R /XYZ 71.731 484.02 null]
 >> endobj
-4543 0 obj <<
-/D [4522 0 R /XYZ 71.731 469.076 null]
+4629 0 obj <<
+/D [4608 0 R /XYZ 71.731 469.076 null]
 >> endobj
-1955 0 obj <<
-/D [4522 0 R /XYZ 71.731 421.7185 null]
+1984 0 obj <<
+/D [4608 0 R /XYZ 71.731 421.7185 null]
 >> endobj
-862 0 obj <<
-/D [4522 0 R /XYZ 275.2321 376.4642 null]
+882 0 obj <<
+/D [4608 0 R /XYZ 275.2321 376.4642 null]
 >> endobj
-4545 0 obj <<
-/D [4522 0 R /XYZ 71.731 364.293 null]
+4631 0 obj <<
+/D [4608 0 R /XYZ 71.731 364.293 null]
 >> endobj
-1956 0 obj <<
-/D [4522 0 R /XYZ 71.731 327.219 null]
+1985 0 obj <<
+/D [4608 0 R /XYZ 71.731 327.219 null]
 >> endobj
-866 0 obj <<
-/D [4522 0 R /XYZ 174.0752 289.6299 null]
+886 0 obj <<
+/D [4608 0 R /XYZ 174.0752 289.6299 null]
 >> endobj
-4546 0 obj <<
-/D [4522 0 R /XYZ 71.731 279.4872 null]
+4632 0 obj <<
+/D [4608 0 R /XYZ 71.731 279.4872 null]
 >> endobj
-4547 0 obj <<
-/D [4522 0 R /XYZ 71.731 262.3672 null]
+4633 0 obj <<
+/D [4608 0 R /XYZ 71.731 262.3672 null]
 >> endobj
-4548 0 obj <<
-/D [4522 0 R /XYZ 71.731 220.5889 null]
+4634 0 obj <<
+/D [4608 0 R /XYZ 71.731 220.5889 null]
 >> endobj
-4549 0 obj <<
-/D [4522 0 R /XYZ 71.731 174.6959 null]
+4635 0 obj <<
+/D [4608 0 R /XYZ 71.731 174.6959 null]
 >> endobj
-4550 0 obj <<
-/D [4522 0 R /XYZ 71.731 143.8118 null]
+4636 0 obj <<
+/D [4608 0 R /XYZ 71.731 143.8118 null]
 >> endobj
-4521 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
+4607 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4553 0 obj <<
+4639 0 obj <<
 /Length 2612      
 /Filter /FlateDecode
 >>
@@ -19457,74 +19875,74 @@ M
 Z3�\,�K��B�K�߱VʲŮ[j��Y�ؓ�]+�hޞ�ee��F�p{����\����uc�����$W�e�L���.����l656���R�T����+�ԵR��u ]hY�!c?��B���p0XD@��
 9��D v�|1�x��� �:�iG���`r���C�,�3"��IZ��$*Ifx�$�� {I����|<N��7)��km6�6x��9���Uɾ���4�ZUw�=�}Q��i�����3l������侞��Xt�Ú�%`AdfCo<��V
q#=q�؂�f|&�Wj�+���zR ��+A[�T(�k$*���x
 [��Ꮵ+��{�rBw�U�����,xk���Z���-�"����n�j������]]3T�{�90�l�Xl)��Zt�m���6_�>Ctr7��}�e�ow_�?��}\4v>?<20b�Q�e�2*��z��H���T�j�YM�ٛ�x�-��m2�e��b�8�d[/s�p�4����*�8@��L�%�!A�����H�(�\2���|�ѕ�L��xd싷3���:�;OwA���7�FV�!G}��W}��
8��P����r�k��h��rK=	ө��)��-����Vr�q�^Uoy.�6"KIi�I].ZQbN�B=��0�7}O�,����"���Ὤ����I=�I=E�N����Z�ۙ Œ��v��;� Y�˽c󄅡4?0D鬾�LGKa	8&���j<�.��<�2�oEH�?�n{�n�r�V����W<< ����ux`C ̡�(��3Ql\F,qK(�p*�'ij�(1�Z�6.�5V���<ю�|4C!�Jhi�o.�&$0�c��x+��:y�{�fQ��������+u;�}{�aj�i�vM$�i�Z�bObr���"P,��X���pN��@b��0F������[(Όhm�pr|�x��r:)>�5���	�I���W��E��eqv�Z�Q-�y�nE��6��8�c���G�>�t0��ʙڬ�Y��rN��4�/�;�Pm;kJ���u]�S:A�Ęc+zdF��?���O'��Jy6_/U>��ǡ�aL�c�>���i�&m�JU��S/��ׄ�ĝ���ʛ=����G�D�4�=yb{r�[�]���k�C2�41"���)���G[�=6M�}��c�����1��Z!i_;{G!݌�ř�o��6�	=7�SZ��,O&q6����f�e��6@
-�ɬ)��1_n�_P�T�R��]�q��D�gּ��R���odJz~�Y�"3����sf��Y� (?ᅩ�zq���)'8/����q�,��P&����+�����endstream
+�ɬ)��1_n�_P�T�R��]�q��D�gּ��R���odJz~�Y�"3����sf��Y� (?ᅩ�zq���)'8/����q�,��P&����+��ͦ�endstream
 endobj
-4552 0 obj <<
+4638 0 obj <<
 /Type /Page
-/Contents 4553 0 R
-/Resources 4551 0 R
+/Contents 4639 0 R
+/Resources 4637 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4441 0 R
+/Parent 4490 0 R
 >> endobj
-4554 0 obj <<
-/D [4552 0 R /XYZ 71.731 729.2652 null]
+4640 0 obj <<
+/D [4638 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-870 0 obj <<
-/D [4552 0 R /XYZ 165.3097 651.0386 null]
+890 0 obj <<
+/D [4638 0 R /XYZ 165.3097 651.0386 null]
 >> endobj
-4555 0 obj <<
-/D [4552 0 R /XYZ 71.731 643.6863 null]
+4641 0 obj <<
+/D [4638 0 R /XYZ 71.731 643.6863 null]
 >> endobj
-4556 0 obj <<
-/D [4552 0 R /XYZ 71.731 623.7759 null]
+4642 0 obj <<
+/D [4638 0 R /XYZ 71.731 623.7759 null]
 >> endobj
-4557 0 obj <<
-/D [4552 0 R /XYZ 71.731 574.0275 null]
+4643 0 obj <<
+/D [4638 0 R /XYZ 71.731 574.0275 null]
 >> endobj
-4558 0 obj <<
-/D [4552 0 R /XYZ 71.731 559.0835 null]
+4644 0 obj <<
+/D [4638 0 R /XYZ 71.731 559.0835 null]
 >> endobj
-4559 0 obj <<
-/D [4552 0 R /XYZ 71.731 507.9751 null]
+4645 0 obj <<
+/D [4638 0 R /XYZ 71.731 507.9751 null]
 >> endobj
-4560 0 obj <<
-/D [4552 0 R /XYZ 71.731 461.9826 null]
+4646 0 obj <<
+/D [4638 0 R /XYZ 71.731 461.9826 null]
 >> endobj
-1958 0 obj <<
-/D [4552 0 R /XYZ 71.731 412.2342 null]
+1987 0 obj <<
+/D [4638 0 R /XYZ 71.731 412.2342 null]
 >> endobj
-874 0 obj <<
-/D [4552 0 R /XYZ 211.4968 377.863 null]
+894 0 obj <<
+/D [4638 0 R /XYZ 211.4968 377.863 null]
 >> endobj
-4561 0 obj <<
-/D [4552 0 R /XYZ 71.731 369.2255 null]
+4647 0 obj <<
+/D [4638 0 R /XYZ 71.731 369.2255 null]
 >> endobj
-4562 0 obj <<
-/D [4552 0 R /XYZ 71.731 312.9415 null]
+4648 0 obj <<
+/D [4638 0 R /XYZ 71.731 312.9415 null]
 >> endobj
-4563 0 obj <<
-/D [4552 0 R /XYZ 71.731 269.1059 null]
+4649 0 obj <<
+/D [4638 0 R /XYZ 71.731 269.1059 null]
 >> endobj
-4564 0 obj <<
-/D [4552 0 R /XYZ 71.731 238.2217 null]
+4650 0 obj <<
+/D [4638 0 R /XYZ 71.731 238.2217 null]
 >> endobj
-4565 0 obj <<
-/D [4552 0 R /XYZ 71.731 207.3376 null]
+4651 0 obj <<
+/D [4638 0 R /XYZ 71.731 207.3376 null]
 >> endobj
-1959 0 obj <<
-/D [4552 0 R /XYZ 71.731 189.4048 null]
+1988 0 obj <<
+/D [4638 0 R /XYZ 71.731 189.4048 null]
 >> endobj
-878 0 obj <<
-/D [4552 0 R /XYZ 255.5989 156.0946 null]
+898 0 obj <<
+/D [4638 0 R /XYZ 255.5989 156.0946 null]
 >> endobj
-4566 0 obj <<
-/D [4552 0 R /XYZ 71.731 147.4571 null]
+4652 0 obj <<
+/D [4638 0 R /XYZ 71.731 147.4571 null]
 >> endobj
-4551 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
+4637 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4569 0 obj <<
+4655 0 obj <<
 /Length 2072      
 /Filter /FlateDecode
 >>
@@ -19534,71 +19952,71 @@ xڝM
 3�j�h�V�o:`f$�~C�E
fac�<ABlM'Ke��ɿ,���!�J��W'�Q�ž�)^T�r�в��	�p �Ӎ��6�߂H$�V4]-7��F�}�il�/��V�ʯ\�T���/	k����Ѡ�s���Q��d��'� u��Rv������<[mh���jf&^�!pg��A��i,H�I�Ӝ���Ԁqj
�(;ds"O"����ޥ-�Ԏp,����@�����8���m1`�G1 ����j�2;�����騭�`����r�h<�X�dt-��P���J��'�R�.�ꚀN�Q\��9�L����]��P�4��$ͧq�\/H�8��#4�[�N����t#ك���Z~�d�;�…�����b�`�
�bN$��{zea����ӓrE��9���9.�&��O�L�Ț��}�r��J<�]�{,r�8����:)zC+p����O��l�ڦ�KY)f{��%�u�"��;�E�"qq��Ʌ?�f(��j�X���S�W}?ռy����Y ^\�y�`H�Rp�����\�	�5��<lr�Ь<��vN(���w��p`�{}3�C-��}E�_?r
 ��8]/�E��ol���6P�1��yҐmh�����Xa�����oA!�H9{w䳉�k��(>������s�kfI�����t���O2\;�G��ѣl�:ӟ<�j�W�/
 S?Bg�`���
-8[[����9�o�Cq��&��cȈt��<X��Tm������J���y9�f96M�d�3a8��{ʎ��p�!�Z�×o4�o�Bx*-8�^�ET�M���Eg�l�:���h�j��	�G�"M�T
ރ�93��H���ٛ��<!$!2.]�����n:��s3�v�^�Y�e!��Z�Vf�h��9/R��>��F�D/ۗIc�şTL�'�o3q�BȬ�/>�~����$��&�w�B�����W�خq��c��_��,�0��N�R�ϳ#V6��	z����m��d�a<�,g��[��Q6�"c��̂�{Mt���2�r�}�*�iKJ�����Gl�E_^m������5�V<1c���N�  άY��N5�us���V]��^�?Rj%����YQ����r۵���X�&([�<���Gy�b^�cAQ�XS�ħ+��ˆ��m�H��PFUo���C��`�;6���U��K�0���3M�Xr#ț�Z�?������?�⭽�]��
n4}��w��1:�y�����{��]\��x�?|T���ݽ\<endstream
+8[[����9�o�Cq��&��cȈt��<X��Tm������J���y9�f96M�d�3a8��{ʎ��p�!�Z�×o4�o�Bx*-8�^�ET�M���Eg�l�:���h�j��	�G�"M�T
ރ�93��H���ٛ��<!$!2.]�����n:��s3�v�^�Y�e!��Z�Vf�h��9/R��>��F�D/ۗIc�şTL�'�o3q�BȬ�/>�~����$��&�w�B�����W�خq��c��_��,�0��N�R�ϳ#V6��	z����m��d�a<�,g��[��Q6�"c��̂�{Mt���2�r�}�*�iKJ�����Gl�E_^m������5�V<1c���N�  άY��N5�us���V]��^�?Rj%����YQ����r۵���X�&([�<���Gy�b^�cAQ�XS�ħ+��ˆ��m�H��PFUo���C��`�;6���U��K�0���3M�Xr#ț�Z�?������?�⭽�]��
n4}��w��1:�y�����{��]\��xL>|T�����\=endstream
 endobj
-4568 0 obj <<
+4654 0 obj <<
 /Type /Page
-/Contents 4569 0 R
-/Resources 4567 0 R
+/Contents 4655 0 R
+/Resources 4653 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4441 0 R
+/Parent 4669 0 R
 >> endobj
-4570 0 obj <<
-/D [4568 0 R /XYZ 71.731 729.2652 null]
+4656 0 obj <<
+/D [4654 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4571 0 obj <<
-/D [4568 0 R /XYZ 71.731 741.2204 null]
+4657 0 obj <<
+/D [4654 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-4572 0 obj <<
-/D [4568 0 R /XYZ 71.731 718.3063 null]
+4658 0 obj <<
+/D [4654 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1960 0 obj <<
-/D [4568 0 R /XYZ 71.731 668.3288 null]
+1989 0 obj <<
+/D [4654 0 R /XYZ 71.731 668.3288 null]
 >> endobj
-882 0 obj <<
-/D [4568 0 R /XYZ 159.5974 625.2314 null]
+902 0 obj <<
+/D [4654 0 R /XYZ 159.5974 625.2314 null]
 >> endobj
-4573 0 obj <<
-/D [4568 0 R /XYZ 71.731 612.7934 null]
+4659 0 obj <<
+/D [4654 0 R /XYZ 71.731 612.7934 null]
 >> endobj
-4574 0 obj <<
-/D [4568 0 R /XYZ 71.731 583.5826 null]
+4660 0 obj <<
+/D [4654 0 R /XYZ 71.731 583.5826 null]
 >> endobj
-4575 0 obj <<
-/D [4568 0 R /XYZ 71.731 552.6984 null]
+4661 0 obj <<
+/D [4654 0 R /XYZ 71.731 552.6984 null]
 >> endobj
-4576 0 obj <<
-/D [4568 0 R /XYZ 71.731 495.9114 null]
+4662 0 obj <<
+/D [4654 0 R /XYZ 71.731 495.9114 null]
 >> endobj
-4577 0 obj <<
-/D [4568 0 R /XYZ 71.731 465.0272 null]
+4663 0 obj <<
+/D [4654 0 R /XYZ 71.731 465.0272 null]
 >> endobj
-4578 0 obj <<
-/D [4568 0 R /XYZ 71.731 434.143 null]
+4664 0 obj <<
+/D [4654 0 R /XYZ 71.731 434.143 null]
 >> endobj
-4579 0 obj <<
-/D [4568 0 R /XYZ 71.731 403.2588 null]
+4665 0 obj <<
+/D [4654 0 R /XYZ 71.731 403.2588 null]
 >> endobj
-4580 0 obj <<
-/D [4568 0 R /XYZ 71.731 359.4232 null]
+4666 0 obj <<
+/D [4654 0 R /XYZ 71.731 359.4232 null]
 >> endobj
-1961 0 obj <<
-/D [4568 0 R /XYZ 71.731 315.5876 null]
+1990 0 obj <<
+/D [4654 0 R /XYZ 71.731 315.5876 null]
 >> endobj
-886 0 obj <<
-/D [4568 0 R /XYZ 182.7004 272.4901 null]
+906 0 obj <<
+/D [4654 0 R /XYZ 182.7004 272.4901 null]
 >> endobj
-4581 0 obj <<
-/D [4568 0 R /XYZ 71.731 260.0521 null]
+4667 0 obj <<
+/D [4654 0 R /XYZ 71.731 260.0521 null]
 >> endobj
-4582 0 obj <<
-/D [4568 0 R /XYZ 71.731 209.9198 null]
+4668 0 obj <<
+/D [4654 0 R /XYZ 71.731 209.9198 null]
 >> endobj
-4567 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+4653 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4585 0 obj <<
+4672 0 obj <<
 /Length 2521      
 /Filter /FlateDecode
 >>
@@ -19615,86 +20033,86 @@ qW
 �"�p(���(D⇦� ��y�}[��L�Cข�˲"&uɕ���
Dg>x��~IO�ri�\���K-ci����zH�	|�������w�p���@����a��#8�rBmyD�&�%���霿u)���*�N�&'�㜍����$�t'�5����$�^Q*��H���b֙�W��A�X�;*	��$�e
 ��+œ?m�=�W �
 .��%q�����pF>{pB�!Z��B���h*��Q������
-����g���x�|�*���߯^��W���^-�Ƈ"|����>�����e*�I~����d*�y>\h�̼���DX���)hendstream
+����g���x�|�*���߯^��W���^-�Ƈ"|����>�����e*�I~����d*�y>\h�̾���DX���)iendstream
 endobj
-4584 0 obj <<
+4671 0 obj <<
 /Type /Page
-/Contents 4585 0 R
-/Resources 4583 0 R
+/Contents 4672 0 R
+/Resources 4670 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4601 0 R
-/Annots [ 4590 0 R 4593 0 R ]
+/Parent 4669 0 R
+/Annots [ 4677 0 R 4680 0 R ]
 >> endobj
-4590 0 obj <<
+4677 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [137.4191 566.6638 191.7475 575.4349]
 /Subtype /Link
 /A << /S /GoTo /D (installation-whining) >>
 >> endobj
-4593 0 obj <<
+4680 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [363.9329 516.7411 419.5802 527.2157]
 /Subtype /Link
 /A << /S /GoTo /D (installation-whining-cron) >>
 >> endobj
-4586 0 obj <<
-/D [4584 0 R /XYZ 71.731 729.2652 null]
+4673 0 obj <<
+/D [4671 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4587 0 obj <<
-/D [4584 0 R /XYZ 118.5554 689.7049 null]
+4674 0 obj <<
+/D [4671 0 R /XYZ 118.5554 689.7049 null]
 >> endobj
-4588 0 obj <<
-/D [4584 0 R /XYZ 118.5554 650.9517 null]
+4675 0 obj <<
+/D [4671 0 R /XYZ 118.5554 650.9517 null]
 >> endobj
-4589 0 obj <<
-/D [4584 0 R /XYZ 71.731 586.0949 null]
+4676 0 obj <<
+/D [4671 0 R /XYZ 71.731 586.0949 null]
 >> endobj
-4591 0 obj <<
-/D [4584 0 R /XYZ 76.7123 551.2063 null]
+4678 0 obj <<
+/D [4671 0 R /XYZ 76.7123 551.2063 null]
 >> endobj
-4592 0 obj <<
-/D [4584 0 R /XYZ 71.731 531.281 null]
+4679 0 obj <<
+/D [4671 0 R /XYZ 71.731 531.281 null]
 >> endobj
-1962 0 obj <<
-/D [4584 0 R /XYZ 76.7123 490.0357 null]
+1991 0 obj <<
+/D [4671 0 R /XYZ 76.7123 490.0357 null]
 >> endobj
-890 0 obj <<
-/D [4584 0 R /XYZ 188.1488 450.6633 null]
+910 0 obj <<
+/D [4671 0 R /XYZ 188.1488 450.6633 null]
 >> endobj
-4594 0 obj <<
-/D [4584 0 R /XYZ 71.731 443.311 null]
+4681 0 obj <<
+/D [4671 0 R /XYZ 71.731 443.311 null]
 >> endobj
-4595 0 obj <<
-/D [4584 0 R /XYZ 71.731 410.4492 null]
+4682 0 obj <<
+/D [4671 0 R /XYZ 71.731 410.4492 null]
 >> endobj
-4596 0 obj <<
-/D [4584 0 R /XYZ 71.731 353.6621 null]
+4683 0 obj <<
+/D [4671 0 R /XYZ 71.731 353.6621 null]
 >> endobj
-1963 0 obj <<
-/D [4584 0 R /XYZ 71.731 323.1516 null]
+1992 0 obj <<
+/D [4671 0 R /XYZ 71.731 323.1516 null]
 >> endobj
-894 0 obj <<
-/D [4584 0 R /XYZ 243.7971 285.5624 null]
+914 0 obj <<
+/D [4671 0 R /XYZ 243.7971 285.5624 null]
 >> endobj
-4597 0 obj <<
-/D [4584 0 R /XYZ 71.731 275.1974 null]
+4684 0 obj <<
+/D [4671 0 R /XYZ 71.731 275.1974 null]
 >> endobj
-4598 0 obj <<
-/D [4584 0 R /XYZ 71.731 232.3969 null]
+4685 0 obj <<
+/D [4671 0 R /XYZ 71.731 232.3969 null]
 >> endobj
-4599 0 obj <<
-/D [4584 0 R /XYZ 71.731 193.5426 null]
+4686 0 obj <<
+/D [4671 0 R /XYZ 71.731 193.5426 null]
 >> endobj
-4600 0 obj <<
-/D [4584 0 R /XYZ 118.5554 154.9786 null]
+4687 0 obj <<
+/D [4671 0 R /XYZ 118.5554 154.9786 null]
 >> endobj
-4583 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R >>
+4670 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F44 2183 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4604 0 obj <<
+4690 0 obj <<
 /Length 2750      
 /Filter /FlateDecode
 >>
@@ -19707,248 +20125,247 @@ rH
 ��2a�/0e-BK��$�q@�NN��@��Z&��N`�W�7
�[$9��(	!���*���Bx:I��2��UcVG�
 XC�H�֖\�,vB�s�@����O�!;M�,�W��R+�l�8��o1yC!t�uv*
�ԇ��)HR:���PV�P)y ��uL�7dd�l
 T�'����V�J�Q΍p@nD�čdTSj�x���_oi/�?���G���[���1`���u�{�Sk�i;h�Y�g��?d�i�RE�?���˿,~�
5\���W�M���i�����eu�PA��_��̋��?V����Q4��:
-R�W��R�S���#fv�?C�endstream
+R�W��R�����G��C��endstream
 endobj
-4603 0 obj <<
+4689 0 obj <<
 /Type /Page
-/Contents 4604 0 R
-/Resources 4602 0 R
+/Contents 4690 0 R
+/Resources 4688 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4601 0 R
-/Annots [ 4613 0 R ]
+/Parent 4669 0 R
+/Annots [ 4699 0 R ]
 >> endobj
-4613 0 obj <<
+4699 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [191.6402 347.0138 245.9362 357.9177]
 /Subtype /Link
 /A << /S /GoTo /D (list) >>
 >> endobj
-4605 0 obj <<
-/D [4603 0 R /XYZ 71.731 729.2652 null]
+4691 0 obj <<
+/D [4689 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4606 0 obj <<
-/D [4603 0 R /XYZ 71.731 718.3063 null]
+4692 0 obj <<
+/D [4689 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-4607 0 obj <<
-/D [4603 0 R /XYZ 71.731 675.3027 null]
+4693 0 obj <<
+/D [4689 0 R /XYZ 71.731 675.3027 null]
 >> endobj
-4608 0 obj <<
-/D [4603 0 R /XYZ 71.731 623.497 null]
+4694 0 obj <<
+/D [4689 0 R /XYZ 71.731 623.497 null]
 >> endobj
-4609 0 obj <<
-/D [4603 0 R /XYZ 71.731 608.553 null]
+4695 0 obj <<
+/D [4689 0 R /XYZ 71.731 608.553 null]
 >> endobj
-1964 0 obj <<
-/D [4603 0 R /XYZ 71.731 536.1893 null]
+1993 0 obj <<
+/D [4689 0 R /XYZ 71.731 536.1893 null]
 >> endobj
-898 0 obj <<
-/D [4603 0 R /XYZ 243.5245 496.8169 null]
+918 0 obj <<
+/D [4689 0 R /XYZ 243.5245 496.8169 null]
 >> endobj
-4610 0 obj <<
-/D [4603 0 R /XYZ 71.731 486.4519 null]
+4696 0 obj <<
+/D [4689 0 R /XYZ 71.731 486.4519 null]
 >> endobj
-4611 0 obj <<
-/D [4603 0 R /XYZ 71.731 443.6514 null]
+4697 0 obj <<
+/D [4689 0 R /XYZ 71.731 443.6514 null]
 >> endobj
-4612 0 obj <<
-/D [4603 0 R /XYZ 71.731 412.7672 null]
+4698 0 obj <<
+/D [4689 0 R /XYZ 71.731 412.7672 null]
 >> endobj
-4614 0 obj <<
-/D [4603 0 R /XYZ 71.731 348.01 null]
+4700 0 obj <<
+/D [4689 0 R /XYZ 71.731 348.01 null]
 >> endobj
-4615 0 obj <<
-/D [4603 0 R /XYZ 71.731 333.0661 null]
+4701 0 obj <<
+/D [4689 0 R /XYZ 71.731 333.0661 null]
 >> endobj
-4616 0 obj <<
-/D [4603 0 R /XYZ 71.731 284.0149 null]
+4702 0 obj <<
+/D [4689 0 R /XYZ 71.731 284.0149 null]
 >> endobj
-4617 0 obj <<
-/D [4603 0 R /XYZ 71.731 238.0225 null]
+4703 0 obj <<
+/D [4689 0 R /XYZ 71.731 238.0225 null]
 >> endobj
-4618 0 obj <<
-/D [4603 0 R /XYZ 71.731 214.1769 null]
+4704 0 obj <<
+/D [4689 0 R /XYZ 71.731 214.1769 null]
 >> endobj
-4619 0 obj <<
-/D [4603 0 R /XYZ 118.5554 175.6129 null]
+4705 0 obj <<
+/D [4689 0 R /XYZ 118.5554 175.6129 null]
 >> endobj
-1965 0 obj <<
-/D [4603 0 R /XYZ 71.731 133.572 null]
+1994 0 obj <<
+/D [4689 0 R /XYZ 71.731 133.572 null]
 >> endobj
-4602 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R >>
+4688 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4622 0 obj <<
+4708 0 obj <<
 /Length 676       
 /Filter /FlateDecode
 >>
 stream
 x�}TMo�0��@{2R��7�c��j��nUۃfA�] ����f%�8�3���͌1���h�P�p��3%Y��\�݆�.`vk��~s���(Ùb*ڗ��s%�(����Ѿ���+}�)�1I�İ��uw���x�]7���?ln�KR��������Km�GT`.���2I�SA@�Ĕc�%%)��c*��r�ט��xӕ�#� �{��?Y�N�#�2!'�O]n�9��َ��t�z�I�C��N�L�=��݇����+S����.��OFO	�+���+���VWF�H���±^^۶��-ᆰc�z0~���.��)Ù�b��Z��:�v7��0!�۴�>�m���@�$�u��.m`�����	��܏S�|j��0$�nHJ�!Q7/&��Š>I�h��B��Lb��L���˓)t����:��<h��w���{�i ���n�*Lc�^�¹S7\����qLN��_h�*d�~6��n��
-n�[����0��{’��x4����C5L3�ͭ�Q��T��&�:�.�%�F���l��	(��r݁[7�0�kmQ���
ѩU�u�\<��y�����{H���;�]��,���ܶ�0����J^�н^���s��_�{��?j�)N����֮0/�Z�RLh�-L^N*�������z�endstream
+n�[����0��{’��x4����C5L3�ͭ�Q��T��&�:�.�%�F���l��	(��r݁[7�0�kmQ���
ѩU�u�\<��y�����{H���;�]��,���ܶ�0����J^�н^���s��_�{��?j�)N����֮0/�Z�RLh�-L^N*�������z�endstream
 endobj
-4621 0 obj <<
+4707 0 obj <<
 /Type /Page
-/Contents 4622 0 R
-/Resources 4620 0 R
+/Contents 4708 0 R
+/Resources 4706 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4601 0 R
+/Parent 4669 0 R
 >> endobj
-4623 0 obj <<
-/D [4621 0 R /XYZ 71.731 729.2652 null]
+4709 0 obj <<
+/D [4707 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-902 0 obj <<
-/D [4621 0 R /XYZ 266.3635 707.8408 null]
+922 0 obj <<
+/D [4707 0 R /XYZ 266.3635 707.8408 null]
 >> endobj
-4624 0 obj <<
-/D [4621 0 R /XYZ 71.731 697.4758 null]
+4710 0 obj <<
+/D [4707 0 R /XYZ 71.731 697.4758 null]
 >> endobj
-4625 0 obj <<
-/D [4621 0 R /XYZ 71.731 672.608 null]
+4711 0 obj <<
+/D [4707 0 R /XYZ 71.731 672.608 null]
 >> endobj
-4626 0 obj <<
-/D [4621 0 R /XYZ 71.731 657.6641 null]
+4712 0 obj <<
+/D [4707 0 R /XYZ 71.731 657.6641 null]
 >> endobj
-4620 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F44 2154 0 R >>
+4706 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4629 0 obj <<
+4715 0 obj <<
 /Length 2191      
 /Filter /FlateDecode
 >>
 stream
-xڍXK��6�ϯ0rY�ER|(9�+�`���fj����%C�tz~�V�HY��3�.��b���W)���pf$���	�Ī<�IWX��
,��L(�a���QҰ�
-��̅�߾y�YȕH�VV����T2!�j��o��X�׭7��D3��0�C{��V́&ޏ��U]��m�B�a������`���Ԍ_I!��S��a�Y�,נ.m�)��y:g#�M��n�B%�=���iah��X�E����*q�r�:׎�{<��=�>0]X/��@��%�6;�9�}_=�/Q��%����T\Po��	�𤣵x���ڦ�6�[s�r�3�sŀ*�4)�q��4����H27f���y��0�~l���?��o>m��	Ѡ�a�d|1��f�D�eVt&峸���R��N̘�^<����Bش��%�,g:��Z�ߊ'4ĵm{�:L�ׁ�#ME�e)�8�U�o�����Y���O�9��<��}�=�m3t��B��2ae��U�+��{Yk��ל�`{�川5cz�Y���Z8�8kA�g͕�8K��Y�w���b 
-�Z`Q!~?O����͸Ln&�)N.n��)4\#i��~��(��Â?-T��D�
�1����m�x9�{-62SL(W5�*���1�In������Ƃ(a���Y��_{��
@�J
-�,dO &��v7���|��$�"�.^��~��5���!�<��w�xf�:p�Q^ԩ�Y�]T�o�zvݩ�:�R��+�m��ח���-R�k��hySp%�:��v;b��K�A��H�=d�\��	�����g�/����{�*�̛���u�Z+��M���uEM��;��4�	�|ޓ��Z�4�z�d���J���d����Ѩ��s�
U9�EGc�7Qm��8�*�o���\��jp
-�Va.��E�ۣBt|�ݐ8B'�{���aF~�������X�/�49O��k0(X�t�A"���Z��N�z�^ޗ�E�v�����+ ��j�����2��~�y�d`������0�w���vO33��c4�ַ<X
-AN�4�v�%0��8ʸ�V�$��A���Du8'�`Ƚ_��S9��0G5'HDn�C��eU=M<��C{�}/4χ��Eh�.-��U���Iv��=���b�خM�tt.\q��@�b�Ӱnˢ���
g�{�d��4S�V`�'��hb����d�������X�b�!�x&g������g�M]4����ٹ�o��z|�1�^y�.�}���r�gk;}W=E��D}�U��EU����i��2��JJ�L��E�6s�{s'-��֤��}�B���8��o�0q}G�{iS���1�iA@���̙4BN���Z�>��Ϛԧ��n,1	^)])�"�����ɪd���h�N�I�_�N�aJ#�)Hh�D��Rjp%Oy`�[t9�ـ�&�I����C]�U���O8�X���i�A���r�]�Wxa�_a���Ü��Q�Vp����yc	��9����Z��g�2G�x�x6	��Q�p����lOQt�P��9U�ǥ�0ICjI�NG���f:󞣅j	���0�fa����SfTnf�ӡ"��ܥ���^:
��j-o��a�T-��u|*Ǯ�J��ۖ��A�D���{�r,��f
-�e���<����5r��*$�i_	;��pj!! ��<[z�����gGh�!;|q�Xo^��*L�	���|�-����ǔ�zʹ�W�ߖ�i
-9,��AC��B�:��O� N�dR�:��8{Ž��p�5���Y��)gRY�&5`YK�!����]�X��6��N�d�`o�δ4� �Ax���
-FX�/.�bo�k4H��k��x����4�B�	��9n
�������:����YG��5�V��4ն���(��죬��\Q���o��AF<�18X���P
�J��ܠ����cH�
-ߞDӡ��/G/�hG���.�N%H�*�Q�������&��M;,[D�n���E����W�N0�4�ժ�UчOS_ߦq�k�lBAï���8�}�>^�)���D�C�[� Mĕ@4$q�:�����2�g@wr~#��L���KA/�u*V���n�f`yh�xd���(l2�l&�Ѡ���|�3[f��3`&�`*��|�����#���~&,��\)�endstream
+xڍXK��6�ϯ0rY�ER|(9�+�`���fj����%C�tz~�V�HY��3�*��b���W)���pf$|D΄VbU�ޤ�,���Lk&�0XX�(iXn�^m�B�o�<�,�J�L+�V��tT*��z���7�p,΃��al�}?��О��Us�����kU����_�Pn��*C�)( Xj��5�WR���T5}�mV9�5�K�gJ��o���m���۵P�s��<yiGZZ���H���\%�XNc=T���z��2��G����e��_���fG3����%*ӷ�0�U������<�t�/X���xk.X�x�o]v�P%�&}�/N��@��Jo�$s�qc�����Ƕ*]�#���v��
�fM�C+�l�LXfAgR>���	/����Č)���#o�¦E.�d9ӹ4�J�V<�!�m�CX�a���i*j,K!��y���	>:�f�Vt�>��Ld�O���P���U��o˄��{Wu���e�U�^s�����v֌�ugE��:k����5W��,�{g��b?��@����B�u�~���	�1��q��LtS�\��/xSh�F�ܛ���Qt��Z�����|Dc,!�c		��n�r\�Zld��0P*�j�Ul-)c��dAO��Q�`#�Z)��n����$HY Ȟ@L���n���sIBE:]�
++��
+k8~��!�<��w�xf�:p�Q^ԩ·,®���T=��TAo��ܕ޶C��K�y�)�ud���)��pF]�1U䥎� �n$�2y�|������X�3}�>|����ϼ9l�]���RI��k\W�4��s{�J�����=ə�EMc�wK�����j:�H�
+<)�
+Z<�P�c]t4�{�6�o��r���?�ͅ
��k�[$>�=*T@�'��
�#tr�'�f��OM�>�a����b�J��$���R�UJ$ڮ5��t�����U�}�]P�nw����2����K,���W8A���m�h���S{�j�j�43\9F�pl}˃��QpK�n�]3��.����au�IrO�	zAJT��p"����h;���sTs�D�69�!]]V����3�9�g��B��|�]�F���XŜ�z�d�
��q�[/����DOG��'�T,�=
�,����pv�g0�M��M0�h�{2��&���O&��N��y��a.����7`rvxػ�&��Es�蟝��6.��ǗS��g��o(,�~���s�p�S4,N�ї^e�[Tu�XO����,�\���̤:_�Q�i3��0w��_�nM�a
з*d�C����w���6u{*P��$��q��̜I#�T�����ch��I}:�[n�����ҕ2.2��[ߚ�J�I*��p�ꤟ�U��4�X����LD�.u�&W�v�%@�s@��
�h����d)�!9��X�A���㋅[)��tI�[)��u;q�&�v�a(
+>�M���j��{�7������o<��Yz�)3q���g���1�G_*���E���	�SU\*�44���t�,@�m�3�9Z��9��i�[j�<eF�f�:: �A|�]�k��� ����&ZOՂ�\ǧ�p���@����m9��Nt.̽w�_�E��L�!�l�Wt�Ǖ���F.�X�d6M�+a��N-$$u�gKOշ�����9d�/����~|C��#a�X�ϱeP�!u�3妞r.�&��Ƿ�z�B�r�Đ��P�έ��.�S-�Թ��+�^qo�C6<mMv�۬�ʔ3�,h�����!����]�X��6��N�d�`o�δ4� �Ax���
+FX�/.�bo�k4H��k��x����4�B�	��9n
�������:�������횋Y��U�j���?n�D�QV`�r����ȷ�	� #\�,�K���i��u]nP{���cH�
+ߞDӡ��/G/�hG�c�3]:�J*��U��1f# Յ�M�cKۛvX0�����Ã(zU=��Rt��8�ٯV���>x���6]��\�f
+��~m��I�������O;PAD�1�����D\	DCA������*.S1pt'��7R/��|)�ŹN�j�y�M�,��l��Mƙͤ7�]��o�͖Yf��I9+�J@��Ԯ"��ޡ�����x����)�endstream
 endobj
-4628 0 obj <<
+4714 0 obj <<
 /Type /Page
-/Contents 4629 0 R
-/Resources 4627 0 R
+/Contents 4715 0 R
+/Resources 4713 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4601 0 R
-/Annots [ 4644 0 R ]
+/Parent 4669 0 R
+/Annots [ 4730 0 R ]
 >> endobj
-4644 0 obj <<
+4730 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [389.6158 335.5539 443.9118 346.4578]
 /Subtype /Link
 /A << /S /GoTo /D (template-http-accept) >>
 >> endobj
-4630 0 obj <<
-/D [4628 0 R /XYZ 71.731 729.2652 null]
+4716 0 obj <<
+/D [4714 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1966 0 obj <<
-/D [4628 0 R /XYZ 71.731 718.3063 null]
+1995 0 obj <<
+/D [4714 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-906 0 obj <<
-/D [4628 0 R /XYZ 387.3898 703.236 null]
+926 0 obj <<
+/D [4714 0 R /XYZ 387.3898 703.236 null]
 >> endobj
-1967 0 obj <<
-/D [4628 0 R /XYZ 71.731 692.1839 null]
+1996 0 obj <<
+/D [4714 0 R /XYZ 71.731 692.1839 null]
 >> endobj
-910 0 obj <<
-/D [4628 0 R /XYZ 220.0229 651.1593 null]
+930 0 obj <<
+/D [4714 0 R /XYZ 220.0229 651.1593 null]
 >> endobj
-4631 0 obj <<
-/D [4628 0 R /XYZ 71.731 642.3364 null]
+4717 0 obj <<
+/D [4714 0 R /XYZ 71.731 642.3364 null]
 >> endobj
-4632 0 obj <<
-/D [4628 0 R /XYZ 269.9659 616.6487 null]
+4718 0 obj <<
+/D [4714 0 R /XYZ 269.9659 616.6487 null]
 >> endobj
-4633 0 obj <<
-/D [4628 0 R /XYZ 71.731 605.8841 null]
+4719 0 obj <<
+/D [4714 0 R /XYZ 71.731 605.8841 null]
 >> endobj
-4634 0 obj <<
-/D [4628 0 R /XYZ 81.6937 577.8741 null]
+4720 0 obj <<
+/D [4714 0 R /XYZ 81.6937 577.8741 null]
 >> endobj
-4635 0 obj <<
-/D [4628 0 R /XYZ 242.9373 577.8741 null]
+4721 0 obj <<
+/D [4714 0 R /XYZ 242.9373 577.8741 null]
 >> endobj
-4636 0 obj <<
-/D [4628 0 R /XYZ 71.731 575.7173 null]
+4722 0 obj <<
+/D [4714 0 R /XYZ 71.731 575.7173 null]
 >> endobj
-4637 0 obj <<
-/D [4628 0 R /XYZ 81.6937 559.9413 null]
+4723 0 obj <<
+/D [4714 0 R /XYZ 81.6937 559.9413 null]
 >> endobj
-4638 0 obj <<
-/D [4628 0 R /XYZ 346.2678 559.9413 null]
+4724 0 obj <<
+/D [4714 0 R /XYZ 346.2678 559.9413 null]
 >> endobj
-4639 0 obj <<
-/D [4628 0 R /XYZ 81.6937 546.9899 null]
+4725 0 obj <<
+/D [4714 0 R /XYZ 81.6937 546.9899 null]
 >> endobj
-4640 0 obj <<
-/D [4628 0 R /XYZ 71.731 524.0758 null]
+4726 0 obj <<
+/D [4714 0 R /XYZ 71.731 524.0758 null]
 >> endobj
-4641 0 obj <<
-/D [4628 0 R /XYZ 71.731 491.0348 null]
+4727 0 obj <<
+/D [4714 0 R /XYZ 71.731 491.0348 null]
 >> endobj
-1968 0 obj <<
-/D [4628 0 R /XYZ 71.731 447.1992 null]
+1997 0 obj <<
+/D [4714 0 R /XYZ 71.731 447.1992 null]
 >> endobj
-914 0 obj <<
-/D [4628 0 R /XYZ 303.1555 404.1017 null]
+934 0 obj <<
+/D [4714 0 R /XYZ 303.1555 404.1017 null]
 >> endobj
-4642 0 obj <<
-/D [4628 0 R /XYZ 71.731 391.9305 null]
+4728 0 obj <<
+/D [4714 0 R /XYZ 71.731 391.9305 null]
 >> endobj
-4643 0 obj <<
-/D [4628 0 R /XYZ 71.731 362.453 null]
+4729 0 obj <<
+/D [4714 0 R /XYZ 71.731 362.453 null]
 >> endobj
-1969 0 obj <<
-/D [4628 0 R /XYZ 71.731 336.5501 null]
+1998 0 obj <<
+/D [4714 0 R /XYZ 71.731 336.5501 null]
 >> endobj
-918 0 obj <<
-/D [4628 0 R /XYZ 308.5976 299.3346 null]
+938 0 obj <<
+/D [4714 0 R /XYZ 308.5976 299.3346 null]
 >> endobj
-4645 0 obj <<
-/D [4628 0 R /XYZ 71.731 289.1919 null]
+4731 0 obj <<
+/D [4714 0 R /XYZ 71.731 289.1919 null]
 >> endobj
-4646 0 obj <<
-/D [4628 0 R /XYZ 363.7058 279.2101 null]
+4732 0 obj <<
+/D [4714 0 R /XYZ 363.7058 279.2101 null]
 >> endobj
-4647 0 obj <<
-/D [4628 0 R /XYZ 219.3353 253.3072 null]
+4733 0 obj <<
+/D [4714 0 R /XYZ 219.3353 253.3072 null]
 >> endobj
-4648 0 obj <<
-/D [4628 0 R /XYZ 320.9613 253.3072 null]
+4734 0 obj <<
+/D [4714 0 R /XYZ 320.9613 253.3072 null]
 >> endobj
-4649 0 obj <<
-/D [4628 0 R /XYZ 71.731 240.3558 null]
+4735 0 obj <<
+/D [4714 0 R /XYZ 71.731 240.3558 null]
 >> endobj
-4650 0 obj <<
-/D [4628 0 R /XYZ 157.2001 240.3558 null]
+4736 0 obj <<
+/D [4714 0 R /XYZ 157.2001 240.3558 null]
 >> endobj
-4651 0 obj <<
-/D [4628 0 R /XYZ 71.731 238.1989 null]
+4737 0 obj <<
+/D [4714 0 R /XYZ 71.731 238.1989 null]
 >> endobj
-4652 0 obj <<
-/D [4628 0 R /XYZ 118.5554 199.6349 null]
+4738 0 obj <<
+/D [4714 0 R /XYZ 118.5554 199.6349 null]
 >> endobj
-4653 0 obj <<
-/D [4628 0 R /XYZ 165.5238 191.1705 null]
+4739 0 obj <<
+/D [4714 0 R /XYZ 165.5238 191.1705 null]
 >> endobj
-4654 0 obj <<
-/D [4628 0 R /XYZ 341.2842 179.5142 null]
+4740 0 obj <<
+/D [4714 0 R /XYZ 341.2842 179.5142 null]
 >> endobj
-1970 0 obj <<
-/D [4628 0 R /XYZ 71.731 145.9377 null]
+1999 0 obj <<
+/D [4714 0 R /XYZ 71.731 145.9377 null]
 >> endobj
-4627 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F48 2167 0 R /F33 1378 0 R >>
+4713 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F44 2183 0 R /F48 2196 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4657 0 obj <<
-/Length 2653      
+4743 0 obj <<
+/Length 2652      
 /Filter /FlateDecode
 >>
 stream
@@ -19964,116 +20381,116 @@ b-w
 j'K��{D]�&c�V�&����6~��A/���3N��֮Sg��Z��Di�Ʋȧ��*T]Z��U!n&�S
 yZ��2��[�L�{#x�P�Y'Y�����K�z�(��)XR2G���K��\n��[���src�W�/V��B��R������S�*J�D@��G�Ԃ���M�d�2(�ET�qoz�9�]�)�z�h��X���&{����3/�
 �U��4*�� O������h/r�����L�z�ړ����uo�;5���z
=��B�{�x�=0y�{�8R������8�oX�+8������S�Mf95�������(K��tPp{���wX�5�k�[�^��H�U.͓���>����h|Tv��+��@��f���bJ˳��o��@8��~�z��k�cB��ټ�����OD
-Ċ"�v����?�b�&�]����zevP={�x/;�QVH�;O�b��'�y�����3����B�{y�K�6�aA�=:a��M���ڌl��X����	{rgwn{�N��Mi�󮆌JP_t=�<w86C�.��<���-���mj�À{a�;��~aӟ�[LkoP�C?MԼd��x�۷��///x��3�P4B�ݟ��� e=�C��.����7F���Q.t��/�3��?D��Ds�*/ן�mq��������endstream
+Ċ"�v����?�b�&�]����zevP={�x/;�QVH�;O�b��'�y�����3����B�{y�K�6�aA�=:a��M���ڌl��X����	{rgwn{�N��Mi�󮆌JP_t=�<w86C�.��<���-���mj�À{a�;��~aӟ�[LkoP�C?MԼd��x�۷��///x��3�P4B�ݟ��� e=�C��.����7F���Q.t��/�3��?D��Du*T���˳�������H��endstream
 endobj
-4656 0 obj <<
+4742 0 obj <<
 /Type /Page
-/Contents 4657 0 R
-/Resources 4655 0 R
+/Contents 4743 0 R
+/Resources 4741 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4601 0 R
+/Parent 4669 0 R
 >> endobj
-4658 0 obj <<
-/D [4656 0 R /XYZ 71.731 729.2652 null]
+4744 0 obj <<
+/D [4742 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4659 0 obj <<
-/D [4656 0 R /XYZ 71.731 741.2204 null]
+4745 0 obj <<
+/D [4742 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-922 0 obj <<
-/D [4656 0 R /XYZ 347.5336 707.8408 null]
+942 0 obj <<
+/D [4742 0 R /XYZ 347.5336 707.8408 null]
 >> endobj
-4660 0 obj <<
-/D [4656 0 R /XYZ 71.731 697.4758 null]
+4746 0 obj <<
+/D [4742 0 R /XYZ 71.731 697.4758 null]
 >> endobj
-4661 0 obj <<
-/D [4656 0 R /XYZ 71.731 654.6753 null]
+4747 0 obj <<
+/D [4742 0 R /XYZ 71.731 654.6753 null]
 >> endobj
-4662 0 obj <<
-/D [4656 0 R /XYZ 412.638 643.8807 null]
+4748 0 obj <<
+/D [4742 0 R /XYZ 412.638 643.8807 null]
 >> endobj
-4663 0 obj <<
-/D [4656 0 R /XYZ 111.2626 617.9778 null]
+4749 0 obj <<
+/D [4742 0 R /XYZ 111.2626 617.9778 null]
 >> endobj
-4664 0 obj <<
-/D [4656 0 R /XYZ 71.731 615.821 null]
+4750 0 obj <<
+/D [4742 0 R /XYZ 71.731 615.821 null]
 >> endobj
-4665 0 obj <<
-/D [4656 0 R /XYZ 71.731 600.877 null]
+4751 0 obj <<
+/D [4742 0 R /XYZ 71.731 600.877 null]
 >> endobj
-4666 0 obj <<
-/D [4656 0 R /XYZ 71.731 551.8259 null]
+4752 0 obj <<
+/D [4742 0 R /XYZ 71.731 551.8259 null]
 >> endobj
-4667 0 obj <<
-/D [4656 0 R /XYZ 71.731 525.923 null]
+4753 0 obj <<
+/D [4742 0 R /XYZ 71.731 525.923 null]
 >> endobj
-4668 0 obj <<
-/D [4656 0 R /XYZ 213.9555 512.9716 null]
+4754 0 obj <<
+/D [4742 0 R /XYZ 213.9555 512.9716 null]
 >> endobj
-4669 0 obj <<
-/D [4656 0 R /XYZ 71.731 510.8147 null]
+4755 0 obj <<
+/D [4742 0 R /XYZ 71.731 510.8147 null]
 >> endobj
-4670 0 obj <<
-/D [4656 0 R /XYZ 71.731 495.8708 null]
+4756 0 obj <<
+/D [4742 0 R /XYZ 71.731 495.8708 null]
 >> endobj
-4671 0 obj <<
-/D [4656 0 R /XYZ 134.9992 486.3713 null]
+4757 0 obj <<
+/D [4742 0 R /XYZ 134.9992 486.3713 null]
 >> endobj
-4672 0 obj <<
-/D [4656 0 R /XYZ 71.731 458.4759 null]
+4758 0 obj <<
+/D [4742 0 R /XYZ 71.731 458.4759 null]
 >> endobj
-4673 0 obj <<
-/D [4656 0 R /XYZ 71.731 386.5806 null]
+4759 0 obj <<
+/D [4742 0 R /XYZ 71.731 386.5806 null]
 >> endobj
-4674 0 obj <<
-/D [4656 0 R /XYZ 71.731 334.7749 null]
+4760 0 obj <<
+/D [4742 0 R /XYZ 71.731 334.7749 null]
 >> endobj
-4675 0 obj <<
-/D [4656 0 R /XYZ 71.731 319.8309 null]
+4761 0 obj <<
+/D [4742 0 R /XYZ 71.731 319.8309 null]
 >> endobj
-4676 0 obj <<
-/D [4656 0 R /XYZ 417.3281 310.3315 null]
+4762 0 obj <<
+/D [4742 0 R /XYZ 417.3281 310.3315 null]
 >> endobj
-4677 0 obj <<
-/D [4656 0 R /XYZ 218.7038 298.6752 null]
+4763 0 obj <<
+/D [4742 0 R /XYZ 218.7038 298.6752 null]
 >> endobj
-4678 0 obj <<
-/D [4656 0 R /XYZ 508.9315 298.6752 null]
+4764 0 obj <<
+/D [4742 0 R /XYZ 508.9315 298.6752 null]
 >> endobj
-4679 0 obj <<
-/D [4656 0 R /XYZ 76.7123 270.3813 null]
+4765 0 obj <<
+/D [4742 0 R /XYZ 76.7123 270.3813 null]
 >> endobj
-4680 0 obj <<
-/D [4656 0 R /XYZ 118.5554 226.8359 null]
+4766 0 obj <<
+/D [4742 0 R /XYZ 118.5554 226.8359 null]
 >> endobj
-4681 0 obj <<
-/D [4656 0 R /XYZ 135.3953 218.3716 null]
+4767 0 obj <<
+/D [4742 0 R /XYZ 135.3953 218.3716 null]
 >> endobj
-4682 0 obj <<
-/D [4656 0 R /XYZ 222.2315 218.3716 null]
+4768 0 obj <<
+/D [4742 0 R /XYZ 222.2315 218.3716 null]
 >> endobj
-4683 0 obj <<
-/D [4656 0 R /XYZ 433.1768 218.3716 null]
+4769 0 obj <<
+/D [4742 0 R /XYZ 433.1768 218.3716 null]
 >> endobj
-1971 0 obj <<
-/D [4656 0 R /XYZ 71.731 184.795 null]
+2000 0 obj <<
+/D [4742 0 R /XYZ 71.731 184.795 null]
 >> endobj
-926 0 obj <<
-/D [4656 0 R /XYZ 267.2242 152.399 null]
+946 0 obj <<
+/D [4742 0 R /XYZ 267.2242 152.399 null]
 >> endobj
-4684 0 obj <<
-/D [4656 0 R /XYZ 71.731 149.4294 null]
+4770 0 obj <<
+/D [4742 0 R /XYZ 71.731 149.4294 null]
 >> endobj
-4685 0 obj <<
-/D [4656 0 R /XYZ 71.731 132.2936 null]
+4771 0 obj <<
+/D [4742 0 R /XYZ 71.731 132.2936 null]
 >> endobj
-4686 0 obj <<
-/D [4656 0 R /XYZ 266.9195 111.9507 null]
+4772 0 obj <<
+/D [4742 0 R /XYZ 266.9195 111.9507 null]
 >> endobj
-4655 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F44 2154 0 R /F48 2167 0 R >>
+4741 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R /F44 2183 0 R /F48 2196 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4689 0 obj <<
+4775 0 obj <<
 /Length 3012      
 /Filter /FlateDecode
 >>
@@ -20090,102 +20507,101 @@ E
 ����H2-�Eh~jF��/u!B��wB�.J�Rl1����V
�Y���vx�����d���Q4���=8�5֎��~����њ���
LSh��l����wu#Y��Q��:��Ə��JlY@�̠�!$n�	)&�d�)���0���{��NΟvDp|�~�|?Q-ġ����(��=٘�δ++�a�P��:��s��(��ⴶ��S��O�a|��I��y�z���MM��θ�c��e}�D����ͅ�a��Ձ�����o�1��C�gM��ܙ�*ѻ!l�JH�5��q0�=��!�*1���X�
 7$�Z�?k�;���#��%g+�ӄ
���	(ޯk,��b�4��|�e����\���p�|��2"Ȑ���G�{�p3Lz8TT/���
s�Cȹ�L�Ң���٭�jڂ�!_z'��?z�	]�(m�ʥ�(G")\q�D�@]�r��I�i>�㞟^a+��k^A
sv�����'P����h�݁g�+Ç��M�$c~_��~���!z�/�PQ�|8V�3�n��e+�R7˽h.�����4��ڴ��UV���n�!=5&��9���_��#ES�
��#�&y�^,`�W��Xl�+o�I�NkP�kj��R�#:�����1�$Ӡ�ZoO�_�<>��"Г�ݒ�t�R:��'�	.p?tN�_*�(piuF*WA��UтL��{�T����s8�%;ӈa��,��]Z���ɯ���B�è��Oy8�pk+S�]��k�#������K�`�	+>���p¼�،�5����V` ��3���<��w�=<�PX<q����]l2�6��Z����N����o�w߯�}����w�ք�����Q	�{�`\	P��}ңM�F-PW��{n}a�O}m�O}�(�`�Ea�X𔞣��L���` �,qze�`Nb1�/ζ�hUYQ��і�ו�4̩�*pL�6M��:���CHD���
 �~��e��7�}A|}Ѷo������e��yܵ�U{g_a�a��`e�P]���*5�U��V�3��4��Mq��p�e�y,V#ɦ�J�G���I�#�VP���AE��ʝ�
-lO��{:�l�%��ZN�BQ��-�������j�W.�4�����Q y��d*�c�^?q_�Y�e��+��j?I]��'�D���S�HckEi4J���Џu��”��c�dV�e�����-�����f���L�����H��_EQ�W��+��uw5���.C5mmy8��Q�l���	�g�a!6vq��|P4�}�&�ϿA�����h���n�VIo�26t�<����Pş��2֛ϝ+l�\�9�#v}i5����$@�R�>����)Fn�{����y�x����0�mlҙ-��{s� �P�-��	����4���$N��{@���[���+��Afk�|�(��N��w(}1�x�_�P9�� x���@�	�����xT��=�l]�1��C�	��!J���#���q+����^w'��4:�L=~3��(���i��B_�:�FO�n!�d���Ѐt��Q��"�ۑi7��5p��A�^��r��oWa��[��yr�Jzp&��1�A��!&�>6����e.Cύ��_j��:oJn{@n��ؤq8�y�G��5en�'�w����<�>R�
-?N�۲����.�?�Ќ�endstream
+lO��{:�l�%��ZN�BQ��-�������j�W.�4�����Q y��d*�c�^?q_�Y�e��+��j?I]��'�D���S�HckEi4J���Џu��”��c�dV�e�����-�����f���L�����H��_EQ�W��+��uw5���.C5mmy8��Q�l���	�g�a!6vq��|P4�}�&�ϿA�����h���n�VIo�26t�<����Pş��2֛ϝ+l�\�9�#v}i5����$@�R�>����)Fn�{����y�x����0�mlҙ-��{s� �P�-��	����4���$N��{@���[���+��Afk�|�(��N��w(}1�x�_�P9�� x���@�	�����xT��=�l]�1��C�	��!J���#���q+����^w'��4:�L=~3��(���i��B_�:�FO�n!�d���Ѐt��Q��"�ۑi7��5p��A�^��r��oWa��[��yr�Jzp&��1�A��!&�>6����e.Cύ��_j��:oJn{@n��ؤq8�y�G��5en�'�w����<�>�Y�<N�۲����.�?���endstream
 endobj
-4688 0 obj <<
+4774 0 obj <<
 /Type /Page
-/Contents 4689 0 R
-/Resources 4687 0 R
+/Contents 4775 0 R
+/Resources 4773 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4601 0 R
+/Parent 4800 0 R
 >> endobj
-4690 0 obj <<
-/D [4688 0 R /XYZ 71.731 729.2652 null]
+4776 0 obj <<
+/D [4774 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4691 0 obj <<
-/D [4688 0 R /XYZ 71.731 741.2204 null]
+4777 0 obj <<
+/D [4774 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-4692 0 obj <<
-/D [4688 0 R /XYZ 71.731 652.3886 null]
+4778 0 obj <<
+/D [4774 0 R /XYZ 71.731 652.3886 null]
 >> endobj
-4693 0 obj <<
-/D [4688 0 R /XYZ 71.731 595.6016 null]
+4779 0 obj <<
+/D [4774 0 R /XYZ 71.731 595.6016 null]
 >> endobj
-4694 0 obj <<
-/D [4688 0 R /XYZ 71.731 538.8145 null]
+4780 0 obj <<
+/D [4774 0 R /XYZ 71.731 538.8145 null]
 >> endobj
-4695 0 obj <<
-/D [4688 0 R /XYZ 253.9215 528.0199 null]
+4781 0 obj <<
+/D [4774 0 R /XYZ 253.9215 528.0199 null]
 >> endobj
-4696 0 obj <<
-/D [4688 0 R /XYZ 311.6869 515.0685 null]
+4782 0 obj <<
+/D [4774 0 R /XYZ 311.6869 515.0685 null]
 >> endobj
-1972 0 obj <<
-/D [4688 0 R /XYZ 71.731 494.9789 null]
+2001 0 obj <<
+/D [4774 0 R /XYZ 71.731 494.9789 null]
 >> endobj
-930 0 obj <<
-/D [4688 0 R /XYZ 308.3972 457.7634 null]
+950 0 obj <<
+/D [4774 0 R /XYZ 308.3972 457.7634 null]
 >> endobj
-4697 0 obj <<
-/D [4688 0 R /XYZ 71.731 447.6207 null]
+4783 0 obj <<
+/D [4774 0 R /XYZ 71.731 447.6207 null]
 >> endobj
-4698 0 obj <<
-/D [4688 0 R /XYZ 366.7725 437.6388 null]
+4784 0 obj <<
+/D [4774 0 R /XYZ 366.7725 437.6388 null]
 >> endobj
-4699 0 obj <<
-/D [4688 0 R /XYZ 71.731 417.5493 null]
+4785 0 obj <<
+/D [4774 0 R /XYZ 71.731 417.5493 null]
 >> endobj
-4700 0 obj <<
-/D [4688 0 R /XYZ 386.4974 393.8032 null]
+4786 0 obj <<
+/D [4774 0 R /XYZ 386.4974 393.8032 null]
 >> endobj
-4701 0 obj <<
-/D [4688 0 R /XYZ 71.731 373.7136 null]
+4787 0 obj <<
+/D [4774 0 R /XYZ 71.731 373.7136 null]
 >> endobj
-4702 0 obj <<
-/D [4688 0 R /XYZ 380.2047 362.919 null]
+4788 0 obj <<
+/D [4774 0 R /XYZ 380.2047 362.919 null]
 >> endobj
-4703 0 obj <<
-/D [4688 0 R /XYZ 71.731 342.8295 null]
+4789 0 obj <<
+/D [4774 0 R /XYZ 71.731 342.8295 null]
 >> endobj
-4704 0 obj <<
-/D [4688 0 R /XYZ 71.731 298.9938 null]
+4790 0 obj <<
+/D [4774 0 R /XYZ 71.731 298.9938 null]
 >> endobj
-4705 0 obj <<
-/D [4688 0 R /XYZ 71.731 281.0611 null]
+4791 0 obj <<
+/D [4774 0 R /XYZ 71.731 281.0611 null]
 >> endobj
-4706 0 obj <<
-/D [4688 0 R /XYZ 71.731 257.3151 null]
+4792 0 obj <<
+/D [4774 0 R /XYZ 71.731 257.3151 null]
 >> endobj
-4707 0 obj <<
-/D [4688 0 R /XYZ 228.316 257.3151 null]
+4793 0 obj <<
+/D [4774 0 R /XYZ 228.316 257.3151 null]
 >> endobj
-4708 0 obj <<
-/D [4688 0 R /XYZ 71.731 242.2068 null]
+4794 0 obj <<
+/D [4774 0 R /XYZ 71.731 242.2068 null]
 >> endobj
-4709 0 obj <<
-/D [4688 0 R /XYZ 71.731 227.2628 null]
+4795 0 obj <<
+/D [4774 0 R /XYZ 71.731 227.2628 null]
 >> endobj
-4710 0 obj <<
-/D [4688 0 R /XYZ 351.5704 217.7634 null]
+4796 0 obj <<
+/D [4774 0 R /XYZ 351.5704 217.7634 null]
 >> endobj
-4711 0 obj <<
-/D [4688 0 R /XYZ 71.731 166.5554 null]
+4797 0 obj <<
+/D [4774 0 R /XYZ 71.731 166.5554 null]
 >> endobj
-4712 0 obj <<
-/D [4688 0 R /XYZ 154.7543 153.604 null]
+4798 0 obj <<
+/D [4774 0 R /XYZ 154.7543 153.604 null]
 >> endobj
-4713 0 obj <<
-/D [4688 0 R /XYZ 102.1666 140.6525 null]
+4799 0 obj <<
+/D [4774 0 R /XYZ 102.1666 140.6525 null]
 >> endobj
-1973 0 obj <<
-/D [4688 0 R /XYZ 71.731 134.2905 null]
+2002 0 obj <<
+/D [4774 0 R /XYZ 71.731 134.2905 null]
 >> endobj
-4687 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R /F44 2154 0 R >>
+4773 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4716 0 obj <<
+4803 0 obj <<
 /Length 3321      
 /Filter /FlateDecode
 >>
@@ -20208,128 +20624,128 @@ n
 ��2A,�X̭5l2̫r ޝZ�HQ�.�`Q���ח�eƳ?���3�*��D��e���EYv� q��+ȍls�v��f���WT�����2p�ID�!��"������3_�,�p�ش�f�ڕ% �en�y!�h�M�,�I���x%H�g����5k�5��8�]���^��k����g>��\>l�R�Yib�JI��y�k�
�s�Ý���Yi�.?I!�6M2Ic[b�@c��PP�3rҤ�8w�~�ľ�7|�v#���a���������\�2y���y��,�x��[��l�[���!}�N���_�3ʺ�����ޱИM���X2����GTJ�i�S!|��0?-Ҵ�`g-�2�|c�4��-�Br��Jq9� A����lK(��P
 �2
 ?�Аe��P.���!���~E�CP��ϳ�e�	~#k�]?��'Y�¦"��,��+G��e���ܵŨ`�?1!KcN���H\����@7L��呂��Ѵ��!1���~�yj�A��u����#����G�����Kp�]����R#Dq�����3��8�x",�
!hB�2�����idu���nK	�$��N�3tqa6�W����BP�am]���_,D�g�FG���K�	��Q6���;.혷N���C��(s3
-����4�y�o�8�@�<9�@Y���V�?��endstream
+����4�y�o�8�@�<9�@Y���V�?�C�endstream
 endobj
-4715 0 obj <<
+4802 0 obj <<
 /Type /Page
-/Contents 4716 0 R
-/Resources 4714 0 R
+/Contents 4803 0 R
+/Resources 4801 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4752 0 R
+/Parent 4800 0 R
 >> endobj
-4717 0 obj <<
-/D [4715 0 R /XYZ 71.731 729.2652 null]
+4804 0 obj <<
+/D [4802 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4718 0 obj <<
-/D [4715 0 R /XYZ 71.731 741.2204 null]
+4805 0 obj <<
+/D [4802 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-934 0 obj <<
-/D [4715 0 R /XYZ 251.7299 707.8408 null]
+954 0 obj <<
+/D [4802 0 R /XYZ 251.7299 707.8408 null]
 >> endobj
-4719 0 obj <<
-/D [4715 0 R /XYZ 71.731 697.6981 null]
+4806 0 obj <<
+/D [4802 0 R /XYZ 71.731 697.6981 null]
 >> endobj
-4720 0 obj <<
-/D [4715 0 R /XYZ 71.731 662.6454 null]
+4807 0 obj <<
+/D [4802 0 R /XYZ 71.731 662.6454 null]
 >> endobj
-4721 0 obj <<
-/D [4715 0 R /XYZ 71.731 662.6454 null]
+4808 0 obj <<
+/D [4802 0 R /XYZ 71.731 662.6454 null]
 >> endobj
-4722 0 obj <<
-/D [4715 0 R /XYZ 71.731 618.8098 null]
+4809 0 obj <<
+/D [4802 0 R /XYZ 71.731 618.8098 null]
 >> endobj
-4723 0 obj <<
-/D [4715 0 R /XYZ 71.731 618.8098 null]
+4810 0 obj <<
+/D [4802 0 R /XYZ 71.731 618.8098 null]
 >> endobj
-4724 0 obj <<
-/D [4715 0 R /XYZ 253.5336 608.0152 null]
+4811 0 obj <<
+/D [4802 0 R /XYZ 253.5336 608.0152 null]
 >> endobj
-4725 0 obj <<
-/D [4715 0 R /XYZ 71.731 562.0227 null]
+4812 0 obj <<
+/D [4802 0 R /XYZ 71.731 562.0227 null]
 >> endobj
-4726 0 obj <<
-/D [4715 0 R /XYZ 71.731 562.0227 null]
+4813 0 obj <<
+/D [4802 0 R /XYZ 71.731 562.0227 null]
 >> endobj
-4727 0 obj <<
-/D [4715 0 R /XYZ 71.731 531.1385 null]
+4814 0 obj <<
+/D [4802 0 R /XYZ 71.731 531.1385 null]
 >> endobj
-4728 0 obj <<
-/D [4715 0 R /XYZ 71.731 531.1385 null]
+4815 0 obj <<
+/D [4802 0 R /XYZ 71.731 531.1385 null]
 >> endobj
-4729 0 obj <<
-/D [4715 0 R /XYZ 439.2249 520.3439 null]
+4816 0 obj <<
+/D [4802 0 R /XYZ 439.2249 520.3439 null]
 >> endobj
-4730 0 obj <<
-/D [4715 0 R /XYZ 191.1469 507.3925 null]
+4817 0 obj <<
+/D [4802 0 R /XYZ 191.1469 507.3925 null]
 >> endobj
-4731 0 obj <<
-/D [4715 0 R /XYZ 307.0556 507.3925 null]
+4818 0 obj <<
+/D [4802 0 R /XYZ 307.0556 507.3925 null]
 >> endobj
-4732 0 obj <<
-/D [4715 0 R /XYZ 71.731 494.4411 null]
+4819 0 obj <<
+/D [4802 0 R /XYZ 71.731 494.4411 null]
 >> endobj
-4733 0 obj <<
-/D [4715 0 R /XYZ 71.731 487.3029 null]
+4820 0 obj <<
+/D [4802 0 R /XYZ 71.731 487.3029 null]
 >> endobj
-4734 0 obj <<
-/D [4715 0 R /XYZ 71.731 487.3029 null]
+4821 0 obj <<
+/D [4802 0 R /XYZ 71.731 487.3029 null]
 >> endobj
-4735 0 obj <<
-/D [4715 0 R /XYZ 71.731 430.5159 null]
+4822 0 obj <<
+/D [4802 0 R /XYZ 71.731 430.5159 null]
 >> endobj
-4736 0 obj <<
-/D [4715 0 R /XYZ 71.731 430.5159 null]
+4823 0 obj <<
+/D [4802 0 R /XYZ 71.731 430.5159 null]
 >> endobj
-4737 0 obj <<
-/D [4715 0 R /XYZ 71.731 399.6317 null]
+4824 0 obj <<
+/D [4802 0 R /XYZ 71.731 399.6317 null]
 >> endobj
-4738 0 obj <<
-/D [4715 0 R /XYZ 71.731 399.6317 null]
+4825 0 obj <<
+/D [4802 0 R /XYZ 71.731 399.6317 null]
 >> endobj
-4739 0 obj <<
-/D [4715 0 R /XYZ 71.731 329.8932 null]
+4826 0 obj <<
+/D [4802 0 R /XYZ 71.731 329.8932 null]
 >> endobj
-4740 0 obj <<
-/D [4715 0 R /XYZ 71.731 329.8932 null]
+4827 0 obj <<
+/D [4802 0 R /XYZ 71.731 329.8932 null]
 >> endobj
-4741 0 obj <<
-/D [4715 0 R /XYZ 210.674 319.0986 null]
+4828 0 obj <<
+/D [4802 0 R /XYZ 210.674 319.0986 null]
 >> endobj
-4742 0 obj <<
-/D [4715 0 R /XYZ 137.0351 241.39 null]
+4829 0 obj <<
+/D [4802 0 R /XYZ 137.0351 241.39 null]
 >> endobj
-4743 0 obj <<
-/D [4715 0 R /XYZ 71.731 229.9878 null]
+4830 0 obj <<
+/D [4802 0 R /XYZ 71.731 229.9878 null]
 >> endobj
-4744 0 obj <<
-/D [4715 0 R /XYZ 71.731 191.7761 null]
+4831 0 obj <<
+/D [4802 0 R /XYZ 71.731 191.7761 null]
 >> endobj
-4745 0 obj <<
-/D [4715 0 R /XYZ 258.0065 178.9242 null]
+4832 0 obj <<
+/D [4802 0 R /XYZ 258.0065 178.9242 null]
 >> endobj
-4746 0 obj <<
-/D [4715 0 R /XYZ 394.4509 153.0214 null]
+4833 0 obj <<
+/D [4802 0 R /XYZ 394.4509 153.0214 null]
 >> endobj
-4747 0 obj <<
-/D [4715 0 R /XYZ 71.731 140.07 null]
+4834 0 obj <<
+/D [4802 0 R /XYZ 71.731 140.07 null]
 >> endobj
-4748 0 obj <<
-/D [4715 0 R /XYZ 71.731 133.7079 null]
+4835 0 obj <<
+/D [4802 0 R /XYZ 71.731 133.7079 null]
 >> endobj
-4749 0 obj <<
-/D [4715 0 R /XYZ 288.1288 122.1372 null]
+4836 0 obj <<
+/D [4802 0 R /XYZ 288.1288 122.1372 null]
 >> endobj
-4750 0 obj <<
-/D [4715 0 R /XYZ 111.0884 109.1858 null]
+4837 0 obj <<
+/D [4802 0 R /XYZ 111.0884 109.1858 null]
 >> endobj
-4751 0 obj <<
-/D [4715 0 R /XYZ 325.6187 109.1858 null]
+4838 0 obj <<
+/D [4802 0 R /XYZ 325.6187 109.1858 null]
 >> endobj
-4714 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F27 1278 0 R /F32 1286 0 R /F35 1723 0 R >>
+4801 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F27 1298 0 R /F32 1306 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4755 0 obj <<
+4841 0 obj <<
 /Length 2319      
 /Filter /FlateDecode
 >>
@@ -20343,77 +20759,77 @@ xڍk
 &��$��w�8��Ǹ�����X������?��F�Ӕ�RQ�X,Й�Y|�q��K1m#/��{�m�Etkh��v�1_�2ځ��D�d��-�]a4L�Q�4��o�w��Ծ@\w:4��=�c鶓�z��2�����FH�k�p�n�eid
 ���kp�)�^�
8�P�hQ{��\����E��\Z�:�?f�Z����G���ᗙ�z2��5��]�^?�.���u�l�\�_Jp���G������1`(*)%��%�c�%�:�G��s�,��n0�%��p~���(�~�	�� 詊_P/�c�5�G��B�ټOĺ=�Lc���֧*wKk�r���)K;^j
l�ZsG+磶H���
 l|+\��
-ћNh$�]2ϙ�P��Z��	�I���O����������-����6��a�X���i)�>�D�i
n�ư�Ռi,���[
W��w4rX[�� ��)*��*9��A��[�`��=qL}	*����c�͆�x�d�mU��֦-B7��M�$H��F���;�&ى��z�CQ��i�bL���«f"��;��_����^}�姟v�j�����]x�zn�$�g9p�p��c{�{��hn$��L�.��mR���	�WI\h�'S����'՟����z��4$ᅓ�o�_8�ʜ��endstream
+ћNh$�]2ϙ�P��Z��	�I���O����������-����6��a�X���i)�>�D�i
n�ư�Ռi,���[
W��w4rX[�� ��)*��*9��A��[�`��=qL}	*����c�͆�x�d�mU��֦-B7��M�$H��F���;�&ى��z�CQ��i�bL���«f"��;��_����^}�姟v�j�����]x�zn�$�g9p�p��c{�{��hn$��L�.��mR���	�WI\h�'S����'՟����z��4$�S�o�_8��5��endstream
 endobj
-4754 0 obj <<
+4840 0 obj <<
 /Type /Page
-/Contents 4755 0 R
-/Resources 4753 0 R
+/Contents 4841 0 R
+/Resources 4839 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4752 0 R
+/Parent 4800 0 R
 >> endobj
-4756 0 obj <<
-/D [4754 0 R /XYZ 71.731 729.2652 null]
+4842 0 obj <<
+/D [4840 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4757 0 obj <<
-/D [4754 0 R /XYZ 71.731 677.4595 null]
+4843 0 obj <<
+/D [4840 0 R /XYZ 71.731 677.4595 null]
 >> endobj
-4758 0 obj <<
-/D [4754 0 R /XYZ 100.4128 664.5081 null]
+4844 0 obj <<
+/D [4840 0 R /XYZ 100.4128 664.5081 null]
 >> endobj
-4759 0 obj <<
-/D [4754 0 R /XYZ 71.731 644.4185 null]
+4845 0 obj <<
+/D [4840 0 R /XYZ 71.731 644.4185 null]
 >> endobj
-4760 0 obj <<
-/D [4754 0 R /XYZ 71.731 621.5044 null]
+4846 0 obj <<
+/D [4840 0 R /XYZ 71.731 621.5044 null]
 >> endobj
-4761 0 obj <<
-/D [4754 0 R /XYZ 71.731 576.9714 null]
+4847 0 obj <<
+/D [4840 0 R /XYZ 71.731 576.9714 null]
 >> endobj
-4762 0 obj <<
-/D [4754 0 R /XYZ 71.731 532.4384 null]
+4848 0 obj <<
+/D [4840 0 R /XYZ 71.731 532.4384 null]
 >> endobj
-1974 0 obj <<
-/D [4754 0 R /XYZ 71.731 492.8868 null]
+2003 0 obj <<
+/D [4840 0 R /XYZ 71.731 492.8868 null]
 >> endobj
-938 0 obj <<
-/D [4754 0 R /XYZ 461.4838 455.6712 null]
+958 0 obj <<
+/D [4840 0 R /XYZ 461.4838 455.6712 null]
 >> endobj
-4763 0 obj <<
-/D [4754 0 R /XYZ 71.731 445.3062 null]
+4849 0 obj <<
+/D [4840 0 R /XYZ 71.731 445.3062 null]
 >> endobj
-4764 0 obj <<
-/D [4754 0 R /XYZ 71.731 409.6438 null]
+4850 0 obj <<
+/D [4840 0 R /XYZ 71.731 409.6438 null]
 >> endobj
-1975 0 obj <<
-/D [4754 0 R /XYZ 71.731 381.6489 null]
+2004 0 obj <<
+/D [4840 0 R /XYZ 71.731 381.6489 null]
 >> endobj
-942 0 obj <<
-/D [4754 0 R /XYZ 392.055 336.4941 null]
+962 0 obj <<
+/D [4840 0 R /XYZ 392.055 336.4941 null]
 >> endobj
-4765 0 obj <<
-/D [4754 0 R /XYZ 71.731 332.6639 null]
+4851 0 obj <<
+/D [4840 0 R /XYZ 71.731 332.6639 null]
 >> endobj
-4766 0 obj <<
-/D [4754 0 R /XYZ 118.5554 290.4734 null]
+4852 0 obj <<
+/D [4840 0 R /XYZ 118.5554 290.4734 null]
 >> endobj
-4767 0 obj <<
-/D [4754 0 R /XYZ 71.731 260.0888 null]
+4853 0 obj <<
+/D [4840 0 R /XYZ 71.731 260.0888 null]
 >> endobj
-4768 0 obj <<
-/D [4754 0 R /XYZ 71.731 181.4389 null]
+4854 0 obj <<
+/D [4840 0 R /XYZ 71.731 181.4389 null]
 >> endobj
-4769 0 obj <<
-/D [4754 0 R /XYZ 71.731 139.6606 null]
+4855 0 obj <<
+/D [4840 0 R /XYZ 71.731 139.6606 null]
 >> endobj
-4770 0 obj <<
-/D [4754 0 R /XYZ 75.0485 100.9058 null]
+4856 0 obj <<
+/D [4840 0 R /XYZ 75.0485 100.9058 null]
 >> endobj
-4753 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >>
+4839 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4773 0 obj <<
+4859 0 obj <<
 /Length 3062      
 /Filter /FlateDecode
 >>
@@ -20426,116 +20842,116 @@ C
 ړ�~^�Wk7�_���m�6�ۢ�R���=���v�@���rjO(�C�wq)���f�m^���&���3Ĵa6a��NKh���qs�z:���l<�;�8�E����Κ�1��pj�W��XA%=&ķ�bC
!�Gn��S-�tm��'�0�ǣ�R���(���,�i{���P�a��(�]9`�B�z(���׍�l��G	bZ4H�j�ܛAF
�g@0g@�ޟ�I��ӂ�]�9�R��;�X�"	Y�Z�e[��jG�=eD��m%�9���^����q7sDŽ�#�D�{�)B��T\e�@��bj���`a����k�^O���*�$���������M���{�H��y��{�S&Z�.�'�o��=�-�n�&�Wm_m�R*���D20�� ����4"�r��[���2�<2%@��%*RP=��F0�w��5|�~{8Iq���ȹ��7
 �ĭw�8}�wMRN_�[�2��a9)o�K�%������jý-���W��U?�}�~�.���������oi�;.�Ѳ"� mQ�
<w�`��Ueݒ��|U&�h�
��/{����߉D<�lZM	�t�R�QP-u��V����*G��ۯmb��m�c���d���I�@0`J@<�0`��#"Y���T�����s�xE�@��2+��O�R���Qg_"��K��(o%���zjl�k*��)H>`���ߘZ��ޔ�6[���Zc)����L�H�k�e�g����$s�KZ�=�Z��[`����LW҃�^�E�3�w��|L���i��
Tz�T��V{,��ڕ��,o�)�e�[�9��Z|�%s�\\E����@�6�nq!��a�/�X�'��e�*[���������������f��O�Tf�#��ޯ�c?M#�b���f��6�'un|u^�K��Q��V"��S�\FȺ����(�$�$Ǧە����8������bwNzH�@�n��:A`jd��d��"�gT�(�Ok
 C�YlĜ7����d{ǭ������!�����C:������q�/>@�?�fz�u������C�4������ �Ю�RS�(��ܑ����
-��X�_�u��	F�Y!��|��*p�P���R��/������sl��C�Cs��"EaWB~E��_DV���\xendstream
+��X�_�u��	F�Y!��|��*p�P���R��/������sl��C�Cs��"EaWB~�x�/"+�
��\yendstream
 endobj
-4772 0 obj <<
+4858 0 obj <<
 /Type /Page
-/Contents 4773 0 R
-/Resources 4771 0 R
+/Contents 4859 0 R
+/Resources 4857 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4752 0 R
+/Parent 4800 0 R
 >> endobj
-4774 0 obj <<
-/D [4772 0 R /XYZ 71.731 729.2652 null]
+4860 0 obj <<
+/D [4858 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4775 0 obj <<
-/D [4772 0 R /XYZ 71.731 675.3027 null]
+4861 0 obj <<
+/D [4858 0 R /XYZ 71.731 675.3027 null]
 >> endobj
-4776 0 obj <<
-/D [4772 0 R /XYZ 71.731 633.5244 null]
+4862 0 obj <<
+/D [4858 0 R /XYZ 71.731 633.5244 null]
 >> endobj
-4777 0 obj <<
-/D [4772 0 R /XYZ 126.6874 607.721 null]
+4863 0 obj <<
+/D [4858 0 R /XYZ 126.6874 607.721 null]
 >> endobj
-4778 0 obj <<
-/D [4772 0 R /XYZ 261.1829 607.721 null]
+4864 0 obj <<
+/D [4858 0 R /XYZ 261.1829 607.721 null]
 >> endobj
-4779 0 obj <<
-/D [4772 0 R /XYZ 468.0449 607.721 null]
+4865 0 obj <<
+/D [4858 0 R /XYZ 468.0449 607.721 null]
 >> endobj
-4780 0 obj <<
-/D [4772 0 R /XYZ 225.8334 594.7696 null]
+4866 0 obj <<
+/D [4858 0 R /XYZ 225.8334 594.7696 null]
 >> endobj
-4781 0 obj <<
-/D [4772 0 R /XYZ 71.731 581.8182 null]
+4867 0 obj <<
+/D [4858 0 R /XYZ 71.731 581.8182 null]
 >> endobj
-4782 0 obj <<
-/D [4772 0 R /XYZ 71.731 561.7286 null]
+4868 0 obj <<
+/D [4858 0 R /XYZ 71.731 561.7286 null]
 >> endobj
-4783 0 obj <<
-/D [4772 0 R /XYZ 527.2229 550.934 null]
+4869 0 obj <<
+/D [4858 0 R /XYZ 527.2229 550.934 null]
 >> endobj
-4784 0 obj <<
-/D [4772 0 R /XYZ 147.0485 537.9826 null]
+4870 0 obj <<
+/D [4858 0 R /XYZ 147.0485 537.9826 null]
 >> endobj
-4785 0 obj <<
-/D [4772 0 R /XYZ 225.1255 537.9826 null]
+4871 0 obj <<
+/D [4858 0 R /XYZ 225.1255 537.9826 null]
 >> endobj
-4786 0 obj <<
-/D [4772 0 R /XYZ 71.731 530.8444 null]
+4872 0 obj <<
+/D [4858 0 R /XYZ 71.731 530.8444 null]
 >> endobj
-4787 0 obj <<
-/D [4772 0 R /XYZ 153.8487 507.0984 null]
+4873 0 obj <<
+/D [4858 0 R /XYZ 153.8487 507.0984 null]
 >> endobj
-4788 0 obj <<
-/D [4772 0 R /XYZ 385.3055 507.0984 null]
+4874 0 obj <<
+/D [4858 0 R /XYZ 385.3055 507.0984 null]
 >> endobj
-4789 0 obj <<
-/D [4772 0 R /XYZ 132.5823 494.1469 null]
+4875 0 obj <<
+/D [4858 0 R /XYZ 132.5823 494.1469 null]
 >> endobj
-4790 0 obj <<
-/D [4772 0 R /XYZ 71.731 487.7849 null]
+4876 0 obj <<
+/D [4858 0 R /XYZ 71.731 487.7849 null]
 >> endobj
-4791 0 obj <<
-/D [4772 0 R /XYZ 488.3922 476.2142 null]
+4877 0 obj <<
+/D [4858 0 R /XYZ 488.3922 476.2142 null]
 >> endobj
-4792 0 obj <<
-/D [4772 0 R /XYZ 71.731 432.3786 null]
+4878 0 obj <<
+/D [4858 0 R /XYZ 71.731 432.3786 null]
 >> endobj
-4793 0 obj <<
-/D [4772 0 R /XYZ 71.731 432.3786 null]
+4879 0 obj <<
+/D [4858 0 R /XYZ 71.731 432.3786 null]
 >> endobj
-4794 0 obj <<
-/D [4772 0 R /XYZ 71.731 382.9045 null]
+4880 0 obj <<
+/D [4858 0 R /XYZ 71.731 382.9045 null]
 >> endobj
-4795 0 obj <<
-/D [4772 0 R /XYZ 71.731 349.8635 null]
+4881 0 obj <<
+/D [4858 0 R /XYZ 71.731 349.8635 null]
 >> endobj
-4796 0 obj <<
-/D [4772 0 R /XYZ 71.731 280.1251 null]
+4882 0 obj <<
+/D [4858 0 R /XYZ 71.731 280.1251 null]
 >> endobj
-4797 0 obj <<
-/D [4772 0 R /XYZ 71.731 249.2409 null]
+4883 0 obj <<
+/D [4858 0 R /XYZ 71.731 249.2409 null]
 >> endobj
-4798 0 obj <<
-/D [4772 0 R /XYZ 71.731 218.3567 null]
+4884 0 obj <<
+/D [4858 0 R /XYZ 71.731 218.3567 null]
 >> endobj
-4799 0 obj <<
-/D [4772 0 R /XYZ 235.2282 194.6106 null]
+4885 0 obj <<
+/D [4858 0 R /XYZ 235.2282 194.6106 null]
 >> endobj
-4800 0 obj <<
-/D [4772 0 R /XYZ 71.731 174.5211 null]
+4886 0 obj <<
+/D [4858 0 R /XYZ 71.731 174.5211 null]
 >> endobj
-4801 0 obj <<
-/D [4772 0 R /XYZ 282.3949 163.7265 null]
+4887 0 obj <<
+/D [4858 0 R /XYZ 282.3949 163.7265 null]
 >> endobj
-4802 0 obj <<
-/D [4772 0 R /XYZ 500.3238 163.7265 null]
+4888 0 obj <<
+/D [4858 0 R /XYZ 500.3238 163.7265 null]
 >> endobj
-4803 0 obj <<
-/D [4772 0 R /XYZ 300.3059 150.775 null]
+4889 0 obj <<
+/D [4858 0 R /XYZ 300.3059 150.775 null]
 >> endobj
-4804 0 obj <<
-/D [4772 0 R /XYZ 71.731 137.8236 null]
+4890 0 obj <<
+/D [4858 0 R /XYZ 71.731 137.8236 null]
 >> endobj
-4805 0 obj <<
-/D [4772 0 R /XYZ 71.731 114.81 null]
+4891 0 obj <<
+/D [4858 0 R /XYZ 71.731 114.81 null]
 >> endobj
-4771 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R >>
+4857 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4808 0 obj <<
+4894 0 obj <<
 /Length 2530      
 /Filter /FlateDecode
 >>
@@ -20548,110 +20964,110 @@ A
 pk��F�Q�&��,�x�#�5Q�5���\J���]*����io|Z�~�Xj8-��~�F�S��P)[���GQ
'[2�{n����ލ/��?���8\y�qb�}�ƈ����pf</�{s�MIp1�fbb�`�/��Q9\�5E����#�O��-W���:�9�9�����$��H�I�<���D�����<����~I���~"��P��\���,bJ�p
�"m	�	�V_K'�!�J蛉a���.����s���z"�Y�K|CBS_
 �ٮc��3۶�Y�+�1���6�3r�8��-%uȟ��K�8�s$D��:�'6�S��2\�ؖ�Z��\,D�Ɣr9_�)9u^R�B�����@�}C=���#F$�s�Z��r�,S���f��M��KV3W�q)�-7���;/��>aD�
 �yhcđ��q�JW�!�
B������'_~1ۻr��7���KS��x�dY�;r��ҁM��L��zIx��L��`I��^�ިR��G�?�7��,���f�~��ϨњV�����Jy�3ѽ����8����9i𼜰�Ѓo6���y�*�:gfcL�(z�@&5���d�#�ԢIR��$����YUL1\�o���l��	ê�>�<���vm�S�T�2R���������4M��%5+ǖj�t�ۓ�2��[�X��WX���KY��y����АWd�n�䤛����������S�i��χ&͇!�+���|�����	��-���^H�~,b�LN�<��2P1
-�k,�$���!�������endstream
+�k,�$Q��!�������endstream
 endobj
-4807 0 obj <<
+4893 0 obj <<
 /Type /Page
-/Contents 4808 0 R
-/Resources 4806 0 R
+/Contents 4894 0 R
+/Resources 4892 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4752 0 R
+/Parent 4800 0 R
 >> endobj
-4809 0 obj <<
-/D [4807 0 R /XYZ 71.731 729.2652 null]
+4895 0 obj <<
+/D [4893 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4810 0 obj <<
-/D [4807 0 R /XYZ 71.731 741.2204 null]
+4896 0 obj <<
+/D [4893 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-4811 0 obj <<
-/D [4807 0 R /XYZ 71.731 663.2733 null]
+4897 0 obj <<
+/D [4893 0 R /XYZ 71.731 663.2733 null]
 >> endobj
-4812 0 obj <<
-/D [4807 0 R /XYZ 262.7133 650.4608 null]
+4898 0 obj <<
+/D [4893 0 R /XYZ 262.7133 650.4608 null]
 >> endobj
-4813 0 obj <<
-/D [4807 0 R /XYZ 71.731 625.3899 null]
+4899 0 obj <<
+/D [4893 0 R /XYZ 71.731 625.3899 null]
 >> endobj
-4814 0 obj <<
-/D [4807 0 R /XYZ 71.731 604.547 null]
+4900 0 obj <<
+/D [4893 0 R /XYZ 71.731 604.547 null]
 >> endobj
-4815 0 obj <<
-/D [4807 0 R /XYZ 462.6651 592.9763 null]
+4901 0 obj <<
+/D [4893 0 R /XYZ 462.6651 592.9763 null]
 >> endobj
-4816 0 obj <<
-/D [4807 0 R /XYZ 71.731 572.8868 null]
+4902 0 obj <<
+/D [4893 0 R /XYZ 71.731 572.8868 null]
 >> endobj
-4817 0 obj <<
-/D [4807 0 R /XYZ 86.8712 536.1893 null]
+4903 0 obj <<
+/D [4893 0 R /XYZ 86.8712 536.1893 null]
 >> endobj
-4818 0 obj <<
-/D [4807 0 R /XYZ 71.731 510.2864 null]
+4904 0 obj <<
+/D [4893 0 R /XYZ 71.731 510.2864 null]
 >> endobj
-4819 0 obj <<
-/D [4807 0 R /XYZ 71.731 485.2155 null]
+4905 0 obj <<
+/D [4893 0 R /XYZ 71.731 485.2155 null]
 >> endobj
-4820 0 obj <<
-/D [4807 0 R /XYZ 71.731 464.3727 null]
+4906 0 obj <<
+/D [4893 0 R /XYZ 71.731 464.3727 null]
 >> endobj
-4821 0 obj <<
-/D [4807 0 R /XYZ 71.731 419.761 null]
+4907 0 obj <<
+/D [4893 0 R /XYZ 71.731 419.761 null]
 >> endobj
-4822 0 obj <<
-/D [4807 0 R /XYZ 71.731 408.8668 null]
+4908 0 obj <<
+/D [4893 0 R /XYZ 71.731 408.8668 null]
 >> endobj
-4823 0 obj <<
-/D [4807 0 R /XYZ 71.731 403.8855 null]
+4909 0 obj <<
+/D [4893 0 R /XYZ 71.731 403.8855 null]
 >> endobj
-4824 0 obj <<
-/D [4807 0 R /XYZ 81.6937 381.071 null]
+4910 0 obj <<
+/D [4893 0 R /XYZ 81.6937 381.071 null]
 >> endobj
-4825 0 obj <<
-/D [4807 0 R /XYZ 186.3981 368.1196 null]
+4911 0 obj <<
+/D [4893 0 R /XYZ 186.3981 368.1196 null]
 >> endobj
-4826 0 obj <<
-/D [4807 0 R /XYZ 134.4201 355.1681 null]
+4912 0 obj <<
+/D [4893 0 R /XYZ 134.4201 355.1681 null]
 >> endobj
-4827 0 obj <<
-/D [4807 0 R /XYZ 197.7326 355.1681 null]
+4913 0 obj <<
+/D [4893 0 R /XYZ 197.7326 355.1681 null]
 >> endobj
-4828 0 obj <<
-/D [4807 0 R /XYZ 71.731 335.0785 null]
+4914 0 obj <<
+/D [4893 0 R /XYZ 71.731 335.0785 null]
 >> endobj
-4829 0 obj <<
-/D [4807 0 R /XYZ 301.2456 324.2839 null]
+4915 0 obj <<
+/D [4893 0 R /XYZ 301.2456 324.2839 null]
 >> endobj
-4830 0 obj <<
-/D [4807 0 R /XYZ 172.7839 311.3325 null]
+4916 0 obj <<
+/D [4893 0 R /XYZ 172.7839 311.3325 null]
 >> endobj
-4831 0 obj <<
-/D [4807 0 R /XYZ 494.944 311.3325 null]
+4917 0 obj <<
+/D [4893 0 R /XYZ 494.944 311.3325 null]
 >> endobj
-4832 0 obj <<
-/D [4807 0 R /XYZ 71.731 283.2728 null]
+4918 0 obj <<
+/D [4893 0 R /XYZ 71.731 283.2728 null]
 >> endobj
-4833 0 obj <<
-/D [4807 0 R /XYZ 81.6937 267.4969 null]
+4919 0 obj <<
+/D [4893 0 R /XYZ 81.6937 267.4969 null]
 >> endobj
-4834 0 obj <<
-/D [4807 0 R /XYZ 187.8367 254.5455 null]
+4920 0 obj <<
+/D [4893 0 R /XYZ 187.8367 254.5455 null]
 >> endobj
-4835 0 obj <<
-/D [4807 0 R /XYZ 236.9551 228.6426 null]
+4921 0 obj <<
+/D [4893 0 R /XYZ 236.9551 228.6426 null]
 >> endobj
-4836 0 obj <<
-/D [4807 0 R /XYZ 81.6937 215.6912 null]
+4922 0 obj <<
+/D [4893 0 R /XYZ 81.6937 215.6912 null]
 >> endobj
-4837 0 obj <<
-/D [4807 0 R /XYZ 71.731 195.6016 null]
+4923 0 obj <<
+/D [4893 0 R /XYZ 71.731 195.6016 null]
 >> endobj
-1976 0 obj <<
-/D [4807 0 R /XYZ 71.731 151.766 null]
+2005 0 obj <<
+/D [4893 0 R /XYZ 71.731 151.766 null]
 >> endobj
-4806 0 obj <<
-/Font << /F33 1378 0 R /F35 1723 0 R /F27 1278 0 R >>
+4892 0 obj <<
+/Font << /F33 1398 0 R /F35 1752 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4840 0 obj <<
+4926 0 obj <<
 /Length 2757      
 /Filter /FlateDecode
 >>
@@ -20668,77 +21084,77 @@ r]prGq$Iw
 pZ˱�-�24
 �h�9 aX�~bv��V�MA��b�y�y'hl��<hi��bw�5�f�}c�G3H�pb�'	>��o8{��X�!T=������&���+���H�bQ�-]sC͉Z�VO��/ah{�bqiKƘ��}ږ�h�b�Rsf�Ʈa2���n���6���
��,��G���ȷP�[�/��@��xJ���)�SQ���A���5g��se!�3���P�������'D�;��O�_e��Z�lo1����A�y~ƯJ��u)����;1�3�4�O�VFa|��.�5H�K;9@^�%D&R	�ؙs�� ���H�����R��e)��5X����s��ݯ)�N���.^&��aߛz�͂X�i��ED?��z������qCC�hSEJVW�UKa"�w�x�OJ��?J� 薉��O��B�0菦���Ag�
 8�(6��J�i���kޱ��r��e�<��g�)��>l7���cB����b�:Гby�����r�pE(�� �T���I�L�T�#g�4ЕS���;�ۂ�����c.�@�6��a5� �JW2@w���J�	2d+��v�N#u�uvΙ\�vVo+�Z)"O6Ǔ�!}t�+�(��q�cGA�̬8]Vm�I��%/��	+����Z'��Y��f۷[,;Ly�w���a���������f�?��rO񑴊�+�+��������ǖ����_���]3��rz�y���ys*9I"�*��j)�Miݫ���Q�n4�]�d�������\hJj"4�AyP��B��w�J�FB	�,8N���޷V%�ځ�y����.������!|�q������qg�56���;����
-��Z�T�����{��MM�z�S���G���$�ꏡ4�����U�O�p�<x����9.��endstream
+��Z�T�����{��MM�z�S���G���$�ꏡ4�����U�O�p�<|����9[��endstream
 endobj
-4839 0 obj <<
+4925 0 obj <<
 /Type /Page
-/Contents 4840 0 R
-/Resources 4838 0 R
+/Contents 4926 0 R
+/Resources 4924 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4752 0 R
+/Parent 4800 0 R
 >> endobj
-4841 0 obj <<
-/D [4839 0 R /XYZ 71.731 729.2652 null]
+4927 0 obj <<
+/D [4925 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4842 0 obj <<
-/D [4839 0 R /XYZ 71.731 741.2204 null]
+4928 0 obj <<
+/D [4925 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-946 0 obj <<
-/D [4839 0 R /XYZ 402.8496 705.7477 null]
+966 0 obj <<
+/D [4925 0 R /XYZ 402.8496 705.7477 null]
 >> endobj
-4843 0 obj <<
-/D [4839 0 R /XYZ 71.731 701.9174 null]
+4929 0 obj <<
+/D [4925 0 R /XYZ 71.731 701.9174 null]
 >> endobj
-4844 0 obj <<
-/D [4839 0 R /XYZ 118.5554 659.727 null]
+4930 0 obj <<
+/D [4925 0 R /XYZ 118.5554 659.727 null]
 >> endobj
-4845 0 obj <<
-/D [4839 0 R /XYZ 71.731 555.34 null]
+4931 0 obj <<
+/D [4925 0 R /XYZ 71.731 555.34 null]
 >> endobj
-4846 0 obj <<
-/D [4839 0 R /XYZ 271.0004 542.4881 null]
+4932 0 obj <<
+/D [4925 0 R /XYZ 271.0004 542.4881 null]
 >> endobj
-4847 0 obj <<
-/D [4839 0 R /XYZ 344.4787 516.5853 null]
+4933 0 obj <<
+/D [4925 0 R /XYZ 344.4787 516.5853 null]
 >> endobj
-4848 0 obj <<
-/D [4839 0 R /XYZ 71.731 498.553 null]
+4934 0 obj <<
+/D [4925 0 R /XYZ 71.731 498.553 null]
 >> endobj
-4849 0 obj <<
-/D [4839 0 R /XYZ 389.061 472.7497 null]
+4935 0 obj <<
+/D [4925 0 R /XYZ 389.061 472.7497 null]
 >> endobj
-4850 0 obj <<
-/D [4839 0 R /XYZ 118.6881 459.7982 null]
+4936 0 obj <<
+/D [4925 0 R /XYZ 118.6881 459.7982 null]
 >> endobj
-4851 0 obj <<
-/D [4839 0 R /XYZ 411.7689 459.7982 null]
+4937 0 obj <<
+/D [4925 0 R /XYZ 411.7689 459.7982 null]
 >> endobj
-4852 0 obj <<
-/D [4839 0 R /XYZ 71.731 439.7087 null]
+4938 0 obj <<
+/D [4925 0 R /XYZ 71.731 439.7087 null]
 >> endobj
-4853 0 obj <<
-/D [4839 0 R /XYZ 403.6536 415.9626 null]
+4939 0 obj <<
+/D [4925 0 R /XYZ 403.6536 415.9626 null]
 >> endobj
-4854 0 obj <<
-/D [4839 0 R /XYZ 71.731 390.8917 null]
+4940 0 obj <<
+/D [4925 0 R /XYZ 71.731 390.8917 null]
 >> endobj
-4855 0 obj <<
-/D [4839 0 R /XYZ 71.731 316.3712 null]
+4941 0 obj <<
+/D [4925 0 R /XYZ 71.731 316.3712 null]
 >> endobj
-4856 0 obj <<
-/D [4839 0 R /XYZ 477.6839 292.6251 null]
+4942 0 obj <<
+/D [4925 0 R /XYZ 477.6839 292.6251 null]
 >> endobj
-4857 0 obj <<
-/D [4839 0 R /XYZ 71.731 259.5841 null]
+4943 0 obj <<
+/D [4925 0 R /XYZ 71.731 259.5841 null]
 >> endobj
-4858 0 obj <<
-/D [4839 0 R /XYZ 71.731 197.8158 null]
+4944 0 obj <<
+/D [4925 0 R /XYZ 71.731 197.8158 null]
 >> endobj
-4838 0 obj <<
-/Font << /F33 1378 0 R /F23 1270 0 R /F44 2154 0 R /F27 1278 0 R /F35 1723 0 R >>
+4924 0 obj <<
+/Font << /F33 1398 0 R /F23 1290 0 R /F44 2183 0 R /F27 1298 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4861 0 obj <<
+4947 0 obj <<
 /Length 2249      
 /Filter /FlateDecode
 >>
@@ -20753,96 +21169,96 @@ tX
 ��L��>{d�&\��}!��~�qɆ�i���]����Z!���p���������C���L��B�B2�3s}���v4�<�{0���
 W^�%�U��(��a��%���־qG�෷�MV�tZ0��-O���5��2�����#�eM�BGD�>�"�iK�+��{��y��9t[�a����u���;<����؁�ݐ�*��*P�%"�IMKS;�
�����Bh%mIŎi<��?�46IH&7�43�L��RHnDVL�����JC�b��X���q5pyS�+�u!����5/�ͪ�uI�BcC윇�k�$B��Na���+��ѥ�uGF�����q�C���Z-'��}��lW��Be���vP3c,����%�P2P|��K��d����G�ؖ�`2�W��nm>T�n(��n9���
z<�IE��W|ˀ�k8�w��"��W/�T�˲����a�I�ڠ��p-M���X����/rKD��0�To�Z�j�M�c#��3O�D}U�}���
�Gn�",@�`I�5X>�̃U��Xi��o�{Z��0�[�H<RN�:V6Ǯ�խ�B��sHj�տ-~4A�Ox��R�����H�fR��c��p)[�E�%�r��xg\�.%���{�R�����
 ��!���)�͹��i�v��YG��s+�H:�����GRd�u�`]�*�DeeIk�8i�Ե��V\~a���[�����f�n�s!rG>����	HG	�����N
-=U��!׆�z��:%8H4��"�������u�hIs�I�D�����{Ў"�3%�:Kl�AÈ7ձֳ*4Z�UW�t[�d7�kK�d$[%}��KJ�A�ϭ��Ç��3���`�u��77����W��uv�܇�\ܨ��K�"֏~8��\~7�V��֣$ܝV��|E�w�˫endstream
+=U��!׆�z��:%8H4��"�������u�hIs�I�D�����{Ў"�3%�:Kl�AÈ7ձֳ*4Z�UW�t[�d7�kK�d$[%}��KJ�A�ϭ��Ç��3���`�u��77����W��uv�܇�\ܨ��K�"֏~8��\~7�V��֣$ܝ?�)����w�ˬendstream
 endobj
-4860 0 obj <<
+4946 0 obj <<
 /Type /Page
-/Contents 4861 0 R
-/Resources 4859 0 R
+/Contents 4947 0 R
+/Resources 4945 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4752 0 R
-/Annots [ 4868 0 R 4869 0 R 4870 0 R ]
+/Parent 4963 0 R
+/Annots [ 4954 0 R 4955 0 R 4956 0 R ]
 >> endobj
-4868 0 obj <<
+4954 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [243.5321 301.1179 411.2056 312.0218]
 /Subtype /Link
 /A << /S /GoTo /D (cvs) >>
 >> endobj
-4869 0 obj <<
+4955 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [493.3402 275.215 538.9788 286.1189]
 /Subtype /Link
 /A << /S /GoTo /D (tinderbox) >>
 >> endobj
-4870 0 obj <<
+4956 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [70.7348 262.2636 268.7199 273.1675]
 /Subtype /Link
 /A << /S /GoTo /D (tinderbox) >>
 >> endobj
-4862 0 obj <<
-/D [4860 0 R /XYZ 71.731 729.2652 null]
+4948 0 obj <<
+/D [4946 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4863 0 obj <<
-/D [4860 0 R /XYZ 71.731 525.8631 null]
+4949 0 obj <<
+/D [4946 0 R /XYZ 71.731 525.8631 null]
 >> endobj
-4864 0 obj <<
-/D [4860 0 R /XYZ 118.5554 487.2991 null]
+4950 0 obj <<
+/D [4946 0 R /XYZ 118.5554 487.2991 null]
 >> endobj
-4865 0 obj <<
-/D [4860 0 R /XYZ 211.9919 478.8347 null]
+4951 0 obj <<
+/D [4946 0 R /XYZ 211.9919 478.8347 null]
 >> endobj
-4866 0 obj <<
-/D [4860 0 R /XYZ 71.731 433.7095 null]
+4952 0 obj <<
+/D [4946 0 R /XYZ 71.731 433.7095 null]
 >> endobj
-1977 0 obj <<
-/D [4860 0 R /XYZ 71.731 406.8653 null]
+2006 0 obj <<
+/D [4946 0 R /XYZ 71.731 406.8653 null]
 >> endobj
-950 0 obj <<
-/D [4860 0 R /XYZ 449.6052 363.7679 null]
+970 0 obj <<
+/D [4946 0 R /XYZ 449.6052 363.7679 null]
 >> endobj
-1978 0 obj <<
-/D [4860 0 R /XYZ 71.731 359.9376 null]
+2007 0 obj <<
+/D [4946 0 R /XYZ 71.731 359.9376 null]
 >> endobj
-954 0 obj <<
-/D [4860 0 R /XYZ 159.4424 324.3955 null]
+974 0 obj <<
+/D [4946 0 R /XYZ 159.4424 324.3955 null]
 >> endobj
-4867 0 obj <<
-/D [4860 0 R /XYZ 71.731 317.0432 null]
+4953 0 obj <<
+/D [4946 0 R /XYZ 71.731 317.0432 null]
 >> endobj
-1979 0 obj <<
-/D [4860 0 R /XYZ 71.731 258.2785 null]
+2008 0 obj <<
+/D [4946 0 R /XYZ 71.731 258.2785 null]
 >> endobj
-958 0 obj <<
-/D [4860 0 R /XYZ 141.1081 221.063 null]
+978 0 obj <<
+/D [4946 0 R /XYZ 141.1081 221.063 null]
 >> endobj
-4871 0 obj <<
-/D [4860 0 R /XYZ 71.731 213.7107 null]
+4957 0 obj <<
+/D [4946 0 R /XYZ 71.731 213.7107 null]
 >> endobj
-4872 0 obj <<
-/D [4860 0 R /XYZ 71.731 193.8003 null]
+4958 0 obj <<
+/D [4946 0 R /XYZ 71.731 193.8003 null]
 >> endobj
-4873 0 obj <<
-/D [4860 0 R /XYZ 331.4802 170.0543 null]
+4959 0 obj <<
+/D [4946 0 R /XYZ 331.4802 170.0543 null]
 >> endobj
-4874 0 obj <<
-/D [4860 0 R /XYZ 86.3959 144.1514 null]
+4960 0 obj <<
+/D [4946 0 R /XYZ 86.3959 144.1514 null]
 >> endobj
-4875 0 obj <<
-/D [4860 0 R /XYZ 71.731 137.0133 null]
+4961 0 obj <<
+/D [4946 0 R /XYZ 71.731 137.0133 null]
 >> endobj
-4876 0 obj <<
-/D [4860 0 R /XYZ 225.8809 113.2672 null]
+4962 0 obj <<
+/D [4946 0 R /XYZ 225.8809 113.2672 null]
 >> endobj
-4859 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F35 1723 0 R /F23 1270 0 R /F44 2154 0 R >>
+4945 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F35 1752 0 R /F23 1290 0 R /F44 2183 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4879 0 obj <<
+4966 0 obj <<
 /Length 1344      
 /Filter /FlateDecode
 >>
@@ -20850,501 +21266,495 @@ stream
 xڭW�o�6�_ܓ$�������p@��u���Zm˰�w�HQv�K�;`C��"E�⏤>��r��>цEY͊�.��@���[�~�r��~w��9�g�ɢl�;Β0gqofy�u�׳���`[���n���0�}����V_Ts"�}���J����v��n<:�s�Y��w�w]{����kt4w���h[�q�泱�&���W��H���D���9O�S'��
1_�-��C�
~�౨��(�#��$���m���:H/=�Fv�x�hpB�X�mR���=�+$���Omu��ѩ �h�Iֲ����xll'�g�k����3��o׽'��HDim�q�:vҔ��5Ү�j�š�C�b�9 �x�dBI`�z�2��O����<�Q]w��]$��O��u0��GI�L�1���/9�c��qT`L��gCNxʻ<� H~�'�m��J��9�*j?/}�׵C�-��tܧ0
��`՜#���0�P���γ4`�����U��;��Y��!�+gwi���a���(vl ���Q��d611VȄl&�P��>���m�;+���=5����=�A,�H.�Fp9|0�x�v� ��M\>��
 ��e���)�D:�)S/�u���)d��x>t�98��Xi늌��whEqDY��U�f��l����#;'��ooh��-J��-:�m[)y�j�5�t�:�4��:���U�^a�����
 >���y�{Y
��G�:l$��xa�JQ�^ol�(��dg�j�����$�I$HPc8������1Z�t�����sɢ��w��!����
-�E=�9��XH|��s������:5X
���6�"!f�WV������6��Y��U�ӂ(a��9�t���E� -X����~��0��e��響��1D���E_�bO�ր��H$���Y�h���{���c��L�)�ov|��_���b����Tr�[�,��l�J�b;]т��-&����IL:(��,`%:�{�D�jE`y�Kd���������-�|��z_߼9�}�j2�p��A���(~��WfH�'�1)���'�˨v�_𐫮����|�X����r�����|��>�}�AdTE�ߍ����hR��;|Q:�(���*�vz��1�N�
�,�9B�/f�jzH�%y���
ع�k��K����9�H�8F���B���$���p���1����2���sh��vq�SS��5���Ђ���2�ѐB�h��LSR�dXqR����wJw����HQ�
n����I�lͳͻ��&{�n�њ�|�-�S��_A�8�����endstream
+�E=�9��XH|��s������:5X
���6�"!f�WV������6��Y��U�ӂ(a��9�t���E� -X����~��0��e��響��1D���E_�bO�ր��H$���Y�h���{���c��L�)�ov|��_���b����Tr�[�,��l�J�b;]т��-&����IL:(��,`%:�{�D�jE`y�Kd���������-�|��z_߼9�}�j2�p��A���(~��WfH�'�1)���'�˨v�_𐫮����|�X����r�����|��>�}�AdTE�ߍ����hR��;|Q:�(���*�vz��1�N�
�,�9B�/f�jzH�%y���
ع�k��K����9�H�8F���B���$���p���1����2���sh��vq�SS��5���Ђ���2�ѐB�h��LSR�dXqR����wJw����HQ�
n����I�lͳͻ��&{�n�њ�|�-�S��_A�8�����endstream
 endobj
-4878 0 obj <<
+4965 0 obj <<
 /Type /Page
-/Contents 4879 0 R
-/Resources 4877 0 R
+/Contents 4966 0 R
+/Resources 4964 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4893 0 R
+/Parent 4963 0 R
 >> endobj
-4880 0 obj <<
-/D [4878 0 R /XYZ 71.731 729.2652 null]
+4967 0 obj <<
+/D [4965 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4881 0 obj <<
-/D [4878 0 R /XYZ 71.731 718.3063 null]
+4968 0 obj <<
+/D [4965 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-4882 0 obj <<
-/D [4878 0 R /XYZ 373.6261 695.3923 null]
+4969 0 obj <<
+/D [4965 0 R /XYZ 373.6261 695.3923 null]
 >> endobj
-1980 0 obj <<
-/D [4878 0 R /XYZ 71.731 688.2541 null]
+2009 0 obj <<
+/D [4965 0 R /XYZ 71.731 688.2541 null]
 >> endobj
-962 0 obj <<
-/D [4878 0 R /XYZ 204.6754 651.0386 null]
+982 0 obj <<
+/D [4965 0 R /XYZ 204.6754 651.0386 null]
 >> endobj
-4883 0 obj <<
-/D [4878 0 R /XYZ 71.731 643.6863 null]
+4970 0 obj <<
+/D [4965 0 R /XYZ 71.731 643.6863 null]
 >> endobj
-4884 0 obj <<
-/D [4878 0 R /XYZ 71.731 617.9626 null]
+4971 0 obj <<
+/D [4965 0 R /XYZ 71.731 617.9626 null]
 >> endobj
-4885 0 obj <<
-/D [4878 0 R /XYZ 249.701 617.9626 null]
+4972 0 obj <<
+/D [4965 0 R /XYZ 249.701 617.9626 null]
 >> endobj
-4886 0 obj <<
-/D [4878 0 R /XYZ 273.8213 605.0112 null]
+4973 0 obj <<
+/D [4965 0 R /XYZ 273.8213 605.0112 null]
 >> endobj
-4887 0 obj <<
-/D [4878 0 R /XYZ 71.731 597.873 null]
+4974 0 obj <<
+/D [4965 0 R /XYZ 71.731 597.873 null]
 >> endobj
-1981 0 obj <<
-/D [4878 0 R /XYZ 71.731 541.086 null]
+2010 0 obj <<
+/D [4965 0 R /XYZ 71.731 541.086 null]
 >> endobj
-966 0 obj <<
-/D [4878 0 R /XYZ 189.2393 503.8705 null]
+986 0 obj <<
+/D [4965 0 R /XYZ 189.2393 503.8705 null]
 >> endobj
-4888 0 obj <<
-/D [4878 0 R /XYZ 71.731 496.5181 null]
+4975 0 obj <<
+/D [4965 0 R /XYZ 71.731 496.5181 null]
 >> endobj
-4889 0 obj <<
-/D [4878 0 R /XYZ 350.2936 457.8431 null]
+4976 0 obj <<
+/D [4965 0 R /XYZ 350.2936 457.8431 null]
 >> endobj
-1982 0 obj <<
-/D [4878 0 R /XYZ 71.731 450.7049 null]
+2011 0 obj <<
+/D [4965 0 R /XYZ 71.731 450.7049 null]
 >> endobj
-970 0 obj <<
-/D [4878 0 R /XYZ 261.4143 413.4894 null]
+990 0 obj <<
+/D [4965 0 R /XYZ 261.4143 413.4894 null]
 >> endobj
-4890 0 obj <<
-/D [4878 0 R /XYZ 71.731 406.1371 null]
+4977 0 obj <<
+/D [4965 0 R /XYZ 71.731 406.1371 null]
 >> endobj
-4891 0 obj <<
-/D [4878 0 R /XYZ 71.731 380.4134 null]
+4978 0 obj <<
+/D [4965 0 R /XYZ 71.731 380.4134 null]
 >> endobj
-4892 0 obj <<
-/D [4878 0 R /XYZ 365.6409 380.4134 null]
+4979 0 obj <<
+/D [4965 0 R /XYZ 365.6409 380.4134 null]
 >> endobj
-4877 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+4964 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4896 0 obj <<
+4982 0 obj <<
 /Length 2440      
 /Filter /FlateDecode
 >>
 stream
-xڝk������8``�X���O������vq7EQ�±��X�2����/)RN���\��E�ŧ#W��U"E��2��H���`u��Oo$��q,T$cX,�n#��,U�j{������OJ�T �(�V��IT��������]ۚ���m�*I��=�7i��6*X�q����6��ڡj����	�&�Ld1���jrG����ꁍL׽)��6�8V�62Z�o�q��5�0f��,���_|?�S�uN���V�mg��9���L֟�nlc��NfA���K8פ2p"F^�s>'<6T*�E2t}�c$Q�U��U	"��Mc���E^>T�lI���P2
-ٔawj�!�F>M�J�"2��mHE�r,��NQY��y�Ak��hb��U
-Lb�G�Le�!��d����V����TΒ���nȹ<.��
Z������w�D+�����y�^���S>��D�گ;����)	8Yt��[�����n+�@(�������O�R o��G�}�U�X;wDn;�9x�I_X�M��plеǦ*��/�lZ�3k�9����"�6��E��Ƕ�� ��>\<�� 
- *�P��������Hݽ�xH�c������<HFZ���iPؙU�§9љi뜗��Ъ�O �;&b���'�qG�o>�OYP�HD!8af"Ͳ�L9m��(Q^��3^x�_}�@����H����
-x�WH5lF�F���Wُ.�Y�`���"�`yI���em��Z0��+Rԝ���^V B!�+�zs|@+�8v3����1yQ��w!�9z\J�Z	��m�\����/F@�Kk�)%��O	w���\�����NN�#��,-mQ���]�%�=�=�z�Q�t�vi�hj{��	),S�ks`9iG�.b�a0
���dd�ۄA�<_*2a����wf(v�C�;
C[�f��B��:aE�*������\M�B�n,?b��+�
-�`xߥ����ԇ�T:�|�S�������&��}��mR���j�e���-ǚꎊC.1G.����(\C��b�@ȝ����e�wwH`�LA�P��5P8�f0�)��
-���A�| ̭��d������x��/:����^���B@	��{o	�����0#88��v��9i��ds�8G��'�oK��5.S��6�[Xa�����j8�q�Ekk�F)\U��E"���� ���M+}X�iK�w<�f�W����
-�'C0Ӣ�Ռ�W>�Gf౫��e�M~������`��S+�tZ�P�@�12۪�:���W��L$(I�o3N���8�a��GYuP~0�������8y�͊�J��4)9��B-���s�����)�4��vxj�
�k���x��;������ ӱ^$Q�`��t�����fS���z*�ռ�ѽ���>��
-řC=�,�u���+�[坘��1#������4���E��?TЯ�M3���*Դ�#�.Gq�!�YK��1�®��j�v7�UΛ�\�z�d ���e(��ƿ殼��ByW=�2,|�x�He`�a"O�w��>q��"��+�UU0���G�mB���{�(���GL�~g/�s@��5e��c8�l<�.��Hp�f�G��&����*��(���M��$�:g@.�������쩮'�D$)T��7�Ɓб��mx�A��%�h�4�����A:��5��FQ�3�I0|=a@��Cv~Q�3�����-���n���%�5������V�o���6z�~�o�Lt~n���6����5N�J��W.�Yr��XR����Â�LD��'�c[��9��`G6�x�d���i���/�C�r�$�[	���>����~�ן���͞$�όO���91.Ʀ����aҒ�
=x��f���D°A oh�b�+���w�6�L�M.?|���߼��<@Ҟ�~s &���.v8c��G����_0e*g��4g�Ϝih�u�˜_6�?��m9b>�To��@'0�+���3�h	��:z!%�((U$b�\L���:�X�����[ ����
�e�$9���'=���p����T�c�#rϱH_=#�#W`hP��?u�8֓L$���_�=��������C���41�sI��9��_zE�g�Q�l$�
-G��Y�񛡷ns���4bМH�Ź��4��i1g����׭���v��|�.�p�������ܱ��'�.��#�i{�K-�ܭ!`�pr��Ÿ/�74�l2�~�\)7|�������D�0�G��0~֭|Ӊ��.�0�L��É7-=٤ ����������a�\��jaP'������4����+�\ǎ!n<�Nj/�y�_N���}B�}���9�p��[M�B/=c�������)(�2�&Nx�,���~CZ�_^��endstream
+xڝk����{~�X��=��� �W���E�+
+Y�B$���n����#[Ze�Z,��p(���S�7�������L��B���7��[���LD����bew�X���6�[&���~�j#=�I��?M�<%��6��?���V7E�m��q�}'�y�K�m���֌ǝ�m+�_��������o�IE�L`�m� 7VQhY�_���ɶ��P���r'�������jv�h3z榮݋���ʪ�hU6����ʸ�̱�u������Ѝi4A�1�E��u�Y�TN���RgC~�c�A})���A���I�9�h�G�H"�g��.�h�e�[Rm�XH?ؔAw(���|��5hEd���E�Ҳ@s�*Ae	ȳ���A˳��
+7	0��q R�*`�<�ο�z[�V+"cP9�c�F�!�nlp�Զ�h�;B��Cc���V�����1��lx�í[wтYSp1�^�s��y��f�n������z��O���Ϭ�G�}�U�X3wDn:�99�I_Xui�plеǦ�����lZ�3k�9�3�)"�6kc#C�cۚnGY.+��zh��������c`�^�<|�c���3��<HFJ&��)PؚU�—9љi��
+M{hUĀ'�1��ٓÂ��
�7�,(U(���0R���j����7T�(o��/<˯.i�FR��H<��ӗpD�(�(��L���7ُ.�Z�`��
+CcyI���em��Z1�\*x��R�;/)0��@���nL��������-,B;��dy��ކ���)A))T���-7r��_����F�SJ���h��Eڜ���5\�XK`�Yڢ"y��$K  z�GB�����hm��T�,�R�x�f�rҎ�]ŚӠ+�H�A�<[+�'/8���@��p��8X��
��B�@i򫠶�
+�s9
+q5�Xv�FW�?$�A�M��۩N��t4�`:�Ѝ�Fc[IM{��nR���yr�E����-G�ꎌ.1G.����(lC��`�@Ȟ���re�'{wH`j��F�z�k(c3�NDC�AЂd�B6f�誽#**3N�:኎�a̢�y=�߄PB)E ���B�w0�"��1�?f�=!lNZ�>F;�6j����M����e
+��&�c�+�w��X3�hM�(����HdC0����=ái}���n��OFޭ�pg����U��	fZt��Q�ʗ����<v�{}0̳�j
+�Eh�5�rV��P��T1!�-�|ӌ,DA�Gj�q�l�V�IƔ8������E$����[ m��WҦĠI�A�0j��H.��E8l\��M^����m��S�(;hHW$���S^�����E���"����#w�g�6�*�&�S��fe���u0 ��I�T )�,��bx�+�66�ܐΕ�b�b��dV�M�7Ҩ�C
��PB�^�f $�Օ�i�G�]�bC"�YK��1�W®�u9@
�[�*�M��y�E2��Ɍ2@G�^�W^ZN���˞c.z��^��0�0��贽�I��8L#���+�U�0�y��VG�}@�D�{�(�˜GL�~k/�s@��5e��c8�l<�.���q��G�d��l
+JP�h3r���}�}�5 �l��bp�${��	5q��ͳ�'T��6< }�w4l���^������k�o��Hgh�`�z�0�F���,ܢ05����ح�'�n���!�95������V�o��`=t����&��[�|j�u1}�hu�;��ōK{Q_o3�{�z}�a��e*��ݓ8�-���"�#�z������4�����l9{ý�È>����~�ן�����$�όO���:1.Ʀp���a҂�
=xt����D°A kh�|�+���w���t�M.?|���߼�N?@Ҟ��4~� &���.8cT�G����_0eJ?J9+)�J�9���k��=����M1b>���ƍ�V`#g�J���8b����0SЗ�� s192����9�Rp3-�7���KowЗ-��t�?����c�
±*��)���E�c��z�tG��Р�
~��q9�ǩ�=߷��]�ڰ���Tχ�g���X�LR�=�D.��
+�WTx�U���G;@�T�(~3tv�mN�=}�F�ɾXw���04�#����l z��V xl�	ͷo�
+7�k{�9�kN�>q"���[Ҟ��~����5@N.�ֿh��vF���.��w����'H�i[NL�zį��g��5�����Oc��m6\x�ГM
+O��/�e�O+�bq�W;�*���lO7�ص����ts];�����:�A�^笿��u�����2p-�2�5`��[M�@�=c��
���n��v�d�'O����7���X��endstream
 endobj
-4895 0 obj <<
+4981 0 obj <<
 /Type /Page
-/Contents 4896 0 R
-/Resources 4894 0 R
+/Contents 4982 0 R
+/Resources 4980 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4893 0 R
-/Annots [ 4903 0 R 4904 0 R ]
+/Parent 4963 0 R
+/Annots [ 4989 0 R 4990 0 R ]
 >> endobj
-4903 0 obj <<
+4989 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [234.5514 546.7459 281.8882 557.6498]
 /Subtype /Link
 /A << /S /GoTo /D (installation) >>
 >> endobj
-4904 0 obj <<
+4990 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [354.758 546.7459 402.0948 557.6498]
 /Subtype /Link
 /A << /S /GoTo /D (configuration) >>
 >> endobj
-4897 0 obj <<
-/D [4895 0 R /XYZ 71.731 729.2652 null]
+4983 0 obj <<
+/D [4981 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1983 0 obj <<
-/D [4895 0 R /XYZ 71.731 718.3063 null]
+2012 0 obj <<
+/D [4981 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-974 0 obj <<
-/D [4895 0 R /XYZ 358.6963 703.236 null]
+994 0 obj <<
+/D [4981 0 R /XYZ 358.6963 703.236 null]
 >> endobj
-4898 0 obj <<
-/D [4895 0 R /XYZ 71.731 681.8546 null]
+4984 0 obj <<
+/D [4981 0 R /XYZ 71.731 681.8546 null]
 >> endobj
-1984 0 obj <<
-/D [4895 0 R /XYZ 71.731 658.3912 null]
+2013 0 obj <<
+/D [4981 0 R /XYZ 71.731 658.3912 null]
 >> endobj
-978 0 obj <<
-/D [4895 0 R /XYZ 233.1753 615.2938 null]
+998 0 obj <<
+/D [4981 0 R /XYZ 233.1753 615.2938 null]
 >> endobj
-4899 0 obj <<
-/D [4895 0 R /XYZ 71.731 606.4709 null]
+4985 0 obj <<
+/D [4981 0 R /XYZ 71.731 606.4709 null]
 >> endobj
-4900 0 obj <<
-/D [4895 0 R /XYZ 146.6603 593.7346 null]
+4986 0 obj <<
+/D [4981 0 R /XYZ 146.6603 593.7346 null]
 >> endobj
-4901 0 obj <<
-/D [4895 0 R /XYZ 441.3262 580.7832 null]
+4987 0 obj <<
+/D [4981 0 R /XYZ 441.3262 580.7832 null]
 >> endobj
-4902 0 obj <<
-/D [4895 0 R /XYZ 71.731 560.6936 null]
+4988 0 obj <<
+/D [4981 0 R /XYZ 71.731 560.6936 null]
 >> endobj
-4905 0 obj <<
-/D [4895 0 R /XYZ 82.1385 523.9961 null]
+4991 0 obj <<
+/D [4981 0 R /XYZ 82.1385 523.9961 null]
 >> endobj
-4906 0 obj <<
-/D [4895 0 R /XYZ 71.731 490.9551 null]
+4992 0 obj <<
+/D [4981 0 R /XYZ 71.731 490.9551 null]
 >> endobj
-4907 0 obj <<
-/D [4895 0 R /XYZ 430.9687 467.2091 null]
+4993 0 obj <<
+/D [4981 0 R /XYZ 430.9687 467.2091 null]
 >> endobj
-4908 0 obj <<
-/D [4895 0 R /XYZ 71.731 454.2576 null]
+4994 0 obj <<
+/D [4981 0 R /XYZ 71.731 454.2576 null]
 >> endobj
-4909 0 obj <<
-/D [4895 0 R /XYZ 468.5487 428.3548 null]
+4995 0 obj <<
+/D [4981 0 R /XYZ 468.5487 428.3548 null]
 >> endobj
-1985 0 obj <<
-/D [4895 0 R /XYZ 71.731 421.2166 null]
+2014 0 obj <<
+/D [4981 0 R /XYZ 71.731 421.2166 null]
 >> endobj
-982 0 obj <<
-/D [4895 0 R /XYZ 121.4833 355.7391 null]
+1002 0 obj <<
+/D [4981 0 R /XYZ 121.4833 355.7391 null]
 >> endobj
-4910 0 obj <<
-/D [4895 0 R /XYZ 71.731 343.3011 null]
+4996 0 obj <<
+/D [4981 0 R /XYZ 71.731 343.3011 null]
 >> endobj
-4911 0 obj <<
-/D [4895 0 R /XYZ 149.514 334.1799 null]
+4997 0 obj <<
+/D [4981 0 R /XYZ 149.514 334.1799 null]
 >> endobj
-4912 0 obj <<
-/D [4895 0 R /XYZ 252.2636 334.1799 null]
+4998 0 obj <<
+/D [4981 0 R /XYZ 252.2636 334.1799 null]
 >> endobj
-4913 0 obj <<
-/D [4895 0 R /XYZ 71.731 309.109 null]
+4999 0 obj <<
+/D [4981 0 R /XYZ 71.731 309.109 null]
 >> endobj
-4914 0 obj <<
-/D [4895 0 R /XYZ 71.731 309.109 null]
+5000 0 obj <<
+/D [4981 0 R /XYZ 71.731 309.109 null]
 >> endobj
-1986 0 obj <<
-/D [4895 0 R /XYZ 71.731 241.641 null]
+2015 0 obj <<
+/D [4981 0 R /XYZ 71.731 241.641 null]
 >> endobj
-986 0 obj <<
-/D [4895 0 R /XYZ 207.49 175.3874 null]
+1006 0 obj <<
+/D [4981 0 R /XYZ 207.49 175.3874 null]
 >> endobj
-4915 0 obj <<
-/D [4895 0 R /XYZ 71.731 166.5646 null]
+5001 0 obj <<
+/D [4981 0 R /XYZ 71.731 166.5646 null]
 >> endobj
-4916 0 obj <<
-/D [4895 0 R /XYZ 71.731 151.6714 null]
+5002 0 obj <<
+/D [4981 0 R /XYZ 71.731 151.6714 null]
 >> endobj
-4917 0 obj <<
-/D [4895 0 R /XYZ 71.731 146.6901 null]
+5003 0 obj <<
+/D [4981 0 R /XYZ 71.731 146.6901 null]
 >> endobj
-4918 0 obj <<
-/D [4895 0 R /XYZ 89.6638 125.9328 null]
+5004 0 obj <<
+/D [4981 0 R /XYZ 89.6638 125.9328 null]
 >> endobj
-4919 0 obj <<
-/D [4895 0 R /XYZ 89.6638 100.03 null]
+5005 0 obj <<
+/D [4981 0 R /XYZ 89.6638 100.03 null]
 >> endobj
-4920 0 obj <<
-/D [4895 0 R /XYZ 71.731 97.8731 null]
+5006 0 obj <<
+/D [4981 0 R /XYZ 71.731 97.8731 null]
 >> endobj
-4894 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F61 2649 0 R /F33 1378 0 R >>
+4980 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R /F60 2701 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4923 0 obj <<
+5009 0 obj <<
 /Length 1743      
 /Filter /FlateDecode
 >>
 stream
-x��ko�6�{~�?�D�^�#ۊ%KRtH�bv�P�2c�D���xE���<�O�l����<ޝ�}�G����'IK�� ��(/O������ŵ8�.���dr���dq�f��(�I��(	�R?�:�uͫ�x���s��lL���ud7/x����r���ד�ن3
��@���E4%A�ӑx$����$��/%a&�������6X�#r(Y��8��.�������hkf+>vC/qj�J�4BV�>�Y��Zv
-�B�Sk�,��y+���)K��-�ʥ�X�zS����Sg��ʮiO��gm/ҝ���b�mP�Cq�``hĘ��@���HF��|�=���4\YҸ��v]*��֧^���W� Y��||�튵=���i!�z?�5�bѿG����D��OxW�m���ؒz$)�DZ�$u./.�Φ��v�*?;[��V�6&Л[&
-����‰���Z?"�V�Թ��G!hGu�mɛ�--j��0A�y���V�K\�����č�N����r�|,p�Σ�Ժ�N�W"_!�����[�-���o9+Z1�
-��ʊ�˪U����$��T�S&Yj��if��U��p�y[
�
j�7����-���H�,ޫ7/��v���������ż<��檘4����	p����D�bC'�R�0(n���84�N�@��z�77Z�ރ�?z���x�yE��!����/�f{��!�����=4�����ś��SX_�5����$4K@��~d�p�B�`|��ࡏ'ќڈ���_�&��F��=C�ǚ�+��.����F��1�V��T~�8�2KAT�S����l������BZ,Vm"�.X�t�8���nV�QyO����X4?i[�nu������}���o=����'CE�����������(�;H�3��E��/���h?ڡ��}F�+�I�A^�s�{Ѯ�1��'Ƙ��֘~�9�@�)��\`ji���6�_�C����N�
-��W��VJj+ens��u^AǢ�O�t�`J'YLʏ��#�jS.C��5̨��l�'6+����*�w���i7�“Qu��V�m#KKM�f��hm�2���,�����;(uP�X%����wJ�kK�6OO�h���P�TKhMKu�� _���x� �6'6�������[�t���	2�2
�PE��3ߩ��֊�������Kr%�"JG��nH�xI�:�:�9��Pol#|,�=/���H������E�I���Y�ٖr��@��U�4�zb���5��Ґ@���$A�����l;�P��8�-~�Q�MB)���n��|J����G�o��0Ȩ�5�
����`�L>��Ms����4T+	[��6������E*���t|�Ck9vU���w��m�*Y�2-�������Eab�J��ܝa����BM��āi`@0q�XZ}؁���г��w�H%�ߙ�lp1�q�&��&٫;�� ��sp
����$^��b�;ws�
-�c�Nk�����d��ZV���F�I�N�`ٴn!>�Ë5��5�h�G���Ouͥ� ��m�s�XK���)$f��vo�����\0٩	��μ���0Ɋ��۱��Ů������UK���֙z�������4����3>�����0������,��B�F
ɗ�j֋p'��f��kAΏ~�?�p��q��_�vp�$���>$�K+)���g��?�؛endstream
+x��ko�6�{~�?�D�^�#ۊ%KRtH�bv�P�2c�D���xE���<J~�l����<ޝ�}�G����'IK�� ��(/O������ŵ8�6���dr���dq�f��(�I��(	�R?�:�uͫ�x���s��lL���ud7/x����r���ד�����	�R �E�"�� ���
<�����$��/%a&�W��W�h�����K�f$��t�M�g��"�"�m-�l��n�%N�U)�FȪ��#+�X�N!T��bj���P<o���3e)5�E@T�T�X�c�<�}��U�5�)^0���E��x\Ŷ�un1g�F��zC��
+�q��dԏ̧��9zIÕ%����!iץ�]m}�E��hp��e	��xЮX�C���R��c_S.�{���L����wE�F.�Y�-�G�����I��IR�����lZK�i���oj�kc��e������J �(����� rneQ�q@�{.p�v�Qܖ�i�Ң�l���d
+���m���e>@�K܈��T��(�����<�I���a��~%�2h{I/��ߢ(,����Ӭ�9>��(��Z%`១JB:JA%�Q9%a��F/��fF/5[
Ǟ�Ѱޠ��p��*�"�୎���z���o��_\�\N�Y�˳�k��I#Z>�ؚ�׉�	�KD):A��Aq3p�ơw�"����
+�<�ѻ\����ͣ(Bd���W׿�����]ߜ?��i~��//�Lߞ����|��$�Y����#��B���}<���F���:4a��4�,�b?֬]��t!���6ƜZ��R�ID�(�,Q!3L}҆�i�jZ��
+i�X5Dv]���
�����Y�F�=���Z�b��pL��v��'�m��7�OOw|��獭?*:��,ܥ�a�c�/�E�ܣ�>�k^4��x���߉��-z��gi߱����Ǻ��c�b��l����C��oʥ�6���j���8�p![�d�`z}��m���R�6'XW�t,���N
+�tB�Ť���?���r�/@�aFu^�@d{8�Y�O��T)�3��O���܈�{8��
+oYZj4�\�Fk۔��6gE�6��A����*)�Gx��S�][z�yz�/Dken�uI��&дT�����?@�
Rmsb�+Q[<l���J�*i� #�!�`���n`�[�5�X�m9~=��}I��c�P�A�S�
�/�R�_�<g��m�����祶vv�o����w�k�b�9C��\p<���؃�BF=1u���G�Ґ@���$A�����l[�P��8�-~�Q�MB)���v��|J����G�o��0Ȩ�5�
����`�L>���9�G�Z���-	�f��=D B��n�
+��6_���Z�]Ua��]�j���J��LK���#k�sQ�X���"�gX����PS�0q`8��8a,
�>�@�oy�Y����������pvt1�q��'��&٫;�� ��sp
����$^��b�[ws�
+�c�Nk�����d��ZV���F�I�N�`ٴn!>�Ë5��5�h�G���Ouͥ� ��m�s�XK���)$f��vg�����\�1٪	��μ���0Ɋ��۱��Ů��:�����|�%��3�t����ӱiJmq�ek|2&]a��&u+Y�'�h�6�/�լ�N�=�a��kA�~�?�p��q��_��p$�A�%��,y�#�
+�ؙendstream
 endobj
-4922 0 obj <<
+5008 0 obj <<
 /Type /Page
-/Contents 4923 0 R
-/Resources 4921 0 R
+/Contents 5009 0 R
+/Resources 5007 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4893 0 R
+/Parent 4963 0 R
 >> endobj
-4924 0 obj <<
-/D [4922 0 R /XYZ 71.731 729.2652 null]
+5010 0 obj <<
+/D [5008 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4925 0 obj <<
-/D [4922 0 R /XYZ 89.6638 708.3437 null]
+5011 0 obj <<
+/D [5008 0 R /XYZ 89.6638 708.3437 null]
 >> endobj
-1987 0 obj <<
-/D [4922 0 R /XYZ 71.731 688.2541 null]
+2016 0 obj <<
+/D [5008 0 R /XYZ 71.731 688.2541 null]
 >> endobj
-990 0 obj <<
-/D [4922 0 R /XYZ 370.3296 645.1566 null]
+1010 0 obj <<
+/D [5008 0 R /XYZ 370.3296 645.1566 null]
 >> endobj
-4926 0 obj <<
-/D [4922 0 R /XYZ 71.731 632.7186 null]
+5012 0 obj <<
+/D [5008 0 R /XYZ 71.731 632.7186 null]
 >> endobj
-4927 0 obj <<
-/D [4922 0 R /XYZ 71.731 611.478 null]
+5013 0 obj <<
+/D [5008 0 R /XYZ 71.731 611.478 null]
 >> endobj
-4928 0 obj <<
-/D [4922 0 R /XYZ 71.731 556.0608 null]
+5014 0 obj <<
+/D [5008 0 R /XYZ 71.731 556.0608 null]
 >> endobj
-4929 0 obj <<
-/D [4922 0 R /XYZ 139.5762 544.0956 null]
+5015 0 obj <<
+/D [5008 0 R /XYZ 139.5762 544.0956 null]
 >> endobj
-4930 0 obj <<
-/D [4922 0 R /XYZ 71.731 531.9762 null]
+5016 0 obj <<
+/D [5008 0 R /XYZ 71.731 531.9762 null]
 >> endobj
-4931 0 obj <<
-/D [4922 0 R /XYZ 71.731 464.7099 null]
+5017 0 obj <<
+/D [5008 0 R /XYZ 71.731 464.7099 null]
 >> endobj
-4932 0 obj <<
-/D [4922 0 R /XYZ 71.731 442.8753 null]
+5018 0 obj <<
+/D [5008 0 R /XYZ 71.731 442.8753 null]
 >> endobj
-4933 0 obj <<
-/D [4922 0 R /XYZ 71.731 373.5518 null]
+5019 0 obj <<
+/D [5008 0 R /XYZ 71.731 373.5518 null]
 >> endobj
-1988 0 obj <<
-/D [4922 0 R /XYZ 71.731 355.0148 null]
+2017 0 obj <<
+/D [5008 0 R /XYZ 71.731 355.0148 null]
 >> endobj
-994 0 obj <<
-/D [4922 0 R /XYZ 374.4611 311.5437 null]
+1014 0 obj <<
+/D [5008 0 R /XYZ 374.4611 311.5437 null]
 >> endobj
-4934 0 obj <<
-/D [4922 0 R /XYZ 71.731 299.3725 null]
+5020 0 obj <<
+/D [5008 0 R /XYZ 71.731 299.3725 null]
 >> endobj
-4935 0 obj <<
-/D [4922 0 R /XYZ 402.9907 289.9846 null]
+5021 0 obj <<
+/D [5008 0 R /XYZ 402.9907 289.9846 null]
 >> endobj
-4936 0 obj <<
-/D [4922 0 R /XYZ 71.731 264.9137 null]
+5022 0 obj <<
+/D [5008 0 R /XYZ 71.731 264.9137 null]
 >> endobj
-4937 0 obj <<
-/D [4922 0 R /XYZ 71.731 227.5188 null]
+5023 0 obj <<
+/D [5008 0 R /XYZ 71.731 227.5188 null]
 >> endobj
-4938 0 obj <<
-/D [4922 0 R /XYZ 175.6818 214.5674 null]
+5024 0 obj <<
+/D [5008 0 R /XYZ 175.6818 214.5674 null]
 >> endobj
-4939 0 obj <<
-/D [4922 0 R /XYZ 395.942 214.5674 null]
+5025 0 obj <<
+/D [5008 0 R /XYZ 395.942 214.5674 null]
 >> endobj
-4940 0 obj <<
-/D [4922 0 R /XYZ 486.8069 214.5674 null]
+5026 0 obj <<
+/D [5008 0 R /XYZ 486.8069 214.5674 null]
 >> endobj
-4941 0 obj <<
-/D [4922 0 R /XYZ 71.731 201.6159 null]
+5027 0 obj <<
+/D [5008 0 R /XYZ 71.731 201.6159 null]
 >> endobj
-4942 0 obj <<
-/D [4922 0 R /XYZ 71.731 188.6645 null]
+5028 0 obj <<
+/D [5008 0 R /XYZ 71.731 188.6645 null]
 >> endobj
-4943 0 obj <<
-/D [4922 0 R /XYZ 107.0481 188.6645 null]
+5029 0 obj <<
+/D [5008 0 R /XYZ 107.0481 188.6645 null]
 >> endobj
-1989 0 obj <<
-/D [4922 0 R /XYZ 71.731 181.5264 null]
+2018 0 obj <<
+/D [5008 0 R /XYZ 71.731 181.5264 null]
 >> endobj
-998 0 obj <<
-/D [4922 0 R /XYZ 496.414 138.4289 null]
+1018 0 obj <<
+/D [5008 0 R /XYZ 496.414 138.4289 null]
 >> endobj
-4944 0 obj <<
-/D [4922 0 R /XYZ 71.731 125.9909 null]
+5030 0 obj <<
+/D [5008 0 R /XYZ 71.731 125.9909 null]
 >> endobj
-4945 0 obj <<
-/D [4922 0 R /XYZ 206.804 116.8697 null]
+5031 0 obj <<
+/D [5008 0 R /XYZ 206.804 116.8697 null]
 >> endobj
-4921 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F35 1723 0 R /F32 1286 0 R /F61 2649 0 R >>
+5007 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F35 1752 0 R /F32 1306 0 R /F60 2701 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4948 0 obj <<
+5034 0 obj <<
 /Length 2086      
 /Filter /FlateDecode
 >>
 stream
-xڭX[��~�_�e`��9N_�]��-
-�;@Qt��$J,�m���ٜ__R���l�h1���(��ȏT�����6
-�	|�]g"^�7�����ȊeVc�wOo��%�b�8[<�i��(��$s勧�o�ۦQ�QZ�b�	ކ�}Z
-�e*��K��t�>/��ͷO��"ن��ּA���x;2�u��I�l�yO�Z��(
�\�"�e�Cs¯:?0�Y�Fv�ie�:ei'��#�{5[+]/K��ڪCg�ū�;�k<�_Loi����]����n;	�N���4w~��"��'x,ٲYJ�(�X
�(w"J���21UpW��U�a�n��x/jOĞn��Ʉ�{�8
�ر	!��I�#��[y?+u9��R���ݤeS*���S���~]F�bGYp�5�)[êT7;���`�x[���B�lg�w��]�q�R�*I�@�Ē�`PuGS.r�G�1�HMtF�Ǎش=�������~x��A���i��QHb�z��8���yXFy���g�ZQ[p��UM¡+$��Y���۠T��,���;����Jvx�4����/n��X�9����!��	n+�?�FG���5 ˪�����DNnC���8-��[���˜��=g��[N!�B
-��pji���g�L��CI�W���u�r�~+��$&���bqV���z<�O�i�FYw��6�?n6���8�E���9_
-S2��N}35���=�1E��`ro�JHh������5�ض�	�H���2
- �"�(KJ-��#	90�Y�>�]���&������-pL�Z��������
-L��;&Cp��l�.��W�q@�=�)@�lfF��[8@d�l�A��Š����@�"��Mo�:��E2m�kr��!��>��qUB�!�����)��	�Yj��K<rR�$C �=�$�� ��,y�5�a��1���-a�Eb���'�k�ZŻ��G�u�HI3m��sI��$�eU�MФ�M��r����4K7]cd���1%��k���ƕ;��J�G��;�xT���x�;A�}�IV��췫�2f�S�z[�e��g��ڲ�s�G��2Ks��4}Ӑ�uY��y����l�I���-{�7*���z�ޣ�8r������?��ˈ�Ld�ln��7�I�D��۝;c�6�.�aW'��6��H����,t?�
Vl��	kή�.'��~�}�P{7\�Ā��	�;�g}8k�h�v#�
���Ѐx���
-��+���t�-�nrs7�2�U@^�V�-@�j���7�X��̝�k�Lų�2�&@��+���^s	�@�(K��a��Dp�J�Z�DOԀ3/���D��`��=�"���d[�;����7 �Kܓ����w-���{���v�l��O��a`�^ʝ�˚�^p/�Ep�[��ݙ��Kop뿀�kl���5f�:�|�����b���Q��[Y�a�\�?��8�?s�vvG�7ű��H�����8N��/%��i�t2
�T��p�1,�h���\�,���&îz������bH
OLG��8�p�C���<
-�N��K�=��4�ԕ'��8�p�[G�0q�{%���?zM����b/<�R�V�)qX��DVV��ᒳbhla��U���᯦�og����v��}ǵ�M_<p9�T���,����L��ǑH��&�A�����h��h��~�+liH�0��`#�k���'��Y�pP��	����%<��L�(b9{����$�|�~ٿ�z{��*=W��89��'�g|��J��u�$��'�Z�F�(���'/�H��f_b����Y��"�,��� ����4��RTP�ZK�X�I���1�����#J$�Ծ����T\kgY�����+�G@���������`��v50n�=�Ѷ���X�+��К�[!�T���m�Y
ڴ9BK�����r������̜�6
-?����{��Q&?`���FJѕ���UϧS����ay�z7�hz�����j6$*����</�v]��_��w�4�(�}������Jf&�dЄ���~gÿ�J�x�endstream
+xڭX[��~�_�e`��%N_�]��-
+�;@Qt��8J,�m���ٜ__R���l�h �(��(��h��_��E�.�&އ�Vċ�z�Y�a��7��Xf5z��f�]�,��~oO�EG�>ʶ�]��������mӨ��?-W��oCj��Bv����R��1����ߟ~|��Ӱ�Hv�>��5o��50ލ�[�da�&;g�S���$J�?��d�sל�A��sc��jdWP��VV�S�����<}P��2�zY}�V坱��q�1�������uYJ���$�:m�Gt����6�}�ے-��T�ҋ� ���p/���.SE�g��[e��&h���D��^`�L��7��0މ=�Ҝ��<������׳R��-e[(^MZ6�i�<�^ۯ�(�@�`o��9ekX��f;�o��/��v��p[�U/��QI�%���A�
����� �7�7b���6�c��a��H�2��s�����<xq�|󰌲��M�����\����CWH��lp��]b�R�ֳ���w�;��p+(i,+b�%�D)��sH3~�M<,%0�R.����N�c@�Umgu��@FnC���8-�:X���˜��=g��[N!�B
+��pj�s��3Q�v桤�3�v���d��VH�@�8+pG��s=ٰ֧s����m�j�돛M�S��S��~;��KaJ&[ݩo�fx�GS ����B.�
@)	
�_R��Fv���5�IS�-���("-`����",=����#��5��_i���]��۴��iJ�;\m�FxW`�����1	���0f�sA��A�)�N��A�̌��!����@��J��A'���@�$�ۦ��i���E2m�cr��!��>���FC,x9��{iS8�������x�8I�8@{�A'�A��uY�k��T�c���[¨���q�����j���b�B�"%���	3�%�����U'A��6=�w\0˭+H�L��,�t���'nǔ��#�iFwݹ�T�>*�\ģkl�wa�d۷�d���~��� cv;5���A�j=q&��-�:y��� �4g]OA�
X�M�:o�p��lg#/˞ᅊ�k�^��"���2�������pQ�[R6�����$L�X��ʝ1eVL��+�SH���$��P{��Yol��	kή�.'��7~�}8Q{7\��������pV��F(v
+���������W��?�.�ĻɍM���XVy�Z�nbt�@�z������p���x�Q��hw#�Ċ�/3��\�>*�!mX��|g�A�\��j��_������9���{HE�!�ɶ�Ov�sU�o@:��'E�+r��Z_��r��e4�I[?�K"�p��x(wv.k:z����U�o��Wg0�{3,�������N�#ט��t�eP����m_d^F����:/���s-�F����̉�X��3^��GO%?�q����ؒ��3��4PS1C�Mǰ@�q/�r�'�(wNj�����g�c�!5<]0}���‘U8�~r��V�tz
^(d艜���<)�Ʊ�؅�\:��k�+:V��k��Q_P,��ģ*�+��(�AdeU).9+��:���5y��n�j�o;�߅���G��;�w����qIU_؆�^��	��q$RF&�	�D���m�C0�e��4�B?��ԥB�O��G�5����ɓ+�,���w����G����B�#g�w�q�#����X/��[o�=^��'ǡ������o��Y�W޳�a�d��I�T�/
+0�h��K)j�9�x�T���,\������Ny��g�xSTp͵ԗ�X�IZ��1�����#J�Vj__�N|*�kgY�������# AK�~ugd(�D0��XL��7��j�,+*t�^�gXhMť�|U� �2�m���į1�Y�t���̩m��>�`M�w]�oe���W��Sr�����7�z>�����U��ֻ�E��M��W�!Q�������uοr�w�4�h�������xg�&��M��>{�����Lx�endstream
 endobj
-4947 0 obj <<
+5033 0 obj <<
 /Type /Page
-/Contents 4948 0 R
-/Resources 4946 0 R
+/Contents 5034 0 R
+/Resources 5032 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4893 0 R
+/Parent 4963 0 R
 >> endobj
-4949 0 obj <<
-/D [4947 0 R /XYZ 71.731 729.2652 null]
+5035 0 obj <<
+/D [5033 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4950 0 obj <<
-/D [4947 0 R /XYZ 71.731 718.3063 null]
+5036 0 obj <<
+/D [5033 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-4951 0 obj <<
-/D [4947 0 R /XYZ 508.2921 708.3437 null]
+5037 0 obj <<
+/D [5033 0 R /XYZ 508.2921 708.3437 null]
 >> endobj
-4952 0 obj <<
-/D [4947 0 R /XYZ 71.731 649.3998 null]
+5038 0 obj <<
+/D [5033 0 R /XYZ 71.731 649.3998 null]
 >> endobj
-4953 0 obj <<
-/D [4947 0 R /XYZ 71.731 631.4671 null]
+5039 0 obj <<
+/D [5033 0 R /XYZ 71.731 631.4671 null]
 >> endobj
-4954 0 obj <<
-/D [4947 0 R /XYZ 71.731 579.6613 null]
+5040 0 obj <<
+/D [5033 0 R /XYZ 71.731 579.6613 null]
 >> endobj
-4955 0 obj <<
-/D [4947 0 R /XYZ 71.731 546.9191 null]
+5041 0 obj <<
+/D [5033 0 R /XYZ 71.731 546.9191 null]
 >> endobj
-4956 0 obj <<
-/D [4947 0 R /XYZ 71.731 536.9564 null]
+5042 0 obj <<
+/D [5033 0 R /XYZ 71.731 536.9564 null]
 >> endobj
-4957 0 obj <<
-/D [4947 0 R /XYZ 135.9845 527.3225 null]
+5043 0 obj <<
+/D [5033 0 R /XYZ 135.9845 527.3225 null]
 >> endobj
-4958 0 obj <<
-/D [4947 0 R /XYZ 135.9845 492.3537 null]
+5044 0 obj <<
+/D [5033 0 R /XYZ 135.9845 492.3537 null]
 >> endobj
-4959 0 obj <<
-/D [4947 0 R /XYZ 71.731 435.7659 null]
+5045 0 obj <<
+/D [5033 0 R /XYZ 71.731 435.7659 null]
 >> endobj
-4960 0 obj <<
-/D [4947 0 R /XYZ 71.731 396.812 null]
+5046 0 obj <<
+/D [5033 0 R /XYZ 71.731 396.812 null]
 >> endobj
-4961 0 obj <<
-/D [4947 0 R /XYZ 71.731 362.0125 null]
+5047 0 obj <<
+/D [5033 0 R /XYZ 71.731 362.0125 null]
 >> endobj
-4962 0 obj <<
-/D [4947 0 R /XYZ 71.731 352.0499 null]
+5048 0 obj <<
+/D [5033 0 R /XYZ 71.731 352.0499 null]
 >> endobj
-4963 0 obj <<
-/D [4947 0 R /XYZ 135.9845 342.416 null]
+5049 0 obj <<
+/D [5033 0 R /XYZ 135.9845 342.416 null]
 >> endobj
-4964 0 obj <<
-/D [4947 0 R /XYZ 135.9845 307.4471 null]
+5050 0 obj <<
+/D [5033 0 R /XYZ 135.9845 307.4471 null]
 >> endobj
-4965 0 obj <<
-/D [4947 0 R /XYZ 71.731 274.1719 null]
+5051 0 obj <<
+/D [5033 0 R /XYZ 71.731 274.1719 null]
 >> endobj
-4966 0 obj <<
-/D [4947 0 R /XYZ 181.6909 261.2205 null]
+5052 0 obj <<
+/D [5033 0 R /XYZ 181.6909 261.2205 null]
 >> endobj
-4967 0 obj <<
-/D [4947 0 R /XYZ 485.8887 261.2205 null]
+5053 0 obj <<
+/D [5033 0 R /XYZ 485.8887 261.2205 null]
 >> endobj
-1990 0 obj <<
-/D [4947 0 R /XYZ 71.731 228.1794 null]
+2019 0 obj <<
+/D [5033 0 R /XYZ 71.731 228.1794 null]
 >> endobj
-1002 0 obj <<
-/D [4947 0 R /XYZ 517.2959 185.082 null]
+1022 0 obj <<
+/D [5033 0 R /XYZ 517.2959 185.082 null]
 >> endobj
-4968 0 obj <<
-/D [4947 0 R /XYZ 71.731 172.644 null]
+5054 0 obj <<
+/D [5033 0 R /XYZ 71.731 172.644 null]
 >> endobj
-4969 0 obj <<
-/D [4947 0 R /XYZ 71.731 157.1019 null]
+5055 0 obj <<
+/D [5033 0 R /XYZ 71.731 157.1019 null]
 >> endobj
-4946 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F32 1286 0 R /F23 1270 0 R >>
+5032 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F32 1306 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4972 0 obj <<
+5058 0 obj <<
 /Length 1796      
 /Filter /FlateDecode
 >>
 stream
-xڍ]o�6���Ke �EJ�G��u2t��f�ud���Ȣ��&ޯߑw�e��?�x<��[�~|�r�F����D�E�.�p��+N$�Ds='zw�j�]-r�'"Y�m��,�Y�H#�2ɳ�]�G�mUS��嵐a��z��2薱̸�U�3f��v�������$�(ey�_To�z��Hg
-�����(u��n@�<fD����:
-�`�B'����t�Š:@�+�;��Ꞙ��]�W@�۲�kUC!��luӨa_��������N��3�ʢA`�I5HݫaR�fܯ�H���s]s�r�c�����Qh�݊�#�zս�Nr<���EUu��[V�];�eԝ:E���C�sύ�TC�F���,��\zi̽V=��-)�V���VwA���0�n�X[]O^.�ˇ�3d����K���j����t]#����^
-|]r�{.���~m�nc����G��.���8��q.H
�����V��F
-�S��#�<��N��^�"�B Tj���'��4"�1>ƞ�����Xi��bkU,EH�8�3��	�+<z7n��x�W��y~=$BE�Gz�}�+D��]�O�	8C�G�S���o\���Z�K$�V���/�]�c6�s�k���3?�'�.����� 2���ؠy�=|+`�vWu��gd����"��i$B��e�mMۋYb�Z����"�d�JED���oU�?��pO�3ǜ�Tm�DԮ 6^�w�5��ɴ�?��C��<e���|x���d���eD���,ΣܒE	�d���M�Y	�}�c��XBSA�ʨ�y3`rA��|�צFC[���B�ך���CK�EYȝ�_?~ U����V��~_r�+3�b���zMy;y;b����#�>����0��S���JA7\�8x�Z�JI=�x��.��)>�t裢hΈ��l�]�"����PJ\c���|��tWH@���,���j3�Yp��q� ���-�
-��<&����Lx��s
pF��P��c6Ǔ���4!&�����V��i� ���Z7dge��-�4/.�<��im�H8��2��R!0�1HyqL�D�s��S�^V�'x�6�	3~��a������D���^V��5�:
Y���J�3lr@]����nlYK�D�Z7@|Q�x�M��������3����J1���P�vV�Li&�_F�C|Z�s1ܼ
-�5	���J�pR�0;R[*:�v$N�i��;�{������6�p�`j�O�T�n/�z�A�7m���ޘ��+�)�C��+}��Q�{����~��7!���x��N݅,;�޿{s�?�_�Ky����rlo��1�#���� �굚�`��.���<�9?
-L]��,���T�q�ܛ�n	G_1x�]xU�>�����U��F�C<�Y(N�ec��׻��p��N+������=ћ�05��w4�5�Zf6�P�Äs�qڠijކ|��у���x���c������s�1�9��À�����)l����
-wN	����2v}ibst�UHC���
-���t�e�ؖM���NU�sl��-c�l��tO����V���a�7K�|�
-?4�sߩ�
-k�T��tx�+��y��Z�Qɰ`������8�
�Vw���g������jcIa#������tf?q�d�Y�W��oh���f��~?�`r9���+�[��J5�����u���y���3�F�$����m�Ƞ������g��sA࿃���endstream
+xڍ]o�6���Ke �%R�G��u2t��f�ud���Ȣ��&ޯߑw�e��?�x<��[�!��E�T��s����U������""�&��9ѻ�W��X�,Ox���,b�<ʒE*8�d�-�?��m��J?.����׻��A��e`�u���1�n��?�~x���$Y����Q��ꩂ<�)�fL�"u��n@�<fD����Z�a0�V!��,����t�Š:@DW�v���=1å-�b���eQת"����luӨa_��������N��3�ʢA`�I5HݫaR�fܯ�H���s]G��2����z���О�/�zս�NrQp�3⋪�TO��l�v�˨;u�\+��/�r�+�TC�F���,��\zi̽V=��-)�V���VwA���0�n�X[]O^.�ˇ�3d��[���n�B5Rg�Q��Z��V/��.#�{.���~m�nc����G��.���pph�zĹX 5���;X1�)H`N�ΎL�/;��+z����P��2�>�]@�����{�*�'�pb�����U��!��H���'̮��ݸ�L[๷2\Q�����L=�����V`wEB0<1&�=/��c޸`�@�H4/� _[_&	�P�l���N�g~ Ol]�^7gAd�-��A�{�V����&��+T��j��uE8��H�z��zۚ6���`�F1�L%ERɀ�����	@ߪRC�g�9��"����]Al�T�j2-��if��z/Q�x$c[��92d\�[ˈ,��!Y��ܒ��	�	 �T���#+!�/p�2Kh*HZ�7oL.�a֛�����hhKqb@�Y�Z��c�E��8g"#'�׏H�y3��A��2G�ߗ�w@ۙu�vQb���������Dב[���t�}ݩ��{���t��b�i���s<kq����[:�QQ4g�GB6�.��g���#
+J(%��[�o���mH�+$ ʈ�,���j3�Yp��q� ���-�r��Q�L0�=��DIF��5��BajB��O�
+L$Kӄ���.\�;�Z�d�)���2kݐM��A�޶d�@��xy!����p6�e0��\.`�c���扮�TO��'���O�,m(8�,fѹQ�]����'�%��J\�1�i��(=�49�a�&�u���!�Ɩ�4It�u�������[\j�/1c;]�1?���mgE���f��e�9���=���;��WX�0`��~��p'��#����iG��&�)˱�ڙ*]a�	��&P��L������p�}���*����;���� �JI�=�����xB芎w�>��]Ȳ������77�C�����	K!:(����\P�t��U������v	v�M?�)��"0u�3��Y���@�
+�71����b�6	��*�>�����U��c�!�,���1��
��]`{�^wE�����
+�Ǟ��z��~�;��	ߚN-3�M�p�a¹�8m�45oC>z��A�lk�\�ڱ����|ˉ#�q�s8)�e����S�v]���pE;te�������9���Z��GM��P�-��'������4t-~[Ʈ�g�,TES�Lw�+�4o��3�E��\���}�r+���R�F��Q/����B����a�����
?�
�Vw���g������jcIn#������tf?q�d�Y�W��oh���f��~?�`r9���+�[��J5�����u���y���3�F�$����m$Ϡ���������sA�x`��endstream
 endobj
-4971 0 obj <<
+5057 0 obj <<
 /Type /Page
-/Contents 4972 0 R
-/Resources 4970 0 R
+/Contents 5058 0 R
+/Resources 5056 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4893 0 R
-/Annots [ 4981 0 R ]
+/Parent 4963 0 R
+/Annots [ 5067 0 R ]
 >> endobj
-4981 0 obj <<
+5067 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [80.9762 517.4317 142.7442 526.2783]
 /Subtype /Link
 /A << /S /GoTo /D (http-apache) >>
 >> endobj
-4973 0 obj <<
-/D [4971 0 R /XYZ 71.731 729.2652 null]
+5059 0 obj <<
+/D [5057 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-4974 0 obj <<
-/D [4971 0 R /XYZ 71.731 718.3063 null]
+5060 0 obj <<
+/D [5057 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-4975 0 obj <<
-/D [4971 0 R /XYZ 310.0005 708.3437 null]
+5061 0 obj <<
+/D [5057 0 R /XYZ 310.0005 708.3437 null]
 >> endobj
-4976 0 obj <<
-/D [4971 0 R /XYZ 278.636 682.4408 null]
+5062 0 obj <<
+/D [5057 0 R /XYZ 278.636 682.4408 null]
 >> endobj
-1991 0 obj <<
-/D [4971 0 R /XYZ 71.731 636.4484 null]
+2020 0 obj <<
+/D [5057 0 R /XYZ 71.731 636.4484 null]
 >> endobj
-1006 0 obj <<
-/D [4971 0 R /XYZ 107.1086 570.9708 null]
+1026 0 obj <<
+/D [5057 0 R /XYZ 107.1086 570.9708 null]
 >> endobj
-4977 0 obj <<
-/D [4971 0 R /XYZ 71.731 562.148 null]
+5063 0 obj <<
+/D [5057 0 R /XYZ 71.731 562.148 null]
 >> endobj
-4978 0 obj <<
-/D [4971 0 R /XYZ 71.731 542.2735 null]
+5064 0 obj <<
+/D [5057 0 R /XYZ 71.731 542.2735 null]
 >> endobj
-4979 0 obj <<
-/D [4971 0 R /XYZ 274.3729 531.4789 null]
+5065 0 obj <<
+/D [5057 0 R /XYZ 274.3729 531.4789 null]
 >> endobj
-4980 0 obj <<
-/D [4971 0 R /XYZ 390.7657 531.4789 null]
+5066 0 obj <<
+/D [5057 0 R /XYZ 390.7657 531.4789 null]
 >> endobj
-1992 0 obj <<
-/D [4971 0 R /XYZ 71.731 513.4466 null]
+2021 0 obj <<
+/D [5057 0 R /XYZ 71.731 513.4466 null]
 >> endobj
-1010 0 obj <<
-/D [4971 0 R /XYZ 452.3944 445.9118 null]
+1030 0 obj <<
+/D [5057 0 R /XYZ 452.3944 445.9118 null]
 >> endobj
-4982 0 obj <<
-/D [4971 0 R /XYZ 71.731 433.7406 null]
+5068 0 obj <<
+/D [5057 0 R /XYZ 71.731 433.7406 null]
 >> endobj
-4983 0 obj <<
-/D [4971 0 R /XYZ 71.731 411.4012 null]
+5069 0 obj <<
+/D [5057 0 R /XYZ 71.731 411.4012 null]
 >> endobj
-4984 0 obj <<
-/D [4971 0 R /XYZ 437.9897 411.4012 null]
+5070 0 obj <<
+/D [5057 0 R /XYZ 437.9897 411.4012 null]
 >> endobj
-4985 0 obj <<
-/D [4971 0 R /XYZ 71.731 391.3116 null]
+5071 0 obj <<
+/D [5057 0 R /XYZ 71.731 391.3116 null]
 >> endobj
-4986 0 obj <<
-/D [4971 0 R /XYZ 130.4005 354.6142 null]
+5072 0 obj <<
+/D [5057 0 R /XYZ 130.4005 354.6142 null]
 >> endobj
-4970 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R /F61 2649 0 R /F35 1723 0 R >>
+5056 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R /F60 2701 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4989 0 obj <<
+5075 0 obj <<
 /Length 2959      
 /Filter /FlateDecode
 >>
@@ -21360,543 +21770,544 @@ E
 Z�NM�e�@w짾��}&y�o�7Np��_�v9���p[U��|�ڥ7���a����n/��o'O�*�/��{�c��5�����{5M���q�*�ż
 ��g&���^.�%���s���ɰ�����C�!J�Ǽ� �)�����sE)��E)����D"��dUc8�m
 M5��g��D/�"��G�P�Ԥ�.iP���Q0L�62�8r���FI�۱k���؊"۹D�9�VSM�]ar#L��	�?ry�9/ES^�R��:(�@v[ɫ�V��+<�7m80�a�]²~&mʌ�6k����6�my�t����֣S��֣���$���C����!��^
$����'�BW��ix�:���
-����R�z�7�*v���%�Q.H��1��SV@N�{nA�$p\/����<�����{N����L���O���E��@w�r�{i��D�u=����4��a0��̔��V��@Y��-�t��Մ�]���8X6��l�Z��es�F��Ӌ�ˍ�ˇ/$���	6�_!z�246z`0�B�dz�<���6t�؆@Ʊ����S��v�>x]m���r&�co6�M!�|I�8����8W��Ut���_0���Պ2olx�>�����3��BC����`���;�9@v#u��jF�:י$�5/3]À|�m�<g�r�_�x[�)���x�grC����j��-T~!��>ή ���jYu ���A��,߂s(0=��~B#cO��C�J��-�ȢU
u<���1W�D
Cs�ށ~̱t>�_����c~�3;[F�r()l�p�\�m)O�%���������7̓@������͠0��u��+EImF9ں�}��<!�g���32$d��H���^��#=�-4|��Wh��w�S5���}j��f�
9��s�j|�/�*s&=t�sφ����%q13+�s9��,�j1��n�
!�)+�@�Q�罰�}F�Y��+�)Ϡ��K���;���u�����[��A�ĭ��-!���~�G� q��?-3�vFC��s7��qE�N��i��w�3�†�z!�endstream
+����R�z�7�*v���%�Q.H��1��SV@N�{nA�$p\/����<�����{N����L���O���E��@w�r�{i��D�u=����4��a0��̔��V��@Y��-�t��Մ�]���8X6��l�Z��es�F��Ӌ�ˍ�ˇ/$���	6�_!z�246z`0�B�dz�<���6t�؆@Ʊ����S��v�>x]m���r&�co6�M!�|I�8����8W��Ut���_0���Պ2olx�>�����3��BC����`���;�9@v#u��jF�:י$�5/3]À|�m�<g�r�_�x[�)���x�grC����j��-T~!��>ή ���jYu ���A��,߂s(0=��~B#cO��C�J��-�ȢU
u<���1W�D
Cs�ށ~̱t>�_����c~�3;[F�r()l�p�\�m)O�%���������7̓@������͠0��u��+EImF9ں�}��<!�g���32$d��H���^��#=�-4|��Wh��w�S5���}j��f�
9��s�j|�/�*s&=t�sφ����%q13+�s9��,�j1��n�
!�)+�@�Q�罰�}F�Y��+�)Ϡ��K���;���u�����[��A�ĭ��-!���~�G� q��?-3�vFC��s7=|�O���S�����;���!�endstream
 endobj
-4988 0 obj <<
+5074 0 obj <<
 /Type /Page
-/Contents 4989 0 R
-/Resources 4987 0 R
+/Contents 5075 0 R
+/Resources 5073 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 4893 0 R
+/Parent 5117 0 R
 >> endobj
-4990 0 obj <<
-/D [4988 0 R /XYZ 71.731 729.2652 null]
+5076 0 obj <<
+/D [5074 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1993 0 obj <<
-/D [4988 0 R /XYZ 71.731 718.3063 null]
+2022 0 obj <<
+/D [5074 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1014 0 obj <<
-/D [4988 0 R /XYZ 271.435 703.236 null]
+1034 0 obj <<
+/D [5074 0 R /XYZ 271.435 703.236 null]
 >> endobj
-4991 0 obj <<
-/D [4988 0 R /XYZ 71.731 682.1747 null]
+5077 0 obj <<
+/D [5074 0 R /XYZ 71.731 682.1747 null]
 >> endobj
-4992 0 obj <<
-/D [4988 0 R /XYZ 297.9985 673.4995 null]
+5078 0 obj <<
+/D [5074 0 R /XYZ 297.9985 673.4995 null]
 >> endobj
-1994 0 obj <<
-/D [4988 0 R /XYZ 71.731 660.4485 null]
+2023 0 obj <<
+/D [5074 0 R /XYZ 71.731 660.4485 null]
 >> endobj
-1018 0 obj <<
-/D [4988 0 R /XYZ 365.8704 615.2938 null]
+1038 0 obj <<
+/D [5074 0 R /XYZ 365.8704 615.2938 null]
 >> endobj
-4993 0 obj <<
-/D [4988 0 R /XYZ 71.731 606.4709 null]
+5079 0 obj <<
+/D [5074 0 R /XYZ 71.731 606.4709 null]
 >> endobj
-4994 0 obj <<
-/D [4988 0 R /XYZ 457.2853 593.7346 null]
+5080 0 obj <<
+/D [5074 0 R /XYZ 457.2853 593.7346 null]
 >> endobj
-4995 0 obj <<
-/D [4988 0 R /XYZ 199.7198 580.7832 null]
+5081 0 obj <<
+/D [5074 0 R /XYZ 199.7198 580.7832 null]
 >> endobj
-4996 0 obj <<
-/D [4988 0 R /XYZ 258.4993 580.7832 null]
+5082 0 obj <<
+/D [5074 0 R /XYZ 258.4993 580.7832 null]
 >> endobj
-4997 0 obj <<
-/D [4988 0 R /XYZ 315.5253 580.7832 null]
+5083 0 obj <<
+/D [5074 0 R /XYZ 315.5253 580.7832 null]
 >> endobj
-4998 0 obj <<
-/D [4988 0 R /XYZ 71.731 578.6263 null]
+5084 0 obj <<
+/D [5074 0 R /XYZ 71.731 578.6263 null]
 >> endobj
-4999 0 obj <<
-/D [4988 0 R /XYZ 118.5554 540.0623 null]
+5085 0 obj <<
+/D [5074 0 R /XYZ 118.5554 540.0623 null]
 >> endobj
-5000 0 obj <<
-/D [4988 0 R /XYZ 71.731 509.7853 null]
+5086 0 obj <<
+/D [5074 0 R /XYZ 71.731 509.7853 null]
 >> endobj
-5001 0 obj <<
-/D [4988 0 R /XYZ 71.731 509.7853 null]
+5087 0 obj <<
+/D [5074 0 R /XYZ 71.731 509.7853 null]
 >> endobj
-5002 0 obj <<
-/D [4988 0 R /XYZ 71.731 490.0793 null]
+5088 0 obj <<
+/D [5074 0 R /XYZ 71.731 490.0793 null]
 >> endobj
-5003 0 obj <<
-/D [4988 0 R /XYZ 165.1103 477.1279 null]
+5089 0 obj <<
+/D [5074 0 R /XYZ 165.1103 477.1279 null]
 >> endobj
-5004 0 obj <<
-/D [4988 0 R /XYZ 71.731 469.9897 null]
+5090 0 obj <<
+/D [5074 0 R /XYZ 71.731 469.9897 null]
 >> endobj
-5005 0 obj <<
-/D [4988 0 R /XYZ 71.731 469.9897 null]
+5091 0 obj <<
+/D [5074 0 R /XYZ 71.731 469.9897 null]
 >> endobj
-5006 0 obj <<
-/D [4988 0 R /XYZ 164.0649 446.2437 null]
+5092 0 obj <<
+/D [5074 0 R /XYZ 164.0649 446.2437 null]
 >> endobj
-5007 0 obj <<
-/D [4988 0 R /XYZ 210.3517 446.2437 null]
+5093 0 obj <<
+/D [5074 0 R /XYZ 210.3517 446.2437 null]
 >> endobj
-5008 0 obj <<
-/D [4988 0 R /XYZ 352.5688 446.2437 null]
+5094 0 obj <<
+/D [5074 0 R /XYZ 352.5688 446.2437 null]
 >> endobj
-5009 0 obj <<
-/D [4988 0 R /XYZ 442.6605 446.2437 null]
+5095 0 obj <<
+/D [5074 0 R /XYZ 442.6605 446.2437 null]
 >> endobj
-5010 0 obj <<
-/D [4988 0 R /XYZ 203.7146 433.2922 null]
+5096 0 obj <<
+/D [5074 0 R /XYZ 203.7146 433.2922 null]
 >> endobj
-5011 0 obj <<
-/D [4988 0 R /XYZ 372.0612 433.2922 null]
+5097 0 obj <<
+/D [5074 0 R /XYZ 372.0612 433.2922 null]
 >> endobj
-5012 0 obj <<
-/D [4988 0 R /XYZ 71.731 426.1541 null]
+5098 0 obj <<
+/D [5074 0 R /XYZ 71.731 426.1541 null]
 >> endobj
-5013 0 obj <<
-/D [4988 0 R /XYZ 460.2171 415.3595 null]
+5099 0 obj <<
+/D [5074 0 R /XYZ 460.2171 415.3595 null]
 >> endobj
-5014 0 obj <<
-/D [4988 0 R /XYZ 71.731 382.3185 null]
+5100 0 obj <<
+/D [5074 0 R /XYZ 71.731 382.3185 null]
 >> endobj
-5015 0 obj <<
-/D [4988 0 R /XYZ 71.731 382.3185 null]
+5101 0 obj <<
+/D [5074 0 R /XYZ 71.731 382.3185 null]
 >> endobj
-5016 0 obj <<
-/D [4988 0 R /XYZ 237.4512 371.5239 null]
+5102 0 obj <<
+/D [5074 0 R /XYZ 237.4512 371.5239 null]
 >> endobj
-5017 0 obj <<
-/D [4988 0 R /XYZ 71.731 358.5724 null]
+5103 0 obj <<
+/D [5074 0 R /XYZ 71.731 358.5724 null]
 >> endobj
-5018 0 obj <<
-/D [4988 0 R /XYZ 220.8703 345.621 null]
+5104 0 obj <<
+/D [5074 0 R /XYZ 220.8703 345.621 null]
 >> endobj
-5019 0 obj <<
-/D [4988 0 R /XYZ 71.731 338.4829 null]
+5105 0 obj <<
+/D [5074 0 R /XYZ 71.731 338.4829 null]
 >> endobj
-5020 0 obj <<
-/D [4988 0 R /XYZ 257.1241 327.6883 null]
+5106 0 obj <<
+/D [5074 0 R /XYZ 257.1241 327.6883 null]
 >> endobj
-5021 0 obj <<
-/D [4988 0 R /XYZ 358.7127 327.6883 null]
+5107 0 obj <<
+/D [5074 0 R /XYZ 358.7127 327.6883 null]
 >> endobj
-1995 0 obj <<
-/D [4988 0 R /XYZ 71.731 320.5501 null]
+2024 0 obj <<
+/D [5074 0 R /XYZ 71.731 320.5501 null]
 >> endobj
-1022 0 obj <<
-/D [4988 0 R /XYZ 462.0005 277.4526 null]
+1042 0 obj <<
+/D [5074 0 R /XYZ 462.0005 277.4526 null]
 >> endobj
-5022 0 obj <<
-/D [4988 0 R /XYZ 71.731 265.0146 null]
+5108 0 obj <<
+/D [5074 0 R /XYZ 71.731 265.0146 null]
 >> endobj
-5023 0 obj <<
-/D [4988 0 R /XYZ 117.2903 255.8935 null]
+5109 0 obj <<
+/D [5074 0 R /XYZ 117.2903 255.8935 null]
 >> endobj
-5024 0 obj <<
-/D [4988 0 R /XYZ 427.8955 255.8935 null]
+5110 0 obj <<
+/D [5074 0 R /XYZ 427.8955 255.8935 null]
 >> endobj
-5025 0 obj <<
-/D [4988 0 R /XYZ 71.731 224.9097 null]
+5111 0 obj <<
+/D [5074 0 R /XYZ 71.731 224.9097 null]
 >> endobj
-5026 0 obj <<
-/D [4988 0 R /XYZ 173.632 212.0579 null]
+5112 0 obj <<
+/D [5074 0 R /XYZ 173.632 212.0579 null]
 >> endobj
-5027 0 obj <<
-/D [4988 0 R /XYZ 420.183 212.0579 null]
+5113 0 obj <<
+/D [5074 0 R /XYZ 420.183 212.0579 null]
 >> endobj
-5028 0 obj <<
-/D [4988 0 R /XYZ 71.731 166.0654 null]
+5114 0 obj <<
+/D [5074 0 R /XYZ 71.731 166.0654 null]
 >> endobj
-5029 0 obj <<
-/D [4988 0 R /XYZ 71.731 122.2298 null]
+5115 0 obj <<
+/D [5074 0 R /XYZ 71.731 122.2298 null]
 >> endobj
-5030 0 obj <<
-/D [4988 0 R /XYZ 71.731 122.2298 null]
+5116 0 obj <<
+/D [5074 0 R /XYZ 71.731 122.2298 null]
 >> endobj
-4987 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F32 1286 0 R /F33 1378 0 R >>
+5073 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F44 2183 0 R /F32 1306 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5033 0 obj <<
-/Length 1589      
+5120 0 obj <<
+/Length 1588      
 /Filter /FlateDecode
 >>
 stream
-xڽ]o�6�=���*�-R"%À4يM���0쁑hK�-y�H�����(Yv�n���xǻs�,�?>�9�C���	%�,ۜ��ޝq�)ń�
-'��c�&B�����wg�_D8S2����h*���.�ӻ�nM����/�Ļd���՜^��t���N�׺+�0�����0�L���u�+x���B������i�d=�1\F�	pJ��XŖ�q�����Y�Rᑜ�L�TX�k�"��S�P�#$��&LI���=����F]A�맹��9��1��Rz����Bz�Ng7%�ueI]W��uNĮ0S��mY���[��gB�JT�0��3�Ğ�]4,�<��Pd�u�$�5���餫����j��X�l	��U�XV��:=U☚���PZB9KX��xH�b*(-��-~���J٬Cu�$źE�N7sd<���$�G�������)P�s��J��Y��C+�X��V�џͲ\v���؀��Һݙ��nʇ�8t����2��d�G	4��?ԝq�ES��%!$��PҡP^��!>~�z�-�Ņ"�ںo23r��(����_�cK���<l+xx,���"苞�1xL���.�'�>� p��M�Lu�잠�#�]aN\F�h҉������B�B�!�A9�?�J.��mlten�����M�5u[/;"�Q���#|��5�l46�'��B����.Z��Hz���B#���<`G�M��:��Y��b��
-�=qK2e0<�2ȿ|M�+�4&ĺ�˵�Ǔ���l�
]_�,I��b���s`��@S�(��@�?�B|e�7"MՕ�����a`J��y��n�3��H��ܴ�Szo�FZ@���q�s	�F��,q�Ԋ0r�S6�"\�Km��G�(��%�~�@�R�_�c��?^jC?�Ƀ�*n(���j�bǦn;��:�<�+c�5��l�Ο�l�w��m��lu"�����]dC���������SuqBw<*���q��#귻D�}���E�*l!��lc�:�Bw���y̆�q��#��[KL�w����!n�ƁЋ��G�j���š�'�zz��4f[�e7�	i����im�7�I'��x ��a��P��j)$�c2��6*�6zE�6�s�y_gz��N�Ҩ,�J}}��,Qr���Ue3#e��W�0p4���I)'�w
Ɲl:����$�"KH<hC���ʸmH�#��a 1!x��|x�.��܎�M�t��T؎�h�9Y��I90
���S�A&�
-�/�B���J�y^�8�4<��?
-dک�w>䓌c�E�q8n�u�7�Ť~w���%�rkV,�xZ�HD��/�����B�Q:����ժ�����ƙ��muuh����vܓη��n� Qp�D,��En�z1�%؎��m�L��H%���]��߿�\8X7WSAc,�|��P�����5��
-fC��ቷZ`�,��n�~#]�Y]�~��ý=�3��Q�*������y�8M�ήt���~r�_�����~���p����ş�����LJ� LԨ	���������::M_endstream
+xڽ]o�6�=���*�-R"%À4يM���0쁑hK�-y�H�����(Yv�n����x�;�|���b���2���e��`�һ3�X"���\��՗a��D��?U���l�g"`J&rv�M!����zۭ��r7�E�x���]�y��zM����z����S/i����g�����_�_(�HZ�7uޯM�$�	���2BO�S
+�*����������� �R�*��gR���]�	��Ꞁʘ!�u5aJr�6�詅6�7��
+B]?͕��I�0�y5��s,E=�{t:�))�+�Hꊸ�u�s"v��$�o�ju@޺�>jU���9���� ��`��=�� �&x���wN;]��l�P�-��eK�F�ʌ���t�����u����Y���CZSA@i��m�Ä-U�f�S&)�-ru��� ����%�?�1�Ā�V�'L���s(lWj��b�Z��귶�����l��ڰ�����4���δ�wS>\ġ�%��)&3?J�A�����+�(���,	� �������&7
�x�q��Ͷ���k���@��W�ԧ��k�E�-!��"�������/z���f0U�w�t�hZ^A�����u�=AW
<F��œ8�P%Ф_����)����C\�rl
~'�\fk�����:��+
+��2k�^vD��lm�G���k��hl�O��7��[�3B]���Hz���B#���<`G�M��:��Y���XZ��8%�2C�_>&Εr\b]��Z����X]6���/L�$�Q�_��9�_|�)�X�YA�퟈�h!���������N�|�00%L˼fc7���n$��gn��)��I#- q���8���K��t��8��p�0r�S6�D88���У�4QȅK,&����GE~ݏ��_�x�
�8'
+���B1�UW��86u������^{�1Tfct�Dd+�+n;,-`��/��l�X�"J�#�MG'��@�v������Qq���K&Q�}K��'��"�(W�-$��mc�X�mW莠�c�f��A�!h|y���#��[KL�w����!n�ƁЋ��G�j���š�'�zz��4f[�e7�	i��mh��ٛ�I'�xy �S�P���RH(�8d<J�רp��+���=��u����iS��B��ϱ�%J����lf��������;)��BBc�����M'Д���_d	�m�P0Xw�
�b���bD������W�t���)�N/���m=G ���!)���a�{j?ȄQ��"*�;j�Ę�%��H����G�L;��·|�ql��4���-�n�f����N����Tn͊ezW�]�)�h���ɻ�6W�=J�0;�Z�Q0t�8�pa��������΁{��<��$
+���e�<�ȭ[/��$�۱�f����TB��ݵ-������a����
+�`���IbB�2D���.���&+�
Ά'�j�%��cl�Y��F����&}���w{^g�Q�*������y�8M�̮t���~r�_��������p����ş�����LJ� LԨ	��?�7��p��?:gM`endstream
 endobj
-5032 0 obj <<
+5119 0 obj <<
 /Type /Page
-/Contents 5033 0 R
-/Resources 5031 0 R
+/Contents 5120 0 R
+/Resources 5118 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5061 0 R
-/Annots [ 5049 0 R ]
+/Parent 5117 0 R
+/Annots [ 5136 0 R ]
 >> endobj
-5049 0 obj <<
+5136 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [157.2677 413.7501 206.2336 424.3324]
 /Subtype /Link
 /A << /S /GoTo /D (modules-manual-download) >>
 >> endobj
-5034 0 obj <<
-/D [5032 0 R /XYZ 71.731 729.2652 null]
+5121 0 obj <<
+/D [5119 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-2036 0 obj <<
-/D [5032 0 R /XYZ 71.731 718.3063 null]
+2065 0 obj <<
+/D [5119 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1026 0 obj <<
-/D [5032 0 R /XYZ 155.5214 676.3797 null]
+1046 0 obj <<
+/D [5119 0 R /XYZ 155.5214 676.3797 null]
 >> endobj
-2037 0 obj <<
-/D [5032 0 R /XYZ 71.731 669.6658 null]
+2066 0 obj <<
+/D [5119 0 R /XYZ 71.731 669.6658 null]
 >> endobj
-1030 0 obj <<
-/D [5032 0 R /XYZ 206.6123 624.303 null]
+1050 0 obj <<
+/D [5119 0 R /XYZ 206.6123 624.303 null]
 >> endobj
-5035 0 obj <<
-/D [5032 0 R /XYZ 71.731 615.4802 null]
+5122 0 obj <<
+/D [5119 0 R /XYZ 71.731 615.4802 null]
 >> endobj
-5036 0 obj <<
-/D [5032 0 R /XYZ 71.731 582.6542 null]
+5123 0 obj <<
+/D [5119 0 R /XYZ 71.731 582.6542 null]
 >> endobj
-5037 0 obj <<
-/D [5032 0 R /XYZ 71.731 572.6916 null]
+5124 0 obj <<
+/D [5119 0 R /XYZ 71.731 572.6916 null]
 >> endobj
-5038 0 obj <<
-/D [5032 0 R /XYZ 71.731 572.6916 null]
+5125 0 obj <<
+/D [5119 0 R /XYZ 71.731 572.6916 null]
 >> endobj
-5039 0 obj <<
-/D [5032 0 R /XYZ 71.731 561.8114 null]
+5126 0 obj <<
+/D [5119 0 R /XYZ 71.731 561.8114 null]
 >> endobj
-5040 0 obj <<
-/D [5032 0 R /XYZ 71.731 551.2777 null]
+5127 0 obj <<
+/D [5119 0 R /XYZ 71.731 551.2777 null]
 >> endobj
-5041 0 obj <<
-/D [5032 0 R /XYZ 71.731 538.4988 null]
+5128 0 obj <<
+/D [5119 0 R /XYZ 71.731 538.4988 null]
 >> endobj
-5042 0 obj <<
-/D [5032 0 R /XYZ 71.731 527.9651 null]
+5129 0 obj <<
+/D [5119 0 R /XYZ 71.731 527.9651 null]
 >> endobj
-5043 0 obj <<
-/D [5032 0 R /XYZ 71.731 516.3088 null]
+5130 0 obj <<
+/D [5119 0 R /XYZ 71.731 516.3088 null]
 >> endobj
-5044 0 obj <<
-/D [5032 0 R /XYZ 76.7123 483.2918 null]
+5131 0 obj <<
+/D [5119 0 R /XYZ 76.7123 483.2918 null]
 >> endobj
-5045 0 obj <<
-/D [5032 0 R /XYZ 71.731 468.3478 null]
+5132 0 obj <<
+/D [5119 0 R /XYZ 71.731 468.3478 null]
 >> endobj
-5046 0 obj <<
-/D [5032 0 R /XYZ 486.2278 456.6915 null]
+5133 0 obj <<
+/D [5119 0 R /XYZ 486.2278 456.6915 null]
 >> endobj
-5047 0 obj <<
-/D [5032 0 R /XYZ 451.4238 445.0352 null]
+5134 0 obj <<
+/D [5119 0 R /XYZ 451.4238 445.0352 null]
 >> endobj
-5048 0 obj <<
-/D [5032 0 R /XYZ 71.731 426.5103 null]
+5135 0 obj <<
+/D [5119 0 R /XYZ 71.731 426.5103 null]
 >> endobj
-2038 0 obj <<
-/D [5032 0 R /XYZ 71.731 365.5334 null]
+2067 0 obj <<
+/D [5119 0 R /XYZ 71.731 365.5334 null]
 >> endobj
-1034 0 obj <<
-/D [5032 0 R /XYZ 276.1797 320.2791 null]
+1054 0 obj <<
+/D [5119 0 R /XYZ 276.1797 320.2791 null]
 >> endobj
-5050 0 obj <<
-/D [5032 0 R /XYZ 71.731 320.064 null]
+5137 0 obj <<
+/D [5119 0 R /XYZ 71.731 320.064 null]
 >> endobj
-5051 0 obj <<
-/D [5032 0 R /XYZ 71.731 301.4936 null]
+5138 0 obj <<
+/D [5119 0 R /XYZ 71.731 301.4936 null]
 >> endobj
-5052 0 obj <<
-/D [5032 0 R /XYZ 91.6563 266.7399 null]
+5139 0 obj <<
+/D [5119 0 R /XYZ 91.6563 266.7399 null]
 >> endobj
-5053 0 obj <<
-/D [5032 0 R /XYZ 349.077 266.7399 null]
+5140 0 obj <<
+/D [5119 0 R /XYZ 349.077 266.7399 null]
 >> endobj
-5054 0 obj <<
-/D [5032 0 R /XYZ 71.731 227.1882 null]
+5141 0 obj <<
+/D [5119 0 R /XYZ 71.731 227.1882 null]
 >> endobj
-5055 0 obj <<
-/D [5032 0 R /XYZ 71.731 204.1746 null]
+5142 0 obj <<
+/D [5119 0 R /XYZ 71.731 204.1746 null]
 >> endobj
-5056 0 obj <<
-/D [5032 0 R /XYZ 188.0244 191.3227 null]
+5143 0 obj <<
+/D [5119 0 R /XYZ 188.0244 191.3227 null]
 >> endobj
-5057 0 obj <<
-/D [5032 0 R /XYZ 158.3455 178.3713 null]
+5144 0 obj <<
+/D [5119 0 R /XYZ 158.3455 178.3713 null]
 >> endobj
-5058 0 obj <<
-/D [5032 0 R /XYZ 71.731 137.5244 null]
+5145 0 obj <<
+/D [5119 0 R /XYZ 71.731 137.5244 null]
 >> endobj
-5059 0 obj <<
-/D [5032 0 R /XYZ 71.731 112.4535 null]
+5146 0 obj <<
+/D [5119 0 R /XYZ 71.731 112.4535 null]
 >> endobj
-5060 0 obj <<
-/D [5032 0 R /XYZ 188.0244 101.6589 null]
+5147 0 obj <<
+/D [5119 0 R /XYZ 188.0244 101.6589 null]
 >> endobj
-5031 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F44 2154 0 R /F33 1378 0 R >>
+5118 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F44 2183 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5064 0 obj <<
+5150 0 obj <<
 /Length 546       
 /Filter /FlateDecode
 >>
 stream
 xڽU�r�0��+��B�k�:�Τ㙲K�P@�LQ����WB�c'�wZ	�:�������È�$������!P�_73�5�6޾�<��JA��� 4@0�4�%0f8yy�\���������kh�;ޭyc��ݨx�pU��~��v]�1rİ������=�<���c4�I�]8)ag�Z��D$�,� B1��&
�,֭���bj�Y)է�?
 >+X���rpq�T~Y��ϸ�^�n{1�vqs`����5%a�8�$���+��3G-W��b��:�M�R�ԭ0g�N'�,!:��z�t�\}��2��l�F��)ʚ�W������i9��a���:�m��<G�X܈e�߾)������=��C
u4�@��S�0�Ҵ�=�l.�+�&�s�}�q��<�wz�H_V�ս���h
��N�\ԍn���(.ָ��3��v�)]]��%l�|�W�mN4g�F�o{}�/77��͏Z].��<87���
������9h��ᰉ��җl;^��8LNN�=���
-�������o0�Ϣ,�endstream
+������o0���,�endstream
 endobj
-5063 0 obj <<
+5149 0 obj <<
 /Type /Page
-/Contents 5064 0 R
-/Resources 5062 0 R
+/Contents 5150 0 R
+/Resources 5148 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5061 0 R
+/Parent 5117 0 R
 >> endobj
-5065 0 obj <<
-/D [5063 0 R /XYZ 71.731 729.2652 null]
+5151 0 obj <<
+/D [5149 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5066 0 obj <<
-/D [5063 0 R /XYZ 158.3455 708.3437 null]
+5152 0 obj <<
+/D [5149 0 R /XYZ 158.3455 708.3437 null]
 >> endobj
-5067 0 obj <<
-/D [5063 0 R /XYZ 71.731 667.4969 null]
+5153 0 obj <<
+/D [5149 0 R /XYZ 71.731 667.4969 null]
 >> endobj
-5068 0 obj <<
-/D [5063 0 R /XYZ 71.731 642.426 null]
+5154 0 obj <<
+/D [5149 0 R /XYZ 71.731 642.426 null]
 >> endobj
-5069 0 obj <<
-/D [5063 0 R /XYZ 188.0244 631.6314 null]
+5155 0 obj <<
+/D [5149 0 R /XYZ 188.0244 631.6314 null]
 >> endobj
-5070 0 obj <<
-/D [5063 0 R /XYZ 158.3455 618.6799 null]
+5156 0 obj <<
+/D [5149 0 R /XYZ 158.3455 618.6799 null]
 >> endobj
-5071 0 obj <<
-/D [5063 0 R /XYZ 71.731 577.8331 null]
+5157 0 obj <<
+/D [5149 0 R /XYZ 71.731 577.8331 null]
 >> endobj
-5072 0 obj <<
-/D [5063 0 R /XYZ 71.731 554.8195 null]
+5158 0 obj <<
+/D [5149 0 R /XYZ 71.731 554.8195 null]
 >> endobj
-5073 0 obj <<
-/D [5063 0 R /XYZ 188.0244 541.9676 null]
+5159 0 obj <<
+/D [5149 0 R /XYZ 188.0244 541.9676 null]
 >> endobj
-5074 0 obj <<
-/D [5063 0 R /XYZ 158.3455 529.0162 null]
+5160 0 obj <<
+/D [5149 0 R /XYZ 158.3455 529.0162 null]
 >> endobj
-5075 0 obj <<
-/D [5063 0 R /XYZ 71.731 488.1693 null]
+5161 0 obj <<
+/D [5149 0 R /XYZ 71.731 488.1693 null]
 >> endobj
-5076 0 obj <<
-/D [5063 0 R /XYZ 71.731 463.0984 null]
+5162 0 obj <<
+/D [5149 0 R /XYZ 71.731 463.0984 null]
 >> endobj
-5077 0 obj <<
-/D [5063 0 R /XYZ 188.0244 452.3038 null]
+5163 0 obj <<
+/D [5149 0 R /XYZ 188.0244 452.3038 null]
 >> endobj
-5078 0 obj <<
-/D [5063 0 R /XYZ 158.3455 439.3524 null]
+5164 0 obj <<
+/D [5149 0 R /XYZ 158.3455 439.3524 null]
 >> endobj
-5079 0 obj <<
-/D [5063 0 R /XYZ 71.731 398.5056 null]
+5165 0 obj <<
+/D [5149 0 R /XYZ 71.731 398.5056 null]
 >> endobj
-5080 0 obj <<
-/D [5063 0 R /XYZ 71.731 373.4347 null]
+5166 0 obj <<
+/D [5149 0 R /XYZ 71.731 373.4347 null]
 >> endobj
-5081 0 obj <<
-/D [5063 0 R /XYZ 188.0244 362.6401 null]
+5167 0 obj <<
+/D [5149 0 R /XYZ 188.0244 362.6401 null]
 >> endobj
-5082 0 obj <<
-/D [5063 0 R /XYZ 158.3455 349.6887 null]
+5168 0 obj <<
+/D [5149 0 R /XYZ 158.3455 349.6887 null]
 >> endobj
-5083 0 obj <<
-/D [5063 0 R /XYZ 71.731 308.8418 null]
+5169 0 obj <<
+/D [5149 0 R /XYZ 71.731 308.8418 null]
 >> endobj
-5084 0 obj <<
-/D [5063 0 R /XYZ 71.731 283.7709 null]
+5170 0 obj <<
+/D [5149 0 R /XYZ 71.731 283.7709 null]
 >> endobj
-5085 0 obj <<
-/D [5063 0 R /XYZ 188.0244 272.9763 null]
+5171 0 obj <<
+/D [5149 0 R /XYZ 188.0244 272.9763 null]
 >> endobj
-5086 0 obj <<
-/D [5063 0 R /XYZ 158.3455 260.0249 null]
+5172 0 obj <<
+/D [5149 0 R /XYZ 158.3455 260.0249 null]
 >> endobj
-5087 0 obj <<
-/D [5063 0 R /XYZ 71.731 219.1781 null]
+5173 0 obj <<
+/D [5149 0 R /XYZ 71.731 219.1781 null]
 >> endobj
-5088 0 obj <<
-/D [5063 0 R /XYZ 71.731 194.1072 null]
+5174 0 obj <<
+/D [5149 0 R /XYZ 71.731 194.1072 null]
 >> endobj
-5089 0 obj <<
-/D [5063 0 R /XYZ 188.0244 183.3126 null]
+5175 0 obj <<
+/D [5149 0 R /XYZ 188.0244 183.3126 null]
 >> endobj
-5090 0 obj <<
-/D [5063 0 R /XYZ 158.3455 170.3611 null]
+5176 0 obj <<
+/D [5149 0 R /XYZ 158.3455 170.3611 null]
 >> endobj
-5091 0 obj <<
-/D [5063 0 R /XYZ 71.731 129.5143 null]
+5177 0 obj <<
+/D [5149 0 R /XYZ 71.731 129.5143 null]
 >> endobj
-5062 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R >>
+5148 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5094 0 obj <<
+5180 0 obj <<
 /Length 656       
 /Filter /FlateDecode
 >>
 stream
-xڽV�n�0}�W�lc0��M�:-[�4i�&7�	�����lCִѪ%Q$����{N|.���~Њ ������ k����J�J'pq�wt�M�w[1�CZ٣��V��R+˿�Ӧ�U^<9."�}��U+���JHV�Lu�?���¡���!n^�]Ʌ�={?�������NR�G�@шDAHBlE>8���p�pbdO?�u�j{[�5�wuBb�O��Z�&�<�Y�\�e�*P�����!�t�i�0"�,�z�mx%����@�1x.T<��-�b�
l�DJ�M��I�(�UQ%I:K���J�*���q���o�['$6�;Y���B��K�_�-�U�u�O`-7� Ύ�X����N�b����}�o>��ʿw��5��z�v�_P�C޳m�dY<��7�(��=�܁�A���-FC�}8X�:���FWa��f#�>���  $F=�Z��$7L���j��M�͌����T�KҖ5��^��|ϸ���:=�_�>hO�������e��N��x�gY���\:W��eA�xF��-�����H}���z����.�听�Y�Pp���-u�.U�
������z��=�|���_��HP@a�<��b�-a�c�4�WO/d�h_��endstream
+xڽV�n�0}�W�lc0��M�:-[�4i�&7�	�����lCִѪ%Q$����{N|.���~Њ ������ k����J�J'pq�wt�M�w[1�CZ٣��V��R+˿�Ӧ�U^<9."�}��U+���JHV�Lu�?���¡���!n^�]Ʌ�={?�������NR�G�@шDAHBlE>8���p�pbdO?�u�j{[�5�wuBb�O��Z�&�<�Y�\�e�*P�����!�t�i�0"�,�z�mx%����@�1x.T<��-�b�
l�DJ�M��I�(�UQ%I:K���J�*���q���o�['$6�;Y���B��K�_�-�U�u�O`-7� Ύ�X����N�b����}�o>��ʿw��5��z�v�_P�C޳m�dY<��7�(��=�܁�A���-FC�}8X�:���FWa��f#�>���  $F=�Z��$7L���j��M�͌����T�KҖ5��^��|ϸ���:=�_�>hO�������e��N��x�gY���\:W��eA�xF��-�����H}���z����.�听�Y�Pp���-u�.U�
������z��=�|���_��HP@a�<��b�-a�c�4��WO/d�h���endstream
 endobj
-5093 0 obj <<
+5179 0 obj <<
 /Type /Page
-/Contents 5094 0 R
-/Resources 5092 0 R
+/Contents 5180 0 R
+/Resources 5178 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5061 0 R
+/Parent 5117 0 R
 >> endobj
-5095 0 obj <<
-/D [5093 0 R /XYZ 71.731 729.2652 null]
+5181 0 obj <<
+/D [5179 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5096 0 obj <<
-/D [5093 0 R /XYZ 71.731 718.3063 null]
+5182 0 obj <<
+/D [5179 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-5097 0 obj <<
-/D [5093 0 R /XYZ 188.0244 708.3437 null]
+5183 0 obj <<
+/D [5179 0 R /XYZ 188.0244 708.3437 null]
 >> endobj
-5098 0 obj <<
-/D [5093 0 R /XYZ 158.3455 695.3923 null]
+5184 0 obj <<
+/D [5179 0 R /XYZ 158.3455 695.3923 null]
 >> endobj
-5099 0 obj <<
-/D [5093 0 R /XYZ 71.731 654.5454 null]
+5185 0 obj <<
+/D [5179 0 R /XYZ 71.731 654.5454 null]
 >> endobj
-5100 0 obj <<
-/D [5093 0 R /XYZ 71.731 629.4745 null]
+5186 0 obj <<
+/D [5179 0 R /XYZ 71.731 629.4745 null]
 >> endobj
-5101 0 obj <<
-/D [5093 0 R /XYZ 185.5337 618.6799 null]
+5187 0 obj <<
+/D [5179 0 R /XYZ 185.5337 618.6799 null]
 >> endobj
-5102 0 obj <<
-/D [5093 0 R /XYZ 155.8548 605.7285 null]
+5188 0 obj <<
+/D [5179 0 R /XYZ 155.8548 605.7285 null]
 >> endobj
-5103 0 obj <<
-/D [5093 0 R /XYZ 71.731 564.8817 null]
+5189 0 obj <<
+/D [5179 0 R /XYZ 71.731 564.8817 null]
 >> endobj
-5104 0 obj <<
-/D [5093 0 R /XYZ 71.731 539.8108 null]
+5190 0 obj <<
+/D [5179 0 R /XYZ 71.731 539.8108 null]
 >> endobj
-5105 0 obj <<
-/D [5093 0 R /XYZ 188.0244 529.0162 null]
+5191 0 obj <<
+/D [5179 0 R /XYZ 188.0244 529.0162 null]
 >> endobj
-5106 0 obj <<
-/D [5093 0 R /XYZ 158.3455 516.0647 null]
+5192 0 obj <<
+/D [5179 0 R /XYZ 158.3455 516.0647 null]
 >> endobj
-2039 0 obj <<
-/D [5093 0 R /XYZ 71.731 475.2179 null]
+2068 0 obj <<
+/D [5179 0 R /XYZ 71.731 475.2179 null]
 >> endobj
-1038 0 obj <<
-/D [5093 0 R /XYZ 252.5255 429.9636 null]
+1058 0 obj <<
+/D [5179 0 R /XYZ 252.5255 429.9636 null]
 >> endobj
-5107 0 obj <<
-/D [5093 0 R /XYZ 71.731 417.7924 null]
+5193 0 obj <<
+/D [5179 0 R /XYZ 71.731 417.7924 null]
 >> endobj
-5108 0 obj <<
-/D [5093 0 R /XYZ 71.731 398.3423 null]
+5194 0 obj <<
+/D [5179 0 R /XYZ 71.731 398.3423 null]
 >> endobj
-5109 0 obj <<
-/D [5093 0 R /XYZ 188.0244 385.4904 null]
+5195 0 obj <<
+/D [5179 0 R /XYZ 188.0244 385.4904 null]
 >> endobj
-5110 0 obj <<
-/D [5093 0 R /XYZ 158.3455 372.539 null]
+5196 0 obj <<
+/D [5179 0 R /XYZ 158.3455 372.539 null]
 >> endobj
-5111 0 obj <<
-/D [5093 0 R /XYZ 71.731 331.6921 null]
+5197 0 obj <<
+/D [5179 0 R /XYZ 71.731 331.6921 null]
 >> endobj
-5112 0 obj <<
-/D [5093 0 R /XYZ 71.731 306.6212 null]
+5198 0 obj <<
+/D [5179 0 R /XYZ 71.731 306.6212 null]
 >> endobj
-5113 0 obj <<
-/D [5093 0 R /XYZ 188.0244 295.8266 null]
+5199 0 obj <<
+/D [5179 0 R /XYZ 188.0244 295.8266 null]
 >> endobj
-5114 0 obj <<
-/D [5093 0 R /XYZ 158.3455 282.8752 null]
+5200 0 obj <<
+/D [5179 0 R /XYZ 158.3455 282.8752 null]
 >> endobj
-5115 0 obj <<
-/D [5093 0 R /XYZ 71.731 242.0284 null]
+5201 0 obj <<
+/D [5179 0 R /XYZ 71.731 242.0284 null]
 >> endobj
-5116 0 obj <<
-/D [5093 0 R /XYZ 71.731 216.9575 null]
+5202 0 obj <<
+/D [5179 0 R /XYZ 71.731 216.9575 null]
 >> endobj
-5117 0 obj <<
-/D [5093 0 R /XYZ 188.0244 206.1629 null]
+5203 0 obj <<
+/D [5179 0 R /XYZ 188.0244 206.1629 null]
 >> endobj
-5118 0 obj <<
-/D [5093 0 R /XYZ 158.3455 193.2114 null]
+5204 0 obj <<
+/D [5179 0 R /XYZ 158.3455 193.2114 null]
 >> endobj
-5119 0 obj <<
-/D [5093 0 R /XYZ 71.731 152.3646 null]
+5205 0 obj <<
+/D [5179 0 R /XYZ 71.731 152.3646 null]
 >> endobj
-5120 0 obj <<
-/D [5093 0 R /XYZ 71.731 127.2937 null]
+5206 0 obj <<
+/D [5179 0 R /XYZ 71.731 127.2937 null]
 >> endobj
-5121 0 obj <<
-/D [5093 0 R /XYZ 188.0244 116.4991 null]
+5207 0 obj <<
+/D [5179 0 R /XYZ 188.0244 116.4991 null]
 >> endobj
-5122 0 obj <<
-/D [5093 0 R /XYZ 158.3455 103.5477 null]
+5208 0 obj <<
+/D [5179 0 R /XYZ 158.3455 103.5477 null]
 >> endobj
-5092 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+5178 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5125 0 obj <<
+5211 0 obj <<
 /Length 435       
 /Filter /FlateDecode
 >>
 stream
 xڽSMo�0����>�Oxoi��6�V��U��B��V��5�ۤɡ���{x3�<f������X���� �7��և
[ ��	.A��
y/PXE<�!Ŋ�Ă�D���=�j[���pI�5��A7����}�;]Uڕ��W��\�(��t�`�2=���nv�N���Kx�Šzi��&�Q�PEj�pDLB������t�Q`�.8��C6!��Hqx�i|c���TV�O��N'��?��-!��]V��
�b	<=��v���n�ywG�I �
-��%'��
�i�4�?��3�$��m�<"�Z��C�/e�&��Y������(,ͤ��&�`�.�U"&�}=������ˈ�w���1s��L�Qx=�X[�YW��t��C���E�<wKR�'��{s�yym$��$Z;�����/����hendstream
+��%'��
�i�4�?��3�$��m�<"�Z��C�/e�&��Y������(,ͤ��&�`�.�U"&�}=������ˈ�w���1s��L�Qx=�X[�YW��t��C���E�<wKR�'��{s�yym$��$Z;��
_��_0�iendstream
 endobj
-5124 0 obj <<
+5210 0 obj <<
 /Type /Page
-/Contents 5125 0 R
-/Resources 5123 0 R
+/Contents 5211 0 R
+/Resources 5209 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5061 0 R
+/Parent 5117 0 R
 >> endobj
-5126 0 obj <<
-/D [5124 0 R /XYZ 71.731 729.2652 null]
+5212 0 obj <<
+/D [5210 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5127 0 obj <<
-/D [5124 0 R /XYZ 71.731 680.4483 null]
+5213 0 obj <<
+/D [5210 0 R /XYZ 71.731 680.4483 null]
 >> endobj
-5128 0 obj <<
-/D [5124 0 R /XYZ 71.731 657.4347 null]
+5214 0 obj <<
+/D [5210 0 R /XYZ 71.731 657.4347 null]
 >> endobj
-5129 0 obj <<
-/D [5124 0 R /XYZ 188.0244 644.5828 null]
+5215 0 obj <<
+/D [5210 0 R /XYZ 188.0244 644.5828 null]
 >> endobj
-5130 0 obj <<
-/D [5124 0 R /XYZ 158.3455 631.6314 null]
+5216 0 obj <<
+/D [5210 0 R /XYZ 158.3455 631.6314 null]
 >> endobj
-5131 0 obj <<
-/D [5124 0 R /XYZ 71.731 590.7845 null]
+5217 0 obj <<
+/D [5210 0 R /XYZ 71.731 590.7845 null]
 >> endobj
-5132 0 obj <<
-/D [5124 0 R /XYZ 71.731 565.7136 null]
+5218 0 obj <<
+/D [5210 0 R /XYZ 71.731 565.7136 null]
 >> endobj
-5133 0 obj <<
-/D [5124 0 R /XYZ 188.0244 554.919 null]
+5219 0 obj <<
+/D [5210 0 R /XYZ 188.0244 554.919 null]
 >> endobj
-5134 0 obj <<
-/D [5124 0 R /XYZ 158.3455 541.9676 null]
+5220 0 obj <<
+/D [5210 0 R /XYZ 158.3455 541.9676 null]
 >> endobj
-5123 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R >>
+5209 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5137 0 obj <<
+5223 0 obj <<
 /Length 2587      
 /Filter /FlateDecode
 >>
@@ -21906,78 +22317,78 @@ x
 �%:�@�-��t`p�@NYL'R�L'����aq���kS���;oK�v��-j�T606B'�'a��侤�u�"�~�Df�,
�.�<`T&"ĺDt2�e1�k��a�E�QKm.Ubd�"�4����Wj���u�I��S���֟�������m�T��<��Pw
�޾h~f���BǺ�G	�~���k�}1&?`��_� Ό�]'�f��IrpI;�;e�]��F^��f�H�#��ol����QşC?��"F�H#.�q�Jf$R�W/i�o���/Y�r��c�F8e���]���
 :ī:��Ԟdi�v�9	��k�lќU��A֫��fdҀe�a��$�b�v�4V�K����ΰ�Q�9����Z��l��OT'"�>�uy1^Q)vT��/o݃���հ���C�"��
t"Nl�W��F�����I' �HJI���_N�Q��4)����@�|ک�/UF8<Q��[�b�@��(�
UM����3�L��P��#'�UX�o1'���v�(��/�A�BQK9�'@��Pt`��2E����Lk�����r��PFXnq�~�P�ɀE�H����x�޶�?����*�B�ԏP4�
����ӬA�4a��eb�Y����2
�����-��ʾf��w�*����J�"����~�|C%
3QZꭹ�Lw���u�������n�Eҽ�FQ�)��kf�r�J��1������\"a2SC�/�;1��V(2ѽP6� {-�ta���n�y�
m]fx����@%�P*ٗ�<ŋ�^��jN�F�{˜�Wo�(��{?x0���}�:��G�һ�b�
�81>(k!�Y�"�����ŧ��AЗ�@Tf������;��d��T���o��ux��k�������6��5�\�_�&��(\
 3T���b.�p�Qd������B�$h��&��=�ǖ�U���@�AW^��r�;J�y,q�e�K"���<\���ޅ��5�)n]b���%��࣐�-����4�!R���s�X�9Q��������'v%p�&�x_�7g�����kH
-����]2�ӊCe=��lJ���~��������\U֓���c�(�G�� z-��dX#�R�E��扠������w�'�l�����=a�y<���4�Z�<I�(��$jţ��z��
-V��7�endstream
+����]2�ӊCe=��lJ���~��������\U֓���c�(�G�� z-��dX#�R�E��扠������w�'�l�����=a�y<���4�Z�<I�(��$jţ��z��
+V��d�endstream
 endobj
-5136 0 obj <<
+5222 0 obj <<
 /Type /Page
-/Contents 5137 0 R
-/Resources 5135 0 R
+/Contents 5223 0 R
+/Resources 5221 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5061 0 R
+/Parent 5117 0 R
 >> endobj
-5138 0 obj <<
-/D [5136 0 R /XYZ 71.731 729.2652 null]
+5224 0 obj <<
+/D [5222 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-2040 0 obj <<
-/D [5136 0 R /XYZ 71.731 718.3063 null]
+2069 0 obj <<
+/D [5222 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1042 0 obj <<
-/D [5136 0 R /XYZ 531.42 703.236 null]
+1062 0 obj <<
+/D [5222 0 R /XYZ 531.42 703.236 null]
 >> endobj
-5139 0 obj <<
-/D [5136 0 R /XYZ 71.731 682.1747 null]
+5225 0 obj <<
+/D [5222 0 R /XYZ 71.731 682.1747 null]
 >> endobj
-5140 0 obj <<
-/D [5136 0 R /XYZ 71.731 672.0599 null]
+5226 0 obj <<
+/D [5222 0 R /XYZ 71.731 672.0599 null]
 >> endobj
-5141 0 obj <<
-/D [5136 0 R /XYZ 71.731 662.0973 null]
+5227 0 obj <<
+/D [5222 0 R /XYZ 71.731 662.0973 null]
 >> endobj
-2041 0 obj <<
-/D [5136 0 R /XYZ 71.731 638.2831 null]
+2070 0 obj <<
+/D [5222 0 R /XYZ 71.731 638.2831 null]
 >> endobj
-1046 0 obj <<
-/D [5136 0 R /XYZ 168.2049 594.97 null]
+1066 0 obj <<
+/D [5222 0 R /XYZ 168.2049 594.97 null]
 >> endobj
-5142 0 obj <<
-/D [5136 0 R /XYZ 71.731 586.1472 null]
+5228 0 obj <<
+/D [5222 0 R /XYZ 71.731 586.1472 null]
 >> endobj
-5143 0 obj <<
-/D [5136 0 R /XYZ 71.731 527.4184 null]
+5229 0 obj <<
+/D [5222 0 R /XYZ 71.731 527.4184 null]
 >> endobj
-5144 0 obj <<
-/D [5136 0 R /XYZ 71.731 485.64 null]
+5230 0 obj <<
+/D [5222 0 R /XYZ 71.731 485.64 null]
 >> endobj
-2042 0 obj <<
-/D [5136 0 R /XYZ 71.731 415.9016 null]
+2071 0 obj <<
+/D [5222 0 R /XYZ 71.731 415.9016 null]
 >> endobj
-1050 0 obj <<
-/D [5136 0 R /XYZ 312.7959 370.7468 null]
+1070 0 obj <<
+/D [5222 0 R /XYZ 312.7959 370.7468 null]
 >> endobj
-5145 0 obj <<
-/D [5136 0 R /XYZ 71.731 358.5756 null]
+5231 0 obj <<
+/D [5222 0 R /XYZ 71.731 358.5756 null]
 >> endobj
-5146 0 obj <<
-/D [5136 0 R /XYZ 71.731 316.1466 null]
+5232 0 obj <<
+/D [5222 0 R /XYZ 71.731 316.1466 null]
 >> endobj
-5147 0 obj <<
-/D [5136 0 R /XYZ 71.731 285.2624 null]
+5233 0 obj <<
+/D [5222 0 R /XYZ 71.731 285.2624 null]
 >> endobj
-5148 0 obj <<
-/D [5136 0 R /XYZ 71.731 202.5725 null]
+5234 0 obj <<
+/D [5222 0 R /XYZ 71.731 202.5725 null]
 >> endobj
-5149 0 obj <<
-/D [5136 0 R /XYZ 71.731 171.6884 null]
+5235 0 obj <<
+/D [5222 0 R /XYZ 71.731 171.6884 null]
 >> endobj
-5150 0 obj <<
-/D [5136 0 R /XYZ 71.731 140.8042 null]
+5236 0 obj <<
+/D [5222 0 R /XYZ 71.731 140.8042 null]
 >> endobj
-5135 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >>
+5221 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5153 0 obj <<
+5239 0 obj <<
 /Length 2983      
 /Filter /FlateDecode
 >>
@@ -21994,57 +22405,57 @@ _
 �`�#y�bS��엑>�e�Y�L�kE��8�!�M��r �[��[@�B�;{�W����� œ3z�A	�\u��p^A�B�O��0��5iݾ�oY����a�:���%�7�dي;3�H�.wμ3����֙\�q�^�������s��kǤX��51�j�}�l�]6���}���2[�6 ���9_ׂ�TPP�&��Ƴ�P��)�F�r�&��G�O�O� ����s:�<R2��p��3l���0e�E�2萲u���U�:y7e�u$�������E�O��/yH��\9)IiL��UtoO�ȉ�+m��o� SH��T(&����K�>��&�O�����ꋤ�?d�̴~LN�J"��*�E]4��?k���mZ�`����:!��>G$aO:0�t`� )�Éy��+��L���+��!ܯ�@�����N��٤�5v��|�T2P6q�;�+�`$���i��FPK3
 �A,[a�6�9�)Gɼ�b�JX�֢�:��z���f8`�	%
���"B�W��e��Q��Q�	m�&Q�0��pz��y�d���

��`����*�hp�d5�z��{��0g���N�}&�0��hC&�Y��V��?��N9q�^c�0N\�Ä�U��F'f�+�]7�����}g�����p��Q��/��_l�\[S�X���Kߧ-���4Β[��L����5*h@H�C��=�^	�Vf��#=�f�R���f������gj_��������iY���ޞm��m�}~$[�K��)�#ۡ�s���߷/��w�H^��\�G�E��TF��`��kpD���l�8��h��`���;������>�`rSQm����bǖ�\d/Za�z�cӢh�7{$y�Ms�3`ܛ|�=,�.xöb��)�%;u�x���`k�����0�9�F8����V9қ
�S�KP*��:��g�`�Y齲�򬬈�\R`+�V���2
 �A�|��U"'{Z��@��֛,���X	�]�3
-Xgeb�;�
���Ar_�#���&�0�Za����؝,w���N��#��X���(�#��v<GiE�����R%�Hsf#`s��^��?��������������C�~g����7�Da�����$�endstream
+Xgeb�;�
���Ar_�#���&�0�Za����؝,w���N��#��X���(�#��v<GiE�����R%�Hsf#`s��^��?��������������CE~����o���ʉ��$�endstream
 endobj
-5152 0 obj <<
+5238 0 obj <<
 /Type /Page
-/Contents 5153 0 R
-/Resources 5151 0 R
+/Contents 5239 0 R
+/Resources 5237 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5061 0 R
+/Parent 5248 0 R
 >> endobj
-5154 0 obj <<
-/D [5152 0 R /XYZ 71.731 729.2652 null]
+5240 0 obj <<
+/D [5238 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5155 0 obj <<
-/D [5152 0 R /XYZ 71.731 662.3513 null]
+5241 0 obj <<
+/D [5238 0 R /XYZ 71.731 662.3513 null]
 >> endobj
-5156 0 obj <<
-/D [5152 0 R /XYZ 71.731 592.6128 null]
+5242 0 obj <<
+/D [5238 0 R /XYZ 71.731 592.6128 null]
 >> endobj
-2043 0 obj <<
-/D [5152 0 R /XYZ 71.731 535.8257 null]
+2072 0 obj <<
+/D [5238 0 R /XYZ 71.731 535.8257 null]
 >> endobj
-1054 0 obj <<
-/D [5152 0 R /XYZ 237.0663 492.7282 null]
+1074 0 obj <<
+/D [5238 0 R /XYZ 237.0663 492.7282 null]
 >> endobj
-5157 0 obj <<
-/D [5152 0 R /XYZ 71.731 480.2903 null]
+5243 0 obj <<
+/D [5238 0 R /XYZ 71.731 480.2903 null]
 >> endobj
-5158 0 obj <<
-/D [5152 0 R /XYZ 71.731 401.3311 null]
+5244 0 obj <<
+/D [5238 0 R /XYZ 71.731 401.3311 null]
 >> endobj
-2044 0 obj <<
-/D [5152 0 R /XYZ 71.731 381.341 null]
+2073 0 obj <<
+/D [5238 0 R /XYZ 71.731 381.341 null]
 >> endobj
-1058 0 obj <<
-/D [5152 0 R /XYZ 254.1783 338.2435 null]
+1078 0 obj <<
+/D [5238 0 R /XYZ 254.1783 338.2435 null]
 >> endobj
-5159 0 obj <<
-/D [5152 0 R /XYZ 71.731 325.8056 null]
+5245 0 obj <<
+/D [5238 0 R /XYZ 71.731 325.8056 null]
 >> endobj
-5160 0 obj <<
-/D [5152 0 R /XYZ 71.731 231.8377 null]
+5246 0 obj <<
+/D [5238 0 R /XYZ 71.731 231.8377 null]
 >> endobj
-5161 0 obj <<
-/D [5152 0 R /XYZ 71.731 200.9535 null]
+5247 0 obj <<
+/D [5238 0 R /XYZ 71.731 200.9535 null]
 >> endobj
-5151 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+5237 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5164 0 obj <<
-/Length 3096      
+5251 0 obj <<
+/Length 3094      
 /Filter /FlateDecode
 >>
 stream
@@ -22054,129 +22465,129 @@ xڝ]
 zV9>�]�+�8�!X]��PD�LR��!F��X���B�|ڤ�zy�l�إ�b�h�VP�/�}P�t]�����S'���ʃ9R(�Zk����n��-�ƜYQ19PN(�	8�Z�T�/%����c<�1>)���µ�m$���̋�vԧ�.z`���W�R-`�K��pe�'U:��AW��f��tm���c�b>/�����w[�mG��SR����F���`E���:Rk�Vg70Ի�P߇��cB��@�o!�-`@-N�O�۵%�7���/�ɮ*{� �9���3����e����Y��IXX7L�`�?,����&qS�m+MڥPƁ����j�����b�'�0[Iyq��k4�����Oii���`y��n�0��r)S���U��S%Yz�~ϕ��-ͲC�\- Ğ������ڠ�-:�8G���C|��hj![J�ѫ�t_~��K�m*�3���8W��gR/Mre@��ʙ?���z�T���lhcy��e`�0�6X��jz�Z.��C����i�����O��z�`I��.|ԅ7���������^�X���>��PJ<l)[r���v����(��)m|�������vCKwF�����}S<�A�[<�k'ԝ����~UW�#������X�ǧ��>�
���rD�)-Tȏ�A������S��$SӿM����y�|�����~K󺕛�IGg��H������A�.(l�LMx��M�^�0z�f��U{�&"��a�R��8����8fW�15��D(��Qsw
 ��J�����K����SL#��sg�ǖ�S�3����!g�S��z16�<�b͇A_�(��3�.%�h����	Hvl8GA�����M�>S3JP�X�u���3��b�G�6p0�YK��G�5���D�2��%���M���F��=9U����G��w��-��h�]�q?0
 f֨�2��׵`��F�7zݜ;A�	_�Q��X�yh��*��r�r��#d�aF��P��PX��`8�qf8��������s�{V���{zM��|��3-���CchBc����$G$���(��QiH3�m����[���)�Y�&=I��O�/�� 6��ܡ���7�0hi�%f8iUT��5�	/iv��fc-7�z,�
d�4],�6��"�h�Z����h���*{a�*{�_E������.�\HL
-���q)Ll)30�~h=�?󽜖���9��d���o���P9�����f�#�[0Ց;9�vyi�Fľ'e��튑v6�î��p�?/ە��vuS�m���RuC�Mao� �,�������N��Մ��A��pk���I�u��?.T,�Q"<��<�,��� ��~Yޭ9�;6��)e�+'*l�����<�P}��ٱ��o���>n��O��e��&;4�]u�p�#���&w"�2��@�Ø`'��ֽ6,O�\0KRcI-=�}|86p2�6�Jv���@�<�����$�B��q�����h����y�J�#��M_���0R��Q2Z*͍�K���9��K�b��On	��Ť;|x1��g��y�D���⹢��L���GZ������M��ښCF����iՠ����p-��-���4�žjO����Y����
;endstream
+���q)Ll)30�~h=�?󽜖���9��d���o���P9�����f�#�[0Ց;9�vyi�Fľ'e��튑v6�î��p�?/ە��vuS�m���RuC�Mao� �,�������N��Մ��A��pk���I�u��?.T,�Q"<��<�,��� ��~Yޭ9�;6��)e�+'*l�����<�P}��ٱ��o���>n��O��e��&;4�]u�p�#���&w"�2��@�Ø`'��ֽ6,O�\0KRcI-=�}|86p2�6�Jv���@�<�����$�B��q�����h����y�J�#��M_���0R��Q2Z*͍�K���9��K�b��On	��Ť;|x1��g��y�D���⹢��L���GZ������M��ښCF����iՠ����p-��-���8��,^�u���V�endstream
 endobj
-5163 0 obj <<
+5250 0 obj <<
 /Type /Page
-/Contents 5164 0 R
-/Resources 5162 0 R
+/Contents 5251 0 R
+/Resources 5249 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5199 0 R
+/Parent 5248 0 R
 >> endobj
-5165 0 obj <<
-/D [5163 0 R /XYZ 71.731 729.2652 null]
+5252 0 obj <<
+/D [5250 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5166 0 obj <<
-/D [5163 0 R /XYZ 71.731 741.2204 null]
+5253 0 obj <<
+/D [5250 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-5167 0 obj <<
-/D [5163 0 R /XYZ 71.731 718.3063 null]
+5254 0 obj <<
+/D [5250 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-2045 0 obj <<
-/D [5163 0 R /XYZ 71.731 688.2541 null]
+2074 0 obj <<
+/D [5250 0 R /XYZ 71.731 688.2541 null]
 >> endobj
-1062 0 obj <<
-/D [5163 0 R /XYZ 201.8268 645.1566 null]
+1082 0 obj <<
+/D [5250 0 R /XYZ 201.8268 645.1566 null]
 >> endobj
-5168 0 obj <<
-/D [5163 0 R /XYZ 71.731 636.3338 null]
+5255 0 obj <<
+/D [5250 0 R /XYZ 71.731 636.3338 null]
 >> endobj
-5169 0 obj <<
-/D [5163 0 R /XYZ 71.731 582.5864 null]
+5256 0 obj <<
+/D [5250 0 R /XYZ 71.731 582.5864 null]
 >> endobj
-5170 0 obj <<
-/D [5163 0 R /XYZ 71.731 577.605 null]
+5257 0 obj <<
+/D [5250 0 R /XYZ 71.731 577.605 null]
 >> endobj
-5171 0 obj <<
-/D [5163 0 R /XYZ 89.6638 556.8478 null]
+5258 0 obj <<
+/D [5250 0 R /XYZ 89.6638 556.8478 null]
 >> endobj
-5172 0 obj <<
-/D [5163 0 R /XYZ 71.731 528.7881 null]
+5259 0 obj <<
+/D [5250 0 R /XYZ 71.731 528.7881 null]
 >> endobj
-5173 0 obj <<
-/D [5163 0 R /XYZ 89.6638 513.0122 null]
+5260 0 obj <<
+/D [5250 0 R /XYZ 89.6638 513.0122 null]
 >> endobj
-5174 0 obj <<
-/D [5163 0 R /XYZ 71.731 485.3261 null]
+5261 0 obj <<
+/D [5250 0 R /XYZ 71.731 485.3261 null]
 >> endobj
-5175 0 obj <<
-/D [5163 0 R /XYZ 89.6638 469.1766 null]
+5262 0 obj <<
+/D [5250 0 R /XYZ 89.6638 469.1766 null]
 >> endobj
-5176 0 obj <<
-/D [5163 0 R /XYZ 71.731 467.0197 null]
+5263 0 obj <<
+/D [5250 0 R /XYZ 71.731 467.0197 null]
 >> endobj
-5177 0 obj <<
-/D [5163 0 R /XYZ 89.6638 451.2438 null]
+5264 0 obj <<
+/D [5250 0 R /XYZ 89.6638 451.2438 null]
 >> endobj
-5178 0 obj <<
-/D [5163 0 R /XYZ 71.731 449.087 null]
+5265 0 obj <<
+/D [5250 0 R /XYZ 71.731 449.087 null]
 >> endobj
-5179 0 obj <<
-/D [5163 0 R /XYZ 89.6638 433.3111 null]
+5266 0 obj <<
+/D [5250 0 R /XYZ 89.6638 433.3111 null]
 >> endobj
-5180 0 obj <<
-/D [5163 0 R /XYZ 71.731 431.1542 null]
+5267 0 obj <<
+/D [5250 0 R /XYZ 71.731 431.1542 null]
 >> endobj
-5181 0 obj <<
-/D [5163 0 R /XYZ 89.6638 415.3783 null]
+5268 0 obj <<
+/D [5250 0 R /XYZ 89.6638 415.3783 null]
 >> endobj
-5182 0 obj <<
-/D [5163 0 R /XYZ 71.731 400.9873 null]
+5269 0 obj <<
+/D [5250 0 R /XYZ 71.731 400.9873 null]
 >> endobj
-5183 0 obj <<
-/D [5163 0 R /XYZ 89.6638 384.4941 null]
+5270 0 obj <<
+/D [5250 0 R /XYZ 89.6638 384.4941 null]
 >> endobj
-5184 0 obj <<
-/D [5163 0 R /XYZ 71.731 371.4431 null]
+5271 0 obj <<
+/D [5250 0 R /XYZ 71.731 371.4431 null]
 >> endobj
-5185 0 obj <<
-/D [5163 0 R /XYZ 89.6638 353.6099 null]
+5272 0 obj <<
+/D [5250 0 R /XYZ 89.6638 353.6099 null]
 >> endobj
-5186 0 obj <<
-/D [5163 0 R /XYZ 71.731 351.4531 null]
+5273 0 obj <<
+/D [5250 0 R /XYZ 71.731 351.4531 null]
 >> endobj
-5187 0 obj <<
-/D [5163 0 R /XYZ 89.6638 335.6772 null]
+5274 0 obj <<
+/D [5250 0 R /XYZ 89.6638 335.6772 null]
 >> endobj
-5188 0 obj <<
-/D [5163 0 R /XYZ 71.731 294.6661 null]
+5275 0 obj <<
+/D [5250 0 R /XYZ 71.731 294.6661 null]
 >> endobj
-5189 0 obj <<
-/D [5163 0 R /XYZ 89.6638 278.8901 null]
+5276 0 obj <<
+/D [5250 0 R /XYZ 89.6638 278.8901 null]
 >> endobj
-5190 0 obj <<
-/D [5163 0 R /XYZ 71.731 237.879 null]
+5277 0 obj <<
+/D [5250 0 R /XYZ 71.731 237.879 null]
 >> endobj
-5191 0 obj <<
-/D [5163 0 R /XYZ 89.6638 222.1031 null]
+5278 0 obj <<
+/D [5250 0 R /XYZ 89.6638 222.1031 null]
 >> endobj
-5192 0 obj <<
-/D [5163 0 R /XYZ 71.731 206.9948 null]
+5279 0 obj <<
+/D [5250 0 R /XYZ 71.731 206.9948 null]
 >> endobj
-5193 0 obj <<
-/D [5163 0 R /XYZ 89.6638 191.2189 null]
+5280 0 obj <<
+/D [5250 0 R /XYZ 89.6638 191.2189 null]
 >> endobj
-5194 0 obj <<
-/D [5163 0 R /XYZ 71.731 176.1106 null]
+5281 0 obj <<
+/D [5250 0 R /XYZ 71.731 176.1106 null]
 >> endobj
-5195 0 obj <<
-/D [5163 0 R /XYZ 89.6638 160.3347 null]
+5282 0 obj <<
+/D [5250 0 R /XYZ 89.6638 160.3347 null]
 >> endobj
-5196 0 obj <<
-/D [5163 0 R /XYZ 71.731 158.1779 null]
+5283 0 obj <<
+/D [5250 0 R /XYZ 71.731 158.1779 null]
 >> endobj
-5197 0 obj <<
-/D [5163 0 R /XYZ 89.6638 142.402 null]
+5284 0 obj <<
+/D [5250 0 R /XYZ 89.6638 142.402 null]
 >> endobj
-5198 0 obj <<
-/D [5163 0 R /XYZ 71.731 135.2638 null]
+5285 0 obj <<
+/D [5250 0 R /XYZ 71.731 135.2638 null]
 >> endobj
-5162 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+5249 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5202 0 obj <<
-/Length 2568      
+5288 0 obj <<
+/Length 2570      
 /Filter /FlateDecode
 >>
 stream
@@ -22191,65 +22602,65 @@ xڝYK
 ,�R`ˁ�hP�,߇SιA�;H�EH��I���3P�C.u�+��J++X �THPIYl�(1N,U����;v�׽%#R��1�d4��8��9p���Պ����_
 >�9�i��7J���(.�+1.#�J��QB<����Vo����%��G�m�O�\π>�  �S��H��3��"�Lg(���zk��"p��(����jh�9�,3��x���a�ȝ3K�%N�!��F:�&�f��"�W:�8vc �юaʏ��>z��r�I�}�Z��ȹ��87KF��DK��Kt[~�
 -�
-��ҭ/���ߢS� �����R/���-
�l��P�K�?�	VͽnSB�M�!��+rBw[��\�~���"�I�@�#-߀`bI�?0E���s��(Zl�#��lZP��[s����ϳ6J��|��8��O�z��,�PS|c�G���L�8��0���1d�����A�Pvfz8"��L�kSɞ�f�ט��36���I�E�z=�I�����e��y�>�����/�I�i6�As��?����?@]5-endstream
+��ҭ/���ߢS� �����R/���-
�l��P�K�?�	VͽnSB�M�!��+rBw[��\�~���"�I�@�#-߀`bI�?0E���s��(Zl�#��lZP��[s����ϳ6J��|��8��O�z��,�PS|c�G���L�8��0���1d�����A�Pvfz8"��L�kSɞ�f�ט��36���I�E�z=�I�����e��y�>�����/�I��(OGIh�`��ו���5�endstream
 endobj
-5201 0 obj <<
+5287 0 obj <<
 /Type /Page
-/Contents 5202 0 R
-/Resources 5200 0 R
+/Contents 5288 0 R
+/Resources 5286 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5199 0 R
+/Parent 5248 0 R
 >> endobj
-5203 0 obj <<
-/D [5201 0 R /XYZ 71.731 729.2652 null]
+5289 0 obj <<
+/D [5287 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5204 0 obj <<
-/D [5201 0 R /XYZ 71.731 646.4758 null]
+5290 0 obj <<
+/D [5287 0 R /XYZ 71.731 646.4758 null]
 >> endobj
-5205 0 obj <<
-/D [5201 0 R /XYZ 71.731 561.7286 null]
+5291 0 obj <<
+/D [5287 0 R /XYZ 71.731 561.7286 null]
 >> endobj
-2046 0 obj <<
-/D [5201 0 R /XYZ 71.731 530.8444 null]
+2075 0 obj <<
+/D [5287 0 R /XYZ 71.731 530.8444 null]
 >> endobj
-1066 0 obj <<
-/D [5201 0 R /XYZ 279.2956 487.7469 null]
+1086 0 obj <<
+/D [5287 0 R /XYZ 279.2956 487.7469 null]
 >> endobj
-5206 0 obj <<
-/D [5201 0 R /XYZ 71.731 475.3089 null]
+5292 0 obj <<
+/D [5287 0 R /XYZ 71.731 475.3089 null]
 >> endobj
-5207 0 obj <<
-/D [5201 0 R /XYZ 71.731 433.1468 null]
+5293 0 obj <<
+/D [5287 0 R /XYZ 71.731 433.1468 null]
 >> endobj
-5208 0 obj <<
-/D [5201 0 R /XYZ 71.731 365.4656 null]
+5294 0 obj <<
+/D [5287 0 R /XYZ 71.731 365.4656 null]
 >> endobj
-2047 0 obj <<
-/D [5201 0 R /XYZ 71.731 321.6299 null]
+2076 0 obj <<
+/D [5287 0 R /XYZ 71.731 321.6299 null]
 >> endobj
-1070 0 obj <<
-/D [5201 0 R /XYZ 303.2245 276.4752 null]
+1090 0 obj <<
+/D [5287 0 R /XYZ 303.2245 276.4752 null]
 >> endobj
-5209 0 obj <<
-/D [5201 0 R /XYZ 71.731 267.6524 null]
+5295 0 obj <<
+/D [5287 0 R /XYZ 71.731 267.6524 null]
 >> endobj
-5210 0 obj <<
-/D [5201 0 R /XYZ 71.731 221.875 null]
+5296 0 obj <<
+/D [5287 0 R /XYZ 71.731 221.875 null]
 >> endobj
-2048 0 obj <<
-/D [5201 0 R /XYZ 71.731 178.0394 null]
+2077 0 obj <<
+/D [5287 0 R /XYZ 71.731 178.0394 null]
 >> endobj
-1074 0 obj <<
-/D [5201 0 R /XYZ 394.7926 134.9419 null]
+1094 0 obj <<
+/D [5287 0 R /XYZ 394.7926 134.9419 null]
 >> endobj
-5211 0 obj <<
-/D [5201 0 R /XYZ 71.731 122.5039 null]
+5297 0 obj <<
+/D [5287 0 R /XYZ 71.731 122.5039 null]
 >> endobj
-5200 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+5286 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5214 0 obj <<
+5300 0 obj <<
 /Length 2426      
 /Filter /FlateDecode
 >>
@@ -22262,74 +22673,74 @@ a
 ��Ŗ��5N��F���q�s�]�y|���^�S��0Ҟӣ��R���凢'E
 Ng�	o�P���B�!x��Ɂ��xb-d�=X%Nj�T�������g‡���kȦ���(#�rA��Uu����y����;�%�{��r�t�����[��*��
 Y�n^,�V8���|^j{ *�S�r��S��"�\��uYr<��c��K!#b�b'��4��}I�9�:J��F��e�5| j�[0è Z�@s6q�lrV"ˁRI��T�I0>����<�5��!�5����V-X�N�)���L����`�MR��}����Hm�R�iS 7{�
��gM{'�uʳ�X���nE�Q���h�ؓ�ä�k莺v���w7G��=�g���ڥ�g7X����{�3ob��>}�_qS����%�xXN��w�kk����{�w���4���@L��c�n؅��<ur�A@�4�t7{�R���aن-v���vt*�N�W��ݸ̂}��%y��N�`�ʱ��7[���o|�*:kk��t���VWu��W������rR��]�'ᾝ�pDd���$ĈOO�>���ux?�"����?�|f���=%�+���r��lrы2LBܤ�J��}dËl]B��P#�J�ghii��C<���CT4rr.
�9h��I�B{��z3tb^�~�
+�ܢ1�E�hMP���L�Q���
-��Dz���$?m3?w�W,sx^�V�D���nX����?q-���"�"endstream
+��Dz���$?m3?w�W,sx^�V�D���nX�����Z����O�#endstream
 endobj
-5213 0 obj <<
+5299 0 obj <<
 /Type /Page
-/Contents 5214 0 R
-/Resources 5212 0 R
+/Contents 5300 0 R
+/Resources 5298 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5199 0 R
+/Parent 5248 0 R
 >> endobj
-5215 0 obj <<
-/D [5213 0 R /XYZ 71.731 729.2652 null]
+5301 0 obj <<
+/D [5299 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5216 0 obj <<
-/D [5213 0 R /XYZ 71.731 675.3027 null]
+5302 0 obj <<
+/D [5299 0 R /XYZ 71.731 675.3027 null]
 >> endobj
-2049 0 obj <<
-/D [5213 0 R /XYZ 71.731 631.4671 null]
+2078 0 obj <<
+/D [5299 0 R /XYZ 71.731 631.4671 null]
 >> endobj
-1078 0 obj <<
-/D [5213 0 R /XYZ 182.2872 588.3696 null]
+1098 0 obj <<
+/D [5299 0 R /XYZ 182.2872 588.3696 null]
 >> endobj
-5217 0 obj <<
-/D [5213 0 R /XYZ 71.731 579.5468 null]
+5303 0 obj <<
+/D [5299 0 R /XYZ 71.731 579.5468 null]
 >> endobj
-2050 0 obj <<
-/D [5213 0 R /XYZ 71.731 494.9151 null]
+2079 0 obj <<
+/D [5299 0 R /XYZ 71.731 494.9151 null]
 >> endobj
-1082 0 obj <<
-/D [5213 0 R /XYZ 188.3641 451.8176 null]
+1102 0 obj <<
+/D [5299 0 R /XYZ 188.3641 451.8176 null]
 >> endobj
-5218 0 obj <<
-/D [5213 0 R /XYZ 71.731 442.9948 null]
+5304 0 obj <<
+/D [5299 0 R /XYZ 71.731 442.9948 null]
 >> endobj
-2051 0 obj <<
-/D [5213 0 R /XYZ 71.731 384.266 null]
+2080 0 obj <<
+/D [5299 0 R /XYZ 71.731 384.266 null]
 >> endobj
-1086 0 obj <<
-/D [5213 0 R /XYZ 365.182 341.1686 null]
+1106 0 obj <<
+/D [5299 0 R /XYZ 365.182 341.1686 null]
 >> endobj
-5219 0 obj <<
-/D [5213 0 R /XYZ 71.731 332.3458 null]
+5305 0 obj <<
+/D [5299 0 R /XYZ 71.731 332.3458 null]
 >> endobj
-5220 0 obj <<
-/D [5213 0 R /XYZ 179.3565 293.7066 null]
+5306 0 obj <<
+/D [5299 0 R /XYZ 179.3565 293.7066 null]
 >> endobj
-5221 0 obj <<
-/D [5213 0 R /XYZ 71.731 286.5684 null]
+5307 0 obj <<
+/D [5299 0 R /XYZ 71.731 286.5684 null]
 >> endobj
-2052 0 obj <<
-/D [5213 0 R /XYZ 71.731 216.8299 null]
+2081 0 obj <<
+/D [5299 0 R /XYZ 71.731 216.8299 null]
 >> endobj
-1090 0 obj <<
-/D [5213 0 R /XYZ 433.2515 173.7324 null]
+1110 0 obj <<
+/D [5299 0 R /XYZ 433.2515 173.7324 null]
 >> endobj
-5222 0 obj <<
-/D [5213 0 R /XYZ 71.731 161.5612 null]
+5308 0 obj <<
+/D [5299 0 R /XYZ 71.731 161.5612 null]
 >> endobj
-5223 0 obj <<
-/D [5213 0 R /XYZ 71.731 137.065 null]
+5309 0 obj <<
+/D [5299 0 R /XYZ 71.731 137.065 null]
 >> endobj
-5224 0 obj <<
-/D [5213 0 R /XYZ 71.731 127.1024 null]
+5310 0 obj <<
+/D [5299 0 R /XYZ 71.731 127.1024 null]
 >> endobj
-5212 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R /F23 1270 0 R >>
+5298 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R /F23 1290 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5227 0 obj <<
+5313 0 obj <<
 /Length 764       
 /Filter /FlateDecode
 >>
@@ -22339,29 +22750,29 @@ FI
 ��~XٮJ.T���]D����`�4��m�Ǡk!�
:.W5�����/�E}yv5C|'��c�s��0���$�R�'�_q(,r?�bX�H�sվZ�7���9���	L$˙ľ�=
_��	�Fo�$��K�X���3d�j�m+ڽu������C���>ȼO�)�[r��H׹S�&��Qd��f4
���h�g���(�0��{F���9��S<>�c��T� x��������+���ʻ��Q�F�!��r<hJ�,I���)�vn۵��i
 �g,�!�`���%�"6���W6��R ��.����Ϩw��2V���d�\jsl,G/0�Y92�<�͙�A��D�V
 (+�'|
-,#mKw�w�az��t�G�1�ڍ�7��lt+f��J#��R����q��*���6��pûNtdž�U��+c�;VTa��p�udl�.�Ez�vv�HO��/�����ɀ��9�����J;���^Ct\>�Ϡ���ØL�>��o��tl��.��L� �4�%)��z��|����(#1+�1����իoޑ����(�endstream
+,#mKw�w�az��t�G�1�ڍ�7��lt+f��J#��R����q��*���6��pûNtdž�U��+c�;VTa��p�udl�.�Ez�vv�HO��/�����ɀ��9�����J;���^Ct\>�Ϡ���ØL�>��o��tl��.��L� �4�%)��z��|����(#1+�1���$�oޑ������endstream
 endobj
-5226 0 obj <<
+5312 0 obj <<
 /Type /Page
-/Contents 5227 0 R
-/Resources 5225 0 R
+/Contents 5313 0 R
+/Resources 5311 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5199 0 R
+/Parent 5248 0 R
 >> endobj
-5228 0 obj <<
-/D [5226 0 R /XYZ 71.731 729.2652 null]
+5314 0 obj <<
+/D [5312 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5229 0 obj <<
-/D [5226 0 R /XYZ 71.731 689.7649 null]
+5315 0 obj <<
+/D [5312 0 R /XYZ 71.731 689.7649 null]
 >> endobj
-5230 0 obj <<
-/D [5226 0 R /XYZ 71.731 647.7709 null]
+5316 0 obj <<
+/D [5312 0 R /XYZ 71.731 647.7709 null]
 >> endobj
-5225 0 obj <<
-/Font << /F33 1378 0 R /F27 1278 0 R >>
+5311 0 obj <<
+/Font << /F33 1398 0 R /F27 1298 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5233 0 obj <<
+5319 0 obj <<
 /Length 1841      
 /Filter /FlateDecode
 >>
@@ -22371,190 +22782,190 @@ xڭX_
 _c�4hs�lJ�YVGS."�(�n�g1�n.8��	�@�8��D��B��3%1�$����#��v�c�x<��}��P;3\�R��SO��[��rO��
�p�������?�P��s�Z�vp���>��XK,d�S s~
 �p�������R.��l�x���	eWk�E˙��FZ������:,�{}T���;�V�]o7"^��:�
%���6��Օ�x�GKD'���dQ�H�#]�ql9��4:�K��7!Id/G(�PQ��+f_hc_hgƠ��u'[�a��1C�Dgݨ�W�x(җ����u�5pg�eE��v��n�o]�\����:�����{HJ�C`M�{Yb�e�^���an8y���0�����84���̰�oLm#����i�k3(����i�s���ǩ)�8ԇ<Y%)gIWK��`i�M��qj2���XEs��b\U
�pVB�2��i7�
��喿��W+�w?��������q=�~����rsѶ����ʧ{��%8�yZ�����l���[qe��
 ����:Wx#�����A���J}�3+&���cH��rd�r��CRH��QÁ�\
��ƕ���'�fx��/�e߷�aD|���&�IHZ���H���7VQ���öS�X���5T!���D�E��S�Ʃ�a�_�L8��E\��v0f�j�K4���t9GD�3c�1O�o�?�F��?�@@�Sd4j�	�$aE����3����|ᇈ�Z7:x"����,����W%��x�K��A�ÎF���p�6�(�|	i���D�u�d�^/� �-���a㭶ޒ���(��n��sG��~��k��C<5�U��$Ϯ%��B׿p����޾t��a��d,򴚿m@/�!E�.i��C�������M\�%i2���!���p�S����f��*��g�9x��QѶ�Ҷ��^��_|���B�_.�AQ�Y23��LO�0ī��-(�%Kyv�X>��T\W����=��`�������ʩ?���ک/���w��px>�)T��UL�
-o�I�RL��z��u0u���x�3D�.Kkh��=��*Z�yvc�� Y�	��h�l���6J7����:�}أ�P��۽��5�j�_��j�:.����ILw-B�hy��rG9���bG�0�:C�_�m�����.\!R�1���8��r�H�<�M������п��R���p0��r�V��0H|q{��G��R۔�s���?Hm���s �"�LƙK�!dP���'Mh������G����t�c�endstream
+o�I�RL��z��u0u���x�3D�.Kkh��=��*Z�yvc�� Y�	��h�l���6J7����:�}أ�P��۽��5�j�_��j�:.����ILw-B�hy��rG9���bG�0�:C�_�m�����.\!R�1���8��r�H�<�M������п��R���p0��r�V��0H|q{��G��R۔�s���?Hm���s �"�LƙK�!dP���'Mh
�๽�G����t�c�endstream
 endobj
-5232 0 obj <<
+5318 0 obj <<
 /Type /Page
-/Contents 5233 0 R
-/Resources 5231 0 R
+/Contents 5319 0 R
+/Resources 5317 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5199 0 R
-/Annots [ 5279 0 R ]
+/Parent 5248 0 R
+/Annots [ 5365 0 R ]
 >> endobj
-5279 0 obj <<
+5365 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [374.7025 133.0074 436.4705 143.9114]
 /Subtype /Link
 /A << /S /GoTo /D (http-apache) >>
 >> endobj
-5234 0 obj <<
-/D [5232 0 R /XYZ 71.731 729.2652 null]
+5320 0 obj <<
+/D [5318 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-2053 0 obj <<
-/D [5232 0 R /XYZ 71.731 718.3063 null]
+2082 0 obj <<
+/D [5318 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1094 0 obj <<
-/D [5232 0 R /XYZ 160.3549 703.236 null]
+1114 0 obj <<
+/D [5318 0 R /XYZ 160.3549 703.236 null]
 >> endobj
-5235 0 obj <<
-/D [5232 0 R /XYZ 71.731 692.504 null]
+5321 0 obj <<
+/D [5318 0 R /XYZ 71.731 692.504 null]
 >> endobj
-1098 0 obj <<
-/D [5232 0 R /XYZ 208.3645 644.1007 null]
+1118 0 obj <<
+/D [5318 0 R /XYZ 208.3645 644.1007 null]
 >> endobj
-4110 0 obj <<
-/D [5232 0 R /XYZ 71.731 629.1751 null]
+4197 0 obj <<
+/D [5318 0 R /XYZ 71.731 629.1751 null]
 >> endobj
-1102 0 obj <<
-/D [5232 0 R /XYZ 117.1402 620.82 null]
+1122 0 obj <<
+/D [5318 0 R /XYZ 117.1402 620.82 null]
 >> endobj
-5236 0 obj <<
-/D [5232 0 R /XYZ 71.731 615.7142 null]
+5322 0 obj <<
+/D [5318 0 R /XYZ 71.731 615.7142 null]
 >> endobj
-5237 0 obj <<
-/D [5232 0 R /XYZ 71.731 610.7329 null]
+5323 0 obj <<
+/D [5318 0 R /XYZ 71.731 610.7329 null]
 >> endobj
-5238 0 obj <<
-/D [5232 0 R /XYZ 118.3278 584.9545 null]
+5324 0 obj <<
+/D [5318 0 R /XYZ 118.3278 584.9545 null]
 >> endobj
-5239 0 obj <<
-/D [5232 0 R /XYZ 296.214 572.0031 null]
+5325 0 obj <<
+/D [5318 0 R /XYZ 296.214 572.0031 null]
 >> endobj
-5240 0 obj <<
-/D [5232 0 R /XYZ 71.731 536.1376 null]
+5326 0 obj <<
+/D [5318 0 R /XYZ 71.731 536.1376 null]
 >> endobj
-1106 0 obj <<
-/D [5232 0 R /XYZ 86.6464 483.8248 null]
+1126 0 obj <<
+/D [5318 0 R /XYZ 86.6464 483.8248 null]
 >> endobj
-5241 0 obj <<
-/D [5232 0 R /XYZ 71.731 473.4955 null]
+5327 0 obj <<
+/D [5318 0 R /XYZ 71.731 473.4955 null]
 >> endobj
-1110 0 obj <<
-/D [5232 0 R /XYZ 107.6162 460.5441 null]
+1130 0 obj <<
+/D [5318 0 R /XYZ 107.6162 460.5441 null]
 >> endobj
-5242 0 obj <<
-/D [5232 0 R /XYZ 71.731 453.5005 null]
+5328 0 obj <<
+/D [5318 0 R /XYZ 71.731 453.5005 null]
 >> endobj
-5243 0 obj <<
-/D [5232 0 R /XYZ 71.731 448.5192 null]
+5329 0 obj <<
+/D [5318 0 R /XYZ 71.731 448.5192 null]
 >> endobj
-5244 0 obj <<
-/D [5232 0 R /XYZ 256.795 411.7271 null]
+5330 0 obj <<
+/D [5318 0 R /XYZ 256.795 411.7271 null]
 >> endobj
-5245 0 obj <<
-/D [5232 0 R /XYZ 392.1662 411.7271 null]
+5331 0 obj <<
+/D [5318 0 R /XYZ 392.1662 411.7271 null]
 >> endobj
-5246 0 obj <<
-/D [5232 0 R /XYZ 71.731 409.5703 null]
+5332 0 obj <<
+/D [5318 0 R /XYZ 71.731 409.5703 null]
 >> endobj
-5247 0 obj <<
-/D [5232 0 R /XYZ 71.731 395.6226 null]
+5333 0 obj <<
+/D [5318 0 R /XYZ 71.731 395.6226 null]
 >> endobj
-1114 0 obj <<
-/D [5232 0 R /XYZ 320.8499 382.2377 null]
+1134 0 obj <<
+/D [5318 0 R /XYZ 320.8499 382.2377 null]
 >> endobj
-5248 0 obj <<
-/D [5232 0 R /XYZ 71.731 369.6152 null]
+5334 0 obj <<
+/D [5318 0 R /XYZ 71.731 369.6152 null]
 >> endobj
-5249 0 obj <<
-/D [5232 0 R /XYZ 71.731 369.6152 null]
+5335 0 obj <<
+/D [5318 0 R /XYZ 71.731 369.6152 null]
 >> endobj
-5250 0 obj <<
-/D [5232 0 R /XYZ 71.731 369.6152 null]
+5336 0 obj <<
+/D [5318 0 R /XYZ 71.731 369.6152 null]
 >> endobj
-5251 0 obj <<
-/D [5232 0 R /XYZ 71.731 357.9429 null]
+5337 0 obj <<
+/D [5318 0 R /XYZ 71.731 357.9429 null]
 >> endobj
-5252 0 obj <<
-/D [5232 0 R /XYZ 111.5816 341.3909 null]
+5338 0 obj <<
+/D [5318 0 R /XYZ 111.5816 341.3909 null]
 >> endobj
-5253 0 obj <<
-/D [5232 0 R /XYZ 71.731 329.2714 null]
+5339 0 obj <<
+/D [5318 0 R /XYZ 71.731 329.2714 null]
 >> endobj
-5254 0 obj <<
-/D [5232 0 R /XYZ 71.731 329.2714 null]
+5340 0 obj <<
+/D [5318 0 R /XYZ 71.731 329.2714 null]
 >> endobj
-5255 0 obj <<
-/D [5232 0 R /XYZ 71.731 329.2714 null]
+5341 0 obj <<
+/D [5318 0 R /XYZ 71.731 329.2714 null]
 >> endobj
-5256 0 obj <<
-/D [5232 0 R /XYZ 71.731 317.0961 null]
+5342 0 obj <<
+/D [5318 0 R /XYZ 71.731 317.0961 null]
 >> endobj
-5257 0 obj <<
-/D [5232 0 R /XYZ 71.731 317.0961 null]
+5343 0 obj <<
+/D [5318 0 R /XYZ 71.731 317.0961 null]
 >> endobj
-5258 0 obj <<
-/D [5232 0 R /XYZ 71.731 317.0961 null]
+5344 0 obj <<
+/D [5318 0 R /XYZ 71.731 317.0961 null]
 >> endobj
-5259 0 obj <<
-/D [5232 0 R /XYZ 71.731 304.1446 null]
+5345 0 obj <<
+/D [5318 0 R /XYZ 71.731 304.1446 null]
 >> endobj
-5260 0 obj <<
-/D [5232 0 R /XYZ 111.5816 287.5926 null]
+5346 0 obj <<
+/D [5318 0 R /XYZ 111.5816 287.5926 null]
 >> endobj
-5261 0 obj <<
-/D [5232 0 R /XYZ 326.8524 274.6412 null]
+5347 0 obj <<
+/D [5318 0 R /XYZ 326.8524 274.6412 null]
 >> endobj
-5262 0 obj <<
-/D [5232 0 R /XYZ 71.731 262.5217 null]
+5348 0 obj <<
+/D [5318 0 R /XYZ 71.731 262.5217 null]
 >> endobj
-5263 0 obj <<
-/D [5232 0 R /XYZ 71.731 262.5217 null]
+5349 0 obj <<
+/D [5318 0 R /XYZ 71.731 262.5217 null]
 >> endobj
-5264 0 obj <<
-/D [5232 0 R /XYZ 71.731 262.5217 null]
+5350 0 obj <<
+/D [5318 0 R /XYZ 71.731 262.5217 null]
 >> endobj
-5265 0 obj <<
-/D [5232 0 R /XYZ 71.731 250.3464 null]
+5351 0 obj <<
+/D [5318 0 R /XYZ 71.731 250.3464 null]
 >> endobj
-5266 0 obj <<
-/D [5232 0 R /XYZ 111.5816 233.7944 null]
+5352 0 obj <<
+/D [5318 0 R /XYZ 111.5816 233.7944 null]
 >> endobj
-5267 0 obj <<
-/D [5232 0 R /XYZ 352.0179 233.7944 null]
+5353 0 obj <<
+/D [5318 0 R /XYZ 352.0179 233.7944 null]
 >> endobj
-5268 0 obj <<
-/D [5232 0 R /XYZ 135.3745 220.843 null]
+5354 0 obj <<
+/D [5318 0 R /XYZ 135.3745 220.843 null]
 >> endobj
-5269 0 obj <<
-/D [5232 0 R /XYZ 224.9831 220.843 null]
+5355 0 obj <<
+/D [5318 0 R /XYZ 224.9831 220.843 null]
 >> endobj
-5270 0 obj <<
-/D [5232 0 R /XYZ 297.9916 220.843 null]
+5356 0 obj <<
+/D [5318 0 R /XYZ 297.9916 220.843 null]
 >> endobj
-5271 0 obj <<
-/D [5232 0 R /XYZ 419.7283 220.843 null]
+5357 0 obj <<
+/D [5318 0 R /XYZ 419.7283 220.843 null]
 >> endobj
-5272 0 obj <<
-/D [5232 0 R /XYZ 111.5816 207.8915 null]
+5358 0 obj <<
+/D [5318 0 R /XYZ 111.5816 207.8915 null]
 >> endobj
-5273 0 obj <<
-/D [5232 0 R /XYZ 71.731 196.5481 null]
+5359 0 obj <<
+/D [5318 0 R /XYZ 71.731 196.5481 null]
 >> endobj
-5274 0 obj <<
-/D [5232 0 R /XYZ 71.731 196.5481 null]
+5360 0 obj <<
+/D [5318 0 R /XYZ 71.731 196.5481 null]
 >> endobj
-5275 0 obj <<
-/D [5232 0 R /XYZ 71.731 196.5481 null]
+5361 0 obj <<
+/D [5318 0 R /XYZ 71.731 196.5481 null]
 >> endobj
-5276 0 obj <<
-/D [5232 0 R /XYZ 71.731 183.5967 null]
+5362 0 obj <<
+/D [5318 0 R /XYZ 71.731 183.5967 null]
 >> endobj
-5277 0 obj <<
-/D [5232 0 R /XYZ 111.5816 167.0447 null]
+5363 0 obj <<
+/D [5318 0 R /XYZ 111.5816 167.0447 null]
 >> endobj
-5278 0 obj <<
-/D [5232 0 R /XYZ 71.731 146.9551 null]
+5364 0 obj <<
+/D [5318 0 R /XYZ 71.731 146.9551 null]
 >> endobj
-5280 0 obj <<
-/D [5232 0 R /XYZ 71.731 113.2464 null]
+5366 0 obj <<
+/D [5318 0 R /XYZ 71.731 113.2464 null]
 >> endobj
-5231 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F32 1286 0 R /F33 1378 0 R >>
+5317 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F32 1306 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5283 0 obj <<
+5369 0 obj <<
 /Length 1454      
 /Filter /FlateDecode
 >>
@@ -22563,146 +22974,146 @@ xڕWM
 '��fݰu�"��MF���5���#~b�6C��>��قNZk(�^\1fJ.�n�Ռ�/H�f�l�
�28�H;��=�OMs/|l(F�H�vp��
 �˔�y�>C�x�ϐl�&~����H(�z%��}�s*ؓ�)�?Ұ�
 ���,ĸ��$�I�XhЙ+ܽC��{\}Q���x�&��|��$��4�j�9�UQ�xSܠ�ѓ��R��	�YA
-�'_^�c�õ�>Cd�����z�{��"	�Jf�!��~����'[�?L{�|�GMD���[�	r��P��DEV4�+��wd�u�j�%p'n�S��!��s��"*�5�=�Ò||�{eT�#�5�sϒc�U��f|;@t�{q�y�2;��~d�����T��X�-�<<U0�^�@E�(��"�*��
���Y��_$Q��T��1D��g���H���5fq���7;m!���R�Д��i�T	8�`{�Ff"p��Ǟ���
z���#�P�U�u�va�'��Ϫ."dYUg�+��d�ZF�ȩeY�k��./R`@���	G�rp��E���f��{9)����j�kI�і����`�zR�qU��V2r��5khdw����F�[���6�:�h�����~3�p�od�!��ѽ_R�,g�?zu�rx9�iYL�БI���7�����_����endstream
+�'_^�c�õ�>Cd�����z�{��"	�Jf�!��~����'[�?L{�|�GMD���[�	r��P��DEV4�+��wd�u�j�%p'n�S��!��s��"*�5�=�Ò||�{eT�#�5�sϒc�U��f|;@t�{q�y�2;��~d�����T��X�-�<<U0�^�@E�(��"�*��
���Y��_$Q��T��1D��g���H���5fq���7;m!���R�Д��i�T	8�`{�Ff"p��Ǟ���
z���#�P�U�u�va�'��Ϫ."dYUg�+��d�ZF�ȩeY�k��./R`@���	G�rp��E���f��{9)����j�kI�і����`�zR�qU��V2r��5khdw����F�[���6�:�h�����~3�p�od�!��ѽ_R�,g�?zu�rx9�iYL�БI"n���o���/����endstream
 endobj
-5282 0 obj <<
+5368 0 obj <<
 /Type /Page
-/Contents 5283 0 R
-/Resources 5281 0 R
+/Contents 5369 0 R
+/Resources 5367 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5199 0 R
+/Parent 5399 0 R
 >> endobj
-5284 0 obj <<
-/D [5282 0 R /XYZ 71.731 729.2652 null]
+5370 0 obj <<
+/D [5368 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1118 0 obj <<
-/D [5282 0 R /XYZ 86.6464 703.6802 null]
+1138 0 obj <<
+/D [5368 0 R /XYZ 86.6464 703.6802 null]
 >> endobj
-5285 0 obj <<
-/D [5282 0 R /XYZ 71.731 693.3509 null]
+5371 0 obj <<
+/D [5368 0 R /XYZ 71.731 693.3509 null]
 >> endobj
-1122 0 obj <<
-/D [5282 0 R /XYZ 91.0983 680.3995 null]
+1142 0 obj <<
+/D [5368 0 R /XYZ 91.0983 680.3995 null]
 >> endobj
-5286 0 obj <<
-/D [5282 0 R /XYZ 71.731 673.2016 null]
+5372 0 obj <<
+/D [5368 0 R /XYZ 71.731 673.2016 null]
 >> endobj
-5287 0 obj <<
-/D [5282 0 R /XYZ 71.731 668.2203 null]
+5373 0 obj <<
+/D [5368 0 R /XYZ 71.731 668.2203 null]
 >> endobj
-5288 0 obj <<
-/D [5282 0 R /XYZ 101.8648 657.4854 null]
+5374 0 obj <<
+/D [5368 0 R /XYZ 101.8648 657.4854 null]
 >> endobj
-5289 0 obj <<
-/D [5282 0 R /XYZ 236.362 644.534 null]
+5375 0 obj <<
+/D [5368 0 R /XYZ 236.362 644.534 null]
 >> endobj
-5290 0 obj <<
-/D [5282 0 R /XYZ 284.4011 644.534 null]
+5376 0 obj <<
+/D [5368 0 R /XYZ 284.4011 644.534 null]
 >> endobj
-5291 0 obj <<
-/D [5282 0 R /XYZ 71.731 619.1293 null]
+5377 0 obj <<
+/D [5368 0 R /XYZ 71.731 619.1293 null]
 >> endobj
-1126 0 obj <<
-/D [5282 0 R /XYZ 131.5064 606.1778 null]
+1146 0 obj <<
+/D [5368 0 R /XYZ 131.5064 606.1778 null]
 >> endobj
-5292 0 obj <<
-/D [5282 0 R /XYZ 71.731 598.9799 null]
+5378 0 obj <<
+/D [5368 0 R /XYZ 71.731 598.9799 null]
 >> endobj
-5293 0 obj <<
-/D [5282 0 R /XYZ 71.731 593.9986 null]
+5379 0 obj <<
+/D [5368 0 R /XYZ 71.731 593.9986 null]
 >> endobj
-2158 0 obj <<
-/D [5282 0 R /XYZ 71.731 544.9076 null]
+2187 0 obj <<
+/D [5368 0 R /XYZ 71.731 544.9076 null]
 >> endobj
-1130 0 obj <<
-/D [5282 0 R /XYZ 109.9273 531.9562 null]
+1150 0 obj <<
+/D [5368 0 R /XYZ 109.9273 531.9562 null]
 >> endobj
-5294 0 obj <<
-/D [5282 0 R /XYZ 71.731 524.7583 null]
+5380 0 obj <<
+/D [5368 0 R /XYZ 71.731 524.7583 null]
 >> endobj
-5295 0 obj <<
-/D [5282 0 R /XYZ 71.731 519.7769 null]
+5381 0 obj <<
+/D [5368 0 R /XYZ 71.731 519.7769 null]
 >> endobj
-5296 0 obj <<
-/D [5282 0 R /XYZ 71.731 486.128 null]
+5382 0 obj <<
+/D [5368 0 R /XYZ 71.731 486.128 null]
 >> endobj
-1134 0 obj <<
-/D [5282 0 R /XYZ 86.6464 433.8152 null]
+1154 0 obj <<
+/D [5368 0 R /XYZ 86.6464 433.8152 null]
 >> endobj
-2225 0 obj <<
-/D [5282 0 R /XYZ 71.731 423.2278 null]
+2275 0 obj <<
+/D [5368 0 R /XYZ 71.731 423.2278 null]
 >> endobj
-1138 0 obj <<
-/D [5282 0 R /XYZ 202.5889 410.5345 null]
+1158 0 obj <<
+/D [5368 0 R /XYZ 202.5889 410.5345 null]
 >> endobj
-5297 0 obj <<
-/D [5282 0 R /XYZ 71.731 403.491 null]
+5383 0 obj <<
+/D [5368 0 R /XYZ 71.731 403.491 null]
 >> endobj
-5298 0 obj <<
-/D [5282 0 R /XYZ 71.731 398.5096 null]
+5384 0 obj <<
+/D [5368 0 R /XYZ 71.731 398.5096 null]
 >> endobj
-5299 0 obj <<
-/D [5282 0 R /XYZ 71.731 398.5096 null]
+5385 0 obj <<
+/D [5368 0 R /XYZ 71.731 398.5096 null]
 >> endobj
-5300 0 obj <<
-/D [5282 0 R /XYZ 257.3634 374.669 null]
+5386 0 obj <<
+/D [5368 0 R /XYZ 257.3634 374.669 null]
 >> endobj
-5301 0 obj <<
-/D [5282 0 R /XYZ 71.731 349.2643 null]
+5387 0 obj <<
+/D [5368 0 R /XYZ 71.731 349.2643 null]
 >> endobj
-1142 0 obj <<
-/D [5282 0 R /XYZ 127.0732 336.3128 null]
+1162 0 obj <<
+/D [5368 0 R /XYZ 127.0732 336.3128 null]
 >> endobj
-5302 0 obj <<
-/D [5282 0 R /XYZ 71.731 329.2693 null]
+5388 0 obj <<
+/D [5368 0 R /XYZ 71.731 329.2693 null]
 >> endobj
-5303 0 obj <<
-/D [5282 0 R /XYZ 71.731 324.288 null]
+5389 0 obj <<
+/D [5368 0 R /XYZ 71.731 324.288 null]
 >> endobj
-2787 0 obj <<
-/D [5282 0 R /XYZ 71.731 262.0912 null]
+2848 0 obj <<
+/D [5368 0 R /XYZ 71.731 262.0912 null]
 >> endobj
-1146 0 obj <<
-/D [5282 0 R /XYZ 248.6554 249.1397 null]
+1166 0 obj <<
+/D [5368 0 R /XYZ 248.6554 249.1397 null]
 >> endobj
-5304 0 obj <<
-/D [5282 0 R /XYZ 71.731 242.0962 null]
+5390 0 obj <<
+/D [5368 0 R /XYZ 71.731 242.0962 null]
 >> endobj
-5305 0 obj <<
-/D [5282 0 R /XYZ 71.731 237.1149 null]
+5391 0 obj <<
+/D [5368 0 R /XYZ 71.731 237.1149 null]
 >> endobj
-5306 0 obj <<
-/D [5282 0 R /XYZ 71.731 237.1149 null]
+5392 0 obj <<
+/D [5368 0 R /XYZ 71.731 237.1149 null]
 >> endobj
-5307 0 obj <<
-/D [5282 0 R /XYZ 180.012 226.2257 null]
+5393 0 obj <<
+/D [5368 0 R /XYZ 180.012 226.2257 null]
 >> endobj
-5308 0 obj <<
-/D [5282 0 R /XYZ 118.4953 213.2742 null]
+5394 0 obj <<
+/D [5368 0 R /XYZ 118.4953 213.2742 null]
 >> endobj
-3086 0 obj <<
-/D [5282 0 R /XYZ 71.731 187.8695 null]
+3280 0 obj <<
+/D [5368 0 R /XYZ 71.731 187.8695 null]
 >> endobj
-5309 0 obj <<
-/D [5282 0 R /XYZ 71.731 187.8695 null]
+5395 0 obj <<
+/D [5368 0 R /XYZ 71.731 187.8695 null]
 >> endobj
-1150 0 obj <<
-/D [5282 0 R /XYZ 109.3898 174.9181 null]
+1170 0 obj <<
+/D [5368 0 R /XYZ 109.3898 174.9181 null]
 >> endobj
-5310 0 obj <<
-/D [5282 0 R /XYZ 71.731 169.7575 null]
+5396 0 obj <<
+/D [5368 0 R /XYZ 71.731 169.7575 null]
 >> endobj
-5311 0 obj <<
-/D [5282 0 R /XYZ 71.731 164.7761 null]
+5397 0 obj <<
+/D [5368 0 R /XYZ 71.731 164.7761 null]
 >> endobj
-5312 0 obj <<
-/D [5282 0 R /XYZ 109.5683 153.2991 null]
+5398 0 obj <<
+/D [5368 0 R /XYZ 109.5683 153.2991 null]
 >> endobj
-5281 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R /F61 2649 0 R /F35 1723 0 R >>
+5367 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F33 1398 0 R /F60 2701 0 R /F35 1752 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5315 0 obj <<
+5402 0 obj <<
 /Length 1391      
 /Filter /FlateDecode
 >>
@@ -22710,116 +23121,116 @@ stream
 xڕWKs�6��W�Vy&V%J���v�6ӝ����큖h[IԒT2�/@P~d5���@����@NW	��U��E�b&8[��]�:���] �1㩀���gE\�L�6�J�?�}�=+VU\	�{گ�4\d�")�,ϊ�S�W�ҭ7�'�4��v�qT��'�ռ��	�� ��u�d���:ei�MQ�F}�Z�z58;k��,i���������$au;�մ֙v�fI4�
�����lU³E��N��g�
�����?k��!p�_��X��c����G툦f�&��ʟ�8�NDU�i.�*-�ӵ�q��c�׀7j��ʒ�D��`�E�v����ӻm�i�TNR
��+��9����]'ò�}�dh�����Q���`�j��ST ��;�^�i)��+�����@�5��
8/x��훬�K��%b�B�=���&�,feBTm���p�ľD���s~/����Ө��&i�u?NY�����[�Ƕ>�h������[A����`�441!~�����;8�u�O��V�êur�F�Bs�z
�G�'���)��m{��^ZI��d���OZj�֑dk��������,?i��oo�9��~���IK����l�mv/@�,�����d?u�B�X��,�ZD?�����R��A� ���7Y��"�*H�"�Q֨aN׷v���_�hxU;>��V�Pw�&[ ���x�ݛ���O��1T�~�R2�sL�l~��/+TpO�u�Dj�ӯ�i�«�Z�D�U����Y��GLk�M���Bx�O`�4�
��O'B˺V�
B��Z�\��o�N45*	��^]�?in��9�Ja�A��
�UCP9T�n�M�I{؃��/����
 컲�c���hx�_��p݇���w�i��~�@�9
 ,>
-8RP���1��7��)��F�$�S�ڱ�VO�V��ƝU��U`q�I�c���i�H@ ���"B�E����߬����Ҿ����u��W؋|���v�n�}��_phբ����=
FGO��r>��ē�HU�.�MC��������iO�@�������v<�`�;tL�y���������'Ӻ��W5|>���)�!ز;-b�d��g�9��(2�ꃥ��=M��Jȸ�p>7���$��8I�2�-F���7*�|�a|i��r�0�1�4��H��nJ�yY���+hH�f��R��Ȳ��x���w[��9�,�m�9G-h���4�Il���<YR�2�×�A�_�Qr�;�e2��C��l>I_��K�Z�_����٣����Nv�!9wz��R~�}�t�'��@_+Sx�����\a���sxu���	ߐ���}�?>7��<wendstream
+8RP���1��7��)��F�$�S�ڱ�VO�V��ƝU��U`q�I�c���i�H@ ���"B�E����߬����Ҿ����u��W؋|���v�n�}��_phբ����=
FGO��r>��ē�HU�.�MC��������iO�@�������v<�`�;tL�y���������'Ӻ��W5|>���)�!ز;-b�d��g�9��(2�ꃥ��=M��Jȸ�p>7���$��8I�2�-F���7*�|�a|i��r�0�1�4��H��nJ�yY���+hH�f��R��Ȳ��x���w[��9�,�m�9G-h���4�Il���<YR�2�×�A�_�Qr�;�e2��C��l>I_��K�Z�_����٣����Nv�!9wz��R~�}�t�'��@_+Sx�����\a���sxu���	ߐ�����|n��iwendstream
 endobj
-5314 0 obj <<
+5401 0 obj <<
 /Type /Page
-/Contents 5315 0 R
-/Resources 5313 0 R
+/Contents 5402 0 R
+/Resources 5400 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5340 0 R
+/Parent 5399 0 R
 >> endobj
-5316 0 obj <<
-/D [5314 0 R /XYZ 71.731 729.2652 null]
+5403 0 obj <<
+/D [5401 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5317 0 obj <<
-/D [5314 0 R /XYZ 71.731 741.2204 null]
+5404 0 obj <<
+/D [5401 0 R /XYZ 71.731 741.2204 null]
 >> endobj
-5318 0 obj <<
-/D [5314 0 R /XYZ 527.5668 708.3437 null]
+5405 0 obj <<
+/D [5401 0 R /XYZ 527.5668 708.3437 null]
 >> endobj
-5319 0 obj <<
-/D [5314 0 R /XYZ 71.731 691.2429 null]
+5406 0 obj <<
+/D [5401 0 R /XYZ 71.731 691.2429 null]
 >> endobj
-5320 0 obj <<
-/D [5314 0 R /XYZ 194.7222 681.7434 null]
+5407 0 obj <<
+/D [5401 0 R /XYZ 194.7222 681.7434 null]
 >> endobj
-5321 0 obj <<
-/D [5314 0 R /XYZ 71.731 606.3263 null]
+5408 0 obj <<
+/D [5401 0 R /XYZ 71.731 606.3263 null]
 >> endobj
-1154 0 obj <<
-/D [5314 0 R /XYZ 86.6464 554.0134 null]
+1174 0 obj <<
+/D [5401 0 R /XYZ 86.6464 554.0134 null]
 >> endobj
-4000 0 obj <<
-/D [5314 0 R /XYZ 71.731 543.6842 null]
+4086 0 obj <<
+/D [5401 0 R /XYZ 71.731 543.6842 null]
 >> endobj
-1158 0 obj <<
-/D [5314 0 R /XYZ 109.9275 530.7327 null]
+1178 0 obj <<
+/D [5401 0 R /XYZ 109.9275 530.7327 null]
 >> endobj
-5322 0 obj <<
-/D [5314 0 R /XYZ 71.731 525.627 null]
+5409 0 obj <<
+/D [5401 0 R /XYZ 71.731 525.627 null]
 >> endobj
-5323 0 obj <<
-/D [5314 0 R /XYZ 71.731 520.6456 null]
+5410 0 obj <<
+/D [5401 0 R /XYZ 71.731 520.6456 null]
 >> endobj
-5324 0 obj <<
-/D [5314 0 R /XYZ 408.8762 494.8672 null]
+5411 0 obj <<
+/D [5401 0 R /XYZ 408.8762 494.8672 null]
 >> endobj
-5325 0 obj <<
-/D [5314 0 R /XYZ 91.6563 481.9158 null]
+5412 0 obj <<
+/D [5401 0 R /XYZ 91.6563 481.9158 null]
 >> endobj
-5326 0 obj <<
-/D [5314 0 R /XYZ 71.731 456.5111 null]
+5413 0 obj <<
+/D [5401 0 R /XYZ 71.731 456.5111 null]
 >> endobj
-1162 0 obj <<
-/D [5314 0 R /XYZ 126.3357 443.5596 null]
+1182 0 obj <<
+/D [5401 0 R /XYZ 126.3357 443.5596 null]
 >> endobj
-5327 0 obj <<
-/D [5314 0 R /XYZ 71.731 438.4539 null]
+5414 0 obj <<
+/D [5401 0 R /XYZ 71.731 438.4539 null]
 >> endobj
-5328 0 obj <<
-/D [5314 0 R /XYZ 71.731 433.4725 null]
+5415 0 obj <<
+/D [5401 0 R /XYZ 71.731 433.4725 null]
 >> endobj
-5329 0 obj <<
-/D [5314 0 R /XYZ 71.731 358.8772 null]
+5416 0 obj <<
+/D [5401 0 R /XYZ 71.731 358.8772 null]
 >> endobj
-1166 0 obj <<
-/D [5314 0 R /XYZ 87.8032 306.5644 null]
+1186 0 obj <<
+/D [5401 0 R /XYZ 87.8032 306.5644 null]
 >> endobj
-5330 0 obj <<
-/D [5314 0 R /XYZ 71.731 295.977 null]
+5417 0 obj <<
+/D [5401 0 R /XYZ 71.731 295.977 null]
 >> endobj
-1170 0 obj <<
-/D [5314 0 R /XYZ 106.9586 283.2837 null]
+1190 0 obj <<
+/D [5401 0 R /XYZ 106.9586 283.2837 null]
 >> endobj
-5331 0 obj <<
-/D [5314 0 R /XYZ 71.731 276.2401 null]
+5418 0 obj <<
+/D [5401 0 R /XYZ 71.731 276.2401 null]
 >> endobj
-5332 0 obj <<
-/D [5314 0 R /XYZ 71.731 271.2588 null]
+5419 0 obj <<
+/D [5401 0 R /XYZ 71.731 271.2588 null]
 >> endobj
-5333 0 obj <<
-/D [5314 0 R /XYZ 135.3051 260.3696 null]
+5420 0 obj <<
+/D [5401 0 R /XYZ 135.3051 260.3696 null]
 >> endobj
-5334 0 obj <<
-/D [5314 0 R /XYZ 477.1051 247.4182 null]
+5421 0 obj <<
+/D [5401 0 R /XYZ 477.1051 247.4182 null]
 >> endobj
-5335 0 obj <<
-/D [5314 0 R /XYZ 91.6563 234.4667 null]
+5422 0 obj <<
+/D [5401 0 R /XYZ 91.6563 234.4667 null]
 >> endobj
-5336 0 obj <<
-/D [5314 0 R /XYZ 71.731 211.5527 null]
+5423 0 obj <<
+/D [5401 0 R /XYZ 71.731 211.5527 null]
 >> endobj
-1174 0 obj <<
-/D [5314 0 R /XYZ 83.217 159.2398 null]
+1194 0 obj <<
+/D [5401 0 R /XYZ 83.217 159.2398 null]
 >> endobj
-5337 0 obj <<
-/D [5314 0 R /XYZ 71.731 148.6525 null]
+5424 0 obj <<
+/D [5401 0 R /XYZ 71.731 148.6525 null]
 >> endobj
-1178 0 obj <<
-/D [5314 0 R /XYZ 121.7728 135.9591 null]
+1198 0 obj <<
+/D [5401 0 R /XYZ 121.7728 135.9591 null]
 >> endobj
-5338 0 obj <<
-/D [5314 0 R /XYZ 71.731 128.9156 null]
+5425 0 obj <<
+/D [5401 0 R /XYZ 71.731 128.9156 null]
 >> endobj
-5339 0 obj <<
-/D [5314 0 R /XYZ 71.731 123.9343 null]
+5426 0 obj <<
+/D [5401 0 R /XYZ 71.731 123.9343 null]
 >> endobj
-5313 0 obj <<
-/Font << /F27 1278 0 R /F23 1270 0 R /F44 2154 0 R /F35 1723 0 R /F33 1378 0 R >>
+5400 0 obj <<
+/Font << /F27 1298 0 R /F23 1290 0 R /F44 2183 0 R /F35 1752 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5343 0 obj <<
+5429 0 obj <<
 /Length 1541      
 /Filter /FlateDecode
 >>
@@ -22834,283 +23245,283 @@ xڭ
 �֥	0dd�ϓ�<����ͫC����}�����ʼ�U��8Q6�.ִ��ݖ ������N��%��b��~���aW�U�Zn���#�X�HR�F�_�ь
 ���]�jE�lە���/�
A	e���$�����w���1/���q�p��Y��M�0:ɨ�c%���������tA��c\�:��Z=���r)�w"��o��L:���ν�T�p�K�4�����#�{[�'Ku�Y=׽���a��լ�nK��R��M���]�	&�Px�K��L��h�0���/��8�Y	�orT�;�P���̃����	�';C�<G�'ß��ׂ7��ѧ�6���Lw�G�-Q�+�=���ltkG:��lp&B�j�{�zÚ)7��A�'=�':����
��t�p;o���+|����$�<L(_{�D�D���b|d��J����:}�ܩj�l�;L�W��b0�R>c2CHU�M�_?����0�����G�����jn�9���g��h����y2	x �7t�lp��U��܀rb���N�́>b�ĵ;�t{�zFe�M{I�
 ��t|��]�a��h?I�r��]�S=f@^w{���KC+����⶚{Z��O7����#�o���(��%!��]]ij�x���h��c���%>9q�:�i�Օ>;�ij�'�I�Q�QO5Z�8
-�����1��{���9���u���r2��������]2{�-�;��N���'���	��}�R��g�����Iendstream
+�����1��{���9���u���r2��������]2{�-�;��N���'���	���ॼ��3��+Iendstream
 endobj
-5342 0 obj <<
+5428 0 obj <<
 /Type /Page
-/Contents 5343 0 R
-/Resources 5341 0 R
+/Contents 5429 0 R
+/Resources 5427 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5340 0 R
-/Annots [ 5356 0 R 5372 0 R ]
+/Parent 5399 0 R
+/Annots [ 5442 0 R 5458 0 R ]
 >> endobj
-5356 0 obj <<
+5442 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [221.9349 488.6257 256.6546 499.5297]
 /Subtype /Link
 /A << /S /GoTo /D (gloss-rdbms) >>
 >> endobj
-5372 0 obj <<
+5458 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [341.3674 348.1525 388.1914 359.0564]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql) >>
 >> endobj
-5344 0 obj <<
-/D [5342 0 R /XYZ 71.731 729.2652 null]
+5430 0 obj <<
+/D [5428 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-1182 0 obj <<
-/D [5342 0 R /XYZ 88.9395 651.0495 null]
+1202 0 obj <<
+/D [5428 0 R /XYZ 88.9395 651.0495 null]
 >> endobj
-5345 0 obj <<
-/D [5342 0 R /XYZ 71.731 640.7203 null]
+5431 0 obj <<
+/D [5428 0 R /XYZ 71.731 640.7203 null]
 >> endobj
-1186 0 obj <<
-/D [5342 0 R /XYZ 193.5729 627.7689 null]
+1206 0 obj <<
+/D [5428 0 R /XYZ 193.5729 627.7689 null]
 >> endobj
-5346 0 obj <<
-/D [5342 0 R /XYZ 71.731 620.5709 null]
+5432 0 obj <<
+/D [5428 0 R /XYZ 71.731 620.5709 null]
 >> endobj
-5347 0 obj <<
-/D [5342 0 R /XYZ 71.731 615.5896 null]
+5433 0 obj <<
+/D [5428 0 R /XYZ 71.731 615.5896 null]
 >> endobj
-5348 0 obj <<
-/D [5342 0 R /XYZ 488.7181 604.8548 null]
+5434 0 obj <<
+/D [5428 0 R /XYZ 488.7181 604.8548 null]
 >> endobj
-5349 0 obj <<
-/D [5342 0 R /XYZ 91.6563 566.0005 null]
+5435 0 obj <<
+/D [5428 0 R /XYZ 91.6563 566.0005 null]
 >> endobj
-5350 0 obj <<
-/D [5342 0 R /XYZ 364.9621 566.0005 null]
+5436 0 obj <<
+/D [5428 0 R /XYZ 364.9621 566.0005 null]
 >> endobj
-5351 0 obj <<
-/D [5342 0 R /XYZ 478.8046 566.0005 null]
+5437 0 obj <<
+/D [5428 0 R /XYZ 478.8046 566.0005 null]
 >> endobj
-5352 0 obj <<
-/D [5342 0 R /XYZ 154.739 553.0491 null]
+5438 0 obj <<
+/D [5428 0 R /XYZ 154.739 553.0491 null]
 >> endobj
-5353 0 obj <<
-/D [5342 0 R /XYZ 71.731 527.6443 null]
+5439 0 obj <<
+/D [5428 0 R /XYZ 71.731 527.6443 null]
 >> endobj
-1190 0 obj <<
-/D [5342 0 R /XYZ 106.052 514.6929 null]
+1210 0 obj <<
+/D [5428 0 R /XYZ 106.052 514.6929 null]
 >> endobj
-5354 0 obj <<
-/D [5342 0 R /XYZ 71.731 507.6494 null]
+5440 0 obj <<
+/D [5428 0 R /XYZ 71.731 507.6494 null]
 >> endobj
-5355 0 obj <<
-/D [5342 0 R /XYZ 71.731 502.668 null]
+5441 0 obj <<
+/D [5428 0 R /XYZ 71.731 502.668 null]
 >> endobj
-5357 0 obj <<
-/D [5342 0 R /XYZ 444.2551 491.7788 null]
+5443 0 obj <<
+/D [5428 0 R /XYZ 444.2551 491.7788 null]
 >> endobj
-5358 0 obj <<
-/D [5342 0 R /XYZ 71.731 476.6706 null]
+5444 0 obj <<
+/D [5428 0 R /XYZ 71.731 476.6706 null]
 >> endobj
-5359 0 obj <<
-/D [5342 0 R /XYZ 71.731 461.7266 null]
+5445 0 obj <<
+/D [5428 0 R /XYZ 71.731 461.7266 null]
 >> endobj
-5360 0 obj <<
-/D [5342 0 R /XYZ 71.731 461.7266 null]
+5446 0 obj <<
+/D [5428 0 R /XYZ 71.731 461.7266 null]
 >> endobj
-5361 0 obj <<
-/D [5342 0 R /XYZ 71.731 448.7752 null]
+5447 0 obj <<
+/D [5428 0 R /XYZ 71.731 448.7752 null]
 >> endobj
-5362 0 obj <<
-/D [5342 0 R /XYZ 111.5816 432.9992 null]
+5448 0 obj <<
+/D [5428 0 R /XYZ 111.5816 432.9992 null]
 >> endobj
-5363 0 obj <<
-/D [5342 0 R /XYZ 71.731 420.8798 null]
+5449 0 obj <<
+/D [5428 0 R /XYZ 71.731 420.8798 null]
 >> endobj
-5364 0 obj <<
-/D [5342 0 R /XYZ 71.731 420.8798 null]
+5450 0 obj <<
+/D [5428 0 R /XYZ 71.731 420.8798 null]
 >> endobj
-5365 0 obj <<
-/D [5342 0 R /XYZ 71.731 407.9283 null]
+5451 0 obj <<
+/D [5428 0 R /XYZ 71.731 407.9283 null]
 >> endobj
-5366 0 obj <<
-/D [5342 0 R /XYZ 111.5816 392.1524 null]
+5452 0 obj <<
+/D [5428 0 R /XYZ 111.5816 392.1524 null]
 >> endobj
-5367 0 obj <<
-/D [5342 0 R /XYZ 315.2763 392.1524 null]
+5453 0 obj <<
+/D [5428 0 R /XYZ 315.2763 392.1524 null]
 >> endobj
-5368 0 obj <<
-/D [5342 0 R /XYZ 71.731 380.0329 null]
+5454 0 obj <<
+/D [5428 0 R /XYZ 71.731 380.0329 null]
 >> endobj
-5369 0 obj <<
-/D [5342 0 R /XYZ 71.731 380.0329 null]
+5455 0 obj <<
+/D [5428 0 R /XYZ 71.731 380.0329 null]
 >> endobj
-5370 0 obj <<
-/D [5342 0 R /XYZ 71.731 367.0815 null]
+5456 0 obj <<
+/D [5428 0 R /XYZ 71.731 367.0815 null]
 >> endobj
-5371 0 obj <<
-/D [5342 0 R /XYZ 111.5816 351.3056 null]
+5457 0 obj <<
+/D [5428 0 R /XYZ 111.5816 351.3056 null]
 >> endobj
-5373 0 obj <<
-/D [5342 0 R /XYZ 71.731 328.3915 null]
+5459 0 obj <<
+/D [5428 0 R /XYZ 71.731 328.3915 null]
 >> endobj
-1194 0 obj <<
-/D [5342 0 R /XYZ 85.5101 276.0787 null]
+1214 0 obj <<
+/D [5428 0 R /XYZ 85.5101 276.0787 null]
 >> endobj
-2748 0 obj <<
-/D [5342 0 R /XYZ 71.731 265.7494 null]
+2789 0 obj <<
+/D [5428 0 R /XYZ 71.731 265.7494 null]
 >> endobj
-1198 0 obj <<
-/D [5342 0 R /XYZ 176.6962 252.798 null]
+1218 0 obj <<
+/D [5428 0 R /XYZ 176.6962 252.798 null]
 >> endobj
-5374 0 obj <<
-/D [5342 0 R /XYZ 71.731 245.6001 null]
+5460 0 obj <<
+/D [5428 0 R /XYZ 71.731 245.6001 null]
 >> endobj
-5375 0 obj <<
-/D [5342 0 R /XYZ 71.731 240.6188 null]
+5461 0 obj <<
+/D [5428 0 R /XYZ 71.731 240.6188 null]
 >> endobj
-5376 0 obj <<
-/D [5342 0 R /XYZ 71.731 240.6188 null]
+5462 0 obj <<
+/D [5428 0 R /XYZ 71.731 240.6188 null]
 >> endobj
-3316 0 obj <<
-/D [5342 0 R /XYZ 71.731 204.4792 null]
+3506 0 obj <<
+/D [5428 0 R /XYZ 71.731 204.4792 null]
 >> endobj
-1202 0 obj <<
-/D [5342 0 R /XYZ 109.1703 191.5278 null]
+1222 0 obj <<
+/D [5428 0 R /XYZ 109.1703 191.5278 null]
 >> endobj
-5377 0 obj <<
-/D [5342 0 R /XYZ 71.731 186.422 null]
+5463 0 obj <<
+/D [5428 0 R /XYZ 71.731 186.422 null]
 >> endobj
-5378 0 obj <<
-/D [5342 0 R /XYZ 71.731 181.4406 null]
+5464 0 obj <<
+/D [5428 0 R /XYZ 71.731 181.4406 null]
 >> endobj
-5341 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F35 1723 0 R /F33 1378 0 R >>
+5427 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F35 1752 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5382 0 obj <<
+5468 0 obj <<
 /Length 1305      
 /Filter /FlateDecode
 >>
 stream
 xڍW�o�6�_a`/23�h}�-i���:���=,{�eZ"*�I5M����(�Ʉ5�y���d�_�*VpXҊ�y����"^5 ��"	*�<gi��@,H7/XU��js��fwqu��UŪd��)R\2���jw�'���q$M��w�;�g�	lӌ�6iʪd�x�[e�[o8�FF9'"����)�	ۿ�e���$�#F�;ei���E�;I�htcDOD'�f�dD��[|�6X�� ��8uA��/@��:ɢoj�:���K��$�n�l}�jpҌF:yXC���F�N

���:��Yl��%ћ���έA-�$F����s�P.��S{�QΡ�6�^�Y� 
Ya^~r9�n6�x��]8k�Ya}��7[Β�(��n���:����"�fE|��(B�@��VD0Mc�ge�n6UɊ�,��KӼ��>�T�B>)gi�?]���i�?]��-^Ķ ��9��=��5CYI�j�p[FGm��'ACƵ��C-�#����^[G�N�uRF��Y��:��b$��WD�����!Xj2\gpd�]8��x��*��t7�oA$��~C�%\�Q�I(Ȅ���68��=L�#�^Jg�߫A�SplT�C��%LQ���2�Ze_�A���~�\�k��
L,z��k�KԜ�3��Xt��ƍ��(�L���
 L��ŪS���\�m���U��5�$���&�"�@
;�L�}�.i�FC��.��0�dw �E�K7N��]��8��?�ϲ��xE�N�+�� �5p��	��G�d�����Ko�Y,�kO���!V3�(@J.{"=|@M,�Z:�߻V��u�Ḟ#8�$tÃ̢`���}�Zu>=\�Rj~ṚWc[��,bW�tY�,O�M4�_�w�F�/���5N2����ap��O����rz��Om�k/����Q�'�����uK��鷺�������un���j���kϛ�g,����d��_>�%�m�Jc��}}7����p�ҿ�Z���~����������kG+�a�+������z���.IEв��m��e a�5FO��B�q�T=��/x�~��Ƞ�����s+
�ƈڵ�7�?^�M܅���<͡E�XM;�65�7�;"F1Ȱ}hUT:ݜ�`����p�麆�]�UP("�0�>�+da�C��(����p1
-�a��eĺE9`y)?z�������%q 1;u��G=�������0�!�� (�k��w���p�nw��_�ے�	�u�APٜ��_Ͼ�2@s����	�J���x�_��&^�endstream
+�a��eĺE9`y)?z�������%q 1;u��G=�������0�!�� (�k��w���p�nw��_�ے�	�u�APٜ��_Ͼ�2@s����	�J��e�ӯ���?��S^�endstream
 endobj
-5381 0 obj <<
+5467 0 obj <<
 /Type /Page
-/Contents 5382 0 R
-/Resources 5380 0 R
+/Contents 5468 0 R
+/Resources 5466 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5340 0 R
+/Parent 5399 0 R
 >> endobj
-5383 0 obj <<
-/D [5381 0 R /XYZ 71.731 729.2652 null]
+5469 0 obj <<
+/D [5467 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5384 0 obj <<
-/D [5381 0 R /XYZ 71.731 718.3063 null]
+5470 0 obj <<
+/D [5467 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1206 0 obj <<
-/D [5381 0 R /XYZ 90.2612 708.3437 null]
+1226 0 obj <<
+/D [5467 0 R /XYZ 90.2612 708.3437 null]
 >> endobj
-5385 0 obj <<
-/D [5381 0 R /XYZ 71.731 703.2379 null]
+5471 0 obj <<
+/D [5467 0 R /XYZ 71.731 703.2379 null]
 >> endobj
-5386 0 obj <<
-/D [5381 0 R /XYZ 71.731 698.2566 null]
+5472 0 obj <<
+/D [5467 0 R /XYZ 71.731 698.2566 null]
 >> endobj
-5387 0 obj <<
-/D [5381 0 R /XYZ 134.824 659.5268 null]
+5473 0 obj <<
+/D [5467 0 R /XYZ 134.824 659.5268 null]
 >> endobj
-5388 0 obj <<
-/D [5381 0 R /XYZ 71.731 636.6127 null]
+5474 0 obj <<
+/D [5467 0 R /XYZ 71.731 636.6127 null]
 >> endobj
-1210 0 obj <<
-/D [5381 0 R /XYZ 87.8032 584.2999 null]
+1230 0 obj <<
+/D [5467 0 R /XYZ 87.8032 584.2999 null]
 >> endobj
-5389 0 obj <<
-/D [5381 0 R /XYZ 71.731 572.8966 null]
+5475 0 obj <<
+/D [5467 0 R /XYZ 71.731 572.8966 null]
 >> endobj
-1214 0 obj <<
-/D [5381 0 R /XYZ 86.6748 561.0192 null]
+1234 0 obj <<
+/D [5467 0 R /XYZ 86.6748 561.0192 null]
 >> endobj
-5390 0 obj <<
-/D [5381 0 R /XYZ 71.731 555.5199 null]
+5476 0 obj <<
+/D [5467 0 R /XYZ 71.731 555.5199 null]
 >> endobj
-5391 0 obj <<
-/D [5381 0 R /XYZ 71.731 550.5386 null]
+5477 0 obj <<
+/D [5467 0 R /XYZ 71.731 550.5386 null]
 >> endobj
-5392 0 obj <<
-/D [5381 0 R /XYZ 71.731 550.5386 null]
+5478 0 obj <<
+/D [5467 0 R /XYZ 71.731 550.5386 null]
 >> endobj
-5393 0 obj <<
-/D [5381 0 R /XYZ 119.8414 538.1051 null]
+5479 0 obj <<
+/D [5467 0 R /XYZ 119.8414 538.1051 null]
 >> endobj
-5394 0 obj <<
-/D [5381 0 R /XYZ 167.6439 538.1051 null]
+5480 0 obj <<
+/D [5467 0 R /XYZ 167.6439 538.1051 null]
 >> endobj
-5395 0 obj <<
-/D [5381 0 R /XYZ 249.4106 538.1051 null]
+5481 0 obj <<
+/D [5467 0 R /XYZ 249.4106 538.1051 null]
 >> endobj
-5396 0 obj <<
-/D [5381 0 R /XYZ 442.1221 512.2022 null]
+5482 0 obj <<
+/D [5467 0 R /XYZ 442.1221 512.2022 null]
 >> endobj
-5397 0 obj <<
-/D [5381 0 R /XYZ 71.731 476.3367 null]
+5483 0 obj <<
+/D [5467 0 R /XYZ 71.731 476.3367 null]
 >> endobj
-1218 0 obj <<
-/D [5381 0 R /XYZ 86.6464 424.0239 null]
+1238 0 obj <<
+/D [5467 0 R /XYZ 86.6464 424.0239 null]
 >> endobj
-5379 0 obj <<
-/D [5381 0 R /XYZ 71.731 413.6946 null]
+5465 0 obj <<
+/D [5467 0 R /XYZ 71.731 413.6946 null]
 >> endobj
-1222 0 obj <<
-/D [5381 0 R /XYZ 269.3776 400.7432 null]
+1242 0 obj <<
+/D [5467 0 R /XYZ 269.3776 400.7432 null]
 >> endobj
-5398 0 obj <<
-/D [5381 0 R /XYZ 71.731 393.5453 null]
+5484 0 obj <<
+/D [5467 0 R /XYZ 71.731 393.5453 null]
 >> endobj
-5399 0 obj <<
-/D [5381 0 R /XYZ 71.731 388.564 null]
+5485 0 obj <<
+/D [5467 0 R /XYZ 71.731 388.564 null]
 >> endobj
-5400 0 obj <<
-/D [5381 0 R /XYZ 71.731 339.473 null]
+5486 0 obj <<
+/D [5467 0 R /XYZ 71.731 339.473 null]
 >> endobj
-1226 0 obj <<
-/D [5381 0 R /XYZ 165.299 326.5215 null]
+1246 0 obj <<
+/D [5467 0 R /XYZ 165.299 326.5215 null]
 >> endobj
-5401 0 obj <<
-/D [5381 0 R /XYZ 71.731 319.3236 null]
+5487 0 obj <<
+/D [5467 0 R /XYZ 71.731 319.3236 null]
 >> endobj
-5402 0 obj <<
-/D [5381 0 R /XYZ 71.731 314.3423 null]
+5488 0 obj <<
+/D [5467 0 R /XYZ 71.731 314.3423 null]
 >> endobj
-5403 0 obj <<
-/D [5381 0 R /XYZ 476.5536 303.6075 null]
+5489 0 obj <<
+/D [5467 0 R /XYZ 476.5536 303.6075 null]
 >> endobj
-5404 0 obj <<
-/D [5381 0 R /XYZ 71.731 267.742 null]
+5490 0 obj <<
+/D [5467 0 R /XYZ 71.731 267.742 null]
 >> endobj
-1230 0 obj <<
-/D [5381 0 R /XYZ 85.5101 215.4291 null]
+1250 0 obj <<
+/D [5467 0 R /XYZ 85.5101 215.4291 null]
 >> endobj
-4001 0 obj <<
-/D [5381 0 R /XYZ 71.731 204.8418 null]
+4087 0 obj <<
+/D [5467 0 R /XYZ 71.731 204.8418 null]
 >> endobj
-1234 0 obj <<
-/D [5381 0 R /XYZ 107.2772 192.1484 null]
+1254 0 obj <<
+/D [5467 0 R /XYZ 107.2772 192.1484 null]
 >> endobj
-5405 0 obj <<
-/D [5381 0 R /XYZ 71.731 187.0426 null]
+5491 0 obj <<
+/D [5467 0 R /XYZ 71.731 187.0426 null]
 >> endobj
-5406 0 obj <<
-/D [5381 0 R /XYZ 71.731 182.0613 null]
+5492 0 obj <<
+/D [5467 0 R /XYZ 71.731 182.0613 null]
 >> endobj
-5407 0 obj <<
-/D [5381 0 R /XYZ 382.967 156.2829 null]
+5493 0 obj <<
+/D [5467 0 R /XYZ 382.967 156.2829 null]
 >> endobj
-5380 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >>
+5466 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5410 0 obj <<
+5496 0 obj <<
 /Length 1975      
 /Filter /FlateDecode
 >>
@@ -23118,131 +23529,131 @@ stream
 xڕM��4�>��*1��
'fv�Z��n����g+��9�גy~=�������Z�Vw����O<",X�*��,~�O���#�}%�$��0�D�;��,)ª��ݚ����Ͽ���*�r8�IQ&iR<웟���>~���� -V��8KvqV"�]��u�o,�ep0#!���{<�cCGoU�F���TC$�r|�:�V��I\KC:~3*�fZ��k!DUF�n�,`��~�Fd���Qt {:P���To�S��`���e"�/:)�#�("n������aטz:)@8m�$�F^K�MÌ�M�mto��Lc���3�-�ؤ���yѮ���W?T�-����R&Y�9%i i;��M�Z�%�`6q���0uDٱ/B
 �d5"�B���C1?ލ�8�XTL�-	"݁?�Ɠ|:�i4p2��	�
dh�/�
=:�/���B5D����g��N�����}v�����t�S�k�/Q����1*.��Ēo�`�������l&f7�9�s��#a�(�|��@aҾ!�	b�#O1J�=��br��N��B�Yt��z�!������L�g������]��oJ�0�g+�q�@���0��Ca�Ԏ"�8��j���4�}��qLr�~��(P�@Q����7���B�p*��gR�K{v��3�f�هG6���L1xEy�8N�Ī�q�g"�2�3n�b-�n��������^6"���*cȃhՙ��Ꭿ[3Y��T@�@qt1ѩ׵V��
f�a2�kP���"�"!ŗ��c�a�9�Sz)��潪Y���a��j�J��p�Ƙ��tgV��������7Z���o��$��h�vHCȓR�T����j��������b��Q{s/�(3�z�7�f�khmTݑ�^hA]�7��B|�~)��xe�gF���fK촸b��U��_R��L�	���	��%Y
 �|�?�t�~o��D����6ڞs��s�/A�AX�#r�3�bk��Vףؗ��]�p��! �:>9�����&�.�P��[�>B����v;��нz��P�����gh�'~�[��N��0B�T����R��p>�Iv��b�Ѧ_%�HF�)�%�{>��-�c"����։r�RF["�c�J��5�\~��3�v'��(~���~����}=5��kc����
Ԥ���V�E��O�H%	q4�!����z��j-�>$�<�JGXG��o���y�S�%��<h��en��H��Mj<o�,��w�W�>�R4z�eb���I	u-eHT�Bm�^��q�����f
-8�����4���X�^��a���v�sQ��#��7���"L��[Ͻ�/�̦���W�U�,�Le��h�����r��k0��欳~��㔲�;&�ڱl�\��@�B}��0[2aA���9;��剷� G�89M�賈y��<nK�9�Ҕ8#�l��d�>0L��{�.9t�'��6u��
�=�����Ͻ��BeU�^����	>G���8��{搵��U�խ�'p�+A�,ڳ��`^{��i�5��Aŕ�Kj��i����1-�Xy�YPN��Z!����FЍ=��y0�t��׹��*�n����L h�}ͱϦ�oh1/��ր�%ޘz���`g[=bh#�+@0S4���l���,�J͇֜����l��'�l����ܳ��럄Ta���۫�6���l�����s[ź���H���];��$|�&EN���)Vε ��+�r{�搲�/�A?7iXg�̎��J꺥�p�y�K��9�P]�֒�@W<_᪉������<s>�������H�g54&�>��0.P~"��K��g�q������V��O-ؽ_|l�A�l��Y���X�r�"P�$�¸��k�ዧ�i~�p�U�Zt����_��K3˽?��d�����]����H%e�p��n�-��ݑ�;�bO~endstream
+8�����4���X�^��a���v�sQ��#��7���"L��[Ͻ�/�̦���W�U�,�Le��h�����r��k0��欳~��㔲�;&�ڱl�\��@�B}��0[2aA���9;��剷� G�89M�賈y��<nK�9�Ҕ8#�l��d�>0L��{�.9t�'��6u��
�=�����Ͻ��BeU�^����	>G���8��{搵��U�խ�'p�+A�,ڳ��`^{��i�5��Aŕ�Kj��i����1-�Xy�YPN��Z!����FЍ=��y0�t��׹��*�n����L h�}ͱϦ�oh1/��ր�%ޘz���`g[=bh#�+@0S4���l���,�J͇֜����l��'�l����ܳ��럄Ta���۫�6���l�����s[ź���H���];��$|�&EN���)Vε ��+�r{�搲�/�A?7iXg�̎��J꺥�p�y�K��9�P]�֒�@W<_᪉������<s>�������H�g54&�>��0.P~"��K��g�q������V��O-ؽ_|l�A�l��Y���X�r�"P�$�¸��k�ዧ�i~�p�U�Zt����_��K3˽?��d�����]����,R�U�p��o�-��ݑ�;��O�endstream
 endobj
-5409 0 obj <<
+5495 0 obj <<
 /Type /Page
-/Contents 5410 0 R
-/Resources 5408 0 R
+/Contents 5496 0 R
+/Resources 5494 0 R
 /MediaBox [0 0 609.7136 789.0411]
-/Parent 5340 0 R
+/Parent 5399 0 R
 >> endobj
-5411 0 obj <<
-/D [5409 0 R /XYZ 71.731 729.2652 null]
+5497 0 obj <<
+/D [5495 0 R /XYZ 71.731 729.2652 null]
 >> endobj
-5412 0 obj <<
-/D [5409 0 R /XYZ 71.731 718.3063 null]
+5498 0 obj <<
+/D [5495 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-5413 0 obj <<
-/D [5409 0 R /XYZ 71.731 718.3063 null]
+5499 0 obj <<
+/D [5495 0 R /XYZ 71.731 718.3063 null]
 >> endobj
-1238 0 obj <<
-/D [5409 0 R /XYZ 103.2824 708.3437 null]
+1258 0 obj <<
+/D [5495 0 R /XYZ 103.2824 708.3437 null]
 >> endobj
-5414 0 obj <<
-/D [5409 0 R /XYZ 71.731 703.2379 null]
+5500 0 obj <<
+/D [5495 0 R /XYZ 71.731 703.2379 null]
 >> endobj
-5415 0 obj <<
-/D [5409 0 R /XYZ 71.731 698.2566 null]
+5501 0 obj <<
+/D [5495 0 R /XYZ 71.731 698.2566 null]
 >> endobj
-5416 0 obj <<
-/D [5409 0 R /XYZ 71.731 698.2566 null]
+5502 0 obj <<
+/D [5495 0 R /XYZ 71.731 698.2566 null]
 >> endobj
-5417 0 obj <<
-/D [5409 0 R /XYZ 166.8364 685.4296 null]
+5503 0 obj <<
+/D [5495 0 R /XYZ 166.8364 685.4296 null]
 >> endobj
-5418 0 obj <<
-/D [5409 0 R /XYZ 408.4751 672.4782 null]
+5504 0 obj <<
+/D [5495 0 R /XYZ 408.4751 672.4782 null]
 >> endobj
-5419 0 obj <<
-/D [5409 0 R /XYZ 243.4665 659.5268 null]
+5505 0 obj <<
+/D [5495 0 R /XYZ 243.4665 659.5268 null]
 >> endobj
-5420 0 obj <<
-/D [5409 0 R /XYZ 246.8008 659.5268 null]
+5506 0 obj <<
+/D [5495 0 R /XYZ 246.8008 659.5268 null]
 >> endobj
-5421 0 obj <<
-/D [5409 0 R /XYZ 298.9104 659.5268 null]
+5507 0 obj <<
+/D [5495 0 R /XYZ 298.9104 659.5268 null]
 >> endobj
-5422 0 obj <<
-/D [5409 0 R /XYZ 448.559 659.5268 null]
+5508 0 obj <<
+/D [5495 0 R /XYZ 448.559 659.5268 null]
 >> endobj
-5423 0 obj <<
-/D [5409 0 R /XYZ 164.884 646.5753 null]
+5509 0 obj <<
+/D [5495 0 R /XYZ 164.884 646.5753 null]
 >> endobj
-5424 0 obj <<
-/D [5409 0 R /XYZ 481.1574 646.5753 null]
+5510 0 obj <<
+/D [5495 0 R /XYZ 481.1574 646.5753 null]
 >> endobj
-5425 0 obj <<
-/D [5409 0 R /XYZ 132.3631 633.6239 null]
+5511 0 obj <<
+/D [5495 0 R /XYZ 132.3631 633.6239 null]
 >> endobj
-5426 0 obj <<
-/D [5409 0 R /XYZ 71.731 610.7098 null]
+5512 0 obj <<
+/D [5495 0 R /XYZ 71.731 610.7098 null]
 >> endobj
-1242 0 obj <<
-/D [5409 0 R /XYZ 84.3534 558.397 null]
+1262 0 obj <<
+/D [5495 0 R /XYZ 84.3534 558.397 null]
 >> endobj
-5427 0 obj <<
-/D [5409 0 R /XYZ 71.731 548.0677 null]
+5513 0 obj <<
+/D [5495 0 R /XYZ 71.731 548.0677 null]
 >> endobj
-1246 0 obj <<
-/D [5409 0 R /XYZ 150.0465 535.1163 null]
+1266 0 obj <<
+/D [5495 0 R /XYZ 150.0465 535.1163 null]
 >> endobj
-5428 0 obj <<
-/D [5409 0 R /XYZ 71.731 527.9184 null]
+5514 0 obj <<
+/D [5495 0 R /XYZ 71.731 527.9184 null]
 >> endobj
-5429 0 obj <<
-/D [5409 0 R /XYZ 71.731 522.9371 null]
+5515 0 obj <<
+/D [5495 0 R /XYZ 71.731 522.9371 null]
 >> endobj
-5430 0 obj <<
-/D [5409 0 R /XYZ 192.9628 499.2508 null]
+5516 0 obj <<
+/D [5495 0 R /XYZ 192.9628 499.2508 null]
 >> endobj
-5431 0 obj <<
-/D [5409 0 R /XYZ 71.731 447.9432 null]
+5517 0 obj <<
+/D [5495 0 R /XYZ 71.731 447.9432 null]
 >> endobj
-1250 0 obj <<
-/D [5409 0 R /XYZ 193.2643 434.9918 null]
+1270 0 obj <<
+/D [5495 0 R /XYZ 193.2643 434.9918 null]
 >> endobj
-5432 0 obj <<
-/D [5409 0 R /XYZ 71.731 427.7939 null]
+5518 0 obj <<
+/D [5495 0 R /XYZ 71.731 427.7939 null]
 >> endobj
-5433 0 obj <<
-/D [5409 0 R /XYZ 71.731 422.8125 null]
+5519 0 obj <<
+/D [5495 0 R /XYZ 71.731 422.8125 null]
 >> endobj
-5434 0 obj <<
-/D [5409 0 R /XYZ 71.731 363.2608 null]
+5520 0 obj <<
+/D [5495 0 R /XYZ 71.731 363.2608 null]
 >> endobj
-1254 0 obj <<
-/D [5409 0 R /XYZ 84.3534 310.9479 null]
+1274 0 obj <<
+/D [5495 0 R /XYZ 84.3534 310.9479 null]
 >> endobj
-5435 0 obj <<
-/D [5409 0 R /XYZ 71.731 300.6187 null]
+5521 0 obj <<
+/D [5495 0 R /XYZ 71.731 300.6187 null]
 >> endobj
-1258 0 obj <<
-/D [5409 0 R /XYZ 163.9645 287.6672 null]
+1278 0 obj <<
+/D [5495 0 R /XYZ 163.9645 287.6672 null]
 >> endobj
-5436 0 obj <<
-/D [5409 0 R /XYZ 71.731 280.4693 null]
+5522 0 obj <<
+/D [5495 0 R /XYZ 71.731 280.4693 null]
 >> endobj
-5437 0 obj <<
-/D [5409 0 R /XYZ 71.731 275.488 null]
+5523 0 obj <<
+/D [5495 0 R /XYZ 71.731 275.488 null]
 >> endobj
-5438 0 obj <<
-/D [5409 0 R /XYZ 71.731 249.6449 null]
+5524 0 obj <<
+/D [5495 0 R /XYZ 71.731 249.6449 null]
 >> endobj
-5439 0 obj <<
-/D [5409 0 R /XYZ 71.731 239.6823 null]
+5525 0 obj <<
+/D [5495 0 R /XYZ 71.731 239.6823 null]
 >> endobj
-5440 0 obj <<
-/D [5409 0 R /XYZ 71.731 176.6352 null]
+5526 0 obj <<
+/D [5495 0 R /XYZ 71.731 176.6352 null]
 >> endobj
-5441 0 obj <<
-/D [5409 0 R /XYZ 469.8557 143.6075 null]
+5527 0 obj <<
+/D [5495 0 R /XYZ 469.8557 143.6075 null]
 >> endobj
-5408 0 obj <<
-/Font << /F23 1270 0 R /F27 1278 0 R /F33 1378 0 R >>
+5494 0 obj <<
+/Font << /F23 1290 0 R /F27 1298 0 R /F33 1398 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2794 0 obj <<
+2841 0 obj <<
 /Length1 1605
 /Length2 1380
 /Length3 532
@@ -23250,51 +23661,53 @@ endobj
 /Filter /FlateDecode
 >>
 stream
-x��T{<Ti�KiV��K��䖹�5�\�&
r+"�̙q2Ι�9��R�Um"��S�l$�"�Tj�[o�)����K���3S[���c�����y�g��3���{����y��<o_Kg��PҒEg:�7�C$�Ljʹ���0D"�������K�=����WL�#���	����px�G8h�c�<�ע|a�0�#B�zy�[�q����0	��8\�p�'…Q6|·��P"/��SZ���!���
�pa��ZD0�� �J�<@b�A�B1O^����P""�"�(�����∈TVo�o�$# R��@(`|*��q�Q0J*8J�bIA	@�R�+<�	�*7%&�Eb���C�� �'�	��������'��{H$�(vc���5 $�t�M�L�Jc��_��1�b��yb��fW��݁0��x*�<�Ocp0��
-L����Og�'����I��{f�7���M���9^g�X(�@Q���	�E!˜?��	��ֲ��>�^IBT�Ψ�6��|"�
-D��������Gy0.DP�rK1(`i�G�E �HT>U+���eS�W���]�n�����7�'�#�
-z��j��~!���I@�%X�[{;�c����,
-և�j��	�:e���{?�B��,G�On?��@8�И�$��IJ��˃%��t#�-@$&����&��l&0 �5S�C��#d�a+�?��q�:k��5�?֊���Kkm��K6ff"��ξ���}
K��Q~��,WZ�Uo���g�������&��b��~��0ﮯ��T���͉�ov9wz��
-[��xFh��C}�I��=;T�l�ݝ
>kBO�M4h����Fͤ�7�Jg-x&����8��U9�Tiƙ��}S{G���]�v�J����.}��)���lV��p�t�Q��A�Ė�^N*�/r�,S�v_Q�ph/�m����l\�;��!�-?wo��E�>�.�GG�N���j�-�XŜ�3�nޯ��A<������>U՜����TƘ�=�u�����Cɫ�9�ێy"G�r��_wf�v^Vk�w5<C�H��ڂ���u�?{��u�)��`]���~Ͱ왲���p4
��Cln��v�1��l���TA�Sc|���?�`���ro1�-}���ЫW��t���Өמ�U�O����
-k�K���z��%+�?�(d�yͪ�A��{��e+����u�J���l)돫:��Ę�4���X�ڤ��6�J�S�>�1M�5��Iۡ?:��H��?i4�,I9y2�ggǐ���6���p�ξ�R�{#=�UIe���_����gɛ���~3mJ:��x��7�I�.uOiF�>ME:�/L�+^9]R�q�[cm�-UOoDް���+�E_@s�P�z�������?ll����zWk��2]�O�Kj��}9^�ۡ�
3��}�B},l�r�ҷ�\������R�l���)�[{֫�]��6<�ܬJ�EϠ���M��+bC��hɺ#F�ڜc����n;�}ڳ���}��X�a����"e*	�^M��x��^i��+/�y�-@�Ǻ�r^:��%d�YFo���j��G�u8��t�Oʦs<�;�A
UG=c�(��)���}��H}dOvX�桏q�W)�;u,�����o:��u!������*�G��O^,tl��0�����(�KH"�J�ၞʰK�G����i�X��]�!��onΔ�mxyjo{E�� mꚜW��/趵Ÿ<�k���4K�+��C�v���6����vIX�z�������~]U��e���¥Ӭ2�z�����'�(}���bPP��E�O����q��,�4��'�K�pH4O6�����\,k4�#GϛI�dq�?��V~zs�N��s�7}��ۛ�k["&�I[��s٘G��r�3Ҿ7�V����-ű?k}�+*�Mz]�iU���7�h����2?3k��Y���ӓd��y&�J���Kw�u&��u���o
G�s��#R�G����Gi�YtcFbZ㮀�n����2��
-զ����d��IMw���>(��`�Vݭ%�����Os:Vq���p*$*�<��������?Y��_��F�
|�%Q�lɗ;�f�����z�{����5'*u���U0��d�����b�����]��|h����
-a'�(����j%endstream
+x��T{<Ti�KiV��K��䖹�5�\���RD��c��s�s�d��dU�H�(mĔ-��-�Z��o��K�%�t��g��Z��Ǿ�����Ϝ�g����|����y>k,�yX8쎡�%��t�n��H0�ԚiM36v�a�D0�
"a�'��7�,{�goO3��0G��$�_�`d�Ë>©@[+�����	�D�Wo�u+8�ԃ�<`�!��.�B�0J�f Á��p1��ȋ&蔖3 @a.Bm��\X(�!�G#A��8��0�@P�@ē@��p(!�Q�G��`IpqDH*�����:�H���&�X�ø�h%%C�$�� a1)�BP,��∢AY�E�����A�P���|�|�=$
+b�1E����t�M�L��Jc��_�F`��|��D�?��0���aF��0Txp���H*+0���?�����Ob�'���9ސ�7��n�xw�@���)k��-�F���e5�	 |<����F�Q>5l&��DwD�|�	" 5��`\��0�bP�Җ=��D�Q�|�V6
+
+Fy�˦�(����b�����'�+�
+z��*��~!��₉A�%X�[{;�c����,
+և�*��1�:e���{?�B��|�r1��~��
�p��1)I��5�cQg����?0�(FR[�PD���
M~��L6`@,k�~�X)�G�b�V J��8u�j��w��0��֊q�$n��>D���s��-��Z���‚R?i���ٖ�����ac�;�e��/Ķ<�&�4�n�������͉�ov9oz��J[��Fh��C}��q��:U�l��]���CO�M4h����F�$�7�If-x&����<��U5�Liƙ��}�zG���_�v�J͠�e�������K6�NY�G���� �Bb�eo'���J��廯�(i8tw��Wq�J7�՝����^���7��}������Q���cմZg5V	g�L����~͒�z�?ۧ��;��|��X�g��V55�|(e�7�w�1O����ZO�Dԟ٥�����]-��'J誶�G�u���O�^�&q]u*n��&Z����_3,g���À���M�����cm�;��ZL;�*I�scj���z
+��ȩ����'�x-�fU�Hg�!
=���_��4]����.1��ٌ�G�\�����B֚׮�4�7�\��H�x�U�?��`Ki|�ЉU�Ƭ�9%�E��&%��Vj]�	�iʮ�]N��1ɧF
+��I��I�ɓ��8;��$����+�u�:��kxH�ٯJ�b��t��?K��m8��is�N�˴���Jvi{�2[��h*��}a���q�O�l���4=�9Dy�j,<�c`��ls�+BC]"�9+oN~j���1jj��]�m��u�J��/���b��z��>7�2
+P�������=tK��rQ�G���*��m~���n�Y��v=����f��/z=Τl�`e^:XQNK�1*����Ӝ��l�@���ӟ���(�b�	K�z�S]%UId�j���X\���NW�_q�ݫ|�hx�R>&��}���}˳�ެ
��J
+k�(
�t����_��N�xvwb���z�<aT�S�%�!R�|o��Ȟd찒�C_�9�R+v�X�M�G��t��'�C ���#��Џ�%/��X���ar���Q��GJ�����a���&�	���U�4�e�!	onΔ�oxyjo%�=�o�>uu�t�Z�O��5R
���%ە��!a;ώlm^��b�$�O��WW���`���f�2~rR��iV�X#�|n��{IT���}1(�n梸��DO
ˏ˼j�dJw��קV:$����
H�l.�7Ɠ������x��n+?��M'@�9�������
u����$��t��9��l�'Sg9�iߛs������������J'�.��j`n�0������2?+{��Y����g��y&�J���Kw�u&�����[n
�D�sc�#�*��G����g��,�)3)�iW@@��@��)wB`�jsMA{O�E���;��H_��m�s���RZ���ǧ9�<��f8�����X�Uܟ"Qۯ�h�y��D%a�tɗ;������y7x�����$)u���U8��d�����b%�����]��|h����
+`'�h����9$�endstream
 endobj
-2795 0 obj <<
+2842 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5442 0 R
+/Encoding 5528 0 R
 /FirstChar 202
 /LastChar 204
-/Widths 5443 0 R
-/BaseFont /QSEYXG+Dingbats
-/FontDescriptor 2793 0 R
+/Widths 5529 0 R
+/BaseFont /OPZFIH+Dingbats
+/FontDescriptor 2840 0 R
 >> endobj
-2793 0 obj <<
+2840 0 obj <<
 /Ascent 708
 /CapHeight 708
 /Descent 0
-/FontName /QSEYXG+Dingbats
+/FontName /OPZFIH+Dingbats
 /ItalicAngle 0
 /StemV 0
 /XHeight 400
 /FontBBox [-1 -143 981 819]
 /Flags 4
 /CharSet (/a150/a151/a152)
-/FontFile 2794 0 R
+/FontFile 2841 0 R
 >> endobj
-5443 0 obj
+5529 0 obj
 [788 788 788 ]
 endobj
-5442 0 obj <<
+5528 0 obj <<
 /Type /Encoding
 /Differences [ 0 /.notdef 202/a150/a151/a152 205/.notdef]
 >> endobj
-5444 0 obj <<
+5530 0 obj <<
 /Type /Encoding
 /Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
 >> endobj
-2648 0 obj <<
+2700 0 obj <<
 /Length1 1606
 /Length2 14569
 /Length3 532
@@ -23304,7 +23717,7 @@ endobj
 stream
 x��wUp]˒��e1�3333X��333Z�`133�b����b����~o����&�D��]�Y+W�ʪ؛�XI�^���(ao�B����P��5vu�������1�1�Ñ��:�\,��Č\�<�
�)@h`a0sssÑD�<�,�-\�T_U4�ii��i�+`���?;�-���܀6��@;�?�퍪@ ��0��D���$T�
 _�@;���
@����� gi�sR���6�X�L��L-�*͙���3����4���
�at��Ep�:�Z:;�yX:̝��\����`igb�j��?v3��	98��������d���l�d����UIL�<],�\���l��
�7�ijo��WI�����Y�9\�.�2L-�l�<�����d�7
WgK;�2�8͍�Lm���`�`�՝�	�O�98�x�������`���1c�cf�����OnsK;8ƿE���������ÿ�܀N7�ꯙ��C������`
-4�cT�w��@��S��O����W�_��&�j�����<�+�����������s�����1�W����������0��@�]���A����LL�0Z:KXz�M�,]L,�fF6z�����)�����G˿��gfb��������_Mg��hg������7oFm-IQ��M��R�������b�V����,�����xӳ��Y8��\��.Nf��"��0��\��8Yz�t�����w�����J�_`��L�M��U#;�?�����&�NN�����)����8�4�[]�7�
�J��p������c	u(mT+*����O���4|�
eh���h�\<sx?��9�чiCٛ
+4�cT�w��@��S��O����W�_��&�j�����<�+�����������s�����1�W����������0��@�]���A����LL�0Z:KXz�M�,]L,�fF6z�����)�����G˿��gfb��������_Mg��hg������7oF
aa%m)��M��R�������b�V����,�����xӳ��Y8��\��.Nf��"��0��\��8Yz�t�����w�����J�_`��L�M��U#;�?�����&�NN�����)����8�4�[]�7�
�J��p������c	u(mT+*����O���4|�
eh���h�\<sx?��9�чiCٛ
 ����KJ�_��I��I{Ĩ_��q��}�SnB��I�pwRYE��
�`���	���:�ԭ ����ዟIZC<Frj]��9E���#�����p�/��<��xXr^7D����\<A���ޑ4�G��6�B�L�#�\�������#�WX�'�����#Į�N^A�Is}�C��{�Mf�ķ՝��I׮2g�k��'���fKu#��n��9����.p�Ǐ�|;����"Ra�! �Aב
 ����_�l���捕�ո�!{��gpW�2����gc���,������d���l��	֠�[`��(���>�,�u� ��As�ȫj��s�l�sT��d�w^s�MMS�x�����9I1T
 0��-�HC���[QܓDc����
�Z�aη~�G��f7�c������]��Ǩu����G��#�pKC=ћ���χ�9i��br��^Uu�<�Q�K�?�	�Fix�e�yL�W~X�d�ъ<Kv�������>�'-&22<jFj�֮0L�<���M�=0a޹RE4f"���Z�x��U�ҝ\�ɮk:M?:6��}:�b�5��j��a���a�Q���RMIs�Ͱ�F%�KM�֕�����ѽ #&H�+\�y�3�f w)EK�ko0���m�P�A��*x���Q���9D�������i��MJ�y�F��;1�Ŀ��,��6���@bw����w�ѥ�P���O2��t+?��яu��f�������Ё�[�t��N�\\�O �/+?�
@@ -23352,175 +23765,184 @@ Yɳ
 (^9��4	��&�,��T�$[n��~%oD��r�}GH&�����
�wp�y����Ü0�1҆�&z�]�Q��l����]���L���</��8:�Q�iSk���ȳ�����Y>��n�
���E��08(W@���P)t׬��2�;��u����pܔ��	n��ׅ7����S�V������R3o=5�w3���Re�!�/ӾJ�Ғ����;i��ЫPÆ�p�Y�-�M����P��9}�<����h���ƭ�LB +�6����wj��8r~\��#!<��l�X?���	��Q�}YL�H_�k���&}Y�?/=�^LSd��]��dNPlu�Q�)��t���cjB���#l[L�D�@�7��/�p]�F��Mn�p��#�[/G0"y����k͏�OR)N���g�����w8`���e�/w��+����lF�J�S|K���4�h�����*N��rMȸ
 �8�ݎ'����羚s.!xXy�٧�'eB$M�+v��m�\��]JR�%��G6!�	��4��jEF�4/>J$��k?���� ,q���o��c���嚕��h��U�+a/c*��;V~;�J���]�p���?�j�8)�Bd$qY��q��ՉhJ���[9>��l^{�W�rهj	Ex6�`����X�����W�!D���d@���`���:ŀ����ISЀW�ͱ�I������p�aASb�Sy��;M�u��|�޸?o1٘@�*D��K^�2�M+�� �OԵ�l���t��q��՗���� �s��V����W����������!�S�R������H�Q��������'?J��3��7gy��}.B!�)ۊ3�I������9|����V
��qẴ�7f�w~H�%��}��HD��?F����.�a��<�e��AxOwt�
 �c��T1ŝx���t�r�qć��TW@��z�r���_T!ɪ2���^-�F�{�O�/EO�O��mՒ&˴�)���&֍5�(`D5����>��	̮鎤1޾OR�����rfRFz"����8��h�~�;dX��P��H��f�/Iۖ]���Uc�xv4'�!��ݼz_�'i�S��5�0�n�E�g㺕S����ݍ-{�X[՟3�d0l�?�Pl�`Ce鲊0n"s&j���m9��-XV1pu�Y���zI�%�)��p�W�bP�5a�T'ϯ��W�		
-��QԶ��]��xl�Cm}����YA�7GK��}!�I-��
)&�W���լ}�_CՇi�`#[)��mF�
���.s3+I<�Ь�;��%Z g���"�/���L�)뗜��T�T]w�.Ac���')BintzD(�~e��Dq��N����:e�[�jmfD��pke�9�eډf���wnj޵��&"}�2�b�3��S\4���t�8
W0i\��/��'I�+5:��ؘ�2k��z
��I�����lmR�!�uT̘��TYP+f�@�����U�*+K靴εڜ�{�D�e_��H��6�wW��ؘ��W��g�K�P�� C�k��娾�yWHc�u5����N�T	�L���(iVt���%V���i�t�rg��O�j����A�~
��_��~�2�C��#r�I�U��Gl��G�E�N��E!�L�m;e��i?GI]O�a��Ք#�IL�>x���*ӷ���e�S��1�ݕ���8S�R�$�~K��j˸�a���"�E���|m������]E���$^m�Ca�B����im��c�Kn��p��ƧWi#��Q*�>���@_��N�-MFJ=2�\"�9*�4s���/�(/����z/��q+�s:������Q�����A�ե�
�9hA��ۍ1�^���
9�Y��}&J�}~�����S�?��;C���Od�5"Ro��oa�-ȩ���W�������@���Y�:�:*ǩ2�p���	���������5���E�kendstream
+��QԶ��]��xl�Cm}����YA�7GK��}!�I-��
)&�W���լ}�_CՇi�`#[)��mF�
���.s3+I<�Ь�;��%Z g���"�/���L�)뗜��T�T]w�.Ac���')BintzD(�~e��Dq��N����:e�[�jmfD��pke�9�eډf���wnj޵��&"}�2�b�3��S\4���t�8
W0i\��/��'I�+5:��ؘ�2k��z
��I�����lmR�!�uT̘��TYP+f�@�����U�*+K靴εڜ�{�D�e_��H��6�wW��ؘ��W��g�K�P�� C�k��娾�yWHc�u5����N�T	�L���(iVt���%V���i�t�rg��O�j����A�~
��_��~�2�C��#r�I�U��Gl��G�E�N��E!�L�m;e��i?GI]O�a��Ք#�IL�>x���*ӷ���e�S��1�ݕ���8S�R�$�~K��j˸�a���"�E���|m������]E���$^m�Ca�B����im��c�Kn��p��ƧWi#��Q*�>���@_��N�-MFJ=2�\"�9*�4s���/�(/����z/��q+�s:������Q�����A�ե�
�9hA��ۍ1�^���
9�Y��}&J�}~�����S�?��;C���Od�5"Ro��oa�-ȩ���W�������@���Y�:�:*ǩ2�p���	���������5��$��eendstream
 endobj
-2649 0 obj <<
+2701 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 38
 /LastChar 122
-/Widths 5445 0 R
-/BaseFont /ZYBGRC+NimbusMonL-Bold
-/FontDescriptor 2647 0 R
+/Widths 5531 0 R
+/BaseFont /WAAPZH+NimbusMonL-Bold
+/FontDescriptor 2699 0 R
 >> endobj
-2647 0 obj <<
+2699 0 obj <<
 /Ascent 623
 /CapHeight 552
 /Descent -126
-/FontName /ZYBGRC+NimbusMonL-Bold
+/FontName /WAAPZH+NimbusMonL-Bold
 /ItalicAngle 0
 /StemV 101
 /XHeight 439
 /FontBBox [-43 -278 681 871]
 /Flags 4
 /CharSet (/ampersand/asterisk/hyphen/period/slash/zero/one/two/five/eight/colon/less/equal/greater/A/B/C/D/G/I/L/M/N/P/S/U/Z/underscore/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z)
-/FontFile 2648 0 R
+/FontFile 2700 0 R
 >> endobj
-5445 0 obj
+5531 0 obj
 [600 0 0 0 600 0 0 600 600 600 600 600 600 0 0 600 0 0 600 0 600 0 600 600 600 0 0 600 600 600 600 0 0 600 0 600 0 0 600 600 600 0 600 0 0 600 0 600 0 0 0 0 600 0 0 0 0 600 0 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 ]
 endobj
-2442 0 obj <<
+2469 0 obj <<
 /Length1 1630
-/Length2 8659
+/Length2 8814
 /Length3 532
-/Length 9526      
+/Length 9681      
 /Filter /FlateDecode
 >>
 stream
-x��weT�ݒnp�$����;��-H�4M�n�%��	��'�kp��p��͙3���5s~�u{����z����O���T�Uԙ���M���`'&6fV~�����Q�����tV6�^�.T**	(��	d�4q�����I������LJJ����CA�VN�ZM5m:�Z���L����D:�,�����=�vz�����'+ �dH(���*��he�42@0jbPq~i���2��t�{(�����l�Ӛ#���#����^€nf@���B�@��/���#�jvz�'{�lf�l������_A��/v/�������q�dU����N'+�?�A/0���������OKa/4/��	�p�9��e
-��!�&�/�_� P�_e8;�������Z�@�m���/4/�v�}�K�&���_��y�g
 'G��3*�KN3��ܖ 0*˟a�[��X���;C�����mퟙ�{)���l�0Z��(�;�����Tf����o���"�E�������9��������ζ�J&v/��%x�e�
-�?���	��qp�_a&v [��&�_���|�
-�:��l���E&6vfֿ� Gi��\�df�0�}ٳ��`s ��h�׶�����a2����o6���_���x]1	e1i�����S�e�4�!@���V�7���qq{7�'7�������	�ec��o2�E��ϵ����gefee�|���ϕ��H�����L���	��e����6s�B_4����4���_c��P�g��>Y���:U�g�����`���R�Q���;�7%t����CEs�(�S���>�qS�~��ϖ�=	x�K�MAי��L��ð�b�#�@;��dJa^��Ukk}XUͨ��d���|rM�G�����7��,���-�5�p+����w������m?C��$b���B%��A��E$��Y�ư[�E���m�kq,}��	o�?e�4G�NS�ۧ%�+C��(�Um���*��ms�;���
-��_T9���oN�lyvD�FK�J�E�༓��-�_e��^=�?Z�:�6oDƾې,����'�Wu��޽n��I7<�Ee5MӋ4���g��SU��
-�e�~i�6�����{� rZ��Fܟ�� �|;�;�O��E	-�G���:�)\|��p�7�8�S��N=3���Oۓj\�m.�T`ZS0�@�Ć����H��\tt�0����KwY]6��;P�,(V�R�r��T-�y%�(��ݝC��8eK<�7�Z��o�M�Θ����8��F��v����b(3�E��$��'���|4�a�Dž+h�c�:�w{�@S�y5ڧ�(�(�raА�^��
�1@�dBj̼y�'�6� ���
�;T�q��Yq�-P�(W�"�v1|�u�a߬�Bro/0b��4�m����x��G�*o��J��~��m�g>�K��$mF����S���6J7%Q�WU�\�&�g����X�e����@Mɜ���΀��i8�GœUޱ2�t��
-,y���o>�gI�r)���9���e�}7s����aUD�1��Q��|r���F�x�v����Ǎ/R�Bl3+o��~E끸XKa**�-��/�߄�1��3�G���6u
-��/����ow����&w24���ã-�@�ty i`�h�an���&FXD�&�pi�S�!#V�N�וҧk�L�����\�zZ�(�U-��i�@A�IG�ާ�
-�mݽYҹ�!�dvM���6��Z쀑vmg���s�U�ݧ���l��x�.�{����	�N�������G������FX7�U�C���[�!��͹2��ʱĭꯐ�N⃬�=5Ώg���H���:��a(��R�;��9A�Tаh���Q��=Q�/j٠x7^��;d�w�7�7��� ��W����
-d3���p��D]��ϲ�*ϙ'r
-D���e��Ɋ�q�f�b6F�Y���a*'!�ד����A<�#ǿ%��|���K�����;r�L�c�.�)� s��X�/�u�Gᵨ�n>��};���A�;��#��}zӫ����ƕe�O:�[L�:�	��b���V��L�T�����n�5�2;A9IB�==��5�4PލN�/M���U�cu��#�m2���_��"�8��-���.m��T�7Fb�k;Q�XX�5��Fz��zwqU[Nw>��j�[ۛc}(�h�����i�
-��y�G?8���L�r+&j���3h{������/�M����k�v����R�0X:�n�42�"��ٝ��ؼ)/
6��vր+���K��~ϧ۶� �ܲ����aG�V�>1!����"r��8�3qX�X'O
-���t�G^o��+�Q�6�^��|X˷��[p��%������Z��\�ٳYh�4��F<_m",
E�v�`��ap��n{�o����>�e�Ġ]�����j�V<c�45��k�#���*�"��\՛�A4x�0�Í;<���f�%L��F&��s�w�W��4>�{���F���lCW*�>��V�"�5��<C�a�Kű�;��?j�x���'c>D��ӫ~c/ {�o����Bw*�x�?a�.�7�C<�Cz@$
CRWT۫�'��	A`����y@ʣ�S2�`������|N��aЕ�k�FJT,�\b#r��:Oz6��gKP���r�D��kÔ������ �+'9�t呦JO�Jn�$hJ��#��.i3�I��;��ˍ����䊕	��+���_��aF��m��r����j�N��'��ca�ַ�"��E[�a�W�P@L����G9��<ql���L�
-���F���޽{b��6�o.ם����
�w�ʲw2�)�1%#A3s�z8��הX�J��c���x���c��1����$#�5)�h!S�*ɝe`��b��D�d�({,��2mB��2@v���>1�YB��V��h���g)^�$�O�
-���HLJ�E%@(����]��:�i���\�I��8�(o��&=�o�[JQ�3�-�%����������:�B�i�J
��S}ӑo
-Ej�x{���7;k���~_Jm��J8o����D8f��UJ�O#�u�u�<�ZY9����J7	� �<^�h�{�^��D��5 Q��Q����p���ؑ�Of��Į�}!@V:�F����ԃS�:l�����[�-����J�%O��y���@D���
�����;�e��ݪ��]��i�ȕ,���]�_�s�m�<����	"�mѠ}�G�N�>0�9t[�h,�,G�4M[^#!�>U��n)�"z+��	�U��K����t�<f?�'���>�V�N�W�}��=IثSK�'F��L�~��<L�+����',�/Ѣo�p2�ʹ��`h���h�۱��z��
-��T'�Z���ʑ�|ź]����h����l�+���\*��VP]���:cf��jhj�3�p4�Ϟ .FO���\���-_�ys�G��VN)Y�4���٧A�-~>16����,�V$�>&s��7�s~ӗ�$�^�Ʋ�x�0�xQOU�K��.H�:,er��E!PМí�q$��>.��cz ��ڪ����M8�`+Q"ͣ���[�#�|��dzz��r>�Za��z��17�j��i/ף�m�c���v��gR]���*"'�c�C��ӛ��0�S��@�� ���P1S}I-��aQ�f���ɂW��^���
X�|]�����]]��ӌf��
������S��>]AU��D�nM���+��,�E����i��n�8z�?I|���Y��̤�h8x�<��?�_�y�pq�}�1j�w=�1L��1k���ٴst�O�;>���p=q�|�Ɋ�K
-�Xi�k�۶�t��\�5l�p�,T*`��`ω^"m�H���֚��RB4ͅ5���
-X�&2��'w��7��&x���E�P8($!	)�����d�����ɛ�|�����̍���G�^�����|�ﱝ�G��J�ε���4��;�ȗz����,[ȑ��xh4���ݻ���ipT �z(�,��/�D���)e��C_��/�Y�J�W�X�Jke�8z�fQ�W��,�X�S��%�u�H�׎W����Q�Ԩ�".�G���~L͉�/���n|�X;�����īQ�}��g\�4��Z��>�����UM�I1H/�D�Zd�䖿��X/�=���5N��M�n�>k���W����<c��5@�3�/GG$���՞��B����t	Zme=W���K���j>Nx�����:�ۋjpŮ�p�&�y3G7��Cy!*-'=$>��MYN��t�ͥp����2�y�SBk9�-b/�8"Tn�W��F0��xZ:N1��>�6l�C����M�"Ènz�+D�B��P�h����zj(��s5���Ӡi��i��_[�ªT9>�J��嘌��$� ���Kc��e����ס*���ԟ��,,Z2�S�c��w��{���P�o�{C�TŖ4���яb��8?��*f"�k��	��h��K�"��A���*z�YHV�t�t)֢L"��…_���x��KSq���R�G�ͦ.�}�v�V��\ĆEF$�0������=U���A}Ž��%�-�����[4��)�!1�2�Ʒr1-�h�XO��D���ow2������:im��u�ȖJ��<�Ƚ~A$��7������c�2r1�Py�ʱ?��p�PЦ�f�rŋZQ���l�{�5��~���yp��Z�[z��q�Y5�+�8q�w�j~��A���Ll����ul�eE~��{e��d����������B^*����1S�|�*uy8R���E��!�0��k��=峬bz����Q�gtĈy,C����s
-�;!�}�l�͹�M5�__Wy�9��,��k��牸�f��I��@h��<dJ�A��M�P�������a��C![P^��f��t)�`�/��Q�����*
-{�������ԉ�V�������Z6�e�TI���W�_��,�g�,솥���/�3EOnd�8�� ?{�����r��qJ�ɴkg�
-�I5-���Lc�t95x�#&Msf��cn�K#��0W�9T�6��Y�I+��T�}�_��S-�AP��[Qz5�9��k��[!Gn�@DO�=1c�w~.�?�-ׇr�
���_�:w�1d
-W]n�:���Ᵹ��
-�?Cxs��b���,V����7������>�A���+�УJ5RV~�H���#~�끸�L���l���G�4��:u��>v����Cg`��jk��&G*2#��0�,���;��l<��[i��?�6�!jв�ξ�M��y�Y�>���ϦC���� ��O���&�'��ф�v��,l�!I�}��y~�Q��xg]��Y��j.�(��M��N]@��Ū@��x�~,W�9x�8R.8�̷%��j�[�;����[���B���&�QFU�A8��^P���Lm�1��i�G@���7���A�'�������m1r�~X�Uֹ��R��`-�w�`�E�ӏ}Ք���[���Tv�$�������|��7�5/wp/��-�c�f������IA�h����L�$ɴ���T��2;CK#1눯���j�6
-�TaG�߀ox���Q]�M�5jÜ�X���rIn��������0Z>�)��%h �}x�sh��Q��zO������u����
@r}_��ḇ�ZԆ1p]xS��{I^��}�*O)l�bHrHd�`:�d��bVoo �a�������X�o������]��4)�l���-监D���\��ʧӥ	��*׷
-����+Y�P���V�dS���P�#�t��hJ1�ZF��,�����/?��d"VL�3��݄>�x
-�[�Hz루�46՚�e|�����f }�k�s��n���k�SI�Y%7�_o:�r4D�G�*�@�E�*�R��y1Ɇ�3�oڈ��z��w����\�l���@o���\��a�%	���Ab�DU�ļ�� #+R���_��]���s���um*b�,a�s:B���%������d��x�:9�
-]��1Ὼr�;�J����}R����2����G|;�{�C/���k�۾3�N5�1Z���(��e~��Y���j�'������Pg��T\,�9�-sBʢj�u3�u��o�4:
-�]fzCa�u�a��N.Sa0��zc?n}���]��
-*�8��P�h��D�C6��c7�n��䕌�6z�.˷��}�L����m7_]3����|�.��Of�������-e*��G�ot��,�s���y���bعQ�����@�ڞ���634���e4�9|h�	�e?X�.���y\�"�{a��j��܍�^�6z�}�d|\|�]݈"�����c�/d8-����o	�=�.4�s�|�%�D(3CTv'2�xh�a�Gcf���`W4�4�ۑ��f
f�:�g�#�jI��B�h_R�ĕe�#�ň?od��)��G@`���8ҿ�Be�|�ϑ����^Ҋ�k����;��J<V[�^(�g?b��B����B��R����K%���X��W����XK�4����C������G�~��1���IXU��`�2�8�=@�H]�<�~��͌�KV*���BFEڠ�T��;#����ui0�}�l�"|}��ɦ_�Ul�0�yI|^3h]��Iջ�A4lSX�������|�Y>�[C�T��Y�u�o�?���b������O,,�#y�����j%o�֠
-�e��ȹ����ϳ���:{��^kW<�@m��[8m~x�Q�i��*]�L����`�YW�� ˼�H��%�7���m@��r%̼>��u~���	a�ӱ{W�:�i���+ځ����6��HC���F�pf%�j~�C�)<<qS1B�R��Nw-_r@ͫtd_o��e�����9dWo����Z�%�x�G?dq�ņ�dsU����m���=��H�U����k�m
'�[��
٦����|���\*8�Q����C����+a�ha$������a���f����RQ�����2�d�F���n
�X��=�0%��(I:��Έֲ����$��
?!C��C����}K+GL
�[��DC.7��e��@�8�q�j������6�7L˥�G��������I,oؾ�V�ӯ}ݼ㾹����&���z��bR�&{�T�:Q�Oza?`�r�5��\�y�i��r�R��ݶ��ࢪwg1���~$��Y�f7m�7�畁%\X�H4I�}�80шZ�cov��&.:�
��ļF!��\p��@�uvm�,�I�����QDŒ.B�t0S9�t���<K��n���5�����=�%y�.&��}t���N]�����=h�υ|�����~���124��uꊛ�iA?^F�*�K:����Qh���"�����	��*y��i��4y�iPm1�6�I��+�+l4�V|u__�P=��J#�
-U
-�nw+�b���[3�ģ�ɗ�Y����>���K�F��v�s�Y��7��/�v�^���d���x�{�b]t�Z�UJ�<	N�o�M[�C�]=z5�ܚ���P�؛�>=a�y&��2
�Yp@��T�R[���jd	�E�Q(��N�0e��i�)��k4L���-]�>n�m����E��%�%\�<Pr.�6VZ�/ī*��^�Œ����Q���f>��?��p丬t��D��3�}�<7A�թ�������Y����g��"�dܴ��g}ݔ)�-�A	êf����*}rҦꋼS�� S���o�f`�H-�Bj>x�28��J˷�ԌY�e�
-~�����)�30�-�h�2�;��ץ��:��~�h|%�ٗ2�E}ᄋ�x5�P�M*5vl��ђ󬦻���I'P�*&�NȞ�{�i�QSԣ��S�����sSp<�-�sZ��Sl�l���̍��!7�N��U���hťYpNU�c@���a�:��7jp��c�����^�̨��F{�^�g��E^���-�gD�W��z˃��~�?)�΅C���#N�Cd��6��k��U�OP��ElE1F�'y�px�����ԃA�r0J�����Y�ւɄp�إs���Ldu2�p9Y��+�Wox�>y��>_x��ÍY�ʁ���ӖJF��	�,�!UZ
A���a~��藳��'C���}5j<�Z���B�{�����5NnEL��b�7��*��Ƹ��&��x�^@�ՅL�)��sl�]a��~��g�K�����~0�	c�f�$	2�w�]4�m��ާOW������/M�h��]�
eL��j2�z��i����Bpf$����2�)��ԫ�o;��03M��AS�08JgUa�{i�#k�DC���:�qQn��<�����Gi�5���]��M����;�e��G�=�BYwZG��	m򧐦V׼י�0�$�Ņ���r����yX�-�
-�j-�>����}�(E��+zO���������,�XeMx</���x�8���q����1`[���,��B��Hӕ<��+�}�9��2�- ��%s[���;�_�E���c�,���+'nуf7JP� hoڀ��x��]u���TWl_C��i�=};N���rKDjy\���Y6+Q ��z��T��䟳,�45��W�E@QGx�3d}�)J��[�U���U�3Y~^�~zHwꇫ��Lo5?���:?%�<G$sDy����v�Q@���;�S�i��]�
$%C��r�3��1XiH<��\
-��
-�������/���Dzp-U��8�Q���D�Ju3y��Ѵ��Pٿ	�\��>��X��)���P����-��-q�M����~SūQ����b�L�z���I�k���|�+��BL-HE9u��M�۶,�����4�$)�#+4�W�?=���}܀�0N�O�SJݲ�!�F��H���
G9<�H��:€N*��z�y��>�r|��,jNV���x�x�mr^����x�1	����
-�oz����#��Y�ψ�˗a%Lsb�7�y�\;�P��v9�J�iQ�T�f�|���p��n*xq8[�V.4�˙���y0�]bs� �n0�P�/�C	�Q��F��K�Y��4uzz��X+ܰ�e:�w~*�aH8ˀ��Q9e�u�\x�w~!2&�O�٪���q��g ��\�>��P�t��r	�H!Ю�2����A��^����Mt�Kj�����D�����Ƭ�Nq��R���˭;��Ïj,���Ϣo�I�M�o�Y��(��i�A"JL�"�C9�R�3Ĝ5��א��>�-�6?��Q���a�s�C����Ȋ���!�ō�9K3%���ɣB��w	�6vʄ�+�+�X��/��O����-��dog�A�?b~�endstream
+x��weT�ݒ.!�K��������.
4ҍ�,Hpwww$8���C�\�}s��:w~͜_w�^�{�������S{���Ȕ՘D�!�@)ؙ������3uqR���T��.J�� �+��DE%�4qA�&�@~�� 4����������{G���3�VCU�����?.�S� ��N K0����h����_)�ǁj@ ��
+����J�:2���ZiE
�4t4�(���b���N@:��`��`��������%�08��@�a@w3���`t�99�>@N�KG���8C� ������^���
+�w��zؽb�d�'g'3G��3�5�����u:[�8���z��WOs��˟���^i^Qg�	�tw���09�ۚx��~%�w�U��l��
+�@KGs[���+�+����g���ҽ�����_ѐ�������ւ���5���knK��ϰȀ- �6ֿ��.���\��mퟙ�{-������-�X!ί)��3���}"�$���o��'�j�_���<�+�����������}��^o@�瞱5q��k\��W�����	�WG-����߿�2�&��"
+�|������o3�I
+�4W9�Y,Ll_��/���h_��k[_�XY�S��ـ����7��k��r�U<�������w����:	���@���R������������`b����px��|���Ѱ�s�`��r�2���^������_h$�f�?���l6��4���\_5����6���_c�͐� f��S�S�k𲿍J��v���l_\�^��_����Wn�T��0����1{h��-K�3ԍkK�5	x�K�CAד��B��ð�bX��z��u�C~
F��UsgcTEհ�	�x�����Ο�5���=��Yr���(����#����[����o_/`{�	�� R	� RG�;d
+�j�{�3lA��F��es�`Y�J=$~�H�Q��b��~��ۑ�!��(�Su���&��=_��s�g�&U�����&[�}���R��ga��>ɿ�6�n2�o�ӟ-˜ڷ"b�$J����T\�y����[9y�
.6��fi���u���}���Z���=�'�؅��jy�"d!���bM|겏���k�C�x�O~*J� ���/J�L4�_U��S��D\Ʃ�Z�^����H��zJP���f�3�˛g xa8n��T'fo/9�MQ�~⥻�/���E6���Ѡ�w=W
l_
"����!LG��#��R�EvK�m��vd7��Y�F�n	I�]�jq�Q/M<a�n��WC��c��P5MHlm���R?2���U^����4"�U"��	*
�����{}8� ���wc�����L�h0��a�u�.ݭ�')�:B�e�EzN?�:5�oׇMf�{|-0ds���~�}�3<�=�2����QBT�k�}��D�mj��I;��:�V4Mگ�Q:))�p�*R�
a�����h�o��ҟn��P�{Ɇ�0�v�q�Z�ĪK���ȳ�e�l.��ɒ����r���a�ş�yI�H��*"D���Q��|����L�t�|���އ���p%������~��n���TD:&[{0.���9���1�]@T�"�<�p�z�}A�/
+���V�_�4C�Y�';VAG(r@�������6A�m:t����m�Ѳؗ�cF�6.��ղ�o�W��t��#*W��I
+v�u�o� ˌ�R
+��E5W����<�������h�г�]����aC�ƞT�]��E�h�O�Ca�ne�<����{����{�TvÄО����7`�*��nn<�|q�"�V��~��?���j&w�+�/z����T9�/�|����}�#�����$�����g��v��Q�P�̺qә�#oj��xw^��R;!����{	F?L3�i���j3~쾷���*�/2�ʿ3�d�	�x?�K;)$��x`&���l��X��_B��B�f2�t*G�yR�2��Oo���}I��I���]��1�*�)%/}��� �u�Gὤ�a�3Bs�a���E�/��3����
�
���%�QM`�ҋ��S�6�aB����1d��� ��`�L��6[K!���Y����1=�a���~t�^Y�.�Z�.����YA<��63�8�Z:�uni$uvY�g�|x�<[�]י���ƃi\4��������J�˩u#��r��c�D�U���H��Nh�����8���
�v��QK�����)��v���t���ڵYd���"�|�`�������FE�C&%(�ڞ�[����᭭�F���5��(:���������8Xq��E=�{m�I��vPTޞ�X�ⱈ�*-N�B��<V�ًB��8�E�������
ذg���Zb!��j̪��y��cw���F��\���y�)\�x��Dh����>��X��,��[���/�=��D�}�
+v����'�G+��j�M���Ղ}�	#ٱ2�0���B�~mF&�x���q}��2��Ձ� z�\���q��W� 6}
+�0VP�����y���0��t9����J�%�{��]��S�{�y�gb>FvѫT����Y=���Н�1�x�M~��]�'�'9"�zC�T�8��'��c�퍋��G-�h$��Y�ώ]�S��-È%5����4X���F��;Oj>�>����}����y=����{zN/���
+Nr�ٚ
��FQ���Д���=ui��MZ���i_n���$��5W��p��V^��w޲�Z�\���X!��7�yM�ف2��c�t���K^�H�қ�5wD��������2�8�%A�Vy��LC�SXA��Q�-��'����W�Ά��#������{�ZCh����j��՘��w�����J��!b�H�ԓ��1����$C�uI����{+,�~�U"��D�dW�(�Or�V���^9`c��!��EB��N��x๪Wn��Q��@�7��c��R�#�������&�Y?�
�ik�$jf�\D�{)�O�{�2D�L1�@���!�<���~:�2�*����c�*��M�;�qNv���!�o�S�>B	�6�ܛ���p�T�r[��̟�WR�llb��GL4�+�/D&8@�5��t�H�'mX��1
�\�,y'vg��Z.����\	��M���0��c������>+ފweu�L(�]��_*
G�B&m@��ɤ<�-�4�	�۵i����P
+P��u�����}�M�c��͘��?�@R��z��<�䎻*��)^`YҶY��q!���얲)"r=��J�XTu]�/ex{�1�x1<q���y�{��dx�=��Ȉá�--_��2�%��q���hn|�.��>Z>�^#G?($�aftUr��z��G���Cvٍ=�%ߎg���*R�1���‘%Q�@�Y����n������/���\.9��WY���`a
�ii��3�v2��ʞ&*AI�vļ�Ÿ��\�yw�K��ZIj_4��i�;��}H�_�����ƶ��$Z�$��t�ER�H���`�(���ey�4a��14���f�3]��/lT��=�.B�!�=�[��D��}Jd���p��U�5m���w�YF:	i�-~}y@<1zz�~�H�C�TY�'�V-�V+�
�T$��,�9�z6���kE}��Lj*�P��wOu�}�|yw��1��\Y�H,H� �a7/L�TOB�9sTİ����l�;G�����,`�!ItU�Ȯ&v�0�Y�Fp�����+��>zHWP>�`��^�
��7Q�r*^�ȜO!��&��xKz��/���]�"C��L����+��#1�
���&��G�=����b�y�NN������|����C����{��c/V�XG��V��]��ە���s����e���N�R)8b->�΄��R�Y.���Z�	�#�n��L� X�?���p�L��}h�8�F؞��7�3��[9�5��@��r��Ӈ�q\+��M���9��U��������|��Z�6�1�B��v�����O���s=�9��9�O�#F����ӂM{�N�DǢ�r:����p���j<�����%�v���kNG�[�J�d�>����nѐWjl�{���Dv
m]9�����wR 9�o�w�9jMc:�i��ݓ�}OK�Ĉh-�yp�q�UUc�GGۯOs�z���T�iR�Ӌ"a��/�Kp�=36a�m�e�&��M��eMq7�n�O�-0F��y�h�5��Ax�,Tɛ(I�뭬6ws�?Q-�	����������Y��1X�I��������U��PY�D�I�`�Ǧ�'��܎�H��@���/�����(�}���kL���kn�,���f�R����sVi\e����
��V4;�,C��yse����{~��Z�P�~��[�]��-i#{Vņȩy$���SR�p�h������a�岋[@^���^��Pb��H�oٷu����}{<���|�4[�$ʶ$9�N�;6��Q�71ӡ\S�0QxaN�{��x�Zu/�P.Bs����З����W���ϥ�Z�\�J���1�I��1��z�u��vҔ�µ,1�S���<~$�,a�}�t
+rr�-%���lݹ��|>MQ	-�i̐^3z���fL��zV�Mɗ������-�f댵���]"[*�S�������t�f]#��q�O%����� n��BA���73׫��
+:��f?����
+��.C�b���?��wh�&\�����Ɖ"�w���׺	J@7k��RV��yԔ�cJ�PCM��Ҕ��R�lw��j%L�2��Q�ɽ%�h�XB�m~�g�~{�%�e-3`��4�1N[���2tyT4>�0�����6[u��𶧪�f���~v�e�f���y���-�N�з*QЋV����ҢR�U)
+p_lr�T3���=q(|���c��:>_*��L�,�B�s�g�����h`�����h v�=�a!g�\�I�v
+zW�o����]8���ق�Q���4�^�I߷b.łh��!�	���of+߷��HMY�P:̤ݹ���V{Ψj��HVf)�˪��0i�3D�r˛_BB�ݼ~"iv	�ϛ�X������I���Z�����T�X�?|p�f��85
+��w��5����ˬ���F�%�w�!S��b����T���ƩǨ����
+���k�C�Tf��F?�0E���ep��h��i�}�`@�*�PI	��`ES[��'����	�.�yݾq�I���a?NW�B�n?|2�Q��Z»����''	��
�
+��N��1[O�+�/��g���-�������{d���!;[zlڴX�-rHs�O�h�A{:�P�>ى�֡{�TZ�D��+c�
+����&g��/c�\xQ�۰ʊ�=:����5�.E���X�s��<Q�lH�oG@g�*=�@gdo���u�I�h��]V���{N��(�U�Nm����i�����w�OT,��(O\gw	���C	B�^x�U֥��r��H#�O�H�E�˷C�����v�-*}��b��F,�e>�Ԣ;���"x�ː��=�{�f���;)��Y�ܝI�$���P�E�1C!��}y,f
+����m��Nz��X�A�g�.ɕ�4_��1�ř��P3�����En,0y`F*����@���"AV�#��^w����#
�����]��ѧ-@rs_��h��I#&R�$��s[�2��\��
i��$`)4942y$]��y)k` ��q��=M�]]��=��}�/*E!~��,	�L��[�wc��-h�x5/���F��Tn8����o��Yx�#��ɦ�ía6'�LG(�є�V�64��,k�zͯ�[;����K�����P,L$|�U�Z�MO�2��?�bu�K������8U���f��p;�Φ׌���k�"PE��
+��RJ�|�GX�����J��5$h�޹���]������^�C�X8/=ȇ'b�kI�4���@i7}X��U�h%a-3o��ЊD��f����W��;����MuC�囮���0��dq�þ���r�E^G�j�^ʵ�ϛ���oK�����}S5�5�2�H�W���������7�ꌘnS�1
?�KQ��Shb�2c+�4�3uB�dֆ��ZZ��:����}I�ʜ���]p�����S���O���R�o�q+���T�w���՜�θ򫨮�J<����;��!�ΐ
�c�#��������@	�g��n?�<C����u_��i���$�{�K6���Wac�b[����y�V�գ�٫(�u"�똙�3�A�V������5��7_cfX��3��x„9LX�1�u?X
�.�����juV]a��Z���{%݄]���ؙ�70q��vMc
+��'-�˧Ť��C%�ZG8��W꧹E~��"�����ә�<�Do��c��1�ۑ�Z��Hο�f�do���1�TX��u���W�Ēak"�B��le���%|o�ۯulhߕ6>�5�*�#I���LŠ�{��f�'��F,VK��C��\��|�h]k!�BϢ�ʥ�r��83.Ǎ~x�!��,͹���Q��>�䱣�	C����l��5�g�"�?�;<9�=��}����&77/Q��V��rL�B9O���T�ݔ�cP��H�o�8Ӷ�\����s`^��r/kdR���`��r��N��H|�Y�;�=٩�ͳv��q�>��ϣa����L/.�?I�B5�wS�KH�smd�r��,�����x�H�U8�Fj��_8o��(�0������%�~#,�oבjBx�e^y"A�僕�J�5,�d�z#ļ1�;�bf��F�gh��[�s/kp1��*w��Q�7�Dj)���\MQ��,�o�(�}��t�Ԏ���t��@�^J_t�j��'�ӛ��C�'�]HpeN��'�C��0$����^j�"î�5Ty�y��,�s�TQ��q����@����d�:O_�I鳠yb�/���!�����q��V�PrYM{D��6g��Y|�@����>����Q���4pv�8��&a������fp�.�\ބ�A� �wr��&�8��3��x���nD��*!�{!�#?۲җ!�E4���{�̡��گn�����B�_q��4�"��8��y����:��~�/|b�<m��͏: ��ƵM��}�[Ha�h�WG�;XB�}�����M���O��a���`=@��f��e�bE�I�q&�|Oy��F���A9�v/v6\T:ƽ��P�w�0������^��T͖�ܑ�^g���<P�T�^NY��
�Fo���+hϑz �5�������/H�^�$�%O���i������8���!�&��Wm�K��x٬~�S�ԅ�T��\��b,��\��0=O����e�0�,�ea�6%r�'V2\���;�p�sCt)A��Sn���3��I��yjc*:�^�5�P�ގ$�c�ݝ����"�-r@��3��\b?�$jK�r�}�Hr���v`�dR?�Kx
+�9�%�'ާ�w�)���Mt�
�;զ�i?��~�#�zBχO�U�x;�,8��|����;<�~�t=����*w�\Xu�a\���|9	��}f���=���Ŵt9V��#�{�1>�غξ�b\Hx�G�5�&�u�Q0K��t}sկ��@Ԭ}�|.�釘���G,�����9�L*�����k�"Q&�v�ӮYG[m'�p2����
�XN��@%*wp����W#,�O��}�5�`_��ڑ!��=,3���7F��3x�)���e3�����ZFR�Z�W8�	���tt߁�����4�R���=2\�?\"�����5V�����9sw�Zz8��nafÁ�}��tM�p�դ���*�i�.���ؒ���~��3� 
f����E�60?��m�Եɶ��r;WKg�����ə߅�Q��[���)�?��9ۛ1�O��\N��.��f$�i�u�<��H��l���Ix��}>0҇�v��G{:R��64�V���TM��5��Ff]����a�w]�6t���z��L?�����ab�M1���x^�{�KS��5H����Fһ��A~���`^�K�Gt���q���!Ug�^Q�����=��
+T�xLB7?M��GgI���������ԑon���bQ �>�)���&h�/f?ݿ*�&l	8��Dw�H��~)��O���
�1B�c��8��~�0�����;�Vyz;¨�V-�f�
+��7��ae��5�1�?�x����
�n%2;L���LR�,��8Kc��'XW���Z�|UHo���!k��m�JQ��!�
���a��TƘg��٘r�5 ��l�[���REt"�JS�OZ��p���+��OT�0��^�G�Uۓr�������k�~�c����2�/8�����!�ϤmE�*��/�I��=�e�ռ�Z�[zV�h��|�Y�����NG(a��O�KoQ3�課5�g7�+���4������H����~��g�B���ڶ,��$�Ѿ��655�o�%��u���B��!�|��MAJս<{N�m95"Ix���vՄ�ϴ��*���;^?O���G��jm�H�?�uaA��U[��'�
+��|߭���A�Цba�aq'�i���:jgǔ��ۑɍzb�,����.���P���F���v��,�މ(��@5W|[�Q�p���y��aA8d��#
+ug¿n���gF��9�{+��DW�$<��J_�PL`��K~�+Cyu��;Ds�;S|��K�O�
Tf�6)8蔯}��
����MƕA�E:P'#Y���@�3�,���?�t.d���t�>�����F�d�lK�t���������)�We�a�yZH-��w)��*�M��i.윳���l�ml�%m��?�� �?Qn�o���S9G�I{���v����������c��;Z����)�l�`E䴡"/��b��C�X��Nz(g�����e�e�����!g�nz���x��BHͮׄ�
���<|ܐ>�S'�`uw>��P�>#v�ѩ���T6�<��r(֠_2`>����a\c�O8��mgQ������v�B���X"���ݱ�@��g����H�Ch$<��"���/&}.�H?֟U�c_���<�9D$(A-
�ZS�Ӫ��v��֡4�u�=����)16t����M܊+^�a�ro^��N7�r�"��zV�$|&�� ���q�z\�
+�,���q�%�!u�2�=���k0��me!��3F�^���0a��`��97e	N�	\�H����N��q�� E7L<a���w�c0����)�Y�3����[���H&�J��j�$��8kom�E9k^���0��g9w�.}^s�`�y�!Zy�l֑��븭Cկ���R;�T�\�٦�빟��(��.Cз�{�Te�������S>�{���Y�"�
+*�o*&�����A���O��M�!v&�6H��A��endstream
 endobj
-2443 0 obj <<
+2470 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 36
 /LastChar 121
-/Widths 5446 0 R
-/BaseFont /YACOAF+NimbusMonL-ReguObli
-/FontDescriptor 2441 0 R
+/Widths 5532 0 R
+/BaseFont /XCTJVU+NimbusMonL-ReguObli
+/FontDescriptor 2468 0 R
 >> endobj
-2441 0 obj <<
+2468 0 obj <<
 /Ascent 625
 /CapHeight 557
 /Descent -147
-/FontName /YACOAF+NimbusMonL-ReguObli
+/FontName /XCTJVU+NimbusMonL-ReguObli
 /ItalicAngle -12
 /StemV 43
 /XHeight 426
 /FontBBox [-61 -237 774 811]
 /Flags 4
-/CharSet (/dollar/quoteright/parenleft/parenright/comma/period/O/underscore/a/b/c/d/e/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/y)
-/FontFile 2442 0 R
+/CharSet (/dollar/quoteright/parenleft/parenright/comma/period/O/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/y)
+/FontFile 2469 0 R
 >> endobj
-5446 0 obj
-[600 0 0 600 600 600 0 0 600 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 600 600 600 600 600 0 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 0 600 ]
+5532 0 obj
+[600 0 0 600 600 600 0 0 600 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 600 600 600 600 0 600 ]
 endobj
-2166 0 obj <<
+2195 0 obj <<
 /Length1 1199
-/Length2 8648
+/Length2 8891
 /Length3 544
-/Length 9477      
+/Length 9720      
 /Filter /FlateDecode
 >>
 stream
-x��zU\\��&�-@������q	�A��@7�xp�\$8���	��-�pι����9o�6���a�U_�WUߪ���_�i�K�af
-g���
-T��̜�4L�J��Kgy��-�	�3Ť�״��B���	�r��­aPiS�����3@���
p��B���5��oG��@����P��!����'Hf�l��5���m�!`u�����$�x��3�`��֖Vp����3++�,\����3���4���
-`xZ�@la�d{���@!�O����U�0�[��h�d��qr�[�B�lNP����X(X
-f����I[;B̟s��'
�Ca�P��,���?�;�sjA��!���
-x2a��f	����@A��������[q��Z���'����
-���,Lm� ^��������wt�xy�����arq���p����H���d�X��W6�;Z��@ ��������aP[������A����z�Z ���ߞ���'Zv.~�;��/���OA>��f��k�U���_��C)���j�I˿�r�8:=�*����f�O~��`����O��������?���9�����_���4q(�P����������ejgm��q�����B�����%����;�_Fk'���f
7��kv������������O!|\��iZY���B����O�WR�9l
�h��F���o������N��S��{�!7�9��4�\8Ц*���B�ҕ}s�����3
/f�-�:R�
-��ϔ�9���j�Vb_
����c(e"�]�J�p<#$
-"D��8�Q����4v좈� O�ڕr�;~Yz�G/&5L�#�yq���㠊FI]��Cug�Y����HU�����d�4��?$K��n��QA�����K���t�$��d�,&����g~���6�[��&�ۊ~�<>#���j��c�VI�T�
-����]�R��|�����⥜�Zfz�M�ٻ��v¹�vT��x��G�%��
-��������L���H./0, O�>O�Bs�~c�2s����零�l���"T��-cbm_��26�F���-��1	��[L�k
-����܁7�pp�q�Q�TV��u�|uZ�v��&��/�㔼%��h:l_���K�2@�3�p�@�2Q����u\b���6;�lcG��WN+,�/�zI�-�S.��9ݝ4jX����s��~�㺥s
-�ZN�8��4�`����}��
b(���oUq"o��R\�3v��b�>z�v.���=��d/а��i~4tN�%��y��tu%�ȃ�.��x}R��
 y���7c��t�T6�5��?.~'^�!�yD�9�ϔ6�������5��~^�l�r�k�+�&���P�
�|�EcXU2ڄm��8cW!ۈ�E����4�;�Ib3��+��ݘͳZ����~|��ʗ���%�k!�|p���iK�����h��#�6t�Ͻ-1u����^�s�sq�`S�Թ����"�!r���5B	�>�RM�T��P���5��4�����ɝ1��/����]��rz���y�ac��d�Ǐ�Y=st�鯏���SO@�i�%p���f�Q:�f�P�E�?G��|�Y9O�ld6S�dkԏ
-H4Ƭr�0I���<hffŸ�H�p�R7ԌkC��zԟf�����SI,��}(3W����%�:�MS�8hO�(�X?^��,�YS=O�ξ/57ӥ��or�7�Hu�T�,���&\8h� �FJ��a�"�Sj�7��n��ؗ%<���V�r���H=��q�Ș�ٝS�ҮՊG��<̞�S2�U��,p�"O�'q��---�	c����א��(�7����a�a�O|w������m��w=�vwѴ���D�_A��'(�8՟���7TE����tz���Ľk0���s�����P�����u���J;�{��;��u:ג�����إ�_���ۓ���A�|}rwɚ$��쨙f0��z
�B����d�hfTr��j`�T�\��tJSlN���{Xs�Z����;B^�_	���'.�id�\�m��tT^�T��%񵉫lM�mj��w�����a���RK�79E�6����jw�U�M�ϋۥH�v5��(��(���@�6��l�4�7��־)l�iv�8?��(oIF��>�
��
ľ�3�D���no�\���=2ܛ[�YY�$��C���,	땪p���]�/=�H����ᆟ<�(h��È}�,�.͌�(��8c~��,�����"_LZ�%vh0 oL�zrh�%�.r�� ���q~^/��^�hx��i�?����Dy��9��L(Ǵ<Q�(�f�8�-�G���vx���n��.ƃ�n8@�Ƹ���YxD��{+���LV�|�Ü�~�O��},�b\y����/!��<��Q�gr��1�,҃�J20e����=��1Q��B��꘺$�}��Z�9g����܋��[�:l�*]8�Ġ���3mSƏ3���'���܃j���Q�K���@3
��ߗ�{7`�'ĵb]&��ط3��>��w�����ز���:��!L���u�Cb��uP#{0B�\�4��Py�������GGE1tl�[x�
��}{�vM ���h�Rfp�D����
��tZ�)��ўԘ}^��T)�`���P��m!���q��uZ��Y���,p���)�8  [%)s<��y�&_��q���PLZ1��X��%Q��J�9	T�8P2�-�=Y�/�t4	
uh�h,ݞ��`��V��6�8�g�3F��O���Y��.���}x+�9P�ty����כm��hs�ɻ�cL��"DzƷ�m?ﶖ}��}�2v,ە����/����e��L.r3����&֙m8@u�3��������NX��Pq�œ��Σҙ~4�L��*y���q����r����b��
S�<:�q��iP�pȡW�gN�)�؉��A|n�F^���e�w��T�h���kL�H'�Ԃ��8[|�4m��~��.Rl��Z������X�-�=>��Y�h���x�X�EZzn�q(Yo�Fn���kIE�GQ����M-:փ���w��ъ3S(#;Tҩ���d�x9�ƓYSH�b�ΐR+'��)xw�I���ԉ���7���΅�λq��3C���:W�V�a�_L?=l;�"�b��Ԃ�nY�^ר̧e���l�3K�E�:�){�K�qс�)3�~����	`w����d���Ϥ3Г��E��7y�bNɉPjA�s�os�>}�; �
-��q�ta,kRA�|�J8{��˕n6�j��H6�U��א��X<������C1ɤ(����Y���4�۸�
��=8*��U�e�4ӠG��a�O�`/j3��H>�!~,���L�=Ԩ��� F��l��$��5�
����f��E���9Mq�H��G��8$N�+���U�fv�|�\{���)�X��B��L���(���?� My-I<��\��f&
Ҝ��?��
Q"���%�|N+��}@�#�=�1�B�����Ǒ���uQ��y�Jv�cU2\��_=�e�iw
-����j��ƾ��)�>���L{}����:/��w�4����T��DJi�-���h��E���G�:u�����s#o)cv�"2Z��2y/���w_m&���ntx�An���/\�ڿY-�m�91IM8��7�B�z�L�x�#L}���F�4a����l�hO�b�vzK�P�BL��~!R��$BEZ��/I�*b�y�9�)Uy�k�xp�(�i��r��G��Bt��i���۝�h��;�I�)~�F���C���Ո��̶&Ϗ�?����'ֻ��˰T|��h�"ZV�0�s�c����a��Fp'
-B����S�h.�ڵ�܋�x)�0��]�����/�����]��=nz�Kz�L5._$�X-	w��qΏ��������>4	�� x��؞ Ч�%E�?qe8��n8��ݲ�*Ͷ��
-�!���Jih�m�_8#(8�D�R��DnyQ�Ӈ�ijh��\���4�s�����Q����e��?��j$�'��PQ~+U
���v��@�����k���*�(7��Q�s�*.�&�3�Q��I����A
����b#Z�'Q�q�s�b���"*��]w:Vei���xG�|����7�\����9lc����pFE:����0�B���Z���Jb�V-�v�6w6��g�9u�W{�=��4�K���Ot��V&`��t�p��<
��P�;��l?p%F{Rw�A���F�s3Q
U�/yV[�S.V����%����n11�5-_�Z�߻ڏ˿[���bm�&B	���W�m8�p�}�����Fg</��֗��9����^���[͛���Y�j�|�b@��h���MC��;��V����D�nN�Cdz9�h����h?V���*h=&;4�s��os�2�@�z�~��Hߡm�-�+ΒP���*p�R!�n�㡄�PB̜��C��S����{.�B����1
n�]u��D�
-���d�2o�u�~�����@����|����V�H!t*a��,���6�hPmK��e�{��֥2P1�oR�4�`F�7H�L��k@��z��|#�X$��Mb�ew�߫9��y��2d�--��KQ����G�'�����1�K�2���ڑ�k��"��J��g	߰{�i���YߌǪ�]���CMa��ke�8�����)�FM����_^����h6�#���(�f���7������`�[���/�gˮ�1���,��g�
-��Ge+�"�o��E�m�vٛ*�zg����.�����	
-���!e/b �V��|�����;�M�l([��ph����K�ߍ�ݸ�R�fPu"j�S�3s�yl�yWI���!]�t�p��,��.unת�	��83g��=><�(\d�|�T�@�y���Z�;W�Z�[7����m鳩�|�����mwmn���;[iM��|{�ux��.aF�+���3����#�DŽ�m�}��	�������gQ�n����Qx[����T�j�dզ��m�u�"��K�`�4+k1����vc-c1KJ/���hmp�_}��=>�&Jz�i�H���RҢG�m����2ތEA���A;�Ѳ7"�X,>p�(��mn=;�V~,��30�������3�%��:D�s��W���G+�1%�"��V�H�6	:h��8��d�����MK�w���ݴ�ζ����C%Y9�o�8����N��y\�Tj_����7��{�6�_�Ę5�f��2f�B�R>��Z���j�h��m���
9�̬�����I��y�n������)�
��˗���
��[+ZY83K�p����Ʌ�;�$X��ޑ���V�G��by?�U�C��t&�D"�S���澮�K��?��cb�s��
j��;5U�xTYxK�#~�� ��p�%��,"�oSѧ(��KE�|1��1f>e�]|��-�{��kn��cqvI�m��Q{U��$�+��k��u��ywս�
�=�Z���B�	f��׸��o�Y*�z����|�h��޻��I��\�Z��8DxG`���K���m&�m�D8Z���vA�2O��%�_,t���52��Ix�������J�o2d�З���<y��b��Aׇm�?��z����#�_>-gUYuW�_ ~ ���lz�����js��Q�z,?����Q�_�ǝX�}MW�v1�&��C2rs')���tD�O���Sm�fxz�a�=a����-9�&NƑi�ᛐ���]�щk�çaQ���ҹ��?���fe�~���[ܒ���d��5�K7H�m�^Jx����h�.�R89��(�� oY�C���+ڰ:m�lKIS�ua��(�N*,��f��+C�����Z�*��)[#~�B�F��!j�E��_�de?�M�}��:�PsFRPe5~��[�k���nfc�-r�+4�gQ��%�^
-�x_
-�G�1��,��.EH��'�1���^ˊs�$�X�;_ �fJn����.}+���&��F�aM>�_��
	&�Xv����{��G��s�&m�V$��U�͎��9�'��<w�����Ҝ�RF��a����D�U�_Ę���d�;���p��޻���|?=�(��>�D},���+��%ؙ��x(���9�
-C(�L77�LF����[R�ZV%�1���6s0�̺!w�P�'5Y�S?����6J(ޏ&�N��ǰ@LQb1O�c��f�
l���r��rV�������Wu�Y?P5������U�v�w:�gKdKV�u���` z��`"�cJ9u�P�@~�v+�V�Aރ�B����&�{�<;p%�]%S1��V�3Y#A9���q&/��2<L���R���t��O��|�g��0C�k��Ȍ�W�[���N{sW�Q�P�g�OL)�|�{�wk5"E<��3Ff�dKg�+E�~�a��-{�(p����W?Xн4t�i0���R��,NTX�"BB&�N���FKA����/����E�~�P�ߤWR���j�j�{ZV�&M�xNEa�=�V>g~�"����h�7��T�"��r��׳�I�g�����׋��ꈠ�R?�w(�5�]^)Y��_\��2�j�C
�Ewd{���Iy5�/��R��dW�G>���$�2_ƌ)��f�ٖZ:�a[`=�W��`�y���Gw��,�}8��á�Z�*���Wo���|V�͚�p}%�V�8�N]amX�#Ӑ
���&_כK��Ddq�<��4�!
r���cE�����mt�'������c����]wvh�b\��j�u$�]�
��7|�����B�g}��S��5���"�\�WTuW��"��ٰ��T��
-�v�U����/!�բ����qF�-����9hY� �dM	�*�S��0���3��@T,�D�Ep�
]ʼ��^���
-/�l>�����Rw����r�-����v*�V;\�)d8$�!�U�A|�+s���'kX޻Jg�3�k���f�R�!U�K�O8����Ӊ�ʟ���9wA�ό_�uQ%:xΫ�
-����*�����[�*��*R�Kj�w�3S"+� �R(�C��-��k����M�vK���M��p!]���	,�]�h��D�s�7?�2��;F��� 7L�SZ�1�f���o�
-�vO������������!�������˘w�f�8S�r;25q�s�m|?lS?�V�Q�Sv��S��?��eM(yr�ݘ�v�(�I���q8k?u�*S{�΀��-�=�5��ad��/+~��.N�͊�u���}:� A�iCZg*A��|w��Y�.��$��@����p0*G��]Ks��2C��E���⣅�	B�!��nͶޅ�_�y����%��[A�bQ�	�	�l�u��c�f�WVix�*H�{�ף�1��[�ֹ�5K����8(��L��gOE�G���V�:P'ڧW�e&ƫI"RU�Z�qI{�>��$��@��)��8���@+S�e�XW����+[�9��cV��Kzp�C�������۪��&�֌�r,���/�`-.���4J�؟=�.�G8c>ؐ��ݍ�q޺ 8�,W;�b��[>���x��,��52�!I�ڠ�cߠ�9}yֆKBba,$�`��Mjz̀b.�a.*R�g;��=X�����(b�f$T�β���>��g���8�(!�i}�jVB�=���b��s�k�!�7)�b��.�K0]��w3b�=�3d�����")Q���`[.���hH�3y��)�Ե�f��r��(t+a0/�I=��4�
�v]�]AI�ϞRN���	�\E�KE"5yZ�h`ȁ��jxke�BNbv|�ב8{ǥ����/h�	�f�c'44}��N�jل;x[
�,�*��YE��h�F��|�f�{�Xh�g�·����߲7-���,D���'IC�FftX��q=��ܘ�G�������e�.���qZ\]f
-��7}�	��7�$�qv�X�Arv ,��@'dH��
�(���M��o�7�Z��ݷ����Y5w޴Wkir �ը��~]�0��A��j��1ݩN���"�Mq��}��hs��T*��9
����ңi:���v�—��� wˡ#����D����L���Gp:��l�u��nݞ�yOg���j�SD�8`9��V�S9��y�Ս� �,��[��x5��{DL�N�X�Y(�f�|9˞�H�.᫖�hb}ZY�U�_ͤ����#=K�wP`<�l?>�옺���?�?�m=|e��]4�NK�}ʛ��n�!:��d妈,��f]���q����Jѣ����,3�07�–yO��ײ��d6����|���v��kl�_��Xֈ5 }��⮈���r"�M�����{N������ake�O��c��]&�*��y�l��\n�c����߻������B���]f����[-�ƫ���6d�z���Qn0o(�O��7{����{��])���w	
-����e@1���&nNƞ�AO*B�W=N�b>����Ţߍ����5@�K!n3N�{��'?N���,(���������$I�:N
�-�'@-
-_�d]j�h�$^��g�8дx�|�����_��$H±`0s�T]+{��	¥��o��髷���\9�����u�V�%&7�������k��.V�*>ɇ�
�I�>�SY��Se__kK����
UJ}�˒L�܅�-/xfMl��bƞ]n'�}c~��9R�WCS���-�	�`
-{�
�cM�qZ��!1�7������u��@�5J�^����j��'�ho@M�!]�$����u��һxSiA�8Ծ5�5�܉�O�/��%'
�#I����=>3��jc.9�T�ɤrRU5�:Et���3��_�HS:�������<�φo<�*ۯjﲙP�S��֫YXZ��糏;���<��‹���_��:E
�5���/�;G�M/��犂��&U����9ڷ��B��W��8�%��.����h��*�2��@J���;^�z�r�kG?)W�.j��>�A��x�n�eOp1|�:�yL��*�|ա<���AC��}[M7���!����0nr�F;���<<�0���(�'�Uɩ"?�by�g�G[����	a����c_�K*�;���2B�\	����q�YԉE�^K�����#�.�F矸��JUY��|��`�̤���y��,J�i��a~
-y�K�$g {��a�L�r��r��#.�,yEN�8���t�:�)�tj`��*{�!i������?A`n1u���L�cz:B��0�?~C��_lF�iendstream
+x��zU\�]�-R�@q�B��+��Z�XH���C)P�H�"��ݭ�{)���+�����w޻sw~'�x��5�ff���MBO���.i	�����.�\@!��������9T�]l��bnx��1��ul\����J���.60���˓���+@����B@!^����/G\��q�y4�.`��
�	���\�PmWGG{����
+������
+�>3@��	���v0���cfee���KPP`��/ v����n`{��lO�`(�T��_
�����˟�L�..�B���s����p2?+���9�!p�����
zj̓��4���ܡ�Al���g����j��
+V��g��	�?6+���

+��N��Ț�OjOG�_ ��9��������;�}m ������w�z�����apq,m@.���ӑ������c�j����9�@.����߫�O�k	��{��]���T�{�����������쉖��_���-���z�S���Y��ǿ��˪an��Z���T�B`�������rÝ�f���h3�'���0�g���|��	zzp��x��o��sȹ�����?$<i�P�Q�����Q��D�;��{�M�;��q!�I���?�%�V�`�;�?�6�r6`K
��?f�_r[�uA�0g�?W�)���0k����t(A`��%���`�6P+���ӈ��-�m��\��'��:����!6O%��`��$b[���R�}s������GWj^�h{�u�n5R�"
+��K���2��b�FȪȈa�����v�Rmh���H
+�5"jB/N�3M�{��H�3w�=�*Ӕ\ЋI��k����_�2��qRG��*�)CWߙc$�
:RW���B�l���'c*u�O�0*b�\������Ja��τ�c�T�XP���vp�Z�@n+s��x�:.����1E�K��V�n����v���u.g��1�sm2P-�u�wb�/�u�=���
=�>�bO�/)_>�[�dn��<�<�4���LT'*	[��#r1t΍�~�
ږwG���{�ҧV��_����D�0�&ܣp5'����)r�b|-e9Q`��o=.2�˫Z�N�V��eI;\]��9��uF���`.b��X�Ub���*X�;�p�H�7E,������1�b�K/�Q囻r�8��8�1y�>$q���g��ò{��50��H7}���
+,�ha{�q
+�X͵�;�Z�Ѝ�M���2�d"_�1��y��Ѻ�T�m��Za�Z�v��c�n�bz��g,��^��׃A�o��u�>7��P���T�p��6����oHʕ������ȝ��=#ު�+}����r'Y���}D���ϔ��������5��~·�L�1��ײ׆-�_���n��;�2�Qu�3
+ԟFv�=�lcZ�w:K�?�=)��ɉ[�ň�ٰ��&lѲi���q���h���V�S$��\(�_��pX1�	������J��g4����{��fz}�����Y��rM��:�����cw[H�����8�r���F�����U��|+L��k��9�޷���~���j���3�h�6LL��8��~��c�.�������h1l2��ڂ�l��JƽRM�
+��	��6�*x���c�{����r��aØ��D�j'm�OR���'�Z���p��S-��迳���!��
�B���U�b�=G>Q!�f� �����!ݓ��k��
+�4�οY��H��z�Y�_nF����S<g��������Ӊ�i5�!j��%&8�ʝ�+����
a4SU�Z9oM�[=95��Q�y�x+"�3��t���#�9_�K�PSS�9��$��`�_>�� �
�S;�6�����7�Le�v?��b]���t��z��B��'=Aw�0�\���g�X]5E���"��z��7�M �_�`'b�j7<Y_O��ɼ��W���i��bŏC�SŔ;�V�K~�y:r<�+kH�)U�d=��a��8�U��}�6�lÌB���F̛m_��V�SK\vh�ψ�(���
iO����b�.�9#d�l<�mۇ4^��.�e�թ�,'�m*/�]Ө\D����ww���Dv���~H��]U��W;Ya�4��N�"�@�ss��s#[�}y6~j��0����9v��@P�3?)F��j�-���c{�e���{��p�f���.~�Z̪Z�)7���'{D��������'/
+�qvb>�6��DK>CeH�T�"8� ��2zw=5ƚ|�~�	�;���r��<�K�yc
+ۛ�@�R��2�<)x<���h��rx����^�����.�o�ExD��O�թ�{IT�ĩ,��x���e��9⳻9��X/һ	����`w�u(�����0�v2I�#�Ɵ9!�6�>��X�ͤ�':D�7�;WRSuNM����0+j�U:�+
+
+��,����3��1Q�<hJɲ�����s��J��3�fЎ�;���V��Z 14'�h~�cc��q~X�F�T�^����A
S]�(���Džm�ѾC����<��S�:��['����q�2�w؏
~����%Wza��L�� �������8��.*�Q/F�����Did(]
�F���(��m�u�gj�K�_x���F1a,�FG-�+��ܖ0��W���h/��`ʁ��lѵ"c��:�M
+߾�����t^���!e��W��)�<�#�IT
+?���%S��������TH\9��X��#Y�6�%ܜ��N��b���-�8���sj�j.ٞG`��Ww����^d�3�<�>�����(#�є,
+�F�&�1~���Wb7�-�\if�9aBP|!00���X�����h�Ė�cթ:����l
�Lu��R!�����|��Po�����΄Z�W����܁5��%�~�G�;�o(��߃���)�%�������*@-u��b�R_y6��s^MZ^��6���q��-_��Q�|�'��[�h�I��rS�c^<��€��sZ�Cx�'�>����6/"쇃v�����#����C���P*�Cd�(���ۖ�"�dr����vTW�5F,��Bi�0;��0$'�����Ӈ���3ֈ�/!C�Pl�l�J��*'��+f�Ԋ ��`#;۱8�Zd.-T7!BI�=����y�K��d�ڸ���i����3RC��n��> ݍJ^����T1B��i�k<���G{I��8�/դ�RDK熷hL:�.�Z� Z�y�3X��,D�'�u��q�(�Ӗ+��-�	���~0M��x��U�f
������3�S�P��J
Z�Y���$kRs͡�d�L��\�Ĩ�
�pU{#��H��=p���|�t��,<���E�iһ���yi��:m�ZTE��+�RQ������S3�<��c��)@T� �aa�R�fY������+��4�${������f��ه�O��Bg�S�G�cLʴw�X�4�
�F=�{�:r���%�DHc>Ֆǘ�+.�Gk��XoW�=V���t*0�}mLN�*էEqt��#�4mF�OȻ�<7���zG^�iB4�R��rحX�’SZ`Z�φ�?pQ���v��p߈^x���d���\[���d䓋g>�.ݨͲ�������d頺k�S�R�.�Z��lN���c}��>[�N���F1�	�&�������c�5H\�{d��ܠ^_��7�U��$�ջ�4�|�5Kbz~�|V���ݜ,z��%v�Lfa��		�\�f �M�����U��ؾD)hs����B����]I���@�9w����y7܌us��YA>ʙiMa��:�:#�ZEA!i�2��${��e�U�s*��1�/��զ*�wjC���j�U�$���Ι�o��e$�p���a�>f���o�V�Gw�E�MC�<�Z���2bm��7��d�ق�:�JS�%��ό��*<Q��f��!�;���S�yX�0���w����%���]�mm���
+]M��K�K�z8Dv���� ��y7ʣ��B;J�NB4�n2��Is�h��s���z���G!�u��V��e�+�S=���C������j-��9�d#J?�~S�RĈ�q����(<����Ϗ����T�f�{�i�9KC���+d*����v���C�‰
;��o%�[��H!��t���\DyZ��B`�HvڦC
%H-1���(��.�q͕�o�+Y��a��{��W���Dqݹ����i���FA��֝M,n�sI��J��a��[J��rު���C_��8|#Q:~&z��D4}�����Q�G-���=�'bŸ7�����p�G�d;a� �(��5�K����-�:�YHj���A��l)9��Wު�L��[�f7Y����z7zR�����D*c�YF.���������e[��E��ji��:sŰ����r+�Fvy3���V��V��V�T����Y�F�"��!�7�'���}�&=^�7V����c��1(e�Q�/�x�b��f�Ԑ�l�@�F���%�;�#���#��\`x��u����6�m�\oiM�iMA�>�և�)ߪ�5��XGԻ?w�sc���g�4�[�����ar�������˺,'��;�g؎�ÿB@��������K3���4*�\���\���:�{�J�+��5o�ǩJ{��ZI�,�
+��x?�n�q�/����ɑE������Eɾ�2�k�v�~��_�~+`��!�f�j�er�Q��.�=��®��c��{�Ȇ&)�%��#ž��|��8�[^c*���ȢA�)��EН�8,�ۇ��JVMP\��b��R�	�˯o��{�xﺖ�J���Cbzw�v�)���[�S����P�)W[ja3�%�qz���OD]�P�2�/�Kq���4����mVv���!ه�q�D�_�5N{�T��+�����}3j���a �/0��2�$p��%΃��*0�poS3��P�gw���5K�Z
+����̃��S��[-�%��b����\忖H��|1�ʥY:c�Ԩ �cU'�z�З�j�G1��/A	��f^�+&J�Q#��6E&`�<����~�����%	��}��oR^�L�c-���fS(�!Q��;n(O��|���B!��Tx�Ҷ���0�E4�ѮW��y�@��X='0n��GBQ���G�:�2�� K֜L�2�����FmF~.�p�����^��J��-dZKm���1@�gZ�Fv_t�M��U�EsF�Ho-����p�1Jn������a�7�iV�6R�5��B�G���l��c
+�q@��I��6��De�,f�i��u@�J�����~܇����H�hL�zzi�L!�24�E�{�T��A�!����8�(괫��I̊��q��RI?��x����D8Y�&[��OMjt��d����ү���8~]���l�/�;E�7��RI�W��#ɻcT�<��f�	�mք�a�sނ�7�
+%��]}��ǘ���v6����3풂��4�����/s�O�	T�i��+�q<�
+�ka4VjyZT
=��׬@�QA�b�1d�p��-eX}vb^]��5Jж�.%ω��`�+�6o�H�������go-��x�pʯ��c��i����b�N�e��iA����mP0y`oD���NIA��n"��r��BG�~�E/��	��>r�
+;+�d����Ӯo(ztqO�ڇ+a�
+2���IJl�+�`��H͐�����sx��G�����y{��j^������`t�M�47u#�J����C{��L6���&�G��i��[��o*A�,���WC��cVߡy.W���/~��������}�|�HY�"�_�#�!Rj���̛��&E<ƑOF)sD�_�4	�|/ߚ���wQ��3uo����^�x�?��S��ŀl�>"����	��骀N��f�x��,���b7z�ݯj�j$4?�����h����%
+|>B��E��A_��ޭ |��ᣦ���0��9�V��X�j���7wCL�g���<>Z�
+QZ��7�w$v����F�`-^�H+��; >P���7�$խ[�w�T��-޻����Y����A,r����VlPI��"�j+ќYپy������Z[���R��X*sV�p��A=�\K�������v���!t�G���M����sߵ&�<��q{I3	�Q�����tY�X�؈�"�a稂��˺�\�{�N�U�]K��_�'�u�X�p�LE�w�e�����~�],�›�r���4��(��z��s�Qu�4�zU
�D%W'���T�"�c��*��̖S�sw�-_�DfF�Ŕ��n(G���q�z�[O�y�zG�U���oc�\(�A��vFx�Ԏʰ@Y6��?�2�v
+���;4#(�/�����t�C�>�;X����N~�c���,W�-������:-�L[��<
++|<��jxb��ݛV�2�4���F3��ǎ�eʃ�������LZ���Ϲ������O$���=z�`7��ͼ����
F�u�:^��o�?������ҡ��9&
��w�)��i��+Qf�
+5>d�
+%a��6�m�ESv7���U�7,.���j�gN��lc^�H��HW):�L�-l���f���|J��7�����#n�i��'&E�������1�$�?Y���}��Ŵ�9a#�_U�R�M>{�����2�{��*}�g�/����$���?�^���l�S�-f����@�B������@�Wq{ξ+3b�N,�U�[-'�
*�<�%��{��@&��Q��:�(^\<���%t��E<�Gĸ�>t���<Ώ�豥��>A�⍃u�U�[3{⺄��<�;�����V�v����N2�	5�b�9�٫Q��+�QNjt�T�L^�����+��>�R�f��b=�o��3�-�X�o��FI�i�<�nr��P���a|�.��Ж����Ni��Iѝ`E��﹞�{n�0���G������n�%
+�0��35Ѵ*�>��oP��̾E���~�$$b�
~/LP<���u��W�ug(�����Q��g��2BF-���I��0�M,�n-�~�R�#�e�.
Fu(z}zT�)u+V�x&����=b
������z�^��x���qY�YXȚ���J��g���ؚ���7Y�����{��}SH
+)��F���a��Ol1���땜Z��i�L�FW�iW��X�"��I��?TŹ��E�F#x�0z���%?���>��P��F\è^�<������HL�K�n8Z������r�P�����j���n.�S�!t�,�vy�
++!�,���(���=�9�3R�Bi��Ǐ�C�Ɂ�Q�8����'���_����x��R'A��t@0*�m��D)�"xe�μ���m���ĥ�E�=�>Q���*�ඡʈ���y�!B��<�h霱^��r�p<ћ��#;�|�{����H��uLFNʖ�O�U�:-H5oo-�7�j���>���#9w���x���Җ�CŹ��>DK�o3�3Ӗ�`�`��*�R�m%ù��{>��K�	#Qp�޷�6��k�S�;�7��n��L���֋l��3���"*�a*ZBŌ��ݩg�7�n��z�t���~q�
C����m�D򕛑w��y��R��:���`q��.��i���w���6b���!	+��#��j��:(����,Y�u�H^H�$��79��1�-�T��91zu>�oq�r����Ydj7b�
+^	P8W~=���Pc��U������X���e"s�b�-�X��pQ]Z ����5�l/�P���x;�lM]�dZOIr�8��c��.JC8hqz�^괞�ԸF+�H|�rl�g��;`5\�~��@+r�K�����%�8y�O'C���W<���l�v=������f�\��^���ȥ�}���ZQ�}�Cw�V������h4+:����+M2���A�p�D4�劘�Ӯ�m%��m�!�|�=aZ/�P���M�c~�sצ/�"�;�~4by�&f>d������x�3�Y�W�Qs�!2���h�����o�
��b��9��)��/e+��Y%���X�2�����0Ҡ뗱]iKA}�g1�+~��*��w����k�~h��P#E��8���`�@Zw_�4k [�u�`ү���v�����0)9��(�ɩ?�r�����-:H	p�7׭6/+ߴ�
+�����Z^�>fvXE~��}VI]��E}�=	��(���sǍ�-�0D��bN����[+:"]W���6L �p�u����W���zb9�9�6��-�
+�=q,���د����1�,��ɴ�i|F)t~���K�
+��!����E�7٭��v੬;V�5�8渵�#�糾��Jjf����,��:�h�y�!�r2��l���Z:�S��1�[�|y�*����Q�Ѿ�����q���e�}��ö�E�t��k���v�_��Jk�z�,|&F�>��F߸ݸ��ُ�J�F�<T?"��h����_���M�g7ɴ�8�D�� ����Sq�͹��ȷ�,�4�]�| n�?�~����&���D�._6׈�:�o6'�
+�l���Pq&z��y̺eD1�.�5ҐLy�Ӹ;�5+�~�xF-��0���Q�'�Q�V-�ߋ�g��EL�R��b��%T�(�ef�}�E�۳s._��3|��u=�����oڑ�cKg��1\��K�/�������ۘ��F?B�a��z�[8th
+�4�d|��H�P��!�(
+wA��qΛv��U���C��o��l��t��e��d�.U����~I�(��T�U�לH]X-�Ϙ%�v'��c�r~���$�����:(�[��ԄS�kMpA��{����0/��ۅ1V�\�q�@������ď��i���4E�R�~�;��#�?(�?��3�C��9ΔyW	'+V�q��l���?H<ɼ���"I�3?C�07�@? 'N�M�&����A��
+�Y��)@?�+j��i��P2��&�;>t�|�����|����_̬߳�2�t������7��j�O�A,�!v�Hc6�����粴8��e���>뇇p�kT�>�LS�i��9��ļc�:./
+�H��Y<O�^�Im����U��;i�D����M���Wq��g����xl���>�?�� ��"l�q����Ҡ��!N�n����R�|�Z5fe���A	��J��6�﹪�lz����.�R�S�Ǯ����8K2�dew�~z�G�2�6Z2~�ѓ37挨�+���y�M��;t?�+�n= ꚋjߚ�WK��,�p�
+"[��3V��S�E��N����
���l�=�ïO�������N�����bI�y�Rl�K���Һae��k���k��؜h�8&��pDz�x����lU,
���&\�Cx�qW�+��>�B��E���٘x�Fb��'��jH�bSB�SzZ��EᎯ=]�/d^�u(�NЈqo`��I���A)��O���r��/��f	FF�Ɣ�	����/�����o�v"ݴ��#�~��>�!��]a���UK��#����8��iAVee��4��%7��s.������O����p��9��vv������1r3�endstream
 endobj
-2167 0 obj <<
+2196 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 2
 /LastChar 122
-/Widths 5447 0 R
-/BaseFont /KZYKUF+NimbusSanL-ReguItal
-/FontDescriptor 2165 0 R
+/Widths 5533 0 R
+/BaseFont /KFUVVU+NimbusSanL-ReguItal
+/FontDescriptor 2194 0 R
 >> endobj
-2165 0 obj <<
+2194 0 obj <<
 /Ascent 712
 /CapHeight 712
 /Descent -213
-/FontName /KZYKUF+NimbusSanL-ReguItal
+/FontName /KFUVVU+NimbusSanL-ReguItal
 /ItalicAngle -12
 /StemV 88
 /XHeight 523
 /FontBBox [-178 -284 1108 953]
 /Flags 4
-/CharSet (/fi/quoteright/hyphen/period/zero/one/two/three/four/five/six/seven/eight/nine/A/B/C/D/G/K/L/M/N/P/Q/R/S/T/U/underscore/a/b/c/d/e/f/g/h/i/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z)
-/FontFile 2166 0 R
+/CharSet (/fi/quoteright/hyphen/period/zero/one/two/three/four/five/six/seven/eight/nine/A/B/C/D/G/K/L/M/N/O/P/Q/R/S/T/U/W/underscore/a/b/c/d/e/f/g/h/i/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z)
+/FontFile 2195 0 R
 >> endobj
-5447 0 obj
-[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 222 0 0 0 0 0 333 278 0 556 556 556 556 556 556 556 556 556 556 0 0 0 0 0 0 0 667 667 722 722 0 0 778 0 0 0 667 556 833 722 0 667 778 722 667 611 722 0 0 0 0 0 0 0 0 0 556 0 556 556 500 556 556 278 556 556 222 0 0 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 ]
+5533 0 obj
+[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 222 0 0 0 0 0 333 278 0 556 556 556 556 556 556 556 556 556 556 0 0 0 0 0 0 0 667 667 722 722 0 0 778 0 0 0 667 556 833 722 778 667 778 722 667 611 722 0 944 0 0 0 0 0 0 0 556 0 556 556 500 556 556 278 556 556 222 0 0 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 ]
 endobj
-2153 0 obj <<
+2182 0 obj <<
 /Length1 1166
 /Length2 11097
 /Length3 544
@@ -23530,76 +23952,78 @@ endobj
 stream
 x��{U\�_�%�Npwww���N�Vx�`�����	 �'��;���}�{n���y��T=|笵���^g�z+
 5M	+'������.H�t�pw�4)�h�l����<�H44Z@��?�?��+�tI����Z������������<��\�tr$Ws::�����W �%�d����5ݝ���+
�����%�M���Oe���\����hc&����e`bb��!  @n���\�����Yx������GB���)��X5ks+ ��v��m�`gA66gks���͚��1�)Td%������_�I]���f�w��AN� ����� ���d��̦
����+���/��&�a�d`�$���,m��J������l���uvr&�6wp��H�n��r��;���'������
-h	&����9������+��]�^������}��2�s�VN ����;��4�uU�����FIJ:��d���&g����3)x��]�^���j������_�
- k'r��������pu�3���c�����Z���5:F�<����������9d���
-��� ����_�8���G��#���x��u�������h)�q��M@7Y��J
�������e���C����L�����o��-��ps�s�� �K)�t��l�5�������_�����{�v@������@��`����d)�ٮ�s�S��'��w������ɸ�b wY�U��+����Sr��&lEk
���!��db�<�${XᱰC���#	�X��UQ��g�ٿ&D��Ky��_RT=�ӈJMai�9��<����V� �-1�_��;���-��J����!�k�}��h��z��]Ӄe��4$���&�n�� ү����|���~�w.���e��<\Dպl{����d�	�4\c����E���6V+L��5�oeYB[��jO�R�٦fqQ���G�\I[M���QVͱ�d� �u�m-�G�]��ݯ?4��-�~�=�^^/��C5���+6]�#�R�Y�Ġ�A@���5
Y�����ڽN׉l~m��>=�A���I9#�#�y.ڨ}6D��8v�5T]u�X_ͅ��$���#��#r�3��"@0"󔇶�B	"<��UKX��5�7}��wz��4��m���S&J���8<{��UZex�}iTt�I����[�V*e�+�
-r��A���ݷ�u�w�qB�nEP'�ȇ>��¹Y<AT��{$�WT��g��rښ��[�j�������1�*.�Q)�������Q���l��({H]�&sZE��������Q'�W�@p����VƓrz��S�Q�wZ1�&{��ļ&��C�"��`EO<��#7r,���=7 �^�p@w�д��N>L4B��nH`�\LSz{�UR
->����ə6mω�����O�,�'��Z��gS_T�C.�L8�++D�f�%O(ER��uMX�Ed�}B���ﺟV�$�_�'#�#Ά�1'�`̨�������LƮ=>Ɖ��y��P����R��Y��|�'���&߆��M�d�%/J�0_��1���h����T��k��&Yz�yǵPv��8�x���Ӻ���$�+�,[$B�PK�2+�ٿƫ�'Mh�N�X��@���m@�:c�݃C�g�i�@��9�c�_������c� ��+���ОC����������j9�(��lx���cU��p��p���8Nj�ܺ�{	�jK�F��J��4l'㱌�eV���jR?�:^�?���e3��$����
->�Y�$�\c�~�̦�*;��3�[��m�y;�u��Ϗ0���	e��������a��͆�'�Rh���52˕����;6b{ׅ@�<qщ��/u�l�Tڊ^�G!������	�p���I��T�T��P��G}B��W�/υ)D�yu������M�� �	��:;��u<��ׅ�d�g�gϫrz 7��| �D�kɢ+��/VeR:�zLa���FL����S
-4HFUڸ$;�#�3�����|wf<����-���U�����&��Jv؄�(٫�
�y$҆�Ƌ
|>{��	!�$:���+j����GC�x�K2���IJ0�C7w�C���͗��">�R~�C�+�R��1��+m�G�ߚs3�6/�lRoVL�"MC���_�:����,�uh?>���j� <JYPk���/ǭ���'Y�f����}�_a��m�4�,P�V"�+�a+��b��̖�KI~q�O�hé�E0Ra�gP/�@��0���&&��y�I��~�7�����,/��W��M'J�Z/#�7����i�xh4��~f���`���8��L#m�<��s����)�JdT���ĻM���X�2�A��"R�z࡯gv�������ɿѲk$��G<��3��)��)�tC���,h�	E�H�'E����a���8|[�YީDK�@o�92�;h@rIm6�S�#P
�7�HP��xX�py�X\"���v���䭻�6&�V�[�f�*�x!i��6���x�%v��p
"_ᩩ��}�´�019���g��J\b
-O$���L������5�R1�"ኯ�a	�OJ�~���"��F8�Z�s�~��ʉg�F���9yƪ��0�bjV�m�, }cf��׏"f���I$x��A�8i[�'¹�Kc��m�*�	���A��;�����j��+��_:q?w������O�2��3O4���uGV|k��>�n*a>�\A�^�������{Ķf���V�d��e�^���i���vY2�8'��
-�����"a։}�_��;M�A������˓�|�2�������WS�]�(����e��<���}���+u]��M�<�U��|�� �]L���n	��5��L��T���1�m��&��v..ح��\�$�~/,�m�4���G۷�(s��^�\t61���	��&��%��Y��,	M�w�9����]�Y��㕶�>��������Cw�Ru@���F���O_yG5�u�+q�����.)�	�)���UX�K��M�*Vm�
����%ܿe]��&��1*/��~S����k��[�E�&G�5<��� �>f�4'�(?���b"���݅�42`R�Q�T��p����y�r��y}xǹ좉,ڡ@B8F6�җv�•/�.]h�ZS�!#P�H2�Ǩ#�mֹ]�0�b����D\��j��m“���
��'��kO�x�?�{y�g$�����d%Ӹ�gZ�jy�㙹G�2Z=��'�P����9p�8}�B7�/AǍ������?��&/�����״~�;�e���XL���B��py	鶬�=��IQ�F�Wo��CQ��Զ�y��
�3���>Oof��A/R2�<�
�>��kS����;Z����i�C�ֶ�`�����C�0�Ep�yye�o�V��J�0r7�3h�2�����f;��C�HU���$�f�|5��6AL�\6/��c�`�I(;5�}͠j����f�!�Užm���耕�'���
-���yy�W��w��ܘԖC2R�iXq�ޗ�|ƤaЎ/��	�����>��^;b0	H���u���̽j��Q��=��ڿ�Ď5��Z�����������+ �����!:�B�
$��CT�`Bsv^
-h�2�KuZ]ik�OR�Z|�"?D��춼(>�Ϯ���z_V����"�[أ��ƴV�t��8�7�lC7`����;fo�ŨG"H�4����n�h��.£�dDŀP�#�r��K*�G@�F|�d��d�_2��A?������*�I��6�4�6�;�HąnF���� J�&�\�B��B������P��=��Q��
-��!����c�X4�e���>s�I��){����M�0��Y��4�آF��-�z���-������M.���Ҵ}����3���X�m��W$ɩ/2хA��zaL0���"�Gҹ�r�XS"6�3�E���YU-��^����P[b�|��{G�;8�n=c�b�N����<�]��+���Q'R�Z�ɥ//t��%^y��~����J(�c�2��T̠.�n��f�n�[/�\v�� 'i�����w�e�4c&���j���t<+:�H�&�}E\�R��M��]=s���bR|��$����A`��{��i��џH,e(��:�����x��S� V�9 �MB�3g¥�f7��1��W�ی�o�#��k�V�vͧ�N3K�`\)� �񻞒]�H��{^Zh]���	�p:hn����t�������C��1e*�#9�(��
-UO�hG�5�i �O�h��'
-E��jW�R[�U��Zv�`Y$�Y���׸
%Ʌ�t�<���܃����]�>Rl-�𐔚F:��$�Qm��9�
��_�{�v`�u��3���T/|����vġOƪ�l���g�5���X�/'x�3樣!"�+:���ʔ�r��#�7��h�oK�\y�m'��?�8�ɛ��6�u�~�Z�bQM%����·��� ��ҹ{�$�� Kt�%�<�Ё�k�g��XS�3�C_���%�1]���պ/U]L,�!mӇݏ}�;n�W-2	���{ye�8��]��~^�j��D�Y��|�1��r�w6\�z�}��R��na��M^'�dK�v�{`u���U��J���C,A�@�D���-��˛O��1ĥ��{�E��^��+�b�b����8�"���N.?�>gu��J���qW٣iLl�R��� ��F��`�2x����iQz�(
�$y�] cA�-L��V�2�УL���SgsnQnFMh�/�_�R��X��O�
-n�)��9|�6fF�8L�pz���DOؾ�2k��HБ��P�]���+L��i���~ےXw�J5�x�lR����I���>�%���~s��g�(
-L��D�ܽޖ����� G ��=bTJ&NZ�$�����eWAem@ݬɍ�><-������ˡUy�L�lj��c�+&����9ݯ{��Z�S"����4�'��δ9��C�,�XVdH�v#�K�D�K���D�?:Vs$����l!�NF���11�MF�Q{nc��9�k���IqB���x[�}�)륾�w3���ʮ�ĉm��iq�J���ZT��u�p���V?+��Tʉ#���%U�
-�M��:n�
-�=A�ۗO��?�����m��Ӵ/w29P-4x�i^s�FE���k{���F�U�Q
-�LdEJ��WU��iB�{|���D�0��a��I%�~���wC
H1�G�:��X�-�<hĒ�I�-L���Ը���%��S9�?��J;aΧp��|(,���|�=S���+���JS�0�?�x?a��~34̻}��[9���y��<lT�7��Ji>b��'�w2?{8��K������ݦ;
-����$K��
-D���:�!��ў+(�pQ�і]qLD���am��q��N��a����C!�%����90ˢ+*j�@���.R�V��X;�ދ6F�\�z��i�#�w�6�/�w�	���1���������u���6�b��3�$	K�+�k�����#�ؖ�*�W
-�؝�9�5b�Q�k�m�	� [y�/Vq�_�H_����n\�
-P���?Al�;���h�~�*�h��y%0^�_�!�ġ?�f��G:Wf
-s�}+x��X�X,�u4P�ݵ�g~��9��摴�=3���9��h|�1�z�|���Z����{\(&��J*�_��w�l����t���[��m+"����d!6��V�4��ɾ#Dc�U� �t�{��7Ȕ�Z6)��^[��%c�Wip�~:�,r���}�x����ύ�L�Ԏ�3k�(z?@1���Q�5����_����);TK��@K��C�6���<}ە�<�]Z�[	��R���Rn4�-��4G���Max�u��J�T�zۑ�0���E��{���wyې��9�	K��Uy
w�9�N!���
����''����,�j����h�Ӻ���<Y��%p��ۛq�e���`Cӧ��Ӕ�M
.�7i#�l�A�����{�H�˯�m�<j��'�
�U[�dҧ[�	�\�*_��Z�5!�8H����LV%�AyzŐ�sq��t}��1�ߟ}�:q���yO�]�Ȉ�*z����n���K��Κ)�
-�o�9��YV����B�&>n���P@���"�ʄ�ݓ�
-_�D�t؛��G�~ۙ��hrN��%��R"wFC �Wj3����e��f�+�$Te�
-}���4���J�v��%X�Xs������i�t����i
-���.0�Y4dj�3f}ґ��8@�2�c��ۣ�,��*�Aa�\�(z�VM��r�%(K�`����~���W!
[U�u�Yo���W�LT'��[����/��������6< �|b &�m�1b�󲔰j���������!����oF�u�]$Y�VcJ�7h�T��s'ohZ�"bIY��638�$J��ಀ��B�
-Kl���Z�ƹ����g����9��Wz���F� %'�C|~�Ǒ��.M��q���ԓ�t>��A��[�
-��k)UV�h2^�G�K��AC���R�S��!I�Ə�U��k��5Z������X�7�F���/�[ut�:}�2CȹNE�XYz�on0�G��U�4J?��˔�	����Z�F�si��O�L*��H������rz��'@��e�hz�_b��	��/�h�u&Sh�5�+�N���"��ʙ����#\�2%QԈ���y&~����"wp����J�րi3�
2o{5����L|U����ٓ���O%:b()	���y�M�c�)̀my�ؗ>�.�6�A�y1��&0%�(B�tE_A2T�ߜ�
-�58�j�Kf���a�do~��2%^����Io��ۤF�M��ո��A�1f���/����`�0�*�s�xPbtL�@�D&�����Wd4X�5�d��J��4��$Vϑ�EMݻ�vb�!Iy����������ލ���(a����t���v�%)h��1e|�naL��R׶a�P""�t`�c;�6�
�O��5��m-�c�U�"ɯ����X��܀�:��d�nz0��I�!8#4�ߺ08W�ݞ�u�9��P�ۆ���O��_�/
-ƒ��}�o��Kq��)�ۚk�>����q��p���=#��:�	����A�iX\~��^��W�?l���y���{V��lj�1� l�^�00MR�u����1��<~���I-��@��x�UJ�S�AR�Y��u�Pi!m^�H�h�RQ����<P�A�	ߪ�aO6�A�l�uX��J�|�0�1�8���gj�I
-�b���"�l�TS�{�w��Λ����$�꓁|�^HW=�Aa�+\U�?����˥����il��]A���<�#�̝�3��ү���^���S���̖���u�%�z��,|b��x���⣦i{2���'g>�L���Sp-L��D�WI������t|V��_}�(9=}5�@�@��`)Y�����-R�gfp����q��@{��w�'��W~���9��/�4ڰy҈�.Qw��Z��Cd��Sx� ڮ^�(	��<ѧZ�Q�/��м#ˎ��M�x�s�6�??�w¨�a�9����R�v����le��3Q�2o����6�ѝo���
-ڗ��"7n���r�0E�Y��X��t'��Rat���X�"����	G�o����RjQ�m�c�K&�f���N���D�[J���x���o5[�`��KV�3��*��Bs�'�����u��-g�h�W[ܹ��5k
-i�k�����2�kk9
?r����2���C��u�����_�$F�Җ"�����p<'���ލa�풎~�B��!Uk���&otniQ�3�������t홡8D��v�З�)k.Q���v�:ҷ���ָ�p�6v�g���\):�.1A…�9x4Ns�2��l��(�g�娬o����|\��=��ü��m �x����� z�a������ub�T��/p��"g�����e9�dV'�t~�b�~��7���>t|ߡ|ڵ�|��
i���Li�K!����#s
N�Ws��"|l!J	��
ܓycX�!ك{�f+��?	ZT�K���B%�."�t���`�}�uk���D8�V ����ى���z��
�ΑKA��1"P�}��Jd���r�4p��贤):�e���P����PV��r+;��_@YA�Z9���ӳ]�61K�lL-�T&T>��|�1~4�+#5��9{VnO�M���[���"�VKl��^�T0���#w���t�"�a�PA�B=G��"���2��"��t���U�v�ҕ#�J60\ѬD�n�Ha��Ä�F���Ժ�����azI)稅����3�Ǯ|��}��ԛ��\g��I@�8|��M\�pӌ�y-���n&R���ݬ�)O�DOg��49d���J���k{�Ɔ�	e��W�U��5��.&���{��3��vm��&}�Qɠa�0��L�3ڳ�����ۭ��r7�Y����ɫ�D�ȁϗݜ[�|3�T7��%����ݍp�1w�THw��9*�)}l�EM�8b�D�m�>�⭍�YĻ�M�s^H���F:�	'b��'d[ł��/��+C
,e�&ؾW��ڬ��uxbA��Wd����ȗ��]R��~�z3��_4���T�tl]OM�X�ΰ��YA���d���n��vJ:�g�au�x�!�]\�+Q������ڀ+�\�Ǽ{�$���vc)/40�����I���9�d����_��,XE��a-�q�����]�ƴ��u�5�9�C�1����~8�yK�(��n��L�ޯj�M��}[�%3�w2�����
��ƙp��ӹT����uj��.pG�B�CߦQ�˗���'�EjMrB�ȇ�'�a�p4�L͛<L?�aA�t��ߗ���T�H��j�<A9������O��F݅����M�Hy��i.c�{$����o(X���M�F��HF�2��j+
�F|�>�Ȏ~L��X �L��Z:Xe�ٸ�#��S�b�ϻ<G5�����v���c�i��F�i�i�>~<a��&��E��������=�Q$�I�y5ܔӹ��ES&��z~��z��v��r���NW���:��4��L�+���9"Zp��?��܂%VTgN�z7��s��@K�8��{JenX���аZ�)�M(ZZr�6Ԅ�g+7���u�P��=��L�^�*�-�e���l`D��2}��e��ғH��]����3��L�da�0�G��Pa�}j{�$�c�3���h
-2TJ\�BY��1�~������:.�<�r�ٙ�0��=/^UD�����W���B�+� �@B�-��Tօ�zq���s��h�#5�B�n���t(~�}��=�&�]Hw���L���ŗX��Y•�1��}�-`��p��sC����V�qW�������>�x(�&;B�prqO	�t�Vsx�Mȱlykm[�����z}�7��+�޾��0�@J�4[v�� >�:<'�;t\)X�CL�k�:�*�Z�k)���Xp�޸�&�1z @Ƽf���T浥��X���R���e��:�]�J�n�YM�����뚀R;��c��C�����<��c�_��NU�J>e�'#�J 
-�����iw)�з��~?���݊,o���׹tZو�P��!�d醞st�=Ӯ8a�.���#T�zĀa�
-��;��|Q�.b�
Y��3�`_⍧M�k�g��2��[�A�-q�4&����cO�J�fby�zݑ�[�/�/~O���vq�>j��X���}$�8;��ޚIKۑM����iOXY�r	_�|�� *Le�5�,��.UB��_N�6�֭(NW��f[z��A�j�4F�A�΢i|P5N�'rF�u=G�X�9l�aAU-������!�앚ළ�<6���}V<��)9v�w@B�ŧ�ZM���CڕP��M���]�m?��M[��ox�QN3,w���?WfUA����:�n�DLq��G���1ȓ����:q������)`5����ڎ�ɾ�%b�~i.�%����:@F�V�ƴ������� ��7�@�ss���ev;ш�%�3��������<��Xc��ڶ\��N]���xe$�]r|<�M$��1e�&�������M+�E���d?<�"	�����}���m}t҂�]��ݖ��o
��Œ�V݋��J4%��N�F�E�3�x�Ǖ���7�<�MRT�A)���)./�ٍ��E�F��4M伫쭤K�q�9��{^�^��i&�3�3�
���`3�LJ���᧑�ە�F�+�ɖ��L�8�J��/�w���u�asA(:К��g��j�Z�:�w��U�{��@���@�rb��71�.�+c�\��<��sSo<�?�	��@�DԳ���S?4R�t���׎�O�b���p9�/*s)‹�~=����(׋\`�uso�~�&����~<���&j{Gm=���t�>�R�j��(���W�)�7w���ާ�5�#���7���$�_75�,�V���3���{�VcV�Q���lm�K����Ө
2�>u�f��>B�s��������+Z�;|�JlY�_?`�Ǘ�P�70���
-�~�A``����C�3�� ��L{����q� �eې桠`n��!�	
-�m�ew���.*���E�?���~V&�
-ǂ��5���oJ0,Lzin٦Vb%��\�@7���m4���=��W��teήT|;9�L�]�3Xlȱ�Pܨ����8��G�Ө;;ǵ�9Xx8��v��Zʟ���^U@w�ݿTj��^��ƖD�&�y�o��+|m�4�7
za�';Z&V�����E]�/K�,��𹪱�Ķ|�P�����g���_튡H�X�HO)Zl���5� ��~V�1���[�_���Ysi9�� s�"6�.���"0�D�2�mby$�$d=��q��$ӂU�
9����<�Q�ڜo-}c^
�695A�g��+G揞��09 ��WQa�]�_�Y��{��!8 3��{D�e�����Sq�}�,���0_B��О����.J��h�����~�g
h�$��~M�?/
-5�V-Z.%�tH1������ζ�Ѷ�췇���P1��"\�-L|^�����Z
^�zǮ1n�".b�뿢���zs�`�&@�{��Gr�`K���	*�\'�@z]����+�,�,�V�豻#�
ڳ�]�����|r?r�Q�/�{�j(?2�*#L��Z�a���u���~���M��jA�0&�mp�S�����,Y��V^�p~����[5�}�<�]�УE��ǀ_Rc�$^�+�h߯d���.wQ���W8&O�ӕ�6��z9�ux�q��UTrd��u�<-��3~�/Al�4�i�H�l�i�IO�| ,e��~Х[p��3쮟�$oǏ.��}�R�X���v���o��G����Za�PX�Q�9�DB󶚶�����
�`,�֦��R=>��3Q�T��u+��vp��R1����:�@	2�C�L�rZ��i3i��hW4M1Fȇ0�e��b>I���f\-����֎쥐��03��]�x�z:#�z��H��J�7�������?!`��0w;9���#����N�����*�endstream
+h	&����9������+��]�^������}��2�s�VN ����;�ٴ�55�>2�{�����t�#����M�����gR�(
+�p���?���C�́�U'��$@�N�o珏�h����g6���6���]_�	����kt��y��L͟��8R�����sȺ;8�����A��7r%�q0w��psG�����¿��>�����Rd��O��n�@/��li��q���V���5'7�_7�������8-[��=����,�F@V��Rd�dِk��L����?��hKwW�?��������5�O����iu��R�]���z	"O���\_y�~��q#�8@�B
���Wq���H�M؊�B+CC�����y�H���ca�bA�G��6	��\!��\�%L��O�;������zЧ����s�	 y28<rQ�#"�*�AT=Zb�}	�P�w�W�[�f�OC���:�L���������lqiH�'`!L	�xeA�_�'�;���b[�e�R?�\����y�y��<�u���%z����.i�<��5~� u�m�V��k�S������3�՞�n�M����׏����������cM�fA�6��Z�m��=7�	�_hD[:��{���^�5�j���Wl��GN�����A�&2��j�ru�Q9b�{����ڶ�}zZ�^׻�rF�G��\2�Q�l�-q�k���ܱ���l�IR=�G��G��+gd�]E�`D�)m!�Dx���$��f;:k�o�&���i�g��T��L�*��qx�d�������Ҩ�:�x?΁'����T�W��H��F=ϻo;���� �|݊�N��}z��s�x��܇�H����}�ba�5;��n�v)T��G�c.U\��R��k�2�(�I���QQ���M�(� �s9[+�-�N<�,��*����'��o�ƣ
+�b2M�z�%�yMRa�dE�=����x(qGn�X���{n@Ľ���
+�i�30�|�h�n�ݐ��&����d��|Tg��=�3mڞ����˟&�YLOT�
�(��UϦ����\"�p~WV����;J�P��뚰&�������-!�u?�I��rOF67F�
cN���Q��;O����]{|�i�!��ۡ�����������$O�ۿM"�
�雜-ȎK^�Ba��uc~���C���7�27M���k��l'p
+�>he��u=_�IfW�Y�2H �j��eV���WO���������p3ۀPu�X�����ӄ�4B�?rt���1#A%�FA�V��=�^Q�nW���=��r`Q&���aǪ*U�Q9�jmaq� Ԡ�um���8�
+n����5i�N�c�ˬ.��]դ~,u�"a��f�܏I�iLE�A|�
H��"��b�M�Uv�g���=���v��қ3�anE
��.aO!��)8��ha�
;�Od��z!��kd0�+w�!�vl�����y�!A_�Bْ���.*B
+�5�M�%�2%���Y��1�8�8�Hs�
+��z/�F_�S�����#t�1���̍A��uv�s��x�G��ɲ�bϞW��@n��@V�&��EW��_�ʤt�,.��Rە���C*A�,h����qIv(GDg��s��+���x�)9#|[(m�"	�i5M w��	�KQ�W$B�.H�
�5�|�6)BbItp-�9W�J����T�'�d M��(`�n�ٛ�/y�D|���J��Wƥ��
b|�W�.��-�5�f0m^٤ެ�2TE6���Y)n��u䣓�Y���~|L���Ax���ֲ�n_�[{�/�O�r͌�����D;>�pi�Y�L�D�3W�+�VBwŒř-�����+�цS��`��2��^ā<L�aN��ML޷�P�z���o��!�cY^����b�N���^
+F�o�%]�>���hPu��8�3���*�qߙF2�:yV�3�R�
6�S��Ȩfc�w���ű�e�B�E��9��C_�� 3g7�w��e�H
�x�?$fd�S��_Sf���Y���3��O�|W���X'�q��ֳ�S=�����.rd(+vЀ��lL��G=F�"�o�����T�򠱸D~7�M����[w�mL �����
�JU.�B��m����K�t��D��SS��F�i�abr�oE�ו�`	����H(a�^�߉��k0�b�E�_g?����$n}GE���p��������]�Fk�9r6�U��a��Ԭp�LY@��̼�E�<"!�H��2qҶ�O�s��ƀ�ۮ'T�PsՃF�wXu�߇�OW���t�~,������-C�0|7d�g�hh��뎬����!|<�T�|6��������Oa��m;�!��r�v��t�F%��Ӫ�3��d�qN@��Oq-!E¬��Q���w��,������'g+��Se2���zy1�����Q,$09-��iy���F��W꺨���y2�����sAܻ� ���]kjw�.���D��c�۔�Mb�M�\\�[h_�I�^X<��i�s��;.��o�Q�(5����lb$�W2�!Mv�K�ݳ$JOY���sl������+mu}�%_w�#k[��ԥ�*��S���X�5���
+�j��3�~W����}\RB.S�����`��ӛ8U��:5^5��K�˺?Mr!cT0^�/f�����q�拷~�VM�kxB{OA|(̘iN�Q~0���Dr3,tϻid����©8V��!����|�����s�EY�C)��p�lV�/��+_X]��^��lCF���d4�QGf۬s��[
`>Ÿ������5-�C���'+-$�XtO*�מ�����b�Hȅ�<.Z/��J�q1�]ϴ����3s�4te�z޵�N��>Q�s�q�ƅn�#^��CeU��y&34M^�'���i��w�˨�-:���f�K�g3���mY7�{����x�����+��9�m��H�'&g�o��}���D	�2^�d�y�(�}B�צv��1:w��Z#,Ӣ���m�b�݇(a�2������F߬�
+���`�"ngЌet�/�N�v����	�4���IXͲ�jnAm��b
�l^2m�:�“Pvj~��A�I1��͖C,��}۲�-��+�!$N�������ԯ�X��1�-�d �:Ӱ�B�/���Ià/6^"��
�7b�}21�v�`�ͯ�2繁{���
+�m{�ݵC�k `�%���;6���ss?6�v��W@t͛r/+Btx��H>X�)��:������e��괺���"����~E~�V��myQ|�]1m7����Z��VE�	��G��i���
+%�q,o�نn����97v��ʋQ�D��i��A�����b�]�G�Ɉ$��,G"Z���	�T���4��v�n�Ȥ�dZ�~@Y5��I-UʓR}mdi�m2wX)��݌�=��A��M��`�&!\-�����
!�Do9z�'�̟-f�C�����s�h��TE�}�6��S�ȷ�U��aD���!�ir�E���[���	>Z0#�=LW!�\`y]�i�����g�߱��(��5"�H�S^d���*�˜`�+?Z�E��s9�$��.DlrgF!�`A��<�&Z&f� e'|������~����wp:&�z��rŎ�h���y��
+qW���N���0�K_^踍K��l��*3~���P`�\e�R��A]��&����ʷ2^޹접AN(�R#�%�$�bi�L�*��ws�xVt���M����J�Ps3�p�z0�,D`?Ť���5Hx_�ك�$��h1��[�?�*X�Pkus!/-��=�JA�8�s@R�4�g΄Kg�nd�c�����!2�W9�"F�2�|�B�O��f�0��RA&�w=%�>���/���к�����t�ܨŷ��b'�p��Ç�Qc�T^Gr�Q������юNk��@ğ��d�)N�v�:������F����k��HN���O�q4J�9�y�џ��9��}��ZJ9�!)5�tI���^#�s$<䫿��2���&#�g�ީ^����!��C��Uٞ#��πk��?�j_N�lg�QGCD6Wt���)��~�GDo��zߖԹ��N�3�q��7?7l���䵎�(��Jz�3
�u1A~]�s5�<"I<r@��KXxr���~����^g:����K4<�
(b�N���u	^���X�Cڦ���w�.t�Zd8>o)���::��qx��*�����՘�"�N���cP?���l�f���<)�&L	r����i��N4�>����%�����Ko��ϕP�m�X�։n�1�[>ȥ�7��y!b�K}G�6<h�&ؽ���W�Ŏ�~)��q�E0�+f��\~�|��9�X�!
+㮲G3Ҙ����A�ٍ����e�����Ӣ��P8I�@�(���Z����Ee��G�(�#N�$��ܢ܌�"�
+_����M�&v�T�S4��s��m̌�q����gg���}�e�Ƴ��#���f�RGW��5V�.���%���&�j���٤3����"e}�J�\������Q���z�{�-����#�A0�@��{Ĩ�L��JIb3u���i���ڀ�Y�_}xZ����;N��C��7����_���9VL5��;r�_�V����D���
8�iFOx��is�;P%��Y.�:�Ȑ��F��
+8-�~�*7���t��H����B�:W�cb��V����3s
+�<
Zۓ4�&��7���x7R�K}��f,{��]=H��0)���$*#
��������K�~V&�u��G�6�K�&�/�Gu�>.{���/��#8cS�۰�# �i_�dr�Zh��*Ҽ��������=.��=�|�J�Ȋ�0	���ӄ*���A��=��a�g+,^�bݓJ�d!��*��b*?��u��=��[ yЈ%C�*�E?Z�$�n�q��E�K&�!�r&4?�vœO�v�>�PX�!��P{���W�����(a�2^�~�
+��fh�w�
+�r6e��)xبBo<i��|���9N��d~�p`G�
o�Mw���I��-Z
+�<�+muZC�ӣ=W"P40ᢂ�-�$�$�����&2ڒ�O�ҵ���8�+0Q�B�K��Ks`�EW
+T�V�x7]�v�4f߱>v&T�m�乞����G���m�_��*��#cj
-<M��gW'��-�m�Ť�g@I�nW�ז�d�G��-U�%���;�skĒ58�^���L�A��F_���!�������)�ݸ�o�xe����Av���D�$rUZ�/�J`�X��B:!.�C���
�t���^�V�G�4�X��h��k�7���3�s:5�#iy{f0��s
+J1���Tb�9���)��"����PL8��T����|�44S�隣��
+��VDL3{��Bl��{��i��]�}G���DA��(���-n�)A�lRF���K�0:>���H�t�Y�j�	���C��[�u��a��g�
+<�Q�~�b��A��k>L�!t9�6;
�[Sv������Ʃ��m���y��+Cy�.�\C)�:����h�[��i��ڝ������ŕ`����#�a꽣�R�������!KUs��^��<$���s��(Bhe&�m�O N1�#XL��}hN��.�u���y���K�9�7�	�������O!W�)S�\>2o�F��*��@�ŭ���(�Η_��2nx�4�Ob����ɤO���U�(U�kBq�ֵ�S��J�,���!3�>�^�i+���/�c>z�?��u�
���@�2T��T�8���VI/d��w�5R���Nr�ݳ�0�30���M|�j���V)�E��	-�'�����7+'�J��3����vAKlQ�D@t��fL�	\��z��W�I�ʮ�5�i:��%����P?K"����NQU����l�����h�O�]`�	�h���g���#}�p� e�ǰɷGYx�U���Z��Q������2KP
+�&~�Z�����V�B����H����1��*��N�ɷ�1B�_:�m9Qs�?|mx@���@L���cĐ�e)a�(�7���C�Cloѡߌ���H�N5�ƔHo��6��N�дEĒ���9l<fp�'I����e3���Q��,�"�s�����&z1�1s������+�>�AJN����,�#+�]��,��X��'��|��a��F�	�R��8�d�����
+���6/���doC���1�į�z�3j�>
+/a5�1��nB�F%��_d����u�@e��s��`���z��`�ƣ�ti�~(p�)
�:��9��'�"���~ߟҙTBM�⋟��w����+N�2C���N��>m_����L��k�Wf�vi=Eē�3;YG�RdJ���=ȣ�L�(�O��
�E���ɯ%���f\d��j.����їճ'��џJt�PR ������`#R���D�/}<]mh�6�br�M`J\Q�銾�d�F�9ynkp@ն��B[������UeJ�
+	*Tӓ�h��I���.Q�q�Ã�c��5_Ja����a<U������"(���L�͏����h��ck��l�̟i��I��#Ӌ��wc3���xC��x_��3����E�)n|Q��'TQO;�p���8KR���c"�����*�̟��mÖ�DD���t�vmF�"k���Z���E�_sW;��<i�[u`�����`����CpFhT)�uap�|�=���5r�����
�ý�տ�_����$z�zY7��d�Sd�5��}��%�!j�.�J��{F Quj-��σ�Ұ��v%������<��D�y��F�7�*�cA�̽@a�`��8���3�c�y���)�Z���>;*�
+��\������ܕ�F��B�*����!��������!y�D���U�ÞlЃ<�^���L��a�mI�	b�qn�y������,��D�����D�Fݝ7C�IJ�'�&����zT���W���C�����K��	T�آ���,=�y8G��;�gL�_MS�8�2*�t��-�-��6K#�P�Y��
+Z'5�l3��GM��d�?�O�|�L7��	��Z�P��O���)���
���"��JO���)P$rz�jP���i�R��C	c[�����p[�a��":�#�����O\�����s�
^�i�a�u]�6>���0�1f�2��o
��:A�]��Q ��y�O�D�0_���yG�-�E���(�tm|	~~.�Q��x-rD	������/rg���z�1f��e2��O�m�{�;�i��/��Enܸ����?a��]�*�� �N^���J1c�$EJ���(�0��g�Ԣ�����k�Ll�f����3�M�n���
��~�1�j���*����gx{U�����O`y�Y��'=^[�ZѬ���s��k�8�8�|�ɓ+�e��2r~�#��e��LJ���r�����
+I�4�-E6~!��xN���1�Ê�%�R����C���ӕM<����*��g�[�7Ks	8���3Cq������/�S�\�></��=��u�o�ϭq�?�m���� ��Rt]b���s�:(h��e\��x=Q����QY�x8�;���h?{�-��yA��@�!�(;:]
�%A��vK%#��Ʃ�
_஑E�Di��r�ɬ
+N"�� ���`�o*���C}���C��k� ��6��s=�ř �b�Bz){G�����~�E��B�(.�'��<��C�7���Vr-����`5�JJ]DJ������L��lۉp�@z�������N15�#��VbD�:@����� g�di�f��iIStZ�T��2�-�=V��
+��Vv0O������.rֳ��g�Pmb�H٘Zf�L�|zM�Jc�h,1VFjv�s��ܞ~9��:�굙D~��ؔŽ2�#�`6/3LG�8�=��NE r�4��2�z��_�'(DN��e��E�����u�2�>�+-F:�/�l`��Y�
+ݞ9��r)�	F�~�(�u��#����R�Q��/^IgΏ]�������7���z�#��q�����S�ZL�_�L��W�?�Yy-R�T
���B�ir�����&�5��$��
c�֙�2��(0Bk��]Ld���ڕg�����(=L�d��A�baxW��g�g��k��[��2n��6)p���W㉐��/	�9���f  ��nv�KB�.+���c������sT�S��~��q�`����}:�[ٳ:�w��4缐8!��2t0NĪ�Oȶ�m)!^z/W�X�"�M�}�i�Yk���ĂK��j�)�ˑ/���|E%���f,���h`�;|�&f�غ����au[��(ד�&3n��DG�t������$�C����W*�Ρߗ屵W��"�y�6<	Hi��R^h`�ߣ�#X�R)��s��$�3M���=X��:NA�Z��? ��Y˻ʍi/$��k�s�2cp5��9�p�!�Q5:'ܘ��н_7�,�V���&Kf`-�dƵ����3���s�.W۳��L�](����;��M���/O5SO<5�Ԛ�*�mOø�h�	��7y�~&1&‚P龱�/�Q��,)�Py�rr=�9*k�k����A1�������\�<��<H�3��%�:P��y��&N�2���te���V�k�4��}F���LK�@:�\��t��Գq�G�매�V�wy�j%$o?��5�8��ǖ�&���\#҈}�x��\!LV	V����}���{^�H��^1�j�)�sK}��L�{�1�2��9�l��B�� �I���8�ud�+
hFG�"W���sD��B}����K����n���,r���)p��
���6ܰr��	�a�S2�P���&�m�	��Vn����&���{&,�%� *1�*)T�Z��N�����H�e����.��'�>��O���g�?t	�N�ŠaV��/��N����5HB/Ɩg�Q��d��������c���!t1@�#u\�y���? �3;a{^�����ѫ��
+��fW�A(���[f?����4P�I�����Gj,
���dM{�P���dA{�Mܻ��:ә0m�/�����+?�cb��>�[���;f=�<��:�<����F�(%Y��=�}��P6�Mv�,����*�����c���ڶK�C��oEW��}��aԁ��9h��,KA|\uxN�w�R��1���צu�U ���R "}ձ�νq{MLc�@��y�.7���kK�E�
+�������PYu�p��܊���������5�v4'��Ç&&s?�g�y���x���)8��ʕ|ʎOF��@��n����R4p�o�g��~J1?�;;�Y��%�s鴲C�X�C���
=���{�]q��\�ՃF�v�����V�wHV���\�Z ��g����O���Ϡ�1e(����=[*�iL&��ǞD�������#���_~_��^
���}"�\)<�>�)x�Hqvt��5���#�`�9�Ӟ��T��,�"UAT.���}k�Yn�]��e��fm֭[Q����Ͷ���*n��i��V�E���j�N�"4�z����sآÂ�Z��9>=C��+5�o[y�l
+����x��Rr�<�Oǵ�.ͩ��+�tg�$rŏ���~��%���W��>D��fX��o�����%��9tbݰ���$s��g
c�'�a���u�D�����S�j���ѓ}+K�~��\<�K�!��u��ܭ*�i4
4'G��AhWo,�"���2��v�K�gb��m?:���Fynm��D�m�����*��)��Hp���xh�H�5c��M(�W=+5��V2x����~x`E�;be�OK��S=���ϻ�-
U�����%���1-�hJ�-*䝾����g��2�+��;o�y��+����*�RxccS\^�7�=�>�̍V�i��yW�[I���s&���F��	��L�g*g2<6>*E��f��g��O#��+��2W�)�-���q~�4�w_B�������8�Pt�5ߛϾ���(u��P	�4��ˁ�Ӂ���l�ob�]�W����yz!��xt~��с(���g�#�~h���M-`��c���m���rR_T�R���zjq�Q���R��ު�tM<�;0>"p�'�x҇�M�4���z��C���}�����G�P&?L���S6o�ԗ��Owk�GB�!�oU�IP�nj�Y8�A�g6?E�,�Ƭ��b�U����*uE��Qd��}��$��}�t/�&�+S	M�W�Xw�2�4ز*�~�ҏ/�'��_o*`�7�2����K�7^�8gL�A����r�9��A�˶!�CA#��gC&6>�j�$���]T*"	1��������L,��k�>Reߔ`X���ܲM��Jfe�d�nJ���hf�e�{�ѯhK�ʜ]���}s(�$��g�ؐc��Q��qfi�>�Qwv�k{s��p����?��?����������nE�r�-��M���WV���i�o ��NOv<�L�|��/�;,?��:�	^��Y?:�sUci�m"���|7_�y�V���,�C�<7����R��~��kXA�-����cRG�;��A��,��<(r`YA��El]䇽E`�je���H�I�z:	%�D�I��6r�9���<x��.�9�Z����mrj����W��='
+��ar@(~����`�f���f��6+Cp@f(������D-�+0o%��2�~Y�}�a�,��)�='�k]�����i#��v���I$}���^jȭZ0�\JF�bN�3uǝm��m��o'�'L�b�=�E� �[���`�_�����
��]c��E\�X�Ey?�9�����M���hk��N��F��Tz�N������**�WzX�Yĭ��cwG�gﻔ;tC�)���~�23�>7^v���P~d�U6F�r��ž���&���~��TIՂpaL�������߃�Y����|����)�1N�j��yλ��G��	�;�'���
+I$<��W0Ѿ_ɬ��]���pL���+cm<]�rT��\�0����2:�p�yZ2g��^���i��
+;�0�`Ӷ%����@X�n���K����ig�]?�Iގ)\$��Z-��7���E1����N	���������s����m5m+���=��Xr�M1r�z|
+��g���*Q�Vc7��0g�b�9l�t,
+�dD�:D���>t�f�
Ѯh�b��a<�j��|��C�͸Z��7��K!�7lafl�&���tF|�8���|��o�������B��`�
+vr4w�G�u���\��+���O�endstream
 endobj
-2154 0 obj <<
+2183 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 2
 /LastChar 149
-/Widths 5448 0 R
-/BaseFont /SQWNCG+NimbusSanL-Regu
-/FontDescriptor 2152 0 R
+/Widths 5534 0 R
+/BaseFont /UDSSGJ+NimbusSanL-Regu
+/FontDescriptor 2181 0 R
 >> endobj
-2152 0 obj <<
+2181 0 obj <<
 /Ascent 712
 /CapHeight 712
 /Descent -213
-/FontName /SQWNCG+NimbusSanL-Regu
+/FontName /UDSSGJ+NimbusSanL-Regu
 /ItalicAngle 0
 /StemV 85
 /XHeight 523
 /FontBBox [-174 -285 1001 953]
 /Flags 4
 /CharSet (/fi/fl/exclam/quotedbl/numbersign/dollar/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/backslash/underscore/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/quotedblleft/quotedblright/bullet)
-/FontFile 2153 0 R
+/FontFile 2182 0 R
 >> endobj
-5448 0 obj
+5534 0 obj
 [500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 355 556 556 0 0 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 0 556 833 722 778 667 778 722 667 611 722 667 944 667 667 0 0 278 0 0 556 0 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 350 ]
 endobj
-1722 0 obj <<
+1751 0 obj <<
 /Length1 1612
 /Length2 19066
 /Length3 532
@@ -23610,7 +24034,7 @@ stream
 xڬ�ctf��&W��m۶m�z�Ķ��8�ضm�vŶ�ʩw���z���O���c���5��"'VR�6�7H�۹�330�)Xښ�:����ѫ���D����N�cK{;1c��&��H`J��B����
KN$j���d	�p!�RWѤ����/�?&D&��S����hGD���
`c�`�s����
 ��X���-m�D��J��
 �DT�
-�D��;���
������)���)��@Mdn�Dd��������?�93��v&2&rv��Z�ux��Q�9��l-����Y:���\���Ş�����������������_ۿ��`J��.ΦN�.D�*�I�;Oc�b;[�Uٛ��4�7u�������պ[�9��<\��e 2�tv�1���/�����pu���WtDN�����
���/�_���_u�o�;8�x����_V�+Kg��9,3�ߘ�.c-�`�i;s{"f���\���
���Q�33��06����$2��2*ػ�
ID��2���
����B��?r����������	-�jc�`l�w���`��n{"9�v��������������🆚�'���#�b���v���010�[h�,a�0S�t1� 27��۩�����N6�v������D��LL��S��4�������V���3��$�+uFu-5��ܩ��R�˽�������G)��f��������7��H���I��7 3���!ڿ`���,o��d�A���d&��?��:��������?���blg�w���������_V�u���?��t��`
+�D��;���
������)���)��@Mdn�Dd��������?�93��v&2&rv��Z�ux��Q�9��l-����Y:���\���Ş�����������������_ۿ��`J��.ΦN�.D�*�I�;Oc�b;[�Uٛ��4�7u�������պ[�9��<\��e 2�tv�1���/�����pu���WtDN�����
���/�_���_u�o�;8�x����_V�+Kg��9,3�ߘ�.c-�`�i;s{"f���\���
���Q�33��06����$2��2*ػ�
ID��2���
����B��?r����������	-�jc�`l�w���`��n{"9�v��������������🆚�'���#�b���v���010�[h�,a�0S�t1� 27��۩�����N6�v������D��LL��S��4�������V���3��$�+uFMeum-��ܩ��R�˽�������G)��f��������7��H���I��7 3���!ڿ`���,o��d�A���d&��?��:��������?���blg�w���������_V�u���?��t��`
 ��lo�b�+#ͥ3gxRL���|8ԡ�A�0?�ھ��W�.w��GM(C�4ϟ6ϥ3�����^ʞ�U�/)u_>�E'�a�A	|ڹf���������ޤ��A��t���3u��[~�ٓ��ij},z'R#Jm��9E��������P�-d�.mv,9�<Et�c6���z�w$5TZ�m��B�no�\r2�([�7%`޺]��GdZ� _���T�A����t4�p�4�\�׆+��3&_�Tp�ݬ5Y�LƷz��G��~��Z�j��>�����Βz��r&��H�J�Vgr/�Y�GiV�]l��Ӣ�	G�u͹�Y��Sm��Ys�)�iG�q�����ppӍ�„iѹ�g��U�[?.Y|��s�����_��%�-rj�I��Em�m�K!Y�d~܉pdq�&���_g���v(�*N�N�\1H`g
 �W�4��yd6¶Z�C�����Z�5?y�R��9����!LgF���b��u�!��5ر���,��;
AZ��[�#�{!�a�u�c�{��h��H��jI�3'q5_cR�O=ۅ��r�<|�p^pwL�������$�����ag�$�f̮ъ�F���f���F���&t{{3&dRӂ��
 5�)���toΐ�再d�f�L.a�g��� gH���Eꀳ	*b������H'a��@M���"2架�k�K[P��f����Ħ��U|��m���+:��av*� ��١�j(_��hF��TϏ�c+�O���??p�'
@@ -23666,233 +24090,223 @@ S
 /�����NJ��A]*Ei=�Q�+��:�[W��R�%�t�|�E0��e#�MR
���D]��M���6t�$�
�����t�O: D/�)Sڈ#�f��@����zp��,`HÉ�b�%Y� ֤hEB��FB-u�R!]{I�\mYX��$מ�Q�ןfB�����S��fj�;6s]3cC�u���G�yqp���g�D��s;�t~cҰ�3pZ��|ו�zpT���(ܫN��V*Cm�P�搈{��ld�����t���{B�_�>�<�P�9����xD:�B��(��4����F+�M��� �NJ�{�ῴ��M`\�b��W��� >i��N�Ĭ@��v�`�?ouS���;Z���j+*7n�ُ
	מ2V�L�>�L�T$c"E<�f߾��Ʒ�����0�}�s��h��g��r�"�&�p����^f���N1��(a�̄�����熅�E���j|���/=�h@�nwc�<��GȽ��2O9�rۚY�CZƖ�k��u2�[��m��[����7�"��eN c���Q�s4Gr�l}��زג;[�Yո9�@Һ2����l��ٶ''Yfz���K���w�ِʝ���?���G�z�\��c!���@�	��j�Қ����j�d�\D�K����ʆ�x%?���0k��#�P�hR�S�$o}�E|�B��nɶ�MˎMs>�Gj@-�2φ]]֦p�����ʳ2���ݷ75����|	�8�K/R�X�KF���͎����X��E{-�
��c�~�o�Y$?Pw2��1{�`ձA�5��	���di�pr�3����H����+5������0��XiOkk��oq���:��nb���5�A�W���b�gS�|b�f��oZ؈�\j{3y�4�if �@���8�t�9]"ύU�}�2H���R�_�ǽ���⎕z�c�!�͛�
 l4ٚ�D.@e��n%�9���Do��W����a���8o�������TA]��i�&\�B*�;{���/�6&��p
�v�׎�����VM�2��q��u�G�?��}��ϸ��"����K4�#�1R���,KK�!7����N"��7��&ft�"�CI�GY���?[���C0�\34h0�Y��Uۙu�eϝ��*�:�*-�K)�G�} ��	�A03Ī�ŧq;6M7vuR�
 �*�S��2RC{[�j����-�E����2�\t=�䭂׶l=h���j�_���[����Nξ�,c��w��Izn��o�˟)��J�!��/\�`͝�KhB.��\���_S��\��Fy��;��&��
-,�y��Q��ؕJ�8�0��S&Ѓ]-���Y���!m���*7���3'�I��L�#0���*��)���������W��7f�x4�}��&�r�e�ܱ���P���VI��T��w�f�o�r�CA�ղ�W����=�#*��.])��~��CX4l�̓�fh���X���g%���6�i��fy�͆���_yhi�B,����U�آ�(Y.�}�c�����q�4��lB�m!�����r�o���x/[�y���Z��"��E�I��7I�KĈ��'FC��nU���!�V��]����K����O��΄bb�/�V'��0M>bV�",�a>�5������k;.n���o~)�"EmU\�ʿ��p�h�kY+ݺ���`�*��8�A�*�<n�!@������"�u��q��l��������endstream
+,�y��Q��ؕJ�8�0��S&Ѓ]-���Y���!m���*7���3'�I��L�#0���*��)���������W��7f�x4�}��&�r�e�ܱ���P���VI��T��w�f�o�r�CA�ղ�W����=�#*��.])��~��CX4l�̓�fh���X���g%���6�i��fy�͆���_yhi�B,����U�آ�(Y.�}�c�����q�4��lB�m!�����r�o���x/[�y���Z��"��E�I��7I�KĈ��'FC��nU���!�V��]����K����O��΄bb�/�V'��0M>bV�",�a>�5������k;.n���o~)�"EmU\�ʿ��p�h�kY+ݺ���`�*��8�A�*�<n�!@������"�u��q��l����a���endstream
 endobj
-1723 0 obj <<
+1752 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 34
 /LastChar 148
-/Widths 5449 0 R
-/BaseFont /UJBXTR+NimbusMonL-Regu
-/FontDescriptor 1721 0 R
+/Widths 5535 0 R
+/BaseFont /WQUNYX+NimbusMonL-Regu
+/FontDescriptor 1750 0 R
 >> endobj
-1721 0 obj <<
+1750 0 obj <<
 /Ascent 625
 /CapHeight 557
 /Descent -147
-/FontName /UJBXTR+NimbusMonL-Regu
+/FontName /WQUNYX+NimbusMonL-Regu
 /ItalicAngle 0
 /StemV 41
 /XHeight 426
 /FontBBox [-12 -237 650 811]
 /Flags 4
 /CharSet (/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/seven/eight/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/underscore/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/quotedblright)
-/FontFile 1722 0 R
+/FontFile 1751 0 R
 >> endobj
-5449 0 obj
+5535 0 obj
 [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 600 ]
 endobj
-1377 0 obj <<
+1397 0 obj <<
 /Length1 1647
-/Length2 16806
+/Length2 16978
 /Length3 532
-/Length 17736     
+/Length 17921     
 /Filter /FlateDecode
 >>
 stream
-xڬ�c�fݲ%��]�'+m۶�J۶+�J۶m۶m;��=�o����O�����+�kƊ�I�h�l
�Emm�hh�9���Ύ��ֲ��4�Ʀ�N�V��	������������1'@�� ll`d0ppp����l���M͜��*�jTT��i�g���?�����6�ҿ.�V�v��6N)�����Nf��s+c��������\LV flc��yg+sC�������1���`����������i�r	8��vƆ�݌������v��掎���S}��g�d0�1�r6�'��v�%d�`�w��_�/�����������oTya���d���OlG�0����N#[C�J����/�on�p2vs�'��1�����J��o�dv��J������?3�8��;Y;:��������g����z};;+�y��k��������ʄ���oLC���M�m`���	[����F�v���;�������I���X���M`�dm�����ߩL��'����-�����&����������R�:[Y��[�m����A�o�;k�Ҁ�������cn��qշ6�r�?9���j����r�W��!lL�*D��B��o�������������D�����ˮbcd�`enc�W���_'z���)��Z���˿!c��Z�_��U������4��a��k��߮pRv�3��Hj2�F�k����������@��F��2�������?a�E��k}'s7�=-==���?��\��C[��H�I���o��/�?�����_��5
�V��]cc7cC��%[C��)�N5��C�Z}=�CAv���y~U�ݾ)�;�z�A�
S�_��gv����#=Vd�I�W���D�yț��lT�t���S��"=����4Y�Uw'}@�M�39@]?S�����?�!�&�Šw 5���䟝�Ɵ<?�
�
v߂��Pe�@�p����F��g��i��{F��H7�Oͧ
���2����^���J�#�^9�o璒>�ăy.bAɄB�^ձV�xf?��&�<.yMv��Rh3�4Qm����x���o73����C]ѷ:a�q�y�ڇ����x������s�Ь?�xpO?��Wy<__Z
�
-
-Y&��7�S���{
;�N1/"ȏH�m�o6GG�iL)N�������qp,��fV=�vbA��:��
:�x�76����̇͒{���b�c��	Y
->Jy\4�����-�!�!����m8��د������%���lg�B�)O��sUg��s���>�t�9n/	��ns�y���}�
��6�Y
"da���E���~A�ЊzE���%#�ev7
�2��������5@�6��L�1{�@f���u;O��yt�\]��N�5�p�y)�V��g��G�br��d��Ղ�z�LJ��D�����C<����k������Q���(Q��&(����%��F���,7�<U?�F	�cY�q��5������:ďFYq�V�'�i�U�Տ�o6M|���K���������u�L�,���k����0��s�,fm�a��_�J
�l+?��nw:���?A��h�d#��-C-����)�;�
d>ln�A�}�u�@U�<X��7)w㘚M�Q ����"�1��gx���iP,-��@:(�t�����|����#��d/��T�	r$n`)�Y���V,4����%ZkjvQ_���0L8&�ͼA�n c�S�;�АL X�n��0]�+�I�O�%���q��=�!}.�K(�FM:��K1擶�U%q6T�c��b&��/V:�ˮ97�Ɲ^��]"�vq�/~�h$��؏�lA^��݀)F�t�ߐ&;{�@5s��/f*�kĺ.L���BD� @Ӿ�V����)�#��{Rk���H�t���;�т�0���e��}��#��4q�Si���~����_�z������qM�̰96(w�7q��c'.-!�����_j�3F��ؖ�1G����VEƣ������d� �3�5s8��e�_�����[�x�kr�&�d
-{�����_E����Uw�R9��,0@NI኶͗��a������k�x|'R��d�ɽ�7�� U�s/]�`�o �U%f�<�����C�-�|��-R��Tv@69�tЖ
0��5�tHӖ�w��s᪗b0��cy��M�������iu���P ��"��3$��+|ݒ]���./�l\�v�#g��d�&����+A�t��'�
-^��&"�6�>���x�����D�dyF�/�r@���ZZ�()��,>!�h�ȑj�PFn#���b^� �y2����n/���a�>�"�S��9�B�����K�C�X��e�4K��P�?
-���]KME�3�'�A3r���H��P�/D��&b�������R�!64��;����C)5���_rX ���J)�+S�7�ĕ	doi�2�ž�OMپ+� q��s�kS?���B.(xf�1Ku\��4�P�D�p���Ȇ�˖�rt�`�4cG��+@08pNݽP�
-p����V�PN]�z���"�'��.��{�/=��Z��	ܲFyd5/g��a�<b��5�A���3B��� �6��m~o�b�l���W��g{׃��	t�2T�����s�8K�����ݜP��d�z�`�͋�o����)�4Б/$��e���x7��R�U2KG�&�[�H�w�4���n��c9P��J�k٫�eR��|!ӂ�@kk"G]��v�5ZL`�U�'��e��ԏ���pz���iǺ7��m
-Θha'� �kY�g�|8�=����ZWd��l�
-�Ȝ�E�cI���7X�/4��Ɵ�MN}��;��٠jQ75��]�􈎱�j�����u��ņ��/%7�>]մAf\�Ŭ%C�&�;�}��F�잦��Y��ҸPK\;]����.q���
-�)	7<mZ��3iq�[X�T%
W��8G�y���k�c�����Z_��l�~6�觊�ՙ�/�/�w*�
�"�n���8��izn�pP����IO�3h���Pr9F����A�Ь�N&\���D�-z{��Ϲ��U��˚�,Eą� �bл���iR�H�JhstP:�x꧑�E�Zv3G�r`�;� 
-R٣�����d8�p�����~��a����3S�L&׋h�jD�F	�vd!q|Q�~���<�̀(2Lۍ����"#�B��֗V�y�
�F�Xb�M?����dDc�f|V��z&F�v�
-7�gq�9��!�;K�ԥ��F|��u����
-�����߭������YfqW���^���)N��j2x�#B8>ޣ2~(�.�J�U��:V�O�*��Nr�Ch$C
I�V��=��9�iE\��qs
,ʣa7���(Um����@�!qCcGY�@�����,<����Z�V��6C�V�O"�Z�3s]�����B��R�#��P�K2��n��4��i�H-�8�"ę������\q��������w�P��L�AW������=���S���V��
-7�p���[(m(�
-W+Zs.��R��M��]�kX�M�2���H(���u'aԮ�>4�"qgw:����U�����	��6�O��qd��Cv�B�����FDd7jo��Fd��1��͜(�����_w��`��/���A��7��=+�y�p�@�n"��x�-���A�d��R����Z#=�J��Eq�*gs�A۔�~RF�ѽ-���)/У��=>A�T��0�^Q�L�|�V��L�9��n�4Kw�I���*�����,�qT�y�P��i$p\)e$K�;u";o��\�h��gɽ,�ݻ��ǚI��C�2�hR3+H;_��}�u5�����$�f�s�R�b�������\=V�$w��t3h���ji�u�4�b����M���B��/t�B��'p�W�kϥy���c4`9�wڸs�?�[����l��D�"���/�j�;�TFUw]h���ٿk�p!_�D|��Q�5^3�CZ�j����ޞ����s8���Ն���_KT��s��\6Fb��jC�4��֖ؑ��Ρt(*�I�@�ĥ�N�;C��\\r��k�6�i?$GBo)d�'�b�q�L��V��i���-=7 �3��w,���1��!|�;7-�t��T��Pݷ�3k35��j!~�A�c�Y׹
-7N3�}w�ߎw5�]F�_�7�Է�܀Y>H�R�njo����'�J�̂��
-�ː�J�����t���!T�g�D�ȼd�}����3�$�w�5����K3����P
�À��	�M��4(���$r����9c��]'�o1�.e����
-Bn*8��.��gU�����흡�t�uT+���S�1�Ya�b]�+hA�{�KI��3��~	W]�4{�醣&;��9��s�R�t���Pť�j�{+=��)��m]rx�⸞�J�����r�F��-�ʱ��g8�y���g�����i)��~%S���E��J��-��6p�rkZ|���KJnG��]g��襶F�?�NIx�]��p���I��돘e�e�p�l��U��t�4�d|@��I�zAV)�^�֔�����v ���HH��m�&@<���;��h�Ƨ�6	 �5�j�20�9����!�m���|8��Mr���|�t�׸2c(l������A�ȨA$�ɶO�"4��Xf��@@LC�n��^�l?is�U��
-�d)�מ��G��,�˜��~�x
-S���s�DK6�)(J��μ�>�q<��%�j��L������ �F��n�M��������Q���z���yR=
-�Q�R��~�f���᥈!A�z"���E϶T`�>�@`�/�v7α�6��ƍ:w�..M�6�|���Ҩk6M}�\Fk{p�f���e�����$��P�r
-�ll������o���D��:����?61��]�\f���lX�{xY������%?N�+�ȏ�
-u˅�hn}>�.�W���ɡ������>G��ꣃ��|�OD s�܉�'� ��:��ɝ���=b��A@�c"��"�s���հ?>^Qq.?IS`�QKE��ږ)X�N���L�\�������b��2T.q6���#6�k$7�J!��O<5������Cj;R�,��A0"2�iU8�*d��E��"|^0�إ��1}x~�|4��*�Ƈ���o����øg,`���k�j��ļy��
Z�C��D�/�>��z���m�b9�l�%�gp�_y�e�'��c�bw���ƇW�VCI^Ӛg}�%�c��q �7����_�i6c�������@\�d��e�7ҭ<]�y؀a�����)��K�aO��D�̶�ڶfQ_��)/�ٟQ #"D��7�V[���l��K�)&�^�8-�wU�m^�]�W�ۄ�Lm��V20��`R�\�D7��r1]�[{������S�S"�D����)Íl����Si��<���0�2
�'O��q��skPC��p��bֆ�I�:Y�(Ip^�Ԍy�F�C�H�$N82I��&e�܅�6p40�(�/���F�$էc��8�[�P|7� �E@�n�{�d�%�6=������	]�P��'��a�u�9�Vl�ȤH�$�0�n"���j)�Τ1x�aG����΍7{lR��V����~�Z��.�iZ%1�ݱ|����C&����4l�XF��j`q�dq�h�7jV���Hg���E�hj�x�'�Vw�m7L�CqOB�)V��$�����P]9��E����ڹ'%\�o!V���^�
_���|�Ї�,e�H��]����[�]�
C�Q"��g�_�R�Ϧ�y�g��T��ɯ(
-y��tk_��U�-ϼe�k�f.�#w��Û��G����xN���Gݽ�CS�M1�˻�o��۲�����bvj5)��F�Z&T٪�������P-��qם�c��]�L�t�S3�a,��t�Һ`��]��7x���d�$[Y���ٹ��z�F�KF�����:/L#.M�x�@̰�����U;�d�ёJ����RW[�MVR�(����n�����LI+��?����l�8�O��-�’�o���[���&�c?�cƋ4��U阹��)�-F��p����;qF0A�8
- &5Z"����w[���RKn�߱�=D�-u�=���Ջ鮎��������q:����ض�ƀ���>	����޽�c��'+N�Ш�VJ��(�|,��?���+B��$���
-l!Tѽ���i,9����$I�,hg���#���c���|����Tp�Q��M�X�=�T$��թ�!�EF�Io����\���%��A�@n�j�Ӟ�@\6�.�9��(
-����8�'�9�XR�
Eo����n��ǔ�����U���	'
wq��W��ϐ4���d*XyJ��"��UǾ�r��
-G_4��Z�]j6�s��A�Û2(:���d��:@����X�Ŕد��[��D�F��rp�Nn�)=��^��<���"ܙK���F)QP�t�mR�]*]Y�C%,�U�9�����G�;�B�ƒ�V�7v�1�P�GW�2��j�
-M0B��I��o���dK�1 �Vb,)�޵[ (p����ѥ6��D���,��y�k CRGǩp�l�tk���d����&v+@��,��	m\����Q���_��nC[R#����ח��n�dqRWZO!�����7�;������q���X��٫�������O�U������+FP����0��^X4۞��k��q�{N�蕷(E����Y��i��G� ����c��"hP����a��+�)���,p���v5r��>e��K���h��jW����ϳO*�8�Sx�7Y8�)W[�p�ٜ�~>�C�b�S��ݱrD�
��C&��=�����N�:
ݯ�k-k�S�ðjfF����@n�QzE�(�r�U��&T1ɩ��~R~� ��%·����	�2�u��N]ftQ�S�=l��RȐ_#�{��zO�T���b���"L�p��eUC�ڊS���3�;ʖ4ÿ,P9�� �9�7cF�c���_�0\�FG��,s֮�����=�e�QzL1��4
-R�+qv��l�5�b}≊ζ���'q��%k�v��أ`��
3@a�D}��ʧ1��L������iRzA."��q"֔v�A[02aD	�j�!Ph�.�4�&`x�N͋]�U#�o5Q<d��—��2��V���e�:��I���΅�J���ɝ�=��:���(�1𣌵�.#I�VO-�955�G��z��3�/��-�Ԅ��p��j�z2Y�����!%t��cn��8R$ծ��-)w寅�W(LV0bb|��dcMb���y�Y6M<ŵ�(�h���$���=�y�'�X�g
-�I+VX�����f$�V����	]����퉚!��OT����[ͪre�"2g��,�IE�-�[|��M0����1�����0�흦P���S<���z�BN7�0ʌnc�y4���́u$[L�a>,L
-7UρM�
�-a�5��%�.9Cp�+@W����_
t��V?$dm��u"�j����+;�uγT����T��9\���4��P�:h���k�?,��~*��n����?�8��;�D2%z@h�|)L­��U:�1���W����֓�	���Y�d��Y��A�nOY\�\�Iͪ���ȶ(�K<�����Ċ‹,l;q5�����ĜtT[�p��[���l�k�\�͈5h����ِ��;��#m��'���F�Q��2��:�%��H��L�,ey�jWf5�W9I;�ݷ��� �����9�!�H#�eCU�Ř���7���2!`�!AE#~њ�{�;p��F?=����.ed���(m���@�w@�@;
-6�p�{i��*%$��ZcQ���$��&_&7^
E�������NFLQf�f;8���m���ǐR/��6]��K�o�!;4��ʸ��'��w|u4+�]@�WK���;�=7���<�����Ep�s�
-�W<��C�']�3����}�:�J#��@�U�*�#�iQ�W8<O���!�v�ή�����9g��L�&���>�4�O�4��ێ���թ���Ŷ�ch��t��d����,>B{F�%r�T�`��f��Y+
-=��AF���R���sPi����g�hHO�J��w<�Ÿ�Vּ��A$P\�ԙ��A��P�Jyz�if�t��i��i��D�&�ͩϠ��H�Z��`�Z6����:n���j��Ǜ�>���Î�e����L:�C�����Q�� �Q1Ւ{[��cH�V�d���r
�ȋ�T��]����yܮڴ�~�D�@���&�m���y��	F�,�"�y�����(��"�r歉5p��J��,��rG���1g:5?k��v��HY׎�z�[��7�!��E=k�L4��p�:�g�����2�=�w�1XGF�=K6xx�HT0��y�*B��o���s��3�-��ުϿ%���I�9�>���
b۞�ըO�4�τ������Sˁ��%�Q��qjQ�;�$	H�yn�R���������ctI��!��;���T�ˀi�j�*�)<;:>Ab�Dy����s��5�*��t�Ԓa�R4ފ��4�
-i�a4�w'�Z���� ��F�3�ʙ�="�h��6�L�M����?5�D�t�C�X�ےΩ�O�oi��xL�$�p>�#�C#v������F��,�J!���-�r�l��>h�R�"k`g!U�q�!��pl�ߋ
-��ev��ja��;�f'+��
�~~��xHc'�����)�T�fm��_y茟�jD	�ub���C��(a����]�!��[���	�_�m^���_�9�AWH���u��Ӽ����zy����IN$m?D�0�o�YB�)�\:�/�ұf�,H�d{󱖕�+?f�n���J},	J�8��<��4{!|E)��x���e�<}�-�0���x��̠h�Â�����_���A�	f�ݼy&��0�;pk��I�ּ�R������u|�5�_�Jx�J��ǿE��G}SDg_�I5�'��FktZ����U��TP{M���⯌����x�z�N�tY��_��r1�*�����`�չ7"w@����+��bHL��T�Y�މ5nf�mJ��׭d[htx0�o+����3�bQ����iyTX���2�V;��=�է���>��M��tXm,��|�D���W��կ�&B��v�th�۝Q�F���8�)��������I{~��{�-�f�a�Y�rk�rN�<�/�b��),K��P��gq%�Y�i#~oe/}ܢ)o�a
-�|�S1�.�S�I���Z�8�@B��gKG��0������v��ڐe�x�H\3�J�͝e�z
-��Z�S���N�B�	X?�H��ϱ>g��ެ�"a��aN�������S
�Bۜ8�
�_)>q��6��
-h���n��
Qf����&9���1}L�b�W���t�
l	��d�^̕f�g�Ԙ��迬V��[{2����A�.ZD�M���~E�{�K]�z�I�ǝ>��|ƶ���T=��qg(���Ǡ�ҭZ���Zy�B��tֈ�	'��
-�#A�tdVSbq�Ϙ�n��w��#5y2Rp����z7���6d�z9�9cj���2�����j�zƾ���b��P+e�F�X %�$ƺ9�?���M]Q���d声�NQ��>�g��2�j�dS�kN�vZp��!�U�O���uu
-�KX�I��92>;���aE���j����PhO�E	���E�����pw\��4����y͆T�6A�eSĚ�QK�U	"�����|���㠫ڏ�=����l�B�3�aQ�����Bf`��+۬c�nO��]��ch��o��
-�*W$�>Yia��q$WUu�>�ӫ��C=������#��Z��+��Y~{��	��N@�6j�R���ۀĞ�B4�lw����o1a�5�?Ht������S��ģ��$�K�ӂ;l=4䑎젅���'�YO��ߣ�~�5\�n���9��?#M7\��0.AI���&�H�'d	g��H�,V�"��/�e� 6n���_3��KHl_��e�1�㐴�R���|.;0\��w�H���Ǹ��9YH��r��>1�_q��:e���S±j$�����������>
�
-�#-T�5�>��$�.��1;��{�>豋��aP�'a	��
H�����RB�ې�R_���Q;f��c�Vv��׏1����%��!�(b]'ƭ���f �m~�Lc�mh�S��
�����>�jܭ�%
=yk�Z�q��XFs�ɶ�����.<�:�_���t�i��]��j��#	�@��B���k�K��ӗp�Di[�D�6F�j�wzi�=@%�Y�-	>Q��;���.�
����uQ�d����?*+���0�0k1�|b�����۹'�R�-Ơht�����$�{��}�nhn,�D�g��l��}'	���Fl'3X��?:c-i�1�3�q�ń��u�90g�����O^����y��]����T��H�*X��<7Y6YHFe,)h=��eNtz�R|y���	����TQ�T��;�A-��&���-�6$�{Om�%B�M�T�aan}G�����m%�	����W���&��s˶tՆ���w
-d96Q���~g�����/v�<q;���}�ߥ��R} Q<GivHs`0�LjDzŸ�E$��̸�I
-ayP���aPn�$��$Ra]��V�StnYr��[N/q�^��1r�hr�#�.��y�<���(�eK���/<G*zf�L�����@������`I?��/�����M��6�`$�8w&�����+�eJ���a|�z�Cp�ē<���UdFz[�!8���.)��$��1��	��i�ױ/��^>�m�Ȫ����@��5I�{v�`�*���.�zo���a%}/����oHy�[שs��a{�-sy�%�r���i0��J0#z3l�U1�ynf���s��G�TRwp��
���)����#��U����ߠ�}���.�/�J��jD`<��=F��;�ڲ-K�?���lU�]��~�<�m�4SK����"�;�'�
-e�>h�oF_h|��E���qE9J���7P�IS�h����ZE��\a��kM�{����h^H�"�7b�^��l�6	��j���t'�Jn,�Il�0�g)�Kb�w��Yb�/
-!B!�j��!{���ߍ�%�����fUm�r���(�_c�ߞhd�4�wf������Q���w�HM̸~V}y1����z�&�llbk|���q#�x�� 1�K
-Ά9�cUM���߯����>��'5q�f4�ᢡR��4���;���m�ϻ�Ҏ��=s�@܀�3�A���\x���J���ƞ��Q�!�	L� ˨����Bhơ9�O�������(�"��P�V��ͯ�� ˒{��O|�`�F/蓾~��#Db�z�<�C���Ka���M)=���\#���w{Xsq�o��t@�>\a�^��v$}+쨗�t�',N��N1yYC�����7��f~�Ⱥ:��z8e3������w�%��Ȕ9���|wc+fV�+���?�f�b�|�*ЫM�=�����ޒ�m�j�*�Gx)O`� 
-[~TQ�蝬@����f��`�|����]M/l)d	��vʀ��^��笇�Zw�]��n��;���Q�`G�Q�j�:vS�N��Hˤ��Q0|�W�
-�}W�D�l1H���I���`�fq�~���$lMl[�:�X���
7ϰ!b��bnr��ն
��f��Q	>�_eَ�8�: y$�2|<���P��!,	�q����kdx��CU�,�~���z�²���0�K�og��#,$)6��=�XTB!s��\�}
z�/�]�y �ƀ�y��C��yA��JDE�gA=	q"��Vp�a/gF���>y�[�98�*)��8��zn:J��!�m�A�<��U�I�^���--#SRmR���g�!![+9�93���
10:��Έ!�E�"±o��DV�(y6l�~�L�ai�y��k��I�\Oxi�V�4q̼
-�����3����E���Cd�'�/��<=s>|�ה�%N������P�� ���*��@1�T�{��m��,��pF�:K�$`Ov���bؽ�@�"
?����`�Y����Ͱ�D�����Q��2�$�`	8�q��+�����
z�L������4M�	w����J�	b��<��@D�A"���]=p6���"C����L���{H�*�~�m���.�xE�؎���y�*P��Nk���V�ˍ=�:N��u�����u�Ts����m�X��N�}�ʱ\�!���Y���X:maѫ�%c1�L`�����˱x���ڪ�7_���JC��5��3����_��(�L*�)CM�@�m���v��,1��Xt1dM�x�9?p� �'�ߥ�	�`�7��d_f�ZNv��c�)��W�v3����%$`\0z��۝�[D	c��UT�9e�0�%�Hwo�O�Z���K�,c���W �sT��s���Y�MB�6����T��G��������A%��JP�B�l���b��
6�4�-4��N;?�<	�6�&:]����y�f���7,���H�h�����hg�Ê��%��B�)j����t��O����#�n� �4~���,y���&�1�p��=�o�6�#�u��[�L�A�6��e�Zg=އ(���~nG:���3�8>�B�2�M
JYj��V<��{a%4o��j��)�j5��O�n=�s�f��WU̹��5.�͠�x#���U���9`�?���S�f���ޤ�D��x�����T���^�.4g�/��vK�9�qo�L�{{x�3�T��٠;L�!�o���N+ 5��֬_���fz��uJ��[9�>��TeK�w/�^_��0��)������R����cv�����6%���W�����6K{�1����Ď�5	Q侧D.�^��=�W�kǺ���^u?��h�9c/�z���
��Q��kq�h���k	*���Zl#���JM��`��z�`j�L	h�>�.�^&H�s�.�'CW�2ٸ�P,*b���Ç91_�������m��1uU�����d6�>�V�0yt�2��}�Y�{��P�T���n�#0��*��N�NT���і����ejl����~�N�䗏{9#g���u/ۻ��#�(��S:9!�������v	l����.m݂���Q�(������o��u���|O���/��8y-���e���|�U������y��C
g��N���Ɍ�b�Tv�R|Ydy-V�
�v���!�{��.�1h��s�*��l���i}��	�&a"u�D��%�Jm�x��^M��|�=�����FKͱ�(�T�҇�*:�1lA�|���.մOa�)2�`=*��F@y,�W3����")w�c�6���o0�7�D�b�#�=��RcR����\	�8o��jQ@9��'���(l<K�v�N1g-�Yn��e��u���~�����W���z���Z��%�r�S'�X��)	6T!�&���9��e�k\a�'d�ň�"K�KR�У�#����8��t����_T��*���G��>rm��S���e�yKQ�0�"h'�7$�鶄�>w�������˔��n1H�4�S�vv�?�U+��[�;J]HP+G.�� �����\eY\v��=;
-Ru(K�f�����G�Nr�l��]�@�Cj�J�Q�\���=��
-�讣������U��LTP����ӌ?���@�1	�Լ8�O˛��~�WG}~L�:�Ct}փ��N֔MN���R�N�!�9z�}N�);"���v���4hO��@T���i#3��A&<p�B�D�� ��g��ا��k�p
-
-�e�/Q�U`��|�������y���5T�0�aƽ3��,+&�QDv�<�`��H�@����q:���W]3��5p���1HEҡ���ve�m2�~��|���Q���?�ɪ��fJ�O�����Ï��3��M��q��G��$R����:Xrw5�
�5
��3+؉`��WA��X��z�I�Sv=�|
-o��2S���q�����[3�M��φ�'E@�H8o~��a��w��ɳp���6�8Ft:Ih������2�����E/z��$O��G��_|Ck������d��T�k����ض�q�����o��bg9�DH�_��1l�#t�[@Vo�H���5Xt�5���&�&w5�ąf�횝3�X�
-nl�����R�_jCi����a�?_B8���s�Bz9勅��I��6��s��b�'��X�#�w	7���Rxz6�ߴrVf��q�[�Z*a�EXW�I���L����گ��R����
׮�0�f��"����rÅ�/Ɲ�]I��$Da��
-!2��䶉;�d���akŇ
-?b���q9Wf�V@�M�J��X=b��W�|{S�;��g��,
�|WE��lݵ�(�`�������#AR�F�ZQ�5'[�	��k���<��h8ɚ�x�!�2���P?�c�V/�.���7��~�!��Ԧ#Fu�t��j��oI���F�W��X�[�f	#Y5�>�OTE�<!�fva���q�UGR�a��(Zk����,Ym@C14J�,��ĕ�r�N�ʻ�5U޶���U�X���b#���X�D�&pL3@졤�2k[Ӻ#��@�,���ԇ���
��Z�c8��>_���&wt26^�(�/�Z)H@�R�v�1�)���k&����1���^z��qOV�f1 j#��V=
-CN��҈�B%M8A-oG���]��q�Ifܰ6�{n�[F���H>��8���$��@3���Ĺ�3��EE�G%Q93�4��e�e;*����~��J�K@:��~�*�V�
-E��Pi��W��Hv�?�I~�8��`���U;3�����~v"n��{r?�/2\;��=:pp�E�%�����wtKtG��*���#`�m^���3@��H%�]�d�!q����xU*鶡&���Y��M�)�nF�k�ރ��ܚ�{���MS=F6�[z{��W6@���sv�#�쒟B�:��x�
���粒J�`3��P��@UBp�{��v�2�ͥ�*�T���v�6��w��ý5#S��u�(i=/�b�,�sž��Q�c;��<�)T:�:U�'�!��:�����I>]s�>4'�^���;���d���Hjz����Ili��������	�~D��Yc�tNPyK�R{�i�ZIiz~�.o�<��x%A"��c��Z�����!ƃLs�2�2*�I�F����
��5�x��ڒ�������-�^�jC��׸���ߣ ��0��KA��A�5�d��v�sZn�t�ۊ��x����e�f���I�!Ng�
�W�UA��cR�,�KmH;�[�ĕ���J��� �n�J�FAՊ����B�g'cF@����|a��꘯��5&2�€�
-lꔛ�B��H���m?u��bރK#*JRu�\��]�8Fv�y����Ƙ�36'�/[���[��^N����;x�Q)H=d~��Y����IR,�k��A����-�i�������x�ϛ�?0��F%uYn0�J�a������_!p���*��	���9s(l�L�D�<0S�*�Q����M���32�o��dg`��TnXP-[#�0���N��<��`��d0��Sz�G톺
+�z��@6h� �fCh�
WӖڣcj�T�d�.�Na.-�b�U�%/'��/�ˠ��������&/����z!��ع�E�n�l�fpC�	tå(-�F �����*|�D����r�����u����yH�����ԝ0o��}͌0p&��0Dm^�<�V,"�
/�̡���:�A���R�M\�Bԁ� BW>S�=��יxF��ɮ}�l��
-ۖe�FԉG���A8WPT-�k����y�Ɗ�@	��,N���3 �Hf�&ޡa��l�R�IW\A>�#I6���q�?��mF+����RX�;��'~�0*��a~�/�Ց�����.cy�BCx.	f<���#�N�L��[[�P_��I��2�
ѧ�	�\����_0V�i�B�Zc��3��Dl�Zi�+����~�+��n {*���u�#����~��)�W'�l��7)�'�4�:T�(8���(�:����%0�Rl��Ǟhx}�N_^�@�3-����%�{��+�x�*kk�mT
-��&G���j��\k��M�/E'߯��:aw>Oyb���B�����h�%r='CD���NO)��|��t	��!��L"v_$s�8�RM}���6�ᰙ�d
�Q�����RfX�3-�ìY��D	[�����v��v���ռ���a��Sg��
-r5��T�g��umͶ���lª�ro�`]ql��;^K�9�R�ھ��n��q�ێMK�ܖ�MY�rP3�a����}ʸ�L��������M�'t�J���Pf��2,*O�[YU�<�~�t��o�G�;�6h�};{҆��v~e��lεF���Pk��W,o����]���~��Uη�o[ڳ���|Ê��?5ߊ�g�*?.?x�WuB���i�7��g͗�^�������M��C����`��~@pg�為;Z�#�~ܻ�~�ß��\/�0�?t���et [�qn���^��"X�U��|y78 �5����ʍ�o�'Gp��+V\1�M�ٷ~�/�׾���+ڈ�i�m�5��s}J�|OӶ����L��}�ϖoF_ws���|���>z���Y����Sb����?m�T�6A�߯<�{e^~R�i����ӈ�B�y��,<Y���dr���6�{G���ʝ��m����U),��3��Y�n��Z�>8�4�gZ�_��au���D��3V���O_p-���ɳ��9Ow�'��ʢ<���A!�S�z�o����|6��5;��W������t:���0�Z�=Z�,��o�t��������^_�@�7�k�}w(S�u������x#�=Ir�Oȣ���WB
-,	\���5Ys{��uG/���KS������ݽ/���e�=�+}<�F̰5��܋{[�dՓl���{�v�e�m_&Z��$C�?��K�I�O��`�~����O���c8�p�e���L��O�3�k��ӇKlW��A�[�c�'G$��5�"\�?뙉c�A��o�E�~�u��f�a���x��R��R�V9����z3�뙆�Y��#�/`���;'��b��}o��Ӊ_�뱡I��u�/j���=�:�C�%�jV���EM<���_o�__��I����ԫl=��������z��eO��L��s^���2'���8��~5Y��ѤW�S�$#�������.j&/OPs�ߢ��9���P��\�ϕ�����)��:����H��Vv�v�������Vʕ2��6��Xv�~��܆��Q���9��E%���E�\���/�endstream
+xڬ�UT�Ͳ%��K�pwwwww�����E�N���P��K����ݧO�so�t���Ɨ13fD䌌1��XI�^���(�`�J����P��3qsQq�Sp���WZ�I���b�p���@cW+{1cW @h�XX�����p��QG/g+KW����&5--�Z��0��䯧���=���;����h������Q�Z�V�@�������$�JRA 	�:�-B����� ge
+�wR����^�L�ͬ�)ͅ�/�����4����4:����vV..�V.�gc{׿g�����7�u3�'��vs�%����w��_�/����������+�oT%1���ji��Ol��0����N3S�J����/�jle�pz���0�rq�5���/���տ�ps��������@cg3[���_�������	�ߪ7vt�����ÿv���\]���p�,c����mae��O�Hۛ;����m7ss��������g��&al�`o�0��1*8��
	���S��O����[�o���M�����v��_����p��U0������3������w�����g�?�����jlge��r���5����r�W��!��-�*D�����o�����'�L����`nl����eW�7:�Z�����������_05K+S��`�7�7��5���_0�hhiJ������6+��
+W5/G �FҔw0�_��DD<>����zN�����u�fa���	�/"��\��:[yt���������+��B#no�`�O��ۛ�m��e�6usv���������c��K�zM��WLyC�3s�\�
+F��t���G�+��J�kz2#w���ׅ14��|vx-�9~����}���M^���R��nStq�3T f�k��\/�����`�8ܝRV1(�"��bu��~�$u/� ���o�ј�������"��������p�-d�m~,9�;"EL�S>����w�xty���3��#� �Yl��/� T��;Ŀ��J�xe��)�>�ذ�� 
W�5�>Ώ:R��W|�D�5<����Gh��v��ש~����$ݓ�\�1u�bY��y�;Ec����+2y(��o>�{��>�i�z?]_����ڤ	H(�xў�D��eZA��Ĥ�v�1��Ya"׷dV�~��8��D8�T)ѱi^��#������k�E4������Q�T~
+���\s�Ka�G�o��&�yѰ�xDL`du�A��-W
r��Ц$y��ʑ/I�Q�.N���7^Z\Nν���Г<W��ʰ)�N�G�K���pY>��H*vNF8�q�=�0ܷg�o�q/hӸ��D�l^���r�����I&(�r��2yx�o����������.?�W�zS��.���jR�%�z�H�,Q�.|����Pc�o2�Y"I�4H��o��xdsh���vF�]�۟i�um�Q""F���1�������f���i �l�{ %���ngs��w���WS�%�7$�?-����YM���!$���ěz{�ݍ�����|�v�.5�&�
�b���9��gӣ.82�Rm��\#�W����Y ����}R�"T�
+�*��U��=��������Ө������,�U�`���JtzȈ�U���*��ԓ����\o-D#m�ULq(bg�
+��v	z��̯�F{%��d�+h��F"�i[�*����G��U5K����6c��m�*�k�JS�����y7�~͔l�B�?�e2��VwJ��X��F�<���@�L2�5�G4b̋z	�ڢ��m>w)�v��sNU����k,��{������g���e�_�k�ԮKJ�S�&%h8齰@D��v7x�#/�|g���~��F��R[}v��Н�LX�A��d6 �6��#Sk��`Ovct������~�$^�NN����Z�x��aH�,�=c�-�*�Ru_��aT4�כ���:�_h�v��G�4ui��V�Z��P�;^=����5�S�C��.>�z0t
Z�y�)φ���v���X@x)!��Qb�S���L��ZG���\3}����y�Ř���~2�Uj�&�69���P�hJd�N��uS��~|#U��a�+�p�(ҦPK��-O�26�,Z����������@�'�t��'^
��Z}@9��z�Y���Z�8g�)!����6ɍ0[��ۜ��Q�E�
��ou�؞�4�*�\D3vG�6=�bGo�p�a��G�M�7lp�~!ߦO�{��N��X�E��B�쭏Im��@,��?"�����f�:g�
+�cH����NN�<=���2%5�d�ԅv�TN	a+����fQ�$�m����D�?L�����h_H�O霕�R��+;��
+�s�C�-D�3�e>�,{��Hf��a�]{}M���Ij�±�X��HI�T��6r��m"L��\�@��'��uj���nNۡ�������"�~�j&s�ڌԍُTi��lLy
+1�?�k@�d�����	Ż�j��l�*}wN�4lqQ<Y��Q��U�B��`x��6�XJ)e(fg�Yѻg�ca��]M�j�:{���[?��tT�Ԓ��9P���?d���·q��m��'�\4G̢����|>W�f{��䒳�F���.l�����@)՝ �7#�˛�+S�j�_�B�7Y���y���Z)���o��oً�A�%Ij��lL����nw9�.�ެ{�
*�<�
k�B(�\����l��l�~<��
+����GR��oGJep0W����q�3^Ad��4���o��g5]��%v�Ñco����%��Q�Y�ߦ��6>�p�kX��!��&�L��)�F��7��"qǞa  8\.$:E�!��KEw�0��ݬa]�<3��[����m/�-�t0�مc��ٞ��a �(�)GâY~R�ݲ=��\�W��(5=�\=�=}uߓ�A#4�LWJ/G��%�1m����O:~t���Ow��H���z6�ZY�"������ʻ����@2��|�q������q����W�=�2�a���$��iNQ�hX�ph{�����f�%,�hV$�"�\��A=p.2�¾�d�!Mjn��������:��e}B�
+?��jX@�]H�{�,�Z,�X+LpF�� �?c[�
\�.� ߭�A��A��)��p���H�گC�����
���ӛgPy��uA�N-�]���R�D��}Ŗy�q�X[8U!B�c�1�P�^v��N�\&͗f�ؒ�ҭ$B�w���	�s��몼}Sc�3���e[j�xv<�No�Jݕ�Zrrc�v"�t(�e���^Lov��Ü�&_o����gQH/LjZ�'����H�1��oq�8�/��ҁ5�I.uNb3��s��^��f�t���MŸ�O�kR��~��%3��HK��<
�Y���6+Ca(��d�-?�+�3�N�x��Y�O�;��z�=�m$�v
�gV����}�eh�KUdG&A��&���5�n���p䱺�����s	hAo�/ER��U%�O	A�o`�ҽyց�E�;�'{H�K�DΧ�5!�Ͳ5����@��H^�H^u���"8�ו���E�v����F5E�H<��MW1����r)7�o������݇�S���vZӓ�F��\�e�]u'2ە,Ȩ�t~�>M-�>��֥ۅq qk}��w�S�E�ϛOua%�H7M�}k1ś\ �m��yv����_�n��a�֔?U�d[³�Lt��^T�/�';�O�-<�����5ۍ�gn�u�����]��Q���Ұm�6�~d>����lQ�sȌ,{��S��H��
+�Q��f9o)egK��+Ƈ/�&G�ͬ&_!�i�y5�����������f�{w��X?m�~�]��Fai� p��l,��)߼������ftNQ�._�p\������Ȉ��!�˄�+�֤�X'�	��VaVҜ��Y�]Fz���[f�������ge��<���T1�!��6�����xg*��xx��s�&������Ʈ;�e�ӛN&/ꅉ~��d1uT�5�c8�]��}������9D��q�ۨ�^cC����R�k����}k,)}�!��Y�ʙecu�F��Ƌ|L�WJ���;����{hF=��=˻��P�-����Jă9�Ir]2�QjJ�K���Sވc��͢��T2%������6���D)��%��н~��5�i�>�*7@�ì��V�5z��[f�Ͼz�o'{�</㩾�sZ؛��o ld'i�&���L��R�e��!
�r�ŤGr�"k�=����SX�C���.Y�$^Gl�>Tߤ� &������pt��*k�51�����x�W�E?BuU�n�\8"���w�?,��eΗV��B)΄�r5�3��k�u�x�1�[Lr����v+?�D�)�]lj��
#)�M1`�J�vG��	q��V���ri9A��"yBn=pMRz�v�"�,[z�.����v�aY��ӗ�M�F<���n[�s�P*8���nFs�yFj�+�ؕ6%�y'��1��!����4#,� 
��Ʉ���gM�!.�I7O,��J��/�{7/�~8����
+��,+�^����X�J~�^��:�M�)��jP�/�^yHXi[�ɣ;>���_��,Qlv)����۞�<ܒ��u#X�7�QU�o7ܲ)��}dU=ޘ��O)�˜:v4O6j�(~��Ѓ;����Bʚ�*d����wS�{H|],�c[��h:R$a\E�
+i���Z�C�d�M
+��0{D������9��H/f$W��T!|�RL��Vшy̦� ��A�R�,��V>zUR���i�1���J�_)ƼG�Mx�d��i�����2�蜅i�IH���	)�ih���<�y��H
��k�26��"Gj@ҬD �52�1�vX��Vf���k�h�%��XA�yR6Ar�h����zD����sʥf�O�d'a|�(p�#K��`D�J��U�#�"���!��&c�^.���
x�Oh�@���j*�pW)�k�:��l��\�ȫF��W=�)Ğ�����g����'=O�.�vn���}���V�bat&�X�[J_����!H�I�0zh�^GQn:M�Mg���Я�b�
\��rʝNa��n���]�5	J�wV��Z��.�BL���ܕ<�X�$�����_fo�a��R��U5s>U.������'���A���'?af�X��B{�R��E֘X~�._a�w��˲��!��A��X�^��?0}�h�CJg��E怞��p���.8U�k"��w��g�i�ܪ�(��y����+��?�����)'�=sd��N�^y9�8���AAS4��+?����G��`_p*�s!�2kw'��Qi�-V������f��4|���4$/m�F�nA&���H��bepf�	���b�`1�Cj�{�x�\�p5��"�vp��F%Q����`�\
+̘���IEzI}!������V�úrg�g��<Z|�A�,}~22�x�HiQ~Ga�}��l�.}��%�6��R٤i�a��z���2�۬ɻ2Uܨ|>���	�%��f�W!����"l,;��9`HA��-�,�
+4�n<�^v1]�Q�!�KT��I+�4��'e��I�'4&�F��7c��
+�)���;���+���|y/yF��N"��v?ѳ6N櫡!�3�9���O�1��/w�������0
+b��?������څ=d�JeU�tl�a����
+|��25��ɶq��=�+7};�ũ��Pn�9u<-g�e���V���q�[�e��<
+	C��~�0)󟢩��ܳ(n����oV����5�(���H3Xo�'�sp�:�����Z�M�B�Ǚ'�\��/�_Ju�ɓ�;cP>%�������pZ|��;��ÎHG���)1��:"]��@�}�l��iM�D��˼�(��9�~�i�
�f`�7O��/��r���w}t�Ӓ�ѺI�G{$�H���l�9��r�#��>1��^��qABFg�z�7��C�����ϗ��2���S�'�ԗu<����cZ�T�.����
�V6
̩;�}�MR!��jl,�*0[�@�%Zj1sѩ����&}Qv�?"0u������z�{@֓@�q�|�~8IԱ���^���-�ڍ�rF��{�nؕJ� ��S�UՒ��l������8�u�HS4������%��a�
���U��)�C{����[=#/�
���$�;Uj�.��.��
Wm��$tQ�Đ�X������������eٚ�c�ߩu~b���~��ܸ�A��|���sɢ�z!3#�#��[��h��;��!V�+������x�zG�
+.��8�"��E�+!x%�.B5{L7��� ��,�����ũ0v����M�$B��q(�Y�mmyT�V��D���{Mj������d���˟�̞g�g5K�w0�����n�]�0Ҧ��`+"�\�C8�q�J���j�ֳ���"�EQ�`u��ع5 e�0&[�HL*5��ty/ɗ&h'���-9|bN`^��u��bܒf��!_M��Y�6P�H}�z��/���'��`��G*�C!�@0e`^?�����*sj�hr�E	}����̱��裙��P�˅���ဦ2ѹ121��T�*�\��
+:��='6�bB�2\�9"Մ�KH�2����5�(�sB��6���D�
+��N8dV�P�Y�ɴ�j\�8��Akeϒ�����/�F�Z�ʫ�O���D�����EhmU5{&��Bw���U	�x��h����`ݐ��D|���`¹�h�%օW�K	��*Dށ4����Rk���sJ��T�8\��VS랉�1�=&�:-Ϩ�)�QA5�d�`:?Aܸ���."��לA_F� ��r ��q�:�jz\�*H�䗦��Q~0�|��F�8�[B����O�S'�Z�[&<d�zM/���}��l�`a����88ɝ��]c��
��7l
+��4C0G�ă
�/�o�'��Z#G�k8��V�F�~j���,Z�ψ%�5V�!�Q$�j����S���L�~�{���Z���iT<_A]���U6��=l�g@��]�f�,5!�B�a�nQS�k�o\���-�f	5��b��u�vu^YG�M8�0w$@�2���.�Q������Oqб�zQ�� ����@)ǦaW�΁C��ۇ��^ݎ����{V�ɍY2�^�
����C���.Fma��Î0�v����8����N|Q�P�_qjkQ���L8���}�u6O^��S�<�Ԧ�Zr��$�U���+H�b\��C��D[�[(K�4�;�i2�;��ӭf����b!�����%�9��ŏ3����q�{ι��ol��5�:��#1��]w��uֹ**�:]�B��<�^)�1�W���Hې0���qI������2�����i��G��+�jg��(��?T��Q �GD����?�g�%;f��F>4�}A�g��?В�HܲM{:���]�Tlȍ�qUs�ej��_A�\����~od�
�!�[�9U�9�Y:+�k=
Ul��x�*�[}V���?��V����l]t�䄎]|Ɔy�ؽ�fqoA
+�y�C�W:rL��y�C�k0MF��R����:�
+N*@��Yf�H��Ogj/�������U����vwv6d���vrGt�6D����e������‡�UwITP���뚦J4����]}�1ܳP�ᒊ}�#t��l��יG:�~����\E1L�FM�j�h�$8�#j��Xݔ�3�$����91�?���	��fB���&Ɗ��s� 8E{�C�$1uKl�>���"^�
!�{�u�f8�{O�藶SԢ7���{�݈kޙa\ً���A#b�WkF�k��0�=��w�r'"��M�;Ou��Es��W7\K�s�������Se���s��f��p-�f���%�}F6�]�;������R���4
.��q)OƎ�ӄCt��sO�P����5W���w��7�3ՊkWq�,ɲ�O���׊�+b��5�f[�@�Ɲ�5�	w���[�5�
���m'��K
+R\��З
Y��7�"'h���똶5��q�����D��O>!�vl��\������q���������xVM�A�Y�Ǯu%��	5��rY$Da�?*���k]�W�B����螥οx������2����4OՔJa�E/�FO8r�2@H��kL�nFx��
+�σS��e��,�J[s�HnG��D�����
� �]v�7�q�,�>��Q���P��,���<�%���MT��6���I0*�
=��{FzV��`��Y��q�9�m7���Q�0�^��Y�]"�yz�<W���Y�#�g=�
$r�K�h��U<4����Iۅ�Y2�n�DQ�/.%�2��
�"B��<5!0��ӏ߷��6��S%�
ê���s�&�*���A�Fx�̛9�7���j-��x���>��)0-
��~��E:�1u�������S��(�H�mn���;�n�IӍn��1�����w�d�J��j]w�4ڒ�\@�)��K�{��&��[��\�K�b���w����Jǚ.����"�p$H�Ռ[eR�[��n,v���}\z������T�*̿�ghol�����!@(�B�����nXb�ԩ�=�B��
+�j�
�u�E�ڏ��l4���XƉ��U�{�W��n�a�؀�ʩ'�pgƹ$VxH�3���ߕn��|�)께PR.�U!���ܩi��?>�7fJ=<��-a�z�a]�)��88D����O�#ޖ��@Z���i�j�^,����b8��4��T��di�l�)����_�цL�~mjQ�6������)T�.~^X��p�R���>���F}k�$=����&Oe>��"$Dse(ȊW���܍e� ���D0�ٻf�����	`ɢ+���#N��,W����X~SNhv.���]�
�B�gw��B\UVɽ̞9KnQ<�ވ0�
+~Ø"Z���H����Oz��&�#��������{��f=ޔ�h�ȯ�l�4֧#����2�HqC��/63�,��OþŶ��w�l�ێ��o1�K�Q���(z�lQ�u$]`L�w.;����{�(�V��"�QYx����U٭���=��;�"�)s��~P���2�̢O oT�^v�;j��N�7��2Xb$�6�fӥ�W�_�ŵ��FU�\ޞ�N5%�/I�}U�#h]ɺ��T��.Ѭj�m�6���Ф:}4�>�D���[�g3��c��l�ʮ�(g�e`���uE�n��'���ʷߓ�	�\���#
+̃�O=�~p�Ƕ)P��Nb�Mi�dV�����V��`mẋ���=��;P�m��E�c`W���6���#�k�bn��'�a���s#�dqiO�aK��&O��#-M�ԣ�e�7�U���:1�
+����A��/��n���o%O\�w�8_�� �HE��2��K�85�I��]�Wq�ݤ�0�8��B_�u��<}�	�f9��������4�ArOխgݢ������"X�4�t��z	hPw$W�~���笷j�vyN��YLM�g���u�S�:J��z�:��'ɠ���;��1V��]��ɚ��HO
+k��c'���^�o��$D.�r{=I�܃qu���k5�Ǥ_�|i�X�<�2�\n9��c��k����v�<dѕ(�6fnO��P<;����Iu�0���mZfQ OR�r��D���Ǽ{��/e�	�9��W�z��4�.���!�H6!��;�bB�k��S:`m�p����R�֡S#�b\�'�rRӏ���hy���6���*P�Xaf/��ĪI�n�hr��.�\$L|���+#z��/�	r7����k��zĀ�=B�_wX浪���Ua��sQ�PCO�`�Dn�7qî������S��R���^�b���3r�(l)��'J����t���3�6�%Zt1^r�`*s�4vV�v�FZ�G�]ޘ^|PDk{h1���K�d��?���A"�FYAڦ�:<M,��t��p-M5���^��6�Qɜ
���j��h,a0����˫��>U�5��1�/���O��rQd?�6k&eJ�/��I����G�>gk�^{���Ie\6!r�:휗:����g!���
�Z���^��}ÛnЏ^�99y��7`]�0�H�\if���+n9��/�����A���E�8�P���'�҇�y�i��e����+n}:U����c#�ü�Γ����[��w��Q�4p4�IVNSTq��Qe�r�_h=A�-�	ʤ���~WlB�3y=]����
+k:֔^���|�x��0���Ge�;��kDr�<�T��B��e���7���k��uQ��T�o�S~����}�0�
+�q����ă쪣��xw�"�-��B�3�z��G�jG6Ac�)�'��l"��5RG�ޏ�Ԩ�gO�}�ː��~��(��u��azn���X%��04�zr�b�o���%��T0*�dIs_��
��*W�Kh�I�
�Xk]dE戯�ɠꘐN"�{���ѽc�N�1k�C��6j��h����ߤe����#����
c�d1�98c�,Ӷ���_}�t8T�� 81!�C���Օ*"����j�qs:�R�CU�g�;
+1RW���A�!��̽N�x
�i����~�?
�~���1�!�"��l��>D�r��c�D��@4z�@D�%Gazm/�j�M�����J��t�S��Q`v�g�� I����F�+r�o�=�=[,`Ļ����H��\�fC�u/Db�ԥ��=�#4p��ˆ��m�}���E1��)9��j��Iލ/
j߮����H���6������➏���g��� �'���d��)�g�Q�
@��{Y��4�~!)صZ!A�R��'v����jS#��#	���6�
+Hp�4y��;�ugʗO�**���c�c�I2T�(�G5W��
+�I��5n�QCl����j���гSԂx�%:fb7�:Y�S�c7t���X��Uw��%��%MfOrZ�
��-O:Yٟ��K�}k[݄��O�橧���v���eV�&�|��)f�% m�Z�T���c�C�S�������L=��H�� 1���
ț/�vr��5�P/��catAf�@)����I�o��4�!2�Z�i	��"@=+�o�#fԍ\
�!>y~'zӬsPM:����,�}�ܑ$�#��m��N=����C^�{J��R����]aP0�~>થ������ʄd�ƅ�͉�F)vmd`Z���.D�V��#?�ٷ�|�a޲�\�g�J�CT�W��f/?V7�n�`��L[^���94 N��M�N�^�����P��}��z@Ʃ.)����td���i9
��O���Y<�O�Mk��y�Lkq=X=_���
+=MD>
������� 9h�TH���=I3��=�ɠvz�,��i.��n[����ʧ��?�9A�
ߒ ���yW-�le���a���fk�� -F%��6aYZ������(TÀ�����py�,UL�Y��u7�&̛y&�xx6;AF
�F��ӦA��#ױ�-'�
+n~����,�����(�DT?�\�>rzw]jL�#��ۀ;��6s�C���h��:3���*��	g�5Vi���_�Kv!���ҕ��?�V�?r�6 A�q�)�s���qg>Ք���������\�4+F��B�x�y�����jֻb�o�M��ro�W[�<.zy���hj!>֜{��j���J�HF���ʟAA�ad����I��z�~pQ�l��{�}�����I�#c��,y��cO�Û3�|x�u�E�	!l$+�^b�����=�zҶ���b~�4x\9?��`����?{��b���_�7��g�+(��vS�����sQ��d�,��J�B�������m-i[ }J�\�襴������� �OK4�+(��-��Nnhr$n�'D6��7PO	.�{V���Ixp�N��R�C&]\d��`��%@Jn�~${�0���"t����=X��O��7�!UȜ�lp���y�3�C�>	V �L�(e�#�}�k��+U��#hIX<��2�"Y���������v�Ӊ
4
+���_M�(zf��J��`��W����·Ǻ :o����}��\�;�b2�5�k��v�����ڴF�o�M��k��l�����=����'�N_����!�m��
~:���C�;��`Ur]7�2SW����H0��{Q�����L�! T�>b���1�y�օ�P�<�R��9ń������y�h�L'�ױ�Ґ��U�iY�z�?�F/���)���W!G~%�F�#:�?�2������Ų�Y�	�lI���BW�_�ϻe���@�f91�W� QKE@���Z�N�#�;5.‰���r���4���	�l�SeE?���g�����Є��:*s�<��BZK����L{[��x���:�0{�/�������SA�I̧�x�,��iX�ڔ�gImNK���o1��y��p������`b��z�E[�Z��(m�V�����S�m&A%�����.J�&bpZ�]'a)���.���	$���,x����E��G��23<#��0�?]<�8�i���|(���]�v5\��QK�qV�ِs)��8��X�wA�0ؔ�����jI�撟��P�Iˀ4���vr�[���,���w������D^h����ru<������D�*�=Ȣܟ
+N��Z'l~�j�#� ��e�p����.��a</Mi�;{�"�zЌ�DC�#О�����v��c|S��o|�^騶#���c���Q��y-פ���	�u����lX������OGf��Z0ha�x7;�?����L/������.��2ݶ0��Z��{�5gyHx��F�E
��������kk�,�q�.������v���j�n-֠��䣧T�@�[�{3a�ћ�lM�n��
+�L�R��4�ي���5n�àR�=�Um�@!�7�{�N ��u�-Bc-��/��i�x7sj���;�so�*V�'����F&Y#'�_�J&N$2/�G��vU��W�8p�<7T�{�>W�`'�N�k���=0�߼)k|I�&-G�¯i�l�yK�L�\4�ʔgZ���[���Q(*h�
sF'�E�1�+>�!)��%~�S?ۣ�q�	D����;��o=&�ޤ�g���ORf�ݯ�ddP
�H�=h
+�S��N��d�nG�@n����XL
8����:G���<i�E����x!Z�>�ј�-��Oo�I$���OmQ�̉���])�֋�;
��"�߹�O���y�TE���WV�W)�wF���b�m��!�p%Y��#M�jb*���n%�l�*r�%mj��G�L
�V�� �c}^��~����MU�>��&����@)=�:�Pn�X*�T���|ˢ�
h�]��d��B'0ZQ�B��c��"eY>�zч��b�[���kvQ��1$]i��o���T!��m����C�`�cK$�+���E�`<� ��"���w)�����Y����'���,i\ov؁�ŀA��x��s�콑2����"a�[�LΌ���4�i��){I���b��(���,�Z{��;9[���NVj��W�p9���mgE��%7=�u��-r��Z�x&]�r��o��*xY��c��W
A[���G����j��\Az��E�[�`fY�־z7>����2��d͔Vm��s����Fl@����v���rxH��bLԮ�z���
s�zT�_�Pc�n7ʴ��X5�n����=}[Ș�܆fѨZ��>de�,	�8f�.�f�������1δ��.�>\i��Wg��+��`tL��T�C�L��^v�y��pv_�]4+C��`ѐ`x"��`{��72��y�N�4��'�%GyrC,�Y��f�K�S���MϓI��E���ޅ�=���^�y�p~a+v\�\�i��t�<�`��T��7�SoBM-�Kɧ��y�w]l�u��Qwq�v���~d�߿����b|���J�}�'}Dp?���j$�iӋ��3�L�G[p"f��.q�>�n�ު��	>G�8��V/@(����H����ɼ(�t��AX%3"|��/[��KD���n(�&F�.�;�/��D/�v��C�h�W|�<�Ub��<��Y/k�f{I�ė��U��,4cy���5i�Z�q1��\Eʱ�;��}����.��r����t����W_)���Ԃ+��Y�g,V��&s����Gڪ�z�8�wW����o9��M��,��a���m��}�y��l)�NH��3��"ҞIY4���1�]�4�7�K��{�������wDݳ����\Od��X�r�xyx�����,[�&�OF�q/B$�`*,�~���.�*���"ƅ&,��w��®��:
	E8!e�y�q�<��v~ф|™�@`d�9�(�7�(�L��1��T���n�E@h
'��F7
+�5�T$�d�{�-�F���lBJI�8�)���$�=b/`,�2ŖZl-皥���F԰�?[Y���r'��5���e:�4� `���Rۑ�t7���"��vf���V��B�=�{�T�(���k��0ّE/&��$\����Pڋ��W�]*��?�Y�G�I��oz���`ߍ�^
I����&Zc��.�@���_��L���B{��aoOY�9��%�z�n�S:�E���@+'�D�ဌ�ه[��t��fVW�R�d���{B�����|s��0����񧚷վQ���2��H�+�L	H�NՖ�,r�Ӕ���&9?ߨ���9/��iy���6���H�5����+�,��)�;����=���R
+
�5�;�z{s������"�Ñ�p�̛�㛚K��0�&��s0~�<� �+����P����_���]�ݺ�]e\͝?wJ#Ƨ	�}��_j�~�@���p�m�셇/7܅@��V���ғ�B#s �����b`��|��ޙ9T��Ij���䊒]b��/��x{�
G�� =V/BogC���B�F�6<��b�������Y^��jL�6d��q��îs+^r�e�0�6n�C��m���"�o�Ft�F{�ZE1�����ԱN�P�ӯ�;�y���)i�#���I���bN���l�2��oML�/��ku�@0U7ё���$m(�-�#5!�!�r�q���+��WJ>s�m���t�M��y���4�\�8�~�%s�$�R,�N0Hi����P�Q�ĹA�ą"s���w��gH�4<� z����R);��J�ɖ���R<yoIV�}�ͭ2�����w
�?U���[�&�����1������{߇K��7U���c\.����T��nP��&6Zߏܡ��_FA[{���-U/|�Ğ�
z���x�6�;�փ�:����6?���˻i9e2��T�$�z$p1ᏺ���)4��yG
2?�K��U�w������NM	���_m��GP�#�w�R^���A�降�>]��<L���pѤ �寗�lS��ш�v��^�g���1i���4�,	0�[-K�����>\F~=�vK��Y����d�����(�_��ڞA0=�F�B��pN��!X؇#���G� �9����i��ܑ�!{Uy7Y��+��r��#��;M�ѶA�8MW]y��>p�n�W��=|,��Q�KP���Q���
+�r�1Ovt��V�ŧO߯8H�৐�oF^��b1F�߲�m� *F�Q�]-��7^��32��,�)�w$L�W�#V�yTg�ͥ�3�>�딫�	02���YL$?5����>
���g��{m�ג���vz��*�Qt�;m�	�v�[-;q�I�>�\�K�]̻�C=��vݕJgk��\2���J�y����p��J��dhQ	8���"¤����цQ��ۃ�+�ބ�_5�w�mKq���`��%���Q���Z���Dcr��	��w�w��f�)Vp]�`�FSv�l�j_��4���8e��:������~��uDb�Q)?��m�,�S%R�0�I,w�P����@��+#�̧a,���*ԊfS��B�F	n)�j��"a��s����u�۴Y������a�1�;�ps�N[+x%(2Y�S����`?�1:>ex�
�`�6����\-�tɋLz����
�%.��U�$b�-�
,�1n����9C3,���"�F��G�����~{#yr9*o3��Q>�ܨ�
+
6�K©0q�:����h(����e�����ε�l(⒫!J(F�?z����a
n� :q׽L�!�Vև`���C�SnMi�p�-
+P�����^�oቿg�
+;6�9jJI����ƚ�#�Ca�����>&ϣ��h�c�t�#ۚ���`әTN�<ʄ���&K[��q#:	@�X���#��|���^I�әiݷ�����:��u�1`,��P���x�!���#�ܬT��͐�q�A�&j>�b��`Q�ǟ�*�C��.�-U����?��p�y��B]���Z�+z��}$��J���W�P�#�
�hC��Qw���dM�ml-Ϯ��e������>���ν�
++����,ʷ�m98iF�o5֭�������[l�l�
+Κ$JxF�t�V�uA��g_�繋G�ϙy�w����{�n���6x�r����Ӹa�۞O;D�T�;z�p��*n���$7��;X 5�
+�w�Ya���	���E�9�*��W��
��&�����WTcc����@��X��D�),� �g���:��c�=_@/1h�&_��������d�޵��ij�A
8�ľWfC��ș�&塓�8�J|����HKF�E�}J���z���oc���
+c�,ܣ�-���s���pFeC�����*<�S*O�\�g�/0��%Jw�K١��
+�k�%w��=>Ic����&�Mu{ͯ���#�4口*��"�pЇ�n�9y
+��h֥n��9x�+����بq�MӮC�,�AV��Z�%�]�V�4_�"����L��z^1��D��H(r�J��(ۦ�D�9��Oe;m�I�ֹ�"�n����^�T�.t����R;9��������nx$Sˋz7(S����,ҭ)�
��������B�K'������X"�+}3��DJ�;A�z�������-�l��E�V�������n�%����'"(Z��tUzCjH�����;&�U������bJ{mj��r�����������27S��$����Ɔ�S�/���P�]u_Y����~/�V�,���
�X	ʾvy�^����Nff�%���j�����HzD��)1 ��bk;յ��!ïGފ��e�s��/v��X��*lCWN���Hϼj�K��-��i$�&?������ΨC���0~�]$�T0 �.mn�WG�K����> m��X/*o�b��3f">�.Y�A����_ܬ�����SB������M�4Nړ��S=���uK"Q`�sRse����i�g�lb7�+��W��ys��76tW~	�}�W_�,�8��!V����8FL�_t+foǜ�����v�ɌŸ.itxۆ��7W�u��N�%��ϱs�z@k���5F��!��D��n�褩��UE�����~�GJ��b���;���ui'��ʓ�ϣ��ڵ'�7�#�.�RǸU����7�!0����ų��KG�
�B���S*b��b9��Ѫ��}\u��$�	�W�����a����?\�]���|%!�Z<���;endstream
 endobj
-1378 0 obj <<
+1398 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 2
 /LastChar 122
-/Widths 5450 0 R
-/BaseFont /IAHZOL+NimbusRomNo9L-ReguItal
-/FontDescriptor 1376 0 R
+/Widths 5536 0 R
+/BaseFont /BVXWGU+NimbusRomNo9L-ReguItal
+/FontDescriptor 1396 0 R
 >> endobj
-1376 0 obj <<
+1396 0 obj <<
 /Ascent 669
 /CapHeight 669
 /Descent -193
-/FontName /IAHZOL+NimbusRomNo9L-ReguItal
+/FontName /BVXWGU+NimbusRomNo9L-ReguItal
 /ItalicAngle -15.5
 /StemV 78
 /XHeight 441
 /FontBBox [-169 -270 1010 924]
 /Flags 4
-/CharSet (/fi/percent/quoteright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/less/greater/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z)
-/FontFile 1377 0 R
+/CharSet (/fi/percent/quoteright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/less/greater/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z)
+/FontFile 1397 0 R
 >> endobj
-5450 0 obj
-[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 833 0 333 0 0 500 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 675 0 675 0 0 611 611 667 722 611 611 722 722 333 0 667 556 833 667 722 611 722 611 500 556 722 611 833 611 0 0 0 0 0 0 0 0 500 500 444 500 444 278 500 500 278 0 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 ]
+5536 0 obj
+[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 833 0 333 0 0 500 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 675 0 675 0 0 611 611 667 722 611 611 722 722 333 0 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 0 0 0 0 0 0 0 500 500 444 500 444 278 500 500 278 0 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 ]
 endobj
-1285 0 obj <<
+1305 0 obj <<
 /Length1 1626
-/Length2 15567
+/Length2 15624
 /Length3 532
-/Length 16441     
+/Length 16491     
 /Filter /FlateDecode
 >>
 stream
-x���eP$ܲ%���S��{�N��P@���޸7�
�[��޸k��>��33w�yf��"*�v�Ε+s�΢"SVc5w0J9ػ2�1���@v�n.�vJ|
-L�@s௝��J�h�
-r��0q�����	������LJ@wp�rYZ�h5T�������������tY����p�:8��]�B����W+ �d�U֑U��J+i����@g[����-���2ڻ�������f��Jsa��%�0�8�@À�f@�\��G������o��`�lb�����������?��-�E�����
����`�.�.f� GW�߬�R���je��On�_7����Ms3�J���/�_��	���
-�t�'�)`rq�5����/��3�_4�\@�������4q6��������Ow��N��R�����׿��u�r����m-�����4s���d���Ϭ��[8��X�m7ws�>w��D�����%ab�`o�0Z �(9��M	��?S���N����K�/���N�������o����r��U2��;���1��K���w����,7��G������-�?����������ɺ��m����_YX�Y�m�H�<��� W3+�����~�ˮaot���������XY��O�
-dfc���\�v���3��R��<������2��f�����!pU�r�������`�?����9x|�ظyL�l��_B|ܬ~����b������3����nV�U�߿�q2�O0��f����������I����fn������[��8�k�@O��ʢ��@�uFv�k-n�Є�^_�P�cY�zqa`�Cw@F�6_��[Ms���/����}9���[��4�E�]o!�u;�A0�ar�V�����.7���΄��a��T;�3��#] �{a �#��Yz�7��F0�ڢ�S���������k��}B��o�T�P��1�N��"��>��?Q0�<ȱO�[N�EcC촧���UC�a~����!q0�h� �q�S�^/��Bci|wO2�!(��7��"k��$�h�k�j#i	�V�z��9]��1���)������j����E>d]�����=lg�Z�~o�
�>Ub�@X�C�a0K��O�d"�]�������t�"��,v��9h���.���V�H������Q�Mv���%v��x!�i?���e�4)�����Fg�M��{�ci�{kx��%�K	�.�צ���F��I�Q�^�l��INݣ%����+m&��i�ª��,;�>�"�o0�-�SBm�r�F/���J����M��xD��&�fW�~h'�-O�W��-����C�ݵ��t3�H����%��n<z�G�����	'
�N]UV��!!�%}+
���H#�m!("d��F��d�dϒ�sr�O�İ���ɚzq�a׵gôf
����6Y�*S�VW����?��T��Ǥ�+C��w���0|��c��&�_6�
-ۍb��MV��
R'O�(k�*��eo�}�����`�ABD���ғ��EӋz��hq硌H��un�G��c^s���΍YH1asN�����L����=��|�p��^�N���̪n�����r�GW�33�f�l9S�+L���9O,��+�'�w��`�m��H�5ma����+M{O ��+�وYZ�<�I0-R��	n�?�bd��7)#�K#~X�}5��VO?r�
�y��;�+�X���
']I,����G;g�^��r �Y�SR�ɭ��Mc�;�V��8M3�� M��c�������}�Ň�:�<z����f���]Iɣ&q4��U+�� ��3�Ye&]u������GK��[y�ih�tK����S����Ʒ��z_ɟZ���9�P���{��i(a����.�wp�)ܯY���A�ŧ�
.�ӫ?d�j�Lٞ1%�ڬ�5�����C�͚$t��-Z��z�،6��� 1����A�?����)�$�>��U�jmq4�w).GV���������z���wz!��p��xB�)F���^�{^�g8(�@\��+qc�~�Yk����ÍԂ7r���{Q�L�����*����J��)�/ϴ�to.i�~_]�w4��/�z��y��+|yfF�@J����ɜSVZդL7�ž#W�ݫ%V�9�����d�b1L��a�[[|n0��a
7Ǹx�T
��-N>�)qG{�y�)*����h!�md}ސ��A��G4�mV�W�7w�\�pfQ_<����O�̀�3=ߊ�W��[��}l��"D����6s~���6K��!Z��x�������J��,��^e�dsE��K�����~<��^�(p>L��\\?�+,P8�s֠��w5�t�����^/tg4^`�`�[#�.ٍ��9u��3���
-<yǚGl.�����>�a2�]�O̙?,��΂��]����cc�3pC]	q��-�f+��빻O:'	����o07�N���+��Q���п��<�˜0����~;��E��qa�n����j�m/i��O\� TDX�)���q�ob�����F�3r�͇�B��o.[9T��0����^z��x��ո���7��*|e���HB���Pu���!����۪�	��(g���<3=u��y�R�����Gu��]!	
h���43��.Hq�q��Dr	�89L�B�]W�BfkiU��b�"Ug%MFءY����`�V�MV��*��o�c�s��h���ˢ�q�-#̛1;���1�����)�		���@����÷o���	t��H����x�k�rT�}(9��p)�O)��)���{#T���
˂؂��e��ڃ;�g�f!�{t��M��q&�JrI֏S�{�ɮ�cB"
-L#T���yr�3rp
1�j1B�Ԑ��齌ii��(�Bd��F���F^�R�cB��C�ӃͲ��v�! d�I�Gy���ׂQf$DQK�}r�g0��4=�@w�?���R�?,�=x��/ƍ	�0j�7�ݳ��g�-���w���Pq7���!~b0��ɡiĂ)�l'R�,�D���P(�Ɖ�*P��,k�Xrb��u�O��?H��`O���@O�M���b�VG�{S5;"�QQ�E�a�lSn���n>�灁��k���OX�;��կlts����-T���Ks0���.���_՝fʹ*SP�y��1#^����l��F��	�5�x}��U3%�����%�ȮV�P3��v�;̳�-��}�q��0߈׽�ۘ��IE{z�vaf@T��i[INݬ����}��H ʺg&6*c�C
�!q�М���_\.7U��X(���qwK�=`{�sy��0��]��Z�����LP{��#.l�`�_�	�g��"L㥔�gX���1J�-�u�v�6����D��u��mv��8���(�ZBQ	��>Ὓ��'!"���w.��R��9��PH�� +�o�)�¦��Ni���}��Y�=����̈́�9P�����E�4�Z�SЧ��Z�M�\a+��'�C�[�݀����煦�|����)�yW��e�
-��pe��Y�a�(��<Q:S����n�wy��4��ʅ�Z.�}���f�ݞ��/F?>�� g?۲t鋪��Ok*�Auο6*��w��t����	�.�y�1�_��dXy_4�#'m`?�3���U�����*C;!P�z����7e���j���in�[�R�N����=Xl&��'�JL'^��s�
����-�j��){c�����w�!wj�����=��;�b,(����jY@b�T�rw�U���
-��g��:���
�����2�"m��mm��Q����"��t,�HS&A�hU??Ƶ��V'��X�ia�C/�C�U(B���`ݯ�X���s�`��Ͱ��'���ҙ.!r֖�.庥���X?4�M�	JB#M�5��:L�(E��h�
-,����W�ͪ��7DU��:��p_�
�_�n�űy�)��6���>�Ά�2`�C�"��tј=�����ξ?��jc ����qi�x?_�8�.i�i�����^�;�2Kha�{~'����z����i0�I&G����lg�C�#^����+��|���b7�=(����k�M�o�7�hNM��5��qᏌZV�ł6������!��@��d�܋�B���`��PѤ�tQ?��e��r��]3S�C-R1%�-$�XK�|}+}�'Ĺӄ	iȲs�4��`�IQu�}�r��&@�@���5At)�<��:�n0��k=�#"�<.���I~�"����~��W2K&���6(��]h��~�$އ�� �����#�~�!9�S����&�L���Qq�ᭂ���3�B�q9*�t��rq���n��#;�0x�ܙM=M)Z��ѵ/5�5Dߌ����)`%�W�'�~ToeX�%����3�M��q�}�ɜ@h��w;%^Yt��g�4���S�U\vª�
�/�@���#�5�O�%1А��v��0L]�~����y_�@���v�8�h��"Ǚ8maf'bO�2>�s��U��n�GtGz׷��ʮq�<��t��+^��q�9��6����8���i�`>CdQU9i���H��;�H�x|���/������G��<J/�A-�U����*�B��ޒP�����|VG�v}M9BF2�����&��i������O���W�����֣C��n���wiԂ�O��=hw�U��Фn|H^���D�E�W�vm��s����HV�	
�1�G�d�W��?�V��
-�~7�U�&�Z�)$�*����	�s�6-_
E�����N)�������|�!.�;Hx��su�B�go��ȟ���jZ"�.]0c֬�|,� 3p05l�����P�b��{�5�j�u�[��.Tw{*��*��#��Z��V�s�,8�ݫEF7�N�%4ksR�B+�)��
-��D�pB���2�-��`���6���!M>�B'�����$���V?�*�#�K�w�k����t©�W/ˊiܮS�i
-l�lU���/�;���r6��Ɂj�崌O�C<j~��#D�j��TI_nv��2n0�>n�ت�]�s�(���S�Y�Uyv�H�Y�T��zn�gL�68�e������ Г;�֙���R�?�g��AE��u��:��
-/�a�+똇��囆H�6�3�7���
->�b���Fkh
-۪2֦���).��`Rz���?�
-���gJ� -�[�Mr�� �*p$ʫWRȶ<V�?���-�a>��h2�?���c��6��ͼ�(.�	����ϮJ��z��</u����(����E�KR�j�QɆ+��Z�cAlX�����H���׭r_��*Ӱ0U5��]��IQ��!�y���R<7���B�B&�pG����_�P/��d�?',U|�cA�Eմ}��e����BU<Y���+I��5�yC�2H�Ybe��})k`f�n���_l��B^��������b����O���P�B�����E����Jѳ�~��!�V�б=E��I8'�������woՃ�[6!�ۨ��[T�(�v�$i���(k0s�р�/He�����6CC5���䂹�)�@cd���:���R�/�i��IJuuq��l��Q������kV
-����"B��]����}W�E):j�(b�1���44x�E9jYy�S�l�ij-/
-�����_�{���I�k@0_=�>S�֩���.b!Oø]�z��V������I��)�a%`9���Ѱ�#ю96Ov�G"���ɚ��G���Ԁ��d�N�ç�CQ��O��w�#����K��
h��_~Y�2\���y
-X��.��)����K��
-+���5a2/��TY�m�߇K����34����+�8"��I��S4�g��S��k�a��t~�M��9lrE�)aE��
y龱MH_�#�W�2̝�cH����C�<G�N����k�?e�&G/1�W��������}p�)�6�A?���щ���6���k��VzB�D�M�\_��\(,!݃�‚e~����w�[$���b�k�����"<ݺ��:�sm����y�����e��#afw&zÔK�s��2�e��h�2�Sc��Z86��D���LO'j�}��3�L��Al���^bu�F-b��Ϝ�c�]�
�d����k��ot���p��}.�����IQz?k�d�l&��:D��cx-�X8v��מ��7��p�w=+�|�B��b����h���6������dR�{�o�/�/���hg巿*#;�8��5���bc�
f��N�$�
��`��(8��X6b^�ä������t�g7��<l7�����j�������:�����1�1���$GQx���b��Ȱ&8�1b"p��l�`#SSxу_ga�/;���a������P.=�<���
-����ӗ\6�cxeWQL���*�{}Щ����&����$��y������v�G0�x1iV�I���t��N��$���W��d�R�[�1DS;�:^Ls����O֞�s�P��j�>U���͡��]+�?MJ�xXs�}3����ec�ܴ@��ܠ��~R~ю�͘l�Ȱ
-ftUb��$�����������	�5Z��ְ� 
M!����#r���H���7�iU��M��o3��AbK:��6u����{�+6�=�U�I�f�����46�_�w���
��h�P�����~
-¶Y��.ge��c>�<%$7�mn�i����
a�A�!ֹ��&H���R�-L������˔�7υ� �5�;=����6[��/����-���vRj���F�~�WȚQK,7����$To�g����䠊���k�ӊߛ����% ���D.�ytZ�Hb:}!��x	QĢH�����7$���E��������kda$ї����鬺�#E��]܇�Ϻ'�"2<�+qOÝh��m����z�{��׶���<w�����>��Q���vP��l���tɤW�yF�jf%ߑ�#ԉ�8=6��)9Z�^���U]=� �^5�K�^^;6LBpn��?��]�T���4,yw�Һoe�>��W��i=��OA5>`�Q`�X��R�;5d��
-��cͬ[��_��m��/t�횇�r*�M/c(pz+����9�71�p��'�
j����şO�
-��2QuQ��5kx�
-�G�;yK�1Q�o����-�g6�h��-�X��~��
-UΦ�9u$s�k�Et��'fD��U!��b��N�A0��cZ��Y��p*vƮ��&I�^��x�u��M�����|Vҟ��W@�_���q�p-QS�\�UTN�[�
-����<�������F�=~�đ1LvR����'<�D+��#h��5h�S�f.�mD��&�*�� �qM�����!��s�'o��X��JU����Ck"F쌱�����E�̘z�����IN�Y���ƒ��P�O豮a�.�Y����1)��s@�ڥ�"�W����Q�ꢬLB�yE��S���d�c.
�6	�ˢ��-�b��C�nxG�Q���W��	�{�0tA4���O!��do%��9�	w��E=�0����ҙ~�J����Y�����6���@D�/���
-���y9m�FX-Df��R��
-�7ȣA���"T�ra�3i�������/[Ճ>�1=uE�vm��u�J��%,$����z�{?�o �����I{�!7��uY=1!ˋ�
-�.�P�i"�r)J	?E0��%��c���%��\4�D����<���LY����h��b�@蘢��MUN3^�[d����娳<��1�O�$Ԝ:��%n���ן����;�7P��c[�!�K�@����5�2bhN��O�/��1#sL��h�r�qh�x?����
�Z��hp�4�Ɏ�]+̛��(4ȩ�;~4�/�\Ñ��Yl�*hU]�):2g�o���upRȝ�/5>��f;�����z�Tk�)
-+��⒩��Ơ%���jAȽT�5U@�_��kU�;
��5�?����Q3��j�-!��}{(�_V�X�>��eɵ�^��MC��`�9��sj�We�F�+:�I��s���Q���M��k۱����Й$	�uY-oT�ݼ����En��^�-��b*��
->���g��s�CqȘFiѤ�&I����>�~��'�}�������&@çq�cJ��*L]����r�L����
�H�����/�}�q8P�m^�����r��)hXg<6_��%����k'�"�����ޔ�a���ݱ�r\��a%��i�Z o�QR�5�Q?�ׂ�l��=I1!�+R���r]���7	��Qp�>ˌB4�� ��9�,��_/r���z�=�p�Sa�K��J(�\)Ur$�<]4`�����'7ʻ��s�v�zp��K@�"�yY�7���7����]��t)KT�1���fٚ�}�2wІj[�*5��=�ſN'�I�"� ,`©��6���>��I�2$�����Gy��0�s�W�]�g�����{��N+���[�s|��i�+�S���NΦ��+�pH�����������С��U��&�MzU���ǡ6�c��_��n���Q1+��c���Р�-3P�F�}�W�}qk�MB�H��y�1U�5Sǧ��
�Z���b�r1�_�c�Q�÷``e럶ǩ��Ny�cU���1G�#dL�"�#� ��=Cy.qt�1��A��~
-0�����	���M&
-�#�p,	}"�Ϫ���8��oh����8;��.
�����s�;7?r!.�6�6�Q�,;0��(�.���$��BO�c��>�X������/����Ҍ��K�����ȏ'����w��z�[l������{����`@�YS=6f���|�7�e��NA��f��ع���CW��k�K=n����Ԯ��z̗��v�ܟ�a���#��=��Y��?
�>U��V���W;��Z���i���F���K��LJ(x�#�7CO�U�+V<�d}	�������
-:��M�In؛wb�Abg���_4wO���t�I��5�q��Lv,*'��J9P��>X��Pd�M�C���AEZ��h
-�.��j��G�`���/����v񞢅>I�r䐉���P^ѦI"�p�"?Z�+D��(�F��)�kh�6.>��gy_'�J0|������L�p�U�"����G���1#�!2�@QDx�H�=IiwZDߍ�0��I3]X�5��'LU�o>�]��P�-:���t�t-�V~0��ͪ���\��-�Ugh{áG��9����k����紨jla�{�6��ȡ�$Ę�����z�DU��¢���R����5��Sd�|~�leTZҭ��3�v��
-O1��P�<��n����~.:��[�壅�yBp�$L��|��?l��3�0G8�/ �"�0�o����>z.[�[�D�;��5	b�?���������mـ.@3�����-���%�Z7x���149�&�f�H{$\�Z�<F#Y�O2��*�p��i���|Yq������~��Ⱥ�A}�p�ۄ8S0?X�H�hL�"�9�"?�y�+.�L�߲�J�?R(�I�/�|O�����u������dZ��P%����uҝ�o�J��M��G�fx�@\��/�d�w�DF��ut.���:��]{�����jŖ�V�u����&��@k?���ꃼ� �g=g����`���v�M�"7džM)���e��c����
O��++�' �ύ����ɇ"XH�=h1;VDQ�{F�P&�7�fr%r�)(��b�Y�r}a/щ��M;]�yt�M(�r�"�3���#��F��@�i��̔��>�`��b���c01�rUٶD}�K���Z����n�q���{�!�P _U��3��4xGЈ?f�-�6Eh�X=��?��-S��mvZ[be�I�d��b���4k_�\��U�T�C�v�̸Տ5kY�ݚ+\��Y ��iƒ�
��l�}P���M��N��U�ʲ5f�
-��K0
�{���o���U!9v�ሕ�H��$L�~�$:�U�;��_�o:�>jl���cI�J���ɗ<�Y��"��5�#���ѥ櫎rK7�Zb,�Ϻ<]�P�/�S�����VS�f���U84�B/V��cvه�!l�	JaxA\Z
-k<�~?���gX��A���g�؞����ɮ�9�,�R����I���tC�R��/a��1�$��Dʯ��sA^�P��b<8n:4���=�!4ay�e�urܝ3�7>�����x,��q��S����t�&�ᖝ"�`S�!ݵ���G�+�R���*��k
�S������e%}�M�MTb���tѳ_?���`x�ѯ��������������V8j��v����{]Ԩ!��I��]9횧��f�%&گ��6�z "����s�};�%~�m�U=f��h
->?��k�7�s���ݡpJ�vsP��5_�-��^�<~垞]�z�qeL�̂�۰�ۇ�>#&
S�}1���u�e?�s��{���8-�)Z��#��s��~��u�WU��T��8���#����~��^��G�Ǥ}�b�冭�/��[|��v�D���a��0�*���&��Y}ֆ/��v�)�l�}�
-M�H�V��fL�2�����
N�#��xIR�vKk��X�@,���������! D��(�.�@6��*�����bL�����$�W���"Ͳ���	��Ѳ!����.
��?� ����f�>�
Ķ'r� a���tW��x�7d�
-����ñ���l�˥2�8��݈�Rrm6�����!e�u$���t��_NⰩ����V�s�w��a����*������rN�.2�VUM�T#����E�d����	����U^!g���r���m��S����
-��'��-U!���#&��S��2颢�@�Y��h_"�����}��O�(��9�l��^I�F�ؿ�QY�k�+�%��9S�0Jac�ֿ֝�j��SQM£� ����ކ�S\K�
dtݰ^\|�-����gc�x1/�Eg��|,�ՠ���%�|�e��!��T��.��P�QAto�0�ҿo� ���B�?edF�9�j �d�Z��iɞ��޾�UR�z�⒋�bt6��t}o	���V��ZҊ�
-2�B�*��<�O�;�T��;�Ј��K�z�X[�fHO���΀�
z���8�8��z�M�d����s��J�GU�4 �`��}]��:<��fؑ:(��
\�q�߽�KT�T��-��mBWuXF`��c y2�
-�r�@�O�?�`.�_7g����*�"[����5g�|��<����C��������
-���Ǥ.o��L�v&F�`'6%`�HK+��np(�uXm7d�(Ӯ�9ufb��-
-���-�Oہ�b�mczzm����K͑p���)6����A�÷�/<kYn��)������ȶ
4Y#��2��^B7vf`��=o3~�O��nW]f��2�"ū����I�T�U~(�T�4	���1hs��2z����*���L���R��{O�&?.�b%��vB9������R�;6<�y`�c���_�K�<y�4+s��3�J͢<
-��i<Ĵ��dt>�}&��P B�n�3>8	�r��h>st��8Z�2�����
-+�n��woi��#"��cķ�|7�����_hr���,<jH�i�<���c���*�^U����hFo�����S��r���>�㍄D�1��櫎��9V���������2>n��]�z-kUEdV� ,�-�=�~Z�׶Ņ�&���Ց)�/)v¬��G^�$!�Qot����{#�Cx���Q���	���k�L�zVu�
-�+����Un-)-�a� k�ZZU�$�U�x愾�/�x$�}�U�U�K��z��n�S�Q�)|��jw���H�����J��e|�$�27�b���W��6C6x�f�P
>�!�m��nU�Oºg���އ�/(����V�(A�I�����H�� �w��<~k��ogF:�=+�Xl�С�?D)ߋ�L{C���kNH8[��]~��d*�1��ʹD�}�b+�?���)�"��k��xY �]��a�d�>i�2<H��S�� 4��eW!������B�%I��#
-�%����r��S6��d�|�8����C��x:K��_���s7�z��p.����v=�@�r���2y�EӪX����e�[E/�$ĻܝJ�:h���n����꫖1���;Qub�+nd��7/�\���<R��U�&�t��6rqw��i-���Ǭ~1f_\5q�w^>g~c��~roe��d��yy�'Y$9���6I�$;�3�:o��]����鈘��#
-�d2fF�.t������a���؎l���/�n�XC�Ҥ2�����O,�!�C��;���Nÿ���D�ܲ�Y���U�4]�����o���K��%��э�z��^yK��"�v�#%�,Q剧b2ӫ�!�S�%�����;y��,,��Fno���#�tq/Pt�9�
i˞��3	&W�LUwhVG��\>e��e�ö��ߖD2ӛz�bf,7����M��>s�X�p)��]�k��0��xF����'����;�7UG������b�r����!�q�C��["צ�� �ƃR?���W;��|y�q���M�����/wu�k�ܨ��3J$�z�t��9��hǸ��[]s׮[_�͉o�!��m��5��˼v�	��Xd(�ʆ��!����q�I�%�/6���ͳ��P};Q%k�������On����}�\4�Հ���"a�B��+Ymy�׌y�B���l�Ǽ~�Pm�O�9J���)0U����U:����jw�1{�EB`�A*I5쫬����?OM��mW� %L+�ʖ�g�~��BMxdZ�d�6��r�}�&��t��4��:$�����
-.���]2&*�(c{�m�R2�s��`��]}������,Z1�����.������hML_}��0�>�Ř����8�ʳp}�@�$�"���r�:7"c�~v�D����L���&�$�^��|������`c�t�@�>�x\H?Cɴ�"Y�(N޿��Kܸ���7ɥ3p�@]��^�y՜W]lb5y3\�TZދ�Wx��o��&��k�����J�����D�ڎđU�����+��av�L��y��) ܲ\7i8(�#�a�h�1y���nh���,��pu#���A�X�"�=W��wa�ަq.T�Y��k���	��]�C[⇄��2��U�{\�H}a:�v&#�|�!~4���g��G�y��	�px��?‘�}��ZU�8`
*'mg�Y���1�Q��2������>��ꆯ���R�7��0M�gƸ��Ͼ_nq�l1-��z֖������J!�<�@49��k$4'�a/ή)��љ�/�������$����t�k9<��CZ��0g
-��i0#	Y����R.��"�6�����;s��(Qf#��-[����OR���hH��X�re��AX��N��Z��D�OL�b[�Ð���m$�'�A�}�0n��e�h�o�|f�[0���aM�!�4(w����5��4���'JƆ!p��ەI��.����}#�8�x�ªLi��A����}�ʼ��Pv4F��k�^��N:9���.x�V��M�m�z�ڈc���D�+)`@�k6,҄��b�Q(�L� �nEiO9�=�r�h��f��›��"t�f�nl-n��j:qu����p���)bXgw�0:y	簩�%:�@��)�a��0�;���Qʗ�ӊze��?8��0��a�)���0t5��8��������^��1Hd�$4ͨ��!�-��61�GS�}pg�N=o�C�V-�y�ڈ@�]ovl���:����p�l�ё�x���o�o�p%�=�L�#�p�Ɗ�+d8_䟲��	ry>�~�3uѼ����MČ�����A�J⏑�௓G�V-Y�'�}�/S��Ay}!�1�ZѱəZ��(|SV�����ҁ�$_N���N�l���t=Z{-�\�J�G\��Ț�t75����מ��J��q�␻�iJۿn	O?aA�m`p�=֕o�u��o~�>��P�������$m�?��O</x+�G�	CL��d�E�2D&p}��'���AP�w<�B�59e���3�T\эԈ�SV��0�*��t؎�[dЎ|���Ȏj/��*������%ǂ��%�V抡��?�3j���i�|z ���R���\G�g<
-�Xz�:����������a"|�.d�b�ui�r����� 
�i�k��9!V����.Μ�����k�K��5�T�J3��r��o�a�)Fe�����!g��]/f�kd$� ��T8�̑����0	v�X�4?'�GX�	�\���s*B?�p^<h����6i��Q�]�Û����a��{[8����e9
-l���Y�2"��E�	y�x^����,��X���8S�zJ+�+������1����8�oҲ��ۋ�$�;`!��Z�8�7��!E��
�W1�L��'����u&Yݹ�D"
-v�e�ۯݸ���
�p�,}�T���Қi0��B��k*D)����jl���F���n���BMZ�$��3W�;=�(�Ԋi�+l�I��SG�6^l�1����+�����^��6+��(���U9��H� %5�"��QW����إ�O��s⩃���,�o+w��EG��z;�i�������iР{���K9���4�}�x_����ٓH!O��zU �=2�����>�Q��Rfy$c4��:�N��#�B+ϩ[�v�F�jZ�X㭗葩���N'-a�R���a���F����ף�%KFs�Q>������]�W�b�H��:�1�jWc5|�����
�Y��%2�����ц����8�A��t��1���m��q|'����� �1v�[5XY��%l�"G����"���a�O]�]v�)Qg�d��'�vO�R#��kÞGoEr�7a�T�ke[��Z�8>��ĻY��N������d�u����'�������~�$���7�{�m��p�z�4C�fW�����<����s�p߇,}6+-�	G 3�LjƶJ���i����?#Y�<��n���gvy������)0D�!���8������s#u)�2`A��|&�C�
nwdϑ�o�� ����RgTS��#�-RQ(D�$�N��gQ-l8:h��PjM5�e@�s�
-�9M��H�˕�OE�B�,�=��pDw�L��z������\Fv��������n~�wܜ���^@�|�u�NP�}X�������P9��:�e�K��AY�r���63�����z���ݞ�@xk^5�� ���36����P\��r}�ŤQ�c��S�#P���S>�LN��X�f:!�@+|��Yf��j�9��R��q�,�f�-��-�j�ngMϮ)�)�4��dE�h;'���?����Ȋ��e�{���:��kO��d$֨��r#:ɹ�Q靤`H8�u�-t�Q��	�6K@��B��f��,��͍?勥"</�i��=���U�/�ܢ�\Zޤ)1����Q�@������%UH��eTp�٪dN'��5�*�k���%�b�.������j+�b,3y�o�+��kS��R���o�ϝ�[p�El� �K�M�ګI荁6Q�̟���}=��L2x1va�êC�d�����vuޤ٥�G�"�[kVQ�@�m�AW�;�.MI����ҖIMl%�Dd?��/:�ʝ����g���m_�^#S&��]V?�27��Cʯ��ABL(�B�oT�j��~?l)M��w�8{-��Og���K��Ol�qa<�x��h\zm����2k�Ph�/����C�d�+v�MP�����qS�ș���@;	0��rGQ
Py��6���="�bPh�FYvK�_	�$�N���wz��7�}�y�5�S��������N?�Jc�o�J��"�Ͷ1]ʜ�Ġ�Ů=�pѩ�O�]��0�,��EA��X�Хs���u6#$�r
->�<J�"oPR���(0LD�_`����r?;����`@}�1�EnN���>
�BW�����a���yv�S?g�$=){rn@<�d�e3��*	�4G7p%�\�\�K�J������5��D�=Rd��� ������0��8�:ؙ8� �7-[�endstream
+x���sp�o�&�vv̎m۶wl�Fw�I:��vұm۶�I&����o�;s����:u�����u-�kצ QR�&l�`�p�w�����P��3qsQq�Sp���&4�|���((D��ƮV�bƮ@�&� 4��������(���^�V���juM::����c0���/O+{��ׇ;����h����
+\-��s+[ @TQI[ZA@-������mJn&�V��9+S���`�����`�`of�Oj._X�.�c��#����
�i
+t�GEp:�Y��|}�\�����_5pu�Xٛں��C�Kn��/B��_v_�/0%WSg+GW�WT%1��t�4v�'��՗�`�ei�`��OJ��}�|i]���]��@O�b��fV.���^_������E������?�����f�@�/�/���y���m�����/������hk��������+���=�?�"mo��`f�������܁��*�?3C�E������`4�cTpp�
+	��?�2�]��Z�_�������5�?��������?CK���*�}
��w�k����@�Ϣq����Y�z��9�gkM�ي8ؚ�g����WI��-������o�����'�L����`nl�U����̀ζV��������o�LL�I�fiejc�O���ڛ�g�_��yFMI1Y-q���r�������y9~q���;����?0""���o�\�o�l�_w�7���&俀���,o��l�	��ʛ��_����?N��	F����쟱Qu5�7����)�Gm������]������_3zM�VLyC��~���`�����v3��9׫�V9t�Ens���ch���h�Z8u|ߗ�=�Ʋ��J^�&�#���Cݠl�;f4(FL?ӌ����ۂ��`�8�WV1(�E8���s�DH��A���o���fJZM��e���#U����@�
d�>>]�X
+^wDʘ@�l|A�r���,�H�����ͧ��s�`;���G5�nU' �?h�e�Ç��F,<���N}*~��|C��0� B��p���`��Npl0~��6e���R-�D��mf�*�C���gII�UXNz3�KN�
BU�b���2��pI)j��C���"6~ �s�&�8�!��L4��.mS�A梵4#O�;�����j叽�O��;y>*C�x$D��_$7�Z�"'���������ۅVz�&D��2�l��,�����a�0��v��?����C��d�(h�=���SjCT���:3��B����mp`�����}�*0j!?�/�O2r�f
+{����P'�(�j@\���>c��Ȅ���h�V��ЄAIi� ��j2�<8�}3�*5^ݮ��ؽ.ILm�N��Ɠ�ӫ_7B��̕OyerA
�P�ɷ��?���8B���,Bʯm�KS�X�<I43��0C��{������~Ss�6DmZ�>'j���X[����
+�5f�8�]ΓR�,�1R�G��.k{�i���g�@-`7��6Qޭ:@�4)���"�;�k[�3�g��L?K7<����PK]ٻ]ݨWۡ�fwN���{.���aPT�^�5'��(��<�qӘ
+��@��b�g�'VԨ>�1��&{%���s�ڡ�n2ҫE�^��؝�n���.��W�yB)y�l)?i���G�Po��%���)s{
�D.I��xR�j�l
�E�J��$��D��:+A�q'Ô

V�&�xs�D�~G9F_�9����r@|�os
sI��mv�H��#A�,�P��y��H��{�{r���GS����U��OQ�b�I�<��.0p�`�1blqc��7�\�A/es�X�D�.'�T;���o���`�2�:{�����PS�����>ߑ���UJ3��p���Q�+�S*�B4E袿"�s�t�!��@�]R���e��
+�`:�i�Q�G��
+���w�Z-;�V��4a~A�l�S_�SՋ��	u�4mӡ�I0o��y�d6�#�G��㗵�-�]8���3jN}��)���bm��_�,���ޕឦ����sz%��t��xF�.@��
�^�}Y��;���]��%˱c��'�r����d���a�k@8�Aڽ('`�wt}�ܺ��ťg�J��[�6�4��Vp
��
+(��<O��z��M	�)u:��ؤ%U��ub�/�Y��X��ce_b��~L.@��8Ġ��}���4��`M��fe��ʅ3!�h�<CF9�g��LJӧ����Qp��pD��b�}����N�M�� ���{���@X �<��-=#�<��(ٗ��Jɇ�	�֖x�`6�q}��Y"ќ�A�w�G�S'�fL��*V!������r�ؚȤ?���{�A��F��dg�(5Gb���\�����!��Ϳv����^gZ�j*�%�����(�M;\-m�*�'�hӰ�e���5��-T:F<�kݩÇ�6�y�#��q]8<jl`��f�3>��*k����L�,OG��	<����[�
�3��.�R-Dd�DT���>�S:�C2�ʿ�\H�2e�vި���A�sRL��ō�q	+�
+
+h>Ƿ���-�$�
+����7��zn>�����f�e�A&?�L[O��unf��]���Qm�d�WI�p!��=XnN"k@>#4PzW�:�X����c��&�>W�Z3�1��澰�/�	f���jJ���	�/j=���@*�%'�N�Gx�k�*��`-I����Q���⬠�oN=8û6�`n���B��D�UA���y4a�X%�e*bY�#.�y�a3f�ݾ(��3{ת^�y\��#b6����vh��~:�h%{�M�.��
+�^�̃pY�ˏd�g�dj������a
+Z��e>L>���'����s:�m��=���.cP�	���'����G�nw�뇘����O��~����i�X	�25h���F}�^F�T��d!�� �A��������`�Y�(ܺ��V3�@�{00iH�#��Y/����`�i1a�@B��y�it���Ɨa��G��<ʱ��G/W���Ÿ�A*z��F��U�����N�P��
fȇ��t�>�T
�!E�*���H23�r�X�q��Uk�K@�K���,���Z��h�r�`�M����������9Z��{o�b��3� �L;�i��ĝ��ɥ�<�7��=M�����f����;��>(c���,vi
+��N߅A��(����t	{�c2r��6�X&zīĠf�
�0�����/l��bz��R>.`�j	1���7�!�]����fZPS:x�i"��3�7��u/�.�kBޞV�]���a�V�Y;�w� b�?����ރ��J�PšK�92c!����N��?�68~�ݒx��\�?�:J*�c��$��Ç�8�1���������u��.&S-"���,*��RcN}C޺���w5�YC�Iֆ��g)ʩy3B��_H�����>��O^���Ύ�\Ċ�5�Q
+���d���$YO�D%�)��������y���������_XD����>uJ�y�D��4�e�(���
�T���~�g��Ľ`��JypCɵb]'��@[
+c������i�OJ�=����.e���ao��a���/���4��s�����ǧ7��g[�m~��Yu���U�s�F9���9�<w>�ݥ.�(f#T���׫�2}�
�gx�D�J��E�ay��0d���>�c�M�gC�٠��_?�y�֫�V�}J�C�6�?y�)
+M�_�Q���/���5]��J�Q��-��	"��1D����'��%eӓ���8�� ��wO��o"����S��WW��
B�t��[*�~�M%y�8���vCÀ9��A�.�`�I�&��ʏ1����L��P�/�W�!C�d!K8@�������Y�ʤ&�"��"��t�k�������w�pe�t&�x���&��a���S�Ta���Ma����V}��V�H�	ُ��cP��n�4��CF������
+���T�>}/*!�����Ŕ=u����X�6:"rJ*�������O��&�*��՜SK���ovOC��u~�o6=����xa2�eg���;+B�8	�h#og���R�]PV�@h͝�֕69p�YU��ȡ�'yei5LD��ۨ&C��B�C��I�ٗ�y|W��`���ě4Qb���S�2��]��	C�S��`[��%�����Ǻ׀
+n�Ͱs#7�ڠ�NVq�~dw���CDC���6�w)�<��8��7��i9�'�+?ɿ��Iz�$�y��|��W0M"����/���Zh��~� ܇)W'�����!f��,Fp꣨���0�9�7�C�j��
+�/�GW�����(���ϰ��
+Nwu�W����C��t�y*_��4��}�ޭ>�v�
+`M-V�B8�SV��f�@|��5j��t�~�}���o"�w7)^���c�0��Sё_v�(�	�/�@���%	�6���M��.~��&�+�a`0q�L��68|_�@����d~�1��� A�5~���B�"��et*��)� <ϛe�MpO|߻��ʢ~�4��p���Q�0��iX���_�8�����l����|�(��F�k�����Rg7WlcI'ͭ���e����Rp"/g�UJ�r{=�9���G34ҷ�m���5�)���'v���S(���n[�>�#��߳8�����y��-�G|u]@��,0I��C���{��0�4;��]��V8Տ�㡗y���Zt��/h���"����F��8�(�(VI-�N��nK*v�M�J5���Z����y�f_l�
A������Ȣ)���s�|��D;�8K�u�B��,�g��OzI_����"�î\�c֬�}�I�Ӱ��mY��i�Q�'ci�d{�ԟk��,��^��v��v�����w7���-�g�]p:P�>�n��2yߤ�H�o)G`��������6�
+U8�JsP2Ǒ����٨�7�p����WO��Y	��-]��j(ĝ�2SGz�G���^�,-�~�N�G������UQ�ן}RZ�s���z>���h�i�|�p��K"�r�(�����:��#�yL�}�2�E%K�m:?��̓Q�Eif�P���D��zv�cDj%�R�`mѓ���۝=��'�L'5�|�p��^Y��i��:��'�~�+ㄓ��出`������2.�|���zKh2�"Ʀ���6��@"��Z-Ye�#�Z��j迩�IŮԫ��(�q~ےX]+ܩ��mo0�����&4�xXG��:��˿fqN�V\0H��,*4�*7�/C��ק˘tOO;����z׻hv�
+6�?���;D�d���XF��xG�J|E**L�NATT�����tPy(�;6�
��[�%ḁ��@���}(w��A�hl�x-�'���P���À���nS��f�B�c�(��Å�'�QLwސ�
+�{[Y<�A`Y��������4ׂU!�&��'�i/���P�'EO��T��hw+�EpE�r�h编��S��Ls���bOV�pN��e �~6Ȧ��r�|��̯qՐ}��m�A�N�(	UӁe
b�8�)�P|	|
+�i30PV%HL�=;;�h���!_kC����R�8���tmm��\�͖7�s���bMe9�_nL
B�x�ݵt�Aj�r,�`�q�y>�g��G������7U�Fpے� ٰ~��Rؕ�W흟��pf���J�C�5v��,�!x�hw��7��a�^1h�2�>�9=E�-%��g~1e�+�b���$�b?�&�{�}��S�Kb	;�t=�wC��|���3��\z\��ǨCR4���ex�I�G����a�6�DΑc&
�%-���m1�;B�_-���m�=������v������$)��
����~t��5����8X�&���>jtE�����	~徱�O[�#�S�8��ۀ`s-��i���3T	<�X���!���(N-�F�K����>B�mj�^lA���f;*u��-�0���蔤�p�0|����R��t7�
+#��M�_�zΙN��>��a����$�W�Q����Lũ�k}�������w�]Ҏ���e�l���lr��3�ב-;�E�י�jc�����7�x�ZaS�3%���2d�(0B#L�B�c7JA���Y�����[l9�K?��`�
���ɡ|	���oV�Y�c´~��Iڿ����³z���jbĂ��X��u'=�%	�y׵�L�e���,P�`/<��������98�=�=L"v}������j��I�r^r7�_�!'w�|�T�B,���:�V��F� 3N_��7�I_<lV��M~?{
���N�nH��#i�n�s�����Z�X�n}�|)��q���v��9�>���n�o�c��^���y{�w�3��ܫ.�:#ˋ}��y�'����G�R���E� Ǹ"��[]LoRq��ʮ��xEE����S�r	�M0,��9�i����Z�%/�V�G0�hqF�i���T��N��8&����n�a����(���^-�>��W��w�gk���yU�
+𺞦м�N�wr>k�J�bN��L��t��кp{��5P?(;�w���G�#u3�r42��U��b/Q�""0d�qm��6~\o�Z�OK����*����1��c֊�������^U�q=ȏi�� �%4m�t�Zi
�=��nኪ�yӄ�Y#*�\���(�m�s?�z�mGʮ����J>�6��_%L�R0�lg����#Mm�!-�3!��T���1�x�6j�y��6�6��%�pͲ�:H�����NO���]�K��%�Q�Ւ��c�,\PH7 ��]6u$��\ƴj*_�A�88�Z=,#HM-8+��2nl�ܞ\�>g������FR� ��rx"��Ki�+�|Fy�e�w��A�o���}��jB�^���	���`�̗��U�?�4	�E}�z���J#��;���	v��Q�n,�W������[�=>f`9j&���`��'����A�/�'�A�ӛS�W1+��#����2�M�P��P�K5t������B�[�p�1��r�R�wrP|N}�b̹����[�部}]�N�ڍ�T�r"�A�-!�SM��nUJ57�Ĵ%x�Nj��}��b�4��Y�orC��S.��f���3��0̶
+3��Jr�"��bJ��F�E'�l��gO�����72��s�P�e���,�f�E$s3�O�򙔿NI<�]8c�Iyi��8U� :E�5S"`t9���kk�D�l�b���V%b�z�<�v�N��4R
���,�=}(�$�����d_�$��r(+/�5�(
+��r~�_rBX�T�ha‡��<�}bI$9��KQ>�������t���)�ӗ{7"���
����������|S�f�Zo@aI@���:B)�~.>G`Q�:��7��md�u��,ӧ\op�x}�R->�1&�(����d� �����ü����\���|%���`��%,/�;@�D�W��>��ȉ��賱��@���0]�N��),����>�w��پx�_s������(��|�k5&y�)�n�����-�J^�X��M��ن��^����G���Yd��#~�*;�BF'��h�5@{h�3�`bGaW�`F`�F��#��`	��K?����N���|�c�k�9��j
+j?���
+�6΢/<�u{���n��
K~���l�o���0y�5�"�
+c��.s���k�����K<G�U�&��c���'�W_6�gF���1>���L�ks�ci������i� ��M�O�_����4k�Tc|.��,�p��>s�6�K�ۜ���;�5����ṣ/o�=ʼ+H�/�:���k��oHה i1��[R�iJ����5�x����~@%��P��V�Tn��+{-/gb� W/�������u
G�}\g�
��/�Vqy'�H�Sc��o2��u���\�/7<�!�r�����5�?���S\V ͒`�*�A�)���j�ϱT�5��H�-�uU)�
+����P\����\1��nò=��'�a���ȸ�Z���٦��5P=k�J��R�U^�Q��
+o�Ⱥ���G@{\�6[u�U��k�lO�NoT�������+[`��������Nn-����'���0z2K<��n�MLNg��['��c��g��l�O��M���&����4�wLn0X���s�?^N�J�zk�@�y{EX}Z�ōÂ�m�2�� [ĕ�;JF�8�"�9�G��6�`���捲�����=�递�Zo�-~H�T�g��QLN�֨�F��_J��r�,�
a�P΀Bm����J��Q�?���m�Ej�����{�\<�Vo=�}�{�������2N��u|��J��#a�����>��NO�?�a�;�s�s�kN<R.?�������a�T�aW�&�I�4AQj�Xس�2�E�O���ك6d�rW��Ǭ(F�Z��F��؃��M0�z�?5�F�u���T�BB�Jz�8�����c=�[s�3>m�[���:�kfw��c�~�
]�",v������4�+�4���ϭw�}|�D�X(I2&m�-��o*8	�Ɋ	>zC����G�Ƭ|���CZen�Z�ot�H��y��w��d�e�Y	�9�C�Ч(1�k����cݵA��4���[��'�)w�9���v��-m�S�ش;�ɯ�V5X���3EYCF%.3=��C��ӔfFV�C��dʯ�g��O�;�`�(�$�p�4���g��Z�#�eX�'��+��Ğ�$hv��΃����4���lۄz�t�,��D�X��Ӕws]m"���nڤ�ߌ6P-��	�5���
����57�~��xO����;?bÏ�n�puܓ.!pd%��L�0��n�w�@Yf��ç�٤\�P۳v��u�z�î�q��ؕ�3E��kiG�ή��>�L����A$̀M���T��y�[��\�zDJj�x��Ê~�h�/�z�]��!�s�>/V8�Xrb�����co�"��!��i�v5��%�anދ8L����ԧ;�6��=�x�Y��!Ʃ[��>�5ѱ���Nj �@�;w�2k.�,���
+wa���1(=8�[����>��N<��`Ć�����{�<�4�ڑU*W�RiE�*�(�Y��x�[z6�W���.D(�ª���h����>��u<�x��d��Pڍ/����+�[��~4��l��R/`��q�d��7!�Ds�
+�S�zn�G��m&?�[�{8�TxIq�`[�������m1PA8�,�:�M�S۝t��
��]��g����ru�'���ȣY�Д�C�G����@�y�_1�0�U�E�%x�!�6���v�}�!Vѣ%�(ea��7_ցg��1t��(��ţt���LM�up���b��_�)zʛ��ѥٽ���'�Q��I��~�|�09/�ꕈ�{�c�����<�=u�����je�/���ψ���-��o�G�e���a뤟 oǽŬ:^��rN�1��w��m�y�7ܨ�w2	�bZ�;R�u����I+R|��0z�F��i
+�n1|���H&��txȜr~�(X���Z_&l3�x��N��a)ijCH�g���M�s9��մ��x!��F���ָͣ`a�*�h(��TH��:8��L���r���*f�^4�)U��r�{��;M�;�.JW��FxW\��;�x�w�P���ud6���&���5P�S^A6�`Nm�Ӽ؀���˯�@m?��ꃸ'�g=k#��`�Ri;��&v��uæG��"��)�pؾ�j��ke�v$�����
�!L<�C��?�B���1��=г�~s����D�@�9	�^p:L�;C^�'(�%<~6�iG��6o���	U�b��~�9�>�d��h3q��\�����("�R3�s�����p9?<�����[�{su���X�.OϘ�U������4��������"��q�
�$J�*W�ו �N���4�������x<�FQY�n�;1�n�j݌��֭�i�)��$o	}˯E�]�9%�v�s0�Rc&x�tY� S�?=��(�z�gg7�ࠃ ��VİV��}}w#B�-�c5��h�;>�RV�W	�)񍶧�tk�x_�w�}Wթ9n�z�F��ܓ*���dd�]�{�����Ţr�� ~�A��a0?�FaJ��X�K���!�H6w?7+@���%5T����/�`���~[#�.=��<�>_%��5ȕ�px����y+���$*�u�F+��O�e;�p�Se�Tؑ�
��-��@׶F�\�F����u���d0��w�����{q�J7
�!xh�G��Oこ��1davrH臬�FZ
+��u{U���f�0�x�~�����É�B,| @3�h�Q�+��Մ���/�ƒV��R����
+H���bػz��t(�T�ՠZ�o��)gU�R�;�a��g�
+��W���2$���"�-W�T�oH
(��vJ��ͫ�Y5����:�n���X%�:%%�Y��W@����`&�m��xZ��޽��Y�gBu��ޑP35��Z�s�|��qf�����_l����g�Gȸ�O�����a��֕
+�;��S/����q=��<�e�ca�y��|��E�+o��!����==�*���p��|��a
+���6囕�lʨz��u���@��9n�@m'v���9�G�]�kA�{������_VC��I��R.-L_�s�,:oK�q�@B�n��g'���>���A�^{�La~�e1ҿZ�����\!��_<�c<�����'�f��Kˮ
PW�:�?��[bL����e�>����6�#���4Z��:;�-�|�f�}:�fϴ*�E�8\ߏpJ��EO�.�'��':��f��﮶aKT�Ï-�mG��,Ϳ��Z�+�V%�vM�ݼuV�ص����^�i2}����!��s�M����Q}h��K��醇|��b�����:Ճo�5qc�Sj�pR=��;��`����sH����v1`���Ps<�$���(�*w��G���=oT���%�#i0��OQ��y᮹�斣ȰR^H�]'�_�b��0��:oʂe��6�yD���!��[�|�?	y�
+uU3_����u�q��{+�H�K`�o�|!i02��^Щ���O���(�m"�Mݲ���mv+�ri
��w��U㿯�(��6�
*c$u^����Á�#�+�@j��)�
�L?0�L�M��]2�j�2�9�=���h�O.�\E$p��>�2h���,��T��Ƣ|�L
+�e.ݢE��&�r*hN#��A���(�q�gCߤ������A��q�+|��=�$z���f��E�n��(q����u�:�֙{f7�N�,ܸl���27��7D��q�7z�7�T���t�m�
+���ұh'�����gׂľ�g���ɮC�����>��X��僪��ީ� !^�Փp<��Z_BQ4I��R�P&]��+${��ҳB���í��K��bȣ�v��u
+tN;y����@1]x#�k�P[���#��T�� )I����`���;�9
�U��N�s-U�x+:¯Vq=cm��*׵���T�=5U �n�mc��X��3�j%ޅ�H��?wE)�%_P��O��v��u��y�u��X�����?b1J�mm�z�R�&�$��
7���Pذ��hO�m�����kBk�qxLc� ��;e��I����ě�"&x�l�a������Em���4)'�0��U��U�̂“��3���F9��N�Ȭ���؊k�H+8��L;�_ٯ����=uc�Y��gn!�i�G�7��LLS6�9dc����W^�����+������i��y��kP����X:dTՊyo'��l�L�۬Hku���>���%�?�p��%@G;Ձ�9v��|��)[�ϗ'.��wE�]#�f���c^������o����9dr�{(R�Q�Ι7��^
��@g�Ku|b1f��Z�(7r��xSd|�R/��^��*!��h�u%̒��lr"?:�w�&I��]�o�Rx}XM~}U������Z2I�Q�1k|��`��O
���	�=d�#:�%�q,���lx��FA��8<���kl��ѻvf~�(�|qxN���F���GGLeE�K�8���^�6;�7#�Y�Q��Lț������$
��"�ᕎ���Lq"�@'~w��!�e.�cb���ˇ��e�ԃ;���g��`o~��z.e�ܑ`�|��5]-��BV@(�ň�j�ri�����ҷ�D��&H��43���{��IvY:s)f�z��q:�{%��9#rP"j�;�C���F�E���;�	?������1�Y3&)".(�C	��2�����XޙTϝ��9�^6��[���]&�T#���ӱ�3���ڟ��u��
+�ρ~�۝A	g�4ReP�ҧ�2��ptqC���!$3H�E��Z�)D�c�)�&e�A���	��<�p��6�Z�B��F�Z� �����ߕV�2fwPh.�����ry�#��;s:lI�?�q��kG]G|C��q�#�n+���Q�4��O�����D0����d�+^��H�5DTܪ��sZ�!h쑂�2
+��;�����/����ؙ[c� ��!�7ތ��D��lV�k3�T�rJ~��^�l���u��9+&��S��=/S�+��G�4��ʊ�%p"��^����H#~�i�Ʊ���kr8�V�E���� [��A�w]z�*�6�6#S���n���U��@��
�����K��[�Ei�Z8�ѕ����o���2�D�#ꐇ¢��wI�[�)ka��k������hDFڷ%e�����w��L���7�C�������yeV�D$�`�t�GIs��a�^Qq�f3
���Q���>w����p�b����N��2ϟ�3�U	ѓ�?�W"�V��/��ם�����������e}8�b�d�Y3<��m��X]����rX�6h�ݨ�ZA�ul-�y`������u@��nXqu¯w�^S��m͕qz��Uw��"��b��d�ξ�(d��I���f�t�9�q�~�� G��(�����j|�O���$s�U�mE���{�H(.�R��OD�;��|mtpr�T���ȥP{�eEd�vX���Z��i�s-�A��0W.2r5֎7��8�-pq4���emp+h#'��F��q{c,y��+�w��\�Q�K���7wZ;���I�2"�u��	>��WK�C�]A��{����y�!	.Z?7�*��]��K�E+�o����1����j9�������w�ژ����$�䫄fY��,rȸj�K��IH��iF=���C���R��)7Wz=׺S�ٵFC�g���~������):�7����K����,�����jo��m�ٔ�tZ��:��g�{�ej�`�����X��%CB3�Ϥ�1f#�4�K�_5��	�SG^#�v�:��5	fG�bBr	��7�u��e�U2q��cD��o��I���ux�z��Y9�:݅L3%K�T=l@p�,N��.�0G
+���S�nl���+��}Oծ5��o�B�U�*�	�>��R�ɾ���<#ʉV���� TB����vθ˓.�A"�q����%�G���b�	�<�F�ˬǙ�#)*n���[^�F��CƋ��S��Hj����Y�[ʨ��-frZ�Ap`5�wNC�=���*�������'V��1�I�C����>=#F*�:�ۋ���2�`:p�>M���g���̃4�ʒ�`�,�
1 F� ���Ҽ�v�5ޥ�e,U�[�)b�l�Io�$ʵ�K����?q1�E6��!�&�I�D�Y��'<W[�?;�u�� (��)~"b۞ 23\�1�{`b:�
+�|�-:�(�Pr���剹ZJc:���-ޛ.�v���
|��:%�3t��8ݕ(��[*f�Es�MU�?A�iZߊ�CF���<$�ٺ94u�&�F�O�ۊ���NL�m	U�	PH�Q�m�_B=�!��)���۳�d4�3�=�.�
+���8V����E7Րw��QS����`�{��_�^�o�-j�I��U�p��A9KZ¥6̠o��Җ�N�H㷓0^/^�����kV�-���ݳ�*�$4�۩q�g�ڲ�B_�#qTz4��"�i�L���R������I,����َw�	(�8�do"��[Mi���F��Y.T���ĵ5���d�I���C�g�4�J0�k��2��&�����4��3R��f���9�jO����h���Gܙ�q}��c�U�#�f��38{g���a��a뻛�s� o��/f�#����6�(�Uy��Ǯ��hG��1Zh>r�Dg�����j !��r�Ψʌ���KAX�6��q6J�JX4�opˢ�.��B��#
����q�L��_��P�g��&�oY�c�p��y�s5&N����1Tu6��6�m`����t~K��"V�ۃ�����L+1����&���N�����	WOlnfekU�w��7<<�0����3�'��/c_��j	�����p�����'�uȲ�,Iۑ���J�;X�^�'��q�J��+�)������ qT�4�-��7g�I���W�6�i����
+����[���1	�`�V皕BEMa�SuF�I1�����ib6>�3ӧPm?2f�����e��R� �a;RkS-b�ė.k���8TĆ��+��iZ@��ԟ8�wh<`��h���@���C�^����iqW�ꕃԵϣ���[�cܡG��)�n3�/���b�̑��+��cq���i(�CYs��QO|O�%�������[/�1聠"p�p�u�����à����!�}VnQ�W`�Yx��b������|�Ҁ���9������d�8��"�l��	r8jT��a��9}@.L� 焟,���$Y/��"�ʒ������p�C/�u�X���`�S��|�"��V�.���8���f�'�W�zE�4�9A|=�]�<oU�V�ؒc�'	��ճȵ�Ѥ�j*ALS��o��v���>$p�6pj�9?X>!�ɰ �B�u���D�$��͓��1Y���>��.z[�����P�s�sܺ��d��\1����ê3W������)���*R]�R��_�ؘ�U�=�쿕&��ot�/�&N݈���<�ş;|%��L��^��Q����~ȹS>�9c��]|�;�T�`�;�U�cZqf�SqQ�^]����f����eTlD3��a�Oe��!�Y���ɳ*���W��A�܇������N�u`�/!Igf]��
+(���.^�;��c��-�^�K�y��r�1S��d��h�d�-�%^��Ej"��)1g�O)�)���7�)�ʧ-ȑ��~Vb6e�{%��k�$+��k���"N�U���'1$9�>���%r)K!q<d�ꌌ:��w�$�n�mߢ�߯Oؠ7�Mr��Ho�(��V��R��NLe��ɱ�d��
+s�R٤vKK��l���A��M	)�ط����}4�	1Ƙذ���_"�vjc����?��%餿?�jqL�����yu<�c����8����m���-��`jx��S�Fq���q�����F�Y<�!���?�����1M���ӟ����l��X
�O� �8'%���c�;q+���\:����`���ԃ�{��7&,�C��
+#cVt�E����|���Iҷ|���Vr_�Ȣ�&�>^!?�Qi��J`�1����� }�F��%��.����EKYW�/�g,�����DL��h
xF���}��w�S/�ㅥ��'�]���0SNo��D�(�k�D�B>��9���:O�#�����p1�DGn��+Y�yh���Z1џ�s,���k
+�N�O�Ynmt����&�����u@���~�"K�+଄OU��EE�H��ܭ�����:�m6ެ"TQ�T?�*O��XIf��@��=�`_{�k�k,dVc��<S5��s	%��	��˂��*oqp)f�NYc`e�9H��xQ(��vP�>0���*]W5�P*��̺_<C[�W�8�m����.;�N�w.y��xC@�O��/�~���"x��Z��\kۄ���4�A���p"�"��_p�ga�9A}>���nچK���ͬ)�F��I�������w6�5N�&2I%q�ṃ�a����=~Z�	��COx���v����C����8u�s�Xՙ���\������Z[^�4���W
+���dd,�z{�]�V��oH��76�X��`2�_>p�?��'�Lm��ήv��6p�
�K�endstream
 endobj
-1286 0 obj <<
+1306 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 2
 /LastChar 148
-/Widths 5451 0 R
-/BaseFont /AAAFMP+NimbusRomNo9L-Medi
-/FontDescriptor 1284 0 R
+/Widths 5537 0 R
+/BaseFont /WGDKXE+NimbusRomNo9L-Medi
+/FontDescriptor 1304 0 R
 >> endobj
-1284 0 obj <<
+1304 0 obj <<
 /Ascent 690
 /CapHeight 690
 /Descent -209
-/FontName /AAAFMP+NimbusRomNo9L-Medi
+/FontName /WGDKXE+NimbusRomNo9L-Medi
 /ItalicAngle 0
 /StemV 140
 /XHeight 461
 /FontBBox [-168 -341 1000 960]
 /Flags 4
-/CharSet (/fi/quotedbl/dollar/quoteright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/B/C/D/E/F/G/I/L/M/N/P/Q/R/S/T/U/V/backslash/underscore/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/quotedblleft/quotedblright)
-/FontFile 1285 0 R
+/CharSet (/fi/quotedbl/dollar/quoteright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/greater/A/B/C/D/E/F/G/I/L/M/N/P/Q/R/S/T/U/V/backslash/underscore/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/quotedblleft/quotedblright)
+/FontFile 1305 0 R
 >> endobj
-5451 0 obj
-[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 555 0 500 0 0 333 0 0 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 0 0 0 0 0 722 667 722 722 667 611 778 0 389 0 0 667 944 722 0 611 778 722 556 667 722 722 0 0 0 0 0 278 0 0 500 0 500 556 444 556 444 333 500 556 278 0 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 ]
+5537 0 obj
+[556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 555 0 500 0 0 333 0 0 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 0 0 0 570 0 0 722 667 722 722 667 611 778 0 389 0 0 667 944 722 0 611 778 722 556 667 722 722 0 0 0 0 0 278 0 0 500 0 500 556 444 556 444 333 500 556 278 0 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 ]
 endobj
-1277 0 obj <<
+1297 0 obj <<
 /Length1 1630
 /Length2 20633
 /Length3 532
@@ -23902,7 +24316,7 @@ endobj
 stream
 xڬ�ctf]�&��b۸c۶m���b۶�m���Q����z޷O�����}~�1���&���؛�XI�^����\��H����P��7qsUq�Wp䖣W1�t���Ò�����Č��<�Ms3���)������
Kut�r�����U4�ii��S�	���?4=]�-�_�������!��U��@+s����9@TQI[ZA@%���4w0w1�(���Y��M�\ͩ�.�����f������K�`pu27���f�ij���d�bo����`�
 �t1v����`�`j�f�O���J�����_�_0%GW������7���Ŀ�Z���j�W
p��ki�h��OI������[;����b��̬]�쌽�����b��4�\�,�3:�����������_����t�?��/�;9�y����_V�3k����,3�ߘ����-�`��iG�3ӿ�fnN��s7w�W�����I�9:�y��-`�C���Xf��#�������[��#��r��\�����_�%��������w��1v���3�9�?�������clom�����֚��N���&
4��a˿�010�[h�*a�in�d
4�X���ٿ��f�.v����W[��LL�E�femj��	��V�;���
-������%%%�%i�7�_�J����7��Q�����<�#"��	�g��гp1���fa���	�/ ��<�]�=��fb�W����ϓ��w0u4�gtT��f��
+�����DUE�di�7�_�J����7��Q�����<�#"��	�g��гp1���fa���	�/ ��<�]�=��fb�W����ϓ��w0u4�gtT��f��
 �Q�����%�_�o��q��ܛ�{��®�8���ddg��G��t�����:�7���9��gD�rW�ׇ2���|vx-�9}����c�Q���_�'�(B٢��=b4(G�<׌�^����`�8ܛVV1({�$��bu��~� u/
 @'{rB�3Mo���FnAm(>;�H>y~��黅8��͋�!�uG��p���Q���à:LN��;2��s(�Jf��ڼ8L������D�y�$kg�P�q��Xi�G�I�	=X�Ը6�����O���,P7�."�?]up5�a2u���}�̍.؈�/�u�x��Ӿ�7��G��<
��G7KR*� ��J�+J�k
 �{���ש!y���h}�Wu���r�pI�
@@ -23978,35 +24392,35 @@ Y
 K�rt�zU�?��M����s�k����,Sp	�*���Mf�Ol.��
 ��I�:���x�$���:����*����E5��B�+�ctCg�&]�����	$ת�s��%	ޛ���c{�Q�,�jc����3'�E� מ�U_d�2hi����z�c�}:6�L�-Z�XC$�~���?iD�ȣ���P���¥��	����᳂��x��H�8i�����Oy�޲@e�}�%U޼��,$�䱚'�;�NK����}�驑�Bs�j�Wgzi/�pq�Q
�]�NN��L\w,�`[qs��k쥫B6�BF�P`2�<������`.�zߴ	�������6ԅԲ+�OQׅCd3�F��Nf�0C�Q�>��6�8Qρ%5���,�Ϗ��b?YVNR�u/�sfY'�}*P����?�=d�I���0;Ջ��K�D\ZXL"<^�J^s	Jיw!!7%�]�zk����EV&�W�������<N��9e��@�fPt��L֛�yC4�5��6/��?X�R�WT�ٝ�!^8�0n��9���bf�-��Wkx���gbW��3Yu���x�
Ζ/j���H��Fe�G������G������������{�,����mYݰ���߷͈��:��Y.CD��9r��m�L�+�>R5��ʧ���Z�q�+�~��������@g���_]�"GqA�/���?4�n}�k�'��|�oH�Gs��F�������GƇC)Qa4ߏ����<,��],�eu��:�_�t�(���^u�ʯ$WM�ʒ�М���,�(D5U P����g���4�l�5�L��7��t�0��[��(����t'��5��G�k׽�!NB��Z��L��i�]
>�~ݏ'�[	���X��Kv�4�&��(���h��}����B�=��8H8f�����A��o���4/�:�`_���@s�x��o6WAc�۫����~����7i�, ����3��>_�q�.%�DG�cH���lczѶjVP_1�y��aj��Pl��2�$�#H��Epo)�(�8[����,�g�2Q��6�>�Gt="t32*7�x2�n�:V�F��f��+ds���.���?&�V>"�Ա(�^�4��`'va�*�[\���=���˞�@w��,Lآ�A���v�V>��f�g2,q�	jj-��diƜϿL���$8��`&���y�� �6ן���=f1b��u>�O��O-��`��RJ�������B�=/G��ʲ+.^�hs�ă����Z-/��np�4�� �����e�65������C�
 Y��a��!����ԌG��	��
-"��i�v������1�Oǩ&��D��Rw��X�ϸ;�����\%�e�A����T�<�ETe-�zq:L	��v^@��sl����>�wx7Au�"�lfҨ�S��/	[��Hi]������X���Pt'�}u	�C��ߒ�xN�<��&-�B�*81Me܂����k�Q����i�$���R���e����M9�RBL���ݰ��P��"������X������5����H5D�Tlň����4�SN;R�r��sa9�()~18^��k�'����>Ǖ������Y��.�N���L���þc����H%����{�[<��P<���t�����ך�{3��B�/�_�st���n*����6>�h��笚i(���8J�5��S|�G$�:�!�D��=i8���$d+3�#F#�U[�FS��T��-]�3\2�C���5P�d�J����hj��#1�h)ppK	�|/��/]�L��<[����s���˭�F�R�>�ƩK�I����k`����d�M�<"�m�F���p��5S��X�q�Њ(��+��<�c�����}�RH�,��M�ϷF�'��P�6Lp�-X�6��w��V�qk�u;�M�Џ�<�^����ҚHb>��,�E�%]�n�8ʻb!��A�z������+�
�P�`k)�ח��@L8fn������t~��󾟀F;���k3���;ru�ݛ����2\���O���&�t|"��h�~�Lխ���>`��72I�[P���w��1$��^�BG��!���	���O,��\ݝ�\��� ���endstream
+"��i�v������1�Oǩ&��D��Rw��X�ϸ;�����\%�e�A����T�<�ETe-�zq:L	��v^@��sl����>�wx7Au�"�lfҨ�S��/	[��Hi]������X���Pt'�}u	�C��ߒ�xN�<��&-�B�*81Me܂����k�Q����i�$���R���e����M9�RBL���ݰ��P��"������X������5����H5D�Tlň����4�SN;R�r��sa9�()~18^��k�'����>Ǖ������Y��.�N���L���þc����H%����{�[<��P<���t�����ך�{3��B�/�_�st���n*����6>�h��笚i(���8J�5��S|�G$�:�!�D��=i8���$d+3�#F#�U[�FS��T��-]�3\2�C���5P�d�J����hj��#1�h)ppK	�|/��/]�L��<[����s���˭�F�R�>�ƩK�I����k`����d�M�<"�m�F���p��5S��X�q�Њ(��+��<�c�����}�RH�,��M�ϷF�'��P�6Lp�-X�6��w��V�qk�u;�M�Џ�<�^����ҚHb>��,�E�%]�n�8ʻb!��A�z������+�
�P�`k)�ח��@L8fn������t~��󾟀F;���k3���;ru�ݛ����2\���O���&�t|"��h�~�Lխ���>`��72I�[P���w��1$��^�BG��!���	���O,��\ݝ�\���Z���endstream
 endobj
-1278 0 obj <<
+1298 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 2
 /LastChar 151
-/Widths 5452 0 R
-/BaseFont /EGGFUG+NimbusRomNo9L-Regu
-/FontDescriptor 1276 0 R
+/Widths 5538 0 R
+/BaseFont /NCSBTK+NimbusRomNo9L-Regu
+/FontDescriptor 1296 0 R
 >> endobj
-1276 0 obj <<
+1296 0 obj <<
 /Ascent 678
 /CapHeight 651
 /Descent -216
-/FontName /EGGFUG+NimbusRomNo9L-Regu
+/FontName /NCSBTK+NimbusRomNo9L-Regu
 /ItalicAngle 0
 /StemV 85
 /XHeight 450
 /FontBBox [-168 -281 1000 924]
 /Flags 4
 /CharSet (/fi/fl/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/bracketright/underscore/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/quotedblleft/quotedblright/bullet/emdash)
-/FontFile 1277 0 R
+/FontFile 1297 0 R
 >> endobj
-5452 0 obj
+5538 0 obj
 [556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 0 333 0 500 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 444 444 350 0 1000 ]
 endobj
-1269 0 obj <<
+1289 0 obj <<
 /Length1 1608
 /Length2 12916
 /Length3 532
@@ -24014,237 +24428,288 @@ endobj
 /Filter /FlateDecode
 >>
 stream
-x��yUp]˒��,�����%-f�#f�-����bfffff�X�����x�_��51;bG���Z�2WV�l2"y%:!c[Cq[':&zFn�����Q��F�N����id�##q01p�ڈ8�p�L��&F�ff�@����hf��TQT����������?=�;�f6���+[;k�O���J&&�'s�)�� �]^CRN@)!��0�1q0��;Z��2@#G*���������1���?���G;#��67#��\��;k����7��0s0�q�쁓-�hcd�l��O���߄�l?#�?}�`�N�F@;'�gVyQ��t27p�+�#��
�5��4�5r����}�0�^'��#�����\�&�c������g�O0;��4��6f�b@p013p0�2qt������;���Uo`gg���nۿ�������ʔ���3���gn3�
�_�"icj`b������>��D���P}�00���r���1��:}�P�ߩL�?'�����#�������5����<�;������������|�0���_w��k`
�r�/��=P���+I'��6٘}J�H��#�Q�fb,t22�X}��o���������S˿��cbc�7��9���毦�s��2�1�w���͛ASBIHZ���oӿ��?UwRv��$�u�����/aa[7�'������1���X����|1�k-k���th}���w����k��o0b6F��͉������h���/����ç���ϒ���{�ML�L���l�x-��R��0��D�z�����j��s}+l;}�C����_+���&�ߛ��O��������0�(:M.r�H��sQ��[9h��t�RN�"</�d6!4�U���u_��'ZY`.�|I\r}�H��!z%��BoC�A��;9%�;z�C�7<8��y
ٽ�K������<��>W@S��3Ұ�)��"�+�[��e}��~��y[[j��yZm�������Ew�,����{�k�JA�ew�%)�4��o��t<J�;�GR��wg��[a0�}��X��Nk��ȸe:�@��n&Tk��$}�o��Tct�t�_%l��j�������E�qأe�L\�O��������t�K�CDE=1�=B��S����ˈzN�O�0ˌ�B������[�…]��!6�M_�Q�s�(�SoD$�a����t�B����E�'}��љr8�̼���?Ӈg�hT1ڱ=
�iM2V��0[e�d}����0�
-w�L��EX��Ah�c�v!�"�V��)y�Q���w���<�}�<���K�WWc[�_� .Mz��Y�'�,@��k2C�pym�(����I����ОX�bL&G����߭�N<&(زd	i�Р;ˎ¤�I��1�%�K��e˱�0�2-f7*�	�|�	��싂a��]�΍]�}����OB&U9��[a(O��k6j1�FWC��n<�Hl�dg?�h������)#��#>�뫵o>}7��R	��ס]Q��
Yj�)"!$Y�$_�c����&���@�kd��I.i�I�Tp�~ޜ��`����0�
-�x�9Y"��JG�)�4h�c0TAh<S�=L�g,:9Nՠ��%��j��T��[غ��܈��1��
�Y�ߗ�"��W��2A��R����á�'m;�iH�b�!�������>�"�藿V�oY����dG�<��Z/T��t?�jGn0��=���i~pfz��v-ȵ�I��-��z�	�\��@���Zt���=��,�V�"ί|�*�f�'P;�p�m�
$�F�c�c�W�ာ�G������ʿ%�9Mنc�_���G�j�i��;4P@�
9�K�D2̂�ݑ��->�\���wׇ��[�0�`i��7����M�Ub�7���V@.m������E��F�$Jp
-ʬ���F�B�\�5�$�H7��]�R.�#�&��:&��뤣*P�A��OҺ�A���rp�Ѳ�/$����l
-�"$��,�<�Fӛ?�Ԗ��7��e�tKL��=ʈC���3���:��v����7�j�Y��~?3��!\��X����>��f��2Q�nP��H�h#@�̯N���I���<�'�.�`��V�gz:��7vT�%���n����7�Jߥ�W�l�`��kLs�,�=Mǟ��D_��&"���g��G4
-¯� #N�~8ȫ��F�틾�����lۯ��4%�ٌm�X)Ί��FZF��T��T�֯��c�_��<]�7��{"ojQ�^���рK	s�7k�P�Gܥ_�G�mw�����엎�(@o���xF.)���J|/㻒���`�G]"R�z;���[�����R������!ߧ����y��7�Ӵs�H�u�&�1�a��xqQ�>�Xd�кϠ~,;�%p�d�)Ӡ�g�ݚ�0n�b�N�~����~3�5����.�'���s��0s��T���?6~7�D�[����Gϴ��%����%ן�ğj����S��Z���9g�o��*X������Ft�ޔU��&(p����q���,K&|�Vڑe�b�������DžEmr#(|�9
-�#��	&�����L��㇁���Ť��$p-̭gs��A��n�xO�i��&a^�X`����ZyCa�$���]
-���'%Ӑ�
-�B���l�a�h����׼%z,o�/�1�A��,�\��)D=�nt����v��(V�KƑ`�uٻ�â��>"9�~-��Ak��9�#eW�����m����if�/��NQ�bBt V��S;�#�`pk9Ox��L�Q��0�+�d�񫆼��M�Rكc��z��[�^�m�4J��2q�s0��r��0��:���ɰ\:�c�h�����M���w����)��\V��!����I߯fQ��a�=hV��l��~��~w���y
-{�DHY�n���߸��7]#�l�����e����䉕��bhR�i���(�P�*��h�uv�<�_�{�#zM��ȽH��'o	�Az�}�u����%I�?~x�P�9}����)��NƩ�YEL�<����6H@���nj�G��UaR̽{��#5S݇�4`Z�����xF�8;ֿP9�K+��K
-W�]�v�]b��C�>P-��[<�%�>�M��',�Y
�M~�Q�4��svw�(h�҈������,��IG�;E�]����hca2=3�S5W��%%q�U�=�ҋ�QՏ�清bp9��sX���0L�/�� 8�$�n�XAq���3�/�V~��qG߅��Y
-n!�=r�K(��s"�����lJIcK�-TS��fEn�{ʮOʟ��eKV�U��{�Y!#�W��Z7`�ރ�-�~��e�
j��{�PK�]�4Q���N��;T[C}��+#�x���Cd�[�."�R+H�Y�$����*o.vgg�ElR,@��E�Ǎ*�6sˊ�]���]Z��*+���5%
�H�\6y�ܱ�?�Ri�+�ס����������ɿ	��Z��Rࡍ��n0"�%꯶4��=�#'��^"�=�c �k�X����Q��g؏�&�z����l	V�Y�j�vR�Yg�&E4��b���.�@n�>�#s���E�~�.���I�n� �&|��9�e��O�٨w����f"C,zr�K?��N^۔�u��z���G�1���4X������}���~��ߨE���q|�B^�:�OD���'
-��t;��Eaa�.rP}�w���
yϿ�����礔F?ރ#O��\���Q!�S�g@z�P�>Z@��
l��'�…�+9Ys��UuH8
�-���у�mf�Kt�����d��Lg��j�8K	����2#�ip���w8ʯy*����#ؑb�����G��u���./��sj��ǰnܫ��{�W��|���=C��ǯ5iCjX�[�Q����\���Pw��[��n�o�$��$�P�х��n
8���6��d�9o29�(c��6��$g��˝�2�]$ꞎ��G�Kh�i��Ą�B�\��*l<x(�����X=��m����US��-�jɇ�Țf��8�7�֭�L���A���0����5?=�j,���$kA��DA�X܄k�v��[��4&�L
�ga��o(�����ٿ�a��4�0�Wú����U��ۈ��	�Wz��$�`���wx%�C���^9��GG�5q���D�ZK�ͨ��(�%H��m6�V~��!�KoM���Pw?���b�a3'x��:Y#��E���XY0���8
G�]]9�1f8cf.d��"չ�<SD$Ͳ��<�w��A�蹠�}��\4��h��`�ڦz��K�px%Ԝ������궆��ۻ���`f+y-���!���3�ט(�nՊ�୸�\9I'x�:�7�5a�6�>t����C���#�Z�	oj:�n8�5�ZX}<!�ա~��A]lv4o�gB>��fɻ�z��Qa�ěڙ��<�V��j!�[�ۨ[�V�}�#��0���&!�!��%#
�EVmK���	G�V���Q�B�
Ƽ��
g%����RT�|h��q=lN��Kb6�^��:�q�,�.<Gh�<���8����=��݆X�V(��#ڮC]����`V���(d�(&
��M���Y�����֋I�rb�
vV��p�+7���P����
-���K6�$�j�ʦ��<df�����������!{�3S0�܏CGG_�Z,��ɕ�*/wBM�������G����~�2�y̨LX_���
-�ab�MpE�q�у��;�H�
���Q�ۯe�ڌ�^|cc�݌
��zui�%�$�C>8<h
�HܳT�8�r�w;�Fg4�p�͋Pm"�M
���(f�B/o�#����s�ևp@8�Y4Sh�V1B(t��ܞ����^�$���ŗs�,����P��0�%+��B18+�\�΀�M(ɍJ��P��W��s3
��µ!(3[��2'�.B�q/��<W���lc5��d�Q�$��|�z�S�=�q>�@賂��p��7g�LbM�d���y��!�$|rl����5�eW�F��=���j�jߖ�[*�I���G��yJ�O|؈E��d�(}D|d��CcBl?����`�&�!G���=n�g�sӬ�b�Z�p�ꎤ��LD�8��E%#�p�;��_.�5��[�º"�̷���,���$:��O֏?�u�m[㛅xB�3���`qI��lr���
3v�Z�7��V�"�*��.�	d�^�uEK%�o?��&�ޱ�W�w���������\��psd{w��W�ΜS�`Ʃ+JO54&�; fN�(tz(AV���#Rw)���:%���綽�E<"1�hP4�T4l��Ig�w�5�R?(����&�P��dG���X�B_{����p^��h���Ev'�J�K+��;*6:��ݧID2[�g��#�5'ӏ��ZY&�ى$�}wa�����(��r׃�+[�����
-j2��VPaV��⿆�M=�����+���h�+�~�D��O���->�KM�dж����rDw�Vf���b4�Ʃxx���A�#�h��;}��ܳ�(��@r�����USh׭#��*��	k�K���i��L�����;Bv�����O�����|����}ͽ���R���Q�]zSp�G��x�>u����(��YM�9��FsalU�U�����m)f��<�'�+�>	O���QΤ�����۝�"��n(���ȼa���K<$I��*(�7
�:�L��%�
>K򮁤���ߠ��w���h�u�:��(,�JlV.z"����e��x�	���uZ�]�&J��t%L���=��U��1�dd��L{�x��4E��?�w�ը��D�v'��kk{u=������~�>��!^�I�/\sH��dR#����bfR
-�t���Q�r΋�Ss����a�(�I岦1K$��>I��*?��茓��8~=���(*ښ�K�n	
-)O�B�#ch���܋��vH)��<`�����$�W(Dž�#L�߅X���HJ���4�j�F�_}��2��i�d�l�{�J�`�[��lޢ��g�E������UM�l���6�.��	J�p���� ����Ű�.�~r�Jؗ
f|��F޽Y��W��V��x�*���Ť��������~l�&E,�-R�ec돚Q��j�m��8V�Ճc��CΥ�5���!�e�I�Ϡ��Ɉ��.�W2_�c�(N���t���ӆw�J��2��$u)?Nľ�����ܴ���=8ˈ�/` GՅ=\:׌�>���Ɗug���K%��KN	P葁�a�7�]8���h�#c�z�W�w���wldNlx�A{��d��t�y�� �l@��������6B4^G��a+4�D�Z�iǠ�2^���Wф�t�`C.*/�,�|�6��CB���3*���VŴ�#ݨl��`�pڭ��D��.sc���]��K�b�g4 �(bY�"��[÷�/��zm KzΝz̵�;��-�����z��F{��;�>����d�!��#�B�Ā����ō���b�1�^�e��)x��s��fHM��z��{I�7��?����[ ���V;/U2��`-�u�}8�}P�2��"�<��+{�ȴ0C��3#y{fp���Y�����(!��h�
��0~l,�=;�L%���ϼS��9�ȇ�*�L�7��O��1�>�_�ME'S�Y~���N�ac�4���Qlİ���y���"��-�h[p���j�4�0���R�84Ҋa�:\��ӹE)q>I	Bo��.��Y�F>O9�}�H%�A�H�L;U�5�-��R&3_�x�2�%S���K{|�92�1�\Ԛt?��.�X��:|�'63JP-k�D�ox��KaR�;
-6��m�X�������Pi���h��	ω�w��4�d|IЅ`�f�J@$�DiT��qiֆ��13h�O�1��j�n.$���4�5s��	+f=�6��®n��[.5vȿ����],����C��+5����h�\x��]�,����l_�=}R{�?����nZu����|:���i��XR������8@5h�;D�`��!�;���#����U���У`��V�qyvJ�]��1p��ӏy���/�$6'�gf�b����o�2����Wۇn(5��K��"���@q�?����l�a�f�q�:ҽ��Ԭ�c-�oߊ%W<����%+U��V�oނ��.d�AV	~�.����LӔ`k�[��kc�\�F���G�I}-`�%�����uS��,~�w\�_�0T��˶�찁})�=A���$���K	Jx��L��j 'J�/�//鋅����Kh�J�Sw����x�	��G�L+wd�ʖ׽?�k��ǥ�f����beb��=o����j
;O����3�AV�2�Ff�s��U�7�e5�*a����� ����^Rx�������hܶ�?�0)4,�#AqKA��y[ ��5�O�E�m�1�1�ZH7��'6k'����E��33�ul�|�M��˺� '8�	��<,�c�
ƫ�d���{$F:=9#cu��E��ƿ����J.���b���@G<�鄆N��a4�����E��7�iղ������9/ܲ~�+�,D��~&�;���6[-�(���a>�l��G����m�Y�����hV�彶��:7�H4��n��7Vv�bG�gx�	[��D�2(n �����*�=�?q��TLv�Ns
-$ju�<B���7Qz�$/��E�o3)���o5yn�2�6he�_�J��ڊ2�=^T��_�T�a5��h�h�9�,{B6�S�tz((nH�	�Mr�����-��+X�	J��4�9_��ۻJ�mJX�����1������k���{���A\�/�Bpy+�N��;e՝lk웻��G
-��
^�D3��Ry����`��7����8�e��b-���*���t����[�|&7���c}ڳC�����*��)i�A�H�yˍ~��}g5�'m��aj'�ZK�`~^dVzʖۑoTj����oqd��{�y�5���J\�J�%]�,x?NB��;���lii&o���$F����vO�/�-�Y�؈�}����͋β��Kew�&(�Z���_�SH�N�{��p��iZ�C�d�ؙ�� }L	��t#Q��Scʇ�z.�4���B��m�(��##�������g����HQ���G�%��@U��ս�_����0]M��H�z��N�� r�3Ѫ
-6+�3���X	3Iv�^d9���׽'(6�1�ae��S���>�2�Yv�Wo���AZ�~�~�U��i�)���Ev���`jk&vd~.=�c�4���X�����吨!p�����ՒF93�aFX�b��i�2]���5���ė������q�'��ww>[�@��᎔���QX�p���F=SO>���$�3
-�_R��RҜ���z��Ҷq�+s6o��gv�	��T�+�QVΌT���K���>ݷ^��hpo�/��'�~��e7ޅ��?��ľ���6�2�*,Y�s}]_�͆Kɫכ[�>3f��D)�w��-^sW�̛�l��1��4L� �������55�&�G	�	5�`b�A�B	������(��:L�K�5m�9˫��ݏ��D,������d�U[�����\f������Í��
-ӊ��7ϔu6	��Mzb-�d`��B���i�	��.S��H���Gr�–0��훓g]�����)���%�Ti�z$�E+�X�e��vc m�:��^0#��5`L��p���s]�v��¿���\g'���F�[T���`2DI)�1�+*����ѳ ���Gϵ�i��ķ��M!u+Dz
-���0���R�f�-��a�w#d+�����wf�(��c!5��x��h�lqŲh,-��<�i�MX�m��oy��“�Er�D�si7
�W-�y�2%������!jRІE�e��IZ�I4#�8�
bOJR��=RY3U���3`=
��1��?����rS�o{{sب�r�zZ�Z���},�|�4��;���ҥR�G�~�<Jk����ApÑ�C�5aĄd�5S�|��(D*�l�}��O�K~m,"Lҹh	�t����@�t�JQ�P�Odp}�&/��9�\�ǀ���X��v��&��fÖ�G�(��5�aɼn���Hj�zF��B�:Y�g
-�4���y����C]������������C����P�-�<��Ž삽����	�6.ε��Y
-�5fKFgO��ז��yٺ$'�e��9=a.�bرmu����8m;x'�`�n_u�WaY���g�����~Y����a|
-��lC�˻�u������S�W�yN��B��9Č�`s*�Ui�
-�I�d>���5.0N�YyP���?eZq��bp�"�˒�`�|�O��ʝ����j:��,���j�Q$e�m)�0��K��cQI�&��(d�EmQ��b��\Bɠ���.�"��?*�I/�T���QE�<AA[��o�"o�a�D|᧏�J��?�||"��<G��:vN*ç{t`	�R��cִa�ߚ/���*�E*`�?�Rok�bz��L٨�sq��A&���	k�M�z��()>�-������c^��o��2C�묷���ȼ֗K��1M��Gi2���u� mV�qV�A�,�6^�N�^ıvw� P�M�Q9�#�����اa��Ï���;j����Nt���\A����ŭ��$۳D�
-M���94c��
-/�����0uK?�,ς�0�]�	��潈�4�p�L0�wX��&���8q�2WJ,\#n�r�D�jAk�a���0^
?,����?¯n`��L��
�w��o؞���
-��"޶xg�����[��C��a����t
-о�<��t®v�V��)PA����+�E��
�5U�8��oܴ�Į�	w�)�«��i ��wVa
'�Og,khz����MI2�Bv����Gҵ�"^��[��V,D^}�=_�>�)])\c&�<��Kz.:���;�v�gH��|���M��:Y9`j� �
�/8���B�F�y����
����{Ǿ
-Ԍb���2�tM�q�Y�#��T�c��|^�0�Z�ȍ�gHͽ3h����Y�����F���
��p�%���8�_�N�-�!�����p����⃒�*�ՖyK����n�ĐW���!�b�]R;	�����L�w�.��\�7��";!��FJ82j7J�x&Kn�?ڙ!�q�"�M��6mw�]� ��#�*�:ef����m�P�.e5�"��_\��f�����bS�ٻp>@m@o�N��!�DU:{��Dg�=JB�)kGH�O�U��Ǭm\ܦ����¦6�I�J-��$o���^��n��A!�ô,T.��G£�ҮB�~�S��gp��#�=[+��`#T�{�Mщ��8=6b}'e�:/z���Kq��A�j���QNeqT�;C�rt*�MH"��L��d~{&KL=I3·0����\�0�~���ƥ������(ގ�f��iĂ�����E��	~���� �L��~�p	×��a߮���PEWg�)�j��2~
-额Dy�=3��+?����� ��h�趮�g1�]��;+k��`��j^w#^�%��
�����ឌ&N�2,-}���[~zyҸ<ї�@�'Eŋ(���N�1��E)�����<i�ˆ@��ycZ*k��G�]Yx�2����`���x�#��;�\ˡl�<�����yz����?�KN���?�#R�P���@���Ȍ~�����1d6 �)�A��\ؠ�%xվ\~o`�
�
-Ð6�� ��xxm�T��>���`�9�+�muh�ɂ��ceb�.ͅc�V�8ތ�]�ݍy���jb�H��u.#ޗ
����(d����|�����A���Mƙ�4��O��������2��)#���D;�3��q�zO�W5���|Ɨ
!��gj�B� �8���w|*u^�t�����V�Y�|Hj;-� �^���Ta��
�<E2Z�`����nOX�&2��b�sV�tn���=�
-��EyY'��2T�%j��c���-�1���\��l��S:�Ku����?��_ �����OJ;X�/�����5�*xT"�l��
7/|��}"���*Y��<U'�����Ku<p6��w3��q�Yj��t��s��C��^?��_�[��A�4������O�]�������OV"z�o
��g��
�����%����o�Y��W�'u\�6}1�-q:],�?���o~�Ϝ&�w�e���$Jd��m/��2}Re�n	�ٝ�:EƲ�%�"�x�G�~�?��u�:B�{;)-���Q�4��E��LH!����*��صV����5#���{z�E���ǎ;9�}�]U��>�E3��AEw<�hƶS&�CARH!��,+.᳤È'�Ꭶ�I�T`��}|�|��L��Q1��,�!�\�Im��6%�-�]��%e��R�%Π����}$��I�V���t^�_�6�CD;}���G20m�ؽޱҨ�����<�`��8��b��1�����;@��׊�ӕ�=xF%�bl����k}�`/�`��=����E�����@�c!ҌP�@)�O|�^�]+��mVֳ��~�j8Gu����f�bx,�)^�Qk��H�9wC�}>�4��T_���Ho=2�O���j��˭�������	����P�,^���F�(�<�Uy$6R.	ʖ�0�+�te��L�-����t+ea�PɹQ�Ky��O�鸏<�&��t��t������.�b<,�]�|3��p6���8d�a[�Զ
:D��&���]mE�pz7�]2��v�n\��0��W4n_Z��c�:�b}5���e�Z
-�5>yh8GZ�_1R����h�vߖ �KL}��=�p2�DMk�X%��u�-q��7��A	��ȣ[~O�wߌ�	�÷�l9���FTLDlQ��6ej��b!�79�����fD(B�RW���<��=Aeg���H$'<WN��7�j:lAg�˓KEURͨ����*�(ˬm�ߗdh[�-P;8�)��pT�B�����ջ~P�����un
-1���VWn�'2���B|��B��s��B�^	7�y��2)p��c&��x�Uaw���%�-�	�j�q �;0�����L���VMl�p58��(��.y<~r�d��`���	�7�����{�~�'AG����a,�h������	�u� ?�75���]�ٜV�����_�w��ry���ǡG��qY��|�o[�!
-�’{� e���,���3�*��I���&���Hd|�|��M�EPMc�e�R�-l�w��孡��~V��Ur֊���y\�F�H~��4�s����֦S�Y.���80�8S�J�����j���
-g���vY���,"�V�.�Ò��/��-��JL_�F�pKQ������%m�{>�P̳���/",��rKL���m�$g���_;�vu��=
��#��q����58Lw�����ė�{އ���)����||���p���U�8�Y�#�ؗ�$���V^���K�g���.�{�a_�1��6R]�*��%*Xy����0�����D���S�K��Eej��P-�v�fi��L��k�e�c���".�)�D:�F���My��������W������-]Ui-F�8n���|��8�r��;�r��'���ۖ�m�
-E�u��rɜ�T}�8�=lf1	"���{�M"��d35��SC�}������HXP	7z4z��R�tϺT��>���u��&����`M���7.`Z�694Q�:��:���7���8�A�T�����1���N�0-s���by1��_�n�vσp��a��U"B��k�X����k.��wb�r#��/oi|����d���t��d.�Ĕ�z�#���Ͳ�1�к]���,�N��b��,��~�c�/�pOؒۓ�ۼ�vG��,?�vJ�ǘ8���4#6�+����>��Hk�j��3�a3��uѢ�.St�{۰�ȵ�X[b�~��@a���D�"�Y^r�]��=֪"�r`*�"$y���9���y��P�}a�3	�?��0���L8A8�{�_n?��Vcb,&�\̀aCD�ݮ�5j����>�5:��J-��H�K��>��a*xb�evTp�`؞�:��qp),bmS�P�.�T󀠱���\�틛��G��_��q���e���=�hi�Cf?��VN���?_�q�i����S$�6k��!��pk����ȊH��a1�Q���T���aO�T�
c�_h���>✾�I�襁��+���i���t�����4
-�'�/rlS�D#:���־s��H���L�c.{�!�h��>�"��D��m]H����mؓ�V�g�\����3�P��kZ�[R��`6��)w�G8^���9/���,�N�^>7����.�tš����V4�r9"��Q�bP�b}�{mH�$s�Ќ�����?`deb��dkm�`	���eW�endstream
+x��yUp]˒��,�����%-f�#f�-����bfffff�X�����x�_��51;bG���Z�2WV�l2"y%:!c[Cq[':&zFn�����Q��F�N����id�##q01p�ڈ8�p�L��&F�ff�@����hf��TQT����������?=�;�f6���+[;k�O���J&&�'s�)�� �]^CRN@)!��0�1q0��;Z��2@#G*���������1���?���G;#��67#��\��;k����7��0s0�q�쁓-�hcd�l��O���߄�l?#�?}�`�N�F@;'�gVyQ��t27p�+�#��
�5��4�5r����}�0�^'��#�����\�&�c������g�O0;��4��6f�b@p013p0�2qt������;���Uo`gg���nۿ�������ʔ���3���gn3�
�_�"icj`b������>��D���P}�00���r���1��:}�P�ߩL�?'�����#�������5����<�;������������|�0���_w��k`
�r�/��=P���+I'��6٘}J�H��#�Q�fb,t22�X}��o���������S˿��cbc�7��9���毦�s��2�1�w���͛ASSN��8ͿߦG����n�I�?ꐵ5���_�¶n�O:&�#��acdp�ry���b��Z������,���������J��`�l�l���%'����O�_n#g�OE�>�%�s��������-/��Z$��8Uaf
��j�t1���*���V�v�$�nq��V��Mp�7�ϟؽ�IQ�uaXQt&�\��y�Pu碬��r���3�!���Ex^��lBh�3��o�)(��B�O��8�\>P���������C�6J���ކ\�Z�wrJw����oxp����{�&�,�y��}&���J�g�a!S\_E|Wp�
+%���5F�&@����h��ڤ�����ۋ��9XNA���~/֐��@�
+��KR�i
+)3�ޝ�x��wT��ԅ�κǷ�`��櫱R)��*�䓑q�t����L��*�I�^�<����$��1�J�X	4�DGC�
V?���8�G˺��<�@So������B����zb�{�o������;��Пxa�K��}Ձխ��.���Cl���\���Q�9�4ވH��D5TSA�n�`	!!
��9N�0ˣ3�p*
�y7��ϒѨb�c{4Ӛd�2��a�ʈ���&da��LK��68
:$��
+��v�B�E>%�&�1S�ܣd
���;y0��x*Vϗ����ƶƿ\A\��4c��O(�Y�XM�d�>����Q�7�������=���0�L��	ύ�[��xLP�e/�0�r�Aw��I����c�K�D!8ʖc;~aeZ�nT�������t�?��������埄L�r�U��P�X�	�l�bꍮ���x8�0؈��~H����o[�SF��G|�Wk�|�n|��<��C��2���SDBH�rI�Rǒ�1��3L0ó����d;3�\(Җ�j�����9m=�H���/a=�Hs�Dz=��>S,i���`���x�:{��Xtr��A/B�K��h��.Vu��u;-�׏c(�����/�E8<xǯ��e�`�9�C�O�vR1Ґ2�6C����+Zy}�E>��/��'޲p�1��Ɏ�y���^�Rq	�~�Վ�`��-{2�4T�(� ���z;�Z�k	���[����4���с���X�s{�7Yn�"��E�_��U���
4N�v2���fHP��z����Ys�R;6Za��͕Kfs��

���я&�:�[Ӯ+�wh���rԗ�/�d���#	�["|F���!���;��a\��>��o�Ӂ�~����5n���\�е�ٗ��l���I���Y���ԅʹ�kjI*�n*����0"\2ZGM�uL�{�IG-T��	�R��u� o�ຣeU_H"�#��HEH�MY�yj��7��-�o����閘�{�<>z�����gf�uz풡��o��:����~f��C�
+�����}vi�
+5�_e�|ݠ��"H�F0�N�_�"Vݓ��3x�7N�=\J�8�=����t*Qo쨎K*/-ݨ���o.��K������>P�ט�LYp{��?����.1LDl+���4��h�_[AF�!�p�W�!��}73)F�)�ٶ_7QiJ��۞�R
+>�?����r=��7ũ�_/�g�N�X�y�Fo
+��0D�ԢX�j+�+���o�֡���K�Z�0���.�
'/^�/+Q��<=T��\R8A���^�w%AՓ����D���vƟ���1���l'EG/JC�OY	-3�ڍo�i笑��\M�7b���{��}?���u�A�XvTK�n5�vS�A�*�5�a�=����$+!�g��f6�k&��o]t#N2q�'��a���1�l�n��R��ۏ�iWK
+l[�K�?%�?Հ+~%�h�L��5r�\߀�5U�M�UӅ���A�)��=�MP�F7�9���OY�L�Z��#���7��AU����FP�r�F��L���]
�V�3�#�I��I�Z�[���:�݊�N�b�M��
+6��H}�?��¶I̳��0igO,J�!�C&�Z'ٜ����۵�yK�X�2�_|c8���Y��B�R�z2V��a�� �3P�"��#���w/v�E'|Dr,�Z&i��~�s�Fʮr�_=4>+��6o�w���_�坢z���@�&O�v?F����r�2����<1aJW`���W
yq՛̥��(�f]���۸i�8�e���`
�@1�a
+22u<R�דa�t�� �� ~K���:X1��.K�S5����C&^}�Ó�_͢:+��{���+��"��N[���ի���+���p�
+��o�q�uo�F>�"QK���0R=����+�#>���0i{P���!T
����y����G��e�{���O�����	ꎩ��/J�������s���sS�֝�S+�e%����y"e��m���:3<�Y��\����¤�{�l�Gj���i�����=\[��qv��r�VV�����f���3�}�(Z�7��xJK}�i�F�TOX���W�����i��+����Q��Iá3
+Y��'!���w�B�:�)���dzf2�j�r��KJ�B�>x{>�9��5�q��r�!
a�,_~=ApI��H���~��g�_�4*�H1㎾)4�	"��B�{��Px��D�qA
ٔ�� (�"Z8����͊�\��]��?gG����+>��-*��BF��x��n�*�[[���ˀ���ȡ�޻�i�(��#�|q;>v����b�VF�Ts���޷]Db�V�ʳ�I��%<\U�\���*�ؤX��ƋڏUBm��/���#�� �91TV4�kJԑP�
+l�ڹc�r��bW��Cݫ�K!7�]i�6�!�����C��`D�K�_mi,p�{�qGN�)�D&�{�0@.��d������.r�ϰ
M��FES���~��������ζM�h�����9(]4�.��}�G���ы��:]������ABM�0s�rɟ&��Q!�x�=r�9�D�X��h�~2�۝��))����W�;���2bh=Mi��
���	�?��5*��5<�Q���7������"uj���
�OP��v�ŋ���]��Z�~/����C+�3�I)�~�G�z��@3��6B��2π�.��}����m� ��O�1Wr�枻�80�p"�[��k������^/G#_� �)��>��lq����/eF&����<'�p�_�Tַ��G�#�z_NY=����"'�]^��g���7�aݸW�3�J�H7�*3O{��8��_j҆԰��£�
$�];�b	��ٷ}��I�=�I����/]�p���m(s�Hs�>dr 78P�m�OI��̍�;�e��H�=�-#���Ъ�_�	˅�n�U�x�PRՇ	2#d�z���3������[�Ւm�5��qop�[�>'�����a���)k~z(�X�K��Iւ�ۉ�ⱸ	�������iL������P<���%�����i'`t��u'Z;nS�������o��|�I��������,JćVG��r����k���)��ص��Qs�Q2�K�`q+�l���
+��C��ޚ���~W�p�fN�u�F��Tu!��`�4��q����r$c�p��\��E�s�y��H�ec[y>��.�^�sA��Ћ�h�n���M�0��J��&J�9c=�'���m
]��w�����V�Z*O�C>QKg��1Qܪ�[q��r�N�4(,u�ok�<m�}(�Fe5
����G����t��p*k����xB~�C�������h���"�|���:�w��i��J�7�3�/�y�56�Bηx�Q�ܭ�	'��G�a�E�MB�C��KF苬ږVV����:�����y)�
�Jr�e3� �|����z؜\���l�,�u�YH]x��B=x���%p\���{�d�
�8�P&p�=G�]��z'i�$���
fQ�~PL����%���2u�vW��R�>�F'�X��/Vn
+�l_��@�˗l�I��ԕM3�y��N���'��/2��)��B6�.�f�`D��6�����X��+oU^��m	99�
f��q��e�Q���RM���x�����3�_�w^��珣x	�_�µ����ƴ�dq��҆K8Hp�|6px�V��g��q*�\�v���h\�8�'&>��D&�\C�Q�օ^޴G
+]���&��p>�-�h�ж�b�P�^/�=��սJI(%G�/�<�YNY'?�Խa8KVtg�bpVh�T�՛P���1~��u����f.��kCPf��5eN�]�<�^(�y�+��jV+9ȸ?��-H���v�§L{>�|���K/9��o�f��8�
+���͵�C"I�����v�k�ˮ؍�z�!���վ-�Tn��ս�ƭ�v������ɆQ����g��$��0~xq{
��^M�C�&�;d{�����Y�"���v�I�}��q�K�JFl�:vtq�\dk,-���uE4�+�o'�"�Y���It�ퟬ"0�3�*��7���g�����8��b�f���o�1��-E.�UDO]�Ȟ�|늖J&�~��mM��c�K��;�Z1~u	-1P��`���������9� ��S?V��jhL�w@̜�Q��0P��M�G��Rl��uJ9�K�m{�xDb
+-Рh�h 
+����J�k:�~Px/U9MN�BɎ!�ϱڅ��b����.��2/"�͋�N
+�8�V�w  T*lt�90�O��d�0ς�G^kN>��ŵ�L\�I0��,��H��3,�Pl-�dW��+x?ba-�db;��¬�	�
��z"6��EbW�=���W���� �����["|��$ɠm}/�����D���74T��h��S��6I̓�G�Ѡ�w�zG-�g�Q�)�tS!�A]��Ю[G��U������#v�Ӣ?\�6J��saw��fCM�ٟ@�׿�>�!����{�U�bwͣ,����,6R#��&�}��aų�PJa���s����ت��>s��R��y"O0W�}�Ё+��IS��=���;VE�P[��y���;�xH�^UP otu����K<|��]IO=��'$�A5fy�B=���xu �QX�ج\�D@C���������,�M�,b��7"�J�d
�{&$R���uc���,=��,6<�p�i�����QO;�2b�0Nn!����zȫ�G��+��}��C����_�*�ԅȤF~mw��̤��fW���/������1��Q���eMc�H��}���U,~b��'�q�zYQT�5q���R����$�G�Ј�3\�}�R�y�({�7�I��P�uG�
+���򍑔:BgAiF������Tke����Ɏٞ������d�ټE9���za��?���&5ؾ�'�mL]h���2x-q�Avi>�a�\0��6�h��/��ۍ�{�;��ѭb��U���;�I-e'3l����$8�M�X([����5��9���q�����y���K�k:ZMC��p���AW��x7\�d�$�Q�0�!��ߕ�
��)'�fWe
+I4�R*~��}�
	���i+,7|��{p�I_��A��{�
+t��	}zg9����[ٽ�J.����#��ro�?�p���%��F�����:J
���Ȝ��$��x�*5����XAـ,o3��}�5l�h����(Vh�4��ӎA�e��m�e��	k�@��\T^DY���m����2 !kgT$v=e��i�OG�Q�VS�@�[��~�]��z���,a�Ų�h@QIJ�5E�Ƿ�oo_����@���;��k�w&�[#A��R��
+�w�W}�!/"'��fC��G慚�e{���'*���c,�	�`��=tS�^1�v�͐�N��2*���oQ�	��8@F푭v^�dX��Z���p��6en�E�3xJ�W���ia���gF����H#*��<��W�PB\�����}�a��X{vN�J|�
��y���s<��sU™FoY��cL}l�ꛊN�x���[)Н���Li���5�؈a��{���k�eEX�[$Ѷ���}�"iZaR_;��qh��
+u�J��s�R�|���N�]>0���O�|�r����J8�$�2�v��k[�L*f
+"���e�/J�৿���Ls.d�cԹ�5�$~d�]R��6u�@Olf��Z�B���`O�¤�wl��P�qWM	_����}i�4^
�1`�l�iz�������ڕ�H��
+��!�>Ҭ
�Ycf�"��ca�&�\H���-hFk,�l#'2V8�z�m�ͅ]݆�
"�\j�$�G��X�3^�+���WjF��/ј��n	/��Y\�1�پ>0�{��� ~�ٙ���h=��!�t1��NQ�����3kGq�j��)w����QCwd#h�G$c{�N�ߡG�����!���\�42�3c�&p���*�K_�IlN������Qr�Y��eD�䯶�Pj�
�|�Eb����>Ci5����2��0���%u�{oݩYC�Z���K�x6;;KV���l߼�5�]����.�]n�1د��)?��ʷ*�Ơ����ߑ�!��Z��J����lmY�".︶��a�^�'�m�5�a�R�{�XUCI��I�����O����@N��_t	^^�5������ԧ�RQ����9�Q���V��Ε-�{�+ִ�
�Ky+��:�����Ġ�{ޮ���v�F���g���6e@�̦/��;��o��jLU�
+Z�#mgqsA9GM'
+*����/w�Ѹm
�aRhX�G�▂ ����@J�!j��"��۾cdc2��n�7�#Nl�N ;y��n?gf��"<����.E�uwANp��yX*��x�W#���=�H�tzrF���}��v��+(�u��u�\<���
m�"�x"�	
���)�h�#j
9w�POo�Ӫe�����s^0�e�>W"&�Y�x��L�?wV�m�ZQ:	n��|`�&��",�[����ֿ'�=��Ѭ��{mUun��h��~�o��rŎ���0��eP�@���)�)-T^{�
�F穘쌝�H��
+1x*�x�'o��I^��%��fR����j�ܰe�m�ʎ��l��e{��z5�:����.j������s�Y��l������PP�.��%�W��bW{��[�;�W����is$���-�w�62۔�&	��czy����������$	�Ã��=^P���V����+'vʪ;���7w�]���B�f%�3��
+1M�o2a��q��.��Zv�&U/]�6�Ɂ���Lnؕ'�����g�2��Y'T��S��	��������j�1,N�D���N ������.Ȭ��-+�#�ި�("��������%��)��k2
+7�����K��Y�~���#v������.L� ��}I�������_�[T�<����e����eKU���`MPv�xG)�5����D�z��4��Ӵއ�ɺ�39�aA���W�F�L{�Ɣ��\�iBͅ$u��1PPGFNim�kN��e�Ñ�8�]ˏ@K����*'�{�7��1�a���Ց���ǝ,t�A�"g�UlVhg	�2f��.)��r(Zg��{OPlpc������Z)�}eD����������)+����dO��S��#��0��u5���L�.��\z~�,i��ű`i7/�!QC��5'(��%)6�rfX#Œ(���
+���e�6���k��)�C�/�ߛ>�]�.Nµ��|����(�)��ɣ�(���z��|�VgI�g��饤9O�'�nu�m�vW�l��+2�����?�=��WB����<\y�o��+��}�o�C����_^�O���n
+�wA�}�U�me&UX�:������-�
��W�7�n}f�.��'�Rl�BgZ��d�7e�"l�cZWi��A(eq��kj(M0%��j���l�����3a�Q��u�^��k�|s�W3)�e7�>Xr������1��0A_#���̂����3/��o2�)�lD����Z���܍��Q��F
+��]���9�h�䀅-a.+��7'Ϻ���)�SnOYK�����HʋV+���X��@��u\
�`F��k��;����纬�ҳ�u��#��NdU��̷0�����d��RHc�WT2�K�gA�����kK��#��o�?��B�V�eV��a8�),2���%Z�)ê�F�V��T����Q�U��Bj~c�R'ь���e�XZ:y&ӎ����H��
+�'�䤉Z��n
+�Z��reJ�=y���C$>Ԥ�
���v3���hF"q.��z96{��f���g$�zLc�31~�
��妨���� �Qi��������1
+�X
+�|i��w�1��K����1��y����ݛ���#,+�&�kˆ	�>k���?�Q�T���M{���4���X6D��s��)'��;T��������������M^P�ms@���9o
��\'/�#M�	�͆-q��Qp�k�Òy�<v�kɑ�L��N]��t�$P��i���h[�$��"/c=��W'�����J�]��[|y�	���{��{�m\2�kq/�9�2fk̖�ΞDs�-w�uINH�)nsz�\(5İc��0��!~q�v�N��&�ݾ�&4d�²�-ϐ������<�5��ty'4؆
+�w1�����>9��;�� 9
+��d��މs,����T����-���|Dϗk\`�����}ʴ��e���8�E~�%��2z�t�~A�;Gq^�t���Y4a�Դ�H�f�R4�a�t�+Ǣ�MR�Q�65������Ŗ����A-�G\�*DN�T��^&��hq���y�� ����>�EޮÐ��<�O��^�9~���DHny*����u�T�O�,����0�1&�ǬiÊ�5_��U�/�T�Z^���$��R��Q)@��كL�Y-�
+/���2�QR|�[�#�
+���AǼ��=�(�e�&�Yo�[�y�/���c��.�dB��Aڬ��"���jYpm���Z��c� �A�ě8�rZG�#A��OÀ���w�@���萡չ�0����[�+�I�g�*�&�#�sh�>��e^8Y!��a�~Y��a�;�fR�1�{&9h|ᨙ`��&�WMЇ-p"�&e��X�F�T嘉~Ղ�(��t56a�~X�x��_���ՙ�%�����=�%T�<��E:�m��e�I��D)?�Ʃ�Y5G��}Qy6��]�P���S��"��y�W⋢?"k��q�A5@߸i1,�]�"�S��W/���@v1.��<NH�"�X���kӛ�d���7����k�E��O��>D��X����{��}�S�R��L�yz��\t�ߗ
v����>�f}��%��:�u�r�ԄA>j^pҟ���L�*3�X�����}���r�e�. ��ȳ�G���������"�aƵ��9ϐ�{;f�j����M�э4���je�8;J���q�ޝH[B�m?�w-� b�C+��%U�-����݈�!�.��C�����v(���Q�
+��, ]�z��o�.EvB2³��pd�n���L��L�3-B���)D��1m��j��A��GfU<u�̸������]�j<EH���>��:�1��Ŧd�w�|�ڀ�ĝV-0C*��t*�L%���B{��2S֎��})�l�F/�Y���M=7�ۅMm"���Zf	I�4�s'�lE�N��B�y�i#X8�\�G	@�]�����0���91F�{�Vd��F�R=�B��;�qzl��N��u^�8��	�����.�4��䣜��Xw����T���D�=���{����
+L��z�f�oa<��%�2a���=��K�;%�;���Q����{�ӈ����+΋/��EQsA��� ��/a�-¾]������,�S��+e� �E;��=zfqW~~nW�AJ�!Ъ�m]5�bN��=`#vVִ�}��q�>��F��K~+�O�!w��=M�&eXZ�z������qy�/Ӂ�
N��Q�щ��cl�R�E�	Cx�ܗ
����ƴT֘-�.����eu��8r1`�0VG��wع�C�y(B�í���bm�����~��G����'j��!Ƒ�`s�	�gc:,�l@�Sr�
��A%K�}�����gY�!mB;A"�7��"��x���}2+c��sW(��Є��}
�����+\��B+�|q2�1�b�����d�x��<\F�/&�u1Q�@-�#�hkmk��3����3Ui�5��Xs
[U�)��eb'SF����vNgk��%���-�8j��C��/B^-�����A�q�����T꼦��1]W-��p��
���vZ�Aн6u�7��R�Ty�d���
+�o�ݞ�4*M2d�0Š�����5�)|{����?%��Nzge��KԨ�	�v�[�cݽ�k�$�'� tʗ�t-۝���@8�W>2�	��v��_2t˙��k�U�*�DD��-�n^���	�D&)�/T��vy�N	J��{��6x�l.M�fT��j�Բ)�|5箉��~�%��R'���i4G_�	���Hs�!^�/�ݟ�D�2��	����nI�
�1�KT}���x�"��:O��tm�b&[��t�X*
+1����%�9M���H�>I��
+��^R$�*d��ʰ�N�;�u��e�K"E��v�x���,Du�D�vRZ��51��iRًV;��BD�}+
+3UTi�k��a�kF��O�3��������wr���Nh}�7(�ff;���x�ьm�L@����B��XV\�gI�O��M�}!�ȩ��<���8����m��b��Y�CL����(�mJF[�+���K�z��xK�A-���H��������)�D�*m臈v���Ǐd4`ڌ�{�c1�Qnyc��y����q��w��H�cn�e
�w��ͯ��+�{� �Jx�4�X�������^0��S%{�%�{78��-F��y��B��ށR�����t�V V�۬(4�g�����"p��>���"��X�S�:��ҿ��/s���|�i{��J�5;��zd�\#��x��[�]��
+'	��)e�&Y�#=1�"Q�y��Hl�\�-3�a�W�����L[j����V&���?��s������+���qy�M������ȿ�c?]z�xX��-�f�=�lF��q��ö�mt��K�!L�կ?�ڊ���n��d�
%��ܸ��alQ�hܾ2�*K��u���j�ʵ�9k|��p�(��b�p����h��-Av��$�xz2>�d�#����J���`[�fqo�[�F��G�������o	�r>Ro������آd9�m� �n;�B�or��->]1͈P����Vy7&{���
+CG�HNx��T�o*4��t؂���'�����Q5%U�%(P�Y��/�ж�[�vp�S���܅�5r�ɫw��;N����<bbI��ܶOdt�!��j�K�F/�Xw�6�nv��geR�|��Lڅ�����>;�Kz[J���=�@hw`6@'�*2�7d�Xϳ���%�jp�Q�]�x���5��O��"o!<�oNw����bO��d����X�Ѡ�)��5V���pA~*�oj2�
�'���9�܋ߵǿ����K�C�F��j���߶�C…%��A�|i'Yl=�/�Kig:U&���w?��M.[+��������I��Q���Ƅˈ�[�>�<$(��[C����곫���󸔍0����iz��H�M�2�\�h9q`$q�r�<Q�)�Te1�T��[��&��YD?��]
+T�%A_�[�������8��V]��\�iK��|t���g
+�A�Q;^DX2�/䖘ڳ��^I�R[�v,��H{0B�Gt���;�a�;jp���E�7��/e�����S$y����,��:�;�*�q�	�G�/�Iﭼ�;����"FW�](��þ0�c"�m��Uh�KT�8�� a������hc����"�����<�Z�����8��P���<��d�	-��E\&S��,tҍF�Ǜ�$\\�1���p�w�=�[���Z��q��?���P-pN�F{wJ��Ow�-����F�p1��9U���q�{��bDH�����D �I-�fjR���=��m?oّ��n�h��8:�u+��7}0�/"��MP�xw��t�so\��4'lrh�:un
nu4EYo>iwq��V��Ivcb՝�aZ�3i��b^%��ݚ�6�
0�+(��Ա�D���(��-�\X���x
�F��_�����&�� ���F�\��)��:GT-��e-�c��u�n	�Y������Yґ����_�ឰ%�'9�y=��zY~2��+�1q��iFl�W.��|V�#��>��ug��f8��E�]�����a
�kϱ��`����*-A�zE���䨻��{�UE|��T�E8H��;��s������$|�� jg8D�a@5_�p�p����~ ����>XL¹�Æ�:?�]yk�`_��3|�ktzӕZ8S���f%}x#�T��x��<��B��=�uΓ��RX�ڦ0�]^��AcuA幢�7��䵿v���ѩ'�T��{|��V��~�c���Q��8��
+�;#�7
��H&m���B����0�p���
�� b�"��V��Þ
+��.v��"#$�}�9}u�<��UmQ�W�!R��;�鞃{Ai*O>�_�ئ��Ft��-��}����hG]	�H�\��C��/}.E�C�VGۺ��/|A�۰'
��aϠ�>Vo|g6�p>.״�����lN�%S�V�p��o�ws^8
=Y��.�|nԅ!ܻ]��5OS���h&��rD
�(�6�|��$�ڐ�I�������������������$��endstream
 endobj
-1270 0 obj <<
+1290 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5444 0 R
+/Encoding 5530 0 R
 /FirstChar 2
 /LastChar 148
-/Widths 5453 0 R
-/BaseFont /ZGSAKX+NimbusSanL-Bold
-/FontDescriptor 1268 0 R
+/Widths 5539 0 R
+/BaseFont /ZZNBHF+NimbusSanL-Bold
+/FontDescriptor 1288 0 R
 >> endobj
-1268 0 obj <<
+1288 0 obj <<
 /Ascent 722
 /CapHeight 722
 /Descent -217
-/FontName /ZGSAKX+NimbusSanL-Bold
+/FontName /ZZNBHF+NimbusSanL-Bold
 /ItalicAngle 0
 /StemV 141
 /XHeight 532
 /FontBBox [-173 -307 1003 949]
 /Flags 4
 /CharSet (/fi/fl/exclam/quotedbl/ampersand/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/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/backslash/underscore/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/quotedblleft/quotedblright)
-/FontFile 1269 0 R
+/FontFile 1289 0 R
 >> endobj
-5453 0 obj
+5539 0 obj
 [611 611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 474 0 0 0 722 278 333 333 0 0 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 0 0 0 0 0 0 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 0 278 0 0 556 0 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 500 ]
 endobj
-1271 0 obj <<
+1291 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5454 0 R
-/Kids [1262 0 R 1273 0 R 1280 0 R 1425 0 R 1570 0 R 1709 0 R]
+/Parent 5540 0 R
+/Kids [1282 0 R 1293 0 R 1300 0 R 1445 0 R 1590 0 R 1738 0 R]
 >> endobj
-1950 0 obj <<
+1979 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5454 0 R
-/Kids [1857 0 R 1997 0 R 2055 0 R 2062 0 R 2091 0 R 2145 0 R]
+/Parent 5540 0 R
+/Kids [1886 0 R 2026 0 R 2084 0 R 2091 0 R 2122 0 R 2174 0 R]
 >> endobj
-2196 0 obj <<
+2223 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5454 0 R
-/Kids [2160 0 R 2198 0 R 2227 0 R 2262 0 R 2333 0 R 2351 0 R]
+/Parent 5540 0 R
+/Kids [2189 0 R 2225 0 R 2248 0 R 2277 0 R 2324 0 R 2374 0 R]
 >> endobj
-2404 0 obj <<
+2418 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5454 0 R
-/Kids [2373 0 R 2406 0 R 2432 0 R 2478 0 R 2512 0 R 2556 0 R]
+/Parent 5540 0 R
+/Kids [2393 0 R 2420 0 R 2452 0 R 2495 0 R 2531 0 R 2554 0 R]
 >> endobj
-2637 0 obj <<
+2631 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5454 0 R
-/Kids [2598 0 R 2639 0 R 2670 0 R 2702 0 R 2724 0 R 2750 0 R]
+/Parent 5540 0 R
+/Kids [2588 0 R 2633 0 R 2671 0 R 2710 0 R 2735 0 R 2763 0 R]
 >> endobj
-2807 0 obj <<
+2813 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5454 0 R
-/Kids [2789 0 R 2809 0 R 2830 0 R 2861 0 R 2886 0 R 2893 0 R]
+/Parent 5540 0 R
+/Kids [2791 0 R 2815 0 R 2850 0 R 2867 0 R 2893 0 R 2920 0 R]
 >> endobj
-2973 0 obj <<
+2991 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5455 0 R
-/Kids [2932 0 R 2975 0 R 2999 0 R 3022 0 R 3049 0 R 3088 0 R]
+/Parent 5541 0 R
+/Kids [2948 0 R 2993 0 R 3019 0 R 3051 0 R 3089 0 R 3128 0 R]
 >> endobj
-3149 0 obj <<
+3193 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5455 0 R
-/Kids [3126 0 R 3151 0 R 3167 0 R 3199 0 R 3251 0 R 3273 0 R]
+/Parent 5541 0 R
+/Kids [3170 0 R 3195 0 R 3218 0 R 3245 0 R 3282 0 R 3322 0 R]
 >> endobj
-3349 0 obj <<
+3360 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5455 0 R
-/Kids [3318 0 R 3351 0 R 3386 0 R 3410 0 R 3442 0 R 3473 0 R]
+/Parent 5541 0 R
+/Kids [3347 0 R 3362 0 R 3390 0 R 3441 0 R 3467 0 R 3508 0 R]
 >> endobj
-3559 0 obj <<
+3578 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5455 0 R
-/Kids [3520 0 R 3561 0 R 3609 0 R 3642 0 R 3663 0 R 3702 0 R]
+/Parent 5541 0 R
+/Kids [3541 0 R 3580 0 R 3605 0 R 3621 0 R 3665 0 R 3718 0 R]
 >> endobj
-3749 0 obj <<
+3801 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5455 0 R
-/Kids [3722 0 R 3751 0 R 3787 0 R 3819 0 R 3849 0 R 3871 0 R]
+/Parent 5541 0 R
+/Kids [3758 0 R 3803 0 R 3838 0 R 3862 0 R 3902 0 R 3922 0 R]
 >> endobj
-3935 0 obj <<
+3985 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5455 0 R
-/Kids [3904 0 R 3937 0 R 3964 0 R 3973 0 R 4003 0 R 4035 0 R]
+/Parent 5541 0 R
+/Kids [3948 0 R 3987 0 R 4012 0 R 4047 0 R 4059 0 R 4089 0 R]
 >> endobj
-4127 0 obj <<
+4196 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5456 0 R
-/Kids [4112 0 R 4129 0 R 4157 0 R 4208 0 R 4242 0 R 4253 0 R]
+/Parent 5542 0 R
+/Kids [4121 0 R 4199 0 R 4215 0 R 4243 0 R 4294 0 R 4328 0 R]
 >> endobj
-4307 0 obj <<
+4372 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5456 0 R
-/Kids [4287 0 R 4309 0 R 4335 0 R 4358 0 R 4377 0 R 4390 0 R]
+/Parent 5542 0 R
+/Kids [4339 0 R 4374 0 R 4395 0 R 4421 0 R 4444 0 R 4463 0 R]
 >> endobj
-4441 0 obj <<
+4490 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5456 0 R
-/Kids [4405 0 R 4443 0 R 4483 0 R 4522 0 R 4552 0 R 4568 0 R]
+/Parent 5542 0 R
+/Kids [4476 0 R 4492 0 R 4529 0 R 4569 0 R 4608 0 R 4638 0 R]
 >> endobj
-4601 0 obj <<
+4669 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5456 0 R
-/Kids [4584 0 R 4603 0 R 4621 0 R 4628 0 R 4656 0 R 4688 0 R]
+/Parent 5542 0 R
+/Kids [4654 0 R 4671 0 R 4689 0 R 4707 0 R 4714 0 R 4742 0 R]
 >> endobj
-4752 0 obj <<
+4800 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5456 0 R
-/Kids [4715 0 R 4754 0 R 4772 0 R 4807 0 R 4839 0 R 4860 0 R]
+/Parent 5542 0 R
+/Kids [4774 0 R 4802 0 R 4840 0 R 4858 0 R 4893 0 R 4925 0 R]
 >> endobj
-4893 0 obj <<
+4963 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5456 0 R
-/Kids [4878 0 R 4895 0 R 4922 0 R 4947 0 R 4971 0 R 4988 0 R]
+/Parent 5542 0 R
+/Kids [4946 0 R 4965 0 R 4981 0 R 5008 0 R 5033 0 R 5057 0 R]
 >> endobj
-5061 0 obj <<
+5117 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5457 0 R
-/Kids [5032 0 R 5063 0 R 5093 0 R 5124 0 R 5136 0 R 5152 0 R]
+/Parent 5543 0 R
+/Kids [5074 0 R 5119 0 R 5149 0 R 5179 0 R 5210 0 R 5222 0 R]
 >> endobj
-5199 0 obj <<
+5248 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5457 0 R
-/Kids [5163 0 R 5201 0 R 5213 0 R 5226 0 R 5232 0 R 5282 0 R]
+/Parent 5543 0 R
+/Kids [5238 0 R 5250 0 R 5287 0 R 5299 0 R 5312 0 R 5318 0 R]
 >> endobj
-5340 0 obj <<
+5399 0 obj <<
 /Type /Pages
-/Count 4
-/Parent 5457 0 R
-/Kids [5314 0 R 5342 0 R 5381 0 R 5409 0 R]
+/Count 5
+/Parent 5543 0 R
+/Kids [5368 0 R 5401 0 R 5428 0 R 5467 0 R 5495 0 R]
 >> endobj
-5454 0 obj <<
+5540 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 5458 0 R
-/Kids [1271 0 R 1950 0 R 2196 0 R 2404 0 R 2637 0 R 2807 0 R]
+/Parent 5544 0 R
+/Kids [1291 0 R 1979 0 R 2223 0 R 2418 0 R 2631 0 R 2813 0 R]
 >> endobj
-5455 0 obj <<
+5541 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 5458 0 R
-/Kids [2973 0 R 3149 0 R 3349 0 R 3559 0 R 3749 0 R 3935 0 R]
+/Parent 5544 0 R
+/Kids [2991 0 R 3193 0 R 3360 0 R 3578 0 R 3801 0 R 3985 0 R]
 >> endobj
-5456 0 obj <<
+5542 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 5458 0 R
-/Kids [4127 0 R 4307 0 R 4441 0 R 4601 0 R 4752 0 R 4893 0 R]
+/Parent 5544 0 R
+/Kids [4196 0 R 4372 0 R 4490 0 R 4669 0 R 4800 0 R 4963 0 R]
 >> endobj
-5457 0 obj <<
+5543 0 obj <<
 /Type /Pages
-/Count 16
-/Parent 5458 0 R
-/Kids [5061 0 R 5199 0 R 5340 0 R]
+/Count 17
+/Parent 5544 0 R
+/Kids [5117 0 R 5248 0 R 5399 0 R]
 >> endobj
-5458 0 obj <<
+5544 0 obj <<
 /Type /Pages
-/Count 124
-/Kids [5454 0 R 5455 0 R 5456 0 R 5457 0 R]
+/Count 125
+/Kids [5540 0 R 5541 0 R 5542 0 R 5543 0 R]
 >> endobj
-5459 0 obj <<
+5545 0 obj <<
 /Type /Outlines
 /First 3 0 R
-/Last 1255 0 R
+/Last 1275 0 R
 /Count 28
 >> endobj
+1279 0 obj <<
+/Title 1280 0 R
+/A 1277 0 R
+/Parent 1275 0 R
+>> endobj
+1275 0 obj <<
+/Title 1276 0 R
+/A 1273 0 R
+/Parent 5545 0 R
+/Prev 1263 0 R
+/First 1279 0 R
+/Last 1279 0 R
+/Count -1
+>> endobj
+1271 0 obj <<
+/Title 1272 0 R
+/A 1269 0 R
+/Parent 1267 0 R
+>> endobj
+1267 0 obj <<
+/Title 1268 0 R
+/A 1265 0 R
+/Parent 1263 0 R
+/First 1271 0 R
+/Last 1271 0 R
+/Count -1
+>> endobj
+1263 0 obj <<
+/Title 1264 0 R
+/A 1261 0 R
+/Parent 5545 0 R
+/Prev 1251 0 R
+/Next 1275 0 R
+/First 1267 0 R
+/Last 1267 0 R
+/Count -1
+>> endobj
 1259 0 obj <<
 /Title 1260 0 R
 /A 1257 0 R
@@ -24253,8 +24718,7 @@ endobj
 1255 0 obj <<
 /Title 1256 0 R
 /A 1253 0 R
-/Parent 5459 0 R
-/Prev 1243 0 R
+/Parent 1251 0 R
 /First 1259 0 R
 /Last 1259 0 R
 /Count -1
@@ -24262,22 +24726,22 @@ endobj
 1251 0 obj <<
 /Title 1252 0 R
 /A 1249 0 R
-/Parent 1247 0 R
+/Parent 5545 0 R
+/Prev 1239 0 R
+/Next 1263 0 R
+/First 1255 0 R
+/Last 1255 0 R
+/Count -1
 >> endobj
 1247 0 obj <<
 /Title 1248 0 R
 /A 1245 0 R
 /Parent 1243 0 R
-/First 1251 0 R
-/Last 1251 0 R
-/Count -1
 >> endobj
 1243 0 obj <<
 /Title 1244 0 R
 /A 1241 0 R
-/Parent 5459 0 R
-/Prev 1231 0 R
-/Next 1255 0 R
+/Parent 1239 0 R
 /First 1247 0 R
 /Last 1247 0 R
 /Count -1
@@ -24285,22 +24749,24 @@ endobj
 1239 0 obj <<
 /Title 1240 0 R
 /A 1237 0 R
-/Parent 1235 0 R
+/Parent 5545 0 R
+/Prev 1231 0 R
+/Next 1251 0 R
+/First 1243 0 R
+/Last 1243 0 R
+/Count -1
 >> endobj
 1235 0 obj <<
 /Title 1236 0 R
 /A 1233 0 R
 /Parent 1231 0 R
-/First 1239 0 R
-/Last 1239 0 R
-/Count -1
 >> endobj
 1231 0 obj <<
 /Title 1232 0 R
 /A 1229 0 R
-/Parent 5459 0 R
-/Prev 1219 0 R
-/Next 1243 0 R
+/Parent 5545 0 R
+/Prev 1215 0 R
+/Next 1239 0 R
 /First 1235 0 R
 /Last 1235 0 R
 /Count -1
@@ -24308,67 +24774,67 @@ endobj
 1227 0 obj <<
 /Title 1228 0 R
 /A 1225 0 R
-/Parent 1223 0 R
+/Parent 1219 0 R
+/Prev 1223 0 R
 >> endobj
 1223 0 obj <<
 /Title 1224 0 R
 /A 1221 0 R
 /Parent 1219 0 R
-/First 1227 0 R
-/Last 1227 0 R
-/Count -1
+/Next 1227 0 R
 >> endobj
 1219 0 obj <<
 /Title 1220 0 R
 /A 1217 0 R
-/Parent 5459 0 R
-/Prev 1211 0 R
-/Next 1231 0 R
+/Parent 1215 0 R
 /First 1223 0 R
-/Last 1223 0 R
-/Count -1
+/Last 1227 0 R
+/Count -2
 >> endobj
 1215 0 obj <<
 /Title 1216 0 R
 /A 1213 0 R
-/Parent 1211 0 R
+/Parent 5545 0 R
+/Prev 1203 0 R
+/Next 1231 0 R
+/First 1219 0 R
+/Last 1219 0 R
+/Count -1
 >> endobj
 1211 0 obj <<
 /Title 1212 0 R
 /A 1209 0 R
-/Parent 5459 0 R
-/Prev 1195 0 R
-/Next 1219 0 R
-/First 1215 0 R
-/Last 1215 0 R
-/Count -1
+/Parent 1207 0 R
 >> endobj
 1207 0 obj <<
 /Title 1208 0 R
 /A 1205 0 R
-/Parent 1199 0 R
-/Prev 1203 0 R
+/Parent 1203 0 R
+/First 1211 0 R
+/Last 1211 0 R
+/Count -1
 >> endobj
 1203 0 obj <<
 /Title 1204 0 R
 /A 1201 0 R
-/Parent 1199 0 R
-/Next 1207 0 R
+/Parent 5545 0 R
+/Prev 1195 0 R
+/Next 1215 0 R
+/First 1207 0 R
+/Last 1207 0 R
+/Count -1
 >> endobj
 1199 0 obj <<
 /Title 1200 0 R
 /A 1197 0 R
 /Parent 1195 0 R
-/First 1203 0 R
-/Last 1207 0 R
-/Count -2
 >> endobj
 1195 0 obj <<
 /Title 1196 0 R
 /A 1193 0 R
-/Parent 5459 0 R
-/Prev 1183 0 R
-/Next 1211 0 R
+/Parent 5545 0 R
+/Prev 1187 0 R
+/Next 1203 0 R
 /First 1199 0 R
 /Last 1199 0 R
 /Count -1
@@ -24381,7 +24847,9 @@ endobj
 1187 0 obj <<
 /Title 1188 0 R
 /A 1185 0 R
-/Parent 1183 0 R
+/Parent 5545 0 R
+/Prev 1175 0 R
+/Next 1195 0 R
 /First 1191 0 R
 /Last 1191 0 R
 /Count -1
@@ -24389,24 +24857,22 @@ endobj
 1183 0 obj <<
 /Title 1184 0 R
 /A 1181 0 R
-/Parent 5459 0 R
-/Prev 1175 0 R
-/Next 1195 0 R
-/First 1187 0 R
-/Last 1187 0 R
-/Count -1
+/Parent 1179 0 R
 >> endobj
 1179 0 obj <<
 /Title 1180 0 R
 /A 1177 0 R
 /Parent 1175 0 R
+/First 1183 0 R
+/Last 1183 0 R
+/Count -1
 >> endobj
 1175 0 obj <<
 /Title 1176 0 R
 /A 1173 0 R
-/Parent 5459 0 R
-/Prev 1167 0 R
-/Next 1183 0 R
+/Parent 5545 0 R
+/Prev 1155 0 R
+/Next 1187 0 R
 /First 1179 0 R
 /Last 1179 0 R
 /Count -1
@@ -24414,37 +24880,36 @@ endobj
 1171 0 obj <<
 /Title 1172 0 R
 /A 1169 0 R
-/Parent 1167 0 R
+/Parent 1159 0 R
+/Prev 1167 0 R
 >> endobj
 1167 0 obj <<
 /Title 1168 0 R
 /A 1165 0 R
-/Parent 5459 0 R
-/Prev 1155 0 R
-/Next 1175 0 R
-/First 1171 0 R
-/Last 1171 0 R
-/Count -1
+/Parent 1159 0 R
+/Prev 1163 0 R
+/Next 1171 0 R
 >> endobj
 1163 0 obj <<
 /Title 1164 0 R
 /A 1161 0 R
 /Parent 1159 0 R
+/Next 1167 0 R
 >> endobj
 1159 0 obj <<
 /Title 1160 0 R
 /A 1157 0 R
 /Parent 1155 0 R
 /First 1163 0 R
-/Last 1163 0 R
-/Count -1
+/Last 1171 0 R
+/Count -3
 >> endobj
 1155 0 obj <<
 /Title 1156 0 R
 /A 1153 0 R
-/Parent 5459 0 R
-/Prev 1135 0 R
-/Next 1167 0 R
+/Parent 5545 0 R
+/Prev 1139 0 R
+/Next 1175 0 R
 /First 1159 0 R
 /Last 1159 0 R
 /Count -1
@@ -24452,66 +24917,67 @@ endobj
 1151 0 obj <<
 /Title 1152 0 R
 /A 1149 0 R
-/Parent 1139 0 R
+/Parent 1143 0 R
 /Prev 1147 0 R
 >> endobj
 1147 0 obj <<
 /Title 1148 0 R
 /A 1145 0 R
-/Parent 1139 0 R
-/Prev 1143 0 R
+/Parent 1143 0 R
 /Next 1151 0 R
 >> endobj
 1143 0 obj <<
 /Title 1144 0 R
 /A 1141 0 R
 /Parent 1139 0 R
-/Next 1147 0 R
+/First 1147 0 R
+/Last 1151 0 R
+/Count -2
 >> endobj
 1139 0 obj <<
 /Title 1140 0 R
 /A 1137 0 R
-/Parent 1135 0 R
+/Parent 5545 0 R
+/Prev 1127 0 R
+/Next 1155 0 R
 /First 1143 0 R
-/Last 1151 0 R
-/Count -3
+/Last 1143 0 R
+/Count -1
 >> endobj
 1135 0 obj <<
 /Title 1136 0 R
 /A 1133 0 R
-/Parent 5459 0 R
-/Prev 1119 0 R
-/Next 1155 0 R
-/First 1139 0 R
-/Last 1139 0 R
-/Count -1
+/Parent 1131 0 R
 >> endobj
 1131 0 obj <<
 /Title 1132 0 R
 /A 1129 0 R
-/Parent 1123 0 R
-/Prev 1127 0 R
+/Parent 1127 0 R
+/First 1135 0 R
+/Last 1135 0 R
+/Count -1
 >> endobj
 1127 0 obj <<
 /Title 1128 0 R
 /A 1125 0 R
-/Parent 1123 0 R
-/Next 1131 0 R
+/Parent 5545 0 R
+/Prev 1119 0 R
+/Next 1139 0 R
+/First 1131 0 R
+/Last 1131 0 R
+/Count -1
 >> endobj
 1123 0 obj <<
 /Title 1124 0 R
 /A 1121 0 R
 /Parent 1119 0 R
-/First 1127 0 R
-/Last 1131 0 R
-/Count -2
 >> endobj
 1119 0 obj <<
 /Title 1120 0 R
 /A 1117 0 R
-/Parent 5459 0 R
-/Prev 1107 0 R
-/Next 1135 0 R
+/Parent 5545 0 R
+/Prev 1115 0 R
+/Next 1127 0 R
 /First 1123 0 R
 /Last 1123 0 R
 /Count -1
@@ -24519,356 +24985,357 @@ endobj
 1115 0 obj <<
 /Title 1116 0 R
 /A 1113 0 R
-/Parent 1111 0 R
+/Parent 5545 0 R
+/Prev 1063 0 R
+/Next 1119 0 R
 >> endobj
 1111 0 obj <<
 /Title 1112 0 R
 /A 1109 0 R
-/Parent 1107 0 R
-/First 1115 0 R
-/Last 1115 0 R
-/Count -1
+/Parent 1063 0 R
+/Prev 1107 0 R
 >> endobj
 1107 0 obj <<
 /Title 1108 0 R
 /A 1105 0 R
-/Parent 5459 0 R
-/Prev 1099 0 R
-/Next 1119 0 R
-/First 1111 0 R
-/Last 1111 0 R
-/Count -1
+/Parent 1063 0 R
+/Prev 1103 0 R
+/Next 1111 0 R
 >> endobj
 1103 0 obj <<
 /Title 1104 0 R
 /A 1101 0 R
-/Parent 1099 0 R
+/Parent 1063 0 R
+/Prev 1099 0 R
+/Next 1107 0 R
 >> endobj
 1099 0 obj <<
 /Title 1100 0 R
 /A 1097 0 R
-/Parent 5459 0 R
+/Parent 1063 0 R
 /Prev 1095 0 R
-/Next 1107 0 R
-/First 1103 0 R
-/Last 1103 0 R
-/Count -1
+/Next 1103 0 R
 >> endobj
 1095 0 obj <<
 /Title 1096 0 R
 /A 1093 0 R
-/Parent 5459 0 R
-/Prev 1043 0 R
+/Parent 1063 0 R
+/Prev 1091 0 R
 /Next 1099 0 R
 >> endobj
 1091 0 obj <<
 /Title 1092 0 R
 /A 1089 0 R
-/Parent 1043 0 R
+/Parent 1063 0 R
 /Prev 1087 0 R
+/Next 1095 0 R
 >> endobj
 1087 0 obj <<
 /Title 1088 0 R
 /A 1085 0 R
-/Parent 1043 0 R
+/Parent 1063 0 R
 /Prev 1083 0 R
 /Next 1091 0 R
 >> endobj
 1083 0 obj <<
 /Title 1084 0 R
 /A 1081 0 R
-/Parent 1043 0 R
+/Parent 1063 0 R
 /Prev 1079 0 R
 /Next 1087 0 R
 >> endobj
 1079 0 obj <<
 /Title 1080 0 R
 /A 1077 0 R
-/Parent 1043 0 R
+/Parent 1063 0 R
 /Prev 1075 0 R
 /Next 1083 0 R
 >> endobj
 1075 0 obj <<
 /Title 1076 0 R
 /A 1073 0 R
-/Parent 1043 0 R
+/Parent 1063 0 R
 /Prev 1071 0 R
 /Next 1079 0 R
 >> endobj
 1071 0 obj <<
 /Title 1072 0 R
 /A 1069 0 R
-/Parent 1043 0 R
+/Parent 1063 0 R
 /Prev 1067 0 R
 /Next 1075 0 R
 >> endobj
 1067 0 obj <<
 /Title 1068 0 R
 /A 1065 0 R
-/Parent 1043 0 R
-/Prev 1063 0 R
+/Parent 1063 0 R
 /Next 1071 0 R
 >> endobj
 1063 0 obj <<
 /Title 1064 0 R
 /A 1061 0 R
-/Parent 1043 0 R
-/Prev 1059 0 R
-/Next 1067 0 R
+/Parent 5545 0 R
+/Prev 1047 0 R
+/Next 1115 0 R
+/First 1067 0 R
+/Last 1111 0 R
+/Count -12
 >> endobj
 1059 0 obj <<
 /Title 1060 0 R
 /A 1057 0 R
-/Parent 1043 0 R
+/Parent 1047 0 R
 /Prev 1055 0 R
-/Next 1063 0 R
 >> endobj
 1055 0 obj <<
 /Title 1056 0 R
 /A 1053 0 R
-/Parent 1043 0 R
+/Parent 1047 0 R
 /Prev 1051 0 R
 /Next 1059 0 R
 >> endobj
 1051 0 obj <<
 /Title 1052 0 R
 /A 1049 0 R
-/Parent 1043 0 R
-/Prev 1047 0 R
+/Parent 1047 0 R
 /Next 1055 0 R
 >> endobj
 1047 0 obj <<
 /Title 1048 0 R
 /A 1045 0 R
-/Parent 1043 0 R
-/Next 1051 0 R
+/Parent 5545 0 R
+/Prev 1035 0 R
+/Next 1063 0 R
+/First 1051 0 R
+/Last 1059 0 R
+/Count -3
 >> endobj
 1043 0 obj <<
 /Title 1044 0 R
 /A 1041 0 R
-/Parent 5459 0 R
-/Prev 1027 0 R
-/Next 1095 0 R
-/First 1047 0 R
-/Last 1091 0 R
-/Count -12
+/Parent 1035 0 R
+/Prev 1039 0 R
 >> endobj
 1039 0 obj <<
 /Title 1040 0 R
 /A 1037 0 R
-/Parent 1027 0 R
-/Prev 1035 0 R
+/Parent 1035 0 R
+/Next 1043 0 R
 >> endobj
 1035 0 obj <<
 /Title 1036 0 R
 /A 1033 0 R
-/Parent 1027 0 R
-/Prev 1031 0 R
-/Next 1039 0 R
+/Parent 5545 0 R
+/Prev 995 0 R
+/Next 1047 0 R
+/First 1039 0 R
+/Last 1043 0 R
+/Count -2
 >> endobj
 1031 0 obj <<
 /Title 1032 0 R
 /A 1029 0 R
-/Parent 1027 0 R
-/Next 1035 0 R
+/Parent 995 0 R
+/Prev 1027 0 R
 >> endobj
 1027 0 obj <<
 /Title 1028 0 R
 /A 1025 0 R
-/Parent 5459 0 R
-/Prev 1015 0 R
-/Next 1043 0 R
-/First 1031 0 R
-/Last 1039 0 R
-/Count -3
+/Parent 995 0 R
+/Prev 1023 0 R
+/Next 1031 0 R
 >> endobj
 1023 0 obj <<
 /Title 1024 0 R
 /A 1021 0 R
-/Parent 1015 0 R
+/Parent 995 0 R
 /Prev 1019 0 R
+/Next 1027 0 R
 >> endobj
 1019 0 obj <<
 /Title 1020 0 R
 /A 1017 0 R
-/Parent 1015 0 R
+/Parent 995 0 R
+/Prev 1015 0 R
 /Next 1023 0 R
 >> endobj
 1015 0 obj <<
 /Title 1016 0 R
 /A 1013 0 R
-/Parent 5459 0 R
-/Prev 975 0 R
-/Next 1027 0 R
-/First 1019 0 R
-/Last 1023 0 R
-/Count -2
+/Parent 995 0 R
+/Prev 1011 0 R
+/Next 1019 0 R
 >> endobj
 1011 0 obj <<
 /Title 1012 0 R
 /A 1009 0 R
-/Parent 975 0 R
+/Parent 995 0 R
 /Prev 1007 0 R
+/Next 1015 0 R
 >> endobj
 1007 0 obj <<
 /Title 1008 0 R
 /A 1005 0 R
-/Parent 975 0 R
+/Parent 995 0 R
 /Prev 1003 0 R
 /Next 1011 0 R
 >> endobj
 1003 0 obj <<
 /Title 1004 0 R
 /A 1001 0 R
-/Parent 975 0 R
+/Parent 995 0 R
 /Prev 999 0 R
 /Next 1007 0 R
 >> endobj
 999 0 obj <<
 /Title 1000 0 R
 /A 997 0 R
-/Parent 975 0 R
-/Prev 995 0 R
+/Parent 995 0 R
 /Next 1003 0 R
 >> endobj
 995 0 obj <<
 /Title 996 0 R
 /A 993 0 R
-/Parent 975 0 R
-/Prev 991 0 R
-/Next 999 0 R
+/Parent 5545 0 R
+/Prev 927 0 R
+/Next 1035 0 R
+/First 999 0 R
+/Last 1031 0 R
+/Count -9
 >> endobj
 991 0 obj <<
 /Title 992 0 R
 /A 989 0 R
-/Parent 975 0 R
+/Parent 971 0 R
 /Prev 987 0 R
-/Next 995 0 R
 >> endobj
 987 0 obj <<
 /Title 988 0 R
 /A 985 0 R
-/Parent 975 0 R
+/Parent 971 0 R
 /Prev 983 0 R
 /Next 991 0 R
 >> endobj
 983 0 obj <<
 /Title 984 0 R
 /A 981 0 R
-/Parent 975 0 R
+/Parent 971 0 R
 /Prev 979 0 R
 /Next 987 0 R
 >> endobj
 979 0 obj <<
 /Title 980 0 R
 /A 977 0 R
-/Parent 975 0 R
+/Parent 971 0 R
+/Prev 975 0 R
 /Next 983 0 R
 >> endobj
 975 0 obj <<
 /Title 976 0 R
 /A 973 0 R
-/Parent 5459 0 R
-/Prev 907 0 R
-/Next 1015 0 R
-/First 979 0 R
-/Last 1011 0 R
-/Count -9
+/Parent 971 0 R
+/Next 979 0 R
 >> endobj
 971 0 obj <<
 /Title 972 0 R
 /A 969 0 R
-/Parent 951 0 R
+/Parent 927 0 R
 /Prev 967 0 R
+/First 975 0 R
+/Last 991 0 R
+/Count -5
 >> endobj
 967 0 obj <<
 /Title 968 0 R
 /A 965 0 R
-/Parent 951 0 R
+/Parent 927 0 R
 /Prev 963 0 R
 /Next 971 0 R
 >> endobj
 963 0 obj <<
 /Title 964 0 R
 /A 961 0 R
-/Parent 951 0 R
-/Prev 959 0 R
+/Parent 927 0 R
+/Prev 935 0 R
 /Next 967 0 R
 >> endobj
 959 0 obj <<
 /Title 960 0 R
 /A 957 0 R
-/Parent 951 0 R
+/Parent 935 0 R
 /Prev 955 0 R
-/Next 963 0 R
 >> endobj
 955 0 obj <<
 /Title 956 0 R
 /A 953 0 R
-/Parent 951 0 R
+/Parent 935 0 R
+/Prev 951 0 R
 /Next 959 0 R
 >> endobj
 951 0 obj <<
 /Title 952 0 R
 /A 949 0 R
-/Parent 907 0 R
+/Parent 935 0 R
 /Prev 947 0 R
-/First 955 0 R
-/Last 971 0 R
-/Count -5
+/Next 955 0 R
 >> endobj
 947 0 obj <<
 /Title 948 0 R
 /A 945 0 R
-/Parent 907 0 R
+/Parent 935 0 R
 /Prev 943 0 R
 /Next 951 0 R
 >> endobj
 943 0 obj <<
 /Title 944 0 R
 /A 941 0 R
-/Parent 907 0 R
-/Prev 915 0 R
+/Parent 935 0 R
+/Prev 939 0 R
 /Next 947 0 R
 >> endobj
 939 0 obj <<
 /Title 940 0 R
 /A 937 0 R
-/Parent 915 0 R
-/Prev 935 0 R
+/Parent 935 0 R
+/Next 943 0 R
 >> endobj
 935 0 obj <<
 /Title 936 0 R
 /A 933 0 R
-/Parent 915 0 R
+/Parent 927 0 R
 /Prev 931 0 R
-/Next 939 0 R
+/Next 963 0 R
+/First 939 0 R
+/Last 959 0 R
+/Count -6
 >> endobj
 931 0 obj <<
 /Title 932 0 R
 /A 929 0 R
-/Parent 915 0 R
-/Prev 927 0 R
+/Parent 927 0 R
 /Next 935 0 R
 >> endobj
 927 0 obj <<
 /Title 928 0 R
 /A 925 0 R
-/Parent 915 0 R
-/Prev 923 0 R
-/Next 931 0 R
+/Parent 5545 0 R
+/Prev 731 0 R
+/Next 995 0 R
+/First 931 0 R
+/Last 971 0 R
+/Count -5
 >> endobj
 923 0 obj <<
 /Title 924 0 R
 /A 921 0 R
-/Parent 915 0 R
+/Parent 907 0 R
 /Prev 919 0 R
-/Next 927 0 R
 >> endobj
 919 0 obj <<
 /Title 920 0 R
 /A 917 0 R
-/Parent 915 0 R
+/Parent 907 0 R
+/Prev 915 0 R
 /Next 923 0 R
 >> endobj
 915 0 obj <<
@@ -24876,10 +25343,7 @@ endobj
 /A 913 0 R
 /Parent 907 0 R
 /Prev 911 0 R
-/Next 943 0 R
-/First 919 0 R
-/Last 939 0 R
-/Count -6
+/Next 919 0 R
 >> endobj
 911 0 obj <<
 /Title 912 0 R
@@ -24890,1161 +25354,1159 @@ endobj
 907 0 obj <<
 /Title 908 0 R
 /A 905 0 R
-/Parent 5459 0 R
-/Prev 711 0 R
-/Next 975 0 R
+/Parent 731 0 R
+/Prev 903 0 R
 /First 911 0 R
-/Last 951 0 R
-/Count -5
+/Last 923 0 R
+/Count -4
 >> endobj
 903 0 obj <<
 /Title 904 0 R
 /A 901 0 R
-/Parent 887 0 R
-/Prev 899 0 R
+/Parent 731 0 R
+/Prev 883 0 R
+/Next 907 0 R
 >> endobj
 899 0 obj <<
 /Title 900 0 R
 /A 897 0 R
-/Parent 887 0 R
+/Parent 891 0 R
 /Prev 895 0 R
-/Next 903 0 R
 >> endobj
 895 0 obj <<
 /Title 896 0 R
 /A 893 0 R
-/Parent 887 0 R
-/Prev 891 0 R
+/Parent 891 0 R
 /Next 899 0 R
 >> endobj
 891 0 obj <<
 /Title 892 0 R
 /A 889 0 R
-/Parent 887 0 R
-/Next 895 0 R
+/Parent 883 0 R
+/Prev 887 0 R
+/First 895 0 R
+/Last 899 0 R
+/Count -2
 >> endobj
 887 0 obj <<
 /Title 888 0 R
 /A 885 0 R
-/Parent 711 0 R
-/Prev 883 0 R
-/First 891 0 R
-/Last 903 0 R
-/Count -4
+/Parent 883 0 R
+/Next 891 0 R
 >> endobj
 883 0 obj <<
 /Title 884 0 R
 /A 881 0 R
-/Parent 711 0 R
-/Prev 863 0 R
-/Next 887 0 R
+/Parent 731 0 R
+/Prev 859 0 R
+/Next 903 0 R
+/First 887 0 R
+/Last 891 0 R
+/Count -2
 >> endobj
 879 0 obj <<
 /Title 880 0 R
 /A 877 0 R
-/Parent 871 0 R
+/Parent 859 0 R
 /Prev 875 0 R
 >> endobj
 875 0 obj <<
 /Title 876 0 R
 /A 873 0 R
-/Parent 871 0 R
+/Parent 859 0 R
+/Prev 871 0 R
 /Next 879 0 R
 >> endobj
 871 0 obj <<
 /Title 872 0 R
 /A 869 0 R
-/Parent 863 0 R
+/Parent 859 0 R
 /Prev 867 0 R
-/First 875 0 R
-/Last 879 0 R
-/Count -2
+/Next 875 0 R
 >> endobj
 867 0 obj <<
 /Title 868 0 R
 /A 865 0 R
-/Parent 863 0 R
+/Parent 859 0 R
+/Prev 863 0 R
 /Next 871 0 R
 >> endobj
 863 0 obj <<
 /Title 864 0 R
 /A 861 0 R
-/Parent 711 0 R
-/Prev 839 0 R
-/Next 883 0 R
-/First 867 0 R
-/Last 871 0 R
-/Count -2
+/Parent 859 0 R
+/Next 867 0 R
 >> endobj
 859 0 obj <<
 /Title 860 0 R
 /A 857 0 R
-/Parent 839 0 R
+/Parent 731 0 R
 /Prev 855 0 R
+/Next 883 0 R
+/First 863 0 R
+/Last 879 0 R
+/Count -5
 >> endobj
 855 0 obj <<
 /Title 856 0 R
 /A 853 0 R
-/Parent 839 0 R
-/Prev 851 0 R
+/Parent 731 0 R
+/Prev 835 0 R
 /Next 859 0 R
 >> endobj
 851 0 obj <<
 /Title 852 0 R
 /A 849 0 R
-/Parent 839 0 R
+/Parent 835 0 R
 /Prev 847 0 R
-/Next 855 0 R
 >> endobj
 847 0 obj <<
 /Title 848 0 R
 /A 845 0 R
-/Parent 839 0 R
+/Parent 835 0 R
 /Prev 843 0 R
 /Next 851 0 R
 >> endobj
 843 0 obj <<
 /Title 844 0 R
 /A 841 0 R
-/Parent 839 0 R
+/Parent 835 0 R
+/Prev 839 0 R
 /Next 847 0 R
 >> endobj
 839 0 obj <<
 /Title 840 0 R
 /A 837 0 R
-/Parent 711 0 R
-/Prev 835 0 R
-/Next 863 0 R
-/First 843 0 R
-/Last 859 0 R
-/Count -5
+/Parent 835 0 R
+/Next 843 0 R
 >> endobj
 835 0 obj <<
 /Title 836 0 R
 /A 833 0 R
-/Parent 711 0 R
-/Prev 815 0 R
-/Next 839 0 R
+/Parent 731 0 R
+/Prev 799 0 R
+/Next 855 0 R
+/First 839 0 R
+/Last 851 0 R
+/Count -4
 >> endobj
 831 0 obj <<
 /Title 832 0 R
 /A 829 0 R
-/Parent 815 0 R
+/Parent 803 0 R
 /Prev 827 0 R
 >> endobj
 827 0 obj <<
 /Title 828 0 R
 /A 825 0 R
-/Parent 815 0 R
+/Parent 803 0 R
 /Prev 823 0 R
 /Next 831 0 R
 >> endobj
 823 0 obj <<
 /Title 824 0 R
 /A 821 0 R
-/Parent 815 0 R
+/Parent 803 0 R
 /Prev 819 0 R
 /Next 827 0 R
 >> endobj
 819 0 obj <<
 /Title 820 0 R
 /A 817 0 R
-/Parent 815 0 R
+/Parent 803 0 R
+/Prev 815 0 R
 /Next 823 0 R
 >> endobj
 815 0 obj <<
 /Title 816 0 R
 /A 813 0 R
-/Parent 711 0 R
-/Prev 779 0 R
-/Next 835 0 R
-/First 819 0 R
-/Last 831 0 R
-/Count -4
+/Parent 803 0 R
+/Prev 811 0 R
+/Next 819 0 R
 >> endobj
 811 0 obj <<
 /Title 812 0 R
 /A 809 0 R
-/Parent 783 0 R
+/Parent 803 0 R
 /Prev 807 0 R
+/Next 815 0 R
 >> endobj
 807 0 obj <<
 /Title 808 0 R
 /A 805 0 R
-/Parent 783 0 R
-/Prev 803 0 R
+/Parent 803 0 R
 /Next 811 0 R
 >> endobj
 803 0 obj <<
 /Title 804 0 R
 /A 801 0 R
-/Parent 783 0 R
-/Prev 799 0 R
-/Next 807 0 R
+/Parent 799 0 R
+/First 807 0 R
+/Last 831 0 R
+/Count -7
 >> endobj
 799 0 obj <<
 /Title 800 0 R
 /A 797 0 R
-/Parent 783 0 R
-/Prev 795 0 R
-/Next 803 0 R
+/Parent 731 0 R
+/Prev 787 0 R
+/Next 835 0 R
+/First 803 0 R
+/Last 803 0 R
+/Count -1
 >> endobj
 795 0 obj <<
 /Title 796 0 R
 /A 793 0 R
-/Parent 783 0 R
+/Parent 787 0 R
 /Prev 791 0 R
-/Next 799 0 R
 >> endobj
 791 0 obj <<
 /Title 792 0 R
 /A 789 0 R
-/Parent 783 0 R
-/Prev 787 0 R
+/Parent 787 0 R
 /Next 795 0 R
 >> endobj
 787 0 obj <<
 /Title 788 0 R
 /A 785 0 R
-/Parent 783 0 R
-/Next 791 0 R
+/Parent 731 0 R
+/Prev 751 0 R
+/Next 799 0 R
+/First 791 0 R
+/Last 795 0 R
+/Count -2
 >> endobj
 783 0 obj <<
 /Title 784 0 R
 /A 781 0 R
-/Parent 779 0 R
-/First 787 0 R
-/Last 811 0 R
-/Count -7
+/Parent 751 0 R
+/Prev 779 0 R
 >> endobj
 779 0 obj <<
 /Title 780 0 R
 /A 777 0 R
-/Parent 711 0 R
-/Prev 767 0 R
-/Next 815 0 R
-/First 783 0 R
-/Last 783 0 R
-/Count -1
+/Parent 751 0 R
+/Prev 775 0 R
+/Next 783 0 R
 >> endobj
 775 0 obj <<
 /Title 776 0 R
 /A 773 0 R
-/Parent 767 0 R
+/Parent 751 0 R
 /Prev 771 0 R
+/Next 779 0 R
 >> endobj
 771 0 obj <<
 /Title 772 0 R
 /A 769 0 R
-/Parent 767 0 R
+/Parent 751 0 R
+/Prev 755 0 R
 /Next 775 0 R
 >> endobj
 767 0 obj <<
 /Title 768 0 R
 /A 765 0 R
-/Parent 711 0 R
-/Prev 731 0 R
-/Next 779 0 R
-/First 771 0 R
-/Last 775 0 R
-/Count -2
+/Parent 755 0 R
+/Prev 763 0 R
 >> endobj
 763 0 obj <<
 /Title 764 0 R
 /A 761 0 R
-/Parent 731 0 R
+/Parent 755 0 R
 /Prev 759 0 R
+/Next 767 0 R
 >> endobj
 759 0 obj <<
 /Title 760 0 R
 /A 757 0 R
-/Parent 731 0 R
-/Prev 755 0 R
+/Parent 755 0 R
 /Next 763 0 R
 >> endobj
 755 0 obj <<
 /Title 756 0 R
 /A 753 0 R
-/Parent 731 0 R
-/Prev 751 0 R
-/Next 759 0 R
+/Parent 751 0 R
+/Next 771 0 R
+/First 759 0 R
+/Last 767 0 R
+/Count -3
 >> endobj
 751 0 obj <<
 /Title 752 0 R
 /A 749 0 R
 /Parent 731 0 R
-/Prev 735 0 R
-/Next 755 0 R
+/Prev 747 0 R
+/Next 787 0 R
+/First 755 0 R
+/Last 783 0 R
+/Count -5
 >> endobj
 747 0 obj <<
 /Title 748 0 R
 /A 745 0 R
-/Parent 735 0 R
+/Parent 731 0 R
 /Prev 743 0 R
+/Next 751 0 R
 >> endobj
 743 0 obj <<
 /Title 744 0 R
 /A 741 0 R
-/Parent 735 0 R
+/Parent 731 0 R
 /Prev 739 0 R
 /Next 747 0 R
 >> endobj
 739 0 obj <<
 /Title 740 0 R
 /A 737 0 R
-/Parent 735 0 R
+/Parent 731 0 R
+/Prev 735 0 R
 /Next 743 0 R
 >> endobj
 735 0 obj <<
 /Title 736 0 R
 /A 733 0 R
 /Parent 731 0 R
-/Next 751 0 R
-/First 739 0 R
-/Last 747 0 R
-/Count -3
+/Next 739 0 R
 >> endobj
 731 0 obj <<
 /Title 732 0 R
 /A 729 0 R
-/Parent 711 0 R
-/Prev 727 0 R
-/Next 767 0 R
+/Parent 5545 0 R
+/Prev 679 0 R
+/Next 927 0 R
 /First 735 0 R
-/Last 763 0 R
-/Count -5
+/Last 907 0 R
+/Count -13
 >> endobj
 727 0 obj <<
 /Title 728 0 R
 /A 725 0 R
-/Parent 711 0 R
-/Prev 723 0 R
-/Next 731 0 R
+/Parent 723 0 R
 >> endobj
 723 0 obj <<
 /Title 724 0 R
 /A 721 0 R
-/Parent 711 0 R
-/Prev 719 0 R
-/Next 727 0 R
+/Parent 679 0 R
+/Prev 715 0 R
+/First 727 0 R
+/Last 727 0 R
+/Count -1
 >> endobj
 719 0 obj <<
 /Title 720 0 R
 /A 717 0 R
-/Parent 711 0 R
-/Prev 715 0 R
-/Next 723 0 R
+/Parent 715 0 R
 >> endobj
 715 0 obj <<
 /Title 716 0 R
 /A 713 0 R
-/Parent 711 0 R
-/Next 719 0 R
+/Parent 679 0 R
+/Prev 699 0 R
+/Next 723 0 R
+/First 719 0 R
+/Last 719 0 R
+/Count -1
 >> endobj
 711 0 obj <<
 /Title 712 0 R
 /A 709 0 R
-/Parent 5459 0 R
-/Prev 659 0 R
-/Next 907 0 R
-/First 715 0 R
-/Last 887 0 R
-/Count -13
+/Parent 699 0 R
+/Prev 707 0 R
 >> endobj
 707 0 obj <<
 /Title 708 0 R
 /A 705 0 R
-/Parent 703 0 R
+/Parent 699 0 R
+/Prev 703 0 R
+/Next 711 0 R
 >> endobj
 703 0 obj <<
 /Title 704 0 R
 /A 701 0 R
-/Parent 659 0 R
-/Prev 695 0 R
-/First 707 0 R
-/Last 707 0 R
-/Count -1
+/Parent 699 0 R
+/Next 707 0 R
 >> endobj
 699 0 obj <<
 /Title 700 0 R
 /A 697 0 R
-/Parent 695 0 R
+/Parent 679 0 R
+/Prev 683 0 R
+/Next 715 0 R
+/First 703 0 R
+/Last 711 0 R
+/Count -3
 >> endobj
 695 0 obj <<
 /Title 696 0 R
 /A 693 0 R
-/Parent 659 0 R
-/Prev 679 0 R
-/Next 703 0 R
-/First 699 0 R
-/Last 699 0 R
-/Count -1
+/Parent 683 0 R
+/Prev 691 0 R
 >> endobj
 691 0 obj <<
 /Title 692 0 R
 /A 689 0 R
-/Parent 679 0 R
+/Parent 683 0 R
 /Prev 687 0 R
+/Next 695 0 R
 >> endobj
 687 0 obj <<
 /Title 688 0 R
 /A 685 0 R
-/Parent 679 0 R
-/Prev 683 0 R
+/Parent 683 0 R
 /Next 691 0 R
 >> endobj
 683 0 obj <<
 /Title 684 0 R
 /A 681 0 R
 /Parent 679 0 R
-/Next 687 0 R
+/Next 699 0 R
+/First 687 0 R
+/Last 695 0 R
+/Count -3
 >> endobj
 679 0 obj <<
 /Title 680 0 R
 /A 677 0 R
-/Parent 659 0 R
-/Prev 663 0 R
-/Next 695 0 R
+/Parent 5545 0 R
+/Prev 367 0 R
+/Next 731 0 R
 /First 683 0 R
-/Last 691 0 R
-/Count -3
+/Last 723 0 R
+/Count -4
 >> endobj
 675 0 obj <<
 /Title 676 0 R
 /A 673 0 R
-/Parent 663 0 R
-/Prev 671 0 R
+/Parent 367 0 R
+/Prev 655 0 R
 >> endobj
 671 0 obj <<
 /Title 672 0 R
 /A 669 0 R
-/Parent 663 0 R
+/Parent 655 0 R
 /Prev 667 0 R
-/Next 675 0 R
 >> endobj
 667 0 obj <<
 /Title 668 0 R
 /A 665 0 R
-/Parent 663 0 R
+/Parent 655 0 R
+/Prev 663 0 R
 /Next 671 0 R
 >> endobj
 663 0 obj <<
 /Title 664 0 R
 /A 661 0 R
-/Parent 659 0 R
-/Next 679 0 R
-/First 667 0 R
-/Last 675 0 R
-/Count -3
+/Parent 655 0 R
+/Prev 659 0 R
+/Next 667 0 R
 >> endobj
 659 0 obj <<
 /Title 660 0 R
 /A 657 0 R
-/Parent 5459 0 R
-/Prev 315 0 R
-/Next 711 0 R
-/First 663 0 R
-/Last 703 0 R
-/Count -4
+/Parent 655 0 R
+/Next 663 0 R
 >> endobj
 655 0 obj <<
 /Title 656 0 R
 /A 653 0 R
-/Parent 627 0 R
-/Prev 639 0 R
+/Parent 367 0 R
+/Prev 651 0 R
+/Next 675 0 R
+/First 659 0 R
+/Last 671 0 R
+/Count -4
 >> endobj
 651 0 obj <<
 /Title 652 0 R
 /A 649 0 R
-/Parent 639 0 R
+/Parent 367 0 R
 /Prev 647 0 R
+/Next 655 0 R
 >> endobj
 647 0 obj <<
 /Title 648 0 R
 /A 645 0 R
-/Parent 639 0 R
+/Parent 367 0 R
 /Prev 643 0 R
 /Next 651 0 R
 >> endobj
 643 0 obj <<
 /Title 644 0 R
 /A 641 0 R
-/Parent 639 0 R
+/Parent 367 0 R
+/Prev 631 0 R
 /Next 647 0 R
 >> endobj
 639 0 obj <<
 /Title 640 0 R
 /A 637 0 R
-/Parent 627 0 R
+/Parent 631 0 R
 /Prev 635 0 R
-/Next 655 0 R
-/First 643 0 R
-/Last 651 0 R
-/Count -3
 >> endobj
 635 0 obj <<
 /Title 636 0 R
 /A 633 0 R
-/Parent 627 0 R
-/Prev 631 0 R
+/Parent 631 0 R
 /Next 639 0 R
 >> endobj
 631 0 obj <<
 /Title 632 0 R
 /A 629 0 R
-/Parent 627 0 R
-/Next 635 0 R
+/Parent 367 0 R
+/Prev 615 0 R
+/Next 643 0 R
+/First 635 0 R
+/Last 639 0 R
+/Count -2
 >> endobj
 627 0 obj <<
 /Title 628 0 R
 /A 625 0 R
-/Parent 315 0 R
+/Parent 615 0 R
 /Prev 623 0 R
-/First 631 0 R
-/Last 655 0 R
-/Count -4
 >> endobj
 623 0 obj <<
 /Title 624 0 R
 /A 621 0 R
-/Parent 315 0 R
-/Prev 603 0 R
+/Parent 615 0 R
+/Prev 619 0 R
 /Next 627 0 R
 >> endobj
 619 0 obj <<
 /Title 620 0 R
 /A 617 0 R
-/Parent 603 0 R
-/Prev 615 0 R
+/Parent 615 0 R
+/Next 623 0 R
 >> endobj
 615 0 obj <<
 /Title 616 0 R
 /A 613 0 R
-/Parent 603 0 R
+/Parent 367 0 R
 /Prev 611 0 R
-/Next 619 0 R
+/Next 631 0 R
+/First 619 0 R
+/Last 627 0 R
+/Count -3
 >> endobj
 611 0 obj <<
 /Title 612 0 R
 /A 609 0 R
-/Parent 603 0 R
-/Prev 607 0 R
+/Parent 367 0 R
+/Prev 519 0 R
 /Next 615 0 R
 >> endobj
 607 0 obj <<
 /Title 608 0 R
 /A 605 0 R
-/Parent 603 0 R
-/Next 611 0 R
+/Parent 551 0 R
+/Prev 559 0 R
 >> endobj
 603 0 obj <<
 /Title 604 0 R
 /A 601 0 R
-/Parent 315 0 R
+/Parent 559 0 R
 /Prev 599 0 R
-/Next 623 0 R
-/First 607 0 R
-/Last 619 0 R
-/Count -4
 >> endobj
 599 0 obj <<
 /Title 600 0 R
 /A 597 0 R
-/Parent 315 0 R
+/Parent 559 0 R
 /Prev 595 0 R
 /Next 603 0 R
 >> endobj
 595 0 obj <<
 /Title 596 0 R
 /A 593 0 R
-/Parent 315 0 R
+/Parent 559 0 R
 /Prev 591 0 R
 /Next 599 0 R
 >> endobj
 591 0 obj <<
 /Title 592 0 R
 /A 589 0 R
-/Parent 315 0 R
-/Prev 579 0 R
+/Parent 559 0 R
+/Prev 587 0 R
 /Next 595 0 R
 >> endobj
 587 0 obj <<
 /Title 588 0 R
 /A 585 0 R
-/Parent 579 0 R
+/Parent 559 0 R
 /Prev 583 0 R
+/Next 591 0 R
 >> endobj
 583 0 obj <<
 /Title 584 0 R
 /A 581 0 R
-/Parent 579 0 R
+/Parent 559 0 R
+/Prev 579 0 R
 /Next 587 0 R
 >> endobj
 579 0 obj <<
 /Title 580 0 R
 /A 577 0 R
-/Parent 315 0 R
-/Prev 563 0 R
-/Next 591 0 R
-/First 583 0 R
-/Last 587 0 R
-/Count -2
+/Parent 559 0 R
+/Prev 575 0 R
+/Next 583 0 R
 >> endobj
 575 0 obj <<
 /Title 576 0 R
 /A 573 0 R
-/Parent 563 0 R
+/Parent 559 0 R
 /Prev 571 0 R
+/Next 579 0 R
 >> endobj
 571 0 obj <<
 /Title 572 0 R
 /A 569 0 R
-/Parent 563 0 R
+/Parent 559 0 R
 /Prev 567 0 R
 /Next 575 0 R
 >> endobj
 567 0 obj <<
 /Title 568 0 R
 /A 565 0 R
-/Parent 563 0 R
+/Parent 559 0 R
+/Prev 563 0 R
 /Next 571 0 R
 >> endobj
 563 0 obj <<
 /Title 564 0 R
 /A 561 0 R
-/Parent 315 0 R
-/Prev 559 0 R
-/Next 579 0 R
-/First 567 0 R
-/Last 575 0 R
-/Count -3
+/Parent 559 0 R
+/Next 567 0 R
 >> endobj
 559 0 obj <<
 /Title 560 0 R
 /A 557 0 R
-/Parent 315 0 R
-/Prev 467 0 R
-/Next 563 0 R
+/Parent 551 0 R
+/Prev 555 0 R
+/Next 607 0 R
+/First 563 0 R
+/Last 603 0 R
+/Count -11
 >> endobj
 555 0 obj <<
 /Title 556 0 R
 /A 553 0 R
-/Parent 499 0 R
-/Prev 507 0 R
+/Parent 551 0 R
+/Next 559 0 R
 >> endobj
 551 0 obj <<
 /Title 552 0 R
 /A 549 0 R
-/Parent 507 0 R
-/Prev 547 0 R
+/Parent 519 0 R
+/Prev 539 0 R
+/First 555 0 R
+/Last 607 0 R
+/Count -3
 >> endobj
 547 0 obj <<
 /Title 548 0 R
 /A 545 0 R
-/Parent 507 0 R
+/Parent 539 0 R
 /Prev 543 0 R
-/Next 551 0 R
 >> endobj
 543 0 obj <<
 /Title 544 0 R
 /A 541 0 R
-/Parent 507 0 R
-/Prev 539 0 R
+/Parent 539 0 R
 /Next 547 0 R
 >> endobj
 539 0 obj <<
 /Title 540 0 R
 /A 537 0 R
-/Parent 507 0 R
+/Parent 519 0 R
 /Prev 535 0 R
-/Next 543 0 R
+/Next 551 0 R
+/First 543 0 R
+/Last 547 0 R
+/Count -2
 >> endobj
 535 0 obj <<
 /Title 536 0 R
 /A 533 0 R
-/Parent 507 0 R
-/Prev 531 0 R
+/Parent 519 0 R
+/Prev 527 0 R
 /Next 539 0 R
 >> endobj
 531 0 obj <<
 /Title 532 0 R
-/A 529 0 R
-/Parent 507 0 R
-/Prev 527 0 R
-/Next 535 0 R
+/A 529 0 R
+/Parent 527 0 R
 >> endobj
 527 0 obj <<
 /Title 528 0 R
 /A 525 0 R
-/Parent 507 0 R
+/Parent 519 0 R
 /Prev 523 0 R
-/Next 531 0 R
+/Next 535 0 R
+/First 531 0 R
+/Last 531 0 R
+/Count -1
 >> endobj
 523 0 obj <<
 /Title 524 0 R
 /A 521 0 R
-/Parent 507 0 R
-/Prev 519 0 R
+/Parent 519 0 R
 /Next 527 0 R
 >> endobj
 519 0 obj <<
 /Title 520 0 R
 /A 517 0 R
-/Parent 507 0 R
+/Parent 367 0 R
 /Prev 515 0 R
-/Next 523 0 R
+/Next 611 0 R
+/First 523 0 R
+/Last 551 0 R
+/Count -5
 >> endobj
 515 0 obj <<
 /Title 516 0 R
 /A 513 0 R
-/Parent 507 0 R
+/Parent 367 0 R
 /Prev 511 0 R
 /Next 519 0 R
 >> endobj
 511 0 obj <<
 /Title 512 0 R
 /A 509 0 R
-/Parent 507 0 R
+/Parent 367 0 R
+/Prev 507 0 R
 /Next 515 0 R
 >> endobj
 507 0 obj <<
 /Title 508 0 R
 /A 505 0 R
-/Parent 499 0 R
-/Prev 503 0 R
-/Next 555 0 R
-/First 511 0 R
-/Last 551 0 R
-/Count -11
+/Parent 367 0 R
+/Prev 483 0 R
+/Next 511 0 R
 >> endobj
 503 0 obj <<
 /Title 504 0 R
 /A 501 0 R
 /Parent 499 0 R
-/Next 507 0 R
 >> endobj
 499 0 obj <<
 /Title 500 0 R
 /A 497 0 R
-/Parent 467 0 R
-/Prev 487 0 R
+/Parent 483 0 R
+/Prev 495 0 R
 /First 503 0 R
-/Last 555 0 R
-/Count -3
+/Last 503 0 R
+/Count -1
 >> endobj
 495 0 obj <<
 /Title 496 0 R
 /A 493 0 R
-/Parent 487 0 R
+/Parent 483 0 R
 /Prev 491 0 R
+/Next 499 0 R
 >> endobj
 491 0 obj <<
 /Title 492 0 R
 /A 489 0 R
-/Parent 487 0 R
+/Parent 483 0 R
+/Prev 487 0 R
 /Next 495 0 R
 >> endobj
 487 0 obj <<
 /Title 488 0 R
 /A 485 0 R
-/Parent 467 0 R
-/Prev 483 0 R
-/Next 499 0 R
-/First 491 0 R
-/Last 495 0 R
-/Count -2
+/Parent 483 0 R
+/Next 491 0 R
 >> endobj
 483 0 obj <<
 /Title 484 0 R
 /A 481 0 R
-/Parent 467 0 R
-/Prev 475 0 R
-/Next 487 0 R
+/Parent 367 0 R
+/Prev 479 0 R
+/Next 507 0 R
+/First 487 0 R
+/Last 499 0 R
+/Count -4
 >> endobj
 479 0 obj <<
 /Title 480 0 R
 /A 477 0 R
-/Parent 475 0 R
+/Parent 367 0 R
+/Prev 439 0 R
+/Next 483 0 R
 >> endobj
 475 0 obj <<
 /Title 476 0 R
 /A 473 0 R
-/Parent 467 0 R
+/Parent 447 0 R
 /Prev 471 0 R
-/Next 483 0 R
-/First 479 0 R
-/Last 479 0 R
-/Count -1
 >> endobj
 471 0 obj <<
 /Title 472 0 R
 /A 469 0 R
-/Parent 467 0 R
+/Parent 447 0 R
+/Prev 467 0 R
 /Next 475 0 R
 >> endobj
 467 0 obj <<
 /Title 468 0 R
 /A 465 0 R
-/Parent 315 0 R
-/Prev 463 0 R
-/Next 559 0 R
-/First 471 0 R
-/Last 499 0 R
-/Count -5
+/Parent 447 0 R
+/Prev 455 0 R
+/Next 471 0 R
 >> endobj
 463 0 obj <<
 /Title 464 0 R
 /A 461 0 R
-/Parent 315 0 R
+/Parent 455 0 R
 /Prev 459 0 R
-/Next 467 0 R
 >> endobj
 459 0 obj <<
 /Title 460 0 R
 /A 457 0 R
-/Parent 315 0 R
-/Prev 455 0 R
+/Parent 455 0 R
 /Next 463 0 R
 >> endobj
 455 0 obj <<
 /Title 456 0 R
 /A 453 0 R
-/Parent 315 0 R
-/Prev 431 0 R
-/Next 459 0 R
+/Parent 447 0 R
+/Prev 451 0 R
+/Next 467 0 R
+/First 459 0 R
+/Last 463 0 R
+/Count -2
 >> endobj
 451 0 obj <<
 /Title 452 0 R
 /A 449 0 R
 /Parent 447 0 R
+/Next 455 0 R
 >> endobj
 447 0 obj <<
 /Title 448 0 R
 /A 445 0 R
-/Parent 431 0 R
+/Parent 439 0 R
 /Prev 443 0 R
 /First 451 0 R
-/Last 451 0 R
-/Count -1
+/Last 475 0 R
+/Count -5
 >> endobj
 443 0 obj <<
 /Title 444 0 R
 /A 441 0 R
-/Parent 431 0 R
-/Prev 439 0 R
+/Parent 439 0 R
 /Next 447 0 R
 >> endobj
 439 0 obj <<
 /Title 440 0 R
 /A 437 0 R
-/Parent 431 0 R
-/Prev 435 0 R
-/Next 443 0 R
+/Parent 367 0 R
+/Prev 371 0 R
+/Next 479 0 R
+/First 443 0 R
+/Last 447 0 R
+/Count -2
 >> endobj
 435 0 obj <<
 /Title 436 0 R
 /A 433 0 R
-/Parent 431 0 R
-/Next 439 0 R
+/Parent 371 0 R
+/Prev 431 0 R
 >> endobj
 431 0 obj <<
 /Title 432 0 R
 /A 429 0 R
-/Parent 315 0 R
+/Parent 371 0 R
 /Prev 427 0 R
-/Next 455 0 R
-/First 435 0 R
-/Last 447 0 R
-/Count -4
+/Next 435 0 R
 >> endobj
 427 0 obj <<
 /Title 428 0 R
 /A 425 0 R
-/Parent 315 0 R
-/Prev 387 0 R
+/Parent 371 0 R
+/Prev 423 0 R
 /Next 431 0 R
 >> endobj
 423 0 obj <<
 /Title 424 0 R
 /A 421 0 R
-/Parent 395 0 R
+/Parent 371 0 R
 /Prev 419 0 R
+/Next 427 0 R
 >> endobj
 419 0 obj <<
 /Title 420 0 R
 /A 417 0 R
-/Parent 395 0 R
+/Parent 371 0 R
 /Prev 415 0 R
 /Next 423 0 R
 >> endobj
 415 0 obj <<
 /Title 416 0 R
 /A 413 0 R
-/Parent 395 0 R
-/Prev 403 0 R
+/Parent 371 0 R
+/Prev 411 0 R
 /Next 419 0 R
 >> endobj
 411 0 obj <<
 /Title 412 0 R
 /A 409 0 R
-/Parent 403 0 R
+/Parent 371 0 R
 /Prev 407 0 R
+/Next 415 0 R
 >> endobj
 407 0 obj <<
 /Title 408 0 R
 /A 405 0 R
-/Parent 403 0 R
+/Parent 371 0 R
+/Prev 403 0 R
 /Next 411 0 R
 >> endobj
 403 0 obj <<
 /Title 404 0 R
 /A 401 0 R
-/Parent 395 0 R
+/Parent 371 0 R
 /Prev 399 0 R
-/Next 415 0 R
-/First 407 0 R
-/Last 411 0 R
-/Count -2
+/Next 407 0 R
 >> endobj
 399 0 obj <<
 /Title 400 0 R
 /A 397 0 R
-/Parent 395 0 R
+/Parent 371 0 R
+/Prev 395 0 R
 /Next 403 0 R
 >> endobj
 395 0 obj <<
 /Title 396 0 R
 /A 393 0 R
-/Parent 387 0 R
+/Parent 371 0 R
 /Prev 391 0 R
-/First 399 0 R
-/Last 423 0 R
-/Count -5
+/Next 399 0 R
 >> endobj
 391 0 obj <<
 /Title 392 0 R
 /A 389 0 R
-/Parent 387 0 R
+/Parent 371 0 R
+/Prev 387 0 R
 /Next 395 0 R
 >> endobj
 387 0 obj <<
 /Title 388 0 R
 /A 385 0 R
-/Parent 315 0 R
-/Prev 319 0 R
-/Next 427 0 R
-/First 391 0 R
-/Last 395 0 R
-/Count -2
+/Parent 371 0 R
+/Prev 383 0 R
+/Next 391 0 R
 >> endobj
 383 0 obj <<
 /Title 384 0 R
 /A 381 0 R
-/Parent 319 0 R
+/Parent 371 0 R
 /Prev 379 0 R
+/Next 387 0 R
 >> endobj
 379 0 obj <<
 /Title 380 0 R
 /A 377 0 R
-/Parent 319 0 R
+/Parent 371 0 R
 /Prev 375 0 R
 /Next 383 0 R
 >> endobj
 375 0 obj <<
 /Title 376 0 R
 /A 373 0 R
-/Parent 319 0 R
-/Prev 371 0 R
+/Parent 371 0 R
 /Next 379 0 R
 >> endobj
 371 0 obj <<
 /Title 372 0 R
 /A 369 0 R
-/Parent 319 0 R
-/Prev 367 0 R
-/Next 375 0 R
+/Parent 367 0 R
+/Next 439 0 R
+/First 375 0 R
+/Last 435 0 R
+/Count -16
 >> endobj
 367 0 obj <<
 /Title 368 0 R
 /A 365 0 R
-/Parent 319 0 R
-/Prev 363 0 R
-/Next 371 0 R
+/Parent 5545 0 R
+/Prev 39 0 R
+/Next 679 0 R
+/First 371 0 R
+/Last 675 0 R
+/Count -16
 >> endobj
 363 0 obj <<
 /Title 364 0 R
 /A 361 0 R
-/Parent 319 0 R
+/Parent 331 0 R
 /Prev 359 0 R
-/Next 367 0 R
 >> endobj
 359 0 obj <<
 /Title 360 0 R
 /A 357 0 R
-/Parent 319 0 R
-/Prev 355 0 R
+/Parent 331 0 R
+/Prev 339 0 R
 /Next 363 0 R
 >> endobj
 355 0 obj <<
 /Title 356 0 R
 /A 353 0 R
-/Parent 319 0 R
+/Parent 339 0 R
 /Prev 351 0 R
-/Next 359 0 R
 >> endobj
 351 0 obj <<
 /Title 352 0 R
 /A 349 0 R
-/Parent 319 0 R
+/Parent 339 0 R
 /Prev 347 0 R
 /Next 355 0 R
 >> endobj
 347 0 obj <<
 /Title 348 0 R
 /A 345 0 R
-/Parent 319 0 R
+/Parent 339 0 R
 /Prev 343 0 R
 /Next 351 0 R
 >> endobj
 343 0 obj <<
 /Title 344 0 R
 /A 341 0 R
-/Parent 319 0 R
-/Prev 339 0 R
+/Parent 339 0 R
 /Next 347 0 R
 >> endobj
 339 0 obj <<
 /Title 340 0 R
 /A 337 0 R
-/Parent 319 0 R
+/Parent 331 0 R
 /Prev 335 0 R
-/Next 343 0 R
+/Next 359 0 R
+/First 343 0 R
+/Last 355 0 R
+/Count -4
 >> endobj
 335 0 obj <<
 /Title 336 0 R
 /A 333 0 R
-/Parent 319 0 R
-/Prev 331 0 R
+/Parent 331 0 R
 /Next 339 0 R
 >> endobj
 331 0 obj <<
 /Title 332 0 R
 /A 329 0 R
-/Parent 319 0 R
-/Prev 327 0 R
-/Next 335 0 R
+/Parent 39 0 R
+/Prev 279 0 R
+/First 335 0 R
+/Last 363 0 R
+/Count -4
 >> endobj
 327 0 obj <<
 /Title 328 0 R
 /A 325 0 R
-/Parent 319 0 R
-/Prev 323 0 R
-/Next 331 0 R
+/Parent 323 0 R
 >> endobj
 323 0 obj <<
 /Title 324 0 R
 /A 321 0 R
-/Parent 319 0 R
-/Next 327 0 R
+/Parent 279 0 R
+/Prev 315 0 R
+/First 327 0 R
+/Last 327 0 R
+/Count -1
 >> endobj
 319 0 obj <<
 /Title 320 0 R
 /A 317 0 R
 /Parent 315 0 R
-/Next 387 0 R
-/First 323 0 R
-/Last 383 0 R
-/Count -16
 >> endobj
 315 0 obj <<
 /Title 316 0 R
 /A 313 0 R
-/Parent 5459 0 R
-/Prev 39 0 R
-/Next 659 0 R
+/Parent 279 0 R
+/Prev 311 0 R
+/Next 323 0 R
 /First 319 0 R
-/Last 627 0 R
-/Count -17
+/Last 319 0 R
+/Count -1
 >> endobj
 311 0 obj <<
 /Title 312 0 R
 /A 309 0 R
-/Parent 307 0 R
+/Parent 279 0 R
+/Prev 307 0 R
+/Next 315 0 R
 >> endobj
 307 0 obj <<
 /Title 308 0 R
 /A 305 0 R
-/Parent 263 0 R
-/Prev 299 0 R
-/First 311 0 R
-/Last 311 0 R
-/Count -1
+/Parent 279 0 R
+/Prev 287 0 R
+/Next 311 0 R
 >> endobj
 303 0 obj <<
 /Title 304 0 R
 /A 301 0 R
-/Parent 299 0 R
+/Parent 291 0 R
+/Prev 299 0 R
 >> endobj
 299 0 obj <<
 /Title 300 0 R
 /A 297 0 R
-/Parent 263 0 R
+/Parent 291 0 R
 /Prev 295 0 R
-/Next 307 0 R
-/First 303 0 R
-/Last 303 0 R
-/Count -1
+/Next 303 0 R
 >> endobj
 295 0 obj <<
 /Title 296 0 R
 /A 293 0 R
-/Parent 263 0 R
-/Prev 291 0 R
+/Parent 291 0 R
 /Next 299 0 R
 >> endobj
 291 0 obj <<
 /Title 292 0 R
 /A 289 0 R
-/Parent 263 0 R
-/Prev 271 0 R
-/Next 295 0 R
+/Parent 287 0 R
+/First 295 0 R
+/Last 303 0 R
+/Count -3
 >> endobj
 287 0 obj <<
 /Title 288 0 R
 /A 285 0 R
-/Parent 275 0 R
+/Parent 279 0 R
 /Prev 283 0 R
+/Next 307 0 R
+/First 291 0 R
+/Last 291 0 R
+/Count -1
 >> endobj
 283 0 obj <<
 /Title 284 0 R
 /A 281 0 R
-/Parent 275 0 R
-/Prev 279 0 R
+/Parent 279 0 R
 /Next 287 0 R
 >> endobj
 279 0 obj <<
 /Title 280 0 R
 /A 277 0 R
-/Parent 275 0 R
-/Next 283 0 R
+/Parent 39 0 R
+/Prev 235 0 R
+/Next 331 0 R
+/First 283 0 R
+/Last 323 0 R
+/Count -6
 >> endobj
 275 0 obj <<
 /Title 276 0 R
 /A 273 0 R
-/Parent 271 0 R
-/First 279 0 R
-/Last 287 0 R
-/Count -3
+/Parent 235 0 R
+/Prev 263 0 R
 >> endobj
 271 0 obj <<
 /Title 272 0 R
 /A 269 0 R
 /Parent 263 0 R
 /Prev 267 0 R
-/Next 291 0 R
-/First 275 0 R
-/Last 275 0 R
-/Count -1
 >> endobj
 267 0 obj <<
 /Title 268 0 R
@@ -26055,184 +26517,185 @@ endobj
 263 0 obj <<
 /Title 264 0 R
 /A 261 0 R
-/Parent 39 0 R
-/Prev 219 0 R
+/Parent 235 0 R
+/Prev 239 0 R
+/Next 275 0 R
 /First 267 0 R
-/Last 307 0 R
-/Count -6
+/Last 271 0 R
+/Count -2
 >> endobj
 259 0 obj <<
 /Title 260 0 R
 /A 257 0 R
-/Parent 219 0 R
-/Prev 247 0 R
+/Parent 239 0 R
+/Prev 255 0 R
 >> endobj
 255 0 obj <<
 /Title 256 0 R
 /A 253 0 R
-/Parent 247 0 R
+/Parent 239 0 R
 /Prev 251 0 R
+/Next 259 0 R
 >> endobj
 251 0 obj <<
 /Title 252 0 R
 /A 249 0 R
-/Parent 247 0 R
+/Parent 239 0 R
+/Prev 247 0 R
 /Next 255 0 R
 >> endobj
 247 0 obj <<
 /Title 248 0 R
 /A 245 0 R
-/Parent 219 0 R
-/Prev 223 0 R
-/Next 259 0 R
-/First 251 0 R
-/Last 255 0 R
-/Count -2
+/Parent 239 0 R
+/Prev 243 0 R
+/Next 251 0 R
 >> endobj
 243 0 obj <<
 /Title 244 0 R
 /A 241 0 R
-/Parent 223 0 R
-/Prev 239 0 R
+/Parent 239 0 R
+/Next 247 0 R
 >> endobj
 239 0 obj <<
 /Title 240 0 R
 /A 237 0 R
-/Parent 223 0 R
-/Prev 235 0 R
-/Next 243 0 R
+/Parent 235 0 R
+/Next 263 0 R
+/First 243 0 R
+/Last 259 0 R
+/Count -5
 >> endobj
 235 0 obj <<
 /Title 236 0 R
 /A 233 0 R
-/Parent 223 0 R
+/Parent 39 0 R
 /Prev 231 0 R
-/Next 239 0 R
+/Next 279 0 R
+/First 239 0 R
+/Last 275 0 R
+/Count -3
 >> endobj
 231 0 obj <<
 /Title 232 0 R
 /A 229 0 R
-/Parent 223 0 R
-/Prev 227 0 R
+/Parent 39 0 R
+/Prev 211 0 R
 /Next 235 0 R
 >> endobj
 227 0 obj <<
 /Title 228 0 R
 /A 225 0 R
-/Parent 223 0 R
-/Next 231 0 R
+/Parent 211 0 R
+/Prev 223 0 R
 >> endobj
 223 0 obj <<
 /Title 224 0 R
 /A 221 0 R
-/Parent 219 0 R
-/Next 247 0 R
-/First 227 0 R
-/Last 243 0 R
-/Count -5
+/Parent 211 0 R
+/Prev 219 0 R
+/Next 227 0 R
 >> endobj
 219 0 obj <<
 /Title 220 0 R
 /A 217 0 R
-/Parent 39 0 R
+/Parent 211 0 R
 /Prev 215 0 R
-/Next 263 0 R
-/First 223 0 R
-/Last 259 0 R
-/Count -3
+/Next 223 0 R
 >> endobj
 215 0 obj <<
 /Title 216 0 R
 /A 213 0 R
-/Parent 39 0 R
-/Prev 195 0 R
+/Parent 211 0 R
 /Next 219 0 R
 >> endobj
 211 0 obj <<
 /Title 212 0 R
 /A 209 0 R
-/Parent 195 0 R
-/Prev 207 0 R
+/Parent 39 0 R
+/Prev 123 0 R
+/Next 231 0 R
+/First 215 0 R
+/Last 227 0 R
+/Count -4
 >> endobj
 207 0 obj <<
 /Title 208 0 R
 /A 205 0 R
-/Parent 195 0 R
-/Prev 203 0 R
-/Next 211 0 R
+/Parent 123 0 R
+/Prev 187 0 R
 >> endobj
 203 0 obj <<
 /Title 204 0 R
 /A 201 0 R
-/Parent 195 0 R
-/Prev 199 0 R
-/Next 207 0 R
+/Parent 187 0 R
+/Prev 191 0 R
 >> endobj
 199 0 obj <<
 /Title 200 0 R
 /A 197 0 R
-/Parent 195 0 R
-/Next 203 0 R
+/Parent 191 0 R
+/Prev 195 0 R
 >> endobj
 195 0 obj <<
 /Title 196 0 R
 /A 193 0 R
-/Parent 39 0 R
-/Prev 119 0 R
-/Next 215 0 R
-/First 199 0 R
-/Last 211 0 R
-/Count -4
+/Parent 191 0 R
+/Next 199 0 R
 >> endobj
 191 0 obj <<
 /Title 192 0 R
 /A 189 0 R
-/Parent 119 0 R
-/Prev 171 0 R
+/Parent 187 0 R
+/Next 203 0 R
+/First 195 0 R
+/Last 199 0 R
+/Count -2
 >> endobj
 187 0 obj <<
 /Title 188 0 R
 /A 185 0 R
-/Parent 171 0 R
-/Prev 175 0 R
+/Parent 123 0 R
+/Prev 183 0 R
+/Next 207 0 R
+/First 191 0 R
+/Last 203 0 R
+/Count -2
 >> endobj
 183 0 obj <<
 /Title 184 0 R
 /A 181 0 R
-/Parent 175 0 R
-/Prev 179 0 R
+/Parent 123 0 R
+/Prev 131 0 R
+/Next 187 0 R
 >> endobj
 179 0 obj <<
 /Title 180 0 R
 /A 177 0 R
-/Parent 175 0 R
-/Next 183 0 R
+/Parent 167 0 R
+/Prev 175 0 R
 >> endobj
 175 0 obj <<
 /Title 176 0 R
 /A 173 0 R
-/Parent 171 0 R
-/Next 187 0 R
-/First 179 0 R
-/Last 183 0 R
-/Count -2
+/Parent 167 0 R
+/Prev 171 0 R
+/Next 179 0 R
 >> endobj
 171 0 obj <<
 /Title 172 0 R
 /A 169 0 R
-/Parent 119 0 R
-/Prev 167 0 R
-/Next 191 0 R
-/First 175 0 R
-/Last 187 0 R
-/Count -2
+/Parent 167 0 R
+/Next 175 0 R
 >> endobj
 167 0 obj <<
 /Title 168 0 R
 /A 165 0 R
-/Parent 119 0 R
-/Prev 127 0 R
-/Next 171 0 R
+/Parent 131 0 R
+/Prev 155 0 R
+/First 171 0 R
+/Last 179 0 R
+/Count -3
 >> endobj
 163 0 obj <<
 /Title 164 0 R
@@ -26249,8 +26712,9 @@ endobj
 155 0 obj <<
 /Title 156 0 R
 /A 153 0 R
-/Parent 127 0 R
-/Prev 135 0 R
+/Parent 131 0 R
+/Prev 139 0 R
+/Next 167 0 R
 /First 159 0 R
 /Last 163 0 R
 /Count -2
@@ -26258,174 +26722,174 @@ endobj
 151 0 obj <<
 /Title 152 0 R
 /A 149 0 R
-/Parent 135 0 R
+/Parent 139 0 R
 /Prev 147 0 R
 >> endobj
 147 0 obj <<
 /Title 148 0 R
 /A 145 0 R
-/Parent 135 0 R
+/Parent 139 0 R
 /Prev 143 0 R
 /Next 151 0 R
 >> endobj
 143 0 obj <<
 /Title 144 0 R
 /A 141 0 R
-/Parent 135 0 R
-/Prev 139 0 R
+/Parent 139 0 R
 /Next 147 0 R
 >> endobj
 139 0 obj <<
 /Title 140 0 R
 /A 137 0 R
-/Parent 135 0 R
-/Next 143 0 R
+/Parent 131 0 R
+/Prev 135 0 R
+/Next 155 0 R
+/First 143 0 R
+/Last 151 0 R
+/Count -3
 >> endobj
 135 0 obj <<
 /Title 136 0 R
 /A 133 0 R
-/Parent 127 0 R
-/Prev 131 0 R
-/Next 155 0 R
-/First 139 0 R
-/Last 151 0 R
-/Count -4
+/Parent 131 0 R
+/Next 139 0 R
 >> endobj
 131 0 obj <<
 /Title 132 0 R
 /A 129 0 R
-/Parent 127 0 R
-/Next 135 0 R
+/Parent 123 0 R
+/Prev 127 0 R
+/Next 183 0 R
+/First 135 0 R
+/Last 167 0 R
+/Count -4
 >> endobj
 127 0 obj <<
 /Title 128 0 R
 /A 125 0 R
-/Parent 119 0 R
-/Prev 123 0 R
-/Next 167 0 R
-/First 131 0 R
-/Last 155 0 R
-/Count -3
+/Parent 123 0 R
+/Next 131 0 R
 >> endobj
 123 0 obj <<
 /Title 124 0 R
 /A 121 0 R
-/Parent 119 0 R
-/Next 127 0 R
+/Parent 39 0 R
+/Prev 43 0 R
+/Next 211 0 R
+/First 127 0 R
+/Last 207 0 R
+/Count -5
 >> endobj
 119 0 obj <<
 /Title 120 0 R
 /A 117 0 R
-/Parent 39 0 R
-/Prev 43 0 R
-/Next 195 0 R
-/First 123 0 R
-/Last 191 0 R
-/Count -5
+/Parent 43 0 R
+/Prev 115 0 R
 >> endobj
 115 0 obj <<
 /Title 116 0 R
 /A 113 0 R
 /Parent 43 0 R
-/Prev 111 0 R
+/Prev 75 0 R
+/Next 119 0 R
 >> endobj
 111 0 obj <<
 /Title 112 0 R
 /A 109 0 R
-/Parent 43 0 R
-/Prev 71 0 R
-/Next 115 0 R
+/Parent 75 0 R
+/Prev 107 0 R
 >> endobj
 107 0 obj <<
 /Title 108 0 R
 /A 105 0 R
-/Parent 71 0 R
+/Parent 75 0 R
 /Prev 103 0 R
+/Next 111 0 R
 >> endobj
 103 0 obj <<
 /Title 104 0 R
 /A 101 0 R
-/Parent 71 0 R
+/Parent 75 0 R
 /Prev 99 0 R
 /Next 107 0 R
 >> endobj
 99 0 obj <<
 /Title 100 0 R
 /A 97 0 R
-/Parent 71 0 R
+/Parent 75 0 R
 /Prev 95 0 R
 /Next 103 0 R
 >> endobj
 95 0 obj <<
 /Title 96 0 R
 /A 93 0 R
-/Parent 71 0 R
+/Parent 75 0 R
 /Prev 91 0 R
 /Next 99 0 R
 >> endobj
 91 0 obj <<
 /Title 92 0 R
 /A 89 0 R
-/Parent 71 0 R
+/Parent 75 0 R
 /Prev 87 0 R
 /Next 95 0 R
 >> endobj
 87 0 obj <<
 /Title 88 0 R
 /A 85 0 R
-/Parent 71 0 R
+/Parent 75 0 R
 /Prev 83 0 R
 /Next 91 0 R
 >> endobj
 83 0 obj <<
 /Title 84 0 R
 /A 81 0 R
-/Parent 71 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 71 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 71 0 R
-/Next 79 0 R
+/Parent 43 0 R
+/Prev 71 0 R
+/Next 115 0 R
+/First 79 0 R
+/Last 111 0 R
+/Count -9
 >> endobj
 71 0 obj <<
 /Title 72 0 R
 /A 69 0 R
 /Parent 43 0 R
 /Prev 67 0 R
-/Next 111 0 R
-/First 75 0 R
-/Last 107 0 R
-/Count -9
+/Next 75 0 R
 >> endobj
 67 0 obj <<
 /Title 68 0 R
 /A 65 0 R
 /Parent 43 0 R
-/Prev 63 0 R
+/Prev 51 0 R
 /Next 71 0 R
 >> endobj
 63 0 obj <<
 /Title 64 0 R
 /A 61 0 R
-/Parent 43 0 R
-/Prev 51 0 R
-/Next 67 0 R
+/Parent 51 0 R
+/Prev 59 0 R
 >> endobj
 59 0 obj <<
 /Title 60 0 R
 /A 57 0 R
 /Parent 51 0 R
 /Prev 55 0 R
+/Next 63 0 R
 >> endobj
 55 0 obj <<
 /Title 56 0 R
@@ -26438,10 +26902,10 @@ endobj
 /A 49 0 R
 /Parent 43 0 R
 /Prev 47 0 R
-/Next 63 0 R
+/Next 67 0 R
 /First 55 0 R
-/Last 59 0 R
-/Count -2
+/Last 63 0 R
+/Count -3
 >> endobj
 47 0 obj <<
 /Title 48 0 R
@@ -26453,20 +26917,20 @@ endobj
 /Title 44 0 R
 /A 41 0 R
 /Parent 39 0 R
-/Next 119 0 R
+/Next 123 0 R
 /First 47 0 R
-/Last 115 0 R
+/Last 119 0 R
 /Count -7
 >> endobj
 39 0 obj <<
 /Title 40 0 R
 /A 37 0 R
-/Parent 5459 0 R
+/Parent 5545 0 R
 /Prev 15 0 R
-/Next 315 0 R
+/Next 367 0 R
 /First 43 0 R
-/Last 263 0 R
-/Count -6
+/Last 331 0 R
+/Count -7
 >> endobj
 35 0 obj <<
 /Title 36 0 R
@@ -26504,7 +26968,7 @@ endobj
 15 0 obj <<
 /Title 16 0 R
 /A 13 0 R
-/Parent 5459 0 R
+/Parent 5545 0 R
 /Prev 11 0 R
 /Next 39 0 R
 /First 19 0 R
@@ -26514,5520 +26978,5606 @@ endobj
 11 0 obj <<
 /Title 12 0 R
 /A 9 0 R
-/Parent 5459 0 R
+/Parent 5545 0 R
 /Prev 7 0 R
 /Next 15 0 R
 >> endobj
 7 0 obj <<
 /Title 8 0 R
 /A 5 0 R
-/Parent 5459 0 R
+/Parent 5545 0 R
 /Prev 3 0 R
 /Next 11 0 R
 >> endobj
 3 0 obj <<
 /Title 4 0 R
 /A 1 0 R
-/Parent 5459 0 R
+/Parent 5545 0 R
 /Next 7 0 R
 >> endobj
-5460 0 obj <<
-/Names [(1.0) 2 0 R (10.0) 974 0 R (10.51.1) 978 0 R (10.52.1) 982 0 R (10.53.1) 986 0 R (10.54.1) 990 0 R (10.55.1) 994 0 R (10.56.1) 998 0 R (10.57.1) 1002 0 R (10.58.1) 1006 0 R (10.59.1) 1010 0 R (1000) 2921 0 R (1001) 2922 0 R (1002) 2923 0 R (1004) 2924 0 R (1005) 2925 0 R (1006) 2926 0 R (1007) 2927 0 R (1009) 2928 0 R (101) 2130 0 R (1010) 2929 0 R (1011) 2930 0 R (1012) 2935 0 R (1013) 2936 0 R (1014) 2937 0 R (1016) 2938 0 R (1017) 2939 0 R (1018) 2940 0 R (1019) 2941 0 R (102) 2131 0 R (1020) 2942 0 R (1021) 2943 0 R (1022) 2944 0 R (1024) 2945 0 R (1025) 2946 0 R (1026) 2947 0 R (1028) 2948 0 R (1029) 2949 0 R (103) 2132 0 R (1030) 2950 0 R (1031) 2951 0 R (1032) 2952 0 R (1033) 2953 0 R (1034) 2954 0 R (1036) 2955 0 R (1037) 2956 0 R (1038) 2957 0 R (1039) 2958 0 R (104) 2133 0 R (1040) 2959 0 R (1041) 2960 0 R (1042) 2961 0 R (1044) 2962 0 R (1045) 2963 0 R (1046) 2964 0 R (1047) 2965 0 R (1048) 2966 0 R (1049) 2967 0 R (105) 2134 0 R (1051) 2968 0 R (1052) 2969 0 R (1053) 2970 0 R (1054) 2971 0 R (1055) 2972 0 R (1057) 2978 0 R (1058) 2979 0 R (1059) 2980 0 R (106) 2135 0 R (1062) 2981 0 R (1063) 2982 0 R (1065) 2983 0 R (1066) 2984 0 R (1067) 2985 0 R (1068) 2986 0 R (107) 2136 0 R (1071) 2987 0 R (1072) 2988 0 R (1074) 2989 0 R (1075) 2990 0 R (1076) 2991 0 R (1077) 2992 0 R (1079) 2993 0 R (108) 2137 0 R (1080) 2994 0 R (1081) 2995 0 R (1082) 2996 0 R (1085) 2997 0 R (1088) 3002 0 R (1089) 3003 0 R (109) 2138 0 R (1091) 3004 0 R (1092) 3005 0 R (1093) 3006 0 R (1094) 3007 0 R (1095) 3008 0 R (1096) 3009 0 R (1098) 3010 0 R (1099) 3011 0 R (11.0) 1014 0 R (11.60.1) 1018 0 R (11.61.1) 1022 0 R (110) 2139 0 R (1100) 3012 0 R (1103) 3013 0 R (1104) 3014 0 R (1106) 3015 0 R (1107) 3016 0 R (1108) 3017 0 R (111) 2140 0 R (1110) 3018 0 R (1111) 3019 0 R (1112) 3020 0 R (1115) 3025 0 R (1116) 3026 0 R (1119) 3027 0 R (112) 2141 0 R (1120) 3028 0 R (1123) 3029 0 R (1125) 3031 0 R (1127) 3032 0 R (1128) 3033 0 R (1129) 3034 0 R (113) 2142 0 R (1131) 3035 0 R (1132) 3036 0 R (1133) 3037 0 R (1134) 3038 0 R (1136) 3039 0 R (1137) 3040 0 R (1138) 3041 0 R (114) 2143 0 R (1141) 3043 0 R (1142) 3044 0 R (1143) 3045 0 R (1147) 3047 0 R (1148) 3053 0 R (1149) 3054 0 R (1150) 3055 0 R (1151) 3056 0 R (1154) 3058 0 R (1155) 3059 0 R (1156) 3060 0 R (1159) 3062 0 R (1160) 3063 0 R (1161) 3064 0 R (1162) 3065 0 R (1163) 3066 0 R (1166) 3068 0 R (1167) 3069 0 R (1168) 3070 0 R (1169) 3071 0 R (117) 2147 0 R (1170) 3072 0 R (1171) 3073 0 R (1172) 3074 0 R (1173) 3075 0 R (1174) 3076 0 R (1175) 3077 0 R (1178) 3079 0 R (1179) 3080 0 R (1180) 3081 0 R (1181) 3082 0 R (1184) 3084 0 R (1185) 3085 0 R (1186) 3091 0 R (1187) 3092 0 R (119) 2148 0 R (1190) 3093 0 R (1191) 3094 0 R (1192) 3095 0 R (1193) 3096 0 R (1196) 3098 0 R (1197) 3099 0 R (1198) 3100 0 R (1199) 3101 0 R (12.0) 1026 0 R (12.62.1) 1030 0 R (12.63.1) 1034 0 R (12.64.1) 1038 0 R (120) 2149 0 R (1202) 3102 0 R (1203) 3103 0 R (1204) 3104 0 R (1206) 3106 0 R (1207) 3107 0 R (121) 2150 0 R (1210) 3109 0 R (1211) 3110 0 R (1212) 3111 0 R (1213) 3112 0 R (1214) 3113 0 R (1217) 3115 0 R (1218) 3116 0 R (1221) 3118 0 R (1222) 3119 0 R (1225) 3121 0 R (1226) 3122 0 R (1227) 3123 0 R (1228) 3124 0 R (1231) 3129 0 R (1232) 3130 0 R (1234) 3131 0 R (1235) 3132 0 R (1236) 3133 0 R (1237) 3134 0 R (1239) 3135 0 R (1240) 3136 0 R (1241) 3137 0 R (1243) 3138 0 R (1244) 3139 0 R (1245) 3140 0 R (1247) 3141 0 R (1248) 3142 0 R (1249) 3143 0 R (1251) 3144 0 R (1252) 3145 0 R (1253) 3146 0 R (1256) 3147 0 R (1259) 3148 0 R (1262) 3154 0 R (1263) 3155 0 R (1264) 3156 0 R (1265) 3157 0 R (1266) 3158 0 R (1269) 3159 0 R (1274) 3160 0 R (1275) 3161 0 R (1276) 3162 0 R (1281) 3163 0 R (1282) 3164 0 R (1283) 3165 0 R (1284) 3170 0 R (1285) 3171 0 R (1286) 3172 0 R (1291) 3174 0 R (1292) 3175 0 R (1293) 3176 0 R (1294) 3177 0 R (1298) 3180 0 R (1299) 3181 0 R (13.0) 1042 0 R (13.65.1) 1046 0 R (13.66.1) 1050 0 R (13.67.1) 1054 0 R (13.68.1) 1058 0 R (13.69.1) 1062 0 R (13.70.1) 1066 0 R (13.71.1) 1070 0 R (13.72.1) 1074 0 R (13.73.1) 1078 0 R (13.74.1) 1082 0 R (13.75.1) 1086 0 R (13.76.1) 1090 0 R (1300) 3182 0 R (1301) 3183 0 R (1302) 3184 0 R (1303) 3185 0 R (1304) 3186 0 R (1305) 3187 0 R (1306) 3188 0 R (1307) 3189 0 R (1308) 3190 0 R (1311) 3191 0 R (1312) 3192 0 R (1313) 3193 0 R (1314) 3194 0 R (1315) 3195 0 R (1316) 3196 0 R (1317) 3197 0 R (1318) 3202 0 R (1319) 3203 0 R (1320) 3204 0 R (1321) 3205 0 R (1322) 3206 0 R (1323) 3207 0 R (1324) 3208 0 R (1325) 3209 0 R (1326) 3210 0 R (1327) 3211 0 R (1328) 3212 0 R (1329) 3213 0 R (1330) 3214 0 R (1331) 3215 0 R (1332) 3216 0 R (1333) 3217 0 R (1334) 3218 0 R (1335) 3219 0 R (1336) 3220 0 R (1337) 3221 0 R (1338) 3222 0 R (1339) 3223 0 R (1340) 3224 0 R (1341) 3225 0 R (1342) 3226 0 R (1343) 3227 0 R (1344) 3228 0 R (1345) 3229 0 R (1346) 3230 0 R (1347) 3231 0 R (1348) 3232 0 R (1349) 3233 0 R (1350) 3234 0 R (1351) 3235 0 R (1352) 3236 0 R (1353) 3237 0 R (1354) 3238 0 R (1355) 3239 0 R (1356) 3240 0 R (1357) 3241 0 R (1358) 3242 0 R (1359) 3243 0 R (1360) 3244 0 R (1361) 3245 0 R (1362) 3246 0 R (1363) 3247 0 R (1364) 3248 0 R (1365) 3249 0 R (1368) 3254 0 R (1369) 3255 0 R (1373) 3257 0 R (1374) 3258 0 R (1375) 3259 0 R (1376) 3260 0 R (1377) 3261 0 R (1378) 3262 0 R (1379) 3263 0 R (1380) 3264 0 R (1381) 3265 0 R (1384) 3266 0 R (1385) 3267 0 R (1386) 3268 0 R (1387) 3269 0 R (1388) 3270 0 R (1389) 3271 0 R (1392) 3276 0 R (1395) 3279 0 R (1396) 3280 0 R (1397) 3281 0 R (1398) 3282 0 R (1399) 3283 0 R (14.0) 1094 0 R (1401) 3284 0 R (1402) 3285 0 R (1403) 3286 0 R (1405) 3287 0 R (1406) 3288 0 R (1407) 3289 0 R (1409) 3290 0 R (1410) 3291 0 R (1411) 3292 0 R (1413) 3293 0 R (1414) 3294 0 R (1415) 3295 0 R (1417) 3296 0 R (1418) 3297 0 R (1419) 3298 0 R (1421) 3299 0 R (1422) 3300 0 R (1423) 3301 0 R (1425) 3302 0 R (1426) 3303 0 R (1427) 3304 0 R (1429) 3305 0 R (1430) 3306 0 R (1431) 3307 0 R (1433) 3308 0 R (1434) 3309 0 R (1435) 3310 0 R (1437) 3311 0 R (1438) 3312 0 R (1439) 3313 0 R (1440) 3314 0 R (1444) 3321 0 R (1445) 3322 0 R (1446) 3323 0 R (1447) 3324 0 R (1448) 3325 0 R (1449) 3326 0 R (1450) 3327 0 R (1451) 3328 0 R (1452) 3329 0 R (1453) 3330 0 R (1454) 3331 0 R (1455) 3332 0 R (1456) 3333 0 R (1460) 3335 0 R (1463) 3336 0 R (1464) 3337 0 R (1466) 3339 0 R (1468) 3341 0 R (1472) 3343 0 R (1473) 3344 0 R (1474) 3345 0 R (1475) 3346 0 R (1477) 3348 0 R (1478) 3354 0 R (1480) 3356 0 R (1481) 3357 0 R (1482) 3358 0 R (1483) 3359 0 R (1484) 3360 0 R (1485) 3361 0 R (1486) 3362 0 R (1487) 3363 0 R (1488) 3364 0 R (1489) 3365 0 R (1490) 3366 0 R (1491) 3367 0 R (1492) 3368 0 R (1493) 3369 0 R (1494) 3370 0 R (1495) 3371 0 R (1496) 3372 0 R (1497) 3373 0 R (1498) 3374 0 R (1499) 3375 0 R (15.0) 1098 0 R (15.76.108.2) 1102 0 R (1500) 3376 0 R (1501) 3377 0 R (1502) 3378 0 R (1505) 3379 0 R (1506) 3380 0 R (1507) 3381 0 R (1508) 3382 0 R (1509) 3383 0 R (1510) 3384 0 R (1511) 3389 0 R (1512) 3390 0 R (1513) 3391 0 R (1514) 3392 0 R (1515) 3393 0 R (1516) 3394 0 R (1517) 3395 0 R (1518) 3396 0 R (1519) 3397 0 R (1520) 3398 0 R (1521) 3399 0 R (1522) 3400 0 R (1523) 3401 0 R (1524) 3402 0 R (1525) 3403 0 R (1526) 3404 0 R (1527) 3405 0 R (1528) 3406 0 R (1529) 3407 0 R (1530) 3408 0 R (1531) 3413 0 R (1532) 3414 0 R (1533) 3415 0 R (1534) 3416 0 R (1535) 3417 0 R (1536) 3418 0 R (1540) 3420 0 R (1541) 3421 0 R (1542) 3422 0 R (1543) 3423 0 R (1544) 3424 0 R (1545) 3425 0 R (1546) 3426 0 R (1547) 3427 0 R (1548) 3428 0 R (1549) 3429 0 R (1550) 3430 0 R (1551) 3431 0 R (1552) 3432 0 R (1553) 3433 0 R (1554) 3434 0 R (1555) 3435 0 R (1556) 3436 0 R (1557) 3437 0 R (1558) 3438 0 R (1559) 3439 0 R (1560) 3440 0 R (1563) 3446 0 R (1564) 3447 0 R (1565) 3448 0 R (1566) 3449 0 R (1567) 3450 0 R (1568) 3451 0 R (1569) 3452 0 R (1570) 3453 0 R (1571) 3454 0 R (1574) 3455 0 R (1575) 3456 0 R (1576) 3457 0 R (1577) 3458 0 R (1578) 3459 0 R (1579) 3460 0 R (1580) 3461 0 R (1581) 3462 0 R (1582) 3463 0 R (1583) 3464 0 R (1584) 3465 0 R (1585) 3466 0 R (1586) 3467 0 R (1589) 3468 0 R (1590) 3469 0 R (1591) 3470 0 R (1592) 3471 0 R (1595) 3476 0 R (1596) 3477 0 R (1597) 3478 0 R (1598) 3445 0 R (16.0) 1106 0 R (16.76.109.2) 1110 0 R (16.76.109.54.3) 1114 0 R (1605) 3479 0 R (1606) 3480 0 R (1607) 3481 0 R (1608) 3482 0 R (1609) 3483 0 R (1610) 3484 0 R (1611) 3485 0 R (1612) 3486 0 R (1613) 3487 0 R (1614) 3488 0 R (1615) 3489 0 R (1616) 3490 0 R (1617) 3491 0 R (1618) 3492 0 R (1619) 3493 0 R (1620) 3494 0 R (1621) 3495 0 R (1626) 3496 0 R (1627) 3497 0 R (1629) 3498 0 R (1630) 3499 0 R (1631) 3500 0 R (1632) 3501 0 R (1634) 3502 0 R (1635) 3503 0 R (1636) 3504 0 R (1637) 3505 0 R (1638) 3506 0 R (1640) 3507 0 R (1641) 3508 0 R (1642) 3509 0 R (1643) 3510 0 R (1644) 3511 0 R (1645) 3512 0 R (1646) 3513 0 R (1649) 3514 0 R (1650) 3515 0 R (1651) 3516 0 R (1652) 3517 0 R (1653) 3518 0 R (1654) 3523 0 R (1655) 3524 0 R (1656) 3525 0 R (1657) 3526 0 R (1658) 3527 0 R (1659) 3528 0 R (1662) 3529 0 R (1665) 3530 0 R (1666) 3531 0 R (1667) 3532 0 R (1668) 3533 0 R (1669) 3534 0 R (1670) 3535 0 R (1671) 3536 0 R (1672) 3537 0 R (1673) 3538 0 R (1674) 3539 0 R (1675) 3540 0 R (1676) 3541 0 R (1677) 3542 0 R (1678) 3543 0 R (1679) 3544 0 R (1680) 3545 0 R (1681) 3546 0 R (1682) 3547 0 R (1683) 3548 0 R (1686) 3549 0 R (1687) 3550 0 R (1688) 3551 0 R (1689) 3552 0 R (1690) 3553 0 R (1693) 3554 0 R (1694) 3555 0 R (1695) 3556 0 R (1696) 3557 0 R (1697) 3558 0 R (17.0) 1118 0 R (17.76.110.2) 1122 0 R (17.76.111.2) 1126 0 R (17.76.112.2) 1130 0 R (1700) 3564 0 R (1701) 3565 0 R (1705) 3567 0 R (1706) 3568 0 R (1709) 3570 0 R (1712) 3572 0 R (1713) 3573 0 R (1714) 3574 0 R (1717) 3576 0 R (1718) 3577 0 R (1719) 3578 0 R (1720) 3579 0 R (1721) 3580 0 R (1722) 3581 0 R (1723) 3582 0 R (1724) 3583 0 R (1725) 3584 0 R (1726) 3585 0 R (1727) 3586 0 R (1728) 3587 0 R (1729) 3588 0 R (1730) 3589 0 R (1731) 3590 0 R (1732) 3591 0 R (1733) 3592 0 R (1734) 3593 0 R (1735) 3594 0 R (1736) 3595 0 R (1737) 3596 0 R (1738) 3597 0 R (1739) 3598 0 R (1740) 3599 0 R (1741) 3600 0 R (1742) 3601 0 R (1743) 3602 0 R (1744) 3603 0 R (1745) 3604 0 R (1746) 3605 0 R (1747) 3606 0 R (1750) 3612 0 R (1751) 3613 0 R (1752) 3614 0 R (1755) 3616 0 R (1756) 3617 0 R (1759) 3619 0 R (1760) 3620 0 R (1761) 3621 0 R (1762) 3622 0 R (1763) 3623 0 R (1764) 3624 0 R (1767) 3626 0 R (1768) 3627 0 R (1771) 3629 0 R (1772) 3630 0 R (1773) 3631 0 R (1774) 3632 0 R (1777) 3634 0 R (1780) 3636 0 R (1781) 3637 0 R (1782) 3638 0 R (1783) 3639 0 R (1786) 3645 0 R (1787) 3646 0 R (1790) 3647 0 R (1791) 3648 0 R (1792) 3649 0 R (1793) 3650 0 R (1794) 3651 0 R (1795) 3652 0 R (1796) 3653 0 R (1797) 3654 0 R (18.0) 1134 0 R (18.76.113.2) 1138 0 R (18.76.114.2) 1142 0 R (18.76.115.2) 1146 0 R (18.76.116.2) 1150 0 R (1800) 3655 0 R (1801) 3656 0 R (1803) 3658 0 R (1806) 3659 0 R (1807) 3660 0 R (1808) 3661 0 R (1809) 3666 0 R (1810) 3667 0 R (1813) 3668 0 R (1814) 3669 0 R (1815) 3670 0 R (1816) 3671 0 R (1817) 3672 0 R (1818) 3673 0 R (1819) 3674 0 R (182) 2156 0 R (1820) 3675 0 R (1821) 3676 0 R (1822) 3677 0 R (1823) 3678 0 R (1824) 3679 0 R (1825) 3680 0 R (1826) 3681 0 R (183) 2157 0 R (1834) 3685 0 R (1835) 3686 0 R (1836) 3687 0 R (1837) 3688 0 R (1838) 3689 0 R (1839) 3690 0 R (1841) 3692 0 R (1842) 3693 0 R (1843) 3694 0 R (1844) 3695 0 R (1845) 3696 0 R (1846) 3697 0 R (1849) 3698 0 R (1853) 3700 0 R (1856) 3706 0 R (1857) 3707 0 R (1860) 3708 0 R (1861) 3709 0 R (1862) 3710 0 R (1865) 3711 0 R (1866) 3712 0 R (1867) 3713 0 R (1868) 3714 0 R (1869) 3715 0 R (1870) 3716 0 R (1871) 3717 0 R (1874) 3718 0 R (1875) 3719 0 R (1878) 3720 0 R (1879) 3705 0 R (188) 2162 0 R (1880) 3725 0 R (1881) 3726 0 R (1882) 3727 0 R (1883) 3728 0 R (1884) 3729 0 R (1885) 3730 0 R (1886) 3731 0 R (1887) 3732 0 R (1888) 3733 0 R (1889) 3734 0 R (189) 2163 0 R (1890) 3735 0 R (1891) 3736 0 R (1892) 3737 0 R (1893) 3738 0 R (1896) 3739 0 R (1897) 3740 0 R (1898) 3741 0 R (1899) 3742 0 R (19.0) 1154 0 R (19.76.117.2) 1158 0 R (19.76.118.2) 1162 0 R (190) 2164 0 R (1900) 3743 0 R (1901) 3744 0 R (1904) 3745 0 R (1905) 3746 0 R (1906) 3747 0 R (1907) 3748 0 R (1908) 3754 0 R (1909) 3755 0 R (191) 2168 0 R (1910) 3756 0 R (1912) 3759 0 R (1913) 3760 0 R (1915) 3762 0 R (1916) 3763 0 R (1918) 3765 0 R (1919) 3766 0 R (1921) 3768 0 R (1922) 3769 0 R (1923) 3770 0 R (1926) 3771 0 R (1927) 3772 0 R (1928) 3773 0 R (1929) 3774 0 R (193) 2171 0 R (1930) 3775 0 R (1931) 3776 0 R (1932) 3777 0 R (1933) 3778 0 R (1934) 3779 0 R (1935) 3780 0 R (1936) 3781 0 R (1937) 3782 0 R (1938) 3783 0 R (1939) 3784 0 R (194) 2172 0 R (1940) 3785 0 R (1941) 3790 0 R (1942) 3791 0 R (1943) 3792 0 R (1947) 3794 0 R (1948) 3795 0 R (1949) 3796 0 R (195) 2173 0 R (1950) 3797 0 R (1951) 3798 0 R (1953) 3800 0 R (1954) 3801 0 R (1956) 3802 0 R (1957) 3803 0 R (1958) 3804 0 R (1959) 3805 0 R (196) 2174 0 R (1961) 3806 0 R (1962) 3807 0 R (1963) 3808 0 R (1964) 3809 0 R (1966) 3810 0 R (1967) 3811 0 R (1968) 3812 0 R (1969) 3813 0 R (197) 2175 0 R (1971) 3814 0 R (1972) 3815 0 R (1973) 3816 0 R (1974) 3817 0 R (1976) 3823 0 R (1977) 3824 0 R (1978) 3825 0 R (1979) 3826 0 R (198) 2176 0 R (1982) 3828 0 R (1983) 3829 0 R (1984) 3830 0 R (1985) 3831 0 R (1989) 3833 0 R (199) 2177 0 R (1990) 3834 0 R (1991) 3835 0 R (1992) 3836 0 R (1994) 3838 0 R (1995) 3839 0 R (1997) 3841 0 R (1998) 3842 0 R (2.0) 6 0 R (20.0) 1166 0 R (20.76.119.2) 1170 0 R (200) 2178 0 R (2000) 1698 0 R (2002) 3844 0 R (2006) 3846 0 R (2007) 3847 0 R (2008) 3852 0 R (2009) 3853 0 R (201) 2179 0 R (2010) 3854 0 R (2011) 3822 0 R (2012) 3855 0 R (2013) 3856 0 R (2016) 3857 0 R (2017) 3858 0 R (2018) 3859 0 R (2019) 3860 0 R (2020) 3861 0 R (2021) 3862 0 R (2024) 3863 0 R (2025) 3864 0 R (2026) 3865 0 R (2027) 3866 0 R (2028) 3867 0 R (2029) 3868 0 R (2030) 3869 0 R (2033) 3875 0 R (2034) 3876 0 R (2036) 3878 0 R (2037) 3879 0 R (2038) 3880 0 R (2039) 3881 0 R (204) 2181 0 R (2042) 3882 0 R (2043) 3883 0 R (2044) 3884 0 R (2045) 3885 0 R (2047) 3887 0 R (2048) 3888 0 R (2050) 3890 0 R (2051) 3891 0 R (2053) 3893 0 R (2055) 3895 0 R (2056) 3896 0 R (2057) 3897 0 R (2058) 3898 0 R (2059) 3899 0 R (2062) 3900 0 R (2063) 3901 0 R (2064) 3902 0 R (2065) 3874 0 R (2066) 3908 0 R (2067) 3909 0 R (2068) 3910 0 R (2069) 3911 0 R (207) 2183 0 R (2070) 3912 0 R (2071) 3913 0 R (2072) 3914 0 R (2073) 3915 0 R (2074) 3916 0 R (2075) 3917 0 R (2078) 3918 0 R (2079) 3919 0 R (2080) 3920 0 R (2081) 3921 0 R (2082) 3922 0 R (2083) 3923 0 R (2084) 3924 0 R (2085) 3925 0 R (2086) 3926 0 R (2087) 3927 0 R (2088) 3928 0 R (2089) 3929 0 R (2090) 3930 0 R (2091) 3931 0 R (2092) 3932 0 R (2093) 3933 0 R (2094) 3934 0 R (2095) 3940 0 R (2096) 3941 0 R (2097) 3907 0 R (2098) 3942 0 R (21.0) 1174 0 R (21.76.120.2) 1178 0 R (210) 2185 0 R (2101) 3943 0 R (2102) 3944 0 R (2103) 3945 0 R (2104) 3946 0 R (2105) 3947 0 R (2106) 3948 0 R (2107) 3949 0 R (2108) 3950 0 R (2109) 3951 0 R (2110) 3952 0 R (2111) 3953 0 R (2112) 3954 0 R (2113) 3955 0 R (2114) 3956 0 R (2118) 3958 0 R (2119) 3959 0 R (2120) 3960 0 R (2121) 3961 0 R (2122) 3962 0 R (2123) 3967 0 R (2124) 3968 0 R (2125) 3969 0 R (2126) 3970 0 R (2127) 3971 0 R (213) 2187 0 R (2130) 3976 0 R (2131) 3977 0 R (2132) 3978 0 R (2137) 3979 0 R (2140) 3980 0 R (2142) 3982 0 R (2143) 3983 0 R (2144) 3984 0 R (2145) 3985 0 R (2147) 3987 0 R (2148) 3988 0 R (2149) 3989 0 R (2150) 3990 0 R (2151) 3991 0 R (2152) 3992 0 R (2153) 3993 0 R (2154) 3994 0 R (2155) 3995 0 R (2156) 3996 0 R (2157) 3997 0 R (216) 2189 0 R (2161) 3998 0 R (2162) 3999 0 R (2167) 4006 0 R (2173) 4008 0 R (2174) 4009 0 R (2175) 4010 0 R (2176) 4011 0 R (2180) 4013 0 R (2181) 4014 0 R (2182) 4015 0 R (2183) 4016 0 R (2184) 4017 0 R (2188) 4019 0 R (2189) 4020 0 R (219) 2191 0 R (2191) 4021 0 R (2192) 4022 0 R (2193) 4023 0 R (2194) 4024 0 R (2195) 4025 0 R (2196) 4026 0 R (22.0) 1182 0 R (22.76.121.2) 1186 0 R (22.76.122.2) 1190 0 R (2201) 4028 0 R (2205) 4031 0 R (2206) 4032 0 R (2207) 4033 0 R (2212) 4038 0 R (2213) 4039 0 R (2214) 4040 0 R (2215) 4041 0 R (2219) 4044 0 R (2220) 4045 0 R (2221) 4046 0 R (2222) 4047 0 R (2223) 4048 0 R (2224) 4049 0 R (2226) 4050 0 R (2227) 4051 0 R (2228) 4052 0 R (2229) 4053 0 R (223) 2192 0 R (2230) 4054 0 R (2231) 4055 0 R (2232) 4056 0 R (2233) 4057 0 R (2234) 4058 0 R (2235) 4059 0 R (2236) 4060 0 R (2237) 4061 0 R (2239) 4062 0 R (224) 2193 0 R (2240) 4063 0 R (2241) 4064 0 R (2242) 4065 0 R (2243) 4066 0 R (2244) 4067 0 R (2245) 4068 0 R (2246) 4069 0 R (2247) 4070 0 R (2248) 4071 0 R (2249) 4072 0 R (225) 2194 0 R (2250) 4073 0 R (2251) 4074 0 R (2253) 4075 0 R (2254) 4076 0 R (2255) 4077 0 R (2256) 4078 0 R (2257) 4079 0 R (2258) 4080 0 R (2259) 4081 0 R (226) 2195 0 R (2260) 4082 0 R (2261) 4083 0 R (2263) 4084 0 R (2264) 4085 0 R (2265) 4086 0 R (2266) 4087 0 R (2267) 4088 0 R (2268) 4089 0 R (2269) 4090 0 R (2270) 4091 0 R (2271) 4092 0 R (2272) 4093 0 R (2273) 4094 0 R (2274) 4095 0 R (2275) 4096 0 R (2276) 4097 0 R (2277) 4098 0 R (2278) 4099 0 R (2279) 4100 0 R (2280) 4101 0 R (2281) 4102 0 R (2282) 4103 0 R (2283) 4104 0 R (2284) 4105 0 R (2285) 4106 0 R (2286) 4107 0 R (2287) 4108 0 R (2288) 4109 0 R (2289) 4115 0 R (229) 2200 0 R (2290) 4116 0 R (2291) 4117 0 R (2292) 4118 0 R (2293) 4119 0 R (2299) 4121 0 R (23.0) 1194 0 R (23.76.123.2) 1198 0 R (23.76.124.2) 1202 0 R (23.76.125.2) 1206 0 R (2300) 4122 0 R (2301) 4123 0 R (2302) 4124 0 R (2303) 4125 0 R (2304) 4126 0 R (2309) 4132 0 R (2310) 4133 0 R (2311) 4134 0 R (2312) 4135 0 R (2315) 4136 0 R (2316) 4137 0 R (2317) 4138 0 R (2318) 4139 0 R (2319) 4140 0 R (232) 2201 0 R (2320) 4141 0 R (2321) 4142 0 R (2322) 4143 0 R (2323) 4144 0 R (2324) 4145 0 R (2325) 4146 0 R (2326) 4147 0 R (2327) 4148 0 R (2328) 4149 0 R (2329) 4150 0 R (233) 2202 0 R (2330) 4151 0 R (2331) 4152 0 R (2332) 4153 0 R (2333) 4154 0 R (2334) 4155 0 R (2335) 4160 0 R (2336) 4161 0 R (2337) 4162 0 R (2338) 4163 0 R (234) 2203 0 R (2341) 4164 0 R (2342) 4165 0 R (2343) 4166 0 R (2344) 4167 0 R (2345) 4168 0 R (2346) 4169 0 R (2347) 4170 0 R (235) 2204 0 R (236) 2205 0 R (2368) 4172 0 R (2369) 4173 0 R (237) 2206 0 R (2370) 4174 0 R (2371) 4175 0 R (2372) 4176 0 R (2373) 4177 0 R (2374) 4178 0 R (2375) 4179 0 R (2376) 4180 0 R (2377) 4181 0 R (2378) 4182 0 R (2379) 4183 0 R (238) 2207 0 R (2380) 4184 0 R (2381) 4185 0 R (2382) 4186 0 R (2383) 4187 0 R (2384) 4188 0 R (2385) 4189 0 R (2386) 4190 0 R (2387) 4191 0 R (2388) 4192 0 R (2389) 4193 0 R (239) 2208 0 R (2390) 4194 0 R (2391) 4195 0 R (2392) 4196 0 R (2393) 4197 0 R (2394) 4198 0 R (2395) 4199 0 R (2396) 4200 0 R (2397) 4201 0 R (2398) 4202 0 R (2399) 4203 0 R (24) 2064 0 R (24.0) 1210 0 R (24.76.126.2) 1214 0 R (240) 2209 0 R (2400) 4204 0 R (2401) 4205 0 R (2402) 4211 0 R (2403) 4212 0 R (2404) 4213 0 R (2405) 4214 0 R (2406) 4215 0 R (2407) 4216 0 R (2408) 4217 0 R (2409) 4218 0 R (2410) 4219 0 R (2411) 4220 0 R (2412) 4221 0 R (2413) 4222 0 R (2414) 4223 0 R (243) 2210 0 R (2435) 4225 0 R (2436) 4226 0 R (2437) 4227 0 R (2438) 4228 0 R (2439) 4229 0 R (244) 2211 0 R (2440) 4230 0 R (2441) 4231 0 R (2442) 4232 0 R (2443) 4233 0 R (2444) 4234 0 R (2445) 4235 0 R (2446) 4236 0 R (2449) 4237 0 R (245) 2212 0 R (2451) 4239 0 R (2452) 4240 0 R (2455) 4246 0 R (246) 2213 0 R (2460) 4247 0 R (2461) 4248 0 R (2462) 4249 0 R (2463) 4250 0 R (2467) 4256 0 R (2468) 4245 0 R (2469) 4257 0 R (247) 2214 0 R (2470) 4258 0 R (2471) 4259 0 R (2472) 4260 0 R (2473) 4261 0 R (2474) 4262 0 R (2475) 4263 0 R (2476) 4264 0 R (2477) 4265 0 R (2478) 4266 0 R (2479) 4267 0 R (2480) 4268 0 R (2481) 4269 0 R (2482) 4270 0 R (2483) 4271 0 R (2486) 4272 0 R (2487) 4273 0 R (2490) 4274 0 R (2491) 4275 0 R (2492) 4276 0 R (2493) 4277 0 R (2494) 4278 0 R (2495) 4279 0 R (2496) 4280 0 R (2497) 4281 0 R (2498) 4282 0 R (2499) 4283 0 R (25) 2065 0 R (25.0) 1218 0 R (25.76.127.2) 1222 0 R (25.76.128.2) 1226 0 R (250) 2215 0 R (2500) 4284 0 R (2501) 4285 0 R (2502) 4290 0 R (2505) 4291 0 R (2506) 4292 0 R (2507) 4293 0 R (2508) 4294 0 R (2509) 4295 0 R (251) 2216 0 R (2510) 4296 0 R (2513) 4297 0 R (2514) 4298 0 R (2515) 4299 0 R (2516) 4300 0 R (2517) 4301 0 R (2520) 4302 0 R (2523) 4303 0 R (2524) 4304 0 R (2525) 4305 0 R (253) 2218 0 R (254) 2219 0 R (2546) 4312 0 R (2549) 4313 0 R (255) 2220 0 R (2550) 4314 0 R (2552) 4316 0 R (2553) 4317 0 R (2554) 4318 0 R (2555) 4319 0 R (2560) 4320 0 R (2561) 4321 0 R (2562) 4322 0 R (2563) 4323 0 R (2564) 4324 0 R (2565) 4325 0 R (2566) 4326 0 R (2567) 4327 0 R (2568) 4328 0 R (2569) 4329 0 R (2570) 4330 0 R (2571) 4331 0 R (2572) 4332 0 R (2573) 4333 0 R (2574) 4338 0 R (2575) 4339 0 R (2576) 4340 0 R (2577) 4341 0 R (2578) 4342 0 R (2579) 4343 0 R (258) 2221 0 R (2580) 4344 0 R (2581) 4345 0 R (2582) 4346 0 R (2583) 4347 0 R (2584) 4348 0 R (2585) 4349 0 R (2586) 4350 0 R (2587) 4351 0 R (2588) 4352 0 R (2589) 4353 0 R (259) 2222 0 R (2592) 4354 0 R (2593) 4355 0 R (2594) 4356 0 R (2597) 4361 0 R (2598) 4362 0 R (2599) 4363 0 R (26) 2066 0 R (26.0) 1230 0 R (26.76.129.2) 1234 0 R (26.76.130.2) 1238 0 R (260) 2223 0 R (2600) 4364 0 R (2601) 4365 0 R (2602) 4366 0 R (2603) 4367 0 R (2604) 4368 0 R (2605) 4369 0 R (2606) 4370 0 R (2609) 4371 0 R (261) 2224 0 R (2610) 4372 0 R (2611) 4373 0 R (262) 2230 0 R (2621) 4375 0 R (2624) 4381 0 R (2627) 4382 0 R (263) 2231 0 R (2630) 4383 0 R (2633) 4384 0 R (2636) 4385 0 R (2637) 4386 0 R (264) 2232 0 R (2640) 4387 0 R (2643) 4388 0 R (2644) 1849 0 R (2646) 4394 0 R (2647) 4395 0 R (2648) 4380 0 R (265) 2233 0 R (2657) 4397 0 R (266) 2234 0 R (2660) 4398 0 R (2661) 4399 0 R (2664) 4400 0 R (2667) 4401 0 R (2668) 4402 0 R (2669) 4403 0 R (267) 2235 0 R (2672) 4408 0 R (2673) 4409 0 R (2674) 4393 0 R (2676) 4410 0 R (2677) 4411 0 R (2678) 4412 0 R (268) 2236 0 R (2681) 4413 0 R (2684) 4414 0 R (2685) 4415 0 R (2686) 4416 0 R (2687) 4417 0 R (2688) 4418 0 R (2689) 4419 0 R (2690) 4420 0 R (2691) 4421 0 R (2692) 4422 0 R (2693) 4423 0 R (2694) 4424 0 R (2695) 4425 0 R (2696) 4426 0 R (2697) 4427 0 R (2698) 4428 0 R (2699) 4429 0 R (27.0) 1242 0 R (27.76.131.2) 1246 0 R (27.76.132.2) 1250 0 R (2700) 4430 0 R (2701) 4431 0 R (2702) 4432 0 R (2703) 4433 0 R (2704) 4434 0 R (2705) 4435 0 R (2708) 4436 0 R (2709) 4437 0 R (271) 2237 0 R (2710) 4438 0 R (2711) 4439 0 R (2712) 4440 0 R (2713) 4446 0 R (2714) 4447 0 R (2715) 4448 0 R (2716) 4449 0 R (2717) 4450 0 R (2718) 4451 0 R (2719) 4452 0 R (272) 2238 0 R (2720) 4453 0 R (2721) 4454 0 R (2722) 4455 0 R (2723) 4456 0 R (2724) 4457 0 R (2725) 4458 0 R (2726) 4459 0 R (2727) 4460 0 R (2728) 4461 0 R (2729) 4462 0 R (2730) 4463 0 R (2731) 4464 0 R (2732) 4465 0 R (2733) 4466 0 R (2734) 4467 0 R (2735) 4468 0 R (2736) 4469 0 R (2737) 4470 0 R (2738) 4471 0 R (2739) 4472 0 R (274) 2240 0 R (2740) 4473 0 R (2741) 4474 0 R (2742) 4475 0 R (2743) 4476 0 R (2744) 4477 0 R (2745) 4478 0 R (2746) 4479 0 R (2747) 4480 0 R (2748) 4481 0 R (2749) 4487 0 R (275) 2241 0 R (2750) 4488 0 R (2751) 4489 0 R (2752) 4490 0 R (2755) 4491 0 R (2759) 4493 0 R (276) 2242 0 R (2760) 4494 0 R (2761) 4495 0 R (2764) 4496 0 R (2765) 4497 0 R (2766) 4498 0 R (2767) 4499 0 R (2769) 4500 0 R (277) 2243 0 R (2770) 4501 0 R (2771) 4502 0 R (2773) 4503 0 R (2774) 4504 0 R (2775) 4505 0 R (2777) 4506 0 R (2778) 4507 0 R (2779) 4508 0 R (278) 2244 0 R (2781) 4509 0 R (2782) 4510 0 R (2783) 4511 0 R (2785) 4512 0 R (2786) 4513 0 R (2787) 4514 0 R (2789) 4515 0 R (279) 2245 0 R (2790) 4516 0 R (2791) 4517 0 R (2793) 4518 0 R (2794) 4519 0 R (2795) 4520 0 R (2797) 4525 0 R (2798) 4526 0 R (2799) 4527 0 R (28) 2068 0 R (28.0) 1254 0 R (28.76.133.2) 1258 0 R (280) 2246 0 R (2801) 4486 0 R (2802) 4528 0 R (2803) 4529 0 R (2805) 4530 0 R (2806) 4531 0 R (2807) 4532 0 R (2809) 4533 0 R (281) 2247 0 R (2810) 4534 0 R (2811) 4535 0 R (2813) 4536 0 R (2814) 4537 0 R (2815) 4538 0 R (2817) 4539 0 R (2818) 4540 0 R (2819) 4541 0 R (2820) 4542 0 R (2821) 4543 0 R (2825) 4545 0 R (2828) 4546 0 R (2829) 4547 0 R (2830) 4548 0 R (2831) 4549 0 R (2832) 4550 0 R (2835) 4555 0 R (2836) 4556 0 R (2837) 4557 0 R (2838) 4558 0 R (2839) 4559 0 R (284) 2250 0 R (2840) 4560 0 R (2841) 1958 0 R (2843) 4561 0 R (2844) 4562 0 R (2845) 4563 0 R (2846) 4564 0 R (2847) 4565 0 R (285) 2251 0 R (2850) 4566 0 R (2851) 4572 0 R (2854) 4573 0 R (2855) 4574 0 R (2856) 4575 0 R (2857) 4576 0 R (2858) 4577 0 R (2859) 4578 0 R (286) 2252 0 R (2860) 4579 0 R (2861) 4580 0 R (2864) 4581 0 R (2865) 4582 0 R (2866) 4587 0 R (2867) 4588 0 R (2868) 4571 0 R (2869) 4589 0 R (287) 2253 0 R (2871) 4591 0 R (2872) 4592 0 R (2876) 4594 0 R (2877) 4595 0 R (2878) 4596 0 R (288) 2254 0 R (2881) 4597 0 R (2882) 4598 0 R (2883) 4599 0 R (2884) 4600 0 R (2885) 4606 0 R (2886) 4607 0 R (2887) 4608 0 R (2888) 4609 0 R (289) 2255 0 R (2891) 4610 0 R (2892) 4611 0 R (2893) 4612 0 R (2895) 4614 0 R (2896) 4615 0 R (2897) 4616 0 R (2898) 4617 0 R (2899) 4618 0 R (290) 2256 0 R (2900) 4619 0 R (2901) 1965 0 R (2903) 4624 0 R (2904) 4625 0 R (2905) 4626 0 R (291) 2257 0 R (2910) 4631 0 R (2911) 4632 0 R (2912) 4633 0 R (2913) 4634 0 R (2914) 4635 0 R (2915) 4636 0 R (2916) 4637 0 R (2917) 4638 0 R (2918) 4639 0 R (2919) 4640 0 R (292) 2258 0 R (2920) 4641 0 R (2923) 4642 0 R (2924) 4643 0 R (2928) 4645 0 R (2929) 4646 0 R (293) 2259 0 R (2930) 4647 0 R (2931) 4648 0 R (2932) 4649 0 R (2933) 4650 0 R (2934) 4651 0 R (2935) 4652 0 R (2936) 4653 0 R (2937) 4654 0 R (294) 2260 0 R (2940) 4660 0 R (2941) 4661 0 R (2942) 4662 0 R (2943) 4663 0 R (2944) 4664 0 R (2945) 4665 0 R (2946) 4666 0 R (2947) 4667 0 R (2948) 4668 0 R (2949) 4669 0 R (295) 2229 0 R (2950) 4670 0 R (2951) 4671 0 R (2952) 4672 0 R (2953) 4673 0 R (2954) 4674 0 R (2955) 4675 0 R (2956) 4676 0 R (2957) 4677 0 R (2958) 4678 0 R (2959) 4679 0 R (296) 2264 0 R (2960) 4680 0 R (2961) 4681 0 R (2962) 4682 0 R (2963) 4683 0 R (2966) 4684 0 R (2967) 4685 0 R (2968) 4686 0 R (2969) 4659 0 R (297) 2265 0 R (2971) 4692 0 R (2972) 4693 0 R (2973) 4694 0 R (2974) 4695 0 R (2975) 4696 0 R (2978) 4697 0 R (2979) 4698 0 R (298) 2266 0 R (2980) 4699 0 R (2981) 4700 0 R (2982) 4701 0 R (2983) 4702 0 R (2984) 4703 0 R (2985) 4704 0 R (2986) 4705 0 R (2987) 4706 0 R (2988) 4707 0 R (2989) 4708 0 R (299) 2267 0 R (2990) 4709 0 R (2991) 4710 0 R (2992) 4711 0 R (2993) 4712 0 R (2994) 4713 0 R (2997) 4719 0 R (2998) 4691 0 R (3.0) 10 0 R (300) 2268 0 R (3000) 4720 0 R (3001) 4721 0 R (3002) 4722 0 R (3003) 4723 0 R (3004) 4724 0 R (3005) 4725 0 R (3006) 4726 0 R (3007) 4727 0 R (3008) 4728 0 R (3009) 4729 0 R (301) 2269 0 R (3010) 4730 0 R (3011) 4731 0 R (3012) 4732 0 R (3013) 4733 0 R (3014) 4734 0 R (3015) 4735 0 R (3016) 4736 0 R (3017) 4737 0 R (3018) 4738 0 R (3019) 4739 0 R (302) 2270 0 R (3020) 4740 0 R (3021) 4741 0 R (3022) 4742 0 R (3023) 4743 0 R (3024) 4744 0 R (3025) 4745 0 R (3026) 4746 0 R (3027) 4747 0 R (3028) 4748 0 R (3029) 4749 0 R (303) 2271 0 R (3030) 4750 0 R (3031) 4751 0 R (3032) 4718 0 R (3034) 4757 0 R (3035) 4758 0 R (3036) 4759 0 R (3037) 4760 0 R (3038) 4761 0 R (3039) 4762 0 R (304) 2272 0 R (3042) 4763 0 R (3043) 4764 0 R (3046) 4765 0 R (3047) 4766 0 R (3048) 4767 0 R (3049) 4768 0 R (305) 2273 0 R (3050) 4769 0 R (3051) 4770 0 R (3052) 4775 0 R (3053) 4776 0 R (3054) 4777 0 R (3055) 4778 0 R (3056) 4779 0 R (3057) 4780 0 R (3058) 4781 0 R (3059) 4782 0 R (3060) 4783 0 R (3061) 4784 0 R (3062) 4785 0 R (3063) 4786 0 R (3064) 4787 0 R (3065) 4788 0 R (3066) 4789 0 R (3067) 4790 0 R (3068) 4791 0 R (3069) 4792 0 R (307) 2275 0 R (3074) 4794 0 R (3075) 4795 0 R (3076) 4796 0 R (3077) 4797 0 R (3078) 4798 0 R (3079) 4799 0 R (308) 2276 0 R (3080) 4800 0 R (3081) 4801 0 R (3082) 4802 0 R (3083) 4803 0 R (3084) 4804 0 R (3085) 4805 0 R (3086) 4811 0 R (3087) 4812 0 R (3088) 4813 0 R (3089) 4814 0 R (309) 2277 0 R (3090) 4815 0 R (3091) 4816 0 R (3092) 4817 0 R (3093) 4818 0 R (3094) 4819 0 R (3095) 4820 0 R (3096) 4821 0 R (3097) 4822 0 R (3098) 4823 0 R (3099) 4824 0 R (31) 2069 0 R (310) 2278 0 R (3100) 4825 0 R (3101) 4826 0 R (3102) 4827 0 R (3103) 4828 0 R (3104) 4829 0 R (3105) 4830 0 R (3106) 4831 0 R (3107) 4832 0 R (3108) 4833 0 R (3109) 4834 0 R (311) 2279 0 R (3110) 4835 0 R (3111) 4836 0 R (3112) 4837 0 R (3115) 4843 0 R (3116) 4844 0 R (3117) 4810 0 R (3118) 4845 0 R (3119) 4846 0 R (312) 2280 0 R (3120) 4847 0 R (3121) 4848 0 R (3122) 4849 0 R (3123) 4850 0 R (3124) 4851 0 R (3125) 4852 0 R (3126) 4853 0 R (3127) 4854 0 R (3128) 4855 0 R (3129) 4856 0 R (3130) 4857 0 R (3131) 4858 0 R (3132) 4842 0 R (3134) 4863 0 R (3135) 4864 0 R (3136) 4865 0 R (3137) 4866 0 R (314) 2282 0 R (3142) 4867 0 R (3147) 4871 0 R (3148) 4872 0 R (3149) 4873 0 R (315) 2283 0 R (3150) 4874 0 R (3151) 4875 0 R (3152) 4876 0 R (3153) 4881 0 R (3154) 4882 0 R (3157) 4883 0 R (3158) 4884 0 R (3159) 4885 0 R (316) 2284 0 R (3160) 4886 0 R (3161) 4887 0 R (3164) 4888 0 R (3165) 4889 0 R (3168) 4890 0 R (3169) 4891 0 R (317) 2285 0 R (3170) 4892 0 R (3173) 4898 0 R (3176) 4899 0 R (3177) 4900 0 R (3178) 4901 0 R (3179) 4902 0 R (318) 2286 0 R (3182) 4905 0 R (3183) 4906 0 R (3184) 4907 0 R (3185) 4908 0 R (3186) 4909 0 R (3189) 4910 0 R (319) 2287 0 R (3190) 4911 0 R (3191) 4912 0 R (3192) 4913 0 R (3193) 4914 0 R (3197) 4915 0 R (3198) 4916 0 R (3199) 4917 0 R (32) 2070 0 R (320) 2288 0 R (3200) 4918 0 R (3201) 4919 0 R (3202) 4920 0 R (3203) 4925 0 R (3206) 4926 0 R (3207) 4927 0 R (3208) 4928 0 R (3209) 4929 0 R (3210) 4930 0 R (3211) 4931 0 R (3212) 4932 0 R (3213) 4933 0 R (3216) 4934 0 R (3217) 4935 0 R (3218) 4936 0 R (3219) 4937 0 R (322) 2290 0 R (3220) 4938 0 R (3221) 4939 0 R (3222) 4940 0 R (3223) 4941 0 R (3224) 4942 0 R (3225) 4943 0 R (3228) 4944 0 R (3229) 4945 0 R (323) 2291 0 R (3230) 4950 0 R (3231) 4951 0 R (3232) 4952 0 R (3233) 4953 0 R (3236) 4955 0 R (3237) 4956 0 R (3238) 4957 0 R (3239) 4958 0 R (324) 2292 0 R (3240) 4959 0 R (3243) 4961 0 R (3244) 4962 0 R (3245) 4963 0 R (3246) 4964 0 R (3247) 4965 0 R (3248) 4966 0 R (3249) 4967 0 R (325) 2293 0 R (3252) 4968 0 R (3253) 4969 0 R (3254) 4974 0 R (3255) 4975 0 R (3256) 4976 0 R (3260) 4977 0 R (3261) 4978 0 R (3262) 4979 0 R (3263) 4980 0 R (3267) 4982 0 R (3268) 4983 0 R (3269) 4984 0 R (327) 2295 0 R (3270) 4985 0 R (3271) 4986 0 R (3274) 4991 0 R (3275) 4992 0 R (3278) 4993 0 R (3279) 4994 0 R (328) 2296 0 R (3280) 4995 0 R (3281) 4996 0 R (3282) 4997 0 R (3283) 4998 0 R (3284) 4999 0 R (3285) 5000 0 R (3286) 5001 0 R (3287) 5002 0 R (3288) 5003 0 R (3289) 5004 0 R (3290) 5005 0 R (3291) 5006 0 R (3292) 5007 0 R (3293) 5008 0 R (3294) 5009 0 R (3295) 5010 0 R (3296) 5011 0 R (3297) 5012 0 R (3298) 5013 0 R (3299) 5014 0 R (33) 2071 0 R (330) 2298 0 R (3300) 5015 0 R (3301) 5016 0 R (3302) 5017 0 R (3303) 5018 0 R (3304) 5019 0 R (3305) 5020 0 R (3306) 5021 0 R (3309) 5022 0 R (331) 2299 0 R (3310) 5023 0 R (3311) 5024 0 R (3312) 5025 0 R (3313) 5026 0 R (3314) 5027 0 R (3315) 5028 0 R (3316) 5029 0 R (3317) 5030 0 R (3322) 5035 0 R (3323) 5036 0 R (3324) 5037 0 R (3325) 5038 0 R (3326) 5039 0 R (3327) 5040 0 R (3328) 5041 0 R (3329) 5042 0 R (333) 2301 0 R (3330) 5043 0 R (3331) 5044 0 R (3332) 5045 0 R (3333) 5046 0 R (3334) 5047 0 R (3335) 5048 0 R (3339) 5050 0 R (334) 2302 0 R (3340) 5051 0 R (3341) 5052 0 R (3342) 5053 0 R (3343) 5054 0 R (3344) 5055 0 R (3345) 5056 0 R (3346) 5057 0 R (3347) 5058 0 R (3348) 5059 0 R (3349) 5060 0 R (3350) 5066 0 R (3351) 5067 0 R (3352) 5068 0 R (3353) 5069 0 R (3354) 5070 0 R (3355) 5071 0 R (3356) 5072 0 R (3357) 5073 0 R (3358) 5074 0 R (3359) 5075 0 R (336) 2304 0 R (3360) 5076 0 R (3361) 5077 0 R (3362) 5078 0 R (3363) 5079 0 R (3364) 5080 0 R (3365) 5081 0 R (3366) 5082 0 R (3367) 5083 0 R (3368) 5084 0 R (3369) 5085 0 R (337) 2305 0 R (3370) 5086 0 R (3371) 5087 0 R (3372) 5088 0 R (3373) 5089 0 R (3374) 5090 0 R (3375) 5091 0 R (3376) 5096 0 R (3377) 5097 0 R (3378) 5098 0 R (3379) 5099 0 R (338) 2306 0 R (3380) 5100 0 R (3381) 5101 0 R (3382) 5102 0 R (3383) 5103 0 R (3384) 5104 0 R (3385) 5105 0 R (3386) 5106 0 R (3389) 5107 0 R (339) 2307 0 R (3390) 5108 0 R (3391) 5109 0 R (3392) 5110 0 R (3393) 5111 0 R (3394) 5112 0 R (3395) 5113 0 R (3396) 5114 0 R (3397) 5115 0 R (3398) 5116 0 R (3399) 5117 0 R (340) 2308 0 R (3400) 5118 0 R (3401) 5119 0 R (3402) 5120 0 R (3403) 5121 0 R (3404) 5122 0 R (3405) 5127 0 R (3406) 5128 0 R (3407) 5129 0 R (3408) 5130 0 R (3409) 5131 0 R (341) 2309 0 R (3410) 5132 0 R (3411) 5133 0 R (3412) 5134 0 R (3415) 5139 0 R (3416) 5140 0 R (3417) 5141 0 R (3420) 5142 0 R (3421) 5143 0 R (3422) 5144 0 R (3425) 5145 0 R (3426) 5146 0 R (3427) 5147 0 R (3428) 5148 0 R (3429) 5149 0 R (343) 2311 0 R (3430) 5150 0 R (3431) 5155 0 R (3432) 5156 0 R (3435) 5157 0 R (3436) 5158 0 R (3439) 5159 0 R (344) 2312 0 R (3440) 5160 0 R (3441) 5161 0 R (3442) 5167 0 R (3445) 5168 0 R (3446) 5169 0 R (3447) 5170 0 R (3448) 5171 0 R (3449) 5172 0 R (345) 2313 0 R (3450) 5173 0 R (3451) 5174 0 R (3452) 5175 0 R (3453) 5176 0 R (3454) 5177 0 R (3455) 5178 0 R (3456) 5179 0 R (3457) 5180 0 R (3458) 5181 0 R (3459) 5182 0 R (346) 2314 0 R (3460) 5183 0 R (3461) 5184 0 R (3462) 5185 0 R (3463) 5186 0 R (3464) 5187 0 R (3465) 5188 0 R (3466) 5189 0 R (3467) 5190 0 R (3468) 5191 0 R (3469) 5192 0 R (347) 2315 0 R (3470) 5193 0 R (3471) 5194 0 R (3472) 5195 0 R (3473) 5196 0 R (3474) 5197 0 R (3475) 5198 0 R (3476) 5166 0 R (3477) 5204 0 R (3478) 5205 0 R (348) 2316 0 R (3481) 5206 0 R (3482) 5207 0 R (3483) 5208 0 R (3486) 5209 0 R (3487) 5210 0 R (349) 2317 0 R (3490) 5211 0 R (3491) 5216 0 R (3494) 5217 0 R (3497) 5218 0 R (350) 2318 0 R (3500) 5219 0 R (3501) 5220 0 R (3502) 5221 0 R (3505) 5222 0 R (3506) 5223 0 R (3507) 5224 0 R (3508) 5229 0 R (3509) 5230 0 R (3511) 5235 0 R (3515) 5236 0 R (3516) 5237 0 R (3517) 5238 0 R (3518) 5239 0 R (352) 2320 0 R (3523) 5242 0 R (3524) 5243 0 R (3525) 5244 0 R (3526) 5245 0 R (3527) 5246 0 R (3528) 5247 0 R (353) 2321 0 R (3530) 5248 0 R (3531) 5249 0 R (3532) 5250 0 R (3533) 5251 0 R (3534) 5252 0 R (3536) 5253 0 R (3537) 5254 0 R (3538) 5255 0 R (3539) 5256 0 R (354) 2322 0 R (3540) 5257 0 R (3541) 5258 0 R (3542) 5259 0 R (3543) 5260 0 R (3544) 5261 0 R (3546) 5262 0 R (3547) 5263 0 R (3548) 5264 0 R (3549) 5265 0 R (355) 2323 0 R (3550) 5266 0 R (3551) 5267 0 R (3552) 5268 0 R (3553) 5269 0 R (3554) 5270 0 R (3555) 5271 0 R (3556) 5272 0 R (3558) 5273 0 R (3559) 5274 0 R (356) 2324 0 R (3560) 5275 0 R (3561) 5276 0 R (3562) 5277 0 R (3563) 5278 0 R (3568) 5285 0 R (3569) 5286 0 R (357) 2325 0 R (3570) 5287 0 R (3571) 5288 0 R (3572) 5289 0 R (3573) 5290 0 R (3575) 5291 0 R (3576) 5292 0 R (3577) 5293 0 R (358) 2326 0 R (3580) 5294 0 R (3581) 5295 0 R (3587) 5297 0 R (3588) 5298 0 R (3589) 5299 0 R (359) 2327 0 R (3590) 5300 0 R (3593) 5302 0 R (3594) 5303 0 R (3598) 5304 0 R (3599) 5305 0 R (36) 2072 0 R (360) 2328 0 R (3600) 5306 0 R (3601) 5307 0 R (3602) 5308 0 R (3605) 5309 0 R (3606) 5310 0 R (3607) 5311 0 R (3608) 5312 0 R (3609) 5318 0 R (361) 2329 0 R (3610) 5319 0 R (3611) 5320 0 R (3616) 5322 0 R (3617) 5323 0 R (3618) 5324 0 R (3619) 5325 0 R (362) 2330 0 R (3622) 5327 0 R (3623) 5328 0 R (3628) 5331 0 R (3629) 5332 0 R (363) 2331 0 R (3630) 5333 0 R (3631) 5334 0 R (3632) 5335 0 R (3637) 5338 0 R (3638) 5339 0 R (3644) 5346 0 R (3645) 5347 0 R (3646) 5348 0 R (3647) 5349 0 R (3648) 5350 0 R (3649) 5351 0 R (3650) 5352 0 R (3653) 5354 0 R (3654) 5355 0 R (3656) 5357 0 R (3657) 5358 0 R (3659) 5359 0 R (366) 2335 0 R (3660) 5360 0 R (3661) 5361 0 R (3662) 5362 0 R (3664) 5363 0 R (3665) 5364 0 R (3666) 5365 0 R (3667) 5366 0 R (3668) 5367 0 R (367) 2336 0 R (3670) 5368 0 R (3671) 5369 0 R (3672) 5370 0 R (3673) 5371 0 R (3680) 5374 0 R (3681) 5375 0 R (3682) 5376 0 R (3685) 5377 0 R (3686) 5378 0 R (3688) 5384 0 R (3689) 5385 0 R (3690) 5386 0 R (3691) 5387 0 R (3695) 5389 0 R (3696) 5390 0 R (3697) 5391 0 R (3698) 5392 0 R (3699) 5393 0 R (37) 2073 0 R (370) 2337 0 R (3700) 5394 0 R (3701) 5395 0 R (3702) 5396 0 R (3708) 5398 0 R (3709) 5399 0 R (3713) 5401 0 R (3714) 5402 0 R (3715) 5403 0 R (3720) 5405 0 R (3721) 5406 0 R (3722) 5407 0 R (3724) 5412 0 R (3725) 5413 0 R (3726) 5414 0 R (3727) 5415 0 R (3728) 5416 0 R (3729) 5417 0 R (373) 2338 0 R (3730) 5418 0 R (3731) 5419 0 R (3732) 5420 0 R (3733) 5421 0 R (3734) 5422 0 R (3735) 5423 0 R (3736) 5424 0 R (3737) 5425 0 R (374) 2339 0 R (3742) 5428 0 R (3743) 5429 0 R (3744) 5430 0 R (3748) 5432 0 R (3749) 5433 0 R (375) 2340 0 R (3754) 5436 0 R (3755) 5437 0 R (3756) 5438 0 R (3757) 5441 0 R (3758) 5439 0 R (3759) 5440 0 R (376) 2341 0 R (377) 2342 0 R (378) 2343 0 R (379) 2344 0 R (38) 2074 0 R (380) 2345 0 R (381) 2346 0 R (384) 2347 0 R (387) 2348 0 R (39) 2075 0 R (390) 2349 0 R (393) 2354 0 R (394) 2355 0 R (397) 2356 0 R (4.0) 14 0 R (4.1.1) 18 0 R (4.2.1) 22 0 R (4.3.1) 26 0 R (4.4.1) 30 0 R (4.5.1) 34 0 R (40) 2076 0 R (400) 2357 0 R (403) 2358 0 R (404) 2359 0 R (405) 2360 0 R (406) 2361 0 R (407) 2362 0 R (409) 2364 0 R (41) 2077 0 R (410) 2365 0 R (411) 2366 0 R (412) 2367 0 R (415) 2368 0 R (416) 2369 0 R (417) 2370 0 R (418) 2371 0 R (419) 2376 0 R (42) 2078 0 R (420) 2377 0 R (421) 2378 0 R (422) 2353 0 R (425) 2379 0 R (426) 2380 0 R (43) 2079 0 R (430) 2382 0 R (431) 2383 0 R (432) 2384 0 R (433) 2385 0 R (434) 2386 0 R (435) 2387 0 R (436) 2388 0 R (437) 2389 0 R (438) 2390 0 R (439) 2391 0 R (44) 2080 0 R (440) 2392 0 R (441) 2393 0 R (442) 2394 0 R (443) 2395 0 R (444) 2396 0 R (445) 2397 0 R (446) 2398 0 R (448) 2400 0 R (449) 2401 0 R (45) 2081 0 R (450) 2402 0 R (451) 2403 0 R (454) 2410 0 R (459) 2413 0 R (46) 2082 0 R (460) 2414 0 R (463) 2415 0 R (464) 2416 0 R (468) 2419 0 R (469) 2420 0 R (47) 2083 0 R (470) 2421 0 R (471) 2422 0 R (472) 2423 0 R (473) 2424 0 R (474) 2425 0 R (475) 2426 0 R (477) 2427 0 R (478) 2428 0 R (479) 2429 0 R (48) 2084 0 R (480) 2430 0 R (481) 2436 0 R (482) 2437 0 R (485) 2438 0 R (486) 2439 0 R (487) 2440 0 R (488) 2444 0 R (49) 2085 0 R (490) 2446 0 R (491) 2447 0 R (492) 2448 0 R (493) 2449 0 R (494) 2450 0 R (495) 2451 0 R (496) 2452 0 R (497) 2453 0 R (498) 2454 0 R (499) 2455 0 R (5.0) 38 0 R (5.10.1) 218 0 R (5.10.17.17.3) 226 0 R (5.10.17.18.3) 230 0 R (5.10.17.19.3) 234 0 R (5.10.17.2) 222 0 R (5.10.17.20.3) 238 0 R (5.10.17.21.3) 242 0 R (5.10.18.2) 246 0 R (5.10.18.22.3) 250 0 R (5.10.18.23.3) 254 0 R (5.10.19.2) 258 0 R (5.11.1) 262 0 R (5.11.20.2) 266 0 R (5.11.21.2) 270 0 R (5.11.21.24.10.4) 282 0 R (5.11.21.24.11.4) 286 0 R (5.11.21.24.3) 274 0 R (5.11.21.24.9.4) 278 0 R (5.11.22.2) 290 0 R (5.11.23.2) 294 0 R (5.11.24.2) 298 0 R (5.11.24.25.3) 302 0 R (5.11.25.2) 306 0 R (5.11.25.26.3) 310 0 R (5.6.1) 42 0 R (5.6.1.2) 46 0 R (5.6.2.1.3) 54 0 R (5.6.2.2) 50 0 R (5.6.2.2.3) 58 0 R (5.6.3.2) 62 0 R (5.6.4.2) 66 0 R (5.6.5.10.3) 102 0 R (5.6.5.11.3) 106 0 R (5.6.5.2) 70 0 R (5.6.5.3.3) 74 0 R (5.6.5.4.3) 78 0 R (5.6.5.5.3) 82 0 R (5.6.5.6.3) 86 0 R (5.6.5.7.3) 90 0 R (5.6.5.8.3) 94 0 R (5.6.5.9.3) 98 0 R (5.6.6.2) 110 0 R (5.6.7.2) 114 0 R (5.7.1) 118 0 R (5.7.10.2) 166 0 R (5.7.11.15.3) 174 0 R (5.7.11.15.7.4) 178 0 R (5.7.11.15.8.4) 182 0 R (5.7.11.16.3) 186 0 R (5.7.11.2) 170 0 R (5.7.12.2) 190 0 R (5.7.8.2) 122 0 R (5.7.9.12.3) 130 0 R (5.7.9.13.1.4) 138 0 R (5.7.9.13.2.4) 142 0 R (5.7.9.13.3) 134 0 R (5.7.9.13.3.4) 146 0 R (5.7.9.13.4.4) 150 0 R (5.7.9.14.3) 154 0 R (5.7.9.14.5.4) 158 0 R (5.7.9.14.6.4) 162 0 R (5.7.9.2) 126 0 R (5.8.1) 194 0 R (5.8.13.2) 198 0 R (5.8.14.2) 202 0 R (5.8.15.2) 206 0 R (5.8.16.2) 210 0 R (5.9.1) 214 0 R (50) 2086 0 R (500) 2456 0 R (501) 2457 0 R (502) 2458 0 R (504) 2459 0 R (505) 2460 0 R (506) 2461 0 R (507) 2462 0 R (508) 2463 0 R (509) 2464 0 R (51) 2087 0 R (510) 2465 0 R (511) 2466 0 R (512) 2467 0 R (513) 2468 0 R (514) 2469 0 R (515) 2470 0 R (518) 2471 0 R (52) 2088 0 R (520) 2472 0 R (521) 2473 0 R (522) 2474 0 R (523) 2475 0 R (525) 2481 0 R (526) 2435 0 R (528) 2482 0 R (529) 2483 0 R (53) 2089 0 R (530) 2484 0 R (531) 2485 0 R (532) 2486 0 R (533) 2487 0 R (534) 2488 0 R (536) 2489 0 R (537) 2490 0 R (538) 2491 0 R (539) 2492 0 R (54) 2093 0 R (540) 2493 0 R (541) 2494 0 R (542) 2495 0 R (543) 2496 0 R (544) 2497 0 R (545) 2498 0 R (546) 2499 0 R (547) 2500 0 R (548) 1411 0 R (55) 2094 0 R (550) 2501 0 R (551) 2502 0 R (552) 2503 0 R (553) 2504 0 R (554) 2505 0 R (555) 2506 0 R (558) 2507 0 R (559) 2508 0 R (56) 2095 0 R (561) 2510 0 R (564) 2516 0 R (57) 2096 0 R (570) 2520 0 R (571) 2521 0 R (572) 2522 0 R (574) 2523 0 R (575) 2524 0 R (576) 2525 0 R (578) 2526 0 R (579) 2527 0 R (58) 2097 0 R (580) 2528 0 R (581) 2529 0 R (582) 2530 0 R (583) 2531 0 R (584) 2532 0 R (585) 2533 0 R (586) 2534 0 R (587) 2535 0 R (589) 2536 0 R (59) 2098 0 R (590) 2537 0 R (591) 2538 0 R (592) 2539 0 R (593) 2540 0 R (594) 2541 0 R (595) 2542 0 R (597) 2543 0 R (598) 2544 0 R (599) 2545 0 R (6.0) 314 0 R (6.12.1) 318 0 R (6.12.26.2) 322 0 R (6.12.27.2) 326 0 R (6.12.28.2) 330 0 R (6.12.29.2) 334 0 R (6.12.30.2) 338 0 R (6.12.31.2) 342 0 R (6.12.32.2) 346 0 R (6.12.33.2) 350 0 R (6.12.34.2) 354 0 R (6.12.35.2) 358 0 R (6.12.36.2) 362 0 R (6.12.37.2) 366 0 R (6.12.38.2) 370 0 R (6.12.39.2) 374 0 R (6.12.40.2) 378 0 R (6.12.41.2) 382 0 R (6.13.1) 386 0 R (6.13.42.2) 390 0 R (6.13.43.2) 394 0 R (6.13.43.27.3) 398 0 R (6.13.43.28.12.4) 406 0 R (6.13.43.28.13.4) 410 0 R (6.13.43.28.3) 402 0 R (6.13.43.29.3) 414 0 R (6.13.43.30.3) 418 0 R (6.13.43.31.3) 422 0 R (6.14.1) 426 0 R (6.15.1) 430 0 R (6.15.44.2) 434 0 R (6.15.45.2) 438 0 R (6.15.46.2) 442 0 R (6.15.47.2) 446 0 R (6.15.47.32.3) 450 0 R (6.16.1) 454 0 R (6.17.1) 458 0 R (6.18.1) 462 0 R (6.19.1) 466 0 R (6.19.48.2) 470 0 R (6.19.49.2) 474 0 R (6.19.49.33.3) 478 0 R (6.19.50.2) 482 0 R (6.19.51.2) 486 0 R (6.19.51.34.3) 490 0 R (6.19.51.35.3) 494 0 R (6.19.52.2) 498 0 R (6.19.52.36.3) 502 0 R (6.19.52.37.14.4) 510 0 R (6.19.52.37.15.4) 514 0 R (6.19.52.37.16.4) 518 0 R (6.19.52.37.17.4) 522 0 R (6.19.52.37.18.4) 526 0 R (6.19.52.37.19.4) 530 0 R (6.19.52.37.20.4) 534 0 R (6.19.52.37.21.4) 538 0 R (6.19.52.37.22.4) 542 0 R (6.19.52.37.23.4) 546 0 R (6.19.52.37.24.4) 550 0 R (6.19.52.37.3) 506 0 R (6.19.52.38.3) 554 0 R (6.20.1) 558 0 R (6.21.1) 562 0 R (6.21.53.2) 566 0 R (6.21.54.2) 570 0 R (6.21.55.2) 574 0 R (6.22.1) 578 0 R (6.22.56.2) 582 0 R (6.22.57.2) 586 0 R (6.23.1) 590 0 R (6.24.1) 594 0 R (6.25.1) 598 0 R (6.26.1) 602 0 R (6.26.58.2) 606 0 R (6.26.59.2) 610 0 R (6.26.60.2) 614 0 R (6.26.61.2) 618 0 R (6.27.1) 622 0 R (6.28.1) 626 0 R (6.28.62.2) 630 0 R (6.28.63.2) 634 0 R (6.28.64.2) 638 0 R (6.28.64.39.3) 642 0 R (6.28.64.40.3) 646 0 R (6.28.64.41.3) 650 0 R (6.28.65.2) 654 0 R (600) 2546 0 R (604) 2548 0 R (605) 2549 0 R (606) 2550 0 R (608) 2551 0 R (609) 2552 0 R (610) 2553 0 R (612) 2554 0 R (613) 2515 0 R (615) 2559 0 R (616) 2560 0 R (617) 2561 0 R (618) 2562 0 R (619) 2563 0 R (62) 2099 0 R (620) 2564 0 R (622) 2565 0 R (623) 2566 0 R (624) 2567 0 R (625) 2568 0 R (626) 2569 0 R (627) 2570 0 R (628) 2571 0 R (629) 2572 0 R (63) 2100 0 R (630) 2573 0 R (631) 2574 0 R (632) 2575 0 R (633) 2576 0 R (634) 2577 0 R (635) 2578 0 R (636) 2579 0 R (637) 2580 0 R (638) 2581 0 R (639) 2582 0 R (640) 2583 0 R (641) 2584 0 R (642) 2585 0 R (643) 2586 0 R (644) 2587 0 R (648) 2588 0 R (649) 2589 0 R (65) 2101 0 R (650) 2590 0 R (651) 2591 0 R (652) 2592 0 R (653) 2593 0 R (654) 2594 0 R (655) 2595 0 R (656) 2596 0 R (657) 2601 0 R (658) 2602 0 R (659) 2603 0 R (66) 2102 0 R (660) 2604 0 R (661) 2605 0 R (662) 2606 0 R (663) 2607 0 R (664) 2608 0 R (665) 2609 0 R (666) 2610 0 R (667) 2611 0 R (668) 2612 0 R (669) 2613 0 R (67) 2103 0 R (670) 2614 0 R (671) 2615 0 R (672) 2616 0 R (673) 2617 0 R (674) 2618 0 R (678) 2620 0 R (679) 2621 0 R (68) 2104 0 R (681) 2623 0 R (682) 2624 0 R (683) 2625 0 R (684) 2626 0 R (686) 2628 0 R (687) 2629 0 R (688) 2630 0 R (689) 2631 0 R (690) 2632 0 R (691) 2633 0 R (692) 2634 0 R (693) 2635 0 R (697) 2642 0 R (698) 1417 0 R (7.0) 658 0 R (7.29.1) 662 0 R (7.29.66.2) 666 0 R (7.29.67.2) 670 0 R (7.29.68.2) 674 0 R (7.30.1) 678 0 R (7.30.69.2) 682 0 R (7.30.70.2) 686 0 R (7.30.71.2) 690 0 R (7.31.1) 694 0 R (7.31.72.2) 698 0 R (7.32.1) 702 0 R (7.32.73.2) 706 0 R (70) 2105 0 R (700) 2643 0 R (701) 2644 0 R (702) 2645 0 R (703) 2646 0 R (704) 2650 0 R (705) 2651 0 R (706) 2652 0 R (707) 2653 0 R (708) 2654 0 R (709) 2655 0 R (71) 2106 0 R (710) 2656 0 R (711) 2657 0 R (712) 2658 0 R (713) 2659 0 R (714) 2660 0 R (715) 2661 0 R (716) 2662 0 R (719) 2663 0 R (72) 2107 0 R (720) 2664 0 R (721) 2665 0 R (722) 2666 0 R (723) 2667 0 R (724) 2668 0 R (727) 2673 0 R (729) 2675 0 R (73) 2108 0 R (730) 2676 0 R (731) 2677 0 R (732) 2678 0 R (733) 2679 0 R (734) 2680 0 R (735) 2681 0 R (738) 2682 0 R (739) 2683 0 R (740) 2684 0 R (741) 2685 0 R (742) 2686 0 R (743) 2687 0 R (744) 2688 0 R (745) 2689 0 R (746) 2690 0 R (747) 2691 0 R (748) 2692 0 R (749) 2693 0 R (75) 2109 0 R (752) 2694 0 R (753) 2695 0 R (754) 2696 0 R (755) 2697 0 R (756) 2698 0 R (757) 2699 0 R (758) 2700 0 R (759) 2705 0 R (76) 2110 0 R (760) 2706 0 R (761) 2707 0 R (762) 2708 0 R (763) 2709 0 R (764) 2710 0 R (765) 2711 0 R (766) 2712 0 R (769) 2713 0 R (77) 2111 0 R (770) 2714 0 R (771) 2715 0 R (774) 2716 0 R (775) 2717 0 R (778) 2718 0 R (779) 2719 0 R (78) 2112 0 R (780) 2720 0 R (781) 2721 0 R (782) 2722 0 R (785) 2727 0 R (788) 2730 0 R (789) 2731 0 R (790) 2732 0 R (791) 2733 0 R (792) 2734 0 R (793) 2735 0 R (794) 2736 0 R (795) 2737 0 R (796) 2738 0 R (797) 2739 0 R (798) 2740 0 R (799) 2741 0 R (8.0) 710 0 R (8.33.1) 714 0 R (8.34.1) 718 0 R (8.35.1) 722 0 R (8.36.1) 726 0 R (8.37.1) 730 0 R (8.37.74.2) 734 0 R (8.37.74.42.3) 738 0 R (8.37.74.43.3) 742 0 R (8.37.74.44.3) 746 0 R (8.37.75.2) 750 0 R (8.37.76.2) 754 0 R (8.37.77.2) 758 0 R (8.37.78.2) 762 0 R (8.38.1) 766 0 R (8.38.79.2) 770 0 R (8.38.80.2) 774 0 R (8.39.1) 778 0 R (8.39.81.2) 782 0 R (8.39.81.45.3) 786 0 R (8.39.81.46.3) 790 0 R (8.39.81.47.3) 794 0 R (8.39.81.48.3) 798 0 R (8.39.81.49.3) 802 0 R (8.39.81.50.3) 806 0 R (8.39.81.51.3) 810 0 R (8.40.1) 814 0 R (8.40.82.2) 818 0 R (8.40.83.2) 822 0 R (8.40.84.2) 826 0 R (8.40.85.2) 830 0 R (8.41.1) 834 0 R (8.42.1) 838 0 R (8.42.86.2) 842 0 R (8.42.87.2) 846 0 R (8.42.88.2) 850 0 R (8.42.89.2) 854 0 R (8.42.90.2) 858 0 R (8.43.1) 862 0 R (8.43.91.2) 866 0 R (8.43.92.2) 870 0 R (8.43.92.52.3) 874 0 R (8.43.92.53.3) 878 0 R (8.44.1) 882 0 R (8.45.1) 886 0 R (8.45.93.2) 890 0 R (8.45.94.2) 894 0 R (8.45.95.2) 898 0 R (8.45.96.2) 902 0 R (80) 2113 0 R (800) 2742 0 R (801) 2743 0 R (802) 2744 0 R (803) 2745 0 R (804) 2746 0 R (807) 2747 0 R (81) 2114 0 R (810) 2754 0 R (813) 2757 0 R (814) 2758 0 R (815) 2759 0 R (816) 2760 0 R (817) 2761 0 R (818) 2762 0 R (819) 2763 0 R (82) 2115 0 R (822) 2764 0 R (826) 2765 0 R (829) 2766 0 R (83) 2116 0 R (830) 2767 0 R (831) 2768 0 R (835) 2770 0 R (836) 2771 0 R (837) 2772 0 R (838) 2773 0 R (839) 2774 0 R (840) 2775 0 R (841) 2776 0 R (843) 2778 0 R (844) 2779 0 R (845) 2780 0 R (846) 2781 0 R (847) 2782 0 R (848) 2783 0 R (849) 2784 0 R (85) 2117 0 R (850) 2785 0 R (851) 2786 0 R (852) 2753 0 R (854) 2792 0 R (858) 2796 0 R (859) 2797 0 R (86) 2118 0 R (861) 2798 0 R (863) 2799 0 R (866) 2800 0 R (867) 2801 0 R (868) 2802 0 R (87) 2119 0 R (871) 1532 0 R (873) 2803 0 R (875) 1533 0 R (877) 2805 0 R (878) 2806 0 R (879) 2812 0 R (88) 2120 0 R (880) 2813 0 R (881) 2814 0 R (882) 2815 0 R (883) 1534 0 R (885) 2816 0 R (887) 2817 0 R (888) 2818 0 R (889) 2819 0 R (891) 2820 0 R (892) 2821 0 R (893) 2822 0 R (894) 2823 0 R (896) 2824 0 R (897) 2825 0 R (898) 2826 0 R (899) 2827 0 R (9.0) 906 0 R (9.46.1) 910 0 R (9.47.1) 914 0 R (9.47.100.2) 930 0 R (9.47.101.2) 934 0 R (9.47.102.2) 938 0 R (9.47.97.2) 918 0 R (9.47.98.2) 922 0 R (9.47.99.2) 926 0 R (9.48.1) 942 0 R (9.49.1) 946 0 R (9.50.1) 950 0 R (9.50.103.2) 954 0 R (9.50.104.2) 958 0 R (9.50.105.2) 962 0 R (9.50.106.2) 966 0 R (9.50.107.2) 970 0 R (90) 2121 0 R (900) 2828 0 R (901) 2833 0 R (902) 2834 0 R (903) 2835 0 R (904) 2836 0 R (905) 2837 0 R (906) 2838 0 R (907) 2839 0 R (908) 2840 0 R (909) 2841 0 R (91) 2122 0 R (910) 1535 0 R (912) 2842 0 R (913) 2843 0 R (914) 2844 0 R (915) 2845 0 R (916) 2846 0 R (917) 2847 0 R (918) 2848 0 R (919) 2849 0 R (92) 2123 0 R (920) 2850 0 R (921) 2851 0 R (922) 2852 0 R (923) 2853 0 R (924) 2854 0 R (925) 2855 0 R (928) 2856 0 R (929) 2857 0 R (93) 2124 0 R (930) 2858 0 R (931) 2859 0 R (932) 1537 0 R (934) 2864 0 R (935) 1538 0 R (937) 2865 0 R (938) 2866 0 R (939) 2867 0 R (940) 2868 0 R (941) 2869 0 R (942) 2870 0 R (943) 2871 0 R (944) 1539 0 R (946) 2872 0 R (947) 2873 0 R (948) 2874 0 R (95) 2125 0 R (950) 2876 0 R (951) 2877 0 R (952) 2878 0 R (953) 2879 0 R (954) 2880 0 R (957) 2881 0 R (958) 2882 0 R (959) 2883 0 R (96) 2126 0 R (960) 2884 0 R (961) 2889 0 R (962) 2890 0 R (963) 2891 0 R (968) 2896 0 R (97) 2127 0 R (971) 2897 0 R (972) 2898 0 R (974) 2899 0 R (976) 2900 0 R (977) 2901 0 R (978) 2902 0 R (98) 2128 0 R (980) 2903 0 R (981) 2904 0 R (982) 2905 0 R (983) 2906 0 R (984) 2907 0 R (985) 2908 0 R (986) 2909 0 R (988) 2910 0 R (989) 2911 0 R (99) 2129 0 R (990) 2912 0 R (991) 2913 0 R (992) 2914 0 R (993) 2915 0 R (994) 2916 0 R (996) 2917 0 R (997) 2918 0 R (998) 2919 0 R (999) 2920 0 R (Doc-Start) 1266 0 R (about) 1379 0 R (accountpreferences) 1953 0 R (add-custom-fields) 1685 0 R (admin-usermatching) 1558 0 R (administration) 1541 0 R (apache-addtype) 1420 0 R (attachments) 1839 0 R (bonsai) 1978 0 R (boolean) 1828 0 R (bug_page) 1825 0 R (bug_status_workflow) 1691 0 R (bugreports) 1836 0 R (bzldap) 1552 0 R (bzradius) 1553 0 R (casesensitivity) 1833 0 R (charts) 1957 0 R (charts-new-series) 1959 0 R (classifications) 1567 0 R (cloningbugs) 1838 0 R (cmdline) 1994 0 R (cmdline-bugmail) 1995 0 R (comment-wrapping) 1851 0 R (commenting) 1850 0 R (components) 1668 0 R (comps-vers-miles-products) 1665 0 R (configuration) 1405 0 R (conventions) 1384 0 R (copyright) 1380 0 R (create-groups) 1695 0 R (create-product) 1663 0 R (createnewusers) 1563 0 R (credits) 1383 0 R (cust-change-permissions) 1976 0 R (cust-hooks) 1975 0 R (cust-skins) 1967 0 R (cust-templates) 1968 0 R (custom-fields) 1684 0 R (customization) 1966 0 R (cvs) 1979 0 R (database-engine) 1407 0 R (database-schema) 1408 0 R (defaultuser) 1560 0 R (delete-custom-fields) 1687 0 R (dependencytree) 1852 0 R (disclaimer) 1381 0 R (edit-custom-fields) 1686 0 R (edit-groups) 1696 0 R (edit-products) 1664 0 R (edit-values) 1688 0 R (edit-values-delete) 1690 0 R (edit-values-list) 1689 0 R (emailpreferences) 1951 0 R (extraconfig) 1416 0 R (fillingbugs) 1837 0 R (flag-askto) 1675 0 R (flag-type-attachment) 1677 0 R (flag-type-bug) 1678 0 R (flag-types) 1676 0 R (flag-values) 1674 0 R (flags) 1960 0 R (flags-about) 1673 0 R (flags-admin) 1679 0 R (flags-create) 1681 0 R (flags-create-field-active) 3615 0 R (flags-create-field-category) 3575 0 R (flags-create-field-cclist) 3633 0 R (flags-create-field-description) 3571 0 R (flags-create-field-multiplicable) 3628 0 R (flags-create-field-name) 3569 0 R (flags-create-field-requestable) 3618 0 R (flags-create-field-sortkey) 3607 0 R (flags-create-field-specific) 3625 0 R (flags-create-grant-group) 3635 0 R (flags-create-request-group) 3640 0 R (flags-delete) 1682 0 R (flags-edit) 1680 0 R (flags-overview) 1671 0 R (flags-simpleexample) 1672 0 R (general-advice) 1984 0 R (generalpreferences) 1855 0 R (gfdl) 2040 0 R (gfdl-0) 2041 0 R (gfdl-1) 2042 0 R (gfdl-10) 2051 0 R (gfdl-2) 2043 0 R (gfdl-3) 2044 0 R (gfdl-4) 2045 0 R (gfdl-5) 2046 0 R (gfdl-6) 2047 0 R (gfdl-7) 2048 0 R (gfdl-8) 2049 0 R (gfdl-9) 2050 0 R (gfdl-howto) 2052 0 R (gloss-a) 5240 0 R (gloss-apache) 5241 0 R (gloss-b) 5280 0 R (gloss-bugzilla) 2158 0 R (gloss-c) 5296 0 R (gloss-cgi) 2225 0 R (gloss-component) 5301 0 R (gloss-contrib) 3086 0 R (gloss-cpan) 2787 0 R (gloss-d) 5321 0 R (gloss-daemon) 4000 0 R (gloss-dos) 5326 0 R (gloss-g) 5329 0 R (gloss-groups) 5330 0 R (gloss-htaccess) 4110 0 R (gloss-j) 5336 0 R (gloss-javascript) 5337 0 R (gloss-m) 5317 0 R (gloss-mta) 5345 0 R (gloss-mysql) 5353 0 R (gloss-p) 5373 0 R (gloss-ppm) 2748 0 R (gloss-product) 3316 0 R (gloss-q) 5388 0 R (gloss-r) 5397 0 R (gloss-rdbms) 5379 0 R (gloss-regexp) 5400 0 R (gloss-s) 5404 0 R (gloss-service) 4001 0 R (gloss-t) 5426 0 R (gloss-target-milestone) 5427 0 R (gloss-tcl) 5431 0 R (gloss-z) 5434 0 R (gloss-zarro) 5435 0 R (glossary) 2053 0 R (group-control-examples) 1667 0 R (groups) 1694 0 R (hintsandtips) 1848 0 R (http) 1412 0 R (http-apache) 1413 0 R (http-apache-mod_cgi) 2519 0 R (http-apache-mod_perl) 2547 0 R (http-iis) 1414 0 R (impersonatingusers) 1566 0 R (index) 1267 0 R (individual-buglists) 1835 0 R (install-MTA) 1403 0 R (install-bzfiles) 1392 0 R (install-config-bugzilla) 1415 0 R (install-database) 1388 0 R (install-modules-chart-base) 1397 0 R (install-modules-dbd-mysql) 1394 0 R (install-modules-gd) 1396 0 R (install-modules-gd-graph) 1398 0 R (install-modules-gd-text) 1399 0 R (install-modules-patchreader) 1402 0 R (install-modules-soap-lite) 1401 0 R (install-modules-template) 1395 0 R (install-modules-xml-twig) 1400 0 R (install-mysql) 1389 0 R (install-perl) 1387 0 R (install-perlmodules) 1393 0 R (install-perlmodules-manual) 2036 0 R (install-perlmodules-nonroot) 1536 0 R (install-pg) 1390 0 R (install-setupdatabase) 2418 0 R (install-setupdatabase-adduser) 2409 0 R (install-webserver) 1391 0 R (installation) 1386 0 R (installation-whining) 1419 0 R (installation-whining-cron) 1418 0 R (installing-bugzilla) 1385 0 R (integration) 1977 0 R (keywords) 1683 0 R (lifecycle) 1826 0 R (lifecycle-image) 2060 0 R (list) 1834 0 R (localconfig) 1406 0 R (macosx-libraries) 1529 0 R (macosx-sendmail) 1528 0 R (manageusers) 1561 0 R (milestones) 1670 0 R (modifyusers) 1564 0 R (modules-manual-download) 2038 0 R (modules-manual-instructions) 2037 0 R (modules-manual-optional) 2039 0 R (multiple-bz-dbs) 1421 0 R (multiplecharts) 1831 0 R (myaccount) 1824 0 R (mysql) 1409 0 R (negation) 1830 0 R (newversions) 1382 0 R (nonroot) 1531 0 R (os-linux) 1530 0 R (os-macosx) 1527 0 R (os-specific) 1422 0 R (os-win32) 1423 0 R (page.1) 1265 0 R (page.10) 2375 0 R (page.100) 5034 0 R (page.101) 5065 0 R (page.102) 5095 0 R (page.103) 5126 0 R (page.104) 5138 0 R (page.105) 5154 0 R (page.106) 5165 0 R (page.107) 5203 0 R (page.108) 5215 0 R (page.109) 5228 0 R (page.11) 2408 0 R (page.110) 5234 0 R (page.111) 5284 0 R (page.112) 5316 0 R (page.113) 5344 0 R (page.114) 5383 0 R (page.115) 5411 0 R (page.12) 2434 0 R (page.13) 2480 0 R (page.14) 2514 0 R (page.15) 2558 0 R (page.16) 2600 0 R (page.17) 2641 0 R (page.18) 2672 0 R (page.19) 2704 0 R (page.2) 1275 0 R (page.20) 2726 0 R (page.21) 2752 0 R (page.22) 2791 0 R (page.23) 2811 0 R (page.24) 2832 0 R (page.25) 2863 0 R (page.26) 2888 0 R (page.27) 2895 0 R (page.28) 2934 0 R (page.29) 2977 0 R (page.3) 1282 0 R (page.30) 3001 0 R (page.31) 3024 0 R (page.32) 3051 0 R (page.33) 3090 0 R (page.34) 3128 0 R (page.35) 3153 0 R (page.36) 3169 0 R (page.37) 3201 0 R (page.38) 3253 0 R (page.39) 3275 0 R (page.4) 1427 0 R (page.40) 3320 0 R (page.41) 3353 0 R (page.42) 3388 0 R (page.43) 3412 0 R (page.44) 3444 0 R (page.45) 3475 0 R (page.46) 3522 0 R (page.47) 3563 0 R (page.48) 3611 0 R (page.49) 3644 0 R (page.5) 1572 0 R (page.50) 3665 0 R (page.51) 3704 0 R (page.52) 3724 0 R (page.53) 3753 0 R (page.54) 3789 0 R (page.55) 3821 0 R (page.56) 3851 0 R (page.57) 3873 0 R (page.58) 3906 0 R (page.59) 3939 0 R (page.6) 1711 0 R (page.60) 3966 0 R (page.61) 3975 0 R (page.62) 4005 0 R (page.63) 4037 0 R (page.64) 4114 0 R (page.65) 4131 0 R (page.66) 4159 0 R (page.67) 4210 0 R (page.68) 4244 0 R (page.69) 4255 0 R (page.7) 1859 0 R (page.70) 4289 0 R (page.71) 4311 0 R (page.72) 4337 0 R (page.73) 4360 0 R (page.74) 4379 0 R (page.75) 4392 0 R (page.76) 4407 0 R (page.77) 4445 0 R (page.78) 4485 0 R (page.79) 4524 0 R (page.8) 1999 0 R (page.80) 4554 0 R (page.81) 4570 0 R (page.82) 4586 0 R (page.83) 4605 0 R (page.84) 4623 0 R (page.85) 4630 0 R (page.86) 4658 0 R (page.87) 4690 0 R (page.88) 4717 0 R (page.89) 4756 0 R (page.9) 2057 0 R (page.90) 4774 0 R (page.91) 4809 0 R (page.92) 4841 0 R (page.93) 4862 0 R (page.94) 4880 0 R (page.95) 4897 0 R (page.96) 4924 0 R (page.97) 4949 0 R (page.98) 4973 0 R (page.99) 4990 0 R (param-LDAPBaseDN) 3083 0 R (param-LDAPbinddn) 3078 0 R (param-LDAPmailattribute) 3097 0 R (param-LDAPserver) 3067 0 R (param-LDAPuidattribute) 3052 0 R (param-RADIUS_email_suffix) 3120 0 R (param-RADIUS_secret) 3117 0 R (param-RADIUS_server) 3114 0 R (param-admin-policies) 1544 0 R (param-attachments) 1546 0 R (param-bug-change-policies) 1547 0 R (param-bugfields) 1548 0 R (param-bugmoving) 1549 0 R (param-dependency-graphs) 1550 0 R (param-email) 1554 0 R (param-group-security) 1551 0 R (param-patchviewer) 1555 0 R (param-querydefaults) 1556 0 R (param-requiredsettings) 1543 0 R (param-shadowdatabase) 1557 0 R (param-user-authentication) 1545 0 R (param-user_verify_class_for_ldap) 3061 0 R (param-user_verify_class_for_radius) 3108 0 R (parameters) 1542 0 R (paranoid-security) 1988 0 R (patches) 1993 0 R (patchviewer) 1840 0 R (patchviewer_bonsai_lxr) 1846 0 R (patchviewer_collapse) 1844 0 R (patchviewer_context) 1843 0 R (patchviewer_diff) 1842 0 R (patchviewer_link) 1845 0 R (patchviewer_unified_diff) 1847 0 R (patchviewer_view) 1841 0 R (permissionsettings) 1954 0 R (postgresql) 1410 0 R (product-group-controls) 1666 0 R (products) 1568 0 R (pronouns) 1829 0 R (query) 1827 0 R (quicksearch) 1832 0 R (quips) 1693 0 R (reporting) 1955 0 R (reports) 1956 0 R (sanitycheck) 1699 0 R (savedsearches) 1952 0 R (scm) 1980 0 R (security) 1809 0 R (security-bugzilla) 1820 0 R (security-bugzilla-charset) 1821 0 R (security-mysql) 1814 0 R (security-mysql-account) 1815 0 R (security-mysql-account-anonymous) 4018 0 R (security-mysql-account-root) 4012 0 R (security-mysql-network) 1817 0 R (security-mysql-network-ex) 4030 0 R (security-mysql-root) 1816 0 R (security-os) 1810 0 R (security-os-accounts) 1812 0 R (security-os-chroot) 1813 0 R (security-os-ports) 1811 0 R (security-webserver) 1818 0 R (security-webserver-access) 1819 0 R (self-registration) 3173 0 R (suexec) 1540 0 R (svn) 1981 0 R (table.1) 2151 0 R (table.2) 3682 0 R (table.3) 4171 0 R (table.4) 4224 0 R (table.5) 4306 0 R (table.6) 4374 0 R (table.7) 4396 0 R (table.8) 4793 0 R (template-directory) 1969 0 R (template-edit) 1971 0 R (template-formats) 1972 0 R (template-http-accept) 1974 0 R (template-method) 1970 0 R (template-specific) 1973 0 R (timetracking) 1853 0 R (tinderbox) 1982 0 R (trbl-dbdSponge) 1987 0 R (trbl-index) 1991 0 R (trbl-passwd-encryption) 1992 0 R (trbl-perlmodule) 1986 0 R (trbl-relogin-everyone) 1989 0 R (trbl-relogin-everyone-restrict) 4960 0 R (trbl-relogin-everyone-share) 4954 0 R (trbl-relogin-some) 1990 0 R (trbl-testserver) 1985 0 R (troubleshooting) 1983 0 R (upgrade-cvs) 1704 0 R (upgrade-patches) 1706 0 R (upgrade-tarball) 1705 0 R (upgrading) 1700 0 R (upgrading-completion) 1707 0 R (upgrading-methods) 1703 0 R (upgrading-notifications) 1702 0 R (upgrading-version-defns) 1701 0 R (user-account-creation) 3179 0 R (user-account-deletion) 1565 0 R (user-account-search) 1562 0 R (useradmin) 1559 0 R (userpreferences) 1854 0 R (users-and-groups) 1697 0 R (using) 1822 0 R (using-intro) 1823 0 R (using-mod_perl-with-bugzilla) 1404 0 R (versions) 1669 0 R (voting) 1692 0 R (whining) 1961 0 R (whining-overview) 1962 0 R (whining-query) 1964 0 R (whining-schedule) 1963 0 R (win32-code-changes) 1524 0 R (win32-email) 1526 0 R (win32-http) 1525 0 R (win32-perl) 1522 0 R (win32-perl-modules) 1523 0 R]
+5546 0 obj <<
+/Names [(1.0) 2 0 R (10.0) 994 0 R (10.51.1) 998 0 R (10.52.1) 1002 0 R (10.53.1) 1006 0 R (10.54.1) 1010 0 R (10.55.1) 1014 0 R (10.56.1) 1018 0 R (10.57.1) 1022 0 R (10.58.1) 1026 0 R (10.59.1) 1030 0 R (1001) 2956 0 R (1002) 2957 0 R (1004) 2960 0 R (1005) 2961 0 R (1006) 2962 0 R (1007) 2963 0 R (1008) 2964 0 R (1009) 2965 0 R (101) 2159 0 R (1010) 2966 0 R (1012) 2967 0 R (1013) 2968 0 R (1014) 2969 0 R (1015) 2970 0 R (1017) 2971 0 R (1018) 2972 0 R (1019) 2973 0 R (102) 2160 0 R (1020) 2974 0 R (1023) 2975 0 R (1024) 2976 0 R (1026) 2977 0 R (1028) 2979 0 R (1029) 2980 0 R (103) 2161 0 R (1030) 2981 0 R (1032) 2982 0 R (1034) 2984 0 R (1035) 2985 0 R (1037) 2986 0 R (1039) 2988 0 R (104) 2162 0 R (1040) 2989 0 R (1041) 2990 0 R (1044) 2996 0 R (1046) 2998 0 R (1049) 2999 0 R (105) 2163 0 R (1050) 3000 0 R (1051) 3001 0 R (1052) 3002 0 R (1053) 3003 0 R (1054) 3004 0 R (1055) 3005 0 R (1056) 3006 0 R (1057) 3007 0 R (1058) 3008 0 R (1059) 3009 0 R (106) 2164 0 R (1060) 3010 0 R (1063) 3011 0 R (1064) 3012 0 R (1065) 3013 0 R (1066) 3014 0 R (1067) 3015 0 R (1068) 3016 0 R (1069) 3017 0 R (107) 2165 0 R (1070) 3022 0 R (1071) 3023 0 R (1072) 3024 0 R (1073) 3025 0 R (1074) 3026 0 R (1075) 3027 0 R (1076) 3028 0 R (1077) 3029 0 R (1078) 3030 0 R (1079) 3031 0 R (108) 2166 0 R (1080) 3032 0 R (1081) 3033 0 R (1082) 3034 0 R (1085) 3035 0 R (1086) 3036 0 R (1087) 3037 0 R (1088) 3038 0 R (1089) 3039 0 R (109) 2167 0 R (1090) 3040 0 R (1091) 3041 0 R (1092) 3042 0 R (1093) 3043 0 R (1094) 3044 0 R (1095) 3045 0 R (1096) 3046 0 R (1097) 3047 0 R (1098) 3048 0 R (11.0) 1034 0 R (11.60.1) 1038 0 R (11.61.1) 1042 0 R (110) 2168 0 R (1102) 3054 0 R (1103) 3055 0 R (1104) 3056 0 R (1105) 3057 0 R (1106) 3058 0 R (1107) 3059 0 R (1108) 3060 0 R (1109) 3061 0 R (111) 2169 0 R (1111) 3063 0 R (1112) 3064 0 R (1113) 3065 0 R (1114) 3066 0 R (1115) 3067 0 R (1116) 3068 0 R (1117) 3069 0 R (1118) 3070 0 R (1119) 3071 0 R (112) 2170 0 R (1120) 3072 0 R (1121) 3073 0 R (1122) 3074 0 R (1123) 3075 0 R (1124) 3076 0 R (1125) 3077 0 R (1126) 3078 0 R (1128) 3080 0 R (113) 2171 0 R (1131) 3081 0 R (1132) 3082 0 R (1134) 3084 0 R (1135) 3085 0 R (1136) 3086 0 R (1137) 3087 0 R (114) 2172 0 R (1142) 3092 0 R (1145) 3093 0 R (1146) 3094 0 R (1148) 3095 0 R (1150) 3096 0 R (1151) 3097 0 R (1152) 3098 0 R (1154) 3099 0 R (1155) 3100 0 R (1156) 3101 0 R (1157) 3102 0 R (1158) 3103 0 R (1159) 3104 0 R (1160) 3105 0 R (1162) 3106 0 R (1163) 3107 0 R (1164) 3108 0 R (1165) 3109 0 R (1166) 3110 0 R (1167) 3111 0 R (1168) 3112 0 R (117) 2176 0 R (1170) 3113 0 R (1171) 3114 0 R (1172) 3115 0 R (1173) 3116 0 R (1174) 3117 0 R (1175) 3118 0 R (1176) 3119 0 R (1178) 3120 0 R (1179) 3121 0 R (1180) 3122 0 R (1181) 3123 0 R (1183) 3124 0 R (1184) 3125 0 R (1185) 3126 0 R (1186) 3131 0 R (1187) 3132 0 R (1188) 3133 0 R (119) 2177 0 R (1190) 3134 0 R (1191) 3135 0 R (1192) 3136 0 R (1193) 3137 0 R (1194) 3138 0 R (1195) 3139 0 R (1196) 3140 0 R (1198) 3141 0 R (1199) 3142 0 R (12.0) 1046 0 R (12.62.1) 1050 0 R (12.63.1) 1054 0 R (12.64.1) 1058 0 R (120) 2178 0 R (1200) 3143 0 R (1202) 3144 0 R (1203) 3145 0 R (1204) 3146 0 R (1205) 3147 0 R (1206) 3148 0 R (1207) 3149 0 R (1208) 3150 0 R (121) 2179 0 R (1210) 3151 0 R (1211) 3152 0 R (1212) 3153 0 R (1213) 3154 0 R (1214) 3155 0 R (1215) 3156 0 R (1216) 3157 0 R (1218) 3158 0 R (1219) 3159 0 R (1220) 3160 0 R (1221) 3161 0 R (1222) 3162 0 R (1223) 3163 0 R (1225) 3164 0 R (1226) 3165 0 R (1227) 3166 0 R (1228) 3167 0 R (1229) 3168 0 R (1231) 3173 0 R (1232) 3174 0 R (1233) 3175 0 R (1236) 3176 0 R (1237) 3177 0 R (1239) 3178 0 R (1240) 3179 0 R (1241) 3180 0 R (1242) 3181 0 R (1245) 3182 0 R (1246) 3183 0 R (1248) 3184 0 R (1249) 3185 0 R (1250) 3186 0 R (1251) 3187 0 R (1253) 3188 0 R (1254) 3189 0 R (1255) 3190 0 R (1256) 3191 0 R (1259) 3192 0 R (1262) 3198 0 R (1263) 3199 0 R (1265) 3200 0 R (1266) 3201 0 R (1267) 3202 0 R (1268) 3203 0 R (1269) 3204 0 R (1270) 3205 0 R (1272) 3206 0 R (1273) 3207 0 R (1274) 3208 0 R (1277) 3209 0 R (1278) 3210 0 R (1280) 3211 0 R (1281) 3212 0 R (1282) 3213 0 R (1284) 3214 0 R (1285) 3215 0 R (1286) 3216 0 R (1289) 3221 0 R (1290) 3222 0 R (1293) 3223 0 R (1294) 3224 0 R (1297) 3225 0 R (1299) 3227 0 R (13.0) 1062 0 R (13.65.1) 1066 0 R (13.66.1) 1070 0 R (13.67.1) 1074 0 R (13.68.1) 1078 0 R (13.69.1) 1082 0 R (13.70.1) 1086 0 R (13.71.1) 1090 0 R (13.72.1) 1094 0 R (13.73.1) 1098 0 R (13.74.1) 1102 0 R (13.75.1) 1106 0 R (13.76.1) 1110 0 R (1301) 3228 0 R (1302) 3229 0 R (1303) 3230 0 R (1305) 3231 0 R (1306) 3232 0 R (1307) 3233 0 R (1308) 3234 0 R (1310) 3235 0 R (1311) 3236 0 R (1312) 3237 0 R (1315) 3239 0 R (1316) 3240 0 R (1317) 3241 0 R (1321) 3243 0 R (1322) 3248 0 R (1323) 3249 0 R (1324) 3250 0 R (1325) 3251 0 R (1328) 3253 0 R (1329) 3254 0 R (1330) 3255 0 R (1333) 3257 0 R (1334) 3258 0 R (1335) 3259 0 R (1336) 3260 0 R (1337) 3261 0 R (1340) 3263 0 R (1341) 3264 0 R (1342) 3265 0 R (1343) 3266 0 R (1344) 3267 0 R (1345) 3268 0 R (1346) 3269 0 R (1347) 3270 0 R (1348) 3271 0 R (1349) 3272 0 R (1350) 3273 0 R (1351) 3274 0 R (1354) 3276 0 R (1355) 3277 0 R (1356) 3278 0 R (1357) 3279 0 R (1360) 3286 0 R (1361) 3287 0 R (1362) 3288 0 R (1363) 3289 0 R (1366) 3291 0 R (1367) 3292 0 R (1368) 3293 0 R (1369) 3294 0 R (1372) 3296 0 R (1373) 3297 0 R (1374) 3298 0 R (1375) 3299 0 R (1378) 3300 0 R (1379) 3301 0 R (1380) 3302 0 R (1382) 3304 0 R (1383) 3305 0 R (1386) 3307 0 R (1387) 3308 0 R (1388) 3309 0 R (1389) 3310 0 R (1390) 3311 0 R (1393) 3313 0 R (1394) 3314 0 R (1397) 3316 0 R (1398) 3317 0 R (14.0) 1114 0 R (1401) 3319 0 R (1402) 3320 0 R (1403) 3325 0 R (1404) 3326 0 R (1407) 3327 0 R (1408) 3328 0 R (1410) 3329 0 R (1411) 3330 0 R (1412) 3331 0 R (1413) 3332 0 R (1415) 3333 0 R (1416) 3334 0 R (1417) 3335 0 R (1419) 3336 0 R (1420) 3337 0 R (1421) 3338 0 R (1423) 3339 0 R (1424) 3340 0 R (1425) 3341 0 R (1427) 3342 0 R (1428) 3343 0 R (1429) 3344 0 R (1432) 3345 0 R (1435) 3350 0 R (1438) 3351 0 R (1439) 3352 0 R (1440) 3353 0 R (1441) 3354 0 R (1442) 3355 0 R (1445) 3356 0 R (1450) 3357 0 R (1451) 3358 0 R (1452) 3359 0 R (1457) 3365 0 R (1458) 3366 0 R (1459) 3367 0 R (1460) 3368 0 R (1461) 3369 0 R (1462) 3370 0 R (1467) 3372 0 R (1468) 3373 0 R (1469) 3374 0 R (1470) 3375 0 R (1474) 3378 0 R (1475) 3379 0 R (1476) 3380 0 R (1477) 3381 0 R (1478) 3382 0 R (1479) 3383 0 R (1480) 3384 0 R (1481) 3385 0 R (1482) 3386 0 R (1483) 3387 0 R (1484) 3388 0 R (1487) 3393 0 R (1488) 3394 0 R (1489) 3395 0 R (1490) 3396 0 R (1491) 3397 0 R (1492) 3398 0 R (1493) 3399 0 R (1494) 3400 0 R (1495) 3401 0 R (1496) 3402 0 R (1497) 3403 0 R (1498) 3404 0 R (1499) 3405 0 R (15.0) 1118 0 R (15.76.108.2) 1122 0 R (1500) 3406 0 R (1501) 3407 0 R (1502) 3408 0 R (1503) 3409 0 R (1504) 3410 0 R (1505) 3411 0 R (1506) 3412 0 R (1507) 3413 0 R (1508) 3414 0 R (1509) 3415 0 R (1510) 3416 0 R (1511) 3417 0 R (1512) 3418 0 R (1513) 3419 0 R (1514) 3420 0 R (1515) 3421 0 R (1516) 3422 0 R (1517) 3423 0 R (1518) 3424 0 R (1519) 3425 0 R (1520) 3426 0 R (1521) 3427 0 R (1522) 3428 0 R (1523) 3429 0 R (1524) 3430 0 R (1525) 3431 0 R (1526) 3432 0 R (1527) 3433 0 R (1528) 3434 0 R (1529) 3435 0 R (1530) 3436 0 R (1531) 3437 0 R (1532) 3438 0 R (1533) 3439 0 R (1534) 3445 0 R (1535) 3446 0 R (1536) 3447 0 R (1537) 3448 0 R (1538) 3449 0 R (1539) 3450 0 R (1540) 3451 0 R (1541) 3452 0 R (1544) 3453 0 R (1545) 3454 0 R (1549) 3456 0 R (1550) 3457 0 R (1551) 3458 0 R (1552) 3459 0 R (1553) 3460 0 R (1554) 3461 0 R (1555) 3462 0 R (1556) 3463 0 R (1557) 3464 0 R (1560) 3465 0 R (1561) 3471 0 R (1562) 3472 0 R (1563) 3444 0 R (1565) 3473 0 R (1568) 3474 0 R (1571) 3477 0 R (1572) 3478 0 R (1573) 3479 0 R (1574) 3480 0 R (1575) 3481 0 R (1577) 3482 0 R (1578) 3483 0 R (1579) 3484 0 R (1581) 3485 0 R (1582) 3486 0 R (1583) 3487 0 R (1585) 3488 0 R (1586) 3489 0 R (1587) 3490 0 R (1589) 3491 0 R (1590) 3492 0 R (1591) 3493 0 R (1593) 3494 0 R (1594) 3495 0 R (1595) 3496 0 R (1597) 3497 0 R (1598) 3498 0 R (1599) 3499 0 R (16.0) 1126 0 R (16.76.109.2) 1130 0 R (16.76.109.57.3) 1134 0 R (1601) 3500 0 R (1602) 3501 0 R (1603) 3502 0 R (1605) 3503 0 R (1606) 3504 0 R (1607) 3505 0 R (1609) 3511 0 R (1610) 3512 0 R (1611) 3513 0 R (1613) 3470 0 R (1614) 3514 0 R (1615) 3515 0 R (1616) 3516 0 R (1620) 3518 0 R (1621) 3519 0 R (1622) 3520 0 R (1623) 3521 0 R (1624) 3522 0 R (1625) 3523 0 R (1626) 3524 0 R (1627) 3525 0 R (1628) 3526 0 R (1629) 3527 0 R (1630) 3528 0 R (1631) 3529 0 R (1632) 3530 0 R (1636) 3532 0 R (1639) 3533 0 R (1640) 3534 0 R (1642) 3536 0 R (1644) 3538 0 R (1648) 3544 0 R (1649) 3545 0 R (1650) 3546 0 R (1651) 3547 0 R (1653) 3549 0 R (1654) 3550 0 R (1656) 3552 0 R (1657) 3553 0 R (1658) 3554 0 R (1659) 3555 0 R (1660) 3556 0 R (1661) 3557 0 R (1662) 3558 0 R (1663) 3559 0 R (1664) 3560 0 R (1665) 3561 0 R (1666) 3562 0 R (1667) 3563 0 R (1668) 3564 0 R (1669) 3565 0 R (1670) 3566 0 R (1671) 3567 0 R (1672) 3568 0 R (1673) 3569 0 R (1674) 3570 0 R (1675) 3571 0 R (1676) 3572 0 R (1677) 3573 0 R (1678) 3574 0 R (1681) 3575 0 R (1682) 3576 0 R (1683) 3577 0 R (1684) 3583 0 R (1685) 3584 0 R (1686) 3585 0 R (1687) 3586 0 R (1688) 3587 0 R (1689) 3588 0 R (1690) 3589 0 R (1691) 3590 0 R (1692) 3591 0 R (1693) 3592 0 R (1694) 3593 0 R (1695) 3594 0 R (1696) 3595 0 R (1697) 3596 0 R (1698) 3597 0 R (1699) 3598 0 R (17.0) 1138 0 R (17.76.110.2) 1142 0 R (17.76.111.2) 1146 0 R (17.76.112.2) 1150 0 R (1700) 3599 0 R (1701) 3600 0 R (1702) 3601 0 R (1703) 3602 0 R (1704) 3603 0 R (1705) 3608 0 R (1706) 3609 0 R (1707) 3610 0 R (1708) 3611 0 R (1709) 3612 0 R (1710) 3613 0 R (1711) 3614 0 R (1712) 3615 0 R (1716) 3617 0 R (1717) 3618 0 R (1718) 3619 0 R (1719) 3624 0 R (1720) 3625 0 R (1721) 3626 0 R (1722) 3627 0 R (1723) 3628 0 R (1724) 3629 0 R (1725) 3630 0 R (1726) 3631 0 R (1727) 3632 0 R (1728) 3633 0 R (1729) 3634 0 R (1730) 3635 0 R (1731) 3636 0 R (1732) 3637 0 R (1733) 3638 0 R (1734) 3639 0 R (1735) 3640 0 R (1736) 3641 0 R (1739) 3642 0 R (1740) 3643 0 R (1741) 3644 0 R (1742) 3645 0 R (1743) 3646 0 R (1744) 3647 0 R (1745) 3648 0 R (1746) 3649 0 R (1747) 3650 0 R (1750) 3651 0 R (1751) 3652 0 R (1752) 3653 0 R (1753) 3654 0 R (1754) 3655 0 R (1755) 3656 0 R (1756) 3657 0 R (1757) 3658 0 R (1758) 3659 0 R (1759) 3660 0 R (1760) 3661 0 R (1761) 3662 0 R (1762) 3663 0 R (1765) 3668 0 R (1766) 3669 0 R (1767) 3670 0 R (1768) 3671 0 R (1771) 3672 0 R (1772) 3673 0 R (1773) 3674 0 R (1774) 3675 0 R (1775) 3676 0 R (1776) 3677 0 R (1777) 3678 0 R (1778) 3679 0 R (1779) 3680 0 R (1780) 3681 0 R (1781) 3682 0 R (1782) 3683 0 R (1783) 3684 0 R (1784) 3685 0 R (1785) 3686 0 R (1786) 3687 0 R (1787) 3688 0 R (1788) 3689 0 R (1789) 3690 0 R (1790) 3691 0 R (1791) 3692 0 R (1792) 3693 0 R (1793) 3694 0 R (1794) 3695 0 R (1795) 3696 0 R (1796) 3697 0 R (1797) 3698 0 R (18.0) 1154 0 R (18.76.113.2) 1158 0 R (18.76.114.2) 1162 0 R (18.76.115.2) 1166 0 R (18.76.116.2) 1170 0 R (1802) 3699 0 R (1803) 3700 0 R (1805) 3701 0 R (1806) 3702 0 R (1807) 3703 0 R (1808) 3704 0 R (1810) 3705 0 R (1811) 3706 0 R (1812) 3707 0 R (1813) 3708 0 R (1814) 3709 0 R (1816) 3710 0 R (1817) 3711 0 R (1818) 3712 0 R (1819) 3713 0 R (182) 2185 0 R (1820) 3714 0 R (1821) 3715 0 R (1822) 3716 0 R (1825) 3721 0 R (1826) 3722 0 R (1827) 3723 0 R (1828) 3724 0 R (1829) 3725 0 R (183) 2186 0 R (1830) 3726 0 R (1831) 3727 0 R (1832) 3728 0 R (1833) 3729 0 R (1834) 3730 0 R (1835) 3731 0 R (1838) 3732 0 R (1841) 3733 0 R (1842) 3734 0 R (1843) 3735 0 R (1844) 3736 0 R (1845) 3737 0 R (1846) 3738 0 R (1847) 3739 0 R (1848) 3740 0 R (1849) 3741 0 R (1850) 3742 0 R (1851) 3743 0 R (1852) 3744 0 R (1853) 3745 0 R (1854) 3746 0 R (1855) 3747 0 R (1856) 3748 0 R (1857) 3749 0 R (1858) 3750 0 R (1859) 3751 0 R (1862) 3752 0 R (1863) 3753 0 R (1864) 3754 0 R (1865) 3755 0 R (1866) 3756 0 R (1869) 3762 0 R (1870) 3763 0 R (1871) 3764 0 R (1872) 3765 0 R (1873) 3766 0 R (1876) 3767 0 R (1877) 3768 0 R (188) 2191 0 R (1881) 3770 0 R (1882) 3771 0 R (1885) 3773 0 R (1888) 3775 0 R (1889) 3776 0 R (189) 2192 0 R (1890) 3777 0 R (1893) 3779 0 R (1894) 3780 0 R (1895) 3781 0 R (1896) 3782 0 R (1897) 3783 0 R (1898) 3784 0 R (1899) 3785 0 R (19.0) 1174 0 R (19.76.117.2) 1178 0 R (19.76.118.2) 1182 0 R (190) 2193 0 R (1900) 3786 0 R (1901) 3787 0 R (1902) 3788 0 R (1903) 3789 0 R (1904) 3790 0 R (1905) 3791 0 R (1906) 3792 0 R (1907) 3793 0 R (1908) 3794 0 R (1909) 3795 0 R (191) 2197 0 R (1910) 3796 0 R (1911) 3797 0 R (1912) 3798 0 R (1913) 3799 0 R (1914) 3800 0 R (1915) 3807 0 R (1916) 3761 0 R (1918) 3808 0 R (1919) 3809 0 R (1920) 3810 0 R (1921) 3811 0 R (1922) 3812 0 R (1923) 3813 0 R (1926) 3815 0 R (1927) 3816 0 R (1928) 3817 0 R (193) 2200 0 R (1931) 3819 0 R (1932) 3820 0 R (1935) 3822 0 R (1936) 3823 0 R (1937) 3824 0 R (1938) 3825 0 R (1939) 3826 0 R (194) 2201 0 R (1940) 3827 0 R (1943) 3829 0 R (1944) 3830 0 R (1947) 3832 0 R (1948) 3833 0 R (1949) 3834 0 R (195) 2202 0 R (1950) 3835 0 R (1953) 3841 0 R (1956) 3842 0 R (1957) 3843 0 R (1958) 3844 0 R (1959) 3845 0 R (196) 2203 0 R (1962) 3847 0 R (1963) 3848 0 R (1966) 3849 0 R (1967) 3850 0 R (1968) 3851 0 R (1969) 3852 0 R (197) 2204 0 R (1970) 3853 0 R (1971) 3854 0 R (1972) 3855 0 R (1973) 3856 0 R (1976) 3857 0 R (1977) 3858 0 R (1979) 3860 0 R (198) 2205 0 R (1982) 3865 0 R (1983) 3866 0 R (1984) 3867 0 R (1985) 3868 0 R (1986) 3869 0 R (1989) 3870 0 R (199) 2206 0 R (1990) 3871 0 R (1991) 3872 0 R (1992) 3873 0 R (1993) 3874 0 R (1994) 3875 0 R (1995) 3876 0 R (1996) 3877 0 R (1997) 3878 0 R (1998) 3879 0 R (1999) 3880 0 R (2.0) 6 0 R (20.0) 1186 0 R (20.76.119.2) 1190 0 R (200) 2207 0 R (2000) 3881 0 R (2001) 3882 0 R (2002) 3883 0 R (201) 2208 0 R (2010) 3887 0 R (2011) 3888 0 R (2012) 3889 0 R (2013) 3890 0 R (2014) 3891 0 R (2015) 3892 0 R (2017) 3894 0 R (2018) 3895 0 R (2019) 3896 0 R (2020) 3897 0 R (2021) 3898 0 R (2022) 3899 0 R (2025) 3900 0 R (2029) 3907 0 R (2032) 3908 0 R (2033) 3909 0 R (2036) 3910 0 R (2037) 3911 0 R (2038) 3912 0 R (204) 2210 0 R (2041) 3913 0 R (2042) 3914 0 R (2043) 3915 0 R (2044) 3916 0 R (2045) 3917 0 R (2046) 3918 0 R (2047) 3919 0 R (2050) 3920 0 R (2051) 3905 0 R (2054) 3925 0 R (2055) 3926 0 R (2056) 3927 0 R (2057) 3928 0 R (2058) 3929 0 R (2059) 3930 0 R (2060) 3931 0 R (2061) 3932 0 R (2062) 3933 0 R (2063) 3934 0 R (2064) 3935 0 R (2065) 3936 0 R (2066) 3937 0 R (2067) 3938 0 R (2068) 3939 0 R (2069) 3940 0 R (207) 2212 0 R (2072) 3941 0 R (2073) 3942 0 R (2074) 3943 0 R (2075) 3944 0 R (2076) 3945 0 R (2077) 3946 0 R (2080) 3952 0 R (2081) 3953 0 R (2082) 3954 0 R (2083) 3955 0 R (2084) 3956 0 R (2085) 3957 0 R (2086) 3958 0 R (2088) 3961 0 R (2089) 3962 0 R (2091) 3964 0 R (2092) 3965 0 R (2094) 3967 0 R (2095) 3968 0 R (2097) 3970 0 R (2098) 3971 0 R (2099) 3972 0 R (21.0) 1194 0 R (21.76.120.2) 1198 0 R (210) 2214 0 R (2102) 3973 0 R (2103) 3974 0 R (2104) 3975 0 R (2105) 3976 0 R (2106) 3977 0 R (2107) 3978 0 R (2108) 3979 0 R (2109) 3980 0 R (2110) 3981 0 R (2111) 3982 0 R (2112) 3983 0 R (2113) 3984 0 R (2114) 3951 0 R (2116) 3990 0 R (2117) 3991 0 R (2118) 3992 0 R (2119) 3993 0 R (2123) 3995 0 R (2124) 3996 0 R (2125) 3997 0 R (2126) 3998 0 R (2127) 3999 0 R (2129) 4001 0 R (213) 2216 0 R (2130) 4002 0 R (2132) 4003 0 R (2133) 4004 0 R (2134) 4005 0 R (2135) 4006 0 R (2137) 4007 0 R (2138) 4008 0 R (2139) 4009 0 R (2140) 4010 0 R (2142) 4015 0 R (2143) 4016 0 R (2144) 4017 0 R (2145) 4018 0 R (2147) 4019 0 R (2148) 4020 0 R (2149) 4021 0 R (2150) 4022 0 R (2152) 4023 0 R (2153) 4024 0 R (2154) 4025 0 R (2155) 4026 0 R (2158) 4028 0 R (2159) 4029 0 R (216) 2218 0 R (2160) 4030 0 R (2161) 4031 0 R (2165) 4033 0 R (2166) 4034 0 R (2167) 4035 0 R (2168) 4036 0 R (2170) 4038 0 R (2171) 4039 0 R (2173) 4041 0 R (2174) 4042 0 R (2176) 1735 0 R (2178) 4044 0 R (2182) 4050 0 R (2183) 4051 0 R (2184) 4052 0 R (2185) 4053 0 R (2186) 4054 0 R (2187) 4055 0 R (2188) 4056 0 R (2189) 4057 0 R (219) 2220 0 R (2192) 4062 0 R (2193) 4063 0 R (2194) 4064 0 R (2199) 4065 0 R (22.0) 1202 0 R (22.76.121.2) 1206 0 R (22.76.122.2) 1210 0 R (2202) 4066 0 R (2204) 4068 0 R (2205) 4069 0 R (2206) 4070 0 R (2207) 4071 0 R (2209) 4073 0 R (2210) 4074 0 R (2211) 4075 0 R (2212) 4076 0 R (2213) 4077 0 R (2214) 4078 0 R (2215) 4079 0 R (2216) 4080 0 R (2217) 4081 0 R (2218) 4082 0 R (2219) 4083 0 R (2223) 4084 0 R (2224) 4085 0 R (2229) 4092 0 R (223) 2221 0 R (2235) 4094 0 R (2236) 4095 0 R (2237) 4096 0 R (2238) 4097 0 R (224) 2222 0 R (2242) 4099 0 R (2243) 4100 0 R (2244) 4101 0 R (2245) 4102 0 R (2246) 4103 0 R (225) 2228 0 R (2250) 4105 0 R (2251) 4106 0 R (2253) 4107 0 R (2254) 4108 0 R (2255) 4109 0 R (2256) 4110 0 R (2257) 4111 0 R (2258) 4112 0 R (226) 2229 0 R (2263) 4114 0 R (2267) 4117 0 R (2268) 4118 0 R (2269) 4119 0 R (2274) 4124 0 R (2275) 4125 0 R (2276) 4126 0 R (2277) 4127 0 R (2281) 4130 0 R (2282) 4131 0 R (2283) 4132 0 R (2284) 4133 0 R (2285) 4134 0 R (2286) 4135 0 R (2288) 4136 0 R (2289) 4137 0 R (229) 2230 0 R (2290) 4138 0 R (2291) 4139 0 R (2292) 4140 0 R (2293) 4141 0 R (2294) 4142 0 R (2295) 4143 0 R (2296) 4144 0 R (2297) 4145 0 R (2298) 4146 0 R (2299) 4147 0 R (23.0) 1214 0 R (23.76.123.2) 1218 0 R (23.76.124.2) 1222 0 R (23.76.125.2) 1226 0 R (2301) 4148 0 R (2302) 4149 0 R (2303) 4150 0 R (2304) 4151 0 R (2305) 4152 0 R (2306) 4153 0 R (2307) 4154 0 R (2308) 4155 0 R (2309) 4156 0 R (2310) 4157 0 R (2311) 4158 0 R (2312) 4159 0 R (2313) 4160 0 R (2315) 4161 0 R (2316) 4162 0 R (2317) 4163 0 R (2318) 4164 0 R (2319) 4165 0 R (232) 2231 0 R (2320) 4166 0 R (2321) 4167 0 R (2322) 4168 0 R (2323) 4169 0 R (2325) 4170 0 R (2326) 4171 0 R (2327) 4172 0 R (2328) 4173 0 R (2329) 4174 0 R (233) 2232 0 R (2330) 4175 0 R (2331) 4176 0 R (2332) 4177 0 R (2333) 4178 0 R (2334) 4179 0 R (2335) 4180 0 R (2336) 4181 0 R (2337) 4182 0 R (2338) 4183 0 R (2339) 4184 0 R (234) 2233 0 R (2340) 4185 0 R (2341) 4186 0 R (2342) 4187 0 R (2343) 4188 0 R (2344) 4189 0 R (2345) 4190 0 R (2346) 4191 0 R (2347) 4192 0 R (2348) 4193 0 R (2349) 4194 0 R (235) 2234 0 R (2350) 4195 0 R (2351) 4202 0 R (2352) 4203 0 R (2353) 4204 0 R (2354) 4205 0 R (2355) 4206 0 R (236) 2235 0 R (2361) 4208 0 R (2362) 4209 0 R (2363) 4210 0 R (2364) 4211 0 R (2365) 4212 0 R (2366) 4213 0 R (237) 2236 0 R (2371) 4218 0 R (2372) 4219 0 R (2373) 4220 0 R (2374) 4221 0 R (2377) 4222 0 R (2378) 4223 0 R (2379) 4224 0 R (238) 2237 0 R (2380) 4225 0 R (2381) 4226 0 R (2382) 4227 0 R (2383) 4228 0 R (2384) 4229 0 R (2385) 4230 0 R (2386) 4231 0 R (2387) 4232 0 R (2388) 4233 0 R (2389) 4234 0 R (239) 2238 0 R (2390) 4235 0 R (2391) 4236 0 R (2392) 4237 0 R (2393) 4238 0 R (2394) 4239 0 R (2395) 4240 0 R (2396) 4241 0 R (2397) 4246 0 R (2398) 4247 0 R (2399) 4248 0 R (24) 2093 0 R (24.0) 1230 0 R (24.76.126.2) 1234 0 R (240) 2239 0 R (2400) 4249 0 R (2403) 4250 0 R (2404) 4251 0 R (2405) 4252 0 R (2406) 4253 0 R (2407) 4254 0 R (2408) 4255 0 R (2409) 4256 0 R (243) 2240 0 R (2430) 4258 0 R (2431) 4259 0 R (2432) 4260 0 R (2433) 4261 0 R (2434) 4262 0 R (2435) 4263 0 R (2436) 4264 0 R (2437) 4265 0 R (2438) 4266 0 R (2439) 4267 0 R (244) 2241 0 R (2440) 4268 0 R (2441) 4269 0 R (2442) 4270 0 R (2443) 4271 0 R (2444) 4272 0 R (2445) 4273 0 R (2446) 4274 0 R (2447) 4275 0 R (2448) 4276 0 R (2449) 4277 0 R (245) 2242 0 R (2450) 4278 0 R (2451) 4279 0 R (2452) 4280 0 R (2453) 4281 0 R (2454) 4282 0 R (2455) 4283 0 R (2456) 4284 0 R (2457) 4285 0 R (2458) 4286 0 R (2459) 4287 0 R (246) 2243 0 R (2460) 4288 0 R (2461) 4289 0 R (2462) 4290 0 R (2463) 4291 0 R (2464) 4297 0 R (2465) 4298 0 R (2466) 4299 0 R (2467) 4300 0 R (2468) 4301 0 R (2469) 4302 0 R (247) 2244 0 R (2470) 4303 0 R (2471) 4304 0 R (2472) 4305 0 R (2473) 4306 0 R (2474) 4307 0 R (2475) 4308 0 R (2476) 4309 0 R (2497) 4311 0 R (2498) 4312 0 R (2499) 4313 0 R (25) 2094 0 R (25.0) 1238 0 R (25.76.127.2) 1242 0 R (25.76.128.2) 1246 0 R (250) 2245 0 R (2500) 4314 0 R (2501) 4315 0 R (2502) 4316 0 R (2503) 4317 0 R (2504) 4318 0 R (2505) 4319 0 R (2506) 4320 0 R (2507) 4321 0 R (2508) 4322 0 R (251) 2246 0 R (2511) 4323 0 R (2513) 4325 0 R (2514) 4326 0 R (2517) 4332 0 R (252) 2227 0 R (2522) 4333 0 R (2523) 4334 0 R (2524) 4335 0 R (2525) 4336 0 R (2529) 4342 0 R (2530) 4331 0 R (2531) 4343 0 R (2532) 4344 0 R (2533) 4345 0 R (2534) 4346 0 R (2535) 4347 0 R (2536) 4348 0 R (2537) 4349 0 R (2538) 4350 0 R (2539) 4351 0 R (254) 2250 0 R (2540) 4352 0 R (2541) 4353 0 R (2542) 4354 0 R (2543) 4355 0 R (2544) 4356 0 R (2545) 4357 0 R (2548) 4358 0 R (2549) 4359 0 R (2552) 4360 0 R (2553) 4361 0 R (2554) 4362 0 R (2555) 4363 0 R (2556) 4364 0 R (2557) 4365 0 R (2558) 4366 0 R (2559) 4367 0 R (2560) 4368 0 R (2561) 4369 0 R (2562) 4370 0 R (2563) 4371 0 R (2564) 4377 0 R (2567) 4378 0 R (2568) 4379 0 R (2569) 4380 0 R (257) 2251 0 R (2570) 4381 0 R (2571) 4382 0 R (2572) 4383 0 R (2575) 4384 0 R (2576) 4385 0 R (2577) 4386 0 R (2578) 4387 0 R (2579) 4388 0 R (258) 2252 0 R (2582) 4389 0 R (2585) 4390 0 R (2586) 4391 0 R (2587) 4392 0 R (26) 2095 0 R (26.0) 1250 0 R (26.76.129.2) 1254 0 R (26.76.130.2) 1258 0 R (260) 2254 0 R (2608) 4398 0 R (261) 2255 0 R (2611) 4399 0 R (2612) 4400 0 R (2614) 4402 0 R (2615) 4403 0 R (2616) 4404 0 R (2617) 4405 0 R (262) 2256 0 R (2622) 4406 0 R (2623) 4407 0 R (2624) 4408 0 R (2625) 4409 0 R (2626) 4410 0 R (2627) 4411 0 R (2628) 4412 0 R (2629) 4413 0 R (2630) 4414 0 R (2631) 4415 0 R (2632) 4416 0 R (2633) 4417 0 R (2634) 4418 0 R (2635) 4419 0 R (2636) 4424 0 R (2637) 4425 0 R (2638) 4426 0 R (2639) 4427 0 R (2640) 4428 0 R (2641) 4429 0 R (2642) 4430 0 R (2643) 4431 0 R (2644) 4432 0 R (2645) 4433 0 R (2646) 4434 0 R (2647) 4435 0 R (2648) 4436 0 R (2649) 4437 0 R (265) 2257 0 R (2650) 4438 0 R (2651) 4439 0 R (2654) 4440 0 R (2655) 4441 0 R (2656) 4442 0 R (2659) 4447 0 R (266) 2258 0 R (2660) 4448 0 R (2661) 4449 0 R (2662) 4450 0 R (2663) 4451 0 R (2664) 4452 0 R (2665) 4453 0 R (2666) 4454 0 R (2667) 4455 0 R (2668) 4456 0 R (267) 2259 0 R (2671) 4457 0 R (2672) 4458 0 R (2673) 4459 0 R (268) 2260 0 R (2683) 4461 0 R (2686) 4467 0 R (2689) 4468 0 R (269) 2261 0 R (2692) 4469 0 R (2695) 4470 0 R (2698) 4471 0 R (2699) 4472 0 R (27.0) 1262 0 R (27.76.131.2) 1266 0 R (27.76.132.2) 1270 0 R (270) 2262 0 R (2702) 4473 0 R (2705) 4474 0 R (2706) 1878 0 R (2708) 4480 0 R (2709) 4481 0 R (271) 2263 0 R (2710) 4466 0 R (2719) 4483 0 R (272) 2264 0 R (2722) 4484 0 R (2723) 4485 0 R (2726) 4486 0 R (2729) 4487 0 R (273) 2265 0 R (2730) 4488 0 R (2731) 4489 0 R (2734) 4495 0 R (2735) 4496 0 R (2736) 4479 0 R (2738) 4497 0 R (2739) 4498 0 R (274) 2266 0 R (2740) 4499 0 R (2743) 4500 0 R (2746) 4501 0 R (2747) 4502 0 R (2748) 4503 0 R (2749) 4504 0 R (275) 2267 0 R (2750) 4505 0 R (2751) 4506 0 R (2752) 4507 0 R (2753) 4508 0 R (2754) 4509 0 R (2755) 4510 0 R (2756) 4511 0 R (2757) 4512 0 R (2758) 4513 0 R (2759) 4514 0 R (2760) 4515 0 R (2761) 4516 0 R (2762) 4517 0 R (2763) 4518 0 R (2764) 4519 0 R (2765) 4520 0 R (2766) 4521 0 R (2767) 4522 0 R (2770) 4523 0 R (2771) 4524 0 R (2772) 4525 0 R (2773) 4526 0 R (2774) 4527 0 R (2775) 4532 0 R (2776) 4533 0 R (2777) 4534 0 R (2778) 4535 0 R (2779) 4536 0 R (278) 2268 0 R (2780) 4537 0 R (2781) 4538 0 R (2782) 4539 0 R (2783) 4540 0 R (2784) 4541 0 R (2785) 4542 0 R (2786) 4543 0 R (2787) 4544 0 R (2788) 4545 0 R (2789) 4546 0 R (279) 2269 0 R (2790) 4547 0 R (2791) 4548 0 R (2792) 4549 0 R (2793) 4550 0 R (2794) 4551 0 R (2795) 4552 0 R (2796) 4553 0 R (2797) 4554 0 R (2798) 4555 0 R (2799) 4556 0 R (28) 2097 0 R (28.0) 1274 0 R (28.76.133.2) 1278 0 R (2800) 4557 0 R (2801) 4558 0 R (2802) 4559 0 R (2803) 4560 0 R (2804) 4561 0 R (2805) 4562 0 R (2806) 4563 0 R (2807) 4564 0 R (2808) 4565 0 R (2809) 4566 0 R (281) 2271 0 R (2810) 4567 0 R (2811) 4573 0 R (2812) 4574 0 R (2813) 4575 0 R (2814) 4576 0 R (2817) 4577 0 R (282) 2272 0 R (2821) 4579 0 R (2822) 4580 0 R (2823) 4581 0 R (2826) 4582 0 R (2827) 4583 0 R (2828) 4584 0 R (2829) 4585 0 R (283) 2273 0 R (2831) 4586 0 R (2832) 4587 0 R (2833) 4588 0 R (2835) 4589 0 R (2836) 4590 0 R (2837) 4591 0 R (2839) 4592 0 R (284) 2274 0 R (2840) 4593 0 R (2841) 4594 0 R (2843) 4595 0 R (2844) 4596 0 R (2845) 4597 0 R (2847) 4598 0 R (2848) 4599 0 R (2849) 4600 0 R (285) 2279 0 R (2851) 4601 0 R (2852) 4602 0 R (2853) 4603 0 R (2855) 4604 0 R (2856) 4605 0 R (2857) 4606 0 R (2859) 4611 0 R (286) 2280 0 R (2860) 4612 0 R (2861) 4613 0 R (2863) 4572 0 R (2864) 4614 0 R (2865) 4615 0 R (2867) 4616 0 R (2868) 4617 0 R (2869) 4618 0 R (287) 2281 0 R (2871) 4619 0 R (2872) 4620 0 R (2873) 4621 0 R (2875) 4622 0 R (2876) 4623 0 R (2877) 4624 0 R (2879) 4625 0 R (288) 2282 0 R (2880) 4626 0 R (2881) 4627 0 R (2882) 4628 0 R (2883) 4629 0 R (2887) 4631 0 R (2890) 4632 0 R (2891) 4633 0 R (2892) 4634 0 R (2893) 4635 0 R (2894) 4636 0 R (2897) 4641 0 R (2898) 4642 0 R (2899) 4643 0 R (2900) 4644 0 R (2901) 4645 0 R (2902) 4646 0 R (2903) 1987 0 R (2905) 4647 0 R (2906) 4648 0 R (2907) 4649 0 R (2908) 4650 0 R (2909) 4651 0 R (291) 2285 0 R (2912) 4652 0 R (2913) 4658 0 R (2916) 4659 0 R (2917) 4660 0 R (2918) 4661 0 R (2919) 4662 0 R (292) 2286 0 R (2920) 4663 0 R (2921) 4664 0 R (2922) 4665 0 R (2923) 4666 0 R (2926) 4667 0 R (2927) 4668 0 R (2928) 4674 0 R (2929) 4675 0 R (293) 2287 0 R (2930) 4657 0 R (2931) 4676 0 R (2933) 4678 0 R (2934) 4679 0 R (2938) 4681 0 R (2939) 4682 0 R (294) 2288 0 R (2940) 4683 0 R (2943) 4684 0 R (2944) 4685 0 R (2945) 4686 0 R (2946) 4687 0 R (2947) 4692 0 R (2948) 4693 0 R (2949) 4694 0 R (295) 2289 0 R (2950) 4695 0 R (2953) 4696 0 R (2954) 4697 0 R (2955) 4698 0 R (2957) 4700 0 R (2958) 4701 0 R (2959) 4702 0 R (296) 2290 0 R (2960) 4703 0 R (2961) 4704 0 R (2962) 4705 0 R (2963) 1994 0 R (2965) 4710 0 R (2966) 4711 0 R (2967) 4712 0 R (297) 2291 0 R (2972) 4717 0 R (2973) 4718 0 R (2974) 4719 0 R (2975) 4720 0 R (2976) 4721 0 R (2977) 4722 0 R (2978) 4723 0 R (2979) 4724 0 R (298) 2292 0 R (2980) 4725 0 R (2981) 4726 0 R (2982) 4727 0 R (2985) 4728 0 R (2986) 4729 0 R (299) 2293 0 R (2990) 4731 0 R (2991) 4732 0 R (2992) 4733 0 R (2993) 4734 0 R (2994) 4735 0 R (2995) 4736 0 R (2996) 4737 0 R (2997) 4738 0 R (2998) 4739 0 R (2999) 4740 0 R (3.0) 10 0 R (300) 2294 0 R (3002) 4746 0 R (3003) 4747 0 R (3004) 4748 0 R (3005) 4749 0 R (3006) 4750 0 R (3007) 4751 0 R (3008) 4752 0 R (3009) 4753 0 R (301) 2295 0 R (3010) 4754 0 R (3011) 4755 0 R (3012) 4756 0 R (3013) 4757 0 R (3014) 4758 0 R (3015) 4759 0 R (3016) 4760 0 R (3017) 4761 0 R (3018) 4762 0 R (3019) 4763 0 R (302) 2296 0 R (3020) 4764 0 R (3021) 4765 0 R (3022) 4766 0 R (3023) 4767 0 R (3024) 4768 0 R (3025) 4769 0 R (3028) 4770 0 R (3029) 4771 0 R (303) 2297 0 R (3030) 4772 0 R (3031) 4745 0 R (3033) 4778 0 R (3034) 4779 0 R (3035) 4780 0 R (3036) 4781 0 R (3037) 4782 0 R (304) 2298 0 R (3040) 4783 0 R (3041) 4784 0 R (3042) 4785 0 R (3043) 4786 0 R (3044) 4787 0 R (3045) 4788 0 R (3046) 4789 0 R (3047) 4790 0 R (3048) 4791 0 R (3049) 4792 0 R (305) 2299 0 R (3050) 4793 0 R (3051) 4794 0 R (3052) 4795 0 R (3053) 4796 0 R (3054) 4797 0 R (3055) 4798 0 R (3056) 4799 0 R (3059) 4806 0 R (306) 2300 0 R (3060) 4777 0 R (3062) 4807 0 R (3063) 4808 0 R (3064) 4809 0 R (3065) 4810 0 R (3066) 4811 0 R (3067) 4812 0 R (3068) 4813 0 R (3069) 4814 0 R (307) 2301 0 R (3070) 4815 0 R (3071) 4816 0 R (3072) 4817 0 R (3073) 4818 0 R (3074) 4819 0 R (3075) 4820 0 R (3076) 4821 0 R (3077) 4822 0 R (3078) 4823 0 R (3079) 4824 0 R (308) 2302 0 R (3080) 4825 0 R (3081) 4826 0 R (3082) 4827 0 R (3083) 4828 0 R (3084) 4829 0 R (3085) 4830 0 R (3086) 4831 0 R (3087) 4832 0 R (3088) 4833 0 R (3089) 4834 0 R (309) 2303 0 R (3090) 4835 0 R (3091) 4836 0 R (3092) 4837 0 R (3093) 4838 0 R (3094) 4805 0 R (3096) 4843 0 R (3097) 4844 0 R (3098) 4845 0 R (3099) 4846 0 R (31) 2098 0 R (310) 2304 0 R (3100) 4847 0 R (3101) 4848 0 R (3104) 4849 0 R (3105) 4850 0 R (3108) 4851 0 R (3109) 4852 0 R (311) 2305 0 R (3110) 4853 0 R (3111) 4854 0 R (3112) 4855 0 R (3113) 4856 0 R (3114) 4861 0 R (3115) 4862 0 R (3116) 4863 0 R (3117) 4864 0 R (3118) 4865 0 R (3119) 4866 0 R (312) 2306 0 R (3120) 4867 0 R (3121) 4868 0 R (3122) 4869 0 R (3123) 4870 0 R (3124) 4871 0 R (3125) 4872 0 R (3126) 4873 0 R (3127) 4874 0 R (3128) 4875 0 R (3129) 4876 0 R (3130) 4877 0 R (3131) 4878 0 R (3136) 4880 0 R (3137) 4881 0 R (3138) 4882 0 R (3139) 4883 0 R (314) 2308 0 R (3140) 4884 0 R (3141) 4885 0 R (3142) 4886 0 R (3143) 4887 0 R (3144) 4888 0 R (3145) 4889 0 R (3146) 4890 0 R (3147) 4891 0 R (3148) 4897 0 R (3149) 4898 0 R (315) 2309 0 R (3150) 4899 0 R (3151) 4900 0 R (3152) 4901 0 R (3153) 4902 0 R (3154) 4903 0 R (3155) 4904 0 R (3156) 4905 0 R (3157) 4906 0 R (3158) 4907 0 R (3159) 4908 0 R (316) 2310 0 R (3160) 4909 0 R (3161) 4910 0 R (3162) 4911 0 R (3163) 4912 0 R (3164) 4913 0 R (3165) 4914 0 R (3166) 4915 0 R (3167) 4916 0 R (3168) 4917 0 R (3169) 4918 0 R (317) 2311 0 R (3170) 4919 0 R (3171) 4920 0 R (3172) 4921 0 R (3173) 4922 0 R (3174) 4923 0 R (3177) 4929 0 R (3178) 4930 0 R (3179) 4896 0 R (318) 2312 0 R (3180) 4931 0 R (3181) 4932 0 R (3182) 4933 0 R (3183) 4934 0 R (3184) 4935 0 R (3185) 4936 0 R (3186) 4937 0 R (3187) 4938 0 R (3188) 4939 0 R (3189) 4940 0 R (319) 2313 0 R (3190) 4941 0 R (3191) 4942 0 R (3192) 4943 0 R (3193) 4944 0 R (3194) 4928 0 R (3196) 4949 0 R (3197) 4950 0 R (3198) 4951 0 R (3199) 4952 0 R (32) 2099 0 R (320) 2314 0 R (3204) 4953 0 R (3209) 4957 0 R (321) 2315 0 R (3210) 4958 0 R (3211) 4959 0 R (3212) 4960 0 R (3213) 4961 0 R (3214) 4962 0 R (3215) 4968 0 R (3216) 4969 0 R (3219) 4970 0 R (3220) 4971 0 R (3221) 4972 0 R (3222) 4973 0 R (3223) 4974 0 R (3226) 4975 0 R (3227) 4976 0 R (323) 2317 0 R (3230) 4977 0 R (3231) 4978 0 R (3232) 4979 0 R (3235) 4984 0 R (3238) 4985 0 R (3239) 4986 0 R (324) 2318 0 R (3240) 4987 0 R (3241) 4988 0 R (3244) 4991 0 R (3245) 4992 0 R (3246) 4993 0 R (3247) 4994 0 R (3248) 4995 0 R (325) 2319 0 R (3251) 4996 0 R (3252) 4997 0 R (3253) 4998 0 R (3254) 4999 0 R (3255) 5000 0 R (3259) 5001 0 R (326) 2320 0 R (3260) 5002 0 R (3261) 5003 0 R (3262) 5004 0 R (3263) 5005 0 R (3264) 5006 0 R (3265) 5011 0 R (3268) 5012 0 R (3269) 5013 0 R (327) 2321 0 R (3270) 5014 0 R (3271) 5015 0 R (3272) 5016 0 R (3273) 5017 0 R (3274) 5018 0 R (3275) 5019 0 R (3278) 5020 0 R (3279) 5021 0 R (328) 2322 0 R (3280) 5022 0 R (3281) 5023 0 R (3282) 5024 0 R (3283) 5025 0 R (3284) 5026 0 R (3285) 5027 0 R (3286) 5028 0 R (3287) 5029 0 R (329) 2326 0 R (3290) 5030 0 R (3291) 5031 0 R (3292) 5036 0 R (3293) 5037 0 R (3294) 5038 0 R (3295) 5039 0 R (3298) 5041 0 R (3299) 5042 0 R (33) 2100 0 R (3300) 5043 0 R (3301) 5044 0 R (3302) 5045 0 R (3305) 5047 0 R (3306) 5048 0 R (3307) 5049 0 R (3308) 5050 0 R (3309) 5051 0 R (331) 2328 0 R (3310) 5052 0 R (3311) 5053 0 R (3314) 5054 0 R (3315) 5055 0 R (3316) 5060 0 R (3317) 5061 0 R (3318) 5062 0 R (332) 2329 0 R (3322) 5063 0 R (3323) 5064 0 R (3324) 5065 0 R (3325) 5066 0 R (3329) 5068 0 R (333) 2330 0 R (3330) 5069 0 R (3331) 5070 0 R (3332) 5071 0 R (3333) 5072 0 R (3336) 5077 0 R (3337) 5078 0 R (334) 2331 0 R (3340) 5079 0 R (3341) 5080 0 R (3342) 5081 0 R (3343) 5082 0 R (3344) 5083 0 R (3345) 5084 0 R (3346) 5085 0 R (3347) 5086 0 R (3348) 5087 0 R (3349) 5088 0 R (3350) 5089 0 R (3351) 5090 0 R (3352) 5091 0 R (3353) 5092 0 R (3354) 5093 0 R (3355) 5094 0 R (3356) 5095 0 R (3357) 5096 0 R (3358) 5097 0 R (3359) 5098 0 R (336) 2333 0 R (3360) 5099 0 R (3361) 5100 0 R (3362) 5101 0 R (3363) 5102 0 R (3364) 5103 0 R (3365) 5104 0 R (3366) 5105 0 R (3367) 5106 0 R (3368) 5107 0 R (337) 2334 0 R (3371) 5108 0 R (3372) 5109 0 R (3373) 5110 0 R (3374) 5111 0 R (3375) 5112 0 R (3376) 5113 0 R (3377) 5114 0 R (3378) 5115 0 R (3379) 5116 0 R (3384) 5122 0 R (3385) 5123 0 R (3386) 5124 0 R (3387) 5125 0 R (3388) 5126 0 R (3389) 5127 0 R (339) 2336 0 R (3390) 5128 0 R (3391) 5129 0 R (3392) 5130 0 R (3393) 5131 0 R (3394) 5132 0 R (3395) 5133 0 R (3396) 5134 0 R (3397) 5135 0 R (340) 2337 0 R (3401) 5137 0 R (3402) 5138 0 R (3403) 5139 0 R (3404) 5140 0 R (3405) 5141 0 R (3406) 5142 0 R (3407) 5143 0 R (3408) 5144 0 R (3409) 5145 0 R (3410) 5146 0 R (3411) 5147 0 R (3412) 5152 0 R (3413) 5153 0 R (3414) 5154 0 R (3415) 5155 0 R (3416) 5156 0 R (3417) 5157 0 R (3418) 5158 0 R (3419) 5159 0 R (342) 2339 0 R (3420) 5160 0 R (3421) 5161 0 R (3422) 5162 0 R (3423) 5163 0 R (3424) 5164 0 R (3425) 5165 0 R (3426) 5166 0 R (3427) 5167 0 R (3428) 5168 0 R (3429) 5169 0 R (343) 2340 0 R (3430) 5170 0 R (3431) 5171 0 R (3432) 5172 0 R (3433) 5173 0 R (3434) 5174 0 R (3435) 5175 0 R (3436) 5176 0 R (3437) 5177 0 R (3438) 5182 0 R (3439) 5183 0 R (3440) 5184 0 R (3441) 5185 0 R (3442) 5186 0 R (3443) 5187 0 R (3444) 5188 0 R (3445) 5189 0 R (3446) 5190 0 R (3447) 5191 0 R (3448) 5192 0 R (345) 2342 0 R (3451) 5193 0 R (3452) 5194 0 R (3453) 5195 0 R (3454) 5196 0 R (3455) 5197 0 R (3456) 5198 0 R (3457) 5199 0 R (3458) 5200 0 R (3459) 5201 0 R (346) 2343 0 R (3460) 5202 0 R (3461) 5203 0 R (3462) 5204 0 R (3463) 5205 0 R (3464) 5206 0 R (3465) 5207 0 R (3466) 5208 0 R (3467) 5213 0 R (3468) 5214 0 R (3469) 5215 0 R (347) 2344 0 R (3470) 5216 0 R (3471) 5217 0 R (3472) 5218 0 R (3473) 5219 0 R (3474) 5220 0 R (3477) 5225 0 R (3478) 5226 0 R (3479) 5227 0 R (348) 2345 0 R (3482) 5228 0 R (3483) 5229 0 R (3484) 5230 0 R (3487) 5231 0 R (3488) 5232 0 R (3489) 5233 0 R (349) 2346 0 R (3490) 5234 0 R (3491) 5235 0 R (3492) 5236 0 R (3493) 5241 0 R (3494) 5242 0 R (3497) 5243 0 R (3498) 5244 0 R (350) 2347 0 R (3501) 5245 0 R (3502) 5246 0 R (3503) 5247 0 R (3504) 5254 0 R (3507) 5255 0 R (3508) 5256 0 R (3509) 5257 0 R (3510) 5258 0 R (3511) 5259 0 R (3512) 5260 0 R (3513) 5261 0 R (3514) 5262 0 R (3515) 5263 0 R (3516) 5264 0 R (3517) 5265 0 R (3518) 5266 0 R (3519) 5267 0 R (352) 2349 0 R (3520) 5268 0 R (3521) 5269 0 R (3522) 5270 0 R (3523) 5271 0 R (3524) 5272 0 R (3525) 5273 0 R (3526) 5274 0 R (3527) 5275 0 R (3528) 5276 0 R (3529) 5277 0 R (353) 2350 0 R (3530) 5278 0 R (3531) 5279 0 R (3532) 5280 0 R (3533) 5281 0 R (3534) 5282 0 R (3535) 5283 0 R (3536) 5284 0 R (3537) 5285 0 R (3538) 5253 0 R (3539) 5290 0 R (354) 2351 0 R (3540) 5291 0 R (3543) 5292 0 R (3544) 5293 0 R (3545) 5294 0 R (3548) 5295 0 R (3549) 5296 0 R (355) 2352 0 R (3552) 5297 0 R (3553) 5302 0 R (3556) 5303 0 R (3559) 5304 0 R (356) 2353 0 R (3562) 5305 0 R (3563) 5306 0 R (3564) 5307 0 R (3567) 5308 0 R (3568) 5309 0 R (3569) 5310 0 R (357) 2354 0 R (3570) 5315 0 R (3571) 5316 0 R (3573) 5321 0 R (3577) 5322 0 R (3578) 5323 0 R (3579) 5324 0 R (358) 2355 0 R (3580) 5325 0 R (3585) 5328 0 R (3586) 5329 0 R (3587) 5330 0 R (3588) 5331 0 R (3589) 5332 0 R (359) 2356 0 R (3590) 5333 0 R (3592) 5334 0 R (3593) 5335 0 R (3594) 5336 0 R (3595) 5337 0 R (3596) 5338 0 R (3598) 5339 0 R (3599) 5340 0 R (36) 2101 0 R (3600) 5341 0 R (3601) 5342 0 R (3602) 5343 0 R (3603) 5344 0 R (3604) 5345 0 R (3605) 5346 0 R (3606) 5347 0 R (3608) 5348 0 R (3609) 5349 0 R (361) 2358 0 R (3610) 5350 0 R (3611) 5351 0 R (3612) 5352 0 R (3613) 5353 0 R (3614) 5354 0 R (3615) 5355 0 R (3616) 5356 0 R (3617) 5357 0 R (3618) 5358 0 R (362) 2359 0 R (3620) 5359 0 R (3621) 5360 0 R (3622) 5361 0 R (3623) 5362 0 R (3624) 5363 0 R (3625) 5364 0 R (363) 2360 0 R (3630) 5371 0 R (3631) 5372 0 R (3632) 5373 0 R (3633) 5374 0 R (3634) 5375 0 R (3635) 5376 0 R (3637) 5377 0 R (3638) 5378 0 R (3639) 5379 0 R (364) 2361 0 R (3642) 5380 0 R (3643) 5381 0 R (3649) 5383 0 R (365) 2362 0 R (3650) 5384 0 R (3651) 5385 0 R (3652) 5386 0 R (3655) 5388 0 R (3656) 5389 0 R (366) 2363 0 R (3660) 5390 0 R (3661) 5391 0 R (3662) 5392 0 R (3663) 5393 0 R (3664) 5394 0 R (3667) 5395 0 R (3668) 5396 0 R (3669) 5397 0 R (367) 2364 0 R (3670) 5398 0 R (3671) 5405 0 R (3672) 5406 0 R (3673) 5407 0 R (3678) 5409 0 R (3679) 5410 0 R (368) 2365 0 R (3680) 5411 0 R (3681) 5412 0 R (3684) 5414 0 R (3685) 5415 0 R (369) 2366 0 R (3690) 5418 0 R (3691) 5419 0 R (3692) 5420 0 R (3693) 5421 0 R (3694) 5422 0 R (3699) 5425 0 R (37) 2102 0 R (370) 2367 0 R (3700) 5426 0 R (3706) 5432 0 R (3707) 5433 0 R (3708) 5434 0 R (3709) 5435 0 R (371) 2368 0 R (3710) 5436 0 R (3711) 5437 0 R (3712) 5438 0 R (3715) 5440 0 R (3716) 5441 0 R (3718) 5443 0 R (3719) 5444 0 R (372) 2369 0 R (3721) 5445 0 R (3722) 5446 0 R (3723) 5447 0 R (3724) 5448 0 R (3726) 5449 0 R (3727) 5450 0 R (3728) 5451 0 R (3729) 5452 0 R (3730) 5453 0 R (3732) 5454 0 R (3733) 5455 0 R (3734) 5456 0 R (3735) 5457 0 R (3742) 5460 0 R (3743) 5461 0 R (3744) 5462 0 R (3747) 5463 0 R (3748) 5464 0 R (375) 2370 0 R (3750) 5470 0 R (3751) 5471 0 R (3752) 5472 0 R (3753) 5473 0 R (3757) 5475 0 R (3758) 5476 0 R (3759) 5477 0 R (376) 2371 0 R (3760) 5478 0 R (3761) 5479 0 R (3762) 5480 0 R (3763) 5481 0 R (3764) 5482 0 R (3770) 5484 0 R (3771) 5485 0 R (3775) 5487 0 R (3776) 5488 0 R (3777) 5489 0 R (3782) 5491 0 R (3783) 5492 0 R (3784) 5493 0 R (3786) 5498 0 R (3787) 5499 0 R (3788) 5500 0 R (3789) 5501 0 R (379) 2372 0 R (3790) 5502 0 R (3791) 5503 0 R (3792) 5504 0 R (3793) 5505 0 R (3794) 5506 0 R (3795) 5507 0 R (3796) 5508 0 R (3797) 5509 0 R (3798) 5510 0 R (3799) 5511 0 R (38) 2103 0 R (3804) 5514 0 R (3805) 5515 0 R (3806) 5516 0 R (3810) 5518 0 R (3811) 5519 0 R (3816) 5522 0 R (3817) 5523 0 R (3818) 5524 0 R (3819) 5527 0 R (382) 2376 0 R (3820) 5525 0 R (3821) 5526 0 R (383) 2377 0 R (384) 2378 0 R (385) 2379 0 R (386) 2380 0 R (387) 2381 0 R (388) 2382 0 R (389) 2383 0 R (39) 2104 0 R (390) 2384 0 R (393) 2385 0 R (396) 2386 0 R (399) 2387 0 R (4.0) 14 0 R (4.1.1) 18 0 R (4.2.1) 22 0 R (4.3.1) 26 0 R (4.4.1) 30 0 R (4.5.1) 34 0 R (40) 2105 0 R (402) 2388 0 R (403) 2389 0 R (406) 2390 0 R (409) 2391 0 R (41) 2106 0 R (412) 2397 0 R (413) 2398 0 R (414) 2399 0 R (415) 2400 0 R (416) 2401 0 R (418) 2403 0 R (419) 2404 0 R (42) 2107 0 R (420) 2405 0 R (421) 2406 0 R (424) 2407 0 R (425) 2408 0 R (426) 2409 0 R (427) 2410 0 R (428) 2411 0 R (429) 2412 0 R (43) 2108 0 R (430) 2413 0 R (431) 2414 0 R (434) 2415 0 R (435) 2416 0 R (439) 2424 0 R (44) 2109 0 R (440) 2425 0 R (441) 2426 0 R (442) 2396 0 R (444) 2427 0 R (445) 2428 0 R (446) 2429 0 R (447) 2430 0 R (448) 2431 0 R (449) 2432 0 R (45) 2110 0 R (450) 2433 0 R (451) 2434 0 R (452) 2435 0 R (453) 2436 0 R (454) 2437 0 R (455) 2438 0 R (456) 2439 0 R (457) 2440 0 R (458) 2441 0 R (46) 2111 0 R (460) 2443 0 R (461) 2444 0 R (464) 2445 0 R (47) 2112 0 R (470) 2449 0 R (471) 2450 0 R (474) 2455 0 R (475) 2456 0 R (477) 2423 0 R (479) 2458 0 R (48) 2113 0 R (480) 2459 0 R (481) 2460 0 R (482) 2461 0 R (483) 2462 0 R (484) 2463 0 R (487) 2465 0 R (488) 2466 0 R (489) 2467 0 R (49) 2114 0 R (490) 2471 0 R (492) 2473 0 R (493) 2474 0 R (494) 2475 0 R (495) 2476 0 R (496) 2477 0 R (497) 2478 0 R (498) 2479 0 R (499) 2480 0 R (5.0) 38 0 R (5.10.1) 234 0 R (5.10.17.19.3) 242 0 R (5.10.17.2) 238 0 R (5.10.17.20.3) 246 0 R (5.10.17.21.3) 250 0 R (5.10.17.22.3) 254 0 R (5.10.17.23.3) 258 0 R (5.10.18.2) 262 0 R (5.10.18.24.3) 266 0 R (5.10.18.25.3) 270 0 R (5.10.19.2) 274 0 R (5.11.1) 278 0 R (5.11.20.2) 282 0 R (5.11.21.2) 286 0 R (5.11.21.26.11.4) 294 0 R (5.11.21.26.12.4) 298 0 R (5.11.21.26.13.4) 302 0 R (5.11.21.26.3) 290 0 R (5.11.22.2) 306 0 R (5.11.23.2) 310 0 R (5.11.24.2) 314 0 R (5.11.24.27.3) 318 0 R (5.11.25.2) 322 0 R (5.11.25.28.3) 326 0 R (5.12.1) 330 0 R (5.12.26.2) 334 0 R (5.12.27.2) 338 0 R (5.12.27.29.3) 342 0 R (5.12.27.30.3) 346 0 R (5.12.27.31.3) 350 0 R (5.12.27.32.3) 354 0 R (5.12.28.2) 358 0 R (5.12.29.2) 362 0 R (5.6.1) 42 0 R (5.6.1.2) 46 0 R (5.6.2.1.3) 54 0 R (5.6.2.2) 50 0 R (5.6.2.2.3) 58 0 R (5.6.2.3.3) 62 0 R (5.6.3.2) 66 0 R (5.6.4.2) 70 0 R (5.6.5.10.3) 102 0 R (5.6.5.11.3) 106 0 R (5.6.5.12.3) 110 0 R (5.6.5.2) 74 0 R (5.6.5.4.3) 78 0 R (5.6.5.5.3) 82 0 R (5.6.5.6.3) 86 0 R (5.6.5.7.3) 90 0 R (5.6.5.8.3) 94 0 R (5.6.5.9.3) 98 0 R (5.6.6.2) 114 0 R (5.6.7.2) 118 0 R (5.7.1) 122 0 R (5.7.10.2) 182 0 R (5.7.11.17.10.4) 198 0 R (5.7.11.17.3) 190 0 R (5.7.11.17.9.4) 194 0 R (5.7.11.18.3) 202 0 R (5.7.11.2) 186 0 R (5.7.12.2) 206 0 R (5.7.8.2) 126 0 R (5.7.9.13.3) 134 0 R (5.7.9.14.1.4) 142 0 R (5.7.9.14.2.4) 146 0 R (5.7.9.14.3) 138 0 R (5.7.9.14.3.4) 150 0 R (5.7.9.15.3) 154 0 R (5.7.9.15.4.4) 158 0 R (5.7.9.15.5.4) 162 0 R (5.7.9.16.3) 166 0 R (5.7.9.16.6.4) 170 0 R (5.7.9.16.7.4) 174 0 R (5.7.9.16.8.4) 178 0 R (5.7.9.2) 130 0 R (5.8.1) 210 0 R (5.8.13.2) 214 0 R (5.8.14.2) 218 0 R (5.8.15.2) 222 0 R (5.8.16.2) 226 0 R (5.9.1) 230 0 R (50) 2115 0 R (500) 2481 0 R (501) 2482 0 R (502) 2483 0 R (503) 2484 0 R (504) 2485 0 R (506) 2486 0 R (507) 2487 0 R (508) 2488 0 R (509) 2489 0 R (51) 2116 0 R (510) 2490 0 R (511) 2491 0 R (512) 2492 0 R (513) 2493 0 R (514) 2498 0 R (515) 2499 0 R (516) 2500 0 R (517) 2501 0 R (52) 2117 0 R (520) 2502 0 R (522) 2503 0 R (523) 2504 0 R (524) 2505 0 R (525) 2506 0 R (527) 2508 0 R (528) 2509 0 R (529) 2510 0 R (53) 2118 0 R (530) 2511 0 R (531) 2512 0 R (532) 2513 0 R (533) 2514 0 R (534) 2515 0 R (535) 2516 0 R (536) 2517 0 R (538) 2518 0 R (539) 2519 0 R (54) 2119 0 R (540) 2520 0 R (541) 2521 0 R (542) 2522 0 R (543) 2523 0 R (544) 2524 0 R (545) 2525 0 R (546) 2526 0 R (547) 2527 0 R (548) 2528 0 R (549) 2529 0 R (55) 2120 0 R (552) 2534 0 R (554) 2535 0 R (555) 2536 0 R (556) 2537 0 R (557) 2538 0 R (558) 2539 0 R (559) 2540 0 R (56) 2124 0 R (560) 2541 0 R (562) 2542 0 R (563) 2543 0 R (564) 2544 0 R (565) 2545 0 R (566) 2546 0 R (567) 2547 0 R (568) 2548 0 R (57) 2125 0 R (570) 2549 0 R (571) 2550 0 R (572) 2551 0 R (573) 2552 0 R (574) 1433 0 R (576) 2557 0 R (577) 2558 0 R (578) 2559 0 R (579) 2560 0 R (58) 2126 0 R (580) 2561 0 R (581) 2562 0 R (584) 2563 0 R (585) 2564 0 R (587) 2566 0 R (59) 2127 0 R (590) 2567 0 R (596) 2571 0 R (597) 2572 0 R (598) 2573 0 R (6.0) 366 0 R (6.13.1) 370 0 R (6.13.30.2) 374 0 R (6.13.31.2) 378 0 R (6.13.32.2) 382 0 R (6.13.33.2) 386 0 R (6.13.34.2) 390 0 R (6.13.35.2) 394 0 R (6.13.36.2) 398 0 R (6.13.37.2) 402 0 R (6.13.38.2) 406 0 R (6.13.39.2) 410 0 R (6.13.40.2) 414 0 R (6.13.41.2) 418 0 R (6.13.42.2) 422 0 R (6.13.43.2) 426 0 R (6.13.44.2) 430 0 R (6.13.45.2) 434 0 R (6.14.1) 438 0 R (6.14.46.2) 442 0 R (6.14.47.2) 446 0 R (6.14.47.33.3) 450 0 R (6.14.47.34.14.4) 458 0 R (6.14.47.34.15.4) 462 0 R (6.14.47.34.3) 454 0 R (6.14.47.35.3) 466 0 R (6.14.47.36.3) 470 0 R (6.14.47.37.3) 474 0 R (6.15.1) 478 0 R (6.16.1) 482 0 R (6.16.48.2) 486 0 R (6.16.49.2) 490 0 R (6.16.50.2) 494 0 R (6.16.51.2) 498 0 R (6.16.51.38.3) 502 0 R (6.17.1) 506 0 R (6.18.1) 510 0 R (6.19.1) 514 0 R (6.20.1) 518 0 R (6.20.52.2) 522 0 R (6.20.53.2) 526 0 R (6.20.53.39.3) 530 0 R (6.20.54.2) 534 0 R (6.20.55.2) 538 0 R (6.20.55.40.3) 542 0 R (6.20.55.41.3) 546 0 R (6.20.56.2) 550 0 R (6.20.56.42.3) 554 0 R (6.20.56.43.16.4) 562 0 R (6.20.56.43.17.4) 566 0 R (6.20.56.43.18.4) 570 0 R (6.20.56.43.19.4) 574 0 R (6.20.56.43.20.4) 578 0 R (6.20.56.43.21.4) 582 0 R (6.20.56.43.22.4) 586 0 R (6.20.56.43.23.4) 590 0 R (6.20.56.43.24.4) 594 0 R (6.20.56.43.25.4) 598 0 R (6.20.56.43.26.4) 602 0 R (6.20.56.43.3) 558 0 R (6.20.56.44.3) 606 0 R (6.21.1) 610 0 R (6.22.1) 614 0 R (6.22.57.2) 618 0 R (6.22.58.2) 622 0 R (6.22.59.2) 626 0 R (6.23.1) 630 0 R (6.23.60.2) 634 0 R (6.23.61.2) 638 0 R (6.24.1) 642 0 R (6.25.1) 646 0 R (6.26.1) 650 0 R (6.27.1) 654 0 R (6.27.62.2) 658 0 R (6.27.63.2) 662 0 R (6.27.64.2) 666 0 R (6.27.65.2) 670 0 R (6.28.1) 674 0 R (600) 2574 0 R (601) 2575 0 R (602) 2576 0 R (604) 2577 0 R (605) 2578 0 R (606) 2579 0 R (607) 2580 0 R (608) 2581 0 R (609) 2582 0 R (610) 2583 0 R (611) 2584 0 R (612) 2585 0 R (613) 2591 0 R (615) 2592 0 R (616) 2593 0 R (617) 2594 0 R (618) 2595 0 R (619) 2596 0 R (62) 2128 0 R (620) 2597 0 R (621) 2598 0 R (623) 2599 0 R (624) 2600 0 R (625) 2601 0 R (626) 2602 0 R (63) 2129 0 R (630) 2603 0 R (631) 2604 0 R (632) 2605 0 R (634) 2606 0 R (635) 2607 0 R (636) 2608 0 R (638) 2609 0 R (639) 2610 0 R (640) 2611 0 R (641) 2612 0 R (642) 2613 0 R (643) 2614 0 R (644) 2615 0 R (645) 2616 0 R (646) 2617 0 R (648) 2618 0 R (649) 2619 0 R (65) 2130 0 R (650) 2620 0 R (651) 2621 0 R (652) 2622 0 R (653) 2623 0 R (654) 2624 0 R (655) 2625 0 R (656) 2626 0 R (657) 2627 0 R (658) 2628 0 R (659) 2629 0 R (66) 2131 0 R (660) 2630 0 R (661) 2637 0 R (662) 2638 0 R (663) 2639 0 R (664) 2640 0 R (665) 2641 0 R (666) 2642 0 R (667) 2643 0 R (668) 2644 0 R (669) 2645 0 R (67) 2132 0 R (670) 2646 0 R (674) 2647 0 R (675) 2648 0 R (676) 2649 0 R (677) 2650 0 R (678) 2651 0 R (679) 2652 0 R (68) 2133 0 R (680) 2653 0 R (681) 2654 0 R (682) 2655 0 R (683) 2656 0 R (684) 2657 0 R (685) 2658 0 R (686) 2659 0 R (687) 2660 0 R (688) 2661 0 R (689) 2662 0 R (690) 2663 0 R (691) 2664 0 R (692) 2665 0 R (693) 2666 0 R (694) 2667 0 R (695) 2668 0 R (696) 2669 0 R (697) 2674 0 R (698) 2636 0 R (7.0) 678 0 R (7.29.1) 682 0 R (7.29.66.2) 686 0 R (7.29.67.2) 690 0 R (7.29.68.2) 694 0 R (7.30.1) 698 0 R (7.30.69.2) 702 0 R (7.30.70.2) 706 0 R (7.30.71.2) 710 0 R (7.31.1) 714 0 R (7.31.72.2) 718 0 R (7.32.1) 722 0 R (7.32.73.2) 726 0 R (70) 2134 0 R (700) 2675 0 R (704) 2677 0 R (705) 2678 0 R (707) 2680 0 R (708) 2681 0 R (709) 2682 0 R (71) 2135 0 R (710) 2683 0 R (712) 2685 0 R (713) 2686 0 R (714) 2687 0 R (715) 2688 0 R (716) 2689 0 R (717) 2690 0 R (718) 2691 0 R (719) 2692 0 R (72) 2136 0 R (723) 2694 0 R (724) 1439 0 R (726) 2695 0 R (727) 2696 0 R (728) 2697 0 R (729) 2698 0 R (73) 2137 0 R (730) 2702 0 R (731) 2703 0 R (732) 2704 0 R (733) 2705 0 R (734) 2706 0 R (735) 2707 0 R (736) 2708 0 R (739) 2713 0 R (740) 2714 0 R (741) 2715 0 R (742) 2716 0 R (743) 2717 0 R (744) 2718 0 R (747) 2719 0 R (749) 2721 0 R (75) 2138 0 R (750) 2722 0 R (751) 2723 0 R (752) 2724 0 R (753) 2725 0 R (754) 2726 0 R (755) 2727 0 R (758) 2728 0 R (759) 2729 0 R (76) 2139 0 R (760) 2730 0 R (761) 2731 0 R (762) 2732 0 R (763) 2733 0 R (764) 2738 0 R (765) 2739 0 R (766) 2740 0 R (767) 2741 0 R (768) 2742 0 R (769) 2743 0 R (77) 2140 0 R (772) 2744 0 R (773) 2745 0 R (774) 2746 0 R (775) 2747 0 R (776) 2748 0 R (777) 2749 0 R (778) 2750 0 R (779) 2751 0 R (78) 2141 0 R (780) 2752 0 R (781) 2753 0 R (782) 2754 0 R (783) 2755 0 R (784) 2756 0 R (785) 2757 0 R (786) 2758 0 R (789) 2759 0 R (790) 2760 0 R (791) 2761 0 R (794) 2766 0 R (795) 2767 0 R (798) 2768 0 R (799) 2769 0 R (8.0) 730 0 R (8.33.1) 734 0 R (8.34.1) 738 0 R (8.35.1) 742 0 R (8.36.1) 746 0 R (8.37.1) 750 0 R (8.37.74.2) 754 0 R (8.37.74.45.3) 758 0 R (8.37.74.46.3) 762 0 R (8.37.74.47.3) 766 0 R (8.37.75.2) 770 0 R (8.37.76.2) 774 0 R (8.37.77.2) 778 0 R (8.37.78.2) 782 0 R (8.38.1) 786 0 R (8.38.79.2) 790 0 R (8.38.80.2) 794 0 R (8.39.1) 798 0 R (8.39.81.2) 802 0 R (8.39.81.48.3) 806 0 R (8.39.81.49.3) 810 0 R (8.39.81.50.3) 814 0 R (8.39.81.51.3) 818 0 R (8.39.81.52.3) 822 0 R (8.39.81.53.3) 826 0 R (8.39.81.54.3) 830 0 R (8.40.1) 834 0 R (8.40.82.2) 838 0 R (8.40.83.2) 842 0 R (8.40.84.2) 846 0 R (8.40.85.2) 850 0 R (8.41.1) 854 0 R (8.42.1) 858 0 R (8.42.86.2) 862 0 R (8.42.87.2) 866 0 R (8.42.88.2) 870 0 R (8.42.89.2) 874 0 R (8.42.90.2) 878 0 R (8.43.1) 882 0 R (8.43.91.2) 886 0 R (8.43.92.2) 890 0 R (8.43.92.55.3) 894 0 R (8.43.92.56.3) 898 0 R (8.44.1) 902 0 R (8.45.1) 906 0 R (8.45.93.2) 910 0 R (8.45.94.2) 914 0 R (8.45.95.2) 918 0 R (8.45.96.2) 922 0 R (80) 2142 0 R (800) 2770 0 R (801) 2771 0 R (802) 2772 0 R (805) 2773 0 R (808) 2776 0 R (809) 2777 0 R (81) 2143 0 R (810) 2778 0 R (811) 2779 0 R (812) 2780 0 R (813) 2781 0 R (814) 2782 0 R (815) 2783 0 R (816) 2784 0 R (817) 2785 0 R (818) 2786 0 R (819) 2787 0 R (82) 2144 0 R (820) 2788 0 R (821) 2794 0 R (822) 2795 0 R (823) 2796 0 R (824) 2797 0 R (827) 2798 0 R (83) 2145 0 R (830) 2799 0 R (833) 2802 0 R (834) 2803 0 R (835) 2804 0 R (836) 2805 0 R (837) 2806 0 R (838) 2807 0 R (839) 2808 0 R (842) 2809 0 R (846) 2810 0 R (849) 2811 0 R (85) 2146 0 R (850) 2812 0 R (851) 2818 0 R (855) 2820 0 R (856) 2821 0 R (857) 2822 0 R (858) 2823 0 R (859) 2824 0 R (86) 2147 0 R (860) 2825 0 R (861) 2826 0 R (863) 2828 0 R (864) 2829 0 R (865) 2830 0 R (866) 2831 0 R (867) 2832 0 R (868) 2833 0 R (869) 2834 0 R (87) 2148 0 R (870) 2835 0 R (871) 2836 0 R (872) 2837 0 R (873) 2838 0 R (874) 2839 0 R (878) 2843 0 R (879) 2844 0 R (88) 2149 0 R (881) 2845 0 R (883) 2846 0 R (886) 2847 0 R (887) 2853 0 R (888) 2854 0 R (891) 1554 0 R (893) 2855 0 R (895) 1555 0 R (897) 2857 0 R (898) 2858 0 R (899) 2859 0 R (9.0) 926 0 R (9.46.1) 930 0 R (9.47.1) 934 0 R (9.47.100.2) 950 0 R (9.47.101.2) 954 0 R (9.47.102.2) 958 0 R (9.47.97.2) 938 0 R (9.47.98.2) 942 0 R (9.47.99.2) 946 0 R (9.48.1) 962 0 R (9.49.1) 966 0 R (9.50.1) 970 0 R (9.50.103.2) 974 0 R (9.50.104.2) 978 0 R (9.50.105.2) 982 0 R (9.50.106.2) 986 0 R (9.50.107.2) 990 0 R (90) 2150 0 R (900) 2860 0 R (901) 2861 0 R (902) 2862 0 R (903) 1556 0 R (905) 2863 0 R (907) 2864 0 R (908) 2865 0 R (909) 2870 0 R (91) 2151 0 R (911) 2871 0 R (912) 2872 0 R (913) 2873 0 R (914) 2874 0 R (916) 2875 0 R (917) 2876 0 R (918) 2877 0 R (919) 2878 0 R (92) 2152 0 R (920) 2879 0 R (921) 2880 0 R (922) 2881 0 R (923) 2882 0 R (924) 2883 0 R (925) 2884 0 R (926) 2885 0 R (927) 2886 0 R (928) 2887 0 R (929) 2888 0 R (93) 2153 0 R (930) 1557 0 R (932) 2889 0 R (933) 2890 0 R (934) 2891 0 R (935) 2896 0 R (936) 2897 0 R (937) 2898 0 R (938) 2899 0 R (939) 2900 0 R (940) 2901 0 R (941) 2902 0 R (942) 2903 0 R (943) 2904 0 R (944) 2905 0 R (945) 2906 0 R (948) 2907 0 R (949) 2908 0 R (95) 2154 0 R (950) 2909 0 R (951) 2910 0 R (952) 1559 0 R (954) 2911 0 R (955) 1560 0 R (957) 2912 0 R (958) 2913 0 R (959) 2914 0 R (96) 2155 0 R (960) 2915 0 R (961) 2916 0 R (962) 2917 0 R (963) 2918 0 R (964) 1561 0 R (966) 2923 0 R (967) 2924 0 R (968) 2925 0 R (97) 2156 0 R (970) 2927 0 R (971) 2928 0 R (972) 2929 0 R (973) 2930 0 R (974) 2931 0 R (977) 2932 0 R (978) 2933 0 R (979) 2934 0 R (98) 2157 0 R (980) 2935 0 R (981) 2936 0 R (982) 2937 0 R (983) 2938 0 R (986) 2939 0 R (987) 2940 0 R (988) 2941 0 R (989) 2942 0 R (99) 2158 0 R (990) 2943 0 R (993) 2944 0 R (994) 2945 0 R (995) 2946 0 R (996) 2951 0 R (997) 2952 0 R (998) 2953 0 R (999) 2954 0 R (Doc-Start) 1286 0 R (about) 1399 0 R (accountpreferences) 1982 0 R (add-custom-fields) 1722 0 R (admin-usermatching) 1689 0 R (administration) 1572 0 R (apache-addtype) 1442 0 R (attachments) 1868 0 R (bonsai) 2007 0 R (boolean) 1857 0 R (bug_page) 1854 0 R (bug_status_workflow) 1728 0 R (bugreports) 1865 0 R (bzldap) 1583 0 R (bzradius) 1584 0 R (casesensitivity) 1862 0 R (charts) 1986 0 R (charts-new-series) 1988 0 R (classifications) 1698 0 R (cloningbugs) 1867 0 R (cmdline) 2023 0 R (cmdline-bugmail) 2024 0 R (comment-wrapping) 1880 0 R (commenting) 1879 0 R (components) 1705 0 R (comps-vers-miles-products) 1702 0 R (configuration) 1426 0 R (conventions) 1404 0 R (copyright) 1400 0 R (create-groups) 1732 0 R (create-product) 1700 0 R (createnewusers) 1694 0 R (credits) 1403 0 R (cust-change-permissions) 2005 0 R (cust-hooks) 2004 0 R (cust-skins) 1996 0 R (cust-templates) 1997 0 R (custom-fields) 1721 0 R (customization) 1995 0 R (cvs) 2008 0 R (database-engine) 1428 0 R (database-schema) 1429 0 R (defaultuser) 1691 0 R (delete-custom-fields) 1724 0 R (dependencytree) 1881 0 R (disclaimer) 1401 0 R (edit-custom-fields) 1723 0 R (edit-groups) 1733 0 R (edit-products) 1701 0 R (edit-values) 1725 0 R (edit-values-delete) 1727 0 R (edit-values-list) 1726 0 R (emailpreferences) 1980 0 R (extraconfig) 1438 0 R (fillingbugs) 1866 0 R (flag-askto) 1712 0 R (flag-type-attachment) 1714 0 R (flag-type-bug) 1715 0 R (flag-types) 1713 0 R (flag-values) 1711 0 R (flags) 1989 0 R (flags-about) 1710 0 R (flags-admin) 1716 0 R (flags-create) 1718 0 R (flags-create-field-active) 3818 0 R (flags-create-field-category) 3778 0 R (flags-create-field-cclist) 3836 0 R (flags-create-field-description) 3774 0 R (flags-create-field-multiplicable) 3831 0 R (flags-create-field-name) 3772 0 R (flags-create-field-requestable) 3821 0 R (flags-create-field-sortkey) 3814 0 R (flags-create-field-specific) 3828 0 R (flags-create-grant-group) 3806 0 R (flags-create-request-group) 3846 0 R (flags-delete) 1719 0 R (flags-edit) 1717 0 R (flags-overview) 1708 0 R (flags-simpleexample) 1709 0 R (general-advice) 2013 0 R (generalpreferences) 1884 0 R (gfdl) 2069 0 R (gfdl-0) 2070 0 R (gfdl-1) 2071 0 R (gfdl-10) 2080 0 R (gfdl-2) 2072 0 R (gfdl-3) 2073 0 R (gfdl-4) 2074 0 R (gfdl-5) 2075 0 R (gfdl-6) 2076 0 R (gfdl-7) 2077 0 R (gfdl-8) 2078 0 R (gfdl-9) 2079 0 R (gfdl-howto) 2081 0 R (gloss-a) 5326 0 R (gloss-apache) 5327 0 R (gloss-b) 5366 0 R (gloss-bugzilla) 2187 0 R (gloss-c) 5382 0 R (gloss-cgi) 2275 0 R (gloss-component) 5387 0 R (gloss-contrib) 3280 0 R (gloss-cpan) 2848 0 R (gloss-d) 5408 0 R (gloss-daemon) 4086 0 R (gloss-dos) 5413 0 R (gloss-g) 5416 0 R (gloss-groups) 5417 0 R (gloss-htaccess) 4197 0 R (gloss-j) 5423 0 R (gloss-javascript) 5424 0 R (gloss-m) 5404 0 R (gloss-mta) 5431 0 R (gloss-mysql) 5439 0 R (gloss-p) 5459 0 R (gloss-ppm) 2789 0 R (gloss-product) 3506 0 R (gloss-q) 5474 0 R (gloss-r) 5483 0 R (gloss-rdbms) 5465 0 R (gloss-regexp) 5486 0 R (gloss-s) 5490 0 R (gloss-service) 4087 0 R (gloss-t) 5512 0 R (gloss-target-milestone) 5513 0 R (gloss-tcl) 5517 0 R (gloss-z) 5520 0 R (gloss-zarro) 5521 0 R (glossary) 2082 0 R (group-control-examples) 1704 0 R (groups) 1731 0 R (hintsandtips) 1877 0 R (http) 1434 0 R (http-apache) 1435 0 R (http-apache-mod_cgi) 2570 0 R (http-apache-mod_perl) 2586 0 R (http-iis) 1436 0 R (impersonatingusers) 1697 0 R (index) 1287 0 R (individual-buglists) 1864 0 R (install-MTA) 1424 0 R (install-bzfiles) 1413 0 R (install-config-bugzilla) 1437 0 R (install-database) 1408 0 R (install-modules-chart-base) 1418 0 R (install-modules-dbd-mysql) 1415 0 R (install-modules-gd) 1417 0 R (install-modules-gd-graph) 1419 0 R (install-modules-gd-text) 1420 0 R (install-modules-patchreader) 1423 0 R (install-modules-soap-lite) 1422 0 R (install-modules-template) 1416 0 R (install-modules-xml-twig) 1421 0 R (install-mysql) 1409 0 R (install-oracle) 1411 0 R (install-perl) 1407 0 R (install-perlmodules) 1414 0 R (install-perlmodules-manual) 2065 0 R (install-perlmodules-nonroot) 1558 0 R (install-pg) 1410 0 R (install-setupdatabase-adduser) 2464 0 R (install-webserver) 1412 0 R (installation) 1406 0 R (installation-whining) 1441 0 R (installation-whining-cron) 1440 0 R (installing-bugzilla) 1405 0 R (integration) 2006 0 R (keywords) 1720 0 R (lifecycle) 1855 0 R (lifecycle-image) 2089 0 R (list) 1863 0 R (localconfig) 1427 0 R (macosx-libraries) 1551 0 R (macosx-sendmail) 1550 0 R (manageusers) 1692 0 R (milestones) 1707 0 R (modifyusers) 1695 0 R (modules-manual-download) 2067 0 R (modules-manual-instructions) 2066 0 R (modules-manual-optional) 2068 0 R (multiple-bz-dbs) 1443 0 R (multiplecharts) 1860 0 R (myaccount) 1853 0 R (mysql) 1430 0 R (negation) 1859 0 R (newversions) 1402 0 R (nonroot) 1553 0 R (oracle) 1432 0 R (os-linux) 1552 0 R (os-macosx) 1549 0 R (os-specific) 1542 0 R (os-win32) 1543 0 R (page.1) 1285 0 R (page.10) 2395 0 R (page.100) 5076 0 R (page.101) 5121 0 R (page.102) 5151 0 R (page.103) 5181 0 R (page.104) 5212 0 R (page.105) 5224 0 R (page.106) 5240 0 R (page.107) 5252 0 R (page.108) 5289 0 R (page.109) 5301 0 R (page.11) 2422 0 R (page.110) 5314 0 R (page.111) 5320 0 R (page.112) 5370 0 R (page.113) 5403 0 R (page.114) 5430 0 R (page.115) 5469 0 R (page.116) 5497 0 R (page.12) 2454 0 R (page.13) 2497 0 R (page.14) 2533 0 R (page.15) 2556 0 R (page.16) 2590 0 R (page.17) 2635 0 R (page.18) 2673 0 R (page.19) 2712 0 R (page.2) 1295 0 R (page.20) 2737 0 R (page.21) 2765 0 R (page.22) 2793 0 R (page.23) 2817 0 R (page.24) 2852 0 R (page.25) 2869 0 R (page.26) 2895 0 R (page.27) 2922 0 R (page.28) 2950 0 R (page.29) 2995 0 R (page.3) 1302 0 R (page.30) 3021 0 R (page.31) 3053 0 R (page.32) 3091 0 R (page.33) 3130 0 R (page.34) 3172 0 R (page.35) 3197 0 R (page.36) 3220 0 R (page.37) 3247 0 R (page.38) 3284 0 R (page.39) 3324 0 R (page.4) 1447 0 R (page.40) 3349 0 R (page.41) 3364 0 R (page.42) 3392 0 R (page.43) 3443 0 R (page.44) 3469 0 R (page.45) 3510 0 R (page.46) 3543 0 R (page.47) 3582 0 R (page.48) 3607 0 R (page.49) 3623 0 R (page.5) 1592 0 R (page.50) 3667 0 R (page.51) 3720 0 R (page.52) 3760 0 R (page.53) 3805 0 R (page.54) 3840 0 R (page.55) 3864 0 R (page.56) 3904 0 R (page.57) 3924 0 R (page.58) 3950 0 R (page.59) 3989 0 R (page.6) 1740 0 R (page.60) 4014 0 R (page.61) 4049 0 R (page.62) 4061 0 R (page.63) 4091 0 R (page.64) 4123 0 R (page.65) 4201 0 R (page.66) 4217 0 R (page.67) 4245 0 R (page.68) 4296 0 R (page.69) 4330 0 R (page.7) 1888 0 R (page.70) 4341 0 R (page.71) 4376 0 R (page.72) 4397 0 R (page.73) 4423 0 R (page.74) 4446 0 R (page.75) 4465 0 R (page.76) 4478 0 R (page.77) 4494 0 R (page.78) 4531 0 R (page.79) 4571 0 R (page.8) 2028 0 R (page.80) 4610 0 R (page.81) 4640 0 R (page.82) 4656 0 R (page.83) 4673 0 R (page.84) 4691 0 R (page.85) 4709 0 R (page.86) 4716 0 R (page.87) 4744 0 R (page.88) 4776 0 R (page.89) 4804 0 R (page.9) 2086 0 R (page.90) 4842 0 R (page.91) 4860 0 R (page.92) 4895 0 R (page.93) 4927 0 R (page.94) 4948 0 R (page.95) 4967 0 R (page.96) 4983 0 R (page.97) 5010 0 R (page.98) 5035 0 R (page.99) 5059 0 R (param-LDAPBaseDN) 3285 0 R (param-LDAPbinddn) 3275 0 R (param-LDAPmailattribute) 3295 0 R (param-LDAPserver) 3262 0 R (param-LDAPuidattribute) 3290 0 R (param-RADIUS_email_suffix) 3318 0 R (param-RADIUS_secret) 3315 0 R (param-RADIUS_server) 3312 0 R (param-admin-policies) 1575 0 R (param-attachments) 1577 0 R (param-bug-change-policies) 1578 0 R (param-bugfields) 1579 0 R (param-bugmoving) 1580 0 R (param-dependency-graphs) 1581 0 R (param-email) 1585 0 R (param-group-security) 1582 0 R (param-patchviewer) 1586 0 R (param-querydefaults) 1587 0 R (param-requiredsettings) 1574 0 R (param-shadowdatabase) 1588 0 R (param-user-authentication) 1576 0 R (param-user_verify_class_for_ldap) 3256 0 R (param-user_verify_class_for_radius) 3306 0 R (parameters) 1573 0 R (paranoid-security) 2017 0 R (patches) 2022 0 R (patchviewer) 1869 0 R (patchviewer_bonsai_lxr) 1875 0 R (patchviewer_collapse) 1873 0 R (patchviewer_context) 1872 0 R (patchviewer_diff) 1871 0 R (patchviewer_link) 1874 0 R (patchviewer_unified_diff) 1876 0 R (patchviewer_view) 1870 0 R (permissionsettings) 1983 0 R (postgresql) 1431 0 R (product-group-controls) 1703 0 R (products) 1699 0 R (pronouns) 1858 0 R (query) 1856 0 R (quicksearch) 1861 0 R (quips) 1730 0 R (reporting) 1984 0 R (reports) 1985 0 R (sanitycheck) 1736 0 R (savedsearches) 1981 0 R (scm) 2009 0 R (security) 1838 0 R (security-bugzilla) 1849 0 R (security-bugzilla-charset) 1850 0 R (security-mysql) 1843 0 R (security-mysql-account) 1844 0 R (security-mysql-account-anonymous) 4104 0 R (security-mysql-account-root) 4098 0 R (security-mysql-network) 1846 0 R (security-mysql-network-ex) 4116 0 R (security-mysql-root) 1845 0 R (security-os) 1839 0 R (security-os-accounts) 1841 0 R (security-os-chroot) 1842 0 R (security-os-ports) 1840 0 R (security-webserver) 1847 0 R (security-webserver-access) 1848 0 R (self-registration) 3371 0 R (suexec) 1562 0 R (svn) 2010 0 R (table.1) 2180 0 R (table.2) 3884 0 R (table.3) 4257 0 R (table.4) 4310 0 R (table.5) 4393 0 R (table.6) 4460 0 R (table.7) 4482 0 R (table.8) 4879 0 R (template-directory) 1998 0 R (template-edit) 2000 0 R (template-formats) 2001 0 R (template-http-accept) 2003 0 R (template-method) 1999 0 R (template-specific) 2002 0 R (timetracking) 1882 0 R (tinderbox) 2011 0 R (trbl-dbdSponge) 2016 0 R (trbl-index) 2020 0 R (trbl-passwd-encryption) 2021 0 R (trbl-perlmodule) 2015 0 R (trbl-relogin-everyone) 2018 0 R (trbl-relogin-everyone-restrict) 5046 0 R (trbl-relogin-everyone-share) 5040 0 R (trbl-relogin-some) 2019 0 R (trbl-testserver) 2014 0 R (troubleshooting) 2012 0 R (upgrade) 1563 0 R (upgrade-before) 1564 0 R (upgrade-completion) 1570 0 R (upgrade-cvs) 1567 0 R (upgrade-files) 1565 0 R (upgrade-modified) 1566 0 R (upgrade-notifications) 1571 0 R (upgrade-patches) 1569 0 R (upgrade-tarball) 1568 0 R (user-account-creation) 3377 0 R (user-account-deletion) 1696 0 R (user-account-search) 1693 0 R (useradmin) 1690 0 R (userpreferences) 1883 0 R (users-and-groups) 1734 0 R (using) 1851 0 R (using-intro) 1852 0 R (using-mod_perl-with-bugzilla) 1425 0 R (versions) 1706 0 R (voting) 1729 0 R (whining) 1990 0 R (whining-overview) 1991 0 R (whining-query) 1993 0 R (whining-schedule) 1992 0 R (win32-code-changes) 1546 0 R (win32-email) 1548 0 R (win32-http) 1547 0 R (win32-perl) 1544 0 R (win32-perl-modules) 1545 0 R]
 /Limits [(1.0) (win32-perl-modules)]
 >> endobj
-5461 0 obj <<
-/Kids [5460 0 R]
+5547 0 obj <<
+/Kids [5546 0 R]
 >> endobj
-5462 0 obj <<
-/Dests 5461 0 R
+5548 0 obj <<
+/Dests 5547 0 R
 >> endobj
-5463 0 obj <<
+5549 0 obj <<
 /Type /Catalog
-/Pages 5458 0 R
-/Outlines 5459 0 R
-/Names 5462 0 R
+/Pages 5544 0 R
+/Outlines 5545 0 R
+/Names 5548 0 R
 /PageMode /UseOutlines 
-/OpenAction 1261 0 R
+/OpenAction 1281 0 R
 >> endobj
-5464 0 obj <<
+5550 0 obj <<
 /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords()
-/CreationDate (D:20080504193217-07'00')
+/CreationDate (D:20081129183354-08'00')
 /PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4)
 >> endobj
 xref
-0 5465
+0 5551
 0000000000 65535 f 
 0000000009 00000 n 
-0000029655 00000 n 
-0001200076 00000 n 
+0000030105 00000 n 
+0001213195 00000 n 
 0000000048 00000 n 
-0000000110 00000 n 
-0000104416 00000 n 
-0001199991 00000 n 
-0000000149 00000 n 
-0000000184 00000 n 
-0000430618 00000 n 
-0001199904 00000 n 
-0000000223 00000 n 
-0000000257 00000 n 
-0000433736 00000 n 
-0001199778 00000 n 
-0000000297 00000 n 
-0000000343 00000 n 
-0000433862 00000 n 
-0001199704 00000 n 
-0000000385 00000 n 
-0000000430 00000 n 
-0000434246 00000 n 
-0001199617 00000 n 
-0000000472 00000 n 
-0000000506 00000 n 
-0000434563 00000 n 
-0001199530 00000 n 
-0000000548 00000 n 
-0000000584 00000 n 
-0000438663 00000 n 
-0001199443 00000 n 
-0000000626 00000 n 
-0000000657 00000 n 
-0000443549 00000 n 
-0001199369 00000 n 
-0000000699 00000 n 
-0000000743 00000 n 
-0000448184 00000 n 
-0001199241 00000 n 
-0000000783 00000 n 
-0000000832 00000 n 
-0000448311 00000 n 
-0001199128 00000 n 
-0000000874 00000 n 
-0000000910 00000 n 
-0000449656 00000 n 
-0001199054 00000 n 
-0000000954 00000 n 
-0000000984 00000 n 
-0000452727 00000 n 
-0001198930 00000 n 
-0000001028 00000 n 
-0000001069 00000 n 
-0000452917 00000 n 
-0001198856 00000 n 
-0000001115 00000 n 
-0000001148 00000 n 
-0000453628 00000 n 
-0001198782 00000 n 
-0000001194 00000 n 
-0000001232 00000 n 
-0000454079 00000 n 
-0001198695 00000 n 
-0000001276 00000 n 
-0000001312 00000 n 
-0000454530 00000 n 
-0001198608 00000 n 
-0000001356 00000 n 
-0000001390 00000 n 
-0000459329 00000 n 
-0001198482 00000 n 
-0000001434 00000 n 
-0000001472 00000 n 
-0000470664 00000 n 
-0001198408 00000 n 
-0000001518 00000 n 
-0000001556 00000 n 
-0000470920 00000 n 
-0001198321 00000 n 
-0000001602 00000 n 
-0000001655 00000 n 
-0000471111 00000 n 
-0001198234 00000 n 
-0000001701 00000 n 
-0000001740 00000 n 
-0000471821 00000 n 
-0001198147 00000 n 
-0000001786 00000 n 
-0000001833 00000 n 
-0000472012 00000 n 
-0001198060 00000 n 
-0000001879 00000 n 
-0000001924 00000 n 
-0000472204 00000 n 
-0001197973 00000 n 
-0000001970 00000 n 
-0000002014 00000 n 
-0000475330 00000 n 
-0001197884 00000 n 
-0000002060 00000 n 
-0000002106 00000 n 
-0000475588 00000 n 
-0001197793 00000 n 
-0000002154 00000 n 
-0000002201 00000 n 
-0000475780 00000 n 
-0001197715 00000 n 
-0000002249 00000 n 
-0000002299 00000 n 
-0000475973 00000 n 
-0001197624 00000 n 
-0000002344 00000 n 
-0000002398 00000 n 
-0000476679 00000 n 
-0001197546 00000 n 
-0000002443 00000 n 
-0000002500 00000 n 
-0000480656 00000 n 
-0001197416 00000 n 
-0000002543 00000 n 
-0000002581 00000 n 
-0000480914 00000 n 
-0001197337 00000 n 
-0000002626 00000 n 
-0000002664 00000 n 
-0000485547 00000 n 
-0001197205 00000 n 
-0000002709 00000 n 
-0000002751 00000 n 
-0000485739 00000 n 
-0001197126 00000 n 
-0000002799 00000 n 
-0000002852 00000 n 
-0000485998 00000 n 
-0001196994 00000 n 
-0000002900 00000 n 
-0000002934 00000 n 
-0000486257 00000 n 
-0001196915 00000 n 
-0000002984 00000 n 
-0000003038 00000 n 
-0000486837 00000 n 
-0001196822 00000 n 
-0000003088 00000 n 
-0000003156 00000 n 
-0000490499 00000 n 
-0001196729 00000 n 
-0000003206 00000 n 
-0000003256 00000 n 
-0000491672 00000 n 
-0001196650 00000 n 
-0000003306 00000 n 
-0000003380 00000 n 
-0000492580 00000 n 
-0001196532 00000 n 
-0000003428 00000 n 
-0000003467 00000 n 
-0000492709 00000 n 
-0001196453 00000 n 
-0000003517 00000 n 
-0000003572 00000 n 
-0000496657 00000 n 
-0001196374 00000 n 
-0000003622 00000 n 
-0000003673 00000 n 
-0000497565 00000 n 
-0001196281 00000 n 
-0000003719 00000 n 
-0000003759 00000 n 
-0000498081 00000 n 
-0001196149 00000 n 
-0000003805 00000 n 
-0000003842 00000 n 
-0000501934 00000 n 
-0001196031 00000 n 
-0000003891 00000 n 
-0000003941 00000 n 
-0000502127 00000 n 
-0001195952 00000 n 
-0000003992 00000 n 
-0000004047 00000 n 
-0000504008 00000 n 
-0001195873 00000 n 
-0000004098 00000 n 
-0000004154 00000 n 
-0000510052 00000 n 
-0001195794 00000 n 
-0000004203 00000 n 
-0000004271 00000 n 
-0000516011 00000 n 
-0001195715 00000 n 
-0000004317 00000 n 
-0000004352 00000 n 
-0000519039 00000 n 
-0001195584 00000 n 
-0000004395 00000 n 
-0000004453 00000 n 
-0000519232 00000 n 
-0001195505 00000 n 
-0000004499 00000 n 
-0000004536 00000 n 
-0000520462 00000 n 
-0001195412 00000 n 
-0000004582 00000 n 
-0000004625 00000 n 
-0000524143 00000 n 
-0001195319 00000 n 
-0000004671 00000 n 
-0000004705 00000 n 
-0000524787 00000 n 
-0001195240 00000 n 
-0000004751 00000 n 
-0000004828 00000 n 
-0000525696 00000 n 
-0001195148 00000 n 
-0000004871 00000 n 
-0000004950 00000 n 
-0000529423 00000 n 
-0001195017 00000 n 
-0000004994 00000 n 
-0000005048 00000 n 
-0000529746 00000 n 
-0001194899 00000 n 
-0000005095 00000 n 
-0000005139 00000 n 
-0000530005 00000 n 
-0001194820 00000 n 
-0000005189 00000 n 
-0000005228 00000 n 
-0000533002 00000 n 
-0001194727 00000 n 
-0000005278 00000 n 
-0000005328 00000 n 
-0000534286 00000 n 
-0001194634 00000 n 
-0000005378 00000 n 
-0000005444 00000 n 
-0000538454 00000 n 
-0001194541 00000 n 
-0000005494 00000 n 
-0000005544 00000 n 
-0000539100 00000 n 
-0001194462 00000 n 
-0000005594 00000 n 
-0000005636 00000 n 
-0000539293 00000 n 
-0001194330 00000 n 
-0000005683 00000 n 
-0000005718 00000 n 
-0000539486 00000 n 
-0001194251 00000 n 
-0000005768 00000 n 
-0000005805 00000 n 
-0000539809 00000 n 
-0001194172 00000 n 
-0000005855 00000 n 
-0000005923 00000 n 
-0000544135 00000 n 
-0001194093 00000 n 
-0000005970 00000 n 
-0000006016 00000 n 
-0000544458 00000 n 
-0001193976 00000 n 
-0000006060 00000 n 
-0000006120 00000 n 
-0000544587 00000 n 
-0001193897 00000 n 
-0000006167 00000 n 
-0000006206 00000 n 
-0000544779 00000 n 
-0001193765 00000 n 
-0000006253 00000 n 
-0000006285 00000 n 
-0000547329 00000 n 
-0001193661 00000 n 
-0000006335 00000 n 
-0000006388 00000 n 
-0000547458 00000 n 
-0001193582 00000 n 
-0000006440 00000 n 
-0000006502 00000 n 
-0000547714 00000 n 
-0001193489 00000 n 
-0000006555 00000 n 
-0000006609 00000 n 
-0000548039 00000 n 
-0001193410 00000 n 
-0000006662 00000 n 
-0000006712 00000 n 
-0000551242 00000 n 
-0001193317 00000 n 
-0000006759 00000 n 
-0000006790 00000 n 
-0000552287 00000 n 
-0001193224 00000 n 
-0000006837 00000 n 
-0000006876 00000 n 
-0000555902 00000 n 
-0001193092 00000 n 
-0000006923 00000 n 
-0000006961 00000 n 
-0000556095 00000 n 
-0001193027 00000 n 
-0000007011 00000 n 
-0000007065 00000 n 
-0000556677 00000 n 
-0001192909 00000 n 
-0000007112 00000 n 
-0000007147 00000 n 
-0000557326 00000 n 
-0001192844 00000 n 
+0000000096 00000 n 
+0000104760 00000 n 
+0001213110 00000 n 
+0000000135 00000 n 
+0000000170 00000 n 
+0000435404 00000 n 
+0001213023 00000 n 
+0000000209 00000 n 
+0000000243 00000 n 
+0000438494 00000 n 
+0001212897 00000 n 
+0000000283 00000 n 
+0000000329 00000 n 
+0000438620 00000 n 
+0001212823 00000 n 
+0000000371 00000 n 
+0000000416 00000 n 
+0000439004 00000 n 
+0001212736 00000 n 
+0000000458 00000 n 
+0000000492 00000 n 
+0000439321 00000 n 
+0001212649 00000 n 
+0000000534 00000 n 
+0000000570 00000 n 
+0000443376 00000 n 
+0001212562 00000 n 
+0000000612 00000 n 
+0000000643 00000 n 
+0000448271 00000 n 
+0001212488 00000 n 
+0000000685 00000 n 
+0000000729 00000 n 
+0000452699 00000 n 
+0001212360 00000 n 
+0000000769 00000 n 
+0000000818 00000 n 
+0000452826 00000 n 
+0001212247 00000 n 
+0000000860 00000 n 
+0000000896 00000 n 
+0000454171 00000 n 
+0001212173 00000 n 
+0000000940 00000 n 
+0000000970 00000 n 
+0000456540 00000 n 
+0001212049 00000 n 
+0000001014 00000 n 
+0000001055 00000 n 
+0000456731 00000 n 
+0001211975 00000 n 
+0000001101 00000 n 
+0000001134 00000 n 
+0000457439 00000 n 
+0001211888 00000 n 
+0000001180 00000 n 
+0000001218 00000 n 
+0000457889 00000 n 
+0001211814 00000 n 
+0000001264 00000 n 
+0000001298 00000 n 
+0000461424 00000 n 
+0001211727 00000 n 
+0000001342 00000 n 
+0000001378 00000 n 
+0000461875 00000 n 
+0001211640 00000 n 
+0000001422 00000 n 
+0000001456 00000 n 
+0000462718 00000 n 
+0001211514 00000 n 
+0000001500 00000 n 
+0000001538 00000 n 
+0000475792 00000 n 
+0001211440 00000 n 
+0000001584 00000 n 
+0000001622 00000 n 
+0000476048 00000 n 
+0001211353 00000 n 
+0000001668 00000 n 
+0000001721 00000 n 
+0000478103 00000 n 
+0001211266 00000 n 
+0000001767 00000 n 
+0000001806 00000 n 
+0000478812 00000 n 
+0001211179 00000 n 
+0000001852 00000 n 
+0000001899 00000 n 
+0000479003 00000 n 
+0001211092 00000 n 
+0000001945 00000 n 
+0000001990 00000 n 
+0000479194 00000 n 
+0001211003 00000 n 
+0000002036 00000 n 
+0000002081 00000 n 
+0000479386 00000 n 
+0001210912 00000 n 
+0000002129 00000 n 
+0000002175 00000 n 
+0000479644 00000 n 
+0001210820 00000 n 
+0000002223 00000 n 
+0000002270 00000 n 
+0000479836 00000 n 
+0001210742 00000 n 
+0000002318 00000 n 
+0000002368 00000 n 
+0000483333 00000 n 
+0001210651 00000 n 
+0000002413 00000 n 
+0000002467 00000 n 
+0000484040 00000 n 
+0001210573 00000 n 
+0000002512 00000 n 
+0000002569 00000 n 
+0000484688 00000 n 
+0001210443 00000 n 
+0000002612 00000 n 
+0000002650 00000 n 
+0000488676 00000 n 
+0001210364 00000 n 
+0000002695 00000 n 
+0000002733 00000 n 
+0000490105 00000 n 
+0001210232 00000 n 
+0000002778 00000 n 
+0000002820 00000 n 
+0000490297 00000 n 
+0001210153 00000 n 
+0000002868 00000 n 
+0000002921 00000 n 
+0000493853 00000 n 
+0001210021 00000 n 
+0000002969 00000 n 
+0000003003 00000 n 
+0000494047 00000 n 
+0001209942 00000 n 
+0000003053 00000 n 
+0000003121 00000 n 
+0000494563 00000 n 
+0001209849 00000 n 
+0000003171 00000 n 
+0000003221 00000 n 
+0000495737 00000 n 
+0001209770 00000 n 
+0000003271 00000 n 
+0000003345 00000 n 
+0000499306 00000 n 
+0001209638 00000 n 
+0000003393 00000 n 
+0000003432 00000 n 
+0000499435 00000 n 
+0001209559 00000 n 
+0000003482 00000 n 
+0000003537 00000 n 
+0000500406 00000 n 
+0001209480 00000 n 
+0000003587 00000 n 
+0000003638 00000 n 
+0000503290 00000 n 
+0001209362 00000 n 
+0000003686 00000 n 
+0000003721 00000 n 
+0000503419 00000 n 
+0001209283 00000 n 
+0000003771 00000 n 
+0000003825 00000 n 
+0000503937 00000 n 
+0001209190 00000 n 
+0000003875 00000 n 
+0000003926 00000 n 
+0000504455 00000 n 
+0001209111 00000 n 
+0000003976 00000 n 
+0000004031 00000 n 
+0000508735 00000 n 
+0001209018 00000 n 
+0000004077 00000 n 
+0000004117 00000 n 
+0000509251 00000 n 
+0001208886 00000 n 
+0000004163 00000 n 
+0000004200 00000 n 
+0000509575 00000 n 
+0001208768 00000 n 
+0000004249 00000 n 
+0000004299 00000 n 
+0000509768 00000 n 
+0001208689 00000 n 
+0000004350 00000 n 
+0000004405 00000 n 
+0000514541 00000 n 
+0001208610 00000 n 
+0000004457 00000 n 
+0000004513 00000 n 
+0000520465 00000 n 
+0001208531 00000 n 
+0000004562 00000 n 
+0000004630 00000 n 
+0000526039 00000 n 
+0001208452 00000 n 
+0000004676 00000 n 
+0000004711 00000 n 
+0000527075 00000 n 
+0001208321 00000 n 
+0000004754 00000 n 
+0000004812 00000 n 
+0000527268 00000 n 
+0001208242 00000 n 
+0000004858 00000 n 
+0000004895 00000 n 
+0000530538 00000 n 
+0001208149 00000 n 
+0000004941 00000 n 
+0000004984 00000 n 
+0000531053 00000 n 
+0001208056 00000 n 
+0000005030 00000 n 
+0000005064 00000 n 
+0000531695 00000 n 
+0001207977 00000 n 
+0000005110 00000 n 
+0000005187 00000 n 
+0000535373 00000 n 
+0001207885 00000 n 
+0000005230 00000 n 
+0000005309 00000 n 
+0000536476 00000 n 
+0001207754 00000 n 
+0000005353 00000 n 
+0000005407 00000 n 
+0000539417 00000 n 
+0001207636 00000 n 
+0000005454 00000 n 
+0000005498 00000 n 
+0000539676 00000 n 
+0001207557 00000 n 
+0000005548 00000 n 
+0000005587 00000 n 
+0000540129 00000 n 
+0001207464 00000 n 
+0000005637 00000 n 
+0000005687 00000 n 
+0000544435 00000 n 
+0001207371 00000 n 
+0000005737 00000 n 
+0000005803 00000 n 
+0000544627 00000 n 
+0001207278 00000 n 
+0000005853 00000 n 
+0000005903 00000 n 
+0000545277 00000 n 
+0001207199 00000 n 
+0000005953 00000 n 
+0000005995 00000 n 
+0000545470 00000 n 
+0001207067 00000 n 
+0000006042 00000 n 
+0000006077 00000 n 
+0000545663 00000 n 
+0001206988 00000 n 
+0000006127 00000 n 
+0000006164 00000 n 
+0000549428 00000 n 
+0001206909 00000 n 
+0000006214 00000 n 
+0000006282 00000 n 
+0000551046 00000 n 
+0001206830 00000 n 
+0000006329 00000 n 
+0000006375 00000 n 
+0000553894 00000 n 
+0001206699 00000 n 
+0000006419 00000 n 
+0000006479 00000 n 
+0000554023 00000 n 
+0001206620 00000 n 
+0000006526 00000 n 
+0000006565 00000 n 
+0000554216 00000 n 
+0001206488 00000 n 
+0000006612 00000 n 
+0000006644 00000 n 
+0000554736 00000 n 
+0001206384 00000 n 
+0000006694 00000 n 
+0000006747 00000 n 
+0000554865 00000 n 
+0001206305 00000 n 
+0000006800 00000 n 
+0000006862 00000 n 
+0000557341 00000 n 
+0001206212 00000 n 
+0000006915 00000 n 
+0000006969 00000 n 
+0000557664 00000 n 
+0001206133 00000 n 
+0000007022 00000 n 
+0000007072 00000 n 
+0000558702 00000 n 
+0001206040 00000 n 
+0000007119 00000 n 
+0000007150 00000 n 
+0000562290 00000 n 
+0001205947 00000 n 
 0000007197 00000 n 
-0000007250 00000 n 
-0000561388 00000 n 
-0001192711 00000 n 
-0000007291 00000 n 
-0000007344 00000 n 
-0000561516 00000 n 
-0001192592 00000 n 
-0000007388 00000 n 
-0000007435 00000 n 
-0000561707 00000 n 
-0001192513 00000 n 
-0000007482 00000 n 
-0000007526 00000 n 
-0000572125 00000 n 
-0001192420 00000 n 
-0000007573 00000 n 
-0000007623 00000 n 
-0000572639 00000 n 
-0001192327 00000 n 
-0000007670 00000 n 
-0000007716 00000 n 
-0000573411 00000 n 
-0001192234 00000 n 
-0000007763 00000 n 
-0000007801 00000 n 
-0000576062 00000 n 
-0001192141 00000 n 
-0000007848 00000 n 
+0000007236 00000 n 
+0000562678 00000 n 
+0001205815 00000 n 
+0000007283 00000 n 
+0000007321 00000 n 
+0000562870 00000 n 
+0001205750 00000 n 
+0000007371 00000 n 
+0000007425 00000 n 
+0000566748 00000 n 
+0001205632 00000 n 
+0000007472 00000 n 
+0000007507 00000 n 
+0000567398 00000 n 
+0001205567 00000 n 
+0000007557 00000 n 
+0000007610 00000 n 
+0000567981 00000 n 
+0001205450 00000 n 
+0000007654 00000 n 
+0000007704 00000 n 
+0000568432 00000 n 
+0001205371 00000 n 
+0000007751 00000 n 
+0000007796 00000 n 
+0000574049 00000 n 
+0001205239 00000 n 
+0000007843 00000 n 
 0000007894 00000 n 
-0000576894 00000 n 
-0001192048 00000 n 
-0000007941 00000 n 
-0000007978 00000 n 
-0000580900 00000 n 
-0001191955 00000 n 
-0000008025 00000 n 
-0000008062 00000 n 
-0000581157 00000 n 
-0001191862 00000 n 
-0000008109 00000 n 
-0000008153 00000 n 
-0000581416 00000 n 
-0001191769 00000 n 
-0000008200 00000 n 
-0000008241 00000 n 
-0000582511 00000 n 
-0001191676 00000 n 
-0000008288 00000 n 
-0000008335 00000 n 
-0000591416 00000 n 
-0001191583 00000 n 
-0000008382 00000 n 
-0000008431 00000 n 
-0000595638 00000 n 
-0001191490 00000 n 
-0000008478 00000 n 
-0000008511 00000 n 
-0000596922 00000 n 
-0001191397 00000 n 
-0000008558 00000 n 
-0000008598 00000 n 
-0000597112 00000 n 
-0001191304 00000 n 
-0000008645 00000 n 
-0000008687 00000 n 
-0000599810 00000 n 
-0001191211 00000 n 
-0000008734 00000 n 
-0000008777 00000 n 
-0000600258 00000 n 
-0001191132 00000 n 
-0000008824 00000 n 
-0000008865 00000 n 
-0000600451 00000 n 
-0001191000 00000 n 
-0000008909 00000 n 
-0000008953 00000 n 
-0000600580 00000 n 
-0001190921 00000 n 
-0000009000 00000 n 
-0000009052 00000 n 
-0000600901 00000 n 
-0001190803 00000 n 
-0000009099 00000 n 
-0000009146 00000 n 
-0000601030 00000 n 
-0001190724 00000 n 
-0000009196 00000 n 
-0000009253 00000 n 
-0000604770 00000 n 
-0001190592 00000 n 
-0000009303 00000 n 
-0000009350 00000 n 
-0000604899 00000 n 
-0001190513 00000 n 
-0000009403 00000 n 
-0000009450 00000 n 
-0000605288 00000 n 
-0001190434 00000 n 
-0000009503 00000 n 
-0000009570 00000 n 
-0000606128 00000 n 
-0001190341 00000 n 
-0000009620 00000 n 
-0000009664 00000 n 
-0000616677 00000 n 
-0001190248 00000 n 
-0000009714 00000 n 
-0000009757 00000 n 
-0000616935 00000 n 
-0001190169 00000 n 
-0000009807 00000 n 
-0000009855 00000 n 
-0000617645 00000 n 
-0001190076 00000 n 
-0000009899 00000 n 
-0000009939 00000 n 
-0000620793 00000 n 
-0001189944 00000 n 
-0000009983 00000 n 
-0000010016 00000 n 
-0000626915 00000 n 
-0001189865 00000 n 
-0000010063 00000 n 
-0000010111 00000 n 
-0000627886 00000 n 
-0001189772 00000 n 
-0000010158 00000 n 
-0000010201 00000 n 
-0000628079 00000 n 
-0001189679 00000 n 
-0000010248 00000 n 
-0000010335 00000 n 
-0000628463 00000 n 
-0001189561 00000 n 
-0000010382 00000 n 
-0000010445 00000 n 
-0000633950 00000 n 
-0001189496 00000 n 
-0000010495 00000 n 
-0000010561 00000 n 
-0000640723 00000 n 
-0001189403 00000 n 
-0000010605 00000 n 
-0000010640 00000 n 
-0000644669 00000 n 
-0001189310 00000 n 
-0000010684 00000 n 
-0000010717 00000 n 
-0000645373 00000 n 
-0001189217 00000 n 
-0000010761 00000 n 
-0000010796 00000 n 
-0000646333 00000 n 
-0001189085 00000 n 
-0000010840 00000 n 
-0000010870 00000 n 
-0000649004 00000 n 
-0001189006 00000 n 
-0000010917 00000 n 
-0000010960 00000 n 
-0000650433 00000 n 
-0001188874 00000 n 
-0000011007 00000 n 
-0000011045 00000 n 
-0000650562 00000 n 
-0001188809 00000 n 
-0000011095 00000 n 
-0000011130 00000 n 
-0000651852 00000 n 
-0001188716 00000 n 
-0000011177 00000 n 
-0000011223 00000 n 
-0000655413 00000 n 
-0001188584 00000 n 
-0000011270 00000 n 
-0000011315 00000 n 
-0000655605 00000 n 
-0001188505 00000 n 
-0000011365 00000 n 
-0000011410 00000 n 
-0000656968 00000 n 
-0001188426 00000 n 
-0000011460 00000 n 
-0000011498 00000 n 
-0000657423 00000 n 
-0001188308 00000 n 
-0000011545 00000 n 
-0000011591 00000 n 
-0000660986 00000 n 
-0001188229 00000 n 
-0000011641 00000 n 
-0000011684 00000 n 
-0000661245 00000 n 
-0001188096 00000 n 
-0000011734 00000 n 
-0000011778 00000 n 
-0000661503 00000 n 
-0001188017 00000 n 
-0000011831 00000 n 
-0000011866 00000 n 
-0000661695 00000 n 
-0001187924 00000 n 
-0000011919 00000 n 
-0000011961 00000 n 
-0000662019 00000 n 
-0001187831 00000 n 
-0000012014 00000 n 
-0000012053 00000 n 
-0000666756 00000 n 
-0001187738 00000 n 
-0000012106 00000 n 
-0000012145 00000 n 
-0000667077 00000 n 
-0001187645 00000 n 
-0000012198 00000 n 
-0000012235 00000 n 
-0000667336 00000 n 
-0001187552 00000 n 
-0000012288 00000 n 
-0000012330 00000 n 
-0000667857 00000 n 
-0001187459 00000 n 
-0000012383 00000 n 
-0000012438 00000 n 
-0000668114 00000 n 
-0001187366 00000 n 
-0000012491 00000 n 
-0000012535 00000 n 
-0000668505 00000 n 
-0001187273 00000 n 
+0000578115 00000 n 
+0001205160 00000 n 
+0000007944 00000 n 
+0000008007 00000 n 
+0000578371 00000 n 
+0001205067 00000 n 
+0000008057 00000 n 
+0000008105 00000 n 
+0000579278 00000 n 
+0001204974 00000 n 
+0000008155 00000 n 
+0000008211 00000 n 
+0000583146 00000 n 
+0001204895 00000 n 
+0000008261 00000 n 
+0000008313 00000 n 
+0000587866 00000 n 
+0001204802 00000 n 
+0000008360 00000 n 
+0000008410 00000 n 
+0000589612 00000 n 
+0001204723 00000 n 
+0000008457 00000 n 
+0000008523 00000 n 
+0000592463 00000 n 
+0001204590 00000 n 
+0000008564 00000 n 
+0000008617 00000 n 
+0000592591 00000 n 
+0001204471 00000 n 
+0000008661 00000 n 
+0000008708 00000 n 
+0000592782 00000 n 
+0001204392 00000 n 
+0000008755 00000 n 
+0000008799 00000 n 
+0000603199 00000 n 
+0001204299 00000 n 
+0000008846 00000 n 
+0000008896 00000 n 
+0000603713 00000 n 
+0001204206 00000 n 
+0000008943 00000 n 
+0000008989 00000 n 
+0000604485 00000 n 
+0001204113 00000 n 
+0000009036 00000 n 
+0000009074 00000 n 
+0000607136 00000 n 
+0001204020 00000 n 
+0000009121 00000 n 
+0000009167 00000 n 
+0000607968 00000 n 
+0001203927 00000 n 
+0000009214 00000 n 
+0000009251 00000 n 
+0000611973 00000 n 
+0001203834 00000 n 
+0000009298 00000 n 
+0000009335 00000 n 
+0000612230 00000 n 
+0001203741 00000 n 
+0000009382 00000 n 
+0000009426 00000 n 
+0000612489 00000 n 
+0001203648 00000 n 
+0000009473 00000 n 
+0000009514 00000 n 
+0000613584 00000 n 
+0001203555 00000 n 
+0000009561 00000 n 
+0000009608 00000 n 
+0000622690 00000 n 
+0001203462 00000 n 
+0000009655 00000 n 
+0000009704 00000 n 
+0000626847 00000 n 
+0001203369 00000 n 
+0000009751 00000 n 
+0000009784 00000 n 
+0000628132 00000 n 
+0001203276 00000 n 
+0000009831 00000 n 
+0000009871 00000 n 
+0000630908 00000 n 
+0001203183 00000 n 
+0000009918 00000 n 
+0000009960 00000 n 
+0000631037 00000 n 
+0001203090 00000 n 
+0000010007 00000 n 
+0000010050 00000 n 
+0000631487 00000 n 
+0001203011 00000 n 
+0000010097 00000 n 
+0000010138 00000 n 
+0000631680 00000 n 
+0001202879 00000 n 
+0000010182 00000 n 
+0000010226 00000 n 
+0000631809 00000 n 
+0001202800 00000 n 
+0000010273 00000 n 
+0000010325 00000 n 
+0000635177 00000 n 
+0001202682 00000 n 
+0000010372 00000 n 
+0000010419 00000 n 
+0000635306 00000 n 
+0001202603 00000 n 
+0000010469 00000 n 
+0000010526 00000 n 
+0000635822 00000 n 
+0001202471 00000 n 
+0000010576 00000 n 
+0000010623 00000 n 
+0000635950 00000 n 
+0001202392 00000 n 
+0000010676 00000 n 
+0000010723 00000 n 
+0000636339 00000 n 
+0001202313 00000 n 
+0000010776 00000 n 
+0000010843 00000 n 
+0000640821 00000 n 
+0001202220 00000 n 
+0000010893 00000 n 
+0000010937 00000 n 
+0000647745 00000 n 
+0001202127 00000 n 
+0000010987 00000 n 
+0000011030 00000 n 
+0000648002 00000 n 
+0001202048 00000 n 
+0000011080 00000 n 
+0000011128 00000 n 
+0000648713 00000 n 
+0001201955 00000 n 
+0000011172 00000 n 
+0000011212 00000 n 
+0000651832 00000 n 
+0001201823 00000 n 
+0000011256 00000 n 
+0000011289 00000 n 
+0000657589 00000 n 
+0001201744 00000 n 
+0000011336 00000 n 
+0000011384 00000 n 
+0000658558 00000 n 
+0001201651 00000 n 
+0000011431 00000 n 
+0000011474 00000 n 
+0000658751 00000 n 
+0001201558 00000 n 
+0000011521 00000 n 
+0000011608 00000 n 
+0000662918 00000 n 
+0001201440 00000 n 
+0000011655 00000 n 
+0000011718 00000 n 
+0000664928 00000 n 
+0001201375 00000 n 
+0000011768 00000 n 
+0000011834 00000 n 
+0000671661 00000 n 
+0001201282 00000 n 
+0000011878 00000 n 
+0000011913 00000 n 
+0000675532 00000 n 
+0001201189 00000 n 
+0000011957 00000 n 
+0000011990 00000 n 
+0000676240 00000 n 
+0001201096 00000 n 
+0000012034 00000 n 
+0000012069 00000 n 
+0000679591 00000 n 
+0001200964 00000 n 
+0000012113 00000 n 
+0000012143 00000 n 
+0000679982 00000 n 
+0001200885 00000 n 
+0000012190 00000 n 
+0000012233 00000 n 
+0000681863 00000 n 
+0001200753 00000 n 
+0000012280 00000 n 
+0000012318 00000 n 
+0000681992 00000 n 
+0001200688 00000 n 
+0000012368 00000 n 
+0000012403 00000 n 
+0000685924 00000 n 
+0001200595 00000 n 
+0000012450 00000 n 
+0000012496 00000 n 
+0000686770 00000 n 
+0001200463 00000 n 
+0000012543 00000 n 
 0000012588 00000 n 
-0000012626 00000 n 
-0000668698 00000 n 
-0001187180 00000 n 
-0000012679 00000 n 
-0000012722 00000 n 
-0000672080 00000 n 
-0001187101 00000 n 
-0000012775 00000 n 
-0000012820 00000 n 
-0000672339 00000 n 
-0001187022 00000 n 
-0000012870 00000 n 
+0000686962 00000 n 
+0001200384 00000 n 
+0000012638 00000 n 
+0000012683 00000 n 
+0000688320 00000 n 
+0001200305 00000 n 
+0000012733 00000 n 
+0000012771 00000 n 
+0000691669 00000 n 
+0001200187 00000 n 
+0000012818 00000 n 
+0000012864 00000 n 
+0000692123 00000 n 
+0001200108 00000 n 
 0000012914 00000 n 
-0000672990 00000 n 
-0001186929 00000 n 
-0000012958 00000 n 
-0000012991 00000 n 
-0000673311 00000 n 
-0001186797 00000 n 
-0000013035 00000 n 
-0000013074 00000 n 
-0000677315 00000 n 
-0001186718 00000 n 
-0000013121 00000 n 
-0000013169 00000 n 
-0000679191 00000 n 
-0001186625 00000 n 
-0000013216 00000 n 
-0000013265 00000 n 
-0000679382 00000 n 
-0001186546 00000 n 
-0000013312 00000 n 
-0000013362 00000 n 
-0000682243 00000 n 
-0001186414 00000 n 
-0000013406 00000 n 
-0000013444 00000 n 
-0000682502 00000 n 
-0001186335 00000 n 
-0000013491 00000 n 
-0000013547 00000 n 
-0000682825 00000 n 
-0001186256 00000 n 
-0000013594 00000 n 
-0000013643 00000 n 
-0000683402 00000 n 
-0001186163 00000 n 
-0000013687 00000 n 
-0000013732 00000 n 
-0000683659 00000 n 
-0001186070 00000 n 
-0000013776 00000 n 
+0000012957 00000 n 
+0000692382 00000 n 
+0001199975 00000 n 
+0000013007 00000 n 
+0000013051 00000 n 
+0000692640 00000 n 
+0001199896 00000 n 
+0000013104 00000 n 
+0000013139 00000 n 
+0000692832 00000 n 
+0001199803 00000 n 
+0000013192 00000 n 
+0000013234 00000 n 
+0000693157 00000 n 
+0001199710 00000 n 
+0000013287 00000 n 
+0000013326 00000 n 
+0000697980 00000 n 
+0001199617 00000 n 
+0000013379 00000 n 
+0000013418 00000 n 
+0000698301 00000 n 
+0001199524 00000 n 
+0000013471 00000 n 
+0000013508 00000 n 
+0000698559 00000 n 
+0001199431 00000 n 
+0000013561 00000 n 
+0000013603 00000 n 
+0000699081 00000 n 
+0001199338 00000 n 
+0000013656 00000 n 
+0000013711 00000 n 
+0000699337 00000 n 
+0001199245 00000 n 
+0000013764 00000 n 
 0000013808 00000 n 
-0000687920 00000 n 
-0001185977 00000 n 
-0000013852 00000 n 
-0000013883 00000 n 
-0000688433 00000 n 
-0001185845 00000 n 
-0000013927 00000 n 
-0000013978 00000 n 
-0000693835 00000 n 
-0001185766 00000 n 
-0000014025 00000 n 
-0000014068 00000 n 
-0000698437 00000 n 
-0001185673 00000 n 
-0000014115 00000 n 
-0000014189 00000 n 
-0000704667 00000 n 
-0001185580 00000 n 
-0000014236 00000 n 
-0000014289 00000 n 
-0000705309 00000 n 
-0001185501 00000 n 
-0000014336 00000 n 
-0000014400 00000 n 
-0000705502 00000 n 
-0001185408 00000 n 
-0000014444 00000 n 
-0000014513 00000 n 
-0000709110 00000 n 
-0001185290 00000 n 
-0000014557 00000 n 
-0000014608 00000 n 
-0000709623 00000 n 
-0001185211 00000 n 
-0000014655 00000 n 
-0000014702 00000 n 
-0000714698 00000 n 
-0001185118 00000 n 
-0000014749 00000 n 
-0000014800 00000 n 
-0000715216 00000 n 
-0001184986 00000 n 
-0000014847 00000 n 
-0000014906 00000 n 
-0000716247 00000 n 
-0001184907 00000 n 
-0000014956 00000 n 
+0000702607 00000 n 
+0001199152 00000 n 
+0000013861 00000 n 
+0000013899 00000 n 
+0000702736 00000 n 
+0001199059 00000 n 
+0000013952 00000 n 
+0000013995 00000 n 
+0000703126 00000 n 
+0001198980 00000 n 
+0000014048 00000 n 
+0000014093 00000 n 
+0000703385 00000 n 
+0001198901 00000 n 
+0000014143 00000 n 
+0000014187 00000 n 
+0000704035 00000 n 
+0001198808 00000 n 
+0000014231 00000 n 
+0000014264 00000 n 
+0000708127 00000 n 
+0001198676 00000 n 
+0000014308 00000 n 
+0000014347 00000 n 
+0000708577 00000 n 
+0001198597 00000 n 
+0000014394 00000 n 
+0000014442 00000 n 
+0000710452 00000 n 
+0001198504 00000 n 
+0000014489 00000 n 
+0000014538 00000 n 
+0000713281 00000 n 
+0001198425 00000 n 
+0000014585 00000 n 
+0000014635 00000 n 
+0000713471 00000 n 
+0001198293 00000 n 
+0000014679 00000 n 
+0000014717 00000 n 
+0000713730 00000 n 
+0001198214 00000 n 
+0000014764 00000 n 
+0000014820 00000 n 
+0000714050 00000 n 
+0001198135 00000 n 
+0000014867 00000 n 
+0000014916 00000 n 
+0000714626 00000 n 
+0001198042 00000 n 
+0000014960 00000 n 
 0000015005 00000 n 
-0000719445 00000 n 
-0001184814 00000 n 
-0000015055 00000 n 
-0000015112 00000 n 
-0000723800 00000 n 
-0001184735 00000 n 
-0000015162 00000 n 
-0000015215 00000 n 
-0000724838 00000 n 
-0001184656 00000 n 
-0000015262 00000 n 
-0000015313 00000 n 
-0000730125 00000 n 
-0001184523 00000 n 
-0000015354 00000 n 
-0000015402 00000 n 
-0000730445 00000 n 
-0001184405 00000 n 
-0000015446 00000 n 
-0000015487 00000 n 
-0000730574 00000 n 
-0001184326 00000 n 
-0000015534 00000 n 
-0000015573 00000 n 
-0000730767 00000 n 
-0001184233 00000 n 
-0000015620 00000 n 
-0000015667 00000 n 
-0000731939 00000 n 
-0001184154 00000 n 
-0000015714 00000 n 
-0000015756 00000 n 
-0000734768 00000 n 
-0001184022 00000 n 
-0000015800 00000 n 
-0000015830 00000 n 
-0000734897 00000 n 
-0001183943 00000 n 
-0000015877 00000 n 
-0000015928 00000 n 
-0000735090 00000 n 
-0001183850 00000 n 
-0000015975 00000 n 
-0000016036 00000 n 
-0000736443 00000 n 
-0001183771 00000 n 
-0000016083 00000 n 
-0000016124 00000 n 
-0000739811 00000 n 
-0001183639 00000 n 
-0000016168 00000 n 
-0000016203 00000 n 
-0000739940 00000 n 
-0001183574 00000 n 
-0000016250 00000 n 
-0000016332 00000 n 
-0000746869 00000 n 
-0001183456 00000 n 
-0000016376 00000 n 
-0000016409 00000 n 
-0000746998 00000 n 
-0001183391 00000 n 
-0000016456 00000 n 
-0000016527 00000 n 
-0000750309 00000 n 
-0001183257 00000 n 
-0000016568 00000 n 
-0000016613 00000 n 
-0000750437 00000 n 
-0001183178 00000 n 
-0000016657 00000 n 
-0000016694 00000 n 
-0000750826 00000 n 
-0001183085 00000 n 
-0000016738 00000 n 
-0000016788 00000 n 
-0000756165 00000 n 
-0001182992 00000 n 
-0000016832 00000 n 
-0000016873 00000 n 
-0000763589 00000 n 
-0001182899 00000 n 
-0000016917 00000 n 
-0000016961 00000 n 
-0000815066 00000 n 
-0001182767 00000 n 
-0000017005 00000 n 
-0000017048 00000 n 
-0000818152 00000 n 
-0001182649 00000 n 
-0000017095 00000 n 
-0000017136 00000 n 
-0000819316 00000 n 
-0001182570 00000 n 
-0000017186 00000 n 
-0000017235 00000 n 
-0000819573 00000 n 
-0001182477 00000 n 
-0000017285 00000 n 
-0000017322 00000 n 
-0000823469 00000 n 
-0001182398 00000 n 
-0000017372 00000 n 
-0000017416 00000 n 
-0000823985 00000 n 
-0001182305 00000 n 
-0000017463 00000 n 
-0000017501 00000 n 
-0000824440 00000 n 
-0001182212 00000 n 
-0000017548 00000 n 
-0000017603 00000 n 
-0000824632 00000 n 
-0001182119 00000 n 
-0000017650 00000 n 
-0000017686 00000 n 
-0000828523 00000 n 
-0001182040 00000 n 
-0000017733 00000 n 
-0000017793 00000 n 
-0000829040 00000 n 
-0001181908 00000 n 
-0000017837 00000 n 
-0000017873 00000 n 
-0000829169 00000 n 
-0001181829 00000 n 
-0000017920 00000 n 
-0000017966 00000 n 
-0000834536 00000 n 
-0001181750 00000 n 
-0000018013 00000 n 
-0000018061 00000 n 
-0000837703 00000 n 
-0001181618 00000 n 
-0000018105 00000 n 
-0000018141 00000 n 
-0000838476 00000 n 
-0001181514 00000 n 
-0000018188 00000 n 
-0000018227 00000 n 
-0000838860 00000 n 
-0001181435 00000 n 
-0000018277 00000 n 
-0000018337 00000 n 
-0000841409 00000 n 
-0001181342 00000 n 
-0000018387 00000 n 
-0000018457 00000 n 
-0000841602 00000 n 
-0001181249 00000 n 
-0000018507 00000 n 
-0000018567 00000 n 
-0000841793 00000 n 
-0001181156 00000 n 
-0000018617 00000 n 
-0000018690 00000 n 
-0000841985 00000 n 
-0001181063 00000 n 
-0000018740 00000 n 
-0000018800 00000 n 
-0000842178 00000 n 
-0001180970 00000 n 
-0000018850 00000 n 
-0000018902 00000 n 
-0000842435 00000 n 
-0001180891 00000 n 
-0000018952 00000 n 
-0000019004 00000 n 
-0000842628 00000 n 
-0001180759 00000 n 
-0000019048 00000 n 
-0000019087 00000 n 
-0000845190 00000 n 
-0001180680 00000 n 
-0000019134 00000 n 
-0000019178 00000 n 
-0000845577 00000 n 
-0001180587 00000 n 
-0000019225 00000 n 
-0000019260 00000 n 
-0000845834 00000 n 
-0001180494 00000 n 
-0000019307 00000 n 
-0000019361 00000 n 
-0000846027 00000 n 
-0001180415 00000 n 
-0000019408 00000 n 
-0000019450 00000 n 
-0000849465 00000 n 
-0001180322 00000 n 
-0000019494 00000 n 
-0000019544 00000 n 
-0000849919 00000 n 
-0001180190 00000 n 
-0000019588 00000 n 
-0000019630 00000 n 
-0000850112 00000 n 
-0001180111 00000 n 
-0000019677 00000 n 
-0000019724 00000 n 
-0000851654 00000 n 
-0001180018 00000 n 
-0000019771 00000 n 
-0000019816 00000 n 
-0000860460 00000 n 
-0001179925 00000 n 
-0000019863 00000 n 
-0000019905 00000 n 
-0000860653 00000 n 
-0001179832 00000 n 
-0000019952 00000 n 
-0000019997 00000 n 
-0000860978 00000 n 
-0001179753 00000 n 
-0000020044 00000 n 
-0000020083 00000 n 
-0000866369 00000 n 
-0001179621 00000 n 
-0000020127 00000 n 
-0000020171 00000 n 
-0000866560 00000 n 
-0001179542 00000 n 
-0000020218 00000 n 
-0000020253 00000 n 
-0000869944 00000 n 
-0001179424 00000 n 
-0000020300 00000 n 
-0000020334 00000 n 
-0000870457 00000 n 
-0001179345 00000 n 
-0000020384 00000 n 
-0000020429 00000 n 
-0000870905 00000 n 
-0001179266 00000 n 
-0000020479 00000 n 
-0000020531 00000 n 
-0000873685 00000 n 
-0001179173 00000 n 
-0000020575 00000 n 
-0000020606 00000 n 
-0000874325 00000 n 
-0001179055 00000 n 
-0000020650 00000 n 
-0000020683 00000 n 
-0000878172 00000 n 
-0001178976 00000 n 
-0000020730 00000 n 
-0000020767 00000 n 
-0000878492 00000 n 
-0001178883 00000 n 
-0000020814 00000 n 
-0000020858 00000 n 
-0000882443 00000 n 
-0001178790 00000 n 
-0000020905 00000 n 
-0000020949 00000 n 
-0000884210 00000 n 
-0001178711 00000 n 
-0000020996 00000 n 
-0000021043 00000 n 
-0000887297 00000 n 
-0001178578 00000 n 
-0000021084 00000 n 
-0000021135 00000 n 
-0000887425 00000 n 
-0001178499 00000 n 
-0000021179 00000 n 
-0000021216 00000 n 
-0000888267 00000 n 
-0001178367 00000 n 
-0000021260 00000 n 
-0000021307 00000 n 
-0000888523 00000 n 
-0001178288 00000 n 
-0000021354 00000 n 
-0000021409 00000 n 
-0000892438 00000 n 
-0001178195 00000 n 
-0000021456 00000 n 
-0000021514 00000 n 
-0000894121 00000 n 
-0001178102 00000 n 
-0000021561 00000 n 
-0000021609 00000 n 
-0000898272 00000 n 
-0001178009 00000 n 
-0000021657 00000 n 
-0000021710 00000 n 
-0000903286 00000 n 
-0001177916 00000 n 
-0000021758 00000 n 
-0000021805 00000 n 
-0000908650 00000 n 
-0001177837 00000 n 
-0000021853 00000 n 
-0000021930 00000 n 
-0000908907 00000 n 
-0001177744 00000 n 
-0000021974 00000 n 
-0000022031 00000 n 
-0000922814 00000 n 
-0001177651 00000 n 
-0000022075 00000 n 
-0000022131 00000 n 
-0000927390 00000 n 
-0001177533 00000 n 
-0000022175 00000 n 
-0000022242 00000 n 
-0000927519 00000 n 
-0001177454 00000 n 
-0000022290 00000 n 
-0000022323 00000 n 
-0000927712 00000 n 
-0001177361 00000 n 
-0000022371 00000 n 
-0000022401 00000 n 
-0000930104 00000 n 
-0001177268 00000 n 
-0000022449 00000 n 
-0000022488 00000 n 
-0000930554 00000 n 
-0001177175 00000 n 
-0000022536 00000 n 
-0000022573 00000 n 
-0000930813 00000 n 
-0001177096 00000 n 
-0000022621 00000 n 
-0000022668 00000 n 
-0000934299 00000 n 
-0001176961 00000 n 
-0000022710 00000 n 
-0000022757 00000 n 
-0000934491 00000 n 
-0001176882 00000 n 
-0000022802 00000 n 
-0000022841 00000 n 
-0000935205 00000 n 
-0001176789 00000 n 
-0000022886 00000 n 
-0000022962 00000 n 
-0000935654 00000 n 
-0001176696 00000 n 
-0000023007 00000 n 
-0000023103 00000 n 
-0000938387 00000 n 
-0001176603 00000 n 
-0000023148 00000 n 
-0000023203 00000 n 
-0000939029 00000 n 
-0001176510 00000 n 
-0000023248 00000 n 
-0000023306 00000 n 
-0000939807 00000 n 
-0001176415 00000 n 
-0000023351 00000 n 
-0000023424 00000 n 
-0000943729 00000 n 
-0001176318 00000 n 
-0000023470 00000 n 
-0000023545 00000 n 
-0000946542 00000 n 
-0001176220 00000 n 
-0000023591 00000 n 
-0000023670 00000 n 
-0000946931 00000 n 
-0001176137 00000 n 
-0000023716 00000 n 
-0000023836 00000 n 
-0000950745 00000 n 
-0001175998 00000 n 
-0000023879 00000 n 
-0000023919 00000 n 
-0000951003 00000 n 
-0001175914 00000 n 
-0000023965 00000 n 
-0000024019 00000 n 
-0000953022 00000 n 
-0001175830 00000 n 
-0000024065 00000 n 
-0000024129 00000 n 
-0000955930 00000 n 
-0001175690 00000 n 
-0000024172 00000 n 
-0000024240 00000 n 
-0000956060 00000 n 
-0001175606 00000 n 
-0000024286 00000 n 
-0000024324 00000 n 
-0000957090 00000 n 
-0001175507 00000 n 
-0000024370 00000 n 
-0000024414 00000 n 
-0000962298 00000 n 
-0001175423 00000 n 
-0000024460 00000 n 
+0000717926 00000 n 
+0001197949 00000 n 
+0000015049 00000 n 
+0000015081 00000 n 
+0000719086 00000 n 
+0001197856 00000 n 
+0000015125 00000 n 
+0000015156 00000 n 
+0000724049 00000 n 
+0001197724 00000 n 
+0000015200 00000 n 
+0000015251 00000 n 
+0000725206 00000 n 
+0001197645 00000 n 
+0000015298 00000 n 
+0000015341 00000 n 
+0000729826 00000 n 
+0001197552 00000 n 
+0000015388 00000 n 
+0000015462 00000 n 
+0000735624 00000 n 
+0001197459 00000 n 
+0000015509 00000 n 
+0000015562 00000 n 
+0000736268 00000 n 
+0001197380 00000 n 
+0000015609 00000 n 
+0000015673 00000 n 
+0000738172 00000 n 
+0001197301 00000 n 
+0000015717 00000 n 
+0000015786 00000 n 
+0000742076 00000 n 
+0001197168 00000 n 
+0000015827 00000 n 
+0000015875 00000 n 
+0000742396 00000 n 
+0001197050 00000 n 
+0000015919 00000 n 
+0000015960 00000 n 
+0000742525 00000 n 
+0001196971 00000 n 
+0000016007 00000 n 
+0000016046 00000 n 
+0000742718 00000 n 
+0001196878 00000 n 
+0000016093 00000 n 
+0000016140 00000 n 
+0000743890 00000 n 
+0001196799 00000 n 
+0000016187 00000 n 
+0000016229 00000 n 
+0000746720 00000 n 
+0001196667 00000 n 
+0000016273 00000 n 
+0000016303 00000 n 
+0000746849 00000 n 
+0001196588 00000 n 
+0000016350 00000 n 
+0000016401 00000 n 
+0000747042 00000 n 
+0001196495 00000 n 
+0000016448 00000 n 
+0000016509 00000 n 
+0000748395 00000 n 
+0001196416 00000 n 
+0000016556 00000 n 
+0000016597 00000 n 
+0000751762 00000 n 
+0001196284 00000 n 
+0000016641 00000 n 
+0000016676 00000 n 
+0000751891 00000 n 
+0001196219 00000 n 
+0000016723 00000 n 
+0000016805 00000 n 
+0000758820 00000 n 
+0001196101 00000 n 
+0000016849 00000 n 
+0000016882 00000 n 
+0000758949 00000 n 
+0001196036 00000 n 
+0000016929 00000 n 
+0000017000 00000 n 
+0000762265 00000 n 
+0001195902 00000 n 
+0000017041 00000 n 
+0000017086 00000 n 
+0000762393 00000 n 
+0001195823 00000 n 
+0000017130 00000 n 
+0000017167 00000 n 
+0000762782 00000 n 
+0001195730 00000 n 
+0000017211 00000 n 
+0000017261 00000 n 
+0000768105 00000 n 
+0001195637 00000 n 
+0000017305 00000 n 
+0000017346 00000 n 
+0000775529 00000 n 
+0001195544 00000 n 
+0000017390 00000 n 
+0000017434 00000 n 
+0000827012 00000 n 
+0001195412 00000 n 
+0000017478 00000 n 
+0000017521 00000 n 
+0000830098 00000 n 
+0001195294 00000 n 
+0000017568 00000 n 
+0000017609 00000 n 
+0000831262 00000 n 
+0001195215 00000 n 
+0000017659 00000 n 
+0000017708 00000 n 
+0000831519 00000 n 
+0001195122 00000 n 
+0000017758 00000 n 
+0000017795 00000 n 
+0000835414 00000 n 
+0001195043 00000 n 
+0000017845 00000 n 
+0000017889 00000 n 
+0000835930 00000 n 
+0001194950 00000 n 
+0000017936 00000 n 
+0000017974 00000 n 
+0000836385 00000 n 
+0001194857 00000 n 
+0000018021 00000 n 
+0000018076 00000 n 
+0000836577 00000 n 
+0001194764 00000 n 
+0000018123 00000 n 
+0000018159 00000 n 
+0000840473 00000 n 
+0001194685 00000 n 
+0000018206 00000 n 
+0000018266 00000 n 
+0000840990 00000 n 
+0001194553 00000 n 
+0000018310 00000 n 
+0000018346 00000 n 
+0000841119 00000 n 
+0001194474 00000 n 
+0000018393 00000 n 
+0000018439 00000 n 
+0000846486 00000 n 
+0001194395 00000 n 
+0000018486 00000 n 
+0000018534 00000 n 
+0000849653 00000 n 
+0001194263 00000 n 
+0000018578 00000 n 
+0000018614 00000 n 
+0000850426 00000 n 
+0001194159 00000 n 
+0000018661 00000 n 
+0000018700 00000 n 
+0000850810 00000 n 
+0001194080 00000 n 
+0000018750 00000 n 
+0000018810 00000 n 
+0000853359 00000 n 
+0001193987 00000 n 
+0000018860 00000 n 
+0000018930 00000 n 
+0000853552 00000 n 
+0001193894 00000 n 
+0000018980 00000 n 
+0000019040 00000 n 
+0000853743 00000 n 
+0001193801 00000 n 
+0000019090 00000 n 
+0000019163 00000 n 
+0000853935 00000 n 
+0001193708 00000 n 
+0000019213 00000 n 
+0000019273 00000 n 
+0000854128 00000 n 
+0001193615 00000 n 
+0000019323 00000 n 
+0000019375 00000 n 
+0000854385 00000 n 
+0001193536 00000 n 
+0000019425 00000 n 
+0000019477 00000 n 
+0000854578 00000 n 
+0001193404 00000 n 
+0000019521 00000 n 
+0000019560 00000 n 
+0000857139 00000 n 
+0001193325 00000 n 
+0000019607 00000 n 
+0000019651 00000 n 
+0000857526 00000 n 
+0001193232 00000 n 
+0000019698 00000 n 
+0000019733 00000 n 
+0000857783 00000 n 
+0001193139 00000 n 
+0000019780 00000 n 
+0000019834 00000 n 
+0000857976 00000 n 
+0001193060 00000 n 
+0000019881 00000 n 
+0000019923 00000 n 
+0000861414 00000 n 
+0001192967 00000 n 
+0000019967 00000 n 
+0000020017 00000 n 
+0000861868 00000 n 
+0001192835 00000 n 
+0000020061 00000 n 
+0000020103 00000 n 
+0000862061 00000 n 
+0001192756 00000 n 
+0000020150 00000 n 
+0000020197 00000 n 
+0000863603 00000 n 
+0001192663 00000 n 
+0000020244 00000 n 
+0000020289 00000 n 
+0000872409 00000 n 
+0001192570 00000 n 
+0000020336 00000 n 
+0000020378 00000 n 
+0000872602 00000 n 
+0001192477 00000 n 
+0000020425 00000 n 
+0000020470 00000 n 
+0000872927 00000 n 
+0001192398 00000 n 
+0000020517 00000 n 
+0000020556 00000 n 
+0000878318 00000 n 
+0001192266 00000 n 
+0000020600 00000 n 
+0000020644 00000 n 
+0000878509 00000 n 
+0001192187 00000 n 
+0000020691 00000 n 
+0000020726 00000 n 
+0000881893 00000 n 
+0001192069 00000 n 
+0000020773 00000 n 
+0000020807 00000 n 
+0000882406 00000 n 
+0001191990 00000 n 
+0000020857 00000 n 
+0000020902 00000 n 
+0000882854 00000 n 
+0001191911 00000 n 
+0000020952 00000 n 
+0000021004 00000 n 
+0000885634 00000 n 
+0001191818 00000 n 
+0000021048 00000 n 
+0000021079 00000 n 
+0000886274 00000 n 
+0001191700 00000 n 
+0000021123 00000 n 
+0000021156 00000 n 
+0000890121 00000 n 
+0001191621 00000 n 
+0000021203 00000 n 
+0000021240 00000 n 
+0000890441 00000 n 
+0001191528 00000 n 
+0000021287 00000 n 
+0000021331 00000 n 
+0000894392 00000 n 
+0001191435 00000 n 
+0000021378 00000 n 
+0000021422 00000 n 
+0000896159 00000 n 
+0001191356 00000 n 
+0000021469 00000 n 
+0000021516 00000 n 
+0000899246 00000 n 
+0001191223 00000 n 
+0000021557 00000 n 
+0000021608 00000 n 
+0000899374 00000 n 
+0001191144 00000 n 
+0000021652 00000 n 
+0000021689 00000 n 
+0000900216 00000 n 
+0001191012 00000 n 
+0000021733 00000 n 
+0000021780 00000 n 
+0000900472 00000 n 
+0001190933 00000 n 
+0000021827 00000 n 
+0000021882 00000 n 
+0000904386 00000 n 
+0001190840 00000 n 
+0000021929 00000 n 
+0000021987 00000 n 
+0000906069 00000 n 
+0001190747 00000 n 
+0000022034 00000 n 
+0000022082 00000 n 
+0000910220 00000 n 
+0001190654 00000 n 
+0000022130 00000 n 
+0000022183 00000 n 
+0000915234 00000 n 
+0001190561 00000 n 
+0000022231 00000 n 
+0000022278 00000 n 
+0000920598 00000 n 
+0001190482 00000 n 
+0000022326 00000 n 
+0000022403 00000 n 
+0000920855 00000 n 
+0001190389 00000 n 
+0000022447 00000 n 
+0000022504 00000 n 
+0000934762 00000 n 
+0001190296 00000 n 
+0000022548 00000 n 
+0000022604 00000 n 
+0000939338 00000 n 
+0001190178 00000 n 
+0000022648 00000 n 
+0000022715 00000 n 
+0000939467 00000 n 
+0001190099 00000 n 
+0000022763 00000 n 
+0000022796 00000 n 
+0000939660 00000 n 
+0001190006 00000 n 
+0000022844 00000 n 
+0000022874 00000 n 
+0000942052 00000 n 
+0001189913 00000 n 
+0000022922 00000 n 
+0000022961 00000 n 
+0000942502 00000 n 
+0001189820 00000 n 
+0000023009 00000 n 
+0000023046 00000 n 
+0000942761 00000 n 
+0001189741 00000 n 
+0000023094 00000 n 
+0000023141 00000 n 
+0000946247 00000 n 
+0001189606 00000 n 
+0000023183 00000 n 
+0000023230 00000 n 
+0000946439 00000 n 
+0001189525 00000 n 
+0000023275 00000 n 
+0000023315 00000 n 
+0000947153 00000 n 
+0001189428 00000 n 
+0000023361 00000 n 
+0000023438 00000 n 
+0000947603 00000 n 
+0001189330 00000 n 
+0000023484 00000 n 
+0000023581 00000 n 
+0000950337 00000 n 
+0001189232 00000 n 
+0000023627 00000 n 
+0000023683 00000 n 
+0000950980 00000 n 
+0001189134 00000 n 
+0000023729 00000 n 
+0000023788 00000 n 
+0000951759 00000 n 
+0001189036 00000 n 
+0000023834 00000 n 
+0000023907 00000 n 
+0000955682 00000 n 
+0001188938 00000 n 
+0000023953 00000 n 
+0000024028 00000 n 
+0000958495 00000 n 
+0001188840 00000 n 
+0000024074 00000 n 
+0000024153 00000 n 
+0000958884 00000 n 
+0001188757 00000 n 
+0000024199 00000 n 
+0000024319 00000 n 
+0000962698 00000 n 
+0001188618 00000 n 
+0000024362 00000 n 
+0000024402 00000 n 
+0000962956 00000 n 
+0001188534 00000 n 
+0000024448 00000 n 
 0000024502 00000 n 
-0000967740 00000 n 
-0001175282 00000 n 
-0000024545 00000 n 
-0000024608 00000 n 
-0000968059 00000 n 
-0001175198 00000 n 
-0000024654 00000 n 
-0000024686 00000 n 
-0000968377 00000 n 
-0001175099 00000 n 
-0000024732 00000 n 
-0000024784 00000 n 
-0000972375 00000 n 
-0001175000 00000 n 
-0000024830 00000 n 
-0000024870 00000 n 
-0000972632 00000 n 
-0001174901 00000 n 
-0000024916 00000 n 
-0000024959 00000 n 
-0000976551 00000 n 
-0001174802 00000 n 
-0000025005 00000 n 
-0000025042 00000 n 
-0000981744 00000 n 
-0001174703 00000 n 
-0000025088 00000 n 
-0000025131 00000 n 
-0000982066 00000 n 
-0001174604 00000 n 
-0000025177 00000 n 
-0000025225 00000 n 
-0000982323 00000 n 
-0001174505 00000 n 
-0000025271 00000 n 
-0000025329 00000 n 
-0000985380 00000 n 
-0001174406 00000 n 
-0000025375 00000 n 
-0000025410 00000 n 
-0000985574 00000 n 
-0001174307 00000 n 
-0000025456 00000 n 
-0000025491 00000 n 
-0000985767 00000 n 
-0001174208 00000 n 
-0000025537 00000 n 
-0000025594 00000 n 
-0000986090 00000 n 
-0001174124 00000 n 
-0000025640 00000 n 
-0000025703 00000 n 
-0000990056 00000 n 
-0001174025 00000 n 
-0000025746 00000 n 
-0000025775 00000 n 
-0000990184 00000 n 
-0001173885 00000 n 
-0000025818 00000 n 
-0000025853 00000 n 
-0000990314 00000 n 
-0001173816 00000 n 
-0000025903 00000 n 
-0000025933 00000 n 
-0000990701 00000 n 
-0001173676 00000 n 
-0000025976 00000 n 
-0000025998 00000 n 
-0000990830 00000 n 
-0001173566 00000 n 
-0000026048 00000 n 
-0000026075 00000 n 
-0000991283 00000 n 
-0001173497 00000 n 
-0000026128 00000 n 
-0000026192 00000 n 
-0000995270 00000 n 
-0001173357 00000 n 
-0000026235 00000 n 
-0000026257 00000 n 
-0000995399 00000 n 
-0001173247 00000 n 
-0000026307 00000 n 
-0000026331 00000 n 
-0000995851 00000 n 
-0001173163 00000 n 
-0000026381 00000 n 
-0000026412 00000 n 
-0000996109 00000 n 
-0001173079 00000 n 
-0000026462 00000 n 
-0000026491 00000 n 
-0000996366 00000 n 
-0001172939 00000 n 
-0000026534 00000 n 
-0000026556 00000 n 
-0000996495 00000 n 
-0001172829 00000 n 
-0000026606 00000 n 
-0000026651 00000 n 
-0000996881 00000 n 
-0001172745 00000 n 
-0000026701 00000 n 
-0000026731 00000 n 
-0000997138 00000 n 
-0001172646 00000 n 
-0000026781 00000 n 
-0000026836 00000 n 
-0000997655 00000 n 
-0001172562 00000 n 
-0000026886 00000 n 
-0000026914 00000 n 
-0001000031 00000 n 
-0001172422 00000 n 
-0000026957 00000 n 
-0000026979 00000 n 
-0001000160 00000 n 
-0001172312 00000 n 
-0000027029 00000 n 
-0000027056 00000 n 
-0001000548 00000 n 
-0001172243 00000 n 
-0000027106 00000 n 
-0000027137 00000 n 
-0001000806 00000 n 
-0001172103 00000 n 
-0000027180 00000 n 
-0000027202 00000 n 
-0001000934 00000 n 
-0001172034 00000 n 
-0000027252 00000 n 
-0000027279 00000 n 
-0001001389 00000 n 
-0001171894 00000 n 
-0000027322 00000 n 
-0000027344 00000 n 
-0001001517 00000 n 
-0001171825 00000 n 
-0000027394 00000 n 
-0000027425 00000 n 
-0001004004 00000 n 
-0001171685 00000 n 
-0000027468 00000 n 
-0000027490 00000 n 
-0001004133 00000 n 
-0001171575 00000 n 
-0000027540 00000 n 
-0000027584 00000 n 
-0001004719 00000 n 
-0001171506 00000 n 
-0000027634 00000 n 
-0000027660 00000 n 
-0001005945 00000 n 
-0001171366 00000 n 
-0000027703 00000 n 
-0000027725 00000 n 
-0001006074 00000 n 
-0001171256 00000 n 
-0000027775 00000 n 
-0000027816 00000 n 
-0001006395 00000 n 
-0001171172 00000 n 
-0000027866 00000 n 
-0000027894 00000 n 
-0001008344 00000 n 
-0001171088 00000 n 
-0000027944 00000 n 
-0000027969 00000 n 
-0001008666 00000 n 
-0001170948 00000 n 
-0000028012 00000 n 
-0000028034 00000 n 
-0001008795 00000 n 
-0001170879 00000 n 
-0000028084 00000 n 
-0000028107 00000 n 
-0001009380 00000 n 
-0001170739 00000 n 
-0000028150 00000 n 
-0000028172 00000 n 
-0001009509 00000 n 
-0001170629 00000 n 
-0000028222 00000 n 
-0000028280 00000 n 
-0001009765 00000 n 
-0001170560 00000 n 
-0000028330 00000 n 
-0000028369 00000 n 
-0001010087 00000 n 
-0001170420 00000 n 
-0000028412 00000 n 
-0000028434 00000 n 
-0001010216 00000 n 
-0001170310 00000 n 
-0000028484 00000 n 
-0000028512 00000 n 
-0001012951 00000 n 
-0001170241 00000 n 
-0000028562 00000 n 
-0000028588 00000 n 
-0001013865 00000 n 
-0001170101 00000 n 
-0000028631 00000 n 
-0000028653 00000 n 
-0001013993 00000 n 
-0001169991 00000 n 
-0000028703 00000 n 
-0000028740 00000 n 
-0001014317 00000 n 
-0001169922 00000 n 
-0000028790 00000 n 
-0000028832 00000 n 
-0001014575 00000 n 
-0001169797 00000 n 
-0000028875 00000 n 
-0000028897 00000 n 
-0001014704 00000 n 
-0001169728 00000 n 
-0000028947 00000 n 
-0000028985 00000 n 
-0000029337 00000 n 
-0000029718 00000 n 
-0000029039 00000 n 
-0000029463 00000 n 
-0000029527 00000 n 
-0000029591 00000 n 
-0001165494 00000 n 
-0001151433 00000 n 
-0001165320 00000 n 
-0001166474 00000 n 
-0000030588 00000 n 
-0000030398 00000 n 
-0000029792 00000 n 
-0000030524 00000 n 
-0001150306 00000 n 
-0001128460 00000 n 
-0001150129 00000 n 
-0000104478 00000 n 
-0000088814 00000 n 
-0000030676 00000 n 
-0000104352 00000 n 
-0000089762 00000 n 
-0001127524 00000 n 
-0001110783 00000 n 
-0001127347 00000 n 
-0000089914 00000 n 
-0000090066 00000 n 
-0000090222 00000 n 
-0000090378 00000 n 
-0000090535 00000 n 
-0000090692 00000 n 
-0000090850 00000 n 
-0000091008 00000 n 
-0000091162 00000 n 
-0000091316 00000 n 
-0000091474 00000 n 
-0000091632 00000 n 
-0000091796 00000 n 
-0000091961 00000 n 
-0000092119 00000 n 
-0000092277 00000 n 
-0000092437 00000 n 
-0000092596 00000 n 
-0000092760 00000 n 
-0000092923 00000 n 
-0000093084 00000 n 
-0000093244 00000 n 
-0000093402 00000 n 
-0000093559 00000 n 
-0000093724 00000 n 
-0000093888 00000 n 
-0000094051 00000 n 
-0000094213 00000 n 
-0000094379 00000 n 
-0000094544 00000 n 
-0000094717 00000 n 
-0000094889 00000 n 
-0000095061 00000 n 
-0000095232 00000 n 
-0000095398 00000 n 
-0000095563 00000 n 
-0000095737 00000 n 
-0000095910 00000 n 
-0000096082 00000 n 
-0000096253 00000 n 
-0000096424 00000 n 
-0000096594 00000 n 
-0000096764 00000 n 
-0000096933 00000 n 
-0000097106 00000 n 
-0000097278 00000 n 
-0000097453 00000 n 
-0000097627 00000 n 
-0000097786 00000 n 
-0000097944 00000 n 
-0000098120 00000 n 
-0000098295 00000 n 
+0000964975 00000 n 
+0001188450 00000 n 
+0000024548 00000 n 
+0000024612 00000 n 
+0000967882 00000 n 
+0001188310 00000 n 
+0000024655 00000 n 
+0000024723 00000 n 
+0000968012 00000 n 
+0001188226 00000 n 
+0000024769 00000 n 
+0000024807 00000 n 
+0000969042 00000 n 
+0001188127 00000 n 
+0000024853 00000 n 
+0000024897 00000 n 
+0000974250 00000 n 
+0001188043 00000 n 
+0000024943 00000 n 
+0000024985 00000 n 
+0000979692 00000 n 
+0001187902 00000 n 
+0000025028 00000 n 
+0000025091 00000 n 
+0000980011 00000 n 
+0001187818 00000 n 
+0000025137 00000 n 
+0000025169 00000 n 
+0000980329 00000 n 
+0001187719 00000 n 
+0000025215 00000 n 
+0000025267 00000 n 
+0000984327 00000 n 
+0001187620 00000 n 
+0000025313 00000 n 
+0000025353 00000 n 
+0000984584 00000 n 
+0001187521 00000 n 
+0000025399 00000 n 
+0000025442 00000 n 
+0000988501 00000 n 
+0001187422 00000 n 
+0000025488 00000 n 
+0000025525 00000 n 
+0000993696 00000 n 
+0001187323 00000 n 
+0000025571 00000 n 
+0000025614 00000 n 
+0000994018 00000 n 
+0001187224 00000 n 
+0000025660 00000 n 
+0000025708 00000 n 
+0000994275 00000 n 
+0001187125 00000 n 
+0000025754 00000 n 
+0000025812 00000 n 
+0000997332 00000 n 
+0001187026 00000 n 
+0000025858 00000 n 
+0000025893 00000 n 
+0000997526 00000 n 
+0001186927 00000 n 
+0000025939 00000 n 
+0000025974 00000 n 
+0000997719 00000 n 
+0001186828 00000 n 
+0000026020 00000 n 
+0000026077 00000 n 
+0000998042 00000 n 
+0001186744 00000 n 
+0000026123 00000 n 
+0000026186 00000 n 
+0001002008 00000 n 
+0001186645 00000 n 
+0000026229 00000 n 
+0000026258 00000 n 
+0001002136 00000 n 
+0001186505 00000 n 
+0000026301 00000 n 
+0000026336 00000 n 
+0001002266 00000 n 
+0001186436 00000 n 
+0000026386 00000 n 
+0000026416 00000 n 
+0001002653 00000 n 
+0001186296 00000 n 
+0000026459 00000 n 
+0000026481 00000 n 
+0001002782 00000 n 
+0001186186 00000 n 
+0000026531 00000 n 
+0000026558 00000 n 
+0001003235 00000 n 
+0001186117 00000 n 
+0000026611 00000 n 
+0000026675 00000 n 
+0001007222 00000 n 
+0001185977 00000 n 
+0000026718 00000 n 
+0000026740 00000 n 
+0001007351 00000 n 
+0001185867 00000 n 
+0000026790 00000 n 
+0000026814 00000 n 
+0001007803 00000 n 
+0001185783 00000 n 
+0000026864 00000 n 
+0000026895 00000 n 
+0001008061 00000 n 
+0001185699 00000 n 
+0000026945 00000 n 
+0000026974 00000 n 
+0001008318 00000 n 
+0001185559 00000 n 
+0000027017 00000 n 
+0000027039 00000 n 
+0001008447 00000 n 
+0001185449 00000 n 
+0000027089 00000 n 
+0000027134 00000 n 
+0001008833 00000 n 
+0001185365 00000 n 
+0000027184 00000 n 
+0000027214 00000 n 
+0001009090 00000 n 
+0001185266 00000 n 
+0000027264 00000 n 
+0000027319 00000 n 
+0001009607 00000 n 
+0001185182 00000 n 
+0000027369 00000 n 
+0000027397 00000 n 
+0001011983 00000 n 
+0001185042 00000 n 
+0000027440 00000 n 
+0000027462 00000 n 
+0001012112 00000 n 
+0001184932 00000 n 
+0000027512 00000 n 
+0000027539 00000 n 
+0001012500 00000 n 
+0001184863 00000 n 
+0000027589 00000 n 
+0000027620 00000 n 
+0001012758 00000 n 
+0001184723 00000 n 
+0000027663 00000 n 
+0000027685 00000 n 
+0001012886 00000 n 
+0001184654 00000 n 
+0000027735 00000 n 
+0000027762 00000 n 
+0001013341 00000 n 
+0001184514 00000 n 
+0000027805 00000 n 
+0000027827 00000 n 
+0001013469 00000 n 
+0001184445 00000 n 
+0000027877 00000 n 
+0000027908 00000 n 
+0001015956 00000 n 
+0001184305 00000 n 
+0000027951 00000 n 
+0000027973 00000 n 
+0001016085 00000 n 
+0001184195 00000 n 
+0000028023 00000 n 
+0000028067 00000 n 
+0001016671 00000 n 
+0001184126 00000 n 
+0000028117 00000 n 
+0000028143 00000 n 
+0001017897 00000 n 
+0001183986 00000 n 
+0000028186 00000 n 
+0000028208 00000 n 
+0001018026 00000 n 
+0001183876 00000 n 
+0000028258 00000 n 
+0000028299 00000 n 
+0001018347 00000 n 
+0001183792 00000 n 
+0000028349 00000 n 
+0000028377 00000 n 
+0001020296 00000 n 
+0001183708 00000 n 
+0000028427 00000 n 
+0000028452 00000 n 
+0001020618 00000 n 
+0001183568 00000 n 
+0000028495 00000 n 
+0000028517 00000 n 
+0001020747 00000 n 
+0001183499 00000 n 
+0000028567 00000 n 
+0000028590 00000 n 
+0001021332 00000 n 
+0001183359 00000 n 
+0000028633 00000 n 
+0000028655 00000 n 
+0001021461 00000 n 
+0001183249 00000 n 
+0000028705 00000 n 
+0000028763 00000 n 
+0001021717 00000 n 
+0001183180 00000 n 
+0000028813 00000 n 
+0000028852 00000 n 
+0001022039 00000 n 
+0001183040 00000 n 
+0000028895 00000 n 
+0000028917 00000 n 
+0001022168 00000 n 
+0001182930 00000 n 
+0000028967 00000 n 
+0000028995 00000 n 
+0001024903 00000 n 
+0001182861 00000 n 
+0000029045 00000 n 
+0000029071 00000 n 
+0001025817 00000 n 
+0001182721 00000 n 
+0000029114 00000 n 
+0000029136 00000 n 
+0001025945 00000 n 
+0001182611 00000 n 
+0000029186 00000 n 
+0000029223 00000 n 
+0001026269 00000 n 
+0001182542 00000 n 
+0000029273 00000 n 
+0000029315 00000 n 
+0001026527 00000 n 
+0001182417 00000 n 
+0000029358 00000 n 
+0000029380 00000 n 
+0001026656 00000 n 
+0001182348 00000 n 
+0000029430 00000 n 
+0000029468 00000 n 
+0000029787 00000 n 
+0000030167 00000 n 
+0000029522 00000 n 
+0000029913 00000 n 
+0000029977 00000 n 
+0000030041 00000 n 
+0001178105 00000 n 
+0001164044 00000 n 
+0001177931 00000 n 
+0001179085 00000 n 
+0000031025 00000 n 
+0000030835 00000 n 
+0000030241 00000 n 
+0000030961 00000 n 
+0001162917 00000 n 
+0001141071 00000 n 
+0001162740 00000 n 
+0000104822 00000 n 
+0000089161 00000 n 
+0000031113 00000 n 
+0000104696 00000 n 
+0000090109 00000 n 
+0001140125 00000 n 
+0001123334 00000 n 
+0001139948 00000 n 
+0000090261 00000 n 
+0000090413 00000 n 
+0000090569 00000 n 
+0000090725 00000 n 
+0000090882 00000 n 
+0000091039 00000 n 
+0000091197 00000 n 
+0000091355 00000 n 
+0000091509 00000 n 
+0000091663 00000 n 
+0000091821 00000 n 
+0000091979 00000 n 
+0000092143 00000 n 
+0000092308 00000 n 
+0000092466 00000 n 
+0000092624 00000 n 
+0000092784 00000 n 
+0000092943 00000 n 
+0000093107 00000 n 
+0000093270 00000 n 
+0000093431 00000 n 
+0000093591 00000 n 
+0000093749 00000 n 
+0000093906 00000 n 
+0000094067 00000 n 
+0000094228 00000 n 
+0000094393 00000 n 
+0000094557 00000 n 
+0000094719 00000 n 
+0000094880 00000 n 
+0000095047 00000 n 
+0000095213 00000 n 
+0000095386 00000 n 
+0000095558 00000 n 
+0000095730 00000 n 
+0000095901 00000 n 
+0000096067 00000 n 
+0000096232 00000 n 
+0000096406 00000 n 
+0000096579 00000 n 
+0000096751 00000 n 
+0000096922 00000 n 
+0000097091 00000 n 
+0000097259 00000 n 
+0000097431 00000 n 
+0000097602 00000 n 
+0000097775 00000 n 
+0000097947 00000 n 
+0000098122 00000 n 
+0000098296 00000 n 
 0000098455 00000 n 
-0000098616 00000 n 
-0000098775 00000 n 
-0000098934 00000 n 
-0000099097 00000 n 
-0000099260 00000 n 
-0000099422 00000 n 
-0000099585 00000 n 
-0000099738 00000 n 
-0000099891 00000 n 
-0000100049 00000 n 
-0000100207 00000 n 
-0000100358 00000 n 
-0000100509 00000 n 
-0000100661 00000 n 
-0000100813 00000 n 
-0000100972 00000 n 
-0000101131 00000 n 
-0000101287 00000 n 
-0000101443 00000 n 
-0000101614 00000 n 
-0000101785 00000 n 
-0000101940 00000 n 
-0000102097 00000 n 
-0000102248 00000 n 
-0000102399 00000 n 
-0000102572 00000 n 
-0000102745 00000 n 
+0000098613 00000 n 
+0000098789 00000 n 
+0000098965 00000 n 
+0000099125 00000 n 
+0000099286 00000 n 
+0000099444 00000 n 
+0000099602 00000 n 
+0000099765 00000 n 
+0000099928 00000 n 
+0000100090 00000 n 
+0000100253 00000 n 
+0000100406 00000 n 
+0000100559 00000 n 
+0000100717 00000 n 
+0000100875 00000 n 
+0000101028 00000 n 
+0000101182 00000 n 
+0000101333 00000 n 
+0000101484 00000 n 
+0000101636 00000 n 
+0000101788 00000 n 
+0000101947 00000 n 
+0000102106 00000 n 
+0000102260 00000 n 
+0000102414 00000 n 
+0000102585 00000 n 
+0000102756 00000 n 
 0000102913 00000 n 
-0000103081 00000 n 
-0000103242 00000 n 
-0000103404 00000 n 
-0000103565 00000 n 
-0000103727 00000 n 
-0000103885 00000 n 
-0000104044 00000 n 
-0000104198 00000 n 
-0001109941 00000 n 
-0001091901 00000 n 
-0001109760 00000 n 
-0000433672 00000 n 
-0000433799 00000 n 
-0000434182 00000 n 
-0000434500 00000 n 
-0000438599 00000 n 
-0000441637 00000 n 
-0000448120 00000 n 
-0000448247 00000 n 
-0000449593 00000 n 
-0000452663 00000 n 
-0000452854 00000 n 
-0000453564 00000 n 
-0000454015 00000 n 
-0000454467 00000 n 
-0000459265 00000 n 
-0000468494 00000 n 
-0000470856 00000 n 
-0000471047 00000 n 
-0000471757 00000 n 
-0000471949 00000 n 
-0000472140 00000 n 
-0000472332 00000 n 
-0000475524 00000 n 
-0000475716 00000 n 
-0000475909 00000 n 
-0000476615 00000 n 
-0000480593 00000 n 
-0000480850 00000 n 
-0000482343 00000 n 
-0000485676 00000 n 
-0000485934 00000 n 
-0000492516 00000 n 
-0000497501 00000 n 
-0000498017 00000 n 
-0000498341 00000 n 
-0000509988 00000 n 
-0000515947 00000 n 
-0000518975 00000 n 
-0000519168 00000 n 
-0000520398 00000 n 
-0000520913 00000 n 
-0000524723 00000 n 
-0000525632 00000 n 
-0000529359 00000 n 
-0000529682 00000 n 
-0000179383 00000 n 
-0000163221 00000 n 
-0000104594 00000 n 
-0000179319 00000 n 
-0000164205 00000 n 
-0000164363 00000 n 
-0000164521 00000 n 
-0000164687 00000 n 
-0000164853 00000 n 
-0000165019 00000 n 
-0000165185 00000 n 
-0000165343 00000 n 
-0000165501 00000 n 
-0000165660 00000 n 
-0000165819 00000 n 
-0000165976 00000 n 
-0000166133 00000 n 
-0000166296 00000 n 
-0000166459 00000 n 
-0000166623 00000 n 
-0000166787 00000 n 
-0000166943 00000 n 
-0000167099 00000 n 
-0000167253 00000 n 
-0000167408 00000 n 
-0000167559 00000 n 
-0000167710 00000 n 
-0000167861 00000 n 
-0000168012 00000 n 
-0000168163 00000 n 
-0000168314 00000 n 
-0000168465 00000 n 
-0000168616 00000 n 
-0000168791 00000 n 
-0000168966 00000 n 
-0000169117 00000 n 
-0000169268 00000 n 
-0000169419 00000 n 
-0000169570 00000 n 
-0000169721 00000 n 
-0000169872 00000 n 
-0000170026 00000 n 
-0000170180 00000 n 
-0000170340 00000 n 
-0000170502 00000 n 
-0000170659 00000 n 
-0000170817 00000 n 
-0000170986 00000 n 
-0000171156 00000 n 
-0000171323 00000 n 
-0000171490 00000 n 
-0000171663 00000 n 
-0000171836 00000 n 
-0000172000 00000 n 
-0000172165 00000 n 
-0000172338 00000 n 
-0000172511 00000 n 
-0000172674 00000 n 
-0000172837 00000 n 
-0000172999 00000 n 
-0000173162 00000 n 
-0000173333 00000 n 
-0000173504 00000 n 
-0000173670 00000 n 
-0000173836 00000 n 
+0000103072 00000 n 
+0000103223 00000 n 
+0000103374 00000 n 
+0000103547 00000 n 
+0000103720 00000 n 
+0000103887 00000 n 
+0000104054 00000 n 
+0000104215 00000 n 
+0000104377 00000 n 
+0000104536 00000 n 
+0001122488 00000 n 
+0001104263 00000 n 
+0001122307 00000 n 
+0000438430 00000 n 
+0000438557 00000 n 
+0000438940 00000 n 
+0000439258 00000 n 
+0000443312 00000 n 
+0000446359 00000 n 
+0000452635 00000 n 
+0000452762 00000 n 
+0000454108 00000 n 
+0000456478 00000 n 
+0000456667 00000 n 
+0000457375 00000 n 
+0000457825 00000 n 
+0000461360 00000 n 
+0000461811 00000 n 
+0000462654 00000 n 
+0000475727 00000 n 
+0000475984 00000 n 
+0000476175 00000 n 
+0000478749 00000 n 
+0000478939 00000 n 
+0000479130 00000 n 
+0000479322 00000 n 
+0000479581 00000 n 
+0000479772 00000 n 
+0000479964 00000 n 
+0000483976 00000 n 
+0000484625 00000 n 
+0000484882 00000 n 
+0000490041 00000 n 
+0000490233 00000 n 
+0000490492 00000 n 
+0000499242 00000 n 
+0000501251 00000 n 
+0000504778 00000 n 
+0000509187 00000 n 
+0000509511 00000 n 
+0000520401 00000 n 
+0000525975 00000 n 
+0000527011 00000 n 
+0000527204 00000 n 
+0000525781 00000 n 
+0000530989 00000 n 
+0000531631 00000 n 
+0000535309 00000 n 
+0000178500 00000 n 
+0000162352 00000 n 
+0000104938 00000 n 
+0000178436 00000 n 
+0000163336 00000 n 
+0000163494 00000 n 
+0000163653 00000 n 
+0000163809 00000 n 
+0000163965 00000 n 
+0000164122 00000 n 
+0000164279 00000 n 
+0000164445 00000 n 
+0000164611 00000 n 
+0000164777 00000 n 
+0000164943 00000 n 
+0000165101 00000 n 
+0000165259 00000 n 
+0000165417 00000 n 
+0000165575 00000 n 
+0000165732 00000 n 
+0000165889 00000 n 
+0000166052 00000 n 
+0000166215 00000 n 
+0000166378 00000 n 
+0000166541 00000 n 
+0000166697 00000 n 
+0000166853 00000 n 
+0000167007 00000 n 
+0000167162 00000 n 
+0000167313 00000 n 
+0000167464 00000 n 
+0000167614 00000 n 
+0000167764 00000 n 
+0000167915 00000 n 
+0000168066 00000 n 
+0000168217 00000 n 
+0000168368 00000 n 
+0000168542 00000 n 
+0000168716 00000 n 
+0000168867 00000 n 
+0000169018 00000 n 
+0000169169 00000 n 
+0000169320 00000 n 
+0000169471 00000 n 
+0000169622 00000 n 
+0000169775 00000 n 
+0000169928 00000 n 
+0000170082 00000 n 
+0000170237 00000 n 
+0000170398 00000 n 
+0000170559 00000 n 
+0000170719 00000 n 
+0000170880 00000 n 
+0000171044 00000 n 
+0000171208 00000 n 
+0000171367 00000 n 
+0000171526 00000 n 
+0000171689 00000 n 
+0000171852 00000 n 
+0000172015 00000 n 
+0000172178 00000 n 
+0000172344 00000 n 
+0000172510 00000 n 
+0000172678 00000 n 
+0000172846 00000 n 
+0000173006 00000 n 
+0000173168 00000 n 
+0000173325 00000 n 
+0000173483 00000 n 
+0000173652 00000 n 
+0000173822 00000 n 
 0000173990 00000 n 
-0000174144 00000 n 
-0000174300 00000 n 
-0000174456 00000 n 
-0000174613 00000 n 
-0000174770 00000 n 
-0000174935 00000 n 
-0000175100 00000 n 
-0000175267 00000 n 
-0000175434 00000 n 
-0000175602 00000 n 
-0000175770 00000 n 
-0000175935 00000 n 
-0000176100 00000 n 
-0000176255 00000 n 
-0000176412 00000 n 
-0000176571 00000 n 
-0000176730 00000 n 
-0000176889 00000 n 
-0000177048 00000 n 
-0000177215 00000 n 
-0000177382 00000 n 
-0000177544 00000 n 
-0000177706 00000 n 
-0000177865 00000 n 
-0000178024 00000 n 
-0000178191 00000 n 
-0000178359 00000 n 
-0000178525 00000 n 
-0000178691 00000 n 
-0000178852 00000 n 
-0000179014 00000 n 
-0000179166 00000 n 
-0000529941 00000 n 
-0000530394 00000 n 
-0000534222 00000 n 
-0000534415 00000 n 
-0000539036 00000 n 
-0000539229 00000 n 
-0000539422 00000 n 
-0000539745 00000 n 
-0000544071 00000 n 
-0000544394 00000 n 
-0000544523 00000 n 
-0000544716 00000 n 
-0000543685 00000 n 
-0000551179 00000 n 
-0000552223 00000 n 
-0000552612 00000 n 
-0000556031 00000 n 
-0000556613 00000 n 
-0000557262 00000 n 
-0000561324 00000 n 
-0000561452 00000 n 
-0000561644 00000 n 
-0000572061 00000 n 
-0000572575 00000 n 
-0000573347 00000 n 
-0000573540 00000 n 
-0000576830 00000 n 
-0000577471 00000 n 
-0000581093 00000 n 
-0000581352 00000 n 
-0000582447 00000 n 
-0000591352 00000 n 
-0000592899 00000 n 
-0000596858 00000 n 
-0000597048 00000 n 
-0000597241 00000 n 
-0000600194 00000 n 
-0000600387 00000 n 
-0000600516 00000 n 
-0000600837 00000 n 
-0000600966 00000 n 
-0000604706 00000 n 
-0000606064 00000 n 
-0000613593 00000 n 
-0000616871 00000 n 
-0000617581 00000 n 
-0000618096 00000 n 
-0000250071 00000 n 
-0000234525 00000 n 
-0000179485 00000 n 
-0000250007 00000 n 
-0000235473 00000 n 
-0000235635 00000 n 
-0000235797 00000 n 
-0000235958 00000 n 
-0000236119 00000 n 
-0000236292 00000 n 
-0000236465 00000 n 
-0000236635 00000 n 
-0000236805 00000 n 
-0000236975 00000 n 
-0000237145 00000 n 
-0000237302 00000 n 
-0000237460 00000 n 
-0000237615 00000 n 
-0000237771 00000 n 
-0000237928 00000 n 
-0000238086 00000 n 
-0000238247 00000 n 
-0000238409 00000 n 
-0000238576 00000 n 
-0000238743 00000 n 
-0000238902 00000 n 
-0000239061 00000 n 
-0000239220 00000 n 
-0000239379 00000 n 
-0000239537 00000 n 
-0000239695 00000 n 
-0000239852 00000 n 
-0000240009 00000 n 
-0000240177 00000 n 
-0000240345 00000 n 
-0000240506 00000 n 
+0000174158 00000 n 
+0000174331 00000 n 
+0000174504 00000 n 
+0000174668 00000 n 
+0000174833 00000 n 
+0000175005 00000 n 
+0000175177 00000 n 
+0000175340 00000 n 
+0000175503 00000 n 
+0000175665 00000 n 
+0000175828 00000 n 
+0000175999 00000 n 
+0000176170 00000 n 
+0000176338 00000 n 
+0000176506 00000 n 
+0000176660 00000 n 
+0000176814 00000 n 
+0000176970 00000 n 
+0000177126 00000 n 
+0000177285 00000 n 
+0000177444 00000 n 
+0000177609 00000 n 
+0000177774 00000 n 
+0000177940 00000 n 
+0000178106 00000 n 
+0000178271 00000 n 
+0000536412 00000 n 
+0000536735 00000 n 
+0000539612 00000 n 
+0000540065 00000 n 
+0000544372 00000 n 
+0000544563 00000 n 
+0000545213 00000 n 
+0000545406 00000 n 
+0000545599 00000 n 
+0000544050 00000 n 
+0000550982 00000 n 
+0000553832 00000 n 
+0000553959 00000 n 
+0000554152 00000 n 
+0000554672 00000 n 
+0000558638 00000 n 
+0000562226 00000 n 
+0000562614 00000 n 
+0000562806 00000 n 
+0000563388 00000 n 
+0000567334 00000 n 
+0000567917 00000 n 
+0000568367 00000 n 
+0000573985 00000 n 
+0000574948 00000 n 
+0000578307 00000 n 
+0000579214 00000 n 
+0000583085 00000 n 
+0000584120 00000 n 
+0000589548 00000 n 
+0000592399 00000 n 
+0000592527 00000 n 
+0000592719 00000 n 
+0000603135 00000 n 
+0000603649 00000 n 
+0000604421 00000 n 
+0000604614 00000 n 
+0000607904 00000 n 
+0000608545 00000 n 
+0000612166 00000 n 
+0000612425 00000 n 
+0000613520 00000 n 
+0000622626 00000 n 
+0000626783 00000 n 
+0000628068 00000 n 
+0000628260 00000 n 
+0000626590 00000 n 
+0000254907 00000 n 
+0000238385 00000 n 
+0000178602 00000 n 
+0000254843 00000 n 
+0000239387 00000 n 
+0000239553 00000 n 
+0000239719 00000 n 
+0000239874 00000 n 
+0000240031 00000 n 
+0000240190 00000 n 
+0000240349 00000 n 
+0000240508 00000 n 
 0000240667 00000 n 
-0000240826 00000 n 
-0000240985 00000 n 
-0000241143 00000 n 
-0000241301 00000 n 
-0000241461 00000 n 
-0000241621 00000 n 
-0000241781 00000 n 
-0000241941 00000 n 
-0000242095 00000 n 
-0000242250 00000 n 
-0000242410 00000 n 
-0000242571 00000 n 
-0000242735 00000 n 
-0000242899 00000 n 
-0000243065 00000 n 
-0000243231 00000 n 
-0000243399 00000 n 
-0000243567 00000 n 
-0000243725 00000 n 
-0000243884 00000 n 
-0000244048 00000 n 
-0000244212 00000 n 
-0000244378 00000 n 
-0000244544 00000 n 
-0000244709 00000 n 
-0000244876 00000 n 
-0000245028 00000 n 
-0000245181 00000 n 
-0000245333 00000 n 
-0000245486 00000 n 
-0000245639 00000 n 
-0000245793 00000 n 
-0000245954 00000 n 
-0000246115 00000 n 
-0000246274 00000 n 
-0000246433 00000 n 
-0000246597 00000 n 
-0000246761 00000 n 
-0000246913 00000 n 
-0000247065 00000 n 
-0000247221 00000 n 
-0000247378 00000 n 
-0000247534 00000 n 
-0000247691 00000 n 
-0000247862 00000 n 
-0000248033 00000 n 
-0000248204 00000 n 
-0000248375 00000 n 
-0000248540 00000 n 
-0000248705 00000 n 
-0000248864 00000 n 
-0000249023 00000 n 
-0000249186 00000 n 
-0000249349 00000 n 
-0000249510 00000 n 
-0000249671 00000 n 
-0000249839 00000 n 
-0000623237 00000 n 
-0000627822 00000 n 
-0000628015 00000 n 
-0000628399 00000 n 
-0000633886 00000 n 
-0000640661 00000 n 
-0000642154 00000 n 
-0000645309 00000 n 
-0000646269 00000 n 
-0000646660 00000 n 
-0000650369 00000 n 
-0000650498 00000 n 
-0000651788 00000 n 
-0000655349 00000 n 
-0000655541 00000 n 
-0000656904 00000 n 
-0000657359 00000 n 
-0000657813 00000 n 
-0000661181 00000 n 
-0000672275 00000 n 
-0000672926 00000 n 
-0000673247 00000 n 
-0000677251 00000 n 
-0000679127 00000 n 
-0000679318 00000 n 
-0000679511 00000 n 
-0000682438 00000 n 
-0000682761 00000 n 
-0000683338 00000 n 
-0000683595 00000 n 
-0000687856 00000 n 
-0000688369 00000 n 
-0000693770 00000 n 
-0000698373 00000 n 
-0000704603 00000 n 
-0000705245 00000 n 
-0000705438 00000 n 
-0000709046 00000 n 
-0000709559 00000 n 
-0000710137 00000 n 
-0000715152 00000 n 
-0000716183 00000 n 
-0000719381 00000 n 
-0000723736 00000 n 
-0000724774 00000 n 
-0000325635 00000 n 
-0000309404 00000 n 
-0000250159 00000 n 
-0000325571 00000 n 
-0000310388 00000 n 
-0000310541 00000 n 
-0000310696 00000 n 
-0000310854 00000 n 
-0000311013 00000 n 
-0000311177 00000 n 
-0000311341 00000 n 
-0000311509 00000 n 
-0000311677 00000 n 
-0001090859 00000 n 
-0001070582 00000 n 
-0001090684 00000 n 
-0000311843 00000 n 
-0000312009 00000 n 
-0000312170 00000 n 
-0000312332 00000 n 
-0000312501 00000 n 
-0000312670 00000 n 
-0000312837 00000 n 
-0000313004 00000 n 
-0000313174 00000 n 
-0000313344 00000 n 
-0000313508 00000 n 
-0000313673 00000 n 
-0000313846 00000 n 
-0000314019 00000 n 
-0000314183 00000 n 
-0000314348 00000 n 
-0000314521 00000 n 
-0000314694 00000 n 
-0000314846 00000 n 
-0000314999 00000 n 
-0000315157 00000 n 
-0000315316 00000 n 
-0000315469 00000 n 
-0000315623 00000 n 
-0000315778 00000 n 
-0000315934 00000 n 
-0000316090 00000 n 
-0000316247 00000 n 
-0000316399 00000 n 
-0000316552 00000 n 
-0000316707 00000 n 
-0000316862 00000 n 
-0000317018 00000 n 
-0000317174 00000 n 
-0000317330 00000 n 
-0000317486 00000 n 
-0000317647 00000 n 
-0000317808 00000 n 
-0000317967 00000 n 
-0000318126 00000 n 
-0000318289 00000 n 
-0000318452 00000 n 
-0000318604 00000 n 
-0000318756 00000 n 
-0000318923 00000 n 
-0000319090 00000 n 
-0000319247 00000 n 
-0000319405 00000 n 
-0000319563 00000 n 
-0000319722 00000 n 
-0000319880 00000 n 
-0000320038 00000 n 
-0000320196 00000 n 
-0000320355 00000 n 
-0000320514 00000 n 
-0000320673 00000 n 
-0000320837 00000 n 
-0000321001 00000 n 
-0000321164 00000 n 
-0000321328 00000 n 
-0000321495 00000 n 
-0000321662 00000 n 
-0000321830 00000 n 
-0000321998 00000 n 
-0000322161 00000 n 
-0000322324 00000 n 
-0000322494 00000 n 
-0000322664 00000 n 
-0000322835 00000 n 
-0000323006 00000 n 
-0000323165 00000 n 
-0000323325 00000 n 
-0000323477 00000 n 
-0000323629 00000 n 
-0000323787 00000 n 
-0000323945 00000 n 
-0000324109 00000 n 
-0000324273 00000 n 
-0000324435 00000 n 
-0000324597 00000 n 
-0000324756 00000 n 
-0000324916 00000 n 
-0000325077 00000 n 
-0000325239 00000 n 
-0000325405 00000 n 
-0000730061 00000 n 
-0000730381 00000 n 
-0000730510 00000 n 
-0000730703 00000 n 
-0000731875 00000 n 
-0000732133 00000 n 
-0000734833 00000 n 
-0000735026 00000 n 
-0000736379 00000 n 
-0000739747 00000 n 
-0000739876 00000 n 
-0000746806 00000 n 
-0000746934 00000 n 
-0000750245 00000 n 
-0000750373 00000 n 
-0000750762 00000 n 
-0000756101 00000 n 
-0000763525 00000 n 
-0000761778 00000 n 
-0000815389 00000 n 
-0000819253 00000 n 
-0000819509 00000 n 
-0000823405 00000 n 
-0000823921 00000 n 
-0000824376 00000 n 
-0000824568 00000 n 
-0000828459 00000 n 
-0000828976 00000 n 
-0000829105 00000 n 
-0000834472 00000 n 
-0000834794 00000 n 
-0000838412 00000 n 
-0000838796 00000 n 
-0000838988 00000 n 
-0000841538 00000 n 
-0000841730 00000 n 
-0000841921 00000 n 
-0000842114 00000 n 
-0000842371 00000 n 
-0000842564 00000 n 
-0000842757 00000 n 
-0000845513 00000 n 
-0000845770 00000 n 
-0000845963 00000 n 
-0000846285 00000 n 
-0000849855 00000 n 
-0000850048 00000 n 
-0000396422 00000 n 
-0000381000 00000 n 
-0000325751 00000 n 
-0000396358 00000 n 
-0000381948 00000 n 
-0000382112 00000 n 
-0000382276 00000 n 
-0000382437 00000 n 
-0000382598 00000 n 
-0000382763 00000 n 
-0000382928 00000 n 
-0000383094 00000 n 
-0000383260 00000 n 
-0000383416 00000 n 
-0000383573 00000 n 
-0000383728 00000 n 
-0000383883 00000 n 
-0000384037 00000 n 
-0000384191 00000 n 
-0000384343 00000 n 
-0000384495 00000 n 
-0000384660 00000 n 
-0000384825 00000 n 
-0000384977 00000 n 
-0000385130 00000 n 
-0000385284 00000 n 
-0000385439 00000 n 
-0000385603 00000 n 
-0000385767 00000 n 
-0000385931 00000 n 
-0000386095 00000 n 
-0000386255 00000 n 
-0000386415 00000 n 
-0000386567 00000 n 
-0000386719 00000 n 
-0000386879 00000 n 
-0000387040 00000 n 
-0000387197 00000 n 
-0000387355 00000 n 
-0000387516 00000 n 
-0000387678 00000 n 
-0000387844 00000 n 
-0000388010 00000 n 
-0000388173 00000 n 
-0000388336 00000 n 
-0000388497 00000 n 
-0000388658 00000 n 
-0000388822 00000 n 
-0000388986 00000 n 
-0000389149 00000 n 
-0000389312 00000 n 
-0000389480 00000 n 
-0000389648 00000 n 
-0000389805 00000 n 
-0000389963 00000 n 
-0000390133 00000 n 
-0000390304 00000 n 
-0000390462 00000 n 
-0000390621 00000 n 
-0000390775 00000 n 
-0000390929 00000 n 
-0000391080 00000 n 
-0000391231 00000 n 
-0000391381 00000 n 
-0000391531 00000 n 
-0000391682 00000 n 
-0000391833 00000 n 
-0000391990 00000 n 
-0000392147 00000 n 
-0000392309 00000 n 
-0000392472 00000 n 
-0000392633 00000 n 
-0000392795 00000 n 
-0000392957 00000 n 
-0000393120 00000 n 
-0000393282 00000 n 
+0000240834 00000 n 
+0000241001 00000 n 
+0000241163 00000 n 
+0000241325 00000 n 
+0000241483 00000 n 
+0000241641 00000 n 
+0000241809 00000 n 
+0000241978 00000 n 
+0000242144 00000 n 
+0000242310 00000 n 
+0000242471 00000 n 
+0000242633 00000 n 
+0000242788 00000 n 
+0000242944 00000 n 
+0000243106 00000 n 
+0000243268 00000 n 
+0000243429 00000 n 
+0000243590 00000 n 
+0000243762 00000 n 
+0000243934 00000 n 
+0000244104 00000 n 
+0000244274 00000 n 
+0000244444 00000 n 
+0000244614 00000 n 
+0000244771 00000 n 
+0000244929 00000 n 
+0000245084 00000 n 
+0000245240 00000 n 
+0000245397 00000 n 
+0000245555 00000 n 
+0000245716 00000 n 
+0000245878 00000 n 
+0000246044 00000 n 
+0000246210 00000 n 
+0000246369 00000 n 
+0000246528 00000 n 
+0000246686 00000 n 
+0000246844 00000 n 
+0000247002 00000 n 
+0000247160 00000 n 
+0000247318 00000 n 
+0000247476 00000 n 
+0000247644 00000 n 
+0000247812 00000 n 
+0000247973 00000 n 
+0000248134 00000 n 
+0000248293 00000 n 
+0000248452 00000 n 
+0000248610 00000 n 
+0000248768 00000 n 
+0000248927 00000 n 
+0000249086 00000 n 
+0000249246 00000 n 
+0000249406 00000 n 
+0000249561 00000 n 
+0000249717 00000 n 
+0000249877 00000 n 
+0000250038 00000 n 
+0000250203 00000 n 
+0000250368 00000 n 
+0000250534 00000 n 
+0000250700 00000 n 
+0000250868 00000 n 
+0000251036 00000 n 
+0000251192 00000 n 
+0000251349 00000 n 
+0000251513 00000 n 
+0000251677 00000 n 
+0000251843 00000 n 
+0000252009 00000 n 
+0000252174 00000 n 
+0000252341 00000 n 
+0000252494 00000 n 
+0000252648 00000 n 
+0000252800 00000 n 
+0000252953 00000 n 
+0000253106 00000 n 
+0000253260 00000 n 
+0000253419 00000 n 
+0000253578 00000 n 
+0000253737 00000 n 
+0000253896 00000 n 
+0000254060 00000 n 
+0000254224 00000 n 
+0000254376 00000 n 
+0000254528 00000 n 
+0000254685 00000 n 
+0000631423 00000 n 
+0000631616 00000 n 
+0000631745 00000 n 
+0000632065 00000 n 
+0000635242 00000 n 
+0000635758 00000 n 
+0000637114 00000 n 
+0000647681 00000 n 
+0000647939 00000 n 
+0000648649 00000 n 
+0000651768 00000 n 
+0000657525 00000 n 
+0000658494 00000 n 
+0000658687 00000 n 
+0000659072 00000 n 
+0000664865 00000 n 
+0000671597 00000 n 
+0000675468 00000 n 
+0000676176 00000 n 
+0000677137 00000 n 
+0000679918 00000 n 
+0000681799 00000 n 
+0000681928 00000 n 
+0000685860 00000 n 
+0000686707 00000 n 
+0000686898 00000 n 
+0000688256 00000 n 
+0000688711 00000 n 
+0000692059 00000 n 
+0000692318 00000 n 
+0000703321 00000 n 
+0000703971 00000 n 
+0000704292 00000 n 
+0000708513 00000 n 
+0000710388 00000 n 
+0000708063 00000 n 
+0000713407 00000 n 
+0000713666 00000 n 
+0000713986 00000 n 
+0000714562 00000 n 
+0000717862 00000 n 
+0000719022 00000 n 
+0000719534 00000 n 
+0000725141 00000 n 
+0000729762 00000 n 
+0000735560 00000 n 
+0000736204 00000 n 
+0000736397 00000 n 
+0000330469 00000 n 
+0000314240 00000 n 
+0000254995 00000 n 
+0000330405 00000 n 
+0000315224 00000 n 
+0000315377 00000 n 
+0000315532 00000 n 
+0000315690 00000 n 
+0000315849 00000 n 
+0000316013 00000 n 
+0000316177 00000 n 
+0000316345 00000 n 
+0000316513 00000 n 
+0001103221 00000 n 
+0001082944 00000 n 
+0001103046 00000 n 
+0000316679 00000 n 
+0000316845 00000 n 
+0000317006 00000 n 
+0000317168 00000 n 
+0000317337 00000 n 
+0000317506 00000 n 
+0000317673 00000 n 
+0000317840 00000 n 
+0000318010 00000 n 
+0000318180 00000 n 
+0000318344 00000 n 
+0000318509 00000 n 
+0000318682 00000 n 
+0000318855 00000 n 
+0000319019 00000 n 
+0000319184 00000 n 
+0000319357 00000 n 
+0000319530 00000 n 
+0000319682 00000 n 
+0000319835 00000 n 
+0000319993 00000 n 
+0000320152 00000 n 
+0000320305 00000 n 
+0000320459 00000 n 
+0000320614 00000 n 
+0000320770 00000 n 
+0000320926 00000 n 
+0000321083 00000 n 
+0000321235 00000 n 
+0000321388 00000 n 
+0000321542 00000 n 
+0000321696 00000 n 
+0000321852 00000 n 
+0000322008 00000 n 
+0000322164 00000 n 
+0000322320 00000 n 
+0000322481 00000 n 
+0000322642 00000 n 
+0000322801 00000 n 
+0000322960 00000 n 
+0000323123 00000 n 
+0000323286 00000 n 
+0000323438 00000 n 
+0000323590 00000 n 
+0000323757 00000 n 
+0000323924 00000 n 
+0000324081 00000 n 
+0000324239 00000 n 
+0000324397 00000 n 
+0000324556 00000 n 
+0000324714 00000 n 
+0000324872 00000 n 
+0000325030 00000 n 
+0000325189 00000 n 
+0000325348 00000 n 
+0000325507 00000 n 
+0000325671 00000 n 
+0000325835 00000 n 
+0000325998 00000 n 
+0000326162 00000 n 
+0000326329 00000 n 
+0000326496 00000 n 
+0000326664 00000 n 
+0000326832 00000 n 
+0000326995 00000 n 
+0000327158 00000 n 
+0000327328 00000 n 
+0000327498 00000 n 
+0000327669 00000 n 
+0000327840 00000 n 
+0000327999 00000 n 
+0000328159 00000 n 
+0000328311 00000 n 
+0000328463 00000 n 
+0000328621 00000 n 
+0000328779 00000 n 
+0000328943 00000 n 
+0000329107 00000 n 
+0000329269 00000 n 
+0000329431 00000 n 
+0000329590 00000 n 
+0000329750 00000 n 
+0000329911 00000 n 
+0000330073 00000 n 
+0000330239 00000 n 
+0000742012 00000 n 
+0000742332 00000 n 
+0000742461 00000 n 
+0000742654 00000 n 
+0000743826 00000 n 
+0000744084 00000 n 
+0000746785 00000 n 
+0000746978 00000 n 
+0000748331 00000 n 
+0000751698 00000 n 
+0000751827 00000 n 
+0000758757 00000 n 
+0000758885 00000 n 
+0000762201 00000 n 
+0000762329 00000 n 
+0000762718 00000 n 
+0000768041 00000 n 
+0000775465 00000 n 
+0000773718 00000 n 
+0000827335 00000 n 
+0000831199 00000 n 
+0000831455 00000 n 
+0000835350 00000 n 
+0000835866 00000 n 
+0000836321 00000 n 
+0000836513 00000 n 
+0000840409 00000 n 
+0000840926 00000 n 
+0000841055 00000 n 
+0000846422 00000 n 
+0000846744 00000 n 
+0000850362 00000 n 
+0000850746 00000 n 
+0000850938 00000 n 
+0000853488 00000 n 
+0000853680 00000 n 
+0000853871 00000 n 
+0000854064 00000 n 
+0000854321 00000 n 
+0000854514 00000 n 
+0000854707 00000 n 
+0000857462 00000 n 
+0000857719 00000 n 
+0000857912 00000 n 
+0000858234 00000 n 
+0000861804 00000 n 
+0000861997 00000 n 
+0000401209 00000 n 
+0000385787 00000 n 
+0000330585 00000 n 
+0000401145 00000 n 
+0000386735 00000 n 
+0000386899 00000 n 
+0000387063 00000 n 
+0000387224 00000 n 
+0000387385 00000 n 
+0000387551 00000 n 
+0000387717 00000 n 
+0000387882 00000 n 
+0000388047 00000 n 
+0000388203 00000 n 
+0000388360 00000 n 
+0000388515 00000 n 
+0000388670 00000 n 
+0000388824 00000 n 
+0000388978 00000 n 
+0000389130 00000 n 
+0000389282 00000 n 
+0000389447 00000 n 
+0000389612 00000 n 
+0000389764 00000 n 
+0000389917 00000 n 
+0000390071 00000 n 
+0000390226 00000 n 
+0000390390 00000 n 
+0000390554 00000 n 
+0000390718 00000 n 
+0000390882 00000 n 
+0000391042 00000 n 
+0000391202 00000 n 
+0000391354 00000 n 
+0000391506 00000 n 
+0000391666 00000 n 
+0000391827 00000 n 
+0000391984 00000 n 
+0000392142 00000 n 
+0000392303 00000 n 
+0000392465 00000 n 
+0000392631 00000 n 
+0000392797 00000 n 
+0000392960 00000 n 
+0000393123 00000 n 
+0000393284 00000 n 
 0000393445 00000 n 
-0000393606 00000 n 
-0000393768 00000 n 
-0000393932 00000 n 
-0000394097 00000 n 
-0000394264 00000 n 
-0000394432 00000 n 
-0000394596 00000 n 
-0000394761 00000 n 
-0000394918 00000 n 
-0000395076 00000 n 
-0000395245 00000 n 
-0000395415 00000 n 
-0000395569 00000 n 
-0000395724 00000 n 
-0000395878 00000 n 
-0000396033 00000 n 
-0000396195 00000 n 
-0001166599 00000 n 
-0000851590 00000 n 
-0000860396 00000 n 
-0000860589 00000 n 
-0000860914 00000 n 
-0000866305 00000 n 
-0000866497 00000 n 
-0000865023 00000 n 
-0000870393 00000 n 
-0000870841 00000 n 
-0000873621 00000 n 
-0000874261 00000 n 
-0000878107 00000 n 
-0000878428 00000 n 
-0000882379 00000 n 
-0000883084 00000 n 
-0000887233 00000 n 
-0000887361 00000 n 
-0000888203 00000 n 
-0000888459 00000 n 
-0000889242 00000 n 
-0000894058 00000 n 
-0000898208 00000 n 
-0000899436 00000 n 
-0000908586 00000 n 
-0000908843 00000 n 
-0000919557 00000 n 
-0000927326 00000 n 
-0000927455 00000 n 
-0000927648 00000 n 
-0000930040 00000 n 
-0000930491 00000 n 
-0000930749 00000 n 
-0000934235 00000 n 
-0000934427 00000 n 
-0000935141 00000 n 
-0000935591 00000 n 
-0000938323 00000 n 
-0000938965 00000 n 
-0000939743 00000 n 
-0000943665 00000 n 
-0000946478 00000 n 
-0000946867 00000 n 
-0000950681 00000 n 
-0000950939 00000 n 
-0000952958 00000 n 
-0000428032 00000 n 
-0000421833 00000 n 
-0000396538 00000 n 
-0000427968 00000 n 
-0000422295 00000 n 
-0000422468 00000 n 
-0000422642 00000 n 
-0000422816 00000 n 
-0000422991 00000 n 
-0000423160 00000 n 
-0000423330 00000 n 
-0000423500 00000 n 
-0000423671 00000 n 
-0000423821 00000 n 
-0000423973 00000 n 
-0000424126 00000 n 
-0000424280 00000 n 
-0000424433 00000 n 
-0000424587 00000 n 
-0000424740 00000 n 
-0000424894 00000 n 
-0000425045 00000 n 
-0000425197 00000 n 
-0000425349 00000 n 
-0000425503 00000 n 
-0000425656 00000 n 
-0000425810 00000 n 
-0000425963 00000 n 
-0000426117 00000 n 
-0000426270 00000 n 
-0000426424 00000 n 
-0000426577 00000 n 
-0000426731 00000 n 
-0000426884 00000 n 
-0000427038 00000 n 
-0000427190 00000 n 
-0000427343 00000 n 
-0000427499 00000 n 
-0000427657 00000 n 
-0000427812 00000 n 
-0000955866 00000 n 
-0000955996 00000 n 
-0000957026 00000 n 
-0000962234 00000 n 
-0000967676 00000 n 
-0000967995 00000 n 
-0000968313 00000 n 
-0000972311 00000 n 
-0000972569 00000 n 
-0000976487 00000 n 
-0000981680 00000 n 
-0000982002 00000 n 
-0000982259 00000 n 
-0000985316 00000 n 
-0000985510 00000 n 
-0000985704 00000 n 
-0000986026 00000 n 
-0000989992 00000 n 
-0000430681 00000 n 
-0000430073 00000 n 
-0000428134 00000 n 
-0000430554 00000 n 
-0000430229 00000 n 
-0000430391 00000 n 
-0000763850 00000 n 
-0000435800 00000 n 
-0000433374 00000 n 
-0000430783 00000 n 
-0000433926 00000 n 
-0000433990 00000 n 
-0000434054 00000 n 
-0000433521 00000 n 
-0000434118 00000 n 
-0000434310 00000 n 
-0000434373 00000 n 
-0000434437 00000 n 
-0000434627 00000 n 
-0000434691 00000 n 
-0000434755 00000 n 
-0000434821 00000 n 
-0000434887 00000 n 
-0000434951 00000 n 
+0000393609 00000 n 
+0000393773 00000 n 
+0000393936 00000 n 
+0000394099 00000 n 
+0000394267 00000 n 
+0000394435 00000 n 
+0000394592 00000 n 
+0000394750 00000 n 
+0000394920 00000 n 
+0000395091 00000 n 
+0000395249 00000 n 
+0000395408 00000 n 
+0000395562 00000 n 
+0000395716 00000 n 
+0000395867 00000 n 
+0000396018 00000 n 
+0000396168 00000 n 
+0000396318 00000 n 
+0000396469 00000 n 
+0000396620 00000 n 
+0000396777 00000 n 
+0000396934 00000 n 
+0000397096 00000 n 
+0000397259 00000 n 
+0000397420 00000 n 
+0000397582 00000 n 
+0000397744 00000 n 
+0000397907 00000 n 
+0000398069 00000 n 
+0000398232 00000 n 
+0000398393 00000 n 
+0000398555 00000 n 
+0000398719 00000 n 
+0000398884 00000 n 
+0000399051 00000 n 
+0000399219 00000 n 
+0000399383 00000 n 
+0000399548 00000 n 
+0000399705 00000 n 
+0000399863 00000 n 
+0000400032 00000 n 
+0000400202 00000 n 
+0000400356 00000 n 
+0000400511 00000 n 
+0000400665 00000 n 
+0000400820 00000 n 
+0000400982 00000 n 
+0001179210 00000 n 
+0000863539 00000 n 
+0000872345 00000 n 
+0000872538 00000 n 
+0000872863 00000 n 
+0000878254 00000 n 
+0000878446 00000 n 
+0000876972 00000 n 
+0000882342 00000 n 
+0000882790 00000 n 
+0000885570 00000 n 
+0000886210 00000 n 
+0000890056 00000 n 
+0000890377 00000 n 
+0000894328 00000 n 
+0000895033 00000 n 
+0000899182 00000 n 
+0000899310 00000 n 
+0000900152 00000 n 
+0000900408 00000 n 
+0000901191 00000 n 
+0000906006 00000 n 
+0000910156 00000 n 
+0000911384 00000 n 
+0000920534 00000 n 
+0000920791 00000 n 
+0000931505 00000 n 
+0000939274 00000 n 
+0000939403 00000 n 
+0000939596 00000 n 
+0000941988 00000 n 
+0000942439 00000 n 
+0000942697 00000 n 
+0000946183 00000 n 
+0000946375 00000 n 
+0000947089 00000 n 
+0000947540 00000 n 
+0000950273 00000 n 
+0000950916 00000 n 
+0000951695 00000 n 
+0000955618 00000 n 
+0000958431 00000 n 
+0000958820 00000 n 
+0000962634 00000 n 
+0000962892 00000 n 
+0000964911 00000 n 
+0000432818 00000 n 
+0000426619 00000 n 
+0000401325 00000 n 
+0000432754 00000 n 
+0000427081 00000 n 
+0000427254 00000 n 
+0000427428 00000 n 
+0000427602 00000 n 
+0000427777 00000 n 
+0000427946 00000 n 
+0000428116 00000 n 
+0000428286 00000 n 
+0000428457 00000 n 
+0000428607 00000 n 
+0000428759 00000 n 
+0000428912 00000 n 
+0000429066 00000 n 
+0000429219 00000 n 
+0000429373 00000 n 
+0000429526 00000 n 
+0000429680 00000 n 
+0000429831 00000 n 
+0000429983 00000 n 
+0000430135 00000 n 
+0000430289 00000 n 
+0000430442 00000 n 
+0000430596 00000 n 
+0000430749 00000 n 
+0000430903 00000 n 
+0000431056 00000 n 
+0000431210 00000 n 
+0000431363 00000 n 
+0000431517 00000 n 
+0000431670 00000 n 
+0000431824 00000 n 
+0000431976 00000 n 
+0000432129 00000 n 
+0000432285 00000 n 
+0000432443 00000 n 
+0000432598 00000 n 
+0000967818 00000 n 
+0000967948 00000 n 
+0000968978 00000 n 
+0000974186 00000 n 
+0000979628 00000 n 
+0000979947 00000 n 
+0000980265 00000 n 
+0000984263 00000 n 
+0000984521 00000 n 
+0000988437 00000 n 
+0000993632 00000 n 
+0000993954 00000 n 
+0000994211 00000 n 
+0000997268 00000 n 
+0000997462 00000 n 
+0000997656 00000 n 
+0000997978 00000 n 
+0001001944 00000 n 
+0000435467 00000 n 
+0000434859 00000 n 
+0000432920 00000 n 
+0000435340 00000 n 
 0000435015 00000 n 
-0000435081 00000 n 
-0000435147 00000 n 
-0000435211 00000 n 
-0000435275 00000 n 
-0000435341 00000 n 
-0000435406 00000 n 
-0000435472 00000 n 
-0000435538 00000 n 
-0000435604 00000 n 
-0000435668 00000 n 
-0000435734 00000 n 
-0000441701 00000 n 
-0000438079 00000 n 
-0000435916 00000 n 
-0000438205 00000 n 
-0000438271 00000 n 
-0000438337 00000 n 
-0000438403 00000 n 
-0000438469 00000 n 
-0000438533 00000 n 
-0000438725 00000 n 
-0000438789 00000 n 
-0000438853 00000 n 
-0000438917 00000 n 
-0000438983 00000 n 
-0000439047 00000 n 
-0000439112 00000 n 
-0000439176 00000 n 
-0000439242 00000 n 
-0000439304 00000 n 
-0000439368 00000 n 
-0000439432 00000 n 
-0000439498 00000 n 
-0000439562 00000 n 
-0000439627 00000 n 
-0000439691 00000 n 
-0000439757 00000 n 
-0000439821 00000 n 
-0000439885 00000 n 
-0000439949 00000 n 
-0000440015 00000 n 
-0000440079 00000 n 
-0000440144 00000 n 
-0000440208 00000 n 
-0000440274 00000 n 
-0000440338 00000 n 
-0000440403 00000 n 
-0000440467 00000 n 
-0000440533 00000 n 
-0000440597 00000 n 
-0000440661 00000 n 
-0000440725 00000 n 
-0000440790 00000 n 
-0000440856 00000 n 
-0000440922 00000 n 
-0000440988 00000 n 
-0000441054 00000 n 
-0000441120 00000 n 
-0000441186 00000 n 
-0000441252 00000 n 
-0000441318 00000 n 
-0000441380 00000 n 
-0000441444 00000 n 
-0000441508 00000 n 
-0000441572 00000 n 
-0000444063 00000 n 
-0000443242 00000 n 
-0000441817 00000 n 
-0000443613 00000 n 
-0000443677 00000 n 
-0000443741 00000 n 
-0000443805 00000 n 
-0000443869 00000 n 
-0001069518 00000 n 
-0001057305 00000 n 
-0001069344 00000 n 
-0000443389 00000 n 
-0000443933 00000 n 
-0000443997 00000 n 
-0000996045 00000 n 
-0000449979 00000 n 
-0000446631 00000 n 
-0000444207 00000 n 
-0000448375 00000 n 
-0000448439 00000 n 
-0000448503 00000 n 
-0001056553 00000 n 
-0001046776 00000 n 
-0001056375 00000 n 
-0000448569 00000 n 
-0000446841 00000 n 
-0000447000 00000 n 
-0000448633 00000 n 
-0000448697 00000 n 
-0000448761 00000 n 
-0000448825 00000 n 
-0000448889 00000 n 
-0000448955 00000 n 
-0000449017 00000 n 
-0000449081 00000 n 
-0000449145 00000 n 
-0000447156 00000 n 
-0000449209 00000 n 
-0000447315 00000 n 
-0000449273 00000 n 
-0000447475 00000 n 
-0000449337 00000 n 
-0000447639 00000 n 
-0000449401 00000 n 
-0000447801 00000 n 
-0000449465 00000 n 
+0000435177 00000 n 
+0000775790 00000 n 
+0000440690 00000 n 
+0000438132 00000 n 
+0000435569 00000 n 
+0000438684 00000 n 
+0000438748 00000 n 
+0000438812 00000 n 
+0000438279 00000 n 
+0000438876 00000 n 
+0000439068 00000 n 
+0000439131 00000 n 
+0000439195 00000 n 
+0000439385 00000 n 
+0000439449 00000 n 
+0000439513 00000 n 
+0000439579 00000 n 
+0000439645 00000 n 
+0000439709 00000 n 
+0000439773 00000 n 
+0000439839 00000 n 
+0000439905 00000 n 
+0000439969 00000 n 
+0000440033 00000 n 
+0000440099 00000 n 
+0000440164 00000 n 
+0000440230 00000 n 
+0000440296 00000 n 
+0000440362 00000 n 
+0000440426 00000 n 
+0000440492 00000 n 
+0000440558 00000 n 
+0000440624 00000 n 
+0000446423 00000 n 
+0000442924 00000 n 
+0000440806 00000 n 
+0000443050 00000 n 
+0000443116 00000 n 
+0000443182 00000 n 
+0000443246 00000 n 
+0000443439 00000 n 
+0000443503 00000 n 
+0000443567 00000 n 
+0000443631 00000 n 
+0000443696 00000 n 
+0000443760 00000 n 
+0000443825 00000 n 
+0000443889 00000 n 
+0000443955 00000 n 
+0000444019 00000 n 
+0000444084 00000 n 
+0000444148 00000 n 
+0000444212 00000 n 
+0000444276 00000 n 
+0000444341 00000 n 
+0000444405 00000 n 
+0000444471 00000 n 
+0000444535 00000 n 
+0000444600 00000 n 
+0000444664 00000 n 
+0000444730 00000 n 
+0000444794 00000 n 
+0000444859 00000 n 
+0000444923 00000 n 
+0000444989 00000 n 
+0000445053 00000 n 
+0000445118 00000 n 
+0000445182 00000 n 
+0000445248 00000 n 
+0000445312 00000 n 
+0000445377 00000 n 
+0000445441 00000 n 
+0000445506 00000 n 
+0000445572 00000 n 
+0000445638 00000 n 
+0000445704 00000 n 
+0000445770 00000 n 
+0000445836 00000 n 
+0000445902 00000 n 
+0000445968 00000 n 
+0000446034 00000 n 
+0000446098 00000 n 
+0000446164 00000 n 
+0000446230 00000 n 
+0000446294 00000 n 
+0000448785 00000 n 
 0000447964 00000 n 
-0000449529 00000 n 
-0000449720 00000 n 
-0000449784 00000 n 
-0000449849 00000 n 
-0000449913 00000 n 
-0001166724 00000 n 
-0000454854 00000 n 
-0000452359 00000 n 
-0000450123 00000 n 
-0000452790 00000 n 
-0000452981 00000 n 
-0000453045 00000 n 
-0000453111 00000 n 
-0000453174 00000 n 
-0000453240 00000 n 
-0000453304 00000 n 
-0000453368 00000 n 
-0000453434 00000 n 
-0000453500 00000 n 
-0000453692 00000 n 
-0000453756 00000 n 
-0000453822 00000 n 
-0000453885 00000 n 
-0000453951 00000 n 
-0000454143 00000 n 
-0000454207 00000 n 
-0000452506 00000 n 
-0000454271 00000 n 
-0000454337 00000 n 
-0000454401 00000 n 
-0000454594 00000 n 
-0000454658 00000 n 
-0000454722 00000 n 
-0000454788 00000 n 
-0000996431 00000 n 
-0000460746 00000 n 
-0000458082 00000 n 
-0000454984 00000 n 
-0000458747 00000 n 
-0000458811 00000 n 
-0000458877 00000 n 
-0000458941 00000 n 
-0000459007 00000 n 
-0000459072 00000 n 
-0000459137 00000 n 
-0000459201 00000 n 
-0000459393 00000 n 
-0000459457 00000 n 
-0000458247 00000 n 
-0000459523 00000 n 
-0000459587 00000 n 
-0000459653 00000 n 
-0000459717 00000 n 
-0000459781 00000 n 
-0000459845 00000 n 
-0000459909 00000 n 
-0000459973 00000 n 
-0000458408 00000 n 
-0000458574 00000 n 
-0000460036 00000 n 
-0000460100 00000 n 
-0000460164 00000 n 
-0000460228 00000 n 
-0000460293 00000 n 
-0000460357 00000 n 
-0000460421 00000 n 
-0000460487 00000 n 
-0000460551 00000 n 
-0000460616 00000 n 
-0000460680 00000 n 
-0000468558 00000 n 
-0000462941 00000 n 
-0000460890 00000 n 
-0000464696 00000 n 
-0000464760 00000 n 
-0000464826 00000 n 
-0000464890 00000 n 
-0000464953 00000 n 
-0000465017 00000 n 
-0000465082 00000 n 
-0000465146 00000 n 
-0000465211 00000 n 
-0000465275 00000 n 
-0000463160 00000 n 
-0000465340 00000 n 
-0000465403 00000 n 
-0000465467 00000 n 
-0000465531 00000 n 
-0000465596 00000 n 
-0000465660 00000 n 
-0000463332 00000 n 
-0000465725 00000 n 
-0000465789 00000 n 
-0000465854 00000 n 
-0000465918 00000 n 
-0000465982 00000 n 
-0000466048 00000 n 
-0000466112 00000 n 
-0000463503 00000 n 
-0000466177 00000 n 
-0000466241 00000 n 
-0000466306 00000 n 
-0000466370 00000 n 
-0000463667 00000 n 
-0000466435 00000 n 
-0000466499 00000 n 
-0000463840 00000 n 
-0000466564 00000 n 
-0000466628 00000 n 
-0000464011 00000 n 
-0000466693 00000 n 
-0000466756 00000 n 
-0000464181 00000 n 
-0000466821 00000 n 
-0000466885 00000 n 
-0000466950 00000 n 
-0000467014 00000 n 
-0000467079 00000 n 
-0000467143 00000 n 
-0000464350 00000 n 
-0000467208 00000 n 
-0000467271 00000 n 
-0000467336 00000 n 
-0000467400 00000 n 
-0000467465 00000 n 
-0000467529 00000 n 
-0000467594 00000 n 
-0000467658 00000 n 
-0000464524 00000 n 
-0000467723 00000 n 
-0000467785 00000 n 
-0000467850 00000 n 
-0000467914 00000 n 
-0000467979 00000 n 
-0000468043 00000 n 
-0000468108 00000 n 
-0000468172 00000 n 
-0000468237 00000 n 
-0000468300 00000 n 
-0000468365 00000 n 
-0000468429 00000 n 
-0000472396 00000 n 
-0000470538 00000 n 
-0000468646 00000 n 
-0000470728 00000 n 
-0000470792 00000 n 
-0000470983 00000 n 
-0000471175 00000 n 
-0000471238 00000 n 
-0000471302 00000 n 
-0000471366 00000 n 
-0000471431 00000 n 
-0000471496 00000 n 
-0000471561 00000 n 
-0000471625 00000 n 
-0000471691 00000 n 
-0000471885 00000 n 
-0000472076 00000 n 
-0000472268 00000 n 
-0000477004 00000 n 
-0000474961 00000 n 
-0000472526 00000 n 
-0000475266 00000 n 
-0000475394 00000 n 
-0000475458 00000 n 
-0000475652 00000 n 
-0000475845 00000 n 
-0000476038 00000 n 
-0000476102 00000 n 
-0000476165 00000 n 
-0000476229 00000 n 
-0000476293 00000 n 
-0000475108 00000 n 
-0000476359 00000 n 
-0000476423 00000 n 
-0000476487 00000 n 
-0000476551 00000 n 
-0000476743 00000 n 
-0000476807 00000 n 
-0000476872 00000 n 
-0000476938 00000 n 
-0000482407 00000 n 
-0000479868 00000 n 
-0000477134 00000 n 
-0000480333 00000 n 
-0000480397 00000 n 
-0000480461 00000 n 
-0000480527 00000 n 
-0000480720 00000 n 
-0000480784 00000 n 
-0000480024 00000 n 
-0000480979 00000 n 
-0000481043 00000 n 
-0000481109 00000 n 
-0000481175 00000 n 
-0000481239 00000 n 
-0000481303 00000 n 
-0000481367 00000 n 
-0000481433 00000 n 
-0000481499 00000 n 
-0000481563 00000 n 
-0000481629 00000 n 
-0000481693 00000 n 
-0000481759 00000 n 
-0000481825 00000 n 
-0000481891 00000 n 
-0000481955 00000 n 
-0000482021 00000 n 
-0000480179 00000 n 
-0000482085 00000 n 
-0000482149 00000 n 
-0000482215 00000 n 
-0000482277 00000 n 
-0001166849 00000 n 
-0000487160 00000 n 
-0000484781 00000 n 
-0000482551 00000 n 
-0000485419 00000 n 
-0000485483 00000 n 
-0000485612 00000 n 
+0000446539 00000 n 
+0000448335 00000 n 
+0000448399 00000 n 
+0000448463 00000 n 
+0000448527 00000 n 
+0000448591 00000 n 
+0001081880 00000 n 
+0001069667 00000 n 
+0001081706 00000 n 
+0000448111 00000 n 
+0000448655 00000 n 
+0000448719 00000 n 
+0001007997 00000 n 
+0000454363 00000 n 
+0000451146 00000 n 
+0000448929 00000 n 
+0000452890 00000 n 
+0000452954 00000 n 
+0000453018 00000 n 
+0001068907 00000 n 
+0001058887 00000 n 
+0001068729 00000 n 
+0000453084 00000 n 
+0000451356 00000 n 
+0000451515 00000 n 
+0000453148 00000 n 
+0000453212 00000 n 
+0000453276 00000 n 
+0000453340 00000 n 
+0000453404 00000 n 
+0000453470 00000 n 
+0000453532 00000 n 
+0000453596 00000 n 
+0000453660 00000 n 
+0000451671 00000 n 
+0000453724 00000 n 
+0000451830 00000 n 
+0000453788 00000 n 
+0000451990 00000 n 
+0000453852 00000 n 
+0000452154 00000 n 
+0000453916 00000 n 
+0000452316 00000 n 
+0000453980 00000 n 
+0000452479 00000 n 
+0000454044 00000 n 
+0000454235 00000 n 
+0000454299 00000 n 
+0001179335 00000 n 
+0000458081 00000 n 
+0000456158 00000 n 
+0000454507 00000 n 
+0000456284 00000 n 
+0000456348 00000 n 
+0000456412 00000 n 
+0000456603 00000 n 
+0000456795 00000 n 
+0000456859 00000 n 
+0000456923 00000 n 
+0000456987 00000 n 
+0000457053 00000 n 
+0000457117 00000 n 
+0000457181 00000 n 
+0000457246 00000 n 
+0000457312 00000 n 
+0000457503 00000 n 
+0000457567 00000 n 
+0000457631 00000 n 
+0000457695 00000 n 
+0000457761 00000 n 
+0000457953 00000 n 
+0000458017 00000 n 
+0000463170 00000 n 
+0000460822 00000 n 
+0000458211 00000 n 
+0000461296 00000 n 
+0000461488 00000 n 
+0000461552 00000 n 
+0000460978 00000 n 
+0000461616 00000 n 
+0000461681 00000 n 
+0000461745 00000 n 
+0000461939 00000 n 
+0000462003 00000 n 
+0000462067 00000 n 
+0000462133 00000 n 
+0000462199 00000 n 
+0000462265 00000 n 
+0000462329 00000 n 
+0000462395 00000 n 
+0000462461 00000 n 
+0000462526 00000 n 
+0000462590 00000 n 
+0000462782 00000 n 
+0000462846 00000 n 
+0000461135 00000 n 
+0000462912 00000 n 
+0000462976 00000 n 
+0000463042 00000 n 
+0000463106 00000 n 
+0001008383 00000 n 
+0000469445 00000 n 
+0000466014 00000 n 
+0000463300 00000 n 
+0000466870 00000 n 
+0000466934 00000 n 
+0000466998 00000 n 
+0000467060 00000 n 
+0000466188 00000 n 
+0000466354 00000 n 
+0000467124 00000 n 
+0000467188 00000 n 
+0000467252 00000 n 
+0000467316 00000 n 
+0000467381 00000 n 
+0000467445 00000 n 
+0000467509 00000 n 
+0000467575 00000 n 
+0000467641 00000 n 
+0000467706 00000 n 
+0000467770 00000 n 
+0000467836 00000 n 
+0000467900 00000 n 
+0000467964 00000 n 
+0000468030 00000 n 
+0000468093 00000 n 
+0000468158 00000 n 
+0000468222 00000 n 
+0000468286 00000 n 
+0000468350 00000 n 
+0000468415 00000 n 
+0000468478 00000 n 
+0000466527 00000 n 
+0000468543 00000 n 
+0000468607 00000 n 
+0000468672 00000 n 
+0000468736 00000 n 
+0000468800 00000 n 
+0000468864 00000 n 
+0000468929 00000 n 
+0000468993 00000 n 
+0000466699 00000 n 
+0000469058 00000 n 
+0000469122 00000 n 
+0000469187 00000 n 
+0000469251 00000 n 
+0000469315 00000 n 
+0000469381 00000 n 
+0000476239 00000 n 
+0000471945 00000 n 
+0000469589 00000 n 
+0000473340 00000 n 
+0000472146 00000 n 
+0000473405 00000 n 
+0000473469 00000 n 
+0000473534 00000 n 
+0000473598 00000 n 
+0000472310 00000 n 
+0000473663 00000 n 
+0000473727 00000 n 
+0000472482 00000 n 
+0000473792 00000 n 
+0000473856 00000 n 
+0000472653 00000 n 
+0000473921 00000 n 
+0000473985 00000 n 
+0000472823 00000 n 
+0000474050 00000 n 
+0000474114 00000 n 
+0000474179 00000 n 
+0000474243 00000 n 
+0000474308 00000 n 
+0000474372 00000 n 
+0000472994 00000 n 
+0000474437 00000 n 
+0000474501 00000 n 
+0000474566 00000 n 
+0000474630 00000 n 
+0000474695 00000 n 
+0000474759 00000 n 
+0000474824 00000 n 
+0000474888 00000 n 
+0000473168 00000 n 
+0000474953 00000 n 
+0000475017 00000 n 
+0000475082 00000 n 
+0000475146 00000 n 
+0000475211 00000 n 
+0000475275 00000 n 
+0000475340 00000 n 
+0000475404 00000 n 
+0000475469 00000 n 
+0000475533 00000 n 
+0000475598 00000 n 
+0000475662 00000 n 
+0000475856 00000 n 
+0000475920 00000 n 
+0000476111 00000 n 
+0000480028 00000 n 
+0000477977 00000 n 
+0000476341 00000 n 
+0000478167 00000 n 
+0000478231 00000 n 
+0000478295 00000 n 
+0000478359 00000 n 
+0000478424 00000 n 
+0000478489 00000 n 
+0000478554 00000 n 
+0000478617 00000 n 
+0000478683 00000 n 
+0000478875 00000 n 
+0000479067 00000 n 
+0000479258 00000 n 
+0000479451 00000 n 
+0000479515 00000 n 
+0000479708 00000 n 
+0000479900 00000 n 
 0000484946 00000 n 
-0000485099 00000 n 
-0000485804 00000 n 
-0000485868 00000 n 
-0000486063 00000 n 
-0000486127 00000 n 
-0000485257 00000 n 
-0000486193 00000 n 
-0000486322 00000 n 
-0000486386 00000 n 
-0000486452 00000 n 
-0000486515 00000 n 
-0000486579 00000 n 
-0000486645 00000 n 
-0000486709 00000 n 
-0000486773 00000 n 
-0000486902 00000 n 
-0000486966 00000 n 
-0000487030 00000 n 
-0000487096 00000 n 
-0000493034 00000 n 
-0000489768 00000 n 
-0000487304 00000 n 
-0000490241 00000 n 
-0000490305 00000 n 
-0000490369 00000 n 
-0000490433 00000 n 
-0000490564 00000 n 
-0000490628 00000 n 
-0000490692 00000 n 
-0001046202 00000 n 
-0001036375 00000 n 
-0001046023 00000 n 
-0000490758 00000 n 
-0000489924 00000 n 
-0000490824 00000 n 
-0000490888 00000 n 
-0000490954 00000 n 
-0000491020 00000 n 
-0000491086 00000 n 
-0000491152 00000 n 
-0000491218 00000 n 
-0000491282 00000 n 
-0000491348 00000 n 
-0000491412 00000 n 
-0000491477 00000 n 
-0000491543 00000 n 
-0000491608 00000 n 
-0000491737 00000 n 
-0000491801 00000 n 
-0000491865 00000 n 
-0000491931 00000 n 
-0000491997 00000 n 
-0000492063 00000 n 
-0000492127 00000 n 
-0000492193 00000 n 
-0000492258 00000 n 
-0000492324 00000 n 
-0000492388 00000 n 
-0000492452 00000 n 
-0000492645 00000 n 
-0000492774 00000 n 
-0000492838 00000 n 
-0000492904 00000 n 
-0000492969 00000 n 
-0000490083 00000 n 
-0000498405 00000 n 
-0000495757 00000 n 
-0000493206 00000 n 
-0000496076 00000 n 
-0000496140 00000 n 
-0000496204 00000 n 
-0000496268 00000 n 
-0000496332 00000 n 
-0000496397 00000 n 
-0000496461 00000 n 
-0000496527 00000 n 
-0000496593 00000 n 
-0000496722 00000 n 
-0000496786 00000 n 
-0000496852 00000 n 
-0000496918 00000 n 
-0000496982 00000 n 
-0000497046 00000 n 
-0000497110 00000 n 
-0000497173 00000 n 
-0000497239 00000 n 
-0000497303 00000 n 
-0000497369 00000 n 
-0000497435 00000 n 
-0000497629 00000 n 
-0000497693 00000 n 
-0000497759 00000 n 
-0000497823 00000 n 
-0000497887 00000 n 
-0000497951 00000 n 
-0000498146 00000 n 
-0000498210 00000 n 
-0000495904 00000 n 
-0000498275 00000 n 
-0000504524 00000 n 
+0000482737 00000 n 
+0000480158 00000 n 
+0000483205 00000 n 
+0000483269 00000 n 
+0000483398 00000 n 
+0000483462 00000 n 
+0000483526 00000 n 
+0000483590 00000 n 
+0000483654 00000 n 
+0000482893 00000 n 
+0000483720 00000 n 
+0000483784 00000 n 
+0000483848 00000 n 
+0000483912 00000 n 
+0000484104 00000 n 
+0000484168 00000 n 
+0000484233 00000 n 
+0000484299 00000 n 
+0000484365 00000 n 
+0000484429 00000 n 
+0000484495 00000 n 
+0000484561 00000 n 
+0000484752 00000 n 
+0000484816 00000 n 
+0000483050 00000 n 
+0001179460 00000 n 
+0000490556 00000 n 
+0000487756 00000 n 
+0000485076 00000 n 
+0000488548 00000 n 
+0000488612 00000 n 
+0000488741 00000 n 
+0000488805 00000 n 
+0000488871 00000 n 
+0000488937 00000 n 
+0000489000 00000 n 
+0000489066 00000 n 
+0000489132 00000 n 
+0000489196 00000 n 
+0000489262 00000 n 
+0000489326 00000 n 
+0000489390 00000 n 
+0000489456 00000 n 
+0000489520 00000 n 
+0000489586 00000 n 
+0000489652 00000 n 
+0000489718 00000 n 
+0000489782 00000 n 
+0000489847 00000 n 
+0000487930 00000 n 
+0000489912 00000 n 
+0000489975 00000 n 
+0000490170 00000 n 
+0000488083 00000 n 
+0000488236 00000 n 
+0000488394 00000 n 
+0000490362 00000 n 
+0000490426 00000 n 
+0000496323 00000 n 
+0000493312 00000 n 
+0000490700 00000 n 
+0000493789 00000 n 
+0000493918 00000 n 
+0000493981 00000 n 
+0000493468 00000 n 
+0000494112 00000 n 
+0000494176 00000 n 
+0000494239 00000 n 
+0000494305 00000 n 
+0000494369 00000 n 
+0000494433 00000 n 
+0000494499 00000 n 
+0000494628 00000 n 
+0000494692 00000 n 
+0000494758 00000 n 
+0001058309 00000 n 
+0001048327 00000 n 
+0001058130 00000 n 
+0000494824 00000 n 
+0000493630 00000 n 
+0000494890 00000 n 
+0000494954 00000 n 
+0000495020 00000 n 
+0000495086 00000 n 
+0000495152 00000 n 
+0000495218 00000 n 
+0000495284 00000 n 
+0000495348 00000 n 
+0000495414 00000 n 
+0000495478 00000 n 
+0000495542 00000 n 
+0000495608 00000 n 
+0000495673 00000 n 
+0000495802 00000 n 
+0000495866 00000 n 
+0000495930 00000 n 
+0000495996 00000 n 
+0000496062 00000 n 
+0000496128 00000 n 
+0000496192 00000 n 
+0000496257 00000 n 
 0000501315 00000 n 
-0000498549 00000 n 
-0000501806 00000 n 
-0000501870 00000 n 
-0000501999 00000 n 
-0000501471 00000 n 
-0000501638 00000 n 
-0000502063 00000 n 
-0000502192 00000 n 
-0000502256 00000 n 
-0000502319 00000 n 
-0000502383 00000 n 
-0000502449 00000 n 
-0000502515 00000 n 
-0000502579 00000 n 
-0000502645 00000 n 
-0000502711 00000 n 
-0000502775 00000 n 
-0000502839 00000 n 
-0000502905 00000 n 
-0000502970 00000 n 
-0000503034 00000 n 
-0000503098 00000 n 
-0000503164 00000 n 
-0000503229 00000 n 
-0000503293 00000 n 
-0000503359 00000 n 
-0000503425 00000 n 
-0000503491 00000 n 
-0000503557 00000 n 
-0000503623 00000 n 
-0000503687 00000 n 
-0000503752 00000 n 
-0000503817 00000 n 
-0000503881 00000 n 
-0000503945 00000 n 
-0000504073 00000 n 
-0000504137 00000 n 
-0000504201 00000 n 
-0000504265 00000 n 
-0000504331 00000 n 
-0000504397 00000 n 
-0000504461 00000 n 
-0000510705 00000 n 
-0000507908 00000 n 
-0000504682 00000 n 
-0000508034 00000 n 
-0000508098 00000 n 
+0000498615 00000 n 
+0000496495 00000 n 
+0000498921 00000 n 
+0000498985 00000 n 
+0000499050 00000 n 
+0000499114 00000 n 
+0000499178 00000 n 
+0000499371 00000 n 
+0000499500 00000 n 
+0000499564 00000 n 
+0000499630 00000 n 
+0000499696 00000 n 
+0000498762 00000 n 
+0000499762 00000 n 
+0000499826 00000 n 
+0000499890 00000 n 
+0000499954 00000 n 
+0000500018 00000 n 
+0000500082 00000 n 
+0000500146 00000 n 
+0000500210 00000 n 
+0000500276 00000 n 
+0000500342 00000 n 
+0000500471 00000 n 
+0000500535 00000 n 
+0000500601 00000 n 
+0000500667 00000 n 
+0000500731 00000 n 
+0000500795 00000 n 
+0000500859 00000 n 
+0000500923 00000 n 
+0000500989 00000 n 
+0000501053 00000 n 
+0000501119 00000 n 
+0000501185 00000 n 
+0000504842 00000 n 
+0000503100 00000 n 
+0000501473 00000 n 
+0000503226 00000 n 
+0000503355 00000 n 
+0000503484 00000 n 
+0000503548 00000 n 
+0000503612 00000 n 
+0000503678 00000 n 
+0000503741 00000 n 
+0000503807 00000 n 
+0000503873 00000 n 
+0000504002 00000 n 
+0000504066 00000 n 
+0000504131 00000 n 
+0000504196 00000 n 
+0000504261 00000 n 
+0000504325 00000 n 
+0000504391 00000 n 
+0000504520 00000 n 
+0000504584 00000 n 
+0000504650 00000 n 
+0000504714 00000 n 
+0000510805 00000 n 
+0000507999 00000 n 
+0000504986 00000 n 
+0000508671 00000 n 
+0000508799 00000 n 
+0000508863 00000 n 
+0000508929 00000 n 
+0000508993 00000 n 
+0000509057 00000 n 
+0000509121 00000 n 
+0000509316 00000 n 
+0000509380 00000 n 
 0000508164 00000 n 
-0000508229 00000 n 
-0000508295 00000 n 
-0000508361 00000 n 
-0000508425 00000 n 
-0000508489 00000 n 
-0000508554 00000 n 
-0000508620 00000 n 
-0000508686 00000 n 
-0000508752 00000 n 
-0000508818 00000 n 
-0000508884 00000 n 
-0000508948 00000 n 
-0000509012 00000 n 
-0000509076 00000 n 
-0000509142 00000 n 
-0000509206 00000 n 
-0000509272 00000 n 
-0000509336 00000 n 
-0000509402 00000 n 
-0000509468 00000 n 
-0000509534 00000 n 
-0000509598 00000 n 
-0000509664 00000 n 
-0000509728 00000 n 
-0000509792 00000 n 
-0000509858 00000 n 
-0000509922 00000 n 
-0000510117 00000 n 
-0000510181 00000 n 
-0000510247 00000 n 
-0000510313 00000 n 
-0000510379 00000 n 
-0000510443 00000 n 
-0000510507 00000 n 
-0000510573 00000 n 
-0000510639 00000 n 
-0000516984 00000 n 
-0000513889 00000 n 
-0000510863 00000 n 
-0000514715 00000 n 
-0000514779 00000 n 
-0000514843 00000 n 
-0000514909 00000 n 
-0000514975 00000 n 
-0000515041 00000 n 
-0000515105 00000 n 
-0000515171 00000 n 
-0000515235 00000 n 
-0000515299 00000 n 
-0000515363 00000 n 
-0000515427 00000 n 
-0000515491 00000 n 
-0000515555 00000 n 
-0000515621 00000 n 
-0000515687 00000 n 
-0000515751 00000 n 
-0000515815 00000 n 
-0000515881 00000 n 
-0000514063 00000 n 
-0000516076 00000 n 
-0000516140 00000 n 
-0000514236 00000 n 
-0000516206 00000 n 
-0000516270 00000 n 
-0000516334 00000 n 
-0000516398 00000 n 
-0000514399 00000 n 
-0000516464 00000 n 
-0000516530 00000 n 
-0000516596 00000 n 
-0000516661 00000 n 
-0000516727 00000 n 
-0000516791 00000 n 
-0000516856 00000 n 
-0000516921 00000 n 
-0000514557 00000 n 
-0001166974 00000 n 
-0000520977 00000 n 
-0000518785 00000 n 
-0000517142 00000 n 
-0000518911 00000 n 
-0000519104 00000 n 
-0000519297 00000 n 
-0000519361 00000 n 
-0000519425 00000 n 
-0000519489 00000 n 
-0001035696 00000 n 
-0001019983 00000 n 
-0001035521 00000 n 
-0000519555 00000 n 
+0000509445 00000 n 
+0000509640 00000 n 
+0000508336 00000 n 
+0000508503 00000 n 
+0000509704 00000 n 
+0000509833 00000 n 
+0000509897 00000 n 
+0000509961 00000 n 
+0000510025 00000 n 
+0000510091 00000 n 
+0000510157 00000 n 
+0000510221 00000 n 
+0000510287 00000 n 
+0000510353 00000 n 
+0000510417 00000 n 
+0000510480 00000 n 
+0000510546 00000 n 
+0000510611 00000 n 
+0000510675 00000 n 
+0000510739 00000 n 
+0000514477 00000 n 
+0000516420 00000 n 
+0000513504 00000 n 
+0000510949 00000 n 
+0000513630 00000 n 
+0000513694 00000 n 
+0000513759 00000 n 
+0000513824 00000 n 
+0000513890 00000 n 
+0000513956 00000 n 
+0000514022 00000 n 
+0000514088 00000 n 
+0000514154 00000 n 
+0000514218 00000 n 
+0000514284 00000 n 
+0000514350 00000 n 
+0000514413 00000 n 
+0000514606 00000 n 
+0000514670 00000 n 
+0000514734 00000 n 
+0000514798 00000 n 
+0000514864 00000 n 
+0000514930 00000 n 
+0000514994 00000 n 
+0000515057 00000 n 
+0000515120 00000 n 
+0000515186 00000 n 
+0000515252 00000 n 
+0000515317 00000 n 
+0000515383 00000 n 
+0000515449 00000 n 
+0000515513 00000 n 
+0000515577 00000 n 
+0000515642 00000 n 
+0000515707 00000 n 
+0000515772 00000 n 
+0000515837 00000 n 
+0000515903 00000 n 
+0000515969 00000 n 
+0000516033 00000 n 
+0000516097 00000 n 
+0000516161 00000 n 
+0000516227 00000 n 
+0000516291 00000 n 
+0000516357 00000 n 
+0001179585 00000 n 
+0000522028 00000 n 
+0000519493 00000 n 
+0000516578 00000 n 
 0000519619 00000 n 
-0000519685 00000 n 
-0000519749 00000 n 
+0000519683 00000 n 
+0000519747 00000 n 
 0000519813 00000 n 
-0000519877 00000 n 
-0000519941 00000 n 
-0000520007 00000 n 
-0000520073 00000 n 
-0000520139 00000 n 
+0000519879 00000 n 
+0000519945 00000 n 
+0000520009 00000 n 
+0000520075 00000 n 
+0000520141 00000 n 
 0000520205 00000 n 
-0000520268 00000 n 
-0000520332 00000 n 
-0000520527 00000 n 
-0000520591 00000 n 
-0000520655 00000 n 
-0000520719 00000 n 
-0000520783 00000 n 
-0000520847 00000 n 
-0000526221 00000 n 
-0000523778 00000 n 
-0000521121 00000 n 
-0000524079 00000 n 
-0000524208 00000 n 
-0000523925 00000 n 
-0000524272 00000 n 
-0000524336 00000 n 
-0000524400 00000 n 
-0000524464 00000 n 
-0000524528 00000 n 
-0000524593 00000 n 
-0000524657 00000 n 
-0000524852 00000 n 
-0000524916 00000 n 
-0000524981 00000 n 
-0000525047 00000 n 
-0000525113 00000 n 
-0000525179 00000 n 
-0000525245 00000 n 
-0000525308 00000 n 
-0000525374 00000 n 
-0000525440 00000 n 
-0000525504 00000 n 
-0000525568 00000 n 
-0000525761 00000 n 
-0000525825 00000 n 
-0000525891 00000 n 
-0000525957 00000 n 
-0000526023 00000 n 
-0000526089 00000 n 
-0000526155 00000 n 
-0000530458 00000 n 
-0000528649 00000 n 
-0000526351 00000 n 
-0000528775 00000 n 
-0000528839 00000 n 
-0000528903 00000 n 
-0000528969 00000 n 
-0000529035 00000 n 
-0000529101 00000 n 
-0000529167 00000 n 
-0000529231 00000 n 
-0000529295 00000 n 
-0000529488 00000 n 
-0000529552 00000 n 
-0000529616 00000 n 
-0000529811 00000 n 
-0000529875 00000 n 
-0000530070 00000 n 
-0000530134 00000 n 
-0000530200 00000 n 
-0000530266 00000 n 
-0000530330 00000 n 
-0000534479 00000 n 
-0000532461 00000 n 
-0000530602 00000 n 
-0000532938 00000 n 
-0000533067 00000 n 
-0000532617 00000 n 
-0000532783 00000 n 
-0000533131 00000 n 
-0000533195 00000 n 
-0000533261 00000 n 
-0000533324 00000 n 
-0000533388 00000 n 
-0000533452 00000 n 
-0000533516 00000 n 
-0000533580 00000 n 
-0000533644 00000 n 
-0000533708 00000 n 
-0000533772 00000 n 
-0000533836 00000 n 
-0000533900 00000 n 
-0000533965 00000 n 
-0000534029 00000 n 
-0000534093 00000 n 
-0000534158 00000 n 
-0000534351 00000 n 
-0001006010 00000 n 
-0000540915 00000 n 
-0000537511 00000 n 
-0000534623 00000 n 
-0000538326 00000 n 
-0000538390 00000 n 
-0000538519 00000 n 
-0000537685 00000 n 
-0000537858 00000 n 
-0000538583 00000 n 
-0000538646 00000 n 
-0000538709 00000 n 
-0000538775 00000 n 
-0000538839 00000 n 
-0000538904 00000 n 
-0000538970 00000 n 
-0000539165 00000 n 
-0000539358 00000 n 
-0000539551 00000 n 
-0000539615 00000 n 
-0000539681 00000 n 
-0000538010 00000 n 
-0000539874 00000 n 
-0000539938 00000 n 
-0000540002 00000 n 
-0000540067 00000 n 
-0000540133 00000 n 
-0000540197 00000 n 
-0000540262 00000 n 
-0000538168 00000 n 
-0000540326 00000 n 
-0000540390 00000 n 
-0000540454 00000 n 
-0000540520 00000 n 
-0000540586 00000 n 
-0000540651 00000 n 
-0000540717 00000 n 
-0000540783 00000 n 
-0000540849 00000 n 
-0000997074 00000 n 
-0000544972 00000 n 
-0000543314 00000 n 
-0000541045 00000 n 
-0000543621 00000 n 
-0000543749 00000 n 
-0001017754 00000 n 
-0001015257 00000 n 
-0001017585 00000 n 
-0000543813 00000 n 
-0000543877 00000 n 
-0000543941 00000 n 
-0000544005 00000 n 
-0000544200 00000 n 
-0000544264 00000 n 
-0000544328 00000 n 
-0000544652 00000 n 
-0000543461 00000 n 
-0000544844 00000 n 
-0000544908 00000 n 
-0001167099 00000 n 
-0000548428 00000 n 
-0000546876 00000 n 
-0000545102 00000 n 
-0000547002 00000 n 
-0000547066 00000 n 
-0000547132 00000 n 
-0000547197 00000 n 
-0000547263 00000 n 
-0000547394 00000 n 
-0000547523 00000 n 
-0000547587 00000 n 
-0000547650 00000 n 
-0000547779 00000 n 
-0000547843 00000 n 
-0000547909 00000 n 
-0000547975 00000 n 
-0000548104 00000 n 
-0000548168 00000 n 
-0000548232 00000 n 
-0000548298 00000 n 
-0000548364 00000 n 
-0000552676 00000 n 
-0000550404 00000 n 
-0000548586 00000 n 
-0000550530 00000 n 
-0000550594 00000 n 
-0000550658 00000 n 
-0000550724 00000 n 
-0000550790 00000 n 
-0000550854 00000 n 
-0000550920 00000 n 
-0000550984 00000 n 
-0000551048 00000 n 
-0000551113 00000 n 
-0000551307 00000 n 
-0000551370 00000 n 
-0000551434 00000 n 
-0000551500 00000 n 
-0000551566 00000 n 
-0000551632 00000 n 
-0000551698 00000 n 
-0000551764 00000 n 
-0000551829 00000 n 
-0000551895 00000 n 
-0000551961 00000 n 
-0000552027 00000 n 
-0000552093 00000 n 
-0000552157 00000 n 
-0000552352 00000 n 
-0000552415 00000 n 
-0000552480 00000 n 
-0000552546 00000 n 
-0000557651 00000 n 
-0000555516 00000 n 
-0000552834 00000 n 
-0000555838 00000 n 
-0000555967 00000 n 
-0000556160 00000 n 
-0000556224 00000 n 
-0000556290 00000 n 
-0000556354 00000 n 
-0000556418 00000 n 
-0000556482 00000 n 
-0000556547 00000 n 
-0000556742 00000 n 
-0000556806 00000 n 
-0000556871 00000 n 
-0000555663 00000 n 
-0000556936 00000 n 
-0000557002 00000 n 
-0000557066 00000 n 
-0000557132 00000 n 
-0000557197 00000 n 
-0000557391 00000 n 
-0000557455 00000 n 
-0000557519 00000 n 
-0000557585 00000 n 
-0000559033 00000 n 
-0000558649 00000 n 
-0000557795 00000 n 
-0000558775 00000 n 
-0000558839 00000 n 
-0000558905 00000 n 
-0000558969 00000 n 
-0000563968 00000 n 
-0000561134 00000 n 
-0000559149 00000 n 
-0000561260 00000 n 
-0000561580 00000 n 
-0000561772 00000 n 
-0000561836 00000 n 
-0000561900 00000 n 
+0000520271 00000 n 
+0000520335 00000 n 
+0000520530 00000 n 
+0000520594 00000 n 
+0000520660 00000 n 
+0000520726 00000 n 
+0000520792 00000 n 
+0000520858 00000 n 
+0000520924 00000 n 
+0000520990 00000 n 
+0000521056 00000 n 
+0000521122 00000 n 
+0000521186 00000 n 
+0000521252 00000 n 
+0000521318 00000 n 
+0000521384 00000 n 
+0000521448 00000 n 
+0000521514 00000 n 
+0000521578 00000 n 
+0000521642 00000 n 
+0000521705 00000 n 
+0000521769 00000 n 
+0000521833 00000 n 
+0000521896 00000 n 
+0000521962 00000 n 
+0000528042 00000 n 
+0000524890 00000 n 
+0000522172 00000 n 
+0000525717 00000 n 
+0000525845 00000 n 
+0000525909 00000 n 
+0000525064 00000 n 
+0000526104 00000 n 
+0000526168 00000 n 
+0000525237 00000 n 
+0000526234 00000 n 
+0000526298 00000 n 
+0000526362 00000 n 
+0000526426 00000 n 
+0000525400 00000 n 
+0000526491 00000 n 
+0000526557 00000 n 
+0000526623 00000 n 
+0000526688 00000 n 
+0000526754 00000 n 
+0000526817 00000 n 
+0000526882 00000 n 
+0000526947 00000 n 
+0000525558 00000 n 
+0000527140 00000 n 
+0000527333 00000 n 
+0000527397 00000 n 
+0000527461 00000 n 
+0000527525 00000 n 
+0001047648 00000 n 
+0001031935 00000 n 
+0001047473 00000 n 
+0000527591 00000 n 
+0000527655 00000 n 
+0000527720 00000 n 
+0000527784 00000 n 
+0000527848 00000 n 
+0000527912 00000 n 
+0000527976 00000 n 
+0000532154 00000 n 
+0000530173 00000 n 
+0000528200 00000 n 
+0000530474 00000 n 
+0000530603 00000 n 
+0000530667 00000 n 
+0000530731 00000 n 
+0000530795 00000 n 
+0000530859 00000 n 
+0000530923 00000 n 
+0000531117 00000 n 
+0000530320 00000 n 
+0000531180 00000 n 
+0000531244 00000 n 
+0000531308 00000 n 
+0000531372 00000 n 
+0000531436 00000 n 
+0000531501 00000 n 
+0000531565 00000 n 
+0000531760 00000 n 
+0000531824 00000 n 
+0000531890 00000 n 
+0000531956 00000 n 
+0000532022 00000 n 
+0000532088 00000 n 
+0000536799 00000 n 
+0000534733 00000 n 
+0000532284 00000 n 
+0000534859 00000 n 
+0000534923 00000 n 
+0000534987 00000 n 
+0000535053 00000 n 
+0000535119 00000 n 
+0000535183 00000 n 
+0000535247 00000 n 
+0000535437 00000 n 
+0000535500 00000 n 
+0000535566 00000 n 
+0000535632 00000 n 
+0000535698 00000 n 
+0000535764 00000 n 
+0000535830 00000 n 
+0000535896 00000 n 
+0000535960 00000 n 
+0000536026 00000 n 
+0000536090 00000 n 
+0000536154 00000 n 
+0000536220 00000 n 
+0000536284 00000 n 
+0000536348 00000 n 
+0000536541 00000 n 
+0000536605 00000 n 
+0000536669 00000 n 
+0000541091 00000 n 
+0000538876 00000 n 
+0000536929 00000 n 
+0000539353 00000 n 
+0000539482 00000 n 
+0000539546 00000 n 
+0000539741 00000 n 
+0000539805 00000 n 
+0000539871 00000 n 
+0000539937 00000 n 
+0000540001 00000 n 
+0000540194 00000 n 
+0000539032 00000 n 
+0000539198 00000 n 
+0000540258 00000 n 
+0000540322 00000 n 
+0000540388 00000 n 
+0000540452 00000 n 
+0000540516 00000 n 
+0000540580 00000 n 
+0000540642 00000 n 
+0000540706 00000 n 
+0000540770 00000 n 
+0000540834 00000 n 
+0000540898 00000 n 
+0000540962 00000 n 
+0000541026 00000 n 
+0001017962 00000 n 
+0000545858 00000 n 
+0000543505 00000 n 
+0000541235 00000 n 
+0000543986 00000 n 
+0000544114 00000 n 
+0000544178 00000 n 
+0000544243 00000 n 
+0000544308 00000 n 
+0000544499 00000 n 
+0000544692 00000 n 
+0000543661 00000 n 
+0000543834 00000 n 
+0000544756 00000 n 
+0000544820 00000 n 
+0000544884 00000 n 
+0000544950 00000 n 
+0000545015 00000 n 
+0000545081 00000 n 
+0000545147 00000 n 
+0000545342 00000 n 
+0000545535 00000 n 
+0000545728 00000 n 
+0000545792 00000 n 
+0001179710 00000 n 
+0000551174 00000 n 
+0000548828 00000 n 
+0000545988 00000 n 
+0000549300 00000 n 
+0000549364 00000 n 
+0000548984 00000 n 
+0000549493 00000 n 
+0000549557 00000 n 
+0000549621 00000 n 
+0000549686 00000 n 
+0000549752 00000 n 
+0000549816 00000 n 
+0000549881 00000 n 
+0000549142 00000 n 
+0000549944 00000 n 
+0000550008 00000 n 
+0000550072 00000 n 
+0000550138 00000 n 
+0000550204 00000 n 
+0000550269 00000 n 
+0000550335 00000 n 
+0000550401 00000 n 
+0000550467 00000 n 
+0000550533 00000 n 
+0000550597 00000 n 
+0000550661 00000 n 
+0001029706 00000 n 
+0001027209 00000 n 
+0001029537 00000 n 
+0000550725 00000 n 
+0000550789 00000 n 
+0000550852 00000 n 
+0000550916 00000 n 
+0000551110 00000 n 
+0001009026 00000 n 
+0000555058 00000 n 
+0000553331 00000 n 
+0000551318 00000 n 
+0000553638 00000 n 
+0000553702 00000 n 
+0000553766 00000 n 
+0000554088 00000 n 
+0000553478 00000 n 
+0000554281 00000 n 
+0000554345 00000 n 
+0000554409 00000 n 
+0000554475 00000 n 
+0000554540 00000 n 
+0000554606 00000 n 
+0000554801 00000 n 
+0000554930 00000 n 
+0000554994 00000 n 
+0000558960 00000 n 
+0000557087 00000 n 
+0000555202 00000 n 
+0000557213 00000 n 
+0000557277 00000 n 
+0000557406 00000 n 
+0000557468 00000 n 
+0000557534 00000 n 
+0000557600 00000 n 
+0000557729 00000 n 
+0000557793 00000 n 
+0000557857 00000 n 
+0000557923 00000 n 
+0000557989 00000 n 
+0000558053 00000 n 
+0000558117 00000 n 
+0000558183 00000 n 
+0000558249 00000 n 
+0000558313 00000 n 
+0000558379 00000 n 
+0000558443 00000 n 
+0000558507 00000 n 
+0000558572 00000 n 
+0000558767 00000 n 
+0000558831 00000 n 
+0000558895 00000 n 
+0000563452 00000 n 
+0000561313 00000 n 
+0000559132 00000 n 
+0000561439 00000 n 
+0000561503 00000 n 
+0000561569 00000 n 
+0000561635 00000 n 
+0000561701 00000 n 
+0000561767 00000 n 
+0000561833 00000 n 
+0000561899 00000 n 
 0000561964 00000 n 
-0000562028 00000 n 
-0000562092 00000 n 
-0000562157 00000 n 
-0000562221 00000 n 
-0000562285 00000 n 
-0000562350 00000 n 
-0000562414 00000 n 
-0000562480 00000 n 
-0000562546 00000 n 
-0000562612 00000 n 
-0000562676 00000 n 
-0000562740 00000 n 
-0000562805 00000 n 
-0000562869 00000 n 
-0000562934 00000 n 
-0000563000 00000 n 
-0000563064 00000 n 
-0000563128 00000 n 
-0000563192 00000 n 
+0000562030 00000 n 
+0000562096 00000 n 
+0000562160 00000 n 
+0000562355 00000 n 
+0000562419 00000 n 
+0000562484 00000 n 
+0000562549 00000 n 
+0000562743 00000 n 
+0000562935 00000 n 
+0000562999 00000 n 
+0000563065 00000 n 
+0000563129 00000 n 
+0000563193 00000 n 
 0000563257 00000 n 
-0000563321 00000 n 
-0000563386 00000 n 
-0000563451 00000 n 
-0000563517 00000 n 
-0000563581 00000 n 
-0000563644 00000 n 
-0000563709 00000 n 
-0000563775 00000 n 
-0000563839 00000 n 
-0000563903 00000 n 
-0000569248 00000 n 
-0000566598 00000 n 
-0000564098 00000 n 
-0000566724 00000 n 
-0000566788 00000 n 
-0000566854 00000 n 
-0000566920 00000 n 
-0000566985 00000 n 
-0000567049 00000 n 
-0000567113 00000 n 
-0000567178 00000 n 
-0000567242 00000 n 
-0000567307 00000 n 
-0000567372 00000 n 
-0000567437 00000 n 
-0000567501 00000 n 
-0000567564 00000 n 
-0000567629 00000 n 
-0000567693 00000 n 
-0000567757 00000 n 
-0000567822 00000 n 
-0000567888 00000 n 
-0000567952 00000 n 
-0000568016 00000 n 
-0000568082 00000 n 
-0000568146 00000 n 
-0000568210 00000 n 
-0000568275 00000 n 
-0000568339 00000 n 
-0000568403 00000 n 
-0000568469 00000 n 
-0000568535 00000 n 
-0000568599 00000 n 
-0000568663 00000 n 
-0000568728 00000 n 
-0000568794 00000 n 
-0000568859 00000 n 
-0000568925 00000 n 
-0000568989 00000 n 
-0000569053 00000 n 
-0000569118 00000 n 
-0000569183 00000 n 
-0001167224 00000 n 
-0000573604 00000 n 
-0000571678 00000 n 
-0000569392 00000 n 
-0000571804 00000 n 
-0000571868 00000 n 
-0000571932 00000 n 
-0000571996 00000 n 
-0000572190 00000 n 
-0000572254 00000 n 
-0000572318 00000 n 
-0000572382 00000 n 
-0000572446 00000 n 
-0000572510 00000 n 
-0000572702 00000 n 
-0000572766 00000 n 
-0000572830 00000 n 
-0000572894 00000 n 
-0000572957 00000 n 
-0000573022 00000 n 
-0000573088 00000 n 
-0000573152 00000 n 
-0000573216 00000 n 
-0000573281 00000 n 
-0000573476 00000 n 
-0000577534 00000 n 
-0000575872 00000 n 
-0000573720 00000 n 
-0000575998 00000 n 
-0000576127 00000 n 
-0000576191 00000 n 
-0000576255 00000 n 
-0000576319 00000 n 
-0000576383 00000 n 
-0000576448 00000 n 
-0000576512 00000 n 
-0000576574 00000 n 
-0000576637 00000 n 
-0000576701 00000 n 
-0000576765 00000 n 
-0000576959 00000 n 
-0000577023 00000 n 
-0000577087 00000 n 
-0000577151 00000 n 
-0000577215 00000 n 
-0000577280 00000 n 
-0000577344 00000 n 
-0000577408 00000 n 
-0000582640 00000 n 
-0000580198 00000 n 
-0000577650 00000 n 
-0000580836 00000 n 
-0000580964 00000 n 
-0000581028 00000 n 
-0000581222 00000 n 
-0000581286 00000 n 
-0000581481 00000 n 
-0000580363 00000 n 
-0000581545 00000 n 
-0000581609 00000 n 
-0000581673 00000 n 
-0000581737 00000 n 
-0000581802 00000 n 
+0000563322 00000 n 
+0000568689 00000 n 
+0000566362 00000 n 
+0000563610 00000 n 
+0000566684 00000 n 
+0000566813 00000 n 
+0000566877 00000 n 
+0000566943 00000 n 
+0000566509 00000 n 
+0000567009 00000 n 
+0000567075 00000 n 
+0000567138 00000 n 
+0000567203 00000 n 
+0000567268 00000 n 
+0000567463 00000 n 
+0000567527 00000 n 
+0000567591 00000 n 
+0000567657 00000 n 
+0000567723 00000 n 
+0000567789 00000 n 
+0000567853 00000 n 
+0000568046 00000 n 
+0000568110 00000 n 
+0000568173 00000 n 
+0000568237 00000 n 
+0000568301 00000 n 
+0000568497 00000 n 
+0000568561 00000 n 
+0000568625 00000 n 
+0000575011 00000 n 
+0000571411 00000 n 
+0000568833 00000 n 
+0000572559 00000 n 
+0000572623 00000 n 
+0000572688 00000 n 
+0000572754 00000 n 
+0000572818 00000 n 
+0000571603 00000 n 
+0000572883 00000 n 
+0000572947 00000 n 
+0000571762 00000 n 
+0000571920 00000 n 
+0000573012 00000 n 
+0000573076 00000 n 
+0000573141 00000 n 
+0000573207 00000 n 
+0000573271 00000 n 
+0000573337 00000 n 
+0000573401 00000 n 
+0000573465 00000 n 
+0000573529 00000 n 
+0000573593 00000 n 
+0000573659 00000 n 
+0000573725 00000 n 
+0000573789 00000 n 
+0000573853 00000 n 
+0000573919 00000 n 
+0000574114 00000 n 
+0000574178 00000 n 
+0000574242 00000 n 
+0000572077 00000 n 
+0000574306 00000 n 
+0000574368 00000 n 
+0000574433 00000 n 
+0000574499 00000 n 
+0000572235 00000 n 
+0000574563 00000 n 
+0000574627 00000 n 
+0000574692 00000 n 
+0000572398 00000 n 
+0000574756 00000 n 
+0000574820 00000 n 
+0000574884 00000 n 
+0001179835 00000 n 
+0000579796 00000 n 
+0000577742 00000 n 
+0000575141 00000 n 
+0000578051 00000 n 
+0000578180 00000 n 
+0000577889 00000 n 
+0000578244 00000 n 
+0000578435 00000 n 
+0000578499 00000 n 
+0000578563 00000 n 
+0000578627 00000 n 
+0000578691 00000 n 
+0000578757 00000 n 
+0000578823 00000 n 
+0000578889 00000 n 
+0000578952 00000 n 
+0000579016 00000 n 
+0000579082 00000 n 
+0000579148 00000 n 
+0000579342 00000 n 
+0000579406 00000 n 
+0000579471 00000 n 
+0000579535 00000 n 
+0000579601 00000 n 
+0000579665 00000 n 
+0000579730 00000 n 
+0000584184 00000 n 
 0000581866 00000 n 
-0000581930 00000 n 
-0000581995 00000 n 
-0000582061 00000 n 
-0000582125 00000 n 
-0000582189 00000 n 
-0000580516 00000 n 
-0000582254 00000 n 
-0000582318 00000 n 
-0000582382 00000 n 
-0000580675 00000 n 
-0000582576 00000 n 
-0000588213 00000 n 
-0000585705 00000 n 
-0000582756 00000 n 
-0000586012 00000 n 
-0000586076 00000 n 
-0000586140 00000 n 
-0000586204 00000 n 
-0000586268 00000 n 
-0000586334 00000 n 
-0000585852 00000 n 
-0000586400 00000 n 
-0000586466 00000 n 
-0000586530 00000 n 
-0000586594 00000 n 
-0000586658 00000 n 
-0000586722 00000 n 
-0000586786 00000 n 
-0000586851 00000 n 
-0000586917 00000 n 
-0000586983 00000 n 
-0000587047 00000 n 
-0000587111 00000 n 
-0000587176 00000 n 
-0000587240 00000 n 
-0000587306 00000 n 
-0000587372 00000 n 
-0000587436 00000 n 
-0000587500 00000 n 
-0000587566 00000 n 
-0000587632 00000 n 
-0000587697 00000 n 
-0000587761 00000 n 
-0000587825 00000 n 
-0000587890 00000 n 
-0000587954 00000 n 
-0000588020 00000 n 
-0000588084 00000 n 
-0000588148 00000 n 
-0000997527 00000 n 
-0000592963 00000 n 
-0000590275 00000 n 
-0000588357 00000 n 
-0000590576 00000 n 
-0000590640 00000 n 
-0000590704 00000 n 
-0000590770 00000 n 
-0000590834 00000 n 
-0000590899 00000 n 
-0000590963 00000 n 
-0000591029 00000 n 
-0000591093 00000 n 
-0000591157 00000 n 
-0000591222 00000 n 
-0000591286 00000 n 
-0000591480 00000 n 
-0000591544 00000 n 
-0000591608 00000 n 
-0000590422 00000 n 
-0000591672 00000 n 
-0000591736 00000 n 
-0000591800 00000 n 
-0000591864 00000 n 
-0000591928 00000 n 
-0000591993 00000 n 
-0000592059 00000 n 
-0000592125 00000 n 
-0000592191 00000 n 
-0000592255 00000 n 
-0000592319 00000 n 
-0000592384 00000 n 
-0000592448 00000 n 
-0000592512 00000 n 
-0000592577 00000 n 
-0000592641 00000 n 
-0000592705 00000 n 
-0000592770 00000 n 
-0000592834 00000 n 
-0000597305 00000 n 
-0000595448 00000 n 
-0000593093 00000 n 
-0000595574 00000 n 
-0000595702 00000 n 
-0000595766 00000 n 
-0000595829 00000 n 
-0000595893 00000 n 
-0000595957 00000 n 
-0000596022 00000 n 
-0000596088 00000 n 
-0000596152 00000 n 
-0000596216 00000 n 
-0000596280 00000 n 
-0000596343 00000 n 
-0000596407 00000 n 
-0000596472 00000 n 
-0000596536 00000 n 
-0000596600 00000 n 
-0000596665 00000 n 
-0000596729 00000 n 
-0000596793 00000 n 
-0000596984 00000 n 
-0000597177 00000 n 
-0001167349 00000 n 
-0000601290 00000 n 
-0000599620 00000 n 
-0000597421 00000 n 
-0000599746 00000 n 
-0000599875 00000 n 
-0000599939 00000 n 
-0000600003 00000 n 
-0000600068 00000 n 
-0000600131 00000 n 
+0000579954 00000 n 
+0000582172 00000 n 
+0000582236 00000 n 
+0000582300 00000 n 
+0000582366 00000 n 
+0000582430 00000 n 
+0000582496 00000 n 
+0000582561 00000 n 
+0000582627 00000 n 
+0000582693 00000 n 
+0000582759 00000 n 
+0000582825 00000 n 
+0000582889 00000 n 
+0000582955 00000 n 
+0000583021 00000 n 
+0000583211 00000 n 
+0000583274 00000 n 
+0000583338 00000 n 
+0000583404 00000 n 
+0000583468 00000 n 
+0000583532 00000 n 
+0000583598 00000 n 
+0000583664 00000 n 
+0000583728 00000 n 
+0000583794 00000 n 
+0000583860 00000 n 
+0000583924 00000 n 
+0000583988 00000 n 
+0000584054 00000 n 
+0000582013 00000 n 
+0000590066 00000 n 
+0000587163 00000 n 
+0000584342 00000 n 
+0000587802 00000 n 
+0000587931 00000 n 
+0000587995 00000 n 
+0000588059 00000 n 
+0000588123 00000 n 
+0000588188 00000 n 
+0000588253 00000 n 
+0000588319 00000 n 
+0000588383 00000 n 
+0000587328 00000 n 
+0000588448 00000 n 
+0000588511 00000 n 
+0000588576 00000 n 
+0000588642 00000 n 
+0000588706 00000 n 
+0000588771 00000 n 
+0000588837 00000 n 
+0000588901 00000 n 
+0000588967 00000 n 
+0000589033 00000 n 
+0000589097 00000 n 
+0000589163 00000 n 
+0000589226 00000 n 
+0000589291 00000 n 
+0000589356 00000 n 
+0000589420 00000 n 
+0000587488 00000 n 
+0000589485 00000 n 
+0000589676 00000 n 
+0000589740 00000 n 
+0000587644 00000 n 
+0000589803 00000 n 
+0000589868 00000 n 
+0000589934 00000 n 
+0000590000 00000 n 
+0000595043 00000 n 
+0000592209 00000 n 
+0000590224 00000 n 
+0000592335 00000 n 
+0000592655 00000 n 
+0000592847 00000 n 
+0000592911 00000 n 
+0000592975 00000 n 
+0000593039 00000 n 
+0000593103 00000 n 
+0000593167 00000 n 
+0000593232 00000 n 
+0000593296 00000 n 
+0000593360 00000 n 
+0000593425 00000 n 
+0000593489 00000 n 
+0000593555 00000 n 
+0000593621 00000 n 
+0000593687 00000 n 
+0000593751 00000 n 
+0000593815 00000 n 
+0000593880 00000 n 
+0000593944 00000 n 
+0000594009 00000 n 
+0000594075 00000 n 
+0000594139 00000 n 
+0000594203 00000 n 
+0000594267 00000 n 
+0000594332 00000 n 
+0000594396 00000 n 
+0000594461 00000 n 
+0000594526 00000 n 
+0000594592 00000 n 
+0000594656 00000 n 
+0000594719 00000 n 
+0000594784 00000 n 
+0000594850 00000 n 
+0000594914 00000 n 
+0000594978 00000 n 
 0000600323 00000 n 
-0000600645 00000 n 
-0000600709 00000 n 
-0000600773 00000 n 
-0000601094 00000 n 
-0000601158 00000 n 
-0000601224 00000 n 
-0000606644 00000 n 
-0000604143 00000 n 
-0000601406 00000 n 
-0000604448 00000 n 
-0000604512 00000 n 
-0000604576 00000 n 
-0000604642 00000 n 
-0000604835 00000 n 
-0000604964 00000 n 
-0000605028 00000 n 
-0000605094 00000 n 
-0000605160 00000 n 
+0000597673 00000 n 
+0000595173 00000 n 
+0000597799 00000 n 
+0000597863 00000 n 
+0000597929 00000 n 
+0000597995 00000 n 
+0000598060 00000 n 
+0000598124 00000 n 
+0000598188 00000 n 
+0000598253 00000 n 
+0000598317 00000 n 
+0000598382 00000 n 
+0000598447 00000 n 
+0000598512 00000 n 
+0000598576 00000 n 
+0000598639 00000 n 
+0000598704 00000 n 
+0000598768 00000 n 
+0000598832 00000 n 
+0000598897 00000 n 
+0000598963 00000 n 
+0000599027 00000 n 
+0000599091 00000 n 
+0000599157 00000 n 
+0000599221 00000 n 
+0000599285 00000 n 
+0000599350 00000 n 
+0000599414 00000 n 
+0000599478 00000 n 
+0000599544 00000 n 
+0000599610 00000 n 
+0000599674 00000 n 
+0000599738 00000 n 
+0000599803 00000 n 
+0000599869 00000 n 
+0000599934 00000 n 
+0000600000 00000 n 
+0000600064 00000 n 
+0000600128 00000 n 
+0000600193 00000 n 
+0000600258 00000 n 
+0000604678 00000 n 
+0000602752 00000 n 
+0000600467 00000 n 
+0000602878 00000 n 
+0000602942 00000 n 
+0000603006 00000 n 
+0000603070 00000 n 
+0000603264 00000 n 
+0000603328 00000 n 
+0000603392 00000 n 
+0000603456 00000 n 
+0000603520 00000 n 
+0000603584 00000 n 
+0000603776 00000 n 
+0000603840 00000 n 
+0000603904 00000 n 
+0000603968 00000 n 
+0000604031 00000 n 
+0000604096 00000 n 
+0000604162 00000 n 
+0000604226 00000 n 
 0000604290 00000 n 
-0000605224 00000 n 
-0000605353 00000 n 
-0000605417 00000 n 
-0000605483 00000 n 
-0000605546 00000 n 
-0000605610 00000 n 
-0000605675 00000 n 
-0000605739 00000 n 
-0000605804 00000 n 
-0000605868 00000 n 
-0000605932 00000 n 
-0000605998 00000 n 
-0000606193 00000 n 
-0000606256 00000 n 
-0000606320 00000 n 
-0000606384 00000 n 
-0000606449 00000 n 
-0000606514 00000 n 
-0000606580 00000 n 
-0000613656 00000 n 
-0000610299 00000 n 
-0000606774 00000 n 
-0000610425 00000 n 
-0000610489 00000 n 
-0000610554 00000 n 
-0000610619 00000 n 
-0000610683 00000 n 
-0000610748 00000 n 
-0000610813 00000 n 
-0000610877 00000 n 
-0000610942 00000 n 
-0000611007 00000 n 
-0000611071 00000 n 
-0000611136 00000 n 
-0000611201 00000 n 
-0000611265 00000 n 
-0000611330 00000 n 
-0000611394 00000 n 
-0000611458 00000 n 
-0000611524 00000 n 
-0000611587 00000 n 
-0000611653 00000 n 
-0000611718 00000 n 
-0000611783 00000 n 
-0000611848 00000 n 
-0000611912 00000 n 
-0000611977 00000 n 
-0000612042 00000 n 
-0000612105 00000 n 
-0000612169 00000 n 
-0000612233 00000 n 
-0000612297 00000 n 
-0000612362 00000 n 
-0000612427 00000 n 
-0000612490 00000 n 
-0000612555 00000 n 
-0000612620 00000 n 
-0000612684 00000 n 
-0000612749 00000 n 
-0000612814 00000 n 
-0000612878 00000 n 
-0000612943 00000 n 
-0000613008 00000 n 
-0000613072 00000 n 
-0000613137 00000 n 
-0000613202 00000 n 
-0000613268 00000 n 
-0000613332 00000 n 
-0000613397 00000 n 
-0000613462 00000 n 
-0000613527 00000 n 
-0000618160 00000 n 
-0000616308 00000 n 
-0000613800 00000 n 
-0000616613 00000 n 
-0000616742 00000 n 
-0000616806 00000 n 
-0000616455 00000 n 
-0000617000 00000 n 
-0000617064 00000 n 
-0000617130 00000 n 
-0000617194 00000 n 
-0000617258 00000 n 
-0000617324 00000 n 
-0000617388 00000 n 
-0000617452 00000 n 
-0000617516 00000 n 
-0000617710 00000 n 
-0000617774 00000 n 
-0000617838 00000 n 
-0000617902 00000 n 
-0000617966 00000 n 
-0000618032 00000 n 
-0000623301 00000 n 
-0000620073 00000 n 
-0000618304 00000 n 
-0000620729 00000 n 
-0000620858 00000 n 
-0000620238 00000 n 
-0000620398 00000 n 
-0000620922 00000 n 
-0000620988 00000 n 
-0000621052 00000 n 
-0000621118 00000 n 
-0000621182 00000 n 
-0000621246 00000 n 
-0000621310 00000 n 
-0000621374 00000 n 
+0000604355 00000 n 
+0000604550 00000 n 
+0001179960 00000 n 
+0000608608 00000 n 
+0000606946 00000 n 
+0000604794 00000 n 
+0000607072 00000 n 
+0000607201 00000 n 
+0000607265 00000 n 
+0000607329 00000 n 
+0000607393 00000 n 
+0000607457 00000 n 
+0000607522 00000 n 
+0000607586 00000 n 
+0000607648 00000 n 
+0000607711 00000 n 
+0000607775 00000 n 
+0000607839 00000 n 
+0000608033 00000 n 
+0000608097 00000 n 
+0000608161 00000 n 
+0000608225 00000 n 
+0000608289 00000 n 
+0000608354 00000 n 
+0000608418 00000 n 
+0000608482 00000 n 
+0000613713 00000 n 
+0000611271 00000 n 
+0000608724 00000 n 
+0000611909 00000 n 
+0000612037 00000 n 
+0000612101 00000 n 
+0000612295 00000 n 
+0000612359 00000 n 
+0000612554 00000 n 
+0000611436 00000 n 
+0000612618 00000 n 
+0000612682 00000 n 
+0000612746 00000 n 
+0000612810 00000 n 
+0000612875 00000 n 
+0000612939 00000 n 
+0000613003 00000 n 
+0000613068 00000 n 
+0000613134 00000 n 
+0000613198 00000 n 
+0000613262 00000 n 
+0000611589 00000 n 
+0000613327 00000 n 
+0000613391 00000 n 
+0000613455 00000 n 
+0000611748 00000 n 
+0000613649 00000 n 
+0000619215 00000 n 
+0000616837 00000 n 
+0000613829 00000 n 
+0000617144 00000 n 
+0000617208 00000 n 
+0000617272 00000 n 
+0000617336 00000 n 
+0000617402 00000 n 
+0000616984 00000 n 
+0000617468 00000 n 
+0000617534 00000 n 
+0000617598 00000 n 
+0000617662 00000 n 
+0000617726 00000 n 
+0000617790 00000 n 
+0000617854 00000 n 
+0000617919 00000 n 
+0000617985 00000 n 
+0000618051 00000 n 
+0000618115 00000 n 
+0000618179 00000 n 
+0000618244 00000 n 
+0000618308 00000 n 
+0000618374 00000 n 
+0000618440 00000 n 
+0000618504 00000 n 
+0000618568 00000 n 
+0000618632 00000 n 
+0000618696 00000 n 
+0000618762 00000 n 
+0000618827 00000 n 
+0000618892 00000 n 
+0000618956 00000 n 
+0000619020 00000 n 
+0000619085 00000 n 
+0000619149 00000 n 
+0001009479 00000 n 
+0000624042 00000 n 
+0000621292 00000 n 
+0000619359 00000 n 
+0000621593 00000 n 
+0000621657 00000 n 
+0000621721 00000 n 
+0000621785 00000 n 
+0000621850 00000 n 
+0000621914 00000 n 
+0000621980 00000 n 
+0000622044 00000 n 
+0000622108 00000 n 
+0000622173 00000 n 
+0000622237 00000 n 
+0000622303 00000 n 
+0000622367 00000 n 
+0000622431 00000 n 
+0000622496 00000 n 
+0000622560 00000 n 
+0000622755 00000 n 
+0000622819 00000 n 
+0000622883 00000 n 
 0000621439 00000 n 
-0000621502 00000 n 
-0000621566 00000 n 
-0000621631 00000 n 
-0000621695 00000 n 
-0000621759 00000 n 
-0000621824 00000 n 
-0000621888 00000 n 
-0000621952 00000 n 
-0000622016 00000 n 
-0000622080 00000 n 
-0000622144 00000 n 
-0000622209 00000 n 
-0000622273 00000 n 
-0000622337 00000 n 
-0000622402 00000 n 
-0000622466 00000 n 
-0000622530 00000 n 
-0000622595 00000 n 
-0000622659 00000 n 
-0000622723 00000 n 
-0000622788 00000 n 
-0000622852 00000 n 
-0000622916 00000 n 
-0000622981 00000 n 
-0000623045 00000 n 
-0000623108 00000 n 
-0000623173 00000 n 
-0000620561 00000 n 
-0001006331 00000 n 
-0000628852 00000 n 
-0000625887 00000 n 
-0000623403 00000 n 
-0000626851 00000 n 
-0000626980 00000 n 
-0000627044 00000 n 
-0000627108 00000 n 
-0000627172 00000 n 
-0000627237 00000 n 
-0000627303 00000 n 
-0000627369 00000 n 
-0000627433 00000 n 
-0000627498 00000 n 
-0000627564 00000 n 
-0000627628 00000 n 
-0000627693 00000 n 
-0000627757 00000 n 
-0000626070 00000 n 
-0000627951 00000 n 
-0000628144 00000 n 
-0000628208 00000 n 
-0000626227 00000 n 
-0000628272 00000 n 
-0000626385 00000 n 
-0000628336 00000 n 
-0000626541 00000 n 
-0000628528 00000 n 
-0000628592 00000 n 
-0000628658 00000 n 
-0000628724 00000 n 
-0000626698 00000 n 
-0000628788 00000 n 
-0001167474 00000 n 
-0000634401 00000 n 
-0000631952 00000 n 
-0000628954 00000 n 
-0000632268 00000 n 
-0000632332 00000 n 
-0000632099 00000 n 
-0000632396 00000 n 
-0000632460 00000 n 
-0000632524 00000 n 
-0000632587 00000 n 
-0000632653 00000 n 
-0000632719 00000 n 
-0000632785 00000 n 
-0000632848 00000 n 
-0000632914 00000 n 
-0000632980 00000 n 
-0000633045 00000 n 
-0000633110 00000 n 
-0000633175 00000 n 
-0000633239 00000 n 
-0000633305 00000 n 
-0000633369 00000 n 
-0000633435 00000 n 
-0000633499 00000 n 
-0000633563 00000 n 
-0000633627 00000 n 
-0000633692 00000 n 
-0000633756 00000 n 
-0000633820 00000 n 
-0000634015 00000 n 
-0000634079 00000 n 
-0000634145 00000 n 
-0000634209 00000 n 
-0000634273 00000 n 
-0000634337 00000 n 
-0000637803 00000 n 
-0000636330 00000 n 
-0000634531 00000 n 
-0000636456 00000 n 
-0000636520 00000 n 
-0000636584 00000 n 
-0000636648 00000 n 
-0000636712 00000 n 
-0000636776 00000 n 
-0000636840 00000 n 
-0000636904 00000 n 
-0000636968 00000 n 
-0000637032 00000 n 
-0000637096 00000 n 
-0000637160 00000 n 
-0000637224 00000 n 
-0000637288 00000 n 
-0000637353 00000 n 
-0000637417 00000 n 
-0000637482 00000 n 
-0000637546 00000 n 
-0000637611 00000 n 
-0000637675 00000 n 
-0000637739 00000 n 
-0000642218 00000 n 
-0000639914 00000 n 
-0000637905 00000 n 
-0000640213 00000 n 
-0000640277 00000 n 
-0000640341 00000 n 
-0000640405 00000 n 
-0000640469 00000 n 
-0000640533 00000 n 
-0000640597 00000 n 
-0000640061 00000 n 
-0000640788 00000 n 
-0000640852 00000 n 
-0000640916 00000 n 
-0000640982 00000 n 
-0000641046 00000 n 
-0000641110 00000 n 
-0000641174 00000 n 
-0000641239 00000 n 
-0000641305 00000 n 
-0000641370 00000 n 
-0000641434 00000 n 
-0000641499 00000 n 
-0000641565 00000 n 
-0000641628 00000 n 
-0000641693 00000 n 
-0000641759 00000 n 
-0000641825 00000 n 
-0000641891 00000 n 
-0000641957 00000 n 
-0000642023 00000 n 
-0000642089 00000 n 
-0000646724 00000 n 
-0000644415 00000 n 
-0000642348 00000 n 
-0000644541 00000 n 
-0000644605 00000 n 
-0000644734 00000 n 
-0000644798 00000 n 
-0000644861 00000 n 
-0000644925 00000 n 
-0000644989 00000 n 
-0000645053 00000 n 
-0000645117 00000 n 
-0000645182 00000 n 
-0000645245 00000 n 
-0000645435 00000 n 
-0000645499 00000 n 
-0000645562 00000 n 
-0000645625 00000 n 
-0000645689 00000 n 
-0000645753 00000 n 
-0000645817 00000 n 
-0000645882 00000 n 
-0000645946 00000 n 
-0000646011 00000 n 
-0000646075 00000 n 
-0000646140 00000 n 
-0000646204 00000 n 
-0000646398 00000 n 
-0000646462 00000 n 
-0000646528 00000 n 
-0000646594 00000 n 
-0000652244 00000 n 
-0000648814 00000 n 
-0000646840 00000 n 
-0000648940 00000 n 
-0000649069 00000 n 
-0000649133 00000 n 
-0000649199 00000 n 
-0000649265 00000 n 
-0000649329 00000 n 
-0000649395 00000 n 
-0000649461 00000 n 
-0000649527 00000 n 
-0000649591 00000 n 
-0000649656 00000 n 
-0000649722 00000 n 
-0000649786 00000 n 
-0000649850 00000 n 
-0000649915 00000 n 
-0000649980 00000 n 
-0000650044 00000 n 
-0000650109 00000 n 
-0000650174 00000 n 
-0000650240 00000 n 
-0000650304 00000 n 
-0000650627 00000 n 
-0000650691 00000 n 
-0000650757 00000 n 
-0000650821 00000 n 
-0000650885 00000 n 
-0000650949 00000 n 
-0000651013 00000 n 
-0000651077 00000 n 
-0000651141 00000 n 
-0000651204 00000 n 
-0000651269 00000 n 
-0000651335 00000 n 
-0000651399 00000 n 
-0000651463 00000 n 
-0000651527 00000 n 
-0000651592 00000 n 
-0000651658 00000 n 
-0000651722 00000 n 
-0000651917 00000 n 
-0000651981 00000 n 
-0000652047 00000 n 
-0000652112 00000 n 
-0000652178 00000 n 
-0000657877 00000 n 
-0000654767 00000 n 
-0000652360 00000 n 
-0000654893 00000 n 
-0000654957 00000 n 
-0000655021 00000 n 
-0000655087 00000 n 
-0000655151 00000 n 
-0000655217 00000 n 
-0000655283 00000 n 
-0000655477 00000 n 
-0000655670 00000 n 
-0000655734 00000 n 
-0000655798 00000 n 
-0000655864 00000 n 
-0000655930 00000 n 
-0000655994 00000 n 
-0000656058 00000 n 
-0000656124 00000 n 
-0000656188 00000 n 
-0000656253 00000 n 
-0000656319 00000 n 
-0000656383 00000 n 
+0000622947 00000 n 
+0000623011 00000 n 
+0000623075 00000 n 
+0000623138 00000 n 
+0000623202 00000 n 
+0000623267 00000 n 
+0000623333 00000 n 
+0000623399 00000 n 
+0000623465 00000 n 
+0000623529 00000 n 
+0000623593 00000 n 
+0000623658 00000 n 
+0000623721 00000 n 
+0000623785 00000 n 
+0000623850 00000 n 
+0000623914 00000 n 
+0000623977 00000 n 
+0000628324 00000 n 
+0000626400 00000 n 
+0000624172 00000 n 
+0000626526 00000 n 
+0000626654 00000 n 
+0000626718 00000 n 
+0000626911 00000 n 
+0000626975 00000 n 
+0000627039 00000 n 
+0000627103 00000 n 
+0000627167 00000 n 
+0000627232 00000 n 
+0000627298 00000 n 
+0000627362 00000 n 
+0000627425 00000 n 
+0000627490 00000 n 
+0000627554 00000 n 
+0000627618 00000 n 
+0000627683 00000 n 
+0000627747 00000 n 
+0000627811 00000 n 
+0000627875 00000 n 
+0000627939 00000 n 
+0000628003 00000 n 
+0000628196 00000 n 
+0000632129 00000 n 
+0000630718 00000 n 
+0000628440 00000 n 
+0000630844 00000 n 
+0000630973 00000 n 
+0000631102 00000 n 
+0000631166 00000 n 
+0000631230 00000 n 
+0000631295 00000 n 
+0000631359 00000 n 
+0000631552 00000 n 
+0000631874 00000 n 
+0000631938 00000 n 
+0000632001 00000 n 
+0001180085 00000 n 
+0000637178 00000 n 
+0000634808 00000 n 
+0000632245 00000 n 
+0000635113 00000 n 
+0000635370 00000 n 
+0000635434 00000 n 
+0000635499 00000 n 
+0000635564 00000 n 
+0000635628 00000 n 
+0000635694 00000 n 
+0000635887 00000 n 
+0000636015 00000 n 
+0000636079 00000 n 
+0000636145 00000 n 
+0000636211 00000 n 
+0000634955 00000 n 
+0000636275 00000 n 
+0000636404 00000 n 
+0000636468 00000 n 
+0000636533 00000 n 
+0000636597 00000 n 
+0000636661 00000 n 
+0000636726 00000 n 
+0000636790 00000 n 
+0000636855 00000 n 
+0000636918 00000 n 
+0000636982 00000 n 
+0000637048 00000 n 
+0000643924 00000 n 
+0000640631 00000 n 
+0000637308 00000 n 
+0000640757 00000 n 
+0000640886 00000 n 
+0000640950 00000 n 
+0000641014 00000 n 
+0000641078 00000 n 
+0000641143 00000 n 
+0000641208 00000 n 
+0000641274 00000 n 
+0000641338 00000 n 
+0000641403 00000 n 
+0000641468 00000 n 
+0000641532 00000 n 
+0000641597 00000 n 
+0000641662 00000 n 
+0000641726 00000 n 
+0000641791 00000 n 
+0000641856 00000 n 
+0000641920 00000 n 
+0000641985 00000 n 
+0000642050 00000 n 
+0000642114 00000 n 
+0000642179 00000 n 
+0000642243 00000 n 
+0000642307 00000 n 
+0000642373 00000 n 
+0000642438 00000 n 
+0000642504 00000 n 
+0000642569 00000 n 
+0000642634 00000 n 
+0000642699 00000 n 
+0000642763 00000 n 
+0000642828 00000 n 
+0000642893 00000 n 
+0000642957 00000 n 
+0000643021 00000 n 
+0000643085 00000 n 
+0000643149 00000 n 
+0000643214 00000 n 
+0000643279 00000 n 
+0000643342 00000 n 
+0000643407 00000 n 
+0000643472 00000 n 
+0000643536 00000 n 
+0000643601 00000 n 
+0000643666 00000 n 
+0000643730 00000 n 
+0000643795 00000 n 
+0000643860 00000 n 
+0000648842 00000 n 
+0000646727 00000 n 
+0000644054 00000 n 
+0000647032 00000 n 
+0000647096 00000 n 
+0000647160 00000 n 
+0000647225 00000 n 
+0000647290 00000 n 
+0000647356 00000 n 
+0000647420 00000 n 
+0000647485 00000 n 
+0000647550 00000 n 
+0000647615 00000 n 
+0000647810 00000 n 
+0000647874 00000 n 
+0000646874 00000 n 
+0000648067 00000 n 
+0000648131 00000 n 
+0000648197 00000 n 
+0000648261 00000 n 
+0000648325 00000 n 
+0000648391 00000 n 
+0000648455 00000 n 
+0000648519 00000 n 
+0000648583 00000 n 
+0000648778 00000 n 
+0000653826 00000 n 
+0000650975 00000 n 
+0000649000 00000 n 
+0000651448 00000 n 
+0000651512 00000 n 
+0000651576 00000 n 
+0000651640 00000 n 
+0000651704 00000 n 
+0000651897 00000 n 
+0000651131 00000 n 
+0000651288 00000 n 
+0000651961 00000 n 
+0000652027 00000 n 
+0000652091 00000 n 
+0000652157 00000 n 
+0000652221 00000 n 
+0000652285 00000 n 
+0000652349 00000 n 
+0000652413 00000 n 
+0000652478 00000 n 
+0000652542 00000 n 
+0000652605 00000 n 
+0000652668 00000 n 
+0000652732 00000 n 
+0000652796 00000 n 
+0000652861 00000 n 
+0000652925 00000 n 
+0000652989 00000 n 
+0000653054 00000 n 
+0000653118 00000 n 
+0000653182 00000 n 
+0000653247 00000 n 
+0000653311 00000 n 
+0000653375 00000 n 
+0000653440 00000 n 
+0000653504 00000 n 
+0000653568 00000 n 
+0000653633 00000 n 
+0000653697 00000 n 
+0000653761 00000 n 
+0001018283 00000 n 
+0000659136 00000 n 
+0000656097 00000 n 
+0000653928 00000 n 
+0000657078 00000 n 
+0000657142 00000 n 
+0000657206 00000 n 
+0000657270 00000 n 
+0000657335 00000 n 
+0000657397 00000 n 
+0000657462 00000 n 
+0000656280 00000 n 
+0000657653 00000 n 
+0000657716 00000 n 
+0000657780 00000 n 
+0000657844 00000 n 
+0000657909 00000 n 
+0000657975 00000 n 
+0000658041 00000 n 
+0000658105 00000 n 
+0000658170 00000 n 
+0000658236 00000 n 
+0000658300 00000 n 
+0000658365 00000 n 
+0000658429 00000 n 
 0000656448 00000 n 
-0000656512 00000 n 
-0000656578 00000 n 
-0000656642 00000 n 
-0000656707 00000 n 
-0000656772 00000 n 
-0000656838 00000 n 
-0000657033 00000 n 
-0000657097 00000 n 
-0000657163 00000 n 
-0000657229 00000 n 
-0000657293 00000 n 
-0000657488 00000 n 
-0000657552 00000 n 
-0000657618 00000 n 
-0000657683 00000 n 
-0000657749 00000 n 
-0001167599 00000 n 
-0000664166 00000 n 
-0000660615 00000 n 
-0000657993 00000 n 
-0000660922 00000 n 
-0000661051 00000 n 
-0000661115 00000 n 
-0000660762 00000 n 
-0000661310 00000 n 
-0000661374 00000 n 
-0000661439 00000 n 
-0000661567 00000 n 
-0000661631 00000 n 
-0000661760 00000 n 
-0000661824 00000 n 
-0000661890 00000 n 
-0000661955 00000 n 
-0000662083 00000 n 
-0000662146 00000 n 
-0000662210 00000 n 
-0000662276 00000 n 
-0000662340 00000 n 
-0000662404 00000 n 
-0000662470 00000 n 
-0000662536 00000 n 
-0000662602 00000 n 
-0000662668 00000 n 
-0000662732 00000 n 
-0000662798 00000 n 
-0000662862 00000 n 
-0000662928 00000 n 
-0000662994 00000 n 
-0000663058 00000 n 
-0000663124 00000 n 
-0000663190 00000 n 
-0000663256 00000 n 
-0000663322 00000 n 
-0000663388 00000 n 
-0000663452 00000 n 
-0000663518 00000 n 
-0000663582 00000 n 
-0000663646 00000 n 
-0000663710 00000 n 
-0000663775 00000 n 
-0000663841 00000 n 
-0000663907 00000 n 
-0000663973 00000 n 
-0000664038 00000 n 
-0000664102 00000 n 
-0000669087 00000 n 
-0000666566 00000 n 
-0000664282 00000 n 
-0000666692 00000 n 
-0000666821 00000 n 
-0000666885 00000 n 
-0000666949 00000 n 
-0000667013 00000 n 
-0000667142 00000 n 
-0000667206 00000 n 
-0000667272 00000 n 
-0000667401 00000 n 
-0000667464 00000 n 
-0000667530 00000 n 
-0000667596 00000 n 
-0000667662 00000 n 
-0000667728 00000 n 
-0000667794 00000 n 
-0000667922 00000 n 
-0000667986 00000 n 
-0000668050 00000 n 
-0000668179 00000 n 
-0000668243 00000 n 
-0000668309 00000 n 
-0000668375 00000 n 
-0000668441 00000 n 
-0000668570 00000 n 
-0000668634 00000 n 
-0000668762 00000 n 
-0000668826 00000 n 
-0000668892 00000 n 
-0000668958 00000 n 
-0000669023 00000 n 
-0000673568 00000 n 
-0000671710 00000 n 
-0000669189 00000 n 
-0000672016 00000 n 
-0000672145 00000 n 
-0000672209 00000 n 
-0000672404 00000 n 
-0000672468 00000 n 
-0000672534 00000 n 
-0000672598 00000 n 
-0000672664 00000 n 
-0000672728 00000 n 
-0000672794 00000 n 
-0000672860 00000 n 
-0000673055 00000 n 
-0000673119 00000 n 
-0000671857 00000 n 
-0000673183 00000 n 
-0000673376 00000 n 
-0000673440 00000 n 
-0000673504 00000 n 
-0000679574 00000 n 
-0000676234 00000 n 
-0000673698 00000 n 
-0000677057 00000 n 
-0000677121 00000 n 
-0000677185 00000 n 
-0000677380 00000 n 
-0000677444 00000 n 
-0000677508 00000 n 
-0000677574 00000 n 
-0000677637 00000 n 
-0000677702 00000 n 
-0000677767 00000 n 
-0000677833 00000 n 
-0000677897 00000 n 
-0000677962 00000 n 
-0000678027 00000 n 
-0000678091 00000 n 
-0000678156 00000 n 
-0000678221 00000 n 
-0000678287 00000 n 
-0000676408 00000 n 
-0000676572 00000 n 
-0000678351 00000 n 
-0000678415 00000 n 
-0000678480 00000 n 
-0000678545 00000 n 
-0000678609 00000 n 
-0000678674 00000 n 
-0000676736 00000 n 
-0000678739 00000 n 
-0000678803 00000 n 
-0000678868 00000 n 
-0000678933 00000 n 
-0000678997 00000 n 
-0000679062 00000 n 
-0000679254 00000 n 
-0000676893 00000 n 
-0000679447 00000 n 
-0000683788 00000 n 
-0000681989 00000 n 
-0000679676 00000 n 
-0000682115 00000 n 
-0000682179 00000 n 
-0000682308 00000 n 
-0000682372 00000 n 
-0000682567 00000 n 
-0000682631 00000 n 
-0000682697 00000 n 
-0000682889 00000 n 
-0000682953 00000 n 
-0000683017 00000 n 
-0000683081 00000 n 
-0000683146 00000 n 
-0000683210 00000 n 
-0000683275 00000 n 
-0000683467 00000 n 
-0000683531 00000 n 
-0000683724 00000 n 
-0000688754 00000 n 
-0000686764 00000 n 
-0000683904 00000 n 
-0000686890 00000 n 
-0000686954 00000 n 
-0000687018 00000 n 
-0000687082 00000 n 
-0000687147 00000 n 
-0000687211 00000 n 
-0000687276 00000 n 
-0000687341 00000 n 
-0000687405 00000 n 
-0000687470 00000 n 
-0000687535 00000 n 
-0000687599 00000 n 
-0000687663 00000 n 
-0000687727 00000 n 
-0000687791 00000 n 
-0000687985 00000 n 
-0000688048 00000 n 
-0000688111 00000 n 
-0000688177 00000 n 
-0000688241 00000 n 
-0000688305 00000 n 
-0000688498 00000 n 
-0000688562 00000 n 
-0000688626 00000 n 
-0000688690 00000 n 
-0001167724 00000 n 
-0000694869 00000 n 
-0000691909 00000 n 
-0000688856 00000 n 
-0000692931 00000 n 
-0000692995 00000 n 
-0000693060 00000 n 
-0000693123 00000 n 
-0000692092 00000 n 
-0000692260 00000 n 
-0000693188 00000 n 
-0000693252 00000 n 
-0000692427 00000 n 
-0000693317 00000 n 
-0000693381 00000 n 
-0000692597 00000 n 
-0000693446 00000 n 
-0000693510 00000 n 
-0000692761 00000 n 
-0000693576 00000 n 
-0000693640 00000 n 
-0000693704 00000 n 
-0000693899 00000 n 
-0000693962 00000 n 
-0000694026 00000 n 
-0000694090 00000 n 
-0000694155 00000 n 
-0000694221 00000 n 
-0000694287 00000 n 
-0000694351 00000 n 
-0000694416 00000 n 
-0000694482 00000 n 
-0000694546 00000 n 
-0000694611 00000 n 
-0000694675 00000 n 
-0000694739 00000 n 
-0000694804 00000 n 
-0000699977 00000 n 
-0000697640 00000 n 
-0000694985 00000 n 
-0000698113 00000 n 
-0000698177 00000 n 
-0000698243 00000 n 
-0000698308 00000 n 
-0000697796 00000 n 
-0000698500 00000 n 
-0000698563 00000 n 
-0000698629 00000 n 
-0000698694 00000 n 
-0000698758 00000 n 
-0000697955 00000 n 
-0000698822 00000 n 
-0000698888 00000 n 
-0000698952 00000 n 
-0000699016 00000 n 
-0000699080 00000 n 
-0000699144 00000 n 
-0000699209 00000 n 
-0000699272 00000 n 
-0000699335 00000 n 
-0000699399 00000 n 
-0000699464 00000 n 
-0000699528 00000 n 
-0000699592 00000 n 
-0000699655 00000 n 
-0000699720 00000 n 
-0000699784 00000 n 
-0000699848 00000 n 
-0000699912 00000 n 
-0000705695 00000 n 
-0000702810 00000 n 
-0000700093 00000 n 
-0000703961 00000 n 
-0000704025 00000 n 
-0000704089 00000 n 
-0000704153 00000 n 
-0000704217 00000 n 
-0000704281 00000 n 
-0000703002 00000 n 
-0000704346 00000 n 
-0000704410 00000 n 
-0000704474 00000 n 
-0000704538 00000 n 
-0000703160 00000 n 
-0000704732 00000 n 
-0000704796 00000 n 
-0000704860 00000 n 
-0000704923 00000 n 
-0000703318 00000 n 
-0000704988 00000 n 
-0000705052 00000 n 
-0000703474 00000 n 
-0000705117 00000 n 
-0000705180 00000 n 
-0000703633 00000 n 
-0000705374 00000 n 
-0000703793 00000 n 
-0000705567 00000 n 
-0000705631 00000 n 
-0000710201 00000 n 
-0000708530 00000 n 
-0000705797 00000 n 
-0000708656 00000 n 
-0000708720 00000 n 
-0000708784 00000 n 
-0000708850 00000 n 
-0000708916 00000 n 
-0000708980 00000 n 
-0000709175 00000 n 
-0000709239 00000 n 
-0000709303 00000 n 
-0000709366 00000 n 
-0000709431 00000 n 
-0000709495 00000 n 
-0000709687 00000 n 
-0000709751 00000 n 
-0000709817 00000 n 
-0000709881 00000 n 
-0000709945 00000 n 
-0000710008 00000 n 
-0000710071 00000 n 
-0000716504 00000 n 
-0000713584 00000 n 
-0000710359 00000 n 
-0000714570 00000 n 
-0000714634 00000 n 
-0000714763 00000 n 
-0000714827 00000 n 
-0000713767 00000 n 
-0000714891 00000 n 
-0000714956 00000 n 
-0000715021 00000 n 
-0000715086 00000 n 
-0000715281 00000 n 
-0000715345 00000 n 
-0000715409 00000 n 
-0000715473 00000 n 
-0000713925 00000 n 
-0000715538 00000 n 
-0000715602 00000 n 
-0000714083 00000 n 
-0000715667 00000 n 
-0000715731 00000 n 
-0000714245 00000 n 
-0000715796 00000 n 
-0000714408 00000 n 
-0000715860 00000 n 
-0000715924 00000 n 
-0000715988 00000 n 
-0000716054 00000 n 
-0000716118 00000 n 
-0000716312 00000 n 
-0000716376 00000 n 
-0000716440 00000 n 
-0000720617 00000 n 
-0000718475 00000 n 
-0000716634 00000 n 
-0000718601 00000 n 
-0000718665 00000 n 
-0000718729 00000 n 
-0000718792 00000 n 
-0000718858 00000 n 
-0000718923 00000 n 
-0000718989 00000 n 
-0000719055 00000 n 
-0000719119 00000 n 
-0000719183 00000 n 
-0000719249 00000 n 
-0000719315 00000 n 
-0000719510 00000 n 
-0000719574 00000 n 
-0000719639 00000 n 
-0000719703 00000 n 
-0000719769 00000 n 
-0000719833 00000 n 
-0000719899 00000 n 
-0000719964 00000 n 
-0000720028 00000 n 
-0000720094 00000 n 
-0000720158 00000 n 
-0000720224 00000 n 
-0000720289 00000 n 
-0000720355 00000 n 
-0000720421 00000 n 
-0000720487 00000 n 
-0000720553 00000 n 
-0001167849 00000 n 
-0000725228 00000 n 
-0000723171 00000 n 
-0000720775 00000 n 
-0000723477 00000 n 
-0000723541 00000 n 
-0000723607 00000 n 
-0000723672 00000 n 
-0000723865 00000 n 
-0000723929 00000 n 
-0000723995 00000 n 
-0000724061 00000 n 
-0000724124 00000 n 
-0000724188 00000 n 
-0000724253 00000 n 
-0000724319 00000 n 
-0000724383 00000 n 
-0000724449 00000 n 
-0000724515 00000 n 
-0000724579 00000 n 
-0000724643 00000 n 
-0000724709 00000 n 
-0000723318 00000 n 
-0000724903 00000 n 
-0000724967 00000 n 
-0000725032 00000 n 
-0000725096 00000 n 
-0000725162 00000 n 
-0000726832 00000 n 
-0000726317 00000 n 
-0000725400 00000 n 
-0000726443 00000 n 
-0000726507 00000 n 
-0000726571 00000 n 
-0000726637 00000 n 
-0000726702 00000 n 
-0000726766 00000 n 
-0000732197 00000 n 
-0000729521 00000 n 
-0000726948 00000 n 
-0000729997 00000 n 
-0000730189 00000 n 
-0000730253 00000 n 
-0000730318 00000 n 
-0000730639 00000 n 
-0000730831 00000 n 
-0000729677 00000 n 
-0000730895 00000 n 
-0000730961 00000 n 
-0000731027 00000 n 
-0000731093 00000 n 
-0000729836 00000 n 
-0000731159 00000 n 
-0000731224 00000 n 
-0000731289 00000 n 
-0000731354 00000 n 
-0000731419 00000 n 
-0000731485 00000 n 
-0000731551 00000 n 
-0000731615 00000 n 
-0000731679 00000 n 
-0000731744 00000 n 
-0000731809 00000 n 
-0000732003 00000 n 
-0000732067 00000 n 
-0001000096 00000 n 
-0001010152 00000 n 
-0000736828 00000 n 
-0000734032 00000 n 
-0000732341 00000 n 
-0000734704 00000 n 
-0000734962 00000 n 
-0000734197 00000 n 
-0000735155 00000 n 
-0000735218 00000 n 
-0000735284 00000 n 
-0000735350 00000 n 
-0000735416 00000 n 
-0000735480 00000 n 
-0000735544 00000 n 
-0000735608 00000 n 
-0000735672 00000 n 
-0000735738 00000 n 
-0000735801 00000 n 
-0000735865 00000 n 
-0000735929 00000 n 
-0000735993 00000 n 
-0000736057 00000 n 
-0000736123 00000 n 
-0000736187 00000 n 
-0000736251 00000 n 
-0000736315 00000 n 
-0000734364 00000 n 
-0000736508 00000 n 
-0000734539 00000 n 
-0000736572 00000 n 
-0000736636 00000 n 
-0000736699 00000 n 
-0000736764 00000 n 
-0000744549 00000 n 
-0000739206 00000 n 
-0000736986 00000 n 
-0000739683 00000 n 
-0000740005 00000 n 
-0000740069 00000 n 
-0000740135 00000 n 
-0000740199 00000 n 
-0000739362 00000 n 
-0000739524 00000 n 
-0000740263 00000 n 
-0000740328 00000 n 
-0000740392 00000 n 
-0000740457 00000 n 
-0000740521 00000 n 
-0000740585 00000 n 
-0000740650 00000 n 
-0000740715 00000 n 
-0000740780 00000 n 
-0000740846 00000 n 
-0000740912 00000 n 
-0000740977 00000 n 
-0000741042 00000 n 
-0000741107 00000 n 
-0000741171 00000 n 
-0000741235 00000 n 
-0000741299 00000 n 
-0000741363 00000 n 
-0000741428 00000 n 
-0000741494 00000 n 
-0000741560 00000 n 
-0000741625 00000 n 
-0000741690 00000 n 
-0000741755 00000 n 
-0000741819 00000 n 
-0000741883 00000 n 
-0000741947 00000 n 
-0000742011 00000 n 
-0000742075 00000 n 
-0000742141 00000 n 
-0000742205 00000 n 
-0000742271 00000 n 
-0000742337 00000 n 
-0000742403 00000 n 
-0000742468 00000 n 
-0000742533 00000 n 
-0000742597 00000 n 
-0000742661 00000 n 
-0000742727 00000 n 
-0000742791 00000 n 
-0000742857 00000 n 
-0000742923 00000 n 
-0000742989 00000 n 
-0000743055 00000 n 
-0000743121 00000 n 
-0000743187 00000 n 
-0000743253 00000 n 
-0000743319 00000 n 
-0000743385 00000 n 
-0000743450 00000 n 
-0000743515 00000 n 
-0000743579 00000 n 
-0000743643 00000 n 
-0000743709 00000 n 
-0000743774 00000 n 
-0000743839 00000 n 
-0000743904 00000 n 
-0000743968 00000 n 
-0000744032 00000 n 
-0000744097 00000 n 
-0000744162 00000 n 
-0000744227 00000 n 
+0000658623 00000 n 
+0000658816 00000 n 
+0000658880 00000 n 
+0000656606 00000 n 
+0000658944 00000 n 
+0000656764 00000 n 
+0000659008 00000 n 
+0000656920 00000 n 
+0000665187 00000 n 
+0000662378 00000 n 
+0000659238 00000 n 
+0000662854 00000 n 
+0000662983 00000 n 
+0000663047 00000 n 
+0000663113 00000 n 
+0000663179 00000 n 
+0000662534 00000 n 
+0000663243 00000 n 
+0000663307 00000 n 
+0000662687 00000 n 
+0000663371 00000 n 
+0000663435 00000 n 
+0000663499 00000 n 
+0000663563 00000 n 
+0000663629 00000 n 
+0000663695 00000 n 
+0000663761 00000 n 
+0000663825 00000 n 
+0000663891 00000 n 
+0000663957 00000 n 
+0000664023 00000 n 
+0000664089 00000 n 
+0000664155 00000 n 
+0000664219 00000 n 
+0000664285 00000 n 
+0000664348 00000 n 
+0000664414 00000 n 
+0000664478 00000 n 
+0000664543 00000 n 
+0000664606 00000 n 
+0000664671 00000 n 
+0000664735 00000 n 
+0000664799 00000 n 
+0000664993 00000 n 
+0000665057 00000 n 
+0000665123 00000 n 
+0001180210 00000 n 
+0000668672 00000 n 
+0000667136 00000 n 
+0000665303 00000 n 
+0000667262 00000 n 
+0000667326 00000 n 
+0000667390 00000 n 
+0000667454 00000 n 
+0000667518 00000 n 
+0000667582 00000 n 
+0000667646 00000 n 
+0000667710 00000 n 
+0000667774 00000 n 
+0000667838 00000 n 
+0000667902 00000 n 
+0000667966 00000 n 
+0000668030 00000 n 
+0000668094 00000 n 
+0000668158 00000 n 
+0000668222 00000 n 
+0000668286 00000 n 
+0000668351 00000 n 
+0000668415 00000 n 
+0000668480 00000 n 
+0000668544 00000 n 
+0000668609 00000 n 
+0000671920 00000 n 
+0000670721 00000 n 
+0000668774 00000 n 
+0000671021 00000 n 
+0000671085 00000 n 
+0000671149 00000 n 
+0000671213 00000 n 
+0000671277 00000 n 
+0000671341 00000 n 
+0000671405 00000 n 
+0000671469 00000 n 
+0000671533 00000 n 
+0000670868 00000 n 
+0000671726 00000 n 
+0000671790 00000 n 
+0000671854 00000 n 
+0000677201 00000 n 
+0000674105 00000 n 
+0000672050 00000 n 
+0000674231 00000 n 
+0000674295 00000 n 
+0000674359 00000 n 
+0000674423 00000 n 
+0000674487 00000 n 
+0000674552 00000 n 
+0000674618 00000 n 
+0000674683 00000 n 
+0000674747 00000 n 
+0000674812 00000 n 
+0000674878 00000 n 
+0000674942 00000 n 
+0000675007 00000 n 
+0000675073 00000 n 
+0000675139 00000 n 
+0000675205 00000 n 
+0000675271 00000 n 
+0000675337 00000 n 
+0000675403 00000 n 
+0000675597 00000 n 
+0000675661 00000 n 
+0000675725 00000 n 
+0000675789 00000 n 
+0000675853 00000 n 
+0000675918 00000 n 
+0000675982 00000 n 
+0000676047 00000 n 
+0000676111 00000 n 
+0000676301 00000 n 
+0000676365 00000 n 
+0000676429 00000 n 
+0000676493 00000 n 
+0000676557 00000 n 
+0000676621 00000 n 
+0000676685 00000 n 
+0000676750 00000 n 
+0000676814 00000 n 
+0000676879 00000 n 
+0000676943 00000 n 
+0000677008 00000 n 
+0000677072 00000 n 
+0000683218 00000 n 
+0000679401 00000 n 
+0000677317 00000 n 
+0000679527 00000 n 
+0000679656 00000 n 
+0000679720 00000 n 
+0000679786 00000 n 
+0000679852 00000 n 
+0000680047 00000 n 
+0000680111 00000 n 
+0000680177 00000 n 
+0000680243 00000 n 
+0000680306 00000 n 
+0000680372 00000 n 
+0000680436 00000 n 
+0000680500 00000 n 
+0000680565 00000 n 
+0000680629 00000 n 
+0000680695 00000 n 
+0000680759 00000 n 
+0000680825 00000 n 
+0000680891 00000 n 
+0000680957 00000 n 
+0000681020 00000 n 
+0000681084 00000 n 
+0000681149 00000 n 
+0000681213 00000 n 
+0000681278 00000 n 
+0000681344 00000 n 
+0000681410 00000 n 
+0000681474 00000 n 
+0000681539 00000 n 
+0000681604 00000 n 
+0000681670 00000 n 
+0000681734 00000 n 
+0000682057 00000 n 
+0000682121 00000 n 
+0000682187 00000 n 
+0000682251 00000 n 
+0000682315 00000 n 
+0000682379 00000 n 
+0000682444 00000 n 
+0000682508 00000 n 
+0000682572 00000 n 
+0000682636 00000 n 
+0000682701 00000 n 
+0000682767 00000 n 
+0000682830 00000 n 
+0000682893 00000 n 
+0000682957 00000 n 
+0000683022 00000 n 
+0000683088 00000 n 
+0000683152 00000 n 
+0000688775 00000 n 
+0000685670 00000 n 
+0000683334 00000 n 
+0000685796 00000 n 
+0000685989 00000 n 
+0000686053 00000 n 
+0000686119 00000 n 
+0000686184 00000 n 
+0000686250 00000 n 
+0000686316 00000 n 
+0000686380 00000 n 
+0000686446 00000 n 
+0000686510 00000 n 
+0000686575 00000 n 
+0000686641 00000 n 
+0000686834 00000 n 
+0000687027 00000 n 
+0000687091 00000 n 
+0000687155 00000 n 
+0000687221 00000 n 
+0000687285 00000 n 
+0000687349 00000 n 
+0000687412 00000 n 
+0000687478 00000 n 
+0000687542 00000 n 
+0000687606 00000 n 
+0000687671 00000 n 
+0000687735 00000 n 
+0000687800 00000 n 
+0000687864 00000 n 
+0000687930 00000 n 
+0000687994 00000 n 
+0000688059 00000 n 
+0000688124 00000 n 
+0000688190 00000 n 
+0000688385 00000 n 
+0000688449 00000 n 
+0000688515 00000 n 
+0000688581 00000 n 
+0000688645 00000 n 
+0000694652 00000 n 
+0000691236 00000 n 
+0000688891 00000 n 
+0000691541 00000 n 
+0000691605 00000 n 
+0000691734 00000 n 
+0000691798 00000 n 
+0000691864 00000 n 
+0000691929 00000 n 
+0000691995 00000 n 
+0000692188 00000 n 
+0000692252 00000 n 
+0000691383 00000 n 
+0000692447 00000 n 
+0000692511 00000 n 
+0000692576 00000 n 
+0000692704 00000 n 
+0000692768 00000 n 
+0000692897 00000 n 
+0000692961 00000 n 
+0000693027 00000 n 
+0000693093 00000 n 
+0000693222 00000 n 
+0000693286 00000 n 
+0000693349 00000 n 
+0000693414 00000 n 
+0000693478 00000 n 
+0000693541 00000 n 
+0000693606 00000 n 
+0000693671 00000 n 
+0000693737 00000 n 
+0000693803 00000 n 
+0000693867 00000 n 
+0000693933 00000 n 
+0000693996 00000 n 
+0000694062 00000 n 
+0000694128 00000 n 
+0000694192 00000 n 
+0000694258 00000 n 
+0000694324 00000 n 
+0000694390 00000 n 
+0000694456 00000 n 
+0000694522 00000 n 
+0000694586 00000 n 
+0001180335 00000 n 
+0000699728 00000 n 
+0000697204 00000 n 
+0000694768 00000 n 
+0000697330 00000 n 
+0000697394 00000 n 
+0000697458 00000 n 
+0000697522 00000 n 
+0000697587 00000 n 
+0000697653 00000 n 
+0000697719 00000 n 
+0000697785 00000 n 
+0000697851 00000 n 
+0000697916 00000 n 
+0000698045 00000 n 
+0000698109 00000 n 
+0000698173 00000 n 
+0000698237 00000 n 
+0000698366 00000 n 
+0000698429 00000 n 
+0000698495 00000 n 
+0000698624 00000 n 
+0000698687 00000 n 
+0000698753 00000 n 
+0000698819 00000 n 
+0000698885 00000 n 
+0000698951 00000 n 
+0000699017 00000 n 
+0000699146 00000 n 
+0000699210 00000 n 
+0000699274 00000 n 
+0000699402 00000 n 
+0000699466 00000 n 
+0000699532 00000 n 
+0000699598 00000 n 
+0000699664 00000 n 
+0000704356 00000 n 
+0000702237 00000 n 
+0000699830 00000 n 
+0000702543 00000 n 
+0000702672 00000 n 
+0000702800 00000 n 
+0000702864 00000 n 
+0000702930 00000 n 
+0000702996 00000 n 
+0000703062 00000 n 
+0000703191 00000 n 
+0000703255 00000 n 
+0000703450 00000 n 
+0000703514 00000 n 
+0000703580 00000 n 
+0000703644 00000 n 
+0000703709 00000 n 
+0000703773 00000 n 
+0000703839 00000 n 
+0000703905 00000 n 
+0000704100 00000 n 
+0000704164 00000 n 
+0000702384 00000 n 
+0000704228 00000 n 
+0000710579 00000 n 
+0000707349 00000 n 
+0000704486 00000 n 
+0000707999 00000 n 
+0000708192 00000 n 
+0000708256 00000 n 
+0000708320 00000 n 
+0000708384 00000 n 
+0000708447 00000 n 
+0000708642 00000 n 
+0000708706 00000 n 
+0000708769 00000 n 
+0000708835 00000 n 
+0000708898 00000 n 
+0000708963 00000 n 
+0000709028 00000 n 
+0000709094 00000 n 
+0000709158 00000 n 
+0000709223 00000 n 
+0000709288 00000 n 
+0000709352 00000 n 
+0000709417 00000 n 
+0000709482 00000 n 
+0000709548 00000 n 
+0000707514 00000 n 
+0000707678 00000 n 
+0000709612 00000 n 
+0000709676 00000 n 
+0000709741 00000 n 
+0000709806 00000 n 
+0000709870 00000 n 
+0000709935 00000 n 
+0000707842 00000 n 
+0000710000 00000 n 
+0000710064 00000 n 
+0000710129 00000 n 
+0000710194 00000 n 
+0000710258 00000 n 
+0000710323 00000 n 
+0000710515 00000 n 
+0000714755 00000 n 
+0000712842 00000 n 
+0000710695 00000 n 
+0000713153 00000 n 
+0000713217 00000 n 
+0000712989 00000 n 
+0000713344 00000 n 
+0000713536 00000 n 
+0000713600 00000 n 
+0000713793 00000 n 
+0000713856 00000 n 
+0000713922 00000 n 
+0000714114 00000 n 
+0000714178 00000 n 
+0000714242 00000 n 
+0000714305 00000 n 
+0000714370 00000 n 
+0000714433 00000 n 
+0000714498 00000 n 
+0000714691 00000 n 
+0000719598 00000 n 
+0000717672 00000 n 
+0000714871 00000 n 
+0000717798 00000 n 
+0000717991 00000 n 
+0000718055 00000 n 
+0000718119 00000 n 
+0000718183 00000 n 
+0000718247 00000 n 
+0000718312 00000 n 
+0000718375 00000 n 
+0000718440 00000 n 
+0000718505 00000 n 
+0000718569 00000 n 
+0000718634 00000 n 
+0000718699 00000 n 
+0000718763 00000 n 
+0000718828 00000 n 
+0000718893 00000 n 
+0000718957 00000 n 
+0000719151 00000 n 
+0000719215 00000 n 
+0000719279 00000 n 
+0000719345 00000 n 
+0000719409 00000 n 
+0000719473 00000 n 
+0000726047 00000 n 
+0000722902 00000 n 
+0000719700 00000 n 
+0000723921 00000 n 
+0000723985 00000 n 
+0000724114 00000 n 
+0000724178 00000 n 
+0000724242 00000 n 
+0000724306 00000 n 
+0000724370 00000 n 
+0000724435 00000 n 
+0000724499 00000 n 
+0000723085 00000 n 
+0000723252 00000 n 
+0000724564 00000 n 
+0000724628 00000 n 
+0000723419 00000 n 
+0000724692 00000 n 
+0000724756 00000 n 
+0000723587 00000 n 
+0000724821 00000 n 
+0000724885 00000 n 
+0000723751 00000 n 
+0000724951 00000 n 
+0000725014 00000 n 
+0000725076 00000 n 
+0000725271 00000 n 
+0000725335 00000 n 
+0000725399 00000 n 
+0000725463 00000 n 
+0000725528 00000 n 
+0000725594 00000 n 
+0000725660 00000 n 
+0000725724 00000 n 
+0000725789 00000 n 
+0000725854 00000 n 
+0000725918 00000 n 
+0000725983 00000 n 
+0001180460 00000 n 
+0000730853 00000 n 
+0000728964 00000 n 
+0000726163 00000 n 
+0000729437 00000 n 
+0000729501 00000 n 
+0000729566 00000 n 
+0000729632 00000 n 
+0000729697 00000 n 
+0000729120 00000 n 
+0000729889 00000 n 
+0000729952 00000 n 
+0000730018 00000 n 
+0000730083 00000 n 
+0000730147 00000 n 
+0000729279 00000 n 
+0000730211 00000 n 
+0000730277 00000 n 
+0000730341 00000 n 
+0000730405 00000 n 
+0000730469 00000 n 
+0000730533 00000 n 
+0000730598 00000 n 
+0000730661 00000 n 
+0000730724 00000 n 
+0000730788 00000 n 
+0000736461 00000 n 
+0000733319 00000 n 
+0000730969 00000 n 
+0000734472 00000 n 
+0000734536 00000 n 
+0000734600 00000 n 
+0000734664 00000 n 
+0000734728 00000 n 
+0000734793 00000 n 
+0000734855 00000 n 
+0000734917 00000 n 
+0000734981 00000 n 
+0000735046 00000 n 
+0000735110 00000 n 
+0000735174 00000 n 
+0000735238 00000 n 
+0000733511 00000 n 
+0000735303 00000 n 
+0000735367 00000 n 
+0000735431 00000 n 
+0000735495 00000 n 
+0000733669 00000 n 
+0000735689 00000 n 
+0000735753 00000 n 
+0000735817 00000 n 
+0000735881 00000 n 
+0000733827 00000 n 
+0000735946 00000 n 
+0000736010 00000 n 
+0000733984 00000 n 
+0000736075 00000 n 
+0000736139 00000 n 
+0000734143 00000 n 
+0000736333 00000 n 
+0000734303 00000 n 
+0000738755 00000 n 
+0000737982 00000 n 
+0000736563 00000 n 
+0000738108 00000 n 
+0000738237 00000 n 
+0000738301 00000 n 
+0000738365 00000 n 
+0000738429 00000 n 
+0000738495 00000 n 
+0000738561 00000 n 
+0000738625 00000 n 
+0000738689 00000 n 
+0000744148 00000 n 
+0000741472 00000 n 
+0000738899 00000 n 
+0000741948 00000 n 
+0000742140 00000 n 
+0000742204 00000 n 
+0000742269 00000 n 
+0000742590 00000 n 
+0000742782 00000 n 
+0000741628 00000 n 
+0000742846 00000 n 
+0000742912 00000 n 
+0000742978 00000 n 
+0000743044 00000 n 
+0000741787 00000 n 
+0000743110 00000 n 
+0000743175 00000 n 
+0000743240 00000 n 
+0000743305 00000 n 
+0000743370 00000 n 
+0000743436 00000 n 
+0000743502 00000 n 
+0000743566 00000 n 
+0000743630 00000 n 
+0000743695 00000 n 
+0000743760 00000 n 
+0000743954 00000 n 
+0000744018 00000 n 
+0001012048 00000 n 
+0001022104 00000 n 
+0000748780 00000 n 
+0000745984 00000 n 
 0000744292 00000 n 
-0000744356 00000 n 
-0000744420 00000 n 
-0000744485 00000 n 
-0000990250 00000 n 
-0000747454 00000 n 
-0000746118 00000 n 
-0000744693 00000 n 
-0000746416 00000 n 
-0000746480 00000 n 
-0000746546 00000 n 
-0000746612 00000 n 
-0000746678 00000 n 
-0000746742 00000 n 
-0000746265 00000 n 
-0000747063 00000 n 
-0000747127 00000 n 
-0000747193 00000 n 
-0000747258 00000 n 
-0000747324 00000 n 
-0000747388 00000 n 
-0001167974 00000 n 
-0000752181 00000 n 
-0000750055 00000 n 
-0000747584 00000 n 
-0000750181 00000 n 
-0000750502 00000 n 
-0000750566 00000 n 
-0000750632 00000 n 
-0000750696 00000 n 
-0000750890 00000 n 
-0000750953 00000 n 
-0000751016 00000 n 
-0000751080 00000 n 
-0000751144 00000 n 
-0000751209 00000 n 
-0000751275 00000 n 
-0000751341 00000 n 
-0000751407 00000 n 
-0000751473 00000 n 
-0000751537 00000 n 
-0000751601 00000 n 
-0000751666 00000 n 
-0000751730 00000 n 
-0000751795 00000 n 
-0000751859 00000 n 
-0000751923 00000 n 
-0000751988 00000 n 
-0000752052 00000 n 
-0000752117 00000 n 
-0000758941 00000 n 
-0000755650 00000 n 
-0000752311 00000 n 
-0000755776 00000 n 
-0000755840 00000 n 
-0000755905 00000 n 
-0000755971 00000 n 
-0000756037 00000 n 
-0000756230 00000 n 
-0000756294 00000 n 
-0000756358 00000 n 
-0000756422 00000 n 
-0000756486 00000 n 
-0000756551 00000 n 
-0000756616 00000 n 
-0000756681 00000 n 
-0000756745 00000 n 
-0000756809 00000 n 
-0000756874 00000 n 
-0000756939 00000 n 
-0000757003 00000 n 
-0000757068 00000 n 
-0000757133 00000 n 
-0000757197 00000 n 
-0000757262 00000 n 
-0000757327 00000 n 
-0000757391 00000 n 
-0000757456 00000 n 
-0000757521 00000 n 
-0000757584 00000 n 
-0000757649 00000 n 
-0000757714 00000 n 
-0000757778 00000 n 
-0000757843 00000 n 
-0000757908 00000 n 
-0000757972 00000 n 
-0000758037 00000 n 
-0000758102 00000 n 
-0000758166 00000 n 
-0000758231 00000 n 
-0000758296 00000 n 
-0000758360 00000 n 
-0000758425 00000 n 
-0000758490 00000 n 
-0000758554 00000 n 
-0000758619 00000 n 
-0000758684 00000 n 
-0000758748 00000 n 
-0000758813 00000 n 
-0000758878 00000 n 
-0000765278 00000 n 
-0000763914 00000 n 
-0000761404 00000 n 
-0000759043 00000 n 
-0000761714 00000 n 
-0000761842 00000 n 
-0000761907 00000 n 
-0000761972 00000 n 
-0000762035 00000 n 
-0000762100 00000 n 
-0000762165 00000 n 
-0000762229 00000 n 
-0000762294 00000 n 
-0000762359 00000 n 
-0000762423 00000 n 
-0000762488 00000 n 
-0000762553 00000 n 
-0000762619 00000 n 
-0000762685 00000 n 
-0000762749 00000 n 
-0000762813 00000 n 
-0000762878 00000 n 
-0000762943 00000 n 
-0000763007 00000 n 
-0000763072 00000 n 
-0000763137 00000 n 
-0000763201 00000 n 
-0000763266 00000 n 
-0000763331 00000 n 
-0000763395 00000 n 
-0000763460 00000 n 
-0000763654 00000 n 
-0000761551 00000 n 
-0000763718 00000 n 
-0000763784 00000 n 
-0000815453 00000 n 
-0000765131 00000 n 
-0000764016 00000 n 
-0000814874 00000 n 
-0000814938 00000 n 
-0000815002 00000 n 
-0000815131 00000 n 
-0000815195 00000 n 
-0000815261 00000 n 
-0000815325 00000 n 
-0000814713 00000 n 
-0000820414 00000 n 
-0000817962 00000 n 
-0000815606 00000 n 
-0000818088 00000 n 
-0000818217 00000 n 
-0000818281 00000 n 
-0000818345 00000 n 
-0000818411 00000 n 
-0000818477 00000 n 
-0000818543 00000 n 
-0000818607 00000 n 
-0000818671 00000 n 
-0000818735 00000 n 
-0000818800 00000 n 
-0000818865 00000 n 
-0000818929 00000 n 
-0000818994 00000 n 
-0000819059 00000 n 
-0000819123 00000 n 
-0000819188 00000 n 
-0000819381 00000 n 
-0000819445 00000 n 
-0000819637 00000 n 
-0000819701 00000 n 
-0000819765 00000 n 
-0000819828 00000 n 
-0000819894 00000 n 
-0000819958 00000 n 
-0000820024 00000 n 
-0000820088 00000 n 
-0000820154 00000 n 
-0000820218 00000 n 
-0000820284 00000 n 
-0000820348 00000 n 
-0000824953 00000 n 
-0000823151 00000 n 
-0000820516 00000 n 
-0000823277 00000 n 
-0000823341 00000 n 
-0000823534 00000 n 
-0000823598 00000 n 
-0000823664 00000 n 
-0000823728 00000 n 
-0000823793 00000 n 
-0000823857 00000 n 
-0000824050 00000 n 
-0000824114 00000 n 
-0000824180 00000 n 
-0000824246 00000 n 
-0000824310 00000 n 
-0000824505 00000 n 
-0000824697 00000 n 
-0000824761 00000 n 
-0000824825 00000 n 
-0000824889 00000 n 
-0001168099 00000 n 
-0000830138 00000 n 
-0000828021 00000 n 
-0000825069 00000 n 
-0000828331 00000 n 
-0000828395 00000 n 
-0000828587 00000 n 
-0000828650 00000 n 
-0000828168 00000 n 
-0000828715 00000 n 
-0000828779 00000 n 
-0000828845 00000 n 
-0000828910 00000 n 
-0000829234 00000 n 
-0000829298 00000 n 
-0000829364 00000 n 
-0000829428 00000 n 
-0000829492 00000 n 
-0000829556 00000 n 
-0000829621 00000 n 
-0000829687 00000 n 
-0000829753 00000 n 
-0000829817 00000 n 
-0000829881 00000 n 
-0000829947 00000 n 
-0000830012 00000 n 
-0000830076 00000 n 
-0000834857 00000 n 
-0000833247 00000 n 
-0000830254 00000 n 
-0000833373 00000 n 
-0000833437 00000 n 
-0000833502 00000 n 
-0000833567 00000 n 
-0000833631 00000 n 
-0000833696 00000 n 
-0000833762 00000 n 
-0000833826 00000 n 
-0000833890 00000 n 
-0000833955 00000 n 
-0000834020 00000 n 
-0000834084 00000 n 
-0000834149 00000 n 
-0000834213 00000 n 
-0000834278 00000 n 
-0000834344 00000 n 
-0000834408 00000 n 
-0000834600 00000 n 
-0000834664 00000 n 
-0000834730 00000 n 
-0000839052 00000 n 
-0000837513 00000 n 
-0000834973 00000 n 
-0000837639 00000 n 
-0000837768 00000 n 
-0000837832 00000 n 
-0000837895 00000 n 
-0000837959 00000 n 
-0000838023 00000 n 
-0000838086 00000 n 
-0000838152 00000 n 
-0000838217 00000 n 
-0000838283 00000 n 
-0000838347 00000 n 
-0000838541 00000 n 
-0000838604 00000 n 
-0000838668 00000 n 
-0000838732 00000 n 
-0000838925 00000 n 
-0000842821 00000 n 
-0000841155 00000 n 
-0000839168 00000 n 
-0000841281 00000 n 
-0000841345 00000 n 
-0000841474 00000 n 
-0000841667 00000 n 
-0000841857 00000 n 
-0000842050 00000 n 
-0000842243 00000 n 
-0000842307 00000 n 
-0000842500 00000 n 
-0000842693 00000 n 
-0000846349 00000 n 
-0000844936 00000 n 
-0000842923 00000 n 
-0000845062 00000 n 
-0000845126 00000 n 
-0000845255 00000 n 
-0000845319 00000 n 
-0000845385 00000 n 
-0000845449 00000 n 
-0000845642 00000 n 
-0000845706 00000 n 
-0000845899 00000 n 
-0000846092 00000 n 
-0000846155 00000 n 
-0000846221 00000 n 
-0000852041 00000 n 
-0000849275 00000 n 
-0000846451 00000 n 
-0000849401 00000 n 
-0000849530 00000 n 
-0000849594 00000 n 
-0000849660 00000 n 
-0000849726 00000 n 
-0000849791 00000 n 
-0000849984 00000 n 
-0000850176 00000 n 
-0000850239 00000 n 
-0000850302 00000 n 
-0000850366 00000 n 
-0000850431 00000 n 
-0000850495 00000 n 
-0000850559 00000 n 
-0000850623 00000 n 
-0000850688 00000 n 
-0000850752 00000 n 
-0000850817 00000 n 
-0000850881 00000 n 
-0000850946 00000 n 
-0000851009 00000 n 
-0000851074 00000 n 
-0000851138 00000 n 
-0000851203 00000 n 
-0000851267 00000 n 
-0000851332 00000 n 
-0000851396 00000 n 
-0000851461 00000 n 
-0000851525 00000 n 
-0000851719 00000 n 
-0000851783 00000 n 
-0000851846 00000 n 
-0000851911 00000 n 
-0000851977 00000 n 
-0001168224 00000 n 
-0000857726 00000 n 
-0000855207 00000 n 
-0000852157 00000 n 
-0000855333 00000 n 
-0000855397 00000 n 
-0000855461 00000 n 
-0000855527 00000 n 
-0000855591 00000 n 
-0000855657 00000 n 
-0000855723 00000 n 
-0000855787 00000 n 
-0000855853 00000 n 
-0000855917 00000 n 
-0000855981 00000 n 
-0000856045 00000 n 
-0000856110 00000 n 
-0000856173 00000 n 
-0000856238 00000 n 
-0000856304 00000 n 
-0000856368 00000 n 
-0000856433 00000 n 
-0000856499 00000 n 
-0000856562 00000 n 
-0000856627 00000 n 
-0000856692 00000 n 
-0000856756 00000 n 
-0000856820 00000 n 
+0000746656 00000 n 
+0000746914 00000 n 
+0000746149 00000 n 
+0000747107 00000 n 
+0000747170 00000 n 
+0000747236 00000 n 
+0000747302 00000 n 
+0000747368 00000 n 
+0000747432 00000 n 
+0000747496 00000 n 
+0000747560 00000 n 
+0000747624 00000 n 
+0000747690 00000 n 
+0000747753 00000 n 
+0000747817 00000 n 
+0000747881 00000 n 
+0000747945 00000 n 
+0000748009 00000 n 
+0000748075 00000 n 
+0000748139 00000 n 
+0000748203 00000 n 
+0000748267 00000 n 
+0000746316 00000 n 
+0000748460 00000 n 
+0000746491 00000 n 
+0000748524 00000 n 
+0000748588 00000 n 
+0000748651 00000 n 
+0000748716 00000 n 
+0000756500 00000 n 
+0000751157 00000 n 
+0000748938 00000 n 
+0000751634 00000 n 
+0000751956 00000 n 
+0000752020 00000 n 
+0000752086 00000 n 
+0000752150 00000 n 
+0000751313 00000 n 
+0000751475 00000 n 
+0000752214 00000 n 
+0000752279 00000 n 
+0000752343 00000 n 
+0000752408 00000 n 
+0000752472 00000 n 
+0000752536 00000 n 
+0000752601 00000 n 
+0000752666 00000 n 
+0000752731 00000 n 
+0000752797 00000 n 
+0000752863 00000 n 
+0000752928 00000 n 
+0000752993 00000 n 
+0000753058 00000 n 
+0000753122 00000 n 
+0000753186 00000 n 
+0000753250 00000 n 
+0000753314 00000 n 
+0000753379 00000 n 
+0000753445 00000 n 
+0000753511 00000 n 
+0000753576 00000 n 
+0000753641 00000 n 
+0000753706 00000 n 
+0000753770 00000 n 
+0000753834 00000 n 
+0000753898 00000 n 
+0000753962 00000 n 
+0000754026 00000 n 
+0000754092 00000 n 
+0000754156 00000 n 
+0000754222 00000 n 
+0000754288 00000 n 
+0000754354 00000 n 
+0000754419 00000 n 
+0000754484 00000 n 
+0000754548 00000 n 
+0000754612 00000 n 
+0000754678 00000 n 
+0000754742 00000 n 
+0000754808 00000 n 
+0000754874 00000 n 
+0000754940 00000 n 
+0000755006 00000 n 
+0000755072 00000 n 
+0000755138 00000 n 
+0000755204 00000 n 
+0000755270 00000 n 
+0000755336 00000 n 
+0000755401 00000 n 
+0000755466 00000 n 
+0000755530 00000 n 
+0000755594 00000 n 
+0000755660 00000 n 
+0000755725 00000 n 
+0000755790 00000 n 
+0000755855 00000 n 
+0000755919 00000 n 
+0000755983 00000 n 
+0000756048 00000 n 
+0000756113 00000 n 
+0000756178 00000 n 
+0000756243 00000 n 
+0000756307 00000 n 
+0000756371 00000 n 
+0000756436 00000 n 
+0001180585 00000 n 
+0001002202 00000 n 
+0000759405 00000 n 
+0000758069 00000 n 
+0000756644 00000 n 
+0000758367 00000 n 
+0000758431 00000 n 
+0000758497 00000 n 
+0000758563 00000 n 
+0000758629 00000 n 
+0000758693 00000 n 
+0000758216 00000 n 
+0000759014 00000 n 
+0000759078 00000 n 
+0000759144 00000 n 
+0000759209 00000 n 
+0000759275 00000 n 
+0000759339 00000 n 
+0000764137 00000 n 
+0000762011 00000 n 
+0000759535 00000 n 
+0000762137 00000 n 
+0000762458 00000 n 
+0000762522 00000 n 
+0000762588 00000 n 
+0000762652 00000 n 
+0000762846 00000 n 
+0000762909 00000 n 
+0000762972 00000 n 
+0000763036 00000 n 
+0000763100 00000 n 
+0000763165 00000 n 
+0000763231 00000 n 
+0000763297 00000 n 
+0000763363 00000 n 
+0000763429 00000 n 
+0000763493 00000 n 
+0000763557 00000 n 
+0000763622 00000 n 
+0000763686 00000 n 
+0000763751 00000 n 
+0000763815 00000 n 
+0000763879 00000 n 
+0000763944 00000 n 
+0000764008 00000 n 
+0000764073 00000 n 
+0000770881 00000 n 
+0000767590 00000 n 
+0000764267 00000 n 
+0000767716 00000 n 
+0000767780 00000 n 
+0000767845 00000 n 
+0000767911 00000 n 
+0000767977 00000 n 
+0000768170 00000 n 
+0000768234 00000 n 
+0000768298 00000 n 
+0000768362 00000 n 
+0000768426 00000 n 
+0000768491 00000 n 
+0000768556 00000 n 
+0000768621 00000 n 
+0000768685 00000 n 
+0000768749 00000 n 
+0000768814 00000 n 
+0000768879 00000 n 
+0000768943 00000 n 
+0000769008 00000 n 
+0000769073 00000 n 
+0000769137 00000 n 
+0000769202 00000 n 
+0000769267 00000 n 
+0000769331 00000 n 
+0000769396 00000 n 
+0000769461 00000 n 
+0000769524 00000 n 
+0000769589 00000 n 
+0000769654 00000 n 
+0000769718 00000 n 
+0000769783 00000 n 
+0000769848 00000 n 
+0000769912 00000 n 
+0000769977 00000 n 
+0000770042 00000 n 
+0000770106 00000 n 
+0000770171 00000 n 
+0000770236 00000 n 
+0000770300 00000 n 
+0000770365 00000 n 
+0000770430 00000 n 
+0000770494 00000 n 
+0000770559 00000 n 
+0000770624 00000 n 
+0000770688 00000 n 
+0000770753 00000 n 
+0000770818 00000 n 
+0000777224 00000 n 
+0000775854 00000 n 
+0000773344 00000 n 
+0000770983 00000 n 
+0000773654 00000 n 
+0000773782 00000 n 
+0000773847 00000 n 
+0000773912 00000 n 
+0000773975 00000 n 
+0000774040 00000 n 
+0000774105 00000 n 
+0000774169 00000 n 
+0000774234 00000 n 
+0000774299 00000 n 
+0000774363 00000 n 
+0000774428 00000 n 
+0000774493 00000 n 
+0000774559 00000 n 
+0000774625 00000 n 
+0000774689 00000 n 
+0000774753 00000 n 
+0000774818 00000 n 
+0000774883 00000 n 
+0000774947 00000 n 
+0000775012 00000 n 
+0000775077 00000 n 
+0000775141 00000 n 
+0000775206 00000 n 
+0000775271 00000 n 
+0000775335 00000 n 
+0000775400 00000 n 
+0000775594 00000 n 
+0000773491 00000 n 
+0000775658 00000 n 
+0000775724 00000 n 
+0000827399 00000 n 
+0000777077 00000 n 
+0000775956 00000 n 
+0000826820 00000 n 
+0000826884 00000 n 
+0000826948 00000 n 
+0000827077 00000 n 
+0000827141 00000 n 
+0000827207 00000 n 
+0000827271 00000 n 
+0000826659 00000 n 
+0000832360 00000 n 
+0000829908 00000 n 
+0000827552 00000 n 
+0000830034 00000 n 
+0000830163 00000 n 
+0000830227 00000 n 
+0000830291 00000 n 
+0000830357 00000 n 
+0000830423 00000 n 
+0000830489 00000 n 
+0000830553 00000 n 
+0000830617 00000 n 
+0000830681 00000 n 
+0000830746 00000 n 
+0000830811 00000 n 
+0000830875 00000 n 
+0000830940 00000 n 
+0000831005 00000 n 
+0000831069 00000 n 
+0000831134 00000 n 
+0000831327 00000 n 
+0000831391 00000 n 
+0000831583 00000 n 
+0000831647 00000 n 
+0000831711 00000 n 
+0000831774 00000 n 
+0000831840 00000 n 
+0000831904 00000 n 
+0000831970 00000 n 
+0000832034 00000 n 
+0000832100 00000 n 
+0000832164 00000 n 
+0000832230 00000 n 
+0000832294 00000 n 
+0001180710 00000 n 
+0000836898 00000 n 
+0000835096 00000 n 
+0000832462 00000 n 
+0000835222 00000 n 
+0000835286 00000 n 
+0000835479 00000 n 
+0000835543 00000 n 
+0000835609 00000 n 
+0000835673 00000 n 
+0000835738 00000 n 
+0000835802 00000 n 
+0000835995 00000 n 
+0000836059 00000 n 
+0000836125 00000 n 
+0000836191 00000 n 
+0000836255 00000 n 
+0000836450 00000 n 
+0000836642 00000 n 
+0000836706 00000 n 
+0000836770 00000 n 
+0000836834 00000 n 
+0000842088 00000 n 
+0000839971 00000 n 
+0000837014 00000 n 
+0000840281 00000 n 
+0000840345 00000 n 
+0000840537 00000 n 
+0000840600 00000 n 
+0000840118 00000 n 
+0000840665 00000 n 
+0000840729 00000 n 
+0000840795 00000 n 
+0000840860 00000 n 
+0000841184 00000 n 
+0000841248 00000 n 
+0000841314 00000 n 
+0000841378 00000 n 
+0000841442 00000 n 
+0000841506 00000 n 
+0000841571 00000 n 
+0000841637 00000 n 
+0000841703 00000 n 
+0000841767 00000 n 
+0000841831 00000 n 
+0000841897 00000 n 
+0000841962 00000 n 
+0000842026 00000 n 
+0000846807 00000 n 
+0000845197 00000 n 
+0000842204 00000 n 
+0000845323 00000 n 
+0000845387 00000 n 
+0000845452 00000 n 
+0000845517 00000 n 
+0000845581 00000 n 
+0000845646 00000 n 
+0000845712 00000 n 
+0000845776 00000 n 
+0000845840 00000 n 
+0000845905 00000 n 
+0000845970 00000 n 
+0000846034 00000 n 
+0000846099 00000 n 
+0000846163 00000 n 
+0000846228 00000 n 
+0000846294 00000 n 
+0000846358 00000 n 
+0000846550 00000 n 
+0000846614 00000 n 
+0000846680 00000 n 
+0000851002 00000 n 
+0000849463 00000 n 
+0000846923 00000 n 
+0000849589 00000 n 
+0000849718 00000 n 
+0000849782 00000 n 
+0000849845 00000 n 
+0000849909 00000 n 
+0000849973 00000 n 
+0000850036 00000 n 
+0000850102 00000 n 
+0000850167 00000 n 
+0000850233 00000 n 
+0000850297 00000 n 
+0000850491 00000 n 
+0000850554 00000 n 
+0000850618 00000 n 
+0000850682 00000 n 
+0000850875 00000 n 
+0000854771 00000 n 
+0000853105 00000 n 
+0000851118 00000 n 
+0000853231 00000 n 
+0000853295 00000 n 
+0000853424 00000 n 
+0000853617 00000 n 
+0000853807 00000 n 
+0000854000 00000 n 
+0000854193 00000 n 
+0000854257 00000 n 
+0000854450 00000 n 
+0000854643 00000 n 
+0000858298 00000 n 
 0000856885 00000 n 
-0000856949 00000 n 
-0000857013 00000 n 
-0000857077 00000 n 
-0000857143 00000 n 
-0000857208 00000 n 
-0000857274 00000 n 
-0000857338 00000 n 
-0000857402 00000 n 
-0000857468 00000 n 
-0000857532 00000 n 
-0000857598 00000 n 
-0000857662 00000 n 
-0000862650 00000 n 
-0000859706 00000 n 
-0000857842 00000 n 
-0000860006 00000 n 
-0000860070 00000 n 
-0000860134 00000 n 
-0000860198 00000 n 
-0000860264 00000 n 
-0000860330 00000 n 
-0000860525 00000 n 
-0000859853 00000 n 
-0000860718 00000 n 
-0000860782 00000 n 
-0000860848 00000 n 
-0000861043 00000 n 
-0000861107 00000 n 
-0000861171 00000 n 
-0000861237 00000 n 
-0000861301 00000 n 
-0000861365 00000 n 
-0000861429 00000 n 
-0000861494 00000 n 
-0000861558 00000 n 
-0000861622 00000 n 
-0000861687 00000 n 
-0000861751 00000 n 
-0000861815 00000 n 
-0000861880 00000 n 
-0000861944 00000 n 
-0000862008 00000 n 
-0000862073 00000 n 
-0000862137 00000 n 
-0000862201 00000 n 
-0000862266 00000 n 
-0000862328 00000 n 
-0000862392 00000 n 
-0000862457 00000 n 
-0000862521 00000 n 
-0000862585 00000 n 
-0000866945 00000 n 
-0000864641 00000 n 
-0000862752 00000 n 
-0000864959 00000 n 
-0000865087 00000 n 
-0000865151 00000 n 
-0000865215 00000 n 
-0000865280 00000 n 
-0000865344 00000 n 
-0000865409 00000 n 
-0000865473 00000 n 
-0000865537 00000 n 
-0000865602 00000 n 
-0000865666 00000 n 
-0000865730 00000 n 
-0000865795 00000 n 
-0000865858 00000 n 
-0000865922 00000 n 
-0000865987 00000 n 
-0000866051 00000 n 
-0000866115 00000 n 
-0000866180 00000 n 
-0000866242 00000 n 
-0000864788 00000 n 
-0000866434 00000 n 
-0000866625 00000 n 
-0000866689 00000 n 
-0000866753 00000 n 
-0000866817 00000 n 
-0000866881 00000 n 
-0000871034 00000 n 
-0000869754 00000 n 
-0000867061 00000 n 
-0000869880 00000 n 
-0000870009 00000 n 
-0000870073 00000 n 
-0000870137 00000 n 
-0000870201 00000 n 
-0000870265 00000 n 
-0000870329 00000 n 
-0000870521 00000 n 
-0000870585 00000 n 
-0000870649 00000 n 
-0000870713 00000 n 
-0000870777 00000 n 
-0000870970 00000 n 
-0000874518 00000 n 
-0000873303 00000 n 
-0000871150 00000 n 
-0000873429 00000 n 
-0000873493 00000 n 
-0000873557 00000 n 
-0000873750 00000 n 
-0000873814 00000 n 
-0000873878 00000 n 
-0000873942 00000 n 
-0000874006 00000 n 
-0000874070 00000 n 
-0000874133 00000 n 
-0000874197 00000 n 
-0000874390 00000 n 
-0000874454 00000 n 
-0000878815 00000 n 
-0000877222 00000 n 
-0000874620 00000 n 
-0000877719 00000 n 
-0000877783 00000 n 
-0000877849 00000 n 
-0000877915 00000 n 
-0000877378 00000 n 
-0000877979 00000 n 
-0000878044 00000 n 
-0000877546 00000 n 
-0000878237 00000 n 
-0000878300 00000 n 
-0000878364 00000 n 
-0000878557 00000 n 
-0000878621 00000 n 
-0000878685 00000 n 
-0000878749 00000 n 
-0001168349 00000 n 
-0000883147 00000 n 
-0000881762 00000 n 
-0000878931 00000 n 
-0000882061 00000 n 
-0000882125 00000 n 
-0000882189 00000 n 
-0000882253 00000 n 
-0000882316 00000 n 
-0000882508 00000 n 
-0000882572 00000 n 
-0000882636 00000 n 
-0000881909 00000 n 
-0000882700 00000 n 
-0000882762 00000 n 
-0000882826 00000 n 
-0000882890 00000 n 
-0000882954 00000 n 
-0000883018 00000 n 
-0000884466 00000 n 
-0000884020 00000 n 
-0000883263 00000 n 
-0000884146 00000 n 
-0000884275 00000 n 
-0000884339 00000 n 
-0000884402 00000 n 
-0000889306 00000 n 
-0000886854 00000 n 
-0000884582 00000 n 
-0000887169 00000 n 
-0000887490 00000 n 
-0000887554 00000 n 
-0000887620 00000 n 
-0000887684 00000 n 
-0000887749 00000 n 
-0000887815 00000 n 
-0000887879 00000 n 
-0000887944 00000 n 
-0000888010 00000 n 
-0000888075 00000 n 
-0000888139 00000 n 
-0000888332 00000 n 
-0000888396 00000 n 
-0000887001 00000 n 
-0000888588 00000 n 
-0000888652 00000 n 
-0000888718 00000 n 
-0000888784 00000 n 
-0000888850 00000 n 
-0000888914 00000 n 
-0000888980 00000 n 
-0000889044 00000 n 
-0000889110 00000 n 
-0000889176 00000 n 
-0000894379 00000 n 
-0000892184 00000 n 
-0000889450 00000 n 
-0000892310 00000 n 
-0000892374 00000 n 
-0000892503 00000 n 
-0000892567 00000 n 
-0000892631 00000 n 
-0000892696 00000 n 
-0000892762 00000 n 
-0000892825 00000 n 
-0000892888 00000 n 
-0000892952 00000 n 
-0000893015 00000 n 
-0000893081 00000 n 
-0000893145 00000 n 
-0000893209 00000 n 
-0000893275 00000 n 
-0000893339 00000 n 
-0000893403 00000 n 
-0000893467 00000 n 
-0000893531 00000 n 
-0000893597 00000 n 
-0000893663 00000 n 
-0000893729 00000 n 
-0000893794 00000 n 
-0000893860 00000 n 
-0000893926 00000 n 
-0000893992 00000 n 
-0000894185 00000 n 
-0000894249 00000 n 
-0000894313 00000 n 
-0000899500 00000 n 
-0000897630 00000 n 
-0000894537 00000 n 
-0000897756 00000 n 
-0000897820 00000 n 
-0000897884 00000 n 
-0000897948 00000 n 
-0000898012 00000 n 
-0000898076 00000 n 
-0000898142 00000 n 
-0000898337 00000 n 
-0000898401 00000 n 
-0000898467 00000 n 
-0000898531 00000 n 
-0000898597 00000 n 
-0000898661 00000 n 
-0000898726 00000 n 
-0000898790 00000 n 
-0000898854 00000 n 
-0000898918 00000 n 
-0000898982 00000 n 
-0000899047 00000 n 
-0000899111 00000 n 
-0000899175 00000 n 
-0000899241 00000 n 
-0000899305 00000 n 
-0000899370 00000 n 
-0000905480 00000 n 
-0000903032 00000 n 
-0000899630 00000 n 
-0000903158 00000 n 
-0000903222 00000 n 
-0000903351 00000 n 
-0000903415 00000 n 
-0000903479 00000 n 
-0000903543 00000 n 
-0000903607 00000 n 
-0000903671 00000 n 
-0000903737 00000 n 
-0000903801 00000 n 
-0000903865 00000 n 
-0000903929 00000 n 
-0000903993 00000 n 
-0000904059 00000 n 
-0000904125 00000 n 
-0000904191 00000 n 
-0000904255 00000 n 
-0000904319 00000 n 
-0000904383 00000 n 
-0000904447 00000 n 
-0000904511 00000 n 
-0000904575 00000 n 
-0000904639 00000 n 
-0000904703 00000 n 
-0000904767 00000 n 
-0000904832 00000 n 
-0000904896 00000 n 
-0000904960 00000 n 
-0000905024 00000 n 
-0000905090 00000 n 
-0000905156 00000 n 
-0000905218 00000 n 
-0000905282 00000 n 
-0000905348 00000 n 
-0000905414 00000 n 
-0001168474 00000 n 
-0000909358 00000 n 
-0000908010 00000 n 
-0000905610 00000 n 
-0000908136 00000 n 
-0000908200 00000 n 
-0000908264 00000 n 
-0000908330 00000 n 
-0000908394 00000 n 
-0000908458 00000 n 
-0000908522 00000 n 
-0000908715 00000 n 
-0000908779 00000 n 
-0000908971 00000 n 
-0000909035 00000 n 
-0000909101 00000 n 
-0000909165 00000 n 
-0000909229 00000 n 
-0000909293 00000 n 
-0000914828 00000 n 
-0000912631 00000 n 
-0000909488 00000 n 
-0000912757 00000 n 
-0000912821 00000 n 
-0000912885 00000 n 
-0000912949 00000 n 
-0000913014 00000 n 
-0000913079 00000 n 
-0000913144 00000 n 
-0000913210 00000 n 
-0000913274 00000 n 
-0000913338 00000 n 
-0000913403 00000 n 
-0000913469 00000 n 
-0000913535 00000 n 
-0000913599 00000 n 
-0000913665 00000 n 
-0000913731 00000 n 
-0000913797 00000 n 
-0000913861 00000 n 
-0000913927 00000 n 
-0000913991 00000 n 
-0000914055 00000 n 
-0000914119 00000 n 
-0000914183 00000 n 
-0000914247 00000 n 
-0000914311 00000 n 
-0000914375 00000 n 
-0000914441 00000 n 
-0000914505 00000 n 
-0000914571 00000 n 
-0000914637 00000 n 
-0000914702 00000 n 
-0000914766 00000 n 
-0000919620 00000 n 
-0000917555 00000 n 
-0000914944 00000 n 
-0000917681 00000 n 
-0000917745 00000 n 
-0000917809 00000 n 
-0000917873 00000 n 
-0000917939 00000 n 
-0000918003 00000 n 
-0000918066 00000 n 
-0000918132 00000 n 
-0000918196 00000 n 
-0000918261 00000 n 
-0000918325 00000 n 
-0000918389 00000 n 
-0000918453 00000 n 
-0000918516 00000 n 
-0000918580 00000 n 
-0000918644 00000 n 
-0000918708 00000 n 
-0000918774 00000 n 
-0000918840 00000 n 
-0000918906 00000 n 
-0000918970 00000 n 
-0000919036 00000 n 
-0000919102 00000 n 
-0000919167 00000 n 
-0000919231 00000 n 
-0000919296 00000 n 
-0000919362 00000 n 
-0000919428 00000 n 
-0000919493 00000 n 
-0000923914 00000 n 
-0000922560 00000 n 
-0000919722 00000 n 
-0000922686 00000 n 
-0000922750 00000 n 
-0000922879 00000 n 
-0000922943 00000 n 
-0000923008 00000 n 
-0000923070 00000 n 
-0000923136 00000 n 
-0000923202 00000 n 
-0000923265 00000 n 
-0000923330 00000 n 
-0000923396 00000 n 
-0000923462 00000 n 
-0000923526 00000 n 
-0000923592 00000 n 
-0000923656 00000 n 
-0000923720 00000 n 
-0000923786 00000 n 
-0000923850 00000 n 
-0000928165 00000 n 
-0000926374 00000 n 
-0000924044 00000 n 
-0000927002 00000 n 
-0000927066 00000 n 
-0000927130 00000 n 
-0000927196 00000 n 
-0000927262 00000 n 
-0000927584 00000 n 
-0000926539 00000 n 
-0000926690 00000 n 
-0000926846 00000 n 
-0000927776 00000 n 
-0000927840 00000 n 
-0000927904 00000 n 
-0000927970 00000 n 
-0000928035 00000 n 
-0000928099 00000 n 
-0000931072 00000 n 
-0000929720 00000 n 
-0000928295 00000 n 
-0000929846 00000 n 
-0000929910 00000 n 
-0000929974 00000 n 
-0000930169 00000 n 
-0000930233 00000 n 
-0000930297 00000 n 
-0000930362 00000 n 
-0000930428 00000 n 
-0000930619 00000 n 
-0000930683 00000 n 
-0000930878 00000 n 
-0000930942 00000 n 
-0000931006 00000 n 
-0001168599 00000 n 
-0000936100 00000 n 
-0000933695 00000 n 
-0000931174 00000 n 
-0000934171 00000 n 
-0000934363 00000 n 
-0000934556 00000 n 
-0000934620 00000 n 
-0000934686 00000 n 
-0000934752 00000 n 
-0000933851 00000 n 
-0000934011 00000 n 
-0000934816 00000 n 
-0000934881 00000 n 
-0000934945 00000 n 
-0000935011 00000 n 
-0000935075 00000 n 
-0000935270 00000 n 
-0000935334 00000 n 
-0000935399 00000 n 
-0000935465 00000 n 
-0000935528 00000 n 
-0000935717 00000 n 
-0000935781 00000 n 
-0000935845 00000 n 
-0000935909 00000 n 
-0000935974 00000 n 
-0000936037 00000 n 
-0000940000 00000 n 
-0000938068 00000 n 
-0000936244 00000 n 
-0000938194 00000 n 
-0000938258 00000 n 
-0000938452 00000 n 
-0000938516 00000 n 
-0000938579 00000 n 
-0000938643 00000 n 
-0000938709 00000 n 
-0000938773 00000 n 
-0000938837 00000 n 
-0000938901 00000 n 
-0000939094 00000 n 
-0000939158 00000 n 
-0000939224 00000 n 
-0000939288 00000 n 
-0000939352 00000 n 
-0000939418 00000 n 
-0000939483 00000 n 
-0000939549 00000 n 
-0000939613 00000 n 
-0000939677 00000 n 
-0000939871 00000 n 
-0000939935 00000 n 
-0000943921 00000 n 
-0000942311 00000 n 
-0000940144 00000 n 
-0000942437 00000 n 
-0000942501 00000 n 
-0000942565 00000 n 
+0000854873 00000 n 
+0000857011 00000 n 
+0000857075 00000 n 
+0000857204 00000 n 
+0000857268 00000 n 
+0000857334 00000 n 
+0000857398 00000 n 
+0000857591 00000 n 
+0000857655 00000 n 
+0000857848 00000 n 
+0000858041 00000 n 
+0000858104 00000 n 
+0000858170 00000 n 
+0001180835 00000 n 
+0000863990 00000 n 
+0000861224 00000 n 
+0000858400 00000 n 
+0000861350 00000 n 
+0000861479 00000 n 
+0000861543 00000 n 
+0000861609 00000 n 
+0000861675 00000 n 
+0000861740 00000 n 
+0000861933 00000 n 
+0000862125 00000 n 
+0000862188 00000 n 
+0000862251 00000 n 
+0000862315 00000 n 
+0000862380 00000 n 
+0000862444 00000 n 
+0000862508 00000 n 
+0000862572 00000 n 
+0000862637 00000 n 
+0000862701 00000 n 
+0000862766 00000 n 
+0000862830 00000 n 
+0000862895 00000 n 
+0000862958 00000 n 
+0000863023 00000 n 
+0000863087 00000 n 
+0000863152 00000 n 
+0000863216 00000 n 
+0000863281 00000 n 
+0000863345 00000 n 
+0000863410 00000 n 
+0000863474 00000 n 
+0000863668 00000 n 
+0000863732 00000 n 
+0000863795 00000 n 
+0000863860 00000 n 
+0000863926 00000 n 
+0000869675 00000 n 
+0000867156 00000 n 
+0000864106 00000 n 
+0000867282 00000 n 
+0000867346 00000 n 
+0000867410 00000 n 
+0000867476 00000 n 
+0000867540 00000 n 
+0000867606 00000 n 
+0000867672 00000 n 
+0000867736 00000 n 
+0000867802 00000 n 
+0000867866 00000 n 
+0000867930 00000 n 
+0000867994 00000 n 
+0000868059 00000 n 
+0000868122 00000 n 
+0000868187 00000 n 
+0000868253 00000 n 
+0000868317 00000 n 
+0000868382 00000 n 
+0000868448 00000 n 
+0000868511 00000 n 
+0000868576 00000 n 
+0000868641 00000 n 
+0000868705 00000 n 
+0000868769 00000 n 
+0000868834 00000 n 
+0000868898 00000 n 
+0000868962 00000 n 
+0000869026 00000 n 
+0000869092 00000 n 
+0000869157 00000 n 
+0000869223 00000 n 
+0000869287 00000 n 
+0000869351 00000 n 
+0000869417 00000 n 
+0000869481 00000 n 
+0000869547 00000 n 
+0000869611 00000 n 
+0000874599 00000 n 
+0000871655 00000 n 
+0000869791 00000 n 
+0000871955 00000 n 
+0000872019 00000 n 
+0000872083 00000 n 
+0000872147 00000 n 
+0000872213 00000 n 
+0000872279 00000 n 
+0000872474 00000 n 
+0000871802 00000 n 
+0000872667 00000 n 
+0000872731 00000 n 
+0000872797 00000 n 
+0000872992 00000 n 
+0000873056 00000 n 
+0000873120 00000 n 
+0000873186 00000 n 
+0000873250 00000 n 
+0000873314 00000 n 
+0000873378 00000 n 
+0000873443 00000 n 
+0000873507 00000 n 
+0000873571 00000 n 
+0000873636 00000 n 
+0000873700 00000 n 
+0000873764 00000 n 
+0000873829 00000 n 
+0000873893 00000 n 
+0000873957 00000 n 
+0000874022 00000 n 
+0000874086 00000 n 
+0000874150 00000 n 
+0000874215 00000 n 
+0000874277 00000 n 
+0000874341 00000 n 
+0000874406 00000 n 
+0000874470 00000 n 
+0000874534 00000 n 
+0000878894 00000 n 
+0000876590 00000 n 
+0000874701 00000 n 
+0000876908 00000 n 
+0000877036 00000 n 
+0000877100 00000 n 
+0000877164 00000 n 
+0000877229 00000 n 
+0000877293 00000 n 
+0000877358 00000 n 
+0000877422 00000 n 
+0000877486 00000 n 
+0000877551 00000 n 
+0000877615 00000 n 
+0000877679 00000 n 
+0000877744 00000 n 
+0000877807 00000 n 
+0000877871 00000 n 
+0000877936 00000 n 
+0000878000 00000 n 
+0000878064 00000 n 
+0000878129 00000 n 
+0000878191 00000 n 
+0000876737 00000 n 
+0000878383 00000 n 
+0000878574 00000 n 
+0000878638 00000 n 
+0000878702 00000 n 
+0000878766 00000 n 
+0000878830 00000 n 
+0000882983 00000 n 
+0000881703 00000 n 
+0000879010 00000 n 
+0000881829 00000 n 
+0000881958 00000 n 
+0000882022 00000 n 
+0000882086 00000 n 
+0000882150 00000 n 
+0000882214 00000 n 
+0000882278 00000 n 
+0000882470 00000 n 
+0000882534 00000 n 
+0000882598 00000 n 
+0000882662 00000 n 
+0000882726 00000 n 
+0000882919 00000 n 
+0000886467 00000 n 
+0000885252 00000 n 
+0000883099 00000 n 
+0000885378 00000 n 
+0000885442 00000 n 
+0000885506 00000 n 
+0000885699 00000 n 
+0000885763 00000 n 
+0000885827 00000 n 
+0000885891 00000 n 
+0000885955 00000 n 
+0000886019 00000 n 
+0000886082 00000 n 
+0000886146 00000 n 
+0000886339 00000 n 
+0000886403 00000 n 
+0001180960 00000 n 
+0000890764 00000 n 
+0000889171 00000 n 
+0000886569 00000 n 
+0000889668 00000 n 
+0000889732 00000 n 
+0000889798 00000 n 
+0000889864 00000 n 
+0000889327 00000 n 
+0000889928 00000 n 
+0000889993 00000 n 
+0000889495 00000 n 
+0000890186 00000 n 
+0000890249 00000 n 
+0000890313 00000 n 
+0000890506 00000 n 
+0000890570 00000 n 
+0000890634 00000 n 
+0000890698 00000 n 
+0000895096 00000 n 
+0000893711 00000 n 
+0000890880 00000 n 
+0000894010 00000 n 
+0000894074 00000 n 
+0000894138 00000 n 
+0000894202 00000 n 
+0000894265 00000 n 
+0000894457 00000 n 
+0000894521 00000 n 
+0000894585 00000 n 
+0000893858 00000 n 
+0000894649 00000 n 
+0000894711 00000 n 
+0000894775 00000 n 
+0000894839 00000 n 
+0000894903 00000 n 
+0000894967 00000 n 
+0000896415 00000 n 
+0000895969 00000 n 
+0000895212 00000 n 
+0000896095 00000 n 
+0000896224 00000 n 
+0000896288 00000 n 
+0000896351 00000 n 
+0000901255 00000 n 
+0000898803 00000 n 
+0000896531 00000 n 
+0000899118 00000 n 
+0000899439 00000 n 
+0000899503 00000 n 
+0000899569 00000 n 
+0000899633 00000 n 
+0000899698 00000 n 
+0000899764 00000 n 
+0000899828 00000 n 
+0000899893 00000 n 
+0000899959 00000 n 
+0000900024 00000 n 
+0000900088 00000 n 
+0000900281 00000 n 
+0000900345 00000 n 
+0000898950 00000 n 
+0000900537 00000 n 
+0000900601 00000 n 
+0000900667 00000 n 
+0000900733 00000 n 
+0000900799 00000 n 
+0000900863 00000 n 
+0000900929 00000 n 
+0000900993 00000 n 
+0000901059 00000 n 
+0000901125 00000 n 
+0000906327 00000 n 
+0000904132 00000 n 
+0000901399 00000 n 
+0000904258 00000 n 
+0000904322 00000 n 
+0000904451 00000 n 
+0000904515 00000 n 
+0000904579 00000 n 
+0000904644 00000 n 
+0000904710 00000 n 
+0000904773 00000 n 
+0000904836 00000 n 
+0000904900 00000 n 
+0000904963 00000 n 
+0000905029 00000 n 
+0000905093 00000 n 
+0000905157 00000 n 
+0000905223 00000 n 
+0000905287 00000 n 
+0000905351 00000 n 
+0000905415 00000 n 
+0000905479 00000 n 
+0000905545 00000 n 
+0000905611 00000 n 
+0000905677 00000 n 
+0000905742 00000 n 
+0000905808 00000 n 
+0000905874 00000 n 
+0000905940 00000 n 
+0000906133 00000 n 
+0000906197 00000 n 
+0000906261 00000 n 
+0000911448 00000 n 
+0000909578 00000 n 
+0000906485 00000 n 
+0000909704 00000 n 
+0000909768 00000 n 
+0000909832 00000 n 
+0000909896 00000 n 
+0000909960 00000 n 
+0000910024 00000 n 
+0000910090 00000 n 
+0000910285 00000 n 
+0000910349 00000 n 
+0000910415 00000 n 
+0000910479 00000 n 
+0000910545 00000 n 
+0000910609 00000 n 
+0000910674 00000 n 
+0000910738 00000 n 
+0000910802 00000 n 
+0000910866 00000 n 
+0000910930 00000 n 
+0000910995 00000 n 
+0000911059 00000 n 
+0000911123 00000 n 
+0000911189 00000 n 
+0000911253 00000 n 
+0000911318 00000 n 
+0001181085 00000 n 
+0000917428 00000 n 
+0000914980 00000 n 
+0000911578 00000 n 
+0000915106 00000 n 
+0000915170 00000 n 
+0000915299 00000 n 
+0000915363 00000 n 
+0000915427 00000 n 
+0000915491 00000 n 
+0000915555 00000 n 
+0000915619 00000 n 
+0000915685 00000 n 
+0000915749 00000 n 
+0000915813 00000 n 
+0000915877 00000 n 
+0000915941 00000 n 
+0000916007 00000 n 
+0000916073 00000 n 
+0000916139 00000 n 
+0000916203 00000 n 
+0000916267 00000 n 
+0000916331 00000 n 
+0000916395 00000 n 
+0000916459 00000 n 
+0000916523 00000 n 
+0000916587 00000 n 
+0000916651 00000 n 
+0000916715 00000 n 
+0000916780 00000 n 
+0000916844 00000 n 
+0000916908 00000 n 
+0000916972 00000 n 
+0000917038 00000 n 
+0000917104 00000 n 
+0000917166 00000 n 
+0000917230 00000 n 
+0000917296 00000 n 
+0000917362 00000 n 
+0000921306 00000 n 
+0000919958 00000 n 
+0000917558 00000 n 
+0000920084 00000 n 
+0000920148 00000 n 
+0000920212 00000 n 
+0000920278 00000 n 
+0000920342 00000 n 
+0000920406 00000 n 
+0000920470 00000 n 
+0000920663 00000 n 
+0000920727 00000 n 
+0000920919 00000 n 
+0000920983 00000 n 
+0000921049 00000 n 
+0000921113 00000 n 
+0000921177 00000 n 
+0000921241 00000 n 
+0000926776 00000 n 
+0000924579 00000 n 
+0000921436 00000 n 
+0000924705 00000 n 
+0000924769 00000 n 
+0000924833 00000 n 
+0000924897 00000 n 
+0000924962 00000 n 
+0000925027 00000 n 
+0000925092 00000 n 
+0000925158 00000 n 
+0000925222 00000 n 
+0000925286 00000 n 
+0000925351 00000 n 
+0000925417 00000 n 
+0000925483 00000 n 
+0000925547 00000 n 
+0000925613 00000 n 
+0000925679 00000 n 
+0000925745 00000 n 
+0000925809 00000 n 
+0000925875 00000 n 
+0000925939 00000 n 
+0000926003 00000 n 
+0000926067 00000 n 
+0000926131 00000 n 
+0000926195 00000 n 
+0000926259 00000 n 
+0000926323 00000 n 
+0000926389 00000 n 
+0000926453 00000 n 
+0000926519 00000 n 
+0000926585 00000 n 
+0000926650 00000 n 
+0000926714 00000 n 
+0000931568 00000 n 
+0000929503 00000 n 
+0000926892 00000 n 
+0000929629 00000 n 
+0000929693 00000 n 
+0000929757 00000 n 
+0000929821 00000 n 
+0000929887 00000 n 
+0000929951 00000 n 
+0000930014 00000 n 
+0000930080 00000 n 
+0000930144 00000 n 
+0000930209 00000 n 
+0000930273 00000 n 
+0000930337 00000 n 
+0000930401 00000 n 
+0000930464 00000 n 
+0000930528 00000 n 
+0000930592 00000 n 
+0000930656 00000 n 
+0000930722 00000 n 
+0000930788 00000 n 
+0000930854 00000 n 
+0000930918 00000 n 
+0000930984 00000 n 
+0000931050 00000 n 
+0000931115 00000 n 
+0000931179 00000 n 
+0000931244 00000 n 
+0000931310 00000 n 
+0000931376 00000 n 
+0000931441 00000 n 
+0000935862 00000 n 
+0000934508 00000 n 
+0000931670 00000 n 
+0000934634 00000 n 
+0000934698 00000 n 
+0000934827 00000 n 
+0000934891 00000 n 
+0000934956 00000 n 
+0000935018 00000 n 
+0000935084 00000 n 
+0000935150 00000 n 
+0000935213 00000 n 
+0000935278 00000 n 
+0000935344 00000 n 
+0000935410 00000 n 
+0000935474 00000 n 
+0000935540 00000 n 
+0000935604 00000 n 
+0000935668 00000 n 
+0000935734 00000 n 
+0000935798 00000 n 
+0000940113 00000 n 
+0000938322 00000 n 
+0000935992 00000 n 
+0000938950 00000 n 
+0000939014 00000 n 
+0000939078 00000 n 
+0000939144 00000 n 
+0000939210 00000 n 
+0000939532 00000 n 
+0000938487 00000 n 
+0000938638 00000 n 
+0000938794 00000 n 
+0000939724 00000 n 
+0000939788 00000 n 
+0000939852 00000 n 
+0000939918 00000 n 
+0000939983 00000 n 
+0000940047 00000 n 
+0001181210 00000 n 
+0000943020 00000 n 
+0000941668 00000 n 
+0000940243 00000 n 
+0000941794 00000 n 
+0000941858 00000 n 
+0000941922 00000 n 
+0000942117 00000 n 
+0000942181 00000 n 
+0000942245 00000 n 
+0000942310 00000 n 
+0000942376 00000 n 
+0000942567 00000 n 
 0000942631 00000 n 
-0000942695 00000 n 
-0000942759 00000 n 
-0000942823 00000 n 
-0000942887 00000 n 
-0000942951 00000 n 
-0000943017 00000 n 
-0000943083 00000 n 
-0000943147 00000 n 
-0000943210 00000 n 
-0000943274 00000 n 
-0000943338 00000 n 
-0000943403 00000 n 
-0000943469 00000 n 
-0000943533 00000 n 
-0000943599 00000 n 
-0000943794 00000 n 
-0000943857 00000 n 
-0000947321 00000 n 
-0000945914 00000 n 
-0000944037 00000 n 
-0000946219 00000 n 
-0000946283 00000 n 
-0000946347 00000 n 
-0000946413 00000 n 
-0000946608 00000 n 
-0000946671 00000 n 
-0000946735 00000 n 
-0000946801 00000 n 
-0000946061 00000 n 
-0000946997 00000 n 
-0000947061 00000 n 
-0000947125 00000 n 
-0000947191 00000 n 
-0000947255 00000 n 
-0000953670 00000 n 
-0000950491 00000 n 
-0000947451 00000 n 
-0000950617 00000 n 
-0000950809 00000 n 
-0000950873 00000 n 
-0000951069 00000 n 
-0000951133 00000 n 
-0000951199 00000 n 
-0000951265 00000 n 
-0000951331 00000 n 
-0000951397 00000 n 
-0000951461 00000 n 
-0000951527 00000 n 
-0000951591 00000 n 
-0000951655 00000 n 
-0000951719 00000 n 
-0000951785 00000 n 
-0000951849 00000 n 
-0000951913 00000 n 
-0000951979 00000 n 
-0000952045 00000 n 
-0000952111 00000 n 
-0000952177 00000 n 
-0000952243 00000 n 
-0000952309 00000 n 
-0000952373 00000 n 
-0000952439 00000 n 
-0000952503 00000 n 
-0000952567 00000 n 
-0000952633 00000 n 
-0000952697 00000 n 
-0000952762 00000 n 
-0000952826 00000 n 
-0000952892 00000 n 
-0000953088 00000 n 
-0000953152 00000 n 
-0000953218 00000 n 
-0000953284 00000 n 
-0000953348 00000 n 
-0000953413 00000 n 
-0000953478 00000 n 
-0000953542 00000 n 
-0000953606 00000 n 
+0000942826 00000 n 
+0000942890 00000 n 
+0000942954 00000 n 
+0000948050 00000 n 
+0000945643 00000 n 
+0000943122 00000 n 
+0000946119 00000 n 
+0000946311 00000 n 
+0000946504 00000 n 
+0000946568 00000 n 
+0000946634 00000 n 
+0000946700 00000 n 
+0000945799 00000 n 
+0000945959 00000 n 
+0000946764 00000 n 
+0000946829 00000 n 
+0000946893 00000 n 
+0000946959 00000 n 
+0000947023 00000 n 
+0000947219 00000 n 
+0000947283 00000 n 
+0000947348 00000 n 
+0000947414 00000 n 
+0000947477 00000 n 
+0000947667 00000 n 
+0000947731 00000 n 
+0000947795 00000 n 
+0000947859 00000 n 
+0000947924 00000 n 
+0000947987 00000 n 
+0000951953 00000 n 
+0000950018 00000 n 
+0000948194 00000 n 
+0000950144 00000 n 
+0000950208 00000 n 
+0000950403 00000 n 
+0000950467 00000 n 
+0000950530 00000 n 
+0000950594 00000 n 
+0000950660 00000 n 
+0000950724 00000 n 
+0000950788 00000 n 
+0000950852 00000 n 
+0000951046 00000 n 
+0000951110 00000 n 
+0000951176 00000 n 
+0000951240 00000 n 
+0000951304 00000 n 
+0000951370 00000 n 
+0000951435 00000 n 
+0000951501 00000 n 
+0000951565 00000 n 
+0000951629 00000 n 
+0000951824 00000 n 
+0000951888 00000 n 
+0000955874 00000 n 
+0000954264 00000 n 
+0000952097 00000 n 
+0000954390 00000 n 
+0000954454 00000 n 
+0000954518 00000 n 
+0000954584 00000 n 
+0000954648 00000 n 
+0000954712 00000 n 
+0000954776 00000 n 
+0000954840 00000 n 
+0000954904 00000 n 
+0000954970 00000 n 
+0000955036 00000 n 
+0000955100 00000 n 
+0000955163 00000 n 
+0000955227 00000 n 
+0000955291 00000 n 
+0000955356 00000 n 
+0000955422 00000 n 
+0000955486 00000 n 
+0000955552 00000 n 
+0000955747 00000 n 
+0000955810 00000 n 
+0000959274 00000 n 
 0000957867 00000 n 
-0000955484 00000 n 
-0000953814 00000 n 
-0000955802 00000 n 
-0000956125 00000 n 
-0000956189 00000 n 
-0000956253 00000 n 
-0000956317 00000 n 
-0000956381 00000 n 
-0000956445 00000 n 
-0000956509 00000 n 
-0000956573 00000 n 
-0000956637 00000 n 
-0000956701 00000 n 
-0000956766 00000 n 
-0000956830 00000 n 
-0000956896 00000 n 
-0000956962 00000 n 
-0000955631 00000 n 
-0000957156 00000 n 
-0000957219 00000 n 
-0000957283 00000 n 
-0000957348 00000 n 
-0000957413 00000 n 
-0000957477 00000 n 
-0000957541 00000 n 
-0000957607 00000 n 
-0000957673 00000 n 
-0000957737 00000 n 
-0000957801 00000 n 
-0001168724 00000 n 
-0000960503 00000 n 
+0000955990 00000 n 
+0000958172 00000 n 
+0000958236 00000 n 
+0000958300 00000 n 
+0000958366 00000 n 
+0000958561 00000 n 
 0000958624 00000 n 
-0000957997 00000 n 
-0000958750 00000 n 
-0000958814 00000 n 
-0000958880 00000 n 
-0000958944 00000 n 
-0000959007 00000 n 
-0000959073 00000 n 
-0000959139 00000 n 
-0000959203 00000 n 
-0000959267 00000 n 
-0000959333 00000 n 
-0000959399 00000 n 
-0000959463 00000 n 
-0000959527 00000 n 
-0000959593 00000 n 
-0000959659 00000 n 
-0000959723 00000 n 
-0000959787 00000 n 
-0000959853 00000 n 
-0000959919 00000 n 
-0000959983 00000 n 
-0000960047 00000 n 
-0000960113 00000 n 
-0000960179 00000 n 
-0000960243 00000 n 
-0000960307 00000 n 
-0000960373 00000 n 
-0000960439 00000 n 
-0000963403 00000 n 
-0000961328 00000 n 
-0000960591 00000 n 
-0000961454 00000 n 
-0000961518 00000 n 
-0000961582 00000 n 
-0000961648 00000 n 
-0000961714 00000 n 
-0000961778 00000 n 
-0000961842 00000 n 
-0000961908 00000 n 
-0000961974 00000 n 
-0000962038 00000 n 
-0000962102 00000 n 
-0000962168 00000 n 
-0000962364 00000 n 
-0000962428 00000 n 
-0000962492 00000 n 
-0000962558 00000 n 
-0000962623 00000 n 
-0000962687 00000 n 
-0000962751 00000 n 
-0000962817 00000 n 
-0000962883 00000 n 
-0000962947 00000 n 
-0000963011 00000 n 
-0000963077 00000 n 
-0000963143 00000 n 
-0000963207 00000 n 
-0000963271 00000 n 
-0000963337 00000 n 
-0000964730 00000 n 
-0000964021 00000 n 
-0000963505 00000 n 
-0000964147 00000 n 
-0000964211 00000 n 
-0000964275 00000 n 
-0000964339 00000 n 
-0000964405 00000 n 
-0000964471 00000 n 
-0000964535 00000 n 
-0000964599 00000 n 
-0000964664 00000 n 
-0000968827 00000 n 
-0000967486 00000 n 
-0000964818 00000 n 
-0000967612 00000 n 
-0000967803 00000 n 
-0000967867 00000 n 
-0000967931 00000 n 
-0000968123 00000 n 
-0000968187 00000 n 
-0000968251 00000 n 
-0000968443 00000 n 
-0000968507 00000 n 
-0000968571 00000 n 
-0000968635 00000 n 
-0000968699 00000 n 
-0000968763 00000 n 
-0000972890 00000 n 
-0000971993 00000 n 
-0000968929 00000 n 
-0000972119 00000 n 
-0000972183 00000 n 
-0000972247 00000 n 
-0000972441 00000 n 
-0000972505 00000 n 
-0000972698 00000 n 
-0000972762 00000 n 
-0000972826 00000 n 
-0000978611 00000 n 
-0000976169 00000 n 
-0000972992 00000 n 
-0000976295 00000 n 
-0000976359 00000 n 
+0000958688 00000 n 
+0000958754 00000 n 
+0000958014 00000 n 
+0000958950 00000 n 
+0000959014 00000 n 
+0000959078 00000 n 
+0000959144 00000 n 
+0000959208 00000 n 
+0000965623 00000 n 
+0000962444 00000 n 
+0000959404 00000 n 
+0000962570 00000 n 
+0000962762 00000 n 
+0000962826 00000 n 
+0000963022 00000 n 
+0000963086 00000 n 
+0000963152 00000 n 
+0000963218 00000 n 
+0000963284 00000 n 
+0000963350 00000 n 
+0000963414 00000 n 
+0000963480 00000 n 
+0000963544 00000 n 
+0000963608 00000 n 
+0000963672 00000 n 
+0000963738 00000 n 
+0000963802 00000 n 
+0000963866 00000 n 
+0000963932 00000 n 
+0000963998 00000 n 
+0000964064 00000 n 
+0000964130 00000 n 
+0000964196 00000 n 
+0000964262 00000 n 
+0000964326 00000 n 
+0000964392 00000 n 
+0000964456 00000 n 
+0000964520 00000 n 
+0000964586 00000 n 
+0000964650 00000 n 
+0000964715 00000 n 
+0000964779 00000 n 
+0000964845 00000 n 
+0000965041 00000 n 
+0000965105 00000 n 
+0000965171 00000 n 
+0000965237 00000 n 
+0000965301 00000 n 
+0000965366 00000 n 
+0000965431 00000 n 
+0000965495 00000 n 
+0000965559 00000 n 
+0001181335 00000 n 
+0000969819 00000 n 
+0000967436 00000 n 
+0000965767 00000 n 
+0000967754 00000 n 
+0000968077 00000 n 
+0000968141 00000 n 
+0000968205 00000 n 
+0000968269 00000 n 
+0000968333 00000 n 
+0000968397 00000 n 
+0000968461 00000 n 
+0000968525 00000 n 
+0000968589 00000 n 
+0000968653 00000 n 
+0000968718 00000 n 
+0000968782 00000 n 
+0000968848 00000 n 
+0000968914 00000 n 
+0000967583 00000 n 
+0000969108 00000 n 
+0000969171 00000 n 
+0000969235 00000 n 
+0000969300 00000 n 
+0000969365 00000 n 
+0000969429 00000 n 
+0000969493 00000 n 
+0000969559 00000 n 
+0000969625 00000 n 
+0000969689 00000 n 
+0000969753 00000 n 
+0000972455 00000 n 
+0000970576 00000 n 
+0000969949 00000 n 
+0000970702 00000 n 
+0000970766 00000 n 
+0000970832 00000 n 
+0000970896 00000 n 
+0000970959 00000 n 
+0000971025 00000 n 
+0000971091 00000 n 
+0000971155 00000 n 
+0000971219 00000 n 
+0000971285 00000 n 
+0000971351 00000 n 
+0000971415 00000 n 
+0000971479 00000 n 
+0000971545 00000 n 
+0000971611 00000 n 
+0000971675 00000 n 
+0000971739 00000 n 
+0000971805 00000 n 
+0000971871 00000 n 
+0000971935 00000 n 
+0000971999 00000 n 
+0000972065 00000 n 
+0000972131 00000 n 
+0000972195 00000 n 
+0000972259 00000 n 
+0000972325 00000 n 
+0000972391 00000 n 
+0000975355 00000 n 
+0000973280 00000 n 
+0000972543 00000 n 
+0000973406 00000 n 
+0000973470 00000 n 
+0000973534 00000 n 
+0000973600 00000 n 
+0000973666 00000 n 
+0000973730 00000 n 
+0000973794 00000 n 
+0000973860 00000 n 
+0000973926 00000 n 
+0000973990 00000 n 
+0000974054 00000 n 
+0000974120 00000 n 
+0000974316 00000 n 
+0000974380 00000 n 
+0000974444 00000 n 
+0000974510 00000 n 
+0000974575 00000 n 
+0000974639 00000 n 
+0000974703 00000 n 
+0000974769 00000 n 
+0000974835 00000 n 
+0000974899 00000 n 
+0000974963 00000 n 
+0000975029 00000 n 
+0000975095 00000 n 
+0000975159 00000 n 
+0000975223 00000 n 
+0000975289 00000 n 
+0000976682 00000 n 
+0000975973 00000 n 
+0000975457 00000 n 
+0000976099 00000 n 
+0000976163 00000 n 
+0000976227 00000 n 
+0000976291 00000 n 
+0000976357 00000 n 
 0000976423 00000 n 
-0000976617 00000 n 
-0000976681 00000 n 
-0000976745 00000 n 
-0000976808 00000 n 
-0000976873 00000 n 
-0000976937 00000 n 
-0000977002 00000 n 
-0000977066 00000 n 
-0000977131 00000 n 
-0000977195 00000 n 
-0000977260 00000 n 
-0000977323 00000 n 
-0000977388 00000 n 
-0000977452 00000 n 
-0000977517 00000 n 
-0000977581 00000 n 
-0000977646 00000 n 
-0000977710 00000 n 
-0000977775 00000 n 
-0000977839 00000 n 
-0000977904 00000 n 
-0000977968 00000 n 
-0000978033 00000 n 
-0000978096 00000 n 
-0000978161 00000 n 
-0000978225 00000 n 
-0000978290 00000 n 
-0000978354 00000 n 
-0000978419 00000 n 
-0000978483 00000 n 
-0000978547 00000 n 
-0001168849 00000 n 
-0000982453 00000 n 
-0000981362 00000 n 
-0000978713 00000 n 
-0000981488 00000 n 
-0000981552 00000 n 
-0000981616 00000 n 
-0000981810 00000 n 
-0000981874 00000 n 
-0000981938 00000 n 
-0000982132 00000 n 
-0000982196 00000 n 
-0000982389 00000 n 
-0000986347 00000 n 
-0000985062 00000 n 
-0000982555 00000 n 
-0000985188 00000 n 
-0000985252 00000 n 
-0000985446 00000 n 
-0000985640 00000 n 
-0000985832 00000 n 
-0000985896 00000 n 
-0000985962 00000 n 
-0000986156 00000 n 
-0000986220 00000 n 
-0000986283 00000 n 
-0000987612 00000 n 
-0000987294 00000 n 
-0000986449 00000 n 
-0000987420 00000 n 
-0000987484 00000 n 
-0000987548 00000 n 
-0000993415 00000 n 
-0000989622 00000 n 
-0000987700 00000 n 
-0000989928 00000 n 
-0000990121 00000 n 
-0000990378 00000 n 
-0000990442 00000 n 
-0000990506 00000 n 
-0000990572 00000 n 
-0000990637 00000 n 
-0000990766 00000 n 
-0000990896 00000 n 
-0000990960 00000 n 
-0000991024 00000 n 
-0000991089 00000 n 
-0000991155 00000 n 
-0000991219 00000 n 
-0000991349 00000 n 
-0000991413 00000 n 
-0000991477 00000 n 
-0000991541 00000 n 
-0000991605 00000 n 
-0000991671 00000 n 
-0000991735 00000 n 
-0000991799 00000 n 
-0000991863 00000 n 
-0000991927 00000 n 
-0000991991 00000 n 
-0000992055 00000 n 
-0000992119 00000 n 
-0000992185 00000 n 
-0000992251 00000 n 
-0000992315 00000 n 
-0000992379 00000 n 
-0000992443 00000 n 
-0000992507 00000 n 
-0000992573 00000 n 
-0000992639 00000 n 
-0000992704 00000 n 
-0000992769 00000 n 
-0000992834 00000 n 
-0000992899 00000 n 
-0000992965 00000 n 
-0000993029 00000 n 
-0000993093 00000 n 
-0000993157 00000 n 
-0000993221 00000 n 
-0000993287 00000 n 
-0000989769 00000 n 
-0000993351 00000 n 
-0000997915 00000 n 
-0000995080 00000 n 
-0000993545 00000 n 
-0000995206 00000 n 
-0000995335 00000 n 
-0000995464 00000 n 
-0000995528 00000 n 
-0000995592 00000 n 
-0000995658 00000 n 
-0000995722 00000 n 
-0000995787 00000 n 
-0000995917 00000 n 
-0000995981 00000 n 
-0000996175 00000 n 
-0000996239 00000 n 
-0000996303 00000 n 
-0000996561 00000 n 
-0000996624 00000 n 
-0000996688 00000 n 
-0000996752 00000 n 
-0000996817 00000 n 
-0000996947 00000 n 
-0000997011 00000 n 
+0000976487 00000 n 
+0000976551 00000 n 
+0000976616 00000 n 
+0000980779 00000 n 
+0000979438 00000 n 
+0000976770 00000 n 
+0000979564 00000 n 
+0000979755 00000 n 
+0000979819 00000 n 
+0000979883 00000 n 
+0000980075 00000 n 
+0000980139 00000 n 
+0000980203 00000 n 
+0000980395 00000 n 
+0000980459 00000 n 
+0000980523 00000 n 
+0000980587 00000 n 
+0000980651 00000 n 
+0000980715 00000 n 
+0000984842 00000 n 
+0000983945 00000 n 
+0000980881 00000 n 
+0000984071 00000 n 
+0000984135 00000 n 
+0000984199 00000 n 
+0000984393 00000 n 
+0000984457 00000 n 
+0000984650 00000 n 
+0000984714 00000 n 
+0000984778 00000 n 
+0001181460 00000 n 
+0000990561 00000 n 
+0000988119 00000 n 
+0000984944 00000 n 
+0000988245 00000 n 
+0000988309 00000 n 
+0000988373 00000 n 
+0000988567 00000 n 
+0000988631 00000 n 
+0000988695 00000 n 
+0000988758 00000 n 
+0000988823 00000 n 
+0000988887 00000 n 
+0000988952 00000 n 
+0000989016 00000 n 
+0000989081 00000 n 
+0000989145 00000 n 
+0000989210 00000 n 
+0000989273 00000 n 
+0000989338 00000 n 
+0000989402 00000 n 
+0000989467 00000 n 
+0000989531 00000 n 
+0000989596 00000 n 
+0000989660 00000 n 
+0000989725 00000 n 
+0000989789 00000 n 
+0000989854 00000 n 
+0000989918 00000 n 
+0000989983 00000 n 
+0000990046 00000 n 
+0000990111 00000 n 
+0000990175 00000 n 
+0000990240 00000 n 
+0000990304 00000 n 
+0000990369 00000 n 
+0000990433 00000 n 
+0000990497 00000 n 
+0000994405 00000 n 
+0000993314 00000 n 
+0000990663 00000 n 
+0000993440 00000 n 
+0000993504 00000 n 
+0000993568 00000 n 
+0000993762 00000 n 
+0000993826 00000 n 
+0000993890 00000 n 
+0000994084 00000 n 
+0000994148 00000 n 
+0000994341 00000 n 
+0000998299 00000 n 
+0000997014 00000 n 
+0000994507 00000 n 
+0000997140 00000 n 
 0000997204 00000 n 
-0000997268 00000 n 
-0000997332 00000 n 
-0000997396 00000 n 
-0000997461 00000 n 
-0000997591 00000 n 
-0000997721 00000 n 
-0000997785 00000 n 
-0000997849 00000 n 
-0001001711 00000 n 
-0000999517 00000 n 
-0000998045 00000 n 
-0000999643 00000 n 
-0000999707 00000 n 
-0000999771 00000 n 
-0000999837 00000 n 
-0000999901 00000 n 
-0000999967 00000 n 
-0001000226 00000 n 
-0001000289 00000 n 
-0001000353 00000 n 
-0001000419 00000 n 
-0001000484 00000 n 
-0001000614 00000 n 
-0001000678 00000 n 
-0001000742 00000 n 
-0001000871 00000 n 
-0001001000 00000 n 
-0001001064 00000 n 
-0001001128 00000 n 
-0001001194 00000 n 
-0001001260 00000 n 
-0001001325 00000 n 
-0001001453 00000 n 
-0001001583 00000 n 
-0001001647 00000 n 
-0001168974 00000 n 
-0001006588 00000 n 
-0001003463 00000 n 
-0001001841 00000 n 
-0001003940 00000 n 
-0001004069 00000 n 
-0001004199 00000 n 
-0001004263 00000 n 
-0001004327 00000 n 
-0001004393 00000 n 
-0001004458 00000 n 
-0001004524 00000 n 
-0001004590 00000 n 
-0001004655 00000 n 
-0001004784 00000 n 
-0001004848 00000 n 
-0001003619 00000 n 
-0001004911 00000 n 
-0001004977 00000 n 
-0001005041 00000 n 
-0001005105 00000 n 
-0001005169 00000 n 
-0001005233 00000 n 
-0001005299 00000 n 
-0001005363 00000 n 
-0001005427 00000 n 
-0001005491 00000 n 
-0001005557 00000 n 
-0001005623 00000 n 
-0001005687 00000 n 
-0001005751 00000 n 
-0001005815 00000 n 
-0001003778 00000 n 
-0001005881 00000 n 
-0001006139 00000 n 
-0001006203 00000 n 
-0001006267 00000 n 
-0001006461 00000 n 
-0001006524 00000 n 
-0001009445 00000 n 
-0001010475 00000 n 
-0001008090 00000 n 
-0001006704 00000 n 
-0001008216 00000 n 
-0001008280 00000 n 
-0001008409 00000 n 
-0001008473 00000 n 
-0001008537 00000 n 
-0001008602 00000 n 
-0001008731 00000 n 
-0001008860 00000 n 
-0001008924 00000 n 
-0001008988 00000 n 
-0001009052 00000 n 
-0001009118 00000 n 
-0001009184 00000 n 
-0001009250 00000 n 
-0001009316 00000 n 
-0001009575 00000 n 
-0001009639 00000 n 
-0001009702 00000 n 
-0001009830 00000 n 
-0001009894 00000 n 
-0001009958 00000 n 
-0001010024 00000 n 
-0001010282 00000 n 
-0001010346 00000 n 
-0001010410 00000 n 
-0001015155 00000 n 
-0001012633 00000 n 
-0001010577 00000 n 
-0001012759 00000 n 
+0000997398 00000 n 
+0000997592 00000 n 
+0000997784 00000 n 
+0000997848 00000 n 
+0000997914 00000 n 
+0000998108 00000 n 
+0000998172 00000 n 
+0000998235 00000 n 
+0000999564 00000 n 
+0000999246 00000 n 
+0000998401 00000 n 
+0000999372 00000 n 
+0000999436 00000 n 
+0000999500 00000 n 
+0001005367 00000 n 
+0001001574 00000 n 
+0000999652 00000 n 
+0001001880 00000 n 
+0001002073 00000 n 
+0001002330 00000 n 
+0001002394 00000 n 
+0001002458 00000 n 
+0001002524 00000 n 
+0001002589 00000 n 
+0001002718 00000 n 
+0001002848 00000 n 
+0001002912 00000 n 
+0001002976 00000 n 
+0001003041 00000 n 
+0001003107 00000 n 
+0001003171 00000 n 
+0001003301 00000 n 
+0001003365 00000 n 
+0001003429 00000 n 
+0001003493 00000 n 
+0001003557 00000 n 
+0001003623 00000 n 
+0001003687 00000 n 
+0001003751 00000 n 
+0001003815 00000 n 
+0001003879 00000 n 
+0001003943 00000 n 
+0001004007 00000 n 
+0001004071 00000 n 
+0001004137 00000 n 
+0001004203 00000 n 
+0001004267 00000 n 
+0001004331 00000 n 
+0001004395 00000 n 
+0001004459 00000 n 
+0001004525 00000 n 
+0001004591 00000 n 
+0001004656 00000 n 
+0001004721 00000 n 
+0001004786 00000 n 
+0001004851 00000 n 
+0001004917 00000 n 
+0001004981 00000 n 
+0001005045 00000 n 
+0001005109 00000 n 
+0001005173 00000 n 
+0001005239 00000 n 
+0001001721 00000 n 
+0001005303 00000 n 
+0001009867 00000 n 
+0001007032 00000 n 
+0001005497 00000 n 
+0001007158 00000 n 
+0001007287 00000 n 
+0001007416 00000 n 
+0001007480 00000 n 
+0001007544 00000 n 
+0001007610 00000 n 
+0001007674 00000 n 
+0001007739 00000 n 
+0001007869 00000 n 
+0001007933 00000 n 
+0001008127 00000 n 
+0001008191 00000 n 
+0001008255 00000 n 
+0001008513 00000 n 
+0001008576 00000 n 
+0001008640 00000 n 
+0001008704 00000 n 
+0001008769 00000 n 
+0001008899 00000 n 
+0001008963 00000 n 
+0001009156 00000 n 
+0001009220 00000 n 
+0001009284 00000 n 
+0001009348 00000 n 
+0001009413 00000 n 
+0001009543 00000 n 
+0001009673 00000 n 
+0001009737 00000 n 
+0001009801 00000 n 
+0001181585 00000 n 
+0001013663 00000 n 
+0001011469 00000 n 
+0001009997 00000 n 
+0001011595 00000 n 
+0001011659 00000 n 
+0001011723 00000 n 
+0001011789 00000 n 
+0001011853 00000 n 
+0001011919 00000 n 
+0001012178 00000 n 
+0001012241 00000 n 
+0001012305 00000 n 
+0001012371 00000 n 
+0001012436 00000 n 
+0001012566 00000 n 
+0001012630 00000 n 
+0001012694 00000 n 
 0001012823 00000 n 
-0001012887 00000 n 
-0001013017 00000 n 
-0001013081 00000 n 
-0001013145 00000 n 
-0001013209 00000 n 
-0001013275 00000 n 
-0001013341 00000 n 
-0001013407 00000 n 
-0001013473 00000 n 
-0001013539 00000 n 
-0001013604 00000 n 
-0001013669 00000 n 
-0001013735 00000 n 
-0001013801 00000 n 
-0001013929 00000 n 
-0001014059 00000 n 
-0001014123 00000 n 
-0001014187 00000 n 
-0001014253 00000 n 
-0001014383 00000 n 
-0001014447 00000 n 
-0001014511 00000 n 
-0001014640 00000 n 
-0001014770 00000 n 
-0001014834 00000 n 
-0001014897 00000 n 
-0001014961 00000 n 
-0001015025 00000 n 
-0001015089 00000 n 
-0001017996 00000 n 
-0001017963 00000 n 
-0001018094 00000 n 
-0001036078 00000 n 
-0001046523 00000 n 
-0001056934 00000 n 
-0001070090 00000 n 
-0001091470 00000 n 
-0001110382 00000 n 
-0001128007 00000 n 
-0001150925 00000 n 
-0001166001 00000 n 
-0001169081 00000 n 
-0001169207 00000 n 
-0001169333 00000 n 
-0001169459 00000 n 
-0001169558 00000 n 
-0001169650 00000 n 
-0001200148 00000 n 
-0001259619 00000 n 
-0001259660 00000 n 
-0001259700 00000 n 
-0001259835 00000 n 
+0001012952 00000 n 
+0001013016 00000 n 
+0001013080 00000 n 
+0001013146 00000 n 
+0001013212 00000 n 
+0001013277 00000 n 
+0001013405 00000 n 
+0001013535 00000 n 
+0001013599 00000 n 
+0001018540 00000 n 
+0001015415 00000 n 
+0001013793 00000 n 
+0001015892 00000 n 
+0001016021 00000 n 
+0001016151 00000 n 
+0001016215 00000 n 
+0001016279 00000 n 
+0001016345 00000 n 
+0001016410 00000 n 
+0001016476 00000 n 
+0001016542 00000 n 
+0001016607 00000 n 
+0001016736 00000 n 
+0001016800 00000 n 
+0001015571 00000 n 
+0001016863 00000 n 
+0001016929 00000 n 
+0001016993 00000 n 
+0001017057 00000 n 
+0001017121 00000 n 
+0001017185 00000 n 
+0001017251 00000 n 
+0001017315 00000 n 
+0001017379 00000 n 
+0001017443 00000 n 
+0001017509 00000 n 
+0001017575 00000 n 
+0001017639 00000 n 
+0001017703 00000 n 
+0001017767 00000 n 
+0001015730 00000 n 
+0001017833 00000 n 
+0001018091 00000 n 
+0001018155 00000 n 
+0001018219 00000 n 
+0001018413 00000 n 
+0001018476 00000 n 
+0001021397 00000 n 
+0001022427 00000 n 
+0001020042 00000 n 
+0001018656 00000 n 
+0001020168 00000 n 
+0001020232 00000 n 
+0001020361 00000 n 
+0001020425 00000 n 
+0001020489 00000 n 
+0001020554 00000 n 
+0001020683 00000 n 
+0001020812 00000 n 
+0001020876 00000 n 
+0001020940 00000 n 
+0001021004 00000 n 
+0001021070 00000 n 
+0001021136 00000 n 
+0001021202 00000 n 
+0001021268 00000 n 
+0001021527 00000 n 
+0001021591 00000 n 
+0001021654 00000 n 
+0001021782 00000 n 
+0001021846 00000 n 
+0001021910 00000 n 
+0001021976 00000 n 
+0001022234 00000 n 
+0001022298 00000 n 
+0001022362 00000 n 
+0001027107 00000 n 
+0001024585 00000 n 
+0001022529 00000 n 
+0001024711 00000 n 
+0001024775 00000 n 
+0001024839 00000 n 
+0001024969 00000 n 
+0001025033 00000 n 
+0001025097 00000 n 
+0001025161 00000 n 
+0001025227 00000 n 
+0001025293 00000 n 
+0001025359 00000 n 
+0001025425 00000 n 
+0001025491 00000 n 
+0001025556 00000 n 
+0001025621 00000 n 
+0001025687 00000 n 
+0001025753 00000 n 
+0001025881 00000 n 
+0001026011 00000 n 
+0001026075 00000 n 
+0001026139 00000 n 
+0001026205 00000 n 
+0001026335 00000 n 
+0001026399 00000 n 
+0001026463 00000 n 
+0001026592 00000 n 
+0001026722 00000 n 
+0001026786 00000 n 
+0001026849 00000 n 
+0001026913 00000 n 
+0001026977 00000 n 
+0001027041 00000 n 
+0001029948 00000 n 
+0001029915 00000 n 
+0001030046 00000 n 
+0001048030 00000 n 
+0001058632 00000 n 
+0001069292 00000 n 
+0001082452 00000 n 
+0001103832 00000 n 
+0001122931 00000 n 
+0001140616 00000 n 
+0001163536 00000 n 
+0001178612 00000 n 
+0001181701 00000 n 
+0001181827 00000 n 
+0001181953 00000 n 
+0001182079 00000 n 
+0001182178 00000 n 
+0001182270 00000 n 
+0001213267 00000 n 
+0001273663 00000 n 
+0001273704 00000 n 
+0001273744 00000 n 
+0001273879 00000 n 
 trailer
 <<
-/Size 5465
-/Root 5463 0 R
-/Info 5464 0 R
-/ID [<ECB6B04BA7643938BDD33D4EEBC84221> <ECB6B04BA7643938BDD33D4EEBC84221>]
+/Size 5551
+/Root 5549 0 R
+/Info 5550 0 R
+/ID [<5D8606941406A43BC4E909D98E9AE5B2> <5D8606941406A43BC4E909D98E9AE5B2>]
 >>
 startxref
-1260099
+1274143
 %%EOF
diff --git a/docs/en/txt/Bugzilla-Guide.txt b/docs/en/txt/Bugzilla-Guide.txt
index 2e08f24a6..a101a09d4 100644
--- a/docs/en/txt/Bugzilla-Guide.txt
+++ b/docs/en/txt/Bugzilla-Guide.txt
@@ -1,9 +1,9 @@
 
-The Bugzilla Guide - 3.1.4 Development Release
+The Bugzilla Guide - 3.2 Release
 
 The Bugzilla Team
 
-   2008-05-04
+   2008-11-29
 
    This is the documentation for Bugzilla, a bug-tracking system from
    mozilla.org. Bugzilla is an enterprise-class piece of software that tracks
@@ -30,6 +30,7 @@ The Bugzilla Team
         2.4. Multiple Bugzilla databases with a single installation
         2.5. OS-Specific Installation Notes
         2.6. UNIX (non-root) Installation Notes
+        2.7. Upgrading to New Releases
 
    3. Administering Bugzilla
 
@@ -49,7 +50,6 @@ The Bugzilla Team
         3.14. Quips
         3.15. Groups and Group Security
         3.16. Checking and Maintaining Database Integrity
-        3.17. Upgrading to New Releases
 
    4. Bugzilla Security
 
@@ -177,9 +177,8 @@ Chapter 1. About This Guide
 
 1.3. New Versions
 
-   This is the 3.1.4 version of The Bugzilla Guide. It is so named to match the
-   current version of Bugzilla. This version of the guide, like its associated
-   Bugzilla version, is a development version.
+   This is the 3.2 version of The Bugzilla Guide. It is so named to match the
+   current version of Bugzilla.
 
    The latest version of this guide can always be found at
    http://www.bugzilla.org, or checked out via CVS by following the Mozilla CVS
@@ -332,7 +331,8 @@ Chapter 2. Installing Bugzilla
 
 2.1.1. Perl
 
-   Installed Version Test: perl -v
+   Installed Version Test:
+   perl -v
 
    Any machine that doesn't have Perl on it is a sad machine indeed. If you
    don't have it and your OS doesn't provide official packages, visit
@@ -342,14 +342,14 @@ Chapter 2. Installing Bugzilla
 
 2.1.2. Database Engine
 
-   From Bugzilla 2.20, support is included for using both the MySQL and
-   PostgreSQL database servers. You only require one of these systems to make
-   use of Bugzilla.
+   Bugzilla supports MySQL, PostgreSQL and Oracle as database servers. You only
+   require one of these systems to make use of Bugzilla.
      _________________________________________________________________
 
 2.1.2.1. MySQL
 
-   Installed Version Test: mysql -V
+   Installed Version Test:
+   mysql -V
 
    If you don't have it and your OS doesn't provide official packages, visit
    http://www.mysql.com. You need MySQL version 4.1.2 or higher.
@@ -369,7 +369,8 @@ Chapter 2. Installing Bugzilla
 
 2.1.2.2. PostgreSQL
 
-   Installed Version Test: psql -V
+   Installed Version Test:
+   psql -V
 
    If you don't have it and your OS doesn't provide official packages, visit
    http://www.postgresql.org/. You need PostgreSQL version 8.00.0000 or higher.
@@ -380,6 +381,22 @@ Chapter 2. Installing Bugzilla
    is started when the machine boots.
      _________________________________________________________________
 
+2.1.2.3. Oracle
+
+   Installed Version Test:
+   select * from v$version
+
+   (you first have to log in into your DB)
+
+   If you don't have it and your OS doesn't provide official packages, visit
+   http://www.oracle.com/. You need Oracle version 10.02.0 or higher.
+
+   If you install from something other than a packaging/installation system,
+   such as .rpm (Redhat Package), .deb (Debian Package), .exe (Windows
+   Executable), or .msi (Microsoft Installer), make sure the Oracle server is
+   started when the machine boots.
+     _________________________________________________________________
+
 2.1.3. Web Server
 
    Installed Version Test: view the default welcome page at
@@ -469,15 +486,16 @@ Chapter 2. Installing Bugzilla
 
    Required Perl modules:
 
-    1. CGI 2.93
+    1. CGI 3.21
     2. Date::Format (2.21)
     3. DBI (1.41)
     4. DBD::mysql (4.00) if using MySQL
     5. DBD::Pg (1.45) if using PostgreSQL
-    6. File::Spec (0.84)
-    7. Template (2.15)
-    8. Email::Send (2.00)
-    9. Email::MIME::Modifier (any)
+    6. DBD::Oracle (1.19) if using Oracle
+    7. File::Spec (0.84)
+    8. Template (2.15)
+    9. Email::Send (2.00)
+   10. Email::MIME::Modifier (1.442)
 
    Optional Perl modules:
 
@@ -629,7 +647,7 @@ Chapter 2. Installing Bugzilla
    to be installed.
 
    Bugzilla also requires a more up-to-date version of the CGI perl module to
-   be installed, version 3.11 as opposed to 2.93
+   be installed, version 3.11 as opposed to 3.21
      _________________________________________________________________
 
 2.2. Configuration
@@ -653,10 +671,16 @@ Chapter 2. Installing Bugzilla
    localconfig. This file contains the default settings for a number of
    Bugzilla parameters.
 
-   Load this file in your editor. The only value you need to change is
-   $db_pass, the password for the user you will create for your database. Pick
-   a strong password (for simplicity, it should not contain single quote
-   characters) and put it here.
+   Load this file in your editor. The only two values you need to change are
+   $db_driver and $db_pass, respectively the type of the database and the
+   password for the user you will create for your database. Pick a strong
+   password (for simplicity, it should not contain single quote characters) and
+   put it here. $db_driver can be either 'mysql', 'Pg' or 'oracle'.
+
+   Note
+
+   In Oracle, $db_name should actually be the SID name of your database (e.g.
+   "XE" if you are using Oracle XE).
 
    You may need to change the value of webservergroup if your web server does
    not run in the "apache" group. On Debian, for example, Apache runs in the
@@ -672,20 +696,15 @@ Chapter 2. Installing Bugzilla
    directions in the suexec section Section 2.6.6.1.
 
    The other options in the localconfig file are documented by their
-   accompanying comments. If you have a slightly non-standard MySQL setup, you
-   may wish to change one or more of the other "$db_*" parameters.
-
-   You may also wish to change the names of the priorities, severities,
-   operating systems and platforms for your installation. However, you can
-   always change these after installation has finished; if you then re-run
-   checksetup.pl, the changes will get picked up.
+   accompanying comments. If you have a slightly non-standard database setup,
+   you may wish to change one or more of the other "$db_*" parameters.
      _________________________________________________________________
 
 2.2.2. Database Server
 
    This section deals with configuring your database server for use with
-   Bugzilla. Currently, MySQL (Section 2.2.2.2) and PostgreSQL (Section
-   2.2.2.3) are available.
+   Bugzilla. Currently, MySQL (Section 2.2.2.2), PostgreSQL (Section 2.2.2.3)
+   and Oracle (Section 2.2.2.4) are available.
      _________________________________________________________________
 
 2.2.2.1. Bugzilla Database Schema
@@ -704,28 +723,7 @@ Chapter 2. Installing Bugzilla
    information for improving your installation's security.
      _________________________________________________________________
 
-2.2.2.2.1. Allow large attachments
-
-   By default, MySQL will only accept packets up to 64Kb in size. If you want
-   to have attachments larger than this, you will need to modify your
-   /etc/my.cnf as below.
-  [mysqld]
-  # Allow packets up to 1M
-  max_allowed_packet=1M
-
-   There is also a parameter in Bugzilla called 'maxattachmentsize' (default =
-   1000 Kb) that controls the maximum allowable attachment size. Attachments
-   larger than either the 'max_allowed_packet' or 'maxattachmentsize' value
-   will not be accepted by Bugzilla.
-
-   Note
-
-   This does not affect Big Files, attachments that are stored directly on disk
-   instead of in the database. Their maximum size is controlled using the
-   'maxlocalattachment' parameter.
-     _________________________________________________________________
-
-2.2.2.2.2. Allow small words in full-text indexes
+2.2.2.2.1. Allow small words in full-text indexes
 
    By default, words must be at least four characters in length in order to be
    indexed by MySQL's full-text indexes. This causes a lot of Bugzilla specific
@@ -742,7 +740,7 @@ Chapter 2. Installing Bugzilla
    http://www.mysql.com/doc/en/Fulltext_Fine-tuning.html.
      _________________________________________________________________
 
-2.2.2.2.3. Add a user to MySQL
+2.2.2.2.2. Add a user to MySQL
 
    You need to add a new MySQL user for Bugzilla to use. (It's not safe to have
    Bugzilla use the MySQL root account.) The following instructions assume the
@@ -756,14 +754,14 @@ Chapter 2. Installing Bugzilla
    you will be connecting from another machine or as a different user.
 
    Run the mysql command-line client and enter:
-  mysql> GRANT SELECT, INSERT,
+    mysql> GRANT SELECT, INSERT,
            UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
            CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.*
            TO bugs@localhost IDENTIFIED BY '$db_pass';
-           mysql> FLUSH PRIVILEGES;
+    mysql> FLUSH PRIVILEGES;
      _________________________________________________________________
 
-2.2.2.2.4. Permit attachments table to grow beyond 4GB
+2.2.2.2.3. Permit attachments table to grow beyond 4GB
 
    By default, MySQL will limit the size of a table to 4GB. This limit is
    present even if the underlying filesystem has no such limit. To set a higher
@@ -773,9 +771,9 @@ Chapter 2. Installing Bugzilla
    database setup parts), you should run the MySQL command-line client and
    enter the following, replacing $bugs_db with your Bugzilla database name
    (bugs by default):
-            mysql> use $bugs_db
-            mysql> ALTER TABLE attachments
-            AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
+    mysql> use $bugs_db
+    mysql> ALTER TABLE attachments
+           AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
 
    The above command will change the limit to 20GB. Mysql will have to make a
    temporary copy of your entire table to do this. Ideally, you should do this
@@ -829,6 +827,51 @@ Chapter 2. Installing Bugzilla
    setting up the account.
      _________________________________________________________________
 
+2.2.2.4. Oracle
+
+2.2.2.4.1. Create a New Tablespace
+
+   You can use the existing tablespace or create a new one for Bugzilla. To
+   create a new tablespace, run the following command:
+    CREATE TABLESPACE bugs
+    DATAFILE '$path_to_datafile' SIZE 500M
+    AUTOEXTEND ON NEXT 30M MAXSIZE UNLIMITED
+
+   Here, the name of the tablespace is 'bugs', but you can choose another name.
+   $path_to_datafile is the path to the file containing your database, for
+   instance /u01/oradata/bugzilla.dbf. The initial size of the database file is
+   set in this example to 500 Mb, with an increment of 30 Mb everytime we reach
+   the size limit of the file.
+     _________________________________________________________________
+
+2.2.2.4.2. Add a User to Oracle
+
+   The user name and password must match what you set in localconfig ($db_user
+   and $db_pass, respectively). Here, we assume that the user name is 'bugs'
+   and the tablespace name is the same as above.
+    CREATE USER bugs
+    IDENTIFIED BY "$db_pass"
+    DEFAULT TABLESPACE bugs
+    TEMPORARY TABLESPACE TEMP
+    PROFILE DEFAULT;
+    -- GRANT/REVOKE ROLE PRIVILEGES
+    GRANT CONNECT TO bugs;
+    GRANT RESOURCE TO bugs;
+    -- GRANT/REVOKE SYSTEM PRIVILEGES
+    GRANT UNLIMITED TABLESPACE TO bugs;
+    GRANT EXECUTE ON CTXSYS.CTX_DDL TO bugs;
+     _________________________________________________________________
+
+2.2.2.4.3. Configure the Web Server
+
+   If you use Apache, append these lines to httpd.conf to set ORACLE_HOME and
+   LD_LIBRARY_PATH. For instance:
+    SetEnv ORACLE_HOME /u01/app/oracle/product/10.2.0/
+    SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
+
+   When this is done, restart your web server.
+     _________________________________________________________________
+
 2.2.3. checksetup.pl
 
    Next, rerun checksetup.pl. It reconfirms that all the modules are present,
@@ -1069,13 +1112,6 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
    After two days have passed you'll be able to view bug graphs from the
    Reports page.
 
-   When upgrading Bugzilla, this format may change. To create new status data,
-   (re)move old data and run the following commands:
-        bash$
-        cd <your-bugzilla-directory>
-        bash$
-        ./collectstats.pl --regenerate
-
    Note
 
    Windows does not have 'cron', but it does have the Task Scheduler, which
@@ -1548,6 +1584,248 @@ hmod o+r {} \; ; done
    for you out of the box.
      _________________________________________________________________
 
+2.7. Upgrading to New Releases
+
+   Upgrading to new Bugzilla releases is very simple. There is a script
+   included with Bugzilla that will automatically do all of the database
+   migration for you.
+
+   The following sections explain how to upgrade from one version of Bugzilla
+   to another. Whether you are upgrading from one bug-fix version to another
+   (such as 3.0.1 to 3.0.2) or from one major version to another (such as from
+   3.0 to 3.2), the instructions are always the same.
+
+   Note
+
+   Any examples in the following sections are written as though the user were
+   updating to version 2.22.1, but the procedures are the same no matter what
+   version you're updating to. Also, in the examples, the user's Bugzilla
+   installation is found at /var/www/html/bugzilla. If that is not the same as
+   the location of your Bugzilla installation, simply substitute the proper
+   paths where appropriate.
+     _________________________________________________________________
+
+2.7.1. Before You Upgrade
+
+   Before you start your upgrade, there are a few important steps to take:
+
+    1. Read the Release Notes of the version you're upgrading to, particularly
+       the "Notes for Upgraders" section.
+    2. View the Sanity Check (Section 3.16) page on your installation before
+       upgrading. Attempt to fix all warnings that the page produces before you
+       go any further, or you may experience problems during your upgrade.
+    3. Shut down your Bugzilla installation by putting some HTML or text in the
+       shutdownhtml parameter (see Section 3.1).
+    4. Make a backup of the Bugzilla database. THIS IS VERY IMPORTANT. If
+       anything goes wrong during the upgrade, your installation can be
+       corrupted beyond recovery. Having a backup keeps you safe.
+
+   Warning
+
+   Upgrading is a one-way process. You cannot "downgrade" an upgraded Bugzilla.
+   If you wish to revert to the old Bugzilla version for any reason, you will
+   have to restore your database from this backup.
+       Here are some sample commands you could use to backup your database,
+       depending on what database system you're using. You may have to modify
+       these commands for your particular setup.
+
+        MySQL:
+                mysqldump --opt -u bugs -p bugs > bugs.sql
+
+        PostgreSQL:
+                pg_dump --no-privileges --no-owner -h localhost -U bugs >
+                bugs.sql
+     _________________________________________________________________
+
+2.7.2. Getting The New Bugzilla
+
+   There are three ways to get the new version of Bugzilla. We'll list them
+   here briefly and then explain them more later.
+
+   CVS (Section 2.7.2.2)
+          If have cvs installed on your machine and you have Internet access,
+          this is the easiest way to upgrade, particularly if you have made
+          modifications to the code or templates of Bugzilla.
+
+   Download the tarball (Section 2.7.2.3)
+          This is a very simple way to upgrade, and good if you haven't made
+          many (or any) modifications to the code or templates of your
+          Bugzilla.
+
+   Patches (Section 2.7.2.4)
+          If you have made modifications to your Bugzilla, and you don't have
+          Internet access or you don't want to use cvs, then this is the best
+          way to upgrade.
+
+          You can only do minor upgrades (such as 3.0 to 3.0.1 or 3.0.1 to
+          3.0.2) with patches.
+     _________________________________________________________________
+
+2.7.2.1. If you have modified your Bugzilla
+
+   If you have modified the code or templates of your Bugzilla, then upgrading
+   requires a bit more thought and effort. A discussion of the various methods
+   of updating compared with degree and methods of local customization can be
+   found in Section 6.2.2.
+
+   The larger the jump you are trying to make, the more difficult it is going
+   to be to upgrade if you have made local customizations. Upgrading from 3.0
+   to 3.0.1 should be fairly painless even if you are heavily customized, but
+   going from 2.18 to 3.0 is going to mean a fair bit of work re-writing your
+   local changes to use the new files, logic, templates, etc. If you have done
+   no local changes at all, however, then upgrading should be approximately the
+   same amount of work regardless of how long it has been since your version
+   was released.
+     _________________________________________________________________
+
+2.7.2.2. Upgrading using CVS
+
+   This requires that you have cvs installed (most Unix machines do), and
+   requires that you are able to access cvs-mirror.mozilla.org on port 2401,
+   which may not be an option if you are behind a highly restrictive firewall
+   or don't have Internet access.
+
+   The following shows the sequence of commands needed to update a Bugzilla
+   installation via CVS, and a typical series of results.
+bash$ cd /var/www/html/bugzilla
+bash$ cvs login
+Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
+CVS password: ('anonymous', or just leave it blank)
+bash$ cvs -q update -r BUGZILLA-2_22_1 -dP
+P checksetup.pl
+P collectstats.pl
+P docs/rel_notes.txt
+P template/en/default/list/quips.html.tmpl
+(etc.)
+
+   Caution
+
+   If a line in the output from cvs update begins with a C, then that
+   represents a file with local changes that CVS was unable to properly merge.
+   You need to resolve these conflicts manually before Bugzilla (or at least
+   the portion using that file) will be usable.
+     _________________________________________________________________
+
+2.7.2.3. Upgrading using the tarball
+
+   If you are unable (or unwilling) to use CVS, another option that's always
+   available is to obtain the latest tarball from the Download Page and create
+   a new Bugzilla installation from that.
+
+   This sequence of commands shows how to get the tarball from the
+   command-line; it is also possible to download it from the site directly in a
+   web browser. If you go that route, save the file to the /var/www/html
+   directory (or its equivalent, if you use something else) and omit the first
+   three lines of the example.
+bash$ cd /var/www/html
+bash$ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.
+gz
+(Output omitted)
+bash$ tar xzvf bugzilla-2.22.1.tar.gz
+bugzilla-2.22.1/
+bugzilla-2.22.1/.cvsignore
+(Output truncated)
+bash$ cd bugzilla-2.22.1
+bash$ cp ../bugzilla/localconfig* .
+bash$ cp -r ../bugzilla/data .
+bash$ cd ..
+bash$ mv bugzilla bugzilla.old
+bash$ mv bugzilla-2.22.1 bugzilla
+
+   Warning
+
+   The cp commands both end with periods which is a very important detail--it
+   means that the destination directory is the current working directory.
+
+   This upgrade method will give you a clean install of Bugzilla. That's fine
+   if you don't have any local customizations that you want to maintain. If you
+   do have customizations, then you will need to reapply them by hand to the
+   appropriate files.
+     _________________________________________________________________
+
+2.7.2.4. Upgrading using patches
+
+   A patch is a collection of all the bug fixes that have been made since the
+   last bug-fix release.
+
+   If you are doing a bug-fix upgrade—that is, one where only the last number
+   of the revision changes, such as from 2.22 to 2.22.1—then you have the
+   option of obtaining and applying a patch file from the Download Page.
+
+   As above, this example starts with obtaining the file via the command line.
+   If you have already downloaded it, you can omit the first two commands.
+bash$ cd /var/www/html/bugzilla
+bash$ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22-to-2.2
+2.1.diff.gz
+(Output omitted)
+bash$ gunzip bugzilla-2.22-to-2.22.1.diff.gz
+bash$ patch -p1 < bugzilla-2.22-to-2.22.1.diff
+patching file checksetup.pl
+patching file collectstats.pl
+(etc.)
+
+   Warning
+
+   Be aware that upgrading from a patch file does not change the entries in
+   your CVS directory. This could make it more difficult to upgrade using CVS
+   (Section 2.7.2.2) in the future.
+     _________________________________________________________________
+
+2.7.3. Completing Your Upgrade
+
+   Now that you have the new Bugzilla code, there are a few final steps to
+   complete your upgrade.
+
+    1. If your new Bugzilla installation is in a different directory or on a
+       different machine than your old Bugzilla installation, make sure that
+       you have copied the data directory and the localconfig file from your
+       old Bugzilla installation. (If you followed the tarball instructions
+       above, this has already happened.)
+    2. If this is a major update, check that the configuration (Section 2.2)
+       for your new Bugzilla is up-to-date. Sometimes the configuration
+       requirements change between major versions.
+    3. If you didn't do it as part of the above configuration step, now you
+       need to run checksetup.pl, which will do everything required to convert
+       your existing database and settings for the new version:
+
+bash$ cd /var/www/html/bugzilla
+bash$ ./checksetup.pl
+
+
+       Warning
+
+   The period at the beginning of the command ./checksetup.pl is important and
+   can not be omitted.
+
+   Caution
+
+   If this is a major upgrade (say, 2.22 to 3.0 or similar), running
+   checksetup.pl on a large installation (75,000 or more bugs) can take a long
+   time, possibly several hours.
+    4. Clear any HTML or text that you put into the shutdownhtml parameter, to
+       re-activate Bugzilla.
+    5. View the Sanity Check (Section 3.16) page in your upgraded Bugzilla.
+       It is recommended that, if possible, you fix any problems you see,
+       immediately. Failure to do this may mean that Bugzilla will not work
+       correctly. Be aware that if the sanity check page contains more errors
+       after an upgrade, it doesn't necessarily mean there are more errors in
+       your database than there were before, as additional tests are added to
+       the sanity check over time, and it is possible that those errors weren't
+       being checked for in the old version.
+     _________________________________________________________________
+
+2.7.4. Automatic Notifications of New Releases
+
+   Bugzilla 3.0 introduced the ability to automatically notify administrators
+   when new releases are available, based on the upgrade_notification
+   parameter, see Section 3.1. Administrators will see these notifications when
+   they access the index.cgi page, i.e. generally when logging in. Bugzilla
+   will check once per day for new releases, unless the parameter is set to
+   "disabled". If you are behind a proxy, you may have to set the proxy_url
+   parameter accordingly. If the proxy requires authentication, use the
+   http://user:pass@proxy_url/ syntax.
+     _________________________________________________________________
+
 Chapter 3. Administering Bugzilla
 
 3.1. Bugzilla Configuration
@@ -1882,14 +2160,20 @@ Chapter 3. Administering Bugzilla
           your LDAP server. If no port is specified, it assumes the default
           LDAP port of 389.
 
-          Ex. "ldap.company.com" or "ldap.company.com:3268"
+          For example: "ldap.company.com" or "ldap.company.com:3268"
 
           You can also specify a LDAP URI, so as to use other protocols, such
           as LDAPS or LDAPI. If port was not specified in the URI, the default
           is either 389 or 636 for 'LDAP' and 'LDAPS' schemes respectively.
 
-          Ex. "ldap://ldap.company.com", "ldaps://ldap.company.com" or
-          "ldapi://%2fvar%2flib%2fldap_sock"
+          Tip
+
+   In order to use SSL with LDAP, specify a URI with "ldaps://". This will
+   force the use of SSL over port 636.
+
+          For example, normal LDAP: "ldap://ldap.company.com", LDAP over SSL:
+          "ldaps://ldap.company.com" or LDAP over a UNIX domain socket
+          "ldapi://%2fvar%2flib%2fldap_sock".
 
    LDAPbinddn [Optional]
           Some LDAP servers will not allow an anonymous bind to search the
@@ -3276,233 +3560,6 @@ ReadOnly: ENTRY, NA/NA, CANEDIT
    problems.
      _________________________________________________________________
 
-3.17. Upgrading to New Releases
-
-   Upgrading Bugzilla is something we all want to do from time to time, be it
-   to get new features or pick up the latest security fix. How easy it is to
-   update depends on a few factors:
-
-     * If the new version is a revision or a new point release
-     * How many local changes (if any) have been made
-     _________________________________________________________________
-
-3.17.1. Version Definitions
-
-   Bugzilla displays the version you are using at the top of the home page
-   index.cgi. It looks something like '2.20.3', '2.22.1' or '3.0rc1'. The first
-   number in this series is the Major Version. This does not change very often;
-   Bugzilla was 1.x.x when it was first created, and went to 2.x.x when it was
-   re-written in perl in Sept 1998. The major version 3.x.x, released in early
-   2007, is pretty far from what the 2.x.x series looked like, both about its
-   UI and its code.
-
-   The second number in the version is called the 'minor number', and a release
-   that changes the minor number is called a 'point release'. An even number in
-   this position (2.18, 2.20, 2.22, 3.0, 3.2, etc.) represents a stable
-   version, while an odd number (2.19, 2.21, 2.23, etc.) represents a
-   development version. In the past, stable point releases were feature-based,
-   coming when certain enhancements had been completed, or the Bugzilla
-   development team felt that enough progress had been made overall. As of
-   version 2.18, however, Bugzilla has moved to a time-based release schedule;
-   current plans are to create a stable point release every 6 months or so
-   after 2.18 is deployed.
-
-   The third number in the Bugzilla version represents a bugfix version. Bugfix
-   Revisions are released only to address security vulnerabilities and, for a
-   limited period, bug fixes. Once enough of these bugfixes have accumulated
-   (or a new security vulnerability is identified and closed), a bugfix release
-   is made. As an example, 2.20.3 was a bugfix release, and improved on 2.20.2.
-
-   Note
-
-   When reading version numbers, everything separated by a point ('.') should
-   be read as a single number. It is not the same as decimal. 2.22 is newer
-   than 2.8 because minor version 22 is greater than minor version 8. The now
-   unsupported release 2.16.11 was newer than 2.16.9 (because bugfix 11 is
-   greater than bugfix 9. This is confusing to some people who aren't used to
-   dealing with software.
-     _________________________________________________________________
-
-3.17.2. Upgrading - Notifications
-
-   Bugzilla 3.0 introduces the ability to automatically notify administrators
-   when new releases are available, based on the upgrade_notification
-   parameter, see Section 3.1. Administrators will see these notifications when
-   they access the index.cgi page, i.e. generally when logging in. Bugzilla
-   will check once per day for new releases, unless the parameter is set to
-   "disabled". If you are behind a proxy, you may have to set the proxy_url
-   parameter accordingly. If the proxy requires authentication, use the
-   http://user:pass@proxy_url/ syntax.
-     _________________________________________________________________
-
-3.17.3. Upgrading - Methods and Procedure
-
-   There are three different ways to upgrade your installation.
-
-    1. Using CVS (Section 3.17.3.1)
-    2. Downloading a new tarball (Section 3.17.3.2)
-    3. Applying the relevant patches (Section 3.17.3.3)
-
-   Each of these options has its own pros and cons; the one that's right for
-   you depends on how long it has been since you last installed, the degree to
-   which you have customized your installation, and/or your network
-   configuration. (Some discussion of the various methods of updating compared
-   with degree and methods of local customization can be found in Section
-   6.2.2.)
-
-   The larger the jump you are trying to make, the more difficult it is going
-   to be to upgrade if you have made local customizations. Upgrading from 2.22
-   to 2.22.1 should be fairly painless even if you are heavily customized, but
-   going from 2.18 to 3.0 is going to mean a fair bit of work re-writing your
-   local changes to use the new files, logic, templates, etc. If you have done
-   no local changes at all, however, then upgrading should be approximately the
-   same amount of work regardless of how long it has been since your version
-   was released.
-
-   Warning
-
-   Upgrading is a one-way process. You should backup your database and current
-   Bugzilla directory before attempting the upgrade. If you wish to revert to
-   the old Bugzilla version for any reason, you will have to restore from these
-   backups.
-
-   The examples in the following sections are written as though the user were
-   updating to version 2.22.1, but the procedures are the same regardless of
-   whether one is updating to a new point release or simply trying to obtain a
-   new bugfix release. Also, in the examples the user's Bugzilla installation
-   is found at /var/www/html/bugzilla. If that is not the same as the location
-   of your Bugzilla installation, simply substitute the proper paths where
-   appropriate.
-     _________________________________________________________________
-
-3.17.3.1. Upgrading using CVS
-
-   Every release of Bugzilla, whether it is a point release or a bugfix, is
-   tagged in CVS. Also, every tarball that has been distributed since version
-   2.12 has been created in such a way that it can be used with CVS once it is
-   unpacked. Doing so, however, requires that you are able to access
-   cvs-mirror.mozilla.org on port 2401, which may not be an option or a
-   possibility for some users, especially those behind a highly restrictive
-   firewall.
-
-   Tip
-
-   If you can, updating using CVS is probably the most painless method,
-   especially if you have a lot of local changes.
-
-   The following shows the sequence of commands needed to update a Bugzilla
-   installation via CVS, and a typical series of results.
-bash$ cd /var/www/html/bugzilla
-bash$ cvs login
-Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
-CVS password: ('anonymous', or just leave it blank)
-bash$ cvs -q update -r BUGZILLA-2_22_1 -dP
-P checksetup.pl
-P collectstats.pl
-P docs/rel_notes.txt
-P template/en/default/list/quips.html.tmpl
-(etc.)
-
-   Caution
-
-   If a line in the output from cvs update begins with a C, then that
-   represents a file with local changes that CVS was unable to properly merge.
-   You need to resolve these conflicts manually before Bugzilla (or at least
-   the portion using that file) will be usable.
-     _________________________________________________________________
-
-3.17.3.2. Upgrading using the tarball
-
-   If you are unable (or unwilling) to use CVS, another option that's always
-   available is to obtain the latest tarball from the Download Page and create
-   a new Bugzilla installation from that.
-
-   This sequence of commands shows how to get the tarball from the
-   command-line; it is also possible to download it from the site directly in a
-   web browser. If you go that route, save the file to the /var/www/html
-   directory (or its equivalent, if you use something else) and omit the first
-   three lines of the example.
-bash$ cd /var/www/html
-bash$ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.
-gz
-(Output omitted)
-bash$ tar xzvf bugzilla-2.22.1.tar.gz
-bugzilla-2.22.1/
-bugzilla-2.22.1/.cvsignore
-(Output truncated)
-bash$ cd bugzilla-2.22.1
-bash$ cp ../bugzilla/localconfig* .
-bash$ cp -r ../bugzilla/data .
-bash$ cd ..
-bash$ mv bugzilla bugzilla.old
-bash$ mv bugzilla-2.22.1 bugzilla
-
-   Warning
-
-   The cp commands both end with periods which is a very important detail, it
-   tells the shell that the destination directory is the current working
-   directory.
-
-   This upgrade method will give you a clean install of Bugzilla with the same
-   version as the tarball. That's fine if you don't have any local
-   customizations that you want to maintain, but if you do then you will need
-   to reapply them by hand to the appropriate files.
-
-   It's worth noting that since 2.12, the Bugzilla tarballs come CVS-ready, so
-   if you decide at a later date that you'd rather use CVS as an upgrade
-   method, your code will already be set up for it.
-     _________________________________________________________________
-
-3.17.3.3. Upgrading using patches
-
-   If you are doing a bugfix upgrade -- that is, one where only the last number
-   of the revision changes, such as from 2.22 to 2.22.1 -- then you have the
-   option of obtaining and applying a patch file from the Download Page. This
-   file is made available by the Bugzilla Development Team, and is a collection
-   of all the bug fixes and security patches that have been made since the last
-   bugfix release. If you are planning to upgrade via patches, it is safer to
-   grab this developer-made patch file than to read the patch notes and apply
-   all (or even just some of) the patches oneself, as sometimes patches on bugs
-   get changed before they get checked in.
-
-   As above, this example starts with obtaining the file via the command line.
-   If you have already downloaded it, you can omit the first two commands.
-bash$ cd /var/www/html/bugzilla
-bash$ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22-to-2.2
-2.1.diff.gz
-(Output omitted)
-bash$ gunzip bugzilla-2.22-to-2.22.1.diff.gz
-bash$ patch -p1 < bugzilla-2.22-to-2.22.1.diff
-patching file checksetup.pl
-patching file collectstats.pl
-(etc.)
-
-   Warning
-
-   Be aware that upgrading from a patch file does not change the entries in
-   your CVS directory. This could make it more difficult to upgrade using CVS
-   (Section 3.17.3.1) in the future.
-     _________________________________________________________________
-
-3.17.4. Completing Your Upgrade
-
-   Regardless of which upgrade method you choose, you will need to run
-   ./checksetup.pl before your Bugzilla upgrade will be complete.
-bash$ cd bugzilla
-bash$ ./checksetup.pl
-
-   Warning
-
-   The period at the beginning of the command ./checksetup.pl is important and
-   can not be omitted.
-
-   If you have done a lot of local modifications, it wouldn't hurt to run the
-   Bugzilla Testing suite. This is not a required step, but it isn't going to
-   hurt anything, and might help point out some areas that could be improved.
-   (More information on the test suite can be had by following this link to the
-   appropriate section in the Developers' Guide.)
-     _________________________________________________________________
-
 Chapter 4. Bugzilla Security
 
    While some of the items in this chapter are related to the operating system
@@ -3692,7 +3749,7 @@ Chapter 5. Using Bugzilla
    If you want to use Bugzilla, first you need to create an account. Consult
    with the administrator responsible for your installation of Bugzilla for the
    URL you should use to access it. If you're test-driving Bugzilla, use this
-   URL: http://landfill.bugzilla.org/bugzilla-tip/.
+   URL: http://landfill.bugzilla.org/bugzilla-3.2-branch/.
 
     1. On the home page index.cgi, click the "Open a new Bugzilla account"
        link, or the "New Account" link available in the footer of pages. Now
@@ -3836,7 +3893,7 @@ Chapter 5. Using Bugzilla
 
    The Bugzilla Search page is the interface where you can find any bug report,
    comment, or patch currently in the Bugzilla system. You can play with it
-   here: http://landfill.bugzilla.org/bugzilla-tip/query.cgi.
+   here: http://landfill.bugzilla.org/bugzilla-3.2-branch/query.cgi.
 
    The Search page has controls for selecting different possible values for all
    of the fields in a bug, as described above. For some fields, multiple values
diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml
index ea1c1a259..5dd000e7d 100644
--- a/docs/en/xml/Bugzilla-Guide.xml
+++ b/docs/en/xml/Bugzilla-Guide.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-                      "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [
     <!ENTITY % myents SYSTEM "bugzilla.ent">
     %myents;
 
@@ -35,12 +34,12 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.1.4">
-<!ENTITY bz-nextver "3.2">
-<!ENTITY bz-date "2008-05-04">
+<!ENTITY bz-ver "3.2">
+<!ENTITY bz-nextver "3.4">
+<!ENTITY bz-date "2008-11-29">
 <!ENTITY current-year "2008">
 
-<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
+<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.2-branch/">
 <!ENTITY bz "http://www.bugzilla.org/">
 <!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
 <!ENTITY mysql "http://www.mysql.com/">
@@ -77,7 +76,6 @@
 
   <bookinfo>
     <title>The Bugzilla Guide - &bz-ver; 
-    <!-- BZ-DEVEL -->Development <!-- /BZ-DEVEL -->
     Release</title>
 
     <authorgroup>
diff --git a/docs/en/xml/CVS/Entries b/docs/en/xml/CVS/Entries
index 7da3a4d83..1234b4f33 100644
--- a/docs/en/xml/CVS/Entries
+++ b/docs/en/xml/CVS/Entries
@@ -1,19 +1,19 @@
-/.cvsignore/1.1/Fri Apr  4 06:48:17 2008//TBUGZILLA-3_1_4
-/Bugzilla-Guide.xml/1.78/Mon May  5 01:52:45 2008//TBUGZILLA-3_1_4
-/about.xml/1.26/Fri Apr  4 06:48:18 2008//TBUGZILLA-3_1_4
-/administration.xml/1.89/Fri Apr  4 06:48:20 2008//TBUGZILLA-3_1_4
-/conventions.xml/1.12/Fri Apr  4 06:48:20 2008//TBUGZILLA-3_1_4
-/customization.xml/1.44/Sat Apr 26 09:51:17 2008//TBUGZILLA-3_1_4
-/gfdl.xml/1.11/Fri Apr  4 06:48:21 2008//TBUGZILLA-3_1_4
-/glossary.xml/1.25/Fri Apr  4 06:48:21 2008//TBUGZILLA-3_1_4
-/index.xml/1.6/Fri Apr  4 06:48:21 2008//TBUGZILLA-3_1_4
-/installation.xml/1.157/Sun Apr 13 19:25:18 2008//TBUGZILLA-3_1_4
-/integration.xml/1.14/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_1_4
-/introduction.xml/1.6/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_1_4
-/modules.xml/1.13/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_1_4
-/patches.xml/1.25/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_1_4
-/requiredsoftware.xml/1.7/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_1_4
-/security.xml/1.18/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_1_4
-/troubleshooting.xml/1.13/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_1_4
-/using.xml/1.79/Fri Apr  4 06:48:26 2008//TBUGZILLA-3_1_4
+/.cvsignore/1.1/Fri Apr  4 06:48:17 2008//TBUGZILLA-3_2
+/Bugzilla-Guide.xml/1.78.2.4/Sun Nov 30 01:34:58 2008//TBUGZILLA-3_2
+/about.xml/1.26.2.1/Sun Nov 30 01:34:58 2008//TBUGZILLA-3_2
+/administration.xml/1.90.2.1/Thu Aug  7 00:25:19 2008//TBUGZILLA-3_2
+/conventions.xml/1.12/Fri Apr  4 06:48:20 2008//TBUGZILLA-3_2
+/customization.xml/1.44/Sat Apr 26 09:51:17 2008//TBUGZILLA-3_2
+/gfdl.xml/1.11/Fri Apr  4 06:48:21 2008//TBUGZILLA-3_2
+/glossary.xml/1.25/Fri Apr  4 06:48:21 2008//TBUGZILLA-3_2
+/index.xml/1.6/Fri Apr  4 06:48:21 2008//TBUGZILLA-3_2
+/installation.xml/1.157.2.4/Tue Oct 28 01:02:17 2008//TBUGZILLA-3_2
+/integration.xml/1.14/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_2
+/introduction.xml/1.6/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_2
+/modules.xml/1.13/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_2
+/patches.xml/1.25/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_2
+/requiredsoftware.xml/1.7/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_2
+/security.xml/1.18/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_2
+/troubleshooting.xml/1.13/Fri Apr  4 06:48:25 2008//TBUGZILLA-3_2
+/using.xml/1.79/Fri Apr  4 06:48:26 2008//TBUGZILLA-3_2
 D
diff --git a/docs/en/xml/CVS/Tag b/docs/en/xml/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/docs/en/xml/CVS/Tag
+++ b/docs/en/xml/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/docs/en/xml/about.xml b/docs/en/xml/about.xml
index 7e8b8d174..22418f5f9 100644
--- a/docs/en/xml/about.xml
+++ b/docs/en/xml/about.xml
@@ -1,6 +1,6 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 <!ENTITY conventions SYSTEM "conventions.xml"> ] > -->
-<!-- $Id: about.xml,v 1.26 2008/04/04 06:48:18 wurblzap%gmail.com Exp $ -->
+<!-- $Id: about.xml,v 1.26.2.1 2008/11/30 01:34:58 mkanat%bugzilla.org Exp $ -->
 
 <chapter id="about">
 <title>About This Guide</title>
@@ -65,8 +65,6 @@
     <para>
       This is the &bz-ver; version of The Bugzilla Guide. It is so named 
       to match the current version of Bugzilla. 
-      <!-- BZ-DEVEL --> This version of the guide, like its associated Bugzilla version, is a
-      development version.<!-- /BZ-DEVEL --> 
     </para>
     <para>
       The latest version of this guide can always be found at <ulink
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml
index 7a75604de..2ed037609 100644
--- a/docs/en/xml/administration.xml
+++ b/docs/en/xml/administration.xml
@@ -635,7 +635,7 @@
                 port) of your LDAP server. If no port is specified, it assumes
                 the default LDAP port of 389.
                 </para>
-                <para>Ex. <quote>ldap.company.com</quote>
+                <para>For example: <quote>ldap.company.com</quote>
                  or <quote>ldap.company.com:3268</quote>
                 </para>
                 <para>You can also specify a LDAP URI, so as to use other
@@ -643,9 +643,16 @@
                 the URI, the default is either 389 or 636 for 'LDAP' and 'LDAPS'
                 schemes respectively.
                 </para>
-                <para>Ex. <quote>ldap://ldap.company.com</quote>,
-                <quote>ldaps://ldap.company.com</quote> or
-                <quote>ldapi://%2fvar%2flib%2fldap_sock</quote>
+                <tip>
+                  <para>
+                    In order to use SSL with LDAP, specify a URI with "ldaps://".
+                    This will force the use of SSL over port 636.
+                  </para>
+                </tip>
+                <para>For example, normal LDAP: 
+                <quote>ldap://ldap.company.com</quote>, LDAP over SSL:
+                <quote>ldaps://ldap.company.com</quote> or LDAP over a UNIX 
+                domain socket <quote>ldapi://%2fvar%2flib%2fldap_sock</quote>.
                 </para>
                </listitem>
              </varlistentry>
@@ -3038,7 +3045,6 @@ ReadOnly: ENTRY, NA/NA, CANEDIT
      </para>
 
     </section>
-
   </section>
 
   <section id="sanitycheck">
@@ -3079,349 +3085,6 @@ ReadOnly: ENTRY, NA/NA, CANEDIT
 
   </section>
 
-  <section id="upgrading">
-    <title>Upgrading to New Releases</title>
-
-    <para>
-      Upgrading Bugzilla is something we all want to do from time to time,
-      be it to get new features or pick up the latest security fix. How easy
-      it is to update depends on a few factors:
-    </para>
-
-    <itemizedlist>
-      <listitem>
-        <para>
-          If the new version is a revision or a new point release
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          How many local changes (if any) have been made
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <section id="upgrading-version-defns">
-      <title>Version Definitions</title>
-
-      <para>
-        Bugzilla displays the version you are using at the top of the home
-        page <filename>index.cgi</filename>. It looks something like
-        '2.20.3', '2.22.1' or '3.0rc1'. The first number in this series is
-        the Major Version. This does not change very often;
-        Bugzilla was 1.x.x when it was first created, and went to 2.x.x
-        when it was re-written in perl in Sept 1998. The major version
-        3.x.x, released in early 2007, is pretty far from what the 2.x.x
-        series looked like, both about its UI and its code.
-      </para>
-
-      <para>
-        The second number in the version is called the 'minor number', and
-        a release that changes the minor number is called a 'point release'.
-        An even number in this position (2.18, 2.20, 2.22, 3.0, 3.2, etc.)
-        represents a stable version, while an odd number (2.19, 2.21, 2.23, etc.)
-        represents a development version. In the past, stable point releases
-        were feature-based, coming when certain enhancements had been
-        completed, or the Bugzilla development team felt that enough
-        progress had been made overall. As of version 2.18, however,
-        Bugzilla has moved to a time-based release schedule; current plans
-        are to create a stable point release every 6 months or so after
-        2.18 is deployed.
-      </para>
-
-      <para>
-        The third number in the Bugzilla version represents a bugfix version.
-        Bugfix Revisions are released only to address security vulnerabilities
-        and, for a limited period, bug fixes. Once enough of these
-        bugfixes have accumulated (or a new security vulnerability is
-        identified and closed), a bugfix release is made. As an
-        example, 2.20.3 was a bugfix release, and improved on 2.20.2.
-      </para>
-
-      <note>
-        <para>
-          When reading version numbers, everything separated by a point ('.')
-          should be read as a single number. It is <emphasis>not</emphasis>
-          the same as decimal. 2.22 is newer than 2.8 because minor version
-          22 is greater than minor version 8. The now unsupported release 2.16.11
-          was newer than 2.16.9 (because bugfix 11 is greater than bugfix 9. This is
-          confusing to some people who aren't used to dealing with software.
-        </para>
-      </note>
-    </section>
-
-    <section id="upgrading-notifications">
-      <title>Upgrading - Notifications</title>
-
-      <para>
-        Bugzilla 3.0 introduces the ability to automatically notify
-        administrators when new releases are available, based on the
-        <literal>upgrade_notification</literal> parameter, see
-        <xref linkend="parameters"/>. Administrators will see these
-        notifications when they access the <filename>index.cgi</filename>
-        page, i.e. generally when logging in. Bugzilla will check once per
-        day for new releases, unless the parameter is set to
-        <quote>disabled</quote>. If you are behind a proxy, you may have to set
-        the <literal>proxy_url</literal> parameter accordingly. If the proxy
-        requires authentication, use the
-        <literal>http://user:pass@proxy_url/</literal> syntax.
-      </para>
-    </section>
-
-    <section id="upgrading-methods">
-    <title>Upgrading - Methods and Procedure</title>
-      <para>
-        There are three different ways to upgrade your installation.
-      </para>
-
-      <orderedlist>
-        <listitem>
-          <para>
-            Using CVS (<xref linkend="upgrade-cvs"/>)
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Downloading a new tarball (<xref linkend="upgrade-tarball"/>)
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Applying the relevant patches (<xref linkend="upgrade-patches"/>)
-          </para>
-        </listitem>
-      </orderedlist>
-
-      <para>
-        Each of these options has its own pros and cons; the one that's
-        right for you depends on how long it has been since you last
-        installed, the degree to which you have customized your installation,
-        and/or your network configuration. (Some discussion of the various
-        methods of updating compared with degree and methods of local
-        customization can be found in <xref linkend="template-method"/>.)
-      </para>
-
-      <para>
-        The larger the jump you are trying to make, the more difficult it
-        is going to be to upgrade if you have made local customizations.
-        Upgrading from 2.22 to 2.22.1 should be fairly painless even if
-        you are heavily customized, but going from 2.18 to 3.0 is going
-        to mean a fair bit of work re-writing your local changes to use
-        the new files, logic, templates, etc. If you have done no local
-        changes at all, however, then upgrading should be approximately
-        the same amount of work regardless of how long it has been since
-        your version was released.
-      </para>
-
-      <warning>
-        <para>
-          Upgrading is a one-way process. You should backup your database
-          and current Bugzilla directory before attempting the upgrade. If
-          you wish to revert to the old Bugzilla version for any reason, you
-          will have to restore from these backups.
-        </para>
-      </warning>
-
-      <para>
-        The examples in the following sections are written as though the
-        user were updating to version 2.22.1, but the procedures are the
-        same regardless of whether one is updating to a new point release
-        or simply trying to obtain a new bugfix release. Also, in the
-        examples the user's Bugzilla installation is found at
-        <filename>/var/www/html/bugzilla</filename>. If that is not the
-        same as the location of your Bugzilla installation, simply
-        substitute the proper paths where appropriate.
-      </para>
-
-      <section id="upgrade-cvs">
-      <title>Upgrading using CVS</title>
-
-        <para>
-          Every release of Bugzilla, whether it is a point release or a bugfix,
-          is tagged in CVS.  Also, every tarball that has been distributed since
-          version 2.12 has been created in such a way that it can be used with
-          CVS once it is unpacked. Doing so, however, requires that you are able
-          to access cvs-mirror.mozilla.org on port 2401, which may not be an
-          option or a possibility for some users, especially those behind a
-          highly restrictive firewall.
-        </para>
-
-        <tip>
-          <para>
-            If you can, updating using CVS is probably the most painless
-            method, especially if you have a lot of local changes.
-          </para>
-        </tip>
-
-        <para>
-          The following shows the sequence of commands needed to update a
-          Bugzilla installation via CVS, and a typical series of results.
-        </para>
-
-        <programlisting>
-bash$ <command>cd /var/www/html/bugzilla</command>
-bash$ <command>cvs login</command>
-Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
-CVS password: <emphasis>('anonymous', or just leave it blank)</emphasis>
-bash$ <command>cvs -q update -r BUGZILLA-2_22_1 -dP</command>
-P checksetup.pl
-P collectstats.pl
-P docs/rel_notes.txt
-P template/en/default/list/quips.html.tmpl
-<emphasis>(etc.)</emphasis>
-        </programlisting>
-
-        <caution>
-          <para>
-            If a line in the output from <command>cvs update</command> begins
-            with a <computeroutput>C</computeroutput>, then that represents a
-            file with local changes that CVS was unable to properly merge. You
-            need to resolve these conflicts manually before Bugzilla (or at
-            least the portion using that file) will be usable.
-          </para>
-        </caution>
-      </section>
-
-      <section id="upgrade-tarball">
-        <title>Upgrading using the tarball</title>
-
-        <para>
-          If you are unable (or unwilling) to use CVS, another option that's
-          always available is to obtain the latest tarball from the <ulink
-          url="http://www.bugzilla.org/download/">Download Page</ulink> and 
-          create a new Bugzilla installation from that.
-        </para>
-
-        <para>
-          This sequence of commands shows how to get the tarball from the
-          command-line; it is also possible to download it from the site
-          directly in a web browser. If you go that route, save the file
-          to the <filename class="directory">/var/www/html</filename>
-          directory (or its equivalent, if you use something else) and 
-          omit the first three lines of the example.
-        </para>
-
-        <programlisting>
-bash$ <command>cd /var/www/html</command>
-bash$ <command>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.gz</command>
-<emphasis>(Output omitted)</emphasis>
-bash$ <command>tar xzvf bugzilla-2.22.1.tar.gz</command>
-bugzilla-2.22.1/
-bugzilla-2.22.1/.cvsignore
-<emphasis>(Output truncated)</emphasis>
-bash$ <command>cd bugzilla-2.22.1</command>
-bash$ <command>cp ../bugzilla/localconfig* .</command>
-bash$ <command>cp -r ../bugzilla/data .</command>
-bash$ <command>cd ..</command>
-bash$ <command>mv bugzilla bugzilla.old</command>
-bash$ <command>mv bugzilla-2.22.1 bugzilla</command>
-        </programlisting>
-
-        <warning>
-          <para>
-            The <command>cp</command> commands both end with periods which
-            is a very important detail, it tells the shell that the destination
-            directory is the current working directory. 
-          </para>
-        </warning>
-
-        <para>
-          This upgrade method will give you a clean install of Bugzilla with the 
-          same version as the tarball. That's fine if you don't have any local
-          customizations that you want to maintain, but if you do then you will 
-          need to reapply them by hand to the appropriate files. 
-        </para>
-
-        <para>
-          It's worth noting that since 2.12, the Bugzilla tarballs come
-          CVS-ready, so if you decide at a later date that you'd rather use
-          CVS as an upgrade method, your code will already be set up for it.
-        </para>
-      </section>
-
-      <section id="upgrade-patches">
-        <title>Upgrading using patches</title>
-
-        <para>
-          If you are doing a bugfix upgrade -- that is, one where only the 
-          last number of the revision changes, such as from 2.22 to 2.22.1
-          -- then you have the option of obtaining and applying a patch file
-          from the <ulink
-          url="http://www.bugzilla.org/download/">Download Page</ulink>.
-          This file is made available by the <ulink
-          url="http://www.bugzilla.org/developers/profiles.html">Bugzilla
-          Development Team</ulink>, and is a collection of all the bug fixes
-          and security patches that have been made since the last bugfix
-          release. If you are planning to upgrade via patches, it is safer
-          to grab this developer-made patch file than to read the patch
-          notes and apply all (or even just some of) the patches oneself,
-          as sometimes patches on bugs get changed before they get checked in.
-        </para>
-
-        <para>
-          As above, this example starts with obtaining the file via the 
-          command line. If you have already downloaded it, you can omit the
-          first two commands.
-        </para>
-
-        <programlisting>
-bash$ <command>cd /var/www/html/bugzilla</command>
-bash$ <command>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22-to-2.22.1.diff.gz</command>
-<emphasis>(Output omitted)</emphasis>
-bash$ <command>gunzip bugzilla-2.22-to-2.22.1.diff.gz</command>
-bash$ <command>patch -p1 &lt; bugzilla-2.22-to-2.22.1.diff</command>
-patching file checksetup.pl
-patching file collectstats.pl
-<emphasis>(etc.)</emphasis>
-        </programlisting>
-
-        <warning>
-          <para>
-            Be aware that upgrading from a patch file does not change the
-            entries in your <filename class="directory">CVS</filename> directory.
-            This could make it more difficult to upgrade using CVS
-            (<xref linkend="upgrade-cvs"/>) in the future.
-          </para>
-        </warning>
-
-      </section>
-    </section>
-
-    <section id="upgrading-completion">
-    <title>Completing Your Upgrade</title>
-
-      <para>
-        Regardless of which upgrade method you choose, you will need to
-        run <command>./checksetup.pl</command> before your Bugzilla
-        upgrade will be complete.
-      </para>
-
-      <programlisting>
-bash$ <command>cd bugzilla</command>
-bash$ <command>./checksetup.pl</command>
-      </programlisting>
-
-      <warning>
-        <para>
-          The period at the beginning of the command
-          <command>./checksetup.pl</command> is important and can not
-          be omitted.
-        </para>
-      </warning>
-          
-      <para>
-        If you have done a lot of local modifications, it wouldn't hurt
-        to run the Bugzilla Testing suite. This is not a required step,
-        but it isn't going to hurt anything, and might help point out
-        some areas that could be improved. (More information on the
-        test suite can be had by following this link to the appropriate
-        section in the <ulink
-        url="http://www.bugzilla.org/docs/developer.html#testsuite">Developers'
-        Guide</ulink>.)
-      </para>
-
-    </section>
-  </section>
 
 </chapter>
 
diff --git a/docs/en/xml/bugzilla.ent b/docs/en/xml/bugzilla.ent
index fcead8a07..091a92a43 100644
--- a/docs/en/xml/bugzilla.ent
+++ b/docs/en/xml/bugzilla.ent
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
 
 <!-- Module Versions -->
-<!ENTITY min-cgi-ver "2.93">
+<!ENTITY min-cgi-ver "3.21">
 <!ENTITY min-date-format-ver "2.21">
 <!ENTITY min-file-spec-ver "0.84">
 <!ENTITY min-dbi-ver "1.41">
 <!ENTITY min-template-ver "2.15">
 <!ENTITY min-email-send-ver "2.00">
 <!ENTITY min-email-mime-ver "1.861">
-<!ENTITY min-email-mime-modifier-ver "any">
+<!ENTITY min-email-mime-modifier-ver "1.442">
 <!ENTITY min-gd-ver "1.20">
 <!ENTITY min-chart-base-ver "1.0">
 <!ENTITY min-template-plugin-gd-image-ver "any">
@@ -37,4 +37,4 @@
 <!ENTITY min-dbd-mysql-ver "4.00">
 <!ENTITY min-mysql-ver "4.1.2">
 <!ENTITY min-dbd-oracle-ver "1.19">
-<!ENTITY min-oracle-ver "10.01.0">
+<!ENTITY min-oracle-ver "10.02.0">
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 78867e725..62b3bbb34 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.157 2008/04/13 19:25:18 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.157.2.4 2008/10/28 01:02:17 mkanat%bugzilla.org Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
@@ -88,7 +88,7 @@
     <section id="install-perl">
       <title>Perl</title>
 
-      <para>Installed Version Test: <filename>perl -v</filename></para>
+      <para>Installed Version Test: <programlisting>perl -v</programlisting></para>
       
       <para>Any machine that doesn't have Perl on it is a sad machine indeed.
       If you don't have it and your OS doesn't provide official packages, 
@@ -101,13 +101,14 @@
     <section id="install-database">
       <title>Database Engine</title>
       
-      <para>From Bugzilla 2.20, support is included for using both the MySQL and
-      PostgreSQL database servers. You only require one of these systems to make
-      use of Bugzilla.</para>
+      <para>
+        Bugzilla supports MySQL, PostgreSQL and Oracle as database servers.
+        You only require one of these systems to make use of Bugzilla.
+      </para>
 
       <section id="install-mysql">
           <title>MySQL</title>
-          <para>Installed Version Test: <filename>mysql -V</filename></para>
+          <para>Installed Version Test: <programlisting>mysql -V</programlisting></para>
       
           <para>
           If you don't have it and your OS doesn't provide official packages, 
@@ -134,7 +135,7 @@
       
       <section id="install-pg">
           <title>PostgreSQL</title>
-          <para>Installed Version Test: <filename>psql -V</filename></para>
+          <para>Installed Version Test: <programlisting>psql -V</programlisting></para>
       
           <para>
           If you don't have it and your OS doesn't provide official packages, 
@@ -148,7 +149,27 @@
           PostgreSQL server is started when the machine boots.
           </para>
       </section>
-      
+
+      <section id="install-oracle">
+        <title>Oracle</title>
+        <para>
+          Installed Version Test: <programlisting>select * from v$version</programlisting>
+          (you first have to log in into your DB)
+        </para>
+
+        <para>
+          If you don't have it and your OS doesn't provide official packages,
+          visit <ulink url="http://www.oracle.com/"/>. You need Oracle
+          version &min-oracle-ver; or higher.
+        </para>
+
+        <para>
+          If you install from something other than a packaging/installation
+          system, such as .rpm (Redhat Package), .deb (Debian Package), .exe
+          (Windows Executable), or .msi (Microsoft Installer), make sure the
+          Oracle server is started when the machine boots.
+        </para>
+      </section>
     </section>
     
     <section id="install-webserver">
@@ -315,6 +336,12 @@
           </para>
         </listitem>
 
+        <listitem>
+          <para>
+            DBD::Oracle (&min-dbd-oracle-ver;) if using Oracle
+          </para>
+        </listitem>
+
         <listitem>
           <para>
             File::Spec (&min-file-spec-ver;)
@@ -682,13 +709,22 @@
       </para>
       
       <para>
-        Load this file in your editor. The only value you 
-        <emphasis>need</emphasis> to change is $db_pass, the password for
+        Load this file in your editor. The only two values you
+        <emphasis>need</emphasis> to change are $db_driver and $db_pass,
+        respectively the type of the database and the password for
         the user you will create for your database. Pick a strong
         password (for simplicity, it should not contain single quote
-        characters) and put it here.
+        characters) and put it here. $db_driver can be either 'mysql',
+        'Pg' or 'oracle'.
       </para>
 
+      <note>
+        <para>
+          In Oracle, <literal>$db_name</literal> should actually be 
+          the SID name of your database (e.g. "XE" if you are using Oracle XE).
+        </para>
+      </note>
+
       <para>
         You may need to change the value of 
         <emphasis>webservergroup</emphasis> if your web server does not 
@@ -713,16 +749,8 @@
       <para>
         The other options in the <filename>localconfig</filename> file
         are documented by their accompanying comments. If you have a slightly
-        non-standard MySQL setup, you may wish to change one or more of
-        the other "$db_*" parameters. 
-      </para>
-      
-      <para>
-        You may also wish to change the names of 
-        the priorities, severities, operating systems and platforms for your
-        installation. However, you can always change these after installation
-        has finished; if you then re-run <filename>checksetup.pl</filename>,
-        the changes will get picked up.
+        non-standard database setup, you may wish to change one or more of
+        the other "$db_*" parameters.
       </para>
     </section>
     
@@ -730,8 +758,9 @@
       <title>Database Server</title>
       <para>
         This section deals with configuring your database server for use
-        with Bugzilla. Currently, MySQL (<xref linkend="mysql"/>) and
-        PostgreSQL (<xref linkend="postgresql"/>) are available.
+        with Bugzilla. Currently, MySQL (<xref linkend="mysql"/>),
+        PostgreSQL (<xref linkend="postgresql"/>) and Oracle (<xref linkend="oracle"/>)
+        are available.
       </para>
 
       <section id="database-schema">
@@ -758,36 +787,6 @@
           </para>
         </caution>
         
-        <section id="install-setupdatabase">
-          <title>Allow large attachments</title>
-        
-          <para>
-            By default, MySQL will only accept packets up to 64Kb in size.
-            If you want to have attachments larger than this, you will need
-            to modify your <filename>/etc/my.cnf</filename> as below.
-          </para>
-
-          <screen>  [mysqld]
-  # Allow packets up to 1M
-  max_allowed_packet=1M</screen>
-
-          <para>
-            There is also a parameter in Bugzilla called 'maxattachmentsize'
-            (default = 1000 Kb) that controls the maximum allowable attachment
-            size. Attachments larger than <emphasis>either</emphasis> the 
-            'max_allowed_packet' or 'maxattachmentsize' value will not be
-            accepted by Bugzilla.
-          </para>
-
-          <note>
-            <para>
-              This does not affect Big Files, attachments that are stored directly
-              on disk instead of in the database.  Their maximum size is
-              controlled using the 'maxlocalattachment' parameter.
-            </para>
-          </note>
-        </section>
-        
         <section>
           <title>Allow small words in full-text indexes</title>
 
@@ -838,14 +837,15 @@
             Run the <filename>mysql</filename> command-line client and enter:
           </para>
 
-          <screen>  <prompt>mysql&gt;</prompt> GRANT SELECT, INSERT,
+          <screen>
+    <prompt>mysql&gt;</prompt> GRANT SELECT, INSERT,
            UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
            CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.*
            TO bugs@localhost IDENTIFIED BY '<replaceable>$db_pass</replaceable>';
-           <prompt>mysql&gt;</prompt> FLUSH PRIVILEGES;</screen>
+    <prompt>mysql&gt;</prompt> FLUSH PRIVILEGES;
+          </screen>
+        </section>
 
-        </section>      
-        
         <section>
           <title>Permit attachments table to grow beyond 4GB</title>
 
@@ -864,9 +864,9 @@
           </para>
 
           <screen>
-            <prompt>mysql&gt;</prompt> use <replaceable>$bugs_db</replaceable>
-            <prompt>mysql&gt;</prompt> ALTER TABLE attachments 
-            AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
+    <prompt>mysql&gt;</prompt> use <replaceable>$bugs_db</replaceable>
+    <prompt>mysql&gt;</prompt> ALTER TABLE attachments
+           AVG_ROW_LENGTH=1000000, MAX_ROWS=20000;
           </screen>
 
           <para>
@@ -936,6 +936,77 @@
           to the one you picked previously, while setting up the account.</para> 
         </section>
       </section>
+
+      <section id="oracle">
+        <title>Oracle</title>
+        <section>
+          <title>Create a New Tablespace</title>
+
+          <para>
+            You can use the existing tablespace or create a new one for Bugzilla.
+            To create a new tablespace, run the following command:
+          </para>
+
+          <programlisting>
+    CREATE TABLESPACE bugs
+    DATAFILE '<replaceable>$path_to_datafile</replaceable>' SIZE 500M
+    AUTOEXTEND ON NEXT 30M MAXSIZE UNLIMITED
+          </programlisting>
+
+          <para>
+            Here, the name of the tablespace is 'bugs', but you can
+            choose another name. <replaceable>$path_to_datafile</replaceable> is
+            the path to the file containing your database, for instance
+            <filename>/u01/oradata/bugzilla.dbf</filename>.
+            The initial size of the database file is set in this example to 500 Mb,
+            with an increment of 30 Mb everytime we reach the size limit of the file.
+          </para>
+        </section>
+
+        <section>
+          <title>Add a User to Oracle</title>
+
+          <para>
+            The user name and password must match what you set in
+            <filename>localconfig</filename> (<literal>$db_user</literal>
+            and <literal>$db_pass</literal>, respectively). Here, we assume that
+            the user name is 'bugs' and the tablespace name is the same
+            as above. 
+          </para>
+
+          <programlisting>
+    CREATE USER bugs
+    IDENTIFIED BY "<replaceable>$db_pass</replaceable>"
+    DEFAULT TABLESPACE bugs
+    TEMPORARY TABLESPACE TEMP
+    PROFILE DEFAULT;
+    -- GRANT/REVOKE ROLE PRIVILEGES
+    GRANT CONNECT TO bugs;
+    GRANT RESOURCE TO bugs;
+    -- GRANT/REVOKE SYSTEM PRIVILEGES
+    GRANT UNLIMITED TABLESPACE TO bugs;
+    GRANT EXECUTE ON CTXSYS.CTX_DDL TO bugs;
+          </programlisting>
+        </section>
+
+        <section>
+          <title>Configure the Web Server</title>
+
+          <para>
+            If you use Apache, append these lines to <filename>httpd.conf</filename>
+            to set ORACLE_HOME and LD_LIBRARY_PATH. For instance:
+          </para>
+
+          <programlisting>
+    SetEnv ORACLE_HOME /u01/app/oracle/product/10.2.0/
+    SetEnv LD_LIBRARY_PATH /u01/app/oracle/product/10.2.0/lib/
+          </programlisting>
+
+          <para>
+            When this is done, restart your web server.
+          </para>
+        </section>
+      </section>
     </section>  
 
     <section>
@@ -1349,19 +1420,6 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
         the Reports page.
       </para>
 
-      <para>
-        When upgrading Bugzilla, this format may change.
-        To create new status data, (re)move old data and run the following 
-        commands:
-      </para>
-
-      <screen>
-        <prompt>bash$</prompt>
-        <command>cd &lt;your-bugzilla-directory&gt;</command>
-        <prompt>bash$</prompt>
-        <command>./collectstats.pl --regenerate</command>
-      </screen>
-
       <note>
         <para>
           Windows does not have 'cron', but it does have the Task
@@ -2017,6 +2075,424 @@ pid-file=/home/foo/mymysql/the.pid
     </section>
   </section>
 
+
+  <section id="upgrade">
+    <title>Upgrading to New Releases</title>
+    
+    <para>Upgrading to new Bugzilla releases is very simple. There is
+      a script included with Bugzilla that will automatically
+      do all of the database migration for you.</para>
+    
+    <para>The following sections explain how to upgrade from one
+      version of Bugzilla to another. Whether you are upgrading
+      from one bug-fix version to another (such as 3.0.1 to 3.0.2)
+      or from one major version to another (such as from 3.0 to 3.2),
+      the instructions are always the same.</para>
+
+    <note>
+      <para>
+        Any examples in the following sections are written as though the
+        user were updating to version 2.22.1, but the procedures are the
+        same no matter what version you're updating to. Also, in the
+        examples, the user's Bugzilla installation is found at
+        <filename>/var/www/html/bugzilla</filename>. If that is not the
+        same as the location of your Bugzilla installation, simply
+        substitute the proper paths where appropriate.
+      </para>
+    </note>
+
+    <section id="upgrade-before">
+      <title>Before You Upgrade</title>
+    
+      <para>Before you start your upgrade, there are a few important
+        steps to take:</para>
+
+      <orderedlist>
+        <listitem>
+          <para>
+            Read the <ulink url="http://www.bugzilla.org/releases/">Release
+            Notes</ulink> of the version you're upgrading to,
+            particularly the "Notes for Upgraders" section.
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            View the Sanity Check (<xref linkend="sanitycheck"/>) page
+            on your installation before upgrading. Attempt to fix all warnings
+            that the page produces before you go any further, or you may
+            experience problems  during your upgrade.
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            Shut down your Bugzilla installation by putting some HTML or
+            text in the shutdownhtml parameter
+            (see <xref linkend="parameters"/>).
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            Make a backup of the Bugzilla database.
+            <emphasis>THIS IS VERY IMPORTANT</emphasis>. If
+            anything goes wrong during the upgrade, your installation
+            can be corrupted beyond recovery. Having a backup keeps you safe.
+          </para>
+
+          <warning>
+            <para>
+              Upgrading is a one-way process. You cannot "downgrade" an
+              upgraded Bugzilla. If you wish to revert to the old Bugzilla
+              version for any reason, you will have to restore your database
+              from this backup.
+            </para>
+          </warning>
+
+          <para>Here are some sample commands you could use to backup
+            your database, depending on what database system you're
+            using. You may have to modify these commands for your
+            particular setup.</para>
+          
+          <variablelist>
+            <varlistentry>
+              <term>MySQL:</term>
+              <listitem>
+                <para>
+                  <command>mysqldump --opt -u bugs -p bugs > bugs.sql</command>
+                </para>
+              </listitem>
+            </varlistentry>
+              
+            <varlistentry>
+              <term>PostgreSQL:</term>
+              <listitem>
+                <para>
+                  <command>pg_dump --no-privileges --no-owner -h localhost -U bugs
+                    > bugs.sql</command>
+                </para>
+              </listitem>
+            </varlistentry>
+          </variablelist>
+        </listitem>
+      </orderedlist>
+    </section>
+      
+    <section id="upgrade-files">
+      <title>Getting The New Bugzilla</title>
+      
+      <para>There are three ways to get the new version of Bugzilla.
+        We'll list them here briefly and then explain them
+        more later.</para>
+      
+      <variablelist>
+        <varlistentry>
+          <term>CVS (<xref linkend="upgrade-cvs"/>)</term>
+          <listitem>
+            <para>
+              If have <command>cvs</command> installed on your machine
+              and you have Internet access, this is the easiest way to
+              upgrade, particularly if you have made modifications
+              to the code or templates of Bugzilla.
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>Download the tarball (<xref linkend="upgrade-tarball"/>)</term>
+          <listitem>
+            <para>
+              This is a very simple way to upgrade, and good if you
+              haven't made many (or any) modifications to the code or
+              templates of your Bugzilla.
+            </para>
+          </listitem>
+        </varlistentry>
+        
+        <varlistentry>
+          <term>Patches (<xref linkend="upgrade-patches"/>)</term>
+          <listitem>
+            <para>
+              If you have made modifications to your Bugzilla, and
+              you don't have Internet access or you don't want to use
+              cvs, then this is the best way to upgrade.
+            </para>
+            
+            <para>
+              You can only do minor upgrades (such as 3.0 to 3.0.1 or
+              3.0.1 to 3.0.2) with patches.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+        
+      <section id="upgrade-modified">
+        <title>If you have modified your Bugzilla</title>
+      
+        <para>
+          If you have modified the code or templates of your Bugzilla,
+          then upgrading requires a bit more thought and effort.
+          A discussion of the various methods of updating compared with
+          degree and methods of local customization can be found in
+          <xref linkend="template-method"/>.
+        </para>
+
+        <para>
+          The larger the jump you are trying to make, the more difficult it
+          is going to be to upgrade if you have made local customizations.
+          Upgrading from 3.0 to 3.0.1 should be fairly painless even if
+          you are heavily customized, but going from 2.18 to 3.0 is going
+          to mean a fair bit of work re-writing your local changes to use
+          the new files, logic, templates, etc. If you have done no local
+          changes at all, however, then upgrading should be approximately
+          the same amount of work regardless of how long it has been since
+          your version was released.
+        </para>
+      </section>
+
+      <section id="upgrade-cvs">
+        <title>Upgrading using CVS</title>
+
+        <para>
+          This requires that you have cvs installed (most Unix machines do),
+          and requires that you are able to access cvs-mirror.mozilla.org
+          on port 2401, which may not be an option if you are behind a
+          highly restrictive firewall or don't have Internet access.
+        </para>
+
+        <para>
+          The following shows the sequence of commands needed to update a
+          Bugzilla installation via CVS, and a typical series of results.
+        </para>
+
+        <programlisting>
+bash$ <command>cd /var/www/html/bugzilla</command>
+bash$ <command>cvs login</command>
+Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401/cvsroot
+CVS password: <emphasis>('anonymous', or just leave it blank)</emphasis>
+bash$ <command>cvs -q update -r BUGZILLA-2_22_1 -dP</command>
+P checksetup.pl
+P collectstats.pl
+P docs/rel_notes.txt
+P template/en/default/list/quips.html.tmpl
+<emphasis>(etc.)</emphasis>
+        </programlisting>
+
+        <caution>
+          <para>
+            If a line in the output from <command>cvs update</command> begins
+            with a <computeroutput>C</computeroutput>, then that represents a
+            file with local changes that CVS was unable to properly merge. You
+            need to resolve these conflicts manually before Bugzilla (or at
+            least the portion using that file) will be usable.
+          </para>
+        </caution>
+      </section>
+
+      <section id="upgrade-tarball">
+        <title>Upgrading using the tarball</title>
+
+        <para>
+          If you are unable (or unwilling) to use CVS, another option that's
+          always available is to obtain the latest tarball from the <ulink
+          url="http://www.bugzilla.org/download/">Download Page</ulink> and 
+          create a new Bugzilla installation from that.
+        </para>
+
+        <para>
+          This sequence of commands shows how to get the tarball from the
+          command-line; it is also possible to download it from the site
+          directly in a web browser. If you go that route, save the file
+          to the <filename class="directory">/var/www/html</filename>
+          directory (or its equivalent, if you use something else) and 
+          omit the first three lines of the example.
+        </para>
+
+        <programlisting>
+bash$ <command>cd /var/www/html</command>
+bash$ <command>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.gz</command>
+<emphasis>(Output omitted)</emphasis>
+bash$ <command>tar xzvf bugzilla-2.22.1.tar.gz</command>
+bugzilla-2.22.1/
+bugzilla-2.22.1/.cvsignore
+<emphasis>(Output truncated)</emphasis>
+bash$ <command>cd bugzilla-2.22.1</command>
+bash$ <command>cp ../bugzilla/localconfig* .</command>
+bash$ <command>cp -r ../bugzilla/data .</command>
+bash$ <command>cd ..</command>
+bash$ <command>mv bugzilla bugzilla.old</command>
+bash$ <command>mv bugzilla-2.22.1 bugzilla</command>
+        </programlisting>
+
+        <warning>
+          <para>
+            The <command>cp</command> commands both end with periods which
+            is a very important detail--it means that the destination
+            directory is the current working directory.
+          </para>
+        </warning>
+
+        <para>
+          This upgrade method will give you a clean install of Bugzilla.
+          That's fine if you don't have any local customizations that you
+          want to maintain. If you do have customizations, then you will 
+          need to reapply them by hand to the appropriate files.
+        </para>
+      </section>
+
+      <section id="upgrade-patches">
+        <title>Upgrading using patches</title>
+
+        <para>
+          A patch is a collection of all the bug fixes that have been made
+          since the last bug-fix release.
+        </para>
+        
+        <para>
+          If you are doing a bug-fix upgrade&mdash;that is, one where only the 
+          last number of the revision changes, such as from 2.22 to
+          2.22.1&mdash;then you have the option of obtaining and applying a
+          patch file from the <ulink
+          url="http://www.bugzilla.org/download/">Download Page</ulink>.
+        </para>
+        
+        <para>
+          As above, this example starts with obtaining the file via the 
+          command line. If you have already downloaded it, you can omit the
+          first two commands.
+        </para>
+
+        <programlisting>
+bash$ <command>cd /var/www/html/bugzilla</command>
+bash$ <command>wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22-to-2.22.1.diff.gz</command>
+<emphasis>(Output omitted)</emphasis>
+bash$ <command>gunzip bugzilla-2.22-to-2.22.1.diff.gz</command>
+bash$ <command>patch -p1 &lt; bugzilla-2.22-to-2.22.1.diff</command>
+patching file checksetup.pl
+patching file collectstats.pl
+<emphasis>(etc.)</emphasis>
+        </programlisting>
+
+        <warning>
+          <para>
+            Be aware that upgrading from a patch file does not change the
+            entries in your <filename class="directory">CVS</filename> directory.
+            This could make it more difficult to upgrade using CVS
+            (<xref linkend="upgrade-cvs"/>) in the future.
+          </para>
+        </warning>
+
+      </section>
+    </section>
+
+    <section id="upgrade-completion">
+      <title>Completing Your Upgrade</title>
+
+      <para>
+        Now that you have the new Bugzilla code, there are a few final
+        steps to complete your upgrade.
+      </para>
+      
+      <orderedlist>
+        <listitem>
+          <para>
+            If your new Bugzilla installation is in a different
+            directory or on a different machine than your old Bugzilla
+            installation, make sure that you have copied the
+            <filename>data</filename> directory and the
+            <filename>localconfig</filename> file from your old Bugzilla
+            installation. (If you followed the tarball instructions
+            above, this has already happened.)
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            If this is a major update, check that the configuration
+            (<xref linkend="configuration"/>) for your new Bugzilla is
+            up-to-date. Sometimes the configuration requirements change
+            between major versions.
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            If you didn't do it as part of the above configuration step,
+            now you need to run <command>checksetup.pl</command>, which
+            will do everything required to convert your existing database
+            and settings for the new version:
+          </para>
+
+          <programlisting>
+bash$ <command>cd /var/www/html/bugzilla</command>
+bash$ <command>./checksetup.pl</command>
+          </programlisting>
+
+          <warning>
+            <para>
+              The period at the beginning of the command
+              <command>./checksetup.pl</command> is important and can not
+              be omitted.
+            </para>
+          </warning>
+          
+          <caution>
+            <para>
+              If this is a major upgrade (say, 2.22 to 3.0 or similar),
+              running <command>checksetup.pl</command> on a large
+              installation (75,000 or more bugs) can take a long time,
+              possibly several hours.
+            </para>
+          </caution>
+        </listitem>
+
+        <listitem>
+          <para>
+            Clear any HTML or text that you put into the shutdownhtml
+            parameter, to re-activate Bugzilla.
+          </para> 
+        </listitem>
+
+        <listitem>
+          <para>
+            View the Sanity Check (<xref linkend="sanitycheck"/>) page in your
+            upgraded Bugzilla.
+          </para>
+          <para>
+            It is recommended that, if possible, you fix any problems
+            you see, immediately. Failure to do this may mean that Bugzilla
+            will not work correctly. Be aware that if the sanity check page
+            contains more errors after an upgrade, it doesn't necessarily
+            mean there are more errors in your database than there were
+            before, as additional tests are added to the sanity check over
+            time, and it is possible that those errors weren't being
+            checked for in the old version.
+          </para>
+        </listitem>
+      </orderedlist>
+
+    </section>
+    
+    <section id="upgrade-notifications">
+      <title>Automatic Notifications of New Releases</title>
+
+      <para>
+        Bugzilla 3.0 introduced the ability to automatically notify
+        administrators when new releases are available, based on the
+        <literal>upgrade_notification</literal> parameter, see
+        <xref linkend="parameters"/>. Administrators will see these
+        notifications when they access the <filename>index.cgi</filename>
+        page, i.e. generally when logging in. Bugzilla will check once per
+        day for new releases, unless the parameter is set to
+        <quote>disabled</quote>. If you are behind a proxy, you may have to set
+        the <literal>proxy_url</literal> parameter accordingly. If the proxy
+        requires authentication, use the
+        <literal>http://user:pass@proxy_url/</literal> syntax.
+      </para>
+    </section>
+  </section>
+
 </chapter>
 
 <!-- Keep this comment at the end of the file
diff --git a/docs/lib/CVS/Tag b/docs/lib/CVS/Tag
index 683dfe0fa..b64d7df73 100644
--- a/docs/lib/CVS/Tag
+++ b/docs/lib/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-3_1_4
+TBUGZILLA-3_2
diff --git a/docs/lib/Pod/CVS/Tag b/docs/lib/Pod/CVS/Tag
index 683dfe0fa..b64d7df73 100644
--- a/docs/lib/Pod/CVS/Tag
+++ b/docs/lib/Pod/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-3_1_4
+TBUGZILLA-3_2
diff --git a/docs/lib/Pod/Simple/CVS/Tag b/docs/lib/Pod/Simple/CVS/Tag
index 683dfe0fa..b64d7df73 100644
--- a/docs/lib/Pod/Simple/CVS/Tag
+++ b/docs/lib/Pod/Simple/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-3_1_4
+TBUGZILLA-3_2
diff --git a/docs/lib/Pod/Simple/HTML/CVS/Entries b/docs/lib/Pod/Simple/HTML/CVS/Entries
index afdd0fa9e..640e212ed 100644
--- a/docs/lib/Pod/Simple/HTML/CVS/Entries
+++ b/docs/lib/Pod/Simple/HTML/CVS/Entries
@@ -1,2 +1,2 @@
-/Bugzilla.pm/1.1/Tue Sep  5 19:00:56 2006//TBUGZILLA-3_1_4
+/Bugzilla.pm/1.1/Tue Sep  5 19:00:56 2006//TBUGZILLA-3_2
 D
diff --git a/docs/lib/Pod/Simple/HTML/CVS/Tag b/docs/lib/Pod/Simple/HTML/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/docs/lib/Pod/Simple/HTML/CVS/Tag
+++ b/docs/lib/Pod/Simple/HTML/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
index c0a70fa57..ab298a05b 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
+++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
@@ -71,6 +71,7 @@ sub _write_contents_middle {
             my $path = join( "/", '.', esc(@{$e->[3]}) )
                . $Pod::Simple::HTML::HTML_EXTENSION;
             my $description = $self->{bugzilla_desc}->{$name} || '';
+            $description = esc($description);
             my $html = <<END_HTML;
 <tr class="$even_or_odd">
   <th><a href="$path">$name</a></th>
diff --git a/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries b/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries
index 5ffbeaefc..c49c35f9e 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries
+++ b/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries
@@ -1,2 +1,2 @@
-/Bugzilla.pm/1.4/Thu Jan 31 12:00:19 2008//TBUGZILLA-3_1_4
+/Bugzilla.pm/1.4.2.1/Wed Nov 26 00:56:34 2008//TBUGZILLA-3_2
 D
diff --git a/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag b/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag
+++ b/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/editparams.cgi b/editparams.cgi
index 39faa16c6..2fd30e944 100755
--- a/editparams.cgi
+++ b/editparams.cgi
@@ -29,6 +29,7 @@ use Bugzilla;
 use Bugzilla::Constants;
 use Bugzilla::Config qw(:admin);
 use Bugzilla::Config::Common;
+use Bugzilla::Hook;
 use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::Token;
@@ -56,13 +57,15 @@ $current_panel = $1;
 
 my $current_module;
 my @panels = ();
-foreach my $panel (Bugzilla::Config::param_panels()) {
-    eval("require Bugzilla::Config::$panel") || die $@;
-    my @module_param_list = "Bugzilla::Config::${panel}"->get_param_list(1);
+my $param_panels = Bugzilla::Config::param_panels();
+foreach my $panel (keys %$param_panels) {
+    my $module = $param_panels->{$panel};
+    eval("require $module") || die $@;
+    my @module_param_list = "$module"->get_param_list();
     my $item = { name => lc($panel),
                  current => ($current_panel eq lc($panel)) ? 1 : 0,
                  param_list => \@module_param_list,
-                 sortkey => eval "\$Bugzilla::Config::${panel}::sortkey;"
+                 sortkey => eval "\$${module}::sortkey;"
                };
     push(@panels, $item);
     $current_module = $panel if ($current_panel eq lc($panel));
@@ -73,7 +76,7 @@ $vars->{panels} = \@panels;
 if ($action eq 'save' && $current_module) {
     check_token_data($token, 'edit_parameters');
     my @changes = ();
-    my @module_param_list = "Bugzilla::Config::${current_module}"->get_param_list(1);
+    my @module_param_list = "$param_panels->{$current_module}"->get_param_list();
 
     foreach my $i (@module_param_list) {
         my $name = $i->{'name'};
diff --git a/editproducts.cgi b/editproducts.cgi
index c7e7fe13c..1686bd490 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -88,8 +88,9 @@ if (Bugzilla->params->{'useclassification'}
     && !$classification_name
     && !$product_name)
 {
-    $vars->{'classifications'} = $user->get_selectable_classifications;
-    
+    $vars->{'classifications'} = $user->in_group('editcomponents') ?
+      [Bugzilla::Classification::get_all_classifications] : $user->get_selectable_classifications;
+
     $template->process("admin/products/list-classifications.html.tmpl", $vars)
         || ThrowTemplateError($template->error());
     exit;
@@ -453,7 +454,8 @@ if ($action eq 'delete') {
     $vars->{'no_edit_product_link'} = 1;
 
     if (Bugzilla->params->{'useclassification'}) {
-        $vars->{'classifications'} = $user->get_selectable_classifications;
+        $vars->{'classifications'} = $user->in_group('editcomponents') ?
+          [Bugzilla::Classification::get_all_classifications] : $user->get_selectable_classifications;
 
         $template->process("admin/products/list-classifications.html.tmpl", $vars)
           || ThrowTemplateError($template->error());
diff --git a/editusers.cgi b/editusers.cgi
index 11bd62bde..b93f1c063 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -170,7 +170,7 @@ if ($action eq 'search') {
 
     }
 
-    if ($matchtype eq 'exact' && scalar(@{$vars->{'users'}}) == 1) {
+    if ($matchtype && $matchtype eq 'exact' && scalar(@{$vars->{'users'}}) == 1) {
         my $match_user_id = $vars->{'users'}[0]->{'userid'};
         my $match_user = check_user($match_user_id);
         edit_processing($match_user);
@@ -358,6 +358,9 @@ if ($action eq 'search') {
     $vars->{'otheruser'}      = $otherUser;
 
     # Find other cross references.
+    $vars->{'attachments'} = $dbh->selectrow_array(
+        'SELECT COUNT(*) FROM attachments WHERE submitter_id = ?',
+        undef, $otherUserID);
     $vars->{'assignee_or_qa'} = $dbh->selectrow_array(
         qq{SELECT COUNT(*)
            FROM bugs
@@ -372,6 +375,9 @@ if ($action eq 'search') {
     $vars->{'bugs_activity'} = $dbh->selectrow_array(
         'SELECT COUNT(*) FROM bugs_activity WHERE who = ?',
         undef, $otherUserID);
+    $vars->{'component_cc'} = $dbh->selectrow_array(
+        'SELECT COUNT(*) FROM component_cc WHERE user_id = ?',
+        undef, $otherUserID);
     $vars->{'email_setting'} = $dbh->selectrow_array(
         'SELECT COUNT(*) FROM email_setting WHERE user_id = ?',
         undef, $otherUserID);
@@ -402,6 +408,9 @@ if ($action eq 'search') {
     $vars->{'profiles_activity'} = $dbh->selectrow_array(
         'SELECT COUNT(*) FROM profiles_activity WHERE who = ? AND userid != ?',
         undef, ($otherUserID, $otherUserID));
+    $vars->{'quips'} = $dbh->selectrow_array(
+        'SELECT COUNT(*) FROM quips WHERE userid = ?',
+        undef, $otherUserID);
     $vars->{'series'} = $dbh->selectrow_array(
         'SELECT COUNT(*) FROM series WHERE creator = ?',
         undef, $otherUserID);
@@ -514,6 +523,7 @@ if ($action eq 'search') {
              $otherUserID);
     $dbh->do('DELETE FROM profiles_activity WHERE userid = ? OR who = ?', undef,
              ($otherUserID, $otherUserID));
+    $dbh->do('UPDATE quips SET userid = NULL where userid = ?', undef, $otherUserID);
     $dbh->do('DELETE FROM tokens WHERE userid = ?', undef, $otherUserID);
     $dbh->do('DELETE FROM user_group_map WHERE user_id = ?', undef,
              $otherUserID);
diff --git a/editwhines.cgi b/editwhines.cgi
index 7da598dd8..33b7860bc 100755
--- a/editwhines.cgi
+++ b/editwhines.cgi
@@ -238,28 +238,14 @@ if ($cgi->param('update')) {
                     # get an id for the mailto address
                     if ($can_mail_others && $mailto) {
                         if ($mailto_type == MAILTO_USER) {
-                            # detaint
-                            my $emailregexp = Bugzilla->params->{'emailregexp'};
-                            if ($mailto =~ /($emailregexp)/) {
-                                $mailto_id = login_to_id($1);
-                            }
-                            else {
-                                ThrowUserError("illegal_email_address", 
-                                               { addr => $mailto });
-                            }
+                            # The user login has already been validated.
+                            $mailto_id = login_to_id($mailto);
                         }
                         elsif ($mailto_type == MAILTO_GROUP) {
-                            # detaint the group parameter
-                            if ($mailto =~ /^([0-9a-z_\-\.]+)$/i) {
-                                $mailto_id = Bugzilla::Group::ValidateGroupName(
-                                                 $1, ($user)) || 
-                                             ThrowUserError(
-                                                 'invalid_group_name', 
-                                                 { name => $1 });
-                            } else {
-                                ThrowUserError('invalid_group_name',
-                                               { name => $mailto });
-                            }
+                            # The group name is used in a placeholder.
+                            trick_taint($mailto);
+                            $mailto_id = Bugzilla::Group::ValidateGroupName($mailto, ($user))
+                                           || ThrowUserError('invalid_group_name', { name => $mailto });
                         }
                         else {
                             # bad value, so it will just mail to the whine
diff --git a/editworkflow.cgi b/editworkflow.cgi
index eddf845f2..7e51798fc 100644
--- a/editworkflow.cgi
+++ b/editworkflow.cgi
@@ -87,7 +87,7 @@ elsif ($action eq 'update') {
 
     # Part 1: Initial bug statuses.
     foreach my $new (@$statuses) {
-        if ($cgi->param('w_0_' . $new->id)) {
+        if ($new->is_open && $cgi->param('w_0_' . $new->id)) {
             $sth_insert->execute(undef, $new->id)
               unless defined $workflow->{0}->{$new->id};
         }
diff --git a/email_in.pl b/email_in.pl
index 81637ebc4..4f21eeab1 100644
--- a/email_in.pl
+++ b/email_in.pl
@@ -287,6 +287,8 @@ sub html_strip {
     $var =~ s/\&gt;/>/g;
     $var =~ s/\&quot;/\"/g;
     $var =~ s/&#64;/@/g;
+    # Also remove undesired newlines and consecutive spaces.
+    $var =~ s/[\n\s]+/ /gms;
     return $var;
 }
 
@@ -309,10 +311,12 @@ sub die_handler {
        $msg =~ s/at .+ line.*$//ms;
        $msg =~ s/^Compilation failed in require.+$//ms;
        $msg = html_strip($msg);
-       my $reply = reply(to => $input_email, top_post => 1, body => "$msg\n");
+       my $from = Bugzilla->params->{'mailfrom'};
+       my $reply = reply(to => $input_email, from => $from, top_post => 1, 
+                         body => "$msg\n");
        MessageToMTA($reply->as_string);
     }
-    print STDERR $msg;
+    print STDERR "$msg\n";
     # We exit with a successful value, because we don't want the MTA
     # to *also* send a failure notice.
     exit;
diff --git a/enter_bug.cgi b/enter_bug.cgi
index ee362e302..08f328035 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -368,7 +368,6 @@ $vars->{'bug_severity'}          = get_legal_field_values('bug_severity');
 $vars->{'rep_platform'}          = get_legal_field_values('rep_platform');
 $vars->{'op_sys'}                = get_legal_field_values('op_sys');
 
-$vars->{'valid_keywords'}        = [map($_->name, Bugzilla::Keyword->get_all)];
 $vars->{'use_keywords'}          = 1 if Bugzilla::Keyword::keyword_count();
 
 $vars->{'assigned_to'}           = formvalue('assigned_to');
@@ -391,17 +390,17 @@ foreach my $field (@enter_bug_fields) {
 if ($cloned_bug_id) {
 
     $default{'component_'}    = $cloned_bug->component;
-    $default{'priority'}      = $cloned_bug->{'priority'};
-    $default{'bug_severity'}  = $cloned_bug->{'bug_severity'};
-    $default{'rep_platform'}  = $cloned_bug->{'rep_platform'};
-    $default{'op_sys'}        = $cloned_bug->{'op_sys'};
+    $default{'priority'}      = $cloned_bug->priority;
+    $default{'bug_severity'}  = $cloned_bug->bug_severity;
+    $default{'rep_platform'}  = $cloned_bug->rep_platform;
+    $default{'op_sys'}        = $cloned_bug->op_sys;
 
-    $vars->{'short_desc'}     = $cloned_bug->{'short_desc'};
-    $vars->{'bug_file_loc'}   = $cloned_bug->{'bug_file_loc'};
+    $vars->{'short_desc'}     = $cloned_bug->short_desc;
+    $vars->{'bug_file_loc'}   = $cloned_bug->bug_file_loc;
     $vars->{'keywords'}       = $cloned_bug->keywords;
     $vars->{'dependson'}      = $cloned_bug_id;
     $vars->{'blocked'}        = "";
-    $vars->{'deadline'}       = $cloned_bug->{'deadline'};
+    $vars->{'deadline'}       = $cloned_bug->deadline;
 
     if (defined $cloned_bug->cc) {
         $vars->{'cc'}         = join (" ", @{$cloned_bug->cc});
@@ -410,30 +409,24 @@ if ($cloned_bug_id) {
     }
 
     foreach my $field (@enter_bug_fields) {
-        $vars->{$field->name} = $cloned_bug->{$field->name};
+        my $field_name = $field->name;
+        $vars->{$field_name} = $cloned_bug->$field_name;
     }
 
-# We need to ensure that we respect the 'insider' status of
-# the first comment, if it has one. Either way, make a note
-# that this bug was cloned from another bug.
+    # We need to ensure that we respect the 'insider' status of
+    # the first comment, if it has one. Either way, make a note
+    # that this bug was cloned from another bug.
 
-    $cloned_bug->longdescs();
-    my $isprivate             = $cloned_bug->{'longdescs'}->[0]->{'isprivate'};
+    my $isprivate             = $cloned_bug->longdescs->[0]->{'isprivate'};
 
     $vars->{'comment'}        = "";
     $vars->{'commentprivacy'} = 0;
 
-    if ( !($isprivate) ||
-         ( ( Bugzilla->params->{"insidergroup"} ) && 
-           ( Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"}) ) ) 
-       ) {
-        $vars->{'comment'}        = $cloned_bug->{'longdescs'}->[0]->{'body'};
+    if ( !($isprivate) || Bugzilla->user->is_insider ) {
+        $vars->{'comment'}        = $cloned_bug->longdescs->[0]->{'body'};
         $vars->{'commentprivacy'} = $isprivate;
     }
 
-# Ensure that the groupset information is set up for later use.
-    $cloned_bug->groups();
-
 } # end of cloned bug entry form
 
 else {
@@ -476,7 +469,7 @@ $vars->{'version'} = [map($_->name, @{$product->versions})];
 
 if ( ($cloned_bug_id) &&
      ($product->name eq $cloned_bug->product ) ) {
-    $default{'version'} = $cloned_bug->{'version'};
+    $default{'version'} = $cloned_bug->version;
 } elsif (formvalue('version')) {
     $default{'version'} = formvalue('version');
 } elsif (defined $cgi->cookie("VERSION-" . $product->name) &&
@@ -517,14 +510,18 @@ unless ($has_editbugs || $has_canconfirm) {
 $vars->{'bug_status'} = \@status;
 
 # Get the default from a template value if it is legitimate.
-# Otherwise, set the default to the first item on the list.
+# Otherwise, and only if the user has privs, set the default
+# to the first confirmed bug status on the list, if available.
 
 if (formvalue('bug_status') && (lsearch(\@status, formvalue('bug_status')) >= 0)) {
     $default{'bug_status'} = formvalue('bug_status');
-} else {
+} elsif (scalar @status == 1) {
     $default{'bug_status'} = $status[0];
 }
- 
+else {
+    $default{'bug_status'} = ($status[0] ne 'UNCONFIRMED') ? $status[0] : $status[1];
+}
+
 my $grouplist = $dbh->selectall_arrayref(
                   q{SELECT DISTINCT groups.id, groups.name, groups.description,
                                     membercontrol, othercontrol
@@ -558,9 +555,9 @@ foreach my $row (@$grouplist) {
     #
     if ( ($cloned_bug_id) &&
          ($product->name eq $cloned_bug->product ) ) {
-        foreach my $i (0..(@{$cloned_bug->{'groups'}}-1) ) {
-            if ($cloned_bug->{'groups'}->[$i]->{'bit'} == $id) {
-                $check = $cloned_bug->{'groups'}->[$i]->{'ison'};
+        foreach my $i (0..(@{$cloned_bug->groups} - 1) ) {
+            if ($cloned_bug->groups->[$i]->{'bit'} == $id) {
+                $check = $cloned_bug->groups->[$i]->{'ison'};
             }
         }
     }
diff --git a/extensions/CVS/Tag b/extensions/CVS/Tag
index 683dfe0fa..b64d7df73 100644
--- a/extensions/CVS/Tag
+++ b/extensions/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-3_1_4
+TBUGZILLA-3_2
diff --git a/extensions/example/CVS/Entries b/extensions/example/CVS/Entries
index f24a6a7a6..9decff72b 100644
--- a/extensions/example/CVS/Entries
+++ b/extensions/example/CVS/Entries
@@ -1,4 +1,5 @@
-/disabled/1.1/Fri Oct 19 07:58:49 2007//TBUGZILLA-3_1_4
-/version.pl/1.1/Fri Oct 19 08:07:30 2007//TBUGZILLA-3_1_4
+/disabled/1.1/Fri Oct 19 07:58:49 2007//TBUGZILLA-3_2
+/info.pl/1.1/Mon May 19 18:38:27 2008//TBUGZILLA-3_2
 D/code////
 D/lib////
+D/template////
diff --git a/extensions/example/CVS/Tag b/extensions/example/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/extensions/example/CVS/Tag
+++ b/extensions/example/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/extensions/example/code/CVS/Entries b/extensions/example/code/CVS/Entries
index 44a6e1c7c..df5f1f8f4 100644
--- a/extensions/example/code/CVS/Entries
+++ b/extensions/example/code/CVS/Entries
@@ -1,2 +1,9 @@
-/webservice.pl/1.2/Fri Oct 19 08:01:51 2007//TBUGZILLA-3_1_4
+/bug-end_of_update.pl/1.1.2.2/Wed Nov  5 19:18:17 2008//TBUGZILLA-3_2
+/buglist-columns.pl/1.1.2.1/Sat Jun 28 18:09:32 2008//TBUGZILLA-3_2
+/colchange-columns.pl/1.1.2.1/Tue Aug 19 21:29:54 2008//TBUGZILLA-3_2
+/config.pl/1.1/Mon May  5 23:01:25 2008//TBUGZILLA-3_2
+/flag-end_of_update.pl/1.1.2.2/Wed Nov  5 19:18:17 2008//TBUGZILLA-3_2
+/install-before_final_checks.pl/1.1.2.1/Thu Aug 21 23:01:42 2008//TBUGZILLA-3_2
+/webservice-error_codes.pl/1.1.2.1/Tue May 27 22:12:02 2008//TBUGZILLA-3_2
+/webservice.pl/1.2/Fri Oct 19 08:01:51 2007//TBUGZILLA-3_2
 D
diff --git a/extensions/example/code/CVS/Tag b/extensions/example/code/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/extensions/example/code/CVS/Tag
+++ b/extensions/example/code/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/extensions/example/code/bug-end_of_update.pl b/extensions/example/code/bug-end_of_update.pl
new file mode 100644
index 000000000..036563517
--- /dev/null
+++ b/extensions/example/code/bug-end_of_update.pl
@@ -0,0 +1,56 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# The Original Code is the Bugzilla Example Plugin.
+#
+# The Initial Developer of the Original Code is Everything Solved, Inc.
+# Portions created by Everything Solved are Copyright (C) 2008 
+# Everything Solved, Inc. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+
+use strict;
+use warnings;
+use Bugzilla;
+use Bugzilla::Status;
+
+# This code doesn't actually *do* anything, it's just here to show you
+# how to use this hook.
+my $args = Bugzilla->hook_args;
+my $bug = $args->{'bug'};
+my $timestamp = $args->{'timestamp'};
+my $changes = $args->{'changes'};
+
+foreach my $field (keys %$changes) {
+    my $used_to_be = $changes->{$field}->[0];
+    my $now_it_is  = $changes->{$field}->[1];
+}
+
+my $status_message;
+if (my $status_change = $changes->{'bug_status'}) {
+    my $old_status = new Bugzilla::Status({ name => $status_change->[0] });
+    my $new_status = new Bugzilla::Status({ name => $status_change->[1] });
+    if ($new_status->is_open && !$old_status->is_open) {
+        $status_message = "Bug re-opened!";
+    }
+    if (!$new_status->is_open && $old_status->is_open) {
+        $status_message = "Bug closed!";
+    }
+}
+
+my $bug_id = $bug->id;
+my $num_changes = scalar keys %$changes;
+my $result = "There were $num_changes changes to fields on bug $bug_id"
+             . " at $timestamp.";
+# Uncomment this line to see $result in your webserver's error log whenever
+# you update a bug.
+# warn $result;
diff --git a/extensions/example/code/buglist-columns.pl b/extensions/example/code/buglist-columns.pl
new file mode 100644
index 000000000..4487b2dc8
--- /dev/null
+++ b/extensions/example/code/buglist-columns.pl
@@ -0,0 +1,26 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+## The Original Code is the Bugzilla Example Plugin.
+#
+# The Initial Developer of the Original Code is Canonical Ltd.
+# Portions created by Canonical Ltd. are Copyright (C) 2008 
+# Canonical Ltd. All Rights Reserved.
+#
+# Contributor(s): Elliotte Martin <elliotte_martin@yahoo.com>
+
+use strict;
+use warnings;
+use Bugzilla;
+
+my $columns = Bugzilla->hook_args->{'columns'};
+$columns->{'example'} = { 'name' => 'bugs.delta_ts' , 'title' => 'Example' };
diff --git a/extensions/example/code/colchange-columns.pl b/extensions/example/code/colchange-columns.pl
new file mode 100644
index 000000000..6174d3940
--- /dev/null
+++ b/extensions/example/code/colchange-columns.pl
@@ -0,0 +1,27 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# The Original Code is the Bugzilla Example Plugin.
+#
+# The Initial Developer of the Original Code is Canonical Ltd.
+# Portions created by Canonical Ltd. are Copyright (C) 2008 
+# Canonical Ltd. All Rights Reserved.
+#
+# Contributor(s): Elliotte Martin <elliotte_martin@yahoo.com>
+
+
+use strict;
+use warnings;
+use Bugzilla;
+
+my $columns = Bugzilla->hook_args->{'columns'};
+push (@$columns, "example")
diff --git a/extensions/example/code/config.pl b/extensions/example/code/config.pl
new file mode 100644
index 000000000..1da490cc2
--- /dev/null
+++ b/extensions/example/code/config.pl
@@ -0,0 +1,26 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# The Original Code is the Bugzilla Example Plugin.
+#
+# The Initial Developer of the Original Code is Canonical Ltd.
+# Portions created by Canonical Ltd. are Copyright (C) 2008 
+# Canonical Ltd. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Bradley Baetz <bbaetz@acm.org>
+
+use strict;
+use warnings;
+use Bugzilla;
+my $config = Bugzilla->hook_args->{config};
+$config->{Example} = "extensions::example::lib::ConfigExample";
diff --git a/extensions/example/code/flag-end_of_update.pl b/extensions/example/code/flag-end_of_update.pl
new file mode 100644
index 000000000..6371bd154
--- /dev/null
+++ b/extensions/example/code/flag-end_of_update.pl
@@ -0,0 +1,42 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# The Original Code is the Bugzilla Example Plugin.
+#
+# The Initial Developer of the Original Code is Everything Solved, Inc.
+# Portions created by Everything Solved are Copyright (C) 2008 
+# Everything Solved, Inc. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+
+use strict;
+use warnings;
+use Bugzilla;
+use Bugzilla::Util qw(diff_arrays);
+
+# This code doesn't actually *do* anything, it's just here to show you
+# how to use this hook.
+my $args = Bugzilla->hook_args;
+my ($bug, $timestamp, $old_flags, $new_flags) = 
+    @$args{qw(bug timestamp old_flags new_flags)};
+my ($removed, $added) = diff_arrays($old_flags, $new_flags);
+my ($granted, $denied) = (0, 0);
+foreach my $new_flag (@$added) {
+    $granted++ if $new_flag =~ /\+$/;
+    $denied++ if $new_flag =~ /-$/;
+}
+my $bug_id = $bug->id;
+my $result = "$granted flags were granted and $denied flags were denied"
+             . " on bug $bug_id at $timestamp.";
+# Uncomment this line to see $result in your webserver's error log whenever
+# you update flags.
+# warn $result;
diff --git a/extensions/example/code/install-before_final_checks.pl b/extensions/example/code/install-before_final_checks.pl
new file mode 100644
index 000000000..ef1bee22c
--- /dev/null
+++ b/extensions/example/code/install-before_final_checks.pl
@@ -0,0 +1,28 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# The Original Code is the Bugzilla Example Plugin.
+#
+# The Initial Developer of the Original Code is Canonical Ltd.
+# Portions created by Canonical Ltd. are Copyright (C) 2008 
+# Canonical Ltd. All Rights Reserved.
+#
+# Contributor(s): Elliotte Martin <elliotte_martin@yahoo.com>
+
+
+use strict;
+use warnings;
+use Bugzilla;
+
+my $silent = Bugzilla->hook_args->{'silent'};
+
+print "Install-before_final_checks hook\n" unless $silent;
diff --git a/extensions/example/code/webservice-error_codes.pl b/extensions/example/code/webservice-error_codes.pl
new file mode 100644
index 000000000..94c4c52fc
--- /dev/null
+++ b/extensions/example/code/webservice-error_codes.pl
@@ -0,0 +1,25 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# The Original Code is the Bugzilla Bug Tracking System.
+#
+# The Initial Developer of the Original Code is Everything Solved, Inc.
+# Portions created by Everything Solved, Inc. are Copyright (C) 2008 
+# Everything Solved, Inc. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+
+use strict;
+use warnings;
+use Bugzilla;
+my $error_map = Bugzilla->hook_args->{error_map};
+$error_map->{'example_my_error'} = 10001;
diff --git a/extensions/example/version.pl b/extensions/example/info.pl
similarity index 68%
rename from extensions/example/version.pl
rename to extensions/example/info.pl
index c1305f92f..b4620eed6 100644
--- a/extensions/example/version.pl
+++ b/extensions/example/info.pl
@@ -17,15 +17,25 @@
 # Everything Solved, Inc. All Rights Reserved.
 #
 # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Colin Ogilvie <colin.ogilvie@gmail.com>
 
-# This script does some code to return a version number. However,
-# most plugins will probably just want to return a raw string.
-# To do that, the only contents of the file should be the string
-# on a single line, like:
+# This script does some code to return a hash about the Extension.
+# You are required to return a hash containing the Extension version
+# You can optionaally add any other values to the hash too, as long as
+# they begin with an x_
 #
-# '1.2.3';
+# Eg:
+# {
+#   'version' => '0.1', # required
+#   'x_name'  => 'Example Extension'
+# }
 
 use strict;
 no warnings qw(void); # Avoid "useless use of a constant in void context"
 use Bugzilla::Constants;
-BUGZILLA_VERSION;
+
+{
+	'version' => BUGZILLA_VERSION,
+	'x_blah'  => 'Hello....',
+
+};
diff --git a/extensions/example/lib/CVS/Entries b/extensions/example/lib/CVS/Entries
index e91f02d70..bda85bf29 100644
--- a/extensions/example/lib/CVS/Entries
+++ b/extensions/example/lib/CVS/Entries
@@ -1,2 +1,3 @@
-/WSExample.pm/1.2/Fri Oct 19 08:01:52 2007//TBUGZILLA-3_1_4
+/ConfigExample.pm/1.1/Mon May  5 23:01:31 2008//TBUGZILLA-3_2
+/WSExample.pm/1.2.2.1/Tue May 27 22:12:12 2008//TBUGZILLA-3_2
 D
diff --git a/extensions/example/lib/CVS/Tag b/extensions/example/lib/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/extensions/example/lib/CVS/Tag
+++ b/extensions/example/lib/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/extensions/example/lib/ConfigExample.pm b/extensions/example/lib/ConfigExample.pm
new file mode 100644
index 000000000..5ee612de2
--- /dev/null
+++ b/extensions/example/lib/ConfigExample.pm
@@ -0,0 +1,41 @@
+# -*- Mode: perl; indent-tabs-mode: nil -*-
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# rights and limitations under the License.
+#
+# The Original Code is the Bugzilla Example Plugin.
+#
+# The Initial Developer of the Original Code is Canonical Ltd.
+# Portions created by Canonical Ltd. are Copyright (C) 2008
+# Canonical Ltd. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Bradley Baetz <bbaetz@acm.org>
+
+package extensions::example::lib::ConfigExample;
+use strict;
+use warnings;
+
+use Bugzilla::Config::Common;
+
+sub get_param_list {
+    my ($class) = @_;
+
+    my @param_list = (
+    {
+        name => 'example_string',
+        type => 't',
+        default => 'EXAMPLE',
+    },
+    );
+    return @param_list;
+}
+
+1;
diff --git a/extensions/example/lib/WSExample.pm b/extensions/example/lib/WSExample.pm
index ced4c6d36..146867294 100644
--- a/extensions/example/lib/WSExample.pm
+++ b/extensions/example/lib/WSExample.pm
@@ -21,10 +21,12 @@
 package extensions::example::lib::WSExample;
 use strict;
 use warnings;
-
 use base qw(Bugzilla::WebService);
+use Bugzilla::Error;
 
 # This can be called as Example.hello() from XML-RPC.
 sub hello { return 'Hello!'; }
 
+sub throw_an_error { ThrowUserError('example_my_error') }
+
 1;
diff --git a/extensions/example/template/CVS/Entries b/extensions/example/template/CVS/Entries
new file mode 100644
index 000000000..ed79d0988
--- /dev/null
+++ b/extensions/example/template/CVS/Entries
@@ -0,0 +1 @@
+D/en////
diff --git a/extensions/example/template/CVS/Repository b/extensions/example/template/CVS/Repository
new file mode 100644
index 000000000..2da91e509
--- /dev/null
+++ b/extensions/example/template/CVS/Repository
@@ -0,0 +1 @@
+mozilla/webtools/bugzilla/extensions/example/template
diff --git a/extensions/example/template/CVS/Root b/extensions/example/template/CVS/Root
new file mode 100644
index 000000000..cdb6f4a07
--- /dev/null
+++ b/extensions/example/template/CVS/Root
@@ -0,0 +1 @@
+:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
diff --git a/extensions/example/template/CVS/Tag b/extensions/example/template/CVS/Tag
new file mode 100644
index 000000000..b64d7df73
--- /dev/null
+++ b/extensions/example/template/CVS/Tag
@@ -0,0 +1 @@
+TBUGZILLA-3_2
diff --git a/extensions/example/template/en/CVS/Entries b/extensions/example/template/en/CVS/Entries
new file mode 100644
index 000000000..ff84254ab
--- /dev/null
+++ b/extensions/example/template/en/CVS/Entries
@@ -0,0 +1,2 @@
+D/default////
+D/global////
diff --git a/extensions/example/template/en/CVS/Repository b/extensions/example/template/en/CVS/Repository
new file mode 100644
index 000000000..7fa06ca4f
--- /dev/null
+++ b/extensions/example/template/en/CVS/Repository
@@ -0,0 +1 @@
+mozilla/webtools/bugzilla/extensions/example/template/en
diff --git a/extensions/example/template/en/CVS/Root b/extensions/example/template/en/CVS/Root
new file mode 100644
index 000000000..cdb6f4a07
--- /dev/null
+++ b/extensions/example/template/en/CVS/Root
@@ -0,0 +1 @@
+:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
diff --git a/extensions/example/template/en/CVS/Tag b/extensions/example/template/en/CVS/Tag
new file mode 100644
index 000000000..b64d7df73
--- /dev/null
+++ b/extensions/example/template/en/CVS/Tag
@@ -0,0 +1 @@
+TBUGZILLA-3_2
diff --git a/extensions/example/template/en/default/CVS/Entries b/extensions/example/template/en/default/CVS/Entries
new file mode 100644
index 000000000..06248778b
--- /dev/null
+++ b/extensions/example/template/en/default/CVS/Entries
@@ -0,0 +1 @@
+D/admin////
diff --git a/extensions/example/template/en/default/CVS/Repository b/extensions/example/template/en/default/CVS/Repository
new file mode 100644
index 000000000..139fd0dab
--- /dev/null
+++ b/extensions/example/template/en/default/CVS/Repository
@@ -0,0 +1 @@
+mozilla/webtools/bugzilla/extensions/example/template/en/default
diff --git a/extensions/example/template/en/default/CVS/Root b/extensions/example/template/en/default/CVS/Root
new file mode 100644
index 000000000..cdb6f4a07
--- /dev/null
+++ b/extensions/example/template/en/default/CVS/Root
@@ -0,0 +1 @@
+:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
diff --git a/extensions/example/template/en/default/CVS/Tag b/extensions/example/template/en/default/CVS/Tag
new file mode 100644
index 000000000..b64d7df73
--- /dev/null
+++ b/extensions/example/template/en/default/CVS/Tag
@@ -0,0 +1 @@
+TBUGZILLA-3_2
diff --git a/extensions/example/template/en/default/admin/CVS/Entries b/extensions/example/template/en/default/admin/CVS/Entries
new file mode 100644
index 000000000..ffbbb1ed6
--- /dev/null
+++ b/extensions/example/template/en/default/admin/CVS/Entries
@@ -0,0 +1 @@
+D/params////
diff --git a/extensions/example/template/en/default/admin/CVS/Repository b/extensions/example/template/en/default/admin/CVS/Repository
new file mode 100644
index 000000000..8b5c6b658
--- /dev/null
+++ b/extensions/example/template/en/default/admin/CVS/Repository
@@ -0,0 +1 @@
+mozilla/webtools/bugzilla/extensions/example/template/en/default/admin
diff --git a/extensions/example/template/en/default/admin/CVS/Root b/extensions/example/template/en/default/admin/CVS/Root
new file mode 100644
index 000000000..cdb6f4a07
--- /dev/null
+++ b/extensions/example/template/en/default/admin/CVS/Root
@@ -0,0 +1 @@
+:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
diff --git a/extensions/example/template/en/default/admin/CVS/Tag b/extensions/example/template/en/default/admin/CVS/Tag
new file mode 100644
index 000000000..b64d7df73
--- /dev/null
+++ b/extensions/example/template/en/default/admin/CVS/Tag
@@ -0,0 +1 @@
+TBUGZILLA-3_2
diff --git a/extensions/example/template/en/default/admin/params/CVS/Entries b/extensions/example/template/en/default/admin/params/CVS/Entries
new file mode 100644
index 000000000..0d9847987
--- /dev/null
+++ b/extensions/example/template/en/default/admin/params/CVS/Entries
@@ -0,0 +1,2 @@
+/example.html.tmpl/1.1/Mon May  5 23:01:33 2008//TBUGZILLA-3_2
+D
diff --git a/extensions/example/template/en/default/admin/params/CVS/Repository b/extensions/example/template/en/default/admin/params/CVS/Repository
new file mode 100644
index 000000000..5aca99706
--- /dev/null
+++ b/extensions/example/template/en/default/admin/params/CVS/Repository
@@ -0,0 +1 @@
+mozilla/webtools/bugzilla/extensions/example/template/en/default/admin/params
diff --git a/extensions/example/template/en/default/admin/params/CVS/Root b/extensions/example/template/en/default/admin/params/CVS/Root
new file mode 100644
index 000000000..cdb6f4a07
--- /dev/null
+++ b/extensions/example/template/en/default/admin/params/CVS/Root
@@ -0,0 +1 @@
+:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
diff --git a/extensions/example/template/en/default/admin/params/CVS/Tag b/extensions/example/template/en/default/admin/params/CVS/Tag
new file mode 100644
index 000000000..1d6c3d899
--- /dev/null
+++ b/extensions/example/template/en/default/admin/params/CVS/Tag
@@ -0,0 +1 @@
+NBUGZILLA-3_2
diff --git a/extensions/example/template/en/default/admin/params/example.html.tmpl b/extensions/example/template/en/default/admin/params/example.html.tmpl
new file mode 100644
index 000000000..e2bb5f35c
--- /dev/null
+++ b/extensions/example/template/en/default/admin/params/example.html.tmpl
@@ -0,0 +1,28 @@
+[%#
+  # The contents of this file are subject to the Mozilla Public
+  # License Version 1.1 (the "License"); you may not use this file
+  # except in compliance with the License. You may obtain a copy of
+  # the License at http://www.mozilla.org/MPL/
+  #
+  # Software distributed under the License is distributed on an "AS
+  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+  # implied. See the License for the specific language governing
+  # rights and limitations under the License.
+  #
+  # The Original Code is the Bugzilla Example Plugin.
+  #
+  # The Initial Developer of the Original Code is Canonical Ltd.
+  # Portions created by Canonical Ltd. are Copyright (C) 2008
+  # Canonical Ltd. All Rights Reserved.
+  #
+  # Contributor(s): Bradley Baetz <bbaetz@acm.org>
+  #%]
+[%
+    title = "Example Extension"
+    desc = "Configure example extension"
+%]
+
+[% param_descs = {
+  example_string => "Example string",
+}
+%]
diff --git a/extensions/example/template/en/global/CVS/Entries b/extensions/example/template/en/global/CVS/Entries
new file mode 100644
index 000000000..47beb6653
--- /dev/null
+++ b/extensions/example/template/en/global/CVS/Entries
@@ -0,0 +1,2 @@
+/user-error-errors.html.tmpl/1.1.2.1/Tue May 27 22:12:18 2008//TBUGZILLA-3_2
+D
diff --git a/extensions/example/template/en/global/CVS/Repository b/extensions/example/template/en/global/CVS/Repository
new file mode 100644
index 000000000..d69412174
--- /dev/null
+++ b/extensions/example/template/en/global/CVS/Repository
@@ -0,0 +1 @@
+mozilla/webtools/bugzilla/extensions/example/template/en/global
diff --git a/extensions/example/template/en/global/CVS/Root b/extensions/example/template/en/global/CVS/Root
new file mode 100644
index 000000000..cdb6f4a07
--- /dev/null
+++ b/extensions/example/template/en/global/CVS/Root
@@ -0,0 +1 @@
+:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
diff --git a/extensions/example/template/en/global/CVS/Tag b/extensions/example/template/en/global/CVS/Tag
new file mode 100644
index 000000000..1d6c3d899
--- /dev/null
+++ b/extensions/example/template/en/global/CVS/Tag
@@ -0,0 +1 @@
+NBUGZILLA-3_2
diff --git a/extensions/example/template/en/global/user-error-errors.html.tmpl b/extensions/example/template/en/global/user-error-errors.html.tmpl
new file mode 100644
index 000000000..df5a203dd
--- /dev/null
+++ b/extensions/example/template/en/global/user-error-errors.html.tmpl
@@ -0,0 +1,12 @@
+[%# Note that error messages should generally be indented four spaces, like
+  # below, because when Bugzilla translates an error message into plain
+  # text, it takes four spaces off the beginning of the lines. 
+  #
+  # Note also that I prefixed my error name with "example", the name of my
+  # extension, so that I wouldn't conflict with other error names in
+  # Bugzilla or other extensions.
+  #%]
+[% IF error == "example_my_error" %]
+   [% title = "Example Error Title" %]
+   This is the error message! It contains <em>some html</em>.
+[% END %]
diff --git a/images/CVS/Entries b/images/CVS/Entries
index 6397acfad..cc0a713b9 100644
--- a/images/CVS/Entries
+++ b/images/CVS/Entries
@@ -1,2 +1,3 @@
-/padlock.png/1.2/Thu Sep 23 18:08:31 2004/-kb/TBUGZILLA-3_1_4
+/favicon.ico/1.1.2.1/Wed Jul 30 11:16:40 2008/-kb/TBUGZILLA-3_2
+/padlock.png/1.2/Thu Sep 23 18:08:31 2004/-kb/TBUGZILLA-3_2
 D
diff --git a/images/CVS/Tag b/images/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/images/CVS/Tag
+++ b/images/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/images/favicon.ico b/images/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..c8ade39adf90d8fea761efcf9a9132779c6bf29e
GIT binary patch
literal 4150
zcmZQzU}Ruo5D);-5)2v43=C=v3=9ei5dI1t28KRn1_liV1_l9;I0HnSfq{X+ff+=i
z;<bxb6=xUsFWj_b-?jd^Yqm~Yb8zO4!!vgrp0VT5Ob|LaW5*#FI=*QCo=F>)*3Rx)
za&XDHcayiASy3}*TkFbgZL2`2b@g^I0*kEP*0y@z#Ep9=tXow#yKDK8<=4Nixc0TB
zXF*$0drNL}U(Mv+%88vN-Tg(qi>qgBZC$dhZN=V+>-SDrx43f3r0o}1-uyaa@0Gqa
z2Rl|CTzK}`s$1Vy-u$}e*0<%C-%j0ep?Tu+X{Eh;C$8P!zjjhV$C7g|SKauw^49ki
zH@~gA`5lbDt-Sed<*je4Zhl*J>-*|kKPGQKH@9*6!M>H<Wj!mdfn-<R`i6;C-}<)g
z-j7`mer&q?ZNk)Lhx(Q`x6fH|<NL~6UqNoT^>y{luPZ^efJ|6@>)Y15KhD4Se&hAG
z)6aiQU9fpq*TS~hn^xTXy6V=~l{dexy!>{}(W^`MoSeDi?27B3R^R-#_u==u@4mhM
z`s38~`!nk&%&F|2zWe6N8(&v}w0wK`@#o*ae}4b{^Wo#incGgRx%q9&ogZgk{MdQy
z{G{@Z1KkTJRdp>m@@)CFFRN~TTX*~W=byiyy?Flf*RQYNzfazFYVn0PE3Uljp1fpk
zN$c+V=?A+P&adp5yyepJ%b!=={I>D-xBHJCB_t-TT(kcCmFo*nJ!xIICAYqRaZ%gO
zx~V(rryb~;zrS-%MS1tEeRoz|`@H(rxAQmePn$8Tvbtv0h67XgT%ED^T3yTZ?X{D3
z)=l17H~B!<+`XN%H&%4F6gAa!&Rcf%<H^Tgrq5ea-aUQMxz}xrcTU@Lb#hM4j+#k3
zYA5cfow&bq&fbn$+iNClukPPe(OsBP+PGlL(hINVoqC#I)>_lQs3EU@dv!lZLCu8i
zH52xA%-+{Nb9+@E1WnJXnUq%6kzCrDQnIPMYimXKw#vTk)qNl>)&1M6`}elbJT!6s
zp0=rb+NSPpo3^U1XF+A#_Liyp+NMDS(a1v+=cDEZ(s`hKrU1%YNcpUR2h*H8x9-fE
zJ*T9ktgx`Ssike+sx51F99p&G(Bd^)yE}SUPFi?o&5={951(Ck{M_mzXICF39-Uf!
z?Aq=Ni+bkFX`MQ=d5WKNQ0<iEa}PeBeen7G<8PK<c$r?*x}tgh&epX%+t+MsTd}Ks
z)s8j<+Sayed)un*?W?we7;Cn-p`*=htB=jyb!6Vo&8^F~wy&5_*wxs-aMu1O^N&7T
zcIngFo1b&4`c~A=+}^QfQ`^cdZL2o5t=iHKMO)iffedV2y{&cij`p?NT32stS-Gus
z)wZ_PAaSr=TiR9~pR@DG+#TE6S8QurF{6A+am(!4`=2a1^LEAcud8nU=vcg?Gox{P
z>#ALCt9Q06-_^1b;r`au+nQHzZ&|Y)WHPA8+19#ZTieQQZD2N-+|su4#GD;R=4{{I
zx@>#vvU%l`id$yRKlXa@g?B4&eOr0s=aTcU64J{03p!S|EZERAe?#+vHO=!OXl?WS
zb<GRbwJccQx@c4D(k(5^K#pu*flO|0TLChE_O|V<%XYLbn_Jdj*gAj7nKvtMeqV9(
z=jxlkR^9lv^z75>p1FxxWpPm%ey)M(S+)749eE|~g{2+Ynbn!;6$uGN>9K`{iKQ(W
z^>ZpFu5X^Rt98k)wpCl(R&Hur1~-3u%hG9u9i@FMmtB6h^5*x|*WXXteztqn-iBH0
zO8OQjRraLT^>?n^wdTgh)we#cx%GARtuHHYepz+v+nQV7S6_WU@96E`6}wAYXC@|<
z)}`03sGGU9Wyz-2#m8rFKQepU_LimFTbFiZ*0e6(z2f>OP?>l8>+*}QW*@vYXZNL5
zXCAM+_F)ysQ$Lo2%G#gHZ+=^G^ZUvh-&WuFvhLRRH8;O4zwvFw^{*>#{#bGCQ`^#A
zsYwOXiaNHnFFrPV`?1+uceX6u(Y&NIu5j9}E30mN1{K)Xzb(J{WBIKg%Wr;L4l?=s
z>YG2-+ys#;uYX%}`{&A=-<IG0y5i2a6}LbI-m06Rf_(L@A1iNsUwQlcqVrGV)5<25
zbRM6*{pjp%JDL~mY+95Oowe-TOHcuP^T*m-U)O+&?XN39h4J@Qx4uKldr-WC>l083
z4XrM|gWPlb2e{JszW(;lRo8#4xb=PM+2;|_*@tIuIyP&|&gKQ%8s?>>l`g;ddDZRj
zph^H+1p=`GlLXgA-`CvwzVXhFEqA_ey!&I#o$qUJf3KXnY)SLv6SFq%X<oRvd~#k*
z_p&QLR)ZXjrFOzJ7A~^-=C}2?zVEpI<M87jhaZ36|M<u5hu=5f{krJ%{idRZ)3es^
zX<5*kR@FFf)3U2S*4+BG;x;H@z_k-(tiAPp`@Nq>pZqxg;>V?zKQ6rZe&*TtgHL{K
zy7R6wzw!8t4Z9lWWJjmX+IMgH_3tZhe}hz*aAQ~A{<7xg=QTIKuDtbq`OP1zZhTvP
z6C8#&zplFZZSAe^o9=wy_vq)@=Ra=0`SS4n_j_-?-g@)>__LpL4_xUkZ96e@<JS5a
zDbZ<5&%9l6<J<CEUsr;H2wcbB{JP@i*JU?<EI$8c{^8rx_Fb8O^w#RjZ&uv=vh?<M
zaIk+}ef{g!`#+97`F{1)x2GS!z5Vv%#h35*-+epx^iy$7_lEAd$7ifvQrVwb*|GHW
zo8{NOti1DWH7td!y7g`KjZdo%U)i|-#GXUPHt*WEX4CfG8B3byu3vuc*{Yi$m1}N(
z-*WFe#QbNUzP<bQ^X1nc58r;8HFt4kbk^}%>yOV^-H=#XJ7@EfQ*Ty+vJbSv2Zhhg
zZ#y6U`11AZzrTO}{r&yt@2_8f{`~s+^Zcc&Et40nxc+(7jjwBNeBE&C`<_R?PCx%~
z<IVTSAHUyv{$}Q^MHR7myXvMKoxb+)^i^pg$+LFd1et&R>&hEnSKs^w$@{Bse!unM
z*Pp+C|NQ;?_ut>&fB*ja_xIPI-+%u6o-}9C@{2Fmf->*VbvM6nzx(aTlkaC<{M>T-
zMsaC<Yf9DT`sq9CryZNIcK_5B>G8Sq4?SCa^40RIUqI&H0JX?g-TJof_RptZ|NQy;
z=kLG2fBu3Pzd?5W`Th5A^Te4;ufAV-^Xt+}A6DJ^vFgsZ&9~n7&Rw0GkUgiQZEyXI
z{dF_;)=fJ;ea*q?%ah`A=O1{y;OO&Z7e9hZ6_ESCt-1Ye>)r1ke*F3Q>*uZ8w@;ir
z@%hV_-+%u8{{8FmvzHAsS1!BtZSI+83ywcofAiy<gV(c)TN;vzHdXiUYM8pSe%iMB
zX(0DcUvqTYs?4y|8M|)HKk{tJg^w#ixgJz}t-bSY``s_!e*M1x;C^IeR7pu`|AdJ@
z|NQy)_vg+7$NJYEUUlQ!l-*aCoqkv|eRXhDN>z03wz{c1>!$6jpR&DS`qugxyXvPM
zo4)4c)RnDCWfc<_%{}yV>Dl)yum4yEE_hen{I>1Rw{O3HZ`{1a&d#B{vdYEN@A}>Q
zzkYu2nz?kzxfd(0d?;$0l3vkXKWlwze(mCd=3Vtuw%1MDRX1f<{ghpGQ})zNJ~nOT
ziK#0#RZolwO`f*n#=>K-7Mys#^4gabH@>a9`E|qX@6W&eUb}unenDYrWu1ws#fg)r
z4jeh&wrK0>o8S7jp2=yQvGB<4dB^T1MrCcP?uWG9cGpjVqPj^(r>!_LZTX&>i8FHR
z!xM_<?!MZ!{?zg-Z&u#;0j@!QTz>WA>h<f(SFJvM=8UzC?Ya${tGj0{yYPC|<#&aB
zi&tEFyXMxnqV5IlX(gbxUftv!b(40~LeZ|;iASfc*gt*g?wW}^YWip9)+I;hmbK3;
z?wGmc;^)=3J}tZPYu|&fU%q`?zG7v1dZwGZM|o5C!sCxu-Td0IbXUjH9m{ThpMT_D
zOmOn*ijG~?Q@7Pj-UV(>LK>C3Y9}6<y5h*xrQ2&J?5Lf%yJo`L>b{<g@~qJ0+={LR
zryef9`D6X9?}zTaKXCTigt^OWCNEiX{`vCjKc*kLlU&le?82Lsx4&eSclM^0Y_FZL
zy=LO}8c<smV)%~QiMwhh9iF!A$do1UX6e?N3EOHWY^&~{o!<}}mRK=m*@AN~mf!rg
z?CQrQS3WPl{&U5RFN;pz_m9i%TYGrjov%%^SLTMNZK>>qn}E#NQ9bGKw57=AZ?B%P
zySjg0b>Ft?2|X!=$$>FG{?SF9(`N6#vi8RN6<6LiFWD6yo>CT>789Nt7M+_Ol(@RA
zYgZMh$&73=guSDB;^C<<^Q-%}SM_ZJncTmvx_?*ogyjV-E%7;B$psy8x#@ukejX7)
zK4ICxiAxIVH&^#<t?XS_*0!ahZ%bw0)|!5ZfoSB8>WPP@EIB%P@s6rKD5~t;QPsD-
zvUh7m&)SNfmc){lgu)FK-8-uKwp8?NsO;SiQUFo|QV(K7G{QvS=71TSs(VjNT6lQU
z!fln^sHkU0b^nIS?!M&0xdrw8X=PigK^=u1Reh++&~%}5w^#L^nY`fK@{NZlFTg<a
u4^3ILqHXfV?&*sfd)9YOJ2H9U@yYWslwoQ_i0q#{|HRUbm^}jeiU0uFI9x#h

literal 0
HcmV?d00001

diff --git a/importxml.pl b/importxml.pl
index 2644d3380..6b0c043b4 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -281,6 +281,14 @@ sub flag_handler {
     return $err;
 }
 
+# Converts and returns the input data as an array.
+sub _to_array {
+    my $value = shift;
+
+    $value = [$value] if !ref($value);
+    return @$value;
+}
+
 ###############################################################################
 # XML Handlers                                                                #
 ###############################################################################
@@ -376,8 +384,13 @@ sub process_attachment() {
         elsif ($encoding =~ /filename/) {
             # read the attachment file
             Error("attach_path is required", undef) unless ($attach_path);
-            my $attach_filename = $attach_path . "/" . $attach->field('data');
-            open(ATTACH_FH, $attach_filename) or
+            
+            my $filename = $attach->field('data');
+            # Remove any leading path data from the filename
+            $filename =~ s/(.*\/|.*\\)//gs;
+            
+            my $attach_filename = $attach_path . "/" . $filename;
+            open(ATTACH_FH, "<", $attach_filename) or
                 Error("cannot open $attach_filename", undef);
             $attachment{'data'} = do { local $/; <ATTACH_FH> };
             close ATTACH_FH;
@@ -565,11 +578,11 @@ sub process_bug {
     $comments .= $urlbase . "show_bug.cgi?id=" . $bug_fields{'bug_id'} . "\n";
     if ( defined $bug_fields{'dependson'} ) {
         $comments .= "This bug depended on bug(s) " .
-                     join(' ', @{$bug_fields{'dependson'}}) . ".\n";
+                     join(' ', _to_array($bug_fields{'dependson'})) . ".\n";
     }
     if ( defined $bug_fields{'blocked'} ) {
         $comments .= "This bug blocked bug(s) " .
-                     join(' ', @{$bug_fields{'blocked'}}) . ".\n";
+                     join(' ', _to_array($bug_fields{'blocked'})) . ".\n";
     }
 
     # Now we process each of the fields in turn and make sure they contain
@@ -1057,7 +1070,7 @@ sub process_bug {
             }
         } elsif ($field->type == FIELD_TYPE_MULTI_SELECT) {
             my @legal_values;
-            foreach my $item (@$value) {
+            foreach my $item (_to_array($value)) {
                 my $is_well_formed = check_field($custom_field, $item, undef, ERR_LEVEL);
                 if ($is_well_formed) {
                     push(@legal_values, $item);
@@ -1116,7 +1129,7 @@ sub process_bug {
     if ( defined $bug_fields{'cc'} ) {
         my %ccseen;
         my $sth_cc = $dbh->prepare("INSERT INTO cc (bug_id, who) VALUES (?,?)");
-        foreach my $person (@{$bug_fields{'cc'}}) {
+        foreach my $person (_to_array($bug_fields{'cc'})) {
             next unless $person;
             my $uid;
             if ($uid = login_to_id($person)) {
@@ -1253,7 +1266,7 @@ sub process_bug {
                      VALUES (?,?,?,?,?,?)", undef,
         $id, $exporterid, $timestamp, $worktime, $private, $long_description
     );
-    Bugzilla::Bug->new($id)->_sync_fulltext();
+    Bugzilla::Bug->new($id)->_sync_fulltext('new_bug');
 
     # Add this bug to each group of which its product is a member.
     my $sth_group = $dbh->prepare("INSERT INTO bug_group_map (bug_id, group_id) 
diff --git a/index.cgi b/index.cgi
index 100941765..89880d163 100755
--- a/index.cgi
+++ b/index.cgi
@@ -46,7 +46,9 @@ my $user = Bugzilla->login(LOGIN_OPTIONAL);
 my $cgi = Bugzilla->cgi;
 # Force to use HTTPS unless Bugzilla->params->{'ssl'} equals 'never'.
 # This is required because the user may want to log in from here.
-if (Bugzilla->params->{'sslbase'} ne '' and Bugzilla->params->{'ssl'} ne 'never') {
+if ($cgi->protocol ne 'https' && Bugzilla->params->{'sslbase'} ne ''
+    && Bugzilla->params->{'ssl'} ne 'never')
+{
     $cgi->require_https(Bugzilla->params->{'sslbase'});
 }
 
diff --git a/install-module.pl b/install-module.pl
index a0de6d70a..ca99ac23d 100644
--- a/install-module.pl
+++ b/install-module.pl
@@ -46,6 +46,13 @@ GetOptions(\%switch, 'all|a', 'upgrade-all|u', 'show-config|s', 'global|g',
                      'help|h');
 
 pod2usage({ -verbose => 1 }) if $switch{'help'};
+
+if (ON_WINDOWS) {
+    print "\nYou cannot run this script on Windows. Please follow instructions\n";
+    print "given by checksetup.pl to install missing Perl modules.\n\n";
+    exit;
+}
+
 pod2usage({ -verbose => 0 }) if (!%switch && !@ARGV);
 
 set_cpan_config($switch{'global'});
@@ -98,7 +105,8 @@ __END__
 
 =head1 NAME
 
-install-module.pl - Installs or upgrades modules from CPAN
+install-module.pl - Installs or upgrades modules from CPAN.
+This script does not run on Windows.
 
 =head1 SYNOPSIS
 
diff --git a/js/CVS/Entries b/js/CVS/Entries
index 9086212ab..e3a0bb94d 100644
--- a/js/CVS/Entries
+++ b/js/CVS/Entries
@@ -1,11 +1,10 @@
-/TUI.js/1.1/Tue Jul 12 12:32:16 2005//TBUGZILLA-3_1_4
-/attachment.js/1.3/Wed Mar  7 07:59:33 2007//TBUGZILLA-3_1_4
-/duplicates.js/1.2/Sun Jan 25 18:47:16 2004//TBUGZILLA-3_1_4
-/expanding-tree.js/1.2/Wed Feb 22 22:02:09 2006//TBUGZILLA-3_1_4
-/field.js/1.7/Thu Apr 10 16:33:30 2008//TBUGZILLA-3_1_4
-/help.js/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_1_4
-/keyword-chooser.js/1.3/Sun Mar 16 20:48:08 2008//TBUGZILLA-3_1_4
-/params.js/1.1/Thu Aug  2 22:38:44 2007//TBUGZILLA-3_1_4
-/productform.js/1.3/Tue Apr 17 22:08:06 2007//TBUGZILLA-3_1_4
-/util.js/1.3/Thu Nov 29 02:20:26 2007//TBUGZILLA-3_1_4
+/TUI.js/1.1/Tue Jul 12 12:32:16 2005//TBUGZILLA-3_2
+/attachment.js/1.3/Wed Mar  7 07:59:33 2007//TBUGZILLA-3_2
+/duplicates.js/1.2/Sun Jan 25 18:47:16 2004//TBUGZILLA-3_2
+/expanding-tree.js/1.2/Wed Feb 22 22:02:09 2006//TBUGZILLA-3_2
+/field.js/1.8.2.2/Thu Sep  4 22:04:47 2008//TBUGZILLA-3_2
+/help.js/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_2
+/params.js/1.1/Thu Aug  2 22:38:44 2007//TBUGZILLA-3_2
+/productform.js/1.3/Tue Apr 17 22:08:06 2007//TBUGZILLA-3_2
+/util.js/1.3.2.1/Wed Sep 17 23:55:42 2008//TBUGZILLA-3_2
 D/yui////
diff --git a/js/CVS/Tag b/js/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/js/CVS/Tag
+++ b/js/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/js/field.js b/js/field.js
index 044c9b6ac..497c9d2c1 100644
--- a/js/field.js
+++ b/js/field.js
@@ -161,6 +161,12 @@ function hideEditableField( container, input, action, field_id, original_value )
 function showEditableField (e, ContainerInputArray) {
     YAHOO.util.Dom.setStyle(ContainerInputArray[0], 'display', 'none');
     YAHOO.util.Dom.setStyle(ContainerInputArray[1], 'display', 'inline');
+    var inputs = YAHOO.util.Dom.get(ContainerInputArray[1]).getElementsByTagName('input')
+    if( inputs.length > 0) {
+        // focus on the first field, this makes it easier to edit
+        inputs[0].focus();
+        inputs[0].select();
+    }
     YAHOO.util.Event.preventDefault(e);
 }
 
@@ -207,7 +213,7 @@ function hideAliasAndSummary(short_desc_value, alias_value) {
     hideEditableField( 'summary_alias_container','summary_alias_input',
                        'editme_action','short_desc', short_desc_value);  
     // check that the alias hasn't changed
-    bz_alias_check_array = new Array('summary_alias_container',
+    var bz_alias_check_array = new Array('summary_alias_container',
                                      'summary_alias_input', 'alias', alias_value);
     YAHOO.util.Event.addListener( window, 'load', checkForChangedFieldValues,
                                  bz_alias_check_array);
@@ -261,7 +267,7 @@ function showHideStatusItems(e, dupArrayInfo) {
             YAHOO.util.Dom.setStyle('resolution_settings', 'display', 'inline');
             YAHOO.util.Dom.setStyle('resolution_settings_warning', 'display', 'block');  
         }
-        else if (close_status_array.indexOf(el.value) > -1) {
+        else if ( bz_isValueInArray(close_status_array, el.value) ) {
             // hide duplicate and show resolution
             YAHOO.util.Dom.setStyle('resolution_settings', 'display', 'inline');
             YAHOO.util.Dom.setStyle('resolution_settings_warning', 'display', 'block');
@@ -273,7 +279,7 @@ function showDuplicateItem(e) {
     var resolution = document.getElementById('resolution');
     var bug_status = document.getElementById('bug_status');
     if (resolution) {
-        if (resolution.value == 'DUPLICATE' && close_status_array.indexOf(bug_status.value) > -1 ) {
+        if (resolution.value == 'DUPLICATE' && bz_isValueInArray( close_status_array, bug_status.value) ) {
             // hide resolution show duplicate
             YAHOO.util.Dom.setStyle('duplicate_settings', 'display', 'inline');
             YAHOO.util.Dom.setStyle('dup_id_discoverable', 'display', 'none');
diff --git a/js/keyword-chooser.js b/js/keyword-chooser.js
deleted file mode 100644
index 9440e5886..000000000
--- a/js/keyword-chooser.js
+++ /dev/null
@@ -1,141 +0,0 @@
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Keyword Chooser.
- *
- * The Initial Developer of the Original Code is America Online, Inc.
- * Portions created by the Initial Developer are Copyright (C) 2004
- * Mozilla Foundation. All Rights Reserved.
- *
- * Contributor(s):
- *   Christopher A. Aillon <christopher@aillon.com> (Original Author)
- *
- * ***** END LICENSE BLOCK ***** */
-
-function KeywordChooser(aParent, aChooser, aAvail, aChosen, aValidKeywords)
-{
-  // Initialization
-  this._parent = aParent;
-  this._chooser = aChooser;
-  this._available = aAvail;
-  this._chosen = aChosen;
-  this._validKeywords = aValidKeywords;
-
-  this.setInitialStyles();
-
-  // Register us, our properties, and our events
-  this._parent.chooser = this;
-  this._chooser.chooserElement = this._parent;
-}
-
-KeywordChooser.prototype =
-{
-  // chooses the selected items
-  choose: function()
-  {
-    this._swapSelected(this._available, this._chosen);
-  },
-
-  unchoose: function()
-  {
-    this._swapSelected(this._chosen, this._available);
-  },
-
-  positionChooser: function()
-  {
-    if (this._positioned) return;
-    bz_overlayBelow(this._chooser, this._parent);
-    this._positioned = true;
-  },
-
-  setInitialStyles: function()
-  {
-    this._chooser.style.display = "none";
-    this._chooser.style.position = "absolute";
-    this._positioned = false;
-  },
-
-  open: function()
-  {
-    this._chooser.style.display = "";
-    this._available.style.display = "";
-    this._chosen.style.display = "";
-    this._parent.disabled = true;
-    this.positionChooser();
-  },
-
-  ok: function()
-  {
-    var len = this._chosen.options.length;
-
-    var text = "";
-    for (var i = 0; i < len; i++) {
-      text += this._chosen.options[i].text;
-      if (i != len - 1) {
-        text += ", ";
-      }
-    }
-
-    this._parent.value = text;
-    this._parent.title = text;
-
-    this.close();
-  },
-
-  cancel: function()
-  {
-    var chosentext = this._parent.value;
-    var chosenArray = new Array(); 
-
-    if (chosentext != ""){
-      chosenArray = chosentext.split(", ");
-    }
-
-    var availArray = new Array();
-  
-    for (var i = 0; i < this._validKeywords.length; i++) {
-      if (!bz_isValueInArray(chosenArray, this._validKeywords[i])) {
-        availArray[availArray.length] = this._validKeywords[i];
-      }
-    }
-
-    bz_populateSelectFromArray(this._available, availArray, false, true);
-    bz_populateSelectFromArray(this._chosen, chosenArray, false, true);
-    this.close();
-  },
-
-  close: function()
-  {
-    this._chooser.style.display = "none";
-    this._parent.disabled = false;
-  },
-
-  _swapSelected: function(aSource, aTarget)
-  {
-    var kNothingSelected = -1;
-    while (aSource.selectedIndex != kNothingSelected) {
-      var option = aSource.options[aSource.selectedIndex];
-      aTarget.appendChild(option);
-      option.selected = false;
-    }
-  }
-};
-
-function InitializeKeywordChooser(aValidKeywords)
-{
-  var keywords = document.getElementById("keywords");
-  var chooser = document.getElementById("keyword-chooser");
-  var avail = document.getElementById("keyword-list");
-  var chosen = document.getElementById("bug-keyword-list");
-  var chooserObj = new KeywordChooser(keywords, chooser, avail, chosen, aValidKeywords);
-}
diff --git a/js/util.js b/js/util.js
index 98bafb664..ce7ea4cae 100644
--- a/js/util.js
+++ b/js/util.js
@@ -134,82 +134,6 @@ function bz_overlayBelow(item, parent) {
     item.style.top = elemY + elemH + 1 + "px";
 }
 
-/**
- * Create wanted options in a select form control.
- *
- * @param  aSelect        Select form control to manipulate.
- * @param  aValue         Value attribute of the new option element.
- * @param  aTextValue     Value of a text node appended to the new option
- *                        element.
- * @param  aOwnerDocument Owner document of the new option element. If not
- *                        specified then "document" will be used.
- * @return                Created option element.
- */
-function bz_createOptionInSelect(aSelect, aValue, aTextValue, aOwnerDocument)
-{
-  if (!aOwnerDocument) {
-    aOwnerDocument = document;
-  }
-
-  var myOption = aOwnerDocument.createElement("option");
-  myOption.setAttribute("value", aValue);
-
-  var myTextNode = aOwnerDocument.createTextNode(aTextValue)
-  myOption.appendChild(myTextNode);
-
-  aSelect.appendChild(myOption);
-
-  return myOption;
-}
-
-/**
- * Clears all options from a select form control.
- *
- * @param  aElm       Select form control of which options to clear.
- * @param  aSkipFirst Boolean; true to skip (not clear) first option in the
- *                    select and false to remove all options.
- */
-function bz_clearOptions(aElm, aSkipFirst)
-{
-  var start = 0;
-
-  // Skip the first element? (for 'Choose One' type foo)
-  if (aSkipFirst) {
-    start = 1;
-  }
-
-  var length = aElm.options.length;
-
-  for (var run = start; run < length; run++) {
-    aElm.removeChild(aElm.options[start]);
-  }
-}
-
-/**
- * Takes an array and moves all the values to an select.
- *
- * @param aSelect         Select form control to populate. Will be cleared
- *                        before array values are created in it.
- * @param aArray          Array with values to populate select with.
- * @param aSkipFirst      Boolean; true to skip (not touch) first option in the
- *                        select and false to remove all options.
- * @param aUseNameAsValue Boolean; true if name is used as value and false if
- *                        not.
- */
-function bz_populateSelectFromArray(aSelect, aArray, aSkipFirst, aUseNameAsValue)
-{
-  // Clear the field
-  bz_clearOptions(aSelect, aSkipFirst);
-
-  for (var run = 0; run < aArray.length; run++) {
-    if (aUseNameAsValue) {
-      bz_createOptionInSelect(aSelect, aArray[run], aArray[run]);
-    } else {
-      bz_createOptionInSelect(aSelect, aArray[run][0], aArray[run][0]);
-    }
-  }
-}
-
 /**
  * Checks if a specified value is in the specified array.
  *
diff --git a/js/yui/CVS/Entries b/js/yui/CVS/Entries
index e75f28b08..ebf80d7bd 100644
--- a/js/yui/CVS/Entries
+++ b/js/yui/CVS/Entries
@@ -1,3 +1,3 @@
-/calendar.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_1_4
-/yahoo-dom-event.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_1_4
+/calendar.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_2
+/yahoo-dom-event.js/1.1/Thu Nov 29 02:20:27 2007//TBUGZILLA-3_2
 D
diff --git a/js/yui/CVS/Tag b/js/yui/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/js/yui/CVS/Tag
+++ b/js/yui/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/lib/CVS/Entries b/lib/CVS/Entries
index 3380d6d2d..034afea01 100644
--- a/lib/CVS/Entries
+++ b/lib/CVS/Entries
@@ -1,2 +1,2 @@
-/README/1.1/Fri Oct 19 06:46:19 2007//TBUGZILLA-3_1_4
+/README/1.1/Fri Oct 19 06:46:19 2007//TBUGZILLA-3_2
 D
diff --git a/lib/CVS/Tag b/lib/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/lib/CVS/Tag
+++ b/lib/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/post_bug.cgi b/post_bug.cgi
index 957e7b75f..a9910e83a 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -264,7 +264,6 @@ if ($cgi->cookie("BUGLIST")) {
     @bug_list = split(/:/, $cgi->cookie("BUGLIST"));
 }
 $vars->{'bug_list'} = \@bug_list;
-$vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
 $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
 if ($token) {
diff --git a/process_bug.cgi b/process_bug.cgi
index cf24c96c9..7e484d2b0 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -68,7 +68,6 @@ my $cgi = Bugzilla->cgi;
 my $dbh = Bugzilla->dbh;
 my $template = Bugzilla->template;
 my $vars = {};
-$vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
 $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
 ######################################################################
diff --git a/quips.cgi b/quips.cgi
index 295b6c83f..33b4e23ce 100755
--- a/quips.cgi
+++ b/quips.cgi
@@ -88,6 +88,11 @@ if ($action eq "add") {
 }
 
 if ($action eq 'approve') {
+    $user->in_group('admin')
+      || ThrowUserError("auth_failure", {group  => "admin",
+                                         action => "approve",
+                                         object => "quips"});
+ 
     # Read in the entire quip list
     my $quipsref = $dbh->selectall_arrayref("SELECT quipid, approved FROM quips");
     
@@ -100,11 +105,18 @@ if ($action eq 'approve') {
     my @approved;
     my @unapproved;
     foreach my $quipid (keys %quips) {
-       my $form = $cgi->param('quipid_'.$quipid) ? 1 : 0;
-       if($quips{$quipid} ne $form) {
-           if($form) { push(@approved, $quipid); }
-           else { push(@unapproved, $quipid); }
-       }
+        # Must check for each quipid being defined for concurrency and
+        # automated usage where only one quipid might be defined.
+        my $quip = $cgi->param("quipid_$quipid") ? 1 : 0;
+        if(defined($cgi->param("defined_quipid_$quipid"))) {
+            if($quips{$quipid} != $quip) {
+                if($quip) { 
+                    push(@approved, $quipid); 
+                } else { 
+                    push(@unapproved, $quipid); 
+                }
+            }
+        }
     }
     $dbh->do("UPDATE quips SET approved = 1 WHERE quipid IN (" .
             join(",", @approved) . ")") if($#approved > -1);
diff --git a/request.cgi b/request.cgi
index c854a1767..cad1f6f53 100755
--- a/request.cgi
+++ b/request.cgi
@@ -76,6 +76,15 @@ else {
     $vars->{'products'} = $user->get_selectable_products;
     $vars->{'types'} = \@types;
     $vars->{'requests'} = {};
+
+    my %components;
+    foreach my $prod (@{$vars->{'products'}}) {
+        foreach my $comp (@{$prod->components}) {
+            $components{$comp->name} = 1;
+        }
+    }
+    $vars->{'components'} = [ sort { $a cmp $b } keys %components ];
+
     $template->process('request/queue.html.tmpl', $vars)
       || ThrowTemplateError($template->error());
 }
@@ -307,6 +316,14 @@ sub queue {
     $vars->{'requests'} = \@requests;
     $vars->{'types'} = \@types;
 
+    my %components;
+    foreach my $prod (@{$vars->{'products'}}) {
+        foreach my $comp (@{$prod->components}) {
+            $components{$comp->name} = 1;
+        }
+    }
+    $vars->{'components'} = [ sort { $a cmp $b } keys %components ];
+
     # Generate and return the UI (HTML page) from the appropriate template.
     $template->process("request/queue.html.tmpl", $vars)
       || ThrowTemplateError($template->error());
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index 1332f75ed..e32635970 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -29,6 +29,7 @@ use strict;
 use lib qw(. lib);
 
 use Bugzilla;
+use Bugzilla::Bug;
 use Bugzilla::Constants;
 use Bugzilla::Util;
 use Bugzilla::Error;
@@ -221,6 +222,26 @@ if ($cgi->param('repair_creation_date')) {
     Status('bug_creation_date_fixed', {bug_count => scalar(@$bug_ids)});
 }
 
+###########################################################################
+# Fix entries in Bugs full_text
+###########################################################################
+
+if ($cgi->param('repair_bugs_fulltext')) {
+    Status('bugs_fulltext_start');
+
+    my $bug_ids = $dbh->selectcol_arrayref('SELECT bugs.bug_id
+                                            FROM bugs
+                                            LEFT JOIN bugs_fulltext
+                                            ON bugs_fulltext.bug_id = bugs.bug_id
+                                            WHERE bugs_fulltext.bug_id IS NULL');
+
+   foreach my $bugid (@$bug_ids) {
+       Bugzilla::Bug->new($bugid)->_sync_fulltext('new_bug');
+   }
+
+   Status('bugs_fulltext_fixed', {bug_count => scalar(@$bug_ids)});
+}
+
 ###########################################################################
 # Send unsent mail
 ###########################################################################
@@ -272,11 +293,17 @@ if ($cgi->param('remove_invalid_bug_references')) {
 
     $dbh->bz_start_transaction();
 
-    foreach my $pair ('attachments/', 'bug_group_map/', 'bugs_activity/', 'cc/',
+    # Include custom multi-select fields to the list.
+    my @multi_selects = Bugzilla->get_fields({custom => 1, type => FIELD_TYPE_MULTI_SELECT});
+    my @addl_fields = map { 'bug_' . $_->name . '/' } @multi_selects;
+
+    foreach my $pair ('attachments/', 'bug_group_map/', 'bugs_activity/',
+                      'bugs_fulltext/', 'cc/',
                       'dependencies/blocked', 'dependencies/dependson',
                       'duplicates/dupe', 'duplicates/dupe_of',
-                      'flags/', 'keywords/', 'longdescs/', 'votes/') {
-
+                      'flags/', 'keywords/', 'longdescs/', 'votes/',
+                      @addl_fields)
+    {
         my ($table, $field) = split('/', $pair);
         $field ||= "bug_id";
 
@@ -319,6 +346,36 @@ if ($cgi->param('remove_invalid_attach_references')) {
     Status('attachment_reference_deletion_end');
 }
 
+###########################################################################
+# Remove all references to deleted users or groups from whines
+###########################################################################
+
+if ($cgi->param('remove_old_whine_targets')) {
+    Status('whines_obsolete_target_deletion_start');
+
+    $dbh->bz_start_transaction();
+
+    foreach my $target (['groups', 'id', MAILTO_GROUP],
+                        ['profiles', 'userid', MAILTO_USER])
+    {
+        my ($table, $col, $type) = @$target;
+        my $old_ids =
+          $dbh->selectcol_arrayref("SELECT DISTINCT mailto
+                                      FROM whine_schedules
+                                 LEFT JOIN $table
+                                        ON $table.$col = whine_schedules.mailto
+                                     WHERE mailto_type = $type AND $table.$col IS NULL");
+
+        if (scalar(@$old_ids)) {
+            $dbh->do("DELETE FROM whine_schedules
+                       WHERE mailto_type = $type AND mailto IN (" .
+                       join(',', @$old_ids) . ")");
+        }
+    }
+    $dbh->bz_commit_transaction();
+    Status('whines_obsolete_target_deletion_end');
+}
+
 Status('checks_start');
 
 ###########################################################################
@@ -405,9 +462,14 @@ CrossCheck("flagtypes", "id",
            ["flagexclusions", "type_id"],
            ["flaginclusions", "type_id"]);
 
+# Include custom multi-select fields to the list.
+my @multi_selects = Bugzilla->get_fields({custom => 1, type => FIELD_TYPE_MULTI_SELECT});
+my @addl_fields = map { ['bug_' . $_->name, 'bug_id'] } @multi_selects;
+
 CrossCheck("bugs", "bug_id",
            ["bugs_activity", "bug_id"],
            ["bug_group_map", "bug_id"],
+           ["bugs_fulltext", "bug_id"],
            ["attachments", "bug_id"],
            ["cc", "bug_id"],
            ["longdescs", "bug_id"],
@@ -417,7 +479,8 @@ CrossCheck("bugs", "bug_id",
            ["votes", "bug_id"],
            ["keywords", "bug_id"],
            ["duplicates", "dupe_of", "dupe"],
-           ["duplicates", "dupe", "dupe_of"]);
+           ["duplicates", "dupe", "dupe_of"],
+           @addl_fields);
 
 CrossCheck("groups", "id",
            ["bug_group_map", "group_id"],
@@ -862,6 +925,12 @@ Status('bug_check_creation_date');
 BugCheck("bugs WHERE creation_ts IS NULL", 'bug_check_creation_date_error_text',
          'repair_creation_date', 'bug_check_creation_date_repair_text');
 
+Status('bug_check_bugs_fulltext');
+
+BugCheck("bugs LEFT JOIN bugs_fulltext ON bugs_fulltext.bug_id = bugs.bug_id " .
+         "WHERE bugs_fulltext.bug_id IS NULL", 'bug_check_bugs_fulltext_error_text',
+         'repair_bugs_fulltext', 'bug_check_bugs_fulltext_repair_text');
+
 Status('bug_check_res_dupl');
 
 BugCheck("bugs INNER JOIN duplicates ON bugs.bug_id = duplicates.dupe " .
@@ -966,6 +1035,30 @@ if (scalar(@$badbugs > 0)) {
     Status('unsent_bugmail_fix');
 }
 
+###########################################################################
+# Whines
+###########################################################################
+
+Status('whines_obsolete_target_start');
+
+my $display_repair_whines_link = 0;
+foreach my $target (['groups', 'id', MAILTO_GROUP],
+                    ['profiles', 'userid', MAILTO_USER])
+{
+    my ($table, $col, $type) = @$target;
+    my $old = $dbh->selectall_arrayref("SELECT whine_schedules.id, mailto
+                                          FROM whine_schedules
+                                     LEFT JOIN $table
+                                            ON $table.$col = whine_schedules.mailto
+                                         WHERE mailto_type = $type AND $table.$col IS NULL");
+
+    if (scalar(@$old)) {
+        Status('whines_obsolete_target_alert', {schedules => $old, type => $type}, 'alert');
+        $display_repair_whines_link = 1;
+    }
+}
+Status('whines_obsolete_target_fix') if $display_repair_whines_link;
+
 ###########################################################################
 # End
 ###########################################################################
diff --git a/show_bug.cgi b/show_bug.cgi
index 782293af5..59e2286c3 100755
--- a/show_bug.cgi
+++ b/show_bug.cgi
@@ -97,7 +97,6 @@ eval {
 
 $vars->{'bugs'} = \@bugs;
 $vars->{'marks'} = \%marks;
-$vars->{'valid_keywords'} = [map($_->name, Bugzilla::Keyword->get_all)];
 $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
 my @bugids = map {$_->bug_id} grep {!$_->error} @bugs;
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi
index f7977446e..f9eb4ed88 100755
--- a/showdependencygraph.cgi
+++ b/showdependencygraph.cgi
@@ -247,7 +247,7 @@ my $webdotbase = Bugzilla->params->{'webdotbase'};
 if ($webdotbase =~ /^https?:/) {
      # Remote dot server. We don't hardcode 'urlbase' here in case
      # 'sslbase' is in use.
-     $webdotbase =~ s/%([a-z]*)%/Bugzilla->params->{$1}/g;
+     $webdotbase =~ s/%([a-z]*)%/Bugzilla->params->{$1}/eg;
      my $url = $webdotbase . $filename;
      $vars->{'image_url'} = $url . ".gif";
      $vars->{'map_url'} = $url . ".map";
diff --git a/skins/CVS/Entries b/skins/CVS/Entries
index 38cbeeeb0..ce65646f9 100644
--- a/skins/CVS/Entries
+++ b/skins/CVS/Entries
@@ -1,3 +1,3 @@
-/.cvsignore/1.2/Tue Aug 14 21:54:35 2007//TBUGZILLA-3_1_4
+/.cvsignore/1.2/Tue Aug 14 21:54:35 2007//TBUGZILLA-3_2
 D/contrib////
 D/standard////
diff --git a/skins/CVS/Tag b/skins/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/skins/CVS/Tag
+++ b/skins/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/skins/contrib/CVS/Tag b/skins/contrib/CVS/Tag
index 683dfe0fa..b64d7df73 100644
--- a/skins/contrib/CVS/Tag
+++ b/skins/contrib/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-3_1_4
+TBUGZILLA-3_2
diff --git a/skins/contrib/Dusk/CVS/Entries b/skins/contrib/Dusk/CVS/Entries
index 6314b443b..3caf3be28 100644
--- a/skins/contrib/Dusk/CVS/Entries
+++ b/skins/contrib/Dusk/CVS/Entries
@@ -1,4 +1,4 @@
-/.cvsignore/1.3/Sun Jan 27 19:21:12 2008//TBUGZILLA-3_1_4
-/buglist.css/1.1/Tue Aug 14 21:54:35 2007//TBUGZILLA-3_1_4
-/global.css/1.3/Thu Apr 10 16:33:37 2008//TBUGZILLA-3_1_4
+/.cvsignore/1.3/Sun Jan 27 19:21:12 2008//TBUGZILLA-3_2
+/buglist.css/1.1.2.1/Tue Aug 19 10:05:06 2008//TBUGZILLA-3_2
+/global.css/1.3.2.1/Sat Nov 29 22:11:05 2008//TBUGZILLA-3_2
 D
diff --git a/skins/contrib/Dusk/CVS/Tag b/skins/contrib/Dusk/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/skins/contrib/Dusk/CVS/Tag
+++ b/skins/contrib/Dusk/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/skins/contrib/Dusk/buglist.css b/skins/contrib/Dusk/buglist.css
index 477bd12cd..2e14368b1 100644
--- a/skins/contrib/Dusk/buglist.css
+++ b/skins/contrib/Dusk/buglist.css
@@ -21,5 +21,4 @@
 
 tr.bz_bugitem:hover {
     background-color: #ccccff;
-    cursor: pointer;
 }
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css
index 179d8f790..d6e815945 100644
--- a/skins/contrib/Dusk/global.css
+++ b/skins/contrib/Dusk/global.css
@@ -123,22 +123,6 @@ hr {
     border-top: 1px solid #c8c8ba;
 }
 
-/* knob-buttons */
-
-#knob-buttons {
-    margin-top: 10px;
-    margin-bottom: 5px;
-}
-
-#knob-buttons p {
-    display: inline;
-    padding-left: 10px;
-}
-
-#knob-buttons a {
-    font-size: 10pt;
-}
-
 /* comments */
 
 #comments th {
diff --git a/skins/standard/CVS/Entries b/skins/standard/CVS/Entries
index c36eaf8ad..b7650f15a 100644
--- a/skins/standard/CVS/Entries
+++ b/skins/standard/CVS/Entries
@@ -1,20 +1,20 @@
-/IE-fixes.css/1.2/Fri Feb  8 23:18:59 2008//TBUGZILLA-3_1_4
-/admin.css/1.6/Thu May 17 15:10:53 2007//TBUGZILLA-3_1_4
-/buglist.css/1.12/Thu Apr 10 16:33:45 2008//TBUGZILLA-3_1_4
-/create_attachment.css/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-3_1_4
-/dependency-tree.css/1.3/Sat Jan  6 19:48:10 2007//TBUGZILLA-3_1_4
-/duplicates.css/1.2/Fri Nov 15 22:04:04 2002//TBUGZILLA-3_1_4
-/editusers.css/1.3/Sun May 13 18:58:26 2007//TBUGZILLA-3_1_4
-/global.css/1.47/Wed Mar 19 23:41:00 2008//TBUGZILLA-3_1_4
-/help.css/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_1_4
-/index.css/1.8/Sun Mar 25 02:10:20 2007//TBUGZILLA-3_1_4
-/panel.css/1.1/Wed Dec 12 22:41:11 2001//TBUGZILLA-3_1_4
-/params.css/1.4/Thu Aug  2 22:38:45 2007//TBUGZILLA-3_1_4
-/release-notes.css/1.1/Thu Feb 22 18:41:29 2007//TBUGZILLA-3_1_4
-/show_bug.css/1.6/Thu Apr 10 16:33:45 2008//TBUGZILLA-3_1_4
-/show_multiple.css/1.4/Sun Jun 18 23:11:59 2006//TBUGZILLA-3_1_4
-/summarize-time.css/1.1/Mon Feb 28 17:52:57 2005//TBUGZILLA-3_1_4
-/voting.css/1.1/Tue Feb  8 15:49:57 2005//TBUGZILLA-3_1_4
+/IE-fixes.css/1.2/Fri Feb  8 23:18:59 2008//TBUGZILLA-3_2
+/admin.css/1.6.2.1/Mon Sep  8 20:39:27 2008//TBUGZILLA-3_2
+/buglist.css/1.12/Thu Apr 10 16:33:45 2008//TBUGZILLA-3_2
+/create_attachment.css/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-3_2
+/dependency-tree.css/1.3/Sat Jan  6 19:48:10 2007//TBUGZILLA-3_2
+/duplicates.css/1.2/Fri Nov 15 22:04:04 2002//TBUGZILLA-3_2
+/editusers.css/1.3/Sun May 13 18:58:26 2007//TBUGZILLA-3_2
+/global.css/1.47.2.5/Tue Oct  7 18:41:19 2008//TBUGZILLA-3_2
+/help.css/1.1/Sun Apr 15 18:43:26 2007//TBUGZILLA-3_2
+/index.css/1.8/Sun Mar 25 02:10:20 2007//TBUGZILLA-3_2
+/panel.css/1.1/Wed Dec 12 22:41:11 2001//TBUGZILLA-3_2
+/params.css/1.4/Thu Aug  2 22:38:45 2007//TBUGZILLA-3_2
+/release-notes.css/1.1/Thu Feb 22 18:41:29 2007//TBUGZILLA-3_2
+/show_bug.css/1.6.2.3/Wed Nov 19 19:18:13 2008//TBUGZILLA-3_2
+/show_multiple.css/1.4/Sun Jun 18 23:11:59 2006//TBUGZILLA-3_2
+/summarize-time.css/1.1/Mon Feb 28 17:52:57 2005//TBUGZILLA-3_2
+/voting.css/1.1/Tue Feb  8 15:49:57 2005//TBUGZILLA-3_2
 D/dependency-tree////
 D/global////
 D/index////
diff --git a/skins/standard/CVS/Tag b/skins/standard/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/skins/standard/CVS/Tag
+++ b/skins/standard/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/skins/standard/admin.css b/skins/standard/admin.css
index 830b39952..184c4961a 100644
--- a/skins/standard/admin.css
+++ b/skins/standard/admin.css
@@ -94,6 +94,16 @@ td.forbidden {
     background-color: #811;
 }
 
+/* Light green color */
+td.set {
+    background-color: #efe;
+}
+
+/* Light red color */
+td.unset {
+    background-color: #fee;
+}
+
 tr.highlight:hover {
     background-color: yellow;
 }
diff --git a/skins/standard/dependency-tree/CVS/Entries b/skins/standard/dependency-tree/CVS/Entries
index 143c00092..35a3a6e7c 100644
--- a/skins/standard/dependency-tree/CVS/Entries
+++ b/skins/standard/dependency-tree/CVS/Entries
@@ -1,5 +1,5 @@
-/bug-item.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_4
-/tree-closed.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_4
-/tree-open.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_1_4
-/tree.png/1.1/Tue May 23 00:31:35 2006/-kb/TBUGZILLA-3_1_4
+/bug-item.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_2
+/tree-closed.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_2
+/tree-open.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-3_2
+/tree.png/1.1/Tue May 23 00:31:35 2006/-kb/TBUGZILLA-3_2
 D
diff --git a/skins/standard/dependency-tree/CVS/Tag b/skins/standard/dependency-tree/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/skins/standard/dependency-tree/CVS/Tag
+++ b/skins/standard/dependency-tree/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/skins/standard/global.css b/skins/standard/global.css
index a2d99a672..f047bffa8 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -287,6 +287,10 @@ table#flags td {
     min-width: 3em;
 }
 
+#error_msg {
+    font-size: x-large;
+}
+
 .throw_error {
     background-color: #ff0000;
     color: black;
@@ -357,6 +361,7 @@ table.attachment_info td {
 /* For bug fields */
 .uneditable_textarea {
     width: 30em;
+    font-size: medium;
 }
 
 div.user_match {
@@ -421,17 +426,5 @@ form#Create .comment {
     color: green;
     margin: 0 0.5em;
     padding: 0.3em;
+    height: 8ex;
 }
-
-#keyword-chooser {
-    padding: 10px;
-    position: absolute;
-    z-index: 25;
-    top: 50px;
-    left: 50px;
-    border: 2px solid #404D6C;
-    -moz-border-radius: 5px;
-    background: white;
-}
-
-
diff --git a/skins/standard/global/CVS/Entries b/skins/standard/global/CVS/Entries
index 03ff54aa2..6e6b318ae 100644
--- a/skins/standard/global/CVS/Entries
+++ b/skins/standard/global/CVS/Entries
@@ -1,4 +1,4 @@
-/body-back.gif/1.1/Fri Mar 11 03:07:18 2005/-kb/TBUGZILLA-3_1_4
-/calendar.png/1.1/Thu Nov 29 02:20:30 2007/-kb/TBUGZILLA-3_1_4
-/header.png/1.1/Thu Feb  3 19:23:17 2005/-kb/TBUGZILLA-3_1_4
+/body-back.gif/1.1/Fri Mar 11 03:07:18 2005/-kb/TBUGZILLA-3_2
+/calendar.png/1.1/Thu Nov 29 02:20:30 2007/-kb/TBUGZILLA-3_2
+/header.png/1.1/Thu Feb  3 19:23:17 2005/-kb/TBUGZILLA-3_2
 D
diff --git a/skins/standard/global/CVS/Tag b/skins/standard/global/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/skins/standard/global/CVS/Tag
+++ b/skins/standard/global/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/skins/standard/index/CVS/Entries b/skins/standard/index/CVS/Entries
index 8064fd5ec..4ecdd6d00 100644
--- a/skins/standard/index/CVS/Entries
+++ b/skins/standard/index/CVS/Entries
@@ -1,2 +1,2 @@
-/front.png/1.1/Thu Feb  3 19:23:17 2005/-kb/TBUGZILLA-3_1_4
+/front.png/1.1/Thu Feb  3 19:23:17 2005/-kb/TBUGZILLA-3_2
 D
diff --git a/skins/standard/index/CVS/Tag b/skins/standard/index/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/skins/standard/index/CVS/Tag
+++ b/skins/standard/index/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css
index cba882cbc..52d99a81c 100644
--- a/skins/standard/show_bug.css
+++ b/skins/standard/show_bug.css
@@ -61,3 +61,15 @@
 .bz_time_tracking_table .bz_summarize_time {
     text-align: right;
 }
+
+#summary tr td { 
+    vertical-align:top;
+}
+
+#status { 
+    margin-bottom: 3ex;
+}
+
+#knob-buttons {
+    float: right;
+}
diff --git a/skins/standard/yui/CVS/Entries b/skins/standard/yui/CVS/Entries
index e67fb1306..a7f97bc12 100644
--- a/skins/standard/yui/CVS/Entries
+++ b/skins/standard/yui/CVS/Entries
@@ -1,3 +1,3 @@
-/calendar.css/1.1/Thu Nov 29 02:20:31 2007//TBUGZILLA-3_1_4
-/sprite.png/1.1/Thu Nov 29 02:20:31 2007/-kb/TBUGZILLA-3_1_4
+/calendar.css/1.1/Thu Nov 29 02:20:31 2007//TBUGZILLA-3_2
+/sprite.png/1.1/Thu Nov 29 02:20:31 2007/-kb/TBUGZILLA-3_2
 D
diff --git a/skins/standard/yui/CVS/Tag b/skins/standard/yui/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/skins/standard/yui/CVS/Tag
+++ b/skins/standard/yui/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/t/008filter.t b/t/008filter.t
index 8b92d94d0..d999e2008 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -190,7 +190,7 @@ sub directive_ok {
     return 1 if $directive =~ /^[0-9]+$/;
 
     # Simple assignments
-    return 1 if $directive =~ /^[\w\.\$]+\s+=\s+/;
+    return 1 if $directive =~ /^[\w\.\$\{\}]+\s+=\s+/;
 
     # Conditional literals with either sort of quotes 
     # There must be no $ in the string for it to be a literal
diff --git a/t/CVS/Entries b/t/CVS/Entries
index 60147fe59..e06a03635 100644
--- a/t/CVS/Entries
+++ b/t/CVS/Entries
@@ -1,13 +1,13 @@
-/001compile.t/1.17/Tue Mar 18 17:30:02 2008//TBUGZILLA-3_1_4
-/002goodperl.t/1.15/Wed Sep  8 22:46:34 2004//TBUGZILLA-3_1_4
-/003safesys.t/1.6/Sun Dec  5 14:13:27 2004//TBUGZILLA-3_1_4
-/004template.t/1.40/Wed Mar  5 17:19:48 2008//TBUGZILLA-3_1_4
-/005no_tabs.t/1.13/Fri Aug  5 23:47:27 2005//TBUGZILLA-3_1_4
-/006spellcheck.t/1.6/Wed Jul 25 14:47:20 2007//TBUGZILLA-3_1_4
-/007util.t/1.9/Sun Oct  7 22:56:37 2007//TBUGZILLA-3_1_4
-/008filter.t/1.27/Sun Jan 27 19:21:13 2008//TBUGZILLA-3_1_4
-/009bugwords.t/1.7/Wed Jul 25 14:51:00 2007//TBUGZILLA-3_1_4
-/010dependencies.t/1.1/Tue Sep  5 17:02:45 2006//TBUGZILLA-3_1_4
-/011pod.t/1.1/Tue Jul 26 14:23:50 2005//TBUGZILLA-3_1_4
-/012throwables.t/1.5/Wed Oct  4 20:20:59 2006//TBUGZILLA-3_1_4
+/001compile.t/1.17/Tue Mar 18 17:30:02 2008//TBUGZILLA-3_2
+/002goodperl.t/1.15/Wed Sep  8 22:46:34 2004//TBUGZILLA-3_2
+/003safesys.t/1.6/Sun Dec  5 14:13:27 2004//TBUGZILLA-3_2
+/004template.t/1.40/Wed Mar  5 17:19:48 2008//TBUGZILLA-3_2
+/005no_tabs.t/1.13/Fri Aug  5 23:47:27 2005//TBUGZILLA-3_2
+/006spellcheck.t/1.6/Wed Jul 25 14:47:20 2007//TBUGZILLA-3_2
+/007util.t/1.9/Sun Oct  7 22:56:37 2007//TBUGZILLA-3_2
+/008filter.t/1.28/Wed May  7 22:16:24 2008//TBUGZILLA-3_2
+/009bugwords.t/1.7/Wed Jul 25 14:51:00 2007//TBUGZILLA-3_2
+/010dependencies.t/1.1/Tue Sep  5 17:02:45 2006//TBUGZILLA-3_2
+/011pod.t/1.1/Tue Jul 26 14:23:50 2005//TBUGZILLA-3_2
+/012throwables.t/1.5/Wed Oct  4 20:20:59 2006//TBUGZILLA-3_2
 D/Support////
diff --git a/t/CVS/Tag b/t/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/t/CVS/Tag
+++ b/t/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/t/Support/CVS/Entries b/t/Support/CVS/Entries
index 515f6266a..2b6885e87 100644
--- a/t/Support/CVS/Entries
+++ b/t/Support/CVS/Entries
@@ -1,4 +1,4 @@
-/Files.pm/1.23/Fri Aug  3 13:41:43 2007//TBUGZILLA-3_1_4
-/Systemexec.pm/1.2/Fri Oct 19 22:39:51 2001//TBUGZILLA-3_1_4
-/Templates.pm/1.15/Tue Jul  4 22:25:47 2006//TBUGZILLA-3_1_4
+/Files.pm/1.23/Fri Aug  3 13:41:43 2007//TBUGZILLA-3_2
+/Systemexec.pm/1.2/Fri Oct 19 22:39:51 2001//TBUGZILLA-3_2
+/Templates.pm/1.15/Tue Jul  4 22:25:47 2006//TBUGZILLA-3_2
 D
diff --git a/t/Support/CVS/Tag b/t/Support/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/t/Support/CVS/Tag
+++ b/t/Support/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/CVS/Entries b/template/CVS/Entries
index 13ecea64c..1aa9cf236 100644
--- a/template/CVS/Entries
+++ b/template/CVS/Entries
@@ -1,2 +1,2 @@
-/.cvsignore/1.3/Tue May  7 21:33:53 2002//TBUGZILLA-3_1_4
+/.cvsignore/1.3/Tue May  7 21:33:53 2002//TBUGZILLA-3_2
 D/en////
diff --git a/template/CVS/Tag b/template/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/CVS/Tag
+++ b/template/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/CVS/Entries b/template/en/CVS/Entries
index ff9afe6b1..fb1b404cd 100644
--- a/template/en/CVS/Entries
+++ b/template/en/CVS/Entries
@@ -1,3 +1,3 @@
-/.cvsignore/1.1/Wed Apr 24 07:29:49 2002//TBUGZILLA-3_1_4
+/.cvsignore/1.1/Wed Apr 24 07:29:49 2002//TBUGZILLA-3_2
 D/default////
 D/extension////
diff --git a/template/en/CVS/Tag b/template/en/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/CVS/Tag
+++ b/template/en/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/CVS/Entries b/template/en/default/CVS/Entries
index b8a498cf9..c9580b912 100644
--- a/template/en/default/CVS/Entries
+++ b/template/en/default/CVS/Entries
@@ -1,9 +1,9 @@
-/config.js.tmpl/1.11/Sun Apr 20 09:50:02 2008//TBUGZILLA-3_1_4
-/config.rdf.tmpl/1.12/Sun Apr 20 09:50:03 2008//TBUGZILLA-3_1_4
-/filterexceptions.pl/1.111/Mon May  5 00:05:49 2008//TBUGZILLA-3_1_4
-/index.html.tmpl/1.40/Thu Apr  3 19:05:49 2008//TBUGZILLA-3_1_4
-/sidebar.xul.tmpl/1.25/Mon Aug 20 18:24:39 2007//TBUGZILLA-3_1_4
-/welcome-admin.html.tmpl/1.4/Mon Feb 25 16:16:33 2008//TBUGZILLA-3_1_4
+/config.js.tmpl/1.11/Sun Apr 20 09:50:02 2008//TBUGZILLA-3_2
+/config.rdf.tmpl/1.13.2.1/Wed Nov 26 01:03:48 2008//TBUGZILLA-3_2
+/filterexceptions.pl/1.111.2.3/Fri Nov 21 21:55:59 2008//TBUGZILLA-3_2
+/index.html.tmpl/1.40/Thu Apr  3 19:05:49 2008//TBUGZILLA-3_2
+/sidebar.xul.tmpl/1.25/Mon Aug 20 18:24:39 2007//TBUGZILLA-3_2
+/welcome-admin.html.tmpl/1.4/Mon Feb 25 16:16:33 2008//TBUGZILLA-3_2
 D/account////
 D/admin////
 D/attachment////
diff --git a/template/en/default/CVS/Tag b/template/en/default/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/CVS/Tag
+++ b/template/en/default/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/account/CVS/Entries b/template/en/default/account/CVS/Entries
index 63b92395b..4a89f6797 100644
--- a/template/en/default/account/CVS/Entries
+++ b/template/en/default/account/CVS/Entries
@@ -1,7 +1,7 @@
-/cancel-token.txt.tmpl/1.15/Wed Apr  2 17:42:28 2008//TBUGZILLA-3_1_4
-/create.html.tmpl/1.12/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_4
-/created.html.tmpl/1.9/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_4
-/profile-activity.html.tmpl/1.4/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_1_4
+/cancel-token.txt.tmpl/1.15/Wed Apr  2 17:42:28 2008//TBUGZILLA-3_2
+/create.html.tmpl/1.12/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_2
+/created.html.tmpl/1.9/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_2
+/profile-activity.html.tmpl/1.4/Mon Aug 20 18:24:40 2007//TBUGZILLA-3_2
 D/auth////
 D/email////
 D/password////
diff --git a/template/en/default/account/CVS/Tag b/template/en/default/account/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/account/CVS/Tag
+++ b/template/en/default/account/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/account/auth/CVS/Entries b/template/en/default/account/auth/CVS/Entries
index 36897ad3b..4b1a3c4e0 100644
--- a/template/en/default/account/auth/CVS/Entries
+++ b/template/en/default/account/auth/CVS/Entries
@@ -1,3 +1,3 @@
-/login-small.html.tmpl/1.11/Mon Mar 31 08:51:03 2008//TBUGZILLA-3_1_4
-/login.html.tmpl/1.21/Mon Mar 31 08:51:03 2008//TBUGZILLA-3_1_4
+/login-small.html.tmpl/1.11/Mon Mar 31 08:51:03 2008//TBUGZILLA-3_2
+/login.html.tmpl/1.21/Mon Mar 31 08:51:03 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/account/auth/CVS/Tag b/template/en/default/account/auth/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/account/auth/CVS/Tag
+++ b/template/en/default/account/auth/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/account/email/CVS/Entries b/template/en/default/account/email/CVS/Entries
index 69fe66fb5..34d524336 100644
--- a/template/en/default/account/email/CVS/Entries
+++ b/template/en/default/account/email/CVS/Entries
@@ -1,6 +1,6 @@
-/change-new.txt.tmpl/1.12/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4
-/change-old.txt.tmpl/1.13/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4
-/confirm-new.html.tmpl/1.5/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4
-/confirm.html.tmpl/1.11/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4
-/request-new.txt.tmpl/1.6/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_1_4
+/change-new.txt.tmpl/1.12/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_2
+/change-old.txt.tmpl/1.13/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_2
+/confirm-new.html.tmpl/1.5/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_2
+/confirm.html.tmpl/1.11/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_2
+/request-new.txt.tmpl/1.6/Mon Aug 20 18:24:41 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/account/email/CVS/Tag b/template/en/default/account/email/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/account/email/CVS/Tag
+++ b/template/en/default/account/email/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/account/password/CVS/Entries b/template/en/default/account/password/CVS/Entries
index c613b8427..243ec4944 100644
--- a/template/en/default/account/password/CVS/Entries
+++ b/template/en/default/account/password/CVS/Entries
@@ -1,3 +1,3 @@
-/forgotten-password.txt.tmpl/1.10/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4
-/set-forgotten-password.html.tmpl/1.8/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4
+/forgotten-password.txt.tmpl/1.10/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_2
+/set-forgotten-password.html.tmpl/1.8/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/account/password/CVS/Tag b/template/en/default/account/password/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/account/password/CVS/Tag
+++ b/template/en/default/account/password/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/account/prefs/CVS/Entries b/template/en/default/account/prefs/CVS/Entries
index 2e3564adf..cb6678848 100644
--- a/template/en/default/account/prefs/CVS/Entries
+++ b/template/en/default/account/prefs/CVS/Entries
@@ -1,7 +1,7 @@
-/account.html.tmpl/1.9/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4
-/email.html.tmpl/1.30/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4
-/permissions.html.tmpl/1.13/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4
-/prefs.html.tmpl/1.30/Sun Oct 21 20:59:28 2007//TBUGZILLA-3_1_4
-/saved-searches.html.tmpl/1.18/Tue Feb 12 00:57:27 2008//TBUGZILLA-3_1_4
-/settings.html.tmpl/1.6/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_1_4
+/account.html.tmpl/1.9.2.1/Sat Oct 18 16:34:33 2008//TBUGZILLA-3_2
+/email.html.tmpl/1.30/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_2
+/permissions.html.tmpl/1.13/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_2
+/prefs.html.tmpl/1.30/Sun Oct 21 20:59:28 2007//TBUGZILLA-3_2
+/saved-searches.html.tmpl/1.18/Tue Feb 12 00:57:27 2008//TBUGZILLA-3_2
+/settings.html.tmpl/1.6/Mon Aug 20 18:24:42 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/account/prefs/CVS/Tag b/template/en/default/account/prefs/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/account/prefs/CVS/Tag
+++ b/template/en/default/account/prefs/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl
index 4d2a1ea60..15f0702a7 100644
--- a/template/en/default/account/prefs/account.html.tmpl
+++ b/template/en/default/account/prefs/account.html.tmpl
@@ -94,5 +94,7 @@
       </tr>
     [% END %]
   [% END %]
-  
+
+  [% Hook.process('field') %]
+
 </table>
diff --git a/template/en/default/admin/CVS/Entries b/template/en/default/admin/CVS/Entries
index 968966db3..7c83f5e28 100644
--- a/template/en/default/admin/CVS/Entries
+++ b/template/en/default/admin/CVS/Entries
@@ -1,7 +1,7 @@
-/admin.html.tmpl/1.6/Tue Nov 13 21:39:05 2007//TBUGZILLA-3_1_4
-/confirm-action.html.tmpl/1.2/Mon Aug 20 18:24:43 2007//TBUGZILLA-3_1_4
-/sudo.html.tmpl/1.7/Mon Oct 22 21:41:59 2007//TBUGZILLA-3_1_4
-/table.html.tmpl/1.10/Wed Mar 19 23:41:05 2008//TBUGZILLA-3_1_4
+/admin.html.tmpl/1.6/Tue Nov 13 21:39:05 2007//TBUGZILLA-3_2
+/confirm-action.html.tmpl/1.2/Mon Aug 20 18:24:43 2007//TBUGZILLA-3_2
+/sudo.html.tmpl/1.7.2.1/Wed Nov 19 22:10:01 2008//TBUGZILLA-3_2
+/table.html.tmpl/1.10/Wed Mar 19 23:41:05 2008//TBUGZILLA-3_2
 D/classifications////
 D/components////
 D/custom_fields////
diff --git a/template/en/default/admin/CVS/Tag b/template/en/default/admin/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/CVS/Tag
+++ b/template/en/default/admin/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/classifications/CVS/Entries b/template/en/default/admin/classifications/CVS/Entries
index 11efd476e..a1b1f1d55 100644
--- a/template/en/default/admin/classifications/CVS/Entries
+++ b/template/en/default/admin/classifications/CVS/Entries
@@ -1,6 +1,6 @@
-/add.html.tmpl/1.5/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4
-/del.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.12/Fri Aug 24 05:03:42 2007//TBUGZILLA-3_1_4
-/reclassify.html.tmpl/1.9/Mon Mar 17 14:48:57 2008//TBUGZILLA-3_1_4
-/select.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4
+/add.html.tmpl/1.5/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_2
+/del.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.12/Fri Aug 24 05:03:42 2007//TBUGZILLA-3_2
+/reclassify.html.tmpl/1.9/Mon Mar 17 14:48:57 2008//TBUGZILLA-3_2
+/select.html.tmpl/1.8/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/classifications/CVS/Tag b/template/en/default/admin/classifications/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/classifications/CVS/Tag
+++ b/template/en/default/admin/classifications/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/components/CVS/Entries b/template/en/default/admin/components/CVS/Entries
index 98724f104..b6699de20 100644
--- a/template/en/default/admin/components/CVS/Entries
+++ b/template/en/default/admin/components/CVS/Entries
@@ -1,7 +1,7 @@
-/confirm-delete.html.tmpl/1.12/Sun Oct  7 23:18:21 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.14/Thu Oct 11 23:07:24 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.15/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4
-/footer.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.6/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4
-/select-product.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.12/Sun Oct  7 23:18:21 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.14.2.1/Wed Nov 19 21:03:49 2008//TBUGZILLA-3_2
+/edit.html.tmpl/1.15.2.1/Wed Nov 19 21:03:49 2008//TBUGZILLA-3_2
+/footer.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.6/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_2
+/select-product.html.tmpl/1.4/Mon Aug 20 18:24:44 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/components/CVS/Tag b/template/en/default/admin/components/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/components/CVS/Tag
+++ b/template/en/default/admin/components/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl
index 5e414d52a..86411adad 100644
--- a/template/en/default/admin/components/create.html.tmpl
+++ b/template/en/default/admin/components/create.html.tmpl
@@ -54,7 +54,6 @@
            id => "initialowner"
            value => ""
            size => 64
-           emptyok => 1
          %]
       </td>
     </tr>
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index 57bc8aad4..9ddb8ca3e 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -63,7 +63,6 @@
            id => "initialowner"
            value => comp.default_assignee.login
            size => 64
-           emptyok => 1
          %]
       </td>
   
diff --git a/template/en/default/admin/custom_fields/CVS/Entries b/template/en/default/admin/custom_fields/CVS/Entries
index ddb7a5ff8..4775fc6bb 100644
--- a/template/en/default/admin/custom_fields/CVS/Entries
+++ b/template/en/default/admin/custom_fields/CVS/Entries
@@ -1,5 +1,5 @@
-/confirm-delete.html.tmpl/1.1/Wed Feb  6 16:18:13 2008//TBUGZILLA-3_1_4
-/create.html.tmpl/1.9/Sun Nov 11 21:57:09 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.9/Wed Feb  6 16:15:40 2008//TBUGZILLA-3_1_4
-/list.html.tmpl/1.7/Wed Feb  6 16:15:40 2008//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.1/Wed Feb  6 16:18:13 2008//TBUGZILLA-3_2
+/create.html.tmpl/1.9/Sun Nov 11 21:57:09 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.9/Wed Feb  6 16:15:40 2008//TBUGZILLA-3_2
+/list.html.tmpl/1.7/Wed Feb  6 16:15:40 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/custom_fields/CVS/Tag b/template/en/default/admin/custom_fields/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/custom_fields/CVS/Tag
+++ b/template/en/default/admin/custom_fields/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/fieldvalues/CVS/Entries b/template/en/default/admin/fieldvalues/CVS/Entries
index 46493f085..0e5d37941 100644
--- a/template/en/default/admin/fieldvalues/CVS/Entries
+++ b/template/en/default/admin/fieldvalues/CVS/Entries
@@ -1,7 +1,7 @@
-/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.11/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4
-/footer.html.tmpl/1.6/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.8/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4
-/select-field.html.tmpl/1.4/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.9/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.11/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_2
+/footer.html.tmpl/1.6/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.8/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_2
+/select-field.html.tmpl/1.4/Mon Aug 20 18:24:46 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/fieldvalues/CVS/Tag b/template/en/default/admin/fieldvalues/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/fieldvalues/CVS/Tag
+++ b/template/en/default/admin/fieldvalues/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/flag-type/CVS/Entries b/template/en/default/admin/flag-type/CVS/Entries
index 42225a134..c57ecb7fb 100644
--- a/template/en/default/admin/flag-type/CVS/Entries
+++ b/template/en/default/admin/flag-type/CVS/Entries
@@ -1,4 +1,4 @@
-/confirm-delete.html.tmpl/1.9/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.26/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.19/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.9/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.26/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.19/Mon Oct 22 21:42:00 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/flag-type/CVS/Tag b/template/en/default/admin/flag-type/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/flag-type/CVS/Tag
+++ b/template/en/default/admin/flag-type/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/groups/CVS/Entries b/template/en/default/admin/groups/CVS/Entries
index 162ddbbb6..df480f631 100644
--- a/template/en/default/admin/groups/CVS/Entries
+++ b/template/en/default/admin/groups/CVS/Entries
@@ -1,6 +1,6 @@
-/confirm-remove.html.tmpl/1.5/Sun Dec 16 10:32:54 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.11/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4
-/delete.html.tmpl/1.13/Tue Nov 20 08:46:57 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.17/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.13/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4
+/confirm-remove.html.tmpl/1.5/Sun Dec 16 10:32:54 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.11.2.3/Sat Oct 18 16:34:36 2008//TBUGZILLA-3_2
+/delete.html.tmpl/1.13/Tue Nov 20 08:46:57 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.17.2.1/Sat Oct 18 16:34:36 2008//TBUGZILLA-3_2
+/list.html.tmpl/1.13/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/groups/CVS/Tag b/template/en/default/admin/groups/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/groups/CVS/Tag
+++ b/template/en/default/admin/groups/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 13b1a4254..b3ac72372 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -46,11 +46,16 @@
   <tr>
     <th>Icon URL:</th>
     <td colspan="3"><input type="text" size="70" maxlength="255" id="icon_url" name="icon_url"></td>
-  </tr></table><hr>
+  </tr>
+  [% Hook.process('field') %]
+  </table>
+
+  <hr>
 
-  <input type="checkbox" name="insertnew" value="1"
+  <input type="checkbox" id="insertnew" name="insertnew" value="1"
     [% IF Param("makeproductgroups") %] checked[% END %]>
-    Insert new group into all existing products.<p>
+  <label for="insertnew">Insert new group into all existing products.</label>
+  <p>
   <input type="submit" id="create" value="Add">
   <input type="hidden" name="action" value="new">
   <input type="hidden" name="token" value="[% token FILTER html %]">
@@ -59,8 +64,7 @@
 <p><b>Name</b> is what is used with the B<!-- blah -->ugzilla->user->in_group()
 function in any customized cgi files you write that use a given group.
 It can also be used by people submitting [% terms.bugs %] by email to
-limit [% terms.abug %] to a certain set of groups. It may not contain
-any spaces.</p>
+limit [% terms.abug %] to a certain set of groups.</p>
 
 <p><b>Description</b> is what will be shown in the [% terms.bug %] reports
 to members of the group where they can choose whether
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index 7cb989d99..17d8ca142 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -106,6 +106,7 @@
         </td>
       </tr>
     [% END %]
+    [% Hook.process('field') %]
   </table>
 
   <h4>Group Permissions</h4>
diff --git a/template/en/default/admin/keywords/CVS/Entries b/template/en/default/admin/keywords/CVS/Entries
index 103e367a0..e2c76b856 100644
--- a/template/en/default/admin/keywords/CVS/Entries
+++ b/template/en/default/admin/keywords/CVS/Entries
@@ -1,5 +1,5 @@
-/confirm-delete.html.tmpl/1.7/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.9/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.10/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.11/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.7/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.9/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.10/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.11/Mon Aug 20 18:24:48 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/keywords/CVS/Tag b/template/en/default/admin/keywords/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/keywords/CVS/Tag
+++ b/template/en/default/admin/keywords/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/milestones/CVS/Entries b/template/en/default/admin/milestones/CVS/Entries
index f63d7eb62..7a6d0384c 100644
--- a/template/en/default/admin/milestones/CVS/Entries
+++ b/template/en/default/admin/milestones/CVS/Entries
@@ -1,7 +1,7 @@
-/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.8/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4
-/footer.html.tmpl/1.4/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.6/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4
-/select-product.html.tmpl/1.5/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.8/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.9/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_2
+/footer.html.tmpl/1.4/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.6/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_2
+/select-product.html.tmpl/1.5/Mon Aug 20 18:24:49 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/milestones/CVS/Tag b/template/en/default/admin/milestones/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/milestones/CVS/Tag
+++ b/template/en/default/admin/milestones/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/params/CVS/Entries b/template/en/default/admin/params/CVS/Entries
index ed111597a..9ce844dfc 100644
--- a/template/en/default/admin/params/CVS/Entries
+++ b/template/en/default/admin/params/CVS/Entries
@@ -1,20 +1,20 @@
-/admin.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/attachment.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/auth.html.tmpl/1.4/Wed Dec  5 00:48:30 2007//TBUGZILLA-3_1_4
-/bugchange.html.tmpl/1.6/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/bugfields.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/bugmove.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/common.html.tmpl/1.6/Fri Mar 14 00:05:37 2008//TBUGZILLA-3_1_4
-/core.html.tmpl/1.11/Thu Apr  3 20:40:14 2008//TBUGZILLA-3_1_4
-/dependencygraph.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/editparams.html.tmpl/1.8/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4
-/groupsecurity.html.tmpl/1.5/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/index.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/ldap.html.tmpl/1.7/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/mta.html.tmpl/1.12/Fri Mar 14 00:05:37 2008//TBUGZILLA-3_1_4
-/patchviewer.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/query.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/radius.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/shadowdb.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
-/usermatch.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_1_4
+/admin.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/attachment.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/auth.html.tmpl/1.4/Wed Dec  5 00:48:30 2007//TBUGZILLA-3_2
+/bugchange.html.tmpl/1.6/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/bugfields.html.tmpl/1.4/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/bugmove.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/common.html.tmpl/1.6.2.1/Thu Oct 16 17:13:50 2008//TBUGZILLA-3_2
+/core.html.tmpl/1.11/Thu Apr  3 20:40:14 2008//TBUGZILLA-3_2
+/dependencygraph.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/editparams.html.tmpl/1.8/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_2
+/groupsecurity.html.tmpl/1.5.2.1/Mon Oct 27 22:47:20 2008//TBUGZILLA-3_2
+/index.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/ldap.html.tmpl/1.7.2.1/Wed May 21 23:03:24 2008//TBUGZILLA-3_2
+/mta.html.tmpl/1.12/Fri Mar 14 00:05:37 2008//TBUGZILLA-3_2
+/patchviewer.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/query.html.tmpl/1.4.2.1/Thu Aug  7 08:37:09 2008//TBUGZILLA-3_2
+/radius.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/shadowdb.html.tmpl/1.2/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
+/usermatch.html.tmpl/1.3/Mon Aug 20 18:24:50 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/params/CVS/Tag b/template/en/default/admin/params/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/params/CVS/Tag
+++ b/template/en/default/admin/params/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl
index 4fd792194..c23c2ca9a 100644
--- a/template/en/default/admin/params/common.html.tmpl
+++ b/template/en/default/admin/params/common.html.tmpl
@@ -31,13 +31,14 @@
       <p>
       [% IF param.type == "t" %]
         <input type="text" size="80" name="[% param.name FILTER html %]"
-               value="[% Param(param.name) FILTER html %]">
+               id="[% param.name FILTER html %]" value="[% Param(param.name) FILTER html %]">
       [% ELSIF param.type == "p" %]
         <input type="password" size="80" name="[% param.name FILTER html %]"
-               value="[% Param(param.name) FILTER html %]" autocomplete="off">
+               id="[% param.name FILTER html %]" value="[% Param(param.name) FILTER html %]"
+               autocomplete="off">
       [% ELSIF param.type == "l" %]
-        <textarea name="[% param.name FILTER html %]" rows="10" cols="80">
-            [% Param(param.name) FILTER html %]</textarea>
+        <textarea name="[% param.name FILTER html %]" id="[% param.name FILTER html %]"
+                  rows="10" cols="80">[% Param(param.name) FILTER html %]</textarea>
       [% ELSIF param.type == "b" %]
         <input type="radio" name="[% param.name FILTER html %]" id="[% param.name FILTER html %]-on"
                value=1 [% "checked=\"checked\"" IF Param(param.name) %]>
@@ -50,7 +51,7 @@
         [% boxSize = param.choices.size IF param.choices.size < 5 %]
 
         <select multiple="multiple" size="[% boxSize FILTER html %]"
-                name="[% param.name FILTER html %]">
+                name="[% param.name FILTER html %]" id="[% param.name FILTER html %]">
           [% FOREACH item = param.choices %]
             <option value="[% item FILTER html %]"
                     [% " selected=\"selected\"" IF lsearch(Param(param.name), item) != -1 %]>
@@ -110,7 +111,7 @@
         // -->
         </script>
       [% ELSIF param.type == "s" %]
-        <select name="[% param.name FILTER html %]">
+        <select name="[% param.name FILTER html %]" id="[% param.name FILTER html %]">
           [% FOREACH item = param.choices %]
             <option value="[% item FILTER html %]"
                     [% " selected=\"selected\"" IF item == Param(param.name) %]>
diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl
index 1854881b7..440e1cf2f 100644
--- a/template/en/default/admin/params/groupsecurity.html.tmpl
+++ b/template/en/default/admin/params/groupsecurity.html.tmpl
@@ -24,7 +24,7 @@
 %]
 
 [% param_descs = {
-  makeproductgroups => "If this is on, $terms.Bugzilla will associate a $terms.bug group " _
+  makeproductgroups => "If this is on, $terms.Bugzilla will associate $terms.abug group " _
                        "with each product in the database, and use it for querying ${terms.bugs}.",
 
   useentrygroupdefault => "If this is on, $terms.Bugzilla will use product $terms.bug groups " _
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl
index 3e4ba5c51..cdc585d74 100644
--- a/template/en/default/admin/params/ldap.html.tmpl
+++ b/template/en/default/admin/params/ldap.html.tmpl
@@ -33,8 +33,8 @@
                 "separated; each will be tried in turn until a connection is " _
                 "established.",
 
-  LDAPstartls => "Whether to require encrypted communication once normal " _
-                 "LDAP connection achieved with the server.",
+  LDAPstarttls => "Whether to require encrypted communication once a normal " _
+                  "LDAP connection is achieved with the server.",
 
   LDAPbinddn => "If your LDAP server requires that you use a binddn and password " _
                 "instead of binding anonymously, enter it here " _
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl
index 58fda68d5..8d6aba422 100644
--- a/template/en/default/admin/params/query.html.tmpl
+++ b/template/en/default/admin/params/query.html.tmpl
@@ -20,7 +20,7 @@
   #%]
 [%
    title = "Query Defaults"
-   desc = "Default options for query and buglists"
+   desc = "Default options for query and $terms.bug lists"
 %]
 
 [% param_descs = {
diff --git a/template/en/default/admin/products/CVS/Entries b/template/en/default/admin/products/CVS/Entries
index 318c41579..274c26ffc 100644
--- a/template/en/default/admin/products/CVS/Entries
+++ b/template/en/default/admin/products/CVS/Entries
@@ -1,9 +1,9 @@
-/confirm-delete.html.tmpl/1.9/Sun Oct  7 23:18:29 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4
-/edit-common.html.tmpl/1.9/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.12/Mon Mar 10 19:37:58 2008//TBUGZILLA-3_1_4
-/footer.html.tmpl/1.11/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4
-/list-classifications.html.tmpl/1.4/Thu Sep 20 21:23:44 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4
-/updated.html.tmpl/1.7/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.9/Sun Oct  7 23:18:29 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_2
+/edit-common.html.tmpl/1.9/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.12/Mon Mar 10 19:37:58 2008//TBUGZILLA-3_2
+/footer.html.tmpl/1.11/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_2
+/list-classifications.html.tmpl/1.4/Thu Sep 20 21:23:44 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.5/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_2
+/updated.html.tmpl/1.7/Mon Aug 20 18:24:51 2007//TBUGZILLA-3_2
 D/groupcontrol////
diff --git a/template/en/default/admin/products/CVS/Tag b/template/en/default/admin/products/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/products/CVS/Tag
+++ b/template/en/default/admin/products/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/products/groupcontrol/CVS/Entries b/template/en/default/admin/products/groupcontrol/CVS/Entries
index 4d82fbc78..bf58333b4 100644
--- a/template/en/default/admin/products/groupcontrol/CVS/Entries
+++ b/template/en/default/admin/products/groupcontrol/CVS/Entries
@@ -1,4 +1,4 @@
-/confirm-edit.html.tmpl/1.9/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.11/Tue Feb  5 12:11:57 2008//TBUGZILLA-3_1_4
-/updated.html.tmpl/1.3/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_1_4
+/confirm-edit.html.tmpl/1.9/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.11/Tue Feb  5 12:11:57 2008//TBUGZILLA-3_2
+/updated.html.tmpl/1.3/Mon Aug 20 18:24:52 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/products/groupcontrol/CVS/Tag b/template/en/default/admin/products/groupcontrol/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/products/groupcontrol/CVS/Tag
+++ b/template/en/default/admin/products/groupcontrol/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/sanitycheck/CVS/Entries b/template/en/default/admin/sanitycheck/CVS/Entries
index 610ecd1ec..345acd913 100644
--- a/template/en/default/admin/sanitycheck/CVS/Entries
+++ b/template/en/default/admin/sanitycheck/CVS/Entries
@@ -1,3 +1,3 @@
-/list.html.tmpl/1.2/Mon Aug 20 18:24:53 2007//TBUGZILLA-3_1_4
-/messages.html.tmpl/1.4/Wed Feb 27 18:46:24 2008//TBUGZILLA-3_1_4
+/list.html.tmpl/1.2/Mon Aug 20 18:24:53 2007//TBUGZILLA-3_2
+/messages.html.tmpl/1.4.2.3/Thu Aug  7 08:37:11 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/sanitycheck/CVS/Tag b/template/en/default/admin/sanitycheck/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/sanitycheck/CVS/Tag
+++ b/template/en/default/admin/sanitycheck/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/sanitycheck/messages.html.tmpl b/template/en/default/admin/sanitycheck/messages.html.tmpl
index f493e403c..2847a35e7 100644
--- a/template/en/default/admin/sanitycheck/messages.html.tmpl
+++ b/template/en/default/admin/sanitycheck/messages.html.tmpl
@@ -45,6 +45,15 @@
   [% ELSIF san_tag == "bug_check_creation_date_repair_text" %]
     Repair missing creation date for these [% terms.bugs %]
 
+  [% ELSIF san_tag == "bug_check_bugs_fulltext" %]
+    Checking for [% terms.bugs %] with no entry for full text searching.
+
+  [% ELSIF san_tag == "bug_check_bugs_fulltext_error_text" %]
+    [% terms.Bugs %] with no entry for full text searching
+
+  [% ELSIF san_tag == "bug_check_bugs_fulltext_repair_text" %]
+    Repair missing full text search entries for these [% terms.bugs %]
+
   [% ELSIF san_tag == "bug_check_res_dupl" %]
     Checking resolution/duplicates
 
@@ -103,6 +112,12 @@
   [% ELSIF san_tag == "bug_creation_date_fixed" %]
     [% bug_count FILTER html %] [%+ terms.bugs %] have been fixed.
 
+  [% ELSIF san_tag == "bugs_fulltext_start" %]
+    OK, now fixing [% terms.bug %] entries for full text searching.
+
+  [% ELSIF san_tag == "bugs_fulltext_fixed" %]
+    [% bug_count FILTER html %] [%+ terms.bugs %] have been fixed.
+
   [% ELSIF san_tag == "bug_reference_deletion_start" %]
     OK, now removing all references to deleted [% terms.bugs %].
 
@@ -273,6 +288,25 @@
   [% ELSIF san_tag == "vote_count_alert" %]
     Bad vote sum for [% terms.bug %] [%+ id FILTER html %].
 
+  [% ELSIF san_tag == "whines_obsolete_target_deletion_start" %]
+    OK, now removing non-existent users/groups from whines.
+
+  [% ELSIF san_tag == "whines_obsolete_target_deletion_end" %]
+    Non-existent users/groups have been removed from whines.
+
+  [% ELSIF san_tag == "whines_obsolete_target_start" %]
+    Checking for whines with non-existent users/groups.
+
+  [% ELSIF san_tag == "whines_obsolete_target_alert" %]
+    [% FOREACH schedule = schedules %]
+      Non-existent [% (type == constants.MAILTO_USER) ? "user" : "group" FILTER html %]
+      [%+ schedule.1 FILTER html %] for whine schedule [% schedule.0 FILTER html %]<br>
+    [% END %]
+
+  [% ELSIF san_tag == "whines_obsolete_target_fix" %]
+    <a href="sanitycheck.cgi?remove_old_whine_targets=1">Click here to
+    remove old users/groups</a>
+
   [% END %]
 [% END %]
 
@@ -288,7 +322,7 @@
     <a href="show_bug.cgi?id=[% bug_id FILTER url_quote %]">[% bug_id FILTER html %]</a>
     [% ", " IF !loop.last %]
   [% END %]
-  (<a href="buglist.cgi?bug_id=[% badbugs.join(",") FILTER url_quote %]">as buglist</a>).
+  (<a href="buglist.cgi?bug_id=[% badbugs.join(",") FILTER url_quote %]">as [% terms.bug %] list</a>).
 [% END %]
 
 [% BLOCK bug_link %]
diff --git a/template/en/default/admin/settings/CVS/Entries b/template/en/default/admin/settings/CVS/Entries
index 4274e8c97..37c010323 100644
--- a/template/en/default/admin/settings/CVS/Entries
+++ b/template/en/default/admin/settings/CVS/Entries
@@ -1,2 +1,2 @@
-/edit.html.tmpl/1.9/Sun Jan 27 23:14:25 2008//TBUGZILLA-3_1_4
+/edit.html.tmpl/1.9/Sun Jan 27 23:14:25 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/settings/CVS/Tag b/template/en/default/admin/settings/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/settings/CVS/Tag
+++ b/template/en/default/admin/settings/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl
index 4dc70f95a..680bcfbb3 100644
--- a/template/en/default/admin/sudo.html.tmpl
+++ b/template/en/default/admin/sudo.html.tmpl
@@ -52,10 +52,9 @@
     [% INCLUDE global/userselect.html.tmpl
        id => "target_login"
        name => "target_login"
-       value => "$target_login_default"
+       value => target_login_default
        accesskey => "u"
        size => 30
-       multiple => 5
     %]
   </p>
   
diff --git a/template/en/default/admin/users/CVS/Entries b/template/en/default/admin/users/CVS/Entries
index d865614f2..5458a0825 100644
--- a/template/en/default/admin/users/CVS/Entries
+++ b/template/en/default/admin/users/CVS/Entries
@@ -1,9 +1,9 @@
-/confirm-delete.html.tmpl/1.20/Mon Nov 19 12:43:09 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.5/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.15/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4
-/listselectvars.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4
-/responsibilities.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4
-/search.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_1_4
-/userdata.html.tmpl/1.12/Sat Jan 12 11:40:11 2008//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.20.2.2/Sun Nov 23 18:30:55 2008//TBUGZILLA-3_2
+/create.html.tmpl/1.5/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.15/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_2
+/listselectvars.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_2
+/responsibilities.html.tmpl/1.2/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_2
+/search.html.tmpl/1.6/Mon Oct 22 21:42:01 2007//TBUGZILLA-3_2
+/userdata.html.tmpl/1.12/Sat Jan 12 11:40:11 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/users/CVS/Tag b/template/en/default/admin/users/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/users/CVS/Tag
+++ b/template/en/default/admin/users/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl
index 218775dca..ff24f1738 100644
--- a/template/en/default/admin/users/confirm-delete.html.tmpl
+++ b/template/en/default/admin/users/confirm-delete.html.tmpl
@@ -101,17 +101,34 @@
       For now, you can
     [% END %]
 [% ELSE %]
+  [% accept_deletion = 1 %]
 
-  <h2>Confirmation</h2>
-
-  [% display_warning = 0 %]
-
-  [% IF reporter || bugs_activity || flags.setter || longdescs || profiles_activity %]
+  [% IF attachments || reporter || bugs_activity || flags.setter || longdescs || profiles_activity %]
     <div class="criticalmessages">
-      <p>The following deletions are <b>highly not recommended</b> and
-      will generate referential integrity inconsistencies!</p>
+      <p>The following deletions are <b>unsafe</b> and would generate referential
+      integrity inconsistencies!</p>
 
       <ul>
+        [% IF attachments %]
+          <li>
+            [% otheruser.login FILTER html %]
+            <a href="buglist.cgi?field0-0-0=attachments.submitter&type0-0-0=equals&value0-0-0=
+               [%- otheruser.login FILTER url_quote %]">has submitted
+            [% IF attachments == 1 %]
+              one attachment
+            [% ELSE %]
+              [%+ attachments %] attachments
+            [% END %]</a>.
+            If you delete the user account, the database records will be
+            inconsistent, resulting in
+            [% IF attachments == 1 %]
+              this attachment
+            [% ELSE %]
+              these attachments
+            [% END %]
+            not appearing in [% terms.bugs %] any more.
+          </li>
+        [% END %]
         [% IF reporter %]
           <li>
             [% otheruser.login FILTER html %]
@@ -205,11 +222,11 @@
         [% END %]
       </ul>
     </div>
-    [% display_warning = 1 %]
+    [% accept_deletion = 0 %]
   [% END %]
 
-  [% IF assignee_or_qa || cc || email_setting || flags.requestee ||
-        namedqueries || profile_setting || series || votes || watch.watched ||
+  [% IF assignee_or_qa || cc || component_cc || email_setting || flags.requestee ||
+        namedqueries || profile_setting || quips || series || votes || watch.watched ||
         watch.watcher || whine_events || whine_schedules %]
     <div class="warningmessages">
       <p>The following deletions are <b>safe</b> and will not generate
@@ -245,6 +262,17 @@
             If you delete the user account, it will be removed from these CC lists.
           </li>
         [% END %]
+        [% IF component_cc %]
+          <li>
+            [% otheruser.login FILTER html %] is on the default CC list of
+            [% IF component_cc == 1 %]
+              one component
+            [% ELSE %]
+              [%+ component_cc %] components
+            [% END %]</a>.
+            If you delete the user account, it will be removed from these CC lists.
+          </li>
+        [% END %]
         [% IF email_setting %]
           <li>
             The user's e-mail settings will be deleted along with the user
@@ -327,6 +355,23 @@
             will be deleted along with the user account.
           </li>
         [% END %]
+        [% IF quips %]
+          <li>
+            [% otheruser.login FILTER html %] has submitted
+            [% IF quip == 1 %]
+              one quip
+            [% ELSE %]
+              [%+ quips %] quips
+            [% END %].
+            If you delete the user account,
+            [% IF votes == 1 %]
+              this quip
+            [% ELSE %]
+              these quips
+            [% END %]
+            will have no author anymore, but will remain available.
+          </li>
+        [% END %]
         [% IF votes %]
           <li>
             [% otheruser.login FILTER html %] has voted on
@@ -402,28 +447,28 @@
         [% END %]
       </ul>
     </div>
-    [% display_warning = 1 %]
-  [% END %]
-
-  [% IF display_warning %]
-    <p class="areyoureallyreallysure">
-      Please be aware of the consequences of this before continuing.
-    </p>
-  [% END %]
 
-  <p>Do you really want to delete this user account?</p>
+    [% IF accept_deletion %]
+      <p class="areyoureallyreallysure">
+        Please be aware of the consequences of this before continuing.
+      </p>
+      <p>Do you really want to delete this user account?</p>
 
-  <form method="post" action="editusers.cgi">
-    <p>
-      <input type="submit" id="delete" value="Yes, delete"/>
-      <input type="hidden" name="action" value="delete" />
-      <input type="hidden" name="userid" value="[% otheruser.id %]" />
-      <input type="hidden" name="token" value="[% token FILTER html %]">
-      [% INCLUDE listselectionhiddenfields %]
-    </p>
-  </form>
+      <form method="post" action="editusers.cgi">
+        <p>
+          <input type="submit" id="delete" value="Yes, delete"/>
+          <input type="hidden" name="action" value="delete" />
+          <input type="hidden" name="userid" value="[% otheruser.id %]" />
+          <input type="hidden" name="token" value="[% token FILTER html %]">
+          [% INCLUDE listselectionhiddenfields %]
+        </p>
+      </form>
+      <p>If you do not want to delete the user account at this time,
+    [% ELSE %]
+      <p><b>You cannot delete this user account</b> due to unsafe actions reported above. You can
+    [% END %]
 
-  <p>If you do not want to delete the user account at this time,
+  [% END %]
 [% END %]
 
   <a href="editusers.cgi?action=edit&amp;userid=[% otheruser.id %]
diff --git a/template/en/default/admin/versions/CVS/Entries b/template/en/default/admin/versions/CVS/Entries
index ee5f45d40..14efdad31 100644
--- a/template/en/default/admin/versions/CVS/Entries
+++ b/template/en/default/admin/versions/CVS/Entries
@@ -1,7 +1,7 @@
-/confirm-delete.html.tmpl/1.8/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.7/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.7/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4
-/footer.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.5/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4
-/select-product.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4
+/confirm-delete.html.tmpl/1.8/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.7/Mon Aug 20 18:24:54 2007//TBUGZILLA-3_2
+/edit.html.tmpl/1.7/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_2
+/footer.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.5/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_2
+/select-product.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/versions/CVS/Tag b/template/en/default/admin/versions/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/versions/CVS/Tag
+++ b/template/en/default/admin/versions/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/workflow/CVS/Entries b/template/en/default/admin/workflow/CVS/Entries
index 619afc8ae..355797a58 100644
--- a/template/en/default/admin/workflow/CVS/Entries
+++ b/template/en/default/admin/workflow/CVS/Entries
@@ -1,3 +1,3 @@
-/comment.html.tmpl/1.3/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.4/Mon Aug 20 18:24:55 2007//TBUGZILLA-3_1_4
+/comment.html.tmpl/1.3.2.1/Mon Oct  6 21:11:46 2008//TBUGZILLA-3_2
+/edit.html.tmpl/1.4.2.2/Mon Oct  6 21:11:46 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/admin/workflow/CVS/Tag b/template/en/default/admin/workflow/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/admin/workflow/CVS/Tag
+++ b/template/en/default/admin/workflow/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/admin/workflow/comment.html.tmpl b/template/en/default/admin/workflow/comment.html.tmpl
index 8dfdbbf71..2fa78f003 100644
--- a/template/en/default/admin/workflow/comment.html.tmpl
+++ b/template/en/default/admin/workflow/comment.html.tmpl
@@ -17,7 +17,7 @@
 [% PROCESS "global/field-descs.none.tmpl" %]
 
 [% INCLUDE global/header.html.tmpl
-   title = "Edit Actions Triggered by the Workflow"
+   title = "Comments Required on Status Transitions"
    style_urls = ['skins/standard/admin.css']
 %]
 
diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl
index 5ae2cef2a..1328ce005 100644
--- a/template/en/default/admin/workflow/edit.html.tmpl
+++ b/template/en/default/admin/workflow/edit.html.tmpl
@@ -35,7 +35,8 @@
 <p>
   This page allows you to define which status transitions are valid in your workflow.
   For compatibility with older versions of [% terms.Bugzilla %], reopening [% terms.abug %]
-  will only display either UNCONFIRMED or REOPENED (if allowed by your workflow) but not
+  will only display either [% get_status("UNCONFIRMED") FILTER html %] or
+  [%+ get_status("REOPENED") FILTER html %] (if allowed by your workflow) but not
   both. The decision depends on whether the [% terms.bug %] has ever been confirmed or not.
   So it is a good idea to allow both transitions and let [% terms.Bugzilla %] select the
   correct one.
@@ -67,7 +68,7 @@
       </th>
 
       [% FOREACH new_status = statuses %]
-        [% IF status.id != new_status.id %]
+        [% IF status.id != new_status.id && (status.id || new_status.is_open) %]
           [% checked = workflow.${status.id}.${new_status.id}.defined ? 1 : 0 %]
           [% mandatory = (status.id && new_status.name == Param("duplicate_or_move_bug_status")) ? 1 : 0 %]
           <td align="center" class="checkbox-cell[% " checked" IF checked || mandatory %]"
@@ -101,7 +102,7 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
   <input type="submit" value="Commit Changes"> -
   <a href="editworkflow.cgi">Cancel Changes</a> -
-  <a href="editworkflow.cgi?action=edit_comment">View Current Triggers</a>
+  <a href="editworkflow.cgi?action=edit_comment">View Comments Required on Status Transitions</a>
 </p>
 
 </form>
diff --git a/template/en/default/attachment/CVS/Entries b/template/en/default/attachment/CVS/Entries
index e2386e385..b4627048f 100644
--- a/template/en/default/attachment/CVS/Entries
+++ b/template/en/default/attachment/CVS/Entries
@@ -1,16 +1,17 @@
-/choose.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/confirm-delete.html.tmpl/1.6/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_1_4
-/content-types.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.35/Mon Mar 17 09:12:13 2008//TBUGZILLA-3_1_4
-/created.html.tmpl/1.21/Sun Mar  9 19:57:01 2008//TBUGZILLA-3_1_4
-/createformcontents.html.tmpl/1.2/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/delete_reason.txt.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/diff-file.html.tmpl/1.7/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/diff-footer.html.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/diff-header.html.tmpl/1.18/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.51/Mon Mar 31 08:51:04 2008//TBUGZILLA-3_1_4
-/list.html.tmpl/1.38/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/midair.html.tmpl/1.2/Fri Feb  8 23:19:10 2008//TBUGZILLA-3_1_4
-/show-multiple.html.tmpl/1.25/Tue Mar 18 08:31:51 2008//TBUGZILLA-3_1_4
-/updated.html.tmpl/1.19/Sun Mar  9 19:57:01 2008//TBUGZILLA-3_1_4
+/cancel-create-dupe.html.tmpl/1.1.2.1/Fri Jun 27 19:47:23 2008//TBUGZILLA-3_2
+/choose.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/confirm-delete.html.tmpl/1.6/Sun Nov 11 22:03:17 2007//TBUGZILLA-3_2
+/content-types.html.tmpl/1.6/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.35.2.1/Fri Jun 27 19:47:23 2008//TBUGZILLA-3_2
+/created.html.tmpl/1.21.2.1/Wed Sep 17 23:55:47 2008//TBUGZILLA-3_2
+/createformcontents.html.tmpl/1.2/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/delete_reason.txt.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/diff-file.html.tmpl/1.7/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/diff-footer.html.tmpl/1.3/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/diff-header.html.tmpl/1.18.2.2/Mon Oct 20 17:54:34 2008//TBUGZILLA-3_2
+/edit.html.tmpl/1.51/Mon Mar 31 08:51:04 2008//TBUGZILLA-3_2
+/list.html.tmpl/1.38/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/midair.html.tmpl/1.2/Fri Feb  8 23:19:10 2008//TBUGZILLA-3_2
+/show-multiple.html.tmpl/1.25/Tue Mar 18 08:31:51 2008//TBUGZILLA-3_2
+/updated.html.tmpl/1.19.2.1/Wed Sep 17 23:55:47 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/attachment/CVS/Tag b/template/en/default/attachment/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/attachment/CVS/Tag
+++ b/template/en/default/attachment/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/attachment/cancel-create-dupe.html.tmpl b/template/en/default/attachment/cancel-create-dupe.html.tmpl
new file mode 100644
index 000000000..f838955bc
--- /dev/null
+++ b/template/en/default/attachment/cancel-create-dupe.html.tmpl
@@ -0,0 +1,48 @@
+[%# The contents of this file are subject to the Mozilla Public
+  # License Version 1.1 (the "License"); you may not use this file
+  # except in compliance with the License. You may obtain a copy of
+  # the License at http://www.mozilla.org/MPL/
+  #
+  # Software distributed under the License is distributed on an "AS
+  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+  # implied. See the License for the specific language governing
+  # rights and limitations under the License.
+  #
+  # The Original Code is the Bugzilla Bug Tracking System.
+  #
+  # The Initial Developer of the Original Code is Olav Vitters.
+  #
+  # Contributor(s): Olav Vitters <olav@bkor.dhs.org>
+  #                 David Lawrence <dkl@redhat.com>
+  #%]
+
+[%# INTERFACE:
+  # bugid:    integer. ID of the bug report that this attachment relates to.
+  # attachid: integer. ID of the previous attachment recently created.
+  #%]
+
+[% PROCESS "global/field-descs.none.tmpl" %]
+
+[% PROCESS global/header.html.tmpl
+  title = "Already filed attachment"
+%]
+
+[% USE Bugzilla %]
+
+<table cellpadding="20">
+  <tr>
+    <td bgcolor="#ff0000">
+      <font size="+2">
+        You already used the form to file
+        <a href="[% urlbase FILTER html %]attachment.cgi?id=[% attachid FILTER url_quote %]&action=edit">attachment [% attachid FILTER url_quote %]</a>.
+      </font>
+    </td>
+  </tr>
+</table>
+
+<p>
+  You can either <a href="[% urlbase FILTER html %]attachment.cgi?bugid=[% bugid FILTER url_quote %]&action=enter">
+  create a new attachment</a> or [% "go back to $terms.bug $bugid" FILTER bug_link(bugid) FILTER none %].
+<p>
+
+[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 7944228f3..10648159b 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -42,6 +42,7 @@
 <form name="entryform" method="post" action="attachment.cgi" enctype="multipart/form-data">
   <input type="hidden" name="bugid" value="[% bug.bug_id %]">
   <input type="hidden" name="action" value="insert">
+  <input type="hidden" name="token" value="[% token FILTER html %]">
 
   <table class="attachment_entry">
     [% PROCESS attachment/createformcontents.html.tmpl %]
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index 1f5bdb6ac..faf1b87c0 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -39,7 +39,7 @@
 [% PROCESS global/header.html.tmpl
   title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id"
   bodyclasses = bodyclasses
-  javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js",
+  javascript_urls = [ "js/util.js", "js/field.js",
                       "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
   style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
   doc_section = "bug_page.html"
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl
index 57afc799f..c6b14d9a0 100644
--- a/template/en/default/attachment/diff-header.html.tmpl
+++ b/template/en/default/attachment/diff-header.html.tmpl
@@ -64,14 +64,11 @@ table.file_table {
   border-bottom: 1px solid black;
 }
 
-tbody.file td {
-  border-left: 1px dashed black;
-  border-right: 1px dashed black;
-}
-
 tbody.file pre {
   display: inline;
-  white-space: -moz-pre-wrap;
+  white-space: pre-wrap; /* CSS 3 & CSS 2.1 */
+  white-space: -moz-pre-wrap; /* Gecko < 1.9.1 */
+  white-space: -o-pre-wrap; /* Opera 7 */
   font-size: 0.9em;
 }
 
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl
index f7252e5c8..bc22b4666 100644
--- a/template/en/default/attachment/updated.html.tmpl
+++ b/template/en/default/attachment/updated.html.tmpl
@@ -43,7 +43,7 @@
   subheader = filtered_desc
   header_addl_info = "Last modified: $filtered_timestamp"
   bodyclasses = bodyclasses
-  javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js",
+  javascript_urls = [ "js/util.js", "js/field.js",
                       "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
   style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
   doc_section = "bug_page.html"
diff --git a/template/en/default/bug/CVS/Entries b/template/en/default/bug/CVS/Entries
index 8360c2163..c13b7a87d 100644
--- a/template/en/default/bug/CVS/Entries
+++ b/template/en/default/bug/CVS/Entries
@@ -1,17 +1,16 @@
-/choose.html.tmpl/1.8/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/comments.html.tmpl/1.36/Fri Feb  8 23:19:20 2008//TBUGZILLA-3_1_4
-/dependency-graph.html.tmpl/1.14/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_1_4
-/dependency-tree.html.tmpl/1.29/Fri Apr 11 21:42:30 2008//TBUGZILLA-3_1_4
-/edit.html.tmpl/1.123/Sat Apr 19 17:49:48 2008//TBUGZILLA-3_1_4
-/field.html.tmpl/1.14/Sat Jan 12 17:20:51 2008//TBUGZILLA-3_1_4
-/keyword-chooser.html.tmpl/1.3/Sun Mar 16 20:48:36 2008//TBUGZILLA-3_1_4
-/knob.html.tmpl/1.36/Thu Apr 10 16:33:46 2008//TBUGZILLA-3_1_4
-/navigate.html.tmpl/1.11/Sun Jan 27 19:21:16 2008//TBUGZILLA-3_1_4
-/show-multiple.html.tmpl/1.42/Mon May  5 00:05:51 2008//TBUGZILLA-3_1_4
-/show.html.tmpl/1.25/Sun Mar  9 19:57:02 2008//TBUGZILLA-3_1_4
-/show.xml.tmpl/1.23/Mon Mar 17 16:37:02 2008//TBUGZILLA-3_1_4
-/summarize-time.html.tmpl/1.12/Mon Mar 31 08:51:05 2008//TBUGZILLA-3_1_4
-/time.html.tmpl/1.3/Mon Aug 20 18:24:58 2007//TBUGZILLA-3_1_4
+/choose.html.tmpl/1.8/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/comments.html.tmpl/1.36.2.1/Mon Sep 22 12:59:58 2008//TBUGZILLA-3_2
+/dependency-graph.html.tmpl/1.14/Mon Aug 20 18:24:57 2007//TBUGZILLA-3_2
+/dependency-tree.html.tmpl/1.29/Fri Apr 11 21:42:30 2008//TBUGZILLA-3_2
+/edit.html.tmpl/1.125.2.15/Sun Nov 30 02:19:25 2008//TBUGZILLA-3_2
+/field.html.tmpl/1.14.2.1/Thu Sep 18 18:53:57 2008//TBUGZILLA-3_2
+/knob.html.tmpl/1.36.2.2/Wed Nov 12 14:13:23 2008//TBUGZILLA-3_2
+/navigate.html.tmpl/1.11/Sun Jan 27 19:21:16 2008//TBUGZILLA-3_2
+/show-multiple.html.tmpl/1.42.2.1/Tue Jun  3 22:48:22 2008//TBUGZILLA-3_2
+/show.html.tmpl/1.25.2.1/Wed Sep 17 23:55:51 2008//TBUGZILLA-3_2
+/show.xml.tmpl/1.23.2.2/Wed Nov 26 01:03:50 2008//TBUGZILLA-3_2
+/summarize-time.html.tmpl/1.12/Mon Mar 31 08:51:05 2008//TBUGZILLA-3_2
+/time.html.tmpl/1.3/Mon Aug 20 18:24:58 2007//TBUGZILLA-3_2
 D/activity////
 D/create////
 D/process////
diff --git a/template/en/default/bug/CVS/Tag b/template/en/default/bug/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/bug/CVS/Tag
+++ b/template/en/default/bug/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/bug/activity/CVS/Entries b/template/en/default/bug/activity/CVS/Entries
index 1a0670e7b..c4890d386 100644
--- a/template/en/default/bug/activity/CVS/Entries
+++ b/template/en/default/bug/activity/CVS/Entries
@@ -1,3 +1,3 @@
-/show.html.tmpl/1.10/Wed Oct  3 13:38:34 2007//TBUGZILLA-3_1_4
-/table.html.tmpl/1.16/Wed Apr  2 00:23:05 2008//TBUGZILLA-3_1_4
+/show.html.tmpl/1.10/Wed Oct  3 13:38:34 2007//TBUGZILLA-3_2
+/table.html.tmpl/1.16/Wed Apr  2 00:23:05 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/bug/activity/CVS/Tag b/template/en/default/bug/activity/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/bug/activity/CVS/Tag
+++ b/template/en/default/bug/activity/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index da3fe3a9d..bf9326e8f 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -168,8 +168,7 @@
           [% comment_link FILTER html %]</a> From
         <span class="vcard">
           <a class="fn email" href="mailto:[% comment.author.email FILTER html %]">
-            [% (comment.author.name || comment.author.login) FILTER html %]
-          </a>
+            [% (comment.author.name || comment.author.login) FILTER html %]</a>
         </span>
         [% FOREACH group = comment.author.direct_group_membership %]
           [% NEXT UNLESS group.icon_url %]
diff --git a/template/en/default/bug/create/CVS/Entries b/template/en/default/bug/create/CVS/Entries
index f50a9eb3c..699e9f773 100644
--- a/template/en/default/bug/create/CVS/Entries
+++ b/template/en/default/bug/create/CVS/Entries
@@ -1,9 +1,9 @@
-/comment-guided.txt.tmpl/1.6/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4
-/comment.txt.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4
-/confirm-create-dupe.html.tmpl/1.4/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4
-/create-guided.html.tmpl/1.42/Fri Dec 14 16:57:49 2007//TBUGZILLA-3_1_4
-/create.html.tmpl/1.83/Mon Mar 17 17:04:56 2008//TBUGZILLA-3_1_4
-/created.html.tmpl/1.12/Sun Jan 27 19:21:17 2008//TBUGZILLA-3_1_4
-/make-template.html.tmpl/1.10/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4
-/user-message.html.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_1_4
+/comment-guided.txt.tmpl/1.6/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_2
+/comment.txt.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_2
+/confirm-create-dupe.html.tmpl/1.4/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_2
+/create-guided.html.tmpl/1.42/Fri Dec 14 16:57:49 2007//TBUGZILLA-3_2
+/create.html.tmpl/1.83.2.5/Thu Sep 18 21:53:20 2008//TBUGZILLA-3_2
+/created.html.tmpl/1.13.2.1/Wed Sep 17 23:55:52 2008//TBUGZILLA-3_2
+/make-template.html.tmpl/1.10/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_2
+/user-message.html.tmpl/1.5/Mon Aug 20 18:25:00 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/bug/create/CVS/Tag b/template/en/default/bug/create/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/bug/create/CVS/Tag
+++ b/template/en/default/bug/create/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index 24b6ec959..aaf2de5a6 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -32,7 +32,7 @@
   title = title
   style_urls = [ 'skins/standard/create_attachment.css',
                  'skins/standard/yui/calendar.css' ]
-  javascript_urls = [ "js/attachment.js", "js/util.js", "js/keyword-chooser.js",
+  javascript_urls = [ "js/attachment.js", "js/util.js",
                       "js/yui/yahoo-dom-event.js", "js/yui/calendar.js",
                       "js/field.js" ]
 %]
@@ -197,7 +197,7 @@ function handleWantsAttachment(wants_attachment) {
       Component</a>:
     </th>
     <td>
-      <select name="component" onchange="set_assign_to();" size="5">
+      <select name="component" onchange="set_assign_to();" size="7">
         [%- FOREACH c = product.components %]
           <option value="[% c.name FILTER html %]"
             [% " selected=\"selected\"" IF c.name == default.component_ %]>
@@ -283,7 +283,7 @@ function handleWantsAttachment(wants_attachment) {
         [% ELSE %]
           operating system and platform. Please check them
         [% END %]
-        and, if we got it wrong, email [% Param('maintainer') %].
+        and make any corrections if necessary.
       </td>
     </tr>
   </tbody>
@@ -340,7 +340,7 @@ function handleWantsAttachment(wants_attachment) {
          name => "assigned_to"
          value => assigned_to
          disabled => assigned_to_disabled
-         size => 32
+         size => 30
          emptyok => 1
        %]
       <noscript>(Leave blank to assign to component's default assignee)</noscript>
@@ -355,7 +355,7 @@ function handleWantsAttachment(wants_attachment) {
          name => "qa_contact"
          value => qa_contact
          disabled => qa_contact_disabled
-         size => 32
+         size => 30
          emptyok => 1
        %]
         <noscript>(Leave blank to assign to default qa contact)</noscript>
@@ -370,7 +370,7 @@ function handleWantsAttachment(wants_attachment) {
          name => "cc"
          value => cc
          disabled => cc_disabled
-         size => 45
+         size => 30
          multiple => 5
        %]
     </td>
@@ -424,7 +424,7 @@ function handleWantsAttachment(wants_attachment) {
   <tr>
     <th>URL:</th>
     <td colspan="2">
-      <input name="bug_file_loc" size="60"
+      <input name="bug_file_loc" size="40"
              value="[% bug_file_loc FILTER html %]">
     </td>
   </tr>
@@ -435,7 +435,7 @@ function handleWantsAttachment(wants_attachment) {
 
   [% FOREACH field = Bugzilla.active_custom_fields %]
     [% NEXT UNLESS field.enter_bug %]
-    [% SET value = ${field.name} IF ${field.name}.defined %]
+    [% SET value = ${field.name}.defined ? ${field.name} : "" %]
     <tr>
       [% PROCESS bug/field.html.tmpl editable=1 value_span=3 %]
     </tr>
@@ -443,11 +443,10 @@ function handleWantsAttachment(wants_attachment) {
 
   <tr>
     <th>Summary:</th>
-    <td colspan="2">
-      <input name="short_desc" size="60" value="[% short_desc FILTER html %]"
+    <td colspan="3">
+      <input name="short_desc" size="70" value="[% short_desc FILTER html %]"
              maxlength="255" spellcheck="true">
     </td>
-    <td>&nbsp;</td>
   </tr>
 
   <tr>
@@ -531,7 +530,8 @@ function handleWantsAttachment(wants_attachment) {
       <tr>
         <th><a href="describekeywords.cgi">Keywords</a>:</th>
         <td colspan="3">
-          <input id="keywords" name="keywords" size="60" value="[% keywords FILTER html %]" onfocus="this.chooser.open();"> (optional)
+          <input id="keywords" name="keywords" size="40"
+                 value="[% keywords FILTER html %]"> (optional)
         </td>
       </tr>
     [% END %]
@@ -600,12 +600,6 @@ function handleWantsAttachment(wants_attachment) {
   <input type="hidden" name="form_name" value="enter_bug">
 </form>
 
-[% IF use_keywords %]
-  [% PROCESS "bug/keyword-chooser.html.tmpl"
-    sel_keywords = keywords.split(', ')
-  %]
-[% END %]
-
 [%# Links or content with more information about the bug being created. %]
 [% Hook.process("end") %]
 
diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl
index c4ec8dd0a..6226fdc64 100644
--- a/template/en/default/bug/create/created.html.tmpl
+++ b/template/en/default/bug/create/created.html.tmpl
@@ -36,7 +36,7 @@
 
 [% PROCESS global/header.html.tmpl
   title = "$terms.Bug $id Submitted"
-  javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js",
+  javascript_urls = [ "js/util.js", "js/field.js",
                         "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
   style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
   
@@ -62,7 +62,7 @@
 
 <hr>
 
-[% PROCESS bug/navigate.html.tmpl %]
+[% PROCESS bug/navigate.html.tmpl bottom_navigator => 1 %]
 
 <br>
 
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e558f0b98..3f519bfa9 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -21,6 +21,7 @@
   #                 Frédéric Buclin <LpSolit@gmail.com>
   #                 Olav Vitters <olav@bkor.dhs.org>
   #                 Guy Pyrzak <guy.pyrzak@gmail.com>
+  #                 Elliotte Martin <emartin@everythingsolved.com>
   #%]
 
 [% PROCESS global/variables.none.tmpl %]
@@ -151,6 +152,10 @@
       <td id="bz_show_bug_column_1" class="bz_show_bug_column">     
         <table>
           [%# *** ID, product, component, status, resolution, Hardware, and  OS *** %]
+          [% PROCESS section_status %]
+          
+          [% PROCESS section_spacer %]
+          
           [% PROCESS section_details1 %]
           
           [% PROCESS section_spacer %]
@@ -189,6 +194,8 @@
          
          [% PROCESS section_spacer %]
          
+         [% Hook.process("after_custom_fields") %]
+                
          [% PROCESS section_flags %]
 
         </table>
@@ -224,8 +231,11 @@
   <br>
   <table cellpadding="1" cellspacing="1">
     <tr>
-      <td>
+      <td id="comment_status_commit">
+        <!-- The table keeps the commit button aligned with the box. -->
+        <a name="add_comment"></a>
         [% IF user.id %]
+        <table><tr><td>
           <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
           [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
             <input type="checkbox" name="commentprivacy" value="1"
@@ -234,7 +244,6 @@
             <label for="newcommentprivacy">Private</label>
           [% END %]
           <br>
-          <a name="add_comment"></a>
           [% INCLUDE global/textarea.html.tmpl
                      name      = 'comment'
                      id        = 'comment'
@@ -249,12 +258,24 @@
               <input type="submit" name="action" id="action" value="[% Param("move-button-text") %]">
             [% END %]
           </div>
+          <table class="status">
+            <tr>
+              <td class="field_label">
+                <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
+              </td>
+              <td>
+                <a name="bug_status_bottom"></a>
+                [% PROCESS bug/knob.html.tmpl %]
+              </td>
+            </tr>
+          </table>
+        </td></tr></table>
         [% ELSE %]
           <fieldset>
             <legend>Note</legend>
             <p>
               You need to
-              <a href="show_bug.cgi?id=[% bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
+              <a href="[% IF Param('ssl') != 'never' %][% Param('sslbase') %][% END %]show_bug.cgi?id=[% bug.bug_id %]&amp;GoAheadAndLogIn=1">log in</a>
               before you can comment on or make changes to this [% terms.bug %].
             </p>
           </fieldset>
@@ -273,12 +294,6 @@
   </table>
 </form>
 
-[% IF use_keywords %]
-  [% PROCESS "bug/keyword-chooser.html.tmpl"
-    sel_keywords = bug.keywords.split(', ')
-  %]
-[% END %]
-
 [%############################################################################%]
 [%# Block for the Title (alias and short desc)                               #%]
 [%############################################################################%]
@@ -287,12 +302,8 @@
   [%# That's the main table, which contains all editable fields. %]
   <div class="bz_alias_short_desc_container">
     
-    [% IF Param('useclassification') && bug.classification_id != 1 %]
-      <b>[[% bug.classification FILTER html %]]</b>
-    [% END %]
      <a href="show_bug.cgi?id=[% bug.bug_id %]">
-        <b>[% terms.Bug %]&nbsp;[% bug.bug_id FILTER html %]</b>
-     </a> - 
+        <b>[% terms.Bug %]&nbsp;[% bug.bug_id FILTER html %]</b></a> - 
      <span id="summary_alias_container" class="bz_default_hidden"> 
       [% IF Param("usebugaliases") %]
         [% IF bug.alias != "" %]
@@ -307,32 +318,44 @@
      </span>
   
        
-    <span id="summary_alias_input">
-      <span id="summary">                           
+    <div id="summary_alias_input">
+      <table id="summary"> 
         [% IF Param("usebugaliases") %]
-          [% IF bug.check_can_change_field('alias', 0, 1) %]
-            <label 
-              for="alias" 
-              title="a name for the 
-                     [% terms.bug %] that can be used in place of its ID number, 
-                     [%%] e.g. when adding it to a list of dependencies"
-              >Alias</label>:&nbsp;
+          <tr>
+          [% IF bug.check_can_change_field('alias', 0, 1) %]      
+            <td>
+              <label 
+                for="alias" 
+                title="a name for the 
+                       [% terms.bug %] that can be used in place of its ID number, 
+                       [%%] e.g. when adding it to a list of dependencies"
+                >Alias</label>:</td><td>
           [% ELSIF bug.alias %]
-            (
+            <td colspan="2">(
+          [% ELSE %]
+            <td colspan="2">
           [% END %]
           [% PROCESS input inputname => "alias" 
                      size => "20" 
                      maxlength => "20"  
                      no_td => 1 
-                     %][% ") " IF NOT bug.check_can_change_field('alias', 0, 1) 
+                     %][% ")" IF NOT bug.check_can_change_field('alias', 0, 1) 
                                   && bug.alias %]
+          </td>
+        </tr>
         [% END %] 
         [%# *** Summary *** %]
-          <label accesskey="s" for="short_desc"><u>S</u>ummary</label>:&nbsp;
-          [% PROCESS input inputname => "short_desc" size => "60" colspan => 2
-                           maxlength => 255 spellcheck => "true" no_td => 1 %]
-      </span>
-    </span>
+        <tr>
+          <td>
+            <label accesskey="s" for="short_desc"><u>S</u>ummary</label>:
+          </td>
+          <td>
+            [% PROCESS input inputname => "short_desc" size => "80" colspan => 2
+                             maxlength => 255 spellcheck => "true" no_td => 1 %]
+          </td>
+        </tr>
+      </table>
+    </div>
   </div>
   <script type="text/javascript">
     hideAliasAndSummary('[% bug.short_desc FILTER js %]', '[% bug.alias FILTER js %]');
@@ -394,29 +417,46 @@
 
 [% END %]
 
+[%############################################################################%]
+[%# Block for the status section                                             #%]
+[%############################################################################%]
+
+[% BLOCK section_status %]
+  <tr>
+    <td class="field_label">
+      <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
+    </td>
+    <td id="bz_field_status">
+      <span id="static_bug_status">
+        [% get_status(bug.bug_status) FILTER html %]
+        [% IF bug.resolution %]
+          [%+ get_resolution(bug.resolution) FILTER html %]
+          [% IF bug.dup_id %]
+            of [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %]
+          [% END %]
+        [% END %]
+        [% IF bug.user.canedit || bug.user.isreporter %]
+          (<a href="#add_comment" 
+              onclick="window.setTimeout(function() { document.getElementById('bug_status').focus(); }, 10)">edit</a>)
+        [% END %]
+      </span>
+    </td>
+  </tr>
+[% END %]
+
 [%############################################################################%]
 [%# Block for the second table in the "Details" section                      #%]
 [%############################################################################%]
 
 [% BLOCK section_details2 %]
 
-[%############%]
-[%#  STATUS  #%]
-[%############%]
-    <tr>
-      <td class="field_label">
-        <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
-      </td>
-      <td id="bz_field_status">
-          [% PROCESS bug/knob.html.tmpl %]
-      </td>
-    </tr>
  [%###############################################################%]
  [%# Importance (priority, severity and votes) #%]
  [%###############################################################%]
     <tr>
       <td class="field_label">
-        <label for="priority" accesskey="i"><b><u>I</u>mportance</b></label>:
+        <label for="priority" accesskey="i">
+          <b><a href="page.cgi?id=fields.html#importance"><u>I</u>mportance</a></b></label>:
       </td>
       <td>
         [% PROCESS select selname => "priority" no_td=>1 %] 
@@ -567,8 +607,9 @@
         <span id="bz_url_edit_container" class="bz_default_hidden"> 
         [% IF bug.bug_file_loc 
            AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
-           <a href="[% bug.bug_file_loc FILTER html %]" target="_blank">
-             [% bug.bug_file_loc FILTER html%]</a>
+           <a href="[% bug.bug_file_loc FILTER html %]" target="_blank"
+              title="[% bug.bug_file_loc FILTER html %]">
+             [% bug.bug_file_loc FILTER truncate(40) FILTER html %]</a>
         [% ELSE %]
           [% bug.bug_file_loc FILTER html %]
         [% END %]
@@ -610,8 +651,7 @@
           <b><a href="describekeywords.cgi"><u>K</u>eywords</a></b></label>:
       </td>
       [% PROCESS input inputname => "keywords" size => 40 colspan => 2
-                       value => bug.keywords.join(', ')
-                       onfocus => "this.chooser.open()" %]
+                       value => bug.keywords.join(', ') %]
     </tr>
   [% END %]
 [% END %]
@@ -670,7 +710,7 @@
               <br>
               <small>
                 (Unchecking all boxes makes this a more public [% terms.bug %].)
-              <small>
+              </small>
             </div>
           [% END %]
 
@@ -791,9 +831,7 @@
                    IF user.settings.state_addselfcc.value == 'always'
                       || (!has_role
                           && user.settings.state_addselfcc.value == 'cc_unless_role') %]>
-            <label for="addselfcc">
-              Myself ([% INCLUDE user_identity user=> user FILTER collapse %])
-            </label>
+            <label for="addselfcc">Add me to CC list</label>
             <br> 
           [% END %]
         [% END %]
@@ -805,7 +843,7 @@
         [% END %]
         [% IF user.id %]
           [% IF bug.cc.contains( user.email ) %]
-            including you ([% INCLUDE user_identity user=> user FILTER collapse %])
+            including you
           [% END %]
         [% END %]
         <span id="cc_edit_area_showhide_container" class="bz_default_hidden">
@@ -1078,7 +1116,6 @@
        <input id="[% inputname %]" name="[% inputname %]"
               value="[% val FILTER html %]"[% " size=\"$size\"" IF size %]
               [% " maxlength=\"$maxlength\"" IF maxlength %]
-              [% " onfocus=\"$onfocus\"" IF onfocus %]
               [% " spellcheck=\"$spellcheck\"" IF spellcheck %]>
     [% ELSE %]
       [% IF size && val.length > size %]
@@ -1097,7 +1134,6 @@
   [% colspan = 0 %]
   [% size = 0 %]
   [% value = undef %]
-  [% onfocus = undef %]
   [% spellcheck = undef %]
 [% END %]
 
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index 1ba0b1784..664cbeee4 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -42,7 +42,7 @@
   [% SWITCH field.type %]
     [% CASE constants.FIELD_TYPE_FREETEXT %]
         <input id="[% field.name FILTER html %]" name="[% field.name FILTER html %]"
-               value="[% value FILTER html %]" size="60"
+               value="[% value FILTER html %]" size="40"
                maxlength="[% constants.MAX_FREETEXT_LENGTH FILTER none %]">
     [% CASE constants.FIELD_TYPE_DATETIME %]
       <input name="[% field.name FILTER html %]" size="20"
diff --git a/template/en/default/bug/keyword-chooser.html.tmpl b/template/en/default/bug/keyword-chooser.html.tmpl
deleted file mode 100644
index b935bc08c..000000000
--- a/template/en/default/bug/keyword-chooser.html.tmpl
+++ /dev/null
@@ -1,78 +0,0 @@
-[%# ***** BEGIN LICENSE BLOCK *****
-  # Version: MPL 1.1
-  #
-  # The contents of this file are subject to the Mozilla Public License Version
-  # 1.1 (the "License"); you may not use this file except in compliance with
-  # the License. You may obtain a copy of the License at
-  # http://www.mozilla.org/MPL/
-  #
-  # Software distributed under the License is distributed on an "AS IS" basis,
-  # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-  # for the specific language governing rights and limitations under the
-  # License.
-  #
-  # The Original Code is Keyword Picker.
-  #
-  # The Initial Developer of the Original Code is America Online, Inc.
-  # Portions created by the Initial Developer are Copyright (C) 2004
-  # Mozilla Foundation. All Rights Reserved.
-  #
-  # Contributor(s):
-  #   Christopher A. Aillon <christopher@aillon.com> (Original Author)
-  #
-  # ***** END LICENSE BLOCK *****
-  #%]
-
-[%############################################################################%]
-[%# Keyword Picker                                                           #%]
-[%############################################################################%]
-[%#                                                                          #%]
-[%# If you edit this file, you might also need to edit js/keyword-chooser.js #%]
-[%#                                                                          #%]
-[%############################################################################%]
-
-<div id="keyword-chooser" style="display: none">
-  <table>
-    <tr>
-      <td valign="top">
-        Available&nbsp;Keywords:<br>
-        <select id="keyword-list" size="5" multiple>
-        [% FOREACH kwd = valid_keywords %]
-          [% UNLESS sel_keywords && lsearch(sel_keywords, kwd) != -1 %]
-           <option value="[% kwd FILTER html %]">[% kwd FILTER html %]</option>
-          [% END %]
-        [% END %]
-        </select>
-      </td>
-      <td valign="middle">
-        <button onclick="document.getElementById('keyword-chooser').chooserElement.chooser.choose(); return false;">-></button><br>
-        <button onclick="document.getElementById('keyword-chooser').chooserElement.chooser.unchoose(); return false;"><-</button>
-      </td>
-      <td valign="top">
-        Bug&nbsp;Keywords:<br>
-        <select id="bug-keyword-list" size="5" multiple>
-        [% FOREACH kwd = valid_keywords %]
-          [% IF sel_keywords && lsearch(sel_keywords, kwd) != -1 %]
-           <option value="[% kwd FILTER html %]">[% kwd FILTER html %]</option>
-          [% END %]
-        [% END %]
-        </select>
-      </td>
-      <td valign="middle">
-        <button type="button" onclick="document.getElementById('keyword-chooser').chooserElement.chooser.ok(); return false">OK</button>
-        <br>
-        <button type="button" onclick="document.getElementById('keyword-chooser').chooserElement.chooser.cancel(); return false" style="margin-top:3px;">Cancel</button>
-      </td>
-    </tr>
-  </table>
-</div>
-
-<script type="text/javascript">
-  var validKeywords = new Array();
-
-  [% FOREACH kwd = valid_keywords %]
-    validKeywords[validKeywords.length] = "[% kwd FILTER html %]";
-  [% END %]
-
-  InitializeKeywordChooser(validKeywords);
-</script>
diff --git a/template/en/default/bug/process/CVS/Entries b/template/en/default/bug/process/CVS/Entries
index f2d091f36..5606b8ca8 100644
--- a/template/en/default/bug/process/CVS/Entries
+++ b/template/en/default/bug/process/CVS/Entries
@@ -1,7 +1,7 @@
-/bugmail.html.tmpl/1.8/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_4
-/confirm-duplicate.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_4
-/header.html.tmpl/1.10/Wed Feb  6 13:34:50 2008//TBUGZILLA-3_1_4
-/midair.html.tmpl/1.22/Fri Feb  8 23:19:21 2008//TBUGZILLA-3_1_4
-/results.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_1_4
-/verify-new-product.html.tmpl/1.26/Mon Mar 31 08:51:05 2008//TBUGZILLA-3_1_4
+/bugmail.html.tmpl/1.8/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_2
+/confirm-duplicate.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_2
+/header.html.tmpl/1.10.2.1/Wed Sep 17 23:55:54 2008//TBUGZILLA-3_2
+/midair.html.tmpl/1.22/Fri Feb  8 23:19:21 2008//TBUGZILLA-3_2
+/results.html.tmpl/1.12/Mon Aug 20 18:25:01 2007//TBUGZILLA-3_2
+/verify-new-product.html.tmpl/1.26.2.1/Fri Oct  3 01:55:04 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/bug/process/CVS/Tag b/template/en/default/bug/process/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/bug/process/CVS/Tag
+++ b/template/en/default/bug/process/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl
index 5472aa7dd..4aecfc1b8 100644
--- a/template/en/default/bug/process/header.html.tmpl
+++ b/template/en/default/bug/process/header.html.tmpl
@@ -42,7 +42,7 @@
 [% END %]
 
 [% PROCESS global/header.html.tmpl
-  javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js",
+  javascript_urls = [ "js/util.js", "js/field.js",
                       "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
   style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
   doc_section = "bug_page.html"
diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl
index 7b5b58a18..2eeb9277e 100644
--- a/template/en/default/bug/process/verify-new-product.html.tmpl
+++ b/template/en/default/bug/process/verify-new-product.html.tmpl
@@ -49,10 +49,15 @@
 <input type="hidden" name="confirm_product_change" value="1">
     
 [%# Verify the version, component, and target milestone fields. %]
-<h3>Verify Version, Component[% ", Target Milestone" IF Param("usetargetmilestone") %]</h3>
+<h3>Verify Version, Component
+  [%- ", Target Milestone" 
+      IF Param("usetargetmilestone")
+         && bug.check_can_change_field('target_milestone', 0, 1) %]</h3>
 
 <p>
-[% IF Param("usetargetmilestone") %]
+[% IF Param("usetargetmilestone") 
+   && bug.check_can_change_field('target_milestone', 0, 1) 
+%]
   You are moving the [% terms.bug %](s) to the product 
   <b>[% product.name FILTER html %]</b>,
   and the version, component, and/or target milestone fields are no longer
@@ -93,7 +98,9 @@
                  default=default_component
                  size=10 %]
     </td>
-    [% IF Param("usetargetmilestone") %]
+    [% IF Param("usetargetmilestone") 
+          && bug.check_can_change_field('target_milestone', 0, 1) 
+    %]
       <td>
         <b>Target Milestone:</b><br>
       [% PROCESS "global/select-menu.html.tmpl"
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 1442cae4f..173d98e92 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -20,6 +20,7 @@
   #                 Toms Baugis <toms@myrealbox.com>
   #                 Olav Vitters <olav@bkor.dhs.org>
   #                 Max Kanat-Alexander <mkanat@bugzilla.org>
+  #                 Elliotte Martin <emartin@everythingsolved.com>
   #%]
 
 [% PROCESS "global/field-descs.none.tmpl" %]
@@ -279,6 +280,9 @@
       </tr>
     [% END %]
   [% END %]
+  
+  [% Hook.process("last_row", "bug/show-multiple.html.tmpl") %]
+   
   </table>
 
 
diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl
index 373cfa327..cf6127413 100644
--- a/template/en/default/bug/show.html.tmpl
+++ b/template/en/default/bug/show.html.tmpl
@@ -44,7 +44,7 @@
     subheader = filtered_desc
     header_addl_info = "Last modified: $filtered_timestamp"
     bodyclasses = bodyclasses
-    javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js",
+    javascript_urls = [ "js/util.js", "js/field.js",
                         "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
     style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
     doc_section = "bug_page.html"
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index 714eee517..23874d989 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -56,6 +56,7 @@
       [% FOREACH type = bug.flag_types %]
         [% FOREACH flag = type.flags %]
           <flag name="[% type.name FILTER xml %]"
+                id="[% flag.id FILTER xml %]"
                 status="[% flag.status FILTER xml %]"
                 setter="[% flag.setter.login FILTER xml %]"
           [% IF flag.requestee %]
@@ -99,6 +100,7 @@
 
             [% FOREACH flag = a.flags %]
               <flag name="[% flag.type.name FILTER xml %]"
+                    id="[% flag.id FILTER xml %]"
                     status="[% flag.status FILTER xml %]"
                     setter="[% flag.setter.email FILTER xml %]"
                     [% IF flag.status == "?" && flag.requestee %]
@@ -109,6 +111,9 @@
           </attachment>
         [% END %]
       [% END %]
+      
+      [% Hook.process("bug_end") %]
+
     </bug>
   [% END %]
 [% END %]
diff --git a/template/en/default/bug/votes/CVS/Entries b/template/en/default/bug/votes/CVS/Entries
index 00f73badd..16a9f475a 100644
--- a/template/en/default/bug/votes/CVS/Entries
+++ b/template/en/default/bug/votes/CVS/Entries
@@ -1,4 +1,4 @@
-/delete-all.html.tmpl/1.8/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4
-/list-for-bug.html.tmpl/1.12/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4
-/list-for-user.html.tmpl/1.28/Sun Feb  3 11:37:23 2008//TBUGZILLA-3_1_4
+/delete-all.html.tmpl/1.8/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_2
+/list-for-bug.html.tmpl/1.12/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_2
+/list-for-user.html.tmpl/1.28/Sun Feb  3 11:37:23 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/bug/votes/CVS/Tag b/template/en/default/bug/votes/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/bug/votes/CVS/Tag
+++ b/template/en/default/bug/votes/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl
index 8d2c5a282..2850a5aed 100644
--- a/template/en/default/config.rdf.tmpl
+++ b/template/en/default/config.rdf.tmpl
@@ -16,6 +16,7 @@
   # Rights Reserved.
   #
   # Contributor(s): Myk Melez <myk@mozilla.org>
+  #                 Frédéric Buclin <LpSolit@gmail.com>
   #%]
 
 <?xml version="1.0"[% IF Param('utf8') %] encoding="UTF-8"[% END %]?>
@@ -123,7 +124,8 @@
             <bz:components>
               <Seq>
                 [% FOREACH component = product.components %]
-                  <li resource="[% urlbase FILTER xml %]component.cgi?name=[% component.name FILTER url_quote %]"/>
+                  <li resource="[% urlbase FILTER xml %]component.cgi?name=[% component.name FILTER url_quote 
+                      %]&amp;product=[% product.name FILTER url_quote %]"/>
                 [% END %]
               </Seq>
             </bz:components>
@@ -152,13 +154,26 @@
     </Seq>
   </bz:products>
 
+  [% all_visible_flag_types = {} %]
   <bz:components>
     <Seq>
       [% FOREACH product = products %]
         [% FOREACH component = product.components %]
           <li>
-            <bz:component rdf:about="[% urlbase FILTER xml %]component.cgi?name=[% component.name FILTER url_quote %]">
+            <bz:component rdf:about="[% urlbase FILTER xml %]component.cgi?name=[% component.name FILTER url_quote 
+                          %]&amp;product=[% product.name FILTER url_quote %]">
               <bz:name>[% component.name FILTER html %]</bz:name>
+              <bz:flag_types>
+                <Seq>
+                  [% flag_types = component.flag_types.bug.merge(component.flag_types.attachment) %]
+                  [% FOREACH flag_type = flag_types %]
+                    [% NEXT UNLESS flag_type.is_active %]
+                    [% all_visible_flag_types.${flag_type.id} = flag_type %]
+                    <li resource="[% urlbase FILTER xml %]flags.cgi?id=[% flag_type.id FILTER url_quote
+                        %]&amp;name=[% flag_type.name FILTER url_quote %]" />
+                  [% END %]
+                </Seq>
+              </bz:flag_types>
             </bz:component>
           </li>
         [% END %]
@@ -196,6 +211,25 @@
     </bz:target_milestones>
   [% END %]
 
+  <bz:flag_types>
+    <Seq>
+      [% FOREACH flag_type = all_visible_flag_types.values.sort('name') %]
+        <li>
+          <bz:flag_type rdf:about="[% urlbase FILTER xml %]flag.cgi?id=[% flag_type.id FILTER url_quote
+                        %]&amp;name=[% flag_type.name FILTER url_quote %]">
+            <bz:id>[% flag_type.id FILTER html %]</bz:id>
+            <bz:name>[% flag_type.name FILTER html %]</bz:name>
+            <bz:description>[% flag_type.description FILTER html %]</bz:description>
+            <bz:type>[% flag_type.target_type FILTER html %]</bz:type>
+            <bz:requestable>[% flag_type.is_requestable FILTER html %]</bz:requestable>
+            <bz:specifically_requestable>[% flag_type.is_requesteeble FILTER html %]</bz:specifically_requestable>
+            <bz:multiplicable>[% flag_type.is_multiplicable FILTER html %]</bz:multiplicable>
+          </bz:flag_type>
+        </li>
+      [% END %]
+    </Seq>
+  </bz:flag_types>
+
   <bz:fields>
     <Seq>
       [% PROCESS "global/field-descs.none.tmpl" %]
diff --git a/template/en/default/email/CVS/Entries b/template/en/default/email/CVS/Entries
index f046d0134..c68ab8de8 100644
--- a/template/en/default/email/CVS/Entries
+++ b/template/en/default/email/CVS/Entries
@@ -1,6 +1,6 @@
-/newchangedmail.txt.tmpl/1.11/Tue Sep  4 22:01:54 2007//TBUGZILLA-3_1_4
-/sanitycheck.txt.tmpl/1.3/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4
-/sudo.txt.tmpl/1.5/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4
-/votes-removed.txt.tmpl/1.5/Wed Apr  2 17:42:29 2008//TBUGZILLA-3_1_4
-/whine.txt.tmpl/1.6/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_1_4
+/newchangedmail.txt.tmpl/1.11/Tue Sep  4 22:01:54 2007//TBUGZILLA-3_2
+/sanitycheck.txt.tmpl/1.3/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_2
+/sudo.txt.tmpl/1.5/Mon Aug 20 18:25:02 2007//TBUGZILLA-3_2
+/votes-removed.txt.tmpl/1.5/Wed Apr  2 17:42:29 2008//TBUGZILLA-3_2
+/whine.txt.tmpl/1.6.2.1/Thu Aug  7 08:37:13 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/email/CVS/Tag b/template/en/default/email/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/email/CVS/Tag
+++ b/template/en/default/email/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl
index 861a8ac18..caf43eb6d 100644
--- a/template/en/default/email/whine.txt.tmpl
+++ b/template/en/default/email/whine.txt.tmpl
@@ -21,7 +21,7 @@
 [% PROCESS "global/field-descs.none.tmpl" %]
 From: [% Param("mailfrom") %]
 To: [% email %][% Param("emailsuffix") %]
-Subject: Your [% terms.Bugzilla %] buglist needs attention.
+Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention.
 X-Bugzilla-Type: whine
 
 [This e-mail has been automatically generated.]
@@ -55,7 +55,7 @@ Or, you can use the general query page, at
 [%+ urlbase %]query.cgi
 
 Appended below are the individual URLs to get to all of your [% get_status("NEW") %] [%+ terms.bugs %]
-that haven't been touched for a week or more.
+that haven't been touched for [% Param("whinedays") %] days or more.
 
 You will get this message once a day until you've dealt with these [% terms.bugs %]!
 
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index c25e400c3..6ef3e5ea2 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -62,8 +62,7 @@
   '"value${chartnum}-${rownum}-${colnum}"', 
   '"type${chartnum}-${rownum}-${colnum}"', 
   'field.name', 
-  'field.description', 
-  'type.name', 
+  'type.name',
   'type.description', 
   '"${chartnum}-${rownum}-${newor}"', 
   '"${chartnum}-${newand}-0"', 
@@ -313,7 +312,6 @@
   '" colspan=\"$colspan\"" IF colspan',
   '" size=\"$size\"" IF size',
   '" maxlength=\"$maxlength\"" IF maxlength',
-  '" onfocus=\"$onfocus\"" IF onfocus',
   'flag.status',
   '" spellcheck=\"$spellcheck\"" IF spellcheck',
 ],
@@ -520,12 +518,15 @@
 ],
 
 'admin/users/confirm-delete.html.tmpl' => [
+  'attachments',
   'reporter',
   'assignee_or_qa',
   'cc',
+  'component_cc',
   'flags.requestee',
   'flags.setter',
   'longdescs',
+  'quips',
   'votes',
   'series',
   'watch.watched',
diff --git a/template/en/default/flag/CVS/Entries b/template/en/default/flag/CVS/Entries
index 1dec4c9eb..e1ac3ca0a 100644
--- a/template/en/default/flag/CVS/Entries
+++ b/template/en/default/flag/CVS/Entries
@@ -1,2 +1,2 @@
-/list.html.tmpl/1.31/Sat Apr  5 14:51:42 2008//TBUGZILLA-3_1_4
+/list.html.tmpl/1.32/Thu May 15 17:37:40 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/flag/CVS/Tag b/template/en/default/flag/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/flag/CVS/Tag
+++ b/template/en/default/flag/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 462e4063c..8aef809e0 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -181,7 +181,7 @@
         <td>
           <select id="flag_type-[% type.id %]" name="flag_type-[% type.id %]" 
                   title="[% type.description FILTER html %]"
-                  [% " disabled=\"disabled\"" UNLESS user.can_request_flag(type) %]
+                  [% " disabled=\"disabled\"" UNLESS (type.is_requestable && user.can_request_flag(type)) || user.can_set_flag(type) %]
                   onchange="toggleRequesteeField(this);"
                   class="flag_select">
             <option value="X"></option>
@@ -235,7 +235,7 @@
       <td>
         <select id="flag_type-[% type.id %]" name="flag_type-[% type.id %]" 
                 title="[% type.description FILTER html %]"
-                [% " disabled=\"disabled\"" UNLESS user.can_request_flag(type) %]
+                [% " disabled=\"disabled\"" UNLESS (type.is_requestable && user.can_request_flag(type)) || user.can_set_flag(type) %]
                 onchange="toggleRequesteeField(this);"
                 class="flag_select">
           <option value="X"></option>
diff --git a/template/en/default/global/CVS/Entries b/template/en/default/global/CVS/Entries
index aabf254ca..7c3db5472 100644
--- a/template/en/default/global/CVS/Entries
+++ b/template/en/default/global/CVS/Entries
@@ -1,28 +1,28 @@
-/banner.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/choose-classification.html.tmpl/1.10/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/choose-product.html.tmpl/1.18/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/code-error.html.tmpl/1.105/Thu Apr 10 16:33:54 2008//TBUGZILLA-3_1_4
-/common-links.html.tmpl/1.14/Thu Apr  3 19:05:50 2008//TBUGZILLA-3_1_4
-/confirm-user-match.html.tmpl/1.19/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/docslinks.html.tmpl/1.3/Thu Apr  3 19:05:50 2008//TBUGZILLA-3_1_4
-/field-descs.none.tmpl/1.25/Tue Oct 23 19:36:53 2007//TBUGZILLA-3_1_4
-/footer.html.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/header.html.tmpl/1.56/Thu Feb 21 16:34:44 2008//TBUGZILLA-3_1_4
-/help.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/hidden-fields.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/initialize.none.tmpl/1.2/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/js-products.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/message.html.tmpl/1.8/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/message.txt.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/messages.html.tmpl/1.72/Mon Feb 11 23:20:21 2008//TBUGZILLA-3_1_4
-/per-bug-queries.html.tmpl/1.13/Thu Apr  3 19:05:50 2008//TBUGZILLA-3_1_4
-/select-menu.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/setting-descs.none.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/site-navigation.html.tmpl/1.25/Wed Feb  6 13:34:51 2008//TBUGZILLA-3_1_4
-/tabs.html.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/textarea.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/useful-links.html.tmpl/1.59/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_1_4
-/user-error.html.tmpl/1.248/Wed Apr  2 17:42:29 2008//TBUGZILLA-3_1_4
-/userselect.html.tmpl/1.9/Tue Apr 29 20:41:18 2008//TBUGZILLA-3_1_4
-/variables.none.tmpl/1.7/Wed Feb  6 21:02:21 2008//TBUGZILLA-3_1_4
+/banner.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/choose-classification.html.tmpl/1.10/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/choose-product.html.tmpl/1.18/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/code-error.html.tmpl/1.105/Thu Apr 10 16:33:54 2008//TBUGZILLA-3_2
+/common-links.html.tmpl/1.14.2.3/Wed Nov  5 17:48:35 2008//TBUGZILLA-3_2
+/confirm-user-match.html.tmpl/1.19/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/docslinks.html.tmpl/1.3/Thu Apr  3 19:05:50 2008//TBUGZILLA-3_2
+/field-descs.none.tmpl/1.25.2.2/Sun Sep 21 18:42:45 2008//TBUGZILLA-3_2
+/footer.html.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/header.html.tmpl/1.56.2.3/Thu Oct  2 17:11:18 2008//TBUGZILLA-3_2
+/help.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/hidden-fields.html.tmpl/1.11/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/initialize.none.tmpl/1.2/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/js-products.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/message.html.tmpl/1.8/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/message.txt.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/messages.html.tmpl/1.72/Mon Feb 11 23:20:21 2008//TBUGZILLA-3_2
+/per-bug-queries.html.tmpl/1.13/Thu Apr  3 19:05:50 2008//TBUGZILLA-3_2
+/select-menu.html.tmpl/1.6/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/setting-descs.none.tmpl/1.14/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/site-navigation.html.tmpl/1.25/Wed Feb  6 13:34:51 2008//TBUGZILLA-3_2
+/tabs.html.tmpl/1.4/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/textarea.html.tmpl/1.3/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/useful-links.html.tmpl/1.59/Mon Aug 20 18:25:04 2007//TBUGZILLA-3_2
+/user-error.html.tmpl/1.249.2.2/Wed Nov  5 18:41:34 2008//TBUGZILLA-3_2
+/userselect.html.tmpl/1.9/Tue Apr 29 20:41:18 2008//TBUGZILLA-3_2
+/variables.none.tmpl/1.7/Wed Feb  6 21:02:21 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/global/CVS/Tag b/template/en/default/global/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/global/CVS/Tag
+++ b/template/en/default/global/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index bfd18af4d..8b4c28433 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -39,7 +39,7 @@
   <li><span class="separator">| </span><a href="report.cgi">Reports</a></li>
 
   <li>
-    [% IF Bugzilla.has_flags %]
+    [% IF Param('shutdownhtml') || Bugzilla.has_flags %]
       <span class="separator">| </span>
       [% IF user.id %]
         <a href="request.cgi?requester=[% user.login FILTER url_quote %]&amp;requestee=
@@ -117,9 +117,9 @@
     [% END %]
   [% END %]
 </ul>
-
+[% Hook.process("link-row") %]
 [% BLOCK link_to_documentation %]
-    [% IF doc_section %]
+    [% IF doc_section && Param('docs_urlbase') %]
       <li>
         <span class="separator">| </span>
         <a href="[% docs_urlbase _ doc_section FILTER html %]" target="_blank">Help</a>
diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl
index 178a68444..344dc5528 100644
--- a/template/en/default/global/field-descs.none.tmpl
+++ b/template/en/default/global/field-descs.none.tmpl
@@ -22,60 +22,80 @@
 
 [% PROCESS global/variables.none.tmpl %]
 
-[% field_descs = { "[Bug creation]"       => "[$terms.Bug creation]",
-                   "actual_time"          => "Actual Hours"
-                   "alias"                => "Alias",
-                   "assigned_to"          => "Assignee",
-                   "blocked"              => "Blocks",
-                   "bug_file_loc"         => "URL",
-                   "bug_id"               => "$terms.Bug ID",
-                   "bug_severity"         => "Severity",
-                   "bug_status"           => "Status",
-                   "changeddate"          => "Changed",
-                   "cc"                   => "CC",
-                   "classification"       => "Classification",
-                   "cclist_accessible"    => "CC list accessible",
-                   "component_id"         => "Component ID",
-                   "component"            => "Component",
-                   "creation_ts"          => "$terms.Bug Creation time",
-                   "deadline"             => "Deadline",
-                   "delta_ts"             => "Changed",
-                   "dependson"            => "Depends on",
-                   "dup_id"               => "Duplicate",
-                   "estimated_time"       => "Orig. Est.",
-                   "everconfirmed"        => "Ever confirmed",
-                   "keywords"             => "Keywords",
-                   "newcc"                => "CC",
-                   "op_sys"               => "OS",
-                   "opendate"             => "Opened",
-                   "percentage_complete"  => "%Complete",
-                   "priority"             => "Priority",
-                   "product_id"           => "Product ID",
-                   "product"              => "Product",
-                   "qa_contact"           => "QA Contact",
-                   "remaining_time"       => "Hours Left",
-                   "rep_platform"         => "Hardware",
-                   "reporter"             => "Reporter",
-                   "reporter_accessible"  => "Reporter accessible",
-                   "resolution"           => "Resolution",
-                   "setting"              => "Setting",
-                   "settings"             => "Settings",
-                   "short_desc"           => "Summary",
-                   "status_whiteboard"    => "Whiteboard",
-                   "target_milestone"     => "Target Milestone",
-                   "version"              => "Version",
-                   "votes"                => "Votes",
-                   "work_time"            => "Hours Worked"} %]
+[% field_descs = { "[Bug creation]"          => "[$terms.Bug creation]",
+                   "actual_time"             => "Actual Hours"
+                   "alias"                   => "Alias",
+                   "assigned_to"             => "Assignee",
+                   "attach_data.thedata"     => "Attachment data",
+                   "attachments.description" => "Attachment description",
+                   "attachments.filename"    => "Attachment filename",
+                   "attachments.mimetype"    => "Attachment mime type",
+                   "attachments.ispatch"     => "Attachment is patch",
+                   "attachments.isobsolete"  => "Attachment is obsolete",
+                   "attachments.isprivate"   => "Attachment is private",
+                   "attachments.isurl"       => "Attachment is a URL",
+                   "attachments.submitter"   => "Attachment creator",
+                   "blocked"                 => "Blocks",
+                   "bug_file_loc"            => "URL",
+                   "bug_group"               => "Group",
+                   "bug_id"                  => "$terms.Bug ID",
+                   "bug_severity"            => "Severity",
+                   "bug_status"              => "Status",
+                   "changeddate"             => "Changed",
+                   "cc"                      => "CC",
+                   "classification"          => "Classification",
+                   "cclist_accessible"       => "CC list accessible",
+                   "commenter"               => "Commenter",
+                   "component_id"            => "Component ID",
+                   "component"               => "Component",
+                   "content"                 => "Content",
+                   "creation_ts"             => "Creation date",
+                   "deadline"                => "Deadline",
+                   "delta_ts"                => "Changed",
+                   "dependson"               => "Depends on",
+                   "dup_id"                  => "Duplicate",
+                   "estimated_time"          => "Orig. Est.",
+                   "everconfirmed"           => "Ever confirmed",
+                   "flagtypes.name"          => "Flag",
+                   "keywords"                => "Keywords",
+                   "longdesc"                => "Comment",
+                   "longdescs.isprivate"     => "Comment is private",
+                   "newcc"                   => "CC",
+                   "op_sys"                  => "OS",
+                   "opendate"                => "Opened",
+                   "owner_idle_time"         => "Time Since Assignee Touched",
+                   "percentage_complete"     => "%Complete",
+                   "priority"                => "Priority",
+                   "product_id"              => "Product ID",
+                   "product"                 => "Product",
+                   "qa_contact"              => "QA Contact",
+                   "remaining_time"          => "Hours Left",
+                   "rep_platform"            => "Hardware",
+                   "reporter"                => "Reporter",
+                   "reporter_accessible"     => "Reporter accessible",
+                   "requestees.login_name"   => "Flag Requestee",
+                   "resolution"              => "Resolution",
+                   "setters.login_name"      => "Flag Setter",
+                   "setting"                 => "Setting",
+                   "settings"                => "Settings",
+                   "short_desc"              => "Summary",
+                   "status_whiteboard"       => "Whiteboard",
+                   "target_milestone"        => "Target Milestone",
+                   "version"                 => "Version",
+                   "votes"                   => "Votes",
+                   "work_time"               => "Hours Worked"} %]
 
 [%# Also include any custom fields or fields which don't have a
     Description here, by copying their Description from the
     database. If you want to override this for your language
     or your installation, just use a hook. %]
 
-[% USE Bugzilla %]
-[% FOREACH bz_field = Bugzilla.get_fields() %]
-  [% SET field_descs.${bz_field.name} = bz_field.description
-     IF !field_descs.${bz_field.name}.defined %]
+[% UNLESS Param('shutdownhtml') %]
+  [% USE Bugzilla %]
+  [% FOREACH bz_field = Bugzilla.get_fields() %]
+    [% SET field_descs.${bz_field.name} = bz_field.description
+       IF !field_descs.${bz_field.name}.defined %]
+  [% END %]
 [% END %]
 
 [% field_types = { ${constants.FIELD_TYPE_UNKNOWN}       => "Unknown Type",
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index a154fa1fc..a25cf70dc 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -69,23 +69,6 @@
 
     [% PROCESS 'global/setting-descs.none.tmpl' %]
 
-    [% IF javascript %]
-      <script type="text/javascript">
-        [% javascript %]
-      </script>
-    [% END %]
-
-    [% IF javascript_urls %]
-      [% FOREACH javascript_url = javascript_urls %]
-        <script src="[% javascript_url FILTER html %]" type="text/javascript"></script>
-      [% END %]
-      [% IF javascript_urls.grep('yui/').size %]
-        <script type="text/javascript">
-          YAHOO.namespace('bugzilla');
-        </script>
-      [% END %]
-    [% END %]
-
     [%# Set up the skin CSS cascade:
       #  1. Standard Bugzilla stylesheet set (persistent)
       #  2. Standard Bugzilla stylesheet set (selectable)
@@ -205,6 +188,26 @@
             type="text/css">
     <![endif]-->
 
+
+    [% IF javascript %]
+      <script type="text/javascript">
+        [% javascript %]
+      </script>
+    [% END %]
+
+    [% IF javascript_urls %]
+      [% FOREACH javascript_url = javascript_urls %]
+        <script src="[% javascript_url FILTER html %]" type="text/javascript"></script>
+      [% END %]
+      [% IF javascript_urls.grep('yui/').size %]
+        <script type="text/javascript">
+          YAHOO.namespace('bugzilla');
+          if( YAHOO.env.ua.gecko )
+            YAHOO.util.Event._simpleRemove(window, "unload", YAHOO.util.Event._unload);
+        </script>
+      [% END %]
+    [% END %]
+
     [%# this puts the live bookmark up on firefox for the Atom feed %]
     [% IF atomlink %]
        <link rel="alternate" 
@@ -215,8 +218,8 @@
     [%# Required for the 'Autodiscovery' feature in Firefox 2 and IE 7. %]
     <link rel="search" type="application/opensearchdescription+xml"
                        title="[% terms.Bugzilla %]" href="./search_plugin.cgi">
-                       
-    [% Hook.process("additional_header") %]                   
+    <link rel="shortcut icon" href="images/favicon.ico" >
+    [% Hook.process("additional_header") %]
   </head>
 
 [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag,
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index e61f3a9ee..565ec1b07 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -146,6 +146,8 @@
       schedule
     [% ELSIF action == "use" %]
       use
+    [% ELSIF action == "approve" %]
+      approve
     [% END %]
 
     [% IF object == "administrative_pages" %]
@@ -587,7 +589,7 @@
     <code>[% name FILTER html %]
           [% IF status == "X" %][% old_status FILTER html %][% END %]</code>.
 
-    Only a sufficiently empowered user can make this change.
+    Only a user with the required permissions may make this change.
 
   [% ELSIF error == "format_not_found" %]
     [% title = "Format Not Found" %]
@@ -710,14 +712,14 @@
       [% IF privs < 2 %] or reporter [% END %]
       of the [% terms.bug %], or
     [% END %]
-    a sufficiently empowered user may change that field.
+    a user with the required permissions may change that field.
 
   [% ELSIF error == "illegal_change_deps" %]
     [% title = "Not allowed" %]
     You tried to change the 
     <strong>[% field_descs.$field FILTER html %]</strong> field 
-    but only a user empowered to edit 
-    both involved [% terms.bugs %] may change that field.
+    but only a user allowed to edit 
+    both related [% terms.bugs %] may change that field.
 
   [% ELSIF error == "illegal_changed_in_last_x_days" %]
     [% title = "Your Search Makes No Sense" %]
@@ -951,7 +953,7 @@
 
   [% ELSIF error == "milestone_required" %]
     [% title = "Milestone Required" %]
-    You must determine a target milestone for [% terms.bug %] 
+    You must select a target milestone for [% terms.bug %]
     [%+ bug.id FILTER html %]
     if you are going to accept it.  Part of accepting 
     [%+ terms.abug %] is giving an estimate of when it will be fixed.
@@ -1303,9 +1305,9 @@
     You must enter a name for the new product.
   
   [% ELSIF error == "product_disabled" %]
-    [% title = BLOCK %]Product closed for [% terms.Bugs %] Entry[% END %]
+    [% title = BLOCK %]Product closed for [% terms.Bug %] Entry[% END %]
     [% admindocslinks = {'products.html' => 'Administering products'} %]
-    Sorry, entering [% terms.bugs %] into the
+    Sorry, entering [% terms.abug %] into the
     product <em>[% product.name FILTER html %]</em> has been disabled.
 
   [% ELSIF error == "product_edit_denied" %]
@@ -1628,10 +1630,8 @@
 
 <table cellpadding="20">
   <tr>
-    <td bgcolor="#ff0000">
-      <font size="+2">
-        [% error_message FILTER none %]
-      </font>
+    <td id="error_msg" class="throw_error">
+      [% error_message FILTER none %]
     </td>
   </tr>
 </table>
diff --git a/template/en/default/list/CVS/Entries b/template/en/default/list/CVS/Entries
index 7f99f35cd..dfd3ca268 100644
--- a/template/en/default/list/CVS/Entries
+++ b/template/en/default/list/CVS/Entries
@@ -1,13 +1,13 @@
-/change-columns.html.tmpl/1.16/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_1_4
-/edit-multiple.html.tmpl/1.49/Thu Apr 10 16:34:01 2008//TBUGZILLA-3_1_4
-/list-simple.html.tmpl/1.12/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/list.atom.tmpl/1.5/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/list.csv.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/list.html.tmpl/1.59/Sat Jan 12 14:26:26 2008//TBUGZILLA-3_1_4
-/list.ics.tmpl/1.9/Sun Oct  7 23:18:44 2007//TBUGZILLA-3_1_4
-/list.js.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/list.rdf.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/quips.html.tmpl/1.22/Sun Oct  7 23:18:44 2007//TBUGZILLA-3_1_4
-/server-push.html.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/table.html.tmpl/1.40/Sat Apr 19 13:14:25 2008//TBUGZILLA-3_1_4
+/change-columns.html.tmpl/1.16.2.1/Fri Aug  8 03:15:05 2008//TBUGZILLA-3_2
+/edit-multiple.html.tmpl/1.49.2.2/Wed Sep 17 23:55:56 2008//TBUGZILLA-3_2
+/list-simple.html.tmpl/1.12/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/list.atom.tmpl/1.5/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/list.csv.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/list.html.tmpl/1.59.2.1/Wed Sep 17 23:55:56 2008//TBUGZILLA-3_2
+/list.ics.tmpl/1.9/Sun Oct  7 23:18:44 2007//TBUGZILLA-3_2
+/list.js.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/list.rdf.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/quips.html.tmpl/1.22.2.1/Wed Nov  5 18:41:37 2008//TBUGZILLA-3_2
+/server-push.html.tmpl/1.7/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/table.html.tmpl/1.40/Sat Apr 19 13:14:25 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/list/CVS/Tag b/template/en/default/list/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/list/CVS/Tag
+++ b/template/en/default/list/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl
index 60084c234..88ae47818 100644
--- a/template/en/default/list/change-columns.html.tmpl
+++ b/template/en/default/list/change-columns.html.tmpl
@@ -76,12 +76,8 @@
   <p>
     <input type="submit" id="change" value="Change Columns">
   </p>
-</form>
 
-<form action="colchange.cgi">
-  <input type="hidden" name="rememberedquery" value="[% buffer FILTER html %]">
-  <input type="hidden" name="resetit" value="1">
-  <input type="submit" id="reset" 
+  <input type="submit" id="resetit" name="resetit" 
          value="Reset to [% terms.Bugzilla %] default">
 </form>
 
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index fef4c0c99..190628fa9 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -220,8 +220,7 @@
         </label>
       </th>
       <td colspan="3">
-        <input id="keywords" name="keywords" size="32" 
-               onfocus = "this.chooser.open();">
+        <input id="keywords" name="keywords" size="32">
         <select name="keywordaction">
           <option value="add">Add these keywords</option>
           <option value="delete">Delete these keywords</option>
@@ -253,13 +252,9 @@
     </tr>
   [% END %]
 
-</table>
+  [% Hook.process("after_custom_fields") %]
 
-[% IF use_keywords %]
-  [% PROCESS "bug/keyword-chooser.html.tmpl"
-    sel_keywords = keywords.split(', ')
-  %]
-[% END %]
+</table>
 
 <b><label for="comment">Additional Comments:</label></b><br>
 [% INCLUDE global/textarea.html.tmpl
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 0a8eb402c..a0c233803 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -46,7 +46,7 @@
   title = title
   style = style
   atomlink = "buglist.cgi?$urlquerypart&title=$title&ctype=atom" 
-  javascript_urls = [ "js/util.js", "js/keyword-chooser.js", "js/field.js",
+  javascript_urls = [ "js/util.js", "js/field.js",
                       "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
   style_urls = [ "skins/standard/buglist.css", "skins/standard/yui/calendar.css" ]
   doc_section = "query.html#list"
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl
index 14cecb26e..d6000d597 100644
--- a/template/en/default/list/quips.html.tmpl
+++ b/template/en/default/list/quips.html.tmpl
@@ -124,6 +124,9 @@
               </a>
             </td>
             <td>
+              <input type="hidden" name="defined_quipid_[% quipid FILTER html %]"
+                     id="defined_quipid_[% quipid FILTER html %]"
+                     value="1">
               <input type="checkbox" name="quipid_[% quipid FILTER html %]"
                      id="quipid_[% quipid FILTER html %]"
                      [%- ' checked="checked"' IF quips.$quipid.approved %]>
diff --git a/template/en/default/pages/CVS/Entries b/template/en/default/pages/CVS/Entries
index 4ef942891..8a7181b3c 100644
--- a/template/en/default/pages/CVS/Entries
+++ b/template/en/default/pages/CVS/Entries
@@ -1,10 +1,10 @@
-/bug-writing.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/fields.html.tmpl/1.13/Tue Apr  1 20:51:42 2008//TBUGZILLA-3_1_4
-/linked.html.tmpl/1.10/Fri Feb  8 23:19:32 2008//TBUGZILLA-3_1_4
-/linkify.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/quicksearch.html.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/quicksearchhack.html.tmpl/1.7/Sun Dec  2 23:12:10 2007//TBUGZILLA-3_1_4
-/release-notes.html.tmpl/1.17/Mon May  5 00:07:57 2008//TBUGZILLA-3_1_4
-/sudo.html.tmpl/1.2/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
-/voting.html.tmpl/1.4/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_1_4
+/bug-writing.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/fields.html.tmpl/1.13.2.1/Wed Sep 17 11:13:56 2008//TBUGZILLA-3_2
+/linked.html.tmpl/1.10/Fri Feb  8 23:19:32 2008//TBUGZILLA-3_2
+/linkify.html.tmpl/1.9/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/quicksearch.html.tmpl/1.3/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/quicksearchhack.html.tmpl/1.7/Sun Dec  2 23:12:10 2007//TBUGZILLA-3_2
+/release-notes.html.tmpl/1.17.2.10/Sun Nov 23 18:37:17 2008//TBUGZILLA-3_2
+/sudo.html.tmpl/1.2/Mon Aug 20 18:25:05 2007//TBUGZILLA-3_2
+/voting.html.tmpl/1.4.2.1/Mon Sep 15 22:36:04 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/pages/CVS/Tag b/template/en/default/pages/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/pages/CVS/Tag
+++ b/template/en/default/pages/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index ba366196a..90ec2d045 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -206,6 +206,18 @@ cycle of [% terms.abug %].
   </tr>
 </table>
 
+<h2><a name="importance">Importance</h2>
+The importance of [% terms.abug %] is described as the combination of
+its <a href="#priority">priority</a> and <a href="#bug_severity">severity</a>,
+as described below.
+
+<h2><a name="priority">Priority</a></h2>
+This field describes the importance and order in which [% terms.abug %]
+should be fixed. This field is utilized by the
+programmers/engineers to prioritize their work to be done. The
+available priorities range from <b>P1</b> (most important) to
+<b>P5</b> (least important).
+
 <h2><a name="bug_severity">Severity</a></h2>
 This field describes the impact of [% terms.abug %]. 
 
@@ -255,14 +267,6 @@ This field describes the impact of [% terms.abug %].
     <td>Request for enhancement</td>
 </table>
 
-<h2><a name="priority">Priority</a></h2>
-This field describes the importance and order in which [% terms.abug %]
-should be fixed. This field is utilized by the
-programmers/engineers to prioritize their work to be done. The
-available priorities range from <b>P1</b> (most important) to 
-<b>P5</b> (least important). 
-
-
 <h2><a name="rep_platform">Platform</a></h2>
 This is the hardware platform against which the [% terms.bug %] was
 reported. Legal platforms include: 
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 1ecb3eb3d..6f885ae28 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -19,12 +19,467 @@
 
 [% PROCESS global/variables.none.tmpl %]
 [% INCLUDE global/header.html.tmpl 
-  title = "$terms.Bugzilla 3.0.4 Release Notes" 
+  title = "$terms.Bugzilla 3.2 Release Notes" 
   style_urls = ['skins/standard/release-notes.css'] 
 %]
 
 <h2>Table of Contents</h2>
 
+<ul class="bz_toc">
+  <li><a href="#v32_introduction">Introduction</a></li>
+  <li><a href="#v32_req">Minimum Requirements</a></li>
+  <li><a href="#v32_feat">New Features and Improvements</a></li>
+  <li><a href="#v32_issues">Outstanding Issues</a></li>
+  <li><a href="#v32_upgrading">How to Upgrade From An Older Version</a></li>
+  <li><a href="#v32_code_changes">Code Changes Which May Affect 
+    Customizations</a></li>
+  <li><a href="#v32_previous">Release Notes for Previous Versions</a></li>
+</ul>
+
+<h2><a name="v32_introduction"></a>Introduction</h2>
+
+<p>Welcome to [% terms.Bugzilla %] 3.2! This is our first major feature
+  release since [% terms.Bugzilla %] 3.0, and it brings a lot of great
+  improvements and polish to the [% terms.Bugzilla %] experience.</p>
+
+<p>If you're upgrading, make sure to read <a href="#v32_upgrading">How to
+  Upgrade From An Older Version</a>. If you are upgrading from a release
+  before 3.0, make sure to read the release notes for all the 
+  <a href="#v32_previous">previous versions</a> in between your version
+  and this one, <strong>particularly the "Notes For Upgraders" section of each
+  version's release notes</strong>.</p>
+
+<h2><a name="v32_req"></a>Minimum Requirements</h2>
+
+<p>Any requirements that are new since 3.0.5 will look like
+  <span class="req_new">this</span>.</p>
+
+<ul>
+  <li><a href="#v32_req_perl">Perl</a></li>
+  <li><a href="#v32_req_mysql">For MySQL Users</a></li>
+  <li><a href="#v32_req_pg">For PostgreSQL Users</a></li>
+  <li><a href="#v32_req_oracle">For Oracle Users</a></li>
+  <li><a href="#v32_req_modules">Required Perl Modules</a></li>
+  <li><a href="#v32_req_optional_mod">Optional Perl
+    Modules</a></li>
+</ul>
+
+<h3><a name="v32_req_perl"></a>Perl</h3>
+
+<p>Perl <span class="req_new">v<strong>5.8.1</strong></span></p>
+
+[% INCLUDE db_req db='mysql' dbd_new = 1 %]
+
+[% INCLUDE db_req db='pg' %]
+
+[% INCLUDE db_req db='oracle' %]
+
+<h3><a name="v32_req_modules"></a>Required Perl Modules</h3>
+
+[% INCLUDE req_table reqs = REQUIRED_MODULES 
+                     new = []
+                     updated = ['Template-Toolkit', 'Email-MIME',
+                                'Email-MIME-Modifier', 'CGI'] %]
+
+<h3><a name="v32_req_optional_mod"></a>Optional Perl Modules</h3>
+
+<p>The following perl modules, if installed, enable various
+  features of [% terms.Bugzilla %]:</p>
+
+[% INCLUDE req_table reqs = OPTIONAL_MODULES
+                     new  = ['SASL-Authen', 'RadiusPerl']
+                     updated = []
+                     include_feature = 1 %]
+
+<h2><a name="v32_feat"></a>New Features and Improvements</h2>
+
+<ul>
+  <li><a href="#v32_feat_ui">Major UI Improvements</a></li>
+  <li><a href="#v32_feat_skin">New Default Skin: Dusk</a></li>
+  <li><a href="#v32_feat_status">Custom Status Workflow</a></li>
+  <li><a href="#v32_feat_fields">New Custom Field Types</a></li>
+  <li><a href="#v32_feat_install">Easier Installation</a></li>
+  <li><a href="#v32_feat_oracle">Experimental Oracle Support</a></li>
+  <li><a href="#v32_feat_utf8">Improved UTF-8 Support</a></li>
+  <li><a href="#v32_feat_grcons">Group Icons</a></li>
+  <li><a href="#v32_feat_other">Other Enhancements and Changes</a></li>
+</ul>
+
+<h3><a name="v32_feat_ui"></a>Major UI Improvements</h3>
+
+<p>[% terms.Bugzilla %] 3.2 has had some UI assistance from the NASA
+  Human-Computer Interaction department and the new 
+  <a href="http://wiki.mozilla.org/Bugzilla:UE">[% terms.Bugzilla %]
+  User Interface Team</a>.</p>
+
+<p>In particular, you will notice a massively redesigned [% terms.bug %]
+  editing form, in addition to our <a href="#v32_feat_skin">new skin</a>.</p>
+
+<h3><a name="v32_feat_skin"></a>New Default Skin: Dusk</h3>
+
+<p>[% terms.Bugzilla %] 3.2 now ships with a skin called "Dusk" that is
+  a bit more colorful than old default "Classic" skin.</p>
+
+<p>Upgrading installations will still default to the "Classic" 
+  skin--administrators can change the default in the Default Preferences
+  control panel. Users can also choose to use the old skin in their
+  Preferences (or using the View :: Page Style menu in Firefox).</p>
+
+<p>The changes that [% terms.Bugzilla %] required for Dusk made
+  [%+ terms.Bugzilla %] much easier to skin. See the
+  <a href="http://wiki.mozilla.org/Bugzilla:Addons#Skins">Addons page</a>
+  for additional skins, or try making your own!</p>
+
+<h3><a name="v32_feat_status"></a>Custom Status Workflow</h3>
+
+<p>You can now customize the list of statuses in [% terms.Bugzilla %],
+  and transitions between them.</p>
+
+<p>You can also specify that a comment must be made on certain transitions.</p>
+
+<h3><a name="v32_feat_fields"></a>New Custom Field Types</h3>
+
+<p>[% terms.Bugzilla %] 3.2 has support for three new types of
+  custom fields:</p>
+
+<ul>
+  <li>Large Text: Adds a multi-line textbox to your [% terms.bugs %].</li>
+  <li>Multiple Selection Box: Adds a box that allows you to choose
+    multiple items from a list.</li>
+  <li>Date/Time: Displays a date and time, along with a JavaScript
+    calendar popup to make picking a date easier.</li>
+</ul>
+
+<h3><a name="v32_feat_install"></a>Easier Installation</h3>
+
+<p>[% terms.Bugzilla %] now comes with a script called 
+  <kbd>install-module.pl</kbd> that can automatically download
+  and install all of the required Perl modules for [% terms.Bugzilla %].
+  It stores them in a directory inside your [% terms.Bugzilla %]
+  installation, so you can use it even if you don't have administrator-level
+  access to your machine, and without modifying your main Perl install.</p>
+
+<p><kbd>checksetup.pl</kbd> will print out instructions for using
+  <kbd>install-module.pl</kbd>, or you can read its
+  <a href="[% docs_urlbase FILTER html %]api/install-module.html">documentation</a>.</p>
+
+<h3><a name="v32_feat_oracle"></a>Experimental Oracle Support</h3>
+
+<p>[% terms.Bugzilla %] 3.2 contains experimental support for using 
+  Oracle as its database. Some features of [% terms.Bugzilla %] are known 
+  to be broken on Oracle, but hopefully will be working by our next major
+  release.</p>
+
+<p>The [% terms.Bugzilla %] Project, as an open-source project, of course
+  does not recommend the use of proprietary database solutions. However,
+  if your organization requires that you use Oracle, this will allow
+  you to use [% terms.Bugzilla %]!</p>
+
+<p>The [% terms.Bugzilla %] Project thanks Oracle Corp. for their extensive
+  development contributions to [% terms.Bugzilla %] which allowed this to 
+  happen!</p>
+
+<h3><a name="v32_feat_utf8"></a>Improved UTF-8 Support</h3>
+
+<p>[% terms.Bugzilla %] 3.2 now has advanced UTF-8 support in its code,
+  including correct handling for truncating and wrapping multi-byte
+  languages. Major issues with multi-byte or unusual languages
+  are now resolved, and [% terms.Bugzilla %] should now be usable
+  by users in every country with little (or at least much less)
+  customization.</p>
+
+<h3><a name="v32_feat_grcons"></a>Group Icons</a></h3>
+
+<p>Administrators can now specify that users who are in certain groups
+  should have an icon appear next to their name whenever they comment.
+  This is particularly useful for distinguishing developers from 
+  [%+ terms.bug %] reporters.</p>
+
+<h3><a name="v32_feat_other"></a>Other Enhancements and Changes</h3>
+
+<p>These are either minor enhancements, or enhancements that have
+  very short descriptions. Some of these are very useful, though!</p>
+
+<h4>Enhancements For Users</h4>
+
+<ul>
+  <li><strong>[% terms.Bugs %]</strong>: You can now reassign
+    [%+ terms.abug %] at the same time as you are changing its status.</li>
+  <li><strong>[% terms.Bugs %]</strong>: When entering [% terms.abug %], 
+    you will now see the description of a component when you select it.</li>
+  <li><strong>[% terms.Bugs %]</strong>: The [% terms.bug %] view now 
+    contains some <a href="http://microformats.org/about/">Microformats</a>,
+    most notably for users' names and email addresses.</li>
+  <li><strong>[% terms.Bugs %]</strong>: You can now remove a QA Contact
+    from [% terms.abug %] simply by clearing the QA Contact field.</li>
+  <li><strong>[% terms.Bugs %]</strong>: There is now a user preference 
+    that will allow you to exclude the quoted text when replying 
+    to comments.</li>
+  <li><strong>[% terms.Bugs %]</strong>: You can now expand or collapse
+    individual comments in the [% terms.bug %] view.</li>
+
+  <li><strong>Attachments</strong>: There is now "mid-air collision" 
+      protection when editing attachments.</li>
+  <li><strong>Attachments</strong>: Patches in the Diff Viewer now show 
+    line numbers (<a href="https://bugzilla.mozilla.org/attachment.cgi?id=327546">Example</a>).</li>
+  <li><strong>Attachments</strong>: After creating or updating an attachment,
+    you will be immediately shown the [% terms.bug %] that the attachment
+    is on.</li>
+
+  <li><strong>Search</strong>: You can now reverse the sort of 
+    [%+ terms.abug %] list by clicking on a column header again.</li>
+  <li><strong>Search</strong>: Atom feeds of [% terms.bug %] lists now
+    contain more fields.</li>
+  <li><strong>Search</strong>: QuickSearch now supports searching flags
+    and groups. It also now includes the OS field in the list of fields
+    it searches by default.</li>
+  <li><strong>Search</strong>: "Help" text can now appear on query.cgi 
+    for Internet Explorer and other non-Firefox browsers. (It always
+    could appear for Firefox.)</li>
+
+  <li>[% terms.Bugzilla %] now ships with an icon that will show
+    up next to the URL in most browsers. If you want to replace it,
+    it's in <kbd>images/favicon.ico</kbd>.</li>
+
+  <li>You can now set the Deadline when using "Change Several 
+    [%+ terms.Bugs %] At Once"</li>
+  <li><strong>Saved Searches</strong> now save their column list, so if 
+    you customize the list of columns and save your search, it will 
+    always contain those columns.</li>
+  <li><strong>Saved Searches</strong>: When you share a search, you can
+    now see how many users have subscribed to it, on 
+    <kbd>userprefs.cgi</kbd>.</li>
+  <li><strong>Saved Searches</strong>: You can now see what group a 
+    shared search was shared to, on the list of available shared searches
+    in <kbd>userprefs.cgi</kbd>.</li>
+  <li><strong>Flags</strong>: If your installation uses drop-down user 
+    lists, the flag requestee box will now contain only users who are 
+    actually allowed to take requests.</li>
+  <li><strong>Flags</strong>: If somebody makes a request to you, and you
+    change the requestee to somebody else, the requester is no longer set
+    to you. In other words, you can "redirect" requests and maintain the
+    original requester.</li>
+  <li><strong>Flags</strong>: Emails about flags now will thread properly
+    in email clients to be a part of [% terms.abug %]'s thread.</li>
+  <li>When using <kbd>email_in.pl</kbd>, you can now add users to the CC
+    list by just using <kbd>@cc</kbd> as the field name.</li>
+  <li>Many pages (particularly administrative pages) now contain links to
+    the relevant section of the [% terms.Bugzilla %] Guide, so you can read 
+    the documentation for that page.</li>
+  <li>Dependency Graphs should render more quickly, as they now (by default)
+    only include the same [% terms.bugs %] that you'd see in the dependency
+    tree.</li>
+</ul>
+
+<h4>Enhancements For Administrators</h4>
+
+<ul>
+  <li><strong>Admin UI</strong>: Instead of having the Administration 
+    Control Panel links in the footer, there is now just one link called 
+   "Administration" that takes you to a page that links to all the
+    administrative controls for [% terms.Bugzilla %].</li>
+  <li><strong>Admin UI</strong>: Administrative pages no longer display
+    confirmation pages, instead they redirect you to some useful page 
+    and display a message about what changed.</li>
+  <li><strong>Admin UI</strong>: The interface for editing group 
+     inheritance in <kbd>editgroups.cgi</kbd> is much clearer now.</li>
+  <li><strong>Admin UI</strong>: When editing a user, you can now see 
+    all the components where that user is the Default Assignee or Default
+    QA Contact.</li>
+
+  <li><strong>Email</strong>: For installations that use SMTP to send 
+    mail (as opposed to Sendmail), [%+ terms.Bugzilla %] now supports
+    SMTP Authentication, so that it can log in to your mail server 
+    before sending messages.</li>
+  <li><strong>Email</strong>: Using the "Test" mail delivery method now
+     creates a valid mbox file to make testing easier.</li>
+
+  <li><strong>Authentication</strong>: [% terms.Bugzilla %] now correctly 
+    handles LDAP records which contain multiple email addresses. (The first
+    email address in the list that is a valid [% terms.Bugzilla %] account 
+    will be used, or if this is a new user, the first email address in 
+    the list will be used.)</li>
+  <li><strong>Authentication</strong>: [% terms.Bugzilla %] can now take 
+    a list of LDAP servers to try in order until it gets a successful
+    connection.</li>
+  <li><strong>Authentication</strong>: [% terms.Bugzilla %] now supports 
+    RADIUS authentication.</li>
+
+  <li><strong>Security</strong>: The login cookies is now created as 
+    "HTTPOnly" so that it can't be read by possibly malicious scripts. 
+    Also, if SSL is enabled on your installation, the login cookie is
+    now only sent over SSL connections.</li>
+  <li><strong>Security</strong>: The <code>ssl</code> parameter now protects
+    every page a logged-in user accesses, when set to "authenticated sessions."
+    Also, SSL is now enforced appropriately in the WebServices interface when
+    the parameter is set.</li>
+
+  <li><strong>Database</strong>: [% terms.Bugzilla %] now uses transactions in 
+    the database instead of table locks. This should generally improve
+    performance with many concurrent users. It also means if there is
+    an unexpected error in the middle of a page, all database changes made
+    during that page will be rolled back.</li>
+  <li><strong>Database</strong>: You no longer have to set 
+    <code>max_packet_size</code> in MySQL to add large attachments. However,
+    you may need to set it manually if you restore a mysqldump into your
+    database.</li>
+
+  <li>New WebService functions:
+    <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bug.html">B<!-- -->ug.add_comment</a>
+    and <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bugzilla.html">Bugzilla.extensions</a>.</li>
+
+  <li>You can now delete custom fields, but only if they have never been
+    set on any [% terms.bug %].</li>
+  <li>There is now a <kbd>--reset-password</kbd> argument to 
+    <kbd>checksetup.pl</kbd> that allows you to reset a user's password
+    from the command line.</li>
+  <li>There is now a script called <kbd>sanitycheck.pl</kbd> that you can
+    run from the command line. It works just like <kbd>sanitycheck.cgi</kbd>.
+    By default, it only outputs anything if there's an error, so it's
+    ideal for administrators who want to run it nightly in a cron job.</li>
+  <li>The <kbd>strict_isolation</kbd> parameter now prevents you from setting
+    users who cannot see [% terms.abug %] as a CC, Assignee, or QA
+    Contact. Previously it only prevented you from adding users who
+    could not <em>edit</em> the [% terms.bug %].</li>
+  <li>Extensions can now add their own headers to the HTML &lt;head&gt;
+    for things like custom CSS and so on.</li>
+  <li><kbd>sanitycheck.cgi</kbd> has been templatized, meaning that the
+    entire [% terms.Bugzilla %] UI is now contained in templates.</li>
+  <li>When setting the <kbd>sslbase</kbd> parameter, you can now specify
+    a port number in the URL.</li>
+  <li>When importing [% terms.bugs %] using <kbd>importxml.pl</kbd>,
+    attachments will have their actual creator set as their creator,
+    instead of the person who exported the [% terms.bug %] from the other
+    system.</li>
+  <li>The voting system is off by default in new installs. This is to
+    prepare for the fact that it will be moved into an extension at
+    some point in the future.</li>
+  <li>The <code>shutdownhtml</code> parameter now works even when 
+    [% terms.Bugzilla %]'s database server is down.</li>
+</ul>
+
+<h3>Enhancements for Localizers (or Localized Installations)</h3>
+
+<ul>
+  <li>The documentation can now be localized--in other words, you can have
+    documentation installed for multiple languages at once and
+    [%+ terms.Bugzilla %] will link to the correct language in its internal
+    documentation links.</li>
+  <li>[% terms.Bugzilla %] no longer uses the <kbd>languages</kbd> parameter.
+    Instead it reads the <kbd>template/</kbd> directory to see which
+    languages are available.</li>
+  <li>Some of the messages printed by <kbd>checksetup.pl</kbd> can now
+    be localized. See <kbd>template/en/default/setup/strings.txt.pl</kbd>.
+</ul>
+
+<h2><a name="v32_issues"></a>Outstanding Issues</h2>
+
+<ul>
+  <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=423439">
+    [%- terms.Bug %] 423439</a>: Tabs in comments will be converted
+    to four spaces, due to a b<!-- -->ug in Perl as of Perl 5.8.8.</li>
+  <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=69621">
+    [%- terms.Bug %] 69621</a>: If you rename or remove a keyword that is
+    in use on [% terms.bugs %], you will need to rebuild the "keyword cache"
+    by running <a href="sanitycheck.cgi">sanitycheck.cgi</a> and choosing 
+    the option to rebuild the cache when it asks. Otherwise keywords may 
+    not show up properly in search results.</li>
+  <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=89822">
+    [%- terms.Bug %] 89822</a>: When changing multiple [% terms.bugs %] at 
+    the same time, there is no "mid-air collision" protection.</li>
+  <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=276230">
+    [%- terms.Bug %] 276230</a>: The support for restricting access to 
+    particular Categories of New Charts is not complete. You should treat 
+    the 'chartgroup' Param as the only access mechanism available.<br>
+    However, charts migrated from Old Charts will be restricted to 
+    the groups that are marked MANDATORY for the corresponding Product.
+    There is currently no way to change this restriction, and the 
+    groupings will not be updated if the group configuration
+    for the Product changes.</li>
+  <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=370370">
+    [%- terms.Bug %] 370370</a>: mod_perl support is currently not
+    working on Windows machines.</li>
+</ul>
+
+<h2><a name="v32_upgrading"></a>How to Upgrade From An Older Version</h2>
+
+<h3><a name="v32_upgrading_notes"></a>Notes For Upgraders</h3>
+
+<ul>
+  <li>If you upgrade by CVS, the <kbd>extensions</kbd> and 
+    <kbd>skins/contrib</kbd> directories are now in CVS instead of
+    being created by <kbd>checksetup.pl</kbd> If you do a <kbd>cvs update</kbd>
+    from 3.0, you will be told that your directories are "in the way" and
+    you should delete (or move) them and then do <kbd>cvs update</kbd>
+    again. Also, the <kbd>docs</kbd> directory has been restructured
+    and after you <kbd>cvs update</kbd> you can delete the <kbd>docs/html</kbd>,
+    <kbd>docs/pdf</kbd>, <kbd>docs/txt</kbd>, and <kbd>docs/xml</kbd>
+    directories.</li>
+  <li>If you are using MySQL, you should know that [% terms.Bugzilla %]
+    now uses InnoDB for all tables. <kbd>checksetup.pl</kbd> will convert
+    your tables automatically, but if you have InnoDB disabled,
+    the upgrade will not be able to complete (and <kbd>checksetup.pl</kbd>
+    will tell you so).</li>
+
+  <li><strong>You should also read the 
+    <a href="#v30_upgrading_notes">[% terms.Bugzilla %] 3.0 Notes For Upgraders
+    section</a> of the 
+    <a href="#v32_previous">previous release notes</a> if you are upgrading
+    from a version before 3.0.</strong></li>
+</ul>
+
+<h3>Steps For Upgrading</h3>
+
+<p>Once you have read the notes above, see the
+  <a href="[% docs_urlbase FILTER html %]upgrade.html">Upgrading 
+  documentation</a> for instructions on how to upgrade.</p>
+
+<h2><a name="v32_code_changes"></a>Code Changes Which May Affect 
+  Customizations</h2>
+
+<ul>
+  <li><a href="#v32_code_hooks">More Hooks!</a></li>
+  <li><a href="#v32_code_search">Search.pm Rearchitecture</a></li>
+  <li><a href="#v32_code_lib">lib Directory</a></li>
+  <li><a href="#v32_code_other">Other Changes</a></li>
+</ul>
+
+<h3><a name="v32_code_hooks"></a>More Hooks!</h3>
+
+<p>There are more code hooks in 3.2 than there were in 3.0. See the
+  documentation of <a href="[% docs_urlbase FILTER html %]api/Bugzilla/Hook.html">Bugzilla::Hook</a>
+  for more details.</p>
+
+<h3><a name="v32_code_search"></a>Search.pm Rearchitecture</h3>
+
+<p><kbd>Bugzilla/Search.pm</kbd> has been heavily modified, to be much
+  easier to read and use. It contains mostly the same code as it did in
+  3.0, but it has been moved around and reorganized significantly.</p>
+
+<h3><a name="v32_code_lib"></a>lib Directory</h3>
+
+<p>As part of implementing <a href="#v32_feat_install">install-module.pl</a>,
+  [%+ terms.Bugzilla %] was given a local <kbd>lib</kbd> directory which
+  it searches for modules, in addition to the standard system path.</p>
+
+<p>This means that all [% terms.Bugzilla %] scripts now start with
+  <code>use lib qw(. lib);</code> as one of the first lines.</p>
+
+<h3><a name="v32_code_other"></a>Other Changes</h3>
+
+<ul>
+  <li>You should now be using <code>get_status('NEW')</code> instead of
+    <code>status_descs.NEW</code> in templates.</li>
+  <li>The <code>[&#37;# version = 1.0 &#37;]</code> comment at the top of every
+    template file has been removed.</li>
+</ul>
+
+<h2><a name="v32_previous"></a>Release Notes For Previous Versions</h2>
+
+<h1>[% terms.Bugzilla %] 3.0.x Release Notes</h1>
+
+<h2>Table of Contents</h2>
+
 <ul class="bz_toc">
   <li><a href="#v30_introduction">Introduction</a></li>
   <li><a href="#v30_point">Updates In This 3.0.x Release</a></li>
@@ -60,6 +515,43 @@
   <em>everything</em> that's changed in each version, you should use our
   <a href="http://www.bugzilla.org/status/changes.html">Change Log Page</a>.</p>
 
+<h3>3.0.6</h3>
+
+<ul>
+  <li>Before 3.0.6, unexpected fatal WebService errors would result in
+    a <code>faultCode</code> that was a string instead of a number.
+   (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=446327">[% terms.Bug %] 446327</a>)</li>
+  <li>If you created a product or component with the same name as one you
+    previously deleted, it would fail with an error about the series table.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=247936">[% terms.Bug %] 247936</a>)</li>
+</ul>
+
+<p>See also the <a href="#v30_security">Security Advisory</a> section for
+  information about a security issue fixed in this release.</p>
+
+<h3>3.0.5</h3>
+
+<ul>
+  <li>If you don't have permission to set a flag, it will now appear
+    unchangeable in the UI.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=433851">[% terms.Bug %] 433851</a>)</li>
+  <li>If you were running mod_perl, [% terms.Bugzilla %] was not correctly
+    closing its connections to the database since 3.0.3, and so sometimes
+    the DB would run out of connections.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=441592">[% terms.Bug %] 441592</a>)</li>
+  <li>The installation script is now clear about exactly which 
+    <code>Email::</code> modules are required in Perl, thus avoiding the
+    problem where emails show up with a body like 
+    <samp>SCALAR(0xBF126795)</samp>.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=441541">[% terms.Bug %] 441541</a>)</li>
+  <li><a href="[% docs_urlbase FILTER html %]api/email_in.html">email_in.pl</a>
+    is no longer case-sensitive for values of <kbd>@product</kbd>.
+    (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=365697">[% terms.Bug %] 365697</a>)</li>
+</ul>
+
+<p>See also the <a href="#v30_security">Security Advisory</a> section for
+  information about security issues fixed in this release.</p>
+
 <h3>3.0.4</h3>
 
 <ul>
@@ -256,27 +748,156 @@
   <li>Perl v<strong>5.8.1</strong> (Windows platforms)</li>
 </ul>
 
-[% PROCESS db_req db='mysql' %]
+<h3><a name="v30_req_mysql"></a>For MySQL Users</h3>
+
+<ul>
+  <li>MySQL v4.1.2</li>
+  <li><strong>perl module:</strong> DBD::mysql v2.9003</li>
+</ul>
+
+<h3><a name="v30_req_pg"></a>For PostgreSQL Users</h3>
 
-[% PROCESS db_req db='pg' %]
+<ul>
+  <li>PostgreSQL v8.00.0000</li>
+  <li><strong>perl module:</strong> DBD::Pg v1.45</li>
+</ul>
 
 <h3><a name="v30_req_modules"></a>Required Perl Modules</h3>
 
-[% INCLUDE req_table reqs = REQUIRED_MODULES 
-                     new = ['Email-MIME-Modifier', 'Email-Send']
-                     updated = ['DBI'] %]
+<table class="req_table" border="0" cellspacing="0" cellpadding="0">
+  <tr>
+    <th>Module</th> <th>Version</th>
+  </tr>
+    <tr><td>CGI</td> <td>2.93</td>
+  </tr>
+  <tr>
+    <td>Date::Format</td> <td>2.21</td>
+  </tr>
+  <tr>
+    <td>DBI</td> 
+    <td class="req_new">1.41</td>
+  </tr>
+  <tr>
+    <td>File::Spec</td> <td>0.84</td>
+  </tr>
+  <tr>
+    <td>Template</td> <td>2.12</td>
+  </tr>
+  <tr>
+    <td class="req_new">Email::Send</td> 
+    <td class="req_new">2.00</td>
+  </tr>
+  <tr>
+    <td>Email::MIME</td> 
+    <td>1.861</td>
+  </tr>
+  <tr>
+    <td class="req_new">Email::MIME::Modifier</td> 
+    <td class="req_new">1.442</td>
+  </tr>
+</table>
 
 <h3><a name="v30_req_optional_mod"></a>Optional Perl Modules</h3>
 
 <p>The following perl modules, if installed, enable various
   features of [% terms.Bugzilla %]:</p>
 
-[% INCLUDE req_table reqs = OPTIONAL_MODULES
-                     new  = ['libwww-perl', 'SOAP-Lite', 'mod_perl',
-                             'Apache-DBI', 'Email-MIME-Attachment-Stripper',
-                             'Email-Reply']
-                     updated = ['CGI']
-                     include_feature = 1 %]
+<table class="req_table" border="0" cellspacing="0" cellpadding="0">
+  <tr>
+    <th>Module</th> <th>Version</th>
+    <th>Enables Feature</th>
+  </tr>
+   <tr>
+     <td class="req_new">LWP::UserAgent</td> 
+     <td class="req_new">(Any)</td> 
+     <td>Automatic Update Notifications</td>
+  </tr>
+  <tr>
+    <td>Template::Plugin::GD::Image</td> 
+    <td>(Any)</td> 
+    <td>Graphical Reports</td>
+  </tr>
+  <tr>
+    <td>GD::Graph</td> 
+    <td>(Any)</td> 
+    <td>Graphical Reports</td>
+  </tr>
+  <tr>
+    <td>GD::Text</td> 
+    <td>(Any)</td> 
+    <td>Graphical Reports</td>
+  </tr>
+  <tr>
+    <td>GD</td> 
+    <td>1.20</td> 
+    <td>Graphical Reports, New Charts, Old Charts</td>
+  </tr>
+  <tr>
+    <td class="req_new">Email::MIME::Attachment::Stripper</td> 
+    <td class="req_new">(Any)</td> 
+    <td>Inbound Email</td>
+  </tr>
+  <tr>
+    <td class="req_new">Email::Reply</td> 
+    <td class="req_new">(Any)</td> 
+    <td>Inbound Email</td>
+  </tr>
+  <tr>
+    <td>Net::LDAP</td> 
+    <td>(Any)</td> 
+    <td>LDAP Authentication</td>
+  </tr>
+  <tr>
+    <td>HTML::Parser</td> 
+    <td>3.40</td> 
+    <td>More HTML in Product/Group Descriptions</td>
+  </tr>
+  <tr>
+    <td>HTML::Scrubber</td> 
+    <td>(Any)</td> 
+    <td>More HTML in Product/Group Descriptions</td>
+  </tr>
+  <tr>
+    <td>XML::Twig</td> 
+    <td>(Any)</td> 
+    <td>Move [% terms.Bugs %] Between Installations</td>
+  </tr>
+  <tr>
+    <td>MIME::Parser</td> 
+    <td>5.406</td> 
+    <td>Move [% terms.Bugs %] Between Installations</td>
+  </tr>
+  <tr>
+    <td>Chart::Base</td> 
+    <td>1.0</td> 
+    <td>New Charts, Old Charts</td>
+  </tr>
+  <tr>
+    <td>Image::Magick</td> 
+    <td>(Any)</td> 
+    <td>Optionally Convert BMP Attachments to PNGs</td>
+  </tr>
+  <tr>
+    <td>PatchReader</td> 
+    <td>0.9.4</td> 
+    <td>Patch Viewer</td>
+  </tr>
+  <tr>
+    <td class="req_new">SOAP::Lite</td> 
+    <td class="req_new">(Any)</td> 
+    <td>XML-RPC Interface</td>
+  </tr>
+  <tr>
+    <td class="req_new">mod_perl2</td> 
+    <td class="req_new">1.999022</td> 
+    <td>mod_perl</td>
+  </tr>
+  <tr>
+    <td> CGI</td> 
+    <td>3.11</td> 
+    <td>mod_perl</td>
+  </tr>
+</table>
 
 <h2><a name="v30_feat"></a>New Features and Improvements</h2>
 
@@ -659,6 +1280,18 @@
 
 <h2><a name="v30_security"></a>Security Updates in This Release</h2>
 
+<h3>3.0.6</h3>
+
+<p>[% terms.Bugzilla %] contains a minor security fix. For details, see the
+  <a href="http://www.bugzilla.org/security/2.20.6/">Security Advisory</a>.</p>
+
+<h3>3.0.5</h3>
+
+<p>[% terms.Bugzilla %] contains one security fix for 
+  <a href="[% docs_urlbase FILTER html %]api/importxml.html">importxml.pl</a>.
+  For details, see the 
+  <a href="http://www.bugzilla.org/security/2.22.4/">Security Advisory</a>.</p>
+
 <h3>3.0.4</h3>
 
 <p>[% terms.Bugzilla %] 3.0.4 contains three security fixes.
@@ -687,7 +1320,7 @@
 
 <h2><a name="v30_upgrading"></a>How to Upgrade From An Older Version</h2>
 
-<h3>Notes For Upgraders</h3>
+<h3><a name="v30_upgrading_notes"></a>Notes For Upgraders</h3>
 
 <ul>
   <li>If you upgrade by CVS, there are several .cvsignore files
@@ -716,48 +1349,9 @@
 
 <h3>Steps For Upgrading</h3>
 
-<ol>
-  <li>Read these entire Release Notes, particularly the &quot;Notes for
-    Upgraders&quot; section above.</li>
-
-  <li>View the <a href="sanitycheck.cgi">Sanity Check</a> page on your
-   installation before upgrading. Attempt to fix all warnings that 
-   the page produces before you go any further, or you may experience 
-   problems during your upgrade.</li>
-
-  <li>Make a backup of the [% terms.Bugzilla %] database before you upgrade,
-   perhaps by using <kbd>mysqldump</kbd>. <strong>THIS IS VERY 
-   IMPORTANT</strong>. If anything goes wrong during the upgrade, your
-   installation can be corrupted beyond recovery. Having a backup keeps you
-   safe.
-
-    <p>Example: <kbd>mysqldump -u root -p bu[%# trick filter %]gs &gt; 
-      bu[%# trick filter %]gs-db.sql</kbd></p></li>
-
-  <li>Replace the files in your installation with the new version of 
-   [% terms.Bugzilla %], or you can try to use CVS to upgrade.
-
-   <p>You can also use a brand-new [% terms.Bugzilla %] directory, as long 
-     as you copy over the old <kbd>data/</kbd> directory and the 
-     <kbd>localconfig</kbd> file to the new installation.</p></li>
-
-  <li>Now follow the standard 
-    <a href="[% docs_urlbase FILTER html %]installing-bugzilla.html">
-    [%- terms.Bugzilla %] installation process</a>.</li>
-
-  <li>Run <kbd>checksetup.pl</kbd> after you install the new version.</li>
-
-  <li>View the <a href="sanitycheck.cgi">Sanity Check</a> page again after 
-    you run <kbd>checksetup.pl</kbd>.</li>
-
-  <li>It is recommended that, if possible, you fix any problems you find
-   immediately. Failure to do this may mean that [% terms.Bugzilla %] will 
-   not work correctly. Be aware that if the sanity check page contains more
-   errors after an upgrade, it doesn't necessarily mean there are more 
-   errors in your database than there were before, as additional tests 
-   are added to the sanity check over time, and it is possible that those
-   errors weren't being checked for in the old version.</li>
-</ol>
+<p>Once you have read the notes above, see the 
+  <a href="[% docs_urlbase FILTER html %]upgrade.html">Upgrading 
+  documentation</a> for instructions on how to upgrade.</p>
 
 <h2><a name="v30_code_changes"></a>Code Changes Which May Affect 
   Customizations</h2>
@@ -928,13 +1522,18 @@ sub y { $var++ }</pre>
 
 [% BLOCK db_req %]
   [% SET m = DB_MODULE.$db %]
-  <h3><a name="v30_req_[% db FILTER html %]"></a>For [% m.name FILTER html %] 
+  <h3><a name="v32_req_[% db FILTER html %]"></a>For [% m.name FILTER html %] 
     Users</h3>
 
   <ul>
-    <li>[% m.name FILTER html %] v[% m.db_version FILTER html %]</li>
+    <li>[% m.name FILTER html %]
+       [%+ '<span class="req_new">' IF db_new %]v[% m.db_version FILTER html %]
+       [% '</span>' IF db_new %]
+       </li>
     <li><strong>perl module:</strong>
-      [%+ m.dbd.module FILTER html %] v[% m.dbd.version FILTER html %]</li>
+      [%+ m.dbd.module FILTER html %] 
+      [% '<span class="req_new">' IF dbd_new %]v[% m.dbd.version FILTER html %]
+      [% '</span>' IF dbd_new %]</li>
   </ul>
 [% END %]
 
diff --git a/template/en/default/pages/voting.html.tmpl b/template/en/default/pages/voting.html.tmpl
index a56045f06..4e6fb473d 100644
--- a/template/en/default/pages/voting.html.tmpl
+++ b/template/en/default/pages/voting.html.tmpl
@@ -51,9 +51,9 @@ a few [% terms.bugs %] indicating your strong support for them.
 <ul>
   <li>Bring up the [% terms.bug %] in question.</li>
 
-  <li>Click on the "Vote for this [% terms.bug %]" link that appears just 
-  above the "Additional Comments" field. (If no such link appears, then voting 
-  may not be allowed in this [% terms.bug %]'s product.)</li>
+  <li>Click on the "(vote)" link that appears on the right of the "Importance"
+  fields. (If no such link appears, then voting may not be allowed in
+  this [% terms.bug %]'s product.)</li>
 
   <li>Indicate how many votes you want to give this [% terms.bug %]. This page 
   also displays how many votes you've given to other [% terms.bugs %], so you 
diff --git a/template/en/default/reports/CVS/Entries b/template/en/default/reports/CVS/Entries
index 35198e036..f0a8987b2 100644
--- a/template/en/default/reports/CVS/Entries
+++ b/template/en/default/reports/CVS/Entries
@@ -1,24 +1,24 @@
-/chart.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/chart.html.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/chart.png.tmpl/1.6/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/components.html.tmpl/1.13/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/create-chart.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/duplicates-simple.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/duplicates-table.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/duplicates.html.tmpl/1.19/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_1_4
-/duplicates.rdf.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/edit-series.html.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/keywords.html.tmpl/1.10/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/menu.html.tmpl/1.9/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_1_4
-/old-charts.html.tmpl/1.3/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_1_4
-/report-bar.png.tmpl/1.8/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/report-line.png.tmpl/1.9/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/report-pie.png.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/report-simple.html.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/report-table.csv.tmpl/1.11/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/report-table.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/report.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/report.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/series-common.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_1_4
-/series.html.tmpl/1.10/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_1_4
+/chart.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/chart.html.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/chart.png.tmpl/1.6/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/components.html.tmpl/1.13/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/create-chart.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/duplicates-simple.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/duplicates-table.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/duplicates.html.tmpl/1.19/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_2
+/duplicates.rdf.tmpl/1.4/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/edit-series.html.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/keywords.html.tmpl/1.10/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/menu.html.tmpl/1.9/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_2
+/old-charts.html.tmpl/1.3/Sun Nov 11 22:03:19 2007//TBUGZILLA-3_2
+/report-bar.png.tmpl/1.8/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/report-line.png.tmpl/1.9/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/report-pie.png.tmpl/1.7/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/report-simple.html.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/report-table.csv.tmpl/1.11/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/report-table.html.tmpl/1.16/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/report.csv.tmpl/1.3/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/report.html.tmpl/1.14/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/series-common.html.tmpl/1.5/Mon Aug 20 18:25:06 2007//TBUGZILLA-3_2
+/series.html.tmpl/1.10/Mon Mar 31 08:51:06 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/reports/CVS/Tag b/template/en/default/reports/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/reports/CVS/Tag
+++ b/template/en/default/reports/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/request/CVS/Entries b/template/en/default/request/CVS/Entries
index 4b1699dce..ccc68fcdb 100644
--- a/template/en/default/request/CVS/Entries
+++ b/template/en/default/request/CVS/Entries
@@ -1,3 +1,3 @@
-/email.txt.tmpl/1.20/Wed Aug 29 21:10:09 2007//TBUGZILLA-3_1_4
-/queue.html.tmpl/1.19/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4
+/email.txt.tmpl/1.20.2.1/Wed Aug 27 20:50:24 2008//TBUGZILLA-3_2
+/queue.html.tmpl/1.20/Wed May 14 03:34:25 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/request/CVS/Tag b/template/en/default/request/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/request/CVS/Tag
+++ b/template/en/default/request/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl
index cb18c0f4f..81948c42c 100644
--- a/template/en/default/request/email.txt.tmpl
+++ b/template/en/default/request/email.txt.tmpl
@@ -49,6 +49,7 @@ Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %] [%+ bug.bu
 [%- IF attachment %] :
   [Attachment [% attachment.id %]] [% attachment.description %][% END %]
 X-Bugzilla-Type: request
+[%+ threadingmarker %]
 
 [%+ USE wrap -%]
 [%- FILTER bullet = wrap(80) -%]
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl
index 0d626a2e1..af911b2ef 100644
--- a/template/en/default/request/queue.html.tmpl
+++ b/template/en/default/request/queue.html.tmpl
@@ -89,11 +89,9 @@ to some group are shown by default.
       <td>
         <select name="component">
           <option value="">Any</option>
-          [% FOREACH prod = products %]
-            [% FOREACH comp = prod.components %]
-              <option value="[% comp.name FILTER html %]" [% "selected" IF cgi.param('component') == comp.name %]>
-                [% comp.name FILTER html %]</option>
-            [% END %]
+          [% FOREACH comp = components %]
+            <option value="[% comp FILTER html %]" [% "selected" IF cgi.param('component') == comp %]>
+              [% comp FILTER html %]</option>
           [% END %]
         </select>
       </td>
diff --git a/template/en/default/search/CVS/Entries b/template/en/default/search/CVS/Entries
index 262bec947..7f53ee2eb 100644
--- a/template/en/default/search/CVS/Entries
+++ b/template/en/default/search/CVS/Entries
@@ -1,13 +1,13 @@
-/boolean-charts.html.tmpl/1.17/Mon Mar 31 08:51:07 2008//TBUGZILLA-3_1_4
-/form.html.tmpl/1.52/Mon Mar 17 16:57:27 2008//TBUGZILLA-3_1_4
-/knob.html.tmpl/1.21/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4
-/search-advanced.html.tmpl/1.32/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4
-/search-create-series.html.tmpl/1.14/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4
-/search-help.html.tmpl/1.10/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4
-/search-plugin.xml.tmpl/1.4/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4
-/search-report-graph.html.tmpl/1.12/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4
-/search-report-select.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4
-/search-report-table.html.tmpl/1.13/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_1_4
-/search-specific.html.tmpl/1.24/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4
-/tabs.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_1_4
+/boolean-charts.html.tmpl/1.17.2.1/Sat May 24 09:39:56 2008//TBUGZILLA-3_2
+/form.html.tmpl/1.52.2.2/Thu Aug 14 00:27:41 2008//TBUGZILLA-3_2
+/knob.html.tmpl/1.21/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_2
+/search-advanced.html.tmpl/1.32/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_2
+/search-create-series.html.tmpl/1.14/Sun Nov 11 22:03:21 2007//TBUGZILLA-3_2
+/search-help.html.tmpl/1.10/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_2
+/search-plugin.xml.tmpl/1.4/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_2
+/search-report-graph.html.tmpl/1.12.2.1/Tue Aug 12 07:59:20 2008//TBUGZILLA-3_2
+/search-report-select.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_2
+/search-report-table.html.tmpl/1.13.2.1/Tue Aug 12 07:59:20 2008//TBUGZILLA-3_2
+/search-specific.html.tmpl/1.24/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_2
+/tabs.html.tmpl/1.7/Mon Aug 20 18:25:07 2007//TBUGZILLA-3_2
 D
diff --git a/template/en/default/search/CVS/Tag b/template/en/default/search/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/search/CVS/Tag
+++ b/template/en/default/search/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl
index 25a54a0a9..97a10d4ab 100644
--- a/template/en/default/search/boolean-charts.html.tmpl
+++ b/template/en/default/search/boolean-charts.html.tmpl
@@ -74,8 +74,9 @@
       <td>
         <select name="[% "field${chartnum}-${rownum}-${colnum}" %]">
           [% FOREACH field = fields %]
-            <option value="[% field.name %]"
-              [%- " selected" IF field.name == col.field %]>[% field.description %]</option>
+            <option value="[% field.name %]" [% "selected" IF field.name == col.field %]>
+              [% field_descs.${field.name} || field.description FILTER html %]
+            </option>
           [% END %]
         </select>
 
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 1df194c3d..05b52dca4 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -147,7 +147,7 @@ function doOnSelectProduct(selectmode) {
     </td>
     <td>
       [% IF button_name %]
-        <input type="submit" id="[% button_name.replace (' ' , '_') FILTER html %]"
+        <input type="submit" id="[% button_name FILTER css_class_quote %]_top"
                value="[% button_name FILTER html %]">
       [% END %]
     </td>
@@ -452,7 +452,7 @@ function doOnSelectProduct(selectmode) {
 <table cellspacing="0" cellpadding="0">
   <tr>
     <td>
-      Any one of:
+      Any of:
     </td>
   </tr>
   <tr>
diff --git a/template/en/default/search/search-report-graph.html.tmpl b/template/en/default/search/search-report-graph.html.tmpl
index 83b916631..61dd3b5df 100644
--- a/template/en/default/search/search-report-graph.html.tmpl
+++ b/template/en/default/search/search-report-graph.html.tmpl
@@ -129,7 +129,7 @@ var queryform = "reportform"
 [% PROCESS search/form.html.tmpl %]
 
 <br>
-<input type="submit" id="[% button_name FILTER html %]"
+<input type="submit" id="[% button_name FILTER css_class_quote %]"
        value="[% button_name FILTER html %]">
 <input type="hidden" name="action" value="wrap">
 <hr>
diff --git a/template/en/default/search/search-report-table.html.tmpl b/template/en/default/search/search-report-table.html.tmpl
index 8c9f2512f..55d62a140 100644
--- a/template/en/default/search/search-report-table.html.tmpl
+++ b/template/en/default/search/search-report-table.html.tmpl
@@ -81,7 +81,7 @@ var queryform = "reportform"
 [% PROCESS search/form.html.tmpl %]
 
 <br>
-<input type="submit" id="[% button_name.replace (' ' , '_') FILTER html %]"
+<input type="submit" id="[% button_name FILTER css_class_quote %]"
        value="[% button_name FILTER html %]">
 <input type="hidden" name="format" value="table">
 <input type="hidden" name="action" value="wrap">
diff --git a/template/en/default/setup/CVS/Entries b/template/en/default/setup/CVS/Entries
index 21e1f0656..ff602b315 100644
--- a/template/en/default/setup/CVS/Entries
+++ b/template/en/default/setup/CVS/Entries
@@ -1,2 +1,2 @@
-/strings.txt.pl/1.8/Mon Jan 28 00:54:59 2008//TBUGZILLA-3_1_4
+/strings.txt.pl/1.8/Mon Jan 28 00:54:59 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/setup/CVS/Tag b/template/en/default/setup/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/setup/CVS/Tag
+++ b/template/en/default/setup/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/whine/CVS/Entries b/template/en/default/whine/CVS/Entries
index ee2170770..0d4b288f6 100644
--- a/template/en/default/whine/CVS/Entries
+++ b/template/en/default/whine/CVS/Entries
@@ -1,5 +1,5 @@
-/mail.html.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_4
-/mail.txt.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_4
-/multipart-mime.txt.tmpl/1.6/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_1_4
-/schedule.html.tmpl/1.11/Sun Nov 11 21:57:10 2007//TBUGZILLA-3_1_4
+/mail.html.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_2
+/mail.txt.tmpl/1.7/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_2
+/multipart-mime.txt.tmpl/1.6/Mon Aug 20 18:25:09 2007//TBUGZILLA-3_2
+/schedule.html.tmpl/1.11.2.1/Mon Sep  8 20:39:29 2008//TBUGZILLA-3_2
 D
diff --git a/template/en/default/whine/CVS/Tag b/template/en/default/whine/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/default/whine/CVS/Tag
+++ b/template/en/default/whine/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl
index 8cb120dfa..0917f4780 100644
--- a/template/en/default/whine/schedule.html.tmpl
+++ b/template/en/default/whine/schedule.html.tmpl
@@ -37,6 +37,7 @@
 [% title = "Set up whining" %]
 [% PROCESS global/header.html.tmpl
   title = title
+  style_urls = ['skins/standard/admin.css']
   doc_section = "whining.html"
 %]
 
@@ -88,13 +89,12 @@
 
 [% FOREACH event = events %]
 
-<table cellspacing="2" cellpadding="2" width="100%"
-       style="border: 1px solid;">
+<table cellspacing="2" cellpadding="2" style="border: 1px solid;">
   <tr>
-    <th align="left" bgcolor="#FFFFFF" colspan="2">
-      Event: 
+    <th align="left">
+      Event:
     </th>
-    <td align="right">
+    <td align="right" colspan="2">
       <input type="submit" value="Remove Event"
              name="remove_event_[% event.key %]"
              id="remove_event_[% event.key %]">
@@ -105,7 +105,7 @@
     <td valign="top" align="right">
       Email subject line:
     </td>
-    <td>
+    <td colspan="2">
       <input type="text" name="event_[% event.key %]_subject"
              size="60" maxlength="128" value="
              [%- event.value.subject FILTER html %]">
@@ -116,7 +116,7 @@
     <td valign="top" align="right">
       Descriptive text sent within whine message:
     </td>
-    <td>
+    <td colspan="2">
       [% INCLUDE global/textarea.html.tmpl
          name           = "event_${event.key}_body"
          minrows        = 3
@@ -134,7 +134,7 @@
       <td valign="top" align="right">
         Schedule:
       </td>
-      <td align="left" bgcolor="#FFEEEE">
+      <td class="unset" colspan="2">
         Not scheduled to run<br>
         <input type="submit" value="Add a new schedule"
                name="add_schedule_[% event.key %]"
@@ -148,18 +148,20 @@
       <td valign="top" align="right">
         Schedule:
       </td>
-      <td align="left" bgcolor="#EEFFEE">
+      <td class="set" colspan="2">
 
         <table>
           <tr>
             <th>
               Interval
             </th>
-            [% IF mail_others %]
-              <th>
+            <th>
+              [% IF mail_others %]
                 Mail to
-              </th>
-            [% END %]
+              [% END %]
+            </th>
+            <th>
+            </th>
           </tr>
           [% FOREACH schedule = event.value.schedule %]
             <tr>
@@ -201,18 +203,16 @@
             </tr>
           [% END %]
 
-        <tr>
-          <td>
-            <input type="submit" value="Add a new schedule"
-                   name="add_schedule_[% event.key %]"
-                   id="add_schedule_[% event.key %]">
-          </td>
-        </tr>
-
+          <tr>
+            <td colspan="3">
+              <input type="submit" value="Add a new schedule"
+                     name="add_schedule_[% event.key %]"
+                     id="add_schedule_[% event.key %]">
+            </td>
+          </tr>
         </table>
 
       </td>
-
     </tr>
 
   [% END %]
@@ -223,7 +223,7 @@
       <td valign="top" align="right">
         Searches:
       </td>
-      <td align="left" colspan="1">
+      <td align="left">
         No searches <br>
         <input type="submit" value="Add a new query"
                name="add_query_[% event.key %]"
@@ -240,13 +240,15 @@
       <td valign="top" align="right">
         Searches:
       </td>
-      <td align="left">
+      <td align="left" colspan="2">
 
         <table>
           <tr>
             <th>Sort</th>
             <th>Search</th>
             <th>Title</th>
+            <th></th>
+            <th></th>
           </tr>
 
           [% FOREACH query = event.value.queries %]
@@ -273,10 +275,10 @@
               <td align="left">
                 <input type="hidden" value="[% query.onemailperbug FILTER html %]"
                        name="orig_query_onemailperbug_[% query.id %]">
-                <input type="checkbox" [% IF query.onemailperbug == 1 %]
-                       checked [% END %]name="query_onemailperbug_
-                       [% query.id %]">
-                One message per [% terms.bug %]
+                <input type="checkbox" [% IF query.onemailperbug == 1 %] checked [% END %]
+                       id="query_onemailperbug_[% query.id %]"
+                       name="query_onemailperbug_[% query.id %]">
+                <label for="query_onemailperbug_[% query.id %]">One message per [% terms.bug %]</label>
               </td>
               <td align="right">
                 <input type="submit" value="Remove"
@@ -293,14 +295,13 @@
                      name="add_query_[% event.key %]"
                      id="add_query_[% event.key %]">
             </td>
+            <td align="right" colspan="2">
+              <input type="submit" value="Update / Commit" name="commit" id="update">
+            </td>
           </tr>
-
         </table>
 
       </td>
-      <td align="right" valign="bottom">
-        <input type="submit" value="Update / Commit" name="commit" id="update">
-      </td>
     </tr>
 
   [% END %]
diff --git a/template/en/extension/CVS/Entries b/template/en/extension/CVS/Entries
index 97ace0597..071ae68e2 100644
--- a/template/en/extension/CVS/Entries
+++ b/template/en/extension/CVS/Entries
@@ -1,2 +1,2 @@
-/filterexceptions.pl/1.2/Sat Feb 25 23:10:53 2006//TBUGZILLA-3_1_4
+/filterexceptions.pl/1.2/Sat Feb 25 23:10:53 2006//TBUGZILLA-3_2
 D
diff --git a/template/en/extension/CVS/Tag b/template/en/extension/CVS/Tag
index 3dd879c04..1d6c3d899 100644
--- a/template/en/extension/CVS/Tag
+++ b/template/en/extension/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-3_1_4
+NBUGZILLA-3_2
diff --git a/token.cgi b/token.cgi
index c91c2f94f..d7f9f3c98 100755
--- a/token.cgi
+++ b/token.cgi
@@ -346,8 +346,9 @@ sub request_create_account {
     $vars->{'email'} = $login_name . Bugzilla->params->{'emailsuffix'};
     $vars->{'date'} = str2time($date);
 
-    # We require a HTTPS connection if possible.
-    if (Bugzilla->params->{'sslbase'} ne ''
+    # When 'ssl' equals 'always' or 'authenticated sessions', 
+    # we want this form to always be over SSL.
+    if ($cgi->protocol ne 'https' && Bugzilla->params->{'sslbase'} ne ''
         && Bugzilla->params->{'ssl'} ne 'never')
     {
         $cgi->require_https(Bugzilla->params->{'sslbase'});
diff --git a/userprefs.cgi b/userprefs.cgi
index b281fd214..d73a61e54 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -90,8 +90,14 @@ sub SaveAccount {
                         undef, $user->id);
         $oldcryptedpwd || ThrowCodeError("unable_to_retrieve_password");
 
-        if (crypt(scalar($cgi->param('Bugzilla_password')), $oldcryptedpwd) ne 
-                  $oldcryptedpwd) 
+        my $oldpassword = $cgi->param('Bugzilla_password');
+
+        # Wide characters cause crypt to die
+        if (Bugzilla->params->{'utf8'}) {
+            utf8::encode($oldpassword) if utf8::is_utf8($oldpassword);
+        } 
+
+        if (crypt($oldpassword, $oldcryptedpwd) ne $oldcryptedpwd) 
         {
             ThrowUserError("old_password_incorrect");
         }
diff --git a/xmlrpc.cgi b/xmlrpc.cgi
index 324382ea2..d5042eb8b 100755
--- a/xmlrpc.cgi
+++ b/xmlrpc.cgi
@@ -22,6 +22,7 @@ use Bugzilla;
 use Bugzilla::Constants;
 use Bugzilla::Error;
 use Bugzilla::Hook;
+use Bugzilla::WebService::Constants;
 
 # Use an eval here so that runtests.pl accepts this script even if SOAP-Lite
 # is not installed.
@@ -30,6 +31,12 @@ eval 'use XMLRPC::Transport::HTTP;
 $@ && ThrowCodeError('soap_not_installed');
 
 Bugzilla->usage_mode(Bugzilla::Constants::USAGE_MODE_WEBSERVICE);
+local $SOAP::Constants::FAULT_SERVER;
+$SOAP::Constants::FAULT_SERVER = ERROR_UNKNOWN_FATAL;
+# The line above is used, this one is ignored, but SOAP::Lite
+# might start using this constant (the correct one) for XML-RPC someday.
+local $XMLRPC::Constants::FAULT_SERVER;
+$XMLRPC::Constants::FAULT_SERVER = ERROR_UNKNOWN_FATAL;
 
 my %hook_dispatch;
 Bugzilla::Hook::process('webservice', { dispatch => \%hook_dispatch });
-- 
GitLab