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

---
 Bugzilla.pm                                   |    72 +-
 Bugzilla/Attachment.pm                        |    57 +-
 Bugzilla/Attachment/CVS/Entries               |     2 +-
 Bugzilla/Attachment/CVS/Tag                   |     2 +-
 Bugzilla/Attachment/PatchReader.pm            |     3 +
 Bugzilla/Auth/CVS/Entries                     |     4 +-
 Bugzilla/Auth/CVS/Tag                         |     2 +-
 Bugzilla/Auth/Login/CVS/Entries               |     8 +-
 Bugzilla/Auth/Login/CVS/Entries.Log           |     4 -
 Bugzilla/Auth/Login/CVS/Tag                   |     2 +-
 Bugzilla/Auth/Persist/CVS/Entries             |     2 +-
 Bugzilla/Auth/Persist/CVS/Tag                 |     2 +-
 Bugzilla/Auth/Verify.pm                       |     8 +-
 Bugzilla/Auth/Verify/CVS/Entries              |     6 +-
 Bugzilla/Auth/Verify/CVS/Tag                  |     2 +-
 Bugzilla/Bug.pm                               |   221 +-
 Bugzilla/BugMail.pm                           |   131 +-
 Bugzilla/CGI.pm                               |    39 +-
 Bugzilla/CVS/Entries                          |    66 +-
 Bugzilla/CVS/Tag                              |     2 +-
 Bugzilla/Classification.pm                    |     8 +-
 Bugzilla/Component.pm                         |   113 +-
 Bugzilla/Config.pm                            |    19 +-
 Bugzilla/Config/Auth.pm                       |     2 +-
 Bugzilla/Config/CVS/Entries                   |    34 +-
 Bugzilla/Config/CVS/Tag                       |     2 +-
 Bugzilla/Config/Common.pm                     |    22 +
 Bugzilla/Config/Core.pm                       |     2 +
 Bugzilla/Config/MTA.pm                        |    23 +-
 Bugzilla/Constants.pm                         |    60 +-
 Bugzilla/DB.pm                                |    25 +-
 Bugzilla/DB/CVS/Entries                       |     6 +-
 Bugzilla/DB/CVS/Tag                           |     2 +-
 Bugzilla/DB/Mysql.pm                          |   126 +-
 Bugzilla/DB/Pg.pm                             |    25 +-
 Bugzilla/DB/Schema.pm                         |    40 +-
 Bugzilla/DB/Schema/CVS/Entries                |     4 +-
 Bugzilla/DB/Schema/CVS/Tag                    |     2 +-
 Bugzilla/DB/Schema/Mysql.pm                   |    14 +-
 Bugzilla/DB/Schema/Pg.pm                      |    12 +-
 Bugzilla/Field.pm                             |   261 +-
 Bugzilla/Flag.pm                              |    78 +-
 Bugzilla/Group.pm                             |    33 +
 Bugzilla/Hook.pm                              |    28 +-
 Bugzilla/Install.pm                           |    12 +-
 Bugzilla/Install/CVS/Entries                  |     8 +-
 Bugzilla/Install/CVS/Tag                      |     2 +-
 Bugzilla/Install/DB.pm                        |    35 +-
 Bugzilla/Install/Filesystem.pm                |     2 +
 Bugzilla/Install/Localconfig.pm               |     9 +-
 Bugzilla/Install/Requirements.pm              |   612 +-
 Bugzilla/Mailer.pm                            |   206 +-
 Bugzilla/Milestone.pm                         |    75 +-
 Bugzilla/Object.pm                            |   130 +-
 Bugzilla/Product.pm                           |    34 +-
 Bugzilla/Search.pm                            |    21 +-
 Bugzilla/Search/CVS/Entries                   |     3 +-
 Bugzilla/Search/CVS/Tag                       |     2 +-
 Bugzilla/Search/Saved.pm                      |   265 +
 Bugzilla/Template.pm                          |    22 +-
 Bugzilla/Template/CVS/Tag                     |     2 +-
 Bugzilla/Template/Plugin/CVS/Entries          |     6 +-
 Bugzilla/Template/Plugin/CVS/Tag              |     2 +-
 Bugzilla/Token.pm                             |   182 +-
 Bugzilla/Update.pm                            |     5 +
 Bugzilla/User.pm                              |   498 +-
 Bugzilla/User/CVS/Entries                     |     2 +-
 Bugzilla/User/CVS/Tag                         |     2 +-
 Bugzilla/User/Setting.pm                      |    21 +-
 Bugzilla/User/Setting/CVS/Entries             |     2 +-
 Bugzilla/User/Setting/CVS/Tag                 |     2 +-
 Bugzilla/Util.pm                              |     5 +
 Bugzilla/Version.pm                           |    76 +-
 Bugzilla/WebService.pm                        |    13 +
 Bugzilla/WebService/Bug.pm                    |   435 +-
 Bugzilla/WebService/Bugzilla.pm               |    51 +-
 Bugzilla/WebService/CVS/Entries               |    10 +-
 Bugzilla/WebService/CVS/Tag                   |     2 +-
 Bugzilla/WebService/Constants.pm              |    24 +
 Bugzilla/WebService/Product.pm                |   162 +-
 Bugzilla/WebService/User.pm                   |   181 +-
 CVS/Entries                                   |   137 +-
 CVS/Tag                                       |     2 +-
 attachment.cgi                                |    38 +-
 buglist.cgi                                   |   111 +-
 bugzilla.dtd                                  |     3 +-
 chart.cgi                                     |     2 +-
 checksetup.pl                                 |    42 +-
 collectstats.pl                               |     2 +-
 config.cgi                                    |    18 +-
 contrib/BugzillaEmail.pm                      |    78 -
 contrib/CVS/Entries                           |    33 +-
 contrib/CVS/Entries.Log                       |     2 -
 contrib/CVS/Tag                               |     2 +-
 contrib/README.Mailif                         |    80 -
 contrib/bug_email.pl                          |  1203 -
 contrib/bugmail_help.html                     |   223 -
 contrib/bugzilla-submit/CVS/Entries           |     8 +-
 contrib/bugzilla-submit/CVS/Tag               |     2 +-
 contrib/bugzilla.procmailrc                   |    30 -
 contrib/bugzilla_email_append.pl              |   197 -
 contrib/bz_webservice_demo.pl                 |    76 +-
 contrib/bzdbcopy.pl                           |    72 +-
 contrib/cmdline/CVS/Entries                   |    14 +-
 contrib/cmdline/CVS/Tag                       |     2 +-
 contrib/gnatsparse/CVS/Entries                |     8 +-
 contrib/gnatsparse/CVS/Tag                    |     2 +-
 contrib/recode.pl                             |   385 +
 describecomponents.cgi                        |     2 +-
 docs/CVS/Entries                              |     8 +-
 docs/CVS/Entries.Log                          |     6 -
 docs/CVS/Tag                                  |     2 +-
 docs/html/Bugzilla-Guide.html                 |  8715 ++--
 docs/html/CVS/Entries                         |     2 +-
 docs/html/CVS/Tag                             |     2 +-
 docs/html/about.html                          |     8 +-
 docs/html/administration.html                 |    80 +-
 docs/html/api/Bugzilla.html                   |    24 +-
 docs/html/api/Bugzilla/Attachment.html        |    12 +-
 docs/html/api/Bugzilla/Component.html         |    17 +-
 docs/html/api/Bugzilla/DB/Schema.html         |     7 +
 docs/html/api/Bugzilla/Field.html             |    62 +-
 docs/html/api/Bugzilla/Flag.html              |    20 +-
 docs/html/api/Bugzilla/Group.html             |    16 +
 docs/html/api/Bugzilla/Hook.html              |    16 +
 .../api/Bugzilla/Install/Localconfig.html     |     6 +-
 .../api/Bugzilla/Install/Requirements.html    |    13 +-
 docs/html/api/Bugzilla/Milestone.html         |     3 +-
 docs/html/api/Bugzilla/Object.html            |    63 +-
 docs/html/api/Bugzilla/Search/Saved.html      |   118 +
 docs/html/api/Bugzilla/Token.html             |   233 +
 docs/html/api/Bugzilla/User.html              |   128 +-
 docs/html/api/Bugzilla/User/Setting.html      |     4 +-
 docs/html/api/Bugzilla/Util.html              |     2 +-
 docs/html/api/Bugzilla/WebService/Bug.html    |   383 +
 .../api/Bugzilla/WebService/Bugzilla.html     |    61 +-
 .../html/api/Bugzilla/WebService/Product.html |   178 +
 docs/html/api/Bugzilla/WebService/User.html   |   168 +-
 docs/html/api/CVS/Entries                     |     4 +-
 docs/html/api/CVS/Tag                         |     2 +-
 docs/html/api/checksetup.html                 |     6 +-
 docs/html/api/contrib/bz_webservice_demo.html |    43 +
 docs/html/api/contrib/bzdbcopy.html           |    54 +
 docs/html/api/contrib/recode.html             |   102 +
 docs/html/api/email_in.html                   |   152 +
 docs/html/api/index.html                      |    38 +-
 docs/html/attachments.html                    |   348 +
 docs/html/bug_page.html                       |    15 +-
 docs/html/bugreports.html                     |   228 +-
 docs/html/classifications.html                |     4 +-
 docs/html/cmdline-bugmail.html                |     4 +-
 docs/html/cmdline.html                        |     4 +-
 docs/html/components.html                     |     6 +-
 docs/html/configuration.html                  |    74 +-
 docs/html/conventions.html                    |     6 +-
 docs/html/copyright.html                      |     6 +-
 docs/html/credits.html                        |     4 +-
 docs/html/cust-change-permissions.html        |    18 +-
 docs/html/cust-hooks.html                     |     8 +-
 docs/html/cust-skins.html                     |     8 +-
 docs/html/cust-templates.html                 |    22 +-
 docs/html/custom-fields.html                  |   305 +
 docs/html/customization.html                  |    53 +-
 docs/html/dbdoc.html                          |   555 -
 docs/html/disclaimer.html                     |     4 +-
 docs/html/edit-values.html                    |   214 +
 docs/html/extraconfig.html                    |    16 +-
 docs/html/faq.html                            |   326 +-
 docs/html/flags-overview.html                 |   165 +-
 docs/html/flags.html                          |     8 +-
 docs/html/general-advice.html                 |     4 +-
 docs/html/gfdl-0.html                         |     4 +-
 docs/html/gfdl-1.html                         |     4 +-
 docs/html/gfdl-10.html                        |     4 +-
 docs/html/gfdl-2.html                         |     4 +-
 docs/html/gfdl-3.html                         |     4 +-
 docs/html/gfdl-4.html                         |     4 +-
 docs/html/gfdl-5.html                         |     4 +-
 docs/html/gfdl-6.html                         |     4 +-
 docs/html/gfdl-7.html                         |     4 +-
 docs/html/gfdl-8.html                         |     4 +-
 docs/html/gfdl-9.html                         |     4 +-
 docs/html/gfdl-howto.html                     |     6 +-
 docs/html/gfdl.html                           |     6 +-
 docs/html/glossary.html                       |    16 +-
 docs/html/groups.html                         |    34 +-
 docs/html/hintsandtips.html                   |   105 +-
 docs/html/index.html                          |   136 +-
 docs/html/install-perlmodules-manual.html     |     4 +-
 docs/html/installation.html                   |   110 +-
 docs/html/installing-bugzilla.html            |    22 +-
 docs/html/integration.html                    |    38 +-
 docs/html/lifecycle.html                      |    12 +-
 docs/html/list.html                           |   261 -
 docs/html/milestones.html                     |     4 +-
 docs/html/modules-manual-download.html        |    48 +-
 docs/html/modules-manual-instructions.html    |     4 +-
 docs/html/modules-manual-optional.html        |     8 +-
 docs/html/myaccount.html                      |   144 +-
 docs/html/newversions.html                    |     6 +-
 docs/html/nonroot.html                        |    28 +-
 docs/html/os-specific.html                    |    12 +-
 docs/html/parameters.html                     |    17 +-
 docs/html/paranoid-security.html              |     4 +-
 docs/html/patches.html                        |     4 +-
 docs/html/patchviewer.html                    |   305 -
 docs/html/products.html                       |     4 +-
 docs/html/query.html                          |   257 +-
 docs/html/quips.html                          |     6 +-
 docs/html/reporting.html                      |    20 +-
 docs/html/security-bugzilla.html              |    18 +-
 docs/html/security-mysql.html                 |     8 +-
 docs/html/security-os.html                    |     4 +-
 docs/html/security-webserver.html             |    57 +-
 docs/html/security.html                       |     6 +-
 docs/html/trbl-dbdsponge.html                 |     4 +-
 docs/html/trbl-index.html                     |     4 +-
 docs/html/trbl-passwd-encryption.html         |     4 +-
 docs/html/trbl-perlmodule.html                |     4 +-
 docs/html/trbl-relogin-everyone.html          |     8 +-
 docs/html/trbl-relogin-some.html              |     4 +-
 docs/html/trbl-testserver.html                |     4 +-
 docs/html/troubleshooting.html                |     4 +-
 docs/html/upgrading.html                      |   128 +-
 docs/html/useradmin.html                      |   203 +-
 docs/html/userpreferences.html                |    16 +-
 docs/html/using-intro.html                    |     8 +-
 docs/html/using.html                          |   144 +-
 docs/html/versions.html                       |     4 +-
 docs/html/voting.html                         |    16 +-
 docs/html/whining.html                        |    52 +-
 docs/html/{x808.html => x836.html}            |     6 +-
 docs/images/CVS/Entries                       |    12 +-
 docs/images/CVS/Tag                           |     2 +-
 docs/images/callouts/CVS/Entries              |     6 +-
 docs/images/callouts/CVS/Tag                  |     2 +-
 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     |     2 +-
 docs/lib/Pod/Simple/HTMLBatch/CVS/Entries     |     2 +-
 docs/lib/Pod/Simple/HTMLBatch/CVS/Tag         |     2 +-
 docs/makedocs.pl                              |    26 +-
 docs/pdf/Bugzilla-Guide.pdf                   | 36724 ++++++++--------
 docs/rel_notes.txt                            |    19 +
 docs/txt/Bugzilla-Guide.txt                   |  3386 +-
 docs/xml/Bugzilla-Guide.xml                   |    16 +-
 docs/xml/CVS/Entries                          |    42 +-
 docs/xml/CVS/Tag                              |     2 +-
 docs/xml/administration.xml                   |   518 +-
 docs/xml/bugzilla.ent                         |    16 +-
 docs/xml/customization.xml                    |   338 -
 docs/xml/faq.xml                              |   182 +-
 docs/xml/glossary.xml                         |     4 +-
 docs/xml/installation.xml                     |   140 +-
 docs/xml/modules.xml                          |    24 +-
 docs/xml/security.xml                         |    31 +-
 docs/xml/using.xml                            |   712 +-
 editcomponents.cgi                            |    24 +-
 editfields.cgi                                |    84 +-
 editflagtypes.cgi                             |    19 +-
 editgroups.cgi                                |    15 +-
 editmilestones.cgi                            |    30 +-
 editparams.cgi                                |    24 +
 editproducts.cgi                              |   145 +-
 editusers.cgi                                 |    82 +-
 editversions.cgi                              |    18 +-
 email_in.pl                                   |   530 +
 enter_bug.cgi                                 |   149 +-
 images/CVS/Entries                            |     2 +-
 images/CVS/Tag                                |     2 +-
 importxml.pl                                  |    31 +-
 js/CVS/Entries                                |    10 +-
 js/CVS/Tag                                    |     2 +-
 mod_perl.pl                                   |     1 +
 post_bug.cgi                                  |    43 +-
 process_bug.cgi                               |   227 +-
 query.cgi                                     |    41 +-
 sanitycheck.cgi                               |   297 +-
 show_bug.cgi                                  |     3 +
 showdependencygraph.cgi                       |    14 +
 showdependencytree.cgi                        |     6 +-
 skins/CVS/Entries                             |     2 +-
 skins/CVS/Tag                                 |     2 +-
 skins/standard/CVS/Entries                    |    28 +-
 skins/standard/CVS/Tag                        |     2 +-
 skins/standard/{show_bug.css => IE-fixes.css} |    21 +-
 skins/standard/buglist.css                    |    12 +-
 skins/standard/dependency-tree.css            |     2 +-
 skins/standard/dependency-tree/CVS/Entries    |     8 +-
 skins/standard/dependency-tree/CVS/Tag        |     2 +-
 skins/standard/global.css                     |   293 +-
 skins/standard/global/CVS/Entries             |     4 +-
 skins/standard/global/CVS/Tag                 |     2 +-
 skins/standard/index/CVS/Entries              |     2 +-
 skins/standard/index/CVS/Tag                  |     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/Entries.Log                      |     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 +-
 .../account/auth/login-small.html.tmpl        |     2 +-
 .../en/default/account/auth/login.html.tmpl   |     5 +-
 .../en/default/account/cancel-token.txt.tmpl  |     3 +-
 template/en/default/account/email/CVS/Entries |    10 +-
 template/en/default/account/email/CVS/Tag     |     2 +-
 .../default/account/email/change-new.txt.tmpl |     7 +-
 .../default/account/email/change-old.txt.tmpl |     9 +-
 .../account/email/confirm-new.html.tmpl       |     4 +-
 .../account/email/request-new.txt.tmpl        |     5 +-
 .../en/default/account/password/CVS/Entries   |     4 +-
 template/en/default/account/password/CVS/Tag  |     2 +-
 .../password/forgotten-password.txt.tmpl      |     3 +-
 template/en/default/account/prefs/CVS/Entries |    12 +-
 template/en/default/account/prefs/CVS/Tag     |     2 +-
 .../en/default/account/prefs/email.html.tmpl  |     7 +-
 .../account/prefs/permissions.html.tmpl       |    23 +-
 .../en/default/account/prefs/prefs.html.tmpl  |    39 +-
 .../account/prefs/saved-searches.html.tmpl    |    21 +-
 .../account/profile-activity.html.tmpl        |     2 -
 template/en/default/admin/CVS/Entries         |     6 +-
 template/en/default/admin/CVS/Entries.Log     |     6 -
 template/en/default/admin/CVS/Tag             |     2 +-
 .../default/admin/classifications/CVS/Entries |    16 +-
 .../en/default/admin/classifications/CVS/Tag  |     2 +-
 .../admin/classifications/del.html.tmpl       |     4 +-
 .../en/default/admin/components/CVS/Entries   |    18 +-
 template/en/default/admin/components/CVS/Tag  |     2 +-
 .../admin/components/confirm-delete.html.tmpl |     6 +-
 .../default/admin/components/create.html.tmpl |     6 +-
 .../default/admin/components/edit.html.tmpl   |     2 +-
 .../default/admin/components/footer.html.tmpl |     4 +-
 .../admin/components/select-product.html.tmpl |     2 -
 .../admin/components/updated.html.tmpl        |     3 +-
 .../default/admin/custom_fields/CVS/Entries   |     6 +-
 .../en/default/admin/custom_fields/CVS/Tag    |     2 +-
 .../admin/custom_fields/create.html.tmpl      |    27 +-
 .../admin/custom_fields/list.html.tmpl        |    15 +-
 .../en/default/admin/fieldvalues/CVS/Entries  |    18 +-
 template/en/default/admin/fieldvalues/CVS/Tag |     2 +-
 .../admin/fieldvalues/create.html.tmpl        |     6 +-
 .../admin/fieldvalues/created.html.tmpl       |     2 -
 .../admin/fieldvalues/deleted.html.tmpl       |     2 -
 .../default/admin/fieldvalues/edit.html.tmpl  |     2 -
 .../admin/fieldvalues/footer.html.tmpl        |     6 +-
 .../default/admin/fieldvalues/list.html.tmpl  |     2 -
 .../admin/fieldvalues/select-field.html.tmpl  |     2 -
 .../admin/fieldvalues/updated.html.tmpl       |     4 +-
 .../en/default/admin/flag-type/CVS/Entries    |     6 +-
 template/en/default/admin/flag-type/CVS/Tag   |     2 +-
 template/en/default/admin/groups/CVS/Entries  |    16 +-
 template/en/default/admin/groups/CVS/Tag      |     2 +-
 .../en/default/admin/groups/create.html.tmpl  |     2 +-
 .../en/default/admin/groups/edit.html.tmpl    |    24 +-
 .../en/default/admin/groups/list.html.tmpl    |    20 +-
 .../en/default/admin/keywords/CVS/Entries     |    12 +-
 template/en/default/admin/keywords/CVS/Tag    |     2 +-
 .../default/admin/keywords/create.html.tmpl   |     2 +-
 .../en/default/admin/milestones/CVS/Entries   |    18 +-
 template/en/default/admin/milestones/CVS/Tag  |     2 +-
 .../default/admin/milestones/create.html.tmpl |     6 +-
 .../admin/milestones/created.html.tmpl        |     2 -
 .../admin/milestones/deleted.html.tmpl        |     2 -
 .../default/admin/milestones/edit.html.tmpl   |     2 -
 .../default/admin/milestones/footer.html.tmpl |     6 +-
 .../default/admin/milestones/list.html.tmpl   |     2 -
 .../admin/milestones/select-product.html.tmpl |     2 -
 .../admin/milestones/updated.html.tmpl        |     7 +-
 template/en/default/admin/params/CVS/Entries  |    38 +-
 template/en/default/admin/params/CVS/Tag      |     2 +-
 .../en/default/admin/params/admin.html.tmpl   |     6 +-
 .../en/default/admin/params/core.html.tmpl    |    10 +-
 .../en/default/admin/params/mta.html.tmpl     |    15 +-
 .../admin/params/patchviewer.html.tmpl        |     4 +-
 .../en/default/admin/products/CVS/Entries     |    20 +-
 template/en/default/admin/products/CVS/Tag    |     2 +-
 .../admin/products/confirm-delete.html.tmpl   |     7 +-
 .../admin/products/edit-common.html.tmpl      |    12 +-
 .../en/default/admin/products/edit.html.tmpl  |     3 +
 .../default/admin/products/footer.html.tmpl   |    12 +-
 .../admin/products/groupcontrol/CVS/Entries   |     6 +-
 .../admin/products/groupcontrol/CVS/Tag       |     2 +-
 .../products/groupcontrol/edit.html.tmpl      |    42 +-
 .../products/list-classifications.html.tmpl   |     2 -
 .../en/default/admin/products/list.html.tmpl  |     4 +-
 .../default/admin/products/updated.html.tmpl  |    12 +-
 .../en/default/admin/settings/CVS/Entries     |     4 +-
 template/en/default/admin/settings/CVS/Tag    |     2 +-
 .../en/default/admin/settings/edit.html.tmpl  |     2 +-
 template/en/default/admin/sudo.html.tmpl      |    16 +-
 template/en/default/admin/users/CVS/Entries   |    14 +-
 template/en/default/admin/users/CVS/Tag       |     2 +-
 .../admin/users/confirm-delete.html.tmpl      |    23 +-
 .../en/default/admin/users/edit.html.tmpl     |     2 +-
 .../en/default/admin/versions/CVS/Entries     |    18 +-
 template/en/default/admin/versions/CVS/Tag    |     2 +-
 .../admin/versions/confirm-delete.html.tmpl   |     8 +-
 .../default/admin/versions/create.html.tmpl   |     6 +-
 .../default/admin/versions/created.html.tmpl  |     2 -
 .../default/admin/versions/deleted.html.tmpl  |     2 -
 .../en/default/admin/versions/edit.html.tmpl  |     2 -
 .../default/admin/versions/footer.html.tmpl   |     6 +-
 .../en/default/admin/versions/list.html.tmpl  |     2 -
 .../admin/versions/select-product.html.tmpl   |     2 -
 .../default/admin/versions/updated.html.tmpl  |     4 +-
 template/en/default/attachment/CVS/Entries    |    28 +-
 template/en/default/attachment/CVS/Tag        |     2 +-
 .../en/default/attachment/choose.html.tmpl    |     2 +-
 .../attachment/confirm-delete.html.tmpl       |     2 +-
 .../en/default/attachment/create.html.tmpl    |    16 +-
 .../en/default/attachment/created.html.tmpl   |    54 +-
 .../default/attachment/diff-header.html.tmpl  |     4 +-
 template/en/default/attachment/edit.html.tmpl |    39 +-
 template/en/default/attachment/list.html.tmpl |   134 +-
 .../attachment/show-multiple.html.tmpl        |    15 +-
 .../en/default/attachment/updated.html.tmpl   |    29 +-
 template/en/default/bug/CVS/Entries           |    26 +-
 template/en/default/bug/CVS/Tag               |     2 +-
 template/en/default/bug/activity/CVS/Entries  |     4 +-
 template/en/default/bug/activity/CVS/Tag      |     2 +-
 .../en/default/bug/activity/show.html.tmpl    |     4 +-
 template/en/default/bug/comments.html.tmpl    |    27 +-
 template/en/default/bug/create/CVS/Entries    |    16 +-
 template/en/default/bug/create/CVS/Tag        |     2 +-
 .../bug/create/confirm-create-dupe.html.tmpl  |     5 +-
 .../bug/create/create-guided.html.tmpl        |    36 +-
 .../en/default/bug/create/create.html.tmpl    |    31 +-
 .../bug/create/make-template.html.tmpl        |     2 +-
 .../en/default/bug/dependency-graph.html.tmpl |     6 +-
 .../en/default/bug/dependency-tree.html.tmpl  |    45 +-
 template/en/default/bug/edit.html.tmpl        |   764 +-
 template/en/default/bug/knob.html.tmpl        |    54 +-
 template/en/default/bug/navigate.html.tmpl    |     3 -
 template/en/default/bug/process/CVS/Entries   |    12 +-
 template/en/default/bug/process/CVS/Tag       |     2 +-
 .../en/default/bug/process/bugmail.html.tmpl  |    16 +-
 .../bug/process/confirm-duplicate.html.tmpl   |    18 +-
 .../en/default/bug/process/midair.html.tmpl   |     8 +-
 .../en/default/bug/process/results.html.tmpl  |    45 +-
 .../bug/process/verify-new-product.html.tmpl  |    32 +-
 .../en/default/bug/show-multiple.html.tmpl    |     2 +-
 template/en/default/bug/show.html.tmpl        |     9 +-
 template/en/default/bug/show.xml.tmpl         |     1 +
 .../en/default/bug/summarize-time.html.tmpl   |    20 +-
 template/en/default/bug/votes/CVS/Entries     |     6 +-
 template/en/default/bug/votes/CVS/Tag         |     2 +-
 .../default/bug/votes/list-for-bug.html.tmpl  |     2 +-
 .../default/bug/votes/list-for-user.html.tmpl |     2 +-
 template/en/default/email/CVS/Entries         |     8 +-
 template/en/default/email/CVS/Tag             |     2 +-
 .../en/default/email/newchangedmail.txt.tmpl  |     7 +-
 template/en/default/email/sudo.txt.tmpl       |     3 +-
 .../en/default/email/votes-removed.txt.tmpl   |     3 +-
 template/en/default/email/whine.txt.tmpl      |     3 +-
 template/en/default/filterexceptions.pl       |    50 +-
 template/en/default/flag/CVS/Entries          |     2 +-
 template/en/default/flag/CVS/Tag              |     2 +-
 template/en/default/flag/list.html.tmpl       |    42 +-
 template/en/default/global/CVS/Entries        |    56 +-
 template/en/default/global/CVS/Tag            |     2 +-
 .../global/choose-classification.html.tmpl    |    13 +-
 .../default/global/choose-product.html.tmpl   |    40 +-
 .../en/default/global/code-error.html.tmpl    |    14 +-
 .../en/default/global/common-links.html.tmpl  |    92 +-
 .../global/confirm-user-match.html.tmpl       |     9 +-
 template/en/default/global/footer.html.tmpl   |     3 +
 template/en/default/global/header.html.tmpl   |    79 +-
 .../en/default/global/hidden-fields.html.tmpl |    22 +-
 template/en/default/global/messages.html.tmpl |    19 +-
 .../default/global/per-bug-queries.html.tmpl  |    32 +-
 .../en/default/global/select-menu.html.tmpl   |     5 +-
 .../en/default/global/setting-descs.none.tmpl |     3 +-
 .../default/global/site-navigation.html.tmpl  |    14 +-
 template/en/default/global/tabs.html.tmpl     |    24 +-
 .../en/default/global/useful-links.html.tmpl  |   169 +-
 .../en/default/global/user-error.html.tmpl    |    99 +-
 template/en/default/index.html.tmpl           |     4 +-
 template/en/default/list/CVS/Entries          |    24 +-
 template/en/default/list/CVS/Tag              |     2 +-
 template/en/default/list/list.atom.tmpl       |    24 +-
 template/en/default/list/list.html.tmpl       |     2 +-
 template/en/default/list/quips.html.tmpl      |     2 +-
 template/en/default/list/table.html.tmpl      |     7 +-
 template/en/default/pages/CVS/Entries         |    16 +-
 template/en/default/pages/CVS/Tag             |     2 +-
 template/en/default/pages/fields.html.tmpl    |     2 +-
 template/en/default/pages/voting.html.tmpl    |    15 +-
 template/en/default/reports/CVS/Entries       |    46 +-
 template/en/default/reports/CVS/Tag           |     2 +-
 template/en/default/reports/chart.html.tmpl   |     2 +-
 .../en/default/reports/create-chart.html.tmpl |     2 +-
 .../en/default/reports/edit-series.html.tmpl  |     2 +-
 template/en/default/reports/report.html.tmpl  |     5 +-
 template/en/default/request/CVS/Entries       |     4 +-
 template/en/default/request/CVS/Tag           |     2 +-
 template/en/default/request/email.txt.tmpl    |     3 +-
 template/en/default/search/CVS/Entries        |    24 +-
 template/en/default/search/CVS/Tag            |     2 +-
 .../default/search/boolean-charts.html.tmpl   |     2 +-
 template/en/default/search/form.html.tmpl     |    12 +-
 template/en/default/search/knob.html.tmpl     |     7 +-
 .../default/search/search-advanced.html.tmpl  |     8 +-
 .../en/default/search/search-help.html.tmpl   |     4 +-
 .../default/search/search-specific.html.tmpl  |    10 +-
 template/en/default/search/tabs.html.tmpl     |     6 +-
 template/en/default/sidebar.xul.tmpl          |     2 +-
 template/en/default/whine/CVS/Entries         |     8 +-
 template/en/default/whine/CVS/Tag             |     2 +-
 template/en/default/whine/schedule.html.tmpl  |     8 +-
 template/en/extension/CVS/Entries             |     2 +-
 template/en/extension/CVS/Tag                 |     2 +-
 testserver.pl                                 |     8 +-
 token.cgi                                     |    40 +-
 userprefs.cgi                                 |   165 +-
 whine.pl                                      |     9 +-
 527 files changed, 38546 insertions(+), 32561 deletions(-)
 delete mode 100644 Bugzilla/Auth/Login/CVS/Entries.Log
 create mode 100644 Bugzilla/Search/Saved.pm
 delete mode 100644 contrib/BugzillaEmail.pm
 delete mode 100644 contrib/CVS/Entries.Log
 delete mode 100644 contrib/README.Mailif
 delete mode 100755 contrib/bug_email.pl
 delete mode 100644 contrib/bugmail_help.html
 delete mode 100644 contrib/bugzilla.procmailrc
 delete mode 100755 contrib/bugzilla_email_append.pl
 create mode 100755 contrib/recode.pl
 delete mode 100644 docs/CVS/Entries.Log
 create mode 100644 docs/html/api/Bugzilla/Search/Saved.html
 create mode 100644 docs/html/api/Bugzilla/Token.html
 create mode 100644 docs/html/api/Bugzilla/WebService/Bug.html
 create mode 100644 docs/html/api/Bugzilla/WebService/Product.html
 create mode 100644 docs/html/api/contrib/bzdbcopy.html
 create mode 100644 docs/html/api/contrib/recode.html
 create mode 100644 docs/html/api/email_in.html
 create mode 100644 docs/html/attachments.html
 create mode 100644 docs/html/custom-fields.html
 delete mode 100644 docs/html/dbdoc.html
 create mode 100644 docs/html/edit-values.html
 delete mode 100644 docs/html/list.html
 delete mode 100644 docs/html/patchviewer.html
 rename docs/html/{x808.html => x836.html} (98%)
 create mode 100644 email_in.pl
 rename skins/standard/{show_bug.css => IE-fixes.css} (64%)
 mode change 100644 => 100755
 delete mode 100644 template/CVS/Entries.Log
 delete mode 100644 template/en/default/admin/CVS/Entries.Log

diff --git a/Bugzilla.pm b/Bugzilla.pm
index ef67643af..f278adb2e 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -53,6 +53,7 @@ our $_request_cache = {};
 use constant SHUTDOWNHTML_EXEMPT => [
     'editparams.cgi',
     'checksetup.pl',
+    'recode.pl',
 ];
 
 # Non-cgi scripts that should silently exit.
@@ -81,6 +82,9 @@ sub init_page {
 
     # Some environment variables are not taint safe
     delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
+    # Some modules throw undefined errors (notably File::Spec::Win32) if
+    # PATH is undefined.
+    $ENV{'PATH'} = '';
 
     # If Bugzilla is shut down, do not allow anything to run, just display a
     # message to the user about the downtime and log out.  Scripts listed in 
@@ -142,14 +146,17 @@ init_page() if !$ENV{MOD_PERL};
 
 sub template {
     my $class = shift;
+    request_cache()->{language} = "";
     request_cache()->{template} ||= Bugzilla::Template->create();
     return request_cache()->{template};
 }
 
 sub template_inner {
-    my $class = shift;
-    $class->request_cache->{template_inner} ||= Bugzilla::Template->create();
-    return $class->request_cache->{template_inner};
+    my ($class, $lang) = @_;
+    $lang = defined($lang) ? $lang : (request_cache()->{language} || "");
+    request_cache()->{language} = $lang;
+    request_cache()->{"template_inner_$lang"} ||= Bugzilla::Template->create();
+    return request_cache()->{"template_inner_$lang"};
 }
 
 sub cgi {
@@ -175,6 +182,11 @@ sub user {
     return request_cache()->{user};
 }
 
+sub set_user {
+    my ($class, $user) = @_;
+    $class->request_cache->{user} = $user;
+}
+
 sub sudoer {
     my $class = shift;    
     return request_cache()->{sudoer};
@@ -196,6 +208,8 @@ sub sudo_request {
 sub login {
     my ($class, $type) = @_;
 
+    return Bugzilla->user if Bugzilla->usage_mode == USAGE_MODE_EMAIL;
+
     my $authorizer = new Bugzilla::Auth();
     $type = LOGIN_REQUIRED if Bugzilla->cgi->param('GoAheadAndLogIn');
     if (!defined $type || $type == LOGIN_NORMAL) {
@@ -222,7 +236,7 @@ sub login {
         !($sudo_target->in_group('bz_sudo_protect'))
        )
     {
-        request_cache()->{user}   = $sudo_target;
+        Bugzilla->set_user($sudo_target);
         request_cache()->{sudoer} = $authenticated_user;
         # And make sure that both users have the same Auth object,
         # since we never call Auth::login for the sudo target.
@@ -231,10 +245,10 @@ sub login {
         # NOTE: If you want to do any special logging, do it here.
     }
     else {
-        request_cache()->{user} = $authenticated_user;
+        Bugzilla->set_user($authenticated_user);
     }
     
-    return request_cache()->{user};
+    return Bugzilla->user;
 }
 
 sub logout {
@@ -303,6 +317,9 @@ sub usage_mode {
         elsif ($newval == USAGE_MODE_WEBSERVICE) {
             $class->error_mode(ERROR_MODE_DIE_SOAP_FAULT);
         }
+        elsif ($newval == USAGE_MODE_EMAIL) {
+            $class->error_mode(ERROR_MODE_DIE);
+        }
         else {
             ThrowCodeError('usage_mode_invalid',
                            {'invalid_usage_mode', $newval});
@@ -313,6 +330,28 @@ sub usage_mode {
         || Bugzilla::Constants::USAGE_MODE_BROWSER;
 }
 
+sub installation_mode {
+    my ($class, $newval) = @_;
+    ($class->request_cache->{installation_mode} = $newval) if defined $newval;
+    return $class->request_cache->{installation_mode}
+        || INSTALLATION_MODE_INTERACTIVE;
+}
+
+sub installation_answers {
+    my ($class, $filename) = @_;
+    if ($filename) {
+        my $s = new Safe;
+        $s->rdo($filename);
+
+        die "Error reading $filename: $!" if $!;
+        die "Error evaluating $filename: $@" if $@;
+
+        # Now read the param back out from the sandbox
+        $class->request_cache->{installation_answers} = $s->varglob('answer');
+    }
+    return $class->request_cache->{installation_answers} || {};
+}
+
 sub switch_to_shadow_db {
     my $class = shift;
 
@@ -461,7 +500,10 @@ The current C<Template> object, to be used for output
 =item C<template_inner>
 
 If you ever need a L<Bugzilla::Template> object while you're already
-processing a template, use this.
+processing a template, use this. Also use it if you want to specify
+the language to use. If no argument is passed, it uses the last
+language set. If the argument is "" (empty string), the language is
+reset to the current one (the one used by Bugzilla->template).
 
 =item C<cgi>
 
@@ -476,6 +518,12 @@ yet been run.  If an sudo session is in progress, the C<Bugzilla::User>
 corresponding to the person who is being impersonated.  If no session is in
 progress, the current C<Bugzilla::User>.
 
+=item C<set_user>
+
+Allows you to directly set what L</user> will return. You can use this
+if you want to bypass L</login> for some reason and directly "log in"
+a specific L<Bugzilla::User>. Be careful with it, though!
+
 =item C<sudoer>
 
 C<undef> if there is no currently logged in user, the currently logged in user
@@ -550,6 +598,16 @@ usage mode.
 
 C<Bugzilla->usage_mode> will return the current state of this flag.
 
+=item C<installation_mode>
+
+Determines whether or not installation should be silent. See 
+L<Bugzilla::Constants> for the C<INSTALLATION_MODE> constants.
+
+=item C<installation_answers>
+
+Returns a hashref representing any "answers" file passed to F<checksetup.pl>,
+used to automatically answer or skip prompts.
+
 =item C<dbh>
 
 The current database handle. See L<DBI>.
diff --git a/Bugzilla/Attachment.pm b/Bugzilla/Attachment.pm
index ebf8c8de8..6a798d046 100644
--- a/Bugzilla/Attachment.pm
+++ b/Bugzilla/Attachment.pm
@@ -609,19 +609,22 @@ sub validate_content_type {
 
 =pod
 
-=item C<validate_can_edit()>
+=item C<validate_can_edit($attachment, $product_id)>
 
 Description: validates if the user is allowed to view and edit the attachment.
              Only the submitter or someone with editbugs privs can edit it.
              Only the submitter and users in the insider group can view
              private attachments.
 
+Params:      $attachment - the attachment object being edited.
+             $product_id - the product ID the attachment belongs to.
+
 Returns:     1 on success. Else an error is thrown.
 
 =cut
 
 sub validate_can_edit {
-    my $attachment = shift;
+    my ($attachment, $product_id) = @_;
     my $dbh = Bugzilla->dbh;
     my $user = Bugzilla->user;
 
@@ -634,27 +637,27 @@ sub validate_can_edit {
     }
 
     # Users with editbugs privs can edit all attachments.
-    return if $user->in_group('editbugs');
+    return if $user->in_group('editbugs', $product_id);
 
     # If we come here, then this attachment cannot be seen by the user.
     ThrowUserError('illegal_attachment_edit', { attach_id => $attachment->id });
 }
 
-=item C<validate_obsolete($bug_id)>
+=item C<validate_obsolete($bug)>
 
 Description: validates if attachments the user wants to mark as obsolete
              really belong to the given bug and are not already obsolete.
              Moreover, a user cannot mark an attachment as obsolete if
              he cannot view it (due to restrictions on it).
 
-Params:      $bug_id - The bug ID obsolete attachments should belong to.
+Params:      $bug - The bug object obsolete attachments should belong to.
 
 Returns:     1 on success. Else an error is thrown.
 
 =cut
 
 sub validate_obsolete {
-    my ($class, $bug_id) = @_;
+    my ($class, $bug) = @_;
     my $cgi = Bugzilla->cgi;
 
     # Make sure the attachment id is valid and the user has permissions to view
@@ -674,12 +677,12 @@ sub validate_obsolete {
         ThrowUserError('invalid_attach_id', $vars) unless $attachment;
 
         # Check that the user can view and edit this attachment.
-        $attachment->validate_can_edit;
+        $attachment->validate_can_edit($bug->product_id);
 
         $vars->{'description'} = $attachment->description;
 
-        if ($attachment->bug_id != $bug_id) {
-            $vars->{'my_bug_id'} = $bug_id;
+        if ($attachment->bug_id != $bug->bug_id) {
+            $vars->{'my_bug_id'} = $bug->bug_id;
             $vars->{'attach_bug_id'} = $attachment->bug_id;
             ThrowCodeError('mismatched_bug_ids_on_obsolete', $vars);
         }
@@ -746,7 +749,10 @@ sub insert_attachment_for_bug {
         unless ($cgi->param('ispatch')) {
             $class->validate_content_type($throw_error) || return 0;
         }
-        $data = _validate_data($hr_vars, $throw_error) || return 0;
+        $data = _validate_data($throw_error, $hr_vars);
+        # If the attachment is stored locally, $data eq ''.
+        # If an error is thrown, $data eq '0'.
+        ($data ne '0') || return 0;
         $contenttype = $cgi->param('contenttype');
 
         # These are inserted using placeholders so no need to panic
@@ -758,7 +764,7 @@ sub insert_attachment_for_bug {
     # Check attachments the user tries to mark as obsolete.
     my @obsolete_attachments;
     if ($cgi->param('obsolete')) {
-        @obsolete_attachments = $class->validate_obsolete($bug->bug_id);
+        @obsolete_attachments = $class->validate_obsolete($bug);
     }
 
     # The order of these function calls is important, as Flag::validate
@@ -776,12 +782,6 @@ sub insert_attachment_for_bug {
         $$hr_vars->{'message'} = 'user_match_multiple';
     }
 
-    # Flag::validate() should not detect any reference to existing flags
-    # when creating a new attachment. Setting the third param to -1 will
-    # force this function to check this point.
-    # XXX needs $throw_error treatment
-    Bugzilla::Flag::validate($cgi, $bug->bug_id, -1);
-
     # Escape characters in strings that will be used in SQL statements.
     my $description = $cgi->param('description');
     trick_taint($description);
@@ -851,9 +851,28 @@ sub insert_attachment_for_bug {
                           $timestamp, $fieldid, 0, 1));
     }
 
-    # Create flags.
     my $attachment = Bugzilla::Attachment->get($attachid);
-    Bugzilla::Flag::process($bug, $attachment, $timestamp, $cgi);
+
+    # 1. Add flags, if any. To avoid dying if something goes wrong
+    # while processing flags, we will eval() flag validation.
+    # This requires errors to die().
+    # XXX: this can go away as soon as flag validation is able to
+    #      fail without dying.
+    #
+    # 2. Flag::validate() should not detect any reference to existing flags
+    # when creating a new attachment. Setting the third param to -1 will
+    # force this function to check this point.
+    my $error_mode_cache = Bugzilla->error_mode;
+    Bugzilla->error_mode(ERROR_MODE_DIE);
+    eval {
+        Bugzilla::Flag::validate($cgi, $bug->bug_id, -1);
+        Bugzilla::Flag::process($bug, $attachment, $timestamp, $cgi);
+    };
+    Bugzilla->error_mode($error_mode_cache);
+    if ($@) {
+        $$hr_vars->{'message'} = 'flag_creation_failed';
+        $$hr_vars->{'flag_creation_error'} = $@;
+    }
 
     # Return the ID of the new attachment.
     return $attachid;
diff --git a/Bugzilla/Attachment/CVS/Entries b/Bugzilla/Attachment/CVS/Entries
index 8889f9f80..f76e150b0 100644
--- a/Bugzilla/Attachment/CVS/Entries
+++ b/Bugzilla/Attachment/CVS/Entries
@@ -1,2 +1,2 @@
-/PatchReader.pm/1.3/Sat Oct 14 21:04:55 2006//TBUGZILLA-2_23_3
+/PatchReader.pm/1.4/Sat Dec 30 01:58:28 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Attachment/CVS/Tag b/Bugzilla/Attachment/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Attachment/CVS/Tag
+++ b/Bugzilla/Attachment/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Attachment/PatchReader.pm b/Bugzilla/Attachment/PatchReader.pm
index 00623dcf2..5dbffb5c9 100644
--- a/Bugzilla/Attachment/PatchReader.pm
+++ b/Bugzilla/Attachment/PatchReader.pm
@@ -222,6 +222,9 @@ sub setup_patch_readers {
         && Bugzilla->params->{'cvsroot_get'}) 
     {
         require PatchReader::AddCVSContext;
+        # We need to set $cvsbin as global, because PatchReader::CVSClient
+        # needs it in order to find 'cvs'.
+        $main::cvsbin = Bugzilla->localconfig->{cvsbin};
         $last_reader->sends_data_to(
           new PatchReader::AddCVSContext($context, Bugzilla->params->{'cvsroot_get'}));
         $last_reader = $last_reader->sends_data_to;
diff --git a/Bugzilla/Auth/CVS/Entries b/Bugzilla/Auth/CVS/Entries
index b392e74cf..6e4ed8827 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-2_23_3
-/Verify.pm/1.5/Fri Aug 25 22:10:38 2006//TBUGZILLA-2_23_3
+/Login.pm/1.1/Fri May 12 02:41:05 2006//TBUGZILLA-2_23_4
+/Verify.pm/1.6/Fri Oct 20 18:52:24 2006//TBUGZILLA-2_23_4
 D/Login////
 D/Persist////
 D/Verify////
diff --git a/Bugzilla/Auth/CVS/Tag b/Bugzilla/Auth/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Auth/CVS/Tag
+++ b/Bugzilla/Auth/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Auth/Login/CVS/Entries b/Bugzilla/Auth/Login/CVS/Entries
index 9fd1665d9..635d05a67 100644
--- a/Bugzilla/Auth/Login/CVS/Entries
+++ b/Bugzilla/Auth/Login/CVS/Entries
@@ -1,5 +1,5 @@
-/CGI.pm/1.7/Sat Aug 19 17:20:23 2006//TBUGZILLA-2_23_3
-/Cookie.pm/1.5/Wed Jul  5 23:42:47 2006//TBUGZILLA-2_23_3
-/Env.pm/1.4/Mon Jul  3 21:42:46 2006//TBUGZILLA-2_23_3
-/Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-2_23_3
+/CGI.pm/1.7/Sat Aug 19 17:20:23 2006//TBUGZILLA-2_23_4
+/Cookie.pm/1.5/Wed Jul  5 23:42:47 2006//TBUGZILLA-2_23_4
+/Env.pm/1.4/Mon Jul  3 21:42:46 2006//TBUGZILLA-2_23_4
+/Stack.pm/1.1/Fri May 12 02:41:06 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Auth/Login/CVS/Entries.Log b/Bugzilla/Auth/Login/CVS/Entries.Log
deleted file mode 100644
index 975c6ed74..000000000
--- a/Bugzilla/Auth/Login/CVS/Entries.Log
+++ /dev/null
@@ -1,4 +0,0 @@
-A D/CGI////
-A D/WWW////
-R D/WWW////
-R D/CGI////
diff --git a/Bugzilla/Auth/Login/CVS/Tag b/Bugzilla/Auth/Login/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Auth/Login/CVS/Tag
+++ b/Bugzilla/Auth/Login/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Auth/Persist/CVS/Entries b/Bugzilla/Auth/Persist/CVS/Entries
index 439089c2b..6128ee00c 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-2_23_3
+/Cookie.pm/1.5/Mon Jul  3 21:42:46 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Auth/Persist/CVS/Tag b/Bugzilla/Auth/Persist/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Auth/Persist/CVS/Tag
+++ b/Bugzilla/Auth/Persist/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Auth/Verify.pm b/Bugzilla/Auth/Verify.pm
index 52cebb5ea..deb5f4e95 100644
--- a/Bugzilla/Auth/Verify.pm
+++ b/Bugzilla/Auth/Verify.pm
@@ -77,6 +77,11 @@ sub create_or_update_user {
               || return { failure => AUTH_ERROR, 
                           error   => 'auth_invalid_email',
                           details => {addr => $username} };
+            # Usually we'd call validate_password, but external authentication
+            # systems might follow different standards than ours. So in this
+            # place here, we call trick_taint without checks.
+            trick_taint($password);
+
             # XXX Theoretically this could fail with an error, but the fix for
             # that is too involved to be done right now.
             my $user = Bugzilla::User->create({ 
@@ -111,9 +116,6 @@ sub create_or_update_user {
         validate_email_syntax($username)
           || return { failure => AUTH_ERROR, error => 'auth_invalid_email',
                       details => {addr => $username} };
-        # Username is more than likely tainted, but we only use it in a
-        # placeholder, and we've already validated it, so it's safe.
-        trick_taint($username);
         $dbh->do('UPDATE profiles SET login_name = ? WHERE userid = ?',
                  undef, $username, $user->id);
     }
diff --git a/Bugzilla/Auth/Verify/CVS/Entries b/Bugzilla/Auth/Verify/CVS/Entries
index ca1faecf3..3e89ed5df 100644
--- a/Bugzilla/Auth/Verify/CVS/Entries
+++ b/Bugzilla/Auth/Verify/CVS/Entries
@@ -1,4 +1,4 @@
-/DB.pm/1.7/Fri May 12 02:41:14 2006//TBUGZILLA-2_23_3
-/LDAP.pm/1.14/Tue Jul 11 00:42:57 2006//TBUGZILLA-2_23_3
-/Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-2_23_3
+/DB.pm/1.7/Fri May 12 02:41:14 2006//TBUGZILLA-2_23_4
+/LDAP.pm/1.14/Tue Jul 11 00:42:57 2006//TBUGZILLA-2_23_4
+/Stack.pm/1.1/Fri May 12 02:41:14 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Auth/Verify/CVS/Tag b/Bugzilla/Auth/Verify/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Auth/Verify/CVS/Tag
+++ b/Bugzilla/Auth/Verify/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index be4b2a037..8591a2f89 100755
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -40,6 +40,8 @@ use Bugzilla::User;
 use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::Product;
+use Bugzilla::Component;
+use Bugzilla::Group;
 
 use List::Util qw(min);
 
@@ -98,8 +100,8 @@ sub DB_COLUMNS {
 
 use constant REQUIRED_CREATE_FIELDS => qw(
     bug_severity
+    comment
     component
-    creation_ts
     op_sys
     priority
     product
@@ -119,7 +121,6 @@ sub VALIDATORS {
         commentprivacy => \&_check_commentprivacy,
         deadline       => \&_check_deadline,
         estimated_time => \&_check_estimated_time,
-        keywords       => \&_check_keywords,
         op_sys         => \&_check_op_sys,
         priority       => \&_check_priority,
         product        => \&_check_product,
@@ -283,6 +284,8 @@ sub create {
 
     $dbh->do('UPDATE bugs SET creation_ts = ? WHERE bug_id = ?', undef,
              $timestamp, $bug->bug_id);
+    # Update the bug instance as well
+    $bug->{creation_ts} = $timestamp;
 
     # Add the CCs
     my $sth_cc = $dbh->prepare('INSERT INTO cc (bug_id, who) VALUES (?,?)');
@@ -300,24 +303,37 @@ sub create {
     # Set up dependencies (blocked/dependson)
     my $sth_deps = $dbh->prepare(
         'INSERT INTO dependencies (blocked, dependson) VALUES (?, ?)');
+    my $sth_bug_time = $dbh->prepare('UPDATE bugs SET delta_ts = ? WHERE bug_id = ?');
+
     foreach my $depends_on_id (@$depends_on) {
         $sth_deps->execute($bug->bug_id, $depends_on_id);
         # Log the reverse action on the other bug.
         LogActivityEntry($depends_on_id, 'blocked', '', $bug->bug_id,
                          $bug->{reporter_id}, $timestamp);
+        $sth_bug_time->execute($timestamp, $depends_on_id);
     }
     foreach my $blocked_id (@$blocked) {
         $sth_deps->execute($blocked_id, $bug->bug_id);
         # Log the reverse action on the other bug.
         LogActivityEntry($blocked_id, 'dependson', '', $bug->bug_id,
                          $bug->{reporter_id}, $timestamp);
+        $sth_bug_time->execute($timestamp, $blocked_id);
     }
 
     # And insert the comment. We always insert a comment on bug creation,
     # but sometimes it's blank.
-    $dbh->do('INSERT INTO longdescs (bug_id, who, bug_when, thetext, isprivate)
-                   VALUES (?, ?, ?, ?, ?)', undef, 
-             $bug->bug_id, $bug->{reporter_id}, $timestamp, $comment, $privacy);
+    my @columns = qw(bug_id who bug_when thetext);
+    my @values  = ($bug->bug_id, $bug->{reporter_id}, $timestamp, $comment);
+    # We don't include the "isprivate" column unless it was specified. 
+    # This allows it to fall back to its database default.
+    if (defined $privacy) {
+        push(@columns, 'isprivate');
+        push(@values, $privacy);
+    }
+    my $qmarks = "?," x @columns;
+    chop($qmarks);
+    $dbh->do('INSERT INTO longdescs (' . join(',', @columns)  . ")
+                   VALUES ($qmarks)", undef, @values);
 
     $dbh->bz_unlock_tables();
 
@@ -341,6 +357,8 @@ sub run_create_validators {
 
     $params->{version} = $class->_check_version($product, $params->{version});
 
+    $params->{keywords} = $class->_check_keywords($product, $params->{keywords});
+
     $params->{groups} = $class->_check_groups($product,
         $params->{groups});
 
@@ -357,14 +375,24 @@ sub run_create_validators {
     # Callers cannot set Reporter, currently.
     $params->{reporter} = Bugzilla->user->id;
 
+    $params->{creation_ts} ||= Bugzilla->dbh->selectrow_array('SELECT NOW()');
     $params->{delta_ts} = $params->{creation_ts};
-    $params->{remaining_time} = $params->{estimated_time};
+
+    if ($params->{estimated_time}) {
+        $params->{remaining_time} = $params->{estimated_time};
+    }
 
     $class->_check_strict_isolation($product, $params->{cc},
                                     $params->{assigned_to}, $params->{qa_contact});
 
     ($params->{dependson}, $params->{blocked}) = 
-        $class->_check_dependencies($params->{dependson}, $params->{blocked});
+        $class->_check_dependencies($product, $params->{dependson}, $params->{blocked});
+
+    # You can't set these fields on bug creation (or sometimes ever).
+    delete $params->{resolution};
+    delete $params->{votes};
+    delete $params->{lastdiffed};
+    delete $params->{bug_id};
 
     return $params;
 }
@@ -457,7 +485,7 @@ sub _check_assigned_to {
     $name = trim($name);
     # Default assignee is the component owner.
     my $id;
-    if (!$user->in_group("editbugs") || !$name) {
+    if (!$user->in_group('editbugs', $component->product_id) || !$name) {
         $id = $component->default_assignee->id;
     } else {
         $id = login_to_id($name, THROW_ERROR);
@@ -485,7 +513,8 @@ sub _check_bug_status {
 
     my @valid_statuses = VALID_ENTRY_STATUS;
 
-    if ($user->in_group('editbugs') || $user->in_group('canconfirm')) {
+    if ($user->in_group('editbugs', $product->id)
+        || $user->in_group('canconfirm', $product->id)) {
        # Default to NEW if the user with privs hasn't selected another status.
        $status ||= 'NEW';
     }
@@ -558,9 +587,6 @@ sub _check_component {
     $name = trim($name);
     $name || ThrowUserError("require_component");
     my $obj = Bugzilla::Component::check_component($product, $name);
-    # XXX Right now, post_bug needs this to return an object. However,
-    # when we move to Bugzilla::Bug->create, this should just return
-    # what it was passed.
     return $obj;
 }
 
@@ -579,10 +605,10 @@ sub _check_deadline {
 # Takes two comma/space-separated strings and returns arrayrefs
 # of valid bug IDs.
 sub _check_dependencies {
-    my ($invocant, $depends_on, $blocks) = @_;
+    my ($invocant, $product, $depends_on, $blocks) = @_;
 
     # Only editbugs users can set dependencies on bug entry.
-    return ([], []) unless Bugzilla->user->in_group('editbugs');
+    return ([], []) unless Bugzilla->user->in_group('editbugs', $product->id);
 
     $depends_on ||= '';
     $blocks     ||= '';
@@ -656,9 +682,10 @@ sub _check_groups {
 }
 
 sub _check_keywords {
-    my ($invocant, $keyword_string) = @_;
+    my ($invocant, $product, $keyword_string) = @_;
     $keyword_string = trim($keyword_string);
-    return [] if (!$keyword_string || !Bugzilla->user->in_group('editbugs'));
+    return [] if (!$keyword_string
+                  || !Bugzilla->user->in_group('editbugs', $product->id));
 
     my %keywords;
     foreach my $keyword (split(/[\s,]+/, $keyword_string)) {
@@ -678,9 +705,6 @@ sub _check_product {
     # can_enter_product already does everything that check_product
     # would do for us, so we don't need to use it.
     my $obj = new Bugzilla::Product({ name => $name });
-    # XXX Right now, post_bug needs this to return an object. However,
-    # when we move to Bugzilla::Bug->create, this should just return
-    # what it was passed.
     return $obj;
 }
 
@@ -784,7 +808,7 @@ sub _check_qa_contact {
     $name = trim($name);
 
     my $id;
-    if (!$user->in_group("editbugs") || !$name) {
+    if (!$user->in_group('editbugs', $component->product_id) || !$name) {
         # We want to insert NULL into the database if we get a 0.
         $id = $component->default_qa_contact->id || undef;
     } else {
@@ -825,7 +849,7 @@ sub fields {
            bug_status resolution dup_id
            bug_file_loc status_whiteboard keywords
            priority bug_severity target_milestone
-           dependson blocked votes
+           dependson blocked votes everconfirmed
            reporter assigned_to cc),
     
         # Conditional Fields
@@ -1190,21 +1214,16 @@ sub user {
     my $user = Bugzilla->user;
     my $canmove = Bugzilla->params->{'move-enabled'} && $user->is_mover;
 
-    # In the below, if the person hasn't logged in, then we treat them
-    # as if they can do anything.  That's because we don't know why they
-    # haven't logged in; it may just be because they don't use cookies.
-    # Display everything as if they have all the permissions in the
-    # world; their permissions will get checked when they log in and
-    # actually try to make the change.
-    my $unknown_privileges = !$user->id
-                             || $user->in_group("editbugs");
+    my $prod_id = $self->{'product_id'};
+
+    my $unknown_privileges = $user->in_group('editbugs', $prod_id);
     my $canedit = $unknown_privileges
                   || $user->id == $self->{assigned_to_id}
                   || (Bugzilla->params->{'useqacontact'}
                       && $self->{'qa_contact_id'}
                       && $user->id == $self->{qa_contact_id});
     my $canconfirm = $unknown_privileges
-                     || $user->in_group("canconfirm");
+                     || $user->in_group('canconfirm', $prod_id);
     my $isreporter = $user->id
                      && $user->id == $self->{reporter_id};
 
@@ -1300,12 +1319,16 @@ sub bug_alias_to_id {
 #####################################################################
 
 sub AppendComment {
-    my ($bugid, $whoid, $comment, $isprivate, $timestamp, $work_time) = @_;
+    my ($bugid, $whoid, $comment, $isprivate, $timestamp, $work_time,
+        $type, $extra_data) = @_;
     $work_time ||= 0;
+    $type ||= CMT_NORMAL;
     my $dbh = Bugzilla->dbh;
 
     ValidateTime($work_time, "work_time") if $work_time;
     trick_taint($work_time);
+    detaint_natural($type)
+      || ThrowCodeError('bad_arg', {argument => 'type', function => 'AppendComment'});
 
     # Use the date/time we were given if possible (allowing calling code
     # to synchronize the comment's timestamp with those of other records).
@@ -1314,7 +1337,7 @@ sub AppendComment {
     $comment =~ s/\r\n/\n/g;     # Handle Windows-style line endings.
     $comment =~ s/\r/\n/g;       # Handle Mac-style line endings.
 
-    if ($comment =~ /^\s*$/) {  # Nothin' but whitespace
+    if ($comment =~ /^\s*$/ && !$type) {  # Nothin' but whitespace
         return;
     }
 
@@ -1323,17 +1346,52 @@ sub AppendComment {
     trick_taint($comment); 
     my $privacyval = $isprivate ? 1 : 0 ;
     $dbh->do(q{INSERT INTO longdescs
-                      (bug_id, who, bug_when, thetext, isprivate, work_time)
-               VALUES (?,?,?,?,?,?)}, undef,
-             ($bugid, $whoid, $timestamp, $comment, $privacyval, $work_time));
+                      (bug_id, who, bug_when, thetext, isprivate, work_time,
+                       type, extra_data)
+               VALUES (?, ?, ?, ?, ?, ?, ?, ?)}, undef,
+             ($bugid, $whoid, $timestamp, $comment, $privacyval, $work_time,
+              $type, $extra_data));
     $dbh->do("UPDATE bugs SET delta_ts = ? WHERE bug_id = ?",
              undef, $timestamp, $bugid);
 }
 
+sub update_comment {
+    my ($self, $comment_id, $new_comment) = @_;
+
+    # Some validation checks.
+    if ($self->{'error'}) {
+        ThrowCodeError("bug_error", { bug => $self });
+    }
+    detaint_natural($comment_id)
+      || ThrowCodeError('bad_arg', {argument => 'comment_id', function => 'update_comment'});
+
+    # The comment ID must belong to this bug.
+    my @current_comment_obj = grep {$_->{'id'} == $comment_id} @{$self->longdescs};
+    scalar(@current_comment_obj)
+      || ThrowCodeError('bad_arg', {argument => 'comment_id', function => 'update_comment'});
+
+    # If the new comment is undefined, then there is nothing to update.
+    # To delete a comment, an empty string should be passed.
+    return unless defined $new_comment;
+    $new_comment =~ s/\s*$//s;    # Remove trailing whitespaces.
+    $new_comment =~ s/\r\n?/\n/g; # Handle Windows and Mac-style line endings.
+    trick_taint($new_comment);
+
+    # We assume ValidateComment() has already been called earlier.
+    Bugzilla->dbh->do('UPDATE longdescs SET thetext = ? WHERE comment_id = ?',
+                       undef, ($new_comment, $comment_id));
+
+    # Update the comment object with this new text.
+    $current_comment_obj[0]->{'body'} = $new_comment;
+}
+
 # Represents which fields from the bugs table are handled by process_bug.cgi.
 sub editable_bug_fields {
     my @fields = Bugzilla->dbh->bz_table_columns('bugs');
-    foreach my $remove ("bug_id", "creation_ts", "delta_ts", "lastdiffed") {
+    # Obsolete custom fields are not editable.
+    my @obsolete_fields = Bugzilla->get_fields({obsolete => 1, custom => 1});
+    @obsolete_fields = map { $_->name } @obsolete_fields;
+    foreach my $remove ("bug_id", "creation_ts", "delta_ts", "lastdiffed", @obsolete_fields) {
         my $location = lsearch(\@fields, $remove);
         splice(@fields, $location, 1);
     }
@@ -1342,18 +1400,15 @@ sub editable_bug_fields {
     return sort(@fields);
 }
 
-# This method is private and is not to be used outside of the Bug class.
+# XXX - When Bug::update() will be implemented, we should make this routine
+#       a private method.
 sub EmitDependList {
     my ($myfield, $targetfield, $bug_id) = (@_);
     my $dbh = Bugzilla->dbh;
-    my $list_ref =
-        $dbh->selectcol_arrayref(
-          "SELECT dependencies.$targetfield
-             FROM dependencies, bugs
-            WHERE dependencies.$myfield = ?
-              AND bugs.bug_id = dependencies.$targetfield
-         ORDER BY dependencies.$targetfield",
-         undef, ($bug_id));
+    my $list_ref = $dbh->selectcol_arrayref(
+          "SELECT $targetfield FROM dependencies
+            WHERE $myfield = ? ORDER BY $targetfield",
+            undef, $bug_id);
     return $list_ref;
 }
 
@@ -1387,23 +1442,34 @@ sub ValidateTime {
 }
 
 sub GetComments {
-    my ($id, $comment_sort_order) = (@_);
+    my ($id, $comment_sort_order, $start, $end, $raw) = @_;
+    my $dbh = Bugzilla->dbh;
+
     $comment_sort_order = $comment_sort_order ||
         Bugzilla->user->settings->{'comment_sort_order'}->{'value'};
 
     my $sort_order = ($comment_sort_order eq "oldest_to_newest") ? 'asc' : 'desc';
-    my $dbh = Bugzilla->dbh;
+
     my @comments;
-    my $sth = $dbh->prepare(
-            "SELECT  profiles.realname AS name, profiles.login_name AS email,
-            " . $dbh->sql_date_format('longdescs.bug_when', '%Y.%m.%d %H:%i:%s') . "
-               AS time, longdescs.thetext AS body, longdescs.work_time,
-                     isprivate, already_wrapped
-             FROM    longdescs, profiles
-            WHERE    profiles.userid = longdescs.who
-              AND    longdescs.bug_id = ?
-            ORDER BY longdescs.bug_when $sort_order");
-    $sth->execute($id);
+    my @args = ($id);
+
+    my $query = 'SELECT longdescs.comment_id AS id, profiles.realname AS name,
+                        profiles.login_name AS email, ' .
+                        $dbh->sql_date_format('longdescs.bug_when', '%Y.%m.%d %H:%i:%s') .
+                      ' AS time, longdescs.thetext AS body, longdescs.work_time,
+                        isprivate, already_wrapped, type, extra_data
+                   FROM longdescs
+             INNER JOIN profiles
+                     ON profiles.userid = longdescs.who
+                  WHERE longdescs.bug_id = ?';
+    if ($start) {
+        $query .= ' AND longdescs.bug_when > ?
+                    AND longdescs.bug_when <= ?';
+        push(@args, ($start, $end));
+    }
+    $query .= " ORDER BY longdescs.bug_when $sort_order";
+    my $sth = $dbh->prepare($query);
+    $sth->execute(@args);
 
     while (my $comment_ref = $sth->fetchrow_hashref()) {
         my %comment = %$comment_ref;
@@ -1411,6 +1477,9 @@ sub GetComments {
         $comment{'email'} .= Bugzilla->params->{'emailsuffix'};
         $comment{'name'} = $comment{'name'} || $comment{'email'};
 
+        # If raw data is requested, do not format 'special' comments.
+        $comment{'body'} = format_comment(\%comment) unless $raw;
+
         push (@comments, \%comment);
     }
    
@@ -1421,6 +1490,32 @@ sub GetComments {
     return \@comments;
 }
 
+# Format language specific comments. This routine must not update
+# $comment{'body'} itself, see BugMail::prepare_comments().
+sub format_comment {
+    my $comment = shift;
+    my $body;
+
+    if ($comment->{'type'} == CMT_DUPE_OF) {
+        $body = $comment->{'body'} . "\n\n" .
+                get_text('bug_duplicate_of', { dupe_of => $comment->{'extra_data'} });
+    }
+    elsif ($comment->{'type'} == CMT_HAS_DUPE) {
+        $body = get_text('bug_has_duplicate', { dupe => $comment->{'extra_data'} });
+    }
+    elsif ($comment->{'type'} == CMT_POPULAR_VOTES) {
+        $body = get_text('bug_confirmed_by_votes');
+    }
+    elsif ($comment->{'type'} == CMT_MOVED_TO) {
+        $body = $comment->{'body'} . "\n\n" .
+                get_text('bug_moved_to', { login => $comment->{'extra_data'} });
+    }
+    else {
+        $body = $comment->{'body'};
+    }
+    return $body;
+}
+
 # Get the activity of a bug, starting from $starttime (if given).
 # This routine assumes ValidateBugID has been previously called.
 sub GetBugActivity {
@@ -1745,9 +1840,7 @@ sub CheckIfVotedConfirmed {
                  "VALUES (?, ?, ?, ?, ?, ?)",
                  undef, ($id, $who, $timestamp, $fieldid, '0', '1'));
 
-        AppendComment($id, $who,
-                      "*** This bug has been confirmed by popular vote. ***",
-                      0, $timestamp);
+        AppendComment($id, $who, "", 0, $timestamp, 0, CMT_POPULAR_VOTES);
 
         $ret = 1;
     }
@@ -1814,19 +1907,19 @@ sub check_can_change_field {
     # $PrivilegesRequired = 2 : the assignee or an empowered user;
     # $PrivilegesRequired = 3 : an empowered user.
 
-    # Allow anyone with "editbugs" privs to change anything.
-    if ($user->in_group('editbugs')) {
+    # Allow anyone with (product-specific) "editbugs" privs to change anything.
+    if ($user->in_group('editbugs', $self->{'product_id'})) {
         return 1;
     }
 
-    # *Only* users with "canconfirm" privs can confirm bugs.
+    # *Only* users with (product-specific) "canconfirm" privs can confirm bugs.
     if ($field eq 'canconfirm'
         || ($field eq 'bug_status'
             && $oldvalue eq 'UNCONFIRMED'
             && is_open_state($newvalue)))
     {
         $$PrivilegesRequired = 3;
-        return $user->in_group('canconfirm');
+        return $user->in_group('canconfirm', $self->{'product_id'});
     }
 
     # Make sure that a valid bug ID has been given.
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index f5ad7c095..a4462b7ba 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -50,11 +50,12 @@ use constant BIT_WATCHING  => 2;
 # We need these strings for the X-Bugzilla-Reasons header
 # Note: this hash uses "," rather than "=>" to avoid auto-quoting of the LHS.
 use constant REL_NAMES => {
-    REL_ASSIGNEE, "AssignedTo", 
-    REL_REPORTER, "Reporter",
-    REL_QA      , "QAcontact",
-    REL_CC      , "CC",
-    REL_VOTER   , "Voter"
+    REL_ASSIGNEE      , "AssignedTo", 
+    REL_REPORTER      , "Reporter",
+    REL_QA            , "QAcontact",
+    REL_CC            , "CC",
+    REL_VOTER         , "Voter",
+    REL_GLOBAL_WATCHER, "GlobalWatcher"
 };
 
 sub FormatTriple {
@@ -98,15 +99,14 @@ sub Send {
     my $msg = "";
 
     my $dbh = Bugzilla->dbh;
-    
-    my $fields = $dbh->selectall_arrayref('SELECT name, description, mailhead 
-                                           FROM fielddefs ORDER BY sortkey');
-
-    foreach my $fielddef (@$fields) {
-        my ($field, $description, $mailhead) = @$fielddef;
-        push(@headerlist, $field);
-        $defmailhead{$field} = $mailhead;
-        $fielddescription{$field} = $description;
+
+    # XXX - These variables below are useless. We could use field object
+    # methods directly. But we first have to implement a cache in
+    # Bugzilla->get_fields to avoid querying the DB all the time.
+    foreach my $field (Bugzilla->get_fields({obsolete => 0})) {
+        push(@headerlist, $field->name);
+        $defmailhead{$field->name} = $field->in_new_bugmail;
+        $fielddescription{$field->name} = $field->description;
     }
 
     my %values = %{$dbh->selectrow_hashref(
@@ -219,14 +219,16 @@ sub Send {
     my $diffheader = "";
     my @diffparts;
     my $lastwho = "";
+    my $fullwho;
     my @changedfields;
     foreach my $ref (@$diffs) {
         my ($who, $whoname, $what, $when, $old, $new, $attachid, $fieldname) = (@$ref);
         my $diffpart = {};
         if ($who ne $lastwho) {
             $lastwho = $who;
-            $diffheader = "\n$whoname <$who" . Bugzilla->params->{'emailsuffix'}
-                          . "> changed:\n\n";
+            $fullwho = $whoname ? "$whoname <$who" . Bugzilla->params->{'emailsuffix'} . ">" :
+                                  "$who" . Bugzilla->params->{'emailsuffix'};
+            $diffheader = "\n$fullwho changed:\n\n";
             $diffheader .= FormatTriple("What    ", "Removed", "Added");
             $diffheader .= ('-' x 76) . "\n";
         }
@@ -312,7 +314,7 @@ sub Send {
     }
 
 
-    my ($newcomments, $anyprivate) = get_comments_by_bug($id, $start, $end);
+    my ($raw_comments, $anyprivate, $count) = get_comments_by_bug($id, $start, $end);
 
     ###########################################################################
     # Start of email filtering code
@@ -392,13 +394,24 @@ sub Send {
             push (@{$watching{$watch->[0]}}, $watch->[1]);
         }
     }
-        
+
+    # Global watcher
+    my @watchers = split(/[,\s]+/, Bugzilla->params->{'globalwatchers'});
+    foreach (@watchers) {
+        my $watcher_id = login_to_id($_);
+        next unless $watcher_id;
+        $recipients{$watcher_id}->{+REL_GLOBAL_WATCHER} = BIT_DIRECT;
+    }
+
     # We now have a complete set of all the users, and their relationships to
     # the bug in question. However, we are not necessarily going to mail them
     # all - there are preferences, permissions checks and all sorts to do yet.
     my @sent;
     my @excluded;
 
+    # Some comments are language specific. We cache them here.
+    my %comments;
+
     foreach my $user_id (keys %recipients) {
         my %rels_which_want;
         my $sent_mail = 0;
@@ -407,15 +420,24 @@ sub Send {
         # Deleted users must be excluded.
         next unless $user;
 
-        if ($user->can_see_bug($id))
-        {
+        # What's the language chosen by this user for email?
+        my $lang = $user->settings->{'lang'}->{'value'};
+
+        if ($user->can_see_bug($id)) {
+            # It's time to format language specific comments.
+            unless (exists $comments{$lang}) {
+                Bugzilla->template_inner($lang);
+                $comments{$lang} = prepare_comments($raw_comments, $count);
+                Bugzilla->template_inner("");
+            }
+
             # Go through each role the user has and see if they want mail in
             # that role.
             foreach my $relationship (keys %{$recipients{$user_id}}) {
                 if ($user->wants_bug_mail($id,
                                           $relationship, 
                                           $diffs, 
-                                          $newcomments, 
+                                          $comments{$lang},
                                           $changer,
                                           !$start))
                 {
@@ -462,7 +484,7 @@ sub Send {
                                       \%defmailhead, 
                                       \%fielddescription, 
                                       \@diffparts,
-                                      $newcomments, 
+                                      $comments{$lang},
                                       $anyprivate, 
                                       $start, 
                                       $id,
@@ -567,11 +589,9 @@ sub sendMail {
         $newcomments =~ s/(Created an attachment \(id=([0-9]+)\))/$1\n --> \(${showattachurlbase}$2\)/g;
     }
 
-    my $diffs;
+    my $diffs = $difftext . "\n\n" . $newcomments;
     if ($isnew) {
-        $diffs = $head . "\n\n" . $newcomments;
-    } else {
-        $diffs = $difftext . "\n\n" . $newcomments;
+        $diffs = $head . ($difftext ? "\n\n" : "") . $diffs;
     }
 
     my (@reasons, @reasons_watch);
@@ -625,16 +645,17 @@ sub sendMail {
     };
 
     my $msg;
-    my $template = Bugzilla->template_inner;
+    my $template = Bugzilla->template_inner($user->settings->{'lang'}->{'value'});
     $template->process("email/newchangedmail.txt.tmpl", $vars, \$msg)
       || ThrowTemplateError($template->error());
+    Bugzilla->template_inner("");
 
     MessageToMTA($msg);
 
     return 1;
 }
 
-# Get bug comments for the given period and format them to be used in emails.
+# Get bug comments for the given period.
 sub get_comments_by_bug {
     my ($id, $start, $end) = @_;
     my $dbh = Bugzilla->dbh;
@@ -643,17 +664,6 @@ sub get_comments_by_bug {
     my $count = 0;
     my $anyprivate = 0;
 
-    my $query = 'SELECT profiles.login_name, profiles.realname, ' .
-                        $dbh->sql_date_format('longdescs.bug_when', '%Y.%m.%d %H:%i') . ',
-                        longdescs.thetext, longdescs.isprivate,
-                        longdescs.already_wrapped
-                   FROM longdescs
-             INNER JOIN profiles
-                     ON profiles.userid = longdescs.who
-                  WHERE longdescs.bug_id = ? ';
-
-    my @args = ($id);
-
     # $start will be undef for new bugs, and defined for pre-existing bugs.
     if ($start) {
         # If $start is not NULL, obtain the count-index
@@ -661,29 +671,42 @@ sub get_comments_by_bug {
         $count = $dbh->selectrow_array('SELECT COUNT(*) FROM longdescs
                                         WHERE bug_id = ? AND bug_when <= ?',
                                         undef, ($id, $start));
+    }
 
-        $query .= ' AND longdescs.bug_when > ?
-                    AND longdescs.bug_when <= ? ';
-        push @args, ($start, $end);
+    my $raw = 1; # Do not format comments which are not of type CMT_NORMAL.
+    my $comments = Bugzilla::Bug::GetComments($id, "oldest_to_newest", $start, $end, $raw);
+
+    if (Bugzilla->params->{'insidergroup'}) {
+        $anyprivate = 1 if scalar(grep {$_->{'isprivate'} > 0} @$comments);
     }
 
-    $query .= ' ORDER BY longdescs.bug_when';
-    my $comments = $dbh->selectall_arrayref($query, undef, @args);
+    return ($comments, $anyprivate, $count);
+}
+
+# Prepare comments for the given language.
+sub prepare_comments {
+    my ($raw_comments, $count) = @_;
 
-    foreach (@$comments) {
-        my ($who, $whoname, $when, $text, $isprivate, $already_wrapped) = @$_;
+    my $result = "";
+    foreach my $comment (@$raw_comments) {
         if ($count) {
-            $result .= "\n\n--- Comment #$count from $whoname <$who" .
-                       Bugzilla->params->{'emailsuffix'}. ">  " 
-                       . format_time($when) . " ---\n";
-        }
-        if ($isprivate > 0 && Bugzilla->params->{'insidergroup'}) {
-            $anyprivate = 1;
+            $result .= "\n\n--- Comment #$count from ";
+            if ($comment->{'name'} eq $comment->{'email'}) {
+                $result .= $comment->{'email'} . Bugzilla->params->{'emailsuffix'};
+            } else {
+                $result .= $comment->{'name'} . " <" . $comment->{'email'} .
+                           Bugzilla->params->{'emailsuffix'} . ">";
+            }
+            $result .= "  " . format_time($comment->{'time'}) . " ---\n";
         }
-        $result .= ($already_wrapped ? $text : wrap_comment($text));
+        # Format language specific comments. We don't update $comment->{'body'}
+        # directly, otherwise it would grow everytime you call format_comment()
+        # with a different language as some text may be appended to the existing one.
+        my $body = Bugzilla::Bug::format_comment($comment);
+        $result .= ($comment->{'already_wrapped'} ? $body : wrap_comment($body));
         $count++;
     }
-    return ($result, $anyprivate);
+    return $result;
 }
 
 1;
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm
index b78c077e9..7b76f6af0 100644
--- a/Bugzilla/CGI.pm
+++ b/Bugzilla/CGI.pm
@@ -135,6 +135,31 @@ sub canonicalise_query {
     return join("&", @parameters);
 }
 
+sub clean_search_url {
+    my $self = shift;
+    # Delete any empty URL parameter
+    my @cgi_params = $self->param;
+
+    foreach my $param (@cgi_params) {
+        if (defined $self->param($param) && $self->param($param) eq '') {
+            $self->delete($param);
+            $self->delete("${param}_type");
+        }
+
+        # Boolean Chart stuff is empty if it's "noop"
+        if ($param =~ /\d-\d-\d/ && defined $self->param($param)
+            && $self->param($param) eq 'noop')
+        {
+            $self->delete($param);
+        }
+    }
+
+    # Delete certain parameters if the associated parameter is empty.
+    $self->delete('bugidtype')  if !$self->param('bug_id');
+    $self->delete('emailtype1') if !$self->param('email1');
+    $self->delete('emailtype2') if !$self->param('email2');
+}
+
 # Overwrite to ensure nph doesn't get set, and unset HEADERS_ONCE
 sub multipart_init {
     my $self = shift;
@@ -166,7 +191,19 @@ sub multipart_init {
 # Have to add the cookies in.
 sub multipart_start {
     my $self = shift;
-    my $headers = $self->SUPER::multipart_start(@_);
+    
+    my %args = @_;
+
+    # CGI.pm::multipart_start doesn't accept a -charset parameter, so
+    # we do it ourselves here
+    if (defined $args{-charset} && defined $args{-type}) {
+        # Remove any existing charset specifier
+        $args{-type} =~ s/;.*$//;
+        # and add the specified one
+        $args{-type} .= "; charset=$args{-charset}";
+    }
+        
+    my $headers = $self->SUPER::multipart_start(%args);
     # Eliminate the one extra CRLF at the end.
     $headers =~ s/$CGI::CRLF$//;
     # Add the cookies. We have to do it this way instead of
diff --git a/Bugzilla/CVS/Entries b/Bugzilla/CVS/Entries
index 76f2884e4..57d92dcba 100644
--- a/Bugzilla/CVS/Entries
+++ b/Bugzilla/CVS/Entries
@@ -1,36 +1,36 @@
-/.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-2_23_3
-/Attachment.pm/1.40/Sat Oct 14 21:04:55 2006//TBUGZILLA-2_23_3
-/Auth.pm/1.20/Wed Jul 12 11:51:43 2006//TBUGZILLA-2_23_3
-/Bug.pm/1.159/Sat Oct  7 17:54:57 2006//TBUGZILLA-2_23_3
-/BugMail.pm/1.95/Fri Sep 22 23:17:41 2006//TBUGZILLA-2_23_3
-/CGI.pm/1.29/Tue Sep  5 18:54:05 2006//TBUGZILLA-2_23_3
-/Chart.pm/1.14/Tue Jun 27 10:54:05 2006//TBUGZILLA-2_23_3
-/Classification.pm/1.10/Sun Jul 16 23:22:53 2006//TBUGZILLA-2_23_3
-/Component.pm/1.12/Wed Sep 20 21:57:57 2006//TBUGZILLA-2_23_3
-/Config.pm/1.68/Mon Sep 18 22:16:44 2006//TBUGZILLA-2_23_3
-/Constants.pm/1.55/Sun Oct 15 08:34:15 2006//TBUGZILLA-2_23_3
-/DB.pm/1.88/Mon Sep 18 22:16:44 2006//TBUGZILLA-2_23_3
-/Error.pm/1.19/Wed Oct  4 20:20:59 2006//TBUGZILLA-2_23_3
-/Field.pm/1.22/Mon Sep 18 20:20:11 2006//TBUGZILLA-2_23_3
-/Flag.pm/1.78/Tue Sep 19 21:47:49 2006//TBUGZILLA-2_23_3
-/FlagType.pm/1.37/Thu Aug 24 15:56:39 2006//TBUGZILLA-2_23_3
-/Group.pm/1.17/Thu Sep 14 06:57:29 2006//TBUGZILLA-2_23_3
-/Hook.pm/1.5/Thu Sep  7 23:41:32 2006//TBUGZILLA-2_23_3
-/Install.pm/1.9/Thu Sep 14 06:57:29 2006//TBUGZILLA-2_23_3
-/Keyword.pm/1.7/Tue Sep  5 19:18:26 2006//TBUGZILLA-2_23_3
-/Mailer.pm/1.5/Thu Aug  3 19:49:19 2006//TBUGZILLA-2_23_3
-/Milestone.pm/1.7/Thu Oct  6 18:45:46 2005//TBUGZILLA-2_23_3
-/Object.pm/1.9/Fri Sep  8 23:11:40 2006//TBUGZILLA-2_23_3
-/Product.pm/1.20/Thu Aug  3 19:40:26 2006//TBUGZILLA-2_23_3
-/Search.pm/1.142/Fri Oct  6 17:21:27 2006//TBUGZILLA-2_23_3
-/Series.pm/1.14/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_3
-/Template.pm/1.64/Sat Oct 14 20:26:50 2006//TBUGZILLA-2_23_3
-/Token.pm/1.49/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/Update.pm/1.4/Mon Jul  3 09:08:43 2006//TBUGZILLA-2_23_3
-/User.pm/1.134/Sat Oct 14 21:04:55 2006//TBUGZILLA-2_23_3
-/Util.pm/1.55/Sat Oct 14 20:26:50 2006//TBUGZILLA-2_23_3
-/Version.pm/1.10/Tue Jul 18 23:50:12 2006//TBUGZILLA-2_23_3
-/WebService.pm/1.3/Wed Oct  4 20:20:59 2006//TBUGZILLA-2_23_3
+/.cvsignore/1.1/Mon Aug 26 22:24:55 2002//TBUGZILLA-2_23_4
+/Attachment.pm/1.44/Tue Jan 16 22:50:02 2007//TBUGZILLA-2_23_4
+/Auth.pm/1.20/Wed Jul 12 11:51:43 2006//TBUGZILLA-2_23_4
+/Bug.pm/1.171/Sun Jan 28 21:19:12 2007//TBUGZILLA-2_23_4
+/BugMail.pm/1.102/Wed Jan 10 16:21:00 2007//TBUGZILLA-2_23_4
+/CGI.pm/1.31/Mon Nov 13 03:07:57 2006//TBUGZILLA-2_23_4
+/Chart.pm/1.14/Tue Jun 27 10:54:05 2006//TBUGZILLA-2_23_4
+/Classification.pm/1.11/Tue Dec 19 08:38:49 2006//TBUGZILLA-2_23_4
+/Component.pm/1.15/Fri Dec 22 18:10:21 2006//TBUGZILLA-2_23_4
+/Config.pm/1.70/Sat Dec  9 11:51:34 2006//TBUGZILLA-2_23_4
+/Constants.pm/1.67/Fri Feb  2 23:10:38 2007//TBUGZILLA-2_23_4
+/DB.pm/1.93/Sat Dec 16 16:30:22 2006//TBUGZILLA-2_23_4
+/Error.pm/1.19/Wed Oct  4 20:20:59 2006//TBUGZILLA-2_23_4
+/Field.pm/1.24/Wed Dec 20 05:14:24 2006//TBUGZILLA-2_23_4
+/Flag.pm/1.80/Thu Jan  4 17:48:17 2007//TBUGZILLA-2_23_4
+/FlagType.pm/1.37/Thu Aug 24 15:56:39 2006//TBUGZILLA-2_23_4
+/Group.pm/1.19/Fri Nov  3 23:16:47 2006//TBUGZILLA-2_23_4
+/Hook.pm/1.7/Tue Dec 19 06:43:10 2006//TBUGZILLA-2_23_4
+/Install.pm/1.12/Thu Dec 28 18:16:42 2006//TBUGZILLA-2_23_4
+/Keyword.pm/1.7/Tue Sep  5 19:18:26 2006//TBUGZILLA-2_23_4
+/Mailer.pm/1.6/Thu Nov  2 23:31:59 2006//TBUGZILLA-2_23_4
+/Milestone.pm/1.8/Tue Dec 19 10:35:42 2006//TBUGZILLA-2_23_4
+/Object.pm/1.11/Tue Dec 19 06:39:28 2006//TBUGZILLA-2_23_4
+/Product.pm/1.24/Tue Dec 19 10:35:42 2006//TBUGZILLA-2_23_4
+/Search.pm/1.145/Mon Jan 22 04:49:35 2007//TBUGZILLA-2_23_4
+/Series.pm/1.14/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_4
+/Template.pm/1.67/Sun Dec 31 00:45:07 2006//TBUGZILLA-2_23_4
+/Token.pm/1.52/Mon Nov 20 19:05:49 2006//TBUGZILLA-2_23_4
+/Update.pm/1.5/Sun Jan 21 16:04:56 2007//TBUGZILLA-2_23_4
+/User.pm/1.147/Sun Jan  7 11:17:59 2007//TBUGZILLA-2_23_4
+/Util.pm/1.56/Fri Oct 20 18:52:24 2006//TBUGZILLA-2_23_4
+/Version.pm/1.11/Tue Dec 19 06:41:46 2006//TBUGZILLA-2_23_4
+/WebService.pm/1.4/Tue Nov 14 19:10:52 2006//TBUGZILLA-2_23_4
 D/Attachment////
 D/Auth////
 D/Config////
diff --git a/Bugzilla/CVS/Tag b/Bugzilla/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/CVS/Tag
+++ b/Bugzilla/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Classification.pm b/Bugzilla/Classification.pm
index 3d264b704..37ae3a0cc 100644
--- a/Bugzilla/Classification.pm
+++ b/Bugzilla/Classification.pm
@@ -106,12 +106,8 @@ sub products {
             SELECT id FROM products
             WHERE classification_id = ?
             ORDER BY name}, undef, $self->id);
- 
-        my @products;
-        foreach my $product_id (@$product_ids) {
-            push (@products, new Bugzilla::Product($product_id));
-        }
-        $self->{'products'} = \@products;
+
+        $self->{'products'} = Bugzilla::Product->new_from_list($product_ids);
     }
     return $self->{'products'};
 }
diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm
index 4b9856feb..a615e7ae5 100644
--- a/Bugzilla/Component.pm
+++ b/Bugzilla/Component.pm
@@ -21,6 +21,8 @@ use strict;
 
 package Bugzilla::Component;
 
+use base qw(Bugzilla::Object);
+
 use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::User;
@@ -30,68 +32,51 @@ use Bugzilla::FlagType;
 ####    Initialization     ####
 ###############################
 
+use constant DB_TABLE => 'components';
+
 use constant DB_COLUMNS => qw(
-    components.id
-    components.name
-    components.product_id
-    components.initialowner
-    components.initialqacontact
-    components.description
+    id
+    name
+    product_id
+    initialowner
+    initialqacontact
+    description
 );
 
-our $columns = join(", ", DB_COLUMNS);
-
 ###############################
 ####       Methods         ####
 ###############################
 
 sub new {
-    my $invocant = shift;
-    my $class = ref($invocant) || $invocant;
-    my $self = {};
-    bless($self, $class);
-    return $self->_init(@_);
-}
-
-sub _init {
-    my $self = shift;
-    my ($param) = (@_);
+    my $class = shift;
+    my $param = shift;
     my $dbh = Bugzilla->dbh;
 
-    my $id = $param unless (ref $param eq 'HASH');
-    my $component;
-
-    if (defined $id) {
-        detaint_natural($id)
-          || ThrowCodeError('param_must_be_numeric',
-                            {function => 'Bugzilla::Component::_init'});
-
-        $component = $dbh->selectrow_hashref(qq{
-            SELECT $columns FROM components
-            WHERE id = ?}, undef, $id);
-
-    } elsif (defined $param->{'product_id'}
-        && detaint_natural($param->{'product_id'})
-        && defined $param->{'name'}) {
-
-        trick_taint($param->{'name'});
-
-        $component = $dbh->selectrow_hashref(qq{
-            SELECT $columns FROM components
-            WHERE name = ? AND product_id = ?}, undef,
-            ($param->{'name'}, $param->{'product_id'}));
-    } else {
-        ThrowCodeError('bad_arg',
-            {argument => 'param',
-             function => 'Bugzilla::Component::_init'});
+    my $product;
+    if (ref $param) {
+        $product = $param->{product};
+        my $name = $param->{name};
+        if (!defined $product) {
+            ThrowCodeError('bad_arg',
+                {argument => 'product',
+                 function => "${class}::new"});
+        }
+        if (!defined $name) {
+            ThrowCodeError('bad_arg',
+                {argument => 'name',
+                 function => "${class}::new"});
+        }
+
+        my $condition = 'product_id = ? AND name = ?';
+        my @values = ($product->id, $name);
+        $param = { condition => $condition, values => \@values };
     }
 
-    return undef unless (defined $component);
-
-    foreach my $field (keys %$component) {
-        $self->{$field} = $component->{$field};
-    }
-    return $self;
+    unshift @_, $param;
+    my $component = $class->SUPER::new(@_);
+    # Add the product object as attribute only if the component exists.
+    $component->{product} = $product if ($component && $product);
+    return $component;
 }
 
 sub bug_count {
@@ -171,6 +156,15 @@ sub initial_cc {
     return $self->{'initial_cc'};
 }
 
+sub product {
+    my $self = shift;
+    if (!defined $self->{'product'}) {
+        require Bugzilla::Product; # We cannot |use| it.
+        $self->{'product'} = new Bugzilla::Product($self->product_id);
+    }
+    return $self->{'product'};
+}
+
 ###############################
 ####      Accessors        ####
 ###############################
@@ -195,8 +189,8 @@ sub check_component {
     }
 
     my $component =
-        new Bugzilla::Component({product_id => $product->id,
-                                 name       => $comp_name});
+        new Bugzilla::Component({product => $product,
+                                 name    => $comp_name});
     unless ($component) {
         ThrowUserError('component_not_valid',
                        {'product' => $product->name,
@@ -218,8 +212,8 @@ Bugzilla::Component - Bugzilla product component class.
     use Bugzilla::Component;
 
     my $component = new Bugzilla::Component(1);
-    my $component = new Bugzilla::Component({product_id => 1,
-                                             name       => 'AcmeComp'});
+    my $component = new Bugzilla::Component({product => $product,
+                                             name    => 'AcmeComp'});
 
     my $bug_count          = $component->bug_count();
     my $bug_ids            = $component->bug_ids();
@@ -229,7 +223,8 @@ Bugzilla::Component - Bugzilla product component class.
     my $product_id         = $component->product_id;
     my $default_assignee   = $component->default_assignee;
     my $default_qa_contact = $component->default_qa_contact;
-    my $initial_cc         = $component->initial_cc
+    my $initial_cc         = $component->initial_cc;
+    my $product            = $component->product;
     my $bug_flag_types     = $component->flag_types->{'bug'};
     my $attach_flag_types  = $component->flag_types->{'attachment'};
 
@@ -305,6 +300,14 @@ Initial CC List.
 
   Returns:     Two references to an array of flagtype objects.
 
+=item C<product()>
+
+  Description: Returns the product the component belongs to.
+
+  Params:      none.
+
+  Returns:     A Bugzilla::Product object.
+
 =back
 
 =head1 SUBROUTINES
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 1423c1196..85c9d6dec 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -100,7 +100,7 @@ sub SetParam {
 
 sub update_params {
     my ($params) = @_;
-    my $answer = $params->{answer} || {};
+    my $answer = Bugzilla->installation_answers;
 
     my $param = read_param_file();
 
@@ -171,6 +171,19 @@ sub update_params {
         delete $param->{'enablequips'};
     }
 
+    # Old mail_delivery_method choices contained no uppercase characters
+    if (exists $param->{'mail_delivery_method'}
+        && $param->{'mail_delivery_method'} !~ /[A-Z]/) {
+        my $method = $param->{'mail_delivery_method'};
+        my %translation = (
+            'sendmail' => 'Sendmail',
+            'smtp'     => 'SMTP',
+            'qmail'    => 'Qmail',
+            'testfile' => 'Test',
+            'none'     => 'None');
+        $param->{'mail_delivery_method'} = $translation{$method};
+    }
+
     # --- DEFAULTS FOR NEW PARAMS ---
 
     _load_params unless %params;
@@ -216,7 +229,7 @@ sub update_params {
     }
 
     if (ON_WINDOWS && !-e SENDMAIL_EXE
-        && $param->{'mail_delivery_method'} eq 'sendmail')
+        && $param->{'mail_delivery_method'} eq 'Sendmail')
     {
         my $smtp = $answer->{'SMTP_SERVER'};
         if (!$smtp) {
@@ -233,7 +246,7 @@ sub update_params {
             }
         }
 
-        $param->{'mail_delivery_method'} = 'smtp';
+        $param->{'mail_delivery_method'} = 'SMTP';
     }
 
     write_params($param);
diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm
index 6b0cf7683..65ebc1b79 100644
--- a/Bugzilla/Config/Auth.pm
+++ b/Bugzilla/Config/Auth.pm
@@ -93,7 +93,7 @@ sub get_param_list {
   {
    name => 'loginnetmask',
    type => 't',
-   default => '32',
+   default => '0',
    checker => \&check_netmask
   },
 
diff --git a/Bugzilla/Config/CVS/Entries b/Bugzilla/Config/CVS/Entries
index a028ea6e7..15822ec4a 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-2_23_3
-/Attachment.pm/1.3/Mon Apr 17 20:19:35 2006//TBUGZILLA-2_23_3
-/Auth.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_3
-/BugChange.pm/1.2/Fri Oct 14 17:54:56 2005//TBUGZILLA-2_23_3
-/BugFields.pm/1.4/Mon Jun 19 20:15:18 2006//TBUGZILLA-2_23_3
-/BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_3
-/Common.pm/1.11/Thu Jul 13 18:37:08 2006//TBUGZILLA-2_23_3
-/Core.pm/1.5/Fri Jul 14 06:04:21 2006//TBUGZILLA-2_23_3
-/DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_3
-/GroupSecurity.pm/1.8/Mon Aug  7 23:05:00 2006//TBUGZILLA-2_23_3
-/L10n.pm/1.2/Mon Jun 19 20:15:18 2006//TBUGZILLA-2_23_3
-/LDAP.pm/1.2/Fri Jun  2 11:52:48 2006//TBUGZILLA-2_23_3
-/MTA.pm/1.10/Mon Aug 14 19:45:15 2006//TBUGZILLA-2_23_3
-/PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_3
-/Query.pm/1.3/Mon Feb 20 23:32:08 2006//TBUGZILLA-2_23_3
-/ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_3
-/UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_3
+/Admin.pm/1.2/Thu Oct 13 09:04:04 2005//TBUGZILLA-2_23_4
+/Attachment.pm/1.3/Mon Apr 17 20:19:35 2006//TBUGZILLA-2_23_4
+/Auth.pm/1.2/Sat Nov 11 09:18:55 2006//TBUGZILLA-2_23_4
+/BugChange.pm/1.2/Fri Oct 14 17:54:56 2005//TBUGZILLA-2_23_4
+/BugFields.pm/1.4/Mon Jun 19 20:15:18 2006//TBUGZILLA-2_23_4
+/BugMove.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_4
+/Common.pm/1.14/Mon Nov 27 18:31:36 2006//TBUGZILLA-2_23_4
+/Core.pm/1.7/Sat Nov 18 15:10:11 2006//TBUGZILLA-2_23_4
+/DependencyGraph.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_4
+/GroupSecurity.pm/1.8/Mon Aug  7 23:05:00 2006//TBUGZILLA-2_23_4
+/L10n.pm/1.2/Mon Jun 19 20:15:18 2006//TBUGZILLA-2_23_4
+/LDAP.pm/1.2/Fri Jun  2 11:52:48 2006//TBUGZILLA-2_23_4
+/MTA.pm/1.14/Sat Dec  9 16:39:18 2006//TBUGZILLA-2_23_4
+/PatchViewer.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_4
+/Query.pm/1.3/Mon Feb 20 23:32:08 2006//TBUGZILLA-2_23_4
+/ShadowDB.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_4
+/UserMatch.pm/1.1/Wed Oct 12 08:51:53 2005//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Config/CVS/Tag b/Bugzilla/Config/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Config/CVS/Tag
+++ b/Bugzilla/Config/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm
index 30b484468..0d6db5257 100644
--- a/Bugzilla/Config/Common.pm
+++ b/Bugzilla/Config/Common.pm
@@ -34,6 +34,7 @@ package Bugzilla::Config::Common;
 use strict;
 
 use Socket;
+use Time::Zone;
 
 use Bugzilla::Util;
 use Bugzilla::Constants;
@@ -47,6 +48,7 @@ use base qw(Exporter);
        check_opsys check_shadowdb check_urlbase check_webdotbase
        check_netmask check_user_verify_class check_image_converter
        check_languages check_mail_delivery_method check_notification
+       check_timezone check_utf8
 );
 
 # Checking functions for the various values
@@ -112,6 +114,18 @@ sub check_sslbase {
     return "";
 }
 
+sub check_utf8 {
+    my $utf8 = shift;
+    # You cannot turn off the UTF-8 parameter if you've already converted
+    # your tables to utf-8.
+    my $dbh = Bugzilla->dbh;
+    if ($dbh->isa('Bugzilla::DB::Mysql') && $dbh->bz_db_is_utf8 && !$utf8) {
+        return "You cannot disable UTF-8 support, because your MySQL database"
+               . " is encoded in UTF-8";
+    }
+    return "";
+}
+
 sub check_priority {
     my ($value) = (@_);
     my $legal_priorities = get_legal_field_values('priority');
@@ -310,6 +324,14 @@ sub check_notification {
     return "";
 }
 
+sub check_timezone {
+    my $tz = shift;
+    unless (defined(tz_offset($tz))) {
+        return "must be empty or a legal timezone name, such as PDT or JST";
+    }
+    return "";
+}
+
 
 # OK, here are the parameter definitions themselves.
 #
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm
index d359d86aa..33eb46ac5 100644
--- a/Bugzilla/Config/Core.pm
+++ b/Bugzilla/Config/Core.pm
@@ -91,12 +91,14 @@ sub get_param_list {
    name => 'timezone',
    type => 't',
    default => '',
+   checker => \&check_timezone
   },
 
   {
    name => 'utf8',
    type => 'b',
    default => '0',
+   checker => \&check_utf8
   },
 
   {
diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm
index 4364db49b..3415677f3 100644
--- a/Bugzilla/Config/MTA.pm
+++ b/Bugzilla/Config/MTA.pm
@@ -34,6 +34,7 @@ package Bugzilla::Config::MTA;
 use strict;
 
 use Bugzilla::Config::Common;
+use Email::Send;
 
 $Bugzilla::Config::MTA::sortkey = "10";
 
@@ -43,13 +44,19 @@ sub get_param_list {
   {
    name => 'mail_delivery_method',
    type => 's',
-   choices => $^O =~ /MSWin32/i 
-                  ? ['smtp', 'testfile', 'sendmail', 'none']
-                  : ['sendmail', 'smtp', 'qmail', 'testfile', 'none'],
-   default => 'sendmail',
+   # Bugzilla is not ready yet to send mails to newsgroups, and 'IO'
+   # is of no use for now as we already have our own 'Test' mode.
+   choices => [grep {$_ ne 'NNTP' && $_ ne 'IO'} Email::Send->new()->all_mailers(), 'None'],
+   default => 'Sendmail',
    checker => \&check_mail_delivery_method
   },
 
+  {
+   name => 'mailfrom',
+   type => 't',
+   default => 'bugzilla-daemon'
+  },
+
   {
    name => 'sendmailnow',
    type => 'b',
@@ -67,7 +74,13 @@ sub get_param_list {
    type => 't',
    default => 7,
    checker => \&check_numeric
-  } );
+  },
+  
+  {
+   name => 'globalwatchers',
+   type => 't',
+   default => '',
+  }, );
   return @param_list;
 }
 
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index ff79d9c6a..3b867fe40 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -81,11 +81,17 @@ use File::Basename;
 
     COMMENT_COLS
 
+    CMT_NORMAL
+    CMT_DUPE_OF
+    CMT_HAS_DUPE
+    CMT_POPULAR_VOTES
+    CMT_MOVED_TO
+
     UNLOCK_ABORT
     THROW_ERROR
     
     RELATIONSHIPS
-    REL_ASSIGNEE REL_QA REL_REPORTER REL_CC REL_VOTER 
+    REL_ASSIGNEE REL_QA REL_REPORTER REL_CC REL_VOTER REL_GLOBAL_WATCHER
     REL_ANY
     
     POS_EVENTS
@@ -101,8 +107,10 @@ use File::Basename;
     FULLTEXT_BUGLIST_LIMIT
 
     ADMIN_GROUP_NAME
+    PER_PRODUCT_PRIVILEGES
 
     SENDMAIL_EXE
+    SENDMAIL_PATH
 
     FIELD_TYPE_UNKNOWN
     FIELD_TYPE_FREETEXT
@@ -113,11 +121,15 @@ use File::Basename;
     USAGE_MODE_BROWSER
     USAGE_MODE_CMDLINE
     USAGE_MODE_WEBSERVICE
+    USAGE_MODE_EMAIL
 
     ERROR_MODE_WEBPAGE
     ERROR_MODE_DIE
     ERROR_MODE_DIE_SOAP_FAULT
 
+    INSTALLATION_MODE_INTERACTIVE
+    INSTALLATION_MODE_NON_INTERACTIVE
+
     DB_MODULE
     ROOT_USER
     ON_WINDOWS
@@ -125,6 +137,8 @@ use File::Basename;
     MAX_TOKEN_AGE
 
     SAFE_PROTOCOLS
+
+    MAX_LEN_QUERY_NAME
 );
 
 @Bugzilla::Constants::EXPORT_OK = qw(contenttypes);
@@ -132,7 +146,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "2.23.3";
+use constant BUGZILLA_VERSION => "2.23.4";
 
 #
 # ControlMap constants for group_control_map.
@@ -226,6 +240,13 @@ use constant LIST_OF_BUGS => 1;
 # The column length for displayed (and wrapped) bug comments.
 use constant COMMENT_COLS => 80;
 
+# The type of bug comments.
+use constant CMT_NORMAL => 0;
+use constant CMT_DUPE_OF => 1;
+use constant CMT_HAS_DUPE => 2;
+use constant CMT_POPULAR_VOTES => 3;
+use constant CMT_MOVED_TO => 4;
+
 # used by Bugzilla::DB to indicate that tables are being unlocked
 # because of error
 use constant UNLOCK_ABORT => 1;
@@ -239,9 +260,10 @@ use constant REL_QA                 => 1;
 use constant REL_REPORTER           => 2;
 use constant REL_CC                 => 3;
 use constant REL_VOTER              => 4;
+use constant REL_GLOBAL_WATCHER     => 5;
 
 use constant RELATIONSHIPS => REL_ASSIGNEE, REL_QA, REL_REPORTER, REL_CC, 
-                              REL_VOTER;
+                              REL_VOTER, REL_GLOBAL_WATCHER;
                               
 # Used for global events like EVT_FLAG_REQUESTED
 use constant REL_ANY                => 100;
@@ -287,8 +309,13 @@ use constant FULLTEXT_BUGLIST_LIMIT => 200;
 # Default administration group name.
 use constant ADMIN_GROUP_NAME => 'admin';
 
+# Privileges which can be per-product.
+use constant PER_PRODUCT_PRIVILEGES => ('editcomponents', 'editbugs', 'canconfirm');
+
 # Path to sendmail.exe (Windows only)
 use constant SENDMAIL_EXE => '/usr/lib/sendmail.exe';
+# Paths to search for the sendmail binary (non-Windows)
+use constant SENDMAIL_PATH => '/usr/lib:/usr/sbin:/usr/ucblib';
 
 # Field types.  Match values in fielddefs.type column.  These are purposely
 # not named after database column types, since Bugzilla fields comprise not
@@ -317,6 +344,7 @@ use constant BUG_STATE_OPEN => ('NEW', 'REOPENED', 'ASSIGNED',
 use constant USAGE_MODE_BROWSER    => 0;
 use constant USAGE_MODE_CMDLINE    => 1;
 use constant USAGE_MODE_WEBSERVICE => 2;
+use constant USAGE_MODE_EMAIL      => 3;
 
 # Error modes. Default set by Bugzilla->usage_mode (so ERROR_MODE_WEBPAGE
 # usually). Use with Bugzilla->error_mode.
@@ -324,13 +352,28 @@ use constant ERROR_MODE_WEBPAGE        => 0;
 use constant ERROR_MODE_DIE            => 1;
 use constant ERROR_MODE_DIE_SOAP_FAULT => 2;
 
+# The various modes that checksetup.pl can run in.
+use constant INSTALLATION_MODE_INTERACTIVE => 0;
+use constant INSTALLATION_MODE_NON_INTERACTIVE => 1;
+
 # Data about what we require for different databases.
 use constant DB_MODULE => {
-    'mysql' => {db => 'Bugzilla::DB::Mysql', db_version => '4.0.14',
-                dbd => 'DBD::mysql', dbd_version => '2.9003',
+    'mysql' => {db => 'Bugzilla::DB::Mysql', db_version => '4.1.2',
+                dbd => { 
+                    package => 'DBD-mysql',
+                    module  => 'DBD::mysql',
+                    version => '2.9003',
+                    # Certain versions are broken, development versions are
+                    # always disallowed.
+                    blacklist => ['^3\.000[3-6]', '_'],
+                },
                 name => 'MySQL'},
     'pg'    => {db => 'Bugzilla::DB::Pg', db_version => '8.00.0000',
-                dbd => 'DBD::Pg', dbd_version => '1.45',
+                dbd => {
+                    package => 'DBD-Pg',
+                    module  => 'DBD::Pg',
+                    version => '1.45',
+                },
                 name => 'PostgreSQL'},
 };
 
@@ -341,6 +384,9 @@ use constant ROOT_USER => $^O =~ /MSWin32/i ? 'Administrator' : 'root';
 # True if we're on Win32.
 use constant ON_WINDOWS => ($^O =~ /MSWin32/i);
 
+# The longest that a saved search name can be.
+use constant MAX_LEN_QUERY_NAME => 64;
+
 sub bz_locations {
     # We know that Bugzilla/Constants.pm must be in %INC at this point.
     # So the only question is, what's the name of the directory
@@ -387,7 +433,7 @@ sub bz_locations {
         # change showdependencygraph.cgi to set image_url to the correct 
         # location.
         # The script should really generate these graphs directly...
-        'webdotdir'   => "$datadir/webdot",
+        'webdotdir'   => "$libpath/$datadir/webdot",
         'extensionsdir' => "$libpath/extensions",
     };
 }
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 6bb3b1255..9f517a8e7 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -130,18 +130,23 @@ sub bz_check_requirements {
             . bz_locations()->{'localconfig'};
     }
 
+    die("It is not safe to run Bugzilla inside the 'mysql' database.\n"
+        . "Please pick a different value for \$db_name in localconfig.")
+        if $lc->{db_name} eq 'mysql';
+
     # Check the existence and version of the DBD that we need.
     my $dbd        = $db->{dbd};
-    my $dbd_ver    = $db->{dbd_version};
     my $sql_server = $db->{name};
     my $sql_want   = $db->{db_version};
-    unless (have_vers($dbd, $dbd_ver, $output)) {
+    unless (have_vers($dbd, $output)) {
         my $command = install_command($dbd);
         my $root    = ROOT_USER;
+        my $dbd_mod = $dbd->{module};
+        my $dbd_ver = $dbd->{version};
         my $version = $dbd_ver ? " $dbd_ver or higher" : '';
         print <<EOT;
 
-For $sql_server, Bugzilla requires that perl's ${dbd}${version} be 
+For $sql_server, Bugzilla requires that perl's $dbd_mod $dbd_ver or later be
 installed. To install this module, run the following command (as $root):
 
     $command
@@ -196,8 +201,14 @@ sub bz_create_database {
         print "Creating database $db_name...\n";
 
         # Try to create the DB, and if we fail print a friendly error.
-        if (!eval { $dbh->do("CREATE DATABASE $db_name") }) {
-            my $error = $dbh->errstr;
+        my $success  = eval {
+            my @sql = $dbh->_bz_schema->get_create_database_sql($db_name);
+            # This ends with 1 because this particular do doesn't always
+            # return something.
+            $dbh->do($_) foreach @sql; 1;
+        };
+        if (!$success) {
+            my $error = $dbh->errstr || $@;
             chomp($error);
             print STDERR  "The '$db_name' database could not be created.",
                           " The error returned was:\n\n    $error\n\n",
@@ -221,7 +232,7 @@ sub _get_no_db_connection {
     if (!$conn_success) {
         my $sql_server = DB_MODULE->{lc($lc->{db_driver})}->{name};
         # Can't use $dbh->errstr because $dbh is undef.
-        my $error = $DBI::errstr;
+        my $error = $DBI::errstr || $@;
         chomp($error);
         print STDERR "There was an error connecting to $sql_server:\n\n",
                      "    $error\n\n", _bz_connect_error_reasons();
@@ -587,6 +598,8 @@ sub _bz_add_table_raw {
 sub bz_add_field_table {
     my ($self, $name) = @_;
     my $table_schema = $self->_bz_schema->FIELD_TABLE_SCHEMA;
+    # We do nothing if the table already exists.
+    return if $self->bz_table_info($name);
     my $indexes      = $table_schema->{INDEXES};
     # $indexes is an arrayref, not a hash. In order to fix the keys,
     # we have to fix every other item.
diff --git a/Bugzilla/DB/CVS/Entries b/Bugzilla/DB/CVS/Entries
index 1f8bf70b4..939cd2f20 100644
--- a/Bugzilla/DB/CVS/Entries
+++ b/Bugzilla/DB/CVS/Entries
@@ -1,4 +1,4 @@
-/Mysql.pm/1.41/Sat Jul 29 11:50:02 2006//TBUGZILLA-2_23_3
-/Pg.pm/1.21/Thu Aug 10 23:44:49 2006//TBUGZILLA-2_23_3
-/Schema.pm/1.74/Wed Sep 20 21:57:57 2006//TBUGZILLA-2_23_3
+/Mysql.pm/1.48/Sat Dec  9 11:51:34 2006//TBUGZILLA-2_23_4
+/Pg.pm/1.23/Mon Nov 20 04:28:01 2006//TBUGZILLA-2_23_4
+/Schema.pm/1.80/Tue Dec 19 10:35:43 2006//TBUGZILLA-2_23_4
 D/Schema////
diff --git a/Bugzilla/DB/CVS/Tag b/Bugzilla/DB/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/DB/CVS/Tag
+++ b/Bugzilla/DB/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm
index 2f23e8345..a8210a972 100644
--- a/Bugzilla/DB/Mysql.pm
+++ b/Bugzilla/DB/Mysql.pm
@@ -43,6 +43,7 @@ package Bugzilla::DB::Mysql;
 
 use strict;
 
+use Bugzilla::Constants;
 use Bugzilla::Util;
 use Bugzilla::Error;
 
@@ -59,12 +60,33 @@ sub new {
     
     my $self = $class->db_new($dsn, $user, $pass);
 
+    # This makes sure that if the tables are encoded as UTF-8, we
+    # return their data correctly.
+    $self->do("SET NAMES utf8") if Bugzilla->params->{'utf8'};
+
     # all class local variables stored in DBI derived class needs to have
     # a prefix 'private_'. See DBI documentation.
     $self->{private_bz_tables_locked} = "";
 
     bless ($self, $class);
     
+    # Bug 321645 - disable MySQL strict mode, if set
+    my ($var, $sql_mode) = $self->selectrow_array(
+        "SHOW VARIABLES LIKE 'sql\\_mode'");
+
+    if ($sql_mode) {
+        # STRICT_TRANS_TABLE or STRICT_ALL_TABLES enable MySQL strict mode,
+        # causing bug 321645. TRADITIONAL sets these modes (among others) as
+        # well, so it has to be stipped as well
+        my $new_sql_mode =
+            join(",", grep {$_ !~ /^STRICT_(?:TRANS|ALL)_TABLES|TRADITIONAL$/}
+                            split(/,/, $sql_mode));
+
+        if ($sql_mode ne $new_sql_mode) {
+            $self->do("SET SESSION sql_mode = ?", undef, $new_sql_mode);
+        }
+    }
+
     return $self;
 }
 
@@ -328,7 +350,7 @@ sub bz_setup_database {
                   . "If you would like to cancel, press Ctrl-C now..."
                   . " (Waiting 45 seconds...)\n\n";
             # Wait 45 seconds for them to respond.
-            sleep(45);
+            sleep(45) unless Bugzilla->installation_answers->{NO_PAUSE};
         }
         print "Renaming indexes...\n";
 
@@ -528,6 +550,108 @@ sub bz_setup_database {
                    MAX_ROWS=100000");
     }
 
+    # Convert the database to UTF-8 if the utf8 parameter is on.
+    if (Bugzilla->params->{'utf8'} && !$self->bz_db_is_utf8) {
+        print <<EOT;
+
+WARNING: We are about to convert your table storage format to UTF8. This
+         allows Bugzilla to correctly store and sort international characters.
+         However, if you have any non-UTF-8 data in your database,
+         it ***WILL BE DELETED*** by this process. So, before
+         you continue with checksetup.pl, if you have any non-UTF-8
+         data (or even if you're not sure) you should press Ctrl-C now
+         to interrupt checksetup.pl, and run contrib/recode.pl to make all 
+         the data in your database into UTF-8. You should also back up your
+         database before continuing.
+
+         If you ever used a version of Bugzilla before 2.22, we STRONGLY
+         recommend that you stop checksetup.pl NOW and run contrib/recode.pl.
+
+EOT
+
+        if (!Bugzilla->installation_answers->{NO_PAUSE}) {
+            if (Bugzilla->installation_mode == 
+                INSTALLATION_MODE_NON_INTERACTIVE) 
+            {
+                print <<EOT;
+         Re-run checksetup.pl in interactive mode (without an 'answers' file)
+         to continue.
+EOT
+                exit;
+            }
+            else {
+                print "         Press Enter to continue or Ctrl-C to exit...";
+                getc;
+            }
+        }
+
+        print "Converting table storage format to UTF-8. This may take a",
+              " while.\n";
+        foreach my $table ($self->bz_table_list_real) {
+            my $info_sth = $self->prepare("SHOW FULL COLUMNS FROM $table");
+            $info_sth->execute();
+            while (my $column = $info_sth->fetchrow_hashref) {
+                # Our conversion code doesn't work on enum fields, but they
+                # all go away later in checksetup anyway.
+                next if $column->{Type} =~ /enum/i;
+
+                # If this particular column isn't stored in utf-8
+                if ($column->{Collation}
+                    && $column->{Collation} ne 'NULL' 
+                    && $column->{Collation} !~ /utf8/) 
+                {
+                    my $name = $column->{Field};
+
+                    # The code below doesn't work on a field with a FULLTEXT
+                    # index. So we drop it. The upgrade code will re-create
+                    # it later.
+                    if ($table eq 'longdescs' && $name eq 'thetext') {
+                        $self->bz_drop_index('longdescs', 
+                                             'longdescs_thetext_idx');
+                    }
+                    if ($table eq 'bugs' && $name eq 'short_desc') {
+                        $self->bz_drop_index('bugs', 'bugs_short_desc_idx');
+                    }
+
+                    print "Converting $table.$name to be stored as UTF-8...\n";
+                    my $col_info = 
+                        $self->bz_column_info_real($table, $name);
+
+                    # CHANGE COLUMN doesn't take PRIMARY KEY
+                    delete $col_info->{PRIMARYKEY};
+
+                    my $sql_def = $self->_bz_schema->get_type_ddl($col_info);
+                    # We don't want MySQL to actually try to *convert*
+                    # from our current charset to UTF-8, we just want to
+                    # transfer the bytes directly. This is how we do that.
+
+                    # The CHARACTER SET part of the definition has to come
+                    # right after the type, which will always come first.
+                    my ($binary, $utf8) = ($sql_def, $sql_def);
+                    my $type = $self->_bz_schema->convert_type($col_info->{TYPE});
+                    $binary =~ s/(\Q$type\E)/$1 CHARACTER SET binary/;
+                    $utf8   =~ s/(\Q$type\E)/$1 CHARACTER SET utf8/;
+                    $self->do("ALTER TABLE $table CHANGE COLUMN $name $name 
+                              $binary");
+                    $self->do("ALTER TABLE $table CHANGE COLUMN $name $name 
+                              $utf8");
+                }
+            }
+
+            $self->do("ALTER TABLE $table DEFAULT CHARACTER SET utf8");
+        } # foreach my $table (@tables)
+
+        my $db_name = Bugzilla->localconfig->{db_name};
+        $self->do("ALTER DATABASE $db_name CHARACTER SET utf8");
+    }
+}
+
+sub bz_db_is_utf8 {
+    my $self = shift;
+    my $db_collation = $self->selectrow_arrayref(
+        "SHOW VARIABLES LIKE 'character_set_database'");
+    # First column holds the variable name, second column holds the value.
+    return $db_collation->[1] =~ /utf8/ ? 1 : 0;
 }
 
 
diff --git a/Bugzilla/DB/Pg.pm b/Bugzilla/DB/Pg.pm
index 98bfc5903..f6a520936 100644
--- a/Bugzilla/DB/Pg.pm
+++ b/Bugzilla/DB/Pg.pm
@@ -62,7 +62,11 @@ sub new {
     # construct the DSN from the parameters we got
     my $dsn = "DBI:Pg:host=$host;dbname=$dbname";
     $dsn .= ";port=$port" if $port;
-   
+
+    # This stops Pg from printing out lots of "NOTICE" messages when
+    # creating tables.
+    $dsn .= ";options='-c client_min_messages=warning'";
+
     my $self = $class->db_new($dsn, $user, $pass);
 
     # all class local variables stored in DBI derived class needs to have
@@ -207,6 +211,15 @@ sub bz_unlock_tables {
     }
 }
 
+# Tell us whether or not a particular sequence exists in the DB.
+sub bz_sequence_exists {
+    my ($self, $seq_name) = @_;
+    my $exists = $self->selectrow_array(
+        'SELECT 1 FROM pg_statio_user_sequences WHERE relname = ?',
+        undef, $seq_name);
+    return $exists || 0;
+}
+
 #####################################################################
 # Custom Database Setup
 #####################################################################
@@ -236,6 +249,16 @@ sub bz_setup_database {
     _fix_case_differences('products', 'name');
     $self->bz_add_index('products', 'products_name_lower_idx',
         {FIELDS => ['LOWER(name)'], TYPE => 'UNIQUE'});
+
+    # bz_rename_column didn't correctly rename the sequence.
+    if ($self->bz_column_info('fielddefs', 'id')
+        && $self->bz_sequence_exists('fielddefs_fieldid_seq')) 
+    {
+        print "Fixing fielddefs_fieldid_seq sequence...\n";
+        $self->do("ALTER TABLE fielddefs_fieldid_seq RENAME TO fielddefs_id_seq");
+        $self->do("ALTER TABLE fielddefs ALTER COLUMN id
+                    SET DEFAULT NEXTVAL('fielddefs_id_seq')");
+    }
 }
 
 # Renames things that differ only in case.
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 4235be5ad..661677319 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -276,6 +276,9 @@ use constant ABSTRACT_SCHEMA => {
                                 DEFAULT => 'FALSE'},
             already_wrapped => {TYPE => 'BOOLEAN', NOTNULL => 1,
                                 DEFAULT => 'FALSE'},
+            type            => {TYPE => 'INT2', NOTNULL => 1,
+                                DEFAULT => '0'},
+            extra_data      => {TYPE => 'varchar(255)'}
         ],
         INDEXES => [
             longdescs_bug_id_idx   => ['bug_id'],
@@ -487,6 +490,8 @@ use constant ABSTRACT_SCHEMA => {
 
     versions => {
         FIELDS => [
+            id         =>  {TYPE => 'MEDIUMSERIAL', NOTNULL => 1,
+                            PRIMARYKEY => 1},
             value      =>  {TYPE => 'varchar(64)', NOTNULL => 1},
             product_id =>  {TYPE => 'INT2', NOTNULL => 1},
         ],
@@ -498,6 +503,8 @@ use constant ABSTRACT_SCHEMA => {
 
     milestones => {
         FIELDS => [
+            id         => {TYPE => 'MEDIUMSERIAL', NOTNULL => 1, 
+                           PRIMARYKEY => 1},
             product_id => {TYPE => 'INT2', NOTNULL => 1},
             value      => {TYPE => 'varchar(20)', NOTNULL => 1},
             sortkey    => {TYPE => 'INT2', NOTNULL => 1,
@@ -777,6 +784,12 @@ use constant ABSTRACT_SCHEMA => {
             membercontrol => {TYPE => 'BOOLEAN', NOTNULL => 1},
             othercontrol  => {TYPE => 'BOOLEAN', NOTNULL => 1},
             canedit       => {TYPE => 'BOOLEAN', NOTNULL => 1},
+            editcomponents => {TYPE => 'BOOLEAN', NOTNULL => 1,
+                               DEFAULT => 'FALSE'},
+            editbugs      => {TYPE => 'BOOLEAN', NOTNULL => 1,
+                              DEFAULT => 'FALSE'},
+            canconfirm    => {TYPE => 'BOOLEAN', NOTNULL => 1,
+                              DEFAULT => 'FALSE'},
         ],
         INDEXES => [
             group_control_map_product_id_idx =>
@@ -1296,7 +1309,7 @@ sub get_type_ddl {
     }
 
     my $fkref = $self->{enable_references} ? $finfo->{REFERENCES} : undef;
-    my $type_ddl = $self->{db_specific}{$type} || $type;
+    my $type_ddl = $self->convert_type($type);
     # DEFAULT attribute must appear before any column constraints
     # (e.g., NOT NULL), for Oracle
     $type_ddl .= " DEFAULT $default" if (defined($default));
@@ -1307,7 +1320,19 @@ sub get_type_ddl {
     return($type_ddl);
 
 } #eosub--get_type_ddl
-#--------------------------------------------------------------------------
+
+sub convert_type {
+
+=item C<convert_type>
+
+Converts a TYPE from the L</ABSTRACT_SCHEMA> format into the real SQL type.
+
+=cut
+
+    my ($self, $type) = @_;
+    return $self->{db_specific}->{$type} || $type;
+}
+
 sub get_column {
 =item C<get_column($table, $column)>
 
@@ -1377,7 +1402,12 @@ sub get_table_columns {
     return @columns;
 
 } #eosub--get_table_columns
-#--------------------------------------------------------------------------
+
+sub get_create_database_sql {
+    my ($self, $name) = @_;
+    return ("CREATE DATABASE $name");
+}
+
 sub get_table_ddl {
 
 =item C<get_table_ddl>
@@ -1465,10 +1495,10 @@ sub _get_create_index_ddl {
 
 =cut
 
-    my($self, $table_name, $index_name, $index_fields, $index_type) = @_;
+    my ($self, $table_name, $index_name, $index_fields, $index_type) = @_;
 
     my $sql = "CREATE ";
-    $sql .= "$index_type " if ($index_type eq 'UNIQUE');
+    $sql .= "$index_type " if ($index_type && $index_type eq 'UNIQUE');
     $sql .= "INDEX $index_name ON $table_name \(" .
       join(", ", @$index_fields) . "\)";
 
diff --git a/Bugzilla/DB/Schema/CVS/Entries b/Bugzilla/DB/Schema/CVS/Entries
index 11f416ca6..f8c5c233a 100644
--- a/Bugzilla/DB/Schema/CVS/Entries
+++ b/Bugzilla/DB/Schema/CVS/Entries
@@ -1,3 +1,3 @@
-/Mysql.pm/1.13/Mon Jun 19 14:53:56 2006//TBUGZILLA-2_23_3
-/Pg.pm/1.12/Mon Sep 18 13:49:04 2006//TBUGZILLA-2_23_3
+/Mysql.pm/1.14/Sat Nov 18 15:10:11 2006//TBUGZILLA-2_23_4
+/Pg.pm/1.13/Tue Oct 31 23:27:31 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/DB/Schema/CVS/Tag b/Bugzilla/DB/Schema/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/DB/Schema/CVS/Tag
+++ b/Bugzilla/DB/Schema/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/DB/Schema/Mysql.pm b/Bugzilla/DB/Schema/Mysql.pm
index 0069dcc7f..d7cd708a2 100644
--- a/Bugzilla/DB/Schema/Mysql.pm
+++ b/Bugzilla/DB/Schema/Mysql.pm
@@ -129,7 +129,9 @@ sub _get_create_table_ddl {
 
     my($self, $table) = @_;
 
-    return($self->SUPER::_get_create_table_ddl($table) . ' TYPE = MYISAM');
+    my $charset = Bugzilla->dbh->bz_db_is_utf8 ? "CHARACTER SET utf8" : '';
+    return($self->SUPER::_get_create_table_ddl($table) 
+           . " ENGINE = MYISAM $charset");
 
 } #eosub--_get_create_table_ddl
 #------------------------------------------------------------------------------
@@ -150,6 +152,16 @@ sub _get_create_index_ddl {
 } #eosub--_get_create_index_ddl
 #--------------------------------------------------------------------
 
+sub get_create_database_sql {
+    my ($self, $name) = @_;
+    # We only create as utf8 if we have no params (meaning we're doing
+    # a new installation) or if the utf8 param is on.
+    my $create_utf8 = Bugzilla->params->{'utf8'} 
+                      || !defined Bugzilla->params->{'utf8'};
+    my $charset = $create_utf8 ? "CHARACTER SET utf8" : '';
+    return ("CREATE DATABASE $name $charset");
+}
+
 # MySQL has a simpler ALTER TABLE syntax than ANSI.
 sub get_alter_column_ddl {
     my ($self, $table, $column, $new_def, $set_nulls_to) = @_;
diff --git a/Bugzilla/DB/Schema/Pg.pm b/Bugzilla/DB/Schema/Pg.pm
index 21b0c6d96..0101a1e43 100644
--- a/Bugzilla/DB/Schema/Pg.pm
+++ b/Bugzilla/DB/Schema/Pg.pm
@@ -92,8 +92,16 @@ sub _initialize {
 
 sub get_rename_column_ddl {
     my ($self, $table, $old_name, $new_name) = @_;
-
-    return ("ALTER TABLE $table RENAME COLUMN $old_name TO $new_name");
+    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, "ALTER TABLE ${table}_${old_name}_seq 
+                      RENAME TO ${table}_${new_name}_seq");
+        push(@sql, "ALTER TABLE $table ALTER COLUMN $new_name 
+                    SET DEFAULT NEXTVAL('${table}_${new_name}_seq')");
+    }
+    return @sql;
 }
 
 sub _get_alter_type_sql {
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm
index 602ab5e4d..dd885cd55 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -43,8 +43,8 @@ Bugzilla::Field - a particular piece of information about bugs
   print Dumper(Bugzilla::Field->match({ obsolete => 1, custom => 1 }));
 
   # Create or update a custom field or field definition.
-  my $field = Bugzilla::Field::create_or_update(
-    {name => 'hilarity', desc => 'Hilarity', custom => 1});
+  my $field = Bugzilla::Field->create(
+    {name => 'cf_silly', description => 'Silly', custom => 1});
 
   # Instantiate a Field object for an existing field.
   my $field = new Bugzilla::Field({name => 'qacontact_accessible'});
@@ -99,6 +99,26 @@ use constant DB_COLUMNS => (
     'enter_bug',
 );
 
+use constant REQUIRED_CREATE_FIELDS => qw(name description);
+
+use constant VALIDATORS => {
+    custom      => \&_check_custom,
+    description => \&_check_description,
+    enter_bug   => \&_check_enter_bug,
+    mailhead    => \&_check_mailhead,
+    obsolete    => \&_check_obsolete,
+    sortkey     => \&_check_sortkey,
+    type        => \&_check_type,
+};
+
+use constant UPDATE_COLUMNS => qw(
+    description
+    mailhead
+    sortkey
+    obsolete
+    enter_bug
+);
+
 # How various field types translate into SQL data definitions.
 use constant SQL_DEFINITIONS => {
     # Using commas because these are constants and they shouldn't
@@ -148,6 +168,7 @@ use constant DEFAULT_FIELDS => (
     {name => 'creation_ts', desc => 'Creation date', in_new_bugmail => 1},
     {name => 'delta_ts', desc => 'Last changed date', in_new_bugmail => 1},
     {name => 'longdesc',              desc => 'Comment'},
+    {name => 'longdescs.isprivate',   desc => 'Comment is private'},
     {name => 'alias',                 desc => 'Alias'},
     {name => 'everconfirmed',         desc => 'Ever Confirmed'},
     {name => 'reporter_accessible',   desc => 'Reporter Accessible'},
@@ -168,6 +189,76 @@ use constant DEFAULT_FIELDS => (
     {name => "owner_idle_time",       desc => "Time Since Assignee Touched"},
 );
 
+##############
+# Validators #
+##############
+
+sub _check_custom { return $_[1] ? 1 : 0; }
+
+sub _check_description {
+    my ($invocant, $desc) = @_;
+    $desc = clean_text($desc);
+    $desc || ThrowUserError('field_missing_description');
+    return $desc;
+}
+
+sub _check_enter_bug { return $_[1] ? 1 : 0; }
+
+sub _check_mailhead { return $_[1] ? 1 : 0; }
+
+sub _check_name {
+    my ($invocant, $name, $is_custom) = @_;
+    $name = clean_text($name);
+    $name || ThrowUserError('field_missing_name');
+
+    # Don't want to allow a name that might mess up SQL.
+    my $name_regex = qr/^[\w\.]+$/;
+    # Custom fields have more restrictive name requirements than
+    # standard fields.
+    $name_regex = qr/^\w+$/ if $is_custom;
+    # Custom fields can't be named just "cf_", and there is no normal
+    # field named just "cf_".
+    ($name =~ $name_regex && $name ne "cf_")
+         || ThrowUserError('field_invalid_name', { name => $name });
+
+    # If it's custom, prepend cf_ to the custom field name to distinguish 
+    # it from standard fields.
+    if ($name !~ /^cf_/ && $is_custom) {
+        $name = 'cf_' . $name;
+    }
+
+    # Assure the name is unique. Names can't be changed, so we don't have
+    # to worry about what to do on updates.
+    my $field = new Bugzilla::Field({ name => $name });
+    ThrowUserError('field_already_exists', {'field' => $field }) if $field;
+
+    return $name;
+}
+
+sub _check_obsolete { return $_[1] ? 1 : 0; }
+
+sub _check_sortkey {
+    my ($invocant, $sortkey) = @_;
+    my $skey = $sortkey;
+    if (!defined $skey || $skey eq '') {
+        ($sortkey) = Bugzilla->dbh->selectrow_array(
+            'SELECT MAX(sortkey) + 100 FROM fielddefs') || 100;
+    }
+    detaint_natural($sortkey)
+        || ThrowUserError('field_invalid_sortkey', { sortkey => $skey });
+    return $sortkey;
+}
+
+sub _check_type {
+    my ($invocant, $type) = @_;
+    my $saved_type = $type;
+    # FIELD_TYPE_SINGLE_SELECT here should be updated every time a new,
+    # higher field type is added.
+    (detaint_natural($type) && $type <= FIELD_TYPE_SINGLE_SELECT)
+      || ThrowCodeError('invalid_customfield_type', { type => $saved_type });
+    return $type;
+}
+
 =pod
 
 =head2 Instance Properties
@@ -290,98 +381,105 @@ sub legal_values {
 
 =pod
 
-=head2 Class Methods
+=head2 Instance Mutators
+
+These set the particular field that they are named after.
+
+They take a single value--the new value for that field.
+
+They will throw an error if you try to set the values to something invalid.
 
 =over
 
-=item C<create_or_update({name => $name, desc => $desc, in_new_bugmail => 0, custom => 0})>
+=item C<set_description>
 
-Description: Creates a new field, or updates one that
-             already exists with the same name.
+=item C<set_enter_bug>
 
-Params:      This function takes named parameters in a hashref: 
-             C<name> - string - The name of the field.
-             C<desc> - string - The field label to display in the UI.
-             C<in_new_bugmail> - boolean - Whether this field appears at the
-                 top of the bugmail for a newly-filed bug.
+=item C<set_obsolete>
 
-             The following parameters are optional:
-             C<custom> - boolean - True if this is a Custom Field. The field
-                 will be added to the C<bugs> table if it does not exist.
-             C<sortkey> - integer - The sortkey of the field.
-             C<editable_on_enter_bug> - boolean - Whether this field is
-                 editable on the bug creation form.
-             C<is_obsolete> - boolean - Whether this field is obsolete.
+=item C<set_sortkey>
 
-Returns:     a C<Bugzilla::Field> object.
+=item C<set_in_new_bugmail>
 
 =back
 
 =cut
 
-sub create_or_update {
-    my ($params) = @_;
-    my $dbh = Bugzilla->dbh;
+sub set_description    { $_[0]->set('description', $_[1]); }
+sub set_enter_bug      { $_[0]->set('enter_bug',   $_[1]); }
+sub set_obsolete       { $_[0]->set('obsolete',    $_[1]); }
+sub set_sortkey        { $_[0]->set('sortkey',     $_[1]); }
+sub set_in_new_bugmail { $_[0]->set('mailhead',    $_[1]); }
 
-    my $name           = $params->{name};
-    my $custom         = $params->{custom} ? 1 : 0;
-    my $in_new_bugmail = $params->{in_new_bugmail} ? 1 : 0;
-    my $type           = $params->{type} || FIELD_TYPE_UNKNOWN;
+=pod
 
-    my $field = new Bugzilla::Field({name => $name});
-    if ($field) {
-        # Both fields are mandatory.
-        my @columns = ('description', 'mailhead');
-        my @values = ($params->{desc}, $in_new_bugmail);
+=head2 Class Methods
 
-        if (exists $params->{sortkey}) {
-            push(@columns, 'sortkey');
-            push(@values, $params->{sortkey} || 0);
-        }
-        if (exists $params->{editable_on_enter_bug}) {
-            push(@columns, 'enter_bug');
-            push(@values, $params->{editable_on_enter_bug} ? 1 : 0);
-        }
-        if (exists $params->{is_obsolete}) {
-            push(@columns, 'obsolete');
-            push(@values, $params->{is_obsolete} ? 1 : 0);
-        }
-        my $columns = join(', ', map {"$_ = ?"} @columns);
-        # Update the already-existing definition.
-        $dbh->do("UPDATE fielddefs SET $columns WHERE id = ?",
-                  undef, (@values, $field->id));
-    }
-    else {
-        my $sortkey     = $params->{sortkey} || 0;
-        my $enter_bug   = $params->{editable_on_enter_bug} ? 1 : 0;
-        my $is_obsolete = $params->{is_obsolete} ? 1 : 0;
+=over
 
-        $sortkey ||= $dbh->selectrow_array(
-            "SELECT MAX(sortkey) + 100 FROM fielddefs") || 100;
+=item C<create>
 
-        # Add the field to the list of fields at this Bugzilla installation.
-        $dbh->do("INSERT INTO fielddefs (name, description, sortkey, type,
-                                         custom, mailhead, obsolete, enter_bug)
-                       VALUES (?, ?, ?, ?, ?, ?, ?, ?)", undef,
-                 $name, $params->{desc}, $sortkey, $type, $custom, 
-                 $in_new_bugmail, $is_obsolete, $enter_bug);
-    }
+Just like L<Bugzilla::Object/create>. Takes the following parameters:
+
+=over
+
+=item C<name> B<Required> - The name of the field.
+
+=item C<description> B<Required> - The field label to display in the UI.
+
+=item C<mailhead> - boolean - Whether this field appears at the
+top of the bugmail for a newly-filed bug. Defaults to 0.
+
+=item C<custom> - boolean - True if this is a Custom Field. The field
+will be added to the C<bugs> table if it does not exist. Defaults to 0.
+
+=item C<sortkey> - integer - The sortkey of the field. Defaults to 0.
+
+=item C<enter_bug> - boolean - Whether this field is
+editable on the bug creation form. Defaults to 0.
+
+C<obsolete> - boolean - Whether this field is obsolete. Defaults to 0.
+
+=back
+
+=back
+
+=cut
+
+sub create {
+    my $class = shift;
+    my $field = $class->SUPER::create(@_);
 
-    if (!$dbh->bz_column_info('bugs', $name) && $custom) {
+    my $dbh = Bugzilla->dbh;
+    if ($field->custom) {
+        my $name = $field->name;
+        my $type = $field->type;
         # Create the database column that stores the data for this field.
         $dbh->bz_add_column('bugs', $name, SQL_DEFINITIONS->{$type});
+
+        if ($type == FIELD_TYPE_SINGLE_SELECT) {
+            # Create the table that holds the legal values for this field.
+            $dbh->bz_add_field_table($name);
+            # And insert a default value of "---" into it.
+            $dbh->do("INSERT INTO $name (value) VALUES ('---')");
+        }
     }
 
-    if ($custom && !$dbh->bz_table_info($name)
-        && $type eq FIELD_TYPE_SINGLE_SELECT)
-    {
-        # Create the table that holds the legal values for this field.
-        $dbh->bz_add_field_table($name);
-        # And insert a default value of "---" into it.
-        $dbh->do("INSERT INTO $name (value) VALUES ('---')");
+    return $field;
+}
+
+sub run_create_validators {
+    my $class = shift;
+    my $dbh = Bugzilla->dbh;
+    my $params = $class->SUPER::run_create_validators(@_);
+
+    $params->{name} = $class->_check_name($params->{name}, $params->{custom});
+    if (!exists $params->{sortkey}) {
+        $params->{sortkey} = $dbh->selectrow_array(
+            "SELECT MAX(sortkey) + 100 FROM fielddefs") || 100;
     }
 
-    return new Bugzilla::Field({name => $name});
+    return $params;
 }
 
 
@@ -508,8 +606,22 @@ sub populate_field_definitions {
     my $dbh = Bugzilla->dbh;
 
     # ADD and UPDATE field definitions
-    foreach my $definition (DEFAULT_FIELDS) {
-        create_or_update($definition);
+    foreach my $def (DEFAULT_FIELDS) {
+        my $field = new Bugzilla::Field({ name => $def->{name} });
+        if ($field) {
+            $field->set_description($def->{desc});
+            $field->set_in_new_bugmail($def->{in_new_bugmail});
+            $field->update();
+        }
+        else {
+            if (exists $def->{in_new_bugmail}) {
+                $def->{mailhead} = $def->{in_new_bugmail};
+                delete $def->{in_new_bugmail};
+            }
+            $def->{description} = $def->{desc};
+            delete $def->{desc};
+            Bugzilla::Field->create($def);
+        }
     }
 
     # DELETE fields which were added only accidentally, or which
@@ -583,8 +695,9 @@ sub populate_field_definitions {
 
     # This field has to be created separately, or the above upgrade code
     # might not run properly.
-    Bugzilla::Field::create_or_update(
-        {name => $new_field_name, desc => $field_description});
+    Bugzilla::Field->create({ name => $new_field_name, 
+                              description => $field_description })
+        unless new Bugzilla::Field({ name => $new_field_name });
 
 }
 
diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm
index 072a449f6..9e7483838 100644
--- a/Bugzilla/Flag.pm
+++ b/Bugzilla/Flag.pm
@@ -139,6 +139,11 @@ Returns the user who set the flag, as a Bugzilla::User object.
 Returns the user who has been requested to set the flag, as a
 Bugzilla::User object.
 
+=item C<attachment>
+
+Returns the attachment object the flag belongs to if the flag
+is an attachment flag, else undefined.
+
 =back
 
 =cut
@@ -166,6 +171,15 @@ sub requestee {
     return $self->{'requestee'};
 }
 
+sub attachment {
+    my $self = shift;
+    return undef unless $self->attach_id;
+
+    require Bugzilla::Attachment;
+    $self->{'attachment'} ||= Bugzilla::Attachment->get($self->attach_id);
+    return $self->{'attachment'};
+}
+
 ################################
 ## Searching/Retrieving Flags ##
 ################################
@@ -309,7 +323,7 @@ sub validate {
             ThrowCodeError('flag_type_inactive', {'type' => $flag_type->name});
         }
 
-        _validate(undef, $flag_type, $status, \@requestees, $private_attachment,
+        _validate(undef, $flag_type, $status, undef, \@requestees, $private_attachment,
                   $bug_id, $attach_id);
     }
 
@@ -323,15 +337,16 @@ sub validate {
         my $flag = new Bugzilla::Flag($id);
         $flag || ThrowCodeError("flag_nonexistent", { id => $id });
 
-        _validate($flag, $flag->type, $status, \@requestees, $private_attachment);
+        _validate($flag, $flag->type, $status, undef, \@requestees, $private_attachment);
     }
 }
 
 sub _validate {
-    my ($flag, $flag_type, $status, $requestees, $private_attachment,
+    my ($flag, $flag_type, $status, $setter, $requestees, $private_attachment,
         $bug_id, $attach_id) = @_;
 
-    my $user = Bugzilla->user;
+    # By default, the flag setter (or requester) is the current user.
+    $setter ||= Bugzilla->user;
 
     my $id = $flag ? $flag->id : $flag_type->id; # Used in the error messages below.
     $bug_id ||= $flag->bug_id;
@@ -430,10 +445,10 @@ sub _validate {
     # - User in the request_group can clear pending requests and set flags
     #   and can rerequest set flags.
     return if (($status eq 'X' || $status eq '?')
-               && $user->can_request_flag($flag_type));
+               && $setter->can_request_flag($flag_type));
 
     # - User in the grant_group can set/clear flags, including "+" and "-".
-    return if $user->can_set_flag($flag_type);
+    return if $setter->can_set_flag($flag_type);
 
     # - Any other flag modification is denied
     ThrowUserError('flag_update_denied',
@@ -518,9 +533,10 @@ sub process {
             AND i.type_id IS NULL",
         undef, $bug_id);
 
-    foreach my $flag_id (@$flag_ids) {
-        my $is_retargetted = retarget($flag_id, $bug, $attachment);
-        clear($flag_id, $bug, $attachment) unless $is_retargetted;
+    my $flags = Bugzilla::Flag->new_from_list($flag_ids);
+    foreach my $flag (@$flags) {
+        my $is_retargetted = retarget($flag, $bug);
+        clear($flag, $bug, $flag->attachment) unless $is_retargetted;
     }
 
     $flag_ids = $dbh->selectcol_arrayref(
@@ -533,9 +549,10 @@ sub process {
         AND (bugs.component_id = e.component_id OR e.component_id IS NULL)",
         undef, $bug_id);
 
-    foreach my $flag_id (@$flag_ids) {
-        my $is_retargetted = retarget($flag_id, $bug, $attachment);
-        clear($flag_id, $bug, $attachment) unless $is_retargetted;
+    $flags = Bugzilla::Flag->new_from_list($flag_ids);
+    foreach my $flag (@$flags) {
+        my $is_retargetted = retarget($flag, $bug);
+        clear($flag, $bug, $flag->attachment) unless $is_retargetted;
     }
 
     # Take a snapshot of flags after changes.
@@ -750,7 +767,7 @@ sub modify {
             notify($flag, $bug, $attachment);
         }
         elsif ($status eq 'X') {
-            clear($flag->id, $bug, $attachment);
+            clear($flag, $bug, $attachment);
         }
 
         push(@flags, $flag);
@@ -763,11 +780,11 @@ sub modify {
 
 =over
 
-=item C<retarget($flag_id, $bug, $attachment)>
+=item C<retarget($flag, $bug)>
 
 Change the type of the flag, if possible. The new flag type must have
 the same name as the current flag type, must exist in the product and
-attachment the bug is in, and the current settings of the flag must pass
+component the bug is in, and the current settings of the flag must pass
 validation. If no such flag type can be found, the type remains unchanged.
 
 Retargetting flags is a good way to keep flags when moving bugs from one
@@ -781,16 +798,15 @@ the same meaning, but with different settings.
 =cut
 
 sub retarget {
-    my ($flag_id, $bug, $attachment) = @_;
+    my ($flag, $bug) = @_;
     my $dbh = Bugzilla->dbh;
 
-    my $flag = new Bugzilla::Flag($flag_id);
     # We are looking for flagtypes having the same name as the flagtype
     # to which the current flag belongs, and being in the new product and
     # component of the bug.
     my $flagtypes = Bugzilla::FlagType::match(
                         {'name'         => $flag->name,
-                         'target_type'  => $attachment ? 'attachment' : 'bug',
+                         'target_type'  => $flag->type->target_type,
                          'is_active'    => 1,
                          'product_id'   => $bug->product_id,
                          'component_id' => $bug->component_id});
@@ -801,27 +817,27 @@ sub retarget {
     # If we found at least one, change the type of the flag,
     # assuming the setter/requester is allowed to set/request flags
     # belonging to this flagtype.
+    my $requestee = $flag->requestee ? [$flag->requestee->login] : [];
+    my $is_private = ($flag->attachment) ? $flag->attachment->isprivate : 0;
     my $is_retargetted = 0;
+
     foreach my $flagtype (@$flagtypes) {
         # Get the number of flags of this type already set for this target.
         my $has_flags = count(
-            { 'type_id'     => $flag->type->id,
-              'target_type' => $attachment ? 'attachment' : 'bug',
+            { 'type_id'     => $flagtype->id,
               'bug_id'      => $bug->bug_id,
-              'attach_id'   => $attachment ? $attachment->id : undef });
+              'attach_id'   => $flag->attach_id });
 
         # Do not create a new flag of this type if this flag type is
         # not multiplicable and already has a flag set.
-        next if (!$flag->type->is_multiplicable && $has_flags);
+        next if (!$flagtype->is_multiplicable && $has_flags);
 
         # Check user privileges.
         my $error_mode_cache = Bugzilla->error_mode;
         Bugzilla->error_mode(ERROR_MODE_DIE);
         eval {
-            my $requestee = $flag->requestee ? [$flag->requestee->login] : [];
-            my $is_private = $attachment ? $attachment->isprivate : 0;
-            _validate($flag, $flag->type, $flag->status, $flag->setter,
-                      $requestee, $is_private);
+            _validate(undef, $flagtype, $flag->status, $flag->setter,
+                      $requestee, $is_private, $bug->bug_id, $flag->attach_id);
         };
         Bugzilla->error_mode($error_mode_cache);
         # If the validation failed, then we cannot use this flagtype.
@@ -841,7 +857,7 @@ sub retarget {
 
 =over
 
-=item C<clear($id, $bug, $attachment)>
+=item C<clear($flag, $bug, $attachment)>
 
 Remove a flag from the DB.
 
@@ -850,11 +866,10 @@ Remove a flag from the DB.
 =cut
 
 sub clear {
-    my ($id, $bug, $attachment) = @_;
+    my ($flag, $bug, $attachment) = @_;
     my $dbh = Bugzilla->dbh;
 
-    my $flag = new Bugzilla::Flag($id);
-    $dbh->do('DELETE FROM flags WHERE id = ?', undef, $id);
+    $dbh->do('DELETE FROM flags WHERE id = ?', undef, $flag->id);
 
     # If we cancel a pending request, we have to notify the requester
     # (if he wants to).
@@ -1039,7 +1054,8 @@ sub CancelRequests {
 
     # Take a snapshot of flags before any changes.
     my @old_summaries = snapshot($bug->bug_id, $attachment->id) if ($timestamp);
-    foreach my $flag (@$request_ids) { clear($flag, $bug, $attachment) }
+    my $flags = Bugzilla::Flag->new_from_list($request_ids);
+    foreach my $flag (@$flags) { clear($flag, $bug, $attachment) }
 
     # If $timestamp is undefined, do not update the activity table
     return unless ($timestamp);
diff --git a/Bugzilla/Group.pm b/Bugzilla/Group.pm
index 69c3f51de..c80d2333c 100644
--- a/Bugzilla/Group.pm
+++ b/Bugzilla/Group.pm
@@ -71,11 +71,30 @@ sub is_active    { return $_[0]->{'isactive'};     }
 ####        Methods        ####
 ###############################
 
+sub is_active_bug_group {
+    my $self = shift;
+    return $self->is_active && $self->is_bug_group;
+}
+
 sub _rederive_regexp {
     my ($self) = @_;
     RederiveRegexp($self->user_regexp, $self->id);
 }
 
+sub members_non_inherited {
+    my ($self) = @_;
+    return $self->{members_non_inherited} 
+           if exists $self->{members_non_inherited};
+
+    my $member_ids = Bugzilla->dbh->selectcol_arrayref(
+        'SELECT DISTINCT user_id FROM user_group_map 
+          WHERE isbless = 0 AND group_id = ?',
+        undef, $self->id) || [];
+    require Bugzilla::User;
+    $self->{members_non_inherited} = Bugzilla::User->new_from_list($member_ids);
+    return $self->{members_non_inherited};
+}
+
 ################################
 #####  Module Subroutines    ###
 ################################
@@ -206,6 +225,7 @@ Bugzilla::Group - Bugzilla group class.
     my $description  = $group->description;
     my $user_reg_exp = $group->user_reg_exp;
     my $is_active    = $group->is_active;
+    my $is_active_bug_group = $group->is_active_bug_group;
 
     my $group_id = Bugzilla::Group::ValidateGroupName('admin', @users);
     my @groups   = Bugzilla::Group->get_all;
@@ -240,3 +260,16 @@ be a member of this group.
               and undef otherwise.
 
 =back
+
+=head1 METHODS
+
+=over
+
+=item C<members_non_inherited>
+
+Returns an arrayref of L<Bugzilla::User> objects representing people who are
+"directly" in this group, meaning that they're in it because they match
+the group regular expression, or they have been actually added to the
+group manually.
+
+=back
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index be4a70077..3e784bd0e 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -44,8 +44,8 @@ sub process {
         if (-e $extension.'/code/'.$name.'.pl') {
             Bugzilla->hook_args($args);
             do($extension.'/code/'.$name.'.pl');
-            ThrowCodeError('extension_invalid', {
-                name => $name, extension => $extension }) if $@;
+            ThrowCodeError('extension_invalid', 
+                { errstr => $@, name => $name, extension => $extension }) if $@;
         }
     }
     
@@ -139,6 +139,30 @@ Params:
 
 =back
 
+=head2 install-requirements
+
+Because of the way Bugzilla installation works, there can't be a normal
+hook during the time that F<checksetup.pl> checks what modules are
+installed. (C<Bugzilla::Hook> needs to have those modules installed--it's
+a chicken-and-egg problem.)
+
+So instead of the way hooks normally work, this hook just looks for two 
+subroutines (or constants, since all constants are just subroutines) in 
+your file, called C<OPTIONAL_MODULES> and C<REQUIRED_MODULES>,
+which should return arrayrefs in the same format as C<OPTIONAL_MODULES> and
+C<REQUIRED_MODULES> in L<Bugzilla::Install::Requirements>.
+
+These subroutines will be passed an arrayref that contains the current
+Bugzilla requirements of the same type, in case you want to modify
+Bugzilla's requirements somehow. (Probably the most common would be to
+alter a version number or the "feature" element of C<OPTIONAL_MODULES>.)
+
+F<checksetup.pl> will add these requirements to its own.
+
+Please remember--if you put something in C<REQUIRED_MODULES>, then
+F<checksetup.pl> B<cannot complete> unless the user has that module
+installed! So use C<OPTIONAL_MODULES> whenever you can.
+
 =head2 install-update_db
 
 This happens at the very end of all the tables being updated
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index 18f7473ae..36254a9c1 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -35,7 +35,8 @@ use Bugzilla::User::Setting;
 use Bugzilla::Util qw(get_text);
 use Bugzilla::Version;
 
-use constant SETTINGS => {
+sub SETTINGS {
+    return {
     # 2005-03-03 travis@sedsystems.ca -- Bug 41972
     display_quips      => { options => ["on", "off"], default => "on" },
     # 2005-03-10 travis@sedsystems.ca -- Bug 199048
@@ -56,7 +57,10 @@ use constant SETTINGS => {
                             default => 'cc_unless_role' },
     # 2006-08-04 wurblzap@gmail.com -- Bug 322693
     skin               => { subclass => 'Skin', default => 'standard' },
-
+    # 2006-12-10 LpSolit@gmail.com -- Bug 297186
+    lang               => { options => [split(/[\s,]+/, Bugzilla->params->{'languages'})],
+                            default => Bugzilla->params->{'defaultlanguage'} }
+    }
 };
 
 use constant SYSTEM_GROUPS => (
@@ -110,7 +114,7 @@ use constant SYSTEM_GROUPS => (
 
 use constant DEFAULT_CLASSIFICATION => {
     name        => 'Unclassified',
-    description => 'Unassigned to any classification'
+    description => 'Not assigned to any classification'
 };
 
 use constant DEFAULT_PRODUCT => {
@@ -274,7 +278,7 @@ sub create_admin {
 
     return if $admin_count;
 
-    my %answer    = %{$params->{answer} || {}};
+    my %answer    = %{Bugzilla->installation_answers};
     my $login     = $answer{'ADMIN_EMAIL'};
     my $password  = $answer{'ADMIN_PASSWORD'};
     my $full_name = $answer{'ADMIN_REALNAME'};
diff --git a/Bugzilla/Install/CVS/Entries b/Bugzilla/Install/CVS/Entries
index 2d2436f18..560176d37 100644
--- a/Bugzilla/Install/CVS/Entries
+++ b/Bugzilla/Install/CVS/Entries
@@ -1,5 +1,5 @@
-/DB.pm/1.20/Sat Sep 16 00:18:47 2006//TBUGZILLA-2_23_3
-/Filesystem.pm/1.16/Fri Sep 22 23:01:00 2006//TBUGZILLA-2_23_3
-/Localconfig.pm/1.6/Mon Sep 18 22:16:44 2006//TBUGZILLA-2_23_3
-/Requirements.pm/1.21/Sat Oct 14 20:26:50 2006//TBUGZILLA-2_23_3
+/DB.pm/1.26/Thu Jan 25 15:43:46 2007//TBUGZILLA-2_23_4
+/Filesystem.pm/1.18/Sat Dec  9 11:58:14 2006//TBUGZILLA-2_23_4
+/Localconfig.pm/1.8/Sat Dec  9 11:51:35 2006//TBUGZILLA-2_23_4
+/Requirements.pm/1.28/Wed Dec 13 21:45:12 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Install/CVS/Tag b/Bugzilla/Install/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Install/CVS/Tag
+++ b/Bugzilla/Install/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Install/DB.pm b/Bugzilla/Install/DB.pm
index d1d154c53..00032d15b 100644
--- a/Bugzilla/Install/DB.pm
+++ b/Bugzilla/Install/DB.pm
@@ -13,6 +13,7 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Noel Cragg <noel@red-bean.com>
 
 package Bugzilla::Install::DB;
 
@@ -184,12 +185,16 @@ sub update_table_definitions {
     # 2000-03-24 Added unique indexes into the cc and keyword tables.  This
     # prevents certain database inconsistencies, and, moreover, is required for
     # new generalized list code to work.
-    if (!$dbh->bz_index_info('cc', 'cc_bug_id_idx')->{TYPE}) {
+    if (!$dbh->bz_index_info('cc', 'cc_bug_id_idx')
+        || !$dbh->bz_index_info('cc', 'cc_bug_id_idx')->{TYPE})
+    {
         $dbh->bz_drop_index('cc', 'cc_bug_id_idx');
         $dbh->bz_add_index('cc', 'cc_bug_id_idx',
                            {TYPE => 'UNIQUE', FIELDS => [qw(bug_id who)]});
     }
-    if (!$dbh->bz_index_info('keywords', 'keywords_bug_id_idx')->{TYPE}) {
+    if (!$dbh->bz_index_info('keywords', 'keywords_bug_id_idx')
+        || !$dbh->bz_index_info('keywords', 'keywords_bug_id_idx')->{TYPE})
+    {
         $dbh->bz_drop_index('keywords', 'keywords_bug_id_idx');
         $dbh->bz_add_index('keywords', 'keywords_bug_id_idx',
             {TYPE => 'UNIQUE', FIELDS => [qw(bug_id keywordid)]});
@@ -496,6 +501,24 @@ sub update_table_definitions {
     $dbh->bz_alter_column('longdescs', 'thetext', 
         { TYPE => 'MEDIUMTEXT', NOTNULL => 1 }, '');
 
+    # 2006-10-20 LpSolit@gmail.com - Bug 189627
+    $dbh->bz_add_column('group_control_map', 'editcomponents',
+                        {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 'FALSE'});
+    $dbh->bz_add_column('group_control_map', 'editbugs',
+                        {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 'FALSE'});
+    $dbh->bz_add_column('group_control_map', 'canconfirm',
+                        {TYPE => 'BOOLEAN', NOTNULL => 1, DEFAULT => 'FALSE'});
+
+    # 2006-11-07 LpSolit@gmail.com - Bug 353656
+    $dbh->bz_add_column('longdescs', 'type',
+                        {TYPE => 'INT2', NOTNULL => 1, DEFAULT => '0'});
+    $dbh->bz_add_column('longdescs', 'extra_data', {TYPE => 'varchar(255)'});
+
+    $dbh->bz_add_column('versions', 'id', 
+        {TYPE => 'MEDIUMSERIAL', NOTNULL => 1, PRIMARYKEY => 1});
+    $dbh->bz_add_column('milestones', 'id',
+        {TYPE => 'MEDIUMSERIAL', NOTNULL => 1, PRIMARYKEY => 1});
+
     ################################################################
     # New --TABLE-- changes should go *** A B O V E *** this point #
     ################################################################
@@ -752,8 +775,9 @@ sub _add_unique_login_name_index_to_profiles {
     # declared to be unique.  Sure enough, somehow, I got 22 duplicated entries
     # in my database.  This code detects that, cleans up the duplicates, and
     # then tweaks the table to declare the field to be unique.  What a pain.
-    if (!$dbh->bz_index_info('profiles', 'profiles_login_name_idx') ||
-        !$dbh->bz_index_info('profiles', 'profiles_login_name_idx')->{TYPE}) {
+    if (!$dbh->bz_index_info('profiles', 'profiles_login_name_idx')
+        || !$dbh->bz_index_info('profiles', 'profiles_login_name_idx')->{TYPE})
+    {
         print "Searching for duplicate entries in the profiles table...\n";
         while (1) {
             # This code is weird in that it loops around and keeps doing this
@@ -1357,7 +1381,8 @@ sub _convert_groups_system_from_groupset {
         # so all unique keys are removed first and then added back in
         $dbh->bz_drop_index('groups', 'groups_bit_idx');
         $dbh->bz_drop_index('groups', 'groups_name_idx');
-        if ($dbh->primary_key(undef, undef, 'groups')) {
+        my @primary_key = $dbh->primary_key(undef, undef, 'groups');
+        if (@primary_key) {
             $dbh->do("ALTER TABLE groups DROP PRIMARY KEY");
         }
 
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index c9c090bb0..c13df2893 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -13,6 +13,7 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Bill Barry <after.fallout@gmail.com>
 
 package Bugzilla::Install::Filesystem;
 
@@ -108,6 +109,7 @@ sub FILESYSTEM {
         'testserver.pl'   => { perms => $ws_executable },
         'whine.pl'        => { perms => $ws_executable },
         'customfield.pl'  => { perms => $owner_executable },
+        'email_in.pl'     => { perms => $ws_executable },
 
         'docs/makedocs.pl'   => { perms => $owner_executable },
         'docs/rel_notes.txt' => { perms => $ws_readable },
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm
index 1f5da3108..ed502d8a7 100644
--- a/Bugzilla/Install/Localconfig.pm
+++ b/Bugzilla/Install/Localconfig.pm
@@ -199,6 +199,9 @@ sub read_localconfig {
     my %localconfig;
     if (-e $filename) {
         my $s = new Safe;
+        # Some people like to store their database password in another file.
+        $s->permit('dofile');
+
         $s->rdo($filename);
         if ($@ || $!) {
             my $err_msg = $@ ? $@ : $!;
@@ -272,7 +275,7 @@ sub update_localconfig {
     my ($params) = @_;
 
     my $output      = $params->{output} || 0;
-    my $answer      = $params->{answer} || {};
+    my $answer      = Bugzilla->installation_answers;
     my $localconfig = read_localconfig('include deprecated');
 
     my @new_vars;
@@ -398,7 +401,7 @@ Bugzilla::Install::Localconfig - Functions and variables dealing
 =head1 SYNOPSIS
 
  use Bugzilla::Install::Requirements qw(update_localconfig);
- update_localconfig({ output => 1, answer => \%answer });
+ update_localconfig({ output => 1 });
 
 =head1 DESCRIPTION
 
@@ -450,7 +453,7 @@ Returns:     A hashref of the localconfig variables. If an array
              (and C<OLD_LOCALCONFIG_VARS> if C<$include_deprecated> is
              specified).
 
-=item C<update_localconfig({ output =E<gt> 1, answer =E<gt> \%answer })>
+=item C<update_localconfig({ output =E<gt> 1 })>
 
 Description: Adds any new variables to localconfig that aren't
              currently defined there. Also optionally prints out
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 7dddefd75..a80ee9a14 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -25,13 +25,14 @@ package Bugzilla::Install::Requirements;
 
 use strict;
 
+use List::Util qw(max);
 use POSIX ();
+use Safe;
 
 use base qw(Exporter);
 our @EXPORT = qw(
     REQUIRED_MODULES
     OPTIONAL_MODULES
-    MOD_PERL_MODULES
 
     check_requirements
     check_graphviz
@@ -42,351 +43,401 @@ our @EXPORT = qw(
 );
 
 use Bugzilla::Constants;
-use constant REQUIRED_MODULES => [
+
+# The below two constants are subroutines so that they can implement
+# a hook. Other than that they are actually constants.
+
+# "package" is the perl package we're checking for. "module" is the name
+# of the actual module we load with "require" to see if the package is
+# installed or not. "version" is the version we need, or 0 if we'll accept
+# any version.
+#
+# "blacklist" is an arrayref of regular expressions that describe versions that
+# are 'blacklisted'--that is, even if the version is high enough, Bugzilla
+# will refuse to say that it's OK to run with that version.
+sub REQUIRED_MODULES {
+    my @modules = (
     {
-        name => 'CGI',
+        package => 'CGI',
+        module  => 'CGI',
         version => '2.93'
     },
     {
-        name => 'Date::Format',
+        package => 'TimeDate',
+        module  => 'Date::Format',
         version => '2.21'
     },
     {
-        name => 'DBI',
+        package => 'DBI',
+        module  => 'DBI',
         version => '1.41'
     },
     {
-        name => 'File::Spec',
+        package => 'PathTools',
+        module  => 'File::Spec',
         version => '0.84'
     },
     {
-        name => 'Template',
+        package => 'Template-Toolkit',
+        module  => 'Template',
         version => '2.12'
     },
     {
-        name => 'Mail::Mailer',
-        version => '1.67'
-    },
-    {
-        name => 'MIME::Base64',
+        package => 'MIME-Base64',
+        module  => 'MIME::Base64',
         version => '3.01'
     },
     {
+        package => 'MIME-tools',
         # MIME::Parser is packaged as MIME::Tools on ActiveState Perl
-        name => $^O =~ /MSWin32/i ? 'MIME::Tools' : 'MIME::Parser',
+        module  => ON_WINDOWS ? 'MIME::Tools' : 'MIME::Parser',
         version => '5.406'
     },
-];
+    {
+        package => 'Email-Send',
+        module  => 'Email::Send',
+        version => ON_WINDOWS ? '2.16' : '2.00'
+    },
+    {
+        # This will pull in Email::MIME for us, also. 
+        package => 'Email-MIME-Modifier',
+        module  => 'Email::MIME::Modifier',
+        version => 0
+    },
+    );
 
-use constant OPTIONAL_MODULES => [
+    my $all_modules = _get_extension_requirements(
+        'REQUIRED_MODULES', \@modules);
+    return $all_modules;
+};
+
+sub OPTIONAL_MODULES {
+    my @modules = (
     {
-        name => 'GD',
-        version => '1.20'
+        package => 'GD',
+        module  => 'GD',
+        version => '1.20',
+        feature => 'Graphical Reports, New Charts, Old Charts'
     },
     {
+        package => 'Template-GD',
         # This module tells us whether or not Template-GD is installed
         # on Template-Toolkits after 2.14, and still works with 2.14 and lower.
-        name => 'Template::Plugin::GD::Image',
-        version => 0
+        module  => 'Template::Plugin::GD::Image',
+        version => 0,
+        feature => 'Graphical Reports'
     },
     {
-        name => 'Chart::Base',
-        version => '1.0'
+        package => 'Chart',
+        module  => 'Chart::Base',
+        version => '1.0',
+        feature => 'New Charts, Old Charts'
     },
     {
-        name => 'GD::Graph',
-        version => 0
+        package => 'GDGraph',
+        module  => 'GD::Graph',
+        version => 0,
+        feature => 'Graphical Reports'
     },
     { 
-        name => 'GD::Text::Align',
-        version => 0
+        package => 'GDTextUtil',
+        module  => 'GD::Text',
+        version => 0,
+        feature => 'Graphical Reports'
     },
     {
-        name => 'XML::Twig',
-        version => 0
+        package => 'XML-Twig',
+        module  => 'XML::Twig',
+        version => 0,
+        feature => 'Move Bugs Between Installations'
     },
     {
-        name => 'LWP::UserAgent',
-        version => 0
+        package => 'libwww-perl',
+        module  => 'LWP::UserAgent',
+        version => 0,
+        feature => 'Automatic Update Notifications'
     },
     {
-        name => 'PatchReader',
-        version => '0.9.4'
+        package => 'PatchReader',
+        module  => 'PatchReader',
+        version => '0.9.4',
+        feature => 'Patch Viewer'
     },
     {
-        name => 'Image::Magick',
-        version => 0
+        package => 'PerlMagick',
+        module  => 'Image::Magick',
+        version => 0,
+        feature => 'Optionally Convert BMP Attachments to PNGs'
     },
     {
-        name => 'Net::LDAP',
-        version => 0
+        package => 'perl-ldap',
+        module  => 'Net::LDAP',
+        version => 0,
+        feature => 'LDAP Authentication'
     },
     {
-        name => 'SOAP::Lite',
-        version => 0
+        package => 'SOAP-Lite',
+        module  => 'SOAP::Lite',
+        version => 0,
+        feature => 'XML-RPC Interface'
     },
     {
-        # Since Perl 5.8, we need the 'utf8_mode' method of HTML::Parser
-        # which has been introduced in version 3.39_92 and fixed in 3.40
-        # to not complain when running Perl 5.6.
-        # This module is required by HTML::Scrubber.
-        name => 'HTML::Parser',
-        version => ($] >= 5.008) ? '3.40' : 0
+        # We need the 'utf8_mode' method of HTML::Parser, for HTML::Scrubber.
+        package => 'HTML-Parser',
+        module  => 'HTML::Parser',
+        version => '3.40',
+        feature => 'More HTML in Product/Group Descriptions'
     },
     {
-        name => 'HTML::Scrubber',
-        version => 0
+        package => 'HTML-Scrubber',
+        module  => 'HTML::Scrubber',
+        version => 0,
+        feature => 'More HTML in Product/Group Descriptions'
     },
-];
 
-# These are only required if you want to use Bugzilla with
-# mod_perl.
-use constant MOD_PERL_MODULES => [
+    # Inbound Email
     {
-        name => 'mod_perl2', 
-        version => '1.999022'
+        package => 'Email-MIME-Attachment-Stripper',
+        module  => 'Email::MIME::Attachment::Stripper',
+        version => 0,
+        feature => 'Inbound Email'
+    },
+    {
+        package => 'Email-Reply',
+        module  => 'Email::Reply',
+        version => 0,
+        feature => 'Inbound Email'
+    },
+
+    # mod_perl
+    {
+        package => 'mod_perl',
+        module  => 'mod_perl2',
+        version => '1.999022',
+        feature => 'mod_perl'
     },
     # Even very new releases of perl (5.8.5) don't come with this version,
     # so I didn't want to make it a general requirement just for
     # running under mod_cgi.
     {
-        name => 'CGI',
-        version => '3.11'
+        package => 'CGI',
+        module  => 'CGI',
+        version => '3.11',
+        feature => 'mod_perl'
     },
     {
-        name => 'Apache::DBI',
-        version => '0.96'
+        package => 'Apache-DBI',
+        module  => 'Apache::DBI',
+        version => '0.96',
+        feature => 'mod_perl'
     },
-];
-
-# Remember that you only have to add modules to this hash if their
-# names are significantly different on ActiveState than on normal perl.
-# If it's just a difference between "::" and "-" in the name, don't worry
-# about it--install_command() handles that automatically.
-use constant WIN32_MODULE_NAMES => {
-    'Chart::Base'       => 'Chart',
-    'Date::Format'      => 'TimeDate',
-    'Template'          => 'Template-Toolkit',
-    'GD::Graph'         => 'GDGraph',
-    'GD::Text::Align'   => 'GDTextUtil',
-    'Mail::Mailer'      => 'MailTools',
-    'Net::LDAP'         => 'perl-ldap',
-    # We provide Template 2.14 or lower for Win32, so it still includes
-    # the GD plugin.
-    'Template::Plugin::GD' => 'Template-Toolkit',
+    );
+
+    my $all_modules = _get_extension_requirements(
+        'OPTIONAL_MODULES', \@modules);
+    return $all_modules;
+};
+
+# This implements the install-requirements hook described in Bugzilla::Hook.
+sub _get_extension_requirements {
+    my ($function, $base_modules) = @_;
+    my @all_modules;
+    # get a list of all extensions
+    my @extensions = glob(bz_locations()->{'extensionsdir'} . "/*");
+    foreach my $extension (@extensions) {
+        my $file = "$extension/code/install-requirements.pl";
+        if (-e $file) {
+            my $safe = new Safe;
+            # This is a very liberal Safe.
+            $safe->permit(qw(:browse require entereval caller));
+            $safe->rdo($file);
+            if ($@) {
+                warn $@;
+                next;
+            }
+            my $modules = eval { &{$safe->varglob($function)}($base_modules) };
+            next unless $modules;
+            push(@all_modules, @$modules);
+        }
+    }
+
+    unshift(@all_modules, @$base_modules);
+    return \@all_modules;
 };
 
 sub check_requirements {
     my ($output) = @_;
 
     print "\nChecking perl modules...\n" if $output;
-    my $modules = REQUIRED_MODULES;
     my $root = ROOT_USER;
-    my %missing;
-
-    foreach my $module (@{$modules}) {
-        unless (have_vers($module->{name}, $module->{version}, $output)) {
-            $missing{$module->{name}} = $module->{version};
-        }
-    }
-
-    print "\nYou need one of the following DBD modules installed, depending",
-          " on\nwhich database you are using with Bugzilla:\n" if $output;
+    my %missing = _check_missing(REQUIRED_MODULES, $output);
 
+    print "\nChecking available perl DBD modules...\n" if $output;
     my $have_one_dbd = 0;
     my $db_modules = DB_MODULE;
     foreach my $db (keys %$db_modules) {
-        if (have_vers($db_modules->{$db}->{dbd},
-                      $db_modules->{$db}->{dbd_version}, $output))
-        {
-            $have_one_dbd = 1;
-        }
+        my $dbd = $db_modules->{$db}->{dbd};
+        $have_one_dbd = 1 if have_vers($dbd, $output);
     }
 
     print "\nThe following Perl modules are optional:\n" if $output;
-    my $opt_modules = OPTIONAL_MODULES;
-    my %have_mod;
-    foreach my $module (@$opt_modules) {
-        $have_mod{$module->{name}} =
-            have_vers($module->{name}, $module->{version}, $output);
-    }
-
-    print "\nThe following modules are required for mod_perl support:\n"
-        if $output;
-    my $mp_modules = MOD_PERL_MODULES;
-    foreach my $module (@$mp_modules) {
-        $have_mod{$module->{name}} =
-            have_vers($module->{name}, $module->{version}, $output);
-    }
+    my %missing_optional = _check_missing(OPTIONAL_MODULES, $output);
 
     # If we're running on Windows, reset the input line terminator so that
     # console input works properly - loading CGI tends to mess it up
     $/ = "\015\012" if ON_WINDOWS;
 
-    if ($output) {
-        print "\n";
-
-        if ($^O =~ /MSWin32/i) {
-            print "All the required modules are available at:\n",
-                  "    http://landfill.bugzilla.org/ppm/\n",
-                  "You can add the repository with the following command:\n",
-                  "    ppm rep add bugzilla http://landfill.bugzilla.org/ppm/",
-                  "\n\n";
-        }
-
-       # New/Old Charts
-       if ((!$have_mod{'GD'} || !$have_mod{'Chart::Base'})) {
-            print "If you you want to see graphical bug charts (plotting",
-                  " historical data over \ntime), you should install libgd",
-                  " and the following Perl modules (as $root):\n\n";
-            print "    GD:    " . install_command("GD") ."\n" 
-                if !$have_mod{'GD'};
-            print "    Chart: " . install_command("Chart::Base") . "\n"
-                if !$have_mod{'Chart::Base'};
-            print "\n";
-        }
-
-        # Bug Import/Export
-        if (!$have_mod{'XML::Twig'}) {
-            print "If you want to use the bug import/export feature to move",
-                  " bugs to or from\nother bugzilla installations, you will",
-                  " need to install the XML::Twig\nmodule by running",
-                  " (as $root):\n\n",
-                  "    " . install_command("XML::Twig") . "\n\n";
-         }
-
-         # Automatic Updates
-         if (!$have_mod{'LWP::UserAgent'}) {
-             print "If you want to use the automatic update notification",
-                   " feature you will\nneed to install the LWP::UserAgent",
-                   " module by running (as $root):\n\n",
-                   "    " . install_command("LWP::UserAgent") . "\n\n";
-        }
-
-        # BMP to PNG
-        if (!$have_mod{'Image::Magick'}) {
-            print "If you want to convert BMP image attachments to PNG to",
-                  " conserve\ndisk space, you will need to install the",
-                  " ImageMagick application\nAvailable from",
-                  " http://www.imagemagick.org, and the Image::Magick\n",
-                  "Perl module by running (as $root):\n\n",
-                  "    " . install_command("Image::Magick") . "\n\n";
-        }
-
-        # Web Services
-        if (!$have_mod{'SOAP::Lite'}) {
-            print "If you want your Bugzilla installation to be accessible\n",
-                  "via its Web Service interface, you will need to install\n",
-                  "the SOAP::Lite module by running (as $root):\n\n";
-            print "    SOAP::Lite:      " .
-                  install_command("SOAP::Lite") . "\n\n";
-        }
-
-        # Graphical Reports
-        if (!$have_mod{'GD'} || !$have_mod{'GD::Graph'}
-            || !$have_mod{'GD::Text::Align'}
-            || !$have_mod{'Template::Plugin::GD::Image'})
-        {
-            print "If you want to see graphical bug reports (bar, pie and",
-                  " line charts of \ncurrent data), you should install libgd",
-                  " and the following Perl modules:\n\n";
-            print "    GD:              " . install_command("GD") . "\n" 
-                if !$have_mod{'GD'};
-            print "    GD::Graph:       " . install_command("GD::Graph") . "\n"
-                if !$have_mod{'GD::Graph'};
-            print "    GD::Text::Align: " . install_command("GD::Text::Align") 
-                . "\n" if !$have_mod{'GD::Text::Align'};
-            print "    Template::Plugin::GD: " 
-                . install_command('Template::Plugin::GD') . "\n" 
-                if !$have_mod{'Template::Plugin::GD::Image'};
-            print "\n";
-        }
+    my $pass = !scalar(keys %missing) && $have_one_dbd;
+    return {
+        pass     => $pass,
+        one_dbd  => $have_one_dbd,
+        missing  => \%missing,
+        optional => \%missing_optional,
+        any_missing => !$pass || scalar(keys %missing_optional),
+    };
+}
 
-        # Diff View
-        if (!$have_mod{'PatchReader'}) {
-            print "If you want to see pretty HTML views of patches, you",
-                  " should install the \nPatchReader module by running",
-                  " (as $root):\n\n",
-                  "    " . install_command("PatchReader") . "\n\n";
-        }
+# A helper for check_requirements
+sub _check_missing {
+    my ($modules, $output) = @_;
 
-        # LDAP
-        if (!$have_mod{'Net::LDAP'}) {
-            print "If you wish to use LDAP authentication, then you must",
-                  " install Net::LDAP\nby running (as $root):\n\n",
-                  "    " . install_command('Net::LDAP') . "\n\n";
+    my %missing;
+    foreach my $module (@$modules) {
+        unless (have_vers($module, $output)) {
+            $missing{$module->{package}} = $module;
         }
+    }
 
-        # HTML filtering
-        if (!$have_mod{'HTML::Parser'} || !$have_mod{'HTML::Scrubber'}) {
-            print "If you want additional HTML tags within product and group",
-                  " descriptions,\nyou should install:\n\n";
-            print "    HTML::Scrubber: " . install_command('HTML::Scrubber') . "\n"
-                if !$have_mod{'HTML::Scrubber'};
-            print "    HTML::Parser: " . install_command('HTML::Parser') . "\n"
-                if !$have_mod{'HTML::Parser'};
-            print "\n";
-        }
+    return %missing;
+}
 
-        # mod_perl
-        if (!$have_mod{'mod_perl2'}) {
-            print "If you would like mod_perl support, you must install at",
-                  " least the minimum\nrequired version of mod_perl. You",
-                  " can download mod_perl from:\n",
-                  "    http://perl.apache.org/download/binaries.html\n",
-                  "Make sure that you get the 2.0 version, not the 1.0",
-                  " version.\n\n";
-        }
+sub print_module_instructions {
+    my ($check_results, $output) = @_;
 
-        if (!$have_mod{'Apache::DBI'} || !$have_mod{'CGI'}) {
-            print "For mod_perl support, you must install the following",
-                  " perl module(s):\n\n";
-            print "    Apache::DBI: " . install_command('Apache::DBI') . "\n"
-                if !$have_mod{'Apache::DBI'};
-            print "    CGI:         " . install_command('CGI') . "\n"
-                if !$have_mod{'CGI'};
-            print "\n";
+    # We only print these notes if we have to.
+    if ((!$output && %{$check_results->{missing}})
+        || ($output && $check_results->{any_missing}))
+    {
+        print "\n* NOTE: You must run any commands listed below as "
+              . ROOT_USER . ".\n\n";
+
+        if (ON_WINDOWS) {
+            print <<EOT;
+***********************************************************************
+* Note For Windows Users                                              *
+***********************************************************************
+* In order to install the modules listed below, you first have to run * 
+* the following command as an Administrator:                          *
+*                                                                     *
+*   ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms          *
+*                                                                     *
+* Then you have to do (also as an Administrator):                     *
+*                                                                     *
+*   ppm repo up theory58S                                             *
+*                                                                     *
+* Do that last command over and over until you see "theory58S" at the *
+* top of the displayed list.                                          *
+***********************************************************************
+EOT
         }
     }
 
-    if (!$have_one_dbd) {
-        print "\n";
-        print "Bugzilla requires that at least one DBD module be",
-              " installed in order to\naccess a database. You can install",
-              " the correct one by running (as $root) the\ncommand listed",
-              " below for your database:\n\n";
-
-        foreach my $db (keys %$db_modules) {
-            print $db_modules->{$db}->{name} . ": "
-                  . install_command($db_modules->{$db}->{dbd}) . "\n";
-            print "   Minimum version required: "
-                  . $db_modules->{$db}->{dbd_version} . "\n";
+    # Required Modules
+    if (my %missing = %{$check_results->{missing}}) {
+        print <<EOT;
+***********************************************************************
+* REQUIRED MODULES                                                    *
+***********************************************************************
+* Bugzilla requires you to install some Perl modules which are either *
+* missing from your system, or the version on your system is too old. *
+*                                                                     *
+* The latest versions of each module can be installed by running the  *
+* commands below.                                                     *
+***********************************************************************
+EOT
+
+        print "COMMANDS:\n\n";
+        foreach my $package (keys %missing) {
+            my $command = install_command($missing{$package});
+            print "    $command\n";
         }
         print "\n";
     }
 
-    if (%missing) {
-        print "\n";
-        print "Bugzilla requires some Perl modules which are either",
-              " missing from your\nsystem, or the version on your system",
-              " is too old. They can be installed\nby running (as $root)",
-              " the following:\n";
-
-        foreach my $module (keys %missing) {
-            print "   " . install_command("$module") . "\n";
-            if ($missing{$module} > 0) {
-                print "   Minimum version required: $missing{$module}\n";
-            }
+    if (!$check_results->{one_dbd}) {
+        print <<EOT;
+***********************************************************************
+* DATABASE ACCESS                                                     *
+***********************************************************************
+* In order to access your database, Bugzilla requires that the        *
+* correct "DBD" module be installed for the database that you are     *
+* running.                                                            *
+*                                                                     *
+* Pick and run the correct command below for the database that you    *
+* plan to use with Bugzilla.                                          *
+***********************************************************************
+COMMANDS:
+
+EOT
+
+        my %db_modules = %{DB_MODULE()};
+        foreach my $db (keys %db_modules) {
+            my $command = install_command($db_modules{$db}->{dbd});
+            printf "%10s: \%s\n", $db_modules{$db}->{name}, $command;
+            print ' ' x 12 . "Minimum version required: "
+                  . $db_modules{$db}->{dbd}->{version} . "\n";
         }
         print "\n";
     }
 
-    return {
-        pass     => !scalar(keys %missing) && $have_one_dbd,
-        missing  => \%missing,
-        optional => \%have_mod,
-    }
+    return unless $output;
+
+    if (my %missing = %{$check_results->{optional}}) {
+        print <<EOT;
+**********************************************************************
+* OPTIONAL MODULES                                                   *
+**********************************************************************
+* Certain Perl modules are not required by Bugzilla, but by          *
+* installing the latest version you gain access to additional        *
+* features.                                                          *
+*                                                                    *
+* The optional modules you do not have installed are listed below,   *
+* with the name of the feature they enable. If you want to install   *
+* one of these modules, just run the appropriate command in the      *
+* "COMMANDS TO INSTALL" section.                                     *
+**********************************************************************
+
+EOT
+        # We want to sort them so that they are ordered by feature.
+        my @missing_names = sort {$missing{$a}->{feature} 
+                                  cmp $missing{$b}->{feature}} (keys %missing);
+
+        # Now we have to determine how large the table cols will be.
+        my $longest_name = max(map(length($_), @missing_names));
+
+        # The first column header is at least 11 characters long.
+        $longest_name = 11 if $longest_name < 11;
+
+        # The table is 71 characters long. There are seven mandatory
+        # characters (* and space) in the string. So, we have a total
+        # of 64 characters to work with.
+        my $remaining_space = 64 - $longest_name;
+        print '*' x 71 . "\n";
+        printf "* \%${longest_name}s * %-${remaining_space}s *\n",
+               'MODULE NAME', 'ENABLES FEATURE(S)';
+        print '*' x 71 . "\n";
+        foreach my $name (@missing_names) {
+            printf "* \%${longest_name}s * %-${remaining_space}s *\n",
+                   $name, $missing{$name}->{feature};
+        }
+        print '*' x 71 . "\n";
 
+        print "COMMANDS TO INSTALL:\n\n";
+        foreach my $module (@missing_names) {
+            my $command = install_command($missing{$module});
+            printf "%15s: $command\n", $module;
+        }
+    }
 }
 
 sub check_graphviz {
@@ -437,28 +488,29 @@ sub display_version_and_os {
 # This was originally clipped from the libnet Makefile.PL, adapted here to
 # use the below vers_cmp routine for accurate version checking.
 sub have_vers {
-    my ($pkg, $wanted, $output) = @_;
+    my ($params, $output) = @_;
+    my $module  = $params->{module};
+    my $package = $params->{package};
+    if (!$package) {
+        $package = $module;
+        $package =~ s/::/-/g;
+    }
+    my $wanted  = $params->{version};
+
     my ($msg, $vnum, $vstr);
     no strict 'refs';
-    printf("Checking for %15s %-9s ", $pkg, !$wanted?'(any)':"(v$wanted)") 
+    printf("Checking for %15s %-9s ", $package, !$wanted?'(any)':"(v$wanted)") 
         if $output;
 
-    # Modules may change $SIG{__DIE__} and $SIG{__WARN__}, so localise them here
-    # so that later errors display 'normally'
-    local $::SIG{__DIE__};
-    local $::SIG{__WARN__};
+    eval "require $module;";
 
-    eval "require $pkg;";
-
-    # do this twice to avoid a "used only once" error for these vars
-    $vnum = ${"${pkg}::VERSION"} || ${"${pkg}::Version"} || 0;
-    $vnum = ${"${pkg}::VERSION"} || ${"${pkg}::Version"} || 0;
-    $vnum = -1 if $@;
+    # VERSION is provided by UNIVERSAL::
+    $vnum = eval { $module->VERSION } || -1;
 
     # CGI's versioning scheme went 2.75, 2.751, 2.752, 2.753, 2.76
     # That breaks the standard version tests, so we need to manually correct
     # the version
-    if ($pkg eq 'CGI' && $vnum =~ /(2\.7\d)(\d+)/) {
+    if ($module eq 'CGI' && $vnum =~ /(2\.7\d)(\d+)/) {
         $vnum = $1 . "." . $2;
     }
 
@@ -473,7 +525,15 @@ sub have_vers {
     }
 
     my $vok = (vers_cmp($vnum,$wanted) > -1);
-    print ((($vok) ? "ok: " : " "), "$vstr\n") if $output;
+    my $blacklisted;
+    if ($vok && $params->{blacklist}) {
+        $blacklisted = grep($vnum =~ /$_/, @{$params->{blacklist}});
+        $vok = 0 if $blacklisted;
+    }
+
+    my $ok = $vok ? "ok:" : "";
+    my $black_string = $blacklisted ? "(blacklisted)" : "";
+    print "$ok $vstr $black_string\n" if $output;
     return $vok ? 1 : 0;
 }
 
@@ -522,14 +582,19 @@ sub vers_cmp {
 
 sub install_command {
     my $module = shift;
+    my ($command, $package);
+
     if (ON_WINDOWS) {
-        return "ppm install " . WIN32_MODULE_NAMES->{$module} if
-            WIN32_MODULE_NAMES->{$module};
-        $module =~ s/::/-/g;
-        return "ppm install " . $module;
-    } else {
-        return "$^X -MCPAN -e 'install \"$module\"'";
+        $command = 'ppm install %s';
+        $package = $module->{package};
+    }
+    else {
+        $command = "$^X -MCPAN -e 'install \%s'";
+        # Non-Windows installations need to use module names, because
+        # CPAN doesn't understand package names.
+        $package = $module->{module};
     }
+    return sprintf $command, $package;
 }
 
 
@@ -607,17 +672,15 @@ Returns:     C<1> if the check was successful, C<0> otherwise.
  Returns:     -1 if $a is less than $b, 0 if they are equal, and
               1 if $a is greater than $b.
 
-=item C<have_vers($pkg, $wanted, $output)>
+=item C<have_vers($module, $output)>
 
  Description: Tells you whether or not you have the appropriate
               version of the module requested. It also prints
               out a message to the user explaining the check
               and the result.
 
- Params:      C<$pkg> - A string, the name of the package you're checking.
-              C<$wanted> - The version of the package you require.
-                           Set this to 0 if you don't require any
-                           particular version.
+ Params:      C<$module> - A hashref, in the format of an item from 
+                           L</REQUIRED_MODULES>.
               C<$output> - Set to true if you want this function to
                            print information to STDOUT about what it's
                            doing.
@@ -631,7 +694,8 @@ Returns:     C<1> if the check was successful, C<0> otherwise.
               module specified, depending on whether you're
               on Windows or Linux.
 
- Params:      C<$module> - The name of the module.
+ Params:      C<$module> - A hashref, in the format of an item from
+                           L</REQUIRED_MODULES>.
 
  Returns:     nothing
 
diff --git a/Bugzilla/Mailer.pm b/Bugzilla/Mailer.pm
index 2105d38ae..633964b33 100644
--- a/Bugzilla/Mailer.pm
+++ b/Bugzilla/Mailer.pm
@@ -28,6 +28,7 @@
 #                 Gervase Markham <gerv@gerv.net>
 #                 Byron Jones <bugzilla@glob.com.au>
 #                 Frédéric Buclin <LpSolit@gmail.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::Mailer;
 
@@ -37,181 +38,76 @@ use base qw(Exporter);
 @Bugzilla::Mailer::EXPORT = qw(MessageToMTA);
 
 use Bugzilla::Constants;
+use Bugzilla::Error;
 use Bugzilla::Util;
 
-use Mail::Header;
-use Mail::Mailer;
-use Mail::Address;
-use MIME::Parser;
-use MIME::QuotedPrint;
-use MIME::Base64;
-
+use Encode qw(encode);
+use Email::MIME;
+# Loading this gives us encoding_set.
+use Email::MIME::Modifier;
+use Email::Send;
 
 sub MessageToMTA {
     my ($msg) = (@_);
-    my $params = Bugzilla->params;
-    return if ($params->{'mail_delivery_method'} eq "none");
-
-    my ($header, $body) = $msg =~ /(.*?\n)\n(.*)/s ? ($1, $2) : ('', $msg);
-    my $headers;
+    my $method = Bugzilla->params->{'mail_delivery_method'};
+    return if $method eq 'None';
 
-    if ($params->{'utf8'} 
-        and (!is_7bit_clean($header) or !is_7bit_clean($body))) 
-    {
-        ($headers, $body) = encode_message($msg);
-    } else {
-        my @header_lines = split(/\n/, $header);
-        $headers = new Mail::Header \@header_lines, Modify => 0;
+    my $email = ref($msg) ? $msg : Email::MIME->new($msg);
+    foreach my $part ($email->parts) {
+        $part->charset_set('UTF-8') if Bugzilla->params->{'utf8'};
+        $part->encoding_set('quoted-printable') if !is_7bit_clean($part->body);
     }
 
-    # Use trim to remove any whitespace (incl. newlines)
-    my $from = trim($headers->get('from'));
-
-    if ($params->{"mail_delivery_method"} eq "sendmail" && $^O =~ /MSWin32/i) {
-        my $cmd = '|' . SENDMAIL_EXE . ' -t -i';
-        if ($from) {
-            # We're on Windows, thus no danger of command injection
-            # via $from. In other words, it is safe to embed $from.
-            $cmd .= qq# -f"$from"#;
+    # 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)) {
+            my $encoded = encode('MIME-Q', $value);
+            $email->header_set($header, $encoded);
         }
-        open(SENDMAIL, $cmd) ||
-            die "Failed to execute " . SENDMAIL_EXE . ": $!\n";
-        print SENDMAIL $headers->as_string;
-        print SENDMAIL "\n";
-        print SENDMAIL $body;
-        close SENDMAIL;
-        return;
     }
 
-    my @args;
-    if ($params->{"mail_delivery_method"} eq "sendmail") {
-        push @args, "-i";
-        if ($from) {
-            push(@args, "-f$from");
-        }
-    }
-    if ($params->{"mail_delivery_method"} eq "sendmail" 
-        && !$params->{"sendmailnow"}) 
-    {
-        push @args, "-ODeliveryMode=deferred";
-    }
-    if ($params->{"mail_delivery_method"} eq "smtp") {
-        push @args, Server => $params->{"smtpserver"};
-        if ($from) {
-            $ENV{'MAILADDRESS'} = $from;
+    my $from = $email->header('From');
+
+    my ($hostname, @args);
+    if ($method eq "Sendmail") {
+        if (ON_WINDOWS) {
+            $Email::Send::Sendmail::SENDMAIL = SENDMAIL_EXE;
         }
+        push @args, "-i";
+        push(@args, "-f$from") if $from;
+        push(@args, "-ODeliveryMode=deferred")
+            if !Bugzilla->params->{"sendmailnow"};
     }
-    my $mailer = new Mail::Mailer($params->{"mail_delivery_method"}, @args);
-    if ($params->{"mail_delivery_method"} eq "testfile") {
-        $Mail::Mailer::testfile::config{outfile} = 
-            bz_locations()->{'datadir'} . '/mailer.testfile';
-    }
-    
-    $mailer->open($headers->header_hashref);
-    print $mailer $body;
-    $mailer->close;
-}
-
-sub encode_message {
-    my ($msg) = @_;
-
-    my $parser = MIME::Parser->new;
-    $parser->output_to_core(1);
-    $parser->tmp_to_core(1);
-    my $entity = $parser->parse_data($msg);
-    $entity = encode_message_entity($entity);
-
-    my @header_lines = split(/\n/, $entity->header_as_string);
-    my $head = new Mail::Header \@header_lines, Modify => 0;
-
-    my $body = $entity->body_as_string;
-
-    return ($head, $body);
-}
-
-sub encode_message_entity {
-    my ($entity) = @_;
-
-    my $head = $entity->head;
-
-    # encode the subject
-
-    my $subject = $head->get('subject');
-    if (defined $subject && !is_7bit_clean($subject)) {
-        $subject =~ s/[\r\n]+$//;
-        $head->replace('subject', encode_qp_words($subject));
+    else {
+        # Sendmail will automatically append our hostname to the From
+        # address, but other mailers won't.
+        my $urlbase = Bugzilla->params->{'urlbase'};
+        $urlbase =~ m|//([^/]+)/?|;
+        $hostname = $1;
+        $from .= "\@$hostname" if $from !~ /@/;
+        $email->header_set('From', $from);
     }
 
-    # encode addresses
-
-    foreach my $field (qw(from to cc reply-to sender errors-to)) {
-        my $high = $head->count($field) - 1;
-        foreach my $index (0..$high) {
-            my $value = $head->get($field, $index);
-            my @addresses;
-            my $changed = 0;
-            foreach my $addr (Mail::Address->parse($value)) {
-                my $phrase = $addr->phrase;
-                if (is_7bit_clean($phrase)) {
-                    push @addresses, $addr->format;
-                } else {
-                    push @addresses, encode_qp_phrase($phrase) . 
-                        ' <' . $addr->address . '>';
-                    $changed = 1;
-                }
-            }
-            $changed && $head->replace($field, join(', ', @addresses), $index);
-        }
+    if ($method eq "SMTP") {
+        push @args, Host  => Bugzilla->params->{"smtpserver"},
+                    Hello => $hostname;
     }
 
-    # process the body
-
-    if (scalar($entity->parts)) {
-        my $newparts = [];
-        foreach my $part ($entity->parts) {
-            my $newpart = encode_message_entity($part);
-            push @$newparts, $newpart;
-        }
-        $entity->parts($newparts);
+    if ($method eq "Test") {
+        my $filename = bz_locations()->{'datadir'} . '/mailer.testfile';
+        open TESTFILE, '>>', $filename;
+        print TESTFILE "\n\n---\n\n" . $email->as_string;
+        close TESTFILE;
     }
     else {
-        # Extract the body from the entity, for examination
-        # At this point, we can rely on MIME::Tools to do our encoding for us!
-        my $bodyhandle = $entity->bodyhandle;
-        my $body = $bodyhandle->as_string;
-        if (!is_7bit_clean($body)) {
-            # count number of 7-bit chars, and use quoted-printable if more
-            # than half the message is 7-bit clean
-            my $count = ($body =~ tr/\x20-\x7E\x0A\x0D//);
-            if ($count > length($body) / 2) {
-                $head->mime_attr('Content-Transfer-Encoding' => 'quoted-printable');
-            } else {
-                $head->mime_attr('Content-Transfer-Encoding' => 'base64');
-            }
-        }
-
-        # Set the content/type and charset of the part, if not set
-        $head->mime_attr('Content-Type' => 'text/plain')
-            unless defined $head->mime_attr('content-type');
-        $head->mime_attr('Content-Type.charset' => 'UTF-8');
-    }
-
-    $head->mime_attr('MIME-Version' => '1.0');
-    $head->fold(75);
-    return $entity;
-}
-
-sub encode_qp_words {
-    my ($line) = (@_);
-    my @encoded;
-    foreach my $word (split / /, $line) {
-        if (!is_7bit_clean($word)) {
-            push @encoded, '=?UTF-8?Q?_' . encode_qp($word, '') . '?=';
-        } else {
-            push @encoded, $word;
-        }
+        # This is useful for both Sendmail and Qmail, so we put it out here.
+        local $ENV{PATH} = SENDMAIL_PATH;
+        my $mailer = Email::Send->new({ mailer => $method, 
+                                        mailer_args => \@args });
+        my $retval = $mailer->send($email);
+        ThrowCodeError('mail_send_error', { msg => $retval, mail => $email })
+            if !$retval;
     }
-    return join(' ', @encoded);
 }
 
 1;
diff --git a/Bugzilla/Milestone.pm b/Bugzilla/Milestone.pm
index 7b5d47d49..2e70b4e2d 100644
--- a/Bugzilla/Milestone.pm
+++ b/Bugzilla/Milestone.pm
@@ -13,11 +13,14 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Tiago R. Mello <timello@async.com.br>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 use strict;
 
 package Bugzilla::Milestone;
 
+use base qw(Bugzilla::Object);
+
 use Bugzilla::Util;
 use Bugzilla::Error;
 
@@ -27,50 +30,45 @@ use Bugzilla::Error;
 
 use constant DEFAULT_SORTKEY => 0;
 
+use constant DB_TABLE => 'milestones';
+
 use constant DB_COLUMNS => qw(
-    milestones.value
-    milestones.product_id
-    milestones.sortkey
+    id
+    value
+    product_id
+    sortkey
 );
 
-my $columns = join(", ", DB_COLUMNS);
+use constant NAME_FIELD => 'value';
+use constant LIST_ORDER => 'sortkey, value';
 
 sub new {
-    my $invocant = shift;
-    my $class = ref($invocant) || $invocant;
-    my $self = {};
-    bless($self, $class);
-    return $self->_init(@_);
-}
-
-sub _init {
-    my $self = shift;
-    my ($product_id, $value) = (@_);
+    my $class = shift;
+    my $param = shift;
     my $dbh = Bugzilla->dbh;
 
-    my $milestone;
-
-    if (defined $product_id
-        && detaint_natural($product_id)
-        && defined $value) {
-
-        trick_taint($value);
-        $milestone = $dbh->selectrow_hashref(qq{
-            SELECT $columns FROM milestones
-            WHERE value = ?
-            AND product_id = ?}, undef, ($value, $product_id));
-    } else {
-        ThrowCodeError('bad_arg',
-            {argument => 'product_id/value',
-             function => 'Bugzilla::Milestone::_init'});
+    my $product;
+    if (ref $param) {
+        $product = $param->{product};
+        my $name = $param->{name};
+        if (!defined $product) {
+            ThrowCodeError('bad_arg',
+                {argument => 'product',
+                 function => "${class}::new"});
+        }
+        if (!defined $name) {
+            ThrowCodeError('bad_arg',
+                {argument => 'name',
+                 function => "${class}::new"});
+        }
+
+        my $condition = 'product_id = ? AND value = ?';
+        my @values = ($product->id, $name);
+        $param = { condition => $condition, values => \@values };
     }
 
-    return undef unless (defined $milestone);
-
-    foreach my $field (keys %$milestone) {
-        $self->{$field} = $milestone->{$field};
-    }
-    return $self;
+    unshift @_, $param;
+    return $class->SUPER::new(@_);
 }
 
 sub bug_count {
@@ -105,8 +103,8 @@ sub check_milestone {
         ThrowUserError('milestone_not_specified');
     }
 
-    my $milestone = new Bugzilla::Milestone($product->id,
-                                            $milestone_name);
+    my $milestone = new Bugzilla::Milestone({ product => $product,
+                                              name    => $milestone_name });
     unless ($milestone) {
         ThrowUserError('milestone_not_valid',
                        {'product' => $product->name,
@@ -141,7 +139,8 @@ Bugzilla::Milestone - Bugzilla product milestone class.
 
     use Bugzilla::Milestone;
 
-    my $milestone = new Bugzilla::Milestone(1, 'milestone_value');
+    my $milestone = new Bugzilla::Milestone(
+        { product => $product, name => 'milestone_value' });
 
     my $product_id = $milestone->product_id;
     my $value = $milestone->value;
diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm
index 5d80a9d0f..30ecc77e2 100644
--- a/Bugzilla/Object.pm
+++ b/Bugzilla/Object.pm
@@ -60,6 +60,8 @@ sub _init {
     my $object;
 
     if (defined $id) {
+        # We special-case if somebody specifies an ID, so that we can
+        # validate it as numeric.
         detaint_natural($id)
           || ThrowCodeError('param_must_be_numeric',
                             {function => $class . '::_init'});
@@ -67,23 +69,40 @@ sub _init {
         $object = $dbh->selectrow_hashref(qq{
             SELECT $columns FROM $table
              WHERE $id_field = ?}, undef, $id);
-    } elsif (defined $param->{'name'}) {
-        trick_taint($param->{'name'});
-        $object = $dbh->selectrow_hashref(qq{
-            SELECT $columns FROM $table
-             WHERE } . $dbh->sql_istrcmp($name_field, '?'), 
-            undef, $param->{'name'});
     } else {
-        ThrowCodeError('bad_arg',
-            {argument => 'param',
-             function => $class . '::_init'});
+        unless (defined $param->{name} || (defined $param->{'condition'} 
+                                           && defined $param->{'values'}))
+        {
+            ThrowCodeError('bad_arg', { argument => 'param',
+                                        function => $class . '::new' });
+        }
+
+        my ($condition, @values);
+        if (defined $param->{name}) {
+            $condition = $dbh->sql_istrcmp($name_field, '?');
+            push(@values, $param->{name});
+        }
+        elsif (defined $param->{'condition'} && defined $param->{'values'}) {
+            caller->isa('Bugzilla::Object')
+                || ThrowCodeError('protection_violation',
+                       { caller    => caller, 
+                         function  => $class . '::new',
+                         argument  => 'condition/values' });
+            $condition = $param->{'condition'};
+            push(@values, @{$param->{'values'}});
+        }
+
+        map { trick_taint($_) } @values;
+        $object = $dbh->selectrow_hashref(
+            "SELECT $columns FROM $table WHERE $condition", undef, @values);
     }
 
     return $object;
 }
 
 sub new_from_list {
-    my $class = shift;
+    my $invocant = shift;
+    my $class = ref($invocant) || $invocant;
     my ($id_list) = @_;
     my $dbh = Bugzilla->dbh;
     my $columns = join(',', $class->DB_COLUMNS);
@@ -149,17 +168,28 @@ sub update {
     my $dbh      = Bugzilla->dbh;
     my $table    = $self->DB_TABLE;
     my $id_field = $self->ID_FIELD;
+
+    my $old_self = $self->new($self->id);
     
-    my $columns = join(', ', map {"$_ = ?"} $self->UPDATE_COLUMNS);
-    my @values;
+    my (@update_columns, @values, %changes);
     foreach my $column ($self->UPDATE_COLUMNS) {
-        my $value = $self->{$column};
-        trick_taint($value) if defined $value;
-        push(@values, $value);
+        if ($old_self->{$column} ne $self->{$column}) {
+            my $value = $self->{$column};
+            trick_taint($value) if defined $value;
+            push(@values, $value);
+            push(@update_columns, $column);
+            # We don't use $value because we don't want to detaint this for
+            # the caller.
+            $changes{$column} = [$old_self->{$column}, $self->{$column}];
+        }
     }
 
+    my $columns = join(', ', map {"$_ = ?"} @update_columns);
+
     $dbh->do("UPDATE $table SET $columns WHERE $id_field = ?", undef, 
-             @values, $self->id);
+             @values, $self->id) if @values;
+
+    return \%changes;
 }
 
 ###############################
@@ -352,17 +382,47 @@ the L</ID_FIELD> usually can't be updated.)
 
 =item C<new($param)>
 
- Description: The constructor is used to load an existing object
-              from the database, by id or by name.
+=over
+
+=item B<Description>
+
+The constructor is used to load an existing object from the database,
+by id or by name.
+
+=item B<Params>
+
+If you pass an integer, the integer is the id of the object, 
+from the database, that we  want to read in. (id is defined
+as the value in the L</ID_FIELD> column).
+
+If you pass in a hash, you can pass a C<name> key. The 
+value of the C<name> key is the case-insensitive name of the object 
+(from L</NAME_FIELD>) in the DB.
+
+B<Additional Parameters Available for Subclasses>
+
+If you are a subclass of C<Bugzilla::Object>, you can pass
+C<condition> and C<values> as hash keys, instead of the above.
+
+C<condition> is a set of SQL conditions for the WHERE clause, which contain
+placeholders.
 
- Params:      $param - If you pass an integer, the integer is the
-                       id of the object, from the database, that we 
-                       want to read in. If you pass in a hash with 
-                       C<name> key, then the value of the name key 
-                       is the case-insensitive name of the object from 
-                       the DB.
+C<values> is a reference to an array. The array contains the values
+for each placeholder in C<condition>, in order.
 
- Returns:     A fully-initialized object.
+This is to allow subclasses to have complex parameters, and then to
+translate those parameters into C<condition> and C<values> when they
+call C<$self->SUPER::new> (which is this function, usually).
+
+If you try to call C<new> outside of a subclass with the C<condition>
+and C<values> parameters, Bugzilla will throw an error. These parameters
+are intended B<only> for use by subclasses.
+
+=item B<Returns>
+
+A fully-initialized object.
+
+=back
 
 =item C<new_from_list(\@id_list)>
 
@@ -452,9 +512,27 @@ data into the database. Returns a newly created object.
 
 =item C<update>
 
+=over
+
+=item B<Description>
+
 Saves the values currently in this object to the database.
 Only the fields specified in L</UPDATE_COLUMNS> will be
-updated. Returns nothing and takes no parameters.
+updated, and they will only be updated if their values have changed.
+
+=item B<Params> (none)
+
+=item B<Returns>
+
+A hashref showing what changed during the update. The keys are the column
+names from L</UPDATE_COLUMNS>. If a field was not changed, it will not be
+in the hash at all. If the field was changed, the key will point to an arrayref.
+The first item of the arrayref will be the old value, and the second item
+will be the new value.
+
+If there were no changes, we return a reference to an empty hash.
+
+=back
 
 =back
 
diff --git a/Bugzilla/Product.pm b/Bugzilla/Product.pm
index 6f65eae29..728bd0652 100644
--- a/Bugzilla/Product.pm
+++ b/Bugzilla/Product.pm
@@ -65,12 +65,8 @@ sub components {
             WHERE product_id = ?
             ORDER BY name}, undef, $self->id);
 
-        my @components;
         require Bugzilla::Component;
-        foreach my $id (@$ids) {
-            push @components, new Bugzilla::Component($id);
-        }
-        $self->{components} = \@components;
+        $self->{components} = Bugzilla::Component->new_from_list($ids);
     }
     return $self->{components};
 }
@@ -85,7 +81,10 @@ sub group_controls {
                        group_control_map.entry,
                        group_control_map.membercontrol,
                        group_control_map.othercontrol,
-                       group_control_map.canedit
+                       group_control_map.canedit,
+                       group_control_map.editcomponents,
+                       group_control_map.editbugs,
+                       group_control_map.canconfirm
                   FROM groups
                   LEFT JOIN group_control_map
                         ON groups.id = group_control_map.group_id
@@ -107,15 +106,11 @@ sub versions {
     my $dbh = Bugzilla->dbh;
 
     if (!defined $self->{versions}) {
-        my $values = $dbh->selectcol_arrayref(q{
-            SELECT value FROM versions
+        my $ids = $dbh->selectcol_arrayref(q{
+            SELECT id FROM versions
             WHERE product_id = ?}, undef, $self->id);
 
-        my @versions;
-        foreach my $value (sort { vers_cmp (lc($a), lc($b)) } @$values) {
-            push @versions, new Bugzilla::Version($self->id, $value);
-        }
-        $self->{versions} = \@versions;
+        $self->{versions} = Bugzilla::Version->new_from_list($ids);
     }
     return $self->{versions};
 }
@@ -125,16 +120,11 @@ sub milestones {
     my $dbh = Bugzilla->dbh;
 
     if (!defined $self->{milestones}) {
-        my $values = $dbh->selectcol_arrayref(q{
-            SELECT value FROM milestones
-            WHERE product_id = ?
-            ORDER BY sortkey}, undef, $self->id);
+        my $ids = $dbh->selectcol_arrayref(q{
+            SELECT id FROM milestones
+             WHERE product_id = ?}, undef, $self->id);
  
-        my @milestones;
-        foreach my $value (@$values) {
-            push @milestones, new Bugzilla::Milestone($self->id, $value);
-        }
-        $self->{milestones} = \@milestones;
+        $self->{milestones} = Bugzilla::Milestone->new_from_list($ids);
     }
     return $self->{milestones};
 }
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index d0b0cd6ba..ffe8e74f9 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -333,14 +333,14 @@ sub init {
                     push(@l, "bugs.creation_ts <= $sql_chto") if($sql_chto);
                     $bug_creation_clause = "(" . join(' AND ', @l) . ")";
                 } else {
-                    push(@actlist, "actcheck.fieldid = " . get_field_id($f));
+                    push(@actlist, get_field_id($f));
                 }
             }
 
             # @actlist won't have any elements if the only field being searched
             # is [Bug creation] (in which case we don't need bugs_activity).
             if(@actlist) {
-                my $extra = " AND actcheck.bug_id = bugs.bug_id";
+                my $extra = " actcheck.bug_id = bugs.bug_id";
                 push(@list, "(actcheck.bug_when IS NOT NULL)");
                 if($sql_chfrom) {
                     $extra .= " AND actcheck.bug_when >= $sql_chfrom";
@@ -352,7 +352,8 @@ sub init {
                     $extra .= " AND actcheck.added = $sql_chvalue";
                 }
                 push(@supptables, "LEFT JOIN bugs_activity AS actcheck " .
-                                  "ON (" . join(" OR ", @actlist) . "$extra )");
+                                  "ON $extra AND actcheck.fieldid IN (" .
+                                  join(",", @actlist) . ")");
             }
 
             # Now that we're done using @list to determine if there are any
@@ -642,7 +643,7 @@ sub init {
          "^content," => sub {
              ThrowUserError("search_content_without_matches");
          },
-         "^deadline,(?:lessthan|greaterthan|equals|notequals),(-|\\+)?(\\d+)([dDwWmMyY])\$" => sub {
+         "^(?:deadline|creation_ts|delta_ts),(?:lessthan|greaterthan|equals|notequals),(?:-|\\+)?(?:\\d+)(?:[dDwWmMyY])\$" => sub {
              $v = SqlifyDate($v);
              $q = $dbh->quote($v);
         },
@@ -707,6 +708,18 @@ sub init {
                                "ON $table.bug_id = bugs.bug_id $extra");
              $f = "$table.thetext";
          },
+         "^longdescs\.isprivate," => sub {
+             my $table = "longdescs_$chartid";
+             my $extra = "";
+             if (Bugzilla->params->{"insidergroup"}
+                 && !Bugzilla->user->in_group(Bugzilla->params->{"insidergroup"}))
+             {
+                 $extra = "AND $table.isprivate < 1";
+             }
+             push(@supptables, "INNER JOIN longdescs AS $table " .
+                               "ON $table.bug_id = bugs.bug_id $extra");
+             $f = "$table.isprivate";
+         },
          "^work_time,changedby" => sub {
              my $table = "longdescs_$chartid";
              push(@supptables, "INNER JOIN longdescs AS $table " .
diff --git a/Bugzilla/Search/CVS/Entries b/Bugzilla/Search/CVS/Entries
index 6177c28ee..877f7a6b9 100644
--- a/Bugzilla/Search/CVS/Entries
+++ b/Bugzilla/Search/CVS/Entries
@@ -1,2 +1,3 @@
-/Quicksearch.pm/1.12/Tue Jul 25 23:22:48 2006//TBUGZILLA-2_23_3
+/Quicksearch.pm/1.12/Tue Jul 25 23:22:48 2006//TBUGZILLA-2_23_4
+/Saved.pm/1.3/Mon Nov 13 03:08:44 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Search/CVS/Tag b/Bugzilla/Search/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Search/CVS/Tag
+++ b/Bugzilla/Search/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Search/Saved.pm b/Bugzilla/Search/Saved.pm
new file mode 100644
index 000000000..83528405f
--- /dev/null
+++ b/Bugzilla/Search/Saved.pm
@@ -0,0 +1,265 @@
+# -*- 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.
+# Portions created by Everything Solved are Copyright (C) 2006 
+# Everything Solved. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+
+use strict;
+
+package Bugzilla::Search::Saved;
+
+use base qw(Bugzilla::Object);
+
+use Bugzilla::CGI;
+use Bugzilla::Constants;
+use Bugzilla::Group;
+use Bugzilla::Error;
+use Bugzilla::Search qw(IsValidQueryType);
+use Bugzilla::User;
+use Bugzilla::Util;
+
+#############
+# Constants #
+#############
+
+use constant DB_TABLE => 'namedqueries';
+
+use constant DB_COLUMNS => qw(
+    id
+    userid
+    name
+    query
+    query_type
+);
+
+use constant REQUIRED_CREATE_FIELDS => qw(name query);
+
+use constant VALIDATORS => {
+    name       => \&_check_name,
+    query      => \&_check_query,
+    query_type => \&_check_query_type,
+    link_in_footer => \&_check_link_in_footer,
+};
+
+use constant UPDATE_COLUMNS => qw(query query_type);
+
+##############
+# Validators #
+##############
+
+sub _check_link_in_footer { return $_[1] ? 1 : 0; }
+
+sub _check_name {
+    my ($invocant, $name) = @_;
+    $name = trim($name);
+    $name || ThrowUserError("query_name_missing");
+    $name !~ /[<>&]/ || ThrowUserError("illegal_query_name");
+    if (length($name) > MAX_LEN_QUERY_NAME) {
+        ThrowUserError("query_name_too_long");
+    }
+    return $name;
+}
+
+sub _check_query {
+    my ($invocant, $query) = @_;
+    $query || ThrowUserError("buglist_parameters_required");
+    my $cgi = new Bugzilla::CGI($query);
+    $cgi->clean_search_url;
+    return $cgi->query_string;
+}
+
+sub _check_query_type {
+    my ($invocant, $type) = @_;
+    # Right now the only query type is LIST_OF_BUGS.
+    return $type ? LIST_OF_BUGS : QUERY_LIST;
+}
+
+#########################
+# Database Manipulation #
+#########################
+
+sub create {
+    my $class = shift;
+    Bugzilla->login(LOGIN_REQUIRED);
+    my $dbh = Bugzilla->dbh;
+    $class->check_required_create_fields(@_);
+    my $params = $class->run_create_validators(@_);
+
+    # Right now you can only create a Saved Search for the current user.
+    $params->{userid} = Bugzilla->user->id;
+
+    $dbh->bz_lock_tables('namedqueries WRITE',
+                         'namedqueries_link_in_footer WRITE');
+    my $lif = delete $params->{link_in_footer};
+    my $obj = $class->insert_create_data($params);
+    if ($lif) {
+        $dbh->do('INSERT INTO namedqueries_link_in_footer 
+                  (user_id, namedquery_id) VALUES (?,?)',
+                 undef, $params->{userid}, $obj->id);
+    }
+    $dbh->bz_unlock_tables();
+
+    return $obj;
+}
+
+#####################
+# Complex Accessors #
+#####################
+
+sub edit_link {
+    my ($self) = @_;
+    return $self->{edit_link} if defined $self->{edit_link};
+    my $cgi = new Bugzilla::CGI($self->url);
+    if (!$cgi->param('query_type') 
+        || !IsValidQueryType($cgi->param('query_type')))
+    {
+        $cgi->param('query_type', 'advanced');
+    }
+    $self->{edit_link} = $cgi->canonicalise_query;
+    return $self->{edit_link};
+}
+
+sub used_in_whine {
+    my ($self) = @_;
+    return $self->{used_in_whine} if exists $self->{used_in_whine};
+    ($self->{used_in_whine}) = Bugzilla->dbh->selectrow_array(
+        'SELECT 1 FROM whine_events INNER JOIN whine_queries
+                       ON whine_events.id = whine_queries.eventid
+          WHERE whine_events.owner_userid = ? AND query_name = ?', undef, 
+          $self->{userid}, $self->name) || 0;
+    return $self->{used_in_whine};
+}
+
+sub link_in_footer {
+    my ($self, $user) = @_;
+    # We only cache link_in_footer for the current Bugzilla->user.
+    return $self->{link_in_footer} if exists $self->{link_in_footer} && !$user;
+    my $user_id = $user ? $user->id : Bugzilla->user->id;
+    my $link_in_footer = Bugzilla->dbh->selectrow_array(
+        'SELECT 1 FROM namedqueries_link_in_footer
+          WHERE namedquery_id = ? AND user_id = ?', 
+        undef, $self->id, $user_id) || 0;
+    $self->{link_in_footer} = $link_in_footer if !$user;
+    return $link_in_footer;
+}
+
+sub shared_with_group {
+    my ($self) = @_;
+    return $self->{shared_with_group} if exists $self->{shared_with_group};
+    # Bugzilla only currently supports sharing with one group, even
+    # though the database backend allows for an infinite number.
+    my ($group_id) = Bugzilla->dbh->selectrow_array(
+        'SELECT group_id FROM namedquery_group_map WHERE namedquery_id = ?',
+        undef, $self->id);
+    $self->{shared_with_group} = $group_id ? new Bugzilla::Group($group_id) 
+                                 : undef;
+    return $self->{shared_with_group};
+}
+
+####################
+# Simple Accessors #
+####################
+
+sub bug_ids_only { return ($_[0]->{'query_type'} == LIST_OF_BUGS) ? 1 : 0; }
+sub url          { return $_[0]->{'query'}; }
+
+sub user {
+    my ($self) = @_;
+    return $self->{user} if defined $self->{user};
+    $self->{user} = new Bugzilla::User($self->{userid});
+    return $self->{user};
+}
+
+############
+# Mutators #
+############
+
+sub set_url        { $_[0]->set('query',      $_[1]); }
+sub set_query_type { $_[0]->set('query_type', $_[1]); }
+
+1;
+
+__END__
+
+=head1 NAME
+
+ Bugzilla::Search::Saved - A saved search
+
+=head1 SYNOPSIS
+
+ use Bugzilla::Search::Saved;
+
+ my $query = new Bugzilla::Search::Saved($query_id);
+
+ my $edit_link  = $query->edit_link;
+ my $search_url = $query->url;
+ my $owner      = $query->user;
+
+=head1 DESCRIPTION
+
+This module exists to represent a L<Bugzilla::Search> that has been
+saved to the database.
+
+This is an implementation of L<Bugzilla::Object>, and so has all the
+same methods available as L<Bugzilla::Object>, in addition to what is
+documented below.
+
+=head1 METHODS
+
+=head2 Constructors and Database Manipulation
+
+=over
+
+=item C<new>
+
+Does not accept a bare C<name> argument. Instead, accepts only an id.
+
+See also: L<Bugzilla::Object/new>.
+
+=back
+
+
+=head2 Accessors
+
+These return data about the object, without modifying the object.
+
+=over
+
+=item C<edit_link>
+
+A url with which you can edit the search.
+
+=item C<url>
+
+The CGI parameters for the search, as a string.
+
+=item C<link_in_footer>
+
+Whether or not this search should be displayed in the footer for the
+I<current user> (not the owner of the search, but the person actually
+using Bugzilla right now).
+
+=item C<bug_ids_only>
+
+True if the search contains only a list of Bug IDs.
+
+=item C<shared_with_group>
+
+The L<Bugzilla::Group> that this search is shared with. C<undef> if
+this search isn't shared.
+
+=back
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 915e3cdc6..b4e0dcb90 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -108,9 +108,10 @@ sub sortAcceptLanguage {
 # If no Accept-Language is present it uses the defined default
 # Templates may also be found in the extensions/ tree
 sub getTemplateIncludePath {
+    my $lang = Bugzilla->request_cache->{'language'} || "";
     # Return cached value if available
 
-    my $include_path = Bugzilla->request_cache->{template_include_path};
+    my $include_path = Bugzilla->request_cache->{"template_include_path_$lang"};
     return $include_path if $include_path;
 
     my $templatedir = bz_locations()->{'templatedir'};
@@ -132,15 +133,16 @@ sub getTemplateIncludePath {
        }
     }
     my @languages       = sortAcceptLanguage($languages);
-    my @accept_language = sortAcceptLanguage($ENV{'HTTP_ACCEPT_LANGUAGE'} || "" );
+    # If $lang is specified, only consider this language.
+    my @accept_language = ($lang) || sortAcceptLanguage($ENV{'HTTP_ACCEPT_LANGUAGE'} || "");
     my @usedlanguages;
-    foreach my $lang (@accept_language) {
+    foreach my $language (@accept_language) {
         # Per RFC 1766 and RFC 2616 any language tag matches also its 
         # primary tag. That is 'en' (accept language)  matches 'en-us',
         # 'en-uk' etc. but not the otherway round. (This is unfortunately
         # not very clearly stated in those RFC; see comment just over 14.5
         # in http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)
-        if(my @found = grep /^\Q$lang\E(-.+)?$/i, @languages) {
+        if(my @found = grep /^\Q$language\E(-.+)?$/i, @languages) {
             push (@usedlanguages, @found);
         }
     }
@@ -180,9 +182,9 @@ sub getTemplateIncludePath {
     foreach my $dir (@$include_path) {
         push(@dirs, $dir) unless grep ($dir eq $_, @dirs);
     }
-    Bugzilla->request_cache->{template_include_path} = \@dirs;
+    Bugzilla->request_cache->{"template_include_path_$lang"} = \@dirs;
     
-    return Bugzilla->request_cache->{template_include_path};
+    return Bugzilla->request_cache->{"template_include_path_$lang"};
 }
 
 sub put_header {
@@ -383,11 +385,11 @@ sub get_attachment_link {
         $title = value_quote($title);
 
         $link_text =~ s/ \[details\]$//;
-        my $linkval = "attachment.cgi?id=$attachid&amp;action=";
+        my $linkval = "attachment.cgi?id=$attachid";
         # Whitespace matters here because these links are in <pre> tags.
         return qq|<span class="$className">|
-               . qq|<a href="${linkval}view" title="$title">$link_text</a>|
-               . qq| <a href="${linkval}edit" title="$title">[details]</a>|
+               . qq|<a href="${linkval}" name="attach_${attachid}" title="$title">$link_text</a>|
+               . qq| <a href="${linkval}&amp;action=edit" title="$title">[details]</a>|
                . qq|</span>|;
     }
     else {
@@ -527,7 +529,7 @@ sub create {
     # We need a possibility to reset the cache, so that no files from
     # the previous language pollute the action.
     if ($opts{'clean_cache'}) {
-        delete Bugzilla->request_cache->{template_include_path};
+        delete Bugzilla->request_cache->{template_include_path_};
     }
 
     # IMPORTANT - If you make any configuration changes here, make sure to
diff --git a/Bugzilla/Template/CVS/Tag b/Bugzilla/Template/CVS/Tag
index 72e7fb813..2c27babba 100644
--- a/Bugzilla/Template/CVS/Tag
+++ b/Bugzilla/Template/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-2_23_3
+TBUGZILLA-2_23_4
diff --git a/Bugzilla/Template/Plugin/CVS/Entries b/Bugzilla/Template/Plugin/CVS/Entries
index 5200ddcef..598ebf51c 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-2_23_3
-/Hook.pm/1.7/Mon Jul  3 21:42:47 2006//TBUGZILLA-2_23_3
-/User.pm/1.1/Wed Aug  4 18:08:21 2004//TBUGZILLA-2_23_3
+/Bugzilla.pm/1.2/Fri Feb  7 07:19:15 2003//TBUGZILLA-2_23_4
+/Hook.pm/1.7/Mon Jul  3 21:42:47 2006//TBUGZILLA-2_23_4
+/User.pm/1.1/Wed Aug  4 18:08:21 2004//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/Template/Plugin/CVS/Tag b/Bugzilla/Template/Plugin/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/Template/Plugin/CVS/Tag
+++ b/Bugzilla/Template/Plugin/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm
index a0f6b0c8e..0c2d42fe7 100644
--- a/Bugzilla/Token.pm
+++ b/Bugzilla/Token.pm
@@ -59,7 +59,6 @@ sub issue_new_user_account_token {
     # an error because the user may have lost his email with the token inside.
     # But to prevent using this way to mailbomb an email address, make sure
     # the last request is at least 10 minutes old before sending a new email.
-    trick_taint($login_name);
 
     my $pending_requests =
         $dbh->selectrow_array('SELECT COUNT(*)
@@ -384,3 +383,184 @@ sub _create_token {
 }
 
 1;
+
+__END__
+
+=head1 NAME
+
+Bugzilla::Token - Provides different routines to manage tokens.
+
+=head1 SYNOPSIS
+
+    use Bugzilla::Token;
+
+    Bugzilla::Token::issue_new_user_account_token($login_name);
+    Bugzilla::Token::IssueEmailChangeToken($user_id, $old_email, $new_email);
+    Bugzilla::Token::IssuePasswordToken($login_name);
+    Bugzilla::Token::DeletePasswordTokens($user_id, $reason);
+    Bugzilla::Token::Cancel($token, $cancelaction, $vars);
+
+    Bugzilla::Token::CleanTokenTable();
+
+    my $token = issue_session_token($event);
+    check_token_data($token, $event)
+    delete_token($token);
+
+    my $token = Bugzilla::Token::GenerateUniqueToken($table, $column);
+    my $token = Bugzilla::Token::HasEmailChangeToken($user_id);
+    my ($token, $date, $data) = Bugzilla::Token::GetTokenData($token);
+
+=head1 SUBROUTINES
+
+=over
+
+=item C<issue_new_user_account_token($login_name)>
+
+ Description: Creates and sends a token per email to the email address
+              requesting a new user account. It doesn't check whether
+              the user account already exists. The user will have to
+              use this token to confirm the creation of his user account.
+
+ Params:      $login_name - The new login name requested by the user.
+
+ Returns:     Nothing. It throws an error if the same user made the same
+              request in the last few minutes.
+
+=item C<sub IssueEmailChangeToken($user_id, $old_email, $new_email)>
+
+ Description: Sends two distinct tokens per email to the old and new email
+              addresses to confirm the email address change for the given
+              user ID. These tokens remain valid for the next MAX_TOKEN_AGE days.
+
+ Params:      $user_id - The user ID of the user account requesting a new
+                         email address.
+              $old_email - The current (old) email address of the user.
+              $new_email - The new email address of the user.
+
+ Returns:     Nothing.
+
+=item C<IssuePasswordToken($login_name)>
+
+ Description: Sends a token per email to the given login name. This token
+              can be used to change the password (e.g. in case the user
+              cannot remember his password and wishes to enter a new one).
+
+ Params:      $login_name - The login name of the user requesting a new password.
+
+ Returns:     Nothing. It throws an error if the same user made the same
+              request in the last few minutes.
+
+=item C<CleanTokenTable()>
+
+ Description: Removes all tokens older than MAX_TOKEN_AGE days from the DB.
+              This means that these tokens will now be considered as invalid.
+
+ Params:      None.
+
+ Returns:     Nothing.
+
+=item C<GenerateUniqueToken($table, $column)>
+
+ Description: Generates and returns a unique token. This token is unique
+              in the $column of the $table. This token is NOT stored in the DB.
+
+ Params:      $table (optional): The table to look at (default: tokens).
+              $column (optional): The column to look at for uniqueness (default: token).
+
+ Returns:     A token which is unique in $column.
+
+=item C<Cancel($token, $cancelaction, $vars)>
+
+ Description: Invalidates an existing token, generally when the token is used
+              for an action which is not the one expected. An email is sent
+              to the user who originally requested this token to inform him
+              that this token has been invalidated (e.g. because an hacker
+              tried to use this token for some malicious action).
+
+ Params:      $token:        The token to invalidate.
+              $cancelaction: The reason why this token is invalidated.
+              $vars:         Some additional information about this action.
+
+ Returns:     Nothing.
+
+=item C<DeletePasswordTokens($user_id, $reason)>
+
+ Description: Cancels all password tokens for the given user. Emails are sent
+              to the user to inform him about this action.
+
+ Params:      $user_id: The user ID of the user account whose password tokens
+                        are cancelled.
+              $reason:  The reason why these tokens are cancelled.
+
+ Returns:     Nothing.
+
+=item C<HasEmailChangeToken($user_id)>
+
+ Description: Returns any existing token currently used for an email change
+              for the given user.
+
+ Params:      $user_id - A user ID.
+
+ Returns:     A token if it exists, else undef.
+
+=item C<GetTokenData($token)>
+
+ Description: Returns all stored data for the given token.
+
+ Params:      $token - A valid token.
+
+ Returns:     The user ID, the date and time when the token was created and
+              the (event)data stored with that token.
+
+=back
+
+=head2 Security related routines
+
+The following routines have been written to be used together as described below,
+although they can be used separately.
+
+=over
+
+=item C<issue_session_token($event)>
+
+ Description: Creates and returns a token used internally.
+
+ Params:      $event - The event which needs to be stored in the DB for future
+                       reference/checks.
+
+ Returns:     A unique token.
+
+=item C<check_token_data($token, $event)>
+
+ Description: Makes sure the $token has been created by the currently logged in
+              user and to be used for the given $event. If this token is used for
+              an unexpected action (i.e. $event doesn't match the information stored
+              with the token), a warning is displayed asking whether the user really
+              wants to continue. On success, it returns 1.
+              This is the routine to use for security checks, combined with
+              issue_session_token() and delete_token() as follows:
+
+              1. First, create a token for some coming action.
+              my $token = issue_session_token($action);
+              2. Some time later, it's time to make sure that the expected action
+                 is going to be executed, and by the expected user.
+              check_token_data($token, $action);
+              3. The check has been done and we no longer need this token.
+              delete_token($token);
+
+ Params:      $token - The token used for security checks.
+              $event - The expected event to be run.
+
+ Returns:     1 on success, else a warning is thrown.
+
+=item C<delete_token($token)>
+
+ Description: Deletes the specified token. No notification is sent.
+
+ Params:      $token - The token to delete.
+
+ Returns:     Nothing.
+
+=back
+
+=cut
diff --git a/Bugzilla/Update.pm b/Bugzilla/Update.pm
index 5d676b460..2bfd959c9 100644
--- a/Bugzilla/Update.pm
+++ b/Bugzilla/Update.pm
@@ -81,6 +81,11 @@ sub get_notifications {
     my @release;
     if (Bugzilla->params->{'upgrade_notification'} eq 'development_snapshot') {
         @release = grep {$_->{'status'} eq 'development'} @releases;
+        # If there is no development snapshot available, then we are in the
+        # process of releasing a release candidate. That's the release we want.
+        unless (scalar(@release)) {
+            @release = grep {$_->{'status'} eq 'release-candidate'} @releases;
+        }
     }
     elsif (Bugzilla->params->{'upgrade_notification'} eq 'latest_stable_release') {
         @release = grep {$_->{'status'} eq 'stable'} @releases;
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index 02f17b85d..c6fd0b524 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -29,6 +29,7 @@
 #                 Justin C. De Vries <judevries@novell.com>
 #                 Dennis Melentyev <dennis.melentyev@infopulse.com.ua>
 #                 Frédéric Buclin <LpSolit@gmail.com>
+#                 Mads Bondo Dydensborg <mbd@dbc.dk>
 
 ################################################################################
 # Module Initialization
@@ -67,8 +68,8 @@ use constant MATCH_SKIP_CONFIRM  => 1;
 
 use constant DEFAULT_USER => {
     'id'             => 0,
-    'name'           => '',
-    'login'          => '',
+    'realname'       => '',
+    'login_name'     => '',
     'showmybugslink' => 0,
     'disabledtext'   => '',
     'disable_mail'   => 0,
@@ -82,14 +83,15 @@ use constant DB_TABLE => 'profiles';
 # fixed one day.
 use constant DB_COLUMNS => (
     'profiles.userid     AS id',
-    'profiles.login_name AS login',
-    'profiles.realname   AS name',
+    'profiles.login_name',
+    'profiles.realname',
     'profiles.mybugslink AS showmybugslink',
     'profiles.disabledtext',
     'profiles.disable_mail',
 );
 use constant NAME_FIELD => 'login_name';
 use constant ID_FIELD   => 'userid';
+use constant LIST_ORDER => NAME_FIELD;
 
 use constant REQUIRED_CREATE_FIELDS => qw(login_name cryptpassword);
 
@@ -101,6 +103,18 @@ use constant VALIDATORS => {
     realname      => \&_check_realname,
 };
 
+sub UPDATE_COLUMNS {
+    my $self = shift;
+    my @cols = qw(
+        disable_mail
+        disabledtext
+        login_name
+        realname
+    );
+    push(@cols, 'cryptpassword') if exists $self->{cryptpassword};
+    return @cols;
+};
+
 ################################################################################
 # Functions
 ################################################################################
@@ -117,6 +131,29 @@ sub new {
     return $class->SUPER::new(@_);
 }
 
+sub update {
+    my $self = shift;
+    my $changes = $self->SUPER::update(@_);
+    my $dbh = Bugzilla->dbh;
+
+    if (exists $changes->{login_name}) {
+        # If we changed the login, silently delete any tokens.
+        $dbh->do('DELETE FROM tokens WHERE userid = ?', undef, $self->id);
+        # And rederive regex groups
+        $self->derive_regexp_groups();
+    }
+
+    # Logout the user if necessary.
+    Bugzilla->logout_user($self) 
+        if (exists $changes->{login_name} || exists $changes->{disabledtext}
+            || exists $changes->{cryptpassword});
+
+    # XXX Can update profiles_activity here as soon as it understands
+    #     field names like login_name.
+
+    return $changes;
+}
+
 ################################################################################
 # Validators
 ################################################################################
@@ -127,13 +164,18 @@ sub _check_disabledtext { return trim($_[1]) || ''; }
 # This is public since createaccount.cgi needs to use it before issuing
 # a token for account creation.
 sub check_login_name_for_creation {
-    my ($self, $name) = @_;
+    my ($invocant, $name) = @_;
     $name = trim($name);
     $name || ThrowUserError('user_login_required');
     validate_email_syntax($name)
         || ThrowUserError('illegal_email_address', { addr => $name });
-    is_available_username($name) 
-        || ThrowUserError('account_exists', { email => $name });
+
+    # Check the name if it's a new user, or if we're changing the name.
+    if (!ref($invocant) || $invocant->login ne $name) {
+        is_available_username($name) 
+            || ThrowUserError('account_exists', { email => $name });
+    }
+
     return $name;
 }
 
@@ -152,13 +194,37 @@ sub _check_password {
 
 sub _check_realname { return trim($_[1]) || ''; }
 
+################################################################################
+# Mutators
+################################################################################
+
+sub set_disabledtext { $_[0]->set('disabledtext', $_[1]); }
+sub set_disable_mail { $_[0]->set('disable_mail', $_[1]); }
+
+sub set_login {
+    my ($self, $login) = @_;
+    $self->set('login_name', $login);
+    delete $self->{identity};
+    delete $self->{nick};
+}
+
+sub set_name {
+    my ($self, $name) = @_;
+    $self->set('realname', $name);
+    delete $self->{identity};
+}
+
+sub set_password { $_[0]->set('cryptpassword', $_[1]); }
+
+
 ################################################################################
 # Methods
 ################################################################################
 
 # Accessors for user attributes
-sub login { $_[0]->{login}; }
-sub email { $_[0]->{login} . Bugzilla->params->{'emailsuffix'}; }
+sub name  { $_[0]->{realname};   }
+sub login { $_[0]->{login_name}; }
+sub email { $_[0]->login . Bugzilla->params->{'emailsuffix'}; }
 sub disabledtext { $_[0]->{'disabledtext'}; }
 sub is_disabled { $_[0]->disabledtext ? 1 : 0; }
 sub showmybugslink { $_[0]->{showmybugslink}; }
@@ -187,7 +253,7 @@ sub identity {
 
     if (!defined $self->{identity}) {
         $self->{identity} = 
-          $self->{name} ? "$self->{name} <$self->{login}>" : $self->{login};
+          $self->name ? $self->name . " <" . $self->login. ">" : $self->login;
     }
 
     return $self->{identity};
@@ -199,7 +265,7 @@ sub nick {
     return "" unless $self->id;
 
     if (!defined $self->{nick}) {
-        $self->{nick} = (split(/@/, $self->{login}, 2))[0];
+        $self->{nick} = (split(/@/, $self->login, 2))[0];
     }
 
     return $self->{nick};
@@ -207,56 +273,61 @@ sub nick {
 
 sub queries {
     my $self = shift;
-
     return $self->{queries} if defined $self->{queries};
     return [] unless $self->id;
 
     my $dbh = Bugzilla->dbh;
-    my $used_in_whine_ref = $dbh->selectall_hashref('
-                    SELECT DISTINCT query_name
-                      FROM whine_events we
-                INNER JOIN whine_queries wq
-                        ON we.id = wq.eventid
-                     WHERE we.owner_userid = ?',
-                     'query_name', undef, $self->id);
-
-    # If the user is in any group, there may be shared queries to be included.
-    my $or_nqgm_group_id_in_usergroups = '';
-    if ($self->groups_as_string) {
-        $or_nqgm_group_id_in_usergroups =
-            'OR MAX(nqgm.group_id) IN (' . $self->groups_as_string . ') ';
-    }
+    my $query_ids = $dbh->selectcol_arrayref(
+        'SELECT id FROM namedqueries WHERE userid = ?', undef, $self->id);
+    require Bugzilla::Search::Saved;
+    $self->{queries} = Bugzilla::Search::Saved->new_from_list($query_ids);
+    return $self->{queries};
+}
 
-    my $queries_ref = $dbh->selectall_arrayref('
-                    SELECT nq.id, MAX(userid) AS userid, name, query, query_type,
-                           MAX(nqgm.group_id) AS shared_with_group,
-                           COUNT(nql.namedquery_id) AS link_in_footer
-                      FROM namedqueries AS nq
-                      LEFT JOIN namedquery_group_map nqgm
-                             ON nqgm.namedquery_id = nq.id
-                      LEFT JOIN namedqueries_link_in_footer AS nql
-                             ON nql.namedquery_id = nq.id
-                            AND nql.user_id = ? ' .
-                      $dbh->sql_group_by('nq.id', 'name, query, query_type') .
-                  ' HAVING MAX(nq.userid) = ? ' .
-                           $or_nqgm_group_id_in_usergroups .
-                ' ORDER BY UPPER(name)',
-                {'Slice'=>{}}, $self->id, $self->id);
-
-    foreach my $queries_hash (@$queries_ref) {
-        # For each query, determine whether it's being used in a whine.
-        if (exists($$used_in_whine_ref{$queries_hash->{'name'}})) {
-            $queries_hash->{'usedinwhine'} = 1;
-        }
+sub queries_subscribed {
+    my $self = shift;
+    return $self->{queries_subscribed} if defined $self->{queries_subscribed};
+    return [] unless $self->id;
 
-        # For shared queries, provide the sharer's user object.
-        if ($queries_hash->{'userid'} != $self->id) {
-            $queries_hash->{'user'} = new Bugzilla::User($queries_hash->{'userid'});
-        }
-    }
-    $self->{queries} = $queries_ref;
+    # Exclude the user's own queries.
+    my @my_query_ids = map($_->id, @{$self->queries});
+    my $query_id_string = join(',', @my_query_ids) || '-1';
+
+    # Only show subscriptions that we can still actually see. If a
+    # user changes the shared group of a query, our subscription
+    # will remain but we won't have access to the query anymore.
+    my $subscribed_query_ids = Bugzilla->dbh->selectcol_arrayref(
+        "SELECT lif.namedquery_id
+           FROM namedqueries_link_in_footer lif
+                INNER JOIN namedquery_group_map ngm
+                ON ngm.namedquery_id = lif.namedquery_id
+          WHERE lif.user_id = ? 
+                AND lif.namedquery_id NOT IN ($query_id_string)
+                AND ngm.group_id IN (" . $self->groups_as_string . ")",
+          undef, $self->id);
+    require Bugzilla::Search::Saved;
+    $self->{queries_subscribed} =
+        Bugzilla::Search::Saved->new_from_list($subscribed_query_ids);
+    return $self->{queries_subscribed};
+}
 
-    return $self->{queries};
+sub queries_available {
+    my $self = shift;
+    return $self->{queries_available} if defined $self->{queries_available};
+    return [] unless $self->id;
+
+    # Exclude the user's own queries.
+    my @my_query_ids = map($_->id, @{$self->queries});
+    my $query_id_string = join(',', @my_query_ids) || '-1';
+
+    my $avail_query_ids = Bugzilla->dbh->selectcol_arrayref(
+        'SELECT namedquery_id FROM namedquery_group_map
+          WHERE group_id IN (' . $self->groups_as_string . ")
+                AND namedquery_id NOT IN ($query_id_string)");
+    require Bugzilla::Search::Saved;
+    $self->{queries_available} =
+        Bugzilla::Search::Saved->new_from_list($avail_query_ids);
+    return $self->{queries_available};
 }
 
 sub settings {
@@ -280,6 +351,8 @@ sub flush_queries_cache {
     my $self = shift;
 
     delete $self->{queries};
+    delete $self->{queries_subscribed};
+    delete $self->{queries_available};
 }
 
 sub groups {
@@ -409,8 +482,32 @@ sub bless_groups {
 }
 
 sub in_group {
-    my ($self, $group) = @_;
-    return exists $self->groups->{$group} ? 1 : 0;
+    my ($self, $group, $product_id) = @_;
+    if (exists $self->groups->{$group}) {
+        return 1;
+    }
+    elsif ($product_id && detaint_natural($product_id)) {
+        # Make sure $group exists on a per-product basis.
+        return 0 unless (grep {$_ eq $group} PER_PRODUCT_PRIVILEGES);
+
+        $self->{"product_$product_id"} = {} unless exists $self->{"product_$product_id"};
+        if (!defined $self->{"product_$product_id"}->{$group}) {
+            my $dbh = Bugzilla->dbh;
+            my $in_group = $dbh->selectrow_array(
+                           "SELECT 1
+                              FROM group_control_map
+                             WHERE product_id = ?
+                                   AND $group != 0
+                                   AND group_id IN (" . $self->groups_as_string . ") " .
+                              $dbh->sql_limit(1),
+                             undef, $product_id);
+
+            $self->{"product_$product_id"}->{$group} = $in_group ? 1 : 0;
+        }
+        return $self->{"product_$product_id"}->{$group};
+    }
+    # If we come here, then the user is not in the requested group.
+    return 0;
 }
 
 sub in_group_id {
@@ -419,6 +516,26 @@ sub in_group_id {
     return exists $j{$id} ? 1 : 0;
 }
 
+sub get_products_by_permission {
+    my ($self, $group) = @_;
+    # Make sure $group exists on a per-product basis.
+    return [] unless (grep {$_ eq $group} PER_PRODUCT_PRIVILEGES);
+
+    my $product_ids = Bugzilla->dbh->selectcol_arrayref(
+                          "SELECT DISTINCT product_id
+                             FROM group_control_map
+                            WHERE $group != 0
+                              AND group_id IN(" . $self->groups_as_string . ")");
+
+    # No need to go further if the user has no "special" privs.
+    return [] unless scalar(@$product_ids);
+
+    # We will restrict the list to products the user can see.
+    my $selectable_products = $self->get_selectable_products;
+    my @products = grep {lsearch($product_ids, $_->id) > -1} @$selectable_products;
+    return \@products;
+}
+
 sub can_see_user {
     my ($self, $otherUser) = @_;
     my $query;
@@ -511,39 +628,32 @@ sub can_see_product {
 
 sub get_selectable_products {
     my $self = shift;
-    my $classification_id = shift;
+    my $class_id = shift;
+    my $class_restricted = Bugzilla->params->{'useclassification'} && $class_id;
+
+    if (!defined $self->{selectable_products}) {
+        my $query = "SELECT id " .
+                    "  FROM products " .
+                 "LEFT JOIN group_control_map " .
+                    "    ON group_control_map.product_id = products.id ";
+        if (Bugzilla->params->{'useentrygroupdefault'}) {
+            $query .= " AND group_control_map.entry != 0 ";
+        } else {
+            $query .= " AND group_control_map.membercontrol = " . CONTROLMAPMANDATORY;
+        }
+        $query .= "     AND group_id NOT IN(" . $self->groups_as_string . ") " .
+                  "   WHERE group_id IS NULL " .
+                  "ORDER BY name";
 
-    if (defined $self->{selectable_products}) {
-        return $self->{selectable_products};
+        my $prod_ids = Bugzilla->dbh->selectcol_arrayref($query);
+        $self->{selectable_products} = Bugzilla::Product->new_from_list($prod_ids);
     }
 
-    my $dbh = Bugzilla->dbh;
-    my @params = ();
-
-    my $query = "SELECT id " .
-                "FROM products " .
-                "LEFT JOIN group_control_map " .
-                "ON group_control_map.product_id = products.id ";
-    if (Bugzilla->params->{'useentrygroupdefault'}) {
-        $query .= "AND group_control_map.entry != 0 ";
-    } else {
-        $query .= "AND group_control_map.membercontrol = " .
-                  CONTROLMAPMANDATORY . " ";
-    }
-    $query .= "AND group_id NOT IN(" . 
-               $self->groups_as_string . ") " .
-              "WHERE group_id IS NULL ";
-
-    if (Bugzilla->params->{'useclassification'} && $classification_id) {
-        $query .= "AND classification_id = ? ";
-        detaint_natural($classification_id);
-        push(@params, $classification_id);
+    # Restrict the list of products to those being in the classification, if any.
+    if ($class_restricted) {
+        return [grep {$_->classification_id == $class_id} @{$self->{selectable_products}}];
     }
-
-    $query .= "ORDER BY name";
-
-    my $prod_ids = $dbh->selectcol_arrayref($query, undef, @params);
-    $self->{selectable_products} = Bugzilla::Product->new_from_list($prod_ids);
+    # If we come here, then we want all selectable products.
     return $self->{selectable_products};
 }
 
@@ -594,15 +704,15 @@ sub can_enter_product {
     }
     # It could be closed for bug entry...
     elsif ($product->disallow_new) {
-        ThrowUserError('product_disabled', {product => $product->name});
+        ThrowUserError('product_disabled', {product => $product});
     }
     # It could have no components...
     elsif (!@{$product->components}) {
-        ThrowUserError('missing_component', {product => $product->name});
+        ThrowUserError('missing_component', {product => $product});
     }
     # It could have no versions...
     elsif (!@{$product->versions}) {
-        ThrowUserError ('missing_version', {product => $product->name});
+        ThrowUserError ('missing_version', {product => $product});
     }
 
     die "can_enter_product reached an unreachable location.";
@@ -642,6 +752,31 @@ sub get_enterable_products {
     return $self->{enterable_products};
 }
 
+sub get_accessible_products {
+    my $self = shift;
+    
+    # Map the objects into a hash using the ids as keys
+    my %products = map { $_->id => $_ }
+                       @{$self->get_selectable_products},
+                       @{$self->get_enterable_products};
+    
+    return [ values %products ];
+}
+
+sub check_can_admin_product {
+    my ($self, $product_name) = @_;
+
+    # First make sure the product name is valid.
+    my $product = Bugzilla::Product::check_product($product_name);
+
+    ($self->in_group('editcomponents', $product->id)
+       && $self->can_see_product($product->name))
+         || ThrowUserError('product_access_denied', {product => $product->name});
+
+    # Return the validated product object.
+    return $product;
+}
+
 sub can_request_flag {
     my ($self, $flag_type) = @_;
 
@@ -767,7 +902,7 @@ sub derive_regexp_groups {
                                          AND isbless = 0
                                          AND grant_type = ?});
     while (my ($group, $regexp, $present) = $sth->fetchrow_array()) {
-        if (($regexp ne '') && ($self->{login} =~ m/$regexp/i)) {
+        if (($regexp ne '') && ($self->login =~ m/$regexp/i)) {
             $group_insert->execute($id, $group, GRANT_REGEXP) unless $present;
         } else {
             $group_delete->execute($id, $group, GRANT_REGEXP) if $present;
@@ -777,23 +912,20 @@ sub derive_regexp_groups {
 
 sub product_responsibilities {
     my $self = shift;
+    my $dbh = Bugzilla->dbh;
 
     return $self->{'product_resp'} if defined $self->{'product_resp'};
     return [] unless $self->id;
 
-    my $h = Bugzilla->dbh->selectall_arrayref(
-        qq{SELECT products.name AS productname,
-                  components.name AS componentname,
-                  initialowner,
-                  initialqacontact
-           FROM products, components
-           WHERE products.id = components.product_id
-             AND ? IN (initialowner, initialqacontact)
-          },
-        {'Slice' => {}}, $self->id);
-    $self->{'product_resp'} = $h;
-
-    return $h;
+    my $comp_ids = $dbh->selectcol_arrayref('SELECT id FROM components
+                                              WHERE initialowner = ?
+                                                 OR initialqacontact = ?',
+                                              undef, ($self->id, $self->id));
+
+    # We cannot |use| it, because Component.pm already |use|s User.pm.
+    require Bugzilla::Component;
+    $self->{'product_resp'} = Bugzilla::Component->new_from_list($comp_ids);
+    return $self->{'product_resp'};
 }
 
 sub can_bless {
@@ -1101,10 +1233,11 @@ sub match_field {
 
             # skip confirmation for exact matches
             if ((scalar(@{$users}) == 1)
-                && (lc(@{$users}[0]->{'login'}) eq lc($query)))
+                && (lc(@{$users}[0]->login) eq lc($query)))
+
             {
                 $cgi->append(-name=>$field,
-                             -values=>[@{$users}[0]->{'login'}]);
+                             -values=>[@{$users}[0]->login]);
 
                 next;
             }
@@ -1117,7 +1250,7 @@ sub match_field {
             if (scalar(@{$users}) == 1) { # exactly one match
 
                 $cgi->append(-name=>$field,
-                             -values=>[@{$users}[0]->{'login'}]);
+                             -values=>[@{$users}[0]->login]);
 
                 $need_confirm = 1 if $params->{'confirmuniqueusermatch'};
 
@@ -1207,12 +1340,6 @@ sub wants_bug_mail {
     my $self = shift;
     my ($bug_id, $relationship, $fieldDiffs, $commentField, $changer, $bug_is_new) = @_;
 
-    # Don't send any mail, ever, if account is disabled 
-    # XXX Temporary Compatibility Change 1 of 2:
-    # This code is disabled for the moment to make the behaviour like the old
-    # system, which sent bugmail to disabled accounts.
-    # return 0 if $self->{'disabledtext'};
-    
     # Make a list of the events which have happened during this bug change,
     # from the point of view of this user.    
     my %events;    
@@ -1224,11 +1351,7 @@ sub wants_bug_mail {
         }
         else {
             # Catch-all for any change not caught by a more specific event
-            # XXX: Temporary Compatibility Change 2 of 2:
-            # This code is disabled, and replaced with the code a few lines
-            # below, in order to make the behaviour more like the original, 
-            # which only added this event if _all_ changes were of "other" type.
-            # $events{+EVT_OTHER} = 1;            
+            $events{+EVT_OTHER} = 1;            
         }
 
         # If the user is in a particular role and the value of that role
@@ -1269,12 +1392,6 @@ sub wants_bug_mail {
     
     my @event_list = keys %events;
     
-    # XXX Temporary Compatibility Change 2 of 2:
-    # See above comment.
-    if (!scalar(@event_list)) {
-      @event_list = (EVT_OTHER);
-    }
-    
     my $wants_mail = $self->wants_mail(\@event_list, $relationship);
 
     # The negative events are handled separately - they can't be incorporated
@@ -1282,7 +1399,7 @@ sub wants_bug_mail {
     # 
     # We do them separately because if _any_ of them are set, we don't want
     # the mail.
-    if ($wants_mail && $changer && ($self->{'login'} eq $changer)) {
+    if ($wants_mail && $changer && ($self->login eq $changer)) {
         $wants_mail &= $self->wants_mail([EVT_CHANGED_BY_ME], $relationship);
     }    
     
@@ -1317,14 +1434,17 @@ sub wants_mail {
     
     # No mail if there are no events
     return 0 if !scalar(@$events);
-    
-    my $dbh = Bugzilla->dbh;
-    
+
     # If a relationship isn't given, default to REL_ANY.
     if (!defined($relationship)) {
         $relationship = REL_ANY;
     }
-    
+
+    # Skip DB query if relationship is explicit
+    return 1 if $relationship == REL_GLOBAL_WATCHER;
+
+    my $dbh = Bugzilla->dbh;
+
     my $wants_mail = 
         $dbh->selectrow_array('SELECT 1
                                  FROM email_setting
@@ -1490,7 +1610,8 @@ sub is_available_username {
 sub login_to_id {
     my ($login, $throw_error) = @_;
     my $dbh = Bugzilla->dbh;
-    # $login will only be used by the following SELECT statement, so it's safe.
+    # No need to validate $login -- it will be used by the following SELECT
+    # statement only, so it's safe to simply trick_taint.
     trick_taint($login);
     my $user_id = $dbh->selectrow_array("SELECT userid FROM profiles WHERE " .
                                         $dbh->sql_istrcmp('login_name', '?'),
@@ -1525,6 +1646,8 @@ sub validate_password {
     } elsif ((defined $matchpassword) && ($password ne $matchpassword)) {
         ThrowUserError('passwords_dont_match');
     }
+    # Having done these checks makes us consider the password untainted.
+    trick_taint($_[0]);
     return 1;
 }
 
@@ -1594,6 +1717,42 @@ confirmation screen.
 
 =head1 METHODS
 
+=head2 Saved and Shared Queries
+
+=over
+
+=item C<queries>
+
+Returns an arrayref of the user's own saved queries, sorted by name. The 
+array contains L<Bugzilla::Search::Saved> objects.
+
+=item C<queries_subscribed>
+
+Returns an arrayref of shared queries that the user has subscribed to.
+That is, these are shared queries that the user sees in their footer.
+This array contains L<Bugzilla::Search::Saved> objects.
+
+=item C<queries_available>
+
+Returns an arrayref of all queries to which the user could possibly
+subscribe. This includes the contents of L</queries_subscribed>.
+An array of L<Bugzilla::Search::Saved> objects.
+
+=item C<flush_queries_cache>
+
+Some code modifies the set of stored queries. Because C<Bugzilla::User> does
+not handle these modifications, but does cache the result of calling C<queries>
+internally, such code must call this method to flush the cached result.
+
+=item C<queryshare_groups>
+
+An arrayref of group ids. The user can share their own queries with these
+groups.
+
+=back
+
+=head2 Other Methods
+
 =over
 
 =item C<id>
@@ -1642,35 +1801,6 @@ returned.
 Sets the L<Bugzilla::Auth> object to be returned by C<authorizer()>.
 Should only be called by C<Bugzilla::Auth::login>, for the most part.
 
-=item C<queries>
-
-Returns an array of the user's named queries, sorted in a case-insensitive
-order by name. Each entry is a hash with five keys:
-
-=over
-
-=item *
-
-id - The ID of the query
-
-=item *
-
-userid - The query owner's user ID
-
-=item *
-
-name - The name of the query
-
-=item *
-
-query - The text for the query
-
-=item *
-
-link_in_footer - Whether or not the query should be displayed in the footer.
-
-=back
-
 =item C<disabledtext>
 
 Returns the disable text of the user, if any.
@@ -1689,12 +1819,6 @@ value          - the value of this setting for this user. Will be the same
 is_default     - a boolean to indicate whether the user has chosen to make
                  a preference for themself or use the site default.
 
-=item C<flush_queries_cache>
-
-Some code modifies the set of stored queries. Because C<Bugzilla::User> does
-not handle these modifications, but does cache the result of calling C<queries>
-internally, such code must call this method to flush the cached result.
-
 =item C<groups>
 
 Returns a hashref of group names for groups the user is a member of. The keys
@@ -1704,13 +1828,15 @@ obtained by C<values(%{$user-E<gt>groups})>.)
 
 =item C<groups_as_string>
 
-Returns a string containing a comma-seperated list of numeric group ids.  If
+Returns a string containing a comma-separated list of numeric group ids.  If
 the user is not a member of any groups, returns "-1". This is most often used
 within an SQL IN() function.
 
-=item C<in_group>
+=item C<in_group($group_name, $product_id)>
 
-Determines whether or not a user is in the given group by name. 
+Determines whether or not a user is in the given group by name.
+If $product_id is given, it also checks for local privileges for
+this product.
 
 =item C<in_group_id>
 
@@ -1725,6 +1851,12 @@ The arrayref consists of the groups the user can bless, taking into account
 that having editusers permissions means that you can bless all groups, and
 that you need to be aware of a group in order to bless a group.
 
+=item C<get_products_by_permission($group)>
+
+Returns a list of product objects for which the user has $group privileges
+and which he can access.
+$group must be one of the groups defined in PER_PRODUCT_PRIVILEGES.
+
 =item C<can_see_user(user)>
 
 Returns 1 if the specified user account exists and is visible to the user,
@@ -1799,6 +1931,14 @@ method should be called in such a case to force reresolution of these groups.
 
  Returns:     an array of product objects.
 
+=item C<check_can_admin_product($product_name)>
+
+ Description: Checks whether the user is allowed to administrate the product.
+
+ Params:      $product_name - a product name.
+
+ Returns:     On success, a product object. On failure, an error is thrown.
+
 =item C<can_request_flag($flag_type)>
 
  Description: Checks whether the user can request flags of the given type.
@@ -1848,29 +1988,8 @@ list).
 
 =item C<product_responsibilities>
 
-Retrieve user's product responsibilities as a list of hashes.
-One hash per Bugzilla component the user has a responsibility for.
-These are the hash keys:
-
-=over
-
-=item productname
-
-Name of the product.
-
-=item componentname
-
-Name of the component.
-
-=item initialowner
-
-User ID of default assignee.
-
-=item initialqacontact
-
-User ID of default QA contact.
-
-=back
+Retrieve user's product responsibilities as a list of component objects.
+Each object is a component the user has a responsibility for.
 
 =item C<can_bless>
 
@@ -1966,6 +2085,7 @@ we return an empty string.
 
 Returns true if a password is valid (i.e. meets Bugzilla's
 requirements for length and content), else returns false.
+Untaints C<$passwd1> if successful.
 
 If a second password is passed in, this function also verifies that
 the two passwords match.
diff --git a/Bugzilla/User/CVS/Entries b/Bugzilla/User/CVS/Entries
index e18400541..c3b3d1030 100644
--- a/Bugzilla/User/CVS/Entries
+++ b/Bugzilla/User/CVS/Entries
@@ -1,2 +1,2 @@
-/Setting.pm/1.9/Thu Sep 14 06:57:30 2006//TBUGZILLA-2_23_3
+/Setting.pm/1.10/Mon Dec 11 18:00:46 2006//TBUGZILLA-2_23_4
 D/Setting////
diff --git a/Bugzilla/User/CVS/Tag b/Bugzilla/User/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/User/CVS/Tag
+++ b/Bugzilla/User/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/User/Setting.pm b/Bugzilla/User/Setting.pm
index ad39d194b..bdc653b97 100644
--- a/Bugzilla/User/Setting.pm
+++ b/Bugzilla/User/Setting.pm
@@ -15,7 +15,7 @@
 # Contributor(s): Shane H. W. Travis <travis@sedsystems.ca>
 #                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #                 Marc Schumann <wurblzap@gmail.com>
-#
+#                 Frédéric Buclin <LpSolit@gmail.com>
 
 
 package Bugzilla::User::Setting;
@@ -128,15 +128,28 @@ sub new {
 ###############################
 
 sub add_setting {
-    my ($name, $values, $default_value, $subclass) = @_;
+    my ($name, $values, $default_value, $subclass, $force_check) = @_;
     my $dbh = Bugzilla->dbh;
 
-    return if _setting_exists($name);
+    my $exists = _setting_exists($name);
+    return if ($exists && !$force_check);
 
     ($name && $default_value)
       ||  ThrowCodeError("setting_info_invalid");
 
-    print get_text('install_setting_new', { name => $name }) . "\n";
+    if ($exists) {
+        # If this setting exists, we delete it and regenerate it.
+        $dbh->do('DELETE FROM setting_value WHERE name = ?', undef, $name);
+        $dbh->do('DELETE FROM setting WHERE name = ?', undef, $name);
+        # Remove obsolete user preferences for this setting.
+        my $list = join(', ', map {$dbh->quote($_)} @$values);
+        $dbh->do("DELETE FROM profile_setting
+                  WHERE setting_name = ? AND setting_value NOT IN ($list)",
+                  undef, $name);
+    }
+    else {
+        print get_text('install_setting_new', { name => $name }) . "\n";
+    }
     $dbh->do(q{INSERT INTO setting (name, default_value, is_enabled, subclass)
                     VALUES (?, ?, 1, ?)},
              undef, ($name, $default_value, $subclass));
diff --git a/Bugzilla/User/Setting/CVS/Entries b/Bugzilla/User/Setting/CVS/Entries
index dbc434efa..0570a2ace 100644
--- a/Bugzilla/User/Setting/CVS/Entries
+++ b/Bugzilla/User/Setting/CVS/Entries
@@ -1,2 +1,2 @@
-/Skin.pm/1.1/Wed Sep  6 20:45:30 2006//TBUGZILLA-2_23_3
+/Skin.pm/1.1/Wed Sep  6 20:45:30 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/User/Setting/CVS/Tag b/Bugzilla/User/Setting/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/User/Setting/CVS/Tag
+++ b/Bugzilla/User/Setting/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm
index d346d2547..4a87ff042 100644
--- a/Bugzilla/Util.pm
+++ b/Bugzilla/Util.pm
@@ -456,6 +456,10 @@ sub validate_email_syntax {
     my ($addr) = @_;
     my $match = Bugzilla->params->{'emailregexp'};
     my $ret = ($addr =~ /$match/ && $addr !~ /[\\\(\)<>&,;:"\[\] \t\r\n]/);
+    if ($ret) {
+        # We assume these checks to suffice to consider the address untainted.
+        trick_taint($_[0]);
+    }
     return $ret ? 1 : 0;
 }
 
@@ -893,6 +897,7 @@ and tokens.
 
 Do a syntax checking for a legal email address and returns 1 if
 the check is successful, else returns 0.
+Untaints C<$email> if successful.
 
 =item C<validate_date($date)>
 
diff --git a/Bugzilla/Version.pm b/Bugzilla/Version.pm
index 4d47ecdeb..f48de9089 100644
--- a/Bugzilla/Version.pm
+++ b/Bugzilla/Version.pm
@@ -13,11 +13,14 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Tiago R. Mello <timello@async.com.br>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 use strict;
 
 package Bugzilla::Version;
 
+use base qw(Bugzilla::Object);
+
 use Bugzilla::Util;
 use Bugzilla::Error;
 
@@ -27,49 +30,44 @@ use Bugzilla::Error;
 
 use constant DEFAULT_VERSION => 'unspecified';
 
+use constant DB_TABLE => 'versions';
+
 use constant DB_COLUMNS => qw(
-    versions.value
-    versions.product_id
+    id
+    value
+    product_id
 );
 
-our $columns = join(", ", DB_COLUMNS);
+use constant NAME_FIELD => 'value';
+use constant LIST_ORDER => NAME_FIELD;
 
 sub new {
-    my $invocant = shift;
-    my $class = ref($invocant) || $invocant;
-    my $self = {};
-    bless($self, $class);
-    return $self->_init(@_);
-}
-
-sub _init {
-    my $self = shift;
-    my ($product_id, $value) = (@_);
+    my $class = shift;
+    my $param = shift;
     my $dbh = Bugzilla->dbh;
 
-    my $version;
-
-    if (defined $product_id
-        && detaint_natural($product_id)
-        && defined $value) {
-
-        trick_taint($value);
-        $version = $dbh->selectrow_hashref(qq{
-            SELECT $columns FROM versions
-            WHERE value = ?
-            AND product_id = ?}, undef, ($value, $product_id));
-    } else {
-        ThrowCodeError('bad_arg',
-            {argument => 'product_id/value',
-             function => 'Bugzilla::Version::_init'});
+    my $product;
+    if (ref $param) {
+        $product = $param->{product};
+        my $name = $param->{name};
+        if (!defined $product) {
+            ThrowCodeError('bad_arg',
+                {argument => 'product',
+                 function => "${class}::new"});
+        }
+        if (!defined $name) {
+            ThrowCodeError('bad_arg',
+                {argument => 'name',
+                 function => "${class}::new"});
+        }
+
+        my $condition = 'product_id = ? AND value = ?';
+        my @values = ($product->id, $name);
+        $param = { condition => $condition, values => \@values };
     }
 
-    return undef unless (defined $version);
-
-    foreach my $field (keys %$version) {
-        $self->{$field} = $version->{$field};
-    }
-    return $self;
+    unshift @_, $param;
+    return $class->SUPER::new(@_);
 }
 
 sub bug_count {
@@ -110,7 +108,7 @@ sub update {
     $name = clean_text($name);
 
     return 0 if ($name eq $self->name);
-    my $version = new Bugzilla::Version($self->product_id, $name);
+    my $version = new Bugzilla::Version({ product => $product, name => $name });
 
     if ($version) {
         ThrowUserError('version_already_exists',
@@ -147,7 +145,8 @@ sub check_version {
     my ($product, $version_name) = @_;
 
     $version_name || ThrowUserError('version_not_specified');
-    my $version = new Bugzilla::Version($product->id, $version_name);
+    my $version = new Bugzilla::Version(
+        { product => $product, name => $version_name });
     unless ($version) {
         ThrowUserError('version_not_valid',
                        {'product' => $product->name,
@@ -166,7 +165,7 @@ sub create {
     # Remove unprintable characters
     $name = clean_text($name);
 
-    my $version = new Bugzilla::Version($product->id, $name);
+    my $version = new Bugzilla::Version({ product => $product, name => $name });
     if ($version) {
         ThrowUserError('version_already_exists',
                        {'name' => $version->name,
@@ -178,8 +177,7 @@ sub create {
     $dbh->do(q{INSERT INTO versions (value, product_id)
                VALUES (?, ?)}, undef, ($name, $product->id));
 
-    $version = new Bugzilla::Version($product->id, $name);
-    return $version;
+    return new Bugzilla::Version($dbh->bz_last_key('versions', 'id'));
 }
 
 1;
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index efe8258df..b38596f2a 100755
--- a/Bugzilla/WebService.pm
+++ b/Bugzilla/WebService.pm
@@ -19,6 +19,7 @@ package Bugzilla::WebService;
 
 use strict;
 use Bugzilla::WebService::Constants;
+use Date::Parse;
 
 sub fail_unimplemented {
     my $this = shift;
@@ -28,6 +29,18 @@ sub fail_unimplemented {
         ->faultstring('Service Unimplemented');
 }
 
+sub datetime_format {
+    my ($self, $date_string) = @_;
+
+    my $time = str2time($date_string);
+    my ($sec, $min, $hour, $mday, $mon, $year) = localtime $time;
+    # This format string was stolen from SOAP::Utils->format_datetime,
+    # which doesn't work but which has almost the right format string.
+    my $iso_datetime = sprintf('%d%02d%02dT%02d:%02d:%02d',
+        $year + 1900, $mon + 1, $mday, $hour, $min, $sec);
+    return $iso_datetime;
+}
+
 package Bugzilla::WebService::XMLRPC::Transport::HTTP::CGI;
 
 use strict;
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 6698fdc97..a632ffaf0 100755
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -13,24 +13,447 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Marc Schumann <wurblzap@gmail.com>
+#                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::WebService::Bug;
 
 use strict;
 use base qw(Bugzilla::WebService);
+import SOAP::Data qw(type);
 
+use Bugzilla::Constants;
+use Bugzilla::Error;
+use Bugzilla::Field;
 use Bugzilla::WebService::Constants;
 use Bugzilla::Util qw(detaint_natural);
 use Bugzilla::Bug;
+use Bugzilla::BugMail;
+use Bugzilla::Constants;
 
-sub get_bug {
-    my $self = shift;
-    my ($bug_id) = @_;
+#############
+# Constants #
+#############
 
-    Bugzilla->login;
+# This maps the names of internal Bugzilla bug fields to things that would
+# make sense to somebody who's not intimately familiar with the inner workings
+# of Bugzilla. (These are the field names that the WebService uses.)
+use constant FIELD_MAP => {
+    status      => 'bug_status',
+    severity    => 'bug_severity',
+    description => 'comment',
+    summary     => 'short_desc',
+    platform    => 'rep_platform',
+};
 
-    ValidateBugID($bug_id);
-    return new Bugzilla::Bug($bug_id);
+use constant GLOBAL_SELECT_FIELDS => qw(
+    bug_severity
+    bug_status
+    op_sys
+    priority
+    rep_platform
+    resolution
+);
+
+use constant PRODUCT_SPECIFIC_FIELDS => qw(version target_milestone component);
+
+###########
+# Methods #
+###########
+
+sub get_bugs {
+    my ($self, $params) = @_;
+    my $ids = $params->{ids};
+    defined $ids || ThrowCodeError('param_required', { param => 'ids' });
+
+    my @return;
+    foreach my $bug_id (@$ids) {
+        ValidateBugID($bug_id);
+        my $bug = new Bugzilla::Bug($bug_id);
+
+        # This is done in this fashion in order to produce a stable API.
+        # The internals of Bugzilla::Bug are not stable enough to just
+        # return them directly.
+        my $creation_ts = $self->datetime_format($bug->creation_ts);
+        my $delta_ts    = $self->datetime_format($bug->delta_ts);
+        my %item;
+        $item{'creation_time'}    = type('dateTime')->value($creation_ts);
+        $item{'last_change_time'} = type('dateTime')->value($delta_ts);
+        $item{'internals'}        = $bug;
+        $item{'id'}               = type('int')->value($bug->bug_id);
+        $item{'summary'}          = type('string')->value($bug->short_desc);
+
+        if (Bugzilla->params->{'usebugaliases'}) {
+            $item{'alias'} = type('string')->value($bug->alias);
+        }
+        else {
+            # For API reasons, we always want the value to appear, we just
+            # don't want it to have a value if aliases are turned off.
+            $item{'alias'} = undef;
+        }
+
+        push(@return, \%item);
+    }
+
+    return { bugs => \@return };
+}
+
+
+sub create {
+    my ($self, $params) = @_;
+
+    Bugzilla->login(LOGIN_REQUIRED);
+
+    my %field_values;
+    foreach my $field (keys %$params) {
+        my $field_name = FIELD_MAP->{$field} || $field;
+        $field_values{$field_name} = $params->{$field}; 
+    }
+
+    # Make sure all the required fields are in the hash.
+    foreach my $field (Bugzilla::Bug::REQUIRED_CREATE_FIELDS) {
+        $field_values{$field} = undef unless exists $field_values{$field};
+    }
+
+    # WebService users can't set the creation date of a bug.
+    delete $field_values{'creation_ts'};
+
+    my $bug = Bugzilla::Bug->create(\%field_values);
+
+    Bugzilla::BugMail::Send($bug->bug_id, { changer => $bug->reporter->login });
+
+    return { id => type('int')->value($bug->bug_id) };
+}
+
+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 $values;
+    if (grep($_ eq $field, GLOBAL_SELECT_FIELDS, @custom_select)) {
+        $values = get_legal_field_values($field);
+    }
+    elsif (grep($_ eq $field, PRODUCT_SPECIFIC_FIELDS)) {
+        my $id = $params->{product_id};
+        defined $id || ThrowCodeError('param_required',
+            { function => 'Bug.legal_values', param => 'product_id' });
+        grep($_->id eq $id, @{Bugzilla->user->get_accessible_products})
+            || ThrowUserError('product_access_denied', { product => $id });
+
+        my $product = new Bugzilla::Product($id);
+        my @objects;
+        if ($field eq 'version') {
+            @objects = @{$product->versions};
+        }
+        elsif ($field eq 'target_milestone') {
+            @objects = @{$product->milestones};
+        }
+        elsif ($field eq 'component') {
+            @objects = @{$product->components};
+        }
+
+        $values = [map { $_->name } @objects];
+    }
+    else {
+        ThrowCodeError('invalid_field_name', { field => $params->{field} });
+    }
+
+    my @result;
+    foreach my $val (@$values) {
+        push(@result, type('string')->value($val));
+    }
+
+    return { values => \@result };
 }
 
 1;
+
+__END__
+
+=head1 NAME
+
+Bugzilla::Webservice::Bug - The API for creating, changing, and getting the
+details of bugs.
+
+=head1 DESCRIPTION
+
+This part of the Bugzilla API allows you to file a new bug in Bugzilla,
+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>.
+
+=head2 Utility Functions
+
+=over
+
+=item C<legal_values> B<EXPERIMENTAL>
+
+=over
+
+=item B<Description>
+
+Tells you what values are allowed for a particular field.
+
+=item B<Params>
+
+=over
+
+=item C<field> - The name of the field you want information about.
+This should be the same as the name you would use in L</create>, below.
+
+=item C<product_id> - If you're picking a product-specific field, you have
+to specify the id of the product you want the values for.
+
+=back
+
+=item B<Returns> 
+
+C<values> - An array of strings: the legal values for this field.
+The values will be sorted as they normally would be in Bugzilla.
+
+=item B<Errors>
+
+=over
+
+=item 106 (Invalid Product)
+
+You were required to specify a product, and either you didn't, or you
+specified an invalid product (or a product that you can't access).
+
+=item 108 (Invalid Field Name)
+
+You specified a field that doesn't exist or isn't a drop-down field.
+
+=back
+
+=back
+
+
+=back
+
+=head2 Bug Creation and Modification
+
+=over
+
+=item C<get_bugs> B<EXPERIMENTAL>
+
+=over
+
+=item B<Description>
+
+Gets information about particular bugs in the database.
+
+=item B<Params>
+
+=over
+
+=item C<ids>
+
+An array of numbers and strings.
+
+If an element in the array is entirely numeric, it represents a bug_id
+from the Bugzilla database to fetch. If it contains any non-numeric 
+characters, it is considered to be a bug alias instead, and the bug with 
+that alias will be loaded. 
+
+Note that it's possible for aliases to be disabled in Bugzilla, in which
+case you will be told that you have specified an invalid bug_id if you
+try to specify an alias. (It will be error 100.)
+
+=back
+
+=item B<Returns>
+
+A hash containing a single element, C<bugs>. This is an array of hashes. 
+Each hash contains the following items:
+
+=over
+
+=item id
+
+C<int> The numeric bug_id of this bug.
+
+=item alias
+
+C<string> The alias of this bug. If there is no alias or aliases are 
+disabled in this Bugzilla, this will be an empty string.
+
+=item summary
+
+C<string> The summary of this bug.
+
+=item creation_time
+
+C<dateTime> When the bug was created.
+
+=item last_change_time
+
+C<dateTime> When the bug was last changed.
+
+=item internals B<UNSTABLE>
+
+A hash. The internals of a L<Bugzilla::Bug> object. This is extremely
+unstable, and you should only rely on this if you absolutely have to. The
+structure of the hash may even change between point releases of Bugzilla.
+
+=back
+
+=item B<Errors>
+
+=over
+
+=item 100 (Invalid Bug Alias)
+
+If you specified an alias and either: (a) the Bugzilla you're querying
+doesn't support aliases or (b) there is no bug with that alias.
+
+=item 101 (Invalid Bug ID)
+
+The bug_id you specified doesn't exist in the database.
+
+=item 102 (Access Denied)
+
+You do not have access to the bug_id you specified.
+
+=back
+
+=back
+
+
+
+=item C<create> B<EXPERIMENTAL>
+
+=over
+
+=item B<Description>
+
+This allows you to create a new bug in Bugzilla. If you specify any
+invalid fields, they will be ignored. If you specify any fields you
+are not allowed to set, they will just be set to their defaults or ignored.
+
+You cannot currently set all the items here that you can set on enter_bug.cgi.
+
+The WebService interface may allow you to set things other than those listed
+here, but realize that anything undocumented is B<UNSTABLE> and will very
+likely change in the future.
+
+=item B<Params>
+
+Some params must be set, or an error will be thrown. These params are
+marked B<Required>. 
+
+Some parameters can have defaults set in Bugzilla, by the administrator.
+If these parameters have defaults set, you can omit them. These parameters
+are marked B<Defaulted>.
+
+Clients that want to be able to interact uniformly with multiple
+Bugzillas should always set both the params marked B<Required> and those 
+marked B<Defaulted>, because some Bugzillas may not have defaults set
+for B<Defaulted> parameters, and then this method will throw an error
+if you don't specify them.
+
+The descriptions of the parameters below are what they mean when Bugzilla is
+being used to track software bugs. They may have other meanings in some
+installations.
+
+=over
+
+=item C<product> (string) B<Required> - The name of the product the bug
+is being filed against.
+
+=item C<component> (string) B<Required> - The name of a component in the
+product above.
+
+=item C<summary> (string) B<Required> - A brief description of the bug being
+filed.
+
+=item C<version> (string) B<Required> - A version of the product above;
+the version the bug was found in.
+
+=item C<description> (string) B<Defaulted> - The initial description for 
+this bug. Some Bugzilla installations require this to not be blank.
+
+=item C<op_sys> (string) B<Defaulted> - The operating system the bug was
+discovered on.
+
+=item C<platform> (string) B<Defaulted> - What type of hardware the bug was
+experienced on.
+
+=item C<priority> (string) B<Defaulted> - What order the bug will be fixed
+in by the developer, compared to the developer's other bugs.
+
+=item C<severity> (string) B<Defaulted> - How severe the bug is.
+
+=item C<alias> (string) - A brief alias for the bug that can be used 
+instead of a bug number when accessing this bug. Must be unique in
+all of this Bugzilla.
+
+=item C<assigned_to> (username) - A user to assign this bug to, if you
+don't want it to be assigned to the component owner.
+
+=item C<cc> (array) - An array of usernames to CC on this bug.
+
+=item C<qa_contact> (username) - If this installation has QA Contacts
+enabled, you can set the QA Contact here if you don't want to use
+the component's default QA Contact.
+
+=item C<status> (string) - The status that this bug should start out as.
+Note that only certain statuses can be set on bug creation.
+
+=item C<target_milestone> (string) - A valid target milestone for this
+product.
+
+=back
+
+In addition to the above parameters, if your installation has any custom
+fields, you can set them just by passing in the name of the field and
+its value as a string.
+
+=item B<Returns>
+
+A hash with one element, C<id>. This is the id of the newly-filed bug.
+
+=item B<Errors>
+
+=over
+
+=item 103 (Invalid Alias)
+
+The alias you specified is invalid for some reason. See the error message
+for more details.
+
+=item 104 (Invalid Field)
+
+One of the drop-down fields has an invalid value. The error message will
+have more detail.
+
+=item 105 (Invalid Component)
+
+Either you didn't specify a component, or the component you specified was
+invalid.
+
+=item 106 (Invalid Product)
+
+Either you didn't specify a product, this product doesn't exist, or
+you don't have permission to enter bugs in this product.
+
+=item 107 (Invalid Summary)
+
+You didn't specify a summary for the bug.
+
+=item 504 (Invalid User)
+
+Either the QA Contact, Assignee, or CC lists have some invalid user
+in them. The error message will have more details.
+
+=back
+
+=back
+
+
+=back
diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm
index 698dabbe8..1eeeebddc 100755
--- a/Bugzilla/WebService/Bugzilla.pm
+++ b/Bugzilla/WebService/Bugzilla.pm
@@ -14,24 +14,26 @@
 #
 # Contributor(s): Marc Schumann <wurblzap@gmail.com>
 #                 Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Mads Bondo Dydensborg <mbd@dbc.dk>
 
 package Bugzilla::WebService::Bugzilla;
 
 use strict;
 use base qw(Bugzilla::WebService);
 use Bugzilla::Constants;
+import SOAP::Data qw(type);
 
 use Time::Zone;
 
 sub version {
-    return BUGZILLA_VERSION;
+    return { version => type('string')->value(BUGZILLA_VERSION) };
 }
 
 sub timezone {
     my $offset = tz_offset();
     $offset = (($offset / 60) / 60) * 100;
     $offset = sprintf('%+05d', $offset);
-    return $offset;
+    return { timezone => type('string')->value($offset) };
 }
 
 1;
@@ -42,11 +44,6 @@ __END__
 
 Bugzilla::WebService::Bugzilla - Global functions for the webservice interface.
 
-=head1 SYNOPSIS
-
- my $version = Bugzilla.version;
- my $tz = Bugzilla.timezone;
-
 =head1 DESCRIPTION
 
 This provides functions that tell you about Bugzilla in general.
@@ -58,14 +55,42 @@ and B<EXPERIMENTAL> mean.
 
 =over
 
-=item C<version>
+=item C<version> B<EXPERIMENTAL>
+
+=over
+
+=item B<Description>
 
-Returns the current version of Bugzilla, as a string.
+Returns the current version of Bugzilla.
 
-=item C<timezone>
+=item B<Params> (none)
+
+=item B<Returns>
+
+A hash with a single item, C<version>, that is the version as a
+string.
+
+=item B<Errors> (none)
+
+=back
 
-Returns the timezone of the server Bugzilla is running on, in (+/-)XXXX
-(RFC 2822) format. This is important because all dates/times that the
-webservice interface returns will be in this timezone.
+=item C<timezone> B<EXPERIMENTAL>
+
+=over
+
+=item B<Description>
+
+Returns the timezone of the server Bugzilla is running on. This is
+important because all dates/times that the webservice interface
+returns will be in this timezone.
+
+=item B<Params> (none)
+
+=item B<Returns>
+
+A hash with a single item, C<timezone>, that is the timezone as a
+string in (+/-)XXXX (RFC 2822) format.
+
+=back
 
 =back
diff --git a/Bugzilla/WebService/CVS/Entries b/Bugzilla/WebService/CVS/Entries
index 0af7f16eb..d2351245c 100644
--- a/Bugzilla/WebService/CVS/Entries
+++ b/Bugzilla/WebService/CVS/Entries
@@ -1,6 +1,6 @@
-/Bug.pm/1.1/Sat Aug 19 17:20:24 2006//TBUGZILLA-2_23_3
-/Bugzilla.pm/1.3/Fri Sep 29 23:47:06 2006//TBUGZILLA-2_23_3
-/Constants.pm/1.3/Fri Oct  6 06:30:18 2006//TBUGZILLA-2_23_3
-/Product.pm/1.1/Sat Aug 19 17:20:24 2006//TBUGZILLA-2_23_3
-/User.pm/1.2/Fri Oct  6 06:30:18 2006//TBUGZILLA-2_23_3
+/Bug.pm/1.4/Tue Nov 14 19:10:52 2006//TBUGZILLA-2_23_4
+/Bugzilla.pm/1.4/Tue Oct 31 23:26:28 2006//TBUGZILLA-2_23_4
+/Constants.pm/1.5/Mon Nov 13 03:04:25 2006//TBUGZILLA-2_23_4
+/Product.pm/1.3/Thu Nov  9 22:01:08 2006//TBUGZILLA-2_23_4
+/User.pm/1.3/Thu Nov  2 20:02:07 2006//TBUGZILLA-2_23_4
 D
diff --git a/Bugzilla/WebService/CVS/Tag b/Bugzilla/WebService/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/Bugzilla/WebService/CVS/Tag
+++ b/Bugzilla/WebService/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index ba26f3bfa..d1f816c84 100755
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -52,6 +52,26 @@ use constant WS_ERROR_CODE => {
     invalid_bug_id_or_alias     => 100,
     invalid_bug_id_non_existent => 101,
     bug_access_denied           => 102,
+    invalid_field_name          => 108,
+    # These all mean "invalid alias"
+    alias_not_defined        => 103,
+    alias_too_long           => 103,
+    alias_in_use             => 103,
+    alias_is_numeric         => 103,
+    alias_has_comma_or_space => 103,
+    # Misc. bug field errors
+    illegal_field => 104,
+    # Component errors
+    require_component       => 105,
+    component_name_too_long => 105,
+    component_not_valid     => 105,
+    # Invalid Product
+    no_products         => 106,
+    entry_access_denied => 106,
+    product_access_denied => 106,
+    product_disabled    => 106,
+    # Invalid Summary
+    require_summary => 107,
 
     # Authentication errors are usually 300-400.
     invalid_username_or_password => 300,
@@ -64,6 +84,10 @@ use constant WS_ERROR_CODE => {
     illegal_email_address => 501,
     password_too_short    => 502,
     password_too_long     => 503,
+    invalid_username      => 504,
+    # This is from strict_isolation, but it also basically means 
+    # "invalid user."
+    invalid_user_group    => 504,
 };
 
 # These are the fallback defaults for errors not in ERROR_CODE.
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm
index b56abb588..8111da120 100755
--- a/Bugzilla/WebService/Product.pm
+++ b/Bugzilla/WebService/Product.pm
@@ -13,24 +13,170 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Marc Schumann <wurblzap@gmail.com>
+#                 Mads Bondo Dydensborg <mbd@dbc.dk>
 
 package Bugzilla::WebService::Product;
 
 use strict;
 use base qw(Bugzilla::WebService);
 use Bugzilla::Product;
+use Bugzilla::User;
+import SOAP::Data qw(type);
 
-sub get_product {
-    my $self = shift;
-    my ($product_name) = @_;
+# Get the ids of the products the user can search
+sub get_selectable_products {
+    return {ids => [map {$_->id} @{Bugzilla->user->get_selectable_products}]}; 
+}
+
+# Get the ids of the products the user can enter bugs against
+sub get_enterable_products {
+    return {ids => [map {$_->id} @{Bugzilla->user->get_enterable_products}]}; 
+}
 
-    Bugzilla->login;
+# Get the union of the products the user can search and enter bugs against.
+sub get_accessible_products {
+    return {ids => [map {$_->id} @{Bugzilla->user->get_accessible_products}]}; 
+}
 
-    # Bugzilla::Product doesn't do permissions checks, so we can't do the call
-    # to Bugzilla::Product::new until a permissions check happens here.
-    $self->fail_unimplemented();
+# Get a list of actual products, based on list of ids
+sub get_products {
+    my ($self, $params) = @_;
+    
+    # Only products that are in the users accessible products, 
+    # can be allowed to be returned
+    my $accessible_products = Bugzilla->user->get_accessible_products;
 
-    return new Bugzilla::Product({'name' => $product_name});
+    # Create a hash with the ids the user wants
+    my %ids = map { $_ => 1 } @{$params->{ids}};
+    
+    # Return the intersection of this, by grepping the ids from 
+    # accessible products.
+    my @requested_accessible = grep { $ids{$_->id} } @$accessible_products;
+
+    # Now create a result entry for each.
+    my @products = 
+        map {{
+               internals   => $_,
+               id          => type('int')->value($_->id),
+               name        => type('string')->value($_->name),
+               description => type('string')->value($_->description), 
+             }
+        } @requested_accessible;
+
+    return { products => \@products };
 }
 
 1;
+
+__END__
+
+=head1 NAME
+
+Bugzilla::Webservice::User - The Product API
+
+=head1 DESCRIPTION
+
+This part of the Bugzilla API allows you to list the available Products and
+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.
+
+=head2 List Products
+
+=over
+
+=item C<get_selectable_products> B<UNSTABLE>
+
+=over
+
+=item B<Description>
+
+Returns a list of the ids of the products the user can search on.
+
+=item B<Params> (none)
+
+=item B<Returns>    
+
+A hash containing one item, C<ids>, that contains an array of product
+ids.
+
+=item B<Errors> (none)
+
+=back
+
+=item C<get_enterable_products> B<UNSTABLE>
+
+=over
+
+=item B<Description>
+
+Returns a list of the ids of the products the user can enter bugs
+against.
+
+=item B<Params> (none)
+
+=item B<Returns>
+
+A hash containing one item, C<ids>, that contains an array of product
+ids.
+
+=item B<Errors> (none)
+
+=back
+
+=item C<get_accessible_products> B<UNSTABLE>
+
+=over
+
+=item B<Description>
+
+Returns a list of the ids of the products the user can search or enter
+bugs against.
+
+=item B<Params> (none)
+
+=item B<Returns>
+
+A hash containing one item, C<ids>, that contains an array of product
+ids.
+
+=item B<Errors> (none)
+
+=back
+
+=item C<get_products> B<UNSTABLE>
+
+=over
+
+=item B<Description>
+
+Returns a list of information about the products passed to it.
+
+=item B<Params>
+
+A hash containing one item, C<ids>, that is an array of product ids. 
+
+=item B<Returns> 
+
+A hash containing one item, C<products>, that is an array of
+hashes. Each hash describes a product, and has the following items:
+C<id>, C<name>, C<description>, and C<internals>. The C<id> item is
+the id of the product. The C<name> item is the name of the
+product. The C<description> is the description of the
+product. Finally, the C<internals> is an internal representation of
+the product.
+
+Note, that if the user tries to access a product that is not in the
+list of accessible products for the user, or a product that does not
+exist, that is silently ignored, and no information about that product
+is returned.
+
+=item B<Errors> (none)
+
+=back
+
+=back
+
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index aa3c7490b..74e8f8e03 100755
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -14,6 +14,7 @@
 #
 # Contributor(s): Marc Schumann <wurblzap@gmail.com>
 #                 Max Kanat-Alexander <mkanat@bugzilla.org>
+#                 Mads Bondo Dydensborg <mbd@dbc.dk>
 
 package Bugzilla::WebService::User;
 
@@ -34,9 +35,9 @@ use Bugzilla::Token;
 ##############
 
 sub login {
-    my $self = shift;
-    my ($login, $password, $remember) = @_;
-
+    my ($self, $params) = @_;
+    my $remember = $params->{remember};
+    
     # Convert $remember from a boolean 0/1 value to a CGI-compatible one.
     if (defined($remember)) {
         $remember = $remember? 'on': '';
@@ -49,12 +50,12 @@ sub login {
 
     # Make sure the CGI user info class works if necessary.
     my $cgi = Bugzilla->cgi;
-    $cgi->param('Bugzilla_login', $login);
-    $cgi->param('Bugzilla_password', $password);
+    $cgi->param('Bugzilla_login', $params->{login});
+    $cgi->param('Bugzilla_password', $params->{password});
     $cgi->param('Bugzilla_remember', $remember);
 
     Bugzilla->login;
-    return Bugzilla->user->id;
+    return { id => type('int')->value(Bugzilla->user->id) };
 }
 
 sub logout {
@@ -62,6 +63,8 @@ sub logout {
 
     Bugzilla->login(LOGIN_OPTIONAL);
     Bugzilla->logout;
+
+    return undef;
 }
 
 #################
@@ -102,7 +105,7 @@ sub create {
         cryptpassword => $password
     });
 
-    return { user_id => type('int')->value($user->id) };
+    return { id => type('int')->value($user->id) };
 }
 
 1;
@@ -115,27 +118,115 @@ Bugzilla::Webservice::User - The User Account and Login API
 
 =head1 DESCRIPTION
 
-This part of the Bugzilla API allows you to create User Accounts.
+This part of the Bugzilla API allows you to create User Accounts and
+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.
 
+=head2 Logging In and Out
+
+=over
+
+=item C<login> B<EXPERIMENTAL>
+
+=over
+
+=item B<Description>
+
+Logging in, with a username and password, is required for many
+Bugzilla installations, in order to search for bugs, post new bugs,
+etc. This method logs in an user.
+
+=item B<Params>
+
+=over
+
+=item C<login> (string) - The user's login name. 
+
+=item C<password> (string) - The user's password.
+
+=item C<remember> (bool) B<Optional> - if the cookies returned by the
+call to login should expire with the session or not.  In order for
+this option to have effect the Bugzilla server must be configured to
+allow the user to set this option - the Bugzilla parameter
+I<rememberlogin> must be set to "defaulton" or
+"defaultoff". Addionally, the client application must implement
+management of cookies across sessions.
+
+=back
+
+=item B<Returns>
+
+On success, a hash containing one item, C<id>, the numeric id of the
+user that was logged in.  A set of http cookies is also sent with the
+response.  These cookies must be sent along with any future requests
+to the webservice, for the duration of the session.
+
+=item B<Errors>
+
+=over
+
+=item 300 (Invalid Username or Password)
+
+The username does not exist, or the password is wrong.
+
+=item 301 (Account Disabled)
+
+The account has been disabled.  A reason may be specified with the
+error.
+
+=back
+
+=back
+
+=item C<logout> B<EXPERIMENTAL>
+
+=over
+
+=item B<Description>
+
+Log out the user. Does nothing if there is no user logged in.
+
+=item B<Params> (none)
+
+=item B<Returns> (nothing)
+
+=item B<Errors> (none)
+
+=back
+
+=back
+
 =head2 Account Creation
 
 =over
 
 =item C<offer_account_by_email> B<EXPERIMENTAL>
 
-Description: Sends an email to the user, offering to create an account.
-             The user will have to click on a URL in the email, and
-             choose their password and real name.
-             This is the recommended way to create a Bugzilla account.
+=over
+
+=item B<Description>
 
-Params:     C<email> - The email to send the offer to.
+Sends an email to the user, offering to create an account.  The user
+will have to click on a URL in the email, and choose their password
+and real name.
 
-Returns:    nothing
+This is the recommended way to create a Bugzilla account.
+
+=item B<Param>
+
+=over
+
+=item C<email> (string) - the email to send the offer to.
+
+=back
+
+=item B<Returns> (nothing)
+
+=item B<Errors>
 
 =over
 
@@ -150,30 +241,46 @@ An account with that email address already exists in Bugzilla.
 
 =back
 
+=back
+
 =item C<create> B<EXPERIMENTAL>
 
-Description: Creates a user account directly in Bugzilla, password and all.
-             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.
-
-Params:      C<email> B<Required> - The email address for the new user.
-             C<full_name> - A string, the user's full name. Will be
-                 set to empty if not specified.
-             C<password> - The password for the new user account, in
-                 plain text. It will be stripped of leading and trailing
-                 whitespace. If blank or not specified, the newly
-                 created account will exist in Bugzilla, but will not
-                 be allowed to log in using DB authentication until a
-                 password is set either by the user (through resetting
-                 their password) or by the administrator.
-
-Returns:    A hash containing one item, C<user_id>, the numeric id of
-            the user that was created.
-
-Errors:     The same as L</offer_account_by_email>. If a password
-            is specified, the function may also throw:
+=over
+
+=item B<Description>
+
+Creates a user account directly in Bugzilla, password and all.
+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.
+
+=item B<Params>
+
+=over
+
+=item C<email> (string) - The email address for the new user.
+
+=item C<full_name> (string) B<Optional> - The user's full name. Will
+be set to empty if not specified.
+
+=item C<password> (string) B<Optional> - The password for the new user
+account, in plain text.  It will be stripped of leading and trailing
+whitespace.  If blank or not specified, the newly created account will
+exist in Bugzilla, but will not be allowed to log in using DB
+authentication until a password is set either by the user (through
+resetting their password) or by the administrator.
+
+=back
+
+=item B<Returns>
+
+A hash containing one item, C<id>, the numeric id of the user that was
+created.
+
+=item B<Errors>
+
+The same as L</offer_account_by_email>. If a password is specified,
+the function may also throw:
 
 =over
 
@@ -190,3 +297,5 @@ password is over ten characters.)
 =back
 
 =back
+
+=back
diff --git a/CVS/Entries b/CVS/Entries
index 071073233..2ae5ce2a3 100644
--- a/CVS/Entries
+++ b/CVS/Entries
@@ -1,71 +1,72 @@
-/.cvsignore/1.7/Tue Mar 28 19:49:01 2006//TBUGZILLA-2_23_3
-/Bugzilla.pm/1.50/Mon Sep 18 18:56:38 2006//TBUGZILLA-2_23_3
-/QUICKSTART/1.6/Mon Dec 26 19:43:57 2005//TBUGZILLA-2_23_3
-/README/1.52/Fri Oct 10 02:22:39 2003//TBUGZILLA-2_23_3
-/UPGRADING/1.1/Fri Aug 10 22:35:21 2001//TBUGZILLA-2_23_3
-/UPGRADING-pre-2.8/1.3/Thu Mar 27 00:06:37 2003//TBUGZILLA-2_23_3
-/attachment.cgi/1.124/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/buglist.cgi/1.346/Wed Oct  4 19:47:28 2006//TBUGZILLA-2_23_3
-/bugzilla.dtd/1.14/Mon Jun 26 21:05:31 2006//TBUGZILLA-2_23_3
-/chart.cgi/1.22/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_3
-/checksetup.pl/1.544/Thu Sep 14 06:57:29 2006//TBUGZILLA-2_23_3
-/colchange.cgi/1.58/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_3
-/collectstats.pl/1.57/Sat Aug 19 17:20:23 2006//TBUGZILLA-2_23_3
-/config.cgi/1.23/Mon Jul  3 21:42:45 2006//TBUGZILLA-2_23_3
-/createaccount.cgi/1.54/Tue Sep  5 19:18:26 2006//TBUGZILLA-2_23_3
-/describecomponents.cgi/1.36/Wed Jun 21 00:44:47 2006//TBUGZILLA-2_23_3
-/describekeywords.cgi/1.20/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_3
-/duplicates.cgi/1.59/Thu Jul  6 06:12:04 2006//TBUGZILLA-2_23_3
-/duplicates.xul/1.2/Thu Oct 21 19:02:28 2004//TBUGZILLA-2_23_3
-/editclassifications.cgi/1.26/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editcomponents.cgi/1.78/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editfields.cgi/1.5/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editflagtypes.cgi/1.48/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editgroups.cgi/1.81/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editkeywords.cgi/1.43/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editmilestones.cgi/1.55/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editparams.cgi/1.41/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editproducts.cgi/1.130/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editsettings.cgi/1.9/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editusers.cgi/1.138/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editvalues.cgi/1.19/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editversions.cgi/1.52/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/editwhines.cgi/1.20/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/enter_bug.cgi/1.150/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/importxml.pl/1.67/Sat Aug 19 17:20:23 2006//TBUGZILLA-2_23_3
-/index.cgi/1.23/Mon Aug 21 21:27:41 2006//TBUGZILLA-2_23_3
-/long_list.cgi/1.47/Tue Oct 25 19:31:31 2005//TBUGZILLA-2_23_3
-/mod_perl.pl/1.3/Thu Sep 21 22:49:29 2006//TBUGZILLA-2_23_3
-/page.cgi/1.19/Wed Jun 21 00:44:47 2006//TBUGZILLA-2_23_3
-/post_bug.cgi/1.179/Sat Sep 16 00:18:46 2006//TBUGZILLA-2_23_3
-/process_bug.cgi/1.343/Wed Sep 20 21:57:57 2006//TBUGZILLA-2_23_3
-/productmenu.js/1.3/Sun Aug 21 20:05:39 2005//TBUGZILLA-2_23_3
-/query.cgi/1.170/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_3
-/quips.cgi/1.37/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_3
-/relogin.cgi/1.39/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/report.cgi/1.39/Wed Jun 21 00:44:47 2006//TBUGZILLA-2_23_3
-/reports.cgi/1.89/Thu Aug  3 17:54:04 2006//TBUGZILLA-2_23_3
-/request.cgi/1.41/Sat Oct 14 21:04:55 2006//TBUGZILLA-2_23_3
-/robots.txt/1.2/Wed Apr 24 18:11:00 2002//TBUGZILLA-2_23_3
-/runtests.pl/1.4/Fri Sep  3 06:59:08 2004//TBUGZILLA-2_23_3
-/sanitycheck.cgi/1.125/Fri Sep 22 23:14:53 2006//TBUGZILLA-2_23_3
-/search_plugin.cgi/1.2/Thu Sep 28 22:19:33 2006//TBUGZILLA-2_23_3
-/show_activity.cgi/1.22/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_3
-/show_bug.cgi/1.49/Sat Oct 14 21:44:05 2006//TBUGZILLA-2_23_3
-/showattachment.cgi/1.15/Wed Mar  1 22:46:21 2006//TBUGZILLA-2_23_3
-/showdependencygraph.cgi/1.54/Sat Oct 14 21:25:33 2006//TBUGZILLA-2_23_3
-/showdependencytree.cgi/1.48/Wed Oct 11 22:37:48 2006//TBUGZILLA-2_23_3
-/sidebar.cgi/1.18/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_3
-/summarize_time.cgi/1.21/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_3
-/testagent.cgi/1.2/Thu Jul 22 07:05:05 2004//TBUGZILLA-2_23_3
-/testserver.pl/1.14/Mon Sep 18 22:16:43 2006//TBUGZILLA-2_23_3
-/token.cgi/1.47/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/userprefs.cgi/1.106/Sat Oct  7 17:51:43 2006//TBUGZILLA-2_23_3
-/votes.cgi/1.50/Fri Oct 13 12:59:57 2006//TBUGZILLA-2_23_3
-/whine.pl/1.30/Sun Jul 30 03:50:24 2006//TBUGZILLA-2_23_3
-/whineatnews.pl/1.27/Sun Jul 30 03:50:24 2006//TBUGZILLA-2_23_3
-/xml.cgi/1.13/Wed Aug 10 01:30:39 2005//TBUGZILLA-2_23_3
-/xmlrpc.cgi/1.1/Sat Aug 19 17:20:23 2006//TBUGZILLA-2_23_3
+/.cvsignore/1.7/Tue Mar 28 19:49:01 2006//TBUGZILLA-2_23_4
+/Bugzilla.pm/1.55/Mon Dec 11 18:00:46 2006//TBUGZILLA-2_23_4
+/QUICKSTART/1.6/Mon Dec 26 19:43:57 2005//TBUGZILLA-2_23_4
+/README/1.52/Fri Oct 10 02:22:39 2003//TBUGZILLA-2_23_4
+/UPGRADING/1.1/Fri Aug 10 22:35:21 2001//TBUGZILLA-2_23_4
+/UPGRADING-pre-2.8/1.3/Thu Mar 27 00:06:37 2003//TBUGZILLA-2_23_4
+/attachment.cgi/1.126/Sun Jan 21 15:11:52 2007//TBUGZILLA-2_23_4
+/buglist.cgi/1.350/Sat Jan  6 19:55:28 2007//TBUGZILLA-2_23_4
+/bugzilla.dtd/1.15/Sat Jan  6 23:51:56 2007//TBUGZILLA-2_23_4
+/chart.cgi/1.23/Sun Jan  7 23:58:21 2007//TBUGZILLA-2_23_4
+/checksetup.pl/1.547/Sat Dec  9 11:51:33 2006//TBUGZILLA-2_23_4
+/colchange.cgi/1.58/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_4
+/collectstats.pl/1.58/Sun Jan  7 23:58:21 2007//TBUGZILLA-2_23_4
+/config.cgi/1.24/Tue Oct 17 04:41:05 2006//TBUGZILLA-2_23_4
+/createaccount.cgi/1.54/Tue Sep  5 19:18:26 2006//TBUGZILLA-2_23_4
+/describecomponents.cgi/1.37/Wed Dec 27 07:37:20 2006//TBUGZILLA-2_23_4
+/describekeywords.cgi/1.20/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_4
+/duplicates.cgi/1.59/Thu Jul  6 06:12:04 2006//TBUGZILLA-2_23_4
+/duplicates.xul/1.2/Thu Oct 21 19:02:28 2004//TBUGZILLA-2_23_4
+/editclassifications.cgi/1.26/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_4
+/editcomponents.cgi/1.80/Tue Dec 19 06:39:28 2006//TBUGZILLA-2_23_4
+/editfields.cgi/1.7/Mon Nov 13 02:50:16 2006//TBUGZILLA-2_23_4
+/editflagtypes.cgi/1.49/Thu Jan  4 17:48:16 2007//TBUGZILLA-2_23_4
+/editgroups.cgi/1.82/Fri Oct 20 21:16:53 2006//TBUGZILLA-2_23_4
+/editkeywords.cgi/1.43/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_4
+/editmilestones.cgi/1.57/Tue Dec 19 10:35:42 2006//TBUGZILLA-2_23_4
+/editparams.cgi/1.43/Mon Dec 11 18:00:46 2006//TBUGZILLA-2_23_4
+/editproducts.cgi/1.132/Tue Dec 19 10:35:42 2006//TBUGZILLA-2_23_4
+/editsettings.cgi/1.9/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_4
+/editusers.cgi/1.141/Fri Nov 10 16:51:27 2006//TBUGZILLA-2_23_4
+/editvalues.cgi/1.19/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_4
+/editversions.cgi/1.53/Fri Nov 10 16:51:27 2006//TBUGZILLA-2_23_4
+/editwhines.cgi/1.20/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_4
+/email_in.pl/1.5/Sat Jan  6 14:14:59 2007//TBUGZILLA-2_23_4
+/enter_bug.cgi/1.154/Sun Jan 14 01:42:40 2007//TBUGZILLA-2_23_4
+/importxml.pl/1.72/Thu Jan 11 22:49:46 2007//TBUGZILLA-2_23_4
+/index.cgi/1.23/Mon Aug 21 21:27:41 2006//TBUGZILLA-2_23_4
+/long_list.cgi/1.47/Tue Oct 25 19:31:31 2005//TBUGZILLA-2_23_4
+/mod_perl.pl/1.4/Fri Feb  2 22:23:23 2007//TBUGZILLA-2_23_4
+/page.cgi/1.19/Wed Jun 21 00:44:47 2006//TBUGZILLA-2_23_4
+/post_bug.cgi/1.182/Fri Dec 29 22:18:54 2006//TBUGZILLA-2_23_4
+/process_bug.cgi/1.351/Sat Jan  6 19:39:20 2007//TBUGZILLA-2_23_4
+/productmenu.js/1.3/Sun Aug 21 20:05:39 2005//TBUGZILLA-2_23_4
+/query.cgi/1.172/Fri Dec 29 23:41:34 2006//TBUGZILLA-2_23_4
+/quips.cgi/1.37/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_4
+/relogin.cgi/1.39/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_4
+/report.cgi/1.39/Wed Jun 21 00:44:47 2006//TBUGZILLA-2_23_4
+/reports.cgi/1.89/Thu Aug  3 17:54:04 2006//TBUGZILLA-2_23_4
+/request.cgi/1.41/Sat Oct 14 21:04:55 2006//TBUGZILLA-2_23_4
+/robots.txt/1.2/Wed Apr 24 18:11:00 2002//TBUGZILLA-2_23_4
+/runtests.pl/1.4/Fri Sep  3 06:59:08 2004//TBUGZILLA-2_23_4
+/sanitycheck.cgi/1.127/Tue Dec 26 20:17:25 2006//TBUGZILLA-2_23_4
+/search_plugin.cgi/1.2/Thu Sep 28 22:19:33 2006//TBUGZILLA-2_23_4
+/show_activity.cgi/1.22/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_4
+/show_bug.cgi/1.50/Wed Dec 27 01:21:32 2006//TBUGZILLA-2_23_4
+/showattachment.cgi/1.15/Wed Mar  1 22:46:21 2006//TBUGZILLA-2_23_4
+/showdependencygraph.cgi/1.56/Sat Dec 16 01:47:12 2006//TBUGZILLA-2_23_4
+/showdependencytree.cgi/1.49/Fri Oct 20 20:50:30 2006//TBUGZILLA-2_23_4
+/sidebar.cgi/1.18/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_4
+/summarize_time.cgi/1.21/Mon Sep  4 16:21:47 2006//TBUGZILLA-2_23_4
+/testagent.cgi/1.2/Thu Jul 22 07:05:05 2004//TBUGZILLA-2_23_4
+/testserver.pl/1.15/Thu Jan 11 21:26:48 2007//TBUGZILLA-2_23_4
+/token.cgi/1.48/Fri Oct 20 18:52:24 2006//TBUGZILLA-2_23_4
+/userprefs.cgi/1.112/Sun Jan  7 23:58:21 2007//TBUGZILLA-2_23_4
+/votes.cgi/1.50/Fri Oct 13 12:59:57 2006//TBUGZILLA-2_23_4
+/whine.pl/1.32/Sun Oct 22 00:46:21 2006//TBUGZILLA-2_23_4
+/whineatnews.pl/1.27/Sun Jul 30 03:50:24 2006//TBUGZILLA-2_23_4
+/xml.cgi/1.13/Wed Aug 10 01:30:39 2005//TBUGZILLA-2_23_4
+/xmlrpc.cgi/1.1/Sat Aug 19 17:20:23 2006//TBUGZILLA-2_23_4
 D/Bugzilla////
 D/contrib////
 D/docs////
diff --git a/CVS/Tag b/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/CVS/Tag
+++ b/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/attachment.cgi b/attachment.cgi
index 2b35b5e2c..578adfac0 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -416,12 +416,14 @@ sub enter
   ValidateBugID($bugid);
   validateCanChangeBug($bugid);
   my $dbh = Bugzilla->dbh;
-  
+  my $user = Bugzilla->user;
+
+  my $bug = new Bugzilla::Bug($bugid, $user->id);
   # Retrieve the attachments the user can edit from the database and write
   # them into an array of hashes where each hash represents one attachment.
   my $canEdit = "";
-  if (!Bugzilla->user->in_group("editbugs")) {
-      $canEdit = "AND submitter_id = " . Bugzilla->user->id;
+  if (!$user->in_group('editbugs', $bug->product_id)) {
+      $canEdit = "AND submitter_id = " . $user->id;
   }
   my $attachments = $dbh->selectall_arrayref(
           "SELECT attach_id AS id, description, isprivate
@@ -430,24 +432,13 @@ sub enter
            AND isobsolete = 0 $canEdit
            ORDER BY attach_id",{'Slice' =>{}}, $bugid);
 
-  # Retrieve the bug summary (for displaying on screen) and assignee.
-  my ($bugsummary, $assignee_id) = $dbh->selectrow_array(
-          "SELECT short_desc, assigned_to FROM bugs 
-           WHERE bug_id = ?", undef, $bugid);
-
   # Define the variables and functions that will be passed to the UI template.
-  $vars->{'bugid'} = $bugid;
+  $vars->{'bug'} = $bug;
   $vars->{'attachments'} = $attachments;
-  $vars->{'bugassignee_id'} = $assignee_id;
-  $vars->{'bugsummary'} = $bugsummary;
 
-  my ($product_id, $component_id)= $dbh->selectrow_array(
-          "SELECT product_id, component_id FROM bugs
-           WHERE bug_id = ?", undef, $bugid);
-           
   my $flag_types = Bugzilla::FlagType::match({'target_type'  => 'attachment',
-                                              'product_id'   => $product_id,
-                                              'component_id' => $component_id});
+                                              'product_id'   => $bug->product_id,
+                                              'component_id' => $bug->component_id});
   $vars->{'flag_types'} = $flag_types;
   $vars->{'any_flags_requesteeble'} = grep($_->is_requesteeble, @$flag_types);
 
@@ -487,7 +478,7 @@ sub insert
   # Assign the bug to the user, if they are allowed to take it
   my $owner = "";
   
-  if ($cgi->param('takebug') && Bugzilla->user->in_group("editbugs")) {
+  if ($cgi->param('takebug') && $user->in_group('editbugs', $bug->product_id)) {
       
       my @fields = ("assigned_to", "bug_status", "resolution", "everconfirmed",
                     "login_name");
@@ -606,8 +597,9 @@ sub update
     # Retrieve and validate parameters
     ValidateComment(scalar $cgi->param('comment'));
     my ($attach_id, $bugid) = validateID();
+    my $bug = new Bugzilla::Bug($bugid);
     my $attachment = Bugzilla::Attachment->get($attach_id);
-    $attachment->validate_can_edit;
+    $attachment->validate_can_edit($bug->product_id);
     validateCanChangeAttachment($attach_id);
     Bugzilla::Attachment->validate_description(THROW_ERROR);
     Bugzilla::Attachment->validate_is_patch(THROW_ERROR);
@@ -636,7 +628,6 @@ sub update
     });
     Bugzilla::Flag::validate($cgi, $bugid, $attach_id);
 
-    my $bug = new Bugzilla::Bug($bugid);
     # Lock database tables in preparation for updating the attachment.
     $dbh->bz_lock_tables('attachments WRITE', 'flags WRITE' ,
           'flagtypes READ', 'fielddefs READ', 'bugs_activity WRITE',
@@ -784,7 +775,6 @@ sub delete_attachment {
     # Make sure the administrator is allowed to edit this attachment.
     my ($attach_id, $bug_id) = validateID();
     my $attachment = Bugzilla::Attachment->get($attach_id);
-    $attachment->validate_can_edit;
     validateCanChangeAttachment($attach_id);
 
     $attachment->datasize || ThrowUserError('attachment_removed');
@@ -814,8 +804,10 @@ sub delete_attachment {
 
         $dbh->bz_lock_tables('attachments WRITE', 'attach_data WRITE', 'flags WRITE');
         $dbh->do('DELETE FROM attach_data WHERE id = ?', undef, $attach_id);
-        $dbh->do('UPDATE attachments SET mimetype = ?, ispatch = ?, isurl = ?
-                  WHERE attach_id = ?', undef, ('text/plain', 0, 0, $attach_id));
+        $dbh->do('UPDATE attachments SET mimetype = ?, ispatch = ?, isurl = ?,
+                         isobsolete = ?
+                  WHERE attach_id = ?', undef,
+                 ('text/plain', 0, 0, 1, $attach_id));
         $dbh->do('DELETE FROM flags WHERE attach_id = ?', undef, $attach_id);
         $dbh->bz_unlock_tables;
 
diff --git a/buglist.cgi b/buglist.cgi
index 44565f1af..7181c2199 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -40,6 +40,7 @@ use Bugzilla::Error;
 use Bugzilla::Util;
 use Bugzilla::Search;
 use Bugzilla::Search::Quicksearch;
+use Bugzilla::Search::Saved;
 use Bugzilla::User;
 use Bugzilla::Bug;
 use Bugzilla::Product;
@@ -211,10 +212,11 @@ sub DiffDate {
 }
 
 sub LookupNamedQuery {
-    my ($name, $sharer_id) = @_;
+    my ($name, $sharer_id, $query_type, $throw_error) = @_;
     my $user = Bugzilla->login(LOGIN_REQUIRED);
     my $dbh = Bugzilla->dbh;
     my $owner_id;
+    $throw_error = 1 unless defined $throw_error;
 
     # $name and $sharer_id are safe -- we only use them below in SELECT
     # placeholders and then in error messages (which are always HTML-filtered).
@@ -229,13 +231,24 @@ sub LookupNamedQuery {
         $owner_id = $user->id;
     }
 
-    my ($id, $result) = $dbh->selectrow_array('SELECT id, query
+    my @args = ($owner_id, $name);
+    my $extra = '';
+    # If $query_type is defined, then we restrict our search.
+    if (defined $query_type) {
+        $extra = ' AND query_type = ? ';
+        detaint_natural($query_type);
+        push(@args, $query_type);
+    }
+    my ($id, $result) = $dbh->selectrow_array("SELECT id, query
                                                  FROM namedqueries
-                                                WHERE userid = ? AND name = ?',
-                                              undef, ($owner_id, $name));
-    defined($result)
-        || ThrowUserError("missing_query", {'queryname' => $name,
-                                            'sharer_id' => $sharer_id});
+                                                WHERE userid = ? AND name = ?
+                                                      $extra",
+                                               undef, @args);
+    if (!defined($result)) {
+        return 0 unless $throw_error;
+        ThrowUserError("missing_query", {'queryname' => $name,
+                                         'sharer_id' => $sharer_id});
+    }
 
     if ($sharer_id) {
         my $group = $dbh->selectrow_array('SELECT group_id
@@ -275,58 +288,26 @@ sub LookupNamedQuery {
 # Returns: A boolean true value if the query existed in the database 
 # before, and we updated it. A boolean false value otherwise.
 sub InsertNamedQuery {
-    my ($userid, $query_name, $query, $link_in_footer, $query_type) = @_;
-    $link_in_footer ||= 0;
-    $query_type ||= QUERY_LIST;
-    $query_name = trim($query_name);
-    Bugzilla->login(LOGIN_REQUIRED);
+    my ($query_name, $query, $link_in_footer, $query_type) = @_;
     my $dbh = Bugzilla->dbh;
-    my $query_existed_before;
-
-    # Validate the query name.
-    $query_name || ThrowUserError("query_name_missing");
-    $query_name !~ /[<>&]/ || ThrowUserError("illegal_query_name");
-    (length($query_name) <= 64) || ThrowUserError("query_name_too_long");
-    trick_taint($query_name);
-
-    detaint_natural($userid);
-    detaint_natural($link_in_footer);
-
-    $query || ThrowUserError("buglist_parameters_required",
-                             {'queryname' => $query});
-    # $query is safe, because we always urlencode or html_quote
-    # it when we display it to the user.
-    trick_taint($query);
-
-    $dbh->bz_lock_tables('namedqueries WRITE',
-                         'namedqueries_link_in_footer WRITE');
-
-    my $result = $dbh->selectrow_array("SELECT userid FROM namedqueries"
-        . " WHERE userid = ? AND name = ?"
-        , undef, ($userid, $query_name));
-    if ($result) {
-        $query_existed_before = 1;
-        $dbh->do("UPDATE namedqueries"
-            . " SET query = ?, query_type = ?"
-            . " WHERE userid = ? AND name = ?"
-            , undef, ($query, $query_type, $userid, $query_name));
+
+    $query_name = trim($query_name);
+    my ($query_obj) = grep {$_->name eq $query_name} @{Bugzilla->user->queries};
+
+    if ($query_obj) {
+        $query_obj->set_url($query);
+        $query_obj->set_query_type($query_type);
+        $query_obj->update();
     } else {
-        $query_existed_before = 0;
-        $dbh->do("INSERT INTO namedqueries"
-            . " (userid, name, query, query_type)"
-            . " VALUES (?, ?, ?, ?)"
-            , undef, ($userid, $query_name, $query, $query_type));
-        if ($link_in_footer) {
-            $dbh->do('INSERT INTO namedqueries_link_in_footer
-                                 (namedquery_id, user_id)
-                          VALUES (?, ?)',
-                     undef,
-                     ($dbh->bz_last_key('namedqueries', 'id'), $userid));
-        }
+        Bugzilla::Search::Saved->create({
+            name           => $query_name,
+            query          => $query,
+            query_type     => $query_type,
+            link_in_footer => $link_in_footer
+        });
     }
 
-    $dbh->bz_unlock_tables();
-    return $query_existed_before;
+    return $query_obj ? 1 : 0;
 }
 
 sub LookupSeries {
@@ -418,9 +399,9 @@ if ($cgi->param('cmdtype') eq "dorem") {
                                    scalar $cgi->param('sharer_id'));
         # If this is the user's own query, remember information about it
         # so that it can be modified easily.
+        $vars->{'searchname'} = $cgi->param('namedcmd');
         if (!$cgi->param('sharer_id') ||
             $cgi->param('sharer_id') == Bugzilla->user->id) {
-            $vars->{'searchname'} = $cgi->param('namedcmd');
             $vars->{'searchtype'} = "saved";
         }
         $params = new Bugzilla::CGI($buffer);
@@ -497,7 +478,7 @@ if ($cgi->param('cmdtype') eq "dorem") {
 elsif (($cgi->param('cmdtype') eq "doit") && defined $cgi->param('remtype')) {
     if ($cgi->param('remtype') eq "asdefault") {
         my $user = Bugzilla->login(LOGIN_REQUIRED);
-        InsertNamedQuery($user->id, DEFAULT_QUERY_NAME, $buffer);
+        InsertNamedQuery(DEFAULT_QUERY_NAME, $buffer);
         $vars->{'message'} = "buglist_new_default_query";
     }
     elsif ($cgi->param('remtype') eq "asnamed") {
@@ -521,12 +502,20 @@ elsif (($cgi->param('cmdtype') eq "doit") && defined $cgi->param('remtype')) {
             }
 
             my %bug_ids;
-            unless ($query_name) {
+            if ($query_name) {
+                # Make sure this name is not already in use by a normal saved search.
+                if (LookupNamedQuery($query_name, undef, QUERY_LIST, !THROW_ERROR)) {
+                    ThrowUserError('query_name_exists', {'name' => $query_name});
+                }
+            }
+            else {
                 # No new query name has been given. We retrieve bug IDs
                 # currently set in the selected saved search.
                 $query_name = $cgi->param('oldqueryname');
-                my $old_query = LookupNamedQuery($query_name);
-                foreach my $bug_id (split(/[\s,=]+/, $old_query)) {
+                my $old_query = LookupNamedQuery($query_name, undef, LIST_OF_BUGS);
+                # We get the encoded query. We need to decode it.
+                my $old_cgi = new Bugzilla::CGI($old_query);
+                foreach my $bug_id (split /[\s,]+/, scalar $old_cgi->param('bug_id')) {
                     $bug_ids{$bug_id} = 1 if detaint_natural($bug_id);
                 }
             }
@@ -551,7 +540,7 @@ elsif (($cgi->param('cmdtype') eq "doit") && defined $cgi->param('remtype')) {
             $query_type = LIST_OF_BUGS;
         }
         my $tofooter = 1;
-        my $existed_before = InsertNamedQuery($user->id, $query_name, $new_query,
+        my $existed_before = InsertNamedQuery($query_name, $new_query,
                                               $tofooter, $query_type);
         if ($existed_before) {
             $vars->{'message'} = "buglist_updated_named_query";
diff --git a/bugzilla.dtd b/bugzilla.dtd
index 5cdfc0c51..c0f9ff4a3 100644
--- a/bugzilla.dtd
+++ b/bugzilla.dtd
@@ -56,7 +56,7 @@
 <!ELEMENT bug_when (#PCDATA)>
 <!ELEMENT work_time (#PCDATA)>
 <!ELEMENT thetext (#PCDATA)>
-<!ELEMENT attachment (attachid, date, desc, filename?, type?, data?, flag*)>
+<!ELEMENT attachment (attachid, date, desc, filename?, type?, size?, data?, flag*)>
 <!ATTLIST attachment
           isobsolete (0|1) #IMPLIED
           ispatch (0|1) #IMPLIED
@@ -67,6 +67,7 @@
 <!ELEMENT desc (#PCDATA)>
 <!ELEMENT filename (#PCDATA)>
 <!ELEMENT type (#PCDATA)>
+<!ELEMENT size (#PCDATA)>
 <!ELEMENT data (#PCDATA)>
 <!ATTLIST data
           encoding (base64) #IMPLIED
diff --git a/chart.cgi b/chart.cgi
index 6fe310c84..1a080143a 100755
--- a/chart.cgi
+++ b/chart.cgi
@@ -75,7 +75,7 @@ my $series_id = $cgi->param('series_id');
 # Because some actions are chosen by buttons, we can't encode them as the value
 # of the action param, because that value is localisation-dependent. So, we
 # encode it in the name, as "action-<action>". Some params even contain the
-# series_id they apply to (e.g. subscribe, unsubscribe.)
+# series_id they apply to (e.g. subscribe, unsubscribe).
 my @actions = grep(/^action-/, $cgi->param());
 if ($actions[0] && $actions[0] =~ /^action-([^\d]+)(\d*)$/) {
     $action = $1;
diff --git a/checksetup.pl b/checksetup.pl
index d8e920a6d..eefff4918 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -57,25 +57,6 @@ use Bugzilla::Install::Requirements;
 
 require 5.008001 if ON_WINDOWS; # for CGI 2.93 or higher
 
-######################################################################
-# Subroutines
-######################################################################
-
-sub read_answers_file {
-    my %hash;
-    if ($ARGV[0]) {
-        my $s = new Safe;
-        $s->rdo($ARGV[0]);
-
-        die "Error reading $ARGV[0]: $!" if $!;
-        die "Error evaluating $ARGV[0]: $@" if $@;
-
-        # Now read the param back out from the sandbox
-        %hash = %{$s->varglob('answer')};
-    }
-    return \%hash;
-}
-
 ######################################################################
 # Live Code
 ######################################################################
@@ -89,13 +70,14 @@ pod2usage({-verbose => 1, -exitval => 1}) if $switch{'help'};
 
 # Read in the "answers" file if it exists, for running in 
 # non-interactive mode.
-our %answer = %{read_answers_file()};
-
-my $silent = scalar(keys %answer) && !$switch{'verbose'};
+my $answers_file = $ARGV[0];
+my $silent = $answers_file && !$switch{'verbose'};
 
 display_version_and_os() unless $silent;
 # Check required --MODULES--
 my $module_results = check_requirements(!$silent);
+Bugzilla::Install::Requirements::print_module_instructions(
+    $module_results, !$silent);
 exit if !$module_results->{pass};
 # Break out if checking the modules is all we have been asked to do.
 exit if $switch{'check-modules'};
@@ -130,6 +112,8 @@ require Bugzilla::Field;
 require Bugzilla::Install;
 
 Bugzilla->usage_mode(USAGE_MODE_CMDLINE);
+Bugzilla->installation_mode(INSTALLATION_MODE_NON_INTERACTIVE) if $answers_file;
+Bugzilla->installation_answers($answers_file);
 
 # When we're running at the command line, we need to pick the right
 # language before ever creating a template object.
@@ -140,7 +124,7 @@ $ENV{'HTTP_ACCEPT_LANGUAGE'} ||= setlocale(LC_CTYPE);
 ###########################################################################
 
 print "Reading " .  bz_locations()->{'localconfig'} . "...\n" unless $silent;
-update_localconfig({ output => !$silent, answer => \%answer });
+update_localconfig({ output => !$silent });
 my $lc_hash = Bugzilla->localconfig;
 
 ###########################################################################
@@ -170,7 +154,7 @@ create_htaccess() if $lc_hash->{'create_htaccess'};
 
 # Remove parameters from the params file that no longer exist in Bugzilla,
 # and set the defaults for new ones
-update_params({ answer => \%answer});
+update_params();
 
 ###########################################################################
 # Pre-compile --TEMPLATE-- code
@@ -197,7 +181,7 @@ check_graphviz(!$silent) if Bugzilla->params->{'webdotbase'};
 # Changes to the fielddefs --TABLE--
 ###########################################################################
 
-# Calling Bugzilla::Field::create_or_update depends on the
+# Using Bugzilla::Field's create() or update() depends on the
 # fielddefs table having a modern definition. So, we have to make
 # these particular schema changes before we make any other schema changes.
 Bugzilla::Install::DB::update_fielddefs_definition();
@@ -227,7 +211,7 @@ Bugzilla::Install::update_settings();
 ###########################################################################
 
 Bugzilla::Install::make_admin($switch{'make-admin'}) if $switch{'make-admin'};
-Bugzilla::Install::create_admin({ answer => \%answer });
+Bugzilla::Install::create_admin();
 
 ###########################################################################
 # Create default Product and Classification
@@ -469,6 +453,12 @@ The format of that file is as follows:
 
  $answer{'SMTP_SERVER'} = 'mail.mydomain.net';
 
+ $answer{'NO_PAUSE'} = 1
+
+C<NO_PAUSE> means "never stop and prompt the user to hit Enter to continue,
+just go ahead and do things, even if they are potentially dangerous." 
+Don't set this to 1 unless you know what you are doing.
+
 =head1 SEE ALSO
 
 =over
diff --git a/collectstats.pl b/collectstats.pl
index 50bbf6425..3b6344b37 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -45,7 +45,7 @@ use Bugzilla::Product;
 use Bugzilla::Field;
 
 # Turn off output buffering (probably needed when displaying output feedback
-# in the regenerate mode.)
+# in the regenerate mode).
 $| = 1;
 
 # Tidy up after graphing module
diff --git a/config.cgi b/config.cgi
index 2ebcea181..c320ae515 100755
--- a/config.cgi
+++ b/config.cgi
@@ -38,6 +38,7 @@ use Bugzilla::Bug;
 use Bugzilla::Field;
 
 my $user = Bugzilla->login(LOGIN_OPTIONAL);
+my $cgi  = Bugzilla->cgi;
 
 # If the 'requirelogin' parameter is on and the user is not
 # authenticated, return empty fields.
@@ -56,7 +57,20 @@ $vars->{'resolution'} = get_legal_field_values('resolution');
 $vars->{'status'}    = get_legal_field_values('bug_status');
 
 # Include a list of product objects.
-$vars->{'products'} = $user->get_selectable_products;
+if ($cgi->param('product')) {
+    my @products = $cgi->param('product');
+    foreach my $product_name (@products) {
+        # We don't use check_product because config.cgi outputs mostly
+        # in XML and JS and we don't want to display an HTML error
+        # instead of that.
+        my $product = new Bugzilla::Product({ name => $product_name });
+        if ($product && $user->can_see_product($product->name)) {
+            push (@{$vars->{'products'}}, $product);
+        }
+    }
+} else {
+    $vars->{'products'} = $user->get_selectable_products;
+}
 
 # Create separate lists of open versus resolved statuses.  This should really
 # be made part of the configuration.
@@ -78,7 +92,7 @@ display_data($vars);
 sub display_data {
     my $vars = shift;
 
-    my $cgi = Bugzilla->cgi;
+    my $cgi      = Bugzilla->cgi;
     my $template = Bugzilla->template;
 
     # Determine how the user would like to receive the output; 
diff --git a/contrib/BugzillaEmail.pm b/contrib/BugzillaEmail.pm
deleted file mode 100644
index c6b569c9d..000000000
--- a/contrib/BugzillaEmail.pm
+++ /dev/null
@@ -1,78 +0,0 @@
-# -*- 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.
-#
-# This code is based on code found in bug_email.pl from the bugzilla
-# email tracker.  Initial contributors are :: 
-#                 Terry Weissman <terry@mozilla.org>
-#                 Gregor Fischer <fischer@suse.de>
-#                 Klaas Freitag  <freitag@suse.de>
-#                 Seth Landsman  <seth@dworkin.net>
-#                 Lance Larsh <lance.larsh@oracle.com>
-
-# The purpose of this module is to abstract out a bunch of the code
-#  that is central to email interfaces to bugzilla and its database
-
-# Contributor : Seth Landsman <seth@dworkin.net>
-
-# Initial checkin : 03/15/00 (SML)
-#  findUser() function moved from bug_email.pl to here
-
-push @INC, "../."; # this script now lives in contrib
-
-use strict;
-
-use Bugzilla;
-
-my $EMAIL_TRANSFORM_NONE = "email_transform_none";
-my $EMAIL_TRANSFORM_BASE_DOMAIN = "email_transform_base_domain";
-my $EMAIL_TRANSFORM_NAME_ONLY = "email_transform_name_only";
-
-# change to do incoming email address fuzzy matching
-my $email_transform = $EMAIL_TRANSFORM_NAME_ONLY;
-
-# This function takes an email address and returns the user email.
-# matching is sloppy based on the $email_transform parameter
-sub findUser($) {
-    my $dbh = Bugzilla->dbh;
-    my ($address) = @_;
-    # if $email_transform is $EMAIL_TRANSFORM_NONE, return the address, otherwise, return undef
-    if ($email_transform eq $EMAIL_TRANSFORM_NONE) {
-        my $stmt = q{SELECT login_name FROM profiles WHERE } .
-                   $dbh->sql_istrcmp('login_name', '?');
-        my $found_address = $dbh->selectrow_array($stmt, undef, $address);
-        return $found_address;
-    } elsif ($email_transform eq $EMAIL_TRANSFORM_BASE_DOMAIN) {
-        my ($username) = ($address =~ /(.+)@/);
-        my $stmt = q{SELECT login_name FROM profiles WHERE } . $dbh->sql_regexp(
-                   $dbh->sql_istring('login_name'), $dbh->sql_istring('?'));
-
-        my $found_address = $dbh->selectcol_arrayref($stmt, undef, $username);
-        my $domain;
-        my $new_address = undef;
-        foreach my $addr (@$found_address) {
-            ($domain) = ($addr =~ /.+@(.+)/);
-            if ($address =~ /$domain/) {
-                $new_address = $addr;
-                last;
-            }
-        }
-        return $new_address;
-    } elsif ($email_transform eq $EMAIL_TRANSFORM_NAME_ONLY) {
-        my ($username) = ($address =~ /(.+)@/);
-        my $stmt = q{SELECT login_name FROM profiles WHERE } . $dbh->sql_regexp(
-                    $dbh->sql_istring('login_name'), $dbh->sql_istring('?'));
-        my $found_address = $dbh->selectrow_array($stmt, undef, $username);
-        return $found_address;
-    }
-}
-
-1;
diff --git a/contrib/CVS/Entries b/contrib/CVS/Entries
index 490fc5324..6fd2eeaf5 100644
--- a/contrib/CVS/Entries
+++ b/contrib/CVS/Entries
@@ -1,22 +1,17 @@
-/BugzillaEmail.pm/1.6/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_3
-/README/1.10/Mon Jul  5 21:54:00 2004//TBUGZILLA-2_23_3
-/README.Mailif/1.4/Fri Nov 25 19:47:38 2005//TBUGZILLA-2_23_3
-/bug_email.pl/1.45/Fri Sep 22 23:14:53 2006//TBUGZILLA-2_23_3
-/bugmail_help.html/1.6/Mon Jun 19 16:12:41 2006//TBUGZILLA-2_23_3
-/bugzilla.procmailrc/1.1/Wed Mar 15 23:39:09 2000//TBUGZILLA-2_23_3
-/bugzilla_email_append.pl/1.13/Mon Jul  3 21:42:47 2006//TBUGZILLA-2_23_3
-/bugzilla_ldapsync.rb/1.2/Sat Apr 26 16:35:04 2003//TBUGZILLA-2_23_3
-/bz_webservice_demo.pl/1.2/Wed Oct  4 19:36:47 2006//TBUGZILLA-2_23_3
-/bzdbcopy.pl/1.2/Sun Apr 30 23:53:28 2006//TBUGZILLA-2_23_3
-/cvs-update.pl/1.1/Tue Nov 11 05:58:52 2003//TBUGZILLA-2_23_3
-/gnats2bz.pl/1.8/Sun Sep  3 20:37:01 2006//TBUGZILLA-2_23_3
-/jb2bz.py/1.5/Fri Aug 26 23:11:32 2005//TBUGZILLA-2_23_3
-/merge-users.pl/1.3/Mon Jul  3 21:42:47 2006//TBUGZILLA-2_23_3
-/mysqld-watcher.pl/1.5/Thu Mar 27 00:06:53 2003//TBUGZILLA-2_23_3
-/sendbugmail.pl/1.7/Mon Jul  3 21:42:47 2006//TBUGZILLA-2_23_3
-/sendunsentbugmail.pl/1.9/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_3
-/syncLDAP.pl/1.9/Fri Aug 25 22:10:39 2006//TBUGZILLA-2_23_3
-/yp_nomail.sh/1.1/Tue Sep 12 23:50:31 2000//TBUGZILLA-2_23_3
+/README/1.10/Mon Jul  5 21:54:00 2004//TBUGZILLA-2_23_4
+/bugzilla_ldapsync.rb/1.2/Sat Apr 26 16:35:04 2003//TBUGZILLA-2_23_4
+/bz_webservice_demo.pl/1.7/Sat Jan  6 14:20:16 2007//TBUGZILLA-2_23_4
+/bzdbcopy.pl/1.3/Fri Dec 29 23:17:53 2006//TBUGZILLA-2_23_4
+/cvs-update.pl/1.1/Tue Nov 11 05:58:52 2003//TBUGZILLA-2_23_4
+/gnats2bz.pl/1.8/Sun Sep  3 20:37:01 2006//TBUGZILLA-2_23_4
+/jb2bz.py/1.5/Fri Aug 26 23:11:32 2005//TBUGZILLA-2_23_4
+/merge-users.pl/1.3/Mon Jul  3 21:42:47 2006//TBUGZILLA-2_23_4
+/mysqld-watcher.pl/1.5/Thu Mar 27 00:06:53 2003//TBUGZILLA-2_23_4
+/recode.pl/1.4/Fri Dec 29 23:16:22 2006//TBUGZILLA-2_23_4
+/sendbugmail.pl/1.7/Mon Jul  3 21:42:47 2006//TBUGZILLA-2_23_4
+/sendunsentbugmail.pl/1.9/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_4
+/syncLDAP.pl/1.9/Fri Aug 25 22:10:39 2006//TBUGZILLA-2_23_4
+/yp_nomail.sh/1.1/Tue Sep 12 23:50:31 2000//TBUGZILLA-2_23_4
 D/bugzilla-submit////
 D/cmdline////
 D/gnatsparse////
diff --git a/contrib/CVS/Entries.Log b/contrib/CVS/Entries.Log
deleted file mode 100644
index f3bfb8966..000000000
--- a/contrib/CVS/Entries.Log
+++ /dev/null
@@ -1,2 +0,0 @@
-A D/bug-bugzilla////
-R D/bug-bugzilla////
diff --git a/contrib/CVS/Tag b/contrib/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/contrib/CVS/Tag
+++ b/contrib/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/contrib/README.Mailif b/contrib/README.Mailif
deleted file mode 100644
index 0c65cef83..000000000
--- a/contrib/README.Mailif
+++ /dev/null
@@ -1,80 +0,0 @@
-
-The Bugzilla Mail interface
-===========================
-
-(UPDATE 03/14/00 to better reflect reality by SML)
-
-The Bugzilla Mail interface allows to submit bugs to Bugzilla by email.
-
-The Mail Interface Contribution consists of three files:
-README.Mailif - this readme.
-bug_email.pl  - the script
-bugmail_help.html - a user help html site
-
-Installation:
-
-Next is to add a user who receives the bugmails, e. g. bugmail. Create a 
-mail account and a home directory for the user. 
-
-The mailinterface script bug_email.pl needs to get the mail through stdin.
-I use procmail for that, with the following line in the .procmailrc:
-
-BUGZILLA_HOME=/usr/local/httpd/htdocs/bugzilla
-:0 c
-|(cd $BUGZILLA_HOME/contrib; ./bug_email.pl)
-
-This defines the Bugzilla directory as the variable BUGZILLA_HOME and passes
-all incoming mail to the script after cd'ing into the bugzilla home.
-
-In some cases, it is necessary to alter the headers of incoming email.  The 
-additional line to procmail :
-
-:0 fhw
-| formail -I "From " -a "From "
-
-fixes many problems.
-
-See bugzilla.procmailrc for a sample procmailrc that works for me (SML) and
-also deals with bugzilla_email_append.pl
-
-Customation:
-
-There are some values inside the script which need to be customized for your
-needs:
-
-1. In sub-routine Reply (search 'sub Reply':
-there is the line
-    print MAIL "From: Bugzilla Mailinterface<yourmail\@here.com>\n";
-                                            ^^^^^^^^^^^^^^^^^^^^
-Fill in your correct mail here. That will make it easy for people to reply
-to the mail.
-
-2. check, if your sendmail resides in /usr/sbin/sendmail, change the path if neccessary.
-Search the script after 'default' - you find some default-Settings for bug
-reports, which are used, if the sender did not send a field for it. The defaults
-should be checked and changed.
-
-That's hopefully all, we will come up with any configuration file or something.
-
-
-If your mail works, your script will insert mails from now on.
-
-The mailinterface supports two commandline switches:
-
-There are two command line switches :
-
--t: Testmode
-    The mailinterface does not really insert the bug into the database, but
-    writes some debug output to stdout and writes the mail into the file
-    bug_email_test.log in the data-dir.
-
--r: restricted mode
-    All lines before the first line with a keyword character are skipped.
-    In not restricted, default mode, these lines are added to the long 
-    description of the bug.
-
-
-02/2000 - Klaas Freitag, SuSE GmbH <freitag@suse.de>
-03/2000 - Seth M. Landsman <seth@cs.brandeis.edu>
- bug_email.pl now lives out of bugzilla/contrib
- added line about formail
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl
deleted file mode 100755
index 0f898da52..000000000
--- a/contrib/bug_email.pl
+++ /dev/null
@@ -1,1203 +0,0 @@
-#!/usr/bin/perl -w
-# -*- 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 Netscape Communications
-# Corporation. Portions created by Netscape are
-# Copyright (C) 1998 Netscape Communications Corporation. All
-# Rights Reserved.
-# Contributor(s): Terry Weissman <terry@mozilla.org>
-#                 Gregor Fischer <fischer@suse.de>
-#                 Klaas Freitag  <freitag@suse.de>
-#                 Seth Landsman  <seth@dworkin.net>
-#                 Ludovic Dubost <ludovic@pobox.com>
-###############################################################
-# Bugzilla: Create a new bug via email
-###############################################################
-# The email needs to be feeded to this program on STDIN. 
-# This is usually done by having an entry like this in your 
-# .procmailrc:
-# 
-#     BUGZILLA_HOME=/usr/local/httpd/htdocs/bugzilla
-#     :0 c
-#     |(cd $BUGZILLA_HOME/contrib; ./bug_email.pl)
-# 
-#
-# Installation note:
-#
-# You need to work with bug_email.pl the MIME::Parser installed.
-# 
-# $Id: bug_email.pl,v 1.45 2006/09/22 23:14:53 lpsolit%gmail.com Exp $
-###############################################################
-
-# 02/12/2000 (SML)
-# - updates to work with most recent database changes to the bugs database
-# - updated so that it works out of bugzilla/contrib
-# - initial checkin into the mozilla CVS tree (yay)
-
-# 02/13/2000 (SML)
-# - email transformation code.  
-#   EMAIL_TRANSFORM_NONE does exact email matches
-#   EMAIL_TRANSFORM_NAME_ONLY matches on the username 
-#   EMAIL_TRANSFORM_BASE_DOMAIN matches on the username and checks the domain of
-#    to see that the one in the database is a subset of the one in the sender address
-#    this is probably prone to false positives and probably needs more work.
-
-# 03/07/2000 (SML)
-# - added in $DEFAULT_PRODUCT and $DEFAULT_COMPONENT.  i.e., if $DEFAULT_PRODUCT = "PENDING",
-#    any email submitted bug will be entered with a product of PENDING, if no other product is
-#    specified in the email.
-
-# 10/21/2003 (Ludovic)
-# - added $DEFAULT_VERSION, similar to product and component above
-# - added command line switches to override version, product, and component, so separate
-#   email addresses can be used for different product/component/version combinations.
-#   Example for procmail:
-#    # Feed mail to stdin of bug_email.pl
-#    :0 Ec
-#    * !^Subject: .*[Bug .*]
-#    RESULT=|(cd $BUGZILLA_HOME/contrib && ./bug_email.pl -p='Tier_3_Operations' -c='General' )
-
-# Next round of revisions :
-# - querying a bug over email
-# - appending a bug over email
-# - keywords over email
-# - use the Bugzilla parameters functionality to edit and save this script's parameters
-# - integrate some setup in the checksetup.pl script
-# - gpg signatures for security
-
-use strict;
-use MIME::Parser;
-
-BEGIN {
-    chdir '..';        # this script lives in contrib
-    push @INC, "contrib/.";
-    push @INC, ".";
-}
-
-use lib ".";
-use lib "../";
-
-use Bugzilla;
-use BugzillaEmail;
-use Bugzilla::Constants;
-use Bugzilla::Util;
-use Bugzilla::BugMail;
-use Bugzilla::User;
-use Bugzilla::Product;
-use Bugzilla::Component;
-
-my @mailerrors = ();       # Buffer for Errors in the mail
-my @mailwarnings = ();     # Buffer for Warnings found in the mail
-my $critical_err = 0; # Counter for critical errors - must be zero for success
-my %Control;
-my $Header = "";
-my @RequiredLabels = ();
-my @AllowedLabels = ();
-my $Body = "";
-my @attachments = ();
-
-my $product_valid = 0;
-my $test = 0;
-my $restricted = 0;
-my $SenderShort;
-my $Message_ID;
-
-my $dbh = Bugzilla->dbh;
-
-# change to use default product / component functionality
-my $DEFAULT_PRODUCT = "PENDING";
-my $DEFAULT_COMPONENT = "PENDING";
-my $DEFAULT_VERSION = "unspecified";
-
-###############################################################
-# storeAttachments
-# 
-# in this sub, attachments found in the dump-sub will be written to 
-# the database. The info, which attachments need saving is stored
-# in the global @attachments-list.
-# The sub returns the number of stored attachments.
-sub storeAttachments( $$ )
-{
-    my ($bugid, $submitter_id ) = @_;
-    my $maxsize = 0;
-    my $data;
-    my $listref  = \@attachments;
-    my $att_count = 0;
-    my $dbh = Bugzilla->dbh;
-    
-    $submitter_id ||= 0;
-
-    my $timestamp = $dbh->selectrow_array("SELECT NOW()");
-    my $sth_attach = $dbh->prepare(q{
-            INSERT INTO attachments (bug_id, creation_ts, description, 
-                                     mimetype, ispatch, filename, submitter_id) 
-            VALUES (?, ?, ?, ?, 0, ?, ?) });
-
-    my $sth_data = $dbh->prepare(q{INSERT INTO attach_data (id, thedata)
-                                   VALUES (LAST_INSERT_ID(), ?)});
-    foreach my $pairref ( @$listref ) {
-        my ($decoded_file, $mime, $on_disk, $description) = @$pairref;
-
-
-        # Size check - mysql has a maximum space for the data ?
-        $maxsize = 1047552;  # should be queried by a system( "mysqld --help" );,
-        # but this seems not to be supported by all current mysql-versions
-
-        # Read data file binary
-        if( $on_disk ) {
-            if( open( FILE, "$decoded_file" )) {
-                binmode FILE;
-                read FILE, $data, $maxsize;
-                close FILE;
-                $att_count ++;
-            } else { 
-                print "Error while reading attachment $decoded_file!\n";
-                next;
-            }
-            # print "unlinking $datadir/mimedump-tmp/$decoded_file";
-            # unlink "$datadir/mimedump-tmp/$decoded_file";
-        } else {
-            # data is in the scalar 
-            $data = $decoded_file;
-        }
-        my @values = ($bugid, $timestamp, $description, $mime, $decoded_file, $submitter_id);
-
-        unless ($test) {
-            $sth_attach->execute(@values);
-            $sth_data->execute($data);
-        }
-    }
-
-    return( $att_count );
-}
-
-
-
-###############################################################
-# Beautification
-sub horLine( )
-{
-    return( "-----------------------------------------------------------------------\n" ); 
-}
-
-
-###############################################################
-# Check if $Name is in $GroupName
-
-sub CheckPermissions {
-    my ($GroupName, $Name) = @_;
-    
-    return findUser($Name);
-}
-
-###############################################################
-# Check if component is valid for product.
-sub CheckVersion {
-    my $Product = shift;
-    my $Version = shift;
-    my $dbh = Bugzilla->dbh;
-    
-    my $version_value = $dbh->selectrow_array(q{SELECT value 
-                                                  FROM versions 
-                                            INNER JOIN products 
-                                                    ON versions.product_id = products.id 
-                                                 WHERE products.name= ? 
-                                                   AND value= ?}, undef, $Product, $Version);
-    return $version_value || "";
-}
-
-###############################################################
-# Reply to a mail.
-sub Reply( $$$$ ) {
-    my ($Sender, $MessageID, $Subject, $Text) = @_;
-    
-    
-    die "Cannot find sender-email-address" unless defined( $Sender );
-    
-    if( $test ) {
-        open( MAIL, '>>', bz_locations()->{'datadir'} . "/bug_email_test.log" );
-    }
-    else {
-        open( MAIL, "| /usr/sbin/sendmail -t" );
-    }
-
-    print MAIL "To: $Sender\n";
-    print MAIL "From: Bugzilla Mailinterface<yourmail\@here.com>\n";
-    print MAIL "Subject: $Subject\n";
-    print MAIL "In-Reply-To: $MessageID\n" if ( defined( $MessageID ));
-    print MAIL "\n";
-    print MAIL "$Text";
-    close( MAIL );
-
-}
-
-
-###############################################################
-# getEnumList
-# Queries the Database for the table description and figures the
-# enum-settings out - useful for checking fields for enums like
-# prios 
-sub getEnumList( $ )
-{
-    my $dbh = Bugzilla->dbh;
-    my ($fieldname) = @_;
-    my $result = $dbh->selectcol_arrayref(qq{SELECT value FROM $fieldname});
-
-    return($result);
-}
-
-###############################################################
-# CheckPriority
-# Checks, if the priority setting is one of the enums defined
-# in the data base
-# Uses the global var. $Control{ 'priority' }
-sub CheckPriority
-{
-    my $prio = $Control{'priority'};
-    my $all_prios = getEnumList( "priority" );
-
-    if( $prio eq "" || (lsearch( $all_prios, $prio ) == -1)  ) {
-        # OK, Prio was not defined - create Answer
-        my $Text = "You sent wrong priority-setting, valid values are:" .
-            join( "\n\t", @$all_prios ) . "\n\n";
-        $Text .= "*  The priority is set to the default value ". 
-            Bugzilla->params->{'defaultpriority'} . "\n";
-
-        BugMailError( 0, $Text );
-
-        # set default value from param-file
-        $Control{'priority'} = Bugzilla->params->{ 'defaultpriority' };
-    } else {
-        # Nothing to do
-    }
-}
-
-###############################################################
-# CheckSeverity
-# checks the bug_severity
-sub CheckSeverity
-{
-    my $sever = ($Control{'bug_severity'} ||= "" );
-    my $all_sever = getEnumList( "bug_severity" );
-
-    if( (lsearch($all_sever, $sever) == -1) || $sever eq "" ) {
-        # OK, Prio was not defined - create Answer
-        my $Text = "You sent wrong bug_severity-setting, valid values are:" .
-            join( "\n\t", @$all_sever ) . "\n\n";
-        $Text .= "*  The bug_severity is set to the default value 'normal' \n";
-
-        BugMailError( 0, $Text );
-
-        # set default value from param-file
-        $Control{'bug_severity'} = "normal";
-    } 
-}
-
-###############################################################
-# CheckArea
-# checks the area-field
-sub CheckArea
-{
-    my $area = ($Control{'area'} ||= "" );
-    my $all = getEnumList( "area" );
-
-    if( (lsearch($all, $area) == -1) || $area eq "" ) {
-        # OK, Area was not defined - create Answer
-        my $Text = "You sent wrong area-setting, valid values are:" .
-            join( "\n\t", @$all ) . "\n\n";
-        $Text .= "*  The area is set to the default value 'BUILD' \n";
-
-        BugMailError( 0, $Text );
-
-        # set default value from param-file
-        $Control{'area'} = "BUILD";
-    } 
-}
-
-###############################################################
-# CheckPlatform
-# checks the given Platform and corrects it
-sub CheckPlatform
-{
-    my $platform = ($Control{'rep_platform'} ||= "" );
-    my $all = getEnumList( "rep_platform" );
-
-    if( (lsearch($all, $platform) == -1) ||  $platform eq "" ) {
-        # OK, Prio was not defined - create Answer
-        my $Text = "You sent wrong platform-setting, valid values are:" .
-            join( "\n\t", @$all ) . "\n\n";
-        $Text .= "*  The rep_platform is set to the default value 'All' \n";
-
-        BugMailError( 0, $Text );
-
-        # set default value from param-file
-        $Control{'rep_platform'} = "All";
-    } 
-}
-
-###############################################################
-# CheckSystem
-# checks the given Op-Sys and corrects it
-sub CheckSystem
-{
-    my $sys = ($Control{'op_sys'} ||= "" );
-    my $all = getEnumList( "op_sys" );
-
-    if(  (lsearch( $all, $sys ) == -1) || $sys eq "" ) {
-        # OK, Prio was not defined - create Answer
-        my $Text = "You sent wrong OS-setting, valid values are:" .
-            join( "\n\t", @$all ) . "\n\n";
-        $Text .= "*  The op_sys is set to the default value 'Linux' \n";
-
-        BugMailError( 0, $Text );
-
-        # set default value from param-file
-        $Control{'op_sys'} = "Linux";
-    } 
-}
-
-###############################################################
-# Error Handler for Errors in the mail
-# 
-# This function can be called multiple within processing one mail and
-# stores the errors found in the Mail. Errors are for example empty
-# required tags, missing required tags and so on.
-# 
-# The benefit is, that the mail users get a reply, where all mail errors
-# are reported. The reply mail includes all messages what was wrong and
-# the second mail the user sends can be ok, cause all his faults where
-# reported.
-# 
-# BugMailError takes two arguments: The first one is a flag, how heavy
-# the error is:
-# 
-# 0 - It's an error, but Bugzilla can process the bug. The user should
-#     handle that as a warning.
-# 
-# 1 - It's a real bug. Bugzilla can't store the bug. The mail has to be
-#     resent.
-# 
-# 2 - Permission error: The user does not have the permission to send
-#     a bug.
-# 
-# The second argument is a Text which describes the bug.
-# 
-# 
-# #
-sub BugMailError($ $ )
-{
-    my ( $errflag, $text ) = @_;
-
-    # On permission error, don't sent all other Errors back -> just quit !
-    if( $errflag == 2 ) {            # Permission-Error
-        Reply( $SenderShort, $Message_ID, "Bugzilla Error", "Permission denied.\n\n" .
-               "You do not have the permissions to create a new bug. Sorry.\n" );
-        exit;
-    }
-
-
-    # Warnings - store for the reply mail
-    if( $errflag == 0 ) {
-        push( @mailwarnings, $text );
-    }
-
-    # Critical Error
-    if( $errflag == 1 ) {
-        $critical_err += 1;
-        push( @mailerrors, $text );
-    }
-}
-
-###############################################################
-# getWarningText()
-# 
-# getWarningText() returns a reply-ready Textline of all the
-# Warnings in the Mail
-sub getWarningText()
-{
-    my $anz = @mailwarnings;
-
-    my $ret = <<END
-  
-The Bugzilla Mail Interface found warnings (JFYI):
-
-END
-    ;
-
-    # Handshake if no warnings at all
-    return( "\n\n Your mail was processed without Warnings !\n" ) if( $anz == 0 );
-
-    # build a text
-    $ret .= join( "\n     ", @mailwarnings );
-    return( horLine() . $ret );
-}
-
-sub getErrorText()
-{
-    my $anz = @mailerrors;
-
-    my $ret = <<END
-
-**************************  ERROR  **************************
- 
-Your request to the Bugzilla mail interface could not be met
-due to errors in the mail. We will find it !
-
-
-END
-    ;
-    return( "\n\n Your mail was processed without errors !\n") if( $anz == 0 );
-    # build a text
-    $ret .= join( "\n     ", @mailerrors );
-    return( $ret );
-}
-
-###############################################################
-# generateTemplate
-# 
-# This function generates a mail-Template with the 
-sub generateTemplate()
-{
-    my $w;
-    my $ret;
-
-    # Required Labels
-    $ret =<<EOF
-
-
-You may want to use this template to resend your mail. Please fill in the missing
-keys.
-
-_____ snip _______________________________________________________________________
-
-EOF
-    ;
-    foreach ( @RequiredLabels ) {
-        $w = "";
-        $w = $Control{$_} if defined( $Control{ $_ } );
-        $ret .= sprintf( "    \@%-15s:  %s\n", $_, $w );
-    }
-
-    $ret .= "\n";
-    # Allowed Labels
-    foreach( @AllowedLabels ) {
-        next if( /reporter/    );  # Reporter is not a valid label
-        next if( /assigned_to/ );  # Assigned to is just a number 
-        if( defined( $Control{ $_ } ) && lsearch( \@RequiredLabels, $_ ) == -1 ) {
-            $ret .=  sprintf( "    \@%-15s:  %s\n", $_,  $Control{ $_ } );
-        }
-    }
-
-    if( $Body eq "" ) {
-    $ret .= <<END
-        
-   < the bug-description follows here >
-
-_____ snip _______________________________________________________________________
-
-END
-    ; } else {
-        $ret .= "\n" . $Body;
-    }
-        
-    return( $ret );
-
-}
-#------------------------------
-#
-# dump_entity ENTITY, NAME
-#
-# Recursive routine for parsing a mime coded mail.
-# One mail may contain more than one mime blocks, which need to be
-# handled. Therefore, this function is called recursively.
-#
-# It gets the for bugzilla important information from the mailbody and 
-# stores them into the global attachment-list @attachments. The attachment-list
-# is needed in storeAttachments.
-#
-sub dump_entity {
-    my ($entity, $name) = @_;
-    defined($name) or $name = "'anonymous'";
-    my $IO;
-
-
-    # Output the body:
-    my @parts = $entity->parts;
-    if (@parts) {                     # multipart...
-        my $i;
-        foreach $i (0 .. $#parts) {       # dump each part...
-            dump_entity($parts[$i], ("$name, part ".(1+$i)));
-        }
-    } else {                            # single part...        
-
-        # Get MIME type, and display accordingly...
-        my $msg_part = $entity->head->get( 'Content-Disposition' );
-        
-        $msg_part ||= ""; 
-
-        my ($type, $subtype) = split('/', $entity->head->mime_type);
-        my $body = $entity->bodyhandle;
-        my ($data, $on_disk );
-
-        if(  $msg_part =~ /^attachment/ ) {
-            # Attached File
-            my $des = $entity->head->get('Content-Description');
-            $des ||= $entity->head->recommended_filename;
-            $des ||= "unnamed attachment";
-
-            if( defined( $body->path )) { # Data is on disk
-                $on_disk = 1;
-                $data = $body->path;
-                
-            } else {                      # Data is in core
-                $on_disk = 0;
-                $data = $body->as_string;
-            }
-            push ( @attachments, [ $data, $entity->head->mime_type, $on_disk, $des ] );
-        } else {
-            # Real Message
-            if ($type =~ /^(text|message)$/) {     # text: display it...
-                if ($IO = $body->open("r")) {
-                    $Body .=  $_ while (defined($_ = $IO->getline));
-                    $IO->close;
-                } else {       # d'oh!
-                    print "$0: couldn't find/open '$name': $!";
-                }
-            } else { print "Oooops - no Body !\n"; }
-        }
-    }
-}
-
-###############################################################
-# sub extractControls
-###############################################################
-# 
-# This sub parses the message Body and filters the control-keys. 
-# Attention: Global hash Controls affected
-#
-sub extractControls( $ )
-{
-    my ($body) = @_;
-    my $backbody = "";
-
-    my @lbody = split( /\n/, $body );
-    
-    # In restricted mode, all lines before the first keyword
-    # are skipped.
-    if( $restricted ) {
-        while( $lbody[0] =~ /^\s*\@.*/ ){ shift( @lbody );} 
-    }
-    
-    # Filtering for keys
-    foreach( @lbody ) {
-        if( /^\s*\@description/ ) {
-            s/\s*\@description//;
-            $backbody .= $_;
-        } elsif( /^\s*\@(.*?)(?:\s*=\s*|\s*:\s*|\s+)(.*?)\s*$/ ) {
-            $Control{lc($1)} = $2;
-        } else {
-            $backbody .= "$_" . "\n";
-        }
-    }
-
-    # that's it.
-    return( $backbody );
-}
-
-###############################################################
-# Main starts here
-###############################################################
-# 
-# Commandline switches:
-# -t: test mode - no DB-Inserts
-foreach( @ARGV ) {
-    $restricted = 1 if ( /-r/ );
-    $test = 1 if ( /-t/ );
-
-    if ( /-p=['"]?(.+)['"]?/ )
-    {
-      $DEFAULT_PRODUCT = $1;
-    }
-
-    if ( /-c=['"]?(.+)["']?/ )
-    {
-      $DEFAULT_COMPONENT = $1;
-    }
-
-    if ( /-v=['"]?(.+)["']?/ )
-    {
-      $DEFAULT_VERSION = $1;
-    }
-
-}
-
-#
-# Parsing a mime-message
-#
-if( -t STDIN ) {
-print STDERR <<END
- Bugzilla Mail Interface
-
- This scripts reads a mail message through stdin and parses the message,
- for to insert a bug to bugzilla.
-
-  Options
- -t: Testmode - No insert to the DB, but logfile
- -r: restricted mode - all lines before the keys in the mail are skipped
-
-END
-    ; 
-exit;
-}
-
-
-# Create a new MIME parser:
-my $parser = new MIME::Parser;
-
-# Create and set the output directory:
-# FIXME: There should be a $BUGZILLA_HOME variable (SML)
-my $datadir = bz_locations()->{'datadir'};
-(-d "$datadir/mimedump-tmp") or mkdir "$datadir/mimedump-tmp",0755 or die "mkdir: $!";
-(-w "$datadir/mimedump-tmp") or die "can't write to directory";
-
-$parser->output_dir("$datadir/mimedump-tmp");
-    
-# Read the MIME message:
-my $entity = $parser->read(\*STDIN) or die "couldn't parse MIME stream";
-$entity->remove_sig(10);          # Removes the signature in the last 10 lines
-
-# Getting values from parsed mail
-my $Sender = $entity->get( 'From' );
-$Sender ||=  $entity->get( 'Reply-To' );
-$Message_ID = $entity->get( 'Message-Id' );
-
-die (" *** Can't find Sender-address in sent mail ! ***\n" ) unless defined( $Sender );
-chomp( $Sender );
-chomp( $Message_ID );
-
-$SenderShort = $Sender;
-$SenderShort =~ s/^.*?([a-zA-Z0-9_.-]+?\@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+).*$/$1/;
-
-$SenderShort = findUser($SenderShort);
-
-if (!defined($SenderShort)) {
-  $SenderShort = $Sender;
-  $SenderShort =~ s/^.*?([a-zA-Z0-9_.-]+?\@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+).*$/$1/;
-}
-
-my $Subject = "";
-$Subject = $entity->get( 'Subject' );
-chomp( $Subject );
-
-# Get all the attachments
-dump_entity($entity);
-# print $Body;
-$Body = extractControls( $Body );  # fills the Control-Hash
-
-if( $test ) {
-    foreach (keys %Control ) {
-        print "$_ => $Control{$_}\n";
-    }
-}
-
-$Control{'short_desc'} ||= $Subject;
-#
-#  * Mailparsing finishes here *
-#
-
-######################################################################
-# Now a lot of Checks of the given Labels start.
-# Check Control-Labels
-# not: reporter !
-@AllowedLabels = ("product", "version", "rep_platform",
-                  "bug_severity", "priority", "op_sys", "assigned_to",
-                  "bug_status", "bug_file_loc", "short_desc", "component",
-                  "status_whiteboard", "target_milestone", "groupset",
-                  "qa_contact");
-#my @AllowedLabels = qw{Summary priority platform assign};
-foreach (keys %Control) {
-    if ( lsearch( \@AllowedLabels, $_) < 0 ) {
-        BugMailError( 0, "You sent a unknown label: " . $_ );
-    }
-}
-
-push( @AllowedLabels, "reporter" );
-$Control{'reporter'} = $SenderShort;
-
-# Check required Labels - not all labels are required, because they could be generated
-# from the given information
-# Just send a warning- the error-Flag will be set later
-@RequiredLabels = qw{product version component short_desc};
-foreach my $Label (@RequiredLabels) {
-    if ( ! defined $Control{$Label} ) {
-        BugMailError( 0, "You were missing a required label: \@$Label\n" );
-        next;
-    }
-
-    if( $Control{$Label} =~ /^\s*$/  ) {
-        BugMailError( 0, "One of your required labels is empty: $Label" );
-        next;
-    }
-}
-
-if ( $Body =~ /^\s*$/s ) {
-    BugMailError( 1, "You sent a completely empty body !" );
-}
-
-
-# umask 0;
-
-# Check Permissions ...
-if (! CheckPermissions("CreateBugs", $SenderShort ) ) {
-    BugMailError( 2, "Permission denied.\n\n"  .
-                  "You do not have the permissions to create a new bug. Sorry.\n" );
-}
-
-# Set QA
-if (Bugzilla->params->{"useqacontact"}) {
-    if (defined($Control{'qa_contact'}) 
-        && $Control{'qa_contact'} !~ /^\s*$/ ) {
-        $Control{'qa_contact'} = DBname_to_id($Control{'qa_contact'});
-    } else {
-        $Control{'qa_contact'} = $dbh->selectrow_array(q{
-                                    SELECT initialqacontact 
-                                      FROM components 
-                                INNER JOIN products 
-                                        ON components.product_id = products.id 
-                                     WHERE products.name = ? 
-                                       AND components.name = ?}, 
-                                       undef, $Control{'product'}, $Control{'component'});
-    }
-}
-
-# Set Assigned - assigned_to depends on the product, cause initialowner 
-#                depends on the product !
-#                => first check product !
-# Product
-my $product;
-my $all_products;
-# set to the default product.  If the default product is empty, this has no effect
-my $Product = $DEFAULT_PRODUCT;
-if (defined($Control{ 'product'})) {
-    $product = new Bugzilla::Product({'name' => $Control{'product'}});
-    $Product = $product ? $product->name : "";
-}
-
-if ( $Product eq "" ) {
-    my $Text = "You didn't send a value for the required key \@product !\n\n";
-
-    $Text = "You sent the invalid product \"$Control{'product'}\"!\n\n"
-        if( defined( $Control{ 'product'} ));
-
-    $Text .= "Valid products are:\n\t";
-    $all_products = $dbh->selectcol_arrayref(q{SELECT name 
-                                                 FROM products 
-                                                ORDER BY name});
-    $Text .= join( "\n\t", @$all_products ) . "\n\n";
-    $Text .= horLine();
-
-    BugMailError( 1, $Text );
-} else {
-    # Fill list @all_products, which is needed in case of component-help
-    @$all_products = ( $Product );
-    $product_valid = 1;
-}
-$Control{'product'} = $Product;
-
-#
-# Check the Component:
-#
-
-# set to the default component.  If the default component is empty, this has no effect
-my $component;
-my $Component = $DEFAULT_COMPONENT;
-
-if (defined($Control{'component'})) {
-    $component = new Bugzilla::Component({'product_id' => $product->id,
-                                          'name' => $Control{'component'}});
-    $Component = $component ? $component->name : "";
-}
-
-if ( $Component eq "" ) {
-
-    my $Text = "You did not send a value for the required key \@component!\n\n"; 
-
-    if( defined( $Control{ 'component' } )) {
-        $Text = "You sent the invalid component \"$Control{'component'}\" !\n";
-    }
-
-    #
-    # Attention: If no product was sent, the user needs info for all components of all
-    #            products -> big reply mail :)
-    #            if a product was sent, only reply the components of the sent product
-    my $val_components;
-    my $sth_comp = $dbh->prepare(q{SELECT components.name 
-                                     FROM components 
-                               INNER JOIN products 
-                                       ON components.product_id = products.id 
-                                    WHERE products.name = ?});
-    foreach my $prod ( @$all_products ) {
-        $Text .= "\nValid components for product `$prod' are: \n\t";
-
-        $val_components = $dbh->selectcol_arrayref($sth_comp, undef, $prod);
-
-        $Text .= join( "\n\t", @$val_components ) . "\n";
-    }
-    
-    # Special: if there is a valid product, maybe it has only one component -> use it !
-    # 
-    my $amount_of_comps = scalar(@$val_components);
-    if( $product_valid  && $amount_of_comps == 1 ) {
-        $Component = @$val_components[0];
-        
-        $Text .= " * You did not send a component, but a valid product $Product.\n";
-        $Text .= " * This product only has one component $Component.\n" .
-                " * This component was set by bugzilla for submitting the bug.\n\n";
-        BugMailError( 0, $Text ); # No blocker
-
-    } else { # The component is really buggy :(
-        $Text  .= horLine();
-        BugMailError( 1, $Text );
-    }
-}
-$Control{'component'} = $Component;
-
-
-#
-# Check assigned_to
-# If a value was given in the e-mail, convert it to an ID,
-# otherwise, retrieve it from the database.
-if ( defined($Control{'assigned_to'}) 
-     && $Control{'assigned_to'} !~ /^\s*$/ ) {
-    $Control{'assigned_to'} = login_to_id($Control{'assigned_to'});
-} else {
-    $Control{'assigned_to'} = $dbh->selectrow_array(q{
-                                SELECT initialowner 
-                                  FROM components
-                            INNER JOIN products 
-                                    ON components.product_id=products.id 
-                                 WHERE products.name= ? 
-                                   AND components.name= ?}, 
-                                   undef, $Control{'product'}, $Control{'component'});
-}
-
-if ( $Control{'assigned_to'} == 0 ) {
-    my $Text = "Could not resolve key \@assigned_to !\n" .
-        "If you do NOT send a value for assigned_to, the bug will be assigned to\n" .
-            "the qa-contact for the product and component.\n";
-    $Text .= "This works only if product and component are OK. \n" 
-        . horLine();
-
-    BugMailError( 1, $Text );
-}
-
-
-$Control{'reporter'} = login_to_id($Control{'reporter'});
-if ( ! $Control{'reporter'} ) {
-    BugMailError( 1, "Could not resolve reporter !\n" );
-}
-
-### Set default values
-CheckPriority( );
-CheckSeverity( );
-CheckPlatform( );
-CheckSystem( );
-# CheckArea();
-
-### Check values ...
-# Version
-my $Version = "$DEFAULT_VERSION";
-$Version = CheckVersion( $Control{'product'}, $Control{'version'} ) if( defined( $Control{'version'}));
-if ( $Version eq "" ) {
-    my $Text = "You did not send a value for the required key \@version!\n\n";
-
-    if( defined( $Control{'version'})) {
-        my $Text = "You sent the invalid version \"$Control{'version'}\"!\n";
-    }
-
-    my $anz_versions;
-    my @all_versions;
-    # Assemble help text
-    my $sth_versions = $dbh->prepare(q{SELECT value 
-                                         FROM versions
-                                   INNER JOIN products 
-                                           ON versions.product_id = products.id 
-                                        WHERE products.name= ?});
-
-    foreach my $prod ( @$all_products ) {
-        $Text .= "Valid versions for product $prod are: \n\t";
-
-        @all_versions = @{$dbh->selectcol_arrayref($sth_versions, undef, $prod)};
-        $anz_versions = @all_versions;
-        $Text .= join( "\n\t", @all_versions ) . "\n" ; 
-
-    }
-
-    # Check if we could use the only version
-    if( $anz_versions == 1 && $product_valid ) {
-        $Version = $all_versions[0];
-        # Fine, there is only one version string
-        $Text .= " * You did not send a version, but a valid product $Product.\n";
-        $Text .= " * This product has has only the one version $Version.\n" .
-            " * This version was set by bugzilla for submitting the bug.\n\n";
-        $Text .= horLine();
-        BugMailError( 0, $Text ); # No blocker
-    } else {
-        $Text .= horLine();
-        BugMailError( 1, $Text );
-    }
-
-}
-
-$Control{'version'} = $Version;
-
-# GroupsSet: Protections for Bug info. This parameter controls the visibility of the 
-# given bug. An Error in the given Buggroup is not a blocker, a default is taken.
-#
-# The GroupSet is accepted only as literals linked with whitespaces, plus-signs or commas
-#
-my $GroupSet = "";
-my %GroupArr = ();
-$GroupSet = $Control{'groupset'} if( defined( $Control{ 'groupset' }));
-#
-# Fetch the default value for groupsetting
-my $DefaultGroup = 'ReadInternal';
-
-my $default_group = $dbh->selectrow_array(q{
-                                    SELECT id 
-                                      FROM groups 
-                                     WHERE name= ?}, undef, $DefaultGroup);
-
-if( $GroupSet eq "" ) {
-    # Too bad: Groupset does not contain anything -> set to default
-    $GroupArr{$DefaultGroup} = $default_group if(defined( $default_group ));
-    #
-    # Give the user a hint
-    my $Text = "You did not send a value for optional key \@groupset, which controls\n";
-    $Text .= "the Permissions of the bug. It will be set to a default value 'Internal Bug'\n";
-    $Text .= "if the group '$DefaultGroup' exists.  The QA may change that.\n";
-    
-    BugMailError( 0, $Text );
-} else {
-    # literal  e.g. 'ReadInternal'
-    my $gserr = 0;
-    my $Text = "";
-
-    #
-    # Split literal Groupsettings either on Whitespaces, +-Signs or ,
-    # Then search for every Literal in the DB - col name
-    my $sth_groups = $dbh->prepare(q{SELECT id, name 
-                                       FROM groups 
-                                      WHERE name= ?});
-    foreach ( split /\s+|\s*\+\s*|\s*,\s*/, $GroupSet ) {
-        my( $bval, $bname ) = $dbh->selectrow_array($sth_groups, undef, $_);
-        if( defined( $bname ) && $_ eq $bname ) {
-        $GroupArr{$bname} = $bval;
-        } else {
-            $Text .= "You sent the wrong GroupSet-String $_\n";
-            $gserr = 1;
-        }
-    }
-
-    #
-    # Give help if wrong GroupSet-String came
-    if( $gserr > 0 ) {
-        # There happend errors 
-        $Text .= "Here are all valid literal Groupsetting-strings:\n\t";
-        my $groups = $dbh->selectcol_arrayref(q{
-                                SELECT g.name 
-                                  FROM groups g
-                            INNER JOIN user_group_map u 
-                                    ON g.id = u.group_id 
-                                 WHERE u.user_id = ? 
-                                   AND g.isbuggroup = 1 } .
-                     $dbh->sql_group_by('g.name'), undef, $Control{'reporter'});
-        $Text .= join( "\n\t", @$groups ) . "\n";
-        BugMailError( 0, $Text );
-    }
-} # End of checking groupsets
-delete $Control{'groupset'};
-
-# ###################################################################################
-# Checking is finished
-#
-
-# Check used fields
-my @used_fields;
-
-foreach my $f (@AllowedLabels) {
-    if ((exists $Control{$f}) && ($Control{$f} !~ /^\s*$/ )) {
-        push (@used_fields, $f);
-    }
-}
-
-#
-# Creating the query for inserting the bug
-# -> this should only be done, if there was no critical error before
-if( $critical_err == 0 )
-{
-    
-    my $reply = <<END
-  
-  +---------------------------------------------------------------------------+
-           B U G Z I L L A -  M A I L -  I N T E R F A C E 
-  +---------------------------------------------------------------------------+
-
-  Your Bugzilla Mail Interface request was successfull.
-
-END
-;
-
-    $reply .= "Your Bug-ID is ";
-    my $reporter = "";
-        
-    
-
-    my $tmp_reply = "These values were stored by bugzilla:\n";
-    my $val;
-    my @values = ();
-    foreach my $field (@used_fields) {
-        if( $field eq "groupset" ) {
-            push (@values, $Control{$field});
-        } elsif ( $field eq 'product' ) {
-            push (@values, $product->id);
-        } elsif ( $field eq 'component' ) {
-            push (@values, $component->id);
-        } else {
-            push (@values, $Control{$field});
-        }
-        
-        $val = $Control{ $field };
-      
-        $val = user_id_to_login( $val ) if( $field =~ /reporter|assigned_to|qa_contact/ );
-      
-        $tmp_reply .= sprintf( "     \@%-15s = %-15s\n", $field, $val );
-
-        if ($field eq "reporter") {
-            $reporter = $val;
-        }
-    }
-    #
-    # Display GroupArr
-    #
-    $tmp_reply .= sprintf( "     \@%-15s = %-15s\n", 'groupset', join(',', keys %GroupArr) );
-    
-    $tmp_reply .= "      ... and your error-description !\n";
-
-    my $comment = $Body;
-    $comment =~ s/\r\n/\n/g;     # Get rid of windows-style line endings.
-    $comment =~ s/\r/\n/g;       # Get rid of mac-style line endings.
-    $comment = trim($comment);
-
-    my $bug_when = $dbh->selectrow_array("SELECT NOW()");
-
-    my $ever_confirmed = 0;
-    my $state = "UNCONFIRMED";
-
-    my $v_confirm = $dbh->selectrow_array(q{SELECT votestoconfirm 
-                                              FROM products 
-                                             WHERE name = ?}, undef, $Control{'product'});
-    if (!$v_confirm) {
-        $ever_confirmed = 1;
-        $state = "NEW";
-    }
-   
-    my $sql_placeholders = "?, " x scalar(@values);
-    my $sql_used_fields = join(", ", @used_fields);
-    
-    my $query = qq{INSERT INTO bugs ($sql_used_fields, bug_status, 
-                                     creation_ts, delta_ts, everconfirmed) 
-                   VALUES ($sql_placeholders ?, ?, ?, ? )};
-
-    $query =~ s/product/product_id/;
-    $query =~ s/component/component_id/;
-
-    push (@values, $state, $bug_when, $bug_when, $ever_confirmed);
-
-    my $userid = $dbh->selectrow_array(q{SELECT userid FROM profiles WHERE } .
-                                        $dbh->sql_istrcmp('login_name', '?'),
-                                        undef, $reporter);
-
-    my $id;
-    if( ! $test ) {
-
-        $dbh->do($query, undef, @values);
-        $id = $dbh->bz_last_key('bugs', 'bug_id');
-
-        $dbh->do(q{INSERT INTO longdescs 
-                           SET bug_id= ?, who= ?, bug_when= ?, thetext= ?}, 
-                 undef, $id, $userid, $bug_when, $comment);
-
-        # Cool, the mail was successful
-        # system("./processmail", $id, $SenderShort);
-    } else {
-        $id = 0xFFFFFFFF;  # TEST !
-        print "\n-------------------------------------------------------------------------\n";
-        print "$query\n";
-    }
-
-    #
-    # Handle GroupArr
-    #
-    my $sth_groups = $dbh->prepare(q{INSERT INTO bug_group_map SET bug_id= ?, group_id= ?});
-    foreach my $grp (keys %GroupArr) {
-        if( ! $test) {
-            $sth_groups->execute($id, $GroupArr{$grp});
-        } else {
-            print "INSERT INTO bug_group_map SET bug_id=$id, group_id=$GroupArr{$grp}\n";
-        }
-    }
-
-    #
-    # handle Attachments 
-    #
-    my $attaches = storeAttachments( $id, $Control{'reporter'} );
-    $tmp_reply .= "\n\tYou sent $attaches attachment(s). \n" if( $attaches > 0 );
-
-    $reply .= $id . "\n\n" . $tmp_reply . "\n" . getWarningText();
-    $entity->purge();  # Removes all temp files
-
-    #
-    # Send the 'you did it'-reply
-    Reply( $SenderShort, $Message_ID,"Bugzilla success (ID $id)", $reply );
-
-    Bugzilla::BugMail::Send($id, {'changer' => $reporter}) if (!$test);
-    
-} else {
-    # There were critical errors in the mail - the bug couldn't be inserted. !
-my $errreply = <<END
-  
-  +---------------------------------------------------------------------------+
-          B U G Z I L L A -  M A I L -  I N T E R F A C E             
-  +---------------------------------------------------------------------------+
-
-END
-    ;
-    
-    $errreply .= getErrorText() . getWarningText() . generateTemplate();
-
-    Reply( $SenderShort, $Message_ID, "Bugzilla Error", $errreply );
-
-    # print getErrorText();
-    # print getWarningText();
-    # print generateTemplate();
-}
-
-
-
-
-
-exit;
-
diff --git a/contrib/bugmail_help.html b/contrib/bugmail_help.html
deleted file mode 100644
index 2d6426510..000000000
--- a/contrib/bugmail_help.html
+++ /dev/null
@@ -1,223 +0,0 @@
-<HTML>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<!--
-     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.
-    
-     Contributor(s): Klaas Freitag <Freitag@SuSE.de>
--->
-
-<HEAD> <TITLE>Bugzilla Mail Interface</TITLE> </HEAD>
-<BODY BGCOLOR="#FFFFFF">
-<CENTER><H1>The Bugzilla Mail Interface</H1>
-Contributor: <A HREF="mailto:freitag@suse.de">Klaas Freitag</A>, SuSE GmbH 
-</CENTER>
-<P>
-The bugzilla Mail interface allows the registered bugzilla users to submit bugs by 
-sending email with a bug description. This is useful for people, who do not work 
-inhouse and want to submitt bugs to the bugzilla system.
-<p>
-
-
-I know, show me the <A HREF="#examplemail">example-mail !</A>
-
-
-<H2>What do you need to do to submitt a bug by mail ?</H2>
-You need to send a email in the described format to the bugmail-user of the 
-bugzilla-system. This is <A HREF="mailto:our_bugzilla@xyz.com">yourbugzilla@here.com</A>
-
-You receive a reply mail with the new bug-ID if your request was ok. 
-If not, you get a mail with 
-some help on the bugmail system and a specific analysis of your request.
-<P>
-Please don't refuse to send one or two wrong mails, you will get all the information 
-you need in the replies, and <I>only</I> in the mail replies. The information on this
-page, concerning available products, versions and so on, is not dynamicly generated and 
-may  be old therefore.
-
-<H1>The Mail Format</H1>
-The bugmail needs a special format , which consists of some keywords and suitable 
-values for them and a description text. Note that the keyword block needs to be
-above of the description text.
-
-<H2>Keywords</H2>
-You need to tell bugzilla some properties of the bugs. This is done by keywords, which
-start on a new line with a @, followed by the keyword and and equal-sign, followed by a
-hopefully valid value.
-
-
-<TABLE BORDER=4 FRAME=box CELLSPACING="5" width=95%> <COLGROUP> <col width="2*"> 
-<col width="5*"> <col width="1*"> </COLGROUP>
-	<TR>
-		<TH>Keyword</TH>
-		<TH>Value description</TH>
-		<TH>required and default value</TH>
-	</TR>
-	<TR>
-	        <TD>@product</TD>
-	        <TD>The product which has a bug</TD>
-	        <TD>yes. <br> This is the most important information. Many other
-		fields depend on the product.</TD>
-	</TR>
-	<TR>
-	        <TD>@component</TD>
-	        <TD>the desired component which is affected by the bug</TD>
-	        <TD>yes. <br> As the @product, this is a very important 
-		field.</TD>
-	</TR>
-	<TR>
-	        <TD>@version</TD>
-	        <TD>The version of the product</TD>
-	        <TD>yes. <br>See @product and @component</TD>
-	</TR>
-	<TR>
-	        <TD>@short_desc</TD>
-	        <TD>A summary of your bug report</TD>
-	        <TD>yes. <br>This summary of the error you want to report 
-		describes what happen. You may skip the long description,
-		but not this summary.<br>
-		<b>Note:</b>The short description may be given in the mail subject
-		instead of using the keyword !</TD>
-	</TR>
-	<TR>
-	        <TD>@rep_platform</TD>
-	        <TD>The desired platform</TD>
-	        <TD>no.<br>If you don't give a value, this field is set to <I>All</I>.</TD>
-	</TR>
-	<TR>
-	        <TD>@bug_severity</TD>
-	        <TD>The severity of the bug</TD>
-	        <TD>no. <br> If you don't give a value, this field is set to 
-		<I>normal</I></TD>
-	</TR>
-	<TR>
-	        <TD>@priority</TD>
-	        <TD>The priority of the bug</TD>
-	        <TD>no.<br>If you don't give a value, this field is set to <I>P3</I></TD>
-	</TR>
-	<TR>
-	        <TD>@op_sys</TD>
-	        <TD>The operating system</TD>
-	        <TD>no.<br>If you don't give a value, this field is set to <I>Linux</I>.</TD>
-	</TR>
-	<TR>
-	        <TD>@assigned_to</TD>
-	        <TD>The one to whom the bug is assigned to</TD>
-	        <TD>no. <br>There is a default assignee for every product/version/component.
-		He owns the bug by default. The default assignee can only be found if 
-		product, version and component are valid.</TD>
-	</TR>
-	<TR>
-	        <TD>@bug_file_loc</TD>
-	        <TD>?</TD>
-	        <TD>no.</TD>
-	</TR>
-	<TR>
-	        <TD>@status_whiteboard</TD>
-	        <TD>?</TD>
-	        <TD>no.</TD>
-	</TR>
-	<TR>
-	        <TD>@target_milestone</TD>
-	        <TD>?</TD>
-	        <TD>no.</TD>
-	</TR>
-	<TR>
-	        <TD>@groupset</TD>
-	        <TD>rules the visibility of the bug.</TD>
-	        <TD>no.<br>This value defaults to the smallest of the available groups,
-		which is <I>readInternal</I>.</TD>
-	</TR>
-	<TR>
-	        <TD>@qa_contact</TD>
-	        <TD>the quality manager for the product</TD>
-	        <TD>no.<br>This value can be retrieved from product, component and 
-		version</TD>
-	</TR>
-
-</TABLE>
-<H2>Valid values</H2>
-Give string values for the most keys above. Some keywords  require special values:<br>
-<ol>
-<li>E-Mail addresses: If you want to set the qa-contact, specify an email-address for @qa_contact. The email must be known by bugzilla of course.</li>
-<li>Listvalues: Most of the values have to be one of a list of valid values. Try by sending
-a mail and read the reply. Skip fields if you don't get help for them unless you don't know
-which values you may choose.</li>
-<li>free Text: The descriptions may be free text. </li>
-<li>Special: The field groupset may be specified in different in three different kinds:
- <ol>
-    <li> A plain numeric way, which is one usually huge number, e. g. <I>65536</I></li>
-    <li> a string with added numbers e.g. <I>65536+131072</I></li>
-    <li> a string list, e.g. <I>ReadInternal, ReadBeta </I></li>
- </ol>
-</li>
-</ol>
-
-<p>
-
-But most of them need <b>valid</b> values.
-<p>
-Sorry, you will not find lists of valid products, components and the other stuff
-here. Send a mail to with any text, and you will get a list of valid keywords in the reply.
-
-<p>
-Some of the values must be choosen from a list:<br>
-<ol>
-  <li>bug_severity: blocker, critical, major, normal, minor, trivial, enhancement</li>
-  <li>op_sys: Linux </li>
-  <li>priority: P1, P2, P3, P4, P5</li>
-  <li>rep_platform: All, i386, AXP, i686, Other</li></ol>
-  
-
-<p>
-
-After you have specified the required keywords and maybe some other value, you may 
-describe your bug. You don't need  a keyword for starting your bug description. All 
-text which follows the keyword block is handled as long description of the bug.
-<p>
-
-The bugmail interface is able to find required information by itself. E.g. if you specify
-a product which has exactly one component, this component will be found by the interface
-automatically. 
-
-<H1>Attachments</H1>
-
-The mail interface is able to cope with MIME-attachments. 
-People could for example add a logfile as a mail attachment, and it will appear in 
-bugzilla as attachment. A comment for the attachment should be added, it will describe
-the attachment in bugzilla.
-
-<H1><A NAME="examplemail">Example Mail</A></H1>
-
-See the example of the mail <b>body</b> (Don't forget to specify the short description
-in the mail subject):<hr><pre>
-
-  @product      = Bugzilla
-  @component    = general
-  @version      = All
-  @groupset     = ReadWorld ReadPartners
-  @op_sys       = Linux
-  @priority     = P3
-  @rep_platform = i386
-
-
-  This is the description of the bug I found. It is not neccessary to start
-  it with a keyword. 
-
-  Note: The short_description is neccessary and may be given with the keyword
-  @short_description or will be retrieved from the mail subject.
-
-
-</pre><hr>
-
-</BODY>
-</HTML>
diff --git a/contrib/bugzilla-submit/CVS/Entries b/contrib/bugzilla-submit/CVS/Entries
index 031089883..3598287b2 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-2_23_3
-/bugdata.txt/1.2/Fri Jan 16 22:26:49 2004//TBUGZILLA-2_23_3
-/bugzilla-submit/1.6/Fri Jul 16 03:56:35 2004//TBUGZILLA-2_23_3
-/bugzilla-submit.xml/1.7/Mon Apr 11 14:23:32 2005//TBUGZILLA-2_23_3
+/README/1.2/Wed Dec 10 23:36:21 2003//TBUGZILLA-2_23_4
+/bugdata.txt/1.2/Fri Jan 16 22:26:49 2004//TBUGZILLA-2_23_4
+/bugzilla-submit/1.6/Fri Jul 16 03:56:35 2004//TBUGZILLA-2_23_4
+/bugzilla-submit.xml/1.7/Mon Apr 11 14:23:32 2005//TBUGZILLA-2_23_4
 D
diff --git a/contrib/bugzilla-submit/CVS/Tag b/contrib/bugzilla-submit/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/contrib/bugzilla-submit/CVS/Tag
+++ b/contrib/bugzilla-submit/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/contrib/bugzilla.procmailrc b/contrib/bugzilla.procmailrc
deleted file mode 100644
index 36656b4d2..000000000
--- a/contrib/bugzilla.procmailrc
+++ /dev/null
@@ -1,30 +0,0 @@
-:0 fhw
-| formail -I "From " -a "From "
-
-BUGZILLA_HOME=/home/bugzilla/WEB/bugzilla/contrib
-
-:0
-* ^Subject: .*\[Bug .*\]
-RESULT=|(cd $BUGZILLA_HOME && ./bugzilla_email_append.pl)
-
-
-# Feed mail to stdin of bug_email.pl
-:0 Ec
-#* !^Subject: .*[Bug .*]
-RESULT=|(cd $BUGZILLA_HOME && ./bug_email.pl )
-
-# write result to a logfile
-:0 c
-|echo `date '+%d.%m.%y %H:%M:  '` $RESULT >> $HOME/bug_email.log
-
-
-:0 c
-|echo "----------------------------------" >> $HOME/bug_email.log
-
-:0 c
-$HOME/bug_email.log
- 
-# Move mail to the inbox
-:0
-$HOME/Mail/INBOX
-
diff --git a/contrib/bugzilla_email_append.pl b/contrib/bugzilla_email_append.pl
deleted file mode 100755
index 4b2e53f20..000000000
--- a/contrib/bugzilla_email_append.pl
+++ /dev/null
@@ -1,197 +0,0 @@
-#!/usr/bin/perl -w
-# -*- 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 purpose of this script is to take an email message, which
-# specifies a bugid and append it to the bug as part of the longdesc
-# table
-
-# Contributor : Seth M. Landsman <seth@dworkin.net>
-
-# 03/15/00 : Initial version by SML
-# 03/15/00 : processmail gets called
-
-# Email subject must be of format :
-# .* Bug ### .*
-# replying to a typical bugzilla email should be valid
-
-# TODO : 
-# 1. better way to get the body text (I don't know what dump_entity() is 
-#   actually doing
-
-use strict;
-use MIME::Parser;
-
-BEGIN {
-  chdir "..";        # this script lives in contrib, change to main
-  push @INC, "contrib";
-  push @INC, "."; # this script lives in contrib
-}
-
-use Bugzilla;
-use Bugzilla::Constants;
-use BugzillaEmail;
-use Bugzilla::BugMail;
-
-my $dbh = Bugzilla->dbh;
-
-# Create a new MIME parser:
-my $parser = new MIME::Parser;
-
-my $Comment = "";
-
-# Create and set the output directory:
-# FIXME: There should be a $BUGZILLA_HOME variable (SML)
-my $datadir = bz_locations()->{'datadir'};
-(-d "$datadir/mimedump-tmp") or mkdir "$datadir/mimedump-tmp",0755 or die "mkdir: $!";
-(-w "$datadir/mimedump-tmp") or die "can't write to directory";
-
-$parser->output_dir("$datadir/mimedump-tmp");
-    
-# Read the MIME message:
-my $entity = $parser->read(\*STDIN) or die "couldn't parse MIME stream";
-$entity->remove_sig(10);          # Removes the signature in the last 10 lines
-
-# Getting values from parsed mail
-my $Sender = $entity->get( 'From' );
-$Sender ||=  $entity->get( 'Reply-To' );
-my $Message_ID = $entity->get( 'Message-Id' );
-
-die (" *** Can't find Sender-address in sent mail ! ***\n" ) unless defined( $Sender );
-chomp( $Sender );
-chomp( $Message_ID );
-
-print "Dealing with the sender $Sender\n";
-
-my $SenderShort = $Sender;
-$SenderShort =~ s/^.*?([a-zA-Z0-9_.-]+?\@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+).*$/$1/;
-
-$SenderShort = findUser($SenderShort);
-
-print "SenderShort is $SenderShort\n";
-if (!defined($SenderShort)) {
-  $SenderShort = $Sender;
-  $SenderShort =~ s/^.*?([a-zA-Z0-9_.-]+?\@[a-zA-Z0-9_.-]+\.[a-zA-Z0-9_.-]+).*$/$1/;
-}
-print "The sendershort is now $SenderShort\n";
-
-if (!defined($SenderShort)) {
-  DealWithError("No such user $SenderShort exists.");
-}
-
-my $Subject = $entity->get('Subject');
-print "The subject is $Subject\n";
-
-my ($bugid) = ($Subject =~ /\[Bug ([\d]+)\]/);
-print "The bugid is $bugid\n";
-
-# make sure the bug exists
-my $found_id = $dbh->selectrow_array(q{SELECT bug_id 
-                                         FROM bugs 
-                                        WHERE bug_id = ?}, undef, $bugid);
-print "Did we find the bug? $found_id-\n";
-if (!defined($found_id)) {
-  DealWithError("Bug $bugid does not exist");
-}
-
-# get the user id
-my $userid = $dbh->selectrow_array(q{SELECT userid FROM profiles WHERE } .
-                $dbh->sql_istrcmp('login_name', '?'), undef, $SenderShort);
-if (!defined($userid)) {
-  DealWithError("Userid not found for $SenderShort");
-}
-
-# parse out the text of the message
-dump_entity($entity);
-
-# Get rid of the bug id
-$Subject =~ s/\[Bug [\d]+\]//;
-#my $Comment = "This is only a test ...";
-my $Body = "Subject: " . $Subject . "\n" . $Comment;
-
-# shove it in the table
-$dbh->do(q{INSERT INTO longdescs SET bug_id= ?, who= ?, bug_when= NOW(), thetext= ? },
-          undef, $found_id, $userid, $Body);
-
-Bugzilla::BugMail::Send( $found_id, { changer => $SenderShort } );
-
-sub DealWithError {
-  my ($reason) = @_;
-  print $reason . "\n";
-  exit 100;
-}
-
-# Yanking this wholesale from bug_email, 'cause I know this works.  I'll
-#  figure out what it really does later
-#------------------------------
-#
-# dump_entity ENTITY, NAME
-#
-# Recursive routine for parsing a mime coded mail.
-# One mail may contain more than one mime blocks, which need to be
-# handled. Therefore, this function is called recursively.
-#
-# It gets the for bugzilla important information from the mailbody and 
-# stores them into the global attachment-list @attachments. The attachment-list
-# is needed in storeAttachments.
-#
-sub dump_entity {
-    my ($entity, $name) = @_;
-    defined($name) or $name = "'anonymous'";
-    my $IO;
-
-
-    # Output the body:
-    my @parts = $entity->parts;
-    if (@parts) {                     # multipart...
-        my $i;
-        foreach $i (0 .. $#parts) {       # dump each part...
-            dump_entity($parts[$i], ("$name, part ".(1+$i)));
-        }
-    } else {                            # single part...        
-
-        # Get MIME type, and display accordingly...
-        my $msg_part = $entity->head->get( 'Content-Disposition' );
-        
-        $msg_part ||= ""; 
-
-        my ($type, $subtype) = split('/', $entity->head->mime_type);
-        my $body = $entity->bodyhandle;
-        my ($data, $on_disk );
-
-        if(  $msg_part =~ /^attachment/ ) {
-            # Attached File
-            my $des = $entity->head->get('Content-Description');
-            $des ||= "";
-
-            if( defined( $body->path )) { # Data is on disk
-                $on_disk = 1;
-                $data = $body->path;
-                
-            } else {                      # Data is in core
-                $on_disk = 0;
-                $data = $body->as_string;
-            }
-#           push ( @attachments, [ $data, $entity->head->mime_type, $on_disk, $des ] );
-        } else {
-            # Real Message
-            if ($type =~ /^(text|message)$/) {     # text: display it...
-                if ($IO = $body->open("r")) {
-                    $Comment .=  $_ while (defined($_ = $IO->getline));
-                    $IO->close;
-                } else {       # d'oh!
-                    print "$0: couldn't find/open '$name': $!";
-                }
-            } else { print "Oooops - no Body !\n"; }
-        }
-    }
-}
diff --git a/contrib/bz_webservice_demo.pl b/contrib/bz_webservice_demo.pl
index 4b5562a0e..aa92d1dd9 100755
--- a/contrib/bz_webservice_demo.pl
+++ b/contrib/bz_webservice_demo.pl
@@ -14,6 +14,7 @@
 # The Original Code is the Bugzilla Bug Tracking System.
 #
 # Contributor(s): Marc Schumann <wurblzap@gmail.com>
+#                 Mads Bondo Dydensborg <mbd@dbc.dk>
 
 =head1 NAME
 
@@ -47,6 +48,7 @@ my $Bugzilla_password;
 my $Bugzilla_remember;
 my $bug_id;
 my $product_name;
+my $create_file_name;
 
 GetOptions('help|h|?'       => \$help,
            'uri=s'          => \$Bugzilla_uri,
@@ -55,6 +57,7 @@ GetOptions('help|h|?'       => \$help,
            'rememberlogin!' => \$Bugzilla_remember,
            'bug_id:s'       => \$bug_id,
            'product_name:s' => \$product_name,
+           'create:s'       => \$create_file_name
           ) or pod2usage({'-verbose' => 0, '-exitval' => 1});
 
 =head1 OPTIONS
@@ -98,6 +101,10 @@ Pass a bug ID to have C<bz_webservice_demo.pl> do some bug-related test calls.
 Pass a product name to have C<bz_webservice_demo.pl> do some product-related
 test calls.
 
+=item --create
+
+Specify a file that contains settings for the creating of a new bug.
+
 =back
 
 =head1 DESCRIPTION
@@ -145,7 +152,17 @@ minimum required version your application needs.
 
 $soapresult = $proxy->call('Bugzilla.version');
 _die_on_fault($soapresult);
-print 'Connecting to a Bugzilla of version ' . $soapresult->result() . ".\n";
+print 'Connecting to a Bugzilla of version ' . $soapresult->result()->{version} . ".\n";
+
+=head2 Checking Bugzilla's timezone
+
+To make sure that you understand the dates and times that Bugzilla returns to you, you may want to call C<Bugzilla.timezone>.
+
+=cut
+
+$soapresult = $proxy->call('Bugzilla.timezone');
+_die_on_fault($soapresult);
+print 'Bugzilla\'s timezone is ' . $soapresult->result()->{timezone} . ".\n";
 
 =head2 Logging In and Out
 
@@ -173,8 +190,9 @@ if (defined($Bugzilla_login)) {
     if ($Bugzilla_login ne '') {
         # Log in.
         $soapresult = $proxy->call('User.login',
-                                   $Bugzilla_login, $Bugzilla_password,
-                                   $Bugzilla_remember);
+                                   { login => $Bugzilla_login, 
+                                     password => $Bugzilla_password,
+                                     remember => $Bugzilla_remember } );
         _die_on_fault($soapresult);
         print "Login successful.\n";
     }
@@ -194,12 +212,12 @@ The call will return a C<Bugzilla::Bug> object.
 =cut
 
 if ($bug_id) {
-    $soapresult = $proxy->call('Bug.get_bug', $bug_id);
+    $soapresult = $proxy->call('Bug.get_bugs', { ids => [$bug_id] });
     _die_on_fault($soapresult);
     $result = $soapresult->result;
-
-    foreach (keys(%$result)) {
-        print "$_: $$result{$_}\n";
+    my $bug = $result->{bugs}->[0];
+    foreach (keys(%$bug)) {
+        print "$_: $$bug{$_}\n";
     }
 }
 
@@ -226,6 +244,33 @@ if ($product_name) {
     }
 }
 
+=head2 Creating A Bug
+
+Call C<Bug.create> with the settings read from the file indicated on
+the command line. The file must contain a valid anonymous hash to use 
+as argument for the call to C<Bug.create>.
+The call will return a hash with a bug id for the newly created bug.
+
+=cut
+
+if ($create_file_name) {
+    $soapresult = $proxy->call('Bug.create', do "$create_file_name" );
+    _die_on_fault($soapresult);
+    $result = $soapresult->result;
+
+    if (ref($result) eq 'HASH') {
+        foreach (keys(%$result)) {
+            print "$_: $$result{$_}\n";
+        }
+    }
+    else {
+        print "$result\n";
+    }
+
+}
+
+
+
 =head1 NOTES
 
 =head2 Character Set Encoding
@@ -235,6 +280,23 @@ encoding as Bugzilla does, or that it converts correspondingly when using the
 web service API.
 By default, Bugzilla uses UTF-8 as its character set encoding.
 
+=head2 Format For Create File
+
+The create format file is a piece of Perl code, that should look something like
+this:
+
+    {
+        product     => "TestProduct", 
+        component   => "TestComponent",
+        summary     => "TestBug - created from bz_webservice_demo.pl",
+        version     => "unspecified",
+        description => "This is a description of the bug... hohoho",
+        op_sys      => "All",
+        platform    => "All",	
+        priority    => "P4",
+        severity    => "normal"
+    };
+
 =head1 SEE ALSO
 
 There are code comments in C<bz_webservice_demo.pl> which might be of further
diff --git a/contrib/bzdbcopy.pl b/contrib/bzdbcopy.pl
index ac3ba8248..ebfe3e45b 100755
--- a/contrib/bzdbcopy.pl
+++ b/contrib/bzdbcopy.pl
@@ -1,36 +1,26 @@
 #!/usr/bin/perl -w
 #
-# bzdbcopy.pl - Copies data from one Bugzilla database to another. 
+# 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/
 #
-# Author: Max Kanat-Alexander <mkanat@bugzilla.org>
+# 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 intended use of this script is to copy data from an installation
-# running on one DB platform to an installation running on another
-# DB platform.
+# The Original Code is the Bugzilla Bug Tracking System.
 #
-# It must be run from the directory containing your Bugzilla installation.
-# That means if this script is in the contrib/ directory, you should
-# be running it as: ./contrib/bzdbcopy.pl
-#
-# Note: Both schemas must already exist and be IDENTICAL. (That is, 
-# they must have both been created/updated by the same version of 
-# checksetup.pl.) This script will DESTROY ALL CURRENT DATA in the 
-# target database.
-#
-# Both Schemas must be at least from Bugzilla 2.19.3, but if you're
-# running a Bugzilla from before 2.20rc2, you'll need the patch at:
-# https://bugzilla.mozilla.org/show_bug.cgi?id=300311 in order to
-# be able to run this script.
-#
-# Before you using it, you have to correctly set all the variables
-# in the "User-Configurable Settings" section, below. The "SOURCE"
-# settings are for the database you're copying from, and the "TARGET"
-# settings are for the database you're copying to. The DB_TYPE is
-# the name of a DB driver from the Bugzilla/DB/ directory.
+# The Initial Developer of the Original Code is Everything Solved.
+# Portions created by Everything Solved are Copyright (C) 2006 
+# Everything Solved. All Rights Reserved.
 #
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
 
 use strict;
 use lib ".";
+use Bugzilla;
 use Bugzilla::DB;
 use Bugzilla::Util;
 
@@ -178,4 +168,38 @@ $target_db->commit;
 print "All done! Make sure to run checksetup on the new DB.\n";
 $source_db->disconnect;
 $target_db->disconnect;
+
 1;
+
+__END__
+
+=head1 NAME
+
+bzdbcopy.pl - Copies data from one Bugzilla database to another. 
+
+=head1 DESCRIPTION
+
+The intended use of this script is to copy data from an installation
+running on one DB platform to an installation running on another
+DB platform.
+
+It must be run from the directory containing your Bugzilla installation.
+That means if this script is in the contrib/ directory, you should
+be running it as: C<./contrib/bzdbcopy.pl>
+
+Note: Both schemas must already exist and be B<IDENTICAL>. (That is, 
+they must have both been created/updated by the same version of 
+checksetup.pl.) This script will B<DESTROY ALL CURRENT DATA> in the 
+target database.
+
+Both Schemas must be at least from Bugzilla 2.19.3, but if you're
+running a Bugzilla from before 2.20rc2, you'll need the patch at:
+L<http://bugzilla.mozilla.org/show_bug.cgi?id=300311> in order to
+be able to run this script.
+
+Before you using it, you have to correctly set all the variables
+in the "User-Configurable Settings" section at the top of the script. 
+The C<SOURCE> settings are for the database you're copying from, and 
+the C<TARGET> settings are for the database you're copying to. The 
+C<DB_TYPE> is the name of a DB driver from the F<Bugzilla/DB/> directory.
+
diff --git a/contrib/cmdline/CVS/Entries b/contrib/cmdline/CVS/Entries
index c3cb4c6bd..6d9f074ed 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-2_23_3
-/bugids/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_3
-/buglist/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_3
-/bugs/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_3
-/bugslink/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_3
-/makequery/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_3
-/query.conf/1.3/Fri Aug 26 23:11:32 2005//TBUGZILLA-2_23_3
+/bugcount/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_4
+/bugids/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_4
+/buglist/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_4
+/bugs/1.2/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_4
+/bugslink/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_4
+/makequery/1.1/Thu Jan 27 19:42:34 2005//TBUGZILLA-2_23_4
+/query.conf/1.3/Fri Aug 26 23:11:32 2005//TBUGZILLA-2_23_4
 D
diff --git a/contrib/cmdline/CVS/Tag b/contrib/cmdline/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/contrib/cmdline/CVS/Tag
+++ b/contrib/cmdline/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/contrib/gnatsparse/CVS/Entries b/contrib/gnatsparse/CVS/Entries
index c32b01bc3..9655f3663 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-2_23_3
-/gnatsparse.py/1.4/Mon Jun 19 15:58:33 2006//TBUGZILLA-2_23_3
-/magic.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-2_23_3
-/specialuu.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-2_23_3
+/README/1.2/Tue Mar 23 17:59:11 2004//TBUGZILLA-2_23_4
+/gnatsparse.py/1.4/Mon Jun 19 15:58:33 2006//TBUGZILLA-2_23_4
+/magic.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-2_23_4
+/specialuu.py/1.1/Sun Mar 21 21:32:16 2004//TBUGZILLA-2_23_4
 D
diff --git a/contrib/gnatsparse/CVS/Tag b/contrib/gnatsparse/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/contrib/gnatsparse/CVS/Tag
+++ b/contrib/gnatsparse/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/contrib/recode.pl b/contrib/recode.pl
new file mode 100755
index 000000000..49e824f6d
--- /dev/null
+++ b/contrib/recode.pl
@@ -0,0 +1,385 @@
+#!/usr/bin/perl -w
+# -*- 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.
+# Portions created by Everything Solved are Copyright (C) 2006
+# Everything Solved. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+
+use strict;
+# Allow the script to be run from contrib or as contrib/recode.pl
+use lib '..';
+
+use Bugzilla;
+use Bugzilla::Constants;
+
+use Digest::MD5 qw(md5_base64);
+use Encode qw(encode decode resolve_alias is_utf8);
+use Encode::Guess;
+use Getopt::Long;
+use Pod::Usage;
+
+#############
+# Constants #
+#############
+
+use constant IGNORE_ENCODINGS => qw(utf8 ascii iso-8859-1);
+
+use constant MAX_STRING_LEN => 25;
+
+# For certain tables, we can't automatically determine their Primary Key.
+# So, we specify it here as a string.
+use constant SPECIAL_KEYS => {
+    bugs_activity     => 'bug_id,bug_when,fieldid',
+    profile_setting   => 'user_id,setting_name',
+    profiles_activity => 'userid,profiles_when,fieldid',
+    setting_value     => 'name,value',
+    # longdescs didn't used to have a PK, before 2.20.
+    longdescs         => 'bug_id,bug_when',
+    # The 2.16 versions table lacked a PK
+    versions          => 'product_id,value',
+    # These are all for earlier versions of Bugzilla. On a modern
+    # version of Bugzilla, this script will ignore these (thanks to
+    # code further down).
+    components        => 'program,value',
+    products          => 'product',
+};
+
+###############
+# Subroutines #
+###############
+
+# "truncate" is a file operation in perl, so we can't use that name.
+sub trunc {
+    my ($str) = @_;
+    my $truncated = substr($str, 0, MAX_STRING_LEN);
+    if (length($truncated) ne length($str)) {
+        $truncated .= '...';
+    }
+    return $truncated;
+}
+
+sub do_guess {
+    my ($data) = @_;
+
+    my $encoding = detect($data);
+    $encoding = resolve_alias($encoding) if $encoding;
+
+    # Encode::Detect is bad at detecting certain charsets, but Encode::Guess
+    # is better at them. Here's the details:
+
+    # shiftjis, big5-eten, euc-kr, and euc-jp: (Encode::Detect
+    # tends to accidentally mis-detect UTF-8 strings as being
+    # these encodings.)
+    my @utf8_accidental = qw(shiftjis big5-eten euc-kr euc-jp);
+    if ($encoding && grep($_ eq $encoding, @utf8_accidental)) {
+        $encoding = undef;
+        my $decoder = guess_encoding($data, @utf8_accidental);
+        $encoding = $decoder->name if ref $decoder;
+    }
+
+    # Encode::Detect sometimes mis-detects various ISO encodings as iso-8859-8,
+    # but Encode::Guess can usually tell which one it is.
+    if ($encoding && $encoding eq 'iso-8859-8') {
+        my $decoded_as = guess_iso($data, 'iso-8859-8', 
+            # These are ordered this way because it gives the most 
+            # accurate results.
+            qw(iso-8859-7 iso-8859-2));
+        $encoding = $decoded_as if $decoded_as;
+    }
+
+    return $encoding;
+}
+
+# A helper for do_guess.
+sub guess_iso {
+    my ($data, $versus, @isos) = @_;
+
+    my $encoding;
+    foreach my $iso (@isos) {
+        my $decoder = guess_encoding($data, ($iso, $versus));
+        if (ref $decoder) {
+            $encoding = $decoder->name if ref $decoder;
+            last;
+        }
+    }
+    return $encoding;
+}
+
+sub is_valid_utf8 {
+    my ($str) = @_;
+    Encode::_utf8_on($str);
+    return is_utf8($str, 1);
+}
+
+###############
+# Main Script #
+###############
+
+my %switch;
+GetOptions(\%switch, 'dry-run', 'guess', 'charset=s', 'show-failures',
+                     'overrides=s', 'help|h');
+
+pod2usage({ -verbose => 1 }) if $switch{'help'};
+
+# You have to specify at least one of these switches.
+pod2usage({ -verbose => 0 }) if (!$switch{'charset'} && !$switch{'guess'});
+
+if (exists $switch{'charset'}) {
+    $switch{'charset'} = resolve_alias($switch{'charset'})
+        || die "'$switch{charset}' is not a valid charset.";
+}
+
+if ($switch{'guess'}) {
+    # Encode::Detect::Detector doesn't seem to return a true value.
+    # So we have to check if we can run detect.
+    if (!eval { require Encode::Detect::Detector }) {
+        my $root = ROOT_USER;
+        print STDERR <<EOT;
+Using --guess requires that Encode::Detect be installed. To install
+Encode::Detect, first download it from:
+
+  http://search.cpan.org/dist/Encode-Detect/
+
+Then, unpack it into its own directory and run the following commands
+in that directory, as $root:
+
+  ./Build.PL
+  ./Build
+  ./Build install
+
+EOT
+        exit;
+    }
+
+    import Encode::Detect::Detector qw(detect);
+}
+
+my %overrides;
+if (exists $switch{'overrides'}) {
+    my $file = new IO::File($switch{'overrides'}, 'r') 
+        || die "$switch{overrides}: $!";
+    my @lines = $file->getlines();
+    $file->close();
+    foreach my $line (@lines) {
+        chomp($line);
+        my ($digest, $encoding) = split(' ', $line);
+        $overrides{$digest} = $encoding;
+    }
+}
+
+my $dbh = Bugzilla->dbh;
+
+if ($dbh->isa('Bugzilla::DB::Mysql')) {
+    # Get the actual current encoding of the DB.
+    my $collation_data = $dbh->selectrow_arrayref(
+        "SHOW VARIABLES LIKE 'character_set_database'");
+    my $db_charset = $collation_data->[1];
+    # Set our connection encoding to *that* encoding, so that MySQL
+    # correctly accepts our changes.
+    $dbh->do("SET NAMES $db_charset");
+    # Make the database give us raw bytes.
+    $dbh->do('SET character_set_results = NULL')
+}
+
+$dbh->begin_work;
+
+foreach my $table ($dbh->bz_table_list_real) {
+    my @columns = $dbh->bz_table_columns($table);
+
+    my $pk = SPECIAL_KEYS->{$table};
+    if ($pk) {
+        # Assure that we're on a version of Bugzilla where those keys
+        # actually exist.
+        foreach my $column (split ',', $pk) {
+            $pk = undef if !$dbh->bz_column_info($table, $column);
+        }
+    }
+
+    # Figure out the primary key.
+    foreach my $column (@columns) {
+        my $def = $dbh->bz_column_info($table, $column);
+        $pk = $column if $def->{PRIMARYKEY};
+    }
+    # If there's no PK, it's defined by a UNIQUE index.
+    if (!$pk) {
+        foreach my $column (@columns) {
+            my $index = $dbh->bz_index_info($table, "${table}_${column}_idx");
+            if ($index && ref($index) eq 'HASH') {
+                $pk = join(',', @{$index->{FIELDS}}) 
+                    if $index->{TYPE} eq 'UNIQUE';
+            }
+        }
+    }
+
+    foreach my $column (@columns) {
+        my $def = $dbh->bz_column_info($table, $column);
+        # If this is a text column, it may need work.
+        if ($def->{TYPE} =~ /text|char/i) {
+            # If there's still no PK, we're upgrading from 2.14 or earlier.
+            # We can't reliably determine the PK (or at least, I don't want to
+            # maintain code to record what the PK was at all points in history).
+            # So instead we just use the field itself.
+            $pk = $column if !$pk;
+
+            print "Converting $table.$column...\n";
+            my $sth = $dbh->prepare("SELECT $column, $pk FROM $table 
+                                      WHERE $column IS NOT NULL
+                                            AND $column != ''");
+
+            my @pk_array = map {"$_ = ?"} split(',', $pk);
+            my $pk_where = join(' AND ', @pk_array);
+            my $update_sth = $dbh->prepare(
+                "UPDATE $table SET $column = ? WHERE $pk_where");
+
+            $sth->execute();
+
+            while (my @result = $sth->fetchrow_array) {
+                my $data = shift @result;
+                my $digest = md5_base64($data);
+
+                my @primary_keys = reverse split(',', $pk);
+                # We copy the array so that we can pop things from it without
+                # affecting the original.
+                my @pk_data = @result;
+                my $pk_line = join (', ',
+                    map { "$_ = " . pop @pk_data } @primary_keys);
+
+                my $encoding;
+                if ($switch{'guess'}) {
+                    $encoding = do_guess($data);
+
+                    # We only show failures if they don't appear to be
+                    # ASCII.
+                    if ($switch{'show-failures'} && !$encoding
+                        && !is_valid_utf8($data)) 
+                    {
+                        my $truncated = trunc($data);
+                        print "Row: [$pk_line]\n",
+                              "Failed to guess: Key: $digest",
+                              " DATA: $truncated\n";
+                    }
+
+                    # If we fail a guess, and the data is valid UTF-8,
+                    # just assume we failed because it's UTF-8.
+                    next if is_valid_utf8($data);
+                }
+
+                # If we couldn't detect the charset (or were instructed
+                # not to try), we fall back to --charset. If there's no 
+                # fallback, we just do nothing.
+                if (!$encoding && $switch{'charset'}) {
+                    $encoding = $switch{'charset'};
+                }
+
+                $encoding = $overrides{$digest} if $overrides{$digest};
+
+                # We only fix it if it's not ASCII or UTF-8 already.
+                if ($encoding && !grep($_ eq $encoding, IGNORE_ENCODINGS)) {
+                    my $decoded = encode('utf8', decode($encoding, $data));
+                    if ($switch{'dry-run'} && $data ne $decoded) {
+                        print "Row:  [$pk_line]\n",
+                              "From: [" . trunc($data) . "] Key: $digest\n",
+                              "To:   [" . trunc($decoded) . "]",
+                              " Encoding : $encoding\n";
+                    }
+                    else {
+                        $update_sth->execute($decoded, @result);
+                    }
+                }
+            } # while (my @result = $sth->fetchrow_array)
+        } # if ($column->{TYPE} =~ /text|char/i)
+    } # foreach my $column (@columns)
+}
+
+$dbh->commit;
+
+__END__
+
+=head1 NAME
+
+recode.pl - Converts a database from one encoding (or multiple encodings) 
+to UTF-8.
+
+=head1 SYNOPSIS
+
+ contrib/recode.pl [--guess [--show-failures]] [--charset=iso-8859-2]
+                   [--overrides=file_name]
+
+  --dry-run        Don't modify the database.
+
+  --charset        Primary charset your data is currently in. This can be
+                   optionally omitted if you do --guess.
+
+  --guess          Try to guess the charset of the data.
+
+  --show-failures  If we fail to guess, show where we failed.
+
+  --overrides      Specify a file containing overrides. See --help
+                   for more info.
+
+  --help           Display detailed help.
+
+ If you aren't sure what to do, try:
+
+   contrib/recode.pl --guess --charset=cp1252
+
+=head1 OPTIONS
+
+=over
+
+=item --dry-run
+
+Don't modify the database, just print out what the conversions will be.
+
+recode.pl will print out a Key for each item. You can use this in the 
+overrides file, described below.
+
+=item --guess 
+
+If your database is in multiple different encodings, specify this switch 
+and recode.pl will do its best to determine the original charset of the data.
+The detection is usually very reliable.
+
+If recode.pl cannot guess the charset, it will leave the data alone, unless
+you've specified --charset.
+
+=item --charset=charset-name
+
+If you do not specify --guess, then your database is converted
+from this character set into the UTF-8.
+
+If you have specified --guess, recode.pl will use this charset as
+a fallback--when it cannot guess the charset of a particular piece
+of data, it will guess that the data is in this charset and convert
+it from this charset to UTF-8.
+
+charset-name must be a charset that is known to perl's Encode 
+module. To see a list of available charsets, do: 
+
+C<perl -MEncode -e 'print join("\n", Encode-E<gt>encodings(":all"))'>
+
+=item --show-failures
+
+If --guess fails to guess a charset, print out the data it failed on.
+
+=item --overrides=file_name
+
+This is a way of specifying certain encodings to override the encodings of 
+--guess. The file is a series of lines. The line should start with the Key 
+from --dry-run, and then a space, and then the encoding you'd like to use.
+
+=back
diff --git a/describecomponents.cgi b/describecomponents.cgi
index d42979d0b..b282040c5 100755
--- a/describecomponents.cgi
+++ b/describecomponents.cgi
@@ -55,7 +55,7 @@ unless ($product && $user->can_enter_product($product->name)) {
     # product only, to not confuse the user with components of a
     # product he didn't request.
     elsif (scalar(@products) > 1 || $product_name) {
-        $vars->{'products'} = \@products;
+        $vars->{'classifications'} = [{object => undef, products => \@products}];
         $vars->{'target'} = "describecomponents.cgi";
         # If an invalid product name is given, or the user is not
         # allowed to access that product, a message is displayed
diff --git a/docs/CVS/Entries b/docs/CVS/Entries
index b3f9de1a4..10e84f57d 100644
--- a/docs/CVS/Entries
+++ b/docs/CVS/Entries
@@ -1,7 +1,7 @@
-/.cvsignore/1.3/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_3
-/README.docs/1.10/Sun May 30 21:46:07 2004//TBUGZILLA-2_23_3
-/makedocs.pl/1.14/Thu Sep 14 19:51:04 2006//TBUGZILLA-2_23_3
-/rel_notes.txt/1.42/Sat Oct 14 21:25:33 2006//TBUGZILLA-2_23_3
+/.cvsignore/1.3/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_4
+/README.docs/1.10/Sun May 30 21:46:07 2004//TBUGZILLA-2_23_4
+/makedocs.pl/1.16/Wed Dec 13 22:03:50 2006//TBUGZILLA-2_23_4
+/rel_notes.txt/1.43/Thu Feb  1 20:17:54 2007//TBUGZILLA-2_23_4
 D/html////
 D/images////
 D/lib////
diff --git a/docs/CVS/Entries.Log b/docs/CVS/Entries.Log
deleted file mode 100644
index 813b527ab..000000000
--- a/docs/CVS/Entries.Log
+++ /dev/null
@@ -1,6 +0,0 @@
-A D/pdf////
-A D/sgml////
-A D/txt////
-R D/txt////
-R D/sgml////
-R D/pdf////
diff --git a/docs/CVS/Tag b/docs/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/CVS/Tag
+++ b/docs/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html
index 1c72d2057..871995a25 100644
--- a/docs/html/Bugzilla-Guide.html
+++ b/docs/html/Bugzilla-Guide.html
@@ -2,7 +2,7 @@
 <HTML
 ><HEAD
 ><TITLE
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TITLE
 ><META
@@ -44,7 +44,7 @@ CLASS="TITLEPAGE"
 CLASS="title"
 ><A
 NAME="AEN2"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</A
 ></H1
@@ -53,7 +53,7 @@ CLASS="corpauthor"
 >The Bugzilla Team</H3
 ><P
 CLASS="pubdate"
->2006-10-15<BR></P
+>2007-02-02<BR></P
 ><DIV
 ><DIV
 CLASS="abstract"
@@ -72,7 +72,7 @@ NAME="AEN7"
 ><P
 >&#13;        The most current version of this document can always be found on the
         <A
-HREF="http://www.bugzilla.org/documentation.html"
+HREF="http://www.bugzilla.org/docs/"
 TARGET="_top"
 >Bugzilla 
         Documentation Page</A
@@ -148,7 +148,7 @@ HREF="#extraconfig"
 ></DT
 ><DT
 >2.4. <A
-HREF="#AEN808"
+HREF="#AEN836"
 >Multiple Bugzilla databases with a single installation</A
 ></DT
 ><DT
@@ -212,21 +212,31 @@ HREF="#flags-overview"
 ></DT
 ><DT
 >3.9. <A
+HREF="#custom-fields"
+>Custom Fields</A
+></DT
+><DT
+>3.10. <A
+HREF="#edit-values"
+>Legal Values</A
+></DT
+><DT
+>3.11. <A
 HREF="#voting"
 >Voting</A
 ></DT
 ><DT
->3.10. <A
+>3.12. <A
 HREF="#quips"
 >Quips</A
 ></DT
 ><DT
->3.11. <A
+>3.13. <A
 HREF="#groups"
 >Groups and Group Security</A
 ></DT
 ><DT
->3.12. <A
+>3.14. <A
 HREF="#upgrading"
 >Upgrading to New Releases</A
 ></DT
@@ -252,7 +262,7 @@ HREF="#security-mysql"
 ><DT
 >4.3. <A
 HREF="#security-webserver"
->Webserver</A
+>Web server</A
 ></DT
 ><DT
 >4.4. <A
@@ -263,118 +273,108 @@ HREF="#security-bugzilla"
 ></DD
 ><DT
 >5. <A
-HREF="#customization"
->Customising Bugzilla</A
-></DT
-><DD
-><DL
-><DT
->5.1. <A
-HREF="#cust-skins"
->Custom Skins</A
-></DT
-><DT
->5.2. <A
-HREF="#cust-templates"
->Template Customization</A
-></DT
-><DT
->5.3. <A
-HREF="#cust-hooks"
->The Bugzilla Extension Mechanism</A
-></DT
-><DT
->5.4. <A
-HREF="#cust-change-permissions"
->Customizing Who Can Change What</A
-></DT
-><DT
->5.5. <A
-HREF="#dbdoc"
->MySQL Bugzilla Database Introduction</A
-></DT
-><DT
->5.6. <A
-HREF="#integration"
->Integrating Bugzilla with Third-Party Tools</A
-></DT
-></DL
-></DD
-><DT
->6. <A
 HREF="#using"
 >Using Bugzilla</A
 ></DT
 ><DD
 ><DL
 ><DT
->6.1. <A
+>5.1. <A
 HREF="#using-intro"
 >Introduction</A
 ></DT
 ><DT
->6.2. <A
+>5.2. <A
 HREF="#myaccount"
 >Create a Bugzilla Account</A
 ></DT
 ><DT
->6.3. <A
+>5.3. <A
 HREF="#bug_page"
 >Anatomy of a Bug</A
 ></DT
 ><DT
->6.4. <A
+>5.4. <A
 HREF="#lifecycle"
 >Life Cycle of a Bug</A
 ></DT
 ><DT
->6.5. <A
+>5.5. <A
 HREF="#query"
 >Searching for Bugs</A
 ></DT
 ><DT
->6.6. <A
-HREF="#list"
->Bug Lists</A
-></DT
-><DT
->6.7. <A
+>5.6. <A
 HREF="#bugreports"
 >Filing Bugs</A
 ></DT
 ><DT
->6.8. <A
-HREF="#patchviewer"
->Patch Viewer</A
+>5.7. <A
+HREF="#attachments"
+>Attachments</A
 ></DT
 ><DT
->6.9. <A
+>5.8. <A
 HREF="#hintsandtips"
 >Hints and Tips</A
 ></DT
 ><DT
->6.10. <A
+>5.9. <A
 HREF="#userpreferences"
 >User Preferences</A
 ></DT
 ><DT
->6.11. <A
+>5.10. <A
 HREF="#reporting"
 >Reports and Charts</A
 ></DT
 ><DT
->6.12. <A
+>5.11. <A
 HREF="#flags"
 >Flags</A
 ></DT
 ><DT
->6.13. <A
+>5.12. <A
 HREF="#whining"
 >Whining</A
 ></DT
 ></DL
 ></DD
 ><DT
+>6. <A
+HREF="#customization"
+>Customising Bugzilla</A
+></DT
+><DD
+><DL
+><DT
+>6.1. <A
+HREF="#cust-skins"
+>Custom Skins</A
+></DT
+><DT
+>6.2. <A
+HREF="#cust-templates"
+>Template Customization</A
+></DT
+><DT
+>6.3. <A
+HREF="#cust-hooks"
+>The Bugzilla Extension Mechanism</A
+></DT
+><DT
+>6.4. <A
+HREF="#cust-change-permissions"
+>Customizing Who Can Change What</A
+></DT
+><DT
+>6.5. <A
+HREF="#integration"
+>Integrating Bugzilla with Third-Party Tools</A
+></DT
+></DL
+></DD
+><DT
 >A. <A
 HREF="#faq"
 >The Bugzilla FAQ</A
@@ -569,7 +569,7 @@ CLASS="LOT"
 >List of Figures</B
 ></DT
 ><DT
->6-1. <A
+>5-1. <A
 HREF="#lifecycle-image"
 >Lifecycle of a Bugzilla Bug</A
 ></DT
@@ -632,7 +632,7 @@ NAME="copyright"
 >1.1. Copyright Information</A
 ></H2
 ><P
->This document is copyright (c) 2000-2006 by the various
+>This document is copyright (c) 2000-2007 by the various
     Bugzilla contributors who wrote it.</P
 ><A
 NAME="AEN26"
@@ -701,7 +701,7 @@ NAME="newversions"
 >1.3. New Versions</A
 ></H2
 ><P
->&#13;      This is the 2.23.3 version of The Bugzilla Guide. It is so named 
+>&#13;      This is the 2.23.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. 
@@ -1231,7 +1231,7 @@ CLASS="sgmltag"
 	  This documentation is maintained in DocBook 4.1.2 XML format.
     Changes are best submitted as plain text or XML diffs, attached
     to a bug filed in the <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
 TARGET="_top"
 >Bugzilla Documentation</A
 > component.
@@ -1468,7 +1468,7 @@ HREF="http://www.mysql.com"
 TARGET="_top"
 >http://www.mysql.com</A
 >. You need MySQL version
-          4.0.14 or higher.
+          4.1.2 or higher.
           </P
 ><DIV
 CLASS="note"
@@ -1571,7 +1571,7 @@ CLASS="glossterm"
        the installation instructions usually assume you are
         using it. If you have got Bugzilla working using another webserver,
         please share your experiences with us by filing a bug in <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
 TARGET="_top"
 >Bugzilla Documentation</A
 >.
@@ -1788,7 +1788,7 @@ VALIGN="TOP"
         <SPAN
 CLASS="QUOTE"
 >"@INC"</SPAN
->. 
+>.
         Virtually every time, this error is due to permissions being set too
         restrictively for you to compile Perl modules or not having the
         necessary Perl development libraries installed on your system.
@@ -1891,17 +1891,22 @@ HREF="#install-modules-template"
 ></LI
 ><LI
 ><P
->&#13;            Mail::Mailer (1.67)
+>&#13;            MIME::Base64 (3.01)
           </P
 ></LI
 ><LI
 ><P
->&#13;            MIME::Base64 (3.01)
+>&#13;            MIME::Parser (5.406)
           </P
 ></LI
 ><LI
 ><P
->&#13;            MIME::Parser (5.406)
+>&#13;            Email::Send (2.00)
+          </P
+></LI
+><LI
+><P
+>&#13;            Email::MIME::Modifier (any)
           </P
 ></LI
 ></OL
@@ -1923,6 +1928,12 @@ HREF="#install-modules-gd"
 ></LI
 ><LI
 ><P
+>&#13;            Template::Plugin::GD::Image
+            (1.20) for Graphical Reports
+          </P
+></LI
+><LI
+><P
 >&#13;            <A
 HREF="#install-modules-chart-base"
 >Chart::Base</A
@@ -1942,8 +1953,8 @@ HREF="#install-modules-gd-graph"
 ><LI
 ><P
 >&#13;            <A
-HREF="#install-modules-gd-text-align"
->GD::Text::Align</A
+HREF="#install-modules-gd-text"
+>GD::Text</A
 >
             (any) for bug charting
           </P
@@ -1959,11 +1970,8 @@ HREF="#install-modules-xml-twig"
 ></LI
 ><LI
 ><P
->&#13;            <A
-HREF="#install-modules-soap-lite"
->SOAP::Lite</A
->
-            (any) for the web service interface
+>&#13;            LWP::UserAgent
+            (any) for Automatic Update Notifications
           </P
 ></LI
 ><LI
@@ -1980,8 +1988,65 @@ HREF="#install-modules-patchreader"
 >&#13;            Image::Magick (any) for converting BMP image attachments to PNG
           </P
 ></LI
+><LI
+><P
+>&#13;            Net::LDAP
+            (any) for LDAP Authentication
+          </P
+></LI
+><LI
+><P
+>&#13;            <A
+HREF="#install-modules-soap-lite"
+>SOAP::Lite</A
+>
+            (any) for the web service interface
+          </P
+></LI
+><LI
+><P
+>&#13;            HTML::Parser
+            (3.40) for More HTML in Product/Group Descriptions
+          </P
+></LI
+><LI
+><P
+>&#13;            HTML::Scrubber
+            (any) for More HTML in Product/Group Descriptions
+          </P
+></LI
+><LI
+><P
+>&#13;            Email::MIME::Attachment::Stripper
+            (any) for Inbound Email
+          </P
+></LI
+><LI
+><P
+>&#13;            Email::Reply
+            (any) for Inbound Email
+          </P
+></LI
+><LI
+><P
+>&#13;            mod_perl2
+            (1.999022) for mod_perl
+          </P
+></LI
+><LI
+><P
+>&#13;            CGI
+            (2.93) for mod_perl
+          </P
+></LI
+><LI
+><P
+>&#13;            Apache::DBI
+            (0.96) for mod_perl2
+          </P
+></LI
 ></OL
->          
+>
       </P
 ><DIV
 CLASS="section"
@@ -2139,11 +2204,11 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="install-modules-gd-text-align"
->2.1.5.6. GD::Text::Align (any)</A
+NAME="install-modules-gd-text"
+>2.1.5.6. GD::Text (any)</A
 ></H4
 ><P
->The GD::Text::Align module is only required if you want graphical 
+>The GD::Text module is only required if you want graphical 
         reports.
         </P
 ></DIV
@@ -2236,8 +2301,11 @@ VALIGN="TOP"
           as bug changes or the creation of new accounts).
         </P
 ><P
->&#13;          For more information, see the "maildeliverymethod" parameter in 
-          <A
+>&#13;          For more information, see the <SPAN
+CLASS="QUOTE"
+>"mail_delivery_method"</SPAN
+> parameter
+          in <A
 HREF="#parameters"
 >Section 3.1</A
 >.
@@ -2462,22 +2530,44 @@ NAME="database-engine"
 >2.2.2. Database Server</A
 ></H3
 ><P
->This section deals with configuring your database server for use
-        with Bugzilla. Currently <A
+>&#13;        This section deals with configuring your database server for use
+        with Bugzilla. Currently, MySQL (<A
 HREF="#mysql"
->Section 2.2.2.1</A
-> and
-      <A
-HREF="#postgresql"
 >Section 2.2.2.2</A
-> are available.</P
+>) and
+        PostgreSQL (<A
+HREF="#postgresql"
+>Section 2.2.2.3</A
+>) are available.
+      </P
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="database-schema"
+>2.2.2.1. Bugzilla Database Schema</A
+></H4
+><P
+>&#13;          The Bugzilla database schema is available at
+          <A
+HREF="http://www.ravenbrook.com/project/p4dti/tool/cgi/bugzilla-schema/"
+TARGET="_top"
+>Ravenbrook</A
+>.
+          This very valuable tool can generate a written description of
+          the Bugzilla database schema for any version of Bugzilla. It
+          can also generate a diff between two versions to help someone
+          see what has changed.
+        </P
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
 NAME="mysql"
->2.2.2.1. MySQL</A
+>2.2.2.2. MySQL</A
 ></H4
 ><DIV
 CLASS="caution"
@@ -2517,7 +2607,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="install-setupdatabase"
->2.2.2.1.1. Allow large attachments</A
+>2.2.2.2.1. Allow large attachments</A
 ></H5
 ><P
 >&#13;            By default, MySQL will only accept packets up to 64Kb in size.
@@ -2588,8 +2678,8 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN448"
->2.2.2.1.2. Allow small words in full-text indexes</A
+NAME="AEN475"
+>2.2.2.2.2. Allow small words in full-text indexes</A
 ></H5
 ><P
 >By default, words must be at least four characters in length
@@ -2636,7 +2726,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="install-setupdatabase-adduser"
->2.2.2.1.3. Add a user to MySQL</A
+>2.2.2.2.3. Add a user to MySQL</A
 ></H5
 ><P
 >&#13;            You need to add a new MySQL user for Bugzilla to use.
@@ -2724,8 +2814,8 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN475"
->2.2.2.1.4. Permit attachments table to grow beyond 4GB</A
+NAME="AEN502"
+>2.2.2.2.4. Permit attachments table to grow beyond 4GB</A
 ></H5
 ><P
 >&#13;            By default, MySQL will limit the size of a table to 4GB.
@@ -2815,15 +2905,15 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="postgresql"
->2.2.2.2. PostgreSQL</A
+>2.2.2.3. PostgreSQL</A
 ></H4
 ><DIV
 CLASS="section"
 ><H5
 CLASS="section"
 ><A
-NAME="AEN491"
->2.2.2.2.1. Add a User to PostgreSQL</A
+NAME="AEN518"
+>2.2.2.3.1. Add a User to PostgreSQL</A
 ></H5
 ><P
 >You need to add a new user to PostgreSQL for the Bugzilla
@@ -2903,8 +2993,8 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN507"
->2.2.2.2.2. Configure PostgreSQL</A
+NAME="AEN534"
+>2.2.2.3.2. Configure PostgreSQL</A
 ></H5
 ><P
 >Now, you will need to edit <TT
@@ -2957,7 +3047,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN521"
+NAME="AEN548"
 >2.2.3. checksetup.pl</A
 ></H3
 ><P
@@ -3001,7 +3091,13 @@ NAME="http"
 ><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.) Regardless of which webserver
+        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
@@ -3760,7 +3856,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN670"
+NAME="AEN698"
 >2.3.1. Bug Graphs</A
 ></H3
 ><P
@@ -3892,7 +3988,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN689"
+NAME="AEN717"
 >2.3.2. Dependency Charts</A
 ></H3
 ><P
@@ -4041,7 +4137,7 @@ NAME="installation-whining"
         as "Whining".  The process of configuring Whining is described 
         in <A
 HREF="#whining"
->Section 6.13</A
+>Section 5.12</A
 >, but for it to work a Perl script must be
         executed at regular intervals.
       </P
@@ -4495,7 +4591,7 @@ CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="AEN808"
+NAME="AEN836"
 >2.4. Multiple Bugzilla databases with a single installation</A
 ></H2
 ><P
@@ -4598,7 +4694,7 @@ NAME="os-specific"
 ><P
 >If you have anything to add or notes for an operating system not
     covered, please file a bug in <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
 TARGET="_top"
 >Bugzilla Documentation</A
 >. 
@@ -5217,7 +5313,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN930"
+NAME="AEN958"
 >2.6.1. Introduction</A
 ></H3
 ><P
@@ -5237,7 +5333,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN934"
+NAME="AEN962"
 >2.6.2. MySQL</A
 ></H3
 ><P
@@ -5293,7 +5389,7 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN942"
+NAME="AEN970"
 >2.6.2.1. Running MySQL as Non-Root</A
 ></H4
 ><DIV
@@ -5301,7 +5397,7 @@ CLASS="section"
 ><H5
 CLASS="section"
 ><A
-NAME="AEN944"
+NAME="AEN972"
 >2.6.2.1.1. The Custom Configuration Method</A
 ></H5
 ><P
@@ -5345,7 +5441,7 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN948"
+NAME="AEN976"
 >2.6.2.1.2. The Custom Built Method</A
 ></H5
 ><P
@@ -5368,7 +5464,7 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="AEN953"
+NAME="AEN981"
 >2.6.2.1.3. Starting the Server</A
 ></H5
 ><P
@@ -5496,7 +5592,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN969"
+NAME="AEN997"
 >2.6.3. Perl</A
 ></H3
 ><P
@@ -5589,7 +5685,7 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN988"
+NAME="AEN1016"
 >2.6.4.1. The Independant Method</A
 ></H4
 ><P
@@ -5661,7 +5757,7 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN1001"
+NAME="AEN1029"
 >2.6.4.2. The Mixed Method</A
 ></H4
 ><P
@@ -5866,7 +5962,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN1034"
+NAME="AEN1062"
 >2.6.5. HTTP Server</A
 ></H3
 ><P
@@ -5880,7 +5976,7 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN1037"
+NAME="AEN1065"
 >2.6.5.1. Running Apache as Non-Root</A
 ></H4
 ><P
@@ -5962,7 +6058,7 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN1046"
+NAME="AEN1074"
 >2.6.6. Bugzilla</A
 ></H3
 ><P
@@ -6144,7 +6240,7 @@ CLASS="QUOTE"
           </P
 ></DD
 ><DT
->maildeliverymethod</DT
+>mail_delivery_method</DT
 ><DD
 ><P
 >&#13;            This is used to specify how email is sent, or if it is sent at 
@@ -6273,6 +6369,17 @@ CLASS="filename"
           </P
 ></DD
 ><DT
+>globalwatcher</DT
+><DD
+><P
+>&#13;            This allows to define specific users that 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
+><DT
 >usestatuswhiteboard</DT
 ><DD
 ><P
@@ -6428,9 +6535,9 @@ ALIGN="LEFT"
 VALIGN="TOP"
 ><P
 >If you wish to add more administrative users, add them to 
-        the "admin" group and, optionally, add edit the tweakparams, editusers,
+        the "admin" group and, optionally, edit the tweakparams, editusers,
         creategroups, editcomponents, and editkeywords groups to add the
-        entire admin group to those groups.
+        entire admin group to those groups (which is the case by default).
         </P
 ></TD
 ></TR
@@ -6450,15 +6557,92 @@ 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
+CLASS="QUOTE"
+>"Users"</SPAN
+> link
+          appears in the footer.
+        </P
+><P
+>&#13;          The first screen you get is a search form to search for existing user
+          accounts. You can run searches based either on the ID, real name or
+          login name (i.e. the email address in most cases) of users. You can
+          search in different ways 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.
+        </P
+><P
+>&#13;          You can also restrict your search to users being in some specific group.
+          By default, the restriction is turned off. Then you get a list of
+          users matching your critera, and clicking their login name lets you
+          edit their properties.
+        </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
 NAME="createnewusers"
->3.2.2.1. Creating new users</A
+>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;            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
+><DIV
+CLASS="section"
+><HR><H5
+CLASS="section"
+><A
+NAME="user-account-creation"
+>3.2.2.2.2. Accounts created by an administrator</A
+></H5
 ><P
->Your users can create their own user accounts by clicking the
-        "New Account" link at the bottom of each page (assuming they
-        aren't logged in as someone else already.) However, should you
-        desire to create user accounts ahead of time, here is how you do
-        it.</P
+>&#13;            Users with <SPAN
+CLASS="QUOTE"
+>"editusers"</SPAN
+> privileges, such as administrators,
+            can create user accounts for other users:
+          </P
 ><P
 ></P
 ><OL
@@ -6466,12 +6650,12 @@ 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
+              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
+              When done, click "Submit".</P
 ><DIV
 CLASS="note"
 ><P
@@ -6493,24 +6677,20 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->Adding a user this way will 
-              <EM
+>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
+                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
+                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
@@ -6518,35 +6698,16 @@ CLASS="QUOTE"
 ></LI
 ></OL
 ></DIV
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
 NAME="modifyusers"
->3.2.2.2. Modifying Users</A
+>3.2.2.3. Modifying Users</A
 ></H4
 ><P
->To see a specific user, search for their login name
-        in the box provided on the "Edit Users" page. To see all users, 
-        leave the box blank.</P
-><P
->You can search in different ways the listbox to the right
-        of the text entry box. You can match by 
-        case-insensitive substring (the default),
-        regular expression, or a 
-        <EM
->reverse</EM
->
-        regular expression match, which finds every user name which does NOT
-        match the regular expression. (Please see
-        the <B
-CLASS="command"
->man regexp</B
->
-        manual page for details on regular expression syntax.)
-        </P
-><P
 >Once you have found your user, you can change the following
         fields:</P
 ><P
@@ -6558,9 +6719,12 @@ CLASS="command"
 >Login Name</EM
 >: 
             This is generally the user's full email address. However, if you
-            have are using the emailsuffix Param, this may just be the user's
-            login name. Note that users can now change their login names
-            themselves (to any valid email address.)
+            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
@@ -6583,6 +6747,16 @@ CLASS="command"
 ><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
@@ -6597,11 +6771,11 @@ CLASS="command"
               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, add the account name (one account
-              per line) to the file <TT
-CLASS="filename"
->data/nomail</TT
->.
+              stop receiving mail, simply check the
+              <SPAN
+CLASS="QUOTE"
+>"Bugmail Disabled"</SPAN
+> checkbox above.
             </P
 ><DIV
 CLASS="note"
@@ -6761,11 +6935,37 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="impersonatingusers"
->3.2.2.3. Impersonating Users</A
+NAME="user-account-deletion"
+>3.2.2.4. Deleting Users</A
 ></H4
 ><P
->&#13;        There may be times when an administrator would like to do something as
+>&#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
@@ -6978,7 +7178,7 @@ TYPE="1"
 ><LI
 ><P
 >Fill out the "Component" field, a short "Description", 
-        the "Default Assignee" and "Default QA Contact" (if enabled.) 
+        the "Default Assignee" and "Default QA Contact" (if enabled). 
         The Component and Description fields may contain HTML; 
         the "Default Assignee" field must be a login name
         already existing in the database. 
@@ -7303,16 +7503,16 @@ NAME="flag-askto"
 >3.8.3. Using flag requests</A
 ></H3
 ><P
->&#13;       If a flag has been defined as 'requestable', 
-       users are allowed to set the flag's status to <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"
 >"?"</SPAN
 >.
-       This status indicates that someone (aka <SPAN
+       This status indicates that someone (a.k.a. <SPAN
 CLASS="QUOTE"
 >"the requester"</SPAN
-> is asking
-       for someone else to set the flag to either <SPAN
+>) is asking
+       someone else to set the flag to either <SPAN
 CLASS="QUOTE"
 >"+"</SPAN
 > or <SPAN
@@ -7323,7 +7523,7 @@ CLASS="QUOTE"
 ><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 (aka <SPAN
+       enter a Bugzilla username. That named person (a.k.a. <SPAN
 CLASS="QUOTE"
 >"the requestee"</SPAN
 >)
@@ -7388,8 +7588,7 @@ CLASS="computeroutput"
          he has to check out that attachment and approve it or deny it.
        </P
 ><P
->&#13;         For a Bugzilla user, attachment flags show up in two 
-         places:
+>&#13;         For a Bugzilla user, attachment flags show up in three places:
          <P
 ></P
 ><OL
@@ -7420,6 +7619,23 @@ CLASS="QUOTE"
               screen is where you set flags to ?, -, +, or unset them.
              </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
+CLASS="QUOTE"
+>"Requests"</SPAN
+> link (if you are logged out)
+               visible in the footer of all pages.
+             </P
+></LI
 ></OL
 >
        </P
@@ -7437,20 +7653,19 @@ NAME="flag-type-bug"
          see Bug Flags in the <SPAN
 CLASS="QUOTE"
 >"Show Bug"</SPAN
-> screen 
-         (<TT
-CLASS="filename"
->editbug.cgi</TT
->).
+> and <SPAN
+CLASS="QUOTE"
+>"Requests"</SPAN
+>
+         screens, as described above.
        </P
 ><P
->&#13;         Only users with the ability to edit the bug may 
-         set flags on bugs. This includes the assignee, reporter, and 
-         any user with the <SAMP
+>&#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.
+> permission.
        </P
 ></DIV
 ></DIV
@@ -7509,7 +7724,8 @@ NAME="flags-create-field-name"
 ><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 consist of any valid Unicode character. 
+            The name may contain any valid Unicode characters except commas
+            and spaces.
           </P
 ></DIV
 ><DIV
@@ -7521,10 +7737,16 @@ NAME="flags-create-field-description"
 >3.8.5.1.2. Description</A
 ></H5
 ><P
->&#13;            This describes the flag in more detail. At present, this doesn't
-            show up anywhere helpful; ideally, it would be nice to have
-            it show up as a tooltip. This field 
-            can be as long as you like, and can contain any character you want.
+>&#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
 ></DIV
 ><DIV
@@ -7620,9 +7842,9 @@ CLASS="QUOTE"
           </P
 ><P
 >&#13;            You may select a Product without selecting a specific Component,
-            but it is illegal to select a Component without a Product, or to select a
-            Component that does not belong to the named Product. Doing so as of
-            this writing (2.18rc3) will raise an error... even if all your products
+            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
@@ -7737,22 +7959,8 @@ CLASS="section"
 ><HR><H5
 CLASS="section"
 ><A
-NAME="flags-create-field-cclist"
->3.8.5.1.7. CC List</A
-></H5
-><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-field-specific"
->3.8.5.1.8. Specifically Requestable</A
+>3.8.5.1.7. Specifically Requestable</A
 ></H5
 ><P
 >&#13;            By default this box is checked for new flags, meaning that users may make
@@ -7772,7 +7980,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="flags-create-field-multiplicable"
->3.8.5.1.9. Multiplicable</A
+>3.8.5.1.8. Multiplicable</A
 ></H5
 ><P
 >&#13;            Any flag with <SPAN
@@ -7791,6 +7999,65 @@ CLASS="QUOTE"
             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.1.9. CC List</A
+></H5
+><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.1.10. Grant Group</A
+></H5
+><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><H5
+CLASS="section"
+><A
+NAME="flags-create-request-group"
+>3.8.5.1.11. Request Group</A
+></H5
+><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
+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"
@@ -7880,8 +8147,249 @@ CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
+NAME="custom-fields"
+>3.9. Custom Fields</A
+></H2
+><P
+>&#13;      One of the most requested features was the ability to add your own custom
+      fields to bugs, based on your needs. With the release of Bugzilla 3.0, this
+      dream finally comes true. Administrators can manage these fields using the
+      <SPAN
+CLASS="QUOTE"
+>"Custom Fields"</SPAN
+> link in the footer of pages. The first thing
+      they will see is the list of existing custom fields (which is empty by default).
+    </P
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="add-custom-fields"
+>3.9.1. Adding Custom Fields</A
+></H3
+><P
+>&#13;        The <SPAN
+CLASS="QUOTE"
+>"Add a new custom field"</SPAN
+> link permits you to add a
+        new field which can be either a free text box or a drop down menu.
+        More field types will be available in future releases.
+      </P
+><P
+>&#13;        The following attributes must be set for each new custom field:
+        <P
+></P
+><UL
+><LI
+><P
+>&#13;              <EM
+>Name:</EM
+>
+              the name of the field, used internally. This name MUST begin
+              with <SPAN
+CLASS="QUOTE"
+>"cf_"</SPAN
+>. If you omit this string, it will
+              be automatically added to the name you entered. This way, all
+              custom fields added to Bugzilla begin with <SPAN
+CLASS="QUOTE"
+>"cf_"</SPAN
+>,
+              avoiding any conflict with default fields.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Description:</EM
+>
+              the string which is used as a label for this custom field.
+              That is the string that users will see, and so should be
+              short and explicit.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Type:</EM
+>
+              as mentioned above, only two types are implemented so far.
+              Free text boxes let you type any string, while drop down menus
+              only let you choose one value in the list provided. The list of
+              legal values for this field can be created and edited as soon as
+              this custom field is added to the DB. See
+              <A
+HREF="#edit-values-list"
+>Section 3.10.1</A
+> for information about editing
+              legal values.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Sortkey:</EM
+>
+              this integer determines in which order custom fields are
+              displayed in the UI, especially when viewing a bug. Fields
+              with lower values are displayed first.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Can be set on bug creation:</EM
+>
+              this boolean determines whether this field can be set on
+              bug creation or not. If not, then you have to create the
+              bug first before being able to set this field. Else you
+              can set its value at the same time you file a bug,
+              see <A
+HREF="#bugreports"
+>Section 5.6</A
+> about filing bugs.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Displayed in bugmail for new bugs:</EM
+>
+              this boolean 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
+>
+              this boolean determines whether or not 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-custom-fields"
+>3.9.2. Editing Custom Fields</A
+></H3
+><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.10.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.9.3. Deleting Custom Fields</A
+></H3
+><P
+>&#13;        At this point, it is not possible to delete custom fields from
+        your web browser. If you don't want to make one available anymore,
+        mark it as obsolete. This way, you will preserve your DB
+        referential integrity.
+      </P
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="edit-values"
+>3.10. Legal Values</A
+></H2
+><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, you
+      can also customize the list of valid resolutions from the same interface.
+    </P
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="edit-values-list"
+>3.10.1. Viewing/Editing legal values</A
+></H3
+><P
+>&#13;        Editing legal values requires <SPAN
+CLASS="QUOTE"
+>"admin"</SPAN
+> privileges.
+        A link named <SPAN
+CLASS="QUOTE"
+>"Field Values"</SPAN
+> is visible in your footer and
+        clicking on it displays the list of fields whose values can be edited.
+      </P
+><P
+>&#13;	You can add as many legal values as you want, and each value must be
+	unique (on a per field basis). The sortkey is important to display these
+	values in the desired order.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="edit-values-delete"
+>3.10.2. Deleting legal values</A
+></H3
+><P
+>&#13;        You can also delete legal values, but only if the two following 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
+><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><H2
+CLASS="section"
+><A
 NAME="voting"
->3.9. Voting</A
+>3.11. Voting</A
 ></H2
 ><P
 >Voting allows users to be given a pot of votes which they can allocate
@@ -7943,7 +8451,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="quips"
->3.10. Quips</A
+>3.12. Quips</A
 ></H2
 ><P
 >&#13;      Quips are small text messages that can be configured to appear
@@ -7990,7 +8498,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="groups"
->3.11. Groups and Group Security</A
+>3.13. Groups and Group Security</A
 ></H2
 ><P
 >Groups allow the administrator
@@ -8064,8 +8572,8 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN1529"
->3.11.1. Creating Groups</A
+NAME="AEN1662"
+>3.13.1. Creating Groups</A
 ></H3
 ><P
 >To create Groups:</P
@@ -8202,8 +8710,8 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN1556"
->3.11.2. Assigning Users to Groups</A
+NAME="AEN1689"
+>3.13.2. Assigning Users to Groups</A
 ></H3
 ><P
 >Users can become a member of a group in several ways.</P
@@ -8234,8 +8742,8 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN1566"
->3.11.3. Assigning Group Controls to Products</A
+NAME="AEN1699"
+>3.13.3. Assigning Group Controls to Products</A
 ></H3
 ><P
 >&#13;      On the product edit page, there is a page to edit the 
@@ -8326,16 +8834,16 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN1584"
->3.11.4. Common Applications of Group Controls</A
+NAME="AEN1717"
+>3.13.4. Common Applications of Group Controls</A
 ></H3
 ><DIV
 CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN1586"
->3.11.4.1. General User Access With Security Group</A
+NAME="AEN1719"
+>3.13.4.1. General User Access With Security Group</A
 ></H4
 ><P
 >To permit any user to file bugs in each product (A, B, C...) 
@@ -8369,8 +8877,8 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN1590"
->3.11.4.2. General User Access With A Security Product</A
+NAME="AEN1723"
+>3.13.4.2. General User Access With A Security Product</A
 ></H4
 ><P
 >To permit any user to file bugs in a Security product
@@ -8401,8 +8909,8 @@ CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN1594"
->3.11.4.3. Product Isolation With Common Group</A
+NAME="AEN1727"
+>3.13.4.3. Product Isolation With Common Group</A
 ></H4
 ><P
 >To permit users of product A to access the bugs for
@@ -8485,7 +8993,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrading"
->3.12. Upgrading to New Releases</A
+>3.14. Upgrading to New Releases</A
 ></H2
 ><P
 >&#13;      Upgrading Bugzilla is something we all want to do from time to time,
@@ -8512,24 +9020,26 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrading-version-defns"
->3.12.1. Version Definitions</A
+>3.14.1. Version Definitions</A
 ></H3
 ><P
->&#13;        Bugzilla displays the version you are using at the top of most
-        pages you load. It will look something like '2.16.7' or '2.18rc3'
-        or '2.19.1+'. The first number in this series is the Major Version.
-        This does not change very often (that is to say, almost never);
+>&#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. If/When the major version
-        is changed to 3.x.x, it will signify a significant structural change
-        and will be accompanied by much fanfare and many instructions on
-        how to upgrade, including a revision to this page. :)
+        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.14, 2.16, 2.18, 2.20, etc.)
-        represents a stable version, while an odd number (2.17, 2.19, etc.)
+        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
@@ -8540,13 +9050,11 @@ NAME="upgrading-version-defns"
       </P
 ><P
 >&#13;        The third number in the Bugzilla version represents a bugfix version.
-        Bugfix Revisions are normally released only to address security
-        vulnerabilities; in the future, it is likely that the Bugzilla
-        development team will back-port bugfixes in a new point release to
-        the old point release for a limited period. Once enough of these
+        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 will be made. As an 
-        example, 2.16.6 was a bugfix release, and improved on 2.16.5.
+        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
 ><DIV
 CLASS="note"
@@ -8573,9 +9081,9 @@ VALIGN="TOP"
           should be read as a single number. It is <EM
 >not</EM
 >
-          the same as decimal. 2.14 is newer than 2.8 because minor version
-          14 is greater than minor version 8. 2.24.11 would be newer than
-          2.24.9 (because bugfix 11 is greater than bugfix 9. This is
+          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
@@ -8588,8 +9096,39 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
+NAME="upgrading-notifications"
+>3.14.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
+        <VAR
+CLASS="literal"
+>upgrade_notification</VAR
+> 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 a
+        week for new releases, unless the parameter is set to
+        <SPAN
+CLASS="QUOTE"
+>"disabled"</SPAN
+>.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
 NAME="upgrading-methods"
->3.12.2. Upgrading - Methods and Procedure</A
+>3.14.3. Upgrading - Methods and Procedure</A
 ></H3
 ><P
 >&#13;        There are three different ways to upgrade your installation.
@@ -8602,7 +9141,7 @@ TYPE="1"
 ><P
 >&#13;            Using CVS (<A
 HREF="#upgrade-cvs"
->Section 3.12.2.1</A
+>Section 3.14.3.1</A
 >)
           </P
 ></LI
@@ -8610,7 +9149,7 @@ HREF="#upgrade-cvs"
 ><P
 >&#13;            Downloading a new tarball (<A
 HREF="#upgrade-tarball"
->Section 3.12.2.2</A
+>Section 3.14.3.2</A
 >)
           </P
 ></LI
@@ -8618,7 +9157,7 @@ HREF="#upgrade-tarball"
 ><P
 >&#13;            Applying the relevant patches (<A
 HREF="#upgrade-patches"
->Section 3.12.2.3</A
+>Section 3.14.3.3</A
 >)
           </P
 ></LI
@@ -8631,14 +9170,14 @@ HREF="#upgrade-patches"
         methods of updating compared with degree and methods of local
         customization can be found in <A
 HREF="#template-method"
->Section 5.2.2</A
+>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.18 to 2.18.1 should be fairly painless even if
-        you are heavily customized, but going from 2.14 to 2.18 is going
+        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
@@ -8677,7 +9216,7 @@ VALIGN="TOP"
 ></DIV
 ><P
 >&#13;        The examples in the following sections are written as though the
-        user were updating to version 2.18.1, but the procedures are 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
@@ -8694,7 +9233,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-cvs"
->3.12.2.1. Upgrading using CVS</A
+>3.14.3.1. Upgrading using CVS</A
 ></H4
 ><P
 >&#13;          Every release of Bugzilla, whether it is a point release or a bugfix,
@@ -8761,11 +9300,10 @@ CVS password: <EM
 >
 bash$ <B
 CLASS="command"
->cvs -q update -r BUGZILLA-2_18_1 -dP</B
+>cvs -q update -r BUGZILLA-2_22_1 -dP</B
 >
 P checksetup.pl
 P collectstats.pl
-P globals.pl
 P docs/rel_notes.txt
 P template/en/default/list/quips.html.tmpl
 <EM
@@ -8820,7 +9358,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-tarball"
->3.12.2.2. Upgrading using the tarball</A
+>3.14.3.2. Upgrading using the tarball</A
 ></H4
 ><P
 >&#13;          If you are unable (or unwilling) to use CVS, another option that's
@@ -8858,24 +9396,23 @@ CLASS="command"
 >
 bash$ <B
 CLASS="command"
->wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.1.tar.gz</B
+>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.18.1.tar.gz</B
+>tar xzvf bugzilla-2.22.1.tar.gz</B
 >
-bugzilla-2.18.1/
-bugzilla-2.18.1/.cvsignore
-bugzilla-2.18.1/1x1.gif
+bugzilla-2.22.1/
+bugzilla-2.22.1/.cvsignore
 <EM
 >(Output truncated)</EM
 >
 bash$ <B
 CLASS="command"
->cd bugzilla-2.18.1</B
+>cd bugzilla-2.22.1</B
 >
 bash$ <B
 CLASS="command"
@@ -8895,7 +9432,7 @@ CLASS="command"
 >
 bash$ <B
 CLASS="command"
->mv bugzilla-2.18.1 bugzilla</B
+>mv bugzilla-2.22.1 bugzilla</B
 >
         </PRE
 ></FONT
@@ -8952,11 +9489,11 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-patches"
->3.12.2.3. Upgrading using patches</A
+>3.14.3.3. Upgrading using patches</A
 ></H4
 ><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.16.6 to 2.16.7
+          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/"
@@ -8996,22 +9533,21 @@ CLASS="command"
 >
 bash$ <B
 CLASS="command"
->wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.0-to-2.18.1.diff.gz</B
+>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.18.0-to-2.18.1.diff.gz</B
+>gunzip bugzilla-2.22-to-2.22.1.diff.gz</B
 >
 bash$ <B
 CLASS="command"
->patch -p1 &#60; bugzilla-2.18.0-to-2.18.1.diff</B
+>patch -p1 &#60; bugzilla-2.22-to-2.22.1.diff</B
 >
 patching file checksetup.pl
 patching file collectstats.pl
-patching file globals.pl
 <EM
 >(etc.)</EM
 >
@@ -9049,7 +9585,7 @@ CLASS="filename"
             This could make it more difficult to upgrade using CVS
             (<A
 HREF="#upgrade-cvs"
->Section 3.12.2.1</A
+>Section 3.14.3.1</A
 >) in the future.
           </P
 ></TD
@@ -9064,7 +9600,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrading-completion"
->3.12.3. Completing Your Upgrade</A
+>3.14.4. Completing Your Upgrade</A
 ></H3
 ><P
 >&#13;        Regardless of which upgrade method you choose, you will need to
@@ -9562,7 +10098,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="security-webserver"
->4.3. Webserver</A
+>4.3. Web server</A
 ></H2
 ><DIV
 CLASS="section"
@@ -9573,19 +10109,16 @@ NAME="security-webserver-access"
 >4.3.1. Disabling Remote Access to Bugzilla Configuration Files</A
 ></H3
 ><P
->There are many files that are placed in the Bugzilla directory
-      area that should not be accessable from the web. Because of the way
-      Bugzilla is currently layed out, the list of what should and should not
-      be accessible is rather complicated. A new installation method is
-      currently in the works which should solve this by allowing files that
-      shouldn't be accessible from the web to be placed in a directory outside
-      the webroot. See 
-      <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=44659"
-TARGET="_top"
->bug 44659</A
->
-      for more information.
+>&#13;        There are many files that are placed in the Bugzilla directory
+        area that should not be accessible from the web. Because of the way
+        Bugzilla is currently layed out, the list of what should and should not
+        be accessible is rather complicated. A quick way is to run
+	<TT
+CLASS="filename"
+>testserver.pl</TT
+> to check if your web server serves
+        Bugzilla files as expected. If not, you may want to follow the few
+	steps below.
       </P
 ><DIV
 CLASS="tip"
@@ -9795,7 +10328,7 @@ COMPACT="COMPACT"
       properly blocked. Of particular interest is the localconfig file which
       contains your database password. Also, be aware that many editors
       create temporary and backup files in the working directory and that
-      those should also not be accessable. For more information, see 
+      those should also not be accessible. For more information, see
       <A
 HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=186383"
 TARGET="_top"
@@ -9807,25 +10340,11 @@ HREF="http://online.securityfocus.com/bid/6501"
 TARGET="_top"
 >Bugtraq ID 6501</A
 >.
-      To test, simply point your web browser at the file; for example, to
-      test mozilla.org's installation, we'd try to access
-      <A
-HREF="http://bugzilla.mozilla.org/localconfig"
-TARGET="_top"
->http://bugzilla.mozilla.org/localconfig</A
->. You should get
-      a <SPAN
-CLASS="QUOTE"
->"<SPAN
-CLASS="errorcode"
->403</SPAN
-> <SPAN
-CLASS="errorname"
->Forbidden</SPAN
->"</SPAN
->
-      error.
-      </P
+      To test, simply run <TT
+CLASS="filename"
+>testserver.pl</TT
+>, as said above.
+      </P
 ><DIV
 CLASS="tip"
 ><P
@@ -9851,7 +10370,7 @@ VALIGN="TOP"
 HREF="#http"
 >Section 2.2.4</A
 > for instructions
-        specific to the webserver you use.
+        specific to the web server you use.
         </P
 ></TD
 ></TR
@@ -9987,182 +10506,73 @@ TARGET="_top"
 CLASS="chapter"
 ><HR><H1
 ><A
-NAME="customization"
+NAME="using"
 ></A
->Chapter 5. Customising Bugzilla</H1
+>Chapter 5. Using Bugzilla</H1
 ><DIV
 CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="cust-skins"
->5.1. Custom Skins</A
+NAME="using-intro"
+>5.1. Introduction</A
 ></H2
 ><P
->&#13;      Bugzilla allows you to have multiple skins. These are custom CSS and possibly
-      also custom images for Bugzilla. To create a new custom skin, you have two
-      choices:
-      <P
-></P
-><UL
-><LI
-><P
->&#13;            Make a single CSS file, and put it in the 
-            <TT
-CLASS="filename"
->skins/contrib</TT
-> directory.
-          </P
-></LI
-><LI
-><P
->&#13;            Make a directory that contains all the same CSS file
-            names as <TT
-CLASS="filename"
->skins/standard/</TT
->, and put
-            your directory in <TT
-CLASS="filename"
->skins/contrib/</TT
->.
-          </P
-></LI
-></UL
->
-    </P
-><P
->&#13;      After you put the file or the directory there, make sure to run checksetup.pl
-      so that it can reset the file permissions correctly.
-    </P
-><P
->&#13;      After you have installed the new skin, it will show up as an option in the
-      user's General Preferences. If you would like to force a particular skin on all
-      users, just select it in the Default Preferences and then uncheck "Enabled" on
-      the preference.
-    </P
+>This section contains information for end-users of Bugzilla.  There
+    is a Bugzilla test installation, called
+    <A
+HREF="http://landfill.bugzilla.org/"
+TARGET="_top"
+>Landfill</A
+>, which you are
+    welcome to play with (if it's up). However, not all of the Bugzilla
+    installations there will necessarily have all Bugzilla features enabled,
+    and different installations run different versions, so some things may not
+    quite work as this document describes.</P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="cust-templates"
->5.2. Template Customization</A
+NAME="myaccount"
+>5.2. Create a Bugzilla Account</A
 ></H2
 ><P
->&#13;      Administrators can configure the look and feel of Bugzilla without
-      having to edit Perl files or face the nightmare of massive merge
-      conflicts when they upgrade to a newer version in the future.
-    </P
-><P
->&#13;      Templatization also makes localized versions of Bugzilla possible, 
-      for the first time. It's possible to have Bugzilla's UI language 
-      determined by the user's browser. More information is available in
-      <A
-HREF="#template-http-accept"
->Section 5.2.6</A
+>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: 
+    <A
+HREF="http://landfill.bugzilla.org/bugzilla-tip/"
+TARGET="_top"
+>http://landfill.bugzilla.org/bugzilla-tip/</A
 >.
     </P
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="template-directory"
->5.2.1. Template Directory Structure</A
-></H3
-><P
->&#13;        The template directory structure starts with top level directory 
-        named <TT
-CLASS="filename"
->template</TT
->, which contains a directory
-        for each installed localization. The next level defines the
-        language used in the templates. Bugzilla comes with English
-        templates, so the directory name is <TT
-CLASS="filename"
->en</TT
->,
-        and we will discuss <TT
-CLASS="filename"
->template/en</TT
-> throughout
-        the documentation. Below <TT
-CLASS="filename"
->template/en</TT
-> is the
-        <TT
-CLASS="filename"
->default</TT
-> directory, which contains all the
-        standard templates shipped with Bugzilla.
-      </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"
+><OL
+TYPE="1"
+><LI
 ><P
->&#13;          A directory <TT
+>&#13;          On the home page <TT
 CLASS="filename"
->data/templates</TT
-> also exists;
-          this is where Template Toolkit puts the compiled versions of
-          the templates from either the default or custom directories.
-          <EM
->Do not</EM
-> directly edit the files in this
-          directory, or all your changes will be lost the next time
-          Template Toolkit recompiles the templates.
+>index.cgi</TT
+>, click the
+          <SPAN
+CLASS="QUOTE"
+>"Open a new Bugzilla account"</SPAN
+> link, or the
+          <SPAN
+CLASS="QUOTE"
+>"New Account"</SPAN
+> link available in the footer of pages.
+          Now enter your email address, then click the <SPAN
+CLASS="QUOTE"
+>"Send"</SPAN
+>
+          button.
         </P
-></TD
-></TR
-></TABLE
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="template-method"
->5.2.2. Choosing a Customization Method</A
-></H3
-><P
->&#13;        If you want to edit Bugzilla's templates, the first decision
-        you must make is how you want to go about doing so. There are two
-        choices, and which you use depends mainly on the scope of your 
-        modifications, and the method you plan to use to upgrade Bugzilla.
-      </P
-><P
->&#13;        The first method of making customizations is to directly edit the
-        templates found in <TT
-CLASS="filename"
->template/en/default</TT
->.
-        This is probably the best way to go about it if you are going to
-        be upgrading Bugzilla through CVS, because if you then execute
-        a <B
-CLASS="command"
->cvs update</B
->, any changes you have made will
-        be merged automagically with the updated versions.
-      </P
 ><DIV
 CLASS="note"
 ><P
@@ -10184,28 +10594,16 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          If you use this method, and CVS conflicts occur during an
-          update, the conflicted templates (and possibly other parts
-          of your installation) will not work until they are resolved.
-        </P
+>&#13;            If none of these links is available, this means that the
+            administrator of the installation has disabled self-registration.
+            This means that only an administrator can create accounts
+            for other users. One reason could be that this installation is
+            private.
+          </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-><P
->&#13;        The second method is to copy the templates to be modified
-        into a mirrored directory structure under 
-        <TT
-CLASS="filename"
->template/en/custom</TT
->. Templates in this
-        directory structure automatically override any identically-named
-        and identically-located templates in the 
-        <TT
-CLASS="filename"
->default</TT
-> directory. 
-      </P
 ><DIV
 CLASS="note"
 ><P
@@ -10227,1192 +10625,1078 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          The <TT
-CLASS="filename"
->custom</TT
-> directory does not exist
-          at first and must be created if you want to use it.
-        </P
+>&#13;            Also, if only some users are allowed to create an account on
+            the installation, you may see these links but your registration
+            may fail if your email address doesn't match the ones accepted
+            by the installation. This is another way to restrict who can
+            access and edit bugs in this installation.
+          </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+></LI
+><LI
 ><P
->&#13;        The second method of customization should be used if you 
-        use the overwriting method of upgrade, because otherwise 
-        your changes will be lost.  This method may also be better if
-        you are using the CVS method of upgrading and are going to make major
-        changes, because it is guaranteed that the contents of this directory
-        will not be touched during an upgrade, and you can then decide whether
-        to continue using your own templates, or make the effort to merge your
-        changes into the new versions by hand.
-      </P
-><P
->&#13;        Using this method, your installation may break if incompatible
-        changes are made to the template interface.  Such changes should
-        be documented in the release notes, provided you are using a
-        stable release of Bugzilla.  If you use using unstable code, you will
-        need to deal with this one yourself, although if possible the changes
-        will be mentioned before they occur in the deprecations section of the
-        previous stable release's release notes.
-      </P
-><DIV
-CLASS="note"
+>&#13;          Within moments, and if your registration is accepted, you should
+          receive an email to the address you provided, which contains your
+          login name (generally the same as the email address), and two URLs
+          with a token (a random string generated by the installation) to
+          confirm, respectively cancel, your registration. This is a way to
+          prevent users from abusing the generation of user accounts, for
+          instance by entering inexistent email addresses, or email addresses
+          which do not belong to them.
+        </P
+></LI
+><LI
 ><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"
+>&#13;          By default, you have 3 days to confirm your registration. Past this
+          timeframe, the token is invalidated and the registration is
+          automatically cancelled. You can also cancel this registration sooner
+          by using the appropriate URL in the email you got.
+        </P
+></LI
+><LI
 ><P
->&#13;          Regardless of which method you choose, it is recommended that
-          you run <B
-CLASS="command"
->./checksetup.pl</B
-> after creating or
-          editing any templates in the <TT
-CLASS="filename"
->template/en/default</TT
->
-          directory, and after editing any templates in the 
-          <TT
-CLASS="filename"
->custom</TT
-> directory.
+>&#13;          If you confirm your registration, Bugzilla will ask you your real name
+          (optional, but recommended) and your password, which must be between
+          3 and 16 characters long.
         </P
-></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
-><TD
-ALIGN="LEFT"
-VALIGN="TOP"
+></LI
+><LI
 ><P
->&#13;          It is <EM
->required</EM
-> that you run 
-          <B
-CLASS="command"
->./checksetup.pl</B
-> after creating a new
-          template in the <TT
-CLASS="filename"
->custom</TT
-> directory. Failure
-          to do so will raise an incomprehensible error message.
+>&#13;          Now all you need to do is to click the <SPAN
+CLASS="QUOTE"
+>"Log In"</SPAN
+>
+          link in the footer at the bottom of the page in your browser,
+          enter your email address and password you just chose into the
+          login form, and click the <SPAN
+CLASS="QUOTE"
+>"Log in"</SPAN
+> button.
         </P
-></TD
-></TR
-></TABLE
-></DIV
+></LI
+></OL
+><P
+>&#13;      You are now logged in. Bugzilla uses cookies to remember you are
+      logged in so, unless you have cookies disabled or your IP address changes,
+      you should not have to log in again during your session.
+    </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H2
 CLASS="section"
 ><A
-NAME="template-edit"
->5.2.3. How To Edit Templates</A
-></H3
-><DIV
-CLASS="note"
+NAME="bug_page"
+>5.3. Anatomy of a Bug</A
+></H2
+><P
+>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"
+TARGET="_top"
+>&#13;    Bug 1 on Landfill</A
+>
+
+    is a good example. Note that the labels for most fields are hyperlinks;
+    clicking them will take you to context-sensitive help on that
+    particular field. Fields marked * may not be present on every
+    installation of Bugzilla.</P
+><P
+></P
+><OL
+TYPE="1"
+><LI
 ><P
+>&#13;        <EM
+>Product and Component</EM
+>: 
+        Bugs are divided up by Product and Component, with a Product
+        having one or more Components in it. For example,
+        bugzilla.mozilla.org's "Bugzilla" Product is composed of several
+        Components: 
+        <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;        <EM
+>Administration:</EM
+>
+        Administration of a Bugzilla installation.</TD
+></TR
+><TR
 ><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;          If you are making template changes that you intend on submitting back
-          for inclusion in standard Bugzilla, you should read the relevant
-          sections of the 
-          <A
-HREF="http://www.bugzilla.org/docs/developer.html"
-TARGET="_top"
->Developers'
-          Guide</A
->.
-        </P
-></TD
+>&#13;        <EM
+>Bugzilla-General:</EM
+>
+        Anything that doesn't fit in the other components, or spans
+        multiple components.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Creating/Changing Bugs:</EM
+>
+        Creating, changing, and viewing bugs.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Documentation:</EM
+>
+        The Bugzilla documentation, including The Bugzilla Guide.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Email:</EM
+>
+        Anything to do with email sent by Bugzilla.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Installation:</EM
+>
+        The installation process of Bugzilla.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Query/Buglist:</EM
+>
+        Anything to do with searching for bugs and viewing the
+        buglists.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Reporting/Charting:</EM
+>
+        Getting reports from Bugzilla.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>User Accounts:</EM
+>
+        Anything about managing a user account from the user's perspective.
+        Saved queries, creating accounts, changing passwords, logging in,
+        etc.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>User Interface:</EM
+>
+        General issues having to do with the user interface cosmetics (not
+        functionality) including cosmetic issues, HTML templates,
+        etc.</TD
 ></TR
+></TBODY
 ></TABLE
-></DIV
 ><P
->&#13;        The syntax of the Template Toolkit language is beyond the scope of
-        this guide. It's reasonably easy to pick up by looking at the current 
-        templates; or, you can read the manual, available on the
-        <A
-HREF="http://www.template-toolkit.org"
-TARGET="_top"
->Template Toolkit home
-        page</A
->.
-      </P
+></P
+>
+        </P
+></LI
+><LI
 ><P
->&#13;        One thing you should take particular care about is the need
-        to properly HTML filter data that has been passed into the template.
-        This means that if the data can possibly contain special HTML characters
-        such as &#60;, and the data was not intended to be HTML, they need to be
-        converted to entity form, i.e. &#38;lt;.  You use the 'html' filter in the
-        Template Toolkit to do this.  If you forget, you may open up
-        your installation to cross-site scripting attacks.
-      </P
+>&#13;        <EM
+>Status and Resolution:</EM
+>
+
+        These define exactly what state the bug is in - from not even
+        being confirmed as a bug, through to being fixed and the fix
+        confirmed by Quality Assurance. The different possible values for
+        Status and Resolution on your installation should be documented in the
+        context-sensitive help for those items.</P
+></LI
+><LI
 ><P
->&#13;        Also note that Bugzilla adds a few filters of its own, that are not
-        in standard Template Toolkit.  In particular, the 'url_quote' filter
-        can convert characters that are illegal or have special meaning in URLs,
-        such as &#38;, to the encoded form, i.e. %26.  This actually encodes most
-        characters (but not the common ones such as letters and numbers and so
-        on), including the HTML-special characters, so there's never a need to
-        HTML filter afterwards.
-      </P
+>&#13;        <EM
+>Assigned To:</EM
+>
+        The person responsible for fixing the bug.</P
+></LI
+><LI
 ><P
->&#13;        Editing templates is a good way of doing a <SPAN
-CLASS="QUOTE"
->"poor man's custom
-        fields"</SPAN
->.
-        For example, if you don't use the Status Whiteboard, but want to have
-        a free-form text entry box for <SPAN
-CLASS="QUOTE"
->"Build Identifier"</SPAN
->,
-        then you can just
-        edit the templates to change the field labels. It's still be called
-        status_whiteboard internally, but your users don't need to know that.
-      </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="template-formats"
->5.2.4. Template Formats and Types</A
-></H3
+>&#13;        <EM
+>*QA Contact:</EM
+>
+        The person responsible for quality assurance on this bug.</P
+></LI
+><LI
 ><P
->&#13;        Some CGI's have the ability to use more than one template. For example,
-        <TT
-CLASS="filename"
->buglist.cgi</TT
-> can output itself as RDF, or as two 
-        formats of HTML (complex and simple). The mechanism that provides this 
-        feature is extensible.
-      </P
+>&#13;        <EM
+>*URL:</EM
+>
+        A URL associated with the bug, if any.</P
+></LI
+><LI
 ><P
->&#13;        Bugzilla can support different types of output, which again can have 
-        multiple formats. In order to request a certain type, you can append 
-        the &#38;ctype=&#60;contenttype&#62; (such as rdf or html) to the 
-        <TT
-CLASS="filename"
->&#60;cginame&#62;.cgi</TT
-> URL. If you would like to 
-        retrieve a certain format, you can use the &#38;format=&#60;format&#62; 
-        (such as simple or complex) in the URL.
-      </P
+>&#13;        <EM
+>Summary:</EM
+>
+        A one-sentence summary of the problem.</P
+></LI
+><LI
 ><P
->&#13;        To see if a CGI supports multiple output formats and types, grep the
-        CGI for <SPAN
-CLASS="QUOTE"
->"get_format"</SPAN
->. If it's not present, adding
-        multiple format/type support isn't too hard - see how it's done in
-        other CGIs, e.g. config.cgi.
-      </P
+>&#13;        <EM
+>*Status Whiteboard:</EM
+>
+        (a.k.a. Whiteboard) A free-form text area for adding short notes
+        and tags to a bug.</P
+></LI
+><LI
 ><P
->&#13;        To make a new format template for a CGI which supports this, 
-        open a current template for
-        that CGI and take note of the INTERFACE comment (if present.) This 
-        comment defines what variables are passed into this template. If 
-        there isn't one, I'm afraid you'll have to read the template and
-        the code to find out what information you get. 
-      </P
+>&#13;        <EM
+>*Keywords:</EM
+>
+        The administrator can define keywords which you can use to tag and
+        categorise bugs - e.g. The Mozilla Project has keywords like crash
+        and regression.</P
+></LI
+><LI
 ><P
->&#13;        Write your template in whatever markup or text style is appropriate.
-      </P
+>&#13;        <EM
+>Platform and OS:</EM
+>
+        These indicate the computing environment where the bug was
+        found.</P
+></LI
+><LI
 ><P
->&#13;        You now need to decide what content type you want your template
-        served as. The content types are defined in the
-        <TT
-CLASS="filename"
->Bugzilla/Constants.pm</TT
-> file in the 
-        <TT
-CLASS="filename"
->contenttypes</TT
+>&#13;        <EM
+>Version:</EM
 >
-        constant. If your content type is not there, add it. Remember
-        the three- or four-letter tag assigned to your content type. 
-        This tag will be part of the template filename.
-      </P
-><DIV
-CLASS="note"
+        The "Version" field is usually used for versions of a product which
+        have been released, and is set to indicate which versions of a
+        Component have the particular problem the bug report is
+        about.</P
+></LI
+><LI
+><P
+>&#13;        <EM
+>Priority:</EM
+>
+        The bug assignee uses this field to prioritise his or her bugs.
+        It's a good idea not to change this on other people's bugs.</P
+></LI
+><LI
+><P
+>&#13;        <EM
+>Severity:</EM
+>
+        This indicates how severe the problem is - from blocker
+        ("application unusable") to trivial ("minor cosmetic issue"). You
+        can also use this field to indicate whether a bug is an enhancement
+        request.</P
+></LI
+><LI
+><P
+>&#13;        <EM
+>*Target:</EM
+>
+        (a.k.a. Target Milestone) A future version by which the bug is to
+        be fixed. e.g. The Bugzilla Project's milestones for future
+        Bugzilla versions are 2.18, 2.20, 3.0, etc. Milestones are not
+        restricted to numbers, thought - you can use any text strings, such
+        as dates.</P
+></LI
+><LI
+><P
+>&#13;        <EM
+>Reporter:</EM
+>
+        The person who filed the bug.</P
+></LI
+><LI
+><P
+>&#13;        <EM
+>CC list:</EM
+>
+        A list of people who get mail when the bug changes.</P
+></LI
+><LI
 ><P
+>&#13;        <EM
+>*Time Tracking:</EM
+>
+        This form can be used for time tracking.
+        To use this feature, you have to be blessed group membership
+        specified by the <SPAN
+CLASS="QUOTE"
+>"timetrackinggroup"</SPAN
+> parameter.
+        <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;        <EM
+>Orig. Est.:</EM
+>
+        This field shows the original estimated time.</TD
+></TR
+><TR
 ><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;          After adding or changing a content type, it's suitable to edit
-          <TT
-CLASS="filename"
->Bugzilla/Constants.pm</TT
-> in order to reflect
-          the changes. Also, the file should be kept up to date after an
-          upgrade if content types have been customized in the past. 
-        </P
-></TD
+>&#13;        <EM
+>Current Est.:</EM
+>
+        This field shows the current estimated time.
+        This number is calculated from <SPAN
+CLASS="QUOTE"
+>"Hours Worked"</SPAN
+>
+        and <SPAN
+CLASS="QUOTE"
+>"Hours Left"</SPAN
+>.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Hours Worked:</EM
+>
+        This field shows the number of hours worked.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Hours Left:</EM
+>
+        This field shows the <SPAN
+CLASS="QUOTE"
+>"Current Est."</SPAN
+> -
+        <SPAN
+CLASS="QUOTE"
+>"Hours Worked"</SPAN
+>.
+        This value + <SPAN
+CLASS="QUOTE"
+>"Hours Worked"</SPAN
+> will become the
+        new Current Est.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>%Complete:</EM
+>
+        This field shows what percentage of the task is complete.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Gain:</EM
+>
+        This field shows the number of hours that the bug is ahead of the
+        <SPAN
+CLASS="QUOTE"
+>"Orig. Est."</SPAN
+>.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Deadline:</EM
+>
+        This field shows the deadline for this bug.</TD
 ></TR
+></TBODY
 ></TABLE
-></DIV
 ><P
->&#13;        Save the template as <TT
-CLASS="filename"
->&#60;stubname&#62;-&#60;formatname&#62;.&#60;contenttypetag&#62;.tmpl</TT
->. 
-        Try out the template by calling the CGI as 
-        <TT
-CLASS="filename"
->&#60;cginame&#62;.cgi?format=&#60;formatname&#62;&#38;ctype=&#60;type&#62;</TT
-> .
-      </P
+></P
+>
+        </P
+></LI
+><LI
+><P
+>&#13;        <EM
+>Attachments:</EM
+>
+          You can attach files (e.g. testcases or patches) to bugs. If there
+          are any attachments, they are listed in this section.  Attachments are
+          normally stored in the Bugzilla database, unless they are marked as
+          Big Files, which are stored directly on disk and (unlike attachments
+          kept in the database) may be deleted at some future time.
+        </P
+></LI
+><LI
+><P
+>&#13;        <EM
+>*Dependencies:</EM
+>
+        If this bug cannot be fixed unless other bugs are fixed (depends
+        on), or this bug stops other bugs being fixed (blocks), their
+        numbers are recorded here.</P
+></LI
+><LI
+><P
+>&#13;        <EM
+>*Votes:</EM
+>
+        Whether this bug has any votes.</P
+></LI
+><LI
+><P
+>&#13;        <EM
+>Additional Comments:</EM
+>
+        You can add your two cents to the bug discussion here, if you have
+        something worthwhile to say.</P
+></LI
+></OL
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="lifecycle"
+>5.4. Life Cycle of a Bug</A
+></H2
+><P
+>&#13;      The life cycle, also known as work flow, of a bug is currently hardcoded
+      into Bugzilla. <A
+HREF="#lifecycle-image"
+>Figure 5-1</A
+> contains a graphical
+      repsentation of this life cycle. If you wish to customize this image for
+      your site, the <A
+HREF="../images/bzLifecycle.xml"
+TARGET="_top"
+>diagram file</A
+>
+      is available in <A
+HREF="http://www.gnome.org/projects/dia"
+TARGET="_top"
+>Dia's</A
+>
+      native XML format.
+    </P
+><DIV
+CLASS="figure"
+><A
+NAME="lifecycle-image"
+></A
+><P
+><B
+>Figure 5-1. Lifecycle of a Bugzilla Bug</B
+></P
+><DIV
+CLASS="mediaobject"
+><P
+><IMG
+SRC="../images/bzLifecycle.png"></P
+></DIV
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="query"
+>5.5. Searching for Bugs</A
+></H2
+><P
+>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: 
+    <A
+HREF="http://landfill.bugzilla.org/bugzilla-tip/query.cgi"
+TARGET="_top"
+>http://landfill.bugzilla.org/bugzilla-tip/query.cgi</A
+>.</P
+><P
+>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 can be selected. In those cases, Bugzilla
+    returns bugs where the content of the field matches any one of the selected
+    values. If none is selected, then the field can take any value.</P
+><P
+>&#13;      Once you've run a search, you can save it as a Saved Search, which
+      appears in the page footer.
+      On the Saved Searches tab of your User Preferences page (the Prefs link
+      in Bugzilla's footer), members of the group defined in the
+      querysharegroup parameter can share such Saved Searches with user groups
+      so that other users may use them.
+      At the same place, you can see Saved Searches other users are sharing, and
+      have them show up in your personal Bugzilla footer along with your own
+      Saved Searches.
+      If somebody is sharing a Search with a group she or he is allowed to
+      <A
+HREF="#groups"
+>assign users to</A
+>, it will show up in the
+      group's direct members' footers by default.
+    </P
+><DIV
+CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="template-specific"
->5.2.5. Particular Templates</A
+NAME="boolean"
+>5.5.1. Boolean Charts</A
 ></H3
 ><P
->&#13;        There are a few templates you may be particularly interested in
-        customizing for your installation.
+>&#13;        Highly advanced querying is done using Boolean Charts.
       </P
 ><P
->&#13;        <B
-CLASS="command"
->index.html.tmpl</B
->:
-        This is the Bugzilla front page.
+>&#13;        The boolean charts further restrict the set of results
+        returned by a query. It is possible to search for bugs
+        based on elaborate combinations of criteria.
       </P
 ><P
->&#13;        <B
-CLASS="command"
->global/header.html.tmpl</B
->:
-        This defines the header that goes on all Bugzilla pages.
-        The header includes the banner, which is what appears to users
-        and is probably what you want to edit instead.  However the
-        header also includes the HTML HEAD section, so you could for
-        example add a stylesheet or META tag by editing the header.
+>&#13;        The simplest boolean searches have only one term. These searches
+        permit the selected left <EM
+>field</EM
+>
+        to be compared using a
+        selectable <EM
+>operator</EM
+> to a
+        specified <EM
+>value.</EM
+>
+        Using the "And," "Or," and "Add Another Boolean Chart" buttons, 
+        additional terms can be included in the query, further
+        altering the list of bugs returned by the query.
       </P
 ><P
->&#13;        <B
-CLASS="command"
->global/banner.html.tmpl</B
->:
-        This contains the <SPAN
-CLASS="QUOTE"
->"banner"</SPAN
->, the part of the header
-        that appears
-        at the top of all Bugzilla pages.  The default banner is reasonably
-        barren, so you'll probably want to customize this to give your
-        installation a distinctive look and feel.  It is recommended you
-        preserve the Bugzilla version number in some form so the version 
-        you are running can be determined, and users know what docs to read.
+>&#13;        There are three fields in each row of a boolean search. 
       </P
 ><P
->&#13;        <B
-CLASS="command"
->global/footer.html.tmpl</B
->:
-        This defines the footer that goes on all Bugzilla pages.  Editing
-        this is another way to quickly get a distinctive look and feel for
-        your Bugzilla installation.
-      </P
+></P
+><UL
+><LI
 ><P
->&#13;        <B
-CLASS="command"
->global/variables.none.tmpl</B
->:
-        This defines a list of terms that may be changed in order to
-        <SPAN
-CLASS="QUOTE"
->"brand"</SPAN
-> the Bugzilla instance In this way, terms
-        like <SPAN
-CLASS="QUOTE"
->"bugs"</SPAN
-> can be replaced with <SPAN
-CLASS="QUOTE"
->"issues"</SPAN
+>&#13;            <EM
+>Field:</EM
 >
-        across the whole Bugzilla installation. The name
-        <SPAN
-CLASS="QUOTE"
->"Bugzilla"</SPAN
-> and other words can be customized as well.
-      </P
-><P
->&#13;        <B
-CLASS="command"
->list/table.html.tmpl</B
->:
-        This template controls the appearance of the bug lists created
-        by Bugzilla. Editing this template allows per-column control of 
-        the width and title of a column, the maximum display length of
-        each entry, and the wrap behaviour of long entries.
-        For long bug lists, Bugzilla inserts a 'break' every 100 bugs by
-        default; this behaviour is also controlled by this template, and
-        that value can be modified here.
-       </P
+            the items being searched 
+          </P
+></LI
+><LI
 ><P
->&#13;        <B
-CLASS="command"
->bug/create/user-message.html.tmpl</B
->:
-        This is a message that appears near the top of the bug reporting page.
-        By modifying this, you can tell your users how they should report
-        bugs.
-      </P
+>&#13;            <EM
+>Operator:</EM
+>
+            the comparison operator 
+          </P
+></LI
+><LI
 ><P
->&#13;        <B
-CLASS="command"
->bug/process/midair.html.tmpl</B
->:
-        This is the page used if two people submit simultaneous changes to the
-        same bug.  The second person to submit their changes will get this page
-        to tell them what the first person did, and ask if they wish to
-        overwrite those changes or go back and revisit the bug.  The default
-        title and header on this page read "Mid-air collision detected!"  If
-        you work in the aviation industry, or other environment where this
-        might be found offensive (yes, we have true stories of this happening)
-        you'll want to change this to something more appropriate for your
-        environment.
-      </P
-><P
->&#13;        <B
-CLASS="command"
->bug/create/create.html.tmpl</B
-> and
-        <B
-CLASS="command"
->bug/create/comment.txt.tmpl</B
->:
-        You may not wish to go to the effort of creating custom fields in
-        Bugzilla, yet you want to make sure that each bug report contains
-        a number of pieces of important information for which there is not
-        a special field. The bug entry system has been designed in an
-        extensible fashion to enable you to add arbitrary HTML widgets,
-        such as drop-down lists or textboxes, to the bug entry page
-        and have their values appear formatted in the initial comment.
-        A hidden field that indicates the format should be added inside
-        the form in order to make the template functional. Its value should
-        be the suffix of the template filename. For example, if the file
-        is called <TT
-CLASS="filename"
->create-cust.html.tmpl</TT
->, then
-        <TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#60;input type="hidden" name="format" value="cust"&#62;</PRE
-></FONT
-></TD
-></TR
-></TABLE
+>&#13;            <EM
+>Value:</EM
 >
-        should be used inside the form.
-      </P
+            the value to which the field is being compared
+          </P
+></LI
+></UL
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="pronouns"
+>5.5.1.1. Pronoun Substitution</A
+></H4
 ><P
->  
-        An example of this is the mozilla.org 
-        <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=WorldControl&#38;format=guided"
-TARGET="_top"
->guided 
-        bug submission form</A
->. The code for this comes with the Bugzilla
-        distribution as an example for you to copy. It can be found in the
-        files 
-        <TT
-CLASS="filename"
->create-guided.html.tmpl</TT
-> and
-        <TT
-CLASS="filename"
->comment-guided.html.tmpl</TT
->.
-      </P
+>&#13;          Sometimes, a query needs to compare a field containing
+          a user's ID (such as ReportedBy) with 
+          a user's ID (such as the user running the query or the user
+          to whom each bug is assigned). When the operator is either 
+          "equals" or "notequals", the value can be "%reporter%", 
+          "%assignee%", "%qacontact%", or "%user%."  The user pronoun
+          referes to the user who is executing the query or, in the case
+          of whining reports, the user who will be the recipient
+          of the report. The reporter, assignee, and qacontact
+          pronouns refer to the corresponding fields in the bug.
+        </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="negation"
+>5.5.1.2. Negation</A
+></H4
 ><P
->&#13;        So to use this feature, create a custom template for 
-        <TT
-CLASS="filename"
->enter_bug.cgi</TT
->. The default template, on which you
-        could base it, is 
-        <TT
-CLASS="filename"
->custom/bug/create/create.html.tmpl</TT
->.
-        Call it <TT
-CLASS="filename"
->create-&#60;formatname&#62;.html.tmpl</TT
->, and
-        in it, add widgets for each piece of information you'd like
-        collected - such as a build number, or set of steps to reproduce.
-      </P
+>&#13;          At first glance, negation seems redundant. Rather than
+          searching for
+          <A
+NAME="AEN2224"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
 ><P
->&#13;        Then, create a template like 
-        <TT
-CLASS="filename"
->custom/bug/create/comment.txt.tmpl</TT
->, and call it 
-        <TT
-CLASS="filename"
->comment-&#60;formatname&#62;.txt.tmpl</TT
->. This 
-        template should reference the form fields you have created using
-        the syntax <TT
-CLASS="filename"
->[% form.&#60;fieldname&#62; %]</TT
->. When a 
-        bug report is
-        submitted, the initial comment attached to the bug report will be
-        formatted according to the layout of this template.
-      </P
+>&#13;              NOT("summary" "contains the string" "foo"),
+            </P
+></BLOCKQUOTE
+>
+          one could search for 
+          <A
+NAME="AEN2226"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
 ><P
->&#13;        For example, if your custom enter_bug template had a field
-        <TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#60;input type="text" name="buildid" size="30"&#62;</PRE
-></FONT
-></TD
-></TR
-></TABLE
+>&#13;              ("summary" "does not contain the string" "foo").
+            </P
+></BLOCKQUOTE
 >
-        and then your comment.txt.tmpl had
-        <TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->BuildID: [% form.buildid %]</PRE
-></FONT
-></TD
-></TR
-></TABLE
+          However, the search 
+          <A
+NAME="AEN2228"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
+><P
+>&#13;              ("CC" "does not contain the string" "@mozilla.org")
+            </P
+></BLOCKQUOTE
 >
-        then something like
-        <TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->BuildID: 20020303</PRE
-></FONT
-></TD
-></TR
-></TABLE
+          would find every bug where anyone on the CC list did not contain 
+          "@mozilla.org" while
+          <A
+NAME="AEN2230"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
+><P
+>&#13;              NOT("CC" "contains the string" "@mozilla.org")
+            </P
+></BLOCKQUOTE
 >
-        would appear in the initial comment.
-      </P
+          would find every bug where there was nobody on the CC list who
+          did contain the string. Similarly, the use of negation also permits
+          complex expressions to be built using terms OR'd together and then
+          negated. Negation permits queries such as
+          <A
+NAME="AEN2232"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
+><P
+>&#13;              NOT(("product" "equals" "update") OR 
+            ("component" "equals" "Documentation"))
+            </P
+></BLOCKQUOTE
+>
+          to find bugs that are neither 
+          in the update product or in the documentation component or
+          <A
+NAME="AEN2234"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
+><P
+>&#13;              NOT(("commenter" "equals" "%assignee%") OR 
+              ("component" "equals" "Documentation"))
+            </P
+></BLOCKQUOTE
+>
+          to find non-documentation
+          bugs on which the assignee has never commented.
+        </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H4
 CLASS="section"
 ><A
-NAME="template-http-accept"
->5.2.6. Configuring Bugzilla to Detect the User's Language</A
-></H3
+NAME="multiplecharts"
+>5.5.1.3. Multiple Charts</A
+></H4
 ><P
->Bugzilla honours the user's Accept: HTTP header. You can install
-      templates in other languages, and Bugzilla will pick the most appropriate
-      according to a priority order defined by you. Many
-      language templates can be obtained from <A
-HREF="http://www.bugzilla.org/download.html#localizations"
-TARGET="_top"
->http://www.bugzilla.org/download.html#localizations</A
->. Instructions
-      for submitting new languages are also available from that location.
-      </P
-><P
->After untarring the localizations (or creating your own) in the 
-      <TT
-CLASS="filename"
->BUGZILLA_ROOT/template</TT
-> directory,
-      you must update the <VAR
-CLASS="option"
->languages</VAR
-> parameter to contain any
-      localizations you'd like to permit. You may also wish to set the
-      <VAR
-CLASS="option"
->defaultlanguage</VAR
-> parameter to something other than
-      <SPAN
-CLASS="QUOTE"
->"en"</SPAN
-> if you don't want English to be the default language.
-      </P
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="cust-hooks"
->5.3. The Bugzilla Extension Mechanism</A
-></H2
-><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;        Custom extensions require Template Toolkit version 2.12 or
-        above, or the application of a patch.  See <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=239112"
-TARGET="_top"
->bug
-        239112</A
-> for details.
-      </P
-></TD
-></TR
-></TABLE
-></DIV
-><P
->&#13;      Extensions are a way for extensions to Bugzilla to insert code
-      into the standard Bugzilla templates and source files
-      without modifying these files themselves.  The extension mechanism 
-      defines a consistent API for extending the standard templates and source files 
-      in a way that cleanly separates standard code from extension code.  
-      Hooks reduce merge conflicts and make it easier to write extensions that work 
-      across multiple versions of Bugzilla, making upgrading a Bugzilla installation 
-      with installed extensions easier. Furthermore, they make it easy to install 
-      and remove extensions as each extension is nothing more than a 
-      simple directory structure. 
-    </P
-><P
->&#13;      There are two main types of hooks: code hooks and template hooks. Code 
-      hooks allow extensions to invoke code at specific points in various 
-      source files, while template hooks allow extensions to add elements to 
-      the Bugzilla user interface. 
-    </P
-><P
->&#13;      A hook is just a named place in a standard source or template file
-      where extension source code or template files for that hook get processed. 
-      Each extension has a corresponding directory in the Bugzilla directory 
-      tree (<TT
-CLASS="filename"
->BUGZILLA_ROOT/extensions/extension_name</TT
->).  Hooking 
-      an extension source file or template to a hook is as simple as putting 
-      the extension file into extension's template or code directory. 
-      When Bugzilla processes the source file or template and reaches the hook, 
-      it will process all extension files in the hook's directory. 
-      The hooks themselves can be added into any source file or standard template 
-      upon request by extension authors.
-    </P
-><P
->&#13;      To use hooks to extend Bugzilla, first make sure there is
-      a hook at the appropriate place within the source file or template you 
-      want to extend. The exact appearence of a hook depends on if the hook 
-      is a code hook or a template hook. 
-    </P
-><P
->&#13;      Code hooks appear in Bugzilla source files as a single method call 
-      in the format <VAR
-CLASS="literal"
->Bugzilla::Hook-&#62;process("<VAR
-CLASS="varname"
->name</VAR
->");</VAR
->.
-      for instance, <TT
-CLASS="filename"
->enter_bug.cgi</TT
-> may invoke the hook 
-      "<VAR
-CLASS="varname"
->enter_bug-defaultvars</VAR
->". Thus, a source file at 
-      <TT
-CLASS="filename"
->BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl</TT
->
-      will be automatically invoked when the code hook is reached. 
-    </P
-><P
->  
-      Template hooks appear in the standard Bugzilla templates as a 
-      single directive in the format
-      <VAR
-CLASS="literal"
->[% Hook.process("<VAR
-CLASS="varname"
->name</VAR
->") %]</VAR
->,
-      where <VAR
-CLASS="varname"
->name</VAR
-> is the unique name of the hook.
-    </P
-><P
->&#13;      If you aren't sure what you want to extend or just want to browse the 
-      available hooks, either use your favorite multi-file search
-      tool (e.g. <B
-CLASS="command"
->grep</B
->) to search the standard templates
-      for occurrences of <CODE
-CLASS="methodname"
->Hook.process</CODE
-> or the source 
-      files for occurrences of <CODE
-CLASS="methodname"
->Bugzilla::Hook::process</CODE
->.
-    </P
-><P
->&#13;      If there is no hook at the appropriate place within the Bugzilla 
-      source file or template you want to extend,
-      <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=User%20Interface"
-TARGET="_top"
->file
-      a bug requesting one</A
->, specifying:
-    </P
-><P
-></P
-><TABLE
-BORDER="0"
-><TBODY
-><TR
-><TD
->the source or template file for which you are 
-          requesting a hook;</TD
-></TR
-><TR
-><TD
->&#13;        where in the file you would like the hook to be placed
-        (line number/position for latest version of the file in CVS
-        or description of location);
-      </TD
-></TR
-><TR
-><TD
->the purpose of the hook;</TD
-></TR
-><TR
-><TD
->a link to information about your extension, if any.</TD
-></TR
-></TBODY
-></TABLE
-><P
-></P
-><P
->&#13;      The Bugzilla reviewers will promptly review each hook request,
-      name the hook, add it to the template or source file, and check 
-      the new version of the template into CVS.
-    </P
-><P
->&#13;      You may optionally attach a patch to the bug which implements the hook
-      and check it in yourself after receiving approval from a Bugzilla
-      reviewer.  The developers may suggest changes to the location of the
-      hook based on their analysis of your needs or so the hook can satisfy
-      the needs of multiple extensions, but the process of getting hooks
-      approved and checked in is not as stringent as the process for general
-      changes to Bugzilla, and any extension, whether released or still in
-      development, can have hooks added to meet their needs.
-    </P
-><P
->&#13;      After making sure the hook you need exists (or getting it added if not),
-      add your extension to the directory within the Bugzilla
-      extensions tree corresponding to the hook. 
-    </P
-><P
->&#13;      That's it!  Now, when the source file or template containing the hook
-      is processed, your extension file will be processed at the point 
-      where the hook appears.
-    </P
-><P
->&#13;      For example, let's say you have an extension named Projman that adds
-      project management capabilities to Bugzilla.  Projman has an
-      administration interface <TT
-CLASS="filename"
->edit-projects.cgi</TT
->, 
-      and you want to add a link to it into the navigation bar at the bottom
-      of every Bugzilla page for those users who are authorized
-      to administer projects.
-    </P
-><P
->&#13;      The navigation bar is generated by the template file
-      <TT
-CLASS="filename"
->useful-links.html.tmpl</TT
->, which is located in
-      the <TT
-CLASS="filename"
->global/</TT
-> subdirectory on the standard Bugzilla 
-      template path
-      <TT
-CLASS="filename"
->BUGZILLA_ROOT/template/en/default/</TT
->.
-      Looking in <TT
-CLASS="filename"
->useful-links.html.tmpl</TT
->, you find
-      the following hook at the end of the list of standard Bugzilla
-      administration links:
-    </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->...
-    [% ', &#60;a href="editkeywords.cgi"&#62;keywords&#60;/a&#62;' 
-                                              IF user.groups.editkeywords %]
-    [% Hook.process("edit") %]
-...</PRE
-></FONT
-></TD
-></TR
-></TABLE
-><P
->&#13;      The corresponding extension file for this hook is
-      <TT
-CLASS="filename"
->BUGZILLA_ROOT/extensions/projman/template/en/hook/global/useful-links-edit.html.tmpl</TT
->.
-      You then create that template file and add the following constant:
-    </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->...[% ', &#60;a href="edit-projects.cgi"&#62;projects&#60;/a&#62;' IF user.groups.projman_admins %]</PRE
-></FONT
-></TD
-></TR
-></TABLE
-><P
->&#13;      Voila!  The link now appears after the other administration links in the
-      navigation bar for users in the <VAR
-CLASS="literal"
->projman_admins</VAR
-> group.
-    </P
-><P
->&#13;      Now, let us say your extension adds a custom "project_manager" field 
-      to enter_bug.cgi. You want to modify the CGI script to set the default 
-      project manager to be productname@company.com. Looking at 
-      <TT
-CLASS="filename"
->enter_bug.cgi</TT
->, you see the enter_bug-entrydefaultvars 
-      hook near the bottom of the file before the default form values are set. 
-      The corresponding extension source file for this hook is located at 
-      <TT
-CLASS="filename"
->BUGZILLA_ROOT/extensions/projman/code/enter_bug-entrydefaultvars.pl</TT
->.
-      You then create that file and add the following:
-    </P
-><TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->$default{'project_manager'} = $product.'@company.com';</PRE
-></FONT
-></TD
-></TR
-></TABLE
-><P
->&#13;      This code will be invoked whenever enter_bug.cgi is executed. 
-      Assuming that the rest of the customization was completed (e.g. the 
-      custom field was added to the enter_bug template and the required hooks 
-      were used in process_bug.cgi), the new field will now have this 
-      default value. 
-    </P
-><P
->&#13;      Notes:
-    </P
-><P
-></P
-><UL
-><LI
-><P
->&#13;          If your extension includes entirely new templates in addition to
-          extensions of standard templates, it should store those new
-          templates in its
-          <TT
-CLASS="filename"
->BUGZILLA_ROOT/extensions/template/en/</TT
-> 
-          directory. Extension template directories, like the 
-          <TT
-CLASS="filename"
->default/</TT
-> and <TT
-CLASS="filename"
->custom/</TT
->
-          directories, are part of the template search path, so putting templates
-          there enables them to be found by the template processor.
-        </P
-><P
->&#13;          The template processor looks for templates first in the
-          <TT
-CLASS="filename"
->custom/</TT
-> directory (i.e. templates added by the 
-          specific installation), then in the <TT
-CLASS="filename"
->extensions/</TT
->
-          directory (i.e. templates added by extensions), and finally in the 
-          <TT
-CLASS="filename"
->default/</TT
-> directory (i.e. the standard Bugzilla 
-          templates). Thus, installation-specific templates override both 
-          default and extension templates.
-        </P
-></LI
-><LI
+>&#13;          The terms within a single row of a boolean chart are all
+          constraints on a single piece of data. If you are looking for
+          a bug that has two different people cc'd on it, then you need 
+          to use two boolean charts. A search for
+          <A
+NAME="AEN2239"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
 ><P
->&#13;          If you are looking to customize Bugzilla, you can also take advantage 
-          of template hooks. To do so, create a directory in
-          <TT
-CLASS="filename"
->BUGZILLA_ROOT/template/en/custom/hook/</TT
+>&#13;              ("cc" "contains the string" "foo@") AND
+              ("cc" "contains the string" "@mozilla.org")
+            </P
+></BLOCKQUOTE
 >
-          that corresponds to the hook you wish to use, then place your 
-          customization templates into those directories. For example, 
-          if you wanted to use the hook "end" in 
-          <TT
-CLASS="filename"
->global/useful-links.html.tmpl</TT
->, you would 
-          create the directory <TT
-CLASS="filename"
->BUGZILLA_ROOT/template/en/custom/hook/
-          global/useful-links.html.tmpl/end/</TT
-> and add your customization 
-          template to this directory. 
-        </P
+          would return only bugs with "foo@mozilla.org" on the cc list.
+          If you wanted bugs where there is someone on the cc list
+          containing "foo@" and someone else containing "@mozilla.org",
+          then you would need two boolean charts.
+          <A
+NAME="AEN2241"
+></A
+><BLOCKQUOTE
+CLASS="BLOCKQUOTE"
 ><P
->&#13;          Obviously this method of customizing Bugzilla only lets you add code
-          to the standard source files and templates; you cannot change the 
-          existing code. Nevertheless, for those customizations that only add 
-          code, this method can reduce conflicts when merging changes, 
-          making upgrading your customized Bugzilla installation easier.
+>&#13;              First chart: ("cc" "contains the string" "foo@")
+            </P
+><P
+>&#13;              Second chart: ("cc" "contains the string" "@mozilla.org")
+            </P
+></BLOCKQUOTE
+>
+          The bugs listed will be only the bugs where ALL the charts are true.
         </P
-></LI
-></UL
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="cust-change-permissions"
->5.4. Customizing Who Can Change What</A
-></H2
+NAME="quicksearch"
+>5.5.2. Quicksearch</A
+></H3
+><P
+>&#13;        Quicksearch is a single-text-box query tool which uses
+        metacharacters to indicate what is to be searched. For example, typing
+        "<VAR
+CLASS="literal"
+>foo|bar</VAR
+>"
+        into Quicksearch would search for "foo" or "bar" in the
+        summary and status whiteboard of a bug; adding
+        "<VAR
+CLASS="literal"
+>:BazProduct</VAR
+>" would
+        search only in that product.
+        You can use it to find a bug by its number or its alias, too.
+      </P
+><P
+>&#13;        You'll find the Quicksearch box in Bugzilla's footer area.
+        On Bugzilla's front page, there is an additional
+        <A
+HREF="../../page.cgi?id=quicksearch.html"
+TARGET="_top"
+>Help</A
+>
+        link which details how to use it.
+      </P
+></DIV
 ><DIV
-CLASS="warning"
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="list"
+>5.5.3. Bug Lists</A
+></H3
 ><P
+>If you run a search, a list of matching bugs will be returned.
+      </P
+><P
+>The format of the list is configurable. For example, it can be
+      sorted by clicking the column headings. Other useful features can be
+      accessed using the links at the bottom of the list:
+      <P
 ></P
 ><TABLE
-CLASS="warning"
-WIDTH="100%"
 BORDER="0"
+><TBODY
 ><TR
 ><TD
-WIDTH="25"
-ALIGN="CENTER"
-VALIGN="TOP"
-><IMG
-SRC="../images/warning.gif"
-HSPACE="5"
-ALT="Warning"></TD
+>&#13;        <EM
+>Long Format:</EM
+>
+
+        this gives you a large page with a non-editable summary of the fields
+        of each bug.</TD
+></TR
+><TR
 ><TD
-ALIGN="LEFT"
-VALIGN="TOP"
-><P
->&#13;        This feature should be considered experimental; the Bugzilla code you
-        will be changing is not stable, and could change or move between 
-        versions. Be aware that if you make modifications as outlined here, 
-        you may have
-        to re-make them or port them if Bugzilla changes internally between
-        versions, and you upgrade.
-      </P
-></TD
+>&#13;        <EM
+>XML:</EM
+>
+
+        get the buglist in the XML format.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>CSV:</EM
+>
+
+        get the buglist as comma-separated values, for import into e.g.
+        a spreadsheet.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Feed:</EM
+>
+
+        get the buglist as an Atom feed.  Copy this link into your
+        favorite feed reader.  If you are using Firefox, you can also
+        save the list as a live bookmark by clicking the live bookmark
+        icon in the status bar.  To limit the number of bugs in the feed,
+        add a limit=n parameter to the URL.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>iCalendar:</EM
+>
+
+        Get the buglist as an iCalendar file. Each bug is represented as a
+        to-do item in the imported calendar.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Change Columns:</EM
+>
+
+        change the bug attributes which appear in the list.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Change several bugs at once:</EM
+>
+
+        If your account is sufficiently empowered, and more than one bug
+        appear in the bug list, this link is displayed which lets you make
+        the same change to all the bugs in the list - for example, changing
+        their assignee.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Send mail to bug assignees:</EM
+>
+
+        If more than one bug appear in the bug list and there are at least
+        two distinct bug assignees, this links is displayed which lets you
+        easily send a mail to the assignees of all bugs on the list.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Edit Search:</EM
+>
+
+        If you didn't get exactly the results you were looking for, you can
+        return to the Query page through this link and make small revisions
+        to the query you just made so you get more accurate results.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Remember Search As:</EM
+>
+
+        You can give a search a name and remember it; a link will appear
+        in your page footer giving you quick access to run it again later.
+        </TD
 ></TR
+></TBODY
 ></TABLE
+><P
+></P
+>
+      </P
+><P
+>&#13;        If you would like to access the bug list from another program
+        it is often useful to have the list returned in something other
+        than HTML. By adding the ctype=type parameter into the bug list URL
+        you can specify several alternate formats. Besides the types described
+        above, the following formats are also supported: ECMAScript, also known
+        as JavaScript (ctype=js), and Resource Description Framework RDF/XML
+        (ctype=rdf).
+      </P
 ></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="individual-buglists"
+>5.5.4. Adding/removing tags to/from bugs</A
+></H3
 ><P
->&#13;      Companies often have rules about which employees, or classes of employees,
-      are allowed to change certain things in the bug system. For example, 
-      only the bug's designated QA Contact may be allowed to VERIFY the bug.
-      Bugzilla has been
-      designed to make it easy for you to write your own custom rules to define
-      who is allowed to make what sorts of value transition.
-    </P
+>&#13;        You can add and remove tags from individual bugs, which let you find and
+        manage them more easily. Creating a new tag automatically generates a saved
+        search - whose name is the name of the tag - which lists bugs with this tag.
+        This saved search will be displayed in the footer of pages by default, as
+        all other saved searches. The main difference between tags and normal saved
+        searches is that saved searches, as described in the previous section, are
+        stored in the form of a list of matching criteria, while the saved search
+        generated by tags is a list of bug numbers. Consequently, you can easily
+        edit this list by either adding or removing tags from bugs. To enable this
+        feature, you have to turn on the <SPAN
+CLASS="QUOTE"
+>"Enable tags for bugs"</SPAN
+> user
+        preference, see <A
+HREF="#userpreferences"
+>Section 5.9</A
+>. This feature is disabled
+        by default.
+      </P
 ><P
->&#13;      For maximum flexibility, customizing this means editing Bugzilla's Perl 
-      code. This gives the administrator complete control over exactly who is
-      allowed to do what. The relevant method is called
-      <TT
-CLASS="filename"
->check_can_change_field()</TT
+>&#13;        This feature is useful when you want to keep track of several bugs, but
+        for different reasons. Instead of adding yourself to the CC list of all
+        these bugs and mixing all these reasons, you can now store these bugs in
+        separate lists, e.g. <SPAN
+CLASS="QUOTE"
+>"Keep in mind"</SPAN
+>, <SPAN
+CLASS="QUOTE"
+>"Interesting bugs"</SPAN
 >,
-      and is found in <TT
-CLASS="filename"
->Bug.pm</TT
-> in your
-      Bugzilla/ directory. If you open that file and search for
-      <SPAN
+        or <SPAN
 CLASS="QUOTE"
->"sub check_can_change_field"</SPAN
->, you'll find it.
-    </P
+>"Triage"</SPAN
+>. One big advantage of this way to manage bugs
+        is that you can easily add or remove bugs one by one, which is not
+        possible to do with saved searches without having to edit the search
+        criteria again.
+      </P
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="bugreports"
+>5.6. Filing Bugs</A
+></H2
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="fillingbugs"
+>5.6.1. Reporting a New Bug</A
+></H3
 ><P
->&#13;      This function has been carefully commented to allow you to see exactly
-      how it works, and give you an idea of how to make changes to it.
-      Certain marked sections should not be changed - these are
-      the <SPAN
-CLASS="QUOTE"
->"plumbing"</SPAN
-> which makes the rest of the function work.
-      In between those sections, you'll find snippets of code like:
-      <TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->    # Allow the assignee to change anything.
-    if ($ownerid eq $whoid) {
-        return 1;
-    }</PRE
-></FONT
-></TD
-></TR
-></TABLE
->
-      It's fairly obvious what this piece of code does.
-    </P
+>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"
+TARGET="_top"
+>&#13;      Bug Writing Guidelines</A
+>. 
+      While some of the advice is Mozilla-specific, the basic principles of
+      reporting Reproducible, Specific bugs, isolating the Product you are
+      using, the Version of the Product, the Component which failed, the
+      Hardware Platform, and Operating System you were using at the time of
+      the failure go a long way toward ensuring accurate, responsible fixes
+      for the bug that bit you.</P
 ><P
->&#13;      So, how does one go about changing this function? Well, simple changes
-      can be made just by removing pieces - for example, if you wanted to 
-      prevent any user adding a comment to a bug, just remove the lines marked
-      <SPAN
+>The procedure for filing a bug is as follows:</P
+><P
+></P
+><OL
+TYPE="1"
+><LI
+><P
+>&#13;            Click the <SPAN
 CLASS="QUOTE"
->"Allow anyone to change comments."</SPAN
-> If you don't want the
-      Reporter to have any special rights on bugs they have filed, just
-      remove the entire section that deals with the Reporter.
-    </P
+>"New"</SPAN
+> link available in the footer
+            of pages, or the <SPAN
+CLASS="QUOTE"
+>"Enter a new bug report"</SPAN
+> link
+            displayed on the home page of the Bugzilla installation.
+          </P
+><DIV
+CLASS="note"
 ><P
->&#13;      More complex customizations are not much harder. Basically, you add
-      a check in the right place in the function, i.e. after all the variables
-      you are using have been set up. So, don't look at $ownerid before 
-      $ownerid has been obtained from the database. You can either add a
-      positive check, which returns 1 (allow) if certain conditions are true,
-      or a negative check, which returns 0 (deny.) E.g.:
-      <TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
+></P
+><TABLE
+CLASS="note"
 WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->    if ($field eq "qacontact") {
-        if (Bugzilla-&#62;user-&#62;groups("quality_assurance")) {
-            return 1;
-        } 
-        else {
-            return 0;
-        }
-    }</PRE
-></FONT
-></TD
-></TR
-></TABLE
->
-      This says that only users in the group "quality_assurance" can change
-      the QA Contact field of a bug.
-    </P
-><P
->&#13;      Getting more weird:
-      <TABLE
 BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
 ><TR
 ><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->    if (($field eq "priority") &#38;&#38;
-        (Bugzilla-&#62;user-&#62;email =~ /.*\@example\.com$/))
-    {
-        if ($oldvalue eq "P1") {
-            return 1;
-        } 
-        else {
-            return 0;
-        }
-    }</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;              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/"
+TARGET="_top"
+>Landfill</A
+>.
+            </P
 ></TD
 ></TR
 ></TABLE
->
-      This says that if the user is trying to change the priority field,
-      and their email address is @example.com, they can only do so if the
-      old value of the field was "P1". Not very useful, but illustrative.
-    </P
+></DIV
+></LI
+><LI
+><P
+>&#13;            You first have to select the product in which you found a bug.
+          </P
+></LI
+><LI
+><P
+>&#13;            You now see a form where you can specify the component (part of
+            the product which is affected by the bug you discovered; if you have
+            no idea, just select <SPAN
+CLASS="QUOTE"
+>"General"</SPAN
+> if such a component exists),
+            the version of the program you were using, the Operarting System and
+            platform your program is running on and the severity of the bug (if the
+            bug you found crashes the program, it's probably a major or a critical
+            bug; if it's a typo somewhere, that's something pretty minor; if it's
+            something you would like to see implemented, then that's an enhancement).
+          </P
+></LI
+><LI
+><P
+>&#13;            You now have to give a short but descriptive summary of the bug you found.
+            <SPAN
+CLASS="QUOTE"
+>"My program is crashing all the time"</SPAN
+> is a very poor summary
+            and doesn't help developers at all. Try something more meaningful or
+            your bug will probably be ignored due to a lack of precision.
+            The next step is to give a very detailed list of steps to reproduce
+            the problem you encountered. Try to limit these steps to a minimum set
+            required to reproduce the problem. This will make the life of
+            developers easier, and the probability that they consider your bug in
+            a reasonable timeframe will be much higher.
+          </P
 ><DIV
-CLASS="warning"
+CLASS="note"
 ><P
 ></P
 ><TABLE
-CLASS="warning"
+CLASS="note"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -11421,444 +11705,297 @@ 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;        If you are modifying <TT
-CLASS="filename"
->process_bug.cgi</TT
-> in any
-        way, do not change the code that is bounded by DO_NOT_CHANGE blocks.
-        Doing so could compromise security, or cause your installation to
-        stop working entirely.
-      </P
+>&#13;              Try to make sure that everything in the summary is also in the first
+              comment. Summaries are often updated and this will ensure your original
+              information is easily accessible.
+            </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
+></LI
+><LI
 ><P
->&#13;      For a list of possible field names, look at the bugs table in the 
-      database. If you need help writing custom rules for your organization,
-      ask in the newsgroup.
+>&#13;            As you file the bug, you can also attach a document (testcase, patch,
+            or screenshot of the problem).
+          </P
+></LI
+><LI
+><P
+>&#13;            Depending on the Bugzilla installation you are using and the product in
+            which you are filing the bug, you can also request developers to consider
+            your bug in different ways (such as requesting review for the patch you
+            just attached, requesting your bug to block the next release of the
+            product, and many other product specific requests).
+          </P
+></LI
+><LI
+><P
+>&#13;            Now is a good time to read your bug report again. Remove all misspellings,
+            otherwise your bug may not be found by developers running queries for some
+            specific words, and so your bug would not get any attention.
+            Also make sure you didn't forget any important information developers
+            should know in order to reproduce the problem, and make sure your
+            description of the problem is explicit and clear enough.
+            When you think your bug report is ready to go, the last step is to
+            click the <SPAN
+CLASS="QUOTE"
+>"Commit"</SPAN
+> button to add your report into the database.
+          </P
+></LI
+></OL
+><P
+>&#13;      You do not need to put "any" or similar strings in the URL field.
+      If there is no specific URL associated with the bug, leave this 
+      field blank.
+      </P
+><P
+>If you feel a bug you filed was incorrectly marked as a
+      DUPLICATE of another, please question it in your bug, not      
+      the bug it was duped to. Feel free to CC the person who duped it 
+      if they are not already CCed.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="cloningbugs"
+>5.6.2. Clone an Existing Bug</A
+></H3
+><P
+>&#13;        Starting with version 2.20, Bugzilla has a feature that allows you
+        to clone an existing bug. The newly created bug will inherit
+        most settings from the old bug. This allows you to track more
+        easily similar concerns in a new bug. To use this, go to the bug
+        that you want to clone, then click the <SPAN
+CLASS="QUOTE"
+>"Clone This Bug"</SPAN
+>
+        link on the bug page. This will take you to the <SPAN
+CLASS="QUOTE"
+>"Enter Bug"</SPAN
+>
+        page that is filled with the values that the old bug has.
+        You can change those values and/or texts if needed.
+      </P
+></DIV
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="attachments"
+>5.7. Attachments</A
+></H2
+><P
+>&#13;      You should use attachments, rather than comments, for large chunks of ASCII
+      data, such as trace, debugging output files, or log files. That way, it
+      doesn't bloat the bug for everyone who wants to read it, and cause people to
+      receive fat, useless mails.
+    </P
+><P
+>You should make sure to trim screenshots. There's no need to show the
+      whole screen if you are pointing out a single-pixel problem.
+    </P
+><P
+>Bugzilla stores and uses a Content-Type for each attachment
+      (e.g. text/html). To download an attachment as a different
+      Content-Type (e.g. application/xhtml+xml), you can override this
+      using a 'content_type' parameter on the URL, e.g.
+      <TT
+CLASS="filename"
+>&#38;content_type=text/plain</TT
+>.
+    </P
+><P
+>&#13;      If you have a really large attachment, something that does not need to
+      be recorded forever (as most attachments are), you can mark your
+      attachment as a <SPAN
+CLASS="QUOTE"
+>"Big File"</SPAN
+>, assuming the administrator of the
+      installation has enabled this feature.  Big Files are stored directly on
+      disk instead of in the database, and can be deleted when it is no longer
+      needed.  The maximum size of a <SPAN
+CLASS="QUOTE"
+>"Big File"</SPAN
+> is normally larger
+      than the maximum size of a regular attachment.
     </P
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="patchviewer"
+>5.7.1. Patch Viewer</A
+></H3
+><P
+>Viewing and reviewing patches in Bugzilla is often difficult due to
+      lack of context, improper format and the inherent readability issues that
+      raw patches present.  Patch Viewer is an enhancement to Bugzilla designed
+      to fix that by offering increased context, linking to sections, and
+      integrating with Bonsai, LXR and CVS.</P
+><P
+>Patch viewer allows you to:</P
+><P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>View patches in color, with side-by-side view rather than trying
+        to interpret the contents of the patch.</TD
+></TR
+><TR
+><TD
+>See the difference between two patches.</TD
+></TR
+><TR
+><TD
+>Get more context in a patch.</TD
+></TR
+><TR
+><TD
+>Collapse and expand sections of a patch for easy
+        reading.</TD
+></TR
+><TR
+><TD
+>Link to a particular section of a patch for discussion or
+        review</TD
+></TR
+><TR
+><TD
+>Go to Bonsai or LXR to see more context, blame, and
+        cross-references for the part of the patch you are looking at</TD
+></TR
+><TR
+><TD
+>Create a rawtext unified format diff out of any patch, no
+        matter what format it came from</TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="patchviewer_view"
+>5.7.1.1. Viewing Patches in Patch Viewer</A
+></H4
+><P
+>The main way to view a patch in patch viewer is to click on the
+        "Diff" link next to a patch in the Attachments list on a bug. You may
+        also do this within the edit window by clicking the "View Attachment As
+        Diff" button in the Edit Attachment screen.</P
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="patchviewer_diff"
+>5.7.1.2. Seeing the Difference Between Two Patches</A
+></H4
+><P
+>To see the difference between two patches, you must first view the
+        newer patch in Patch Viewer.  Then select the older patch from the
+        dropdown at the top of the page ("Differences between [dropdown] and
+        this patch") and click the "Diff" button. This will show you what
+        is new or changed in the newer patch.</P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H4
 CLASS="section"
 ><A
-NAME="dbdoc"
->5.5. MySQL Bugzilla Database Introduction</A
-></H2
+NAME="patchviewer_context"
+>5.7.1.3. Getting More Context in a Patch</A
+></H4
 ><P
->This information comes straight from my life. I was forced to learn
-    how Bugzilla organizes database because of nitpicky requests from users
-    for tiny changes in wording, rather than having people re-educate
-    themselves or figure out how to work our procedures around the tool. It
-    sucks, but it can and will happen to you, so learn how the schema works
-    and deal with it when it comes.</P
-><P
->So, here you are with your brand-new installation of Bugzilla.
-    You've got MySQL set up, Apache working right, Perl DBI and DBD talking
-    to the database flawlessly. Maybe you've even entered a few test bugs to
-    make sure email's working; people seem to be notified of new bugs and
-    changes, and you can enter and edit bugs to your heart's content. Perhaps
-    you've gone through the trouble of setting up a gateway for people to
-    submit bugs to your database via email, have had a few people test it,
-    and received rave reviews from your beta testers.</P
-><P
->What's the next thing you do? Outline a training strategy for your
-    development team, of course, and bring them up to speed on the new tool
-    you've labored over for hours.</P
-><P
->Your first training session starts off very well! You have a
-    captive audience which seems enraptured by the efficiency embodied in
-    this thing called "Bugzilla". You are caught up describing the nifty
-    features, how people can save favorite queries in the database, set them
-    up as headers and footers on their pages, customize their layouts,
-    generate reports, track status with greater efficiency than ever before,
-    leap tall buildings with a single bound and rescue Jane from the clutches
-    of Certain Death!</P
-><P
->But Certain Death speaks up -- a tiny voice, from the dark corners
-    of the conference room. "I have a concern," the voice hisses from the
-    darkness, "about the use of the word 'verified'."</P
-><P
->The room, previously filled with happy chatter, lapses into
-    reverential silence as Certain Death (better known as the Vice President
-    of Software Engineering) continues. "You see, for two years we've used
-    the word 'verified' to indicate that a developer or quality assurance
-    engineer has confirmed that, in fact, a bug is valid. I don't want to
-    lose two years of training to a new software product. You need to change
-    the bug status of 'verified' to 'approved' as soon as possible. To avoid
-    confusion, of course."</P
-><P
->Oh no! Terror strikes your heart, as you find yourself mumbling
-    "yes, yes, I don't think that would be a problem," You review the changes
-    with Certain Death, and continue to jabber on, "no, it's not too big a
-    change. I mean, we have the source code, right? You know, 'Use the
-    Source, Luke' and all that... no problem," All the while you quiver
-    inside like a beached jellyfish bubbling, burbling, and boiling on a hot
-    Jamaican sand dune...</P
-><P
->Thus begins your adventure into the heart of Bugzilla. You've been
-    forced to learn about non-portable enum() fields, varchar columns, and
-    tinyint definitions. The Adventure Awaits You!</P
+>To get more context in a patch, you put a number in the textbox at
+        the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
+        This will give you that many lines of context before and after each
+        change. Alternatively, you can click on the "File" link there and it
+        will show each change in the full context of the file. This feature only
+        works against files that were diffed using "cvs diff".</P
+></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H4
 CLASS="section"
 ><A
-NAME="AEN2148"
->5.5.1. Bugzilla Database Basics</A
-></H3
-><P
->If you were like me, at this point you're totally clueless about
-      the internals of MySQL, and if it weren't for this executive order from
-      the Vice President you couldn't care less about the difference between
-      a 
-      <SPAN
-CLASS="QUOTE"
->"bigint"</SPAN
->
-
-      and a 
-      <SPAN
-CLASS="QUOTE"
->"tinyint"</SPAN
->
-
-      entry in MySQL. I recommend you refer to the
-      <A
-HREF="http://www.mysql.com/documentation/"
-TARGET="_top"
->MySQL documentation</A
->
-      . Below are the basics you need to know about the Bugzilla database.
-      Check the chart above for more details.</P
-><P
->&#13;        <P
-></P
-><OL
-TYPE="1"
-><LI
-><P
->To connect to your database:</P
-><P
->&#13;              <SAMP
-CLASS="prompt"
->bash#</SAMP
->
-
-              <B
-CLASS="command"
->mysql</B
->
-
-              <VAR
-CLASS="parameter"
->-u root</VAR
->
-            </P
-><P
->If this works without asking you for a password, 
-            <EM
->shame on you</EM
->
-
-            ! You should have locked your security down like the installation
-            instructions told you to. You can find details on locking down
-            your database in the Bugzilla FAQ in this directory (under
-            "Security"), or more robust security generalities in the 
-            <A
-HREF="http://www.mysql.com/php/manual.php3?section=Privilege_system"
-TARGET="_top"
->MySQL
-            searchable documentation</A
->.
-            </P
-></LI
-><LI
-><P
->You should now be at a prompt that looks like this:</P
-><P
->&#13;              <SAMP
-CLASS="prompt"
->mysql&#62;</SAMP
->
-            </P
-><P
->At the prompt, if 
-            <SPAN
-CLASS="QUOTE"
->"bugs"</SPAN
->
-
-            is the name you chose in the
-            <TT
-CLASS="filename"
->localconfig</TT
->
-
-            file for your Bugzilla database, type:</P
+NAME="patchviewer_collapse"
+>5.7.1.4. Collapsing and Expanding Sections of a Patch</A
+></H4
 ><P
->&#13;              <SAMP
-CLASS="prompt"
->mysql</SAMP
->
-
-              <B
-CLASS="command"
->use bugs;</B
->
-            </P
-></LI
-></OL
->
-      </P
+>To view only a certain set of files in a patch (for example, if a
+        patch is absolutely huge and you want to only review part of it at a
+        time), you can click the "(+)" and "(-)" links next to each file (to
+        expand it or collapse it). If you want to collapse all files or expand
+        all files, you can click the "Collapse All" and "Expand All" links at the
+        top of the page.</P
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="AEN2175"
->5.5.1.1. Bugzilla Database Tables</A
+NAME="patchviewer_link"
+>5.7.1.5. Linking to a Section of a Patch</A
 ></H4
 ><P
->Imagine your MySQL database as a series of spreadsheets, and
-        you won't be too far off. If you use this command:</P
-><P
->&#13;          <SAMP
-CLASS="prompt"
->mysql&#62;</SAMP
->
-          <B
-CLASS="command"
->show tables from bugs;</B
->
-        </P
+>To link to a section of a patch (for example, if you want to be
+        able to give someone a URL to show them which part you are talking
+        about) you simply click the "Link Here" link on the section header. The
+        resulting URL can be copied and used in discussion.</P
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="patchviewer_bonsai_lxr"
+>5.7.1.6. Going to Bonsai and LXR</A
+></H4
 ><P
->you'll be able to see the names of all the 
-        <SPAN
-CLASS="QUOTE"
->"spreadsheets"</SPAN
->
-        (tables) in your database.</P
+>To go to Bonsai to get blame for the lines you are interested in,
+        you can click the "Lines XX-YY" link on the section header you are
+        interested in. This works even if the patch is against an old
+        version of the file, since Bonsai stores all versions of the file.</P
 ><P
->From the command issued above, you should have some
-	  output that looks like this:
-<TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;+-------------------+
-| Tables in bugs    |
-+-------------------+
-| attachments       |
-| bugs              |
-| bugs_activity     |
-| cc                |
-| components        |
-| dependencies      |
-| fielddefs         |
-| groups            |
-| keyworddefs       |
-| keywords          |
-| logincookies      |
-| longdescs         |
-| milestones        |
-| namedqueries      |
-| products          |
-| profiles          |
-| profiles_activity |
-| tokens            |
-| user_group_map    |
-| versions          |
-| votes             |
-| watch             |
-+-------------------+
-</PRE
-></FONT
-></TD
-></TR
-></TABLE
->
-</P
+>To go to LXR, you click on the filename on the file header
+        (unfortunately, since LXR only does the most recent version, line
+        numbers are likely to rot).</P
+></DIV
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="patchviewer_unified_diff"
+>5.7.1.7. Creating a Unified Diff</A
+></H4
 ><P
-CLASS="literallayout"
-><br>
-&nbsp;&nbsp;Here's&nbsp;an&nbsp;overview&nbsp;of&nbsp;what&nbsp;each&nbsp;table&nbsp;does.&nbsp;Most&nbsp;columns&nbsp;in&nbsp;each&nbsp;table&nbsp;have<br>
-descriptive&nbsp;names&nbsp;that&nbsp;make&nbsp;it&nbsp;fairly&nbsp;trivial&nbsp;to&nbsp;figure&nbsp;out&nbsp;their&nbsp;jobs.<br>
-<br>
-attachments:&nbsp;This&nbsp;table&nbsp;stores&nbsp;all&nbsp;attachments&nbsp;to&nbsp;bugs.&nbsp;It&nbsp;tends&nbsp;to&nbsp;be&nbsp;your<br>
-largest&nbsp;table,&nbsp;yet&nbsp;also&nbsp;generally&nbsp;has&nbsp;the&nbsp;fewest&nbsp;entries&nbsp;because&nbsp;file<br>
-attachments&nbsp;are&nbsp;so&nbsp;(relatively)&nbsp;large.<br>
-<br>
-bugs:&nbsp;&nbsp;This&nbsp;is&nbsp;the&nbsp;core&nbsp;of&nbsp;your&nbsp;system.&nbsp;The&nbsp;bugs&nbsp;table&nbsp;stores&nbsp;most&nbsp;of&nbsp;the<br>
-current&nbsp;information&nbsp;about&nbsp;a&nbsp;bug,&nbsp;with&nbsp;the&nbsp;exception&nbsp;of&nbsp;the&nbsp;info&nbsp;stored&nbsp;in&nbsp;the<br>
-other&nbsp;tables.<br>
-<br>
-bugs_activity:&nbsp;&nbsp;This&nbsp;stores&nbsp;information&nbsp;regarding&nbsp;what&nbsp;changes&nbsp;are&nbsp;made&nbsp;to&nbsp;bugs<br>
-when&nbsp;--&nbsp;a&nbsp;history&nbsp;file.<br>
-<br>
-cc:&nbsp;&nbsp;This&nbsp;tiny&nbsp;table&nbsp;simply&nbsp;stores&nbsp;all&nbsp;the&nbsp;CC&nbsp;information&nbsp;for&nbsp;any&nbsp;bug&nbsp;which&nbsp;has<br>
-any&nbsp;entries&nbsp;in&nbsp;the&nbsp;CC&nbsp;field&nbsp;of&nbsp;the&nbsp;bug.&nbsp;Note&nbsp;that,&nbsp;like&nbsp;most&nbsp;other&nbsp;tables&nbsp;in<br>
-Bugzilla,&nbsp;it&nbsp;does&nbsp;not&nbsp;refer&nbsp;to&nbsp;users&nbsp;by&nbsp;their&nbsp;user&nbsp;names,&nbsp;but&nbsp;by&nbsp;their&nbsp;unique<br>
-userid,&nbsp;stored&nbsp;as&nbsp;a&nbsp;primary&nbsp;key&nbsp;in&nbsp;the&nbsp;profiles&nbsp;table.<br>
-<br>
-components:&nbsp;This&nbsp;stores&nbsp;the&nbsp;programs&nbsp;and&nbsp;components&nbsp;(or&nbsp;products&nbsp;and<br>
-components,&nbsp;in&nbsp;newer&nbsp;Bugzilla&nbsp;parlance)&nbsp;for&nbsp;Bugzilla.&nbsp;Curiously,&nbsp;the&nbsp;"program"<br>
-(product)&nbsp;field&nbsp;is&nbsp;the&nbsp;full&nbsp;name&nbsp;of&nbsp;the&nbsp;product,&nbsp;rather&nbsp;than&nbsp;some&nbsp;other&nbsp;unique<br>
-identifier,&nbsp;like&nbsp;bug_id&nbsp;and&nbsp;user_id&nbsp;are&nbsp;elsewhere&nbsp;in&nbsp;the&nbsp;database.<br>
-<br>
-dependencies:&nbsp;Stores&nbsp;data&nbsp;about&nbsp;those&nbsp;cool&nbsp;dependency&nbsp;trees.<br>
-<br>
-fielddefs:&nbsp;&nbsp;A&nbsp;nifty&nbsp;table&nbsp;that&nbsp;defines&nbsp;other&nbsp;tables.&nbsp;For&nbsp;instance,&nbsp;when&nbsp;you<br>
-submit&nbsp;a&nbsp;form&nbsp;that&nbsp;changes&nbsp;the&nbsp;value&nbsp;of&nbsp;"AssignedTo"&nbsp;this&nbsp;table&nbsp;allows<br>
-translation&nbsp;to&nbsp;the&nbsp;actual&nbsp;field&nbsp;name&nbsp;"assigned_to"&nbsp;for&nbsp;entry&nbsp;into&nbsp;MySQL.<br>
-<br>
-groups:&nbsp;&nbsp;defines&nbsp;bitmasks&nbsp;for&nbsp;groups.&nbsp;A&nbsp;bitmask&nbsp;is&nbsp;a&nbsp;number&nbsp;that&nbsp;can&nbsp;uniquely<br>
-identify&nbsp;group&nbsp;memberships.&nbsp;For&nbsp;instance,&nbsp;say&nbsp;the&nbsp;group&nbsp;that&nbsp;is&nbsp;allowed&nbsp;to<br>
-tweak&nbsp;parameters&nbsp;is&nbsp;assigned&nbsp;a&nbsp;value&nbsp;of&nbsp;"1",&nbsp;the&nbsp;group&nbsp;that&nbsp;is&nbsp;allowed&nbsp;to&nbsp;edit<br>
-users&nbsp;is&nbsp;assigned&nbsp;a&nbsp;"2",&nbsp;and&nbsp;the&nbsp;group&nbsp;that&nbsp;is&nbsp;allowed&nbsp;to&nbsp;create&nbsp;new&nbsp;groups&nbsp;is<br>
-assigned&nbsp;the&nbsp;bitmask&nbsp;of&nbsp;"4".&nbsp;By&nbsp;uniquely&nbsp;combining&nbsp;the&nbsp;group&nbsp;bitmasks&nbsp;(much<br>
-like&nbsp;the&nbsp;chmod&nbsp;command&nbsp;in&nbsp;UNIX,)&nbsp;you&nbsp;can&nbsp;identify&nbsp;a&nbsp;user&nbsp;is&nbsp;allowed&nbsp;to&nbsp;tweak<br>
-parameters&nbsp;and&nbsp;create&nbsp;groups,&nbsp;but&nbsp;not&nbsp;edit&nbsp;users,&nbsp;by&nbsp;giving&nbsp;him&nbsp;a&nbsp;bitmask&nbsp;of<br>
-"5",&nbsp;or&nbsp;a&nbsp;user&nbsp;allowed&nbsp;to&nbsp;edit&nbsp;users&nbsp;and&nbsp;create&nbsp;groups,&nbsp;but&nbsp;not&nbsp;tweak<br>
-parameters,&nbsp;by&nbsp;giving&nbsp;him&nbsp;a&nbsp;bitmask&nbsp;of&nbsp;"6"&nbsp;Simple,&nbsp;huh?<br>
-&nbsp;&nbsp;If&nbsp;this&nbsp;makes&nbsp;no&nbsp;sense&nbsp;to&nbsp;you,&nbsp;try&nbsp;this&nbsp;at&nbsp;the&nbsp;mysql&nbsp;prompt:<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;groups;<br>
-&nbsp;&nbsp;You'll&nbsp;see&nbsp;the&nbsp;list,&nbsp;it&nbsp;makes&nbsp;much&nbsp;more&nbsp;sense&nbsp;that&nbsp;way.<br>
-<br>
-keyworddefs:&nbsp;&nbsp;Definitions&nbsp;of&nbsp;keywords&nbsp;to&nbsp;be&nbsp;used<br>
-<br>
-keywords:&nbsp;Unlike&nbsp;what&nbsp;you'd&nbsp;think,&nbsp;this&nbsp;table&nbsp;holds&nbsp;which&nbsp;keywords&nbsp;are<br>
-associated&nbsp;with&nbsp;which&nbsp;bug&nbsp;id's.<br>
-<br>
-logincookies:&nbsp;This&nbsp;stores&nbsp;every&nbsp;login&nbsp;cookie&nbsp;ever&nbsp;assigned&nbsp;to&nbsp;you&nbsp;for&nbsp;every<br>
-machine&nbsp;you've&nbsp;ever&nbsp;logged&nbsp;into&nbsp;Bugzilla&nbsp;from.&nbsp;Curiously,&nbsp;it&nbsp;never&nbsp;does&nbsp;any<br>
-housecleaning&nbsp;--&nbsp;I&nbsp;see&nbsp;cookies&nbsp;in&nbsp;this&nbsp;file&nbsp;I've&nbsp;not&nbsp;used&nbsp;for&nbsp;months.&nbsp;However,<br>
-since&nbsp;Bugzilla&nbsp;never&nbsp;expires&nbsp;your&nbsp;cookie&nbsp;(for&nbsp;convenience'&nbsp;sake),&nbsp;it&nbsp;makes<br>
-sense.<br>
-<br>
-longdescs:&nbsp;&nbsp;The&nbsp;meat&nbsp;of&nbsp;bugzilla&nbsp;--&nbsp;here&nbsp;is&nbsp;where&nbsp;all&nbsp;user&nbsp;comments&nbsp;are&nbsp;stored!<br>
-You've&nbsp;only&nbsp;got&nbsp;2^24&nbsp;bytes&nbsp;per&nbsp;comment&nbsp;(it's&nbsp;a&nbsp;mediumtext&nbsp;field),&nbsp;so&nbsp;speak<br>
-sparingly&nbsp;--&nbsp;that's&nbsp;only&nbsp;the&nbsp;amount&nbsp;of&nbsp;space&nbsp;the&nbsp;Old&nbsp;Testament&nbsp;from&nbsp;the&nbsp;Bible<br>
-would&nbsp;take&nbsp;(uncompressed,&nbsp;16&nbsp;megabytes).&nbsp;Each&nbsp;comment&nbsp;is&nbsp;keyed&nbsp;to&nbsp;the<br>
-bug_id&nbsp;to&nbsp;which&nbsp;it's&nbsp;attached,&nbsp;so&nbsp;the&nbsp;order&nbsp;is&nbsp;necessarily&nbsp;chronological,&nbsp;for<br>
-comments&nbsp;are&nbsp;played&nbsp;back&nbsp;in&nbsp;the&nbsp;order&nbsp;in&nbsp;which&nbsp;they&nbsp;are&nbsp;received.<br>
-<br>
-milestones:&nbsp;&nbsp;Interesting&nbsp;that&nbsp;milestones&nbsp;are&nbsp;associated&nbsp;with&nbsp;a&nbsp;specific&nbsp;product<br>
-in&nbsp;this&nbsp;table,&nbsp;but&nbsp;Bugzilla&nbsp;does&nbsp;not&nbsp;yet&nbsp;support&nbsp;differing&nbsp;milestones&nbsp;by<br>
-product&nbsp;through&nbsp;the&nbsp;standard&nbsp;configuration&nbsp;interfaces.<br>
-<br>
-namedqueries:&nbsp;&nbsp;This&nbsp;is&nbsp;where&nbsp;everybody&nbsp;stores&nbsp;their&nbsp;"custom&nbsp;queries".&nbsp;Very<br>
-cool&nbsp;feature;&nbsp;it&nbsp;beats&nbsp;the&nbsp;tar&nbsp;out&nbsp;of&nbsp;having&nbsp;to&nbsp;bookmark&nbsp;each&nbsp;cool&nbsp;query&nbsp;you<br>
-construct.<br>
-<br>
-products:&nbsp;&nbsp;What&nbsp;products&nbsp;you&nbsp;have,&nbsp;whether&nbsp;new&nbsp;bug&nbsp;entries&nbsp;are&nbsp;allowed&nbsp;for&nbsp;the<br>
-product,&nbsp;what&nbsp;milestone&nbsp;you're&nbsp;working&nbsp;toward&nbsp;on&nbsp;that&nbsp;product,&nbsp;votes,&nbsp;etc.&nbsp;It<br>
-will&nbsp;be&nbsp;nice&nbsp;when&nbsp;the&nbsp;components&nbsp;table&nbsp;supports&nbsp;these&nbsp;same&nbsp;features,&nbsp;so&nbsp;you<br>
-could&nbsp;close&nbsp;a&nbsp;particular&nbsp;component&nbsp;for&nbsp;bug&nbsp;entry&nbsp;without&nbsp;having&nbsp;to&nbsp;close&nbsp;an<br>
-entire&nbsp;product...<br>
-<br>
-profiles:&nbsp;&nbsp;This&nbsp;table&nbsp;contains&nbsp;details&nbsp;for&nbsp;the&nbsp;current&nbsp;user&nbsp;accounts,<br>
-including&nbsp;the&nbsp;crypted&nbsp;hashes&nbsp;of&nbsp;the&nbsp;passwords&nbsp;used,&nbsp;the&nbsp;associated<br>
-login&nbsp;names,&nbsp;and&nbsp;the&nbsp;real&nbsp;name&nbsp;of&nbsp;the&nbsp;users.<br>
-<br>
-profiles_activity:&nbsp;&nbsp;Need&nbsp;to&nbsp;know&nbsp;who&nbsp;did&nbsp;what&nbsp;when&nbsp;to&nbsp;who's&nbsp;profile?&nbsp;&nbsp;This'll<br>
-tell&nbsp;you,&nbsp;it's&nbsp;a&nbsp;pretty&nbsp;complete&nbsp;history.<br>
-<br>
-user_group_map:&nbsp;&nbsp;This&nbsp;table&nbsp;stores&nbsp;which&nbsp;user&nbsp;belongs&nbsp;to&nbsp;which&nbsp;group,<br>
-whether&nbsp;the&nbsp;user&nbsp;can&nbsp;bless&nbsp;others,&nbsp;and&nbsp;how&nbsp;the&nbsp;users&nbsp;obtained&nbsp;the<br>
-membership&nbsp;of&nbsp;the&nbsp;group.<br>
-<br>
-versions:&nbsp;&nbsp;Version&nbsp;information&nbsp;for&nbsp;every&nbsp;product<br>
-<br>
-votes:&nbsp;&nbsp;Who&nbsp;voted&nbsp;for&nbsp;what&nbsp;when<br>
-<br>
-watch:&nbsp;&nbsp;Who&nbsp;(according&nbsp;to&nbsp;userid)&nbsp;is&nbsp;watching&nbsp;who's&nbsp;bugs&nbsp;(according&nbsp;to&nbsp;their<br>
-userid).<br>
-<br>
-<br>
-===<br>
-THE&nbsp;DETAILS<br>
-===<br>
-<br>
-&nbsp;&nbsp;Ahh,&nbsp;so&nbsp;you're&nbsp;wondering&nbsp;just&nbsp;what&nbsp;to&nbsp;do&nbsp;with&nbsp;the&nbsp;information&nbsp;above?&nbsp;&nbsp;At&nbsp;the<br>
-mysql&nbsp;prompt,&nbsp;you&nbsp;can&nbsp;view&nbsp;any&nbsp;information&nbsp;about&nbsp;the&nbsp;columns&nbsp;in&nbsp;a&nbsp;table&nbsp;with<br>
-this&nbsp;command&nbsp;(where&nbsp;"table"&nbsp;is&nbsp;the&nbsp;name&nbsp;of&nbsp;the&nbsp;table&nbsp;you&nbsp;wish&nbsp;to&nbsp;view):<br>
-<br>
-mysql&#62;&nbsp;show&nbsp;columns&nbsp;from&nbsp;table;<br>
-<br>
-&nbsp;&nbsp;You&nbsp;can&nbsp;also&nbsp;view&nbsp;all&nbsp;the&nbsp;data&nbsp;in&nbsp;a&nbsp;table&nbsp;with&nbsp;this&nbsp;command:<br>
-<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;table;<br>
-<br>
-&nbsp;&nbsp;--&nbsp;note:&nbsp;this&nbsp;is&nbsp;a&nbsp;very&nbsp;bad&nbsp;idea&nbsp;to&nbsp;do&nbsp;on,&nbsp;for&nbsp;instance,&nbsp;the&nbsp;"bugs"&nbsp;table&nbsp;if<br>
-you&nbsp;have&nbsp;50,000&nbsp;bugs.&nbsp;You'll&nbsp;be&nbsp;sitting&nbsp;there&nbsp;a&nbsp;while&nbsp;until&nbsp;you&nbsp;ctrl-c&nbsp;or<br>
-50,000&nbsp;bugs&nbsp;play&nbsp;across&nbsp;your&nbsp;screen.<br>
-<br>
-&nbsp;&nbsp;You&nbsp;can&nbsp;limit&nbsp;the&nbsp;display&nbsp;from&nbsp;above&nbsp;a&nbsp;little&nbsp;with&nbsp;the&nbsp;command,&nbsp;where<br>
-"column"&nbsp;is&nbsp;the&nbsp;name&nbsp;of&nbsp;the&nbsp;column&nbsp;for&nbsp;which&nbsp;you&nbsp;wish&nbsp;to&nbsp;restrict&nbsp;information:<br>
-<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;table&nbsp;where&nbsp;(column&nbsp;=&nbsp;"some&nbsp;info");<br>
-<br>
-&nbsp;&nbsp;--&nbsp;or&nbsp;the&nbsp;reverse&nbsp;of&nbsp;this<br>
-<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;table&nbsp;where&nbsp;(column&nbsp;!=&nbsp;"some&nbsp;info");<br>
-<br>
-&nbsp;&nbsp;Let's&nbsp;take&nbsp;our&nbsp;example&nbsp;from&nbsp;the&nbsp;introduction,&nbsp;and&nbsp;assume&nbsp;you&nbsp;need&nbsp;to&nbsp;change<br>
-the&nbsp;word&nbsp;"verified"&nbsp;to&nbsp;"approved"&nbsp;in&nbsp;the&nbsp;resolution&nbsp;field.&nbsp;We&nbsp;know&nbsp;from&nbsp;the<br>
-above&nbsp;information&nbsp;that&nbsp;the&nbsp;resolution&nbsp;is&nbsp;likely&nbsp;to&nbsp;be&nbsp;stored&nbsp;in&nbsp;the&nbsp;"bugs"<br>
-table.&nbsp;Note&nbsp;we'll&nbsp;need&nbsp;to&nbsp;change&nbsp;a&nbsp;little&nbsp;perl&nbsp;code&nbsp;as&nbsp;well&nbsp;as&nbsp;this&nbsp;database<br>
-change,&nbsp;but&nbsp;I&nbsp;won't&nbsp;plunge&nbsp;into&nbsp;that&nbsp;in&nbsp;this&nbsp;document.&nbsp;Let's&nbsp;verify&nbsp;the<br>
-information&nbsp;is&nbsp;stored&nbsp;in&nbsp;the&nbsp;"bugs"&nbsp;table:<br>
-<br>
-mysql&#62;&nbsp;show&nbsp;columns&nbsp;from&nbsp;bugs<br>
-<br>
-&nbsp;&nbsp;(exceedingly&nbsp;long&nbsp;output&nbsp;truncated&nbsp;here)<br>
-|&nbsp;bug_status|&nbsp;enum('UNCONFIRMED','NEW','ASSIGNED','REOPENED','RESOLVED','VERIFIED','CLOSED')||MUL&nbsp;|&nbsp;UNCONFIRMED||<br>
-<br>
-&nbsp;&nbsp;Sorry&nbsp;about&nbsp;that&nbsp;long&nbsp;line.&nbsp;We&nbsp;see&nbsp;from&nbsp;this&nbsp;that&nbsp;the&nbsp;"bug&nbsp;status"&nbsp;column&nbsp;is<br>
-an&nbsp;"enum&nbsp;field",&nbsp;which&nbsp;is&nbsp;a&nbsp;MySQL&nbsp;peculiarity&nbsp;where&nbsp;a&nbsp;string&nbsp;type&nbsp;field&nbsp;can<br>
-only&nbsp;have&nbsp;certain&nbsp;types&nbsp;of&nbsp;entries.&nbsp;While&nbsp;I&nbsp;think&nbsp;this&nbsp;is&nbsp;very&nbsp;cool,&nbsp;it's&nbsp;not<br>
-standard&nbsp;SQL.&nbsp;Anyway,&nbsp;we&nbsp;need&nbsp;to&nbsp;add&nbsp;the&nbsp;possible&nbsp;enum&nbsp;field&nbsp;entry<br>
-'APPROVED'&nbsp;by&nbsp;altering&nbsp;the&nbsp;"bugs"&nbsp;table.<br>
-<br>
-mysql&#62;&nbsp;ALTER&nbsp;table&nbsp;bugs&nbsp;CHANGE&nbsp;bug_status&nbsp;bug_status<br>
-&nbsp;&nbsp;&nbsp;&nbsp;-&#62;&nbsp;enum("UNCONFIRMED",&nbsp;"NEW",&nbsp;"ASSIGNED",&nbsp;"REOPENED",&nbsp;"RESOLVED",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;-&#62;&nbsp;"VERIFIED",&nbsp;"APPROVED",&nbsp;"CLOSED")&nbsp;not&nbsp;null;<br>
-<br>
-&nbsp;&nbsp;&nbsp;&nbsp;(note&nbsp;we&nbsp;can&nbsp;take&nbsp;three&nbsp;lines&nbsp;or&nbsp;more&nbsp;--&nbsp;whatever&nbsp;you&nbsp;put&nbsp;in&nbsp;before&nbsp;the<br>
-semicolon&nbsp;is&nbsp;evaluated&nbsp;as&nbsp;a&nbsp;single&nbsp;expression)<br>
-<br>
-Now&nbsp;if&nbsp;you&nbsp;do&nbsp;this:<br>
-<br>
-mysql&#62;&nbsp;show&nbsp;columns&nbsp;from&nbsp;bugs;<br>
-<br>
-&nbsp;&nbsp;you'll&nbsp;see&nbsp;that&nbsp;the&nbsp;bug_status&nbsp;field&nbsp;has&nbsp;an&nbsp;extra&nbsp;"APPROVED"&nbsp;enum&nbsp;that's<br>
-available!&nbsp;&nbsp;Cool&nbsp;thing,&nbsp;too,&nbsp;is&nbsp;that&nbsp;this&nbsp;is&nbsp;reflected&nbsp;on&nbsp;your&nbsp;query&nbsp;page&nbsp;as<br>
-well&nbsp;--&nbsp;you&nbsp;can&nbsp;query&nbsp;by&nbsp;the&nbsp;new&nbsp;status.&nbsp;But&nbsp;how's&nbsp;it&nbsp;fit&nbsp;into&nbsp;the&nbsp;existing<br>
-scheme&nbsp;of&nbsp;things?<br>
-&nbsp;&nbsp;Looks&nbsp;like&nbsp;you&nbsp;need&nbsp;to&nbsp;go&nbsp;back&nbsp;and&nbsp;look&nbsp;for&nbsp;instances&nbsp;of&nbsp;the&nbsp;word&nbsp;"verified"<br>
-in&nbsp;the&nbsp;perl&nbsp;code&nbsp;for&nbsp;Bugzilla&nbsp;--&nbsp;wherever&nbsp;you&nbsp;find&nbsp;"verified",&nbsp;change&nbsp;it&nbsp;to<br>
-"approved"&nbsp;and&nbsp;you're&nbsp;in&nbsp;business&nbsp;(make&nbsp;sure&nbsp;that's&nbsp;a&nbsp;case-insensitive&nbsp;search).<br>
-Although&nbsp;you&nbsp;can&nbsp;query&nbsp;by&nbsp;the&nbsp;enum&nbsp;field,&nbsp;you&nbsp;can't&nbsp;give&nbsp;something&nbsp;a&nbsp;status<br>
-of&nbsp;"APPROVED"&nbsp;until&nbsp;you&nbsp;make&nbsp;the&nbsp;perl&nbsp;changes.&nbsp;Note&nbsp;that&nbsp;this&nbsp;change&nbsp;I<br>
-mentioned&nbsp;can&nbsp;also&nbsp;be&nbsp;done&nbsp;by&nbsp;editing&nbsp;checksetup.pl,&nbsp;which&nbsp;automates&nbsp;a&nbsp;lot&nbsp;of<br>
-this.&nbsp;But&nbsp;you&nbsp;need&nbsp;to&nbsp;know&nbsp;this&nbsp;stuff&nbsp;anyway,&nbsp;right?<br>
-	</P
+>If the patch is not in a format that you like, you can turn it
+        into a unified diff format by clicking the "Raw Unified" link at the top
+        of the page.</P
 ></DIV
 ></DIV
 ></DIV
@@ -11867,672 +12004,543 @@ CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="integration"
->5.6. Integrating Bugzilla with Third-Party Tools</A
+NAME="hintsandtips"
+>5.8. Hints and Tips</A
 ></H2
+><P
+>This section distills some Bugzilla tips and best practices
+    that have been developed.</P
 ><DIV
 CLASS="section"
-><H3
+><HR><H3
 CLASS="section"
 ><A
-NAME="bonsai"
->5.6.1. Bonsai</A
+NAME="AEN2371"
+>5.8.1. Autolinkification</A
 ></H3
 ><P
->Bonsai is a web-based tool for managing 
-    <A
-HREF="#cvs"
->CVS, the Concurrent Versioning System</A
->
-
-    . Using Bonsai, administrators can control open/closed status of trees,
-    query a fast relational database back-end for change, branch, and comment
-    information, and view changes made since the last time the tree was
-    closed. Bonsai
-    also integrates with  
-    <A
-HREF="#tinderbox"
->Tinderbox, the Mozilla automated build management system</A
+>Bugzilla comments are plain text - so typing &#60;U&#62; will
+      produce less-than, U, greater-than rather than underlined text.
+      However, Bugzilla will automatically make hyperlinks out of certain
+      sorts of text in comments. For example, the text 
+      "http://www.bugzilla.org" will be turned into a link:
+      <A
+HREF="http://www.bugzilla.org"
+TARGET="_top"
+>http://www.bugzilla.org</A
 >.
-    </P
+      Other strings which get linkified in the obvious manner are:
+      <P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>bug 12345</TD
+></TR
+><TR
+><TD
+>comment 7</TD
+></TR
+><TR
+><TD
+>bug 23456, comment 53</TD
+></TR
+><TR
+><TD
+>attachment 4321</TD
+></TR
+><TR
+><TD
+>mailto:george@example.com</TD
+></TR
+><TR
+><TD
+>george@example.com</TD
+></TR
+><TR
+><TD
+>ftp://ftp.mozilla.org</TD
+></TR
+><TR
+><TD
+>Most other sorts of URL</TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+>
+      </P
+><P
+>A corollary here is that if you type a bug number in a comment,
+      you should put the word "bug" before it, so it gets autolinkified
+      for the convenience of others.
+      </P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="cvs"
->5.6.2. CVS</A
+NAME="commenting"
+>5.8.2. Comments</A
 ></H3
 ><P
->CVS integration is best accomplished, at this point, using the
-    Bugzilla Email Gateway.</P
-><P
->Follow the instructions in this Guide for enabling Bugzilla e-mail
-    integration. Ensure that your check-in script sends an email to your
-    Bugzilla e-mail gateway with the subject of 
-    <SPAN
-CLASS="QUOTE"
->"[Bug XXXX]"</SPAN
->, 
-    and you can have CVS check-in comments append to your Bugzilla bug. If
-    you  want to have the bug be closed automatically, you'll have to modify
-    the <TT
-CLASS="filename"
->contrib/bugzilla_email_append.pl</TT
-> script.
-    </P
-><P
->There is also a CVSZilla project, based upon somewhat dated 
-    Bugzilla code, to integrate CVS and Bugzilla through CVS' ability to 
-    email. Check it out at: <A
-HREF="http://homepages.kcbbs.gen.nz/~tonyg/"
-TARGET="_top"
->http://homepages.kcbbs.gen.nz/~tonyg/</A
->.
-    </P
+>If you are changing the fields on a bug, only comment if
+      either you have something pertinent to say, or Bugzilla requires it.
+      Otherwise, you may spam people unnecessarily with bug mail.
+      To take an example: a user can set up their account to filter out messages
+      where someone just adds themselves to the CC field of a bug
+      (which happens a lot.) If you come along, add yourself to the CC field,
+      and add a comment saying "Adding self to CC", then that person
+      gets a pointless piece of mail they would otherwise have avoided.
+      </P
 ><P
->Another system capable of CVS integration with Bugzilla is
-    Scmbug. This system provides generic integration of Source code
-    Configuration Management with Bugtracking. Check it out at: <A
-HREF="http://freshmeat.net/projects/scmbug/"
-TARGET="_top"
->http://freshmeat.net/projects/scmbug/</A
->.
-    </P
+>&#13;      Don't use sigs in comments. Signing your name ("Bill") is acceptable,
+      if you do it out of habit, but full mail/news-style
+      four line ASCII art creations are not.
+      </P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="scm"
->5.6.3. Perforce SCM</A
+NAME="dependencytree"
+>5.8.3. Dependency Tree</A
 ></H3
 ><P
->You can find the project page for Bugzilla and Teamtrack Perforce
-    integration (p4dti) at: 
-    <A
-HREF="http://www.ravenbrook.com/project/p4dti/"
-TARGET="_top"
->http://www.ravenbrook.com/project/p4dti/</A
->
-
-    . 
-    <SPAN
+>&#13;        On the <SPAN
 CLASS="QUOTE"
->"p4dti"</SPAN
->
-
-    is now an officially supported product from Perforce, and you can find
-    the "Perforce Public Depot" p4dti page at 
-    <A
-HREF="http://public.perforce.com/public/perforce/p4dti/index.html"
-TARGET="_top"
->http://public.perforce.com/public/perforce/p4dti/index.html</A
->
-
-    .</P
+>"Dependency tree"</SPAN
+> page linked from each bug
+        page, you can see the dependency relationship from the bug as a
+        tree structure.
+      </P
 ><P
->Integration of Perforce with Bugzilla, once patches are applied, is
-    seamless. Perforce replication information will appear below the comments
-    of each bug. Be certain you have a matching set of patches for the
-    Bugzilla version you are installing. p4dti is designed to support
-    multiple defect trackers, and maintains its own documentation for it.
-    Please consult the pages linked above for further information.</P
+>&#13;        You can change how much depth to show, and you can hide resolved bugs
+        from this page. You can also collaps/expand dependencies for
+        each bug on the tree view, using the [-]/[+] buttons that appear
+        before its summary. This option is not available for terminal
+        bugs in the tree (that don't have further dependencies).
+      </P
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H2
 CLASS="section"
 ><A
-NAME="svn"
->5.6.4. Subversion</A
-></H3
+NAME="userpreferences"
+>5.9. User Preferences</A
+></H2
 ><P
->Subversion is a free/open-source version control system,
-     designed to overcome various limitations of CVS. Integration of
-     Subversion with Bugzilla is possible using Scmbug, a system
-     providing generic integration of Source Code Configuration
-     Management with Bugtracking. Scmbug is available at <A
-HREF="http://freshmeat.net/projects/scmbug/"
-TARGET="_top"
->http://freshmeat.net/projects/scmbug/</A
->.</P
-></DIV
+>Once you have logged in, you can customise various aspects of
+    Bugzilla via the "Edit prefs" link in the page footer.
+    The preferences are split into three tabs:</P
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="tinderbox"
->5.6.5. Tinderbox/Tinderbox2</A
+NAME="accountpreferences"
+>5.9.1. Account Preferences</A
 ></H3
 ><P
->Tinderbox is a continuous-build system which can integrate with
-    Bugzilla - see
-    <A
-HREF="http://www.mozilla.org/projects/tinderbox"
-TARGET="_top"
->http://www.mozilla.org/projects/tinderbox</A
-> for details
-    of Tinderbox, and 
-    <A
-HREF="http://tinderbox.mozilla.org/showbuilds.cgi"
-TARGET="_top"
->http://tinderbox.mozilla.org/showbuilds.cgi</A
-> to see it
-    in action.</P
-></DIV
-></DIV
-></DIV
-><DIV
-CLASS="chapter"
-><HR><H1
-><A
-NAME="using"
-></A
->Chapter 6. Using Bugzilla</H1
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="using-intro"
->6.1. Introduction</A
-></H2
-><P
->This section contains information for end-users of Bugzilla.  There
-    is a Bugzilla test installation, called
-    <A
-HREF="http://landfill.bugzilla.org/"
-TARGET="_top"
->Landfill</A
->, which you are
-    welcome to play with (if it's up). However, not all of the Bugzilla
-    installations there will necessarily have all Bugzilla features enabled,
-    and different installations run different versions, so some things may not
-    quite work as this document describes.</P
+>On this tab, you can change your basic account information,
+      including your password, email address and real name. For security
+      reasons, in order to change anything on this page you must type your
+      <EM
+>current</EM
+>
+      password into the
+      <SPAN
+CLASS="QUOTE"
+>"Password"</SPAN
+>
+      field at the top of the page.
+      If you attempt to change your email address, a confirmation
+      email is sent to both the old and new addresses, with a link to use to
+      confirm the change. This helps to prevent account hijacking.</P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="myaccount"
->6.2. Create a Bugzilla Account</A
-></H2
+NAME="generalpreferences"
+>5.9.2. General Preferences</A
+></H3
 ><P
->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: 
-    <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/"
-TARGET="_top"
->http://landfill.bugzilla.org/bugzilla-tip/</A
->.
-    </P
+>&#13;        This tab allows you to change several Bugzilla behavior.
+      </P
 ><P
 ></P
-><OL
-TYPE="1"
+><UL
+COMPACT="COMPACT"
 ><LI
 ><P
->Click the 
-        <SPAN
-CLASS="QUOTE"
->"Open a new Bugzilla account"</SPAN
->
-
-        link, enter your email address and, optionally, your name in the
-        spaces provided, then click 
-        <SPAN
-CLASS="QUOTE"
->"Create Account"</SPAN
->
-
-        .</P
+>&#13;            Field separator character for CSV files -
+            This controls separator character used in CSV formatted Bug List.
+          </P
 ></LI
 ><LI
 ><P
->Within moments, you should receive an email to the address
-        you provided, which contains your login name (generally the
-        same as the email address), and a password. 
-        This password is randomly generated, but can be
-        changed to something more memorable.</P
+>&#13;            After changing bugs - This controls which bugs or no bugs
+            are shown in the page after you changed bugs.
+            You can select the bug you've changed this time, or the next
+            bug of the list.
+          </P
 ></LI
 ><LI
 ><P
->Click the 
-        <SPAN
-CLASS="QUOTE"
->"Log In"</SPAN
->
-        link in the footer at the bottom of the page in your browser,
-        enter your email address and password into the spaces provided, and
-        click 
-        <SPAN
-CLASS="QUOTE"
->"Login"</SPAN
->.
-        </P
-></LI
-></OL
-><P
->You are now logged in. Bugzilla uses cookies to remember you are
-    logged in so, unless you have cookies disabled or your IP address changes, 
-    you should not have to log in again.</P
-></DIV
-><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="bug_page"
->6.3. Anatomy of a Bug</A
-></H2
-><P
->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"
-TARGET="_top"
->&#13;    Bug 1 on Landfill</A
->
-
-    is a good example. Note that the labels for most fields are hyperlinks;
-    clicking them will take you to context-sensitive help on that
-    particular field. Fields marked * may not be present on every
-    installation of Bugzilla.</P
-><P
-></P
-><OL
-TYPE="1"
+>&#13;            Add individual bugs to saved searches - this controls
+            whether you can add individual bugs to saved searches
+            or you can't.
+          </P
+></LI
 ><LI
 ><P
->&#13;        <EM
->Product and Component</EM
->: 
-        Bugs are divided up by Product and Component, with a Product
-        having one or more Components in it. For example,
-        bugzilla.mozilla.org's "Bugzilla" Product is composed of several
-        Components: 
-        <P
+>&#13;            When viewing a bug, show comments in this order -
+            This controls the order of comments, you can select below:
+            <P
 ></P
 ><TABLE
 BORDER="0"
 ><TBODY
 ><TR
 ><TD
->&#13;        <EM
->Administration:</EM
->
-        Administration of a Bugzilla installation.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Bugzilla-General:</EM
->
-        Anything that doesn't fit in the other components, or spans
-        multiple components.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Creating/Changing Bugs:</EM
->
-        Creating, changing, and viewing bugs.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Documentation:</EM
->
-        The Bugzilla documentation, including The Bugzilla Guide.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Email:</EM
->
-        Anything to do with email sent by Bugzilla.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Installation:</EM
->
-        The installation process of Bugzilla.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Query/Buglist:</EM
->
-        Anything to do with searching for bugs and viewing the
-        buglists.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Reporting/Charting:</EM
->
-        Getting reports from Bugzilla.</TD
+>Initial description, comment 1, comment 2, ...</TD
 ></TR
 ><TR
 ><TD
->&#13;        <EM
->User Accounts:</EM
->
-        Anything about managing a user account from the user's perspective.
-        Saved queries, creating accounts, changing passwords, logging in,
-        etc.</TD
+>Initial description, last comment, ..., comment 2, comment 1.</TD
 ></TR
 ><TR
 ><TD
->&#13;        <EM
->User Interface:</EM
->
-        General issues having to do with the user interface cosmetics (not
-        functionality) including cosmetic issues, HTML templates,
-        etc.</TD
+>Initial last comment, ..., comment 2, comment 1, description.</TD
 ></TR
 ></TBODY
 ></TABLE
 ><P
 ></P
 >
-        </P
+          </P
 ></LI
 ><LI
 ><P
->&#13;        <EM
->Status and Resolution:</EM
->
-
-        These define exactly what state the bug is in - from not even
-        being confirmed as a bug, through to being fixed and the fix
-        confirmed by Quality Assurance. The different possible values for
-        Status and Resolution on your installation should be documented in the
-        context-sensitive help for those items.</P
+>&#13;            Show a quip at the top of each bug list - This controls
+            whether a quip will be shown on the Bug list page or not.
+          </P
 ></LI
-><LI
+></UL
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="emailpreferences"
+>5.9.3. Email Preferences</A
+></H3
 ><P
->&#13;        <EM
->Assigned To:</EM
->
-        The person responsible for fixing the bug.</P
-></LI
-><LI
+>&#13;        This tab controls the amount of email Bugzilla sends you.
+      </P
 ><P
->&#13;        <EM
->*URL:</EM
->
-        A URL associated with the bug, if any.</P
-></LI
-><LI
+>&#13;        The first item on this page is marked <SPAN
+CLASS="QUOTE"
+>"Users to watch"</SPAN
+>.
+        When you enter one or more comma-delineated user accounts (usually email
+        addresses) into the text entry box, you will receive a copy of all the
+        bugmail those users are sent (security settings permitting).
+        This powerful functionality enables seamless transitions as developers
+        change projects or users go on holiday.
+      </P
+><DIV
+CLASS="note"
 ><P
->&#13;        <EM
->Summary:</EM
->
-        A one-sentence summary of the problem.</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;        <EM
->*Status Whiteboard:</EM
->
-        (a.k.a. Whiteboard) A free-form text area for adding short notes
-        and tags to a bug.</P
-></LI
-><LI
+>&#13;          The ability to watch other users may not be available in all
+          Bugzilla installations. If you don't see this feature, and feel
+          that you need it, speak to your administrator.
+        </P
+></TD
+></TR
+></TABLE
+></DIV
 ><P
->&#13;        <EM
->*Keywords:</EM
->
-        The administrator can define keywords which you can use to tag and
-        categorise bugs - e.g. The Mozilla Project has keywords like crash
-        and regression.</P
-></LI
-><LI
+>&#13;        Each user listed in the <SPAN
+CLASS="QUOTE"
+>"Users watching you"</SPAN
+> field
+        has you listed in their <SPAN
+CLASS="QUOTE"
+>"Users to watch"</SPAN
+> list
+        and can get bugmail according to your relationship to the bug and
+        their <SPAN
+CLASS="QUOTE"
+>"Field/recipient specific options"</SPAN
+> setting.
+      </P
 ><P
->&#13;        <EM
->Platform and OS:</EM
->
-        These indicate the computing environment where the bug was
-        found.</P
-></LI
-><LI
+>&#13;        In general, users have almost complete control over how much (or
+        how little) email Bugzilla sends them. If you want to receive the
+        maximum amount of email possible, click the <SPAN
+CLASS="QUOTE"
+>"Enable All 
+        Mail"</SPAN
+> button. If you don't want to receive any email from
+        Bugzilla at all, click the <SPAN
+CLASS="QUOTE"
+>"Disable All Mail"</SPAN
+> button.
+      </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;          Your Bugzilla administrator can stop a user from receiving
+          bugmail by adding the user's name to the 
+          <TT
+CLASS="filename"
+>data/nomail</TT
+> file. This is a drastic step
+          best taken only for disabled accounts, as it overrides 
+          the user's individual mail preferences.
+        </P
+></TD
+></TR
+></TABLE
+></DIV
+><P
+>&#13;        If you'd like to set your bugmail to something besides
+        'Completely ON' and 'Completely OFF', the
+        <SPAN
+CLASS="QUOTE"
+>"Field/recipient specific options"</SPAN
+> table
+        allows you to do just that. The rows of the table
+        define events that can happen to a bug -- things like
+        attachments being added, new comments being made, the
+        priority changing, etc. The columns in the table define
+        your relationship with the bug:
+      </P
 ><P
->&#13;        <EM
->Version:</EM
->
-        The "Version" field is usually used for versions of a product which
-        have been released, and is set to indicate which versions of a
-        Component have the particular problem the bug report is
-        about.</P
-></LI
+></P
+><UL
+COMPACT="COMPACT"
 ><LI
 ><P
->&#13;        <EM
->Priority:</EM
->
-        The bug assignee uses this field to prioritise his or her bugs.
-        It's a good idea not to change this on other people's bugs.</P
+>&#13;            Reporter - Where you are the person who initially
+            reported the bug. Your name/account appears in the
+            <SPAN
+CLASS="QUOTE"
+>"Reporter:"</SPAN
+> field.
+          </P
 ></LI
 ><LI
 ><P
->&#13;        <EM
->Severity:</EM
+>&#13;            Assignee - Where you are the person who has been
+            designated as the one responsible for the bug. Your
+            name/account appears in the <SPAN
+CLASS="QUOTE"
+>"Assigned To:"</SPAN
 >
-        This indicates how severe the problem is - from blocker
-        ("application unusable") to trivial ("minor cosmetic issue"). You
-        can also use this field to indicate whether a bug is an enhancement
-        request.</P
+            field of the bug.
+          </P
 ></LI
 ><LI
 ><P
->&#13;        <EM
->*Target:</EM
->
-        (a.k.a. Target Milestone) A future version by which the bug is to
-        be fixed. e.g. The Bugzilla Project's milestones for future
-        Bugzilla versions are 2.18, 2.20, 3.0, etc. Milestones are not
-        restricted to numbers, thought - you can use any text strings, such
-        as dates.</P
+>&#13;            QA Contact - You are one of the designated
+            QA Contacts for the bug. Your account appears in the 
+            <SPAN
+CLASS="QUOTE"
+>"QA Contact:"</SPAN
+> text-box of the bug.
+          </P
 ></LI
 ><LI
 ><P
->&#13;        <EM
->Reporter:</EM
->
-        The person who filed the bug.</P
+>&#13;            CC - You are on the list CC List for the bug.
+            Your account appears in the <SPAN
+CLASS="QUOTE"
+>"CC:"</SPAN
+> text box
+            of the bug.
+          </P
 ></LI
 ><LI
 ><P
->&#13;        <EM
->CC list:</EM
->
-        A list of people who get mail when the bug changes.</P
+>&#13;            Voter - You have placed one or more votes for the bug.
+            Your account appears only if someone clicks on the 
+            <SPAN
+CLASS="QUOTE"
+>"Show votes for this bug"</SPAN
+> link on the bug.
+          </P
 ></LI
-><LI
+></UL
+><DIV
+CLASS="note"
 ><P
->&#13;        <EM
->*Time Tracking:</EM
->
-        This form can be used for time tracking.
-        To use this feature, you have to be blessed group membership
-        specified by the <SPAN
-CLASS="QUOTE"
->"timetrackinggroup"</SPAN
-> parameter.
-        <P
 ></P
 ><TABLE
+CLASS="note"
+WIDTH="100%"
 BORDER="0"
-><TBODY
-><TR
-><TD
->&#13;        <EM
->Orig. Est.:</EM
->
-        This field shows the original estimated time.</TD
-></TR
 ><TR
 ><TD
->&#13;        <EM
->Current Est.:</EM
->
-        This field shows the current estimated time.
-        This number is calculated from <SPAN
-CLASS="QUOTE"
->"Hours Worked"</SPAN
->
-        and <SPAN
-CLASS="QUOTE"
->"Hours Left"</SPAN
->.</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
 ><TD
->&#13;        <EM
->Hours Worked:</EM
->
-        This field shows the number of hours worked.</TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          Some columns may not be visible for your installation, depending
+          on your site's configuration.
+        </P
+></TD
 ></TR
-><TR
-><TD
->&#13;        <EM
->Hours Left:</EM
->
-        This field shows the <SPAN
+></TABLE
+></DIV
+><P
+>&#13;        To fine-tune your bugmail, decide the events for which you want
+        to receive bugmail; then decide if you want to receive it all
+        the time (enable the checkbox for every column), or only when
+        you have a certain relationship with a bug (enable the checkbox
+        only for those columns). For example: if you didn't want to
+        receive mail when someone added themselves to the CC list, you
+        could uncheck all the boxes in the <SPAN
 CLASS="QUOTE"
->"Current Est."</SPAN
-> -
-        <SPAN
+>"CC Field Changes"</SPAN
+>
+        line. As another example, if you never wanted to receive email
+        on bugs you reported unless the bug was resolved, you would
+        un-check all boxes in the <SPAN
 CLASS="QUOTE"
->"Hours Worked"</SPAN
->.
-        This value + <SPAN
+>"Reporter"</SPAN
+> column
+        except for the one on the <SPAN
 CLASS="QUOTE"
->"Hours Worked"</SPAN
-> will become the
-        new Current Est.</TD
-></TR
+>"The bug is resolved or
+        verified"</SPAN
+> row.
+      </P
+><DIV
+CLASS="note"
+><P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
->&#13;        <EM
->%Complete:</EM
->
-        This field shows what percentage of the task is complete.</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
 ><TD
->&#13;        <EM
->Gain:</EM
->
-        This field shows the number of hours that the bug is ahead of the
-        <SPAN
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          Bugzilla adds the <SPAN
 CLASS="QUOTE"
->"Orig. Est."</SPAN
->.</TD
-></TR
-><TR
-><TD
->&#13;        <EM
->Deadline:</EM
->
-        This field shows the deadline for this bug.</TD
+>"X-Bugzilla-Reason"</SPAN
+> header to
+          all bugmail it sends, describing the recipient's relationship
+          (AssignedTo, Reporter, QAContact, CC, or Voter) to the bug.
+          This header can be used to do further client-side filtering.
+        </P
+></TD
 ></TR
-></TBODY
 ></TABLE
+></DIV
 ><P
-></P
->
-        </P
-></LI
-><LI
-><P
->&#13;        <EM
->Attachments:</EM
->
-          You can attach files (e.g. testcases or patches) to bugs. If there
-          are any attachments, they are listed in this section.  Attachments are
-          normally stored in the Bugzilla database, unless they are marked as
-          Big Files, which are stored directly on disk and (unlike attachments
-          kept in the database) may be deleted at some future time.
-        </P
-></LI
-><LI
-><P
->&#13;        <EM
->*Dependencies:</EM
->
-        If this bug cannot be fixed unless other bugs are fixed (depends
-        on), or this bug stops other bugs being fixed (blocks), their
-        numbers are recorded here.</P
-></LI
-><LI
-><P
->&#13;        <EM
->*Votes:</EM
->
-        Whether this bug has any votes.</P
-></LI
-><LI
+>&#13;        Two items not in the table (<SPAN
+CLASS="QUOTE"
+>"Email me when someone
+        asks me to set a flag"</SPAN
+> and <SPAN
+CLASS="QUOTE"
+>"Email me when someone
+        sets a flag I asked for"</SPAN
+>) define how you want to
+        receive bugmail with regards to flags. Their use is quite
+        straightforward; enable the checkboxes if you want Bugzilla to
+        send you mail under either of the above conditions.
+      </P
 ><P
->&#13;        <EM
->Additional Comments:</EM
->
-        You can add your two cents to the bug discussion here, if you have
-        something worthwhile to say.</P
-></LI
-></OL
+>&#13;        By default, Bugzilla sends out email regardless of who made the
+        change... even if you were the one responsible for generating
+        the email in the first place. If you don't care to receive bugmail
+        from your own changes, check the box marked <SPAN
+CLASS="QUOTE"
+>"Only email me
+        reports of changes made by other people"</SPAN
+>.
+      </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="lifecycle"
->6.4. Life Cycle of a Bug</A
-></H2
-><P
->&#13;      The life cycle, also known as work flow, of a bug is currently hardcoded
-      into Bugzilla. <A
-HREF="#lifecycle-image"
->Figure 6-1</A
-> contains a graphical
-      repsentation of this life cycle. If you wish to customize this image for
-      your site, the <A
-HREF="../images/bzLifecycle.xml"
-TARGET="_top"
->diagram file</A
->
-      is available in <A
-HREF="http://www.gnome.org/projects/dia"
-TARGET="_top"
->Dia's</A
->
-      native XML format.
-    </P
-><DIV
-CLASS="figure"
-><A
-NAME="lifecycle-image"
-></A
-><P
-><B
->Figure 6-1. Lifecycle of a Bugzilla Bug</B
-></P
-><DIV
-CLASS="mediaobject"
+NAME="permissionsettings"
+>5.9.4. Permissions</A
+></H3
 ><P
-><IMG
-SRC="../images/bzLifecycle.png"></P
-></DIV
+>This is a purely informative page which outlines your current
+      permissions on this installation of Bugzilla - what product groups you
+      are in, and whether you can edit bugs or perform various administration
+      functions.</P
 ></DIV
 ></DIV
 ><DIV
@@ -12540,803 +12548,1070 @@ CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="query"
->6.5. Searching for Bugs</A
+NAME="reporting"
+>5.10. Reports and Charts</A
 ></H2
 ><P
->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: 
-    <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/query.cgi"
-TARGET="_top"
->http://landfill.bugzilla.org/bugzilla-tip/query.cgi</A
->.</P
+>As well as the standard buglist, Bugzilla has two more ways of
+    viewing sets of bugs. These are the reports (which give different
+    views of the current state of the database) and charts (which plot
+    the changes in particular sets of bugs over time.)</P
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="reports"
+>5.10.1. Reports</A
+></H3
 ><P
->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 can be selected. In those cases, Bugzilla
-    returns bugs where the content of the field matches any one of the selected
-    values. If none is selected, then the field can take any value.</P
+>&#13;        A report is a view of the current state of the bug database.
+      </P
 ><P
->&#13;      Once you've run a search, you can save it as a Saved Search, which
-      appears in the page footer.
-      On the Saved Searches tab of your User Preferences page (the Prefs link
-      in Bugzilla's footer), members of the group defined in the
-      querysharegroup parameter can share such Saved Searches with user groups
-      so that other users may use them.
-      At the same place, you can see Saved Searches other users are sharing, and
-      have them show up in your personal Bugzilla footer along with your own
-      Saved Searches.
-      If somebody is sharing a Search with a group she or he is allowed to
-      <A
-HREF="#groups"
->assign users to</A
->, it will show up in the
-      group's direct members' footers by default.
-    </P
+>&#13;        You can run either an HTML-table-based report, or a graphical
+        line/pie/bar-chart-based one. The two have different pages to
+        define them, but are close cousins - once you've defined and
+        viewed a report, you can switch between any of the different
+        views of the data at will.
+      </P
+><P
+>&#13;        Both report types are based on the idea of defining a set of bugs
+        using the standard search interface, and then choosing some
+        aspect of that set to plot on the horizontal and/or vertical axes.
+        You can also get a form of 3-dimensional report by choosing to have
+        multiple images or tables.
+      </P
+><P
+>&#13;        So, for example, you could use the search form to choose "all
+        bugs in the WorldControl product", and then plot their severity
+        against their component to see which component had had the largest
+        number of bad bugs reported against it. 
+      </P
+><P
+>&#13;        Once you've defined your parameters and hit "Generate Report",
+        you can switch between HTML, CSV, Bar, Line and Pie. (Note: Pie
+        is only available if you didn't define a vertical axis, as pie
+        charts don't have one.) The other controls are fairly self-explanatory;
+        you can change the size of the image if you find text is overwriting
+        other text, or the bars are too thin to see.
+      </P
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="boolean"
->6.5.1. Boolean Charts</A
+NAME="charts"
+>5.10.2. Charts</A
 ></H3
 ><P
->&#13;        Highly advanced querying is done using Boolean Charts.
+>&#13;        A chart is a view of the state of the bug database over time.
       </P
 ><P
->&#13;        The boolean charts further restrict the set of results
-        returned by a query. It is possible to search for bugs
-        based on elaborate combinations of criteria.
+>&#13;        Bugzilla currently has two charting systems - Old Charts and New 
+        Charts. Old Charts have been part of Bugzilla for a long time; they
+        chart each status and resolution for each product, and that's all.
+        They are deprecated, and going away soon - we won't say any more 
+        about them.
+        New Charts are the future - they allow you to chart anything you
+        can define as a search.
       </P
+><DIV
+CLASS="note"
 ><P
->&#13;        The simplest boolean searches have only one term. These searches
-        permit the selected left <EM
->field</EM
->
-        to be compared using a
-        selectable <EM
->operator</EM
-> to a
-        specified <EM
->value.</EM
->
-        Using the "And," "Or," and "Add Another Boolean Chart" buttons, 
-        additional terms can be included in the query, further
-        altering the list of bugs returned by the query.
+></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;          Both charting forms require the administrator to set up the
+          data-gathering script. If you can't see any charts, ask them whether
+          they have done so.
+        </P
+></TD
+></TR
+></TABLE
+></DIV
+><P
+>&#13;        An individual line on a chart is called a data set.
+        All data sets are organised into categories and subcategories. The 
+        data sets that Bugzilla defines automatically use the Product name 
+        as a Category and Component names as Subcategories, but there is no 
+        need for you to follow that naming scheme with your own charts if 
+        you don't want to.
       </P
 ><P
->&#13;        There are three fields in each row of a boolean search. 
+>&#13;        Data sets may be public or private. Everyone sees public data sets in
+        the list, but only their creator sees private data sets. Only 
+        administrators can make data sets public.
+        No two data sets, even two private ones, can have the same set of 
+        category, subcategory and name. So if you are creating private data 
+        sets, one idea is to have the Category be your username.
       </P
+><DIV
+CLASS="section"
+><HR><H4
+CLASS="section"
+><A
+NAME="AEN2490"
+>5.10.2.1. Creating Charts</A
+></H4
 ><P
-></P
-><UL
-><LI
+>&#13;          You create a chart by selecting a number of data sets from the
+          list, and pressing Add To List for each. In the List Of Data Sets
+          To Plot, you can define the label that data set will have in the
+          chart's legend, and also ask Bugzilla to Sum a number of data sets 
+          (e.g. you could Sum data sets representing RESOLVED, VERIFIED and 
+          CLOSED in a particular product to get a data set representing all 
+          the resolved bugs in that product.)
+        </P
 ><P
->&#13;            <EM
->Field:</EM
->
-            the items being searched 
-          </P
-></LI
-><LI
+>&#13;          If you've erroneously added a data set to the list, select it
+          using the checkbox and click Remove. Once you add more than one 
+          data set, a "Grand Total" line
+          automatically appears at the bottom of the list. If you don't want
+          this, simply remove it as you would remove any other line.
+        </P
 ><P
->&#13;            <EM
->Operator:</EM
->
-            the comparison operator 
-          </P
-></LI
-><LI
+>&#13;          You may also choose to plot only over a certain date range, and
+          to cumulate the results - that is, to plot each one using the 
+          previous one as a baseline, so the top line gives a sum of all 
+          the data sets. It's easier to try than to explain :-)
+        </P
 ><P
->&#13;            <EM
->Value:</EM
->
-            the value to which the field is being compared
-          </P
-></LI
-></UL
+>&#13;          Once a data set is in the list, one can also perform certain 
+          actions on it. For example, one can edit the
+          data set's parameters (name, frequency etc.) if it's one you
+          created or if you are an administrator.
+        </P
+><P
+>&#13;           Once you are happy, click Chart This List to see the chart.
+        </P
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H4
 CLASS="section"
 ><A
-NAME="pronouns"
->6.5.1.1. Pronoun Substitution</A
+NAME="AEN2497"
+>5.10.2.2. Creating New Data Sets</A
 ></H4
 ><P
->&#13;          Sometimes, a query needs to compare a field containing
-          a user's ID (such as ReportedBy) with 
-          a user's ID (such as the user running the query or the user
-          to whom each bug is assigned). When the operator is either 
-          "equals" or "notequals", the value can be "%reporter%", 
-          "%assignee%", "%qacontact%", or "%user%."  The user pronoun
-          referes to the user who is executing the query or, in the case
-          of whining reports, the user who will be the recipient
-          of the report. The reporter, assignee, and qacontact
-          pronouns refer to the corresponding fields in the bug.
+>&#13;          You may also create new data sets of your own. To do this,
+          click the "create a new data set" link on the Create Chart page.
+          This takes you to a search-like interface where you can define
+          the search that Bugzilla will plot. At the bottom of the page,
+          you choose the category, sub-category and name of your new
+          data set. 
+        </P
+><P
+>&#13;          If you have sufficient permissions, you can make the data set public,
+          and reduce the frequency of data collection to less than the default
+          seven days.
         </P
 ></DIV
+></DIV
+></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H2
 CLASS="section"
 ><A
-NAME="negation"
->6.5.1.2. Negation</A
-></H4
+NAME="flags"
+>5.11. Flags</A
+></H2
 ><P
->&#13;          At first glance, negation seems redundant. Rather than
-          searching for
-          <A
-NAME="AEN2389"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+>&#13;      A flag is a kind of status that can be set on bugs or attachments
+      to indicate that the bugs/attachments are in a certain state.
+      Each installation can define its own set of flags that can be set
+      on bugs or attachments.
+    </P
 ><P
->&#13;              NOT("summary" "contains the string" "foo"),
-            </P
-></BLOCKQUOTE
->
-          one could search for 
-          <A
-NAME="AEN2391"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+>&#13;      If your installation has defined a flag, you can set or unset that flag,
+      and if your administrator has enabled requesting of flags, you can submit
+      a request for another user to set the flag.
+    </P
 ><P
->&#13;              ("summary" "does not contain the string" "foo").
-            </P
-></BLOCKQUOTE
->
-          However, the search 
-          <A
-NAME="AEN2393"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+>&#13;      To set a flag, select either "+" or "-" from the drop-down menu next to
+      the name of the flag in the "Flags" list.  The meaning of these values are
+      flag-specific and thus cannot be described in this documentation,
+      but by way of example, setting a flag named "review" to "+" may indicate
+      that the bug/attachment has passed review, while setting it to "-"
+      may indicate that the bug/attachment has failed review.
+    </P
 ><P
->&#13;              ("CC" "does not contain the string" "@mozilla.org")
-            </P
-></BLOCKQUOTE
->
-          would find every bug where anyone on the CC list did not contain 
-          "@mozilla.org" while
-          <A
-NAME="AEN2395"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+>&#13;      To unset a flag, click its drop-down menu and select the blank value.
+    </P
 ><P
->&#13;              NOT("CC" "contains the string" "@mozilla.org")
-            </P
-></BLOCKQUOTE
->
-          would find every bug where there was nobody on the CC list who
-          did contain the string. Similarly, the use of negation also permits
-          complex expressions to be built using terms OR'd together and then
-          negated. Negation permits queries such as
-          <A
-NAME="AEN2397"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+>&#13;      If your administrator has enabled requests for a flag, request a flag
+      by selecting "?" from the drop-down menu and then entering the username
+      of the user you want to set the flag in the text field next to the menu.
+    </P
 ><P
->&#13;              NOT(("product" "equals" "update") OR 
-            ("component" "equals" "Documentation"))
-            </P
-></BLOCKQUOTE
->
-          to find bugs that are neither 
-          in the update product or in the documentation component or
-          <A
-NAME="AEN2399"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+>&#13;      A set flag appears in bug reports and on "edit attachment" pages with the
+      abbreviated username of the user who set the flag prepended to the
+      flag name. For example, if Jack sets a "review" flag to "+", it appears
+      as Jack: review [ + ]
+    </P
 ><P
->&#13;              NOT(("commenter" "equals" "%assignee%") OR 
-              ("component" "equals" "Documentation"))
-            </P
-></BLOCKQUOTE
->
-          to find non-documentation
-          bugs on which the assignee has never commented.
-        </P
+>&#13;      A requested flag appears with the user who requested the flag prepended
+      to the flag name and the user who has been requested to set the flag
+      appended to the flag name within parentheses.  For example, if Jack
+      asks Jill for review, it appears as Jack: review [ ? ] (Jill).
+    </P
+><P
+>&#13;      You can browse through open requests made of you and by you by selecting
+      'My Requests' from the footer. You can also look at open requests limited
+      by other requesters, requestees, products, components, and flag names from
+      this page. Note that you can use '-' for requestee to specify flags with
+      'no requestee' set.
+    </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="whining"
+>5.12. Whining</A
+></H2
+><P
+>&#13;      Whining is a feature in Bugzilla that can regularly annoy users at 
+      specified times.  Using this feature, users can execute saved searches 
+      at specific times (i.e. the 15th of the month at midnight) or at 
+      regular intervals (i.e. every 15 minutes on Sundays).  The results of the
+      searches are sent to the user, either as a single email or as one email 
+      per bug, along with some descriptive text.
+    </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;        Throughout this section it will be assumed that all users are members 
+        of the bz_canusewhines group, membership in which is required in order 
+        to use the Whining system.  You can easily make all users members of 
+        the bz_canusewhines group by setting the User RegExp to ".*" (without 
+        the quotes).
+      </P
+><P
+>&#13;        Also worth noting is the bz_canusewhineatothers group.  Members of this
+        group can create whines for any user or group in Bugzilla using a 
+        extended form of the whining interface.  Features only available to 
+        members of the bz_canusewhineatothers group will be noted in the 
+        appropriate places.
+      </P
+></TD
+></TR
+></TABLE
+></DIV
+><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;        For whining to work, a special Perl script must be executed at regular
+        intervals.  More information on this is available in 
+        <A
+HREF="#installation-whining"
+>Section 2.3.4</A
+>.
+      </P
+></TD
+></TR
+></TABLE
+></DIV
+><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 section does not cover the whineatnews.pl script.  See
+        <A
+HREF="#installation-whining-cron"
+>Section 2.3.3</A
+> for more information on 
+        The Whining Cron.
+      </P
+></TD
+></TR
+></TABLE
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H4
+><HR><H3
 CLASS="section"
 ><A
-NAME="multiplecharts"
->6.5.1.3. Multiple Charts</A
-></H4
-><P
->&#13;          The terms within a single row of a boolean chart are all
-          constraints on a single piece of data. If you are looking for
-          a bug that has two different people cc'd on it, then you need 
-          to use two boolean charts. A search for
-          <A
-NAME="AEN2404"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+NAME="whining-overview"
+>5.12.1. The Event</A
+></H3
 ><P
->&#13;              ("cc" "contains the string" "foo@") AND
-              ("cc" "contains the string" "@mozilla.org")
-            </P
-></BLOCKQUOTE
->
-          would return only bugs with "foo@mozilla.org" on the cc list.
-          If you wanted bugs where there is someone on the cc list
-          containing "foo@" and someone else containing "@mozilla.org",
-          then you would need two boolean charts.
-          <A
-NAME="AEN2406"
-></A
-><BLOCKQUOTE
-CLASS="BLOCKQUOTE"
+>&#13;        The whining system defines an "Event" as one or more queries being 
+        executed at regular intervals, with the results of said queries (if
+        there are any) being emailed to the user.  Events are created by 
+        clicking on the "Add new event" button.
+      </P
 ><P
->&#13;              First chart: ("cc" "contains the string" "foo@")
-            </P
+>&#13;        Once a new event is created, the first thing to set is the "Email 
+        subject line".  The contents of this field will be used in the subject
+        line of every email generated by this event.  In addition to setting a 
+        subject, space is provided to enter some descriptive text that will be 
+        included at the top of each message (to help you in understanding why 
+        you received the email in the first place).
+      </P
 ><P
->&#13;              Second chart: ("cc" "contains the string" "@mozilla.org")
-            </P
-></BLOCKQUOTE
->
-          The bugs listed will be only the bugs where ALL the charts are true.
-        </P
-></DIV
-></DIV
+>&#13;        The next step is to specify when the Event is to be run (the Schedule) 
+        and what searches are to be performed (the Searches).
+      </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="list"
->6.6. Bug Lists</A
-></H2
+NAME="whining-schedule"
+>5.12.2. Whining Schedule</A
+></H3
 ><P
->If you run a search, a list of matching bugs will be returned.
-    </P
+>&#13;         Each whining event is associated with zero or more schedules.  A 
+         schedule is used to specify when the query (specified below) is to be
+         run.  A new event starts out with no schedules (which means it will 
+         never run, as it is not scheduled to run).  To add a schedule, press
+         the "Add a new schedule" button.
+      </P
+><P
+>&#13;         Each schedule includes an interval, which you use to tell Bugzilla 
+         when the event should be run.  An event can be run on certain days of
+         the week, certain days of the month, during weekdays (defined as 
+         Monday through Friday), or every day.
+      </P
+><DIV
+CLASS="warning"
 ><P
->The format of the list is configurable. For example, it can be
-    sorted by clicking the column headings. Other useful features can be
-    accessed using the links at the bottom of the list: 
-    <P
 ></P
 ><TABLE
+CLASS="warning"
+WIDTH="100%"
 BORDER="0"
-><TBODY
-><TR
-><TD
->&#13;      <EM
->Long Format:</EM
->
-
-      this gives you a large page with a non-editable summary of the fields
-      of each bug.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->CSV:</EM
->
-
-      get the buglist as comma-separated values, for import into e.g.
-      a spreadsheet.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->RSS</EM
->
-
-      get the buglist as an RSS 1.0 feed.  Copy this link into your
-      favorite feed reader.  If you are using Firefox, you can also
-      save the list as a live bookmark by clicking the live bookmark
-      icon in the status bar.  To limit the number of bugs in the feed,
-      add a limit=n parameter to the URL.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->iCalendar</EM
->
-
-      Get the buglist as an iCalendar file. Each bug is represented as a 
-      to-do item in the imported calendar.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->Change Columns:</EM
->
-
-      change the bug attributes which appear in the list.</TD
-></TR
 ><TR
 ><TD
->&#13;      <EM
->Change several bugs at once:</EM
->
-
-      If your account is sufficiently empowered, you can make the same
-      change to all the bugs in the list - for example, changing their
-      assignee.</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/warning.gif"
+HSPACE="5"
+ALT="Warning"></TD
 ><TD
->&#13;      <EM
->Send mail to bug assignees:</EM
->
-
-      Sends mail to the assignees of all bugs on the list.</TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          Be careful if you set your event to run on the 29th, 30th, or 31st of
+          the month, as your event may not run exactly when expected.  If you 
+          want your event to run on the last day of the month, select "Last day
+          of the month" as the interval.
+        </P
+></TD
 ></TR
+></TABLE
+></DIV
+><P
+>&#13;        Once you have specified the day(s) on which the event is to be run, you
+        should now specify the time at which the event is to be run.  You can 
+        have the event run at a certain hour on the specified day(s), or 
+        every hour, half-hour, or quarter-hour on the specified day(s).
+      </P
+><P
+>&#13;        If a single schedule does not execute an event as many times as you 
+        would want, you can create another schedule for the same event.  For 
+        example, if you want to run an event on days whose numbers are
+        divisible by seven, you would need to add four schedules to the event,
+        setting the schedules to run on the 7th, 14th, 21st, and 28th (one day 
+        per schedule) at whatever time (or times) you choose.
+      </P
+><DIV
+CLASS="note"
+><P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
->&#13;      <EM
->Edit Search:</EM
->
-
-      If you didn't get exactly the results you were looking for, you can
-      return to the Query page through this link and make small revisions
-      to the query you just made so you get more accurate results.</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
 ><TD
->&#13;      <EM
->Remember Search As:</EM
->
-
-      You can give a search a name and remember it; a link will appear
-      in your page footer giving you quick access to run it again later.
-      </TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          If you are a member of the bz_canusewhineatothers group, then you
+          will be presented with another option: "Mail to".  Using this you 
+          can control who will receive the emails generated by this event.  You
+          can choose to send the emails to a single user (identified by email 
+          address) or a single group (identified by group name).  To send to 
+          multiple users or groups, create a new schedule for each additional 
+          user/group.
+        </P
+></TD
 ></TR
-></TBODY
 ></TABLE
-><P
-></P
->
-    </P
-><P
->&#13;      If you would like to access the bug list from another program 
-      it is often useful to have the list returned in something other
-      than HTML. By adding the ctype=type parameter into the bug list URL
-      you can specify several alternate formats. The supported formats
-      are: Comma Separated Values (ctype=csv), iCalendar (ctype=ics),
-      RDF Site Summary (RSS) 1.0 (ctype=rss), ECMAScript, also known
-      as JavaScript (ctype=js), and finally Resource Description Framework
-      RDF/XML (ctype=rdf).
-    </P
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
+><HR><H3
 CLASS="section"
 ><A
-NAME="bugreports"
->6.7. Filing Bugs</A
-></H2
-><P
->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"
-TARGET="_top"
->&#13;    Bug Writing Guidelines</A
->. 
-    While some of the advice is Mozilla-specific, the basic principles of
-    reporting Reproducible, Specific bugs, isolating the Product you are
-    using, the Version of the Product, the Component which failed, the
-    Hardware Platform, and Operating System you were using at the time of
-    the failure go a long way toward ensuring accurate, responsible fixes
-    for the bug that bit you.</P
-><P
->The procedure for filing a test bug is as follows:</P
-><P
-></P
-><OL
-TYPE="1"
-><LI
-><P
->Go to 
-        <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/"
-TARGET="_top"
->&#13;        Landfill</A
->
-        in your browser and click 
-        <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi"
-TARGET="_top"
->&#13;        Enter a new bug report</A
->.
-        </P
-></LI
-><LI
-><P
->Select a product - any one will do.</P
-></LI
-><LI
-><P
->Fill in the fields. Bugzilla should have made reasonable
-        guesses, based upon your browser, for the "Platform" and "OS"
-        drop-down boxes. If they are wrong, change them.</P
-></LI
-><LI
-><P
->Select "Commit" and send in your bug report.</P
-></LI
-></OL
+NAME="whining-query"
+>5.12.3. Whining Searches</A
+></H3
 ><P
->Try to make sure that everything said in the summary is also 
-      said in the first comment. Summaries are often updated and this will
-      ensure your original information is easily accessible.
+>&#13;        Each whining event is associated with zero or more searches.  A search
+        is any saved search to be run as part of the specified schedule (see
+        above).  You start out without any searches associated with the event
+        (which means that the event will not run, as there will never be any
+        results to return).  To add a search, press the "Include search" button.
       </P
 ><P
->&#13;      You do not need to put "any" or similar strings in the URL field.
-      If there is no specific URL associated with the bug, leave this 
-      field blank.
+>&#13;        The first field to examine in your newly added search is the Sort field.
+        Searches are run, and results included, in the order specified by the
+        Sort field.  Searches with smaller Sort values will run before searches
+        with bigger Sort values.
       </P
 ><P
->If you feel a bug you filed was incorrectly marked as a
-      DUPLICATE of another, please question it in your bug, not      
-      the bug it was duped to. Feel free to CC the person who duped it 
-      if they are not already CCed.
+>&#13;        The next field to examine is the Search field.  This is where you 
+        choose the actual search that is to be run.  Instead of defining search
+        parameters here, you are asked to choose from the list of saved 
+        searches (the same list that appears at the bottom of every Bugzilla 
+        page).  You are only allowed to choose from searches that you have 
+        saved yourself (the default saved search, "My Bugs", is not a valid 
+        choice).  If you do not have any saved searches, you can take this 
+        opportunity to create one (see <A
+HREF="#list"
+>Section 5.5.3</A
+>).
       </P
-></DIV
 ><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="patchviewer"
->6.8. Patch Viewer</A
-></H2
-><P
->Viewing and reviewing patches in Bugzilla is often difficult due to
-    lack of context, improper format and the inherent readability issues that
-    raw patches present.  Patch Viewer is an enhancement to Bugzilla designed
-    to fix that by offering increased context, linking to sections, and
-    integrating with Bonsai, LXR and CVS.</P
-><P
->Patch viewer allows you to:</P
+CLASS="note"
 ><P
 ></P
 ><TABLE
+CLASS="note"
+WIDTH="100%"
 BORDER="0"
-><TBODY
 ><TR
 ><TD
->View patches in color, with side-by-side view rather than trying
-      to interpret the contents of the patch.</TD
-></TR
-><TR
-><TD
->See the difference between two patches.</TD
-></TR
-><TR
-><TD
->Get more context in a patch.</TD
-></TR
-><TR
-><TD
->Collapse and expand sections of a patch for easy
-      reading.</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
 ><TD
->Link to a particular section of a patch for discussion or
-      review</TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          When running queries, the whining system acts as if you are the user
+          executing the query.  This means that the whining system will ignore
+          bugs that match your query, but that you can not access.
+        </P
+></TD
 ></TR
+></TABLE
+></DIV
+><P
+>&#13;        Once you have chosen the saved search to be executed, give the query a 
+        descriptive title.  This title will appear in the email, above the 
+        results of the query.  If you choose "One message per bug", the query 
+        title will appear at the top of each email that contains a bug matching
+        your query.
+      </P
+><P
+>&#13;        Finally, decide if the results of the query should be sent in a single
+        email, or if each bug should appear in its own email.
+      </P
+><DIV
+CLASS="warning"
+><P
+></P
+><TABLE
+CLASS="warning"
+WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
->Go to Bonsai or LXR to see more context, blame, and
-      cross-references for the part of the patch you are looking at</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/warning.gif"
+HSPACE="5"
+ALT="Warning"></TD
 ><TD
->Create a rawtext unified format diff out of any patch, no
-      matter what format it came from</TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          Think carefully before checking the "One message per bug" box.  If
+          you create a query that matches thousands of bugs, you will receive 
+          thousands of emails!
+        </P
+></TD
 ></TR
-></TBODY
 ></TABLE
-><P
-></P
+></DIV
+></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="patchviewer_view"
->6.8.1. Viewing Patches in Patch Viewer</A
+NAME="AEN2550"
+>5.12.4. Saving Your Changes</A
 ></H3
 ><P
->The main way to view a patch in patch viewer is to click on the
-      "Diff" link next to a patch in the Attachments list on a bug. You may
-      also do this within the edit window by clicking the "View Attachment As
-      Diff" button in the Edit Attachment screen.</P
-></DIV
+>&#13;        Once you have defined at least one schedule, and created at least one 
+        query, go ahead and "Update/Commit".  This will save your Event and make
+        it available for immediate execution.
+      </P
 ><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="patchviewer_diff"
->6.8.2. Seeing the Difference Between Two Patches</A
-></H3
+CLASS="note"
 ><P
->To see the difference between two patches, you must first view the
-      newer patch in Patch Viewer.  Then select the older patch from the
-      dropdown at the top of the page ("Differences between [dropdown] and
-      this patch") and click the "Diff" button. This will show you what
-      is new or changed in the newer patch.</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 you ever feel like deleting your event, you may do so using the 
+          "Remove Event" button in the upper-right corner of each Event.  You 
+          can also modify an existing event, so long as you "Update/Commit" 
+          after completing your modifications.
+        </P
+></TD
+></TR
+></TABLE
+></DIV
+></DIV
+></DIV
 ></DIV
 ><DIV
+CLASS="chapter"
+><HR><H1
+><A
+NAME="customization"
+></A
+>Chapter 6. Customising Bugzilla</H1
+><DIV
 CLASS="section"
-><HR><H3
+><H2
 CLASS="section"
 ><A
-NAME="patchviewer_context"
->6.8.3. Getting More Context in a Patch</A
-></H3
+NAME="cust-skins"
+>6.1. Custom Skins</A
+></H2
 ><P
->To get more context in a patch, you put a number in the textbox at
-      the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
-      This will give you that many lines of context before and after each
-      change. Alternatively, you can click on the "File" link there and it
-      will show each change in the full context of the file. This feature only
-      works against files that were diffed using "cvs diff".</P
+>&#13;      Bugzilla allows you to have multiple skins. These are custom CSS and possibly
+      also custom images for Bugzilla. To create a new custom skin, you have two
+      choices:
+      <P
+></P
+><UL
+><LI
+><P
+>&#13;            Make a single CSS file, and put it in the 
+            <TT
+CLASS="filename"
+>skins/contrib</TT
+> directory.
+          </P
+></LI
+><LI
+><P
+>&#13;            Make a directory that contains all the same CSS file
+            names as <TT
+CLASS="filename"
+>skins/standard/</TT
+>, and put
+            your directory in <TT
+CLASS="filename"
+>skins/contrib/</TT
+>.
+          </P
+></LI
+></UL
+>
+    </P
+><P
+>&#13;      After you put the file or the directory there, make sure to run checksetup.pl
+      so that it can reset the file permissions correctly.
+    </P
+><P
+>&#13;      After you have installed the new skin, it will show up as an option in the
+      user's General Preferences. If you would like to force a particular skin on all
+      users, just select it in the Default Preferences and then uncheck "Enabled" on
+      the preference.
+    </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H2
 CLASS="section"
 ><A
-NAME="patchviewer_collapse"
->6.8.4. Collapsing and Expanding Sections of a Patch</A
-></H3
+NAME="cust-templates"
+>6.2. Template Customization</A
+></H2
 ><P
->To view only a certain set of files in a patch (for example, if a
-      patch is absolutely huge and you want to only review part of it at a
-      time), you can click the "(+)" and "(-)" links next to each file (to
-      expand it or collapse it). If you want to collapse all files or expand
-      all files, you can click the "Collapse All" and "Expand All" links at the
-      top of the page.</P
-></DIV
+>&#13;      Administrators can configure the look and feel of Bugzilla without
+      having to edit Perl files or face the nightmare of massive merge
+      conflicts when they upgrade to a newer version in the future.
+    </P
+><P
+>&#13;      Templatization also makes localized versions of Bugzilla possible, 
+      for the first time. It's possible to have Bugzilla's UI language 
+      determined by the user's browser. More information is available in
+      <A
+HREF="#template-http-accept"
+>Section 6.2.6</A
+>.
+    </P
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="patchviewer_link"
->6.8.5. Linking to a Section of a Patch</A
+NAME="template-directory"
+>6.2.1. Template Directory Structure</A
 ></H3
 ><P
->To link to a section of a patch (for example, if you want to be
-      able to give someone a URL to show them which part you are talking
-      about) you simply click the "Link Here" link on the section header. The
-      resulting URL can be copied and used in discussion. (Copy Link
-      Location in Mozilla works as well.)</P
+>&#13;        The template directory structure starts with top level directory 
+        named <TT
+CLASS="filename"
+>template</TT
+>, which contains a directory
+        for each installed localization. The next level defines the
+        language used in the templates. Bugzilla comes with English
+        templates, so the directory name is <TT
+CLASS="filename"
+>en</TT
+>,
+        and we will discuss <TT
+CLASS="filename"
+>template/en</TT
+> throughout
+        the documentation. Below <TT
+CLASS="filename"
+>template/en</TT
+> is the
+        <TT
+CLASS="filename"
+>default</TT
+> directory, which contains all the
+        standard templates shipped with Bugzilla.
+      </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;          A directory <TT
+CLASS="filename"
+>data/templates</TT
+> also exists;
+          this is where Template Toolkit puts the compiled versions of
+          the templates from either the default or custom directories.
+          <EM
+>Do not</EM
+> directly edit the files in this
+          directory, or all your changes will be lost the next time
+          Template Toolkit recompiles the templates.
+        </P
+></TD
+></TR
+></TABLE
 ></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="patchviewer_bonsai_lxr"
->6.8.6. Going to Bonsai and LXR</A
-></H3
-><P
->To go to Bonsai to get blame for the lines you are interested in,
-      you can click the "Lines XX-YY" link on the section header you are
-      interested in. This works even if the patch is against an old
-      version of the file, since Bonsai stores all versions of the file.</P
-><P
->To go to LXR, you click on the filename on the file header
-      (unfortunately, since LXR only does the most recent version, line
-      numbers are likely to rot).</P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="patchviewer_unified_diff"
->6.8.7. Creating a Unified Diff</A
+NAME="template-method"
+>6.2.2. Choosing a Customization Method</A
 ></H3
 ><P
->If the patch is not in a format that you like, you can turn it
-      into a unified diff format by clicking the "Raw Unified" link at the top
-      of the page.</P
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="hintsandtips"
->6.9. Hints and Tips</A
-></H2
+>&#13;        If you want to edit Bugzilla's templates, the first decision
+        you must make is how you want to go about doing so. There are two
+        choices, and which you use depends mainly on the scope of your 
+        modifications, and the method you plan to use to upgrade Bugzilla.
+      </P
 ><P
->This section distills some Bugzilla tips and best practices
-    that have been developed.</P
+>&#13;        The first method of making customizations is to directly edit the
+        templates found in <TT
+CLASS="filename"
+>template/en/default</TT
+>.
+        This is probably the best way to go about it if you are going to
+        be upgrading Bugzilla through CVS, because if you then execute
+        a <B
+CLASS="command"
+>cvs update</B
+>, any changes you have made will
+        be merged automagically with the updated versions.
+      </P
 ><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="AEN2489"
->6.9.1. Autolinkification</A
-></H3
+CLASS="note"
 ><P
->Bugzilla comments are plain text - so typing &#60;U&#62; will
-      produce less-than, U, greater-than rather than underlined text.
-      However, Bugzilla will automatically make hyperlinks out of certain
-      sorts of text in comments. For example, the text 
-      "http://www.bugzilla.org" will be turned into a link:
-      <A
-HREF="http://www.bugzilla.org"
-TARGET="_top"
->http://www.bugzilla.org</A
->.
-      Other strings which get linkified in the obvious manner are:
-      <P
 ></P
 ><TABLE
+CLASS="note"
+WIDTH="100%"
 BORDER="0"
-><TBODY
-><TR
-><TD
->bug 12345</TD
-></TR
-><TR
-><TD
->comment 7</TD
-></TR
-><TR
-><TD
->bug 23456, comment 53</TD
-></TR
-><TR
-><TD
->attachment 4321</TD
-></TR
 ><TR
 ><TD
->mailto:george@example.com</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
 ><TD
->george@example.com</TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          If you use this method, and CVS conflicts occur during an
+          update, the conflicted templates (and possibly other parts
+          of your installation) will not work until they are resolved.
+        </P
+></TD
 ></TR
+></TABLE
+></DIV
+><P
+>&#13;        The second method is to copy the templates to be modified
+        into a mirrored directory structure under 
+        <TT
+CLASS="filename"
+>template/en/custom</TT
+>. Templates in this
+        directory structure automatically override any identically-named
+        and identically-located templates in the 
+        <TT
+CLASS="filename"
+>default</TT
+> directory. 
+      </P
+><DIV
+CLASS="note"
+><P
+></P
+><TABLE
+CLASS="note"
+WIDTH="100%"
+BORDER="0"
 ><TR
 ><TD
->ftp://ftp.mozilla.org</TD
-></TR
-><TR
+WIDTH="25"
+ALIGN="CENTER"
+VALIGN="TOP"
+><IMG
+SRC="../images/note.gif"
+HSPACE="5"
+ALT="Note"></TD
 ><TD
->Most other sorts of URL</TD
+ALIGN="LEFT"
+VALIGN="TOP"
+><P
+>&#13;          The <TT
+CLASS="filename"
+>custom</TT
+> directory does not exist
+          at first and must be created if you want to use it.
+        </P
+></TD
 ></TR
-></TBODY
 ></TABLE
+></DIV
 ><P
-></P
->
+>&#13;        The second method of customization should be used if you 
+        use the overwriting method of upgrade, because otherwise 
+        your changes will be lost.  This method may also be better if
+        you are using the CVS method of upgrading and are going to make major
+        changes, because it is guaranteed that the contents of this directory
+        will not be touched during an upgrade, and you can then decide whether
+        to continue using your own templates, or make the effort to merge your
+        changes into the new versions by hand.
       </P
 ><P
->A corollary here is that if you type a bug number in a comment,
-      you should put the word "bug" before it, so it gets autolinkified
-      for the convenience of others.
+>&#13;        Using this method, your installation may break if incompatible
+        changes are made to the template interface.  Such changes should
+        be documented in the release notes, provided you are using a
+        stable release of Bugzilla.  If you use using unstable code, you will
+        need to deal with this one yourself, although if possible the changes
+        will be mentioned before they occur in the deprecations section of the
+        previous stable release's release notes.
       </P
-></DIV
 ><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="quicksearch"
->6.9.2. Quicksearch</A
-></H3
+CLASS="note"
 ><P
->Quicksearch is a single-text-box query tool which uses
-      metacharacters to indicate what is to be searched. For example, typing
-      "<TT
+></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;          Regardless of which method you choose, it is recommended that
+          you run <B
+CLASS="command"
+>./checksetup.pl</B
+> after creating or
+          editing any templates in the <TT
 CLASS="filename"
->foo|bar</TT
->" 
-      into Quicksearch would search for "foo" or "bar" in the 
-      summary and status whiteboard of a bug; adding 
-      "<TT
+>template/en/default</TT
+>
+          directory, and after editing any templates in the 
+          <TT
 CLASS="filename"
->:BazProduct</TT
->" would
-      search only in that product.
-      You can use it to find a bug by its number or its alias, too.
-      </P
+>custom</TT
+> directory.
+        </P
+></TD
+></TR
+></TABLE
+></DIV
+><DIV
+CLASS="warning"
 ><P
->You'll find the Quicksearch box in Bugzilla's footer area.
-      On Bugzilla's front page, there is an additional
-      <A
-HREF="../../page.cgi?id=quicksearch.html"
-TARGET="_top"
->Help</A
->
-      link which details how to use it.</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;          It is <EM
+>required</EM
+> that you run 
+          <B
+CLASS="command"
+>./checksetup.pl</B
+> after creating a new
+          template in the <TT
+CLASS="filename"
+>custom</TT
+> directory. Failure
+          to do so will raise an incomprehensible error message.
+        </P
+></TD
+></TR
+></TABLE
+></DIV
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="commenting"
->6.9.3. Comments</A
+NAME="template-edit"
+>6.2.3. How To Edit Templates</A
 ></H3
+><DIV
+CLASS="note"
 ><P
->If you are changing the fields on a bug, only comment if
-      either you have something pertinent to say, or Bugzilla requires it.
-      Otherwise, you may spam people unnecessarily with bug mail.
-      To take an example: a user can set up their account to filter out messages
-      where someone just adds themselves to the CC field of a bug
-      (which happens a lot.) If you come along, add yourself to the CC field,
-      and add a comment saying "Adding self to CC", then that person
-      gets a pointless piece of mail they would otherwise have avoided.
-      </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;      Don't use sigs in comments. Signing your name ("Bill") is acceptable,
-      if you do it out of habit, but full mail/news-style
-      four line ASCII art creations are not.
-      </P
+>&#13;          If you are making template changes that you intend on submitting back
+          for inclusion in standard Bugzilla, you should read the relevant
+          sections of the 
+          <A
+HREF="http://www.bugzilla.org/docs/developer.html"
+TARGET="_top"
+>Developers'
+          Guide</A
+>.
+        </P
+></TD
+></TR
+></TABLE
 ></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="attachments"
->6.9.4. Attachments</A
-></H3
 ><P
->&#13;      Use attachments, rather than comments, for large chunks of ASCII data,
-      such as trace, debugging output files, or log files. That way, it doesn't
-      bloat the bug for everyone who wants to read it, and cause people to
-      receive fat, useless mails.
+>&#13;        The syntax of the Template Toolkit language is beyond the scope of
+        this guide. It's reasonably easy to pick up by looking at the current 
+        templates; or, you can read the manual, available on the
+        <A
+HREF="http://www.template-toolkit.org"
+TARGET="_top"
+>Template Toolkit home
+        page</A
+>.
       </P
 ><P
->Trim screenshots. There's no need to show the whole screen if
-      you are pointing out a single-pixel problem.
+>&#13;        One thing you should take particular care about is the need
+        to properly HTML filter data that has been passed into the template.
+        This means that if the data can possibly contain special HTML characters
+        such as &#60;, and the data was not intended to be HTML, they need to be
+        converted to entity form, i.e. &#38;lt;.  You use the 'html' filter in the
+        Template Toolkit to do this.  If you forget, you may open up
+        your installation to cross-site scripting attacks.
       </P
 ><P
->Don't attach simple test cases (e.g. one HTML file, one 
-      CSS file and an image) as a ZIP file. Instead, upload them in 
-      reverse order and edit the referring file so that they point to the
-      attached files. This way, the test case works immediately 
-      out of the bug.
+>&#13;        Also note that Bugzilla adds a few filters of its own, that are not
+        in standard Template Toolkit.  In particular, the 'url_quote' filter
+        can convert characters that are illegal or have special meaning in URLs,
+        such as &#38;, to the encoded form, i.e. %26.  This actually encodes most
+        characters (but not the common ones such as letters and numbers and so
+        on), including the HTML-special characters, so there's never a need to
+        HTML filter afterwards.
       </P
 ><P
->Bugzilla stores and uses a Content-Type for each attachment 
-      (e.g. text/html). To download an attachment as a different 
-      Content-Type (e.g. application/xhtml+xml), you can override this 
-      using a 'content-type' parameter on the URL, e.g.
-      <TT
-CLASS="filename"
->&#38;content-type=text/plain</TT
+>&#13;        Editing templates is a good way of doing a <SPAN
+CLASS="QUOTE"
+>"poor man's custom
+        fields"</SPAN
 >.
-      </P
-><P
->&#13;        If you have a really large attachment, something that does not need to
-        be recorded forever (as most attachments are), you can mark your
-        attachment as a Big File, Assuming the administrator of the
-        installation has enabled this feature.  Big Files are stored directly on
-        disk instead of in the database, and can be deleted when it is no longer
-        needed.  The maximum size of a Big File is normally larger than the
-        maximum size of a regular attachment.
+        For example, if you don't use the Status Whiteboard, but want to have
+        a free-form text entry box for <SPAN
+CLASS="QUOTE"
+>"Build Identifier"</SPAN
+>,
+        then you can just
+        edit the templates to change the field labels. It's still be called
+        status_whiteboard internally, but your users don't need to know that.
       </P
 ></DIV
 ><DIV
@@ -13344,156 +13619,63 @@ CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="dependencytree"
->6.9.5. Dependency Tree</A
+NAME="template-formats"
+>6.2.4. Template Formats and Types</A
 ></H3
 ><P
->&#13;        On the <SPAN
-CLASS="QUOTE"
->"Dependency tree"</SPAN
-> page linked from each bug
-        page, you can see the dependency relationship from the bug as a
-        tree structure.
+>&#13;        Some CGI's have the ability to use more than one template. For example,
+        <TT
+CLASS="filename"
+>buglist.cgi</TT
+> can output itself as RDF, or as two 
+        formats of HTML (complex and simple). The mechanism that provides this 
+        feature is extensible.
       </P
 ><P
->&#13;        You can change how much depth to show, and you can hide resolved bugs
-        from this page. You can also collaps/expand dependencies for
-        each bug on the tree view, using the [-]/[+] buttons that appear
-        before its summary. This option is not available for terminal
-        bugs in the tree (that don't have further dependencies).
+>&#13;        Bugzilla can support different types of output, which again can have 
+        multiple formats. In order to request a certain type, you can append 
+        the &#38;ctype=&#60;contenttype&#62; (such as rdf or html) to the 
+        <TT
+CLASS="filename"
+>&#60;cginame&#62;.cgi</TT
+> URL. If you would like to 
+        retrieve a certain format, you can use the &#38;format=&#60;format&#62; 
+        (such as simple or complex) in the URL.
       </P
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="userpreferences"
->6.10. User Preferences</A
-></H2
-><P
->Once you have logged in, you can customise various aspects of
-    Bugzilla via the "Edit prefs" link in the page footer.
-    The preferences are split into three tabs:</P
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="accountpreferences"
->6.10.1. Account Preferences</A
-></H3
 ><P
->On this tab, you can change your basic account information,
-      including your password, email address and real name. For security
-      reasons, in order to change anything on this page you must type your
-      <EM
->current</EM
->
-      password into the
-      <SPAN
+>&#13;        To see if a CGI supports multiple output formats and types, grep the
+        CGI for <SPAN
 CLASS="QUOTE"
->"Password"</SPAN
->
-      field at the top of the page.
-      If you attempt to change your email address, a confirmation
-      email is sent to both the old and new addresses, with a link to use to
-      confirm the change. This helps to prevent account hijacking.</P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="generalpreferences"
->6.10.2. General Preferences</A
-></H3
-><P
->&#13;        This tab allows you to change several Bugzilla behavior.
+>"get_format"</SPAN
+>. If it's not present, adding
+        multiple format/type support isn't too hard - see how it's done in
+        other CGIs, e.g. config.cgi.
       </P
 ><P
-></P
-><UL
-COMPACT="COMPACT"
-><LI
-><P
->&#13;            Field separator character for CSV files -
-            This controls separator character used in CSV formatted Bug List.
-          </P
-></LI
-><LI
-><P
->&#13;            After changing bugs - This controls which bugs or no bugs
-            are shown in the page after you changed bugs.
-            You can select the bug you've changed this time, or the next
-            bug of the list.
-          </P
-></LI
-><LI
-><P
->&#13;            Add individual bugs to saved searches - this controls
-            whether you can add individual bugs to saved searches
-            or you can't.
-          </P
-></LI
-><LI
-><P
->&#13;            When viewing a bug, show comments in this order -
-            This controls the order of comments, you can select below:
-            <P
-></P
-><TABLE
-BORDER="0"
-><TBODY
-><TR
-><TD
->Initial description, comment 1, comment 2, ...</TD
-></TR
-><TR
-><TD
->Initial description, last comment, ..., comment 2, comment 1.</TD
-></TR
-><TR
-><TD
->Initial last comment, ..., comment 2, comment 1, description.</TD
-></TR
-></TBODY
-></TABLE
-><P
-></P
->
-          </P
-></LI
-><LI
-><P
->&#13;            Show a quip at the top of each bug list - This controls
-            whether a quip will be shown on the Bug list page or not.
-          </P
-></LI
-></UL
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="emailpreferences"
->6.10.3. Email Preferences</A
-></H3
+>&#13;        To make a new format template for a CGI which supports this, 
+        open a current template for
+        that CGI and take note of the INTERFACE comment (if present.) This 
+        comment defines what variables are passed into this template. If 
+        there isn't one, I'm afraid you'll have to read the template and
+        the code to find out what information you get. 
+      </P
 ><P
->&#13;        This tab controls the amount of email Bugzilla sends you.
+>&#13;        Write your template in whatever markup or text style is appropriate.
       </P
 ><P
->&#13;        The first item on this page is marked <SPAN
-CLASS="QUOTE"
->"Users to watch"</SPAN
->.
-        When you enter one or more comma-delineated user accounts (usually email
-        addresses) into the text entry box, you will receive a copy of all the
-        bugmail those users are sent (security settings permitting).
-        This powerful functionality enables seamless transitions as developers
-        change projects or users go on holiday.
+>&#13;        You now need to decide what content type you want your template
+        served as. The content types are defined in the
+        <TT
+CLASS="filename"
+>Bugzilla/Constants.pm</TT
+> file in the 
+        <TT
+CLASS="filename"
+>contenttypes</TT
+>
+        constant. If your content type is not there, add it. Remember
+        the three- or four-letter tag assigned to your content type. 
+        This tag will be part of the template filename.
       </P
 ><DIV
 CLASS="note"
@@ -13516,348 +13698,353 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          The ability to watch other users may not be available in all
-          Bugzilla installations. If you don't see this feature, and feel
-          that you need it, speak to your administrator.
+>&#13;          After adding or changing a content type, it's suitable to edit
+          <TT
+CLASS="filename"
+>Bugzilla/Constants.pm</TT
+> in order to reflect
+          the changes. Also, the file should be kept up to date after an
+          upgrade if content types have been customized in the past. 
         </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->&#13;        Each user listed in the <SPAN
-CLASS="QUOTE"
->"Users watching you"</SPAN
-> field
-        has you listed in their <SPAN
-CLASS="QUOTE"
->"Users to watch"</SPAN
-> list
-        and can get bugmail according to your relationship to the bug and
-        their <SPAN
+>&#13;        Save the template as <TT
+CLASS="filename"
+>&#60;stubname&#62;-&#60;formatname&#62;.&#60;contenttypetag&#62;.tmpl</TT
+>. 
+        Try out the template by calling the CGI as 
+        <TT
+CLASS="filename"
+>&#60;cginame&#62;.cgi?format=&#60;formatname&#62;&#38;ctype=&#60;type&#62;</TT
+> .
+      </P
+></DIV
+><DIV
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="template-specific"
+>6.2.5. Particular Templates</A
+></H3
+><P
+>&#13;        There are a few templates you may be particularly interested in
+        customizing for your installation.
+      </P
+><P
+>&#13;        <B
+CLASS="command"
+>index.html.tmpl</B
+>:
+        This is the Bugzilla front page.
+      </P
+><P
+>&#13;        <B
+CLASS="command"
+>global/header.html.tmpl</B
+>:
+        This defines the header that goes on all Bugzilla pages.
+        The header includes the banner, which is what appears to users
+        and is probably what you want to edit instead.  However the
+        header also includes the HTML HEAD section, so you could for
+        example add a stylesheet or META tag by editing the header.
+      </P
+><P
+>&#13;        <B
+CLASS="command"
+>global/banner.html.tmpl</B
+>:
+        This contains the <SPAN
 CLASS="QUOTE"
->"Field/recipient specific options"</SPAN
-> setting.
+>"banner"</SPAN
+>, the part of the header
+        that appears
+        at the top of all Bugzilla pages.  The default banner is reasonably
+        barren, so you'll probably want to customize this to give your
+        installation a distinctive look and feel.  It is recommended you
+        preserve the Bugzilla version number in some form so the version 
+        you are running can be determined, and users know what docs to read.
       </P
 ><P
->&#13;        In general, users have almost complete control over how much (or
-        how little) email Bugzilla sends them. If you want to receive the
-        maximum amount of email possible, click the <SPAN
+>&#13;        <B
+CLASS="command"
+>global/footer.html.tmpl</B
+>:
+        This defines the footer that goes on all Bugzilla pages.  Editing
+        this is another way to quickly get a distinctive look and feel for
+        your Bugzilla installation.
+      </P
+><P
+>&#13;        <B
+CLASS="command"
+>global/variables.none.tmpl</B
+>:
+        This defines a list of terms that may be changed in order to
+        <SPAN
 CLASS="QUOTE"
->"Enable All 
-        Mail"</SPAN
-> button. If you don't want to receive any email from
-        Bugzilla at all, click the <SPAN
+>"brand"</SPAN
+> the Bugzilla instance In this way, terms
+        like <SPAN
 CLASS="QUOTE"
->"Disable All Mail"</SPAN
-> button.
+>"bugs"</SPAN
+> can be replaced with <SPAN
+CLASS="QUOTE"
+>"issues"</SPAN
+>
+        across the whole Bugzilla installation. The name
+        <SPAN
+CLASS="QUOTE"
+>"Bugzilla"</SPAN
+> and other words can be customized as well.
+      </P
+><P
+>&#13;        <B
+CLASS="command"
+>list/table.html.tmpl</B
+>:
+        This template controls the appearance of the bug lists created
+        by Bugzilla. Editing this template allows per-column control of 
+        the width and title of a column, the maximum display length of
+        each entry, and the wrap behaviour of long entries.
+        For long bug lists, Bugzilla inserts a 'break' every 100 bugs by
+        default; this behaviour is also controlled by this template, and
+        that value can be modified here.
+       </P
+><P
+>&#13;        <B
+CLASS="command"
+>bug/create/user-message.html.tmpl</B
+>:
+        This is a message that appears near the top of the bug reporting page.
+        By modifying this, you can tell your users how they should report
+        bugs.
+      </P
+><P
+>&#13;        <B
+CLASS="command"
+>bug/process/midair.html.tmpl</B
+>:
+        This is the page used if two people submit simultaneous changes to the
+        same bug.  The second person to submit their changes will get this page
+        to tell them what the first person did, and ask if they wish to
+        overwrite those changes or go back and revisit the bug.  The default
+        title and header on this page read "Mid-air collision detected!"  If
+        you work in the aviation industry, or other environment where this
+        might be found offensive (yes, we have true stories of this happening)
+        you'll want to change this to something more appropriate for your
+        environment.
+      </P
+><P
+>&#13;        <B
+CLASS="command"
+>bug/create/create.html.tmpl</B
+> and
+        <B
+CLASS="command"
+>bug/create/comment.txt.tmpl</B
+>:
+        You may not wish to go to the effort of creating custom fields in
+        Bugzilla, yet you want to make sure that each bug report contains
+        a number of pieces of important information for which there is not
+        a special field. The bug entry system has been designed in an
+        extensible fashion to enable you to add arbitrary HTML widgets,
+        such as drop-down lists or textboxes, to the bug entry page
+        and have their values appear formatted in the initial comment.
+        A hidden field that indicates the format should be added inside
+        the form in order to make the template functional. Its value should
+        be the suffix of the template filename. For example, if the file
+        is called <TT
+CLASS="filename"
+>create-cust.html.tmpl</TT
+>, then
+        <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#60;input type="hidden" name="format" value="cust"&#62;</PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+        should be used inside the form.
+      </P
+><P
+>  
+        An example of this is the mozilla.org 
+        <A
+HREF="http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=WorldControl&#38;format=guided"
+TARGET="_top"
+>guided 
+        bug submission form</A
+>. The code for this comes with the Bugzilla
+        distribution as an example for you to copy. It can be found in the
+        files 
+        <TT
+CLASS="filename"
+>create-guided.html.tmpl</TT
+> and
+        <TT
+CLASS="filename"
+>comment-guided.html.tmpl</TT
+>.
+      </P
+><P
+>&#13;        So to use this feature, create a custom template for 
+        <TT
+CLASS="filename"
+>enter_bug.cgi</TT
+>. The default template, on which you
+        could base it, is 
+        <TT
+CLASS="filename"
+>custom/bug/create/create.html.tmpl</TT
+>.
+        Call it <TT
+CLASS="filename"
+>create-&#60;formatname&#62;.html.tmpl</TT
+>, and
+        in it, add widgets for each piece of information you'd like
+        collected - such as a build number, or set of steps to reproduce.
       </P
-><DIV
-CLASS="note"
 ><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
+>&#13;        Then, create a template like 
+        <TT
+CLASS="filename"
+>custom/bug/create/comment.txt.tmpl</TT
+>, and call it 
+        <TT
+CLASS="filename"
+>comment-&#60;formatname&#62;.txt.tmpl</TT
+>. This 
+        template should reference the form fields you have created using
+        the syntax <TT
+CLASS="filename"
+>[% form.&#60;fieldname&#62; %]</TT
+>. When a 
+        bug report is
+        submitted, the initial comment attached to the bug report will be
+        formatted according to the layout of this template.
+      </P
+><P
+>&#13;        For example, if your custom enter_bug template had a field
+        <TABLE
 BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
 ><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;          Your Bugzilla administrator can stop a user from receiving
-          bugmail by adding the user's name to the 
-          <TT
-CLASS="filename"
->data/nomail</TT
-> file. This is a drastic step
-          best taken only for disabled accounts, as it overrides 
-          the user's individual mail preferences.
-        </P
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>&#60;input type="text" name="buildid" size="30"&#62;</PRE
+></FONT
 ></TD
 ></TR
 ></TABLE
-></DIV
-><P
->&#13;        If you'd like to set your bugmail to something besides
-        'Completely ON' and 'Completely OFF', the
-        <SPAN
-CLASS="QUOTE"
->"Field/recipient specific options"</SPAN
-> table
-        allows you to do just that. The rows of the table
-        define events that can happen to a bug -- things like
-        attachments being added, new comments being made, the
-        priority changing, etc. The columns in the table define
-        your relationship with the bug:
-      </P
-><P
-></P
-><UL
-COMPACT="COMPACT"
-><LI
-><P
->&#13;            Reporter - Where you are the person who initially
-            reported the bug. Your name/account appears in the
-            <SPAN
-CLASS="QUOTE"
->"Reporter:"</SPAN
-> field.
-          </P
-></LI
-><LI
-><P
->&#13;            Assignee - Where you are the person who has been
-            designated as the one responsible for the bug. Your
-            name/account appears in the <SPAN
-CLASS="QUOTE"
->"Assigned To:"</SPAN
 >
-            field of the bug.
-          </P
-></LI
-><LI
-><P
->&#13;            QA Contact - You are one of the designated
-            QA Contacts for the bug. Your account appears in the 
-            <SPAN
-CLASS="QUOTE"
->"QA Contact:"</SPAN
-> text-box of the bug.
-          </P
-></LI
-><LI
-><P
->&#13;            CC - You are on the list CC List for the bug.
-            Your account appears in the <SPAN
-CLASS="QUOTE"
->"CC:"</SPAN
-> text box
-            of the bug.
-          </P
-></LI
-><LI
-><P
->&#13;            Voter - You have placed one or more votes for the bug.
-            Your account appears only if someone clicks on the 
-            <SPAN
-CLASS="QUOTE"
->"Show votes for this bug"</SPAN
-> link on the bug.
-          </P
-></LI
-></UL
-><DIV
-CLASS="note"
-><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
+        and then your comment.txt.tmpl had
+        <TABLE
 BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
 ><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;          Some columns may not be visible for your installation, depending
-          on your site's configuration.
-        </P
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>BuildID: [% form.buildid %]</PRE
+></FONT
 ></TD
 ></TR
 ></TABLE
-></DIV
-><P
->&#13;        To fine-tune your bugmail, decide the events for which you want
-        to receive bugmail; then decide if you want to receive it all
-        the time (enable the checkbox for every column), or only when
-        you have a certain relationship with a bug (enable the checkbox
-        only for those columns). For example: if you didn't want to
-        receive mail when someone added themselves to the CC list, you
-        could uncheck all the boxes in the <SPAN
-CLASS="QUOTE"
->"CC Field Changes"</SPAN
 >
-        line. As another example, if you never wanted to receive email
-        on bugs you reported unless the bug was resolved, you would
-        un-check all boxes in the <SPAN
-CLASS="QUOTE"
->"Reporter"</SPAN
-> column
-        except for the one on the <SPAN
-CLASS="QUOTE"
->"The bug is resolved or
-        verified"</SPAN
-> row.
-      </P
-><DIV
-CLASS="note"
-><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
+        then something like
+        <TABLE
 BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
 ><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;          Bugzilla adds the <SPAN
-CLASS="QUOTE"
->"X-Bugzilla-Reason"</SPAN
-> header to
-          all bugmail it sends, describing the recipient's relationship
-          (AssignedTo, Reporter, QAContact, CC, or Voter) to the bug.
-          This header can be used to do further client-side filtering.
-        </P
-></TD
-></TR
-></TABLE
-></DIV
-><P
->&#13;        Two items not in the table (<SPAN
-CLASS="QUOTE"
->"Email me when someone
-        asks me to set a flag"</SPAN
-> and <SPAN
-CLASS="QUOTE"
->"Email me when someone
-        sets a flag I asked for"</SPAN
->) define how you want to
-        receive bugmail with regards to flags. Their use is quite
-        straightforward; enable the checkboxes if you want Bugzilla to
-        send you mail under either of the above conditions.
-      </P
-><P
->&#13;        By default, Bugzilla sends out email regardless of who made the
-        change... even if you were the one responsible for generating
-        the email in the first place. If you don't care to receive bugmail
-        from your own changes, check the box marked <SPAN
-CLASS="QUOTE"
->"Only email me
-        reports of changes made by other people"</SPAN
->.
-      </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="permissionsettings"
->6.10.4. Permissions</A
-></H3
-><P
->This is a purely informative page which outlines your current
-      permissions on this installation of Bugzilla - what product groups you
-      are in, and whether you can edit bugs or perform various administration
-      functions.</P
-></DIV
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>BuildID: 20020303</PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+        would appear in the initial comment.
+      </P
 ></DIV
 ><DIV
 CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="reporting"
->6.11. Reports and Charts</A
-></H2
-><P
->As well as the standard buglist, Bugzilla has two more ways of
-    viewing sets of bugs. These are the reports (which give different
-    views of the current state of the database) and charts (which plot
-    the changes in particular sets of bugs over time.)</P
-><DIV
-CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="reports"
->6.11.1. Reports</A
+NAME="template-http-accept"
+>6.2.6. Configuring Bugzilla to Detect the User's Language</A
 ></H3
 ><P
->&#13;        A report is a view of the current state of the bug database.
-      </P
-><P
->&#13;        You can run either an HTML-table-based report, or a graphical
-        line/pie/bar-chart-based one. The two have different pages to
-        define them, but are close cousins - once you've defined and
-        viewed a report, you can switch between any of the different
-        views of the data at will.
-      </P
-><P
->&#13;        Both report types are based on the idea of defining a set of bugs
-        using the standard search interface, and then choosing some
-        aspect of that set to plot on the horizontal and/or vertical axes.
-        You can also get a form of 3-dimensional report by choosing to have
-        multiple images or tables.
-      </P
-><P
->&#13;        So, for example, you could use the search form to choose "all
-        bugs in the WorldControl product", and then plot their severity
-        against their component to see which component had had the largest
-        number of bad bugs reported against it. 
+>Bugzilla honours the user's Accept: HTTP header. You can install
+      templates in other languages, and Bugzilla will pick the most appropriate
+      according to a priority order defined by you. Many
+      language templates can be obtained from <A
+HREF="http://www.bugzilla.org/download.html#localizations"
+TARGET="_top"
+>http://www.bugzilla.org/download.html#localizations</A
+>. Instructions
+      for submitting new languages are also available from that location.
       </P
 ><P
->&#13;        Once you've defined your parameters and hit "Generate Report",
-        you can switch between HTML, CSV, Bar, Line and Pie. (Note: Pie
-        is only available if you didn't define a vertical axis, as pie
-        charts don't have one.) The other controls are fairly self-explanatory;
-        you can change the size of the image if you find text is overwriting
-        other text, or the bars are too thin to see.
+>After untarring the localizations (or creating your own) in the 
+      <TT
+CLASS="filename"
+>BUGZILLA_ROOT/template</TT
+> directory,
+      you must update the <VAR
+CLASS="option"
+>languages</VAR
+> parameter to contain any
+      localizations you'd like to permit. You may also wish to set the
+      <VAR
+CLASS="option"
+>defaultlanguage</VAR
+> parameter to something other than
+      <SPAN
+CLASS="QUOTE"
+>"en"</SPAN
+> if you don't want English to be the default language.
       </P
 ></DIV
+></DIV
 ><DIV
 CLASS="section"
-><HR><H3
+><HR><H2
 CLASS="section"
 ><A
-NAME="charts"
->6.11.2. Charts</A
-></H3
-><P
->&#13;        A chart is a view of the state of the bug database over time.
-      </P
-><P
->&#13;        Bugzilla currently has two charting systems - Old Charts and New 
-        Charts. Old Charts have been part of Bugzilla for a long time; they
-        chart each status and resolution for each product, and that's all.
-        They are deprecated, and going away soon - we won't say any more 
-        about them.
-        New Charts are the future - they allow you to chart anything you
-        can define as a search.
-      </P
+NAME="cust-hooks"
+>6.3. The Bugzilla Extension Mechanism</A
+></H2
 ><DIV
-CLASS="note"
+CLASS="warning"
 ><P
 ></P
 ><TABLE
-CLASS="note"
+CLASS="warning"
 WIDTH="100%"
 BORDER="0"
 ><TR
@@ -13866,172 +14053,388 @@ 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;          Both charting forms require the administrator to set up the
-          data-gathering script. If you can't see any charts, ask them whether
-          they have done so.
-        </P
+>&#13;        Custom extensions require Template Toolkit version 2.12 or
+        above, or the application of a patch.  See <A
+HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=239112"
+TARGET="_top"
+>bug
+        239112</A
+> for details.
+      </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->&#13;        An individual line on a chart is called a data set.
-        All data sets are organised into categories and subcategories. The 
-        data sets that Bugzilla defines automatically use the Product name 
-        as a Category and Component names as Subcategories, but there is no 
-        need for you to follow that naming scheme with your own charts if 
-        you don't want to.
-      </P
+>&#13;      Extensions are a way for extensions to Bugzilla to insert code
+      into the standard Bugzilla templates and source files
+      without modifying these files themselves.  The extension mechanism 
+      defines a consistent API for extending the standard templates and source files 
+      in a way that cleanly separates standard code from extension code.  
+      Hooks reduce merge conflicts and make it easier to write extensions that work 
+      across multiple versions of Bugzilla, making upgrading a Bugzilla installation 
+      with installed extensions easier. Furthermore, they make it easy to install 
+      and remove extensions as each extension is nothing more than a 
+      simple directory structure. 
+    </P
 ><P
->&#13;        Data sets may be public or private. Everyone sees public data sets in
-        the list, but only their creator sees private data sets. Only 
-        administrators can make data sets public.
-        No two data sets, even two private ones, can have the same set of 
-        category, subcategory and name. So if you are creating private data 
-        sets, one idea is to have the Category be your username.
-      </P
-><DIV
-CLASS="section"
-><HR><H4
-CLASS="section"
-><A
-NAME="AEN2623"
->6.11.2.1. Creating Charts</A
-></H4
+>&#13;      There are two main types of hooks: code hooks and template hooks. Code 
+      hooks allow extensions to invoke code at specific points in various 
+      source files, while template hooks allow extensions to add elements to 
+      the Bugzilla user interface. 
+    </P
 ><P
->&#13;          You create a chart by selecting a number of data sets from the
-          list, and pressing Add To List for each. In the List Of Data Sets
-          To Plot, you can define the label that data set will have in the
-          chart's legend, and also ask Bugzilla to Sum a number of data sets 
-          (e.g. you could Sum data sets representing RESOLVED, VERIFIED and 
-          CLOSED in a particular product to get a data set representing all 
-          the resolved bugs in that product.)
-        </P
+>&#13;      A hook is just a named place in a standard source or template file
+      where extension source code or template files for that hook get processed. 
+      Each extension has a corresponding directory in the Bugzilla directory 
+      tree (<TT
+CLASS="filename"
+>BUGZILLA_ROOT/extensions/extension_name</TT
+>).  Hooking 
+      an extension source file or template to a hook is as simple as putting 
+      the extension file into extension's template or code directory. 
+      When Bugzilla processes the source file or template and reaches the hook, 
+      it will process all extension files in the hook's directory. 
+      The hooks themselves can be added into any source file or standard template 
+      upon request by extension authors.
+    </P
+><P
+>&#13;      To use hooks to extend Bugzilla, first make sure there is
+      a hook at the appropriate place within the source file or template you 
+      want to extend. The exact appearence of a hook depends on if the hook 
+      is a code hook or a template hook. 
+    </P
+><P
+>&#13;      Code hooks appear in Bugzilla source files as a single method call 
+      in the format <VAR
+CLASS="literal"
+>Bugzilla::Hook-&#62;process("<VAR
+CLASS="varname"
+>name</VAR
+>");</VAR
+>.
+      for instance, <TT
+CLASS="filename"
+>enter_bug.cgi</TT
+> may invoke the hook 
+      "<VAR
+CLASS="varname"
+>enter_bug-defaultvars</VAR
+>". Thus, a source file at 
+      <TT
+CLASS="filename"
+>BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl</TT
+>
+      will be automatically invoked when the code hook is reached. 
+    </P
+><P
+>  
+      Template hooks appear in the standard Bugzilla templates as a 
+      single directive in the format
+      <VAR
+CLASS="literal"
+>[% Hook.process("<VAR
+CLASS="varname"
+>name</VAR
+>") %]</VAR
+>,
+      where <VAR
+CLASS="varname"
+>name</VAR
+> is the unique name of the hook.
+    </P
+><P
+>&#13;      If you aren't sure what you want to extend or just want to browse the 
+      available hooks, either use your favorite multi-file search
+      tool (e.g. <B
+CLASS="command"
+>grep</B
+>) to search the standard templates
+      for occurrences of <CODE
+CLASS="methodname"
+>Hook.process</CODE
+> or the source 
+      files for occurrences of <CODE
+CLASS="methodname"
+>Bugzilla::Hook::process</CODE
+>.
+    </P
+><P
+>&#13;      If there is no hook at the appropriate place within the Bugzilla 
+      source file or template you want to extend,
+      <A
+HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=User%20Interface"
+TARGET="_top"
+>file
+      a bug requesting one</A
+>, specifying:
+    </P
+><P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>the source or template file for which you are 
+          requesting a hook;</TD
+></TR
+><TR
+><TD
+>&#13;        where in the file you would like the hook to be placed
+        (line number/position for latest version of the file in CVS
+        or description of location);
+      </TD
+></TR
+><TR
+><TD
+>the purpose of the hook;</TD
+></TR
+><TR
+><TD
+>a link to information about your extension, if any.</TD
+></TR
+></TBODY
+></TABLE
 ><P
->&#13;          If you've erroneously added a data set to the list, select it
-          using the checkbox and click Remove. Once you add more than one 
-          data set, a "Grand Total" line
-          automatically appears at the bottom of the list. If you don't want
-          this, simply remove it as you would remove any other line.
-        </P
+></P
 ><P
->&#13;          You may also choose to plot only over a certain date range, and
-          to cumulate the results - that is, to plot each one using the 
-          previous one as a baseline, so the top line gives a sum of all 
-          the data sets. It's easier to try than to explain :-)
-        </P
+>&#13;      The Bugzilla reviewers will promptly review each hook request,
+      name the hook, add it to the template or source file, and check 
+      the new version of the template into CVS.
+    </P
 ><P
->&#13;          Once a data set is in the list, one can also perform certain 
-          actions on it. For example, one can edit the
-          data set's parameters (name, frequency etc.) if it's one you
-          created or if you are an administrator.
-        </P
+>&#13;      You may optionally attach a patch to the bug which implements the hook
+      and check it in yourself after receiving approval from a Bugzilla
+      reviewer.  The developers may suggest changes to the location of the
+      hook based on their analysis of your needs or so the hook can satisfy
+      the needs of multiple extensions, but the process of getting hooks
+      approved and checked in is not as stringent as the process for general
+      changes to Bugzilla, and any extension, whether released or still in
+      development, can have hooks added to meet their needs.
+    </P
 ><P
->&#13;           Once you are happy, click Chart This List to see the chart.
-        </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H4
-CLASS="section"
-><A
-NAME="AEN2630"
->6.11.2.2. Creating New Data Sets</A
-></H4
+>&#13;      After making sure the hook you need exists (or getting it added if not),
+      add your extension to the directory within the Bugzilla
+      extensions tree corresponding to the hook. 
+    </P
 ><P
->&#13;          You may also create new data sets of your own. To do this,
-          click the "create a new data set" link on the Create Chart page.
-          This takes you to a search-like interface where you can define
-          the search that Bugzilla will plot. At the bottom of the page,
-          you choose the category, sub-category and name of your new
-          data set. 
-        </P
+>&#13;      That's it!  Now, when the source file or template containing the hook
+      is processed, your extension file will be processed at the point 
+      where the hook appears.
+    </P
 ><P
->&#13;          If you have sufficient permissions, you can make the data set public,
-          and reduce the frequency of data collection to less than the default
-          seven days.
-        </P
-></DIV
-></DIV
-></DIV
-><DIV
-CLASS="section"
-><HR><H2
-CLASS="section"
-><A
-NAME="flags"
->6.12. Flags</A
-></H2
+>&#13;      For example, let's say you have an extension named Projman that adds
+      project management capabilities to Bugzilla.  Projman has an
+      administration interface <TT
+CLASS="filename"
+>edit-projects.cgi</TT
+>, 
+      and you want to add a link to it into the navigation bar at the bottom
+      of every Bugzilla page for those users who are authorized
+      to administer projects.
+    </P
 ><P
->&#13;      A flag is a kind of status that can be set on bugs or attachments
-      to indicate that the bugs/attachments are in a certain state.
-      Each installation can define its own set of flags that can be set
-      on bugs or attachments.
+>&#13;      The navigation bar is generated by the template file
+      <TT
+CLASS="filename"
+>useful-links.html.tmpl</TT
+>, which is located in
+      the <TT
+CLASS="filename"
+>global/</TT
+> subdirectory on the standard Bugzilla 
+      template path
+      <TT
+CLASS="filename"
+>BUGZILLA_ROOT/template/en/default/</TT
+>.
+      Looking in <TT
+CLASS="filename"
+>useful-links.html.tmpl</TT
+>, you find
+      the following hook at the end of the list of standard Bugzilla
+      administration links:
     </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>...
+    [% ', &#60;a href="editkeywords.cgi"&#62;keywords&#60;/a&#62;' 
+                                              IF user.groups.editkeywords %]
+    [% Hook.process("edit") %]
+...</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><P
->&#13;      If your installation has defined a flag, you can set or unset that flag,
-      and if your administrator has enabled requesting of flags, you can submit
-      a request for another user to set the flag.
+>&#13;      The corresponding extension file for this hook is
+      <TT
+CLASS="filename"
+>BUGZILLA_ROOT/extensions/projman/template/en/hook/global/useful-links-edit.html.tmpl</TT
+>.
+      You then create that template file and add the following constant:
     </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>...[% ', &#60;a href="edit-projects.cgi"&#62;projects&#60;/a&#62;' IF user.groups.projman_admins %]</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><P
->&#13;      To set a flag, select either "+" or "-" from the drop-down menu next to
-      the name of the flag in the "Flags" list.  The meaning of these values are
-      flag-specific and thus cannot be described in this documentation,
-      but by way of example, setting a flag named "review" to "+" may indicate
-      that the bug/attachment has passed review, while setting it to "-"
-      may indicate that the bug/attachment has failed review.
+>&#13;      Voila!  The link now appears after the other administration links in the
+      navigation bar for users in the <VAR
+CLASS="literal"
+>projman_admins</VAR
+> group.
     </P
 ><P
->&#13;      To unset a flag, click its drop-down menu and select the blank value.
+>&#13;      Now, let us say your extension adds a custom "project_manager" field 
+      to enter_bug.cgi. You want to modify the CGI script to set the default 
+      project manager to be productname@company.com. Looking at 
+      <TT
+CLASS="filename"
+>enter_bug.cgi</TT
+>, you see the enter_bug-entrydefaultvars 
+      hook near the bottom of the file before the default form values are set. 
+      The corresponding extension source file for this hook is located at 
+      <TT
+CLASS="filename"
+>BUGZILLA_ROOT/extensions/projman/code/enter_bug-entrydefaultvars.pl</TT
+>.
+      You then create that file and add the following:
     </P
+><TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>$default{'project_manager'} = $product.'@company.com';</PRE
+></FONT
+></TD
+></TR
+></TABLE
 ><P
->&#13;      If your administrator has enabled requests for a flag, request a flag
-      by selecting "?" from the drop-down menu and then entering the username
-      of the user you want to set the flag in the text field next to the menu.
+>&#13;      This code will be invoked whenever enter_bug.cgi is executed. 
+      Assuming that the rest of the customization was completed (e.g. the 
+      custom field was added to the enter_bug template and the required hooks 
+      were used in process_bug.cgi), the new field will now have this 
+      default value. 
     </P
 ><P
->&#13;      A set flag appears in bug reports and on "edit attachment" pages with the
-      abbreviated username of the user who set the flag prepended to the
-      flag name. For example, if Jack sets a "review" flag to "+", it appears
-      as Jack: review [ + ]
+>&#13;      Notes:
     </P
 ><P
->&#13;      A requested flag appears with the user who requested the flag prepended
-      to the flag name and the user who has been requested to set the flag
-      appended to the flag name within parentheses.  For example, if Jack
-      asks Jill for review, it appears as Jack: review [ ? ] (Jill).
-    </P
+></P
+><UL
+><LI
+><P
+>&#13;          If your extension includes entirely new templates in addition to
+          extensions of standard templates, it should store those new
+          templates in its
+          <TT
+CLASS="filename"
+>BUGZILLA_ROOT/extensions/template/en/</TT
+> 
+          directory. Extension template directories, like the 
+          <TT
+CLASS="filename"
+>default/</TT
+> and <TT
+CLASS="filename"
+>custom/</TT
+>
+          directories, are part of the template search path, so putting templates
+          there enables them to be found by the template processor.
+        </P
+><P
+>&#13;          The template processor looks for templates first in the
+          <TT
+CLASS="filename"
+>custom/</TT
+> directory (i.e. templates added by the 
+          specific installation), then in the <TT
+CLASS="filename"
+>extensions/</TT
+>
+          directory (i.e. templates added by extensions), and finally in the 
+          <TT
+CLASS="filename"
+>default/</TT
+> directory (i.e. the standard Bugzilla 
+          templates). Thus, installation-specific templates override both 
+          default and extension templates.
+        </P
+></LI
+><LI
+><P
+>&#13;          If you are looking to customize Bugzilla, you can also take advantage 
+          of template hooks. To do so, create a directory in
+          <TT
+CLASS="filename"
+>BUGZILLA_ROOT/template/en/custom/hook/</TT
+>
+          that corresponds to the hook you wish to use, then place your 
+          customization templates into those directories. For example, 
+          if you wanted to use the hook "end" in 
+          <TT
+CLASS="filename"
+>global/useful-links.html.tmpl</TT
+>, you would 
+          create the directory <TT
+CLASS="filename"
+>BUGZILLA_ROOT/template/en/custom/hook/
+          global/useful-links.html.tmpl/end/</TT
+> and add your customization 
+          template to this directory. 
+        </P
 ><P
->&#13;      You can browse through open requests made of you and by you by selecting
-      'My Requests' from the footer. You can also look at open requests limited
-      by other requesters, requestees, products, components, and flag names from
-      this page. Note that you can use '-' for requestee to specify flags with
-      'no requestee' set.
-    </P
+>&#13;          Obviously this method of customizing Bugzilla only lets you add code
+          to the standard source files and templates; you cannot change the 
+          existing code. Nevertheless, for those customizations that only add 
+          code, this method can reduce conflicts when merging changes, 
+          making upgrading your customized Bugzilla installation easier.
+        </P
+></LI
+></UL
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H2
 CLASS="section"
 ><A
-NAME="whining"
->6.13. Whining</A
+NAME="cust-change-permissions"
+>6.4. Customizing Who Can Change What</A
 ></H2
-><P
->&#13;      Whining is a feature in Bugzilla that can regularly annoy users at 
-      specified times.  Using this feature, users can execute saved searches 
-      at specific times (i.e. the 15th of the month at midnight) or at 
-      regular intervals (i.e. every 15 minutes on Sundays).  The results of the
-      searches are sent to the user, either as a single email or as one email 
-      per bug, along with some descriptive text.
-    </P
 ><DIV
 CLASS="warning"
 ><P
@@ -14053,135 +14456,148 @@ ALT="Warning"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;        Throughout this section it will be assumed that all users are members 
-        of the bz_canusewhines group, membership in which is required in order 
-        to use the Whining system.  You can easily make all users members of 
-        the bz_canusewhines group by setting the User RegExp to ".*" (without 
-        the quotes).
-      </P
-><P
->&#13;        Also worth noting is the bz_canusewhineatothers group.  Members of this
-        group can create whines for any user or group in Bugzilla using a 
-        extended form of the whining interface.  Features only available to 
-        members of the bz_canusewhineatothers group will be noted in the 
-        appropriate places.
+>&#13;        This feature should be considered experimental; the Bugzilla code you
+        will be changing is not stable, and could change or move between 
+        versions. Be aware that if you make modifications as outlined here, 
+        you may have
+        to re-make them or port them if Bugzilla changes internally between
+        versions, and you upgrade.
       </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
-><DIV
-CLASS="note"
 ><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
+>&#13;      Companies often have rules about which employees, or classes of employees,
+      are allowed to change certain things in the bug system. For example, 
+      only the bug's designated QA Contact may be allowed to VERIFY the bug.
+      Bugzilla has been
+      designed to make it easy for you to write your own custom rules to define
+      who is allowed to make what sorts of value transition.
+    </P
+><P
+>&#13;      For maximum flexibility, customizing this means editing Bugzilla's Perl 
+      code. This gives the administrator complete control over exactly who is
+      allowed to do what. The relevant method is called
+      <TT
+CLASS="filename"
+>check_can_change_field()</TT
+>,
+      and is found in <TT
+CLASS="filename"
+>Bug.pm</TT
+> in your
+      Bugzilla/ directory. If you open that file and search for
+      <SPAN
+CLASS="QUOTE"
+>"sub check_can_change_field"</SPAN
+>, you'll find it.
+    </P
+><P
+>&#13;      This function has been carefully commented to allow you to see exactly
+      how it works, and give you an idea of how to make changes to it.
+      Certain marked sections should not be changed - these are
+      the <SPAN
+CLASS="QUOTE"
+>"plumbing"</SPAN
+> which makes the rest of the function work.
+      In between those sections, you'll find snippets of code like:
+      <TABLE
 BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
 ><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;        For whining to work, a special Perl script must be executed at regular
-        intervals.  More information on this is available in 
-        <A
-HREF="#installation-whining"
->Section 2.3.4</A
->.
-      </P
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>    # Allow the assignee to change anything.
+    if ($ownerid eq $whoid) {
+        return 1;
+    }</PRE
+></FONT
 ></TD
 ></TR
 ></TABLE
-></DIV
-><DIV
-CLASS="note"
+>
+      It's fairly obvious what this piece of code does.
+    </P
 ><P
-></P
-><TABLE
-CLASS="note"
-WIDTH="100%"
+>&#13;      So, how does one go about changing this function? Well, simple changes
+      can be made just by removing pieces - for example, if you wanted to 
+      prevent any user adding a comment to a bug, just remove the lines marked
+      <SPAN
+CLASS="QUOTE"
+>"Allow anyone to change comments."</SPAN
+> If you don't want the
+      Reporter to have any special rights on bugs they have filed, just
+      remove the entire section that deals with the Reporter.
+    </P
+><P
+>&#13;      More complex customizations are not much harder. Basically, you add
+      a check in the right place in the function, i.e. after all the variables
+      you are using have been set up. So, don't look at $ownerid before 
+      $ownerid has been obtained from the database. You can either add a
+      positive check, which returns 1 (allow) if certain conditions are true,
+      or a negative check, which returns 0 (deny.) E.g.:
+      <TABLE
 BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
 ><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 section does not cover the whineatnews.pl script.  See
-        <A
-HREF="#installation-whining-cron"
->Section 2.3.3</A
-> for more information on 
-        The Whining Cron.
-      </P
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>    if ($field eq "qacontact") {
+        if (Bugzilla-&#62;user-&#62;groups("quality_assurance")) {
+            return 1;
+        } 
+        else {
+            return 0;
+        }
+    }</PRE
+></FONT
 ></TD
 ></TR
 ></TABLE
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="whining-overview"
->6.13.1. The Event</A
-></H3
-><P
->&#13;        The whining system defines an "Event" as one or more queries being 
-        executed at regular intervals, with the results of said queries (if
-        there are any) being emailed to the user.  Events are created by 
-        clicking on the "Add new event" button.
-      </P
-><P
->&#13;        Once a new event is created, the first thing to set is the "Email 
-        subject line".  The contents of this field will be used in the subject
-        line of every email generated by this event.  In addition to setting a 
-        subject, space is provided to enter some descriptive text that will be 
-        included at the top of each message (to help you in understanding why 
-        you received the email in the first place).
-      </P
-><P
->&#13;        The next step is to specify when the Event is to be run (the Schedule) 
-        and what searches are to be performed (the Queries).
-      </P
-></DIV
-><DIV
-CLASS="section"
-><HR><H3
-CLASS="section"
-><A
-NAME="whining-schedule"
->6.13.2. Whining Schedule</A
-></H3
-><P
->&#13;         Each whining event is associated with zero or more schedules.  A 
-         schedule is used to specify when the query (specified below) is to be
-         run.  A new event starts out with no schedules (which means it will 
-         never run, as it is not scheduled to run).  To add a schedule, press
-         the "Add a new schedule" button.
-      </P
+>
+      This says that only users in the group "quality_assurance" can change
+      the QA Contact field of a bug.
+    </P
 ><P
->&#13;         Each schedule includes an interval, which you use to tell Bugzilla 
-         when the event should be run.  An event can be run on certain days of
-         the week, certain days of the month, during weekdays (defined as 
-         Monday through Friday), or every day.
-      </P
+>&#13;      Getting more weird:
+      <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="programlisting"
+>    if (($field eq "priority") &#38;&#38;
+        (Bugzilla-&#62;user-&#62;email =~ /.*\@example\.com$/))
+    {
+        if ($oldvalue eq "P1") {
+            return 1;
+        } 
+        else {
+            return 0;
+        }
+    }</PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+      This says that if the user is trying to change the priority field,
+      and their email address is @example.com, they can only do so if the
+      old value of the field was "P1". Not very useful, but illustrative.
+    </P
 ><DIV
 CLASS="warning"
 ><P
@@ -14203,210 +14619,185 @@ ALT="Warning"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->&#13;          Be careful if you set your event to run on the 29th, 30th, or 31st of
-          the month, as your event may not run exactly when expected.  If you 
-          want your event to run on the last day of the month, select "Last day
-          of the month" as the interval.
-        </P
+>&#13;        If you are modifying <TT
+CLASS="filename"
+>process_bug.cgi</TT
+> in any
+        way, do not change the code that is bounded by DO_NOT_CHANGE blocks.
+        Doing so could compromise security, or cause your installation to
+        stop working entirely.
+      </P
 ></TD
 ></TR
 ></TABLE
 ></DIV
 ><P
->&#13;        Once you have specified the day(s) on which the event is to be run, you
-        should now specify the time at which the event is to be run.  You can 
-        have the event run at a certain hour on the specified day(s), or 
-        every hour, half-hour, or quarter-hour on the specified day(s).
-      </P
-><P
->&#13;        If a single schedule does not execute an event as many times as you 
-        would want, you can create another schedule for the same event.  For 
-        example, if you want to run an event on days whose numbers are
-        divisible by seven, you would need to add four schedules to the event,
-        setting the schedules to run on the 7th, 14th, 21st, and 28th (one day 
-        per schedule) at whatever time (or times) you choose.
-      </P
+>&#13;      For a list of possible field names, look at the bugs table in the 
+      database. If you need help writing custom rules for your organization,
+      ask in the newsgroup.
+    </P
+></DIV
 ><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"
+CLASS="section"
+><HR><H2
+CLASS="section"
+><A
+NAME="integration"
+>6.5. Integrating Bugzilla with Third-Party Tools</A
+></H2
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="bonsai"
+>6.5.1. Bonsai</A
+></H3
 ><P
->&#13;          If you are a member of the bz_canusewhineatothers group, then you
-          will be presented with another option: "Mail to".  Using this you 
-          can control who will receive the emails generated by this event.  You
-          can choose to send the emails to a single user (identified by email 
-          address) or a single group (identified by group name).  To send to 
-          multiple users or groups, create a new schedule for each additional 
-          user/group.
-        </P
-></TD
-></TR
-></TABLE
-></DIV
+>Bonsai is a web-based tool for managing 
+    <A
+HREF="#cvs"
+>CVS, the Concurrent Versioning System</A
+>
+
+    . Using Bonsai, administrators can control open/closed status of trees,
+    query a fast relational database back-end for change, branch, and comment
+    information, and view changes made since the last time the tree was
+    closed. Bonsai
+    also integrates with  
+    <A
+HREF="#tinderbox"
+>Tinderbox, the Mozilla automated build management system</A
+>.
+    </P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="whining-query"
->6.13.3. Whining Queries</A
+NAME="cvs"
+>6.5.2. CVS</A
 ></H3
 ><P
->&#13;        Each whining event is associated with zero or more queries.  A query is
-        a saved search that is executed on the schedule specified (see above).
-        You start out with zero queries attached to the event (which means that
-        the event will not run, as there will never be any results to return).
-        To add a query, press the "Add a new query" button.
-      </P
-><P
->&#13;        The first field to examine in your new query is the Sort field.  Queries
-        are executed, and results returned, in the order specified by the Sort 
-        field.  Queries with lower Sort values will run before queries with 
-        higher Sort values.
-      </P
+>CVS integration is best accomplished, at this point, using the
+    Bugzilla Email Gateway.</P
 ><P
->&#13;        The next field to examine is the Search field.  This is where you 
-        choose the actual search that is to be run.  Instead of defining search
-        parameters here, you are asked to choose from the list of saved 
-        searches (the same list that appears at the bottom of every Bugzilla 
-        page).  You are only allowed to choose from searches that you have 
-        saved yourself (the default saved search, "My Bugs", is not a valid 
-        choice).  If you do not have any saved searches, you can take this 
-        opportunity to create one (see <A
-HREF="#list"
->Section 6.6</A
->).
-      </P
-><DIV
-CLASS="note"
+>Follow the instructions in this Guide for enabling Bugzilla e-mail
+    integration. Ensure that your check-in script sends an email to your
+    Bugzilla e-mail gateway with the subject of 
+    <SPAN
+CLASS="QUOTE"
+>"[Bug XXXX]"</SPAN
+>, 
+    and you can have CVS check-in comments append to your Bugzilla bug. If
+    you  want to have the bug be closed automatically, you'll have to modify
+    the <TT
+CLASS="filename"
+>contrib/bugzilla_email_append.pl</TT
+> script.
+    </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"
+>There is also a CVSZilla project, based upon somewhat dated 
+    Bugzilla code, to integrate CVS and Bugzilla through CVS' ability to 
+    email. Check it out at: <A
+HREF="http://homepages.kcbbs.gen.nz/~tonyg/"
+TARGET="_top"
+>http://homepages.kcbbs.gen.nz/~tonyg/</A
+>.
+    </P
 ><P
->&#13;          When running queries, the whining system acts as if you are the user
-          executing the query.  This means that the whining system will ignore
-          bugs that match your query, but that you can not access.
-        </P
-></TD
-></TR
-></TABLE
+>Another system capable of CVS integration with Bugzilla is
+    Scmbug. This system provides generic integration of Source code
+    Configuration Management with Bugtracking. Check it out at: <A
+HREF="http://freshmeat.net/projects/scmbug/"
+TARGET="_top"
+>http://freshmeat.net/projects/scmbug/</A
+>.
+    </P
 ></DIV
-><P
->&#13;        Once you have chosen the saved search to be executed, give the query a 
-        descriptive title.  This title will appear in the email, above the 
-        results of the query.  If you choose "One message per bug", the query 
-        title will appear at the top of each email that contains a bug matching
-        your query.
-      </P
-><P
->&#13;        Finally, decide if the results of the query should be sent in a single
-        email, or if each bug should appear in its own email.
-      </P
 ><DIV
-CLASS="warning"
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="scm"
+>6.5.3. Perforce SCM</A
+></H3
 ><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"
+>You can find the project page for Bugzilla and Teamtrack Perforce
+    integration (p4dti) at: 
+    <A
+HREF="http://www.ravenbrook.com/project/p4dti/"
+TARGET="_top"
+>http://www.ravenbrook.com/project/p4dti/</A
+>
+
+    . 
+    <SPAN
+CLASS="QUOTE"
+>"p4dti"</SPAN
+>
+
+    is now an officially supported product from Perforce, and you can find
+    the "Perforce Public Depot" p4dti page at 
+    <A
+HREF="http://public.perforce.com/public/perforce/p4dti/index.html"
+TARGET="_top"
+>http://public.perforce.com/public/perforce/p4dti/index.html</A
+>
+
+    .</P
 ><P
->&#13;          Think carefully before checking the "One message per bug" box.  If
-          you create a query that matches thousands of bugs, you will receive 
-          thousands of emails!
-        </P
-></TD
-></TR
-></TABLE
-></DIV
+>Integration of Perforce with Bugzilla, once patches are applied, is
+    seamless. Perforce replication information will appear below the comments
+    of each bug. Be certain you have a matching set of patches for the
+    Bugzilla version you are installing. p4dti is designed to support
+    multiple defect trackers, and maintains its own documentation for it.
+    Please consult the pages linked above for further information.</P
 ></DIV
 ><DIV
 CLASS="section"
 ><HR><H3
 CLASS="section"
 ><A
-NAME="AEN2683"
->6.13.4. Saving Your Changes</A
+NAME="svn"
+>6.5.4. Subversion</A
 ></H3
 ><P
->&#13;        Once you have defined at least one schedule, and created at least one 
-        query, go ahead and "Update/Commit".  This will save your Event and make
-        it available for immediate execution.
-      </P
+>Subversion is a free/open-source version control system,
+     designed to overcome various limitations of CVS. Integration of
+     Subversion with Bugzilla is possible using Scmbug, a system
+     providing generic integration of Source Code Configuration
+     Management with Bugtracking. Scmbug is available at <A
+HREF="http://freshmeat.net/projects/scmbug/"
+TARGET="_top"
+>http://freshmeat.net/projects/scmbug/</A
+>.</P
+></DIV
 ><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"
+CLASS="section"
+><HR><H3
+CLASS="section"
+><A
+NAME="tinderbox"
+>6.5.5. Tinderbox/Tinderbox2</A
+></H3
 ><P
->&#13;          If you ever feel like deleting your event, you may do so using the 
-          "Remove Event" button in the upper-right corner of each Event.  You 
-          can also modify an existing event, so long as you "Update/Commit" 
-          after completing your modifications.
-        </P
-></TD
-></TR
-></TABLE
-></DIV
+>Tinderbox is a continuous-build system which can integrate with
+    Bugzilla - see
+    <A
+HREF="http://www.mozilla.org/projects/tinderbox"
+TARGET="_top"
+>http://www.mozilla.org/projects/tinderbox</A
+> for details
+    of Tinderbox, and 
+    <A
+HREF="http://tinderbox.mozilla.org/showbuilds.cgi"
+TARGET="_top"
+>http://tinderbox.mozilla.org/showbuilds.cgi</A
+> to see it
+    in action.</P
 ></DIV
 ></DIV
 ></DIV
@@ -14432,51 +14823,57 @@ HREF="#faq-general"
 ><DL
 ><DT
 >A.1.1. <A
+HREF="#faq-general-tryout"
+>&#13;            Can I try out Bugzilla somewhere?
+          </A
+></DT
+><DT
+>A.1.2. <A
 HREF="#faq-general-license"
 >&#13;            What license is Bugzilla distributed under?
           </A
 ></DT
 ><DT
->A.1.2. <A
+>A.1.3. <A
 HREF="#faq-general-support"
 >&#13;            How do I get commercial support for Bugzilla?
           </A
 ></DT
 ><DT
->A.1.3. <A
+>A.1.4. <A
 HREF="#faq-general-companies"
 >&#13;            What major companies or projects are currently using Bugzilla
             for bug-tracking?
           </A
 ></DT
 ><DT
->A.1.4. <A
+>A.1.5. <A
 HREF="#faq-general-maintainers"
 >&#13;            Who maintains Bugzilla?
           </A
 ></DT
 ><DT
->A.1.5. <A
+>A.1.6. <A
 HREF="#faq-general-compare"
 >&#13;            How does Bugzilla stack up against other bug-tracking databases?
           </A
 ></DT
 ><DT
->A.1.6. <A
+>A.1.7. <A
 HREF="#faq-general-bzmissing"
 >&#13;            Why doesn't Bugzilla offer this or that feature or compatibility
             with this other tracking software?
           </A
 ></DT
 ><DT
->A.1.7. <A
+>A.1.8. <A
 HREF="#faq-general-mysql"
 >&#13;            Why MySQL?  I'm interested in seeing Bugzilla run on
             PostgreSQL/Sybase/Oracle/Msql/MSSQL.
           </A
 ></DT
 ><DT
->A.1.8. <A
+>A.1.9. <A
 HREF="#faq-general-bonsaitools"
 >&#13;            What is <TT
 CLASS="filename"
@@ -14485,7 +14882,7 @@ CLASS="filename"
           </A
 ></DT
 ><DT
->A.1.9. <A
+>A.1.10. <A
 HREF="#faq-general-perlpath"
 >&#13;            My perl is located at <TT
 CLASS="filename"
@@ -14499,13 +14896,13 @@ CLASS="filename"
           </A
 ></DT
 ><DT
->A.1.10. <A
+>A.1.11. <A
 HREF="#faq-general-cookie"
 >&#13;            Is there an easy way to change the Bugzilla cookie name?
           </A
 ></DT
 ><DT
->A.1.11. <A
+>A.1.12. <A
 HREF="#faq-mod-perl"
 >&#13;            Does bugzilla run under <TT
 CLASS="filename"
@@ -14513,6 +14910,12 @@ CLASS="filename"
 >?
           </A
 ></DT
+><DT
+>A.1.13. <A
+HREF="#faq-general-selinux"
+>&#13;            How can Bugzilla be made to work under SELinux?
+          </A
+></DT
 ></DL
 ></DD
 ><DT
@@ -14932,10 +15335,40 @@ CLASS="qandaentry"
 CLASS="question"
 ><P
 ><A
-NAME="faq-general-license"
+NAME="faq-general-tryout"
 ></A
 ><B
 >A.1.1. </B
+>
+            Can I try out Bugzilla somewhere?
+          </P
+></DIV
+><DIV
+CLASS="answer"
+><P
+><B
+> </B
+>
+            If you want to take a test ride, there are test installations
+            at <A
+HREF="http://landfill.bugzilla.org/"
+TARGET="_top"
+>http://landfill.bugzilla.org/</A
+>,
+            ready to play with directly from your browser.
+          </P
+></DIV
+></DIV
+><DIV
+CLASS="qandaentry"
+><DIV
+CLASS="question"
+><P
+><A
+NAME="faq-general-license"
+></A
+><B
+>A.1.2. </B
 >
             What license is Bugzilla distributed under?
           </P
@@ -14964,7 +15397,7 @@ CLASS="question"
 NAME="faq-general-support"
 ></A
 ><B
->A.1.2. </B
+>A.1.3. </B
 >
             How do I get commercial support for Bugzilla?
           </P
@@ -15000,7 +15433,7 @@ CLASS="question"
 NAME="faq-general-companies"
 ></A
 ><B
->A.1.3. </B
+>A.1.4. </B
 >
             What major companies or projects are currently using Bugzilla
             for bug-tracking?
@@ -15043,7 +15476,7 @@ CLASS="question"
 NAME="faq-general-maintainers"
 ></A
 ><B
->A.1.4. </B
+>A.1.5. </B
 >
             Who maintains Bugzilla?
           </P
@@ -15072,7 +15505,7 @@ CLASS="question"
 NAME="faq-general-compare"
 ></A
 ><B
->A.1.5. </B
+>A.1.6. </B
 >
             How does Bugzilla stack up against other bug-tracking databases?
           </P
@@ -15117,7 +15550,7 @@ CLASS="question"
 NAME="faq-general-bzmissing"
 ></A
 ><B
->A.1.6. </B
+>A.1.7. </B
 >
             Why doesn't Bugzilla offer this or that feature or compatibility
             with this other tracking software?
@@ -15136,7 +15569,7 @@ CLASS="answer"
           </P
 ><P
 >&#13;            The best way to make an enhancement request is to <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
 TARGET="_top"
 >file
             a bug at bugzilla.mozilla.org</A
@@ -15187,7 +15620,7 @@ CLASS="question"
 NAME="faq-general-mysql"
 ></A
 ><B
->A.1.7. </B
+>A.1.8. </B
 >
             Why MySQL?  I'm interested in seeing Bugzilla run on
             PostgreSQL/Sybase/Oracle/Msql/MSSQL.
@@ -15203,46 +15636,53 @@ CLASS="answer"
             and was available for the hardware Netscape intended to run it on.
           </P
 ><P
->&#13;            There is currently work in progress to make Bugzilla work on
-            PostgreSQL; track the progress of this initiative in <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=98304"
+>&#13;            Bugzilla 2.20 contains experimental support for PostgreSQL.
+            Bugzilla 2.22 contains complete, stable support for PostgreSQL.
+            As of this release, using PostgreSQL with Bugzilla should
+            be as stable as using MySQL. If you experience any problems
+            with PostgreSQL compatibility, they will be taken as
+            seriously as if you were running MySQL.
+          </P
+><P
+>&#13;            Red Hat once ran a version of Bugzilla that worked on Oracle, 
+            but that was long, long ago; that version (Bugzilla 2.8) is
+            now obsolete, insecure, and totally unsupported.
+          </P
+><P
+>&#13;            In August of 2005, Wim Coekaerts (Director of Linux
+            Engineering at Oracle Corporation) wrote to Dave Miller
+            confirming that Oracle intends to implement and support
+            Bugzilla. Since then, no further information has been
+            forthcoming. Track progress at
+            <A
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=189947"
 TARGET="_top"
->bug 98304</A
+>&#13;            Bug 189947</A
 >.
           </P
 ><P
->&#13;            Sybase support is no longer being worked on.  Even if it eventually
-            happens, it's VERY unlikely to work without the end-user-company
-            having to stick a few developers on making several manual changes.
-            Sybase is just NOT very standards-compliant (despite all the hype),
-            and it turned out that way too much had to be changed to make it
-            work -- like moving half of the application logic into stored
+>&#13;            Sybase support is no longer being worked on. Even if it
+            eventually happens, it's VERY unlikely to work without
+            the end-user-company having to stick a few developers on
+            making several manual changes. Sybase is just NOT very
+            standards-compliant (despite all the hype), and it turned
+            out that way too much had to be changed to make it work --
+            like moving half of the application logic into stored
             procedures to get any kind of decent performance out of it.
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=173130"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=173130"
 TARGET="_top"
->Bug
-            173130</A
+>&#13;            Bug 173130</A
 > is the relevant bug.
           </P
 ><P
->&#13;            Red Hat once ran a version of Bugzilla that worked on Oracle, 
-            but that was long, long ago; that version (Bugzilla 2.8) is
-            now obsolete, insecure, and totally unsupported. Red Hat's
-            current Bugzilla (based on Bugzilla 2.17.1) uses PostgreSQL,
-            and work is being done to merge those changes into the main
-            distribution. (See above.) At this time we know of no recent
-            ports of Bugzilla to Oracle. (In our honest opinion, Bugzilla
-            doesn't need what Oracle offers.)
-          </P
-><P
 >&#13;            <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=237862"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=237862"
 TARGET="_top"
->Bug
-            237862</A
-> is a good bug to read through if you'd like to see
-            what progress is being made on general database compatibility.
+>&#13;            Bug 237862</A
+> is a good bug to read through if you'd
+            like to see what progress is being made on general database
+            compatibility.
           </P
 ></DIV
 ></DIV
@@ -15255,7 +15695,7 @@ CLASS="question"
 NAME="faq-general-bonsaitools"
 ></A
 ><B
->A.1.8. </B
+>A.1.9. </B
 >
             What is <TT
 CLASS="filename"
@@ -15297,7 +15737,7 @@ CLASS="question"
 NAME="faq-general-perlpath"
 ></A
 ><B
->A.1.9. </B
+>A.1.10. </B
 >
             My perl is located at <TT
 CLASS="filename"
@@ -15470,7 +15910,7 @@ CLASS="question"
 NAME="faq-general-cookie"
 ></A
 ><B
->A.1.10. </B
+>A.1.11. </B
 >
             Is there an easy way to change the Bugzilla cookie name?
           </P
@@ -15494,7 +15934,7 @@ CLASS="question"
 NAME="faq-mod-perl"
 ></A
 ><B
->A.1.11. </B
+>A.1.12. </B
 >
             Does bugzilla run under <TT
 CLASS="filename"
@@ -15519,6 +15959,36 @@ TARGET="_top"
           </P
 ></DIV
 ></DIV
+><DIV
+CLASS="qandaentry"
+><DIV
+CLASS="question"
+><P
+><A
+NAME="faq-general-selinux"
+></A
+><B
+>A.1.13. </B
+>
+            How can Bugzilla be made to work under SELinux?
+          </P
+></DIV
+><DIV
+CLASS="answer"
+><P
+><B
+> </B
+>
+            Unfortunately there are no step-by-step instructions,
+            but the following URL contains hints on how to do it:
+            <A
+HREF="http://fedora.redhat.com/docs/selinux-apache-fc3/sn-debugging-and-customizing.html"
+TARGET="_top"
+>http://fedora.redhat.com/docs/selinux-apache-fc3/sn-debugging-and-customizing.html</A
+>
+          </P
+></DIV
+></DIV
 ></DIV
 ><DIV
 CLASS="qandadiv"
@@ -15582,7 +16052,7 @@ CLASS="answer"
 >&#13;            There is no GUI for adding fields to Bugzilla at this
             time. You can follow development of this feature in 
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=91037"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=91037"
 TARGET="_top"
 >bug 91037</A
 >
@@ -15611,14 +16081,14 @@ CLASS="answer"
 > </B
 >
             Yes. Look at <A
-HREF="http://bugzilla.mozilla.org/report.cgi"
+HREF="https://bugzilla.mozilla.org/report.cgi"
 TARGET="_top"
->http://bugzilla.mozilla.org/report.cgi</A
+>https://bugzilla.mozilla.org/report.cgi</A
 >
             for samples of what Bugzilla can do in reporting and graphing.
             Fuller documentation is provided in <A
 HREF="#reporting"
->Section 6.11</A
+>Section 5.10</A
 >.
           </P
 ><P
@@ -15817,7 +16287,7 @@ TARGET="_top"
             Some admin interfaces have been templatized (for easy localization)
             but many of them are still available in English only. Also, there
             may be issues with the charset not being declared. See <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=126266"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=126266"
 TARGET="_top"
 >bug 126226</A
 >
@@ -16009,7 +16479,7 @@ CLASS="answer"
             See the documentation on Customization for more details,
             specifically <A
 HREF="#template-specific"
->Section 5.2.5</A
+>Section 6.2.5</A
 >.
           </P
 ></DIV
@@ -16199,7 +16669,7 @@ CLASS="QUOTE"
 ><P
 >&#13;            See also the instructions in <A
 HREF="#upgrade-cvs"
->Section 3.12.2.1</A
+>Section 3.14.3.1</A
 >.
           </P
 ></DIV
@@ -16464,7 +16934,7 @@ CLASS="command"
 >this makes MySQL as secure as
             taping a $100 to the floor of a football stadium bathroom for
             safekeeping.</EM
-> 
+>
           </P
 ><DIV
 CLASS="warning"
@@ -16764,7 +17234,7 @@ CLASS="QUOTE"
 >,
             which can be found in
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=6679"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=6679"
 TARGET="_top"
 >bug
             6679</A
@@ -16776,7 +17246,7 @@ TARGET="_top"
 >&#13;            An updated (and much-expanded) version of this functionality is
             due to be released as part of Bugzilla 2.20; see 
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=185090"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=185090"
 TARGET="_top"
 >bug
             185090</A
@@ -17108,6 +17578,99 @@ VALIGN="TOP"
 ></TR
 ></TABLE
 ></DIV
+><P
+>&#13;            You may also be suffering from a client version mismatch:
+          </P
+><P
+>&#13;            MySQL 4.1 and up uses an authentication protocol based on
+            a password hashing algorithm that is incompatible with that
+            used by older clients. If you upgrade the server to 4.1,
+            attempts to connect to it with an older client may fail
+            with the following message:
+          </P
+><P
+>&#13;            <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="screen"
+><SAMP
+CLASS="prompt"
+>shell&#62;</SAMP
+> mysql
+            Client does not support authentication protocol requested
+            by server; consider upgrading MySQL client
+            </PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+          </P
+><P
+>&#13;            To solve this problem, you should use one of the following
+            approaches:
+          </P
+><P
+>&#13;            <P
+></P
+><UL
+><LI
+><P
+>&#13;                  Upgrade all client programs to use a 4.1.1 or newer
+                  client library.
+                </P
+></LI
+><LI
+><P
+>&#13;                  When connecting to the server with a pre-4.1 client
+                  program, use an account that still has a
+                  pre-4.1-style password.
+                </P
+></LI
+><LI
+><P
+>&#13;                  Reset the password to pre-4.1 style for each user
+                  that needs to use a pre-4.1 client program.
+                  This can be done using the SET PASSWORD statement
+                  and the OLD_PASSWORD() function:
+                  <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="screen"
+>&#13;                    <SAMP
+CLASS="prompt"
+>mysql&#62;</SAMP
+> SET PASSWORD FOR
+                    <SAMP
+CLASS="prompt"
+>    -&#62;</SAMP
+> ' some_user '@' some_host ' = OLD_PASSWORD(' newpwd ');
+                  </PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+                </P
+></LI
+></UL
+>
+            
+          </P
+><P
+>&#13;          </P
 ></DIV
 ></DIV
 ><DIV
@@ -17265,7 +17828,7 @@ CLASS="answer"
 ><P
 >&#13;            Microsoft has some advice on this matter, as well:
             <A
-NAME="AEN3108"
+NAME="AEN3274"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -17511,7 +18074,7 @@ BORDER="0"
 ><TR
 ><TD
 >&#13;                <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=35195"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=35195"
 TARGET="_top"
 >Bug 35195</A
 >
@@ -17521,13 +18084,13 @@ CLASS="QUOTE"
 > checkbox
                 to the UI. It has two patches attached to it: 
                 <A
-HREF="http://bugzilla.mozilla.org/showattachment.cgi?attach_id=8029"
+HREF="https://bugzilla.mozilla.org/showattachment.cgi?attach_id=8029"
 TARGET="_top"
 >attachment 8029</A
 >
                 was originally created for Bugzilla 2.12, while 
                 <A
-HREF="http://bugzilla.mozilla.org/showattachment.cgi?attach_id=91372"
+HREF="https://bugzilla.mozilla.org/showattachment.cgi?attach_id=91372"
 TARGET="_top"
 >attachment 91372</A
 >
@@ -17537,7 +18100,7 @@ TARGET="_top"
 ><TR
 ><TD
 >&#13;                <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=37613"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=37613"
 TARGET="_top"
 >Bug
                 37613</A
@@ -17760,7 +18323,7 @@ CLASS="answer"
 > </B
 >
             Try <A
-HREF="http://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&#38;bug_status=ASSIGNED&#38;bug_status=REOPENED&#38;product=Bugzilla"
+HREF="https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&#38;bug_status=ASSIGNED&#38;bug_status=REOPENED&#38;product=Bugzilla"
 TARGET="_top"
 >&#13;            this link</A
 > to view current bugs or requests for
@@ -17769,7 +18332,7 @@ TARGET="_top"
 ><P
 >&#13;            You can view bugs marked for 3.0 release
             <A
-HREF="http://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla&#38;target_milestone=Bugzilla+&#38;bz-nextver;"
+HREF="https://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla&#38;target_milestone=Bugzilla+&#38;bz-nextver;"
 TARGET="_top"
 >here</A
 >.
@@ -17814,7 +18377,7 @@ CLASS="answer"
 > </B
 >
             This is well-documented in <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=49862"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=49862"
 TARGET="_top"
 >bug
             49862</A
@@ -17861,7 +18424,7 @@ TYPE="1"
 >&#13;                  Enter a bug into bugzilla.mozilla.org for the <SPAN
 CLASS="QUOTE"
 >"<A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
 TARGET="_top"
 >Bugzilla</A
 >"</SPAN
@@ -17895,7 +18458,7 @@ CLASS="QUOTE"
 ><LI
 ><P
 >&#13;                  Announce your patch and the associated URL
-                  (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX)
+                  (https://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX)
                   for discussion in the newsgroup
                   (mozilla.support.bugzilla). You'll get a
                   really good, fairly immediate reaction to the
@@ -18277,7 +18840,7 @@ NAME="trbl-relogin-everyone-share"
 >Example B-1. Examples of urlbase/cookiepath pairs for sharing login cookies</B
 ></P
 ><A
-NAME="AEN3302"
+NAME="AEN3468"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -18318,7 +18881,7 @@ NAME="trbl-relogin-everyone-restrict"
 >Example B-2. Examples of urlbase/cookiepath pairs to restrict the login cookie</B
 ></P
 ><A
-NAME="AEN3309"
+NAME="AEN3475"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -18847,9 +19410,9 @@ TARGET="_top"
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Link:&nbsp;Part&nbsp;of&nbsp;core&nbsp;distribution.<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://www.perldoc.com/perl5.8.0/lib/CGI.html"
+HREF="http://perldoc.perl.org/CGI.html"
 TARGET="_top"
->http://www.perldoc.com/perl5.8.0/lib/CGI.html</A
+>http://perldoc.perl.org/CGI.html</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -18860,15 +19423,15 @@ TARGET="_top"
 CLASS="literallayout"
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPAN&nbsp;Download&nbsp;Page:&nbsp;<A
-HREF="http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"
+HREF="http://search.cpan.org/dist/Data-Dumper/"
 TARGET="_top"
->http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm</A
+>http://search.cpan.org/dist/Data-Dumper/</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Page:&nbsp;Part&nbsp;of&nbsp;core&nbsp;distribution.<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"
+HREF="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"
 TARGET="_top"
->http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm</A
+>http://search.cpan.org/dist/Data-Dumper/Dumper.pm</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -18943,6 +19506,29 @@ TARGET="_top"
 >
     </P
 ><P
+>&#13;      DBD::Pg:
+      <P
+CLASS="literallayout"
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPAN&nbsp;Download&nbsp;Page:&nbsp;<A
+HREF="http://search.cpan.org/dist/DBD-Pg/"
+TARGET="_top"
+>http://search.cpan.org/dist/DBD-Pg/</A
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Link:&nbsp;<A
+HREF="http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-Pg.tar.gz"
+TARGET="_top"
+>http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-Pg.tar.gz</A
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
+HREF="http://search.cpan.org/dist/DBD-Pg/Pg.pm"
+TARGET="_top"
+>http://search.cpan.org/dist/DBD-Pg/Pg.pm</A
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
+>
+    </P
+><P
 >&#13;      File::Spec:
       <P
 CLASS="literallayout"
@@ -18954,9 +19540,9 @@ TARGET="_top"
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Page:&nbsp;Part&nbsp;of&nbsp;core&nbsp;distribution.<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://www.perldoc.com/perl5.8.0/lib/File/Spec.html"
+HREF="http://perldoc.perl.org/File/Spec.html"
 TARGET="_top"
->http://www.perldoc.com/perl5.8.0/lib/File/Spec.html</A
+>http://perldoc.perl.org/File/Spec.html</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -19000,9 +19586,9 @@ TARGET="_top"
 >http://landfill.bugzilla.org/ppm/GD.ppd</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://stein.cshl.org/WWW/software/GD/"
+HREF="http://search.cpan.org/dist/GD/GD.pm"
 TARGET="_top"
->http://stein.cshl.org/WWW/software/GD/</A
+>http://search.cpan.org/dist/GD/GD.pm</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -19018,7 +19604,6 @@ TARGET="_top"
 >http://search.cpan.org/dist/Template-GD/</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Link:&nbsp;&nbsp;(Just&nbsp;install&nbsp;Template-Toolkit&nbsp;using&nbsp;the&nbsp;instructions&nbsp;below)<br>
-<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
 HREF="http://www.template-toolkit.org/docs/aqua/Modules/index.html"
 TARGET="_top"
@@ -19098,9 +19683,9 @@ TARGET="_top"
 >http://landfill.bugzilla.org/ppm/Chart.ppd</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf"
+HREF="http://search.cpan.org/dist/Chart/Chart.pod"
 TARGET="_top"
->http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf</A
+>http://search.cpan.org/dist/Chart/Chart.pod</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -19228,7 +19813,7 @@ NAME="gfdl"
 ><P
 >Version 1.1, March 2000</P
 ><A
-NAME="AEN3493"
+NAME="AEN3664"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -19691,7 +20276,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="AEN3583"
+NAME="AEN3754"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -19728,7 +20313,7 @@ CLASS="glossdiv"
 ><H1
 CLASS="glossdiv"
 ><A
-NAME="AEN3588"
+NAME="AEN3759"
 >0-9, high ascii</A
 ></H1
 ><DL
@@ -20234,11 +20819,11 @@ NAME="gloss-mta"
 ></DT
 > (MTA)<DD
 ><P
->A Message Transport Agent is used to control the flow of email
-        on a system. The <A
-HREF="http://search.cpan.org/dist/MailTools/Mail/Mailer.pm"
+>A Message Transport Agent is used to control the flow of email on a system.
+        The <A
+HREF="http://search.cpan.org/dist/Email-Send/lib/Email/Send.pm"
 TARGET="_top"
->Mail::Mailer</A
+>Email::Send</A
 >
         Perl module, which Bugzilla uses to send email, can be configured to
         use many different underlying implementations for actually sending the
@@ -20646,7 +21231,7 @@ NAME="gloss-zarro"
         Terry had the following to say:
         </P
 ><A
-NAME="AEN3835"
+NAME="AEN4006"
 ></A
 ><TABLE
 BORDER="0"
diff --git a/docs/html/CVS/Entries b/docs/html/CVS/Entries
index da097b24c..c12490828 100644
--- a/docs/html/CVS/Entries
+++ b/docs/html/CVS/Entries
@@ -1,2 +1,2 @@
-/.cvsignore/1.1/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_3
+/.cvsignore/1.1/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_4
 D/api////
diff --git a/docs/html/CVS/Tag b/docs/html/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/html/CVS/Tag
+++ b/docs/html/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/html/about.html b/docs/html/about.html
index 6224866d9..9131ddd21 100644
--- a/docs/html/about.html
+++ b/docs/html/about.html
@@ -7,12 +7,12 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -38,7 +38,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -157,7 +157,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TD
 ><TD
diff --git a/docs/html/administration.html b/docs/html/administration.html
index bd7053ac5..ef361a897 100644
--- a/docs/html/administration.html
+++ b/docs/html/administration.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -168,62 +168,110 @@ HREF="flags-overview.html#flags-admin"
 ></DD
 ><DT
 >3.9. <A
+HREF="custom-fields.html"
+>Custom Fields</A
+></DT
+><DD
+><DL
+><DT
+>3.9.1. <A
+HREF="custom-fields.html#add-custom-fields"
+>Adding Custom Fields</A
+></DT
+><DT
+>3.9.2. <A
+HREF="custom-fields.html#edit-custom-fields"
+>Editing Custom Fields</A
+></DT
+><DT
+>3.9.3. <A
+HREF="custom-fields.html#delete-custom-fields"
+>Deleting Custom Fields</A
+></DT
+></DL
+></DD
+><DT
+>3.10. <A
+HREF="edit-values.html"
+>Legal Values</A
+></DT
+><DD
+><DL
+><DT
+>3.10.1. <A
+HREF="edit-values.html#edit-values-list"
+>Viewing/Editing legal values</A
+></DT
+><DT
+>3.10.2. <A
+HREF="edit-values.html#edit-values-delete"
+>Deleting legal values</A
+></DT
+></DL
+></DD
+><DT
+>3.11. <A
 HREF="voting.html"
 >Voting</A
 ></DT
 ><DT
->3.10. <A
+>3.12. <A
 HREF="quips.html"
 >Quips</A
 ></DT
 ><DT
->3.11. <A
+>3.13. <A
 HREF="groups.html"
 >Groups and Group Security</A
 ></DT
 ><DD
 ><DL
 ><DT
->3.11.1. <A
-HREF="groups.html#AEN1529"
+>3.13.1. <A
+HREF="groups.html#AEN1662"
 >Creating Groups</A
 ></DT
 ><DT
->3.11.2. <A
-HREF="groups.html#AEN1556"
+>3.13.2. <A
+HREF="groups.html#AEN1689"
 >Assigning Users to Groups</A
 ></DT
 ><DT
->3.11.3. <A
-HREF="groups.html#AEN1566"
+>3.13.3. <A
+HREF="groups.html#AEN1699"
 >Assigning Group Controls to Products</A
 ></DT
 ><DT
->3.11.4. <A
-HREF="groups.html#AEN1584"
+>3.13.4. <A
+HREF="groups.html#AEN1717"
 >Common Applications of Group Controls</A
 ></DT
 ></DL
 ></DD
 ><DT
->3.12. <A
+>3.14. <A
 HREF="upgrading.html"
 >Upgrading to New Releases</A
 ></DT
 ><DD
 ><DL
 ><DT
->3.12.1. <A
+>3.14.1. <A
 HREF="upgrading.html#upgrading-version-defns"
 >Version Definitions</A
 ></DT
 ><DT
->3.12.2. <A
+>3.14.2. <A
+HREF="upgrading.html#upgrading-notifications"
+>Upgrading - Notifications</A
+></DT
+><DT
+>3.14.3. <A
 HREF="upgrading.html#upgrading-methods"
 >Upgrading - Methods and Procedure</A
 ></DT
 ><DT
->3.12.3. <A
+>3.14.4. <A
 HREF="upgrading.html#upgrading-completion"
 >Completing Your Upgrade</A
 ></DT
diff --git a/docs/html/api/Bugzilla.html b/docs/html/api/Bugzilla.html
index 0fcca920c..3f9a373b4 100644
--- a/docs/html/api/Bugzilla.html
+++ b/docs/html/api/Bugzilla.html
@@ -76,7 +76,7 @@ name="METHODS"
 
 <dd>
 <p>If you ever need a <a href="./Bugzilla/Template.html" class="podlinkpod"
->Bugzilla::Template</a> object while you&#39;re already processing a template, use this.</p>
+>Bugzilla::Template</a> object while you&#39;re already processing a template, use this. Also use it if you want to specify the language to use. If no argument is passed, it uses the last language set. If the argument is &#34;&#34; (empty string), the language is reset to the current one (the one used by Bugzilla-&#62;template).</p>
 
 <dt><a name="cgi"
 ><code  class="code">cgi</code></a></dt>
@@ -90,6 +90,15 @@ name="METHODS"
 <dd>
 <p><code  class="code">undef</code> if there is no currently logged in user or if the login code has not yet been run. If an sudo session is in progress, the <code  class="code">Bugzilla::User</code> corresponding to the person who is being impersonated. If no session is in progress, the current <code  class="code">Bugzilla::User</code>.</p>
 
+<dt><a name="set_user"
+><code  class="code">set_user</code></a></dt>
+
+<dd>
+<p>Allows you to directly set what <a href="#user" class="podlinkpod"
+>&#34;user&#34;</a> will return. You can use this if you want to bypass <a href="#login" class="podlinkpod"
+>&#34;login&#34;</a> for some reason and directly &#34;log in&#34; a specific <a href="./Bugzilla/User.html" class="podlinkpod"
+>Bugzilla::User</a>. Be careful with it, though!</p>
+
 <dt><a name="sudoer"
 ><code  class="code">sudoer</code></a></dt>
 
@@ -151,6 +160,19 @@ name="METHODS"
 
 <p><code  class="code">Bugzilla-</code>usage_mode&#62; will return the current state of this flag.</p>
 
+<dt><a name="installation_mode"
+><code  class="code">installation_mode</code></a></dt>
+
+<dd>
+<p>Determines whether or not installation should be silent. See <a href="./Bugzilla/Constants.html" class="podlinkpod"
+>Bugzilla::Constants</a> for the <code  class="code">INSTALLATION_MODE</code> constants.</p>
+
+<dt><a name="installation_answers"
+><code  class="code">installation_answers</code></a></dt>
+
+<dd>
+<p>Returns a hashref representing any &#34;answers&#34; file passed to <em  class="code">checksetup.pl</em>, used to automatically answer or skip prompts.</p>
+
 <dt><a name="dbh"
 ><code  class="code">dbh</code></a></dt>
 
diff --git a/docs/html/api/Bugzilla/Attachment.html b/docs/html/api/Bugzilla/Attachment.html
index 0a8066a5c..179c3251a 100644
--- a/docs/html/api/Bugzilla/Attachment.html
+++ b/docs/html/api/Bugzilla/Attachment.html
@@ -215,21 +215,23 @@ name="Class_Methods"
 
 <p>Returns: 1 on success.</p>
 
-<dt><a name="validate_can_edit()"
-><code  class="code">validate_can_edit()</code></a></dt>
+<dt><a name="validate_can_edit($attachment,_$product_id)"
+><code  class="code">validate_can_edit($attachment, $product_id)</code></a></dt>
 
 <dd>
 <p>Description: validates if the user is allowed to view and edit the attachment. Only the submitter or someone with editbugs privs can edit it. Only the submitter and users in the insider group can view private attachments.</p>
 
+<p>Params: $attachment - the attachment object being edited. $product_id - the product ID the attachment belongs to.</p>
+
 <p>Returns: 1 on success. Else an error is thrown.</p>
 
-<dt><a name="validate_obsolete($bug_id)"
-><code  class="code">validate_obsolete($bug_id)</code></a></dt>
+<dt><a name="validate_obsolete($bug)"
+><code  class="code">validate_obsolete($bug)</code></a></dt>
 
 <dd>
 <p>Description: validates if attachments the user wants to mark as obsolete really belong to the given bug and are not already obsolete. Moreover, a user cannot mark an attachment as obsolete if he cannot view it (due to restrictions on it).</p>
 
-<p>Params: $bug_id - The bug ID obsolete attachments should belong to.</p>
+<p>Params: $bug - The bug object obsolete attachments should belong to.</p>
 
 <p>Returns: 1 on success. Else an error is thrown.</p>
 
diff --git a/docs/html/api/Bugzilla/Component.html b/docs/html/api/Bugzilla/Component.html
index cba35d6ef..d46690090 100644
--- a/docs/html/api/Bugzilla/Component.html
+++ b/docs/html/api/Bugzilla/Component.html
@@ -33,8 +33,8 @@ name="SYNOPSIS"
 <pre  class="code">    use Bugzilla::Component;
 
     my $component = new Bugzilla::Component(1);
-    my $component = new Bugzilla::Component({product_id =&#62; 1,
-                                             name       =&#62; &#39;AcmeComp&#39;});
+    my $component = new Bugzilla::Component({product =&#62; $product,
+                                             name    =&#62; &#39;AcmeComp&#39;});
 
     my $bug_count          = $component-&#62;bug_count();
     my $bug_ids            = $component-&#62;bug_ids();
@@ -44,7 +44,8 @@ name="SYNOPSIS"
     my $product_id         = $component-&#62;product_id;
     my $default_assignee   = $component-&#62;default_assignee;
     my $default_qa_contact = $component-&#62;default_qa_contact;
-    my $initial_cc         = $component-&#62;initial_cc
+    my $initial_cc         = $component-&#62;initial_cc;
+    my $product            = $component-&#62;product;
     my $bug_flag_types     = $component-&#62;flag_types-&#62;{&#39;bug&#39;};
     my $attach_flag_types  = $component-&#62;flag_types-&#62;{&#39;attachment&#39;};
 
@@ -136,6 +137,16 @@ name="METHODS"
   Params:      none.
 
   Returns:     Two references to an array of flagtype objects.</pre>
+
+<dt><a name="product()"
+><code  class="code">product()</code></a></dt>
+
+<dd>
+<pre  class="code">  Description: Returns the product the component belongs to.
+
+  Params:      none.
+
+  Returns:     A Bugzilla::Product object.</pre>
 </dd>
 </dl>
 
diff --git a/docs/html/api/Bugzilla/DB/Schema.html b/docs/html/api/Bugzilla/DB/Schema.html
index ca2921f83..6c2fc2ccc 100644
--- a/docs/html/api/Bugzilla/DB/Schema.html
+++ b/docs/html/api/Bugzilla/DB/Schema.html
@@ -166,6 +166,13 @@ name="METHODS"
  Returns:     a DDL string suitable for describing a field in a
               C&#60;CREATE TABLE&#62; or C&#60;ALTER TABLE&#62; SQL statement</pre>
 
+<dt><a name="convert_type"
+><code  class="code">convert_type</code></a></dt>
+
+<dd>
+<p>Converts a TYPE from the <a href="#ABSTRACT_SCHEMA" class="podlinkpod"
+>&#34;ABSTRACT_SCHEMA&#34;</a> format into the real SQL type.</p>
+
 <dt><a name="get_column($table,_$column)"
 ><code  class="code">get_column($table, $column)</code></a></dt>
 
diff --git a/docs/html/api/Bugzilla/Field.html b/docs/html/api/Bugzilla/Field.html
index a73f1ea24..632fef733 100644
--- a/docs/html/api/Bugzilla/Field.html
+++ b/docs/html/api/Bugzilla/Field.html
@@ -17,6 +17,7 @@ Bugzilla::Field</title>
   <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
   <ul   class='indexList indexList2'>
     <li class='indexItem indexItem2'><a href='#Instance_Properties'>Instance Properties</a>
+    <li class='indexItem indexItem2'><a href='#Instance_Mutators'>Instance Mutators</a>
     <li class='indexItem indexItem2'><a href='#Class_Methods'>Class Methods</a>
     <li class='indexItem indexItem2'><a href='#Data_Validation'>Data Validation</a>
   </ul>
@@ -53,8 +54,8 @@ name="SYNOPSIS"
   print Dumper(Bugzilla::Field-&#62;match({ obsolete =&#62; 1, custom =&#62; 1 }));
 
   # Create or update a custom field or field definition.
-  my $field = Bugzilla::Field::create_or_update(
-    {name =&#62; &#39;hilarity&#39;, desc =&#62; &#39;Hilarity&#39;, custom =&#62; 1});
+  my $field = Bugzilla::Field-&#62;create(
+    {name =&#62; &#39;cf_silly&#39;, description =&#62; &#39;Silly&#39;, custom =&#62; 1});
 
   # Instantiate a Field object for an existing field.
   my $field = new Bugzilla::Field({name =&#62; &#39;qacontact_accessible&#39;});
@@ -160,28 +161,59 @@ name="Instance_Properties"
 </dd>
 </dl>
 
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Instance_Mutators"
+>Instance Mutators</a></h2>
+
+<p>These set the particular field that they are named after.</p>
+
+<p>They take a single value--the new value for that field.</p>
+
+<p>They will throw an error if you try to set the values to something invalid.</p>
+
+<dl>
+<dt><a name="set_description"
+><code  class="code">set_description</code>
+<dt><a name="set_enter_bug"
+><code  class="code">set_enter_bug</code>
+<dt><a name="set_obsolete"
+><code  class="code">set_obsolete</code>
+<dt><a name="set_sortkey"
+><code  class="code">set_sortkey</code>
+<dt><a name="set_in_new_bugmail"
+><code  class="code">set_in_new_bugmail</code></a></dt>
+</dl>
+
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="Class_Methods"
 >Class Methods</a></h2>
 
 <dl>
-<dt><a name="create_or_update({name_=_$name,_desc_=&#62;_$desc,_in_new_bugmail_=&#62;_0,_custom_=&#62;_0})&#62;"
-><code  class="code">create_or_update({name =</code> $name, desc =&#62; $desc, in_new_bugmail =&#62; 0, custom =&#62; 0})&#62;</a></dt>
+<dt><a name="create"
+><code  class="code">create</code></a></dt>
 
 <dd>
-<p>Description: Creates a new field, or updates one that already exists with the same name.</p>
-
-<p>Params: This function takes named parameters in a hashref: <code  class="code">name</code> - string - The name of the field. <code  class="code">desc</code> - string - The field label to display in the UI. <code  class="code">in_new_bugmail</code> - boolean - Whether this field appears at the top of the bugmail for a newly-filed bug.</p>
+<p>Just like <a href="../Bugzilla/Object.html#create" class="podlinkpod"
+>&#34;create&#34; in Bugzilla::Object</a>. Takes the following parameters:</p>
 
-<pre  class="code">             The following parameters are optional:
-             C&#60;custom&#62; - boolean - True if this is a Custom Field. The field
-                 will be added to the C&#60;bugs&#62; table if it does not exist.
-             C&#60;sortkey&#62; - integer - The sortkey of the field.
-             C&#60;editable_on_enter_bug&#62; - boolean - Whether this field is
-                 editable on the bug creation form.
-             C&#60;is_obsolete&#62; - boolean - Whether this field is obsolete.</pre>
+<dl>
+<dt><a name="name_Required_-_The_name_of_the_field."
+><code  class="code">name</code> <b>Required</b> - The name of the field.
+<dt><a name="description_Required_-_The_field_label_to_display_in_the_UI."
+><code  class="code">description</code> <b>Required</b> - The field label to display in the UI.
+<dt><a name="mailhead_-_boolean_-_Whether_this_field_appears_at_the_top_of_the_bugmail_for_a_newly-filed_bug._Defaults_to_0."
+><code  class="code">mailhead</code> - boolean - Whether this field appears at the top of the bugmail for a newly-filed bug. Defaults to 0.
+<dt><a 
+><code  class="code">custom</code> - boolean - True if this is a Custom Field. The field will be added to the <code  class="code">bugs</code> table if it does not exist. Defaults to 0.
+<dt><a name="sortkey_-_integer_-_The_sortkey_of_the_field._Defaults_to_0."
+><code  class="code">sortkey</code> - integer - The sortkey of the field. Defaults to 0.
+<dt><a name="enter_bug_-_boolean_-_Whether_this_field_is_editable_on_the_bug_creation_form._Defaults_to_0."
+><code  class="code">enter_bug</code> - boolean - Whether this field is editable on the bug creation form. Defaults to 0.</a></dt>
 
-<p>Returns: a <code  class="code">Bugzilla::Field</code> object.</p>
+<dd>
+<p><code  class="code">obsolete</code> - boolean - Whether this field is obsolete. Defaults to 0.</p>
+</dd>
+</dl>
 </dd>
 </dl>
 
diff --git a/docs/html/api/Bugzilla/Flag.html b/docs/html/api/Bugzilla/Flag.html
index 51289eb28..62c070a12 100644
--- a/docs/html/api/Bugzilla/Flag.html
+++ b/docs/html/api/Bugzilla/Flag.html
@@ -107,6 +107,13 @@ as a Bugzilla::User object.</p>
 <dd>
 <p>Returns the user who has been requested to set the flag,
 as a Bugzilla::User object.</p>
+
+<dt><a name="attachment"
+><code  class="code">attachment</code></a></dt>
+
+<dd>
+<p>Returns the attachment object the flag belongs to if the flag is an attachment flag,
+else undefined.</p>
 </dd>
 </dl>
 
@@ -183,16 +190,15 @@ $timestamp)</code></a></dt>
 </dl>
 
 <dl>
-<dt><a name="retarget($flag_id,_$bug,_$attachment)"
-><code  class="code">retarget($flag_id,
-$bug,
-$attachment)</code></a></dt>
+<dt><a name="retarget($flag,_$bug)"
+><code  class="code">retarget($flag,
+$bug)</code></a></dt>
 
 <dd>
 <p>Change the type of the flag,
 if possible.
 The new flag type must have the same name as the current flag type,
-must exist in the product and attachment the bug is in,
+must exist in the product and component the bug is in,
 and the current settings of the flag must pass validation.
 If no such flag type can be found,
 the type remains unchanged.</p>
@@ -207,8 +213,8 @@ but with different settings.</p>
 </dl>
 
 <dl>
-<dt><a name="clear($id,_$bug,_$attachment)"
-><code  class="code">clear($id,
+<dt><a name="clear($flag,_$bug,_$attachment)"
+><code  class="code">clear($flag,
 $bug,
 $attachment)</code></a></dt>
 
diff --git a/docs/html/api/Bugzilla/Group.html b/docs/html/api/Bugzilla/Group.html
index 43ccec713..bb57ecb44 100644
--- a/docs/html/api/Bugzilla/Group.html
+++ b/docs/html/api/Bugzilla/Group.html
@@ -16,6 +16,7 @@ Bugzilla::Group</title>
   <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
   <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
   <li class='indexItem indexItem1'><a href='#SUBROUTINES'>SUBROUTINES</a>
+  <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
 </ul>
 </div>
 
@@ -39,6 +40,7 @@ name="SYNOPSIS"
     my $description  = $group-&#62;description;
     my $user_reg_exp = $group-&#62;user_reg_exp;
     my $is_active    = $group-&#62;is_active;
+    my $is_active_bug_group = $group-&#62;is_active_bug_group;
 
     my $group_id = Bugzilla::Group::ValidateGroupName(&#39;admin&#39;, @users);
     my @groups   = Bugzilla::Group-&#62;get_all;</pre>
@@ -78,6 +80,20 @@ name="SUBROUTINES"
               and undef otherwise.</pre>
 </dd>
 </dl>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="METHODS"
+>METHODS</a></h1>
+
+<dl>
+<dt><a name="members_non_inherited"
+><code  class="code">members_non_inherited</code></a></dt>
+
+<dd>
+<p>Returns an arrayref of <a href="../Bugzilla/User.html" class="podlinkpod"
+>Bugzilla::User</a> objects representing people who are &#34;directly&#34; in this group, meaning that they&#39;re in it because they match the group regular expression, or they have been actually added to the group manually.</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/html/api/Bugzilla/Hook.html b/docs/html/api/Bugzilla/Hook.html
index 910cf74d8..8e29cedb7 100644
--- a/docs/html/api/Bugzilla/Hook.html
+++ b/docs/html/api/Bugzilla/Hook.html
@@ -23,6 +23,7 @@ Bugzilla::Hook</title>
   <li class='indexItem indexItem1'><a href='#HOOKS'>HOOKS</a>
   <ul   class='indexList indexList2'>
     <li class='indexItem indexItem2'><a href='#enter_bug-entrydefaultvars'>enter_bug-entrydefaultvars</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>
   </ul>
@@ -124,6 +125,21 @@ 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="install-requirements"
+>install-requirements</a></h2>
+
+<p>Because of the way Bugzilla installation works, there can&#39;t be a normal hook during the time that <em  class="code">checksetup.pl</em> checks what modules are installed. (<code  class="code">Bugzilla::Hook</code> needs to have those modules installed--it&#39;s a chicken-and-egg problem.)</p>
+
+<p>So instead of the way hooks normally work, this hook just looks for two subroutines (or constants, since all constants are just subroutines) in your file, called <code  class="code">OPTIONAL_MODULES</code> and <code  class="code">REQUIRED_MODULES</code>, which should return arrayrefs in the same format as <code  class="code">OPTIONAL_MODULES</code> and <code  class="code">REQUIRED_MODULES</code> in <a href="../Bugzilla/Install/Requirements.html" class="podlinkpod"
+>Bugzilla::Install::Requirements</a>.</p>
+
+<p>These subroutines will be passed an arrayref that contains the current Bugzilla requirements of the same type, in case you want to modify Bugzilla&#39;s requirements somehow. (Probably the most common would be to alter a version number or the &#34;feature&#34; element of <code  class="code">OPTIONAL_MODULES</code>.)</p>
+
+<p><em  class="code">checksetup.pl</em> will add these requirements to its own.</p>
+
+<p>Please remember--if you put something in <code  class="code">REQUIRED_MODULES</code>, then <em  class="code">checksetup.pl</em> <b>cannot complete</b> unless the user has that module installed! So use <code  class="code">OPTIONAL_MODULES</code> whenever you can.</p>
+
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="install-update_db"
 >install-update_db</a></h2>
diff --git a/docs/html/api/Bugzilla/Install/Localconfig.html b/docs/html/api/Bugzilla/Install/Localconfig.html
index 149fd1e8e..186786f5d 100644
--- a/docs/html/api/Bugzilla/Install/Localconfig.html
+++ b/docs/html/api/Bugzilla/Install/Localconfig.html
@@ -31,7 +31,7 @@ name="SYNOPSIS"
 >SYNOPSIS</a></h1>
 
 <pre  class="code"> use Bugzilla::Install::Requirements qw(update_localconfig);
- update_localconfig({ output =&#62; 1, answer =&#62; \%answer });</pre>
+ update_localconfig({ output =&#62; 1 });</pre>
 
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="DESCRIPTION"
@@ -83,8 +83,8 @@ name="SUBROUTINES"
 
 <p>Returns: A hashref of the localconfig variables. If an array is defined, it will be an arrayref in the returned hash. If a hash is defined, it will be a hashref in the returned hash. Only includes variables specified in <code  class="code">LOCALCONFIG_VARS</code> (and <code  class="code">OLD_LOCALCONFIG_VARS</code> if <code  class="code">$include_deprecated</code> is specified).</p>
 
-<dt><a name="update_localconfig({_output_=&#62;_1,_answer_=&#62;_\%answer_})"
-><code  class="code">update_localconfig({ output =&#62; 1, answer =&#62; \%answer })</code></a></dt>
+<dt><a name="update_localconfig({_output_=&#62;_1_})"
+><code  class="code">update_localconfig({ output =&#62; 1 })</code></a></dt>
 
 <dd>
 <p>Description: Adds any new variables to localconfig that aren&#39;t currently defined there. Also optionally prints out a message about vars that *should* be there and aren&#39;t. Exits the program if it adds any new vars.</p>
diff --git a/docs/html/api/Bugzilla/Install/Requirements.html b/docs/html/api/Bugzilla/Install/Requirements.html
index 9c8c1a907..acaeeb055 100644
--- a/docs/html/api/Bugzilla/Install/Requirements.html
+++ b/docs/html/api/Bugzilla/Install/Requirements.html
@@ -101,8 +101,8 @@ name="SUBROUTINES"
  Returns:     -1 if $a is less than $b, 0 if they are equal, and
               1 if $a is greater than $b.</pre>
 
-<dt><a name="have_vers($pkg,_$wanted,_$output)"
-><code  class="code">have_vers($pkg, $wanted, $output)</code></a></dt>
+<dt><a name="have_vers($module,_$output)"
+><code  class="code">have_vers($module, $output)</code></a></dt>
 
 <dd>
 <pre  class="code"> Description: Tells you whether or not you have the appropriate
@@ -110,10 +110,8 @@ name="SUBROUTINES"
               out a message to the user explaining the check
               and the result.
 
- Params:      C&#60;$pkg&#62; - A string, the name of the package you&#39;re checking.
-              C&#60;$wanted&#62; - The version of the package you require.
-                           Set this to 0 if you don&#39;t require any
-                           particular version.
+ Params:      C&#60;$module&#62; - A hashref, in the format of an item from 
+                           L&#60;/REQUIRED_MODULES&#62;.
               C&#60;$output&#62; - Set to true if you want this function to
                            print information to STDOUT about what it&#39;s
                            doing.
@@ -129,7 +127,8 @@ name="SUBROUTINES"
               module specified, depending on whether you&#39;re
               on Windows or Linux.
 
- Params:      C&#60;$module&#62; - The name of the module.
+ Params:      C&#60;$module&#62; - A hashref, in the format of an item from
+                           L&#60;/REQUIRED_MODULES&#62;.
 
  Returns:     nothing</pre>
 </dd>
diff --git a/docs/html/api/Bugzilla/Milestone.html b/docs/html/api/Bugzilla/Milestone.html
index 5e10996cf..d3f2077a5 100644
--- a/docs/html/api/Bugzilla/Milestone.html
+++ b/docs/html/api/Bugzilla/Milestone.html
@@ -32,7 +32,8 @@ name="SYNOPSIS"
 
 <pre  class="code">    use Bugzilla::Milestone;
 
-    my $milestone = new Bugzilla::Milestone(1, &#39;milestone_value&#39;);
+    my $milestone = new Bugzilla::Milestone(
+        { product =&#62; $product, name =&#62; &#39;milestone_value&#39; });
 
     my $product_id = $milestone-&#62;product_id;
     my $value = $milestone-&#62;value;
diff --git a/docs/html/api/Bugzilla/Object.html b/docs/html/api/Bugzilla/Object.html
index d5e056f6c..10c447625 100644
--- a/docs/html/api/Bugzilla/Object.html
+++ b/docs/html/api/Bugzilla/Object.html
@@ -145,17 +145,42 @@ name="Constructors"
 ><code  class="code">new($param)</code></a></dt>
 
 <dd>
-<pre  class="code"> Description: The constructor is used to load an existing object
-              from the database, by id or by name.
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>The constructor is used to load an existing object from the database, by id or by name.</p>
+
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<p>If you pass an integer, the integer is the id of the object, from the database, that we want to read in. (id is defined as the value in the <a href="#ID_FIELD" class="podlinkpod"
+>&#34;ID_FIELD&#34;</a> column).</p>
+
+<p>If you pass in a hash, you can pass a <code  class="code">name</code> key. The value of the <code  class="code">name</code> key is the case-insensitive name of the object (from <a href="#NAME_FIELD" class="podlinkpod"
+>&#34;NAME_FIELD&#34;</a>) in the DB.</p>
+
+<p><b>Additional Parameters Available for Subclasses</b></p>
+
+<p>If you are a subclass of <code  class="code">Bugzilla::Object</code>, you can pass <code  class="code">condition</code> and <code  class="code">values</code> as hash keys, instead of the above.</p>
+
+<p><code  class="code">condition</code> is a set of SQL conditions for the WHERE clause, which contain placeholders.</p>
+
+<p><code  class="code">values</code> is a reference to an array. The array contains the values for each placeholder in <code  class="code">condition</code>, in order.</p>
+
+<p>This is to allow subclasses to have complex parameters, and then to translate those parameters into <code  class="code">condition</code> and <code  class="code">values</code> when they call <code  class="code">$self-</code>SUPER::new&#62; (which is this function, usually).</p>
 
- Params:      $param - If you pass an integer, the integer is the
-                       id of the object, from the database, that we 
-                       want to read in. If you pass in a hash with 
-                       C&#60;name&#62; key, then the value of the name key 
-                       is the case-insensitive name of the object from 
-                       the DB.
+<p>If you try to call <code  class="code">new</code> outside of a subclass with the <code  class="code">condition</code> and <code  class="code">values</code> parameters, Bugzilla will throw an error. These parameters are intended <b>only</b> for use by subclasses.</p>
 
- Returns:     A fully-initialized object.</pre>
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A fully-initialized object.</p>
+</dd>
+</dl>
 
 <dt><a name="new_from_list(\@id_list)"
 ><code  class="code">new_from_list(\@id_list)</code></a></dt>
@@ -255,9 +280,27 @@ name="Database_Manipulation"
 <dt><a name="update"
 ><code  class="code">update</code></a></dt>
 
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
 <dd>
 <p>Saves the values currently in this object to the database. Only the fields specified in <a href="#UPDATE_COLUMNS" class="podlinkpod"
->&#34;UPDATE_COLUMNS&#34;</a> will be updated. Returns nothing and takes no parameters.</p>
+>&#34;UPDATE_COLUMNS&#34;</a> will be updated, and they will only be updated if their values have changed.</p>
+
+<dt><a name="Params_(none)"
+><b>Params</b> (none)
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hashref showing what changed during the update. The keys are the column names from <a href="#UPDATE_COLUMNS" class="podlinkpod"
+>&#34;UPDATE_COLUMNS&#34;</a>. If a field was not changed, it will not be in the hash at all. If the field was changed, the key will point to an arrayref. The first item of the arrayref will be the old value, and the second item will be the new value.</p>
+
+<p>If there were no changes, we return a reference to an empty hash.</p>
+</dd>
+</dl>
 </dd>
 </dl>
 
diff --git a/docs/html/api/Bugzilla/Search/Saved.html b/docs/html/api/Bugzilla/Search/Saved.html
new file mode 100644
index 000000000..49fef8a87
--- /dev/null
+++ b/docs/html/api/Bugzilla/Search/Saved.html
@@ -0,0 +1,118 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <title>
+Bugzilla::Search::Saved</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" title="style" type="text/css" href="../../style.css" media="all" >
+
+</head>
+  <body id="pod">
+<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<h1></h1>
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
+  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+  <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#Constructors_and_Database_Manipulation'>Constructors and Database Manipulation</a>
+    <li class='indexItem indexItem2'><a href='#Accessors'>Accessors</a>
+  </ul>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<pre  class="code"> Bugzilla::Search::Saved - A saved search</pre>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SYNOPSIS"
+>SYNOPSIS</a></h1>
+
+<pre  class="code"> use Bugzilla::Search::Saved;
+
+ my $query = new Bugzilla::Search::Saved($query_id);
+
+ my $edit_link  = $query-&#62;edit_link;
+ my $search_url = $query-&#62;url;
+ my $owner      = $query-&#62;user;</pre>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>This module exists to represent a <a href="../../Bugzilla/Search.html" class="podlinkpod"
+>Bugzilla::Search</a> that has been saved to the database.</p>
+
+<p>This is an implementation of <a href="../../Bugzilla/Object.html" class="podlinkpod"
+>Bugzilla::Object</a>, and so has all the same methods available as <a href="../../Bugzilla/Object.html" class="podlinkpod"
+>Bugzilla::Object</a>, in addition to what is documented below.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="METHODS"
+>METHODS</a></h1>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Constructors_and_Database_Manipulation"
+>Constructors and Database Manipulation</a></h2>
+
+<dl>
+<dt><a name="new"
+><code  class="code">new</code></a></dt>
+
+<dd>
+<p>Does not accept a bare <code  class="code">name</code> argument. Instead, accepts only an id.</p>
+
+<p>See also: <a href="../../Bugzilla/Object.html#new" class="podlinkpod"
+>&#34;new&#34; in Bugzilla::Object</a>.</p>
+</dd>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Accessors"
+>Accessors</a></h2>
+
+<p>These return data about the object, without modifying the object.</p>
+
+<dl>
+<dt><a name="edit_link"
+><code  class="code">edit_link</code></a></dt>
+
+<dd>
+<p>A url with which you can edit the search.</p>
+
+<dt><a name="url"
+><code  class="code">url</code></a></dt>
+
+<dd>
+<p>The CGI parameters for the search, as a string.</p>
+
+<dt><a name="link_in_footer"
+><code  class="code">link_in_footer</code></a></dt>
+
+<dd>
+<p>Whether or not this search should be displayed in the footer for the <i>current user</i> (not the owner of the search, but the person actually using Bugzilla right now).</p>
+
+<dt><a name="bug_ids_only"
+><code  class="code">bug_ids_only</code></a></dt>
+
+<dd>
+<p>True if the search contains only a list of Bug IDs.</p>
+
+<dt><a name="shared_with_group"
+><code  class="code">shared_with_group</code></a></dt>
+
+<dd>
+<p>The <a href="../../Bugzilla/Group.html" class="podlinkpod"
+>Bugzilla::Group</a> that this search is shared with. <code  class="code">undef</code> if this search isn&#39;t shared.</p>
+</dd>
+</dl>
+<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>
diff --git a/docs/html/api/Bugzilla/Token.html b/docs/html/api/Bugzilla/Token.html
new file mode 100644
index 000000000..283f1e95f
--- /dev/null
+++ b/docs/html/api/Bugzilla/Token.html
@@ -0,0 +1,233 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <title>
+Bugzilla::Token</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" title="style" type="text/css" href="../style.css" media="all" >
+
+</head>
+  <body id="pod">
+<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<h1>Bugzilla::Token</h1>
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
+  <li class='indexItem indexItem1'><a href='#SUBROUTINES'>SUBROUTINES</a>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#Security_related_routines'>Security related routines</a>
+  </ul>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>Bugzilla::Token - Provides different routines to manage tokens.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SYNOPSIS"
+>SYNOPSIS</a></h1>
+
+<pre  class="code">    use Bugzilla::Token;
+
+    Bugzilla::Token::issue_new_user_account_token($login_name);
+    Bugzilla::Token::IssueEmailChangeToken($user_id, $old_email, $new_email);
+    Bugzilla::Token::IssuePasswordToken($login_name);
+    Bugzilla::Token::DeletePasswordTokens($user_id, $reason);
+    Bugzilla::Token::Cancel($token, $cancelaction, $vars);
+
+    Bugzilla::Token::CleanTokenTable();
+
+    my $token = issue_session_token($event);
+    check_token_data($token, $event)
+    delete_token($token);
+
+    my $token = Bugzilla::Token::GenerateUniqueToken($table, $column);
+    my $token = Bugzilla::Token::HasEmailChangeToken($user_id);
+    my ($token, $date, $data) = Bugzilla::Token::GetTokenData($token);</pre>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SUBROUTINES"
+>SUBROUTINES</a></h1>
+
+<dl>
+<dt><a name="issue_new_user_account_token($login_name)"
+><code  class="code">issue_new_user_account_token($login_name)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Creates and sends a token per email to the email address
+              requesting a new user account. It doesn&#39;t check whether
+              the user account already exists. The user will have to
+              use this token to confirm the creation of his user account.
+
+ Params:      $login_name - The new login name requested by the user.
+
+ Returns:     Nothing. It throws an error if the same user made the same
+              request in the last few minutes.</pre>
+
+<dt><a name="sub_IssueEmailChangeToken($user_id,_$old_email,_$new_email)"
+><code  class="code">sub IssueEmailChangeToken($user_id, $old_email, $new_email)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Sends two distinct tokens per email to the old and new email
+              addresses to confirm the email address change for the given
+              user ID. These tokens remain valid for the next MAX_TOKEN_AGE days.
+
+ Params:      $user_id - The user ID of the user account requesting a new
+                         email address.
+              $old_email - The current (old) email address of the user.
+              $new_email - The new email address of the user.
+
+ Returns:     Nothing.</pre>
+
+<dt><a name="IssuePasswordToken($login_name)"
+><code  class="code">IssuePasswordToken($login_name)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Sends a token per email to the given login name. This token
+              can be used to change the password (e.g. in case the user
+              cannot remember his password and wishes to enter a new one).
+
+ Params:      $login_name - The login name of the user requesting a new password.
+
+ Returns:     Nothing. It throws an error if the same user made the same
+              request in the last few minutes.</pre>
+
+<dt><a name="CleanTokenTable()"
+><code  class="code">CleanTokenTable()</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Removes all tokens older than MAX_TOKEN_AGE days from the DB.
+              This means that these tokens will now be considered as invalid.
+
+ Params:      None.
+
+ Returns:     Nothing.</pre>
+
+<dt><a name="GenerateUniqueToken($table,_$column)"
+><code  class="code">GenerateUniqueToken($table, $column)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Generates and returns a unique token. This token is unique
+              in the $column of the $table. This token is NOT stored in the DB.
+
+ Params:      $table (optional): The table to look at (default: tokens).
+              $column (optional): The column to look at for uniqueness (default: token).
+
+ Returns:     A token which is unique in $column.</pre>
+
+<dt><a name="Cancel($token,_$cancelaction,_$vars)"
+><code  class="code">Cancel($token, $cancelaction, $vars)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Invalidates an existing token, generally when the token is used
+              for an action which is not the one expected. An email is sent
+              to the user who originally requested this token to inform him
+              that this token has been invalidated (e.g. because an hacker
+              tried to use this token for some malicious action).
+
+ Params:      $token:        The token to invalidate.
+              $cancelaction: The reason why this token is invalidated.
+              $vars:         Some additional information about this action.
+
+ Returns:     Nothing.</pre>
+
+<dt><a name="DeletePasswordTokens($user_id,_$reason)"
+><code  class="code">DeletePasswordTokens($user_id, $reason)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Cancels all password tokens for the given user. Emails are sent
+              to the user to inform him about this action.
+
+ Params:      $user_id: The user ID of the user account whose password tokens
+                        are cancelled.
+              $reason:  The reason why these tokens are cancelled.
+
+ Returns:     Nothing.</pre>
+
+<dt><a name="HasEmailChangeToken($user_id)"
+><code  class="code">HasEmailChangeToken($user_id)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Returns any existing token currently used for an email change
+              for the given user.
+
+ Params:      $user_id - A user ID.
+
+ Returns:     A token if it exists, else undef.</pre>
+
+<dt><a name="GetTokenData($token)"
+><code  class="code">GetTokenData($token)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Returns all stored data for the given token.
+
+ Params:      $token - A valid token.
+
+ Returns:     The user ID, the date and time when the token was created and
+              the (event)data stored with that token.</pre>
+</dd>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Security_related_routines"
+>Security related routines</a></h2>
+
+<p>The following routines have been written to be used together as described below, although they can be used separately.</p>
+
+<dl>
+<dt><a name="issue_session_token($event)"
+><code  class="code">issue_session_token($event)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Creates and returns a token used internally.
+
+ Params:      $event - The event which needs to be stored in the DB for future
+                       reference/checks.
+
+ Returns:     A unique token.</pre>
+
+<dt><a name="check_token_data($token,_$event)"
+><code  class="code">check_token_data($token, $event)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Makes sure the $token has been created by the currently logged in
+              user and to be used for the given $event. If this token is used for
+              an unexpected action (i.e. $event doesn&#39;t match the information stored
+              with the token), a warning is displayed asking whether the user really
+              wants to continue. On success, it returns 1.
+              This is the routine to use for security checks, combined with
+              issue_session_token() and delete_token() as follows:
+
+              1. First, create a token for some coming action.
+              my $token = issue_session_token($action);
+              2. Some time later, it&#39;s time to make sure that the expected action
+                 is going to be executed, and by the expected user.
+              check_token_data($token, $action);
+              3. The check has been done and we no longer need this token.
+              delete_token($token);
+
+ Params:      $token - The token used for security checks.
+              $event - The expected event to be run.
+
+ Returns:     1 on success, else a warning is thrown.</pre>
+
+<dt><a name="delete_token($token)"
+><code  class="code">delete_token($token)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Deletes the specified token. No notification is sent.
+
+ Params:      $token - The token to delete.
+
+ Returns:     Nothing.</pre>
+</dd>
+</dl>
+<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>
diff --git a/docs/html/api/Bugzilla/User.html b/docs/html/api/Bugzilla/User.html
index c1d486e51..6cc5ef786 100644
--- a/docs/html/api/Bugzilla/User.html
+++ b/docs/html/api/Bugzilla/User.html
@@ -17,6 +17,10 @@ Bugzilla::User</title>
   <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
   <li class='indexItem indexItem1'><a href='#CONSTANTS'>CONSTANTS</a>
   <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#Saved_and_Shared_Queries'>Saved and Shared Queries</a>
+    <li class='indexItem indexItem2'><a href='#Other_Methods'>Other Methods</a>
+  </ul>
   <li class='indexItem indexItem1'><a href='#CLASS_FUNCTIONS'>CLASS FUNCTIONS</a>
   <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
 </ul>
@@ -95,6 +99,51 @@ name="CONSTANTS"
 name="METHODS"
 >METHODS</a></h1>
 
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Saved_and_Shared_Queries"
+>Saved and Shared Queries</a></h2>
+
+<dl>
+<dt><a name="queries"
+><code  class="code">queries</code></a></dt>
+
+<dd>
+<p>Returns an arrayref of the user&#39;s own saved queries, sorted by name. The array contains <a href="../Bugzilla/Search/Saved.html" class="podlinkpod"
+>Bugzilla::Search::Saved</a> objects.</p>
+
+<dt><a name="queries_subscribed"
+><code  class="code">queries_subscribed</code></a></dt>
+
+<dd>
+<p>Returns an arrayref of shared queries that the user has subscribed to. That is, these are shared queries that the user sees in their footer. This array contains <a href="../Bugzilla/Search/Saved.html" class="podlinkpod"
+>Bugzilla::Search::Saved</a> objects.</p>
+
+<dt><a name="queries_available"
+><code  class="code">queries_available</code></a></dt>
+
+<dd>
+<p>Returns an arrayref of all queries to which the user could possibly subscribe. This includes the contents of <a href="#queries_subscribed" class="podlinkpod"
+>&#34;queries_subscribed&#34;</a>. An array of <a href="../Bugzilla/Search/Saved.html" class="podlinkpod"
+>Bugzilla::Search::Saved</a> objects.</p>
+
+<dt><a name="flush_queries_cache"
+><code  class="code">flush_queries_cache</code></a></dt>
+
+<dd>
+<p>Some code modifies the set of stored queries. Because <code  class="code">Bugzilla::User</code> does not handle these modifications, but does cache the result of calling <code  class="code">queries</code> internally, such code must call this method to flush the cached result.</p>
+
+<dt><a name="queryshare_groups"
+><code  class="code">queryshare_groups</code></a></dt>
+
+<dd>
+<p>An arrayref of group ids. The user can share their own queries with these groups.</p>
+</dd>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Other_Methods"
+>Other Methods</a></h2>
+
 <dl>
 <dt><a name="id"
 ><code  class="code">id</code></a></dt>
@@ -152,24 +201,6 @@ name="METHODS"
 <p>Sets the <a href="../Bugzilla/Auth.html" class="podlinkpod"
 >Bugzilla::Auth</a> object to be returned by <code  class="code">authorizer()</code>. Should only be called by <code  class="code">Bugzilla::Auth::login</code>, for the most part.</p>
 
-<dt><a name="queries"
-><code  class="code">queries</code></a></dt>
-
-<dd>
-<p>Returns an array of the user&#39;s named queries, sorted in a case-insensitive order by name. Each entry is a hash with five keys:</p>
-
-<ul>
-<li>id - The ID of the query</li>
-
-<li>userid - The query owner&#39;s user ID</li>
-
-<li>name - The name of the query</li>
-
-<li>query - The text for the query</li>
-
-<li>link_in_footer - Whether or not the query should be displayed in the footer.</li>
-</ul>
-
 <dt><a name="disabledtext"
 ><code  class="code">disabledtext</code></a></dt>
 
@@ -182,12 +213,6 @@ name="METHODS"
 <dd>
 <p>Returns a hash of hashes which holds the user&#39;s settings. The first key is the name of the setting, as found in setting.name. The second key is one of: is_enabled - true if the user is allowed to set the preference themselves; false to force the site defaults for themselves or must accept the global site default value default_value - the global site default for this setting value - the value of this setting for this user. Will be the same as the default_value if the user is not logged in, or if is_default is true. is_default - a boolean to indicate whether the user has chosen to make a preference for themself or use the site default.</p>
 
-<dt><a name="flush_queries_cache"
-><code  class="code">flush_queries_cache</code></a></dt>
-
-<dd>
-<p>Some code modifies the set of stored queries. Because <code  class="code">Bugzilla::User</code> does not handle these modifications, but does cache the result of calling <code  class="code">queries</code> internally, such code must call this method to flush the cached result.</p>
-
 <dt><a name="groups"
 ><code  class="code">groups</code></a></dt>
 
@@ -198,13 +223,13 @@ name="METHODS"
 ><code  class="code">groups_as_string</code></a></dt>
 
 <dd>
-<p>Returns a string containing a comma-seperated list of numeric group ids. If the user is not a member of any groups, returns &#34;-1&#34;. This is most often used within an SQL IN() function.</p>
+<p>Returns a string containing a comma-separated list of numeric group ids. If the user is not a member of any groups, returns &#34;-1&#34;. This is most often used within an SQL IN() function.</p>
 
-<dt><a name="in_group"
-><code  class="code">in_group</code></a></dt>
+<dt><a name="in_group($group_name,_$product_id)"
+><code  class="code">in_group($group_name, $product_id)</code></a></dt>
 
 <dd>
-<p>Determines whether or not a user is in the given group by name.</p>
+<p>Determines whether or not a user is in the given group by name. If $product_id is given, it also checks for local privileges for this product.</p>
 
 <dt><a name="in_group_id"
 ><code  class="code">in_group_id</code></a></dt>
@@ -218,6 +243,12 @@ name="METHODS"
 <dd>
 <p>Returns an arrayref of hashes of <code  class="code">groups</code> entries, where the keys of each hash are the names of <code  class="code">id</code>, <code  class="code">name</code> and <code  class="code">description</code> columns of the <code  class="code">groups</code> table. The arrayref consists of the groups the user can bless, taking into account that having editusers permissions means that you can bless all groups, and that you need to be aware of a group in order to bless a group.</p>
 
+<dt><a name="get_products_by_permission($group)"
+><code  class="code">get_products_by_permission($group)</code></a></dt>
+
+<dd>
+<p>Returns a list of product objects for which the user has $group privileges and which he can access. $group must be one of the groups defined in PER_PRODUCT_PRIVILEGES.</p>
+
 <dt><a name="can_see_user(user)"
 ><code  class="code">can_see_user(user)</code></a></dt>
 
@@ -303,6 +334,16 @@ name="METHODS"
 
  Returns:     an array of product objects.</pre>
 
+<dt><a name="check_can_admin_product($product_name)"
+><code  class="code">check_can_admin_product($product_name)</code></a></dt>
+
+<dd>
+<pre  class="code"> Description: Checks whether the user is allowed to administrate the product.
+
+ Params:      $product_name - a product name.
+
+ Returns:     On success, a product object. On failure, an error is thrown.</pre>
+
 <dt><a name="can_request_flag($flag_type)"
 ><code  class="code">can_request_flag($flag_type)</code></a></dt>
 
@@ -359,34 +400,7 @@ name="METHODS"
 ><code  class="code">product_responsibilities</code></a></dt>
 
 <dd>
-<p>Retrieve user&#39;s product responsibilities as a list of hashes. One hash per Bugzilla component the user has a responsibility for. These are the hash keys:</p>
-
-<dl>
-<dt><a name="productname"
->productname</a></dt>
-
-<dd>
-<p>Name of the product.</p>
-
-<dt><a name="componentname"
->componentname</a></dt>
-
-<dd>
-<p>Name of the component.</p>
-
-<dt><a name="initialowner"
->initialowner</a></dt>
-
-<dd>
-<p>User ID of default assignee.</p>
-
-<dt><a name="initialqacontact"
->initialqacontact</a></dt>
-
-<dd>
-<p>User ID of default QA contact.</p>
-</dd>
-</dl>
+<p>Retrieve user&#39;s product responsibilities as a list of component objects. Each object is a component the user has a responsibility for.</p>
 
 <dt><a name="can_bless"
 ><code  class="code">can_bless</code></a></dt>
@@ -468,7 +482,7 @@ name="CLASS_FUNCTIONS"
 ><code  class="code">validate_password($passwd1, $passwd2)</code></a></dt>
 
 <dd>
-<p>Returns true if a password is valid (i.e. meets Bugzilla&#39;s requirements for length and content), else returns false.</p>
+<p>Returns true if a password is valid (i.e. meets Bugzilla&#39;s requirements for length and content), else returns false. Untaints <code  class="code">$passwd1</code> if successful.</p>
 
 <p>If a second password is passed in, this function also verifies that the two passwords match.</p>
 </dd>
diff --git a/docs/html/api/Bugzilla/User/Setting.html b/docs/html/api/Bugzilla/User/Setting.html
index 1b0aad55b..8c39224fc 100644
--- a/docs/html/api/Bugzilla/User/Setting.html
+++ b/docs/html/api/Bugzilla/User/Setting.html
@@ -157,8 +157,8 @@ name="POD_ERRORS"
 which are explained below:</b></p>
 
 <dl>
-<dt><a name="Around_line_377:"
->Around line 377:</a></dt>
+<dt><a name="Around_line_390:"
+>Around line 390:</a></dt>
 
 <dd>
 <p>You forgot a &#39;=back&#39; before &#39;=head1&#39;</p>
diff --git a/docs/html/api/Bugzilla/Util.html b/docs/html/api/Bugzilla/Util.html
index 0adca38d1..3a0ad7563 100644
--- a/docs/html/api/Bugzilla/Util.html
+++ b/docs/html/api/Bugzilla/Util.html
@@ -405,7 +405,7 @@ name="Validation"
 ><code  class="code">validate_email_syntax($email)</code></a></dt>
 
 <dd>
-<p>Do a syntax checking for a legal email address and returns 1 if the check is successful, else returns 0.</p>
+<p>Do a syntax checking for a legal email address and returns 1 if the check is successful, else returns 0. Untaints <code  class="code">$email</code> if successful.</p>
 
 <dt><a name="validate_date($date)"
 ><code  class="code">validate_date($date)</code></a></dt>
diff --git a/docs/html/api/Bugzilla/WebService/Bug.html b/docs/html/api/Bugzilla/WebService/Bug.html
new file mode 100644
index 000000000..c28cad7f9
--- /dev/null
+++ b/docs/html/api/Bugzilla/WebService/Bug.html
@@ -0,0 +1,383 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <title>
+Bugzilla::Webservice::Bug</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" title="style" type="text/css" href="../../style.css" media="all" >
+
+</head>
+  <body id="pod">
+<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<h1>Bugzilla::Webservice::Bug</h1>
+<div class='indexgroup'>
+<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>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#Utility_Functions'>Utility Functions</a>
+    <li class='indexItem indexItem2'><a href='#Bug_Creation_and_Modification'>Bug Creation and Modification</a>
+  </ul>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>Bugzilla::Webservice::Bug - The API for creating,
+changing,
+and getting the details of bugs.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>This part of the Bugzilla API allows you to file a new bug in Bugzilla,
+or get information about bugs that have already been filed.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="METHODS"
+>METHODS</a></h1>
+
+<p>See <a href="../../Bugzilla/WebService.html" class="podlinkpod"
+>Bugzilla::WebService</a> for a description of <b>STABLE</b>,
+<b>UNSTABLE</b>,
+and <b>EXPERIMENTAL</b>.</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>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Tells you what values are allowed for a particular field.</p>
+
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<dl>
+<dt><a 
+><code  class="code">field</code> - The name of the field you want information about.
+This should be the same as the name you would use in <a href="#create" class="podlinkpod"
+>&#34;create&#34;</a>,
+below.
+<dt><a 
+><code  class="code">product_id</code> - If you&#39;re picking a product-specific field,
+you have to specify the id of the product you want the values for.</a></dt>
+</dl>
+
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p><code  class="code">values</code> - An array of strings: the legal values for this field.
+The values will be sorted as they normally would be in Bugzilla.</p>
+
+<dt><a name="Errors"
+><b>Errors</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="106_(Invalid_Product)"
+>106 (Invalid Product)</a></dt>
+
+<dd>
+<p>You were required to specify a product,
+and either you didn&#39;t,
+or you specified an invalid product (or a product that you can&#39;t access).</p>
+
+<dt><a name="108_(Invalid_Field_Name)"
+>108 (Invalid Field Name)</a></dt>
+
+<dd>
+<p>You specified a field that doesn&#39;t exist or isn&#39;t a drop-down field.</p>
+</dd>
+</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="get_bugs_EXPERIMENTAL"
+><code  class="code">get_bugs</code> <b>EXPERIMENTAL</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Gets information about particular bugs in the database.</p>
+
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="ids"
+><code  class="code">ids</code></a></dt>
+
+<dd>
+<p>An array of numbers and strings.</p>
+
+<p>If an element in the array is entirely numeric,
+it represents a bug_id from the Bugzilla database to fetch.
+If it contains any non-numeric characters,
+it is considered to be a bug alias instead,
+and the bug with that alias will be loaded.</p>
+
+<p>Note that it&#39;s possible for aliases to be disabled in Bugzilla,
+in which case you will be told that you have specified an invalid bug_id if you try to specify an alias.
+(It will be error 100.)</p>
+</dd>
+</dl>
+
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hash containing a single element,
+<code  class="code">bugs</code>.
+This is an array of hashes.
+Each hash contains the following items:</p>
+
+<dl>
+<dt><a name="id"
+>id</a></dt>
+
+<dd>
+<p><code  class="code">int</code> The numeric bug_id of this bug.</p>
+
+<dt><a name="alias"
+>alias</a></dt>
+
+<dd>
+<p><code  class="code">string</code> The alias of this bug.
+If there is no alias or aliases are disabled in this Bugzilla,
+this will be an empty string.</p>
+
+<dt><a name="summary"
+>summary</a></dt>
+
+<dd>
+<p><code  class="code">string</code> The summary of this bug.</p>
+
+<dt><a name="creation_time"
+>creation_time</a></dt>
+
+<dd>
+<p><code  class="code">dateTime</code> When the bug was created.</p>
+
+<dt><a name="last_change_time"
+>last_change_time</a></dt>
+
+<dd>
+<p><code  class="code">dateTime</code> When the bug was last changed.</p>
+
+<dt><a name="internals_UNSTABLE"
+>internals <b>UNSTABLE</b></a></dt>
+
+<dd>
+<p>A hash.
+The internals of a <a href="../../Bugzilla/Bug.html" class="podlinkpod"
+>Bugzilla::Bug</a> object.
+This is extremely unstable,
+and you should only rely on this if you absolutely have to.
+The structure of the hash may even change between point releases of Bugzilla.</p>
+</dd>
+</dl>
+
+<dt><a name="Errors"
+><b>Errors</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="100_(Invalid_Bug_Alias)"
+>100 (Invalid Bug Alias)</a></dt>
+
+<dd>
+<p>If you specified an alias and either: (a) the Bugzilla you&#39;re querying doesn&#39;t support aliases or (b) there is no bug with that alias.</p>
+
+<dt><a name="101_(Invalid_Bug_ID)"
+>101 (Invalid Bug ID)</a></dt>
+
+<dd>
+<p>The bug_id you specified doesn&#39;t exist in the database.</p>
+
+<dt><a name="102_(Access_Denied)"
+>102 (Access Denied)</a></dt>
+
+<dd>
+<p>You do not have access to the bug_id you specified.</p>
+</dd>
+</dl>
+</dd>
+</dl>
+
+<dt><a name="create_EXPERIMENTAL"
+><code  class="code">create</code> <b>EXPERIMENTAL</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>This allows you to create a new bug in Bugzilla.
+If you specify any invalid fields,
+they will be ignored.
+If you specify any fields you are not allowed to set,
+they will just be set to their defaults or ignored.</p>
+
+<p>You cannot currently set all the items here that you can set on enter_bug.cgi.</p>
+
+<p>The WebService interface may allow you to set things other than those listed here,
+but realize that anything undocumented is <b>UNSTABLE</b> and will very likely change in the future.</p>
+
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<p>Some params must be set,
+or an error will be thrown.
+These params are marked <b>Required</b>.</p>
+
+<p>Some parameters can have defaults set in Bugzilla,
+by the administrator.
+If these parameters have defaults set,
+you can omit them.
+These parameters are marked <b>Defaulted</b>.</p>
+
+<p>Clients that want to be able to interact uniformly with multiple Bugzillas should always set both the params marked <b>Required</b> and those marked <b>Defaulted</b>,
+because some Bugzillas may not have defaults set for <b>Defaulted</b> parameters,
+and then this method will throw an error if you don&#39;t specify them.</p>
+
+<p>The descriptions of the parameters below are what they mean when Bugzilla is being used to track software bugs.
+They may have other meanings in some installations.</p>
+
+<dl>
+<dt><a name="product_(string)_Required_-_The_name_of_the_product_the_bug_is_being_filed_against."
+><code  class="code">product</code> (string) <b>Required</b> - The name of the product the bug is being filed against.
+<dt><a name="component_(string)_Required_-_The_name_of_a_component_in_the_product_above."
+><code  class="code">component</code> (string) <b>Required</b> - The name of a component in the product above.
+<dt><a name="summary_(string)_Required_-_A_brief_description_of_the_bug_being_filed."
+><code  class="code">summary</code> (string) <b>Required</b> - A brief description of the bug being filed.
+<dt><a name="version_(string)_Required_-_A_version_of_the_product_above;_the_version_the_bug_was_found_in."
+><code  class="code">version</code> (string) <b>Required</b> - A version of the product above; the version the bug was found in.
+<dt><a 
+><code  class="code">description</code> (string) <b>Defaulted</b> - The initial description for this bug.
+Some Bugzilla installations require this to not be blank.
+<dt><a name="op_sys_(string)_Defaulted_-_The_operating_system_the_bug_was_discovered_on."
+><code  class="code">op_sys</code> (string) <b>Defaulted</b> - The operating system the bug was discovered on.
+<dt><a name="platform_(string)_Defaulted_-_What_type_of_hardware_the_bug_was_experienced_on."
+><code  class="code">platform</code> (string) <b>Defaulted</b> - What type of hardware the bug was experienced on.
+<dt><a 
+><code  class="code">priority</code> (string) <b>Defaulted</b> - What order the bug will be fixed in by the developer,
+compared to the developer&#39;s other bugs.
+<dt><a name="severity_(string)_Defaulted_-_How_severe_the_bug_is."
+><code  class="code">severity</code> (string) <b>Defaulted</b> - How severe the bug is.
+<dt><a 
+><code  class="code">alias</code> (string) - A brief alias for the bug that can be used instead of a bug number when accessing this bug.
+Must be unique in all of this Bugzilla.
+<dt><a name="assigned_to_(username)_-_A_user_to_assign_this_bug_to,_if_you_don&#39;t_want_it_to_be_assigned_to_the_component_owner."
+><code  class="code">assigned_to</code> (username) - A user to assign this bug to,
+if you don&#39;t want it to be assigned to the component owner.
+<dt><a name="cc_(array)_-_An_array_of_usernames_to_CC_on_this_bug."
+><code  class="code">cc</code> (array) - An array of usernames to CC on this bug.
+<dt><a 
+><code  class="code">qa_contact</code> (username) - If this installation has QA Contacts enabled,
+you can set the QA Contact here if you don&#39;t want to use the component&#39;s default QA Contact.
+<dt><a 
+><code  class="code">status</code> (string) - The status that this bug should start out as.
+Note that only certain statuses can be set on bug creation.
+<dt><a name="target_milestone_(string)_-_A_valid_target_milestone_for_this_product."
+><code  class="code">target_milestone</code> (string) - A valid target milestone for this product.</a></dt>
+</dl>
+
+<p>In addition to the above parameters,
+if your installation has any custom fields,
+you can set them just by passing in the name of the field and its value as a string.</p>
+
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hash with one element,
+<code  class="code">id</code>.
+This is the id of the newly-filed bug.</p>
+
+<dt><a name="Errors"
+><b>Errors</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="103_(Invalid_Alias)"
+>103 (Invalid Alias)</a></dt>
+
+<dd>
+<p>The alias you specified is invalid for some reason.
+See the error message for more details.</p>
+
+<dt><a name="104_(Invalid_Field)"
+>104 (Invalid Field)</a></dt>
+
+<dd>
+<p>One of the drop-down fields has an invalid value.
+The error message will have more detail.</p>
+
+<dt><a name="105_(Invalid_Component)"
+>105 (Invalid Component)</a></dt>
+
+<dd>
+<p>Either you didn&#39;t specify a component,
+or the component you specified was invalid.</p>
+
+<dt><a name="106_(Invalid_Product)"
+>106 (Invalid Product)</a></dt>
+
+<dd>
+<p>Either you didn&#39;t specify a product,
+this product doesn&#39;t exist,
+or you don&#39;t have permission to enter bugs in this product.</p>
+
+<dt><a name="107_(Invalid_Summary)"
+>107 (Invalid Summary)</a></dt>
+
+<dd>
+<p>You didn&#39;t specify a summary for the bug.</p>
+
+<dt><a name="504_(Invalid_User)"
+>504 (Invalid User)</a></dt>
+
+<dd>
+<p>Either the QA Contact,
+Assignee,
+or CC lists have some invalid user in them.
+The error message will have more details.</p>
+</dd>
+</dl>
+</dd>
+</dl>
+</dd>
+</dl>
+<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>
diff --git a/docs/html/api/Bugzilla/WebService/Bugzilla.html b/docs/html/api/Bugzilla/WebService/Bugzilla.html
index fb4522f3e..e4d88f3a1 100644
--- a/docs/html/api/Bugzilla/WebService/Bugzilla.html
+++ b/docs/html/api/Bugzilla/WebService/Bugzilla.html
@@ -13,7 +13,6 @@ Bugzilla::WebService::Bugzilla</title>
 <div class='indexgroup'>
 <ul   class='indexList indexList1'>
   <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
-  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
   <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
   <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
 </ul>
@@ -25,13 +24,6 @@ name="NAME"
 
 <p>Bugzilla::WebService::Bugzilla - Global functions for the webservice interface.</p>
 
-<h1><a class='u' href='#___top' title='click to go to top of document'
-name="SYNOPSIS"
->SYNOPSIS</a></h1>
-
-<pre  class="code"> my $version = Bugzilla.version;
- my $tz = Bugzilla.timezone;</pre>
-
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="DESCRIPTION"
 >DESCRIPTION</a></h1>
@@ -43,20 +35,59 @@ 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>, <b>UNSTABLE</b>, and <b>EXPERIMENTAL</b> mean.</p>
+>Bugzilla::WebService</a> for a description of 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>
 
+<dd>
 <dl>
-<dt><a name="version"
-><code  class="code">version</code></a></dt>
+<dt><a name="Description"
+><b>Description</b></a></dt>
 
 <dd>
-<p>Returns the current version of Bugzilla, as a string.</p>
+<p>Returns the current version of Bugzilla.</p>
 
-<dt><a name="timezone"
-><code  class="code">timezone</code></a></dt>
+<dt><a name="Params_(none)"
+><b>Params</b> (none)
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
 
 <dd>
-<p>Returns the timezone of the server Bugzilla is running on, in (+/-)XXXX (RFC 2822) format. This is important because all dates/times that the webservice interface returns will be in this timezone.</p>
+<p>A hash with a single item,
+<code  class="code">version</code>,
+that is the version as a string.</p>
+
+<dt><a name="Errors_(none)"
+><b>Errors</b> (none)</a></dt>
+</dl>
+
+<dt><a name="timezone_EXPERIMENTAL"
+><code  class="code">timezone</code> <b>EXPERIMENTAL</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Returns the timezone of the server Bugzilla is running on.
+This is important because all dates/times that the webservice interface returns will be in this timezone.</p>
+
+<dt><a name="Params_(none)"
+><b>Params</b> (none)
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<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>
+</dd>
+</dl>
 </dd>
 </dl>
 <p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
diff --git a/docs/html/api/Bugzilla/WebService/Product.html b/docs/html/api/Bugzilla/WebService/Product.html
new file mode 100644
index 000000000..67fea0532
--- /dev/null
+++ b/docs/html/api/Bugzilla/WebService/Product.html
@@ -0,0 +1,178 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <title>
+Bugzilla::Webservice::User</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" title="style" type="text/css" href="../../style.css" media="all" >
+
+</head>
+  <body id="pod">
+<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<h1>Bugzilla::Webservice::User</h1>
+<div class='indexgroup'>
+<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>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#List_Products'>List Products</a>
+  </ul>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>Bugzilla::Webservice::User - The Product API</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>This part of the Bugzilla API allows you to list the available Products and get information about them.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+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>,
+<b>UNSTABLE</b>,
+and <b>EXPERIMENTAL</b> mean,
+and for more information about error codes.</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>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Returns a list of the ids of the products the user can search on.</p>
+
+<dt><a name="Params_(none)"
+><b>Params</b> (none)
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hash containing one item,
+<code  class="code">ids</code>,
+that contains an array of product ids.</p>
+
+<dt><a name="Errors_(none)"
+><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>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Returns a list of the ids of the products the user can enter bugs against.</p>
+
+<dt><a name="Params_(none)"
+><b>Params</b> (none)
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hash containing one item,
+<code  class="code">ids</code>,
+that contains an array of product ids.</p>
+
+<dt><a name="Errors_(none)"
+><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>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Returns a list of the ids of the products the user can search or enter bugs against.</p>
+
+<dt><a name="Params_(none)"
+><b>Params</b> (none)
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hash containing one item,
+<code  class="code">ids</code>,
+that contains an array of product ids.</p>
+
+<dt><a name="Errors_(none)"
+><b>Errors</b> (none)</a></dt>
+</dl>
+
+<dt><a name="get_products_UNSTABLE"
+><code  class="code">get_products</code> <b>UNSTABLE</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Returns a list of information about the products passed to it.</p>
+
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<p>A hash containing one item,
+<code  class="code">ids</code>,
+that is an array of product ids.</p>
+
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hash containing one item,
+<code  class="code">products</code>,
+that is an array of hashes.
+Each hash describes a product,
+and has the following items: <code  class="code">id</code>,
+<code  class="code">name</code>,
+<code  class="code">description</code>,
+and <code  class="code">internals</code>.
+The <code  class="code">id</code> item is the id of the product.
+The <code  class="code">name</code> item is the name of the product.
+The <code  class="code">description</code> is the description of the product.
+Finally,
+the <code  class="code">internals</code> is an internal representation of the product.</p>
+
+<p>Note,
+that if the user tries to access a product that is not in the list of accessible products for the user,
+or a product that does not exist,
+that is silently ignored,
+and no information about that product is returned.</p>
+
+<dt><a name="Errors_(none)"
+><b>Errors</b> (none)</a></dt>
+</dl>
+</dd>
+</dl>
+<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>
diff --git a/docs/html/api/Bugzilla/WebService/User.html b/docs/html/api/Bugzilla/WebService/User.html
index e294994d0..f14ef6d85 100644
--- a/docs/html/api/Bugzilla/WebService/User.html
+++ b/docs/html/api/Bugzilla/WebService/User.html
@@ -16,6 +16,7 @@ Bugzilla::Webservice::User</title>
   <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
   <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
   <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#Logging_In_and_Out'>Logging In and Out</a>
     <li class='indexItem indexItem2'><a href='#Account_Creation'>Account Creation</a>
   </ul>
 </ul>
@@ -31,7 +32,7 @@ name="NAME"
 name="DESCRIPTION"
 >DESCRIPTION</a></h1>
 
-<p>This part of the Bugzilla API allows you to create User Accounts.</p>
+<p>This part of the Bugzilla API allows you to create User Accounts and log in/out using an existing account.</p>
 
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="METHODS"
@@ -43,6 +44,101 @@ name="METHODS"
 and <b>EXPERIMENTAL</b> mean,
 and for more information about error codes.</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>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Logging in,
+with a username and password,
+is required for many Bugzilla installations,
+in order to search for bugs,
+post new bugs,
+etc.
+This method logs in an user.</p>
+
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="login_(string)_-_The_user&#39;s_login_name."
+><code  class="code">login</code> (string) - The user&#39;s login name.
+<dt><a name="password_(string)_-_The_user&#39;s_password."
+><code  class="code">password</code> (string) - The user&#39;s password.
+<dt><a 
+><code  class="code">remember</code> (bool) <b>Optional</b> - if the cookies returned by the call to login should expire with the session or not.
+In order for this option to have effect the Bugzilla server must be configured to allow the user to set this option - the Bugzilla parameter <i>rememberlogin</i> must be set to &#34;defaulton&#34; or &#34;defaultoff&#34;.
+Addionally,
+the client application must implement management of cookies across sessions.</a></dt>
+</dl>
+
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>On success,
+a hash containing one item,
+<code  class="code">id</code>,
+the numeric id of the user that was logged in.
+A set of http cookies is also sent with the response.
+These cookies must be sent along with any future requests to the webservice,
+for the duration of the session.</p>
+
+<dt><a name="Errors"
+><b>Errors</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="300_(Invalid_Username_or_Password)"
+>300 (Invalid Username or Password)</a></dt>
+
+<dd>
+<p>The username does not exist,
+or the password is wrong.</p>
+
+<dt><a name="301_(Account_Disabled)"
+>301 (Account Disabled)</a></dt>
+
+<dd>
+<p>The account has been disabled.
+A reason may be specified with the error.</p>
+</dd>
+</dl>
+</dd>
+</dl>
+
+<dt><a name="logout_EXPERIMENTAL"
+><code  class="code">logout</code> <b>EXPERIMENTAL</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Log out the user.
+Does nothing if there is no user logged in.</p>
+
+<dt><a name="Params_(none)"
+><b>Params</b> (none)
+<dt><a name="Returns_(nothing)"
+><b>Returns</b> (nothing)
+<dt><a name="Errors_(none)"
+><b>Errors</b> (none)</a></dt>
+</dl>
+</dd>
+</dl>
+
 <h2><a class='u' href='#___top' title='click to go to top of document'
 name="Account_Creation"
 >Account Creation</a></h2>
@@ -52,16 +148,33 @@ name="Account_Creation"
 ><code  class="code">offer_account_by_email</code> <b>EXPERIMENTAL</b></a></dt>
 
 <dd>
-<p>Description: Sends an email to the user,
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Sends an email to the user,
 offering to create an account.
 The user will have to click on a URL in the email,
-and choose their password and real name.
-This is the recommended way to create a Bugzilla account.</p>
+and choose their password and real name.</p>
+
+<p>This is the recommended way to create a Bugzilla account.</p>
 
-<p>Params: <code  class="code">email</code> - The email to send the offer to.</p>
+<dt><a name="Param"
+><b>Param</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="email_(string)_-_the_email_to_send_the_offer_to."
+><code  class="code">email</code> (string) - the email to send the offer to.</a></dt>
+</dl>
 
-<p>Returns: nothing</p>
+<dt><a name="Returns_(nothing)"
+><b>Returns</b> (nothing)
+<dt><a name="Errors"
+><b>Errors</b></a></dt>
 
+<dd>
 <dl>
 <dt><a name="500_(Illegal_Email_Address)"
 >500 (Illegal Email Address)</a></dt>
@@ -77,12 +190,19 @@ Account creation may be entirely disabled.</p>
 <p>An account with that email address already exists in Bugzilla.</p>
 </dd>
 </dl>
+</dd>
+</dl>
 
 <dt><a name="create_EXPERIMENTAL"
 ><code  class="code">create</code> <b>EXPERIMENTAL</b></a></dt>
 
 <dd>
-<p>Description: Creates a user account directly in Bugzilla,
+<dl>
+<dt><a name="Description"
+><b>Description</b></a></dt>
+
+<dd>
+<p>Creates a user account directly in Bugzilla,
 password and all.
 Instead of this,
 you should use <a href="#offer_account_by_email" class="podlinkpod"
@@ -90,22 +210,38 @@ 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>Params: <code  class="code">email</code> <b>Required</b> - The email address for the new user.
-<code  class="code">full_name</code> - A string,
-the user&#39;s full name.
+<dt><a name="Params"
+><b>Params</b></a></dt>
+
+<dd>
+<dl>
+<dt><a name="email_(string)_-_The_email_address_for_the_new_user."
+><code  class="code">email</code> (string) - The email address for the new user.
+<dt><a name="full_name_(string)_Optional_-_The_user&#39;s_full_name._Will_be_set_to_empty_if_not_specified."
+><code  class="code">full_name</code> (string) <b>Optional</b> - The user&#39;s full name.
 Will be set to empty if not specified.
-<code  class="code">password</code> - The password for the new user account,
+<dt><a 
+><code  class="code">password</code> (string) <b>Optional</b> - The password for the new user account,
 in plain text.
 It will be stripped of leading and trailing whitespace.
 If blank or not specified,
 the newly created account will exist in Bugzilla,
-but will not be allowed to log in using DB authentication until a password is set either by the user (through resetting their password) or by the administrator.</p>
+but will not be allowed to log in using DB authentication until a password is set either by the user (through resetting their password) or by the administrator.</a></dt>
+</dl>
 
-<p>Returns: A hash containing one item,
-<code  class="code">user_id</code>,
+<dt><a name="Returns"
+><b>Returns</b></a></dt>
+
+<dd>
+<p>A hash containing one item,
+<code  class="code">id</code>,
 the numeric id of the user that was created.</p>
 
-<p>Errors: The same as <a href="#offer_account_by_email" class="podlinkpod"
+<dt><a name="Errors"
+><b>Errors</b></a></dt>
+
+<dd>
+<p>The same as <a href="#offer_account_by_email" class="podlinkpod"
 >&#34;offer_account_by_email&#34;</a>.
 If a password is specified,
 the function may also throw:</p>
@@ -130,6 +266,8 @@ this means the password is over ten characters.)</p>
 </dl>
 </dd>
 </dl>
+</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/html/api/CVS/Entries b/docs/html/api/CVS/Entries
index 7cb72d7b3..48df2d37b 100644
--- a/docs/html/api/CVS/Entries
+++ b/docs/html/api/CVS/Entries
@@ -1,3 +1,3 @@
-/.cvsignore/1.1/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_3
-/style.css/1.1/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_3
+/.cvsignore/1.1/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_4
+/style.css/1.1/Tue Sep  5 19:00:55 2006//TBUGZILLA-2_23_4
 D
diff --git a/docs/html/api/CVS/Tag b/docs/html/api/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/html/api/CVS/Tag
+++ b/docs/html/api/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/html/api/checksetup.html b/docs/html/api/checksetup.html
index ed057f684..77275aa59 100644
--- a/docs/html/api/checksetup.html
+++ b/docs/html/api/checksetup.html
@@ -211,7 +211,11 @@ name="RUNNING_CHECKSETUP_NON-INTERACTIVELY"
  $answer{&#39;ADMIN_PASSWORD&#39;} = &#39;fooey&#39;;
  $answer{&#39;ADMIN_REALNAME&#39;} = &#39;Joel Peshkin&#39;;
 
- $answer{&#39;SMTP_SERVER&#39;} = &#39;mail.mydomain.net&#39;;</pre>
+ $answer{&#39;SMTP_SERVER&#39;} = &#39;mail.mydomain.net&#39;;
+
+ $answer{&#39;NO_PAUSE&#39;} = 1</pre>
+
+<p><code  class="code">NO_PAUSE</code> means &#34;never stop and prompt the user to hit Enter to continue, just go ahead and do things, even if they are potentially dangerous.&#34; Don&#39;t set this to 1 unless you know what you are doing.</p>
 
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="SEE_ALSO"
diff --git a/docs/html/api/contrib/bz_webservice_demo.html b/docs/html/api/contrib/bz_webservice_demo.html
index 188a63176..1d82b3a67 100644
--- a/docs/html/api/contrib/bz_webservice_demo.html
+++ b/docs/html/api/contrib/bz_webservice_demo.html
@@ -19,6 +19,7 @@ bz_webservice_demo.pl</title>
   <ul   class='indexList indexList2'>
     <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='#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>
@@ -26,10 +27,12 @@ bz_webservice_demo.pl</title>
     </ul>
     <li class='indexItem indexItem2'><a href='#Retrieving_Bug_Information'>Retrieving Bug Information</a>
     <li class='indexItem indexItem2'><a href='#Retrieving_Product_Information'>Retrieving Product Information</a>
+    <li class='indexItem indexItem2'><a href='#Creating_A_Bug'>Creating A Bug</a>
   </ul>
   <li class='indexItem indexItem1'><a href='#NOTES'>NOTES</a>
   <ul   class='indexList indexList2'>
     <li class='indexItem indexItem2'><a href='#Character_Set_Encoding'>Character Set Encoding</a>
+    <li class='indexItem indexItem2'><a href='#Format_For_Create_File'>Format For Create File</a>
   </ul>
   <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
 </ul>
@@ -106,6 +109,12 @@ Don&#39;t specify this option to do the same thing as unchecking the box.</p>
 
 <dd>
 <p>Pass a product name to have <code  class="code">bz_webservice_demo.pl</code> do some product-related test calls.</p>
+
+<dt><a name="--create"
+>--create</a></dt>
+
+<dd>
+<p>Specify a file that contains settings for the creating of a new bug.</p>
 </dd>
 </dl>
 
@@ -130,6 +139,13 @@ name="Checking_Bugzilla&#39;s_version"
 <p>To make sure the Bugzilla you&#39;re connecting to supports the methods you wish to call,
 you may want to compare the result of <code  class="code">Bugzilla.version</code> to the minimum required version your application needs.</p>
 
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Checking_Bugzilla&#39;s_timezone"
+>Checking Bugzilla&#39;s timezone</a></h2>
+
+<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="Logging_In_and_Out"
 >Logging In and Out</a></h2>
@@ -168,6 +184,14 @@ name="Retrieving_Product_Information"
 <p>Call <code  class="code">Product.get_product</code> with the name of the product you want to know more of.
 The call will return a <code  class="code">Bugzilla::Product</code> object.</p>
 
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Creating_A_Bug"
+>Creating A Bug</a></h2>
+
+<p>Call <code  class="code">Bug.create</code> with the settings read from the file indicated on the command line.
+The file must contain a valid anonymous hash to use as argument for the call to <code  class="code">Bug.create</code>.
+The call will return a hash with a bug id for the newly created bug.</p>
+
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="NOTES"
 >NOTES</a></h1>
@@ -181,6 +205,25 @@ or that it converts correspondingly when using the web service API.
 By default,
 Bugzilla uses UTF-8 as its character set encoding.</p>
 
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Format_For_Create_File"
+>Format For Create File</a></h2>
+
+<p>The create format file is a piece of Perl code,
+that should look something like this:</p>
+
+<pre  class="code">    {
+        product     =&#62; &#34;TestProduct&#34;, 
+        component   =&#62; &#34;TestComponent&#34;,
+        summary     =&#62; &#34;TestBug - created from bz_webservice_demo.pl&#34;,
+        version     =&#62; &#34;unspecified&#34;,
+        description =&#62; &#34;This is a description of the bug... hohoho&#34;,
+        op_sys      =&#62; &#34;All&#34;,
+        platform    =&#62; &#34;All&#34;,   
+        priority    =&#62; &#34;P4&#34;,
+        severity    =&#62; &#34;normal&#34;
+    };</pre>
+
 <h1><a class='u' href='#___top' title='click to go to top of document'
 name="SEE_ALSO"
 >SEE ALSO</a></h1>
diff --git a/docs/html/api/contrib/bzdbcopy.html b/docs/html/api/contrib/bzdbcopy.html
new file mode 100644
index 000000000..331bd039b
--- /dev/null
+++ b/docs/html/api/contrib/bzdbcopy.html
@@ -0,0 +1,54 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <title>
+bzdbcopy.pl</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" title="style" type="text/css" href="../style.css" media="all" >
+
+</head>
+  <body id="pod">
+<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<h1>bzdbcopy.pl</h1>
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>bzdbcopy.pl - Copies data from one Bugzilla database to another.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>The intended use of this script is to copy data from an installation running on one DB platform to an installation running on another DB platform.</p>
+
+<p>It must be run from the directory containing your Bugzilla installation.
+That means if this script is in the contrib/ directory,
+you should be running it as: <code  class="code">./contrib/bzdbcopy.pl</code></p>
+
+<p>Note: Both schemas must already exist and be <b>IDENTICAL</b>.
+(That is,
+they must have both been created/updated by the same version of checksetup.pl.) This script will <b>DESTROY ALL CURRENT DATA</b> in the target database.</p>
+
+<p>Both Schemas must be at least from Bugzilla 2.19.3,
+but if you&#39;re running a Bugzilla from before 2.20rc2,
+you&#39;ll need the patch at: <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=300311" class="podlinkurl"
+>http://bugzilla.mozilla.org/show_bug.cgi?id=300311</a> in order to be able to run this script.</p>
+
+<p>Before you using it,
+you have to correctly set all the variables in the &#34;User-Configurable Settings&#34; section at the top of the script.
+The <code  class="code">SOURCE</code> settings are for the database you&#39;re copying from,
+and the <code  class="code">TARGET</code> settings are for the database you&#39;re copying to.
+The <code  class="code">DB_TYPE</code> is the name of a DB driver from the <em  class="code">Bugzilla/DB/</em> directory.</p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>
diff --git a/docs/html/api/contrib/recode.html b/docs/html/api/contrib/recode.html
new file mode 100644
index 000000000..b8fc46bd2
--- /dev/null
+++ b/docs/html/api/contrib/recode.html
@@ -0,0 +1,102 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <title>
+recode.pl</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" title="style" type="text/css" href="../style.css" media="all" >
+
+</head>
+  <body id="pod">
+<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<h1>recode.pl</h1>
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
+  <li class='indexItem indexItem1'><a href='#OPTIONS'>OPTIONS</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>recode.pl - Converts a database from one encoding (or multiple encodings) to UTF-8.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SYNOPSIS"
+>SYNOPSIS</a></h1>
+
+<pre  class="code"> contrib/recode.pl [--guess [--show-failures]] [--charset=iso-8859-2]
+                   [--overrides=file_name]
+
+  --dry-run        Don&#39;t modify the database.
+
+  --charset        Primary charset your data is currently in. This can be
+                   optionally omitted if you do --guess.
+
+  --guess          Try to guess the charset of the data.
+
+  --show-failures  If we fail to guess, show where we failed.
+
+  --overrides      Specify a file containing overrides. See --help
+                   for more info.
+
+  --help           Display detailed help.
+
+ If you aren&#39;t sure what to do, try:
+
+   contrib/recode.pl --guess --charset=cp1252</pre>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="OPTIONS"
+>OPTIONS</a></h1>
+
+<dl>
+<dt><a name="--dry-run"
+>--dry-run</a></dt>
+
+<dd>
+<p>Don&#39;t modify the database, just print out what the conversions will be.</p>
+
+<p>recode.pl will print out a Key for each item. You can use this in the overrides file, described below.</p>
+
+<dt><a name="--guess"
+>--guess</a></dt>
+
+<dd>
+<p>If your database is in multiple different encodings, specify this switch and recode.pl will do its best to determine the original charset of the data. The detection is usually very reliable.</p>
+
+<p>If recode.pl cannot guess the charset, it will leave the data alone, unless you&#39;ve specified --charset.</p>
+
+<dt><a name="--charset=charset-name"
+>--charset=charset-name</a></dt>
+
+<dd>
+<p>If you do not specify --guess, then your database is converted from this character set into the UTF-8.</p>
+
+<p>If you have specified --guess, recode.pl will use this charset as a fallback--when it cannot guess the charset of a particular piece of data, it will guess that the data is in this charset and convert it from this charset to UTF-8.</p>
+
+<p>charset-name must be a charset that is known to perl&#39;s Encode module. To see a list of available charsets, do:</p>
+
+<p><code  class="code">perl -MEncode -e &#39;print join(&#34;\n&#34;, Encode-&#62;encodings(&#34;:all&#34;))&#39;</code></p>
+
+<dt><a name="--show-failures"
+>--show-failures</a></dt>
+
+<dd>
+<p>If --guess fails to guess a charset, print out the data it failed on.</p>
+
+<dt><a name="--overrides=file_name"
+>--overrides=file_name</a></dt>
+
+<dd>
+<p>This is a way of specifying certain encodings to override the encodings of --guess. The file is a series of lines. The line should start with the Key from --dry-run, and then a space, and then the encoding you&#39;d like to use.</p>
+</dd>
+</dl>
+<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>
diff --git a/docs/html/api/email_in.html b/docs/html/api/email_in.html
new file mode 100644
index 000000000..2f8603588
--- /dev/null
+++ b/docs/html/api/email_in.html
@@ -0,0 +1,152 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <title>
+email_in.pl</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="stylesheet" title="style" type="text/css" href="style.css" media="all" >
+
+</head>
+  <body id="pod">
+<p class="backlinktop"><b><a name="___top" href="index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<h1>email_in.pl</h1>
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
+  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#Creating_a_New_Bug'>Creating a New Bug</a>
+    <li class='indexItem indexItem2'><a href='#Modifying_an_Existing_Bug'>Modifying an Existing Bug</a>
+    <ul   class='indexList indexList3'>
+      <li class='indexItem indexItem3'><a href='#Adding%2FRemoving_CCs'>Adding/Removing CCs</a>
+    </ul>
+    <li class='indexItem indexItem2'><a href='#Errors'>Errors</a>
+  </ul>
+  <li class='indexItem indexItem1'><a href='#CAUTION'>CAUTION</a>
+  <li class='indexItem indexItem1'><a href='#LIMITATIONS'>LIMITATIONS</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>email_in.pl - The Bugzilla Inbound Email Interface</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SYNOPSIS"
+>SYNOPSIS</a></h1>
+
+<pre  class="code"> ./email_in.pl [-vvv] &#60; email.txt
+
+ Reads an email on STDIN (the standard input).
+
+  Options:
+    --verbose (-v) - Make the script print more to STDERR.
+                     Specify multiple times to print even more.</pre>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>This script processes inbound email and creates a bug, or appends data to an existing bug.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Creating_a_New_Bug"
+>Creating a New Bug</a></h2>
+
+<p>The script expects to read an email with the following format:</p>
+
+<pre  class="code"> From: account@domain.com
+ Subject: Bug Summary
+
+ @product = ProductName
+ @component = ComponentName
+ @version = 1.0
+
+ This is a bug description. It will be entered into the bug exactly as
+ written here.
+
+ It can be multiple paragraphs.
+
+ -- 
+ This is a signature line, and will be removed automatically, It will not
+ be included in the bug description.</pre>
+
+<p>The <code  class="code">@</code> labels can be any valid field name in Bugzilla that can be set on <code  class="code">enter_bug.cgi</code>. For the list of field names, see the <code  class="code">fielddefs</code> table in the database. The above example shows the minimum fields you <b>must</b> specify.</p>
+
+<p>The values for the fields can be split across multiple lines, but note that a newline will be parsed as a single space, for the value. So, for example:</p>
+
+<pre  class="code"> @short_desc = This is a very long
+ description</pre>
+
+<p>Will be parsed as &#34;This is a very long description&#34;.</p>
+
+<p>If you specify <code  class="code">@short_desc</code>, it will override the summary you specify in the Subject header.</p>
+
+<p><code  class="code">account@domain.com</code> must be a valid Bugzilla account.</p>
+
+<p>Note that signatures must start with &#39;-- &#39;, the standard signature border.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Modifying_an_Existing_Bug"
+>Modifying an Existing Bug</a></h2>
+
+<p>Bugzilla determines what bug you want to modify in one of two ways:</p>
+
+<ul>
+<li>Your subject starts with [Bug 123456] -- then it modifies bug 123456.</li>
+
+<li>You include <code  class="code">@bug_id = 123456</code> in the first lines of the email.</li>
+</ul>
+
+<p>If you do both, <code  class="code">@bug_id</code> takes precedence.</p>
+
+<p>You send your email in the same format as for creating a bug, except that you only specify the fields you want to change. If the very first non-blank line of the email doesn&#39;t begin with <code  class="code">@</code>, then it will be assumed that you are only adding a comment to the bug.</p>
+
+<p>Note that when updating a bug, the <code  class="code">Subject</code> header is ignored, except for getting the bug ID. If you want to change the bug&#39;s summary, you have to specify <code  class="code">@short_desc</code> as one of the fields to change.</p>
+
+<p>Please remember not to include any extra text in your emails, as that text will also be added as a comment. This includes any text that your email client automatically quoted and included, if this is a reply to another email.</p>
+
+<h3><a class='u' href='#___top' title='click to go to top of document'
+name="Adding/Removing_CCs"
+>Adding/Removing CCs</a></h3>
+
+<p>You can&#39;t just add CCs to a bug by using the <code  class="code">@cc</code> parameter like you can when you&#39;re filing a bug. To add CCs, you can specify them in a comma-separated list in <code  class="code">@newcc</code>.</p>
+
+<p>To remove CCs, specify them as a comma-separated list in <code  class="code">@removecc</code>.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Errors"
+>Errors</a></h2>
+
+<p>If your request cannot be completed for any reason, Bugzilla will send an email back to you. If your request succeeds, Bugzilla will not send you anything.</p>
+
+<p>If any part of your request fails, all of it will fail. No partial changes will happen. The only exception is attachments--one attachment may succeed, and be inserted into the database, and a later attachment may fail.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="CAUTION"
+>CAUTION</a></h1>
+
+<p>The script does not do any validation that the user is who they say they are. That is, it accepts <i>any</i> &#39;From&#39; address, as long as it&#39;s a valid Bugzilla account. So make sure that your MTA validates that the message is actually coming from who it says it&#39;s coming from, and only allow access to the inbound email system from people you trust.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="LIMITATIONS"
+>LIMITATIONS</a></h1>
+
+<p>Note that the email interface has the same limitations as the normal Bugzilla interface. So, for example, you cannot reassign a bug and change its status at the same time.</p>
+
+<p>The email interface only accepts emails that are correctly formatted perl RFC2822. If you send it an incorrectly formatted message, it may behave in an unpredictable fashion.</p>
+
+<p>You cannot send an HTML mail along with attachments. If you do, Bugzilla will reject your email, saying that it doesn&#39;t contain any text. This is a bug in <a href="./Email/MIME/Attachment/Stripper.html" class="podlinkpod"
+>Email::MIME::Attachment::Stripper</a> that we can&#39;t work around.</p>
+
+<p>If you send multiple attachments in one email, they will all be attached, but Bugzilla may not send an email notice out for all of them.</p>
+
+<p>You cannot modify Flags through the email interface.</p>
+<p class="backlinkbottom"><b><a name="___bottom" href="index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>
diff --git a/docs/html/api/index.html b/docs/html/api/index.html
index ebde48ea6..ce204e842 100644
--- a/docs/html/api/index.html
+++ b/docs/html/api/index.html
@@ -2,13 +2,13 @@
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Bugzilla 2.23.3 API Documentation</title>
+    <title>Bugzilla 2.23.4 API Documentation</title>
   
 <link rel="stylesheet" title="style" type="text/css" href="style.css" media="all" >
 
 </head>
   <body class="contentspage">
-    <h1>Bugzilla 2.23.3 API Documentation</h1>
+    <h1>Bugzilla 2.23.4 API Documentation</h1>
 <dl class='superindex'>
 <dt><a name="Files">Files</a></dt>
 <dd>
@@ -22,10 +22,22 @@
   <td>Show how to talk to Bugzilla via XMLRPC</td>
 </tr>
 <tr class="even">
+  <th><a href="./contrib/bzdbcopy.html">contrib::bzdbcopy</a></th>
+  <td>Copies data from one Bugzilla database to another.</td>
+</tr>
+<tr class="odd">
   <th><a href="./contrib/merge-users.html">contrib::merge-users</a></th>
   <td>Merge two user accounts.</td>
 </tr>
+<tr class="even">
+  <th><a href="./contrib/recode.html">contrib::recode</a></th>
+  <td>Converts a database from one encoding (or multiple encodings) to UTF-8.</td>
+</tr>
 <tr class="odd">
+  <th><a href="./email_in.html">email_in</a></th>
+  <td>The Bugzilla Inbound Email Interface</td>
+</tr>
+<tr class="even">
   <th><a href="./importxml.html">importxml</a></th>
   <td>Import bugzilla bug data from xml.</td>
 </tr>
@@ -151,21 +163,29 @@
   <td>Bugzilla product class.</td>
 </tr>
 <tr class="odd">
+  <th><a href="./Bugzilla/Search/Saved.html">Bugzilla::Search::Saved</a></th>
+  <td></td>
+</tr>
+<tr class="even">
   <th><a href="./Bugzilla/Template.html">Bugzilla::Template</a></th>
   <td>Wrapper around the Template Toolkit Template object</td>
 </tr>
-<tr class="even">
+<tr class="odd">
   <th><a href="./Bugzilla/Template/Plugin/Bugzilla.html">Bugzilla::Template::Plugin::Bugzilla</a></th>
   <td></td>
 </tr>
-<tr class="odd">
+<tr class="even">
   <th><a href="./Bugzilla/Template/Plugin/Hook.html">Bugzilla::Template::Plugin::Hook</a></th>
   <td></td>
 </tr>
-<tr class="even">
+<tr class="odd">
   <th><a href="./Bugzilla/Template/Plugin/User.html">Bugzilla::Template::Plugin::User</a></th>
   <td></td>
 </tr>
+<tr class="even">
+  <th><a href="./Bugzilla/Token.html">Bugzilla::Token</a></th>
+  <td>Provides different routines to manage tokens.</td>
+</tr>
 <tr class="odd">
   <th><a href="./Bugzilla/Update.html">Bugzilla::Update</a></th>
   <td>Update routines for Bugzilla</td>
@@ -195,9 +215,17 @@
   <td>The Web Service interface to Bugzilla</td>
 </tr>
 <tr class="even">
+  <th><a href="./Bugzilla/WebService/Bug.html">Bugzilla::WebService::Bug</a></th>
+  <td>The API for creating, changing, and getting the details of bugs.</td>
+</tr>
+<tr class="odd">
   <th><a href="./Bugzilla/WebService/Bugzilla.html">Bugzilla::WebService::Bugzilla</a></th>
   <td>Global functions for the webservice interface.</td>
 </tr>
+<tr class="even">
+  <th><a href="./Bugzilla/WebService/Product.html">Bugzilla::WebService::Product</a></th>
+  <td>The Product API</td>
+</tr>
 <tr class="odd">
   <th><a href="./Bugzilla/WebService/User.html">Bugzilla::WebService::User</a></th>
   <td>The User Account and Login API</td>
diff --git a/docs/html/attachments.html b/docs/html/attachments.html
new file mode 100644
index 000000000..025e88111
--- /dev/null
+++ b/docs/html/attachments.html
@@ -0,0 +1,348 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML
+><HEAD
+><TITLE
+>Attachments</TITLE
+><META
+NAME="GENERATOR"
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
+REL="HOME"
+TITLE="The Bugzilla Guide - 2.23.4 
+    Development 
+    Release"
+HREF="index.html"><LINK
+REL="UP"
+TITLE="Using Bugzilla"
+HREF="using.html"><LINK
+REL="PREVIOUS"
+TITLE="Filing Bugs"
+HREF="bugreports.html"><LINK
+REL="NEXT"
+TITLE="Hints and Tips"
+HREF="hintsandtips.html"></HEAD
+><BODY
+CLASS="section"
+BGCOLOR="#FFFFFF"
+TEXT="#000000"
+LINK="#0000FF"
+VLINK="#840084"
+ALINK="#0000FF"
+><DIV
+CLASS="NAVHEADER"
+><TABLE
+SUMMARY="Header navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TH
+COLSPAN="3"
+ALIGN="center"
+>The Bugzilla Guide - 2.23.4 
+    Development 
+    Release</TH
+></TR
+><TR
+><TD
+WIDTH="10%"
+ALIGN="left"
+VALIGN="bottom"
+><A
+HREF="bugreports.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="80%"
+ALIGN="center"
+VALIGN="bottom"
+>Chapter 5. Using Bugzilla</TD
+><TD
+WIDTH="10%"
+ALIGN="right"
+VALIGN="bottom"
+><A
+HREF="hintsandtips.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+></TABLE
+><HR
+ALIGN="LEFT"
+WIDTH="100%"></DIV
+><DIV
+CLASS="section"
+><H1
+CLASS="section"
+><A
+NAME="attachments"
+>5.7. Attachments</A
+></H1
+><P
+>&#13;      You should use attachments, rather than comments, for large chunks of ASCII
+      data, such as trace, debugging output files, or log files. That way, it
+      doesn't bloat the bug for everyone who wants to read it, and cause people to
+      receive fat, useless mails.
+    </P
+><P
+>You should make sure to trim screenshots. There's no need to show the
+      whole screen if you are pointing out a single-pixel problem.
+    </P
+><P
+>Bugzilla stores and uses a Content-Type for each attachment
+      (e.g. text/html). To download an attachment as a different
+      Content-Type (e.g. application/xhtml+xml), you can override this
+      using a 'content_type' parameter on the URL, e.g.
+      <TT
+CLASS="filename"
+>&#38;content_type=text/plain</TT
+>.
+    </P
+><P
+>&#13;      If you have a really large attachment, something that does not need to
+      be recorded forever (as most attachments are), you can mark your
+      attachment as a <SPAN
+CLASS="QUOTE"
+>"Big File"</SPAN
+>, assuming the administrator of the
+      installation has enabled this feature.  Big Files are stored directly on
+      disk instead of in the database, and can be deleted when it is no longer
+      needed.  The maximum size of a <SPAN
+CLASS="QUOTE"
+>"Big File"</SPAN
+> is normally larger
+      than the maximum size of a regular attachment.
+    </P
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="patchviewer"
+>5.7.1. Patch Viewer</A
+></H2
+><P
+>Viewing and reviewing patches in Bugzilla is often difficult due to
+      lack of context, improper format and the inherent readability issues that
+      raw patches present.  Patch Viewer is an enhancement to Bugzilla designed
+      to fix that by offering increased context, linking to sections, and
+      integrating with Bonsai, LXR and CVS.</P
+><P
+>Patch viewer allows you to:</P
+><P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>View patches in color, with side-by-side view rather than trying
+        to interpret the contents of the patch.</TD
+></TR
+><TR
+><TD
+>See the difference between two patches.</TD
+></TR
+><TR
+><TD
+>Get more context in a patch.</TD
+></TR
+><TR
+><TD
+>Collapse and expand sections of a patch for easy
+        reading.</TD
+></TR
+><TR
+><TD
+>Link to a particular section of a patch for discussion or
+        review</TD
+></TR
+><TR
+><TD
+>Go to Bonsai or LXR to see more context, blame, and
+        cross-references for the part of the patch you are looking at</TD
+></TR
+><TR
+><TD
+>Create a rawtext unified format diff out of any patch, no
+        matter what format it came from</TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="patchviewer_view"
+>5.7.1.1. Viewing Patches in Patch Viewer</A
+></H3
+><P
+>The main way to view a patch in patch viewer is to click on the
+        "Diff" link next to a patch in the Attachments list on a bug. You may
+        also do this within the edit window by clicking the "View Attachment As
+        Diff" button in the Edit Attachment screen.</P
+></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="patchviewer_diff"
+>5.7.1.2. Seeing the Difference Between Two Patches</A
+></H3
+><P
+>To see the difference between two patches, you must first view the
+        newer patch in Patch Viewer.  Then select the older patch from the
+        dropdown at the top of the page ("Differences between [dropdown] and
+        this patch") and click the "Diff" button. This will show you what
+        is new or changed in the newer patch.</P
+></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="patchviewer_context"
+>5.7.1.3. Getting More Context in a Patch</A
+></H3
+><P
+>To get more context in a patch, you put a number in the textbox at
+        the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
+        This will give you that many lines of context before and after each
+        change. Alternatively, you can click on the "File" link there and it
+        will show each change in the full context of the file. This feature only
+        works against files that were diffed using "cvs diff".</P
+></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="patchviewer_collapse"
+>5.7.1.4. Collapsing and Expanding Sections of a Patch</A
+></H3
+><P
+>To view only a certain set of files in a patch (for example, if a
+        patch is absolutely huge and you want to only review part of it at a
+        time), you can click the "(+)" and "(-)" links next to each file (to
+        expand it or collapse it). If you want to collapse all files or expand
+        all files, you can click the "Collapse All" and "Expand All" links at the
+        top of the page.</P
+></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="patchviewer_link"
+>5.7.1.5. Linking to a Section of a Patch</A
+></H3
+><P
+>To link to a section of a patch (for example, if you want to be
+        able to give someone a URL to show them which part you are talking
+        about) you simply click the "Link Here" link on the section header. The
+        resulting URL can be copied and used in discussion.</P
+></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="patchviewer_bonsai_lxr"
+>5.7.1.6. Going to Bonsai and LXR</A
+></H3
+><P
+>To go to Bonsai to get blame for the lines you are interested in,
+        you can click the "Lines XX-YY" link on the section header you are
+        interested in. This works even if the patch is against an old
+        version of the file, since Bonsai stores all versions of the file.</P
+><P
+>To go to LXR, you click on the filename on the file header
+        (unfortunately, since LXR only does the most recent version, line
+        numbers are likely to rot).</P
+></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="patchviewer_unified_diff"
+>5.7.1.7. Creating a Unified Diff</A
+></H3
+><P
+>If the patch is not in a format that you like, you can turn it
+        into a unified diff format by clicking the "Raw Unified" link at the top
+        of the page.</P
+></DIV
+></DIV
+></DIV
+><DIV
+CLASS="NAVFOOTER"
+><HR
+ALIGN="LEFT"
+WIDTH="100%"><TABLE
+SUMMARY="Footer navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+><A
+HREF="bugreports.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="index.html"
+ACCESSKEY="H"
+>Home</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+><A
+HREF="hintsandtips.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+>Filing Bugs</TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="using.html"
+ACCESSKEY="U"
+>Up</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+>Hints and Tips</TD
+></TR
+></TABLE
+></DIV
+></BODY
+></HTML
+>
\ No newline at end of file
diff --git a/docs/html/bug_page.html b/docs/html/bug_page.html
index cffa227c9..57cbbece8 100644
--- a/docs/html/bug_page.html
+++ b/docs/html/bug_page.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="bug_page"
->6.3. Anatomy of a Bug</A
+>5.3. Anatomy of a Bug</A
 ></H1
 ><P
 >The core of Bugzilla is the screen which displays a particular
@@ -216,6 +216,13 @@ BORDER="0"
 ><LI
 ><P
 >&#13;        <EM
+>*QA Contact:</EM
+>
+        The person responsible for quality assurance on this bug.</P
+></LI
+><LI
+><P
+>&#13;        <EM
 >*URL:</EM
 >
         A URL associated with the bug, if any.</P
diff --git a/docs/html/bugreports.html b/docs/html/bugreports.html
index dad9246ec..e02c0a980 100644
--- a/docs/html/bugreports.html
+++ b/docs/html/bugreports.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -15,11 +15,11 @@ REL="UP"
 TITLE="Using Bugzilla"
 HREF="using.html"><LINK
 REL="PREVIOUS"
-TITLE="Bug Lists"
-HREF="list.html"><LINK
+TITLE="Searching for Bugs"
+HREF="query.html"><LINK
 REL="NEXT"
-TITLE="Patch Viewer"
-HREF="patchviewer.html"></HEAD
+TITLE="Attachments"
+HREF="attachments.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -49,7 +49,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="list.html"
+HREF="query.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -57,13 +57,13 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="patchviewer.html"
+HREF="attachments.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -78,64 +78,178 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="bugreports"
->6.7. Filing Bugs</A
+>5.6. Filing Bugs</A
 ></H1
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="fillingbugs"
+>5.6.1. Reporting a New Bug</A
+></H2
 ><P
 >Years of bug writing experience has been distilled for your
-    reading pleasure into the 
-    <A
+      reading pleasure into the 
+      <A
 HREF="http://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=bug-writing.html"
 TARGET="_top"
->&#13;    Bug Writing Guidelines</A
+>&#13;      Bug Writing Guidelines</A
 >. 
-    While some of the advice is Mozilla-specific, the basic principles of
-    reporting Reproducible, Specific bugs, isolating the Product you are
-    using, the Version of the Product, the Component which failed, the
-    Hardware Platform, and Operating System you were using at the time of
-    the failure go a long way toward ensuring accurate, responsible fixes
-    for the bug that bit you.</P
+      While some of the advice is Mozilla-specific, the basic principles of
+      reporting Reproducible, Specific bugs, isolating the Product you are
+      using, the Version of the Product, the Component which failed, the
+      Hardware Platform, and Operating System you were using at the time of
+      the failure go a long way toward ensuring accurate, responsible fixes
+      for the bug that bit you.</P
 ><P
->The procedure for filing a test bug is as follows:</P
+>The procedure for filing a bug is as follows:</P
 ><P
 ></P
 ><OL
 TYPE="1"
 ><LI
 ><P
->Go to 
-        <A
+>&#13;            Click the <SPAN
+CLASS="QUOTE"
+>"New"</SPAN
+> link available in the footer
+            of pages, or the <SPAN
+CLASS="QUOTE"
+>"Enter a new bug report"</SPAN
+> link
+            displayed on the home page of the Bugzilla installation.
+          </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;              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/"
 TARGET="_top"
->&#13;        Landfill</A
->
-        in your browser and click 
-        <A
-HREF="http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi"
-TARGET="_top"
->&#13;        Enter a new bug report</A
+>Landfill</A
 >.
-        </P
+            </P
+></TD
+></TR
+></TABLE
+></DIV
 ></LI
 ><LI
 ><P
->Select a product - any one will do.</P
+>&#13;            You first have to select the product in which you found a bug.
+          </P
 ></LI
 ><LI
 ><P
->Fill in the fields. Bugzilla should have made reasonable
-        guesses, based upon your browser, for the "Platform" and "OS"
-        drop-down boxes. If they are wrong, change them.</P
+>&#13;            You now see a form where you can specify the component (part of
+            the product which is affected by the bug you discovered; if you have
+            no idea, just select <SPAN
+CLASS="QUOTE"
+>"General"</SPAN
+> if such a component exists),
+            the version of the program you were using, the Operarting System and
+            platform your program is running on and the severity of the bug (if the
+            bug you found crashes the program, it's probably a major or a critical
+            bug; if it's a typo somewhere, that's something pretty minor; if it's
+            something you would like to see implemented, then that's an enhancement).
+          </P
 ></LI
 ><LI
 ><P
->Select "Commit" and send in your bug report.</P
+>&#13;            You now have to give a short but descriptive summary of the bug you found.
+            <SPAN
+CLASS="QUOTE"
+>"My program is crashing all the time"</SPAN
+> is a very poor summary
+            and doesn't help developers at all. Try something more meaningful or
+            your bug will probably be ignored due to a lack of precision.
+            The next step is to give a very detailed list of steps to reproduce
+            the problem you encountered. Try to limit these steps to a minimum set
+            required to reproduce the problem. This will make the life of
+            developers easier, and the probability that they consider your bug in
+            a reasonable timeframe will be much higher.
+          </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;              Try to make sure that everything in the summary is also in the first
+              comment. Summaries are often updated and this will ensure your original
+              information is easily accessible.
+            </P
+></TD
+></TR
+></TABLE
+></DIV
 ></LI
-></OL
+><LI
 ><P
->Try to make sure that everything said in the summary is also 
-      said in the first comment. Summaries are often updated and this will
-      ensure your original information is easily accessible.
-      </P
+>&#13;            As you file the bug, you can also attach a document (testcase, patch,
+            or screenshot of the problem).
+          </P
+></LI
+><LI
+><P
+>&#13;            Depending on the Bugzilla installation you are using and the product in
+            which you are filing the bug, you can also request developers to consider
+            your bug in different ways (such as requesting review for the patch you
+            just attached, requesting your bug to block the next release of the
+            product, and many other product specific requests).
+          </P
+></LI
+><LI
+><P
+>&#13;            Now is a good time to read your bug report again. Remove all misspellings,
+            otherwise your bug may not be found by developers running queries for some
+            specific words, and so your bug would not get any attention.
+            Also make sure you didn't forget any important information developers
+            should know in order to reproduce the problem, and make sure your
+            description of the problem is explicit and clear enough.
+            When you think your bug report is ready to go, the last step is to
+            click the <SPAN
+CLASS="QUOTE"
+>"Commit"</SPAN
+> button to add your report into the database.
+          </P
+></LI
+></OL
 ><P
 >&#13;      You do not need to put "any" or similar strings in the URL field.
       If there is no specific URL associated with the bug, leave this 
@@ -149,6 +263,32 @@ TARGET="_top"
       </P
 ></DIV
 ><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="cloningbugs"
+>5.6.2. Clone an Existing Bug</A
+></H2
+><P
+>&#13;        Starting with version 2.20, Bugzilla has a feature that allows you
+        to clone an existing bug. The newly created bug will inherit
+        most settings from the old bug. This allows you to track more
+        easily similar concerns in a new bug. To use this, go to the bug
+        that you want to clone, then click the <SPAN
+CLASS="QUOTE"
+>"Clone This Bug"</SPAN
+>
+        link on the bug page. This will take you to the <SPAN
+CLASS="QUOTE"
+>"Enter Bug"</SPAN
+>
+        page that is filled with the values that the old bug has.
+        You can change those values and/or texts if needed.
+      </P
+></DIV
+></DIV
+><DIV
 CLASS="NAVFOOTER"
 ><HR
 ALIGN="LEFT"
@@ -164,7 +304,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="list.html"
+HREF="query.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -182,7 +322,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="patchviewer.html"
+HREF="attachments.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -192,7 +332,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Bug Lists</TD
+>Searching for Bugs</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
@@ -206,7 +346,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Patch Viewer</TD
+>Attachments</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/classifications.html b/docs/html/classifications.html
index 11e9b7eba..abe0754f0 100644
--- a/docs/html/classifications.html
+++ b/docs/html/classifications.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/cmdline-bugmail.html b/docs/html/cmdline-bugmail.html
index 6334d10ac..1cfeece6b 100644
--- a/docs/html/cmdline-bugmail.html
+++ b/docs/html/cmdline-bugmail.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/cmdline.html b/docs/html/cmdline.html
index 389708bba..6ddd5ea6c 100644
--- a/docs/html/cmdline.html
+++ b/docs/html/cmdline.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/components.html b/docs/html/components.html
index 45c8f70e7..164744340 100644
--- a/docs/html/components.html
+++ b/docs/html/components.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -119,7 +119,7 @@ TYPE="1"
 ><LI
 ><P
 >Fill out the "Component" field, a short "Description", 
-        the "Default Assignee" and "Default QA Contact" (if enabled.) 
+        the "Default Assignee" and "Default QA Contact" (if enabled). 
         The Component and Description fields may contain HTML; 
         the "Default Assignee" field must be a login name
         already existing in the database. 
diff --git a/docs/html/configuration.html b/docs/html/configuration.html
index 0bd163f09..78c2beff2 100644
--- a/docs/html/configuration.html
+++ b/docs/html/configuration.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -218,22 +218,44 @@ NAME="database-engine"
 >2.2.2. Database Server</A
 ></H2
 ><P
->This section deals with configuring your database server for use
-        with Bugzilla. Currently <A
+>&#13;        This section deals with configuring your database server for use
+        with Bugzilla. Currently, MySQL (<A
 HREF="configuration.html#mysql"
->Section 2.2.2.1</A
-> and
-      <A
-HREF="configuration.html#postgresql"
 >Section 2.2.2.2</A
-> are available.</P
+>) and
+        PostgreSQL (<A
+HREF="configuration.html#postgresql"
+>Section 2.2.2.3</A
+>) are available.
+      </P
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
+NAME="database-schema"
+>2.2.2.1. Bugzilla Database Schema</A
+></H3
+><P
+>&#13;          The Bugzilla database schema is available at
+          <A
+HREF="http://www.ravenbrook.com/project/p4dti/tool/cgi/bugzilla-schema/"
+TARGET="_top"
+>Ravenbrook</A
+>.
+          This very valuable tool can generate a written description of
+          the Bugzilla database schema for any version of Bugzilla. It
+          can also generate a diff between two versions to help someone
+          see what has changed.
+        </P
+></DIV
 ><DIV
 CLASS="section"
 ><H3
 CLASS="section"
 ><A
 NAME="mysql"
->2.2.2.1. MySQL</A
+>2.2.2.2. MySQL</A
 ></H3
 ><DIV
 CLASS="caution"
@@ -273,7 +295,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="install-setupdatabase"
->2.2.2.1.1. Allow large attachments</A
+>2.2.2.2.1. Allow large attachments</A
 ></H4
 ><P
 >&#13;            By default, MySQL will only accept packets up to 64Kb in size.
@@ -344,8 +366,8 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN448"
->2.2.2.1.2. Allow small words in full-text indexes</A
+NAME="AEN475"
+>2.2.2.2.2. Allow small words in full-text indexes</A
 ></H4
 ><P
 >By default, words must be at least four characters in length
@@ -392,7 +414,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="install-setupdatabase-adduser"
->2.2.2.1.3. Add a user to MySQL</A
+>2.2.2.2.3. Add a user to MySQL</A
 ></H4
 ><P
 >&#13;            You need to add a new MySQL user for Bugzilla to use.
@@ -480,8 +502,8 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN475"
->2.2.2.1.4. Permit attachments table to grow beyond 4GB</A
+NAME="AEN502"
+>2.2.2.2.4. Permit attachments table to grow beyond 4GB</A
 ></H4
 ><P
 >&#13;            By default, MySQL will limit the size of a table to 4GB.
@@ -571,15 +593,15 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="postgresql"
->2.2.2.2. PostgreSQL</A
+>2.2.2.3. PostgreSQL</A
 ></H3
 ><DIV
 CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN491"
->2.2.2.2.1. Add a User to PostgreSQL</A
+NAME="AEN518"
+>2.2.2.3.1. Add a User to PostgreSQL</A
 ></H4
 ><P
 >You need to add a new user to PostgreSQL for the Bugzilla
@@ -659,8 +681,8 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN507"
->2.2.2.2.2. Configure PostgreSQL</A
+NAME="AEN534"
+>2.2.2.3.2. Configure PostgreSQL</A
 ></H4
 ><P
 >Now, you will need to edit <TT
@@ -713,7 +735,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN521"
+NAME="AEN548"
 >2.2.3. checksetup.pl</A
 ></H2
 ><P
@@ -757,7 +779,13 @@ NAME="http"
 ><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.) Regardless of which webserver
+        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
diff --git a/docs/html/conventions.html b/docs/html/conventions.html
index 47fd65da6..7d5cc9c03 100644
--- a/docs/html/conventions.html
+++ b/docs/html/conventions.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -345,7 +345,7 @@ CLASS="sgmltag"
 	  This documentation is maintained in DocBook 4.1.2 XML format.
     Changes are best submitted as plain text or XML diffs, attached
     to a bug filed in the <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
 TARGET="_top"
 >Bugzilla Documentation</A
 > component.
diff --git a/docs/html/copyright.html b/docs/html/copyright.html
index c6ffd445f..e1a29b320 100644
--- a/docs/html/copyright.html
+++ b/docs/html/copyright.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -81,7 +81,7 @@ NAME="copyright"
 >1.1. Copyright Information</A
 ></H1
 ><P
->This document is copyright (c) 2000-2006 by the various
+>This document is copyright (c) 2000-2007 by the various
     Bugzilla contributors who wrote it.</P
 ><A
 NAME="AEN26"
diff --git a/docs/html/credits.html b/docs/html/credits.html
index 630af36ed..98a4bb976 100644
--- a/docs/html/credits.html
+++ b/docs/html/credits.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/cust-change-permissions.html b/docs/html/cust-change-permissions.html
index 04c1df753..371db8ae2 100644
--- a/docs/html/cust-change-permissions.html
+++ b/docs/html/cust-change-permissions.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -18,8 +18,8 @@ REL="PREVIOUS"
 TITLE="The Bugzilla Extension Mechanism"
 HREF="cust-hooks.html"><LINK
 REL="NEXT"
-TITLE="MySQL Bugzilla Database Introduction"
-HREF="dbdoc.html"></HEAD
+TITLE="Integrating Bugzilla with Third-Party Tools"
+HREF="integration.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,13 +57,13 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 5. Customising Bugzilla</TD
+>Chapter 6. Customising Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="dbdoc.html"
+HREF="integration.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="cust-change-permissions"
->5.4. Customizing Who Can Change What</A
+>6.4. Customizing Who Can Change What</A
 ></H1
 ><DIV
 CLASS="warning"
@@ -316,7 +316,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="dbdoc.html"
+HREF="integration.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -340,7 +340,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->MySQL Bugzilla Database Introduction</TD
+>Integrating Bugzilla with Third-Party Tools</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/cust-hooks.html b/docs/html/cust-hooks.html
index 0f4646057..b43138530 100644
--- a/docs/html/cust-hooks.html
+++ b/docs/html/cust-hooks.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 5. Customising Bugzilla</TD
+>Chapter 6. Customising Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="cust-hooks"
->5.3. The Bugzilla Extension Mechanism</A
+>6.3. The Bugzilla Extension Mechanism</A
 ></H1
 ><DIV
 CLASS="warning"
diff --git a/docs/html/cust-skins.html b/docs/html/cust-skins.html
index 65a9328a8..42ccfd82c 100644
--- a/docs/html/cust-skins.html
+++ b/docs/html/cust-skins.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 5. Customising Bugzilla</TD
+>Chapter 6. Customising Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="cust-skins"
->5.1. Custom Skins</A
+>6.1. Custom Skins</A
 ></H1
 ><P
 >&#13;      Bugzilla allows you to have multiple skins. These are custom CSS and possibly
diff --git a/docs/html/cust-templates.html b/docs/html/cust-templates.html
index a562d6b29..08f89bd85 100644
--- a/docs/html/cust-templates.html
+++ b/docs/html/cust-templates.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 5. Customising Bugzilla</TD
+>Chapter 6. Customising Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="cust-templates"
->5.2. Template Customization</A
+>6.2. Template Customization</A
 ></H1
 ><P
 >&#13;      Administrators can configure the look and feel of Bugzilla without
@@ -91,7 +91,7 @@ NAME="cust-templates"
       determined by the user's browser. More information is available in
       <A
 HREF="cust-templates.html#template-http-accept"
->Section 5.2.6</A
+>Section 6.2.6</A
 >.
     </P
 ><DIV
@@ -100,7 +100,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="template-directory"
->5.2.1. Template Directory Structure</A
+>6.2.1. Template Directory Structure</A
 ></H2
 ><P
 >&#13;        The template directory structure starts with top level directory 
@@ -172,7 +172,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="template-method"
->5.2.2. Choosing a Customization Method</A
+>6.2.2. Choosing a Customization Method</A
 ></H2
 ><P
 >&#13;        If you want to edit Bugzilla's templates, the first decision
@@ -372,7 +372,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="template-edit"
->5.2.3. How To Edit Templates</A
+>6.2.3. How To Edit Templates</A
 ></H2
 ><DIV
 CLASS="note"
@@ -460,7 +460,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="template-formats"
->5.2.4. Template Formats and Types</A
+>6.2.4. Template Formats and Types</A
 ></H2
 ><P
 >&#13;        Some CGI's have the ability to use more than one template. For example,
@@ -568,7 +568,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="template-specific"
->5.2.5. Particular Templates</A
+>6.2.5. Particular Templates</A
 ></H2
 ><P
 >&#13;        There are a few templates you may be particularly interested in
@@ -836,7 +836,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="template-http-accept"
->5.2.6. Configuring Bugzilla to Detect the User's Language</A
+>6.2.6. Configuring Bugzilla to Detect the User's Language</A
 ></H2
 ><P
 >Bugzilla honours the user's Accept: HTTP header. You can install
diff --git a/docs/html/custom-fields.html b/docs/html/custom-fields.html
new file mode 100644
index 000000000..82bab93f8
--- /dev/null
+++ b/docs/html/custom-fields.html
@@ -0,0 +1,305 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML
+><HEAD
+><TITLE
+>Custom Fields</TITLE
+><META
+NAME="GENERATOR"
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
+REL="HOME"
+TITLE="The Bugzilla Guide - 2.23.4 
+    Development 
+    Release"
+HREF="index.html"><LINK
+REL="UP"
+TITLE="Administering Bugzilla"
+HREF="administration.html"><LINK
+REL="PREVIOUS"
+TITLE="Flags"
+HREF="flags-overview.html"><LINK
+REL="NEXT"
+TITLE="Legal Values"
+HREF="edit-values.html"></HEAD
+><BODY
+CLASS="section"
+BGCOLOR="#FFFFFF"
+TEXT="#000000"
+LINK="#0000FF"
+VLINK="#840084"
+ALINK="#0000FF"
+><DIV
+CLASS="NAVHEADER"
+><TABLE
+SUMMARY="Header navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TH
+COLSPAN="3"
+ALIGN="center"
+>The Bugzilla Guide - 2.23.4 
+    Development 
+    Release</TH
+></TR
+><TR
+><TD
+WIDTH="10%"
+ALIGN="left"
+VALIGN="bottom"
+><A
+HREF="flags-overview.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="80%"
+ALIGN="center"
+VALIGN="bottom"
+>Chapter 3. Administering Bugzilla</TD
+><TD
+WIDTH="10%"
+ALIGN="right"
+VALIGN="bottom"
+><A
+HREF="edit-values.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+></TABLE
+><HR
+ALIGN="LEFT"
+WIDTH="100%"></DIV
+><DIV
+CLASS="section"
+><H1
+CLASS="section"
+><A
+NAME="custom-fields"
+>3.9. Custom Fields</A
+></H1
+><P
+>&#13;      One of the most requested features was the ability to add your own custom
+      fields to bugs, based on your needs. With the release of Bugzilla 3.0, this
+      dream finally comes true. Administrators can manage these fields using the
+      <SPAN
+CLASS="QUOTE"
+>"Custom Fields"</SPAN
+> link in the footer of pages. The first thing
+      they will see is the list of existing custom fields (which is empty by default).
+    </P
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="add-custom-fields"
+>3.9.1. Adding Custom Fields</A
+></H2
+><P
+>&#13;        The <SPAN
+CLASS="QUOTE"
+>"Add a new custom field"</SPAN
+> link permits you to add a
+        new field which can be either a free text box or a drop down menu.
+        More field types will be available in future releases.
+      </P
+><P
+>&#13;        The following attributes must be set for each new custom field:
+        <P
+></P
+><UL
+><LI
+><P
+>&#13;              <EM
+>Name:</EM
+>
+              the name of the field, used internally. This name MUST begin
+              with <SPAN
+CLASS="QUOTE"
+>"cf_"</SPAN
+>. If you omit this string, it will
+              be automatically added to the name you entered. This way, all
+              custom fields added to Bugzilla begin with <SPAN
+CLASS="QUOTE"
+>"cf_"</SPAN
+>,
+              avoiding any conflict with default fields.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Description:</EM
+>
+              the string which is used as a label for this custom field.
+              That is the string that users will see, and so should be
+              short and explicit.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Type:</EM
+>
+              as mentioned above, only two types are implemented so far.
+              Free text boxes let you type any string, while drop down menus
+              only let you choose one value in the list provided. The list of
+              legal values for this field can be created and edited as soon as
+              this custom field is added to the DB. See
+              <A
+HREF="edit-values.html#edit-values-list"
+>Section 3.10.1</A
+> for information about editing
+              legal values.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Sortkey:</EM
+>
+              this integer determines in which order custom fields are
+              displayed in the UI, especially when viewing a bug. Fields
+              with lower values are displayed first.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Can be set on bug creation:</EM
+>
+              this boolean determines whether this field can be set on
+              bug creation or not. If not, then you have to create the
+              bug first before being able to set this field. Else you
+              can set its value at the same time you file a bug,
+              see <A
+HREF="bugreports.html"
+>Section 5.6</A
+> about filing bugs.
+            </P
+></LI
+><LI
+><P
+>&#13;              <EM
+>Displayed in bugmail for new bugs:</EM
+>
+              this boolean 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
+>
+              this boolean determines whether or not this field should
+              be displayed at all. Obsolete custom fields are hidden.
+            </P
+></LI
+></UL
+>
+      </P
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="edit-custom-fields"
+>3.9.2. Editing Custom Fields</A
+></H2
+><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.html#edit-values-list"
+>Section 3.10.1</A
+>. All
+        other attributes can be edited as described above.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="delete-custom-fields"
+>3.9.3. Deleting Custom Fields</A
+></H2
+><P
+>&#13;        At this point, it is not possible to delete custom fields from
+        your web browser. If you don't want to make one available anymore,
+        mark it as obsolete. This way, you will preserve your DB
+        referential integrity.
+      </P
+></DIV
+></DIV
+><DIV
+CLASS="NAVFOOTER"
+><HR
+ALIGN="LEFT"
+WIDTH="100%"><TABLE
+SUMMARY="Footer navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+><A
+HREF="flags-overview.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="index.html"
+ACCESSKEY="H"
+>Home</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+><A
+HREF="edit-values.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+>Flags</TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="administration.html"
+ACCESSKEY="U"
+>Up</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+>Legal Values</TD
+></TR
+></TABLE
+></DIV
+></BODY
+></HTML
+>
\ No newline at end of file
diff --git a/docs/html/customization.html b/docs/html/customization.html
index 18718419e..bf851594d 100644
--- a/docs/html/customization.html
+++ b/docs/html/customization.html
@@ -7,13 +7,13 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
-TITLE="Bugzilla"
-HREF="security-bugzilla.html"><LINK
+TITLE="Whining"
+HREF="whining.html"><LINK
 REL="NEXT"
 TITLE="Custom Skins"
 HREF="cust-skins.html"></HEAD
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -46,7 +46,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="security-bugzilla.html"
+HREF="whining.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -75,7 +75,7 @@ CLASS="chapter"
 ><A
 NAME="customization"
 ></A
->Chapter 5. Customising Bugzilla</H1
+>Chapter 6. Customising Bugzilla</H1
 ><DIV
 CLASS="TOC"
 ><DL
@@ -84,93 +84,88 @@ CLASS="TOC"
 >Table of Contents</B
 ></DT
 ><DT
->5.1. <A
+>6.1. <A
 HREF="cust-skins.html"
 >Custom Skins</A
 ></DT
 ><DT
->5.2. <A
+>6.2. <A
 HREF="cust-templates.html"
 >Template Customization</A
 ></DT
 ><DD
 ><DL
 ><DT
->5.2.1. <A
+>6.2.1. <A
 HREF="cust-templates.html#template-directory"
 >Template Directory Structure</A
 ></DT
 ><DT
->5.2.2. <A
+>6.2.2. <A
 HREF="cust-templates.html#template-method"
 >Choosing a Customization Method</A
 ></DT
 ><DT
->5.2.3. <A
+>6.2.3. <A
 HREF="cust-templates.html#template-edit"
 >How To Edit Templates</A
 ></DT
 ><DT
->5.2.4. <A
+>6.2.4. <A
 HREF="cust-templates.html#template-formats"
 >Template Formats and Types</A
 ></DT
 ><DT
->5.2.5. <A
+>6.2.5. <A
 HREF="cust-templates.html#template-specific"
 >Particular Templates</A
 ></DT
 ><DT
->5.2.6. <A
+>6.2.6. <A
 HREF="cust-templates.html#template-http-accept"
 >Configuring Bugzilla to Detect the User's Language</A
 ></DT
 ></DL
 ></DD
 ><DT
->5.3. <A
+>6.3. <A
 HREF="cust-hooks.html"
 >The Bugzilla Extension Mechanism</A
 ></DT
 ><DT
->5.4. <A
+>6.4. <A
 HREF="cust-change-permissions.html"
 >Customizing Who Can Change What</A
 ></DT
 ><DT
->5.5. <A
-HREF="dbdoc.html"
->MySQL Bugzilla Database Introduction</A
-></DT
-><DT
->5.6. <A
+>6.5. <A
 HREF="integration.html"
 >Integrating Bugzilla with Third-Party Tools</A
 ></DT
 ><DD
 ><DL
 ><DT
->5.6.1. <A
+>6.5.1. <A
 HREF="integration.html#bonsai"
 >Bonsai</A
 ></DT
 ><DT
->5.6.2. <A
+>6.5.2. <A
 HREF="integration.html#cvs"
 >CVS</A
 ></DT
 ><DT
->5.6.3. <A
+>6.5.3. <A
 HREF="integration.html#scm"
 >Perforce SCM</A
 ></DT
 ><DT
->5.6.4. <A
+>6.5.4. <A
 HREF="integration.html#svn"
 >Subversion</A
 ></DT
 ><DT
->5.6.5. <A
+>6.5.5. <A
 HREF="integration.html#tinderbox"
 >Tinderbox/Tinderbox2</A
 ></DT
@@ -195,7 +190,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="security-bugzilla.html"
+HREF="whining.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -223,7 +218,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Bugzilla</TD
+>Whining</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
diff --git a/docs/html/dbdoc.html b/docs/html/dbdoc.html
deleted file mode 100644
index 858d33944..000000000
--- a/docs/html/dbdoc.html
+++ /dev/null
@@ -1,555 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML
-><HEAD
-><TITLE
->MySQL Bugzilla Database Introduction</TITLE
-><META
-NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
-REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
-    Development 
-    Release"
-HREF="index.html"><LINK
-REL="UP"
-TITLE="Customising Bugzilla"
-HREF="customization.html"><LINK
-REL="PREVIOUS"
-TITLE="Customizing Who Can Change What"
-HREF="cust-change-permissions.html"><LINK
-REL="NEXT"
-TITLE="Integrating Bugzilla with Third-Party Tools"
-HREF="integration.html"></HEAD
-><BODY
-CLASS="section"
-BGCOLOR="#FFFFFF"
-TEXT="#000000"
-LINK="#0000FF"
-VLINK="#840084"
-ALINK="#0000FF"
-><DIV
-CLASS="NAVHEADER"
-><TABLE
-SUMMARY="Header navigation table"
-WIDTH="100%"
-BORDER="0"
-CELLPADDING="0"
-CELLSPACING="0"
-><TR
-><TH
-COLSPAN="3"
-ALIGN="center"
->The Bugzilla Guide - 2.23.3 
-    Development 
-    Release</TH
-></TR
-><TR
-><TD
-WIDTH="10%"
-ALIGN="left"
-VALIGN="bottom"
-><A
-HREF="cust-change-permissions.html"
-ACCESSKEY="P"
->Prev</A
-></TD
-><TD
-WIDTH="80%"
-ALIGN="center"
-VALIGN="bottom"
->Chapter 5. Customising Bugzilla</TD
-><TD
-WIDTH="10%"
-ALIGN="right"
-VALIGN="bottom"
-><A
-HREF="integration.html"
-ACCESSKEY="N"
->Next</A
-></TD
-></TR
-></TABLE
-><HR
-ALIGN="LEFT"
-WIDTH="100%"></DIV
-><DIV
-CLASS="section"
-><H1
-CLASS="section"
-><A
-NAME="dbdoc"
->5.5. MySQL Bugzilla Database Introduction</A
-></H1
-><P
->This information comes straight from my life. I was forced to learn
-    how Bugzilla organizes database because of nitpicky requests from users
-    for tiny changes in wording, rather than having people re-educate
-    themselves or figure out how to work our procedures around the tool. It
-    sucks, but it can and will happen to you, so learn how the schema works
-    and deal with it when it comes.</P
-><P
->So, here you are with your brand-new installation of Bugzilla.
-    You've got MySQL set up, Apache working right, Perl DBI and DBD talking
-    to the database flawlessly. Maybe you've even entered a few test bugs to
-    make sure email's working; people seem to be notified of new bugs and
-    changes, and you can enter and edit bugs to your heart's content. Perhaps
-    you've gone through the trouble of setting up a gateway for people to
-    submit bugs to your database via email, have had a few people test it,
-    and received rave reviews from your beta testers.</P
-><P
->What's the next thing you do? Outline a training strategy for your
-    development team, of course, and bring them up to speed on the new tool
-    you've labored over for hours.</P
-><P
->Your first training session starts off very well! You have a
-    captive audience which seems enraptured by the efficiency embodied in
-    this thing called "Bugzilla". You are caught up describing the nifty
-    features, how people can save favorite queries in the database, set them
-    up as headers and footers on their pages, customize their layouts,
-    generate reports, track status with greater efficiency than ever before,
-    leap tall buildings with a single bound and rescue Jane from the clutches
-    of Certain Death!</P
-><P
->But Certain Death speaks up -- a tiny voice, from the dark corners
-    of the conference room. "I have a concern," the voice hisses from the
-    darkness, "about the use of the word 'verified'."</P
-><P
->The room, previously filled with happy chatter, lapses into
-    reverential silence as Certain Death (better known as the Vice President
-    of Software Engineering) continues. "You see, for two years we've used
-    the word 'verified' to indicate that a developer or quality assurance
-    engineer has confirmed that, in fact, a bug is valid. I don't want to
-    lose two years of training to a new software product. You need to change
-    the bug status of 'verified' to 'approved' as soon as possible. To avoid
-    confusion, of course."</P
-><P
->Oh no! Terror strikes your heart, as you find yourself mumbling
-    "yes, yes, I don't think that would be a problem," You review the changes
-    with Certain Death, and continue to jabber on, "no, it's not too big a
-    change. I mean, we have the source code, right? You know, 'Use the
-    Source, Luke' and all that... no problem," All the while you quiver
-    inside like a beached jellyfish bubbling, burbling, and boiling on a hot
-    Jamaican sand dune...</P
-><P
->Thus begins your adventure into the heart of Bugzilla. You've been
-    forced to learn about non-portable enum() fields, varchar columns, and
-    tinyint definitions. The Adventure Awaits You!</P
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="AEN2148"
->5.5.1. Bugzilla Database Basics</A
-></H2
-><P
->If you were like me, at this point you're totally clueless about
-      the internals of MySQL, and if it weren't for this executive order from
-      the Vice President you couldn't care less about the difference between
-      a 
-      <SPAN
-CLASS="QUOTE"
->"bigint"</SPAN
->
-
-      and a 
-      <SPAN
-CLASS="QUOTE"
->"tinyint"</SPAN
->
-
-      entry in MySQL. I recommend you refer to the
-      <A
-HREF="http://www.mysql.com/documentation/"
-TARGET="_top"
->MySQL documentation</A
->
-      . Below are the basics you need to know about the Bugzilla database.
-      Check the chart above for more details.</P
-><P
->&#13;        <P
-></P
-><OL
-TYPE="1"
-><LI
-><P
->To connect to your database:</P
-><P
->&#13;              <SAMP
-CLASS="prompt"
->bash#</SAMP
->
-
-              <B
-CLASS="command"
->mysql</B
->
-
-              <VAR
-CLASS="parameter"
->-u root</VAR
->
-            </P
-><P
->If this works without asking you for a password, 
-            <EM
->shame on you</EM
->
-
-            ! You should have locked your security down like the installation
-            instructions told you to. You can find details on locking down
-            your database in the Bugzilla FAQ in this directory (under
-            "Security"), or more robust security generalities in the 
-            <A
-HREF="http://www.mysql.com/php/manual.php3?section=Privilege_system"
-TARGET="_top"
->MySQL
-            searchable documentation</A
->.
-            </P
-></LI
-><LI
-><P
->You should now be at a prompt that looks like this:</P
-><P
->&#13;              <SAMP
-CLASS="prompt"
->mysql&#62;</SAMP
->
-            </P
-><P
->At the prompt, if 
-            <SPAN
-CLASS="QUOTE"
->"bugs"</SPAN
->
-
-            is the name you chose in the
-            <TT
-CLASS="filename"
->localconfig</TT
->
-
-            file for your Bugzilla database, type:</P
-><P
->&#13;              <SAMP
-CLASS="prompt"
->mysql</SAMP
->
-
-              <B
-CLASS="command"
->use bugs;</B
->
-            </P
-></LI
-></OL
->
-      </P
-><DIV
-CLASS="section"
-><H3
-CLASS="section"
-><A
-NAME="AEN2175"
->5.5.1.1. Bugzilla Database Tables</A
-></H3
-><P
->Imagine your MySQL database as a series of spreadsheets, and
-        you won't be too far off. If you use this command:</P
-><P
->&#13;          <SAMP
-CLASS="prompt"
->mysql&#62;</SAMP
->
-          <B
-CLASS="command"
->show tables from bugs;</B
->
-        </P
-><P
->you'll be able to see the names of all the 
-        <SPAN
-CLASS="QUOTE"
->"spreadsheets"</SPAN
->
-        (tables) in your database.</P
-><P
->From the command issued above, you should have some
-	  output that looks like this:
-<TABLE
-BORDER="0"
-BGCOLOR="#E0E0E0"
-WIDTH="100%"
-><TR
-><TD
-><FONT
-COLOR="#000000"
-><PRE
-CLASS="programlisting"
->&#13;+-------------------+
-| Tables in bugs    |
-+-------------------+
-| attachments       |
-| bugs              |
-| bugs_activity     |
-| cc                |
-| components        |
-| dependencies      |
-| fielddefs         |
-| groups            |
-| keyworddefs       |
-| keywords          |
-| logincookies      |
-| longdescs         |
-| milestones        |
-| namedqueries      |
-| products          |
-| profiles          |
-| profiles_activity |
-| tokens            |
-| user_group_map    |
-| versions          |
-| votes             |
-| watch             |
-+-------------------+
-</PRE
-></FONT
-></TD
-></TR
-></TABLE
->
-</P
-><P
-CLASS="literallayout"
-><br>
-&nbsp;&nbsp;Here's&nbsp;an&nbsp;overview&nbsp;of&nbsp;what&nbsp;each&nbsp;table&nbsp;does.&nbsp;Most&nbsp;columns&nbsp;in&nbsp;each&nbsp;table&nbsp;have<br>
-descriptive&nbsp;names&nbsp;that&nbsp;make&nbsp;it&nbsp;fairly&nbsp;trivial&nbsp;to&nbsp;figure&nbsp;out&nbsp;their&nbsp;jobs.<br>
-<br>
-attachments:&nbsp;This&nbsp;table&nbsp;stores&nbsp;all&nbsp;attachments&nbsp;to&nbsp;bugs.&nbsp;It&nbsp;tends&nbsp;to&nbsp;be&nbsp;your<br>
-largest&nbsp;table,&nbsp;yet&nbsp;also&nbsp;generally&nbsp;has&nbsp;the&nbsp;fewest&nbsp;entries&nbsp;because&nbsp;file<br>
-attachments&nbsp;are&nbsp;so&nbsp;(relatively)&nbsp;large.<br>
-<br>
-bugs:&nbsp;&nbsp;This&nbsp;is&nbsp;the&nbsp;core&nbsp;of&nbsp;your&nbsp;system.&nbsp;The&nbsp;bugs&nbsp;table&nbsp;stores&nbsp;most&nbsp;of&nbsp;the<br>
-current&nbsp;information&nbsp;about&nbsp;a&nbsp;bug,&nbsp;with&nbsp;the&nbsp;exception&nbsp;of&nbsp;the&nbsp;info&nbsp;stored&nbsp;in&nbsp;the<br>
-other&nbsp;tables.<br>
-<br>
-bugs_activity:&nbsp;&nbsp;This&nbsp;stores&nbsp;information&nbsp;regarding&nbsp;what&nbsp;changes&nbsp;are&nbsp;made&nbsp;to&nbsp;bugs<br>
-when&nbsp;--&nbsp;a&nbsp;history&nbsp;file.<br>
-<br>
-cc:&nbsp;&nbsp;This&nbsp;tiny&nbsp;table&nbsp;simply&nbsp;stores&nbsp;all&nbsp;the&nbsp;CC&nbsp;information&nbsp;for&nbsp;any&nbsp;bug&nbsp;which&nbsp;has<br>
-any&nbsp;entries&nbsp;in&nbsp;the&nbsp;CC&nbsp;field&nbsp;of&nbsp;the&nbsp;bug.&nbsp;Note&nbsp;that,&nbsp;like&nbsp;most&nbsp;other&nbsp;tables&nbsp;in<br>
-Bugzilla,&nbsp;it&nbsp;does&nbsp;not&nbsp;refer&nbsp;to&nbsp;users&nbsp;by&nbsp;their&nbsp;user&nbsp;names,&nbsp;but&nbsp;by&nbsp;their&nbsp;unique<br>
-userid,&nbsp;stored&nbsp;as&nbsp;a&nbsp;primary&nbsp;key&nbsp;in&nbsp;the&nbsp;profiles&nbsp;table.<br>
-<br>
-components:&nbsp;This&nbsp;stores&nbsp;the&nbsp;programs&nbsp;and&nbsp;components&nbsp;(or&nbsp;products&nbsp;and<br>
-components,&nbsp;in&nbsp;newer&nbsp;Bugzilla&nbsp;parlance)&nbsp;for&nbsp;Bugzilla.&nbsp;Curiously,&nbsp;the&nbsp;"program"<br>
-(product)&nbsp;field&nbsp;is&nbsp;the&nbsp;full&nbsp;name&nbsp;of&nbsp;the&nbsp;product,&nbsp;rather&nbsp;than&nbsp;some&nbsp;other&nbsp;unique<br>
-identifier,&nbsp;like&nbsp;bug_id&nbsp;and&nbsp;user_id&nbsp;are&nbsp;elsewhere&nbsp;in&nbsp;the&nbsp;database.<br>
-<br>
-dependencies:&nbsp;Stores&nbsp;data&nbsp;about&nbsp;those&nbsp;cool&nbsp;dependency&nbsp;trees.<br>
-<br>
-fielddefs:&nbsp;&nbsp;A&nbsp;nifty&nbsp;table&nbsp;that&nbsp;defines&nbsp;other&nbsp;tables.&nbsp;For&nbsp;instance,&nbsp;when&nbsp;you<br>
-submit&nbsp;a&nbsp;form&nbsp;that&nbsp;changes&nbsp;the&nbsp;value&nbsp;of&nbsp;"AssignedTo"&nbsp;this&nbsp;table&nbsp;allows<br>
-translation&nbsp;to&nbsp;the&nbsp;actual&nbsp;field&nbsp;name&nbsp;"assigned_to"&nbsp;for&nbsp;entry&nbsp;into&nbsp;MySQL.<br>
-<br>
-groups:&nbsp;&nbsp;defines&nbsp;bitmasks&nbsp;for&nbsp;groups.&nbsp;A&nbsp;bitmask&nbsp;is&nbsp;a&nbsp;number&nbsp;that&nbsp;can&nbsp;uniquely<br>
-identify&nbsp;group&nbsp;memberships.&nbsp;For&nbsp;instance,&nbsp;say&nbsp;the&nbsp;group&nbsp;that&nbsp;is&nbsp;allowed&nbsp;to<br>
-tweak&nbsp;parameters&nbsp;is&nbsp;assigned&nbsp;a&nbsp;value&nbsp;of&nbsp;"1",&nbsp;the&nbsp;group&nbsp;that&nbsp;is&nbsp;allowed&nbsp;to&nbsp;edit<br>
-users&nbsp;is&nbsp;assigned&nbsp;a&nbsp;"2",&nbsp;and&nbsp;the&nbsp;group&nbsp;that&nbsp;is&nbsp;allowed&nbsp;to&nbsp;create&nbsp;new&nbsp;groups&nbsp;is<br>
-assigned&nbsp;the&nbsp;bitmask&nbsp;of&nbsp;"4".&nbsp;By&nbsp;uniquely&nbsp;combining&nbsp;the&nbsp;group&nbsp;bitmasks&nbsp;(much<br>
-like&nbsp;the&nbsp;chmod&nbsp;command&nbsp;in&nbsp;UNIX,)&nbsp;you&nbsp;can&nbsp;identify&nbsp;a&nbsp;user&nbsp;is&nbsp;allowed&nbsp;to&nbsp;tweak<br>
-parameters&nbsp;and&nbsp;create&nbsp;groups,&nbsp;but&nbsp;not&nbsp;edit&nbsp;users,&nbsp;by&nbsp;giving&nbsp;him&nbsp;a&nbsp;bitmask&nbsp;of<br>
-"5",&nbsp;or&nbsp;a&nbsp;user&nbsp;allowed&nbsp;to&nbsp;edit&nbsp;users&nbsp;and&nbsp;create&nbsp;groups,&nbsp;but&nbsp;not&nbsp;tweak<br>
-parameters,&nbsp;by&nbsp;giving&nbsp;him&nbsp;a&nbsp;bitmask&nbsp;of&nbsp;"6"&nbsp;Simple,&nbsp;huh?<br>
-&nbsp;&nbsp;If&nbsp;this&nbsp;makes&nbsp;no&nbsp;sense&nbsp;to&nbsp;you,&nbsp;try&nbsp;this&nbsp;at&nbsp;the&nbsp;mysql&nbsp;prompt:<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;groups;<br>
-&nbsp;&nbsp;You'll&nbsp;see&nbsp;the&nbsp;list,&nbsp;it&nbsp;makes&nbsp;much&nbsp;more&nbsp;sense&nbsp;that&nbsp;way.<br>
-<br>
-keyworddefs:&nbsp;&nbsp;Definitions&nbsp;of&nbsp;keywords&nbsp;to&nbsp;be&nbsp;used<br>
-<br>
-keywords:&nbsp;Unlike&nbsp;what&nbsp;you'd&nbsp;think,&nbsp;this&nbsp;table&nbsp;holds&nbsp;which&nbsp;keywords&nbsp;are<br>
-associated&nbsp;with&nbsp;which&nbsp;bug&nbsp;id's.<br>
-<br>
-logincookies:&nbsp;This&nbsp;stores&nbsp;every&nbsp;login&nbsp;cookie&nbsp;ever&nbsp;assigned&nbsp;to&nbsp;you&nbsp;for&nbsp;every<br>
-machine&nbsp;you've&nbsp;ever&nbsp;logged&nbsp;into&nbsp;Bugzilla&nbsp;from.&nbsp;Curiously,&nbsp;it&nbsp;never&nbsp;does&nbsp;any<br>
-housecleaning&nbsp;--&nbsp;I&nbsp;see&nbsp;cookies&nbsp;in&nbsp;this&nbsp;file&nbsp;I've&nbsp;not&nbsp;used&nbsp;for&nbsp;months.&nbsp;However,<br>
-since&nbsp;Bugzilla&nbsp;never&nbsp;expires&nbsp;your&nbsp;cookie&nbsp;(for&nbsp;convenience'&nbsp;sake),&nbsp;it&nbsp;makes<br>
-sense.<br>
-<br>
-longdescs:&nbsp;&nbsp;The&nbsp;meat&nbsp;of&nbsp;bugzilla&nbsp;--&nbsp;here&nbsp;is&nbsp;where&nbsp;all&nbsp;user&nbsp;comments&nbsp;are&nbsp;stored!<br>
-You've&nbsp;only&nbsp;got&nbsp;2^24&nbsp;bytes&nbsp;per&nbsp;comment&nbsp;(it's&nbsp;a&nbsp;mediumtext&nbsp;field),&nbsp;so&nbsp;speak<br>
-sparingly&nbsp;--&nbsp;that's&nbsp;only&nbsp;the&nbsp;amount&nbsp;of&nbsp;space&nbsp;the&nbsp;Old&nbsp;Testament&nbsp;from&nbsp;the&nbsp;Bible<br>
-would&nbsp;take&nbsp;(uncompressed,&nbsp;16&nbsp;megabytes).&nbsp;Each&nbsp;comment&nbsp;is&nbsp;keyed&nbsp;to&nbsp;the<br>
-bug_id&nbsp;to&nbsp;which&nbsp;it's&nbsp;attached,&nbsp;so&nbsp;the&nbsp;order&nbsp;is&nbsp;necessarily&nbsp;chronological,&nbsp;for<br>
-comments&nbsp;are&nbsp;played&nbsp;back&nbsp;in&nbsp;the&nbsp;order&nbsp;in&nbsp;which&nbsp;they&nbsp;are&nbsp;received.<br>
-<br>
-milestones:&nbsp;&nbsp;Interesting&nbsp;that&nbsp;milestones&nbsp;are&nbsp;associated&nbsp;with&nbsp;a&nbsp;specific&nbsp;product<br>
-in&nbsp;this&nbsp;table,&nbsp;but&nbsp;Bugzilla&nbsp;does&nbsp;not&nbsp;yet&nbsp;support&nbsp;differing&nbsp;milestones&nbsp;by<br>
-product&nbsp;through&nbsp;the&nbsp;standard&nbsp;configuration&nbsp;interfaces.<br>
-<br>
-namedqueries:&nbsp;&nbsp;This&nbsp;is&nbsp;where&nbsp;everybody&nbsp;stores&nbsp;their&nbsp;"custom&nbsp;queries".&nbsp;Very<br>
-cool&nbsp;feature;&nbsp;it&nbsp;beats&nbsp;the&nbsp;tar&nbsp;out&nbsp;of&nbsp;having&nbsp;to&nbsp;bookmark&nbsp;each&nbsp;cool&nbsp;query&nbsp;you<br>
-construct.<br>
-<br>
-products:&nbsp;&nbsp;What&nbsp;products&nbsp;you&nbsp;have,&nbsp;whether&nbsp;new&nbsp;bug&nbsp;entries&nbsp;are&nbsp;allowed&nbsp;for&nbsp;the<br>
-product,&nbsp;what&nbsp;milestone&nbsp;you're&nbsp;working&nbsp;toward&nbsp;on&nbsp;that&nbsp;product,&nbsp;votes,&nbsp;etc.&nbsp;It<br>
-will&nbsp;be&nbsp;nice&nbsp;when&nbsp;the&nbsp;components&nbsp;table&nbsp;supports&nbsp;these&nbsp;same&nbsp;features,&nbsp;so&nbsp;you<br>
-could&nbsp;close&nbsp;a&nbsp;particular&nbsp;component&nbsp;for&nbsp;bug&nbsp;entry&nbsp;without&nbsp;having&nbsp;to&nbsp;close&nbsp;an<br>
-entire&nbsp;product...<br>
-<br>
-profiles:&nbsp;&nbsp;This&nbsp;table&nbsp;contains&nbsp;details&nbsp;for&nbsp;the&nbsp;current&nbsp;user&nbsp;accounts,<br>
-including&nbsp;the&nbsp;crypted&nbsp;hashes&nbsp;of&nbsp;the&nbsp;passwords&nbsp;used,&nbsp;the&nbsp;associated<br>
-login&nbsp;names,&nbsp;and&nbsp;the&nbsp;real&nbsp;name&nbsp;of&nbsp;the&nbsp;users.<br>
-<br>
-profiles_activity:&nbsp;&nbsp;Need&nbsp;to&nbsp;know&nbsp;who&nbsp;did&nbsp;what&nbsp;when&nbsp;to&nbsp;who's&nbsp;profile?&nbsp;&nbsp;This'll<br>
-tell&nbsp;you,&nbsp;it's&nbsp;a&nbsp;pretty&nbsp;complete&nbsp;history.<br>
-<br>
-user_group_map:&nbsp;&nbsp;This&nbsp;table&nbsp;stores&nbsp;which&nbsp;user&nbsp;belongs&nbsp;to&nbsp;which&nbsp;group,<br>
-whether&nbsp;the&nbsp;user&nbsp;can&nbsp;bless&nbsp;others,&nbsp;and&nbsp;how&nbsp;the&nbsp;users&nbsp;obtained&nbsp;the<br>
-membership&nbsp;of&nbsp;the&nbsp;group.<br>
-<br>
-versions:&nbsp;&nbsp;Version&nbsp;information&nbsp;for&nbsp;every&nbsp;product<br>
-<br>
-votes:&nbsp;&nbsp;Who&nbsp;voted&nbsp;for&nbsp;what&nbsp;when<br>
-<br>
-watch:&nbsp;&nbsp;Who&nbsp;(according&nbsp;to&nbsp;userid)&nbsp;is&nbsp;watching&nbsp;who's&nbsp;bugs&nbsp;(according&nbsp;to&nbsp;their<br>
-userid).<br>
-<br>
-<br>
-===<br>
-THE&nbsp;DETAILS<br>
-===<br>
-<br>
-&nbsp;&nbsp;Ahh,&nbsp;so&nbsp;you're&nbsp;wondering&nbsp;just&nbsp;what&nbsp;to&nbsp;do&nbsp;with&nbsp;the&nbsp;information&nbsp;above?&nbsp;&nbsp;At&nbsp;the<br>
-mysql&nbsp;prompt,&nbsp;you&nbsp;can&nbsp;view&nbsp;any&nbsp;information&nbsp;about&nbsp;the&nbsp;columns&nbsp;in&nbsp;a&nbsp;table&nbsp;with<br>
-this&nbsp;command&nbsp;(where&nbsp;"table"&nbsp;is&nbsp;the&nbsp;name&nbsp;of&nbsp;the&nbsp;table&nbsp;you&nbsp;wish&nbsp;to&nbsp;view):<br>
-<br>
-mysql&#62;&nbsp;show&nbsp;columns&nbsp;from&nbsp;table;<br>
-<br>
-&nbsp;&nbsp;You&nbsp;can&nbsp;also&nbsp;view&nbsp;all&nbsp;the&nbsp;data&nbsp;in&nbsp;a&nbsp;table&nbsp;with&nbsp;this&nbsp;command:<br>
-<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;table;<br>
-<br>
-&nbsp;&nbsp;--&nbsp;note:&nbsp;this&nbsp;is&nbsp;a&nbsp;very&nbsp;bad&nbsp;idea&nbsp;to&nbsp;do&nbsp;on,&nbsp;for&nbsp;instance,&nbsp;the&nbsp;"bugs"&nbsp;table&nbsp;if<br>
-you&nbsp;have&nbsp;50,000&nbsp;bugs.&nbsp;You'll&nbsp;be&nbsp;sitting&nbsp;there&nbsp;a&nbsp;while&nbsp;until&nbsp;you&nbsp;ctrl-c&nbsp;or<br>
-50,000&nbsp;bugs&nbsp;play&nbsp;across&nbsp;your&nbsp;screen.<br>
-<br>
-&nbsp;&nbsp;You&nbsp;can&nbsp;limit&nbsp;the&nbsp;display&nbsp;from&nbsp;above&nbsp;a&nbsp;little&nbsp;with&nbsp;the&nbsp;command,&nbsp;where<br>
-"column"&nbsp;is&nbsp;the&nbsp;name&nbsp;of&nbsp;the&nbsp;column&nbsp;for&nbsp;which&nbsp;you&nbsp;wish&nbsp;to&nbsp;restrict&nbsp;information:<br>
-<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;table&nbsp;where&nbsp;(column&nbsp;=&nbsp;"some&nbsp;info");<br>
-<br>
-&nbsp;&nbsp;--&nbsp;or&nbsp;the&nbsp;reverse&nbsp;of&nbsp;this<br>
-<br>
-mysql&#62;&nbsp;select&nbsp;*&nbsp;from&nbsp;table&nbsp;where&nbsp;(column&nbsp;!=&nbsp;"some&nbsp;info");<br>
-<br>
-&nbsp;&nbsp;Let's&nbsp;take&nbsp;our&nbsp;example&nbsp;from&nbsp;the&nbsp;introduction,&nbsp;and&nbsp;assume&nbsp;you&nbsp;need&nbsp;to&nbsp;change<br>
-the&nbsp;word&nbsp;"verified"&nbsp;to&nbsp;"approved"&nbsp;in&nbsp;the&nbsp;resolution&nbsp;field.&nbsp;We&nbsp;know&nbsp;from&nbsp;the<br>
-above&nbsp;information&nbsp;that&nbsp;the&nbsp;resolution&nbsp;is&nbsp;likely&nbsp;to&nbsp;be&nbsp;stored&nbsp;in&nbsp;the&nbsp;"bugs"<br>
-table.&nbsp;Note&nbsp;we'll&nbsp;need&nbsp;to&nbsp;change&nbsp;a&nbsp;little&nbsp;perl&nbsp;code&nbsp;as&nbsp;well&nbsp;as&nbsp;this&nbsp;database<br>
-change,&nbsp;but&nbsp;I&nbsp;won't&nbsp;plunge&nbsp;into&nbsp;that&nbsp;in&nbsp;this&nbsp;document.&nbsp;Let's&nbsp;verify&nbsp;the<br>
-information&nbsp;is&nbsp;stored&nbsp;in&nbsp;the&nbsp;"bugs"&nbsp;table:<br>
-<br>
-mysql&#62;&nbsp;show&nbsp;columns&nbsp;from&nbsp;bugs<br>
-<br>
-&nbsp;&nbsp;(exceedingly&nbsp;long&nbsp;output&nbsp;truncated&nbsp;here)<br>
-|&nbsp;bug_status|&nbsp;enum('UNCONFIRMED','NEW','ASSIGNED','REOPENED','RESOLVED','VERIFIED','CLOSED')||MUL&nbsp;|&nbsp;UNCONFIRMED||<br>
-<br>
-&nbsp;&nbsp;Sorry&nbsp;about&nbsp;that&nbsp;long&nbsp;line.&nbsp;We&nbsp;see&nbsp;from&nbsp;this&nbsp;that&nbsp;the&nbsp;"bug&nbsp;status"&nbsp;column&nbsp;is<br>
-an&nbsp;"enum&nbsp;field",&nbsp;which&nbsp;is&nbsp;a&nbsp;MySQL&nbsp;peculiarity&nbsp;where&nbsp;a&nbsp;string&nbsp;type&nbsp;field&nbsp;can<br>
-only&nbsp;have&nbsp;certain&nbsp;types&nbsp;of&nbsp;entries.&nbsp;While&nbsp;I&nbsp;think&nbsp;this&nbsp;is&nbsp;very&nbsp;cool,&nbsp;it's&nbsp;not<br>
-standard&nbsp;SQL.&nbsp;Anyway,&nbsp;we&nbsp;need&nbsp;to&nbsp;add&nbsp;the&nbsp;possible&nbsp;enum&nbsp;field&nbsp;entry<br>
-'APPROVED'&nbsp;by&nbsp;altering&nbsp;the&nbsp;"bugs"&nbsp;table.<br>
-<br>
-mysql&#62;&nbsp;ALTER&nbsp;table&nbsp;bugs&nbsp;CHANGE&nbsp;bug_status&nbsp;bug_status<br>
-&nbsp;&nbsp;&nbsp;&nbsp;-&#62;&nbsp;enum("UNCONFIRMED",&nbsp;"NEW",&nbsp;"ASSIGNED",&nbsp;"REOPENED",&nbsp;"RESOLVED",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;-&#62;&nbsp;"VERIFIED",&nbsp;"APPROVED",&nbsp;"CLOSED")&nbsp;not&nbsp;null;<br>
-<br>
-&nbsp;&nbsp;&nbsp;&nbsp;(note&nbsp;we&nbsp;can&nbsp;take&nbsp;three&nbsp;lines&nbsp;or&nbsp;more&nbsp;--&nbsp;whatever&nbsp;you&nbsp;put&nbsp;in&nbsp;before&nbsp;the<br>
-semicolon&nbsp;is&nbsp;evaluated&nbsp;as&nbsp;a&nbsp;single&nbsp;expression)<br>
-<br>
-Now&nbsp;if&nbsp;you&nbsp;do&nbsp;this:<br>
-<br>
-mysql&#62;&nbsp;show&nbsp;columns&nbsp;from&nbsp;bugs;<br>
-<br>
-&nbsp;&nbsp;you'll&nbsp;see&nbsp;that&nbsp;the&nbsp;bug_status&nbsp;field&nbsp;has&nbsp;an&nbsp;extra&nbsp;"APPROVED"&nbsp;enum&nbsp;that's<br>
-available!&nbsp;&nbsp;Cool&nbsp;thing,&nbsp;too,&nbsp;is&nbsp;that&nbsp;this&nbsp;is&nbsp;reflected&nbsp;on&nbsp;your&nbsp;query&nbsp;page&nbsp;as<br>
-well&nbsp;--&nbsp;you&nbsp;can&nbsp;query&nbsp;by&nbsp;the&nbsp;new&nbsp;status.&nbsp;But&nbsp;how's&nbsp;it&nbsp;fit&nbsp;into&nbsp;the&nbsp;existing<br>
-scheme&nbsp;of&nbsp;things?<br>
-&nbsp;&nbsp;Looks&nbsp;like&nbsp;you&nbsp;need&nbsp;to&nbsp;go&nbsp;back&nbsp;and&nbsp;look&nbsp;for&nbsp;instances&nbsp;of&nbsp;the&nbsp;word&nbsp;"verified"<br>
-in&nbsp;the&nbsp;perl&nbsp;code&nbsp;for&nbsp;Bugzilla&nbsp;--&nbsp;wherever&nbsp;you&nbsp;find&nbsp;"verified",&nbsp;change&nbsp;it&nbsp;to<br>
-"approved"&nbsp;and&nbsp;you're&nbsp;in&nbsp;business&nbsp;(make&nbsp;sure&nbsp;that's&nbsp;a&nbsp;case-insensitive&nbsp;search).<br>
-Although&nbsp;you&nbsp;can&nbsp;query&nbsp;by&nbsp;the&nbsp;enum&nbsp;field,&nbsp;you&nbsp;can't&nbsp;give&nbsp;something&nbsp;a&nbsp;status<br>
-of&nbsp;"APPROVED"&nbsp;until&nbsp;you&nbsp;make&nbsp;the&nbsp;perl&nbsp;changes.&nbsp;Note&nbsp;that&nbsp;this&nbsp;change&nbsp;I<br>
-mentioned&nbsp;can&nbsp;also&nbsp;be&nbsp;done&nbsp;by&nbsp;editing&nbsp;checksetup.pl,&nbsp;which&nbsp;automates&nbsp;a&nbsp;lot&nbsp;of<br>
-this.&nbsp;But&nbsp;you&nbsp;need&nbsp;to&nbsp;know&nbsp;this&nbsp;stuff&nbsp;anyway,&nbsp;right?<br>
-	</P
-></DIV
-></DIV
-></DIV
-><DIV
-CLASS="NAVFOOTER"
-><HR
-ALIGN="LEFT"
-WIDTH="100%"><TABLE
-SUMMARY="Footer navigation table"
-WIDTH="100%"
-BORDER="0"
-CELLPADDING="0"
-CELLSPACING="0"
-><TR
-><TD
-WIDTH="33%"
-ALIGN="left"
-VALIGN="top"
-><A
-HREF="cust-change-permissions.html"
-ACCESSKEY="P"
->Prev</A
-></TD
-><TD
-WIDTH="34%"
-ALIGN="center"
-VALIGN="top"
-><A
-HREF="index.html"
-ACCESSKEY="H"
->Home</A
-></TD
-><TD
-WIDTH="33%"
-ALIGN="right"
-VALIGN="top"
-><A
-HREF="integration.html"
-ACCESSKEY="N"
->Next</A
-></TD
-></TR
-><TR
-><TD
-WIDTH="33%"
-ALIGN="left"
-VALIGN="top"
->Customizing Who Can Change What</TD
-><TD
-WIDTH="34%"
-ALIGN="center"
-VALIGN="top"
-><A
-HREF="customization.html"
-ACCESSKEY="U"
->Up</A
-></TD
-><TD
-WIDTH="33%"
-ALIGN="right"
-VALIGN="top"
->Integrating Bugzilla with Third-Party Tools</TD
-></TR
-></TABLE
-></DIV
-></BODY
-></HTML
->
\ No newline at end of file
diff --git a/docs/html/disclaimer.html b/docs/html/disclaimer.html
index 19fad2be1..5d6b253d2 100644
--- a/docs/html/disclaimer.html
+++ b/docs/html/disclaimer.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/edit-values.html b/docs/html/edit-values.html
new file mode 100644
index 000000000..bb42926a3
--- /dev/null
+++ b/docs/html/edit-values.html
@@ -0,0 +1,214 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML
+><HEAD
+><TITLE
+>Legal Values</TITLE
+><META
+NAME="GENERATOR"
+CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
+REL="HOME"
+TITLE="The Bugzilla Guide - 2.23.4 
+    Development 
+    Release"
+HREF="index.html"><LINK
+REL="UP"
+TITLE="Administering Bugzilla"
+HREF="administration.html"><LINK
+REL="PREVIOUS"
+TITLE="Custom Fields"
+HREF="custom-fields.html"><LINK
+REL="NEXT"
+TITLE="Voting"
+HREF="voting.html"></HEAD
+><BODY
+CLASS="section"
+BGCOLOR="#FFFFFF"
+TEXT="#000000"
+LINK="#0000FF"
+VLINK="#840084"
+ALINK="#0000FF"
+><DIV
+CLASS="NAVHEADER"
+><TABLE
+SUMMARY="Header navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TH
+COLSPAN="3"
+ALIGN="center"
+>The Bugzilla Guide - 2.23.4 
+    Development 
+    Release</TH
+></TR
+><TR
+><TD
+WIDTH="10%"
+ALIGN="left"
+VALIGN="bottom"
+><A
+HREF="custom-fields.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="80%"
+ALIGN="center"
+VALIGN="bottom"
+>Chapter 3. Administering Bugzilla</TD
+><TD
+WIDTH="10%"
+ALIGN="right"
+VALIGN="bottom"
+><A
+HREF="voting.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+></TABLE
+><HR
+ALIGN="LEFT"
+WIDTH="100%"></DIV
+><DIV
+CLASS="section"
+><H1
+CLASS="section"
+><A
+NAME="edit-values"
+>3.10. Legal Values</A
+></H1
+><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, you
+      can also customize the list of valid resolutions from the same interface.
+    </P
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="edit-values-list"
+>3.10.1. Viewing/Editing legal values</A
+></H2
+><P
+>&#13;        Editing legal values requires <SPAN
+CLASS="QUOTE"
+>"admin"</SPAN
+> privileges.
+        A link named <SPAN
+CLASS="QUOTE"
+>"Field Values"</SPAN
+> is visible in your footer and
+        clicking on it displays the list of fields whose values can be edited.
+      </P
+><P
+>&#13;	You can add as many legal values as you want, and each value must be
+	unique (on a per field basis). The sortkey is important to display these
+	values in the desired order.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="edit-values-delete"
+>3.10.2. Deleting legal values</A
+></H2
+><P
+>&#13;        You can also delete legal values, but only if the two following 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
+><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="NAVFOOTER"
+><HR
+ALIGN="LEFT"
+WIDTH="100%"><TABLE
+SUMMARY="Footer navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+><A
+HREF="custom-fields.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="index.html"
+ACCESSKEY="H"
+>Home</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+><A
+HREF="voting.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+>Custom Fields</TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="administration.html"
+ACCESSKEY="U"
+>Up</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+>Voting</TD
+></TR
+></TABLE
+></DIV
+></BODY
+></HTML
+>
\ No newline at end of file
diff --git a/docs/html/extraconfig.html b/docs/html/extraconfig.html
index acaef4d92..724e237f7 100644
--- a/docs/html/extraconfig.html
+++ b/docs/html/extraconfig.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -19,7 +19,7 @@ TITLE="Configuration"
 HREF="configuration.html"><LINK
 REL="NEXT"
 TITLE="Multiple Bugzilla databases with a single installation"
-HREF="x808.html"></HEAD
+HREF="x836.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -63,7 +63,7 @@ WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="x808.html"
+HREF="x836.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -89,7 +89,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN670"
+NAME="AEN698"
 >2.3.1. Bug Graphs</A
 ></H2
 ><P
@@ -221,7 +221,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN689"
+NAME="AEN717"
 >2.3.2. Dependency Charts</A
 ></H2
 ><P
@@ -370,7 +370,7 @@ NAME="installation-whining"
         as "Whining".  The process of configuring Whining is described 
         in <A
 HREF="whining.html"
->Section 6.13</A
+>Section 5.12</A
 >, but for it to work a Perl script must be
         executed at regular intervals.
       </P
@@ -853,7 +853,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="x808.html"
+HREF="x836.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
diff --git a/docs/html/faq.html b/docs/html/faq.html
index 9117e6c61..e599fe8dd 100644
--- a/docs/html/faq.html
+++ b/docs/html/faq.html
@@ -7,13 +7,13 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
-TITLE="Whining"
-HREF="whining.html"><LINK
+TITLE="Integrating Bugzilla with Third-Party Tools"
+HREF="integration.html"><LINK
 REL="NEXT"
 TITLE="Troubleshooting"
 HREF="troubleshooting.html"></HEAD
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -46,7 +46,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="whining.html"
+HREF="integration.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -91,51 +91,57 @@ HREF="faq.html#faq-general"
 ><DL
 ><DT
 >A.1.1. <A
+HREF="faq.html#faq-general-tryout"
+>&#13;            Can I try out Bugzilla somewhere?
+          </A
+></DT
+><DT
+>A.1.2. <A
 HREF="faq.html#faq-general-license"
 >&#13;            What license is Bugzilla distributed under?
           </A
 ></DT
 ><DT
->A.1.2. <A
+>A.1.3. <A
 HREF="faq.html#faq-general-support"
 >&#13;            How do I get commercial support for Bugzilla?
           </A
 ></DT
 ><DT
->A.1.3. <A
+>A.1.4. <A
 HREF="faq.html#faq-general-companies"
 >&#13;            What major companies or projects are currently using Bugzilla
             for bug-tracking?
           </A
 ></DT
 ><DT
->A.1.4. <A
+>A.1.5. <A
 HREF="faq.html#faq-general-maintainers"
 >&#13;            Who maintains Bugzilla?
           </A
 ></DT
 ><DT
->A.1.5. <A
+>A.1.6. <A
 HREF="faq.html#faq-general-compare"
 >&#13;            How does Bugzilla stack up against other bug-tracking databases?
           </A
 ></DT
 ><DT
->A.1.6. <A
+>A.1.7. <A
 HREF="faq.html#faq-general-bzmissing"
 >&#13;            Why doesn't Bugzilla offer this or that feature or compatibility
             with this other tracking software?
           </A
 ></DT
 ><DT
->A.1.7. <A
+>A.1.8. <A
 HREF="faq.html#faq-general-mysql"
 >&#13;            Why MySQL?  I'm interested in seeing Bugzilla run on
             PostgreSQL/Sybase/Oracle/Msql/MSSQL.
           </A
 ></DT
 ><DT
->A.1.8. <A
+>A.1.9. <A
 HREF="faq.html#faq-general-bonsaitools"
 >&#13;            What is <TT
 CLASS="filename"
@@ -144,7 +150,7 @@ CLASS="filename"
           </A
 ></DT
 ><DT
->A.1.9. <A
+>A.1.10. <A
 HREF="faq.html#faq-general-perlpath"
 >&#13;            My perl is located at <TT
 CLASS="filename"
@@ -158,13 +164,13 @@ CLASS="filename"
           </A
 ></DT
 ><DT
->A.1.10. <A
+>A.1.11. <A
 HREF="faq.html#faq-general-cookie"
 >&#13;            Is there an easy way to change the Bugzilla cookie name?
           </A
 ></DT
 ><DT
->A.1.11. <A
+>A.1.12. <A
 HREF="faq.html#faq-mod-perl"
 >&#13;            Does bugzilla run under <TT
 CLASS="filename"
@@ -172,6 +178,12 @@ CLASS="filename"
 >?
           </A
 ></DT
+><DT
+>A.1.13. <A
+HREF="faq.html#faq-general-selinux"
+>&#13;            How can Bugzilla be made to work under SELinux?
+          </A
+></DT
 ></DL
 ></DD
 ><DT
@@ -591,10 +603,40 @@ CLASS="qandaentry"
 CLASS="question"
 ><P
 ><A
-NAME="faq-general-license"
+NAME="faq-general-tryout"
 ></A
 ><B
 >A.1.1. </B
+>
+            Can I try out Bugzilla somewhere?
+          </P
+></DIV
+><DIV
+CLASS="answer"
+><P
+><B
+> </B
+>
+            If you want to take a test ride, there are test installations
+            at <A
+HREF="http://landfill.bugzilla.org/"
+TARGET="_top"
+>http://landfill.bugzilla.org/</A
+>,
+            ready to play with directly from your browser.
+          </P
+></DIV
+></DIV
+><DIV
+CLASS="qandaentry"
+><DIV
+CLASS="question"
+><P
+><A
+NAME="faq-general-license"
+></A
+><B
+>A.1.2. </B
 >
             What license is Bugzilla distributed under?
           </P
@@ -623,7 +665,7 @@ CLASS="question"
 NAME="faq-general-support"
 ></A
 ><B
->A.1.2. </B
+>A.1.3. </B
 >
             How do I get commercial support for Bugzilla?
           </P
@@ -659,7 +701,7 @@ CLASS="question"
 NAME="faq-general-companies"
 ></A
 ><B
->A.1.3. </B
+>A.1.4. </B
 >
             What major companies or projects are currently using Bugzilla
             for bug-tracking?
@@ -702,7 +744,7 @@ CLASS="question"
 NAME="faq-general-maintainers"
 ></A
 ><B
->A.1.4. </B
+>A.1.5. </B
 >
             Who maintains Bugzilla?
           </P
@@ -731,7 +773,7 @@ CLASS="question"
 NAME="faq-general-compare"
 ></A
 ><B
->A.1.5. </B
+>A.1.6. </B
 >
             How does Bugzilla stack up against other bug-tracking databases?
           </P
@@ -776,7 +818,7 @@ CLASS="question"
 NAME="faq-general-bzmissing"
 ></A
 ><B
->A.1.6. </B
+>A.1.7. </B
 >
             Why doesn't Bugzilla offer this or that feature or compatibility
             with this other tracking software?
@@ -795,7 +837,7 @@ CLASS="answer"
           </P
 ><P
 >&#13;            The best way to make an enhancement request is to <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
 TARGET="_top"
 >file
             a bug at bugzilla.mozilla.org</A
@@ -846,7 +888,7 @@ CLASS="question"
 NAME="faq-general-mysql"
 ></A
 ><B
->A.1.7. </B
+>A.1.8. </B
 >
             Why MySQL?  I'm interested in seeing Bugzilla run on
             PostgreSQL/Sybase/Oracle/Msql/MSSQL.
@@ -862,46 +904,53 @@ CLASS="answer"
             and was available for the hardware Netscape intended to run it on.
           </P
 ><P
->&#13;            There is currently work in progress to make Bugzilla work on
-            PostgreSQL; track the progress of this initiative in <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=98304"
+>&#13;            Bugzilla 2.20 contains experimental support for PostgreSQL.
+            Bugzilla 2.22 contains complete, stable support for PostgreSQL.
+            As of this release, using PostgreSQL with Bugzilla should
+            be as stable as using MySQL. If you experience any problems
+            with PostgreSQL compatibility, they will be taken as
+            seriously as if you were running MySQL.
+          </P
+><P
+>&#13;            Red Hat once ran a version of Bugzilla that worked on Oracle, 
+            but that was long, long ago; that version (Bugzilla 2.8) is
+            now obsolete, insecure, and totally unsupported.
+          </P
+><P
+>&#13;            In August of 2005, Wim Coekaerts (Director of Linux
+            Engineering at Oracle Corporation) wrote to Dave Miller
+            confirming that Oracle intends to implement and support
+            Bugzilla. Since then, no further information has been
+            forthcoming. Track progress at
+            <A
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=189947"
 TARGET="_top"
->bug 98304</A
+>&#13;            Bug 189947</A
 >.
           </P
 ><P
->&#13;            Sybase support is no longer being worked on.  Even if it eventually
-            happens, it's VERY unlikely to work without the end-user-company
-            having to stick a few developers on making several manual changes.
-            Sybase is just NOT very standards-compliant (despite all the hype),
-            and it turned out that way too much had to be changed to make it
-            work -- like moving half of the application logic into stored
+>&#13;            Sybase support is no longer being worked on. Even if it
+            eventually happens, it's VERY unlikely to work without
+            the end-user-company having to stick a few developers on
+            making several manual changes. Sybase is just NOT very
+            standards-compliant (despite all the hype), and it turned
+            out that way too much had to be changed to make it work --
+            like moving half of the application logic into stored
             procedures to get any kind of decent performance out of it.
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=173130"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=173130"
 TARGET="_top"
->Bug
-            173130</A
+>&#13;            Bug 173130</A
 > is the relevant bug.
           </P
 ><P
->&#13;            Red Hat once ran a version of Bugzilla that worked on Oracle, 
-            but that was long, long ago; that version (Bugzilla 2.8) is
-            now obsolete, insecure, and totally unsupported. Red Hat's
-            current Bugzilla (based on Bugzilla 2.17.1) uses PostgreSQL,
-            and work is being done to merge those changes into the main
-            distribution. (See above.) At this time we know of no recent
-            ports of Bugzilla to Oracle. (In our honest opinion, Bugzilla
-            doesn't need what Oracle offers.)
-          </P
-><P
 >&#13;            <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=237862"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=237862"
 TARGET="_top"
->Bug
-            237862</A
-> is a good bug to read through if you'd like to see
-            what progress is being made on general database compatibility.
+>&#13;            Bug 237862</A
+> is a good bug to read through if you'd
+            like to see what progress is being made on general database
+            compatibility.
           </P
 ></DIV
 ></DIV
@@ -914,7 +963,7 @@ CLASS="question"
 NAME="faq-general-bonsaitools"
 ></A
 ><B
->A.1.8. </B
+>A.1.9. </B
 >
             What is <TT
 CLASS="filename"
@@ -956,7 +1005,7 @@ CLASS="question"
 NAME="faq-general-perlpath"
 ></A
 ><B
->A.1.9. </B
+>A.1.10. </B
 >
             My perl is located at <TT
 CLASS="filename"
@@ -1129,7 +1178,7 @@ CLASS="question"
 NAME="faq-general-cookie"
 ></A
 ><B
->A.1.10. </B
+>A.1.11. </B
 >
             Is there an easy way to change the Bugzilla cookie name?
           </P
@@ -1153,7 +1202,7 @@ CLASS="question"
 NAME="faq-mod-perl"
 ></A
 ><B
->A.1.11. </B
+>A.1.12. </B
 >
             Does bugzilla run under <TT
 CLASS="filename"
@@ -1178,6 +1227,36 @@ TARGET="_top"
           </P
 ></DIV
 ></DIV
+><DIV
+CLASS="qandaentry"
+><DIV
+CLASS="question"
+><P
+><A
+NAME="faq-general-selinux"
+></A
+><B
+>A.1.13. </B
+>
+            How can Bugzilla be made to work under SELinux?
+          </P
+></DIV
+><DIV
+CLASS="answer"
+><P
+><B
+> </B
+>
+            Unfortunately there are no step-by-step instructions,
+            but the following URL contains hints on how to do it:
+            <A
+HREF="http://fedora.redhat.com/docs/selinux-apache-fc3/sn-debugging-and-customizing.html"
+TARGET="_top"
+>http://fedora.redhat.com/docs/selinux-apache-fc3/sn-debugging-and-customizing.html</A
+>
+          </P
+></DIV
+></DIV
 ></DIV
 ><DIV
 CLASS="qandadiv"
@@ -1241,7 +1320,7 @@ CLASS="answer"
 >&#13;            There is no GUI for adding fields to Bugzilla at this
             time. You can follow development of this feature in 
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=91037"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=91037"
 TARGET="_top"
 >bug 91037</A
 >
@@ -1270,14 +1349,14 @@ CLASS="answer"
 > </B
 >
             Yes. Look at <A
-HREF="http://bugzilla.mozilla.org/report.cgi"
+HREF="https://bugzilla.mozilla.org/report.cgi"
 TARGET="_top"
->http://bugzilla.mozilla.org/report.cgi</A
+>https://bugzilla.mozilla.org/report.cgi</A
 >
             for samples of what Bugzilla can do in reporting and graphing.
             Fuller documentation is provided in <A
 HREF="reporting.html"
->Section 6.11</A
+>Section 5.10</A
 >.
           </P
 ><P
@@ -1476,7 +1555,7 @@ TARGET="_top"
             Some admin interfaces have been templatized (for easy localization)
             but many of them are still available in English only. Also, there
             may be issues with the charset not being declared. See <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=126266"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=126266"
 TARGET="_top"
 >bug 126226</A
 >
@@ -1668,7 +1747,7 @@ CLASS="answer"
             See the documentation on Customization for more details,
             specifically <A
 HREF="cust-templates.html#template-specific"
->Section 5.2.5</A
+>Section 6.2.5</A
 >.
           </P
 ></DIV
@@ -1858,7 +1937,7 @@ CLASS="QUOTE"
 ><P
 >&#13;            See also the instructions in <A
 HREF="upgrading.html#upgrade-cvs"
->Section 3.12.2.1</A
+>Section 3.14.3.1</A
 >.
           </P
 ></DIV
@@ -2123,7 +2202,7 @@ CLASS="command"
 >this makes MySQL as secure as
             taping a $100 to the floor of a football stadium bathroom for
             safekeeping.</EM
-> 
+>
           </P
 ><DIV
 CLASS="warning"
@@ -2423,7 +2502,7 @@ CLASS="QUOTE"
 >,
             which can be found in
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=6679"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=6679"
 TARGET="_top"
 >bug
             6679</A
@@ -2435,7 +2514,7 @@ TARGET="_top"
 >&#13;            An updated (and much-expanded) version of this functionality is
             due to be released as part of Bugzilla 2.20; see 
             <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=185090"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=185090"
 TARGET="_top"
 >bug
             185090</A
@@ -2767,6 +2846,99 @@ VALIGN="TOP"
 ></TR
 ></TABLE
 ></DIV
+><P
+>&#13;            You may also be suffering from a client version mismatch:
+          </P
+><P
+>&#13;            MySQL 4.1 and up uses an authentication protocol based on
+            a password hashing algorithm that is incompatible with that
+            used by older clients. If you upgrade the server to 4.1,
+            attempts to connect to it with an older client may fail
+            with the following message:
+          </P
+><P
+>&#13;            <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="screen"
+><SAMP
+CLASS="prompt"
+>shell&#62;</SAMP
+> mysql
+            Client does not support authentication protocol requested
+            by server; consider upgrading MySQL client
+            </PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+          </P
+><P
+>&#13;            To solve this problem, you should use one of the following
+            approaches:
+          </P
+><P
+>&#13;            <P
+></P
+><UL
+><LI
+><P
+>&#13;                  Upgrade all client programs to use a 4.1.1 or newer
+                  client library.
+                </P
+></LI
+><LI
+><P
+>&#13;                  When connecting to the server with a pre-4.1 client
+                  program, use an account that still has a
+                  pre-4.1-style password.
+                </P
+></LI
+><LI
+><P
+>&#13;                  Reset the password to pre-4.1 style for each user
+                  that needs to use a pre-4.1 client program.
+                  This can be done using the SET PASSWORD statement
+                  and the OLD_PASSWORD() function:
+                  <TABLE
+BORDER="0"
+BGCOLOR="#E0E0E0"
+WIDTH="100%"
+><TR
+><TD
+><FONT
+COLOR="#000000"
+><PRE
+CLASS="screen"
+>&#13;                    <SAMP
+CLASS="prompt"
+>mysql&#62;</SAMP
+> SET PASSWORD FOR
+                    <SAMP
+CLASS="prompt"
+>    -&#62;</SAMP
+> ' some_user '@' some_host ' = OLD_PASSWORD(' newpwd ');
+                  </PRE
+></FONT
+></TD
+></TR
+></TABLE
+>
+                </P
+></LI
+></UL
+>
+            
+          </P
+><P
+>&#13;          </P
 ></DIV
 ></DIV
 ><DIV
@@ -2924,7 +3096,7 @@ CLASS="answer"
 ><P
 >&#13;            Microsoft has some advice on this matter, as well:
             <A
-NAME="AEN3108"
+NAME="AEN3274"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -3170,7 +3342,7 @@ BORDER="0"
 ><TR
 ><TD
 >&#13;                <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=35195"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=35195"
 TARGET="_top"
 >Bug 35195</A
 >
@@ -3180,13 +3352,13 @@ CLASS="QUOTE"
 > checkbox
                 to the UI. It has two patches attached to it: 
                 <A
-HREF="http://bugzilla.mozilla.org/showattachment.cgi?attach_id=8029"
+HREF="https://bugzilla.mozilla.org/showattachment.cgi?attach_id=8029"
 TARGET="_top"
 >attachment 8029</A
 >
                 was originally created for Bugzilla 2.12, while 
                 <A
-HREF="http://bugzilla.mozilla.org/showattachment.cgi?attach_id=91372"
+HREF="https://bugzilla.mozilla.org/showattachment.cgi?attach_id=91372"
 TARGET="_top"
 >attachment 91372</A
 >
@@ -3196,7 +3368,7 @@ TARGET="_top"
 ><TR
 ><TD
 >&#13;                <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=37613"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=37613"
 TARGET="_top"
 >Bug
                 37613</A
@@ -3419,7 +3591,7 @@ CLASS="answer"
 > </B
 >
             Try <A
-HREF="http://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&#38;bug_status=ASSIGNED&#38;bug_status=REOPENED&#38;product=Bugzilla"
+HREF="https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&#38;bug_status=ASSIGNED&#38;bug_status=REOPENED&#38;product=Bugzilla"
 TARGET="_top"
 >&#13;            this link</A
 > to view current bugs or requests for
@@ -3428,7 +3600,7 @@ TARGET="_top"
 ><P
 >&#13;            You can view bugs marked for 3.0 release
             <A
-HREF="http://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla&#38;target_milestone=Bugzilla+&#38;bz-nextver;"
+HREF="https://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla&#38;target_milestone=Bugzilla+&#38;bz-nextver;"
 TARGET="_top"
 >here</A
 >.
@@ -3473,7 +3645,7 @@ CLASS="answer"
 > </B
 >
             This is well-documented in <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=49862"
+HREF="https://bugzilla.mozilla.org/show_bug.cgi?id=49862"
 TARGET="_top"
 >bug
             49862</A
@@ -3520,7 +3692,7 @@ TYPE="1"
 >&#13;                  Enter a bug into bugzilla.mozilla.org for the <SPAN
 CLASS="QUOTE"
 >"<A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla"
 TARGET="_top"
 >Bugzilla</A
 >"</SPAN
@@ -3554,7 +3726,7 @@ CLASS="QUOTE"
 ><LI
 ><P
 >&#13;                  Announce your patch and the associated URL
-                  (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX)
+                  (https://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX)
                   for discussion in the newsgroup
                   (mozilla.support.bugzilla). You'll get a
                   really good, fairly immediate reaction to the
@@ -3599,7 +3771,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="whining.html"
+HREF="integration.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -3627,7 +3799,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Whining</TD
+>Integrating Bugzilla with Third-Party Tools</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
diff --git a/docs/html/flags-overview.html b/docs/html/flags-overview.html
index e0dcbe59b..0757b43dd 100644
--- a/docs/html/flags-overview.html
+++ b/docs/html/flags-overview.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -18,8 +18,8 @@ REL="PREVIOUS"
 TITLE="Milestones"
 HREF="milestones.html"><LINK
 REL="NEXT"
-TITLE="Voting"
-HREF="voting.html"></HEAD
+TITLE="Custom Fields"
+HREF="custom-fields.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -63,7 +63,7 @@ WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="voting.html"
+HREF="custom-fields.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -280,16 +280,16 @@ NAME="flag-askto"
 >3.8.3. Using flag requests</A
 ></H2
 ><P
->&#13;       If a flag has been defined as 'requestable', 
-       users are allowed to set the flag's status to <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"
 >"?"</SPAN
 >.
-       This status indicates that someone (aka <SPAN
+       This status indicates that someone (a.k.a. <SPAN
 CLASS="QUOTE"
 >"the requester"</SPAN
-> is asking
-       for someone else to set the flag to either <SPAN
+>) is asking
+       someone else to set the flag to either <SPAN
 CLASS="QUOTE"
 >"+"</SPAN
 > or <SPAN
@@ -300,7 +300,7 @@ CLASS="QUOTE"
 ><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 (aka <SPAN
+       enter a Bugzilla username. That named person (a.k.a. <SPAN
 CLASS="QUOTE"
 >"the requestee"</SPAN
 >)
@@ -365,8 +365,7 @@ CLASS="computeroutput"
          he has to check out that attachment and approve it or deny it.
        </P
 ><P
->&#13;         For a Bugzilla user, attachment flags show up in two 
-         places:
+>&#13;         For a Bugzilla user, attachment flags show up in three places:
          <P
 ></P
 ><OL
@@ -397,6 +396,23 @@ CLASS="QUOTE"
               screen is where you set flags to ?, -, +, or unset them.
              </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
+CLASS="QUOTE"
+>"Requests"</SPAN
+> link (if you are logged out)
+               visible in the footer of all pages.
+             </P
+></LI
 ></OL
 >
        </P
@@ -414,20 +430,19 @@ NAME="flag-type-bug"
          see Bug Flags in the <SPAN
 CLASS="QUOTE"
 >"Show Bug"</SPAN
-> screen 
-         (<TT
-CLASS="filename"
->editbug.cgi</TT
->).
+> and <SPAN
+CLASS="QUOTE"
+>"Requests"</SPAN
+>
+         screens, as described above.
        </P
 ><P
->&#13;         Only users with the ability to edit the bug may 
-         set flags on bugs. This includes the assignee, reporter, and 
-         any user with the <SAMP
+>&#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.
+> permission.
        </P
 ></DIV
 ></DIV
@@ -486,7 +501,8 @@ NAME="flags-create-field-name"
 ><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 consist of any valid Unicode character. 
+            The name may contain any valid Unicode characters except commas
+            and spaces.
           </P
 ></DIV
 ><DIV
@@ -498,10 +514,16 @@ NAME="flags-create-field-description"
 >3.8.5.1.2. Description</A
 ></H4
 ><P
->&#13;            This describes the flag in more detail. At present, this doesn't
-            show up anywhere helpful; ideally, it would be nice to have
-            it show up as a tooltip. This field 
-            can be as long as you like, and can contain any character you want.
+>&#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
 ></DIV
 ><DIV
@@ -597,9 +619,9 @@ CLASS="QUOTE"
           </P
 ><P
 >&#13;            You may select a Product without selecting a specific Component,
-            but it is illegal to select a Component without a Product, or to select a
-            Component that does not belong to the named Product. Doing so as of
-            this writing (2.18rc3) will raise an error... even if all your products
+            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
@@ -714,22 +736,8 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="flags-create-field-cclist"
->3.8.5.1.7. CC List</A
-></H4
-><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"
-><H4
-CLASS="section"
-><A
 NAME="flags-create-field-specific"
->3.8.5.1.8. Specifically Requestable</A
+>3.8.5.1.7. Specifically Requestable</A
 ></H4
 ><P
 >&#13;            By default this box is checked for new flags, meaning that users may make
@@ -749,7 +757,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="flags-create-field-multiplicable"
->3.8.5.1.9. Multiplicable</A
+>3.8.5.1.8. Multiplicable</A
 ></H4
 ><P
 >&#13;            Any flag with <SPAN
@@ -768,6 +776,65 @@ CLASS="QUOTE"
             times a Multiplicable flags may be set on the same bug/attachment.
           </P
 ></DIV
+><DIV
+CLASS="section"
+><H4
+CLASS="section"
+><A
+NAME="flags-create-field-cclist"
+>3.8.5.1.9. CC List</A
+></H4
+><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"
+><H4
+CLASS="section"
+><A
+NAME="flags-create-grant-group"
+>3.8.5.1.10. Grant Group</A
+></H4
+><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"
+><H4
+CLASS="section"
+><A
+NAME="flags-create-request-group"
+>3.8.5.1.11. Request Group</A
+></H4
+><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
+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"
@@ -886,7 +953,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="voting.html"
+HREF="custom-fields.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -910,7 +977,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Voting</TD
+>Custom Fields</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/flags.html b/docs/html/flags.html
index 5ed1d8062..5ede2de4e 100644
--- a/docs/html/flags.html
+++ b/docs/html/flags.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="flags"
->6.12. Flags</A
+>5.11. Flags</A
 ></H1
 ><P
 >&#13;      A flag is a kind of status that can be set on bugs or attachments
diff --git a/docs/html/general-advice.html b/docs/html/general-advice.html
index c8f52e736..1d01c0cbb 100644
--- a/docs/html/general-advice.html
+++ b/docs/html/general-advice.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-0.html b/docs/html/gfdl-0.html
index f6947f98c..57a55db6c 100644
--- a/docs/html/gfdl-0.html
+++ b/docs/html/gfdl-0.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-1.html b/docs/html/gfdl-1.html
index 5a6d27a22..569febe9c 100644
--- a/docs/html/gfdl-1.html
+++ b/docs/html/gfdl-1.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-10.html b/docs/html/gfdl-10.html
index 559093b8d..e9e940efd 100644
--- a/docs/html/gfdl-10.html
+++ b/docs/html/gfdl-10.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-2.html b/docs/html/gfdl-2.html
index 96df0ccc0..91dde6a51 100644
--- a/docs/html/gfdl-2.html
+++ b/docs/html/gfdl-2.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-3.html b/docs/html/gfdl-3.html
index 0f9c2033e..f33cae88f 100644
--- a/docs/html/gfdl-3.html
+++ b/docs/html/gfdl-3.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-4.html b/docs/html/gfdl-4.html
index 8b242e505..df71eee8d 100644
--- a/docs/html/gfdl-4.html
+++ b/docs/html/gfdl-4.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-5.html b/docs/html/gfdl-5.html
index 704d0838d..34dd38c7d 100644
--- a/docs/html/gfdl-5.html
+++ b/docs/html/gfdl-5.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-6.html b/docs/html/gfdl-6.html
index 19f230290..f1fac3eb3 100644
--- a/docs/html/gfdl-6.html
+++ b/docs/html/gfdl-6.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-7.html b/docs/html/gfdl-7.html
index b353d0765..86e30674e 100644
--- a/docs/html/gfdl-7.html
+++ b/docs/html/gfdl-7.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-8.html b/docs/html/gfdl-8.html
index d20097b9e..c448c94f9 100644
--- a/docs/html/gfdl-8.html
+++ b/docs/html/gfdl-8.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-9.html b/docs/html/gfdl-9.html
index 714cfe93f..ba66f8d51 100644
--- a/docs/html/gfdl-9.html
+++ b/docs/html/gfdl-9.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/gfdl-howto.html b/docs/html/gfdl-howto.html
index 03779e82f..ed3b9c867 100644
--- a/docs/html/gfdl-howto.html
+++ b/docs/html/gfdl-howto.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -85,7 +85,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="AEN3583"
+NAME="AEN3754"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
diff --git a/docs/html/gfdl.html b/docs/html/gfdl.html
index c58e7cfbc..20bd951aa 100644
--- a/docs/html/gfdl.html
+++ b/docs/html/gfdl.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -148,7 +148,7 @@ HREF="gfdl-howto.html"
 ><P
 >Version 1.1, March 2000</P
 ><A
-NAME="AEN3493"
+NAME="AEN3664"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
diff --git a/docs/html/glossary.html b/docs/html/glossary.html
index cc3888ec8..45b2ef4b1 100644
--- a/docs/html/glossary.html
+++ b/docs/html/glossary.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -33,7 +33,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -74,7 +74,7 @@ CLASS="glossdiv"
 ><H1
 CLASS="glossdiv"
 ><A
-NAME="AEN3588"
+NAME="AEN3759"
 >0-9, high ascii</A
 ></H1
 ><DL
@@ -580,11 +580,11 @@ NAME="gloss-mta"
 ></DT
 > (MTA)<DD
 ><P
->A Message Transport Agent is used to control the flow of email
-        on a system. The <A
-HREF="http://search.cpan.org/dist/MailTools/Mail/Mailer.pm"
+>A Message Transport Agent is used to control the flow of email on a system.
+        The <A
+HREF="http://search.cpan.org/dist/Email-Send/lib/Email/Send.pm"
 TARGET="_top"
->Mail::Mailer</A
+>Email::Send</A
 >
         Perl module, which Bugzilla uses to send email, can be configured to
         use many different underlying implementations for actually sending the
@@ -992,7 +992,7 @@ NAME="gloss-zarro"
         Terry had the following to say:
         </P
 ><A
-NAME="AEN3835"
+NAME="AEN4006"
 ></A
 ><TABLE
 BORDER="0"
diff --git a/docs/html/groups.html b/docs/html/groups.html
index e43f4a787..706cb6953 100644
--- a/docs/html/groups.html
+++ b/docs/html/groups.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="groups"
->3.11. Groups and Group Security</A
+>3.13. Groups and Group Security</A
 ></H1
 ><P
 >Groups allow the administrator
@@ -152,8 +152,8 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN1529"
->3.11.1. Creating Groups</A
+NAME="AEN1662"
+>3.13.1. Creating Groups</A
 ></H2
 ><P
 >To create Groups:</P
@@ -290,8 +290,8 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN1556"
->3.11.2. Assigning Users to Groups</A
+NAME="AEN1689"
+>3.13.2. Assigning Users to Groups</A
 ></H2
 ><P
 >Users can become a member of a group in several ways.</P
@@ -322,8 +322,8 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN1566"
->3.11.3. Assigning Group Controls to Products</A
+NAME="AEN1699"
+>3.13.3. Assigning Group Controls to Products</A
 ></H2
 ><P
 >&#13;      On the product edit page, there is a page to edit the 
@@ -414,16 +414,16 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN1584"
->3.11.4. Common Applications of Group Controls</A
+NAME="AEN1717"
+>3.13.4. Common Applications of Group Controls</A
 ></H2
 ><DIV
 CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN1586"
->3.11.4.1. General User Access With Security Group</A
+NAME="AEN1719"
+>3.13.4.1. General User Access With Security Group</A
 ></H3
 ><P
 >To permit any user to file bugs in each product (A, B, C...) 
@@ -457,8 +457,8 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN1590"
->3.11.4.2. General User Access With A Security Product</A
+NAME="AEN1723"
+>3.13.4.2. General User Access With A Security Product</A
 ></H3
 ><P
 >To permit any user to file bugs in a Security product
@@ -489,8 +489,8 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN1594"
->3.11.4.3. Product Isolation With Common Group</A
+NAME="AEN1727"
+>3.13.4.3. Product Isolation With Common Group</A
 ></H3
 ><P
 >To permit users of product A to access the bugs for
diff --git a/docs/html/hintsandtips.html b/docs/html/hintsandtips.html
index 92a0bddeb..c1c4c56dc 100644
--- a/docs/html/hintsandtips.html
+++ b/docs/html/hintsandtips.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -15,8 +15,8 @@ REL="UP"
 TITLE="Using Bugzilla"
 HREF="using.html"><LINK
 REL="PREVIOUS"
-TITLE="Patch Viewer"
-HREF="patchviewer.html"><LINK
+TITLE="Attachments"
+HREF="attachments.html"><LINK
 REL="NEXT"
 TITLE="User Preferences"
 HREF="userpreferences.html"></HEAD
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -49,7 +49,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="patchviewer.html"
+HREF="attachments.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="hintsandtips"
->6.9. Hints and Tips</A
+>5.8. Hints and Tips</A
 ></H1
 ><P
 >This section distills some Bugzilla tips and best practices
@@ -88,8 +88,8 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN2489"
->6.9.1. Autolinkification</A
+NAME="AEN2371"
+>5.8.1. Autolinkification</A
 ></H2
 ><P
 >Bugzilla comments are plain text - so typing &#60;U&#62; will
@@ -157,42 +157,8 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="quicksearch"
->6.9.2. Quicksearch</A
-></H2
-><P
->Quicksearch is a single-text-box query tool which uses
-      metacharacters to indicate what is to be searched. For example, typing
-      "<TT
-CLASS="filename"
->foo|bar</TT
->" 
-      into Quicksearch would search for "foo" or "bar" in the 
-      summary and status whiteboard of a bug; adding 
-      "<TT
-CLASS="filename"
->:BazProduct</TT
->" would
-      search only in that product.
-      You can use it to find a bug by its number or its alias, too.
-      </P
-><P
->You'll find the Quicksearch box in Bugzilla's footer area.
-      On Bugzilla's front page, there is an additional
-      <A
-HREF="../../page.cgi?id=quicksearch.html"
-TARGET="_top"
->Help</A
->
-      link which details how to use it.</P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
 NAME="commenting"
->6.9.3. Comments</A
+>5.8.2. Comments</A
 ></H2
 ><P
 >If you are changing the fields on a bug, only comment if
@@ -215,53 +181,8 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="attachments"
->6.9.4. Attachments</A
-></H2
-><P
->&#13;      Use attachments, rather than comments, for large chunks of ASCII data,
-      such as trace, debugging output files, or log files. That way, it doesn't
-      bloat the bug for everyone who wants to read it, and cause people to
-      receive fat, useless mails.
-      </P
-><P
->Trim screenshots. There's no need to show the whole screen if
-      you are pointing out a single-pixel problem.
-      </P
-><P
->Don't attach simple test cases (e.g. one HTML file, one 
-      CSS file and an image) as a ZIP file. Instead, upload them in 
-      reverse order and edit the referring file so that they point to the
-      attached files. This way, the test case works immediately 
-      out of the bug.
-      </P
-><P
->Bugzilla stores and uses a Content-Type for each attachment 
-      (e.g. text/html). To download an attachment as a different 
-      Content-Type (e.g. application/xhtml+xml), you can override this 
-      using a 'content-type' parameter on the URL, e.g.
-      <TT
-CLASS="filename"
->&#38;content-type=text/plain</TT
->.
-      </P
-><P
->&#13;        If you have a really large attachment, something that does not need to
-        be recorded forever (as most attachments are), you can mark your
-        attachment as a Big File, Assuming the administrator of the
-        installation has enabled this feature.  Big Files are stored directly on
-        disk instead of in the database, and can be deleted when it is no longer
-        needed.  The maximum size of a Big File is normally larger than the
-        maximum size of a regular attachment.
-      </P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
 NAME="dependencytree"
->6.9.5. Dependency Tree</A
+>5.8.3. Dependency Tree</A
 ></H2
 ><P
 >&#13;        On the <SPAN
@@ -296,7 +217,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="patchviewer.html"
+HREF="attachments.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -324,7 +245,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Patch Viewer</TD
+>Attachments</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
diff --git a/docs/html/index.html b/docs/html/index.html
index d0942539e..907c0de5c 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -2,7 +2,7 @@
 <HTML
 ><HEAD
 ><TITLE
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TITLE
 ><META
@@ -47,7 +47,7 @@ CLASS="TITLEPAGE"
 CLASS="title"
 ><A
 NAME="AEN2"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</A
 ></H1
@@ -56,7 +56,7 @@ CLASS="corpauthor"
 >The Bugzilla Team</H3
 ><P
 CLASS="pubdate"
->2006-10-15<BR></P
+>2007-02-02<BR></P
 ><DIV
 ><DIV
 CLASS="abstract"
@@ -75,7 +75,7 @@ NAME="AEN7"
 ><P
 >&#13;        The most current version of this document can always be found on the
         <A
-HREF="http://www.bugzilla.org/documentation.html"
+HREF="http://www.bugzilla.org/docs/"
 TARGET="_top"
 >Bugzilla 
         Documentation Page</A
@@ -151,7 +151,7 @@ HREF="extraconfig.html"
 ></DT
 ><DT
 >2.4. <A
-HREF="x808.html"
+HREF="x836.html"
 >Multiple Bugzilla databases with a single installation</A
 ></DT
 ><DT
@@ -215,21 +215,31 @@ HREF="flags-overview.html"
 ></DT
 ><DT
 >3.9. <A
+HREF="custom-fields.html"
+>Custom Fields</A
+></DT
+><DT
+>3.10. <A
+HREF="edit-values.html"
+>Legal Values</A
+></DT
+><DT
+>3.11. <A
 HREF="voting.html"
 >Voting</A
 ></DT
 ><DT
->3.10. <A
+>3.12. <A
 HREF="quips.html"
 >Quips</A
 ></DT
 ><DT
->3.11. <A
+>3.13. <A
 HREF="groups.html"
 >Groups and Group Security</A
 ></DT
 ><DT
->3.12. <A
+>3.14. <A
 HREF="upgrading.html"
 >Upgrading to New Releases</A
 ></DT
@@ -255,7 +265,7 @@ HREF="security-mysql.html"
 ><DT
 >4.3. <A
 HREF="security-webserver.html"
->Webserver</A
+>Web server</A
 ></DT
 ><DT
 >4.4. <A
@@ -266,118 +276,108 @@ HREF="security-bugzilla.html"
 ></DD
 ><DT
 >5. <A
-HREF="customization.html"
->Customising Bugzilla</A
-></DT
-><DD
-><DL
-><DT
->5.1. <A
-HREF="cust-skins.html"
->Custom Skins</A
-></DT
-><DT
->5.2. <A
-HREF="cust-templates.html"
->Template Customization</A
-></DT
-><DT
->5.3. <A
-HREF="cust-hooks.html"
->The Bugzilla Extension Mechanism</A
-></DT
-><DT
->5.4. <A
-HREF="cust-change-permissions.html"
->Customizing Who Can Change What</A
-></DT
-><DT
->5.5. <A
-HREF="dbdoc.html"
->MySQL Bugzilla Database Introduction</A
-></DT
-><DT
->5.6. <A
-HREF="integration.html"
->Integrating Bugzilla with Third-Party Tools</A
-></DT
-></DL
-></DD
-><DT
->6. <A
 HREF="using.html"
 >Using Bugzilla</A
 ></DT
 ><DD
 ><DL
 ><DT
->6.1. <A
+>5.1. <A
 HREF="using-intro.html"
 >Introduction</A
 ></DT
 ><DT
->6.2. <A
+>5.2. <A
 HREF="myaccount.html"
 >Create a Bugzilla Account</A
 ></DT
 ><DT
->6.3. <A
+>5.3. <A
 HREF="bug_page.html"
 >Anatomy of a Bug</A
 ></DT
 ><DT
->6.4. <A
+>5.4. <A
 HREF="lifecycle.html"
 >Life Cycle of a Bug</A
 ></DT
 ><DT
->6.5. <A
+>5.5. <A
 HREF="query.html"
 >Searching for Bugs</A
 ></DT
 ><DT
->6.6. <A
-HREF="list.html"
->Bug Lists</A
-></DT
-><DT
->6.7. <A
+>5.6. <A
 HREF="bugreports.html"
 >Filing Bugs</A
 ></DT
 ><DT
->6.8. <A
-HREF="patchviewer.html"
->Patch Viewer</A
+>5.7. <A
+HREF="attachments.html"
+>Attachments</A
 ></DT
 ><DT
->6.9. <A
+>5.8. <A
 HREF="hintsandtips.html"
 >Hints and Tips</A
 ></DT
 ><DT
->6.10. <A
+>5.9. <A
 HREF="userpreferences.html"
 >User Preferences</A
 ></DT
 ><DT
->6.11. <A
+>5.10. <A
 HREF="reporting.html"
 >Reports and Charts</A
 ></DT
 ><DT
->6.12. <A
+>5.11. <A
 HREF="flags.html"
 >Flags</A
 ></DT
 ><DT
->6.13. <A
+>5.12. <A
 HREF="whining.html"
 >Whining</A
 ></DT
 ></DL
 ></DD
 ><DT
+>6. <A
+HREF="customization.html"
+>Customising Bugzilla</A
+></DT
+><DD
+><DL
+><DT
+>6.1. <A
+HREF="cust-skins.html"
+>Custom Skins</A
+></DT
+><DT
+>6.2. <A
+HREF="cust-templates.html"
+>Template Customization</A
+></DT
+><DT
+>6.3. <A
+HREF="cust-hooks.html"
+>The Bugzilla Extension Mechanism</A
+></DT
+><DT
+>6.4. <A
+HREF="cust-change-permissions.html"
+>Customizing Who Can Change What</A
+></DT
+><DT
+>6.5. <A
+HREF="integration.html"
+>Integrating Bugzilla with Third-Party Tools</A
+></DT
+></DL
+></DD
+><DT
 >A. <A
 HREF="faq.html"
 >The Bugzilla FAQ</A
@@ -572,7 +572,7 @@ CLASS="LOT"
 >List of Figures</B
 ></DT
 ><DT
->6-1. <A
+>5-1. <A
 HREF="lifecycle.html#lifecycle-image"
 >Lifecycle of a Bugzilla Bug</A
 ></DT
diff --git a/docs/html/install-perlmodules-manual.html b/docs/html/install-perlmodules-manual.html
index 1eb01b3ab..4a9c9cb9a 100644
--- a/docs/html/install-perlmodules-manual.html
+++ b/docs/html/install-perlmodules-manual.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/installation.html b/docs/html/installation.html
index 904d349a9..5358bfa12 100644
--- a/docs/html/installation.html
+++ b/docs/html/installation.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -295,7 +295,7 @@ HREF="http://www.mysql.com"
 TARGET="_top"
 >http://www.mysql.com</A
 >. You need MySQL version
-          4.0.14 or higher.
+          4.1.2 or higher.
           </P
 ><DIV
 CLASS="note"
@@ -398,7 +398,7 @@ CLASS="glossterm"
        the installation instructions usually assume you are
         using it. If you have got Bugzilla working using another webserver,
         please share your experiences with us by filing a bug in <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
 TARGET="_top"
 >Bugzilla Documentation</A
 >.
@@ -615,7 +615,7 @@ VALIGN="TOP"
         <SPAN
 CLASS="QUOTE"
 >"@INC"</SPAN
->. 
+>.
         Virtually every time, this error is due to permissions being set too
         restrictively for you to compile Perl modules or not having the
         necessary Perl development libraries installed on your system.
@@ -718,17 +718,22 @@ HREF="installation.html#install-modules-template"
 ></LI
 ><LI
 ><P
->&#13;            Mail::Mailer (1.67)
+>&#13;            MIME::Base64 (3.01)
           </P
 ></LI
 ><LI
 ><P
->&#13;            MIME::Base64 (3.01)
+>&#13;            MIME::Parser (5.406)
           </P
 ></LI
 ><LI
 ><P
->&#13;            MIME::Parser (5.406)
+>&#13;            Email::Send (2.00)
+          </P
+></LI
+><LI
+><P
+>&#13;            Email::MIME::Modifier (any)
           </P
 ></LI
 ></OL
@@ -750,6 +755,12 @@ HREF="installation.html#install-modules-gd"
 ></LI
 ><LI
 ><P
+>&#13;            Template::Plugin::GD::Image
+            (1.20) for Graphical Reports
+          </P
+></LI
+><LI
+><P
 >&#13;            <A
 HREF="installation.html#install-modules-chart-base"
 >Chart::Base</A
@@ -769,8 +780,8 @@ HREF="installation.html#install-modules-gd-graph"
 ><LI
 ><P
 >&#13;            <A
-HREF="installation.html#install-modules-gd-text-align"
->GD::Text::Align</A
+HREF="installation.html#install-modules-gd-text"
+>GD::Text</A
 >
             (any) for bug charting
           </P
@@ -786,11 +797,8 @@ HREF="installation.html#install-modules-xml-twig"
 ></LI
 ><LI
 ><P
->&#13;            <A
-HREF="installation.html#install-modules-soap-lite"
->SOAP::Lite</A
->
-            (any) for the web service interface
+>&#13;            LWP::UserAgent
+            (any) for Automatic Update Notifications
           </P
 ></LI
 ><LI
@@ -807,8 +815,65 @@ HREF="installation.html#install-modules-patchreader"
 >&#13;            Image::Magick (any) for converting BMP image attachments to PNG
           </P
 ></LI
+><LI
+><P
+>&#13;            Net::LDAP
+            (any) for LDAP Authentication
+          </P
+></LI
+><LI
+><P
+>&#13;            <A
+HREF="installation.html#install-modules-soap-lite"
+>SOAP::Lite</A
+>
+            (any) for the web service interface
+          </P
+></LI
+><LI
+><P
+>&#13;            HTML::Parser
+            (3.40) for More HTML in Product/Group Descriptions
+          </P
+></LI
+><LI
+><P
+>&#13;            HTML::Scrubber
+            (any) for More HTML in Product/Group Descriptions
+          </P
+></LI
+><LI
+><P
+>&#13;            Email::MIME::Attachment::Stripper
+            (any) for Inbound Email
+          </P
+></LI
+><LI
+><P
+>&#13;            Email::Reply
+            (any) for Inbound Email
+          </P
+></LI
+><LI
+><P
+>&#13;            mod_perl2
+            (1.999022) for mod_perl
+          </P
+></LI
+><LI
+><P
+>&#13;            CGI
+            (2.93) for mod_perl
+          </P
+></LI
+><LI
+><P
+>&#13;            Apache::DBI
+            (0.96) for mod_perl2
+          </P
+></LI
 ></OL
->          
+>
       </P
 ><DIV
 CLASS="section"
@@ -966,11 +1031,11 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="install-modules-gd-text-align"
->2.1.5.6. GD::Text::Align (any)</A
+NAME="install-modules-gd-text"
+>2.1.5.6. GD::Text (any)</A
 ></H3
 ><P
->The GD::Text::Align module is only required if you want graphical 
+>The GD::Text module is only required if you want graphical 
         reports.
         </P
 ></DIV
@@ -1063,8 +1128,11 @@ VALIGN="TOP"
           as bug changes or the creation of new accounts).
         </P
 ><P
->&#13;          For more information, see the "maildeliverymethod" parameter in 
-          <A
+>&#13;          For more information, see the <SPAN
+CLASS="QUOTE"
+>"mail_delivery_method"</SPAN
+> parameter
+          in <A
 HREF="parameters.html"
 >Section 3.1</A
 >.
diff --git a/docs/html/installing-bugzilla.html b/docs/html/installing-bugzilla.html
index 21ae54cd3..6b39fc93c 100644
--- a/docs/html/installing-bugzilla.html
+++ b/docs/html/installing-bugzilla.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -146,7 +146,7 @@ HREF="configuration.html#database-engine"
 ></DT
 ><DT
 >2.2.3. <A
-HREF="configuration.html#AEN521"
+HREF="configuration.html#AEN548"
 >checksetup.pl</A
 ></DT
 ><DT
@@ -170,12 +170,12 @@ HREF="extraconfig.html"
 ><DL
 ><DT
 >2.3.1. <A
-HREF="extraconfig.html#AEN670"
+HREF="extraconfig.html#AEN698"
 >Bug Graphs</A
 ></DT
 ><DT
 >2.3.2. <A
-HREF="extraconfig.html#AEN689"
+HREF="extraconfig.html#AEN717"
 >Dependency Charts</A
 ></DT
 ><DT
@@ -207,7 +207,7 @@ HREF="extraconfig.html#apache-addtype"
 ></DD
 ><DT
 >2.4. <A
-HREF="x808.html"
+HREF="x836.html"
 >Multiple Bugzilla databases with a single installation</A
 ></DT
 ><DT
@@ -246,17 +246,17 @@ HREF="nonroot.html"
 ><DL
 ><DT
 >2.6.1. <A
-HREF="nonroot.html#AEN930"
+HREF="nonroot.html#AEN958"
 >Introduction</A
 ></DT
 ><DT
 >2.6.2. <A
-HREF="nonroot.html#AEN934"
+HREF="nonroot.html#AEN962"
 >MySQL</A
 ></DT
 ><DT
 >2.6.3. <A
-HREF="nonroot.html#AEN969"
+HREF="nonroot.html#AEN997"
 >Perl</A
 ></DT
 ><DT
@@ -266,12 +266,12 @@ HREF="nonroot.html#install-perlmodules-nonroot"
 ></DT
 ><DT
 >2.6.5. <A
-HREF="nonroot.html#AEN1034"
+HREF="nonroot.html#AEN1062"
 >HTTP Server</A
 ></DT
 ><DT
 >2.6.6. <A
-HREF="nonroot.html#AEN1046"
+HREF="nonroot.html#AEN1074"
 >Bugzilla</A
 ></DT
 ></DL
diff --git a/docs/html/integration.html b/docs/html/integration.html
index 7dc05c695..7a2fe0918 100644
--- a/docs/html/integration.html
+++ b/docs/html/integration.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -15,11 +15,11 @@ REL="UP"
 TITLE="Customising Bugzilla"
 HREF="customization.html"><LINK
 REL="PREVIOUS"
-TITLE="MySQL Bugzilla Database Introduction"
-HREF="dbdoc.html"><LINK
+TITLE="Customizing Who Can Change What"
+HREF="cust-change-permissions.html"><LINK
 REL="NEXT"
-TITLE="Using Bugzilla"
-HREF="using.html"></HEAD
+TITLE="The Bugzilla FAQ"
+HREF="faq.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -49,7 +49,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="dbdoc.html"
+HREF="cust-change-permissions.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -57,13 +57,13 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 5. Customising Bugzilla</TD
+>Chapter 6. Customising Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="using.html"
+HREF="faq.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="integration"
->5.6. Integrating Bugzilla with Third-Party Tools</A
+>6.5. Integrating Bugzilla with Third-Party Tools</A
 ></H1
 ><DIV
 CLASS="section"
@@ -86,7 +86,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="bonsai"
->5.6.1. Bonsai</A
+>6.5.1. Bonsai</A
 ></H2
 ><P
 >Bonsai is a web-based tool for managing 
@@ -112,7 +112,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="cvs"
->5.6.2. CVS</A
+>6.5.2. CVS</A
 ></H2
 ><P
 >CVS integration is best accomplished, at this point, using the
@@ -157,7 +157,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="scm"
->5.6.3. Perforce SCM</A
+>6.5.3. Perforce SCM</A
 ></H2
 ><P
 >You can find the project page for Bugzilla and Teamtrack Perforce
@@ -197,7 +197,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="svn"
->5.6.4. Subversion</A
+>6.5.4. Subversion</A
 ></H2
 ><P
 >Subversion is a free/open-source version control system,
@@ -216,7 +216,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="tinderbox"
->5.6.5. Tinderbox/Tinderbox2</A
+>6.5.5. Tinderbox/Tinderbox2</A
 ></H2
 ><P
 >Tinderbox is a continuous-build system which can integrate with
@@ -251,7 +251,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="dbdoc.html"
+HREF="cust-change-permissions.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -269,7 +269,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="using.html"
+HREF="faq.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -279,7 +279,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->MySQL Bugzilla Database Introduction</TD
+>Customizing Who Can Change What</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
@@ -293,7 +293,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Using Bugzilla</TD
+>The Bugzilla FAQ</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/lifecycle.html b/docs/html/lifecycle.html
index 6804fc2d5..0679b459d 100644
--- a/docs/html/lifecycle.html
+++ b/docs/html/lifecycle.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,13 +78,13 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="lifecycle"
->6.4. Life Cycle of a Bug</A
+>5.4. Life Cycle of a Bug</A
 ></H1
 ><P
 >&#13;      The life cycle, also known as work flow, of a bug is currently hardcoded
       into Bugzilla. <A
 HREF="lifecycle.html#lifecycle-image"
->Figure 6-1</A
+>Figure 5-1</A
 > contains a graphical
       repsentation of this life cycle. If you wish to customize this image for
       your site, the <A
@@ -106,7 +106,7 @@ NAME="lifecycle-image"
 ></A
 ><P
 ><B
->Figure 6-1. Lifecycle of a Bugzilla Bug</B
+>Figure 5-1. Lifecycle of a Bugzilla Bug</B
 ></P
 ><DIV
 CLASS="mediaobject"
diff --git a/docs/html/list.html b/docs/html/list.html
deleted file mode 100644
index 355f40cb2..000000000
--- a/docs/html/list.html
+++ /dev/null
@@ -1,261 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML
-><HEAD
-><TITLE
->Bug Lists</TITLE
-><META
-NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
-REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
-    Development 
-    Release"
-HREF="index.html"><LINK
-REL="UP"
-TITLE="Using Bugzilla"
-HREF="using.html"><LINK
-REL="PREVIOUS"
-TITLE="Searching for Bugs"
-HREF="query.html"><LINK
-REL="NEXT"
-TITLE="Filing Bugs"
-HREF="bugreports.html"></HEAD
-><BODY
-CLASS="section"
-BGCOLOR="#FFFFFF"
-TEXT="#000000"
-LINK="#0000FF"
-VLINK="#840084"
-ALINK="#0000FF"
-><DIV
-CLASS="NAVHEADER"
-><TABLE
-SUMMARY="Header navigation table"
-WIDTH="100%"
-BORDER="0"
-CELLPADDING="0"
-CELLSPACING="0"
-><TR
-><TH
-COLSPAN="3"
-ALIGN="center"
->The Bugzilla Guide - 2.23.3 
-    Development 
-    Release</TH
-></TR
-><TR
-><TD
-WIDTH="10%"
-ALIGN="left"
-VALIGN="bottom"
-><A
-HREF="query.html"
-ACCESSKEY="P"
->Prev</A
-></TD
-><TD
-WIDTH="80%"
-ALIGN="center"
-VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
-><TD
-WIDTH="10%"
-ALIGN="right"
-VALIGN="bottom"
-><A
-HREF="bugreports.html"
-ACCESSKEY="N"
->Next</A
-></TD
-></TR
-></TABLE
-><HR
-ALIGN="LEFT"
-WIDTH="100%"></DIV
-><DIV
-CLASS="section"
-><H1
-CLASS="section"
-><A
-NAME="list"
->6.6. Bug Lists</A
-></H1
-><P
->If you run a search, a list of matching bugs will be returned.
-    </P
-><P
->The format of the list is configurable. For example, it can be
-    sorted by clicking the column headings. Other useful features can be
-    accessed using the links at the bottom of the list: 
-    <P
-></P
-><TABLE
-BORDER="0"
-><TBODY
-><TR
-><TD
->&#13;      <EM
->Long Format:</EM
->
-
-      this gives you a large page with a non-editable summary of the fields
-      of each bug.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->CSV:</EM
->
-
-      get the buglist as comma-separated values, for import into e.g.
-      a spreadsheet.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->RSS</EM
->
-
-      get the buglist as an RSS 1.0 feed.  Copy this link into your
-      favorite feed reader.  If you are using Firefox, you can also
-      save the list as a live bookmark by clicking the live bookmark
-      icon in the status bar.  To limit the number of bugs in the feed,
-      add a limit=n parameter to the URL.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->iCalendar</EM
->
-
-      Get the buglist as an iCalendar file. Each bug is represented as a 
-      to-do item in the imported calendar.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->Change Columns:</EM
->
-
-      change the bug attributes which appear in the list.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->Change several bugs at once:</EM
->
-
-      If your account is sufficiently empowered, you can make the same
-      change to all the bugs in the list - for example, changing their
-      assignee.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->Send mail to bug assignees:</EM
->
-
-      Sends mail to the assignees of all bugs on the list.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->Edit Search:</EM
->
-
-      If you didn't get exactly the results you were looking for, you can
-      return to the Query page through this link and make small revisions
-      to the query you just made so you get more accurate results.</TD
-></TR
-><TR
-><TD
->&#13;      <EM
->Remember Search As:</EM
->
-
-      You can give a search a name and remember it; a link will appear
-      in your page footer giving you quick access to run it again later.
-      </TD
-></TR
-></TBODY
-></TABLE
-><P
-></P
->
-    </P
-><P
->&#13;      If you would like to access the bug list from another program 
-      it is often useful to have the list returned in something other
-      than HTML. By adding the ctype=type parameter into the bug list URL
-      you can specify several alternate formats. The supported formats
-      are: Comma Separated Values (ctype=csv), iCalendar (ctype=ics),
-      RDF Site Summary (RSS) 1.0 (ctype=rss), ECMAScript, also known
-      as JavaScript (ctype=js), and finally Resource Description Framework
-      RDF/XML (ctype=rdf).
-    </P
-></DIV
-><DIV
-CLASS="NAVFOOTER"
-><HR
-ALIGN="LEFT"
-WIDTH="100%"><TABLE
-SUMMARY="Footer navigation table"
-WIDTH="100%"
-BORDER="0"
-CELLPADDING="0"
-CELLSPACING="0"
-><TR
-><TD
-WIDTH="33%"
-ALIGN="left"
-VALIGN="top"
-><A
-HREF="query.html"
-ACCESSKEY="P"
->Prev</A
-></TD
-><TD
-WIDTH="34%"
-ALIGN="center"
-VALIGN="top"
-><A
-HREF="index.html"
-ACCESSKEY="H"
->Home</A
-></TD
-><TD
-WIDTH="33%"
-ALIGN="right"
-VALIGN="top"
-><A
-HREF="bugreports.html"
-ACCESSKEY="N"
->Next</A
-></TD
-></TR
-><TR
-><TD
-WIDTH="33%"
-ALIGN="left"
-VALIGN="top"
->Searching for Bugs</TD
-><TD
-WIDTH="34%"
-ALIGN="center"
-VALIGN="top"
-><A
-HREF="using.html"
-ACCESSKEY="U"
->Up</A
-></TD
-><TD
-WIDTH="33%"
-ALIGN="right"
-VALIGN="top"
->Filing Bugs</TD
-></TR
-></TABLE
-></DIV
-></BODY
-></HTML
->
\ No newline at end of file
diff --git a/docs/html/milestones.html b/docs/html/milestones.html
index 755fe4511..c828b3286 100644
--- a/docs/html/milestones.html
+++ b/docs/html/milestones.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/modules-manual-download.html b/docs/html/modules-manual-download.html
index 17eb16da5..2896aa096 100644
--- a/docs/html/modules-manual-download.html
+++ b/docs/html/modules-manual-download.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -122,9 +122,9 @@ TARGET="_top"
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Link:&nbsp;Part&nbsp;of&nbsp;core&nbsp;distribution.<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://www.perldoc.com/perl5.8.0/lib/CGI.html"
+HREF="http://perldoc.perl.org/CGI.html"
 TARGET="_top"
->http://www.perldoc.com/perl5.8.0/lib/CGI.html</A
+>http://perldoc.perl.org/CGI.html</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -135,15 +135,15 @@ TARGET="_top"
 CLASS="literallayout"
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPAN&nbsp;Download&nbsp;Page:&nbsp;<A
-HREF="http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"
+HREF="http://search.cpan.org/dist/Data-Dumper/"
 TARGET="_top"
->http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm</A
+>http://search.cpan.org/dist/Data-Dumper/</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Page:&nbsp;Part&nbsp;of&nbsp;core&nbsp;distribution.<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"
+HREF="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"
 TARGET="_top"
->http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm</A
+>http://search.cpan.org/dist/Data-Dumper/Dumper.pm</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -218,6 +218,29 @@ TARGET="_top"
 >
     </P
 ><P
+>&#13;      DBD::Pg:
+      <P
+CLASS="literallayout"
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPAN&nbsp;Download&nbsp;Page:&nbsp;<A
+HREF="http://search.cpan.org/dist/DBD-Pg/"
+TARGET="_top"
+>http://search.cpan.org/dist/DBD-Pg/</A
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Link:&nbsp;<A
+HREF="http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-Pg.tar.gz"
+TARGET="_top"
+>http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-Pg.tar.gz</A
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
+HREF="http://search.cpan.org/dist/DBD-Pg/Pg.pm"
+TARGET="_top"
+>http://search.cpan.org/dist/DBD-Pg/Pg.pm</A
+><br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
+>
+    </P
+><P
 >&#13;      File::Spec:
       <P
 CLASS="literallayout"
@@ -229,9 +252,9 @@ TARGET="_top"
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Page:&nbsp;Part&nbsp;of&nbsp;core&nbsp;distribution.<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://www.perldoc.com/perl5.8.0/lib/File/Spec.html"
+HREF="http://perldoc.perl.org/File/Spec.html"
 TARGET="_top"
->http://www.perldoc.com/perl5.8.0/lib/File/Spec.html</A
+>http://perldoc.perl.org/File/Spec.html</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -275,9 +298,9 @@ TARGET="_top"
 >http://landfill.bugzilla.org/ppm/GD.ppd</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://stein.cshl.org/WWW/software/GD/"
+HREF="http://search.cpan.org/dist/GD/GD.pm"
 TARGET="_top"
->http://stein.cshl.org/WWW/software/GD/</A
+>http://search.cpan.org/dist/GD/GD.pm</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
@@ -293,7 +316,6 @@ TARGET="_top"
 >http://search.cpan.org/dist/Template-GD/</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PPM&nbsp;Download&nbsp;Link:&nbsp;&nbsp;(Just&nbsp;install&nbsp;Template-Toolkit&nbsp;using&nbsp;the&nbsp;instructions&nbsp;below)<br>
-<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
 HREF="http://www.template-toolkit.org/docs/aqua/Modules/index.html"
 TARGET="_top"
diff --git a/docs/html/modules-manual-instructions.html b/docs/html/modules-manual-instructions.html
index 40c676cf8..8f7f2c7ed 100644
--- a/docs/html/modules-manual-instructions.html
+++ b/docs/html/modules-manual-instructions.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/modules-manual-optional.html b/docs/html/modules-manual-optional.html
index e3efa34fc..e8a563aa8 100644
--- a/docs/html/modules-manual-optional.html
+++ b/docs/html/modules-manual-optional.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -96,9 +96,9 @@ TARGET="_top"
 >http://landfill.bugzilla.org/ppm/Chart.ppd</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentation:&nbsp;<A
-HREF="http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf"
+HREF="http://search.cpan.org/dist/Chart/Chart.pod"
 TARGET="_top"
->http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf</A
+>http://search.cpan.org/dist/Chart/Chart.pod</A
 ><br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P
 >
diff --git a/docs/html/myaccount.html b/docs/html/myaccount.html
index 9d7888de0..666653fec 100644
--- a/docs/html/myaccount.html
+++ b/docs/html/myaccount.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="myaccount"
->6.2. Create a Bugzilla Account</A
+>5.2. Create a Bugzilla Account</A
 ></H1
 ><P
 >If you want to use Bugzilla, first you need to create an account.
@@ -97,50 +97,134 @@ TARGET="_top"
 TYPE="1"
 ><LI
 ><P
->Click the 
-        <SPAN
+>&#13;          On the home page <TT
+CLASS="filename"
+>index.cgi</TT
+>, click the
+          <SPAN
 CLASS="QUOTE"
 >"Open a new Bugzilla account"</SPAN
->
-
-        link, enter your email address and, optionally, your name in the
-        spaces provided, then click 
-        <SPAN
+> link, or the
+          <SPAN
+CLASS="QUOTE"
+>"New Account"</SPAN
+> link available in the footer of pages.
+          Now enter your email address, then click the <SPAN
 CLASS="QUOTE"
->"Create Account"</SPAN
+>"Send"</SPAN
 >
-
-        .</P
+          button.
+        </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;            If none of these links is available, this means that the
+            administrator of the installation has disabled self-registration.
+            This means that only an administrator can create accounts
+            for other users. One reason could be that this installation is
+            private.
+          </P
+></TD
+></TR
+></TABLE
+></DIV
+><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;            Also, if only some users are allowed to create an account on
+            the installation, you may see these links but your registration
+            may fail if your email address doesn't match the ones accepted
+            by the installation. This is another way to restrict who can
+            access and edit bugs in this installation.
+          </P
+></TD
+></TR
+></TABLE
+></DIV
 ></LI
 ><LI
 ><P
->Within moments, you should receive an email to the address
-        you provided, which contains your login name (generally the
-        same as the email address), and a password. 
-        This password is randomly generated, but can be
-        changed to something more memorable.</P
+>&#13;          Within moments, and if your registration is accepted, you should
+          receive an email to the address you provided, which contains your
+          login name (generally the same as the email address), and two URLs
+          with a token (a random string generated by the installation) to
+          confirm, respectively cancel, your registration. This is a way to
+          prevent users from abusing the generation of user accounts, for
+          instance by entering inexistent email addresses, or email addresses
+          which do not belong to them.
+        </P
+></LI
+><LI
+><P
+>&#13;          By default, you have 3 days to confirm your registration. Past this
+          timeframe, the token is invalidated and the registration is
+          automatically cancelled. You can also cancel this registration sooner
+          by using the appropriate URL in the email you got.
+        </P
 ></LI
 ><LI
 ><P
->Click the 
-        <SPAN
+>&#13;          If you confirm your registration, Bugzilla will ask you your real name
+          (optional, but recommended) and your password, which must be between
+          3 and 16 characters long.
+        </P
+></LI
+><LI
+><P
+>&#13;          Now all you need to do is to click the <SPAN
 CLASS="QUOTE"
 >"Log In"</SPAN
 >
-        link in the footer at the bottom of the page in your browser,
-        enter your email address and password into the spaces provided, and
-        click 
-        <SPAN
+          link in the footer at the bottom of the page in your browser,
+          enter your email address and password you just chose into the
+          login form, and click the <SPAN
 CLASS="QUOTE"
->"Login"</SPAN
->.
+>"Log in"</SPAN
+> button.
         </P
 ></LI
 ></OL
 ><P
->You are now logged in. Bugzilla uses cookies to remember you are
-    logged in so, unless you have cookies disabled or your IP address changes, 
-    you should not have to log in again.</P
+>&#13;      You are now logged in. Bugzilla uses cookies to remember you are
+      logged in so, unless you have cookies disabled or your IP address changes,
+      you should not have to log in again during your session.
+    </P
 ></DIV
 ><DIV
 CLASS="NAVFOOTER"
diff --git a/docs/html/newversions.html b/docs/html/newversions.html
index c6cbcef00..1fb2f4f04 100644
--- a/docs/html/newversions.html
+++ b/docs/html/newversions.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -81,7 +81,7 @@ NAME="newversions"
 >1.3. New Versions</A
 ></H1
 ><P
->&#13;      This is the 2.23.3 version of The Bugzilla Guide. It is so named 
+>&#13;      This is the 2.23.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. 
diff --git a/docs/html/nonroot.html b/docs/html/nonroot.html
index 28bf85a1e..041c149fb 100644
--- a/docs/html/nonroot.html
+++ b/docs/html/nonroot.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -85,7 +85,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN930"
+NAME="AEN958"
 >2.6.1. Introduction</A
 ></H2
 ><P
@@ -105,7 +105,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN934"
+NAME="AEN962"
 >2.6.2. MySQL</A
 ></H2
 ><P
@@ -161,7 +161,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN942"
+NAME="AEN970"
 >2.6.2.1. Running MySQL as Non-Root</A
 ></H3
 ><DIV
@@ -169,7 +169,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN944"
+NAME="AEN972"
 >2.6.2.1.1. The Custom Configuration Method</A
 ></H4
 ><P
@@ -213,7 +213,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN948"
+NAME="AEN976"
 >2.6.2.1.2. The Custom Built Method</A
 ></H4
 ><P
@@ -236,7 +236,7 @@ CLASS="section"
 ><H4
 CLASS="section"
 ><A
-NAME="AEN953"
+NAME="AEN981"
 >2.6.2.1.3. Starting the Server</A
 ></H4
 ><P
@@ -364,7 +364,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN969"
+NAME="AEN997"
 >2.6.3. Perl</A
 ></H2
 ><P
@@ -457,7 +457,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN988"
+NAME="AEN1016"
 >2.6.4.1. The Independant Method</A
 ></H3
 ><P
@@ -529,7 +529,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN1001"
+NAME="AEN1029"
 >2.6.4.2. The Mixed Method</A
 ></H3
 ><P
@@ -734,7 +734,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN1034"
+NAME="AEN1062"
 >2.6.5. HTTP Server</A
 ></H2
 ><P
@@ -748,7 +748,7 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN1037"
+NAME="AEN1065"
 >2.6.5.1. Running Apache as Non-Root</A
 ></H3
 ><P
@@ -830,7 +830,7 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN1046"
+NAME="AEN1074"
 >2.6.6. Bugzilla</A
 ></H2
 ><P
diff --git a/docs/html/os-specific.html b/docs/html/os-specific.html
index fa7d695f0..1c5366479 100644
--- a/docs/html/os-specific.html
+++ b/docs/html/os-specific.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -16,7 +16,7 @@ TITLE="Installing Bugzilla"
 HREF="installing-bugzilla.html"><LINK
 REL="PREVIOUS"
 TITLE="Multiple Bugzilla databases with a single installation"
-HREF="x808.html"><LINK
+HREF="x836.html"><LINK
 REL="NEXT"
 TITLE="UNIX (non-root) Installation Notes"
 HREF="nonroot.html"></HEAD
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -49,7 +49,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="x808.html"
+HREF="x836.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -90,7 +90,7 @@ NAME="os-specific"
 ><P
 >If you have anything to add or notes for an operating system not
     covered, please file a bug in <A
-HREF="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
+HREF="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&#38;component=Documentation"
 TARGET="_top"
 >Bugzilla Documentation</A
 >. 
@@ -712,7 +712,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="x808.html"
+HREF="x836.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
diff --git a/docs/html/parameters.html b/docs/html/parameters.html
index 349b4b67f..d5b205eb5 100644
--- a/docs/html/parameters.html
+++ b/docs/html/parameters.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -151,7 +151,7 @@ CLASS="QUOTE"
           </P
 ></DD
 ><DT
->maildeliverymethod</DT
+>mail_delivery_method</DT
 ><DD
 ><P
 >&#13;            This is used to specify how email is sent, or if it is sent at 
@@ -280,6 +280,17 @@ CLASS="filename"
           </P
 ></DD
 ><DT
+>globalwatcher</DT
+><DD
+><P
+>&#13;            This allows to define specific users that 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
+><DT
 >usestatuswhiteboard</DT
 ><DD
 ><P
diff --git a/docs/html/paranoid-security.html b/docs/html/paranoid-security.html
index 626c045a8..be914d60d 100644
--- a/docs/html/paranoid-security.html
+++ b/docs/html/paranoid-security.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/patches.html b/docs/html/patches.html
index 35bc34bc2..143064474 100644
--- a/docs/html/patches.html
+++ b/docs/html/patches.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/patchviewer.html b/docs/html/patchviewer.html
deleted file mode 100644
index 80a89b2d7..000000000
--- a/docs/html/patchviewer.html
+++ /dev/null
@@ -1,305 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML
-><HEAD
-><TITLE
->Patch Viewer</TITLE
-><META
-NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
-REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
-    Development 
-    Release"
-HREF="index.html"><LINK
-REL="UP"
-TITLE="Using Bugzilla"
-HREF="using.html"><LINK
-REL="PREVIOUS"
-TITLE="Filing Bugs"
-HREF="bugreports.html"><LINK
-REL="NEXT"
-TITLE="Hints and Tips"
-HREF="hintsandtips.html"></HEAD
-><BODY
-CLASS="section"
-BGCOLOR="#FFFFFF"
-TEXT="#000000"
-LINK="#0000FF"
-VLINK="#840084"
-ALINK="#0000FF"
-><DIV
-CLASS="NAVHEADER"
-><TABLE
-SUMMARY="Header navigation table"
-WIDTH="100%"
-BORDER="0"
-CELLPADDING="0"
-CELLSPACING="0"
-><TR
-><TH
-COLSPAN="3"
-ALIGN="center"
->The Bugzilla Guide - 2.23.3 
-    Development 
-    Release</TH
-></TR
-><TR
-><TD
-WIDTH="10%"
-ALIGN="left"
-VALIGN="bottom"
-><A
-HREF="bugreports.html"
-ACCESSKEY="P"
->Prev</A
-></TD
-><TD
-WIDTH="80%"
-ALIGN="center"
-VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
-><TD
-WIDTH="10%"
-ALIGN="right"
-VALIGN="bottom"
-><A
-HREF="hintsandtips.html"
-ACCESSKEY="N"
->Next</A
-></TD
-></TR
-></TABLE
-><HR
-ALIGN="LEFT"
-WIDTH="100%"></DIV
-><DIV
-CLASS="section"
-><H1
-CLASS="section"
-><A
-NAME="patchviewer"
->6.8. Patch Viewer</A
-></H1
-><P
->Viewing and reviewing patches in Bugzilla is often difficult due to
-    lack of context, improper format and the inherent readability issues that
-    raw patches present.  Patch Viewer is an enhancement to Bugzilla designed
-    to fix that by offering increased context, linking to sections, and
-    integrating with Bonsai, LXR and CVS.</P
-><P
->Patch viewer allows you to:</P
-><P
-></P
-><TABLE
-BORDER="0"
-><TBODY
-><TR
-><TD
->View patches in color, with side-by-side view rather than trying
-      to interpret the contents of the patch.</TD
-></TR
-><TR
-><TD
->See the difference between two patches.</TD
-></TR
-><TR
-><TD
->Get more context in a patch.</TD
-></TR
-><TR
-><TD
->Collapse and expand sections of a patch for easy
-      reading.</TD
-></TR
-><TR
-><TD
->Link to a particular section of a patch for discussion or
-      review</TD
-></TR
-><TR
-><TD
->Go to Bonsai or LXR to see more context, blame, and
-      cross-references for the part of the patch you are looking at</TD
-></TR
-><TR
-><TD
->Create a rawtext unified format diff out of any patch, no
-      matter what format it came from</TD
-></TR
-></TBODY
-></TABLE
-><P
-></P
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="patchviewer_view"
->6.8.1. Viewing Patches in Patch Viewer</A
-></H2
-><P
->The main way to view a patch in patch viewer is to click on the
-      "Diff" link next to a patch in the Attachments list on a bug. You may
-      also do this within the edit window by clicking the "View Attachment As
-      Diff" button in the Edit Attachment screen.</P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="patchviewer_diff"
->6.8.2. Seeing the Difference Between Two Patches</A
-></H2
-><P
->To see the difference between two patches, you must first view the
-      newer patch in Patch Viewer.  Then select the older patch from the
-      dropdown at the top of the page ("Differences between [dropdown] and
-      this patch") and click the "Diff" button. This will show you what
-      is new or changed in the newer patch.</P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="patchviewer_context"
->6.8.3. Getting More Context in a Patch</A
-></H2
-><P
->To get more context in a patch, you put a number in the textbox at
-      the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
-      This will give you that many lines of context before and after each
-      change. Alternatively, you can click on the "File" link there and it
-      will show each change in the full context of the file. This feature only
-      works against files that were diffed using "cvs diff".</P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="patchviewer_collapse"
->6.8.4. Collapsing and Expanding Sections of a Patch</A
-></H2
-><P
->To view only a certain set of files in a patch (for example, if a
-      patch is absolutely huge and you want to only review part of it at a
-      time), you can click the "(+)" and "(-)" links next to each file (to
-      expand it or collapse it). If you want to collapse all files or expand
-      all files, you can click the "Collapse All" and "Expand All" links at the
-      top of the page.</P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="patchviewer_link"
->6.8.5. Linking to a Section of a Patch</A
-></H2
-><P
->To link to a section of a patch (for example, if you want to be
-      able to give someone a URL to show them which part you are talking
-      about) you simply click the "Link Here" link on the section header. The
-      resulting URL can be copied and used in discussion. (Copy Link
-      Location in Mozilla works as well.)</P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="patchviewer_bonsai_lxr"
->6.8.6. Going to Bonsai and LXR</A
-></H2
-><P
->To go to Bonsai to get blame for the lines you are interested in,
-      you can click the "Lines XX-YY" link on the section header you are
-      interested in. This works even if the patch is against an old
-      version of the file, since Bonsai stores all versions of the file.</P
-><P
->To go to LXR, you click on the filename on the file header
-      (unfortunately, since LXR only does the most recent version, line
-      numbers are likely to rot).</P
-></DIV
-><DIV
-CLASS="section"
-><H2
-CLASS="section"
-><A
-NAME="patchviewer_unified_diff"
->6.8.7. Creating a Unified Diff</A
-></H2
-><P
->If the patch is not in a format that you like, you can turn it
-      into a unified diff format by clicking the "Raw Unified" link at the top
-      of the page.</P
-></DIV
-></DIV
-><DIV
-CLASS="NAVFOOTER"
-><HR
-ALIGN="LEFT"
-WIDTH="100%"><TABLE
-SUMMARY="Footer navigation table"
-WIDTH="100%"
-BORDER="0"
-CELLPADDING="0"
-CELLSPACING="0"
-><TR
-><TD
-WIDTH="33%"
-ALIGN="left"
-VALIGN="top"
-><A
-HREF="bugreports.html"
-ACCESSKEY="P"
->Prev</A
-></TD
-><TD
-WIDTH="34%"
-ALIGN="center"
-VALIGN="top"
-><A
-HREF="index.html"
-ACCESSKEY="H"
->Home</A
-></TD
-><TD
-WIDTH="33%"
-ALIGN="right"
-VALIGN="top"
-><A
-HREF="hintsandtips.html"
-ACCESSKEY="N"
->Next</A
-></TD
-></TR
-><TR
-><TD
-WIDTH="33%"
-ALIGN="left"
-VALIGN="top"
->Filing Bugs</TD
-><TD
-WIDTH="34%"
-ALIGN="center"
-VALIGN="top"
-><A
-HREF="using.html"
-ACCESSKEY="U"
->Up</A
-></TD
-><TD
-WIDTH="33%"
-ALIGN="right"
-VALIGN="top"
->Hints and Tips</TD
-></TR
-></TABLE
-></DIV
-></BODY
-></HTML
->
\ No newline at end of file
diff --git a/docs/html/products.html b/docs/html/products.html
index aeb57b49a..cde2477c6 100644
--- a/docs/html/products.html
+++ b/docs/html/products.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/query.html b/docs/html/query.html
index 9a8a5e17b..bded90c4b 100644
--- a/docs/html/query.html
+++ b/docs/html/query.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -18,8 +18,8 @@ REL="PREVIOUS"
 TITLE="Life Cycle of a Bug"
 HREF="lifecycle.html"><LINK
 REL="NEXT"
-TITLE="Bug Lists"
-HREF="list.html"></HEAD
+TITLE="Filing Bugs"
+HREF="bugreports.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,13 +57,13 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="list.html"
+HREF="bugreports.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="query"
->6.5. Searching for Bugs</A
+>5.5. Searching for Bugs</A
 ></H1
 ><P
 >The Bugzilla Search page is the interface where you can find
@@ -118,7 +118,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="boolean"
->6.5.1. Boolean Charts</A
+>5.5.1. Boolean Charts</A
 ></H2
 ><P
 >&#13;        Highly advanced querying is done using Boolean Charts.
@@ -181,7 +181,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="pronouns"
->6.5.1.1. Pronoun Substitution</A
+>5.5.1.1. Pronoun Substitution</A
 ></H3
 ><P
 >&#13;          Sometimes, a query needs to compare a field containing
@@ -202,13 +202,13 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="negation"
->6.5.1.2. Negation</A
+>5.5.1.2. Negation</A
 ></H3
 ><P
 >&#13;          At first glance, negation seems redundant. Rather than
           searching for
           <A
-NAME="AEN2389"
+NAME="AEN2224"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -219,7 +219,7 @@ CLASS="BLOCKQUOTE"
 >
           one could search for 
           <A
-NAME="AEN2391"
+NAME="AEN2226"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -230,7 +230,7 @@ CLASS="BLOCKQUOTE"
 >
           However, the search 
           <A
-NAME="AEN2393"
+NAME="AEN2228"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -242,7 +242,7 @@ CLASS="BLOCKQUOTE"
           would find every bug where anyone on the CC list did not contain 
           "@mozilla.org" while
           <A
-NAME="AEN2395"
+NAME="AEN2230"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -256,7 +256,7 @@ CLASS="BLOCKQUOTE"
           complex expressions to be built using terms OR'd together and then
           negated. Negation permits queries such as
           <A
-NAME="AEN2397"
+NAME="AEN2232"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -269,7 +269,7 @@ CLASS="BLOCKQUOTE"
           to find bugs that are neither 
           in the update product or in the documentation component or
           <A
-NAME="AEN2399"
+NAME="AEN2234"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -289,7 +289,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="multiplecharts"
->6.5.1.3. Multiple Charts</A
+>5.5.1.3. Multiple Charts</A
 ></H3
 ><P
 >&#13;          The terms within a single row of a boolean chart are all
@@ -297,7 +297,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="AEN2404"
+NAME="AEN2239"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -312,7 +312,7 @@ CLASS="BLOCKQUOTE"
           containing "foo@" and someone else containing "@mozilla.org",
           then you would need two boolean charts.
           <A
-NAME="AEN2406"
+NAME="AEN2241"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -328,6 +328,221 @@ CLASS="BLOCKQUOTE"
         </P
 ></DIV
 ></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="quicksearch"
+>5.5.2. Quicksearch</A
+></H2
+><P
+>&#13;        Quicksearch is a single-text-box query tool which uses
+        metacharacters to indicate what is to be searched. For example, typing
+        "<VAR
+CLASS="literal"
+>foo|bar</VAR
+>"
+        into Quicksearch would search for "foo" or "bar" in the
+        summary and status whiteboard of a bug; adding
+        "<VAR
+CLASS="literal"
+>:BazProduct</VAR
+>" would
+        search only in that product.
+        You can use it to find a bug by its number or its alias, too.
+      </P
+><P
+>&#13;        You'll find the Quicksearch box in Bugzilla's footer area.
+        On Bugzilla's front page, there is an additional
+        <A
+HREF="../../page.cgi?id=quicksearch.html"
+TARGET="_top"
+>Help</A
+>
+        link which details how to use it.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="list"
+>5.5.3. Bug Lists</A
+></H2
+><P
+>If you run a search, a list of matching bugs will be returned.
+      </P
+><P
+>The format of the list is configurable. For example, it can be
+      sorted by clicking the column headings. Other useful features can be
+      accessed using the links at the bottom of the list:
+      <P
+></P
+><TABLE
+BORDER="0"
+><TBODY
+><TR
+><TD
+>&#13;        <EM
+>Long Format:</EM
+>
+
+        this gives you a large page with a non-editable summary of the fields
+        of each bug.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>XML:</EM
+>
+
+        get the buglist in the XML format.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>CSV:</EM
+>
+
+        get the buglist as comma-separated values, for import into e.g.
+        a spreadsheet.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Feed:</EM
+>
+
+        get the buglist as an Atom feed.  Copy this link into your
+        favorite feed reader.  If you are using Firefox, you can also
+        save the list as a live bookmark by clicking the live bookmark
+        icon in the status bar.  To limit the number of bugs in the feed,
+        add a limit=n parameter to the URL.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>iCalendar:</EM
+>
+
+        Get the buglist as an iCalendar file. Each bug is represented as a
+        to-do item in the imported calendar.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Change Columns:</EM
+>
+
+        change the bug attributes which appear in the list.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Change several bugs at once:</EM
+>
+
+        If your account is sufficiently empowered, and more than one bug
+        appear in the bug list, this link is displayed which lets you make
+        the same change to all the bugs in the list - for example, changing
+        their assignee.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Send mail to bug assignees:</EM
+>
+
+        If more than one bug appear in the bug list and there are at least
+        two distinct bug assignees, this links is displayed which lets you
+        easily send a mail to the assignees of all bugs on the list.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Edit Search:</EM
+>
+
+        If you didn't get exactly the results you were looking for, you can
+        return to the Query page through this link and make small revisions
+        to the query you just made so you get more accurate results.</TD
+></TR
+><TR
+><TD
+>&#13;        <EM
+>Remember Search As:</EM
+>
+
+        You can give a search a name and remember it; a link will appear
+        in your page footer giving you quick access to run it again later.
+        </TD
+></TR
+></TBODY
+></TABLE
+><P
+></P
+>
+      </P
+><P
+>&#13;        If you would like to access the bug list from another program
+        it is often useful to have the list returned in something other
+        than HTML. By adding the ctype=type parameter into the bug list URL
+        you can specify several alternate formats. Besides the types described
+        above, the following formats are also supported: ECMAScript, also known
+        as JavaScript (ctype=js), and Resource Description Framework RDF/XML
+        (ctype=rdf).
+      </P
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
+NAME="individual-buglists"
+>5.5.4. Adding/removing tags to/from bugs</A
+></H2
+><P
+>&#13;        You can add and remove tags from individual bugs, which let you find and
+        manage them more easily. Creating a new tag automatically generates a saved
+        search - whose name is the name of the tag - which lists bugs with this tag.
+        This saved search will be displayed in the footer of pages by default, as
+        all other saved searches. The main difference between tags and normal saved
+        searches is that saved searches, as described in the previous section, are
+        stored in the form of a list of matching criteria, while the saved search
+        generated by tags is a list of bug numbers. Consequently, you can easily
+        edit this list by either adding or removing tags from bugs. To enable this
+        feature, you have to turn on the <SPAN
+CLASS="QUOTE"
+>"Enable tags for bugs"</SPAN
+> user
+        preference, see <A
+HREF="userpreferences.html"
+>Section 5.9</A
+>. This feature is disabled
+        by default.
+      </P
+><P
+>&#13;        This feature is useful when you want to keep track of several bugs, but
+        for different reasons. Instead of adding yourself to the CC list of all
+        these bugs and mixing all these reasons, you can now store these bugs in
+        separate lists, e.g. <SPAN
+CLASS="QUOTE"
+>"Keep in mind"</SPAN
+>, <SPAN
+CLASS="QUOTE"
+>"Interesting bugs"</SPAN
+>,
+        or <SPAN
+CLASS="QUOTE"
+>"Triage"</SPAN
+>. One big advantage of this way to manage bugs
+        is that you can easily add or remove bugs one by one, which is not
+        possible to do with saved searches without having to edit the search
+        criteria again.
+      </P
+></DIV
 ></DIV
 ><DIV
 CLASS="NAVFOOTER"
@@ -363,7 +578,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="list.html"
+HREF="bugreports.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -387,7 +602,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Bug Lists</TD
+>Filing Bugs</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/quips.html b/docs/html/quips.html
index 145b32999..f6c9ac3e2 100644
--- a/docs/html/quips.html
+++ b/docs/html/quips.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="quips"
->3.10. Quips</A
+>3.12. Quips</A
 ></H1
 ><P
 >&#13;      Quips are small text messages that can be configured to appear
diff --git a/docs/html/reporting.html b/docs/html/reporting.html
index ab4ac98f4..9f3d63d21 100644
--- a/docs/html/reporting.html
+++ b/docs/html/reporting.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="reporting"
->6.11. Reports and Charts</A
+>5.10. Reports and Charts</A
 ></H1
 ><P
 >As well as the standard buglist, Bugzilla has two more ways of
@@ -91,7 +91,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="reports"
->6.11.1. Reports</A
+>5.10.1. Reports</A
 ></H2
 ><P
 >&#13;        A report is a view of the current state of the bug database.
@@ -131,7 +131,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="charts"
->6.11.2. Charts</A
+>5.10.2. Charts</A
 ></H2
 ><P
 >&#13;        A chart is a view of the state of the bug database over time.
@@ -195,8 +195,8 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN2623"
->6.11.2.1. Creating Charts</A
+NAME="AEN2490"
+>5.10.2.1. Creating Charts</A
 ></H3
 ><P
 >&#13;          You create a chart by selecting a number of data sets from the
@@ -235,8 +235,8 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
-NAME="AEN2630"
->6.11.2.2. Creating New Data Sets</A
+NAME="AEN2497"
+>5.10.2.2. Creating New Data Sets</A
 ></H3
 ><P
 >&#13;          You may also create new data sets of your own. To do this,
diff --git a/docs/html/security-bugzilla.html b/docs/html/security-bugzilla.html
index 56ab083c2..70d513978 100644
--- a/docs/html/security-bugzilla.html
+++ b/docs/html/security-bugzilla.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -15,11 +15,11 @@ REL="UP"
 TITLE="Bugzilla Security"
 HREF="security.html"><LINK
 REL="PREVIOUS"
-TITLE="Webserver"
+TITLE="Web server"
 HREF="security-webserver.html"><LINK
 REL="NEXT"
-TITLE="Customising Bugzilla"
-HREF="customization.html"></HEAD
+TITLE="Using Bugzilla"
+HREF="using.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -63,7 +63,7 @@ WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="customization.html"
+HREF="using.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -153,7 +153,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="customization.html"
+HREF="using.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -163,7 +163,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Webserver</TD
+>Web server</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
@@ -177,7 +177,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Customising Bugzilla</TD
+>Using Bugzilla</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/security-mysql.html b/docs/html/security-mysql.html
index 9028f055c..bc7e772f3 100644
--- a/docs/html/security-mysql.html
+++ b/docs/html/security-mysql.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -18,7 +18,7 @@ REL="PREVIOUS"
 TITLE="Operating System"
 HREF="security-os.html"><LINK
 REL="NEXT"
-TITLE="Webserver"
+TITLE="Web server"
 HREF="security-webserver.html"></HEAD
 ><BODY
 CLASS="section"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -362,7 +362,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->Webserver</TD
+>Web server</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/security-os.html b/docs/html/security-os.html
index 281f630f4..ca4b0830b 100644
--- a/docs/html/security-os.html
+++ b/docs/html/security-os.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/security-webserver.html b/docs/html/security-webserver.html
index a8fdfedec..41a3d9ff0 100644
--- a/docs/html/security-webserver.html
+++ b/docs/html/security-webserver.html
@@ -2,12 +2,12 @@
 <HTML
 ><HEAD
 ><TITLE
->Webserver</TITLE
+>Web server</TITLE
 ><META
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="security-webserver"
->4.3. Webserver</A
+>4.3. Web server</A
 ></H1
 ><DIV
 CLASS="section"
@@ -89,19 +89,16 @@ NAME="security-webserver-access"
 >4.3.1. Disabling Remote Access to Bugzilla Configuration Files</A
 ></H2
 ><P
->There are many files that are placed in the Bugzilla directory
-      area that should not be accessable from the web. Because of the way
-      Bugzilla is currently layed out, the list of what should and should not
-      be accessible is rather complicated. A new installation method is
-      currently in the works which should solve this by allowing files that
-      shouldn't be accessible from the web to be placed in a directory outside
-      the webroot. See 
-      <A
-HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=44659"
-TARGET="_top"
->bug 44659</A
->
-      for more information.
+>&#13;        There are many files that are placed in the Bugzilla directory
+        area that should not be accessible from the web. Because of the way
+        Bugzilla is currently layed out, the list of what should and should not
+        be accessible is rather complicated. A quick way is to run
+	<TT
+CLASS="filename"
+>testserver.pl</TT
+> to check if your web server serves
+        Bugzilla files as expected. If not, you may want to follow the few
+	steps below.
       </P
 ><DIV
 CLASS="tip"
@@ -311,7 +308,7 @@ COMPACT="COMPACT"
       properly blocked. Of particular interest is the localconfig file which
       contains your database password. Also, be aware that many editors
       create temporary and backup files in the working directory and that
-      those should also not be accessable. For more information, see 
+      those should also not be accessible. For more information, see
       <A
 HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=186383"
 TARGET="_top"
@@ -323,24 +320,10 @@ HREF="http://online.securityfocus.com/bid/6501"
 TARGET="_top"
 >Bugtraq ID 6501</A
 >.
-      To test, simply point your web browser at the file; for example, to
-      test mozilla.org's installation, we'd try to access
-      <A
-HREF="http://bugzilla.mozilla.org/localconfig"
-TARGET="_top"
->http://bugzilla.mozilla.org/localconfig</A
->. You should get
-      a <SPAN
-CLASS="QUOTE"
->"<SPAN
-CLASS="errorcode"
->403</SPAN
-> <SPAN
-CLASS="errorname"
->Forbidden</SPAN
->"</SPAN
->
-      error.
+      To test, simply run <TT
+CLASS="filename"
+>testserver.pl</TT
+>, as said above.
       </P
 ><DIV
 CLASS="tip"
@@ -367,7 +350,7 @@ VALIGN="TOP"
 HREF="configuration.html#http"
 >Section 2.2.4</A
 > for instructions
-        specific to the webserver you use.
+        specific to the web server you use.
         </P
 ></TD
 ></TR
diff --git a/docs/html/security.html b/docs/html/security.html
index f82fb032e..380d3dc20 100644
--- a/docs/html/security.html
+++ b/docs/html/security.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -143,7 +143,7 @@ HREF="security-mysql.html#security-mysql-network"
 ><DT
 >4.3. <A
 HREF="security-webserver.html"
->Webserver</A
+>Web server</A
 ></DT
 ><DD
 ><DL
diff --git a/docs/html/trbl-dbdsponge.html b/docs/html/trbl-dbdsponge.html
index 1bd769d34..59994cb10 100644
--- a/docs/html/trbl-dbdsponge.html
+++ b/docs/html/trbl-dbdsponge.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -40,7 +40,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/trbl-index.html b/docs/html/trbl-index.html
index b234b3eb7..d0105d730 100644
--- a/docs/html/trbl-index.html
+++ b/docs/html/trbl-index.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -42,7 +42,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/trbl-passwd-encryption.html b/docs/html/trbl-passwd-encryption.html
index 7e1505b53..e6dd194c3 100644
--- a/docs/html/trbl-passwd-encryption.html
+++ b/docs/html/trbl-passwd-encryption.html
@@ -9,7 +9,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -41,7 +41,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/trbl-perlmodule.html b/docs/html/trbl-perlmodule.html
index ec950c39f..6ab20845a 100644
--- a/docs/html/trbl-perlmodule.html
+++ b/docs/html/trbl-perlmodule.html
@@ -8,7 +8,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -40,7 +40,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/trbl-relogin-everyone.html b/docs/html/trbl-relogin-everyone.html
index 6338b34bc..4bb66d7e4 100644
--- a/docs/html/trbl-relogin-everyone.html
+++ b/docs/html/trbl-relogin-everyone.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -122,7 +122,7 @@ NAME="trbl-relogin-everyone-share"
 >Example B-1. Examples of urlbase/cookiepath pairs for sharing login cookies</B
 ></P
 ><A
-NAME="AEN3302"
+NAME="AEN3468"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
@@ -163,7 +163,7 @@ NAME="trbl-relogin-everyone-restrict"
 >Example B-2. Examples of urlbase/cookiepath pairs to restrict the login cookie</B
 ></P
 ><A
-NAME="AEN3309"
+NAME="AEN3475"
 ></A
 ><BLOCKQUOTE
 CLASS="BLOCKQUOTE"
diff --git a/docs/html/trbl-relogin-some.html b/docs/html/trbl-relogin-some.html
index 83fe3e808..4f2e8c470 100644
--- a/docs/html/trbl-relogin-some.html
+++ b/docs/html/trbl-relogin-some.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/trbl-testserver.html b/docs/html/trbl-testserver.html
index f97a0a17d..82740e081 100644
--- a/docs/html/trbl-testserver.html
+++ b/docs/html/trbl-testserver.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -40,7 +40,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/troubleshooting.html b/docs/html/troubleshooting.html
index f0c33a48a..6de342371 100644
--- a/docs/html/troubleshooting.html
+++ b/docs/html/troubleshooting.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/upgrading.html b/docs/html/upgrading.html
index afc901e2b..666e4f45a 100644
--- a/docs/html/upgrading.html
+++ b/docs/html/upgrading.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrading"
->3.12. Upgrading to New Releases</A
+>3.14. Upgrading to New Releases</A
 ></H1
 ><P
 >&#13;      Upgrading Bugzilla is something we all want to do from time to time,
@@ -105,24 +105,26 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrading-version-defns"
->3.12.1. Version Definitions</A
+>3.14.1. Version Definitions</A
 ></H2
 ><P
->&#13;        Bugzilla displays the version you are using at the top of most
-        pages you load. It will look something like '2.16.7' or '2.18rc3'
-        or '2.19.1+'. The first number in this series is the Major Version.
-        This does not change very often (that is to say, almost never);
+>&#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. If/When the major version
-        is changed to 3.x.x, it will signify a significant structural change
-        and will be accompanied by much fanfare and many instructions on
-        how to upgrade, including a revision to this page. :)
+        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.14, 2.16, 2.18, 2.20, etc.)
-        represents a stable version, while an odd number (2.17, 2.19, etc.)
+        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
@@ -133,13 +135,11 @@ NAME="upgrading-version-defns"
       </P
 ><P
 >&#13;        The third number in the Bugzilla version represents a bugfix version.
-        Bugfix Revisions are normally released only to address security
-        vulnerabilities; in the future, it is likely that the Bugzilla
-        development team will back-port bugfixes in a new point release to
-        the old point release for a limited period. Once enough of these
+        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 will be made. As an 
-        example, 2.16.6 was a bugfix release, and improved on 2.16.5.
+        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
 ><DIV
 CLASS="note"
@@ -166,9 +166,9 @@ VALIGN="TOP"
           should be read as a single number. It is <EM
 >not</EM
 >
-          the same as decimal. 2.14 is newer than 2.8 because minor version
-          14 is greater than minor version 8. 2.24.11 would be newer than
-          2.24.9 (because bugfix 11 is greater than bugfix 9. This is
+          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
@@ -181,8 +181,39 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
+NAME="upgrading-notifications"
+>3.14.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
+        <VAR
+CLASS="literal"
+>upgrade_notification</VAR
+> 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 a
+        week for new releases, unless the parameter is set to
+        <SPAN
+CLASS="QUOTE"
+>"disabled"</SPAN
+>.
+      </P
+></DIV
+><DIV
+CLASS="section"
+><H2
+CLASS="section"
+><A
 NAME="upgrading-methods"
->3.12.2. Upgrading - Methods and Procedure</A
+>3.14.3. Upgrading - Methods and Procedure</A
 ></H2
 ><P
 >&#13;        There are three different ways to upgrade your installation.
@@ -195,7 +226,7 @@ TYPE="1"
 ><P
 >&#13;            Using CVS (<A
 HREF="upgrading.html#upgrade-cvs"
->Section 3.12.2.1</A
+>Section 3.14.3.1</A
 >)
           </P
 ></LI
@@ -203,7 +234,7 @@ HREF="upgrading.html#upgrade-cvs"
 ><P
 >&#13;            Downloading a new tarball (<A
 HREF="upgrading.html#upgrade-tarball"
->Section 3.12.2.2</A
+>Section 3.14.3.2</A
 >)
           </P
 ></LI
@@ -211,7 +242,7 @@ HREF="upgrading.html#upgrade-tarball"
 ><P
 >&#13;            Applying the relevant patches (<A
 HREF="upgrading.html#upgrade-patches"
->Section 3.12.2.3</A
+>Section 3.14.3.3</A
 >)
           </P
 ></LI
@@ -224,14 +255,14 @@ HREF="upgrading.html#upgrade-patches"
         methods of updating compared with degree and methods of local
         customization can be found in <A
 HREF="cust-templates.html#template-method"
->Section 5.2.2</A
+>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.18 to 2.18.1 should be fairly painless even if
-        you are heavily customized, but going from 2.14 to 2.18 is going
+        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
@@ -270,7 +301,7 @@ VALIGN="TOP"
 ></DIV
 ><P
 >&#13;        The examples in the following sections are written as though the
-        user were updating to version 2.18.1, but the procedures are 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
@@ -287,7 +318,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-cvs"
->3.12.2.1. Upgrading using CVS</A
+>3.14.3.1. Upgrading using CVS</A
 ></H3
 ><P
 >&#13;          Every release of Bugzilla, whether it is a point release or a bugfix,
@@ -354,11 +385,10 @@ CVS password: <EM
 >
 bash$ <B
 CLASS="command"
->cvs -q update -r BUGZILLA-2_18_1 -dP</B
+>cvs -q update -r BUGZILLA-2_22_1 -dP</B
 >
 P checksetup.pl
 P collectstats.pl
-P globals.pl
 P docs/rel_notes.txt
 P template/en/default/list/quips.html.tmpl
 <EM
@@ -413,7 +443,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-tarball"
->3.12.2.2. Upgrading using the tarball</A
+>3.14.3.2. Upgrading using the tarball</A
 ></H3
 ><P
 >&#13;          If you are unable (or unwilling) to use CVS, another option that's
@@ -451,24 +481,23 @@ CLASS="command"
 >
 bash$ <B
 CLASS="command"
->wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.1.tar.gz</B
+>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.18.1.tar.gz</B
+>tar xzvf bugzilla-2.22.1.tar.gz</B
 >
-bugzilla-2.18.1/
-bugzilla-2.18.1/.cvsignore
-bugzilla-2.18.1/1x1.gif
+bugzilla-2.22.1/
+bugzilla-2.22.1/.cvsignore
 <EM
 >(Output truncated)</EM
 >
 bash$ <B
 CLASS="command"
->cd bugzilla-2.18.1</B
+>cd bugzilla-2.22.1</B
 >
 bash$ <B
 CLASS="command"
@@ -488,7 +517,7 @@ CLASS="command"
 >
 bash$ <B
 CLASS="command"
->mv bugzilla-2.18.1 bugzilla</B
+>mv bugzilla-2.22.1 bugzilla</B
 >
         </PRE
 ></FONT
@@ -545,11 +574,11 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrade-patches"
->3.12.2.3. Upgrading using patches</A
+>3.14.3.3. 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.16.6 to 2.16.7
+          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/"
@@ -589,22 +618,21 @@ CLASS="command"
 >
 bash$ <B
 CLASS="command"
->wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.0-to-2.18.1.diff.gz</B
+>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.18.0-to-2.18.1.diff.gz</B
+>gunzip bugzilla-2.22-to-2.22.1.diff.gz</B
 >
 bash$ <B
 CLASS="command"
->patch -p1 &#60; bugzilla-2.18.0-to-2.18.1.diff</B
+>patch -p1 &#60; bugzilla-2.22-to-2.22.1.diff</B
 >
 patching file checksetup.pl
 patching file collectstats.pl
-patching file globals.pl
 <EM
 >(etc.)</EM
 >
@@ -642,7 +670,7 @@ CLASS="filename"
             This could make it more difficult to upgrade using CVS
             (<A
 HREF="upgrading.html#upgrade-cvs"
->Section 3.12.2.1</A
+>Section 3.14.3.1</A
 >) in the future.
           </P
 ></TD
@@ -657,7 +685,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="upgrading-completion"
->3.12.3. Completing Your Upgrade</A
+>3.14.4. Completing Your Upgrade</A
 ></H2
 ><P
 >&#13;        Regardless of which upgrade method you choose, you will need to
diff --git a/docs/html/useradmin.html b/docs/html/useradmin.html
index e2e84bd45..0787c749f 100644
--- a/docs/html/useradmin.html
+++ b/docs/html/useradmin.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -116,9 +116,9 @@ ALIGN="LEFT"
 VALIGN="TOP"
 ><P
 >If you wish to add more administrative users, add them to 
-        the "admin" group and, optionally, add edit the tweakparams, editusers,
+        the "admin" group and, optionally, edit the tweakparams, editusers,
         creategroups, editcomponents, and editkeywords groups to add the
-        entire admin group to those groups.
+        entire admin group to those groups (which is the case by default).
         </P
 ></TD
 ></TR
@@ -138,15 +138,92 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
+NAME="user-account-search"
+>3.2.2.1. Searching for existing users</A
+></H3
+><P
+>&#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
+          appears in the footer.
+        </P
+><P
+>&#13;          The first screen you get is a search form to search for existing user
+          accounts. You can run searches based either on the ID, real name or
+          login name (i.e. the email address in most cases) of users. You can
+          search in different ways 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.
+        </P
+><P
+>&#13;          You can also restrict your search to users being in some specific group.
+          By default, the restriction is turned off. Then you get a list of
+          users matching your critera, and clicking their login name lets you
+          edit their properties.
+        </P
+></DIV
+><DIV
+CLASS="section"
+><H3
+CLASS="section"
+><A
 NAME="createnewusers"
->3.2.2.1. Creating new users</A
+>3.2.2.2. Creating new users</A
 ></H3
+><DIV
+CLASS="section"
+><H4
+CLASS="section"
+><A
+NAME="self-registration"
+>3.2.2.2.1. Self-registration</A
+></H4
+><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.html"
+>Section 3.1</A
+>.
+          </P
+></DIV
+><DIV
+CLASS="section"
+><H4
+CLASS="section"
+><A
+NAME="user-account-creation"
+>3.2.2.2.2. Accounts created by an administrator</A
+></H4
 ><P
->Your users can create their own user accounts by clicking the
-        "New Account" link at the bottom of each page (assuming they
-        aren't logged in as someone else already.) However, should you
-        desire to create user accounts ahead of time, here is how you do
-        it.</P
+>&#13;            Users with <SPAN
+CLASS="QUOTE"
+>"editusers"</SPAN
+> privileges, such as administrators,
+            can create user accounts for other users:
+          </P
 ><P
 ></P
 ><OL
@@ -154,12 +231,12 @@ 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
+              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
+              When done, click "Submit".</P
 ><DIV
 CLASS="note"
 ><P
@@ -181,24 +258,20 @@ ALT="Note"></TD
 ALIGN="LEFT"
 VALIGN="TOP"
 ><P
->Adding a user this way will 
-              <EM
+>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
+                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
+                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
@@ -206,35 +279,16 @@ CLASS="QUOTE"
 ></LI
 ></OL
 ></DIV
+></DIV
 ><DIV
 CLASS="section"
 ><H3
 CLASS="section"
 ><A
 NAME="modifyusers"
->3.2.2.2. Modifying Users</A
+>3.2.2.3. Modifying Users</A
 ></H3
 ><P
->To see a specific user, search for their login name
-        in the box provided on the "Edit Users" page. To see all users, 
-        leave the box blank.</P
-><P
->You can search in different ways the listbox to the right
-        of the text entry box. You can match by 
-        case-insensitive substring (the default),
-        regular expression, or a 
-        <EM
->reverse</EM
->
-        regular expression match, which finds every user name which does NOT
-        match the regular expression. (Please see
-        the <B
-CLASS="command"
->man regexp</B
->
-        manual page for details on regular expression syntax.)
-        </P
-><P
 >Once you have found your user, you can change the following
         fields:</P
 ><P
@@ -246,9 +300,12 @@ CLASS="command"
 >Login Name</EM
 >: 
             This is generally the user's full email address. However, if you
-            have are using the emailsuffix Param, this may just be the user's
-            login name. Note that users can now change their login names
-            themselves (to any valid email address.)
+            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
@@ -271,6 +328,16 @@ CLASS="command"
 ><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
@@ -285,11 +352,11 @@ CLASS="command"
               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, add the account name (one account
-              per line) to the file <TT
-CLASS="filename"
->data/nomail</TT
->.
+              stop receiving mail, simply check the
+              <SPAN
+CLASS="QUOTE"
+>"Bugmail Disabled"</SPAN
+> checkbox above.
             </P
 ><DIV
 CLASS="note"
@@ -449,8 +516,34 @@ CLASS="section"
 ><H3
 CLASS="section"
 ><A
+NAME="user-account-deletion"
+>3.2.2.4. Deleting Users</A
+></H3
+><P
+>&#13;          If the <SPAN
+CLASS="QUOTE"
+>"allowuserdeletion"</SPAN
+> parameter is turned on, see
+          <A
+HREF="parameters.html"
+>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"
+><H3
+CLASS="section"
+><A
 NAME="impersonatingusers"
->3.2.2.3. Impersonating Users</A
+>3.2.2.5. Impersonating Users</A
 ></H3
 ><P
 >&#13;        There may be times when an administrator would like to do something as
diff --git a/docs/html/userpreferences.html b/docs/html/userpreferences.html
index f53910c46..ad0389638 100644
--- a/docs/html/userpreferences.html
+++ b/docs/html/userpreferences.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="userpreferences"
->6.10. User Preferences</A
+>5.9. User Preferences</A
 ></H1
 ><P
 >Once you have logged in, you can customise various aspects of
@@ -90,7 +90,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="accountpreferences"
->6.10.1. Account Preferences</A
+>5.9.1. Account Preferences</A
 ></H2
 ><P
 >On this tab, you can change your basic account information,
@@ -115,7 +115,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="generalpreferences"
->6.10.2. General Preferences</A
+>5.9.2. General Preferences</A
 ></H2
 ><P
 >&#13;        This tab allows you to change several Bugzilla behavior.
@@ -187,7 +187,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="emailpreferences"
->6.10.3. Email Preferences</A
+>5.9.3. Email Preferences</A
 ></H2
 ><P
 >&#13;        This tab controls the amount of email Bugzilla sends you.
@@ -478,7 +478,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="permissionsettings"
->6.10.4. Permissions</A
+>5.9.4. Permissions</A
 ></H2
 ><P
 >This is a purely informative page which outlines your current
diff --git a/docs/html/using-intro.html b/docs/html/using-intro.html
index ca0c2922b..53f274b8c 100644
--- a/docs/html/using-intro.html
+++ b/docs/html/using-intro.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,7 +57,7 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="using-intro"
->6.1. Introduction</A
+>5.1. Introduction</A
 ></H1
 ><P
 >This section contains information for end-users of Bugzilla.  There
diff --git a/docs/html/using.html b/docs/html/using.html
index fd324c63e..a078520d7 100644
--- a/docs/html/using.html
+++ b/docs/html/using.html
@@ -7,13 +7,13 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
 REL="PREVIOUS"
-TITLE="Integrating Bugzilla with Third-Party Tools"
-HREF="integration.html"><LINK
+TITLE="Bugzilla"
+HREF="security-bugzilla.html"><LINK
 REL="NEXT"
 TITLE="Introduction"
 HREF="using-intro.html"></HEAD
@@ -36,7 +36,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -46,7 +46,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="integration.html"
+HREF="security-bugzilla.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -75,7 +75,7 @@ CLASS="chapter"
 ><A
 NAME="using"
 ></A
->Chapter 6. Using Bugzilla</H1
+>Chapter 5. Using Bugzilla</H1
 ><DIV
 CLASS="TOC"
 ><DL
@@ -84,196 +84,180 @@ CLASS="TOC"
 >Table of Contents</B
 ></DT
 ><DT
->6.1. <A
+>5.1. <A
 HREF="using-intro.html"
 >Introduction</A
 ></DT
 ><DT
->6.2. <A
+>5.2. <A
 HREF="myaccount.html"
 >Create a Bugzilla Account</A
 ></DT
 ><DT
->6.3. <A
+>5.3. <A
 HREF="bug_page.html"
 >Anatomy of a Bug</A
 ></DT
 ><DT
->6.4. <A
+>5.4. <A
 HREF="lifecycle.html"
 >Life Cycle of a Bug</A
 ></DT
 ><DT
->6.5. <A
+>5.5. <A
 HREF="query.html"
 >Searching for Bugs</A
 ></DT
-><DT
->6.6. <A
-HREF="list.html"
->Bug Lists</A
-></DT
-><DT
->6.7. <A
-HREF="bugreports.html"
->Filing Bugs</A
-></DT
-><DT
->6.8. <A
-HREF="patchviewer.html"
->Patch Viewer</A
-></DT
 ><DD
 ><DL
 ><DT
->6.8.1. <A
-HREF="patchviewer.html#patchviewer_view"
->Viewing Patches in Patch Viewer</A
+>5.5.1. <A
+HREF="query.html#boolean"
+>Boolean Charts</A
 ></DT
 ><DT
->6.8.2. <A
-HREF="patchviewer.html#patchviewer_diff"
->Seeing the Difference Between Two Patches</A
+>5.5.2. <A
+HREF="query.html#quicksearch"
+>Quicksearch</A
 ></DT
 ><DT
->6.8.3. <A
-HREF="patchviewer.html#patchviewer_context"
->Getting More Context in a Patch</A
+>5.5.3. <A
+HREF="query.html#list"
+>Bug Lists</A
 ></DT
 ><DT
->6.8.4. <A
-HREF="patchviewer.html#patchviewer_collapse"
->Collapsing and Expanding Sections of a Patch</A
+>5.5.4. <A
+HREF="query.html#individual-buglists"
+>Adding/removing tags to/from bugs</A
 ></DT
+></DL
+></DD
 ><DT
->6.8.5. <A
-HREF="patchviewer.html#patchviewer_link"
->Linking to a Section of a Patch</A
+>5.6. <A
+HREF="bugreports.html"
+>Filing Bugs</A
 ></DT
+><DD
+><DL
 ><DT
->6.8.6. <A
-HREF="patchviewer.html#patchviewer_bonsai_lxr"
->Going to Bonsai and LXR</A
+>5.6.1. <A
+HREF="bugreports.html#fillingbugs"
+>Reporting a New Bug</A
 ></DT
 ><DT
->6.8.7. <A
-HREF="patchviewer.html#patchviewer_unified_diff"
->Creating a Unified Diff</A
+>5.6.2. <A
+HREF="bugreports.html#cloningbugs"
+>Clone an Existing Bug</A
 ></DT
 ></DL
 ></DD
 ><DT
->6.9. <A
+>5.7. <A
+HREF="attachments.html"
+>Attachments</A
+></DT
+><DT
+>5.8. <A
 HREF="hintsandtips.html"
 >Hints and Tips</A
 ></DT
 ><DD
 ><DL
 ><DT
->6.9.1. <A
-HREF="hintsandtips.html#AEN2489"
+>5.8.1. <A
+HREF="hintsandtips.html#AEN2371"
 >Autolinkification</A
 ></DT
 ><DT
->6.9.2. <A
-HREF="hintsandtips.html#quicksearch"
->Quicksearch</A
-></DT
-><DT
->6.9.3. <A
+>5.8.2. <A
 HREF="hintsandtips.html#commenting"
 >Comments</A
 ></DT
 ><DT
->6.9.4. <A
-HREF="hintsandtips.html#attachments"
->Attachments</A
-></DT
-><DT
->6.9.5. <A
+>5.8.3. <A
 HREF="hintsandtips.html#dependencytree"
 >Dependency Tree</A
 ></DT
 ></DL
 ></DD
 ><DT
->6.10. <A
+>5.9. <A
 HREF="userpreferences.html"
 >User Preferences</A
 ></DT
 ><DD
 ><DL
 ><DT
->6.10.1. <A
+>5.9.1. <A
 HREF="userpreferences.html#accountpreferences"
 >Account Preferences</A
 ></DT
 ><DT
->6.10.2. <A
+>5.9.2. <A
 HREF="userpreferences.html#generalpreferences"
 >General Preferences</A
 ></DT
 ><DT
->6.10.3. <A
+>5.9.3. <A
 HREF="userpreferences.html#emailpreferences"
 >Email Preferences</A
 ></DT
 ><DT
->6.10.4. <A
+>5.9.4. <A
 HREF="userpreferences.html#permissionsettings"
 >Permissions</A
 ></DT
 ></DL
 ></DD
 ><DT
->6.11. <A
+>5.10. <A
 HREF="reporting.html"
 >Reports and Charts</A
 ></DT
 ><DD
 ><DL
 ><DT
->6.11.1. <A
+>5.10.1. <A
 HREF="reporting.html#reports"
 >Reports</A
 ></DT
 ><DT
->6.11.2. <A
+>5.10.2. <A
 HREF="reporting.html#charts"
 >Charts</A
 ></DT
 ></DL
 ></DD
 ><DT
->6.12. <A
+>5.11. <A
 HREF="flags.html"
 >Flags</A
 ></DT
 ><DT
->6.13. <A
+>5.12. <A
 HREF="whining.html"
 >Whining</A
 ></DT
 ><DD
 ><DL
 ><DT
->6.13.1. <A
+>5.12.1. <A
 HREF="whining.html#whining-overview"
 >The Event</A
 ></DT
 ><DT
->6.13.2. <A
+>5.12.2. <A
 HREF="whining.html#whining-schedule"
 >Whining Schedule</A
 ></DT
 ><DT
->6.13.3. <A
+>5.12.3. <A
 HREF="whining.html#whining-query"
->Whining Queries</A
+>Whining Searches</A
 ></DT
 ><DT
->6.13.4. <A
-HREF="whining.html#AEN2683"
+>5.12.4. <A
+HREF="whining.html#AEN2550"
 >Saving Your Changes</A
 ></DT
 ></DL
@@ -297,7 +281,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="integration.html"
+HREF="security-bugzilla.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -325,7 +309,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Integrating Bugzilla with Third-Party Tools</TD
+>Bugzilla</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
diff --git a/docs/html/versions.html b/docs/html/versions.html
index 7b3d797a4..085dd1c95 100644
--- a/docs/html/versions.html
+++ b/docs/html/versions.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
diff --git a/docs/html/voting.html b/docs/html/voting.html
index 205848704..4344c7de0 100644
--- a/docs/html/voting.html
+++ b/docs/html/voting.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -15,8 +15,8 @@ REL="UP"
 TITLE="Administering Bugzilla"
 HREF="administration.html"><LINK
 REL="PREVIOUS"
-TITLE="Flags"
-HREF="flags-overview.html"><LINK
+TITLE="Legal Values"
+HREF="edit-values.html"><LINK
 REL="NEXT"
 TITLE="Quips"
 HREF="quips.html"></HEAD
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -49,7 +49,7 @@ WIDTH="10%"
 ALIGN="left"
 VALIGN="bottom"
 ><A
-HREF="flags-overview.html"
+HREF="edit-values.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="voting"
->3.9. Voting</A
+>3.11. Voting</A
 ></H1
 ><P
 >Voting allows users to be given a pot of votes which they can allocate
@@ -150,7 +150,7 @@ WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
 ><A
-HREF="flags-overview.html"
+HREF="edit-values.html"
 ACCESSKEY="P"
 >Prev</A
 ></TD
@@ -178,7 +178,7 @@ ACCESSKEY="N"
 WIDTH="33%"
 ALIGN="left"
 VALIGN="top"
->Flags</TD
+>Legal Values</TD
 ><TD
 WIDTH="34%"
 ALIGN="center"
diff --git a/docs/html/whining.html b/docs/html/whining.html
index c96bf3275..5c324b652 100644
--- a/docs/html/whining.html
+++ b/docs/html/whining.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -18,8 +18,8 @@ REL="PREVIOUS"
 TITLE="Flags"
 HREF="flags.html"><LINK
 REL="NEXT"
-TITLE="The Bugzilla FAQ"
-HREF="faq.html"></HEAD
+TITLE="Customising Bugzilla"
+HREF="customization.html"></HEAD
 ><BODY
 CLASS="section"
 BGCOLOR="#FFFFFF"
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -57,13 +57,13 @@ ACCESSKEY="P"
 WIDTH="80%"
 ALIGN="center"
 VALIGN="bottom"
->Chapter 6. Using Bugzilla</TD
+>Chapter 5. Using Bugzilla</TD
 ><TD
 WIDTH="10%"
 ALIGN="right"
 VALIGN="bottom"
 ><A
-HREF="faq.html"
+HREF="customization.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -78,7 +78,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="whining"
->6.13. Whining</A
+>5.12. Whining</A
 ></H1
 ><P
 >&#13;      Whining is a feature in Bugzilla that can regularly annoy users at 
@@ -196,7 +196,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="whining-overview"
->6.13.1. The Event</A
+>5.12.1. The Event</A
 ></H2
 ><P
 >&#13;        The whining system defines an "Event" as one or more queries being 
@@ -214,7 +214,7 @@ NAME="whining-overview"
       </P
 ><P
 >&#13;        The next step is to specify when the Event is to be run (the Schedule) 
-        and what searches are to be performed (the Queries).
+        and what searches are to be performed (the Searches).
       </P
 ></DIV
 ><DIV
@@ -223,7 +223,7 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="whining-schedule"
->6.13.2. Whining Schedule</A
+>5.12.2. Whining Schedule</A
 ></H2
 ><P
 >&#13;         Each whining event is associated with zero or more schedules.  A 
@@ -322,20 +322,20 @@ CLASS="section"
 CLASS="section"
 ><A
 NAME="whining-query"
->6.13.3. Whining Queries</A
+>5.12.3. Whining Searches</A
 ></H2
 ><P
->&#13;        Each whining event is associated with zero or more queries.  A query is
-        a saved search that is executed on the schedule specified (see above).
-        You start out with zero queries attached to the event (which means that
-        the event will not run, as there will never be any results to return).
-        To add a query, press the "Add a new query" button.
+>&#13;        Each whining event is associated with zero or more searches.  A search
+        is any saved search to be run as part of the specified schedule (see
+        above).  You start out without any searches associated with the event
+        (which means that the event will not run, as there will never be any
+        results to return).  To add a search, press the "Include search" button.
       </P
 ><P
->&#13;        The first field to examine in your new query is the Sort field.  Queries
-        are executed, and results returned, in the order specified by the Sort 
-        field.  Queries with lower Sort values will run before queries with 
-        higher Sort values.
+>&#13;        The first field to examine in your newly added search is the Sort field.
+        Searches are run, and results included, in the order specified by the
+        Sort field.  Searches with smaller Sort values will run before searches
+        with bigger Sort values.
       </P
 ><P
 >&#13;        The next field to examine is the Search field.  This is where you 
@@ -346,8 +346,8 @@ NAME="whining-query"
         saved yourself (the default saved search, "My Bugs", is not a valid 
         choice).  If you do not have any saved searches, you can take this 
         opportunity to create one (see <A
-HREF="list.html"
->Section 6.6</A
+HREF="query.html#list"
+>Section 5.5.3</A
 >).
       </P
 ><DIV
@@ -425,8 +425,8 @@ CLASS="section"
 ><H2
 CLASS="section"
 ><A
-NAME="AEN2683"
->6.13.4. Saving Your Changes</A
+NAME="AEN2550"
+>5.12.4. Saving Your Changes</A
 ></H2
 ><P
 >&#13;        Once you have defined at least one schedule, and created at least one 
@@ -499,7 +499,7 @@ WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
 ><A
-HREF="faq.html"
+HREF="customization.html"
 ACCESSKEY="N"
 >Next</A
 ></TD
@@ -523,7 +523,7 @@ ACCESSKEY="U"
 WIDTH="33%"
 ALIGN="right"
 VALIGN="top"
->The Bugzilla FAQ</TD
+>Customising Bugzilla</TD
 ></TR
 ></TABLE
 ></DIV
diff --git a/docs/html/x808.html b/docs/html/x836.html
similarity index 98%
rename from docs/html/x808.html
rename to docs/html/x836.html
index 3c65fb368..c327b421a 100644
--- a/docs/html/x808.html
+++ b/docs/html/x836.html
@@ -7,7 +7,7 @@
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 REL="HOME"
-TITLE="The Bugzilla Guide - 2.23.3 
+TITLE="The Bugzilla Guide - 2.23.4 
     Development 
     Release"
 HREF="index.html"><LINK
@@ -39,7 +39,7 @@ CELLSPACING="0"
 ><TH
 COLSPAN="3"
 ALIGN="center"
->The Bugzilla Guide - 2.23.3 
+>The Bugzilla Guide - 2.23.4 
     Development 
     Release</TH
 ></TR
@@ -77,7 +77,7 @@ CLASS="section"
 ><H1
 CLASS="section"
 ><A
-NAME="AEN808"
+NAME="AEN836"
 >2.4. Multiple Bugzilla databases with a single installation</A
 ></H1
 ><P
diff --git a/docs/images/CVS/Entries b/docs/images/CVS/Entries
index 36c75d412..191eb8479 100644
--- a/docs/images/CVS/Entries
+++ b/docs/images/CVS/Entries
@@ -1,7 +1,7 @@
-/bzLifecycle.png/1.4/Sun Sep  3 21:04:34 2006/-kb/TBUGZILLA-2_23_3
-/bzLifecycle.xml/1.3/Sun Sep  3 20:37:02 2006//TBUGZILLA-2_23_3
-/caution.gif/1.2/Wed May  8 21:16:44 2002/-kb/TBUGZILLA-2_23_3
-/note.gif/1.1/Thu Aug 23 14:30:18 2001/-kb/TBUGZILLA-2_23_3
-/tip.gif/1.2/Wed May  8 21:16:44 2002/-kb/TBUGZILLA-2_23_3
-/warning.gif/1.2/Wed May  8 21:16:44 2002/-kb/TBUGZILLA-2_23_3
+/bzLifecycle.png/1.4/Sun Sep  3 21:04:34 2006/-kb/TBUGZILLA-2_23_4
+/bzLifecycle.xml/1.3/Sun Sep  3 20:37:02 2006//TBUGZILLA-2_23_4
+/caution.gif/1.2/Wed May  8 21:16:44 2002/-kb/TBUGZILLA-2_23_4
+/note.gif/1.1/Thu Aug 23 14:30:18 2001/-kb/TBUGZILLA-2_23_4
+/tip.gif/1.2/Wed May  8 21:16:44 2002/-kb/TBUGZILLA-2_23_4
+/warning.gif/1.2/Wed May  8 21:16:44 2002/-kb/TBUGZILLA-2_23_4
 D/callouts////
diff --git a/docs/images/CVS/Tag b/docs/images/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/images/CVS/Tag
+++ b/docs/images/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/images/callouts/CVS/Entries b/docs/images/callouts/CVS/Entries
index c50193398..d4a84de00 100644
--- a/docs/images/callouts/CVS/Entries
+++ b/docs/images/callouts/CVS/Entries
@@ -1,4 +1,4 @@
-/1.gif/1.1/Sat May 17 01:27:53 2003/-kb/TBUGZILLA-2_23_3
-/2.gif/1.1/Sat May 17 01:27:54 2003/-kb/TBUGZILLA-2_23_3
-/3.gif/1.1/Thu Jul  3 20:23:39 2003/-kb/TBUGZILLA-2_23_3
+/1.gif/1.1/Sat May 17 01:27:53 2003/-kb/TBUGZILLA-2_23_4
+/2.gif/1.1/Sat May 17 01:27:54 2003/-kb/TBUGZILLA-2_23_4
+/3.gif/1.1/Thu Jul  3 20:23:39 2003/-kb/TBUGZILLA-2_23_4
 D
diff --git a/docs/images/callouts/CVS/Tag b/docs/images/callouts/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/images/callouts/CVS/Tag
+++ b/docs/images/callouts/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/lib/CVS/Tag b/docs/lib/CVS/Tag
index 72e7fb813..2c27babba 100644
--- a/docs/lib/CVS/Tag
+++ b/docs/lib/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-2_23_3
+TBUGZILLA-2_23_4
diff --git a/docs/lib/Pod/CVS/Tag b/docs/lib/Pod/CVS/Tag
index 72e7fb813..2c27babba 100644
--- a/docs/lib/Pod/CVS/Tag
+++ b/docs/lib/Pod/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-2_23_3
+TBUGZILLA-2_23_4
diff --git a/docs/lib/Pod/Simple/CVS/Tag b/docs/lib/Pod/Simple/CVS/Tag
index 72e7fb813..2c27babba 100644
--- a/docs/lib/Pod/Simple/CVS/Tag
+++ b/docs/lib/Pod/Simple/CVS/Tag
@@ -1 +1 @@
-TBUGZILLA-2_23_3
+TBUGZILLA-2_23_4
diff --git a/docs/lib/Pod/Simple/HTML/CVS/Entries b/docs/lib/Pod/Simple/HTML/CVS/Entries
index 4ed15b641..f3f09ca61 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-2_23_3
+/Bugzilla.pm/1.1/Tue Sep  5 19:00:56 2006//TBUGZILLA-2_23_4
 D
diff --git a/docs/lib/Pod/Simple/HTML/CVS/Tag b/docs/lib/Pod/Simple/HTML/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/lib/Pod/Simple/HTML/CVS/Tag
+++ b/docs/lib/Pod/Simple/HTML/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
index 37369f142..06c76c678 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
+++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
@@ -31,7 +31,7 @@ BEGIN { *esc = \&Pod::Simple::HTML::esc }
 # Note that if you leave out a category here, it will not be indexed
 # in the contents file, even though its HTML POD will still exist.
 use constant FILE_TRANSLATION => {
-    Files      => ['importxml', 'contrib', 'checksetup'],
+    Files      => ['importxml', 'contrib', 'checksetup', 'email_in'],
     Modules    => ['bugzilla'],
     Extensions => ['extensions'],
 };
diff --git a/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries b/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries
index 4ed15b641..7c643b97f 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries
+++ b/docs/lib/Pod/Simple/HTMLBatch/CVS/Entries
@@ -1,2 +1,2 @@
-/Bugzilla.pm/1.1/Tue Sep  5 19:00:56 2006//TBUGZILLA-2_23_3
+/Bugzilla.pm/1.2/Tue Oct 17 06:45:44 2006//TBUGZILLA-2_23_4
 D
diff --git a/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag b/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag
+++ b/docs/lib/Pod/Simple/HTMLBatch/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/makedocs.pl b/docs/makedocs.pl
index ac0b0baf7..818f45e41 100644
--- a/docs/makedocs.pl
+++ b/docs/makedocs.pl
@@ -48,7 +48,7 @@ if (eval { require Pod::Simple }) {
 };
 
 use Bugzilla::Install::Requirements 
-    qw(REQUIRED_MODULES OPTIONAL_MODULES MOD_PERL_MODULES);
+    qw(REQUIRED_MODULES OPTIONAL_MODULES);
 use Bugzilla::Constants qw(DB_MODULE BUGZILLA_VERSION);
 
 ###############################################################################
@@ -57,14 +57,13 @@ use Bugzilla::Constants qw(DB_MODULE BUGZILLA_VERSION);
 
 my $modules = REQUIRED_MODULES;
 my $opt_modules = OPTIONAL_MODULES;
-my $mod_perl_modules = MOD_PERL_MODULES;
 
 open(ENTITIES, '>', 'xml/bugzilla.ent') or die('Could not open xml/bugzilla.ent: ' . $!);
 print ENTITIES '<?xml version="1.0"?>' ."\n\n";
 print ENTITIES '<!-- Module Versions -->' . "\n";
 foreach my $module (@$modules, @$opt_modules)
 {
-    my $name = $module->{'name'};
+    my $name = $module->{'module'};
     $name =~ s/::/-/g;
     $name = lc($name);
     #This needs to be a string comparison, due to the modules having
@@ -73,26 +72,19 @@ foreach my $module (@$modules, @$opt_modules)
     print ENTITIES '<!ENTITY min-' . $name . '-ver "'.$version.'">' . "\n";
 }
 
-print ENTITIES "\n <!-- mod_perl Versions --> \n";
-foreach my $module (@$mod_perl_modules)
-{
-    my $name = $module->{'name'};
-    $name =~ s/::/-/g;
-    $name = lc($name);
-    #This needs to be a string comparison, due to the modules having
-    #version numbers like 0.9.4
-    my $version = $module->{'version'} eq 0 ? 'any' : $module->{'version'};
-    print ENTITIES '<!ENTITY min-mp-' . $name . '-ver "'.$version.'">' . "\n";
-}
+# CGI is a special case, because it has an optional version *and* a required
+# version.
+my ($cgi_opt) = grep($_->{package} eq 'CGI', @$opt_modules);
+print ENTITIES '<!ENTITY min-mp-cgi-ver "' . $cgi_opt->{version} . '">' . "\n";
 
 print ENTITIES "\n <!-- Database Versions --> \n";
 
 my $db_modules = DB_MODULE;
 foreach my $db (keys %$db_modules) {
-    my $name = $db_modules->{$db}->{'dbd'};
-    $name =~ s/::/-/g;
+    my $dbd  = $db_modules->{$db}->{dbd};
+    my $name = $dbd->{package};
     $name = lc($name);
-    my $version = $db_modules->{$db}->{'dbd_version'} eq 0 ? 'any' : $db_modules->{$db}->{'dbd_version'};
+    my $version    = $dbd->{version} || 'any';
     my $db_version = $db_modules->{$db}->{'db_version'};
     print ENTITIES '<!ENTITY min-' . $name . '-ver "'.$version.'">' . "\n";
     print ENTITIES '<!ENTITY min-' . lc($db) . '-ver "'.$db_version.'">' . "\n";
diff --git a/docs/pdf/Bugzilla-Guide.pdf b/docs/pdf/Bugzilla-Guide.pdf
index cdbca5f19..b96ba1ee4 100644
--- a/docs/pdf/Bugzilla-Guide.pdf
+++ b/docs/pdf/Bugzilla-Guide.pdf
@@ -3,7 +3,7 @@
 << /S /GoTo /D (1.0) >>
 endobj
 4 0 obj
-(The Bugzilla Guide 2.23.3 Development Release)
+(The Bugzilla Guide 2.23.4 Development Release)
 endobj
 5 0 obj
 << /S /GoTo /D (2.0) >>
@@ -147,7 +147,7 @@ endobj
 << /S /GoTo /D (6.6.5.8.3) >>
 endobj
 100 0 obj
-(2.1.5.6. GD::Text::Align \(any\))
+(2.1.5.6. GD::Text \(any\))
 endobj
 101 0 obj
 << /S /GoTo /D (6.6.5.9.3) >>
@@ -201,1654 +201,1731 @@ endobj
 << /S /GoTo /D (6.7.9.12.3) >>
 endobj
 136 0 obj
-(2.2.2.1. MySQL)
+(2.2.2.1. Bugzilla Database Schema)
 endobj
 137 0 obj
-<< /S /GoTo /D (6.7.9.12.1.4) >>
+<< /S /GoTo /D (6.7.9.13.3) >>
 endobj
 140 0 obj
-(2.2.2.1.1. Allow large attachments)
+(2.2.2.2. MySQL)
 endobj
 141 0 obj
-<< /S /GoTo /D (6.7.9.12.2.4) >>
+<< /S /GoTo /D (6.7.9.13.1.4) >>
 endobj
 144 0 obj
-(2.2.2.1.2. Allow small words in fulltext indexes)
+(2.2.2.2.1. Allow large attachments)
 endobj
 145 0 obj
-<< /S /GoTo /D (6.7.9.12.3.4) >>
+<< /S /GoTo /D (6.7.9.13.2.4) >>
 endobj
 148 0 obj
-(2.2.2.1.3. Add a user to MySQL)
+(2.2.2.2.2. Allow small words in fulltext indexes)
 endobj
 149 0 obj
-<< /S /GoTo /D (6.7.9.12.4.4) >>
+<< /S /GoTo /D (6.7.9.13.3.4) >>
 endobj
 152 0 obj
-(2.2.2.1.4. Permit attachments table to grow beyond 4GB)
+(2.2.2.2.3. Add a user to MySQL)
 endobj
 153 0 obj
-<< /S /GoTo /D (6.7.9.13.3) >>
+<< /S /GoTo /D (6.7.9.13.4.4) >>
 endobj
 156 0 obj
-(2.2.2.2. PostgreSQL)
+(2.2.2.2.4. Permit attachments table to grow beyond 4GB)
 endobj
 157 0 obj
-<< /S /GoTo /D (6.7.9.13.5.4) >>
+<< /S /GoTo /D (6.7.9.14.3) >>
 endobj
 160 0 obj
-(2.2.2.2.1. Add a User to PostgreSQL)
+(2.2.2.3. PostgreSQL)
 endobj
 161 0 obj
-<< /S /GoTo /D (6.7.9.13.6.4) >>
+<< /S /GoTo /D (6.7.9.14.5.4) >>
 endobj
 164 0 obj
-(2.2.2.2.2. Configure PostgreSQL)
+(2.2.2.3.1. Add a User to PostgreSQL)
 endobj
 165 0 obj
-<< /S /GoTo /D (6.7.10.2) >>
+<< /S /GoTo /D (6.7.9.14.6.4) >>
 endobj
 168 0 obj
-(2.2.3. checksetup.pl)
+(2.2.2.3.2. Configure PostgreSQL)
 endobj
 169 0 obj
-<< /S /GoTo /D (6.7.11.2) >>
+<< /S /GoTo /D (6.7.10.2) >>
 endobj
 172 0 obj
-(2.2.4. Web server)
+(2.2.3. checksetup.pl)
 endobj
 173 0 obj
-<< /S /GoTo /D (6.7.11.14.3) >>
+<< /S /GoTo /D (6.7.11.2) >>
 endobj
 176 0 obj
-(2.2.4.1. Bugzilla using Apache)
+(2.2.4. Web server)
 endobj
 177 0 obj
-<< /S /GoTo /D (6.7.11.14.7.4) >>
+<< /S /GoTo /D (6.7.11.15.3) >>
 endobj
 180 0 obj
-(2.2.4.1.1. Apache httpd with modcgi)
+(2.2.4.1. Bugzilla using Apache)
 endobj
 181 0 obj
-<< /S /GoTo /D (6.7.11.14.8.4) >>
+<< /S /GoTo /D (6.7.11.15.7.4) >>
 endobj
 184 0 obj
-(2.2.4.1.2. Apache httpd with modperl)
+(2.2.4.1.1. Apache httpd with modcgi)
 endobj
 185 0 obj
-<< /S /GoTo /D (6.7.11.15.3) >>
+<< /S /GoTo /D (6.7.11.15.8.4) >>
 endobj
 188 0 obj
-(2.2.4.2. Microsoft Internet Information Services)
+(2.2.4.1.2. Apache httpd with modperl)
 endobj
 189 0 obj
-<< /S /GoTo /D (6.7.12.2) >>
+<< /S /GoTo /D (6.7.11.16.3) >>
 endobj
 192 0 obj
-(2.2.5. Bugzilla)
+(2.2.4.2. Microsoft Internet Information Services)
 endobj
 193 0 obj
-<< /S /GoTo /D (6.8.1) >>
+<< /S /GoTo /D (6.7.12.2) >>
 endobj
 196 0 obj
-(2.3. Optional Additional Configuration)
+(2.2.5. Bugzilla)
 endobj
 197 0 obj
-<< /S /GoTo /D (6.8.13.2) >>
+<< /S /GoTo /D (6.8.1) >>
 endobj
 200 0 obj
-(2.3.1. Bug Graphs)
+(2.3. Optional Additional Configuration)
 endobj
 201 0 obj
-<< /S /GoTo /D (6.8.14.2) >>
+<< /S /GoTo /D (6.8.13.2) >>
 endobj
 204 0 obj
-(2.3.2. Dependency Charts)
+(2.3.1. Bug Graphs)
 endobj
 205 0 obj
-<< /S /GoTo /D (6.8.15.2) >>
+<< /S /GoTo /D (6.8.14.2) >>
 endobj
 208 0 obj
-(2.3.3. The Whining Cron)
+(2.3.2. Dependency Charts)
 endobj
 209 0 obj
-<< /S /GoTo /D (6.8.16.2) >>
+<< /S /GoTo /D (6.8.15.2) >>
 endobj
 212 0 obj
-(2.3.4. Whining)
+(2.3.3. The Whining Cron)
 endobj
 213 0 obj
-<< /S /GoTo /D (6.8.17.2) >>
+<< /S /GoTo /D (6.8.16.2) >>
 endobj
 216 0 obj
-(2.3.5. Patch Viewer)
+(2.3.4. Whining)
 endobj
 217 0 obj
-<< /S /GoTo /D (6.8.18.2) >>
+<< /S /GoTo /D (6.8.17.2) >>
 endobj
 220 0 obj
-(2.3.6. LDAP Authentication)
+(2.3.5. Patch Viewer)
 endobj
 221 0 obj
-<< /S /GoTo /D (6.8.19.2) >>
+<< /S /GoTo /D (6.8.18.2) >>
 endobj
 224 0 obj
-(2.3.7. Serving Alternate Formats with the right MIME type)
+(2.3.6. LDAP Authentication)
 endobj
 225 0 obj
-<< /S /GoTo /D (6.9.1) >>
+<< /S /GoTo /D (6.8.19.2) >>
 endobj
 228 0 obj
-(2.4. Multiple Bugzilla databases with a single installation)
+(2.3.7. Serving Alternate Formats with the right MIME type)
 endobj
 229 0 obj
-<< /S /GoTo /D (6.10.1) >>
+<< /S /GoTo /D (6.9.1) >>
 endobj
 232 0 obj
-(2.5. OSSpecific Installation Notes)
+(2.4. Multiple Bugzilla databases with a single installation)
 endobj
 233 0 obj
-<< /S /GoTo /D (6.10.20.2) >>
+<< /S /GoTo /D (6.10.1) >>
 endobj
 236 0 obj
-(2.5.1. Microsoft Windows)
+(2.5. OSSpecific Installation Notes)
 endobj
 237 0 obj
-<< /S /GoTo /D (6.10.20.16.3) >>
+<< /S /GoTo /D (6.10.20.2) >>
 endobj
 240 0 obj
-(2.5.1.1. Win32 Perl)
+(2.5.1. Microsoft Windows)
 endobj
 241 0 obj
 << /S /GoTo /D (6.10.20.17.3) >>
 endobj
 244 0 obj
-(2.5.1.2. Perl Modules on Win32)
+(2.5.1.1. Win32 Perl)
 endobj
 245 0 obj
 << /S /GoTo /D (6.10.20.18.3) >>
 endobj
 248 0 obj
-(2.5.1.3. Code changes required to run on Win32)
+(2.5.1.2. Perl Modules on Win32)
 endobj
 249 0 obj
 << /S /GoTo /D (6.10.20.19.3) >>
 endobj
 252 0 obj
-(2.5.1.4. Serving the web pages)
+(2.5.1.3. Code changes required to run on Win32)
 endobj
 253 0 obj
 << /S /GoTo /D (6.10.20.20.3) >>
 endobj
 256 0 obj
-(2.5.1.5. Sending Email)
+(2.5.1.4. Serving the web pages)
 endobj
 257 0 obj
-<< /S /GoTo /D (6.10.21.2) >>
+<< /S /GoTo /D (6.10.20.21.3) >>
 endobj
 260 0 obj
-(2.5.2. Mac OS X)
+(2.5.1.5. Sending Email)
 endobj
 261 0 obj
-<< /S /GoTo /D (6.10.21.21.3) >>
+<< /S /GoTo /D (6.10.21.2) >>
 endobj
 264 0 obj
-(2.5.2.1. Sendmail)
+(2.5.2. Mac OS X)
 endobj
 265 0 obj
 << /S /GoTo /D (6.10.21.22.3) >>
 endobj
 268 0 obj
-(2.5.2.2. Libraries \046 Perl Modules on Mac OS X)
+(2.5.2.1. Sendmail)
 endobj
 269 0 obj
-<< /S /GoTo /D (6.10.22.2) >>
+<< /S /GoTo /D (6.10.21.23.3) >>
 endobj
 272 0 obj
-(2.5.3. LinuxMandrake 8.0)
+(2.5.2.2. Libraries \046 Perl Modules on Mac OS X)
 endobj
 273 0 obj
-<< /S /GoTo /D (6.11.1) >>
+<< /S /GoTo /D (6.10.22.2) >>
 endobj
 276 0 obj
-(2.6. UNIX \(nonroot\) Installation Notes)
+(2.5.3. LinuxMandrake 8.0)
 endobj
 277 0 obj
-<< /S /GoTo /D (6.11.23.2) >>
+<< /S /GoTo /D (6.11.1) >>
 endobj
 280 0 obj
-(2.6.1. Introduction)
+(2.6. UNIX \(nonroot\) Installation Notes)
 endobj
 281 0 obj
-<< /S /GoTo /D (6.11.24.2) >>
+<< /S /GoTo /D (6.11.23.2) >>
 endobj
 284 0 obj
-(2.6.2. MySQL)
+(2.6.1. Introduction)
 endobj
 285 0 obj
-<< /S /GoTo /D (6.11.24.23.3) >>
+<< /S /GoTo /D (6.11.24.2) >>
 endobj
 288 0 obj
-(2.6.2.1. Running MySQL as NonRoot)
+(2.6.2. MySQL)
 endobj
 289 0 obj
-<< /S /GoTo /D (6.11.24.23.9.4) >>
+<< /S /GoTo /D (6.11.24.24.3) >>
 endobj
 292 0 obj
-(2.6.2.1.1. The Custom Configuration Method)
+(2.6.2.1. Running MySQL as NonRoot)
 endobj
 293 0 obj
-<< /S /GoTo /D (6.11.24.23.10.4) >>
+<< /S /GoTo /D (6.11.24.24.9.4) >>
 endobj
 296 0 obj
-(2.6.2.1.2. The Custom Built Method)
+(2.6.2.1.1. The Custom Configuration Method)
 endobj
 297 0 obj
-<< /S /GoTo /D (6.11.24.23.11.4) >>
+<< /S /GoTo /D (6.11.24.24.10.4) >>
 endobj
 300 0 obj
-(2.6.2.1.3. Starting the Server)
+(2.6.2.1.2. The Custom Built Method)
 endobj
 301 0 obj
-<< /S /GoTo /D (6.11.25.2) >>
+<< /S /GoTo /D (6.11.24.24.11.4) >>
 endobj
 304 0 obj
-(2.6.3. Perl)
+(2.6.2.1.3. Starting the Server)
 endobj
 305 0 obj
-<< /S /GoTo /D (6.11.26.2) >>
+<< /S /GoTo /D (6.11.25.2) >>
 endobj
 308 0 obj
-(2.6.4. Perl Modules)
+(2.6.3. Perl)
 endobj
 309 0 obj
-<< /S /GoTo /D (6.11.26.24.3) >>
+<< /S /GoTo /D (6.11.26.2) >>
 endobj
 312 0 obj
-(2.6.4.1. The Independant Method)
+(2.6.4. Perl Modules)
 endobj
 313 0 obj
 << /S /GoTo /D (6.11.26.25.3) >>
 endobj
 316 0 obj
-(2.6.4.2. The Mixed Method)
+(2.6.4.1. The Independant Method)
 endobj
 317 0 obj
-<< /S /GoTo /D (6.11.27.2) >>
+<< /S /GoTo /D (6.11.26.26.3) >>
 endobj
 320 0 obj
-(2.6.5. HTTP Server)
+(2.6.4.2. The Mixed Method)
 endobj
 321 0 obj
-<< /S /GoTo /D (6.11.27.26.3) >>
+<< /S /GoTo /D (6.11.27.2) >>
 endobj
 324 0 obj
-(2.6.5.1. Running Apache as NonRoot)
+(2.6.5. HTTP Server)
 endobj
 325 0 obj
-<< /S /GoTo /D (6.11.28.2) >>
+<< /S /GoTo /D (6.11.27.27.3) >>
 endobj
 328 0 obj
-(2.6.6. Bugzilla)
+(2.6.5.1. Running Apache as NonRoot)
 endobj
 329 0 obj
-<< /S /GoTo /D (7.0) >>
+<< /S /GoTo /D (6.11.28.2) >>
 endobj
 332 0 obj
-(Chapter 3. Administering Bugzilla)
+(2.6.6. Bugzilla)
 endobj
 333 0 obj
-<< /S /GoTo /D (7.12.1) >>
+<< /S /GoTo /D (7.0) >>
 endobj
 336 0 obj
-(3.1. Bugzilla Configuration)
+(Chapter 3. Administering Bugzilla)
 endobj
 337 0 obj
-<< /S /GoTo /D (7.13.1) >>
+<< /S /GoTo /D (7.12.1) >>
 endobj
 340 0 obj
-(3.2. User Administration)
+(3.1. Bugzilla Configuration)
 endobj
 341 0 obj
-<< /S /GoTo /D (7.13.29.2) >>
+<< /S /GoTo /D (7.13.1) >>
 endobj
 344 0 obj
-(3.2.1. Creating the Default User)
+(3.2. User Administration)
 endobj
 345 0 obj
-<< /S /GoTo /D (7.13.30.2) >>
+<< /S /GoTo /D (7.13.29.2) >>
 endobj
 348 0 obj
-(3.2.2. Managing Other Users)
+(3.2.1. Creating the Default User)
 endobj
 349 0 obj
-<< /S /GoTo /D (7.13.30.27.3) >>
+<< /S /GoTo /D (7.13.30.2) >>
 endobj
 352 0 obj
-(3.2.2.1. Creating new users)
+(3.2.2. Managing Other Users)
 endobj
 353 0 obj
 << /S /GoTo /D (7.13.30.28.3) >>
 endobj
 356 0 obj
-(3.2.2.2. Modifying Users)
+(3.2.2.1. Searching for existing users)
 endobj
 357 0 obj
 << /S /GoTo /D (7.13.30.29.3) >>
 endobj
 360 0 obj
-(3.2.2.3. Impersonating Users)
+(3.2.2.2. Creating new users)
 endobj
 361 0 obj
-<< /S /GoTo /D (7.14.1) >>
+<< /S /GoTo /D (7.13.30.29.12.4) >>
 endobj
 364 0 obj
-(3.3. Classifications)
+(3.2.2.2.1. Selfregistration)
 endobj
 365 0 obj
-<< /S /GoTo /D (7.15.1) >>
+<< /S /GoTo /D (7.13.30.29.13.4) >>
 endobj
 368 0 obj
-(3.4. Products)
+(3.2.2.2.2. Accounts created by an administrator)
 endobj
 369 0 obj
-<< /S /GoTo /D (7.16.1) >>
+<< /S /GoTo /D (7.13.30.30.3) >>
 endobj
 372 0 obj
-(3.5. Components)
+(3.2.2.3. Modifying Users)
 endobj
 373 0 obj
-<< /S /GoTo /D (7.17.1) >>
+<< /S /GoTo /D (7.13.30.31.3) >>
 endobj
 376 0 obj
-(3.6. Versions)
+(3.2.2.4. Deleting Users)
 endobj
 377 0 obj
-<< /S /GoTo /D (7.18.1) >>
+<< /S /GoTo /D (7.13.30.32.3) >>
 endobj
 380 0 obj
-(3.7. Milestones)
+(3.2.2.5. Impersonating Users)
 endobj
 381 0 obj
-<< /S /GoTo /D (7.19.1) >>
+<< /S /GoTo /D (7.14.1) >>
 endobj
 384 0 obj
-(3.8. Flags)
+(3.3. Classifications)
 endobj
 385 0 obj
-<< /S /GoTo /D (7.19.31.2) >>
+<< /S /GoTo /D (7.15.1) >>
 endobj
 388 0 obj
-(3.8.1. A Simple Example)
+(3.4. Products)
 endobj
 389 0 obj
-<< /S /GoTo /D (7.19.32.2) >>
+<< /S /GoTo /D (7.16.1) >>
 endobj
 392 0 obj
-(3.8.2. About Flags)
+(3.5. Components)
 endobj
 393 0 obj
-<< /S /GoTo /D (7.19.32.30.3) >>
+<< /S /GoTo /D (7.17.1) >>
 endobj
 396 0 obj
-(3.8.2.1. Values)
+(3.6. Versions)
 endobj
 397 0 obj
-<< /S /GoTo /D (7.19.33.2) >>
+<< /S /GoTo /D (7.18.1) >>
 endobj
 400 0 obj
-(3.8.3. Using flag requests)
+(3.7. Milestones)
 endobj
 401 0 obj
-<< /S /GoTo /D (7.19.34.2) >>
+<< /S /GoTo /D (7.19.1) >>
 endobj
 404 0 obj
-(3.8.4. Two Types of Flags)
+(3.8. Flags)
 endobj
 405 0 obj
-<< /S /GoTo /D (7.19.34.31.3) >>
+<< /S /GoTo /D (7.19.31.2) >>
 endobj
 408 0 obj
-(3.8.4.1. Attachment Flags)
+(3.8.1. A Simple Example)
 endobj
 409 0 obj
-<< /S /GoTo /D (7.19.34.32.3) >>
+<< /S /GoTo /D (7.19.32.2) >>
 endobj
 412 0 obj
-(3.8.4.2. Bug Flags)
+(3.8.2. About Flags)
 endobj
 413 0 obj
-<< /S /GoTo /D (7.19.35.2) >>
+<< /S /GoTo /D (7.19.32.33.3) >>
 endobj
 416 0 obj
-(3.8.5. Administering Flags)
+(3.8.2.1. Values)
 endobj
 417 0 obj
-<< /S /GoTo /D (7.19.35.33.3) >>
+<< /S /GoTo /D (7.19.33.2) >>
 endobj
 420 0 obj
-(3.8.5.1. Creating a Flag)
+(3.8.3. Using flag requests)
 endobj
 421 0 obj
-<< /S /GoTo /D (7.19.35.33.12.4) >>
+<< /S /GoTo /D (7.19.34.2) >>
 endobj
 424 0 obj
-(3.8.5.1.1. Name)
+(3.8.4. Two Types of Flags)
 endobj
 425 0 obj
-<< /S /GoTo /D (7.19.35.33.13.4) >>
+<< /S /GoTo /D (7.19.34.34.3) >>
 endobj
 428 0 obj
-(3.8.5.1.2. Description)
+(3.8.4.1. Attachment Flags)
 endobj
 429 0 obj
-<< /S /GoTo /D (7.19.35.33.14.4) >>
+<< /S /GoTo /D (7.19.34.35.3) >>
 endobj
 432 0 obj
-(3.8.5.1.3. Category)
+(3.8.4.2. Bug Flags)
 endobj
 433 0 obj
-<< /S /GoTo /D (7.19.35.33.15.4) >>
+<< /S /GoTo /D (7.19.35.2) >>
 endobj
 436 0 obj
-(3.8.5.1.4. Sort Key)
+(3.8.5. Administering Flags)
 endobj
 437 0 obj
-<< /S /GoTo /D (7.19.35.33.16.4) >>
+<< /S /GoTo /D (7.19.35.36.3) >>
 endobj
 440 0 obj
-(3.8.5.1.5. Active)
+(3.8.5.1. Creating a Flag)
 endobj
 441 0 obj
-<< /S /GoTo /D (7.19.35.33.17.4) >>
+<< /S /GoTo /D (7.19.35.36.14.4) >>
 endobj
 444 0 obj
-(3.8.5.1.6. Requestable)
+(3.8.5.1.1. Name)
 endobj
 445 0 obj
-<< /S /GoTo /D (7.19.35.33.18.4) >>
+<< /S /GoTo /D (7.19.35.36.15.4) >>
 endobj
 448 0 obj
-(3.8.5.1.7. CC List)
+(3.8.5.1.2. Description)
 endobj
 449 0 obj
-<< /S /GoTo /D (7.19.35.33.19.4) >>
+<< /S /GoTo /D (7.19.35.36.16.4) >>
 endobj
 452 0 obj
-(3.8.5.1.8. Specifically Requestable)
+(3.8.5.1.3. Category)
 endobj
 453 0 obj
-<< /S /GoTo /D (7.19.35.33.20.4) >>
+<< /S /GoTo /D (7.19.35.36.17.4) >>
 endobj
 456 0 obj
-(3.8.5.1.9. Multiplicable)
+(3.8.5.1.4. Sort Key)
 endobj
 457 0 obj
-<< /S /GoTo /D (7.19.35.34.3) >>
+<< /S /GoTo /D (7.19.35.36.18.4) >>
 endobj
 460 0 obj
-(3.8.5.2. Deleting a Flag)
+(3.8.5.1.5. Active)
 endobj
 461 0 obj
-<< /S /GoTo /D (7.19.35.35.3) >>
+<< /S /GoTo /D (7.19.35.36.19.4) >>
 endobj
 464 0 obj
-(3.8.5.3. Editing a Flag)
+(3.8.5.1.6. Requestable)
 endobj
 465 0 obj
-<< /S /GoTo /D (7.20.1) >>
+<< /S /GoTo /D (7.19.35.36.20.4) >>
 endobj
 468 0 obj
-(3.9. Voting)
+(3.8.5.1.7. Specifically Requestable)
 endobj
 469 0 obj
-<< /S /GoTo /D (7.21.1) >>
+<< /S /GoTo /D (7.19.35.36.21.4) >>
 endobj
 472 0 obj
-(3.10. Quips)
+(3.8.5.1.8. Multiplicable)
 endobj
 473 0 obj
-<< /S /GoTo /D (7.22.1) >>
+<< /S /GoTo /D (7.19.35.36.22.4) >>
 endobj
 476 0 obj
-(3.11. Groups and Group Security)
+(3.8.5.1.9. CC List)
 endobj
 477 0 obj
-<< /S /GoTo /D (7.22.36.2) >>
+<< /S /GoTo /D (7.19.35.36.23.4) >>
 endobj
 480 0 obj
-(3.11.1. Creating Groups)
+(3.8.5.1.10. Grant Group)
 endobj
 481 0 obj
-<< /S /GoTo /D (7.22.37.2) >>
+<< /S /GoTo /D (7.19.35.36.24.4) >>
 endobj
 484 0 obj
-(3.11.2. Assigning Users to Groups)
+(3.8.5.1.11. Request Group)
 endobj
 485 0 obj
-<< /S /GoTo /D (7.22.38.2) >>
+<< /S /GoTo /D (7.19.35.37.3) >>
 endobj
 488 0 obj
-(3.11.3. Assigning Group Controls to Products)
+(3.8.5.2. Deleting a Flag)
 endobj
 489 0 obj
-<< /S /GoTo /D (7.22.39.2) >>
+<< /S /GoTo /D (7.19.35.38.3) >>
 endobj
 492 0 obj
-(3.11.4. Common Applications of Group Controls)
+(3.8.5.3. Editing a Flag)
 endobj
 493 0 obj
-<< /S /GoTo /D (7.22.39.36.3) >>
+<< /S /GoTo /D (7.20.1) >>
 endobj
 496 0 obj
-(3.11.4.1. General User Access With Security Group)
+(3.9. Custom Fields)
 endobj
 497 0 obj
-<< /S /GoTo /D (7.22.39.37.3) >>
+<< /S /GoTo /D (7.20.36.2) >>
 endobj
 500 0 obj
-(3.11.4.2. General User Access With A Security Product)
+(3.9.1. Adding Custom Fields)
 endobj
 501 0 obj
-<< /S /GoTo /D (7.22.39.38.3) >>
+<< /S /GoTo /D (7.20.37.2) >>
 endobj
 504 0 obj
-(3.11.4.3. Product Isolation With Common Group)
+(3.9.2. Editing Custom Fields)
 endobj
 505 0 obj
-<< /S /GoTo /D (7.23.1) >>
+<< /S /GoTo /D (7.20.38.2) >>
 endobj
 508 0 obj
-(3.12. Upgrading to New Releases)
+(3.9.3. Deleting Custom Fields)
 endobj
 509 0 obj
-<< /S /GoTo /D (7.23.40.2) >>
+<< /S /GoTo /D (7.21.1) >>
 endobj
 512 0 obj
-(3.12.1. Version Definitions)
+(3.10. Legal Values)
 endobj
 513 0 obj
-<< /S /GoTo /D (7.23.41.2) >>
+<< /S /GoTo /D (7.21.39.2) >>
 endobj
 516 0 obj
-(3.12.2. Upgrading Methods and Procedure)
+(3.10.1. Viewing/Editing legal values)
 endobj
 517 0 obj
-<< /S /GoTo /D (7.23.41.39.3) >>
+<< /S /GoTo /D (7.21.40.2) >>
 endobj
 520 0 obj
-(3.12.2.1. Upgrading using CVS)
+(3.10.2. Deleting legal values)
 endobj
 521 0 obj
-<< /S /GoTo /D (7.23.41.40.3) >>
+<< /S /GoTo /D (7.22.1) >>
 endobj
 524 0 obj
-(3.12.2.2. Upgrading using the tarball)
+(3.11. Voting)
 endobj
 525 0 obj
-<< /S /GoTo /D (7.23.41.41.3) >>
+<< /S /GoTo /D (7.23.1) >>
 endobj
 528 0 obj
-(3.12.2.3. Upgrading using patches)
+(3.12. Quips)
 endobj
 529 0 obj
-<< /S /GoTo /D (7.23.42.2) >>
+<< /S /GoTo /D (7.24.1) >>
 endobj
 532 0 obj
-(3.12.3. Completing Your Upgrade)
+(3.13. Groups and Group Security)
 endobj
 533 0 obj
-<< /S /GoTo /D (8.0) >>
+<< /S /GoTo /D (7.24.41.2) >>
 endobj
 536 0 obj
-(Chapter 4. Bugzilla Security)
+(3.13.1. Creating Groups)
 endobj
 537 0 obj
-<< /S /GoTo /D (8.24.1) >>
+<< /S /GoTo /D (7.24.42.2) >>
 endobj
 540 0 obj
-(4.1. Operating System)
+(3.13.2. Assigning Users to Groups)
 endobj
 541 0 obj
-<< /S /GoTo /D (8.24.43.2) >>
+<< /S /GoTo /D (7.24.43.2) >>
 endobj
 544 0 obj
-(4.1.1. TCP/IP Ports)
+(3.13.3. Assigning Group Controls to Products)
 endobj
 545 0 obj
-<< /S /GoTo /D (8.24.44.2) >>
+<< /S /GoTo /D (7.24.44.2) >>
 endobj
 548 0 obj
-(4.1.2. System User Accounts)
+(3.13.4. Common Applications of Group Controls)
 endobj
 549 0 obj
-<< /S /GoTo /D (8.24.45.2) >>
+<< /S /GoTo /D (7.24.44.39.3) >>
 endobj
 552 0 obj
-(4.1.3. The chroot Jail)
+(3.13.4.1. General User Access With Security Group)
 endobj
 553 0 obj
-<< /S /GoTo /D (8.25.1) >>
+<< /S /GoTo /D (7.24.44.40.3) >>
 endobj
 556 0 obj
-(4.2. MySQL)
+(3.13.4.2. General User Access With A Security Product)
 endobj
 557 0 obj
-<< /S /GoTo /D (8.25.46.2) >>
+<< /S /GoTo /D (7.24.44.41.3) >>
 endobj
 560 0 obj
-(4.2.1. The MySQL System Account)
+(3.13.4.3. Product Isolation With Common Group)
 endobj
 561 0 obj
-<< /S /GoTo /D (8.25.47.2) >>
+<< /S /GoTo /D (7.25.1) >>
 endobj
 564 0 obj
-(4.2.2. The MySQL root and anonymous Users)
+(3.14. Upgrading to New Releases)
 endobj
 565 0 obj
-<< /S /GoTo /D (8.25.48.2) >>
+<< /S /GoTo /D (7.25.45.2) >>
 endobj
 568 0 obj
-(4.2.3. Network Access)
+(3.14.1. Version Definitions)
 endobj
 569 0 obj
-<< /S /GoTo /D (8.26.1) >>
+<< /S /GoTo /D (7.25.46.2) >>
 endobj
 572 0 obj
-(4.3. Webserver)
+(3.14.2. Upgrading Notifications)
 endobj
 573 0 obj
-<< /S /GoTo /D (8.26.49.2) >>
+<< /S /GoTo /D (7.25.47.2) >>
 endobj
 576 0 obj
-(4.3.1. Disabling Remote Access to Bugzilla Configuration Files)
+(3.14.3. Upgrading Methods and Procedure)
 endobj
 577 0 obj
-<< /S /GoTo /D (8.26.50.2) >>
+<< /S /GoTo /D (7.25.47.42.3) >>
 endobj
 580 0 obj
-(4.3.2. Using modthrottle to Prevent a DOS)
+(3.14.3.1. Upgrading using CVS)
 endobj
 581 0 obj
-<< /S /GoTo /D (8.27.1) >>
+<< /S /GoTo /D (7.25.47.43.3) >>
 endobj
 584 0 obj
-(4.4. Bugzilla)
+(3.14.3.2. Upgrading using the tarball)
 endobj
 585 0 obj
-<< /S /GoTo /D (8.27.51.2) >>
+<< /S /GoTo /D (7.25.47.44.3) >>
 endobj
 588 0 obj
-(4.4.1. Prevent users injecting malicious Javascript)
+(3.14.3.3. Upgrading using patches)
 endobj
 589 0 obj
-<< /S /GoTo /D (9.0) >>
+<< /S /GoTo /D (7.25.48.2) >>
 endobj
 592 0 obj
-(Chapter 5. Customising Bugzilla)
+(3.14.4. Completing Your Upgrade)
 endobj
 593 0 obj
-<< /S /GoTo /D (9.28.1) >>
+<< /S /GoTo /D (8.0) >>
 endobj
 596 0 obj
-(5.1. Custom Skins)
+(Chapter 4. Bugzilla Security)
 endobj
 597 0 obj
-<< /S /GoTo /D (9.29.1) >>
+<< /S /GoTo /D (8.26.1) >>
 endobj
 600 0 obj
-(5.2. Template Customization)
+(4.1. Operating System)
 endobj
 601 0 obj
-<< /S /GoTo /D (9.29.52.2) >>
+<< /S /GoTo /D (8.26.49.2) >>
 endobj
 604 0 obj
-(5.2.1. Template Directory Structure)
+(4.1.1. TCP/IP Ports)
 endobj
 605 0 obj
-<< /S /GoTo /D (9.29.53.2) >>
+<< /S /GoTo /D (8.26.50.2) >>
 endobj
 608 0 obj
-(5.2.2. Choosing a Customization Method)
+(4.1.2. System User Accounts)
 endobj
 609 0 obj
-<< /S /GoTo /D (9.29.54.2) >>
+<< /S /GoTo /D (8.26.51.2) >>
 endobj
 612 0 obj
-(5.2.3. How To Edit Templates)
+(4.1.3. The chroot Jail)
 endobj
 613 0 obj
-<< /S /GoTo /D (9.29.55.2) >>
+<< /S /GoTo /D (8.27.1) >>
 endobj
 616 0 obj
-(5.2.4. Template Formats and Types)
+(4.2. MySQL)
 endobj
 617 0 obj
-<< /S /GoTo /D (9.29.56.2) >>
+<< /S /GoTo /D (8.27.52.2) >>
 endobj
 620 0 obj
-(5.2.5. Particular Templates)
+(4.2.1. The MySQL System Account)
 endobj
 621 0 obj
-<< /S /GoTo /D (9.29.57.2) >>
+<< /S /GoTo /D (8.27.53.2) >>
 endobj
 624 0 obj
-(5.2.6. Configuring Bugzilla to Detect the User's Language)
+(4.2.2. The MySQL root and anonymous Users)
 endobj
 625 0 obj
-<< /S /GoTo /D (9.30.1) >>
+<< /S /GoTo /D (8.27.54.2) >>
 endobj
 628 0 obj
-(5.3. The Bugzilla Extension Mechanism)
+(4.2.3. Network Access)
 endobj
 629 0 obj
-<< /S /GoTo /D (9.31.1) >>
+<< /S /GoTo /D (8.28.1) >>
 endobj
 632 0 obj
-(5.4. Customizing Who Can Change What)
+(4.3. Web server)
 endobj
 633 0 obj
-<< /S /GoTo /D (9.32.1) >>
+<< /S /GoTo /D (8.28.55.2) >>
 endobj
 636 0 obj
-(5.5. MySQL Bugzilla Database Introduction)
+(4.3.1. Disabling Remote Access to Bugzilla Configuration Files)
 endobj
 637 0 obj
-<< /S /GoTo /D (9.32.58.2) >>
+<< /S /GoTo /D (8.28.56.2) >>
 endobj
 640 0 obj
-(5.5.1. Bugzilla Database Basics)
+(4.3.2. Using modthrottle to Prevent a DOS)
 endobj
 641 0 obj
-<< /S /GoTo /D (9.32.58.42.3) >>
+<< /S /GoTo /D (8.29.1) >>
 endobj
 644 0 obj
-(5.5.1.1. Bugzilla Database Tables)
+(4.4. Bugzilla)
 endobj
 645 0 obj
-<< /S /GoTo /D (9.33.1) >>
+<< /S /GoTo /D (8.29.57.2) >>
 endobj
 648 0 obj
-(5.6. Integrating Bugzilla with ThirdParty Tools)
+(4.4.1. Prevent users injecting malicious Javascript)
 endobj
 649 0 obj
-<< /S /GoTo /D (9.33.59.2) >>
+<< /S /GoTo /D (9.0) >>
 endobj
 652 0 obj
-(5.6.1. Bonsai)
+(Chapter 5. Using Bugzilla)
 endobj
 653 0 obj
-<< /S /GoTo /D (9.33.60.2) >>
+<< /S /GoTo /D (9.30.1) >>
 endobj
 656 0 obj
-(5.6.2. CVS)
+(5.1. Introduction)
 endobj
 657 0 obj
-<< /S /GoTo /D (9.33.61.2) >>
+<< /S /GoTo /D (9.31.1) >>
 endobj
 660 0 obj
-(5.6.3. Perforce SCM)
+(5.2. Create a Bugzilla Account)
 endobj
 661 0 obj
-<< /S /GoTo /D (9.33.62.2) >>
+<< /S /GoTo /D (9.32.1) >>
 endobj
 664 0 obj
-(5.6.4. Subversion)
+(5.3. Anatomy of a Bug)
 endobj
 665 0 obj
-<< /S /GoTo /D (9.33.63.2) >>
+<< /S /GoTo /D (9.33.1) >>
 endobj
 668 0 obj
-(5.6.5. Tinderbox/Tinderbox2)
+(5.4. Life Cycle of a Bug)
 endobj
 669 0 obj
-<< /S /GoTo /D (10.0) >>
+<< /S /GoTo /D (9.34.1) >>
 endobj
 672 0 obj
-(Chapter 6. Using Bugzilla)
+(5.5. Searching for Bugs)
 endobj
 673 0 obj
-<< /S /GoTo /D (10.34.1) >>
+<< /S /GoTo /D (9.34.58.2) >>
 endobj
 676 0 obj
-(6.1. Introduction)
+(5.5.1. Boolean Charts)
 endobj
 677 0 obj
-<< /S /GoTo /D (10.35.1) >>
+<< /S /GoTo /D (9.34.58.45.3) >>
 endobj
 680 0 obj
-(6.2. Create a Bugzilla Account)
+(5.5.1.1. Pronoun Substitution)
 endobj
 681 0 obj
-<< /S /GoTo /D (10.36.1) >>
+<< /S /GoTo /D (9.34.58.46.3) >>
 endobj
 684 0 obj
-(6.3. Anatomy of a Bug)
+(5.5.1.2. Negation)
 endobj
 685 0 obj
-<< /S /GoTo /D (10.37.1) >>
+<< /S /GoTo /D (9.34.58.47.3) >>
 endobj
 688 0 obj
-(6.4. Life Cycle of a Bug)
+(5.5.1.3. Multiple Charts)
 endobj
 689 0 obj
-<< /S /GoTo /D (10.38.1) >>
+<< /S /GoTo /D (9.34.59.2) >>
 endobj
 692 0 obj
-(6.5. Searching for Bugs)
+(5.5.2. Quicksearch)
 endobj
 693 0 obj
-<< /S /GoTo /D (10.38.64.2) >>
+<< /S /GoTo /D (9.34.60.2) >>
 endobj
 696 0 obj
-(6.5.1. Boolean Charts)
+(5.5.3. Bug Lists)
 endobj
 697 0 obj
-<< /S /GoTo /D (10.38.64.43.3) >>
+<< /S /GoTo /D (9.34.61.2) >>
 endobj
 700 0 obj
-(6.5.1.1. Pronoun Substitution)
+(5.5.4. Adding/removing tags to/from bugs)
 endobj
 701 0 obj
-<< /S /GoTo /D (10.38.64.44.3) >>
+<< /S /GoTo /D (9.35.1) >>
 endobj
 704 0 obj
-(6.5.1.2. Negation)
+(5.6. Filing Bugs)
 endobj
 705 0 obj
-<< /S /GoTo /D (10.38.64.45.3) >>
+<< /S /GoTo /D (9.35.62.2) >>
 endobj
 708 0 obj
-(6.5.1.3. Multiple Charts)
+(5.6.1. Reporting a New Bug)
 endobj
 709 0 obj
-<< /S /GoTo /D (10.39.1) >>
+<< /S /GoTo /D (9.35.63.2) >>
 endobj
 712 0 obj
-(6.6. Bug Lists)
+(5.6.2. Clone an Existing Bug)
 endobj
 713 0 obj
-<< /S /GoTo /D (10.40.1) >>
+<< /S /GoTo /D (9.36.1) >>
 endobj
 716 0 obj
-(6.7. Filing Bugs)
+(5.7. Attachments)
 endobj
 717 0 obj
-<< /S /GoTo /D (10.41.1) >>
+<< /S /GoTo /D (9.36.64.2) >>
 endobj
 720 0 obj
-(6.8. Patch Viewer)
+(5.7.1. Patch Viewer)
 endobj
 721 0 obj
-<< /S /GoTo /D (10.41.65.2) >>
+<< /S /GoTo /D (9.36.64.48.3) >>
 endobj
 724 0 obj
-(6.8.1. Viewing Patches in Patch Viewer)
+(5.7.1.1. Viewing Patches in Patch Viewer)
 endobj
 725 0 obj
-<< /S /GoTo /D (10.41.66.2) >>
+<< /S /GoTo /D (9.36.64.49.3) >>
 endobj
 728 0 obj
-(6.8.2. Seeing the Difference Between Two Patches)
+(5.7.1.2. Seeing the Difference Between Two Patches)
 endobj
 729 0 obj
-<< /S /GoTo /D (10.41.67.2) >>
+<< /S /GoTo /D (9.36.64.50.3) >>
 endobj
 732 0 obj
-(6.8.3. Getting More Context in a Patch)
+(5.7.1.3. Getting More Context in a Patch)
 endobj
 733 0 obj
-<< /S /GoTo /D (10.41.68.2) >>
+<< /S /GoTo /D (9.36.64.51.3) >>
 endobj
 736 0 obj
-(6.8.4. Collapsing and Expanding Sections of a Patch)
+(5.7.1.4. Collapsing and Expanding Sections of a Patch)
 endobj
 737 0 obj
-<< /S /GoTo /D (10.41.69.2) >>
+<< /S /GoTo /D (9.36.64.52.3) >>
 endobj
 740 0 obj
-(6.8.5. Linking to a Section of a Patch)
+(5.7.1.5. Linking to a Section of a Patch)
 endobj
 741 0 obj
-<< /S /GoTo /D (10.41.70.2) >>
+<< /S /GoTo /D (9.36.64.53.3) >>
 endobj
 744 0 obj
-(6.8.6. Going to Bonsai and LXR)
+(5.7.1.6. Going to Bonsai and LXR)
 endobj
 745 0 obj
-<< /S /GoTo /D (10.41.71.2) >>
+<< /S /GoTo /D (9.36.64.54.3) >>
 endobj
 748 0 obj
-(6.8.7. Creating a Unified Diff)
+(5.7.1.7. Creating a Unified Diff)
 endobj
 749 0 obj
-<< /S /GoTo /D (10.42.1) >>
+<< /S /GoTo /D (9.37.1) >>
 endobj
 752 0 obj
-(6.9. Hints and Tips)
+(5.8. Hints and Tips)
 endobj
 753 0 obj
-<< /S /GoTo /D (10.42.72.2) >>
+<< /S /GoTo /D (9.37.65.2) >>
 endobj
 756 0 obj
-(6.9.1. Autolinkification)
+(5.8.1. Autolinkification)
 endobj
 757 0 obj
-<< /S /GoTo /D (10.42.73.2) >>
+<< /S /GoTo /D (9.37.66.2) >>
 endobj
 760 0 obj
-(6.9.2. Quicksearch)
+(5.8.2. Comments)
 endobj
 761 0 obj
-<< /S /GoTo /D (10.42.74.2) >>
+<< /S /GoTo /D (9.37.67.2) >>
 endobj
 764 0 obj
-(6.9.3. Comments)
+(5.8.3. Dependency Tree)
 endobj
 765 0 obj
-<< /S /GoTo /D (10.42.75.2) >>
+<< /S /GoTo /D (9.38.1) >>
 endobj
 768 0 obj
-(6.9.4. Attachments)
+(5.9. User Preferences)
 endobj
 769 0 obj
-<< /S /GoTo /D (10.42.76.2) >>
+<< /S /GoTo /D (9.38.68.2) >>
 endobj
 772 0 obj
-(6.9.5. Dependency Tree)
+(5.9.1. Account Preferences)
 endobj
 773 0 obj
-<< /S /GoTo /D (10.43.1) >>
+<< /S /GoTo /D (9.38.69.2) >>
 endobj
 776 0 obj
-(6.10. User Preferences)
+(5.9.2. General Preferences)
 endobj
 777 0 obj
-<< /S /GoTo /D (10.43.77.2) >>
+<< /S /GoTo /D (9.38.70.2) >>
 endobj
 780 0 obj
-(6.10.1. Account Preferences)
+(5.9.3. Email Preferences)
 endobj
 781 0 obj
-<< /S /GoTo /D (10.43.78.2) >>
+<< /S /GoTo /D (9.38.71.2) >>
 endobj
 784 0 obj
-(6.10.2. General Preferences)
+(5.9.4. Permissions)
 endobj
 785 0 obj
-<< /S /GoTo /D (10.43.79.2) >>
+<< /S /GoTo /D (9.39.1) >>
 endobj
 788 0 obj
-(6.10.3. Email Preferences)
+(5.10. Reports and Charts)
 endobj
 789 0 obj
-<< /S /GoTo /D (10.43.80.2) >>
+<< /S /GoTo /D (9.39.72.2) >>
 endobj
 792 0 obj
-(6.10.4. Permissions)
+(5.10.1. Reports)
 endobj
 793 0 obj
-<< /S /GoTo /D (10.44.1) >>
+<< /S /GoTo /D (9.39.73.2) >>
 endobj
 796 0 obj
-(6.11. Reports and Charts)
+(5.10.2. Charts)
 endobj
 797 0 obj
-<< /S /GoTo /D (10.44.81.2) >>
+<< /S /GoTo /D (9.39.73.55.3) >>
 endobj
 800 0 obj
-(6.11.1. Reports)
+(5.10.2.1. Creating Charts)
 endobj
 801 0 obj
-<< /S /GoTo /D (10.44.82.2) >>
+<< /S /GoTo /D (9.39.73.56.3) >>
 endobj
 804 0 obj
-(6.11.2. Charts)
+(5.10.2.2. Creating New Data Sets)
 endobj
 805 0 obj
-<< /S /GoTo /D (10.44.82.46.3) >>
+<< /S /GoTo /D (9.40.1) >>
 endobj
 808 0 obj
-(6.11.2.1. Creating Charts)
+(5.11. Flags)
 endobj
 809 0 obj
-<< /S /GoTo /D (10.44.82.47.3) >>
+<< /S /GoTo /D (9.41.1) >>
 endobj
 812 0 obj
-(6.11.2.2. Creating New Data Sets)
+(5.12. Whining)
 endobj
 813 0 obj
-<< /S /GoTo /D (10.45.1) >>
+<< /S /GoTo /D (9.41.74.2) >>
 endobj
 816 0 obj
-(6.12. Flags)
+(5.12.1. The Event)
 endobj
 817 0 obj
-<< /S /GoTo /D (10.46.1) >>
+<< /S /GoTo /D (9.41.75.2) >>
 endobj
 820 0 obj
-(6.13. Whining)
+(5.12.2. Whining Schedule)
 endobj
 821 0 obj
-<< /S /GoTo /D (10.46.83.2) >>
+<< /S /GoTo /D (9.41.76.2) >>
 endobj
 824 0 obj
-(6.13.1. The Event)
+(5.12.3. Whining Searches)
 endobj
 825 0 obj
-<< /S /GoTo /D (10.46.84.2) >>
+<< /S /GoTo /D (9.41.77.2) >>
 endobj
 828 0 obj
-(6.13.2. Whining Schedule)
+(5.12.4. Saving Your Changes)
 endobj
 829 0 obj
-<< /S /GoTo /D (10.46.85.2) >>
+<< /S /GoTo /D (10.0) >>
 endobj
 832 0 obj
-(6.13.3. Whining Queries)
+(Chapter 6. Customising Bugzilla)
 endobj
 833 0 obj
-<< /S /GoTo /D (10.46.86.2) >>
+<< /S /GoTo /D (10.42.1) >>
 endobj
 836 0 obj
-(6.13.4. Saving Your Changes)
+(6.1. Custom Skins)
 endobj
 837 0 obj
-<< /S /GoTo /D (11.0) >>
+<< /S /GoTo /D (10.43.1) >>
 endobj
 840 0 obj
-(Appendix A. The Bugzilla FAQ)
+(6.2. Template Customization)
 endobj
 841 0 obj
-<< /S /GoTo /D (12.0) >>
+<< /S /GoTo /D (10.43.78.2) >>
 endobj
 844 0 obj
-(Appendix B. Troubleshooting)
+(6.2.1. Template Directory Structure)
 endobj
 845 0 obj
-<< /S /GoTo /D (12.47.1) >>
+<< /S /GoTo /D (10.43.79.2) >>
 endobj
 848 0 obj
-(B.1. General Advice)
+(6.2.2. Choosing a Customization Method)
 endobj
 849 0 obj
-<< /S /GoTo /D (12.48.1) >>
+<< /S /GoTo /D (10.43.80.2) >>
 endobj
 852 0 obj
-(B.2. The Apache webserver is not serving Bugzilla pages)
+(6.2.3. How To Edit Templates)
 endobj
 853 0 obj
-<< /S /GoTo /D (12.49.1) >>
+<< /S /GoTo /D (10.43.81.2) >>
 endobj
 856 0 obj
-(B.3. I installed a Perl module, but checksetup.pl claims it's not installed!)
+(6.2.4. Template Formats and Types)
 endobj
 857 0 obj
-<< /S /GoTo /D (12.50.1) >>
+<< /S /GoTo /D (10.43.82.2) >>
 endobj
 860 0 obj
-(B.4. DBD::Sponge::db prepare failed)
+(6.2.5. Particular Templates)
 endobj
 861 0 obj
-<< /S /GoTo /D (12.51.1) >>
+<< /S /GoTo /D (10.43.83.2) >>
 endobj
 864 0 obj
-(B.5. cannot chdir\(/var/spool/mqueue\))
+(6.2.6. Configuring Bugzilla to Detect the User's Language)
 endobj
 865 0 obj
-<< /S /GoTo /D (12.52.1) >>
+<< /S /GoTo /D (10.44.1) >>
 endobj
 868 0 obj
-(B.6. Everybody is constantly being forced to relogin)
+(6.3. The Bugzilla Extension Mechanism)
 endobj
 869 0 obj
-<< /S /GoTo /D (12.53.1) >>
+<< /S /GoTo /D (10.45.1) >>
 endobj
 872 0 obj
-(B.7. Some users are constantly being forced to relogin)
+(6.4. Customizing Who Can Change What)
 endobj
 873 0 obj
-<< /S /GoTo /D (12.54.1) >>
+<< /S /GoTo /D (10.46.1) >>
 endobj
 876 0 obj
-(B.8. index.cgi doesn't show up unless specified in the URL)
+(6.5. Integrating Bugzilla with ThirdParty Tools)
 endobj
 877 0 obj
-<< /S /GoTo /D (12.55.1) >>
+<< /S /GoTo /D (10.46.84.2) >>
 endobj
 880 0 obj
-(B.9. checksetup.pl reports "Client does not support authentication protocol requested by server...")
+(6.5.1. Bonsai)
 endobj
 881 0 obj
-<< /S /GoTo /D (13.0) >>
+<< /S /GoTo /D (10.46.85.2) >>
 endobj
 884 0 obj
-(Appendix C. Contrib)
+(6.5.2. CVS)
 endobj
 885 0 obj
-<< /S /GoTo /D (13.56.1) >>
+<< /S /GoTo /D (10.46.86.2) >>
 endobj
 888 0 obj
-(C.1. Commandline Search Interface)
+(6.5.3. Perforce SCM)
 endobj
 889 0 obj
-<< /S /GoTo /D (13.57.1) >>
+<< /S /GoTo /D (10.46.87.2) >>
 endobj
 892 0 obj
-(C.2. Commandline 'Send Unsent Bugmail' tool)
+(6.5.4. Subversion)
 endobj
 893 0 obj
-<< /S /GoTo /D (14.0) >>
+<< /S /GoTo /D (10.46.88.2) >>
 endobj
 896 0 obj
-(Appendix D. Manual Installation of Perl Modules)
+(6.5.5. Tinderbox/Tinderbox2)
 endobj
 897 0 obj
-<< /S /GoTo /D (14.58.1) >>
+<< /S /GoTo /D (11.0) >>
 endobj
 900 0 obj
-(D.1. Instructions)
+(Appendix A. The Bugzilla FAQ)
 endobj
 901 0 obj
-<< /S /GoTo /D (14.59.1) >>
+<< /S /GoTo /D (12.0) >>
 endobj
 904 0 obj
-(D.2. Download Locations)
+(Appendix B. Troubleshooting)
 endobj
 905 0 obj
-<< /S /GoTo /D (14.60.1) >>
+<< /S /GoTo /D (12.47.1) >>
 endobj
 908 0 obj
-(D.3. Optional Modules)
+(B.1. General Advice)
 endobj
 909 0 obj
-<< /S /GoTo /D (15.0) >>
+<< /S /GoTo /D (12.48.1) >>
 endobj
 912 0 obj
-(Appendix E. GNU Free Documentation License)
+(B.2. The Apache webserver is not serving Bugzilla pages)
 endobj
 913 0 obj
-<< /S /GoTo /D (15.61.1) >>
+<< /S /GoTo /D (12.49.1) >>
 endobj
 916 0 obj
-(0. Preamble)
+(B.3. I installed a Perl module, but checksetup.pl claims it's not installed!)
 endobj
 917 0 obj
-<< /S /GoTo /D (15.62.1) >>
+<< /S /GoTo /D (12.50.1) >>
 endobj
 920 0 obj
-(1. Applicability and Definition)
+(B.4. DBD::Sponge::db prepare failed)
 endobj
 921 0 obj
-<< /S /GoTo /D (15.63.1) >>
+<< /S /GoTo /D (12.51.1) >>
 endobj
 924 0 obj
-(2. Verbatim Copying)
+(B.5. cannot chdir\(/var/spool/mqueue\))
 endobj
 925 0 obj
-<< /S /GoTo /D (15.64.1) >>
+<< /S /GoTo /D (12.52.1) >>
 endobj
 928 0 obj
-(3. Copying in Quantity)
+(B.6. Everybody is constantly being forced to relogin)
 endobj
 929 0 obj
-<< /S /GoTo /D (15.65.1) >>
+<< /S /GoTo /D (12.53.1) >>
 endobj
 932 0 obj
-(4. Modifications)
+(B.7. Some users are constantly being forced to relogin)
 endobj
 933 0 obj
-<< /S /GoTo /D (15.66.1) >>
+<< /S /GoTo /D (12.54.1) >>
 endobj
 936 0 obj
-(5. Combining Documents)
+(B.8. index.cgi doesn't show up unless specified in the URL)
 endobj
 937 0 obj
-<< /S /GoTo /D (15.67.1) >>
+<< /S /GoTo /D (12.55.1) >>
 endobj
 940 0 obj
-(6. Collections of Documents)
+(B.9. checksetup.pl reports "Client does not support authentication protocol requested by server...")
 endobj
 941 0 obj
-<< /S /GoTo /D (15.68.1) >>
+<< /S /GoTo /D (13.0) >>
 endobj
 944 0 obj
-(7. Aggregation with Independent Works)
+(Appendix C. Contrib)
 endobj
 945 0 obj
-<< /S /GoTo /D (15.69.1) >>
+<< /S /GoTo /D (13.56.1) >>
 endobj
 948 0 obj
-(8. Translation)
+(C.1. Commandline Search Interface)
 endobj
 949 0 obj
-<< /S /GoTo /D (15.70.1) >>
+<< /S /GoTo /D (13.57.1) >>
 endobj
 952 0 obj
-(9. Termination)
+(C.2. Commandline 'Send Unsent Bugmail' tool)
 endobj
 953 0 obj
-<< /S /GoTo /D (15.71.1) >>
+<< /S /GoTo /D (14.0) >>
 endobj
 956 0 obj
-(10. Future Revisions of this License)
+(Appendix D. Manual Installation of Perl Modules)
 endobj
 957 0 obj
-<< /S /GoTo /D (15.72.1) >>
+<< /S /GoTo /D (14.58.1) >>
 endobj
 960 0 obj
-(How to use this License for your documents)
+(D.1. Instructions)
 endobj
 961 0 obj
-<< /S /GoTo /D (16.0) >>
+<< /S /GoTo /D (14.59.1) >>
 endobj
 964 0 obj
-(Glossary)
+(D.2. Download Locations)
 endobj
 965 0 obj
-<< /S /GoTo /D (17.0) >>
+<< /S /GoTo /D (14.60.1) >>
 endobj
 968 0 obj
-(09, high ascii)
+(D.3. Optional Modules)
 endobj
 969 0 obj
-<< /S /GoTo /D (17.72.87.2) >>
+<< /S /GoTo /D (15.0) >>
 endobj
 972 0 obj
-(.htaccess)
+(Appendix E. GNU Free Documentation License)
 endobj
 973 0 obj
-<< /S /GoTo /D (18.0) >>
+<< /S /GoTo /D (15.61.1) >>
 endobj
 976 0 obj
-(A)
+(0. Preamble)
 endobj
 977 0 obj
-<< /S /GoTo /D (18.72.88.2) >>
+<< /S /GoTo /D (15.62.1) >>
 endobj
 980 0 obj
-(Apache)
+(1. Applicability and Definition)
 endobj
 981 0 obj
-<< /S /GoTo /D (18.72.88.48.3) >>
+<< /S /GoTo /D (15.63.1) >>
 endobj
 984 0 obj
-(Useful Directives when configuring Bugzilla)
+(2. Verbatim Copying)
 endobj
 985 0 obj
-<< /S /GoTo /D (19.0) >>
+<< /S /GoTo /D (15.64.1) >>
 endobj
 988 0 obj
-(B)
+(3. Copying in Quantity)
 endobj
 989 0 obj
-<< /S /GoTo /D (19.72.89.2) >>
+<< /S /GoTo /D (15.65.1) >>
 endobj
 992 0 obj
-(Bug)
+(4. Modifications)
 endobj
 993 0 obj
-<< /S /GoTo /D (19.72.90.2) >>
+<< /S /GoTo /D (15.66.1) >>
 endobj
 996 0 obj
-(Bug Number)
+(5. Combining Documents)
 endobj
 997 0 obj
-<< /S /GoTo /D (19.72.91.2) >>
+<< /S /GoTo /D (15.67.1) >>
 endobj
 1000 0 obj
-(Bugzilla)
+(6. Collections of Documents)
 endobj
 1001 0 obj
-<< /S /GoTo /D (20.0) >>
+<< /S /GoTo /D (15.68.1) >>
 endobj
 1004 0 obj
-(C)
+(7. Aggregation with Independent Works)
 endobj
 1005 0 obj
-<< /S /GoTo /D (20.72.92.2) >>
+<< /S /GoTo /D (15.69.1) >>
 endobj
 1008 0 obj
-(Common Gateway Interface)
+(8. Translation)
 endobj
 1009 0 obj
-<< /S /GoTo /D (20.72.93.2) >>
+<< /S /GoTo /D (15.70.1) >>
 endobj
 1012 0 obj
-(Component)
+(9. Termination)
 endobj
 1013 0 obj
-<< /S /GoTo /D (20.72.94.2) >>
+<< /S /GoTo /D (15.71.1) >>
 endobj
 1016 0 obj
-(Comprehensive Perl Archive Network)
+(10. Future Revisions of this License)
 endobj
 1017 0 obj
-<< /S /GoTo /D (20.72.95.2) >>
+<< /S /GoTo /D (15.72.1) >>
 endobj
 1020 0 obj
-(contrib)
+(How to use this License for your documents)
 endobj
 1021 0 obj
-<< /S /GoTo /D (21.0) >>
+<< /S /GoTo /D (16.0) >>
 endobj
 1024 0 obj
-(D)
+(Glossary)
 endobj
 1025 0 obj
-<< /S /GoTo /D (21.72.96.2) >>
+<< /S /GoTo /D (17.0) >>
 endobj
 1028 0 obj
-(daemon)
+(09, high ascii)
 endobj
 1029 0 obj
-<< /S /GoTo /D (21.72.97.2) >>
+<< /S /GoTo /D (17.72.89.2) >>
 endobj
 1032 0 obj
-(DOS Attack)
+(.htaccess)
 endobj
 1033 0 obj
-<< /S /GoTo /D (22.0) >>
+<< /S /GoTo /D (18.0) >>
 endobj
 1036 0 obj
-(G)
+(A)
 endobj
 1037 0 obj
-<< /S /GoTo /D (22.72.98.2) >>
+<< /S /GoTo /D (18.72.90.2) >>
 endobj
 1040 0 obj
-(Groups)
+(Apache)
 endobj
 1041 0 obj
-<< /S /GoTo /D (23.0) >>
+<< /S /GoTo /D (18.72.90.57.3) >>
 endobj
 1044 0 obj
-(J)
+(Useful Directives when configuring Bugzilla)
 endobj
 1045 0 obj
-<< /S /GoTo /D (23.72.99.2) >>
+<< /S /GoTo /D (19.0) >>
 endobj
 1048 0 obj
-(JavaScript)
+(B)
 endobj
 1049 0 obj
-<< /S /GoTo /D (24.0) >>
+<< /S /GoTo /D (19.72.91.2) >>
 endobj
 1052 0 obj
-(M)
+(Bug)
 endobj
 1053 0 obj
-<< /S /GoTo /D (24.72.100.2) >>
+<< /S /GoTo /D (19.72.92.2) >>
 endobj
 1056 0 obj
-(Message Transport Agent)
+(Bug Number)
 endobj
 1057 0 obj
-<< /S /GoTo /D (24.72.101.2) >>
+<< /S /GoTo /D (19.72.93.2) >>
 endobj
 1060 0 obj
-(MySQL)
+(Bugzilla)
 endobj
 1061 0 obj
-<< /S /GoTo /D (25.0) >>
+<< /S /GoTo /D (20.0) >>
 endobj
 1064 0 obj
-(P)
+(C)
 endobj
 1065 0 obj
-<< /S /GoTo /D (25.72.102.2) >>
+<< /S /GoTo /D (20.72.94.2) >>
 endobj
 1068 0 obj
-(Perl Package Manager)
+(Common Gateway Interface)
 endobj
 1069 0 obj
-<< /S /GoTo /D (25.72.103.2) >>
+<< /S /GoTo /D (20.72.95.2) >>
 endobj
 1072 0 obj
-(Product)
+(Component)
 endobj
 1073 0 obj
-<< /S /GoTo /D (25.72.104.2) >>
+<< /S /GoTo /D (20.72.96.2) >>
 endobj
 1076 0 obj
-(Perl)
+(Comprehensive Perl Archive Network)
 endobj
 1077 0 obj
-<< /S /GoTo /D (26.0) >>
+<< /S /GoTo /D (20.72.97.2) >>
 endobj
 1080 0 obj
-(Q)
+(contrib)
 endobj
 1081 0 obj
-<< /S /GoTo /D (26.72.105.2) >>
+<< /S /GoTo /D (21.0) >>
 endobj
 1084 0 obj
-(QA)
+(D)
 endobj
 1085 0 obj
-<< /S /GoTo /D (27.0) >>
+<< /S /GoTo /D (21.72.98.2) >>
 endobj
 1088 0 obj
-(R)
+(daemon)
 endobj
 1089 0 obj
-<< /S /GoTo /D (27.72.106.2) >>
+<< /S /GoTo /D (21.72.99.2) >>
 endobj
 1092 0 obj
-(Relational DataBase Management System)
+(DOS Attack)
 endobj
 1093 0 obj
-<< /S /GoTo /D (27.72.107.2) >>
+<< /S /GoTo /D (22.0) >>
 endobj
 1096 0 obj
-(Regular Expression)
+(G)
 endobj
 1097 0 obj
-<< /S /GoTo /D (28.0) >>
+<< /S /GoTo /D (22.72.100.2) >>
 endobj
 1100 0 obj
-(S)
+(Groups)
 endobj
 1101 0 obj
-<< /S /GoTo /D (28.72.108.2) >>
+<< /S /GoTo /D (23.0) >>
 endobj
 1104 0 obj
-(Service)
+(J)
 endobj
 1105 0 obj
-<< /S /GoTo /D (28.72.109.2) >>
+<< /S /GoTo /D (23.72.101.2) >>
 endobj
 1108 0 obj
-(SGML )
+(JavaScript)
 endobj
 1109 0 obj
-<< /S /GoTo /D (29.0) >>
+<< /S /GoTo /D (24.0) >>
 endobj
 1112 0 obj
-(T)
+(M)
 endobj
 1113 0 obj
-<< /S /GoTo /D (29.72.110.2) >>
+<< /S /GoTo /D (24.72.102.2) >>
 endobj
 1116 0 obj
-(Target Milestone)
+(Message Transport Agent)
 endobj
 1117 0 obj
-<< /S /GoTo /D (29.72.111.2) >>
+<< /S /GoTo /D (24.72.103.2) >>
 endobj
 1120 0 obj
-(Tool Command Language)
+(MySQL)
 endobj
 1121 0 obj
-<< /S /GoTo /D (30.0) >>
+<< /S /GoTo /D (25.0) >>
 endobj
 1124 0 obj
-(Z)
+(P)
 endobj
 1125 0 obj
-<< /S /GoTo /D (30.72.112.2) >>
+<< /S /GoTo /D (25.72.104.2) >>
 endobj
 1128 0 obj
-(Zarro Boogs Found)
+(Perl Package Manager)
 endobj
 1129 0 obj
-<< /S /GoTo /D [1130 0 R  /Fit ] >>
+<< /S /GoTo /D (25.72.105.2) >>
+endobj
+1132 0 obj
+(Product)
+endobj
+1133 0 obj
+<< /S /GoTo /D (25.72.106.2) >>
+endobj
+1136 0 obj
+(Perl)
+endobj
+1137 0 obj
+<< /S /GoTo /D (26.0) >>
+endobj
+1140 0 obj
+(Q)
+endobj
+1141 0 obj
+<< /S /GoTo /D (26.72.107.2) >>
+endobj
+1144 0 obj
+(QA)
+endobj
+1145 0 obj
+<< /S /GoTo /D (27.0) >>
+endobj
+1148 0 obj
+(R)
+endobj
+1149 0 obj
+<< /S /GoTo /D (27.72.108.2) >>
+endobj
+1152 0 obj
+(Relational DataBase Management System)
+endobj
+1153 0 obj
+<< /S /GoTo /D (27.72.109.2) >>
 endobj
-1132 0 obj <<
+1156 0 obj
+(Regular Expression)
+endobj
+1157 0 obj
+<< /S /GoTo /D (28.0) >>
+endobj
+1160 0 obj
+(S)
+endobj
+1161 0 obj
+<< /S /GoTo /D (28.72.110.2) >>
+endobj
+1164 0 obj
+(Service)
+endobj
+1165 0 obj
+<< /S /GoTo /D (28.72.111.2) >>
+endobj
+1168 0 obj
+(SGML )
+endobj
+1169 0 obj
+<< /S /GoTo /D (29.0) >>
+endobj
+1172 0 obj
+(T)
+endobj
+1173 0 obj
+<< /S /GoTo /D (29.72.112.2) >>
+endobj
+1176 0 obj
+(Target Milestone)
+endobj
+1177 0 obj
+<< /S /GoTo /D (29.72.113.2) >>
+endobj
+1180 0 obj
+(Tool Command Language)
+endobj
+1181 0 obj
+<< /S /GoTo /D (30.0) >>
+endobj
+1184 0 obj
+(Z)
+endobj
+1185 0 obj
+<< /S /GoTo /D (30.72.114.2) >>
+endobj
+1188 0 obj
+(Zarro Boogs Found)
+endobj
+1189 0 obj
+<< /S /GoTo /D [1190 0 R  /Fit ] >>
+endobj
+1192 0 obj <<
 /Length 212       
 /Filter /FlateDecode
 >>
 stream
-xڍP�N1��+<�
1��Ĺ��Vꈲ!�
�� �2��u{'Ā���<��gx;J�b�=r��45��lZ:BJȑ���(�Y��pX��f�P{(�@A1{����-/�s��]��_�q�js:����Ȃ�=�-�D�����v��:��O��8K��X��z�\��"�ΒDƜ-6�`��$�K���tqi������B�L�9sR�endstream
+xڍP�n�0���A�H=(�A@�B[��H�4��Hҡ_&6�APh8Q�;I`��8n�c��PY�+��h��1"���'�&��<W�;`��B~��2���̐w�u�(�aI����9�}7V��a7fFv蛷���(�q��r�Y��B�]���P>ϣ���;����Yu�$0����9��?K��h��
7�j�G�6�&�/�
+:4R�endstream
 endobj
-1130 0 obj <<
+1190 0 obj <<
 /Type /Page
-/Contents 1132 0 R
-/Resources 1131 0 R
+/Contents 1192 0 R
+/Resources 1191 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1138 0 R
+/Parent 1198 0 R
 >> endobj
-1133 0 obj <<
-/D [1130 0 R /XYZ 71.731 729.265 null]
+1193 0 obj <<
+/D [1190 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1134 0 obj <<
-/D [1130 0 R /XYZ 71.731 718.306 null]
+1194 0 obj <<
+/D [1190 0 R /XYZ 71.731 718.306 null]
 >> endobj
-1135 0 obj <<
-/D [1130 0 R /XYZ 71.731 718.306 null]
+1195 0 obj <<
+/D [1190 0 R /XYZ 71.731 718.306 null]
 >> endobj
 2 0 obj <<
-/D [1130 0 R /XYZ 432.797 667.995 null]
+/D [1190 0 R /XYZ 432.797 667.995 null]
 >> endobj
-1131 0 obj <<
-/Font << /F23 1137 0 R >>
+1191 0 obj <<
+/Font << /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1141 0 obj <<
-/Length 539       
+1201 0 obj <<
+/Length 534       
 /Filter /FlateDecode
 >>
 stream
-xڍTɎ�0��+|��Z�o=���A�[ۃb+�Q�
-$y��חZ�I��D=R��#��Ѥ���p��"O�yG�</;#E�Y����3�y��'��S��e<�q]�9ݒ�
-��!i��d���BOk�>N���u�#�)E�c��2�9z��:�r��.')�L5� q���$e���]���ss�q���iI���q/Y�k�����8�f�]�d�%�o�%��<v6+r�Y��N���Z�Q-�wR:��Z>\��2��>�Z��ǥNs5t@s��j��Hi�z�wm�U%�p�z�>��Ȭ��������[�^F�T���Q'{I)ABG=� l�\�&�3�2h9Al.�b��Ƭ2�A0�u���b�}�9�߽��V�'<�Q�}�JO������Fe
"�v��/YQ��ϩ�����\.���;kq$p";CL.uP�j��c�w
-�:S-_�}��ݞ��A��*�?�)��O��������r��0jX��+�-�F�;O�z�v_�����C�+Z�����*xendstream
+xڍTˎ�0��+|��Z��w��m�iQ����؊cԏ@�7�~})Q�&EE�"��pH�G~<*9-Sx���"��iǢ"/;2���"`�#��iI�*��;��f��*Ҩ�u�F��V�U4Ͳ��~���D�yZ��a%�^֡��Ɯ��fx|V1�ɛ��f���jTҨ�W�
+��Y�pAk`�j����P������(99wS�f�������T����2a��ܒVu:�9�gA���niW�Z�a�1v\4�6.��/�{�#k�X-����c�\��0�2a��x
+��"=��]�w��g��YF%�(M���W���2r��rD�r���3"u�Ӟ�
��kО�6�A�����W�A���U'��i�;���B�q��w/놦��fu�����ǎ�ڂ�Mӏ�,�D4�v��/YQ1��ϩ�����9.���;kq�p";C��4�u5x����3�y���ѹ����8׫c%��9��d9;Y{���_.�FM��K����C>���4�<��YE+^�����($�endstream
 endobj
-1140 0 obj <<
+1200 0 obj <<
 /Type /Page
-/Contents 1141 0 R
-/Resources 1139 0 R
+/Contents 1201 0 R
+/Resources 1199 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1138 0 R
+/Parent 1198 0 R
 >> endobj
-1142 0 obj <<
-/D [1140 0 R /XYZ 71.731 729.265 null]
+1202 0 obj <<
+/D [1200 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1139 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R >>
+1199 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1147 0 obj <<
-/Length 56215     
+1207 0 obj <<
+/Length 56328     
 /Filter /FlateDecode
 >>
 stream
-xڔ�M�l�ae7ׯ�0]Y�ř(��l9�pw��$A�  `�տ޷�=�d�SyW.����Z�u�Px�\�����������������������_�}�����u'��O�O�ۿ�������������| ���?���_�ߝ��޾�ÿN��������?������y������|���}���ׯ���_�����_�������W��S6(�/o����w��8�g��������x~�p�y�����������Ͽ������/����?�/߭w9?���ޞ�2w�׻׃/���v��͡�7=}�������t�"���,[������j����X�O/�Һ��am�������"����^�n�><I�8��x`��㫴�goXx`��Û��goXx`�ý��goXx���=�{'ݏ��q����ҹ��!m��u{wֺ��am������f�����^���O��wAegٺ����k��ް6��������goXx`�Ó��3�ް6���n{�Κ�h]���1<<K�~������1ܿH�~������1��u?{��������ܷ��e�<�>���ޤu?{�������j����X_O�����
g�+�ϧ�or�s�e�<�n���Z��7�
<�n���^Z��7�
<�nO��AZ��7�
�n}�Ã���l]���1�?J�~������1��7�q������1�Y�~����׭���B���l]�և�ӫ��3�ް6���|�{����
k���'�W�q����׭O�cx��p�Y�.����u?{������_$��7��;Pn��A~�goHx���=�{igٺ���38�os��
k��S�����
k����7�mn��am�u�����U�<βuXN�/ֺ��am���i;/�͍�7�
<�n��I~�goXx���=�Gigٺ���cx������X��p/�͍�7�
<�n��l����^��m��N~�gٺ���c����7�a����-�~�p���ë�7�ސ6����������,ZW������l����X���� ����X����(����^����� ��,[��u{�OҺ��am��u{�gi��ް6���=�;k��ް6���������,[����}w����
k�O��k��ް6���z�~����
k�[�� �dڏ��q���_�����(��x����
i�����3goXx���=�{igٺ���S8��q��
k��c�?����X_O�7k��ް6�����,?y��l]�և���b��am������l����X�� ?y��7�
�n}����IβuX���`����X�� ?y��7�
<�n�A�q?z�Y��ʗ���7�QV6�@�=�;���ސ6���tz�;���X_Ow�ֺ��am�u����I~�$gٺ���;�����am��u{Oֺ��am��u{�c'9{����ַ�1<H�8��x`�ý�7�ް6���=�����am��u{wֺ��am�U�������}��Y������M�/goXx`}:=�X�~����֗����8z�Y������֜e�<�n���Z��7�
<�n���^Z��7�
<�nOA~�$goXx�z�=�{igٺ���c8?J�~������1ȏ���
k�/��7k��ް6���������,[�����*?v��7�
<�>���u?{������䷹q����׭��c�;�Y�.����u?{������_���7��;Pn�@~�$goHx���=L�,[��u{�c'9{������^~�$goXx`}9��Z�~����׭�w�{����e�<�ޟ^��Nr������1<Y�~������1ȏ���
k�[_�� ?v��l]���1�[�~������1ȏ���
k��c�;���^��ޝ�2��Y�.�����J���,܁��t�>���X_N�/ֺ��am�u����Or�����=�ᓜ�am��u{�ֺ��am��u{��'9{����֧��1����h]���1��u?{������Or����֗ӓ�9S�ް6��|w���DβuX�OO��'9{��������Z��7�
<�n�A9{�������1�_8�Qv6�@�=�G��r�p���Z"goHx`����I�ް6��a{���,[��u{
-w������dNw��l�f���S4���s���o�.���ڙ�[��>=?n�	.�6/��39�o�dE�o~���Y�����?��X���?��O?���_����k����g2.��_��}��w�ᶳ��p�����=��Fk��V���hm ���:�o�.@5�7Z������Fk��V����p���I����V���hm ��ʚ��
��[Y�������ɺ���V���hm ��ʚ��
��[Y�������ɺ���V���hm ��ʚ��
��[Y�������ɺ���V���hm ��J:�ot��o�L���r�m���&���[Y�����+k�o�6��oeM���r�m���&���[Y�����+k�o�6��oeM���r�m���&���[Y�����+k�o�6��oeM���r�m���&���[9���a�+���X83�7J����^�o��@5�7Z������Fk��V���hm ���:�o�.@5�7Z������Fk��V���hm ���:�o�.@5�7Z������Fk��V���hm ��F�������[)G����q����Q�@5�7Z����������oeM���r������@5�7Z����������oeM���r������@5�7Z����������oeM���r������@쿕t���,��F�������[9�����+k�o�6��oeM���r�m���&���[Y�����+k�o�6��oeM���r�m���&���[Y�����+k�o�6��oeM���r�-����+��oeM���r������@쿕t���,���9�o�.@5�7Z������Fk��V���hm ���:�o�.@5�7Z������Fk��V���hm ���:�o�.@5�7Z������Fk��V���hm ���:�o�.@5�7Z����������[9�������ɺ���V���hm ��ʚ��
��[Y�������ɺ���V���hm ��ʚ��
��[Y�������ɺ���V���hm ��ʚ��
��[Y�������ɺ���V����p�+g�o�6��oeM���r�m���&���[Y�����+k�o�6��oeM���r�-����+��oeM���r������@5�7Z����������oeM���r������@5�7Z������&g��V����p�+g�o�6��oeM���r�m���&�����e��EF����>쿏/��~�������%Ĥ�{��������_���o���w?z���������]�ߟ��ݯ��O���/�݁���ǻ}~�������3���lgٺ����Wk��ް6���|zx�����goXx`}=����RY��7�
�n}����l]���1��FY��7�
<�n���g�ʺ��am��u{�ֺ��am�u����t?���(�gp>K�~�������Y�~����������뻟�am�u���=������l]�և�ˋ��goXx`}>�??J�~������1<�o8��
k6M����9��x`#/ʚ��6�Wc�5�1hm ��(kVc��@^�1ֹC�ȫ1ʚ��6�Wc�5�1hm ��(�X�Ag�x5�8�jI ��(kVc��@^�Q֬Ơ�����Y�Aky5�X�jY ��(kVc��@^�Q֬Ơ�����Y�Aky5�X�jY ��(kVc��@^�Q֬Ơ�����Y�Aky5�X�jY ��(kVc��@\�Qұ����j�rf5�
��c��1d]����Y�Aky5FY����j��f5�
��c��1d]����Y�Aky5FY����j��f5�
��c��1d]����Y�Aky5FY����j��f5�
��c��1d]�����j?�p5F	�jǫ1ʙ��6�Wc����ȫ1ʚ��6�Wc�5�1hm ��(kVc��@^�1ֹC�ȫ1ʚ��6�Wc�5�1hm ��(kVc��@^�1ֹC�ȫ1ʚ��6�Wc�5�1hm ��(kVc��@\�1ҬƐ�q���c5������jJȫ1ʚ��6�Wc�u�Ɛu�j��f5�
��e�jZȫ1ʚ��6�Wc�u�Ɛu�j��f5�
��e�jZȫ1ʚ��6�Wc�u�Ɛu�j��f5�
��e�jZ��1J:Vc�Y8\�1ʬƐ�q���Y�Aiy5FY����j��f5�
��c��1d]����Y�Aky5FY����j��f5�
��c��1d]����Y�Aky5FY����j��f5�
��a��ƀu�j��f5�
��e�jZ��1J:Vc�Y8^�1ιC�ȫ1ʚ��6�Wc�5�1hm ��(kVc��@^�1ֹC�ȫ1ʚ��6�Wc�5�1hm ��(kVc��@^�1ֹC�ȫ1ʚ��6�Wc�5�1hm ��(kVc��@^�1ֹC�ȫ1ʚ��6Wc�t�Ơ�p���Y�Aiy5�X�jY ��(kVc��@^�Q֬Ơ�����Y�Aky5�X�jY ��(kVc��@^�Q֬Ơ�����Y�Aky5�X�jY ��(kVc��@^�Q֬Ơ�����Y�Aky5�X�jY ��(�X�Ag�x5F9����j��f5�
��c��1d]����Y�Aky5FY����j��f5�
��a��ƀu�j��f5�
��e�jZȫ1ʚ��6�Wc�u�Ɛu�j��f5�
��e�jZȫ1ʚ��6Wc�4�1�l��(�X�Ae�x5F9����j��f5�
��c��1d]��s���Vc�"c5��J��j��E�՘3��<���8���7c�f����7�O_���?�ߜ�篿������k�"����+_����	�95r|Ϲ4r����ȧ[��(�+#F��R�'F�2#�,�e�EHY8�l���`�,b�!c�xV�(�*B���QfR����A��{"�l��e�DHY8�1�,���p�#b��!e�xD��!r�\p� b�!e�x>�(�B���v�Qf:��������!�l��eFCHY8�1�,���p�b�c.��a<"�s+�����P)�3!F��R�7B�2!�,���e�x�(3B���4�Qf����]��,)ǣ B97A@�8^1����p<b�Y!e�x�(3B����P�P6�W@�2# �,N��X�!�G�a�?�X8�ʹ�����Qf���������)ǛF��R�?�r�}��q��a�� e�x��(��A���·Qf惔�����l/|e>HY8��0ʬ{��p��a��� e�x�C(�(G�F��z��
-'=�m,z��#��<�0sd,�y�V^�<����<�2C�,�xeV<HY8��0�Lx��p<�!�s�������x)��F��R�w;�2��,�v����e�x��(3�A���\�Qf�������T)�C˜�W:�o�t��#�':�0d,�se�9HY8�ʹ����2�Qf�����Y��*)ǛF�IR�9�r�q��q��a�� e�x��(��A����Qf��������l/pe8HY8��0ʬo��p��a�cz��a8�!|���_�xu�3�A����Qfq����
���)�cB9�6@�8^�0�m��p<�a�Y� e�xc�(3�A�����P�}
P6��5�2��,Oke�5HY8��0��j��p<�q[y��8V.8^�0�j��p<�a�Y� e�pK�ǔ	?�xHC��+F�
R�'4�2�,�ge�3HY8�ʹ����r�Qf8�������j)ǛF��R�3�r�e��q��a�� e�x*�(��A���N�Qf&�������l/de2HY8��0Ʊ�A0��0�Lc��p<�!�s���U��()ǓF�ER��0�2s�,�a����e�x	�(3�A����Qf����
��)�B9�/@�8^�0ʌ_��p<}a�Y� e�x��(3{A����P��P6/�q^��#��.�0kd,o]e�.HY8�ʹs���ʅQf䂔�����)��F�yR��-n+/�����F�aR�g-�2��,oZe&-HY8�ʹg���Qf̂���)�̒)�;F�RG,�1 ,.X�� �G�Wa�+�X8ޮ0�LW��p<\!�s�����
-�^�t��Y�a$�p����b��g��_14Y1���c��o~��_����@��y��΅��﷿��-T<>���Yp�q��>7ۏϧǧ�k\q�goHx`}=�=Z�~����׭O�Sy������l]���)���[Y��7�
<�n��l����X����1*e��ް6���|zx������l]�և�뫵�goXx`}>=�<K�~����ֱu����Aky=�X�|Y �(kt��@��Q֌蠵�<�����AkqI�H3�C���rfM�
�=e͠Zȓ:ʚM�6�Wu�u��u򰎲fY�
�me͸Z��:ʚ}�6�v��2���#;ʚ��6�wv�5C;hm O�(k�v��@^�1�9�C�ȃ;ʚ��6�7w�5�;hm ��(���Ag�xy�8��I ��(k�w��@��Q�𠵁<�����Aky��X�Y �(k�x��@��Q֌񠵁<ǣ���Aky��X�$Y ��(kVy��@��Q�󠵁<ͣ���Aky��X�<Y �(kz��@��Q�1҃���L�rf��
�c�S=d]�<֣�Y�Aky�GY3؃��d��f��
��c��=d]�<ܣ�Y�Aky�GY3ރ��|��f��
�c�>d]�<⣬Y�Aky�GY3��򔏲f��
�5c�s>d]�4補��?�p�G	Ǩdz>ʙ]�6��}��2����>ʚu�6��}�5?hm O�(k6~��@^�1�9�C��C?ʚ��6��~�5c?hm ��(k�~��@^�1�9�C�ȣ?ʚ��6�w�5�?hm O�(k���@\�1�����q8���c���
 ��J�3@ʚ �6����uN�u���f
�
�= e� Zȓ@ʚM �6�W��u��u�0��f�
�m e�8Z��@ʚ} �6���uN�u�H��f%�
� e�PZ�SAJ:���Y8\2����q<��YBiy3HY3���l��f7�
�� c��Ad]�<��YBky?HY3 ��򄐲fC�
�!c�3Bd]�<$��YBkyKHY3&��򜐲fO�
�E!a�L
-�u򨐲fU�
�]!eͰZ��BJ:���Y8^2�9/D��Cʚ�!�6�7��5#Chm �)kv���@^2�95D��cCʚ�!�6����5�Chm O)k6���@^2�9;D���Cʚ�!�6����5�Chm �)k����@^ 2�9AD��#Dʚ"�6w��t��p<E���"Biy��X�Y )k���@�$R֌���<K���%Bky��X�4Y �)k։��@�'R����<Q���(Bky��X�LY )k����@�*R֌���<W���+Bky��X�dY �)�X-Bg�x�H93\���t��f��
��"c��Ed]�<`��Y0Bky�HY3b��򌑲f��
�%#a�L�u򘑲f��
�=#e͠ZȓFʚM#�6�W��u��u򰑲f��
�m#e͸Z��Fʚ}#�6��4G�l�)�X9Be�x�H93t���ԑ�f��
�#c�sGd]�<xt�����"c���E�7��/����������/8z4��GOc���?����ݏ��	��~������������������^����b\ou>��?|	/]4�xv��|�E�t�d]��E+k�h�6��heM��b����Fgḋ6��E�tr�����@5]4Z�]����Fk��6��E�ur�����@5]4Z�]����Fk��6��E�ur�����@5]4Z�]����Fk��6��E�ur�����@좕tt��,w�ʙ.�
�.�XgM��]����Fk��V�t�hm w�ʚ.�
�.�XgM��]����Fk��V�t�hm w�ʚ.�
�.�XgM��]����Fk��V�t�hm w�ʚ.�
�.�XgM�H]�r�]4?°�V��E��p�E+g�h�6��ha�t�`]��E+k�h�6��heM��r�����@uv�d]��E+k�h�6��heM��r�����@uv�d]��E+k�h�6��heM��r�����@좍4]49�]�R�.���.Z9�E����E+k�h�6��hc�]4Y w�ʚ.�
�.ZY�E����E+k�h�6��hc�]4Y w�ʚ.�
�.ZY�E����E+k�h�6��hc�]4Y w�ʚ.�
�.ZY�E����E+���Y8좍2]4)�]�r��Fi��V�t�hm w�ʚ.�
�.�XgM��]����Fk��V�t�hm w�ʚ.�
�.�XgM��]����Fk��V�t�hm w�ʚ.�
�.ZX/]4XW w�ʚ.�
�.ZY�E����E+���Y8sv�$]��E+k�h�6��heM��r�����@uv�d]��E+k�h�6��heM��r�����@uv�d]��E+k�h�6��heM��r�����@uv�d]��E+k�h�6�h%]4:�]�r��Fi��6��E�ur�����@5]4Z�]����Fk��6��E�ur�����@5]4Z�]����Fk��6��E�ur�����@5]4Z�]����Fk��6��E�ub����FgḋV�t�(m w�ʚ.�
�.�XgM��]����Fk��V�t�hm w�ʚ.�
�.ZX/]4XW w�ʚ.�
�.ZY�E����E+k�h�6��hc�]4Y w�ʚ.�
�.ZY�E����E+k�h�6�h#MM��a����FeḋV�t�(m w�ʚ.�
�.�XgM��]�q��h���?\下>���{���71�]�ӗ>�ڙ�����ς�����7=�B���39��>����?���?��������������?|��M�Oo����j��3��_��������I�f}���W�??�^_��]�u?{��������YZ��7�
<���^�_�u?{������O��'igٺ���cx|����
k��cxx����
k��c�����
k�[_��p��Qv6�@�=��Y:��7�
<�n���Z��7�
<���^���w?{����ַ��~�6���,[������b����X�o�ϏҺ��am��u{O��8{��������5gѺ��cxx����
k��c�����
k��􊳎-�6�\�5[.h]����c˅�
�-g[.lm m�8�����ᖋrf���\�ul�������c˅�
�-g[.lm n�(k�\к�q��Yǖ[�[.�:�\��@�rqֱ���▋�f���\�ul�������c˅�
�-g[.lm n�(k�\к�q��Yǖ[H[.N�o���p���c˅�
�-e͖Z n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��u▋��-�6�\�ul�������c˅�
�-e͖Z n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��u–�s~�ra�Gm�8�����ᖋs�-�6�\�un��u▋��-�6�\�ul�������c˅�
�-e͖Z n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��u▋��-�6�\�ul�������c˅�
�-%[.�lm�8�����ᖋs�-�6�\�ul�����墬�rA��-g[.lm n�8��rakq��Yǖ[�[.ʚ-�.@�rqֱ���▋��-�6�\�ul�����墬�rA��-g[.lm n�8��raki��I�-v��\�rl���q���c˅�
�-g[.lm n�8��rakq�EY����[.�:�\��@�rqֱ���▋��-�6�\�5[.h]����c˅�
�-g[.lm n�8��rakq��X�YW n�8��rakq��Yǖ[H[.N�o���p�墜�rA��-g[.lm n�8��rakq��Yǖ[�[.ʚ-�.@�rqֱ���▋��-�6�\�ul�����墬�rA��-g[.lm n�8��rakq��Yǖ[�[.ʚ-�.@�rqֱ���Җ���[.�,n�8��raiq�EY����[.�:�\��@�rqֱ���▋��-�6�\�5[.h]����c˅�
�-g[.lm n�8��rakq�EY����[.�:�\��@�rqֱ���▋��-�6�\�5[.h]������;�[.�9�\X�@�rqֱ���▋�f���\�ul�������c˅�
�-g[.lm n���r!�
-�-g[.lm n�8��rakq��Yǖ[�[.ʚ-�.@�rqֱ���▋��-�6�\�ul�����墤c����-�ܷ\XY8�rqα���▋��-�6�\�5[.h]����$j˅/��x�ǣ-�ȗ��o��[.W�l�b��|�i������q�q&G�-�s��|���?��y�e���?���?�޶�&,�<�n�#_.�>��ʪɘy�|؍!���e�nZȻ1ʚ��6�wc�5�1hm ���܍!���e�nZȻ1ʚ��6�wc�5�1hm ��ivc��8ލQ��Ơ�����ٍAky7FY����n�����.@ލQ��Ơ�����ٍAky7FY����n��^vc��y7FY����n��f7�
��e�nZȻ1�:wcȺ�y7FY����n��f7�
��%�1�,���܍!���e�nZȻ1ʚ��6�wc�5�1hm ���܍!���e�nZȻ1ʚ��6�wc�5�1hm ���܍!���e�nZȻ1ʚ��6�wc�5�1hm ���܍!���e�nZ��1J:vc�Y8ލQ��Ơ���c�s7���wc�5�1hm ��(kvc��@ލQ��Ơ���c�s7���wc�5�1hm ��(kvc��@ލQ��Ơ���c�s7���wc�5�1hm ��(kvc��@ލQ��Ơ���c�s7���vc�sߍA�G��(�؍Ac�x7F9����n��^vc��y7FY����n��f7�
��e�nZȻ1�:wcȺ�y7FY����n��f7�
��e�nZȻ1�:wcȺ�y7FY����n��f7�
��e�nZ��1F��r6wc�r�Ơ�p���ٍAiy7FY����n�����.@ލQ��Ơ�����ٍAky7FY����n�����.@ލQ��Ơ�����ٍAky7FY����n�����.@ލQ��Ơ�����ٍAkq7FI�n:��1F��R6�wc�3�1(m ��(kvc��@ލQ��Ơ���c�s7���wc�5�1hm ��(kvc��@ލQ��Ơ���c�s7���wc�5�1hm ��(kvc��@ލQ��Ơ���#�����@ލQ��Ơ�����ٍAkq7FI�n:ǻ1�9wcH��y7FY����n��f7�
��e�nZȻ1�:wcȺ�y7FY����n��f7�
��e�nZȻ1�:wcȺ�y7FY����n��f7�
��e�nZȻ1�:wcȺ�y7FY����n����t�wc�3�1(m ���܍!���e�nZȻ1ʚ��6�wc�5�1hm ���܍!���e�nZȻ1ʚ��6�wc�5�1hm ���܍!���e�nZȻ1ʚ��6�wc�5�1hm ���܍!���%�1�,��(gvcP�@ލQ��Ơ���c�s7���wc�5�1hm ��(kvc��@ލQ��Ơ���#�����@ލQ��Ơ�����ٍAky7FY����n�����.@ލQ��Ơ�����ٍAky7FY����n��f7�������1�,��(gvcP�@ލQ��Ơ���c�s7���wch	����E�ṅ���_�7������#?w���r~�~��i�߾��W��q(g������>��m_�ׯ>p?�^_7c�z�+�-�u����"�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-F��r6��[�3�-(m ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������"�����@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAkq�EI�z:��-�9�[H��y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z����t��[�3�-(m ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!������[����-J8�[�X8^oQά������"�����@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z��f��������-�,��(g�[P�@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@\oQұނ���z�Qf��������zJ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���e��+��[�5�-hm ��(k�[��@\oQұނ���z�q���.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�c�������zJ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�q�EI�z:��-ʙ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���e��+��[�5�-hm ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������b�Yo!g�p�E)�z*��-ʙ��6��[�5�-hm ���\o!����$1�-x�����"��-�Y�[�o��<=og���-�L�[��z�������������~���?~w�B~~��ų^�~��?|�.�0�s&��y��$�hm &�J:at�a㜉0I '�ʚD�
�DXY�����+ka�6�ac��0Y '�ʚD�
�DXY�����+ka�6�ac��0Y '�ʚD�
�DXY�����+ka�6�ac��0Y '�ʚD�
�DXIG"���q"��I�Q�@N��u&�d]��+ka�6�aeM"��r"��I���@N��u&�d]��+ka�6�aeM"��r"��I���@N��u&�d]��+ka�6�aeM"��r"��I���@N��u&�d]��+���#a%�0lj�r&Fi9�K"�ȉ��&Fk9V�$�hm '�ʚD�
�D�Xg"L�ȉ��&Fk9V�$�hm '�ʚD�
�D�Xg"L�ȉ��&Fk9V�$�hm '�ʚD�
�D�H���q�+�H�QY8N��3�0Jȉ��&Fk96֙�ur"��I���@N��5�0Zȉ��&Fk96֙�ur"��I���@N��5�0Zȉ��&Fk96֙�ur"��I���@N��5�0Z�����D���D�(���q�+ga�6�aeM"��r"��I���@N��u&�d]��+ka�6�aeM"��r"��I���@N��u&�d]��+ka�6�aeM"��r"��I���@N�����ur"��I���@N��5�0Z�����D���D�8g"L�ȉ��&Fk9V�$�hm '�ʚD�
�D�Xg"L�ȉ��&Fk9V�$�hm '�ʚD�
�D�Xg"L�ȉ��&Fk9V�$�hm '�ʚD�
�D�Xg"L�ȉ��&Fk1Vґ��p�+ga�6�ac��0Y '�ʚD�
�DXY�����+ka�6�ac��0Y '�ʚD�
�DXY�����+ka�6�ac��0Y '�ʚD�
�DXY�����+ka�6�ac��0Y &�J:at�a�L"��r"��I���@N��u&�d]��+ka�6�aeM"��r"��I���@N�����ur"��I���@N��5�0Zȉ��&Fk96֙�ur"��I���@N��5�0Zȉ��&Fk16�$��l&�J9aT�a�L"��r"��I���@N��u&�d]����.Ƌ�D��E�������q�:&��o�_O�_�����7�/ޫ��8�3�D�<"������������������U�|I2\m�$��Վ_���"�d�.@~I����Fk��V��hm �J:
+xڔ�M�lGb%���Xt���>{'�G��
e#�6If� 	6aB�����n��:��zz���{t]���
+�'�_=l�w���|z�l���~z|y����7_�i����ߜlj���������o�?�|y=��]���'����o��������������?�˴<\N���������������o�����?|���_߾��_����~�������������?N٠����ޟo��w���>���6�ǯ������29�q��i3??|�?��O�u�������������n��������B�y8�=�|�>����'�h}��鋋��O���[��:βuX/��7k��ޱ6���r���H�~����ַ��˫��g�Xxۺ�mzy��q�����=��7i��ޱ6���=�˻��g�Xx`�ã��g�Xx���=�G'ݏ��q����ҹ��#m��u{ֺ��cm������n����;�޶��O�۫����l]������Z��w�
<�nxy����k��cx�/8��koZ����9��x`���EZ��w�
<�n���UZ��w�
<�n��l���;�޶�����^�r����z9���K�~����֗���Z��w�
<���^����w����|<��?�8�8��x`ݞ����g�Xx`ݞ���g�Xx`ݞ��EZ��w�
�m�l��"��,[��u{�OҺ��cm��u{g��3�ޱ6���=�k��ޱ6���|�-���q����z9=���q����֗�ë��g�Xx`};=�߅��;�޶>o��Y����l]���1<Y�~������1��$��w��;Pn��"_p��;�޶�l��QZ�Y�.�����en��cm��u{
+ֺ��cm������._���;�޶�>�������,[���rzz����k���y�27�ޱ6���=�g�27�ޱ6��m{O�:βuX��p�/s��k��cx�/s��k��c8[�~��������cx�/s�,[��u{��q��3���|�߲�G�w�|;]���8{G���������ս��,ZW���r��X�~������)<_�u?{��������u?{�������.�:βuX����,���;�X��p~����k��cx����ko[N���.gٺ������ ���;�X�O��ֺ��cm�������.���;�޶^�� �fڏ��q���_���;��(��t����i�����3g�Xx���=�Gigٺ���S8�׸q������1�C��k�o���g�Xx���pz��<�Y�.���t��A��w�
<�>�^^�u?{������;Or������/�c��<�Y�.���.ֺ��cm��u{�'9{������o���;���V�n�@���GYٸ����s?{G�����Y��$g�Xx`};=�Y�~������o�g����e�<�^N�m'9{�������u?{�������Nr��������c�H�8��x`�ã|�g�Xx`��|�I�ޱ6���=�k��ޱ6��������^�r�+���xz�?���;�X�OO�ֺ��cm����$(0��q��=�Қ�,]���<[�~������<=J�~������)ȷ���ko[���(��,[��u{�'i��ޱ6���=�����cm������n���;�޶^N�7�2��l]���ӛ|�I�ޱ6���|��X�~������1<˗�q������O�c�o;�Y�.���.ֺ��cm��u{���g���3�o;��;�޶>o�@9��x`ݞ�|�I�ޱ6���|z�o;��;�X_O�oֺ��cm�m����Q��$gٺ����W�����cm��u{�ֺ��cm��u{�m'9{�������1ȷ��,[��u{�ֺ��cm��u{�m'9{�������Nr������o��&r�����xz��ߎ�q�@�|:�7���i����Wk��ޱ6��}{��'9��x`ݞ�|�I�ޱ6���=�'k��ޱ6���=�擜�cm�M�����?��Y������ֺ��cm��u{��'9{������Y��)g�Xx�z~8=�`"gٺ����g�擜�cm������b���;�X�� ����cm�m����/��(;w�ܞ��T�v�p���Z"g�Hx`��|�I�ޱ6���=�Oxs�����=��/�|�ィ�����?�͡�l��"�
��|����������ǿ�:��ľ��Ƨ����r]�y�^h�ɑ}C&+2�ӿ}��������_ǚ���_~�������O?ު��>ޓq�}���ܷ�|��n;��O�=���hm ��ʚ��
���Xg�M�������Fk��V���hm ��J:�ot��o��7I ��ʚ��
��[Y�����+k�o�6��oc��7Y ��ʚ��
��[Y�����+k�o�6��oc��7Y ��ʚ��
��[Y�����+k�o�6��oc��7Y ��ʚ��
��[IG����q����Q�@u��d]��+k�o�6��oeM���r������@u��d]��+k�o�6��oeM���r������@u��d]��+k�o�6��oeM���r������@u��d]��+����3�o%�7���r��Fi���k�
�������Fk��V���hm ��ʚ��
���Xg�M�������Fk��V���hm ��ʚ��
���Xg�M�������Fk��V���hm ��ʚ��
���H���q�+��QY83�7J������Fk��6���ur������@5�7Z������Fk��6���ur������@5�7Z������Fk��6���ur������@5�7Z�����������(���q�+g�o�6��oeM���r������@u��d]��+k�o�6��oeM���r������@u��d]��+k�o�6��oeM���r������@���ur������@5�7Z�����������8g�M�������Fk��V���hm ��ʚ��
���Xg�M�������Fk��V���hm ��ʚ��
���Xg�M�������Fk��V���hm ��ʚ��
���Xg�M�������Fk��V����p�+g�o�6��oc��7Y ��ʚ��
��[Y�����+k�o�6��oc��7Y ��ʚ��
��[Y�����+k�o�6��oc��7Y ��ʚ��
��[Y�����+k�o�6��oc��7Y ��J:�ot��o�L���r������@u��d]��+k�o�6��oeM���r������@���ur������@5�7Z������Fk��6���ur������@5�7Z������Fk��6����l��J9�oT��o�L���r������@u��d]��S�l�o���?�և���E>��?w��?�1��G���q�������������_|�����������?����o���o���޻Wˡ�w����_Χ���,��ȗ�q����z9��Y�~����֗���6ʺ��cm�������3Ke��ޱ6��u{��:βuX����Ve��ޱ6���=���Y*�~������1<Z�~������o�cxt��(;w�ܞ��,���;�X�g�`���;�X߶ߗ��w?{�������5���X�Y�.�����j���;�X_N�/OҺ��cm��u{��g��cm�������5gѺ�c�EY����j��f5�
��e�jZȫ1�:WcȺ�y5FY����j��f5�
��%�1�,���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZ��1J:Vc�Y8^�QάƠ���c�s5���Wc�5�1hm ��(kVc��@^�Q֬Ơ���c�s5���Wc�5�1hm ��(kVc��@^�Q֬Ơ���c�s5���Wc�5�1hm ��(kVc��@^�Q֬Ơ���c�s5���Vc�s_�A�g��(�X�Ac�x5F9����j��^Wc��y5FY����j��f5�
��e�jZȫ1�:WcȺ�y5FY����j��f5�
��e�jZȫ1�:WcȺ�y5FY����j��f5�
��e�jZ��1F��r6Wc�r�Ơ�p���Y�Aiy5FY����j�����.@^�Q֬Ơ�����Y�Aky5FY����j�����.@^�Q֬Ơ�����Y�Aky5FY����j�����.@^�Q֬Ơ�����Y�Akq5FI�j:��1F��R6�Wc�3�1(m ��(kVc��@^�Q֬Ơ���c�s5���Wc�5�1hm ��(kVc��@^�Q֬Ơ���c�s5���Wc�5�1hm ��(kVc��@^�Q֬Ơ���#�����@^�Q֬Ơ�����Y�Akq5FI�j:ǫ1�9WcH��y5FY����j��f5�
��e�jZȫ1�:WcȺ�y5FY����j��f5�
��e�jZȫ1�:WcȺ�y5FY����j��f5�
��e�jZȫ1�:WcȺ�y5FY����j����t�Wc�3�1(m ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���e�jZȫ1ʚ��6�Wc�5�1hm ���\�!���%�1�,��(gVcP�@^�Q֬Ơ���c�s5���Wc�5�1hm ��(kVc��@^�Q֬Ơ���#�����@^�Q֬Ơ�����Y�Aky5FY����j�����.@^�Q֬Ơ�����Y�Aky5FY����j��f5�������1�,��(gVcP�@^�Q֬Ơ���c�s5���Wc��P�j^d��|^i9\�9�Ȳs�՘�GI��1��}3�26c���y|��������|>��Ͽ|�ӏ��y�x�����=�M�̩��{Υ��E��F��쌀�q�2b�!e�xb�(�0B���Qf^����qa̶��"F�a2�gE�2�"�,o�e&EHY8ʹ'���QfL����)�̒)�;"F�R�GD�+�"���"F�R��C�2�!�,o�e�CHY8ʹ���j�Qf4�������b)�{!�8�BH��c!B8�B��8^
+1����p<b�Y	!e�x#�(3B���@�P�}P6��A�2� �,O�e�AHY8�1�̂��p<
+"�s���E�� )�s F�5R��@�2S �,���e�x�(3B����1�~����f����������l/e�?HY8��0ʬ~��p��a��� e�x�C(��(�kF��R��>�2K�,�|ef>HY8�ʹ����‡Qf�����y�̺)��F�iR��=�r�z��q��a����>�p���Ƣ�>�x��3�A����}�u��X��x��(3�A���QfŃ���
�̄)�B9�;@�8^�0ʌw��p<�a�Y� e�x��(3�A���h�P��P6�;�2��,�ue�:HY8��0�Lu��p8�!����a�p����H�>�x����A���>�Qf�����q����l/se�9HY8��0ʬr��p��a��� e�x�C(�(�kF�1R��8�2K�,�pef8HY8�ʹ�����Qf������
���)���8�7H���—�
��W7�0�d,One7HY8��0��m��p<�!�sk���
���)�3F��
R�76�2�,l����e�x]�(3�A���QfY����]
�̬)ǣ���M�c��E
�̠)�sF�5
R�4�qLi��3��4�p�h��q��a�� e�xB�(��A���~�Qf>���������l/ge�3HY8��0ʬf��p��a��� e�x0C(�^(�kF��R��2�2K�,�def2HY8�ʹ����B�Qf ����yc�$��m#�4��B9w1@�8^�0ʌb��p<�a�Y� e�x�(3�A����P�-P6��0�2C�,�`eV0HY8��0�L`��p<�!�s��������)��F��R�w/�2��,�^�ܼ�e�p����	?�x���vA���օQfꂔ����;�l�\eF.HY8��0�,\��p�oa��� e�x���mq�\p�la�� e�x��(�jA���Qf҂���A��{�l�Ye�,HY8��0�,Y��p�ca��� e�p�B�a‚ႅ��}��|�f������
+��t)��B9w+@�8^���1ZA���F"'+o��-V|�gk�C��ȾY�46+�������_��x:�?۹rW���;���B����[��g>_��f�����|�u����i�o��'k��ޱ6��y{*�2�q�����=���t+�~������1��u?{�����>�F����;�޶��O��y�8��x`���ެu?{��������"���;�X�֍�f;�
��c��9d]�<���Y�AkyCGY3���򌎲fG�
�%#͔9�c:ʙ5�6��t�5�:hm O�(k6u��@^�1�9�C���:ʚe�6��u�5�:hm ��(k�u��@^����XW ��(kVv��@��Q�����<�����Akym�X��Y �(kw��@��Q֌�8���cw������;$]�<���Y�AkyGY3������f��
�c�3<d]�<ģ�Y�Aky�GY3ƃ����f��
�Ec��<d]�<ʣ�Y�Aky�GY3̃��4��f��
�uc��<d]�<У�Y�Akq�GI�H:�3=ʙ��6��z�uN��u�X��f��
�e�`Zȓ=ʚ��6�W{�u���u�p��f��
��e�xZ��=ʚ��6�|�uN��u򈏲f��
�e͐Z�S>ʚ-�6��|�u���uҠ�r�>h��M%�>h,��(gv}P�@^���XW ��(k�}��@��Q�����<���Aky��X��Y �(k�~��@��Q֌����<�����Aky��X��Y ��(kV��@��Q�����<�����Akq��H3�C�����R� T�7��3#@(m ��)kv���@^2�9D��c@ʚ5 �6����5�@hm O)k6���@^2�9D���@ʚe �6����5�@hm �)k����@^2�9D��#Aʚ� �6�w��5CAhm N)��
+Bg�p-�(3D���`�rf1�
�� e�hZȳAʚ� �6����uN�u�x��f=�
�� èZ�Bʚ
!�6�W��u��u򐐲fI�
�-!e͘Z�sBʚ=!�6����:)�ȣBʚU!�6�w��5�Bhm N)��Bg�x]�8�I )k���@�R֌���<3���Bkyi�X��Y �
)kֆ��@�R����<9���Bkyu�X��Y )k����@�R֌���<?���Bky��X�Y �)kV���@�!R�1D�����rf��
�5"c�sDd]�<H��Y$Bky�HY3J���,��f��
�e"c��Dd]�<N��Y'Bky�HY3P���D��f��
�"c�3Ed]�<T��Y*Bky�HY3V���\��f��
��"c��Ed]�8Z��c�����"��pJ��Eʚ�"�6�׋�u��u򀑲f��
�
#e͈Z�3Fʚ#�6�����:e��cFʚ5#�6����5�Fhm O)k6���@^52�9kD���Fʚe#�6����5�Fhm �)k����@\82�L��q8r��c����#���J�SGʚ�#�6�׎�u��u����[<‹�ɣOy<�<:��2z�ȣG�o�_q�h�G�����~������H?���������������O?�r+�~�x��ո��|z{�|	�]4�xvџ�|�Ey�ɺ���V�t�hm w�ʚ.�
�.ZIG���qm���&��.ZY�E����E+k�h�6��heM��rm���&��.ZY�E����E+k�h�6��heM��rm���&��.ZY�E����E+k�h�6��heM��rm���&��.ZY�E����E+���Y83]4J�]���.����heM��r�����@5]4Z�]���.����heM��r�����@5]4Z�]���.����heM��r�����@5]4Z�]���.����h�ܻh4~�a����FcḋV�t�(m w��z������V�t�hm w�ʚ.�
�.ZY�E����E��ɺ���V�t�hm w�ʚ.�
�.ZY�E����E��ɺ���V�t�hm w�ʚ.�
�.ZY�E����Ei�hr6�h�]4*�]�r��Fi��V�t�hm w��:�h�.@5]4Z�]����Fk��V�t�hm w��:�h�.@5]4Z�]����Fk��V�t�hm w��:�h�.@5]4Z�]����Fk��V��E��p�Ee�hR6��h�L��r�����@5]4Z�]���.����heM��r�����@5]4Z�]���.����heM��r�����@5]4Z�]��^�h��@5]4Z�]����Fk��V��E��p�E��I����V�t�hm w�ʚ.�
�.ZY�E����E��ɺ���V�t�hm w�ʚ.�
�.ZY�E����E��ɺ���V�t�hm w�ʚ.�
�.ZY�E����E��ɺ���V�t�hm v�J:�ht��h�L��rm���&��.ZY�E����E+k�h�6��heM��rm���&��.ZY�E����E+k�h�6��heM��rm���&��.ZY�E����E+k�h�6��heM��rm���&��.ZIG���q���Q�@5]4Z�]���.����heM��r�����@5]4Z�]��^�h��@5]4Z�]����Fk��V�t�hm w��:�h�.@5]4Z�]����Fk��V�t�hm v�F�.����.Z)G���q���Q�@5]4Z�]���.�������u�x��E��q}|��{��훘�.���>�֙�������w���Mϼ���z�q&G~�Ϩ��㏿���?|�������������⓾��OOoW����g���n�����I�f}��9�r9��=ߺ�
�~����֗���EZ��w�
<����^^�u?{������o�˳���l]���1<�I�~������1\ޥu?{������u?{����ַ�1<:�~���;Pn��|����i��3x����k�o��w����ޱ6���|z�^F�u�e�<�^N��ֺ��cm��u{9|y����k��cx�/8��ko>�cxr֜E�
+<�n���"���;�X����*���;�X��g[.lm n�(k�\к�q��Yǖ[�[.�:�\��@�rq�}˅���-�̖J n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��u▋��-�6�\�ul�������c˅�
�-e͖Z n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��u▋��-�6��\�t�rag�p��9ǖK�[.ʚ-�.@�rqֱ���▋��-�6�\�ul�����墬�rA��-g[.lm n�8��rakq��Yǖ[�[.ʚ-�.@�rqֱ���▋��-�6�\�ul�����墬�rA��-��m˅��a������[.�9�\X�@�r1ֹ�B��[.�:�\��@�rqֱ���▋��-�6�\�5[.h]����c˅�
�-g[.lm n�8��rakq�EY����[.�:�\��@�rqֱ���▋��-�6��\�tl���q�����+�[.�9�\X�@�rqֱ���▋�f���\�ul�������c˅�
�-g[.lm n�(k�\к�q��Yǖ[�[.�:�\��@�rqֱ���▋�f���\�ul�������c˅�
�-'ݷ\�Y8�rQʱ���ᖋs�-�6�\�ul�������c˅�
�-e͖Z n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��u▋��-�6�\�ul�������c˅�
�-c�[.d]����c˅�
�-g[.lm m�8�����ᖋrf���\�ul�������c˅�
�-g[.lm n�(k�\к�q��Yǖ[�[.�:�\��@�rqֱ���▋�f���\�ul�������c˅�
�-g[.lm n�(k�\к�q��Yǖ[H[.N�o���p���c˅�
�-e͖Z n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��u▋��-�6�\�ul�������c˅�
�-e͖Z n�8��rakq��Yǖ[�[.�:�\��@�rQ�l��uҖ���[.�,n�8��raiq��Yǖ[�[.ʚ-�.@�rqֱ���▋��-�6�\�ul������b�s˅�+�\�ul�������c˅�
�-g[.lm n�(k�\к�q��Yǖ[�[.�:�\��@�rqֱ���Җ���-t6��\�r�rae�p��9ǖK�[.�:�\��@�rQ�l��u�l��-��~��E���\�"��0�c�e�r��<��ľ��Ƨ�n��Ǜ�2�L��[.�^s������������
+������|�������O|��|��&c��ˋ�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAkq7�H�C���n�rf7�
��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7�
��e�nZȻ1ʚ��6�wc����Ȼ1ʚ��6�wc�5�1hm ��(kvc��@ލ1ֹC�Ȼ1ʚ��6�wc�5�1hm ��(�؍Ag�x7�8�nI ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@܍Qұ����n�rf7�
��c��1d]����ٍAky7FY����n��f7�
��c��1d]����ٍAky7FY����n��f7�
��c��1d]����ٍAky7FY����n��f7�
��c��1d]�����n?�p7F	�nǻ1ʙ��6�wc����Ȼ1ʚ��6�wc�5�1hm ��(kvc��@ލ1ֹC�Ȼ1ʚ��6�wc�5�1hm ��(kvc��@ލ1ֹC�Ȼ1ʚ��6�wc�5�1hm ��(kvc��@܍1��Ɛ�q���c7������nJȻ1ʚ��6�wc�u�Ɛu�n��f7�
��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7�
��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7�
��e�nZ��1J:vc�Y8܍1��Ɛ�q���ٍAiy7FY����n��f7�
��c��1d]����ٍAky7FY����n��f7�
��c��1d]����ٍAky7FY����n��f7�
��a��ƀu�n��f7�
��e�nZ��1J:vc�Y8ލ1ιC�Ȼ1ʚ��6�wc�5�1hm ��(kvc��@ލ1ֹC�Ȼ1ʚ��6�wc�5�1hm ��(kvc��@ލ1ֹC�Ȼ1ʚ��6�wc�5�1hm ��(kvc��@ލ1ֹC�Ȼ1ʚ��6wc�t�Ơ�p���ٍAiy7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(kvc��@ލQ��Ơ�����ٍAky7�X�nY ��(�؍Ag�x7F9����n��f7�
��c��1d]����ٍAky7FY����n��f7�
��a��ƀu�n��f7�
��e�nZȻ1ʚ��6�wc�u�Ɛu�n��f7�
��e�nZȻ1ʚ��6wc�4�1�l��(�؍Ae�x7F9����n��f7�
��c��1d]��CK(f7/2vc>]�x7��"�{:���>�����m�������K���[�y3�r&�1َ�����×C"�W���O�/�Roo��1s�����O�:^o��"�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-F��r6��[�3�-(m ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������"�����@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAkq�EI�z:��-�9�[H��y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z����t��[�3�-(m ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!������[����-J8�[�X8^oQά������"�����@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z��f��������-�,��(g�[P�@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@\oQұނ���z�Qf��������zJ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���u��+��[�5�-hm ��(k�[��@\oQұނ���z�q���.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�YoAky�EY�ނ��z�����.@^oQ֬�����ޢ�c�������zJ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�y�EY�ނ��z��f��
��e�zZ��-�:�[Ⱥ�q�EI�z:��-ʙ��6��[�5�-hm ���\o!���e�zZ��-ʚ��6��[�5�-hm ���u��+��[�5�-hm ��(k�[��@^oQ֬������b�s�����[�5�-hm ��(k�[��@^oQ֬������b�Yo!g�p�E)�z*��-ʙ��6��[�5�-hm ���\o!����$1�-x�����"��-�Y�[﬷<�l2~���q&�-�c������?~��w��?�����U!�|���Y/�}�/_�k"����{'�_^a�6a%�0:lj�q�D���aeM"��r"��I���@N��5�0Zȉ���D���aeM"��r"��I���@N��5�0Zȉ���D���aeM"��r"��I���@N��5�0Zȉ���D���aeM"��b"��#Fg�8V�$�(m '��:a�.@N��5�0Zȉ��&Fk9V�$�hm '��:a�.@N��5�0Zȉ��&Fk9V�$�hm '��:a�.@N��5�0Zȉ��&Fk9V�$�hm '��:a�.@J��sO�������D���DX9������5�
+�DXY�����+ka�6�aeM"��r"l�3&��DXY�����+ka�6�aeM"��r"l�3&��DXY�����+ka�6�aeM"��b"l�I���8L��r$¨,'�ʙD�
�DXY������L�ɺ�9V�$�hm '�ʚD�
�DXY������L�ɺ�9V�$�hm '�ʚD�
�DXY������L�ɺ�9V�$�hm '�ʚD�
�DXIG"���a"l�I�I�8N��3�0Jȉ��&Fk9V�$�hm '��:a�.@N��5�0Zȉ��&Fk9V�$�hm '��:a�.@N��5�0Zȉ��&Fk9V�$�hm '��zM���9V�$�hm '�ʚD�
�DXIG"���q"l�3&��DXY�����+ka�6�aeM"��r"l�3&��DXY�����+ka�6�aeM"��r"l�3&��DXY�����+ka�6�aeM"��r"l�3&��DXY�����+�H��Y8N��3�0Jȉ���D���aeM"��r"��I���@N��5�0Zȉ���D���aeM"��r"��I���@N��5�0Zȉ���D���aeM"��r"��I���@N��5�0Zȉ���D��a%�0:lj�r&Fi9V�$�hm '��:a�.@N��5�0Zȉ��&Fk9V�$�hm '��zM���9V�$�hm '�ʚD�
�DXY������L�ɺ�9V�$�hm '�ʚD�
�DXY�����iar6a��0*lj�r&Fi9V�$�hm '��:a�.@N��CW��EF"��"χ���E~wyھ�I�og������?t|��f��{3�r��G$���_���t���G'W��_���T��C��j�C�?]��C���|H2Y H����Fk��V��hm �J:
 ht�h�4I �ʚ�
�ZYS@���\@+k
 h�6�hc�4Y �ʚ�
�ZYS@���\@+k
 h�6�hc�4Y �ʚ�
�ZYS@���\@+k
 h�6�hc�4Y �ʚ�
�ZIG���q��)�Q�@.��u�d]�\@+k
 h�6�heM��r��)���@.��u�d]�\@+k
 h�6�heM��r��)���@.��u�d]�\@+k
-h�6�heM��r��)���@.��u�d]�T@+�^@��#h%4��r��Fi���K
������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��HS@��qX@+�(�QY8.��34J�����Fk��6�Y@�ur��)���@.��54Z�����Fk��6�Y@�ur��)���@.��54Z�����Fk��6�Y@�ur��)���@.��54Z��������(S@��q\@+g
+h�6�heM��r��)���@.��u�d]�T@+�^@��3h%4��r��Fi���k
������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��HS@��qX@+�(�QY8.��34J�����Fk��6�Y@�ur��)���@.��54Z�����Fk��6�Y@�ur��)���@.��54Z�����Fk��6�Y@�ur��)���@.��54Z��������(S@��q\@+g
 h�6�heM��r��)���@.��u�d]�\@+k
 h�6�heM��r��)���@.��u�d]�\@+k
-h�6�heM��r��)���@.���R@�ur��)���@.��54Z��������8gM������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��XgM������Fk��V�Q@��p\@+g
+h�6�heM��r��)���@.���Z@�ur��)���@.��54Z��������8gM������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��XgM������Fk��V��hm �ʚ�
��XgM������Fk��V�Q@��p\@+g
 h�6�hc�4Y �ʚ�
�ZYS@���\@+k
 h�6�hc�4Y �ʚ�
�ZYS@���\@+k
 h�6�hc�4Y �ʚ�
�ZYS@���\@+k
 h�6�hc�4Y �J:
 ht�h�L��r��)���@.��u�d]�\@+k
-h�6�heM��r��)���@.���R@�ur��)���@.��54Z�����Fk��6�Y@�ur��)���@.��54Z�����Fk��6���l�J9
+h�6�heM��r��)���@.���Z@�ur��)���@.��54Z�����Fk��6�Y@�ur��)���@.��54Z�����Fk��6���l�J9
 hT�h�L��r��)���@.��u�d]�\@S�k
-h��(�?\一>��R@��(���v~�z���yM�?��˯���k��v�Ǘ�>��K���s��9�~���p����E��Dk��4��s�urϩ��9��@�9�5='Z�=����Dk��4��s�urϩ��9��@�9�5='Z�=����Dk��4��s�urϩ��9��@�9�t���,��ʙ��
��Xg�I��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
��Xg�I�H=�r�='?°�T��s��p�s*gzN�6�{Na���`]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�4='9�=�R�����S9�s����s*kzN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��ʚ��
�SY�s����s*��9�Y8�9�2=')�=�r��Di��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
�SX/='XW ��ʚ��
�SY�s����s*��9�Y8�9�s��$]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6{N%=':�=�r��Di��4��s�urϩ��9��@�9�5='Z�=����Dk��4��s�urϩ��9��@�9�5='Z�=����Dk��4��s�urϩ��9��@�9�5='Z�=����Dk��4��s�ubϩ���Dg��T���(m ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
�SX/='XW ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6{N#M�I��aϩ���De��T���(m ��ʚ��
��Xg�I��=�q��zN���9?\��<��oϯ�LJo�=�m�z��_k�ﳮ���PΤ�|5��������i����������������������I/�+_��7ܞ�Χ�/�5���C�z�|�����õ�\��goXx`}>�??J�~����������d�u?{����0��ã��,ZW��u{�Һ��am��u{ᅮU���
k��U�ʚwC����nhc��&��wC+k�
��򻡕5�Fk���J:�
���񻡍s�����
��y74Z��V�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y o	(k���@�Pұ%����rfK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-c�[d]��%�����?�pK@	ǖ��[ʙ-�6�����%���[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0�l	��q�%��cK����-�̖�J�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[J:��Y8�0�l	��q�%���@iyK@Y�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-a�l	�u򖀲fK��
�-e͖�Z�[J:��Y8�0ι%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6��tl	��p�%���@iyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y n	(��@g�xK@9�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-a�l	�u򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[ʚ-�6��4[�ln	(��@e�xK@9�%��򖀲fK��
�-c�[d]��%�9�����-�9�8��_�%p�xz<?��8�-�DZ%�?��|���~��_^O��?��?��Z���O��ơ�w�Կ�O����Y�eg�����Y:��7�
<�>��u?{��������~}��7�
<XI��:w(Ⱥ�y�BY�C�����f��
�
-e�Z�;�z١��
-�
+h��(�?]一>��R@?�)�?~�v~�z���������/�����neЏ�%�^���_/q�-�;Ƞg�	��=����_^zN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��ʚ��
ĞSIGω��qϩ��9Q�@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*��s��3{N%='�=�r��Di���k�	��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
Ğ�H�s��q�s*��9QY8�9�3='J�=����Dk��4��s�urϩ��9��@�9�5='Z�=����Dk��4��s�urϩ��9��@�9�5='Z�=����Dk��4��s�urϩ��9��@�9�5='Z�=������Þ�(�s��q�s*gzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9���s�urϩ��9��@�9�5='Z�=��������8g�I��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T���hm ��ʚ��
��Xg�I��=����Dk��T��s��p�s*gzN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��ʚ��
�SY�s����s*kzN�6�{Nc�='Y ��J:zNt�{N�Lω�rϩ��9��@�9�u��d]��s*kzN�6�{NeMω�rϩ��9��@�9���s�urϩ��9��@�9�5='Z�=����Dk��4��s�urϩ��9��@�9�5='Z�=����Dk��4����l��J9zNT�{N�Lω�rϩ��9��@�9�u��d]��s׉��ċ����E�{������vz���D������q��vپϺ�s�C9���2j�����������?���~��ߜ����������.o?'��n|�^�>���~>=���1]u�|�ӗ��^_/�.rú��cm�������$���;�X�N���*�~������`��=�'g�Y�����./Һ��cm��u{��*�~������Q�ʚφFk����u~64Y 6��泡��@�lhe�gC������J:>���φ6����$]����ʚφFk����5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6��tl	��p�%���@iyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y m	(�%���0�P±%����rfK��
�-a�n	�u򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[ʚ-�6��4[�ln	(��@e�xK@9�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��▀��-t��2[�lo	(g�P�@�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK@X�[`]��%���@kyK@Y�%��▀��-t���sn	�t򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-e͖�Z�[ʚ-�6���un	�u򖀲fK��
�-%[�,o	(g�P�@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[ʚ-�6���5[hm o	(k���@�0ֹ%@��[J:��Y8�P�l	����%���@kyK�X��Y o	(k���@�P�l	����%���@kyK@X�[`]��%���@kyK@Y�%��򖀲fK��
�-c�[d]��%���@kyK@Y�%��򖀲fK��
�-#͖�9�[J9�PY8�P�l	����%���@kyK�X��Y o	`/��"cK��E���/�Wn	<<���O�%0�dK�il	��_��߿��o���_�N�?����j�<}�>����
@w�>��ˠ��|�<޺Ǘ��(;w�����g���ޑ6���r�<X�~����ַ�����g�Xx��0f#�u�P�u���f��
�
 e�Z�;ʚ
-�6�w(�5;hm �P�ܡ ��
+�6�w(���C��;ʚ
+�6�w(�5;hm �P(kv(��@ޡ0ֹCA��;ʚ
+�6�w(�5;hm �P(�ء@g�x��8�I �P(kv(��@ޡP��P����C��١@ky��X�Y �P(kv(��@ޡP��P����C��١@ky��X�Y �P(kv(��@ޡP��P����C��١@ky��X�Y �P(kv(��@ܡPұC�����rf��
�
+c�;d]��C��١@ky�BY�C�����f��
�
+c�;d]��C��١@ky�BY�C�����f��
�
+c�;d]��C��١@ky�BY�C�����f��
�
+c�;d]��C���?�p�B	��;ʙ
+�6�w(���C��;ʚ
+�6�w(�5;hm �P(kv(��@ޡ0ֹCA��;ʚ
+�6�w(�5;hm �P(kv(��@ޡ0ֹCA��;ʚ
+�6�w(�5;hm �P(kv(��@ܡ0��P��q�C��c����
+��J�;ʚ
+�6�w(�u�P�u���f��
�
 e�Z�;ʚ
-�6w(�t�P��p�Ca�s����w(�5;hm �P(kv(��@ޡP��P����Ca�s����w(�5;hm �P(kv(��@ޡP��P����Ca�s����w(�5;hm �P(kv(��@ޡP��P����Ca�s����w(�5;hm �P(�ء@g�x�B9�C������
-�.@ޡP��P����C��١@ky�BY�C������
-�.@ޡP��P����C��١@ky�BY�C������
-�.@ޡP��P����C��١@ky�BY�C������
-�.@ڡP�}��a�C��c����
-��J�;�z١��
-�
+�6�w(�u�P�u���f��
�
 e�Z�;ʚ
-�6�w(�5;hm �P�ܡ ��
+�6�w(�u�P�u���f��
�
+e�Z�;J:v(�Y8ܡ0��P��q�C��١@iy�BY�C�����f��
�
+c�;d]��C��١@ky�BY�C�����f��
�
+c�;d]��C��١@ky�BY�C�����f��
�
+a��P�u���f��
�
+e�Z�;J:v(�Y8ޡ0ιCA��;ʚ
+�6�w(�5;hm �P(kv(��@ޡ0ֹCA��;ʚ
+�6�w(�5;hm �P(kv(��@ޡ0ֹCA��;ʚ
+�6�w(�5;hm �P(kv(��@ޡ0ֹCA��;ʚ
+�6w(�t�P��p�C��١@iy��X�Y �P(kv(��@ޡP��P����C��١@ky��X�Y �P(kv(��@ޡP��P����C��١@ky��X�Y �P(kv(��@ޡP��P����C��١@ky��X�Y �P(�ء@g�x�B9�C�����f��
�
+c�;d]��C��١@ky�BY�C�����f��
�
+a��P�u���f��
�
 e�Z�;ʚ
-�6�w(�5;hm �P�ܡ ��
+�6�w(�u�P�u���f��
�
 e�Z�;ʚ
-�6�w(�5;hm �Piv(��8ܡPʱC�����rf��
�
-e�Z�;�:w(Ⱥ�y�BY�C�����f��
�
-e�Z�;�:w(Ⱥ�y�BY�C�����f��
�
-e�Z�;�:w(Ⱥ�y�BY�C�����f��
�
-%;�,�Pev(H�8ޡP��P����C��١@ky�BY�C������
-�.@ޡP��P����C��١@ky�BY�C������
-�.@ޡP��P����C��١@ky�BY�C�����^v(��y�BY�C�����f��
�
-%;�,�P�ܡ ��
-e�Z�;ʚ
-�6�w(�5;hm �P�ܡ ��
-e�Z�;ʚ
-�6�w(�5;hm �P�ܡ ��
-e�Z�;ʚ
-�6�w(�5;hm �P�ܡ ��
-e�Z�;J:v(�Y8ޡP��P����Ca�s����w(�5;hm �P(kv(��@ޡP��P����Ca�s����w(�5;hm �P(kv(��@ޡP��P����Ca�s����w(�5;hm �P(kv(��@ޡP��P����Ca�s���w(�t�P��p�C��١@iy�BY�C������
-�.@ޡP��P����C��١@ky�BY�C�����^v(��y�BY�C�����f��
�
-e�Z�;�:w(Ⱥ�y�BY�C�����f��
�
-e�Z�;F�
-r6w(�r�P��p�C��١@iy�BY�C������
-�.@ޡ�e�C�;.r�Cq|�e��w(�Χ��Z�C�3١x;����?������?���/��������W$��l����i�����K6�W.rܸ�ub�qgk�qw�Ѹ���ظ;�h���@lܕ5�;Z 6��:w�6wg�;[H����;;���r�qG����YG���b�qgk�qw�Ѹ���ظ+kw�.@lܝu4�lm 6��:w�6wg�;[�����qG����YG���b�qgk�qw�Ѹ���ظ+kw�.@lܝu4�lm 5�N�7��,6��9w�6weM�������Ɲ�
���YG���b�qgk�qW�4�h]�ظ;�h���@lܝu4�lm 6��:w�6weM�������Ɲ�
���YG���b�qgk�qW�4�h]�и;�Ɲ�aԸ;�޸��pظ;�h�Y�@l܍u6�d]�ظ;�h���@lܝu4�lm 6��:w�6weM�������Ɲ�
���YG���b�qgk�qW�4�h]�ظ;�h���@lܝu4�lm 6��:w�6�w%�;:G��S�;+���s�Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���ظ;�h���@lܝu4�lm 6�ʚ��wg�;[�����Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���ظ;�h���@jܝto��Y8jܕr4�l6��9w�6wg�;[�����Ɲ�
��]YӸ�ub�qgk�qw�Ѹ���ظ;�h���@lܕ5�;Z 6��:w�6wg�;[�����Ɲ�
���Xg�N������Ɲ�
���YG���R��{����a㮜i�Q���qw�Ѹ���ظ;�h���@lܝu4�lm 6�ʚ��wg�;[�����Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���ظ;�h���@lܝu4�lm 6�ʚ��wg�;[H����;;���s�Ɲ�
��]YӸ�ub�qgk�qw�Ѹ���ظ;�h���@lܕ5�;Z 6��:w�6wg�;[�����Ɲ�
��]YӸ�ub�qgk�qw�Ѹ���ظ;�h���@lܕ5�;Z 5�N�7��,6��9w�6wg�;[�����qG����YG���b�qgk�qw�Ѹ���ظ�l�ɺ�qw�Ѹ���ظ;�h���@lܝu4�lm 6�ʚ��wg�;[�����Ɲ�
���YG���R㮤�qGg�qwʽqge�qw�Ѹ���ظ;�h���@lܕ5�;Z 6�k�Ɲ/��x���.򛇷�����|=|���o#�zz:�����P�\�����������_���ś/�Kxᯗ8�^��V^��]�J��,+?�︬�|(+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��J:�Jt��J�LY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$���R9���aXV*�(+�X8.+�3e%J�e��^�J��@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T֔�hm ��F�����òR)GY���qY��)+Q�@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e��β����JeMY��rY��)+��@,+�t���,��F������R9SV���\V*k�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rY)����+��JeMY��rY��)+��@,+�t���,���9�J�.@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e�������R9SV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T�QV��p\V*g�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rY)����+��JeMY��rY��)+��@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e����$g㰬T�QV��p\V*g�J�6��JeMY��rYi���$���te%^d��.�rXV_d)+�o���O_~aY9�\���QV�ᛗ����ӿ������y�����~���u�/�����6���_��Œ����].����|~;�/g��#f����q���"�j����j(kZ
�6�[
eM���r�a��� ��VCY�j����j(kZ
�6�[
eM���r�a��� ��VC9�V�a�j(�h5�X8n5�3�Jȭ��^Z
��@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Zȭ����@k��Pִhm �F�V����VC)G����q���i5P�@n5�5�Zȭ���V���[
eM���r���i5��@n5�5�Zȭ���V���[
eM���r���i5��@n5�5�Zȭ���V���[
eM���r���i5��@l5�t��,�F�V����VC9�j����j(kZ
�6�[
eM���r�a��� ��VCY�j����j(kZ
�6�[
eM���r�a��� ��VCY�j����j(kZ
�6�[
eM���r�!��V�+�[
eM���r���i5��@l5�t��,��9[
�.@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Z�����V���VC9�j����j�l5Ⱥ���Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���P��j��p�j(gZ
�6�[
eM���r�a��� ��VCY�j����j(kZ
�6�[
eM���r�!��V�+�[
eM���r���i5��@n5�5�Zȭ���V���[
eM���r���i5��@n5�5�Z������ g��P��j��p�j(gZ
�6�[
eM���r�a��� ��V���j�EF���"ǭ��E�·`m�~�{�Vc��������_������j�q~�~����ӕ�am��>2ί�/���3����������|�W����e�<�>����u?{�������t/����X�Kɔ5o9Ck�-g�:�rF��o9Sּ��
䷜)k�r���[Δ5o9Ck�-g�:�rF��o9Sּ��
䷜)k�r���[Δ5o9Ck�-g�:�rF��o9Sּ��
ķ�)�x�:�o9Sμ��
䷜�|�Y ��LY�3�6��r��y�Z�o9Sּ��
䷜�,gɺ���U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���Uν�E�G��J8�Y4��Y�L9��r9+��r�+��YeM9��r9��)g��@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬑��%g㰜U�Q΢�p\�*g�Y�6��YeM9��r9k���%��rVYS΢��\�*k�Y�6��YeM9��r9k���%��rVYS΢��\�*k�Y�6��YeM9��r9k���%��rVYS΢��\�*k�Y�6�Y%�,:��Q��%e㸜UΔ�(m ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��\�
-륜�
-�rVYS΢��\�*k�Y�6�Y%�,:��q�r����YeM9��r9��)g��@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬱�r����YeM9��b9����EgḜUΔ�(m ���:�Y�.@.g�5�,Z�嬲��Ek��U֔�hm ���:�Y�.@.g�5�,Z�嬲��Ek��U֔�hm ���:�Y�.@.g�5�,Z�嬲��Ek��U֔�hm ���:�Y�.@,g�t���,��ʙr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��\�
-륜�
-�rVYS΢��\�*k�Y�6��YeM9��r9k���%��rVYS΢��\�*k�Y�6��YeM9��b9k�)g��8,g�r���,��ʙr�
�rVYS΢��\��,gɺ���=�?]9��쇋������r��}��rv������������_���}��w����cѮ��ߕ
-�Y���g1�������@1��r1f��#��bLYS����X�)�(��Y8.Ɣ3�J�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1�܋14~�a1���Cc�S�c(m c�z)����S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����X�i�1r6�1��*�Řr�Ci�S�chm c�:�1�.@.Ɣ5�Z�Ř��Ck�S�chm c�:�1�.@.Ɣ5�Z�Ř��Ck�S�chm c�:�1�.@.Ɣ5�Z�Ř��Ck�S�Q���pX�e�1R6��1�L1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř�^�1��@.Ɣ5�Z�Ř��Ck�S�Q���p\��,�H���S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cJ:�1t��1�L1��r1f��#��bLYS����\�)k�1�6��1eM1��r1f��#��bLYS����\�)k�1�6��1eM1��r1f��#��bLYS����\�)k�1�6��1eM1��r1f��#��bLIG1���q1��)�P�@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř�^�1��@.Ɣ5�Z�Ř��Ck�S�chm c�:�1�.@.Ɣ5�Z�Ř��Ck�S�chm cF�b����bL)G1���q1��)�P�@.Ɣ5�Z�Ř��b��������cx�Q�}��q1v|���]����ߣ>q16�\���������o�����ҋ}��7积���{��Ź^�~���p��;�f�Ý�����f�
�f�Xg3F��͘��Ck�S�ь��p܌)g�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1c��Y 5cʹ7ch��fL	G3���q3��i�P�@nƄ�Ҍ�ur3��i���@nƔ5�Z�͘��Ck�3�ٌ�ur3��i���@nƔ5�Z�͘��Ck�3�ٌ�ur3��i���@nƔ5�Z�͘��Ck�3�4c�l6cJ9�1T��1�L3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��b3���Cg�3�4c�l7cʙf�
�fLYӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1a�4c`]�܌)k�1�6��1eM3��b3���Cg�3�ٌ�tr3��i���@nƔ5�Z�͘��Ck�3�ٌ�ur3��i���@nƔ5�Z�͘��Ck�3�ٌ�ur3��i���@nƔ5�Z�͘��Ck�3�ٌ�ur3��i���@lƔt4c�,7cʙf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�f�Xg3F��͘��f���fL9ӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1a�4c`]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@lƌ4�9�͘R�f���fL9ӌ���܌)k�1�6��1c��Y 7cǵ�k��"��p��f��"a3v~8�l�a36�\������y�����P����������㏮ {~<��:�r��o��>*�f��f����q���"������RȺ�9JQ�D)hm G)ʚ(�
�(EY������RȺ�9JQ�D)hm G)ʚ(�
�(EY������RȺ�)JQ�=JA�GF)J8�4���L���r�"��(�+��eM���r����R��@�R�5Q
-Z�Q���(����eM���r����R��@�R�5Q
-Z�Q���(����eM���r����R��@�R�5Q
-Z�Q��&J!g�0JQ����p�(g��6��eM���r�b�3J!��(EY�����(k��6��eM���r�b�3J!��(EY�����(k��6��eM���r�b�3J!��(EY�����(k��6�%Q
-:�Q�Q&J!e�8JQ�D)(m G)ʚ(�
�(EY������RȺ�9JQ�D)hm G)ʚ(�
�(EY������RȺ�9JQ�D)hm G)ʚ(�
�(EY������%J�
-�(EY�����(k��6�%Q
-:�Q�q�(����eM���r����R��@�R�5Q
-Z�Q���(����eM���r����R��@�R�5Q
-Z�Q���(����eM���r����R��@�R�5Q
-Z�Q���(����eM���b���#JAg�8JQ�D)(m G)�:��.@�R�5Q
-Z�Q��&JAk9JQ�D)hm G)�:��.@�R�5Q
-Z�Q��&JAk9JQ�D)hm G)�:��.@�R�5Q
-Z�Q��&JAk9JQ�D)hm G)�:��.@�R�tD)�,G)ʙ(�
�(EY������RȺ�9JQ�D)hm G)ʚ(�
�(EY������%J�
-�(EY�����(k��6��eM���r�b�3J!��(EY�����(k��6��eM���b�b��R��8�R�rD)�,G)ʙ(�
�(EY������RȺ�9J9(\��Qʇ�G)�Y���Q��gi��9Jg.Q�ˈR�����{��z������eF/���g}.��)����×�Bp��Z��>~����k�Ⱥ���Bʚ�
-����Z!%�Bg���Bʙ�
-����Z!c��"���
-)k^+���k��5Z�����Bk��2�Yp�ur���)���@.��5Z�����Bk��2�Yp�ur���)���@.��5Z�����Bk��2�Yp�uR���{��Ə0,��p\h,\ʙ��
�KX/XW \ʚ��
�KYSp���\p)k
-.�6�.c�Y \ʚ��
�KYSp���\p)k
-.�6�.c�Y \ʚ��
�KYSp���\p)k
-.�6.#M�E��a�����Be��R�\(m \ʚ��
��Xg�E������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�\hm \J:
-.t.�L�E��q���)�P�@.��5Z�����Bk��2�Yp�ur���)���@.��5Z�����Bk��2�Yp�ur���)���@.��5Z�����Bk���K�������Bk��R�\hm \J:
-.t�.�I \ʚ��
�KYSp���\p)k
-.�6�.c�Y \ʚ��
�KYSp���\p)k
-.�6�.c�Y \ʚ��
�KYSp���\p)k
-.�6�.c�Y \ʚ��
ĂKIG����q���)�P�@.��u\d]�\p)k
+�6w(�4;�l�P(�ء@e�x�B9�C�����f��
�
+c�;d]��CA�
+f�/2v(>]�x���"��#�P<��O��Z�C�3١x;�������?�����_��_Oo/�_}�|�e{{;�H㎗�>_�q�q��Ɲ�+wg�;[�����Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���ظ;�h���@jܝto��Y8lܕ3�;J 6��:w�6wg�;[�����Ɲ�
��]YӸ�ub�qgk�qw�Ѹ���ظ;�h���@lܕ5�;Z 6��:w�6wg�;[�����Ɲ�
��]YӸ�ub�qgk�qwҽqgg�qw�Ѹ���ظ+kw�.@lܝu4�lm 6��:w�6wg�;[�����qG����YG���b�qgk�qw�Ѹ���ظ+kw�.@lܝu4�lm 6��:w�6wg�;[�����qG����9k���F���;���s�Ɲ�
���Xg�N������Ɲ�
���YG���b�qgk�qW�4�h]�ظ;�h���@lܝu4�lm 6��:w�6weM�������Ɲ�
���YG���b�qgk�qW�Ѹ��qԸ;�޸��pظ;�h�Y�@lܝu4�lm 6�ʚ��wg�;[�����Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���ظ;�h���@lܝu4�lm 6�ʚ��wg�;[�����Ɲ�
���I�Ɲ����])G���a�qgi�qw�Ѹ���ظ;�h���@lܕ5�;Z 6��:w�6wg�;[�����Ɲ�
��]YӸ�ub�qgk�qw�Ѹ���ظ;�h���@l܍u6�d]�ظ;�h���@lܝu4�lm 5�N�7��,6�ʙ��wg�;[�����Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���ظ;�h���@lܝu4�lm 6�ʚ��wg�;[�����Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���Ը;�޸��pظ;�h�Y�@lܕ5�;Z 6��:w�6wg�;[�����Ɲ�
��]YӸ�ub�qgk�qw�Ѹ���ظ;�h���@lܕ5�;Z 6��:w�6wg�;[�����Ɲ�
��]YӸ�uR��{����a�qgi�qw�Ѹ���ظ+kw�.@lܝu4�lm 6��:w�6wg�;[�����Ɲ�+wg�;[�����Ɲ�
���YG���b㮬i�Ѻ��qw�Ѹ���ظ;�h���@lܝu4�lm 5�J:wt6�w��wVw��;K�����Ɲ�
��]YӸ�ub㎱�h��"���y9j��"���?m_�4������巿~������|����C9sm�ϣr�������������p+�|��#ᕿ^�|z۾������p�YV~��qY��E��$��RYSV���\V*k�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$��RYSV���XV*�(+�Y8.+�3e%J�e��β����JeMY��rY��)+��@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e��β����J���J4~�aY����DcḬTΔ�(m ���z-+����T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���XVi�Jr6�J�e%*�e�r��Di��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T�QV��pXVe�JR6��J�LY��rY��)+��@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e��^�J��@.+�5e%Z�e����Dk��T�QV��p\V�,+I����T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��ʚ��
�RYSV���\V�,+ɺ���T֔�hm ��J:�Jt��J�LY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$��RYSV���\V*k�J�6��JeMY��rYi���$�IJRIGY���qY��)+Q�@.+�5e%Z�e��β����JeMY��rY��)+��@.+�5e%Z�e��^�J��@.+�5e%Z�e����Dk��T֔�hm ���:�J�.@.+�5e%Z�e����Dk��T֔�hm ��F�����òR)GY���qY��)+Q�@.+�5e%Z�e��β������NЕ�x�QV~���aYy|���|�SV�<�����q�ZV>���߼>|�ݟ��o�.�����?���������=|�ڜ�=�
+3.��]/�����~�_�V�G�V�����V�ˋ@���r���i5��@n5�5�Zȭ���V���[
eM���r���i5��@n5�5�Zȭ���V���Z
��[
4~�a�����@c��Pδ(m ��zm5����Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���Pִhm �ʚV�
�VCY�j����jiZ
r6[
��*ǭ�r��@i��Pִhm ��:[
�.@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Zȭ����@k��P��j��p�jeZ
R6�[
�L���r���i5��@n5�5�Zȭ���V���[
eM���r���i5��@n5�5�Zȭ���V���[
eM���r���i5��@n5�5�Zȭ��^[
��@n5�5�Zȭ����@k��P��j��p�j�l5H����Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���Pִhm �ʚV�
�VCY�j����j�l5Ⱥ���Pִhm �J:Z
t�[
�L���r�a��� ��VCY�j����j(kZ
�6�[
eM���r�a��� ��VCY�j����j(kZ
�6�[
eM���r�a��� ��VCY�j����j(kZ
�6�[
eM���r�a��� ��VCIG����q���i5P�@n5�5�Zȭ���V���[
eM���r���i5��@n5�5�Zȭ��^[
��@n5�5�Zȭ����@k��Pִhm ��:[
�.@n5�5�Zȭ����@k��Pִhm �F�V����VC)G����q���i5P�@n5�5�Zȭ���V���[
�
+L���Ƨ����+?k�����[�q��j\F��������� ���}����'Ӎ��ھ�>2�o��~���3����{�ϧ����5n|�~����z9��X�~����֗���QZ��w�
<��%S�|�Zȟrf��S�Ⱥ��SΔ5�r���)k>��
�O9S�|�Zȟrf��S�Ⱥ��SΔ5�r���)k>��
�O9S�|�Zȟrf��S�Ⱥ��SΔ5�r��⧜)���3t�?�L9�)g(m ʙ��O9#��O9S�|�Zȟr����3�6�?�LY�)ghm ʙ��r����YeM9��r9��)g��@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬱�r����Y���Y4~�a9����EcḜUΔ�(m ���z-g����U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��X�i�Yr6�Y��,*��r��Ei��U֔�hm ���:�Y�.@.g�5�,Z�嬲��Ek��U֔�hm ���:�Y�.@.g�5�,Z�嬲��Ek��U֔�hm ���:�Y�.@.g�5�,Z�嬲��Ek��U�Q΢�pX�e�YR6��Y�L9��r9��)g��@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬰^�Y��@.g�5�,Z�嬲��Ek��U�Q΢�p\��,gI����U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��ʚr�
�rVYS΢��\��,gɺ���U֔�hm ��J:�Yt��Y�L9��r9k���%��rVYS΢��\�*k�Y�6��YeM9��r9k���%��rVYS΢��\�*k�Y�6��YeM9��r9k���%��rVYS΢��\�*k�Y�6��YeM9��r9k���%��rVIG9���q9��)gQ�@.g�5�,Z�嬱�r����YeM9��r9��)g��@.g�5�,Z�嬰^�Y��@.g�5�,Z�嬲��Ek��U֔�hm ���:�Y�.@.g�5�,Z�嬲��Ek��U֔�hm ��F�r����rV)G9���q9��)gQ�@.g�5�,Z�嬱�r�������ӕ�x�Q�~��q9{|���S�.��K����̵�}�����?��������|�9��]�>=�fA��tP��bn<��O7>.ƾ�chm c�:�1�.@.Ɣ5�Z�Ř��b���bL9S����\��,�Ⱥ��S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\��,�Ⱥ��SνC�gcJ8�14��1�L1��r1&��b�+��1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��#g�S�Q���p\�)g�1�6��1eM1��r1f��#��bLYS����\�)k�1�6��1eM1��r1f��#��bLYS����\�)k�1�6��1eM1��r1f��#��bLYS����\�)k�1�6�1%�:�ŘQ�#e�S�c(m cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\�	��
+�bLYS����\�)k�1�6�1%�:�Řq�b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��r1��)���@.Ɣ5�Z�Ř��b����1eM1��b1���Cg�S�c(m c�:�1�.@.Ɣ5�Z�Ř��Ck�S�chm c�:�1�.@.Ɣ5�Z�Ř��Ck�S�chm c�:�1�.@.Ɣ5�Z�Ř��Ck�S�chm c�:�1�.@,Ɣtc�,cʙb�
�bLYS����\��,�Ⱥ��S�chm cʚb�
�bLYS����\�	��
+�bLYS����\�)k�1�6��1eM1��r1f��#��bLYS����\�)k�1�6��1eM1��b1f�)���8,Ɣrc�,cʙb�
�bLYS����\��,�Ⱥ��;��\1��ا�c��+?k��e�3�3c�̵{�����������ۿ^{�o������5c�'wu�{�~}]�6cp�ٌ}��q3��E�Ck�3�ٌ�ur3��i���@lƔt4c�,7cʙf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�f�Xg3F�H͘r��?ðS�ь��p܌)g�1�6��1a�6c`]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@lƌ4�9�͘R�f���fL9ӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���،)�h��Y8lƌ2�)�͘r�Ci�S�4chm 7cʚf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�fLX��XW 7cʚf�
�fLYӌ���،)�h��Y8nƌs6c$]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6��1eM3��r3��i���@nƌu6cd]�܌)k�1�6�1%�:�͘r�Ci�3�ٌ�ur3��i���@nƔ5�Z�͘��Ck�3�ٌ�ur3��i���@nƔ5�Z�͘��Ck�3�ٌ�ur3��i���@nƔ5�Z�͘��Ck�3�ٌ�ub3���Cg�S�4c(m 7cʚf�
�f�Xg3F��͘��Ck�S�4chm 7cʚf�
�fLX��XW 7cʚf�
�fLYӌ���܌)k�1�6��1c��Y 7cʚf�
�fLYӌ���܌)k�1�6�1#M3F��a3���Ce�S�4c(m 7cʚf�
�f�Xg3F����q��1��h�>]�;��_ٌ�/���o0l�ƙk3����7�_�����t���-}���F:�yұ����_�p��|�������r�"7ұ�,[���rz�xiP���k���S��yhm �yʚ8�
�8�Xg�G��q��&�Ck1�S�硳p�)g�<�6��<c�qY �yʚ8�
�8OY硵��)k�<�6��<c�qY �yʚ8�
�8OY硵��)k�<�6��<c�qY �yʚ8�
�8OY硵��)k�<�6��<c�qY �yʹ�yh��8O	G����q�����P�@����ur�������@��5qZ�q��&�Ck9�3��ur�������@��5qZ�q��&�Ck9�3��ur�������@��5qZ�q��&�Ck1�3��y�l�yJ9�<T��<�L���r�������@��u�yd]��)k�<�6��<eM���r�������@��u�yd]��)k�<�6��<eM���r�������@��u�yd]��)k�<�6��<eM���b���#�Cg�0�3��y�l�yʙ8�
�8OY硵��)k�<�6��<c�qY �yʚ8�
�8OY硵��)k�<�6��<c�qY �yʚ8�
�8OY硵��)k�<�6��<a��y`]��)k�<�6��<eM���b���#�Cg�8�3��tr�������@��5qZ�q��&�Ck9�3��ur�������@��5qZ�q��&�Ck9�3��ur�������@��5qZ�q��&�Ck9�3��ur�������@��t�y�,�yʙ8�
�8�Xg�G��q��&�Ck9�S��yhm �yʚ8�
�8�Xg�G��q��&�Ck9�S��yhm �yʚ8�
�8�Xg�G��q��&�Ck9�S��yhm �yʚ8�
�8�Xg�G��q���8���8O9硴��)k�<�6��<c�qY �yʚ8�
�8OY硵��)k�<�6��<a��y`]��)k�<�6��<eM���r�������@��u�yd]��)k�<�6��<eM���r�������@��4q9�q�R�8���8O9硴��)k�<�6��<c�qY �y�=����"#��t��8��"K��x'��x/��#�y��5�{q������{{���}�'��n����{}���r�����ᇺ���{ς�ӽ��//Y \ʚ��
ĂKIG����q���)�P�@.��u\d]�\p)k
+.�6�.eM���r���)���@.��u\d]�\p)k
 .�6�.eM���r���)���@.��u\d]�\p)k
+.�6�.eM���r���)���@.��u\d]�Tp)�^p��3.%��r��Bi���k�������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�\hm \ʚ��
�HSp��qXp)�(�PY8.��3J�����Bk��2�Yp�ur���)���@.��5Z�����Bk��2�Yp�ur���)���@.��5Z�����Bk��2�Yp�ur���)���@.��5Z��������(Sp��q\p)g
+.�6�.eM���r���)���@.��u\d]�\p)k
 .�6�.eM���r���)���@.��u\d]�\p)k
-.�6�.eM���r���)���@.��u\d]�Xp)�(��Y8.��3J�����Bk��2�Yp�ur���)���@.��5Z�����Bk���K�������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�\hm \ʚ��
�HSp��qXp)�(�PY8.��3J�����Bk��2�Yp�ur�u���/2
-�9.��/�V����@g,�r�Rp������o������o���_��	��������_���a��|�{��;�>���g�G�u���[�ݘ��C��n�YG7��R7�{7�����;ڑ;���*��P�"3++�lC�����f���,uܪ&��HO�Ȋ�O��3c��EOh��5I��G�a7��Ս1ڃ؍)5��c�1��n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��CuB7�����/Ǩs�c��s����A�ƌ��1R� vcN]��=�ݘSW7�jb7��Ս�ڃ؍)5��c�1��n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� uc
-]��=Gݘ#O��5�ݘ3W7�hb7��Ս�ڃ؍)5��c�1��n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A��z��ج9����1${�1g�n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��n��9�ݘSW7�jb7��Ս�ڃԍ9�ԍ�Ys؍)3��c�1��n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��Cub7��Ս�ڃԍ9�ԍ�Ys؍9suc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��Cub7��Ս�ڃ؍9uuc�� vcN]��=�ݘRӍ�:�s���X�A�Ɯ��1V{�1��n���nL���P�ԍ9�ԍ�Ys؍9suc�� vcN]��=�ݘRӍ�:�s���X�A�Ɯ��1V{�1��n���n̨�#ub7��Ս�ڃ؍9uuc�� vcN]��=�ݘRӍ�:�s���X�A�Ɯ��1V{�1��n���nL��C��s�c��s����A�Ɯ��1V{�1��Cub7��������>��\�����m��u��������[�9wcO����<�㷟~��?}���p���#�ofc������9���%��/vc	��k'0z�/F��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�902��H�)5��=ȁ�R�ڃ)5��=ȁ�Qw`D���H�	�P�A�������H�	�P�A���#R� F�<F(���H�+0B��80Rf#D{�#��#P� FJM`�jr`��F�� FJM`�jr`d��:90Rj#T{�#�&0B�90Rj#T{�#�����1ȁ�R�ڃ)5��=ȁ�R�ڃ4��=���"W`�d�q`��F�� FJM`�jr`d��:90Rj#T{�#�&0B�90Rj#T{�#�����1ȁ�R�ڃ)5��=ȁ�R�ڃuF��A�������H�	�P�A��#4k#C&0"��80Rf#D{�#�&0B�90Rj#T{�#�����1ȁ�R�ڃ)5��=ȁ�R�ڃuF��A�������H�	�P�A�������H����9ȁ�R�ڃ)5��=���BW`�f�q`d�:90Rj#T{�#�&0B�90Rj#T{�#�����1ȁ�R�ڃ)5��=ȁ�R�ڃuF��A�������H�	�P�A�������Ȩ;0"ur`��F�� F
-]��5ǁ�2!ڃuF��A�������H�	�P�A�������Ȩ;0"ur`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�902��H�)tFh�F�L`�hr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�90�90ur`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�102h#2{#E��ɚ��H�	��A�������Ȩ;0"ur`DY�	��������]�"wx������T�����y�K�p�y�|;0Z�g=���O?�z������S}����Ke�ǟ?}�v�~<�������|�:z��{~Pp�2���߾T���2��z�O�r���@D��H�)�P�A.�����H�)�P�A.��� R� @JM�jr��@�� @JM�jrd�]��:��Rj
+.�6�.eM���r���)���@.���Zp�ur���)���@.��5Z���������8g�E������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�\hm \ʚ��
��Xg�E������Bk��R�Qp��p\p)g
+.�6�.c�Y \ʚ��
�KYSp���\p)k
+.�6�.c�Y \ʚ��
�KYSp���\p)k
+.�6�.c�Y \ʚ��
�KYSp���\p)k
+.�6�.c�Y \J:
+.t�.�L���r���)���@.��u\d]�\p)k
+.�6�.eM���r���)���@.���Zp�ur���)���@.��5Z�����Bk��2�Yp�ur���)���@.��5Z�����Bk��2�\�l\J9
+.T�.�L���r���)���@.��u\d]�\pwG��‹����E�������]odW~���R�҅���$��l��О��}�� [NK��S�T��O?���vp��x⩫.����(���~���>�v����Xp�s���
+���?޽����_��?~��I&\�o��}����/���łk}���;�|�_�z�=.wc�� vcJM7���n̩�c��s�c��s����A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��Cub7��Ս�ڃ؍9uuc�� vcN]��=�ݘRӍ�:�s��n�ŗcԍ9�ԍ�Xs؍9suc�� vcF���s�1��n���n̩�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{��1��n͞�n̑�n�ɚ�n̙�c��s���X�A�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��Cub7��Ս�ڃ؍9uuc�� uc=ucl�uc�\��=�ݘ3W7�hb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��Cub7��Ս�ڃ؍9uuc�� vcN]��=�ݘQw7F��n̩�c��s���X�A��z��ج9�Ɣ�n�1�ݘSW7�jb7��Ս�ڃ؍9uuc�� vcJM7���n̩�c��s���X�A�Ɯ��1V{�1��Cub7��Ս�ڃ؍9uuc�� vcN]��=�ݘRӍ�:�s���X�A��z��ج9�Ɯ��1F{�1��Cub7��Ս�ڃ؍9uuc�� vcN]��=�ݘRӍ�:�s���X�A�Ɯ��1V{�1��n���nL���P�؍9uuc�� vcN]��=�ݘSW7�jb7��tc��A��z��ج9�Ɯ��1F{�1��n���nL���P�؍9uuc�� vcN]��=�ݘSW7�jb7f�ݍ�:�s���X�A�Ɯ��1V{�1��n���nL���P�؍9uuc�� vcN]��=�ݘSW7�jR7��Ս��sԍ9�ԍ1Ys؍9suc�� vcN]��=�ݘRӍ�:���Itc�"��^���n^����݇����_-b7��9wcO����<�㷟~�>}��O_��ػ�#�ofcǿs~��w�g�������n,��v�o}90z�!ڃuF��A�������H�	�P�A�������Ȩ;0"ur`��F�� FJM`�jr`��F�� FF݁�c�#�&0B�90Rj#T{�#�&0B�902��H�)���r#��Ś��H�	��A��z�@��)5��=ȁ�R�ڃ)5��=ȁ�Qw`D���H�	�P�A�������H�	�P�A���#R� FJM`�jr`��F�� FJM`�jb`d�Fd�F�\��5ǁ�2!ڃ)5��=ȁ�Qw`D���H�	�P�A�������H�	�P�A���#R� FJM`�jr`��F�� FJM`�jr`d��:90Rj#T{�#�&0B�10R�
+�Ь9����Ȟ��H�	��A�������H�	�P�A���#R� FJM`�jr`��F�� FJM`�jr`d��:90Rj#T{�#�&0B�90Rj#T{�#��#P� FJM`�jr`��F�� F
+]��5ǁ�1w`D���H�	�P�A�������H�	�P�A���#R� FJM`�jr`��F�� FJM`�jr`d��:90Rj#T{�#�&0B�90Rj#T{�#�����1ȁ�R�ڃ)tFh�F�L`�hr`d��:90Rj#T{�#�&0B�90Rj#T{�#�����1ȁ�R�ڃ)5��=ȁ�R�ڃuF��A�������H�	�P�A�������Ȩ;0"ub`���Ys)3��=ȁ�R�ڃuF��A�������H�	�P�A�������H����9ȁ�R�ڃ)5��=ȁ�R�ڃuF��A�������H�	�P�A�������Ƞ	���9��#$k�#e&0B�90Rj#T{�#�����1ȁe1&0�Y�ы�]~���?<���]�0����=Ͽ4����Ƿ��P�I`���?}����?������~�����2��ϟ�|;G?~�ӿ��t��߮�n��_f���=�����(�����������@D��H�)�P�A.�����H�)�P�A.��� R� @JM�jr��@�� @JM�jrd�]��:��Rj
  T{� ���B���Rj
  T{� ����1H�2O�/ǰ�R�*�P�9.�����H���9��RS��ڃ\�)5�=��RS��ڃ\�u@��A.�����H�)�P�A.�����Ȩ��"ur��@�� @JM�jr��@�� @MDf�a��U�!Ys\�)3�=��RS��ڃ\�u@��A.�����H�)�P�A.�����Ȩ��"ur��@�� @JM�jr��@�� @F��c� ���B���Rj
  T{ ��͚�Ȑ)���9.�����H�)�P�A.�����Ȩ��"ur��@�� @JM�jr��@�� @F��c� ���B���Rj
@@ -1856,4065 +1933,4075 @@ Z
  T{� ���B���2�.�H�\�)5�=��BW�f�q��@�� @F��c� ���B���Rj
  T{� ���B���2�.�H�\�)5�=��RS��ڃ\�)5�=��QwD��H�)�P�A.�����H�)�P�A.��� R� @
 ]�5��2S�!ڃ\�)5�=��QwD��H�)�P�A.�����H�)�P�A.��z.�@��\�)5�=��RS��ڃ\�)5�=��QwD��H�)�P�A.�����H�)�P�A,���̞�H���B���Rf
- D{� ���B���2�.�H�\�]NT\�_d@/�����������������@V�O_~����_?������?���_�x�G�}9��~����������__7����/0��������g�O`/�	\.&^(&P�A.&��b��b¨�� ur1���� JM1�jr1���� F���c��	e��	_�a1��UL�Xs\L(3��=�ńP���s��	���@���Pj�	T{��	���@���0�.&H�\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A,&�b�̞�bB���@�渘Pf�	D{��	���@���0�.&H�\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&���	R� JM1�jr1���� 
-]��5�ń!SL�s\L(3��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&���	R� JM1�jr1���� JM1�jr1!�s1��bB�)&P�A.&��b��bB���@�渘0�.&�\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&���	R� JM1�jr1���� JM1�jr1a�]L�:��Pj�	T{�	��b͚�bB�)&�A.&���	R� JM1�jr1���� JM1�jr1a�]L�:��Pj�	T{��	���@���Pj�	T{��	��b��1�ńRSL�ڃ\L(5��=�ńRSL�ڃ\Lu��A,&��	4k��	e��@���Pj�	T{��	��b��1�ńRSL�ڃ\L(5��=�ńRSL�ڃ\L�\L�:��Pj�	T{��	���@���Pj�	T{��	��b��1�ńRSL�ڃ\L(5��=�ńRSL�ڃXL4��=�ń"W1�d�q1���� JM1�jr1a�]L�:�������EV1��\.&.���a���<��r�[����Ow���fo}���|��KܮZ�~��?߽����_?~��ۗ�=Ͽd�������_���������'f���_�՟�����������ku}��1xA��y����W���>��̓TO��������pk��g��=���x�c�u��l����gp8H���+h^P��z���/��7��_��g��=���t��}��nF]�eu^P�n>|���W���>��>?�P��W������.��>{E�����w�?�{�注������A���^Q{��z�c�� ��g��=xA=�1�z����V�?�w�os�,�c��zw���$��g��=xA}�9<Z���+j^Po�_���b����������
'�et^P�V=}��ڃ����[��>{E����O��N���^Q{�m����p'��YV�����p{/��g��=xA=�1��p�g��=xA=�1����W�|[�?ܼ{��[�eu^P�n�?ʿ��^Q{��z�?�`��g��=xA}�yo�������V���˿�ϲ:/��?�{��>{E������D��Ys����̏�"ڃ���F�?�J��eUj~���eUj~���eUj~���e5��QVR� �(�Rsb��#J͉T{�O�(5'FP�A>1b�}b��1�'F��#�� �QjN��ڃ|bD�91�j���#��A:1��Ӊ_���#(��QfN� ڃ|bD��#��A>1�ԜA��ĈRsb��#J͉T{�O�u�!u�����=�'F��#�� �QjN��ڃ|bĨ���c�O�(5'FP�A>1�ԜA��ĈRsb��#͉2{O�(r�A���Ĉ2sb��#J͉T{�O�u�!u�����=�'F��#�� �QjN��ڃ|bĨ���c�O�(5'FP�A>1�ԜA��ĈRsb��#F�'FH�|bD�91�j�����=�'F�N��YsxbĐ91Bd��e���=�'F��#�� �QjN��ڃ|bĨ���c�O�(5'FP�A>1�ԜA��ĈRsb��#F�'FH�|bD�91�j�����=�'F��#�� �����s�O�(5'FP�A>1�ԜA��ĈB׉4k�O�s�!t�����=�'F��#�� �QjN��ڃ|bĨ���c�O�(5'FP�A>1�ԜA��ĈRsb��#F�'FH�|bD�91�j�����=�'F��#�� �1�>1B��#J͉T{O�(t�A���Ĉ2sb��#F�'FH�|bD�91�j�����=�'F��#�� �1�>1B��#J͉T{�O�(5'FP�A>1�ԜA��ĈQ��R� �QjN��ڃ|bD�91�j�����=�'F��O��:�ĈB׉4k�O�(3'F�A>1�ԜA��ĈQ��R� �QjN��ڃ|bD�91�j�����=�'F�z>1��#J͉T{�O�(5'FP�A>1�ԜA��ĈQ��R� �QjN��ڃ|bD�91�j�����=�'F�#d��Q�:1�d��e���=�'F��#�� �1�>1B��#x1C��/�N���"�O�\�"�GYW~����>�󏲮����a�����>��Ӻ5�摂���Ɏ7�pcd�-�/������- u����l�=�g����� �-Pj��ڃ|�@����A>[�Ԝ-@��l�Rs����J��T{��u�- u����l�=�g����� �-P�:[�f���c���A>[�Ԝ-@��l�Rs����J��T{��u�- u����l�=�g����� �-Pj��ڃ|����l�c��(5gP�A>[�Ԝ-@��l�Rs����F�gH�|�@�9[�j�����h��-Pf� ڃ|����l�c��(5gP�A>[�Ԝ-@��l�Rs����F�gH�|�@�9[�j����l�=�g����� �-0�>[@��J��T{��(5gP�A>[�Ԝ-@��l�Q��R� �-P��l�/��l���k��(3g�A>[ ���P� �-Pj��ڃ|�@�9[�j����l�=�g����:�l�Rs����J��T{��(5gP�A>[`�}���1�g����� �-Pj��ڃ|�@�9[�j����l�=�g�� Ys|�@�9[�h����l�=�g����:�l�Rs����J��T{��(5gP�A>[`�}���1�g����� �-Pj��ڃ|�@�9[�j������A>[�Ԝ-@��l�Rs���ij
-]gЬ9<[`Ȝ- ���l�2s����J��T{��(5gP�A>[`�}���1�g����� �-Pj��ڃ|�@�9[�j������A>[�Ԝ-@��l�Rs����J��T{���|���9�g����� �-Pj��ڃx�@��l�5�g���:�l�Rs����J��T{��(5gP�A>[`�}���1�g����� �-Pj��ڃ|�@�9[�j������A>[�Ԝ-@��l�Rs����J��T{��u�- u����l�=�g���Ys|�@�9[�h������A>[�Ԝ-@��l�Rs����J��T{��u�- u����l�=�g����� �-Pj��ڃ|����l�c��(5gP�A>[�Ԝ-@��l�Rs����F�gH�x�@��l�5�g����� �-Pj��ڃ|����l�c��(5gP�A>[�Ԝ-@��l�Rs����B=�-�u����l�=�g����� �-Pj��ڃ|����l�c��(5gP�A>[�Ԝ-@��l�Rs���ij��2{�(r�-@���l�2s����ԥC��xs��ܭϼ��wK���c���WJ����=��rɿ>���v������������?��O_�����>}}�?����^X�n��l���w�u��^��w����"��ڃ��*5�.�=���BW��f�q�k���:��Ujz]T{�{]���E���Ujz]T{�{]��^��1Ƚ�R��ڃ��*5�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^ר��%ur������� ��
-]�.�5ǽ�2��"ڃ��u����A�u��^��^W��uQ�A�u��^��^ר��%ur������� ��JM��jr������� ��Fݽ.�c�{]���E���Ujz]T{�{]���E���5��uI���*����r{]�^Ś�^W��u�A�u�z�uA����*5�.�=Ƚ�R��ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u��{]R� ��JM��jr������� ��JM��jb�k���d����\�.�5ǽ�2��"ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u��{]R� ��JM��jr������� ��JM��jr�k���:��Ujz]T{�{]���E���U��uѬ9�u
�^�Ȟ�^W��u�A�u��^��^W��uQ�A�u��{]R� ��JM��jr������� ��JM��jr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��{]P� ��JM��jr������� ��
-]�.�5ǽ�1w�K��^W��uQ�A�u��^��^W��uQ�A�u��{]R� ��JM��jr������� ��JM��jr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��^��1Ƚ�R��ڃ��*t��h����L��hr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��^��1Ƚ�R��ڃ��*5�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^ר��%ub�����Ys��*3�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^W��^�9Ƚ�R��ڃ��*5�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^נ�u��9�u�z]$k�{]e��E��׽���^�ǩ�}�5�׽�=������]���������߇o�'8<��uׇ�s����������������/�_���=<]�s�#����_�����E.G���A�����`V{�`��(���(ء�(�͚�(X����;uE��� F�N]Q0�=�Q�SW�jb��D���A�����`V{�`��(���(ة+
-f�1
-Vj�`T� F�N]Q0�=�Q�SW�jb���ڃ+5Q0�c�`��(���(ء�(�͚�(ؙ+
-f�1
-Vj�`T� F�N]Q0�=�Q�SW�jb���ڃ+5Q0�c�`��(���(ة+
-f�1
-vꊂY�A����(�1�Q�SW�jb���ڃ;uE��� F�JM���(ؙߣ`_�Q��S�b�a��3ڃuG���A�����`V{�`��(���(ة+
-f�1
-Vj�`T� F�N]Q0�=�Q�SW�jb���ڃ+5Q0�c�`��(���(ة+
-f�1
-vꊂY�A����`4{��`G��`&k�`g�(���(ة+
-f�1
-Vj�`T� F�N]Q0�=�Q�SW�jb���ڃ+5Q0�c�`��(���(ة+
-f�1
-vꊂY�A����(�1�Q�SW�jb���ڃ;��Ys+rE�H�F��\Q0�=�Q�SW�jb���ڃ+5Q0�c�`��(���(ة+
-f�1
-vꊂY�A����(�1�Q�SW�jb���ڃ;uE��� F�F�Q0�s�`��(���(ة+
-f�)
-v�)
-f��0
-Vf�`D� F�N]Q0�=�Q�SW�jb���ڃ+5Q0�c�`��(���(ة+
-f�1
-vꊂY�A����(�1�Q�SW�jb���ڃ;uE��� F�JM���(ة+
-f�)
-v�)
-f��0
-v抂�A����(�1�Q�SW�jb���ڃ;uE��� F�JM���(ة+
-f�1
-vꊂY�A�����`V{�`�&
-Fub���ڃ;uE��� F�N]Q0�=�Q�R�:)
-v�)
-f��0
-v抂�A�����`V{�`�&
-Fub���ڃ;uE��� F�N]Q0�=�Q�QwL��(ة+
-f�1
-vꊂY�A�����`V{�`�&
-Fub���ڃ;uE��� F�N]Q0�=HQ�BW�f�Q��S�d�a��3ڃc�z=
-����3/���(�Lj�o�D����a��Q���9
-�����o���맷���㗸��������(�P����N_|�ˉ��/�#�=ȉ�Qw�H���Q�IQ�AN������Q�IQ�AN��GR� '�JM�jr��$��� '�JM�jr�hԝ8�:9qTjGT{G���͚��Q�I�AN��GR� '�JM�jr��$��� '�JM�jr�hԝ8�:9qTjGT{�G�&qD�9qTjGT{�G��đ�1ȉ�R�8�ڃ�8*5�#�=ȉ�R�8�ڃ�8u'���AJ�yJQ|9���W�b�q��$��� '�B='���AN������Q�IQ�AN������Ѩ;q$ur��$��� '�JM�jr��$��� '�F݉#�c�G�&qD�9qTjGT{�G�&qD�1q4hG2{GE��ɚ��Q�I�AN������Ѩ;q$ur��$��� '�JM�jr��$��� '�F݉#�c�G�&qD�9qTjGT{�G�&qD�9q4�NI��8*5�#�=ȉ�R�8�ڃ�8*t%�h�&��L�Hd�q��$��� '�JM�jr��$��� '�F݉#�c�G�&qD�9qTjGT{�G�&qD�9q4�NI��8*5�#�=ȉ�R�8�ڃ�8*5�#�=ȉ�Pω#�s�G�&qD�9qTjGT{G���͚��ј;q$tr��$��� '�JM�jr��$��� '�F݉#�c�G�&qD�9qTjGT{�G�&qD�9q4�NI��8*5�#�=ȉ�R�8�ڃ�8*5�#�=ȉ�Qw�H���Q�IQ�AL�G4k�Ge&qD�9q4�NI��8*5�#�=ȉ�R�8�ڃ�8*5�#�=ȉ�Qw�H���Q�IQ�AN������Q�IQ�AN��GR� '�JM�jr��$��� '�JM�jr�hԝ8�:1qT�JѬ9N������Q�IQ�AN��GR� '�JM�jr��$��� '�JM�jr�(�s����Q�IQ�AN������Q�IQ�AN��GR� '�JM�jr��$��� '�JM�jb�h�$�d�&��\�#�5lj�2�8"ڃ�8^.�T���8���ۋ�����w��Ǜ��+�{zx:�_��o�����؛���P>���n�?������O�������:�������`~������_?=��}�߂�̇^~������|�{x닼��>{E��������W��W������Uj~_��ߗ5��}YR� ���R����� ���R����� ���B��ˢYs����ܿ/K��ߗUj~_��ߗUj�kT{��k�&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��JM|�jb|��_�Ys_+3�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��JM|�jr|���ר� ��JM|�jr|m�_�:9�Vj�kT{��k�&�F�9�Vj�kT{��k�����1H�2O�5�/�0�V���Q�9��������Z����9��R_�ڃ_+5�5�=��R_�ڃ_u�פ�A��������Z���Q�A��������ڨ;�&ur|���ר� ��JM|�jr|���ר� ��M|Mf�a|��_#Ys_+3�5�=��R_�ڃ_u�פ�A��������Z���Q�A��������ڨ;�&ur|���ר� ��JM|�jr|���ר� ��F��5�c��k�&�F�9�Vj�kT{�k���͚��ڐ����9��������Z���Q�A��������ڨ;�&ur|���ר� ��JM|�jr|���ר� ��F��5�c��k�&�F�9�Vj�kT{��k�&�F�9��9�ur|���ר� ��JM|�jb|��_�Ys_s�ׄ�A��������Z���Q�A��������ڨ;�&ur|���ר� ��JM|�jr|���ר� ��F��5�c��k�&�F�9�Vj�kT{��k�&�F�9�6ꎯI�_+5�5�=��BW|�f�q|���׈� ��F��5�c��k�&�F�9�Vj�kT{��k�&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��
-]�5�5��2_#ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A���z��A��_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A��
���̞��Z�+�F��8�Vf�kD{����)����{���_�pw1���=F|}{%�~�x���_��$��_�����������~���?~<�����W�������=K�+��z���t����wW�����oz�:������/�z���/�7���[I��>{E����͇��z���/��+�깮ur]������ ��JM]�jr]������ ��F�u=�c��z���G���Wj�zT{�z���͚�ޘ��'tr]������ ��JM]�jr]������ ��F�u=�c��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O��^���Q�A����z4k��ze��G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O��^���Q�A�땚���^���Q�A�덺�zR� ��JM]�jr]������ ��JM]�jr]o�]ד:��W橮G����
-\u=�5�u�2S�#ڃ\��\׃:��Wj�zT{��z���G���Wj�zT{��z��1�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A�땚��ĺޠ����9����z$k��ze��G���Wj�zT{��z��1�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A�땚���ި��'ur]������ ��JM]�jb]��UףYsX�2u=�=�u�2S�#ڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A�땚���ި��'ur]������ ��JM]�jr]������ ��B=����A�땚���^���Q�A����z4k��zc�1�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A�땚���ި��'ur]������ ��JM]�jr]������ ��F�u=�c��z���G���W��Ѭ9�땙���ި��'ur]������ ��JM]�jr]������ ��F�u=�c��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O�ĺ^���G�渮Wf�zD{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�P�u=�s��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�ASד�sX�+r��H����L]�hr]9Wu=~�S]��k@]�{������^�i������~�����.�ׇ�s]X}���������O�诿������_>��˧�:����j��ov�y|���s�;��/�#�_�r$���@$A��HB��$P�A�$��H��HB��$P�A�$��#	R� GJM$�jr$��D�� GJM$�jr$a�I�:)�P�)�@��F
-\��5Ǒ�2I ڃI�I�:9�Pj"	T{�#	�&�@�9�Pj"	T{�#	��H��1ȑ�RI�ڃI(5��=ȑ�RI�ڃIuG��A�$��H��HB��$P�A�$��H��H �$��9�$�"	$k�#	e&�@�9�Pj"	T{�#	��H��1ȑ�RI�ڃI(5��=ȑ�RI�ڃIuG��A�$��H��HB��$P�A�$��H��H¨;� ur$��D�� GJM$�jb$��I�YsI2��=Ǒ�2I ڃI(5��=ȑ�RI�ڃIuG��A�$��H��HB��$P�A�$��H��H¨;� ur$��D�� GJM$�jr$��D�� GB=G��A�$��H��HB��$P�A�$�"	4k�#	c�H��1ȑ�RI�ڃI(5��=ȑ�RI�ڃIuG��A�$��H��HB��$P�A�$��H��H¨;� ur$��D�� GJM$�jr$��D�� GFݑ�c�#	�&�@�1�P�$Ь9�$��H��H¨;� ur$��D�� GJM$�jr$��D�� GFݑ�c�#	�&�@�9�Pj"	T{�#	�&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=ȑ�Qw$A��HB�+�@��8�Pf"	D{�#	�&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=ȑ�Pϑ�s�#	�&�@�9�Pj"	T{�#	�&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=���AI��sI(rEH�G�L$�hr$q�y��$�{�"�_"����o�$�no�'�Hb}�IܮH�O������۷�?��/�>}��i������o_���Ͽ}9����O_���O�~�������L������//���{~��t�ۦ�t.�mz�E�m�=�o����6�:�m�R�	��MJ��&T{��6)5o�P�A~�d�����1�o����M�� �mRj�6�ڃ��I�yۄj��&��M��A~ۤԼmB��m�R�	�ķM
-]o�Ь9|�dȼm"���m�2�	��MJ��&T{��6)5o�P�A~�d�����1�o����M�� �mRj�6�ڃ��I�yۄj��&��M��A~ۤԼmB��m�R�	��MJ��&T{��6	���	�9�o����M�� �mRj�6�ڃ��I��m�5�o����6:�m�R�	��MJ��&T{��6)5o�P�A~�d�����1�o����M�� �mRj�6�ڃ��I�yۄj��&��M��A~ۤԼmB��m�R�	��MJ��&T{��6u�m"u��&��m�=�o���6�Ys��I�yۄh��&��M��A~ۤԼmB��m�R�	��MJ��&T{��6u�m"u��&��m�=�o����M�� �mRj�6�ڃ��ɨ�m�c��6)5o�P�A~ۤԼmB��m�R�	��MF�o�H���I��m�5�o����M�� �mRj�6�ڃ��ɨ�m�c��6)5o�P�A~ۤԼmB��m�R�	��MB=�mu��&��m�=�o����M�� �mRj�6�ڃ��ɨ�m�c��6)5o�P�A~ۤԼmB��m�R�	�ķM��&2{�6)r�mB���m�2�	��M��F�m��qz���k�_|�t�{��������M�o�m:<�/��7:��A��ۦ��|&o�����K><��>�[����X�.��z�o��� ��>���S;����۷��k��Q6{�yw�x8H���+h^Pn��Y���+j^Po><ٿ���^Q{�m��ps�����>������|�`��g��=xA}��}�_i+���+j^P�����RO�����۷H��Ϣ:/��?����>{E������?P��W����V=}��ڃo������+u}��1xA�;���'��>{E�����ߥ[���+j^Po�_���b����������
'�et^P�V=}��ڃ����[��>{E����O��N���^Q{�m����p'��YV�����p{/��g��=xA=�1��p�g��=xA=�1����W�|[�?ܼ{��[�eu^P�n�?ʿ��^Q{���p��UO������������W�|[}�cx/���>������z���/��?�?$N�b����gp'���>{���Շ���T�gY����A�mn}��ڃ���;��>{E�������ggP�A���!u���(5?;�j���(5?;�j���(5?;�j���u���c�vF���T{�vF���T{�vF���T{�vƨ�ggH���3�<���/��gg�~vŚ㟝Qf~v�䟝��gg@����3J��Πڃ��3J��Πڃ��3J��Πڃ��3F�?;C�䟝Qj~v�䟝Qj~v�䟝Qj~v�䟝1���R� ��R�3�� ��R�3�� ��R�3�� ��A�3d���"��� Ys��3��iD{�O3(5�P�A>�`�}���1ȧ����� �fPjN3�ڃ|�A�9̀j�i�����A>͠Ԝf@��4�Rs����J�iT{�O3u�f u�i��4�=ȧ����� �fP�:̀f��iC�4�=ǧ����� �fPjN3�ڃ|�A�9̀j�i�����A>͠Ԝf@��4�Rs����J�iT{�O3u�f u�i��4�=ȧ����� �fPjN3�ڃ|�A�����A>͠Ԝf@��4�Rs����
-]�Ь9>�`�}���1ȧ����� �fPjN3�ڃ|�A�9̀j�i�����A>͠Ԝf@��4�Rs����J�iT{�O3u�f u�i��4�=ȧ����� �fPjN3�ڃ|����4�c�O3(5�P�A<͠�u�͚����iD{�O3u�f u�i��4�=ȧ����� �fPjN3�ڃ|����4�c�O3(5�P�A>͠Ԝf@��4�Rs����FݧH�|�A�9̀j�i��4�=ȧ����� �f0�>�@���
-]�Ь9>̜͠f@��4�Rs����FݧH�|�A�9̀j�i��4�=ȧ����� �f��4�s�O3(5�P�A>͠Ԝf@��4�Rs����FݧH�|�A�9̀j�i��4�=ȧ����� �f0hN3��sx�A��4�5ǧ����� �f�k�4~��i�_��p�4�����?�{�OL�gg��y�_��s*��Z��GN���Y���/Ͽ%����?������?��߾��w�n�돇��~u�U�������p�������3#�'�3��.gF��dF�� fF
-]��5Ǚ�2�!ڃ�ugF��AΌ������H�ɌP�AΌ������Ȩ;3"urf��dF�� gFJMf�jrf��dF�� gFFݙ�c�3#�&3B�93Rj2#T{�3#�&3B�932�ΌH��)���r3#��Ś��H�Ɍ�AΌ�zΌ@���)5��=ș�R��ڃ�)5��=ș�QwfD���H�ɌP�AΌ������H�ɌP�AΌ��3#R� gFJMf�jrf��dF�� gFJMf�jbfd�dFd�fF�\��5Ǚ�2�!ڃ�)5��=ș�QwfD���H�ɌP�AΌ������H�ɌP�AΌ��3#R� gFJMf�jrf��dF�� gFJMf�jrfdԝ�:93Rj2#T{�3#�&3B�13R�ʌЬ9̌�̈Ȟ��H�Ɍ�AΌ������H�ɌP�AΌ��3#R� gFJMf�jrf��dF�� gFJMf�jrfdԝ�:93Rj2#T{�3#�&3B�93Rj2#T{�3#��3#P� gFJMf�jrf��dF�� fF
-]��5Ǚ�1wfD���H�ɌP�AΌ������H�ɌP�AΌ��3#R� gFJMf�jrf��dF�� gFJMf�jrfdԝ�:93Rj2#T{�3#�&3B�93Rj2#T{�3#��̈�1ș�R��ڃ�)teFh�gF�Lf�hrfdԝ�:93Rj2#T{�3#�&3B�93Rj2#T{�3#��̈�1ș�R��ڃ�)5��=ș�R��ڃ�ugF��AΌ������H�ɌP�AΌ������Ȩ;3"ubf�Е�Ys�)3��=ș�R��ڃ�ugF��AΌ������H�ɌP�AΌ������H����9ș�R��ڃ�)5��=ș�R��ڃ�ugF��AΌ������H�ɌP�AΌ������ȠɌ��9̌�2#$k�3#e&3B�93�*FdF�=N�ы���������Q��������$4:���_�_?���_����÷�xA��q����`�;��ׇ^~ŋ������;��� ���S��h�ڃ�;�Fݿ�I����t��MV{Gө�w4Y�A�M����d��w4����Du��h:u��&�=������;��� ���CO���f���h*3�������t��MV{Gө�w4Y�A�M����d��w4����Du��h:u��&�=������;��� ���S��h�ڃ�;�J��h�:�w4��~G�����t��MV{Gө�w4Y�A�M�&pGub�����ڃ�;���Ys�;s�� �JM�����ݩ+pg�1pw�
-�Y�Aܝ�wV{w�&pGub�����ڃ�;u�� �N]�;�=���R��:1pw�
-�Y�Aܝ�wV{w�������]�	�Q��;�{����1
-�x
-�Y�9ܝ�wF{w�����9���SW��jb�����ڃ�;u�� �JM�����ݩ+pg�1pw�
-�Y�Aܝ�wV{w�&pGub�����ڃ�;u�� �N]�;�=H��BW��f�Q���S��d�a����3ڃ�;u�� �JM�����ݩ+pg�1pw�
-�Y�Aܝ�wV{w�&pGub�����ڃ�;u�� �N]�;�=���R��:1pw�
-�Y�Aܝ�wV{�w��w6k�wE��ɞ��ݙ+pg�1pw�
-�Y�Aܝ�wV{w�&pGub�����ڃ�;u�� �N]�;�=���R��:1pw�
-�Y�Aܝ�wV{w�������ݨ;p'ub�����ڃ�;u�� �=�l���L�����ݩ+pg�1pw�
-�Y�Aܝ�wV{w�&pGub�����ڃ�;u�� �N]�;�=���R��:1pw�
-�Y�Aܝ�wV{w�������]�	�Q��;u�� �=�l���\�;�=���R��:1pw�
-�Y�Aܝ�wV{w�������]�	�Q��;u�� �N]�;�=���SW��jb��Aܝ�wV{w�������ݩ+pg�1pWjwT� �=�l���\�;�=���SW��jb��Aܝ�wV{w�������ݩ+pg�1p7��I���;u�� �N]�;�=���SW��jb��Aܝ�wV{w�������ݩ+pg�)pW�
-���9
-�y
-ܙ�9ܝ�wF{w��M�����g^~�ˁ;|������p�ȁ��L����㧿|���O_~������\����ǯ�~�ޞ���u���үf�����,_|�˙��/�%�=ș�R�Y�ڃ�Yug���A�,������R��,Q�A�,������Ҩ;�$urf��d��� g�JMf�jrf��d��� g�Fݙ%�c�3K�&�D�1�T��,Ѭ9�,������Ҩ;�$urf��d��� g�JMf�jrf��d��� g�Fݙ%�c�3K�&�D�9�Tj2KT{�3K�&�D�9�4��,I��Y*5�%�=ș�R�Y�ڃ�Y*5�%�=ș�QwfI���R���ŗc�Y*pe�(�g��Lf�hrf)�sf	���R��,Q�A�,������R��,Q�A�,��3KR� g�JMf�jrf��d��� g�JMf�jrfiԝY�:9�Tj2KT{�3K�&�D�9�Tj2KT{3K�&�$��0�T��,��9�,������R��,Q�A�,��3KR� g�JMf�jrf��d��� g�JMf�jrfiԝY�:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=���BWf�f�afi�d�D�g��Lf�hrf��d��� g�JMf�jrfiԝY�:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Y
-��Y�:9�Tj2KT{�3K�&�D�1�T��,Ѭ9�,��3KB� g�JMf�jrf��d��� g�JMf�jrfiԝY�:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Yug���A�,������R�+�D��8�Tf2KD{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Yug���A�,������R��,Q�A�,������Ҩ;�$urf��d��� g�JMf�jrf��d��� g�Fݙ%�c3K���͚��R��,�A�,������Ҩ;�$urf��d��� g�JMf�jrf��d��� g�B=g���A�,������R��,Q�A�,������Ҩ;�$urf��d��� g�JMf�jrf��d��� f�MfIf�af�ȕY"Ys�Y*3�%�=ș��NPe��=N�勯q�p1���=���~x�;�g��3�,�Vf���t�/��/��|��~T������ot>����^h�O
-�C���
����oh��"w�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�1�T�;Ѭ9�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*5q'�=�q�Rw�ڃw*5q'�=�q�Qw�I���S���ŗcw*pŝ(�ǝ�L܉hr�)�s�	��S��;Q�A�;�����S��;Q�A�;���NR� ǝJM܉jrܩ�ĝ�� ǝJM܉jr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{�N�&�$��0�T�;��9�;�����S��;Q�A�;���NR� ǝJM܉jrܩ�ĝ�� ǝJM܉jr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�BW܉f�a�i�ĝD�ǝ�L܉hrܩ�ĝ�� ǝJM܉jr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃw
-�w�:9�Tj�NT{��N�&�D�1�T�;Ѭ9�;���NB� ǝJM܉jrܩ�ĝ�� ǝJM܉jr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;����ĸS�+�D��8�Tf�ND{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c�N���͚�S��;�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝB=ǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ƝM�If�aܩ�w"Ysw*3q'�=�q��:Qŝ�=Nq狯q����7������D}�q��L����n:�w<|x��{�W����%����P������rn�}��g^~�Wd�ǻ������k�a�>{������;��>{E����͇�[��>{E���է�����e4��,�c��zw��UO��������������g��=xA=�1<�[t��>{E���_ο;�1�;5�Eu^P�wR=}��ڃ�������
���+j^P���>{E�������ݣS�gY�Ի�]~���W���>���UO�������������+f�]H��Mc�#	��A>���I@��H�Rs$��#	J͑T{��$uI u���H�=�G��#	�� IPj�$�ڃ|$���H�c��$(5GP�A>���I@��H�Rs$��#	F�GH�|$A�9��j���#	h�IPf�$ ڃ|$���H�c��$(5GP�A>���I@��H�Rs$��#	F�GH�|$A�9��j���H�=�G��#	�� I0�>�@��#	J͑T{��$(5GP�A>���I@��H�Q��R� IP��H�/��H�בk��$(3G�A>� ��P� IPj�$�ڃ|$A�9��j���H�=�G���$�:�H�Rs$��#	J͑T{��$(5GP�A>�`�}$��1�G��#	�� IPj�$�ڃ|$A�9��j���H�=�G��$ Ys|$A�9��h���H�=�G���$�:�H�Rs$��#	J͑T{��$(5GP�A>�`�}$��1�G��#	�� IPj�$�ڃ|$A�9��j���#	��A>���I@��H�Rs$��#	
-]GЬ9<�`�I ���H�2s$��#	J͑T{��$(5GP�A>�`�}$��1�G��#	�� IPj�$�ڃ|$A�9��j���#	��A>���I@��H�Rs$��#	J͑T{��$�|$�9�G��#	�� IPj�$�ڃx$A��H�5�G���$:�H�Rs$��#	J͑T{��$(5GP�A>�`�}$��1�G��#	�� IPj�$�ڃ|$A�9��j���#	��A>���I@��H�Rs$��#	J͑T{��$uI u���H�=�G��$�Ys|$A�9��h���#	��A>���I@��H�Rs$��#	J͑T{��$uI u���H�=�G��#	�� IPj�$�ڃ|$���H�c��$(5GP�A>���I@��H�Rs$��#	F�GH�x$A��H�5�G��#	�� IPj�$�ڃ|$���H�c��$(5GP�A>���I@��H�Rs$��#	B=I�u���H�=�G��#	�� IPj�$�ڃ|$���H�c��$(5GP�A>���I@��H�Rs$��#	͑2{�$(rI@���H�2s$��#	��u$���H‹�G.���H�������������Ix��$���?|���/�������ϟ~�}������u������_��ק�����鄝��N��_N�_H�A����+5	8�=�	�R���ڃ��+5	8�=�	�QwN��\�I�Q�AN�����\�+G��87�N�	���+5	8�=�	�R���ڃ��+5	8�=�	�QwN��\�I�Q�AN�����\�I�Q�AN���pR� '�JM�jr��$�� '�JM�jrnԝ��:9WjpT{p��͚�\�I��AN���pR� '�JM�jr��$�� '�JM�jrnԝ��:9WjpT{�p�&G�9WjpT{�p����1�	�R���ڃ��+5	8�=�	�R���ڃ��u'ऎAJ��yJ�Q|9�	�W�b�q��$��� '�B='��AN�����\�I�Q�AN�����ܨ;'ur��$�� '�JM�jr��$�� '�F�	8�c�p�&G�9WjpT{�p�&G�17hp2{pE�ɚ�\�I��AN�����ܨ;'ur��$�� '�JM�jr��$�� '�F�	8�c�p�&G�9WjpT{�p�&G�97�N�I���+5	8�=�	�R���ڃ��+t%�h�&��LNd�q��$��� '�JM�jr��$�� '�F�	8�c�p�&G�9WjpT{�p�&G�97�N�I���+5	8�=�	�R���ڃ��+5	8�=�	�P�	8�s�p�&G�9WjpT{p��͚�ܘ;'tr��$�� '�JM�jr��$�� '�F�	8�c�p�&G�9WjpT{�p�&G�97�N�I���+5	8�=�	�R���ڃ��+5	8�=�	�QwN��\�I�Q�AL��p4k�pe&G�97�N�I���+5	8�=�	�R���ڃ��+5	8�=�	�QwN��\�I�Q�AN�����\�I�Q�AN���pR� '�JM�jr��$�� '�JM�jrnԝ��:1W�J�Ѭ9N�����\�I�Q�AN���pR� '�JM�jr��$�� '�JM�jr.�s��\�I�Q�AN�����\�I�Q�AN���pR� '�JM�jr��$�� '�JM�jbn�$�d�&��\	8�5�	�2��#ڃ��_�U��㔀���Nj	���1��+	�Q}���|}&	��J���?�x��?������~�����>~��ۗ������z�^�������{<����{�u/�x���x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)t�xh��x�L��hr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��u�x��A����O���P�A����Ϩ��#uR���S����1���z<k�{<e��C�����ur����x�� �xJM��jr����x�� �xF�=�c�{<���C���Sjz<T{�{<���C���3���H���)5=�=�=�R��ڃ��)5=�=�=�A���s��)r�xH��x�L��hr����x�� �xF�=�c�{<���C���Sjz<T{�{<���C���3���H���)5=�=�=�R��ڃ��)5=�=�=�Qw�G��O���P�A����O���C���3dz<"{�{<e��C���Sjz<T{�{<���C���3���H���)5=�=�=�R��ڃ��)5=�=�=�Qw�G��O���P�A����O���P�A��z��@����)5=�=�=�R��ڃ��)t�xh��x��=�c�{<���C���Sjz<T{�{<���C���3���H���)5=�=�=�R��ڃ��)5=�=�=�Qw�G��O���P�A����O���P�A��{<R� �xJM��jb�����Ys��)3=�=�=�Qw�G��O���P�A����O���P�A��{<R� �xJM��jr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�BW��f�q����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<��{<P� �xJM��jr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{{<���#���S���9�����rO�z<����׀�������iއ�x�3��>��_>}���_~^9ޯ�>}���ۧ�?�ߟ�������ᇏ�~?���_���_o�������?����_����������˧�^N�?�/������������1��ݏ)^���������� ?�0�~LA���J�c
-T{�S(5�)P�A|L����͚����c
-"{�S(3�)�A~L��<�@��1�R����Fݏ)H���B�yL�j�c
-��1�=ȏ)����� ?�0�~LA���J�c
-T{�S(5�)P�A~L��<�@��1�PϏ)@����B�yL�j�c
-��1�=��)�S�Ys��˜�1�c�S(5�)P�A~L��<�@��1�R����Fݏ)H���B�yL�j�c
-��1�=ȏ)����� ?�0�~LA���J�c
-T{�S(5�)P�A~L��<�@��1�Q�c
-R� ?�PjS�ڃ��B��1�5Ǐ)����� ?�0�~LA���J�c
-T{�S(5�)P�A~L��<�@��1�Q�c
-R� ?�PjS�ڃ��B�yL�j�c
-��1�=ȏ)��S�:�1�R����J�c
-T{�S(5�)P�A~La�����1��)�S�Ys��B�yL�h�c
-��1�=ȏ)��S�:�1�R����J�c
-T{�S(5�)P�A~L!��c
-P� ?�PjS�ڃ��B�yL�j�c
-��1�=ȏ)��S�:�1�R����J�c
-T{�S(5�)P�A|La�<� ���1�"�c
-$k�S(3�)�A~LA��|����1ŋ�qx���������ܝ�Ǎ��y�~X��?�?<����g��S�����O�������D��_��Ͽ��������������>�zF�>���/?���߿}<�7�u������^|��'�o?\��~>�,�A��4/z�E� �=����@d�R�:�d��A e� �=�����@�� 2�>D��@J�A T{�)5�P�A>��B�� �Q�A R� Rj�ڃ|H�yÆj�6��
�=�o،�߰�:�
�R�
��7lJ�6T{߰)t�aC���
�!�Ȟ�7l��6D{�߰)5o�P�A~æԼaC��
�Q�6R� �aSjް�ڃ��M�yÆj�6��
�=�o،�߰�:�
�R�
��7lJ�6T{�߰)5o�P�A~�&��6P� �aSjް�ڃ��M�yÆj�6��7lh��a3�~�F��7lJ�6T{�߰)5o�P�A~æԼaC��
�Q�6R� �aSjް�ڃ��M�yÆj�6��
�=�o،�߰�:�
�R�
��7lJ�6T{�߰)5o�P�A~�f�����1�oؔ�7l�� �aS�zÆf��6e�
�=�o،�߰�:�
�R�
��7lJ�6T{�߰)5o�P�A~�f�����1�oؔ�7l�� �aSjް�ڃ��M�yÆj�6��7l��A~æԼaC��
�R�
��7lJ�6T{�߰u�a#u�6��7lh��aSfް!ڃ��M�yÆj�6��7l��A~æԼaC��
�R�
��7lJ�6T{�߰	���
�9�oؔ�7l�� �aSjް�ڃ��M�yÆj�6��7l��A~æԼaC��
�R�
��7lJ�6T{߰4o���9|æ���
ɚ�7l��6D{�߰]~M�ް��8�a{�d���7l����_�?�u�Q{�Ao�a�p��p��_�<>��s�w�/�������Xy�>�?���C��9�+endstream
+ D{� ���B���2�.�H�\�]NT\�/�
+�/r����"����R��?�<==p��I�a@����o���O�������׏���������������ϟ����8�<]8��|��������g�;��������/��=�ńRSL�ڃ\Lu��A.&��b��bB�)&P�A.&��b��b¨�� uR1��S1���1,&��	k��	e��@���깘�ur1���� JM1�jr1���� F���c��	���@���Pj�	T{��	���@���0�.&H�\L(5��=�ńRSL�ڃ\L(5��=�ńASL��sXL(rH��L1�hr1���� F���c��	���@���Pj�	T{��	���@���0�.&H�\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB���@�氘0d�	"{��	e��@���Pj�	T{��	���@���0�.&H�\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&�z.&@��\L(5��=�ńRSL�ڃXL(th�����c��	���@���Pj�	T{��	���@���0�.&H�\L(5��=�ńRSL�ڃ\L(5��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&���	R� JM1�jb1��UL�Ys\L(3��=�ńQw1A��bB�)&P�A.&��b��bB�)&P�A.&���	R� JM1�jr1���� JM1�jr1a�]L�:��Pj�	T{��	���@���Pj�	T{��	��b��1�ńBW1�f�q1���� JM1�jr1a�]L�:��Pj�	T{��	���@���Pj�	T{��	���	P� JM1�jr1���� JM1�jr1a�]L�:��Pj�	T{��	���@���Pj�	T{�	��� �簘P�*&��9.&��b��bB�)&P�A.&���	R� ����b_d/^�r1q�E��Ð��<�L9�)�����������Z��S/q�j������x����|����o_�{��d�|�����/��Ӆ_���������/�|�W?�Ç����o��ku=������<�?J����/�ϟ�y����+j^P�?�[������������p��ӣl����38�yz�
+ڃ�����UO�^Q{���x�������������������nF]ϲ:/�w7>X����/�7��G3�zz��ڃ����p)������N��Nͳ������p� �ӳW�����zz��ڃ���`�ӳW�|[=�ܟ��,�c��zw���$�ӳW���>��zz��ڃ�Ǜ����+fͽM�nܟp�,�c��z�<X����/�ǟ��[���������S������+j���wR]ϲ:/�����TO�^Q{��z�1�pֳW����zz��ڃo����wO�Os�YV���������z��ڃ������g��=xA}�yo�(�������������z��1xA=��zz��ڃ���R���b��r}CU��(+�=�e5��(+�c�?ʪ�|��䏲*5eE����J�GYQ�A�(�Q�GYI��QV��T{��Qj�A�����T{��1�b��1�W�(5W��ڃ|ňRs��=�W�(5W��ڃ|ňQ�#��A�bD��+FP|9�W�(p]1�b��#��#�� _1"��#��A�bD��b��+F��+FP�A�bD��b��+F���!u�#J�#�� _1��\1�j�#J�#�� _1b�}��c��Qj�A�����T{��Qj�A����2{�Q�bɚ�+F��+F�A�bD��b��+F���!u�#J�#�� _1��\1�j�#J�#�� _1b�}��c��Qj�A�����T{��Qj�A�����+FH�|ňRs��=�W�(5W��ڃxňB�#h�^1b�\1Bd��#��#�� _1��\1�j�#J�#�� _1b�}��c��Qj�A�����T{��Qj�A�����+FH�|ňRs��=�W�(5W��ڃ|ňRs��=�W��|��s��Qj�A�����T{�Q�b͚�+F���!t�#J�#�� _1��\1�j�#J�#�� _1b�}��c��Qj�A�����T{��Qj�A�����+FH�|ňRs��=�W�(5W��ڃ|ňRs��=�W�u_1B��+F��+FP�A�bD��4k��Qf�A�����+FH�|ňRs��=�W�(5W��ڃ|ňRs��=�W�u_1B��+F��+FP�A�bD��b��+F��+FP�A�bĨ��R� _1��\1�j�#J�#�� _1��\1�j�#F�W��:���+FЬ9�bD��b��+F��+FP�A�bĨ��R� _1��\1�j�#J�#�� _1��\1�j�#B=_1��+F��+FP�A�bD��b��+F��+FP�A�bĨ��R� _1��\1�j�#J�#�� _1��\1�j�#�#d�^1��u��5�W�(3W� ڃ|��"q�ڍ�Ǜks��y��woݸ��;��+�)���y�t��)]��ލúy���~���O���7������b�?@^�vc���~)�_�����{@�O��_�)�Q�A.������_�)�Q�A.��z.�A��\�+5%?�=�%�RS�ڃ\�+5%?�=�%�Qw�O��_�)�Q�A.�����Ē_���G���7�.�	�\�+5%?�=�%�RS�ڃ\�+5%?�=�%�Qw�O��_�)�Q�A.������_�)�Q�A.���K~R� ��JMɏjrɯԔ��� ��JMɏjr�o�]�:��WjJ~T{K~���͚�_�)��A.���K~R� ��JMɏjrɯԔ��� ��JMɏjr�o�]�:��WjJ~T{�K~���G���WjJ~T{�K~��1�%�RS�ڃ\�+5%?�=�%�RS�ڃ\�u����A*��y*�Q|9�%�Wɏb�qɯ̔��� ��B=����A.������_�)�Q�A.������ߨ��'urɯԔ��� ��JMɏjrɯԔ��� ��F�%?�c�K~���G���WjJ~T{�K~���G���7hJ~2{K~E��ɚ�_�)��A.������ߨ��'urɯԔ��� ��JMɏjrɯԔ��� ��F�%?�c�K~���G���WjJ~T{�K~���G���7�.�I�\�+5%?�=�%�RS�ڃX�+t��h����L�Od�qɯ̔��� ��JMɏjrɯԔ��� ��F�%?�c�K~���G���WjJ~T{�K~���G���7�.�I�\�+5%?�=�%�RS�ڃ\�+5%?�=�%�P�%?�s�K~���G���WjJ~T{K~���͚�ߘ��'trɯԔ��� ��JMɏjrɯԔ��� ��F�%?�c�K~���G���WjJ~T{�K~���G���7�.�I�\�+5%?�=�%�RS�ڃ\�+5%?�=�%�Qw�O��_�)�Q�A,��J~4k�K~e��G���7�.�I�\�+5%?�=�%�RS�ڃ\�+5%?�=�%�Qw�O��_�)�Q�A.������_�)�Q�A.���K~R� ��JMɏjrɯԔ��� ��JMɏjr�o�]�:��W�*�Ѭ9.������_�)�Q�A.���K~R� ��JMɏjrɯԔ��� ��JMɏjr�/�s���_�)�Q�A.������_�)�Q�A.���K~R� ��JMɏjrɯԔ��� ��JMɏjb�oД�d����\%?�5�%�2S�#ڃ\�S�.J~|�S���5����俽R��o�p�%�z&%��*���㷏����N��ϟ��Ǐ��?|��:	~:����^X�7��ߛ��ν.���u_���^���@��jr������� ��
+]�.�5ǽ�1w�K��^W��uQ�A�u��^��^W��uQ�A�u��{]R� ��JM��jr������� ��JM��jr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��^��1Ƚ�R��ڃ��*t��h����L��hr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��^��1Ƚ�R��ڃ��*5�.�=Ƚ�R��ڃ��u����A�u��^��^W��uQ�A�u��^��^ר��%uR���S����1�u�z]k�{]e��E�����ur������� ��JM��jr������� ��Fݽ.�c�{]���E���Ujz]T{�{]���E���5��uI���*5�.�=Ƚ�R��ڃ��*5�.�=���A���s��*r��H����L��hr������� ��Fݽ.�c�{]���E���Ujz]T{�{]���E���5��uI���*5�.�=Ƚ�R��ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W���E���5dz]"{�{]e��E���Ujz]T{�{]���E���5��uI���*5�.�=Ƚ�R��ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u�z�uA����*5�.�=Ƚ�R��ڃ��*t��h����ܽ.�c�{]���E���Ujz]T{�{]���E���5��uI���*5�.�=Ƚ�R��ڃ��*5�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u��{]R� ��JM��jb�����Ys��*3�.�=Ƚ�Qw�K��^W��uQ�A�u��^��^W��uQ�A�u��{]R� ��JM��jr������� ��JM��jr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��^��1���BW��f�q������� ��JM��jr�k���:��Ujz]T{�{]���E���Ujz]T{�{]��{]P� ��JM��jr������� ��JM��jr�k���:��Ujz]T{�{]���E���Ujz]T{{]���%���U��u��9�u��^��^�rr�z]|�S���5�׽�s�t|�+_޾������������۽�z(Ϝ{�|{�o���������w����/�����s��? �=��������_�}̜^=�|�����x����Y�A<f��u̜��c�J�1sT� 3w��c�,��c�<3g���3�1sF{��u3'u�1s��c�� 3w�:f�j�1s��c�� 3Wj���:�S�1sV{��;u3g��S�1sV{��+5��Q�x�ܩ�9�=��̝����ڃx�ܩ�9�=H�������st�ܑ�c�L�3w�:f�h�1s��c�� 3Wj���:�S�1sV{��;u3g��S�1sV{��+5��Q�x�ܩ�9�=��̝����ڃx�ܩ�9�=��̕�c樎A<f��u̜��c�N]��Y�A:f���1s6k���+r3G���3�1sF{��;u3g��S�1sV{��+5��Q�x�ܩ�9�=��̝����ڃx�ܩ�9�=��̕�c樎A<f��u̜��c�N]��Y�A<f��u̜��c�F���I��x�ܩ�9�=��̝����ڃt�ܡ�c�l�3Wf��#:�S�1sV{��;u3g��S�1sV{��+5��Q�x�ܩ�9�=��̝����ڃx�ܩ�9�=��̕�c樎A<f��u̜��c�N]��Y�A<f��u̜��c�J�1sT� 3w�:f�j�1s�����Ysx�ܙ�9�=��̕�c樎A<f��u̜��c�N]��Y�A<f��u̜��c�J�1sT� 3w�:f�j�1s��c�� 3w�:f�j�1s��9�c��;u3g��S�1sV{��;u3g��Rs��1H��z:f�f��1sg�c�� 3w�:f�j�1s��9�c��;u3g��S�1sV{��;u3g��Q�1sR� 3w�:f�j�1s��c�� 3w�:f�j�1s��9�c��;u3g��S�1sV{��;u3g�阹B�1s4{���;�t̜ɚ�c��\���A<f�G��3�������8.3����o�3�?���3_Ϝ����P�������W�O�6�<������t������;���^��_F:}*����)T� ~{ʩ��S�� ~{ʩ��S�� }{ʡ�oO�Ys��)e��S��A���S׷�X�A���S׷�X�A���S׷�X�A���R��)T� ~{ʩ��S�� ~{ʩ��S�� ~{ʩ��S�� ~{J����c�=����)V{�=����)V{�=����)V{�=��|{
+�1�ߞr����=Hߞr���Sl�~{ʙ��S�� ~{J����c�=����)V{�=����)V{�=����)V{�=��|{
+�1�ߞr����=�ߞr����=�ߞr����=�ߞRj�=���oO95Q0�=�Q�R�ڃ+5Q0�=�Q�QwL��(X��(ŗc+pE�(�G��L�hr,�s��(X���Q�A����(��(X���Q�A�����`R� G�JM�jr��D��� G�JM�jrl��:9
+Vj�`T{��`�&
+F�9
+Vj�`T{�`�&
+&��0
+V䊂��9����(��(X���Q�A�����`R� G�JM�jr��D��� G�JM�jrl��:9
+Vj�`T{��`�&
+F�9
+Vj�`T{��`��(��1�Q�R�ڃ+5Q0�=�Q�BW�f�al�D�D�G��L�hr��D��� G�JM�jrl��:9
+Vj�`T{��`�&
+F�9
+Vj�`T{��`��(��1�Q�R�ڃ+5Q0�=�Q�R�ڃ��:9
+Vj�`T{��`�&
+F�1
+V节Ѭ9�����`B� G�JM�jr��D��� G�JM�jrl��:9
+Vj�`T{��`�&
+F�9
+Vj�`T{��`��(��1�Q�R�ڃ+5Q0�=�Q�R�ڃuG���A����(��(X�+
+F��8
+Vf�`D{��`��(��1�Q�R�ڃ+5Q0�=�Q�R�ڃuG���A����(��(X���Q�A����(��(ب;
+&ur��D��� G�JM�jr��D��� G�F�Q0�c�`��(͚�(X����A����(��(ب;
+&ur��D��� G�JM�jr��D��� G�B=G���A����(��(X���Q�A����(��(ب;
+&ur��D��� G�JM�jr��D��� F�MLf�a��#Ys+3Q0�=�Q0��"
+��8E�/^�����W~{�����1���3�(�nE������~���2������b���{Qv�މ#��N_�������@�jr�hԝ8�:9qTjGT{�G�&qD�9qTjGT{�G��đ�1ȉ�R�8�ڃ�8*5�#�=ȉ�R�8�ڃ�8u'���AN������Q�+qD��8qTfGD{�G��đ�1ȉ�R�8�ڃ�8*5�#�=ȉ�R�8�ڃ�8u'���AN������Q�IQ�AN������Ѩ;q$ur��$��� '�JM�jr��$��� '�F݉#�c�Ge�G_�a���8�Xs�8*3�#�=ȉ�Pω#�s�G�&qD�9qTjGT{�G�&qD�9q4�NI��8*5�#�=ȉ�R�8�ڃ�8*5�#�=ȉ�Qw�H���Q�IQ�AN������Q�IQ�AL
�đ̞��Q�+qD��8qTfGD{�G�&qD�9q4�NI��8*5�#�=ȉ�R�8�ڃ�8*5�#�=ȉ�Qw�H���Q�IQ�AN������Q�IQ�AN��GR� '�JM�jr��$��� &�
+]�#�5���!�8�s�8*3�#�=ȉ�R�8�ڃ�8*5�#�=ȉ�Qw�H���Q�IQ�AN������Q�IQ�AN��GR� '�JM�jr��$��� '�JM�jr�(�s����Q�IQ�AN������Q�+qD��8q4�N	��8*5�#�=ȉ�R�8�ڃ�8*5�#�=ȉ�Qw�H���Q�IQ�AN������Q�IQ�AN��GR� '�JM�jr��$��� '�JM�jr�hԝ8�:9qTjGT{G���͚��Q�I�AN��GR� '�JM�jr��$��� '�JM�jr�hԝ8�:9qTjGT{�G�&qD�9qTjGT{�G��đ�1ȉ�R�8�ڃ�8*5�#�=ȉ�R�8�ڃ�8u'���AL�G4k�Ge&qD�9qTjGT{�G��đ�1ȉ�R�8�ڃ�8*5�#�=ȉ�R�8�ڃ�8
+��8�:9qTjGT{�G�&qD�9qTjGT{�G��đ�1ȉ�R�8�ڃ�8*5�#�=ȉ�R�8�ڃ�84�#�=���"W�d�q��$��� '���=�8�{���q���8^~���?<���]��������nOA����ۉ�z(�$qL���/�~��~���/����MO��w^��-�[���~z���o�����|}���͇��Ƌ�������������/��zz��ڃ��9X������ _֨�����A���R�}YT{��/��|_����*t}_͚���s_��1�ߗUj�/�j��e������Z���Q�A�����kR� ��JM|�jr|���ר� ��JM|�jr|m�_�:9�Vj�kT{��k�&�F�9�Vj�kT{��k�����1��R_�ڃ_+t��h����L|�hr|m�_�:9�Vj�kT{��k�&�F�9�Vj�kT{��k�����1��R_�ڃ_+5�5�=��R_�ڃ_u�פ�A��������Z���Q�A��������ڨ;�&uR|��S|���1����kk��ke&�F�9��9�ur|���ר� ��JM|�jr|���ר� ��F��5�c��k�&�F�9�Vj�kT{��k�&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��A_��s_+r��H����L|�hr|���ר� ��F��5�c��k�&�F�9�Vj�kT{��k�&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z�+�F��0�6d�k"{��ke&�F�9�Vj�kT{��k�&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A���z��A��_+5�5�=��R_�ڃ_+t��h������5�c��k�&�F�9�Vj�kT{��k�&�F�9�6ꎯI�_+5�5�=��R_�ڃ_+5�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��JM|�jb|��_�Ys_+3�5�=��Qw|M���Z���Q�A��������Z���Q�A�����kR� ��JM|�jr|���ר� ��JM|�jr|m�_�:9�Vj�kT{��k�&�F�9�Vj�kT{��k�����1��BW|�f�q|���׈� ��JM|�jr|m�_�:9�Vj�kT{��k�&�F�9�Vj�kT{��k���kP� ��JM|�jr|���ר� ��JM|�jr|m�_�:9�Vj�kT{��k�&�F�9�Vj�kT{�k�&�&��0�V䊯��9���������rJ��k|�S|��5w����1��Õ������s|��I|}�������>���o�����xx�ç��2�ǧ��?�����s���/���93���롗oz�:������yC=={E�������T���+j^Po>�/�ӳW���~�^���9�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A����z4k��zc�1�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A�땚���ި��'ur]������ ��JM]�jr]������ ��F�u=�c��z���G���W��Ѭ9�땙���ި��'ur]������ ��JM]�jr]������ ��F�u=�c��z���G���Wj�zT{��z���G���7��I�\�+5u=�=�u�RSףڃ\�+5u=�=�u�Qw]O���^���ŗcX�+p��(����L]�hr]/�s]��^���Q�A�땚���^���Q�A�덺�zR� ��JM]�jr]������ ��JM]�jr]o�]ד:��Wj�zT{��z���G���Wj�zT{�z���'�簮W�둬9�땙���^���Q�A�덺�zR� ��JM]�jr]������ ��JM]�jr]o�]ד:��Wj�zT{��z���G���Wj�zT{��z��1�u�RSףڃ\�+5u=�=�u�BW]�f�a]o���D����L]�hr]������ ��JM]�jr]o�]ד:��Wj�zT{��z���G���Wj�zT{��z��1�u�RSףڃ\�+5u=�=�u�RSףڃ\��\׃:��Wj�zT{��z���G���W��Ѭ9�덹�zB� ��JM]�jr]������ ��JM]�jr]o�]ד:��Wj�zT{��z���G���Wj�zT{��z��1�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚��ĺ^���G�渮Wf�zD{��z��1�u�RSףڃ\�+5u=�=�u�RSףڃ\�u����A�땚���^���Q�A�땚���ި��'ur]������ ��JM]�jr]������ ��F�u=�c�z���͚�^����A�땚���ި��'ur]������ ��JM]�jr]������ ��B=����A�땚���^���Q�A�땚���ި��'ur]������ ��JM]�jr]������ ��M]Of�a]��U�#Ys\�+3u=�=�u��D\�������k@]�=�������W�����������?���͢z=�g�u�a��������_�x�������ϧ���?��Oou��j��7;�<>�_����$�w$��/G�_"	R� GJM$�jr$��D�� GJM$�jr$a�I�:9�Pj"	T{�#	�&�@�9�Pj"	T{�#	��H��1H��2O��/�0�P��$P�9�$��H��HB��H�9ȑ�RI�ڃI(5��=ȑ�RI�ڃIuG��A�$��H��HB��$P�A�$��H��H¨;� ur$��D�� GJM$�jr$��D�� FM$Af�a$��I YsI(3��=ȑ�RI�ڃIuG��A�$��H��HB��$P�A�$��H��H¨;� ur$��D�� GJM$�jr$��D�� GFݑ�c�#	�&�@�9�Pj"	T{#	��H͚�H�$��9�$��H��HB��$P�A�$��H��H¨;� ur$��D�� GJM$�jr$��D�� GFݑ�c�#	�&�@�9�Pj"	T{�#	�&�@�9��9��ur$��D�� GJM$�jb$��I�YsIsG��A�$��H��HB��$P�A�$��H��H¨;� ur$��D�� GJM$�jr$��D�� GFݑ�c�#	�&�@�9�Pj"	T{�#	�&�@�9�0�$H�I(5��=���BW$�f�q$��D�� GFݑ�c�#	�&�@�9�Pj"	T{�#	�&�@�9�0�$H�I(5��=ȑ�RI�ڃI(5��=ȑ�Qw$A��HB��$P�A�$��H��HB��$P�A�$��#	R� F
+]��5Ǒ�2I ڃI(5��=ȑ�Qw$A��HB��$P�A�$��H��HB��$P�A�$�z�$@��I(5��=ȑ�RI�ڃI(5��=ȑ�Qw$A��HB��$P�A�$��H��HB��$P�A�$�H�̞�HB�+�@��8�Pf"	D{�#����U$��q�$^�D��cD�W"�����/h8�XϜ#��I���O_����v�������/��o�ۏ�~����}�����ϟ����>���H����ݙz�������o����6���>���w��٦�/g�P�A>�d�}���1�g����M�� �mRj�6�ڃ|�I�9ۄj��&��M��A>ۤԜmB��l�Rs�	��MJ��&T{��6u�m"u��&��l�=�g����M�� �mR�:ۄf���&C�l�=�g����M�� �mRj�6�ڃ|�I�9ۄj��&��M��A>ۤԜmB��l�Rs�	��MJ��&T{��6u�m"u��&��l�=�g����M�� �mRj�6�ڃ|�I��M��A>ۤԜmB��l�Rs�	�ijM
+]g�Ь9>�d�}���1�g����M�� �mRj�6�ڃ|�I�9ۄj��&��M��A>ۤԜmB��l�Rs�	��MJ��&T{��6u�m"u��&��l�=�g����M�� �mRj�6�ڃ|�ɨ�l�c��6)5g�P�A<ۤ�u�	͚�M���&D{��6u�m"u��&��l�=�g����M�� �mRj�6�ڃ|�ɨ�l�c��6)5g�P�A>ۤԜmB��l�Rs�	��MF�g�H�|�I�9ۄj��&��l�=�g����M�� �m2�>�D�ijM
+]g�Ь9>̜ۤmB��l�Rs�	��MF�g�H�|�I�9ۄj��&��l�=�g����M�� �m��l�s��6)5g�P�A>ۤԜmB��l�Rs�	��MF�g�H�|�I�9ۄj��&��l�=�g����M�� �m2h�6��sx�I��l�5�g����M�� �m��7�l���lӋ�8��x���{������������������������g��Cy&g����_�K><��>�-�y��/�ûK�X�����9��z�廽����������x��e��.�w7���4O�^A{���ps�Ϊ�g��=xA}���d}O�^Q{�m��ps��F]ϲ:/�w7>X����/�7���J[��g��=xA=�����RO�^Q{���H��Nͳ������p� �ӳW�����`@��g��=xA=�V=={E�������p���R׳������oҟ�zz��ڃԇ�ߥ[����/��7����W̚{��=�>�?��YF����3x����+j^P�?���R=={E����p'�ӳW�|[�;��eu^P�?��{���������c8�?�g��=xA=��Y�����V�7���ֳ�������G�'����/�7�>X����/��7���׳W�|[}�1���Yϲ:/��ýUO�^Q{��z�1�?H��b�������ӳW�|[}8�n���eu^P�?�����z��ڃ��O�UO�^Q{������|v����uv��1ȟ�Qj>;�j�gg���Πڃ����3�� vƨ��3��A��R��T{�?;��|v����(5��A���3Fݟ�!u�gg�y���/��3
+\��A����3��gg�A��Pϟ�u�gg���Πڃ����3�� vF����=ȟ�1����c�?;��|v����(5��A���3J�ggP�A��Q�ggH�����3�� vF����=ȟ�Qj>;�j�gg��ΐ�s��E��� Ys��e�jD{��fPj�f@��j��H�|5�Rs5�=�W3(5W3�ڃ|5�Rs5�=�W3u_�@�����P�A��A��������P�A�����jR� _͠�\̀j��J���� ^͠�u5�5�W32W3�s|5�2s5�=�W3(5W3�ڃ|5�Rs5�=�W3u_�@�����P�A��A��������P�A�����jR� _͠�\̀j��J���� _͠�\̀j��B=_�������P�A��A����ī��f@���jc��|5�Rs5�=�W3(5W3�ڃ|5�Rs5�=�W3u_�@�����P�A��A��������P�A�����jR� _͠�\̀j��J���� _͠�\̀j��F�W3�:�j��jT{�fP躚͚�����A�����jR� _͠�\̀j��J���� _͠�\̀j��F�W3�:�j��jT{��fPj�f@��j��jT{��f0꾚��1�W3(5W3�ڃ|5�Rs5�=�W3(5W3�ڃ|5�Q����A��A��j4k��fPf�f@��j��jT{��f0꾚��1�W3(5W3�ڃ|5�Rs5�=�W3(5W3�ڃ|5�P�W3�:�j��jT{��fPj�f@��j��jT{��f0꾚��1�W3(5W3�ڃ|5�Rs5�=�W3(5W3�ڃx5�As5�=�W3(r]̀d�������� _�@�
���=NW3�x���ū.���>p��OL�3�?�<ܯ�����7_h=�GN3ܭk�럟�%����o��_�������߾��w�n�ˏ����:�*zyw�x��z��A���;3�߁<����bf�Ƌ\ΌX�Aʌzʌج9̌��2#F{3#�&3Bubf�ԕ�ڃ�9ueF�� fFN]��=���R��:13r�ʌX�Ǎ��2#V{3#��̈���H�ɌP��9ueF�� fFN]��=���SWf�jbf��dF��AȌ��=3b��eF<eF,�fF�\��=���QwfD���ȩ+3b�13r�ʌX�Ǎ��2#V{3#�&3Bubf�ԕ�ڃ�9ueF�� fFN]��=���R��:13r�ʌX�Ǎ��2#V{3#��̈���H�+3B��(3r�)3b��03r�ʌ�Ǎ��2#V{3#�&3Bubf�ԕ�ڃ�9ueF�� fFN]��=���R��:13r�ʌX�Ǎ��2#V{3#��̈���H�ɌP��9ueF�� fFN]��=H��CO��5G��"Wf�d�af�̕1ڃ�9ueF�� fFN]��=���R��:13r�ʌX�Ǎ��2#V{3#��̈���H�ɌP��9ueF�� fFN]��=���SWf�jbfdԝ�:13r�ʌX�Ǎ��2#V{�2#��2#6k3#e&3Btbf�ԕ�ڃ�9ueF�� fFN]��=���R��:13r�ʌX�Ǎ��2#V{3#��̈���H�ɌP��9ueF�� fFN]��=���SWf�jbf��dF��Ǎ��2#V{�2#��2#6k3#g�̈���H�ɌP��9ueF�� fFN]��=���SWf�jbf��dF��Ǎ��2#V{3#��̈���ȩ+3b�13Rj2#T� fFN]��=���SWf�jbf�ԕ�ڃ�)5��c�2#��2#6k3#g�̈���ȩ+3b�13Rj2#T� fFN]��=���SWf�jbf�ԕ�ڃ�ugF��Ǎ��2#V{3#��̈���ȩ+3b�13Rj2#T� fFN]��=���SWf�jbf�ԕ�ڃ�)teFh�eF�<eFL�fF�\��=��V1�3#~��ϼ|�ÇK���_����/�n��y&���������~��/��������C�gb����������;���롗�x�;�o����h�ڃ�M���h�ڃ�M���h�:�;�N]��d��;�N]��d��;�N]��d��;�J�w4Q��M���h�ڃ�M���h�ڃ�M�����f��w4���h":�;�N]��d��;�N]��d��;�N]��d��;�J�w4Q��M���h�ڃ�M���h�ڃ�M���h�ڃ�M��;���A���S�w4Y�A���S�w4Y�A���S�w4Y�A���Rw�N���]�	�Q�A��w4k�we&pG�9p7��I��+5�;�=ȁ�R��ڃ�+5�;�=ȁ�Qw�N���]�	�Q�Aܕ�����]�	�Q�A܍�wR� �JM��jr���� �JM��jr�n���:)pW�)pG���
+\�;�5ǁ�2�#ڃ����:9pWjwT{�w�&pG�9pWjwT{�w�����1ȁ�R��ڃ�+5�;�=ȁ�R��ڃ�uAܕ�����]�	�Q�Aܕ�����ݠ	���9��w$k�we&pG�9pWjwT{�w�����1ȁ�R��ڃ�+5�;�=ȁ�R��ڃ�uAܕ�����]�	�Q�Aܕ�����ݨ;p'ur���� �JM��jb����Ys�2�;�=ǁ�2�#ڃ�+5�;�=ȁ�R��ڃ�uAܕ�����]�	�Q�Aܕ�����ݨ;p'ur���� �JM��jr���� �B=��Aܕ�����]�	�Q�A��w4k�wc����1ȁ�R��ڃ�+5�;�=ȁ�R��ڃ�uAܕ�����]�	�Q�Aܕ�����ݨ;p'ur���� �JM��jr���� �F݁;�c�w�&pG�1pW�
+�Ѭ9ܕ�����ݨ;p'ur���� �JM��jr���� �F݁;�c�w�&pG�9pWjwT{�w�&pG�9p7��I��+5�;�=ȁ�R��ڃ�+5�;�=ȁ�Qw�N���]�+pG��8pWfwD{�w�&pG�9p7��I��+5�;�=ȁ�R��ڃ�+5�;�=ȁ�Pρ;�s�w�&pG�9pWjwT{�w�&pG�9p7��I��+5�;�=ȁ�R��ڃ�+5�;�=���A���s�+r�H���L��hr�~9�V�;��)p��_~���^	�������z&���
+���ӟ?}��O_~������\_�����o���oO��Y{ݺ�{�p髙;���ݙ勷��Y�~�,Q�A�,������Ҩ;�$urf��d��� g�JMf�jrf��d��� g�Fݙ%�c�3K�&�D�9�Tj2KT{�3K�&�D�9�4��,I��Y*5�%�=���BWf�f�qf��d��� g�Fݙ%�c�3K�&�D�9�Tj2KT{�3K�&�D�9�4��,I��Y*5�%�=ș�R�Y�ڃ�Y*5�%�=ș�QwfI���R��,Q�A�,������R��,Q�A�,��3KR� e��<e�(���R�+�D��8�Tf2KD{�3K��3KP� g�JMf�jrf��d��� g�JMf�jrfiԝY�:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Y4�%�=���"Wf�d�qf��d��� g�JMf�jrfiԝY�:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Yug���A�,������R��,Q�A�,�2K4k3KC&�$��8�Tf2KD{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Yug���A�,������R��,Q�A�,������R����9ș�R�Y�ڃ�Y*5�%�=���BWf�f�qfi̝Y:9�Tj2KT{�3K�&�D�9�Tj2KT{�3K��̒�1ș�R�Y�ڃ�Y*5�%�=ș�R�Y�ڃ�Yug���A�,������R��,Q�A�,������Ҩ;�$urf��d��� f�
+]�%�5Ǚ�2�Y"ڃ�Yug���A�,������R��,Q�A�,������Ҩ;�$urf��d��� g�JMf�jrf��d��� g�Fݙ%�c�3K�&�D�9�Tj2KT{�3K�&�D�9�4��,I��Y*te�h�g��Lf�hrf��d��� g�Fݙ%�c�3K�&�D�9�Tj2KT{�3K�&�D�9��9�urf��d��� g�JMf�jrf��d��� g�Fݙ%�c�3K�&�D�9�Tj2KT{�3K�&�D�1�4h2K2{3KE��ɚ��R��,�A�,/w�*���8e�/^2����W~G����/Q�sf��Ify�2�����?��_>��e}T������7:��x��5�>C�vC���^��������S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*5q'�=�q�BW܉f�qܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*5q'�=�q�Rw�ڃw*5q'�=�q�Qw�I��S��;Q�A�;�����S��;Q�A�;���NR� ŝ�<ŝ(�øS�+�D��8�Tf�ND{��N���NP� ǝJM܉jrܩ�ĝ�� ǝJM܉jr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃw4q'�=�q�"W܉d�qܩ�ĝ�� ǝJM܉jr�i�w�:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;��N4k�NC&�$��8�Tf�ND{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����S���9�q�Rw�ڃw*5q'�=�q�BW܉f�q�i�w:9�Tj�NT{��N�&�D�9�Tj�NT{��N��1�q�Rw�ڃw*5q'�=�q�Rw�ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� Ɲ
+]q'�5�q�2w"ڃwuǝ��A�;�����S��;Q�A�;�����Ө;�$urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9�4�;I�w*tŝh�ǝ�L܉hrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�9��9�urܩ�ĝ�� ǝJM܉jrܩ�ĝ�� ǝF�q'�c��N�&�D�9�Tj�NT{��N�&�D�1�4h�N2{�NE��ɚ�S��;�A�;/׉*���8ŝ/^��x1��e�y��p��;�3�;�o���x��ts��W����%���o(���:�U��ݵ7;=���^���w7�����5�0O�^A{���ps�Ϊ�g��=xA}���t+�ӳW�|[}:��>�F��gY�Ի�i�ӳW���>��>��e���������cx�[t��������'���Nͳ������p� �ӳW���o���
����/������g��=��z8��=:u=������v�I��g��=xA}8���UO�^Q{���x�`��?zŬ�	�������B� _���\��j�%	J�%	�� _���\��j�%	Fݗ$�:����T{�/IPj.I@�����T{�/I0�$��1ȗ$(5�$�ڃ|I�RsI�=ȗ$(5�$�ڃ|I�Q�%	��A�$A��$��K�.I@����e�D{�/I0�$��1ȗ$(5�$�ڃ|I�RsI�=ȗ$(5�$�ڃ|I�Q�%	��A�$A��$��K��KP�A�$A��$��K��/I u�%	J�%	�� _���\��j�%	J�%	�� _�`�}I�c�.IP��_��%	
+\�$�Xs|I�2sI�=ȗ$�|I�s�/IPj.I@�����T{�/IPj.I@�����KH�|I�RsI�=ȗ$(5�$�ڃ|I�RsI�=ȗ$u_�@��K��KP�A�$A��$��K��KP�A�$���$�̞�K�.I@����e�D{�/IPj.I@�����KH�|I�RsI�=ȗ$(5�$�ڃ|I�RsI�=ȗ$u_�@��K��KP�A�$A��$��K��KP�A�$����R� _���\��j�%	J�%	�� ^���uI�5��$2�$�s|I�2sI�=ȗ$(5�$�ڃ|I�RsI�=ȗ$u_�@��K��KP�A�$A��$��K��KP�A�$����R� _���\��j�%	J�%	�� _���\��j�%	B=_����K��KP�A�$A��$��K�.I@����c�K�|I�RsI�=ȗ$(5�$�ڃ|I�RsI�=ȗ$u_�@��K��KP�A�$A��$��K��KP�A�$����R� _���\��j�%	J�%	�� _���\��j�%	Fݗ$�:����T{/IP�$͚�K��K�A�$����R� _���\��j�%	J�%	�� _���\��j�%	Fݗ$�:����T{�/IPj.I@�����T{�/I0�$��1ȗ$(5�$�ڃ|I�RsI�=ȗ$(5�$�ڃ|I�Q�%	��A�$A��4k�/IPf.I@�����T{�/I0�$��1ȗ$(5�$�ڃ|I�RsI�=ȗ$(5�$�ڃ|I�Pϗ$�:����T{�/IPj.I@�����T{�/I0�$��1ȗ$(5�$�ڃ|I�RsI�=ȗ$(5�$�ڃxI�AsI�=��$(r]��d��%	��%	�� _�p9�W�$�{�.Ix�pI����$�^�$�>���%	�\��~]��O?�����O��~�����ϟ~�}������u�����������cp�ꄝ��'�—��/	8�s�p�&G�9WjpT{�p�&G�97�N�I���+5	8�=�	�R���ڃ��+t%�h�'���	8�c�p�&G�9WjpT{�p�&G�97�N�I���+5	8�=�	�R���ڃ��+5	8�=�	�QwN��\�I�Q�AN�����\�I�Q�AN���pR� '�JM�jb�Е��Ys��+3	8�=�	�QwN��\�I�Q�AN�����\�I�Q�AN���pR� '�JM�jr��$�� '�JM�jrnԝ��:9WjpT{�p�&G�9WjpT{�p����1H	�2O	8�/�0W�J�Q�9N�����\���9�	�R���ڃ��+5	8�=�	�R���ڃ��u'ऎAN�����\�I�Q�AN�����ܨ;'ur��$�� '�JM�jr��$�� &�MNf�a�ȕ�#Ys��+3	8�=�	�R���ڃ��u'ऎAN�����\�I�Q�AN�����ܨ;'ur��$�� '�JM�jr��$�� '�F�	8�c�p�&G�9WjpT{p��͚�ܐI���9N�����\�I�Q�AN�����ܨ;'ur��$�� '�JM�jr��$�� '�F�	8�c�p�&G�9WjpT{�p�&G�9�9ur��$�� '�JM�jb�Е��Ys��s'���AN�����\�I�Q�AN�����ܨ;'ur��$�� '�JM�jr��$�� '�F�	8�c�p�&G�9WjpT{�p�&G�97�N�I���+5	8�=�	�BW�f�q��$��� '�F�	8�c�p�&G�9WjpT{�p�&G�97�N�I���+5	8�=�	�R���ڃ��+5	8�=�	�QwN��\�I�Q�AN�����\�I�Q�AN���pR� &�
+]	8�5�	�2��#ڃ��+5	8�=�	�QwN��\�I�Q�AN�����\�I�Q�AN��zN�A����+5	8�=�	�R���ڃ��+5	8�=�	�QwN��\�I�Q�AN�����\�I�Q�AL�
��̞�\�+G��8WfpD{����J��=N	��׀��{��p%>����	�z&	��J����������[�˷_>}������>�������X��������¯߹ǃ��=ދ׽��~��P�A����Ϩ��#ur����x�� �xJM��jr����x�� �xF�=�c�{<���C���S���Ь9����Ϩ��#ur����x�� �xJM��jr����x�� �xF�=�c�{<���C���Sjz<T{�{<���C���3���H���)5=�=�=�R��ڃ��)5=�=�=�Qw�G��O��ŗc��)p�x(��x�L��hr�'�s���O���P�A����O���P�A��{<R� �xJM��jr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{{<���#���S���9����O���P�A��{<R� �xJM��jr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�BW��f�a�g��xD��x�L��hr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��	���:��Sjz<T{�{<���C���S���Ь9��{<B� �xJM��jr����x�� �xJM��jr�g���:��Sjz<T{�{<���C���Sjz<T{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��u�x��A����O���C���Sfz<D{�{<����1�=�R��ڃ��)5=�=�=�R��ڃ��u�x��A����O���P�A����Ϩ��#ur����x�� �xJM��jr����x�� �xF�=�c{<��͚�O����A����Ϩ��#ur����x�� �xJM��jr����x�� �xB=�x��A����O���P�A����Ϩ��#ur����x�� �xJM��jr����x�� �xM�Gf�a�����!Ys��)3=�=�=��L�x����k�.�x����$��?�?<q���I��a�x����|�����~���뗏�>�~��|�\�o_������~��������[�������_������O���o��ϟ�:9q��/�����p{{��8����}��������_S�ڃ|�¨�0�c�S(5�)P�A>L���@��0�B�a
+4kS2�)��9>L���@��0�Rs����J�a
+T{�Su� u�a
+��0�=ȇ)����� �PjS�ڃ|�¨�0�c�S(5�)P�A>L���@��0�Rs����B=��u�a
+��0�=ȇ)����� �P�:L�f��a
+c����A>L���@��0�Rs����J�a
+T{�Su� u�a
+��0�=ȇ)����� �PjS�ڃ|�¨�0�c�S(5�)P�A>L���@��0�Rs����F݇)H�|�B�9L�j�a
+���h��PfS ڃ|�¨�0�c�S(5�)P�A>L���@��0�Rs����F݇)H�|�B�9L�j�a
+��0�=ȇ)����� �0�>LA���J�a
+T{�S(5�)P�A>L���@��0�Q�a
+R� �P�:L�f��a
+e�0�=ȇ)����� �0�>LA���J�a
+T{�S(5�)P�A>L���@��0�Pχ)@��|�B�9L�j�a
+��0�=ȇ)����� �0�>LA���J�a
+T{�S(5�)P�A>L���@��0�As��̞���\�)��9>L���@��0��|q���t���ɅwS\~��_�?������?�!���7��U�����~��߽�x�������y~�ϟ?_z��P��nScendstream
 endobj
-1146 0 obj <<
+1206 0 obj <<
 /Type /Page
-/Contents 1147 0 R
-/Resources 1145 0 R
+/Contents 1207 0 R
+/Resources 1205 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1138 0 R
-/Annots [ 1149 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R ]
+/Parent 1198 0 R
+/Annots [ 1209 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 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 ]
 >> endobj
-1149 0 obj <<
+1209 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 679.836 158.096 686.82]
 /Subtype /Link
 /A << /S /GoTo /D (about) >>
 >> endobj
-1152 0 obj <<
+1212 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 679.836 537.983 686.82]
 /Subtype /Link
 /A << /S /GoTo /D (about) >>
 >> endobj
-1153 0 obj <<
+1213 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [95.641 662.456 203.466 671.367]
 /Subtype /Link
 /A << /S /GoTo /D (copyright) >>
 >> endobj
-1154 0 obj <<
+1214 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 662.456 537.983 671.367]
 /Subtype /Link
 /A << /S /GoTo /D (copyright) >>
 >> endobj
-1155 0 obj <<
+1215 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [95.641 651.562 156.791 658.416]
 /Subtype /Link
 /A << /S /GoTo /D (disclaimer) >>
 >> endobj
-1156 0 obj <<
+1216 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 651.562 537.983 658.416]
 /Subtype /Link
 /A << /S /GoTo /D (disclaimer) >>
 >> endobj
-1157 0 obj <<
+1217 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [95.641 638.61 168.438 645.465]
 /Subtype /Link
 /A << /S /GoTo /D (newversions) >>
 >> endobj
-1158 0 obj <<
+1218 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 638.61 537.983 645.465]
 /Subtype /Link
 /A << /S /GoTo /D (newversions) >>
 >> endobj
-1159 0 obj <<
+1219 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [95.641 625.659 141.858 632.513]
 /Subtype /Link
 /A << /S /GoTo /D (credits) >>
 >> endobj
-1160 0 obj <<
+1220 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 625.659 537.983 632.513]
 /Subtype /Link
 /A << /S /GoTo /D (credits) >>
 >> endobj
-1161 0 obj <<
+1221 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [95.641 612.708 206.894 619.562]
 /Subtype /Link
 /A << /S /GoTo /D (conventions) >>
 >> endobj
-1162 0 obj <<
+1222 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 612.708 537.983 619.562]
 /Subtype /Link
 /A << /S /GoTo /D (conventions) >>
 >> endobj
-1163 0 obj <<
+1223 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 595.442 159.481 604.329]
 /Subtype /Link
 /A << /S /GoTo /D (installing-bugzilla) >>
 >> endobj
-1164 0 obj <<
+1224 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 595.442 537.983 604.329]
 /Subtype /Link
 /A << /S /GoTo /D (installing-bugzilla) >>
 >> endobj
-1165 0 obj <<
+1225 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [95.641 582.023 157.907 588.877]
 /Subtype /Link
 /A << /S /GoTo /D (installation) >>
 >> endobj
-1166 0 obj <<
+1226 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 582.023 537.983 588.877]
 /Subtype /Link
 /A << /S /GoTo /D (installation) >>
 >> endobj
-1167 0 obj <<
+1227 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 569.071 160.508 575.925]
 /Subtype /Link
 /A << /S /GoTo /D (install-perl) >>
 >> endobj
-1168 0 obj <<
+1228 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 569.071 537.983 575.925]
 /Subtype /Link
 /A << /S /GoTo /D (install-perl) >>
 >> endobj
-1169 0 obj <<
+1229 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 554.062 211.686 562.974]
 /Subtype /Link
 /A << /S /GoTo /D (install-database) >>
 >> endobj
-1170 0 obj <<
+1230 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 554.062 537.983 562.974]
 /Subtype /Link
 /A << /S /GoTo /D (install-database) >>
 >> endobj
-1171 0 obj <<
+1231 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 541.111 208.498 550.022]
 /Subtype /Link
 /A << /S /GoTo /D (install-mysql) >>
 >> endobj
-1172 0 obj <<
+1232 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 541.111 537.983 550.022]
 /Subtype /Link
 /A << /S /GoTo /D (install-mysql) >>
 >> endobj
-1173 0 obj <<
+1233 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 528.16 224.547 537.071]
 /Subtype /Link
 /A << /S /GoTo /D (install-pg) >>
 >> endobj
-1174 0 obj <<
+1234 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 528.16 537.983 537.071]
 /Subtype /Link
 /A << /S /GoTo /D (install-pg) >>
 >> endobj
-1175 0 obj <<
+1235 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 517.265 190.814 524.12]
 /Subtype /Link
 /A << /S /GoTo /D (install-webserver) >>
 >> endobj
-1176 0 obj <<
+1236 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 517.265 537.983 524.12]
 /Subtype /Link
 /A << /S /GoTo /D (install-webserver) >>
 >> endobj
-1177 0 obj <<
+1237 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 502.257 178.221 511.168]
 /Subtype /Link
 /A << /S /GoTo /D (install-bzfiles) >>
 >> endobj
-1178 0 obj <<
+1238 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 502.257 537.983 511.168]
 /Subtype /Link
 /A << /S /GoTo /D (install-bzfiles) >>
 >> endobj
-1179 0 obj <<
+1239 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 491.363 197.867 498.217]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-1180 0 obj <<
+1240 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 491.363 537.983 498.217]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-1181 0 obj <<
+1241 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 476.354 226.769 485.265]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-dbd-mysql) >>
 >> endobj
-1182 0 obj <<
+1242 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 476.354 537.983 485.265]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-dbd-mysql) >>
 >> endobj
-1183 0 obj <<
+1243 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 463.402 270.365 472.314]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-template) >>
 >> endobj
-1184 0 obj <<
+1244 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 463.402 537.983 472.314]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-template) >>
 >> endobj
-1185 0 obj <<
+1245 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 450.825 216.787 459.362]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd) >>
 >> endobj
-1186 0 obj <<
+1246 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 450.825 537.983 459.362]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd) >>
 >> endobj
-1187 0 obj <<
+1247 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 437.873 244.462 446.411]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-chart-base) >>
 >> endobj
-1188 0 obj <<
+1248 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 437.873 537.983 446.411]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-chart-base) >>
 >> endobj
-1189 0 obj <<
+1249 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 424.548 244.024 433.46]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd-graph) >>
 >> endobj
-1190 0 obj <<
+1250 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 424.548 537.983 433.46]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd-graph) >>
 >> endobj
-1191 0 obj <<
+1251 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 411.597 264.776 420.508]
+/Rect [143.462 411.597 236.543 420.508]
 /Subtype /Link
-/A << /S /GoTo /D (install-modules-gd-text-align) >>
+/A << /S /GoTo /D (install-modules-gd-text) >>
 >> endobj
-1192 0 obj <<
+1252 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 411.597 537.983 420.508]
 /Subtype /Link
-/A << /S /GoTo /D (install-modules-gd-text-align) >>
+/A << /S /GoTo /D (install-modules-gd-text) >>
 >> endobj
-1193 0 obj <<
+1253 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 398.645 247.113 407.557]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-xml-twig) >>
 >> endobj
-1194 0 obj <<
+1254 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 398.645 537.983 407.557]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-xml-twig) >>
 >> endobj
-1195 0 obj <<
+1255 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 385.694 245.907 394.605]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-soap-lite) >>
 >> endobj
-1196 0 obj <<
+1256 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 385.694 537.983 394.605]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-soap-lite) >>
 >> endobj
-1197 0 obj <<
+1257 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [143.462 373.116 255.093 381.654]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-patchreader) >>
 >> endobj
-1198 0 obj <<
+1258 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 373.116 537.983 381.654]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-patchreader) >>
 >> endobj
-1199 0 obj <<
+1259 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 359.791 256.338 368.702]
 /Subtype /Link
 /A << /S /GoTo /D (install-MTA) >>
 >> endobj
-1200 0 obj <<
+1260 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 359.791 537.983 368.702]
 /Subtype /Link
 /A << /S /GoTo /D (install-MTA) >>
 >> endobj
-1201 0 obj <<
+1261 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 346.84 271.48 355.751]
 /Subtype /Link
 /A << /S /GoTo /D (using-mod_perl-with-bugzilla) >>
 >> endobj
-1202 0 obj <<
+1262 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [533.001 346.84 537.983 355.751]
 /Subtype /Link
 /A << /S /GoTo /D (using-mod_perl-with-bugzilla) >>
 >> endobj
-1203 0 obj <<
+1263 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [95.641 333.888 168.428 342.8]
 /Subtype /Link
 /A << /S /GoTo /D (configuration) >>
 >> endobj
-1204 0 obj <<
+1264 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [533.001 333.888 537.983 342.8]
+/Rect [528.02 333.888 537.983 342.8]
 /Subtype /Link
 /A << /S /GoTo /D (configuration) >>
 >> endobj
-1205 0 obj <<
+1265 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 320.937 188.732 329.848]
 /Subtype /Link
 /A << /S /GoTo /D (localconfig) >>
 >> endobj
-1206 0 obj <<
+1266 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 320.937 537.983 329.848]
 /Subtype /Link
 /A << /S /GoTo /D (localconfig) >>
 >> endobj
-1207 0 obj <<
+1267 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [119.552 310.043 209.314 316.897]
 /Subtype /Link
 /A << /S /GoTo /D (database-engine) >>
 >> endobj
-1208 0 obj <<
+1268 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 310.043 537.983 316.897]
 /Subtype /Link
 /A << /S /GoTo /D (database-engine) >>
 >> endobj
-1209 0 obj <<
+1269 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 295.034 208.498 303.945]
+/Rect [143.462 295.034 282.639 303.945]
 /Subtype /Link
-/A << /S /GoTo /D (mysql) >>
+/A << /S /GoTo /D (database-schema) >>
 >> endobj
-1210 0 obj <<
+1270 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 295.034 537.983 303.945]
 /Subtype /Link
+/A << /S /GoTo /D (database-schema) >>
+>> endobj
+1271 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [143.462 282.082 208.498 290.994]
+/Subtype /Link
 /A << /S /GoTo /D (mysql) >>
 >> endobj
-1211 0 obj <<
+1272 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [528.02 282.082 537.983 290.994]
+/Subtype /Link
+/A << /S /GoTo /D (mysql) >>
+>> endobj
+1273 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 282.082 224.547 290.994]
+/Rect [143.462 269.131 224.547 278.042]
 /Subtype /Link
 /A << /S /GoTo /D (postgresql) >>
 >> endobj
-1212 0 obj <<
+1274 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 282.082 537.983 290.994]
+/Rect [528.02 269.131 537.983 278.042]
 /Subtype /Link
 /A << /S /GoTo /D (postgresql) >>
 >> endobj
-1213 0 obj <<
+1275 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 269.131 198.963 278.042]
+/Rect [119.552 256.18 198.963 265.091]
 /Subtype /Link
-/A << /S /GoTo /D (520) >>
+/A << /S /GoTo /D (547) >>
 >> endobj
-1214 0 obj <<
+1276 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 269.131 537.983 278.042]
+/Rect [528.02 256.18 537.983 265.091]
 /Subtype /Link
-/A << /S /GoTo /D (520) >>
+/A << /S /GoTo /D (547) >>
 >> endobj
-1215 0 obj <<
+1277 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 258.237 189.15 265.091]
+/Rect [119.552 245.285 189.15 252.14]
 /Subtype /Link
 /A << /S /GoTo /D (http) >>
 >> endobj
-1216 0 obj <<
+1278 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 258.237 537.983 265.091]
+/Rect [528.02 245.285 537.983 252.14]
 /Subtype /Link
 /A << /S /GoTo /D (http) >>
 >> endobj
-1217 0 obj <<
+1279 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 243.228 266.599 252.14]
+/Rect [143.462 230.277 266.599 239.188]
 /Subtype /Link
 /A << /S /GoTo /D (http-apache) >>
 >> endobj
-1218 0 obj <<
+1280 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 243.228 537.983 252.14]
+/Rect [528.02 230.277 537.983 239.188]
 /Subtype /Link
 /A << /S /GoTo /D (http-apache) >>
 >> endobj
-1219 0 obj <<
+1281 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 232.334 334.932 239.188]
+/Rect [143.462 219.383 334.932 226.237]
 /Subtype /Link
 /A << /S /GoTo /D (http-iis) >>
 >> endobj
-1220 0 obj <<
+1282 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 232.334 537.983 239.188]
+/Rect [528.02 219.383 537.983 226.237]
 /Subtype /Link
 /A << /S /GoTo /D (http-iis) >>
 >> endobj
-1221 0 obj <<
+1283 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 217.325 178.221 226.237]
+/Rect [119.552 204.374 178.221 213.285]
 /Subtype /Link
 /A << /S /GoTo /D (install-config-bugzilla) >>
 >> endobj
-1222 0 obj <<
+1284 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 217.325 537.983 226.237]
+/Rect [528.02 204.374 537.983 213.285]
 /Subtype /Link
 /A << /S /GoTo /D (install-config-bugzilla) >>
 >> endobj
-1223 0 obj <<
+1285 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 204.374 250.898 213.285]
+/Rect [95.641 191.422 250.898 200.334]
 /Subtype /Link
 /A << /S /GoTo /D (extraconfig) >>
 >> endobj
-1224 0 obj <<
+1286 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 204.374 537.983 213.285]
+/Rect [528.02 191.422 537.983 200.334]
 /Subtype /Link
 /A << /S /GoTo /D (extraconfig) >>
 >> endobj
-1225 0 obj <<
+1287 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 191.422 192.328 200.334]
+/Rect [119.552 178.471 192.328 187.382]
 /Subtype /Link
-/A << /S /GoTo /D (669) >>
+/A << /S /GoTo /D (697) >>
 >> endobj
-1226 0 obj <<
+1288 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 191.422 537.983 200.334]
+/Rect [528.02 178.471 537.983 187.382]
 /Subtype /Link
-/A << /S /GoTo /D (669) >>
+/A << /S /GoTo /D (697) >>
 >> endobj
-1227 0 obj <<
+1289 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 178.471 222.605 187.382]
+/Rect [119.552 165.52 222.605 174.431]
 /Subtype /Link
-/A << /S /GoTo /D (688) >>
+/A << /S /GoTo /D (716) >>
 >> endobj
-1228 0 obj <<
+1290 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 178.471 537.983 187.382]
+/Rect [528.02 165.52 537.983 174.431]
 /Subtype /Link
-/A << /S /GoTo /D (688) >>
+/A << /S /GoTo /D (716) >>
 >> endobj
-1229 0 obj <<
+1291 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 165.52 219.726 174.431]
+/Rect [119.552 152.568 219.726 161.48]
 /Subtype /Link
 /A << /S /GoTo /D (installation-whining-cron) >>
 >> endobj
-1230 0 obj <<
+1292 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 165.52 537.983 174.431]
+/Rect [528.02 152.568 537.983 161.48]
 /Subtype /Link
 /A << /S /GoTo /D (installation-whining-cron) >>
 >> endobj
-1231 0 obj <<
+1293 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 152.568 179.327 161.48]
+/Rect [119.552 139.617 179.327 148.528]
 /Subtype /Link
 /A << /S /GoTo /D (installation-whining) >>
 >> endobj
-1232 0 obj <<
+1294 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 152.568 537.983 161.48]
+/Rect [528.02 139.617 537.983 148.528]
 /Subtype /Link
 /A << /S /GoTo /D (installation-whining) >>
 >> endobj
-1233 0 obj <<
+1295 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 141.674 197.409 148.528]
+/Rect [119.552 128.723 197.409 135.577]
 /Subtype /Link
 /A << /S /GoTo /D (patch-viewer) >>
 >> endobj
-1234 0 obj <<
+1296 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 141.674 537.983 148.528]
+/Rect [528.02 128.723 537.983 135.577]
 /Subtype /Link
 /A << /S /GoTo /D (patch-viewer) >>
 >> endobj
-1235 0 obj <<
+1297 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 128.723 231.78 135.577]
+/Rect [119.552 115.651 231.78 122.625]
 /Subtype /Link
 /A << /S /GoTo /D (bzldap) >>
 >> endobj
-1236 0 obj <<
+1298 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 128.723 537.983 135.577]
+/Rect [528.02 115.651 537.983 122.625]
 /Subtype /Link
 /A << /S /GoTo /D (bzldap) >>
 >> endobj
-1237 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 113.714 355.445 122.625]
-/Subtype /Link
-/A << /S /GoTo /D (apache-addtype) >>
->> endobj
-1238 0 obj <<
+1299 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 113.714 537.983 122.625]
+/Rect [119.552 100.762 355.445 109.674]
 /Subtype /Link
 /A << /S /GoTo /D (apache-addtype) >>
 >> endobj
-1239 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 100.762 324.5 109.674]
-/Subtype /Link
-/A << /S /GoTo /D (807) >>
->> endobj
-1240 0 obj <<
+1300 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 100.762 537.983 109.674]
 /Subtype /Link
-/A << /S /GoTo /D (807) >>
+/A << /S /GoTo /D (apache-addtype) >>
 >> endobj
-1148 0 obj <<
-/D [1146 0 R /XYZ 71.731 729.265 null]
+1208 0 obj <<
+/D [1206 0 R /XYZ 71.731 729.265 null]
 >> endobj
 6 0 obj <<
-/D [1146 0 R /XYZ 244.332 703.236 null]
+/D [1206 0 R /XYZ 244.332 703.236 null]
 >> endobj
-1145 0 obj <<
-/Font << /F23 1137 0 R /F32 1151 0 R /F27 1144 0 R /F33 1242 0 R >>
+1205 0 obj <<
+/Font << /F23 1197 0 R /F32 1211 0 R /F27 1204 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1290 0 obj <<
-/Length 57219     
+1350 0 obj <<
+/Length 57019     
 /Filter /FlateDecode
 >>
 stream
-xڔ�K�dי]9�_�Q0�+<<�CI��6�T]��e���H�`�ʬ�C�����{���'�._4
H��r��$��}��ܝ�������t��������7�翹��/�����x����p�x��W�������o���;���>��xxz8������ه�g�͟��_����߼^�N���|3��#�������x����ǻo�����|��O�xww��������퇟�ᷟ�|��/����/�}�����O�����?M����p���;������������p<>��C�?����x9<�=^� W�۳7�
�n}8�^��u<���c=_��u{����;֧�ݳ�n�ް6p��rx|z�����^�>����Wgϲu�X�_Ã�n�ް6p�z����7���Q����Q:�goHx��t��u<���c=�{iݞ�am����-�Y���
kw�/��ד�n�ް6������E�'x<���c=��u{����;�������x����;����(̍goXx��r��u<���c=
'�cn<{�����k��?�Ƴ7�
ܱ�����n�ް6����5��s�Y�.���k�η'o��v|���������(����7��!m�U�������~��Y�����pz������X����IZ�goX�c��Mgݞ�am�u���5��u<���c=
��Һ={�����k8>I���
kw����Z�goXx�zwx~u?��,[���t8�t������X��ֺ={��������UZ�goXx�z:
�?Lۣ�l܎�����n��PnGy��ҹ={C����8ɟ6���^�>���{iϲu�X���Q���ް6p�z��߆ȳ7�
ܱ���ֺ={�����ǻ�Ӌ���x��p�z:� Ƴ7�
ܱ>���u{����;����(ƍgoXx��t��O��,[����5��u{����;���p/ƍgoX�c=
�O�ۣ7����|>����(+��<wֹ={C������U��goX�c}9ܽX���
k�[_����g�x��p�z:�=ɟ6����X�_ã�n�ް6p�z��ϸ��
k�[_�_�IZdzl]�;���p/ƍgoX�c=
G�3n<{�����k������^�>��^�ϸ<���c�?�ʿ��goX�c}<<<[���
kw���7ƣ7����<����5ϲt�X�����n�ް6p�z��u{����;��p:I���
k�[��_ý��gٺ�w���� �۳7�
ܱ��yv�goX�c}>��Z���
k�[Ow�Ӌ�1�gٺ�w���yv�goX�c}<���u{����;����(̍goXx��p���I�e�ܱ�����n�ް6p�z�䟚�Go8��<��$�ސ6�����u<���c=��$�ް6p��x��g'y����;����n�ް6����p/�N�,[�����,�N��
kw����Z�goX�c=
��$�ް6����5ȳ�<���c=
�ֺ={�����k�g'y����;��� �N��
k�[_��Wiϲu�X�OV������(Gy|�goH�c}><=[���
k�[_�߁<>ɳl]�;�� �O��
kw����Z�goX�c=
��$�ް6�����5��A;Ϣu�X�_��Z�goX�c=
��$�ް6p��|x��)�ް6��xw���D�e�ܱ���I��am����p�d�۳7�
ܱ��L���^�ޟ��_��Qv6nGy����7���Q���YK����X�_���<��-��e������o��3U��}�������f��{�/���?�+���3����?P�O�t��sz�����P�I(w��~��/_~��_~�������ݷ?}���w������m�����o�	�Ou8=���O�������w��_��O�+�u{����;E��p<I�x��p�z:<�?H���
kw�[�謣ydk�yt��<����<*k�G�.@l�u4�lm 6��:�G�6�Gg�#[�ͣ��yD����YG���R��[����a�蜣ydi�yT�4�h]��<:�h��@l�u4�lm 6��:�G�6�GeM���ͣ��摭
���YG���b�謣ydk�yT�4�h]��<:�h��@l�u4�lm 6��:�G�6�GeM��ͣs~m��Fͣn�#�ͣs�摥
���Xg�H��ͣ��摭
���YG���b�謣ydk�yT�4�h]��<:�h��@l�u4�lm 6��:�G�6�GeM���ͣ��摭
���YG���b�謣ydk�yT��<��q�<:��<��p�<:�hY�@l�u4�lm 6�ʚ���Gg�#[�ͣ��摭
���YG���b�iѺ��yt��<����<:�h��@l�u4�lm 6�ʚ���Gg�#[�ͣ��摭
���I�摝���Q)G���a�蜣ydi�yt��<����<:�h��@l�5�#Z 6��:�G�6�Gg�#[�ͣ��摭
��QY�<�ub�謣ydk�yt��<����<:�h��@l�u6�d]��<:�h��@l�u4�lm 5�N�5��,6�ʙ���Gg�#[�ͣ��摭
���YG���b�iѺ��yt��<����<:�h��@l�u4�lm 6�ʚ���Gg�#[�ͣ��摭
���YG���b�iѺ��yt��<����<:��<��p�<:�hY�@l�5�#Z 6��:�G�6�Gg�#[�ͣ��摭
��QY�<�ub�謣ydk�yt��<����<:�h��@l�5�#Z 6��:�G�6�Gg�#[�ͣ��摭
��QY�<�uR��[����a�蜣ydi�yt��<����<*k�G�.@l�u4�lm 6��:�G�6�Gg�#[�ͣ��摬+�Gg�#[�ͣ��摭
���YG���b�iѺ��yt��<����<:�h��@l�u4�lm 5�J:�Gt6��G�ܚGV�G��#K��#{�y�����
-�{�#|��O��Ϛ�����?r_��b���x�y�K��qd����_���_~������"��+w���:������y���<\K.���~�+�����XG����:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�b֩�#�Dg�8�T�d�(m g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�s�:���Y������S9�u����u
+xڔ�͒dWze7�S`$p�����֒(k�)V��f�`!��I���O/��g�}���U�A��˵�(Deշ�=~sw���7������������o��/u�͟�������㉇�����������x�?�������z�����������w/�gޞ��?������?�zx}:}�����x&����������������������������?���~�������o?���~w��ӯ����~�ퟷ?�����?����Ͽ���������|�������W�����߼�����p����q�<<����g����i>~���w�z�\�n�ް6��twx~r��Qv6nGy:��%�_��,܎����댝۳7�
ܱ���ӽ�n�ް6�����K�x��p�z��'iݞ�am����5�=H���
kw�/�㫵n�ް6������"�u3�e�ܱ�G�7���
kw��Oֺ={�����kx|�����^�>����gϲu�X�_��Z�goX�c=
��g�x����;��� ���=z�Y�����w �l���q;��pg�۳7�
ܱ>_�/�x����;֗�݋�n�ް6������,ƍgٺ�w���ݓ�i3��am����5<Z���
kw���A���ް6����5��u<���c=
��g�x����;���p�?�Ƴ7�
ܱ���;kݞ�am�U���������˳h]�;����˫�n�ް6p��xxx������X���R�����]W�߁�њgY��w�����Z�goX�c=�Һ={�����[8��u{����׭���^Zdzl]�;���p|������X�_�ݣ�n�ް6p��|xy�����^�����c.ϲu�X�/���L����X�'kݞ�am����5<�s���^�>����g<���c=
'kݞ�am����5ȿ5m��pnGy������
i�[���QZdzl]�;��wp'̍goX�c}<ܿ�ou<{��������Z�goXx��tw��?�Ƴl]�;������3��am����5<Z���
kw���A���ް6����5����,[����5�[���
kw���(̍goX�c=
w��x����׭/w�㫴�gٺ�w���'+���
g�v������3��!m������l�۳7�
�n}=O���x��p�z�����
kw����Z�goX�c=
'�cn<{�����ǻ�� ��<���c=
Gkݞ�am����5�=I���
kw�χG��3���^��w/�:�e�ܱ��_�u{����;���ݓ�n�ް6p�z�_�u{����׭��A�g{����Q�������
e�v��/�t������X�_���<��G�ׯ��_�~s7��������|x��۬�7l_���{�a{:�����n���v��8n�����ÿ~��O�xww����7�oѾ�o���_~����gqz8ܿ|�N��4�����yz:���O>��􇏟���t�x�\�n�ް6���x�{}r��,[���tx<�M�Y�goX�c}:�=[���
kw�/�ǧiݞ�am�u���k8�MZYdzl]�;����`�۳7�
ܱ���)���
g�v����t�����^�>���{iϲu�X����^Z�goX�c=wֺ={������'�IZ�goXx��|w�A*�
+ϲu�XO��gkݞ�am�������17��am����5<�s���^�����iϲu�X�_�I���ް6p�z��叹��
kw���h�۳7�
�n}=
w���x��p�z�������������I~}�p;���$^����
i�N��^�ݏ�<���c=NOֺ={�����[x<I���
kw����u{����׭���p���,[����5�?J���
kw����$�۳7�
ܱ���;kݞ�am�N�uwx~u?��,[���t8�t������X���YG&��b&�#�ck)�Sґɡ�q��9�ɱ�p��9���X�@��udrlm frʚL�39g�[�����L��
�L�YG&��b&����к�1�s֑ɱ����9�����@��udrlm frʚL�39g�[�����L��
�L�I�L����LN)G&���a&�#�ci1�s֑ɱ����9�����@��5�Z fr�:29�639g�[�����L��
�LNY�ɡub&�#�ck1�s֑ɱ����9�����@��ufrd]���9�����@��udrlm erN�er�,frʙL�39g�[�����L��
�L�YG&��b&����к�1�s֑ɱ����9�����@��udrlm frʚL�39g�[�����L��
�L�YG&��b&����к�1�s֑ɱ����9�ɱ�p��9���X�@��5�Z fr�:29�639g�[�����L��
�LNY�ɡub&�#�ck1�s֑ɱ����9�����@��5�Z fr�:29�639g�[�����L��
�LNY�ɡuR&�[&���a&�#�ci1�s֑ɱ����)k29�.@��udrlm fr�:29�639g�[�����L��+39g�[�����L��
�L�YG&��b&����к�1�s֑ɱ����9�����@��udrlm erJ:29t6�29��29V39��K���]&�������Ҏ{�|���/���?���^{�x|=������f���x��<�P����˗_���߶�}�����������m�����/׋p�T�����~�����x�����]������'��rź={����"�x8��u<���c=���u{����;֑(*k�G�6��GeM��r�h��y$���QY�<����<*k�G�6��GeM��r�h��y$���QY�<����<*�h�Y8n�3�#J�ͣ��摬��GeM��r�i��@n�5�#Z�ͣ��摬��GeM��r�i��@n�5�#Z�ͣ��摬��GeM��r�i��@n�5�#Z�ͣ��摬��G�ܚG4��a󨄣yDc�yT�4�(m 7��zi���yT�4�hm 7�ʚ��
��QY�<����<�lɺ��yT�4�hm 7�ʚ��
��QY�<����<�lɺ��yT�4�hm 7�ʚ��
��QY�<����<i�Gr6�G��#*�ͣr�yDi�yT�4�hm 7��:�G�.@n�5�#Z�ͣ��yDk�yT�4�hm 7��:�G�.@n�5�#Z�ͣ��yDk�yT�4�hm 7��:�G�.@n�5�#Z�ͣ��yDk�yT��<��p�<e�GR6��G�L��r�i��@n�5�#Z�ͣ��摬��GeM��r�i��@n�5�#Z�ͣ��摬��GeM��r�i��@n�5�#Z�ͣ�^�G��@n�5�#Z�ͣ��yDk�yT��<��p�<�lI���yT�4�hm 7�ʚ��
��QY�<����<�lɺ��yT�4�hm 7�ʚ��
��QY�<����<�lɺ��yT�4�hm 7�ʚ��
��QY�<����<�lɺ��yT�4�hm 6�J:�Gt��G�L��r�h��y$���QY�<����<*k�G�6��GeM��r�h��y$���QY�<����<*k�G�6��GeM��r�h��y$���QY�<����<*k�G�6��GeM��r�h��y$���QIG���q�iQ�@n�5�#Z�ͣ��摬��GeM��r�i��@n�5�#Z�ͣ�^�G��@n�5�#Z�ͣ��yDk�yT�4�hm 7��:�G�.@n�5�#Z�ͣ��yDk�yT�4�hm 6�F�摜���Q)G���q�iQ�@n��=�<��ؚ����~��9�?�>�?�_
x��sx��s������z�y�K��qd�������_~������"��+w���:��������y���<\K.���~�+�����XG����:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�b֩�#�Dg�8�T�d�(m g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�s�:���Y������S9�u����u
 �%��
-�SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�b�i��:��8�:�rd��,g�ʙ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
ĬSIG։��a�i��:I�8�:�3Y'J�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��z�:��9�T�d�hm g�ʚ��
ĬSIG։��q�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*��:�Y8�:�3Y'J�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά���N%Y':�Y�r&�Di9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��z�:��9�T�d�hm g�ʚ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
�SY�u����ui�Nr6�N�Y'*�Y�r&�Di9�8Qd��9���}C��u��%뼿�u>�^^9��\���û�s{����ӯۿ��y�>�E
-oG0����{�n>���}��n���n�
�nAY�-����-(k��6��c��Y wʚn�
�nAY�-����-(k��6��c��Y uʹuh|�nA	G����q����P�@����-�ur������@��5�Z�݂��[@k�[0��-�ur������@��5�Z�݂��[@k�[0��-�ur������@��5�Z�݂��[@k�[0�t�lvJ9�T���L���r������@��uvd]��-(k��6��eM���r������@��uvd]��-(k��6��eM���r������@��uvd]��-(k��6��eM���b����[@g�[0�t�lwʙn�
�nAY�-����-(k��6��c��Y wʚn�
�nAY�-����-(k��6��c��Y wʚn�
�nAY�-����-(k��6��a�t`]��-(k��6��eM���b����[@g�[0��-�tr������@��5�Z�݂��[@k�[0��-�ur������@��5�Z�݂��[@k�[0��-�ur������@��5�Z�݂��[@k�[0��-�ur������@��tt�,wʙn�
�n�Xg�@��݂��[@k�[P�thm wʚn�
�n�Xg�@��݂��[@k�[P�thm wʚn�
�n�Xg�@��݂��[@k�[P�thm wʚn�
�n�Xg�@��݂��n���nA9�-����-(k��6��c��Y wʚn�
�nAY�-����-(k��6��a�t`]��-(k��6��eM���r������@��uvd]��-(k��6��eM���r������@��4�9�݂R�n���nA9�-����-С���sl���H`�[���������3�n�4�����O�?��?���/�~������/�~���o���2���?˲�tz8����\>��_�����c'���N������>~8vBk���X�Y ;)k����@>vR�;���|줬9vBk���X�Y ;)k����@>vR�;���|줬9vBk���X�Y ;)k����@>vR�;���x줤��	���c'�̱)��Nʙc'�6����5�Nhm ;)k����@>v2�y�D���Nʚc'�6����5�Nhm ;)k����@>v2�y�D���Nʚc'�6����5�Nhm ;)k����@>v�˱XW ;)k����@>vR�;���x줤��	���c'��N$]�|줬9vBk��IYs��򱓲��	�
�c'c��Nd]�|줬9vBk��IYs��򱓲��	�
�c'c��Nd]�|줬9vBk��IYs��򱓲��	�
�c'c��Nd]�|줬9vBk��IIDZ:��Nʙc'�6����u;�u򱓲��	�
�c'eͱZ��Nʚc'�6����u;�u򱓲��	�
�c'eͱZ��Nʚc'�6����u;�u򱓲��	�
�c'eͱZ��Nʚc'�6����u;�uⱓ��c't����3�N(m ;)k����@>v2�y�D���Nʚc'�6����5�Nhm ;)k����@>v�˱XW ;)k����@>vR�;���|줬9vBk���X�Y ;)k����@>vR�;���|줬9vBk���Hs�D��᱓R�c'T����3�N(m ;��8v�ϱ;��,�?v������<�����N�˱��8v��_��O��2���i>��O�y�'������:Bx�m��Y������ao����pww������c�O/�o���bݞ�am��R꘎5ֹEK��[�ʚ-Z�6��h�5[�hm o�*k�h��@ޢ5ֹEK��[�ʚ-Z�6��h�5[�hm o�*k�h��@ޢ5ֹEK�H[�ʹmѢ�=�h�plѢ�p�E��٢Eiy�VX/[�`]��E��٢Eky�VY�E�����f��
�-Zc�[�d]��E��٢Eky�VY�E�����f��
�-Zc�[�d]��E��٢Eky�VY�E�����f��
�-Z#�-9�[�J9�hQY8ޢU��(m �ʚ<�
�<�Xg�A��y��&�@k9�P��hm �ʚ<�
�<�Xg�A��y��&�@k9�P��hm �ʚ<�
�<�Xg�A��y��&�@k9�P��hm �J:�t��L�A��q����3P�@�3�5yZ�y��&�@k9�0֙g�ur����3��@�3�5yZ�y��&�@k9�0֙g�ur����3��@�3�5yZ�y��&�@k9��K���y��&�@k9�P��hm �J:�t���yI �ʚ<�
�<CY�g����g(k��6��c�yY �ʚ<�
�<CY�g����g(k��6��c�yY �ʚ<�
�<CY�g����g(k��6��c�yY �ʚ<�
�<CIG����q����3P�@�3�u�d]��g(k��6��eM���r����3��@�3�u�d]��g(k��6��eM���r����3��@�3�u�d]��g(k��6��eM���r����3��@�3�u�d]��g(��3�Y8�3�3yJ�y��&�@k9�0֙g�ur����3��@�3�5yZ�y��&�@k9��K���y��&�@k9�P��hm �ʚ<�
�<�Xg�A��y��&�@k9�P��hm �ʚ<�
�<�H�g��q�g(��3PY8�3�3yJ�y5"��ϱ��[��<c�s,y���<�tw�I��y�x�g<�<��3��w���O?��==����;��a�����^�qz:��>gz�9?��^Ow��>����
k�[����'gϲu�X��t8���
kw�O��gkݞ�am�������'deݞ�am�u���kx|u��,[����5<X���
kw���AJ�>z�Y���;x�s�rn�ސ6p'�:��:�e�ܱ���㽴n�ް6p��V�Y���
k9�S�$qhm 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�:�8�.@J�sK����I��$���$N9�ġ����	�%��
-�$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6��8eM��bg�I���8L�r$q�,'qʙ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NIG���ag�I�H�8N�3IJ�I��&�Ck9�S�$qhm 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�zI���9�S�$qhm 'qʚ$�
�$NIG���qg�3�#��$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)�H��Y8N�3IJ�I���$����8eM��r��I���@N�5IZ�I���$����8eM��r��I���@N�5IZ�I���$����8eM��r��I���@N�5IZ�I���$���8%I:�I�r&�Ci9�S�$qhm 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�zI���9�S�$qhm 'qʚ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ����i�8r6�8�I*�I�r&�Ci9��/�T��cK���g��I�������rx8�xc������Ot�O�����$n<�g��ݏ �?�y�'���?���������-�� �y��DǗ����O9z�)?|����������hϲu�XO��gkݞ�am����p����*���
kw����w�ʺ={����G�w���Y�,ZW����5���u{����;������Ieݞ�am����5�u{����׭���p���Y�.����;�Wiݞ�am�����[;kݞ�am�����d��>z�Y���������I�ϲt�X�����n�ް6p�z����d���
kw��o��$�۳7�
ܩ��_�IZdzl]�;���p� �۳7�
ܱ��^Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
Ğ_IGϏ��qϯ���Q�@���u��d]���+kz~�6�{~eMϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@���u��d]���+����={~%=?�=�r��Gi���K���=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���hm ��ʚ��
Ğ�H��q��+���QY8���3=?J�=����Gk��7���urϯ�����@���5=?Z�=����Gk��7���urϯ�����@���5=?Z�=����Gk��7���urϯ�����@���5=?Z�=������Þ�(��q��+gz~�6�{~eMϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@������urϯ�����@���5=?Z�=��������8g�O��=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���p��+gz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��J:z~t�{~�LϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@������urϯ�����@���5=?Z�=����Gk��7���urϯ�����@���5=?Z�=����Gk��7����l��J9z~T�{~�LϏ�rϿ���?�����{����W������|��W܎g.=���+n����x��&������˹�^ۙ�‡������~��ʢ����*�He�Y8Ne�s��$]���*kRY�6�SYeM*��r*��Ie��@Ne�u��d]���*kRY�6�SYeM*��r*��Ie��@Ne�u��d]���*kRY�6�SYeM*��r*��Ie��@Ne�u��d]���*kRY�6SY%�,:ǩ�r&�Ei9�5֙ʒur*��Ie��@Ne�5�,Zȩ��&�Ek9�5֙ʒur*��Ie��@Ne�5�,Zȩ��&�Ek9�5֙ʒur*��Ie��@Ne�5�,Zȩ��&�Ek9�5֙ʒuR*��[*���0Le�p��h,��ʙT�
�TVX/�,XW ��ʚT�
�TVY�ʢ����*kRY�6�SYc��,Y ��ʚT�
�TVY�ʢ����*kRY�6�SYc��,Y ��ʚT�
�TVY�ʢ����*kRY�6SY#M*K��a*��#�Ee�8�UΤ�(m ��ʚT�
�T�Xg*K�ȩ��&�Ek9�U֤�hm ��ʚT�
�T�Xg*K�ȩ��&�Ek9�U֤�hm ��ʚT�
�T�Xg*K�ȩ��&�Ek9�U֤�hm ��J:RYtSY�L*K��q*��IeQ�@Ne�5�,Zȩ��&�Ek9�5֙ʒur*��Ie��@Ne�5�,Zȩ��&�Ek9�5֙ʒur*��Ie��@Ne�5�,Zȩ��&�Ek9��K*�ȩ��&�Ek9�U֤�hm ��J:RYt�SY㜩,I ��ʚT�
�TVY�ʢ����*kRY�6�SYc��,Y ��ʚT�
�TVY�ʢ����*kRY�6�SYc��,Y ��ʚT�
�TVY�ʢ����*kRY�6�SYc��,Y ��ʚT�
�TVIG*���q*��IeQ�@Ne�u��d]���*kRY�6�SYeM*��r*��Ie��@Ne�u��d]���*kRY�6�SYeM*��r*��Ie��@Ne�u��d]���*kRY�6�SYeM*��r*��Ie��@Ne�u��d]���*�He�Y8Ne�3�,Jȩ��&�Ek9�5֙ʒur*��Ie��@Ne�5�,Zȩ��&�Ek9��K*�ȩ��&�Ek9�U֤�hm ��ʚT�
�T�Xg*K�ȩ��&�Ek9�U֤�hm ��ʚT�
�T�H�ʒ�q��*�HeQY8Ne�3�,Jȩ,��"��ϱ�����Tv�s,��S������YGLe��%��˯��O���~��ӯۿ�_���O��<^����߿;~�s��پ4����w��Jj�p��垧N�G������:]� ��Nlm �:)kN�к����Yǩ[��N�:N���@<ur�q���⩓���	�O��u�:���x���ԉ�
�S'g�Nlm �:)kN�к����Yǩ[��N�:N���@:ur��ԉ���S'��N�l�:9�8ubi���Yǩ[��N�:N���@<uR֜:�u⩓��S'�6O��u�:���x���ԉ�
�S'eͩZ �:9�8ubk���Yǩ[��N�:N���@<u2�y�D���N�:N���@<ur�q���ҩ��n�N�,�:)gN�P�����Yǩ[��N�:N���@<ur�q���⩓���	�O��u�:���x���ԉ�
�S'g�Nlm �:)kN�к����Yǩ[��N�:N���@<ur�q���⩓���	�O��u�:���t��۩;��N�9N�X�@<uR֜:�u⩓��S'�6O��u�:���x���ԉ�
�S'eͩZ �:9�8ubk���Yǩ[��N�:N���@<uR֜:�u⩓��S'�6O��u�:���x���ԉ�
�S'eͩZ �:9�v����ᩓs�S'�6O��u�:���x꤬9uB��S'g�Nlm �:9�8ubk���Yǩ[��N�:O�Ⱥ���Yǩ[��N�:N���@<ur�q���⩓���	�O��u�:���x���ԉ�
�S'g�Nlm �:)�8uBg����)�S'VO��s�:���xꄷ7�O��s|}��vO��s|�p|9<�n���z���'z~9�������x(����4�>��߿���������ݷ�������ڒ���_^t�g:~]~�yO@f�����wwf��ٟYG�ęug3�lm ά;�Ygkqf�Y��:[�3�ʚ�u�.@�Yw�1����̺���u�6g֝u̬���8����YG�ęug3�lm ͬ;�6�����̺s��u�6g֕53�h]�8��cf��
ęug3�lm ά;�Ygkqf]Y3����3��:f���@�Yw�1����̺���u�6g֕53�h]�8��cf��
ęug3�lm ά;�Ygkqf]Y3���3���uf���a4����:�3��9f�Y�@�Y7�9�N��3��:f���@�Yw�1����̺���u�6g֕53�h]�8��cf��
ęug3�lm ά;�Ygkqf]Y3����3��:f���@�Yw�1����̺���u�6�f֕t̬��q4����:+�3�Ι��
��PY������lɺ��=Tִ�hm ��ʚ��
��PY������lɺ��=Tִ�hm ��ʚ��
��PY������lɺ��=Tִ�hm ��ʚ��
��PIG{���a{h�iI�8n�3�!J�����=Dk�=Tִ�hm ���:�C�.@n�5�!Z�����=Dk�=Tִ�hm ���:�C�.@n�5�!Z�����=Dk�=Tִ�hm ���zi���=Tִ�hm ��ʚ��
��PIG{���q{h��=$���PY�����*k�C�6��CeM{��r{h��=$���PY�����*k�C�6��CeM{��r{h��=$���PY�����*k�C�6��CeM{��r{h��=$���PY�����*�h�Y8n�3�!J����������CeM{��r{��i��@n�5�!Z����������CeM{��r{��i��@n�5�!Z����������CeM{��r{��i��@n�5�!Z���������C%�!:���r�=Di�=Tִ�hm ���:�C�.@n�5�!Z�����=Dk�=Tִ�hm ���zi���=Tִ�hm ��ʚ��
��PY������lɺ��=Tִ�hm ��ʚ��
��PY�����i�Cr6�C��!*���r�=Di�=�o�T{��ck߇~���p�s|�����c
-3��:O_o�οx9�����䑭<|������O�?�ǻǻ�_>�˗/����q�����_������/������O�~�_o����|������T8�G�
-���~���c@���r�c���!��
-GYSᠵ�\�(k*�6�+eM���r�c���!��
-GYSᠵ�\�(k*�6�+eM���r�c���!��
-GYSᠵ�\�(k*�6�+eM���r�c���!��
-G9�
-��aX�(�p�X8�p�3J���^*��@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�T8hm V8F�
-����
-G)G����q����pP�@�p�5Z����
+�SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�b�i��:��8�:�rd��,g�ʙ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
ĬSIG։��a�i��:I�8�:�3Y'J�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��z�:��9�T�d�hm g�ʚ��
ĬSIG։��q�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*k�N�6��NeM։�r�i�3�$��SY�u����u*��:�Y8�:�3Y'J�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά����NeM։�r֩��:��@�:�5Y'Z�Y��ά���N%Y':�Y�r&�Di9�T�d�hm g��:�N�.@�:�5Y'Z�Y��&�Dk9�T�d�hm g��z�:��9�T�d�hm g�ʚ��
�SY�u����u��:ɺ�9�T�d�hm g�ʚ��
�SY�u����ui�Nr6�N�Y'*�Y�r&�Di9�8Qd��9���}C��u��%�<��:����:�3�������^k��������O�|^��k�����~��<�Ş�[�O?��w�~�[��A�[@k�[P�thm wʚn�
�n�Xg�@��݂��[@k�[P�thm wʚn�
�n�Xg�@�H݂rn��ð[P��-��p�-(g��6��a�t`]��-(k��6��eM���r������@��uvd]��-(k��6��eM���r������@��uvd]��-(k��6��eM���r������@��4�9�݂R�n���nA9�-����-(k��6��c��Y wʚn�
�nAY�-����-(k��6��c��Y wʚn�
�nAY�-����-(k��6��c��Y wʚn�
�nAY�-����-(���Y8��2�)�݂r�[@i�[P�thm wʚn�
�n�Xg�@��݂��[@k�[P�thm wʚn�
�n�Xg�@��݂��[@k�[P�thm wʚn�
�nAX/�XW wʚn�
�nAY�-����-(���Y8��sv$]��-(k��6��eM���r������@��uvd]��-(k��6��eM���r������@��uvd]��-(k��6��eM���r������@��uvd]��-(k��6�%�:�݂r�[@i�[0��-�ur������@��5�Z�݂��[@k�[0��-�ur������@��5�Z�݂��[@k�[0��-�ur������@��5�Z�݂��[@k�[0��-�ub����[@g�[P�t(m wʚn�
�n�Xg�@��݂��[@k�[P�thm wʚn�
�nAX/�XW wʚn�
�nAY�-����-(k��6��c��Y wʚn�
�nAY�-����-(k��6�#M�@��a����[@e�[P�t(m wth/��[��>���?�_�-���`�0��t��-��/?~���O����?�[������O�|�q�g�}w����?��Y�
������L���>����t_��;���<vz�������Z��N�:��Ⱥ���IYs��򱓲��	�
�c'eͱZ��N�:��Ⱥ���IYs��򱓲��	�
�c'eͱZ��N�:��Ⱥ���IYs��򱓲��	�
�c'%�N�,;e��H�8>vR�;���|줬9vBk��IYs��򱓱�c'�.@>vR�;���|줬9vBk��IYs��򱓱�c'�.@>vR�;���|줬9vBk��IYs��򱓰^������IYs��򱓲��	�
�c'%�N�,;�<v"��c'eͱZ��Nʚc'�6����5�Nhm ;�<v"��c'eͱZ��Nʚc'�6����5�Nhm ;�<v"��c'eͱZ��Nʚc'�6����5�Nhm ;�<v"��c'eͱZ��NJ:���Y8>vR�;���|�d��؉�����5�Nhm ;)k����@>vR�;���|�d��؉�����5�Nhm ;)k����@>vR�;���|�d��؉�����5�Nhm ;)k����@>vR�;���|�d��؉����t;��p|줜9vBi��IYs��򱓱�c'�.@>vR�;���|줬9vBk��IYs��򱓰^������IYs��򱓲��	�
�c'eͱZ��N�:��Ⱥ���IYs��򱓲��	�
�c'eͱZ��NF�c'r6���r;��p|줜9vBi�؉noı~�����e������X���o;���?	��i<s9vz�N�������Q�?�ç��O���o�O�����g�;��_����}֧���݉?xz��?�!>�������u{����;K�c:�X�-Y o�*k�h��@ޢU�lѢ���E��٢Eky��X�-Y o�*k�h��@ޢU�lѢ���E��٢Eky��X�-Y m�*�E���0ܢU±E�����rf��
�-Za�lтu���f��
�-Ze�-Z�[�ʚ-Z�6��h�unђu���f��
�-Ze�-Z�[�ʚ-Z�6��h�unђu���f��
�-Ze�-Z�[�ʚ-Z�6�h�4[��ln�*�آEe�x�V9�g����g(k��6��c�yY �ʚ<�
�<CY�g����g(k��6��c�yY �ʚ<�
�<CY�g����g(k��6��c�yY �ʚ<�
�<CY�g����g(��3�Y8�3�2y)�y�r&�@i9�P��hm �ʚ<�
�<�Xg�A��y��&�@k9�P��hm �ʚ<�
�<�Xg�A��y��&�@k9�P��hm �ʚ<�
�<CX/yXW �ʚ<�
�<CY�g����g(��3�Y8�3�s�$]��g(k��6��eM���r����3��@�3�u�d]��g(k��6��eM���r����3��@�3�u�d]��g(k��6��eM���r����3��@�3�u�d]��g(k��6�%y:�y�r&�@i9�0֙g�ur����3��@�3�5yZ�y��&�@k9�0֙g�ur����3��@�3�5yZ�y��&�@k9�0֙g�ur����3��@�3�5yZ�y��&�@k9�0֙g�ub���#�@g�8�P��(m �ʚ<�
�<�Xg�A��y��&�@k9�P��hm �ʚ<�
�<CX/yXW �ʚ<�
�<CY�g����g(k��6��c�yY �ʚ<�
�<CY�g����g(k��6�#M�A��a���#�@e�8�P��(m ���<?ǖg�o!�����nў��zzy�<c<s�3g���Ǚg���᧟?\�ο�{��g�0����i��8=�_��3���ρO/����k�u{����׭���듳�gٺ�w�[��۳7�
ܱ>u{����;֗���ߐ�u{����׭�����Ydzl]�;����`�۳7�
ܱ���)���
g�v�������ʹ={C���`���K�x��p�z���Һ={����[�f�۳7�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ�����L�Ⱥ�)�S�-�C�{&qJ8�84��8�L��r'��$�+��8eM��r��I���@N�5IZ�I���$����8eM��r��I���@N�5IZ�I���$����8eM��r��I���@N�5IZ�I��&�#g�0�Sʑġ�p��)g�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6�8%I:�I�Q&�#e�8�S�$q(m 'qʚ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ����	�%��
+�$NY�ġ����)k�8�6�8%I:�I�q�$����8eM��r��I���@N�5IZ�I���$����8eM��r��I���@N�5IZ�I���$����8eM��r��I���@N�5IZ�I���$����8eM��b��#�Cg�8�S�$q(m 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�:�8�.@N�5IZ�I��&�Ck9�S�$qhm 'q�:�8�.@L�t$q�,'qʙ$�
�$NY�ġ�����L�Ⱥ�9�S�$qhm 'qʚ$�
�$NY�ġ����	�%��
+�$NY�ġ����)k�8�6��8eM��rg�3�#��$NY�ġ����)k�8�6��8eM��bg�I���8L�r$q�,'qʙ$�
�$n��RI~�-�{ߟ�'q���������t�E���_Po�����|���č��L���������?�a����~����?|�W���1�{�}=������z�S��������x��u��A>Zdzl]�;�����Z�goX�c}:ܿ���ʺ={�����kx�ݤ�n�ް6������kxp�<���c=
�'iݞ�am����5��nRY�goX�c=
Gkݞ�am�u���5ܽ8�x��p�z:���UZ�goX�c}:���Z�goX�c}9<�_௏�p���x8��n�8dz,]�;��w�d�۳7�
ܱ���w?;ٺ={�����[x8I���
kwj���p���,[����5�?H���
kw�#�W���hm ��ʚ��
��Xg�O��=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���p��+gz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʹ��h|Þ_	GϏ��qϯ���Q�@������urϯ�����@���5=?Z�=����Gk��7���urϯ�����@���5=?Z�=����Gk��7���urϯ�����@���5=?Z�=����Gk��7����l��J9z~T�{~�LϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�bϯ���Gg��7����l��ʙ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~a���`]���+kz~�6�{~eMϏ�bϯ���Gg��7���trϯ�����@���5=?Z�=����Gk��7���urϯ�����@���5=?Z�=����Gk��7���urϯ�����@���5=?Z�=����Gk��7���urϯ�����@���t���,��ʙ��
��Xg�O��=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���hm ��ʚ��
��Xg�O��=����Gk��W���hm ��ʚ��
��Xg�O��=�������_9�󣴁��+kz~�6�{~c�=?Y ��ʚ��
�_Y�󣵁��+kz~�6�{~a���`]���+kz~�6�{~eMϏ�rϯ�����@���u��d]���+kz~�6�{~eMϏ�rϯ�����@���4=?9�=�R�����_9�󣴁������ϱ��������s�e��}|=��u�W��K�|��۫/�=��������ο�;�M*K.��p���ϱ�ʲ����:�ʲ�p��*gRY�.@Le�u��lm ���:RY�6SYg�,[����&�E��T�YG*��b*�#�ek1�u֑ʲ����*kRY�.@Le�u��lm ���:RY�6SYg�,[����&�E��T�YG*��R*�[*���a*�#�ei1�U֤�h]���:�He��@Le�u��lm ���:RY�6SYeM*�������T��
�T�YG*��b*�#�ek1�U֤�h]���:�He��@Le�u��lm ���:RY�6SYeM*����s~Me��F��n�,���s�T��
�T�Xg*K������T��
�T�YG*��b*�#�ek1�U֤�h]���:�He��@Le�u��lm ���:RY�6SYeM*�������T��
�T�YG*��b*�#�ek)�Uґʢ�q��:�ʲ�p��:�HeY�@Le�u��lm ��ʚT�SYg�,[�����T��
�T�YG*��b*��IeѺ�1�u֑ʲ����:�He��@Le�u��lm ��ʚT�SYg�,[�����T��
�T�I�T����TV)G*���a*�#�ei1�u֑ʲ����:�He��@Le�5�,Z ���:RY�6SYg�,[�����T��
�TVY�ʢub*�#�ek1�u֑ʲ����:�He��@Le�u��d]���:�He��@Le�u��lm ��N����,��ʙT�SYg�,[�����T��
�T�YG*��b*��IeѺ�1�u֑ʲ����:�He��@Le�u��lm ��ʚT�SYg�,[�����T��
�T�YG*��b*��IeѺ�1�u֑ʲ����:�ʲ�p��:�HeY�@Le�5�,Z ���:RY�6SYg�,[�����T��
�TVY�ʢub*�#�ek1�u֑ʲ����:�He��@Le�5�,Z ���:RY�6SYg�,[�����T��
�TVY�ʢuR*�[*���a*�#�ei1�u֑ʲ����*kRY�.@Le�u��lm ���:RY�6SYg�,[�����T��+SYg�,[�����T��
�T�YG*��b*��IeѺ�1�u֑ʲ����:�He��@Le�u��lm ��J:RYt6�RY��RYVSY��,K��,���SY�_��.������XR��������ϯ�ʎg.�l^~���_~��O�n������?���x9�������y��g���C��o�}�+���q��r�v���ݟ������Nhm �:�<u"��S'eͩZȧNʚS'�6�O��5�Nhm �:�<u"��S'eͩZȧNʚS'�6�O��5�Nhm �:�<u"��S'eͩZȧNʚS'�6O��t�:��px�d�9u"e���I9s��򩓲��	�
�S'eͩZȧN�:O�Ⱥ���IYs��򩓲��	�
�S'eͩZȧN�:O�Ⱥ���IYs��򩓲��	�
�S'eͩZȧN�z9u�
+�S'eͩZȧNʚS'�6O��t�:��p|�d��ԉ��O��5�Nhm �:)kN���@>uR֜:���|�d��ԉ��O��5�Nhm �:)kN���@>uR֜:���|�d��ԉ��O��5�Nhm �:)kN���@>uR֜:���|�d��ԉ��O��5�Nhm �:)�8uBg���I9s��򩓱�S'�.@>uR֜:���|꤬9uBk��IYs��򩓱�S'�.@>uR֜:���|꤬9uBk��IYs��򩓱�S'�.@>uR֜:���|꤬9uBk��IYs��򩓱�S'�.@<uR�q����r��	�
�S'eͩZȧN�:O�Ⱥ���IYs��򩓲��	�
�S'eͩZȧN�z9u�
+�S'eͩZȧNʚS'�6�O��5�Nhm �:�<u"��S'eͩZȧNʚS'�6�O��5�Nhm �:iN���8<uR�q����r��	�
�S'���N�9�S��wE��N���������t�����_Po������󿊮�:���LN�N���������������~w������?�y\[ry�w�����_��v�0g���Ι�wwf����u�.@�YW�̬���<����YGkyf]Y3����̺�Ιu�.@�YW�̬���<����YGkyf]Y3����̺�Ιu�.@�YW�̬���8���cf���u���:J�3��:g�ɺ�yf]Y3����̺�ff�
�ue��:Z�3��:g�ɺ�yf]Y3����̺�ff�
�ue��:Z�3��:g�ɺ�yf]Y3����̺�ff�
�ue��:Z�3��:g�ɺ�if]9��u4���̺��u4�g֕33�(m Ϭ�ef�+�g֕53�hm Ϭ+kf���@�YW�̬���<�n�sf���g֕53�hm Ϭ+kf���@�YW�̬���<�n�sf���g֕53�hm Ϭ+kf���@�YW�̬���8�n��Y'g�pf])��:*�3�ʙ��
��PY������lɺ��=Tִ�hm ��ʚ��
��PY������lɺ��=Tִ�hm ��ʚ��
��PY������lɺ��=Tִ�hm ��ʚ��
��PIG{���a{h�iI�8n�3�!J�����=Dk�=Tִ�hm ���:�C�.@n�5�!Z�����=Dk�=Tִ�hm ���:�C�.@n�5�!Z�����=Dk�=Tִ�hm ���zi���=Tִ�hm ��ʚ��
��PIG{���q{h��=$���PY�����*k�C�6��CeM{��r{h��=$���PY�����*k�C�6��CeM{��r{h��=$���PY�����*k�C�6��CeM{��r{h��=$���PY�����*�h�Y8n�3�!J����������CeM{��r{��i��@n�5�!Z����������CeM{��r{��i��@n�5�!Z����������CeM{��r{��i��@n�5�!Z���������C%�!:���r�=Di�=Tִ�hm ���:�C�.@n�5�!Z�����=Dk�=Tִ�hm ���zi���=Tִ�hm ��ʚ��
��PY������lɺ��=Tִ�hm ��ʚ��
��PY�����i�Cr6�C��!*���r�=Di�=�o�T{��ck߇~�����������Sh�?u����G�z��>�x&�l�����Ͽ������?�=�}����_�|�������7��퇟�ᷟ�|w�v���ݗ�>��1y8<���v���1K||~��S���I*�w&��ǏJ����
 ���+eM���r����p��@�p�5Z����
 ���+eM���r����p��@�p�5Z����
-���+eM���r����p��@�p�tT8�,V8F�
-����
-G9Sᠴ�\�(k*�6�+eM���r�c���!��
-GYSᠵ�\�(k*�6�+eM���r�c���!��
-GYSᠵ�\�(k*�6�+eM���r�#��
-�+�+eM���r����p��@�p�tT8�,W8�9+�.@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z����
-���
-G9Sᠴ�\��pȺ���Q�T8hm W8ʚ
+���+eM���r����p��@�p�5Z����
+���*��*4��a�����Ac��Q�T8(m W8�z�p����Q�T8hm W8ʚ
+�
�
+GYSᠵ�\��pȺ���Q�T8hm W8ʚ
+�
�
+GYSᠵ�\��pȺ���Q�T8hm W8ʚ
+�
�
+GYSᠵ�X�i*r6+�*��r��Ai��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�QᠳpX�e*R6�+�L���r����p��@�p�5Z����
+���+eM���r����p��@�p�5Z����
+���+eM���r����p��@�p�5Z���^*��@�p�5Z�����Ak��Q�Qᠳp\��pH����Q�T8hm W8ʚ
 �
�
 GYSᠵ�\��pȺ���Q�T8hm W8ʚ
 �
�
 GYSᠵ�\��pȺ���Q�T8hm W8ʚ
 �
�
-GYSᠵ�\��pȺ���Q�Qᠳp\�(g*�6�+eM���r�c���!��
-GYSᠵ�\�(k*�6�+eM���r�#��
-�+�+eM���r����p��@�p�5Z����
-���+eM���r����p��@�p�5Z�����!g��Q�Qᠲp\�(g*�6�+��TDU8�9�
-�}��_����
`�o�;�����1�
`�t8�CJ��~�������/��z|=���\.���`w{i����_�WF�x�����s<���G����u{����;֗���o��u{�����/��gͳh]�;���pz������X�_��o��u{����;���p�����^��_�݋��gٺ�w���os^�u{����;��_^�u{����;֗Ó����
g�+��o��s<���c=Oֺ={�����;x����۳7�
ܱ�7B*k^1���+&�u�b���_1��y�$Zȯ�Tּb�
�WL*k^1���+&�u�b���_1��y�$Zȯ�Tּb�
�WL*k^1���+&�u�b���_1��y�$Z���T����p�+g�v�6��vc�q;Y ��ʚ��
�]Y�����+k�v�6��vc�q;Y ��ʚ��
�]Y�����+k�v�6��vc�q;Y ��ʚ��
�]Y�����+k�v�6��vc�q;Y ��ʹ��h|ø]	G܎��qܮ���Q�@�ۅ���urܮ�����@�ە5q;Z�q��&nGk9n7���urܮ�����@�ە5q;Z�q��&nGk9n7���urܮ�����@�ە5q;Z�q��&nGk1n7����l��J9�vT��v�L܎�rܮ�����@�ۍu��d]��+k�v�6��veM܎�rܮ�����@�ۍu��d]��+k�v�6��veM܎�rܮ�����@�ۍu��d]��+k�v�6��veM܎�bܮ�#nGg�0n7����l��ʙ��
�]Y�����+k�v�6��vc�q;Y ��ʚ��
�]Y�����+k�v�6��vc�q;Y ��ʚ��
�]Y�����+k�v�6��va���`]��+k�v�6��veM܎�bܮ�#nGg�8n7���trܮ�����@�ە5q;Z�q��&nGk9n7���urܮ�����@�ە5q;Z�q��&nGk9n7���urܮ�����@�ە5q;Z�q��&nGk9n7���urܮ�����@�ەt���,��ʙ��
��Xg�N��q��&nGk9nW���hm ��ʚ��
��Xg�N��q��&nGk9nW���hm ��ʚ��
��Xg�N��q��&nGk9nW���hm ��ʚ��
��Xg�N��q�������]9�����+k�v�6��vc�q;Y ��ʚ��
�]Y�����+k�v�6��va���`]��+k�v�6��veM܎�rܮ�����@�ۍu��d]��+k�v�6��veM܎�rܮ�����@�ۍ4q;9�q�R�����]9�����S�-�v�[���$ߏ��?���߈�O����q�x&q������?����]����o�~��7F�e�;Y�xw&�����109N��>�G��(;��<^����rn�ސ6p��t8�Y���
kw�/��W��={����Հ����?��:�e�ܱ�e�.ZȻʚ]�6�w�5�hm �2�e��+�w�5�hm �2(kv��@�eP��2�����`�s����w�5�hm �2(kv��@�ePұˀ���.�q�]�.@�eP��2����ˠ��e@ky�AY�ˀ��.���]�.@�eP��2����ˠ��e@ky�AY�ˀ��.���]�.@�eP��2����ˠ��e@ky�AY�ˀ��.���]�.@�eP��2����ˠ�c����]��.JȻ�:wȺ�y�AY�ˀ��.��f��
�]e�.ZȻ�:wȺ�y�AY�ˀ��.��f��
�]e�.ZȻ�:wȺ�y�AY�ˀ��.��f��
�]e�.ZȻ�:wȺ�i�A9�]4���.��]4�w�3�(m �2�e��+�w�5�hm �2(kv��@�eP��2�����`�s����w�5�hm �2(kv��@�eP��2�����`�s����w�5�hm �2(kv��@�eP��2�����`��e g�p�A)�.*ǻʙ]�6�w�5�hm �2��e ��]e�.ZȻʚ]�6�w�5�hm �2��e ��]e�.ZȻʚ]�6�w�5�hm �2��e ��]e�.ZȻʚ]�6w�t�2��p��`��e e�x�A9�ˀ��.��f��
�]e�.ZȻ�:wȺ�y�AY�ˀ��.��f��
�]e�.ZȻ�:wȺ�y�AY�ˀ��.��f��
�]e�.ZȻ�z�e��
-�]e�.ZȻʚ]�6w�t�2��p��`�s����w�5�hm �2(kv��@�eP��2�����`�s����w�5�hm �2(kv��@�eP��2�����`�s����w�5�hm �2(kv��@�eP��2�����`�s����w�5�hm �2(��e@g�x�A9�ˀ��.���]�.@�eP��2����ˠ��e@ky�AY�ˀ��.���]�.@�eP��2����ˠ��e@ky�AY�ˀ��.���]�.@�eP��2����ˠ��e@ky�AY�ˀ��.���]�.@�ePұˀ���.�rf��
�]e�.ZȻ�:wȺ�y�AY�ˀ��.��f��
�]e�.ZȻ�z�e��
-�]e�.ZȻʚ]�6�w�5�hm �2��e ��]e�.ZȻʚ]�6�w�5�hm �2iv��8�ePʱˀ���.�rf��
�]����ˀ�c�ex?���˰�9�?�>�?kv���N���?��`w�׋��P���2�2�?����O���~���?���������;~�_��v�<�����_?����t��z9���?Og�}���ُNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��|:��9�Ek�t�Hs:K����R��YT�Og�3��(m ��*kNg��@>�5�y:K�ȧ�ʚ�Y�6�Og�5��hm ��*kNg��@>�5�y:K�ȧ�ʚ�Y�6�Og�5��hm ��*kNg��@>�5�y:K�ȧ�ʚ�Y�6�Og�5��hm ��*�8�Eg��t�(s:K����r�t�
��Ye��,Zȧ�ʚ�Y�6�Og�u�Βu�鬲�t�
��Ye��,Zȧ�ʚ�Y�6�Og�u�Βu�鬲�t�
��Ye��,Zȧ�ʚ�Y�6�Og��r:�ȧ�ʚ�Y�6�Og�5��hm ��*�8�Eg��t�8��,I ��*kNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@<�U�q:�����r�t�
��Yc���d]�|:��9�Ek�tVYs:���鬲�t�
��Yc���d]�|:��9�Ek�tVYs:���鬲�t�
��Yc���d]�|:��9�Ek�tVYs:���鬲�t�
��Yc���d]�x:���t����Y���,Jȧ�ʚ�Y�6�Og�u�Βu�鬲�t�
��Ye��,Zȧ�ʚ�Y�6�Og��r:�ȧ�ʚ�Y�6�Og�5��hm ��*kNg��@>�5�y:K�ȧ�ʚ�Y�6�Og�5��hm ��*kNg��@<�5ҜΒ�qx:���t����Y���,Jȧ�����t?�v:��N�a�tv�s���4;>����f㙜Ξ�������oD:����3��_���,v�h�t<����9�\����㫙�Ng��rź={��������
-DY�goX�c}9����4eݞ�am�u���kx���,[����5<�H���
kw����o�)���
kw���}ʚw����.@#ͻ���8~�r�]�(m �PY�.@�6����y Z��4��.@�.@~���]�hm �PY�.@�6����y Z���˻����]�ʚw����.@eͻ���@~���]�hm ��X��ɺ��]�ʚw����.@eͻ���@|���w��p�.@��$��w*k������5�Dk�]�ʚw����.@c��$��w*k������5�Dk�]�ʚw����.@c��$��w*k������5�Dk�]�ʚw����.@c��$��w*k������t����w*g������u�������y Z��Tּ�
�w*k������u�������y Z��Tּ�
�w*k������u�������y Z��Tּ�
�w*k������u�������ۻ�����T��.@4����y J���ˠ	XW �(kM��@4Q�����<h��4Aky��X�	Y �(kM��@4Q�����<h��4Aky��X�	Y �(kM��@4Q�����<h��4Akq��H3hB��᠉R�AT�M�3�&(m �(kM��@41�9hB�ȃ&ʚA�6�M�5�&hm �(kM��@41�9hB�ȃ&ʚA�6�M�5�&hm �(kM��@41�9hB�ȃ&ʚA�6�M�5�&hm �(�4Ag�p��(3hB���rf��
�Ae͠	Zȃ&ʚA�6�M�u��u򠉲f��
�Ae͠	Zȃ&ʚA�6�M�u��u򠉲f��
�Ae͠	Zȃ&ʚA�6�M��2h�ȃ&ʚA�6�M�5�&hm �(�4Ag�x��8�	I �(kM��@4Q�����<h��4Aky��X�	Y �(kM��@4Q�����<h��4Aky��X�	Y �(kM��@4Q�����<h��4Aky��X�	Y �(kM��@4Q�1h����rf��
�Ac��&d]�<h��4Aky�DY3h��򠉲f��
�Ac��&d]�<h��4Aky�DY3h��򠉲f��
�Ac��&d]�<h��4Aky�DY3h��򠉲f��
�Ac��&d]�8h��c����A�̠	Jȃ&ʚA�6�M�u��u򠉲f��
�Ae͠	Zȃ&ʚA�6�M��2h�ȃ&ʚA�6�M�5�&hm �(kM��@41�9hB�ȃ&ʚA�6�M�5�&hm �(kM��@41����q8h��c����A�̠	Jȃ&��!M�sl�&��CwM�?�2hr�1hrw<�9�ȃ&��<�4�^����������y�ŸH������]�o��ɾ�}��������+��oeM���r���ɾ��@ξ�5�7Z�ٷ��웬��oeM���r���ɾ��@̾�td��,g��9�o�.@ξ�5�7Z�ٷ�&�Fk9�V�d�hm g��:�o�.@ξ�5�7Z�ٷ�&�Fk9�V�d�hm g��:�o�.@ξ�5�7Z�ٷ�&�Fk9�V�d�hm g��:�o�.@ξ�5�7Z�ٷ�������[9�}����}�̾ɺ�9�V�d�hm g�ʚ��
��[Y�}����}�̾ɺ�9�V�d�hm g�ʚ��
��[Y�}����}�̾ɺ�9�V�d�hm g�ʚ��
��[Y�}����}�̾ɺ�)�V�-�F�{f�J8�o4��o�L���r�-����+��oeM���r���ɾ��@ξ�5�7Z�ٷ��웬��oeM���r���ɾ��@ξ�5�7Z�ٷ��웬��oeM���r���ɾ��@ξ�5�7Z�ٷ�&�&g�0�Vʑ}��p�}+g�o�6��oeM���r�m�3�&���[Y�}����}+k�o�6��oeM���r�m�3�&���[Y�}����}+k�o�6��oeM���r�m�3�&���[Y�}����}+k�o�6�o%�7:�ٷQ&�&e�8�V�d�(m g�ʚ��
��[Y�}����}�̾ɺ�9�V�d�hm g�ʚ��
��[Y�}����}�̾ɺ�9�V�d�hm g�ʚ��
��[Y�}����}�%��
-��[Y�}����}+k�o�6�o%�7:�ٷq�웤��oeM���r���ɾ��@ξ�5�7Z�ٷ��웬��oeM���r���ɾ��@ξ�5�7Z�ٷ��웬��oeM���r���ɾ��@ξ�5�7Z�ٷ��웬��oeM���b���#�Fg�8�V�d�(m g��:�o�.@ξ�5�7Z�ٷ�&�Fk9�V�d�hm g��:�o�.@ξ�5�7Z�ٷ�&�Fk9�V�d�hm g��:�o�.@ξ�5�7Z�ٷ�&�Fk9�V�d�hm g��:�o�.@̾�td��,g�ʙ��
��[Y�}����}�̾ɺ�9�V�d�hm g�ʚ��
��[Y�}����}�%��
-��[Y�}����}+k�o�6��oeM���r�m�3�&���[Y�}����}+k�o�6��oeM���b�m�ɾ��8̾�rdߨ,g�ʙ��
��f�}��ز����~���9�?�>�?k���i��G����������g����z<�g.��q����O�?���?~��O����o#���?}������א��u�h������/㼦�O�����k�+d�����u\ӳ��xM�㚞�
�kzg��lm ^�+k��Ѻ���9�^ӳ�=���p��gc���9�5=K����:��ɺ��Y�5=[����:����@��w�qM���5������u\ӳ��xM�㚞�
�kzg��lm ^�+k��Ѻ���Y�5=[����:����@��w�qM���5���kzt6���r��ge���9�5=K����:����@��W�\ӣu�5���kz�6��u\ӳ��xM�㚞�
�kze�5=Z ^�;븦gk��Y�5=[����:����@��W�\ӣu�5���kz�6��u\ӳ��tM��5=;G��J9��Q�8��w�qM���5���kz�6��u\ӳ��xM����G��kzg��lm ^�;븦gk��Y�5=[���ʚkz�.@��w�qM���5���kz�6��u\ӳ��xMo�󚞬+��u\ӳ��xM�㚞�
�kz'ݮ��Y8��W�\ӣt�5���kz�6��u\ӳ��xM�㚞�
�kze�5=Z ^�;븦gk��Y�5=[����:����@��W�\ӣu�5���kz�6��u\ӳ��xM�㚞�
�kze�5=Z ^�;븦gk��I�kzv��s\ӳ��xM����G��kzg��lm ^�;븦gk��Y�5=[���ʚkz�.@��w�qM���5���kz�6��u\ӳ��xM����G��kzg��lm ^�;븦gk��Y�5=[���ʚkz�.@��w�횞���kz���,m ^�;븦gk�^YsM������:����@��w�qM���5���kz�6��u^ӓu�5���kz�6��u\ӳ��xM�㚞�
�kze�5=Z ^�;븦gk��Y�5=[����:����@��W�qM����5�Sn���,^�;縦gi����5=�������5=|���x�~��"^ӏg.����5�~������#��=��������u�>o̠�����7f\��o�`g����9ޘ���3�5o�@��7f8�xc[�o�p����6ߘ��lm �1CY���.@|c���7f�����go�`k�Κ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
���Xg�C�H��rn��ð�Q�����p��(g�6�a�4>`]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@l|�4�9���R������G9�������(k�6�c��Y 7>ʚ��
��GY�������(k�6�c��Y 7>ʚ��
��GY�������(k�6�c��Y 7>ʚ��
��GY�������(�h|�Y8l|�2�)Ǎ�r��Ai��Q�4>hm 7>ʚ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
��GX/�XW 7>ʚ��
��GY�������(�h|�Y8n|�s6>$]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6%�:Ǎ�r��Ai��1����ur㣬i|��@n|�5�Zȍ����Ak��1����ur㣬i|��@n|�5�Zȍ����Ak��1����ur㣬i|��@n|�5�Zȍ����Ak��1����ub㣤��Ag��Q�4>(m 7>ʚ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
��GX/�XW 7>ʚ��
��GY�������(k�6�c��Y 7>ʚ��
��GY�������(k�6#M�C��a㣔��Ae��Q�4>(m 7>ԧ��?����j�v���������p���_������O�7>�<���q>�������?��_������_�����w���ȸ{x���;�����F�>�x����x|w<�?<^� ρdzh]�;�����$�۳7�
ܱ>��~ߡ�۳7�
ܱ�����n�ް6��x����u<���c=��*�۳7�
ܱ>�`�۳7�
ܱ���/��Go8w]y<���9�e�ܱ���'kݞ�am�������,[�goX�c=o��P����^���_�IZdzl]�;���p� �۳7�
ܱ������3��am����5�Y���
k�[�?�_叹�,[���tx|�?pƳ7�
ܱ>u{����;֗ã���x����;i��kx�?pƳl]�;�j+k�o�6�o%�7:��r��Fi��6�Y~�ur���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk��6�Y~�uR���[����0,��p��h,��ʙ��
��[X/�7XW ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6�o#M�M��a�����Fe��VΔ�(m ��ʚ��
���Xg�M��已��Fk��V֔�hm ��ʚ��
���Xg�M��已��Fk��V֔�hm ��ʚ��
���Xg�M��已��Fk��V֔�hm ��J:�ot�o�L�M��q���)�Q�@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk���K�
��已��Fk��V֔�hm ��J:�ot��o��7I ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[IG����q���)�Q�@.��u��d]�\~+k�o�6��oeM���r���)���@.��u��d]�\~+k�o�6��oeM���r���)���@.��u��d]�\~+k�o�6��oeM���r���)���@.��u��d]�X~+�(��Y8.��3�7J�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk���K�
��已��Fk��V֔�hm ��ʚ��
���Xg�M��已��Fk��V֔�hm ��ʚ��
���HS~��qX~+�(�QY8.��3�7J���~���o�[��>�~�-��?��v��ow|x=�F����8������~���?���/ۿ����ß��~����|��������o�s�����	֏y8>��^�8Ov�`���#�?���A�d�+�Ov�5'�hm ��*kNv��@>�U֜좵�|�k��d���Ov�5'�hm ��*kNv��@>�U֜좵�|�k��d���Ov�5'�hm ��*kNv��@>�U֜좵�x�k�9�%g��dW)��.*�'�ʙ�]�6�Ov�5'�hm ���<�%��]e��.Z�'�ʚ�]�6�Ov�5'�hm ���<�%��]e��.Z�'�ʚ�]�6�Ov�5'�hm ���<�%��]e��.Z�'�ʚ�]�6Ov�t�좳px�k�9�%e��dW9s����ɮ��d�
�]e��.Z�'��:Ovɺ��dWYs����ɮ��d�
�]e��.Z�'��:Ovɺ��dWYs����ɮ��d�
�]e��.Z�'��z9��
-�]e��.Z�'�ʚ�]�6Ov�t�좳p|�k��d���Ov�5'�hm ��*kNv��@>�U֜좵�|�k��d���Ov�5'�hm ��*kNv��@>�U֜좵�|�k��d���Ov�5'�hm ��*kNv��@>�U֜좵�|�k��d���Ov�5'�hm ��*�8�Eg��dW9s����ɮ�Γ]�.@>�U֜좵�|���9�Ek�dWYs����ɮ�Γ]�.@>�U֜좵�|���9�Ek�dWYs����ɮ�Γ]�.@>�U֜좵�|���9�Ek�dWYs����ɮ�Γ]�.@<�U�q�����ɮr�d�
�]e��.Z�'��:Ovɺ��dWYs����ɮ��d�
�]e��.Z�'��z9��
-�]e��.Z�'�ʚ�]�6�Ov�5'�hm ���<�%��]e��.Z�'�ʚ�]�6�Ov�5'�hm ��iNv��8<�U�q�����ɮr�d�
����Ru���c;�}����9�ʗ5����~Y�x&'�O�`��������������_�o�%��?�b=���b����?��g��l���_0N��>�G��(;��<^�G�ܞ�!m����o�Y���
kw�/��W��={������������:�e�ܱ���ֺ={���������V�����X��ϔ5oSCk�mj�zy�XW �MMY�65�6�ߦ��y�Z�oSSּM
�
䷩�|�Y �MMY�65�6�ߦ��y�Z�oSS��65t�ߦf��mj$]��65e�����@~����mjhm �MMY�65�6�ߦf��mjd]��65e�����@~����mjhm �MMY�65�6�ߦf��mjd]��65e�����@~����mjhm �MMY�65�6�ߦf��mjd]��65e�����@|��������p�65����P�@~���η��u��Ԕ5oSCk�mjʚ������65e�����@~���η��u��Ԕ5oSCk�mjʚ������65e�����@~���η��u��Ԕ5oSCk�mjʚ������65e�����@~���η��u��Ԕs{����mjJ8ަ�����Ԕ3�(m O3�e��+���5�hm O3(k���@�fP�L3���<�`�s������5�hm O3(k���@�fP�L3���<�`�s������5�hm O3(k���@�fP�L3���8�`��f g�p�A)�4*��ʙi�6���5�hm O3�f ��ie�4Z��ʚi�6���5�hm O3�f ��ie�4Z��ʚi�6���5�hm O3�f ��ie�4Z��ʚi�6��tL3��p8�`��f e�x�A93̀��4��f��
�ie�4Z���:�Ⱥ�y�AY3̀��4��f��
�ie�4Z���:�Ⱥ�y�AY3̀��4��f��
�ie�4Z���z�f��
-�ie�4Z��ʚi�6��tL3��p<�`�s������5�hm O3(k���@�fP�L3���<�`�s������5�hm O3(k���@�fP�L3���<�`�s������5�hm O3(k���@�fP�L3���<�`�s������5�hm N3(�f@g�x�A93̀��4���i�.@�fP�L3���<͠��f@ky�AY3̀��4���i�.@�fP�L3���<͠��f@ky�AY3̀��4���i�.@�fP�L3���<͠��f@ky�AY3̀��4���i�.@�fP�1̀���4�rf��
�ie�4Z���:�Ⱥ�y�AY3̀��4��f��
�ie�4Z���z�f��
-�ie�4Z��ʚi�6���5�hm O3�f ��ie�4Z��ʚi�6���5�hm N3i���8�fP�1̀���4�rf��
�iZ��9�i��;/��������O翮?���Q=��\{��xx��s�E�@����䑷t�������O�����.�ݝ���-���b��+�r��i�d|�L&�����	?L&���<����L@ky2AY3����d�����.@�LP�L&���<����L@ky2AY3����d��^&��y2AY3����d��f2�
��e�dZȓ	�:'Ⱥ�y2AY3����d��f2�
��%�	�,O&�L ���e�dZȓ	ʚ��6�'�5�	hm O&�L ���e�dZȓ	ʚ��6�'�5�	hm O&�L ���e�dZȓ	ʚ��6�'�5�	hm O&�L ���e�dZ��	J:&�Y8�LP�L&���<�`�s2���'�5�	hm O&(k&��@�LP�L&���<�`�s2���'�5�	hm O&(k&��@�LP�L&���<�`�s2���'�5�	hm O&(k&��@�LP�L&���<�`�s2���&�s�L@�{N&(�L@c�x2A93����d��^&��y2AY3����d��f2�
��e�dZȓ	�:'Ⱥ�y2AY3����d��f2�
��e�dZȓ	�:'Ⱥ�y2AY3����d��f2�
��e�dZ��	F��r6'�rL&��p<����L@iy2AY3����d�����.@�LP�L&���<����L@ky2AY3����d�����.@�LP�L&���<����L@ky2AY3����d�����.@�LP�L&���<����L@kq2AI�d:��	F��R6�'�3�	(m O&(k&��@�LP�L&���<�`�s2���'�5�	hm O&(k&��@�LP�L&���<�`�s2���'�5�	hm O&(k&��@�LP�L&���<� �����@�LP�L&���<����L@kq2AI�d:Ǔ	�9'H��y2AY3����d��f2�
��e�dZȓ	�:'Ⱥ�y2AY3����d��f2�
��e�dZȓ	�:'Ⱥ�y2AY3����d��f2�
��e�dZȓ	�:'Ⱥ�y2AY3����d����t�'�3�	(m O&�L ���e�dZȓ	ʚ��6�'�5�	hm O&�L ���e�dZȓ	ʚ��6�'�5�	hm O&�L ���e�dZȓ	ʚ��6�'�5�	hm O&�L ���%�	�,O&(g&P�@�LP�L&���<�`�s2���'�5�	hm O&(k&��@�LP�L&���<� �����@�LP�L&���<����L@ky2AY3����d�����.@�LP�L&���<����L@ky2AY3����d��f2�������	�,O&(g&P�@�L��_L&���&�}����Ʉ������2�p���O����̟�_�n8�g��6�p<,	_�տ���������/?��ӗ�������u��_��ί�%N�O;��ww?N��A NFk9N6�'�ur�������@���5q2Z�q���8���8�8g�L��q��&NFk9NV���hm ��ʚ8�
�8�Xg�L��q��&NFk9NV���hm ��ʚ8�
�8�Xg�L��q��&NFk9NV���hm ��ʚ8�
�8�Xg�L��q��&NFk1NV�'��p'+g�d�6��dc�q2Y ��ʚ8�
�8YY'���'+k�d�6��dc�q2Y ��ʚ8�
�8YY'���'+k�d�6��dc�q2Y ��ʚ8�
�8YY'���'+k�d�6��dc�q2Y ��ʹ��h|�8Y	G����q�����Q�@����'�ur�������@���5q2Z�q��&NFk9N6�'�ur�������@���5q2Z�q��&NFk9N6�'�ur�������@���5q2Z�q��&NFk1N6����l��J9�dT��d�L���r�������@���u��d]�'+k�d�6��deM���r�������@���u��d]�'+k�d�6��deM���r�������@���u��d]�'+k�d�6��deM���b���#NFg�0N6��ɤl��ʙ8�
�8YY'���'+k�d�6��dc�q2Y ��ʚ8�
�8YY'���'+k�d�6��dc�q2Y ��ʚ8�
�8YY'���'+k�d�6��da���`]�'+k�d�6��deM���b���#NFg�8N6�'�tr�������@���5q2Z�q��&NFk9N6�'�ur�������@���5q2Z�q��&NFk9N6�'�ur�������@���5q2Z�q��&NFk9N6�'�ur�������@���t���,��ʙ8�
�8�Xg�L��q��&NFk9NV���hm ��ʚ8�
�8�Xg�L��q��&NFk9NV���hm ��ʚ8�
�8�Xg�L��q��&NFk9NV���hm ��ʚ8�
�8�Xg�L��q���8���8Y9'���'+k�d�6��dc�q2Y ��ʚ8�
�8YY'���'+k�d�6��da���`]�'+k�d�6��deM���r�������@���u��d]�'+k�d�6��deM���r�������@���4q29�q�R�8���8Y9'���'��*N�ϱ���>�����]����b9N>�n�
-qr����'��_?���v��%_��e�;ѕ.�����׹�e��A���O��2�+d�e�lm ��X�˰ɺ�e��:^����˰�u��lm ���:zs�6{seMo�������ޜ�
���YGo��Ro�[o���ao����Q���7w�ћ���؛;�����@�͝u��lm ��ʚ��{sg�9[�����ޜ�
���YGo��bo����Ѻ��7w�ћ���؛;�����@�͝u��lm ��ʚ��{sg�9[H���n�9;���s�ޜ�
��\Yӛ�ubo7gk�7w�ћ���؛;�����@�͕5�9Z ���:zs�6{sg�9[�����ޜ�
��\Yӛ�ubo7gk�7w�ћ���؛;�����@�͕5�9Z �����7g�{��N���l,���9zs�6{sc��9YW ���:zs�6{sg�9[�����ޜ�
��\Yӛ�ubo7gk�7w�ћ���؛;�����@�͕5�9Z ���:zs�6{sg�9[�����ޜ�
��\IGo���Qo�[o���ao7gi�7w�ћ���؛+kzs�.@�͝u��lm ���:zs�6{sg�9[�����7G����YGo��bo7gk�7w�ћ��vv?͕��uſ
-��@���
ٮ���T%�(�jˬ�HE�������{�����,����[Q�O��� ��JMo����ܩ�7g��7w���Y�A��z��٬9���zs${{sg�ޜ���ܩ�7g��7w���Y�A�͕���1���SWo�jbo��՛�ڃ؛;u��� ��JMo����ܩ�7g��7w���Y�A�͝�zsV{{s��ޜ�9���SWo�jbo��՛�ڃԛ;�қ�Ys؛+3�9�c{s��ޜ���ܩ�7g��7w���Y�A�͕���1���SWo�jbo��՛�ڃ؛;u��� ��JMo����ܩ�7g��7w���Y�A�͝�zsV{{s��7Gubo��՛�ڃԛ;�қ�Ys؛;s��� ��JMo����ܩ�7g��7w���Y�A�͝�zsV{{s��7Gubo��՛�ڃ؛;u��� ��N]�9�=���Rӛ�:�7w���Y�A�͝�zsV{{s��ޜ���\���Q�ԛ;�қ�Ys؛;s��� ��N]�9�=���Rӛ�:�7w���Y�A�͝�zsV{{s��ޜ���ܨ�7'ubo��՛�ڃ؛;u��� ��N]�9�=���Rӛ�:�7w���Y�A�͝�zsV{{s��ޜ���\��7G��7w�7g��7w����A��!�6�9�Ƿg*�>����{<=�=��Q���n�}z9�������}���~Q��3)��A����������/����z���_{������㯫M���7�y�����%����;)���'�w��o��C8�޾�M��A��	�ľI��oB��oRf�&D{��&��1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MF�}�c��&e^�&oǰoR��P�9��	��I�׾	�9�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MM�Df�aߤ��7!Ys�7)3}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MF�}�c��&��oB��oRj�&T{�&���	͚þɐ雈�9��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MF�}�c��&��oB��oRj�&T{��&��oB��o�ourߤ��M�� �MJM߄jbߤ��7�Ys�7s�M��A��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MF�}�c��&��oB��oRj�&T{��&��oB��o2��H��7)5}�=�}�BW߄f�qߤ��M�� �MF�}�c��&��oB��oRj�&T{��&��oB��o2��H��7)5}�=�}�R�7�ڃ�7)5}�=�}�Qw�D��I��P�A��	��I��P�A��&R� �M
-]}�5�}�2�7!ڃ�7)5}�=�}�Qw�D��I��P�A��	��I��P�Az�@���7)5}�=�}�R�7�ڃ�7)5}�=�}�Qw�D��I��P�A��	��I��P�A����̞þI��oB��oRf�&D{����G�M����6&:�c�M��MOO�|~�i=��)���������o�/��[>�����_�~s������h�*��!|�t�Cx������������ǿP�A���Q�ǿH���/���_�� �K����=��Rj�8T{��8��8��1�q�Rǡڃ�)t�qh��q�L�hrg�Ǒ:9�Sj�8T{��8�&�C�9�Sj�8T{��8��8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�u�q��A�㔚8��8N���P�A�㔚8��8Ψ;�#uR��K����q
-\q�5�q�2�!ڃ�	�ǁ:9�Sj�8T{��8�&�C�9�Sj�8T{��8��8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�u�q��A�㔚8��8N���P�A�㔚8��8Π����9����8$k��8e&�C�9�Sj�8T{��8��8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�u�q��A�㔚8��8N���P�A�㔚8��8Ψ;�#ur���q�� �qJM�jb��ǡYs�2q�=�q�2�!ڃ�)5q�=�q�Rǡڃ�u�q��A�㔚8��8N���P�A�㔚8��8Ψ;�#ur���q�� �qJM�jr���q�� �qB��q��A�㔚8��8N���P�A����84k��8c�8��1�q�Rǡڃ�)5q�=�q�Rǡڃ�u�q��A�㔚8��8N���P�A�㔚8��8Ψ;�#ur���q�� �qJM�jr���q�� �qF�q�c��8�&�C�1�S��Ь9�㔙8��8Ψ;�#ur���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�9�3��H��)5q�=�q�Rǡڃ�)5q�=�q�QwG��8N�+�C��8�Sf�8D{��8�&�C�9�3��H��)5q�=�q�Rǡڃ�)5q�=�q�P�q�s��8�&�C�9�Sj�8T{��8�&�C�9�3��H��)5q�=�q�Rǡڃ�)5q�=�q�AǑ�s�)r�qH��q�L�hrGe����=.q�m�v����^����ǿ���:��������q�z(�\��?�������Ϳ_��_�
�>�ί��ݍ����^>r;�ޙ��[f>o��8�A��8�Qf2D{�3��̇�1ș�R���ڃ��(5��=ș�R���ڃ��ug>��A�|������G��|P�A�|������Ǩ;�!ur��d>�� g>JM�jr��d>�� g>Fݙ�c�2e^2o�0�Q��|P�9�|������G����9ș�R���ڃ��(5��=ș�R���ڃ��ug>��A�|������G��|P�A�|������Ǩ;�!ur��d>�� g>JM�jr��d>�� f>M�Cf�a�ȕ� Ys��(3��=ș�R���ڃ��ug>��A�|������G��|P�A�|������Ǩ;�!ur��d>�� g>JM�jr��d>�� g>Fݙ�c�3�&�A�9�Qj2T{3���͚��ǐ�|��9�|������G��|P�A�|������Ǩ;�!ur��d>�� g>JM�jr��d>�� g>Fݙ�c�3�&�A�9�Qj2T{�3�&�A�9��5�ur��d>�� g>JM�jb�Е��Ys��sg>��A�|������G��|P�A�|������Ǩ;�!ur��d>�� g>JM�jr��d>�� g>Fݙ�c�3�&�A�9�Qj2T{�3�&�A�9�1��|H���(5��=���BW�f�q��d>�� g>Fݙ�c�3�&�A�9�Qj2T{�3�&�A�9�1��|H���(5��=ș�R���ڃ��(5��=ș�Qw�C���G��|P�A�|������G��|P�A�|��3R� f>
-]��5Ǚ�2�� ڃ��(5��=ș�Qw�C���G��|P�A�|������G��|P�A�|�z�|@����(5��=ș�R���ڃ��(5��=ș�Qw�C���G��|P�A�|������G��|P�A�|�̞̇��G�+�A��8�Qf2D{�3��>Ee>���綩�?�|���o�|?ݽ��s泞�f>�+X?���������������w7�|������Qڳ��o���t���Hz�"��$T{���d���$R� #I���P�A����)4k��)e&�B�9�2ꎧH�O)5��=��RO�ڃO)5��=��Qw<E��xJ���P�A����x
-��xJ���P�A�����)R� �SJM<�jr<���S�� �SJM<�jr<e�O�:)�R�%�B�v�)�x
-Ś�xJ����A���z��@��O)5��=��RO�ڃO)5��=��Qw<E��xJ���P�A����x
-��xJ���P�A�����)R� �SJM<�jr<���S�� �SJM<�jb<e��Sd��S�\��5��2O!ڃO)5��=��Qw<E��xJ���P�A����x
-��xJ���P�A�����)R� �SJM<�jr<���S�� �SJM<�jr<e�O�:9�Rj�)T{��)�&�B�1�R芧Ь9���x�Ȟ�xJ����A����x
-��xJ���P�A�����)R� �SJM<�jr<���S�� �SJM<�jr<e�O�:9�Rj�)T{��)�&�B�9�Rj�)T{��)�^�)P� �SJM<�jr<���S�� �S
-]��5��1w<E��xJ���P�A����x
-��xJ���P�A�����)R� �SJM<�jr<���S�� �SJM<�jr<e�O�:9�Rj�)T{��)�&�B�9�Rj�)T{��)��x��1��RO�ڃO)t�Sh��S�L<�hr<e�O�:9�Rj�)T{��)�&�B�9�Rj�)T{��)��x��1��RO�ڃO)5��=��RO�ڃOu�S��A����x
-��xJ���P�A����x
-��xʨ;�"ub<��O�YsO)3��=��RO�ڃOu�S��A����x
-��xJ���P�A����x
-��xJ��x
-�9��RO�ڃO)5��=��RO�ڃOu�S��A����x
-��xJ���P�A����x
-��xʠ����9����)$k��)e&�B�9�:.�T<��q��nK��x��=F<u�A<u��oMc;uy�N=�t�?���_����?�|&��|�Gy�3�m�SO�_��������������ɛ���Ț��Đ�N��9�N��Ț��D�;8��871dj"k�[C&5!��841d:"k�+A��Ȟ��Đ)L��9�K���Ț�ĐiK��9.K�� {��^��n��)1�JJ���Ā�IH�9�I>&�1�19�8%1dJ"k�;C&#!��8"1d"k�A�Ȟ�|Đ�G��9nG�t�Ț�pĐ�F��9�F�� {��C�!��1dr"k�cC�!��bB�k3�J���1nD�D�Ě�@Đ�C��9�C�� {��C�!��1d�"k��C�	!���B��9�A��Ț�ĐIA��9A��Ț�
-D�;��81d
-"k��C&� ��0�0�j?���Cx	?��1�>��Ě��ÐI>��9>�ރȚ��C�;����8�0dJ"k�;C&� ��8�0d"k�A��Ȟ�Ð�;��9n;���Ț�Ð�:��9�:>&�Q�19�8�0d�"k�{C&� ��0�0�j9��C�;����8�0d*"k�C&� ��8�0d�
"k��
A�xȞ�tÐ)7��9�6�l�Ț�hÐi6��9.6��
 {�s
C�� ���0dR
"k�C
C�� ����4��9N4�B�Ț�>È+� �v���� ����3��9�2�*�Ț�&ÐI2��92��Ț�C�;����8�0dJ"k�;C&� ��8�0d"k�A��Ȟ���/��9n/��Ț���.��9�.�� {�#����1�-�܂Ě��i-��9.-�C {�3C�� �渱0d"k�C�� �渮�������)+��9�*���Ț�i*��9.*��
- {�s
-C�� �渥0dR
-"k�C
-C�� �氢b"
-�k
-㭂���1�'�|�Ě�x�����v�^�N܄
-����K|����׿O	_�9�b���~�ڧ�˻����#�p"������_~���>��������Ooj�ӗ��O��|w#���:=�h�����s{x�<t��wo��������}�w�˳�=x�>�=��m�^��@������ު�g?P{�}����p��ˣl��y�98��yy������'�^��@�����ˋ��<��ڃ�/������1�z��1x�>�}�b�˳�=x�>�ݿ��x�^��@�������wL�zy��������?
�Nͳ���������1�^��@�����p�E��g?P{�@=�4��zy���WO矆O<��<P�^^�zy��ԧ�ӳU/�~�����|�d��=��Ys���?���~�ɳ�����s�d�˳�=x��>�K���j�矅��^��@���Շ�OÃT׳������p�(�˳�=x��N����j�矆OV�<��ڃߵ<�}z��̭gY�����g��z�����O��ˡ�� 9T��r(�=�_5��r(�c����|9��/�*t}9͚�/�*3_E��ˡF��H�|�A��߀j����=�G��+�� �q0�>�@��SJ�-T{��9(5�P�A>��\t@����Q�QR� �uPj�:�ڃ|�A�9�j�q���=����<�:�ă2/7P��+
-\gP�9>���\z@��փP��@��|�A����j������=�G����� �}0�>�@���J��T{��?(5�P�A>���\�@���Q�R� ��Pj�@�ڃ|	B�9�j�1���=�� ��d���P�	�d��Ue�,�=ȇ!����� ߆0�>A���J�}T{�/D(5'"P�A>��\�@��N�Q��R� ��PjnE�ڃ|-B�9�j����b�=�7#���F�:�l�Rs7���J��T{�G(t]�@���~�!s@�Ȟ���
	D{��H(5g$P�A>$��\�@����Q�1	R� ��Pj�I�ڃ|QB�9)�j�Q	���=�w%��K�:���Rs[���J�y	T{�L(5&P�A�1!��	P� ��Pj�L�ڃ|iB�95�j�	��kh�ߛ0�>8A��J��	T{��N(5g'P�A><��\�@����Q��	R� ��Pj�O�ڃ|�B�9A�j�
-��
-�=�w(��Q�:��Rs���kJ�9
-T{�R(5)P�A�Ia�}���1�g)����� ^�P�:M�f��q
-e�:�=��)��T�:�D�Rs���+J͙
-T{�U(5�*P�A�Ua�}���1��*��{�� _�PjNV�ڃ|�B��Z�j��
-�����A>]��ܮ@��z�Rs���J�T{�oXu� u���;h�_�PfNY ڃ|�B��f�j�=����A>i��ܴ@����Rs����J�eT{�o[�z��9��-����� _�PjN\�ڃ|�B��r�j���C��A>u��ܺ@��څRs���J��T{o^4G/��9<{��u�ɚ�����D{��_�9q���r�����������0�����?=}�����u�����?��_~}{�����/��`�:�����������?�����7{ۗ>�=�����/�V]ϲ:ԇ��׿9��˳�=x�>�=��zy����O���)R����|_}:�=�|v�z��1x�>�=?[���j�Ow���H��g?P{�@}�{~���J�<��ڃ�[�5���8��A>��Ԝ�A��<�Rs���8J�yT{��4�q��9>��̜�A��<�Rs���8J�yT{���u��!u�y��<�=��q���8�� ��Qj��ڃ|G���8��A>��Ԝ�A��<�Rs���8J�yT{���u��!u�y��<�=��q���8�� ��Q�:��f��yc��8��A>��Ԝ�A��<�Rs���8J�yT{���u��!u�y��<�=��q���8�� ��Qj��ڃ|Ǩ�<�c���(5�qP�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y���8h���Qf�� ڃ|Ǩ�<�c���(5�qP�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�Q�yR� ��Q��<��cxG��<�5��q���8�� ����<�s���(5�qP�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�As�̞��8�\�q��9>��̜�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�Q�yR� ��Qj��ڃ|G�9��j�y���8h���1d���s|G�9��h�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�Q�yR� ��Qj��ڃ|G�9��j�y��<�=��q�z=����8J�yT{���(5�qP�A<���u͚��8���q�|G�9��j�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�Q�yR� ��Qj��ڃ|G�9��j�y��<�=��q����:�<�Rs���8
-]�qЬ9>��̜�A��<�Q�yR� ��Qj��ڃ|G�9��j�y��<�=��q����:�<�Rs���8J�yT{���(5�qP�A>�c�}��1��q���8�� ��Qj��ڃ|G�9��j�y���8��A<���u͚��8��yD{���(5�qP�A>�c�}��1��q���8�� ��Qj��ڃ|G�9��j�y�^��:�<�Rs���8J�yT{���(5�qP�A>�c�}��1��q���8�� ��Qj��ڃ|G�9��j�y��<�=��q��� Ys|G�9��h�y��"���{\���^�9>�s��<�	���?�ܝNOt'�\��|^�q~�����O_z�@�����/ʿ��~����j�W�C��vx\�9>.�j�q���"�� Qj���:�S�qV{��8ua��S�qV{���(tA���3�qF{��8ua��S�qV{��(5�EP�x\ĩ��=��E�����ڃx\ĩ��=��E�����:�S�qV{��8ua��S�qV{��(5�EP�x\ĩ��=��E�����ڃt\ġ��"l�Qf�� :�S�qV{��8ua��S�qV{��(5�EP�x\ĩ��=��E�����ڃx\ĩ��=��E���"��A<.��u\����"N]�EX�A<.��u\����"J�qT� q�:.�j�q�^���Ysx\ę��=��E���"��A<.��u\����"N]�EX�A<.��u\����"J�qT� q�:.�j�q���"�� q�:.�j�q���c��8ua��S�qV{��8ua��Rs\�1�E������ct\ā��",�q�:.�h�q���"��A<.��u\����"N]�EX�A<.��u\����"J�qT� q�:.�j�q���"�� q�:.�j�q���c��8ua��S�qV{��8ua�鸈B�q4{���8�r\�ɚ��"�\�E�A<.��u\����"J�qT� q�:.�j�q���"�� q�:.�j�q���c��8ua��S�qV{��8ua��Rs\�1��E�����ڃx\ĩ��=H�Ez9.�f��qE��"H�q�:.�h�q���"�� q�:.�j�q���c��8ua��S�qV{��8ua��Rs\�1��E�����ڃx\ĩ��=��E�����ڃx\Ĩ���s��8ua��S�qV{���8�r\�͚��"��qD� q�:.�j�q���"�� q�:.�j�q���c��8ua��S�qV{��8ua��Rs\�1��E�����ڃx\ĩ��=��E�����ڃx\D�9.����"N]�EX�A:.���q6k��8sa��Rs\�1��E�����ڃx\ĩ��=��E�����ڃx\D�9.����"N]�EX�A<.��u\����"N]�EX�A<.��Au�q���"�� q�:.�j�q���"�� Qj���:鸈C/�Eج9<.��u\����"N]�EX�A<.��Au�q���"�� q�:.�j�q���"�� 1�>.B���"N]�EX�A<.��u\����"N]�EX�A<.��Au�q���"�� q�:.�j�q���"�� Q�:.�f��qG^��0Ysx\ę��=��E�bƇ�E�=�=S�<���{��"�|\������G<.��yZ�E������7_���?��������^��>������y|�{������뽍�?��_c��y��gY������ߡU����<P��OV�<��ڃ�����7)���j\p9�=��Z��gY��:i����A��F�Rs#��9J͍T{�o�u��!u���F�=�7r��9�� ��Qjn�ڃx#Ǡ��Cf��e�F�=�7r��9�� ��Qjn�ڃ|#Ǩ�F�c�o�(57rP�A������A��F�Rs#��9B���u���F�=�7r��9�� ��Qjn�ڃ|#Ǩ�F�c�o�(57rP�A������A��F�B׍4k�o�s��!t���F�=�7r��9�� ��Qjn�ڃ|#Ǩ�F�c�o�(57rP�A������A��F�Rs#��9F�7rH�|#G����j���F�=�7r��9�� ��1꾑C��9J͍T{o�(t��A���F�2s#��9F�7rH�|#G����j���F�=�7r��9�� ��1꾑C��9J͍T{�o�(57rP�A������A��F�Q��R� ��Qjn�ڃ|#G����j���F�=�7r��o�:�F�2/7rP��9
-\7rP�9������A��F�P�7r@��|#G����j���F�=�7r��9�� ��1꾑C��9J͍T{�o�(57rP�A������A��F�Q��R� ��Qjn�ڃ|#G����j���F�=�7r�9d���Q云�d��e�F�=�7r��9�� ��1꾑C��9J͍T{�o�(57rP�A������A��F�Q��R� ��Qjn�ڃ|#G����j���F�=�7r��o�:�F�Rs#��9J͍T{o�(t��A���F�!s#�Ȟ�9�̍D{�o�(57rP�A������A��F�Q��R� ��Qjn�ڃ|#G����j���F�=�7r��o�:�F�Rs#��9J͍T{�o�(57rP�A��#��P� ��Qjn�ڃ|#G����j���9h���1澑C��9J͍T{�o�(57rP�A������A��F�Q��R� ��Qjn�ڃ|#G����j���F�=�7r��o�:�F�Rs#��9J͍T{�o�(57rP�A��c�}#��1�7r��9�� ��Q躑�f��e�F�=�7r��o�:�F�Rs#��9J͍T{�o�(57rP�A��c�}#��1�7r��9�� ��Qjn�ڃ|#G����j���9��A������A��F�Rs#��9J͍T{�o�u��!u���9h���Qfn� ڃ|#G����j���9��A������A��F�Rs#��9J͍T{�o��z#�9�7r��9�� ��Qjn�ڃ|#G����j���9��A������A��F�Rs#��9J͍T{o�47r��9����u#ɚ�9�̍D{�o�_}Q7r�=.7rnO�|>��s��FΉo�<]~7
-��Y�\n�|Y7r�������?}��[-ϟ���w����4>�هT���!��w;>���E��
-�c��(5�TP�A>���RA����RsH��C*F݇TH�|HE�9��j�!��
-�=ȇT��C*�� R1h���s|HE�9��h�!��
-�=ȇT��C*�� R1�>�B��C*J�!T{��(5�TP�A>���RA����P��T@��|HE�9��j�!��
-�=ȇT��C*�� R1�>�B��C*J�!T{��(5�TP�A<���uH͚�C*�܇T�|HE�9��j�!��
-�=ȇT��C*�� R1�>�B��C*J�!T{��(5�TP�A>���RA����Q�!R� RQj��ڃ|HE�9��j�!��
-�=ȇT����:���RsH��C*
-]�TЬ9>���RA����Q�!R� RQj��ڃ|HE�9��j�!��
-�=ȇT����:���RsH��C*J�!T{��(5�TP�A>�b�}H��1ȇT��C*�� RQj��ڃ|HE�9��j�!��C*��A:����!o���!k��(3�T�A>�"��!P� RQj��ڃ|HE�9��j�!��
-�=ȇT����:���RsH��C*J�!T{��(5�TP�A>�b�}H��1ȇT��C*�� RQj��ڃ|HE�9��j�!��
-�=��T�� Ys|HE�9��h�!��
-�=ȇT����:���RsH��C*J�!T{��(5�TP�A>�b�}H��1ȇT��C*�� RQj��ڃ|HE�9��j�!��C*��A>���RA����RsH��C*
-]�TЬ9<�b�R!�����2sH��C*J�!T{��(5�TP�A>�b�}H��1ȇT��C*�� RQj��ڃ|HE�9��j�!��C*��A>���RA����RsH��C*J�!T{���zH�9ȇT��C*�� RQj��ڃxHE��
-�5LJT���:���RsH��C*J�!T{��(5�TP�A>�b�}H��1ȇT��C*�� RQj��ڃ|HE�9��j�!��C*��A>���RA����RsH��C*J�!T{��uR!u�!��
-�=��T���Ys|HE�9��h�!��C*��A>���RA����RsH��C*J�!T{��uR!u�!��
-�=ȇT��C*�� RQj��ڃ|HŨ��
-�c��(5�TP�A>���RA����RsH��C*F݇TH�xHE��
-�5LJT��C*�� RQj��ڃ|HŨ��
-�c��(5�TP�A>���RA����RsH��C*B�Ru�!��
-�=ȇT��C*�� RQj��ڃ|HŨ��
-�c��(5�TP�A>���RA����RsH��C*�!2{�(rRA�����2sH��C*��A�!|��!�ۻ%LJT���o;�r�����/�tHe=r9���������
��ǻ�׿���N�t����*Ow��~��U�}��q���������"益g?P{�}��t��$��,�c�@}�{m����̚; �?�OҼ<�ڃ����Ѫ�g?P{�}��������u=��<P�?��_��g?P{�@=�4��zy���uI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{��,u�Y"u�%����=�g���3K�� �YRj�,�ڃxfɠ9�Df��%e���=�g���3K�� �YRj�,�ڃ|fɨ���c��,)5g�P�A>��ԜYB��̒Rsf	��3KB��Yu�%����=�g���3K�� �YRj�,�ڃ|fɨ���c��,)5g�P�A>��ԜYB��̒Bי%4k��,s�Y"t�%����=�g���3K�� �YRj�,�ڃ|fɨ���c��,)5g�P�A>��ԜYB��̒Rsf	��3KF�g�H�|fI�9��j�%����=�g���3K�� �Y2�>�D��3KJ͙%T{�,)t�YB���̒2sf	��3KF�g�H�|fI�9��j�%����=�g���3K�� �Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒2/g�P��3K
-\g�P�9>��̜YB��̒P�g�@��|fI�9��j�%����=�g���3K�� �Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g��3Kd��YR�:��d��%e���=�g���3K�� �Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒Rsf	��3KJ͙%T{�,)t�YB���̒!sf�Ȟ�3K�̙%D{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒Rsf	��3KJ͙%T{��,)5g�P�A>�$��%P� �YRj�,�ڃ|fI�9��j�%��3Kh��Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒Rsf	��3KJ͙%T{��,)5g�P�A>�d�}f��1�g���3K�� �YR�:��f��%e���=�g����,�:�̒Rsf	��3KJ͙%T{��,)5g�P�A>�d�}f��1�g���3K�� �YRj�,�ڃ|fI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{��,u�Y"u�%��3Kh��YRf�,!ڃ|fI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{��,	�zf	�9�g���3K�� �YRj�,�ڃ|fI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{�,4g���9<���uf	ɚ�3K�̙%D{��,Rg��=.g�n�=�Y:~��=���_��������9�^���z}�������z=�ə��:��w����~�ӟ�z�������o�T��.������=?��]���W�a��U���7oY'�5�Q�!�tYs\t2A'�5�9� w�	d�q�iȤ�D����L�Id�q�i�D�D�'���'�=���!�oYso2�&�5��!nYs�m
-rW�@�7��L�Id�a�i��kx;Ƶ�k�Xs�j
-r��@�w��L�Id�q�i�4�D���L�Id�q�)�]g�s�f2i&�5�a�!�eYs\e2Q&�5�I� w�	d�q�i��D�ǘ�L�Id�q�iȄ�D�g���&�=G
�/	&q7S`m���ݎq}i�ė$�������s�]2�%�5�ѥ!�\Ys\\2�%�5ǹ� wm	d�qkiȤ�D����LgId�qei�D�D�'��܅%�=�}�!�WYsW2m%�5�e�!VYs�U
-1U%�5�M��VRI���LOIb�qMi�ĔD�����%%�=��!�QYsQ2
%�5��!PYs�O
-rד@����L:Id�q8i�t�D�W��L4Id�q2)�]L�s�K2�$�5DZ�!�JYsXJq��ގa&)�T���7�L"Ib�q i���D�ב�LId�q)�]F�s�E2Y$�5�Q�!�DYs\D2A$�5�9� w
	d�qiȤ�D����LId�qi�D�D�'����s�?2�#�5��!�>YsX>q��ގq�(�]=��s�<2�#�5���!�;Ys\;2�#�5ǩ� w�d�q�h�d�D�G��L�Hd�q�h��D�獂�u#�=�m�!�6Ys62]#�5�U�!5Ys�4
-r�@����L�Hd�a�h��2x;�%�2�Xs�1
-rW�@�7��L�Hd�q�h��D�׋�L�Hd�q�(�].�s�-2�"�5�Ѣ!�,Ys\,2�"�5ǹ� w�d�q�hȤ�D����L�Hd�q�h�D�D�'��܅"�=�}�W�H��ljL�Hb�q�hȄ�D�g���U"�=�M�!�$Ys$2="�5�5�!#Ys�"~L^K�cr�q�h�d�D�G��L�Hd�q�h��D�燂��!�=���!�Ys2�!�5�ա!Ys�
-1�!�5����VnH��džLkHb�qi��
�%.��M�w��ĨOT���w��.af��Igx������_/�������������Nx5���=ܿ��]��K���޼��wt߾|G����*5��E��;�B�~G�9���Uj���j�wt����ڃ�]��;��� Gר�;���A���R�]T{�����|G����*t}G͚���s�ք�A�����Z�i�Q�A��������ڨ��&ur{���ר� ��JM�jr���$ب� G�F�6�c�;l�&�F�9�VjZlT{�kl�&�F�9�6�.�I��d+5Q6�=�Y�BW��f�q��̤و� ��F�u6�c��l�&�F�9�VjmT{�+m�&�F�9�6�.�I��j+5�6�=ȹ�R�k�ڃ\l+5�6�=�ѶQw�M��n[�	�Q�AN���v��z[�ɷQ�A���nR� 5�ʼD�(ގaƭ��q�Xs\r+3)7�=�1�P�57�s�{n�&�F�9�Vj�nT{��n�&�F�9�6�.�I��v+5q7�=�y�R�w�ڃ\x+5�7�=ȑ�Qw�M���[�	�Q�AN�������[�ɽQ�A�
��̞��[�+�F��8�Vf�oD{��o�&�F�9�6ꮿI��+58�=�	�RӀ�ڃ\�+58�=�!�Qw	N��\���Q�A������"\�I�Q�A���pR� w�JM�jr�Դ�� ��
-]y8�5���!S��s܈+3�8�=ș�RӉ�ڃ\�+5�8�=ȱ�Qw-N��^\�	�Q�ANƕ�f��j\���Q�AǍ��qR� ��JM<�jr>����� �JMB�jrD.�kE��\�	�Q�ANɕ���Ě\�+'G��8(7�.�	�ܔ+5Q9�=�Y�Rӕ�ڃ\�+5i9�=�q�Qw]N��\�	�Q�AN̕�����\���Q�A͍�KsR� ��JMl�jrn����� �JMr�jrtn�]��:�;Wj�sT{�s���͚��\����AЍ�tR� 7�JM��jr���t�� ��JM��jr�n�]��:�GWj�tT{��t��IG��JWj�tT{��t��2��1�m�R��ڃ��+5}:�=ȅ�R���ڃ�uWꤎA���Bu4k�Sue�UG��VWjruT{��u��b��1�ͺR��ڃ��+5�:�=��R���ڃ��Z��:�_WjvT{�v��aG��bWj2vT{�Cv��1�-�R��ڃ��+5=;�=�E�R���ڃ�4U;�=�]�"W؎d�qڮ̴�� ��k����ҷ���ǁ��{�������|G�����ۯç���/���<s-��-����t���?���/o;������
0��t������;�����g�o_2hT{�3h�&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+te�h�g���4�c�3h�&�F�9�Vj2hT{�3h�&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+54�=��QwM��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jb�ЕA�Ys�A+34�=��QwM��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1H�2/4��c�A+pe�(�g��L�hr-�k
��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{3h�&�&��0�V�ʠ��9Π����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��BW�f�am�d�D�g��L�hr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��R�A�ڃ�A��A�:9�Vj2hT{�3h�&�F�1�V�ʠѬ9Π��3hB� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��R�A�ڃ�AugФ�AΠ����Z�+�F��8�Vf2hD{�3h����1��R�A�ڃ�A+54�=��R�A�ڃ�AugФ�AΠ����Z�ɠQ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� g�F�4�c3h��͚�Z�ɠ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� g�B�fР�AΠ����Z�ɠQ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� f�MMf�a�ȕA#Ys�A+34�=��qԫ2h|�K}�9̠���o����ǣ_�9}�;�$�~X���凟�x����ӧ��׿�����ׯ���6������n�w���x�E'�7�C�o|x��ǁ'�=���SW��jb���x�ڃx*5�'�cO�������ө+�d�1�t�
-<Y�A<����1���SW��jb���x�ڃx:u��� �JM�����ө+�d�)�t�%�d��0�t�
-<�A<����1���SW��jb���x�ڃx:u��� �JM�����ө+�d�1�t�
-<Y�A<��OV{O�&�Dub���x�ڃx:u��� �N]�'�=���Rx�:!�t�����1
-<x	<Y�9<��OF{O�����9���SW��jb���x�ڃx:u��� �JM�����ө+�d�1�t�
-<Y�A<��OV{O�&�Dub���x�ڃx:u��� �N]�'�=H��BW��f�Q���K��d�a���x2ڃx:u��� �JM�����ө+�d�1�t�
-<Y�A<��OV{O�&�Dub���x�ڃx:u��� �N]�'�=���Rx�:1�t�
-<Y�A<��OV{�O�^O6k�OE��ɞ��ә+�d�1�t�
-<Y�A<��OV{O�&�Dub���x�ڃx:u��� �N]�'�=���Rx�:1�t�
-<Y�A<��OV{O�������Ө;�$ub���x�ڃx:u��� ���l���L�����ө+�d�1�t�
-<Y�A<��OV{O�&�Dub���x�ڃx:u��� �N]�'�=���Rx�:1�t�
-<Y�A<��OV{O�������S�	<Q�x:u��� ���l���\�'�=���Rx�:1�t�
-<Y�A<��OV{O�������S�	<Q�x:u��� �N]�'�=���SW��jb�����A<��OV{O�������ө+�d�1�TjOT� ���l���\�'�=���SW��jb�����A<��OV{O�������ө+�d�1�4�<I��x:u��� �N]�'�=���SW��jb�����A<��OV{O�������ө+�d�)�T�
-<��9
-<y	<��9<��OF{O�?<�=�=S5�a�	�1����|����L��x���>�Ϳ����7?��?�ǟ��r��?�������������Ư�]_�����u�zϔ����˛?�����@y�jry�Ԕ��� ��F��%�c��K���D���Tj�KT{��K���D���4�./I�\^*5�%�=��RS^�ڃ\^*5�%�=��QwyI���R�)/Q�A,/��K4k��Ke��D���4�./I�\^*5�%�=��RS^�ڃ\^*5�%�=��QwyI���R�)/Q�A./������R�)/Q�A./���KR� ��JMy�jry�Ԕ��� ��JMy�jryi�]^�:��T楼D�v�K��Ś��R�)/�A./�z-/A��\^*5�%�=��RS^�ڃ\^*5�%�=��QwyI���R�)/Q�A./������R�)/Q�A./���KR� ��JMy�jry�Ԕ��� ��JMy�jbyiД�d����\�%�5��2S^"ڃ\^*5�%�=��QwyI���R�)/Q�A./������R�)/Q�A./���KR� ��JMy�jry�Ԕ��� ��JMy�jryi�]^�:��Tj�KT{��K���D���T�*/Ѭ9,/
��Ȟ��R�)/�A./������R�)/Q�A./���KR� ��JMy�jry�Ԕ��� ��JMy�jryi�]^�:��Tj�KT{��K���D���Tj�KT{��K�^�KP� ��JMy�jry�Ԕ��� ��
-]�%�5��1wyI���R�)/Q�A./������R�)/Q�A./���KR� ��JMy�jry�Ԕ��� ��JMy�jryi�]^�:��Tj�KT{��K���D���Tj�KT{��K����1��RS^�ڃX^*t��h����Ly�hryi�]^�:��Tj�KT{��K���D���Tj�KT{��K����1��RS^�ڃ\^*5�%�=��RS^�ڃ\^u����A./������R�)/Q�A./������Ҩ��$uby��U^�Ys\^*3�%�=��RS^�ڃ\^u����A./������R�)/Q�A./������R����9��RS^�ڃ\^*5�%�=��RS^�ڃ\^u����A./������R�)/Q�A./������Ҡ)/��9,/��K$k��Ke��D����NP������6s<./���w/��w��Ӛ�w��~>�)���z�<s-/O����_��_��O_���ǧ��ĻR�}�Ͽ�?5��c�W��ͫwLo_:&R� wLJMDŽjbǤ��1�Ys�1)3�=��Qw�D��I��P�A��	��I��P�A�;&R� wLJMDŽjrǤ�tL�� wLJMDŽjr�d��1�:�cRj:&T{�;&��cB��cRj:&T{�;&��1H�2/��c�1)puL(�wL�LDŽhr�$�k���I��P�A��	��I��P�A�;&R� wLJMDŽjrǤ�tL�� wLJMDŽjr�d��1�:�cRj:&T{�;&��cB��cRj:&T{;&��c"��cR�ꘐ�9��	��I��P�A�;&R� wLJMDŽjrǤ�tL�� wLJMDŽjr�d��1�:�cRj:&T{�;&��cB��cRj:&T{�;&��1��R�1�ڃ�1)5�=��BWDŽf�a�d�tLD�wL�LDŽhrǤ�tL�� wLJMDŽjr�d��1�:�cRj:&T{�;&��cB��cRj:&T{�;&��1��R�1�ڃ�1)5�=��R�1�ڃ�1	��1�:�cRj:&T{�;&��cB��cR��Ь9�;&B� wLJMDŽjrǤ�tL�� wLJMDŽjr�d��1�:�cRj:&T{�;&��cB��cRj:&T{�;&��1��R�1�ڃ�1)5�=��R�1�ڃ�1uwL��A��	�ĎI��cB��cRf:&D{�;&��1��R�1�ڃ�1)5�=��R�1�ڃ�1uwL��A��	��I��P�A��	��ɨ�c"urǤ�tL�� wLJMDŽjrǤ�tL�� wLF��c;&���	͚�I���A��	��ɨ�c"urǤ�tL�� wLJMDŽjrǤ�tL�� wLB�vL��A��	��I��P�A��	��ɨ�c"urǤ�tL�� wLJMDŽjrǤ�tL�� vLM�Df�aǤ��1!Ys�1)3�=��q��:&|�K�t
wL���7vL�_�>�sǴ��vL��c�O�#L���<wc�0}�?
-�N�w���#��z��
��X�����'1o_㝏�]�et���uJ���P�A��R�9<T{�?���|����u��1ȟ�Sj>��j�����ڃ�9<��sx�� Ϩ�sx��A��R�9<T{�?���|����)5)�=��QwFJ��T��HQ�A�H�2R4k�3Re&#E�9#5��HI���*5)�=��R���ڃ��*5)�=��QwFJ��T��HQ�A�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jrFjԝ��:)#U�%#E�v3R��Ś�T��H�A�H�z�HA����*5)�=��R���ڃ��*5)�=��QwFJ��T��HQ�A�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jbFj�d�d�f��\)�5��2��"ڃ��*5)�=��QwFJ��T��HQ�A�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�1#U��HѬ9�H
���Ȟ�T��H�A�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R�^3RP� g�JMF�jrF��d��� f�
-])�5��1wFJ��T��HQ�A�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R��1��R���ڃ��*te�h�g��LF�hrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R��1��R���ڃ��*5)�=��R���ڃ��ug���A�H�����T��HQ�A�H�����Ԩ;#%ubF�Е��Ys��*3)�=��R���ڃ��ug���A�H�����T��HQ�A�H�����T�׌�9��R���ڃ��*5)�=��R���ڃ��ug���A�H�����T��HQ�A�H����ČԠ�H��9�H�2R$k�3Re&#E�9#=."UF��q�Ho���Ì��=~�xz�{|HF��3�����P�o��t�U���t=�ID�9���ß~��_~���~˜�5D|�ǭ[z�#����%ݭ�������ǥ㛷�БȚ��Q��r��q4dG"k�GC�o$��n4d�F"k��FA�Ȟ�ѐ���9�
���Ț�ѐ	��9��kF {�[FC&e$��0d4��	��р�I�9N�F {��EC&_$��8^4d�E"k��EC&\$��8[���9n
�d�Ț�`ѐ���9�
�X�Ț�TQ��T��S4d2E"k�#EC�Q$��P4dE"k��DA�:Ȟ�6р�4���)���D�nǸJ4`�Dk��ď�k�xL�9�
��Ț�ѐi��9.
��Ț�Q��B��A4dD"k�DC�?$��>4d�C"k��CA��Ȟ��А���9�
��Ț��А	��9�
�������x+5$�v�CC�3$��24d"C"k�CA��Ȟ�А���9�
���Ț�А	��9�
-��B {��BC&)$��8(4dzB"k�kBC&&$��8%�.	��9�
���Ț�Аi��9,��Bo�0^�A�j��A&$��84d�A"k��AC&$��8�.��9�
�\�Ț�XАi��9.
�P�Ț�LP����4dA"k�AC�$��4d�@"k�����kxL�9�
�,�Ț�(Аi��9,���@o�8�A�9n
��Ț�А����9��
��Ț�P������3d�?"k��?C��#���3d�?"k��?A��Ȟ��ϐI���9��ޏȚ��ϐ����9N��K? {�;?C&�#��0�3�j����π	�H�9����> {��>C&�#��8�3d�>"k��>C&�#��8��.���9�����Ț�ϐi���9.����Ț�O������3d>"k�>C��#���3d�="k��=A�rȞ�nψ+�#�v��=��#���3d�="k�s=A�ZȞ�VϐI���9��N�Ț�Jϐ��9N�>&���19��3d�<"k��<C��#���3d�<"k��<A�*Ȟ�&ϐI�9���Ț�ϐ��9L����x+�#�v�#<��#�����Lx����v;��_�o���k`u�� ���z��ߝV����|����}m��S_.�����w:��������n^�8�z�"�Q�:��RjR*T{�c*���B���Rj�*T{��*��1�U�R�U�ڃV)t�Uh��U�L\�hr^e��W�:��Rj+T{�#+���B���RjB+T{�S+��֊�1ȵ�R�[�ڃ\)5��=�͕R]�ڃ�]uwW��A.����
-���J���P�A����˨��"uR���K�����X
-\%�5�-�2c!ڃ�c	��c�:��Rj�,T{��,���B���Rj�,T{��,��6��1�u�R�g�ڃh)5��=ȍ�Ri�ڃ�iuwZ��A.���T��XK���P�A�`��dˠi���9����-$k��-e��B���Rj�-T{��-��~��1��R�p�ڃq)5�=��Rr�ڃ�ru�\��A�������K�)�P�An������˨��"ur٥Ԥ]�� �]JM݅jbߥ�x�Ys�x2��=Ǖ�2�y!ڃz)5��=ȭ�R{�ڃ�{u�^��A.�������K���P�A�����˨��"ur����_�� `JM�jr��D`�� g`B�v`��A.�����L���P�A����04k��0c�&��1�U�R���ڃ�)5e�=�m�R��ڃ��u�a��A.Ĕ�D��HL���P�A�Ĕ�P��T̨�#ur-���b�� cJM1�jr3��Dc�� gcF���c��1�&C�1S��Ь9�ǔ����̨�!#urE��dd�� �dJMI�jrK���d�� �dF�=�c��2�&)C�9*Sj�2T{��2�&,C�9-3�n�H�\�)5y�=ȁ�RS��ڃܘ)5��=ș�QwgF���L�+5C��86Sfj3D{�{3�&8C�993�n�H�\�)5��=��RS��ڃܞ)5��=���P���s�4�&AC�9BSj*4T{�;4�&DC�9E3�n�H�\�)59�=�A�RS��ڃܤ)5Q�=�Y�Aӥ��sX�)r�iH��i�L��hr�v�X�@
��R��alj��{�F���F����=~�Fm=sm��W���_���5jW���Q��ݍ���7jo_5R� 7jJM��jr���4j�� 7jJM��jr�f�ݨ�:�QSj5T{5��F
͚�FM�i��AnԌ�5R� 7jJM��jr���4j�� 7jJM��jr�f�ݨ�:�QSj5T{�5��QC��QSj5T{�5��F��1ȍ�RӨ�ڃܨ)5��=ȍ�RӨ�ڃܨu7j��AjԔyi�P��FM��QC��QSf5D{�5�^5P� 7jJM��jr���4j�� 7jJM��jr�f�ݨ�:�QSj5T{�5��QC��QSj5T{�5��F��1ȍ�RӨ�ڃܨ)5��=ȍ�RӨ�ڃب4��=���"W��d�q���4j�� 7jJM��jr�f�ݨ�:�QSj5T{�5��QC��QSj5T{�5��F��1ȍ�RӨ�ڃܨ)5��=ȍ�RӨ�ڃܨu7j��AnԔ�F
��FM�i�P�Al��54k5C�Q#��QSf5D{�5��QC��QSj5T{�5��F��1ȍ�RӨ�ڃܨ)5��=ȍ�RӨ�ڃܨu7j��AnԔ�F
��FM�i�P�AnԔ�F
��FM��F
�9ȍ�RӨ�ڃܨ)5��=���BW��f�q�f�ݨ:�QSj5T{�5��QC��QSj5T{�5��F��1ȍ�RӨ�ڃܨ)5��=ȍ�RӨ�ڃܨu7j��AnԔ�F
��FM�i�P�AnԔ�F
��Fͨ�Q#ur���4j�� 6j
-]��5Ǎ�2Ө!ڃܨu7j��AnԔ�F
��FM�i�P�AnԔ�F
��Fͨ�Q#ur���4j�� 7jJM��jr���4j�� 7jFݍ�c�5��QC��QSj5T{�5��QC��Q3�n�H�ب)t5jh�7j�L��hr���4j�� 7jFݍ�c�5��QC��QSj5T{�5��QC��Q�Qur���4j�� 7jJM��jr���4j�� 7jFݍ�c�5��QC��QSj5T{�5��QC��Q3h52{5E�F
ɚ�FM�i��AnԎ+ը�{\���x�tب�������b|yy�Fm=sm�V���A&j�翄|��F{'Q�?N����m���۾�M�Ow��_޾�;����<PW=���x�� �xF�9�c�s<�&�C�9�Sjr<T{�s<�&�C�9�3���H���)59�=�9�BW��f�q����x�� �xF�9�c�s<�&�C�9�Sjr<T{�s<�&�C�9�3���H���)59�=�9�R��ڃ��)59�=�9�Qw�G��O���P�A����O���P�A��s<R� �xʼ�x(ގa�����Xs��)39�=�9�P�9�s�s<�&�C�9�Sjr<T{�s<�&�C�9�3���H���)59�=�9�R��ڃ��)59�=�9�Qw�G��O���P�A����O���P�A����̞�O�+�C��8�Sfr<D{�s<�&�C�9�3���H���)59�=�9�R��ڃ��)59�=�9�Qw�G��O���P�A����O���P�A��s<R� �xJM��jr����x�� �x
-]9�5�9�!���s��)39�=�9�R��ڃ��)59�=�9�Qw�G��O���P�A����O���P�A��s<R� �xJM��jr����x�� �xJM��jr�'�k���O���P�A����O�+�C��8�3������)59�=�9�R��ڃ��)59�=�9�Qw�G��O���P�A����O���P�A��s<R� �xJM��jr����x�� �xJM��jr�gԝ�:9�Sjr<T{s<��͚�O����A��s<R� �xJM��jr����x�� �xJM��jr�gԝ�:9�Sjr<T{�s<�&�C�9�Sjr<T{�s<����1�9�R��ڃ��)59�=�9�R��ڃ��u�x��A���r<4k�s<e&�C�9�Sjr<T{�s<����1�9�R��ڃ��)59�=�9�R��ڃ��	���:9�Sjr<T{�s<�&�C�9�Sjr<T{�s<����1�9�R��ڃ��)59�=�9�R��ڃ��49�=�9�"W��d�q����x�� �x�=����=.9��k@�w��?
:�y�Y��|������}9�}y��gwϧkx�����������������9z��L���h�endstream
+GYSᠵ�\��pȺ���Q�T8hm V8J:*t�+�L���r�c���!��
+GYSᠵ�\�(k*�6�+eM���r�c���!��
+GYSᠵ�\�(k*�6�+eM���r�c���!��
+GYSᠵ�\�(k*�6�+eM���r�c���!��
+GIG����q����pP�@�p�5Z����
+���+eM���r����p��@�p�5Z���^*��@�p�5Z�����Ak��Q�T8hm W8�:+�.@�p�5Z�����Ak��Q�T8hm V8F�
+����
+G)G����q����pP�@�p�SU����*�����n���9�7���x�����
`�t8�CJ��~�������/��z|=���\.���`w{i�����-#}�����w��9��o�����qź={���������Vʺ={�����w������Y�����k8=I���
kw�����Vʺ={�����k8Z���
k�[�����Ydzl]�;����9�Һ={������//ֺ={��������}�pו������V�9�e�ܱ���'kݞ�am������A������X�!�5��Dk���:_1I�ȯ�Tּb�
�WL*k^1���+&�5��Dk���:_1I�ȯ�Tּb�
�WL*k^1���+&�5��Dk���:_1I�ȯ�Tּb�
�WL*���Y8�ە3q;J�q��θ����veM܎�rܮ�����@�ە5q;Z�q��θ����veM܎�rܮ�����@�ە5q;Z�q��θ����veM܎�rܮ�����@�ە5q;Z�q��θ����v���v4��aܮ�#nGc�8nW���(m ���z����9nW���hm ��ʚ��
�]Y�������ɺ�9nW���hm ��ʚ��
�]Y�������ɺ�9nW���hm ��ʚ��
�]Y�����i�vr6�v�q;*�q�r&nGi9nW���hm ���:�v�.@�ە5q;Z�q��&nGk9nW���hm ���:�v�.@�ە5q;Z�q��&nGk9nW���hm ���:�v�.@�ە5q;Z�q��&nGk1nW����p�e�vR6��v�L܎�rܮ�����@�ە5q;Z�q��θ����veM܎�rܮ�����@�ە5q;Z�q��θ����veM܎�rܮ�����@�ە5q;Z�q��^�v��@�ە5q;Z�q��&nGk1nW����p���I��9nW���hm ��ʚ��
�]Y�������ɺ�9nW���hm ��ʚ��
�]Y�������ɺ�9nW���hm ��ʚ��
�]Y�������ɺ�9nW���hm ��J:�vt��v�L܎�r�n�3n'��]Y�����+k�v�6��veM܎�r�n�3n'��]Y�����+k�v�6��veM܎�r�n�3n'��]Y�����+k�v�6��veM܎�r�n�3n'�ĸ]IG܎��qܮ���Q�@�ە5q;Z�q��θ����veM܎�rܮ�����@�ە5q;Z�q��^�v��@�ە5q;Z�q��&nGk9nW���hm ���:�v�.@�ە5q;Z�q��&nGk9nW���hm ��F�����ø])G܎��qܮ���Q�@�۩�q;~�-n_������c�ۏ7������������#n�������?~���>��v�w|c�[����?��;�zネ��������p���9>J�G�ٸ���r<J���
iw�O�ӝ�n�ް6p��rx~���۳7�
�Y
8����7��,[��u�((kv��@�eP��2����ˠ��e@ky�AX/�`]��ˠ��e@ky�AY�ˀ��.��f��
�]c��d]��ˠ��e@ky�AY�ˀ��.���]t�w�s�2�t�.��f��
�]e�.ZȻʚ]�6�w�u�2�u�.��f��
�]e�.ZȻʚ]�6�w�u�2�u�.��f��
�]e�.ZȻʚ]�6�w�u�2�u�.��f��
�]%��,�2(gvP�@�e0ֹ�@�Ȼʚ]�6�w�5�hm �2(kv��@�e0ֹ�@�Ȼʚ]�6�w�5�hm �2(kv��@�e0ֹ�@�Ȼʚ]�6�w�5�hm �2(kv��@�e0ֹ�@�H�ʹ�2��=w�p�2��p�ˠ��e@iy�AX/�`]��ˠ��e@ky�AY�ˀ��.��f��
�]c��d]��ˠ��e@ky�AY�ˀ��.��f��
�]c��d]��ˠ��e@ky�AY�ˀ��.��f��
�]#�.9��J9vPY8�eP��2����ˠ��e@ky��X�.Y �2(kv��@�eP��2����ˠ��e@ky��X�.Y �2(kv��@�eP��2����ˠ��e@ky��X�.Y �2(kv��@�eP��2����ˠ�c����]��.)ǻʙ]�6�w�5�hm �2(kv��@�e0ֹ�@�Ȼʚ]�6�w�5�hm �2(kv��@�e0ֹ�@�Ȼʚ]�6�w�5�hm �2(kv��@�e��.XW �2(kv��@�eP��2����ˠ�c����]㜻$]��ˠ��e@ky�AY�ˀ��.��f��
�]c��d]��ˠ��e@ky�AY�ˀ��.��f��
�]c��d]��ˠ��e@ky�AY�ˀ��.��f��
�]c��d]��ˠ��e@kq�AI�.:ǻʙ]�6�w�u�2�u�.��f��
�]e�.ZȻʚ]�6�w�u�2�u�.��f��
�]e�.ZȻʚ]�6�w�u�2�u�.��f��
�]e�.ZȻʚ]�6�w�u�2�u�.���]t�w�3�(m �2(kv��@�e0ֹ�@�Ȼʚ]�6�w�5�hm �2(kv��@�e��.XW �2(kv��@�eP��2����ˠ��e@ky��X�.Y �2(kv��@�eP��2����ˠ��e@kq��H��@���.�R�]T�w�3�(m �2�
�]��.����]���������Y��p}���tx��s��p�{��^T����e��8����ϟ����3
_���_���/������?|��۵�ܷ�ˋ��������/��t>�<�}���Og?~8�Ek�tVYs:���鬲�t�
��Yc���d]�|:��9�Ek�tVYs:���鬲�t�
��Yc���d]�|:��9�Ek�tVYs:���鬲�t�
��Y#��,9���J9NgQY8>�UΜ΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��x:���t����Y���,)ǧ�ʙ�Y�6�Og�5��hm ��*kNg��@>�5�y:K�ȧ�ʚ�Y�6�Og�5��hm ��*kNg��@>�5�y:K�ȧ�ʚ�Y�6�Og�5��hm ��*kNg��@>����,XW ��*kNg��@>�U֜΢��x:���t����Y㜧�$]�|:��9�Ek�tVYs:���鬲�t�
��Yc���d]�|:��9�Ek�tVYs:���鬲�t�
��Yc���d]�|:��9�Ek�tVYs:���鬲�t�
��Yc���d]�|:��9�Ek�tVI��,:ǧ�ʙ�Y�6�Og�u�Βu�鬲�t�
��Ye��,Zȧ�ʚ�Y�6�Og�u�Βu�鬲�t�
��Ye��,Zȧ�ʚ�Y�6�Og�u�Βu�鬲�t�
��Ye��,Zȧ�ʚ�Y�6�Og�u�Βu�鬒��Yt�Og�3��(m ��*kNg��@>�5�y:K�ȧ�ʚ�Y�6�Og�5��hm ��*kNg��@>����,XW ��*kNg��@>�U֜΢��|:��9�Ek�t�X��,Y ��*kNg��@>�U֜΢��|:��9�Ek�t�Hs:K����R��YT�Og�3��(m ���_z��Y�����;�����������x�{�_i6����i����_~��F��o��^9s�~��z9��b�fO����>G�k<��s}|5����y��A�X�goX�c=��]�(���
kw�/����8MY�goXx��|��u<���c=
/Һ={�����kx��Ӕu{����;���>eͻ���@|���]��l�P9�.@�6����y Z��Tּ�
�w�| Y �PY�.@�6����y Z��Tּ�
�w
+��]�`]��.@eͻ���@~���]�hm �PY�.@�6��h��]�d]��.@eͻ���@~���]�hm �PIǻ��Y8~�q�w�t���5�Dk�]�ʚw����.@eͻ���@~���w�u���5�Dk�]�ʚw����.@eͻ���@~���w�u���5�Dk�]�ʚw����.@eͻ���@~���w�u���5�Dk�]�J:�������3�Di�]��:�H���Tּ�
�w*k������5�Dk�]��:�H���Tּ�
�w*k������5�Dk�]��:�H���Tּ�
�w*k������5�Dk�]��:�H�H�T��]�h|�w*�x ��Tμ�
�w
+�e��+�M�5�&hm �(kM��@4Q�����<hb�sЄ��M�5�&hm �(kM��@4Q�����<hb�sЄ��M�5�&hm �(kM��@4Q�����8hb�4!g�p�D)Ǡ	*ǃ&ʙA�6�M�5�&hm ��4!��Ae͠	Zȃ&ʚA�6�M�5�&hm ��4!��Ae͠	Zȃ&ʚA�6�M�5�&hm ��4!��Ae͠	Zȃ&ʚA�6M�t���p8hb�4!e�x�D93h��򠉲f��
�Ae͠	Zȃ&�:MȺ�y�DY3h��򠉲f��
�Ae͠	Zȃ&�:MȺ�y�DY3h��򠉲f��
�Ae͠	Zȃ&�z4�
+�Ae͠	Zȃ&ʚA�6M�t���p<hb�sЄ��M�5�&hm �(kM��@4Q�����<hb�sЄ��M�5�&hm �(kM��@4Q�����<hb�sЄ��M�5�&hm �(kM��@4Q�����<hb�sЄ��M�5�&hm �(�4Ag�x�D93h��򠉱�A�.@4Q�����<h��4Aky�DY3h��򠉱�A�.@4Q�����<h��4Aky�DY3h��򠉱�A�.@4Q�����<h��4Aky�DY3h��򠉱�A�.@4Q�1h����rf��
�Ae͠	Zȃ&�:MȺ�y�DY3h��򠉲f��
�Ae͠	Zȃ&�z4�
+�Ae͠	Zȃ&ʚA�6�M�5�&hm ��4!��Ae͠	Zȃ&ʚA�6�M�5�&hm �iM��84Q�1h����rf��
�A���&�9�A���!O��&��c4��A�������W4�34yx?h���ˏ����׏����]�w�k�&{�j3��9z�!w��+d?�&�
+���YG���b���#�fk1�v֑}����}+k�o�.@̾�ud�lm f��:�o�6��o'ݲov�o�L����ٷ��웭
���YG���b���#�fk1�V�d�h]��};�Ⱦ��@̾�ud�lm f��:�o�6�oeM����ٷ��웭
���YG���b���#�fk1�V�d�h]��};�Ⱦ��@ʾ�t˾�Y8̾�sd�,m f�ʚ���og�7[�ٷ��웭
���YG���b���ɾѺ�1�v֑}����};�Ⱦ��@̾�ud�lm f�ʚ���og�7[�ٷ��웭
���YG���b���ɾѺ�!�vί�7��(�v�-�fc�0�vΑ}����}�̾ɺ1�v֑}����};�Ⱦ��@̾�ud�lm f�ʚ���og�7[�ٷ��웭
���YG���b���ɾѺ�1�v֑}����};�Ⱦ��@̾�ud�lm e�J:�ot6��o�ܲoV�o��7K�ٷ��웭
��[Y�}�ub���#�fk1�v֑}����};�Ⱦ��@̾�5�7Z f��:�o�6�og�7[�ٷ��웭
��[Y�}�ub���#�fk1�v֑}����};�}��p�}+�ȾQ�8̾�sd�,m f��:�o�6�og�7[�ٷ�&�F����YG���b���#�fk1�v֑}����}+k�o�.@̾�ud�lm f��:�o�6�og�7[�ٷ��웬+�og�7[�ٷ��웭
���I�웝���[9�}�tb���#�fk1�v֑}����};�Ⱦ��@̾�5�7Z f��:�o�6�og�7[�ٷ��웭
��[Y�}�ub���#�fk1�v֑}����};�Ⱦ��@̾�5�7Z f��:�o�6��o'ݲov�o��7K�ٷ�&�F����YG���b���#�fk1�v֑}����}+k�o�.@̾�ud�lm f��:�o�6�og�7[�ٷ�&�F����YG���b���#�fk1�v֑}����}+k�o�.@ʾ�t˾�Y8̾�sd�,m f��:�o�6�oeM����ٷ��웭
���YG���b���#�fk1�6֙}�ub���#�fk1�v֑}����};�Ⱦ��@̾�5�7Z f��:�o�6�og�7[�ٷ��웭
��[IG����Q��[����a��#�fi1�ƀ�v�͟��3�X�f��9�?�>�?k���i��G�������o���<sɾ�#���?���o>���_?}��Ͽ���o���Ǐ��O[H~���xx�{��e�\�ç����>��5����d]�|M����Gk��^YsM���5����
�kzc���d]�tM���5=���^	�5=���ʙkz�6����rM����ʚkz�6���5��hm _�+k����@��7�yMO����ʚkz�6���5��hm _�+k����@��7�yMO����ʚkz�6���5��hm _�+k����@��7�\ӓ�qxM������kz��5=J���ʚkz�6���u^ӓu�5����
�kze�5=Z���ʚkz�6���u^ӓu�5����
�kze�5=Z���ʚkz�6���u^ӓu�5����
�kze�5=Z���J:���Y8��7�\ӓ�q|M����Gi��^YsM���5����
�kzc���d]�|M����Gk��^YsM���5����
�kzc���d]�|M����Gk��^YsM���5����
�kza�\Ӄu�5����
�kze�5=Z���J:���Y8��7�yMO����ʚkz�6���5��hm _�+k����@��7�yMO����ʚkz�6���5��hm _�+k����@��7�yMO����ʚkz�6���5��hm _�+k����@��7�yMO����ʚkz�6��t\ӣ�p|M����Gi���X�5=Y _�+k����@��W�\ӣ��|M����Gk���X�5=Y _�+k����@��W�\ӣ��|M����Gk���X�5=Y _�+k����@��W�\ӣ��|M����Gk���X�5=Y ^�+鸦Gg���^9sM���5����
�kzc���d]�|M����Gk��^YsM���5����
�kza�\Ӄu�5����
�kze�5=Z���ʚkz�6���u^ӓu�5����
�kze�5=Z���ʚkz�6��4���l^�+带Ge���^9sM���5������ϱ]ӿ?]߿����5����O�|M?��\�߯��������������7�
Oϯ{�����3�}��7f|��o�@g���ʙ7f�����c�o� ��7f(kޘ���3�5o�@k��ʚ7f�����c�o� ��7f(kޘ���3�5o�@k��ʚ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
���Xg�C�H��rn��ð�Q�����p��(g�6�a�4>`]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@l|�4�9���R������G9�������(k�6�c��Y 7>ʚ��
��GY�������(k�6�c��Y 7>ʚ��
��GY�������(k�6�c��Y 7>ʚ��
��GY�������(�h|�Y8l|�2�)Ǎ�r��Ai��Q�4>hm 7>ʚ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
��GX/�XW 7>ʚ��
��GY�������(�h|�Y8n|�s6>$]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6�eM��r㣬i|��@n|�u6>d]���(k�6%�:Ǎ�r��Ai��1����ur㣬i|��@n|�5�Zȍ����Ak��1����ur㣬i|��@n|�5�Zȍ����Ak��1����ur㣬i|��@n|�5�Zȍ����Ak��1����ub㣤��Ag��Q�4>(m 7>ʚ��
���Xg�C�ȍ����Ak��Q�4>hm 7>ʚ��
��GX/�XW 7>ʚ��
��GY�������(k�6�c��Y 7>ʚ��
��GY�������(k�6#M�C��a㣔��Ae��Q�4>(m 7>ԧ��?����j�w���������pJ�s��9�~}u���د���>^o|�Cy&���(|��?���?�ç_������_��m��7�<ߑq���w|}9<��}���������x�x��A>��gѺw�����IZ�goX�c}:ܿ��CY�goX�c=
Gkݞ�am�u���5\��u<���c=��*�۳7�
ܱ>�`�۳7�
ܱ���/��Go8w]y<�~�a��Y�.���;x������X�����˲u{����;�����eݞ�am�u���5��u<���c=
�Һ={�����k8�8����X�_Ý�n�ް6����C�U��ϲu�XO���g<{��������Z�goX�c}9<ڿ�goX��&���G�g<���c�����Fk��V�Q~��p\~+g�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʹ��h|��[	G����q���)�Q�@.���R~�ur���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk��6Ҕ��l��J9�oT��o�L���r���)���@.��u��d]�\~+k�o�6��oeM���r���)���@.��u��d]�\~+k�o�6��oeM���r���)���@.��u��d]�\~+k�o�6��oeM���b�����Fg��6ʔߤl��ʙ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oa���`]�\~+k�o�6��oeM���b�����Fg��6�Y~�tr���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@.��5�7Z�已��Fk��6�Y~�ur���)���@,��t���,��ʙ��
���Xg�M��已��Fk��V֔�hm ��ʚ��
���Xg�M��已��Fk��V֔�hm ��ʚ��
���Xg�M��已��Fk��V֔�hm ��ʚ��
���Xg�M��巒������[9S~���\~+k�o�6��oc��7Y ��ʚ��
��[YS~���\~+k�o�6��oa���`]�\~+k�o�6��oeM���r���)���@.��u��d]�\~+k�o�6��oeM���r���)���@,��4�79��R������[9S~���\~�̪��ϱ���3���{�s��ow<=NO�v��̥�>���~�������ɿ�����=�������������/_~�x�����O�~���������y��d�ݟ�����'�`]�|���9�Ek�dWYs����ɮ��d�
�]c�'�d]�|���9�Ek�dWYs����ɮ��d�
�]c�'�d]�|���9�Ek�dWYs����ɮ��d�
ē]#��.9�'�J9NvQY8>�UΜ좴�|���9�Ek�d�X��.Y ��*kNv��@>�U֜좵�|���9�Ek�d�X��.Y ��*kNv��@>�U֜좵�|���9�Ek�d�X��.Y ��*kNv��@>�U֜좵�x����d��Ó]���.)�'�ʙ�]�6�Ov�5'�hm ��*kNv��@>�5�y�K��'�ʚ�]�6�Ov�5'�hm ��*kNv��@>�5�y�K��'�ʚ�]�6�Ov�5'�hm ��*kNv��@>����.XW ��*kNv��@>�U֜좵�x����d���]�'�$]�|���9�Ek�dWYs����ɮ��d�
�]c�'�d]�|���9�Ek�dWYs����ɮ��d�
�]c�'�d]�|���9�Ek�dWYs����ɮ��d�
�]c�'�d]�|���9�Ek�dWI��.:�'�ʙ�]�6�Ov�u��u�ɮ��d�
�]e��.Z�'�ʚ�]�6�Ov�u��u�ɮ��d�
�]e��.Z�'�ʚ�]�6�Ov�u��u�ɮ��d�
�]e��.Z�'�ʚ�]�6�Ov�u��u�ɮ���]t�Ov�3'�(m ��*kNv��@>�5�y�K��'�ʚ�]�6�Ov�5'�hm ��*kNv��@>����.XW ��*kNv��@>�U֜좵�|���9�Ek�d�X��.Y ��*kNv��@>�U֜좵�|���9�Ek�d�Hs�K���ɮR��]T�Ov�3'�(m ���ߗ��]�����������������tx8��˚�39�}������O?��Ç4=���~K~a��z����z���_��g��l���a:��}����Qv6nGy:��ҹ={C����/�;kݞ�am������j}�goXx��z<ܿ�K�Xdzl]�;�����Z�goX�c}:ܿ�W�ʺ={����x����mjhm �MMX/oS�
+䷩)kަ����Ԕ5oSCk�mjʚ������65c�oS#�䷩)kަ����Ԕ5oSCk�mjJ:ަ�����Ԍs�M���ߦ��y�Z�oSSּM
�
䷩)kަ����Ԍu�M���ߦ��y�Z�oSSּM
�
䷩)kަ����Ԍu�M���ߦ��y�Z�oSSּM
�
䷩)kަ����Ԍu�M���ߦ��y�Z�oSS��65t�ߦ��y�J�oS3��65�.@~����mjhm �MMY�65�6�ߦ��y�Z�oS3��65�.@~����mjhm �MMY�65�6�ߦ��y�Z�oS3��65�.@~����mjhm �MMY�65�6�ߦ��y�Z�oS3��65�.@z��rnoSC�{�MM	����X8~��rf��
�ia�L3�u�4��f��
�ie�4Z��ʚi�6���uN3�u�4��f��
�ie�4Z��ʚi�6���uN3�u�4��f��
�ie�4Z��ʚi�6��4��lN3(�f@e�x�A93̀��4��f��
�ic��d]�<͠��f@ky�AY3̀��4��f��
�ic��d]�<͠��f@ky�AY3̀��4��f��
�ic��d]�<͠��f@ky�AY3̀��4���it��2��lO3(g�P�@�fP�L3���<͠��f@ky��X�4Y O3(k���@�fP�L3���<͠��f@ky��X�4Y O3(k���@�fP�L3���<͠��f@ky�AX/�`]�<͠��f@ky�AY3̀��4���it���sN3�t�4��f��
�ie�4Z��ʚi�6���uN3�u�4��f��
�ie�4Z��ʚi�6���uN3�u�4��f��
�ie�4Z��ʚi�6���uN3�u�4��f��
�i%��,O3(g�P�@�f0�9�@���ʚi�6���5�hm O3(k���@�f0�9�@���ʚi�6���5�hm O3(k���@�f0�9�@���ʚi�6���5�hm O3(k���@�f0�9�@���J:��Y8�fP�L3���<͠��f@ky��X�4Y O3(k���@�fP�L3���<͠��f@ky�AX/�`]�<͠��f@ky�AY3̀��4��f��
�ic��d]�<͠��f@ky�AY3̀��4��f��
�i#�49��J9�PY8�fP�L3���<�@kb�?�6��~�uw�a�s��m����ןm�TOןy>����ܝ�����/�g<2�x�8�1���~���>���o�~�oR�]ix�o������/��qw�!{	��2s	�O�����3�X�S	F��R�w�23	�,�$��H�e�x!�(3�@���<�Qf����m��4)�����]�}��U��()ǓF�ER���2s�,�!��B�e�x	�(3�@����Qf����
c$|�!��`l�e�HY8�>0�,��p�{`��= e�x�@(��(NjF��R���2k�,oe�HY8:ʹs����ʁQf䀔�����)��F�yR��
�rn��q�l`�6 e�p��Ǫ	��x��3i@���P�=P6���2c�,Oe�HY8�10����p<b �s������̀)��F��R���2��,��-�e�x��(3Z@���d�Qf�������\)�cB9�
+@�8Z*0�m��t�P8S`lc��t�a�Q`��( c�x���O��\p�N`�' e�x��(�L@���.�Qf�����Q����l/e	HY8�#0ʬ��p�E`��" e�x�@(�(�+F�R�'�2�,�e�HY8�l��`�<`|cx�|�a<;`�Y c�xs�(39@�����PνP6���2c�,O
e�HY8�0����p<2 �sc��������)��F�uR���2��,���e�xU�(3*@���QfQ����=cs$|�1�˖��
+�KF�!2�g�2+�,oe&HY8ʹ����z�Qf<��������r�)ǻF���R�G�rn��q�`� e�x.�(�@���V�Qf*���㡀���N��r��J�Qf$�������B�)����8�H����B8���8^0���p<`�Y e�x�(3	@��� �P�=�P6����2c��,Oe��HY8�0�����p< �s���������)���Q��'e��7ʤ��,��B9�P6���L�O��a�o���'�{��F�ܟ����_(g���q�o�	�IY8���2�?)Ǎ�Q&�'e�8������q\�e�~R��~�L�O��q�o���IY8���r6��l�F�������(S�p��eR~R�C~��?(��1�����a��a
+~2��}�L�O��q�/���e��7ʄ��,g�F�j����f�(�쓲p��V^z�}��Z�(듲p��eJ}R�;}�L�O��q�/���e��7���,��F�:����6�(�擲p�c�|�|�Q>���8�7��d,��Е��>�V㿫��vc������o
��⟮>s�a����?�����q��L�j��a�������?������_~���/�?�������':���_���ҧ�C�?�n{�엱lm ��ʚ8��Xg},[�����D��
�H�I�J����NV9ʢtb*묣�ek��u֑˲���:�(f��@lf�5�,Z f��:�Y�6�Yg�,[�񬳎z��
�~VYТubB묣�ek��u֑Ѳ���:�(i��@li�51-Z ��:zZ�6��Z'ݒZv�Z�U-K�]��&�E�Ĵ�YG[��b]�#�ek1�u�Qز����*k"[�.@�l�ut�lm ���:R[�6c[g�-[����&�E����YGs��bu�#�ek1�u�Q޲����*k�[�.@�o��k���0*p�pKp�X8�p�sT�,m v��:C\��@Lq�u��lm ָ�:r\�6�\gE.[�M��&�E��,�YG���b��#�ek1�u�Q粵���*k]�.@Lt�u4�lm V��:2]�6C]g�.[H����X���\�)�^����b�9G���b�묣�ek��Uք�h]���:�hw��@�w�u�lm ��:
+^�6^eMċ��������
Ē�YG���b�묣�ek��U��h]���:�hz��@�z�ud�lm ��N����,��J9�^T6�^�}/K�����ė�
���YG���b竬	}Ѻ�1�u������X�:��}��@~�u�lm 6�ʚ���_g�/[�寳����
���YG���b�k�3�&�
+��YG��b�#fk)vҭfg�V���(]��;����@,��u$�lm F��:�`�6�`eM���i���6��
�:�YG��b 쬣fk�V�D�h]��	;����@,��u��lm ���:ja�6{aeM0���ɰ��f��
�j�I�l����p�9G9��b;����Ѻ�1v�������n��:�+ߊ��@���n��Gw��y�� ��&��}�������ߪ�jid�J�'	H$���Ăة+!f�1"vꪈY�A숕���1�)�SWK�jbM�ԕ�ڃ;uŬ� 6�JMT��Ĭة�+f��,v�J�Y�A�����bV{�b�&0FuRb��sc�f�ae�̕3ڃ;u�Ƭ� ��JMl����ة�7f��8v�J�Y�A�����cV{�c����9��SW{�jb}�ԕ�ڃ ;uȬ� 6�JM����٩�Cf��Dv�J�Y�A����jdV{�zd�� ͞�$ّ�&�ɚ�*ٙ+Kf�1L��֔��=�}�Z��6��U�|��X��?=�|��q���9N�[q�~��K�6��.��������F�|����W�����E��oz���7���ۗY�A|��Q��I���
+f��w0�ڃ�f��7G��7WjzsT{�{s��ޜ�1Ƚ�Rӛ�ڃܛ+5�9�=���BWo�f�qon�ݛ:�7WjzsT{�{s��7G��7WjzsT{�{s��ޜ�1Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�Rӛ�ڃܛu�椎A�͕�����\���Q�A�͕�����ܨ�7'uro����� ��
+]�9�5ǽ�2ӛ#ڃܛu�椎A�͕�����\���Q�A�͕�����ܨ�7'uro����� ��JMo�jro����� ��Fݽ9�c�{s��7G��7WjzsT{�{s��7G��77���I�ԛ+�ܛ�x=���Wo�b�qo����� ��B����A�͕�����\���Q�A�͕�����ܨ�7'uro����� ��JMo�jro����� ��Fݽ9�c�{s��7G��7WjzsT{�{s��7G��77hzs2{{sE��ɚ��\����A�͕�����ܨ�7'uro����� ��JMo�jro����� ��Fݽ9�c�{s��7G��7WjzsT{�{s��7G��77���I�ܛ+5�9�=Ƚ�Rӛ�ڃ؛+t��h���LoNd�qo����� ��JMo�jro����� ��Fݽ9�c�{s��7G��7WjzsT{�{s��7G��77���I�ܛ+5�9�=Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�P/�9�s�{s��7G��7WjzsT{{s���͚��ܘ�7'tro����� ��JMo�jro����� ��Fݽ9�c�{s��7G��7WjzsT{�{s��7G��77���I�ܛ+5�9�=Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�QwoN���\���Q�A���zs4k�{se�7G��77���I�ܛ+5�9�=Ƚ�Rӛ�ڃܛ+5�9�=Ƚ�QwoN���\���Q�A�͕�����\���Q�A�͍�{sR� ��JMo�jro����� ��JMo�jron�ݛ�:�7W���Ѭ9�͕�����\���Q�A�͍�{sR� ��JMo�jro����� ��JMo�jro.�Ko���\���Q�A�͕�����\���Q�A�͍�{sR� ��JMo�jro����� ��JMo�jbon���d���\�9�5ǽ�2ӛ#ڃܛgӪ7��q�ͯ������{����������o�޽�q�>����O���vQ�>�Ϥ8���˗Ͽ��ӟ����?9������o?|��o?�����o�{��_�L����+���?�"{�M������?��������1�}�R�7�ڃ�7)t�Mh��M�L߄hr�d��7�:�oRj�&T{��&��oB��oRj�&T{��&��1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	��ɨ�o"uRߤ�s߄���M
+\}�5�}�2�7!ڃ�7	��7�:�oRj�&T{��&��oB��oRj�&T{��&��1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	�ľɠ���9���&$k��&e�oB��oRj�&T{��&��1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jbߤ��7�Ys�72}�=�}�2�7!ڃ�7)5}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MB��M��A��	��I��P�A���&4k��&c�1�}�R�7�ڃ�7)5}�=�}�R�7�ڃ�7u�M��A��	��I��P�A��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MF�}�c��&��oB��oR��Ь9��	��ɨ�o"urߤ��M�� �MJM߄jrߤ��M�� �MF�}�c��&��oB��oRj�&T{��&��oB��o2��H��7)5}�=�}�R�7�ڃ�7)5}�=�}�Qw�D�ľI��oB��oRf�&D{��&��oB��o2��H��7)5}�=�}�R�7�ڃ�7)5}�=�}�P/}�s��&��oB��oRj�&T{��&��oB��o2��H��7)5}�=�}�R�7�ڃ�7)5}�=�}�A�7��s�7)r�MH��M�L߄hr�t�⨾	�ǹo��������1���w����7O��oZ�Iߔwj���>�i�M���?��//�����[�_���O������˿��]}����"��/T{�_�e���/R� ��K�y��=�/�Rj^��j�˿��8��8Ψ;�#ur���q�� �q
+]q�5�q�2�!ڃ�u�q��A�㔚8��8N���P�A�㔚8��8Ψ;�#ur���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�9�3��H��)�ǡx=�q�W�b�q���q�� �qB��q��A�㔚8��8N���P�A�㔚8��8Ψ;�#ur���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�1�3h�82{�8E�8ɚ�8N����A�㔚8��8Ψ;�#ur���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�9�3��H��)5q�=�q�Rǡڃ�)t�qh��q�LGd�q���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�9�3��H��)5q�=�q�Rǡڃ�)5q�=�q�P/q�s��8�&�C�9�Sj�8T{�8��8͚�8Θ;�#tr���q�� �qJM�jr���q�� �qF�q�c��8�&�C�9�Sj�8T{��8�&�C�9�3��H��)5q�=�q�Rǡڃ�)5q�=�q�QwG��8N���P�A����84k��8e&�C�9�3��H��)5q�=�q�Rǡڃ�)5q�=�q�QwG��8N���P�A�㔚8��8N���P�A�㌺�8R� �qJM�jr���q�� �qJM�jrg�Ǒ:1�S��Ь9�㔙8��8N���P�A�㌺�8R� �qJM�jr���q�� �qJM�jr'�K��8N���P�A�㔚8��8N���P�A�㌺�8R� �qJM�jr���q�� �qJM�jbg��qd��q�\q�5�q�2�!ڃ�Q�%�8��8�D�?�㎿�o�N���8������_�>�<�ݽǭ�3�8.����/����w�ǟW���ۏ���_/����`����ǛǗ�//����>���� ���a��~����9��_��&u�s��<?����>����6�5��a+3�a#ڃ��P/�a�:�9l��9lT{���Vj��F��9l��9lT{���6�~��1��a+5�a�ڃ��R�6�=��a+5�a�ڃ��Q�sؤ�A~[�y��簕��Q�A~[�y���
����9|[��9l$k���Vf��F��9l��9lT{���6�~��1��a+5�a�ڃ��R�6�=��a+5�a�ڃ��Q�sؤ�A~[�y��簕��Q�A~[�y��簍���&u�s�J�sب� ?���<��j�s�
+]�a�Ys��!�6�=��a+3�a#ڃ��R�6�=��a+5�a�ڃ��Q�sؤ�A~[�y��簕��Q�A~[�y��簍���&u�s�J�sب� ?���<��j�s�J�sب� ?�-��sؠ�A~[�y��簕��Q�A|[��9l4k���6�~��1��a+5�a�ڃ��R�6�=��a+5�a�ڃ��Q�sؤ�A~[�y��簕��Q�A~[�y��簍���&u�s�J�sب� ?���<��j�s�J�sب� ?�m��6�c���Vj��F��9l���Ѭ9~[�y��簍���&u�s�J�sب� ?���<��j�s�J�sب� ?�m��6�c���Vj��F��9l��9lT{���Vj��F��9l���I���R�6�=��a+5�a�ڃ��R�6�=��au?�M������F���9le�9lD{���Vj��F��9l���I���R�6�=��a+5�a�ڃ��R�6�=��a��6�s���Vj��F��9l��9lT{���Vj��F��9l���I���R�6�=��a+5�a�ڃ��R�6�=��a4�a��s��"�s�H�?���<��h�s�Ǐ���{��þ~���9���1�þ{�9�o�5��a�?ry
+;/)��/_>_������w��������\�=}���\�׏\|�x���~���WޯZ�|��7-���/Z �z�_�`��e�Ě�w,r�bȞ�,2�W ����
+�����9~��!�f"k�߫ ��Z {�_�`ȼS�Ț�7*2/T ���u
+�����9~�� ����9~��!�"k�ߢ`ȼD�Ț�W(2��5�ݎ w�d�Q�c�s�C��;F[�q�c��0��5ǭ���%�9&��:�L�Cd�q�c�D:D�':�L�Cd�q�#ȝ���s�2m�5�e�!�Ys��2U�5�M� w�d�q�c��8D��8�L�Cd�q�cȔ8D�v8BL�`�a�c����w=����Xs��2�
�5�� wzd�qxc�t7D�W7�LtCd�qrc�7D��6�ܹ
�=DZ�!��Ys\�2�
�5Ǚ�!S�Ys��r'6@�6�L_Cd�q]c��5D��5F\e
��c��/Y
x5�Q��ԐXs\�2A
�5�9�!S�Ys��r�4@��4�LGCd�qEc�D4D�'4�LACd�q?#ȝ���s�2��5��!�Ys��2��5�����%�9&�3�L/Cd�q-c��2D��2F\���c��pg2 �G2�L#Cd�q!c�2D��1�LCd�q#ȝ���s�2]�5�U�!�Ys��2E�5�=� wd�qcȴ0D��0�LCd�qc�T0D�70��	�=��!ӿYsX�q�/^�q�b��/$�w/����=�ы!ӼYs\�2��5ǹ�!S�Ysܺr�.@��.�L�Bd�q�b�D.D�'.�L�Bd�q�"ȝ���s�2m�5�e�!�Ys��2U�5�M� w�d�a�b�ճx=�5���Xs��2%�5�� w�d�q�b�4,D�,�L�Bd�q�b��+D��+t�s�2�
+�5�Պ!�Ys��2�
+�5ǽ� w�d�q�bȴ*D��*�L�Bd�q�b�T*D�6*BL�`�a�b�է�w=�u���Xs��V�L�/qS�2��.��K���x����3w)�3�0�~�)���~���2�_ߌQN+�������׹�yx�=�Qo>|�
%�����7}������Ǘ����"o��Ͼ���A�r{��γS�gY���s������G�+�A��8�Qf�D{�������1��R���ڃ\�(5��=��RS��ڃ��uG@��A΀����H�I�P�A������Ȩ;"ur��4A�� WAJM�jr�ԔA�� �AF�q�c�� e�� �ǰR�J�P�9����J��NH��P�9ȩ�R�
+�ڃ\)5��=���RS�ڃ�uGC��AΆ��n��rH�I�P�A����z��~Ȩ; "urB��4D�� WDJMF�jrH�ԔD�� �DMLDf�aN���!Ys\)3I�=�Q�RS�ڃ�u�E��AN������H�ɋP�A�������Ȩ;2"urf��tF�� �FJMj�jrl���F�� �FF���c��#��9B��:Rj�#T{�#���͚��Ȑ����9Ώ�����I�I�P�A����
+	��ɨ;D"ur��ԴH�� �HJM��jr���I�� 7IF�Q�c��$��KB��LRj�$T{��$��NB��O�%Pur���4J�� WJJM��jb���U*�Ys�*s�J��AΕ��^	��bI�I�P�A����j	��nɨ;\"ur��ԴK�� �KJM��jr���L�� 7LF��c�3&��cB��dRjR&T{�c&��fB��g2��H��4)5M�=�U�BWքf�qؤ̔M�� �MF�q�c��&��oB��pRj'T{�#'��rB��s2��H��:)5��=ȵ�R�;�ڃ<)5��=�͓Qw�D���I��P�A.����	���I���P�A�(R� &P
+]
�5��2�A!ڃB)5%�=�-�QwE��J��P�A.���$
+��(J���P�Az	�@���F)5m�=�u�R�G�ڃH)5��=ȍ�Qw$E��LJ��P�A.���T
+��XJ���P�A��`�̞�dJ���B�渚Rf�)D{�é�H�S�=���u�t�N���>�?;~x|�>�3�x�a�S����/���N��V�˯�/���OOG?rw��7���_4�������y���/�z��;j[�7���>��<P�o>>}�����=x���M�i�P�An┚&��&Ψ��#ur��4q�� 6q
+]M�5�M�2��!ڃ��u7q��An┚&��&N�i�P�An┚&��&Ψ��#ur��4q�� 7qJM�jr��4q�� 7qF�M�c��8���C���Sj�8T{��8���C���3�n�H���)��ġx=�M�W�b�q��4q�� 7qB�4q��An┚&��&N�i�P�An┚&��&Ψ��#ur��4q�� 7qJM�jr��4q�� 7qF�M�c��8���C���Sj�8T{��8���C���3h�82{�8E�&ɚ�&N�i��An┚&��&Ψ��#ur��4q�� 7qJM�jr��4q�� 7qF�M�c��8���C���Sj�8T{��8���C���3�n�H���)5M�=�M�R�ġڃ��)t5qh�6q�LGd�q��4q�� 7qJM�jr��4q�� 7qF�M�c��8���C���Sj�8T{��8���C���3�n�H���)5M�=�M�R�ġڃ��)5M�=�M�P/M�s��8���C���Sj�8T{�8��&͚�&Θ��#tr��4q�� 7qJM�jr��4q�� 7qF�M�c��8���C���Sj�8T{��8���C���3�n�H���)5M�=�M�R�ġڃ��)5M�=�M�QwG��&N�i�P�Al���84k��8e��C���3�n�H���)5M�=�M�R�ġڃ��)5M�=�M�QwG��&N�i�P�An┚&��&N�i�P�An⌺�8R� 7qJM�jr��4q�� 7qJM�jrg��đ:��S�j�Ь9n┙&��&N�i�P�An⌺�8R� 7qJM�jr��4q�� 7qJM�jr'�K��&N�i�P�An┚&��&N�i�P�An⌺�8R� 7qJM�jr��4q�� 7qJM�jbg�4qd�6q�\M�5�M�2��!ڃ��Q�%�8��&�:@�x�����bwO�7������3�&��j���_��嗯?����0�H9���J{�b�¸�'�m��o{؟��E��V{��������ĩ�?a��?Qj�T� �'N]�	�=���SW�jb��՟�ڃ؟(5�	�c��������ĩ�?a��?q��OX�A�O����1��3��',^�Q��s�b�a��՟0ڃ؟u�'��A�O���V{��������ĩ�?a��?Qj�T� �'N]�	�=���SW�jb��՟�ڃ؟(5�	�c��������ĩ�?a��?q��OX�A�O��4{��G��&k�g������ĩ�?a��?Qj�T� �'N]�	�=���SW�jb��՟�ڃ؟(5�	�c��������ĩ�?a��?q��OX�A�O����1���SW�jb��՟�ڃԟ8�ܟ�Ysԟ(r�'H��'�\�	�=���SW�jb��՟�ڃ؟(5�	�c��������ĩ�?a��?q��OX�A�O����1���SW�jb��՟�ڃ؟8u�'�� �'F��	�s��������ĩ�?a��?q�?a��?Qf�D� �'N]�	�=���SW�jb��՟�ڃ؟(5�	�c��������ĩ�?a��?q��OX�A�O����1���SW�jb��՟�ڃ؟8u�'�� �'JM����ĩ�?a��?q�?a��?q��O�A�O����1���SW�jb��՟�ڃ؟8u�'�� �'JM����ĩ�?a��?q��OX�A�O���V{���?Aub��՟�ڃ؟8u�'�� �'N]�	�=���Rӟ�:�?q�?a��?q��O�A�O���V{���?Aub��՟�ڃ؟8u�'�� �'N]�	�=���QwB���ĩ�?a��?q��OX�A�O���V{���?Aub��՟�ڃ؟8u�'�� �'N]�	�=H��BW�f�Q��s�d�a��՟0ڃ؟@@a���>S��a����ܿ��)����W��o�}z<�����/�>�����U�����_����>����?��ӫ������Wf�~s%��;��������|�|��޼��7O/O
��o��Ͼ�����xs���/J=��ԧ��;��?��ڃo�O���;��?�f������[i�?�ڃ�����Uϟ}G�����ӳ��=���V�oo�^�Dc��YV���z��Uϟ}G����������?��ڃ����_�z��;j�]E|8�4<85�Eu�����G��?��ڃ����Tϟ}G�����pk��g�Q{�m�������e.�eu��7���R=���ӿ�d��g�Q{�@}�y�?��>��Yso�w�_C}r��g�����Ѫ�Ͼ����z�?�I���w�<PO?�R=��^z�i����,�c�@=�4�=H���w�<P��Ku�z+�=�/`u�z+�=�/`Uj^�����:u������:u������:u������*5/`Eu�X��^��j�Xz~+�5�/`u�z+�=�/`U�>�A��J�T{�`(50P�A>����@����Q�R� �Pj`�ڃ|�C�9��j�����=�0��`�:���Rs���J�T{�`(50P�A>�a�}���1H0�y>�����P�:��b��e���=�0�z9���J�T{�`(50P�A>����@����Q�R� �Pj`�ڃ|�C�9��j�����=�0��`�:���Rs���J�T{�`(50P�A<�a�� �����"�$k�`(30�A>����@����Q�R� �Pj`�ڃ|�C�9��j�����=�0��`�:���Rs���J�T{�`(50P�A>�a�}���1�0���� �Pj`�ڃx�C����5�0�D��Pf` ڃ|�C�9��j�����=�0��`�:���Rs���J�T{�`(50P�A>�a�}���1�0���� �Pj`�ڃ|�C�9��j��^`�:���Rs���J�T{`(t�@�����1�B� �Pj`�ڃ|�C�9��j�����=�0��`�:���Rs���J�T{�`(50P�A>�a�}���1�0���� �Pj`�ڃ|�C�9��j�����A>����@����B�4k�`(30�A>�a�}���1�0���� �Pj`�ڃ|�C�9��j�����A>����@����Rs���J�T{�`u� u�����=�0���� �Pj`�ڃ|�è���c`(t�@�����2s���J�T{�`u� u�����=�0���� �Pj`�ڃ|�C����A>����@����Rs���J�T{�`u� u�����=�0���� �Pj`�ڃx�à9�Af��E�H��Pf` ڃ|���9��=�0��M�8����-�x<?�B0�G�0���������}}������/���e������዇�ӿ��/�]��}��ۛ��g�^����,�c�@��y~��Y��?��ڃ���íUϟ}G�������L�Rϟ}G�����ۛ��N]�eu��7OOV=���Ǜ��g��z��;j�O7O/�9���g�Q{��x˺fc�}��1��q���8�� ��Qj��ڃ|G�9��j�y��<�=��q���8�� ��Qj��ڃ|G�9��j�y���8��A>��Ԝ�A��<�Rs���8J�yT{����r�9��q���8�� ��Qj��ڃ|G�9��j�y���8��A>��Ԝ�A��<�Rs���8
+]�qЬ9>�c�}��1��q���8�� ��Qj��ڃ|G�9��j�y���8��A>��Ԝ�A��<�Rs���8J�yT{���u��!u�y��<�=��q���8�� ��Qj��ڃ|Ǩ�<�c���(5�qP�A<���u͚��8��yD{���u��!u�y��<�=��q���8�� ��Qj��ڃ|Ǩ�<�c���(5�qP�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1�>�C���8�<��A�z��(p��A���<�2s���8B���u�y��<�=��q���8�� ��Qj��ڃ|Ǩ�<�c���(5�qP�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1h���sxG��<�5��q���8�� ��Qj��ڃ|Ǩ�<�c���(5�qP�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A<���u͚��8��y"{���(3�q�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�P/�q@��|G�9��j�y��<�=��q���Ys|ǘ�<�c���(5�qP�A>��Ԝ�A��<�Rs���8F��qH�|G�9��j�y��<�=��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�Q�yR� ��Qj��ڃxG��<�5��q���8�� ��1�>�C���8J�yT{���(5�qP�A>��Ԝ�A��<�Q�yR� ��Qj��ڃ|G�9��j�y��<�=��q����:�<�Rs���8J�yT{���(5�qP�A>�c�}��1��q���Ys|G�9��h�y��<�=��q����:�<�Rs���8J�yT{���(5�qP�A>�#��yP� ��Qj��ڃ|G�9��j�y��<�=��q����:�<�Rs���8J�yT{���(5�qP�A<�cМ�!���<�"�y$k���(3�q�A>�CW_�y���8��h������<���c�N���8�#��8�y��������ӗ��8�s�j��)����?T�G?T��"���q���v|\����"�� Qj���ڃ|\Ĩ���c���(5�EP�A>.��A����Rs\���"�q2{���(3�E�A>.��A����Rs\���"F��EH�|\D�9.�j�q���=��E���"�� ���s���(5�EP�A>.��A����Rs\���"F��EH�|\D�9.�j�q���=��E����Ys|\Ę���c���(5�EP�A>.��A����Rs\���"F��EH�|\D�9.�j�q���=��E���"�� 1�>.B���"J�qT{���(5�EP�A>.��A����Q�qR� Qj���ڃx\D���5��E���"�� 1�>.B���"J�qT{���(5�EP�A>.��A����Q�qR� Qj���ڃ|\D�9.�j�q���=��E�����:���Rs\���"J�qT{���(5�EP�A>.b�}\��1H�E�y>.���Q�:.�b��qe��=��E�z9.���"J�qT{���(5�EP�A>.��A����Q�qR� Qj���ڃ|\D�9.�j�q���=��E�����:���Rs\���"J�qT{���(5�EP�A<.b�!���"�q$k���(3�E�A>.��A����Q�qR� Qj���ڃ|\D�9.�j�q���=��E�����:���Rs\���"J�qT{���(5�EP�A>.b�}\��1��E���"�� Qj���ڃx\D���5��E��"D�Qf�� ڃ|\D�9.�j�q���=��E�����:���Rs\���"J�qT{���(5�EP�A>.b�}\��1��E���"�� Qj���ڃ|\D�9.�j�q�^���:���Rs\���"J�qT{��(tA�����1�qB� Qj���ڃ|\D�9.�j�q���=��E�����:���Rs\���"J�qT{���(5�EP�A>.b�}\��1��E���"�� Qj���ڃ|\D�9.�j�q���"��A>.��A��B�q4k���(3�E�A>.b�}\��1��E���"�� Qj���ڃ|\D�9.�j�q���"��A>.��A����Rs\���"J�qT{���u!u�q���=��E���"�� Qj���ڃ|\Ĩ���c��(tA�����2s\���"J�qT{���u!u�q���=��E���"�� Qj���ڃ|\D���"��A>.��A����Rs\���"J�qT{���u!u�q���=��E���"�� Qj���ڃx\Ġ9.Bf��qE��"H�Qf�� ڃ|\/f�\������-����"��c���"���[�-r������:-�o����~�嗯?�����"��#����ޞ������������;_-���n���7/������Q${�y~��YC�?�d���7��<�ɚ; O?�/���Q&k��`�����o�
+r}ɞ; ��C��5��p�[8D�_�1d�Ys|G��
+�=�7p�8D��1d��Ys|�Ɛ9~Cd���!��
�5�wo��7$��1dn�Ys|�Ɛ9xCd��A�k7@�ߺ1dN�Ys|�Ɛ�sCd��C��
�5�'n�'/n��1��m��6D��1dn�Ys|�Ɛ9lCd��YA�6@�ߴ1dN�Ys|�Ɛ�gCd��5#�c6^��)�K6 �߱1d��Ys|�Ɛ�aCd��C�
�5��k�����s|�Ɛ9]Cd���C�n
�5�Wk��5D����Xd��C�\
�5��j�[5D�_�1d�Ys|�F��J
�=�7j�5D��1�OC��_�1`�ӐXs|�F��2
�=�wi��4D��1dn�Ys|�Ɛ9HCd��9A�k4@�ߢ1dN�Ys|�Ɛ�CCd��C�
�5�'h�/���s|Ɛ9?Cd���C���5Ǘg��3D����:d����O�w5�g����w=��f�c3$���y��\�9&�ߙ1d��Ys|dƐ�1Cd��C���5��e�����s|[Ɛ9-Cd��aC��5�We��2D����(d��=C��5��d�[2D�_�1d�YsxFF��"`��
�2�]���~�5��c��1D����d���C�l�5�Gc��1D�_�1d�Ys|.F��Z�=Ƿb�S1D��1d��Ys|%Ɛ9Cd��A�1@�߇1d��Ys|Ɛ�
Cd��e#��0^��Y��*x5�7a��0$��1d��Ys|
Ɛ9Cd��)A�K0@�߁1d��Ys|Ɛ�Cd��C���5��_�����s|�Ő9�Bd���C���5�W_��/D��|y��\|9&��{1dνYs|�Ő��Bd��#�C/^���+/ ��x1dN�Ys|�Ő��Bd��uC��5ǧ]�/���s|�Ő9�Bd��QC��5�]��.D��s��d��-C��5LJ\�;.D�_q1d��Ys|�E����=��[��-D�o1��B��_n1`��Xs|�E��j�=�7[��-D�l1d�Ys|�Ő9�Bd��A�K-@��i1dδYs|�Ő��Bd��C�@�5��Y�����s|�Ő9�Bd��aC�.�5�WY��,D��d��d��=#�s,^��1��5ǗX�C,D��a��d��
C��5�X��+D�__1d��Ys|z�}�ry�s|wŐ9�Bd���C��
+�5�W��+D��[侶d��C��
+�5LJV�;+D�_Y1d��YsxbE���`��}��*�]��q�
+�5ǗU����*�%�wU���U9���-_U�{��?�G�Ϊ����|ZwU����|��矾|}���Ӈ˿�
���g����*�|�}�����x�E��c��q(5�8P�A�ȡԜ�@��(�Rs���F݇9H�|�C��́j�u��<�=�:���� ��0h�t��s|�C��Ӂh���T�=��:��k�� ��0�>�A��J��T{��v(5g;P�A>ܡ�\�@��v�P/�;@��|�C��߁j����=�G<��+�� ��0�>�A��SJ�-T{��y(5�<P�A<��u�͚���G=�|�C���j�e���=��=����� ��0�>�A��J͍T{��|(5g>P�A>���\�@��ևQ��R� ��Pj�}�ڃ|�C�9��j������=�w?���:��Rs����
+]�?Ь9>���\�A���Q�R� �Qjڃ|	D�9�j�1���=��@����:�$�Rs�� J�YT{��(5�AP�A�
b�}��1��A��� �� _QjN��ڃ|$D���j���C!��A:������Z�׹k��(3C�A�"���P� �
Qjڃ|9D�9�j����z�=��C����:���RsC��+"J�T{��(5�DP�A�%b�}L��1��D��{"�� _QjN��ڃ|TD��*�j�]���=��E�n� Ys|]D�9/�h�����=�7F�����:�̈Rsg��K#JͩT{���(5�FP�A�7b�}p��1�'G���#�� _QjΎ�ڃ|xD��<�j�����#��A>?���A���Rs���#$
+]WHЬ9�Cb�"!����2s���k$J�9T{��(5IP�A�Ib�}���1�gI���$�� _&QjN��ڃ|�D��N�j�}��%��A>Q���(A��J�Rs���C%JͥT{�o��r��9��J��{%�� _,QjN��ڃx�D��j	�5�wK���:�t�Rs����%J��T{��(5LP�A�ab�}Ą�1�gL��;&�� _2QjN��ڃ|�D��f�j�=��&��A>i���4A����Rs����&J�eT{�o�u7!u�y��	�=�N�N��Ys|�D��r�h���C'��A>u���:A��ډRs���'J��T{�o�u=!u�����	�=ȗO���'�� ?Qj���ڃ|�Ĩ��
+�c�O�(57PP�A���ԜAA���Rs	��[(F��PH�xE��
+�5�Q���(�� EQj���ڃ|Ũ�0
+�c�O�(5�QP�A���ԜGA��@�Rs!��)B�Iu���N
+�=ȗR��S)�� KQj���ڃ|/Ũ�`
+�c�O�(57SP�A���ԜMA��p�Rs9���)��2{ϧ(r�OA�����2sB��#*��A���3*�wK>�Q9���R���y��	�����<�C*����?���r�p����1��)ߞ�f�������÷'��[�C�_�u\~�t�����������=���p���>��<P�o^9�~��;f��������<�������Uϟ}G���Տ����4��ϲ:�����o�+���w�<PO?
�V=���uI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{��,u�Y"u�%����=�g���3K�� �YRj�,�ڃxfɠ9�Df��%e���=�g���3K�� �YRj�,�ڃ|fɨ���c��,)5g�P�A>��ԜYB��̒Rsf	��3KB��Yu�%����=�g���3K�� �YRj�,�ڃ|fɨ���c��,)5g�P�A>��ԜYB��̒Bי%4k��,s�Y"t�%����=�g���3K�� �YRj�,�ڃ|fɨ���c��,)5g�P�A>��ԜYB��̒Rsf	��3KF�g�H�|fI�9��j�%����=�g���3K�� �Y2�>�D��3KJ͙%T{�,)t�YB���̒2sf	��3KF�g�H�|fI�9��j�%����=�g���3K�� �Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒2�g�P��3K
+\g�P�9>��̜YB��̒P/g�@��|fI�9��j�%����=�g���3K�� �Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g��3Kd��YR�:��d��%e���=�g���3K�� �Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒Rsf	��3KJ͙%T{�,)t�YB���̒!sf�Ȟ�3K�̙%D{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒Rsf	��3KJ͙%T{��,)5g�P�A>�$�˙%P� �YRj�,�ڃ|fI�9��j�%��3Kh��Y2�>�D��3KJ͙%T{��,)5g�P�A>��ԜYB��̒Q��%R� �YRj�,�ڃ|fI�9��j�%����=�g����,�:�̒Rsf	��3KJ͙%T{��,)5g�P�A>�d�}f��1�g���3K�� �YR�:��f��%e���=�g����,�:�̒Rsf	��3KJ͙%T{��,)5g�P�A>�d�}f��1�g���3K�� �YRj�,�ڃ|fI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{��,u�Y"u�%��3Kh��YRf�,!ڃ|fI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{��,	�rf	�9�g���3K�� �YRj�,�ڃ|fI�9��j�%��3K��A>��ԜYB��̒Rsf	��3KJ͙%T{�,4g���9<���uf	ɚ�3K�̙%D{��,Rg��{��,]_5:>�t�=~�p�t���G�~+�͋F�ϧ�@ݝ��g��,�ׇ�Z�]������凿���/�������3��~��^��==������m>t�m��7��q��jb���w�ڃw:uŝ�� ƝJM܉�ĸө+�d�1�t�;Y�A�;���NV{�N�&�Dub���w�ڃw:uŝ�� ƝN]q'�=�q�Rw�:1�t�;Y�A�;z�;٬9�;���NF{�N�&�Dub���w�ڃw:uŝ�� ƝN]q'�=�q�Rw�:1�t�;Y�A�;���NV{�N�����ĸS��;Q�w:uŝ�� ƝN]q'�=�q�SW��jbܩ�ĝ��A�;��-�d�z��N��Nk�Ng����ĸӨ;�$ub���w�ڃw:uŝ�� ƝN]q'�=�q�Rw�:1�t�;Y�A�;���NV{�N�����ĸS��;Q�w:uŝ�� ƝN]q'�=�q�SW��jRܩ�w��sw:�w2Ysw:sŝ�� ƝN]q'�=�q�Rw�:1�t�;Y�A�;���NV{�N�����ĸS��;Q�w:uŝ�� ƝN]q'�=�q�SW��jbܩ�ĝ��A�;���NV{�N�������ӡ縓͚��S�+�D��0�t�;�A�;���NV{�N�����ĸS��;Q�w:uŝ�� ƝN]q'�=�q�SW��jbܩ�ĝ��A�;���NV{�N�����ĸө+�d�1�4�;I��w:uŝ�� ƝN]q'�=Hq�C�q'�5�q�2w":1�t�;Y�A�;���NV{�N�����ĸS��;Q�w:uŝ�� ƝN]q'�=�q�SW��jbܩ�ĝ��A�;���NV{�N�����ĸө+�d�1�Tj�NT� ƝN]q'�=Hq�C�q'�5�q�3W��hbܩ�ĝ��A�;���NV{�N�����ĸө+�d�1�Tj�NT� ƝN]q'�=�q�SW��jb���w�ڃw*5q'�c�N�����ĸө+�d�1�t�;Y�A�;����1Hq�C�q'�5�q�3W��hb���w�ڃw*5q'�c�N�����ĸө+�d�1�t�;Y�A�;���NR� ƝN]q'�=�q�SW��jb���w�ڃw*5q'�c�N�����ĸө+�d�1�t�;Y�A�;��N4{��NG��N&k�Ng����ĸ����N��>S%�a�	�cĝw�ĝ/��Շ�;�gw�%��??����?��?���[�*~xy��b��A��{>�Aۯ/��>t�__��9~}1�=��/v�z}1�=��/6�~}1�s__����bV{__����bV{__����bV{__�Լ��1��/v�z}1�=��/v�z}1�=H�/v����l���X��p'tr���� �JM�jr���� �F݅;�c�w��pG��pWj
+wT{�w��pG��p7�.�I�\�+5�;�=ȅ�RS��ڃ\�+5�;�=ȅ�Qw�N���]�)�Q�A,��
+w4k�we�pG��p7�.�I�\�+5�;�=ȅ�RS��ڃ\�+5�;�=ȅ�Qw�N���]�)�Q�A.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jr�n�]��:�pW�pG�zw��Ś��]�)��A.܅z)�A��\�+5�;�=ȅ�RS��ڃ\�+5�;�=ȅ�Qw�N���]�)�Q�A.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jb�n��d��\�;�5Dž�2S�#ڃ\�+5�;�=ȅ�Qw�N���]�)�Q�A.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jr�n�]��:�pWj
+wT{�w��pG��pW�*�Ѭ9,�
�Ȟ��]�)��A.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jr�n�]��:�pWj
+wT{�w��pG��pWj
+wT{�w�^
+wP� �JM�jr���� �
+]�;�5Dž�1w�N���]�)�Q�A.ܕ�����]�)�Q�A.܍�wR� �JM�jr���� �JM�jr�n�]��:�pWj
+wT{�w��pG��pWj
+wT{�w���1ȅ�RS��ڃX�+t�h���L�hr�n�]��:�pWj
+wT{�w��pG��pWj
+wT{�w���1ȅ�RS��ڃ\�+5�;�=ȅ�RS��ڃ\�uA.ܕ�����]�)�Q�A.ܕ�����ݨ�p'ub��U��Ys\�+3�;�=ȅ�RS��ڃ\�uA.ܕ�����]�)�Q�A.ܕ�����]����9ȅ�RS��ڃ\�+5�;�=ȅ�RS��ڃ\�uA.ܕ�����]�)�Q�A.ܕ�����ݠ)���9,��
+w$k�we�pG��p�X[��=΅�uN�tX����??���;�/~��y�����/Q?����fQ�>��\
+����߾���������u|w���^��-no��?��xg��w}��3��_2hT{�3h�&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+te�h�g���4�c�3h�&�F�9�Vj2hT{�3h�&�F�9�6�ΠI��A+54�=��R�A�ڃ�A+54�=��QwM��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jb�ЕA�Ys�A+34�=��QwM��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1H�2�4��c�A+pe�(�g��L�hr-�K
��Z�ɠQ�AΠ����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{3h�&�&��0�V�ʠ��9Π����Z�ɠQ�AΠ��3hR� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��BW�f�am�d�D�g��L�hr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��R�A�ڃ�A��A�:9�Vj2hT{�3h�&�F�1�V�ʠѬ9Π��3hB� g�JM�jr��dШ� g�JM�jrmԝA�:9�Vj2hT{�3h�&�F�9�Vj2hT{�3h����1��R�A�ڃ�A+54�=��R�A�ڃ�AugФ�AΠ����Z�+�F��8�Vf2hD{�3h����1��R�A�ڃ�A+54�=��R�A�ڃ�AugФ�AΠ����Z�ɠQ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� g�F�4�c3h��͚�Z�ɠ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� g�B�dР�AΠ����Z�ɠQ�AΠ����ڨ;�&ur��dШ� g�JM�jr��dШ� f�MMf�a�ȕA#Ys�A+34�=��qԫ2h����9>Π���x���;/���|���_��>��~E�������t���������������믯�軗'osE���.z���w�y������OT{�O�&�D�9�TjOT{�O�����1ȁ�Rx�ڃx*5�'�=ȁ�Rx�ڃxu���A<������S�	<Q�A<������Ө;�$ur����� �
+]�'�5ǁ�2x"ڃxu���A<������S�	<Q�A<������Ө;�$ur����� �JM��jr����� �F݁'�c�O�&�D�9�TjOT{�O�&�D�9�4�<I�x*�x�x=���W��b�q����� �B����A<������S�	<Q�A<������Ө;�$ur����� �JM��jr����� �F݁'�c�O�&�D�9�TjOT{�O�&�D�1�4hO2{OE��ɚ��S�	<�A<������Ө;�$ur����� �JM��jr����� �F݁'�c�O�&�D�9�TjOT{�O�&�D�9�4�<I�x*5�'�=ȁ�Rx�ڃx*t�h���L�Id�q����� �JM��jr����� �F݁'�c�O�&�D�9�TjOT{�O�&�D�9�4�<I�x*5�'�=ȁ�Rx�ڃx*5�'�=ȁ�P/�'�s�O�&�D�9�TjOT{O���͚��Ә;�$tr����� �JM��jr����� �F݁'�c�O�&�D�9�TjOT{�O�&�D�9�4�<I�x*5�'�=ȁ�Rx�ڃx*5�'�=ȁ�Qw�I���S�	<Q�A<�O4k�Oe&�D�9�4�<I�x*5�'�=ȁ�Rx�ڃx*5�'�=ȁ�Qw�I���S�	<Q�A<������S�	<Q�A<��OR� �JM��jr����� �JM��jr�i�x�:1�T�
+<Ѭ9<������S�	<Q�A<��OR� �JM��jr����� �JM��jr�)�K�	���S�	<Q�A<������S�	<Q�A<��OR� �JM��jr����� �JM��jb�i��d���\�'�5ǁ�2x"ڃxR�(O����<<���<��	<O������+����?}��?������W����뗯�������~���7b�ӯ�_����?�ϧ/s{&�<�����|����շ��Ț��Ґ	.��9�-�kK {�[KC&�$��8�4d:K"k�+KC&�$��8��.,��9�+
���Ț�Ґi+��9.+
���Ț�R����縩4d�J"k�J#�����1�)
���Ě�R����縣4d2J"k�#JC��$�渠4dJ"k��IA�zȞ�vҐI'��9'
�n�Ț�jҐ�&��9N&��I {�{IC&�$��8�4dZI"k�KIC&�$��8��$��9j$
xN$����@�h��$�z��H&�$��8�|�������.Ґ�"��9�"
�&�Ț�"Ґ	"��9�!�kH {�[HC&�$��8�4d:H"k�+HC&�$��8��. ��9�
���Ț��ѐi��9.
��Ț��Q���1l���G��8x4`zGk�kGC&v$��8u�.��9�
�̑Ț��ѐi��9.
���Ț�Q��n��m4d�F"k��FC�k$��j4d�F"k��FA�Ȟ�ѐ���9�
���ȚÒш+d$�z3F�b�Ƹa4`Fk�FC�_$��^4d�E"k��EA�rȞ�nѐ���9�
�f�Ț�bѐ	��9��kE {�[EC&U$��8T4d:E"k�+EC&R$��8Q|������>ѐ���9�
�6�Ț�2ш+L$�z��D�*Ğ�&ѐI��9
��Ț�ѐ���9N�KD {�;DC&C$��8B4dD"k�DC&@$��8?���9n
���Ț��А���9�
��Ț��P��8��74drC"kcC#�֐��1.

�АĚ��P��2��14dC"k�CC�/$��.4d�B"k��BA�Ȟ�А�
+��9�
+
���Ț�А	
+��9�	�kB {�[BC&%$��8$4d:B"k�+BC&"$��8!�.��9����A��84`�Ak��AC&$��8���9n
�d�Ț�`А���9�
�X�Ț�T�}�R
+�c�;AC&$��84dA"k�AC&$��8���9n
�4�Ț�0А���9�
�(�Ț�$P�)�1���r@��84`Z@k�K@(�DH_��^Uw���������{��LJ���o]}	�N�
+z3\�g.��*���_?�����ӯT�����G�P��ܝ�~������n���qv���@wC���F�IoP�A�o��4k��e&�A�9�1�npH�\�(5�=�!�RS�ڃ��(51�=�9�Qw�C��"G�IrP�A�r��*��.G�	sP�ANs���R� �9JM��jr���:�� 7:JM��jr�c���:��Q�9�A�zc�ZŚ�^G�	v�ANv�ziv@��\�(5��=��RS�ڃ��(5��=���Qw�C��G�IxP�A�x�����G�	yP�ANy��[R� �<JM΃jrУ�=�� 7=JMԃjb�c�t=d��=�\i�5�q�2S� ڃ��(5��=ȉ�Qw�C���G��|P�A}������G��}P�A�}��{R� ?JM�jr���T?�� w?JM��jr�c����:��Qj�T{� ���B��R芀Ь9̀��Ȟ�H�I��A������H�	�P�AN���� R� WAJM�jr�ԔA�� �AJM�jrd���:�Rj!T{�#!��B��RjB!T{�S!�^Z!P� �BJM.�jr0��C�� 6C
+]��5�ِ1w7D��rH�I�P�A����z��~H�	�P�AN���"R� WDJMF�jrH�ԔD�� �DJML�jrNd���:�(Rj�"T{��"��*B��+Rj�"T{��"��1�u�R��ڃ)tFh�7F�Ld�hrfd���:�4RjR#T{�c#��6B��7Rj�#T{��#����1�ՑR��ڃ)5��=��R�ڃ�u�G��A.���	��I���P�A�	��ɨ�E"ub��Е#�Ys$)3E�=�M�R%�ڃ�%uwI��A.���4	��8I���P�A�@	��DI��F	�9ȕ�R�)�ڃ*)5��=ȭ�R+�ڃ�+u�J��A.���d	��hI���P�A�p	��tɠi���9����%$k�&e�`B��a:nqTĄ��\1]GCχ�����;���j��cZ��tLw�c�o�L���/���+㍀��
�ۧ�o�u���>s�
�x������/b^�7� v�,�c�@]oSSj�Άj��ٔ���ڃ��6��m�� ��ͨ�5m��A~Q�R�6T{��զԼ�
��׵)5�kC���mFݯl#u�K۔����ڃ��6���m�� ��M��HQ�A�H��3RR� g�JMF�jbF�Е��Ys��*3)�=��QwFJ��T��HQ�A�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R��1H�2�)��c��*pe�(�g��LF�hrF*�KF
+��T��HQ�A�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{3R�&#%��0#U��H��9�H�����T��HQ�A�H��3RR� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R��1��R���ڃ��*5)�=��BWF�f�aFj�d�D�g��LF�hrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R��1��R���ڃ��*5)�=��R���ڃ��
+����:9#Uj2RT{�3R�&#E�1#U��HѬ9�H��3RB� g�JMF�jrF��d��� g�JMF�jrFjԝ��:9#Uj2RT{�3R�&#E�9#Uj2RT{�3R��1��R���ڃ��*5)�=��R���ڃ��ug���A�H����ČT�+#E��8#Uf2RD{�3R��1��R���ڃ��*5)�=��R���ڃ��ug���A�H�����T��HQ�A�H�����Ԩ;#%urF��d��� g�JMF�jrF��d��� g�F�)�c3R���͚�T��H�A�H�����Ԩ;#%urF��d��� g�JMF�jrF��d��� g�B�d���A�H�����T��HQ�A�H�����Ԩ;#%urF��d��� g�JMF�jrF��d��� f�MFJf�aF�ȕ�"Ys��*3)�=��q�2R�����<�H���on�n��y����?P/���g�OϏog��C�L2ҏy����O?|���/?��9�K���?�^��?x>��;w��sǫ�z�;��"�;�ڃ�;u玤�A�������Q��Q�A�������Ѩ;w$ur��䎨� �JM�jr��䎨� �Fݹ#�c�sG�&wD�1wT��Ѭ9�������Ѩ;w$ur��䎨� �JM�jr��䎨� �Fݹ#�c�sG�&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q�����1��rGk�sGe&wD�9w�%wur��䎨� �JM�jr��䎨� �Fݹ#�c�sG�&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=���A�;��s�;*r�H���L�hr��䎨� �Fݹ#�c�sG�&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q�+wD��0w4drG"{�sGe&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A��z�A���;*5�#�=ȹ�R�;�ڃ�;*t�h���ܹ#�c�sG�&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A���sGR� �JM�jb�Е;�Ys�;*3�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A���sGR� �JM�jr��䎨� �JM�jr�hԝ;�:9wTjrGT{�sG�&wD�9wTjrGT{�sG��ܑ�1���BW�f�q��䎈� �JM�jr�hԝ;�:9wTjrGT{�sG�&wD�9wTjrGT{�sG�^rGP� �JM�jr��䎨� �JM�jr�hԝ;�:9wTjrGT{�sG�&wD�9wTjrGT{sG�&w$��0wT����9������ܑ�=�;��8��m�q�x�=N�<����}|�y����5?��|��������K~y�����yy���7�/_��w�u.3��?ڪ�_endstream
 endobj
-1289 0 obj <<
+1349 0 obj <<
 /Type /Page
-/Contents 1290 0 R
-/Resources 1288 0 R
+/Contents 1350 0 R
+/Resources 1348 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1138 0 R
-/Annots [ 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 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 ]
+/Parent 1198 0 R
+/Annots [ 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 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 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 ]
 >> endobj
-1292 0 obj <<
+1352 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 706.187 234.28 715.098]
+/Rect [95.641 706.187 324.5 715.098]
 /Subtype /Link
-/A << /S /GoTo /D (os-specific) >>
+/A << /S /GoTo /D (835) >>
 >> endobj
-1293 0 obj <<
+1353 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 706.187 537.983 715.098]
 /Subtype /Link
+/A << /S /GoTo /D (835) >>
+>> endobj
+1354 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 693.235 234.28 702.147]
+/Subtype /Link
 /A << /S /GoTo /D (os-specific) >>
 >> endobj
-1294 0 obj <<
+1355 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [528.02 693.235 537.983 702.147]
+/Subtype /Link
+/A << /S /GoTo /D (os-specific) >>
+>> endobj
+1356 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 695.293 223.78 702.147]
+/Rect [119.552 682.341 223.78 689.195]
 /Subtype /Link
 /A << /S /GoTo /D (os-win32) >>
 >> endobj
-1295 0 obj <<
+1357 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 695.293 537.983 702.147]
+/Rect [528.02 682.341 537.983 689.195]
 /Subtype /Link
 /A << /S /GoTo /D (os-win32) >>
 >> endobj
-1296 0 obj <<
+1358 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 682.341 221.101 689.195]
+/Rect [143.462 669.39 221.101 676.244]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl) >>
 >> endobj
-1297 0 obj <<
+1359 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 682.341 537.983 689.195]
+/Rect [528.02 669.39 537.983 676.244]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl) >>
 >> endobj
-1298 0 obj <<
+1360 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 669.39 270.913 676.244]
+/Rect [143.462 656.438 270.913 663.293]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl-modules) >>
 >> endobj
-1299 0 obj <<
+1361 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 669.39 537.983 676.244]
+/Rect [528.02 656.438 537.983 663.293]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl-modules) >>
 >> endobj
-1300 0 obj <<
+1362 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 654.381 334.813 663.293]
+/Rect [143.462 641.43 334.813 650.341]
 /Subtype /Link
 /A << /S /GoTo /D (win32-code-changes) >>
 >> endobj
-1301 0 obj <<
+1363 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 654.381 537.983 663.293]
+/Rect [528.02 641.43 537.983 650.341]
 /Subtype /Link
 /A << /S /GoTo /D (win32-code-changes) >>
 >> endobj
-1302 0 obj <<
+1364 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 641.43 265.763 650.341]
+/Rect [143.462 628.478 265.763 637.39]
 /Subtype /Link
 /A << /S /GoTo /D (win32-http) >>
 >> endobj
-1303 0 obj <<
+1365 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 641.43 537.983 650.341]
+/Rect [528.02 628.478 537.983 637.39]
 /Subtype /Link
 /A << /S /GoTo /D (win32-http) >>
 >> endobj
-1304 0 obj <<
+1366 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 628.478 234.789 637.39]
+/Rect [143.462 615.527 234.789 624.438]
 /Subtype /Link
 /A << /S /GoTo /D (win32-email) >>
 >> endobj
-1305 0 obj <<
+1367 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 628.478 537.983 637.39]
+/Rect [528.02 615.527 537.983 624.438]
 /Subtype /Link
 /A << /S /GoTo /D (win32-email) >>
 >> endobj
-1306 0 obj <<
+1368 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 617.584 187.068 624.438]
+/Rect [119.552 604.633 187.068 611.487]
 /Subtype /Link
 /A << /S /GoTo /D (os-macosx) >>
 >> endobj
-1307 0 obj <<
+1369 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 617.584 537.983 624.438]
+/Rect [528.02 604.633 537.983 611.487]
 /Subtype /Link
 /A << /S /GoTo /D (os-macosx) >>
 >> endobj
-1308 0 obj <<
+1370 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 604.633 213.479 611.487]
+/Rect [143.462 591.681 213.479 598.535]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-sendmail) >>
 >> endobj
-1309 0 obj <<
+1371 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 604.633 537.983 611.487]
+/Rect [528.02 591.681 537.983 598.535]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-sendmail) >>
 >> endobj
-1310 0 obj <<
+1372 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 591.681 335.5 598.535]
+/Rect [143.462 578.73 335.5 585.584]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-libraries) >>
 >> endobj
-1311 0 obj <<
+1373 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 591.681 537.983 598.535]
+/Rect [528.02 578.73 537.983 585.584]
 /Subtype /Link
 /A << /S /GoTo /D (macosx-libraries) >>
 >> endobj
-1312 0 obj <<
+1374 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 578.73 226.809 585.584]
+/Rect [119.552 565.778 226.809 572.633]
 /Subtype /Link
 /A << /S /GoTo /D (os-mandrake) >>
 >> endobj
-1313 0 obj <<
+1375 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 578.73 537.983 585.584]
+/Rect [528.02 565.778 537.983 572.633]
 /Subtype /Link
 /A << /S /GoTo /D (os-mandrake) >>
 >> endobj
-1314 0 obj <<
+1376 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 564.095 254.464 572.633]
+/Rect [95.641 551.143 254.464 559.681]
 /Subtype /Link
 /A << /S /GoTo /D (nonroot) >>
 >> endobj
-1315 0 obj <<
+1377 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 564.095 537.983 572.633]
+/Rect [528.02 551.143 537.983 559.681]
 /Subtype /Link
 /A << /S /GoTo /D (nonroot) >>
 >> endobj
-1316 0 obj <<
+1378 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 552.827 193.713 559.681]
+/Rect [119.552 539.876 193.713 546.73]
 /Subtype /Link
-/A << /S /GoTo /D (929) >>
+/A << /S /GoTo /D (957) >>
 >> endobj
-1317 0 obj <<
+1379 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 552.827 537.983 559.681]
+/Rect [528.02 539.876 537.983 546.73]
 /Subtype /Link
-/A << /S /GoTo /D (929) >>
+/A << /S /GoTo /D (957) >>
 >> endobj
-1318 0 obj <<
+1380 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 537.818 177.116 546.73]
+/Rect [119.552 524.867 177.116 533.778]
 /Subtype /Link
-/A << /S /GoTo /D (933) >>
+/A << /S /GoTo /D (961) >>
 >> endobj
-1319 0 obj <<
+1381 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 537.818 537.983 546.73]
+/Rect [528.02 524.867 537.983 533.778]
 /Subtype /Link
-/A << /S /GoTo /D (933) >>
+/A << /S /GoTo /D (961) >>
 >> endobj
-1320 0 obj <<
+1382 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 524.867 298.44 533.778]
+/Rect [143.462 511.915 298.44 520.827]
 /Subtype /Link
-/A << /S /GoTo /D (941) >>
+/A << /S /GoTo /D (969) >>
 >> endobj
-1321 0 obj <<
+1383 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 524.867 537.983 533.778]
+/Rect [528.02 511.915 537.983 520.827]
 /Subtype /Link
-/A << /S /GoTo /D (941) >>
+/A << /S /GoTo /D (969) >>
 >> endobj
-1322 0 obj <<
+1384 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 513.973 160.508 520.827]
+/Rect [119.552 501.021 160.508 507.875]
 /Subtype /Link
-/A << /S /GoTo /D (968) >>
+/A << /S /GoTo /D (996) >>
 >> endobj
-1323 0 obj <<
+1385 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 513.973 537.983 520.827]
+/Rect [528.02 501.021 537.983 507.875]
 /Subtype /Link
-/A << /S /GoTo /D (968) >>
+/A << /S /GoTo /D (996) >>
 >> endobj
-1324 0 obj <<
+1386 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 501.021 197.867 507.875]
+/Rect [119.552 488.07 197.867 494.924]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules-nonroot) >>
 >> endobj
-1325 0 obj <<
+1387 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 501.021 537.983 507.875]
+/Rect [528.02 488.07 537.983 494.924]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules-nonroot) >>
 >> endobj
-1326 0 obj <<
+1388 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 486.013 276.552 494.924]
+/Rect [143.462 473.061 276.552 481.973]
 /Subtype /Link
-/A << /S /GoTo /D (987) >>
+/A << /S /GoTo /D (1015) >>
 >> endobj
-1327 0 obj <<
+1389 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 486.013 537.983 494.924]
+/Rect [528.02 473.061 537.983 481.973]
 /Subtype /Link
-/A << /S /GoTo /D (987) >>
+/A << /S /GoTo /D (1015) >>
 >> endobj
-1328 0 obj <<
+1390 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 475.118 253.17 481.973]
+/Rect [143.462 462.167 253.17 469.021]
 /Subtype /Link
-/A << /S /GoTo /D (1000) >>
+/A << /S /GoTo /D (1028) >>
 >> endobj
-1329 0 obj <<
+1391 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 475.118 537.983 481.973]
+/Rect [528.02 462.167 537.983 469.021]
 /Subtype /Link
-/A << /S /GoTo /D (1000) >>
+/A << /S /GoTo /D (1028) >>
 >> endobj
-1330 0 obj <<
+1392 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 462.167 197.708 469.021]
+/Rect [119.552 449.216 197.708 456.07]
 /Subtype /Link
-/A << /S /GoTo /D (1033) >>
+/A << /S /GoTo /D (1061) >>
 >> endobj
-1331 0 obj <<
+1393 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 462.167 537.983 469.021]
+/Rect [528.02 449.216 537.983 456.07]
 /Subtype /Link
-/A << /S /GoTo /D (1033) >>
+/A << /S /GoTo /D (1061) >>
 >> endobj
-1332 0 obj <<
+1394 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 447.158 296.208 456.07]
+/Rect [143.462 434.207 296.208 443.118]
 /Subtype /Link
-/A << /S /GoTo /D (1036) >>
+/A << /S /GoTo /D (1064) >>
 >> endobj
-1333 0 obj <<
+1395 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 447.158 537.983 456.07]
+/Rect [528.02 434.207 537.983 443.118]
 /Subtype /Link
-/A << /S /GoTo /D (1036) >>
+/A << /S /GoTo /D (1064) >>
 >> endobj
-1334 0 obj <<
+1396 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 434.207 178.221 443.118]
+/Rect [119.552 421.255 178.221 430.167]
 /Subtype /Link
-/A << /S /GoTo /D (1045) >>
+/A << /S /GoTo /D (1073) >>
 >> endobj
-1335 0 obj <<
+1397 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 434.207 537.983 443.118]
+/Rect [528.02 421.255 537.983 430.167]
 /Subtype /Link
-/A << /S /GoTo /D (1045) >>
+/A << /S /GoTo /D (1073) >>
 >> endobj
-1336 0 obj <<
+1398 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 418.999 180.502 427.885]
+/Rect [71.731 406.047 180.502 414.934]
 /Subtype /Link
 /A << /S /GoTo /D (administration) >>
 >> endobj
-1337 0 obj <<
+1399 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 418.999 537.983 427.885]
+/Rect [528.02 406.047 537.983 414.934]
 /Subtype /Link
 /A << /S /GoTo /D (administration) >>
 >> endobj
-1338 0 obj <<
+1400 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 403.522 204.681 412.433]
+/Rect [95.641 390.57 204.681 399.482]
 /Subtype /Link
 /A << /S /GoTo /D (parameters) >>
 >> endobj
-1339 0 obj <<
+1401 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 403.522 537.983 412.433]
+/Rect [528.02 390.57 537.983 399.482]
 /Subtype /Link
 /A << /S /GoTo /D (parameters) >>
 >> endobj
-1340 0 obj <<
+1402 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 392.628 194.709 399.482]
+/Rect [95.641 379.676 194.709 386.53]
 /Subtype /Link
 /A << /S /GoTo /D (useradmin) >>
 >> endobj
-1341 0 obj <<
+1403 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 392.628 537.983 399.482]
+/Rect [528.02 379.676 537.983 386.53]
 /Subtype /Link
 /A << /S /GoTo /D (useradmin) >>
 >> endobj
-1342 0 obj <<
+1404 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 377.619 247.002 386.53]
+/Rect [119.552 364.668 247.002 373.579]
 /Subtype /Link
 /A << /S /GoTo /D (defaultuser) >>
 >> endobj
-1343 0 obj <<
+1405 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 377.619 537.983 386.53]
+/Rect [528.02 364.668 537.983 373.579]
 /Subtype /Link
 /A << /S /GoTo /D (defaultuser) >>
 >> endobj
-1344 0 obj <<
+1406 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 364.668 235.207 373.579]
+/Rect [119.552 351.716 235.207 360.628]
 /Subtype /Link
 /A << /S /GoTo /D (manageusers) >>
 >> endobj
-1345 0 obj <<
+1407 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 364.668 537.983 373.579]
+/Rect [528.02 351.716 537.983 360.628]
 /Subtype /Link
 /A << /S /GoTo /D (manageusers) >>
 >> endobj
-1346 0 obj <<
+1408 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [143.462 338.765 286.644 347.676]
+/Subtype /Link
+/A << /S /GoTo /D (user-account-search) >>
+>> endobj
+1409 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [528.02 338.765 537.983 347.676]
+/Subtype /Link
+/A << /S /GoTo /D (user-account-search) >>
+>> endobj
+1410 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 351.716 251.954 360.628]
+/Rect [143.462 325.813 251.954 334.725]
 /Subtype /Link
 /A << /S /GoTo /D (createnewusers) >>
 >> endobj
-1347 0 obj <<
+1411 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 351.716 537.983 360.628]
+/Rect [528.02 325.813 537.983 334.725]
 /Subtype /Link
 /A << /S /GoTo /D (createnewusers) >>
 >> endobj
-1348 0 obj <<
+1412 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 338.765 243.636 347.676]
+/Rect [143.462 312.862 243.636 321.773]
 /Subtype /Link
 /A << /S /GoTo /D (modifyusers) >>
 >> endobj
-1349 0 obj <<
+1413 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 338.765 537.983 347.676]
+/Rect [528.02 312.862 537.983 321.773]
 /Subtype /Link
 /A << /S /GoTo /D (modifyusers) >>
 >> endobj
-1350 0 obj <<
+1414 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [143.462 299.91 235.327 308.822]
+/Subtype /Link
+/A << /S /GoTo /D (user-account-deletion) >>
+>> endobj
+1415 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [528.02 299.91 537.983 308.822]
+/Subtype /Link
+/A << /S /GoTo /D (user-account-deletion) >>
+>> endobj
+1416 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 325.813 258.569 334.725]
+/Rect [143.462 286.959 258.569 295.87]
 /Subtype /Link
 /A << /S /GoTo /D (impersonatingusers) >>
 >> endobj
-1351 0 obj <<
+1417 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 325.813 537.983 334.725]
+/Rect [528.02 286.959 537.983 295.87]
 /Subtype /Link
 /A << /S /GoTo /D (impersonatingusers) >>
 >> endobj
-1352 0 obj <<
+1418 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 314.919 171.197 321.773]
+/Rect [95.641 276.065 171.197 282.919]
 /Subtype /Link
 /A << /S /GoTo /D (classifications) >>
 >> endobj
-1353 0 obj <<
+1419 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 314.919 537.983 321.773]
+/Rect [528.02 276.065 537.983 282.919]
 /Subtype /Link
 /A << /S /GoTo /D (classifications) >>
 >> endobj
-1354 0 obj <<
+1420 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 301.968 147.945 308.822]
+/Rect [95.641 263.113 147.945 269.968]
 /Subtype /Link
 /A << /S /GoTo /D (products) >>
 >> endobj
-1355 0 obj <<
+1421 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 301.968 537.983 308.822]
+/Rect [528.02 263.113 537.983 269.968]
 /Subtype /Link
 /A << /S /GoTo /D (products) >>
 >> endobj
-1356 0 obj <<
+1422 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 286.959 163.447 295.87]
+/Rect [95.641 248.105 163.447 257.016]
 /Subtype /Link
 /A << /S /GoTo /D (components) >>
 >> endobj
-1357 0 obj <<
+1423 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 286.959 537.983 295.87]
+/Rect [528.02 248.105 537.983 257.016]
 /Subtype /Link
 /A << /S /GoTo /D (components) >>
 >> endobj
-1358 0 obj <<
+1424 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 276.065 147.387 282.919]
+/Rect [95.641 237.211 147.387 244.065]
 /Subtype /Link
 /A << /S /GoTo /D (versions) >>
 >> endobj
-1359 0 obj <<
+1425 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 276.065 537.983 282.919]
+/Rect [528.02 237.211 537.983 244.065]
 /Subtype /Link
 /A << /S /GoTo /D (versions) >>
 >> endobj
-1360 0 obj <<
+1426 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 263.113 156.801 269.968]
+/Rect [95.641 224.259 156.801 231.113]
 /Subtype /Link
 /A << /S /GoTo /D (milestones) >>
 >> endobj
-1361 0 obj <<
+1427 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 263.113 537.983 269.968]
+/Rect [528.02 224.259 537.983 231.113]
 /Subtype /Link
 /A << /S /GoTo /D (milestones) >>
 >> endobj
-1362 0 obj <<
+1428 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 248.105 134.665 257.016]
+/Rect [95.641 209.25 134.665 218.162]
 /Subtype /Link
 /A << /S /GoTo /D (flags-overview) >>
 >> endobj
-1363 0 obj <<
+1429 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 248.105 537.983 257.016]
+/Rect [528.02 209.25 537.983 218.162]
 /Subtype /Link
 /A << /S /GoTo /D (flags-overview) >>
 >> endobj
-1364 0 obj <<
+1430 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 235.153 220.283 244.065]
+/Rect [119.552 196.299 220.283 205.21]
 /Subtype /Link
 /A << /S /GoTo /D (flags-simpleexample) >>
 >> endobj
-1365 0 obj <<
+1431 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 235.153 537.983 244.065]
+/Rect [528.02 196.299 537.983 205.21]
 /Subtype /Link
 /A << /S /GoTo /D (flags-simpleexample) >>
 >> endobj
-1366 0 obj <<
+1432 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 222.202 193.444 231.113]
+/Rect [119.552 183.348 193.444 192.259]
 /Subtype /Link
 /A << /S /GoTo /D (flags-about) >>
 >> endobj
-1367 0 obj <<
+1433 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 222.202 537.983 231.113]
+/Rect [528.02 183.348 537.983 192.259]
 /Subtype /Link
 /A << /S /GoTo /D (flags-about) >>
 >> endobj
-1368 0 obj <<
+1434 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 211.308 202.401 218.162]
+/Rect [143.462 172.453 202.401 179.308]
 /Subtype /Link
 /A << /S /GoTo /D (flag-values) >>
 >> endobj
-1369 0 obj <<
+1435 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 211.308 537.983 218.162]
+/Rect [528.02 172.453 537.983 179.308]
 /Subtype /Link
 /A << /S /GoTo /D (flag-values) >>
 >> endobj
-1370 0 obj <<
+1436 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 196.299 220.831 205.21]
+/Rect [119.552 157.445 220.831 166.356]
 /Subtype /Link
 /A << /S /GoTo /D (flag-askto) >>
 >> endobj
-1371 0 obj <<
+1437 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 196.299 537.983 205.21]
+/Rect [528.02 157.445 537.983 166.356]
 /Subtype /Link
 /A << /S /GoTo /D (flag-askto) >>
 >> endobj
-1372 0 obj <<
+1438 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 183.348 222.734 192.259]
+/Rect [119.552 144.493 222.734 153.405]
 /Subtype /Link
 /A << /S /GoTo /D (flag-types) >>
 >> endobj
-1373 0 obj <<
+1439 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 183.348 537.983 192.259]
+/Rect [528.02 144.493 537.983 153.405]
 /Subtype /Link
 /A << /S /GoTo /D (flag-types) >>
 >> endobj
-1374 0 obj <<
+1440 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 170.396 246.405 179.308]
+/Rect [143.462 131.542 246.405 140.453]
 /Subtype /Link
 /A << /S /GoTo /D (flag-type-attachment) >>
 >> endobj
-1375 0 obj <<
+1441 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 170.396 537.983 179.308]
+/Rect [528.02 131.542 537.983 140.453]
 /Subtype /Link
 /A << /S /GoTo /D (flag-type-attachment) >>
 >> endobj
-1376 0 obj <<
+1442 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 157.445 216.528 166.356]
+/Rect [143.462 118.59 216.528 127.502]
 /Subtype /Link
 /A << /S /GoTo /D (flag-type-bug) >>
 >> endobj
-1377 0 obj <<
+1443 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 157.445 537.983 166.356]
+/Rect [528.02 118.59 537.983 127.502]
 /Subtype /Link
 /A << /S /GoTo /D (flag-type-bug) >>
 >> endobj
-1378 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 144.493 226.101 153.405]
-/Subtype /Link
-/A << /S /GoTo /D (flags-admin) >>
->> endobj
-1379 0 obj <<
+1444 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 144.493 537.983 153.405]
+/Rect [119.552 105.639 226.101 114.55]
 /Subtype /Link
 /A << /S /GoTo /D (flags-admin) >>
 >> endobj
-1380 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 131.542 237.269 140.453]
-/Subtype /Link
-/A << /S /GoTo /D (flags-create) >>
->> endobj
-1381 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 131.542 537.983 140.453]
-/Subtype /Link
-/A << /S /GoTo /D (flags-create) >>
->> endobj
-1382 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 118.59 237.269 127.502]
-/Subtype /Link
-/A << /S /GoTo /D (flags-delete) >>
->> endobj
-1383 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 118.59 537.983 127.502]
-/Subtype /Link
-/A << /S /GoTo /D (flags-delete) >>
->> endobj
-1384 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 105.639 232.298 114.55]
-/Subtype /Link
-/A << /S /GoTo /D (flags-edit) >>
->> endobj
-1385 0 obj <<
+1445 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 105.639 537.983 114.55]
 /Subtype /Link
-/A << /S /GoTo /D (flags-edit) >>
+/A << /S /GoTo /D (flags-admin) >>
 >> endobj
-1291 0 obj <<
-/D [1289 0 R /XYZ 71.731 729.265 null]
+1351 0 obj <<
+/D [1349 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1288 0 obj <<
-/Font << /F27 1144 0 R /F32 1151 0 R /F33 1242 0 R >>
+1348 0 obj <<
+/Font << /F27 1204 0 R /F32 1211 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1435 0 obj <<
-/Length 54581     
+1495 0 obj <<
+/Length 56144     
 /Filter /FlateDecode
 >>
 stream
-xڜ�]�dם�����.��������RHa�#�#����H�I����?�O��kW�]y�|ơ������Qݝk���������<�Oϗ�?�_O�O������������pO<<=��﷿��7��p�<���������3������?��^�gޞ�������y=�>]����f<�G~����������o����ߝ�_����?�����������7�ϗ�����7�W��tww9x�����_�x��K;}z۫}��*��_�AV��tzx<Ks�ځ��������7���>no��ީ�YV��u{�/Rݟ��v����
g����P;�@�ކ�����P;��t>]^�:�eu	<P/������P;�@}:]��#Ƴ7�<P_N/���xEݟ��v�uu��ry��x��%�@�ކ�����P;�@�ކ˫T�go�x�noýU�go�x]}������Q6;��ރ���3���v����wVݟ��v���rz~�?���7�����O�/��x��%�@������?{C��u����27���v����
���x��ځW����mxpj�Eu
<P����$���j���p�,���j���p����
�����m�s_��,�K��z9=��Ju��ځ����b���j�/�'����f�]'�ϧ�9��2���{�d���j��{�x/���j�ۻ�p����
�����m�Hu<��x�no���T�go�x�no�Y~���P;�@�ކ;����P;��p>��?�ɳ�.�����"���go�x�>��?{C�����h�-<���v�u�q{���,�K����
Vݟ��v����
�_��7̊; ���"���go�x]}�ރ{��gY]��=8�/s��j�ۻpg���j�/��W�en<{C��������E�<�eu	<P/��g����P;�@}ܞ�_�Ƴ7�<P���Q~���P;����
Rϲ����p�_�Ƴ7�<P���^~���P;�@�ކ�U�go�x]}�ކ;�en<��x�no�4ߞ�!~;�O�����7Ċ; ���"���go�xU��ݝ^�ݗ�<��x�^N�'����P;�@�ޅNjT�go�x��ө�37�������"��,�K����
��Rݟ��v����
�'����P;�@���U�go�x]��;=��/py��%�@����Rݟ��v���xz~����
�ԗ��ӫT�go�x]�lo���i�͎; ��@�ou�Yq����I���v�����#�<{C�������Ku<��x�n�l���j��� �"��P;�@}9�_��?{C�������I6O�,�K��z9��� Ƴ7�<POOOVݟ��v����
�y�go�x]}���<ɳ�.���6\��?{C��u{d�$��P;�@���/���f�]'���@~��e����
�����
���ӣ����j�/������P;��rwz���<��x�^Nw�v�go�x�noãU�go�x�no�����j^W_���"��,�K����
��k�x��ځ��6��I���v����
wVݟ��v�U���������YT�����*�/��P;�@}<=<[u��ځ��I���x�Yq�����/�y��%�@�ރG����P;�@�ރ�{����P;�@��Y;ɳ7����oo�L�YV��u{�Rݟ��v����
�v�go�x�>�^^��?{C������tyq_��,�K��zz���<{C����ty����
���mx�_�Ƴ7���>lo����YV��u{.Vݟ��v����
�_M��7̊; ��@�N��
�����{ y��%�@��Y;ɳ7�<PO��v�go�x�>��_��?{C�������^�N�,�K��zz���<{C��u{��?{C��u{d�$��P;����
�v�gY]��m�����
���m���<{C��u{d�$��P;��rw:��D�eu	<P�OO���
�����Y�O��
����ӳU�go�x]}��Y>ɳ�.���.��I���v����
Vݟ��v����
�|�go�xU}�����v�Eu
<P���l���j��� �'y��ځ���Q�9S���v�u�|w����<��x�ޟe�$��P;�@}<�=Yu��ځ��6��D���v�u�~{��p�G��r{$���d��� �y�ځ��\/����Я��y�9����x���x���:.ϧ����|~���������/.��t~(��燶�����������_>_�9����/���/�g��U�g>���3@W^�� F;��9u�b���Rs�%��9u�b���S� V;��9u�b���Rs�%��9u�b���S� V;��9u�b���Rs�%��9u�b���S� V;��9u�b���B� 4;��9s�b���S� V;��9u�b���Rs�%��9u�b���S� V;��9u�b���Q� R�@<��q���3@Ng�X�@<��q���3@J� T�@<��q���3@Ng�X�@:�����g���3@�.�xȩ���g��:���ځxȩ���g���3@�.�xȩ���g��:���ځxȩ���g���3@�.�xȩ���g��:���ځxȩ���g���3@�.�xȩ��Hg���b����3� F;��)5g�P]��S� V;��9u�b���S� V;��)5g�P]��S� V;��9u�b���S� V;��)5g�P]��S� V;��9u�b���S� V;��)5g�P]��3��b�c�r�~�Ŋ�3@�g��@<d�y��5��9u�b���S� V;��9u�b���Rs�%��9u�b���S� V;��9u�b���Rs�%��9u�b���S� V;��9u�b���B� 4;���9r?�d�� g�3@�v �r�8�j� ���K �r�8�j� ��3@�v �r�8�j� ���K �r�8�j� ��3@�v �r�8�j� ���K �r�8�j� ��3@�v �r�~�͊�3@�g���8<��q���3@Ng�X�@<��q���3@J� T�@<��q���3@Ng�X�@<��q���3@J� T�@<��q���3@Ng�X�@<��q���3@F�g�H]��S� V;��9u�b���C�3@lV�Rf��!�� ��3@�v �r�8�j� ��3@�v �Rj����� ��3@�v �r�8�j� ��3@�v �Rj����� ��3@�v �r�8�j� ��3@�v �Rj����� ��3@�v �r�~�͊�3@�g��@<�ԜBu	�3@Ng�X�@<��q���3@Ng�X�@<�ԜBu	�3@Ng�X�@<��q���3@Ng�X�@<�ԜBu	�3@Ng�X�@<��q���3@Ng�X�@<�ԜBu	�3@����Yqxș���g��:���ځxH�9���g��:���ځxȩ���g��:���ځxȨ��k �r�8�j� ��3@�v �r�8�j� ���K �r�8�j� ��3@�v �r�8�j� ��3@hv�r�~�Ɋ�3@�g��@<�m� ~_���2�Gg��u,g��|h��������G���8����o�e���������������~�ӯ�<9�~o�\�˟&�/G?��+Dx�s����?�X!���
-Q�Y!�ځ�BTjV��v ���"��+D��"�K ���"��+D�f��j�
-Q�Y!�ځ�B4�\!���
-Q�Y!�ځ�BT�X!�Yq�BTfV��v ��:W��.��BTjV��v ���"��+D�f��j�
-Ѩs�H��+D�f��j�
-Q�Y!�ځ�BTjV��v ��:W��.��BTjV��v ���"��+D�f��j�
-Ѩs�H�H+De�+D?��
-Q�c��b��
-Q�Y!"ځ�B��
-�5�W�J�
-���R�BD�y��ԬQ�@^!u�I]y��ԬQ�@^!*5+DT;�W�J�
-���Q�
-��%�W�J�
-���R�BD�y��ԬQ�@\!4+D2;W��+D$+�W���
-���R�BD�y�hԹB$u	��R�BD�y��ԬQ�@^!*5+DT;�W�F�+DR�@^!*5+DT;�W�J�
-���R�BD�y�hԹB$u	��R�BD�y��ԬQ�@\!*t�Ѭ8\!2+D";�W���
-���R�BD�y��ԬQ�@^!u�I]y��ԬQ�@^!*5+DT;�W�J�
-���Q�
-��%�W�J�
-���R�BD�y��ԬQ�@^!
-�}���+D�f��j�
-Q�Y!�ځ�BT�X!�Yq�B4�\!��
-Q�Y!�ځ�BTjV��v ���"��+D��"�K ���"��+D�f��j�
-Q�Y!�ځ�B4�\!���
-Q�Y!�ځ�BTjV��v ���"��+D��"�K ���"��+D��"��+Def��h�
-Ѩs�H��+D�f��j�
-Q�Y!�ځ�BTjV��v ��:W��.��BTjV��v ���"��+D�f��j�
-Ѩs�H��+D�f��j�
-Q�Y!�ځ�BTjV��v ��:W��.��BT�X!�Yq�BTfV��v ���"��+D��"�K ���"��+D�f��j�
-Q�Y!�ځ�B��
-�5�W�J�
-���R�BD�y��ԬQ�@^!u�I]y��ԬQ�@^!*5+DT;�W�J�
-���A�B$��p��ȱBD��x��̬�@^!�vN��u�+�/V�ǯ�7���ۏ���^_*�ϯ�?Po�������z��������!f��O?���?����%~���L��|�>��=�W���h���F��=�6��_���D����hs~MB�@�6�Jͷ�D���h*5�F��o���XQ�@�uXI]y���XQ�@�*5VT;��J̀���Q瀕�%��J̀���R3`E�y���XQ�@�uXI]y���XQ�@�*tXѬ8�*3VD;��F�VR�@�*5VT;��J̀���R3`E�y�j�9`%u	��R3`E�y���XQ�@�*5VT;��F�VR�@�*5VT;��J̀���R3`E�y�j�9`%u	��2�+��p���1`E��x���X�@�
-�}�
-��V�f��j�U���ځ<`Uj��v X�:��.�<`Uj��v X��+��V�f��j�ըs�J��V�f��j�U���ځ<`Uj��v X
�+��VE�+��Vef��h�U���ځ<`5�����U���ځ<`Uj��v X��+��V��+�K X��+��V�f��j�U���ځ<`5�����U���ځ<`Uj��v X:�hVX
�+��Vef��h�U���ځ<`Uj��v X�:��.�<`Uj��v X��+��V�f��j�ըs�J��V�f��j�U���ځ<`Uj��v X��>`u
��R3`E�y���XQ�@�*tXѬ8�sX	]y���XQ�@�*5VT;��J̀���Q瀕�%��J̀���R3`E�y���XQ�@�uXI]y���XQ�@�*5VT;��J̀���Q瀕�%��J̀���Bǀ͊��23`E�y�j�9`%u	��R3`E�y���XQ�@�*5VT;��F�VR�@�*5VT;��J̀���R3`E�y�j�9`%u	��R3`E�y���XQ�@�*5VT;��F�VR�@�*tXѬ8�*3VD;��J̀���Q瀕�%��J̀���R3`E�y���XQ�@�
-�}�
-��V�f��j�U���ځ<`Uj��v X�:��.�<`Uj��v X��+��V�f��j�ՠ���q8`U��"Yq<`Uf��v Xi�)��:�뇗��ױX�7��O���X�3s�z?����/�Ïs��/�|�y|c�_�����^ߵn���{+i���<���'�Z�^���|x��;��/v0�.���Qjv0�v �`����;�f�j�ƨsC��;�f�j�F����ځ��Qjv0�v �`�:w0�.���Qjv0�v �`����;�f�j�ƨsC�H;e�;?��F�c�b��F��� ځ�����5�w0J����R��A�y���`P�@��u�`H]y���`P�@��(5;T;�w0J����Q���%�w0J����R��A�y���`P�@��4;2;w0�;$+�w0�����R��A�ycԹ�!u	��R��A�y���`P�@��(5;T;�w0F�;R�@��(5;T;�w0J����R��A�ycԹ�!u	��R��A�y���`P�@��(t�`Ь8��2;";�w0�����R��A�y���`P�@��u�`H]y���`P�@��(5;T;�w0J����Q���%�w0J����R��A�y���`P�@���}��;�f�j�F����ځ��Q����Yq��1�����F����ځ��Qjv0�v �`����;���K �`����;�f�j�F����ځ��1������F����ځ��Qjv0�v �`����;���K �`����;����;ef�h�ƨsC��;�f�j�F����ځ��Qjv0�v �`�:w0�.���Qjv0�v �`����;�f�j�ƨsC��;�f�j�F����ځ��Qjv0�v �`�:w0�.���Q����Yq��Qfv0�v �`����;���K �`����;�f�j�F����ځ�����5�w0J����R��A�y���`P�@��u�`H]y���`P�@��(5;T;�w0J����A��!��p�ȱ�A��x���`�@���6�_Ǿ���2�w0ǯ�_����w0㙹��\��|�Nn�[����_'0^�1���O�������y������|�żu����Z��3K�~<ǥ��/J��v �Z��R+�ȥV��R+�K �Z��R+�ȥV��Ԋjr�U�)��ځ\j5�,���r�U�)��ځ\jUjJ��v �Z��R+���V���Jf�a�U��Ԋd�q�U�)�"ځ\jUjJ��v �Z�:K��.�\jUjJ��v �Z��R+�ȥV��Ԋjr�ը��J�ȥV��Ԋjr�U�)��ځ\jUjJ��v �Z�:K��.�\jUjJ��v �Z��R+���V��R+���VC��Jd�q�U�)�"ځ\jUjJ��v �Z��R+�ȥV��R+�K �Z��R+�ȥV��Ԋjr�U�)��ځ\j5�,���r�U�)��ځ\jUjJ��v �Z��R+�ȥV���ZA]�ԪԔZQ�@.�*5�VT;K�
-�V4+�K�Ɯ�VB�@.�*5�VT;�K�JM���R�RSjE���j�Yj%u	�R�RSjE��ԪԔZQ�@.�*5�VT;�K�F��VR�@.�*5�VT;�K�JM���R�RSjE���j�Yj%u	�R�RSjE��Ԫ�QjE��Ԫ̔Z�@.�u�ZI]�ԪԔZQ�@.�*5�VT;�K�JM���R�Qg���%�K�JM���R�RSjE��ԪԔZQ�@.�u�ZI]�ԪԔZQ�@.�*5�VT;�K�JM���R�Qg���%K�
-�V4+�K��L���R�RSjE���j�Yj%u	�R�RSjE��ԪԔZQ�@.�*5�VT;�K�B}/���r�U�)��ځ\jUjJ��v �Z��R+�ȥV��R+�K �Z��R+�ȥV��Ԋjr�U�)��ځXj5hJ�dv�Z9J�HV�Z��R+�ȥ��Υ*����K�^�Z�_�Rj��Qj��m_	��:���ևS����O?���_���?�������oG����~�����z�t����xA��/��Q�u��4{�~@�=��/z��v ��:{��.��CTjz��v ���"��=D����jbѠ�!��q�CT��!"Yq�CTfz��v ���"��=D��"�K ���"��=D����jrQ��!�ځ�C4��!��rQ��!�ځ�CTjz��v ���"��=D��"�K ���"��=D����jbQ����f�aѐ�!�q�CTfz��v ���"��=D����jrѨ��H��=D����jrQ��!�ځ�CTjz��v ��:{��.��CTjz��v ���"��=D����jrQ��=DP�@�!*5=DT;�{�JM���BG͊��1g��%�{�JM���R�CD������Q�@�!u�I]�����Q�@�!*5=DT;�{�JM���Qg��%�{�JM���R�CD������Q�@�!u�I]�����Q�@�!*t�Ѭ8�!*3=DD;�{�F�=DR�@�!*5=DT;�{�JM���R�CD���h��C$u	��R�CD������Q�@�!*5=DT;�{�F�=DR�@�!*5=DT;�{�JM���R�CD���h��C$u	��BG͊��2�CD������Q�@�!u�I]�����Q�@�!*5=DT;�{�JM���P�{�����CTjz��v ���"��=D����jrѨ��H��=D����jrQ��!�ځ�CTjz��v �
�"��=DE�"��=De���hr�Zr����c�!~x���������a{�7�k>\N_�o�d=�<\�!���̇�y4�����������/�|�y����/o]ć�o�����ӯ���o�������?��B��ڂ�/������+��F���mvD>�Ў;"�_tDP�@�(5T;�;"JMG�䎈QgG��%�;"JMG�䎈R�A��#���A��#b�tD��8�(3D;�;"JMG�䎈R�A��#b��!u	䎈R�A��#��tDP�@�(5T;�;"F�R�@�(5T;�;"JMG�䎈R�A��#"����k wD�������#�jbGD��#�f�qGĘ�#B����#�jrGD�鈠ځ�Qj:"�v wD�:;"�.��Qj:"�v wD�������#�jrGĨ�#B����#�jrGD�鈠ځ�Qj:"�v wD�:;"�.��Qj:"�v vD::"hVwD������Ύ�K wD�������#�jrGD�鈠ځ�1�숐�rGD�鈠ځ�Qj:"�v wD������Ύ�K wD�������#�jrGD�鈠ځ�1�숐�bGD��#�f�qGD�� ځ�Qj:"�v wD�:;"�.��Qj:"�v wD�������#�jrGD��P�@�(5T;�;"JMG�䎈R�A��#b��!u	䎈R�A��#��tDP�@�(5T;;"MG�̎Î�"GGɊ㎈2�A��#B���ױwD>�����#r�#r�pz��sGd<�#r���#�ת"㻲^�T�������x�|������A;���~���~���Yq�A�!�A;���+3�#ځ�A�R�A;���+5��ځ�A�Q���.��A�R�A;���+5��ځ�A�R�A;���u~�N���+5��ځ�A�R�A;���+5��ځ�A�P�?hu
�ڕ��Q�@��]������:>hG����vc��	]��v��vT;�?hWj>hG���v��vT;�?h7�����%�?hWj>hG���v��vT;�?hWj>hG���v���I]��v��vT;�?hWj>hG���v��vT;�?h7�����%�?hWj>hG��v���Ѭ8��]�����ڍ:?h'u	�ڕ��Q�@��]�����ڕ��Q�@��ݨ�vR�@��]�����ڕ��Q�@��]�����ڍ:?h'u	�ڕ��Q�@��]�����ڕ��Q�@��ݨ�vR�@��]��v4+�?hWf>hG���v��vT;�?h7�����%�?hWj>hG���v��vT;�?hWj>hG���v������+5��ځ�A�R�A;���+5��ځ�A�Q���.��A�R�A;���+5��ځ�A�R�A;���4���q�A�"��HVЮ�|Ўh�������_��A�������1�����۬3~Оg>|�~9�G�_����?������w��������3�����+�/j}�������O��-X���>���˕r�-XX�@�,N߂���o����-XX�@�,J�y
T�@<���q^����N�5X�@<���q^����J�y
T�@<���q^����N�V;�Z?�[?lV�~9Z?Hv�~�9Z?�v �~�:Z?�v �~�:Z?�v �~����K �~�:Z?�v �~�:Z?�v �~�:Z?�v �~����K �~�:Z?�v �~�:Z?�v �~�:Z?�v �~�:[?�����q�h��ځ��q�h��ځ��q���a����̴~]������a�������a�������a����Դ~P]������a�������a�������a����Դ~P]������a�������a�������a����Դ~P]������a����н��f�a�Ǚ���hb�G�i���b�ǩ���jb�ǩ���jb�ǩ���jb�G�i���b�ǩ���jb�ǩ���jb�ǩ���jb�G�i���b�ǩ���jb�ǩ���jb�ǩ���jb�G�i���R�ǡ{�͊�֏3G���֏SG���֏R��Au	�֏SG���֏SG���֏SG���֏Qg��5[?N�V;[?N�V;[?N�V;[?JM��%[?N�V;[?N�V;[?N�V;�Z?
-�4;�Z?��[?LV�~�9Z?�v �~��bZ?�:�>��e<<�~�u|���۟��y�������{~�~��z��g�����ƿ��?��?�������������w��������o_����_�|w����r�z���r���/��������|:���䡏?�O����rzڜ+/䊺?{C����t~������j�/��;����P;��p>ݽ>9u<��x�^N�o_���?{C����t�l���j�/�Ƿ/JJݟ��v�u�q{_�:�eu	<P�������7�<P��A�Kb�Yq��\��ܟ��v�u�i{�:�eu	<P���{����j�ۻpg���j�/ۯ.Rݟ��v�u��n����'x<��x�^N�Vݟ��v����=/�̍go�x�noã�27���v�u�e{�:�eu	<P���"�̍go�x�noý�27���v����
g����P;����
w���x��%�@��i�=yC�v�=�^���7Ċ; _N��n<{���E����˳�R�gQ]����d���j�ۻ�x����
���mxx����
�����m�Hu<��x�no���T�go�x�no��I���7�<P���Ϊ��7����ߝ�_��<��x�^N�W����P;�@}<=?[u��ځ�����U���7���^��A�ô?�f���{ ���?z���r{��ܟ��v������f<{C�����X�u�I]y���Q�@�*5�@T;�g�J�,��Y�Q�,��%�g�J�,��Y�R3D�y���Q�@�u�I]y���Q�@�*5�@T;g�
-�@4+g���,�Ȏ�Y�23D�y���Q�@�*5�@T;�g�F��@R�@�*5�@T;�g�J�,��Y�R3D�yh�9$u	�Y�R3D�y���Q�@�*5�@T;�g�B}����,P���ځ<Tjf��v �:f�hV��9g��.�<Tjf��v ���Y �ȳ@�f�j�,ШsH�ȳ@�f�j�,P���ځ<Tjf��v ��:g��.�<Tjf��v ���Y �ȳ@�f�j�,ШsH�ȳ@�f�j�,P�c�f��,P��"ځ<4����,P���ځ<Tjf��v ���Y �ȳ@��Y �K ���Y �ȳ@�f�j�,P���ځ<4����,P���ځ<Tjf��v ���Y �ȳ@��Y �K �:f�hV���Y �ȳ@�f�j�,ШsH�ȳ@�f�j�,P���ځ<Tjf��v ���>u
�Y�R3D�y���Q�@�*5�@T;�g�F��@R�@�*5�@T;�g�J�,��Y�R3D�qh����8�*r���8�*3�@D;�g��+65�ױ�?�����<�_N���ϯ�?Po�h�M���������Cyf�c�_�;���~���y�����������I�+S����۟���������S��'����Sx�y��k�2�{��/��.�<@Tj��v ��"��D�f��j��Ѩs�H��D�f��j��Q� �ځ<@Tj��v �:��.�<@Tj��v :�hV��"��D��"�K ��"��D�f��j��Q� �ځ<@4� ����Q� �ځ<@Tj��v ��"��D��"�K ��"��D�f��j��Q� �ځ<@4� ����Q���ŏa8@T� �Xq<@Tf��v ��>@u
��R3@D�y���Q�@ *5DT;��F�DR�@ *5DT;��J�����R3@D�y�h�9@$u	��R3@D�y���Q�@ *5DT;����̎��"��Ɋ��23@D�y���Q�@ uI]y���Q�@ *5DT;��J�����Q����%��J�����R3@D�y���Q�@ uI]y���Q�@ *5DT;�
-D4+�����Ȏ��23@D�y���Q�@ *5DT;��F�DR�@ *5DT;��J�����R3@D�y�h�9@$u	��R3@D�y���Q�@ *5DT;��B} ����Q� �ځ<@Tj��v :�hV�9��.�<@Tj��v ��"��D�f��j��Ѩs�H��D�f��j��Q� �ځ<@Tj��v �:��.�<@Tj��v ��"��D�f��j��Ѩs�H��D�f��j��Q�c��f���Q� "ځ<@4� ����Q� �ځ<@Tj��v ��"��D��"�K ��"��D�f��j��Q� �ځ<@4� ����Q� �ځ<@Tj��v ��"��D��"�K :�hV��"��D�f��j��Ѩs�H��D�f��j��Q� �ځ<@Tj��v ��>@u
��R3@D�y���Q�@ *5DT;��F�DR�@ *5DT;��J�����R3@D�q�h���8 *r��8 *3DD;����95@�ױ?� ����q�-���2p�8��ă�M���?�ӗ_��������ߝ�����_���?������������������g���|�LLc~,i��7�?�h#ځ��{c�5��JMc��ưR�F��1��4�Q�@nu6�I]�1��4�Q�@n+5�aT;��JMc��ưQgc��%��JMc��ưR�F��1��4�Q�@l4�a2;Ê�a$+���Lc��ưR�F��1l��&u	�ưR�F��1��4�Q�@n+5�aT;��F��aR�@n+5�aT;��JMc��ưR�F��1l��&u	�ưR�F��1��4�Q�@l+t4�Ѭ8l2�a";���Lc��ưR�F��1��4�Q�@nu6�I]�1��4�Q�@n+5�aT;��JMc��ưQgc��%��JMc��ưR�F��1��4�Q�@n��1�ȍa��1�jrcX�i�ځ�V�h�Yq�6�l�rcX�i�ځ�Vjèv 7����0�ȍa���0�K 7����0�ȍa��1�jrcX�i�ځ�6�l��rcX�i�ځ�Vjèv 7����0�ȍa���0�K 7����0���a���0�Ǎae�1�hrcب�1L�ȍa��1�jrcX�i�ځ�Vjèv 7��:ä.��Vjèv 7����0�ȍa��1�jrcب�1L�ȍa��1�jrcX�i�ځ�Vjèv 7��:ä.��V�h�Yq�VfÈv 7����0�ȍa���0�K 7����0�ȍa��1�jrcX�i�ځ��{c�5��JMc��ưR�F��1��4�Q�@nu6�I]�1��4�Q�@n+5�aT;��JMc��ưA�&��1���F��1��4��@nS�U4��u��/���1|�:~sy}�^k�������ׯ×�<?^o���̇���zg�o�̿������'�_O��?z7?˒��KqP����5���^��}��/ځ|�\��o�j�}s��9���͍:��}s��9���͕���v �7Wjځ|�ܨ�9�K �7W�~�ŏax�\�c��b��ZA�Y+ ځ�V��Z�5��
-J�Z�䵂R�V@�y��ԬP�@^+u�H]y��ԬP�@^+(5kT;��
-J�Z�䵂Q�Z��%��
-J�Z�䵂R�V@�y��ԬP�@\+4k2;�
-�k$+��
-��Z�䵂R�V@�y�`ԹV u	䵂R�V@�y��ԬP�@^+(5kT;��
-F�kR�@^+(5kT;��
-J�Z�䵂R�V@�y�`ԹV u	䵂R�V@�y��ԬP�@\+(t�Ь8\+2k";��
-��Z�䵂R�V@�y��ԬP�@^+u�H]y��ԬP�@^+(5kT;��
-J�Z�䵂Q�Z��%��
-J�Z�䵂R�V@�y��ԬP�@^+�}����k�f��j�ZA�Y+�ځ�VP�X+�Yq�V0�\+��ZA�Y+�ځ�VPj�
-�v ������k�ε�K ������k�f��j�ZA�Y+�ځ�V0�\+���ZA�Y+�ځ�VPj�
-�v ������k�ε�K ������k�����kef��h�Z��s�@��k�f��j�ZA�Y+�ځ�VPj�
-�v ��:�
-�.��VPj�
-�v ������k�f��j�Z��s�@��k�f��j�ZA�Y+�ځ�VPj�
-�v ��:�
-�.��VP�X+�Yq�VPf�
-�v ������k�ε�K ������k�f��j�ZA�Y+�ځ�V��Z�5��
-J�Z�䵂R�V@�y��ԬP�@^+u�H]y��ԬP�@^+(5kT;��
-J�Z�ĵ�A�V ��p��ȱV@��x��̬�@^+��Z_ǾV��2��
-ǯcY+�o�������3�
-�7�
-��������?������ת����7^���痗ó�iCÏa��?���П_�aŏa؆V�hC�Xq܆Vf�Јv ����ކu
�6�RӆF��
�Դ�Q�@nC+5mhT;���F�mhR�@nC+5mhT;���JM��6�RӆF��
m�ن&u	�6�RӆF��
�Դ�Q�@nC+5mhT;��M�̎�6�"GɊ�6�2ӆF��
�Դ�Q�@nCu��I]�
�Դ�Q�@nC+5mhT;���JM��6�Qg��%���JM��6�RӆF��
�Դ�Q�@nCu��I]�
�Դ�Q�@nC+5mhT;��
-mh4+�ІL�Ȏ�6�2ӆF��
�Դ�Q�@nC+5mhT;���F�mhR�@nC+5mhT;���JM��6�RӆF��
m�ن&u	�6�RӆF��
�Դ�Q�@nC+5mhT;���B}oC��rZ�iC�ځ܆Vj�Шv ��:��hV���9�Є.�܆Vj�Шv ����64��mh��
�jrڨ�
M��mh��
�jrZ�iC�ځ܆Vj�Шv ���:�Ф.�܆Vj�Шv ����64��mh��
�jrڨ�
M��mh��
�jbZ��
�f�qZ�iC#ځ܆6�lC��rZ�iC�ځ܆Vj�Шv ����64��mh��64�K ����64��mh��
�jrZ�iC�ځ܆6�lC��rZ�iC�ځ܆Vj�Шv ����64��mh��64�K ��:��hV����64��mh��
�jrڨ�
M��mh��
�jrZ�iC�ځ܆Vj�Шv ����ކu
�6�RӆF��
�Դ�Q�@nC+5mhT;���F�mhR�@nC+5mhT;���JM��6�RӆF��
mд���8lC+r����8nC+3mhD;���T�mh|{��ˀ6����W�n??���
=��І��lC���_�����������魪�.��~��tԁ�����K�^����/.}�ځ|�[���j�o���7�ȗ��:���.��mW��mG�cv�8��(Vwە�n;���v��w�A]�ۮ�t�Q�@�+5�vT;���JM���n�Qg���%���JM���n�R�mG��ۮ�t�Q�@�uv�I]�ۮ�t�Q�@�+5�vT;���JM���n�A�m'��ۮ��mG��ۮ�t��@�+5�vT;���F��vR�@�+5�vT;���JM���n�R�mG���n��m'u	�n�R�mG��ۮ�t�Q�@�+5�vT;���F��vR�@�+5�vT;���JM���n�BG�͊�n�!�m'��ۮ�t��@�+5�vT;���JM���n�Qg���%���JM���n�R�mG��ۮ�t�Q�@�uv�I]�ۮ�t�Q�@�+5�vT;���JM���n�P߻�����mWj���v wە�n;���v��n;���vc�n;�K wە�n;���v��ێjr�]�鶣ځ�m7�춓�r�]�鶣ځ�mWj���v wە�n;���v��n;�K wە�n;���v��ێjr�]�鶣ځ�m7�춓�r�]�鶣ځ�mW�趣Yq�mWf��v wۍ:���.��mWj���v wە�n;���v��ێjr�ݨ��N���v��ێjr�]�鶣ځ�mWj���v wۍ:���.��mWj���v wە�n;���v��ێjr�ݨ��N���v��n;���ve�ێhr�]�鶣ځ�m7�춓�r�]�鶣ځ�mWj���v wە�n;���v��w�A]�ۮ�t�Q�@�+5�vT;���JM���n�Qg���%���JM���n�R�mG��ۮ�t�Q�@�4�v2;���v$+����L���n�q![u��u���/�����~�:~�p~9=\n\�>�n�@������k�W���<3��i���O�럿�:����w��ݷ?������w�o����O�������W:_�o|?>��6^�ŏg>����Ǘ���[��e\1�go�x]}:oo�Tdz�.����x�����
���]�����
���ob����j^W��c��<8u<��x�^N�Vݟ��v����=�(���j�����$���j�B�PƨsyC����fy�j��F�Yޠځ��Qj�7�v /o�:�7�.���Q澼A�c.o8�7(V/o���
�����/o@]yy��,oP�@^�(5�T;��7J�����Q���%��7J�����R��A�yy��,oP�@^�u.oH]yy��,oP�@^�(5�T;��7J�����A��!��py�ȱ�A��xy��,o�@^�(5�T;��7F��R�@^�(5�T;��7J�����R��A�yycԹ�!u	��R��A�yy��,oP�@^�(5�T;��7F��R�@^�(5�T;��7J�����B��͊��!��!��xy��,o�@^�(5�T;��7J�����Q���%��7J�����R��A�yy��,oP�@^�u.oH]yy��,oP�@^�(5�T;��7J�����Pߗ7�����Qj�7�v /o���
������
���c��
�K /o���
����fy�j��F�Yޠځ��1�\ސ���F�Yޠځ��Qj�7�v /o���
������
�K /o���
����fy�j��F�Yޠځ��1�\ސ���F�Yޠځ��Q�XޠYq��Qf�7�v /o�:�7�.���Qj�7�v /o���
����fy�j��ƨsyC����fy�j��F�Yޠځ��Qj�7�v /o�:�7�.���Qj�7�v /o���
����fy�j��ƨsyC������
���efy�h��F�Yޠځ��1�\ސ���F�Yޠځ��Qj�7�v /o���
�����/o@]yy��,oP�@^�(5�T;��7J�����Q���%��7J�����R��A�yy��,oP�@\�4�2;�7��$+��7������
ME��_Ǿ���2^�7ǯc�e�����M��Q�l_Z�=�|>=_Ư=�\yA���4��#__И��ۿ����ӟ�����~�凿���_������������o�����ΏO���6
��<��E�>������õrEݟ��v�u��|��>:u<��x�^N//Vݟ��v���t�<?Iu��ځ�����Y���7���n���<Ju<��x�no���1]Q�go�x�no��U���7�<P���ު��7����loýC�G��r{�gi���@;�@�ރ;����P;�@}9=�ڟ���j^W_ϧ���Sdz�.��e��Vݟ��v���}��_�Ƴ7�<P���Q~���P;���g�����S�,�k����
�'����P;�@�ކ�g����P;�@�ކ�U�go�x]=ooÝ�2�gY]�����U���7�<P�N�����P;�@}9=ٟ௏�0+�:y��f��}�ɳ�.���<Yu��ځ��כNݟ��v��������P;�z�ކ�Tdz�.���6�?Hu��ځ��6�����
���m�����
�����ݫ�27�eu	<P/���g<{C����t�l���j�/�G�o���
��loã��3�eu	<P�������7�<P�^q�~Dž͊�;.�w\�@����qAu	�;.Nw\X�@����qDž��;.Nw\X�@����qAu	�;.Nw\X�@����qDž��;.Nw\X�@����qAu	�;.Nw\X�@����qDž��;.Nw\X�@����qAu	�;.��zDžŏat�Ł�+�8s�qa��Q�R�@����qDž��;.Nw\X�@����qDž��;.J�T�@����qDž��;.Nw\X�@����qDž��;.J�T�@����qDž��;.Nw\X�@����qDž��;.
-w\��8��������w\�9�0ځx�ũ���w\��;.�.�x�ũ���w\�:ځx�ũ���w\��;.�.�x�ũ���w\�:ځx�ũ���w\��;.�.�x�ũ���w\�:ځt�š�6+��(r�qA�����3�F;�8u�qa��S�V;�(5w\P]�S�V;�8u�qa��S�V;�(5w\P]�S�V;�8u�qa��S�V;�u�q!u
�;.Nw\X�@����qDž��;.�︰Yqx�E�����w\�:ځx�ũ���w\�:ځx�E�����w\�:ځx�ũ���w\�:ځx�E�����w\�:ځx�ũ���w\�:ځx�E�����w\�:ځt�š�6+�8s�qa��Rs��%�8u�qa��S�V;�8u�qa��Rs��%�8u�qa��S�V;�8u�qa��Rs��%�8u�qa��S�V;�8u�qa��Rs��%��8t���f��g�;.�v �qq���j����K �qq���j���;.�v �qq���j���;.���x�ũ���w\�:ځx�ũ���w\��;.�.�x�ũ���w\�:ځx�ũ��Hw\:�qt�ő�&+�8s�qa���$1w\�u|}�Φ��q�����.��r��,o_u��/�.OWˌg��~��<.���������;�����/�������|��������<"��r��2��|~!pD���#F�GH]���RsD���#J�T;��(5GP�@>" ��#���|D@�9"�j������G��#�v 0�<"@��G��#�v Pj��ځxD@�����G�9��������G��#�v Pj��ځ|D�����K Pj��ځ|D@�9"�j������G�:���������G��#�v Pj��ځ|D�����K Pj��ځxD@�����G��#�v 0�<"@��G��#�v Pj��ځ|D@�9"�j���#�.�|D@�9"�j������G��#�v 0�<"@��G��#�v Pj��ځ|D@�9"�j���#�.�tD@��?���#(VPf� ځ|D@��G@]���RsD���#J�T;��(5GP�@>"`�yD��%��(5GP�@>"��@����RsD���#F�GH]���RsD���#J�T;��(5GP�@<"`� �����"�$+��(3G�@>"��@����Q�R�@>"��@����RsD���#J�T;��u u	�#J�T;��(5GP�@>"��@����Q�R�@>"��@����RsD���#
-GЬ8<"`� �����2sD���#J�T;��(5GP�@>"`�yD��%��(5GP�@>"��@����RsD���#F�GH]���RsD���#J�T;��(5GP�@>" ��#���|D@�9"�j������G:��Yq|D�����K Pj��ځ|D@�9"�j������G�:���������G��#�v Pj��ځ|D�����K Pj��ځ|D@�9"�j������G�:���������G:��Yq|D@�9"�h���#�.�|D@�9"�j������G��#�v 0�<"@��G��#�v Pj��ځ|D@�9"�j���#�.�|D@�9"�j������G��#�v 0�<"@��G:��Yq|D@�9"�h������G�:���������G��#�v Pj��ځ|D@��G@]���RsD���#J�T;��(5GP�@>"`�yD��%��(5GP�@>"��@����RsD���#�2;�(r@�����2sD���#�sxuD�_�~D��f����������e�{o��?��~D�|~�����/���p}Q=�39#�C����7������~���������S�w�������#s�M/2��/�x�������5�g�J����ٷR3�F�y���̾Q�@�}uξI]y���̾Q�@�}+5�oT;g�
-�o4+�g�Ɯ�oB�@�}+5�oT;�g�J����ٷR3�F�y�m�9�&u	�ٷR3�F�y���̾Q�@�}+5�oT;�g�F��oR�@�}+5�oT;�g�J����ٷR3�F�y�m�9�&u	�ٷR3�F�q���1�F��x���̾�@�}uξI]y���̾Q�@�}+5�oT;�g�J����ٷQ���%�g�J����ٷR3�F�y���̾Q�@�}uξI]y���̾Q�@�}+5�oT;�g�J����ٷQ���%�f���g�(~�ٷ��Ŋ�ٷ23�F�y�-���7�k Ͼ���7�ȳo�f��j��[��}�ځ<�6�}����[��}�ځ<�Vjfߨv Ͼ���7�ȳo���7�K Ͼ���7�ȳo�f��j��[��}�ځ8�6hf�dvξ9f�HVϾ���7�ȳo�f��j��ۨs�M�ȳo�f��j��[��}�ځ<�Vjfߨv Ͼ�:gߤ.�<�Vjfߨv Ͼ���7�ȳo�f��j��ۨs�M�ȳo�f��j��[��}�ځ8�V�}�Yq8�6df�DvϾ���7�ȳo�f��j��[��}�ځ<�6�}����[��}�ځ<�Vjfߨv Ͼ���7�ȳo���7�K Ͼ���7�ȳo�f��j��[��}�ځ<�����5�g�J����ٷR3�F�q���1�F��x�m�9�&t	�ٷR3�F�y���̾Q�@�}+5�oT;�g�F��oR�@�}+5�oT;�g�J����ٷR3�F�y�m�9�&u	�ٷR3�F�y���̾Q�@�}+5�oT;�g�F��oR�@�}+5�oT;g�
-�o4+�g������ٷQ���%�g�J����ٷR3�F�y���̾Q�@�}uξI]y���̾Q�@�}+5�oT;�g�J����ٷQ���%�g�J����ٷR3�F�y���̾Q�@�}uξI]q���1�F��x���̾�@�}+5�oT;�g�F��oR�@�}+5�oT;�g�J����ٷR3�F�y�-���7�k Ͼ���7�ȳo�f��j��[��}�ځ<�6�}����[��}�ځ<�Vjfߨv Ͼ���7���o�f�Mf���[�c��d���[��}#ځ<�>0��7��}��qc}<�>~���|c���pz�~ӎ���Lf������_��_~����W���?��������/K��� ~�)|9�)|��+����x����8��q�Q�8��%��qJ�8��q�R3�C�y�Ԍ�P�@�u��H]y�Ԍ�P�@�)t��Ь8�)3�8D;��qF��8R�@�)5�8T;��qJ�8��q�R3�C�yg�9�#u	�q�R3�C�y�Ԍ�P�@�)5�8T;��qF��8R�@�)5�8T;��qJ�8��q�R3�C�yg�9�#u	�q�2�q��p��1�C��x�̌��@�	�}���8�f�j�8N�ǡځ<�Sj�q�v ��:�q�.�<�Sj�q�v �㔚q���8�f�j�8ΨsG���8�f�j�8N�ǡځ<�Sj�q�v ���q���8E�q���8ef�h�8N�ǡځ<�3�Ǒ��8N�ǡځ<�Sj�q�v �㔚q���8��q�K �㔚q���8�f�j�8N�ǡځ<�3�Ǒ��8N�ǡځ<�Sj�q�v ��:�qhV���q���8ef�h�8N�ǡځ<�Sj�q�v ��:�q�.�<�Sj�q�v �㔚q���8�f�j�8ΨsG���8�f�j�8N�ǡځ<�Sj�q�v ���>�u
�q�R3�C�y�Ԍ�P�@�)t��Ь8�s��]y�Ԍ�P�@�)5�8T;��qJ�8��q�Q�8��%��qJ�8��q�R3�C�y�Ԍ�P�@�u��H]y�Ԍ�P�@�)5�8T;��qJ�8��q�Q�8��%��qJ�8��q�B�8͊�q�23�C�yg�9�#u	�q�R3�C�y�Ԍ�P�@�)5�8T;��qF��8R�@�)5�8T;��qJ�8��q�R3�C�yg�9�#u	�q�R3�C�y�Ԍ�P�@�)5�8T;��qF��8R�@�)t��Ь8�)3�8D;��qJ�8��q�Q�8��%��qJ�8��q�R3�C�y�Ԍ�P�@�	�}���8�f�j�8N�ǡځ<�Sj�q�v ��:�q�.�<�Sj�q�v �㔚q���8�f�j�8ΠǑ�q8�S��!Yq<�Sf�q�v ��h�%�q�:�q��%��8��u�+�q������q㙌�.��������Ϳ�<~��z�������)oO��ǟ�����.�l���C���?���7��{�����}��>}3��o	?���/?�莿��������o��|�KT;���BǷ�D����_s~�KB�@���Jͷ�D���_*5����o��|�KT;����Q緿$u	�o��|�KT;����R��E�y��,|Q�@^�u.|I]y��,|Q�@^�*5_T;��J���䅯Q�—�%��J���ą�B��͊ㅯ2��E�y�kԹ�%u	䅯R��E�y��,|Q�@^�*5_T;��F�_R�@^�*5_T;��J���䅯R��E�y�kԹ�%u	䅯R��E�y��,|Q�@^�*5_T;��F�_R�@Z�*s_���1�
-_+������䅯P�������Uj��v /|���/��_�f�j��רs�K��_�f�j��W�Y��ځ��Uj��v /|�:��.���Uj��v /|���/��_�f�j��נY���q��U�X�"Yq��Uf��v /|���/��_�΅/�K /|���/��_�f�j��W�Y��ځ��5�\�����W�Y��ځ��Uj��v /|���/��_�΅/�K /|���/��_�f�j��W�c�f���אY��q��Uf��v /|���/��_�f�j��רs�K��_�f�j��W�Y��ځ��Uj��v /|�:��.���Uj��v /|���/��_�f�j��W��_P�@^�*5_T;��J���ą�B��͊ㅯ1�—�%��J���䅯R��E�y��,|Q�@^�u.|I]y��,|Q�@^�*5_T;��J���䅯Q�—�%��J���䅯R��E�y��,|Q�@^�u.|I]y��,|Q�@\�*t,|Ѭ8^�*3_D;��F�_R�@^�*5_T;��J���䅯R��E�y�kԹ�%u	䅯R��E�y��,|Q�@^�*5_T;��F�_R�@^�*5_T;��J���䅯R��E�y�kԹ�%u	ą�B��͊ㅯ2��E�y��,|Q�@^�u.|I]y��,|Q�@^�*5_T;��J���䅯P�������Uj��v /|���/��_�f�j��רs�K��_�f�j��W�Y��ځ��Uj��v .|
��/��_E��/��_ef�h�—�bዯc_�~��/|�_��?������?�����U��a����/��#�}ݛo|������򿬯���1y������S�|>�):?<��%�����U��^�_7��G���������V_�xɎ; /����#�G���r��?Kr�Ɋ; ����֒!�G�������ty��_A�G���rzy���(�w@>�.oe%C�2Yq�����|
�?�d�]'����GG�G��r���(r�Ɋ; ����?�5��(�w@n?����e�⮓/�O��W��$�v�m?�g�ed<�b������$�G�������*Z�G�������t�⾌�G���rz~���(�w@>���W��(�w@n?�����x�Ɋ�>���~��G�\���'�����Q&+��~���?�d���O�Y���LV��}�q�F�����s��9DV��1dN�Yqx8Lj�n���j����;�O�2s��8��cȜ�!���X�!s+�Ȋ�K9���r��8>�c�\�!���F�!s"�Ȋ�9��}"+���r����4�!s�Ȋ�8��Y"+���27q��8��#�yȎ�s8��5"+o�q��!�c�1`���Xq|G����'p�8DV߿1d��Yq|�Ɛ�}Cd���A��7@v��1d��Yq|�Ɛ9yCd���C��
���n9����q|�Ɛ�tCd��C��
��Gn�7DV_��<pd��y��m����m�6N��1��0wmH�8�js�|?jsL.q|�Ɛ�hCd��=C�
���l�[6DV_��<dd��C�
��7l�6DV�1d��Yq|�F��x
�ǧk��5DV߭1d��Yq|�Ɛ�YCd���!�`
���j�7�Ր�1�o�0�jH�8>Tc�ܩ!���J� � ;�O�2j��8�OcȜ�!���8�!s��Ȋ��4���i��8>Kc�\�!���&�!s��Ȋ�4��="+���r�����!s��Ȋ�;4��"+��qܠ!�c^�^ЀWa|~ƀ�>Cb���C���LJg��3DV_��<:d���C�����f�s3DV�1dn�Yq|iF�����gf�+3DVߘ1dN�Yq|`Ɛ�/Cd��u����q�cr���2��e"+���2ge��8<*c�qS���a|QF�����d�k2DVߒ1dN�Yq|HƐ�#Cd��A�#2@v��1d.�Yq|?Ɛ9Cd���C�v�Ǘc9���q|6Ɛ�Cd���C�d��c�{1DV_��<d��C�R��wb�8���1���07bH�8�#�y Ȏ��0��u"+�o�2�a��8>c�܅!���*� �Q ;�O�2a��8�cȜ�!����!s�Ȋ�K0���`��8>c�\�!����!s�Ȋ�0���"+���r������?�������G_��/DV_|�<�d��C���Ƿ^�S/DVz1d�Yq|��6�~��\��ċ!s�Ȋ��.��y"+���2�]��8��"�y�Ȏ�.��U"+�o�2']��8>�b��s!���s��
-�S.��\���w\�3.$Vq�%�����ˇ�)�\_�W����;���깔���������Oϯ�7��<�#.�q��w����׿������_�����;��O���k#���{�՟��+�����]��9l��⏗
�_LP�@7(5�T;��
F�R�@�8(5T;�WJ���䡃R�t@�y�`�9v u	乃R�w@�y��LP�@=(5�T;�wF��R�@�>(s�>��1�
-�+�����
�P�G���<�Pjv�v /!��)��c�f
�j�¨sA�ȓ�f�j�*B��E�ځ<�Pj��v o#�:��.�<�Pj��v /$�����#	�f%�j�N J��q8�P��J Yq��Pf��v &����ț	����K �&������	�f:�j�xB�YO�ځ��0�P���B��P�ځ��Pjf�v )��%��[
-��1�K �)��=�ȋ
-�fR�j�B�cU�f��V�q<�Pf��v �+��y���fa�j��¨sdA��3�fg�j��B��Z�ځ<�Pj��v �-�:�.�<�Pj6�v �.�������fy�j��B���P�@�_(5�T;�J����B�
-͊��1���%��J���5�R3�@�y���,2P�@�du�2H]y����2P�@^f(5�T;��J�:��}�Q�@��%�'J�F�䕆R3�@�y���,5P�@�ju�5H]y����5P�@\l(tL6Ь8m(3�
D;�wF��
R�@�n(5�
T;��J�|���R��@�y�a�9� u	��R��@�yɡ�L9P�@s(5kT;��F��R�@�t(5�T;�WJͬ��a�R��@�y�a�9� u	�y�BǾ͊ㅇ23�@�y�Ԭ<P�@�yu=H]y��l=P�@^{(5sT;�J����͇P�G���<�Pjv�v /?�������f��j��ès�B���f�j�
-D����ځ<Qj� �v nA�1��sE�=�Njef�h�(��b��c��|x�w����ױC�yry��JÐ<�a�=C������~�u�χ���������������ǟ~����������~y�_~���/��c����J>���DZ=�}=��s>{s�C�C����+/�7�jboΩ�7�jRoN��7�f�QoΑ{o�Ɋ�ޜ3Go���ޜSGo���ޜRӛCu	�ޜSGo���ޜSGo���ޜSGo���ޜRӛCu	�ޜSGo���ޜSGo���ޜSGo���ޜRӛCu	�ޜSGo���ޜSGo���ޜC���G�9E�����9g�����9������9������9��7����9������9������9������9��7����9������9������9������9����k ��:zs�v ��:zs�v �����ج8��)3�9D�@��9u��X�@��9u��X�@��9u��X�@��)5�9T�@��9u��X�@��9u��X�@��9u��X�@��)5�9T�@��9u��X�@��9u��X�@��9u��X�@��)5�9T�@��9u��X�@��9t�ͱYq؛s���1ځ؛Sjzs�.�؛s��ͱځ؛s��ͱځ؛s��ͱځ؛Sjzs�.�؛s��ͱځ؛s��ͱځ؛s��ͱځ؛Sjzs�.�؛s��ͱځ؛s��ͱځ؛s��ͱځ؛Sjzs�.�ԛs�ޛc��7��ћc��7��ћc��7����P]�7��ћc��7��ћc��7��ћc��7g�ٛ#u
�ޜSGo���ޜSGo���ޜSGo���ޜRӛCu	�ޜSGo���ޜSGo���ޜSGo���ޜBGo͎�ޜ#�����9g�����9�p������||ǽ9x���ʗ��������3��]Fo�?��|w�������\P���/��o�w[��{������������w�^��桏/��%��e����rEݟ��v������ͪ��7�<P_NO/���
�⮓��������2���{�d���j��{�x/���j�ۻ���E����P;�z�ކ�Tdz�.���6�?Hu��ځ��6��bQ���7�<P���Ϊ��7���>�Ow�ONϲ������/��?{C����t�l���j�/�G�o���
�������(���gY]��mx����
���m�����aV����g<{���o°��Rϲ���w�p��6�v ~���os�jⷹp��6�v ~����\��ⷹp��6�v ~���os�jⷹp��6�v ~������k�+˯��U��������Kk(��ôH�n��{=�{���L~zg��3׮:O=s���p���F��Qj^s�����p�x�����p�x�����p�x�����Pj^s����p��\�xF��p���+_s���F;_sa���R�@|ͅS�k.X�@|ͅS�k.X�@|ͅS�k.X�@|ͅR�T�@|ͅS�k.X�@|ͅS�k.X�@|ͅS�k.X�@|ͅR�T�@|ͅSS�E������uQ�@��*5u]T;�M]�̎ú�"G]Ɋ㺮2S�E������uQ�@��u�uI]�����uQ�@��*5u]T;��JM]�亮Qg]��%��JM]�亮RS�E������uQ�@��u�uI]�����uQ�@��*5u]T;�
-u]4+뺆L]�Ȏ㺮2S�E������uQ�@��*5u]T;��F�u]R�@��*5u]T;��JM]�亮RS�E���k�Y�%u	亮RS�E������uQ�@��*5u]T;��B��uA]�����uQ�@��*5u]T;�
-u]4+��Ɯu]B�@��*5u]T;��JM]�亮RS�E���k�Y�%u	亮RS�E������uQ�@��*5u]T;��F�u]R�@��*5u]T;��JM]�亮RS�E���k�Y�%u	亮RS�E�����Q�E�⸮���u�@��u�uI]�����uQ�@��*5u]T;��JM]�亮Qg]��%��JM]�亮RS�E������uQ�@��u�uI]�����uQ�@��*5u]T;��JM]�亮Qg]��%�
-u]4+���L]�亮RS�E���k�Y�%u	亮RS�E������uQ�@��*5u]T;��B��uA]�����uQ�@��*5u]T;��JM]�亮Qg]��%��JM]�亮RS�E������uQ�@��4u]2;뺊u]$+���L]���~�T�u�sluݫ�u������N/b
-��8���������ߞ���@�<��uS��o??����_�}��?^^[����I�/�����.����W�=�?�~���'�C�����<�_N_^�7���w�|[}8N/�h��,�K��z:<=Yu{��wԇ����E�۳���>���=��ځo���_�{��gY]w��/���R�g�Q;pG=�2���R�g�Q;pG=�2�Zu{���V�ο��e��v����(���w��QϿ7Vݞ}G������l�۳������qr�x��%pG=�o����;j������x��w��/ý�
g<��ځoW{nοwNͳ���;����� ���w��QϿ��Rݞ}G�����p����;j�l�����R�@^qQjV\P�@^qQjV\P�@\qQ�XqA��x�ŘsŅ�%�W\��T;�W\��T;�W\��T;�W\�:W\H]y�E�YqA�y�E�YqA�y�E�YqA�y�ŨsŅ�%�W\��T;�W\��T;�W\��T;�W\�:W\H]y�E�YqA�q�E�c�͊�ef�����R�@^qQjV\P�@^qQjV\P�@^qQjV\P�@^q1�\q!u	��f����f����f�����R�@^qQjV\P�@^qQjV\P�@^qQjV\P�@^q1�\q!u	�en+.(^�ኋNJ��+.�̊��+.B������R��j�R��j�R��j�Q��K ��(5+.�v ��(5+.�v ��(5+.�v ��u�����R��j�R��j�R��j⊋A��Bf�ኋ"NJ��+.�̊��+.J͊��+.F�+.�.���Ԭ��ځ��Ԭ��ځ��Ԭ��ځ��bԹ�B��+.J͊��+.J͊��+.J͊��+.F�+.�.���Ԭ��ځ��Ԭ��ځ��б�f�ኋ!��Bd��2��h�R��j�R��j�Q��K ��(5+.�v ��(5+.�v ��(5+.�v ��u�����R��j�R��j�R��j�P/+.�����Ԭ��ځ��Ԭ��ځ��б�f��1��K ��(5+.�v ��(5+.�v ��(5+.�v ��u�����R��j�R��j�R��j�Q��K ��(5+.�v ��(5+.�v ��(5+.�v ��u�����R��j⊋BNJ��+.�̊��+.F�+.�.���Ԭ��ځ��Ԭ��ځ��Ԭ��ځ��bԹ�B��+.J͊��+.J͊��+.J͊��+.F�+.�.���Ԭ��ځ��Ԭ��ځ��Ԭ��ځ��bԹ�B��+.
-+.hV��(3+.�v ��(5+.�v ��u�����R��j�R��j�R��j�P/+.�����Ԭ��ځ��Ԭ��ځ��Ԭ��ځ��bԹ�B��+.J͊��+.J͊��+.J͊��+.͊��+.�+.HV��(3+.�v ���o���ۊ��Ǹ?��?��w/��b�I9>��u��6<=��nT���Lv\�c���>}��/�}����?�����������_~>����o߶�����������~����?�����~ss���_?|�����o����>~{�;���"��Ӿ��y~ޛ��|A��ګ���/h_����/h�:��%u	�/h��/hQ�@��V�����/h��/hQ�@��֨�ZR�@��V�����/h��/hQ�@��V�����/h�z���5���Uj��E��Z��ZT;��U���͊�/h�9��%t	�/h��/hQ�@��V�����/h��/hQ�@��֨�ZR�@��V�����/h��/hQ�@��V�����/h�:��%u	�/h��/hQ�@��V�����/h��/hQ�@��֨�ZR�@��V�����/h:��E���Ze�ZD;���5�����%���Uj��E��Z��ZT;���Uj��E��Z��/hI]�Z��ZT;���Uj��E��Z��ZT;���5�����%���Uj��E��Z��ZT;���Uj��E��Z��/hI]�Z��/hѬ8��V�����/h��/hQ�@��֨�ZR�@��V�����/h��/hQ�@��V�����/h�z���5���Uj��E��Z��ZT;���Uj��E��Z��/hI]�Z��ZT;���Uj��E��Z��ZT;��5h��%���ZE�/h��8��V�����/h��!T_���ؾ������������9<�����|A{;�����^��=����O�x:��=l�a=�#���yy��_�����/߿��q{�Z8�w�����h���ǯ���i{}���ۿ9������^�<�^�N{�+y�K�|����l��Obn�\�$�7|^��!u	�
�f���
�f���
�f���
��
R�@��Qj6|P�@��Qj6|P�@��Qj6|P�@��1h6|��8��Q���A��x�G���A�y�G���A�y�ǨsÇ�%�7|��
T;�7|��
T;�7|��
T;�7|�:7|H]y�G���A�y�G���A�y�G���A�y�ǨsÇ�%�7|��
T;�7|��
T;7|:6|Ь8��1d6|��8��Qf6|�@��QjNDQ�@>UjNDQ�@>5�<%u	�Q��D��Q��D��Q��D��Q��QR�@>UjNDQ�@>UjNDQ�@>UjNDQ�@>��D�5�OD��QT;�OD��QT;OD:NDѬ8>5�<%t	�Q��D��Q��D��Q��D��Q��QR�@>UjNDQ�@>UjNDQ�@>UjNDQ�@>5�<%u	�Q��D��Q��D��Q��D��Q��QR�@>UjNDQ�@<U�8E���DT�9E��DԨ�D��%�OD��QT;�OD��QT;�OD��QT;�OD�:ODI]�DT�9E��DT�9E��DT�9E��DԨ�D��%�OD��QT;�OD��QT;�OD��QT;�OD�:ODI]�DT��D͊�Qe�D��Q��D��Q��QR�@>UjNDQ�@>UjNDQ�@>UjNDQ�@>��D�5�OD��QT;�OD��QT;�OD��QT;�OD�:ODI]�DT�9E��DT�9E��DT�9E��DԠ9%���DT��DɊ�Qe�D��Q�C'��9�ѫ�q�{"��9~�����OL�Q��Ϝ�y�qt��O���<���vzwX�x��w�{���aƮ���;?�������O�g�>֫_����p�rN��S�&ǣHv�y:�z��=�d�����$�G�������"2��(��6�p<�^�,V��Q$;n�<��$�=�d������!�G��������G���e���&�?�{G�G������2��(��C��o�=�
r{�Ɋ�!�?�[In�2Yqo�O���[��$����ǣ�GY���������(��C>��u{�Ɋ{�|>n��o#�Q$;n�<%�=�d�����;�x�Ɋ�!�?�{���x�Ɋ{���7���"�(�K�y���=�d������#�G������?Jr{�Ɋ{�<��7�w�<�d�퐧���#�G�����p|���(��C>���Ǔ^�����G��HE��v��O�A�ۣLV�y����:r{�Ɋ�!�?���#�G��������r�xɎ�!�?��;Gn�2Yq;���t���G�����ÿ���(��6yw<�<�߹ƣHv�y:�?��FƣLV��p�y���(��C>���aǣLV�������~�"�q;���'��Q&+n�<����	�'����?���md<�bŽM>���"�q;��'t�s�G����������(��C>���\�Q&+�m��������:E��v����Q�ۣLV�y~���5e��v������5e���&��?�;G�G�����?�߹ƣLV�y��ߺ߹ƣLV�y��%�=�dŽM>��7�w��(��C��|y������ �+��$s�a;�����~���Xqo��nnO��7�<J��C��In�2Yq;��gr��(��C�-Cf[�Ȋ�eA�a ;�ge�U"+�7e�I"+�e�="+��d9�d��8��1d�d��8ޑ1dfd��8�1d6d��8\�bd��0��1�X�!�:��c��+��c��"+�Wc9Gc��8��1dc��8ދ1d�b��8�1d�b��8^�����x&ƐY�!��x#Ɛ��!��x Ɛه!��xF�sȎ�iCf�Ȋ�]Cf�Ȋ�Q#�M��pFx���xƀY�!��xƐ��!��xƐف!��xF�sȎ�	Cf�Ȋ��Cf��Ȋ��Cf��Ȋ��A�� ;�g_��"+�7_��"+�_��"+��^�'/c/���S/�����;/�����#/F/^��‹������.�̺���.�̴���.�̮�ǫ.���.@vO�2�.DV�2s.DV��2[.DV/�r���q<�bȬ�Yq��b�L�Yq<�b��Yq��"�9�d��t�!��Bd��n��l��a<�b�l��Xq��"�9�d��\�!��Bd��V�!3�Bd��P�!��Bd��J� �H��-��B���,��<���,��6���,���,@vϲ2�,DVo�2�,DV�2{,DV��r����q8�bı�B�u�03,$V��2,DV/�r���q<�bȬ�Yq��b�L�Yq<�b��Yq���>y]�'�8�\1dW��8�[1d�V��8[1d�V��8^Z�Z��xfŐYY!��xcŐ�X!��x`Ő�W!��p]E�W��pZ�xcY���0�U1`fUH�8U�]Q�*�!�I��g�E���7�s��?��g~��x&�*����o�~�������_�����_��~��˧/����?�ޜ���!����ӿ~}��������������e�K�����S��n�H]�ZN�9�C��`N���C��fN�9�C��lΠ��#���rN��tɊ��9e�z���9����:��:R�@��Sj��P�@>�Sj.�P�@��Sj��P�@>�3꼧#u	�:����:����:�����:���:R�@��Sj��P�@>�Sj.�P�@��S�8�C����ΐ��#����N�9�C���N���C���N�9�C���Ψ���%���;T;��;T;�o�;T;���:��H]�O�9�C��O���C��O�9�C��O��[<P�@��Sj��P�@>�Sj.�P�@��S�8�C���,Ϙ�.��%�/��<T;����<T;���=T;�O�:o�H]�JO�9�C��PO���C��VO�9�C��\Ϩ�^��%�/����=T;������=T;������=T;�O��:o�H]�zO�9�C��O��͊�>e���3>��;>R�@��SjN�P�@>�Sj��P�@��Sj�P�@>�3��#u	�>�����>�����>�����>���>R�@��SjN�P�@>�Sj��P�@��Sj�P�@>�3��#u	�k?��s?4+�����?D;�o����?T;����:��H]��O�9�C���O���C���O�9�D��P��@P�@�Tj��Q�@>Tj.Q�@�Tj�Q�@>4�$u	�@��$��@��*��@��0���@��6�̎��@E��@$+���AD;�o�^M	��خ�>�	���?�?������k��:~���g���ӏ%���o���n/h<�G~|�q!��߿}���O�>}���7���	����+g�,�����ޫ��2$��y�������>$V;߈���J$V;�^����V$4;ߋ���b$F;_����n$V;ߎ���z$V;_��Լ!	�%ߑ���$V;_����$V;ߔ���$V;_�d���$R�@|_�S��X�@|e�S�;�X�@|k�S�k�X�@|q�R��$T�@|w�S�˓X�@|}�S���X�@z��C�W(�Yq�%e�-J�.��%��)�ځ�*%��w)�ځ�6%���)�ځ�B%��J�.��N%���*�ځ�Z%���*�ځ�f%��W+�ځ�r%���J�.��~%��,�ځ��%��w,�ځ��%���,�ځ��%��MK�.���%���-�ځ��%�n�[b����K��\b��KJ�[�P]�KN/^b���KN�^b���KN�_b��LJ��P]�LN/ab��5LN�ab��MLN�bb��eLJ�ۘP]�}LN/db��LN�db��LN�eb���LJ͛�P]��L���r&����L����b����9^��h�K��:��D���ir�xQ���jr�xW��okr�x]��/lRj�؄���lr�xi���mr�xo��onr�X�`�q�B�Y�@u	�E
-��E
-V;)�:)X�@\�p�X�`�i�B�c�͎�E
-Gn�LV.R8s,R0ځ�H�ԱH�j�"�R�H����N��v .R8u,R�ځ�H�ԱH�j�"�R�H����N��v .R8u,R�ځ�H�ԱH�j�"�R�H����N��v .R8u,R�ځ�H��m��͊�E
-E�E
-$;)�9)�@\�p�X�`�q�©c����E
-�f��%)�:)X�@\�p�X�`�q�©c����E
-�f��%)�:)X�@\�p�X�`�q�©c����E
-��E
-R�@\�p�X�`�q�©c����E
-�n�lV.R(3��.��H�ԱH�j�"�S�"���N��v .R(5��.��H�ԱH�j�"�S�"���N��v .R(5��.��H�ԱH�j�"�S�"���N��v .R(5��.��H�ԱH�j�"�C�E
-6+)�9)�@\�Pj)P]q�©c����E
-��E
-V;)�:)X�@\�Pj)P]q�©c����E
-��E
-V;)�:)X�@\�Pj)P]q�©c����E
-��E
-V;)�:)X�@\�Pj)P]i�¡�"������v .R8u,R�ځ�H��,R���"�S�"���N��v .R8u,R�ځ�HaԹHA���N��v .R8u,R�ځ�H�ԱH�j�"�R�H����N��v .R8u,R�ځ�H�ԱH�j�"�B�"�G���)��8\�p�X�`�q���"�����io�>Ǐ?8�e����gο�<��z�;�W��7'2�3yd[�8�&���������۫~�è�^��?�������ǟ"��Cן��Q���t���xcb{��%pG+J���ȳJ���ȳJ��������dz����ȳJ���ȳJ���ȳF���.�<����n�ځ<����n�ځ<����n�ځ<�!����k �n(5��v �n(5��v �n(5��v �nu�n����R3��j��R3��j��B���dzƜ��.�<����n�ځ<����n�ځ<����n�ځ<�a�9�A�ȳJ���ȳJ���ȳJ���ȳF���.�<����n�ځ<����n�ځ<����n�ځ<�a�9�A�ȳJ�����
-�hV�n(3��v �nu�n����R3��j��R3��j��R3��j��Q���K �n(5��v �n(5��v �n(5��v �nu�n����R3��j��R3��j��R3��j��Q���K �n(s��@�:g78f7P�8��Pff7�@���ev�5�g7���
T;�g7���
T;�g7���
T;�g7�:g7H]yvC���@�yvC���@�yvC���@�yvèsv��%�g7���
T;�g7���
T;�g7���
T;g7��
2;g79f7��8��Pff7�@��Pjf7P�@��0�� u	��
�fv���
�fv���
�fv���
���
R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0�� u	��
�fv���
�fv���
���
4+g7��
";�g7���
D;�g7���
T;�g7���
T;�g7�:g7H]yvC���@�yvC���@�yvC���@�yvèsv��%�g7���
T;�g7���
T;�g7���
T;�g7�z���u
��
�fv���
�fv���
���
4+�g7�9g7]yvC���@�yvC���@�yvC���@�yvèsv��%�g7���
T;�g7���
T;�g7���
T;�g7�:g7H]yvC���@�yvC���@�yvC���@�yvèsv��%�g7���
T;g7:f7Ь8��Pff7�@��0�� u	��
�fv���
�fv���
�fv���
���
R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0�� u	��
�fv���
�fv���
�fv���
���
R�@��P��@��xvC���@�yvC���@�yvèsv��%�g7���
T;�g7���
T;�g7���
T;�g7�z���u
��
�fv���
�fv���
�fv���
���
R�@��Pjf7P�@��Pjf7P�@��Pjf7P�@��0hf7��8��P��@��xvC���@�yv�F$��~�mv�z�bvc�s\�n��Q�;�/O�8�1�f7n���?��x��ǿ��o����������u{����?\y�~�O�;?�Ke>��^}������]T;�+�JMe��ʮBGe͊�ʮ1ge��%�+�JMe��ʮRS�E�����TvQ�@��uVvI]����TvQ�@��*5�]T;�+�JMe��ʮQge��%�+�JMe��ʮRS�E�����TvQ�@��uVvI]����TvQ�@��*tTvѬ8��*3�]D;�+�F��]R�@��*5�]T;�+�JMe��ʮRS�E���k�Y�%u	�ʮRS�E�����TvQ�@��*5�]T;�+�F��]R�@��*5�]T;�+�JMe��ʮRS�E���k�Y�%u	�ʮ2��.��aX�U��Xq\�Uf*��v Wv�z�삺reW���ځ\�Uj*��v Wv���.�ȕ]���.�K Wv���.�ȕ]����jreW���ځ\�5�쒺reW���ځ\�Uj*��v Wv���.���]���Kf�aeW����d�qeW���"ځ\�Uj*��v Wv�:+��.�\�Uj*��v Wv���.�ȕ]����jreר��K�ȕ]����jreW���ځ\�Uj*��v Wv�:+��.�\�Uj*��v Wv���.���]���.���]C��Kd�qeW���"ځ\�Uj*��v Wv���.�ȕ]���.�K Wv���.�ȕ]����jreW���ځ\�5�쒺reW���ځ\�Uj*��v Wv���.�ȕ]�^*����\�Uj*��v Wv���.���]���.�Ǖ]c��.�K Wv���.�ȕ]����jreW���ځ\�5�쒺reW���ځ\�Uj*��v Wv���.�ȕ]���.�K Wv���.�ȕ]����jreW���ځ\�5�쒺reW���ځX�U��Yq\�Uf*��v Wv�:+��.�\�Uj*��v Wv���.�ȕ]����jreר��K�ȕ]����jreW���ځ\�Uj*��v Wv�:+��.�\�Uj*��v Wv���.�ȕ]����jreר��K���]���.�Ǖ]e���hreW���ځ\�5�쒺reW���ځ\�Uj*��v Wv���.�ȕ]�^*����\�Uj*��v Wv���.�ȕ]����jreר��K�ȕ]����jreW���ځ\�Uj*��v Vv
��.���]E��.�Ǖ]e���hre�*�����c��^7d�+����wǧ���_����7�D|>��v+��<��K��Cy&���nm��>}����/_�m�����ǟ�����߿~|����+���?�Hw��;�!��g7����wC^膠ځ�
Qj�!�v wC�:�!�.��
Qj�!�v wC��n������jr7Ĩ�B������jr7D�醠ځ�
Qj�!�v wC�:�!�.��
Q��
A�:�!
-�+��!�L7��n�P/�P�@�(5�T;��!JM7��n�R�
A��b��
!u	�n�R�
A����tCP�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R�
A��b�tC��8�(rtC��8�(3�D;��!JM7��n�Qg7��%��!JM7��n�R�
A����tCP�@�uvCH]���tCP�@�(5�T;��!JM7��n�Qg7��%��!JM7��n�R�
A�����
A��b�tC��8�(3�D;��!JM7��n�R�
A��b��
!u	�n�R�
A����tCP�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R�
A��"�K7�5��!JM7��n�R�
A�����
A��b��
!t	�n�R�
A����tCP�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R�
A��b��
!u	�n�R�
A����tCP�@�(5�T;��!F��R�@�(5�T;�!
-�4+��!�L7��n�Qg7��%��!JM7��n�R�
A����tCP�@�uvCH]���tCP�@�(5�T;��!JM7��n�Qg7��%��!JM7��n�R�
A����tCP�@�uvCH]����
A����tC�@�(5�T;��!F��R�@�(5�T;��!JM7��n�R�
A��"�K7�5��!JM7��n�R�
A����tCP�@�uvCH]���tCP�@�(5�T;��!JM7��n�A�
!�����
A����tC�@��WT7?��
�.b�wC�?��
�}�r��q8vC�3��n�˗/�>}�u��>,ou���ӏ���w�����|��[��/����!^Dn�f� 2O��/b�~_�E�~�� p��j��Q��7�K �~+s;�F�:O�8N�Q�8>�VfN��@>�����5�O����oT;�O����oT;�O����oT;�O��:O�I]��[�9�F���[�9�F���[�9�F���ۨ����%�O����oT;�O����oT;�O����oT;O�
��o2;O�9N���8>�VfN��@>�VjN�Q�@>�6�<�&u	��o������o������o������o���oR�@>�VjN�Q�@>�VjN�Q�@>�VjN�Q�@>�6�<�&u	��o������o������o���o4+O�
��o";�O����oD;�O����oT;�O����oT;�O��:O�I]��[�9�F���[�9�F���[�9�F���ۨ����%�O����oT;�O����oT;�O����oT;�O��z9�u
��o������o������o���o4+�O��9O�	]��[�9�F���[�9�F���[�9�F���ۨ����%�O����oT;�O����oT;�O����oT;�O��:O�I]��[�9�F���[�9�F���[�9�F���ۨ����%�O����oT;O�:N�Ѭ8>�VfN��@>�6�<�&u	��o������o������o������o���oR�@>�VjN�Q�@>�VjN�Q�@>�VjN�Q�@>�6�<�&u	��o������o������o������o���oR�@<�V�8�F����[�9�F���[�9�F���ۨ����%�O����oT;�O����oT;�O����oT;�O��z9�u
��o������o������o������o���oR�@>�VjN�Q�@>�VjN�Q�@>�VjN�Q�@<�6hN���8<�V�8�F����[�9�F���{�HY�~���N����O��?���Z���G~�ħ�㙜~������������g��t�ӗ�_��?�����^]螞�/�]>����+ԝ�����������_��S�����o`�?����;j���G�nϾ�v���t���R�g�Q;�m������70��gY]w��/ÝU�g�Q;pG=�2�I�ǣ��C�
^�����w��y�����V��YV��u��C�y{��oQj��j��C�����ځ���η�����C�����ځ�����!�v �=D�y{��o1�|{�K �=D�y{��oQj*d�v WȔ�
-��2��
-�K UȔ�U�P��
-�G�Ŋ�
-�2S!C��B&�K��5�+dJM���
-�RS!C��B��T�P�@��uV�H]�B��T�P�@��)52T;�+dJM���
-�Qg���%�+dJM���
-�RS!C��B��T�P�@��422;+d�2$+�+d�L���
-�RS!C��Bf�Y!#u	�
-�RS!C��B��T�P�@��)52T;�+dF�2R�@��)52T;�+dJM���
-�RS!C��Bf�Y!#u	�
-�RS!C��B��T�P�@��)tT�Ь8��22";�+d�L���
-�RS!C��B��T�P�@��uV�H]�B��T�P�@��)52T;�+dJM���
-�Qg���%�+dJM���
-�RS!C��B��T�P�@��	�R!u
�
-�RS!C��B��T�P�@��)tT�Ь8��sV�]�B��T�P�@��)52T;�+dJM���
-�Qg���%�+dJM���
-�RS!C��B��T�P�@��uV�H]�B��T�P�@��)52T;�+dJM���
-�Qg���%�+dJM���
-�BG�͊�
-�2S!C��Bf�Y!#u	�
-�RS!C��B��T�P�@��)52T;�+dF�2R�@��)52T;�+dJM���
-�RS!C��Bf�Y!#u	�
-�RS!C��B��T�P�@��)52T;�+dF�2R�@��)tT�Ь8��)32D;�+dJM���
-�Qg���%�+dJM���
-�RS!C��B��T�P�@��	�R!u
�
-�RS!C��B��T�P�@��)52T;�+dF�2R�@��)52T;�+dJM���
-�RS!C��Bf�T���8��)rTȐ�8��)32D;�+d�m'U!�ϱUȮ�Zw�����7V�^���#W��3���^�ö��>�����_?|�6^)����q��5���_���?N/�x\>��i�����^�lVS�/dVS��B��)�?TSP�@��(5�T;��)JM5��j�Qg5��%��)JM5��j�RSMA�����TSP�@��uVSH]����TSP�@��(5�T;��)JM5��j�Qg5��%��)�ܪ)(^�a5E����b�q5E��� ځ\M꥚�������jr5E����ځ\MQj�)�v WS�:�)�.�\MQj�)�v WS��j
-�������jr5Ũ��B�������jr5E����ځ\MQj�)�v VS�j
-���E�j
-���e���hr5E����ځ\M1ꬦ��r5E����ځ\MQj�)�v WS��j
-�����j
-�K WS��j
-�������jr5E����ځ\M1ꬦ��r5E����ځ\MQj�)�v VS:�)hVVS�j
-���e���hr5E����ځ\MQj�)�v WS�:�)�.�\MQj�)�v WS��j
-�������jr5Ũ��B�������jr5E����ځ\MQj�)�v WS�z����r5E����ځ\MQj�)�v VS:�)hVWS�9�)�.�\MQj�)�v WS��j
-�������jr5Ũ��B�������jr5E����ځ\MQj�)�v WS�:�)�.�\MQj�)�v WS��j
-�������jr5Ũ��B�������jb5E����f�q5E��� ځ\M1ꬦ��r5E����ځ\MQj�)�v WS��j
-�����j
-�K WS��j
-�������jr5E����ځ\M1ꬦ��r5E����ځ\MQj�)�v WS��j
-�����j
-�K VS:�)hVWS��j
-�������jr5Ũ��B�������jr5E����ځ\MQj�)�v WS�z����r5E����ځ\MQj�)�v WS��j
-�����j
-�K WS��j
-�������jr5E����ځXM1h�)dvVS9�)HVWS��j
-��Ք������ت)�=���j���X�)��TSn�'c5e<�j������K����~���_��n/��\�7�fts�k��@?~?�Ϝ��?������p<��� ���,�K��z:��Iu{��wԇ���?�nϾ�v��z�e�����;ji��ʨ��X�.��n,���X�v �K�y7����Rjލ�j򻱌:ߍE����Rjލ�j⻱:ލ�f�񻱔�wc!ځ�n,��"�K ��"��D����jrQ�) �ځ\@4�, ��rQ�) �ځ\@Tj
-��v ��"��D��"�K ��"��D����jrQ�) �ځ\@4�, ��RQ�[��0, *pQ�8. *3DD;��B�A]����Q�@. *5DT;��JM���Qg��%��JM���RS@D�����Q�@. uI]����Q�@. *5DT;��JM���AS@$�㰀��Q@D�⸀���@. *5DT;��F�DR�@. *5DT;��JM���RS@D���h�Y@$u	��RS@D�����Q�@. *5DT;��F�DR�@. *5DT;��JM���BG͊��!S@$�㸀���@. *5DT;��JM���Qg��%��JM���RS@D�����Q�@. uI]����Q�@. *5DT;��JM���P/DP�@. *5DT;��JM���BG͊��1g��%��JM���RS@D�����Q�@. uI]����Q�@. *5DT;��JM���Qg��%��JM���RS@D�����Q�@. uI]����Q�@, *tѬ8. *3DD;��F�DR�@. *5DT;��JM���RS@D���h�Y@$u	��RS@D�����Q�@. *5DT;��F�DR�@. *5DT;��JM���RS@D���h�Y@$u	��BG͊��2S@D�����Q�@. uI]����Q�@. *5DT;��JM���P/DP�@. *5DT;��JM���RS@D���h�Y@$u	��RS@D�����Q�@. *5DT;�M�̎��"GɊ��2S@D����ߝSD�[���_@��ۻ��ϧ���wX@�3) >�⟾|��77�������_��?������������O_��w�������2^��_�}����|��x�������?�������W�����Yǧ����ߠ��<t��{���ٿ�`��~é�~����
��~�%�7�:�7X�@��p��`��~á���G���Hv�o8s�o0ځx���q��j���S�����J���K �o8u�o�ځx���q��j���S�����J���K �o8u�o�ځx���q��j���S�����F�����x���q��j���S���H���7ج8��Pf�7]�~é�~����
���
V;�7�:�7X�@��Pj�7P]�~é�~����
���
V;�7�:�7X�@��Pj�7P]�~é�~����
���
V;�7�:�7X�@��Pj�7P]�~é�~����
�n�lV�o8s�o0ځx����o�����S�����N��v �o8u�o�ځx����o�����S�����N��v �o8u�o�ځx����o�����S�����N��v �o8u�o�ځx����o�����C��
6+�7�9�7�@��p��`��~C���@u	��
���
V;�7�:�7X�@��p��`��~è�~��5�7�:�7X�@��p��`��~é�~����
��~�%�7�:�7X�@��p��`��~é�~����
���
4;��7��o0Yqx���q��h��\��
�?��c�ǽ�
�?�|���OL��Ͽ�<�l���
��>�x&�l��q��Ϲ�苍���}���ۧ/����>�|�闿|����_�ZJ�����#�1'��;'�%S�K�C�
�K�o|��%ST�@\2u�X2e�q�ԩcɔ��%S��%SV;�L��%ST�@\2u�X2e�q�ԩcɔ��%S��%SV;�L��%ST�@\2u�X2e�q�ԩcɔ��%S��%SV;�L��%ST�@X2u�%S��h�ԁے)��K��K��v .�u.���⒩Sǒ)��K�NK��v .�:u,��ځ�d��,���⒩Sǒ)��K�NK��v .�:u,��ځ�d��,���⒩Sǒ)��K�NK��v .�:u,��ځ�d�бd�f�ђ�#�%S&+�L�9�L�@\2u�X2e�q�T�Y2Eu	�%S��%SV;�L�:�LY�@\2u�X2e�q�T�Y2Eu	�%S��	�jrF�i ځ܄Qj�0�v 7a�:�0�.�܄Qj�0�v 7a��&��M��&��MC�	Cd�qF�i� ځ܄Qj�0�v 7a��&��M��&�K 7a��&��M��	�jrF�i ځ܄1�l�rF�i ځ܄Qj�0�v 7a��&��M�^�0���܄Qj�0�v 7a��&��M��&��Mc�&�K 7a��&��M��	�jrF�i ځ܄1�l�rF�i ځ܄Qj�0�v 7a��&��M��&�K 7a��&��M��	�jrF�i ځ܄1�l�rF�i ځ؄Q�h Yq܄Qf�0�v 7a�:�0�.�܄Qj�0�v 7a��&��M��	�jrƨ�	C��M��	�jrF�i ځ܄Qj�0�v 7a�:�0�.�܄Qj�0�v 7a��&��M��	�jrƨ�	C��M��&��Me�	�hrF�i ځ܄1�l�rF�i ځ܄Qj�0�v 7a��&��M�^�0���܄Qj�0�v 7a��&��M��	�jrƨ�	C��M��	�jrF�i ځ܄Qj�0�v 6a�&��ME�&��Me�	�hrf����0�9�&�u�d�	��9�&̑�0/�4�x�&�xdk��e���o߿��ӿ�
�����Y���󧿜���_?���*��^�x�|��m���n�
3"�1"W�
��"�v 7D�����
�Ά�K 7D�����
��!�jrCD�i��ځ�1�l���rCD�i��ځ�Qj"�v 7D�����
�Ά�K 5D��5DP�Æ�GCŊㆈ2�A��!"�KC�5�"JMC�䆈R�A��!��4DP�@n�u6DH]�!��4DP�@n�(5
T;�"JMC�䆈QgC��%�"JMC�䆈R�A��!��4DP�@l�4
2;"�
$+�"�LC�䆈R�A��!b��!u	䆈R�A��!��4DP�@n�(5
T;�"F�
R�@n�(5
T;�"JMC�䆈R�A��!b��!u	䆈R�A��!��4DP�@l�(t4DЬ8l�2
";�"�LC�䆈R�A��!��4DP�@n�u6DH]�!��4DP�@n�(5
T;�"JMC�䆈QgC��%�"JMC�䆈R�A��!��4DP�@n���u
䆈R�A��!��4DP�@l�(t4DЬ8n�s6D]�!��4DP�@n�(5
T;�"JMC�䆈QgC��%�"JMC�䆈R�A��!��4DP�@n�u6DH]�!��4DP�@n�(5
T;�"JMC�䆈QgC��%�"JMC�Ć�BGC͊ㆈ2�A��!b��!u	䆈R�A��!��4DP�@n�(5
T;�"F�
R�@n�(5
T;�"JMC�䆈R�A��!b��!u	䆈R�A��!��4DP�@n�(5
T;�"F�
R�@l�(t4DЬ8n�(3
D;�"JMC�䆈QgC��%�"JMC�䆈R�A��!��4DP�@n���u
䆈R�A��!��4DP�@n�(5
T;�"F�
R�@n�(5
T;�"JMC�䆈R�A��!b�4D��8l�(r4D��8n�(3
D;�"�U��ϱ5D�>���nCd�s�m�J��;<��!2�"��!���O��~�m)��������r�������?�����ק���?�����W�������3���a���"�k�?�P�@�(55T;�kF�5R�@�(55T;�kJM�����RS#@��F`�Y# u	��2���aX#P��Xq\#Pfj�v ��z���r�@���ځ\#Pjj�v �����5���K �����5��F�jr�@���ځ\#0���r�@���ځ\#Pjj�v �����5��F@f�a�@��F�d�q�@�� ځ\#Pjj�v ��:k�.�\#Pjj�v �����5��F�jr����F@��5��F�jr�@���ځ\#Pjj�v ��:k�.�\#Pjj�v �����5����5C�F@d�q�@�� ځ\#Pjj�v �����5���K �����5��F�jr�@���ځ\#0���r�@���ځ\#Pjj�v �����5�^j���\#Pjj�v �����5����5c��K �����5��F�jr�@���ځ\#0���r�@���ځ\#Pjj�v �����5���K �����5��F�jr�@���ځ\#0���r�@���ځX#P��Yq\#Pfj�v ��:k�.�\#Pjj�v �����5��F�jr����F@��5��F�jr�@���ځ\#Pjj�v ��:k�.�\#Pjj�v �����5��F�jr����F@��5����5e�F�hr�@���ځ\#0���r�@���ځ\#Pjj�v �����5�^j���\#Pjj�v �����5��F�jr����F@��5��F�jr�@���ځ\#Pjj�v ����5E���5e�F�hr��N�E��?�V#������������p��z�E����?P/���xx:����O���L���;�����?���o��r_.Q^�����I����w����;]����wO����C~�9�P�g�Q;�m��x�?�g��gY]w�������=��ځ;����N�?}Ǭ���k����ܞ}������
n�:�eu	�Q�T��7��ځ�F��,�v ��E�y#��od1�|#�K ��E��R�ځ\�Rj�T�v W���*��U*��*�K W���*��U*��J�jr�J��R�ځ\�2�R��R�J�[�
-��0�R)pT�P�8�R)3U*D;��TB�T�@]�J��T�P�@�R)5U*T;��TJM�
-��*�Qg���%��TJM�
-��*�RS�B��J��T�P�@�RuV�H]�J��T�P�@�R)5U*T;��TJM�
-��*�AS�"��J��Q�B��J��T��@�R)5U*T;��TF�U*R�@�R)5U*T;��TJM�
-��*�RS�B��Je�Y�"u	�*�RS�B��J��T�P�@�R)5U*T;��TF�U*R�@�R)5U*T;��TJM�
-��*�BG�
-͊�*�!S�"��J��T��@�R)5U*T;��TJM�
-��*�Qg���%��TJM�
-��*�RS�B��J��T�P�@�RuV�H]�J��T�P�@�R)5U*T;��TJM�
-��*�P/U*P�@�R)5U*T;��TJM�
-��*�BG�
-͊�*�1g���%��TJM�
-��*�RS�B��J��T�P�@�RuV�H]�J��T�P�@�R)5U*T;��TJM�
-��*�Qg���%��TJM�
-��*�RS�B��J��T�P�@�RuV�H]�J��T�P�@�R)tT�Ь8�R)3U*D;��TF�U*R�@�R)5U*T;��TJM�
-��*�RS�B��Je�Y�"u	�*�RS�B��J��T�P�@�R)5U*T;��TF�U*R�@�R)5U*T;��TJM�
-��*�RS�B��Je�Y�"u	�*�BG�
-͊�*�2S�B��J��T�P�@�RuV�H]�J��T�P�@�R)5U*T;��TJM�
-��*�P/U*P�@�R)5U*T;��TJM�
-��*�RS�B��Je�Y�"u	�*�RS�B��J��T�P�@�R)5U*T;�TM��̎�*�"G�
-Ɋ�*�2S�B��JE Q��ϱU��>���n�j�s���|w���T��N���������U��P��T�L��~���ÿ�|�鷏�U���?���G<��F���2�\�ç�W�W�~������zR�@��Wj��Q�@��Wj��Q�@��Wj��Q�@��7꼪'u	��zenW�(^��U��U=��W���U=��W�B�\Ճ��U�RsU�j�U�RsU�j�U�RsU�j�U�Q�U=�K _�+5W��v _�+5W��v _�+5W��v _�u^Փ��U�RsU�j�U�RsU�j�U�RsU�j�U�AsUOf��U�"�U=��W���U=��W�J�U=��W�F�W��.�|U��\գځ|U��\գځ|U��\գځ|Uo�yUO��W�J�U=��W�J�U=��W�J�U=��W�F�W��.�|U��\գځ|U��\գځxU��qU�f��U�!sUOd��U�2sU�h�U�RsU�j�U�RsU�j�U�Q�U=�K _�+5W��v _�+5W��v _�+5W��v _�u^Փ��U�RsU�j�U�RsU�j�U�RsU�j�U�P/W����|U��\գځ|U��\գځxU��qU�f��U�1�U=�K _�+5W��v _�+5W��v _�+5W��v _�u^Փ��U�RsU�j�U�RsU�j�U�RsU�j�U�Q�U=�K _�+5W��v _�+5W��v _�+5W��v _�u^Փ��U�RsU�j�U�B�U=��W���U=��W�F�W��.�|U��\գځ|U��\գځ|U��\գځ|Uo�yUO��W�J�U=��W�J�U=��W�J�U=��W�F�W��.�|U��\գځ|U��\գځ|U��\գځ|Uo�yUO��W�
-W�hV_�+3W��v _�+5W��v _�u^Փ��U�RsU�j�U�RsU�j�U�RsU�j�U�P/W����|U��\գځ|U��\գځ|U��\գځ|Uo�yUO��W�J�U=��W�J�U=��W�J�U=��W��U=��W��W�HV_�+3W��v _���z��U��ǀ�������N۟���o�|����Ï[��6#�������a������?�|���ׯ����[G�����������_>}����������vux���o��������Wo�K�=����wu?���/o^g_���_g�� p�M�H���ܮ�Q���l��l+������lD;����z��u
��l��:���l��:���l��:���l���lR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6��&u	��l��:���l��:���l��:���l��:�̎��lE��l$+������lD;������lT;����:��I]�:[���F��:[���F��:[���F��:ۨ�:��%������lT;������lT;������lT;����:��I]�:[���F��:[���F��:[��:͊��lC�:�Ȏ��le�:���l��:���l��:���l���lR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6��&u	��l��:���l��:���l��:���l�^��A]�:[���F��:[���F��:[��:͊��lc��lB�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6��&u	��l��:���l��:���l��:���l���lR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@��6��&u	��l��:���l���l4+������lD;����:��I]�:[���F��:[���F��:[���F��:ۨ�:��%������lT;������lT;������lT;����:��I]�:[���F��:[���F��:[���F��:ۨ�:��%��:��Ѭ8��Vf���@��Vj��Q�@��6��&u	��l��:���l��:���l��:���l�^��A]�:[���F��:[���F��:[���F��:ۨ�:��%������lT;������lT;������lT;��
��l2;��9����8��Vf���@���?V���9��쫏��{���9�xw|:ܝ��<?>����nN����ۛ��<���x����֏x<�C�����K��=������?��������>�x���^�����@^�7���w��Q�O�Vݞ}G���է��t���Q6;n�<����2�g�A;pG=��Xu{��wԧ����nϾ�v�����p���Fϲ���U�g�Q;pG}8�>�Iu{��w��/���(u{���n&ܜgQ]w��/��A�۳����^�D�۳�����Vݞ}G���������ɩ�YV���txx~����;j��x����;j�O�����;fŽM��G�N�et	�QϿVݞ}G����kp+���w��QϿ
-w'�nϾ�v������p��x��%pG=�2��Iu{��w��/�Q��3�}G�����pc���w�|[�;n��os�YV���t����g�Q;pG}8�<Zu{��wԧý���x���V�Ͽ��7��,�K��z�e�����;j��_�7���ẘ�!Ͽ'��x���Vο�Rϲ���_���mn<��ځ;��W�ƪ۳���>��os��w�|[}�9<?���gY]w����Ѫ۳���n����w��Q����W�ځ��@��W���+��W�ځ��@����v �"P��@�y�¨s���%�F(���P�x�#
-#(V�P(3#�v �P�2B��#J���#J���#J���#F�#�.�<B�ԌP�ځ<B�ԌP�ځ<B�ԌP�ځ<Ba�9BA��#J���#J���#J���#���#�#HV�P(3#�v �P(5#�v �Pu�P����R3B�j��R3B�j��R3B�j��Q��K �P(5#�v �P(5#�v �P(5#�v �Pu�P����R3B�j��R3B�j��B���#����#����#J���#J���#F�#�.�<B�ԌP�ځ<B�ԌP�ځ<B�ԌP�ځ<Ba�9BA��#J���#J���#J���#B��P����R3B�j��R3B�j��B���#Ɯ#�.�<B�ԌP�ځ<B�ԌP�ځ<B�ԌP�ځ<Ba�9BA��#J���#J���#J���#F�#�.�<B�ԌP�ځ<B�ԌP�ځ<B�ԌP�ځ<Ba�9BA��#J���#
-#hV�P(3#�v �Pu�P����R3B�j��R3B�j��R3B�j��Q��K �P(5#�v �P(5#�v �P(5#�v �Pu�P����R3B�j��R3B�j��R3B�j��Q��K �P(t�P�Yq<B�̌P ځ<B�ԌP�ځ<Ba�9BA��#J���#J���#J���#B��P����R3B�j��R3B�j��R3B�j��Q��K �P(5#�v �P(5#�v �P(5#�v �P4#dv�P(r�P Yq<B�̌P ځ<B����F(�sl#WF(�?�����\�����l��k���ӏ
-8<]������/��t�������{�������endstream
+xڜ�O�l�}e7ק�0����ՒZa��h�(y���&^S��������o�{��ڧ�\��@d�z�|/A��v�������7����e�?������o��os�͟�����<�xxz:�?�o����������~��w����^{��p9=<��绗��������ǿ�����������?��o�P�����������t>}���ǻo���/������������O?}�����?����������y��n}M����t�K��������桏/���<�Ow�O�^�g�x����z9=�<K���
k�O��gkݟ�am��u�+��EZ�goXx����
���:�e�<�noÃ���ް6����
R�����(����oJʹ?{C���֧�=����,[��u{��Һ?{�����.�Y���
k�/��׋���ް6��y���"�
+ϲuX�g�ֺ?{�����������ް6����
����x����׭/��� ��Y�.���6\䏹��
k���p/̍goXx`�ކ����ް6��u{�䏹�,[��u{����Ə������"�>z�X�����p���^�^��N/��GM�E�
+<�^N�'kݟ�am��u{/Һ?{�����:���
k�[���p���,[��u{��u������m8?I���
k��xg���7�
�n��A�����˳l]���i�� ���7�
<�>����u����֗�?��bݟ�am�u�e{�_L���l܁r{�W�Go(w��ހ��t��ސ6������f<{����և�-����,[��u{��g�x������m��goXx`}9�_�u����׭�w���ߛ�,[���r:ۿA�goXx`}<==Y���
k����(ƍgoXx����
��x������
kݟ�am��u{��ϸ��
k��� ���?z�Y�����=�?o�GYٸ���Y���
i����W��;��am����t�b���7�
�n}�;=>˟q�Y�.���t�$ڌgoXx`�ކGkݟ�am��u{�ϸ��
k�[_���"��Y�.���6�˟q���X���,ƍgoXx`�ކ;kݟ�am�U���������˳h]���ӫ�3�<{��������Z�goXx`}>�?��p���Gk�e�<�n������ް6�����Һ?{�����.\.Һ?{�������m����,[��u{�Һ?{�����6�=J���
k�ϧ�Wkݟ�am�u���tyq?��,[�����"�N��
k���˓���ް6����
����x����׭�� �N�,[��u{.ֺ?{�����6ȿ5��p�@����$�ސ6��q{��:�e�<�n�<;ɳ7�
<�>����I��am������b���7�
�n}�;�˳�<��x`�?=˳�<{�����6<Z���
k��� �N��
k�[���A���Y�.���6�[���
k��� �N��
k��� �N��
k�[_�N�WiϲuX�OOV�����(Ogy|�goHx`}>==[���
k�[_��@��Y�.���.��<{�����6<X���
k��� �O��
k�ZﶷA~��gѺ���p�����X��A����X�O��ϙ��
k�[�w�;L�Y�.����Q����XOwOֺ?{�����6�`"�ް6��~{�q�G�ٸ��<H��Go(w����YK���X�7���I���zc�x�r��w�
+�^?�������?f}nԾ�Q�=7jO�ϟ��=6jy�Q�������_ը}��O5j�r��Ǘ{ب]y!ǍZ 6j�:5�65g�[�����F��
�FMYӨ�ub�欣Qck�QsҽQcg�Qs�Ѩ���ب)k5�.@lԜu4jlm 6j�:5�65g�[�����QC��F�YG���b�欣Qck�Qs�Ѩ���ب)k5�.@lԜu4jlm 6j�:5�65g�[�����QC��F�9�6jl��F�	�F����F�9G���b�f��Q#�
+�F�YG���b�欣Qck�Qs�Ѩ���ب)k5�.@lԜu4jlm 6j�:5�65g�[�����QC��F�YG���b�欣Qck�Qs�Ѩ���Ԩ)�h���8jԜro�XY8lԜs4j,m 6j�:5�65eM��������F��
�F�YG���b�欣Qck�QS�4jh]�ب9�h���@lԜu4jlm 6j�:5�65eM��������F��
�F�YG���R��{����Q����QCe�Qs�Ѩ���ب9�h���@lԜu4jlm 6jʚF
�5g�[�����F��
�F�YG���b���i�к��Qs�Ѩ���ب9�h���@lԜu4jlm 6j�:5��@lԜu4jlm 6j�:5�6�5'�5v5�L��������F��
�F�YG���b�欣Qck�QS�4jh]�ب9�h���@lԜu4jlm 6j�:5�65eM��������F��
�F�YG���b�欣Qck�QS�4jh]�ب9�h���@jԜto��Y8lԜs4j,m 6jʚF
�5g�[�����F��
�F�YG���b���i�к��Qs�Ѩ���ب9�h���@lԜu4jlm 6jʚF
�5g�[�����F��
�F�YG���b���i�к��QsҽQcg�Qs�Ѩ���ب9�h���@lԔ5�Z 6j�:5�65g�[�����F��
�F�Xg�F������F��
�F�YG���b�欣Qck�QS�4jh]�ب9�h���@lԜu4jlm 6j�:5�6�5%�:G��S�+���s�F��
�F
+Ө�����Ǘ�p>j��u,�ڍ�Q{�����Ù���{�v��?��L���|���J�v��]NO��j���W��(��t:��0��B�X�goXx`���&�Ck9�3֙�ur�������@��59Z�9��&�Ck9�3֙�ur�������@��t�x�,�xʙ�
��Xg�G��9��&�Ck9�S��xhm �xʚ�
��Xg�G��9��&�Ck9�S��xhm �xʚ�
��Xg�G��9��&�Ck9�S��xhm �xʚ�
��Xg�G�H9�r�9?�0�S‘㡱p��)gr<�6�s<a}����9�S��xhm �xʚ�
�OY�㡵������Ⱥ�9�S��xhm �xʚ�
�OY�㡵������Ⱥ�9�S��xhm �xʚ�
�OY�㡵���ir<r6s<�9*�9�r&�Ci9�S��xhm �x�:s<�.@��59Z�9��&�Ck9�S��xhm �x�:s<�.@��59Z�9��&�Ck9�S��xhm �x�:s<�.@��59Z�9��&�Ck1�Sґ㡳p��er<R6�s<�L���r�������@��59Z�9������s<eM���r�������@��59Z�9������s<eM���r�������@��59Z�9����x`]���)kr<�6�s<eM���b���#�Cg�8�3Ι�tr�������@��59Z�9��&�Ck9�3֙�ur�������@��59Z�9��&�Ck9�3֙�ur�������@��59Z�9��&�Ck9�3֙�ur�������@��t�x�,�xʙ�
��Xg�G��9��&�Ck9�S��xhm �xʚ�
��Xg�G��9��&�Ck9�S��xhm �xʚ�
��Xg�G��9��&�Ck9�S��xhm �xʚ�
��Xg�G��9������O9�㡴���)kr<�6�s<c�9Y �xʚ�
�OY�㡵���)kr<�6�s<a}����9�S��xhm �xʚ�
�OY�㡵������Ⱥ�9�S��xhm �xʚ�
�OY�㡵���ir<r6s<�9*�9�r&�Ci9�;��T���c��>�������u|���۟��W�m?u���=��^^����L�c�����_~���ޏ_~�����ߺ����wŕ߲�׃߲���t�z��/1}|���/�rzy��B�X�goXx`}:]���FY�goXx`}9��[���
k�[_�bJ'�eg���{p>K���
i��{pg���7�
<����_�����
k�[_ϧ�����x����z9=?[���
k�O����eݟ�am��u{���FY�goXx����ކgͳh]���m�<I���
k���p�,���7�
<�no��Z�goXx�z�ކ;�c.ϲuX/���Wiݟ�am����t~�����X_NO�7��7�����?����N�e�<�n������ް6������Һ?{�����.<\�u����
��p���,[��u,V(k&0��@��P�L`���<�����@ky�X�Y O`(k&0��@��P�L`���<�����@ky�X�Y O`(k&0��@��P�1������rf�
�	c�d]�<�����@kyCY3������f�
�	c�d]�<�����@kyCY3������f�
�	c�d]�<�����@kyCY3������f�
�	c�d]�4����?�pC	��ʙ	�6�'0��}�+�'0�5hm O`(k&0��@��P�L`���<�a�s���'0�5hm O`(k&0��@��P�L`���<�a�s���'0�5hm O`(k&0��@��P�L`���8�a��� g�pC)�*�ʙ	�6�'0�5hm O`�� ��	e�Z�ʚ	�6�'0�5hm O`�� ��	e�Z�ʚ	�6�'0�5hm O`�� ��	e�Z�ʚ	�6'0�tL`��p8�a��� e�xC93������f�
�	e�Z��:'0Ⱥ�yCY3������f�
�	e�Z��:'0Ⱥ�yCY3������f�
�	e�Z���>���ʚ	�6�'0�5hm N`(��@g�x�8�I O`(k&0��@��P�L`���<�����@ky�X�Y O`(k&0��@��P�L`���<�����@ky�X�Y O`(k&0��@��P�L`���<�����@ky�X�Y O`(k&0��@��P�1������rf�
�	c�d]�<�����@kyCY3������f�
�	c�d]�<�����@kyCY3������f�
�	c�d]�<�����@kyCY3������f�
�	c�d]�8���c���	��J�ʚ	�6�'0�uN`�u���f�
�	e�Z�ʚ	�6�'0��}�+�'0�5hm O`(k&0��@��P�L`���<�a�s���'0�5hm O`(k&0��@��P�L`���8�a��� g�pC)�*�ʙ	�6�'0p�����}��ˀ	��������r��ϯ�_Po�����xy�^T���LF0�c�o�a~��I��������ߍ������:q���}x��q��qZ�q���8����8eM��r������@��5qZ�q���8����8eM��b��#�Cg�8�S��q(m �q�:�8�.@��5qZ�q��&�Ck9�S��qhm �q�:�8�.@��5qZ�q��&�Ck9�S��qhm �q�:�8�.@��5qZ�q��&�Ck9�S��qhm �q�:�8�.@��s�����q��8���8N9ǡ���	�{��q��&�Ck9�S��qhm �qʚ8�
�8�XgG��q��&�Ck9�S��qhm �qʚ8�
�8�XgG��q��&�Ck9�S��qhm �qʚ8�
�8�HǑ�q�)��PY8��3qJ�q��&�Ck9�3�Ǒur������@��5qZ�q��&�Ck9�3�Ǒur������@��5qZ�q��&�Ck9�3�Ǒur������@��5qZ�q���8���8�(Ǒ�q�)g�8�6��8eM��r������@��u�qd]��)k�8�6��8eM��r������@��u�qd]��)k�8�6��8eM��r������@���=��
+�8NYǡ���)k�8�6�8%q:�q�q�8����8eM��r������@��5qZ�q���8����8eM��r������@��5qZ�q���8����8eM��r������@��5qZ�q���8����8eM��b��#�Cg�8�S��q(m �q�:�8�.@��5qZ�q��&�Ck9�S��qhm �q�:�8�.@��5qZ�q��&�Ck9�S��qhm �q�:�8�.@��5qZ�q��&�Ck9�S��qhm �q�:�8�.@��t�q�,�qʙ8�
�8NYǡ�����Ⱥ�9�S��qhm �qʚ8�
�8NYǡ���	�{��q��&�Ck9�S��qhm �qʚ8�
�8�XgG��q��&�Ck9�S��qhm �qʚ8�
�8�HǑ�q�)��PY8��3qJ�q�q٥�8|{��e@w�:��8n�NǍg�ݏ8�~����:��W���yѻ�s ����׭@^��>���@���@�
�@�Xg G�ȁ��&�Ck9�S�rhm rʚ@�
�@�Xg G�ȁ��&�Ck1�S�ȡ�p�)g9�6�9c��Y rʚ@�
�@NYȡ���)k9�6�9c��Y rʚ@�
�@NYȡ���)k9�6�9c��Y rʚ@�
�@NYȡ���)k9�6�9c��Y rʹrh��@N	G ���q ��	�P�@��=��
+�@NYȡ���)k9�6�9eM ��r g�3�#��@NYȡ���)k9�6�9eM ��r g�3�#��@NYȡ���)k9�6�9eM ��b g�	���8�rr�,rʙ@�
�@NYȡ�����Ⱥ�9�S�rhm rʚ@�
�@NYȡ�����Ⱥ�9�S�rhm rʚ@�
�@NYȡ�����Ⱥ�9�S�rhm rʚ@�
�@NIG ���a g�	�H�8�3�Jȁ��&�Ck9�S�rhm r�:9�.@�5�Zȁ��&�Ck9�S�rhm r�:9�.@�5�Zȁ��&�Ck9�S�rhm r��ȁur ��	���@�5�Z�����@���@�8g G�ȁ��&�Ck9�S�rhm rʚ@�
�@�Xg G�ȁ��&�Ck9�S�rhm rʚ@�
�@�Xg G�ȁ��&�Ck9�S�rhm rʚ@�
�@�Xg G�ȁ��&�Ck1�S�ȡ�p�)g9�6�9c��Y rʚ@�
�@NYȡ���)k9�6�9c��Y rʚ@�
�@NYȡ���)k9�6�9c��Y rʚ@�
�@NYȡ���)k9�6�9c��Y rJ:9t�9�L ��r ��	���@�urd]��)k9�6�9eM ��r ��	���@��=��
+�@NYȡ���)k9�6�9eM ��r g�3�#��@NYȡ���)k9�6�9eM ��b g�	���8�rr�,rʙ@�
�@��R���=���2.�����X�����n�I�ȁ�x&��er��/Dž�w�o�}����|~G^/�^�Y��˞�؇�}\�}~!P����\�)k�1�6��1eM5��r5f��#��jLYS����X�)���Y8�Ɣ3�J�՘��j����1eM5��r5������@�Ɣ5�Z�՘��j����1eM5��r5������@�Ɣ5�Z�՘��j����1eM5��r5������@�Ɣ5�Z�՘��j����1�ܫ14~�a5���Cc�S�Tc(m Wc��^��ur5������@�Ɣ5�Z�՘��Ck�3�Y��ur5������@�Ɣ5�Z�՘��Ck�3�Y��ur5������@�Ɣ5�Z�՘��Ck�3�Tc�lVcJ9�1T��1�L5��r5������@�ƌuVcd]�\�)k�1�6��1eM5��r5������@�ƌuVcd]�\�)k�1�6��1eM5��r5������@�ƌuVcd]�\�)k�1�6��1eM5��b5���Cg�3�Tc�lWcʙj�
�jLYS����\�)k�1�6��1c��Y Wcʚj�
�jLYS����\�)k�1�6��1c��Y Wcʚj�
�jLYS����\�)k�1�6��1a}�����S�Tchm Wcʚj�
�jLIG5���q5f��#��jLYS����\�)k�1�6��1eM5��r5f��#��jLYS����\�)k�1�6��1eM5��r5f��#��jLYS����\�)k�1�6��1eM5��r5f��#��jLYS����X�)���Y8�Ɣ3�J�՘��j����1eM5��r5������@�Ɣ5�Z�՘��j����1eM5��r5������@�Ɣ5�Z�՘��j����1eM5��r5������@�Ɣ5�Z�՘��j���1%�:�՘r�Ci�S�Tchm Wc�:�1�.@�Ɣ5�Z�՘��Ck�S�Tchm Wc��^��ur5������@�Ɣ5�Z�՘��Ck�3�Y��ur5������@�Ɣ5�Z�՘��Ck�3�Tc�lVcJ9�1T��1�L5��r5v\;�j_�^�}xP����>py�S�Z������[��/�����/h<�G�fl�����o_�;?~����������_�;��ۿ�˗O����u����7t�c��M{����|>]�%���C_����|9���|~!W���7�
<�>�.o����7�
<���^�u����׭/��p����l܁r{�g�ܟ�!m��u{�u����֗����ݟ�am�u���t���cϲuX/��gkݟ�am����t�� ���7�
<�no���(���
k�7w����y�+����
�'iݟ�am��u{u������m8[���
k�[���p�~��Y�.������*���7�
<�>��/ֺ?{��������}�pו�������ɳ,]���=x�����X����^Z�goXx`�ޅ�����ް6��+~���"��Y�.���6�?H���
k��;��5_����(+k�D�
�/Q6�9�A��sʚ9�6��0�5shm �a(k�0��@��0�9�A��sʚ9�6�0�t�a��p<�����@iy�X�Y �a(k�0��@��P��a���<�����@ky�X�Y �a(k�0��@��P��a���<�����@ky�X�Y �a(k�0��@��P��a���<�����@ky�X�Y �a(�>��Ə0��P�1������rf�
�9a}����
+�9e�Z�sʚ9�6��0�5shm �a�� ��9e�Z�sʚ9�6��0�5shm �a�� ��9e�Z�sʚ9�6��0�5shm �ai�0��8��P�1������rf�
�9e�Z�s�:�0Ⱥ�yCY3������f�
�9e�Z�s�:�0Ⱥ�yCY3������f�
�9e�Z�s�:�0Ⱥ�yCY3������f�
�9%s�,�ae�0H�8��P��a���<�����@kyCY3�������9�.@��P��a���<�����@kyCY3�������9�.@��P��a���<�����@kyCY3��������a�u���f�
�9e�Z�sJ:�0�Y8��0�9�A��sʚ9�6��0�5shm �a(k�0��@��0�9�A��sʚ9�6��0�5shm �a(k�0��@��0�9�A��sʚ9�6��0�5shm �a(k�0��@��0�9�A��sʚ9�6�0�t�a��p<�����@iy�X�Y �a(k�0��@��P��a���<�����@ky�X�Y �a(k�0��@��P��a���<�����@ky�X�Y �a(k�0��@��P��a���<�����@ky�X�Y �a(��@g�xC93������f�
�9c�sd]�<�����@kyCY3������f�
�9a}����
+�9e�Z�sʚ9�6��0�5shm �a�� ��9e�Z�sʚ9�6��0�5shm �ai�0��8��P�1������rf�
�9��=5���c����2`��u��_�|�pz���(�g� ������o�������ǟ����߿T����xx���{{��\������A���\�����w+�f~5����9n6>�h6��@n6�u6d]��l(k�
�6��
eM���r���i6��@n6�u6d]��l(k�
�6��
eM���r���i6��@n6�u6d]��l(��l��#�
%��͆r��@i����f�+��
eM���r���i6��@n6�5�Z�͆��f����
eM���r���i6��@n6�5�Z�͆��f����
eM���r���i6��@n6�5�Z�͆��� g��P��l��p�l(g�
�6��
eM���r�a��� ��fCY�l����l(k�
�6��
eM���r�a��� ��fCY�l����l(k�
�6��
eM���r�a��� ��fCY�l����l(k�
�6�
%�:�͆Q�� e��P�4(m 7ʚf�
�fCY�l����l�l6Ⱥ���P�4hm 7ʚf�
�fCY�l����l�l6Ⱥ���P�4hm 7ʚf�
�fCY�l����l�{���͆���@k��P�4hm 6J:�
t��
��I 7ʚf�
�fCY�l����l(k�
�6��
c��Y 7ʚf�
�fCY�l����l(k�
�6��
c��Y 7ʚf�
�fCY�l����l(k�
�6��
c��Y 7ʚf�
�fCIG����q���i6P�@n6�u6d]��l(k�
�6��
eM���r���i6��@n6�u6d]��l(k�
�6��
eM���r���i6��@n6�u6d]��l(k�
�6��
eM���r���i6��@n6�u6d]��l(�h6�Y8n6�3�J�͆���@k��0��l�ur���i6��@n6�5�Z�͆���@k����f�+��
eM���r���i6��@n6�5�Z�͆��f����
eM���r���i6��@n6�5�Z�͆��� g��P��l��p�l(g�
�6����@5�:�f��ˀf��u,�ƙ�������Ygl6��l6�G���_~�ril�/i\�@��|���|<�E�N%z�y���?�N�+/��;���@�N%gߩ���w*)k�S	��S�Y�w*�����J�:�S��
��Tr��Jlm ~����;�к��;��u|�[Hߩ��w*��p��J�9�S��
��TR�|�Z ~�����Tbk�;��u�ylm �y�:�<�6�<eM����}���>��
�>�YG���b�笣�ck��S��yh]���9�����@��u�ylm �y�:�<�6�<eM���}�s~����F}��}�}�s�>��
�>�Xg�G��}���>��
�>�YG���b�笣�ck��S��yh]���9�����@��u�ylm �y�:�<�6�<eM����}���>��
�>�YG���b�笣�ck��S��硳q��9��籲p��9���X�@��u�ylm �yʚ>��<g}[�}���>��
�>�YG���b�����к���s��籵���9�����@��u�ylm �yʚ>��<g}[�}���>��
�>�I�>����>O)G����a�眣�ci��s��籵���9�����@��5}Z �y�:�<�6�<g}[�}���>��
�>OY��ub�笣�ck��s��籵���9�����@��u�yd]���9�����@��u�ylm �yN��y�,�yʙ>��<g}[�}���>��
�>�YG���b�����к���s��籵���9�����@��u�ylm �yʚ>��<g}[�}���>��
�>�YG���b�����к���s��籵���9��米p��9���X�@��5}Z �y�:�<�6�<g}[�}���>��
�>OY��ub�笣�ck��s��籵���9�����@��5}Z �y�:�<�6�<g}[�}���>��
�>OY��uR��{����a�眣�ci��s��籵���)k�<�.@��u�ylm �y�:�<�6�<g}[�}���>��+�<g}[�}���>��
�>�YG���b�����к���s��籵���9�����@��u�ylm �yJ:�<t6��<���<V�<�}K�}�d��<~_���2��<x_�|���'��J�O����@�/�?=�^}A�<2���S:߿~���<oy�燇�������ܟ��.�Y燧�����>�����rz��K��V��
k�[ϧ��k&cϲuX/�׷?V����X���l���7�
<�no��5����ް6���|�������gٺ����ˋ���ް6���t��]3)���
k������ʺ?{�������mx���,[��u{��M�u������mx�caeݟ�am��u��u憵�׭/�� �6�?���(���,��goHx`�ރ;kݟ�am������j�goXxݺ����g<��x`�����u����֧����17��am��u{����
k��Zw����y�+����
�'iݟ�am��u{u������m8[���
k�[�`�t��,[���rzz}�����X�N�kݟ�am�����d��>z�Y��������~��Y�.���<Y���
k��{�x/���7�
<�n���EZ�goXx0��
iϲuXǎ��f��
�ae�0Z��<ʚa�6��y�u�u�0��f��
�ae�0Z��<ʚa�6��y�u�u�0��f��
�a%�<�,�(g�yP�@�1�9�C���<ʚa�6��y�5�<hm �(k�y��@�1�9�C���<ʚa�6��y�5�<hm �(k�y��@�1�9�C���<ʚa�6��y�5�<hm �(k�y��@�1�9�C�H�<ʹ��#�y�p�p<̣��Aiy�GX߇y��y�GY3̃��0��f��
�ae�0Z��<�:�yȺ�y�GY3̃��0��f��
�ae�0Z��<�:�yȺ�y�GY3̃��0��f��
�ae�0Z��<F�ar6�y�r�p<̣��Aiy�GY3̃��0���a�.@�Q�󠵁<̣��Aky�GY3̃��0���a�.@�Q�󠵁<̣��Aky�GY3̃��0���a�.@�Q�󠵁<̣��Akq�GI�0:��<F�aR6��y�3�<(m �(k�y��@�Q�󠵁<�c�s�����y�5�<hm �(k�y��@�Q�󠵁<�c�s�����y�5�<hm �(k�y��@�Q�󠵁<�#���<`]�<̣��Aky�GY3̃��0���at��y�s�t�0��f��
�ae�0Z��<ʚa�6��y�u�u�0��f��
�ae�0Z��<ʚa�6��y�u�u�0��f��
�ae�0Z��<ʚa�6��y�u�u�0��f��
�a%�<�,�(g�yP�@�1�9�C���<ʚa�6��y�5�<hm �(k�y��@�1�9�C���<ʚa�6��y�5�<hm �(k�y��@�1�9�C���<ʚa�6��y�5�<hm �(k�y��@�1�9�C���<J:�y�Y8�Q�󠴁<̣��Aky��X�0Y �(k�y��@�Q�󠵁<̣��Aky�GX߇y��y�GY3̃��0��f��
�ae�0Z��<�:�yȺ�y�GY3̃��0��f��
�ae�0Z��<F�ar6�y�r�p<̣��Aiy��xkF
���؇y>�����a��ױ�y�g�g����D4�3�<�c����ˏ����%���',��ϓ<��Wy4�s9}m��U�g>��+�<c���ˀ �6�g��53@hm ���"�� e�Z�3@ʚ �6�g��53@hm ���"�� e�Z�3@ʚ �6�g��53@hm ���"�� e�Z�3@ʚ �6�g��53@hm ��if���8�R������<���BkyHY3������ �.@�R������<���BkyHY3���������u���f�
� e�Z�3@ʚ �6�g��u���u���f�
� e�Z�3@J:f��Y8�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6g��t����p<���Biy�X�Y ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bky�X�Y ��)�>�Ə0�R�1�����rf�
� a}��
+� e�Z�3@ʚ �6�g��53@hm ���"�� e�Z�3@ʚ �6�g��53@hm ���"�� e�Z�3@ʚ �6�g��53@hm ��if���8�R�1�����rf�
� e�Z�3@�:g�Ⱥ�yHY3�����f�
� e�Z�3@�:g�Ⱥ�yHY3�����f�
� e�Z�3@�:g�Ⱥ�yHY3�����f�
� %3@�,��ef�H�8�R������<���BkyHY3������ �.@�R������<���BkyHY3������ �.@�R������<���BkyHY3���������u���f�
� e�Z�3@J:f��Y8�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6�g��53@hm ��)kf���@�2�9D��3@ʚ �6g��t����p<���Biy�X�Y ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bky�X�Y ��)kf���@�R������<���Bky�X�Y ��)�Bg�xH93�����f�
� c�3@d]�<���BkyHY3�����f�
� a}��
+� e�Z�3@ʚ �6�g��53@hm ���"�� e�Z�3@ʚ �6�g��53@hm ��if���8�R�1�����rf�
���}5��c���2`��u�u3@�?Q�n��f��#c�2f����_����������������������sr��
+���z7��|��N�W���g���W��_T�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6+D%":��r�BDi�B4�Y!�ur������@��5"Z����BDk�B4�Y!�ur������@��5"Z����BDk�B4�Y!�ur������@��5"Z����BDk�B4�Y!�uR���{��Ə0��pT�h,W�ʙ
+�
�
+QX�+D��@��5"Z����BDk�BT�T�hm W��:+D�.@��5"Z����BDk�BT�T�hm W��:+D�.@��5"Z����BDk�BT�T�hm V�F�
+����
+Q)G����q����Q�@��5"Z����
+���+DeM���r������@��5"Z����
+���+DeM���r������@��5"Z����
+���+DeM���r������@��tT��,V�F�
+����
+Q9S!���\!*k*D�6�+DeM���r�h��B$��
+QYS!���\!*k*D�6�+DeM���r�h��B$��
+QYS!���\!*k*D�6�+DeM���r�(��"XW W�ʚ
+�
�
+QYS!���X!*��Y8��sV�$]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6�+DeM���r������@��uV�d]�\!*k*D�6+D%":��r�BDi�B4�Y!�ur������@��5"Z����BDk�B4�Y!�ur������@��5"Z����BDk�B4�Y!�ur������@��5"Z����BDk�B4�Y!�ub����BDg�BT�T�(m W�ʚ
+�
�
+�Xg�H�����BDk�BT�T�hm W�ʚ
+�
�
+QX�+D��@��5"Z����BDk�BT�T�hm W��:+D�.@��5"Z����BDk�BT�T�hm V�F�
+����
+Q)G����q����Q�@���"���B��2�B<~x8���~�_�(���3������+�l/�����������ϣD��_�|���?����O�^���������߹��au8�F^���/��k4?����Dg��k4�s~�&I ����k4��@�Me��h����5�ʚ��
��Xg�J����&`Ek9`U��hm �ʚ��
��Xg�J����&`Ek9`U��hm �ʚ��
��Xg�J����&`Ek1`U����p�*gV�6�Vc�+Y �ʚ��
�UY�����*kV�6�Vc�+Y �ʚ��
�UY�����*kV�6�Vc�+Y �ʚ��
�UY�����*kV�6�Vc�+Y �ʹ�h�ÀU	G����q���	XQ�@X��=`�
+�UY�����*kV�6�VeM���r�j�3`%��UY�����*kV�6�VeM���r�j�3`%��UY�����*kV�6�VeM���b�j�	X��8X�r��,�ʙ��
�UY������Xɺ�9`U��hm �ʚ��
�UY������Xɺ�9`U��hm �ʚ��
�UY������Xɺ�9`U��hm �ʚ��
ĀUIG����a�j�	XI�8X�3+J���&`Ek9`U��hm ��:V�.@X�5+Z���&`Ek9`U��hm ��:V�.@X�5+Z���&`Ek9`U��hm �����ur���	X��@X�5+Z���������8g�J����&`Ek9`U��hm �ʚ��
��Xg�J����&`Ek9`U��hm �ʚ��
��Xg�J����&`Ek9`U��hm �ʚ��
��Xg�J����&`Ek1`U����p�*gV�6�Vc�+Y �ʚ��
�UY�����*kV�6�Vc�+Y �ʚ��
�UY�����*kV�6�Vc�+Y �ʚ��
�UY�����*kV�6�Vc�+Y �J:Vt�V�L���r���	X��@X�u�d]��*kV�6�VeM���r���	X��@X��=`�
+�UY�����*kV�6�VeM���r�j�3`%��UY�����*kV�6�VeM���b�j�	X��8X�r��,�ʙ��
䀕2L�����/���0`=~K�z��n����X�33`�����ۏ�y���ۗ_�k��ˈZ�;{�k������H�ݿ����a�焃�uv0��g���w0�_t0d]���(k:�6�;eM��r���`��@�`�uv0d]���(k:�6�;eM��r���`��@�`�uv0d]���(k:�6�;eM��r���`��@�`�uv0d]���(�����#;%��r��Ai�����+�;eM��r���`��@�`�5Z�������;eM��r���`��@�`�5Z�������;eM��r���`��@�`�5Z�����!g㰃Q�����p��(g:�6�;eM��rc���!��FY�������(k:�6�;eM��rc���!��FY�������(k:�6�;eM��rc���!��FY�������(k:�6;%:��Q��!e㸃Q�t0(m w0ʚ�
�FY���������`Ⱥ���Q�t0hm w0ʚ�
�FY���������`Ⱥ���Q�t0hm w0ʚ�
�FY��������{������Ak��Q�t0hm v0J::t�;�I w0ʚ�
�FY�������(k:�6�;c�Y w0ʚ�
�FY�������(k:�6�;c�Y w0ʚ�
�FY�������(k:�6�;c�Y w0ʚ�
�FIG���q���`P�@�`�uv0d]���(k:�6�;eM��r���`��@�`�uv0d]���(k:�6�;eM��r���`��@�`�uv0d]���(k:�6�;eM��r���`��@�`�uv0d]���(��`�Y8�`�3J�����Ak��1����ur���`��@�`�5Z�����Ak�����+�;eM��r���`��@�`�5Z�������;eM��r���`��@�`�5Z�����!g㰃Q�����p��(g:�6�;��lCu0�:����xx:�`�_�_�En����=w0���\�w0_��m|��/?��5��i	c����?���������_n��s�vsp�7���~=��ï�������V�6��Z�5G�hm ��<j%��Ve�Q+Z�G�ʚ�V�6��Z�5G�hm ��<j%��Ve�Q+Z�G�ʚ�V�6��Z�5G�hm �i�Z��8<jU�qԊ���Q�r��
�Ve�Q+Z�G��:�Zɺ���UYsԊ��Q����
�Ve�Q+Z�G��:�Zɺ���UYsԊ��Q����
�Ve�Q+Z�G��:�Zɺ���UYsԊ��Q����
ģV%G��,�e�ZI�8>jU�����|Ԫ�9jEk��UYsԊ��Q��ΣV�.@>jU�����|Ԫ�9jEk��UYsԊ��Q��ΣV�.@>jU�����|Ԫ�9jEk��UYsԊ��Q�����u�Q����
�Ve�Q+Z�G�J:�Z�Y8>j5�y�J��G�ʚ�V�6��Z�5G�hm �*k�Z��@>j5�y�J��G�ʚ�V�6��Z�5G�hm �*k�Z��@>j5�y�J��G�ʚ�V�6��Z�5G�hm �*k�Z��@>j5�y�J��G�ʚ�V�6�Z�t���p|Ԫ�9jEi���X�Q+Y �*k�Z��@>jU�����|Ԫ�9jEk���X�Q+Y �*k�Z��@>jU�����|Ԫ�9jEk���X�Q+Y �*k�Z��@>jU�����|Ԫ�9jEk���X�Q+Y �*�8jEg���U9sԊ��Q����
�Vc�G�d]�|Ԫ�9jEk��UYsԊ��Q����
�Va}?j�
+�Ve�Q+Z�G�ʚ�V�6��Z�5G�hm ��<j%��Ve�Q+Z�G�ʚ�V�6��Z�5G�hm �i�Z��8<jU�qԊ���Q�r��
���KuԊ�c?j��2���u����w����g>j�̣ևSNW���~�y������㟾��������8e��]=w�z�z�����j��}��\�GW��~A���/�����;D�6���u�!�u�����
�;De�"Z�w�ʚ;D�6��4w��l�!*�CDe��Q9s��������
�;Dc�w�d]�|����CDk�QYs��������
�;Dc�w�d]�|����CDk�QYs��������
�;Dc�w�d]�|����CDk�QYs�������;Dt��2w��l�!*g�Q�@�CT��!���|����CDk��X�"Y �!*k���@�CT��!���|����CDk��X�"Y �!*k���@�CT��!���|����CDk�QX�����QYs��������
�;D%w��,�!�C$��;De�"Z�w�ʚ;D�6���5w�hm �!�C$��;De�"Z�w�ʚ;D�6���5w�hm �!�C$��;De�"Z�w�ʚ;D�6���5w�hm �!�C$��;De�"Z�w�J:��Y8�CT��!���|�h�������5w�hm �!*k���@�CT��!���|�h�������5w�hm �!*k���@�CT��!���|�h�������5w�hm �!*k���@�CT��!���|�h������t�!��p|����CDi�QYs�������;D�.@�CT��!���|����CDk�QYs��������!�u�����
�;De�"Z�w�ʚ;D�6���u�!�u�����
�;De�"Z�w�ʚ;D�6��4w��l�!*�CDe��Q9s����"]ɉ;D|�⇗w�ǯ��ׇ����|���~?��l?k_��!���̇;��D��/?������Ͽ}�u%��O_~{�E|x�����������?��/�˯?��?>�'^9�;?}��}��~������܈�/-}��ވ\y!�7"lm ވ8�ak�F�YǍ[�7"ʚ�.@�q�q#��⍈���6�nD�t�ag��FD)Ǎ*�7"�9nDX�@�q�q#��⍈���6oD�57"h]�x#��F��
�g7"lm ވ8�ak�FDYs#���7"�:nD��@�q�q#��⍈���6oD�uވ�u⍈���6oD�u܈���t#���;�7"ʙ�.@�q�q#��⍈���6oD�u܈���x#���A��g7"lm ވ8�ak�F�YǍ[�7"ʚ�.@�q�q#��⍈���6oD�u܈���x#���A��g7"lm ݈8�~#���ፈs��6oD�57"h]�x#��F��
�g7"lm ވ8�ak�FDYs#���7"�:nD��@�q�q#��⍈���6oD�57"h]�x#��F��
�g7"lm ވ8�ak�FDYs#��H7"N�߈��px#��F��
�g7"lm ވ(knDк��F�YǍ[�7"�:nD��@�q�q#��⍈����@�q�q#��⍈���6oD�u܈���x#���A��g7"lm ވ8�ak�F�YǍ[H7"J:nD��8�q��F�����7",m ވ����~_���2��nD�u,7"�7"�,��x�Í������^;��z�S������_��������A;���~���~����p�A�Q�vR6�?hW�|Ў���ʚ���@��]Y�A;Z��������?hW�|Ў���ʚ���@��]Y�A;Z��������?hW�|Ў���ʚ���@��]Y�A;Z�����`]��A���v�6�?hW�|Ў���J:>hGg���v���t��ʚ���@��]Y�A;Z��+k>hGk��vc���u��ʚ���@��]Y�A;Z��+k>hGk��vc���u��ʚ���@��]Y�A;Z��+k>hGk��vc���u��ʚ���@��]I���,Ю����
�ڍu~�N���+k>hGk��ve��hm Ю����
�ڍu~�N���+k>hGk��ve��hm Ю����
�ڍu~�N���+k>hGk��ve��hm Ю����
�ڍu~�N���+������ڕ3�����A���v�6�?h7��A;Y Ю����
�ڕ5�����A���v�6�?h�������ve��hm Ю����
�ڕ5�����A����ɺ���ve��hm Ю����
�ڕ5�����A���vr6?hW��A;*��+g>hGi��v��W|Ў�c����ˀڏ_�_�A����O��A�x���SD����/������P_����������;���0\^N�o����E����tw�p��z���~Qy��/��+X����`ak�+X�u|[�_���+X��@�
+e��d]�<�����@ky^CY3���򼆲f^�
�y
c��d]�<�����@ky^CYs����Տ���t�~�2W?�l_�(g�~P�@��Q�\����|�����Ak���X��Y _�(k�~��@��Q�\����|�����Ak���X��Y _�(k�~��@��Q�\����|�����Ak��GX߯~����GYs����Տ����
ī%W?�,_���!��e��Z�W?ʚ��6��~�5W?hm _���!��e��Z�W?ʚ��6��~�5W?hm _���!��e��Z�W?ʚ��6��~�5W?hm _���!��e��Z�W?J:�~�Y8��Q�\����|�c��ꇬ��~�5W?hm _�(k�~��@��Q�\����|�c��ꇬ��~�5W?hm _�(k�~��@��Q�\����|�c��ꇬ��~�5W?hm _�(k�~��@��Q�\����|�c��ꇬ�~�t\���p|�����Ai��GYs����Տ�Ϋ�.@��Q�\����|�����Ak��GYs����Տ��_��u�Տ����
�e��Z�W?ʚ��6��~�u^��u�Տ����
�e��Z�W?ʚ��6�~�4W?�l^�(��Ae���G9s�������=����ױ_�|xp�s�:������OL�+X��:O_�}��9�����q��0�}�������?������/���?�|w��������ӗ��������_���F}����/`}����|�/����G�/ }�|zg�/�����B�X�goXx`}:��~()���
k�/��;kݟ�am�u���t����Y�.������CIY�goXx`}:�=[���
k�/�ǷJʺ?{�������mx|u��,[��u{�u������m�����,܁r{.g�ܟ�!m�u����K�x������o�Gʺ?{�����.�Y���
k�/��R�H���
k�[���� �
+ϲuX/��gkݟ�am���q{^���ް6����
����x����׭/��� ��Y�.���6\䏹��
k���p/̍goXx`�ކ����ް6��u{�䏹�,[��u{����Ə������"�>z�X�����"��goHx�P������~��Y�����ty�����X�w��"���7�
<�no�Ã���ް6����
iϲuX����QZ�goXx`�ކ���ް6����
wֺ?{�����������gٺ������AZ�goXx`}<=?[���
k�/���Wiݟ�am�u�e{�_L���l܁r{�W�Go(w��ހ��t��ސ6������f<{����hmT|�:�@�.@��5Y Z�Y��&Dk9T�d�hm g��:�@�.@��5Y Z�Y��&Dk9T�d�hm g��:�@�.@��5Y Z�Y��&Dk1Tґ��p�e�@R6��@�L��r�����@��5Y Z�Y���,����@eM��r�����@��5Y Z�Y���,����@eM��r�����@��5Y Z�Y���g�`]��*k�@�6��@eM��b��#Dg�84Ι�tr�����@��5Y Z�Y��&Dk94֙�ur�����@��5Y Z�Y��&Dk94֙�ur�����@��5Y Z�Y��&Dk94֙�ur�����@��td��,g�ʙ,�
�,�XgH��Y��&Dk9T�d�hm g�ʚ,�
�,�XgH��Y��&Dk9T�d�hm g�ʚ,�
�,�XgH��Y��&Dk9T�d�hm g�ʚ,�
�,�XgH��Y���,���,P9�����*k�@�6��@c�Y Y g�ʚ,�
�,PY�����*k�@�6��@a}���9T�d�hm g�ʚ,�
�,PY�������ɺ�9T�d�hm g�ʚ,�
�,PY�����i�@r6�@�Y *�Y�r&Di9<��T��c�?�����,��u����rz��?�nA��������p}|<�gfxi�|w>�����os����׻���|���>����$���9|}=L�ߠ��?O�5硏��J7z��/D�.@�5"Z���&@Dk9@T��hm ��:D�.@�5"Z���&@Dk9@T��hm ��:D�.@�5"Z���������Q9 ��� �ɺ�9@T��hm �ʚ��
��QY ��� �ɺ�9@T��hm �ʚ��
��QY ��� �ɺ�9@T��hm �ʚ��
��QY ��� �ɺ�)@T�=@D�G�J8D4�D�L���r�(��"XW �ʚ��
��QY ��� *kD�6�Dc�"Y �ʚ��
��QY ��� *kD�6�Dc�"Y �ʚ��
��QY ��� *kD�6D#M�H��a���#@De�8@T��(m �ʚ��
���Xg�H����&@Dk9@T��hm �ʚ��
���Xg�H����&@Dk9@T��hm �ʚ��
���Xg�H����&@Dk9@T��hm �J:DtD�L�H��q���	Q�@�5"Z���&@Dk9@4� �ur���	��@�5"Z���&@Dk9@4� �ur���	��@�5"Z���&@Dk9@����+�DeM���r���	��@�t��,��9D�.@�5"Z���&@Dk9@T��hm ��:D�.@�5"Z���&@Dk9@T��hm ��:D�.@�5"Z���&@Dk9@T��hm ��:D�.@�5"Z���������Q9 ��� �ɺ�9@T��hm �ʚ��
��QY ��� �ɺ�9@T��hm �ʚ��
��QY ��� �ɺ�9@T��hm �ʚ��
��QY ��� �ɺ�1@T� ��p *gD�6�DeM���r�h�3@$���QY ��� *kD�6�DeM���r�(��"XW �ʚ��
��QY ��� *kD�6�Dc�"Y �ʚ��
��QY ��� *kD�6D#M�H��a���#@De�8@T��(m ���
+�u�⇗���X������p���q<3����M���Մ����[��������J�Ƿ�|���s��|������?k�/�����:�kt�k�L��r�c���!���GYS����\�(kj�6�keM��r�c���!���GYS����\�(kj�6�keM��r�c���!���GYS����\�(kj�6�keM��r�c���!���G9���aX�(�}�X8�}�3�Jȵ����>`]�\�(kj�6�keM��r����}��@�}�u�>d]�\�(kj�6�keM��r����}��@�}�u�>d]�\�(kj�6�keM��r����}��@�}�4�9���R������G9S����\�(kj�6�kc��Y �>ʚ��
��GYS����\�(kj�6�kc��Y �>ʚ��
��GYS����\�(kj�6�kc��Y �>ʚ��
��GYS����X�(�}�Y8�}�2�)ǵ�r��Ai��Q��>hm �>ʚ��
���Xg�C�ȵ����Ak��Q��>hm �>ʚ��
���Xg�C�ȵ����Ak��Q��>hm �>ʚ��
��GX�k��@�}�5�Zȵ����Ak��Q�Q���p\��}H����Q��>hm �>ʚ��
��GYS����\��}Ⱥ���Q��>hm �>ʚ��
��GYS����\��}Ⱥ���Q��>hm �>ʚ��
��GYS����\��}Ⱥ���Q��>hm �>J:jt�k�L��r�c���!���GYS����\�(kj�6�keM��r�c���!���GYS����\�(kj�6�keM��r�c���!���GYS����\�(kj�6�keM��r�c���!���GIG���q����}P�@�}�5�Zȵ���ڇ��keM��r����}��@�}�5�Zȵ����>`]�\�(kj�6�keM��r����}��@�}�u�>d]�\�(kj�6�keM��r����}��@�}�4�9���R������G9S����\��)���ױ�>^�>ǯ������X��gf�s����������o������?�������/���_~���T�����y�������z~>�r1��\��_~p1���Ű��_�u�Ű��b�
�ae��0Z��ʚ�a�6�/��u^�u�Ű��b�
�ae��0Z��ʚ�a�6�/��u^�u�Ű��b�
�ae��0Z��ʚ�a�6/��4��l^+�Fe��bX9s1���Ű��b�
�ac��d]�|1���Fk�bXYs1�����b�
�ac��d]�|1���Fk�bXYs1�����b�
�ac��d]�|1���Fk�bXYs1���Ű���at/��2äl_+g.�Q�@�V�\���|1���Fk�b�X��0Y _+k.���@�V�\���|1���Fk�b�X��0Y _+k.���@�V�\���|1���Fk�bXX�/����bXYs1���Ű��b�
ċa%��,_�&��ae��0Z��ʚ�a�6�/��5�hm _�&��ae��0Z��ʚ�a�6�/��5�hm _�&��ae��0Z��ʚ�a�6�/��5�hm _�&��ae��0Z��J:.��Y8�V�\���|1l��b���/��5�hm _+k.���@�V�\���|1l��b���/��5�hm _+k.���@�V�\���|1l��b���/��5�hm _+k.���@�V�\���|1l��b��/��t\��p|1���Fi�bXYs1���Ű�΋a�.@�V�\���|1���Fk�bXYs1���Ű��_�u�Ű��b�
�ae��0Z��ʚ�a�6�/��u^�u�Ű��b�
�ae��0Z��ʚ�a�6/��4��l^+�Fe��bX9s1����0ݴ��a|�������zx1|�:�py}�^��x�l��߿=��¶��v�bx<�g>\������/��_������������x���;8ξ9��<��5�_y!���lm �;��7gkq��YǾ9[���ʚ}s�.@�7wֱo��⾹��}s�6�͝u웳���o���7G��}s���o�Ə0�7w½V`c�Vp�Q+���X+�Ⱥ�Vp�Q+���X+8���@��u�
+lm �
+ʚZ�kg�[�����Z��
�Z�YG���b�����Vp�Q+���X+8���@��u�
+lm �
+J:jt6�j��kVk��K�����Z��
�ZAYS+�ub�ଣV`k�Vp�Q+���X+8���@��5�Z �
+�:j�6kg�[�����Z��
�ZAYS+�ub�ଣV`k�Vp�Q+���T+8�^+��pT+(�P�8��s�
+,m �
+�:j�6kg�[�����V@��Z�YG���b�ଣV`k�Vp�Q+���X+(kj�.@��u�
+lm �
+�:j�6kg�[�����Z��+kg�[�����Z��
�Z�I�Z����ZA9S+�tb�ଣV`k�Vp�Q+���X+8���@��5�Z �
+�:j�6kg�[�����Z��
�ZAYS+�ub�ଣV`k�Vp�Q+���X+8���@��5�Z �
+�:j�6�j'�kvk��K�����V@��Z�YG���b�ଣV`k�Vp�Q+���X+(kj�.@��u�
+lm �
+�:j�6kg�[�����V@��Z�YG���b�ଣV`k�Vp�Q+���X+(kj�.@��t��Y8��s�
+,m �
+�:j�6keM��������Z��
�Z�YG���b�ଣV`k�V0�Y+�ub�ଣV`k�Vp�Q+���X+8���@��5�Z �
+�:j�6kg�[�����Z��
�ZAIG����Q���{����a����V`i�V�C{S+�����Ǘq\+��Xj��Z�e{��k��̇Z��f����~��m�������~�v�|~�G�����7����p�<���k���~
G�П_��54?��Z	�54���ʙkh�6�������+����5��hm _C+k����@��V�\C���|
m��������5��hm _C+k����@��V�\C���|
m��������5��hm _C+k����@��V�\C���x
m���&g��Z)�54*���ʙkh�6����5��hm _C뼆&��khe�54Z���ʚkh�6����5��hm _C뼆&��khe�54Z���ʚkh�6����5��hm _C뼆&��khe�54Z���ʚkh�6���t\C��px
m���&e��Z9s
���5����
�khe�54Z����:��ɺ��ZYs
���5����
�khe�54Z����:��ɺ��ZYs
���5����
�khe�54Z�����~

����ʚkh�6����5��hm ^C+鸆Fg���8�54I _C+k����@��V�\C���|
����Fk��X�54Y _C+k����@��V�\C���|
����Fk��X�54Y _C+k����@��V�\C���|
����Fk��X�54Y _C+k����@��V�q
����5�r��
�khc���d��+��^�����oE���]���KY����g# ���;g(�A63�_������j=�������l�O���&�~k�%�����khT;�����khT;�����khT;����:��I]�Z���F��Z���F��Z���F��ڨ���%�����khT;�����khT;�����khT;����:��I]�Z��͊�khe���kh����kh��khR�@��Vj��Q�@��Vj��Q�@��Vj��Q�@�����5�����khT;�����khT;�����khT;����:��I]�Z���F��Z���F��Z���F��ڠ��&���Z��Ɋ�khe���kh:����9�k諏��i�z�s����/�s��|
=����>ݽ������������5�����E������y�z.}�'�K�W�|�����oT;������oT;������oT;����:o�I]�]��m;��axۮ�qێb��m�2sێh�m�P/�����|ۮ�ܶ�ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځ|�n�y�N�ȷ�J�m;�ȷ�J�m;�ȷ�J�m;�ȷ�F����.�|ۮ�ܶ�ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځx�n�ܶ��qxۮ�qێd��m�2sێh�m�Rsێj�m�Q�m;�K ߶+5���v ߶+5���v ߶+5���v ߶u޶���m�Rsێj�m�Rsێj�m�Rsێj�m�Q�m;�K ߶+5���v ߶+5���v ޶+tܶ�Yqx�n�ܶ�q|ۮ�ܶ#ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځ|�n�y�N�ȷ�J�m;�ȷ�J�m;�ȷ�J�m;�ȷ�F����.�|ۮ�ܶ�ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځ|�.��m;�k ߶+5���v ߶+5���v ޶+tܶ�Yq|�n�y�N�ȷ�J�m;�ȷ�J�m;�ȷ�J�m;�ȷ�F����.�|ۮ�ܶ�ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځ|�n�y�N�ȷ�J�m;�ȷ�J�m;�ȷ�J�m;�ȷ�F����.�|ۮ�ܶ�ځxۮ�qێf��m�2sێh�m�Q�m;�K ߶+5���v ߶+5���v ߶+5���v ߶u޶���m�Rsێj�m�Rsێj�m�Rsێj�m�Q�m;�K ߶+5���v ߶+5���v ߶+5���v ߶u޶���m�B�m;�Ƿ���m;�ȷ�J�m;�ȷ�F����.�|ۮ�ܶ�ځ|ۮ�ܶ�ځ|ۮ�ܶ�ځ|�.��m;�k ߶+5���v ߶+5���v ߶+5���v ߶u޶���m�Rsێj�m�Rsێj�m�Rsێj�m�As�Nf��m�"�m;�Ƿ���m;�ȷ����?�v�~�1�������������ӝ�����?P������y�>�3��q\����_����_�=��������_~��r�������������<^%���|���~z>|�x�?����O����O�㭏q�ܞ��v�m��x�AKu<�����O��n��Q;pG=�>Yu{��ځ;������B�۳w��������ѩ�YV���tx|�����wԧ��ORݞ��v��z�1<=Ku{��ځ;��Q�1�lސ�r�F�iޠځܼQj�7�v 7o���
������
�K 5o��5oP���G�Ŋ��2ӼA��y#�K��5��7JM����RӼA��y��4oP�@n�u6oH]�y��4oP�@n�(5�T;��7JM����Qg��%��7JM����RӼA��y��4oP�@l�4�2;�7��$+��7�L����RӼA��yc�ټ!u	��RӼA��y��4oP�@n�(5�T;��7F��R�@n�(5�T;��7JM����RӼA��yc�ټ!u	��RӼA��y��4oP�@l�(t4oЬ8l�2�";��7�L����RӼA��y��4oP�@n�u6oH]�y��4oP�@n�(5�T;��7JM����Qg��%��7JM����RӼA��y��4oP�@n��Ҽu
��RӼA��y��4oP�@l�(t4oЬ8n�s6o]�y��4oP�@n�(5�T;��7JM����Qg��%��7JM����RӼA��y��4oP�@n�u6oH]�y��4oP�@n�(5�T;��7JM����Qg��%��7JM����BG�͊��2ӼA��yc�ټ!u	��RӼA��y��4oP�@n�(5�T;��7F��R�@n�(5�T;��7JM����RӼA��yc�ټ!u	��RӼA��y��4oP�@n�(5�T;��7F��R�@l�(t4oЬ8n�(3�D;��7JM����Qg��%��7JM����RӼA��y��4oP�@n��Ҽu
��RӼA��y��4oP�@n�(5�T;��7F��R�@n�(5�T;��7JM����RӼA��yc�4o��8l�(r4o��8n�(3�D;��7T��[���c@�f�s��6�����g�������J�/�q�r:��:=\>�x&���Tn��?���?������������׿����xx���b||}������5;>=�]��g�C����s��ޏ_>~�����o������O�:�eu	�QO��W�n��Q;pG}>�ޏ_��={G���������Jݞ��v�m���'��gY]w�����1�P�g����������;j��ÃU�g�x[}=��=�f�����(���;h���'�n��Q;pG}=���_���;j�Vߎ��דSdz�.�;����b���;j������os��;j��Ó�
g<{G����O�ãS�,�k��z�1����={G����cxx�����w���h���;j�V���'��\�eu	�QO��7�n��Q;pG}>_��={G����O��ۣẘ�M>��N�et	�Q�?�g�n��Q;pG}�6��={G����Sx<Iu{��ځ�����p��x��%pG=���={G����c8��pƳw��Q�?�OVݞ��v�m��x��&�ϲ��ӫ�
g<{G������Ū۳w��Q_O���dzw��9���o8�YV����cx�����w�mxE�c�͊�ef�����R�@�qQjv\P�@�qQjv\P�@�qQjv\P�@�q1��q!u	��f����f����f�����R�@�qQjv\P�@�qQjv\P�@�qQjv\P�@�q1��q!u	�en;.(^�ᎋǎ��;.�̎��;.B�츀��R��j�R��j�R��j�Q��K �(5;.�v �(5;.�v �(5;.�v �u��R��j�R��j�R��j⎋A��Bf�ᎋ"ǎ��;.�̎��;.J͎��;.F�;.�.����츠ځ���츠ځ���츠ځ��bԹ�B��;.J͎��;.J͎��;.J͎��;.F�;.�.����츠ځ���츠ځ��б�f�ᎋ!��Bd��2��h�R��j�R��j�Q��K �(5;.�v �(5;.�v �(5;.�v �u��R��j�R��j�R��j�P/;.������츠ځ���츠ځ��б�f��1��K �(5;.�v �(5;.�v �(5;.�v �u��R��j�R��j�R��j�Q��K �(5;.�v �(5;.�v �(5;.�v �u��R��j⎋Bǎ��;.�̎��;.F�;.�.����츠ځ���츠ځ���츠ځ��bԹ�B��;.J͎��;.J͎��;.J͎��;.F�;.�.����츠ځ���츠ځ���츠ځ��bԹ�B��;.
+;.hV�(3;.�v �(5;.�v �u��R��j�R��j�R��j�P/;.������츠ځ���츠ځ���츠ځ��bԹ�B��;.J͎��;.J͎��;.J͎��;.͎��;.�;.HV�(3;.�v ��o���ێ���x:����o>�߲���~�����[��o2}kWf<2��V\�c�����_���9������������Ng\�����3�2�?��|��������8�����x9�� ��x6��Y
 ��x3��� ��x0�>y��'�8^0d���8�
+0d���8�	0df��8	�����x!�� ��x��Y ��p��c���0�����x�� ��x��Y ��x��� ��x@�s�Ȏ�%�Cf�Ȋ��Cf�Ȋ�
�Cf�Ȋ��A��?���C��Od�q�ߐi�Yq��7dj�DV��9;�@v7�
��?��u#��?��a��7`��$V�9{�@v��
��?��C��Od�q�ߐ��Yq\�����q��7d��DV��
�V?�ǝ~C��Od�q�_���d�q�ߐ)�Yq\�7d��DV��
�?��%~A�?�G
~n~⮢��o���'�:���Lu�Ċ���}����'�8n�2�}"+�+��Lc�Ȋ㾾!S�'�⸬/����㸩o����8��2-}"+�;��LE�Ȋゾ g?Ȏ�v�!S�'�⸚o�4�8��2�|"+K�BL'�
+�F��F!���0��0m|+����L�Ȋ�"� gȎ��!S�'�⸂o�4���8��2�{"+������{ ;����L�Ȋ�ڽ!Ӻ'��so�T8.�r���8n�2e{"+����LӞȊÞ�G͞��0,�/{�*��L��Ċ�z�!Ӯ'��[o�T뉬8.�r���8n�2�z"+�+��L��Ȋ�>�!S�'��L/�٥��Io�鉬8��2-z"+�;�L��Ȋ��}�ҟ�'�8n�2�y"+���Ls�Ȋ�޼Gm���0.�pv�A�8n�2�y"+���L[�Ȋ㮼!S�'��(/�ٓ��%oȔ䉬8��2
y"+���L=�Ȋ�r� g7Ȏ�f�!S�'��oȴ≬8��2�x"+��}x ;����L�Ȋ�*�G���0��05x+�K���x ;���L�Ȋ���!�~'���n�T߉�8.�r�ށ�8n�2�w"+�+�L�Ȋ㾻!Sw'���.��u���n�݉�8��2-w"+�;�LŝȊセ g�Ȏ�v�G����0��0�v+�{�L��Ȋ�R� g�Ȏ�F�!Sh'���nȴى�8�2Uv"+�����K�}�\��nȔ؉�8��2
v"+���L}�Ȋ�� gwȎ��!S\'�⸶nȴ։�8�2�u"+�BL_�
+ö��FY���0��0Mu+�{껝kUS����/�J�����������ǟ7�Ƿ����OǷ���P�IO=M��������Oۿ��/�|��c���pz���|��?><���gϘ>d��Wr�i��@��5���JM��侱RS8F��r��t�Q�@nu֎I]�x��4�Q�@�+5�cT;��
+�c4+��ƜdB�@.!+5-dT;�{�JM��*�R�EF���l�YG&u	�B�R�HF����Ԕ�Q�@�%+5�dT;���F��dR�@.'+5�dT;���JMA�䊲R�QF���l�YS&u	䢲R�TF�����QVF�⸮�����@n,uV�I]���Դ�Q�@�-+5�eT;���JMw����Qg}��%��JM����RSbF��Ƭ���Q�@n2uV�I]�̬Դ�Q�@�3+5�fT;�+�JM���V�Qg���%����ܚ�(^�a�Y��܌b�q�Y��7#ځ�p����%g���jr�Y�):�ځ\uVj�Ψv ���:�Τ.�\xVjϨv w����3�ȵg����jr�٨��L���g����jr�Y�)@�ځ\�Vj:Шv ��
�4��EhE�&4��]he��hrZ��C�ځ܈6�D��r)Z�iE�ځ܋Vj�Ѩv W���n4���h��z4�K ����4��i��$�jrMZ��I�ځܔ6�J��rYZ�iK�ځܗVj
+Өv V�::�hV��
��4���ie�9�hrwZ�)O�ځ\�Vj�Өv 7��:+Ԥ.�\�VjZԨv ����"5��Uj��K�jr�ڨ�NM�ȅj��Q�jr�Z�)U�ځ\�Vjzըv 7��z�V��r�Z�iW�ځܯVj
+֨v V�::�hV���9kք.�\�Vj�֨v w����5��uk��o�jr�ڨ�rM�ȥk��u�jr�Z�)^�ځ\�Vj�רv ���:�פ.�\�Vjبv w���6��5l����jrۨ��M��el����jb[����f�q%[��d#ځ��6�e��r1[�if�ځ��Vj�٨v ׳��~6��
m�Ί6�K �����6��=m����jrU[��j�ځ��6�k��ra[�il�ځ��VjJۨv ׶���6���m���6�K ��:��hV����7��n��Íjr�ۨ��M��En��ɍjr�[�)s�ځ\�Vj�ܨv 7��z�t��r�[�iu�ځ��Vj�ݨv W���n7���n��z7�K ����7��o���jr�[��y�ځ��6h��dv��9��HV�����7�ȕ����|���J�WZ���c�}?ܩ}������׾�3�}?�����������_�����������oK_~w%~�%|��%�����r��'�/�}� P�C��g�Y�#u	�r�RS�C���Ԕ�P�@.�)5�8T;��qF��8R�@.�)5�8T;�q
+�84+��q�L9��r�Qg9��%��qJM9��r�RS�C���Ԕ�P�@.�u��H]��Ԕ�P�@.�)5�8T;��qJM9��r�Qg9��%��qJM9��r�RS�C���Ԕ�P�@.�u��H]��̭��u��8�q(V�㔙r���8�^�q���\�Sj�q�v �㔚r���8���jr9Ψ�G���8���jr9N�)ǡځ\�Sj�q�v ��:�q�.�\�Sj�q�v �㔚r���8���jb9Π)Ǒ�qX�S�(�!Yq\�Sf�q�v �㔚r���8��r�K �㔚r���8���jr9N�)ǡځ\�3�,Ǒ�r9N�)ǡځ\�Sj�q�v �㔚r���8��r�K �㔚r���8���jb9N���f�a9ΐ)��q\�Sf�q�v �㔚r���8���jr9Ψ�G���8���jr9N�)ǡځ\�Sj�q�v ��:�q�.�\�Sj�q�v �㔚r���8���jr9N��r�k �㔚r���8���jb9N���f�q9Θ�G���8���jr9N�)ǡځ\�Sj�q�v ��:�q�.�\�Sj�q�v �㔚r���8���jr9Ψ�G���8���jr9N�)ǡځ\�Sj�q�v ��:�q�.�\�Sj�q�v ��:�qhV�㔙r���8��r�K �㔚r���8���jr9N�)ǡځ\�3�,Ǒ�r9N�)ǡځ\�Sj�q�v �㔚r���8��r�K �㔚r���8���jr9N�)ǡځ\�3�,Ǒ�b9N���f�q9N�)�!ځ\�Sj�q�v ��:�q�.�\�Sj�q�v �㔚r���8���jr9N��r�k �㔚r���8���jr9N�)ǡځ\�3�,Ǒ�r9N�)ǡځ\�Sj�q�v �㔚r���8��Gf�a9N���d�q9N�)�!ځ\��f�(�����qW�q���o{'�����x|�r\�I9�w��������<=����������������?�ß�����P���y'�������.?=�����}��>�Lu��������_���/o|���_�ځ��K���_�ځ��K�n��d��������/]���N��d����N��d����N��d����J��/Q]���N��d����N
_V;�N
_V;�JM��%�N
_V;�N
_V;�N
_V;�JM��%�N
_V;����lV6|�9��v 6|���/�K 6|�:��v 6|�:��v 6|�:��v 6|���/�K 6|�:��v 6|�:��v 6|�:��v 6|���/�K 6|�:��v 6|�:��v 6|�:��v 6|���/�K 4|������u5|�5|Y�8l�:s4|�@l�u6|I]������e�������e�������e����4|Q]������e�������e�������e����4|Q]������e�������e�������e������E����ȭ��d�a�י���hb�ש���jb�W�i���b�ש���jb�ש���jb�ש���jb�W�i���b�ש���jb�ש���jb�ש���jb�W�i���b�ש���jb�ש���jR�ס[×͊���"G�ɎÆ�3G×�Ć�SG×�Ć�SG×�Ć�R��Eu	Ć�SG×�Ć�SG×�Ć�SG×�Ć�R��Eu	Ć�SG×�Ć�SG×�Ć�SG×�Ć�Qg×�5�N
_V;�N
_V;����lV6|���/�K 6|�:��v 6|�:��v 6|�:��v 6|���/�K 6|�:��v 6|�:��v 6|�:��v 6|���/�K 6|�:��v 6|�:��v 6|�:��v 6|���/�K 6|�:��v 5|�5|٬8l�:s4|�@l�*5
_T�@l�:u4|Y�@l�:u4|Y�@l�:u4|Y�@l�*5
_T�@l�:u4|Y�@l�:u4|Y�@l�:u4|Y�@l�*5
_T�@l�:u4|Y�@l�:u4|Y�@l�:u4|Y�@l�*5
_T�@j�:tk��Yq��u�h�2ځ��u�h��ځ��Uj��.���u�h��ځ��u�h��ځ��u�h��ځ��5�l���b�ש���jb�ש���jb�ש���jb�W�i���b�ש���jb�ש���jb�ש���jR�W���f�Q�ב[×ɊÆ�3G×�Ć/6N�7|�s|{��c�7|�s|��������/Ͽ�<�zy>�V�x��g����ͫ/��������Ow|�2y��K��_���ޯ������t�S��u��A^oW���C�g�x[}:�Ϙ�:�eu	�QO����T�g����G�n��Q;pG=��Ϙ��={G������pz��`��gY]w����ժ۳w��Q���3&�n��Q;pG}=���y�R�g�x[}9���:�eu	�Q�?��3&�n��Q;pG=���<X�۳w��Q�?��n��Q;��z�1���e��v����(���A;pG=�>Yu{��ځ;�������n��Q;��v<<���pƳ�.�;����b���;j�χ�g���x��ځ;����$���Q;�vM�������<������g�n��Q;pG=�^��={G����c8Zu{��ځ;{1c@Ǩs���%�y��ET;�y��ET;y:yЬ8^�1�\�!t	�E�f���E�f���E�f���E��ER�@^�QjyP�@^�QjyP�@^�QjyP�@^�1�\�!u	�E�f���E�f���E�f���E��ER�@^�QjyP�@\�Q�X�A��x�G�Y�A�y�Ǩs���%�y��ET;�y��ET;�y��ET;�y�:yH]y�G�Y�A�y�G�Y�A�y�G�Y�A�y�Ǩs���%�y��ET;�y��ET;�y��ET;�y�:yH]i�G��"��a�ȣ��ȃb��"�2�ȃh�"�P/�<����ȣ�,�ځ�ȣ�,�ځ�ȣ�,�ځ��cԹ�C�ȋ<J�"�ȋ<J�"�ȋ<J�"�ȋ<F��<�.��ȣ�,�ځ�ȣ�,�ځ�ȣ�,�ځ��c�,��q�ȣȱȃd��"�2�ȃh�"�R�ȃj�"�Q�"�K /�(5�<�v /�(5�<�v /�(5�<�v /�u.��"�R�ȃj�"�R�ȃj�"�R�ȃj�"�Q�"�K /�(5�<�v /�(5�<�v .�(t,�Yq��c�,��q�ȣ�,� ځ�ȣ�,�ځ�ȣ�,�ځ��cԹ�C�ȋ<J�"�ȋ<J�"�ȋ<J�"�ȋ<F��<�.��ȣ�,�ځ�ȣ�,�ځ�ȣ�,�ځ��#��"�k /�(5�<�v /�(5�<�v .�(t,�Yq��c̹�C�ȋ<J�"�ȋ<J�"�ȋ<J�"�ȋ<F��<�.��ȣ�,�ځ�ȣ�,�ځ�ȣ�,�ځ��cԹ�C�ȋ<J�"�ȋ<J�"�ȋ<J�"�ȋ<F��<�.��ȣ�,�ځ�ȣбȃf��"�2�ȃh�"�Q�"�K /�(5�<�v /�(5�<�v /�(5�<�v /�u.��"�R�ȃj�"�R�ȃj�"�R�ȃj�"�Q�"�K /�(5�<�v /�(5�<�v /�(5�<�v /�u.��"�B�"�Nj<��"�ȋ<J�"�ȋ<F��<�.��ȣ�,�ځ�ȣ�,�ځ�ȣ�,�ځ��#��"�k /�(5�<�v /�(5�<�v /�(5�<�v /�u.��"�R�ȃj�"�R�ȃj�"�R�ȃj�"�A��Cf��"�"�"�Nj<��"�ȋ<�5#y�sl�<Wy�?��=_����bo������z�J��(7��<�M��X����|=���_��_���/ۿ����×�~�z�r|�$���<��t�W�R�?�!W~���s@1��b�RSA��b�Y!u	�b�RSA����CP�@.�(5�T;��!F��R�@.�(5�T;��!JM1��b�RSA��b�Y!u	�b�2�b��aXQ�(��Xq\Qf�!�v C�z)���r1D�)��ځ\Qj�!�v C��b�����b�K C��b������jr1D�)��ځ\1�,���r1D�)��ځ\Qj�!�v C��b�����Bf�a1D���d�q1D�)� ځ\Qj�!�v C�:�!�.�\Qj�!�v C��b������jr1Ĩ�B������jr1D�)��ځ\Qj�!�v C�:�!�.�\Qj�!�v C��b�����b���C�Bd�q1D�)� ځ\Qj�!�v C��b�����b�K C��b������jr1D�)��ځ\1�,���r1D�)��ځ\Qj�!�v C��b����^�!���\Qj�!�v C��b�����b���c�b�K C��b������jr1D�)��ځ\1�,���r1D�)��ځ\Qj�!�v C��b�����b�K C��b������jr1D�)��ځ\1�,���r1D�)��ځXQ�(��Yq\Qf�!�v C�:�!�.�\Qj�!�v C��b������jr1Ĩ�B������jr1D�)��ځ\Qj�!�v C�:�!�.�\Qj�!�v C��b������jr1Ĩ�B�����b���e��hr1D�)��ځ\1�,���r1D�)��ځ\Qj�!�v C��b����^�!���\Qj�!�v C��b������jr1Ĩ�B������jr1D�)��ځ\Qj�!�v C�b���E�b���e��hr1�����c+�\}����b�����!��}x~�b�x&Ő(������/_�|=�����������/߾�}�󗟿;>�����ۯ�g���Ͽ���p�xx>�����u�8�~r���r7��n��/q�n����9T;��攚�9T;����92;��9�搬8��Sf���@��Sj��P�@��3꼛#u	�9��n��9��n��9��n��9�λ9R�@��Sj��P�@��Sj��P�@��Sj��P�@��3꼛#u	�9��n��9��n�Ļ9���94+����9";��攙�9D;��攚�9T;��攚�9T;���:��H]�nN���C��nN���C��nN���C��nΨ�n��%��攚�9T;��攚�9T;��攚�9T;���z��u
�9��n��9��n�Ļ9���94+���9��]�nN���C��nN���C��nN���C��nΨ�n��%��攚�9T;��攚�9T;��攚�9T;���:��H]�nN���C��nN���C��nN���C��nΨ�n��%��攚�9T;��:��Ь8��Sf���@��3꼛#u	�9��n��9��n��9��n��9�λ9R�@��Sj��P�@��Sj��P�@��Sj��P�@��3꼛#u	�9��n��9��n��9��n��9�λ9R�@��S踛C���nN���C��nN���C��nΨ�n��%��攚�9T;��攚�9T;��攚�9T;���z��u
�9��n��9��n��9��n��9�λ9R�@��Sj��P�@��Sj��P�@��Sj��P�@��3h����8��S丛C���nN���C��nn��K�������>�����n�����9�t䳹�\͝����������������f?��Ͽ~�~{�t|�)7��^��������O��9�����8�y<�����Ƨ�An�2Yq;�����$�=�d�퐯��W'~{�������p|��C�GQ���+�,��Q&+n�<��?=8r{�Ɋ�!Ͽ��Wh��Q&+�6y:��9E��v��/�ã#�G��������7���e��v��/�'In�2Yq������۳"ǣHv�y:<��=�!�G�������E�ۣLV��zx��
;e��n�O�_�'���xɎ�!Ͽ����e��v��/��o��I��v�����62e��v^�p��p�xɎ�!�K%��TYq��
+C�
DV��y=��/��|7��o�0d^LAd��k)��RYq�N
+C�DV��B��}@v��y�ǯ�0d�DAd��{(��PYq�
+A�wP��q�
+n/� �*
+_?a���	����̫'H�8~��}��މ}r��N2/� ������'��8~߄!�	"+�_6!���	 ;��4aȼh�Ȋ��L2o� �����+&��8~�� ��%��8~��!S�%��"k�4d��8��2�X"+˱BL7�
+�f��F1���0��0�X+�;��L%�Ȋ�B� gȎ�6�!S�%��
+k�4a��8��25X"+�K���X ;���L�Ȋ���!�~%���j�T_��8.�
+r�^��8n�2�W"+�+��L�Ȋþ�Gݕ��0,�
+/]W�*���LѕĊ㚫!�r%���j�T\��8.�
+r�[��8n�2�V"+����L��Ȋ�^�!Sk%���*��i���j�Z��8��2mV"+����L��Ȋ�"�}��c�'�8n�2%V"+�+��L��Ȋ���G}���0.�
+pvWA�8n�2�U"+�k��Lk�Ȋ�Ϊ!SY%�⸰*��W�㸭jȔU��8��2MU"+�{��LM�Ȋ㒪 gGȎㆪ!SP%�⸞jȴS��8�2�T"+������T ;�[��L)�Ȋ�J�G#���0�0uT+�˨��]T ;����L�Ȋ��!�B%�⸃j�TP��8.�
+r�O��8n�2�S"+����L�Ȋ�ީ!S;%��t*��9��qj�N��8��2mS"+����LՔȊ㢩 g�ȎÖ�Gɔ��0��0
S+����L��Ȋ�r� g�Ȏ�f�!S,%��VjȴJ��8�2�R"+����K�t�\�MjȔI��8��2MR"+�{��L��Ȋ�� g�Ȏ��!S %��>jȴG��8�2�Q"+��BLo�
+�֨�Fi���0��0�Q+�����GU���E/�ʢ���?�����ޱp����ۅ����t��ҭ�3��#[W4M�������ۿ���/����	�Y?����������|��O{U��������|�<t�A?��������O�>~���x��%pG=^_��={G����pz?�P����w������)u{��ځ�՗��I��YV����cx|�����w�����ڔ�={G����cx�����o���ÃC�G����38��={����3�d���;j��7��={G������.�ɩ�YV���txy�����w�����T�g����O�7����oWJ>��Nͳ���;���pz�����w����E�۳w��Q�?��U�g���=1V8�:W=H]y�C��@�y�C���@�q�C�c�͊�c΅B�@��PjF>P�@��Pjv>P�@^�Pj�>P�@�0�\� u	��f�����f�����f�������R�@��Pj�?P�@��Pj�?P�@^�Qj&@P�@1�\!u	��f��)��-4+��@��9D;�A�:AH]yD�A�yD��A�yD��A�yĨs��%��A���T;�'B���T;�WB���T;��B�:�BH]y+D�A�y.D��A�y1D��A�y4Ĩs5��%�vC��
��x��!
+�!(V��(3�!�v ��� ��"J͈��3"J͎��K"J͔��c"F�k"�.��'����ځ<)��l��ځ�*��̊�ځ<,bԹ,B���"J͸���"J;��#J����##����;#�C#HVO�(3[#�v ��(5s#�v �u.�����R3:�j��R�;�j��R3=�j���Q���K �(5$�v O�(5$�v ��(53$�v �u.�����R3F�j��R�G�j�"�B�$	���$��*	�ǻ$��0	���$J�6	���$J�<	��%F�%�.��Q�Ԍ��ځ<S��씠ځ�T��L��ځ<VbԹVB��{%J�`	�ȓ%J�f	�ȫ%J�l	���%B�,����v�R3^�j�|�R�_�j₉BDŽ	��#&Ɯ+&�.��c����ځ<e��l��ځ�f��̙�ځ<hbԹhB�ț&Jͨ	�ȳ&Jͮ	���&Jʹ	���&F��&�.��o����ځ<q��l��ځ�r��̜�ځ<tbԹtB��['J��	��s'
+{'hV/�(3�'�v ��u������R3|�j��R�}�j���R3�j���Q�
+�K o�(5#(�v Ϡ(5;(�v /�(5S(�v ��u������R3��j�$�R���j�*�R3��j�0�Q�2
+�K n�(t���Yq<���� ځ����L��ځ<�bԹ�B��;)J�P
+��S)J�V
+��k)J�\
+�ȃ)B�,����f�R3��j�l�R���j�r�R3��j�x�Q�z
+�K �(5*�v O�(5*�v ��(53*�v �4K*dvn�(r�� Yq<���� ځ�����&U�sl�*W��iwTe�s��������W��bnϕ����z�ʰ��^n7��Cy&�*DZ��~�����ӏ?�i�����|��y���������ۿ��e���?���?�������������ß~����?~�y���?}���w�O�E�˧�8����7�r���j��W��_�~� �-��_�u~AK��_�*5_Тځ��R�-��_�*5_Тځ��Q���.���R�-��_�*5_Тځ��R�-��_�
+��-�k A��|A�j��J���v ~A���-��_�s~AK��_�*5_Тځ��R�-��_�*5_Тځ��Q���.���R�-��_�*5_Тځ��R�-��_�u~AK��_�*5_Тځ��R�-��_�*5_Тځ��Q���.���R�-��_�*t|A�f�������v Ak��-�K A��|A�j��J���v A��|A�j��F�_В���J���v A��|A�j��J���v Ak��-�K A��|A�j��J���v A��|A�j��F�_В���
+_ТYq��2�-��_�*5_Тځ��Q���.���R�-��_�*5_Тځ��R�-��_�
+��-�k A��|A�j��J���v A��|A�j��F�_В���J���v A��|A�j��J���v ~Ak�|AKf����_�"Yq��2�-��_��C����ϱ}A{�1���ϱ|A{�/h�g������<�/h���������O���xz�����y���o�^���������?����ן>o�^����6ͷ�������~��H����p|����?�y9�R<�����������>�+���%v7|n|��
T�@��q���a�q�ǩcÇ��
��
V;7|��
T�@��q���a�q�ǩcÇ��
��
V;�6|:6|��8��q���d�ᆏ3dž��>N>�v n�(5>�.����Ա��j↏Sdž��>N>�v n�(5>�.����Ա��j↏Sdž��>N>�v n�(5>�.����Ա��j↏Sdž�H>�6|ج8��Q���A��p�ǙcÇ��
��QV;OD�:NDY�@<UjNDQ]�Dԩ�D���Q��QV;OD�:NDY�@<UjNDQ]�Dԩ�D���Q��QV;OD�:NDY�@<5�<%u
�Q��QV;OD�:NDY�@:u�v"�f�ቨ2s"���'�N'��v ��:u���ځx"��q"�j≨Rs"���'�N'��v ��:u���ځx"��q"�j≨Rs"���'�N'��v ��:u���ځx"��q"�j≨Rs"���'�N'��v ��:t;e���Dԙ�D���Q��D�%OD�:NDY�@<u�8e��Dԩ�D���Q��D�%OD�:NDY�@<u�8e��Dԩ�D���Q��D�%OD�:NDY�@<u�8e��Dԩ�D���Q��D�%�ND����Yqx"��q"�h≨Slj(��'�J͉(�K ��:u���ځx"��q"�j≨Slj(��'�F�'����x"��q"�j≨Slj(��'�N'��v ��*5'��.�x"��q"�j≨Slj(��'�N'��v ��*t����qt"���D�Ɋ�Qg�QF;OD����(�o�\���Q���|���OL�7|ο�<�z������4��#ہ��aY�Y>���y�s�K��?����a����zx������'��;>��7E?�Gu<�����o�8����;j�χǣU�g�����7EJݞ��v�m��x8���Qdz�.�;����j���;j�χ��M�R�g����^��pV�۳w�����ORϲ�����M�R�g������K�={G����cx�����o��������Q6;n�<��Gin��A;pG=�>Yu{��ځ;�������n��Q;��v<<���pƳ�.�;����b���;j�χ�g���x��ځ;����$���Q;��{�?��Nͳ���;���pz�����w����E�۳w��Q�?��U�g�x[=���osy��%pG=��ޤ�={G����p|�����w��ó������n��������g]w����٪۳w��Q�?���n��Q;pG=�ORݞ��v�m�t�1��:�eu	�Q�?��G�n��Q;pG=���7����w���U�g�x[}<>����Ƴ�.�;����*���Q;pG}>|z�����w��Ó�o����o�O�Ó�
g<������Vݞ��v��z�1�����cV�y���o8��;h�V��?���gY]w����(���Q;pG=�>Yu{��ځ;����M�67���v�m�����U�'x<������/Vݞ��v���t~^�67���v���}5����;j�V_�?�G��gY]w���$���Q;pG=��os��;j���Ѫ۳w�������os�YV����c����w����`��u{�Xq;����*���A;�va�ӧ����&Ϣ���٪۳w��Q�?���T�g����5�f��y��yR�@��Qj�qP�@��Qj�qP�@��Qj�qP�@��1��!u	�y�f��y�f��y�f��y�f�̎�yE�y$+��q��yD;��q��yT;��q�:�qH]yG���A�yG���A�yG���A�yǨs��%��q��yT;��q��yT;��q��yT;��q�:�qH]yG���A�yG���A�qG�c͊�yCf�Ȏ�yef��y�f��y�f��y��yR�@��Qj�qP�@��Qj�qP�@��Qj�qP�@��1��!u	�y�f��y�f��y�f��y�^�q@]yG���A�yG���A�qG�c͊�yc�yB�@��Qj�qP�@��Qj�qP�@��Qj�qP�@��1��!u	�y�f��y�f��y�f��y��yR�@��Qj�qP�@��Qj�qP�@��Qj�qP�@��1��!u	�y�f��y��y4+��q��yD;��q�:�qH]yG���A�yG���A�yG���A�yǨs��%��q��yT;��q��yT;��q��yT;��q�:�qH]yG���A�yG���A�yG���A�yǨs��%�q:�qЬ8��Qf�q�@��Qj�qP�@��1��!u	�y�f��y�f��y�f��y�^�q@]yG���A�yG���A�yG���A�yǨs��%��q��yT;��q��yT;��q��yT;�q�y2;�q9�q��8��Qf�q�@���_}Q�8�9�y����8���o|���oQ�ο���3�9�U������_�����������w���i������~���/������=|:��C����_~���������wW������z�y'��N��/s�N���;AR�@�Tj�Q�@�Tj�Q�@�Tj�Q�@�4h���8�T�D���NP��D��NP��D��NШ�N��%����;AT;����;AT;����;AT;���:�I]�NP��D��NP��D��NP��D��NШ�N��%����;AT;����;AT;�:�Ѭ8�4d���8�Tf��@�Tj�Q�@�Tj�Q�@�4�$u	�;A��N��;A��N��;A��N��;A��;AR�@�Tj�Q�@�Tj�Q�@�Tj�Q�@���N�5����;AT;����;AT;�:�Ѭ8�4�$t	�;A��N��;A��N��;A��N��;A��;AR�@�Tj�Q�@�Tj�Q�@�Tj�Q�@�4�$u	�;A��N��;A��N��;A��N��;A��;AR�@�Tj�Q�@�T�D���NP��D��NШ�N��%����;AT;����;AT;����;AT;���:�I]�NP��D��NP��D��NP��D��NШ�N��%����;AT;����;AT;����;AT;���:�I]�NP��N͊�;Ae�N��;A��N��;A��;AR�@�Tj�Q�@�Tj�Q�@�Tj�Q�@���N�5����;AT;����;AT;����;AT;���:�I]�NP��D��NP��D��NP��D��NР�$���NP��NɊ�;Ae�N��;A�Ww��9�;���w��������翯���8�x�������/�������.�g<2���q�}�������6����a�o���z:���L�t��!����#W��p�~�O�>�
p{�Ŋ�!���Yq��@Aη�q��@C�U�DV�(АyO ��o	4d^Hd��+9�d���
��Yq�r@C�݀DV�Аy1 �ǯ�|+ ���4d^	Hd��
��Yq�6@C�e�DV�
+P�y ���4`^Hb��K�
�w�Yq�@C��DV��O���@v��ϐy���/�3d��Gd��[����Yq�ʿ��������3d^�Gd�����w�Yq��?C�EDV��O��-@v��ϐy���/�3d��Gd�����8^�G�u��O���~ v��ϐy���/�3d��Gd�����Yq�:?Aη��q�.?C�U~DV��ϐy���o�3d^�Gd��+�9��d�������Yq��>C��}DV��ϐyq�ǯ��|k����3d^�Gd����8��G�u��πyY�ǯ��|S����3d^�Gd��K��w�Yq��>C�}DV��O���|@v��ϐy5��/�3d��Gd��[����Yq�J>A�7��q�>>C�u|DV��ϐy��o�3d^�Gd��k�9��d��;�������(|���������0/�#����{��˛���%�߻gȼv�Ȋ��2��#����{�����8~ݞ �����8~מ!�="+�_�gȼg�Ȋ��2�9DVO�r.���q��c���Yq<�c�l�Yq��c��Yq8�#Ĭ��Xa��c�1�C�u�0;9$V��2#9DVO�r.���q��c���Yq<�c�l�Yq��c��Yq<�#ȹ�d��&�!3�Cd�� �!��Cd���!3�Cd��� ���;8����#8����8F8^�����~^����3}Cb����!�{Cd���!3zCd��� ��
��{7���
��c7���
��K7���
��37��+7@vo�27DV�2�6DV��2�6DVO��'/�6��ǻ6�̬
�ǣ6�̦
���6F�6^����
��[6�̔
��C6�̎
��+6�̈
��6��6@v��2�5DV��2�5DV/�2�5DV��r����q�Yc�L�Yq<Xc���Yq�VcȌ�Yq<U#ȹTd��N�!3SCd��H��F
��a�Pc�ԐXq<O#ȹNd��6�!3MCd��0�!�KCd��*�!3JCd��$� �"
��{4��
��c4��
��K4��
��34��+4@vo�24DV�2�3DV��2�3DVO�r.���q�;c�1;C�u��0�3$V/�2�3DV��r����q�5c�L�Yq<4c���Yq�2cȌ�Yq<1s��,��K��2�2DV��2�2DV/�2�2DV��r����q�)c�L�Yq<(c���Yq�&cȌ�Yq8%#�,��Xa�#c�1#C�u��02$V/��"������\�������~�o��~z�z���gο�<��y<^���5g3��#�~L�0���˗�퇯?~���V���.��7>����P;�1s�>ܜ���t�;?U�ځ<U��lU�ځ�Va�9WA�ȃJ�b�țJ�h�ȳJ�n����t�����z���J̀��J͆��+F�3�.�<d��,Y�ځ�e�ԌY�ځ<g���Y�ځ�h!�ˤ�k �Z(5��v �Z(5��v O[(5��v �[u�[�����R�p�j�ƅR3r�j�̅B����KƜS�.�<v�Ԭ]�ځ�w��^�ځ<y��l^�ځ�za�9{A���J�����J�����J����F��.�<��Ԭ`�ځ����a�ځ<���la�ځ��a�9�A�ȃJ�"���
+�hV�b(3��v /cuNc���8�R���j�>�R3��j�D�R���j�J�Q�L�K e(5K�v oe(5c�v �e(5{�v /fuNf���h�R���j�n�R3��j�t�R���j�z�Q�|�K 
h(s[�@�:748F4P�8��Pfv4�@^��eJ�5��4��5
T;��4��A
T;�'5��M
T;�W5�:g5H]yXC�Y�@�y[C��@�y^C���@�yaèsb��%�G6���
T;�w6���
T;��6���
T;�6��
2;797��8��PfF7�@��Pjv7P�@^�0�� u	��
�f}���
�f���	�f�����R�@�Pj�8P�@��Pj�8P�@��Pj�8P�@^�0�� u	�Q�f���]�f���i��m4+�9�y";�:���D;�7:���T;�g:���T;��:�:�:H]y�C�Y�@�y�C��@�y�C���@�y�ès���%��;���T;��;���T;��;���T;�<�z���u
��f����f���)��-4+��<�9�<]y�C�Y�@�y�C��@�y�C���@�y�èsڃ�%��=��uT;��=���T;�'>���T;�W>�:g>H]y�C�Y�@�y�C��@�y�C���@�y�ès��%�G?���T;w?:�?Ь8��Pf�?�@^�0�� u	��f��
�f���f��%��)R�@Qj�@P�@�QjAP�@�Qj6AP�@^1�!u	�a�f��m�f��y�f���ΉR�@	Q�X	A��x'D�
+A�y*D��
+A�y-Ĩs.��%�C���T;�7C���T;�gC���T;��C�z�u
���f=����f@��	�fC����R�@Qj�DP�@�Qj�DP�@�Qj�DP�@\1h&E��8Q�XA��xWD�A�yZd1Cm�����E��<��E�?�ռ��G�8/rFߎ/8/2��EƼ������ۿ�~���?���?�4��~���o?�U#}|�C�����v�����R�ܩ�^}��j�Ǐ�RB�@��*5�RT;���JM���j�RS-E��Zj�Y-%u	�j�RS-E��Z��TKQ�@��*5�RT;���F��RR�@��*5�RT;���JM���j�RS-E��Zj�Y-%u	�j�RS-E��Z��Q-E��Z��TK�@��uVKI]�Z��TKQ�@��*5�RT;���JM���j�Qg���%���JM���j�RS-E��Z��TKQ�@��uVKI]�Z��TKQ�@��*5�RT;���JM���j�Qg���%����ܪ�(^�a�T��Z�b�q�T���"ځ\-�Z
+���R��Z�jr�T����ځ\-Uj���v WK�:���.�\-Uj���v WK��j)���R��Z�jr�Ԩ�ZJ���R��Z�jr�T����ځ\-Uj���v VK
�j)���RE�j)���Re�Z�hr�T����ځ\-5ꬖ��r�T����ځ\-Uj���v WK��j)���R��j)�K WK��j)���R��Z�jr�T����ځ\-5ꬖ��r�T����ځ\-Uj���v VK:��hVVK
�j)���Re�Z�hr�T����ځ\-Uj���v WK�:���.�\-Uj���v WK��j)���R��Z�jr�Ԩ�ZJ���R��Z�jr�T����ځ\-Uj���v WK�z����r�T����ځ\-Uj���v VK:��hVWK�9���.�\-Uj���v WK��j)���R��Z�jr�Ԩ�ZJ���R��Z�jr�T����ځ\-Uj���v WK�:���.�\-Uj���v WK��j)���R��Z�jr�Ԩ�ZJ���R��Z�jb�T��Z�f�q�T���"ځ\-5ꬖ��r�T����ځ\-Uj���v WK��j)���R��j)�K WK��j)���R��Z�jr�T����ځ\-5ꬖ��r�T����ځ\-Uj���v WK��j)���R��j)�K VK:��hVWK��j)���R��Z�jr�Ԩ�ZJ���R��Z�jr�T����ځ\-Uj���v WK�z����r�T����ځ\-Uj���v WK��j)���R��j)�K WK��j)���R��Z�jr�T����ځX-5h��dvVK9��HVWK��j)���RjD�j)~��Zz��ܯ����Zz���������㑭Zz��?����/���o��ϵcz��o��r�>����r�e����y�;��>��;�?~xg4�K �3Z�yg4���Vj��j�;���wF�ځ��h�^�
���Vj��j�;���wF�ځ��h��Ѩv �3ڨ�Ѥ.���h��Ѩv �3Z�yg4���V�(��Yq\�7�,��r�_�)��ځ\�Wj���v ���b?���~��b?�K ���b?���~��؏jr�_�)��ځ\�7�,���r�_�)��ځ\�Wj���v ���b?���~��b?�K ���b?���~��b?���~e�؏hr�ߨ��O���~��؏jr�_�)��ځ\�Wj���v ��:���.�\�Wj���v ���b?���~��؏jr�ߨ��O���~��؏jr�_�)��ځ\�Wj���v ��:���.�T�W�V�G�:��
+�~+����L���b�P/�~P�@.�+5�~T;���JM���b�RS�G���o�Y�'u	�b�RS�G��د��Q�@.�+5�~T;���F��~R�@.�+5�~T;���JM���b�RS�G���o����8,�+r���8.�+3�~D;���JM���b�Qg���%���JM���b�RS�G��د��Q�@.�u�I]�د��Q�@.�+5�~T;���JM���b�Qg���%���JM���b�RS�G��د�Q�G���o����8.�+3�~D;���JM���b�RS�G���o�Y�'u	�b�RS�G��د��Q�@.�+5�~T;���F��~R�@.�+5�~T;���JM���b�RS�G���/�K��5���JM���b�RS�G��د�Q�G���o�Y�'t	�b�RS�G��د��Q�@.�+5�~T;���F��~R�@.�+5�~T;���JM���b�RS�G���o�Y�'u	�b�RS�G��د��Q�@.�+5�~T;���F��~R�@.�+5�~T;��
+�~4+����L���b�Qg���%���JM���b�RS�G��د��Q�@.�u�I]�د��Q�@.�+5�~T;���JM���b�Qg���%���JM���b�RS�G��د��Q�@.�u�I]�د�Q�G��د���@.�+5�~T;���F��~R�@.�+5�~T;���JM���b�RS�G���/�K��5���JM���b�RS�G��د��Q�@.�u�I]�د��Q�@.�+5�~T;���JM���b�AS�'��د�Q�G��د���@.���U�?�V��ѿ���?�����O�ç�#��#[��q����s�1����Ϻ��M����/�ǂ���n����s�����/�� PzG����Ԕ�Q�@.��Rzu
�һRSzG����Ԕ�Q�@.�+5�wT;�K�F��wR�@.�+5�wT;�K�JM���һBG�͊�һ1g��%�K�JM���һRSzG����Ԕ�Q�@.�u��I]���Ԕ�Q�@.�+5�wT;�K�JM���һQg��%�K�JM���һRSzG����Ԕ�Q�@.�u��I]���Ԕ�Q�@,�+t��Ѭ8.�+3�wD;�K�F��wR�@.�+5�wT;�K�JM���һRSzG���n�Yz'u	�һRSzG����Ԕ�Q�@.�+5�wT;�K�F��wR�@.�+5�wT;�K�JM���һRSzG���n�Yz'u	�һ2��;��aXzW�(��Xq\zWfJ�v �ޅz)���r�]�)��ځ\zWjJ�v �ޕ��;�ȥw���;�K �ޕ��;�ȥw���jr�]�)��ځ\z7�,���r�]�)��ځ\zWjJ�v �ޕ��;���w���Nf�a�]���d�q�]�)�#ځ\zWjJ�v �ލ:K�.�\zWjJ�v �ޕ��;�ȥw���jr�ݨ��N�ȥw���jr�]�)��ځ\zWjJ�v �ލ:K�.�\zWjJ�v �ޕ��;���w���;���wC��Nd�q�]�)�#ځ\zWjJ�v �ޕ��;�ȥw���;�K �ޕ��;�ȥw���jr�]�)��ځ\z7�,���r�]�)��ځ\zWjJ�v �ޕ��;�ȥw�^J�\zWjJ�v �ޕ��;���w���;�ǥwc��;�K �ޕ��;�ȥw���jr�]�)��ځ\z7�,���r�]�)��ځ\zWjJ�v �ޕ��;�ȥw���;�K �ޕ��;�ȥw���jr�]�)��ځ\z7�,���r�]�)��ځXzW�(��Yq\zWfJ�v �ލ:K�.�\zWjJ�v �ޕ��;�ȥw���jr�ݨ��N�ȥw���jr�]�)��ځ\zWjJ�v �ލ:K�.�\zWjJ�v �ޕ��;�ȥw���jr�ݨ��N���w���;�ǥwe��hr�]�)��ځ\z7�,���r�]�)��ځ\zWjJ�v �ޕ��;�ȥw�^J�\zWjJ�v �ޕ��;�ȥw���jr�ݨ��N�ȥw���jr�]�)��ځ\zWjJ�v ��
��;���wE��;�ǥwe��hr�}���J��9���u��m����9��|������x�{��o�9^N��.��z|����O��s:}���x�������s����_vVNendstream
 endobj
-1434 0 obj <<
+1494 0 obj <<
 /Type /Page
-/Contents 1435 0 R
-/Resources 1433 0 R
+/Contents 1495 0 R
+/Resources 1493 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1138 0 R
-/Annots [ 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 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 ]
+/Parent 1198 0 R
+/Annots [ 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R 1503 0 R 1504 0 R 1505 0 R 1506 0 R 1507 0 R 1508 0 R 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R 1521 0 R 1522 0 R 1523 0 R 1524 0 R 1525 0 R 1526 0 R 1527 0 R 1528 0 R 1529 0 R 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R 1538 0 R 1539 0 R 1540 0 R 1541 0 R 1542 0 R 1543 0 R 1544 0 R 1545 0 R 1546 0 R 1547 0 R 1548 0 R 1549 0 R 1550 0 R 1551 0 R 1552 0 R 1553 0 R 1554 0 R 1555 0 R 1556 0 R 1557 0 R 1558 0 R 1559 0 R 1560 0 R 1561 0 R 1564 0 R 1565 0 R 1566 0 R 1567 0 R 1568 0 R 1569 0 R 1570 0 R 1571 0 R 1572 0 R 1573 0 R 1574 0 R 1575 0 R 1576 0 R 1577 0 R 1578 0 R 1579 0 R 1580 0 R 1581 0 R 1582 0 R 1583 0 R 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R ]
 >> endobj
-1437 0 obj <<
+1497 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 706.187 139.467 715.098]
+/Rect [143.462 706.187 237.269 715.098]
 /Subtype /Link
-/A << /S /GoTo /D (voting) >>
+/A << /S /GoTo /D (flags-create) >>
 >> endobj
-1438 0 obj <<
+1498 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 706.187 537.983 715.098]
 /Subtype /Link
-/A << /S /GoTo /D (voting) >>
+/A << /S /GoTo /D (flags-create) >>
 >> endobj
-1439 0 obj <<
+1499 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 693.235 141.858 702.147]
+/Rect [143.462 693.235 237.269 702.147]
 /Subtype /Link
-/A << /S /GoTo /D (quips) >>
+/A << /S /GoTo /D (flags-delete) >>
 >> endobj
-1440 0 obj <<
+1500 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 693.235 537.983 702.147]
 /Subtype /Link
-/A << /S /GoTo /D (quips) >>
+/A << /S /GoTo /D (flags-delete) >>
 >> endobj
-1441 0 obj <<
+1501 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 680.284 227.905 689.195]
+/Rect [143.462 680.284 232.298 689.195]
 /Subtype /Link
-/A << /S /GoTo /D (groups) >>
+/A << /S /GoTo /D (flags-edit) >>
 >> endobj
-1442 0 obj <<
+1502 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 680.284 537.983 689.195]
 /Subtype /Link
-/A << /S /GoTo /D (groups) >>
+/A << /S /GoTo /D (flags-edit) >>
 >> endobj
-1443 0 obj <<
+1503 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 667.333 215.571 676.244]
+/Rect [95.641 669.27 170.928 676.244]
 /Subtype /Link
-/A << /S /GoTo /D (1528) >>
+/A << /S /GoTo /D (custom-fields) >>
 >> endobj
-1444 0 obj <<
+1504 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 667.333 537.983 676.244]
+/Rect [528.02 669.27 537.983 676.244]
 /Subtype /Link
-/A << /S /GoTo /D (1528) >>
+/A << /S /GoTo /D (custom-fields) >>
 >> endobj
-1445 0 obj <<
+1505 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 654.381 257.085 663.293]
+/Rect [119.552 654.381 234.689 663.293]
 /Subtype /Link
-/A << /S /GoTo /D (1555) >>
+/A << /S /GoTo /D (add-custom-fields) >>
 >> endobj
-1446 0 obj <<
+1506 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 654.381 537.983 663.293]
 /Subtype /Link
-/A << /S /GoTo /D (1555) >>
+/A << /S /GoTo /D (add-custom-fields) >>
 >> endobj
-1447 0 obj <<
+1507 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 641.43 302.205 650.341]
+/Rect [119.552 641.43 234.141 650.341]
 /Subtype /Link
-/A << /S /GoTo /D (1565) >>
+/A << /S /GoTo /D (edit-custom-fields) >>
 >> endobj
-1448 0 obj <<
+1508 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 641.43 537.983 650.341]
 /Subtype /Link
-/A << /S /GoTo /D (1565) >>
+/A << /S /GoTo /D (edit-custom-fields) >>
 >> endobj
-1449 0 obj <<
+1509 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 628.478 315.485 637.39]
+/Rect [119.552 628.478 239.112 637.39]
 /Subtype /Link
-/A << /S /GoTo /D (1583) >>
+/A << /S /GoTo /D (delete-custom-fields) >>
 >> endobj
-1450 0 obj <<
+1510 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 628.478 537.983 637.39]
 /Subtype /Link
-/A << /S /GoTo /D (1583) >>
+/A << /S /GoTo /D (delete-custom-fields) >>
 >> endobj
-1451 0 obj <<
+1511 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 615.527 350.016 624.438]
+/Rect [95.641 615.527 169.594 624.438]
 /Subtype /Link
-/A << /S /GoTo /D (1585) >>
+/A << /S /GoTo /D (edit-values) >>
 >> endobj
-1452 0 obj <<
+1512 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 615.527 537.983 624.438]
 /Subtype /Link
-/A << /S /GoTo /D (1585) >>
+/A << /S /GoTo /D (edit-values) >>
 >> endobj
-1453 0 obj <<
+1513 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 602.575 365.238 611.487]
+/Rect [119.552 602.575 264.367 611.487]
 /Subtype /Link
-/A << /S /GoTo /D (1589) >>
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
-1454 0 obj <<
+1514 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 602.575 537.983 611.487]
 /Subtype /Link
-/A << /S /GoTo /D (1589) >>
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
-1455 0 obj <<
+1515 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 589.624 338.718 598.535]
+/Rect [119.552 589.624 233.105 598.535]
 /Subtype /Link
-/A << /S /GoTo /D (1593) >>
+/A << /S /GoTo /D (edit-values-delete) >>
 >> endobj
-1456 0 obj <<
+1516 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 589.624 537.983 598.535]
 /Subtype /Link
-/A << /S /GoTo /D (1593) >>
+/A << /S /GoTo /D (edit-values-delete) >>
 >> endobj
-1457 0 obj <<
+1517 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 576.673 229.309 585.584]
+/Rect [95.641 576.673 144.448 585.584]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading) >>
+/A << /S /GoTo /D (voting) >>
 >> endobj
-1458 0 obj <<
+1518 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 576.673 537.983 585.584]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading) >>
+/A << /S /GoTo /D (voting) >>
 >> endobj
-1459 0 obj <<
+1519 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 565.778 226.649 572.633]
+/Rect [95.641 563.721 141.858 572.633]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-version-defns) >>
+/A << /S /GoTo /D (quips) >>
 >> endobj
-1460 0 obj <<
+1520 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 565.778 537.983 572.633]
+/Rect [528.02 563.721 537.983 572.633]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-version-defns) >>
+/A << /S /GoTo /D (quips) >>
 >> endobj
-1461 0 obj <<
+1521 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 550.77 294.973 559.681]
+/Rect [95.641 550.77 227.905 559.681]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-methods) >>
+/A << /S /GoTo /D (groups) >>
 >> endobj
-1462 0 obj <<
+1522 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 550.77 537.983 559.681]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-methods) >>
+/A << /S /GoTo /D (groups) >>
 >> endobj
-1463 0 obj <<
+1523 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 537.818 269.379 546.73]
+/Rect [119.552 537.818 215.571 546.73]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+/A << /S /GoTo /D (1661) >>
 >> endobj
-1464 0 obj <<
+1524 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 537.818 537.983 546.73]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+/A << /S /GoTo /D (1661) >>
 >> endobj
-1465 0 obj <<
+1525 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 524.867 290.121 533.778]
+/Rect [119.552 524.867 257.085 533.778]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-tarball) >>
+/A << /S /GoTo /D (1688) >>
 >> endobj
-1466 0 obj <<
+1526 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 524.867 537.983 533.778]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-tarball) >>
+/A << /S /GoTo /D (1688) >>
 >> endobj
-1467 0 obj <<
+1527 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 511.915 279.88 520.827]
+/Rect [119.552 511.915 302.205 520.827]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-patches) >>
+/A << /S /GoTo /D (1698) >>
 >> endobj
-1468 0 obj <<
+1528 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 511.915 537.983 520.827]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-patches) >>
+/A << /S /GoTo /D (1698) >>
 >> endobj
-1469 0 obj <<
+1529 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 498.964 255.152 507.875]
+/Rect [119.552 498.964 315.485 507.875]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-completion) >>
+/A << /S /GoTo /D (1716) >>
 >> endobj
-1470 0 obj <<
+1530 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 498.964 537.983 507.875]
 /Subtype /Link
-/A << /S /GoTo /D (upgrading-completion) >>
+/A << /S /GoTo /D (1716) >>
 >> endobj
-1471 0 obj <<
+1531 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 483.756 154.48 492.643]
+/Rect [143.462 486.013 350.016 494.924]
 /Subtype /Link
-/A << /S /GoTo /D (security) >>
+/A << /S /GoTo /D (1718) >>
 >> endobj
-1472 0 obj <<
+1532 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 483.756 537.983 492.643]
+/Rect [528.02 486.013 537.983 494.924]
 /Subtype /Link
-/A << /S /GoTo /D (security) >>
+/A << /S /GoTo /D (1718) >>
 >> endobj
-1473 0 obj <<
+1533 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 468.279 184.746 477.19]
+/Rect [143.462 473.061 365.238 481.973]
 /Subtype /Link
-/A << /S /GoTo /D (security-os) >>
+/A << /S /GoTo /D (1722) >>
 >> endobj
-1474 0 obj <<
+1534 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 468.279 537.983 477.19]
+/Rect [528.02 473.061 537.983 481.973]
 /Subtype /Link
-/A << /S /GoTo /D (security-os) >>
+/A << /S /GoTo /D (1722) >>
 >> endobj
-1475 0 obj <<
+1535 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 457.265 197.329 464.239]
+/Rect [143.462 460.11 338.718 469.021]
 /Subtype /Link
-/A << /S /GoTo /D (security-os-ports) >>
+/A << /S /GoTo /D (1726) >>
 >> endobj
-1476 0 obj <<
+1536 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 457.265 537.983 464.239]
+/Rect [528.02 460.11 537.983 469.021]
 /Subtype /Link
-/A << /S /GoTo /D (security-os-ports) >>
+/A << /S /GoTo /D (1726) >>
 >> endobj
-1477 0 obj <<
+1537 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 442.376 235.217 451.288]
+/Rect [95.641 447.158 229.309 456.07]
 /Subtype /Link
-/A << /S /GoTo /D (security-os-accounts) >>
+/A << /S /GoTo /D (upgrading) >>
 >> endobj
-1478 0 obj <<
+1538 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 442.376 537.983 451.288]
+/Rect [528.02 447.158 537.983 456.07]
 /Subtype /Link
-/A << /S /GoTo /D (security-os-accounts) >>
+/A << /S /GoTo /D (upgrading) >>
 >> endobj
-1479 0 obj <<
+1539 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 431.362 211.048 438.336]
+/Rect [119.552 436.264 226.649 443.118]
 /Subtype /Link
-/A << /S /GoTo /D (security-os-chroot) >>
+/A << /S /GoTo /D (upgrading-version-defns) >>
 >> endobj
-1482 0 obj <<
+1540 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 431.362 537.983 438.336]
+/Rect [528.02 436.264 537.983 443.118]
 /Subtype /Link
-/A << /S /GoTo /D (security-os-chroot) >>
+/A << /S /GoTo /D (upgrading-version-defns) >>
 >> endobj
-1483 0 obj <<
+1541 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 416.473 145.733 425.385]
+/Rect [119.552 421.255 251.825 430.167]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql) >>
+/A << /S /GoTo /D (upgrading-notifications) >>
 >> endobj
-1484 0 obj <<
+1542 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 416.473 537.983 425.385]
+/Rect [528.02 421.255 537.983 430.167]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql) >>
+/A << /S /GoTo /D (upgrading-notifications) >>
 >> endobj
-1485 0 obj <<
+1543 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 403.522 263.172 412.433]
+/Rect [119.552 408.304 294.973 417.215]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql-account) >>
+/A << /S /GoTo /D (upgrading-methods) >>
 >> endobj
-1486 0 obj <<
+1544 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 403.522 537.983 412.433]
+/Rect [528.02 408.304 537.983 417.215]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql-account) >>
+/A << /S /GoTo /D (upgrading-methods) >>
 >> endobj
-1487 0 obj <<
+1545 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 390.57 321.663 399.482]
+/Rect [143.462 395.353 269.379 404.264]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql-root) >>
+/A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-1488 0 obj <<
+1546 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 390.57 537.983 399.482]
+/Rect [528.02 395.353 537.983 404.264]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql-root) >>
+/A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-1489 0 obj <<
+1547 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 379.676 209.922 386.53]
+/Rect [143.462 382.401 290.121 391.312]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql-network) >>
+/A << /S /GoTo /D (upgrade-tarball) >>
 >> endobj
-1490 0 obj <<
+1548 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 379.676 537.983 386.53]
+/Rect [528.02 382.401 537.983 391.312]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql-network) >>
+/A << /S /GoTo /D (upgrade-tarball) >>
 >> endobj
-1491 0 obj <<
+1549 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 366.725 155.277 373.579]
+/Rect [143.462 369.45 279.88 378.361]
 /Subtype /Link
-/A << /S /GoTo /D (security-webserver) >>
+/A << /S /GoTo /D (upgrade-patches) >>
 >> endobj
-1492 0 obj <<
+1550 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 366.725 537.983 373.579]
+/Rect [528.02 369.45 537.983 378.361]
 /Subtype /Link
-/A << /S /GoTo /D (security-webserver) >>
+/A << /S /GoTo /D (upgrade-patches) >>
 >> endobj
-1493 0 obj <<
+1551 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 351.716 373.596 360.628]
+/Rect [119.552 356.498 255.152 365.41]
 /Subtype /Link
-/A << /S /GoTo /D (security-webserver-access) >>
+/A << /S /GoTo /D (upgrading-completion) >>
 >> endobj
-1494 0 obj <<
+1552 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 351.716 537.983 360.628]
+/Rect [528.02 356.498 537.983 365.41]
 /Subtype /Link
-/A << /S /GoTo /D (security-webserver-access) >>
+/A << /S /GoTo /D (upgrading-completion) >>
 >> endobj
-1495 0 obj <<
+1553 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 338.765 307.406 347.676]
+/Rect [71.731 341.29 154.48 350.177]
 /Subtype /Link
-/A << /S /GoTo /D (security-webserver-mod-throttle) >>
+/A << /S /GoTo /D (security) >>
 >> endobj
-1496 0 obj <<
+1554 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 338.765 537.983 347.676]
+/Rect [528.02 341.29 537.983 350.177]
 /Subtype /Link
-/A << /S /GoTo /D (security-webserver-mod-throttle) >>
+/A << /S /GoTo /D (security) >>
 >> endobj
-1497 0 obj <<
+1555 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 325.813 146.839 334.725]
+/Rect [95.641 325.813 184.746 334.725]
 /Subtype /Link
-/A << /S /GoTo /D (security-bugzilla) >>
+/A << /S /GoTo /D (security-os) >>
 >> endobj
-1498 0 obj <<
+1556 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 325.813 537.983 334.725]
 /Subtype /Link
-/A << /S /GoTo /D (security-bugzilla) >>
+/A << /S /GoTo /D (security-os) >>
 >> endobj
-1499 0 obj <<
+1557 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 312.862 317.935 321.773]
+/Rect [119.552 314.919 197.329 321.773]
 /Subtype /Link
-/A << /S /GoTo /D (security-bugzilla-charset) >>
+/A << /S /GoTo /D (security-os-ports) >>
 >> endobj
-1500 0 obj <<
+1558 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 312.862 537.983 321.773]
+/Rect [528.02 314.919 537.983 321.773]
 /Subtype /Link
-/A << /S /GoTo /D (security-bugzilla-charset) >>
+/A << /S /GoTo /D (security-os-ports) >>
 >> endobj
-1501 0 obj <<
+1559 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 297.654 172.203 306.54]
+/Rect [119.552 299.91 235.217 308.822]
 /Subtype /Link
-/A << /S /GoTo /D (customization) >>
+/A << /S /GoTo /D (security-os-accounts) >>
 >> endobj
-1502 0 obj <<
+1560 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 297.654 537.983 306.54]
+/Rect [528.02 299.91 537.983 308.822]
 /Subtype /Link
-/A << /S /GoTo /D (customization) >>
+/A << /S /GoTo /D (security-os-accounts) >>
 >> endobj
-1503 0 obj <<
+1561 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 284.234 168.717 291.088]
+/Rect [119.552 288.928 211.048 295.87]
 /Subtype /Link
-/A << /S /GoTo /D (cust-skins) >>
+/A << /S /GoTo /D (security-os-chroot) >>
 >> endobj
-1504 0 obj <<
+1564 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 284.234 537.983 291.088]
+/Rect [528.02 288.928 537.983 295.87]
 /Subtype /Link
-/A << /S /GoTo /D (cust-skins) >>
+/A << /S /GoTo /D (security-os-chroot) >>
 >> endobj
-1505 0 obj <<
+1565 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 269.226 210.619 278.137]
+/Rect [95.641 274.008 145.733 282.919]
 /Subtype /Link
-/A << /S /GoTo /D (cust-templates) >>
+/A << /S /GoTo /D (security-mysql) >>
 >> endobj
-1506 0 obj <<
+1566 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 269.226 537.983 278.137]
+/Rect [528.02 274.008 537.983 282.919]
 /Subtype /Link
-/A << /S /GoTo /D (cust-templates) >>
+/A << /S /GoTo /D (security-mysql) >>
 >> endobj
-1507 0 obj <<
+1567 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 256.274 261.07 265.185]
+/Rect [119.552 261.056 263.172 269.968]
 /Subtype /Link
-/A << /S /GoTo /D (template-directory) >>
+/A << /S /GoTo /D (security-mysql-account) >>
 >> endobj
-1508 0 obj <<
+1568 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 256.274 537.983 265.185]
+/Rect [528.02 261.056 537.983 269.968]
 /Subtype /Link
-/A << /S /GoTo /D (template-directory) >>
+/A << /S /GoTo /D (security-mysql-account) >>
 >> endobj
-1509 0 obj <<
+1569 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 243.323 283.665 252.234]
+/Rect [119.552 248.105 321.663 257.016]
 /Subtype /Link
-/A << /S /GoTo /D (template-method) >>
+/A << /S /GoTo /D (security-mysql-root) >>
 >> endobj
-1510 0 obj <<
+1570 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 243.323 537.983 252.234]
+/Rect [528.02 248.105 537.983 257.016]
 /Subtype /Link
-/A << /S /GoTo /D (template-method) >>
+/A << /S /GoTo /D (security-mysql-root) >>
 >> endobj
-1511 0 obj <<
+1571 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 230.371 238.734 239.283]
+/Rect [119.552 237.211 209.922 244.065]
 /Subtype /Link
-/A << /S /GoTo /D (template-edit) >>
+/A << /S /GoTo /D (security-mysql-network) >>
 >> endobj
-1512 0 obj <<
+1572 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 230.371 537.983 239.283]
+/Rect [528.02 237.211 537.983 244.065]
 /Subtype /Link
-/A << /S /GoTo /D (template-edit) >>
+/A << /S /GoTo /D (security-mysql-network) >>
 >> endobj
-1513 0 obj <<
+1573 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 217.42 259.307 226.331]
+/Rect [95.641 224.259 157.768 231.113]
 /Subtype /Link
-/A << /S /GoTo /D (template-formats) >>
+/A << /S /GoTo /D (security-webserver) >>
 >> endobj
-1514 0 obj <<
+1574 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 217.42 537.983 226.331]
+/Rect [528.02 224.259 537.983 231.113]
 /Subtype /Link
-/A << /S /GoTo /D (template-formats) >>
+/A << /S /GoTo /D (security-webserver) >>
 >> endobj
-1515 0 obj <<
+1575 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 204.468 226.34 213.38]
+/Rect [119.552 209.25 373.596 218.162]
 /Subtype /Link
-/A << /S /GoTo /D (template-specific) >>
+/A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-1516 0 obj <<
+1576 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 204.468 537.983 213.38]
+/Rect [528.02 209.25 537.983 218.162]
 /Subtype /Link
-/A << /S /GoTo /D (template-specific) >>
+/A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-1517 0 obj <<
+1577 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 191.517 351.988 200.428]
+/Rect [119.552 196.299 307.406 205.21]
 /Subtype /Link
-/A << /S /GoTo /D (template-http-accept) >>
+/A << /S /GoTo /D (security-webserver-mod-throttle) >>
 >> endobj
-1518 0 obj <<
+1578 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 191.517 537.983 200.428]
+/Rect [528.02 196.299 537.983 205.21]
 /Subtype /Link
-/A << /S /GoTo /D (template-http-accept) >>
+/A << /S /GoTo /D (security-webserver-mod-throttle) >>
 >> endobj
-1519 0 obj <<
+1579 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 178.565 256.138 187.477]
+/Rect [95.641 183.348 146.839 192.259]
 /Subtype /Link
-/A << /S /GoTo /D (cust-hooks) >>
+/A << /S /GoTo /D (security-bugzilla) >>
 >> endobj
-1520 0 obj <<
+1580 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 178.565 537.983 187.477]
+/Rect [528.02 183.348 537.983 192.259]
 /Subtype /Link
-/A << /S /GoTo /D (cust-hooks) >>
+/A << /S /GoTo /D (security-bugzilla) >>
 >> endobj
-1521 0 obj <<
+1581 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 165.614 261.398 174.525]
+/Rect [119.552 170.396 317.935 179.308]
 /Subtype /Link
-/A << /S /GoTo /D (cust-change-permissions) >>
+/A << /S /GoTo /D (security-bugzilla-charset) >>
 >> endobj
-1522 0 obj <<
+1582 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 165.614 537.983 174.525]
+/Rect [528.02 170.396 537.983 179.308]
 /Subtype /Link
-/A << /S /GoTo /D (cust-change-permissions) >>
+/A << /S /GoTo /D (security-bugzilla-charset) >>
 >> endobj
-1523 0 obj <<
+1583 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 152.663 272.736 161.574]
+/Rect [71.731 155.188 143.421 164.075]
 /Subtype /Link
-/A << /S /GoTo /D (dbdoc) >>
+/A << /S /GoTo /D (using) >>
 >> endobj
-1524 0 obj <<
+1584 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 152.663 537.983 161.574]
+/Rect [528.02 155.188 537.983 164.075]
 /Subtype /Link
-/A << /S /GoTo /D (dbdoc) >>
+/A << /S /GoTo /D (using) >>
 >> endobj
-1525 0 obj <<
+1585 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 139.711 245.727 148.623]
+/Rect [95.641 141.768 162.331 148.623]
 /Subtype /Link
-/A << /S /GoTo /D (2147) >>
+/A << /S /GoTo /D (using-intro) >>
 >> endobj
-1526 0 obj <<
+1586 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 139.711 537.983 148.623]
+/Rect [528.02 141.768 537.983 148.623]
 /Subtype /Link
-/A << /S /GoTo /D (2147) >>
+/A << /S /GoTo /D (using-intro) >>
 >> endobj
-1527 0 obj <<
+1587 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 126.76 276.86 135.671]
+/Rect [95.641 126.76 218.489 135.671]
 /Subtype /Link
-/A << /S /GoTo /D (2174) >>
+/A << /S /GoTo /D (myaccount) >>
 >> endobj
-1528 0 obj <<
+1588 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 126.76 537.983 135.671]
 /Subtype /Link
-/A << /S /GoTo /D (2174) >>
+/A << /S /GoTo /D (myaccount) >>
 >> endobj
-1529 0 obj <<
+1589 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 113.808 286.315 122.72]
+/Rect [95.641 113.808 186.958 122.72]
 /Subtype /Link
-/A << /S /GoTo /D (integration) >>
+/A << /S /GoTo /D (bug_page) >>
 >> endobj
-1530 0 obj <<
+1590 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 113.808 537.983 122.72]
 /Subtype /Link
-/A << /S /GoTo /D (integration) >>
+/A << /S /GoTo /D (bug_page) >>
 >> endobj
-1531 0 obj <<
+1591 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 102.914 172.134 109.768]
+/Rect [95.641 100.857 192.209 109.768]
 /Subtype /Link
-/A << /S /GoTo /D (bonsai) >>
+/A << /S /GoTo /D (lifecycle) >>
 >> endobj
-1532 0 obj <<
+1592 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 102.914 537.983 109.768]
+/Rect [528.02 100.857 537.983 109.768]
 /Subtype /Link
-/A << /S /GoTo /D (bonsai) >>
+/A << /S /GoTo /D (lifecycle) >>
 >> endobj
-1436 0 obj <<
-/D [1434 0 R /XYZ 71.731 729.265 null]
+1496 0 obj <<
+/D [1494 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1433 0 obj <<
-/Font << /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R /F33 1242 0 R >>
+1493 0 obj <<
+/Font << /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1582 0 obj <<
-/Length 57776     
+1642 0 obj <<
+/Length 57262     
 /Filter /FlateDecode
 >>
 stream
-xڔ�]�e�y^y�_�K�B;���2R�v�h)A�}A�%��L�ARm'�>�Ԛ�<��g��� ���1k�<b�Ͼ��f���=ߞ���q�z�{z�����n��������ݎ'��Nw�w�?��/�������~swsz���������q#�����t�����o��w���=�zz}����.�?������iS�~��������o��������w��|�tz�����oN7�o�����x��C�ou��O���K�q��?{��������YZ�g�Xxٺ�	s�(��Y�.���1<�H���k���p�*���W�
<�nÝ���^�6��e��t���;Pn����t��^�6���}7ֺ?{������������^�6����t�r��Y�.������Z�g�Xx`�~V<=H���k�����(���W�
�h���>�gͳh]���c�����+�X����YZ�g�Xx`�>�[kݟ�bm�e���1ܸsy����zzz}����+�X�N�/ֺ?{��������{�p��w���?�8�x�����}Oֺ?{�����<�I���k�ۧ�p/���W�
�l��>�{iϲuX����AZ�g�Xx`�>�[�g<{�����1�X���k/[nO7����x����zz|�?pƳW�
<�>�n��u����֗ӣ���x����������(��gٺ�����`���W�
<�n������g���gp/��g�Hx���}w�:�e�<�n����17��bm��u�n�u����֗�ë�17��bm�e�����E�<�e�<�ޟ��u�������y�cn<{�����1<�s��+�^��lÃ��gٺ����p/̍g�Xx`�>�;�cn<{�����1�Z���k/[_���F��ϲuX��A:ߞ�b<��O�oY�G�w�����n<{E��������˳�Q�gѺ����'kݟ�bm��u��u������_t���+�^��ný��gٺ����p�(���W�
<�n�퓴��^�6�����7ֺ?{����ֻ�����gٺ����������^�6���xz~����+�X_NwO�Һ?{�������c�2폲�q��3����?zEY���<�J���i�� �+�<{����և�#����,[��u�n�ϸ��k��� "�^�6���r�}����+�^�>ޜ�^��݌gٺ����[����k����'kݟ�bm��u���I��bm�e���1�˓<��x`�>�{kݟ�bm��u���I��bm��u��_�G�8wY��}����(+w��>��ܟ�"m�����(�N��k�/��kݟ�bm�e����Q���Y�.����F����+�X����Z�g�Xx`�>yv�g�Xx���}��:�e�<�nÝ�7��bm��u���I��bm��u�n�u�����77��W�3.ϢuX�N������k����gkݟ�bm����$S`<z�Y�����3�?Z�,K��u��u������3x�����+�X�OA����+�^��mÝ��gٺ����p� ���W�
<�n�<;ɳW�
<�>�^^�u�������7���c.ϲuX�N/��$�^�6���x�����+�X���Q���^�6��a���I�e�<�ný���^�6���}�/M��W��;Pn��<;ɳW�
�l}�>L�Y�.���ȳ�<{������N����+�X�O�/ֺ?{����֧�ӝ<;ɳl]�ֻӳ<;ɳW�
<�nã���^�6���}��$�^�6��y���I�e�<�nÝ���^�6���}��$�^�6���}��$�^�6����t+��<��x`�;=Y�G�8w�|<���<{E�������Z�g�Xx���}��$ϲuX�OA���+�X����Z�g�Xx`�>y|�g�Xx��x�}��γh]���c�����+�X��A���+�X�O������k/[ooN72�ȳl]�ֻӣ<>ɳW�
<�>�n��u������c��D��bm�e�ݷ�%�eg���g� ����,܁r��d-�g�Hx`�>���'�o��~y1����t�o��3�����=�O���6��ȷߊ��a����������܏a�������O�?�����Rm�|�ݙd}���������L��%���K��^�8�fk1�v֑B����B+kRh�.@L��u��lm ���:Rh�6�Rh'�ShvSh�L
-���)�����
��YG
-��b
-��#�fk1�V֤�h]��B;�H���@L��u��lm ���:Rh�6SheM
-���)�����
��YG
-��b
-��#�fk1�V֤�h]��B;�H���@J��tO��Y8L��s��,m ��ʚ�Shg)4[�)�����
��YG
-��b
-��I�Ѻ�1�v֑B����B;�H���@L��u��lm ��ʚ�Shg)4[�)�����
��YG
-��b
-��I�Ѻ�!�v�o)4�a�B;�B��p�B;�H�Y�@L��u��d]��B;�H���@L��u��lm ���:Rh�6SheM
-���)�����
��YG
-��b
-��#�fk1�V֤�h]��B;�H���@L��u��lm ���:Rh�6�Rh%)4:G)�S�)4+�)�s���
��YG
-��b
-��I�Ѻ�1�v֑B����B;�H���@L��u��lm ��ʚ�Shg)4[�)�����
��YG
-��b
-��I�Ѻ�1�v֑B����B;�H���@J��tO��Y8J��r�Шl���9Rh�6Shg)4[�)�����
�ZY�B�ub
-��#�fk1�v֑B����B;�H���@L��5)4Z ���:Rh�6Shg)4[�)�����
��Xg
-M��)�����
��YG
-��R
-��{
-���a
-��I�Q��1�v֑B����B;�H���@L��u��lm ��ʚ�Shg)4[�)�����
��YG
-��b
-��I�Ѻ�1�v֑B����B;�H���@L��u��lm ��ʚ�Shg)4[H)���)4;�)�s���
�ZY�B�ub
-��#�fk1�v֑B����B;�H���@L��5)4Z ���:Rh�6Shg)4[�)�����
�ZY�B�ub
-��#�fk1�v֑B����B;�H���@L��5)4Z ��N����,���9Rh�6Shg)4[�)��&�F���YG
-��b
-��#�fk1�v֑B����B�L�ɺ1�v֑B����B;�H���@L��u��lm ��ʚ�Shg)4[�)�����
��YG
-��R
-��#�Fg�(�v�=�fe�0�vΑB����BC�kRh~�oϜ��q
-
ﱤзWR��?�<<�r
-=�I
-�0R������}�����>����_.}�����wg��-����q��m~�8��x��-�d�‹�8[�_2��K���@��qg_2��◌���q��@��qgMY��rY��)���@.�5e=Z�e��β����zeMY��rY��)���@,�t���,���9�z�.@.�5e=Z�e����Gk��W֔�hm ���:�z�.@.�5e=Z�e����Gk��W֔�hm ���:�z�.@.�5e=Z�e����Gk��W֔�hm ���:�z�.@.�5e=Z�e�������^9S֣��\��,�ɺ���W֔�hm ��ʚ��
�^YS֣��\��,�ɺ���W֔�hm ��ʚ��
�^YS֣��\��,�ɺ���W֔�hm ��ʚ��
�^YS֣��\��,�ɺ���Wν�G�9�z%e=�e�r��Gi������+��zeMY��rY��)���@.�5e=Z�e��β����zeMY��rY��)���@.�5e=Z�e��β����zeMY��rY��)���@.�5e=Z�e����'g㰬W�Q֣�p\�+g�z�6��zeMY��rYo���'��^YS֣��\�+k�z�6��zeMY��rYo���'��^YS֣��\�+k�z�6��zeMY��rYo���'��^YS֣��\�+k�z�6�z%e=:�e�Q��'e㸬WΔ�(m ��ʚ��
�^YS֣��\��,�ɺ���W֔�hm ��ʚ��
�^YS֣��\��,�ɺ���W֔�hm ��ʚ��
�^YS֣��\��{Y��e����Gk��W֔�hm ��J:�zt��z�e=I ��ʚ��
�^YS֣��\�+k�z�6��zc�e=Y ��ʚ��
�^YS֣��\�+k�z�6��zc�e=Y ��ʚ��
�^YS֣��\�+k�z�6��zc�e=Y ��ʚ��
IJ^IGY���qY��)�Q�@.�u��d]�\�+k�z�6��zeMY��rY��)���@.�u��d]�\�+k�z�6��zeMY��rY��)���@.�u��d]�\�+k�z�6��zeMY��rY��)���@.�u��d]�X�+�(��Y8.�3e=J�e����Gk��7�Y֓urY��)���@.�5e=Z�e����Gk������+��zeMY��rY��)���@.�5e=Z�e��β����zeMY��rY��)���@.�5e=Z�e����'g㰬W�Q֣�p\�+g�z�6����D\���{Y�P�����%�O����W.��3)�GY�������_>���_��?�?��X�=��P��v�+���׍�2^w�qg�{\�}|(���@.�u�qd]�\�)k�8�6��8eM��r��)���@.�u�qd]�\�)k�8�6�8%e:�e�r��Ci��3�YƑur��)���@.�5eZ�e����Ck��3�YƑur��)���@.�5eZ�e����Ck��3�YƑur��)���@.�5eZ�e����Ck��3�YƑuR��{��s�qJ8�84��8�L��r'��eXW �qʚ2�
�2NYSơ��\�)k�8�6��8c�eY �qʚ2�
�2NYSơ��\�)k�8�6��8c�eY �qʚ2�
�2NYSơ��\�)k�8�6�8#MG��a����CeḌSΔq(m �qʚ2�
�2�XgG��e����Ck��S֔qhm �qʚ2�
�2�XgG��e����Ck��S֔qhm �qʚ2�
�2�XgG��e����Ck��S֔qhm �qJ:�8t�8�LG��q��)�P�@.�5eZ�e����Ck��3�YƑur��)���@.�5eZ�e����Ck��3�YƑur��)���@.�5eZ�e����Ck����2�+��8eM��r��)���@,�t�q�,�q�9�8�.@.�5eZ�e����Ck��S֔qhm �q�:�8�.@.�5eZ�e����Ck��S֔qhm �q�:�8�.@.�5eZ�e����Ck��S֔qhm �q�:�8�.@.�5eZ�e���2���2N9Sơ��\��,�Ⱥ���S֔qhm �qʚ2�
�2NYSơ��\��,�Ⱥ���S֔qhm �qʚ2�
�2NYSơ��\��,�Ⱥ���S֔qhm �qʚ2�
�2NYSơ��\��,�Ⱥ���S�Qơ�p\�)g�8�6��8eM��rg���#��2NYSơ��\�)k�8�6��8eM��r'��eXW �qʚ2�
�2NYSơ��\�)k�8�6��8c�eY �qʚ2�
�2NYSơ��\�)k�8�6�8#MG��a����CeḌSΔq(m �q�e�*��=�2��5��;~��?�?m��~�m��?\.�oO��~a�?�����_h<�G���h���/���y��������~���7�>ܟ������_��nv������3�/��X�N�_�s����֗�냵��^�6������vFe��Y�.���)��~����^�6���}�ֺ?{�����1��Q)���k/[�nO�o�m��Y�.������Z�g�Xx`}:�??I���k�/���ߏV���+�^�n�����,[��u��Ψ�u������cx��heݟ�bm��u��u������/�� �2�?���(���V���^�6���}7ֺ?{������������^�6�����W��x����:��^Y�g�Xx`_m����W�
<����W���+�|���j{aͳh]�����ʺ?{�����j{eݟ�bm��u|�����^�6�����W��x����:��^Y�g�Xx`_m����W�
<��_n�����,��7����7��,K��u|�����^�6��:��^Y�g�Xx`_m����W�
<ث_mo��Y�.���j{eݟ�bm��u�(k���@^R�,����d�s�����5�@hm /)k���@^R�,����d�s�����5�@hm .)�XBg�xH9����"���E �.@^R�,������YBkyHY����"���E �.@^R�,������YBkyHY����"���E �.@^R�,������YBkyHY����"���E �.@ZR�}��0\R±����"�rf�
�E a}_�
-�E e�"Zȋ@ʚE �6���5�@hm /�\"��E e�"Zȋ@ʚE �6���5�@hm /�\"��E e�"Zȋ@ʚE �6���5�@hm .i���8\Rʱ����"�rf�
�E e�"Zȋ@�:�Ⱥ�yHY����"��f�
�E e�"Zȋ@�:�Ⱥ�yHY����"��f�
�E e�"Zȋ@�:�Ⱥ�yHY����"��f�
�E %�@�,.e�H�8^R�,������YBkyHY����"���E �.@^R�,������YBkyHY����"���E �.@^R�,������YBkyHY����"���/�u�"��f�
�E e�"Z��@J:��Y8^2ιD�ȋ@ʚE �6���5�@hm /)k���@^2ֹD�ȋ@ʚE �6���5�@hm /)k���@^2ֹD�ȋ@ʚE �6���5�@hm /)k���@^2ֹD�ȋ@ʚE �6��t,��p���YBiy�X�"Y /)k���@^R�,������YBky�X�"Y /)k���@^R�,������YBky�X�"Y /)k���@^R�,������YBky�X�"Y .)�XBg�xH9����"��f�
�E c��@d]����YBkyHY����"��f�
�E a}_�
-�E e�"Zȋ@ʚE �6���5�@hm /�\"��E e�"Zȋ@ʚE �6���5�@hm .i���8\Rʱ����"�rf�
�E ڷ�@��"������"��{|����% Z�~�<}��������D�x&��@�c�����_������/�5���w^x��o����М����"gow</��E`^�
�yeͼZ��"�:�EȺ�y^DY3/��򼈲f^�
�yeͼZ��"F�yr6��E�3�"(m ϋ(k�E��@�Q�̋���</b�s^����E�5�"hm ϋ(k�E��@�Q�̋���</"���"`]�</���Aky^DY3/��򼈲f^�
�yc��"d]�</���Aky^DY3/��⼈��yt��E�s΋�t򼈲f^�
�yeͼZ��"ʚy�6��E�u΋�u򼈲f^�
�yeͼZ��"ʚy�6��E�u΋�u򼈲f^�
�yeͼZ��"ʚy�6��E�u΋�u򼈲f^�
�y%�"�,ϋ(g�EP�@�1�9/B���"ʚy�6��E�5�"hm ϋ(k�E��@�1�9/B���"ʚy�6��E�5�"hm ϋ(k�E��@�1�9/B���"ʚy�6��E�5�"hm ϋ(k�E��@�1�9/B�H�"ʹϋ����"J8�E�X8�Q�̋���</"���"`]�</���Aky^DY3/��򼈲f^�
�yc��"d]�</���Aky^DY3/��򼈲f^�
�yc��"d]�</���Aky^DY3/��򼈲f^�
�y#ͼ9��"J9�EPY8�Q�̋���</���Aky^�X�Y ϋ(k�E��@�Q�̋���</���Aky^�X�Y ϋ(k�E��@�Q�̋���</���Aky^�X�Y ϋ(k�E��@�Q�̋���8/��c^���y�̼)��"ʙy�6��E�5�"hm ϋ(k�E��@�1�9/B���"ʚy�6��E�5�"hm ϋ(k�E��@�1�9/B���"ʚy�6��E�5�"hm ϋ(k�E��@���y��@�Q�̋���</���Akq^DIǼ:��"�9�EH��y^DY3/��򼈲f^�
�yeͼZ��"�:�EȺ�y^DY3/��򼈲f^�
�yeͼZ��"�:�EȺ�y^DY3/��򼈲f^�
�yeͼZ��"�:�EȺ�y^DY3/��⼈��yt��E�3�"(m ϋ�!��yeͼZ��"ʚy�6��E�5�"hm ϋ�!��yeͼZ��"ʚy�6��E�5�"hm ϋ�!��yeͼZ��"ʚy�6��E�5�"hm ϋ�!��y%�"�,ϋ(g�EP�@�Q�̋���</b�s^����E�5�"hm ϋ(k�E��@�Q�̋���</"���"`]�</���Aky^DY3/��򼈲f^�
�yc��"d]�</���Aky^DY3/��򼈲f^�
�y#ͼ9��"J9�EPY8�Q�̋���</r����E�=�y��5��y���8�y���+�"w��%͋�G�y��1/�?���������������O?����ǯ��륌���7���!o_o~!gZ
-�콏�ҏ�i)I ��ʚ��
�TY�������*k�R�6��Rc�i)Y ��ʚ��
�TY�������*k�R�6��Rc�i)Y ��ʚ��
�TY�������*k�R�6��Rc�i)Y ��ʚ��
ĴTIGZ���qZ��IKQ�@NK�u��d]���*k�R�6��ReMZ��rZ��IK��@NK�u��d]���*k�R�6��ReMZ��rZ��IK��@NK�u��d]���*k�R�6��ReMZ��rZ��IK��@NK�u��d]���*瞖���i������T9�������
-�{Z
-��i��&-Ek9-U֤�hm ��ʚ��
��XgZJ��i��&-Ek9-U֤�hm ��ʚ��
��XgZJ��i��&-Ek9-U֤�hm ��ʚ��
Ĵ�H����q��*�HKQY8NK�3i)J�i��&-Ek9-5֙��urZ��IK��@NK�5i)Z�i��&-Ek9-5֙��urZ��IK��@NK�5i)Z�i��&-Ek9-5֙��urZ��IK��@NK�5i)Z�i������ô�(����q��*g�R�6��ReMZ��rZ��IK��@NK�u��d]���*k�R�6��ReMZ��rZ��IK��@NK�u��d]���*k�R�6��ReMZ��rZ��IK��@NK��=-�
-�TY�������*k�R�6�R%i):�i�qδ����ReMZ��rZ��IK��@NK�5i)Z�i��δ����ReMZ��rZ��IK��@NK�5i)Z�i��δ����ReMZ��rZ��IK��@NK�5i)Z�i��δ����ReMZ��bZ��#-Eg�8-UΤ�(m ���:�R�.@NK�5i)Z�i��&-Ek9-U֤�hm ���:�R�.@NK�5i)Z�i��&-Ek9-U֤�hm ���:�R�.@NK�5i)Z�i��&-Ek9-U֤�hm ���:�R�.@LK�t���,��ʙ��
�TY��������LKɺ�9-U֤�hm ��ʚ��
�TY�������
-�{Z
-��i��&-Ek9-U֤�hm ��ʚ��
��XgZJ��i��&-Ek9-U֤�hm ��ʚ��
Ĵ�H����q��*�HKQY8NK�3i)J�i)�"-�������8-=~�%-���홛;LK�#{Zz?������_��������Z�K_K���[/マ_f�vy�e��;��}�wF����wF|��h�.@��he�wF������ʚ�Fk�;��5����wF��wF�u�wF+k�3�
��V�|g4Z������h�6��3�X�wF�u�wF+k�3�
��V�|g4Z����#�Gg�8�7���trد�	���@��5a?Z�a��&�Gk9�7���urد�	���@��5a?Z�a��&�Gk9�7���urد�	���@��5a?Z�a��&�Gk9�7���urد�	���@��t���,��ʙ��
��Xg�O��a��&�Gk9�Wք�hm ��ʚ��
��Xg�O��a��&�Gk9�Wք�hm ��ʚ��
��Xg�O��a��&�Gk9�Wք�hm ��ʚ��
��Xg�O�Ha�r�a?�a�+���X8��3a?J�a�����`]��+k�~�6��~eM؏�rد�	���@��u��d]��+k�~�6��~eM؏�rد�	���@��u��d]��+k�~�6��~eM؏�rد�	���@��4a?9�a�R�����_9�����+k�~�6��~c�a?Y ��ʚ��
�_Y�����+k�~�6��~c�a?Y ��ʚ��
�_Y�����+k�~�6��~c�a?Y ��ʚ��
�_Y�����+���Y8��2a?)�a�r&�Gi9�Wք�hm ��ʚ��
��Xg�O��a��&�Gk9�Wք�hm ��ʚ��
��Xg�O��a��&�Gk9�Wք�hm ��ʚ��
�_X��~��@��5a?Z�a��&�Gk1�W����p���I��9�Wք�hm ��ʚ��
�_Y�������ɺ�9�Wք�hm ��ʚ��
�_Y�������ɺ�9�Wք�hm ��ʚ��
�_Y�������ɺ�9�Wք�hm ��J:�~t��~�L؏�r�o�3�'��_Y�����+k�~�6��~eM؏�r�o�3�'��_Y�����+k�~�6��~eM؏�r�o�3�'��_Y�����+k�~�6��~eM؏�r�o�3�'�İ_IG؏��qد�	�Q�@��5a?Z�a��ΰ����~eM؏�rد�	���@��5a?Z�a�����`]��+k�~�6��~eM؏�rد�	���@��u��d]��+k�~�6��~eM؏�rد�	���@��4a?9�a�R�����_9�������*��������8�?~���;�_7�#u��=�Y�?|��������?��I��ۏػ�?#�[?���O�u�wx�<s�և��Ƿ8��QY8�ݕr��,��B9CwP.8�ܕrT�,6�J9wTw�};*�u�Q&n'e�0mW�Q���pص+���QY8�ڕqo�Qxâ����q��+��QY8lٕr��,��J9:vT+v�L�N��a®��`Ge�_Wʑ���p�+�h�QY8,׍2�:)�ٺR�j���f])G����a����WGe�V7���l��J9JuT�:ue�3u��0RW�Ѩ��pX�euR6�t�u:*�m�R�4���0])G����a�n���I�8Lҕr�,��J9rtTct�-:*�%�Q&D'e�0CW�Q���pؠ+�H�QY8Еr��,��F�������\	���;CQw�l{v��sF�J8�s4�s���9(��J9jsT[s��9*���R�������(���q��+�(�QY8�˕r��,��J9�rT�r�LXN��aV���*Ge�)Wʑ���p�+���QY8�ɍq��$,��ʷ���;�aG��##Gc�0"W�ѐ��pX�erR6�q��8*���R�t���p\)G7���a5n���I�8Lƕr�,��J9rqTcq��8*���Q&'e�0W�Q���p؈+�H�QY8
-ĕq��Qx�:��FN��a���Gc�Wʑ���p�+�h�QY8,2A8)�9�R����\)G
-���a���Ge�7�D�l&�J9
-pT�o��7*��R������[(g�
��ٷR������[)G���Q�{��s��F�؛����[)G���a答#�Fe�0�V��x��pXxeoR6�n�u7*�m�R����ð[)G׍��a�m���I�8L��rݨ,��J9rnTcn�-7*�%�Q&�&e�0�V�Qq��p�p+�p�����~���z�(o��q�n+�(�QY8축rdۨ,F�J9�mT�m�L�M��a�����Fe��Vʑj��pj+��QY8���2�6)���R�B���>[)G����a�����Fe��6ʄ٤le�ʸW�(<�a���#�Fc�0�V��c��pXceblR6Sl�%6*��R����[)G����a�-�3����Z)G}���a{��#�Fe�0�V��]��pX]e�kR6�k��5*���R������Z)Gk���Qim�#�&a�(�V���F�9k%�5���ql�j|�o������Q]}�ӷ�?�}��������y��ȫ��ǟ����_����?}�y&տ|�����מw�Ǩ����0�_^N/��������/���hm ��ʚ��
�[Yt����t�{�
��U��&�Fk9�V֔�hm ��ʚ��
��Xg�M�ȅ��&�Fk9�V�T�hm v�J:Bot�So㜭7I ��ʚ��
��[YS|����|+k�o�6��oc��7Y ��ʚ��
��[YS����+kp�6�pc�
8Y W�ʚ�
�\YS����܂+kbp�6�spc�=8Y �ʚ$�
�(\IG���q��	�Q�@NÍu��d]�\�+k�p�6�qeM!��r#������@�čuv�d]�\�+kRq�6�cqeM-��r/��	���@Nƍu6�d]�\�+k�q�6��qeM9��r;������@�Ǎu��d]�T�+瞐���������\9�������{K��5��&'Gk9(W��hm 7�ʚ��
��XgWN��e��&-Gk9.W���hm ��ʚ��
���XgcN�ȕ��&3Gk94W֔�hm ��ʚ��
���Hӛ��qX�+�H�QY8�Ε3�9J�ݹ�&<Gk9=7�ٞ�ur}������@Е5:Z�
��&BGk9C7�١�ur���I���@�ѕ55:Z�=��&HGk9I7�٤�ur�������@ӕ5e:Z�m���8���<�(ӧ��q\�+gu�6�#ueM���r���	���@NՍu��d]�\�+kru�6��ueM���r�������@�֍uv�d]�\�+k�u�6��ueM���r���	���@N؅��a�
-�]Y������+kJv�6[v%1;:�9�qΞ����veMҎ�rԮ�����@�ڕ5a;Z�i��ζ����veMގ�r஬)���@nܕ5�;Zș���Ν��KweM��r쮬����@�ݕ5�;Z�ɻ��杬��weM���b����|Gg�}W���(m ���:�w�.@.��5	<Z�����Gk��Wք�hm ���:[x�.@��59<Z�A����Gk��W�D�hm g��:�x�.@.�5i<Z�q����Gk��W��hm '��:y�.@��td��,��ʙR�
�V^Yˣ�������ɺ���W�$�hm G�ʚj�
�n^YΣ�����{;�����&�Gk9�W��hm 7�ʚ��
��XgGO��%��&�Gk9�W���hm ��ʚ��
Ĥ�H�ԓ�qX�+���QY8�3e=J�m�q"��z|���?{���ü��=~�p�rzx���//��}���z{�������z<�gR�ߎ���_�����/�[����Ͽ�r�A�}�Ox�|�u�y�=�u{ϒ�5g�|���Y���,�
�,�Xg�L��Y��&KFk9KV�d�hm f�J:�dt��d�Y2I g�ʚ,�
�,YY�%����%+k�d�6��dc�Y2Y g�ʚ,�
�,YY�%����%+k�d�6��dc�Y2Y g�ʚ,�
�,YY�%����%+k�d�6��dc�Y2Y g�ʚ,�
�,YIG����q���ɒQ�@Β�uf�d]��%+k�d�6��deM���r���ɒ��@Β�uf�d]��%+k�d�6��deM���r���ɒ��@Β�uf�d]��%+k�d�6��deM���r���ɒ��@Β�uf�d]��%+�%���Y��,���,Y9�%����%�{���Y��&KFk9KV�d�hm g�ʚ,�
�,�Xg�L��Y��&KFk9KV�d�hm g�ʚ,�
�,�Xg�L��Y��&KFk9KV�d�hm g�ʚ,�
�,�H�%��q�%+�ȒQY8Β�3Y2J�Y��&KFk9K6֙%�ur���ɒ��@Β�5Y2Z�Y��&KFk9K6֙%�ur���ɒ��@Β�5Y2Z�Y��&KFk9K6֙%�ur���ɒ��@Β�5Y2Z�Y���,���,�(�%��q�%+g�d�6��deM���r���ɒ��@Β�uf�d]��%+k�d�6��deM���r���ɒ��@Β�uf�d]��%+k�d�6��deM���r���ɒ��@Β��=K�
-�,YY�%����%+k�d�6�d%Y2:�Y�q�,����deM���r���ɒ��@Β�5Y2Z�Y���,����deM���r���ɒ��@Β�5Y2Z�Y���,����deM���r���ɒ��@Β�5Y2Z�Y���,����deM���b���#KFg�8KV�d�(m g��:�d�.@Β�5Y2Z�Y��&KFk9KV�d�hm g��:�d�.@Β�5Y2Z�Y��&KFk9KV�d�hm g��:�d�.@Β�5Y2Z�Y��&KFk9KV�d�hm g��:�d�.@̒�td��,g�ʙ,�
�,YY�%����%�̒ɺ�9KV�d�hm g�ʚ,�
�,YY�%����%�{���Y��&KFk9KV�d�hm g�ʚ,�
�,�Xg�L��Y��&KFk9KV�d�hm g�ʚ,�
�,�H�%��q�%+�ȒQY8Β�3Y2J�Y2�"K��س��x�;̒���7��ۻ���~o?rN�~?���,y<�g޳������/_�:�������������/[��?o�3��_��ǣ_���^w(g�{�||P��@P�5
-Z���&@Ak9@1���ur���	P��@P�5
-Z���&@Ak9@1���ur���	P��@P�5
-Z���&@Ak9@1���uR���{���s(J84��L���r�"��
-XW (ʚ��
��EY�����(k�6�c�
+xڜ�O�d�}���e������$HJcc��#Bc2�̢�6ݰ����U�{n���1���=��D����������y>��/���=�?=~��?���7������7���������~��W��_=<ܟ.�������z�������a���w/۳_���o��o����7��ק�7���7�<����>�O����������Ͽ��?�~���������/�����7�����o����1_��y'[?��t��t��9�~�W/�a���O{��A^/���˵rź?{�����m==H���
k�/���Giݟ�am�U����5<8k�E�
+<�n_��IZ�goXx`ݾ��giݟ�am��u��ֺ?{�������5ܽ8�x����z9=��J���
k�O��/YҺ?{��������}�pו�������Y�.���<Y���
k��w���t����X�o��"���7�
�n�l_�EZdzl]���k������X���,��goXx`ݾ�;kݟ�am�u���t�*̍gٺ�������3��am����t�l���7�
<����_�dz7�
�n}ܾ�G�g<��x`ݾ�kݟ�am��u��_$�Go8w�ܾ����3��!m�u����K�x�����}g�cn<{�����-�Y���
k�/��W�cn<{��������_促dzl]������Z�goXx`}ܞ�?�Ƴ7�
<�n_ã�17��am�u���5<H�x�����}
�cn<{�����5��s���X���l���7�
�n}ݾ�;�cn<��x`ݾ����
�{؁��d��u�p��_|�?�Ƴ7�
�j��ݝ^�ݏ�<��x`��.Oֺ?{�����-<^�u������_t����^�����"��Y�.���5�?J���
k���p~�����X���Z�goXx�zwz~u?��,[���r�~:H���
k����gkݟ�am����t��*���7�
�n�l_��7��(;w�ܾ����7��;Pn_��Y:�goHx`ݾ���i3��am�u����K�x�����}g�3n<{�����5�?�ȳ7�
<���ίֺ?{�����ǻ�Ӌ����,[���r:ۿ@�goXx`}<==Y���
k����(ƍgoXx���}
��x�����}
kݟ�am��u���ϸ��
k��� ���?z�Y�����;�?o�GYٸ���Y���
i����W��;��am����t�b���7�
�n}�;=��I�e�<�^Nwrv�goXx`ݾ�Gkݟ�am��u���$�ް6��u�.�:�e�<�n_ý�7��am��u���$�ް6���}
wֺ?{����և���ë��gѺ���W�gxy�������ó���ް6���|�(0��,�u�y���<��x`ݾ�Gkݟ�am��u��u������[���<{�������k����,[��u��Һ?{�����5��I��am������j���7�
�n�ܝ./��\�e�<�ޟ^��$�ް6���x�<Y���
k����(̍goXx���}
rv�gٺ����p�����X��A��i�p��;���<{C������;8K�x�����}rv�goXx`}<���I��am������b���7�
�n}�;���I�e�<�ޟ���$�ް6���}
�ֺ?{�����5��I��am�u���5��I�e�<�n_ý���ް6���}
rv�goXx`ݾ9;ɳ7�
�n}�;�e0�gٺ����'+���
g���������X�OO�ֺ?{�������;��<��x`ݾ9>ɳ7�
<�n_Ã���ް6���}
r|�goXx��x�}
��γh]���k8[���
k��� �'y������ӣ�s�<{��������Ny����zz��<{��������Z�goXx`ݾL���^��o_��?��Qv6�@�}R�����(�/@�y�������>>�#��_O��_N���n<��c<�}��������z�g�/��/��{�Y?�n���>������z���������������������Ͽ\k��OO߼�|�}�{:���,�>fz�1��+�8Kfk1KV�d�h]��%;�Ȓ��@̒�ud�lm e�N�g��,f�ʙ,��dgY2[�Y���,��
�,�YG���b���ɒѺ�1Kv֑%����%;�Ȓ��@̒�ud�lm f�ʚ,��dgY2[�Y���,��
�,�YG���b���ɒѺ�1Kv֑%����%;�%��p�%;�ȒY�@̒�5Y2Z f��:�d�6�dgY2[�Y���,��
�,YY�%�ub��#Kfk1Kv֑%����%;�Ȓ��@̒�5Y2Z f��:�d�6�dgY2[�Y���,��
�,YY�%�uB��_�d6��Q��{����a��#Kfi1K6֙%�ub��#Kfk1Kv֑%����%;�Ȓ��@̒�5Y2Z f��:�d�6�dgY2[�Y���,��
�,YY�%�ub��#Kfk1Kv֑%����%;�Ȓ��@ʒ�td��le�N�gɬ,f��9�d�6�dgY2[�Y��&KF��,�YG���b��#Kfk1Kv֑%����%+k�d�.@̒�ud�lm f��:�d�6�dgY2[�Y��&KF��,�YG���b��#Kfk)Kv�=Kfg�(KVʑ%��q�%;�ȒY�@̒�ud�lm f��:�d�6�deM����Y���,��
�,�YG���b��#Kfk1KV�d�h]��%;�Ȓ��@̒�ud�lm f��:�d�6�dc�Y2YW f��:�d�6�dgY2[HY���Y2;�Y�r&KF��,�YG���b��#Kfk1Kv֑%����%+k�d�.@̒�ud�lm f��:�d�6�dgY2[�Y��&KF��,�YG���b��#Kfk1Kv֑%����%+k�d�.@̒�ud�lm e�N�g��,f��9�d�6�deM����Y���,��
�,�YG���b��#Kfk1KV�d�h]��%;�Ȓ��@̒�ud�lm f��:�d�6�deM����Y���,��
�,�YG���b��#Kfk1KV�d�h]��%;�%��p�%;�ȒY�@̒�ud�lm f�ʚ,��dgY2[�Y���,��
�,�YG���b�l�3K&�
+�,�YG���b��#Kfk1Kv֑%����%+k�d�.@̒�ud�lm f��:�d�6�dgY2[HY���,���,�)�,����,�9G���b��y��,�?��g����Q���W�ׇ��&K�����G�������?�<<��g��<�%'L���񧿌0�_��~����|��?���ި�t���~����3@y�q����6�eM���r���	P��@P�u(d]��(k�6�eM���r���	P��@P�u(d]��(k�6�eM���r���	P��@P�u(d]��(����=%
+��r&@Ai9@ַ��+�eM���r���	P��@P�5
+Z��������eM���r���	P��@P�5
+Z��������eM���r���	P��@P�5
+Z���&@!g�0@Q����p�(g�6�eM���r�b�3@!���EY�����(k�6�eM���r�b�3@!���EY�����(k�6�eM���r�b�3@!���EY�����(k�6%
+:��Q&@!e�8@Q�((m (ʚ��
��EY������PȺ�9@Q�(hm (ʚ��
��EY������PȺ�9@Q�(hm (ʚ��
��EY������[�����&@Ak9@Q�(hm (J:t��
+I (ʚ��
��EY�����(k�6�c�
 Y (ʚ��
��EY�����(k�6�c�
-Y (ʚ��
��EY�����(k�6#M�B��a���#@Ae�8@Q�((m (ʚ��
���Xg�B����&@Ak9@Q�(hm (ʚ��
���Xg�B����&@Ak9@Q�(hm (ʚ��
���Xg�B����&@Ak9@Q�(hm (J:t�L�B��q���	PP�@P�5
-Z���&@Ak9@1���ur���	P��@P�5
-Z���&@Ak9@1���ur���	P��@P�5
-Z���&@Ak9@����+�eM���r���	P��@P�t(�,(�9�.@P�5
-Z���&@Ak9@Q�(hm (�:�.@P�5
-Z���&@Ak9@Q�(hm (�:�.@P�5
-Z���&@Ak9@Q�(hm (�:�.@P�5
-Z���������E9������PȺ�9@Q�(hm (ʚ��
��EY������PȺ�9@Q�(hm (ʚ��
��EY������PȺ�9@Q�(hm (ʚ��
��EY������PȺ�1@Q����p�(g�6�eM���r�b�3@!���EY�����(k�6�eM���r�"��
-XW (ʚ��
��EY�����(k�6�c�
-Y (ʚ��
��EY�����(k�6#M�B��a���#@Ae�8@Q�((m (P���cP�^���X��+�ۉ��(����n(�ǧn������x1;�������{��or���P:�N�w��K��l;{���l��"�mhm ~g����lCg��;یs~gI g���;���@��6e�w������mʚ�lCk�;یu~gY g���;���@��6e�w������mʚ�lCk�;یu~gY g���;���@��6e�w������mʚ�lCk�;یu~gY g���;���@��6%�ن���w�)g��
�
��l3֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�5֙̒uR2��{2��s&�J8�Y4��Y�L2��r2+���,XW '�ʚd�
�dVY�̢����*k�Y�6��Yc��,Y '�ʚd�
�dVY�̢����*k�Y�6��Yc��,Y '�ʚd�
�dVY�̢����*k�Y�6�Y#M2K��a2��#�Ee�8�U�$�(m '�ʚd�
�d�Xg2K��ɬ�&�Ek9�U�$�hm '�ʚd�
�d�Xg2K��ɬ�&�Ek9�U�$�hm '�ʚd�
�d�Xg2K��ɬ�&�Ek9�U�$�hm &�J:�Yt�Y�L2K��q2��IfQ�@Nf�5�,Z�ɬ�&�Ek9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9���d�+��YeM2��r2��If��@Lf�t$��,'��9�Y�.@Nf�5�,Z�ɬ�&�Ek9�U�$�hm '��:�Y�.@Nf�5�,Z�ɬ�&�Ek9�U�$�hm '��:�Y�.@Nf�5�,Z�ɬ�&�Ek9�U�$�hm '��:�Y�.@Nf�5�,Z�ɬ��d���dV9�̢�����Lfɺ�9�U�$�hm '�ʚd�
�dVY�̢�����Lfɺ�9�U�$�hm '�ʚd�
�dVY�̢�����Lfɺ�9�U�$�hm '�ʚd�
�dVY�̢�����Lfɺ�1�Uґ̢�p��*g�Y�6��YeM2��r2k�3�%��dVY�̢����*k�Y�6��YeM2��r2+���,XW '�ʚd�
�dVY�̢����*k�Y�6��Yc��,Y '�ʚd�
�dVY�̢����*k�Y�6�Y#M2K��a2��#�Ee�8�U�$�(m '���Jf�=�d��5 �=~���;�Nms���x�=����?���_?��O��������\l���k�w��:w�����nv�b�3;{��P��@(��r(��	���@Ŕ5�Zȡ���P���C1eM(��b(��#Cg�8S΄b(m �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �b�:C1�.@
-Ŕs��x�PL	G(���q(��	�P�@ń�=�
-�PLY�����)kB1�6�C1eM(��r(f�3#��PLY�����)kB1�6�C1eM(��r(f�3#��PLY�����)kB1�6�C1eM(��b(f�	���8Ŕr�b�,�bʙP�
�PLY�������Ⱥ�9Sքbhm �bʚP�
�PLY�������Ⱥ�9Sքbhm �bʚP�
�PLY�������Ⱥ�9Sքbhm �bʚP�
�PLIG(���a(f�	�H�8Ŕ3�Jȡ��&Ck9Sքbhm �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �b����ur(��	���@Ŕ5�Z�����P���P�8g(F�ȡ��&Ck9Sքbhm �bʚP�
�P�Xg(F�ȡ��&Ck9Sքbhm �bʚP�
�P�Xg(F�ȡ��&Ck9Sքbhm �bʚP�
�P�Xg(F�ȡ��&Ck1S����p�)gB1�6�C1c��Y �bʚP�
�PLY�����)kB1�6�C1c��Y �bʚP�
�PLY�����)kB1�6�C1c��Y �bʚP�
�PLY�����)kB1�6�C1c��Y �bJ:B1t�C1�L(��r(��	���@Ōu�bd]��)kB1�6�C1eM(��r(��	���@ń�=�
-�PLY�����)kB1�6�C1eM(��r(f�3#��PLY�����)kB1�6�C1eM(��b(f�	���8Ŕr�b�,�bʙP�
�P�vR���������a(v��~���wL!�~�<=�O������g�Ȟ�=�D�������/����������8���(�}�?�~�}Px�<t�~��/�tz����"���W�
<���^߮m�u������O����߶4��,[������b���W�
<�>m�<I���k�/���߶T���+�^�>oã��gٺ�����vm����W�
<�n��o[*���k���pg���W�
�l}�>�;'�eg���gp{+���W�
<�n������^�6���rz~�����W�
�l}�=ݽ�8�Y�.������Z�g�Xx`}:�=�s��+�X���Q���^�6�rMt�}ΚgѺ���p�$���W�
<�n�ݳ���^�6���}�ֺ?{������>��c.ϲuX��+k�a�
�oW�|�8Z��0�����Y8��q��0N���0����q�6��a\Y�
�hm ø�����@��qc��0N���0����q�6��a\Y�
�hm ø�����@��qc��1d]�<���Aky8FY3���p��f8�
��c��1d]�<���Akq8FI�p:��1ʙ��6��c�uǐu�p��f8�
��e�pZ��1ʚ��6��c�uǐu�p��f8�
��e�pZ��1ʚ��6��c�uǐu�p��f8�
��e�pZ��1ʚ��6��c�uǐu�p�r��1h<��p���4��c�3�1(m ���pXW �(k�c��@�Q�Ǡ��<���Aky8�X�pY �(k�c��@�Q�Ǡ��<���Aky8�X�pY �(k�c��@�Q�Ǡ��<���Akq8�H3C���p�R��T��c�3�1(m �(k�c��@�1�9C���1ʚ��6��c�5�1hm �(k�c��@�1�9C���1ʚ��6��c�5�1hm �(k�c��@�1�9C���1ʚ��6��c�5�1hm �(��Ag�p8�(3C���p�rf8�
��e�pZ��1ʚ��6��c�uǐu�p��f8�
��e�pZ��1ʚ��6��c�uǐu�p��f8�
��e�pZ��1ʚ��6��c��}8�+��c�5�1hm �(k�c��@�Q�1����p�q���.@�Q�Ǡ��<���Aky8FY3���p�����.@�Q�Ǡ��<���Aky8FY3���p�����.@�Q�Ǡ��<���Aky8FY3���p�����.@�Q�Ǡ��8��c8������pJ��1�:�cȺ�y8FY3���p��f8�
��e�pZ��1�:�cȺ�y8FY3���p��f8�
��e�pZ��1�:�cȺ�y8FY3���p��f8�
��e�pZ��1�:�cȺ�q8FI�p:��1ʙ��6��c�5�1hm ���!���e�pZ��1ʚ��6��c�5�1hm ���pXW �(k�c��@�Q�Ǡ��<���Aky8�X�pY �(k�c��@�Q�Ǡ��<���Akq8�H3C���p�R��T��c�3�1(m �/���|�}8��5`8��=��;��y���wc�'�٘�1�_>���˟�̅����oeM�����{��٘9jr�rs����'M>�,���p�gb��3!e�x��(�eB���P�!P6�gL�2+&�,o�e&LHY801�에�p�^"�/a�x���\B���n�Qf��������f	)Nj%B9K@�8�+1ʬ���p�Ub��*!e�x��(�SB���J�u��Hɱr��D�Qf�����}��<	)��$F�mR��I�r���q<Kb�Y%!e�x��(3IB��� �1�=��x�D�	�S$F�%R�wH�23$�,��e6HHY8^ �9@�����Qf}��������)��#F��R�WG�r����q<9b�Y!e�xo�(37B���؈Qfk������C#�lόeVFHY8�1�11B�s�a�E�X8^�9.���QfY����]�̬)ǣ"F�MR�E�r���q<'b�Y!e�xK�(3%B���QfG������#"�lO�eDHY8�1�̇��p<b��!e�x9D(�p(G�!F�������!�6&CHw��#�^�k!ו�c!���S!F��R�wB�23!�,��e6BHY8^�9���<�Qf����m��4)�� F�]R�WA�r����q<	b�Y!e�x�(3B����Qf����%a��3 �7V@�w�
#�� F��R��?�r���q<�a�Y� e�x��(3�A����Qf󃔅������l�}e�>HY8��0�L}��p<�a��� e�x�C(��(�F��R��=�2��,�{��� �9�=�/��+�zaV=�X8��0�Lz��p<�a��� e�x�C(�(�SF�%R�w<�23�,�xe6<HY8^��9����|�Qf��������t)��F��R�W;�+�G;���';�2��,�ue�:HY8�0Ʊ�A�s/u���c�x��(��A���F�Qf�������>)��B9�9@�8��0�,s��p��a��� e�x��(��A���"�P�AP6��8�2k�,oqe�8HY8�0��p��p��!�s����	��)���8�7Hx��
#����B9�7@�8��0ʬn��p��a��� e�xp�(��A���چPα
P6��6�2K�,�lef6HY8�0�ll��p��!�s`���y
�̺)��F�i
R��5�2��,�j���e�pR�Ǣ	�a��a��� c�xL�(��A���P�!
P6�g4�2+�,ohe&4HY8�0��g��p��q]�>�q�\p<�a�Y� e�x7�(3�A���h�Qf3���������l�ee�2HY8��0�Le��p<�a��� e�p%C3�‚�D����x�3�A���8��܃�Ơ�ا1���1_bƸ�a���=ׇe�<�Oc��i��������_���~x��������O?_ڋ���g���to�qq��16$�m�����H\x��	�6�$�5Kh]��%�cL��
�9	g{lm .J8똔`kiTBIǪ:���9�%X�@��pֱ-��⺄��y	�6&�5h]��1�cd��
ę	g;lm .M8똚`kql�X��YW �M8��`kqr�Y��[���:f'��@�P�,O�u������	�6�'�u�O����@��;�#ʙ
-�.@ܡp�1D������-
-�6�(�u�Q���8H��Y�@��M
-g�lm �R8�إ`kq��Y�4[��ʚu
-�.@ܧp�1P���D����
-�6W*�u�T���8T��Y�@�ĭ
-gclm �U8�W����b�s��
-�6G+�5�h]��[�c���
��
-g�lm �W8똯`kq�BY�`����:F,��@��pֱc��⒅��)�6�,�5kh]��g�cЂ�
�Ig�lm �Z8똵`kq�BY�l�����m܂��0��p�}߂��Å�,m �\�\� �
-ĝgClm N]8�غ`kq��Y��[��ʚ��.@ܼp�1z���셳���6�/�uL_���8~��Y�@���glm N`8���`kq�Y�[HCJ:�0��8��p�}����9�{,m .b8��`kqCY�������:�1��@��pֱ����:���y�62�5h]����c$��
ęg;lm .e8��`kq,CY�����{�:3��@��pֱ����j����,
g(�X�@e�p;�9�xK���:�3��@\�p�1���∆�fE�w4�ui���8��cK��
�5
gslm j(k5к�qS�YǨ[���:v5��@\�p�1���⸆��u
��@��p�1�������
�6�V6�t��`g�phC9�����[�:�6��@��pֱ����↳��
�6G7�5�h]����cx��
��
g�lm �o8��`kq�CY������:F8��@��pֱ�������)�6�8�5kh]����c���
�I'�79�Y8\�p�1����0��f���9�u�s���8��c���
ąglm �t(kV:к�q��Y�P[�S�:�:��@\�p�1����`��f��7;�u�v���8��c���
��g�lm �w(k�;к�i��I�v'<�slx������cƃ�
�!e͒Z ny8��`kq��YǞ[���:&=��@�0ֹ�A����:�=��@��pֱ���⺇��y�6>�5h]����c䃭
ęg;lm .}8��`ki�CI��:G{N�~��p8��c�
��ܮ�>�������x~8�������������o��]Ӹ}���z{����������P����������/^&A>���/>�����\�����˻�����f�{�˿����G8/����/�?�\ޓu�彲���
��{e��=Zȗ�ʚ�{�6�/�u^ޓu��r��h<�����{4�/�3��(m _����=XW _�+k.���@��W�\ޣ��|y����Gk���X��=Y _�+k.���@��W�\ޣ��|y����Gk���X��=Y _�+k.���@��W�\ޣ��|y����Gk���HsyO����R��{T�/�3��(m _�+k.���@��7�yyO�ȗ�ʚ�{�6�/�5��hm _�+k.���@��7�yyO�ȗ�ʚ�{�6�/�5��hm _�+k.���@��7�yyO�ȗ�ʚ�{�6�/�5��hm ^�+鸼Gg����(syO����r���
��{e��=Zȗ�ʚ�{�6�/�u^ޓu�彲���
��{e��=Zȗ�ʚ�{�6�/�u^ޓu�彲���
��{e��=Zȗ�ʚ�{�6�/�����+�/�5��hm _�+k.���@��W�qy�����q��{�.@��W�\ޣ��|y����Gk��^Ysy���影��{�.@��W�\ޣ��|y����Gk��^Ysy���影��{�.@��W�\ޣ��|y����Gk��^Ysy���影��{�.@��W�\ޣ��xy��������{���=Jȗ��:/�ɺ���^Ysy���彲���
��{e��=Zȗ��:/�ɺ���^Ysy���彲���
��{e��=Zȗ��:/�ɺ���^Ysy���彲���
��{e��=Zȗ��:/�ɺ���^I��=:Ǘ�ʙ�{�6�/�5��hm _�뼼'���{e��=Zȗ�ʚ�{�6�/�5��hm _����=XW _�+k.���@��W�\ޣ��|y����Gk���X��=Y _�+k.���@��W�\ޣ��|y����Gk���HsyO����R��{T�/�3��(m _�����{|�����5����=����+���0~�����L.������?}����������?������ϟ��������o?��o�>��?��r����p{��׏��n�޾��ỳ��x}wt}�~:��t����t����Zȧsʚ�9�6O�4�s�l��)�8�Ce��tN9s:���露�t�
��9c��sd]�|:��9�Ck�tNYs:���露�t�
��9c��sd]�|:��9�Ck�tNYs:���露�t�
��9c��sd]�|:��9�Ck�tNYs:���霒��9tO�2�s�l��)gN�P�@>�S֜Ρ��|:��9�Ck�t�X��Y ��)kN���@>�S֜Ρ��|:��9�Ck�t�X��Y ��)kN���@>�S֜Ρ��|:��9�Ck�tNX�O����tNYs:���露�t�
��9%�s�,���<�#���9e��Zȧsʚ�9�6�O�5�shm ���<�#���9e��Zȧsʚ�9�6�O�5�shm ���<�#���9e��Zȧsʚ�9�6�O�5�shm ���<�#���9e��Z��sJ:N��Y8>�SΜΡ��|:g��t���O�5�shm ��)kN���@>�S֜Ρ��|:g��t���O�5�shm ��)kN���@>�S֜Ρ��|:g��t���O�5�shm ��)kN���@>�S֜Ρ��|:g��t��O�t�Ρ�p|:��9�Ci�tNYs:���霱��9�.@>�S֜Ρ��|:��9�Ck�tNYs:���霰��΁u�露�t�
��9e��Zȧsʚ�9�6�O�u�Αu�露�t�
��9e��Zȧsʚ�9�6O�4�s�l��)�8�Ce��tN9s:������
�:����O��^N���o���6���O��39���s���_���?~�y����_?��������\fk\N�>��ޟ^n�;{�3�w�3��ۛ?�S:�c����-ۏ/�hm ����%��q\e�8.Z��ʚq\�6��q�5�hm ����%��q\���q�x�q\%�h,��*g�qQ�@���q\��@�U֌㢵�<����EkyWY3����8���q\�.@�U֌㢵�<����EkyWY3����8���q\�.@�U�\����|ᯬ��Gk��_Ys��ⅿ��Ÿ������,_�+g.�Q�@��W�\����|�o��Ÿ��/��5�hm _�+k.���@��W�\����|�o��Ÿ��/��5�hm _�+k.���@��W�\����|�o��Ÿ��/��5�hm _�+k.���@��W�q���ᅿQ�Ÿ����̅?J��ʚ�6�/��5�hm _���'��eͅ?Z��ʚ�6�/��5�hm _���'��eͅ?Z��ʚ�6�/��5�hm _����?XW _�+k.���@��W�\����xᯤ�������$]�|ᯬ��Gk��_Ys��򅿲���
�c��d]�|ᯬ��Gk��_Ys��򅿲���
�c��d]�|ᯬ��Gk��_Ys��򅿲���
�c��d]�|ᯬ��Gk��_IDž?:��ʙ�6�/��u^��u򅿲���
�eͅ?Z��ʚ�6�/��u^��u򅿲���
�eͅ?Z��ʚ�6�/��u^��u򅿲���
�eͅ?Z��ʚ�6�/��u^��uⅿ��t�/��3�(m _�+k.���@��7�y�O���ʚ�6�/��5�hm _�+k.���@������@��W�\����|ᯬ��Gk��_Ys��򅿱��.@��W�\����|ᯬ��Gk��_Ys��ⅿ��Ÿ������,_�+g.�Q�@��?>>W������k<?^����8���pz���/��3��8����~��_���_�e�����u�ǟ��>���?����_������r'�o�^Oo}ɏ'����۸9�?�v��!v}|���.T���3�](m v)k���@>�2�y�E�ȇ]ʚ�.�6���5�]hm v)k���@>�2�y�E�ȇ]ʚ�.�6���5�]hm v)k���@>�2�y�E�ȇ]ʚ�.�6���5�]hm v)�8�Bg���(s�E���a�r��
��.e�aZȇ]ʚ�.�6���uv�u�a����
��.e�aZȇ]ʚ�.�6���uv�u�a����
��.e�aZȇ]ʚ�.�6�������+���5�]hm v)k���@<�R�q؅���a�q��.�.@>�R�v���|إ�9�Bk��KYs؅��a����.�.@>�R�v���|إ�9�Bk��KYs؅��a����.�.@>�R�v���|إ�9�Bk��KYs؅��a����.�.@>�R�v���xإ������.��aJȇ]�:�Ⱥ���KYs؅��a����
��.e�aZȇ]�:�Ⱥ���KYs؅��a����
��.e�aZȇ]�:�Ⱥ���KYs؅��a����
��.e�aZȇ]�:�Ⱥ��KI�a:LJ]ʙ�.�6���5�]hm v�<�"���.e�aZȇ]ʚ�.�6���5�]hm v	��aXW v)k���@>�R�v���|إ�9�Bk���X�aY v)k���@>�R�v���|إ�9�Bk��Hs�E���a�R��.T���3�](m v���.|�����5���=��î�����v�gr��8�������kϿֱָ�:;�zx������o? �_�����ѯ�������f�*��A]�n��~�.�ȅ���Y�.������Z�g�Xx`c�ʚu\�6��q�5�hm ���\�%��u\e�:.Z��ʚu\�6��q�5�hm ���\�%��u\���q�x�u\%�h,��*g�qQ�@^���u\��@^�U֬㢵�����Y�EkyWY�����:���u\�.@^�U֬㢵�����Y�EkyWY�����:���u\�.@^�U֬㢵�����Y�EkyWY�����:��&� g�0�P�Q��pQ(g"
-�6�#
-eMD��rDa�3� ��BYQ���Q(k"
-�6�#
-eMD��rDa�3� ��BYQ���Q(k"
-�6�#
-eMD��rDa�3� ��BYQ���Q(k"
-�6#
-%:��Q&� e�8�P�D(m Gʚ��
�BYQ���Q�(Ⱥ�9�P�Dhm Gʚ��
�BYQ���Q�(Ⱥ�9�P�Dhm Gʚ��
�BYQ���Q�{D����&�@k9�P�Dhm FJ:"
-t�#
-�I Gʚ��
�BYQ���Q(k"
-�6�#
-c�Y Gʚ��
�BYQ���Q(k"
-�6�#
-c�Y Gʚ��
�BYQ���Q(k"
-�6�#
-c�Y Gʚ��
ĈBIGD���qD���(P�@�(�uFd]�Q(k"
-�6�#
-eMD��rD���(��@�(�uFd]�Q(k"
-�6�#
-eMD��rD���(��@�(�uFd]�Q(k"
-�6�#
-eMD��rD���(��@�(�uFd]�Q(�(�Y8�(�3J���&�@k9�0�Q�urD���(��@�(�5Z���&�@k9�����+�#
-eMD��rD���(��@�(�5Z���Έ���#
-eMD��rD���(��@�(�5Z���&� g�0�P�Q��pQ(g"
-�6�#
-:���Q��D��DwW"���+��#I(�FB��_?����?/S����p�����:��u��������;ޞ^_�vo�o�?7_�������~����{������,܁���v�c�ߞd�9���rz|����G�X��ʧ�W��)ǣ�l܁r����s��QV�@����H��(+w��Q&("e�8'�Y��q�eR"R�C"�LGD��qEd���HY8N��rD�l�CF�|����x�(���p\e�!R��!���(G͐����P��Hw�Z���p�
-]W��B��ǝ�Q&"e�82�4B�,BF�@����<H(g��qd�I�HY8��2])�U�Q&
-"e�8	�Y��q�er R�c �LD��q	d�	�HY8̀�1�
���|�0��0����Q&�!e�8��Y���q��e�R���L�C��q�c�	~HY8�}�r�>�l�>F�ԇ�����(����p\�e"R����(�}�Q&�!e�8�1ʴ=�,�=�8���0��T=�+7=F�������(��p\�ebR�S��%(��Q&�!e�8�1�4<�,<F������|G(g���q�c�IwHY8w�2�)�ՎQ&�!e�8ٹ�|/v���{�L�C��q�c�iuHY8,u�q�:$<�q�#���c��1�$:�,:F�>����:�(琲p���,s@�8�r�2Y)�Q�Q��!e��1�9�,�8B9kP6�[�L�C��q�c��pHY8�p�2)�	�P������(�ߐ�p��hoHx���ސ�p���n@�8nn�2�
)���Q��!eḶ1��6�,�6B9KP6�;�LfC��qdc�ilHY8.l�2�
)�y�Pκ����(�֐�p�e�R���LTC��qR#���e㰧1ƑӐ��1���!cḤ1ʄ4�,g4B9+P6��LBC��q@c��gHY8�g�2�)���u�{9s�\p��e�R���L3C��q1c�	fHY8�e�r�2�l�2F�T����P�(�ɐ�p\�e"RaL!‚ac|#�!�9��#LC��qsr�0�^b�b����×��Zd�K���+g1�t1ϣ���ϟ~�u�1�{C�������ݧ����������?}�B�:���~w���żud1����?k������<�}�=ݼ>]z����,[��������Feݟ�bm����t�l���W�
<�����
-����W�
<��Fe�3�"���JY�Y���XZ)�H��Y8���3�JȽ��������+eMs��ru��ɮ��@��5�Z�핱������+eM��r���I���@���5Z�������S,eM���r���ɱ��@��5EZ�M���(����,�ܻ,4�ð�R‘f��pg)g�,�6��,a}���9�R�4Zhm WZʚL�
�PKYSj����j댵Ⱥ�9�R��Zhm [ʚd�
�hKYSm����m��Ⱥ�9�Rִ[hm �[ʚ|�
�KYSp����pi".r63.�*�%�r&�Bi9�R��\hm �\�:�.�.@N��5MZ�U��&�Bk9�R֔]hm �]�:�.�.@λ�5}Zȅ��&�Bk9�R�T^hm w^�:C/�.@N��5�Zȵ��&�Bk1�R�Q|��p�|e���Uٽ4Iv���+�Ut]�.C�|9lK���-"$�
-�����Y���2�[uV.�H+���.
��z�Ȟ��K���A.�������K���P�A�0R� '`JM�jr��d`�� �`JM	�jrf���:9Sjz0T{��0�&	C�9
-Sj�0T{��0�^�0P� �aJM�jr���a�� b
-]��5Ǎ�1w$F��LL���P�A.Ŕ�T��XL���P�A�Ō��1R� 'cJM3�jr5��dc�� �cJM9�jr;f���:9Sj�1T{�2�&!C�9"Sj*2T{�;2��1�)�RӒ�ڃX�)t�dh�e�LQ�hrSf���:9+Sj�2T{��2�&-C�9.Sj�2T{��2�����1ȉ�RӘ�ڃ\�)5��=ȡ�RS��ڃܚu�f��A�͔�����L�I�P�A�Δ�����̨;<#ubz��՞�Ys\�)3��=��RS��ڃܠuGh��A�Д�
��M�I�P�A�є�
��M�� 
�9�I�RӤ�ڃ\�)5Y�=�a�RS��ڃܦu�i��A�Ӕ�>
��BM�I�P�A�Ԕ�J
��N͠	���9L��Z5$k�k5e&WC�9X;n�T���qN֮���������b
-_�t�]�����Q��w��=��L>rN��V��_~���_Ǘ6�ß����u>�������JW�|�������x�/�w��/���C�O{��A���>{�O��go�=x��޽>X���j~���~�z�(�=w@�~���<�ڃ��g�Ū���P{�@}�{y������P{�s��������J]�eu��w//V=��ڃ�����Tϟ�����z�1|�*��go�=�y����cxrj>��<PO?��g��?{C����cxx����7�<PO?�{��?{C�����ӏ�˫S�gY�����ۛTϟ������|w�j��go�=x���=�_���a��������oi��>��<PO?�g��?{C����3�� ��go�=x��~
-O�R=��ڃ����ãT�gY������$��go�=x��~��7���j��+N]g)X�A<K�Ԝ�@u�Y
-����� ��p�:K�j�Y
-����� ��Pj�R�:�,�S�Y
-V{��R8�|��͚ó�\g)�A<K�Ԝ�@u�Y
-����� ��p�:K�j�Y
-����� ��Pj�R�:�,�S�Y
-V{�R8u��`��,�S�Y
-V{�R(5g)P�x�©�,�=�g)���R�ڃx�©�,�=�g)�����A8K���g)X���<��`���,�3�Y
-F{�Ru�� u�Y
-����� ��p�:K�j�Y
-����� ��Pj�R�:�,�S�Y
-V{�R8u��`��,�S�Y
-V{�R(5g)P�x�©�,�=�g)���R�ڃx�©�,�=Hg)��R��st�‘�L���p�:K�h�Y
-����� ��Pj�R�:�,�S�Y
-V{�R8u��`��,�S�Y
-V{�R(5g)P�x�©�,�=�g)���R�ڃx�©�,�=�g)�����A<K��u���ijN]g)X�A:K���Y
-6k��R(r��@���,�3�Y
-F{�R8u��`��,�S�Y
-V{�R(5g)P�x�©�,�=�g)���R�ڃx�©�,�=�g)�����A<K��u���ijN]g)X�A<K��u���ijF�g)H��x�©�,�=�g)���R�ڃt�¡�l���Pf�R :�,�S�Y
-V{�R8u��`��,�S�Y
-V{�R(5g)P�x�©�,�=�g)���R�ڃx�©�,�=�g)�����A<K��u���ijN]g)X�A<K��u���ijJ�Y
-T� ��p�:K�j�Y
-���R�Ysx�™�,�=�g)�����A<K��u���ijN]g)X�A<K��u���ijJ�Y
-T� ��p�:K�j�Y
-����� ��p�:K�j�Y
-��,�c�R8u��`��,�S�Y
-V{�R8u��`��,�Rs��1Hg)z>K�f��Y
-g���� ��p�:K�j�Y
-��,�c�R8u��`��,�S�Y
-V{�R8u��`��,�Q�Y
-R� ��p�:K�j�Y
-����� ��p�:K�j�Y
-��,�c�R8u��`��,�S�Y
-V{�R8u��`��,�B�Y
-4{��R8�|��ɚó�\g)�A<K��Y
-~�~����ﻔ_��^^�����_�)������_~����y�?���_~�X���D/�~e���_���Yx��^=�q4��A �E�1�U�fѬ9�f���YB� G�JM4�jr4��D��� G�JM4�jr4k�͒:9�Uj�YT{��Y�&�E�9�Uj�YT{��Y��h��1�ѬR͢ڃ�*5�,�=�ѬR͢ڃ�uG���A�f��h��hV�+�E��8�Uf�YD{��Y��h��1�ѬR͢ڃ�*5�,�=�ѬR͢ڃ�uG���A�f��h��hV��fQ�A�f��h��h֨;�%ur4��D��� G�JM4�jr4��D��� G�F��,�c��Ye��Y��0�U��fQ�9�f��h��hV��h�9�ѬR͢ڃ�*5�,�=�ѬR͢ڃ�uG���A�f��h��hV��fQ�A�f��h��h֨;�%ur4��D��� G�JM4�jr4��D��� F�M4Kf�a4���"Ys�*3�,�=�ѬR͢ڃ�uG���A�f��h��hV��fQ�A�f��h��h֨;�%ur4��D��� G�JM4�jr4��D��� G�F��,�c��Y�&�E�9�Uj�YT{�Y��h͚�h֐�f��9�f��h��hV��fQ�A�f��h��h֨;�%ur4��D��� G�JM4�jr4��D��� G�F��,�c��Y�&�E�9�Uj�YT{��Y�&�E�9��%�ur4��D��� G�JM4�jb4��͢Ys�sG���A�f��h��hV��fQ�A�f��h��h֨;�%ur4��D��� G�JM4�jr4��D��� G�F��,�c��Y�&�E�9�Uj�YT{��Y�&�E�9�5�fI��*5�,�=�ѬBW4�f�q4��D��� G�F��,�c��Y�&�E�9�Uj�YT{��Y�&�E�9�5�fI��*5�,�=�ѬR͢ڃ�*5�,�=�ѬQw4K��hV��fQ�A�f��h��hV��fQ�A�f���YR� F�
-]�,�5�Ѭ2�"ڃ�*5�,�=�ѬQw4K��hV��fQ�A�f��h��hV��fQ�A�f�z�fA���*5�,�=�ѬR͢ڃ�*5�,�=�ѬQw4K��hV��fQ�A�f��h��hV��fQ�A�f
�h�̞�hV�+�E��8�Uf�YD{�����SE���h��1 �=~��>܈f��O�������L�ه�������?���_~��ǯD~:������?~}���ǣ�o���L���f�z���f�� ��̨� 7�P/�����fVj�����fVj�����fVj�����f6��nfR� 7�R���ڃ��+5�9�=���BWf�f�qfn̝�:93Wj2sT{�3s�&3G�93Wj2sT{�3s��̜�1ș�R���ڃ��+5�9�=ș�R���ڃ��ug椎A�̕�����\���Q�A�̕�����ܨ;3'urf��d�� f�
-]�9�5Ǚ�2��#ڃ��ug椎A�̕�����\���Q�A�̕�����ܨ;3'urf��d�� g�JMf�jrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�937���I���+󜙣x=���Wf�b�qf��d�� g�B�d��A�̕�����\���Q�A�̕�����ܨ;3'urf��d�� g�JMf�jrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�137h2s2{3sE��ɚ��\����A�̕�����ܨ;3'urf��d�� g�JMf�jrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�937���I���+5�9�=ș�R���ڃ��+te�h�f�LfNd�qf��d�� g�JMf�jrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�937���I���+5�9�=ș�R���ڃ��+5�9�=ș�P/�9�s�3s�&3G�93Wj2sT{3s���͚��ܘ;3'trf��d�� g�JMf�jrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�937���I���+5�9�=ș�R���ڃ��+5�9�=ș�QwfN���\���Q�A���2s4k�3se&3G�937���I���+5�9�=ș�R���ڃ��+5�9�=ș�QwfN���\���Q�A�̕�����\���Q�A�̍�3sR� g�JMf�jrf��d�� g�JMf�jrfnԝ��:13W���Ѭ9�̕�����\���Q�A�̍�3sR� g�JMf�jrf��d�� g�JMf�jrf.�Kf���\���Q�A�̕�����\���Q�A�̍�3sR� g�JMf�jrf��d�� g�JMf�jbfn�d�d�f�\�9�5Ǚ�2��#ڃ��g�*3��8g�W���|��?���n每w�/�����$3\�����_���Ͽ��!�~����:����2?5毯w/o��m}���>i�����>>�'�����������Ū���P{�@]ѽRS�ڃ\�+5?�=��P/?�s�+~���G���Wj*~T{�+~���G���7��I�\�+5?�=��RS�ڃX�+tU�h�W���?�c�+~���G���Wj*~T{�+~���G���7��I�\�+5?�=��RS�ڃ\�+5?�=��Qw�O��_���Q�A�������_���Q�A����+~R� W�JMŏjbů�U�Ys\�+3?�=��Qw�O��_���Q�A�������_���Q�A����+~R� W�JMŏjrů�T��� W�JMŏjr�o�]�:��Wj*~T{�+~���G���Wj*~T{�+~��1H�2�?��cX�+pU�(�W��Lŏhr�/�K���_���Q�A�������_���Q�A����+~R� W�JMŏjrů�T��� W�JMŏjr�o�]�:��Wj*~T{�+~���G���Wj*~T{+~���'���W����9�������_���Q�A����+~R� W�JMŏjrů�T��� W�JMŏjr�o�]�:��Wj*~T{�+~���G���Wj*~T{�+~��1��RS�ڃ\�+5?�=��BWŏf�a�o�T�D�W��Lŏhrů�T��� W�JMŏjr�o�]�:��Wj*~T{�+~���G���Wj*~T{�+~��1��RS�ڃ\�+5?�=��RS�ڃ\��R�:��Wj*~T{�+~���G���W��Ѭ9����+~B� W�JMŏjrů�T��� W�JMŏjr�o�]�:��Wj*~T{�+~���G���Wj*~T{�+~��1��RS�ڃ\�+5?�=��RS�ڃ\�uW���A������Ċ_���G���Wf*~D{�+~��1��RS�ڃ\�+5?�=��RS�ڃ\�uW���A�������_���Q�A�������ߨ��'urů�T��� W�JMŏjrů�T��� W�F�?�c+~���͚�_����A�������ߨ��'urů�T��� W�JMŏjrů�T��� W�B�T���A�������_���Q�A�������ߨ��'urů�T��� W�JMŏjrů�T��� V�M�Of�aů�U�#Ys\�+3?�=��q��*~|�s��P�?�����ܽ=<pſ>���iU���o?����C�������?\��������xz�d�W�w��|��Q�A�̅z��A����+5�9�=ș�R���ڃ��+5�9�=ș�QwfN���\���Q�A�̕�����\�+3G��837���	���+5�9�=ș�R���ڃ��+5�9�=ș�QwfN���\���Q�A�̕�����\���Q�A�̍�3sR� g�JMf�jrf��d�� g�JMf�jrfnԝ��:93Wj2sT{3s���͚��\����A�̍�3sR� g�JMf�jrf��d�� g�JMf�jrfnԝ��:93Wj2sT{�3s�&3G�93Wj2sT{�3s��̜�1ș�R���ڃ��+5�9�=ș�R���ڃ��ug椎A�̕y��Q���\�+3G��83Wf2sD{�3s�^2sP� g�JMf�jrf��d�� g�JMf�jrfnԝ��:93Wj2sT{�3s�&3G�93Wj2sT{�3s��̜�1ș�R���ڃ��+5�9�=ș�R���ڃ��4�9�=���"Wf�d�qf��d�� g�JMf�jrfnԝ��:93Wj2sT{�3s�&3G�93Wj2sT{�3s��̜�1ș�R���ڃ��+5�9�=ș�R���ڃ��ug椎A�̕�����\���Q�A���2s4k3sC&3'��83Wf2sD{�3s�&3G�93Wj2sT{�3s��̜�1ș�R���ڃ��+5�9�=ș�R���ڃ��ug椎A�̕�����\���Q�A�̕�����\����9ș�R���ڃ��+5�9�=���BWf�f�qfn̝�:93Wj2sT{�3s�&3G�93Wj2sT{�3s��̜�1ș�R���ڃ��+5�9�=ș�R���ڃ��ug椎A�̕�����\���Q�A�̕�����ܨ;3'urf��d�� f�
-]�9�5Ǚ�2��#ڃ��ug椎A�̕�����\���Q�A�̕�����ܨ;3'urf��d�� g�JMf�jrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�937���I���+te�h�g��Lf�hrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�93�%3urf��d�� g�JMf�jrf��d�� g�Fݙ9�c�3s�&3G�93Wj2sT{�3s�&3G�137h2s2{3sE��ɚ��\����A�̏�i���s�3�ǀ���9Ff�p#3��G�X��?������÷���?~���?����;���ß���o�>ƣO�_���h��緧�_�K�z���a�<�a���!�V�Ǹ_��WA�9�W
�v�Ț�rՐ	W��9�V
�j�Ț�fU�;Y��8X5dzU"k�kUC&V%��8U5dJU"k�;UA�LȞ�HՐiT��9.T
�@�Ț�<Ր�S��9nS��T {��TC�K%��J5�R	��$Հ)RI�9�Q�sT {�cTC�E%��D5dBT"k�3TC�B%��A�NP��9P
���Ț��Ԑ�O��9NO
��Ț��T�;;��8:5d�S"k��SC&8%��875djS"k�[SA��Ȟ��Ԁ�Δ��)�L��"S��815`
-Sk�����%/=&�ǥ�L[Jd�qYjȄ�D�g��LUJd�qS*ȝ��s�2=)�5�5�!�Ys��2%)�5�� wF
-d�qDj�4�D���L@Jd�q>j�ԣD���BL:
-`�a8j�Ս�w=�ը��Xs��2�(�5ǽ� w.
-d�q,jȴ�D����L(Jd�q&j�T�D�7��܉(�=ǁ�!ӇYs\�2q(�5�i�!S�Ys܅
-rg�@�G��LJd�qj��D��F\5(��c؂
-/)(x5�!�Ӂ�Xs\�2(�5�	�!S�Ys�
-r�@�ǟ�L�Id�q�iȄ�D�g��L�Id�q�)ȝ|�s|2�'�5ǵ�!{Ys�z2�'�5ǝ�m�y�c�#OC��$���4dO"k�N#�����1n;��N{��NC��$���4d�N"k��NC��$�����9��9�9
���Ț�Ӑ	9��9�8
���Ț�S�;���8�4d�M"k��MC&�$��8�4d�M"k��MA�lȞ�hӐi6��9,6���M��8�4`jMk�[MA�TȞ�PӐ�4��9�4
�H�Ț�DӐ)4��9�3��L {��LC��$���4d�L"k��LC��$����N2��92
��Ț�Ӑ�1��9N1
��Ț�S�;���0�4�j0	��Ӏ	0I�9�/
���Ț��R�;���8�4d�K"k��KC&�$��8�4d�K"k�{���%�<&�ǖ�LkId�qiiȄ�D�g��LeId�qc)ȝX�sX2}%�5�u�!WYs�V2e%�5�]��UXcUo5��]�qQi��$�甇=��)�!�1��^^[�Ç�����N	��{����i��������Y��G�)����������/���~��������}����߀����]�O~�^ގ�������ˍ�̇�������޽�}� �����P{������XF]�eu��w//V=��ڃ���d���Q�A�Bf���Q�A�Bf�^���9�_Ȭ�|!3�=�_Ȭ�|!3�=�_Ȭ�|!3�=�_�l���̤�A�Bf���Q�A�Bf��eG��fW���Ѭ9ڍ��vB� 7�JMԎjr֮�t��� ��JMڎjr�n�]��:�oWjwT{�w��qG��rWj2wT{�Cw��ҝ�1ȭ�R��ڃ��+5�;�=�ŻR���ڃ�uW癩A�ޕ�����]��}G��~Wf�wD{�x����1�
�R��ڃ��+5<�=�%�R�£ڃ�u��A�ᕚ ��$^�i�Q�A�╚,��0ި��'ur����� ��JM�jr!��$�� G�Fݕ<�c�:ye�Cy��0�W�j�Q�9�啙\��`^��b�9�ͼRͣڃ��+5�<�=��R�Σڃ�u��A�畚���^�i�Q�A�蕚���ި��'urK������ ��JMO�jrQ��$��� F�MUOf�aW���#Ys��+3m=�=�u�R�ףڃ�u���An앚����^���Q�A.핚����ި��'uro����� '�JMs�jru��d��� ��F��=�c��{�&�G�9�Wj�{T{|��͚�ߐ����9����_�i�Q�A���� ߨ��'ur���D��� g�JM��jr��Ԥ��� ��F�u>�c��|�&�G�9�Wj}T{�+}�&�G�9���ur������� ��JM��jb��Е�Ys�sW���A����p��t_�i�Q�A����|��ߨ��'urï�D��� g�JMǏjrɯԤ��� ��F�5?�c�{~�&�G�9�Wj�~T{��~�&�G�9�7�.�I���+5q?�=�y�BWߏf�q��$��� G�Fݕ?�c�;�&�G�9�WjZT{�k�&�G�9�7�.�I���+5�?�=�ٿR���ڃ\�+5�?�=��Qw�O���_�9��j�	�����=�W���3��� 0�@��[�
-]��Ь9>���@��"�Rs����F�WH�|@�9�j�i���6��=�������� ��B��s�o(5GP�A>���	@��R�Rs*���cF��H�|/@�9�j�����f��=�W����� 0h.��sx;@��x��5������� _���	|��
��ǀ#���;����W�/�7��y}f��_������ן�yL�����������_�|��֣/d�5<������� P�ڃ\�)55�=�5�Qw�G��O���P�A����O���P�A��k<R� �xJM��jb���U�Ys\�)35�=�5�Qw�G��O���P�A����O���P�A��k<R� �xJM��jr����x�� �xJM��jr�g�]�:��Sjj<T{�k<���C���Sjj<T{�k<����1H5�2�5��cX�)p�x(��x�L��hr�'�K���O���P�A����O���P�A��k<R� �xJM��jr����x�� �xJM��jr�g�]�:��Sjj<T{�k<���C���Sjj<T{k<���#���S��9����O���P�A��k<R� �xJM��jr����x�� �xJM��jr�g�]�:��Sjj<T{�k<���C���Sjj<T{�k<����1�5�RS�ڃ\�)55�=�5�BW��f�a�g��xD��x�L��hr����x�� �xJM��jr�g�]�:��Sjj<T{�k<���C���Sjj<T{�k<����1�5�RS�ڃ\�)55�=�5�RS�ڃ\�	�R�:��Sjj<T{�k<���C���S��Ь9��k<B� �xJM��jr����x�� �xJM��jr�g�]�:��Sjj<T{�k<���C���Sjj<T{�k<����1�5�RS�ڃ\�)55�=�5�RS�ڃ\�u�x��A����O���C���Sfj<D{�k<����1�5�RS�ڃ\�)55�=�5�RS�ڃ\�u�x��A����O���P�A����Ϩ��#ur����x�� �xJM��jr����x�� �xF�5�ck<��͚�O����A����Ϩ��#ur����x�� �xJM��jr����x�� �xB��x��A����O���P�A����Ϩ��#ur����x�� �xJM��jr����x�� �xM�Gf�a���U�!Ys\�)35�=�5�qO�j<|�s�w�P�?Ǩ���{x}����/��5�ê��󷟿��ÿܮ�N���+�c��p���Q�����6�~��o���A�@V{@�����Щ�d��Tj@T� 6�N]
 �=�
�SW�jb�����ڃ��*5
 �c@�����С��͚�Й�d��Tj@T� 6�N]
 �=�
�SW�jb�����ڃ��*5
 �c@������d��t�j�Y�Al����1�
�SW�jb�����ڃ��:u5��� 6�JM���Й�@�Ǩt�d��t�j��Al���@R� 6�N]
 �=�
�SW�jb�����ڃ��*5
 �c@������d��t�j�Y�Al����1�
�SW�jb�����ڃ��:u5��� 5�
-]
 �=G
�#�
 �5�
�3W�hb�����ڃ��*5
 �c@������d��t�j�Y�Al����1�
�SW�jb�����ڃ��:u5��� 6�JM���Щ�d��t�j�Y�Aj�zn�٬9j��@${@g����Щ�d��t�j�Y�Al����1�
�SW�jb�����ڃ��:u5��� 6�JM���Щ�d��t�j�Y�Al���@V{@����9�
�SW�jb�����ڃ��:����Ys��*3
 �c@������d��t�j�Y�Al����1�
�SW�jb�����ڃ��:u5��� 6�JM���Щ�d��t�j�Y�Al���@V{@��Dub�����ڃ��:����Ys��:s5��� 6�JM���Щ�d��t�j�Y�Al���@V{@��Dub�����ڃ��:u5��� 6�N]
 �=�
�R���:�t�j�Y�Al���@V{@�����P�i�Q���:����Ys��:s5��� 6�N]
 �=�
�R���:�t�j�Y�Al���@V{@�����Ш�$ub�����ڃ��:u5��� 6�N]
 �=�
�R���:�t�j�Y�Al���@V{@�����P��D��t�d��t�j��Al��b3
 ?���\?�q����������{�7��3�|\
���~2����ў�pE}�}|χ����x�����Q��G��F���x���^�������z���;�Rϟ����A��H��ƒ�1ȍ�R�X�ڃ�X*5�%�=ȍ�R�X�ڃ�Xu7���An,������R�i,Q�An,������Ҩ��$urc��4��� 6�
-]�%�5Ǎ�2�X"ڃ�Xu7���An,������R�i,Q�An,������Ҩ��$urc��4��� 7�JMc�jrc��4��� 7�Fݍ%�c�K���D���TjKT{�K���D���4�n,I��X*��X�x=���Wc�b�qc��4��� 7�B�4���An,������R�i,Q�An,������Ҩ��$urc��4��� 7�JMc�jrc��4��� 7�Fݍ%�c�K���D���TjKT{�K���D���4hK2{KE��ɚ��R�i,�An,������Ҩ��$urc��4��� 7�JMc�jrc��4��� 7�Fݍ%�c�K���D���TjKT{�K���D���4�n,I��X*5�%�=ȍ�R�X�ڃ�X*t5�h�6��LcId�qc��4��� 7�JMc�jrc��4��� 7�Fݍ%�c�K���D���TjKT{�K���D���4�n,I��X*5�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�P/�%�s�K���D���TjKT{K���͚��Ҙ��$trc��4��� 7�JMc�jrc��4��� 7�Fݍ%�c�K���D���TjKT{�K���D���4�n,I��X*5�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�QwcI���R�i,Q�Al,�K4k�Ke��D���4�n,I��X*5�%�=ȍ�R�X�ڃ�X*5�%�=ȍ�QwcI���R�i,Q�An,������R�i,Q�An,��KR� 7�JMc�jrc��4��� 7�JMc�jrci��X�:��T�j,Ѭ9n,������R�i,Q�An,��KR� 7�JMc�jrc��4��� 7�JMc�jrc)�Kc	���R�i,Q�An,������R�i,Q�An,��KR� 7�JMc�jrc��4��� 7�JMc�jbci�4�d�6��\�%�5Ǎ�2�X"ڃ�Xw�����87�W���z�X?��������(�X�����i5����/��ӯ�����?���o�%z����ǰ�������^�^��=�����}|
����������k�볨�������Y����P{�@}�{x��
��?{C����c�����7��\��j�W��ϲ:������I���j����{����7�<P_��/����0k�G>�E��ޙ볌��u�JM�jr��ߨ� �JM�jr�m�]|�:��Vj�oT{��o���F���Vj�oT{��o����1�ŷRS|�ڃ\|+5�7�=�ŷRS|�ڃ\|uߤ�A.�������[���F���Vf�oD{��o����1�ŷRS|�ڃ\|+5�7�=�ŷRS|�ڃ\|uߤ�A.�������[�)�Q�A.�������ۨ��&ur��ߨ� �JM�jr��ߨ� �F��7�c��oe��o�ǰ�V�*�Q�9.�������[����9�ŷRS|�ڃ\|+5�7�=�ŷRS|�ڃ\|uߤ�A.�������[�)�Q�A.�������ۨ��&ur��ߨ� �JM�jr��ߨ� �M�Mf�a��U|#Ys\|+3�7�=�ŷRS|�ڃ\|uߤ�A.�������[�)�Q�A.�������ۨ��&ur��ߨ� �JM�jr��ߨ� �F��7�c��o���F���Vj�oT{�o���͚��ې)���9.�������[�)�Q�A.�������ۨ��&ur��ߨ� �JM�jr��ߨ� �F��7�c��o���F���Vj�oT{��o���F�����ur��ߨ� �JM�jb��U|�Ys\|s߄�A.�������[�)�Q�A.�������ۨ��&ur��ߨ� �JM�jr��ߨ� �F��7�c��o���F���Vj�oT{��o���F���6�.�I�\|+5�7�=�ŷBW�f�q��߈� �F��7�c��o���F���Vj�oT{��o���F���6�.�I�\|+5�7�=�ŷRS|�ڃ\|+5�7�=�ŷQw�M���[�)�Q�A.�������[�)�Q�A.����oR� �
-]�7�5�ŷ2S|#ڃ\|+5�7�=�ŷQw�M���[�)�Q�A.�������[�)�Q�A.��z)�A��\|+5�7�=�ŷRS|�ڃ\|+5�7�=�ŷQw�M���[�)�Q�A.�������[�)�Q�A,�
��̞��[���F���Vf�oD{����Y������1^����������b
-���w������9�����Z��GV�}�j��������o����?���_�ݟx���?ݽ�w�>����B��ϧ��?l>t��w�c%��sT{��s�^�sP� 7�JMs�jrs��4�� 7�JMs�jrsn�ݜ�:�9Wj�sT{��s��9G��9W�j�Ѭ9n΍��sB� 7�JMs�jrs��4�� 7�JMs�jrsn�ݜ�:�9Wj�sT{��s��9G��9Wj�sT{��s����1�͹RӜ�ڃܜ+5�9�=�͹RӜ�ڃܜu7礎AnΕ�����\��9G��9Wf�sD{��s����1�͹RӜ�ڃܜ+5�9�=�͹RӜ�ڃܜu7礎AnΕ�����\�i�Q�AnΕ�����ܨ�9'urs��4�� 7�JMs�jrs��4�� 7�F��9�c��se��s�ǰ9W�j�Q�9nΕ�����\����9�͹RӜ�ڃܜ+5�9�=�͹RӜ�ڃܜu7礎AnΕ�����\�i�Q�AnΕ�����ܨ�9'urs��4�� 7�JMs�jrs��4�� 6�MsNf�as��՜#Ysܜ+3�9�=�͹RӜ�ڃܜu7礎AnΕ�����\�i�Q�AnΕ�����ܨ�9'urs��4�� 7�JMs�jrs��4�� 7�F��9�c��s��9G��9Wj�sT{�s���͚��ܐiΉ�9nΕ�����\�i�Q�AnΕ�����ܨ�9'urs��4�� 7�JMs�jrs��4�� 7�F��9�c��s��9G��9Wj�sT{��s��9G��9�9urs��4�� 7�JMs�jbs��՜�Ysܜs7焎AnΕ�����\�i�Q�AnΕ�����ܨ�9'urs��4�� 7�JMs�jrs��4�� 7�F��9�c��s��9G��9Wj�sT{��s��9G��97�n�I�ܜ+5�9�=�͹BWs�f�qs��4�� 7�F��9�c��s��9G��9Wj�sT{��s��9G��97�n�I�ܜ+5�9�=�͹RӜ�ڃܜ+5�9�=�͹QwsN���\�i�Q�AnΕ�����\�i�Q�An΍��sR� 6�
-]�9�5�͹2Ӝ#ڃܜ+5�9�=�͹QwsN���\�i�Q�AnΕ�����\�i�Q�An΅zi�A��ܜ+5�9�=�͹RӜ�ڃܜ+5�9�=�͹QwsN���\�i�Q�AnΕ�����\�i�Q�Al�
��̞��\��9G��9Wf�sD{����lZ5������1�9?~��-�7�e�4�x�_2~��n�gu>���ߒ=��1�^��+��z����w�7���������>޽�����g�<�Ś; ���H��Q&k�|�{y{p���L��A�������Q${�|�{y����L���2��9>�`�\C ����m�r
-�s|����@d��C��5�'�D��?�>�d���C���5Ǘ��D��=0�z@���<�>y�b���C���5���cD��:0d.Ys|�@����=�G�D�_80dYs|����n@d��mA��@�60d�Ys|���9j@d��IC��5������s|����e@d��%#�C^����5�7�O��s|����_@d���C�x�5ǧ��D��-�>[�d���C�f�5���D��+0d�Ys|�@��T�=LJ
-�;D�_)0d�Ys|����P@d��}A��@�'0��6qWSx��h�0q�c|����J@b��M����$�19�� �!s��Ț�k��1"k�O2���9�C �}��Ȟ�#��
"k�/2��9>?`�\ ����� �� {�2w��9�:`� ����!sq�Ț�{B̹�k�
o� �z�/
0�H�9>3`�\ ���ƀ �� {�2���9�.`� �����!sY�Ț���g��9>*`�� �����!sP�Ț�s��5"k�o	r�������!sG�Ț�+��"kOq] �z�/���1>`�� ���r�!s8�Ț�����"k�or�����`�!s/�Ț�k�̱�"k�O2���9� �}&�Ȟ�#�̍�"k�/2��9>`�\ ���6�m�r��s|���@d��U�C�(��5�'��.x=�������s|���@d��%�C���5�g��+�D����>�d���C��'���7d�"k��C��'��������9��
��Ț��ߐ	���9��
�ڟȚ��_�;���8�7d:"k+#�ȟ��1N�
�ŸĚ�_�;���8�7d�~"k��~C&�'��8�7d�~"k��~A�Ȟ�ߐ����9��
���Ț�ߐ)���9���3~ {�#~C��'���7d~"k��}C��'����N���9����}�Ǹ�7`�}k��}C��'��������9��
�V�Ț�Rߐ	���9��
�J�Ț�F�6yI��1ǁ�!��Ys\�2q>�5�i�!S�Ys��rg�@�G��L�Od�q�o��D����L�Od�a�/Ĥ������[>y�c\�0>�5�	>t����8��g����!F~#�x�{<��%���gv��p�_�~��ǧ����
�_�O���v��և��c���z��������jD����ͭ2{��
(3��A>8��\@���Rst���F�wH�|y@�9=�j�������=������ � ���s��(5gP�A>D��\"@���Rs����sF��H�|�@�9I�j�Q��*�=�w	��Ys|����6�c��(5�	P�A>P��\(@��F�Rs����3F�w
-H�|�@�9U�j���Z�=��
-����� �,0�Y@��J��T{�(5�P�A�]��/@��|�Q��R� _0PjN�ڃx�@���5�w��C�� �20�e@��kJ�9T{�(5
P�A�i��5@����Q�]R� _6PjN�ڃ|�@��n�j�}����=�'��o�:�ʁRs����CJͥT{�o(5�P�A>w`�}��1H�y>y���=P�z�b���e���=ȧ�z�}����J��T{� (5P�A����A@���Q�R� _BPjN!�ڃ|A����j�=�� �=�'��o"�:�*�Rs���J�eT{�o#(5�P�A<�`��G ���B�"׉$k��$(3W�A����J@��T�Q��R� _KPj�%�ڃ|0A����j����h�=�g���&�:�r�Rs:���	J��T{��'(5P�A>�`�}C��1�W��3
-�� RPj.)�ڃxKA���5���{
-D�_TPfN* ڃ|TA����j�]���=ȧ��o+�:���Rs^��JͅT{�o,(5GP�A>�`�}g��1ȗ��S�� [Pj�-�ڃ|oA�9��j���^n.�:��Rsv���J��T{o/(t_@�����1��B� _`PjN0�ڃ|�A��€j����=ȧ��o1�:��Rs���J�ET{�o2(5GP�A>�`�}���1ȗ����� gPj�3�ڃ|�A�9Ѐj���
��A�ҠԜi@��P�Bץ4k�o5(3��A>�`�}���1����
�� mPj�6�ڃ|�A�9܀j�����
��A�ޠԜo@����Rs���J�T{��8u�q u�%���=����k�� �sPj:�ڃ|������c�:(t�u@�����2s����J�qT{��;u�w u�����=�G��+�� �yPj=�ڃ|�A��[��A���Ԝ{@����Rs���J��T{��>u�} u������=������� �Pj@�ڃx �Af��E�3H��Pf.A ڃ|�n�c��kW�������s������Ys���O�wO����{���yQ�>��\݃��E�_����O?�݇x艹�c�5����������RO���z��Q�멏��=���Qw=E��zJ���P�A����)4k��)e��B���2ꮧH�\O)5��=���RSO�ڃ\O)5��=���Qw=E��zJ���P�A����z
-��zJ���P�A�����)R� �SJM=�jr=���S�� �SJM=�jr=e�]O�:��R湞B�z�)�z
-Ś�zJ����A���z��@��\O)5��=���RSO�ڃ\O)5��=���Qw=E��zJ���P�A����z
-��zJ���P�A�����)R� �SJM=�jr=���S�� �SJM=�jb=e��Sd��S�\��5���2SO!ڃ\O)5��=���Qw=E��zJ���P�A����z
-��zJ���P�A�����)R� �SJM=�jr=���S�� �SJM=�jr=e�]O�:��Rj�)T{��)���B���R誧Ь9���z�Ȟ�zJ����A����z
-��zJ���P�A�����)R� �SJM=�jr=���S�� �SJM=�jr=e�]O�:��Rj�)T{��)���B���Rj�)T{��)�^�)P� �SJM=�jr=���S�� �S
-]��5���1w=E��zJ���P�A����z
-��zJ���P�A�����)R� �SJM=�jr=���S�� �SJM=�jr=e�]O�:��Rj�)T{��)���B���Rj�)T{��)��z��1���RSO�ڃXO)t�Sh��S�L=�hr=e�]O�:��Rj�)T{��)���B���Rj�)T{��)��z��1���RSO�ڃ\O)5��=���RSO�ڃ\Ou�S��A����z
-��zJ���P�A����z
-��zʨ��"ub=��UO�Ys\O)3��=���RSO�ڃ\Ou�S��A����z
-��zJ���P�A����z
-��zJ��z
-�9���RSO�ڃ\O)5��=���RSO�ڃ\Ou�S��A����z
-��zJ���P�A����z
-��zʠ����9����)$k��)e��B���:.�T=��q��������=�S��9���9�S��U=��i=�_�����������~������۟���IU��|���2��s�߽��a젪ʫ��_!���p�j�'r�j=�c_�w�z����W띺^�g���z��W�Y�A|�^�y��1��;����,^�ѫ�<�Z�b����\��3ڃ�j�Q�����A|�ީ��zV{_�w�z����W띺^�g���z���zT� �Z���j=�=���;u�Z�j��N]�ֳڃ�j�R�j=�c_�w�z����W띺^�g���z��W�Y�Az�^���z4{�^�w���z&k_�w�z����W띺^�g���z���zT� �Z���j=�=���;u�Z�j��N]�ֳڃ�j�R�j=�c_�w�z����W띺^�g���z��W�Y�A|�^�y��1���;u�Z�j��N]�ֳڃ�j�CϯֳYs�j�"׫�H��Z���j=�=���;u�Z�j��N]�ֳڃ�j�R�j=�c_�w�z����W띺^�g���z��W�Y�A|�^�y��1���;u�Z�j��N]�ֳڃ�j�S׫��� �Zo��j=�s_�w�z����W띺^�g���z��_�g����ze��zD� �Z���j=�=���;u�Z�j��N]�ֳڃ�j�R�j=�c_�w�z����W띺^�g���z��W�Y�A|�^�y��1���;u�Z�j��N]�ֳڃ�j�S׫��� �Z�ԼZ���W띺^�g���z��_�g����zg�W��A|�^�y��1���;u�Z�j��N]�ֳڃ�j�S׫��� �Z�ԼZ���W띺^�g���z��W�Y�A|�ީ��zV{_�Wj^�Gu��N]�ֳڃ�j�S׫��� �Z���j=�=���+5�֣:��z��_�g����zg�W��A|�ީ��zV{_�Wj^�Gu��N]�ֳڃ�j�S׫��� �Z���j=�=���u�ZO��W띺^�g���z��W�Y�A|�ީ��zV{_�Wj^�Gu��N]�ֳڃ�j�S׫��� �Z���j=�=H��+t�Z�f�ѫ��<�Z�d����\��3ڃ�j=�n^��������8~�����<~���/&9�����]����՗�Oh}&Y/�����/?�Ӈ����N���?\�~�����/�����������ʇ������
-x��9>�ޞo�5w@>�~$��<�ڃ���ۓUϟ������������-��ϲ:��O��O��z��
��ӏ�ު���P{�@=��_�R���7��\}��{|��o��ϲ:�ǻ�W��?{C������E�5b}��ڃ������|+���j~���~_��>��<PO?����z��
��ӏ��M����P{�@=��z��
�?W_O?����G����3������@{�@=��X���j��w/o�����j~����=���p�gY����ˋUϟ������|��,�[������z�1|�����P{�� �������|�9x��~��R=��ڃ�����"��go�=x��~�V=��ڃ������\>��<P��ޤz��
���?�Z���j��w����Go�5�9�pw��~��g���g�l��go�=x��~_�z��
���O��Q����P{�s���cx���,�c�@=���z��
���C�7���j�����?{C���/����"��'�eu��w__�o8�7�<P���������� ~��S����ڃ���J����:�k}���֗����u��k}٬9�Z_g���e��k}����Eu���:u}�/�=�_�������� ~��S����ڃ���J����:�k}���֗�į�u��Z_V{��ש�=�j��!���C��A�=���B����Rs{���CJ��!T{�ou�"u��!e�o�x=����n�Xs|{H��=�h��!�^n�:���Rs{���CJ��!T{�o)5��P�A�=d�}{��1ȷ����C�� �Rjn�ڃ|{H��=�j��!���C��A�=���B����Rs{���CJ��!T{o4����9�=��u{ɚ��C���!D{�o)5��P�A�=d�}{��1ȷ����C�� �Rjn�ڃ|{H��=�j��!���C��A�=���B����Rs{���CJ��!T{�ou�"u��!����=ȷ����C�� �R�=�f���!C���=Ƿ����C�� �Rjn�ڃ|{H��=�j��!���C��A�=���B����Rs{���CJ��!T{�ou�"u��!����=ȷ����C�� �Rjn�ڃ|{H���C��A�=���B����Rs{���C
-]��Ь9�=d�}{��1ȷ����C�� �Rjn�ڃ|{H��=�j��!���C��A�=���B����Rs{���CJ��!T{�ou�"u��!����=ȷ����C�� �Rjn�ڃ|{Ȩ���c�o)5��P�A�=��u{͚��C���!D{�ou�"u��!����=ȷ����C�� �Rjn�ڃ|{Ȩ���c�o)5��P�A�=���B����Rs{���CFݷ�H�|{H��=�j��!����=ȷ����C�� �2�=D���C
-]��Ь9�=���B����Rs{���CFݷ�H�|{H��=�j��!����=ȷ����C�� �����s�o)5��P�A�=���B����Rs{���CFݷ�H�|{H��=�j��!����=ȷ����C�� �2hn��sx{H����5Ƿ����C�� �:>��n�s�o]=����������������P��~ӣ�C�#����=�����������f�	}�?�\�?�B���up}h����'c����d����1�� ��QjNƠڃ|2ƨ�d�c�O�(5'cP�A>�Ԝ�A��d�Rs2��1F�'cH�|2F�9�j����d�=�'c���1�� ��1hNƐ�s|2F�9�h����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A>�Ԝ�A��d�P/'c@��|2F�9�j����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A<��u2͚�1��'c�|2F�9�j����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A>�Ԝ�A��d�Q��R� ��QjNƠڃ|2F�9�j����d�=�'c��OƐ:�d�Rs2�ē1
-]'cЬ9>�̜�A��d�Q��R� ��QjNƠڃ|2F�9�j����d�=�'c��OƐ:�d�Rs2��1J��T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����1��A:�������d���k�O�(3'c�A>#���P� ��QjNƠڃ|2F�9�j����d�=�'c��OƐ:�d�Rs2��1J��T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����d�=�'c�N� Ys|2F�9�h����d�=�'c��OƐ:�d�Rs2��1J��T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����1��A>�Ԝ�A��d�Rs2�ē1
-]'cЬ9<cȜ�!���d�2s2��1J��T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����1��A>�Ԝ�A��d�Rs2��1J��T{�O��r2�9�'c���1�� ��QjNƠڃx2F��d�5�'c��O�:�d�Rs2��1J��T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����1��A>�Ԝ�A��d�Rs2��1J��T{�O�u��!u����d�=�'c�NƠYs|2F�9�h����1��A>�Ԝ�A��d�Rs2��1J��T{�O�u��!u����d�=�'c���1�� ��QjNƠڃ|2ƨ�d�c�O�(5'cP�A>�Ԝ�A��d�Rs2��1F�'cH�x2F��d�5�'c���1�� ��QjNƠڃ|2ƨ�d�c�O�(5'cP�A>�Ԝ�A��d�Rs2��1B���u����d�=�'c���1�� ��QjNƠڃ|2ƨ�d�c�O�(5'cP�A>�Ԝ�A��d�Rs2�ē1��2{O�(r��A���d�2s2��1t	E����8���z8s��t�z������ɘ����������=��O����|f��_gc�������?�������Ͽ}����}}��������|��vI��1��_=�qZ��A �G�9�Wj�zT{��z�&�G�9��%�urZ�Ԥ��� ��JMZ�jrZ�Ԥ��� ��F�i=�c��z�&�G�9�Wj�zT{�z���͚�ޘ;�'trZ�Ԥ��� ��JMZ�jrZ�Ԥ��� ��F�i=�c��z�&�G�9�Wj�zT{��z�&�G�9�7�N�I���+5i=�=�i�R�֣ڃ��+5i=�=�i�QwZO��^�I�Q�AL���z4k��ze&�G�9�7�N�I���+5i=�=�i�R�֣ڃ��+5i=�=�i�QwZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:)�W�9�G�z�z��Ś�^�I��AN�zI�A����+5i=�=�i�R�֣ڃ��+5i=�=�i�QwZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jbZoФ�d����\i=�5�i�2��#ڃ��+5i=�=�i�QwZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:9�Wj�zT{��z�&�G�1�W�J�Ѭ9L�
���Ȟ�^�I��AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:9�Wj�zT{��z�&�G�9�Wj�zT{��z�^�zP� ��JMZ�jrZ�Ԥ��� ��
-]i=�5�i�1wZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:9�Wj�zT{��z�&�G�9�Wj�zT{��z��1�i�R�֣ڃ��+t��h����LZ�hrZoԝ֓:9�Wj�zT{��z�&�G�9�Wj�zT{��z��1�i�R�֣ڃ��+5i=�=�i�R�֣ڃ��u����AN땚���^�I�Q�AN땚���ި;�'ubZ�Е֣Ys��+3i=�=�i�R�֣ڃ��u����AN땚���^�I�Q�AN땚���^����9�i�R�֣ڃ��+5i=�=�i�R�֣ڃ��u����AN땚���^�I�Q�AN땚��ĴޠI���9L���z$k��ze&�G�9��D\������1^����i�Í�����������a�����?�����t�7�㟿��_���g5��������������W?��+/�y\W~x
-�+��9N+
���Ț�R�;���8�4d�J"k��JC&�$��8�4djJ"k�[JA�Ȟ�Ґ�(��9�(
���Ț�Ґ)(��9�'��I {��IC��$�氜4�
-'	��lҀ�&I�9n&��I {��IC��$�渖4dbI"k�SIC��$�渓��$��9�$
�F�Ț�BҐ	$��9�#
�:�Ț�6R�;���8�4d�H"k��HC&�$��8�4d�H"k�{HA�Ȟ�Ҁ����),!��BH��8�4`*Hk����%�<&���L�Hd�q�h�ďD����L�Hd�q�(ȝ=�s=2�#�5�ţ!<Ys�;2�#�5ǭ� w�d�q�h�t�D�W��L�Hd�q�h��D���BL�`�a�h��6�w=�e�6�Xs�52U#�5�M� w�d�q�h��D�׌�L�Hd�q�hȔ�D�w���#�=��!�0Ys\02#�5���!S/Ys�.
-r��@����L�Hd�q�h�D�D�&�F\�"��c�+
-/�"x5Ʊ��*�Xs\*2�"�5Ǚ�!S)Ys�(
-r'�@���L�Hd�q�h�ĉD����L�Hd�q�(ȝ%�s%2M"�5�E�!$Ys�#25"�5�-�m�"�c�CDC�C$��B4d"D"kD#����1���C{��CC�=$��<4d�C"k��CC�:$��9�N��9
�ސȚ��А�
��9N

�ҐȚ��P�;3��824dC"k�CC&0$��8/4d�B"k��BA�Ȟ�А�
-��9�
-���B��8)4`�Bk�{BA�Ȟ�Аi	��9.	
���Ț�А���9n�B {�BC�$��4d�A"k��AC�$������9�
�f�Ț�bА	��9�
�Z�Ț�VP�;��04��	��JЀ�I�9N
�B�Ț�>P�;��84d�@"k��@C&$��84d�@"k�����%	<&���LHd�q
h�ĀD����L	Hd�q(ȝ�s2
 �5��!�Ys��2��5����Xc�ou�]�q�g�D$�'P�����]�z�Ç��ߤ�x��I���gv���Y�����헟����k"�?q]���l���2��Hx�|u��cu��ǀ��$t�WG*5i#�=�q�RS7�ڃ�7*5�#�=ȉ�Qw�H���Q��Q�A������Q��Q�A���{GR� �JM�jr���T��� w�JM��jr�h��>�:�~Tj�GT{H��͚�R�� �A� ��;HR� ��JM
-�jr��Ԑ�� ��JM�jri��D�:��Tj�HT{��H���D���Tj�HT{��H��>��1ȅ�R�H�ڃI*5�$�=ȝ�RJ�ڃ�Ju����A�%�y�%Q��`R���D�渙Tf�ID{��I�^�IP� ��JM:�jr<��ԓ�� ��JM@�jrBi��P�:��Tj2JT{�CJ���D���TjbJT{�sJ��1�E�R�T�ڃU*5U%�=�]�RV�ڃ�V4m%�=�u�"W^�d�q`����� 7�JMd�jrfi��Y�:��TjRKT{�cK���D���Tj�KT{��K����1�եR�]�ڃ^*5�%�=���R_�ڃ�_u����A.0����S��0Q�A�0�BL4kSLC��$���TfrLD{��L���D���Tj�LT{��L��.��1�e�R�f�ڃg*5u&�=�}�Rh�ڃ�hu7���A�4��L��PS�)5Q�An5��X��\S��^�9�ŦR�l�ڃm*5�&�=�ݦBW��f�q�i��n:��Tj�MT{�N���D���Tj"NT{�3N��1�%�R�r�ڃs*55'�=�=�Rt�ڃ�tu7���A�:�����S�);Q�An;�����Ө��$ur��$��� F�
-]�'�5ǝ�2z"ڃ�zu����A�=������S�)>Q�An>������Ө��$ur��Ԥ��� ǟJM��jr������ '�F�
(�c�+P�&E�9UjJPT{�[P�&E�95��AI�X�*t%�h�G��L�hr�Ԅ��� ��F�m(�c��P�&E�9Uj
-QT{�Q�&E�9�ur)�Ԥ��� ǢJM-�jr/����� '�F��(�c��Q�&E�9Uj�QT{��Q�&E�15h�Q2{RE��ɚ�T��H�A�H��!)>ǹ$�z���Ô��9~�WG������-���nI�VK��?�����}���O��_�����r����~��O��ǯw_����B����p�u����Gߕ�գWr*9T{�+9��J��1ȕ�RSɡڃ\�)5��=ȕ�RSɡڃ\�uWr��A�䔚J��JN���C�渒Sf*9D{�+9��J��1ȕ�RSɡڃ\�)5��=ȕ�RSɡڃ\�uWr��A�䔚J��JN���P�A�䔚J��JΨ��#ur%��Tr�� WrJM%�jr%��Tr�� WrFݕ�c�*9e�+9�ǰ�S��P�9�䔙J��JN��J�9ȕ�RSɡڃ\�)5��=ȕ�RSɡڃ\�uWr��A�䔚J��JN���P�A�䔚J��JΨ��#ur%��Tr�� WrJM%�jr%��Tr�� VrM%Gf�a%��U�!Ys\�)3��=ȕ�RSɡڃ\�uWr��A�䔚J��JN���P�A�䔚J��JΨ��#ur%��Tr�� WrJM%�jr%��Tr�� WrFݕ�c�+9���C���Sj*9T{+9��J͚�Jΐ���9�䔙J��JN���P�A�䔚J��JΨ��#ur%��Tr�� WrJM%�jr%��Tr�� WrFݕ�c�+9���C���Sj*9T{�+9���C���ꥒur%��Tr�� WrJM%�jb%��UɡYs\�sWr��A�䔚J��JN���P�A�䔚J��JΨ��#ur%��Tr�� WrJM%�jr%��Tr�� WrFݕ�c�+9���C���Sj*9T{�+9���C���3��H�\�)5��=���BW%�f�q%��Tr�� WrFݕ�c�+9���C���Sj*9T{�+9���C���3��H�\�)5��=ȕ�RSɡڃ\�)5��=ȕ�Qw%G��JN���P�A�䔚J��JN���P�A�䌺+9R� Vr
-]��5Ǖ�2S�!ڃ\�)5��=ȕ�Qw%G��JN���P�A�䔚J��JN���P�A��z��@��\�)5��=ȕ�RSɡڃ\�)5��=ȕ�Qw%G��JN���P�A�䔚J��JN���P�A���J�̞�JN���C�渒Sf*9D{�+9*�D%��q��*���8�m�����O������>�������o�^�/�s����㼿��������������2��an��endstream
+Y (ʚ��
��EY�����(k�6�c�
+Y (ʚ��
��EIG����q���	PP�@P�u(d]��(k�6�eM���r���	P��@P�u(d]��(k�6�eM���r���	P��@P�u(d]��(k�6�eM���r���	P��@P�u(d]��(�P�Y8P�3
+J���&@Ak9@1���ur���	P��@P�5
+Z���&@Ak9@ַ��+�eM���r���	P��@P�5
+Z��������eM���r���	P��@P�5
+Z���&@!g�0@Q����p�(g�6�
+(D���cP�}P�?����P�^O/���g������Oߝ���w��~5;�>���#�&Y?����t���w�����l{�!������;���@|g���w���p��6��l#��w�)k�ن��;۔5�lCk��mʚw������6c��l#��w�)k�ن��;۔5�lCk��mʚw������6c��l#��w�)k�ن��;۔5�lCk��mʚw������6c��l#��w�)k�ن��;۔t��
���w�)g�ن��;یu&�d]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*�̢�=�Y%�,�ɬr&�Ei9�ַd�+��YeM2��r2��If��@Nf�5�,Z�ɬ��d����YeM2��r2��If��@Nf�5�,Z�ɬ��d����YeM2��r2��If��@Nf�5�,Z�ɬ�&�%g�0�Uʑ̢�p��*g�Y�6��YeM2��r2k�3�%��dVY�̢����*k�Y�6��YeM2��r2k�3�%��dVY�̢����*k�Y�6��YeM2��r2k�3�%��dVY�̢����*k�Y�6�Y%�,:�ɬQ&�%e�8�U�$�(m '�ʚd�
�dVY�̢�����Lfɺ�9�U�$�hm '�ʚd�
�dVY�̢�����Lfɺ�9�U�$�hm '�ʚd�
�dVY�̢����
+�[2��ɬ�&�Ek9�U�$�hm &�J:�Yt��Y��,I '�ʚd�
�dVY�̢����*k�Y�6��Yc��,Y '�ʚd�
�dVY�̢����*k�Y�6��Yc��,Y '�ʚd�
�dVY�̢����*k�Y�6��Yc��,Y '�ʚd�
�dVIG2���q2��IfQ�@Nf�u&�d]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*k�Y�6��YeM2��r2��If��@Nf�u&�d]���*�Hf�Y8Nf�3�,J�ɬ�&�Ek9�5֙̒ur2��If��@Nf�5�,Z�ɬ�&�Ek9�ַd�+��YeM2��r2��If��@Nf�5�,Z�ɬ��d����YeM2��r2��If��@Nf�5�,Z�ɬ�&�%g�0�Uʑ̢�p��*g�Y�6�����S%��9�d��ǀd��s���l{|:=^^8�ϼ%��������������������/W[�/��ܛi�8�����Q7;C1��3{�I�C��B1�6�C1eM(��r(��	���@Ōu�bd]��)kB1�6C1%�:ǡ�r&Ci93���ur(��	���@Ŕ5�Zȡ��&Ck93���ur(��	���@Ŕ5�Zȡ��&Ck93���ur(��	���@Ŕ5�Zȡ��&Ck93���uR(��{(���0Ŕp�bh,�bʙP�
�PLX�B1��@Ŕ5�Zȡ��&Ck9Sքbhm �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �bF�P����PL)G(���q(��	�P�@Ŕ5�Zȡ���P���C1eM(��r(��	���@Ŕ5�Zȡ���P���C1eM(��r(��	���@Ŕ5�Zȡ���P���C1eM(��r(��	���@Ŕt�b�,�bF�P����PL9�����)kB1�6�C1eM(��r(f�3#��PLY�����)kB1�6�C1eM(��r(f�3#��PLY�����)kB1�6�C1eM(��r(&�o�XW �bʚP�
�PLY�����)���Y8Ōs�b$]��)kB1�6�C1eM(��r(��	���@Ōu�bd]��)kB1�6�C1eM(��r(��	���@Ōu�bd]��)kB1�6�C1eM(��r(��	���@Ōu�bd]��)kB1�6C1%�:ǡ�r&Ci93���ur(��	���@Ŕ5�Zȡ��&Ck93���ur(��	���@Ŕ5�Zȡ��&Ck93���ur(��	���@Ŕ5�Zȡ��&Ck93���ub(��#Cg�8S΄b(m �bʚP�
�P�Xg(F�ȡ��&Ck9Sքbhm �bʚP�
�PLX�B1��@Ŕ5�Zȡ��&Ck9Sքbhm �b�:C1�.@Ŕ5�Zȡ��&Ck9Sքbhm �bF�P����PL)G(���q(��	�P�@Ŏk'����C�w���0;��z8��.7B����o�/�h�NWC��P�I(�7+�����˧�����y~}������;��:��|9��:�>����}���C�?���y9=�����u����׷�w������Y������|y�����X������(���
k���p������-s��^�u<��x`�Uּ��
���*k�G����H�t��������|)I ��TY�>R�6��G��y)Z��#Uּ��
����|)Y ��TY�>R�6��G��y)Z��#Uּ��
������ɺ�93W�d�hm g�ʚ��
��\Y����������ɺ�93W�d�hm f�J:2st�3s�Lf��rfn�33'���\Y�������+k2s�6�3seMf��rfn�33'���\Y�������+k2s�6�3seMf��rfn�33'���\Y�������+k2s�6�3seMf��rfn�33'���\9����a��+����X8�̕3�9Jș���e�`]���+k2s�6�3seMf��rf������@�̍uf�d]���+k2s�6�3seMf��rf������@�̍uf�d]���+k2s�6�3seMf��rf������@�̍4�99���R������\9�������+k2s�6�3sc��9Y g�ʚ��
��\Y�������+k2s�6�3sc��9Y g�ʚ��
��\Y�������+k2s�6�3sc��9Y g�ʚ��
��\Y�������+����Y8�̍2�9)Ǚ�r&3Gi93W�d�hm g�ʚ��
���XgfN�ș��&3Gk93W�d�hm g�ʚ��
���XgfN�ș��&3Gk93W�d�hm g�ʚ��
��\X�2s��@�̕5�9Zș��&3Gk13Wґ���p�����I��93W�d�hm g�ʚ��
��\Y����������ɺ�93W�d�hm g�ʚ��
��\Y����������ɺ�93W�d�hm g�ʚ��
��\Y����������ɺ�93W�d�hm f�J:2st�3s�Lf��rfn�33'���\Y�������+k2s�6�3seMf��rfn�33'���\Y�������+k2s�6�3seMf��rfn�33'���\Y�������+k2s�6�3seMf��rfn�33'���\IGf���qf����Q�@�̕5�9Zș���̜��3seMf��rf������@�̕5�9Zș���e�`]���+k2s�6�3seMf��rf������@�̍uf�d]���+k2s�6�3seMf��rf������@�̍4�99���R������\9�������g�*3�ϱg��>d�ǟc���od旻�'�#g��d�y��������||�y��I_�t����������r9�|��p������ci��t�ܝ�}�+����X_Nϯ�Һ?{������|��8�x����z9=?[���
k��̀��nZ�w�5w��@�[ �ow���n���nZ�w�5w��@�[���[����c�wȺ��n���nZ�w�5w��@�[���n:�w�s�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P�q�����ʙ�(m �-0�y�����(k����|�@Ys���
�ʚ�hm �-0�y�����(k����|�@Ys���
�ʚ�hm �-0�y�����(k����|�@Ys���
�ʚ�hm �-0�y�����(�~����ax�@	��4��(g����|�@X���u��e���6��(k����|�@Ys���
��:��u��e���6��(k����|�@Ys���
��:��u��e���6��(k����|�@Ys���
ĻF���l�-P�q�����ʙ�(m �-P��-@k�n��λd]�|�@Ys���
�ʚ�hm �-P��-@k�n��λd]�|�@Ys���
�ʚ�hm �-P��-@k�n��λd]�|�@Ys���
�ʚ�hm �-P�q����ûF���l�-P��-@i�n���nZ�w�5w��@�[`��nY �-P��-@k�n���nZ�w�5w��@�[`��nY �-P��-@k�n���nZ�w�5w��@�[ �ow���n���nZ�w�5w��@�[���n:�w�s�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P��-@k�n���nZ�w�u�- ��ʚ�hm �-P�q�����ʙ�(m �-0�y�����(k����|�@Ys���
�ʚ�hm �-0�y�����(k����|�@Ys���
�ʚ�hm �-0�y�����(k����|�@Ys���
�ʚ�hm �-0�y����(�[���������6��(k����|��X���.@�[���[����e���6��(k����|�@X���u��e���6��(k����|�@Ys���
��:��u��e���6��(k����|�@Ys���
ĻF���l�-P�q�����ʙ�(m �-�_�-�ϱ�-x�1�n���X��o�-�������w�3�[�0��ݿ��?��o�����;?~��l�d�>��_�?����O���������w�w�����|�^?o���Mu�3�����t���6dž_Μc���ϱ?~�c�u�[9�96��p���c�����[93�Fiy�-�osl��@�c+k��hm ϱ�5sl�6���ʚ96Z�slc�sl�.@�c+k��hm ϱ�5sl�6���ʚ96Z�slc�sl�.@�c+k��hm ϱ�5sl�6���ʚ96Z�sl#�����9�R�96*�sl���
�9��f�����X������ʚ96Z�sle��
�9��f�����X������ʚ96Z�sle��
�9��f�����X������ʚ96Z�sle��
�9���96:�sl������9�rf����[Y3�Fky����c���<�6�9�&��9��f����[Y3�Fky����c���<�6�9�&��9��f����[Y3�Fky����c���<�ַ96XW ϱ�5sl�6���ʚ96Z�sl%slt����9��$]�<�V�̱��@�c+k��hm ϱ�5sl�6����:��d]�<�V�̱��@�c+k��hm ϱ�5sl�6����:��d]�<�V�̱��@�c+k��hm ϱ�5sl�6����:��d]�<�V�̱��@�c+�c��p<�V�̱Q�@�c�c�u�[Y3�Fky����c���<�V�̱��@�c�c�u�[Y3�Fky����c���<�V�̱��@�c�c�u�[Y3�Fky����c���<�V�̱��@�c�c�u�[I����9�rf����[Y3�Fky�m�s�M��sle��
�9��f����[Y3�Fky�-�osl��@�c+k��hm ϱ�5sl�6���ʚ96Z�slc�sl�.@�c+k��hm ϱ�5sl�6���ʚ96Z�sl#�����9�R�96*�sl���
�9��\Xͱ�s�s�w��ǟ��\���)�Fn����ut�pz��_�@�<������?��ǹ����}�����������_����w�=�O��L�/������t9��<^� W���7�
<�>�.�OҺ?{������{�,���7�
�n}޾�GiϲuX����DY�goXx`ݾ�/�����7�
<�n_ý���ް6��=���p����l܁r�R9�I�6�_3��y�$Zȯ�Tּf�
��L�|�$Y �fRY�I�6�_3��y�$Zȯ�Tּf�
��L
+��k&���5�ʚ�L�����Ie�k&��@~ͤ��5�hm �f�X�k&ɺ��5�ʚ�L�����Ie�k&��@|ͤ���L��p��I㜯�$���L*k^3���k&�5��Dk�5�ʚ�L�����Ic���$���L*k^3���k&�5��Dk�5�ʚ�L�����Ic���$���L*k^3���k&�5��Dk�5�ʚ�L�����Ic���$���L*k^3���k&�t�f����L*g^3���k&�u�f���_3��y�$Zȯ�Tּf�
��L*k^3���k&�u�f���_3��y�$Zȯ�Tּf�
��L*k^3���k&�u�f���_3��y�$Zȯ�Tּf�
��L*k��|��X�]�.@�k���]4���]%wM�X8�k���k���]a}�k��wM�5wM��@�k���k���]e�]�6���kB��wM�5wM��@�k���k���]e�]�6���kB��wM�5wM��@�k���k���]e�]�6�i�qx�D)�]T��(g��|�DYs��
�&�:u�]e�]�6��(k��|�DYs��
�&�:u�]e�]�6��(k��|�DYs��
�&�:u�]e�]�6��(k��x�DI�]t�e�q|�D9s��
�&ʚ�&hm �5Q��5Ak����λ&d]�|�DYs��
�&ʚ�&hm �5Q��5Ak����λ&d]�|�DYs��
�&ʚ�&hm �5Q��5Ak������5�
+�&ʚ�&hm �5Q��5Ak񮉒��&�,�51�yׄ���(k��|�DYs��
�&ʚ�&hm �51�yׄ���(k��|�DYs��
�&ʚ�&hm �51�yׄ���(k��|�DYs��
�&ʚ�&hm �51�yׄ���(k��x�DI�]t��(g��|��X�]�.@�k���k���]e�]�6��(k��|��X�]�.@�k���k���]e�]�6��(k��|��X�]�.@�k���k���]e�]�6��(k��|��X�]�.@�k���	:�wM�3wMP�@�k���k���]c�wMȺ������	Z�wM�5wM��@�k���k���]a}�k��wM�5wM��@�k���k���]e�]�6���kB��wM�5wM��@�k���k���]e�]�6�i�qx�D)�]T��(g��|���N��k��c�k��c<]����5�����o�����<��&�q��}��O?��M����������>O�\��.�o�+�~�����7J&ͣO�����4��9N���@L�u�ylm �yʚ4��<gi[�i���4��
�4�YG���b���I�к�1�s֑汵���9�汳p��9�H�X�@L�5iZ �y�:�<�6�<gi[�i���4��
�4OY��ub��#�ck1�s֑汵���9�H���@L�5iZ �y�:�<�6�<gi[�i���4��
�4OY��uB��_�<6��Q��{����a��#�ci1�3֙�ub��#�ck1�s֑汵���9�H���@L�5iZ �y�:�<�6�<gi[�i���4��
�4OY��ub��#�ck1�s֑汵���9�H���@J�t�y�l�yN��y�,�y�9�<�6�<gi[�i��&�C��4�YG���b��#�ck1�s֑汵���)k�<�.@L�u�ylm �y�:�<�6�<gi[�i��&�C��4�YG���b��#�ck)�s�=�cg�(�Sʑ桲q��9�H�X�@L�u�ylm �y�:�<�6�<eM����i���4��
�4�YG���b��#�ck1�S֤yh]���9�H���@L�u�ylm �y�:�<�6�<c�iYW �y�:�<�6�<gi[Hi���i;�i�r&�C��4�YG���b��#�ck1�s֑汵���)k�<�.@L�u�ylm �y�:�<�6�<gi[�i��&�C��4�YG���b��#�ck1�s֑汵���)k�<�.@L�u�ylm �yN��y�,�y�9�<�6�<eM����i���4��
�4�YG���b��#�ck1�S֤yh]���9�H���@L�u�ylm �y�:�<�6�<eM����i���4��
�4�YG���b��#�ck1�S֤yh]���9�汳p��9�H�X�@L�u�ylm �yʚ4��<gi[�i���4��
�4�YG���b�g�3�#�
+�4�YG���b��#�ck1�s֑汵���)k�<�.@L�u�ylm �y�:�<�6�<gi[Hi���4���4�)�4����4�9G���b�=�I��s|}���8N��s,i���4o�}Ӽ�LҼ����������~���?���|~�.�e����^�y���.�/ۂ�0/�|�Ƚ��lj���Zȉ���D���9eM"��r"��I���@N�5�Zȉ���D���9eM"��b"��#�Cg�8�S�$r(m 'r�:9�.@N�5�Zȉ��&�Ck9�S�$rhm 'r�:9�.@N�5�Zȉ��&�Ck9�S�$rhm 'r�:9�.@N�5�Zȉ��&�Ck9�S�$rhm 'r�:9�.@J�sO�������D���DN9�ȡ����	�["�ȉ��&�Ck9�S�$rhm 'rʚD�
�D�Xg"G�ȉ��&�Ck9�S�$rhm 'rʚD�
�D�Xg"G�ȉ��&�Ck9�S�$rhm 'rʚD�
�D�H�ȑ�q��)�H�PY8N�3�Jȉ��&�Ck9�3֙ȑur"��I���@N�5�Zȉ��&�Ck9�3֙ȑur"��I���@N�5�Zȉ��&�Ck9�3֙ȑur"��I���@N�5�Z�����D���D�(�ȑ�q��)g9�6�9eM"��r"��I���@N�u&rd]���)k9�6�9eM"��r"��I���@N�u&rd]���)k9�6�9eM"��r"��I���@N��-��
+�DNY�ȡ����)k9�69%�:lj�q�D���9eM"��r"��I���@N�5�Zȉ���D���9eM"��r"��I���@N�5�Zȉ���D���9eM"��r"��I���@N�5�Zȉ���D���9eM"��b"��#�Cg�8�S�$r(m 'r�:9�.@N�5�Zȉ��&�Ck9�S�$rhm 'r�:9�.@N�5�Zȉ��&�Ck9�S�$rhm 'r�:9�.@N�5�Zȉ��&�Ck9�S�$rhm 'r�:9�.@L�t$r�,'rʙD�
�DNY�ȡ�����L�Ⱥ�9�S�$rhm 'rʚD�
�DNY�ȡ����	�["�ȉ��&�Ck9�S�$rhm 'rʚD�
�D�Xg"G�ȉ��&�Ck9�S�$rhm 'rʚD�
�D�H�ȑ�q��)�H�PY8N�3�Jȉ�q٥9�{"��c<=&rǟ��\���)��n����u��=���D�>�x&�������������?}���/�g<?}�x?}�}������������׍|�<��Ý>~�������bݟ�am��u�j��ٖ���ް6���|�<J�x�����}
_&ʺ?{�����5|��-eݟ�am��u�?9gݟ�am�u���5�;��(;w�ܾ��Y:�goHx`ݾ�;kݟ�am������j�goXx��z>������gٺ�������ް6���t����P����X����QZ�goXx=9�۾�gͳh]���k�<I���
k���p�,���7�
<�n_��Z�goXx�z޾�;�c.ϲuX/���Wiݟ�am����t~�����X_NO�7��7�����?����N�e�<�n������ް6���}��Һ?{�����-<\�u�����/���"��Y�.��x_����hm ��[Ys]�
��"ʚ�"hm _1�y]�����(k�����|]DYs]�
��"ʚ�"hm _1�y]�����(k�����x]DI�ut���(g�����|]�X�u�.@�.���.���ue�u�6���(k�����|]�X�u�.@�.���.���ue�u�6���(k�����|]�X�u�.@�.���.���ue�u�6���(k�����|]�X�u�.@�.���u4���u%�E�X8�.���.���ua}�.���E�5�E��@�.���.���ue�u�6����.B���E�5�E��@�.���.���ue�u�6����.B���E�5�E��@�.���.���ue�u�6��i����qx]D)�uT���(g�����|]DYs]�
��"�:���u�ue�u�6���(k�����|]DYs]�
��"�:���u�ue�u�6���(k�����|]DYs]�
��"�:���u�ue�u�6���(k�����x]DI�ut��e����q|]D9s]�
��"ʚ�"hm _Q�\Ak������"d]�|]DYs]�
��"ʚ�"hm _Q�\Ak������"d]�|]DYs]�
��"ʚ�"hm _Q�\Ak�����]�
+��"ʚ�"hm _Q�\Ak񺈒��"�,_1�y]�����(k�����|]DYs]�
��"ʚ�"hm _1�y]�����(k�����|]DYs]�
��"ʚ�"hm _1�y]�����(k�����|]DYs]�
��"ʚ�"hm _1�y]�����(k�����x]DI�ut���(g�����|]�X�u�.@�.���.���ue�u�6���(k�����|]�X�u�.@�.���.���ue�u�6���(k�����|]�X�u�.@�.���.���ue�u�6���(k�����|]�X�u�.@�.���:��E�3�EP�@�.���.���uc��EȺ������Z��E�5�E��@�.���.���ua}�.���E�5�E��@�.���.���ue�u�6����.B���E�5�E��@�.���.���ue�u�6��i����qx]D)�uT���(g�����|]/fܾ.��c�.��c�u��ϱ���|����R�n_�=��}��0��ߝ����o�����󻧻o��������珽�����>|~|��e����#3����>N�?~H���9W�$�hm '�ʚ�
�\Y��������L�ɺ�9W�$�hm '�ʚ�
�\IG���qn�3'��\Y�������+kp�6�peM��rn�3'��\Y�������+kp�6�peM��rn�3'��\Y�������+kp�6�peM��rn�3'��\Y�������+�H��Y8N��3	8J�	������peM��r��I���@N��5	8Z�	������peM��r��I���@N��5	8Z�	������peM��r��I���@N��5	8Z�	������p��p4��a��#Gc�8W�$�(m '������ur��I���@N��5	8Z�	��&Gk97֙��ur��I���@N��5	8Z�	��&Gk97֙��ur��I���@N��5	8Z�	��&Gk17�$��l&�J9pT�p�L��r��I���@N��u&�d]���+kp�6�peM��r��I���@N��u&�d]���+kp�6�peM��r��I���@N��u&�d]���+kp�6�peM��b��#Gg�07�$�l'�ʙ�
�\Y�������+kp�6�pc�	8Y '�ʚ�
�\Y�������+kp�6�pc�	8Y '�ʚ�
�\Y�������+kp�6�pa}K���9W�$�hm '�ʚ�
�\IG���qn�3'��\Y�������+kp�6�peM��rn�3'��\Y�������+kp�6�peM��rn�3'��\Y�������+kp�6�peM��rn�3'��\Y�������+�H��Y8N��3	8J�	������peM��r��I���@N��5	8Z�	������peM��r��I���@N��5	8Z�	������peM��r��I���@N��5	8Z�	�����p%	8:�	�r&Gi9W�$�hm '��:p�.@N��5	8Z�	��&Gk9W�$�hm '������ur��I���@N��5	8Z�	��&Gk97֙��ur��I���@N��5	8Z�	��&Gk17�$��l&�J9pT�p�L��r~0�?Ǟ���O��	�������a��I������ן×�<?^/��Cy�-O�������/e��_���~����l5���Eo���o�����o���~�s����x<���A`�I���Oe���
��f�����SY3�Dky�i�s�I���Oe���
��f�����SY3�Dkq�i���q8�T�1�De�x������<�T֌?��@��u��SY3�Dky������<�T֌?��@��u��SY3�Dky������<�T֌?��@��u��SY3�Dky������8�T�1�Dg�p�i���q<�TΌ?Q�@*kƟhm �?�5�O�6�ǟ�:ǟd]�<�T֌?��@*kƟhm �?�5�O�6�ǟ�:ǟd]�<�T֌?��@*kƟhm �?�5�O�6�ǟ��6��
+��f�����SY3�Dkq���c�������8�����ǟʚ�'Z��Oe���
��f������X�����ǟʚ�'Z��Oe���
��f������X�����ǟʚ�'Z��Oe���
��f������X�����ǟʚ�'Z��O%�Ot�ǟʙ�'J��Oc��O�.@*kƟhm �?�5�O�6�ǟʚ�'Z��Oc��O�.@*kƟhm �?�5�O�6�ǟʚ�'Z��Oc��O�.@*kƟhm �?�5�O�6�ǟʚ�'Z��Oc��O�.@*���p<�TΌ?Q�@*kƟhm �?�u�?ɺ�y������<�T֌?��@*kƟhm �?��m�	���Oe���
��f�����SY3�Dky�i�s�I���Oe���
��f�����SY3�Dkq�i���q8�T�1�De�x������<������ǟ�>�?�?�2�<�n�����g�Ɵ�c��/�>����?|���?��/k��}��ӏ���������?}��O���7߽�}��ߝ����\��v�~?��9?��?_�s���9�x��<�n|� 0�@ky����n���<�0�9� ��醲f����tCY3�@kq���c�����t�(3� e�x����n���<�P�L7��@�n(k�hm O7�uN7Ⱥ�y����n���<�P�L7��@�n(k�hm O7�uN7Ⱥ�y����n���<�P�L7��@�n(k�hm O7��m����
e�t�
�醲f����tCI�t����q��I O7�5�
�6��ʚ�Z��
e�t�
�醱��Y O7�5�
�6��ʚ�Z��
e�t�
�醱��Y O7�5�
�6��ʚ�Z��
e�t�
�醱��Y O7�5�
�6�J:��,O7�3�
�6���:�d]�<�P�L7��@�n(k�hm O7�5�
�6���:�d]�<�P�L7��@�n(k�hm O7�5�
�6���:�d]�<�P�L7��@�n(k�hm O7�5�
�6���:�d]�8�P�1�@g�x����n���<�P�L7��@�n�n�u�tCY3�@ky����n���<�P�L7��@�n��t�+��ʚ�Z��
e�t�
�醲f����t�X�t����ʚ�Z��
e�t�
�醲f����t�H3� g�p���c�����tC93�@iy�A1��ϱO7�}�n���n���t�|�Ӎ���t�2������s��_~�y�7���?�2�����r�w�o�n��e�q�e���W��]9�u|�+_�|?�_���a?~8���0c�'�Ⱥ��D���DZ�'”5'���@>��9���0c�'�Ⱥ��D���DZ�'”5'���@>��9���0#͉0r6O�)�8����0�̉0�6�O�)kN����|"�X�0�.@>��9���0e͉0�6�O�)kN����|"�X�0�.@>��ٙ����3U��L��@ޙ*kv�hm �L�u�Lɺ�yg��ٙ����3U��L��@ܙ*�ؙ��p�35��LI�8ޙ*gv�(m �L�5;S�6�w�ʚ�)Z�;Sc�;S�.@ޙ*kv�hm �L�5;S�6�w�ʚ�)Z�;Sc�;S�.@ޙ*kv�hm �L�5;S�6�w�ʚ�)Z�;Sa}ۙ�u��TY�3Ekyg��ٙ����3Uұ3Eg�xgj�sgJ��;Se���
䝩�fg����TY�3Ekygj�sgJ��;Se���
䝩�fg����TY�3Ekygj�sgJ��;Se���
䝩�fg����TY�3Ekygj�sgJ��;Se���
ĝ����):�;S����
䝩�Ν)Y �L�5;S�6�w�ʚ�)Z�;Se���
䝩�Ν)Y �L�5;S�6�w�ʚ�)Z�;Se���
䝩�Ν)Y �L�5;S�6�w�ʚ�)Z�;Se���
䝩�Ν)Y �L�t�L�Y8ޙ*gv�(m �L�5;S�6�w��:w�d]��3U��L��@ޙ*kv�hm �L�5;S�6�w����3�
+䝩�fg����TY�3Ekyg��ٙ����35ֹ3%�䝩�fg����TY�3Ekyg��ٙ����35��L��8ܙ*�ؙ��p�3U��LQ�@ޙ��Q�L�s�;�wv�ǟ�<vw���|��x�mg�pʠ���Ͽ̩��?�����?���������o?��ӏ㕱?�N�N�O�e���1?��?=�N��~�sV��Wy<+��9`V���@Y3+@kqV��cV�����(3+ e�xV������<+P��
+��@�(kfhm �
+�u�
+Ⱥ�yV������<+P��
+��@�(kfhm �
+�u�
+Ⱥ�yV������<+P��
+��@�(kfhm �
+��mV��ȳeͬ��
�Y��fV���@IǬ����Y�q�YI �
+�5��6�gʚYZȳeͬ��
�Y���YY �
+�5��6�gʚYZȳeͬ��
�Y���YY �
+�5��6�gʚYZȳeͬ��
�Y���YY �
+�5��6gJ:f�,�
+�3��6�g�:gd]�<+P��
+��@�(kfhm �
+�5��6�g�:gd]�<+P��
+��@�(kfhm �
+�5��6�g�:gd]�<+P��
+��@�(kfhm �
+�5��6�g�:gd]�8+P�1+@g�xV������<+P��
+��@���u�@Y3+@kyV������<+P��
+��@��۬��+�gʚYZȳeͬ��
�Y��fV����X笀��gʚYZȳeͬ��
�Y��fV����H3+ g�pV��cV����@93+@iyV@�������g�>�
+�?�_w����e�Y����<�6+x�����{{��O5;�w3��כ3�����/��߼�X�g?�[���Uw�����<���u�x��ty�k��U��7�
<��w��u�bk�P���C]lm �R��B��C]�:u���x��Yǡ.�6u9�8����.e͡.�.@<���P[����u�bk�P���C]lm �R�q����C]N��be��P�s�C],m �r�q���
�C]ʚC]h]�x��Yǡ.�6u9�8����.g����@<ԥ�9ԅ�����u�bk�P���C]lm �r�q���
�C]ʚE-Z .j�u,j��@\�:�XԲ����u�}Q���ѢV)Ǣ���E�s�E-K��Zg�Z�6��:�lm .j�5�Z�.@\�:�XԲ����uֱ�ekqQ�cQ���VY��E��E���E-[��Zg�Z�6��:�lm .j�u.jɺqQ�cQ����YǢ��
�E���Zv�ʙE-J .j�u,j��@\�:�XԲ����uֱ�ekqQ��YԢu��YǢ��
�E���E-[��Zg�Z�6�ʚE-Z .j�u,j��@\�:�XԲ����uֱ�ekqQ��YԢu��YǢ��
�E���Zv��9�,m .j�5�Z�.@\�:�XԲ����uֱ�ekqQ�cQ���VY��E��E���E-[��Zg�Z�6��:�lm .j�5�Z�.@\�:�XԲ����uֱ�ekqQ�cQ���VY��E��E���Zv��9�,m .j�u,j��@\�*k�h]���uֱ�ekqQ�cQ����YǢ��
�E���E-YW .j�u,j��@\�:�XԲ����uֱ�ekqQ��YԢu��YǢ��
�E���E-[��Zg�Z�6��J:��l-j�r_Բ�p��uα�eiqQKO���������xQ��;ԕ�������ۢ�)/���Þ��?����?,w���|w���}��n������������/��_�v~
y������l��/w��\���ް6���xz������X_Ngkݟ�am�u���^��݁��gٺ���� �_��a|;�=�^�/��7��;P��./g�ܟ�!m��{�҅�m���+we���
䕻�f����]Y�rGky�n�s�N��+we���
䕻�f����]Y�rGky�n�s�N��+we���
䕻�f����]Y�rGkq�n�Y���q�rWʱrGe�x宜Y�����rW֬���@^��\��u��]Y�rGky宬Y�����rW֬���@^��\��u��]Y�rGky宬Y�����rW֬���@^��\��u��]Y�rGky宬Y�����rWұrGg�p�n�Y���q�rWά�Q�@^�+kV�hm �ܕ5+w�6�W��:W�d]��rW֬���@^�+kV�hm �ܕ5+w�6�W��:W�d]��rW֬���@^�+kV�hm �ܕ5+w�6�W����r�
+䕻�f����]Y�rGkq室c������8�ʝ��W�ʚ�;Z�+we���
䕻�f�����X�ʝ��W�ʚ�;Z�+we���
䕻�f�����X�ʝ��W�ʚ�;Z�+we���
䕻�f�����X�ʝ��W�ʚ�;Z�+w%+wt�W�ʙ�;J�+wc�+w�.@^�+kV�hm �ܕ5+w�6�W�ʚ�;Z�+wc�+w�.@^�+kV�hm �ܕ5+w�6�W�ʚ�;Z�+wc�+w�.@^�+kV�hm �ܕ5+w�6�W�ʚ�;Z�+wc�+w�.@\�+�X���p�rWά�Q�@^�+kV�hm �܍u��ɺ�y宬Y�����rW֬���@^�+kV�hm �܅�m���+we���
䕻�f����]Y�rGky�n�s�N��+we���
䕻�f����]Y�rGkq�n�Y���q�rWʱrGe�x宜Y�����r��7Ȟ+w������xz:\���r������3���3o+�缎��O�~{��?���?�_ww�����~��w������>���t����	>��ޟ�&�����׿s�_@z�������������hϲuX���gkݟ�am���q{�QZ�goXx`ݾ��'iݟ�am����
�:�	�.@&�5�Z����&�@k9�P�hm �:�	�.@
+&�s&������`���`B9L���L�[0�����&�@k9�P�hm ʚ`�
�`�Xg0A�����&�@k9�P�hm ʚ`�
�`�Xg0A�����&�@k9�P�hm ʚ`�
�`�HL��qL(�&PY8&�3�J����&�@k9�0�L�ur0��	&��@&�5�Z����&�@k9�0�L�ur0��	&��@&�5�Z����&�@k9�0�L�ur0��	&��@&�5�Z�����`���`�(L��qL(g�	�6��	eM0��r0��	&��@&�ud]�L(k�	�6��	eM0��r0��	&��@&�ud]�L(k�	�6��	eM0��r0��	&��@&��-���
+�`BYL���L(k�	�6�	%�:���q�`����	eM0��r0��	&��@&�5�Z�����`����	eM0��r0��	&��@&�5�Z�����`����	eM0��r0��	&��@&�5�Z�����`����	eM0��b0��#�@g�8�P�(m �:�	�.@&�5�Z����&�@k9�P�hm �:�	�.@&�5�Z����&�@k9�P�hm �:�	�.@&�5�Z����&�@k9�P�hm �:�	�.@&�t�,ʙ`�
�`BYL���L�&Ⱥ�9�P�hm ʚ`�
�`BYL���L�[0�����&�@k9�P�hm ʚ`�
�`�Xg0A�����&�@k9�P�hm ʚ`�
�`�HL��qL(�&PY8&�3�J����E0��c&�}&�?��?�|�ӯ{�������-�������W?�x&����H%��~���r��7�]���Ͽ���|>]��U�M�~�����Qq~��^����������<�._�P���bݟ�am�����ro���7�
�n}�~��t���;Pn���,���7�
<�n������ް6���rz~�����7�
�n}=��gٺ�������ް6�����%�AZ�goXx`ݾ�/(����7�
��*�m_��Y�����5\��u������k������X���l���7�
�n=o_�݋��gٺ�����뫴��ް6���t:�X���
k�/�'������]WޟO�g�'ϲtX����Z�goXx`ݾ��{iݟ�am��u�.Һ?{�������5\�u<��x`ݾ��iݟ�am��u����x������k������^�>�Ow����x����z9=��8���X�Nw�ֺ?{��������Ux<{�������kx�?pƳl]���kx�����X��A�Eb�p��;��8���^�>m�����gٺ���wp�?�Ƴ7�
<�n����ް6��:�H(k�R���|��X�Y
+�.@>K��9K���Y
+e�Y
+�6��R(k�R���|��X�Y
+�.@>K��9K���Y
+e�Y
+�6��R(k�R���|��X�Y
+�.@:K���Y
+4���Y
+%g)�X8>K��9K���Y
+a};K��g)�5g)��@>K��9K���Y
+e�Y
+�6��R�<KA��g)�5g)��@>K��9K���Y
+e�Y
+�6��R�<KA��g)�5g)��@>K��9K���Y
+e�Y
+�6�Ri�R��qx�B)�Y
+T��R(g�R���|�BYs��
��:�R�u�Y
+e�Y
+�6��R(k�R���|�BYs��
��:�R�u�Y
+e�Y
+�6��R(k�R���|�BYs��
��:�R�u�Y
+e�Y
+�6��R(k�R���x�BI�Y
+t�Re�R��q|�B9s��
�ʚ�hm ��P֜�@k�,��γd]�|�BYs��
�ʚ�hm ��P֜�@k�,��γd]�|�BYs��
�ʚ�hm ��P֜�@k�,�������
+�ʚ�hm ��P֜�@k�,�����,��0�y�����R(k�R���|�BYs��
�ʚ�hm ��0�y�����R(k�R���|�BYs��
�ʚ�hm ��0�y�����R(k�R���|�BYs��
�ʚ�hm ��0�y�����R(k�R���x�BI�Y
+t��R(g�R���|��X�Y
+�.@>K��9K���Y
+e�Y
+�6��R(k�R���|��X�Y
+�.@>K��9K���Y
+e�Y
+�6��R(k�R���|��X�Y
+�.@>K��9K���Y
+e�Y
+�6��R(k�R���|��X�Y
+�.@<K���,:�g)�3g)P�@>K��9K���Y
+c�g)Ⱥ��,���,Z�g)�5g)��@>K��9K���Y
+a};K��g)�5g)��@>K��9K���Y
+e�Y
+�6��R�<KA��g)�5g)��@>K��9K���Y
+e�Y
+�6�Ri�R��qx�B)�Y
+T��R(g�R���|�����:K��c?K��c�Y��������r�=�����P_>���tyz�^T���LS��i�������Ï���������?�����!�|���)���:g4sF��>�q4��@4��b4��#�Eg�8�5�͒tr4���f��@�f�5�,Z�Ѭ�&�Ek9�5�͒ur4���f��@�f�5�,Z�Ѭ�&�Ek9�5�͒ur4���f��@�f�5�,Z�Ѭ�&�Ek9�5�͒ur4���f��@�f�tD��,G�ʙh�
�h�Xg4K��Ѭ�&�Ek9�U�D�hm G�ʚh�
�h�Xg4K��Ѭ�&�Ek9�U�D�hm G�ʚh�
�h�Xg4K��Ѭ�&�Ek9�U�D�hm G�ʚh�
�h�Xg4K�HѬr��,��0�U�͢�p�*g�Y�6��Ya}�f��9�U�D�hm G�ʚh�
�hVY͢����fɺ�9�U�D�hm G�ʚh�
�hVY͢����fɺ�9�U�D�hm G�ʚh�
�hVY͢���i�Yr6�Y��,*�Ѭr&�Ei9�U�D�hm G��:�Y�.@�f�5�,Z�Ѭ�&�Ek9�U�D�hm G��:�Y�.@�f�5�,Z�Ѭ�&�Ek9�U�D�hm G��:�Y�.@�f�5�,Z�Ѭ�&�Ek1�U�͢�p�e�YR6��Y�L4��r4���f��@�f�5�,Z�Ѭ��h����YeM4��r4���f��@�f�5�,Z�Ѭ��h����YeM4��r4���f��@�f�5�,Z�Ѭ��E�`]��*k�Y�6��YeM4��b4��#�Eg�8�5�͒tr4���f��@�f�5�,Z�Ѭ�&�Ek9�5�͒ur4���f��@�f�5�,Z�Ѭ�&�Ek9�5�͒ur4���f��@�f�5�,Z�Ѭ�&�Ek9�5�͒ur4���f��@�f�tD��,G�ʙh�
�h�Xg4K��Ѭ�&�Ek9�U�D�hm G�ʚh�
�h�Xg4K��Ѭ�&�Ek9�U�D�hm G�ʚh�
�h�Xg4K��Ѭ�&�Ek9�U�D�hm G�ʚh�
�h�Xg4K��Ѭ��h���hV9͢���*k�Y�6��Yc��,Y G�ʚh�
�hVY͢���*k�Y�6��Ya}�f��9�U�D�hm G�ʚh�
�hVY͢����fɺ�9�U�D�hm G�ʚh�
�hVY͢���i�Yr6�Y��,*�Ѭr&�Ei9�=�?U4��c�f�}�f�?���߈f�/���=G��D��#�������O_^���=�_~�<}�}��}:zw�|�5}�����g;~�����&��W_+k^}��򫯕5��Fk���ʚW_�����ka}{�5XW ��ZY��k�6�_}��y�5Zȯ�Vּ��
�W_�|�5Y ��ZYS񣵁\�+k*~�6+~%?:��qΊ���+~eMŏ�rů�����@���5?Z���Ί���+~eMŏ�rů�����@���5?Z���Ί���+~eMŏ�rů�����@���5?Z���Ί���+~eMŏ�bů���Gg��W�T�(m W��:+~�.@���5?Z�����Gk��W�T�hm W��:+~�.@���5?Z�����Gk��W�T�hm W��:+~�.@���5?Z�����Gk��W�T�hm W��:+~�.@���s�����������_9S񣴁\��[�������Gk��W�T�hm W�ʚ��
��Xg�O������Gk��W�T�hm W�ʚ��
��Xg�O������Gk��W�T�hm W�ʚ��
Ċ�HS�qX�+��QY8���3?J�����Gk��7�Y�urů�����@���5?Z�����Gk��7�Y�urů�����@���5?Z�����Gk��7�Y�urů�����@���5?Z�������Ê�(S�q\�+g*~�6�+~eMŏ�rů�����@���uV�d]�\�+k*~�6�+~eMŏ�rů�����@���uV�d]�\�+k*~�6�+~eMŏ�rů�����@�������
+�_YS񣵁\�+k*~�6+~%?:��qΊ���+~eMŏ�rů�����@���5?Z���Ί���+~eMŏ�rů�����@���5?Z���Ί���+~eMŏ�rů�����@���5?Z���Ί���+~eMŏ�bů���Gg��W�T�(m W��:+~�.@���5?Z�����Gk��W�T�hm W��:+~�.@���5?Z�����Gk��W�T�hm W��:+~�.@���5?Z�����Gk��W�T�hm W��:+~�.@���tT��,W�ʙ��
�_YS񣵁\���ɺ���W�T�hm W�ʚ��
�_YS񣵁\��[�������Gk��W�T�hm W�ʚ��
��Xg�O������Gk��W�T�hm W�ʚ��
Ċ�HS�qX�+��QY8���3?J��q��*~�{���c@��9��W_�?%Ɗ<���2*����O?��������w����w��o���c>����<~�����z}8|v:V���c}�y;֏��cEg�c5�ٱ�trǪ��X��@�X�5+Z����cEk�c5�ٱ�urǪ��X��@�X�5+Z����cEk�c5�ٱ�urǪ��X��@�X�5+Z����cEk�c5�ٱ�urǪ��X��@�X�tt��,w�ʙ��
��Xg�J�����cEk�cU�t�hm w�ʚ��
��Xg�J�����cEk�cU�t�hm w�ʚ��
��Xg�J�����cEk�cU�t�hm w�ʚ��
��Xg�J�H�r�+�ðcU�ѱ��pܱ*g:V�6�;Va}�X���cU�t�hm w�ʚ��
�UYӱ���ܱ��Xɺ��cU�t�hm w�ʚ��
�UYӱ���ܱ��Xɺ��cU�t�hm w�ʚ��
�UYӱ���رi:Vr6;V�+*��r�cEi�cU�t�hm w��:;V�.@�X�5+Z����cEk�cU�t�hm w��:;V�.@�X�5+Z����cEk�cU�t�hm w��:;V�.@�X�5+Z����cEk�cU�ѱ��pرe:VR6�;V�LNJ�rǪ��X��@�X�5+Z���Ύ���;VeMNJ�rǪ��X��@�X�5+Z���Ύ���;VeMNJ�rǪ��X��@�X�5+Z����u�`]�ܱ*k:V�6�;VeMNJ�bǪ��cEg�c5�ٱ�trǪ��X��@�X�5+Z����cEk�c5�ٱ�urǪ��X��@�X�5+Z����cEk�c5�ٱ�urǪ��X��@�X�5+Z����cEk�c5�ٱ�urǪ��X��@�X�tt��,w�ʙ��
��Xg�J�����cEk�cU�t�hm w�ʚ��
��Xg�J�����cEk�cU�t�hm w�ʚ��
��Xg�J�����cEk�cU�t�hm w�ʚ��
��Xg�J���������U9ӱ���ܱ*k:V�6�;Vc�+Y w�ʚ��
�UYӱ���ܱ*k:V�6�;Va}�X���cU�t�hm w�ʚ��
�UYӱ���ܱ��Xɺ��cU�t�hm w�ʚ��
�UYӱ���رi:Vr6;V�+*��r�cEi�c=�0UNJ�c�X�}���Î��s|��˗?1��Qo?u����ۯk�Om�>�x&����hX��/�~���?���w�~���o?]y-�����������k�ϧ/�!������+�_.���ՏqŹ?{C�����rg���7�
<��o�v���o�6_���y�7Z ���Y�k���@|�����~�����og��fk���:_�M����v���o�6_�����lm ���Y�k���@|�����h]���og��fk���:�%���t.�I�s	�,�KPΜK@��s	�:�%���x.�Yǹ�6�%8�8����e͹�.@<���\[���u�K`k�\���s	lm �KP֜K@��s	�:�%���x.�Yǹ�6�%8�8����e͹�.@<���\[H��t?�������X�@<���9������u�K`k�\���s	lm �Kp�q.��
�s	ʚs	h]�x.�Yǹ�6�%8�8����g���@<���9������u�K`k�\���s	lm �Kp�q.��
�s	ʚs	h]�p.�9��K`�{�Kp��\���s�K`i�\���s	d]�x.�Yǹ�6�%8�8����g���@<���9������u�K`k�\���s	lm �Kp�q.��
�s	ʚs	h]�x.�Yǹ�6�%8�8����g���@:����\:G��r?�������X�@<���\[���5�к��\���s	lm �Kp�q.��
�s	�:�%���x.AYs.��%8�8����g���@<���\[���5��\���s	lm �Kp�q.��
�s	N��K`g��\�R�s	�l�Kp�q.��
�s	�:�%���x.�Yǹ�6�%(k�%�u�g���@<���\[���u�K`k�\���\Z �Kp�q.��
�s	�:�%���x.�Yǹ�6�%�<�@����u�K��*��I�3�ҷ�!9HG�O�{�UYU�n4:(���"�� �,T]}���}����-[�I	���$:�uV{�%8u�K`��\�C��ج9<��̜K@t���s	�� �Kp�:��j���s	�� �KPj�%�:�\�S׹V{�%8u�K`��\�S׹V{�%(5�P�x.���\�=�����%�ڃx.���\�=����s	��A<���u.���s	=�K`���\�3׹F{�%(5�P�x.���\�=�����%�ڃx.���\�=����s	��A<���u.���s	N]�X�A<���u.���s	J͹T� �Kp�:��j���s	�� �Kp�:��j���\�c��%8�|.�͚�s	�\��A<���u.���s	J͹T� �Kp�:��j���s	�� �Kp�:��j���s	��A<���u.���s	N]�X�A<���u.���s	J͹T� �Kp�:��j���s	�� �Kp�:��jҹ��s	h��Kp��\�5�����%0ڃx.������{|����8>��������קӿx�����`��:����_����7�&<���ݿ�n��z�#��^��~��������������A������P�	Q�A������Ш;<$urx�Ԅ��� ��JMx�jrx�Ԅ��� ��F��!�c��C�&<D�1<T�
+Ѭ9������Ш;<$urx�Ԅ��� ��JMx�jrx�Ԅ��� ��F��!�c��C�&<D�9<Tj�CT{��C�&<D�9<4�I�*5�!�=��R�ڃ*5�!�=��QwxH���P�����1��Ck��Ce&<D�9<�%<urx�Ԅ��� ��JMx�jrx�Ԅ��� ��F��!�c��C�&<D�9<Tj�CT{��C�&<D�9<4�I�*5�!�=��R�ڃ*5�!�=��A��s*r��H����Lx�hrx�Ԅ��� ��F��!�c��C�&<D�9<Tj�CT{��C�&<D�9<4�I�*5�!�=��R�ڃ*5�!�=��QwxH���P�	Q�A������P�+<D��0<4d�C"{��Ce&<D�9<Tj�CT{��C�&<D�9<4�I�*5�!�=��R�ڃ*5�!�=��QwxH���P�	Q�A������P�	Q�A�z	A��*5�!�=��R�ڃ*t��h������!�c��C�&<D�9<Tj�CT{��C�&<D�9<4�I�*5�!�=��R�ڃ*5�!�=��QwxH���P�	Q�A������P�	Q�A���CR� ��JMx�jbx���Ys*3�!�=��QwxH���P�	Q�A������P�	Q�A���CR� ��JMx�jrx�Ԅ��� ��JMx�jrxh��:9<Tj�CT{��C�&<D�9<Tj�CT{��C����1��BWx�f�qx�̄��� ��JMx�jrxh��:9<Tj�CT{��C�&<D�9<Tj�CT{��C�^�CP� ��JMx�jrx�Ԅ��� ��JMx�jrxh��:9<Tj�CT{��C�&<D�9<Tj�CT{�C�&<$��0<T�
+��9�������S�!~�sxx�5 <<�#<|����=��:����L�Ç�ׯ?�����������b�>���9��]��Y����?g�������Ѩ;w$ur��䎨� �JM�jr��䎨� �Fݹ#�c�sG�&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=���BW�f�q��䎈� �Fݹ#�c�sG�&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A���sGR� ��<�(^�a���;�Xs�;*3�#�=ȹ�P/�#�s�sG�&wD�9wTjrGT{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A�
�ܑ̞��Q�+wD��8wTfrGD{�sG�&wD�9w4��I��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A���sGR� �JM�jr��䎨� �
+]�#�5���!�;�s�;*3�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A���sGR� �JM�jr��䎨� �JM�jr�(�K����Q��Q�A�������Q�+wD��8w4��	��;*5�#�=ȹ�R�;�ڃ�;*5�#�=ȹ�Qw�H���Q��Q�A�������Q��Q�A���sGR� �JM�jr��䎨� �JM�jr�hԝ;�:9wTjrGT{sG���͚��Q���A���sGR� �JM�jr��䎨� �JM�jr�hԝ;�:9wTjrGT{�sG�&wD�9wTjrGT{�sG��ܑ�1ȹ�R�;�ڃ�;*5�#�=ȹ�R�;�ڃ�;u玤�A��rG4k�sGe&wD�9wTjrGT{�sG��ܑ�1ȹ�R�;�ڃ�;*5�#�=ȹ�R�;�ڃ�;
+��;�:9wTjrGT{�sG�&wD�9wTjrGT{�sG��ܑ�1ȹ�R�;�ڃ�;*5�#�=ȹ�R�;�ڃ�;4�#�=���"W�d�q��䎈� ��Ş��{�sǫ�������?g�����z�9w\�I���r���?�����o�sx�>�)�χ������S�]�������w�/�}�R��g�����Uϟ�������O�&&E�9&UjbRT{�cR��1�1�R��ڃ�*51)�=�1�R��ڃ�uǤ��A�I�����T��IQ�A�I�����Ԩ;&%urL��Ĥ�� Ƥ
+]1)�5�1�2�"ڃ�uǤ��A�I�����T��IQ�A�I�����Ԩ;&%urL��Ĥ�� ǤJML�jrL��Ĥ�� ǤF�1)�c�cR�&&E�9&UjbRT{�cR�&&E�9&5�II��*���x=�1�WL�b�qL��Ĥ�� ǤB�Ĥ��A�I�����T��IQ�A�I�����Ԩ;&%urL��Ĥ�� ǤJML�jrL��Ĥ�� ǤF�1)�c�cR�&&E�9&UjbRT{�cR�&&E�1&5hbR2{cRE��ɚ�T��I�A�I�����Ԩ;&%urL��Ĥ�� ǤJML�jrL��Ĥ�� ǤF�1)�c�cR�&&E�9&UjbRT{�cR�&&E�9&5�II��*51)�=�1�R��ڃ�*tŤh�Ƥ�LLJd�qL��Ĥ�� ǤJML�jrL��Ĥ�� ǤF�1)�c�cR�&&E�9&UjbRT{�cR�&&E�9&5�II��*51)�=�1�R��ڃ�*51)�=�1�P/1)�s�cR�&&E�9&UjbRT{cR���͚�Ԙ;&%trL��Ĥ�� ǤJML�jrL��Ĥ�� ǤF�1)�c�cR�&&E�9&UjbRT{�cR�&&E�9&5�II��*51)�=�1�R��ڃ�*51)�=�1�QwLJ��T��IQ�A�I�bR4k�cRe&&E�9&5�II��*51)�=�1�R��ڃ�*51)�=�1�QwLJ��T��IQ�A�I�����T��IQ�A�I��cRR� ǤJML�jrL��Ĥ�� ǤJML�jrLj���:1&U�IѬ9�I�����T��IQ�A�I��cRR� ǤJML�jrL��Ĥ�� ǤJML�jrL*�KL
+��T��IQ�A�I�����T��IQ�A�I��cRR� ǤJML�jrL��Ĥ�� ǤJML�jbLj�Ĥd�Ƥ�\1)�5�1�2�"ڃ��*&��q�I�����aLz�=�`L��`L�>���iŤ���_���o������
+��������'�����磂�����˷��������׻{�E����K��_����j��w/o��J����P{��ϟ�����Ϣ:��/��Tϟ�����z�exx����7�<PO��V=��ڃ��o?Z�թ볬�����s�H���j�ϧ��c��go�=x��kt���͚�ݘ;n'trܮ����� ��JM܎jrܮ����� ��F�q;�c��v�&nG�9nWj�vT{��v�&nG�9n7��I��+5q;�=�q�R��ڃ�+5q;�=�q�Qw�N��]���Q�A����v4k��ve&nG�9n7��I��+5q;�=�q�R��ڃ�+5q;�=�q�Qw�N��]���Q�A�ە����]���Q�A�ۍ��vR� ��JM܎jrܮ����� ��JM܎jr�n���:)nW�9nG�z�v��Ś�]����A�ۅz��A���+5q;�=�q�R��ڃ�+5q;�=�q�Qw�N��]���Q�A�ە����]���Q�A�ۍ��vR� ��JM܎jrܮ����� ��JM܎jb�n���d���\q;�5�q�2�#ڃ�+5q;�=�q�Qw�N��]���Q�A�ە����]���Q�A�ۍ��vR� ��JM܎jrܮ����� ��JM܎jr�n���:9nWj�vT{��v�&nG�1nW��Ѭ9��
���Ȟ�]����A�ە����]���Q�A�ۍ��vR� ��JM܎jrܮ����� ��JM܎jr�n���:9nWj�vT{��v�&nG�9nWj�vT{��v�^�vP� ��JM܎jrܮ����� ��
+]q;�5�q�1w�N��]���Q�A�ە����]���Q�A�ۍ��vR� ��JM܎jrܮ����� ��JM܎jr�n���:9nWj�vT{��v�&nG�9nWj�vT{��v��1�q�R��ڃ�+t��h����L܎hr�n���:9nWj�vT{��v�&nG�9nWj�vT{��v��1�q�R��ڃ�+5q;�=�q�R��ڃ�u����A�ە����]���Q�A�ە����ݨ;n'ubܮ���Ys�+3q;�=�q�R��ڃ�u����A�ە����]���Q�A�ە����]����9�q�R��ڃ�+5q;�=�q�R��ڃ�u����A�ە����]���Q�A�ە���ĸݠ����9����v$k��ve&nG�9n?��U܎���_}��/�q�������o�c���b>����:���=��	���w_h}&9����W?���������;��~���_�������Z炙���]�����[ȣ�=�9|�ݜ_}����������\����9�͹RӜ�ڃܜ+5�9�=�͹RӜ�ڃܜu7礎AnΕ�����\�i�Q�Al���s4k��sc���1�͹RӜ�ڃܜ+5�9�=�͹RӜ�ڃܜu7礎AnΕ�����\�i�Q�AnΕ�����ܨ�9'urs��4�� 7�JMs�jrs��4�� 7�F��9�c��s��9G��9W�j�Ѭ9nΕ�����ܨ�9'urs��4�� 7�JMs�jrs��4�� 7�F��9�c��s��9G��9Wj�sT{��s��9G��97�n�I�ܜ+5�9�=�͹RӜ�ڃܜ+5�9�=�͹QwsN���\�����1l���sk��se�9G��9�9urs��4�� 7�JMs�jrs��4�� 7�F��9�c��s��9G��9Wj�sT{��s��9G��97�n�I�ܜ+5�9�=�͹RӜ�ڃܜ+5�9�=�͹AӜ��s؜+r5�H�7��Ls�hrs��4�� 7�F��9�c��s��9G��9Wj�sT{��s��9G��97�n�I�ܜ+5�9�=�͹RӜ�ڃܜ+5�9�=�͹QwsN���\�i�Q�AnΕ�����\��9G��97d�s"{��se�9G��9Wj�sT{��s��9G��97�n�I�ܜ+5�9�=�͹RӜ�ڃܜ+5�9�=�͹QwsN���\�i�Q�AnΕ�����\�i�Q�An΅zi�A��ܜ+5�9�=�͹RӜ�ڃ؜+t5�h�7����9�c��s��9G��9Wj�sT{��s��9G��97�n�I�ܜ+5�9�=�͹RӜ�ڃܜ+5�9�=�͹QwsN���\�i�Q�AnΕ�����\�i�Q�An΍��sR� 7�JMs�jbs��՜�Ysܜ+3�9�=�͹QwsN���\�i�Q�AnΕ�����\�i�Q�An΍��sR� 7�JMs�jrs��4�� 7�JMs�jrsn�ݜ�:�9Wj�sT{��s��9G��9Wj�sT{��s����1�͹BWs�f�qs��4�� 7�JMs�jrsn�ݜ�:�9Wj�sT{��s��9G��9Wj�sT{��s�^�sP� 7�JMs�jrs��4�� 7�JMs�jrsn�ݜ�:�9Wj�sT{��s��9G��9Wj�sT{�s��9'��9W�jΑ�9nΕ������8�V�9~�ss~�5�9?�������{����3�:���L�O�P�������^O�8h�_��o}��g�����������?�������@{�@}�{�d��go�=x��޽|y����7�<h���^��>��<P�^^�z��
��u�@����j���J�=�W�z�����+	J͕T{��$(5WP�A����\I@��J�Q��R� _IPj�$�ڃ|%A����j���+	h�_I0澒@��+	J͕T{��$(5WP�A����\I@��J�Q��R� _IPj�$�ڃ|%A����j���J�=�W���$�:�J�Rs%��+	J͕T{��$(5WP�A��`�}%��1�W��+	�� ^IP躒�f��e�J�=�W���$�:�J�Rs%��+	J͕T{��$(5WP�A��`�}%��1�W��+	�� _IPj�$�ڃ|%A����j���+	��A����\I@��J�Rs%��+	J͕T{��$u_I uҕe��$�x=�W��$�Xs|%A����h��^�$�:�J�Rs%��+	J͕T{��$(5WP�A��`�}%��1�W��+	�� _IPj�$�ڃ|%A����j���+	��A����\I@��J�Rs%��+	J͕T{�$4W��9����u%ɚ�+	�̕D{��$(5WP�A��`�}%��1�W��+	�� _IPj�$�ڃ|%A����j���+	��A����\I@��J�Rs%��+	J͕T{��$u_I u���J�=�W��+	�� ^IP躒�f��C�J�=�W��+	�� _IPj�$�ڃ|%A����j���+	��A����\I@��J�Rs%��+	J͕T{��$u_I u���J�=�W��+	�� _IPj�$�ڃ|%A��+	��A����\I@��J�Rs%��+	
+]WЬ9��`�}%��1�W��+	�� _IPj�$�ڃ|%A����j���+	��A����\I@��J�Rs%��+	J͕T{��$u_I u���J�=�W��+	�� _IPj�$�ڃ|%���J�c��$(5WP�A����u%͚�+	�̕D{��$u_I u���J�=�W��+	�� _IPj�$�ڃ|%���J�c��$(5WP�A����\I@��J�Rs%��+	F�WH�|%A����j���J�=�W��+	�� _I0꾒@��+	
+]WЬ9����\I@��J�Rs%��+	F�WH�|%A����j���J�=�W��+	�� _I��J�s��$(5WP�A����\I@��J�Rs%��+	F�WH�|%A����j���J�=�W��+	�� ^I0h�$��sx%A��J�5�W��+	�� _I��_\I��q��p�5�J���Wn\I��|���$���+	�JŸ��#	��|��_��G^�����}�����>1y�{}����@=��ڃ��{d�߃Pf�A ڃ|B���j�=���=�� ���A�:��Rs��{J�=T{��A(5� P�A�!��=P� ߃Pj�A�ڃ|B���j�=���=�� ���A�:��Rs��{J�=T{�A(t݃@����1�=B� ߃Pj�A�ڃ|B���j�=���=�� ���A�:��Rs��{J�=T{��A(5� P�A�a�}��1�� ��{�� ߃Pj�A�ڃ|B���j�=��{��A���܃@���B�=4k��A(3� �A�a�}��1�� ��{�� ߃Pj�A�ڃ|B���j�=��{��A���܃@���Rs��{J�=T{��Au߃ u�=���=�� ��{�� ߃Pj�A�ڃ|¨��c��A(�|��1���uŚ�{��=D{��A�r�9�� ��{�� ߃Pj�A�ڃ|B���j�=��{��A���܃@���Rs��{J�=T{��Au߃ u�=���=�� ��{�� ߃Pj�A�ڃx �Af��=E�{H�߃Pf�A ڃ|B���j�=��{��A���܃@���Rs��{J�=T{��Au߃ u�=���=�� ��{�� ߃Pj�A�ڃ|¨��c��A(5� P�A���܃@���B�=4k�A2� ��9���܃@���Rs��{J�=T{��Au߃ u�=���=�� ��{�� ߃Pj�A�ڃ|¨��c��A(5� P�A���܃@���Rs��{B�܃�u�=���=�� ��{�� ރP��f��=c�{��A���܃@���Rs��{J�=T{��Au߃ u�=���=�� ��{�� ߃Pj�A�ڃ|¨��c��A(5� P�A���܃@���Rs��{F�� H�|B���j�=��{h�߃Pf�A ڃ|¨��c��A(5� P�A���܃@���Rs��{F�� H�|B���j�=���=�� ��{�� ߃0�A��{J�=T{��A(5� P�A���܃@���Q�=R� ރP��f��=e��=�� ��{�� ߃0�A��{J�=T{��A(5� P�A���܃@���P/� @��|B���j�=���=�� ��{�� ߃0�A��{J�=T{��A(5� P�A���܃@���As�̞�{�\� ��9���܃@���8� �{��A\}
�q�=���������7#N˹{z������������^�g��A��"į_�����F�!�z����?]Q��<�==�����}�|����S|��z���zJ���P�XO9u�S�� �S=�Sl��S�\��=���RSO�:��rꪧX�A�����)V{�)��z���zJ���P�XO9u�S�� �SN]��=���SW=�jb=���S��A�����)V{�)��z���zʩ��b���Rj�)T� �S��VO�x=F�����5���3W=�hb=e�]O�:��rꪧX�A�����)V{�)��z���zJ���P�XO9u�S�� �SN]��=���SW=�jb=���S��A�����)V{�)��z���zʩ��b���R誧��9��y����9�����)F{�)��z���zJ���P�XO9u�S�� �SN]��=���SW=�jb=���S��A�����)V{�)��z���zʩ��b���Rj�)T� �SN]��=���SW=�jR=��s=�f�Q=��UO!�sXO9s�S�� �SN]��=���SW=�jb=���S��A�����)V{�)��z���zʩ��b���Rj�)T� �SN]��=���SW=�jb=��UO�ڃXOu�S��A�����)V{�)��z���zʡ�z�͚�zJ����XO9u�S�� �SN]��=���SW=�jb=���S��A�����)V{�)��z���zʩ��b���Rj�)T� �SN]��=���SW=�jb=��UO�ڃXO)5��c�)��z���zʡ�z�͚�zʙ��b���Rj�)T� �SN]��=���SW=�jb=��UO�ڃXO)5��c�)��z���zʩ��b���rꪧX�A����z
+�1���SW=�jb=��UO�ڃXO9u�S�� �SJM=���zʡ�z�͚�zʙ��b���rꪧX�A����z
+�1���SW=�jb=��UO�ڃXO9u�S�� �SF���s�)��z���zʩ��b���rꪧX�A����z
+�1���SW=�jb=��UO�ڃXO9u�S�� �S
+]��=G��#���5���3W=�hb=����{|����x�tTO����Ízj��zj}檞z������~�����y�7����8������wTU/�w�_/�|�����;����z�C�O����ֿ�"��1�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�����AzZ����z���i���zk���+3O��A~Z/���zP� ?�Wj�֣ڃ��^�yZ�j��z��i=�=�O덺�֓:�i�R����J��zT{���+5O�Q�A~Zo�����1�O땚���� ?�Wj�֣ڃ��^�yZ�j��z��i=�=�O����#Ys��^�yZ�h��z��i=�=�O덺�֓:�i�R����J��zT{���+5O�Q�A~Zo�����1�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�����A~Z��<�G��i�R��ħ�
+]O�Ѭ9|Zo�<�'���i�2����J��zT{���+5O�Q�A~Zo�����1�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�����A~Z��<�G��i�R����J��zT{������9�O땚���� ?�Wj�֣ڃ��^��i=�5�O덹��:�i�R����J��zT{���+5O�Q�A~Zo�����1�O땚���� ?�Wj�֣ڃ��^�yZ�j��z�����A~Z��<�G��i�R����J��zT{���u?�'u��z��i=�=�O���֣Ys��^�yZ�h��z�����A~Z��<�G��i�R����J��zT{���u?�'u��z��i=�=�O땚���� ?�Wj�֣ڃ��ި�i=�c���+5O�Q�A~Z��<�G��i�R����F�O�I���^��i=�5�O땙���� ?�Wj�֣ڃ��ި�i=�c���+5O�Q�A~Z��<�G��i�R����B�<�u��z��i=�=�O땚���� ?�Wj�֣ڃ��ި�i=�c���+5O�Q�A~Z��<�G��i�R��ħ���z2{��+r=�G���i�2���������z���W_���o�?���;���IN�y����O�_�|�����#�a}~$���{�Z�������OW���x<��t�t�����k�C���ݯ�[�����ae����Ys�����{i�?{�����V=��ڃ��O�o���>��<PO�
+o����go�=x��~�z��
���/�ۃ-��?{C�������Ƿ��6��,�c�@}�{}����7�<P��_�_#�go�=x��޽��ηRϟ���������T�gY�������Rϟ�����z�ex�"��go�=x��~�z��
�?V_O��/�珲�s����^�
g}�ڃ�����Uϟ������z�����=��ڃ�_��^��p�gY����ˋUϟ������|��,�6�>{C������Y�
g}��ڃi�N�ON�gQ������Y����P{�@=�2<�H���j��_�{��?{C�����&:}Щ볬���������?{C������ժ���P{�@}�{���}�Ys��w�/�o8�,�c�@=�<[���j��_��R=��ڃ��W��Q����P{�c�����(��YV���z�exx����7�<PO���o8�7�<PO���z��
�~����'�;>�,�c�@}���*���>{C��u�^�����ڃ�c}���j��5������A���J͏�E����*t�X_4k���2�c}�A���F�?֗�1�?�W������ �X_�����ڃ�c}���j��5������A���J͏�E����*5?������B����Q��!R� �Rjn�ڃ|{H��=�j��!����=ȷ���o�:���2Ϸ�P���C
+\��P�9�=���B����P/��@��|{H��=�j��!����=ȷ����C�� �2�=D���CJ��!T{�o)5��P�A�=���B����Q��!R� �Rjn�ڃ|{H��=�j��!����=�����Cd��R�=�d���!e���=ȷ����C�� �2�=D���CJ��!T{�o)5��P�A�=���B����Q��!R� �Rjn�ڃ|{H��=�j��!����=ȷ���o�:���Rs{���CJ��!T{o)t�B�����!s{�Ȟ��C���!D{�o)5��P�A�=���B����Q��!R� �Rjn�ڃ|{H��=�j��!����=ȷ���o�:���Rs{���CJ��!T{�o)5��P�A�=$���!P� �Rjn�ڃ|{H��=�j��!���Ch��2�=D���CJ��!T{�o)5��P�A�=���B����Q��!R� �Rjn�ڃ|{H��=�j��!����=ȷ���o�:���Rs{���CJ��!T{�o)5��P�A�=d�}{��1ȷ����C�� �R�=�f���!e���=ȷ���o�:���Rs{���CJ��!T{�o)5��P�A�=d�}{��1ȷ����C�� �Rjn�ڃ|{H��=�j��!���C��A�=���B����Rs{���CJ��!T{�ou�"u��!���Ch��Rfn!ڃ|{H��=�j��!���C��A�=���B����Rs{���CJ��!T{�o	�r{�9ȷ����C�� �Rjn�ڃ|{H��=�j��!���C��A�=���B����Rs{���CJ��!T{o4����9�=��u{ɚ��C���!D{�o�Q���{�o]}
�=t�=��������􄷇�G����@����O?��<�w7SN��Ys~�'���/Qׇ���b�d��7;>�����T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����1��A>�Ԝ�A��d�Rs2��1J��T{O�4'c��9>�̜�A��d�Rs2��1J��T{�O�u��!u����d�=�'c���1�� ��QjNƠڃ|2F���1��A>�Ԝ�A��d�Rs2��1J��T{�O�u��!u����d�=�'c���1�� ��Q�:�f���c�1��A>�Ԝ�A��d�Rs2��1J��T{�O�u��!u����d�=�'c���1�� ��QjNƠڃ|2ƨ�d�c�O�(5'cP�A>�Ԝ�A��d�Rs2��1F�'cH�|2F�9�j�����1h���QfN� ڃ|2ƨ�d�c�O�(5'cP�A>�Ԝ�A��d�Rs2��1F�'cH�|2F�9�j����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A>�Ԝ�A��d�Q��R� ��Q��d��cx2F��d�5�'c���1�� ����d�s�O�(5'cP�A>�Ԝ�A��d�Rs2��1F�'cH�|2F�9�j����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A>�Ԝ�A��d�As2�̞Ó1�\'c��9>�̜�A��d�Rs2��1F�'cH�|2F�9�j����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A>�Ԝ�A��d�Q��R� ��QjNƠڃ|2F�9�j�����1h���1dN��s|2F�9�h����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A>�Ԝ�A��d�Q��R� ��QjNƠڃ|2F�9�j����d�=�'c�z9��1J��T{�O�(5'cP�A<��u2͚�1��'c�|2F�9�j����d�=�'c���1�� ��1�>C��1J��T{�O�(5'cP�A>�Ԝ�A��d�Q��R� ��QjNƠڃ|2F�9�j����d�=�'c��OƐ:�d�Rs2�ē1
+]'cЬ9>�̜�A��d�Q��R� ��QjNƠڃ|2F�9�j����d�=�'c��OƐ:�d�Rs2��1J��T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����1��A<��u2͚�1���D{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j���^Nƀ:�d�Rs2��1J��T{�O�(5'cP�A>c�}2��1�'c���1�� ��QjNƠڃ|2F�9�j����d�=�'c�N� Ys|2F�9�h����"N���8����/��'c��ǿ<ݿ�=��Q��؇�O��9���7zz������z}(��Gc��٘������������w_��}������_|/��?o/�G�.i=}ͤ�W_�8��E �G�9�Wj�zT{��z�&�G�9��%�urZ�Ԥ��� ��JMZ�jrZ�Ԥ��� ��F�i=�c��z�&�G�9�Wj�zT{�z���͚�ޘ;�'trZ�Ԥ��� ��JMZ�jrZ�Ԥ��� ��F�i=�c��z�&�G�9�Wj�zT{��z�&�G�9�7�N�I���+5i=�=�i�R�֣ڃ��+5i=�=�i�QwZO��^�I�Q�AL���z4k��ze&�G�9�7�N�I���+5i=�=�i�R�֣ڃ��+5i=�=�i�QwZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:)�W�9�G�z�z��Ś�^�I��AN�zI�A����+5i=�=�i�R�֣ڃ��+5i=�=�i�QwZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jbZoФ�d����\i=�5�i�2��#ڃ��+5i=�=�i�QwZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:9�Wj�zT{��z�&�G�1�W�J�Ѭ9L�
���Ȟ�^�I��AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:9�Wj�zT{��z�&�G�9�Wj�zT{��z�^�zP� ��JMZ�jrZ�Ԥ��� ��
+]i=�5�i�1wZO��^�I�Q�AN땚���^�I�Q�AN덺�zR� ��JMZ�jrZ�Ԥ��� ��JMZ�jrZoԝ֓:9�Wj�zT{��z�&�G�9�Wj�zT{��z��1�i�R�֣ڃ��+t��h����LZ�hrZoԝ֓:9�Wj�zT{��z�&�G�9�Wj�zT{��z��1�i�R�֣ڃ��+5i=�=�i�R�֣ڃ��u����AN땚���^�I�Q�AN땚���ި;�'ubZ�Е֣Ys��+3i=�=�i�R�֣ڃ��u����AN땚���^�I�Q�AN땚���^����9�i�R�֣ڃ��+5i=�=�i�R�֣ڃ��u����AN땚���^�I�Q�AN땚��ĴޠI���9L���z$k��ze&�G�9��D\���=�i���xy8L돿�H��o��_N���~}f��+��?���O?���o��/?~��?���������៺��/�.�%|ӝX^}����������R�I,Q�AN,��KR� '�JMb�jrb��$��� '�JMb�jrbiԝX�:9�TjKT{�K�&�D�9�TjKT{�K��Ē�1ȉ�R�X�ڃ�X*t%�h�'��Lb�hrbiԝX�:9�TjKT{�K�&�D�9�TjKT{�K��Ē�1ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������Ҩ;�$uRb��sb���&�
+\�%�5lj�2�X"ڃ�X
+��X�:9�TjKT{�K�&�D�9�TjKT{�K��Ē�1ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������ҠI,��9L,�K$k�Ke&�D�9�TjKT{�K��Ē�1ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������Ҩ;�$urb��$��� '�JMb�jbb�ЕX�Ys�X2�%�=lj�2�X"ڃ�X*5�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������Ҩ;�$urb��$��� '�JMb�jrb��$��� '�B�$���AN,������R�I,Q�AL,�K4k�Kc�Ē�1ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������Ҩ;�$urb��$��� '�JMb�jrb��$��� '�F݉%�c�K�&�D�1�T�J,Ѭ9N,������Ҩ;�$urb��$��� '�JMb�jrb��$��� '�F݉%�c�K�&�D�9�TjKT{�K�&�D�9�4�N,I��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QwbI���R�+�D��8�TfKD{�K�&�D�9�4�N,I��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�P/�%�s�K�&�D�9�TjKT{�K�&�D�9�4�N,I��X*5�%�=ȉ�R�X�ڃ�X*5�%�=���A�X��s�X*r%�H�'��Lb�hrbI��H,�{�˫�������?�x�xML,�gvb��ab���_������7�wo%�H���ߝ�3�����N,���qb���@b�jrb��$��� '�F݉%�c�K�&�D�9�TjKT{�K�&�D�9�4�N,I��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QwbI���R�I,Q�AL,�K4k�Ke&�D�9�4�N,I��X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QwbI���R�I,Q�AN,������R�I,Q�AN,��KR� '�JMb�jrb��$��� '�JMb�jrbiԝX�:)�T�9�D�zK��Ś��R�I,�AN,�zI,A���X*5�%�=ȉ�R�X�ڃ�X*5�%�=ȉ�QwbI���R�I,Q�AN,������R�I,Q�AN,��KR� '�JMb�jrb��$��� '�JMb�jbbi�$�d�&��\�%�5lj�2�X"ڃ�X*5�%�=ȉ�QwbI���R�I,Q�AN,������R�I,Q�AN,��KR� '�JMb�jrb��$��� '�JMb�jrbiԝX�:9�TjKT{�K�&�D�1�T�J,Ѭ9L,
�ĒȞ��R�I,�AN,������R�I,Q�AN,��KR� '�JMb�jrb��$��� '�JMb�jrbiԝX�:9�TjKT{�K�&�D�9�TjKT{�K�^KP� '�JMb�jrb��$��� &�
+]�%�5lj�1wbI���R�I,Q�AN,������R�I,Q�AN,��KR� '�JMb�jrb��$��� '�JMb�jrbiԝX�:9�TjKT{�K�&�D�9�TjKT{�K��Ē�1ȉ�R�X�ڃ�X*t%�h�'��Lb�hrbiԝX�:9�TjKT{�K�&�D�9�TjKT{�K��Ē�1ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������Ҩ;�$ubb�ЕX�Ys�X*3�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������R����9ȉ�R�X�ڃ�X*5�%�=ȉ�R�X�ڃ�Xu'���AN,������R�I,Q�AN,������ҠI,��9L,�K$k�Ke&�D�9�<�Ub���X^}
H,����)��O�`�ʉ���N,�Vb�o?|����ؕ��������~�������o4����>��Fׅ~�����Ᏽܕ|�]�]}��J���J��JΨ��#ur%��Tr�� WrJM%�jr%��Tr�� WrFݕ�c�+9���C���S��Ь9�䔙J��JΨ��#ur%��Tr�� WrJM%�jr%��Tr�� WrFݕ�c�+9���C���Sj*9T{�+9���C���3��H�\�)5��=ȕ�RSɡڃ\�)5��=ȕ�Qw%G��JN��J��1���*9k�+9e��C���ꥒur%��Tr�� WrJM%�jr%��Tr�� WrFݕ�c�+9���C���Sj*9T{�+9���C���3��H�\�)5��=ȕ�RSɡڃ\�)5��=���ASɑ�sX�)rUrH�Wr�L%�hr%��Tr�� WrFݕ�c�+9���C���Sj*9T{�+9���C���3��H�\�)5��=ȕ�RSɡڃ\�)5��=ȕ�Qw%G��JN���P�A�䔚J��JN���C�氒3d*9"{�+9e��C���Sj*9T{�+9���C���3��H�\�)5��=ȕ�RSɡڃ\�)5��=ȕ�Qw%G��JN���P�A�䔚J��JN���P�A��z��@��\�)5��=ȕ�RSɡڃX�)tUrh�Wr�ܕ�c�+9���C���Sj*9T{�+9���C���3��H�\�)5��=ȕ�RSɡڃ\�)5��=ȕ�Qw%G��JN���P�A�䔚J��JN���P�A�䌺+9R� WrJM%�jb%��UɡYs\�)3��=ȕ�Qw%G��JN���P�A�䔚J��JN���P�A�䌺+9R� WrJM%�jr%��Tr�� WrJM%�jr%g�]ɑ:��Sj*9T{�+9���C���Sj*9T{�+9��J��1���BW%�f�q%��Tr�� WrJM%�jr%g�]ɑ:��Sj*9T{�+9���C���Sj*9T{�+9�^*9P� WrJM%�jr%��Tr�� WrJM%�jr%g�]ɑ:��Sj*9T{�+9���C���Sj*9T{+9���#�簒S�䐬9�䔙J��J��.Q���8WrW_���;��>�s�I;�����o-}�����[H�z���|�LJ�Z��G޾��������~��?��������?���?��{���S�t��)��OG?��������]�}�|���޽�"�w��_>�"����P{�@}�{}����7��X}��;�/)��Q6{�<���K���h��_�OV=��ڃ���������j~�~��{x}t��,�c�@}�{y����7�<PO{~����7�<PO��?K���j~�)|:�2<95�Eu��_��g��?{C�����p�{�Sϟ�����z�e�����7��X�?�2|zu��,�c�@}�{��E����P{�@=7�N=��ڃ��ݳ����7̚;����w�/�o8�,�c�@=��e�����j��mv���ͬ� ��f�����j��mVj~n3�cn�S��mf���6;u]�`��"�S�E
+V{/R(5)P�x�©�"�=�)��.R�ڃx�©�"�=�)�����A�H��u�����=_�`���"�3�E
+F{/R(5)P�x�©�"�=�)��.R�ڃx�©�"�=�)�����A�H��u���ċN])X�A�H��u���ċJ�E
+T� ^�p�H�j�E
+����� ^�p�H�j�E
+��"�c.R8��E
+���"��)X�9�H��u���ċF�)H��x�©�"�=�)��.R�ڃx�©�"�=�)�����A�H��u���ċN])X�A�H��u���ċJ�E
+T� ^�p�H�j�E
+����� ^�p�H�j�E
+���h�]�p��"�5�)��.R0ڃx�©�"�=�)�����A�H��u���ċN])X�A�H��u���ċJ�E
+T� ^�p�H�j�E
+����� ^�p�H�j�E
+��"�c/R8u]�`��"�S�E
+V{�.R8�|��͚���\)��9�H��u���ċN])X�A�H��u���ċJ�E
+T� ^�p�H�j�E
+����� ^�p�H�j�E
+��"�c/R8u]�`��"�S�E
+V{/R8u]�`��"�Q�E
+R� ^�p�H�j�E
+����� ]�p��"�5�)�����A�H��u���ċN])X�A�H��u���ċJ�E
+T� ^�p�H�j�E
+����� ^�p�H�j�E
+��"�c/R8u]�`��"�S�E
+V{/R8u]�`��"�Rs��1�)��.R�ڃt�¡�l�^�p�H�h�E
+��"�c/R8u]�`��"�S�E
+V{/R8u]�`��"�Rs��1�)��.R�ڃx�©�"�=�)��.R�ڃx�B��H��ċN])X�A�H��u���ċN])X�A�H��\�@u�E
+��/R�Ysx�™�"�=�)��.R�ڃx�B��H��ċN])X�A�H��u���ċN])X�A�Ha�}���9�)��.R�ڃx�©�"�=�)��.R�ڃx�B��H��ċN])X�A�H��u���ċN])X�A�H��u�͞���<_�`���"�3�E
+F{/R�es���Ƿ�\������=�����S.R<|����u���:���Ϗ��X��G�)��&������O?������+۽������8�o�~�]$�����7��(�������G!Οeu��J�Rsv��J��
T{��n(5g7P�A<�a� ����2sv��J��
T{��n(5g7P�A>�a�}v��1�g7����� ��Pj�n�ڃ|vC�9��j��
�^�n�:��Rsv��J��
T{��n(5g7P�A>�a�}v��1�g7����� ��Pj�n�ڃxvC����5�g7���n:��Rsv��J��
T{��n(5g7P�A>�a�}v��1�g7����� ��Pj�n�ڃ|vC�9��j��
����A>��Ԝ�@���Rsv��J��
T{��nu�� u��
����=�g7��n�Ys|vC�9��h��
����A>��Ԝ�@���Rsv��J��
T{��nu�� u��
����=�g7����� ��Pj�n�ڃ|vè���c��n(5g7P�A>��Ԝ�@���Rsv��F�g7H�tvC��(^���
��(���Pf�n ڃ|vC�����A>��Ԝ�@���Rsv��J��
T{��nu�� u��
����=�g7����� ��Pj�n�ڃ|vè���c��n(5g7P�A>��Ԝ�@���Rsv�ij��
2{�n(r��@����2sv��J��
T{��nu�� u��
����=�g7����� ��Pj�n�ڃ|vè���c��n(5g7P�A>��Ԝ�@���Rsv��F�g7H�|vC�9��j��
����=�g7��n�YsxvÐ9�Ad���
e���=�g7����� ��Pj�n�ڃ|vè���c��n(5g7P�A>��Ԝ�@���Rsv��F�g7H�|vC�9��j��
����=�g7����� ������s��n(5g7P�A>��Ԝ�@���B��
4k��ns�� t��
����=�g7����� ��Pj�n�ڃ|vè���c��n(5g7P�A>��Ԝ�@���Rsv��F�g7H�|vC�9��j��
����=�g7����� ��0�>�A��J��
T{�n(t��@����2sv��F�g7H�|vC�9��j��
����=�g7����� ��0�>�A��J��
T{��n(5g7P�A>��Ԝ�@���Q��
R� ��Pj�n�ڃ|vC�9��j��
����=�g7���n�:��B��
4k��n(3g7�A>��Ԝ�@���Q��
R� ��Pj�n�ڃ|vC�9��j��
����=�g7�z9���J��
T{��n(5g7P�A>��Ԝ�@���Q��
R� ��Pj�n�ڃ|vC�9��j��
����=�g7��d���P�:��d���
e���=�g7舄8����|v��k�ٍ��quv��[�xv���Oxvc}�|v�a����߿|���?���?�����O��������������OW��?�_����$��}w�{������_�]T{��]�&�E�1�U�JvѬ9Nv���]B� '�JM��jr���$��� '�JM��jr�kԝ�:9�Uj�]T{��]�&�E�9�Uj�]T{��]��d��1�ɮR��ڃ��*5�.�=�ɮR��ڃ��u'���ANv��d��dW�+�E��8�Uf�]D{��]��d��1�ɮR��ڃ��*5�.�=�ɮR��ڃ��u'���ANv��d��dW�IvQ�ANv��d��dר;�%ur���$��� '�JM��jr���$��� '�F��.�c��]e��]��0�U�JvQ�9Nv��d��dW��d�9�ɮR��ڃ��*5�.�=�ɮR��ڃ��u'���ANv��d��dW�IvQ�ANv��d��dר;�%ur���$��� '�JM��jr���$��� &�M�Kf�a��ȕ�"Ys��*3�.�=�ɮR��ڃ��u'���ANv��d��dW�IvQ�ANv��d��dר;�%ur���$��� '�JM��jr���$��� '�F��.�c��]�&�E�9�Uj�]T{�]��d͚�dאIv��9Nv��d��dW�IvQ�ANv��d��dר;�%ur���$��� '�JM��jr���$��� '�F��.�c��]�&�E�9�Uj�]T{��]�&�E�9��%�ur���$��� '�JM��jb��Е�Ys��s'���ANv��d��dW�IvQ�ANv��d��dר;�%ur���$��� '�JM��jr���$��� '�F��.�c��]�&�E�9�Uj�]T{��]�&�E�9�5�NvI���*5�.�=�ɮBW��f�q���$��� '�F��.�c��]�&�E�9�Uj�]T{��]�&�E�9�5�NvI���*5�.�=�ɮR��ڃ��*5�.�=�ɮQw�K��dW�IvQ�ANv��d��dW�IvQ�ANv���]R� &�
+]�.�5�ɮ2��"ڃ��*5�.�=�ɮQw�K��dW�IvQ�ANv��d��dW�IvQ�ANv�zIvA����*5�.�=�ɮR��ڃ��*5�.�=�ɮQw�K��dW�IvQ�ANv��d��dW�IvQ�ALv
�d�̞�dW�+�E��8�Uf�]D{��]JNE�����^}
Hv��ǿ<ݿ�=}��~��؏?s���Po�����w������H����h�?���׿��˯���o������������~��>y��E��������;9���|��,�ݷ�*�Ț�&ĐIB��9B�{ {�kC&!��81dJ"k�;C&!��8�n@��9.@���Ț��Ð�?��9n?��Ț��C�������0�9� �j
+���⃸�1�=�܃Ě���6yi=��1ǥ�!zYs�y2��5Ǎ�!�xYsxr�@���L�Ad�q�aȔD�w�L�Ad�q�!��t��s\t2A�5�9�!SsYs�r2)�5�!��q�XcXqoE�]�q�a�$���L�Ad�q�!��n��s\n2��5�ن!SmYs�l2��5��� w�d�q�a��D���L�Ad�q�a�dD�G�܍�=Dž�!hYs�g2u�5�m�W�A����K�^�q�a�D$�'�L�Ad�q�a��D����-�=�%�!bYs�a2�5�
�!�`Ys`r�@���L|Ad�qzaȔD�w�LvAd�qtq��4����	.��9�-�ڂȚ��ˆ+� �z�C��Ğ���,��9N,�‚Ț��+��9�+��
+ {��
+C&� ��8�0d�
+"k��
+C&� ��8���)��9�)���Ț�))��9�(���Ț�B�����縠0d
+"k�	#�z���1n'�t�Ě�pB�����縚0d�	"k��	C�� �渗0dr	"k�c	A�VȞ�R	%��9�$�J�Ț�FI$��9$�� {��C&� ��8�0d�"k��C&� ��8��n"��9,"�����8�0`jk�[C&� ��8��� ��9� ��Ț�) ��9����Ț���6yi��1��!>Ys�=2��5�̓!�<Ys<r�@���L�@d�q�`ȔD�w�L�@d�a� �4���[�y�c�70u�5�m��c|�6З8�
���a��]���������0lX�IِG���巟~�����0~"����}��d�����������~~��)�/�ox8}���a?j�?�������Y��/�Q�A~�l�����1H���y~݌���oV�z��b��ge�3�=ȯ��zy����J�KgT{��:+5��Q�A~�ԼwF��ųQ��gR� ?zVj^=�ڃ��Y�y��j��g���3�=ȯ����?�:��R���7�J�#hT{��A+5�Q�A|	m�<�&���1�"�kh$k��C+3��A~�Լ�F��U�Q��hR� ?�Vj^F�ڃ�6Z�y�j��h��}4�=�/����H�:���R�J��w�J�CiT{��J+5o�Q�A~-m��\��1����Ө� ��VjM�ڃ�lZ���4�5�/�
���D�?�Vf^O#ڃ�~Z�y@�j�j��
5�=ȯ����Q�:�!�R����J�cjT{��S+5�Q�A~Qm�����1ȏ���Wը� ��VjV�ڃ��Z�y[�j��j�^�W�:���R����7�J�#kT{�Y+t��F�����1�SkB� ?�Vj^[�ڃ��Z�yp�j�k���5�=ȯ����]�:��R�����J��kT{��_+5�Q�A~�m����1ȏ���Wب� ��Vjb�ڃ�[�y��j�kl���ؤ�A~��Լ�F��M�Bףl4k��e+3��A~�m��4��1ȏ����٨� ��Vjh�ڃ�D[�y��j�+m��gڤ�A~��Լ�F����R�X����J�{mT{�_lu?�&u�m���6�=�ﶕ��ۨ� ?�Vj�n�ڃ�zۨ��6�cp+t��F���
�2���g�J�;nT{�_ru?�&u�cn��57�=�﹕�ݨ� ?�Vj�t�ڃ��[��gݠ�A~حԼ�F��m�R�����J��nT{�_xu?�&u�#o��7�=�5��ި� ?�Vj�z�ڃ��۠y�Mf��oE��H���Vf}#ڃ������z��������k������Oڿ=W{z���3y����~��_�����̅��O��r����ן~���w/t_�^��.t��_~��B=x��t���3�1�C��
+?=�}~���/�z��
���O/V=��ڃ���緿�)���j~�~>�2��̨볬������d��go�=x��~�$���7̚; O�o
S���7�<���_���ϲ:���*��~�j�Pj~��=�?C���� ��A�䟃��� T{��R�0P�A�iJ͏�@��bu�DR� �L��b�ڃ�c1�����L�I�P�ANȌ�2R� %d�<'d(^�aB�����Xs��)3	�=�	�P/	�s�2�&!C�9!Sj2T{�2�&!C�9!3�N�H���)5	�=�	�R���ڃ��)5	�=�	�QwBF��L�I�P�ANȔ����L�I�P�AL����̞ÄL�+!C��8!Sf2D{�2�&!C�9!3�N�H���)5	�=�	�R���ڃ��)5	�=�	�QwBF��L�I�P�ANȔ����L�I�P�ANȌ�2R� 'dJMB�jrB��$d�� &d
+]	�5�	�!���s��)3	�=�	�R���ڃ��)5	�=�	�QwBF��L�I�P�ANȔ����L�I�P�ANȌ�2R� 'dJMB�jrB��$d�� 'dJMB�jrB&�KB��L�I�P�ANȔ���ĄL�+!C��8!3�N����)5	�=�	�R���ڃ��)5	�=�	�QwBF��L�I�P�ANȔ����L�I�P�ANȌ�2R� 'dJMB�jrB��$d�� 'dJMB�jrBfԝ��:9!Sj2T{2���͚�L�I��ANȌ�2R� 'dJMB�jrB��$d�� 'dJMB�jrBfԝ��:9!Sj2T{�2�&!C�9!Sj2T{�2��1�	�R���ڃ��)5	�=�	�R���ڃ��u'd��AL��24k�2e&!C�9!Sj2T{�2��1�	�R���ڃ��)5	�=�	�R���ڃ��	����:9!Sj2T{�2�&!C�9!Sj2T{�2��1�	�R���ڃ��)5	�=�	�R���ڃ��4	�=�	�"WB�d�qB��$d�� 'dǵ�J��{�������0!;�𧇜��������$dOw������|���_~�����~���=���/�������/w�o�����o{�r�tԑ�4�@v�r�r����"���ڃ��(5i
+�=�i�R���ڃ��u�)��ANS��4��4E�ISP�ANS��4��4Ũ;M!ur��Ԥ)�� �)JM��jr��Ԥ)�� �)F�i
+�c��e����0MQ�JSP�9NS��4��4E��4�9�i�R���ڃ��(5i
+�=�i�R���ڃ��u�)��ANS��4��4E�ISP�ANS��4��4Ũ;M!ur��Ԥ)�� �)JM��jr��Ԥ)�� �)M�Bf�a��ȕ� Ys��(3i
+�=�i�R���ڃ��u�)��ANS��4��4E�ISP�ANS��4��4Ũ;M!ur��Ԥ)�� �)JM��jr��Ԥ)�� �)F�i
+�c���&MA�9MQj�T{���4͚�4ŐIS��9NS��4��4E�ISP�ANS��4��4Ũ;M!ur��Ԥ)�� �)JM��jr��Ԥ)�� �)F�i
+�c���&MA�9MQj�T{���&MA�9M�%Mur��Ԥ)�� �)JM��jb��Е��Ys��s�)��ANS��4��4E�ISP�ANS��4��4Ũ;M!ur��Ԥ)�� �)JM��jr��Ԥ)�� �)F�i
+�c���&MA�9MQj�T{���&MA�9M1�NSH���(5i
+�=�i�BW��f�q��̤)�� �)F�i
+�c���&MA�9MQj�T{���&MA�9M1�NSH���(5i
+�=�i�R���ڃ��(5i
+�=�i�Qw�B��4E�ISP�ANS��4��4E�ISP�ANS���R� �)
+]i
+�5�i�2�� ڃ��(5i
+�=�i�Qw�B��4E�ISP�ANS��4��4E�ISP�ANS�zIS@����(5i
+�=�i�R���ڃ��(5i
+�=�i�Qw�B��4E�ISP�ANS��4��4E�ISP�ALS�4�̞�4E�+MA��8MQf�D{�Ӕ�B�)�=�i���xy>LS����ßO�\�>��}y��' ��߽<~������K*s�O������˟�'޾��t�u.3��sn-�endstream
 endobj
-1581 0 obj <<
+1641 0 obj <<
 /Type /Page
-/Contents 1582 0 R
-/Resources 1580 0 R
+/Contents 1642 0 R
+/Resources 1640 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1138 0 R
-/Annots [ 1584 0 R 1585 0 R 1586 0 R 1587 0 R 1588 0 R 1589 0 R 1590 0 R 1591 0 R 1592 0 R 1593 0 R 1594 0 R 1595 0 R 1596 0 R 1597 0 R 1598 0 R 1599 0 R 1600 0 R 1601 0 R 1602 0 R 1603 0 R 1604 0 R 1605 0 R 1606 0 R 1607 0 R 1608 0 R 1609 0 R 1610 0 R 1611 0 R 1612 0 R 1613 0 R 1614 0 R 1615 0 R 1616 0 R 1617 0 R 1618 0 R 1619 0 R 1620 0 R 1621 0 R 1622 0 R 1623 0 R 1624 0 R 1625 0 R 1626 0 R 1627 0 R 1628 0 R 1629 0 R 1630 0 R 1631 0 R 1632 0 R 1633 0 R 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1640 0 R 1641 0 R 1642 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R ]
+/Parent 1198 0 R
+/Annots [ 1644 0 R 1645 0 R 1646 0 R 1647 0 R 1648 0 R 1649 0 R 1650 0 R 1651 0 R 1652 0 R 1653 0 R 1654 0 R 1655 0 R 1656 0 R 1657 0 R 1658 0 R 1659 0 R 1660 0 R 1661 0 R 1662 0 R 1663 0 R 1664 0 R 1665 0 R 1666 0 R 1667 0 R 1668 0 R 1669 0 R 1670 0 R 1671 0 R 1672 0 R 1673 0 R 1674 0 R 1675 0 R 1676 0 R 1677 0 R 1678 0 R 1679 0 R 1680 0 R 1681 0 R 1682 0 R 1683 0 R 1684 0 R 1685 0 R 1686 0 R 1687 0 R 1688 0 R 1689 0 R 1690 0 R 1691 0 R 1692 0 R 1693 0 R 1694 0 R 1695 0 R 1696 0 R 1697 0 R 1698 0 R 1699 0 R 1700 0 R 1701 0 R 1702 0 R 1703 0 R 1704 0 R 1705 0 R 1706 0 R 1707 0 R 1708 0 R 1709 0 R 1710 0 R 1711 0 R 1712 0 R 1713 0 R 1714 0 R 1715 0 R 1716 0 R 1717 0 R 1718 0 R 1719 0 R 1720 0 R 1721 0 R 1722 0 R 1723 0 R 1724 0 R 1725 0 R 1726 0 R 1727 0 R 1728 0 R 1729 0 R 1730 0 R 1731 0 R 1732 0 R 1733 0 R 1734 0 R 1735 0 R 1736 0 R 1737 0 R ]
 >> endobj
-1584 0 obj <<
+1644 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 708.244 163.835 715.098]
+/Rect [95.641 706.187 189.997 715.098]
 /Subtype /Link
-/A << /S /GoTo /D (cvs) >>
+/A << /S /GoTo /D (query) >>
 >> endobj
-1585 0 obj <<
+1645 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 708.244 537.983 715.098]
+/Rect [528.02 706.187 537.983 715.098]
 /Subtype /Link
-/A << /S /GoTo /D (cvs) >>
+/A << /S /GoTo /D (query) >>
 >> endobj
-1586 0 obj <<
+1646 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 695.293 201.733 702.147]
+/Rect [119.552 695.293 206.166 702.147]
 /Subtype /Link
-/A << /S /GoTo /D (scm) >>
+/A << /S /GoTo /D (boolean) >>
 >> endobj
-1587 0 obj <<
+1647 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 695.293 537.983 702.147]
 /Subtype /Link
-/A << /S /GoTo /D (scm) >>
+/A << /S /GoTo /D (boolean) >>
 >> endobj
-1588 0 obj <<
+1648 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 682.341 188.991 689.195]
+/Rect [143.462 682.341 260.263 689.195]
 /Subtype /Link
-/A << /S /GoTo /D (svn) >>
+/A << /S /GoTo /D (pronouns) >>
 >> endobj
-1589 0 obj <<
+1649 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 682.341 537.983 689.195]
 /Subtype /Link
-/A << /S /GoTo /D (svn) >>
+/A << /S /GoTo /D (pronouns) >>
 >> endobj
-1590 0 obj <<
+1650 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 669.39 234.52 676.244]
+/Rect [143.462 667.333 212.164 676.244]
 /Subtype /Link
-/A << /S /GoTo /D (tinderbox) >>
+/A << /S /GoTo /D (negation) >>
 >> endobj
-1591 0 obj <<
+1651 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 669.39 537.983 676.244]
+/Rect [528.02 667.333 537.983 676.244]
 /Subtype /Link
-/A << /S /GoTo /D (tinderbox) >>
+/A << /S /GoTo /D (negation) >>
 >> endobj
-1592 0 obj <<
+1652 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 652.125 143.421 661.011]
+/Rect [143.462 654.381 238.664 663.293]
 /Subtype /Link
-/A << /S /GoTo /D (using) >>
+/A << /S /GoTo /D (multiplecharts) >>
 >> endobj
-1593 0 obj <<
+1653 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 652.125 537.983 661.011]
+/Rect [528.02 654.381 537.983 663.293]
 /Subtype /Link
-/A << /S /GoTo /D (using) >>
+/A << /S /GoTo /D (multiplecharts) >>
 >> endobj
-1594 0 obj <<
+1654 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 638.585 162.331 645.559]
+/Rect [119.552 641.803 194.251 650.341]
 /Subtype /Link
-/A << /S /GoTo /D (using-intro) >>
+/A << /S /GoTo /D (quicksearch) >>
 >> endobj
-1595 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 638.585 537.983 645.559]
-/Subtype /Link
-/A << /S /GoTo /D (using-intro) >>
->> endobj
-1596 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 623.696 218.489 632.608]
-/Subtype /Link
-/A << /S /GoTo /D (myaccount) >>
->> endobj
-1597 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 623.696 537.983 632.608]
-/Subtype /Link
-/A << /S /GoTo /D (myaccount) >>
->> endobj
-1598 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 610.745 186.958 619.656]
-/Subtype /Link
-/A << /S /GoTo /D (bug_page) >>
->> endobj
-1599 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 610.745 537.983 619.656]
-/Subtype /Link
-/A << /S /GoTo /D (bug_page) >>
->> endobj
-1600 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 597.793 192.209 606.705]
-/Subtype /Link
-/A << /S /GoTo /D (lifecycle) >>
->> endobj
-1601 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 597.793 537.983 606.705]
-/Subtype /Link
-/A << /S /GoTo /D (lifecycle) >>
->> endobj
-1602 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 584.842 189.997 593.753]
-/Subtype /Link
-/A << /S /GoTo /D (query) >>
->> endobj
-1603 0 obj <<
+1655 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 584.842 537.983 593.753]
+/Rect [528.02 641.803 537.983 650.341]
 /Subtype /Link
-/A << /S /GoTo /D (query) >>
+/A << /S /GoTo /D (quicksearch) >>
 >> endobj
-1604 0 obj <<
+1656 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 573.948 206.166 580.802]
+/Rect [119.552 628.478 182.933 637.39]
 /Subtype /Link
-/A << /S /GoTo /D (boolean) >>
+/A << /S /GoTo /D (list) >>
 >> endobj
-1605 0 obj <<
+1657 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 573.948 537.983 580.802]
+/Rect [528.02 628.478 537.983 637.39]
 /Subtype /Link
-/A << /S /GoTo /D (boolean) >>
+/A << /S /GoTo /D (list) >>
 >> endobj
-1606 0 obj <<
+1658 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 560.996 260.263 567.85]
+/Rect [119.552 615.527 287.182 624.438]
 /Subtype /Link
-/A << /S /GoTo /D (pronouns) >>
+/A << /S /GoTo /D (individual-buglists) >>
 >> endobj
-1607 0 obj <<
+1659 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 560.996 537.983 567.85]
+/Rect [528.02 615.527 537.983 624.438]
 /Subtype /Link
-/A << /S /GoTo /D (pronouns) >>
+/A << /S /GoTo /D (individual-buglists) >>
 >> endobj
-1608 0 obj <<
+1660 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 545.988 212.164 554.899]
+/Rect [95.641 602.575 159.86 611.487]
 /Subtype /Link
-/A << /S /GoTo /D (negation) >>
+/A << /S /GoTo /D (bugreports) >>
 >> endobj
-1609 0 obj <<
+1661 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 545.988 537.983 554.899]
+/Rect [528.02 602.575 537.983 611.487]
 /Subtype /Link
-/A << /S /GoTo /D (negation) >>
+/A << /S /GoTo /D (bugreports) >>
 >> endobj
-1610 0 obj <<
+1662 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 533.036 238.664 541.948]
+/Rect [119.552 589.624 231.372 598.535]
 /Subtype /Link
-/A << /S /GoTo /D (multiplecharts) >>
+/A << /S /GoTo /D (fillingbugs) >>
 >> endobj
-1611 0 obj <<
+1663 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 533.036 537.983 541.948]
+/Rect [528.02 589.624 537.983 598.535]
 /Subtype /Link
-/A << /S /GoTo /D (multiplecharts) >>
+/A << /S /GoTo /D (fillingbugs) >>
 >> endobj
-1612 0 obj <<
+1664 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 520.085 151.551 528.996]
+/Rect [119.552 576.673 234.958 585.584]
 /Subtype /Link
-/A << /S /GoTo /D (list) >>
+/A << /S /GoTo /D (cloningbugs) >>
 >> endobj
-1613 0 obj <<
+1665 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 520.085 537.983 528.996]
+/Rect [528.02 576.673 537.983 585.584]
 /Subtype /Link
-/A << /S /GoTo /D (list) >>
+/A << /S /GoTo /D (cloningbugs) >>
 >> endobj
-1614 0 obj <<
+1666 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 507.133 159.86 516.045]
+/Rect [95.641 565.778 163.436 572.633]
 /Subtype /Link
-/A << /S /GoTo /D (bugreports) >>
+/A << /S /GoTo /D (attachments) >>
 >> endobj
-1615 0 obj <<
+1667 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 507.133 537.983 516.045]
+/Rect [528.02 565.778 537.983 572.633]
 /Subtype /Link
-/A << /S /GoTo /D (bugreports) >>
+/A << /S /GoTo /D (attachments) >>
 >> endobj
-1616 0 obj <<
+1668 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 496.239 166.027 503.093]
+/Rect [119.552 552.827 197.409 559.681]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer) >>
 >> endobj
-1617 0 obj <<
+1669 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 496.239 537.983 503.093]
+/Rect [528.02 552.827 537.983 559.681]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer) >>
 >> endobj
-1618 0 obj <<
+1670 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 481.23 276.382 490.142]
+/Rect [143.462 537.818 307.765 546.73]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_view) >>
 >> endobj
-1619 0 obj <<
+1671 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 481.23 537.983 490.142]
+/Rect [528.02 537.818 537.983 546.73]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_view) >>
 >> endobj
-1620 0 obj <<
+1672 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 468.279 321.054 477.19]
+/Rect [143.462 524.867 352.437 533.778]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_diff) >>
 >> endobj
-1621 0 obj <<
+1673 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 468.279 537.983 477.19]
+/Rect [528.02 524.867 537.983 533.778]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_diff) >>
 >> endobj
-1622 0 obj <<
+1674 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 455.328 273.941 464.239]
+/Rect [143.462 511.915 305.324 520.827]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_context) >>
 >> endobj
-1623 0 obj <<
+1675 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 455.328 537.983 464.239]
+/Rect [528.02 511.915 537.983 520.827]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_context) >>
 >> endobj
-1624 0 obj <<
+1676 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 442.376 328.606 451.288]
+/Rect [143.462 498.964 359.988 507.875]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_collapse) >>
 >> endobj
-1625 0 obj <<
+1677 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 442.376 537.983 451.288]
+/Rect [528.02 498.964 537.983 507.875]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_collapse) >>
 >> endobj
-1626 0 obj <<
+1678 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 429.425 267.725 438.336]
+/Rect [143.462 486.013 299.107 494.924]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_link) >>
 >> endobj
-1627 0 obj <<
+1679 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 429.425 537.983 438.336]
+/Rect [528.02 486.013 537.983 494.924]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_link) >>
 >> endobj
-1628 0 obj <<
+1680 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 416.473 249.065 425.385]
+/Rect [143.462 473.061 280.448 481.973]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_bonsai_lxr) >>
 >> endobj
-1629 0 obj <<
+1681 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 416.473 537.983 425.385]
+/Rect [528.02 473.061 537.983 481.973]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_bonsai_lxr) >>
 >> endobj
-1630 0 obj <<
+1682 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 403.522 236.901 412.433]
+/Rect [143.462 460.11 268.283 469.021]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_unified_diff) >>
 >> endobj
-1631 0 obj <<
+1683 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 403.522 537.983 412.433]
+/Rect [528.02 460.11 537.983 469.021]
 /Subtype /Link
 /A << /S /GoTo /D (patchviewer_unified_diff) >>
 >> endobj
-1632 0 obj <<
+1684 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 390.57 171.397 399.482]
+/Rect [95.641 447.158 171.397 456.07]
 /Subtype /Link
 /A << /S /GoTo /D (hintsandtips) >>
 >> endobj
-1633 0 obj <<
+1685 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 390.57 537.983 399.482]
+/Rect [528.02 447.158 537.983 456.07]
 /Subtype /Link
 /A << /S /GoTo /D (hintsandtips) >>
 >> endobj
-1634 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 379.557 212.542 386.53]
-/Subtype /Link
-/A << /S /GoTo /D (2488) >>
->> endobj
-1635 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 379.557 537.983 386.53]
-/Subtype /Link
-/A << /S /GoTo /D (2488) >>
->> endobj
-1636 0 obj <<
+1686 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 365.041 194.251 373.579]
+/Rect [119.552 436.264 212.542 443.118]
 /Subtype /Link
-/A << /S /GoTo /D (quicksearch) >>
+/A << /S /GoTo /D (2370) >>
 >> endobj
-1637 0 obj <<
+1687 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 365.041 537.983 373.579]
+/Rect [528.02 436.264 537.983 443.118]
 /Subtype /Link
-/A << /S /GoTo /D (quicksearch) >>
+/A << /S /GoTo /D (2370) >>
 >> endobj
-1638 0 obj <<
+1688 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 353.654 187.636 360.628]
+/Rect [119.552 423.313 187.636 430.167]
 /Subtype /Link
 /A << /S /GoTo /D (commenting) >>
 >> endobj
-1639 0 obj <<
+1689 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 353.654 537.983 360.628]
+/Rect [528.02 423.313 537.983 430.167]
 /Subtype /Link
 /A << /S /GoTo /D (commenting) >>
 >> endobj
-1640 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 340.702 194.819 347.676]
-/Subtype /Link
-/A << /S /GoTo /D (attachments) >>
->> endobj
-1641 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 340.702 537.983 347.676]
-/Subtype /Link
-/A << /S /GoTo /D (attachments) >>
->> endobj
-1642 0 obj <<
+1690 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 325.813 214.495 334.725]
+/Rect [119.552 408.304 214.495 417.215]
 /Subtype /Link
 /A << /S /GoTo /D (dependencytree) >>
 >> endobj
-1643 0 obj <<
+1691 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 325.813 537.983 334.725]
+/Rect [528.02 408.304 537.983 417.215]
 /Subtype /Link
 /A << /S /GoTo /D (dependencytree) >>
 >> endobj
-1644 0 obj <<
+1692 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 314.919 185.822 321.773]
+/Rect [95.641 397.29 180.841 404.264]
 /Subtype /Link
 /A << /S /GoTo /D (userpreferences) >>
 >> endobj
-1645 0 obj <<
+1693 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 314.919 537.983 321.773]
+/Rect [528.02 397.29 537.983 404.264]
 /Subtype /Link
 /A << /S /GoTo /D (userpreferences) >>
 >> endobj
-1646 0 obj <<
+1694 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 301.968 232.149 308.822]
+/Rect [119.552 384.339 227.167 391.312]
 /Subtype /Link
 /A << /S /GoTo /D (accountpreferences) >>
 >> endobj
-1647 0 obj <<
+1695 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 301.968 537.983 308.822]
+/Rect [528.02 384.339 537.983 391.312]
 /Subtype /Link
 /A << /S /GoTo /D (accountpreferences) >>
 >> endobj
-1648 0 obj <<
+1696 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 289.016 229.927 295.87]
+/Rect [119.552 371.387 224.946 378.361]
 /Subtype /Link
 /A << /S /GoTo /D (generalpreferences) >>
 >> endobj
-1649 0 obj <<
+1697 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 289.016 537.983 295.87]
+/Rect [528.02 371.387 537.983 378.361]
 /Subtype /Link
 /A << /S /GoTo /D (generalpreferences) >>
 >> endobj
-1650 0 obj <<
+1698 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 276.065 222.196 282.919]
+/Rect [119.552 358.436 217.214 365.41]
 /Subtype /Link
 /A << /S /GoTo /D (emailpreferences) >>
 >> endobj
-1651 0 obj <<
+1699 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 276.065 537.983 282.919]
+/Rect [528.02 358.436 537.983 365.41]
 /Subtype /Link
 /A << /S /GoTo /D (emailpreferences) >>
 >> endobj
-1652 0 obj <<
+1700 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 262.994 197.598 269.968]
+/Rect [119.552 345.484 192.617 352.458]
 /Subtype /Link
 /A << /S /GoTo /D (permissionsettings) >>
 >> endobj
-1653 0 obj <<
+1701 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 262.994 537.983 269.968]
+/Rect [528.02 345.484 537.983 352.458]
 /Subtype /Link
 /A << /S /GoTo /D (permissionsettings) >>
 >> endobj
-1654 0 obj <<
+1702 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 248.105 194.43 257.016]
+/Rect [95.641 330.595 194.43 339.507]
 /Subtype /Link
 /A << /S /GoTo /D (reporting) >>
 >> endobj
-1655 0 obj <<
+1703 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 248.105 537.983 257.016]
+/Rect [528.02 330.595 537.983 339.507]
 /Subtype /Link
 /A << /S /GoTo /D (reporting) >>
 >> endobj
-1656 0 obj <<
+1704 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 235.153 180.433 244.065]
+/Rect [119.552 317.644 180.433 326.555]
 /Subtype /Link
 /A << /S /GoTo /D (reports) >>
 >> endobj
-1657 0 obj <<
+1705 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 235.153 537.983 244.065]
+/Rect [528.02 317.644 537.983 326.555]
 /Subtype /Link
 /A << /S /GoTo /D (reports) >>
 >> endobj
-1658 0 obj <<
+1706 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 224.259 175.452 231.113]
+/Rect [119.552 306.63 175.452 313.604]
 /Subtype /Link
 /A << /S /GoTo /D (charts) >>
 >> endobj
-1659 0 obj <<
+1707 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 224.259 537.983 231.113]
+/Rect [528.02 306.63 537.983 313.604]
 /Subtype /Link
 /A << /S /GoTo /D (charts) >>
 >> endobj
-1660 0 obj <<
+1708 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 209.25 243.636 218.162]
+/Rect [143.462 291.741 243.636 300.652]
 /Subtype /Link
-/A << /S /GoTo /D (2622) >>
+/A << /S /GoTo /D (2489) >>
 >> endobj
-1661 0 obj <<
+1709 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 209.25 537.983 218.162]
+/Rect [528.02 291.741 537.983 300.652]
 /Subtype /Link
-/A << /S /GoTo /D (2622) >>
+/A << /S /GoTo /D (2489) >>
 >> endobj
-1662 0 obj <<
+1710 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [143.462 196.299 276.582 205.21]
+/Rect [143.462 278.79 276.582 287.701]
 /Subtype /Link
-/A << /S /GoTo /D (2629) >>
+/A << /S /GoTo /D (2496) >>
 >> endobj
-1663 0 obj <<
+1711 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 196.299 537.983 205.21]
+/Rect [528.02 278.79 537.983 287.701]
 /Subtype /Link
-/A << /S /GoTo /D (2629) >>
+/A << /S /GoTo /D (2496) >>
 >> endobj
-1664 0 obj <<
+1712 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 183.348 139.646 192.259]
+/Rect [95.641 265.838 139.646 274.75]
 /Subtype /Link
 /A << /S /GoTo /D (flags) >>
 >> endobj
-1665 0 obj <<
+1713 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 183.348 537.983 192.259]
+/Rect [528.02 265.838 537.983 274.75]
 /Subtype /Link
 /A << /S /GoTo /D (flags) >>
 >> endobj
-1666 0 obj <<
+1714 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 170.396 152.926 179.308]
+/Rect [95.641 252.887 152.926 261.798]
 /Subtype /Link
 /A << /S /GoTo /D (whining) >>
 >> endobj
-1667 0 obj <<
+1715 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 170.396 537.983 179.308]
+/Rect [528.02 252.887 537.983 261.798]
 /Subtype /Link
 /A << /S /GoTo /D (whining) >>
 >> endobj
-1668 0 obj <<
+1716 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 159.502 190.515 166.356]
+/Rect [119.552 241.993 190.515 248.847]
 /Subtype /Link
 /A << /S /GoTo /D (whining-overview) >>
 >> endobj
-1669 0 obj <<
+1717 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 159.502 537.983 166.356]
+/Rect [528.02 241.993 537.983 248.847]
 /Subtype /Link
 /A << /S /GoTo /D (whining-overview) >>
 >> endobj
-1670 0 obj <<
+1718 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 144.493 223.322 153.405]
+/Rect [119.552 226.984 223.322 235.895]
 /Subtype /Link
 /A << /S /GoTo /D (whining-schedule) >>
 >> endobj
-1671 0 obj <<
+1719 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 144.493 537.983 153.405]
+/Rect [528.02 226.984 537.983 235.895]
 /Subtype /Link
 /A << /S /GoTo /D (whining-schedule) >>
 >> endobj
-1672 0 obj <<
+1720 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 131.542 217.783 140.453]
+/Rect [119.552 214.032 222.206 222.944]
 /Subtype /Link
 /A << /S /GoTo /D (whining-query) >>
 >> endobj
-1673 0 obj <<
+1721 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 131.542 537.983 140.453]
+/Rect [528.02 214.032 537.983 222.944]
 /Subtype /Link
 /A << /S /GoTo /D (whining-query) >>
 >> endobj
-1674 0 obj <<
+1722 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [119.552 118.59 235.586 127.502]
+/Rect [119.552 201.081 235.586 209.992]
 /Subtype /Link
-/A << /S /GoTo /D (2682) >>
+/A << /S /GoTo /D (2549) >>
 >> endobj
-1675 0 obj <<
+1723 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 118.59 537.983 127.502]
+/Rect [528.02 201.081 537.983 209.992]
 /Subtype /Link
-/A << /S /GoTo /D (2682) >>
->> endobj
-1583 0 obj <<
-/D [1581 0 R /XYZ 71.731 729.265 null]
->> endobj
-1580 0 obj <<
-/Font << /F27 1144 0 R /F32 1151 0 R /F33 1242 0 R >>
-/ProcSet [ /PDF /Text ]
+/A << /S /GoTo /D (2549) >>
 >> endobj
 1724 0 obj <<
-/Length 39665     
-/Filter /FlateDecode
->>
-stream
-xڜ�M�d�u��=?Ek6�2���A)qDPQ���d�l��z����f���?�w�Y.�����
-����~�N�o���n�p����q�?�~x��_m�y�W���v���|��O������7���q���L�y�^6�������~����������ß�m|�z�O?��o�v��7���͟��4���}��~������������߾=������ϟ�����?
qw�n���n���v����״;O���?���ě�䰹\N�>�u~vE����9<�Cu~vE������Bu~vE�����o��)T�YV[��:}
�K��Ϯ���N_��1T�gWT\P��a���+��W/�װ���Q6=n�����.4�gWP\P��`���+�.����c��;?��z�}�q��_�Zϲ�����!U�gWT\P����P��]Q=pA���S�N=��z�]u����c��YT{��:}
�s��Ϯ���N_��!T�gWT\P��a���+��Ww�װ�~�ӳ�����9?>������y��������esN��?�bZ�}r��L���z����N��9U�gWT\P���������[8Bu~vE����a��Zϲ���k�Cu~vE��u�v�o8�����5lSu~vE����q��>���ճ�����9]��p�����f����+�.���)�O�zvE����i��7)^��,�-pA���c��Ϯ���N_C��+��-��wpégWP�����`��,�-pA���]��\=��z��:}�T��]Q=pA�l���os����Շ����;��e�.����!U�gWT\PO���os�����5�������𧻓�k8�j=�j\P����6WϮ���N_�>�m��]Q=pA���]��Ϯ�x_}���m��\=�j\P��!4_�\o���&����+��-�ӿx	��gWP������!��FϢ����pN������[8Bu~vE��u�3u~fE����n��Zϲ���k؟Bu~vE��u�v�P��]Q=pA���m��Ϯ�x_�o7��opz����6���:?��z��z�<<������e�??���������5��f�e����;�����
-iq��w�9?��z��:}�<��������C��e�.�ӷ���gWT\P��!��zvE�����=��������vs/O�,�-pA=lv�@Գ+�.�������+�.���^�������k/O�,�-pA���C��Ϯ���N_Cxy�gWT\P��!��������w�~3?ʤ�-���M��������������f{I����𧻓�����YV[��z�ló=��z��:}
�T��]Q=pA�����DϮ�x_}���C�ֳ���u����q�����5�g'zvE��u���:?��z�]���n����qz����7����ӳ+�.����!U�gWT\P6���GWL��O�� ��U�2���;8���������:?��z��:}�ى�]Q=𾺟��}�ֳ���u�v�P��]Q=pA�����DϮ���>l.��:?��z�}���.�osz�����7���DϮ����6�s��Ϯ���N_�)�m��]Q=�z�����Dϲ���k8�������5���4?�bZ�9}�ى�]A=�z����0�gYm����g'zvE����هg'zvE���a�pI�������f���YV[����<�g'zvE��u�N�:?��z��:}
�ى�]Q=��0}
�ى�e�.��װO������k�N�����5�g'zvE����e�م�	=�j\P��s�~tŴ��م�'zv���as~H����𢡊�w��YV[��:}��]Q=pA���c��Ϯ���N_Cx|�gWT�������@[Ϣ���kإ������5��'zvE���as
-�>��]Q=��n�aaBϲ����������f{N������kzvE�����eK"C�G���r��!��������zv��u�����o����8�/���rW��~�����8<l��׬�C'ӿU�o-4tr~���vGC'z���NC'o�o>��]�|���ǧ/�����_u������g�������ai��t�<���P��z��c�.��Λ��p��Q�gWT\P/���1T�gWT\X7��^"U�1��@܏��ڏa�q?&Sk?�U���L��V=�c"U�1��@܏��ڏa�q?&Sk?�U���L��V=��c"��c��8܏��ڏa�q?&Sk?�U���L��V=�c"U�1��@܏��ڏa�q?&Sk?�U���L��V=�cu�ǐ�q?&Sk?�U���L��V=�c2��cX�@܏�T�Ǡ�q?&Sk?�U���L��V=��c2tޏa��p?&2��h���L��V=�c2��cX�@܏��ڏa�q?&R��j���L��V=�c2��cX�@܏��ڏa�q?&R��j���L��V=�c2��cX�@܏��ڏa�q?&R��j���L��V=��c2tޏa��p?&3k?�Q���H�~�-�c2��cX�@܏��ڏa�q?&Sk?�U���H�~�-�c2��cX�@܏��ڏa�q?&Sk?�U���H�~�-�c2��cX�@܏��ڏa�q?&Sk?�U���H�~�-�c2��~��a����~���1�Y�1�z ��$�؏!��~L��~���1�Z�1�z ��dj�ǰꁸ�ڏA��~L��~���1�Z�1�z ��dj�ǰꁸ�ڏA��~L��~���1�Z�1�z ��dj�ǰꁴ������~LF��1LZ��df��0ꁸ���ê�~L�j?���1�Z�1�z ��dj�ǰꁸ���ê�~L�j?���1�Z�1�z ��dj�ǰꁸ���ê�~L�j?���1�Z�1�z ��dj�ǰꁴ���~�G�1Y�1Hz��df��0ꁸ���ê�~L��~���1���T[ ��dj�ǰꁸ���ê�~L��~���1���T[ ��dj�ǰꁸ���ê�~L��~���1�:�cH큸���ê�~L��~�H�1:�ǰiq��ڏA��~L��~���1�Z�1�z ��dj�ǰꁸ�ڏA��~L��~���1�Z�1�z ��dj�ǰꁸ�ڏA��~L��~���1�Z�1�z ��dj�ǰꁸ�ڏA��~L��~�H�1:�ǰiq����è�~L�j?���1�Z�1�z ��dj�ǰꁸ���ê�~L�j?���1�Z�1�z ��dj�ǰꁸ���ê�~L�j?���1�Z�1�z ��dj�ǰꁸ���ê�~L�j?�H�1:�ǰiq����è�~L��~���1���T[ ��dj�ǰꁸ���ê�~L��~���1�:�cH큸���ê�~L��~���1�Z�1�z ��D��cPm�����ê�~L��~���1�Z�1�z ��Dh�Ǡ�q����~���1�Y�1�z ���J�ß��3���qi?>���?p8j?f���w���[��Om���X�@�V��g�ȼ����z~��������O������9�����7���z=f�xZZ�
��B�͇\\hx�9���8^h�L-4 ꁼ��Zh@�y�!R�Ѐ��BC���R[ /4D�P�@^h�T-4�ꁼ��Zh@�y�!P�
��@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC���R[ /4D�P�@^h�T-4�ꁸ���Ѐ���BCb��B[ /4D�P�@^h�T-4�ꁼ��Zh@�y�!Q�B�-�"U
�z /4D�P�@^h�T-4�ꁼА�c����
���T=�"U
�z /4D�P�@^hHԱ�@j䅆H�B��
Z
hZ/4D��@^hHԱ�@j䅆H�B��
���T=�"U
�z /4$�Xh ��BC�j�U䅆H�B��
���T=�u,4��y�!R�Ѐ��BC�j�U䅆H�B��
�:Hm�����B��a����Ѐ���BCdj�Q䅆@�.4��y�!R�Ѐ��BC�j�U䅆H�B��
�:Hm����Zh@�y�!R�Ѐ��BC�j�U䅆D
��@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC�j��L�Å����$-�"S
�z /4D�P�@^hHԱ�@j䅆H�B��
���T=�"U
�z /4$�Xh ��BC�j�U䅆H�B��
���T=�u,4��y�!R�Ѐ��BC�j�Uą���4-R
Dz/4D��@^h�T-4�ꁼ��Zh@�y�!Q�B�-�"U
�z /4D�P�@^h�T-4�ꁼА�c����
���T=�"U
�z /4D�P�@^h��B�=�"U
�z /4D�P�@\h��Zh@��x�!1�B�-�"U
�z /4D�P�@^h�T-4�ꁼА�c����
���T=�"U
�z /4D�P�@^hHԱ�@j䅆H�B��
���T=�"U
�z /4$�Xh ��BC�j�U��4-�"S
�z /4$�Xh ��BC�j�U䅆H�B��
���T=�u,4��y�!R�Ѐ��BC�j�U䅆H�B��
�:Hm����Zh@�y�!R�Ѐ��BC�j�U䅆D
��@\h��Zh@��x�!2�Ѐ��BC�j�U䅆D
��@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC�^@큼��Zh@�y�!R�Ѐ��BC�j�U䅆D
��@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC�j��L�Å����$-�"S
�z /4,�
D
�9慆��
˟�f���oŮ,4��ӟ�p�������??�:ï�����ӏ_�>������������e��ϟ�N�������?������??|��n��~}��ӗ��c���9�p�I_�<<�v�wl�W:��n�R���^�cC��-Au�F���[D���wl��;6D=���"Uwl�z ߱%�c#��[��
U�;�H���wl��;6T=���uܱ����-Rudž��[��
U�;�H���wl�:��Hm�|���cC���-Rudž��[����wl	�;6"=���"Swl�z ߱E���P�@�c�Tݱ��|ǖ�㎍��wl��;6T=���"Uwl�z ߱E���P�@�cK�q�Fj�;�H���wl��;6T=���"Uwl�z ߱���
��wl��;6T=���"Uwl�z ޱEhݱ�iq|ǖ�㎍��wl��;6T=���"Uwl�z ߱E���P�@�cK�q�Fj�;�H���wl��;6T=���"Uwl�z ߱%�c#��[��
U�;�H���wl��;6T=���uܱ����-Rudž��[����wl��;6D=���uܱ����-Rudž��[��
U�;�H���wl�:��Hm�|���cC���-Rudž��[��
U�;�Dwl��@�c�Tݱ��|���cC���-Rudž��[��;6R[ ޱEhݱ�iq|���cC���-Rudž��[��;6R[ ߱E���P�@�c�Tݱ��|���cC���-P�wl��@�c�Tݱ��|���cC���-Rudž��[��;6R[ ߱E���P�@�c�Tݱ��|���cC��-Au�F���[D���wl��;6D=��ؖ���;6����ǀ;������v|�v�mNg�c�G�;�Cݱ��:S{����ǏO?��k�����z�/�~�����O�~|�߾�����<�~�L���+H���]�G{A���������ۯ�_?��~������E�~|��:�����ߞNo�p��#�/�~��}9c��"��R���/����E?Z��U\����?ZA��G+�����������iq����?Z!��V"U?ZA��G+��������HՏVP�@��J������G+��������HՏVP�@��J��G+�z �h%QǏVHm����HՏVP�@��J��G+�z �h%R��T=�����G+��@��J��G+�z �h%B�G+hZ�h%2��D=�����G+��@��J��G+�z �h%R��T=�����
-��?ZI��R[ �h%R��T=�����
-��?Z�T�hU��$���
-�-�����
-��?Z�T�hU��D�~����Vu�h���?Z����
-��?Z�L�hQ��D�~����Vu�h���?Z�T�hU��D�~����V"U?ZA��G+�z��
-�=�����
-��?Z�T�hU��D�~����Vu�h���?Z�T�hU��D�~����V"U?ZA��G+	����q������ iq����ԏV�@��
-�]������r�1�G+˟�/����2�7��h���r����w�����_?=���7�ӏ������ϵ�oow�7�>����ՋN��}���������y}�*|���՛O�����޸���Wu�q���o\�T�qU�7�Fh�qM��7�F�޸���Wu�q���o\�T�qU�7�F�޸���W#Uo\E�����:޸Jj�7�F�޸���W#Uo\E������7������Do\%��W#Uo\E������7������H�WQ�@~�j��7���鍫�9�q��0|�j�WQ�8~�jdꍫ�z �q5P�o\��W#Uo\E������7������H�WQ�@~�j��7��������7������H�WQ�@~�j�ꍫ�z �q5Q�WIm����H�WQ�@~�j�j�U䥺H�R��Ku	��:2=��"��ꐴ8^��L-�!ꁼT�Z�C�y�.Q�R�-���"UKu�z /�E���P�@^��T-աꁼT��c����Ku���:T=���"UKu�z /�E���P�@^�KԱTGj䥺H�R��Ku���:T=��"���д8\�KH-��q�T�Z�C�y�.R�T���R]�j�U䥺DKu��@^��T-աꁼT�Z�C�y�.R�T���R]���:R[ /�E���P�@^��T-աꁼT�Z�C�y�.P�u*P{ ש"Uu*T=��T��:��u��:��u��u*B[ ש"Uu*T=��T��:��u�HU�
-U�:U��:�-��T��:��u�HU�
-U�:U��N��r�*QG����u�HU�
-U�:U��N��r�*RU�B��N���NEj�:U��N��b�*B�N���q�*2U�B��N���NEj�:U��N��r�*RU�B��N��S��\�J�Q�"�r�*RU�B��N��S��\��TթP�@�S%�S���N��S��\��TթP�@�SE��T�z שuԩHm�X��ЪS�iq\��Lթ�@�SE��T�z שuԩHm�\��TթP�@�SE��T�z ש"Uu*T=��T�z�S���N��S��\��TթP�@�SE��T�z שuԩHm�\��TթP�@�SE��T�z ש"Uu*T=�T	�:��u��^���X~\,6۵�"��n?�n�]�-���U����zF���3:U�����1����?}���������vz���o���������v��|{��4�k�{e��5�n�h~X��_����,w�^����5J��5"�r�(R�5B��k��5B��k��!��5J��5"�r�(R�5B��k�����5�Tu�P�@�%�����k�����5�Tu�P�@�E��F�z w�ut�Hm��5�Tu�P�@�E��F�z w�"U]#T=��F�:�F��@�E��5B�6�FX]#-��F�����]�@�v�@��5�Tu�P�@�E��F�z w�"U]#T=��F�:�F��@�E��F�z w�"U]#T=��F�����]�D]#R[ w�"U]#T=��F�����]�HU�UĮQ��kD��a�("�k���q�(2�5B��k�����5J��5"�r�(R�5B��k�����5�Tu�P�@�%�����k�����5�Tu�P�@�E��F�z w�ut�Hm��5�Tu�P�@�E��F�z v�"��FhZv�R]#"=��F�����]�HU�U�Q��k��r�(QG׈��]�HU�U�Q��k��r�(R�5B��k���kDj�Q��k��r�(R�5B��k�����5
-�k���]�HU�U�Q��k��b�(B�k���q�(1G׈��]�HU�U�Q��k��r�(R�5B��k���kDj�Q��k��r�(R�5B��k�����5J��5"�r�(R�5B��k�����5�Tu�P�@�%�����k�����5����iq�5�Lu��@�%�����k�����5�Tu�P�@�E��F�z w�ut�Hm��5�Tu�P�@�E��F�z w�"U]#T=��F�:�F��@�E��F�z w�"U]#T=��F�����]�D]#R[ v�"��FhZw�"S]#D=��F�����]�D]#R[ w�"U]#T=��F�����]�HU�U�Q�^�F��@�E��F�z w�"U]#T=��F�����]�D]#R[ w�"U]#T=��F�����]�HU�UĮQ��kD��a�h��u��cT���sP�h���e�4zyf�ǮQ=2w���5���;�y���?~��?��×�}z�����׏��������������O��?�4�㯟�����㧟?<�>�<n�/?%�~��}��������[L����7�˷��?�b��|������ȷ���[LT=�o1#U���z �bF�n1Q�@��L�q�Ij�[�H�-&�ȷ���[LT=�o1#U���z �b&�n1��8�ŌȺ�D���32u����-f��U�[�D����@�ŌT�b��|����D��3Ru����-f��[LR[ �bF�n1Q�@�ŌT�b��|����D��3Q�-&�-�o1#U���z �bF�n1Q�@�Ōк�D���3!u�I���-fd�Q�[�H�-&�ȷ���[LT=�o1u�b���3Ru����-f��U�[�H�-&�ȷ��:n1Im�|����D��3Ru����-f��U�[�@��b���3Ru����-f��U�[��[L4-�o1s�b��3Ru����-f��U�[�H�-&�ȷ��:n1Im�|����D��3Ru����-f��U�[�D����@�ŌT�b��|����D��3Ru����-f��[LR[ �bF�n1Q�@�Ōк�D���32u����-f��[LR[ �bF�n1Q�@�ŌT�b��|����D��3Q�-&�-�o1#U���z �bF�n1Q�@�ŌT�b��|������ȷ���[LT=�o1#U���z �bF�n1Q�@��L�q�Ij�[��[L4-�o1#S���z �bF�n1Q�@��L�q�Ij�[�H�-&�ȷ���[LT=�o1#U���z �b���ȷ���[LT=�o1#U���z �bF�n1Q�@��L�q�Ij�[�H�-&�ȷ���[LT=�o1#U���z �b&�n1��8��\�	�n1�c�-���[�������Op�S�zb��|�K��������}y�\7��>?�9�<>�c���Ĝ>�v����#�>�<l���Ǚ �ꙛ���#�ןb�FI�����A$-�RׁDz�Fd�"iqx�u����U`D�Q �G'��X�Z�F�|��mF`��hqx	�u����`B�
-�H�����@$-�#�����8����:�C����/!u�G����_D����GY7HZ^�Ed�!iqx��#����/"��I��C���;?$-���"q>�C�6�N��.�ȳ0���:�C���/"�I��˾���>$-��RW}Dz��Ed��!iqx��uχ���5_D�1���|	�K>"=��"�����8<�Ⱥ�C����/"�I����{@�8�݋�:�C���p/"�nI����H����
Ó������zY�zHZ�Ed��!iqx��u�����^B�J�H�����=$-�"���8�΋�:�C���4/!u�G���]^D�Y��GyY7yHZ^�Ed�!iqx�����#���/"�I��C�H����
�+��#<-O�RxDz��Ed��!iqx|�u{�����]D����gw	��;"=o�"�N8<��Ⱥ�C����."��I��S��ԥ��wvYgvHZ�Ed��!iqxa�u`����y]B꺎H��ۺH�O��
�ú��:-��"��ꐴ8<�KH]��qxO�uN����1]D�-���tY�tHZ��丢���
]D�	��tY�sHZ^�Ed�!iqx:����#���n."�lI�ã����9$-/�"�搴8:�Kĺ�#���Vn�j+:���0?s�!v��ҡ�����6O���q��t(W�̗r��0������ez�����q������ȇ矞�����?�����������>=}y�뷻˛��ܗ?z�?����������ǧ/u���ק�owo>��v�ױ݇�:��s������@v��_��/o;��pr7�B�k\���j-���� p���eH��4U��D�!��@��T���|"��A��J$Ru&���H��KR[ ߊD��EP�@>�T݋��x1�u2�����HB�j�H�㻑����ȧ#���T=��G"U�#�z �$� !��
I��U�3�H�	�ȗ$��ST=��Iu\�����$RuP���II��U䫒H�Y	�ȇ%�z�,��mI��U��H�}	��&Z'&hZ�$�2!��I���U�S�Hխ	���&��sT=�Nu\�����$Rut����I���U�˓H��	���'�:�OHm�|�:@A��%Ru����J��U�C�D�(��@�E�T���x��u�����EJd�$Q䣔DW)��@�K�T���|���MA��:%Ru����J��R[ ߨD��TP�@>S�Tݩ��|��:UA��X%Qǵ
-�-��U"U+�z ��D�nVP�@�Z�T����|����r����+Z�+hZ��D��W�@�`�T����|Ē�㊅��w,��CT=�OY"U�,�z _�D��YP�@>h	��E�=�oZ"UG-�z ��D��ZP�@�l�T����|ܒ�㺅���-��T=�O\"U7.�z _�D��\P�@<tIP]���qx�B�ɱ~��v����~��e���e�P������.��|��X�P������y����ͯ�����_�6����˛9�����e�Gϟt���ח���������޿���Sݰ�����O�?�������W��X�S_�>��BߞNo6��y�Dž�/���rwaj���]���T�-7�V�ly�9��-�z ��%Q�[Hm��ǖH�[P�@�cK��-�z ��%R��T=�����?�����-��?����ǖH�[P�@�cK��-�z ��%Q�[Hm��ǖH�[P�@�cK��-�z ��%R��T=�ؒ��c��lY�}/�c~��c���?�,��������ǖ��?��{�a�y8�|��e��
�׏T�著O���C��?=������v��w~�w�5���e�]໗{���3�����z������;�� ��z����N_�˹K��Ϯ����7��s�H��]Q=pA���]��Ϯ�x_=L_�˹K�ֳ����0�w�K��Ϯ����7�K��Ϯ���^6�/�.�:?��z�}���ϡZϲ���k�-<?�bZ�9}�]h�Ϯ���N��1U�gWT������e�3Q�YV[��:}/�.�:?��z��:}
�T��]Q=pA���m��\=��z�}�<�&��6Wϲ����rI���������gD=��z��z�\��os������|�S�ֳ���u���os�����5��p�����kا��������5��1<?ʦ�-��w�égWP\P��`���+�.�ӿ�����Ϯ�x_}�m���7�z����6�:?��z��:��s��\=��z��:����7�zvE����~;}
�Lճ���u��P��]Q=pA����C��Ϯ���N��.U�gWT��a��6�gYm��as~|������fwI��������tŴ���~��=d���YF[��:}�T��]Q=pA����>T�gWT\P�o�x����難�k8�j=�j\P��a������k؅��Գ+�.��װM�����Ǘ�O���ճ�����9]��p�����f����+�.���)�O�zvE����i�N�o8�,�-pA���c��Ϯ���N_C��+��-��wpégWP�����`��,�-pA���]��\=��z��:}�T��]Q=pA�l���os����Շ����;��e�.����!U�gWT\PO���os�����5�������𧻓�k8�j=�j\P����6WϮ���N_�>�m��]Q=pA���]��Ϯ�x_}�׵"��e�.����/O���a�i��W��������p	��gWP�?A��n.�o5z���6�s��Ϯ���N�����+�.�������^�:}
�P�gYm�j�6R��YT=��1�z�,�ȯ��T�gU�7�&�x�,�-�_6�z�,��T�pU�W�F��9���[gT��%���ųYo�E���ݳ����"����H��gQ�@~m��WВ��%����QT=�G#U���z �F�GQ�@M�18Jj���H��(�ȃ����QT=�G#U���z �&�%���h�jpU���H��(����Z��hZ�&�G��8�L
�"�<8�E�yp4R58����h���QR[ �F�GQ�@�T
���<8�E�yp4Q��(�-�G#U���z �F�GQ�@�T
���<8���QP{ �F�GQ�@�T
���88�58�����hb��QB[ �F�GQ�@�T
���<8�E�yp4Q��(�-�G#U���z �F�GQ�@�T
���<8��cp��ȃ����QT=�G#U���z �F�GQ�@M�18Jj���H��(����Z��hZ�F�G�@M�18Jj���H��(�ȃ����QT=�G#U���z �&�%���h�jpU���H��(�ȃ����QT=�Gu���yp4R58����h�jpU���H��(�ȃ��:GIm�88�58�����hdj�Q��H�r���]�:��Hm����Z�B�y�+R�܅��rW�j�U��@�.w��y�+R�܅��rW�j�U��H�r���]�:��Hm����Z�B�y�+R�܅��rW�j�U���r���]˃T�r~�Z����aq�k�����,wxp�8@��h=2/w��v�/��{��7?<כm���������}���v����m߼{�t�B���fߝ�:/N|]�M��G����/��^�7���o�T��P�@�7%��7������7���o���7�iq�o�L���@�7%��7������7���o�T��P�@�7E��M�z ��u��Hm��o�T��P�@�7E��M�z ��"U�&T=��M�:�M��@�7E��M�z ��"U�&T=��M��~����D�&R[ ��"s�7�x����~�����T�	Q�~S�^�M��@�7E��M�z ��"U�&T=��M��~����D�&R[ ��"U�&T=��M��~����HU�	U�~S��~�-��M��~����HU�	U�~S��߄�b�)A�o"�����oB�����7!��o�T��P�@�7%��7������7���o�T��P�@�7E��M�z ��u��Hm��o�T��P�@�7E��M�z ��"U�&T=��M�:�M��@�7E��M�z ��"U�&T=�MZ�&4-�M	�~�����T�	Q�~S��߄�r�)R�oB��ߔ���Dj�~S��߄�r�)R�oB�����7���oJ��o"�r�)R�oB�����7���o�T��P�@�7��j�~S��߄�r�)R�oB�����oB��ߔ���Dh�~S��߄�r�)R�oB�����7���oJ��o"�r�)R�oB�����7���o�T��P�@�7%��7������7���o�T��P�@�7E��M�z ��u��Hm��o�T��P�@�7Eh��д8�7E��M�z ��u��Hm��o�T��P�@�7E��M�z ��"U�&T=��M�:�M��@�7E��M�z ��"U�&T=��M��~����D�&R[ ��"U�&T=��M��~����HU�	U�~S��~�-�MZ�&4-��M��~����HU�	U�~S��~�-��M��~����HU�	U�~S��߄�r�)P��&P{ ��"U�&T=��M��~����HU�	U�~S��~�-��M��~����HU�	U�~S��߄�b�)A�o"��ߴ����M�1��t�9�ߴ�Qn�M�ߣ�~�a����ꑹߴ_�7��??=�4��y��Roz�:������o~y���_����O�>��b�o�/����y^����}��T׻�WS׻71�׻�?���.��׻���]D=��w�z�j���H��.��׻���]T=��w#U׻�z _�&��%���n��zU���H��.��׻���]T=��wu\���z7Ru�����n��zU���H��.��׻	��]2=�w#��w��8�ލL]�"�|����E��z7Q��.�-��w#U׻�z _�F��wQ�@�ލT]��|����z���׻���]T=��w#U׻�z _�F��wQ�@��M�q�Kj���H��.��׻���]T=�w#��wѴ8��MH]��q|����E��z7Ru�����n��zU���D׻��@�ލT]��|����E��z7Ru�����n���]R[ _�F��wQ�@�ލT]��|����E��z7P�׻��@�ލT]��|����E��z7B�zM�����׻��@�ލT]��|����E��z7Ru�����n���]R[ _�F��wQ�@�ލT]��|����E��z7Q��.�-��w#U׻�z _�F��wQ�@�ލT]��|����z���׻���]T=�w#��wѴ8�ލL]�"�|����z���׻���]T=��w#U׻�z _�F��wQ�@��M�q�Kj���H��.��׻���]T=��w#U׻�z _�&��%���n��zU���H��.��׻���]T=��wu\���z7B�zM�������.��׻���]T=��wu\���z7Ru�����n��zU���H��.��׻�z�����n��zU���H��.��׻���]T=��wu\���z7Ru�����n��zU���H��.��׻	��]2=�w�4��ŏQ׻7���w�?������^�������n�p�fx��„zF��|�?���?�{����D��뻏�}���y�g>���?���~���[
-����ӷ�O_^��.����[��ί������}��-�_������{g���|�s�yi��,�-pA��(D�^ˀ��k"U�e@������2���Z�D�e ��k"U�e@��Z�e@�������2 ��Z�D�e ��k"U�e@������2���Z�H�kP�@~-C���2�������2���Z�H�kP�@~-C���z ��!Q�kHm��Z�H�kP�@~-C���z ��!R�ZT=�_ː����@z-Cd��.oð��U�B����*v!�\�
-�k���ŮHU�U�bW��؅�r�+RU�B��ؕ���Ej�bW��؅�r�+RU�B����*v��\�J�Q�"�r�+RU�B����*v��\�T�P�@,v%��]dz�"��]HZ�"S�.D=��]��b��ŮD�.R[ �"U�.T=��]��b��ŮHU�U�bW��b�-��]��b��ŮHU�U�bW��؅�r�+QG����ŮHU�U�bW��؅�b�+B�؅��a�+!U�"����*v!�\�T�P�@.vE��]�z �u�Hm�\�T�P�@.vE��]�z �"U�.T=��]�:�]��@.vE��]�z �"U�.T=��]��b��Ů@��@�\�T�P�@.vE��]�z �"��]hZ�s�m�\�T�P�@.vE��]�z �"U�.T=��]�:�]��@.vE��]�z �"U�.T=��]��b��ŮD�.R[ �"U�.T=��]��b��ŮHU�U�bW��b�-��]��b��Ů�b��Ů�T�Q�bW��b�-��]��b��ŮHU�U�bW��؅�r�+QG����ŮHU�U�bW��؅�r�+RU�B��ؕ���Ej�bW��؅�r�+RU�B����*v��\�J�Q�"�b�+B�؅��q�+2U�B����*v��\�J�Q�"�r�+RU�B����*v��\�T�P�@.v��j�bW��؅�r�+RU�B����*v��\�J�Q�"�r�+RU�B����*v��\�T�P�@,v%��]dz��x��cT���s���b��G�y-�K�뀯e�>��G�3��A��Ů��Z�����K��UQk�Mm�/����;`���I��v����r�@N�~���r���>�u~vE������Bu~vE�����ns8�j=�j\P���x	������k��?K��Ϯ���N_�>U�gWT��^��a���lz�9}�]h�Ϯ���N��6U�gWT\P/�����w~vE�����n���c<R�YV[��z�<<������y�?Cu~vE��u�N�P��]Q=�~c;}
�Lճ���u��P��]Q=pA����C��Ϯ���N_�.U�gWT��a��6�gYm��as~|������fwI��������tŴ���~�������,�-pA���s��Ϯ���N��i��+�.�ӷp<���������5B��e�.��װ?�������5���p����y&#Skw�U�ݍH���-w72�v7X�@������`�qw#Skw�U�ݍH���-w72�v7X�@����yw�M��ݍ̬�
F=w7"U���@������`�qw#Skw�U�ݍL��
V=w7"U���@������`�qw#Skw�U�ݍL��
V=w7"U���@������`�qw#Skw�U�ݍL��
V=w7"U���@�����,ކ��Fλ,Z�ndf�n0ꁸ���cw�����Z��z �ndj�n�ꁸ���������F�jw����Z��z �ndj�n�ꁸ���������F�jw����Z��z �ndj�n�ꁸ���������F����G�9�n0iq����������F���������
T[ �ndj�n�ꁸ���������F���������
T[ �ndj�n�ꁸ���������F���������
T[ �ndj�n�ꁸ���������F�λlZ�nDd�n �q����������F�������Z��z �nD�v7Pm�����������F�������Z��z �nD�v7Pm�����������F�������Z��z �n$��� ���F�������Z��z �nd輻�����Fdjw����Z��z �ndj�n�ꁸ���������F�jw����Z��z �ndj�n�ꁸ���������F�jw����Z��z �ndj�n�ꁸ���������F�jw����Z��z �nd輻�����Ff��������
T[ �ndj�n�ꁸ���������F���������
T[ �ndj�n�ꁸ���������F���������
T[ �ndj�n�ꁸ���������F���������
T[ �nd輻�����Ff������Z��z �nD�v7Pm�����������F�������Z��z �n$��� ���F�������Z��z �ndj�n�ꁸ����@���F�������Z��z �ndj�n�ꁴ����������HD��1�n?�n�G��ݘ�%�n\Λ���n�#��ƾv7�������?�?~z�����ç����p����`�j����/��][��YG+���.��_hE����jE��܊�T��Q�@nEG�ZѨz ��u��Im�܊�T��Q�@nEG�ZѨz ��#�Z�hZ��s��	m�܊�T��Q�@nEG�ZѨz ��#U�hT=�[щ:ZѤ�@nEG�ZѨz ��#U�hT=�[ё�V4�ȭ�D�hR[ ��#U�hT=�[ё�V4�ȭ�HU+U�Vt��V4�-�[ё�V4�����V4�ǭ��T+Q�Vt��V4�-�[ё�V4�ȭ�HU+U�Vt����r+:QG+��ȭ�HU+U�Vt����r+:RՊF�����Mj�Vt����r+:RՊF���jE��܊N�ъ&�R+:2�V4��a؊��jE�hq܊�L���@nE�
j�Vt����r+:RՊF���jE��܊N�ъ&�r+:RՊF���jE��܊�T��Q�@nE'�hE����jE��܊�T��Q�@nEG�ZѨz ��T�h2=[�Y�h$-�[ё�V4�ȭ�HU+U�Vt��V4�-�[ё�V4�ȭ�HU+U�Vt����r+:QG+��ȭ�HU+U�Vt����r+:RՊF�����Mj�Vt����r+:RՊF���ՊF����jE�q܊�L���@nEG�ZѨz ��#U�hT=�[щ:ZѤ�@nEG�ZѨz ��#U�hT=�[ё�V4�ȭ�D�hR[ ��#U�hT=�[ё�V4�ȭ�HU+U�Vt�^[Ѡ�@nEG�ZѨz ��#U�hT=[�Z�h4-�[щ9Zф�@nEG�ZѨz ��#U�hT=�[ё�V4�ȭ�D�hR[ ��#U�hT=�[ё�V4�ȭ�HU+U�Vt��V4�-�[ё�V4�ȭ�HU+U�Vt����r+:QG+��ȭ�HU+U�Vt�V+M��Vtd���r+:QG+��ȭ�HU+U�Vt����r+:RՊF�����Mj�Vt����r+:RՊF���jE��܊N�ъ&�r+:RՊF���jE��܊�T��Q�@nE'�hE����ՊF���jE#�܊�T��Q�@nE'�hE����jE��܊�T��Q�@nEG�ZѨz ���ڊ�r+:RՊF���jE��܊�T��Q�@nE'�hE����jE��܊�T��Q�@nEG�ZѨz ��T�h2=[�X�
Z��1�}�9���QZ+zϭ藗��؊�G�V��Z��ǯ/
�w���?������>������ ��O���{�y�=��
�r����c.����������ߑ�������H�ۿQ�@~�w��玪r�=P�=wP{ ��#U=wT=�{�;��=�HU�U�{���;�-�{�;��=�HU�UĞ{�V�M��{b��;�-�{�;��=�HU�U�{��玪r�=QGϝ��=�HU�U�{��玪r�=R�sG��瞨��Nj�{��玪r�=R�sG����깣��sO��s'�r�=R�sG�����sG�����#��sO��s'�r�=R�sG����깣��s�T��Q�@�'�蹓����깣��s�T��Q�@�G�z�z ��u��Im��s�T��Q�@�G�z�z ��#U=wT=�{�:z@�G��sG�6{�X=w-�{�;��=�@���A��s�T��Q�@�G�z�z ��#U=wT=�{�:z@�G�z�z ��#U=wT=�{�;��=�D=wR[ ��#U=wT=�{�;��=�HU�UĞ{���N��a�="�玤�q�=2�sG����깣��sO��s'�r�=R�sG����깣��s�T��Q�@�'�蹓����깣��s�T��Q�@�G�z�z ��u��Im��s�T��Q�@�G�z�z ��#�z�hZ��R=w"=�{�;��=�HU�U�{��玪r�=QGϝ��=�HU�U�{��玪r�=R�sG��瞨��Nj�{��玪r�=R�sG����깣��s�k���=�HU�U�{��玪b�=B�玦�q�=1Gϝ��=�HU�U�{��玪r�=R�sG��瞨��Nj�{��玪r�=R�sG����깣��sO��s'�r�=R�sG����깣��s�T��Q�@�'�蹓����깣��s��깣iq�s�L���@�'�蹓����깣��s�T��Q�@�G�z�z ��u��Im��s�T��Q�@�G�z�z ��#U=wT=�{�:z@�G�z�z ��#U=wT=�{�;��=�D=wR[ ��#�z�hZ��#S=wD=�{�;��=�D=wR[ ��#U=wT=�{�;��=�HU�U�{�^{��@�G�z�z ��#U=wT=�{�;��=�D=wR[ ��#U=wT=�{�;��=�HU�UĞ{���N��a�}������cT���sL�k���Q�?���?���O�����y�m��+N���鰿~�zF��|���������2��?~~���yz�+����������O�����?|x�����u#�q���p�n��.��_�k]>�����,��^�ˡ�\��T��P�@��E��r�z ��u��Hm�\��T��P�@��E��r�z ��"Uu9T=��r�:�r��@��E��r�z ��"��rhZ��"Su9D=��r�:�r��@��E��r�z ��"Uu9T=��r�����u�Du9R[ ��"Uu9T=��r�����u�HU]U�\����-��r�����u�HU]U�\��.��r].QG]��Hu�Ȝ�r(ކa].�.���q].2U�C��.�׺�=��r�����u�HU]U�\��.��r].QG]���u�HU]U�\��.��r].RU�C��.���.Gj�\��.��r].RU�C��.��ˡ�X�KP����8��Ed�吴8��E��r�z ��"Uu9T=��r�:�r��@��E��r�z ��"Uu9T=��r�����u�Du9R[ ��"Uu9T=��r�����u�HU]U�\����-��r�����u�HU]Uĺ\�V]M�ú\B�.G��q].2U�C��.��ˡ�\��T��P�@��%�ˑ��.��ˡ�\��T��P�@��E��r�z ��u��Hm�\��T��P�@��E��r�z ��"Uu9T=��r�z�ˁ��.��ˡ�\��T��P�@��Eh��д8��%����.��ˡ�\��T��P�@��E��r�z ��u��Hm�\��T��P�@��E��r�z ��"Uu9T=��r�:�r��@��E��r�z ��"Uu9T=��r�����u�Du9R[ ��"Uu9T=�rZu94-��r�����u�Du9R[ ��"Uu9T=��r�����u�HU]U�\����-��r�����u�HU]U�\��.��r].QG]���u�HU]U�\��.��r].RU�C��.���.Gjĺ\�V]M��\d�.��r].RU�C��.���.Gj�\��.��r].RU�C��.��ˡ�\��k]��u�HU]U�\��.��r].RU�C��.���.Gj�\��.��r].RU�C��.��ˡ�X�KP����8��-w���~����|����X�[�(7��}�������Ǿ�Z�z��m�.�O�������W-�����˅�5������������{Y
->U=s��^���x�O�{�9?��z��z�<Su~vE����i�9��%�ֳ���u�^��l��Ϯ���N_�.U�gWT\P����(R�gWT���w���ߝM�z����6�K��Ϯ����7��s��Ϯ���^6���;��+��W�����,�-pA������H��]Q=pA������"u~vE��u���:?��z�}�2}
�Ϗ��q�����p�����;ئ����j��=R�:yT=�_'���u�@~�|��u�z �N>R�:yT=�_'�z�<�ȯ�����A��:�H���Q�@~�|��u�z �N>R�:yT=�_'���u�@~�|��u�z �N>R�:yT=_'��:y4-�_'���u�@~�|��u�z �N>R�:yT=�_'�z�<�ȯ�OԱ�Cj�}�H�>���8��}T=��q"U�8�z ��$���!��>N�jU�}�H�>���8��}T=��qu���y'R�����>N��>���8��}D=��qu���y'R�����>N�jU�}�H�>���8�:�qHm������A�y'R�����>N�jU�}�D�8��@�ljT��ꁼ����A�y'R�����>N��}R[ ��D漏��m��D`��hq�����A�y'P��8��@�ljT��ꁼ����A�y'R�����>N��}R[ ��D��qP�@�ljT��ꁼ����A�y'Q�>�-��q"U�8�z ��D��qP�@�ljT��ꁸ�����!��p'"kI��}���>���8��}T=��qu���y'R�����>N�jU�}�H�>���8�:�qHm������A�y'R�����>N�jU�}�D�8��@�ljT��ꁼ����A�q'BkM��}���>���8��}D=��q"U�8�z ��D��qP�@��IԱ�Cj�}�H�>���8��}T=��q"U�8�z ��$���!��>N�jU�}�H�>���8��}T=��q���j�}�H�>���8��}T=�q"��qд8��I̱�Ch�}�H�>���8��}T=��q"U�8�z ��$���!��>N�jU�}�H�>���8��}T=��qu���y'R�����>N�jU�}�H�>���8�:�qHm������A�q'BkM��}���>���8�:�qHm������A�y'R�����>N�jU�}�D�8��@�ljT��ꁼ����A�y'R�����>N��}R[ ��D��qP�@�ljT��ꁼ����A�y'Q�>�-�q"��qд8�ljL�� ꁼ����A�y'Q�>�-��q"U�8�z ��D��qP�@�ljT��ꁼ���}P{ ��D��qP�@�ljT��ꁼ����A�y'Q�>�-��q"U�8�z ��D��qP�@�ljT��ꁸ�����!��p�V_�}���s�9hg��������q�VM���}�z��'�}����׏޿����_�s���=�T����v����+�_�+���f����-�J��%|j5.o>�r���ǀ�%�-�����%�ȍ�HU�U��e��q��r�2QG��ȍ�HU�U��e��q��r�2RոD��q���qIj��e��q��r�2RոD��q�j\��ܸL�Ѹ$�r�2RոD��q�ոD��q�j\"�ܸL�Ѹ$�r�2RոD��q�j\��ܸ�T5.Q�@n\&�h\���q�j\��ܸ�T5.Q�@n\F���z 7.u4.Im�ܸ�T5.Q�@n\F���z 7.#U�KT=���:���@j\F�ܸD�6�X�K-�����%�ȍ�@�6.A�ܸ�T5.Q�@n\F���z 7.#U�KT=���:���@n\F���z 7.#U�KT=�����%�ȍ�D�KR[ 7.#U�KT=�����%�ȍ�HU�U��e��qI��a�2"�q���q�22ոD��q�j\��ܸL�Ѹ$�r�2RոD��q�j\��ܸ�T5.Q�@n\&�h\���q�j\��ܸ�T5.Q�@n\F���z 7.u4.Im�ܸ�T5.Q�@n\F���z 6.#��hZ6.R�K"=�����%�ȍ�HU�U��e��q��r�2QG��ȍ�HU�U��e��q��r�2RոD��q���qIj��e��q��r�2RոD��q�j\��ܸ�k��ȍ�HU�U��e��q��b�2B�q���q�21G��ȍ�HU�U��e��q��r�2RոD��q���qIj��e��q��r�2RոD��q�j\��ܸL�Ѹ$�r�2RոD��q�j\��ܸ�T5.Q�@n\&�h\���q�j\��ظ��j\�iqܸ�L5.�@n\&�h\���q�j\��ܸ�T5.Q�@n\F���z 7.u4.Im�ܸ�T5.Q�@n\F���z 7.#U�KT=���:���@n\F���z 7.#U�KT=�����%�ȍ�D�KR[ 6.#��hZ7.#S�KD=�����%�ȍ�D�KR[ 7.#U�KT=�����%�ȍ�HU�U��e�^���@n\F���z 7.#U�KT=�����%�ȍ�D�KR[ 7.#U�KT=�����%�ȍ�HU�U��e��qI��a�z�I�?F5.o��и\�(�q�����+�?��qY��|�}5.����������}����O��ӯow�7����绯�~�k�b��7��n��o��>�^�|�Y�_���c���@~�s��Ψz ��9R�gT=�_����Τ�@~�s��Ψz ��9R�gT=�_��z�3��/p���A���H��Q�@~�s��Ψz ��9R�gT=�_����Τ�@~�s��Ψz ��9R�gT=_��5'����@b�9B[ �	D��P�@��T�	��<'��@�yN Qǜ��-��"Us�z �	D��P�@��T�	��<'��cN���s��9T=��"Us�z �	D��P�@�H�1'@j�9�H՜���sZshZ�	D���@�H�1'@j�9�H՜���s��9T=��"Us�z �	$� ��@�jN�U�9�H՜���s��9T=��u�	��yN R5'���@�jN�U�9�H՜���s�:�Hm�4'�����a8'�5'����@djN�Q�9�@��	��yN R5'���@�jN�U�9�H՜���s�:�Hm�<'��@�yN R5'���@�jN�U�9�Ds��@��T�	��<'��@�yN R5'���@�jN�L��9���9$-��"Ss�z �	D��P�@�H�1'@j�9�H՜���s��9T=��"Us�z �	$� ��@�jN�U�9�H՜���s��9T=��u�	��yN R5'���@�jN�U�9��94-�RsDz�	D���@��T�	��<'��@�yN Qǜ��-��"Us�z �	D��P�@��T�	��<'��cN���s��9T=��"Us�z �	D��P�@�����=��"Us�z �	D��P�@��К@��xN 1ǜ��-��"Us�z �	D��P�@��T�	��<'��cN���s��9T=��"Us�z �	D��P�@�H�1'@j�9�H՜���s��9T=��"Us�z �	$� ��@�jN�U�9��94-��"Ss�z �	$� ��@�jN�U�9�H՜���s��9T=��u�	��yN R5'���@�jN�U�9�H՜���s�:�Hm�<'��@�yN R5'���@�jN�U�9�Ds��@��К@��xN 25'���@�jN�U�9�Ds��@��T�	��<'��@�yN R5'���@�^�@�<'��@�yN R5'���@�jN�U�9�Ds��@��T�	��<'��@�yN R5'���@�jN�L��9��:|6'���n>�n��8'��Q��8o����s���':l^o|�'><���}{����ί�����7�^�L���|^\P�>�h��|������wR[ 7�#U�wT=��;�ȍ�HU�U��{�^��@n�G��z 7�#U�wT=��;�ȍ�D�wR[ 7�#U�wT=��;������;�Ǎ���wB[ 7�#U�wT=��;�ȍ�HU�U��{���;�-��;�ȍ�HU�U��{���r�=QG��ȍ�HU�U��{���r�=R�xG��񞨣�Nj��{���b�=B���q�=2�xG��񞨣�Nj��{���r�=R�xG����j����xO��x'�r�=R�xG����j����x�T5�Q�@n�'�h������j����x�T5�Q�@n�G��z 7�u4�Im��x�̹��m6�#��(Z7�#S�wD=��zm������j����x�T5�Q�@n�G��z 7�u4�Im��x�T5�Q�@n�G��z 7�#U�wT=��:虜@n�G��z 7�#U�wT=��;����U�L���{DV�I���{d��r�=R�xG��񞨣�Nj��{���r�=R�xG����j����xO��x'�r�=R�xG����j����x�T5�Q�@n�'�h������j����x�T5�Q�@l�Gh5�Ѵ8l�'��Dz7�#S�wD=��;�ȍ�HU�U��{���;�-��;�ȍ�HU�U��{���r�=QG��ȍ�HU�U��{���r�=R�xG������;�=��;�ȍ�HU�U��{�V�M���{b��;�-��;�ȍ�HU�U��{���r�=QG��ȍ�HU�U��{���r�=R�xG��񞨣�Nj��{���r�=R�xG����j����xO��x'�r�=R�xG�����xG����j�#��xO��x'�r�=R�xG����j����x�T5�Q�@n�'�h������j����x�T5�Q�@n�G��z 7�u4�Im��x�T5�Q�@n�G��z 7�#U�wT=��:虜@l�Gh5�Ѵ8n�G��z 7�#U�wT=��:虜@n�G��z 7�#U�wT=��;�ȍ�@�6�A��x�T5�Q�@n�G��z 7�#U�wT=��:虜@n�G��z 7�#U�wT=��;����U�L����r];k��Ǩ�������G�������e�x�#/��X����Ӈ�n���}����˫���_/O�n�����~�v������^ѧ�C��u��|�\.�{�:?��z��z�Ρ:?��z��z�\��:?��z�}�a�O�Zϲ���k8^Bu~vE��u���f������5�Su~vE����e��:?ʦ�-��w�ۅ���
-���lSu~vE��u^��Ԛ�`�q�#R5��jĹ�L��V=�>2��>X�@���Ԛ�`�q�#Q���=�>2��>X�@���Ԛ�`�q�#Sk�UĹ�H���-�>2��>X�@���Ԛ�`�i�#C�6-�>"Ss��@���Ԛ�`�q�#Sk�UĹ�L��V=�>"Us��@���Ԛ�`�q�#Sk�UĹ�L��V=�>"Us��@���Ԛ�`�q�#Sk�UĹ�L��V=�>"Us��@���Ԛ�`�i�#C�6-�>2��>�@���T�}��q�#Sk�UĹ�L��V=�>2��>X�@���T�}��q�#Sk�UĹ�L��V=�>2��>X�@���T�}��q�#Sk�UĹ�L��V=�>2��>X�@���T�}��a�#3��}�xFs8�}�hq8���5�����G���R{ �}dj�}��8���5�����G�����s���T[ �}dj�}��8���5�����G�����s���T[ �}dj�}��8���5�����G����HsZshz�}d�<������Gf����s�Zs�z �}D��>Pm�8���5�����G�����s�Zs�z �}D��>Pm�8���5�����G�����s�Zs�z �}D��>Pm�8���5�����G����Hs:�}�iq4��5������Gf����s�Zs�z �}dj�}��8����@���G�����s�Zs�z �}dj�}��8����@���G�����s�Zs�z �}dj�}��8���c���s�Zs�z �}dj�}��4�������s���D[ �}dj�}��8���5�����G�����s���T[ �}dj�}��8���5�����G�����s���T[ �}dj�}��8���5�����G�����s���T[ �}dj�}��4�������s�Ys�z �}D��>Pm�8���5�����G�����s�Zs�z �}D��>Pm�8���5�����G�����s�Zs�z �}D��>Pm�8���5�����G�����s�Zs�z �}D��>Pm�4�������s�Ys�z �}dj�}��8����@���G�����s�Zs�z �}dj�}��8���c���s�Zs�z �}dj�}��8���5�����G�j���s�Zs�z �}dj�}��8���5�����G����Gs�^�>��c~��s�vۥ��(m�c�s�'�}�#/��Ts���ˏ�?<�<������/O�_��k?^�C�����;.�~�>4|�ч����}�ן�Р�@�CG��Шz ��#U}hT=��Б�>4��}�D}hR[ ��#U}hT=��Б�>4��}��>4��}��}hB[ ��#U}hT=��Б�>4��}�HUU�>t��>4�-��Б�>4��}�HUU�>t����r:QG���}�HUU�>t����r:RՇF�����Mj�>t����b:B����q:2ՇF�����Mj�>t����r:RՇF����C��܇N�ч&�r:RՇF����C��܇�T��Q�@�C'��C�����C��܇�T��Q�@�CG��Шz ��u��Im�ԇ�̹��m��W����u�G�:Ԧ����e6y�
-dmشMD&R��o�;��Nw�}��&����������U��
-}h+����L��>�P�}hP�@�C+5}hT;���JM��>�RӇF��m�ه&u	�>�RӇF������Q�@�C+5}hT;���F�}hR�@�C+5}hT;���JM��>�RӇF��m�����8�C+r����8�C+3}hD;���JM��>�Qg��%���JM��>�RӇF������Q�@�Cu��I]�����Q�@�C+5}hT;���JM��>�Qg��%���JM��>�RӇF����чF��m�����8�C+3}hD;���JM��>�RӇF��m�ه&u	�>�RӇF������Q�@�C+5}hT;���F�}hR�@�C+5}hT;���JM��>�RӇF��-�k�5���JM��>�RӇF����чF��m�ه&t	�>�RӇF������Q�@�C+5}hT;���F�}hR�@�C+5}hT;���JM��>�RӇF��m�ه&u	�>�RӇF������Q�@�C+5}hT;���F�}hR�@�C+5}hT;��
-}h4+����L��>�Qg��%���JM��>�RӇF������Q�@�Cu��I]�����Q�@�C+5}hT;���JM��>�Qg��%���JM��>�RӇF������Q�@�Cu��I]���чF�������@�C+5}hT;���F�}hR�@�C+5}hT;���JM��>�RӇF��-�k�5���JM��>�RӇF������Q�@�Cu��I]�����Q�@�C+5}hT;���JM��>�AӇ&����^чƏ1��7��|>���?�҇>sz����������q�����������|��;�軏/��ɭ����?|��&��E���=���)��Jd�q�Ր�Yq�`5�(�x��U��*���UC��Jd�qqՐ�Yq�Z5dJ�DVWV9�@v�U
��*��eUC��Jd�qSՐ)�Yq\S�l��q�Q5d*�DVT
�~*���TC��Jd�q5U���
-d�q/Ր��YqXJ5��xƍT��Jb�qU���
-d�qՐ��Yq\D5dz�DV�P
�*��TA�*���SC�~Jd�q�Ԑ�Yq�<5d��DV�N9[�@vwN
��)�DžSC�oJd�q�Ԑ)�Yq\5�l��q�35�^3%�&
-K�FS�nøaj�LI�8���O^ۥ����RC�ZJd�q�Ԑ�Yq�*5dJ�DVWJ9�@v�I
�:)��eRC�KJd�q�Ԑ)�Yq\#�l��q�!5d*�DVH
��(���QC�<Jd�auT�i�Xa�5ި��wƥQ�3Jb�qcԐ)�Yq\�l��q�5d��DVE
��(��-QC�$Jd�qET��!
-d�q?Ԑ��Yq\5d��DV7C
�b(�ǵPA�V(�ǝPC�Jd�q!Ԑ�Yq�5�(�x�UP�	
-^�qԀ���Xq\5d:�DV7@
�(���OA��'���OC��Id�q�Ӑ�}Yq��4dJ�DVW>9�@v�=
��'��eOC��Id�q�Ӑ)zYq\�|���<��%�;��LœȊェ!��$���i�Q�$�6�����N;�{��L��Ȋ�R�!��$���i�:��8�s
-r�9��8�r2UN"+����L��Ȋ��!S�$���)����㸿i��7��8.o2�M"+����Lq�Ȋ�ڦ gkȎ�Φ!S�$�ⰰi���$�6�ۚLY�Ċ㪦 gSȎ㞦!S�$�⸤i�t4��8nh2M"+�뙂��L ;����L5�Ȋ�b�!��$�⸕iȔ2��8�d
-r62��8�c2uL"+�˘�L�Ȋ�&�!S�$�⸆)����㰃i�Q�$�6��L��Ċ���!S�$��z)�ټ��wi��.��8.]2�K"+���L�Ȋ����myL.qܵ4d��DV-
��%��-KC�dId�q�R��a	d�q�Ґ�WYq\�4d��DV7+
�b%���J!�U	`�a���*��F���!�Py�9~��e�(���z�B�x��=�F���/�>�t~��>��Y���|������/��������ܿ|����?~����Z>���PW�ͯ��r���j���[q�gr\���c@���~�Qg���%�+JM��䖅RS�@��h��4-P�@�Zu�-H]�n���-P�@n\(5�T;�KJM���ޅQg��%��JM�����RS�@�����40P�@�`u�0H]���̽���m618�(V�1��6��}�^���\�Pj:�v �2��Z�������jr7è��A�������jrCC��h�ځ\�PjZ�v �4�:��.�\�Pj��v �5����ȅ
����jbgà)m��qX�P��m Yq��Pf��v �7������
���K W8����-��Ɓjr�C�ir�ځ��0�,s��r�C��s�ځ��Pj*�v �:��V�Ƚ��b�K W;��n�����ށjb�C���f�a�Ð)y�q\�Pfz�v 7=�����e���jr�è��A�ȕ���jr�C��}�ځ\�Pj��v w?�:��.�\�Pj��v 7@��
-��%���jrD��"�k WA��.��m���jb!D���f�q'Ę�B�ȵ���jr3D����ځ\Qj�!�v �C�:"�.�\Qj:"�v �D�����E��)�jrWĨ�,B��u��/�jrcD����ځ\QjZ#�v �F�:�#�.�\Qj�#�v �G:�#hVH��	����	�K �H��	��M��J�jr�D�i��ځ�'1�,���r�D�锠ځ�*Qjj%�v K��f	�����r	�K �K��~	��
��b�jr�D�i��ځ�31�,���b�D��k�f�q�D��� ځ\8Qj'�v wN�:K'�.�\;Qjz'�v 7O���	�����}�jr�D��
-�k WP��
-��-����jrE�i��ځ�E1�,���rE�飠ځ�HQj*)�v �R��V
-������Bf�a5�
-���c�Sn>�S�?��{������}���G^?����O��������{7e����ӄ������z=��v~8��;��O��n?���r9�����?~�7���w�<PO�g��Ͼ�v���|zy�}Q���;j��>�O����gY]����٪���x�>�.��/Jݟ}G�������_"*u���V��_���gY]�����E����x�n���U���;j��/ÝU�g�Q;�m�y�e�s��(�w@n��4�g�A;�@�~
>Zu�������~�g�Q;�m��|�{�?pƳ�.�����d���w�<POw����x�����A��Ͼ�v��ݞ��/ýS�,�k����2\��?��ځ���p�$���w�<P�_��U�g�Q;�����ݴF��%u	��*5��E����J�oQ�@|�B�KoѬ8~��1�{o	]�ͷJͫoQ�@~��R��[T;���Լ���W�u���%�߂�Լ���*5o�E��]�J��pQ�@~�Q��pI]���J�+qQ�@~)�R�V\T;�ߋ�Լ��W�u���%�ߎ�Լ���*t̸�Yq<��̸ ځ<�b�9�B��3.J͌��3.J͌��3.J͌��3.F�3.�.�<��̸�ځ<��̸�ځ<��̸�ځ<�b�9�B��3.J͌��3.J͌��3.J͌��3.F�3.�.�4��}���0�qQ��qA��x�E��qA�y�E��P�@�qQjf\P�@�qQjf\P�@�qQjf\P�@�q1�q!u	��f����f����f�����R�@�qQjf\P�@�qQjf\P�@�qQjf\P�@�q1hf\��8�qQ�qA��x�E��qA�y�E��qA�y�Ũsƅ�%�g\��T;�g\��T;�g\��T;�g\�:g\H]y�E��qA�y�E��qA�y�E��qA�y�Ũsƅ�%�g\��T;�g\��T;g\:f\Ь8�q1df\��8�qQff\�@�qQjf\P�@�qQjf\P�@�q1�q!u	��f����f����f�����R�@�qQjf\P�@�qQjf\P�@�qQjf\P�@�q�u��5�g\��T;�g\��T;g\:f\Ь8�q1�q!t	��f����f����f�����R�@�qQjf\P�@�qQjf\P�@�qQjf\P�@�q1�q!u	��f����f����f�����R�@�qQjf\P�@�qQ�qA��x�E��qA�y�Ũsƅ�%�g\��T;�g\��T;�g\��T;�g\�:g\H]y�E��qA�y�E��qA�y�E��qA�y�Ũsƅ�%�g\��T;�g\��T;�g\��T;�g\�:g\H]q�E�c�͊�ef����f�����R�@�qQjf\P�@�qQjf\P�@�qQjf\P�@�q�u��5�g\��T;�g\��T;�g\��T;�g\�:g\H]y�E��qA�y�E��qA�y�E��qA�q�Š�q!��pƅVǏ~�1�r�9��������2|������3.��O�2g\�>~���o��̸�o?ٮ��o|�����w�3.�6�O7�Mn>��ɏ�MP�@�61�6!u	�i�f���i�f���i�f���i��iR�@�6Qj�MP�@�6Qj�MP�@�6Qj�MP�@�61h�M��8�6Qf�M�@�6Qj�MP�@�6Qj�MP�@�61�6!u	�i�f���i�f���i�f���i�^�M@]y�D��6A�y�D��6A�y�D��6A�y�Ĩsڄ�%��M��iT;��M��iT;�M:�MЬ8�61�6!t	�i�f���i�f���i�f���i��iR�@�6Qj�MP�@�6Qj�MP�@�6Qj�MP�@�61�6!u	�i�f���i�f���i�f���i��iR�@�6Qj�MP�@�6Q�6A��x�D��6A�y�Ĩsڄ�%��M��iT;��M��iT;��M��iT;��M�:�MH]y�D��6A�y�D��6A�y�D��6A�y�Ĩsڄ�%��M��iT;��M��iT;��M��iT;��M�:�MH]i�D���	��a8m��1m�b��23m�h�P��&���<m��L��ځ<m��L��ځ<m��L��ځ<mb�9mB���&Jʹ	���&Jʹ	���&Jʹ	���&F��&�.�<m��L��ځ<m��L��ځ<m��L��ځ8mb�L���q8m��1m�d��23m�h�R3m�j�Q�	�K O�(5�&�v O�(5�&�v O�(5�&�v O�uN����R3m�j�R3m�j�R3m�j�Q�	�K O�(5�&�v O�(5�&�v N�(tL��Yq8mb�L��q<m��L� ځ<m��L��ځ<m��L��ځ<mb�9mB���&Jʹ	���&Jʹ	���&Jʹ	���&F��&�.�<m��L��ځ<m��L��ځ<m��L��ځ<m"��	�k O�(5�&�v O�(5�&�v N�(tL��Yq<mb�9mB���&Jʹ	���&Jʹ	���&Jʹ	���&F��&�.�<m��L��ځ<m��L��ځ<m��L��ځ<mb�9mB���&Jʹ	���&Jʹ	���&Jʹ	���&F��&�.�<m��L��ځ8m��1m�f��23m�h�Q�	�K O�(5�&�v O�(5�&�v O�(5�&�v O�uN����R3m�j�R3m�j�R3m�j�Q�	�K O�(5�&�v O�(5�&�v O�(5�&�v O�uN���ⴉBǴ	���&�̴	���&Jʹ	���&F��&�.�<m��L��ځ<m��L��ځ<m��L��ځ<m"��	�k O�(5�&�v O�(5�&�v O�(5�&�v O�uN����R3m�j�R3m�j�R3m�jⴉA3mBf����R��6��1�Mn>M��e����&��E�&��>�DZm����O����O?�=|���~����������~�??�t���O_�������s��y�㞷|8�v�
+�S�
��?��ՏV�v 7������
+��a�jr�ʨ�aE��
+��a�jb�J��a�f�q�J�iX!ځܰ2�lX��r�J�iX�ځܰRjV�v 7������
+�Ά�K 7������
+��a�jr�J�iX�ځܰ2�lX��r�J�iX�ځܰRjV�v 7������
+�Ά�K 5���7�P�
�G�
-Ŋ㆕2ӰB��a%�k�
-�5�VJM�
-�䆕RӰB��a��4�P�@nXu6�H]�a��4�P�@nX)5
+T;�VJM�
-�䆕QgÊ�%�VJM�
-�䆕RӰB��a��4�P�@lX4
+2;V�
+$+�V�L�
-�䆕RӰB��ae�ٰ"u	䆕RӰB��a��4�P�@nX)5
+T;�VF�
+R�@nX)5
+T;�VJM�
-�䆕RӰB��ae�ٰ"u	䆕RӰB��a��4�P�@lX)t4�Ь8lX2
+";�V�L�
-�䆕RӰB��a��4�P�@nXu6�H]�a��4�P�@nX)5
+T;�VJM�
-�䆕QgÊ�%�VJM�
-�䆕RӰB��a��4�P�@nX	�ڰu
䆕RӰB��a��4�P�@lX)t4�Ь8nXs6�]�a��4�P�@nX)5
+T;�VJM�
-�䆕QgÊ�%�VJM�
-�䆕RӰB��a��4�P�@nXu6�H]�a��4�P�@nX)5
+T;�VJM�
-�䆕QgÊ�%�VJM�
-��BG�
-͊㆕2ӰB��ae�ٰ"u	䆕RӰB��a��4�P�@nX)5
+T;�VF�
+R�@nX)5
+T;�VJM�
-�䆕RӰB��ae�ٰ"u	䆕RӰB��a��4�P�@nX)5
+T;�VF�
+R�@lX)t4�Ь8nX)3
+D;�VJM�
-�䆕QgÊ�%�VJM�
-�䆕RӰB��a��4�P�@nX	�ڰu
䆕RӰB��a��4�P�@nX)5
+T;�VF�
+R�@nX)5
+T;�VJM�
-�䆕RӰB��ae�4���8lXw�\�
-?�hX����au�Q~_�j�{���V��O��__�T���������ӏ}��L�����o�����_:��O_����>}����w����?$\?����O��p5����l^����_���A����{�����{�Ϋ{R�@��Wj��Q�@��Wj��Q�@��Wj��Q�@��7꼺'u	��{e�W�(ކ�ս��=��W����=��W�B�^݃��սRsu�j�սRsu�j�սRsu�j�սQ��=�K _�+5W��v _�+5W��v _�+5W��v _�u^ݓ��սRsu�j�սRsu�j�սRsu�j�սAsuOf��ս"��=��W����=��W�J��=��W�F�W��.�|u��\ݣځ|u��\ݣځ|u��\ݣځ|uo�yuO��W�J��=��W�J��=��W�J��=��W�F�W��.�|u��\ݣځ|u��\ݣځxu��qu�f��ս!suOd��ս2su�h�սRsu�j�սRsu�j�սQ��=�K _�+5W��v _�+5W��v _�+5W��v _�u^ݓ��սRsu�j�սRsu�j�սRsu�j�սP�W����|u��\ݣځ|u��\ݣځxu��qu�f��ս1��=�K _�+5W��v _�+5W��v _�+5W��v _�u^ݓ��սRsu�j�սRsu�j�սRsu�j�սQ��=�K _�+5W��v _�+5W��v _�+5W��v _�u^ݓ��սRsu�j�սB��=��W����=��W�F�W��.�|u��\ݣځ|u��\ݣځ|u��\ݣځ|uo�yuO��W�J��=��W�J��=��W�J��=��W�F�W��.�|u��\ݣځ|u��\ݣځ|u��\ݣځ|uo�yuO��W�
-W�hV_�+3W��v _�+5W��v _�u^ݓ��սRsu�j�սRsu�j�սRsu�j�սP�W����|u��\ݣځ|u��\ݣځ|u��\ݣځ|uo�yuO��W�J��=��W�J��=��W�J��=��W���=��W�LJ���?Ƹ���tu�Q�ߟ>n��}����9���g�Χ��8+�\?������#����o?������~��Ǘ�e���5l��~�y��9�ϧ����>K���0?�"�����Owo|�7��Q&+�|<=l�+r�Ɋ; _��\��?�dŽM�m_��#ǣHv��}��G�2Yq����=:r�Ɋ; �/�,��Q&+�m�}��9E�������ّ��LV��x����(�w@>�^�^�?�dŽMޟO����"�q��廿`�'�
;�o�����Q+�ܾ�{I�2Yqo��7q?�ƣHv��}�w�'�x�Ɋ; �/�,��Q&+�ܾ���'�x�Ɋ{�|<�./�'�xɎ; /��gI�2Yq������F0e��������5e���&��_9E����˿w?�ƣLV��}��cd<�d��ۗ'��Q&+�m�y����b�'��o������x�Ŋ; �o��$�G�������"���Q&+�m��|�{v?FƣHv�y9==Ir�Ɋ; ��t?�ƣLV��}����x�Ɋ{���q����G�\���˿<:r�Ɋ; �/��ɑ��LV��}�gI�2Yqo������~r�Q$;�_^�?�d�����$�G������(��ߞd�6�m��|�~����(�w@n���$�G���r����?�d���wq��(��6yپ��#ǣHv����(r�Ɋ; �/��~��G���r��?Jr�Ɋ;x��nnC�]�Dv��[��E�HV��[��-�HV��[���HV��ېy�7��o�V�x�7�G��V��foo���
-��F���ކ�;���8|��"����8|��"�ۼ��8|��"ǫ���8|��!�o";���1'�d�ᘘ"ǖ��Kb�CbHVΈ2+bDvn�)rL�!Yq8 �ȱ�d��z�"�x���a��r��a
-�m6��(
Sھ��m.�)p��Xq8&ȹ��[a�SaHV�)r�!Yq���1�d��D�!�Fd��>�"�<���`��`HV.�)r�!Yq8fȬ��q�	��1	�d�� �"���k`�c`HVM�q,�Xa���}��0S���C��pL�c�Ɋ��/Cf��Ȏ��/E��/$+��9v���8\�R��B��p�ːY�"��p�K�c�Ɋñ/E��/$+��9����8��2dV���8��R��B��p�K�c�Ɋ�u/%��^ކѴ��Ʋy��^
-�^(V�z)rlz!Yq���1�d�᜗!��Ed�ᖗ"ǔ��C^�;^HV�x)r�x!Yq8�e�,x�q�ߥ�1߅d��x�"�v���]��]HV�v	r�v���f�"�d���]�{]HV�u)q�B�6����.;w�9f���8�R���B��p�K�c�Ɋ�y.Cf��Ȏ�m.E�i.$+��9v���8\�R��B��p�ːY�"��p�K�c�Ɋ�1.E�-.$+��9����8��2dV���8��R��B��h�K�����a����1��b����!��Ed���"�����[��[HV.n)rn!Yq8�eȬm�q����1��d��Ж"����+[�#[HVNl2[Dv�k)r�k!Yq8��ȱ��d�Ზ"ǰ���Z�̪�G�ZJ�'��
�A-�=-+״9ƴ��8��2d����8��R��B��pDK�cCɊ�-E�-$+�9׳�\�p;K�c:Ɋ��,E��,$+W�9F���8��2d���8��R��B��p,K�c+Ɋå,E��,$+�f��8V��0��:ހRY��gn>��|4�u�9��X�E��3d�?���O�t��@ϧퟗ�����?}�kN��Ց��endstream
-endobj
-1723 0 obj <<
-/Type /Page
-/Contents 1724 0 R
-/Resources 1722 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 1790 0 R
-/Annots [ 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 ]
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [71.731 185.873 172.203 194.76]
+/Subtype /Link
+/A << /S /GoTo /D (customization) >>
+>> endobj
+1725 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [528.02 185.873 537.983 194.76]
+/Subtype /Link
+/A << /S /GoTo /D (customization) >>
 >> endobj
 1726 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 706.321 160.059 715.208]
+/Rect [95.641 172.453 168.717 179.308]
 /Subtype /Link
-/A << /S /GoTo /D (faq) >>
+/A << /S /GoTo /D (cust-skins) >>
 >> endobj
 1727 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 706.321 537.983 715.208]
+/Rect [528.02 172.453 537.983 179.308]
 /Subtype /Link
-/A << /S /GoTo /D (faq) >>
+/A << /S /GoTo /D (cust-skins) >>
 >> endobj
 1728 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 690.979 152.746 699.865]
+/Rect [95.641 157.445 210.619 166.356]
 /Subtype /Link
-/A << /S /GoTo /D (troubleshooting) >>
+/A << /S /GoTo /D (cust-templates) >>
 >> endobj
 1729 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 690.979 537.983 699.865]
+/Rect [528.02 157.445 537.983 166.356]
 /Subtype /Link
-/A << /S /GoTo /D (troubleshooting) >>
+/A << /S /GoTo /D (cust-templates) >>
 >> endobj
 1730 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 677.44 177.534 684.413]
+/Rect [119.552 144.493 261.07 153.405]
 /Subtype /Link
-/A << /S /GoTo /D (general-advice) >>
+/A << /S /GoTo /D (template-directory) >>
 >> endobj
 1731 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 677.44 537.983 684.413]
+/Rect [528.02 144.493 537.983 153.405]
 /Subtype /Link
-/A << /S /GoTo /D (general-advice) >>
+/A << /S /GoTo /D (template-directory) >>
 >> endobj
 1732 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 662.551 324.033 671.462]
+/Rect [119.552 131.542 283.665 140.453]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-testserver) >>
+/A << /S /GoTo /D (template-method) >>
 >> endobj
 1733 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 662.551 537.983 671.462]
+/Rect [528.02 131.542 537.983 140.453]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-testserver) >>
+/A << /S /GoTo /D (template-method) >>
 >> endobj
 1734 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 650.316 400.057 658.511]
+/Rect [119.552 118.59 238.734 127.502]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-perlmodule) >>
+/A << /S /GoTo /D (template-edit) >>
 >> endobj
 1735 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [528.02 650.316 537.983 658.511]
+/Rect [528.02 118.59 537.983 127.502]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-perlmodule) >>
+/A << /S /GoTo /D (template-edit) >>
 >> endobj
 1736 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 636.648 244.133 645.559]
+/Rect [119.552 105.639 259.307 114.55]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-dbdSponge) >>
+/A << /S /GoTo /D (template-formats) >>
 >> endobj
 1737 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 636.648 537.983 645.559]
+/Rect [528.02 105.639 537.983 114.55]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-dbdSponge) >>
+/A << /S /GoTo /D (template-formats) >>
 >> endobj
-1738 0 obj <<
+1643 0 obj <<
+/D [1641 0 R /XYZ 71.731 729.265 null]
+>> endobj
+1640 0 obj <<
+/Font << /F27 1204 0 R /F32 1211 0 R /F33 1302 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+1787 0 obj <<
+/Length 51514     
+/Filter /FlateDecode
+>>
+stream
+xڜ�[��y��{}�޹!`��se�N��1��̸Cj�b�ht�6h����'
+����o���ښ�R�ٕ$�|�s��n����=짇���������_�f��O����;�8].��|��������u:��v��a����q:�	�?���tz~�w����������r��O�N�?�������<���p޽�����՛O_޽���ͧ�����WO����͗�ϯ��?�_�j��p���[��;L��q��u8\���ȯY�_���u���x��B^��,�]�@=N��)T�g7T��i�?�����u~v��<��z�}���v��L�gY��q:_BuyvC���z�v��<��z�@�N��5T�g7T���������,�]�@�߆S�.�n�8P�!����
����<�Ɖ���
�𧻓�=8�j=�j8P��`���
���.�RuyvC���:�A�1�5W�n�x_}���q
�\ϲ���tzH���
��y~>�5W�n�8P�����g7T��^����,�]�@�߆c�k���P=p��o�!�5W�n�8P�a��˳��W�a���gY���6����:l���k����
�����������
����n�>d�j�,�}�@=N�K�.�n�8P�w�|���
������
����m8�j=�j8P��p���
���6�/��<��z�@����T]��P=�z�M��/8=�j8P����!T�g7T����!U�g7T���py���
����m�Ŵ<ʦ�
��=���<�AZ܀�߀�>4�g7P��p�Գ��WO�[p�z��.p����>�W�n�8P�!��zvC���z�����<��z�}���.���7�,�]�@=N��? ��
��y�\RuyvC���:�
��w\=��z�}�2�
��M=�j8P�ᘪ˳���m8�����
���6����<�aZ�}�a~��7ˣLz܀�߀]j.�n�8P���1��ֳ��봻��������n:?����YV���z�v��M=��z�@�߆s�.�n�8P�����g7T��>�o�1T�YV���:�
��w\=��z�@�߆}�;���P=p��o�.U�g7T���v������ӳ����0=�O�n�8P���!U�g7T�S�7��
�����=��YF���:��T]��P=p������˳���]�N�������6B��e���۰?�����u~³=��z�@}�����<��z�}������ל�e��������
��y:^RuyvC���:�
���\=��z�}�4�
�ى�e����pL���
���6��Ѵ<�aZ܀�߃��D�n�x_=���>T�YV���:��ى��P=p���Cxv�g7T���5U�g7T��^v�!<;ѳ�v��0=�g'zvC���:�
�T]��P=p��oCxv�g7T��>�oCxv�gY���6RuyvC���:�
�ى��P=p��oCxv�g7T��^w��1T�YV���z�.)���
���yڇ�'zv����0]RuyvC��������'z��.p���Bx|�g7T���pJ���
���6��'zvC����y7�
��z�>p��o�>U�g7T������
���t�>���P=��M��0�gY��a:��'zvC���z�v�T]��P=p��oCX��W���gy�M���{p
+�o�n�7 �7 lK��
����?>�#��B�ߝ;�����g�/����u����5�e��ߊ=p�2��9>���gT@�T��?��nw���w~Z�G�����{����Ͼ�޿���ÿ����K��~Z���|~��������?�oo>����OO/��_���Ջ�����F?�v�A�zh�;�߸�B���z �odj�o��x����@����L��
V=�72��7X�@�����~�M�������
$=�72��7�@���Ժ�`��~#S�~�U���H���] �odj�o��x���u�����F���������
T�@���Ժ�`��~#S�~�U���L��
V=�7��o����F�������Z��z �od�r������Fd�~�.�72��7X�@���Ժ�`��~#S�~�U���H���] �odj�o��x���u�����F���������
T�@���Ժ�`��~#S�~�U���L��
V=�7"U��v�x���u�����F�.�lZ�odf�o0�x����@����L��
V=�72��7X�@���Ժ�`��~#Ru��j���Z��z �odj�o��x���u�����F��~�.�72��7X�@���Ժ�`��~#S�~�U���H���] �od�r������Ff������Z��z �oD��7P��~#S�~�U���L��
V=�72��7X�@��H�v�Aj���Z��z �odj�o��x���u�����F��~�.�72��7X�@���Ժ�`��~#S�~�U�����
4=��72r��`���~#3�~�Q��
� H�7�u|{f�2���
x��������ߊ����~y�r���9��w_P=�G��c�n�I7~��������w?,����^�_���͇w��������K�3'�8��֒)�%��_�p���/����i�֒)��K��ZK��z .�fj-��ꁸd�Z2E��%�L�%SV=�L3��LY�@\2��Z2e�q�4R�d�j�K��ZK��z .�fj-��ꁸd���dʪ�i�j��.�L3�ے)��0Z2��eɔE��%�̬%SF=�L�-����i�֒)��K��ZK��z .�fj-��ꁸd�Z2E��%�L�%SV=�L3��LY�@\2��Z2e�q�4R�d�j�K��ZK��z .�fj-��ꁸd���dʪҒi�֒)�GK��,�2iq�d���dʨ�i�֒)��K���%ST�@\2��Z2e�q�4SkɔU�%�L�%SV=�L#UK��v��d��j �܄�T5aP�@n�D��0�z 7a�5aH��	�j �܄�T5aP�@l�Dh5aд8l�$��0Dz7a"SMD=��0��&��M�HUU�&L��&�] 7a"UMT=��0��&��M�HUU�&L��&�] 7a"UMT=��0��&��M�HUU�&L�ޚ0���܄�T5aP�@n�D��0�z 6a"��0hZ7a�5a��	�j �܄�T5aP�@n�D��0�z 7a�5aH��	�j �܄�T5aP�@n�D��0�z 7a�5aH��	�j �܄�T5aP�@n�D��0�z 7a�5aH��	�j �؄��j iq܄�L5a�@n�$jk�r&RՄA��	�j �܄�T5aP�@n�$jk�r&RՄA��	�j �܄�T5aP�@n�$jk�r&RՄA��	�j �܄�T5aP�@n�$jk�b&B�	���q&2ՄA��	�j �܄I�ք!��&L��	��r&RՄA��	�j �܄	�[�>��0��&��M�HUU�&L��	��r&Q[��.��0��&��M�HUU�&L��	��b&AՄ!��	�ՄA��	�j� �܄�6�&���	�zЄ���	s�&��q:]�	S�,M��VL�~���w��6L���k���o�������ӓx��^	������e�l����Q�5D�/�5DV���
T=�"�����
�Dm
R�@n�D�"�z 7D"U
T=�"�����
�Dm
R�@n�D�"�z 7D"U
T=�"�����
�Dm
R�@j�D��Aq�
�����
��TCQ�H��"�����T5DP�@n�D�"�z 7D"U
T=�"��"�v���T5DP�@n�D�"�z 7D"U
T=�"��"�v���T5DP�@n�D�"�z 7D"U
T="	����
������
��TCQ�H��!��rC$Q[C��.�"�����
�HUCU�H��!��rC$Q[C��.�"�����
�HUCU�H��!��rC$Q[C��.�"�����
�HUCUĆH�VCM�ÆHB�!B��qC$2�A��!�j�����T5DP�@n�$jk���rC$R�A��!�j�����T5DP�@n�$jk���rC$R�A��!�j�����T5DP�@n��!j�
�HUCU�H��!��bC$B�!���qC$1[C��.�"�����
�HUCU�H��!��rC$Q[C��.�"�����
�HUCU�H��!��rC$Q[C��.�"�����
�HUCU�H��!��rC$Q[C��.�"�����
�����
��TCQ�H����] 7D"U
T=�"�����
�HUCU�H����] 7D"U
T=�"�����
�HUCU�H����] 7D"U
T=�"�����
�HUCU�H����] 6D"�"hZ7D"S
D=�"�����
�Dm
R�@n�D�"�z 7D"U
T=�"�����
�@�5D@��!�j�����T5DP�@n�D�"�z 7D�5DH��!�j�����T5DP�@n�D�"�z 6DT
2="Y
$-�"�����
�q�!j���X"��q�"����}W��2��Wl��#KC�\
���������Oo����oʿ���s}�������}���?<������?�?��^}�����S���_��߭^ޝ��n�=*�:���u��o|����u6�] ]gG�r���:��#���Q�8�ΎL]g#�|����lP�@�ΎT]g��|����F��:;Ru����uv���lR�@�ΎT]g��|����F��:;Ru����uv���lR�@�ΎT]g��|����F��:;Ru����uv��:�L���숬�l$-���#S�وz _gG���Q�@��N�v�Mj��ّ��lT=���#U�٨z _gG���Q�@��N�v�Mj��ّ��lT=���#U�٨z _gG���Q�@��N�v�Mj��ّ��lT=���#U�٨z ^gGh]g�iqx�����&���:;2u����uv��:U���H�u6���ىڮ�I��:;Ru����uv��:U���H�u6���ىڮ�I��:;Ru����uv��:U���H�u6���فz������H�u6���ّ��lT=��#���Ѵ8��N�v�Mh��ّ��lT=���#U�٨z _gG���Q�@��N�v�Mj��ّ��lT=���#U�٨z _gG���Q�@��N�v�Mj��ّ��lT=���#U�٨z _gG���Q�@��N�v�Mj��ّ��lT=��#���Ѵ8�ΎL]g#�|����:��.���#U�٨z _gG���Q�@�ΎT]g��|����:��.���#U�٨z _gG���Q�@�ΎT]g��|����:��.���#U�٨z _gG���Q�@�ΎT]g��|����:��.��#���Ѵ8�ΎL]g#�|����F��:;Q�u6�] _gG���Q�@�ΎT]g��|����F��:;Po�٠��|����F��:;Ru����uv��:U���Dm�٤v�|����F��:;Ru����uv��:U����u6����Y��HZ_gG����@���G���:����˸�������i�N��p���?���z~E��t���{��!=���}]h����o��/q?��w��������a�ɿ8N�o������+�^���t|�[ /_�uyvC���z���T]��P=�z�O�C�.���qr~��Hd.�n�8P��`��˳������|�g7T��>������e�����!U�g7T���p9�����u~��H�.�n�x����߆S��YT���:�
�K�.�n�8P���o�D����u~���<��z�}u?�
�k�ֳ�v��8]CuyvC���z���T]��P=p�^�K����iq���~�?d�p�,�]�@�߃K�.�n�8P���|���
���.����<��z�}�8�
�P�gY���6N��<��z�@�߆}����P=p��o�.U�g7T������1�5Wϲ������3��˴{H���
��u:��)\�n�x_=�o�9��Sϲ���yJ���
���6��!�<�aZ܀�߃c����@=p�v�{p�z��.p��7�E��"U��T}E ��_���@T=��"0Q�W���WF��"U��T}E ��_���@T=��"0Q�W���WF��"U��T}E ��_��@�y�"Q��] �PD�2B��:G("�F(P�8��L�P �<B��
+P�@��T�P��<B��@�y�"R5B���E��
+R�@��T�P��<B��@�y�"R5B���E��
+R�@��T�P��<B��@�y�"R5B���E�j��L�����
+$-�G("S#�z �PD�F(P�@�H�6BAj�#��
+T=�G("U#�z �PD�F(P�@�H�6BAj�#��
+T=�G("U#�z �PD�F(P�@�H�6BAj�#��
+T=�G("U#�z �PDh�P�iq8B��� ��x�"25B���E�j�U��H���#��F(H�y�"R5B���E�j�U��H���#��F(H�y�"R5B���E�j�U��H���#�z�����H���#��
+T=G("�F(д8�H�6BAh�#��
+T=�G("U#�z �PD�F(P�@�H�6BAj�#��
+T=�G("U#�z �PD�F(P�@�H�6BAj�#��
+T=�G("U#�z �PD�F(P�@�H�6BAj�#��
+T=G("�F(д8��L�P �<B��m���.�G("U#�z �PD�F(P�@��T�P��<B��m���.�G("U#�z �PD�F(P�@��T�P��<B��m���.�G("U#�z �PD�F(P�@��T�P��<B��m���.G("�F(д8��L�P �<B��@�y�"Q��] �PD�F(P�@��T�P��<B��@�y�"Po#���<B��@�y�"R5B���E�j�U��Dm#�v�<B��@�y�"R5B���E�j�U�����#Y#HZ�PD�F(�@�/+D#�:���ˀ����F(#������#��F(5B��������q�>Bt�}�s��U5�x���v�A��Z������e:>_c�|w���
��u�>�m�H]��P=p0{����P�gY�j�D��EP�@�T
���<,�A�qX$A5,B���HdjXQ�a�Hհ���"��aT=��E�
����H�jXU�a�Hհ���"��aT=��E�6,j��"��aT=��E"U�"�z �D��EP�@I�6,Bj��"��aT=��E"U�"�z �Dh
��iq<,��mX��.��E"U�"�z �D��EP�@�T
���<,��mX��.��E"U�"�z �D��EP�@�T
���<,��mX��.��E"U�"�z �D��EP�@�T
���<,��mX��.��E"U�"�z �Dh
��iq<,�A�yX$Q۰�] �D��EP�@�T
���<,�A�yX$Q۰�] �D��EP�@�T
���<,�A�yX$Q۰�] �D��EP�@�T
���<,�A�yX$Q۰�] 
�D�2,��:�E"��EP�8�L
� �<,��aP�@�T
���<,�A�yX$R5,���H��aR�@�T
���<,�A�yX$R5,���H��aR�@�T
���<,�A�yX$R5,���H�jX�L��a���a$-��E"S�"�z �D��EP�@I�6,Bj��"��aT=��E"U�"�z �D��EP�@I�6,Bj��"��aT=��E"U�"�z �D��EP�@I�6,Bj��"��aT=��E"U�"�z �Dh
��iq8,��!��xX$25,���H�jXU�a�Hհ���"�چEH�yX$R5,���H�jXU�a�Hհ���"�چEH�yX$R5,���H�jXU�a�Hհ���"�z��a�Hհ���"��aT=�E"��Eд8I�6,Bh��"��aT=��E"U�"�z �D��EP�@I�6,Bj��"��aT=��E"U�"�z �D��EP�@I�6,Bj��"��aT=��E"U�"�z �D��EP�@I�6,Bj��"��aT=�E"��Eд8�L
� �<,��mX��.��E"U�"�z �D��EP�@�T
���<,��mX��.��E"U�"�z �D��EP�@�T
���<,��mX��.��E"U�"�z �D��EP�@�T
���<,��mX��.�E"��Eд8�L
� �<,�A�yX$Q۰�] �D��EP�@�T
���<,�A�yX$Po�"���<,�A�yX$R5,���H�jXU�a�Dm�"�v�<,�A�yX$R5,���H�jXU�a�հ���"Y�"HZ�D��E�@���`X_�2,�z0,2~ݰ�~cXd�W��z�a�zF�"���ӧ?���i�g��?�k[?<��ҿ�ô�?�[^d�B�^�
+��@U�*t��
+��r:Q[��.��Б�*4��U�HUU�*t�VM��*tb�*4�] W�#UUhT=��Б�*4��U�HUU�*t��*4�] W�#UUhT=��Б�*4��U�HUU�*t��*4�] W�#UUhT=��Б�*4��U�HUU�*t��*4�] W�#UUhT=��ZUh4-��Б�*4��U�DmUhR�@�BG��Шz W�#UUhT=��Б�*4��U�DmUhR�@�BG��Шz W�#UUhT=��Б�*4��U�DmUhR�@�BG��Шz W�#UUhT=��Б�*4��U�DmUhR�@�BG�R�Fq�U��*4��U��TQ�*t�ުР��\��TU�Q�@�BG��Шz W�#UUhT=��ЉڪФv�\��TU�Q�@�BG��Шz W�#UUhT=��ЉڪФv�\��TU�Q�@�BG��Шz W�#UUhT=��	�*4��U般*4��U��TQ�*t��
+��r:Q[��.��Б�*4��U�HUU�*t��
+��r:Q[��.��Б�*4��U�HUU�*t��
+��r:Q[��.��Б�*4��U�HUU�*t�VM��*tB�
+M��q:2U�F��
+��B��\��TU�Q�@�B'j�B��r:RU�F��
+��B��\��TU�Q�@�B'j�B��r:RU�F��
+��B��\��TU�Q�@�B�
+
j�U�HUU�*t��
+��b:B�
+���q:1[��.��Б�*4��U�HUU�*t��
+��r:Q[��.��Б�*4��U�HUU�*t��
+��r:Q[��.��Б�*4��U�HUU�*t��
+��r:Q[��.��Б�*4��U��*4��U��TQ�*t��*4�] W�#UUhT=��Б�*4��U�HUU�*t��*4�] W�#UUhT=��Б�*4��U�HUU�*t��*4�] W�#UUhT=��Б�*4��U�HUU�*t��*4�] V�#���hZW�#SUhD=��Б�*4��U�DmUhR�@�BG��Шz W�#UUhT=��Б�*4��U�@�U�A��
+��B��\��TU�Q�@�BG��Шz W��U�I��
+��B��\��TU�Q�@�BG��Шz V�TUh2=��YUh$-��Б�*4��U�q�7�B��X�Ы�q=�����U�U��iz8�
+]Ϩ
+}�*����z~�����ӧ��>~��=描��V��.���0��ݾd�^��d|�*�_2��������%㑪/G��K�#U_2�����K�A��K�#U�zT=�����f=����HU�U�f}��f=�] 7�#U�zT=�����f=�����f=�����l�zB�@n�G����z 7�#U�zT=�����f=����Dm�zR�@n�G����z 7�#U�zT=�����f=����Dm�zR�@n�G����z 7�#U�zT=�����f=����Dm�zR�@n�G����z 6�#���hZ7�#S�zD=����ښ��v�ܬ�T5�Q�@n�G����z 7�#U�zT=����ښ��v�ܬ�T5�Q�@n�G����z 7�#U�zT=����ښ��v�ܬ�T5�Q�@n�G����z 7�#U�zT=����ښ��v�Ԭ�̥Y��:��X�z-�����f=����@�5�A��Y�j֣�ܬ�T5�Q�@n�G����z 7��5�I��Y�j֣�ܬ�T5�Q�@n�G����z 7��5�I��Y�j֣�ܬ�T5�Q�@n�G����z 6�T�z2=��Y�z$-�����f=����HU�U�f}��f=�] 7�#U�zT=�����f=����HU�U�f}��f=�] 7�#U�zT=�����f=����HU�U�f}��f=�] 7�#U�zT=�����f=�����f=�����T��H��f}d�Y��r�>RլG��Y�j֣�ܬO�֬'��f}��Y��r�>RլG��Y�j֣�ܬO�֬'��f}��Y��r�>RլG��Y�j֣�ܬ�[��>�����f=����HU�U�f}�V�M��f}b�f=�] 7�#U�zT=�����f=����HU�U�f}��f=�] 7�#U�zT=�����f=����HU�U�f}��f=�] 7�#U�zT=�����f=����HU�U�f}��f=�] 7�#U�zT=��Z�z4-�����f=����Dm�zR�@n�G����z 7�#U�zT=�����f=����Dm�zR�@n�G����z 7�#U�zT=�����f=����Dm�zR�@n�G����z 7�#U�zT=�����f=����Dm�zR�@l�Gh5�Ѵ8n�G����z 7�#U�zT=����ښ��v�ܬ�T5�Q�@n�G����z 7�#U�zT=����zkփ�r�>RլG��Y�j֣�ܬ�T5�Q�@n�'jk֓�r�>RլG��Y�j֣�ܬ�T5�Q�@l�'���dz6�#���HZ7�#S�zD=����xԬ�ױ4�W/������}���q?�׬=6������j�������݇�>����k���v�VQw^�~�O�����Ռ�����/w،��B��8V=�q��f�] 6�2��q�z 6�2��q�z 6�2��q�z 6�"U�8T�@l�ej5�X�@j�e�Ҍc����Ռc���jơ�b3.S�Ǫb3.S�Ǫb3.S�Ǫb3.RՌC��f\�V3�U�f\�V3�U�f\�V3�U�f\���j�͸L�f��͸L�f��͸L�f��͸HU3�.�q�����:��q�4�X�8l�ef5��@l�%jkƑ�b3.S�Ǫb3.S�Ǫb3.S�Ǫb3.RՌC��f\�V3�U�f\�V3�U�f\�V3�U�f\���j�͸L�f��͸L�f��͸L�f�H͸�f�G͸�\�qLZ6�2��q�z 6�2��q�z 6�"U�8T�@l�ej5�X�@l�ej5�X�@l�ej5�X�@l�E��q�v�،��jƱ�،��jƱ�،��jƱ�،�T5�P����Ռc����Ռc����K3�M��f\DV3I��f\fV3�Q�f\�V3�U�f\�V3�U�f\���j�͸L�f��͸L�f��͸L�f��͸HU3�.�q�Z�8V=�q�Z�8V=�q�Z�8V=�q�ښq���،��jƱ�،��jƱ�Ԍ�ХǦ�a3.2ՌC��f\�V3�U�f\�V3�U�f\�V3�U�f\���j�͸L�f��͸L�f��͸L�f��͸HU3�.�q�Z�8V=�q�Z�8V=�q�Z�8V=�q��f�] 6�2��q�z 5�2tiƱiq،��j�1�،�T5�P����Ռc����Ռc����Ռc���jơ�b3.S�Ǫb3.S�Ǫb3.S�Ǫb3.RՌC��f\�V3�U�f\�V3�U�f\�V3�U�f\���jH͸]�qlZ6�2��q�z 6�2��q�z 6�"U�8T�@l�ej5�X�@l�ej5�X�@l�ej5�X�@l�%jkƑ�b3.S�Ǫb3.S�Ǫb3.S�Ǫb3.RՌC��f\�V3�U�f\�V3�U�f\�V3�U�f\�V3M��f\F.�8&-�q�Y�8F=�q��J�q�:�=�~�f���������6�K�8�j��������p�N�k{A����3z����:q??-��w_��w�߿Y��?�~ܽ��ק�����^vK�������ѷ�^�����o/X�_��od����|��Q�g7T����|�˳���t}��l��<��z�}u�����,�]�@�߆��H]��P=p��o��1T�g7T���pH���
����m8d��(�7 ��`����
����RuyvC���z�ӟ���ꁃ/�^��;R��v����Z_Ϊ�W�gj}8��_����z ~x����'�į����
+pV=�<S�+�Y�@�
+�L���g��+�#U_�j�_����z ~x��W������|8��_��
+pD�@�
+�L���g��+�3���U���
+pV=�<R��v����Z_�W�g��NP�@:�T
���<t��m��.��N"UC'�z �D��NP�@:�T
���<t��m��.��N"UC'�z �Dh
��iq<t�:A�y�$Q��	�] �D��NP�@:�T
���<t�:A�y�$Q��	�] �D��NP�@:�T
���<t�:A�y�$Q��	�] �D��NP�@:�T
���<t�:A�y�$Q��	�] 
�D�2t��:�N"��NP�8:�L
� �<t���P�@:�T
���<t�:A�y�$R5t����I���R�@:�T
���<t�:A�y�$R5t����I���R�@:�T
���<t�:A�y�$R5t����I�j�L����$-��N"SC'�z �D��NP�@:I�6tBj�C'���T=��N"UC'�z �D��NP�@:I�6tBj�C'���T=��N"UC'�z �D��NP�@:I�6tBj�C'���T=��N"UC'�z �Dh
��iq8t��:!��x�$25t����I�j�U䡓H��	��C'�چNH�y�$R5t����I�j�U䡓H��	��C'�چNH�y�$R5t����I�j�U䡓H��	��C'�z:�䡓H��	��C'���T=�N"��Nд8:I�6tBh�C'���T=��N"UC'�z �D��NP�@:I�6tBj�C'���T=��N"UC'�z �D��NP�@:I�6tBj�C'���T=��N"UC'�z �D��NP�@:I�6tBj�C'���T=�N"��Nд8:�L
� �<t��m��.��N"UC'�z �D��NP�@:�T
���<t��m��.��N"UC'�z �D��NP�@:�T
���<t��m��.��N"UC'�z �D��NP�@:�T
���<t��m��.�N"��Nд8:�L
� �<t�:A�y�$Q��	�] �D��NP�@:�T
���<t�:A�y�$PoC'���<t�:A�y�$R5t����I�j�U䡓DmC'�v�<t�:A�y�$R5t����I�j�Uġ���	��C'YC'HZ�D��N�@:�tDC'�:����˸��C'���
�x��4�h�y~A�k_��pz���������?}����/�>����=���oֿ)/�M��u��qz���C�U���|Y6?�?������.�n�8P�����M�.�n�8X7���Dm�1�v���ڏA�y?&R����~L�j?U���Dm�1�v���ڏA�y?&R����~L�j?U����~���1���D=��c"U�1�z ��D��cP�@ޏIԶCj��1���T=��c"U�1�z ��D��cP�@ޏ	��~�} ��D��cP�@ޏ�T�Ǡꁼ�ڏA�y?&Q�~�] ��D��cP�@ޏ�T�Ǡꁸ������~Lb��B�@ޏ�T�Ǡꁼ�ڏA�y?&R����~L���R�@ޏ�T�Ǡꁼ�ڏA�y?&R����~L���R�@ޏ�T�Ǡꁼ�ڏA�y?&R����~L���R�@ޏ�T�Ǡꁸ������~Ldj?Q���Dm�1�v���ڏA�y?&R����~L�j?U���Dm�1�v���ڏA�y?&R����~L�j?U���Dm�1�v���ڏA�y?&R����~L�j?U���Dm�1�v����~��0܏��ڏA��x?&2����~L���c@�y?&R����~L�j?U���H�~���1���cH�y?&R����~L�j?U���H�~���1���cH�y?&R����~L�j?U���H�~���1	��2=�c"��c��8ޏ�L�� ꁼ�ڏA�y?&Q�~�] ��D��cP�@ޏ�T�Ǡꁼ�ڏA�y?&Q�~�] ��D��cP�@ޏ�T�Ǡꁼ�ڏA�y?&Q�~�] ��D��cP�@ޏ�T�Ǡꁸ������~LBj?�H������~���1���T=��c"U�1�z ��$jۏ!����H�~���1���T=��c"U�1�z ��$jۏ!����H�~���1���T=��c"U�1�z ���m?�>��c"U�1�z ��D��cP�@܏��ڏA��x?&1�~�] ��D��cP�@ޏ�T�Ǡꁼ�ڏA�y?&Q�~�] ��D��cP�@ޏ�T�Ǡꁼ�ڏA�y?&Q�~�] ��D��cP�@ޏ�T�Ǡꁼ�ڏA�y?&Q�~�] ��D��cP�@܏��ڏA��x?&2����~L���R�@ޏ�T�Ǡꁼ�ڏA�y?&R����~L���R�@ޏ�T�Ǡꁼ�ڏA�y?&R����~L���R�@ޏ�T�Ǡꁼ�ڏA�y?&R����~L���R�@܏��ڏA��x?&2����~L�j?U���Dm�1�v���ڏA�y?&R����~L�j?U���@��ǀ��~L�j?U���H�~���1���T=��c��ǐ��~L�j?U���H�~���1���T=�cT�1dz��Dd�� iq��ڏA�y?f������X�cV/��:܏��o�y7fُ9�}f��s�v�|r>�4�a���zF�,�1�Z���O�>�y������/��>��c�fϿdn������y���5���Ջ.4�|�2=�"S
�z /4D�P�@^h�T-4�ꁼА�m���.�"U
�z /4D�P�@^h�T-4�ꁼ����P�@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC���R�@^h�T-4�ꁼ��Zh@�q�!Bk�M�ㅆ�l
�v����Zh@�y�!R�Ѐ��BC�j�U䅆Dm
�v����Zh@�y�!R�Ѐ��BC�j�U䅆Dm
�v����Zh@�y�!R�Ѐ��BC�j�U䅆Dm
�v����Zh@�q�!Bk�M�ㅆ��B��
��H�y�!R�Ѐ��BC�j�U䅆H�B��
��H�y�!R�Ѐ��BC�j�U䅆H�B��
��H�y�!R�Ѐ��BC�j�U䅆H�B��
��H�i�!2���a����Ѐ���BCdj�Q䅆@�-4���BC�j�U䅆H�B��
���T=��-4���BC�j�U䅆H�B��
���T=��-4���BC�j�U䅆H�B��
���T=T
dz.4Dd-4 iq���Zh@�y�!R�Ѐ��BC���R�@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC���R�@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC���R�@^h�T-4�ꁼ��Zh@�q�!Bk�M�Å���B��
���D=�"U
�z /4D�P�@^hHԶ�@j�
���T=�"U
�z /4D�P�@^hHԶ�@j�
���T=�"U
�z /4D�P�@^h��B�} /4D�P�@^h�T-4�ꁸ���Ѐ���BCb��B�@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC���R�@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC���R�@^h�T-4�ꁼ��Zh@�y�!R�Ѐ��BC���R�@^h�T-4�ꁸ���Ѐ���BCdj�Q䅆Dm
�v����Zh@�y�!R�Ѐ��BC�j�U䅆Dm
�v����Zh@�y�!R�Ѐ��BC�j�U䅆Dm
�v����Zh@�y�!R�Ѐ��BC�j�U䅆Dm
�v�����Ѐ���BCdj�Q䅆H�B��
��H�y�!R�Ѐ��BC�j�U䅆H�B��
�z[h��䅆H�B��
���T=�"U
�z /4$j[h �䅆H�B��
���T=�"U
�z .4$���8\h��Zh@��x�!2�Ѐ��B�xm Zh�ױ,4�^,4�_�j�a�[���p\�%-4�#�Bá���S�3�����=�����_^�ϯ�>-��w������/�?8=�z~�݇���������޿���_��������i~{�߭^�˝���h��v���m��:�c{�B��
U�;����wlYwlHZ߱E����@�c�Tݱ��|ǖ�펍�.���"Uwl�z ߱E���P�@�c�Tݱ��|ǖ�펍�.���"Uwl�z ߱E���P�@�c�Tݱ��|ǖ�펍�.���"Uwl�z ߱E���P�@�c�кcC����-!u�F���[d�
Q�;�H���wl��;6T=����ݱ���[��
U�;�H���wl��;6T=����ݱ���[��
U�;�H���wl��;6T=����v�j�wl��;6T=���"Uwl�z ޱEhݱ�iq|ǖ�펍�.���"Uwl�z ߱E���P�@�c�Tݱ��|ǖ�펍�.���"Uwl�z ߱E���P�@�c�Tݱ��|ǖ�펍�.���"Uwl�z ߱E���P�@�c�Tݱ��|ǖ�펍�.���"Uwl�z ޱEhݱ�iq|���cC���-Q��] ߱E���P�@�c�Tݱ��|���cC���-Q��] ߱E���P�@�c�Tݱ��|���cC���-Q��] ߱E���P�@�c�Tݱ��|���cC���-Q��] ޱEhݱ�iq|���cC���-Rudž��[��;6R�@�c�Tݱ��|���cC���-Rudž��[����@���-Rudž��[��
U�;�H���wl����H���-Rudž��[��
U�;�H���wl	�;62=��"��ؐ�8�c�Lݱ!�|�6������u,wl��wl����ݱ��������Y�؎u��Ou����7��?����:H��ӧ��_>�������������{����_�o��x��:K�o_Ar�L�t�/�y����������_�_�/�_��g���g߿y�K�ʽ�����+;�[������(��3���Λz����G+�Cl��~��V^��hU�V"U�����J��G+hZ�����B�@�h%R��
+���D�>ZA����H�G+�z �����R�@�h%R��
+���D�>ZA����H�G+�z �����R�@�h%R��
+���D�>ZA����H�G+�z �����R�@�h%R��
+���Dh}�����G+���V�@�h%Q�G+�v���J��T=�?Z�T}����G+���VP�@�h%Q�G+�v���J��T=�?Z�T}����G+���VP�@�h%Q�G+�v���J��T=�?Z�T}����G+���VP�@�h%Q�G+�v���J��G+hZ���hQ�V"U�����J���VH����H�G+�z ���hU�V"U�����J��>Z��V"U�����J��T=�?Z�T}����G+��>Z!��V"U�����J��T=�?Z�T}����G+	��V��8�h%"�$-�?Z�L}����G+�w�?Z�ױ|��z����ut�����e��~��V�壕S}���������?����OO��?�P�OO���T{~�߿z���c�_tzZ�����l�?�N���W�ŷo\]���7��|!����z �j��o\%��o\�T}�*��߸����hZ�jd�W�@���Dm߸Jj�߸���UT=��q5R����z �j��WQ�@���Dm߸Jj�߸���UT=��q5R����z �j��WQ�@���Dm߸Jj�߸���UT=��q5R����z �j��WQ�@���Dm߸JjH߸��7����o\����U-��q52����z �j�޾q�>��q5R����z �j��WQ�@���H�7�������ھq��.��q5R����z �j��WQ�@���H�7�������ھq��.��q5R����z �j�j�U䥺H�R��Ku	��:2=��"��ꐴ8^��L-�!ꁼT�Z�C�y�.Q�R�] /�E���P�@^��T-աꁼT�Z�C�y�.Q�R�] /�E���P�@^��T-աꁼT�Z�C�y�.Q�R�] /�E���P�@^��T-աꁸT��T����R]Bj��H�㥺��R��Ku���:T=���"UKu�z /�%j[�#�䥺H�R��Ku���:T=���"UKu�z /�%j[�#�䥺H�R��Ku���:T=���"UKu�z /��Nj�u�HU�
+U�:U��N��b�*B�N���q�*1[���.��T��:��u�HU�
+U�:U��N��r�*Q[���.��T��:��u�HU�
+U�:U��N��r�*Q[���.��T��:��u�HU�
+U�:U��N��r�*Q[���.��T��:��u��:��u��T�
+Q�:U��:�] ש"Uu*T=��T��:��u�HU�
+U�:U��:�] ש"Uu*T=��T��:��u�HU�
+U�:U��:�] ש"Uu*T=��T��:��u�HU�
+U�:U��:�] ֩"��ThZש"Su*D=��T��:��u�Dmu*R�@�SE��T�z ש"Uu*T=��T��:��u�@�թ@��N��S��\��TթP�@�SE��T�z ש�թH��N��S��\��TթP�@�SE��T�z ֩Tu*2=�TYu*$-��T��:��u�q(�S��X�T����8�S�_�_�Twz<N��+թ��R�:W���m���?�������y}8�z�鷟����oy����>}}��w�{���-�n��pyتT�_�Z�+Uw^ȸRŪb�*RU�B��JU�V��U�JU�.�*6-+U�Y�*F=+U��J�] V�2�*U�z V�2�*U�z V�2�*U�z V�"U�*T�@�TejU�X�@�TejU�X�@�TejU�X�@�TE�*U�v�X��ԪT��X��ԪT��X��ԪT��X��TU�P��R���*U,�èR��K��E��JUfV��Q�JU��J�} V�2�*U�z V�2�*U�z V�2�*U�z V�"U�*T�@�TejU�X�@�TejU�X�@�TejU�X�@�TE�*U�v�X��ԪT��X��ԪT��X��ԪT��T��ЪT��qT��ȥRŤ�a�*3�RŨb�*S�RŪb�*RU�B��JU�V��U�JU�V��U�JU�V��U�JU��R�j���L�J����L�J����L�J����HU�
+�.+U�Z�*V=+U�Z�*V=�*U�T�ش8�TEdU���8�TefU��@�TejU�X�@�TejU�X�@�TE�*U�v�X��ԪT��X��ԪT��X��ԪT��X��TU�P��R��U�b��R��U�b��R��U�b��R���REj���L�J����L�J�H��]*UlZV�"S�*D�@�TejU�X�@�TejU�X�@�TejU�X�@�TE�*U�v�X��ԪT��X��ԪT��X��ԪT��X��TU�P��R��U�b��R��U�b��R��U�b��R��T��b�*S�RŪR�*C�J����̬J����HU�
+�.+U�Z�*V=+U�Z�*V=+U�Z�*V=+U��J�] V�2�*U�z V�2�*U�z V�2�*U�z V�"U�*T�@�TejU�X�@�TejU�X�@�TejU�X�@�TE�*U�v�T��ХRŦ�a�*3�RŨb�*S�RŪb�*RU�B��JU�V��U�JU�V��U�JU�V��U�JU��J�} V�2�*U�z V�2�*U�z V�2�*U�z V�"U�*T�@�TejU�X�@�TejU�X�@�TejU�X�@�TEhU���8�Te�R�b��R��U�b��R
��Rů��3�1�T���������O���T�#K��R��������ӧ���������}����������}��xz�z���O��U?�}�q��_>.�裏�z����i:=r{�/kW���K����NN�/�����*�'�/_����|r�����.�ON#U'��z ��F�NNQ�@>9�T����|r�����.�ON#U'��z ��F�NNQ�@>9�T����xr��:9%����4"��I������)��'����ST=�ON�������i���U��H��)��'����ST=�ON�������i���U��H��)��'����ST=�ON�������i���U��H��)��'�Z'�hZ��&�NN��8>9�L��"�|r�:9E���4Rur����i���SR�@>9�T����|r�:9E���4Rur����i���SR�@>9�T����|r�:9E���4Rur����i��NNA���4Rur����i���Uē���S4-�ON������i���U��H��)��'����ST=�ON�������i���U��H��)��'����ST=�ON�������i���U��H��)��'����ST=�ON�������i���Uē���S4-�ON#S'��z ��&j;9%���H��)��'����ST=�ON#U'��z ��&j;9%���H��)��'����ST=�ON#U'��z ��&j;9%���H��)��'����ST=�ON#U'��z ��&j;9%�ē���S4-�ON#S'��z ��F�NNQ�@>9M�vrJj�'����ST=�ON#U'��z ��F�NNQ�@>9
���)�} ��F�NNQ�@>9�T����|r�:9E���4Q��)�] ��F�NNQ�@>9�T����|r�:9E���4AurJ����iD��)��'����SD=�ON�׏��)����t�2��t�:�����9���#���C�����/O�?����S����t�����|u����t��=�A��"_��w����A$�E����_�� ����HT=�"#U��z D&j;�$���H�A$������HT=�"#U��z D&�"��8<���:�D��� 22u���Ad�� U��Dm��v�|�:�D�� 2Ru���Ad�� U��Dm��v�|�:�D�� 2Ru���Ad�� U��Dm��v�|�:�D�� 2Ru���Ad��A$���	��H"=�"#S��z DF�"Q�@>��TD��|��� ��.�"#U��z DF�"Q�@>��TD��|��� ��.�"#U��z DF�"Q�@>��TD��|���HP�@>��TD��|�:�D�� 2B� M����l��v�|�:�D�� 2Ru���Ad�� U��Dm��v�|�:�D�� 2Ru���Ad�� U��Dm��v�|�:�D�� 2Ru���Ad�� U��Dm��v�|�:�D�� 2B� M�����A$�����"I�� 2Ru���Ad�� U��H�A$�����"I�� 2Ru���Ad�� U��H�A$�����"I�� 2Ru���Ad�� U��H�A$�����"I�� 2B� M�����A$������HT=�"�D���Ad�� U��H�A$������HT=�"�v	j�����HT=�"#U��z DF�"Q�@>�L�vIj�����HT=�"#U��z DF�"Q�@<�LPD��qx9�X{�ˏ�3����/�zh�:����Rp�R��q��������C����r)x�����?��]�/������y��ǧ����ny��m;=��܏�>�����՗�\���_ί����������u���ק�������nwб�ut�s)���o��[���_���o7�&\�{�a�{��Ok|��������.��{T=��]�ݻ���K���U�{�Hս���.��{T=��]�ݻ���K���U�{�Hս���.Z�.hZ޻$��]��8�w�Lݻ �|���wA���%Ru�K��{R�@�w�Tݻ��|���wA���%Ru�K��{R�@�w�Tݻ��|���wA���%Ru�K���]@���%Ru�K���U�{��{4-��]�ݻ��K���U�{�Hս���.��{T=��]�ݻ���K���U�{�Hս���.��{T=��]�ݻ���K���U�{�Hս���.��{T=��]�ݻ���K���U�{��{4-��]"S�.�z ߻$j�w!��{�Hս���.��{T=��]"U�.�z ߻$j�w!��{�Hս���.��{T=��]"U�.�z ߻$j�w!��{�Hս���.��{T=��]"U�.�z ߻$j�w!��{��{4-��]"S�.�z ߻D��]P�@�wI�v�Bj��.��{T=��]"U�.�z ߻D��]P�@�w	�۽�} ߻D��]P�@�w�Tݻ��|���wA���%Q۽�] ߻D��]P�@�w�Tݻ��|���wA���%Au�B����K$�.�2��e�:�����e�R��e������.��r��X�Xo~z�???}�����{�[���ӗ�M�/����O����e�G>������5��������޾���cݰ���㗏o?���������P�[��>��¾>�_M��_^�q�4��n!w�v�w����Q�?��~V�?��|��T=��ؒ��-�v��ǖH�[P�@�cK��-�z ��%R��T=�����?����["UlA���-��?����ǖH�[P�@�cK��?����["UlA���-��?����ǖH�[P�@�cK��-dz��e�{/�c���c��u�[�/����2��l9��˽g��÷���e�}���p{A������}����?|������������%��޼���}�|���rf�z����x�����6�^���^=I��
���C��-��<��:l�]���aK�-O��x�|�y˓���{��G�|̲�Փ�Y��;N����[�Do6�.��y˓���uz|>]	��I��a���~:]"��$����#���<��*j��?��>Җ'�[�
���}ʼ�I��a�����~����I�,l��?�糔�[�Do6���>�'�[�
��G��~Փ���{���c�˨�$���q�^3oy�u���LLJ����$z밁w����Q=��:�7���x��z�<x���2�'�[�
��G~�~9ԓ����#?d��$z���u��G��<H�:j��?�}�ˡ�Dn6���.�'�[�
�����4�'�[�������r�'ɳ��w�2oy�u����+�%�eTO��x���r�'�[�����G~J<=	��
��G~�D��$z밁7����<��:l��?�}�-O�������.�e�'ɳ��w�.����<��:l�]��5�'�[�
��t�~��Dmu;��C��AOgao�y_2oy�u�����C�-O��x�O�t���I��a����#?F^=I��
��G~8E��$z밁7����/�z�u�����[�Dov�;=��2�'ɳ��w����C=��:l�]��C�-O��x����g=��:�w����C=I��
��G~ʼ�I��ao��G�v_Dm5���1��PO"���]��!��I�,l��?�}�˨�Do6���.�'�[�
��tz�~Փ���{�������$���q:=d��$z밁w���~Փ����#?G���I��a���o6<E^=I��
��G~�~Փ����#?D���I��ao���3oy�u�}�q�n
+�z�<x�<Ҟ�C�4��S�_���ZE
��t�F���I��a��v�����ZГ�y��;N�K�-O��x�O�|���I��ao��G�z�u���B��1��I�,l��������uk��X�[����z�u��׾tu�Y�j���V�[��W���h�u�j��+V�[��׫ns�rձ���/V
��ZU�VQ�����/Tn�_�x�*U��a�5��^�ձga����9I��a<%x�o�#���	I��a<����ȱga<x��oƓ����H��a<x��o�3��^�{����yH��a<
x�o���W�����pr��[G�d�i�uO@� �[���c�i��u�>n{m�q�Y>���[���c�i��u�<�&�[�����Ǟ��c�i��uO:��[��c�i��u�8nz�ǡ�a<�x�oo�Ӎ���F��a8�p5��*����6�8�,��O3���x�1�4��:��Oӌ��x�q�k��c��x�1�4��:��OC���x�1�4��:����6�8�,��O����xr1�4��:��OS���xfq�k#�c��x`1�4��:���A[E�b�iR�u�)n{mLq�Y)�f�[��b�i@�u�'���[��l��FǞ��`b�i.�uO%���[��Hb�i"�u�#n{mq�Y#�f�[��$b�i�u�!���[����FǞ���b���!h�(�>4-������vx�0�
���j�س0^
+<���㭠��Rx�0^	
+<m���}�M�4�<���O�@��x(��:�׀O[@��xh�k+@c��x(���:��O�?��x�'���:�~�9����u.��Fl��x���^�~wn��^�j��y���Ä��4��	�e�g�v~~��͇���C}���|z�����×���W���z�{���ӽR���}w�2�5G��������#/_�GP�@�D�Z$�z 7I�uIH��O�j����*��ꕠiq�-�L�K�@n�$j또�r�$R�4A��m�ꛠ��9�T�NP�@n�$j랐�r�$R�@A����ꡠ��E�T�QP�@n�$j뤐�r/%R�LA����ꧠ��Q�T�TP�@n�$j몐�R_%2��
+��0l�D`�VP�8�D��+�z 7X��a��K��ɂ�r�%R�gA����j����lI��m!��~K��Ⴊr�%R�sA����j����xI��y!���K�����r�%R�A���j���؄IPua��8��Dd5b��8n�D�z1�z wc"U�T=�2��:2�v�ܓ�T5eP�@n�D��2�z wf"U�T=��3�ں3�v�ܟ�T5hP�@n�D�z4�z wi"UmT=�5��:5�v�ܫ�T5kP�@n�D��5�z vl"�Z6hZ6mR]"=��6���
�ȭ�HU�U��M��}��r'Q[��.�{8��&��m�HUU�NN�����r3'Q[7��.��9�����-�HUOU�N�����rc'Po�P�@��D��;�z �w"U�T=;<Z-4-��<�ٺ<�v���T5zP�@n�D�z=�z w{"U�T=�>��:>�v���T5}P�@n�D��>�z w~"U�T=��?�ں?�v����T5�P�@nE�z@�z w�"Um T=�A��:A�v���T5�P�@lEh��д8�E�ZB�z 7��u�H��/�j����T��P�@�E��C�z 7��u�H��G�j���&�T��P�@�E�ZE�z 7��u�H��_�j���2�T��P�@�E��F�z 7��u�H��w��<B��}��!��A�T��P�@n"%j�"��r)R�HB�����%���M�T��P�@n(ꭣj�=�HUS	U�R�����rg)R�ZB�������Dj���HU�	U�S��DŽ�r�)R�fB��є��4��q�k�q�f���6�^���/e�oZ�%����F�y��/�����o:�M���Ӈ��/>?כ>|Y������/o޽���O�|�����a:���o�z^���� zPxZ�w�fyd�3�޽��׻,Z^�ff]�2�x����z��>�w3��wY�@���Ժ�e��z7S�z�U���H��.�] ^�fj]��x���u�˪��n���.��׻���]T�@���Ժ�e��z7S�z�U���L��]V=��w#��w��8�����z�I����̬�]F=�w3��wY�@�ލT]����n���.��׻�Z׻�z ^�fj]��x����E����L��]V=�w3��wY�@���Ժ�e��z7Ru��j�׻�Z׻�z ^�fj]��t�����.�G׻Y׻Hz^�ff]�2�x���u�˪��n���.��׻���]T�@���Ժ�e��z7S�z�U���L��]V=�w#U׻�v�x���u�˪��n���.��׻�Z׻�z ^�&j��%����L��]V=�w3��wY�@�����z�M�������.�] ^�fj]��x���u�˪��n���.��׻���]T�@���Ժ�e��z7S�z�U���L��]V=�w#U׻�v�x���u�˪��n���.��׻�Z׻�z ^�F��wQ��z7S�z�U���]�wٴ8���̺�e��z7Ru��j�׻�Z׻�z ^�fj]��x���u�˪��n��z�.�w3��wY�@���Ժ�e��z7S�z�U���H��.�] ^�fj]��x���u�˪��n���.��׻���]T�@�����z�M����̬�]F=�w3��wY�@�ލT]����n���.��׻�Z׻�z ^�fj]��x����z��>�w3��wY�@���Ժ�e��z7S�z�U���H��.�] ^�fj]��x���u�˪��n���.�H׻Z׻hz]��iip��/cyh�:�z^������^�v����p�O�����/K�g���+������7��y�o"������o����a��|�������a��۷ԣ���ǯ�>�8a=^����-�s���0�ܝ��/��e�k�C뿘��w&�/�^ǝ/
X�e��˷(dj}-��_ː����z ~-C���2�������e@�įe���ZV=���!C��e`���k2����Qįe�T}-�] ~-C���2�����Z_�����2dj}-��_���ZT�@�Z�L��e`��k2����Uįe���ZV=��!R���v����Z_�����2dj}-��_ː����z ~-C��kP��k2s)v���bWV�E��bWd�؅�r�+Po�.P�@.vE��]�z �"U�.T=��]��b��ŮDm�.R�@.vE��]�z �"U�.T=��]��b��ŮDm�.R�@.vE��]�z �"U�.T=��]��b��ŮU��L��bWDV�I��bWd�؅�r�+RU�B��ؕ���Ej�ŮHU�U�bW��؅�r�+RU�B��ؕ���Ej�ŮHU�U�bW��؅�r�+RU�B��ؕ���Ej�ŮHU�U�bW��؅�b�+B�؅��a�+!U�"����*v!�\�T�P�@.vE��]�z ���H����*v��\�T�P�@.vE��]�z ���H����*v��\�T�P�@.vE��]�z ��V���bW��؅�r�+RU�B����U�B��ؕ���Eh�ŮHU�U�bW��؅�r�+RU�B��ؕ���Ej�ŮHU�U�bW��؅�r�+RU�B��ؕ���Ej�ŮHU�U�bW��؅�r�+RU�B��ؕ���Ej�ŮHU�U�bW�V�M��bWd�؅�r�+Q[���.��]��b��ŮHU�U�bW��؅�r�+Q[���.��]��b��ŮHU�U�bW��؅�r�+Q[���.��]��b��ŮHU�U�bW��؅�r�+Q[���.�]Z�.4-��]��b��ŮHU�U�bW��b�] �"U�.T=��]��b��ŮHU�U�bW�ފ]���\�T�P�@.vE��]�z �"U�.T=��]�ڊ]�v�\�T�P�@.vE��]�z �"U�.T=�]	�b���.,�.|U�Z����8,v�_��k���_�Z���_+�kꑥص�nu�O_�>��^��_j�A��_�y�o&��y�]�����8=�~u��r����
+/_�uyvC���z����'R�g7T��>��9T�YV���:�
��
+��<��z�@�߆��D����u~��<��z�}�:�
�]e��������<��z�@�߃]�.�n�8P���c��]��P=������1���,�]�@=N��<��z�@�L��{�H]��P=p��o���˳��/c��ᔩz�>p��o���˳���m8<�����u~���<��z�}u?�
��ל�e�������˳��˴�������:]��G7L��O���!���g���\RuyvC���:��C�.�n�8P�w�t���
����m8�j=�j8P��p
+���
���6��_8����f2"U��z �n$j�� ��ݍH���Ȼ���
T=�w7"U��z �n$j�� ��ݍH�����Z�hZ�nD�v7�@��HԶ�AjȻ���
T=�w7"U��z �nD�v7P�@��HԶ�AjȻ���
T=�w7"U��z �nD�v7P�@��HԶ�AjȻ���
T=�w7"U��z �nD�v7P�@��HԶ�AjH����n���+;�%���J��,ћ��z�j)�F�1��e3��6�&H����C2��d�Ɖ�U��{#��K��J����0��P±������rfw�
��
a��n�u�fw�
��
e��ZȻʚ�
�6�w7�u�n�u�fw�
��
e��ZȻʚ�
�6�w7�u�n�u�fw�
��
e��ZȻʚ�
�6w7�4��l�n(���@e�xwC9�����fw�
��
c��d]�������@kywCY�����fw�
��
c��d]�������@kywCY�����fw�
��
c��d]�������@kywCY�������
tw7�2��l�n(gv7P�@��P��n���������@kyw�X��Y �n(kv7��@��P��n���������@kyw�X��Y �n(kv7��@��P��n���������@kywCX/�`]�������@kywCY�������
t�w7�s�n�t�fw�
��
e��ZȻʚ�
�6�w7�u�n�u�fw�
��
e��ZȻʚ�
�6�w7�u�n�u�fw�
��
e��ZȻʚ�
�6�w7�u�n�u�fw�
��
%��,�n(gv7P�@��0ֹ�A�Ȼʚ�
�6�w7�5�hm �n(kv7��@��0ֹ�A�Ȼʚ�
�6�w7�5�hm �n(kv7��@��0ֹ�A�Ȼʚ�
�6�w7�5�hm �n(kv7��@��0ֹ�A���J:v7�Y8��P��n���������@kyw�X��Y �n(kv7��@��P��n���������@kywCX/�`]�������@kywCY�����fw�
��
c��d]�������@kywCY�����fw�
��
#��9���;nw_c�n\��n�������(o�n<=^N��iwc<��n܏ݍ����Ӈ���������������3���ظ������}�.U4�묢�^v��~�"PE�ur������@���5U4Z�U����Fk��6�YE�ur������@���5U4Z�U���*���*�8gM��U����Fk��V�T�hm W�ʚ*�
�*�XgM��U����Fk��V�T�hm W�ʚ*�
�*�XgM��U����Fk��V�T�hm W�ʚ*�
�*�XgM��U����Fk��V�QE��p\E+g�h�6��hc�U4Y W�ʚ*�
�*ZYSE���\E+k�h�6��hc�U4Y W�ʚ*�
�*ZYSE���\E+k�h�6��hc�U4Y W�ʚ*�
�*ZYSE���\E+k�h�6��hc�U4Y U�ʹU�h��a����FcḊV�T�(m W��z������V�T�hm W�ʚ*�
�*ZYSE���\E묢ɺ���V�T�hm W�ʚ*�
�*ZYSE���\E묢ɺ���V�T�hm W�ʚ*�
�*ZYSE���XEi�hr6�h�U4*�U�r��Fi��V�T�hm W��:�h�.@���5U4Z�U����Fk��V�T�hm W��:�h�.@���5U4Z�U����Fk��V�T�hm W��:�h�.@���5U4Z�U����Fk��V�QE��pXEe�hR6��h�L��r������@���5U4Z�U���*����heM��r������@���5U4Z�U���*����heM��r������@���5U4Z�U��^�h��@���5U4Z�U����Fk��V�QE��p\E笢I����V�T�hm W�ʚ*�
�*ZYSE���\E묢ɺ���V�T�hm W�ʚ*�
�*ZYSE���\E묢ɺ���V�T�hm W�ʚ*�
�*ZYSE���\E묢ɺ���V�T�hm V�J:�ht��h�L��rm���&��*ZYSE���\E+k�h�6��heM��rm���&��*ZYSE���\E+k�h�6��heM��rm���&��*ZYSE���\E+k�h�6��heM��rm���&��*ZIG���q����Q�@���5U4Z�U���*����heM��r������@���5U4Z�U��^�h��@���5U4Z�U����Fk��V�T�hm W��:�h�.@���5U4Z�U����Fk��V�T�hm V�F�*����*�^QE�k�*��=������>r�x<��~EU�xd��F���z.���q�O���O����m}���t>w��or<�>�y�����[�ۿ�^s���/��u���ʚۿ��@��[Ys�7Zȷ+k:w�6�;wa�t�`]�ܹ+k:w�6�;weM��r箬����@�܍uv�d]�ܹ+k:w�6�;weM��b箤�sGg�s7�ٹ�tr箬����@�ܕ5�;Zȝ���sGk�s7�ٹ�ur箬����@�ܕ5�;Zȝ���sGk�s7�ٹ�ur箬����@�ܕ5�;Zȝ���sGk�s7�ٹ�ur箬����@�ܕtt��,w�ʙ��
���Xg�N�ȝ���sGk�sW�t�hm w�ʚ��
���Xg�N�ȝ���sGk�sW�t�hm w�ʚ��
���Xg�N�ȝ���sGk�sW�t�hm w�ʚ��
���Xg�N�H��rn�;�aع+����X8�ܕ3�;Jȝ��^:w��@�ܕ5�;Zȝ���sGk�sW�t�hm w��:;w�.@�ܕ5�;Zȝ���sGk�sW�t�hm w��:;w�.@�ܕ5�;Zȝ���sGk�sW�t�hm v�F�Ν����])G���q箜��Q�@�ܕ5�;Zȝ���Ν��;weM��r箬����@�ܕ5�;Zȝ���Ν��;weM��r箬����@�ܕ5�;Zȝ���Ν��;weM��r箬����@�ܕtt��,v�F�Ν����]9ӹ���ܹ+k:w�6�;weM��r�n��s'���]Yӹ���ܹ+k:w�6�;weM��r�n��s'���]Yӹ���ܹ+k:w�6�;weM��r�.����+�;weM��r箬����@�ܕtt��,w��9;w�.@�ܕ5�;Zȝ���sGk�sW�t�hm w��:;w�.@�ܕ5�;Zȝ���sGk�sW�t�hm w��:;w�.@�ܕ5�;Zȝ���sGk�sW�t�hm w��:;w�.@�ܕ5�;Z����������]9ӹ���ܹ���ɺ��sW�t�hm w�ʚ��
��]Yӹ���ܹ���ɺ��sW�t�hm w�ʚ��
��]Yӹ���ܹ���ɺ��sW�t�hm w�ʚ��
��]Yӹ���ܹ���ɺ��sW�ѹ��pܹ+g:w�6�;weM��r�n��s'���]Yӹ���ܹ+k:w�6�;weM��r�.����+�;weM��r箬����@�ܕ5�;Zȝ���Ν��;weM��r箬����@�ܕ5�;Z�����s'g�s�ϵ]环1:���8�=�v���r�������������?s�{�����[_q�|�_��|����+�g�����������������_>|��+����O_~�v��_?��������m��z�����+�����i�Kz����g.w����޾�rhm �rʚ\�
�\NY�ˡ�������Ⱥ�9�S��rhm �rʚ\�
�\NY�ˡ�������Ⱥ�9�S��rhm �rJ:r9t�s9�L.��r.g�3�#��\NY�ˡ����)kr9�6�s9eM.��r.g�3�#��\NY�ˡ����)kr9�6�s9eM.��r.g�3�#��\NY�ˡ����)kr9�6�s9eM.��r.g�3�#��\N9�\��0��p�rh,�rʙ\�
�\NX/�XW �rʚ\�
�\NY�ˡ����)kr9�6�s9c��Y �rʚ\�
�\NY�ˡ����)kr9�6�s9c��Y �rʚ\�
�\NY�ˡ����)kr9�6s9#M.G��a.��#�Ce�8�S��r(m �rʚ\�
�\�Xg.G�ȹ��&�Ck9�S��rhm �rʚ\�
�\�Xg.G�ȹ��&�Ck9�S��rhm �rʚ\�
�\�Xg.G�ȹ��&�Ck9�S��rhm �rJ:r9ts9�L.G��q.����P�@��5�Zȹ��&�Ck9�3֙ˑur.������@��5�Zȹ��&�Ck9�3֙ˑur.������@��5�Zȹ��&�Ck9��K.�ȹ��&�Ck9�S��rhm �rJ:r9t�s9㜹I �rʚ\�
�\NY�ˡ����)kr9�6�s9c��Y �rʚ\�
�\NY�ˡ����)kr9�6�s9c��Y �rʚ\�
�\NY�ˡ����)kr9�6�s9c��Y �rʚ\�
�\NIG.���q.����P�@��u�rd]���)kr9�6�s9eM.��r.������@��u�rd]���)kr9�6�s9eM.��r.������@��u�rd]���)kr9�6�s9eM.��r.������@��u�rd]���)����Y8��3�Jȹ��&�Ck9�3֙ˑur.������@��5�Zȹ��&�Ck9��K.�ȹ��&�Ck9�S��rhm �rʚ\�
�\�Xg.G�ȹ��&�Ck9�S��rhm �rʚ\�
�\�H�ˑ�q����].������{�>��r��ru-�ӷ�ka��%><൰��ݍ\���������
+�x>�q>�r���J}�ٻ��_�K�[�g������χǧ�{��s{����;֗�룵n�ް6�}���������u<���c=}
+�?�U�����XO��Z�goX�c=}�CEʺ={����������Og�u<���c}8��X���
kw�χ���Һ={����������ʺ={�����OÓ��gٺ�w����|�HY�goX�c=}�ojʺ={�����c�������o}9}��ۣ�l܎���7���
iw�����Z�goX�c��+k��Gk�:yc��ɓu�u�ʚ����@�N^Ys�<Z���+k��Gk�:ya�\'����+k��Gk�:ye�u�hm _'���N�
���u^'O����+k��Gk�:ye�u�hm ^'���:yt���7�y�<I _'���N�
���5�ɣ��|����:y�6���7ֹ�C���8ʚ}�6��q�5�8hm ��(k�q��@��1ֹ�C���8ʚ}�6��q�5�8hm ��(k�q��@��1ֹ�C���8ʚ}�6�q�t�㠳p������Aiy�X�>Y ��(k�q��@��Q��㠵�������Aky�X�>Y ��(k�q��@��Q��㠵�������Aky�X�>Y ��(k�q��@��Q��㠵�������Aky�X�>Y ��(綏��k��(���Ac�xG9�����>��^�q��yGY�����>��f�
�}e�>Z��8�:�qȺ�yGY�����>��f�
�}e�>Z��8�:�qȺ�yGY�����>��f�
�}e�>Z��8F�}r6�q�r�㠲p������AiyGY�����>���}�.@��Q��㠵�������AkyGY�����>���}�.@��Q��㠵�������AkyGY�����>���}�.@��Q��㠵�������AkqGI�>:��8F�}R6��q�3�8(m ��(k�q��@��Q��㠵���c�s����q�5�8hm ��(k�q��@��Q��㠵���c�s����q�5�8hm ��(k�q��@��Q��㠵���#��}��@��Q��㠵�������AkqGI�>:��8�9�qH��yGY�����>��f�
�}e�>Z��8�:�qȺ�yGY�����>��f�
�}e�>Z��8�:�qȺ�yGY�����>��f�
�}e�>Z��8�:�qȺ�yGY�����>���}t��q�3�8(m �����!��}e�>Z��8ʚ}�6��q�5�8hm �����!��}e�>Z��8ʚ}�6��q�5�8hm �����!��}e�>Z��8ʚ}�6��q�5�8hm �����!��}%�8�,��(g�qP�@��Q��㠵���c�s����q�5�8hm ��(k�q��@��Q��㠵���#��}��@��Q��㠵�������AkyGY�����>���}�.@��Q��㠵�������AkyGY�����>��f����}Z}1�8�c��=hg�U��q�?��}��a���{���9no4�q������������C��ӸS�ӿ������J�7u����/���s�{_��W�������w��w^c��D����YGq��bq鬣�dk��t�Q\���X\*k�K�.@,.�u�lm ��:�K�6�Kg�%[�ť���D����YGq��bq鬣�dk��t�Q\���X\*k�K�.@,.�u�lm �N���,��9�K�6�KeMq���ť��⒭
���YGq��bq鬣�dk��T��h]�X\:�(.��@,.�u�lm ��:�K�6�KeMq���ť��⒭
���YGq��bq鬣�dk��T��h]�P\:�⒍�0*.�p+.�X8,.�s�,m ��:�K��@,.�u�lm ��:�K�6�Kg�%[�ť���D����YGq��bq鬣�dk��t�Q\���X\*k�K�.@,.�u�lm ��:�K�6�Kg�%[Hť��������)�⒕����9Gq��bq鬣�dk��T��h]�X\:�(.��@,.�u�lm ��:�K�6�KeMq���ť��⒭
���YGq��bq鬣�dk��T��h]�X\:�(.��@,.�u�lm �N���,�J9�KT6�K��%K�ť��⒭
���YGq��bq��).Ѻ���t�Q\���X\:�(.��@,.�u�lm �ʚ���Kg�%[�ť��⒭
���YGq��bqi���$�
+���YGq��bq鬣�dk��tҭ�dg᰸T��(]�X\:�(.��@,.�u�lm ��:�K�6�KeMq���ť��⒭
���YGq��bq鬣�dk��T��h]�X\:�(.��@,.�u�lm ��:�K�6�KeMq���ť��⒭
���I�⒝����9Gq��bq��).Ѻ���t�Q\���X\:�(.��@,.�u�lm �ʚ���Kg�%[�ť��⒭
���YGq��bq��).Ѻ���t�Q\���X\:�(.��@,.�u�lm �ʚ����K'݊Kv�K��%K�ť��⒭
��RYS\�ubq鬣�dk��t�Q\���X\:�(.��@,.�u�d]�X\:�(.��@,.�u�lm ��:�K�6�KeMq���ť��⒭
���YGq��bq鬣�dk��T�Q\��qT\b'(�K~������Kx��W\�|��,�������|w<?|������������_�;�}���/y�����l�ַ�?<�w�x��^t<r���w7�}�����X8��Y)ǽͨ,�ڬ���fT�l6���L���}�J9�kFe��f�w5��pxS�R���QY8��Y(�-͠\pxG�R�+�QY8��Y)��̨,�ά��rfT�f6���L����J9�eFe��Rf�w2��pt#�2�y�^�x@�6����F�a�R�g�2���,oe&HY8ʹ�����Qf����)����)�;�F��R�G��rn���q��`�� e�8�7����,��F�������_(g���q�o���IY8L��q�$��q�o����X8���r���l��F�П�����(S���p��eR���}?(�u�Q&�'e�8�7ʔ��,w�F������_(g���q�o�	�IY8���25?)�-�Q&�'e�8����qT����
+�	�����t�0���0�>���m���W.8.��2�>)�پQ��'e��7�$��,�B9{}P6�k}�L�O��q�o�)�IY8��2�>)Ǒ�P�F���B�(蓲p��e�|R��|�L�O��a�/���AX0��oD�仆q�o�)��X8��29>)�1�P�����(⓲p��e*|R�|�L�O��q�/���e㸾7����,��F�򞔅���(�ݓ�p��l�A�8.�2�=)ǹ�Q��'eᰵ7Ƒړ�����_���7�D�d,'�F�ž����(�ד�p��l�A�8.�2a=)�Y�Q��'eḩ7�$��,�B9{zP6�kz�LLO��qJo�)�IY8��2=)��m奡�W.8.�2=)���Q��'eᰝ7ƑΓ����n���j�(͓�p��e�yR�{y�L.O��q,/���e㸔7ʄ�,g�F�J����F�(�ȓ�p����A�8��2q<)�i�Q��'eḋ7�d�,G�B9�xP6��x�LO��ao���'�5�[x#L
+O��q/���e㸂7�D�,'�F�������(����p��l�A�8.ߍ2�;)�ٻQ�z'e�y7�$�,�B9{wP6�kw�L�N��q�n�)�IY8�܍2�;)Ǒ�P�������G�N�k��F�������(����p����A�8�ڍ2Q;)�I�Q�h'e�g7���,�췕��}_��d7ʄ�,g�F�������(����p����A�8�׍2�:)��Q�\'e�[7�d�,F�˜f��b}��v�:����//q�{���w�����_|=||�\}<r~����8��|��������/���~R<<�����[��xxx~�m�W��κ�����/}5Y �ʚ��
��ZYSY����Y+kBk�6�Ska���`]�\[+krk�6��keMq��rs������@ή�uv�d]�\^+k�k�6��keM}��b��#�Fg�8�6��`�tr���ɰ��@��5%6Z�-��&�Fk9�6��c�ur���I���@���5U6Z�]��&�Fk9�6��f�ur���ɳ��@��5�6Zȍ��&�Fk9�6��i�ur���I���@���t���,��ʙ`�
�d�Xg�M��ն�&�Fk9�V֔�hm ��ʚx�
�|�Xg�M����&�Fk9�V�T�hm w�ʚ��
��Xg�M��5��&�Fk9�V��hm 7�ʚ��
��Xg�M�He�rni7�aw+ᨻ�X83�7Jȉ��^o��@���5�7Zȡ����Fk��V���hm ���:{o�.@.��5�7Z�ѷ���Fk��Vք�hm ���:�o�.@���5�7Z�����Gk�W�D�hm f�F�����\)G
+���q����Q�@���5A8Z�I���&����peM��r��)���@nÕ5q8Z�y���>���qeM"��r$������@�ĕ5�8Zȩ���V���kqeM.��r0��)���@lƕtD��,f�F�n����r\9������+k�q�6��qeM@��rBn��!'��\Y������+kJr�6�[reML��rNn��''��\Y������+k�r�6��reMX��rZ.����+��reM^��r`��)���@l̕tD��,g��9;s�.@.͕5�9Zȱ���6Gk�7W��hm '��:�s�.@�Ε5�9Z�Ṳ�<Gk�=W���hm ���:�s�.@.Е5	:Z����BGk�CWք�hm ���:[t�.@�ѕ59:Z�A���"���&]9���������ɺ��LW֤�hm ��ʚ:�
�>]Y�������l�ɺ��RW�d�hm ��ʚR�
�V]Y���������ɺ��XW�$�hm G�ʚj�
�n]Y�������l�ɺ��^Wґ���p�+g
+v�6�veMĎ�r�n��c'��]Y������+kjv�6�{veMЎ�r�.����+��veM֎�rخ�)���@nە5q;Z�y��ξ���weM��r䮬����@�ܕ5�;Z�����u'g�v�ϵ]1z�����}�U�����������=�x����q����O������������/o���o/^�'�/�w�`{_�������O������뽭��//O��;�����X�Oγ�n�ް6p��rx9�a��n�ް6�}�����$��Y�.���c8��P�����XO���G�u{����;���po�۳7�
|��r��t{����Q�>��Q:�goH�c=}wֺ={����X�P��}���<�a�s��>�5shm �}(k�>��@��P��}���<�!�����@��P��}���<�����@ky�CY3����܇�ι�.@��P��}���<�����@kq�CI��:�s�9�>H��y�CY3����܇�f��
�e��Z�s�:�>Ⱥ�y�CY3����܇�f��
�e��Z�s�:�>Ⱥ�y�CY3����܇�f��
�e��Z�s�:�>Ⱥ�y�CY3����܇���t��>�3s(m �}�� ��e��Z�sʚ��6��>�5shm �}�� ��e��Z�sʚ��6��>�5shm �}�� ��e��Z�sʚ��6��>�5shm �}�� ������>�x
ù%sh,�}(g�>P�@�����XW �}(k�>��@��P��}���<�����@ky��X��Y �}(k�>��@��P��}���<�����@ky��X��Y �}(k�>��@��P��}���<�����@kq��H3�A���܇R��T��>�3s(m �}(k�>��@��0�9�A��sʚ��6��>�5shm �}(k�>��@��0�9�A��sʚ��6��>�5shm �}(k�>��@��0�9�A��sʚ��6��>�5shm �}(��@g�p��(3�A���܇rf��
�e��Z�sʚ��6��>�u�}�u�܇�f��
�e��Z�sʚ��6��>�u�}�u�܇�f��
�e��Z�sʚ��6��>��2���sʚ��6��>�5shm �}(��@g�x��8��I �}(k�>��@��P��}���<�����@ky��X��Y �}(k�>��@��P��}���<�����@ky��X��Y �}(k�>��@��P��}���<�����@ky��X��Y �}(k�>��@��P�1�����܇rf��
�c�sd]�<�����@ky�CY3����܇�f��
�c�sd]�<�����@ky�CY3����܇�f��
�c�sd]�<�����@ky�CY3����܇�f��
�c�sd]�8���c�������J�sʚ��6��>�u�}�u�܇�f��
�e��Z�sʚ��6��>��2���sʚ��6��>�5shm �}(k�>��@��0�9�A��sʚ��6��>�5shm �}(k�>��@��0��}��q8���b�_c�}\����uw�c�U���#�}<>?>���x��FOc�������_>����������˯��W??���tѼ�{ܛ��=4��졯^s��~��C�ur�����@5=4Z�=����Fk��6��C�ur�����@5=4Z�=�������8gM��=����Fk��V���hm ��ʚ�
��XgM��=����Fk��V���hm ��ʚ�
��XgM��=����Fk��V���hm ��ʚ�
��XgM��=����Fk��V��C��p�C+gzh�6�{hc�=4Y ��ʚ�
�ZY�C����C+kzh�6�{hc�=4Y ��ʚ�
�ZY�C����C+kzh�6�{hc�=4Y ��ʚ�
�ZY�C����C+kzh�6�{hc�=4Y ��ʹ��h��a����FcḇV���(m ���z�����V���hm ��ʚ�
�ZY�C����C��ɺ���V���hm ��ʚ�
�ZY�C����C��ɺ���V���hm ��ʚ�
�ZY�C����Cizhr6{h�=4*�=�r��Fi��V���hm ���:{h�.@5=4Z�=����Fk��V���hm ���:{h�.@5=4Z�=����Fk��V���hm ���:{h�.@5=4Z�=����Fk��V��C��p�CezhR6�{h�L��r�����@5=4Z�=������{heM��r�����@5=4Z�=������{heM��r�����@5=4Z�=��^zh��@5=4Z�=����Fk��V��C��p�C��I����V���hm ��ʚ�
�ZY�C����C��ɺ���V���hm ��ʚ�
�ZY�C����C��ɺ���V���hm ��ʚ�
�ZY�C����C��ɺ���V���hm ��J:zht�{h�L��rm���&��ZY�C����C+kzh�6�{heM��rm���&��ZY�C����C+kzh�6�{heM��rm���&��ZY�C����C+kzh�6�{heM��rm���&��ZIG���q���Q�@5=4Z�=������{heM��r�����@5=4Z�=��^zh��@5=4Z�=����Fk��V���hm ���:{h�.@5=4Z�=����Fk��V���hm ��F������^�C�k���=�ǻ�z�U���{臇���#����=���?����_~�~��o���w�۷��p}�����^bVx��^��~���E fEk9fU�Ĭhm ƬJ:bVt�cV�1+I Ǭʚ��
�UY�����*kbV�6�cVc�1+Y Ǭʚ��
�UY�����*kbV�6�cVc�1+Y Ǭʚ��
�UY�����*kbV�6�cVc�1+Y Ǭʚ��
ĘUIG̊��q̪��YQ�@�Y�uƬd]��*kbV�6�cVeM̊�r̪��Y��@�Y�uƬd]��*kbV�6�cVeM̊�r̪��Y��@�Y�uƬd]��*kbV�6�cVeM̊�r̪��Y��@�Y�uƬd]��*�����1������U9�����
+�%f�
+�UY�����*kbV�6�cVeM̊�r�j�3f%��UY�����*kbV�6�cVeM̊�r�j�3f%��UY�����*kbV�6�cVeM̊�b�j��Y��8�Y�rĬ�,Ǭʙ��
�UY������Yɺ�9fU�Ĭhm Ǭʚ��
�UY������Yɺ�9fU�Ĭhm Ǭʚ��
�UY������Yɺ�9fU�Ĭhm Ǭʚ��
ĘUIG̊��a�j��YI�8�Y�31+J�1��&fEk9fU�Ĭhm Ǭ�:cV�.@�Y�51+Z�1��&fEk9fU�Ĭhm Ǭ�:cV�.@�Y�51+Z�1��&fEk9fU�Ĭhm Ǭ�z�Y��9fU�Ĭhm Ǭʚ��
ĘUIG̊��q�j�3f%��UY�����*kbV�6�cVeM̊�r�j�3f%��UY�����*kbV�6�cVeM̊�r�j�3f%��UY�����*kbV�6�cVeM̊�r�j�3f%��UY�����*�Y�Y8�Y�31+J�1��Θ���cVeM̊�r̪��Y��@�Y�51+Z�1��Θ���cVeM̊�r̪��Y��@�Y�51+Z�1��Θ���cVeM̊�r̪��Y��@�Y�51+Z�1��Θ��cV%1+:�1�r&fEi9fU�Ĭhm Ǭ�:cV�.@�Y�51+Z�1��&fEk9fU�Ĭhm Ǭ�z�Y��9fU�Ĭhm Ǭʚ��
�UY������Yɺ�9fU�Ĭhm Ǭʚ��
�UY�����ibVr6c���Ŭ�#f�z�Y�_��]�{��Ŭ��}1����/?�����/�=}���n?��������/���O������<�~��߽�}����{��>�����y������՝y
+�L��\�L�󔷯y
+J�y���<����eM���r����S��@�S�5y
+Z�y���<����eM���r����S��@�S�5y
+Z�y���<����eM���r����S��@�S�5y
+Z�y���<�������4^�0OQ‘���p��(g��6��a��)`]���(k��6��eM���r����S��@�S�u�)d]���(k��6��eM���r����S��@�S�u�)d]���(k��6��eM���r����S��@�S�4y
+9�y�R�<���<E9�������(k��6��c�y
+Y �)ʚ<�
�<EY�������(k��6��c�y
+Y �)ʚ<�
�<EY�������(k��6��c�y
+Y �)ʚ<�
�<EY�������(��S�Y8�S�2y
+)�y�r&OAi9OQ��)hm �)ʚ<�
�<�Xg�B��y��&OAk9OQ��)hm �)ʚ<�
�<�Xg�B��y��&OAk9OQ��)hm �)ʚ<�
�<EX/y
+XW �)ʚ<�
�<EY�������(��S�Y8�S�s�)$]���(k��6��eM���r����S��@�S�u�)d]���(k��6��eM���r����S��@�S�u�)d]���(k��6��eM���r����S��@�S�u�)d]���(k��6�%y
+:�y�r&OAi9O1֙��ur����S��@�S�5y
+Z�y��&OAk9O1֙��ur����S��@�S�5y
+Z�y��&OAk9O1֙��ur����S��@�S�5y
+Z�y��&OAk9O1֙��ub���#OAg�8OQ��)(m �)ʚ<�
�<�Xg�B��y��&OAk9OQ��)hm �)ʚ<�
�<EX/y
+XW �)ʚ<�
�<EY�������(k��6��c�y
+Y �)ʚ<�
�<EY�������(k��6�#M�B��a�B��S�5F�r������k���I��G�S�#�7zy�����������ǭMY��x>�p�����|z��/���xx�v��.]����<^����Eޱn�ް6p��|x<Z���
kw�/����eݞ�am���������Ydzl]�;և�ˋ�n�ް6p��|x8�}Q�����X_/�?DT�����o�x���u<���c=}�/ʺ={�����c8��WY�goX�c=}�ֺ={�����/����I�G�ٸ��38�s{����;��gpg�۳7�
ܱ����ٯ���
k߷��/��x��p��p���Z�goX�c}>�?�os����XOÓ��3��am��m���cxt�<���c=}�Һ={�����c��(�۳7�
ܱ�>���n�ް6p��q)���[�ɺ���ae�-�hm �2���e�
�[��t�2����-��9o&��[��5����|˰��a�6�oV��2���-��:o&��[��5����|˰��a�6�oV��2���-��:o&��[��5����|˰��a�6�oV��2���-��:o&��[��5����x˰��t�g\�33.(m ϸ�q!��e͌Z�3.ʚ�6�g\�53.hm ϸ�q!��e͌Z�3.ʚ�6�g\�53.hm ϸ�q!��e͌Z�3.ʚ�6�g\�53.hm ϸ�q!����f\�x
�%3.h,ϸ(gf\P�@�q�ˌXW ϸ(kf\��@�qQ�̸���<㢬�qAky��X�Y ϸ(kf\��@�qQ�̸���<㢬�qAky��X�Y ϸ(kf\��@�qQ�̸���<㢬�qAkq��H3�B��ጋR�T�g\�33.(m ϸ(kf\��@�q1�9�B��3.ʚ�6�g\�53.hm ϸ(kf\��@�q1�9�B��3.ʚ�6�g\�53.hm ϸ(kf\��@�q1�9�B��3.ʚ�6�g\�53.hm θ(�qAg�p��(3�B���rf��
�e͌Z�3.ʚ�6�g\�uθ�u򌋲f��
�e͌Z�3.ʚ�6�g\�uθ�u򌋲f��
�e͌Z�3.ʚ�6�g\��2���3.ʚ�6�g\�53.hm θ(�qAg�x��8�I ϸ(kf\��@�qQ�̸���<㢬�qAky��X�Y ϸ(kf\��@�qQ�̸���<㢬�qAky��X�Y ϸ(kf\��@�qQ�̸���<㢬�qAky��X�Y ϸ(kf\��@�qQ�1����rf��
�c�3.d]�<㢬�qAky�EY3��򌋲f��
�c�3.d]�<㢬�qAky�EY3��򌋲f��
�c�3.d]�<㢬�qAky�EY3��򌋲f��
�c�3.d]�8㢤c�����̌J�3.ʚ�6�g\�uθ�u򌋲f��
�e͌Z�3.ʚ�6�g\��2���3.ʚ�6�g\�53.hm ϸ(kf\��@�q1�9�B��3.ʚ�6�g\�53.hm ϸ(kf\��@�q1�̸��q8�B�$f�_c̸\���xܝq���u��������V\���y�#.�>|����_vF\O����������.c�^-�\����۷�5Ae�p��(�hB��ញR�9T�L�rl���p�d��c�����̊	)�&J9&LPY80Qʱ_����z�R��T��K�q,���`�[��c�������%�,.�(�,Ae�p��(�VB���V�R��T�J�r씠�p�R��c���É��%�\p�O��c����q��$�,.�(�&Ae�p��(�JB���&�R�ITI�r쑠�p�F���	
+�a8Eb�Y"!c�p�D)�	*�#$J96HPY8\ Q�1@������Qf}�������#�,�(��Ae�puD)��*��#F��R6�F�r̍��p86��ck��å�C#�,ΌeVFH�8�Q�11������2n�"(��Ẉ�q4�E�2�"�l�(�Ae�pTD)Ǧ*��"J9EPY8�1ʬ���q�%��cJ���!�;"�,��(�Ae�pB�(� B���~�R��T�C�rl���p���c8������j)�!J�m2uW(Q�m/u�0\Q�1����T�PΥP.8�	Q�1����H�R��TB�r���p8b�Y!e�pD)�4*�� J9vAPY8\Q�1
+����$�Qf����=�s �,��(��Ae�p	D)�*G3 �8V@HX0��Q�m}�0�Q±�������R��T�?�2��l�~(��@e�p�C)��*��J9?PY8��0ʬ}��q����c���á�;�,�|(��@e�p��(��A��ᾇR�yT�=�rl{��p�졌۰
+�a4�a|cՃ|�M%�h,z(���@e�p�C)ǘ*�SF�%R6w<�r�x��p8⡔c������,�we�;H�8��P�1݁���p�R��TW;�r�v��p8�!�s���:�r�u��p8֡�c�����e܆:Px
Ù#�J�J9&:PY8�Pʱρ���:�R�qT�9�2��l�r(��@e�p�C)�&*��J99PY8��0ʬq��q�š�c����!�;�,�p(��@e�p��(��A�����R��
T��7�q��@�5�7�po��p8�a�Y� e�psC)��*��J9�6PY8\�P�1�����ԆQfi���Ý
�3�,�l(���@e�paC)��*��F�u
R6�5�rLk��p8���cW���U
���,Nje5H�8��P�mN��0�P±����ᒆR�!
Tg4�2+�lnh(��@e�p@C)�~*��J9�3PY8��ʹ����J9f3PY8�Pʱ�����b�R��T�2�2k�lne(��@e�p(C)�N*�+J9F2PY8��0Ʊ�A‚�>�������w؞�z	���߷��r<|<��8�x��ݍy�����~��������������_������?o���}?���?����/�ަF���$]<�������/����ʌ��~.�5����
� HYS����)k� �6�� c�]Y �Aʚ4�
�8HIG���q��	�P�@N��u6Bd]�\	)k2!�6�C!eM)��r+������@΅�u�Bd]�\)k�!�6��!eM5��r7��	���@N��u�Cd]�\)k�!�6�"eMA��rC������@Έ�uvDd]�T)����1������H9����	�)�
+�HY����)k�"�6��"eM\��r^d��/"���HY����)k*#�6�;#eMh��rjd��5"���HY����)k�#�6��#eMt��bvd����8,��r�G�,�Gʙ��
��HY ���� �l�Ⱥ��BR�dHhm �Hʚ	�
�IY#����#��Ⱥ��HR�$Ihm GIʚ*	�
�.IY&����&�l�Ⱥ��NR��Ihm JʚB	�
�FIIG����a�d��H�8.��3�Jȱ���VBk�WR�Khm 'K�:�%�.@���5�Z�ᒲ�\Bk�]R��Khm �K�:�%�.@.��5	Z����bBk�cRքLhm �L�zi����fR��Lhm Mʚ�	�
ĦIIGԄ��q�d��k"��IY�6���7)k�&�6��&eM���r�d��q"���IY�9���:)kJ'�6�['eM��r�d��w"���IY�<���=)k�'�6��'eM���r�d��}"���IY�?���@)�(��Y8n��3J�������K(eM
+��r������@5AZ�I���&����(eM��r��)���@n��5qZ�y���>���)eM"��r$������@5�Zȩ���V��k)%�:���r��Bi��R�DShm gS�:�)�.@.��5�Z�񔲦�Bk��R�Thm 'T�zi�����R�dThm �Tʚ�
+�
�JYS����S��Ⱥ���R�$Uhm GUʚ�
+�
�JYV����Vi�*r6����U����� ������������Kr�~x<r~����S��ȧ�n���/���T[L��?����ۿ���߾;~��O_���O_~����������˛�\�?�W��=�����������/����@>u��9u���{c���ɺ��Խ���=Zȧ�5����@>u��9u���{c���ɺ��Խrn���x
�S�J8Nݣ�p|�^9s��
�S��z9u�ȧ�5����@>u��9u���{eͩ{�6�O��<uO�ȧ�5����@>u��9u���{eͩ{�6�O��<uO�ȧ�5����@>u��9u���{eͩ{�6O�iNݓ�qx�^)ǩ{T�O�+gNݣ��|�^Ys��
�S��:Oݓu�{eͩ{�6�O�+kNݣ��|�^Ys��
�S��:Oݓu�{eͩ{�6�O�+kNݣ��|�^Ys��
�S��:Oݓu�{eͩ{�6�O�+kNݣ��x�^Iǩ{tO�eNݓ�q|�^9s��
�S�ʚS�hm ��W֜�Gk�Խ��S�d]�|�^Ys��
�S�ʚS�hm ��W֜�Gk�Խ��S�d]�|�^Ys��
�S�ʚS�hm ��W֜�Gk�Խ�^N݃u�{eͩ{�6�O�+kNݣ��x�^Iǩ{t�O��<uO�ȧ�5����@>u��9u���{eͩ{�6�O��<uO�ȧ�5����@>u��9u���{eͩ{�6�O��<uO�ȧ�5����@>u��9u���{eͩ{�6�O��<uO�ȧ�5����@<u����=:ǧ�3��Q�@>uo���=Y ��W֜�Gk�Խ���=Zȧ�5����@>uo���=Y ��W֜�Gk�Խ���=Zȧ�5����@>uo���=Y ��W֜�Gk�Խ���=Zȧ�5����@>uo���=Y ��W�q����S�ʙS�(m ��W֜�Gk�Խ��S�d]�|�^Ys��
�S�ʚS�hm ��W֜�Gk�Խ�^N݃u�{eͩ{�6�O�+kNݣ��|�^Ys��
�S��:Oݓu�{eͩ{�6�O�+kNݣ��|�^Ys��
�S�F�S��l���?�N��k�S�W�A���_������/x��|�������o�<=O���+=�_^i<�G�o�O?~������Zǻ����ܪ��v�����'zx��w|�:y��}�|R�������{/�u{����;�����ygݞ�am�������Giݞ�am�������(��Y�.���c8����n�ް6p�z��%��۳7�
ܱ�>���n�ް6�}���c8�����gٺ�w����_�)���
kw�χ�kݞ�am�������UZ�goX����xx|���,[����1��	o��pnGy���ҹ={C����3x������o}:}���x��p�z��巹��
kw����h�۳7�
ܱ�>�;�mn<{��������ë�67�e�ܱ>^^�u{����;����G�ψ��
kw�/��g�mn<{������_K?<I�x��p�z�巹��
kw����A~��ް6p�z��u{�����[_N�����(;��<}G�
g<{C����3�������XO��}�_�����o}=�_�7��,[������n�ް6p��|����Ƴ7�
ܱ�>�'�
g<{����Kٻ����y�+p�z���u{����;���p�QZ�goX�c=}Gkݞ�am�����c�s���,[�������*�۳7�
ܱ>�/ֺ={�������~��=z�Y����������gY��w�����Z�goX�c=}O�Һ={�����Sx|������o}8}�:�e�ܱ�>��Giݞ�am����1�7���
kw�����Z�goX�sQ��9�X�U�d]�|���*r�6��"W�\E���U�ʚ����@���X�U�d]�|���*r�6�"W�q9:�W�+g�"Gi�*rc�W��u�U�ʚ����@��\Ys9Z�W�+k�"Gk�*rc�W��u�U�ʚQ4�6�Gє5�hhm ��)kF���@E3�9�F�ȣhʚQ4�6�Gє5�hhm ��)kF���@E3�9�F�H�hʹ������hJ8F��X8ESΌ����<�&��Q4��@ES֌����<���ECkyMY3����(���Q4�.@ES֌����<���ECkyMY3����(���Q4�.@ES֌����<���ECkyMY3����(��f����Q4��h�,��)gF�P�@ES֌����<�f�s���Gє5�hhm ��)kF���@ES֌����<�f�s���Gє5�hhm ��)kF���@ES֌����<�f�s���Gє5�hhm ��)kF���@ES�1�����(�Qf����Q4��(JȣhʚQ4�6�Gє5�hhm ���E#��Q4e�(ZȣhʚQ4�6�Gє5�hhm ���E#��Q4e�(ZȣhʚQ4�6�Gє5�hhm ��	�e
�+�Gє5�hhm ��)kF���@ES�1�����(�q�Q4�.@ES֌����<���ECkyMY3����(���Q4�.@ES֌����<���ECkyMY3����(���Q4�.@ES֌����<���ECkyMY3����(���Q4�.@ES֌����8���c
���Q4��(Jȣh�:G�Ⱥ�yMY3����(��f
�
�Q4e�(Zȣh�:G�Ⱥ�yMY3����(��f
�
�Q4e�(Zȣh�:G�Ⱥ�yMY3����(��f
�
�Q4e�(Zȣh�:G�Ⱥ�qMI�(:ǣhʙQ4�6�Gє5�hhm ���E#��Q4e�(ZȣhʚQ4�6�Gє5�hhm ��	�e
�+�Gє5�hhm ��)kF���@ES֌����<�f�s���Gє5�hhm ��)kF���@ES֌����8�f�E#g�pm�ˍ��k�Q���8vG��_�j����|���h�/���e����ګWz9�~6�8�п���BNT�X���endstream
+endobj
+1786 0 obj <<
+/Type /Page
+/Contents 1787 0 R
+/Resources 1785 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 1873 0 R
+/Annots [ 1789 0 R 1790 0 R 1791 0 R 1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R 1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R 1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R 1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R 1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R 1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R 1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R 1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R ]
+>> endobj
+1789 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 623.696 244.81 632.608]
+/Rect [119.552 706.187 226.34 715.098]
 /Subtype /Link
-/A << /S /GoTo /D (paranoid-security) >>
+/A << /S /GoTo /D (template-specific) >>
 >> endobj
-1739 0 obj <<
+1790 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 623.696 537.983 632.608]
+/Rect [528.02 706.187 537.983 715.098]
 /Subtype /Link
-/A << /S /GoTo /D (paranoid-security) >>
+/A << /S /GoTo /D (template-specific) >>
 >> endobj
-1740 0 obj <<
+1791 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 610.745 304.407 619.656]
+/Rect [119.552 693.235 351.988 702.147]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-relogin-everyone) >>
+/A << /S /GoTo /D (template-http-accept) >>
 >> endobj
-1741 0 obj <<
+1792 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 610.745 537.983 619.656]
+/Rect [528.02 693.235 537.983 702.147]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-relogin-everyone) >>
+/A << /S /GoTo /D (template-http-accept) >>
 >> endobj
-1742 0 obj <<
+1793 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 597.793 312.018 606.705]
+/Rect [95.641 680.284 256.138 689.195]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-relogin-some) >>
+/A << /S /GoTo /D (cust-hooks) >>
 >> endobj
-1743 0 obj <<
+1794 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 597.793 537.983 606.705]
+/Rect [528.02 680.284 537.983 689.195]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-relogin-some) >>
+/A << /S /GoTo /D (cust-hooks) >>
 >> endobj
-1744 0 obj <<
+1795 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 584.842 343.151 593.753]
+/Rect [95.641 667.333 261.398 676.244]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-index) >>
+/A << /S /GoTo /D (cust-change-permissions) >>
 >> endobj
-1745 0 obj <<
+1796 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 584.842 537.983 593.753]
+/Rect [528.02 667.333 537.983 676.244]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-index) >>
+/A << /S /GoTo /D (cust-change-permissions) >>
 >> endobj
-1746 0 obj <<
+1797 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 571.891 484.091 580.802]
+/Rect [95.641 654.381 286.315 663.293]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-passwd-encryption) >>
+/A << /S /GoTo /D (integration) >>
 >> endobj
-1747 0 obj <<
+1798 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 571.891 537.983 580.802]
+/Rect [528.02 654.381 537.983 663.293]
 /Subtype /Link
-/A << /S /GoTo /D (trbl-passwd-encryption) >>
+/A << /S /GoTo /D (integration) >>
 >> endobj
-1748 0 obj <<
+1799 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 558.585 117.668 565.569]
+/Rect [119.552 643.487 172.134 650.341]
 /Subtype /Link
-/A << /S /GoTo /D (patches) >>
+/A << /S /GoTo /D (bonsai) >>
 >> endobj
-1749 0 obj <<
+1800 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 558.585 537.983 565.569]
+/Rect [528.02 643.487 537.983 650.341]
 /Subtype /Link
-/A << /S /GoTo /D (patches) >>
+/A << /S /GoTo /D (bonsai) >>
 >> endobj
-1750 0 obj <<
+1801 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 543.263 241.901 550.117]
+/Rect [119.552 630.536 163.835 637.39]
 /Subtype /Link
-/A << /S /GoTo /D (cmdline) >>
+/A << /S /GoTo /D (cvs) >>
 >> endobj
-1751 0 obj <<
+1802 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 543.263 537.983 550.117]
+/Rect [528.02 630.536 537.983 637.39]
 /Subtype /Link
-/A << /S /GoTo /D (cmdline) >>
+/A << /S /GoTo /D (cvs) >>
 >> endobj
-1752 0 obj <<
+1803 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 528.254 292.402 537.166]
+/Rect [119.552 617.584 201.733 624.438]
 /Subtype /Link
-/A << /S /GoTo /D (cmdline-bugmail) >>
+/A << /S /GoTo /D (scm) >>
 >> endobj
-1753 0 obj <<
+1804 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 528.254 537.983 537.166]
+/Rect [528.02 617.584 537.983 624.438]
 /Subtype /Link
-/A << /S /GoTo /D (cmdline-bugmail) >>
+/A << /S /GoTo /D (scm) >>
 >> endobj
-1754 0 obj <<
+1805 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 514.949 238.135 521.933]
+/Rect [119.552 604.633 188.991 611.487]
 /Subtype /Link
-/A << /S /GoTo /D (install-perlmodules-manual) >>
+/A << /S /GoTo /D (svn) >>
 >> endobj
-1755 0 obj <<
+1806 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 514.949 537.983 521.933]
+/Rect [528.02 604.633 537.983 611.487]
 /Subtype /Link
-/A << /S /GoTo /D (install-perlmodules-manual) >>
+/A << /S /GoTo /D (svn) >>
 >> endobj
-1756 0 obj <<
+1807 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 499.627 162.331 506.481]
+/Rect [119.552 591.681 234.52 598.535]
 /Subtype /Link
-/A << /S /GoTo /D (modules-manual-instructions) >>
+/A << /S /GoTo /D (tinderbox) >>
 >> endobj
-1757 0 obj <<
+1808 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 499.627 537.983 506.481]
+/Rect [528.02 591.681 537.983 598.535]
 /Subtype /Link
-/A << /S /GoTo /D (modules-manual-instructions) >>
+/A << /S /GoTo /D (tinderbox) >>
 >> endobj
-1758 0 obj <<
+1809 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 486.675 198.326 493.529]
+/Rect [71.731 574.416 160.059 583.303]
 /Subtype /Link
-/A << /S /GoTo /D (modules-manual-download) >>
+/A << /S /GoTo /D (faq) >>
 >> endobj
-1759 0 obj <<
+1810 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 486.675 537.983 493.529]
+/Rect [528.02 574.416 537.983 583.303]
 /Subtype /Link
-/A << /S /GoTo /D (modules-manual-download) >>
+/A << /S /GoTo /D (faq) >>
 >> endobj
-1760 0 obj <<
+1811 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 471.666 187.516 480.578]
+/Rect [71.731 559.074 152.746 567.96]
 /Subtype /Link
-/A << /S /GoTo /D (modules-manual-optional) >>
+/A << /S /GoTo /D (troubleshooting) >>
 >> endobj
-1761 0 obj <<
+1812 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 471.666 537.983 480.578]
+/Rect [528.02 559.074 537.983 567.96]
 /Subtype /Link
-/A << /S /GoTo /D (modules-manual-optional) >>
+/A << /S /GoTo /D (troubleshooting) >>
 >> endobj
-1762 0 obj <<
+1813 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 458.361 229.548 465.345]
+/Rect [95.641 545.534 177.534 552.508]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl) >>
+/A << /S /GoTo /D (general-advice) >>
 >> endobj
-1763 0 obj <<
+1814 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 458.361 537.983 465.345]
+/Rect [528.02 545.534 537.983 552.508]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl) >>
+/A << /S /GoTo /D (general-advice) >>
 >> endobj
-1764 0 obj <<
+1815 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 443.039 143.232 449.893]
+/Rect [95.641 530.645 324.033 539.557]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-0) >>
+/A << /S /GoTo /D (trbl-testserver) >>
 >> endobj
-1765 0 obj <<
+1816 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 443.039 537.983 449.893]
+/Rect [528.02 530.645 537.983 539.557]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-0) >>
+/A << /S /GoTo /D (trbl-testserver) >>
 >> endobj
-1766 0 obj <<
+1817 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 428.03 217.961 436.941]
+/Rect [95.641 518.411 400.057 526.605]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-1) >>
+/A << /S /GoTo /D (trbl-perlmodule) >>
 >> endobj
-1767 0 obj <<
+1818 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 428.03 537.983 436.941]
+/Rect [528.02 518.411 537.983 526.605]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-1) >>
+/A << /S /GoTo /D (trbl-perlmodule) >>
 >> endobj
-1768 0 obj <<
+1819 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 415.079 178.839 423.99]
+/Rect [95.641 504.742 244.133 513.654]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-2) >>
+/A << /S /GoTo /D (trbl-dbdSponge) >>
 >> endobj
-1769 0 obj <<
+1820 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 415.079 537.983 423.99]
+/Rect [528.02 504.742 537.983 513.654]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-2) >>
+/A << /S /GoTo /D (trbl-dbdSponge) >>
 >> endobj
-1770 0 obj <<
+1821 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 402.127 187.426 411.039]
+/Rect [95.641 491.791 244.81 500.702]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-3) >>
+/A << /S /GoTo /D (paranoid-security) >>
 >> endobj
-1771 0 obj <<
+1822 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 402.127 537.983 411.039]
+/Rect [528.02 491.791 537.983 500.702]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-3) >>
+/A << /S /GoTo /D (paranoid-security) >>
 >> endobj
-1772 0 obj <<
+1823 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 391.233 160.956 398.087]
+/Rect [95.641 478.839 304.407 487.751]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-4) >>
+/A << /S /GoTo /D (trbl-relogin-everyone) >>
 >> endobj
-1773 0 obj <<
+1824 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 391.233 537.983 398.087]
+/Rect [528.02 478.839 537.983 487.751]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-4) >>
+/A << /S /GoTo /D (trbl-relogin-everyone) >>
 >> endobj
-1774 0 obj <<
+1825 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 376.224 198.315 385.136]
+/Rect [95.641 465.888 312.018 474.799]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-5) >>
+/A << /S /GoTo /D (trbl-relogin-some) >>
 >> endobj
-1775 0 obj <<
+1826 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 376.224 537.983 385.136]
+/Rect [523.039 465.888 537.983 474.799]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-5) >>
+/A << /S /GoTo /D (trbl-relogin-some) >>
 >> endobj
-1776 0 obj <<
+1827 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 365.33 209.653 372.184]
+/Rect [95.641 452.937 343.151 461.848]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-6) >>
+/A << /S /GoTo /D (trbl-index) >>
 >> endobj
-1777 0 obj <<
+1828 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 365.33 537.983 372.184]
+/Rect [523.039 452.937 537.983 461.848]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-6) >>
+/A << /S /GoTo /D (trbl-index) >>
 >> endobj
-1778 0 obj <<
+1829 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 350.321 255.401 359.233]
+/Rect [95.641 439.985 484.091 448.897]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-7) >>
+/A << /S /GoTo /D (trbl-passwd-encryption) >>
 >> endobj
-1779 0 obj <<
+1830 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 350.321 537.983 359.233]
+/Rect [523.039 439.985 537.983 448.897]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-7) >>
+/A << /S /GoTo /D (trbl-passwd-encryption) >>
 >> endobj
-1780 0 obj <<
+1831 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 339.427 150.635 346.281]
+/Rect [71.731 426.68 117.668 433.664]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-8) >>
+/A << /S /GoTo /D (patches) >>
 >> endobj
-1781 0 obj <<
+1832 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 339.427 537.983 346.281]
+/Rect [523.039 426.68 537.983 433.664]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-8) >>
+/A << /S /GoTo /D (patches) >>
 >> endobj
-1782 0 obj <<
+1833 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 326.356 154.161 333.33]
+/Rect [95.641 411.358 241.901 418.212]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-9) >>
+/A << /S /GoTo /D (cmdline) >>
 >> endobj
-1783 0 obj <<
+1834 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 326.356 537.983 333.33]
+/Rect [523.039 411.358 537.983 418.212]
 /Subtype /Link
-/A << /S /GoTo /D (gfdl-9) >>
+/A << /S /GoTo /D (cmdline) >>
 >> endobj
-1784 0 obj <<
+1835 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 396.349 292.402 405.26]
+/Subtype /Link
+/A << /S /GoTo /D (cmdline-bugmail) >>
+>> endobj
+1836 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 396.349 537.983 405.26]
+/Subtype /Link
+/A << /S /GoTo /D (cmdline-bugmail) >>
+>> endobj
+1837 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [71.731 383.044 238.135 390.027]
+/Subtype /Link
+/A << /S /GoTo /D (install-perlmodules-manual) >>
+>> endobj
+1838 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 383.044 537.983 390.027]
+/Subtype /Link
+/A << /S /GoTo /D (install-perlmodules-manual) >>
+>> endobj
+1839 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 367.721 162.331 374.575]
+/Subtype /Link
+/A << /S /GoTo /D (modules-manual-instructions) >>
+>> endobj
+1840 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 367.721 537.983 374.575]
+/Subtype /Link
+/A << /S /GoTo /D (modules-manual-instructions) >>
+>> endobj
+1841 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 354.77 198.326 361.624]
+/Subtype /Link
+/A << /S /GoTo /D (modules-manual-download) >>
+>> endobj
+1842 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 354.77 537.983 361.624]
+/Subtype /Link
+/A << /S /GoTo /D (modules-manual-download) >>
+>> endobj
+1843 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 339.761 187.516 348.672]
+/Subtype /Link
+/A << /S /GoTo /D (modules-manual-optional) >>
+>> endobj
+1844 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 339.761 537.983 348.672]
+/Subtype /Link
+/A << /S /GoTo /D (modules-manual-optional) >>
+>> endobj
+1845 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [71.731 326.456 229.548 333.44]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl) >>
+>> endobj
+1846 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 326.456 537.983 333.44]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl) >>
+>> endobj
+1847 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 311.133 143.232 317.988]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-0) >>
+>> endobj
+1848 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 311.133 537.983 317.988]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-0) >>
+>> endobj
+1849 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 296.125 217.961 305.036]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-1) >>
+>> endobj
+1850 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 296.125 537.983 305.036]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-1) >>
+>> endobj
+1851 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 283.173 178.839 292.085]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-2) >>
+>> endobj
+1852 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 283.173 537.983 292.085]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-2) >>
+>> endobj
+1853 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 270.222 187.426 279.133]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-3) >>
+>> endobj
+1854 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 270.222 537.983 279.133]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-3) >>
+>> endobj
+1855 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 259.208 160.956 266.182]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-4) >>
+>> endobj
+1856 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 313.524 239.291 320.379]
+/Rect [523.039 259.208 537.983 266.182]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-4) >>
+>> endobj
+1857 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 244.319 198.315 253.23]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-5) >>
+>> endobj
+1858 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 244.319 537.983 253.23]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-5) >>
+>> endobj
+1859 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 233.425 209.653 240.279]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-6) >>
+>> endobj
+1860 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 233.425 537.983 240.279]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-6) >>
+>> endobj
+1861 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 218.416 255.401 227.327]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-7) >>
+>> endobj
+1862 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 218.416 537.983 227.327]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-7) >>
+>> endobj
+1863 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 207.522 150.635 214.376]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-8) >>
+>> endobj
+1864 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 207.522 537.983 214.376]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-8) >>
+>> endobj
+1865 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 194.451 154.161 201.425]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-9) >>
+>> endobj
+1866 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [523.039 194.451 537.983 201.425]
+/Subtype /Link
+/A << /S /GoTo /D (gfdl-9) >>
+>> endobj
+1867 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [95.641 181.619 239.291 188.473]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-10) >>
 >> endobj
-1785 0 obj <<
+1868 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 313.524 537.983 320.379]
+/Rect [523.039 181.619 537.983 188.473]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-10) >>
 >> endobj
-1786 0 obj <<
+1869 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [95.641 298.516 271.65 307.427]
+/Rect [95.641 166.61 271.65 175.522]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-howto) >>
 >> endobj
-1787 0 obj <<
+1870 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 298.516 537.983 307.427]
+/Rect [523.039 166.61 537.983 175.522]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl-howto) >>
 >> endobj
-1788 0 obj <<
+1871 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 283.308 109.369 292.194]
+/Rect [71.731 151.402 109.369 160.289]
 /Subtype /Link
 /A << /S /GoTo /D (glossary) >>
 >> endobj
-1789 0 obj <<
+1872 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [523.039 283.308 537.983 292.194]
+/Rect [523.039 151.402 537.983 160.289]
 /Subtype /Link
 /A << /S /GoTo /D (glossary) >>
 >> endobj
-1725 0 obj <<
-/D [1723 0 R /XYZ 71.731 729.265 null]
+1788 0 obj <<
+/D [1786 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1722 0 obj <<
-/Font << /F32 1151 0 R /F27 1144 0 R /F35 1481 0 R /F33 1242 0 R >>
+1785 0 obj <<
+/Font << /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1825 0 obj <<
-/Length 6808      
+1918 0 obj <<
+/Length 6807      
 /Filter /FlateDecode
 >>
 stream
-xڭ�MsGz��>�䁽�2=/G+�u�c�������)�R� �]zP�4&]�ʍp��(��#R���fL��nN�pZ�7�e�����_o>�?�?L��p<�:�������4\��͇����w����y�����O�2.üo~������ӷ�����ç����?�{z�_?��?����=�.�e�}��ɇ���N7�;���K���p�0
�^��b>�}|?������]���W��������������~z��s�J�q��D/uN��r�a>��e����1�}!K�b�{/dGͷUj�?�|2�|�Q5���������j�:��0�=�ܲZ6�e8^.��o;�6��0�]5�vT
l�����~9��O��0�&�,��V�
5=����ێ��
5=������ێ��
5=��b����jྺ�ǰ�j�e�
-l��1�SͷUjz�j����j`CM�at�|�Q5p_=L�x1���-�U`C]��l��ێ��
�8�'WͷU�yX���mG��}uM�a5�p�-�U`CM������j`CM���A"�vL�k��,�N������3�M�ܲZ6��&�m��vT
l��)���o;�6��p��os嶣j�z�O����[V��������ێ��
uM���\����P�cXͷ�r�Q5p_=��p0�r�j�P�cX̷�r�Q5����0�os嶣j`CM�ar�|�Q5p_���0�os��*����`�ϗ�:�ᭃ�S�|�%�A���l��������2������-�u`C]������j`CMOa]L5�vT
l��1��o;��Sz���[V����ü�j����P�c����o;�6��FWͷU��yN�
.nY��2�wSͷU�:�N��o;�6��0/��o;��Kz����)�� �30�^ͧR�dz���4�m�����b�۔ێ������_֘j�e�
-l��)L�{\����P�c0"n;�6��0]\5�vT
�W�q8�Ϳo�-�U`C]�����vT
l��p<�j����P�cX���r�Q5p_=��p0�m�-�U`CM�aq�|�Q5����0��q嶣j`CM���1�vL��'O���7��I�k�����o;�6�uX/�_�r�Q5���������j�z��d�Ǖ[V������|�)�Ujz���ێ��
5=���Wn;��S-��V�
5=��|�+�U��������j`CM�at�|�Q5pW=��p�x�qq�j�P��b�^�vT
l��p8�j����PO����cJ�>9�g`���-�U`CM�`u�|�Q5���gp�M5�vT
l��)����������1̦ZnY�jz��T�mG�����Y;�ێ��
�4�/��o;���8,g�m.nY��<���I�vT
l��]5�vT
l��1���\������c0k'q�j�P�cX\5�vT
l��1�?4�ӎ)q
2=�v�T��5=��T�-�U`CM�����mG�����Y;�ێ��
�4�ή�o;���q���IܲZ6�y8�������P�cX]5�vT
l��1����������c0k'q�j�P�c�]5�vT
l��1�������P�c0k'q�Q5p_=��d&��*�����E_N;��5�u���I�vP
l���xr�|�Q5p_��g`�O��*����`�Oⶣj`CM������j`CM��,��mG��]u�c0��vܢZ6��&WͷUjzf�$n;�6�Ӱ����U��iFs0��V�
uV�|�U�:�GWͷUjz�`"n;��sz��8��M�k��L��CJ\�L�\K�m�����~��uJ��K�U�|z?�+7�/�4�ye�M��m�Fۙ����k��_n��K{>�e>�����/'ϯ�m�������������~��������ȿ���<>���=|K�y����Ow�2���!��������w�z��?��/���9���5�*��n��/�]��B��Oj�K��?��K��?��K��?��G�*��V�T��\�G�:+�X*�(JW�-3*��j W�
���j�K��?��K��?��K��?��G�*��V�\�Ԩ����\�Ԩ����\�Ԩ����\�wԭ�Oj�K��?��K��?��K��?����?���,$%�+��D5�+��T5�+���U�I���o�Q�GU��o�Q�GU��o�Q�GU���[ş�*�+��T5�+��T5�+��T5�+���U�I���o�Q�GU��o�Q�GU��o��⏦�a��!��O��q��2�⏨r��R�⏪r��R�⏪r��Q��?�U W�-5*��j W�-5*��j W�-5*��j W�u���Zr��R�⏪r��R�⏪r��R�⏪r��P_+��ց\�Ԩ����\�Ԩ����X��R�GS���[ş�*�+��T5�+��T5�+��T5�+���U�I���o�Q�GU��o�Q�GU��o�Q�GU���[ş�*�+��T5�+��T5�+��T5�+���U�I���o�Q�GU��o��⏦�q��2�⏨r��Q��?�U W�-5*��j W�-5*��j W�-5*��j W�u���Zr��R�⏪r��R�⏪r��R�⏪r��Q��?�U W�-5*��j W�-5*��j W�-5*��j W�u���Zb��BK�M�㊿eF�Q
䊿�F�U
䊿�nR�@��[jT�Q�@��[jT�Q�@��[jT�Q�@���k��:�+��T5�+��T5�+��T5�+���U�I���o�Q�GU��o�Q�GU��o�Q�GU���Q�'S��o��⏤�q��2�⏨rſ]�*��:r���e�c�������b��?N�rZ��_Nr.������n�������חOk����S����|��i��zU�+����V�~�����Ͽ���ڟ�����_�Z��_Xj|��ȟa����j �����_�������}��U �����_�����������_Xj�cP�@�8�6�!�
+xڭ�MsGz��>�䁽�2=/G+�u�c�������)�R� �]zP�4&]�ʍp��(��#R���fL��nN�pZ�7�e�����_o>�?�?L��p<�:�������4\��͇����w����y�����O�2.üo~������ӷ�����ç����?�{z�_?��?����=�.�e�}��ɇ���N7�;���K��痰~��D�cz1��>���w���.�˫J���o~����|��{?����~��8�t��:����K9��0V�2����޾�%}�ǽ���ێ��
5�e>�j����P��ir�|�Q5p_��cϞZnY��2/SͷU�q�ή�o;�6��pt���vL��'�i�N�g�[F�������U�mG�����A�Q�S�mG������a1�|�Q5p_]�cXL�ܲZ6��惩�ێ��
5=�i5�|�Q5����0�j������a��os��*��.�z6�p�mG���zƓ��ێ��
�<���嶣jྺ�ǰ�o8��*����pp�|�Q5����`� �O;��5���
��vP
�W��̦ZnY�jz��6Wn;�6��FWͷU�y8\̷�r�Q5p_=��'�����-�U`C]���U�mG�����{�m��vT
l��1���\�������c8�j�e�
+l��1,��\����P�c�ͷ�r�Q5����0�j�����^�cͷ�r�j�P�c0��ˎx�����)k>�� ��r6���m��]u��|��j��:��.�rt�|�Q5�����.��o;�6��SͷU��)=��T�-�U`CM�a^M5�vT
l��1LGSͷUjz���ێ����<�����V�
uһ���ێ��
uN'WͷU�y��SͷU��%=��L��M�k������)q
2=��d����j`CM`1�m�mG��}���/kL�ܲZ6��&�=��vT
l��1���U�y�.��o;���8���7��*��.����Qn;�6�u8]5�vT
l��1��{\������c8��6��*���ǰ�j����P�c����r�Q5����`���O;��퓧����|ʤ�5���F�̷T�:��/n����P��xv�|�Q5p_=��z2���-�U`C]��h�۔ێ��
5=��U�mG������|�+�U��Kz���[V�����l�Ǖێ��
umu}v�|�Q5����0�j������q8\����E�l��p1
/n;�6�u8�\5�vT
l����E�r�1%n���30�Z��*���g��j����P�38̦�o;�6����I�vT
�W��fS-��V�
5=��`����j`CM�����mG���z�WͷU��e���6��V�
u�f�$n;�6�uX���o;�6��V�m��vT
�W�1����e�
+l��1,��o;�6�����iǔ����Y;�����ꚞ�d���*���g`�Nⶣj`C]�٬��mG���zNgWͷU���8�f�$nY��<���I�vT
l��1���o;�6����I�vT
�WO�1����e�
+l��1̮�o;�6����I�vT
l��1����������a2q�j�P���/�S��:Lf�$n;�6��p<�j�����^�30�'q�j�P�S0�'q�Q5����pp�|�Q5����`�Oⶣj஺��1��B;nQ�jz���ێ��
5=�|�U�iX�_g�ێ����4�9��[V���:�Y>�ێ��
uƣ��ێ��
5=s0�U��9=�o�|ʦ�5��&�r�!%�A�`�%ⶃj`CM`�|�:%~�%��*{>��ܕD_޼�2���6��L����yص?��/��������2x�z�܀����p�6���t�������w��R�������?����y^�O����<������G����������O㻇�?��������_͜���К�o�J���՗ڮ��}!P�'�
+䊿�F�U
䊿�F�U
䊿�F�U
䊿�nR�@��[f���x�,%�+��D5�+���Z��䊿�F�U
䊿�F�U
䊿�F�U
䊿�nR�@��[jT�Q�@��[jT�Q�@��[jT�Q�@��;�V�'�
+䊿�F�U
䊿�F�U
䊿�F�U
Ċ��FşL�Ê�E��?��ˌ�?��K��?��G�*��V�\�Ԩ����\�Ԩ����\�Ԩ����\�wԭ�Oj�K��?��K��?��K��?��G�*��V�\�Ԩ����\�Ԩ����X��R�GS���Q�'R��o�Q�GT��o�Q�GU��o�Q�GU���[ş�*�+��T5�+��T5�+��T5�+���U�I���o�Q�GU��o�Q�GU��o�Q�GU��o��P�@��[jT�Q�@��[jT�Q�@��[h���)q\�w̭�Oh�K��?��K��?��K��?��G�*��V�\�Ԩ����\�Ԩ����\�Ԩ����\�wԭ�Oj�K��?��K��?��K��?��G�*��V�\�Ԩ����X��R�GS��o�Q�GT���[ş�*�+��T5�+��T5�+��T5�+���U�I���o�Q�GU��o�Q�GU��o�Q�GU���[ş�*�+��T5�+��T5�+��T5�+���U�I���o��⏦�q��2�⏨r��R�⏪r��Q��?�U W�-5*��j W�-5*��j W�-5*��j W�
���j�K��?��K��?��K��?��G�*��V�\�Ԩ����\�Ԩ����\�Ԩ����X�wШ���qX��R�GR��o�Q�GT��߮�[|���2�C�������b��?N�rZ��_Nr.������n�������חOk����S����|��i��zU�+����V�~�����Ͽ���ڟ�����_�Z��_Xj|��ȟa����j �����_�������}��U �����_�����������_Xj�cP�@�8�6�!�
 �q���8U
�q���8U
�q���8U
�q��n�R�@�XfǠx��,�%��1��D5��1��:���q���8U
�q���8U
�q���8U
�q��n�R�@�Xj�cP�@�Xj�cP�@�Xj�cP�@�8�6�!�
 �q���8U
�q���8U
�q���8U
�q���8�L��q�E�q���ˌq���K�q���G��1�V�<���Ǡ��<���Ǡ��<���Ǡ��<�q�mCj��K�q���K�q���K�q���G��1�V�<���Ǡ��<���Ǡ��8���2�AS�p�1�!R�xc�1�ATyc�1�AUyc�1�AUy��8��*��1��T5��1��T5��1��T5��1���cH�yc�1�AUyc�1�AUyc�1�AUyc���P�@�Xj�cP�@�Xj�cP�@�XhǠ)q<�q�mCh��K�q���K�q���K�q���G��1�V�<���Ǡ��<���Ǡ��<���Ǡ��<�q�mCj��K�q���K�q���K�q���G��1�V�<���Ǡ��8���2�AS�xc�1�ATy��8��*��1��T5��1��T5��1��T5��1���cH�yc�1�AUyc�1�AUyc�1�AUy��8��*��1��T5��1��T5��1��T5��1���cH�qc�e����8�2c���8�Rc���8�Q�q�U �c,5�1�j �c,5�1�j �c,5�1�j �c�uj��K�q���K�q���K�q���G��1�V�<���Ǡ��<���Ǡ��<���Ǡ��8�q�ǐ�q8���2�AR�xc�1�ATyӞmX�|ys�2`�~�8f}�(���1q��1��8�ユ�����}�_ӷ�K�������~|<�\���:1�:1���k�/ �����5�����ހw^Ȏ�o;���4L���[V������`����j`CM�!�{j����P�/�����j�z���r��r�j�P�aMo���o;�6��0�\5�vT
l��a=�M5�vT
�W������[V������U�mG�������D>�� �b�3��Q
�	����*'��Z&��j N =�L Y�@�@zj�@���8��Ԙ@�Z��S��U
�	���	$��HO-HV5'��HT�@�@zj�@���8���2�dUq�eɪ��Rc�jH�|�@�xFH�H%'��Y&��j N u�@�Z��S��U
�	���	$��HO-HV5'��HT�@�@zj�@���8���2�dUq�eɪ��Rc�j�HO-HV5'��Z&��j N =�L Y�@�@Zh�@��q4���<�dR�p�eɨ��S��U
�	����*'��Z&��j N =�L Y�@�@zj�@���8��Ԙ@�Z��S��U
�	���	$��HO-HV5'��HT�@�@zj�@���8���2�dUi�yɦ���"�I��	�g�	$��HO-HV5'��Z&��j N -5&��V�8���2�dUq�eɪ��S��U
�	����*'��Z&��j N =�L Y�@�@zj�@���8�t�mIj�HO-HV5'��Z&��j M =4O ٔ8�@ZfL �q�eɪ��S��U
�	���	$��HK�	$�U N =�L Y�@�@zj�@���8���2�dUqi�1�D�
 �	���	$��HO-HV5'��Z&��j N -5&��V�8���2�dUi�yɦ���3��Q
�	����*'��Z&��j N =�L Y�@�@zj�@���8��Ԙ@�Z��S��U
�	���	$��HO-HV5'��HT�@�@zj�@���8���2�dUq�eɪ��Rc�jHH�H6%'��Y&��j N =�L Y�@�@ZjL Q�q�eɪ��S��U
�	���	$��HG�&��ց8���2�dUq�eɪ��S��U
�	����*'��Z&��j N =�L Y�@�@zj�@���4���2�DS�h�yɤ���3��Q
�	$,��	$�����ў@��&�3O OϿ��|��r~�0��O����/wO��>�o�?~������>><��������o��?����c��������m/�����d2�f��ӟ����y��1�+~����F���^�9�/xk�~��bΛW�"%�[9�"%�+9�5r��8��8d�q��8.�8dtq��8n�8dq��8�����R㸃�Q�!R⸀�ѿ!R�}㈥|C�uVo/�7�I�n0j7$J�n2:7DJ7n2
 7DJ�mrk���qܵqȨ�)q\�q���)qܲq�(�)q\�1ȭa��q��!�^C��q��!�[C��q��!�XC��q��O��j�dǝ��J
�Dž��>
��mG,e�øJc�[�D���CF��H���CF��H���CF��H����An� 5��3�"%��3�"%�[3�"%�+3�5f��8��8d�e��8.�8dte��8n�8de��8���֒R�#�Q�!R� ㈥C�u�c0�1$JWcrk���q܋qȨ�)q\�q���)q܈q�(�)q\�1ȭ
��q�!�
-C��q�!�C��q�!�C��q� ��������������������ǵ��Z/@jv^�T^��‹F߅D�㶋CFمH�㪋AnM 5�{.5"%�K."%�."%��-}���&�8�8dT[��8.�8d�Z��8n�8d�Z��8����hR���Qg!R����e!R���Qd!R��b��bP°���Cz�m;�a��D3n�^�4N�fG�u�m�m����t�fG9�Վ������!�x��������5:{U��7�����?����ꍎ�VE��}�"\}��2��mT5����T5�+	��T5�[	���H���`��L@U��`�QN@U��`������aC�!��@��qI�2����rO�R����rU�R����r[�Q���U ,5�j w,5J�j �,5z�j 7u�.�Zry�R����r�R����r��R�À�r��P_k�ց\d��h2����e��(3���Xg���g@S����[���*�K
��T5�{
��T5��
��T5��
���H���`��p@U��`�Qr@U��`��s@U���[Ձ�*���mT5����T5�+��T5�[���H���`��|@U��`������q��2����r�Q�
+C��q�!�C��q�!�C��q� ��������������������ǵ��Z/@jv^�T^��‹F߅D�㶋CFمH�㪋AnM 5�{.5"%�K."%�."%��-}���&�8�8dT[��8.�8d�Z��8n�8d�Z��8����hR���Qg!R����e!R���Qd!R��b��bP°���Cz�m;�a��D3n�^�4��fG�u�m�m����t�fG9�Վ������!�x��������5:{U��7�����?����ꍎ�VE��}�"\}��2��mT5����T5�+	��T5�[	���H���`��L@U��`�QN@U��`������aC�!��@��qI�2����rO�R����rU�R����r[�Q���U ,5�j w,5J�j �,5z�j 7u�.�Zry�R����r�R����r��R�À�r��P_k�ց\d��h2����e��(3���Xg���g@S����[���*�K
��T5�{
��T5��
��T5��
���H���`��p@U��`�Qr@U��`��s@U���[Ձ�*���mT5����T5�+��T5�[���H���`��|@U��`������q��2����r�Q�
 �U � ,5Z�j � ,5��j W!,5��j �!u�C�Zr!�R���r'�R���r-�R���r3�Q�j�U �#,5��j �#,5
 �j W$,5:�j �$u�I�ZbQ�BKSM�㮄eFYQ
亄�F_U
�Ƅ�n�	R�@.MXj�&P�@�MXj'P�@�NXjt'P�@nO�k}�:��
 T5�;�%
 T5�k�=
-T5����U)H��La�Ѧ@U�Oa�Q�@U�Ra�ѩ@U�U�Q� S�X����^�_F�V\��V�_�k�b����*���8������H?����ȼ>�ݾ�<������o��פ���pT�endstream
+T5����U)H��La�Ѧ@U�Oa�Q�@U�Ra�ѩ@U�U�Q� S�X����^�_F�V\��V�_�k�b����*���8������H?����ȼ>�ݾ�<������o��פ��v�T�endstream
 endobj
-1824 0 obj <<
+1917 0 obj <<
 /Type /Page
-/Contents 1825 0 R
-/Resources 1823 0 R
+/Contents 1918 0 R
+/Resources 1916 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1790 0 R
-/Annots [ 1827 0 R 1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R 1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R ]
+/Parent 1873 0 R
+/Annots [ 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 ]
 >> endobj
-1827 0 obj <<
+1920 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 677.798 200.517 686.71]
 /Subtype /Link
 /A << /S /GoTo /D (lifecycle-image) >>
 >> endobj
-1828 0 obj <<
+1921 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 677.798 537.983 686.71]
 /Subtype /Link
 /A << /S /GoTo /D (lifecycle-image) >>
 >> endobj
-1829 0 obj <<
+1922 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 612.168 276.242 621.079]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-account-root) >>
 >> endobj
-1830 0 obj <<
+1923 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 612.168 537.983 621.079]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-account-root) >>
 >> endobj
-1831 0 obj <<
+1924 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 599.216 256.975 608.128]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-account-anonymous) >>
 >> endobj
-1832 0 obj <<
+1925 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 599.216 537.983 608.128]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-account-anonymous) >>
 >> endobj
-1833 0 obj <<
+1926 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 586.265 224.108 595.176]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-network-ex) >>
 >> endobj
-1834 0 obj <<
+1927 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [528.02 586.265 537.983 595.176]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql-network-ex) >>
 >> endobj
-1835 0 obj <<
+1928 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 573.313 343.17 582.225]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-everyone-share) >>
 >> endobj
-1836 0 obj <<
+1929 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [523.039 573.313 537.983 582.225]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-everyone-share) >>
 >> endobj
-1837 0 obj <<
+1930 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 560.362 348.43 569.273]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-everyone-restrict) >>
 >> endobj
-1838 0 obj <<
+1931 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [523.039 560.362 537.983 569.273]
 /Subtype /Link
 /A << /S /GoTo /D (trbl-relogin-everyone-restrict) >>
 >> endobj
-1826 0 obj <<
-/D [1824 0 R /XYZ 71.731 729.265 null]
+1919 0 obj <<
+/D [1917 0 R /XYZ 71.731 729.265 null]
 >> endobj
 10 0 obj <<
-/D [1824 0 R /XYZ 214.067 703.236 null]
+/D [1917 0 R /XYZ 214.067 703.236 null]
 >> endobj
 14 0 obj <<
-/D [1824 0 R /XYZ 235.902 637.605 null]
+/D [1917 0 R /XYZ 235.902 637.605 null]
 >> endobj
-1823 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F33 1242 0 R >>
+1916 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1847 0 obj <<
-/Length 2605      
+1940 0 obj <<
+/Length 2606      
 /Filter /FlateDecode
 >>
 stream
-xڝYݏ۸�_��'�e}ZR�)�ݦ9��MQ�}�%��E]��w��|P�����"@L�g��o>�
���e����~�K���Upw��W��Hv;?J#�`n�8�<���4�}x����(�wiq�p���Ż���޻Z��4�M��^��,j�����*����/�4��(LQi��#?�2����w��
-S�ɨc�}��(�i�U�sʲ��/v���~��]�vx�.�Vv�g#�D�����A�
-�7dJ����t�Ŀ��<���RO����p�C5�mt֨=n{��8�s���h����S֟�Ávx >j�>IӪ���o�g�w4���b���;�p�K�5�U��lH��読6<nu�O,kk�>w Ά��fq:��և+��������y?9��E�݅p̔q��*e�K�tTޗU��4|l��Np�{�o$���“F0&��
ɴr�	����aߨ�Fw���-�K�=��^q�Y��(�d�{T��
���xV��Q�y�n�\"��,K\֯�Ҡ��V67|�N�9w���
-�)��hIOJ��@��Q�`�V�_77��I�ϴ7���^��
��2�TW6C%�q�gy��Ôf���P�]�'�nW��D��f&ęh׊�KoN'�Uꑍ�|m;	H^�wm�2ߵ}�m��S�&Nb?2�IH�qLrЍI�=��WD�f]p��'�0��UW�JuG�(E��k�*۳�"�9&�
�\(�eAyI!�U��Nw�����d���v=�7��6x�S#ňL���W`��LH��m��/���O�E��O�/ѓ�P-�����y {�(���8�a:o(�]8~�d
-b��?��K�1y/� �RBu�|�r�h�	�̢�T΅�<��m��F*�Q8��V�1٨��������{�m��VPҋ�J�N�)�p�� �2Q*�X��j*ъ�d��%P����v��R����w�v҉[�D@�".x�z�}~�����=�6g-IE<�(c'��<�\�Rث'�ĩ�,���F}������b�
/�{6���f��J�*M=��>]J�V�,�&�`�Н?���S>��RA�c��/:U�C��H�'��Y�z&hÂ{����}����q�"A�21��x$�8$[��DDaBo��I������&��x�;�:������ ��U�����E5�B�5OLs��	7 0F
-�&ԑ�^����k�,�P˳���5ry4p����S@�o�EAZo�~�P��k�f��7bR��-��!r���Qة�B�$f�;�[I��,�Hn<$�K���m�no��McG��8M����d�㣱�h��5�(i��"���sDҏX�(�ᬤ���4S��&Z=ʉ�a_Ʃъ��D��-�S�%[O(#<�Z߀[/!͹r���{u���8�i�f\1�O�&'%K���n�����7R���2��{�v�>"kJ
-T/��������&'"`
=�橆e\�nx`��R?�+��t�x�D�1�K���q��P�Xw�Ѣ��at* �5H܃F3����6���y�P�~j7�5��)�8ī�n��^``d���p�H�p��%�5�~/��k�cX2�G	��a����@+1E��~(v��G��'_Vh� �����h76ǜ
-�]�^������U���e���/
-vN�}�y��.m��;�"�*g�Q��_֋�@s6è��w3Gmn48��c�'�%��y��������}���ץBX����0��z�xr/��b��M^Ϡ���/f&/��%;:S�����Կ���
-�������;�>{Y�pVjkO�������|����)!tBk�ĸ!K�,��c�u~�=��w_>�6y��K=�r���Fcc�чT�)����qʹ?�\��Ջmn�o�_۶��?�hٗ�rJ��S���4�����d\�gs{�{�u�o��,��T�����
��[�*J���4����'f��<���蹉��¤~�S�m8X�eε°C^�qI#����8����l�{(��W ?�n��_Dv�e3�E��d�f�
-�@F�.��}�_e�<�u�����/5��ւ��{�́��C^#������{����qρ|��h�'�������P3���":�$��7@�q�t�~�`Y����3#�NZ�p��>/������xu7p�D����Ċ#?�I�����?u.Z[�먙_���� �*1�ѱ��˄ �N����K�>t�p��jʼy�қL:�.��?a>��O��Q�k��O��%��pF(vkk��
-2he���"qn���x~��&�����}����هU&_��[��t
-g�{/�Y�|	3au���������Q�X��f�r2�9�U�����H�)�WQwhդύJ]��K}F0��w��I;,��ş8�b�-�q��yW��QzC#�ɢ����{�F��H��O��c�1�"	/
-a��X\Rσ�7������3'ϿѺ�/%�����/�Nbs��P)�J����u�B}���]�-�7�nsendstream
+xڝYݏ۸�_��'�eK�,)���n���٦(�>�m�"�.EŻ��w>(Y�z�k &g�3��7�Fw��eQ�m�'.�x�ޕ����8�_E^"���8�a|��J�YX�ۻ�D�ۇW��x{o�]Z�=F+�moww�?�w�89i�8˃(��7{�;>Ԫ���^Ur�_Hi��q���
X��M���(��3�E�OVk��>,�M`l+�2�+��m��8
+S�-���MP��o�v<�%Z�\,�韛tS."���o6����t�Ŀ��<����@Xez��m�C5�lhg���;c�̹6~`�CEI(���@;<����P��mU���Wی�͢�h�v�b�3�;�p�K�%�U��lH�����X��R�'�u5k�:g���D��A������_ypo�d�O^�x�xw3e\��J�;	���"����(�����	�����	-<ic�ߐL+�(�L<��Fu5���~_*��Q���������Ga%ޣRn����ijr5����"� D���Y���[N�A���n��As� ���xS"�ё��nу�7#�a�V�_W7��QMȴ7���^��
��<��.����0ó���aL3p�p��.͓p�+nf�Af5�L4	�kE�7��ԕzd�?_�N��W�]ۃ�wm_+B���T��&���$����>��$x2=Ҡ�|'̺����eGPa���:.N��G�(E��K�*ױ�,�y&�
�|(�eAyI!ӕf�6z%�1�V��;���.G��a�}j����P��
+L��	���-���b����b�b��J�d#T��/��#�E���^5ʡ���`��
+n��1������O��Rh&�%DYJ��U�S�Mc0!�Yԛ������r�m���J�5
+o�c��J4��꾆L�{��=���f�(h%������b-)`p>��p�ފRI�r��VS�V%�.��=uN�K&��'�}�����NK/�1���ˉ���":��t�ڜ�$�ML;ɇ���B���]�8I/Nef&|�V���s`P6Ƒ��qy�:6f/^�l[���f��K�"M���>YSJ�W�,�&D��0:�}�)EK� �1B���ʾAS	������^�e�=t
U��6}S�XáH�LL)5���dP��(�@H�-�2�5IQq�0��=ݤ����q�?@��U���p�d��ȱ����F��O��i~W<��@�ք:���cjyv�P�F.�N:z
+��
�(H�؏��*�xm�lu�FL�����R9$B�!;
+7_�����LxgT`+I�B��ɍ��}i{9�M��-4�i��׸M�@��%C#��x�$s�!�C��5„H�+�у�#�0Jg8+��"1�h*��Vr�i�ėqj�"w3��{����A|����ĩ�7��IHs�@�t�^}6�m5�û�F��EL�c��I�R2����/�~5��L����ޯ���Ȇ��/0- �'n��ʼnX}ǩy�aװ��������*�6�m ���<ie�g��Dt VƝi<+�0�Hr��������;�
 �zf^5T���:��nKy#�j��h�Xٝ�*+�,�(�+u	<�c
���f����A��uزC�6�JL����~�#A�̓/�m��Q{�R{��>���
+�]�̓L�	/+���e���/
+vN�}y���mt��h@�����/��f�9�e�m�w3Emn08��c�'�%��y��������}���3�BX��4�0��r�x�/��l��M^Ϡ���/f&ϼ�%;:S�����Կ���
+�������{�>{Y��Vj�N�������B����)tBK�ĸ!K�,��g�u~�=��w_>/Vy��K=�s���Fcc�чT�)�f��q͸?�\��5�m��o]X����?�hޗ�rJ��S���4�����d��os}�{gLӭ��,��T�һ�����[�U���=4$J�&�ž���v�K��&�
+�n�󆨘Jn��.(s���J�Kq��lX�!�nzgs�C���;�p}���"��,�h,�'�%sW�+�2��a���*����C4�vxe<|�Q
�$�58��n
+<D���=��5����R��������8.�5>��f��A�Ft�I�]n���&�T�t�
+�.T?(}oF�Z:�p��>/�����r���X�T�~b�q��X�ȟ:g�-�u��/I���	S���Pr�eB�k�y}E�9��4'\w���2o��&��Ãi��dh�O�Oy��3�hT�,$���wI�*�����/��Z!�B�[G�'��ü��6���a�&�p�a�������k�{c�+�������pV��_Ž�D�o%�<{��B?
+^4�����^�f�"��j�[z�b����*҇V�J�ܨ�g���8�g��z�|��u��'�B�Y��c�.v��o��w������O�F���9��"������1�ItQ{X����z����C�H�eu���8y����})��<�n~����}��J1V�t��]G-�_������\Mnuendstream
 endobj
-1846 0 obj <<
+1939 0 obj <<
 /Type /Page
-/Contents 1847 0 R
-/Resources 1845 0 R
+/Contents 1940 0 R
+/Resources 1938 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1790 0 R
-/Annots [ 1851 0 R ]
+/Parent 1873 0 R
+/Annots [ 1944 0 R ]
 >> endobj
-1851 0 obj <<
+1944 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [371.655 582.727 414.738 590.748]
 /Subtype /Link
 /A << /S /GoTo /D (gfdl) >>
 >> endobj
-1243 0 obj <<
-/D [1846 0 R /XYZ 71.731 718.306 null]
+1303 0 obj <<
+/D [1939 0 R /XYZ 71.731 718.306 null]
 >> endobj
 18 0 obj <<
-/D [1846 0 R /XYZ 350.659 703.236 null]
+/D [1939 0 R /XYZ 350.659 703.236 null]
 >> endobj
-1244 0 obj <<
-/D [1846 0 R /XYZ 71.731 692.504 null]
+1304 0 obj <<
+/D [1939 0 R /XYZ 71.731 692.504 null]
 >> endobj
 22 0 obj <<
-/D [1846 0 R /XYZ 285.389 651.159 null]
+/D [1939 0 R /XYZ 285.389 651.159 null]
 >> endobj
-1848 0 obj <<
-/D [1846 0 R /XYZ 71.731 638.721 null]
+1941 0 obj <<
+/D [1939 0 R /XYZ 71.731 638.721 null]
 >> endobj
-1849 0 obj <<
-/D [1846 0 R /XYZ 71.731 627.443 null]
+1942 0 obj <<
+/D [1939 0 R /XYZ 71.731 627.443 null]
 >> endobj
-1850 0 obj <<
-/D [1846 0 R /XYZ 71.731 617.481 null]
+1943 0 obj <<
+/D [1939 0 R /XYZ 71.731 617.481 null]
 >> endobj
-1852 0 obj <<
-/D [1846 0 R /XYZ 71.731 577.746 null]
+1945 0 obj <<
+/D [1939 0 R /XYZ 71.731 577.746 null]
 >> endobj
-1245 0 obj <<
-/D [1846 0 R /XYZ 71.731 546.646 null]
+1305 0 obj <<
+/D [1939 0 R /XYZ 71.731 546.646 null]
 >> endobj
 26 0 obj <<
-/D [1846 0 R /XYZ 191.962 503.549 null]
+/D [1939 0 R /XYZ 191.962 503.549 null]
 >> endobj
-1853 0 obj <<
-/D [1846 0 R /XYZ 71.731 494.726 null]
+1946 0 obj <<
+/D [1939 0 R /XYZ 71.731 494.726 null]
 >> endobj
-1854 0 obj <<
-/D [1846 0 R /XYZ 71.731 448.949 null]
+1947 0 obj <<
+/D [1939 0 R /XYZ 71.731 448.949 null]
 >> endobj
-1855 0 obj <<
-/D [1846 0 R /XYZ 71.731 405.113 null]
+1948 0 obj <<
+/D [1939 0 R /XYZ 71.731 405.113 null]
 >> endobj
-1246 0 obj <<
-/D [1846 0 R /XYZ 71.731 348.326 null]
+1306 0 obj <<
+/D [1939 0 R /XYZ 71.731 348.326 null]
 >> endobj
 30 0 obj <<
-/D [1846 0 R /XYZ 216.752 305.229 null]
+/D [1939 0 R /XYZ 216.752 305.229 null]
 >> endobj
-1856 0 obj <<
-/D [1846 0 R /XYZ 71.731 296.406 null]
+1949 0 obj <<
+/D [1939 0 R /XYZ 71.731 296.406 null]
 >> endobj
-1857 0 obj <<
-/D [1846 0 R /XYZ 71.731 263.58 null]
+1950 0 obj <<
+/D [1939 0 R /XYZ 71.731 263.58 null]
 >> endobj
-1858 0 obj <<
-/D [1846 0 R /XYZ 345.258 252.785 null]
+1951 0 obj <<
+/D [1939 0 R /XYZ 345.258 252.785 null]
 >> endobj
-1859 0 obj <<
-/D [1846 0 R /XYZ 184.718 239.834 null]
+1952 0 obj <<
+/D [1939 0 R /XYZ 184.718 239.834 null]
 >> endobj
-1860 0 obj <<
-/D [1846 0 R /XYZ 71.731 226.882 null]
+1953 0 obj <<
+/D [1939 0 R /XYZ 71.731 226.882 null]
 >> endobj
-1861 0 obj <<
-/D [1846 0 R /XYZ 71.731 206.793 null]
+1954 0 obj <<
+/D [1939 0 R /XYZ 71.731 206.793 null]
 >> endobj
-1862 0 obj <<
-/D [1846 0 R /XYZ 510.317 195.998 null]
+1955 0 obj <<
+/D [1939 0 R /XYZ 510.317 195.998 null]
 >> endobj
-1863 0 obj <<
-/D [1846 0 R /XYZ 302.6 183.047 null]
+1956 0 obj <<
+/D [1939 0 R /XYZ 302.6 183.047 null]
 >> endobj
-1864 0 obj <<
-/D [1846 0 R /XYZ 71.731 170.095 null]
+1957 0 obj <<
+/D [1939 0 R /XYZ 71.731 170.095 null]
 >> endobj
-1865 0 obj <<
-/D [1846 0 R /XYZ 71.731 162.957 null]
+1958 0 obj <<
+/D [1939 0 R /XYZ 71.731 162.957 null]
 >> endobj
-1866 0 obj <<
-/D [1846 0 R /XYZ 269.484 139.211 null]
+1959 0 obj <<
+/D [1939 0 R /XYZ 269.484 139.211 null]
 >> endobj
-1867 0 obj <<
-/D [1846 0 R /XYZ 495.373 139.211 null]
+1960 0 obj <<
+/D [1939 0 R /XYZ 495.373 139.211 null]
 >> endobj
-1868 0 obj <<
-/D [1846 0 R /XYZ 266.563 126.26 null]
+1961 0 obj <<
+/D [1939 0 R /XYZ 266.563 126.26 null]
 >> endobj
-1869 0 obj <<
-/D [1846 0 R /XYZ 501.46 126.26 null]
+1962 0 obj <<
+/D [1939 0 R /XYZ 501.46 126.26 null]
 >> endobj
-1870 0 obj <<
-/D [1846 0 R /XYZ 315.916 113.308 null]
+1963 0 obj <<
+/D [1939 0 R /XYZ 315.916 113.308 null]
 >> endobj
-1871 0 obj <<
-/D [1846 0 R /XYZ 71.731 100.357 null]
+1964 0 obj <<
+/D [1939 0 R /XYZ 71.731 100.357 null]
 >> endobj
-1872 0 obj <<
-/D [1846 0 R /XYZ 314.212 100.357 null]
+1965 0 obj <<
+/D [1939 0 R /XYZ 314.212 100.357 null]
 >> endobj
-1873 0 obj <<
-/D [1846 0 R /XYZ 512.529 100.357 null]
+1966 0 obj <<
+/D [1939 0 R /XYZ 512.529 100.357 null]
 >> endobj
-1845 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F33 1242 0 R >>
+1938 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1876 0 obj <<
+1969 0 obj <<
 /Length 2140      
 /Filter /FlateDecode
 >>
@@ -5925,196 +6012,197 @@ xڭX
 �6�<�Y:w�h�|�im���B�I�L���k!8wA�2 �,����5mX��l�� �tEq-N#�ț��ooh���/��J���D��/�����4l�F6�)��	��]�P'��f6���d��9�n&�`�
��?�|�GA䐇�W���X¿��3��s�B�c��	�1Ćū��N�Y�,{NL����w�҄>��u�m0�5����0Ii�:�=�������N�y�A��ˇ�ɾih�d��F�kDu}��BE�İ���)�y�?^:/�+(*�O��,���%tci�|-tG�Ρ�X�Ѕ�dR1����J���C�$�z"����=7:����[�mԼ���L�q���e*�zk7�v��,~���{Ӕ�hϢ��M�5������Ќ��E�b��2z5�v��"gY��8����z�3�X*���o!�[2!9
OB����un�mC���2
 �Y�F�o=W�.5�q�m�5�ZQWۜ��B�I��?�薯t�Ev��Z�gV�+���2Mw�g7ܒC���G�<�ߝ��^�����H�9�p,��{z\+۠��@M�
�0g�v���3�ޅ��Kі�K̽�fw�t�.0���%p(��TGq�I�j��ĝEDz�ЉG��G��-Z�׾6P�璨mE6��+1�&�O���+��iym�{�hz*��2�����H�Jlk�o��W� (������W��ZF/�kA1��V-Qk������K��ޭ����[s�aI�F`uP���]��z�D`��H�����~�5�#0Ja׵dMÛ���0Tf����L���J$޵A�`�����܎�HQ����t��?�}	�el�$:mG���pG�;n�|����mJ9\T��3gR
�?�v�]�t�Ɨs��žl��@W'оs��J:�y�b�Y�1���x�z�B�@��,�W���/S��k[V�婗��`85\.�*��`��U��2K��k�7+.�$s
��1%���P����t	;�����TCV��#s��xZ�餗�x��X���l19�>\�n[� ���;�Iy���R�Rx'������~ׯj�˻[���V�V@��D�8�R�ӢK#B��}fW;ږ��k[\T��E�]��z�D��IK�>�����A�l�%�ԥ*��0{�e�r���Ʊ�\0:�R����cU endstream
 endobj
-1875 0 obj <<
+1968 0 obj <<
 /Type /Page
-/Contents 1876 0 R
-/Resources 1874 0 R
+/Contents 1969 0 R
+/Resources 1967 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1790 0 R
+/Parent 1873 0 R
 >> endobj
-1877 0 obj <<
-/D [1875 0 R /XYZ 270.827 708.344 null]
+1970 0 obj <<
+/D [1968 0 R /XYZ 270.827 708.344 null]
 >> endobj
-1878 0 obj <<
-/D [1875 0 R /XYZ 509.011 708.344 null]
+1971 0 obj <<
+/D [1968 0 R /XYZ 509.011 708.344 null]
 >> endobj
-1879 0 obj <<
-/D [1875 0 R /XYZ 258.45 695.392 null]
+1972 0 obj <<
+/D [1968 0 R /XYZ 258.45 695.392 null]
 >> endobj
-1880 0 obj <<
-/D [1875 0 R /XYZ 506.431 695.392 null]
+1973 0 obj <<
+/D [1968 0 R /XYZ 506.431 695.392 null]
 >> endobj
-1881 0 obj <<
-/D [1875 0 R /XYZ 71.731 675.303 null]
+1974 0 obj <<
+/D [1968 0 R /XYZ 71.731 675.303 null]
 >> endobj
-1882 0 obj <<
-/D [1875 0 R /XYZ 487.099 664.508 null]
+1975 0 obj <<
+/D [1968 0 R /XYZ 487.099 664.508 null]
 >> endobj
-1247 0 obj <<
-/D [1875 0 R /XYZ 71.731 644.419 null]
+1307 0 obj <<
+/D [1968 0 R /XYZ 71.731 644.419 null]
 >> endobj
 34 0 obj <<
-/D [1875 0 R /XYZ 164.538 601.321 null]
+/D [1968 0 R /XYZ 164.538 601.321 null]
 >> endobj
-1883 0 obj <<
-/D [1875 0 R /XYZ 71.731 592.498 null]
+1976 0 obj <<
+/D [1968 0 R /XYZ 71.731 592.498 null]
 >> endobj
-1884 0 obj <<
-/D [1875 0 R /XYZ 71.731 551.702 null]
+1977 0 obj <<
+/D [1968 0 R /XYZ 71.731 551.702 null]
 >> endobj
-1885 0 obj <<
-/D [1875 0 R /XYZ 71.731 536.758 null]
+1978 0 obj <<
+/D [1968 0 R /XYZ 71.731 536.758 null]
 >> endobj
-1886 0 obj <<
-/D [1875 0 R /XYZ 154.5 525.964 null]
+1979 0 obj <<
+/D [1968 0 R /XYZ 154.5 525.964 null]
 >> endobj
-1887 0 obj <<
-/D [1875 0 R /XYZ 71.731 525.775 null]
+1980 0 obj <<
+/D [1968 0 R /XYZ 71.731 525.775 null]
 >> endobj
-1888 0 obj <<
-/D [1875 0 R /XYZ 91.656 508.031 null]
+1981 0 obj <<
+/D [1968 0 R /XYZ 91.656 508.031 null]
 >> endobj
-1889 0 obj <<
-/D [1875 0 R /XYZ 71.731 495.911 null]
+1982 0 obj <<
+/D [1968 0 R /XYZ 71.731 495.911 null]
 >> endobj
-1890 0 obj <<
-/D [1875 0 R /XYZ 138.849 485.117 null]
+1983 0 obj <<
+/D [1968 0 R /XYZ 138.849 485.117 null]
 >> endobj
-1891 0 obj <<
-/D [1875 0 R /XYZ 71.731 482.96 null]
+1984 0 obj <<
+/D [1968 0 R /XYZ 71.731 482.96 null]
 >> endobj
-1892 0 obj <<
-/D [1875 0 R /XYZ 91.656 467.184 null]
+1985 0 obj <<
+/D [1968 0 R /XYZ 91.656 467.184 null]
 >> endobj
-1893 0 obj <<
-/D [1875 0 R /XYZ 71.731 442.113 null]
+1986 0 obj <<
+/D [1968 0 R /XYZ 71.731 442.113 null]
 >> endobj
-1894 0 obj <<
-/D [1875 0 R /XYZ 137.315 431.319 null]
+1987 0 obj <<
+/D [1968 0 R /XYZ 137.315 431.319 null]
 >> endobj
-1895 0 obj <<
-/D [1875 0 R /XYZ 71.731 429.911 null]
+1988 0 obj <<
+/D [1968 0 R /XYZ 71.731 429.911 null]
 >> endobj
-1896 0 obj <<
-/D [1875 0 R /XYZ 91.656 413.386 null]
+1989 0 obj <<
+/D [1968 0 R /XYZ 91.656 413.386 null]
 >> endobj
-1897 0 obj <<
-/D [1875 0 R /XYZ 71.731 401.266 null]
+1990 0 obj <<
+/D [1968 0 R /XYZ 71.731 401.266 null]
 >> endobj
-1898 0 obj <<
-/D [1875 0 R /XYZ 136.508 390.472 null]
+1991 0 obj <<
+/D [1968 0 R /XYZ 136.508 390.472 null]
 >> endobj
-1899 0 obj <<
-/D [1875 0 R /XYZ 71.731 390.283 null]
+1992 0 obj <<
+/D [1968 0 R /XYZ 71.731 390.283 null]
 >> endobj
-1900 0 obj <<
-/D [1875 0 R /XYZ 91.656 372.539 null]
+1993 0 obj <<
+/D [1968 0 R /XYZ 91.656 372.539 null]
 >> endobj
-1901 0 obj <<
-/D [1875 0 R /XYZ 71.731 360.419 null]
+1994 0 obj <<
+/D [1968 0 R /XYZ 71.731 360.419 null]
 >> endobj
-1902 0 obj <<
-/D [1875 0 R /XYZ 128.578 349.625 null]
+1995 0 obj <<
+/D [1968 0 R /XYZ 128.578 349.625 null]
 >> endobj
-1903 0 obj <<
-/D [1875 0 R /XYZ 71.731 348.217 null]
+1996 0 obj <<
+/D [1968 0 R /XYZ 71.731 348.217 null]
 >> endobj
-1904 0 obj <<
-/D [1875 0 R /XYZ 91.656 331.692 null]
+1997 0 obj <<
+/D [1968 0 R /XYZ 91.656 331.692 null]
 >> endobj
-1905 0 obj <<
-/D [1875 0 R /XYZ 71.731 306.621 null]
+1998 0 obj <<
+/D [1968 0 R /XYZ 71.731 306.621 null]
 >> endobj
-1906 0 obj <<
-/D [1875 0 R /XYZ 145.324 295.827 null]
+1999 0 obj <<
+/D [1968 0 R /XYZ 145.324 295.827 null]
 >> endobj
-1907 0 obj <<
-/D [1875 0 R /XYZ 71.731 293.67 null]
+2000 0 obj <<
+/D [1968 0 R /XYZ 71.731 293.67 null]
 >> endobj
-1908 0 obj <<
-/D [1875 0 R /XYZ 91.656 277.894 null]
+2001 0 obj <<
+/D [1968 0 R /XYZ 91.656 277.894 null]
 >> endobj
-1909 0 obj <<
-/D [1875 0 R /XYZ 71.731 265.774 null]
+2002 0 obj <<
+/D [1968 0 R /XYZ 71.731 265.774 null]
 >> endobj
-1910 0 obj <<
-/D [1875 0 R /XYZ 122.291 254.98 null]
+2003 0 obj <<
+/D [1968 0 R /XYZ 122.291 254.98 null]
 >> endobj
-1911 0 obj <<
-/D [1875 0 R /XYZ 71.731 253.572 null]
+2004 0 obj <<
+/D [1968 0 R /XYZ 71.731 253.572 null]
 >> endobj
-1912 0 obj <<
-/D [1875 0 R /XYZ 91.656 237.047 null]
+2005 0 obj <<
+/D [1968 0 R /XYZ 91.656 237.047 null]
 >> endobj
-1913 0 obj <<
-/D [1875 0 R /XYZ 71.731 219.015 null]
+2006 0 obj <<
+/D [1968 0 R /XYZ 71.731 219.015 null]
 >> endobj
-1914 0 obj <<
-/D [1875 0 R /XYZ 450.945 206.163 null]
+2007 0 obj <<
+/D [1968 0 R /XYZ 450.945 206.163 null]
 >> endobj
-1915 0 obj <<
-/D [1875 0 R /XYZ 518.615 206.163 null]
+2008 0 obj <<
+/D [1968 0 R /XYZ 518.615 206.163 null]
 >> endobj
-1916 0 obj <<
-/D [1875 0 R /XYZ 108.346 193.211 null]
+2009 0 obj <<
+/D [1968 0 R /XYZ 108.346 193.211 null]
 >> endobj
-1917 0 obj <<
-/D [1875 0 R /XYZ 175.219 193.211 null]
+2010 0 obj <<
+/D [1968 0 R /XYZ 175.219 193.211 null]
 >> endobj
-1918 0 obj <<
-/D [1875 0 R /XYZ 228.813 193.211 null]
+2011 0 obj <<
+/D [1968 0 R /XYZ 228.813 193.211 null]
 >> endobj
-1919 0 obj <<
-/D [1875 0 R /XYZ 281.858 193.211 null]
+2012 0 obj <<
+/D [1968 0 R /XYZ 281.858 193.211 null]
 >> endobj
-1920 0 obj <<
-/D [1875 0 R /XYZ 359.541 193.211 null]
+2013 0 obj <<
+/D [1968 0 R /XYZ 359.541 193.211 null]
 >> endobj
-1921 0 obj <<
-/D [1875 0 R /XYZ 429.483 193.211 null]
+2014 0 obj <<
+/D [1968 0 R /XYZ 429.483 193.211 null]
 >> endobj
-1922 0 obj <<
-/D [1875 0 R /XYZ 477.557 193.211 null]
+2015 0 obj <<
+/D [1968 0 R /XYZ 477.557 193.211 null]
 >> endobj
-1923 0 obj <<
-/D [1875 0 R /XYZ 71.731 180.26 null]
+2016 0 obj <<
+/D [1968 0 R /XYZ 71.731 180.26 null]
 >> endobj
-1924 0 obj <<
-/D [1875 0 R /XYZ 140.493 180.26 null]
+2017 0 obj <<
+/D [1968 0 R /XYZ 140.493 180.26 null]
 >> endobj
-1925 0 obj <<
-/D [1875 0 R /XYZ 197.219 180.26 null]
+2018 0 obj <<
+/D [1968 0 R /XYZ 197.219 180.26 null]
 >> endobj
-1926 0 obj <<
-/D [1875 0 R /XYZ 71.731 173.839 null]
+2019 0 obj <<
+/D [1968 0 R /XYZ 71.731 173.839 null]
 >> endobj
-1927 0 obj <<
-/D [1875 0 R /XYZ 419.446 162.327 null]
+2020 0 obj <<
+/D [1968 0 R /XYZ 419.446 162.327 null]
 >> endobj
-1248 0 obj <<
-/D [1875 0 R /XYZ 71.731 116.335 null]
+1308 0 obj <<
+/D [1968 0 R /XYZ 71.731 116.335 null]
 >> endobj
-1874 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F35 1481 0 R >>
+1967 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1930 0 obj <<
+2023 0 obj <<
 /Length 1360      
 /Filter /FlateDecode
 >>
 stream
-x��WY��6~��PѢ����[R�4����M�$(hY��H��#i��;<䕭x[,�P,<<�of8�pH$�	�4ET� �8��/O�KD^$��\�OR�J����X1�(4Xmބ����vQ�C��x��C嶺}ѹ�ӡ���w��ǫ�`1Jv�i���6�#J�1n����F�0�I�HgC�׽[=�����#l��M�,�v��Ej�\���V����~���d��R/�?��melID��z�Ih)x�j����Q�em�8#3N�˦�U��lG�0r��7�p��p�X`��$�s�H�ՂK�(�[��_���Y�L��	M�s�@��.���	U[�P����@H&Q��̟�O���ARJ�A��4eA��#��(
�7�p�Z99W��D"���(9b��	�@��@R[�c�����<H V8"	$� 9����BA��[}*���uY�u����%���HLL����rh�Y�ۇ~7y�nHSD�ˋg0ld�!b�	$�͖�EswU8��&^����P��E�󒚥[��{���J�a��j�s6<�`4G #8�F�������|�`* ���<n;�z_#���/	�$9�^ou[)�h�����h�k�X�P�n����s���Y�X'��x�"��s��P��"�P&8�'ϧ��yq���*W>MzW�a��qǧI�<9wy�e��#����9T��'"����IQ�[M��}S�y����[֪�y�Ĺ�߂�k��T���T~��J��j7����&�x@:�:��3�����Zل:�ֈ�=|�������	�v�h�,�}Kд�j�F�ތ�Zu���4��y	�ƒr�����G����o�ސ~��	���o��m]�S.��s!���뀊V�����%@�B�K�F.
[&��W�/�^>�B@V��v[���0�JQ�tb�Rw��T=�qZ&&ӑU��s��&B�f�T�1�j��]����rf�ԍ�^f:�(p���3f�=�M�����r�J�@3��k���qN]��/t��ږ�Hb(�&�f���5#	��]���\����8����½�	�	?�pB/�+#%|�z�6�ޞ�v���W
-�k����E�����_qD�����K�����D^^4�.aU���:��CJ��5��U7* �,U�ƦT�3����ne��-��l���¶��k�{��G}��]7�M�2���-ƴ�����!�j|)(������-x���݋c�G�v#XN���(o��R(��Xl���?�~���5�?<���h�!���ˠ3���U��`��QT0�0>h1>�s�9�?ɡ��endstream
+x��W[��F~���jՀT����F�����ZM�$���4��I�_��>�ħ�Q*���|3���$��#ABP�`��Ry����<]/{�x"s�\\<a,�P&Y���R$$��T�`�~>ܩv(�(����r����.we�fO�庈�-_,/��%(Kٍ��23�(H�(Ƹ�G,P�SkA����#�����n"�Ï�Q�76����Q�^�Us���Z
��}���]�&]U:�2�T6[��{���������R�0�a!-꣢ϻ�u�$a���m[�N5�,��{)`�6Bo��`
�|���ei�	��,��Q8B���.~������5�(��dJ\\_G)UטP����@H&Q��̟�O�[� )%� BP���+�͑ip�Q��t�w�����Gkb�%sy��1��I!@i )��ıC�����<H!V8&)$� 9�n��BA����T;7���u�3K�!�<��xKo9��,�r��4n�ݐ"��0��J`�ȐC�(H	�-'���<�pM����P﫵��爚�[T�{�,�J�a�j�s
6<�`4G c8�F������|�`* ���<n;�z� ���/	�$=��ltW+�h��tŇ}�*P�y�PUn����s���Y�X'��x�!��s��P��"�P�8�'ϧ��yI�R���P>MW�a��qǧI�<9���e��#����9T��'"����IY�[M��}]vE>��[6��y�Ĺ�߀�k��T���T~��Z5k�j7����X{@:�:��s�����Z���:�֘�=|�<upG���@���tw"!B����۱Qh�c��R��0<�]Q������~g1��+��ۨ7���-B
+��}����C~�Bʥ�u.ij8=vP���{�Q$-ժ2m���0^�z~y�������]=v[�1W���V����i�#��00����5��L<�5ç��yW���eU�(g�H��ef�s�2�)�<c����t�������
+4�Ƚ����ePo�BWŶll	�%�rj"m&�8�3��(�v���P���M����^�w1?�'N��c�����ބC����'��s��Z�}
���(�������#�����^��4t�'�2�E�l�Vu����~8��q�X���.�F�%����V��`��;���L15��7�u�1T��?x
à�ݨ�A�놕i[�[�x�1�FA��+�qHF�����CE�GG�����{q�q�Tk7jx��\������R(ߖ�Z���p��*q����ez�DƏ#/��|������/�k�Gc��$;�:G����endstream
 endobj
-1929 0 obj <<
+2022 0 obj <<
 /Type /Page
-/Contents 1930 0 R
-/Resources 1928 0 R
+/Contents 2023 0 R
+/Resources 2021 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1790 0 R
-/Annots [ 1938 0 R ]
+/Parent 1873 0 R
+/Annots [ 2031 0 R ]
 >> endobj
-1938 0 obj <<
+2031 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [310.336 367.004 343.551 381.948]
@@ -6122,34 +6210,34 @@ endobj
 /A << /S /GoTo /D (gloss-bugzilla) >>
 >> endobj
 38 0 obj <<
-/D [1929 0 R /XYZ 297.751 705.748 null]
+/D [2022 0 R /XYZ 297.751 705.748 null]
 >> endobj
-1931 0 obj <<
-/D [1929 0 R /XYZ 71.731 705.533 null]
+2024 0 obj <<
+/D [2022 0 R /XYZ 71.731 705.533 null]
 >> endobj
-1932 0 obj <<
-/D [1929 0 R /XYZ 71.731 696.925 null]
+2025 0 obj <<
+/D [2022 0 R /XYZ 71.731 696.925 null]
 >> endobj
-1933 0 obj <<
-/D [1929 0 R /XYZ 71.731 682.032 null]
+2026 0 obj <<
+/D [2022 0 R /XYZ 71.731 682.032 null]
 >> endobj
-1934 0 obj <<
-/D [1929 0 R /XYZ 71.731 667.088 null]
+2027 0 obj <<
+/D [2022 0 R /XYZ 71.731 667.088 null]
 >> endobj
-1935 0 obj <<
-/D [1929 0 R /XYZ 71.731 667.088 null]
+2028 0 obj <<
+/D [2022 0 R /XYZ 71.731 667.088 null]
 >> endobj
-1939 0 obj <<
-/D [1929 0 R /XYZ 71.731 329.146 null]
+2032 0 obj <<
+/D [2022 0 R /XYZ 71.731 329.146 null]
 >> endobj
-1940 0 obj <<
-/D [1929 0 R /XYZ 433.454 306.232 null]
+2033 0 obj <<
+/D [2022 0 R /XYZ 433.454 306.232 null]
 >> endobj
-1928 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R /F35 1481 0 R /F32 1151 0 R >>
+2021 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R /F35 1563 0 R /F32 1211 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1944 0 obj <<
+2037 0 obj <<
 /Length 2413      
 /Filter /FlateDecode
 >>
@@ -6171,286 +6259,282 @@ JA
 1�_8g�g&��}N}S�a$�+�e'CFA���B�|)��㈫�ǽ���)b�ޝs:H%��^�1��#?�)8FA����|���܈��8�F�r��T�M-/q��,�A�j��!�Jߔ � ��U	t~O�J�3rM�	�f����di�đ�>�^�&𪴨�Ԭ������h��g.ݥ�ùɠ�4:�����3d}���XD�f�,M��{�њ���?����P�p%ˮ�Hw�r�=�S�ƅ�͖j�۴n:R�K��A�!�5�$��0XC�v���Pm)�6���1
 ]5��܂��<�s���_�e�޴}����r}��N�'�_�B��Ņ��t��B����X�q7eL"���$XPS^z���C�b�2��P��&j[x�}��~ػ@J�-�/t�w�%컌q4T�:v=	lE�dUں�b�bD'M!�p�d�5@2�u��u��p�ؿ����~5 Q��r�@|���8.�⾢���;�k`?�S�����z��������tc]��؍��Ig�!�m�>��n�li6��Bl]�4:�Oè�h�g��eM�/�oߔ劗W�aT��PBҷ��r���7� e�u�7�)�r'ĕ �ǐ1E7cĀ���o��C�"eOťCg=���������endstream
 endobj
-1943 0 obj <<
+2036 0 obj <<
 /Type /Page
-/Contents 1944 0 R
-/Resources 1942 0 R
+/Contents 2037 0 R
+/Resources 2035 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 1790 0 R
-/Annots [ 1951 0 R 1952 0 R 1962 0 R 1964 0 R 1966 0 R 1968 0 R 1970 0 R 1972 0 R ]
+/Parent 1873 0 R
+/Annots [ 2044 0 R 2045 0 R 2055 0 R 2057 0 R 2059 0 R 2061 0 R 2063 0 R 2065 0 R ]
 >> endobj
-1951 0 obj <<
+2044 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [508.095 566.273 537.983 575.184]
 /Subtype /Link
 /A << /S /GoTo /D (os-specific) >>
 >> endobj
-1952 0 obj <<
+2045 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 553.321 84.184 562.233]
 /Subtype /Link
 /A << /S /GoTo /D (os-specific) >>
 >> endobj
-1962 0 obj <<
+2055 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [89.664 319.519 133.11 328.43]
 /Subtype /Link
 /A << /S /GoTo /D (install-perl) >>
 >> endobj
-1964 0 obj <<
+2057 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [89.664 301.586 191.202 310.498]
 /Subtype /Link
 /A << /S /GoTo /D (install-database) >>
 >> endobj
-1966 0 obj <<
+2059 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [89.664 285.711 166.176 292.565]
 /Subtype /Link
 /A << /S /GoTo /D (install-webserver) >>
 >> endobj
-1968 0 obj <<
+2061 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [89.664 265.721 150.823 274.632]
 /Subtype /Link
 /A << /S /GoTo /D (install-bzfiles) >>
 >> endobj
-1970 0 obj <<
+2063 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [89.664 249.845 169.364 256.699]
 /Subtype /Link
 /A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-1972 0 obj <<
+2065 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [92.371 229.855 209.093 238.767]
 /Subtype /Link
 /A << /S /GoTo /D (install-MTA) >>
 >> endobj
-1249 0 obj <<
-/D [1943 0 R /XYZ 71.731 718.306 null]
+1309 0 obj <<
+/D [2036 0 R /XYZ 71.731 718.306 null]
 >> endobj
 42 0 obj <<
-/D [1943 0 R /XYZ 354.129 703.236 null]
+/D [2036 0 R /XYZ 354.129 703.236 null]
 >> endobj
-1250 0 obj <<
-/D [1943 0 R /XYZ 71.731 692.184 null]
+1310 0 obj <<
+/D [2036 0 R /XYZ 71.731 692.184 null]
 >> endobj
 46 0 obj <<
-/D [1943 0 R /XYZ 196.111 651.159 null]
+/D [2036 0 R /XYZ 196.111 651.159 null]
 >> endobj
-1945 0 obj <<
-/D [1943 0 R /XYZ 71.731 650.944 null]
+2038 0 obj <<
+/D [2036 0 R /XYZ 71.731 650.944 null]
 >> endobj
-1946 0 obj <<
-/D [1943 0 R /XYZ 71.731 632.374 null]
+2039 0 obj <<
+/D [2036 0 R /XYZ 71.731 632.374 null]
 >> endobj
-1947 0 obj <<
-/D [1943 0 R /XYZ 187.629 620.933 null]
+2040 0 obj <<
+/D [2036 0 R /XYZ 187.629 620.933 null]
 >> endobj
-1950 0 obj <<
-/D [1943 0 R /XYZ 71.731 581.381 null]
+2043 0 obj <<
+/D [2036 0 R /XYZ 71.731 581.381 null]
 >> endobj
-1953 0 obj <<
-/D [1943 0 R /XYZ 71.731 548.34 null]
+2046 0 obj <<
+/D [2036 0 R /XYZ 71.731 548.34 null]
 >> endobj
-1954 0 obj <<
-/D [1943 0 R /XYZ 71.731 524.594 null]
+2047 0 obj <<
+/D [2036 0 R /XYZ 71.731 524.594 null]
 >> endobj
-1955 0 obj <<
-/D [1943 0 R /XYZ 71.731 504.504 null]
+2048 0 obj <<
+/D [2036 0 R /XYZ 71.731 504.504 null]
 >> endobj
-1956 0 obj <<
-/D [1943 0 R /XYZ 71.731 467.707 null]
+2049 0 obj <<
+/D [2036 0 R /XYZ 71.731 467.707 null]
 >> endobj
-1957 0 obj <<
-/D [1943 0 R /XYZ 118.555 429.143 null]
+2050 0 obj <<
+/D [2036 0 R /XYZ 118.555 429.143 null]
 >> endobj
-1958 0 obj <<
-/D [1943 0 R /XYZ 71.731 387.21 null]
+2051 0 obj <<
+/D [2036 0 R /XYZ 71.731 387.21 null]
 >> endobj
-1959 0 obj <<
-/D [1943 0 R /XYZ 71.731 360.739 null]
+2052 0 obj <<
+/D [2036 0 R /XYZ 71.731 360.739 null]
 >> endobj
-1960 0 obj <<
-/D [1943 0 R /XYZ 71.731 347.414 null]
+2053 0 obj <<
+/D [2036 0 R /XYZ 71.731 347.414 null]
 >> endobj
-1961 0 obj <<
-/D [1943 0 R /XYZ 71.731 337.452 null]
+2054 0 obj <<
+/D [2036 0 R /XYZ 71.731 337.452 null]
 >> endobj
-1963 0 obj <<
-/D [1943 0 R /XYZ 71.731 319.519 null]
+2056 0 obj <<
+/D [2036 0 R /XYZ 71.731 319.519 null]
 >> endobj
-1965 0 obj <<
-/D [1943 0 R /XYZ 71.731 301.586 null]
+2058 0 obj <<
+/D [2036 0 R /XYZ 71.731 301.586 null]
 >> endobj
-1967 0 obj <<
-/D [1943 0 R /XYZ 71.731 285.711 null]
+2060 0 obj <<
+/D [2036 0 R /XYZ 71.731 285.711 null]
 >> endobj
-1969 0 obj <<
-/D [1943 0 R /XYZ 71.731 265.721 null]
+2062 0 obj <<
+/D [2036 0 R /XYZ 71.731 265.721 null]
 >> endobj
-1971 0 obj <<
-/D [1943 0 R /XYZ 71.731 249.845 null]
+2064 0 obj <<
+/D [2036 0 R /XYZ 71.731 249.845 null]
 >> endobj
-1973 0 obj <<
-/D [1943 0 R /XYZ 71.731 217.277 null]
+2066 0 obj <<
+/D [2036 0 R /XYZ 71.731 217.277 null]
 >> endobj
-1251 0 obj <<
-/D [1943 0 R /XYZ 71.731 198.971 null]
+1311 0 obj <<
+/D [2036 0 R /XYZ 71.731 198.971 null]
 >> endobj
 50 0 obj <<
-/D [1943 0 R /XYZ 138.296 161.756 null]
+/D [2036 0 R /XYZ 138.296 161.756 null]
 >> endobj
-1974 0 obj <<
-/D [1943 0 R /XYZ 71.731 154.403 null]
+2067 0 obj <<
+/D [2036 0 R /XYZ 71.731 154.403 null]
 >> endobj
-1975 0 obj <<
-/D [1943 0 R /XYZ 163.177 141.631 null]
+2068 0 obj <<
+/D [2036 0 R /XYZ 163.177 141.631 null]
 >> endobj
-1976 0 obj <<
-/D [1943 0 R /XYZ 71.731 135.242 null]
+2069 0 obj <<
+/D [2036 0 R /XYZ 71.731 135.242 null]
 >> endobj
-1977 0 obj <<
-/D [1943 0 R /XYZ 164.427 110.747 null]
+2070 0 obj <<
+/D [2036 0 R /XYZ 164.427 110.747 null]
 >> endobj
-1942 0 obj <<
-/Font << /F23 1137 0 R /F44 1937 0 R /F48 1949 0 R /F27 1144 0 R /F35 1481 0 R /F33 1242 0 R >>
+2035 0 obj <<
+/Font << /F23 1197 0 R /F44 2030 0 R /F48 2042 0 R /F27 1204 0 R /F35 1563 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-1980 0 obj <<
-/Length 1962      
+2073 0 obj <<
+/Length 1965      
 /Filter /FlateDecode
 >>
 stream
 x��X[��4~�_�'H�S�8q.]q��M,,�a���m�m.���_όgris�"x���=��=3�\��D�$�&X� �y��_�a�'�%V,���|z����0\��:w����X'�$D���/�g��nu�\���گJ�fǣ)�D���4�c�����'���Q��u�s]��laA��J�*ƕ���*�V)܂��{���&�����ޔZ�q{�b�B���yS ���������lW�U��Xn���m��DvUC�Β;�����B+=M��W�CY����ʶ�F�qh^7�Ky����^J�{UGTU�$��?:�d�kܨ�:"GU��c�vԶm�e϶Յe~Em��;�t�jz�.��s�`,b�J�dzD���Щ`�k7�C˹l���Ht��J��-�Ӷ}J��h�c$k)���g��q��}�[��[]��JB��p�a�!�;��������2�Z"�2�=:���w�<���w�z�^h��
-5ܛ�&�5��_}?�Mvd�,����!����ԡm맷���iG�p�yU#�R�-�����}�
.Vn��C�0��@&�c/��p�VA,b��۪�|@J�rA$�T���J4��N)���ؤ�Ɣ���%��K�L;��n�l[5z�d�ⵢz��y�)'1�'n�*��x������.`�a��� Uߕl�*����y�<�c�ٛ~iL`醗R�^��1�;�s����nX%�"�$M<[�5i���j����uCL��ْ�
-DIs�!��Ng��z;�P��3ʹ(�i��=

�%#�`�-%���r�i"�3O��W�V��K��76[)�V��&
-AZ�9n���;�O�krN���>����܆��b�a��l/EmU�t��O����p-�$��ɫrg�]��!�B�Cl�^�
-?]�)C>L�
-�fza�������.Y	��E���z55`�"��eu�P��}�D�x��V45��Տ�����D��!��!��VoF�g@@F����Q�	xo��(pz~Z�M0�€9Y}NRy{���h�VWXC=T���Me�]K��4�L溴�����*(ԁ�� ���d/�6-%��;t9����j�"��O������Q�T:I�}���3� �Un��Uj0��^�Ԍ��Ԍ�G��R3�05��IjƁ�Ԍ��Ԍ�&�E85�K�@cv�ɷ������V�줒[�y��x ��~(#��b|���<mc	:fn��ʱ�[�P�5T�j��5��qGu�j�08C
u�J������z#(u	��%�����c�F���cxx���2v��a"^�j`����w�?@
-u��!�����z�~˺cK��>�T}Qg{�e<�u��+V���n/n9i������9�FC���Dc%�m~�L�2pA�
u�
-�g"��J`$N�L�LO8v����<kg'�1���ؕ%^ЫG�J�͜&P�&p�郏�^f5��R�>|�����C����̬M�&��ȩ5�7�n-��
-�Z�.b�d���A��@2�{��w�r5���ڶ��=��q�UQhL8��{�D�O t�dCL:�؝҈�^� ޠ�4T1+o�Œ5G/6�x���0d7]���e:ہș��ڮ�$�`�1��ͭ &d�tzuph�?� ��;������
-����H&�>�����P}����ƜϑI^���2���~����R�9ӈ{����`��A	Ss�7��U9����
-\et����hX!}))*j����w���|��N����{uU����i̬h���l`G�QrR&!^�I��C�Ae��7��Trz���E�D_�.K%��c�䐜J����
-t�[ƤH����R����7G��E!<��A:,z����_�z��endstream
+5ܛ�&�5��_}?�Mvd�,����!����ԡm맷���iG�p�yU#�R�-�����}�
.Vxl|�|�f����p��%x.�*�E�4~[���G�Q.�D�J>�Y�v1��)����٘2CO���=:�Vi�s����m�F�LC]�U�C'5�7�$��ĭP�"Q/���0��6��껒�W���4o��W6{�/�a	,��Rjܫ�1DxgxLЗ"^6����Yĝ��g�%
�@U-Q�2ӂ�n�I��"[�S�(iN:�v�B��<Bo�*6uF9�8m�T����d�����Dq"�CV�5M�s�I���۪?t	����c+���D!H+3��{\wG���iuM�9�ߗ�G��b��P]�["�������.�iU���E��:yU�̾k�<�Trc���+�C�8eH���^��/�BR"xӒB��* !U�(B|:�}@/���p8ҷ�.��>�o���O�Ԋ�f����������!p0$Y����(�HhY��`=0?
+=��-�sN�OK�	��V0'K��I*� `�S��^��
+k��j^���l�kIs����\�5}��?^�:����!���ᅁ֦��z��.GS7PiVd����}��>��!J�J'�/�^�s��J���������`�����Q��]``PfFff�1��8p���q��q�$3�gfq�hL�5�34���
+��r�>M#Bd�@�ub��S6@�ߟ�m�@���^9��J]��
+A
���b5�ᨎPC�Qg��.PC�5�b�PWO�.�C��t�q��!z�A���7z�.�!�=BƎ��!,bC�+\
l�^7���(B�n�;��z\�V��oYwl�q�ǜ�/ �lϽ���l����`Ŋ����ŭ '��3V�� g�h���h�D����Y.���n�@� ��Ld�{C	��	����	�.p8�g��d5���8����z�W)<��J�5}�
�ˬ&B�W��ׁ/����}��w�c���i�D���9�f��ԭ��XAV�El�W"]�#�HFޗt�] ��U��sšZ�6U��'5΁b�*
+���y�]�(�	䂃�l�I���Cq@�K����*f�-#R�����F�Q���[z�Lg;9�Y��D�;fÜa_���ä��N�n����C�d�~g����rT^!QVrI��g]��:���}��=��Ø�92	�k�]������o08�Yj7gqo@Z p3�2(aJbN�Գ*?��\���Ο�5��a����������I7������c(?�p��f߃���?$�0̣m�G�9��s��I��(xY'��a���v��޺Z���J���}�������r��F8�f+Уn�*�
+U���JE*�w~�Ef��j�-��O�sK���endstream
 endobj
-1979 0 obj <<
+2072 0 obj <<
 /Type /Page
-/Contents 1980 0 R
-/Resources 1978 0 R
+/Contents 2073 0 R
+/Resources 2071 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2002 0 R
-/Annots [ 1998 0 R ]
+/Parent 2095 0 R
+/Annots [ 2091 0 R ]
 >> endobj
-1998 0 obj <<
+2091 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [487.887 245.191 505.55 254.102]
 /Subtype /Link
 /A << /S /GoTo /D (gloss-cgi) >>
 >> endobj
-1252 0 obj <<
-/D [1979 0 R /XYZ 71.731 718.306 null]
+1312 0 obj <<
+/D [2072 0 R /XYZ 71.731 718.306 null]
 >> endobj
 54 0 obj <<
-/D [1979 0 R /XYZ 227.213 707.841 null]
+/D [2072 0 R /XYZ 227.213 707.841 null]
 >> endobj
-1981 0 obj <<
-/D [1979 0 R /XYZ 71.731 697.476 null]
+2074 0 obj <<
+/D [2072 0 R /XYZ 71.731 697.476 null]
 >> endobj
-1253 0 obj <<
-/D [1979 0 R /XYZ 71.731 672.608 null]
+1313 0 obj <<
+/D [2072 0 R /XYZ 71.731 672.608 null]
 >> endobj
 58 0 obj <<
-/D [1979 0 R /XYZ 156.121 640.294 null]
+/D [2072 0 R /XYZ 156.121 640.294 null]
 >> endobj
-1982 0 obj <<
-/D [1979 0 R /XYZ 71.731 631.842 null]
+2075 0 obj <<
+/D [2072 0 R /XYZ 71.731 631.842 null]
 >> endobj
-1983 0 obj <<
-/D [1979 0 R /XYZ 163.177 621.365 null]
+2076 0 obj <<
+/D [2072 0 R /XYZ 163.177 621.365 null]
 >> endobj
-1984 0 obj <<
-/D [1979 0 R /XYZ 71.731 614.976 null]
+2077 0 obj <<
+/D [2072 0 R /XYZ 71.731 614.976 null]
 >> endobj
-1985 0 obj <<
-/D [1979 0 R /XYZ 367.427 603.432 null]
+2078 0 obj <<
+/D [2072 0 R /XYZ 367.427 603.432 null]
 >> endobj
-1986 0 obj <<
-/D [1979 0 R /XYZ 71.731 588.324 null]
+2079 0 obj <<
+/D [2072 0 R /XYZ 71.731 588.324 null]
 >> endobj
-1987 0 obj <<
-/D [1979 0 R /XYZ 71.731 573.38 null]
+2080 0 obj <<
+/D [2072 0 R /XYZ 71.731 573.38 null]
 >> endobj
-1988 0 obj <<
-/D [1979 0 R /XYZ 363.982 563.881 null]
+2081 0 obj <<
+/D [2072 0 R /XYZ 363.982 563.881 null]
 >> endobj
-1989 0 obj <<
-/D [1979 0 R /XYZ 331.234 540.568 null]
+2082 0 obj <<
+/D [2072 0 R /XYZ 331.234 540.568 null]
 >> endobj
-1990 0 obj <<
-/D [1979 0 R /XYZ 71.731 512.673 null]
+2083 0 obj <<
+/D [2072 0 R /XYZ 71.731 512.673 null]
 >> endobj
-1254 0 obj <<
-/D [1979 0 R /XYZ 71.731 468.738 null]
+1314 0 obj <<
+/D [2072 0 R /XYZ 71.731 468.738 null]
 >> endobj
 62 0 obj <<
-/D [1979 0 R /XYZ 183.546 433.37 null]
+/D [2072 0 R /XYZ 183.546 433.37 null]
 >> endobj
-1991 0 obj <<
-/D [1979 0 R /XYZ 71.731 424.733 null]
+2084 0 obj <<
+/D [2072 0 R /XYZ 71.731 424.733 null]
 >> endobj
-1992 0 obj <<
-/D [1979 0 R /XYZ 163.177 414.441 null]
+2085 0 obj <<
+/D [2072 0 R /XYZ 163.177 414.441 null]
 >> endobj
-1993 0 obj <<
-/D [1979 0 R /XYZ 71.731 408.052 null]
+2086 0 obj <<
+/D [2072 0 R /XYZ 71.731 408.052 null]
 >> endobj
-1994 0 obj <<
-/D [1979 0 R /XYZ 364.877 396.508 null]
+2087 0 obj <<
+/D [2072 0 R /XYZ 364.877 396.508 null]
 >> endobj
-1995 0 obj <<
-/D [1979 0 R /XYZ 71.731 376.419 null]
+2088 0 obj <<
+/D [2072 0 R /XYZ 71.731 376.419 null]
 >> endobj
-1255 0 obj <<
-/D [1979 0 R /XYZ 71.731 324.678 null]
+1315 0 obj <<
+/D [2072 0 R /XYZ 71.731 324.678 null]
 >> endobj
 66 0 obj <<
-/D [1979 0 R /XYZ 190.186 285.405 null]
+/D [2072 0 R /XYZ 190.186 285.405 null]
 >> endobj
-1996 0 obj <<
-/D [1979 0 R /XYZ 71.731 278.053 null]
+2089 0 obj <<
+/D [2072 0 R /XYZ 71.731 278.053 null]
 >> endobj
-1997 0 obj <<
-/D [1979 0 R /XYZ 71.731 258.142 null]
+2090 0 obj <<
+/D [2072 0 R /XYZ 71.731 258.142 null]
 >> endobj
-1999 0 obj <<
-/D [1979 0 R /XYZ 435.451 208.493 null]
+2092 0 obj <<
+/D [2072 0 R /XYZ 435.451 208.493 null]
 >> endobj
-2000 0 obj <<
-/D [1979 0 R /XYZ 71.731 188.404 null]
+2093 0 obj <<
+/D [2072 0 R /XYZ 71.731 188.404 null]
 >> endobj
-2001 0 obj <<
-/D [1979 0 R /XYZ 384.386 177.609 null]
+2094 0 obj <<
+/D [2072 0 R /XYZ 384.386 177.609 null]
 >> endobj
-1256 0 obj <<
-/D [1979 0 R /XYZ 71.731 170.471 null]
+1316 0 obj <<
+/D [2072 0 R /XYZ 71.731 170.471 null]
 >> endobj
-1978 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F44 1937 0 R >>
+2071 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2006 0 obj <<
+2099 0 obj <<
 /Length 3030      
 /Filter /FlateDecode
 >>
@@ -6475,29 +6559,29 @@ Hs~BNґ
 �e]�G���� ��gW����!]�,od޻���Cz>zN�ܛ���BjǦP{3U��\�-��
 �S�]�z�2R�<Y�N$ZF%�q\P������N���r�endstream
 endobj
-2005 0 obj <<
+2098 0 obj <<
 /Type /Page
-/Contents 2006 0 R
-/Resources 2004 0 R
+/Contents 2099 0 R
+/Resources 2097 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2002 0 R
-/Annots [ 2019 0 R 2028 0 R 2029 0 R ]
+/Parent 2095 0 R
+/Annots [ 2112 0 R 2121 0 R 2122 0 R ]
 >> endobj
-2019 0 obj <<
+2112 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [146.43 466.808 191.262 475.719]
 /Subtype /Link
 /A << /S /GoTo /D (configuration) >>
 >> endobj
-2028 0 obj <<
+2121 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [446.147 316.671 505.908 325.582]
 /Subtype /Link
 /A << /S /GoTo /D (win32-perl-modules) >>
 >> endobj
-2029 0 obj <<
+2122 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [71.731 290.768 120.707 299.679]
@@ -6505,11330 +6589,11889 @@ endobj
 /A << /S /GoTo /D (install-perlmodules-manual) >>
 >> endobj
 70 0 obj <<
-/D [2005 0 R /XYZ 166.615 707.841 null]
+/D [2098 0 R /XYZ 166.615 707.841 null]
 >> endobj
-2007 0 obj <<
-/D [2005 0 R /XYZ 71.731 697.476 null]
+2100 0 obj <<
+/D [2098 0 R /XYZ 71.731 697.476 null]
 >> endobj
-2008 0 obj <<
-/D [2005 0 R /XYZ 180.572 674.765 null]
+2101 0 obj <<
+/D [2098 0 R /XYZ 180.572 674.765 null]
 >> endobj
-2009 0 obj <<
-/D [2005 0 R /XYZ 231.734 674.765 null]
+2102 0 obj <<
+/D [2098 0 R /XYZ 231.734 674.765 null]
 >> endobj
-2010 0 obj <<
-/D [2005 0 R /XYZ 172.004 661.813 null]
+2103 0 obj <<
+/D [2098 0 R /XYZ 172.004 661.813 null]
 >> endobj
-2011 0 obj <<
-/D [2005 0 R /XYZ 71.731 659.657 null]
+2104 0 obj <<
+/D [2098 0 R /XYZ 71.731 659.657 null]
 >> endobj
-2012 0 obj <<
-/D [2005 0 R /XYZ 118.555 624.105 null]
+2105 0 obj <<
+/D [2098 0 R /XYZ 118.555 624.105 null]
 >> endobj
-2013 0 obj <<
-/D [2005 0 R /XYZ 393.169 612.628 null]
+2106 0 obj <<
+/D [2098 0 R /XYZ 393.169 612.628 null]
 >> endobj
-2014 0 obj <<
-/D [2005 0 R /XYZ 273.304 600.972 null]
+2107 0 obj <<
+/D [2098 0 R /XYZ 273.304 600.972 null]
 >> endobj
-2015 0 obj <<
-/D [2005 0 R /XYZ 71.731 579.052 null]
+2108 0 obj <<
+/D [2098 0 R /XYZ 71.731 579.052 null]
 >> endobj
-2016 0 obj <<
-/D [2005 0 R /XYZ 202.34 559.346 null]
+2109 0 obj <<
+/D [2098 0 R /XYZ 202.34 559.346 null]
 >> endobj
-1257 0 obj <<
-/D [2005 0 R /XYZ 71.731 552.207 null]
+1317 0 obj <<
+/D [2098 0 R /XYZ 71.731 552.207 null]
 >> endobj
 74 0 obj <<
-/D [2005 0 R /XYZ 200.472 514.992 null]
+/D [2098 0 R /XYZ 200.472 514.992 null]
 >> endobj
-2017 0 obj <<
-/D [2005 0 R /XYZ 71.731 507.64 null]
+2110 0 obj <<
+/D [2098 0 R /XYZ 71.731 507.64 null]
 >> endobj
-2018 0 obj <<
-/D [2005 0 R /XYZ 303.371 494.867 null]
+2111 0 obj <<
+/D [2098 0 R /XYZ 303.371 494.867 null]
 >> endobj
-2020 0 obj <<
-/D [2005 0 R /XYZ 71.731 461.826 null]
+2113 0 obj <<
+/D [2098 0 R /XYZ 71.731 461.826 null]
 >> endobj
-2021 0 obj <<
-/D [2005 0 R /XYZ 179.188 451.032 null]
+2114 0 obj <<
+/D [2098 0 R /XYZ 179.188 451.032 null]
 >> endobj
-2022 0 obj <<
-/D [2005 0 R /XYZ 71.731 425.961 null]
+2115 0 obj <<
+/D [2098 0 R /XYZ 71.731 425.961 null]
 >> endobj
-2023 0 obj <<
-/D [2005 0 R /XYZ 71.731 425.961 null]
+2116 0 obj <<
+/D [2098 0 R /XYZ 71.731 425.961 null]
 >> endobj
-2024 0 obj <<
-/D [2005 0 R /XYZ 71.731 405.091 null]
+2117 0 obj <<
+/D [2098 0 R /XYZ 71.731 405.091 null]
 >> endobj
-2025 0 obj <<
-/D [2005 0 R /XYZ 71.731 405.091 null]
+2118 0 obj <<
+/D [2098 0 R /XYZ 71.731 405.091 null]
 >> endobj
-2026 0 obj <<
-/D [2005 0 R /XYZ 71.731 362.564 null]
+2119 0 obj <<
+/D [2098 0 R /XYZ 71.731 362.564 null]
 >> endobj
-2027 0 obj <<
-/D [2005 0 R /XYZ 71.731 329.622 null]
+2120 0 obj <<
+/D [2098 0 R /XYZ 71.731 329.622 null]
 >> endobj
-2030 0 obj <<
-/D [2005 0 R /XYZ 71.731 280.805 null]
+2123 0 obj <<
+/D [2098 0 R /XYZ 71.731 280.805 null]
 >> endobj
-2031 0 obj <<
-/D [2005 0 R /XYZ 71.731 280.805 null]
+2124 0 obj <<
+/D [2098 0 R /XYZ 71.731 280.805 null]
 >> endobj
-2032 0 obj <<
-/D [2005 0 R /XYZ 71.731 259.935 null]
+2125 0 obj <<
+/D [2098 0 R /XYZ 71.731 259.935 null]
 >> endobj
-2033 0 obj <<
-/D [2005 0 R /XYZ 125.419 235.44 null]
+2126 0 obj <<
+/D [2098 0 R /XYZ 125.419 235.44 null]
 >> endobj
-2034 0 obj <<
-/D [2005 0 R /XYZ 71.731 233.283 null]
+2127 0 obj <<
+/D [2098 0 R /XYZ 71.731 233.283 null]
 >> endobj
-2035 0 obj <<
-/D [2005 0 R /XYZ 71.731 218.339 null]
+2128 0 obj <<
+/D [2098 0 R /XYZ 71.731 218.339 null]
 >> endobj
-2036 0 obj <<
-/D [2005 0 R /XYZ 204.375 197.184 null]
+2129 0 obj <<
+/D [2098 0 R /XYZ 204.375 197.184 null]
 >> endobj
-2037 0 obj <<
-/D [2005 0 R /XYZ 465.976 173.871 null]
+2130 0 obj <<
+/D [2098 0 R /XYZ 465.976 173.871 null]
 >> endobj
-2038 0 obj <<
-/D [2005 0 R /XYZ 76.712 145.577 null]
+2131 0 obj <<
+/D [2098 0 R /XYZ 76.712 145.577 null]
 >> endobj
-2039 0 obj <<
-/D [2005 0 R /XYZ 71.731 125.652 null]
+2132 0 obj <<
+/D [2098 0 R /XYZ 71.731 125.652 null]
 >> endobj
-2004 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F44 1937 0 R /F48 1949 0 R >>
+2097 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F48 2042 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2042 0 obj <<
-/Length 2230      
+2135 0 obj <<
+/Length 2126      
 /Filter /FlateDecode
 >>
 stream
-xڭZ]�ۺ}ϯ�[d`͒��[H�d�^do�w�Т�(�2�"K�$�v��;á,Y2i�6"��9�3$Ej,f��Y$X���M��l���6p���Ј��,���w��y��%�7[=�|�$�E��������p��M����7����zW6mZy������?yQ���~~�yu$
��%�g���L��x��X"X����̃vtlW��l�"p�+/��Vb�u�t7_n�j�L�ۭl4b�" �����n:�+�/s7pR�ǝ7jZ˽,ת��hy4J�f/��7�݌��i����?!ϡͻgް^���ڧC�������d�ZDJ�깕`Ӎb'�x�5b �(�#Q,����}�awA���Z�ȂI�$�~��}7���B���>g1�F�O{���7tM�U�}![}��M��1�kEz�\SD�k
��|w�Q��-��l5=V;y��6E�O-*>i����BL��A	��)�v��憪�[�������=)����p���ÀDR�0���q�k���� �J���x�D	�8L�$b<�'0A��'���̠'���℅��k|=r�G��#�j���ģR����-�	A����z"�~�r�k��䂫pc�\=�(���ˮQ�)�e�,�#���)m�r�mU�Җ����e���0�
-&�ЮC�1�!�g�a�uY�Ȭ���]�u�|k�}V#���c캆 �o����z	,>�̓����[�c2�,�A�Z;�a���qx�ii�%�{J����o��j
-�0�B<�c8�.�hL�.�L|j�����H��<T�q�M--���y�Dz��c�i:�r]���=2��_���Gx��:��2c}0�6�Z�Ƥ@A/"�g��V����<���Gܑ�ہE|2g��c`�z���
-�#�88!�9+\���<�.y�1J�!�%�r]���=2���i^,��w0��F6
�M����~$F
�\�5�p��*
��?/��F�~����_�>�ܙ�`ǰMP���2U�Ĉ�[r�S��
-X�Gf{p����p$��a'�q[>ܞ��i,-����nĞ}�9���P�n��p]��͇�y����d��>ふ�b�ִS.��.�_��ݑ���]�mӺ�7�!�$��`�����������02����-M�IH�\��=�0VZ���#�Nx)*�;(�>%�}�7���!�c���b�ad���ry[���4$>��ml�w���bܒ(<aŐ�%�no�7,`����!Ơ�z>�]��ƻ��v��7L�E�)'�	�z�����/��{�Ё�clD��ct4�z`:�u}|,>�̣���!���o��&bA�[��a��x��#f{h��Z,���W��~�4	�4"�0�z�1Hb=���>HF�ч�os/p><,�_�����ck�;��Yx1�����(��'*���%��1d���R���e�o?�0��u�9���Q��02�>І�Ͷ��t
��I�`�'C[�;��Z�.����N�p�<�}-����?�����K�N�>�V������)p��<n?�
0��i���z��r�,�#��}�K7���<��R��?�ʹ/�dG�g���@�TL�6Ͷ;Y���;�>��r�s7�L�F/(y��B�g$_�{�d
�G��s�{鏏��4G���F)7!�	��Z�u��3k…�D%נ�6�	�r`PH��s7V���A6h�ѐ�J� �v�k�P��LS^����i�z.bg#��*���k*ѧL��>����$�C��fy��O�X	�̈I-lV�Fj�0� ���
Zx���{hYKZ�EKX���[O�!��?i+ot�1=��-�
-�C��\��;�^4�t(��]��4���r#��8p�[0���m(�-*�Xh�աX�,d�R��y((ËZ�3��J��9*���)堇VI!,=i3��cU}�=}��j�J;
uu.��I��{U���
5�X���9-y1�n�T�o�ة�5}����AQ�`�?R����Q$(�e��=��Ϗ�n��ϵ��bT]qB�I�`��,�+�/��%.?�J�9[5�aݧ5ZޣE���{O�G����m�/%��6ע��i�P�@�k�40+��2��[)]ʃ������Q�����o�����3�,*;��Z��f�@)+Bև���G��jU9ڣ�S}�������u��A҄V�Z€����p�����7|�L����2��G�,�
Q{ӏ6�L��!�endstream
-endobj
-2041 0 obj <<
+xڭZm��F�����w��7�t�nfw2��f���N�D�{l�gn�ק�n��)�?�桞������(��,d$p�1�?K���lwn�1�XXȢ���z��'!f1�1[=�$�H�B�I���j��mr�T9_p�z���]~���.�7���i�l�K濮~x�qu&�EH�H�~5��cR��� ЎŌ~0iD�����N����+
+o�U��{y��/�7����ܯ��h�D�9���ɦ�B�e�}/�V꽙����u���h~6jN��f�P�SXg�
+�{ٓ�9UY�̛�.N�")�O�cm�yߘk�T�qA��Z���s��&#/�x���@H}P��uD�`<���8$�n.���X��3���c�>A�}�}d�
+q
+fII�5�{�[���ˎ昘CZ�;Uٛ;�Ĝ��cE�L�6' jVZ@�g���\��h��J���ثS�D�g��:>��zi:p1�3OK�^^Ts�k�1��[����YwNb;(��ݮ�]�u�F�=��F|U��R���xP�ΜY'����$�0`�Ѐ�`Yt0�8��gF{�H�+�I�1����mA�{f������8ba�
+;��o	˜9˞��.c-�o-�C.82�r��\�]�N��\�r!�=���&��r�Iwڢ�'����SN8�#s�0���ס�8u��p�0���u�p�6��6]
+�����l��hz�l���z	z�7�����Ǡ�3�v���
o0(+�{�.��k1���|tX�����O�]�>�8C��0��ƀh:n�K��<l.z����P@:�U�R!�АȱP}Z�S юN��\�!�=���S��)���V'� #V��JR��K���]
+�p]��Cϼ�a5�� ہI|0fy���G��`P^92��b3f�$������8%��9%rMK�p��j���������v;�Ͱ�B��q
Z�S�~�N
�\� �=��:WH�cS�i|"i0*�$!�I�1G�P#�P�#u�I�2��e@�{f5��}��`R���-Q��iz($*@q	`���{�jZ���g�#���ź.A����#�uyk�8W)�j�ǃ.N���Y��1�g��5�Z��p]-)�Cϼ���f0SI�&�^A��)������y�sS!��ߦ�6)+�h8"3C�YW㌄�����t���Z
+��������=dX�Fu��Q�n���ҦOU����.�D@���;C��Z<
�������q�kWVf��e@�4���@0N&�n��.���_��,"��	r㌆������@|�7�
+t`�'��DBJ������:jq\����H�Y81FZ�3,�Vv#\ׇ�g�	��m�H����{Ʉ@��`Pn��������8�O�;WtZU�p]̇�y�ÿ�?��D�{�6Á?�h�J�wKh�M��O�A��W�|�3�%�r)�DP��`�A������3��?�C���a��ʏ��w�+�ҽ���T�����χuRY=��y��w�s�r�e@D�owv0N!--gG���g^�`��*�~U�R�A�I5?���R3ɉ��n�oS�H����7s�����/�2o@�J���a��r�GDJ<M�`�������3������BՕl���k:Z�sɚ�XU�����N#�sn�TU�n�0��v�)ly��v���P���a�m�(l^ُPM��p��j�/
+��7s	s��5�^bߟ�V����d2��9,�Y�ЬA��#TWk���3��x�q.|�̪�
+@���23�ȏ/��\8_Փ9���%K�y�o`�����ј�W�,����������3[�:_�$gl#O9VL��W֥���Yn���X����۲8�_7ꘖ�a|I5j�P�1�J�B\�ZD-�������m%}L���SWPw��I��[S3��R��jA�E�gZO7����{�*�Q����X���4�˟�S�M[u����������Z:g�9B5���3�Q�:�ޮVI�r�P�U-C7�;�PQ��F���B�{f��\������1�|D&��F�
1�IX�X�~
+�B_����������r}�6d�9�endstream
+endobj
+2134 0 obj <<
 /Type /Page
-/Contents 2042 0 R
-/Resources 2040 0 R
+/Contents 2135 0 R
+/Resources 2133 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2002 0 R
-/Annots [ 2055 0 R 2062 0 R 2072 0 R 2075 0 R 2078 0 R 2081 0 R 2084 0 R 2087 0 R 2090 0 R ]
+/Parent 2095 0 R
+/Annots [ 2148 0 R 2155 0 R 2167 0 R 2172 0 R 2175 0 R 2178 0 R 2181 0 R 2186 0 R 2193 0 R ]
 >> endobj
-2055 0 obj <<
+2148 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [89.664 541.106 140.592 550.017]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-dbd-mysql) >>
 >> endobj
-2062 0 obj <<
+2155 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [89.664 487.308 126.595 496.219]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-template) >>
 >> endobj
-2072 0 obj <<
+2167 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.664 387.681 104.05 396.593]
+/Rect [89.664 369.749 104.05 378.66]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd) >>
 >> endobj
-2075 0 obj <<
+2172 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.664 369.749 136.707 378.66]
+/Rect [89.664 333.883 136.707 342.794]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-chart-base) >>
 >> endobj
-2078 0 obj <<
+2175 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.664 351.816 134.485 360.727]
+/Rect [89.664 315.95 134.485 324.862]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-gd-graph) >>
 >> endobj
-2081 0 obj <<
+2178 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.664 333.883 155.237 342.794]
+/Rect [89.664 298.018 127.003 306.929]
 /Subtype /Link
-/A << /S /GoTo /D (install-modules-gd-text-align) >>
+/A << /S /GoTo /D (install-modules-gd-text) >>
 >> endobj
-2084 0 obj <<
+2181 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.664 315.95 137.574 324.862]
+/Rect [89.664 280.085 137.574 288.996]
 /Subtype /Link
 /A << /S /GoTo /D (install-modules-xml-twig) >>
 >> endobj
-2087 0 obj <<
+2186 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.664 298.018 136.368 306.929]
+/Rect [89.664 244.219 139.865 253.131]
 /Subtype /Link
-/A << /S /GoTo /D (install-modules-soap-lite) >>
+/A << /S /GoTo /D (install-modules-patchreader) >>
 >> endobj
-2090 0 obj <<
+2193 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [89.664 280.085 139.865 288.996]
+/Rect [89.664 190.421 136.368 199.332]
 /Subtype /Link
-/A << /S /GoTo /D (install-modules-patchreader) >>
+/A << /S /GoTo /D (install-modules-soap-lite) >>
 >> endobj
-2043 0 obj <<
-/D [2041 0 R /XYZ 140.002 696.687 null]
+2136 0 obj <<
+/D [2134 0 R /XYZ 140.002 696.687 null]
 >> endobj
-2044 0 obj <<
-/D [2041 0 R /XYZ 71.731 668.792 null]
+2137 0 obj <<
+/D [2134 0 R /XYZ 71.731 668.792 null]
 >> endobj
-2045 0 obj <<
-/D [2041 0 R /XYZ 71.731 637.808 null]
+2138 0 obj <<
+/D [2134 0 R /XYZ 71.731 637.808 null]
 >> endobj
-2046 0 obj <<
-/D [2041 0 R /XYZ 170.798 624.956 null]
+2139 0 obj <<
+/D [2134 0 R /XYZ 170.798 624.956 null]
 >> endobj
-2047 0 obj <<
-/D [2041 0 R /XYZ 71.731 617.818 null]
+2140 0 obj <<
+/D [2134 0 R /XYZ 71.731 617.818 null]
 >> endobj
-2048 0 obj <<
-/D [2041 0 R /XYZ 89.664 597.061 null]
+2141 0 obj <<
+/D [2134 0 R /XYZ 89.664 597.061 null]
 >> endobj
-2049 0 obj <<
-/D [2041 0 R /XYZ 71.731 594.904 null]
+2142 0 obj <<
+/D [2134 0 R /XYZ 71.731 594.904 null]
 >> endobj
-2050 0 obj <<
-/D [2041 0 R /XYZ 89.664 579.128 null]
+2143 0 obj <<
+/D [2134 0 R /XYZ 89.664 579.128 null]
 >> endobj
-2051 0 obj <<
-/D [2041 0 R /XYZ 71.731 577.345 null]
+2144 0 obj <<
+/D [2134 0 R /XYZ 71.731 577.345 null]
 >> endobj
-2052 0 obj <<
-/D [2041 0 R /XYZ 89.664 561.196 null]
+2145 0 obj <<
+/D [2134 0 R /XYZ 89.664 561.196 null]
 >> endobj
-2053 0 obj <<
-/D [2041 0 R /XYZ 71.731 559.412 null]
+2146 0 obj <<
+/D [2134 0 R /XYZ 71.731 559.412 null]
 >> endobj
-2054 0 obj <<
-/D [2041 0 R /XYZ 89.664 543.263 null]
+2147 0 obj <<
+/D [2134 0 R /XYZ 89.664 543.263 null]
 >> endobj
-2056 0 obj <<
-/D [2041 0 R /XYZ 71.731 541.106 null]
+2149 0 obj <<
+/D [2134 0 R /XYZ 71.731 541.106 null]
 >> endobj
-2057 0 obj <<
-/D [2041 0 R /XYZ 89.664 525.33 null]
+2150 0 obj <<
+/D [2134 0 R /XYZ 89.664 525.33 null]
 >> endobj
-2058 0 obj <<
-/D [2041 0 R /XYZ 71.731 523.173 null]
+2151 0 obj <<
+/D [2134 0 R /XYZ 71.731 523.173 null]
 >> endobj
-2059 0 obj <<
-/D [2041 0 R /XYZ 89.664 507.397 null]
+2152 0 obj <<
+/D [2134 0 R /XYZ 89.664 507.397 null]
 >> endobj
-2060 0 obj <<
-/D [2041 0 R /XYZ 71.731 505.24 null]
+2153 0 obj <<
+/D [2134 0 R /XYZ 71.731 505.24 null]
 >> endobj
-2061 0 obj <<
-/D [2041 0 R /XYZ 89.664 489.465 null]
+2154 0 obj <<
+/D [2134 0 R /XYZ 89.664 489.465 null]
 >> endobj
-2063 0 obj <<
-/D [2041 0 R /XYZ 71.731 487.308 null]
+2156 0 obj <<
+/D [2134 0 R /XYZ 71.731 487.308 null]
 >> endobj
-2064 0 obj <<
-/D [2041 0 R /XYZ 89.664 471.532 null]
+2157 0 obj <<
+/D [2134 0 R /XYZ 89.664 471.532 null]
 >> endobj
-2065 0 obj <<
-/D [2041 0 R /XYZ 71.731 469.749 null]
+2158 0 obj <<
+/D [2134 0 R /XYZ 71.731 469.749 null]
 >> endobj
-2066 0 obj <<
-/D [2041 0 R /XYZ 89.664 453.599 null]
+2159 0 obj <<
+/D [2134 0 R /XYZ 89.664 453.599 null]
 >> endobj
-2067 0 obj <<
-/D [2041 0 R /XYZ 71.731 451.816 null]
+2160 0 obj <<
+/D [2134 0 R /XYZ 71.731 451.816 null]
 >> endobj
-2068 0 obj <<
-/D [2041 0 R /XYZ 89.664 435.666 null]
+2161 0 obj <<
+/D [2134 0 R /XYZ 89.664 435.666 null]
 >> endobj
-2069 0 obj <<
-/D [2041 0 R /XYZ 169.145 417.734 null]
+2162 0 obj <<
+/D [2134 0 R /XYZ 71.731 433.883 null]
 >> endobj
-2070 0 obj <<
-/D [2041 0 R /XYZ 71.731 410.595 null]
+2163 0 obj <<
+/D [2134 0 R /XYZ 89.664 417.734 null]
 >> endobj
-2071 0 obj <<
-/D [2041 0 R /XYZ 89.664 389.838 null]
+2164 0 obj <<
+/D [2134 0 R /XYZ 169.145 399.801 null]
 >> endobj
-2073 0 obj <<
-/D [2041 0 R /XYZ 71.731 387.681 null]
+2165 0 obj <<
+/D [2134 0 R /XYZ 71.731 392.663 null]
 >> endobj
-2074 0 obj <<
-/D [2041 0 R /XYZ 89.664 371.905 null]
+2166 0 obj <<
+/D [2134 0 R /XYZ 89.664 371.905 null]
 >> endobj
-2076 0 obj <<
-/D [2041 0 R /XYZ 71.731 369.749 null]
+2168 0 obj <<
+/D [2134 0 R /XYZ 71.731 369.749 null]
 >> endobj
-2077 0 obj <<
-/D [2041 0 R /XYZ 89.664 353.973 null]
+2169 0 obj <<
+/D [2134 0 R /XYZ 89.664 353.973 null]
 >> endobj
-2079 0 obj <<
-/D [2041 0 R /XYZ 71.731 351.816 null]
+2170 0 obj <<
+/D [2134 0 R /XYZ 71.731 351.816 null]
 >> endobj
-2080 0 obj <<
-/D [2041 0 R /XYZ 89.664 336.04 null]
+2171 0 obj <<
+/D [2134 0 R /XYZ 89.664 336.04 null]
 >> endobj
-2082 0 obj <<
-/D [2041 0 R /XYZ 71.731 333.883 null]
+2173 0 obj <<
+/D [2134 0 R /XYZ 71.731 333.883 null]
 >> endobj
-2083 0 obj <<
-/D [2041 0 R /XYZ 89.664 318.107 null]
+2174 0 obj <<
+/D [2134 0 R /XYZ 89.664 318.107 null]
 >> endobj
-2085 0 obj <<
-/D [2041 0 R /XYZ 71.731 315.95 null]
+2176 0 obj <<
+/D [2134 0 R /XYZ 71.731 315.95 null]
 >> endobj
-2086 0 obj <<
-/D [2041 0 R /XYZ 89.664 300.174 null]
+2177 0 obj <<
+/D [2134 0 R /XYZ 89.664 300.174 null]
 >> endobj
-2088 0 obj <<
-/D [2041 0 R /XYZ 71.731 298.018 null]
+2179 0 obj <<
+/D [2134 0 R /XYZ 71.731 298.018 null]
 >> endobj
-2089 0 obj <<
-/D [2041 0 R /XYZ 89.664 282.242 null]
+2180 0 obj <<
+/D [2134 0 R /XYZ 89.664 282.242 null]
 >> endobj
-2091 0 obj <<
-/D [2041 0 R /XYZ 71.731 280.085 null]
+2182 0 obj <<
+/D [2134 0 R /XYZ 71.731 280.085 null]
 >> endobj
-2092 0 obj <<
-/D [2041 0 R /XYZ 89.664 264.309 null]
+2183 0 obj <<
+/D [2134 0 R /XYZ 89.664 264.309 null]
 >> endobj
-1258 0 obj <<
-/D [2041 0 R /XYZ 76.712 246.376 null]
+2184 0 obj <<
+/D [2134 0 R /XYZ 71.731 262.152 null]
 >> endobj
-78 0 obj <<
-/D [2041 0 R /XYZ 182.984 211.905 null]
+2185 0 obj <<
+/D [2134 0 R /XYZ 89.664 246.376 null]
 >> endobj
-2093 0 obj <<
-/D [2041 0 R /XYZ 71.731 203.453 null]
+2187 0 obj <<
+/D [2134 0 R /XYZ 71.731 244.219 null]
 >> endobj
-2094 0 obj <<
-/D [2041 0 R /XYZ 71.731 136.09 null]
+2188 0 obj <<
+/D [2134 0 R /XYZ 89.664 228.443 null]
 >> endobj
-1259 0 obj <<
-/D [2041 0 R /XYZ 71.731 103.148 null]
+2189 0 obj <<
+/D [2134 0 R /XYZ 71.731 226.287 null]
 >> endobj
-2040 0 obj <<
-/Font << /F33 1242 0 R /F44 1937 0 R /F35 1481 0 R /F27 1144 0 R /F23 1137 0 R >>
-/ProcSet [ /PDF /Text ]
+2190 0 obj <<
+/D [2134 0 R /XYZ 89.664 210.511 null]
 >> endobj
-2097 0 obj <<
-/Length 1689      
-/Filter /FlateDecode
->>
-stream
-xڵˎ�F�_a�X+���=�M����@4=���=�,)zl����C�$�7�E�‡�p8|sH�[�y��s��?s�8Z�3������+&Y�h�����E�fq�Xo���Y�H�M#�.�r��eӫv��#��.�����e����o�,�����g/֣�(H�,
���Ҝ(��s�(Bͬ�"u�04����F�Q)I��2�:4��Ť©���	�QD.��z�)�H&��b����a�~�*�-qn��MF�f�L��I��s@�9!��'{m�zd�	���ҏ��z��yP]�늷rS=��*	"��U!��hT%7�rY��"�P[$����Z>�(�_�st���gS��ҋ���j@fEN��
-���ڪ�>�>Uh��:E���"�^��u�"�����P�z��	Uo�`�x�o$����u�h����	%�V��k��yn@o������Q��n�����)�d�P�a���0�<�|>%�����d������b(�;Z몼!�U�ݢ��li�L��ݮ��^粴כ����.�#�Q)���ʏ��(�Gݫ������|�aR���%0G���Q8��G�=~�ڛ܅���C���Xj<ش�b��%�Fdv������|��7�U������l|���7K|=0�/�t�:��[y9���xE$�{eiG�RoK:w <���eU�0�����	�ˮ�3
-�Ș�/�#
-�_���P�X��1��@����`S;�-8�n�QN\m8~����7/X��-��$4�Dߙ1�
�-�E�[z�sβ�G(�3��JB7��#?6m��������ʥy]p�13LZ�t�Q{���\�:�;
-€k�3��	��QX��z�Z7wTT�����=���I0@����[*S(٬�3a��T�D�y&Ƭ�A�eݩ�7����v;��:�~�i��zӜ4/$�fѳB�]g�ȥ
���t��<�l��~�³��#�G�<V����z{ZL�C����D�7���|�v&��u���C��C\W����j��L=��kLd��w���¨�����,�g�'����`_\<��@����=��P��ib�MU��&	a���L��[���Ц�gM	(�M�\7M	�]B`�!J~��m˶ԦA����#B^�		�DA�K`��ew׸�4�Sw��H@Ӡ������A5
�0s6ܐ{ۿq8����;��v����8S\\\�æp�
-s���!5�'6ߟ2�MG��4e�oi<��&y3�B>)���y�i~��t���f�����	��Û��/z��g�e�ZV�l˸����Bs!�lqƅ+Y���,��d4uJ�i�Î�܎��V#�3Q�������m�Sk��
S;uy���%�뽵I�4��C�M��A���i��}��<9���7N��c? k-����e��e��J���d�eWߕ7'h>����4�V�A�Žm᳋�Vvl�4�M!{�����E�r��'�'W�u��U
-�� �Yь%��{��͍�K0;�.�xl%8��}���9�<W0�mJ��y�8T�l��L��y�5�6��j�u��<��'4�P����
-k�c���۫g�'��)�X5�
-��M��)�}觞p�%���W�1rro����~��zɽ��L$'�DA�
-1rAS���as*����endstream
+2191 0 obj <<
+/D [2134 0 R /XYZ 71.731 208.354 null]
+>> endobj
+2192 0 obj <<
+/D [2134 0 R /XYZ 89.664 192.578 null]
+>> endobj
+2194 0 obj <<
+/D [2134 0 R /XYZ 71.731 190.421 null]
+>> endobj
+2195 0 obj <<
+/D [2134 0 R /XYZ 89.664 174.645 null]
+>> endobj
+2196 0 obj <<
+/D [2134 0 R /XYZ 71.731 172.488 null]
+>> endobj
+2197 0 obj <<
+/D [2134 0 R /XYZ 89.664 156.712 null]
+>> endobj
+2198 0 obj <<
+/D [2134 0 R /XYZ 71.731 154.556 null]
+>> endobj
+2199 0 obj <<
+/D [2134 0 R /XYZ 89.664 138.78 null]
+>> endobj
+2200 0 obj <<
+/D [2134 0 R /XYZ 71.731 136.623 null]
+>> endobj
+2201 0 obj <<
+/D [2134 0 R /XYZ 89.664 120.847 null]
+>> endobj
+2202 0 obj <<
+/D [2134 0 R /XYZ 71.731 118.69 null]
+>> endobj
+2203 0 obj <<
+/D [2134 0 R /XYZ 89.664 102.914 null]
+>> endobj
+2204 0 obj <<
+/D [2134 0 R /XYZ 71.731 100.757 null]
+>> endobj
+2133 0 obj <<
+/Font << /F33 1302 0 R /F44 2030 0 R /F35 1563 0 R /F27 1204 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2207 0 obj <<
+/Length 1946      
+/Filter /FlateDecode
+>>
+stream
+xڥk��6�{~��ElI��O�n�ȡ�=b���ڢm!��R6�_� e�׻iQ,�3�y�r&�O�2f,�U�̶�7b����7�Q,�rBs�~��Q4+�"�f��,�yXd�,Ra��ٺ�%��O���K��@��~hl��j�������Z�[��ͻ�(4���ȣW���΢�R��P��q�)XDFq<�����L�)Ps�����E���l�Nj�^G��ʫ��ؒ�>�i~�Pa�*�k�5�m�ߓ��k-�)i!�X�j�	���d��%{��M{�&��-
+�����Z��M�O_��\h��h&eX$	r_�c��e��X��U(���A��w���q��l?׎�D?< �UAw�3_FRG�a̩k��Zܨ�t� 獶����h>ؙ�J��p�c��u$�v����ت3%_޶�SU��Q����<�wS7�(�c��������_/���R�����O#E"
��e��#���m��v�++��
@9��6��KU���)�n.E���g�G6m�%]�σ��¡�J��>��Q�q���[9�܃��b4�tj $�h���V*���G�'����cȽ�C;ԥ�Mm�=�d��3`d�����7��G�utʕ-��Ʊ��������$�Ni�ѵO�͵}�)�x�#9�+-�0� 6U]�gF=V��!~�m]r��G��vB#}�[V��H���>���y���m=�ʩ��+��c0��0��;���翅�)�7pG���ZŊ�1o�k�nu�go9�
����*�jL�ǮG]Pi������ω���9�‘���pt�֒Sڮ\\+�k̎/�d�/�a��5�V���-�(R�e�nhn��rV�ꂫs��(��R�z�-I. 7���0��3ӎ�p�<�u4�Q�A�:C\LJ�r�{=O!��'�"��Aݶ�T����*u�o��QMQI�c4���f=Ϧ⒋8p2H\��q�Q�A`�������]����I������`h�Cg�45��4zSSܡ~�lZ[=��q�.n��`�|ݚV�+�&ʊ�P���3P@��i���;�F����C�?0dO����������(j&Ir����H2q�����
+Y��E�[F�QQ�Y��
��F��	���n��8�'q�8|�����=����D�y�j���ī�u�
+����#���BU\�)�a���	�P�����z{y(�����Tu����moVL��H�b�S����*�>�hx�0�k�{�h|�J���O,8��w-��c�F|�����_�pDfGMÚ�������i{6x�d�t�NT��}��I���ζ7Dž�����_�*QVM��*K��4�xn�6'O:5 |&E*vĹ��R�#�.���(
�fi�FR�v�,r����*�ԕ��aJ��g�W�D�W�N��������9�v��8���/���8ء_tU۹����
��Y�D�FI��#�!��M3�����l5��8���᎕���	���xDL=�0�)Dp#30��%��ku���="ʞdE!�����X�
+�ý��D)&�_�*�Ƞ�j�h��NoBm�&L��+�!�A8iׁ�R�b�7"-
s)ͳM	�y�$�`g)�B�@���#��M�������'œ�œO����2��'b�o�1����<�����@;
+�u����!�<�5o��s��(���2�hx�6�A�����(���ص����_��OnF�An"�y�z<� ��oJr,3�;�1�����)Ŵ)�ujJ@2[S�j�}[wuE
���G�<!`�-#�H��|����[��dJuӑ���k�6{�3�N�&q��vs���q:���^�|���*�q�X��`w�c��Nj���0��A�OOO~��_���2{���ɳ��(
+���#�~B|.���@Uhendstream
 endobj
-2096 0 obj <<
+2206 0 obj <<
 /Type /Page
-/Contents 2097 0 R
-/Resources 2095 0 R
+/Contents 2207 0 R
+/Resources 2205 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2002 0 R
->> endobj
-82 0 obj <<
-/D [2096 0 R /XYZ 242.807 708.344 null]
+/Parent 2095 0 R
 >> endobj
-2098 0 obj <<
-/D [2096 0 R /XYZ 71.731 699.891 null]
+1324 0 obj <<
+/D [2206 0 R /XYZ 71.731 741.22 null]
 >> endobj
-1260 0 obj <<
-/D [2096 0 R /XYZ 71.731 656.374 null]
+2208 0 obj <<
+/D [2206 0 R /XYZ 89.664 708.344 null]
 >> endobj
-86 0 obj <<
-/D [2096 0 R /XYZ 167.419 623.064 null]
+2209 0 obj <<
+/D [2206 0 R /XYZ 71.731 706.187 null]
 >> endobj
-2099 0 obj <<
-/D [2096 0 R /XYZ 71.731 614.611 null]
+2210 0 obj <<
+/D [2206 0 R /XYZ 89.664 690.411 null]
 >> endobj
-2100 0 obj <<
-/D [2096 0 R /XYZ 71.731 601.978 null]
+1318 0 obj <<
+/D [2206 0 R /XYZ 76.712 672.478 null]
 >> endobj
-2101 0 obj <<
-/D [2096 0 R /XYZ 71.731 587.034 null]
+78 0 obj <<
+/D [2206 0 R /XYZ 182.984 638.007 null]
 >> endobj
-2102 0 obj <<
-/D [2096 0 R /XYZ 91.656 565.878 null]
+2211 0 obj <<
+/D [2206 0 R /XYZ 71.731 629.555 null]
 >> endobj
-2103 0 obj <<
-/D [2096 0 R /XYZ 142.208 565.878 null]
+2212 0 obj <<
+/D [2206 0 R /XYZ 71.731 562.192 null]
 >> endobj
-2104 0 obj <<
-/D [2096 0 R /XYZ 76.712 537.584 null]
+1319 0 obj <<
+/D [2206 0 R /XYZ 71.731 529.25 null]
 >> endobj
-2105 0 obj <<
-/D [2096 0 R /XYZ 71.731 517.659 null]
+82 0 obj <<
+/D [2206 0 R /XYZ 242.807 495.94 null]
 >> endobj
-2106 0 obj <<
-/D [2096 0 R /XYZ 373.496 506.002 null]
+2213 0 obj <<
+/D [2206 0 R /XYZ 71.731 487.488 null]
 >> endobj
-2107 0 obj <<
-/D [2096 0 R /XYZ 193.02 494.346 null]
+1320 0 obj <<
+/D [2206 0 R /XYZ 71.731 443.97 null]
 >> endobj
-1261 0 obj <<
-/D [2096 0 R /XYZ 71.731 466.451 null]
+86 0 obj <<
+/D [2206 0 R /XYZ 167.419 410.66 null]
 >> endobj
-90 0 obj <<
-/D [2096 0 R /XYZ 210.827 430.984 null]
+2214 0 obj <<
+/D [2206 0 R /XYZ 71.731 402.208 null]
 >> endobj
-2108 0 obj <<
-/D [2096 0 R /XYZ 71.731 422.532 null]
+2215 0 obj <<
+/D [2206 0 R /XYZ 71.731 389.574 null]
 >> endobj
-1262 0 obj <<
-/D [2096 0 R /XYZ 71.731 391.965 null]
+2216 0 obj <<
+/D [2206 0 R /XYZ 71.731 374.63 null]
 >> endobj
-94 0 obj <<
-/D [2096 0 R /XYZ 207.683 358.655 null]
+2217 0 obj <<
+/D [2206 0 R /XYZ 91.656 353.474 null]
 >> endobj
-2109 0 obj <<
-/D [2096 0 R /XYZ 71.731 350.203 null]
+2218 0 obj <<
+/D [2206 0 R /XYZ 142.208 353.474 null]
 >> endobj
-1263 0 obj <<
-/D [2096 0 R /XYZ 71.731 332.588 null]
+2219 0 obj <<
+/D [2206 0 R /XYZ 76.712 325.181 null]
 >> endobj
-98 0 obj <<
-/D [2096 0 R /XYZ 234.008 299.278 null]
+2220 0 obj <<
+/D [2206 0 R /XYZ 71.731 305.255 null]
 >> endobj
-2110 0 obj <<
-/D [2096 0 R /XYZ 71.731 290.64 null]
+2221 0 obj <<
+/D [2206 0 R /XYZ 373.496 293.599 null]
 >> endobj
-1264 0 obj <<
-/D [2096 0 R /XYZ 71.731 273.211 null]
+2222 0 obj <<
+/D [2206 0 R /XYZ 193.02 281.943 null]
 >> endobj
-102 0 obj <<
-/D [2096 0 R /XYZ 206.297 239.9 null]
+1321 0 obj <<
+/D [2206 0 R /XYZ 71.731 254.047 null]
 >> endobj
-2111 0 obj <<
-/D [2096 0 R /XYZ 71.731 231.263 null]
+90 0 obj <<
+/D [2206 0 R /XYZ 210.827 218.58 null]
 >> endobj
-2112 0 obj <<
-/D [2096 0 R /XYZ 415.651 220.971 null]
+2223 0 obj <<
+/D [2206 0 R /XYZ 71.731 210.128 null]
 >> endobj
-1265 0 obj <<
-/D [2096 0 R /XYZ 71.731 200.882 null]
+1322 0 obj <<
+/D [2206 0 R /XYZ 71.731 179.562 null]
 >> endobj
-106 0 obj <<
-/D [2096 0 R /XYZ 209.082 167.572 null]
+94 0 obj <<
+/D [2206 0 R /XYZ 207.683 146.252 null]
 >> endobj
-2113 0 obj <<
-/D [2096 0 R /XYZ 71.731 159.119 null]
+2224 0 obj <<
+/D [2206 0 R /XYZ 71.731 137.799 null]
 >> endobj
-1266 0 obj <<
-/D [2096 0 R /XYZ 71.731 128.553 null]
+1323 0 obj <<
+/D [2206 0 R /XYZ 71.731 120.184 null]
 >> endobj
-2095 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R /F35 1481 0 R >>
+2205 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2116 0 obj <<
-/Length 2302      
+2227 0 obj <<
+/Length 2233      
 /Filter /FlateDecode
 >>
 stream
-xڕْܶ�]_1�s�v �C����$J\�&/q*�%13��v7_��x�!�)>�6}��U�^�Z�&S&�Wy�&\��o�`le��y�����(Ze*K���~��;���42j��c����Ѷ�����Q<>Ծ��SYx�~8��<���_�z��q:4�R���o�5�\1f���*�c�l0ܩh�%Ό�*V����Q�>_�08��lA<Ï_�8m�F�r:��6(�Ɉ�����m�t��fR�X5�p����ԧW�:��ZCٹBP�<�6�Ȝ�{��
���<���X'aP����g�`w���0)�f{g��s�����<˛B������D��FŐ.h�-l�ٟ�O��C�F-UC��9��$������3&��&:�l��E?�����zm����Ѱ��|8%}��??��0����M���騅�P�c�ZWL���׳_d �	�/���>���Խ�B��M���_}�Ird/g�:���}�Ʊ}9�n��box����Ϛ_NH��Q7&Q�ۿ6�{�xp�&<�h)�GED&	x�������x�:<���x���oo{�q{�x��'T:�lx̛
-�'�OT���r8�#��`:w��1SK��l9g�1��=�'	C4��7"�bM��*�=��BC>�}����!�`��8���0ɋ`�J����������1]lF&�!a9ؤ�‡��ztςW�H������E7Ȭ��),�iCQ�l ���)̪�,��#ޘl�D������*���1I������B�?ڞ!�|�[�f�=Ce�6���,^����(p"�B����mM&%Q��w&sJ2����AX�{
#��ybs���@�&p�"&�i�"KT��'���rǿ�5�|��/�i6l}EmW�?6�w��ڎ�
-,�����2Gq�d��Dj��V"q6$J��hqI���峺"���b�!��p������pu��Gjk�+p�۲E�F�4
�R���<�a����?~����@P��XJ�J�)Qp�J2�11E1'&��)$%�JJ?4}��è~أ1z�N�y�������ZMIH��/eŐ�܍�M���VR)���0�X	�ϐ_X*�xed�g�앴D��P�V~��._�S��_8*o��^�UB�v��/��J�ZAk��e�d��ة1�K�9`ϖL 2��%�ܹ�d1��|!'̞���Ф{��
��#��+�au8ò�PtM��Jh:�U�4�l��EF(����8��xC�'�?;7�%�~���b���Ry���"�����4�T�Q�Kա��J�p�by���H���襊W��wl�Ͽ�pz�T0+{���t���y�0nbY,�d�.'�$*�y��Dڹ��;ׯ4EM�R3Z�����R�-����%]��aŌ� ?6�wg4 S����u����,%+�㚮4,}��"���m�Hv͡�����jk*�5���Tvr3P�d���.r��y�L��@����~��]2!�r���|0:0D7qf��G!ϥ#@TQ�,���l�H��ōk�M�:(�*m!�-o6F2�J��x��8����������;^�p(ln��A��'�DAx,���g�$@�X�a��A4p�N��J/9��ED��S�������5x؟u�T1�z�w���a�K��͉GX�7�p�N*��<w� u2�������ܤW��D��W9��L$��F�0���T�ѳ'�/"9��X��F������={�I2��c���3I4L���ÜP3��Iθ��o�=�1pj�`Ŏ����E�F��ƾ��|oc�j#h$&t߂S�
-\R��1�'�#]b��mQ��#G(����h6ܴE�Qq�;/�@�hF��ջ��Ϟ�����uKW:�T��*?�7��n3��:q�B�9ua�⢛o;z��R6����{���b�����,�/[��D7���Ԩ4���=��=(�nwt[��$W���3^�s�r����FmjQau�n�]>N�}߾{�yP�]�
�o�0�ׅ�6-S����Kh�eYh�x�������f���O��x��gw��$��j���\����Z~s���n 2�����|����h�H~x`���/��ϐ�*�?-^$&c�:�3�|"��p�'�w��nh�v�"�.ށ//�f�9�ˀ��Z��C˻wx�p��	4�����w�Q�o��T�.�Tyc����7��g��'�8�TNT���k���'��?�endstream
+xڥX��6�������Z�[��S�K��h|w�CAK�M�^��n���ey�Y=,�R���p�7C�����U�yCT�Q����U�:—�_�±�͂��ݫ����U�Y��VI���|�Ǒ�M�ծ��{{R����&J/�y�����k�y��t��ԵZ�g��W�v�i���6~Q/��L�(^��_�)j��~�$�Y�~�g�R�������n��^���0��oA�v�#�!�����j�6G�ܝ4���4Xm�j���X��~djX���c2������c71q�O�"�8��dJU�v�w�h}�qi<(�~��s������{s�?�.'j�D��l1�d1�b1P�F���r��-ba1��N�4u>��=*<��rp�.ЏL��h�ehB��`�X����������Y�'ۭ��r0������#�7�ӓ`����!m..�l�q��2�_��ԓ����t:��p:���A�q�7O��QO��ݵ�y����NҴ1[�\����m.4�I�F�WV���En%?����o�noߛQ��\�I�MPd�.D�nվ֖'ୁ�zhfXߡ�������^$���֚}�棌<���RCe��;ǕcN�覇O���<���;�
��d�(����5D��绷�����d�jӃ(5�.���|�[Z��OF1��nwG�Qҗ^X!v��A�X�Χ���(��`K�6��A����(X��hJ28���K]V!ˁG� !3
+y9�g��_�F��Ի
������s��L�R�=u��geW���坴a�+w��H��aB;�<�r
6�Z2h�
+��ޕ��fq�	T�L���$��;u��25S߃j-E���7�W8me��n]@�~����#���-*_�{�V��R׺H&�`(��'th���6.����"��a���v��@3��1O�����ˡq"�'{p7*��E���IvG)���Y����nԷ�	���쁟��tEe�������g��ǐǕt������yۏ��������.<E_0����z��Vƪs�i�$~�p;��7��q��y����9$��v��%cH&�G�@���
`�:0Ey���0�-"R
��!���.���7����UOB�pŊXin3�
�٠&!��1@+^9��n�vߠ�"��MQ)�7T�i�����ή�GE��������K�J*K�[��dZ�|di7�O�D�xR#S�Ү�Nc-S��z�q�Kߵ��a�ۉ���/�'�ҕ�)��D_؜��%����e6�`V���m7��s�"�k1����2.e���@��N��OV�
"Z����+]աG��=�����U��0{�*0��0��}�z������*|ȷ��׋��,����D����菺<�-�ç�'AB/��w</�T�?G�MA��	��O����޴��=�"`CV>򇏐\��
�TI#�+������P�t��}�'��JD��rxy��j�^#"H���#oxz���?���f>H�@�{0
Sj�l����SM_s��9�a�� �?@�a���+N��+���hZ%��ٚ�Rnx�IGMN�؋K�A�����\z԰E��̈@6���!��kMis���Iw=]^�o��VXTe��f�f<15�����0����q�g�#��a[�����P?4�(�"�^��O���ήE*�$��S/iOWnw��{�ϝIsƟ�/ ���A�H�`�(�F�+�.B/�w�`�����3�x�9J�I��OI��_t��<�I��ˈ��C���P�kQ�s��w�k��IVj�7!gS�M+�kϭ�S����e�QZJ�!8Q~D�4k˯�ץ����S"�/ �S�Y}!J5����"
+�����2P=n)�a面��ĺ����w��������b�yZ�����qH�L�{���9uE-\�n���2�H�	�����S�lAP޸��,j�`�pì�gE<��@QKVST[L�����7���ʨ���|����1 -�:�d�K��%��p�<�ox��X�פ�h���)H���/l>�K!�c{���#��@p��6V(
+����b�������}f��%W�]���JN���d�8fSs�+�q�k�{R5�����Ul��X�P����z��^�8��
��"�l�m��������i�A0KA7����I�DY�endstream
 endobj
-2115 0 obj <<
+2226 0 obj <<
 /Type /Page
-/Contents 2116 0 R
-/Resources 2114 0 R
+/Contents 2227 0 R
+/Resources 2225 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2002 0 R
-/Annots [ 2123 0 R ]
+/Parent 2095 0 R
+/Annots [ 2239 0 R ]
 >> endobj
-2123 0 obj <<
+2239 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [350.297 521.928 395.155 530.41]
+/Rect [359.873 317.893 404.731 326.376]
 /Subtype /Link
 /A << /S /GoTo /D (parameters) >>
 >> endobj
-2117 0 obj <<
-/D [2115 0 R /XYZ 71.731 729.265 null]
->> endobj
-1270 0 obj <<
-/D [2115 0 R /XYZ 71.731 741.22 null]
->> endobj
-110 0 obj <<
-/D [2115 0 R /XYZ 225.412 708.344 null]
->> endobj
-2118 0 obj <<
-/D [2115 0 R /XYZ 71.731 699.891 null]
+2228 0 obj <<
+/D [2226 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1267 0 obj <<
-/D [2115 0 R /XYZ 71.731 659.362 null]
+98 0 obj <<
+/D [2226 0 R /XYZ 196.159 708.344 null]
 >> endobj
-114 0 obj <<
-/D [2115 0 R /XYZ 287.71 622.147 null]
+2229 0 obj <<
+/D [2226 0 R /XYZ 71.731 699.891 null]
 >> endobj
-2119 0 obj <<
-/D [2115 0 R /XYZ 71.731 611.782 null]
+102 0 obj <<
+/D [2226 0 R /XYZ 206.297 648.966 null]
 >> endobj
-2120 0 obj <<
-/D [2115 0 R /XYZ 71.731 599.866 null]
+2230 0 obj <<
+/D [2226 0 R /XYZ 71.731 640.329 null]
 >> endobj
-2121 0 obj <<
-/D [2115 0 R /XYZ 71.731 584.922 null]
+2231 0 obj <<
+/D [2226 0 R /XYZ 415.651 630.037 null]
 >> endobj
-2122 0 obj <<
-/D [2115 0 R /XYZ 71.731 533.585 null]
+1325 0 obj <<
+/D [2226 0 R /XYZ 71.731 609.948 null]
 >> endobj
-2124 0 obj <<
-/D [2115 0 R /XYZ 71.731 495.92 null]
+106 0 obj <<
+/D [2226 0 R /XYZ 209.082 576.638 null]
 >> endobj
-2125 0 obj <<
-/D [2115 0 R /XYZ 71.731 439.034 null]
+2232 0 obj <<
+/D [2226 0 R /XYZ 71.731 568.185 null]
 >> endobj
-2126 0 obj <<
-/D [2115 0 R /XYZ 71.731 406.092 null]
+1326 0 obj <<
+/D [2226 0 R /XYZ 71.731 537.619 null]
 >> endobj
-2127 0 obj <<
-/D [2115 0 R /XYZ 71.731 351.362 null]
+110 0 obj <<
+/D [2226 0 R /XYZ 225.412 504.309 null]
 >> endobj
-1268 0 obj <<
-/D [2115 0 R /XYZ 71.731 331.372 null]
+2233 0 obj <<
+/D [2226 0 R /XYZ 71.731 495.857 null]
 >> endobj
-118 0 obj <<
-/D [2115 0 R /XYZ 323.661 294.157 null]
+1327 0 obj <<
+/D [2226 0 R /XYZ 71.731 455.328 null]
 >> endobj
-2128 0 obj <<
-/D [2115 0 R /XYZ 71.731 283.792 null]
+114 0 obj <<
+/D [2226 0 R /XYZ 287.71 418.112 null]
 >> endobj
-2129 0 obj <<
-/D [2115 0 R /XYZ 284.618 274.032 null]
+2234 0 obj <<
+/D [2226 0 R /XYZ 71.731 407.747 null]
 >> endobj
-2130 0 obj <<
-/D [2115 0 R /XYZ 378.557 274.032 null]
+2235 0 obj <<
+/D [2226 0 R /XYZ 71.731 395.831 null]
 >> endobj
-2131 0 obj <<
-/D [2115 0 R /XYZ 231.401 261.081 null]
+2236 0 obj <<
+/D [2226 0 R /XYZ 71.731 380.887 null]
 >> endobj
-2132 0 obj <<
-/D [2115 0 R /XYZ 71.731 253.943 null]
+2237 0 obj <<
+/D [2226 0 R /XYZ 71.731 329.55 null]
 >> endobj
-2133 0 obj <<
-/D [2115 0 R /XYZ 144.509 243.148 null]
+2238 0 obj <<
+/D [2226 0 R /XYZ 211.436 319.781 null]
 >> endobj
-2134 0 obj <<
-/D [2115 0 R /XYZ 373.384 243.148 null]
+2240 0 obj <<
+/D [2226 0 R /XYZ 71.731 291.885 null]
 >> endobj
-2135 0 obj <<
-/D [2115 0 R /XYZ 71.731 223.432 null]
+2241 0 obj <<
+/D [2226 0 R /XYZ 71.731 234.999 null]
 >> endobj
-2136 0 obj <<
-/D [2115 0 R /XYZ 71.731 194.112 null]
+2242 0 obj <<
+/D [2226 0 R /XYZ 71.731 202.057 null]
 >> endobj
-2137 0 obj <<
-/D [2115 0 R /XYZ 193.672 181.38 null]
+2243 0 obj <<
+/D [2226 0 R /XYZ 71.731 147.328 null]
 >> endobj
-1269 0 obj <<
-/D [2115 0 R /XYZ 71.731 164.279 null]
+1328 0 obj <<
+/D [2226 0 R /XYZ 71.731 127.338 null]
 >> endobj
-2114 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R /F35 1481 0 R >>
+2225 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2140 0 obj <<
-/Length 2804      
+2246 0 obj <<
+/Length 2655      
 /Filter /FlateDecode
 >>
 stream
-xڭYY���~�_!lD
-F�l�D���v������Ę"e��"��|�UMQǎ��Y6��]�uWI��ӳL�,�#,T�&�r�̶������,'8�^���)�f�*�h����:WE6ˢP�I8{Y=�3��v�e��P��L]W͖���?Vum߾|��Ǘ�he�ȣW��8w���Lg*�	q�/$*�s�Y�;Y>�6�A�=vf����#�d�,��!����o���|�����D�1ne�L���f��m�><}5�̖i��<��V��Xzn�i����}c�)�7
-����@:��X���t
	|��8�A[�C_�* E��4��_.�����t2���r�]������������4u��*ִ�kϠ�Y����E��-C���m���)	�;��v���XׂP�����?������ ���􃢫��Vi"׬��	'��a���ʧ���<���̠��z�m7r���ö�jma�VPz+g�Ǿ>/t̟�."/��!��8)�����C���Z��#�x?-@������}}u��]�L�-]���T���	u-����rcâ�E����f}�4a��Hfi|�ey�q�<5̛c�#
-H�wt�H���5���*�<��S���n��E,���z�4����ɪ:�$Wu��Dgo���!�����(5
1Z�~b$�&�fR�cH�b6u[�ڇ�8avI0�0P:�݇�\hM���ߵ�z��%�8�Kwl��(��
-�+�ewP���w��u��f��C�k��y�<��î�eU9�bu��2x��wh�Th9u�t<,���X�K�x��4��=(�;594�\@��b� %8���2��7������_J��	,}���,�����՟�I��k��lX���*�l�8Vg�iC�f`��{t�(ۮ����{�^��M'X�`���4�ũ����P��|ǰ=���f�K���*�4�H�G�1t� v1ڄ�y-{�c�5��"�v��cS=���P:�6"E��h�W�چ��ܝ��v�37ǚ���a@��M�]���+_�q&��N@���-�n�DRi�t;B�UD,�/ZC��
-�LX��b��g�:X�u5��$q��e'�mS�y����v�Xd;�<u�C�f�5֮�
-OB�b��pX�3��s'�v������_E�	v"���ܒ�8�9�$��t�D"�D9X_H16I�,��#/�DkCQ���bȗU�c~�C׺B�B���o�$�ꪤ��&����d�{+�jZ���ϛ��&��[�@.wD�3%�i����p���9���^�12��& ��9�"g�:鎞^w���61�Ø�m%�Z}�:�t���d�qڇ{�A!���
ϊ�Չ.��5�G���޺��E+'Tb�2��T����s@�g�0޶3�w�ވ�1w.��C��Ue(�E�f;�\.�c�q+[���y<�uL�9��7��i	�3oxcd{�m��.�ζu�;�i0�M�mx[^��嗓K��M�rK��g.F
-�o*47�t-��vP��suo�g���w~��]^O�WG���Y	�,�c3��?3�ȝ��L��69�ds4N�l3�"��/��T�c���wng.q���W���6m7��c�pq�{�1� �=�dh�A=�>��h��;�n�m3�8O9kL�	�.�X������2�$��ĥ�OLY�Rj+&1��J
-��])��=�)��.w�ݝ���ݸ����I�)��<�1���&Dhݖ�=z6�V�Z�G�U'谯��4$�3�
-�%q���C�B�H�l}��u����j�#iK�T@��5m�D9լM'5���Ia�a���ĆT�{��S��DM�'>�RY���������h�^KX��l��7�"����X�9��D�˘@x�F��2+hP���1���0�]�*�j�>L��j�=X*9���O(�]������~x����A�.%�z� 0�Eq��n��R�Y�ُ��N�(������g+\47i�u#���j�Û;#��7�]��w��
m)uv���C��.�y!&�*���y$!��TW��{��1ik%��Ȃ<��%?�:�:\EI46�~��)R犧Jx��?�I<?�'�N�M�ʋh�&�KjIyu��I$O���x�4V$��񣥣Ǹ�3����G�a�����A]ei>�)����� �$a"�ۃH��g��;�\�(�^e@p^g��
-E���i%A�z���y�W��4����TEi|��,��G ��(�Cē�,'8w,��lj������T�Y�v�&~�@�)��*Φ<��璏�C�������zB��O���ɗNc���G*H4���#��7G����z�}5YgI �G3vW��g�|�N�������ܩ����w�^!,���>�5F0<d���a��ck�8�	��x���+�%6�{KE�T	*�W���ēT%��	q�{�0fi�m۵��d���`�����P���%�� �L~�s�E?7QD���0M�^��c`��l�;1�_i�W����2��)�e�E������T…wv��Ե��I����J>t3�=��c��IM���8t>����8��8�9@���3�a�5�^N������r��3�������W?�������/D�q��3���;����PS�w�y�\L_�L�WU�|�t_�]*i,'���]W��/Ϗݣ�M�$��[;�o�gU6��ML��sr��V��a|� ��EĹ�u��/�����0o� �:�؏����b��9endstream
+xڝYm�۶�~�Bs��s�	���d;M�4�&��t:I&C��Ě"e�XU}��uҝ��L`����+���O.)���	G�b�/�X��NZϢx3���w���E&�8X<n�LE�,�@�4R����]~t��T�/�����򺮚-�ߎ��Uu��~y���/�ӥQ��,
^���\���E�D�{���4��2%�#���� �'�̬m��o�_���L����/<��"s���q��z�f˦]�hyd���j]k�
-�t+�;�8����Ǖ��y�qlJls
=A���c�\%!�4]D��t��H��h晸��!/vZ\��B�/<t�����%;/�j��U��}��8V��谅DJDA����,bi�u3��-�g�����
��i.��na�v�╌2�_Ul���x��b��G>K	�Bs�2�J�ã��������;�&엂�*�L�2��j[���r��񦿦<Q"I���#���A��t��|zŚ������*v<+���]y�蒡R�vϓ�0^�zE4��U��z���V�ўx a—r���T���v��RdY�+�3�ě��q�����w *"_����kz1K����\�u��h�3�����,�F��Z��;���v��i�C�8����<0b3k{�+�Z[T{���֭k!�%��o{��1���'�9�Qp�_W��������/͊nxc����<�
�
+��>v-�_������R����|��9Zz������}QH��]��41bFc�R�zec�������v���$I�(	t�O)�|���Q"$}�����xG�!�_�d��`�����ǻ����8�w~��k��1^W)3u;�A�"��E�%—���B� �M��YX`↏`*c���yX��e�O^1�ɰ>��?���w4���lA#'+�؞A�|�|h0|�fȶ�,\ꆧ�0��|����ތum�B�j����]�{w�E��[y?�-*���Z�Q�d9�|'�b��^#��N:�����b���ێU��Zh��k{�K�>X��Ǒ�!��o��_��Òܡ	\vY�&Ȁh?�k�i��t��^�x���[zY��"�;���y���-�}q^ٴ�y����S�Qa(�,BN��ӛ���fHF���������WW��Sl~�j����i3�.�>&�R����u�i��Dk�cա'�7p�bfտ�A��/�c���殆�f�b~"�$2�<���S�E^;��|������4ҦW�v���?'Ҝ�]���R"Cj��ƃ8�ȋ�>�������j\nY�l��ۀs��bSNJ`���,K�.�y���Cr���_�����K�z�P�扷�����PXy�1�EB^���72`��Q��gX�YtO!�r{���<��F��N	��y�cd��DIgk��1:I������n�]/E�u�qOY'3�̹ �<%�c;8V����u~���Gɷ��|
?�t4*����Sz���Ť��I}U۵¦k�z�G(���8��T7�����|[A?N�yq[ې[v��*�RoL�1�Dh��%
���i���q�v���.s?D�|��z{W�đ)��	�wmN�
+2gLM�bl��'�=iԅ�%��+x�Yܶ�O<2�1�G=m����!�:��X�k�.��
+K��:�DtX�˛���R��r�+R���=Ů�tmg_�l��&�;2��j"]�p9hf�"Ei9��dF�/��9,_�|_+�O?t�)��x �*��z:�G�����M�������������H�ck��(qq�� 6�M��q��.w���o�c�X�����E���q={����
+h3e!8��ZWԣ�y��^Cf� ���[�
+#�}�Q�$"���U>�E#*����t�i</[SE�3�ȤHf Us�lyυ�=�m;#x��U"p_��_�u�S$�d=
+L6*��C��.q5ƫ��g�!��-��G�m�{^�����
Ì����bZٶ�cNj�;0��13ū26��iG@7.�Vv�֦p���UR�\i!����ky-=
��-�#�:hf
+��v�h�Ӟ(ȹ���Hr5�����&�-�vlR�ƛ�s�X��Ev8�%nj�+����D�59?�?8�6��i�ե�6m7�ͦ�a{��9P��}#�����| T.�Y�P�7�mG���S̚uD�K�4�\v���Y5�������d"��b�S8��P<��<a����)�6�ssR�Fp��,j���c�ũ�Z6����p����ܨf-�>MwW�E�~�yC,8���X�{�!s$|־X>5����h���편m�/|���Ԣiﲷ��|I���'"�f�{'�c��.�6St���q�gp+m�qLz褄�=E�?�ϒr��<��Au?SF-
+n\di��&���1h���n�!ά��<>t�g����1S׋������?2�^��SP��+�u>�m��kl&�Jt)��ލ��Y���	$Ŏ$��َ�	��k�5��mU���Yr��P7���䢿Ë�����
��?�J�yr7���:�ݬ�P�"�S�����=LWX��J�W�E ����䓶�z�%Y���4R�{R���7�L^���r��Y�P�)wQ&��~����vV,endstream
 endobj
-2139 0 obj <<
+2245 0 obj <<
 /Type /Page
-/Contents 2140 0 R
-/Resources 2138 0 R
+/Contents 2246 0 R
+/Resources 2244 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2002 0 R
-/Annots [ 2144 0 R 2164 0 R 2165 0 R 2166 0 R 2169 0 R ]
+/Parent 2095 0 R
+/Annots [ 2260 0 R ]
 >> endobj
-2144 0 obj <<
+2260 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [244.495 626.063 283.866 634.545]
+/Rect [244.495 455.18 283.866 463.663]
 /Subtype /Link
 /A << /S /GoTo /D (security) >>
 >> endobj
-2164 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [428.768 276.961 488.605 285.873]
-/Subtype /Link
-/A << /S /GoTo /D (mysql) >>
+2247 0 obj <<
+/D [2245 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2165 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [508.095 276.961 537.983 285.873]
-/Subtype /Link
-/A << /S /GoTo /D (postgresql) >>
+118 0 obj <<
+/D [2245 0 R /XYZ 323.661 707.841 null]
 >> endobj
-2166 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 266.067 99.128 272.921]
-/Subtype /Link
-/A << /S /GoTo /D (postgresql) >>
+2248 0 obj <<
+/D [2245 0 R /XYZ 71.731 697.476 null]
 >> endobj
-2169 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [308.275 179.202 353.582 187.791]
-/Subtype /Link
-/A << /S /GoTo /D (security-mysql) >>
+2249 0 obj <<
+/D [2245 0 R /XYZ 284.618 687.716 null]
 >> endobj
-2141 0 obj <<
-/D [2139 0 R /XYZ 71.731 729.265 null]
+2250 0 obj <<
+/D [2245 0 R /XYZ 378.557 687.716 null]
 >> endobj
-122 0 obj <<
-/D [2139 0 R /XYZ 218.078 705.748 null]
+2251 0 obj <<
+/D [2245 0 R /XYZ 231.401 674.765 null]
 >> endobj
-2142 0 obj <<
-/D [2139 0 R /XYZ 71.731 701.917 null]
+2252 0 obj <<
+/D [2245 0 R /XYZ 71.731 667.627 null]
 >> endobj
-2143 0 obj <<
-/D [2139 0 R /XYZ 118.555 659.727 null]
+2253 0 obj <<
+/D [2245 0 R /XYZ 144.509 656.832 null]
 >> endobj
-126 0 obj <<
-/D [2139 0 R /XYZ 187.345 583.596 null]
+2254 0 obj <<
+/D [2245 0 R /XYZ 373.384 656.832 null]
 >> endobj
-2145 0 obj <<
-/D [2139 0 R /XYZ 71.731 573.231 null]
+2255 0 obj <<
+/D [2245 0 R /XYZ 71.731 637.116 null]
 >> endobj
-2146 0 obj <<
-/D [2139 0 R /XYZ 154.51 563.472 null]
+2256 0 obj <<
+/D [2245 0 R /XYZ 71.731 607.796 null]
 >> endobj
-2147 0 obj <<
-/D [2139 0 R /XYZ 338.14 563.472 null]
+2257 0 obj <<
+/D [2245 0 R /XYZ 193.672 595.064 null]
 >> endobj
-2148 0 obj <<
-/D [2139 0 R /XYZ 71.731 551.352 null]
+1329 0 obj <<
+/D [2245 0 R /XYZ 71.731 577.963 null]
 >> endobj
-2149 0 obj <<
-/D [2139 0 R /XYZ 71.731 551.352 null]
+122 0 obj <<
+/D [2245 0 R /XYZ 218.078 534.865 null]
 >> endobj
-2150 0 obj <<
-/D [2139 0 R /XYZ 71.731 530.483 null]
+2258 0 obj <<
+/D [2245 0 R /XYZ 71.731 531.035 null]
 >> endobj
-2151 0 obj <<
-/D [2139 0 R /XYZ 113.898 518.939 null]
+2259 0 obj <<
+/D [2245 0 R /XYZ 118.555 488.845 null]
 >> endobj
-2152 0 obj <<
-/D [2139 0 R /XYZ 177.702 505.987 null]
+1330 0 obj <<
+/D [2245 0 R /XYZ 71.731 445.218 null]
 >> endobj
-2153 0 obj <<
-/D [2139 0 R /XYZ 71.731 498.849 null]
+126 0 obj <<
+/D [2245 0 R /XYZ 187.345 412.714 null]
 >> endobj
-2154 0 obj <<
-/D [2139 0 R /XYZ 263.826 488.055 null]
+2261 0 obj <<
+/D [2245 0 R /XYZ 71.731 402.349 null]
 >> endobj
-2155 0 obj <<
-/D [2139 0 R /XYZ 71.731 467.965 null]
+2262 0 obj <<
+/D [2245 0 R /XYZ 154.51 392.59 null]
 >> endobj
-2156 0 obj <<
-/D [2139 0 R /XYZ 229.324 457.17 null]
+2263 0 obj <<
+/D [2245 0 R /XYZ 338.14 392.59 null]
 >> endobj
-2157 0 obj <<
-/D [2139 0 R /XYZ 444.938 431.268 null]
+2264 0 obj <<
+/D [2245 0 R /XYZ 71.731 380.47 null]
 >> endobj
-2158 0 obj <<
-/D [2139 0 R /XYZ 178.998 418.316 null]
+2265 0 obj <<
+/D [2245 0 R /XYZ 71.731 380.47 null]
 >> endobj
-2159 0 obj <<
-/D [2139 0 R /XYZ 71.731 411.178 null]
+2266 0 obj <<
+/D [2245 0 R /XYZ 71.731 359.6 null]
 >> endobj
-2160 0 obj <<
-/D [2139 0 R /XYZ 169.98 400.383 null]
+2267 0 obj <<
+/D [2245 0 R /XYZ 113.898 348.057 null]
 >> endobj
-2161 0 obj <<
-/D [2139 0 R /XYZ 71.731 380.294 null]
+2268 0 obj <<
+/D [2245 0 R /XYZ 177.702 335.105 null]
 >> endobj
-2162 0 obj <<
-/D [2139 0 R /XYZ 450.823 356.548 null]
+2269 0 obj <<
+/D [2245 0 R /XYZ 71.731 327.967 null]
 >> endobj
-1271 0 obj <<
-/D [2139 0 R /XYZ 71.731 336.458 null]
+2270 0 obj <<
+/D [2245 0 R /XYZ 263.826 317.172 null]
 >> endobj
-130 0 obj <<
-/D [2139 0 R /XYZ 224.186 299.243 null]
+2271 0 obj <<
+/D [2245 0 R /XYZ 71.731 297.083 null]
 >> endobj
-2163 0 obj <<
-/D [2139 0 R /XYZ 71.731 291.89 null]
+2272 0 obj <<
+/D [2245 0 R /XYZ 229.324 286.288 null]
 >> endobj
-1272 0 obj <<
-/D [2139 0 R /XYZ 71.731 266.067 null]
+2273 0 obj <<
+/D [2245 0 R /XYZ 444.938 260.385 null]
 >> endobj
-134 0 obj <<
-/D [2139 0 R /XYZ 156.121 231.696 null]
+2274 0 obj <<
+/D [2245 0 R /XYZ 178.998 247.434 null]
 >> endobj
-2167 0 obj <<
-/D [2139 0 R /XYZ 71.731 229.221 null]
+2275 0 obj <<
+/D [2245 0 R /XYZ 71.731 240.296 null]
 >> endobj
-2168 0 obj <<
-/D [2139 0 R /XYZ 118.555 192.674 null]
+2276 0 obj <<
+/D [2245 0 R /XYZ 169.98 229.501 null]
 >> endobj
-2170 0 obj <<
-/D [2139 0 R /XYZ 71.731 157.69 null]
+2277 0 obj <<
+/D [2245 0 R /XYZ 71.731 209.412 null]
 >> endobj
-138 0 obj <<
-/D [2139 0 R /XYZ 221.647 130.667 null]
+2278 0 obj <<
+/D [2245 0 R /XYZ 450.823 185.666 null]
 >> endobj
-2171 0 obj <<
-/D [2139 0 R /XYZ 71.731 123.469 null]
+1331 0 obj <<
+/D [2245 0 R /XYZ 71.731 165.576 null]
 >> endobj
-2172 0 obj <<
-/D [2139 0 R /XYZ 173.289 99.783 null]
->> endobj
-2138 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F44 1937 0 R /F27 1144 0 R /F35 1481 0 R /F48 1949 0 R >>
+2244 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2175 0 obj <<
-/Length 2420      
+2281 0 obj <<
+/Length 2202      
 /Filter /FlateDecode
 >>
 stream
-xڍX{o�8������3�(�R�.���4�9޻[l�"Ӷ�z������w�3�����!9�����Ȇ�3�:b*��F�
�Q���Gk���a�	�L<��7�7R�"r�X�<'�t4��}w�X�b]m�m�����m���-�&β�XS��]��fY<�u��7�E'ԗS��z�C��h�X�
-/��١����%���˖��LXi�8"�z��$�m�"��"�q�jjj�[�6%}��ı>��u���S��������|�7�ı�4M\WD)�بJ�'җVZ�׵�.�'��6��|�XJ�W���̩'&��Z��)�7M�lrU4u��:%�϶o/�j��V�f
q��1Ƕm������Mܰ��h�2�M?+�Rԯ�;��}Go�2v}�EK|�p��Mv�Q�������E�9udq5vBk�
�mЩ ����zQ��d���ա�@L�!3�&`�S�C�,�uV
ZN:VY�������qj��J�a�B��S��AI�ޢL(ʆ�gE�8I$В{w��ۀ�oE�����\D��l�[����\_�H��4w:���b��"^��6���p�e�&�&�`��[g�<tvP��!�j$ꦬ��P��V*i������oD��*�	��t��y�e���q�Ǝg	�LJ+�<m�U�b����Z�7܉�Y$4��ơ��]@����ۈ�d%$\o�S�b��7s���Av�q���L)2\�?Gh�u�P�V7�u���3	Ƭj�Z�yBk�f٤Q��/�ZR[{�>��V�UH#����y��!Ψ���Hh�m����1�3��U�VD%��,�ӵƚ�X7��>�x�P��
�vݒ�ξ�q�F���8���US?X
�S�cKՂzunA����m�S�>��_�ãM��-�n%�g�v�ZЧCe��yZ�jyF��H�v��'Ir�#'�f{š'm���Not'�
&{L��
-"P��(Tn���3;Q)��֡�MY��.�j;�֪i����̫�	��x2Ӟ��4F�ڞ�n^�i��(",QhjiS*:�+����%	�P�$C,�K�#p^.�ծs�ޯ:\Nj`�U���;���|��s������e/C�x�o3���NS�������b����O���q��%������������#��������wCs�<v�ӌl"�|$^%,uRT��\�B��xXYf0i��&5]�Qs�*���پ=?yy�%��DR��0�\�7`�%O7:���H<6m��&ώ���A�{�/
�/����9�!�!XI���籃i�"�EV�5#��Ȋ���/h	��5�jU21@����(��R��8�2�:�m����M�������L�01Я*�ژTjE#t{X�.��������r0�g�T(A�6� ��3�k�ӘɃ3����8LI'����&�5 �
-J����p���/�"
vڃ�'i��NԺ�.���`�'��0b����A���x{�pϻ�%�n�r[�q��nÜ��Ah��f�խ2�l�������;&��տ,��ڮ�'�-��2����wF6�>�=BQ�{������i��%����
�]R
�d��/�C9�Bq�*!T��3���x�$��M���m�B�T=L<w*|��C���C}!pC�S}t�>D��A��ޔ����š�e(B�dFq!�}�M*A�I�gוtJ���M�4@���g�y����HU
-;M�T�b�&.�X�)�[�VU1B/cB���ltɪu��slO��S����AuWt�_K=�n2e�oI�eP��6)�Եx�ֽ%�(�B%ܹ�ʼ��0�Ay��?p�:}�T��D��b;��]]��㈞���@m�5E��=���gK4��<"�p�J�Vrg�_���h����Sv��0,�)��m�2NJ�H�5Y��G^�Σ���d��I�vzt������ϰ`����]���5-�oG��'����E���nv�8�����l
ܹ#EN�ʲ��/3潆�]���z�_��r��n1�3}5����>]�H����n�xv���	�5���i~1����bp"i1����|v3���f���tO�gH��#�w�O=�߻��
]�P�����vvM}���iw"����O?��^�;���;����Ÿ�z|���������a~��ۻه��#���!V�PF{����><P�]���B�{��j2����FÕ���j����|;�+�M����� �d_�I����S��s�'����l{��U��gj�T Q)A��@���&=��wge*��%/՝���N�%�*�k ��ꜩzW7*��M�K���d�������Z��a�6�C��R��o�}�ځY�L�׮�u�/������o�=��ӿ�B��fܛ�|�9�Pҟ��V�endstream
+xڥێ۶�}�B�>�ĴH���99�%��ɾ���+Ѷ]\������pHK��(z`�Ù��)���^�Y� r&��+��������XZ�������]z9˓�{\{�X�zi(X������;���Rā/�?���u]���7_����O�?�����4S�g�M�΅`"�x��(A����e7�	�? ��I-��h����F�H��o)�El�<n��?�BW]K�R�ڮ�+�%���߃@lƞ.����[p�iRNBz���}�;��;�c����h�������a���+Z{���/������4bQ�{I���'W5�p�3$��L=�PI�!��KSG,�������
+�7��������0���-�
��
z�+R̯)�G!?��g�
�t8�҅��Ne���"��ʳ�8���:*�p����B@$,D�˪�ϵb6& �8�0FZKrƓ�[���t`܆�1Ư\��p۪F^�7�*"��Gx>Kf6�ΆHA`�M�P/nb�5����s�s�u�i�`����j���1�X�ʊ�Y�z`��F\��RW+�u���T�gķ/�''.h$�+T?�+�]b�f������H��
+2!��-ժ^j� i�����b�j(�jg�
������f�B��^0#q	���lZ�L�n@��,�7��`��R���F�
+�_=t�K�U��3�PVkԉ����^){X�ѯ�y�G�g��vg��ACר���e��}DD����h���F��b���Y�:CY�<���i��p,�"�?�>~
+�"�'����"GPY�4��Yz���w�~;Rֱ`I nѠ����I��2,��z=
���4bq�J��5��]y�IB�!�X�����A&M�$����2��z�e�Z��T3ђ��5�	jD0�5�h�j�������\�a�1����t=}:��ɨ`~�sB'�ň.�\�nA�7�[�����`�9s�����MוN'F�&Vc�EBr��=����u�Ŵ)�t��Ս=�P�W����$&sV��9���K��د�L\Z$�B�'������Fa��,��O�a4��P&dS]�e�ʳ�$�]�����"�4�e���	��,�
�i������Ť�&:8Evu������(-vmmȢP;M�N�����;�0Y�$���v��V��b����C7ZvF�V�iD��Sa�"��f���X�z{t+[Uë��e��W�j�*Osx�A8|��
+��x�p��DZ+��Us`ƅ�p�$��.�?+����'6���',�rb©_���?����6S�|�X&�${�D�<8A���đc��?�C�m#_�$Q�Qx��_�	4��p�O�f
+�<�8�Nca�-�Hv���K)�3�-�S��m�; ����E����̉	�
�Anh��gjC֦�]���ܺXU(��\qT�9��)��'i>�yru�}?�X\0�����x,������9���ٵףHX�:�K��gC#��#+j.䔜-�ja���j��"�NZ�Y�t���m�L�p1�|��f�Ӟ�Fg�'�����c䈿vZ����"f!d�`�^NS�씅H���"���®��6��j8��A��'��U̖y��0�7�B~H��B��+��ŝj�LV1%�ӡ�EG�R=��<�-A$U�:�u�"}4@'��X}u)f�����k�8��>}'������x
�Rwp�
+hw'�MjL�ƁKS�tvK ��I����H�9�چ���JM�b��%��`���J���(sbV�+e��K�6�	2����ZI����w��W�e��
�ۍ��2[&�s5��0���ӕv�VZ(Ġ�Ź��6�m��`��b�Fj`�jb��T�qP�ɓ�v�{�������
+;��>af�UM�M5�|E��-�<~��/�{�s�ֻ{+��hr?��=;�=���&a`� ?�`�z��˔� 7B�8i����`��na�h��ԫ���Z?aa��'w�VV�j'\�皪����b�%U
=���4�7�{��}���7�:�����N30u5GSXާ}� �D���k\���O����Hp��ju��q����G��D���I����<���t� �fp�`0�h�T/j�B
�V�s�s�{�2����=�\|�E��b1�/���~}��/�T�endstream
 endobj
-2174 0 obj <<
+2280 0 obj <<
 /Type /Page
-/Contents 2175 0 R
-/Resources 2173 0 R
+/Contents 2281 0 R
+/Resources 2279 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2211 0 R
-/Annots [ 2196 0 R ]
+/Parent 2305 0 R
+/Annots [ 2285 0 R 2286 0 R 2291 0 R ]
 >> endobj
-2196 0 obj <<
+2285 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [446.952 310.77 499.255 319.681]
+/Rect [474.449 685.559 534.665 694.471]
 /Subtype /Link
-/A << /S /GoTo /D (localconfig) >>
->> endobj
-2176 0 obj <<
-/D [2174 0 R /XYZ 71.731 729.265 null]
->> endobj
-2177 0 obj <<
-/D [2174 0 R /XYZ 71.731 718.306 null]
->> endobj
-2178 0 obj <<
-/D [2174 0 R /XYZ 71.731 673.661 null]
->> endobj
-2179 0 obj <<
-/D [2174 0 R /XYZ 282.227 649.166 null]
->> endobj
-2180 0 obj <<
-/D [2174 0 R /XYZ 71.731 634.057 null]
->> endobj
-2181 0 obj <<
-/D [2174 0 R /XYZ 71.731 619.113 null]
+/A << /S /GoTo /D (mysql) >>
 >> endobj
-2182 0 obj <<
-/D [2174 0 R /XYZ 71.731 570.062 null]
+2286 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [143.123 672.608 202.898 681.519]
+/Subtype /Link
+/A << /S /GoTo /D (postgresql) >>
 >> endobj
-142 0 obj <<
-/D [2174 0 R /XYZ 276.55 537.186 null]
+2291 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [308.275 502.52 353.582 511.109]
+/Subtype /Link
+/A << /S /GoTo /D (security-mysql) >>
 >> endobj
-2183 0 obj <<
-/D [2174 0 R /XYZ 71.731 532.09 null]
+2282 0 obj <<
+/D [2280 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2184 0 obj <<
-/D [2174 0 R /XYZ 71.731 499.163 null]
+2283 0 obj <<
+/D [2280 0 R /XYZ 71.731 741.22 null]
 >> endobj
-2185 0 obj <<
-/D [2174 0 R /XYZ 277.08 475.417 null]
+130 0 obj <<
+/D [2280 0 R /XYZ 224.186 707.841 null]
 >> endobj
-2186 0 obj <<
-/D [2174 0 R /XYZ 71.731 463.298 null]
+2284 0 obj <<
+/D [2280 0 R /XYZ 71.731 700.488 null]
 >> endobj
-2187 0 obj <<
-/D [2174 0 R /XYZ 71.731 419.474 null]
+1332 0 obj <<
+/D [2280 0 R /XYZ 71.731 672.608 null]
 >> endobj
-2188 0 obj <<
-/D [2174 0 R /XYZ 357.781 407.572 null]
+134 0 obj <<
+/D [2280 0 R /XYZ 266.299 640.294 null]
 >> endobj
-2189 0 obj <<
-/D [2174 0 R /XYZ 71.731 387.482 null]
+2287 0 obj <<
+/D [2280 0 R /XYZ 71.731 631.657 null]
 >> endobj
-146 0 obj <<
-/D [2174 0 R /XYZ 211.285 356.762 null]
+2288 0 obj <<
+/D [2280 0 R /XYZ 247.769 621.365 null]
 >> endobj
-2190 0 obj <<
-/D [2174 0 R /XYZ 71.731 349.684 null]
+1333 0 obj <<
+/D [2280 0 R /XYZ 71.731 588.324 null]
 >> endobj
-2191 0 obj <<
-/D [2174 0 R /XYZ 271.067 325.878 null]
+138 0 obj <<
+/D [2280 0 R /XYZ 156.121 555.014 null]
 >> endobj
-2192 0 obj <<
-/D [2174 0 R /XYZ 243.475 312.927 null]
+2289 0 obj <<
+/D [2280 0 R /XYZ 71.731 552.539 null]
 >> endobj
-2195 0 obj <<
-/D [2174 0 R /XYZ 375.041 312.927 null]
+2290 0 obj <<
+/D [2280 0 R /XYZ 118.555 515.992 null]
 >> endobj
-2197 0 obj <<
-/D [2174 0 R /XYZ 71.731 305.788 null]
+2292 0 obj <<
+/D [2280 0 R /XYZ 71.731 481.008 null]
 >> endobj
-2198 0 obj <<
-/D [2174 0 R /XYZ 137.593 294.994 null]
+142 0 obj <<
+/D [2280 0 R /XYZ 221.647 453.985 null]
 >> endobj
-2199 0 obj <<
-/D [2174 0 R /XYZ 262.973 294.994 null]
+2293 0 obj <<
+/D [2280 0 R /XYZ 71.731 446.787 null]
 >> endobj
-2200 0 obj <<
-/D [2174 0 R /XYZ 403.449 294.994 null]
+2294 0 obj <<
+/D [2280 0 R /XYZ 173.289 423.101 null]
 >> endobj
-2201 0 obj <<
-/D [2174 0 R /XYZ 134.388 282.042 null]
+2295 0 obj <<
+/D [2280 0 R /XYZ 71.731 410.981 null]
 >> endobj
-2202 0 obj <<
-/D [2174 0 R /XYZ 344.012 282.042 null]
+2296 0 obj <<
+/D [2280 0 R /XYZ 71.731 366.799 null]
 >> endobj
-2203 0 obj <<
-/D [2174 0 R /XYZ 71.731 261.953 null]
+2297 0 obj <<
+/D [2280 0 R /XYZ 282.227 342.304 null]
 >> endobj
-2204 0 obj <<
-/D [2174 0 R /XYZ 105.494 251.158 null]
+2298 0 obj <<
+/D [2280 0 R /XYZ 71.731 327.195 null]
 >> endobj
-2205 0 obj <<
-/D [2174 0 R /XYZ 71.731 239.788 null]
+2299 0 obj <<
+/D [2280 0 R /XYZ 71.731 312.251 null]
 >> endobj
-2206 0 obj <<
-/D [2174 0 R /XYZ 82.491 229.539 null]
+2300 0 obj <<
+/D [2280 0 R /XYZ 71.731 263.2 null]
 >> endobj
-2207 0 obj <<
-/D [2174 0 R /XYZ 308.443 194.57 null]
+146 0 obj <<
+/D [2280 0 R /XYZ 276.55 230.323 null]
 >> endobj
-2208 0 obj <<
-/D [2174 0 R /XYZ 130.909 182.914 null]
+2301 0 obj <<
+/D [2280 0 R /XYZ 71.731 225.228 null]
 >> endobj
-2209 0 obj <<
-/D [2174 0 R /XYZ 71.731 171.685 null]
+2302 0 obj <<
+/D [2280 0 R /XYZ 71.731 192.301 null]
 >> endobj
-150 0 obj <<
-/D [2174 0 R /XYZ 318.721 140.075 null]
+2303 0 obj <<
+/D [2280 0 R /XYZ 277.08 168.555 null]
 >> endobj
-2210 0 obj <<
-/D [2174 0 R /XYZ 71.731 132.877 null]
+2304 0 obj <<
+/D [2280 0 R /XYZ 71.731 156.436 null]
 >> endobj
-2173 0 obj <<
-/Font << /F33 1242 0 R /F35 1481 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F48 1949 0 R /F55 2194 0 R /F32 1151 0 R >>
+2279 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R /F48 2042 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2214 0 obj <<
-/Length 2295      
+2308 0 obj <<
+/Length 2378      
 /Filter /FlateDecode
 >>
 stream
-xڕY{���
�?��@�
�g5�wW`����������%��ɒO�]l?}�!G/+�m�8g�!9?rd�p�O.B)B**���+gq�7^I�X��z �v����]�"��f��d$�p�JD�Zl�-���I��Z��R	z~,�F�yVh��=�7�s���毯�o:���8r����\���0�?'���n�dV-�ʖ��^)g����2%ή<��I�����*���==�WmN7YY�7�wJ֥yZ�j�B��K;9э��Guڴg"ϺjjXH^Ol��e�'lU[�ƀ/!:�B&:n,\����??}��'zjm��R���^8�"YC��2W�]��EC4�!8�R$�7�ؗy^���|�h_#/�a˹�a\��T�I������P�'�KK�@�(f�Ǭ9�Bp��e����Q�O)��a#�,=_�(�շ�`ǥJ�(�RO�)]� ��s�+Cv�4B��t��������<���b
�263NO���/��z�s%�nk�?����g9P��}���~�r���6�^��Ynn�~zO�n�;� jrϡ�C����?������?~���{���\^�"�o��_�W�⻙,�~��yэ9Bn���pw����gǏ��樋K5v�<;ex6]��X���V��3]g���'�;��Ǫ�ӹ�t��V�q�Řa@���H�C����y���r,)	V�cV[�MR���U࣏�C�D @w3����Ǵ��0��L3�& ���!� y����	%!�
-r�|���?�M�����e_x��
نxY�L%é��W.8|��ف���%y�@�p5-:kL�ʢpSV)#lA�5�ca���=��:����������+pBb8��}�5ͅ�o����
-w+�Y�us��ƽ�? �.�O��J�}�$�>��KmK!��*|R�y9P3<��wP~9Q�?WD1��@.���|��J��@���0���g���
-�����q��9�v\w��5�S&��.�kӀ�V�Ȁ08�8*��#6*k�/%M�v��k��n�� M�"I�Pۉ�H+C �|�˝�we���1�c�,�/��'r �kKY��	
-�y]��T&��ib>��ʅ*�<Q��s��&%�a��`J
�ׂN_��Z���e�u��?�gg��ֺE��e�L/m�fI�|�%~�����R���s������E�����ʬB��t!T�%�q{i�j8���Px�E=��e�W?Y�.�/BO�0�'6�T����	 �Ts�i���2h/��&a���<{��������`ж>YUi
-�5��Fye�H������m@��O3�k,��+�[�g��8�ffR��A�A�|A�Z�M�}�[����j
���K�tܮuc�]��˶��['UP�_&>��\���;�og��9��J .�����JhH�A�&C�fVE�a��� �����L�\Cj��CȆK�R1H����~Lj����wd��n����D�p��F�����Gj���Po�<k�&���v��-��ԓ�58�%�ö[ֶ�s�z������i���"������Mӻ���qԡ���8�֋��
*�­����sUwp����
-��31D���u�?n��8��/�wMNNT`ZaP�֭i�
�Z����?��z󠫛<�ޜp�����\�S�8��},HGC-9p��y:�������Pezů�}��g�������~s��q�z4��\^1|J�P8��I,��b��[�C���j�]'�;2��6�������u�ï4����__���[��@�f��D���n�1L��/`�+��]|czi�p|�B���
ը5�m��f\�(W����Ө�R�M����-ֶ�k��ד{�a�H�u3���M���Ĝ�@�a�Br�?�骡��G����z@���-��o�噘� �ȥ�K+�Hë�
-邨����ѡ�p%���L��"����Ų�T ���]g����[�(�3��� �cǶ�_A��A�v���O��M-�
���#"�"����,
-$����%u��y�FP���://�ׄJ�EB7F�{/4�-��CRet�&
-����0�5ܺ��z6{<̔��Tf���E(�������l	���Zխo?ړ!&0�=W��#�0�f����Wv�������PR<o�ҥ-]g|�v]�hƕ�)Y�֣OcP\sȚ��.6�/�s����ʶh���ſ8x��d��*����)��\�EpWR}�7�KM���Rendstream
+x��Y�s�
���?��ڝ�I=o�:Mv�\zy���c���"˱�dɕ�K}}��Ǧ�o�̬@
+ �����?9�4<T$��
��;g�o.�I�3˸�s>{wz�� ���������A��=5���9����MZ���s�J�󪨛8ϳ����?�<�G�����d�*�t �P�j��90L�a���Ph�5�Mӧ�r��,�;���2%"+��Hz���iM�I\��\�`�)��9�ea_&�UZ4q�٩E�)�+n�l�����///#��ն�w.�ru
+�O���b��
��<^�$X��q����R������b٬r��O/ܰ�|��]
+���*AO#�g�91=6�9/�PXy�}��5I�o,Z�N��I��
,q�a�� Ք��<[���/8��<[�Ԣd�u���(���x�U�~�yÚ��
u��HwW.c<�?�����y����}Uie�IR��M��@4{23�}>%�K���>&,�P�6	:IM�q]��К�.���lm�ɛ�f��NC{:��ӐQ$���Ԝ�I�'e�Ȟ΋�B���"d�֜ L$˸x6�hl)��d���_��\��l�%��|��D{(<�����*��@(���\WYܤ�����\F/	yN����2_�ݗJ~z����O�k��#;�-�!��xY���]�
�N �By�[����#�$Q}�s]��/���(�Y�q��������4!T"PVB�OR���z�y]�� T/�\O�;��(tL@�.� ��*��������m�'Bߞ����vv��:�c#��8�n�I��ӱFR�E)MY��0t�(���gˬ�y��;K~A��D_&
+d�k
��:�b�^Ƅ!�Yf����t\p�p'��&�T�*�|��&2���zBӴ	@�E��)�R5��pEP8dz%�(�����\u��f4�O�����=QU��qt+�"
+n��5����}i!34>ټ��`g0=��Җ&�8��e%O�5?����,�*-:G��t�<�{��G
+�E��Ii����BE��]�筕I��v����UPp}���(l�Aʏ�PR�<2�����q�p�܉�����O�'g'4��}�La�_��|>��|������لy?��vpu�i��h,�<>��M�L�N�U�w"jvv~=y8iw�SC�krs7=���-B5������39�\L��ۏ�����	D�eGO@y��c�[���A�&��vvuq5�Ds�l��6#ui:����3R�\-����8<Q��zg?�t�ן~$��W?_]O.'�q��D��"��N��r�x?B�33\���R�i �������
�)��|�4[�X���D/�m���Խ<�_��9�����	ʹ�����<[!�64�2O��O��=cz���t����(Ag��@,��C;��\@�
+kM�Kug�l��5n	i�o	�`�����M���e̢����z����f�Z˽��m�=�H�cU
+�N2۲��:�PW���EcoT=�Ww���:O�����<&P��A���W��j�3X����=z�il%��K�0���u\55V�'{6��r��V��3�H�b{տrg[�~�ޅw��ޑ6�����"I�U�J����'4]�kx��	�с�JAYآ�;D���ӡ�P=��b�!���3Rݵ	G��⨈Wl#���H�2�UY[i�A) �0ז5�=�`,܃�h���0����2�͙+�4!���n�N����oGj�{9�H�W�V�	��/�������/�ד��ُ?H���ݛ�_����/>qT�O ���Y�'�m$Ô�a���i�X�o�E���J�H�}T�R!*�7�$ړ������w<sk�JW벊�-[���F6�0�O�5���*k(>i9��yi1�mck�.�{����т�v%�R�E��2-�5���3�`�}y�nڲ�^�v��(���H��A��[6)��wfO��ENj��e�uUe���
Ox|�=q�A��:��:`i:Fo�,7e�2�����\I�;[��%�4�驪��K-I.�ͮ@�Dp!5@�	���8���zՍnkrf�<Wi���5@���Y+��X�|��f�'Taʠ��.���i_r�)|�.�!,�o�u��~�}������$z�R��<Kl[�'��ב O6�I��5�W��d`�p��(��5�{fJ�4�6̔�8��03�4� [����\Г���afl�Y���UJ�Wv
���\0�+
i$��7�Ɏ5ɨ:�)$���d���O�@	�Hx��h��Y��a�jW��d^ \��^��,����v����7�^�}�c9�y�S�F�
+A=R}�'�CM��"��endstream
 endobj
-2213 0 obj <<
+2307 0 obj <<
 /Type /Page
-/Contents 2214 0 R
-/Resources 2212 0 R
+/Contents 2308 0 R
+/Resources 2306 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2211 0 R
-/Annots [ 2232 0 R ]
+/Parent 2305 0 R
+/Annots [ 2319 0 R 2350 0 R ]
 >> endobj
-2232 0 obj <<
+2319 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [405.169 413.684 457.472 422.595]
+/Rect [446.952 611.542 499.255 620.453]
 /Subtype /Link
 /A << /S /GoTo /D (localconfig) >>
 >> endobj
-2215 0 obj <<
-/D [2213 0 R /XYZ 71.731 729.265 null]
+2350 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [405.169 97.37 457.472 106.281]
+/Subtype /Link
+/A << /S /GoTo /D (localconfig) >>
 >> endobj
-2216 0 obj <<
-/D [2213 0 R /XYZ 71.731 718.306 null]
+2309 0 obj <<
+/D [2307 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2217 0 obj <<
-/D [2213 0 R /XYZ 511.084 708.344 null]
+2310 0 obj <<
+/D [2307 0 R /XYZ 71.731 741.22 null]
 >> endobj
-2218 0 obj <<
-/D [2213 0 R /XYZ 298.703 695.392 null]
+2311 0 obj <<
+/D [2307 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2219 0 obj <<
-/D [2213 0 R /XYZ 490.178 695.392 null]
+2312 0 obj <<
+/D [2307 0 R /XYZ 357.781 708.344 null]
 >> endobj
-2220 0 obj <<
-/D [2213 0 R /XYZ 71.731 670.695 null]
+150 0 obj <<
+/D [2307 0 R /XYZ 211.285 657.534 null]
 >> endobj
-2221 0 obj <<
-/D [2213 0 R /XYZ 136.289 660.822 null]
+2313 0 obj <<
+/D [2307 0 R /XYZ 71.731 650.456 null]
 >> endobj
-2222 0 obj <<
-/D [2213 0 R /XYZ 192.239 660.822 null]
+2314 0 obj <<
+/D [2307 0 R /XYZ 271.067 626.65 null]
 >> endobj
-2223 0 obj <<
-/D [2213 0 R /XYZ 136.289 649.166 null]
+2315 0 obj <<
+/D [2307 0 R /XYZ 243.475 613.699 null]
 >> endobj
-2224 0 obj <<
-/D [2213 0 R /XYZ 71.731 615.89 null]
+2318 0 obj <<
+/D [2307 0 R /XYZ 375.041 613.699 null]
 >> endobj
-2225 0 obj <<
-/D [2213 0 R /XYZ 71.731 587.831 null]
+2320 0 obj <<
+/D [2307 0 R /XYZ 71.731 606.56 null]
 >> endobj
-2226 0 obj <<
-/D [2213 0 R /XYZ 71.731 572.887 null]
+2321 0 obj <<
+/D [2307 0 R /XYZ 137.593 595.766 null]
 >> endobj
-1273 0 obj <<
-/D [2213 0 R /XYZ 71.731 525.529 null]
+2322 0 obj <<
+/D [2307 0 R /XYZ 262.973 595.766 null]
 >> endobj
-154 0 obj <<
-/D [2213 0 R /XYZ 183.546 490.062 null]
+2323 0 obj <<
+/D [2307 0 R /XYZ 403.449 595.766 null]
 >> endobj
-2227 0 obj <<
-/D [2213 0 R /XYZ 71.731 487.402 null]
+2324 0 obj <<
+/D [2307 0 R /XYZ 134.388 582.814 null]
 >> endobj
-158 0 obj <<
-/D [2213 0 R /XYZ 233.392 459.676 null]
+2325 0 obj <<
+/D [2307 0 R /XYZ 344.012 582.814 null]
 >> endobj
-2228 0 obj <<
-/D [2213 0 R /XYZ 71.731 452.478 null]
+2326 0 obj <<
+/D [2307 0 R /XYZ 71.731 562.725 null]
 >> endobj
-2229 0 obj <<
-/D [2213 0 R /XYZ 250.633 428.792 null]
+2327 0 obj <<
+/D [2307 0 R /XYZ 105.494 551.93 null]
 >> endobj
-2230 0 obj <<
-/D [2213 0 R /XYZ 201.693 415.841 null]
+2328 0 obj <<
+/D [2307 0 R /XYZ 71.731 540.56 null]
 >> endobj
-2231 0 obj <<
-/D [2213 0 R /XYZ 333.258 415.841 null]
+2329 0 obj <<
+/D [2307 0 R /XYZ 82.491 530.311 null]
 >> endobj
-2233 0 obj <<
-/D [2213 0 R /XYZ 71.731 408.702 null]
+2330 0 obj <<
+/D [2307 0 R /XYZ 308.443 495.342 null]
 >> endobj
-2234 0 obj <<
-/D [2213 0 R /XYZ 71.731 385.788 null]
+2331 0 obj <<
+/D [2307 0 R /XYZ 130.909 483.686 null]
 >> endobj
-2235 0 obj <<
-/D [2213 0 R /XYZ 77.111 376.289 null]
+2332 0 obj <<
+/D [2307 0 R /XYZ 71.731 472.457 null]
 >> endobj
-2236 0 obj <<
-/D [2213 0 R /XYZ 71.731 364.919 null]
+154 0 obj <<
+/D [2307 0 R /XYZ 318.721 440.847 null]
 >> endobj
-2237 0 obj <<
-/D [2213 0 R /XYZ 71.731 341.255 null]
+2333 0 obj <<
+/D [2307 0 R /XYZ 71.731 433.649 null]
 >> endobj
-2238 0 obj <<
-/D [2213 0 R /XYZ 77.111 331.756 null]
+2334 0 obj <<
+/D [2307 0 R /XYZ 71.731 402.825 null]
 >> endobj
-2239 0 obj <<
-/D [2213 0 R /XYZ 71.731 320.386 null]
+2335 0 obj <<
+/D [2307 0 R /XYZ 511.084 392.03 null]
 >> endobj
-2240 0 obj <<
-/D [2213 0 R /XYZ 363.851 308.842 null]
+2336 0 obj <<
+/D [2307 0 R /XYZ 298.703 379.078 null]
 >> endobj
-2241 0 obj <<
-/D [2213 0 R /XYZ 425.741 308.842 null]
+2337 0 obj <<
+/D [2307 0 R /XYZ 490.178 379.078 null]
 >> endobj
-2242 0 obj <<
-/D [2213 0 R /XYZ 71.731 288.752 null]
+2338 0 obj <<
+/D [2307 0 R /XYZ 71.731 354.381 null]
 >> endobj
-162 0 obj <<
-/D [2213 0 R /XYZ 215.669 258.032 null]
+2339 0 obj <<
+/D [2307 0 R /XYZ 136.289 344.508 null]
 >> endobj
-2243 0 obj <<
-/D [2213 0 R /XYZ 71.731 250.834 null]
+2340 0 obj <<
+/D [2307 0 R /XYZ 192.239 344.508 null]
 >> endobj
-2244 0 obj <<
-/D [2213 0 R /XYZ 178.553 240.1 null]
+2341 0 obj <<
+/D [2307 0 R /XYZ 136.289 332.852 null]
 >> endobj
-2245 0 obj <<
-/D [2213 0 R /XYZ 347.94 240.1 null]
+2342 0 obj <<
+/D [2307 0 R /XYZ 71.731 299.577 null]
 >> endobj
-2246 0 obj <<
-/D [2213 0 R /XYZ 71.731 222.067 null]
+2343 0 obj <<
+/D [2307 0 R /XYZ 71.731 271.517 null]
 >> endobj
-2247 0 obj <<
-/D [2213 0 R /XYZ 71.731 222.067 null]
+2344 0 obj <<
+/D [2307 0 R /XYZ 71.731 256.573 null]
 >> endobj
-2248 0 obj <<
-/D [2213 0 R /XYZ 71.731 202.826 null]
+1334 0 obj <<
+/D [2307 0 R /XYZ 71.731 209.215 null]
 >> endobj
-2249 0 obj <<
-/D [2213 0 R /XYZ 71.731 171.193 null]
+158 0 obj <<
+/D [2307 0 R /XYZ 183.546 173.748 null]
 >> endobj
-2250 0 obj <<
-/D [2213 0 R /XYZ 240.44 147.447 null]
+2345 0 obj <<
+/D [2307 0 R /XYZ 71.731 171.089 null]
 >> endobj
-2251 0 obj <<
-/D [2213 0 R /XYZ 71.731 134.496 null]
+162 0 obj <<
+/D [2307 0 R /XYZ 233.392 143.362 null]
 >> endobj
-2252 0 obj <<
-/D [2213 0 R /XYZ 181.256 134.496 null]
+2346 0 obj <<
+/D [2307 0 R /XYZ 71.731 136.164 null]
 >> endobj
-2253 0 obj <<
-/D [2213 0 R /XYZ 336.036 134.496 null]
+2347 0 obj <<
+/D [2307 0 R /XYZ 250.633 112.478 null]
 >> endobj
-2254 0 obj <<
-/D [2213 0 R /XYZ 470.054 134.496 null]
+2348 0 obj <<
+/D [2307 0 R /XYZ 201.693 99.527 null]
 >> endobj
-2212 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F55 2194 0 R /F23 1137 0 R /F44 1937 0 R /F48 1949 0 R >>
+2349 0 obj <<
+/D [2307 0 R /XYZ 333.258 99.527 null]
+>> endobj
+2306 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F48 2042 0 R /F35 1563 0 R /F54 2317 0 R /F32 1211 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2257 0 obj <<
-/Length 2782      
+2353 0 obj <<
+/Length 2480      
 /Filter /FlateDecode
 >>
 stream
-xڍk������|[�h,Ɏ���{�{L��zSE�(4���G`;�����"�8v6w`LQIQ|I����*�"��Q�P�x��o��f~z#�b�$�	�w�o�z��l�WϻU$S�%�D+��j�\�;��`�������}j��TU��i��i������?�{���(4։�R}W/O�PL镌������`�
-eN3%�ШP��Z����k�z;���X�6�&��/\mT(���_�Z����xd:�lwjh��W`����"N,�%9ȸ��N�Vۧ������0T]�f8�["��n�Se��t�=v���W�4M;���Z���2I��b��B�����F���pR��O�|(���,(���?�N^��f��ƴ��E98���H��öeP�;<4�e��yb9y[�����'F��X�����il>���e�̋�yt����/Dh���.��߾��N��-����@� ﬡ=€N��e�Lu���]1[YX�|c���bb�O90�e��qq�]�a��0�l	��[�P�x�-~�QT���C�%��e�O=av-Sv0e��v�t
�MQ;���Й���6��S3�����ii4����ѩ�ce'�=랖mh��
-�ܫ�w�
y�\��ER�t���
}��
��,k��Pm�K��R`��`�������Q
-���3h��'Q-/w�p��M��0x ���
-1��;U̸1�}��
-��A!ޟJ�.�,�FS˴�I����()�ϥS�ܳ!�ED����k-Q0Lm^	�J��j+�$�s)�J�]������� �n�g�"�V'0��k�8�S���k
��B�L`����S��}B�ա�,�C����EOGc���p���H�%����n�13s<v��+1�X�O�H�{�dO;b� Qm>��؞І�EI�����T �f����z�ң�g1�L���u�LMtX_��6.^a��h��*	�wW��k�']QQ��w�͗�ؙvjTD��Z�XG����-�-���8ba�6�ɯ�ʇe�F,Y9���l ��ψ�8a�m�;[���^YEJ��2�o��4��28�9�W��|�l�|4Tءk���4o�"�#�]�!82tK�=O��Q�7q�9#��o�|$�Kȅ�4I��g���g�|��9	�
حa��JJ�Hj*u��P��,��qnre��g�|��K\��dj���;u<e�K
��m�I�����m�5��2���9ɉn"F.F�p�&�f�Ë���~bh����U%�n���pf��n;��PT�`���BHy��6s��a$�P��H���7��l&Dǚ3�n��o�/2u&0�]�Ls_f��+������R��I�6���h�YzW#OsW�9#o�G�Q"t��4��F��c�0C����L�	w?��}[;�8���ӍN�*<}�`{	>F��0Gh�t����XĥU^���
�
�u.�]������7w�|k�Z�	(��?�ь-i�7����Y\ VUEX�n~�|���DDar��bB�8�4�sY��,�%k�e󒻲3%d]��ؚbY	��m�Y����S�-O=�
-�fLX6���K5��q��0���mgf�I�v��}�Dz9}y��U��R�%��'x���M���R���v���o�,
����.�g�8���3\h��LB�5gX��cg�#�!K�+�>���~�/�GBy~��X8���7�� �d�)G8������,ȥ���5=�4v��L��[ҹ��w
��Ui�4��(Mw���I �\�z&k���3�]B�\5=����N�zMhAK��%%(u�D����Rî���W��7F�])��ӎ���}�ow�0���zE��գ�.��跘=�"�)��f`����)8���r)���%I����}�	߫&9�����/м��Aj���b�ލ?���|>C���㋳ �JzĽ�?|��v��fW+h5��݊�Nf��l�p"�\�V��h.���j)��ϐ�*,Z��ͦϻ�8�X��渌����A\�'h��X?��E���?=�8j�ђA�ͤ���_���J�(ݒ�%�R�o�84"�|�UI�
~>X�ȗ��;B�8�[��jp�$x-�+
-��\n����gy�c�w5'�Wn��DZ��̰�o�U�g+��#�*��O7.��Q+��
���9���ﶱЙ+&���~*��P���L����Qm�b��ףKnb�b����8�6����@��
-������
�	��
-;#�&��^o���(�F	$���Z�0��|��n������ίœ��!�E�j_��a�pϹX'��Up� %��� �C��v��U����H�O;�¯%�b��؂�f�%WI�I
-�!a)���[^OJ���н� �9҄����[��ό6�,DLN#�����0��D@sFU�w8M
Xq\&�i��F,"��Ѣ���$���K{J���x�1�7t&��NX����u�骠����!|�!p`Y
-�KE����M-���z5�E��L��xb�t�6_���8�p�Hg���YĶ�{�Ɖcerr|���}Уn�6k̓��b�t%�/̀�>A�8p����H�������(7���f�&�N��uY��õ����Ԑ~��1ʚ)g��)�_�4���K*N�yJ�q%3W�9�c;@{<��[��ƢU��gf�a�n��Q*Ry��v!Y��+�噸ۛ��O�KI��� endstream
+xڍk�����
+#
p6�护��v9��6E�mES�D�l�pDi��_�����=,G3��P����*�,��q�*���;���֑lg4��>��Y�UƲX�v�U�S�%�D
+�Fb�+���|�Ͻ�6[k���И>�*�i��p����|���_?|��F2aY*�<���:�H��y����0���!�ukz�̋�Um�hշ�,:��
+�0[�'E��x��c�l�����s￴ϠA�R�y�=�ܸ-/�k۞�Zia�v��I48!Z�,HPՈ�t���<���ss�ӌ,�c�kEi6Dg��`��Ǚ�1��ܐ[����2N��ty����V��G���[���2���ۈh�<����T���I9Ԛ�������G��������	���
֨%.m���8��<#Aەwյ��t�a�{IL��.N����ޑ��3Щ�p:������r�2�V.
+ ��n���a����-�h��>�`�1�xN�ε�#J|k�
�d<or��+%S�M)u�7"X?���E�{]���"�6|=��2�s�cf�r�u�a?�����z�2�D�N� b(���L0�����$]n�_�@�N�q�Z������\��r�����CKg�#�{R�ܓ��(�{�Yu`O����㘥������i�3���)b�B�D�hC3@�!$�KOG���'��S��Wz>�?�{t����(��8CA
��Ot�FW�il�T�4�1x]��|�NA�����=ԾC[U�'�͵�ޡ�
+?�V�E(G����B\$,��͖�9�D��?!�2z/pv�D�Vy�`��/�	��W��}~�x$�� 
+�|���G��^���#�ܫJ��q�ښ�>zm�GB�����HԳ�ŝ�q���\pW:��`�K���XN��o���>�޵�D��%���"[����}��dDX+��I�"���H�8s�K�xl��7�@���rFiۿ� ��0P�ӷgB�Y���"�"Nu�t��:O�7�g�SX��M��v�3����2��r���� ��m����hD�Ӳ��GG/_�8eI�+���^�vi���1b��`G^�Cqs;�����"�4G�"ʺ��"W��]����0�V��|GU	KcS�|���+I0�0�
e��(�.�L�~>x�0�;��h�'�H��Q�v��-e)4��*�� B߫F����,����[mH,I�wg�0b���ڬ��cM-. �2��1N�g]��]w��<�v0�}���r�D�{�֒��8T���nr�C��2q�D��Èt�H��8�����8�su�}�y�����q���I��n�a�0eQ�}T��7�����܈lzϾ�i��
a\AȶI���
+���r��#�;�(���0���5rU�)$�r$>��F(?VX�s�C���'"��ICm	_���m�)o%W���#��X8�9��r�X�<89E[�u��F�����>W0��+�;�Y
+_�
�V����k4�����������������|��Y*[�Tyٯ��y���ZH&]ƺ5��nnuk��D�h���Pp4��!�P��s]9,6,K��:/kk[mz��J4%��?�ؽ�^
/c�j`4T�>Wj�ݳ6�ږ�Ȱ�.�Q
+��u�ڵuK��� ���c�4`a������ �6���G	�;`�;��Y�'F�w�(�\
+�����'����6�n�
+>�z�!�t?@����K�ᇠ&�՝gW:�ƈi�Oƙ���8�1{o��@&�������>����B������
G�.m��ݒ_)�\�,L�/�Ջ���l���vч�oex���L���p�U��/	���-)���i����>O�o�2���@������1�:�pi��5D��j�.6�^�$���=��+/��k������/HT�4B�-5���Ps�N��L-N-466���$�Yx"z��a\�5�a��k�`���sq��mv��6m��|R4�#��-��m��-lh�,"{�k Y1������M��>R~<[|�K`����G���8ꛁġ�uwE.}��!)�����f������"��+�,��6�B]��>Kg��La�B��V;(GN�?��u��d]VN��6�X,Å�m��8�dܩ�-�7(+a��Ib��w�<ѝ��S������C߯2>�d(�1���+D�h���謮�A���ѩ�핽|ڵ5�K��UX ڿ��K�>���s�B���y&ď*���]���Ş�Tt'��8!	�"�JI����	O��]�8q�����
%��+�Q’(|[��y[�#��S����yn6��Cf����pR��
+�xvIB��j�$��r *��s��k�R�9�\����|n���Е�VWԌ�v���%�ɛ?�M$W��E"e��L�X\��{׵���
+5�endstream
 endobj
-2256 0 obj <<
+2352 0 obj <<
 /Type /Page
-/Contents 2257 0 R
-/Resources 2255 0 R
+/Contents 2353 0 R
+/Resources 2351 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2211 0 R
-/Annots [ 2266 0 R 2269 0 R 2270 0 R ]
+/Parent 2305 0 R
+/Annots [ 2383 0 R ]
 >> endobj
-2266 0 obj <<
+2383 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [432.416 507.816 484.753 516.727]
+/Rect [203.962 141.465 257.754 150.376]
 /Subtype /Link
 /A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-2269 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [304.902 441.464 339.771 450.376]
-/Subtype /Link
-/A << /S /GoTo /D (http-apache-mod_cgi) >>
+2354 0 obj <<
+/D [2352 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2270 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [409.198 441.464 447.385 450.376]
-/Subtype /Link
-/A << /S /GoTo /D (http-apache-mod_perl) >>
+2355 0 obj <<
+/D [2352 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2258 0 obj <<
-/D [2256 0 R /XYZ 71.731 729.265 null]
+2356 0 obj <<
+/D [2352 0 R /XYZ 71.731 675.354 null]
 >> endobj
-1274 0 obj <<
-/D [2256 0 R /XYZ 71.731 718.306 null]
+2357 0 obj <<
+/D [2352 0 R /XYZ 71.731 651.691 null]
 >> endobj
-166 0 obj <<
-/D [2256 0 R /XYZ 206.856 708.149 null]
+2358 0 obj <<
+/D [2352 0 R /XYZ 77.111 642.192 null]
 >> endobj
-2259 0 obj <<
-/D [2256 0 R /XYZ 71.731 698.007 null]
+2359 0 obj <<
+/D [2352 0 R /XYZ 71.731 630.821 null]
 >> endobj
-2260 0 obj <<
-/D [2256 0 R /XYZ 120.303 688.025 null]
+2360 0 obj <<
+/D [2352 0 R /XYZ 363.851 619.278 null]
 >> endobj
-2261 0 obj <<
-/D [2256 0 R /XYZ 71.731 654.984 null]
+2361 0 obj <<
+/D [2352 0 R /XYZ 425.741 619.278 null]
 >> endobj
-2262 0 obj <<
-/D [2256 0 R /XYZ 71.731 611.148 null]
+2362 0 obj <<
+/D [2352 0 R /XYZ 71.731 599.188 null]
 >> endobj
-2263 0 obj <<
-/D [2256 0 R /XYZ 71.731 611.148 null]
+166 0 obj <<
+/D [2352 0 R /XYZ 215.669 568.468 null]
 >> endobj
-2264 0 obj <<
-/D [2256 0 R /XYZ 270.634 600.354 null]
+2363 0 obj <<
+/D [2352 0 R /XYZ 71.731 561.27 null]
 >> endobj
-1275 0 obj <<
-/D [2256 0 R /XYZ 71.731 593.215 null]
+2364 0 obj <<
+/D [2352 0 R /XYZ 178.553 550.535 null]
 >> endobj
-170 0 obj <<
-/D [2256 0 R /XYZ 188.593 556 null]
+2365 0 obj <<
+/D [2352 0 R /XYZ 347.94 550.535 null]
 >> endobj
-2265 0 obj <<
-/D [2256 0 R /XYZ 71.731 548.648 null]
+2366 0 obj <<
+/D [2352 0 R /XYZ 71.731 532.503 null]
 >> endobj
-2267 0 obj <<
-/D [2256 0 R /XYZ 71.731 497.021 null]
+2367 0 obj <<
+/D [2352 0 R /XYZ 71.731 532.503 null]
 >> endobj
-1276 0 obj <<
-/D [2256 0 R /XYZ 71.731 494.864 null]
+2368 0 obj <<
+/D [2352 0 R /XYZ 71.731 513.262 null]
 >> endobj
-174 0 obj <<
-/D [2256 0 R /XYZ 242.365 462.55 null]
+2369 0 obj <<
+/D [2352 0 R /XYZ 71.731 481.629 null]
 >> endobj
-2268 0 obj <<
-/D [2256 0 R /XYZ 71.731 453.913 null]
+2370 0 obj <<
+/D [2352 0 R /XYZ 240.44 457.883 null]
 >> endobj
-2271 0 obj <<
-/D [2256 0 R /XYZ 71.731 441.464 null]
+2371 0 obj <<
+/D [2352 0 R /XYZ 71.731 444.932 null]
 >> endobj
-178 0 obj <<
-/D [2256 0 R /XYZ 236.615 413.235 null]
+2372 0 obj <<
+/D [2352 0 R /XYZ 181.256 444.932 null]
 >> endobj
-2272 0 obj <<
-/D [2256 0 R /XYZ 71.731 406.037 null]
+2373 0 obj <<
+/D [2352 0 R /XYZ 336.036 444.932 null]
 >> endobj
-2273 0 obj <<
-/D [2256 0 R /XYZ 71.731 393.146 null]
+2374 0 obj <<
+/D [2352 0 R /XYZ 470.054 444.932 null]
 >> endobj
-2274 0 obj <<
-/D [2256 0 R /XYZ 71.731 383.183 null]
+1335 0 obj <<
+/D [2352 0 R /XYZ 71.731 404.917 null]
 >> endobj
-2275 0 obj <<
-/D [2256 0 R /XYZ 115.118 367.407 null]
+170 0 obj <<
+/D [2352 0 R /XYZ 206.856 367.701 null]
 >> endobj
-2276 0 obj <<
-/D [2256 0 R /XYZ 429.318 367.407 null]
+2375 0 obj <<
+/D [2352 0 R /XYZ 71.731 357.558 null]
 >> endobj
-2277 0 obj <<
-/D [2256 0 R /XYZ 71.731 365.25 null]
+2376 0 obj <<
+/D [2352 0 R /XYZ 120.303 347.577 null]
 >> endobj
-2278 0 obj <<
-/D [2256 0 R /XYZ 147.188 349.474 null]
+2377 0 obj <<
+/D [2352 0 R /XYZ 71.731 314.536 null]
 >> endobj
-2279 0 obj <<
-/D [2256 0 R /XYZ 314.747 323.571 null]
+2378 0 obj <<
+/D [2352 0 R /XYZ 71.731 270.7 null]
 >> endobj
-2280 0 obj <<
-/D [2256 0 R /XYZ 71.731 316.433 null]
+2379 0 obj <<
+/D [2352 0 R /XYZ 71.731 270.7 null]
 >> endobj
-2281 0 obj <<
-/D [2256 0 R /XYZ 71.731 232.015 null]
+2380 0 obj <<
+/D [2352 0 R /XYZ 270.634 259.905 null]
 >> endobj
-2282 0 obj <<
-/D [2256 0 R /XYZ 155.056 206.112 null]
+1336 0 obj <<
+/D [2352 0 R /XYZ 71.731 252.767 null]
 >> endobj
-2283 0 obj <<
-/D [2256 0 R /XYZ 89.664 193.161 null]
+174 0 obj <<
+/D [2352 0 R /XYZ 188.593 215.552 null]
 >> endobj
-2284 0 obj <<
-/D [2256 0 R /XYZ 71.731 191.004 null]
+2381 0 obj <<
+/D [2352 0 R /XYZ 71.731 208.199 null]
 >> endobj
-2285 0 obj <<
-/D [2256 0 R /XYZ 71.731 176.06 null]
+2382 0 obj <<
+/D [2352 0 R /XYZ 99.301 169.524 null]
 >> endobj
-2286 0 obj <<
-/D [2256 0 R /XYZ 130.903 154.904 null]
+2384 0 obj <<
+/D [2352 0 R /XYZ 319.328 143.621 null]
 >> endobj
-2287 0 obj <<
-/D [2256 0 R /XYZ 74.222 113.659 null]
+1337 0 obj <<
+/D [2352 0 R /XYZ 71.731 128.513 null]
 >> endobj
-2255 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F48 1949 0 R /F44 1937 0 R >>
+2351 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F54 2317 0 R /F48 2042 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2291 0 obj <<
-/Length 2786      
+2387 0 obj <<
+/Length 2591      
 /Filter /FlateDecode
 >>
 stream
-x��Z�ܶ�~�~(-z�%�e�4v�G��E�oW9���������c��sӯ�q5r��y��k�r�_E�E><��ya��o������ccX6#�W�7w�}��$�W�+�c�D���Xx���g�˃�ZU�7^�:��ۢie�gŞ�_u�߳<��_���Kb��^"��6���_�ݍ�/D��
�[��g�
-Ŝ��X�ֱ�Ο�l3e&�V`�0DىǼHLd�j�ب��X��g�z,Hм��;���4h����/���YӬ���EC��̰��b����u�\�Y�4H�Z�ڲ��������X�k/pN��� ͇}]v����W����.�A��p�%�gU\���
������#ـ�^��P/$��<�&��1�-fB�e<
�����b��v�ذڶJٮ,�k>��xKV�ܩAW��G���;C(��v�A���`��E���Q{��T�_���b�dg�g�u&���@\ڼ,��-�r's�{�_�}�x4�=��4�����1�~b=��ׇ0�Yp�CP؍�&�ϥD`YP���d=���N��ac�?T-���_���y�Q�EC��Դ�Q	��l�$wm9��ȵj�T��+�Q0���N��2���}���]{�ӵv~�*�җ�l��Uʬ�<�e������q�]G�����'W�n��@�S��@8'� �
-�R�%=e��I)Q�S���3����E�o�����}N��K�i�.�H�V�q�ʊ�)C����_\�����NG��(!��n��m��GEV��(�<��Ҳ0����"��%
�,+ò-QI��B&�,�	�Y�GZğ_��O��1/Xpc'A
�DO��Z�.��D��]tƬ��lӘG��y	.��'�g�H�;��w���k�HRI��lh���d���励Z�|[wa5i9�� �v''@��5���1}W�W�j�k]��`I�O�l*�M9 #�^�أ��b�q�QV�ñ.Z�i�Q��x,�WXd����5Rh�ˣQ�?B�}WK��W���u`)P=�n�()�!>2
~)�Gk(� ���wfA�u~!��8�����G<�ҿe���K�Aֳ���l��<�ߕ2]C�P|
- p��jc\��r�f�҈�zdN��*-kyf�w�c�Z�;@�w�鋽uS�0(�΀��n͝jwwzgw�;�]�g�!���;��s�E�%g��z��Ȏ8`"�e��e��m�P�GM8,�6��9����96ݶi��k�EOK�;TU]V�[�G�Ӈ� �Ϟ��q#
+���<\���@�������^��!h�O��lᾧ���PM�Ƙb�0q�FJ�Z��7~&@��&c6w�0�*{@u|<�B�(���)I+������̛��o�ܾ���D*��d�mu��ar���(|��fφ�8ENM'�<xg���7T0��<�)l"9v"I.d����E3�,9�黦����NM�vz�2lc
���S���P6vrNG��y�>�PY��G�#췛�qW)D�7��+��n��OB�'�
-�w�j�z�y�~%(��E1\��As5_0_bc��@{�|��E�ԑr}�ʏ"h�F@I�F�������	��#8x����/����*�Nw�/��8zB7���ľ��*��O|&B{��*U�̳�j�C@F�r5]Uaȁ�F��^��D�����G�r��������2�<���8�w��#�U3,4���0t!lF���O���@C��ǝr�Q�,�+q0���<�)��y�=D9)t]g���Nh��	��1���v�'��p�/���;��4/��O��t��MO��_���?�^�G<��e�z�� �ٺ}.{�2o,��e��˼ϗy�^�A\�	�Bx¾8]���E�7X-6ٵ��6���2ꗉ`K�{3���P���Y+p����=��d�;��Y]GU��x~̕l�堺�t���h+����O�t�E_0��S*@�|��6��ѷ=�Vݎ���rL��o�-k&�3���?�}	�� WeV���3O�Z0�yP7��~�4h�k��2��<�'T�x���bu1,����`�ۢK��*h��̄	&Ģ����LY>��Đ'�S�
�8�Va@���7]n�s+�O�1���p}�ӛ��M!��D�.J8�^~���|��{�pk������ݛ��R���+�}�Zte5��C��:!A��&˟��p�#r^�n��h�z4��R�ds���&������.hgH���=��-�S��^��Dj�ܭj����g�<t[Y
-��s���t�m���L�� u�����J��B���zo^��-[ݠ�'蔏8N�E3���#��Զji��>�~r��K��y'|&R�K�j8��Թ��#u.|�#�?��o���Z0su
�e�q�4�;፭��cЫ�ϐ��̉�;�b?�:�4��	��u����´����]e�q�;�K�n6C(����Ȧ"|�ܲ�ѽ�E�� C͋@ςF
-R��(�"�5	ğ\��CL�i�I�4��@�О-�����4ߚfU�_�2+�F��f��닓q�0����{=�Ǩ��p��'���}����"�����j�&�w�Žߌ2.��z1����"���B���,�h��Z�\���FxQ���%�����e}G�;Q�]썃^��@��v�g�2��/��#á4��7�\��D�endstream
+x��k�۸�{~�?8�护��C�����"��E�+
+Y���ʒ�G����<HI�do�~-�A��3Γ�~rIi��D�0Xd�7�b3�HK��$��O�o�?h�HD����—�H�E����x��}��>=��^�U�-���CٴiQ���?u��E������7�<�L�$�7�r4��^H)� @���Xh�'ɔP�E��Au
���c����������z�5�X%���V���h�OW�[~Y�`i/��S�tul�lx�Z�e�pݕ%3��T0Օ[3�`{�t�K�i���a�_�k�ѬGD���/7ƒ��?�]>�E�6OKs�����3��{�׺�n��2������K�|/2�oJ�hnJt������ń�	��Z��L�D����4+,O����ӏ-%B�֤2Y?6]�(���	�3Op��[���=nW��_��v�ȑL�b�������ų����Ԯ�
#^��F���'�a�!Kg��t�݊ݨ~�#�jE�����f���w<��[Ǟ�(*R0,z{y�6��Ru3L��k=��j��K&�����j���(!��S�n�u�� �H�@>l�$t�n�iz�A(T�XB2³;5ۼ��U,����f[����c	�^��M[>�e���]P�0�F���ឪ���L��IJie�7mvO'��?Y�.#K-�@��l�&0��f�������z�n�SH����sA�5x�i�J|��
+�c^�����T}!ĒD[�-��N��
�P�����!oƛ-�zW�yi�LG�M��iӶ���g�o��nYv�0r^��*��j�U-�΀H�<��(Լ�hV��sφ����X䦱3B�!���Җ�Q����3�Y�R`�T	�
+���n:`��-_�Cy�	RVV<�r͛��g�F̢�y
+�i�Z�+R�g� I�ֺSUa3�ȇod^��X�;�A�qާ�vcL霔m,��L
+�;3�������	��P�oH��5D�tj*2�c�=�z���e(B_X�jzވ!���^]�i�O��_!���p5$�u����ű\
+�+/���J@\��w_���� ���g+#Z�KK�xI���E��ރg�~�b�:�*��|�����?��rp(0D �Bys���7
�.���D���J�S���q�u��h6%ä.��`�0�Ey�cΧ�Y���
�ۣ*^[g�S�p.Zs��1�Bc$T��@�|� &� ��a(���Jgl�����\��ۚ�����7�M��`�yP��C�ˑ���,�v�f���N�%�@e�������=����!;�(����>�&��"��Y8�6�2�43����pe�pݣj�›��æ��]Qm҂aL (��z<t#�.1dEO��\��-��q� "���%�����ddt��������˾�`�O˝��Yd�9	�w�82��N|+ҙn�u�6�ʶ�l׌��]@�l�LkS��=��f���	���
�q�GK/"�H��?���Q#仩>%��㸿��;�����B��`pZ%�?[�ESY2���E����)x��Q�BX� �a���"�S�
+�� �,�����H"Y����
+JԢ�V���c�fl�C�0���&�J�A`��I	���PWG 8O[�C&�LM2U�]��X��g�2+�-��4�����^�#���kg7P�q̌m̌I8����6sYđ=�)�_Ʉ�
+1�����Am��IƠV�����q|!
�W�Z�"з+�͵�ݑ�����}�׫�%�qT����oȠ�3���Q�i\��|��d)�3TX>3��=_]��B�E*��ߋxO�!L�6Y �</w3��T(�j`�\���'����Uw�rQJ�Y�Y�kF4��Y>�k
�Pwe�Pڠ�d�!�$������$�$�r�G�?Q!$
�<�]�7�a&�I}C׬E�8�;ސ�� +�O~�����ǒԃ$�'��~(���
ױ��Z3�n��k����Y��R�y��;����"�K�~
+<{��9}"d4:�}z�]Am�g���ԮBx��C�t�J���"���͈�Z p$�ʿfx�n�N�s9��]DZ`���%u������M<���J���r����������4�#)��!g �S+�oZ�ny��?���P��aSy渇�]�̹lu��d��x��{�����4�LDy����
)����@����x"�\5蚵����P�y�����G�,Gx�7�9�(�R���"E,�k�+�gx+��5X��V5$��4��������'Q�ˣ%ٌjq,���DB��z��?��O�_����ok(���A�v_Q��E�&Ahrh��^8�a
[B\50\?��� јS���e�@����v�X,�p{�4�����N��v;�J�5�CvQ���n]�׵C#�k7lI�$f���3�ڧ���+��o^�����⵷����\����`�Smm�Ձ���^w.졤�4�O�W���o�����a[J-��[�Ds-�;����3�^���x�7�1�����/��P[`0�e����@A���&d	����������endstream
 endobj
-2290 0 obj <<
+2386 0 obj <<
 /Type /Page
-/Contents 2291 0 R
-/Resources 2289 0 R
+/Contents 2387 0 R
+/Resources 2385 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2211 0 R
->> endobj
-2292 0 obj <<
-/D [2290 0 R /XYZ 71.731 729.265 null]
->> endobj
-2293 0 obj <<
-/D [2290 0 R /XYZ 92.274 708.344 null]
->> endobj
-2294 0 obj <<
-/D [2290 0 R /XYZ 188.676 695.392 null]
->> endobj
-2295 0 obj <<
-/D [2290 0 R /XYZ 248.13 695.392 null]
+/Parent 2305 0 R
+/Annots [ 2390 0 R 2391 0 R ]
 >> endobj
-2296 0 obj <<
-/D [2290 0 R /XYZ 448.319 695.392 null]
+2390 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [304.902 687.258 339.771 696.169]
+/Subtype /Link
+/A << /S /GoTo /D (http-apache-mod_cgi) >>
 >> endobj
-2297 0 obj <<
-/D [2290 0 R /XYZ 134.236 682.441 null]
+2391 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [409.198 687.258 447.385 696.169]
+/Subtype /Link
+/A << /S /GoTo /D (http-apache-mod_perl) >>
 >> endobj
-2298 0 obj <<
-/D [2290 0 R /XYZ 241.553 682.441 null]
+2388 0 obj <<
+/D [2386 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2299 0 obj <<
-/D [2290 0 R /XYZ 71.731 681.001 null]
+178 0 obj <<
+/D [2386 0 R /XYZ 242.365 708.344 null]
 >> endobj
-2300 0 obj <<
-/D [2290 0 R /XYZ 280.437 651.557 null]
+2389 0 obj <<
+/D [2386 0 R /XYZ 71.731 699.706 null]
 >> endobj
-2301 0 obj <<
-/D [2290 0 R /XYZ 400.465 651.557 null]
+2392 0 obj <<
+/D [2386 0 R /XYZ 71.731 687.258 null]
 >> endobj
-2302 0 obj <<
-/D [2290 0 R /XYZ 71.731 631.467 null]
+182 0 obj <<
+/D [2386 0 R /XYZ 236.615 659.029 null]
 >> endobj
-2303 0 obj <<
-/D [2290 0 R /XYZ 71.731 605.33 null]
+2393 0 obj <<
+/D [2386 0 R /XYZ 71.731 651.831 null]
 >> endobj
-2288 0 obj <<
-/D [2290 0 R /XYZ 71.731 562.326 null]
+2394 0 obj <<
+/D [2386 0 R /XYZ 71.731 638.939 null]
 >> endobj
-182 0 obj <<
-/D [2290 0 R /XYZ 240.64 531.606 null]
+2395 0 obj <<
+/D [2386 0 R /XYZ 71.731 628.976 null]
 >> endobj
-2304 0 obj <<
-/D [2290 0 R /XYZ 71.731 524.528 null]
+2396 0 obj <<
+/D [2386 0 R /XYZ 115.118 613.2 null]
 >> endobj
-2305 0 obj <<
-/D [2290 0 R /XYZ 71.731 511.517 null]
+2397 0 obj <<
+/D [2386 0 R /XYZ 429.318 613.2 null]
 >> endobj
-2306 0 obj <<
-/D [2290 0 R /XYZ 71.731 501.554 null]
+2398 0 obj <<
+/D [2386 0 R /XYZ 71.731 611.044 null]
 >> endobj
-2307 0 obj <<
-/D [2290 0 R /XYZ 115.118 485.778 null]
+2399 0 obj <<
+/D [2386 0 R /XYZ 147.188 595.268 null]
 >> endobj
-2308 0 obj <<
-/D [2290 0 R /XYZ 429.318 485.778 null]
+2400 0 obj <<
+/D [2386 0 R /XYZ 314.747 569.365 null]
 >> endobj
-2309 0 obj <<
-/D [2290 0 R /XYZ 71.731 483.622 null]
+2401 0 obj <<
+/D [2386 0 R /XYZ 71.731 562.227 null]
 >> endobj
-2310 0 obj <<
-/D [2290 0 R /XYZ 71.731 465.689 null]
+2402 0 obj <<
+/D [2386 0 R /XYZ 71.731 477.808 null]
 >> endobj
-2311 0 obj <<
-/D [2290 0 R /XYZ 71.731 450.745 null]
+2403 0 obj <<
+/D [2386 0 R /XYZ 155.056 451.905 null]
 >> endobj
-2312 0 obj <<
-/D [2290 0 R /XYZ 132.516 429.589 null]
+2404 0 obj <<
+/D [2386 0 R /XYZ 89.664 438.954 null]
 >> endobj
-2313 0 obj <<
-/D [2290 0 R /XYZ 254.242 429.589 null]
+2405 0 obj <<
+/D [2386 0 R /XYZ 71.731 436.797 null]
 >> endobj
-2314 0 obj <<
-/D [2290 0 R /XYZ 76.712 412.951 null]
+2406 0 obj <<
+/D [2386 0 R /XYZ 71.731 421.853 null]
 >> endobj
-2315 0 obj <<
-/D [2290 0 R /XYZ 136.488 369.406 null]
+2407 0 obj <<
+/D [2386 0 R /XYZ 130.903 400.697 null]
 >> endobj
-2316 0 obj <<
-/D [2290 0 R /XYZ 329.949 360.942 null]
+2408 0 obj <<
+/D [2386 0 R /XYZ 74.222 359.452 null]
 >> endobj
-2317 0 obj <<
-/D [2290 0 R /XYZ 71.731 327.365 null]
+2409 0 obj <<
+/D [2386 0 R /XYZ 92.274 336.538 null]
 >> endobj
-2318 0 obj <<
-/D [2290 0 R /XYZ 71.731 298.319 null]
+2410 0 obj <<
+/D [2386 0 R /XYZ 188.676 323.587 null]
 >> endobj
-2319 0 obj <<
-/D [2290 0 R /XYZ 92.274 280.386 null]
+2411 0 obj <<
+/D [2386 0 R /XYZ 248.13 323.587 null]
 >> endobj
-2320 0 obj <<
-/D [2290 0 R /XYZ 188.676 267.434 null]
+2412 0 obj <<
+/D [2386 0 R /XYZ 448.319 323.587 null]
 >> endobj
-2321 0 obj <<
-/D [2290 0 R /XYZ 248.13 267.434 null]
+2413 0 obj <<
+/D [2386 0 R /XYZ 134.236 310.635 null]
 >> endobj
-2322 0 obj <<
-/D [2290 0 R /XYZ 448.319 267.434 null]
+2414 0 obj <<
+/D [2386 0 R /XYZ 241.553 310.635 null]
 >> endobj
-2323 0 obj <<
-/D [2290 0 R /XYZ 134.236 254.483 null]
+2415 0 obj <<
+/D [2386 0 R /XYZ 71.731 309.196 null]
 >> endobj
-2324 0 obj <<
-/D [2290 0 R /XYZ 241.553 254.483 null]
+2416 0 obj <<
+/D [2386 0 R /XYZ 280.437 279.751 null]
 >> endobj
-2325 0 obj <<
-/D [2290 0 R /XYZ 71.731 243.081 null]
+2417 0 obj <<
+/D [2386 0 R /XYZ 400.465 279.751 null]
 >> endobj
-2326 0 obj <<
-/D [2290 0 R /XYZ 71.731 216.461 null]
+2418 0 obj <<
+/D [2386 0 R /XYZ 71.731 259.661 null]
 >> endobj
-2327 0 obj <<
-/D [2290 0 R /XYZ 71.731 201.517 null]
+2419 0 obj <<
+/D [2386 0 R /XYZ 71.731 233.524 null]
 >> endobj
-2328 0 obj <<
-/D [2290 0 R /XYZ 470.122 192.017 null]
+2420 0 obj <<
+/D [2386 0 R /XYZ 71.731 190.521 null]
 >> endobj
-2329 0 obj <<
-/D [2290 0 R /XYZ 71.731 185.041 null]
+186 0 obj <<
+/D [2386 0 R /XYZ 240.64 159.801 null]
 >> endobj
-2330 0 obj <<
-/D [2290 0 R /XYZ 101.619 165.417 null]
+2421 0 obj <<
+/D [2386 0 R /XYZ 71.731 152.722 null]
 >> endobj
-2331 0 obj <<
-/D [2290 0 R /XYZ 71.731 140.109 null]
+2422 0 obj <<
+/D [2386 0 R /XYZ 71.731 139.711 null]
 >> endobj
-2332 0 obj <<
-/D [2290 0 R /XYZ 101.619 125.467 null]
+2423 0 obj <<
+/D [2386 0 R /XYZ 71.731 129.749 null]
 >> endobj
-2333 0 obj <<
-/D [2290 0 R /XYZ 230.398 113.811 null]
+2424 0 obj <<
+/D [2386 0 R /XYZ 115.118 113.973 null]
 >> endobj
-2334 0 obj <<
-/D [2290 0 R /XYZ 491.421 113.811 null]
+2425 0 obj <<
+/D [2386 0 R /XYZ 429.318 113.973 null]
 >> endobj
-2335 0 obj <<
-/D [2290 0 R /XYZ 71.731 100.159 null]
+2426 0 obj <<
+/D [2386 0 R /XYZ 71.731 111.816 null]
 >> endobj
-2289 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F55 2194 0 R /F48 1949 0 R /F23 1137 0 R /F44 1937 0 R >>
+2385 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F48 2042 0 R /F35 1563 0 R /F44 2030 0 R /F54 2317 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2338 0 obj <<
-/Length 3024      
+2429 0 obj <<
+/Length 2963      
 /Filter /FlateDecode
 >>
 stream
-xڝio���{~�"�C��w,�����צ1j�ESZivW������/9��Xm�����8$��k�vV6�9�������UZ>�W{����F�Lp^�=�|ﺫXā��ۭ<'q�
-])"_��YoɱS�z#}ے���풢ȫ=�_����E���}���wwS�
E�O��y�pe��H[��9�;"��ݎ��y��0
Q`�Q��UJ�T���p5!d���#s�r�9h+��c{'������l��AEad�kǶ�����񭾢U��к:&�A�X�F[�rӨ��*��A?�|��W۷�C��f��&mN��LG�;��ˌ��-}�S�e�(���j��b�m6z�$	��������ߩ�S�(t��E�ZC�l�'.��?GE�����@�L��2#kwhT��k@�R�`�UeS�Fi#�.&� u7j��3�G��|�;<\}4^���J8�t�G'ĉ�HO8n8�c
-�����A�-l�I�Q~����Xr��K,9/<b�{�7r����AH	�P�G�v-��ƭ��AO�U���}�mA�P�����Ӥ�����*�b�<���}�rT]�0�
�56ݠ��r��88�&�́S��ȍbn�|G�����`��ijj2l<Xː��	mrFTȞ��a�u�`�`��e�b����Vy��V�,}���ȥ�@�<e����@3~�x��p�fg��
������әP5
CI�b�ڶ��y�p���l�t0~�o������Ͻ������8=�s��J�T`�C�(l���k!uœ��"a,����x@��pzr�Dtƛ'��M|�s��x{3���=cOC��*UͲE|2H�fLLE0�>)�s�i����ڥ�Ʊ�����(�V�(���e�B
-OH�J��чm��x]AaU�a��ߛ�#o��@#�S-�
�z
F c�s�2�u��0i���b�G\iN0~YCzͫ�ƫ�o�@�v���顮[�������t�d�M}�wOΧW�����g�c�
�7�i�*)�T�c��p�N�����:���Š�C�*��fZ^�V�B0a���S;��XӴƠ!�}cD<� ֱ�U��By�E�W��V��u@�	�C]�p]e���Pw91$U7���MB(*�<]��������3�+�p=��KE���y���Y�tyZ��%-��c�s��]w|yyI5Y'JCY@|�Ăӡ�S$����m�g����Um�\c��Jt	na�t?~^�"��n�D�痴x3܇"@Re-�r��S�o��w�+�n�&?�G����oi�	��f�0H���<\�ZpL�XX���	;�#��`�192x���j'�㻁GLq"]'�#�k���K��yGkZSY�4��AӸx#m���G6cX�ly�?�A�.h�j����5
-4�9���m�s����oS��H�!
-��	G�ˁ����$y���l�qd������3�
-u�};tl����Ʈ��;��Z-!������wdPR���.�HN$�]6LB3V��LmA�]�Į���6�:F��Tӏ�&S��������J�d'��IۺT�̄h�3Ьc���=j�*o���+��gN����I�5�[�"�DpCP�l�]�i	���4������a�sA(��&2K��@]b#���-�vm{�;�t@E
-��fn�Ӎ�W&�CS��-��8���T��L�=WI�^]�h�f�bBY�Կ!#�\,�w�cф\*�M�:��.r���&6�K��e#��jԉ&���`)����/h�Rא���*i��˜А��v����B��	L��&����:a��h����̫��LR�Xu]��ƥ'��c��1ɳ���v�gv�u�5��}<�5{�bW�%XbƊ�"G�d(��4y�{�1���]͌���[A�/ZQ8��b���I����|LAx���e�P&�L3;:��aF.�$�hB2a�+y���p��j�m�r�H8�_�^�\3h���-����Ǥ@���P�9D��O��Na��ϼ��~<Eͣ2XTO��`&�0x��B�{�CŌ��t����U�6Zn�����Aw�ќ�r�0ɢ���5ԩ9:���Q1JdT�d��|l�JB�V˜
0v�9<����1Z
,�i'���x�
-̆zΕk<��G(�y�a.t�
�C��O`�/�<$lr3��.D-"h������/9����Hzy#��v=�A`��%X��E����zP�r�W_כ��4|xr�1�W�}G����>'�/���'�q���8	=V��X��,}i��q�Wg����!n��2��>'�;ia���_m���n�����l�>�/|H5���L%t�v9�-n���d̍�i��C�5[��d�L��+<�aD#�b�5t摺8r�7+–eV��y7�����o���㻫�����A�~����Iy��>�'�W?��j,�/LS��0�3���L�d��v�V��iH��*k��R��	7Qh����k�rto�(;}�3tm2����tk�۵�g~4��'L�����۳�څ_@��_���"��?(��	���:�C�X2�UC�bsفɸv�2r4$��`ǖѺ��.�:�L�u��/�-?W3�����3�.�����@�qTN�w$��[N�ZdJw��ʉ����r}$J��|�8�evF����Q	�jk�����M�T�Ᏽ�1b,1��OL65M���A�(�G {T����&;���	U�����F?ɩ�8�-UWؑ�^೜y�晍�9�⤥K=*
�sE�/X(��/���4X�R�ڂ�
-fٶ���8�!�t�ZO��Z��&Lg|Jh��\��E��Q��J��-Һ������3A�F?gd]�1j�tə��/���o�O:�z�'<��i�\mLh�S�_P�l
8�N{�N��W1]͹�f������nF����X�y��������mP��}By/~I��5�"9���0�,������!�|�G�`���?$�zendstream
+xڥko#���>8	��}?����&W����sIPP%m����rOq~}g8�}Jv��`,9r�'u��"vE���K������Y`����kFYp�n���E*��_<����4^ľ'��[<�~X~y��V�j����},-�<+4h�ey.W?=}s��SG4�c�&��|Q$< ���z��;�����݋{ޭ
+yv'%���`18�Қ~;ڼ�U�I*�(Ѿ��H7��h�/�\y����-+�e}�:[�˲`���/e�Z?j]�Ķ,�4��q�\�Ҥi7��t��C�GU3IYUuYՙ�8�L��-f /�2�a%��1Jy�G��.H�pe������R�/4�a�;��t̚�ڏ��c��;o�7?J�m���y)ɓrO�F���_�Zmu	�� �_���gX��sGd�\x���4X~FY.�_�J�MI��k��v?�
+����F(���	##p	Lפ?�8�щڋY'�r��J��\u��Y���9#���'`G��4F�L�$�ҔьR�續(�yZ�\��j�M��Z�b�!fP�;/`(�9��XE�r攮�X�@� 5���?9�x�7��3��o�O#���i�/j���|��Ww��X��q�WΠ�/���ܬ�$I��@4��6
+�W�a��\�ul���*������n����O�
��ݢ)�ۋ����RM[+���4zA#��g�UF`+�$w�;����"��e�]��>�>���4�i�
+f�ڑXNj��	r_��QY,�(h��`W	�4�p�+���7�b`2]J1���l���|�p�	p������i 0'�7ȡ5AN�A�v�A85�	��	�K�:>BL��'�g�~��,�3��|�;�S~��d0��}2jvF�����ߪ_��
+q�Lsww��w64�j�gN�!��$	^���k9ۢ ����}�֛9{J{���^�h���ύ�m�"O��D؀���"o	�4���H�L@o��i0ݖEC��wX�~�
+�%�QN�	�`�8�ev%� �N��R7/�M��ѡ.ۊ�2�W�fM���
1A&
+)7���!�!��-��#�`������q��
+M��z�����L���1ԏ��ˊ�q�dL�d�ᙡ/��"�ҁU.���հoB��[���v N�s2�B`GɅ��6v�	�ZS�ᲰkH�~!��i�J�M�l8>��[]��lk\����p��\rr-W+���'��me���G0�-���OE��r�w���(B���� %�[���ê
�����l�8����ۢ���	l����2`����.��*� �������U����6��&�������Q����
+�n�z�e.���������j�Ez����P���NdS��zR��W`�'q���U���v���g2-�>��s�Qr��6�c�b�S�Z��y]�e=�1�c��h|
+j�G�g��]M/����ΠD��tD~\�@sL�(�+��pf�
.k��v��1������Eh��M�:�`���A�������>7/�������Q���FF<˄������;���d��/�O`��x���jd���D�����p�L�0I���4/� ��D�6Z9[�����
Ѓҷ�v�FiL�a����'khi�=�9	3W�������'����ꮭR;A�{v$t_z��{Km�s��]�	�ihƞuCy��mڈI������⊧��ݿ��+�j1��������g�:$�)����nG�|��E�a�4��;� �/��Nhg��\��eqQm��QfTeڷ��{P��w��
�+&!H��r�^��� �I��"���~JOJ�Ƕ)j�Ԡ��l�HN
+4E@D�&�?:�c
+��Uj�Q�x���4ntY�6*�
̲dW2+��+�S�L:��$�
+3��Jp�+��5��*p���G ޟͶ6#w���jN��ɋ;�D\{�0����"}kK��lm����Z�X���sN�jx'�@�������*�n�V��P��E���Z�a��B͜�ۡfN|j�{�?��8=��ly�����c����	���k	���65�og8;�,�\[�m&���G'�'Փ�Or�_tQ�Ό�}뵙�È�!��� �.U�~��x��1�J�I�G4цC�U�=��bw;�vI�ĸ!^Kg�1�K�.g�BHH��#�����h@o��X�o�[xi,�+��X��\q��[\ ��[\ >s�!�A�J|(�
+E�
��@�k���`�|M
�s�hoi���yl9�^��lYU9q:�W�k$��`5�Qh��iN�
+W5};W1�c���ə�pl
+(v��^��B2���kb��m #��n�����5��J��>��,3�2�f�a�5ӫ�J�E�ٖy?��R0�~5�_j�L�
+`����Z�y#�����B���/�ْ�@�34�W���PǼ�w=�5�c���nN�m����݀�1��3Y��F�3���&�*8��N\Ɵ�-�M� l}8�����h3�����orD���ܶ���Q����Q�S�M<uW
+I�4�R����,� ��e�ah���M�d�NR��gkO��<�!��Fئ�3������f{�n~H.��OFm��U��Q�3��1�x?K�����7�zD�J�5�{eŮ����\�h�=�T3������ɺ�p��3��@6��l$�Q������0ͱ�*q�j3z�#�~<t{~�B��Lx�?8���k`��%c��
�C���]_U�\ok�:�A@�L�3ө��)x�rh/,a�y��b�ͫ�˕��m��C���$!�٧����S8��N��č_���G��w��8dz��r����S�/U��?endstream
 endobj
-2337 0 obj <<
+2428 0 obj <<
 /Type /Page
-/Contents 2338 0 R
-/Resources 2336 0 R
+/Contents 2429 0 R
+/Resources 2427 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2211 0 R
-/Annots [ 2373 0 R ]
+/Parent 2305 0 R
 >> endobj
-2373 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [166.345 97.833 218.649 104.687]
-/Subtype /Link
-/A << /S /GoTo /D (security-webserver-access) >>
+2430 0 obj <<
+/D [2428 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2339 0 obj <<
-/D [2337 0 R /XYZ 71.731 729.265 null]
+2431 0 obj <<
+/D [2428 0 R /XYZ 71.731 706.187 null]
 >> endobj
-2340 0 obj <<
-/D [2337 0 R /XYZ 101.619 708.344 null]
+2432 0 obj <<
+/D [2428 0 R /XYZ 71.731 691.243 null]
 >> endobj
-2341 0 obj <<
-/D [2337 0 R /XYZ 398.581 696.687 null]
+2433 0 obj <<
+/D [2428 0 R /XYZ 132.516 670.087 null]
 >> endobj
-2342 0 obj <<
-/D [2337 0 R /XYZ 71.731 694.692 null]
+2434 0 obj <<
+/D [2428 0 R /XYZ 254.242 670.087 null]
 >> endobj
-2343 0 obj <<
-/D [2337 0 R /XYZ 101.619 680.05 null]
+2435 0 obj <<
+/D [2428 0 R /XYZ 76.712 653.45 null]
 >> endobj
-2344 0 obj <<
-/D [2337 0 R /XYZ 71.731 654.85 null]
+2436 0 obj <<
+/D [2428 0 R /XYZ 136.488 609.904 null]
 >> endobj
-2345 0 obj <<
-/D [2337 0 R /XYZ 101.619 640.1 null]
+2437 0 obj <<
+/D [2428 0 R /XYZ 329.949 601.44 null]
 >> endobj
-1277 0 obj <<
-/D [2337 0 R /XYZ 71.731 573.948 null]
+2438 0 obj <<
+/D [2428 0 R /XYZ 71.731 567.863 null]
 >> endobj
-186 0 obj <<
-/D [2337 0 R /XYZ 337.12 538.481 null]
+2439 0 obj <<
+/D [2428 0 R /XYZ 71.731 538.817 null]
 >> endobj
-2346 0 obj <<
-/D [2337 0 R /XYZ 71.731 532.354 null]
+2440 0 obj <<
+/D [2428 0 R /XYZ 92.274 520.884 null]
 >> endobj
-2347 0 obj <<
-/D [2337 0 R /XYZ 353.774 519.552 null]
+2441 0 obj <<
+/D [2428 0 R /XYZ 188.676 507.933 null]
 >> endobj
-2348 0 obj <<
-/D [2337 0 R /XYZ 483.407 519.552 null]
+2442 0 obj <<
+/D [2428 0 R /XYZ 248.13 507.933 null]
 >> endobj
-2349 0 obj <<
-/D [2337 0 R /XYZ 285.361 493.649 null]
+2443 0 obj <<
+/D [2428 0 R /XYZ 448.319 507.933 null]
 >> endobj
-2350 0 obj <<
-/D [2337 0 R /XYZ 119.533 480.697 null]
+2444 0 obj <<
+/D [2428 0 R /XYZ 134.236 494.981 null]
 >> endobj
-2351 0 obj <<
-/D [2337 0 R /XYZ 437.069 480.697 null]
+2445 0 obj <<
+/D [2428 0 R /XYZ 241.553 494.981 null]
 >> endobj
-2352 0 obj <<
-/D [2337 0 R /XYZ 117.159 467.746 null]
+2446 0 obj <<
+/D [2428 0 R /XYZ 71.731 483.579 null]
 >> endobj
-2353 0 obj <<
-/D [2337 0 R /XYZ 419.102 467.746 null]
+2447 0 obj <<
+/D [2428 0 R /XYZ 71.731 456.959 null]
 >> endobj
-2354 0 obj <<
-/D [2337 0 R /XYZ 355.405 454.795 null]
+2448 0 obj <<
+/D [2428 0 R /XYZ 71.731 442.015 null]
 >> endobj
-2355 0 obj <<
-/D [2337 0 R /XYZ 71.731 448.03 null]
+2449 0 obj <<
+/D [2428 0 R /XYZ 470.122 432.515 null]
 >> endobj
-2356 0 obj <<
-/D [2337 0 R /XYZ 115.56 423.91 null]
+2450 0 obj <<
+/D [2428 0 R /XYZ 71.731 425.539 null]
 >> endobj
-2357 0 obj <<
-/D [2337 0 R /XYZ 153.506 410.959 null]
+2451 0 obj <<
+/D [2428 0 R /XYZ 101.619 405.915 null]
 >> endobj
-2358 0 obj <<
-/D [2337 0 R /XYZ 343.016 410.959 null]
+2452 0 obj <<
+/D [2428 0 R /XYZ 71.731 380.608 null]
 >> endobj
-2359 0 obj <<
-/D [2337 0 R /XYZ 71.731 398.007 null]
+2453 0 obj <<
+/D [2428 0 R /XYZ 101.619 365.965 null]
 >> endobj
-2360 0 obj <<
-/D [2337 0 R /XYZ 163.765 372.105 null]
+2454 0 obj <<
+/D [2428 0 R /XYZ 230.398 354.309 null]
 >> endobj
-2361 0 obj <<
-/D [2337 0 R /XYZ 71.731 364.966 null]
+2455 0 obj <<
+/D [2428 0 R /XYZ 491.421 354.309 null]
 >> endobj
-2362 0 obj <<
-/D [2337 0 R /XYZ 71.731 316.15 null]
+2456 0 obj <<
+/D [2428 0 R /XYZ 71.731 340.657 null]
 >> endobj
-2363 0 obj <<
-/D [2337 0 R /XYZ 71.731 285.031 null]
+2457 0 obj <<
+/D [2428 0 R /XYZ 101.619 326.015 null]
 >> endobj
-2364 0 obj <<
-/D [2337 0 R /XYZ 71.731 259.96 null]
+2458 0 obj <<
+/D [2428 0 R /XYZ 398.581 314.358 null]
 >> endobj
-2365 0 obj <<
-/D [2337 0 R /XYZ 71.731 238.805 null]
+2459 0 obj <<
+/D [2428 0 R /XYZ 71.731 312.364 null]
 >> endobj
-2366 0 obj <<
-/D [2337 0 R /XYZ 71.731 218.879 null]
+2460 0 obj <<
+/D [2428 0 R /XYZ 101.619 297.721 null]
 >> endobj
-2367 0 obj <<
-/D [2337 0 R /XYZ 458.479 207.223 null]
+2461 0 obj <<
+/D [2428 0 R /XYZ 71.731 272.521 null]
 >> endobj
-2368 0 obj <<
-/D [2337 0 R /XYZ 207.921 195.567 null]
+2462 0 obj <<
+/D [2428 0 R /XYZ 101.619 257.771 null]
 >> endobj
-2369 0 obj <<
-/D [2337 0 R /XYZ 71.731 167.671 null]
+1338 0 obj <<
+/D [2428 0 R /XYZ 71.731 191.619 null]
 >> endobj
-2370 0 obj <<
-/D [2337 0 R /XYZ 71.731 121.679 null]
+190 0 obj <<
+/D [2428 0 R /XYZ 337.12 156.152 null]
 >> endobj
-2371 0 obj <<
-/D [2337 0 R /XYZ 358.177 110.884 null]
+2463 0 obj <<
+/D [2428 0 R /XYZ 71.731 150.025 null]
 >> endobj
-2372 0 obj <<
-/D [2337 0 R /XYZ 461.001 110.884 null]
+2464 0 obj <<
+/D [2428 0 R /XYZ 353.774 137.223 null]
 >> endobj
-2336 0 obj <<
-/Font << /F33 1242 0 R /F44 1937 0 R /F48 1949 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R >>
+2465 0 obj <<
+/D [2428 0 R /XYZ 483.407 137.223 null]
+>> endobj
+2427 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R /F54 2317 0 R /F48 2042 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2376 0 obj <<
-/Length 2312      
+2468 0 obj <<
+/Length 2952      
 /Filter /FlateDecode
 >>
 stream
-xڍ]����~��8�XqE��R�i�"H��A��h[XYtE�6����eɻW��Cr43�|�|��or��Q2�����.�`��w�a�%��|����oq�)Y�ś��&�+�MV�b�T�+��(σ귡H�@0�� ۶�4�f<��i[������}�41M㜕E��\g%��7<aq��d��QΊ�[�,E���F��2�)ڄ"b\���n9�=�y���̒���ִ��H���!�l�����h�cU)c�k�n��2+./2Vpܑ�q��z�����6��?���ǵ�<�Y�	��
�_Kj��n8�ũ��&�ӈe�؄\�2�����HugyP^�{;=<T�Ό��$��<m�,���k������FwK3%g1h6���b'�!��.eI���|V]���,q�;�K���=Λ����7sz���
��9��,�OzP3I��"zN�Ox����?>����Noy|F3t{'����B��"���t����r���h�Ǻ��i�j��9hZ�4�qW7HQ��x�"�3������i�ۦ�E
-������!�,Ks{^'^O�k�J�hb�Aԃm����ngqyM��)0��B�b��Ӎy��#�x3i���%Y���1C/��ɪ�#zN�W"b�~�"��뙑t�⠕fX�
-�Z���BuTճQ�xf�v}�<fQ�n?v�(��F}t����B���G;��	3���^�D~S�,��H*(�໺h�4Ty��a��ߣ4������8ze�m��9�eW0}���D�ݒ��`�;��B
-���4��>�4VG�Q̃	:�����!��Kts!��S`h9�`�O�P�g[D!^B&��&� ����(�q��*
--	�\�R�%�1���K�M��M�KB��+bK�
w1�&X�T?Ȧk/�Z,$���HP��IF}��#�9矔,���>ִ2��1��N��s�����J��<�$6� �$%MkJ�6y���d%T0�rJ,BJ/Y��s��b���
-���by�G��E��36��@�wK3�ZIx�d�P�qLz�/()
5`�q�R��L�"�yWh8hmQx04'�8�&<����`��t�u�T
-�L���J�Py���$\4$_��p�zy:'�I:/�33��s�3��������fJ���}34�<�<�N˛�`�3�G�$
έ��?��|�賂Lbk&���Ԅd�`8j�@J/�P$������U�����V��1�a������j;���w�ס�W�l�䮘�S����:��m\��.rA��fp&Z��bn����Gi|�9S�liQ�1*�������}�rl�#��u �݆�? �O%0��aD��Ε�ׄkqd�	ɚ d���T:[u�írCe��R;��'�!����"7`��:4����M��M�2��1�O�Ԗ`I�Cq��0���]�3i��������ڷ�ڸ��At�޲7�F2zk+��̀�Ù�8�S���:4����f�M�85��{�4$g	�6�e�:�k��c�f7��p,Ƚq.���Η��{y>����~��������Щ[�i�:�.\����V~Q�������������t5�Ф���m�u����������l���j';���'���J�NY��~XB�A�ީB�
-��<�%KQ�ך�]OGp<��J���'>y!���D�����&�4`��v䕖C������>����7��8IX�_K�T��Nj�vq�]˦u��@cJ�b=��4/���Kҩ���p>��U_JJ�h�˽��i��W�a��X|gx��P���=~�э�?^%�4r�//�5?:Kc��K��=~�:��9���;��5�._�Mޅ&�o]�:�~0��˯9�7[,Q�����U\���:���^1+�ż���mA���8��t��}��j-bE=b����b�=|���mm��}Bu���I;q�T8���;ܩe*}:����*p$1%�E���:zD�5������Ƈ�h
�N�����_��vK+�OP�bm��JA��[�".��,%���ߚ���x�F�C�k��Ygh���/���{P�h�lx��f�H�׾v��Uqؒ���"3
D�(pħB.�V�~��d�G���1Q4�û�}�rO�3�������O�>dZ������óV	��ſV��x鞰(�sT�m��
Hn�%��z|N�w�ў�;�]����A����e�A��m��	�G�.�,�ܳ:������
�(�
R���D�g���f�?�\endstream
+xڝYm�۸��_a8���")�RrM��Kk�^E��D{��%W/�n}g8CY��=�X,ė��p8/i��O.�R�5|T&T/���p����^H�X1�jB��݋��Z/2�%zq�]D2�z��J��Z��
+~�7�޶˕��@	���]o���w��~����*����_^����z-�T?����)��G����T�(r��
�^����Rc�TU�Tq���_˼m�f�S��5�W����M�-��e^��uU+S�S��}xu}�
�C��b�9���_v��a`���;<�����O��^�z�f�ͮ��u�^��-AJ����?X�8���2
>���M�)�nh-
���d�0�]����}��_��1o�O~)�{j��|�F$�+j�ckd	ZE�ɜ`�A�R����a��~`s2؛�lj������ҙ�s�ێ�����bCi�e)�����c|gy�,�8E�XFKc���
+Ð;?��`G���O�7�@�����f���	(�vMm���e
+g�����RƁ�6gCG�AY�JG�Y|
[�Á�;��5yF��b�"b����-�s)��̀G�n`EUQ�������LykMoi������+���9a�>��,\�‚1�a�G	F����/�N��"�W�4h&�l�`z�c�ڠ�®�G�5{��c6���L�E�2�G��j�f����:f��i|!����q�9p�S�["�u�:����C�t�� �;f�`?WDRnG6s�z� 2����d� ���i�~�J�"
+��h.��8��J`�m3�!�)�;�Z4{�ι6{��ڳG����-3*���T�z��M?7�L�L$SЅ�m	[Gr
+z�Nɒyn�C�E��]V*KDɉ��V�����`A���W�;T,횰�=��X��h�-�ֶ�G�&wFfF�6�
/�#g���o�}Y�]��srg�T�E_�]��LB���l��$��������xI}���n�w4f���oUbd�(����|�9�x��L�=!]��4��3��>	,��Q�t���s���8�����y��B�Q��� 4LQP�t„
^�����|S�ŘȻ!��a8��||{{�C�CU�vyҧ�~���~,
+�,�}����́�>M��<�Vq�0U��!�|��]4�����4�}���r_Q�S���2�VN��o�
+��1���Q�h�Q�ѝ�J_0ɣ��e���Y�`�d80),���h� �++�0W�vm�f���5Й��4dD㝭`�ڌ\�	��^����^��;�G����w���񐱯͸��ฐU��`�=-=?��y��7^�� I0�%E"3���n���e��Pe7�H�G�=��$u4h���z�.o���qz�M�������T_��{�2$;�f��n,���怜/h�\���7cA�h^�T%J�Yŋ�
+�S'�oM�u���H�bC��zv��ۼ/?�ڏ��øc'��]jHE4so���l8I�Ӕ��L_t�#�-�#��8���aVU���;���o����woī��-����;*�Tgi�+	�'�7���)�4��W���Q���Hs�UA�eӦ�C���WO�mk�
z	Y����Xӵ�N�Z�G�@Ǹ��
�-�Qخ�Ֆ5�hw��/X�j�}.
���v��n:KgDJ�����$|��%�[(҈��i����@����~2���5��C=f�$���
��P�q"I&g�+6L֏�0�Hh_@3���x���|QP�C}"3~�yfӛ
5f����=�Q5�ߩ:��jR
��R�a���2��/��T͌���S�����=���9>�������/ewE�qlo���E��!ƅ�?VS����>8p�k��=X.��u��A�{D*�3G�"�ѤET*��r(���ⵜe��
Y	v�E�A=��K��-��I��|��VnF�E��/�	����->q�E�����uX���s�J8�r��{VoT������U���r7�DA�F>��͸�̌��U)��7���;��$��\֍d$�89q��j�q�������l�pY�?�$:�8%*���iV��C�9#T�#(?b�Hh!��+��$ʞ�i��ŋ����t�P����t��aLR�UB�X�V���E�B���c@E'%QtL�0s���q�\mh�~/���� g� R��!�7���5��m?������6>�0�I��t�igY;�@�]9��q(�N���m|�t9���r>�����5f���N��6��Mӏ0�#Ϲ��K&�<� L���n�iV����1r9�����|�w.[C�3��lO��sF��:�<�@*�^C#����8���~�wf���m&���F��]Vżi[w	�a|����Rt�q�ե`�����{��qC�n���a*ҹ��`χtO�Mwh����Z�d�n�N�h��k)zs1�,{��<��+^:
�u��+ï�578b�_p]-5�Ɉߚq�^{`�y������� I�J$,,�*�;�,��*��jħ�|���m���~8 ؝�a�n�G�v�q>>6�@�pf�x%���tk��$����iij������e�z��{r���EG5���w�Q�!��Vɿh0?|�0i��7���$���%�Thy*���d�C��xYC���Ԕ󠃁�W'(�.�aL�g|�P�
+vv�`gP�����P*�\��f5!��3Fg;.�k�\*��
+�4�
+?g��_�X~���K`0�oʺzb{U�ׇzt�R�f�o�����/�Q(AN0ۜ��ģ���6�{䌏�"�=��
d�ee0j�.mq6}�3���J�cA����Wv� $��M�PZ�:3�$d�J6�%֩/-n����F����Nyƀ��.���
�)@��~�>��~�������k?`�E�,)�endstream
 endobj
-2375 0 obj <<
+2467 0 obj <<
 /Type /Page
-/Contents 2376 0 R
-/Resources 2374 0 R
+/Contents 2468 0 R
+/Resources 2466 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2211 0 R
-/Annots [ 2380 0 R 2385 0 R 2394 0 R ]
+/Parent 2305 0 R
+/Annots [ 2494 0 R 2497 0 R 2502 0 R ]
 >> endobj
-2380 0 obj <<
+2494 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [291.365 672.608 339.793 681.519]
+/Rect [166.345 312.528 218.649 319.382]
 /Subtype /Link
-/A << /S /GoTo /D (troubleshooting) >>
+/A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-2385 0 obj <<
+2497 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [194.362 567.602 239.281 576.623]
+/Rect [291.365 223.079 339.793 231.99]
 /Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/A << /S /GoTo /D (troubleshooting) >>
 >> endobj
-2394 0 obj <<
+2502 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [474.039 492.882 518.87 501.793]
+/Rect [194.362 118.072 239.281 127.093]
 /Subtype /Link
-/A << /S /GoTo /D (extraconfig) >>
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-2377 0 obj <<
-/D [2375 0 R /XYZ 71.731 729.265 null]
+2469 0 obj <<
+/D [2467 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1281 0 obj <<
-/D [2375 0 R /XYZ 71.731 741.22 null]
+2470 0 obj <<
+/D [2467 0 R /XYZ 285.361 708.344 null]
 >> endobj
-1278 0 obj <<
-/D [2375 0 R /XYZ 71.731 718.306 null]
+2471 0 obj <<
+/D [2467 0 R /XYZ 119.533 695.392 null]
 >> endobj
-190 0 obj <<
-/D [2375 0 R /XYZ 166.615 707.841 null]
+2472 0 obj <<
+/D [2467 0 R /XYZ 437.069 695.392 null]
 >> endobj
-2378 0 obj <<
-/D [2375 0 R /XYZ 71.731 697.476 null]
+2473 0 obj <<
+/D [2467 0 R /XYZ 117.159 682.441 null]
 >> endobj
-2379 0 obj <<
-/D [2375 0 R /XYZ 258.543 687.716 null]
+2474 0 obj <<
+/D [2467 0 R /XYZ 419.102 682.441 null]
 >> endobj
-2381 0 obj <<
-/D [2375 0 R /XYZ 71.731 672.608 null]
+2475 0 obj <<
+/D [2467 0 R /XYZ 355.405 669.489 null]
 >> endobj
-2382 0 obj <<
-/D [2375 0 R /XYZ 71.731 657.664 null]
+2476 0 obj <<
+/D [2467 0 R /XYZ 71.731 662.725 null]
 >> endobj
-2383 0 obj <<
-/D [2375 0 R /XYZ 71.731 608.613 null]
+2477 0 obj <<
+/D [2467 0 R /XYZ 115.56 638.605 null]
 >> endobj
-2384 0 obj <<
-/D [2375 0 R /XYZ 321.927 595.662 null]
+2478 0 obj <<
+/D [2467 0 R /XYZ 153.506 625.654 null]
 >> endobj
-2386 0 obj <<
-/D [2375 0 R /XYZ 349.018 569.759 null]
+2479 0 obj <<
+/D [2467 0 R /XYZ 343.016 625.654 null]
 >> endobj
-2387 0 obj <<
-/D [2375 0 R /XYZ 415.603 569.759 null]
+2480 0 obj <<
+/D [2467 0 R /XYZ 71.731 612.702 null]
 >> endobj
-2388 0 obj <<
-/D [2375 0 R /XYZ 91.925 556.807 null]
+2481 0 obj <<
+/D [2467 0 R /XYZ 163.765 586.8 null]
 >> endobj
-2389 0 obj <<
-/D [2375 0 R /XYZ 151.7 556.807 null]
->> endobj
-2390 0 obj <<
-/D [2375 0 R /XYZ 71.731 549.804 null]
->> endobj
-2391 0 obj <<
-/D [2375 0 R /XYZ 264.224 538.874 null]
->> endobj
-2392 0 obj <<
-/D [2375 0 R /XYZ 95.243 512.972 null]
+2482 0 obj <<
+/D [2467 0 R /XYZ 71.731 579.661 null]
 >> endobj
-2393 0 obj <<
-/D [2375 0 R /XYZ 71.731 505.833 null]
+2483 0 obj <<
+/D [2467 0 R /XYZ 71.731 530.844 null]
 >> endobj
-1279 0 obj <<
-/D [2375 0 R /XYZ 71.731 477.938 null]
+2484 0 obj <<
+/D [2467 0 R /XYZ 71.731 499.726 null]
 >> endobj
-194 0 obj <<
-/D [2375 0 R /XYZ 381.468 434.841 null]
+2485 0 obj <<
+/D [2467 0 R /XYZ 71.731 474.655 null]
 >> endobj
-2395 0 obj <<
-/D [2375 0 R /XYZ 71.731 422.403 null]
+2486 0 obj <<
+/D [2467 0 R /XYZ 71.731 453.499 null]
 >> endobj
-1280 0 obj <<
-/D [2375 0 R /XYZ 71.731 411.125 null]
+2487 0 obj <<
+/D [2467 0 R /XYZ 71.731 433.574 null]
 >> endobj
-198 0 obj <<
-/D [2375 0 R /XYZ 193.715 373.909 null]
+2488 0 obj <<
+/D [2467 0 R /XYZ 458.479 421.918 null]
 >> endobj
-2396 0 obj <<
-/D [2375 0 R /XYZ 71.731 363.544 null]
+2489 0 obj <<
+/D [2467 0 R /XYZ 207.921 410.262 null]
 >> endobj
-2397 0 obj <<
-/D [2375 0 R /XYZ 71.731 341.665 null]
+2490 0 obj <<
+/D [2467 0 R /XYZ 71.731 382.366 null]
 >> endobj
-2398 0 obj <<
-/D [2375 0 R /XYZ 71.731 341.665 null]
+2491 0 obj <<
+/D [2467 0 R /XYZ 71.731 336.374 null]
 >> endobj
-2399 0 obj <<
-/D [2375 0 R /XYZ 101.32 332.166 null]
+2492 0 obj <<
+/D [2467 0 R /XYZ 358.177 325.579 null]
 >> endobj
-2402 0 obj <<
-/D [2375 0 R /XYZ 71.731 322.024 null]
+2493 0 obj <<
+/D [2467 0 R /XYZ 461.001 325.579 null]
 >> endobj
-2403 0 obj <<
-/D [2375 0 R /XYZ 416.305 309.252 null]
+1339 0 obj <<
+/D [2467 0 R /XYZ 71.731 297.584 null]
 >> endobj
-2404 0 obj <<
-/D [2375 0 R /XYZ 71.731 284.181 null]
+194 0 obj <<
+/D [2467 0 R /XYZ 166.615 258.311 null]
 >> endobj
-2405 0 obj <<
-/D [2375 0 R /XYZ 71.731 263.311 null]
+2495 0 obj <<
+/D [2467 0 R /XYZ 71.731 247.946 null]
 >> endobj
-2406 0 obj <<
-/D [2375 0 R /XYZ 71.731 244.629 null]
+2496 0 obj <<
+/D [2467 0 R /XYZ 258.543 238.187 null]
 >> endobj
-2407 0 obj <<
-/D [2375 0 R /XYZ 71.731 210.821 null]
+2498 0 obj <<
+/D [2467 0 R /XYZ 71.731 223.079 null]
 >> endobj
-2408 0 obj <<
-/D [2375 0 R /XYZ 114.77 199.264 null]
+2499 0 obj <<
+/D [2467 0 R /XYZ 71.731 208.135 null]
 >> endobj
-2409 0 obj <<
-/D [2375 0 R /XYZ 114.77 187.608 null]
+2500 0 obj <<
+/D [2467 0 R /XYZ 71.731 159.083 null]
 >> endobj
-2410 0 obj <<
-/D [2375 0 R /XYZ 114.77 175.951 null]
+2501 0 obj <<
+/D [2467 0 R /XYZ 321.927 146.132 null]
 >> endobj
-2411 0 obj <<
-/D [2375 0 R /XYZ 114.77 164.295 null]
+2503 0 obj <<
+/D [2467 0 R /XYZ 349.018 120.229 null]
 >> endobj
-2412 0 obj <<
-/D [2375 0 R /XYZ 71.731 152.639 null]
+2504 0 obj <<
+/D [2467 0 R /XYZ 415.603 120.229 null]
 >> endobj
-2413 0 obj <<
-/D [2375 0 R /XYZ 71.731 132.714 null]
+2505 0 obj <<
+/D [2467 0 R /XYZ 91.925 107.278 null]
 >> endobj
-2414 0 obj <<
-/D [2375 0 R /XYZ 369.099 109.401 null]
+2506 0 obj <<
+/D [2467 0 R /XYZ 151.7 107.278 null]
 >> endobj
-2374 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F44 1937 0 R /F32 1151 0 R /F61 2401 0 R >>
+2466 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F23 1197 0 R /F44 2030 0 R /F48 2042 0 R /F32 1211 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2417 0 obj <<
-/Length 2282      
+2509 0 obj <<
+/Length 2012      
 /Filter /FlateDecode
 >>
 stream
-x��ˎ��>_a�!-m��Ó ��l����b��� �%�ZQ��뷊U���r
-
�bU�ޔ���,�D�௄���z��v����FYLp~X�y�)f+����z;[z�Xų8�E��u�/篹l:��~�:����t�,�zG���ע,��?뿽yY�L� �$�+׀s!�̼��J��G�J���J�@X����Q5��T��=�9�H�b�NgP. o��`Gx~hI=DL��*K�bG�J�+���/�b#�cTF�ّqh#j��y$:�f�,��u�7�n;��ۻV6y�J��s��~��iSoG� ��V��+tm�!���D#���ƞ/V�go�s��ʝ�	0.�^��:s0k��A{/_dڕ����I���=*_���H˩��V�=gs2߇�����4ꁎ6���B�[��#S�䃠5"�`�Ϩ��kE$@]�[�3w9��\�3^A��2oϽ6^���M�A��D(�	������ O��JV"���x��#o>r��Y��po/kTM	��ٿ]�/nd��is5�d��dt
�&@"t�#e�тuT�{����y��u��y�5o�����<�a]�s�U�vgwO���?��6 کZ�r��%��湹b�R�Gn�w	�ƿo��q	���-�^0��io3>%:,��д
-���g���1Q[�ˆ�c��\n�-Z"rαB���a7�<�M�3=y4����ҝ�m��~�ܷ��Q�ܴ�%�o���3��lJY��%�s�e�����eMaE�`F{�r��P�A(�(��֨so�t�4�2MlN�������S�K�{ă�m=h�x� 7��ih��yh�7B[�/[�' ��.����^��tXyK՘pPa��ͨ�
-B��aa��Vp�AE~�N%C�����x�LH��\�bg:5O�����@�yW����nM���->�P�j*�8�njy$d{9DLu_f�f�,��7W��h�!�\��$.���((x�{�����i�oJ�һ�C�$-�����'�3��~֗L`;H1�k<s��"o�R=-���Sf����v�Z��,f�ef[� p�Pp8Yr��5`���Y
-��53�N�`�(D��n�ԾҬ���Iχ��F]c���2M����|�Ƣ
x??��ZԵ�����E�^����ڞy�p���!ԩ}�Ot�RT>秂�4Ȱ��=���[�P�|(�ʀ�ar�����#}һ�ٖ0	��m�m�9�O��Hظ������v����:#H���򩝡���I��0j����k{���=-��	�Bp�ʆ�J�"��V�����P�гbƪ	�@�ݞ�
st?�NWx�����a=]I{�Y1&U��z��>�^ջ�R-��[kKu�R�����(��>s��/���`�/����ˏ4���v,~]����B�]
-(T�w�RG%�:h������1���]9�(��F�+�-�C(#�·���-�c�	ˢd�i/����G͘�a^�g��`ڵM"�����Qc�h3IjW��է������#��e!�����;�
-����N8K ���=y����"���K��
iF����(�s��YѪ���/��'��`�dW��M9f�Q
-������0�t�~�vO?-�GL?�D����3�ӽ�w�����>��K�g�O�4��#m+��H��:�1C�`K�WZ�-B֗XX�b�~��µ[̭dk�b#Ev, ��tzx;��rՒ�,X(QH"��x���E�-�PU��/'�֥���C��r1~]��k�i,*������S��GMoos�X׸M�y	>A�d���>^����Q, ��"����f5Y�߀����A��Tq\���>�n�>D�r�k|s�zT1F��ژ���l��89�ƴ�!�;"g����p
�t؜�DŽa�6L�}����k�繳�����7iO�9�;ր���`������IU�q������}�5|XU�D9��#p3
#�S�򏻨����׸����%sf/y�;6�w�Y�ٴ:U���\�'��q<�%����$@/7��)����~ւiQ��4}x�aN��Xx��ڳv�YL�.ޖ�Pڏ�F�yG�.�'�p��}�s��!��H|Ǵ�z���j���z=l�d\�4�M;A�ņiT��Øep<sЌ�l#A�$�8�y�l�;��I�����{k���Zu|����i���i.>��g�e"�ཟ1�(�b�~5o�b?�Ʒ~��d�;JQoeendstream
+xڅXm���~��@���z��kQ���A� -.�A��D[�ʒ"R�����p����{8�qH
9Ùg^�p��p��"�a�
+m�Uyx�����7!s���/x�yz���8^��ī��*	sQd�,�D�F���޷���~�^$h���F�m��i�ʹ�ܴ�\���_o�{���q&�<~U/�s�X��s�r'�U�n�ڏ��;���맶��luO�V�
+
���,�g��:�O�{T�(�>6�1�`j��+��f���E$�"�Q��/e[�ݮ��R�Md7��� j�>�z�Ϩ;/�iTN�\�`��$h|P�f���s�
cӏ�i�~����-�H�b几�R�
�a�)���I�
�4�~<h��~@���nƩ>i�f&�,��5��~"��蚿�4N��X���4"�Q-n�Q�M{-h�AY���G>/�-C{�Q�Sw�(i�7�Z��Z�iC{�|�����V]$�Zv{EtcٻHE���f�(�7�e��&��	���~0Mo]�;0���리��S3�t��|2#�� "��:��8X_�6>�Gv� Y�b��dh��:���j�ID�w�������>
��*Qm�j�l�)�^��,���:%�@��Ea�l~�d"��DX#h�V�r��䱖f�+��Y�}{�[�l�P�������D��`ٝA�c�а�)C����.�f�U���#;��FC�G�I�Nn[吢�%��7|��q�&�hpG"��P��&kG�����ZbB��q��HU�Jl/U�CO��D+�Q#���WS��	�Fd8�4s��O�Ѧ)5Yc׏�r��9]E;���E^
+�36!�`+u�����U�4/\�����px��5���~I1\V˨�<]S�Dz;�Հ��&@�bp��
ک��r#�(�>X"M=A�+ �g1kg�C�lW�H�S�bƻY��H�ę���n�wy�M�1w%��ecy�1��
�^D�-����mϡ��f_�w��\�/%�4|}o(+�����gq�W��K0�����W���\���YsC��<��h�Z� ���r�l�m�|��F-��%�95���*T>���v��J���(y�7�-DQ���*�k�����������
+��"'��jbzZ�d�mˡ������=�4$��XH�Q��!v#=q�$|�mp��l?�B��e���:�n��D�����w7�#���^e��n��L�N��|F�;ijq�eTTopK�vO��bs��2�C��}�b�a?�F�
��?'�ʵ��ߚ���8ZPe^�[9<�zC�C��ϽLPo�3a�З��G�v3�3@U��~������J�1���˼�*7��1���;���D-,���_��	V�Q�^�Zai|۝c���R"c�D%�'^��V;7@Q-b˧L�,?����V ��.0�["�do�����"�4FPm�����x<�7��������#F׽��!�E)�dЧm�=Y�
�?Ԡ�Ju%&/�!�`Ѻp�/6�Q� ���&� #��c$�����[�,�\��V0��ʾ��E3�N�u=
.�:
6q6�d)>��$�c�Z�Z�n�H8z8��=��i�e�,1*qRrCC�> v��<���'Y��8�[G�PF�j�����=�{w4<9Nn#�}8�-���h+���Yb#ȞND�v��E=Õ�St��6��\��� �IQ�]�7�BdA�
+�Hl���
f�<��]\��	�KYy!�ArO��8��-�ʾ:�b�fXX xm��Ѓ45Q6�C��hӁ�Lfh���I�s�@>����Q�|v�.��	���g���m�?�qll@�W\6��QȀpzS\a��H�}��A(r�6�����{��2�K�e��"��X�^��/~��
+[� �ij�����ù��&�=%��E�ڜ�6�R׶qް�..���yv�q��~�1�c_�t�j���yf��)3�2(��)6겗~���'�@x endstream
 endobj
-2416 0 obj <<
+2508 0 obj <<
 /Type /Page
-/Contents 2417 0 R
-/Resources 2415 0 R
+/Contents 2509 0 R
+/Resources 2507 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2442 0 R
-/Annots [ 2440 0 R ]
+/Parent 2545 0 R
+/Annots [ 2515 0 R ]
 >> endobj
-2440 0 obj <<
+2515 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [235.966 154.994 287.048 163.905]
+/Rect [474.039 662.351 518.87 671.263]
 /Subtype /Link
-/A << /S /GoTo /D (whining) >>
+/A << /S /GoTo /D (extraconfig) >>
 >> endobj
-2418 0 obj <<
-/D [2416 0 R /XYZ 71.731 729.265 null]
+2510 0 obj <<
+/D [2508 0 R /XYZ 71.731 729.265 null]
+>> endobj
+2511 0 obj <<
+/D [2508 0 R /XYZ 71.731 718.306 null]
+>> endobj
+2512 0 obj <<
+/D [2508 0 R /XYZ 264.224 708.344 null]
+>> endobj
+2513 0 obj <<
+/D [2508 0 R /XYZ 95.243 682.441 null]
+>> endobj
+2514 0 obj <<
+/D [2508 0 R /XYZ 71.731 675.303 null]
+>> endobj
+1340 0 obj <<
+/D [2508 0 R /XYZ 71.731 647.407 null]
+>> endobj
+198 0 obj <<
+/D [2508 0 R /XYZ 381.468 604.31 null]
+>> endobj
+2516 0 obj <<
+/D [2508 0 R /XYZ 71.731 591.872 null]
+>> endobj
+1341 0 obj <<
+/D [2508 0 R /XYZ 71.731 580.594 null]
 >> endobj
 202 0 obj <<
-/D [2416 0 R /XYZ 246.48 659.009 null]
+/D [2508 0 R /XYZ 193.715 543.378 null]
 >> endobj
-2419 0 obj <<
-/D [2416 0 R /XYZ 71.731 648.866 null]
+2517 0 obj <<
+/D [2508 0 R /XYZ 71.731 533.013 null]
 >> endobj
-2420 0 obj <<
-/D [2416 0 R /XYZ 71.731 607.9 null]
+2518 0 obj <<
+/D [2508 0 R /XYZ 71.731 511.134 null]
 >> endobj
-2421 0 obj <<
-/D [2416 0 R /XYZ 71.731 607.9 null]
+2519 0 obj <<
+/D [2508 0 R /XYZ 71.731 511.134 null]
 >> endobj
-2422 0 obj <<
-/D [2416 0 R /XYZ 71.731 602.919 null]
+2520 0 obj <<
+/D [2508 0 R /XYZ 101.32 501.635 null]
 >> endobj
-2423 0 obj <<
-/D [2416 0 R /XYZ 89.664 580.105 null]
+2523 0 obj <<
+/D [2508 0 R /XYZ 71.731 491.493 null]
 >> endobj
-2424 0 obj <<
-/D [2416 0 R /XYZ 290.096 580.105 null]
+2524 0 obj <<
+/D [2508 0 R /XYZ 416.305 478.721 null]
 >> endobj
-2425 0 obj <<
-/D [2416 0 R /XYZ 71.731 564.996 null]
+2525 0 obj <<
+/D [2508 0 R /XYZ 71.731 453.65 null]
 >> endobj
-2426 0 obj <<
-/D [2416 0 R /XYZ 89.664 549.22 null]
+2526 0 obj <<
+/D [2508 0 R /XYZ 71.731 432.78 null]
 >> endobj
-2427 0 obj <<
-/D [2416 0 R /XYZ 71.731 547.064 null]
+2527 0 obj <<
+/D [2508 0 R /XYZ 71.731 414.098 null]
 >> endobj
-2428 0 obj <<
-/D [2416 0 R /XYZ 89.664 531.288 null]
+2528 0 obj <<
+/D [2508 0 R /XYZ 71.731 380.29 null]
 >> endobj
-2429 0 obj <<
-/D [2416 0 R /XYZ 71.731 508.374 null]
+2529 0 obj <<
+/D [2508 0 R /XYZ 114.77 368.733 null]
 >> endobj
-2430 0 obj <<
-/D [2416 0 R /XYZ 255.817 495.422 null]
+2530 0 obj <<
+/D [2508 0 R /XYZ 114.77 357.077 null]
 >> endobj
-2431 0 obj <<
-/D [2416 0 R /XYZ 511.98 495.422 null]
+2531 0 obj <<
+/D [2508 0 R /XYZ 114.77 345.421 null]
 >> endobj
-2432 0 obj <<
-/D [2416 0 R /XYZ 482.926 456.568 null]
+2532 0 obj <<
+/D [2508 0 R /XYZ 114.77 333.764 null]
 >> endobj
-1282 0 obj <<
-/D [2416 0 R /XYZ 71.731 436.598 null]
+2533 0 obj <<
+/D [2508 0 R /XYZ 71.731 322.108 null]
 >> endobj
-206 0 obj <<
-/D [2416 0 R /XYZ 234.86 399.263 null]
+2534 0 obj <<
+/D [2508 0 R /XYZ 71.731 302.183 null]
 >> endobj
-2433 0 obj <<
-/D [2416 0 R /XYZ 71.731 388.898 null]
+2535 0 obj <<
+/D [2508 0 R /XYZ 369.099 278.87 null]
 >> endobj
-2434 0 obj <<
-/D [2416 0 R /XYZ 71.731 359.049 null]
+1342 0 obj <<
+/D [2508 0 R /XYZ 71.731 250.975 null]
 >> endobj
-2435 0 obj <<
-/D [2416 0 R /XYZ 71.731 323.183 null]
+206 0 obj <<
+/D [2508 0 R /XYZ 246.48 211.603 null]
 >> endobj
-2436 0 obj <<
-/D [2416 0 R /XYZ 71.731 312.276 null]
+2536 0 obj <<
+/D [2508 0 R /XYZ 71.731 201.46 null]
 >> endobj
-2437 0 obj <<
-/D [2416 0 R /XYZ 71.731 292.351 null]
+2537 0 obj <<
+/D [2508 0 R /XYZ 71.731 160.494 null]
 >> endobj
-2438 0 obj <<
-/D [2416 0 R /XYZ 369.099 270.446 null]
+2538 0 obj <<
+/D [2508 0 R /XYZ 71.731 160.494 null]
 >> endobj
-1283 0 obj <<
-/D [2416 0 R /XYZ 71.731 242.55 null]
+2539 0 obj <<
+/D [2508 0 R /XYZ 71.731 155.513 null]
 >> endobj
-210 0 obj <<
-/D [2416 0 R /XYZ 168.193 203.178 null]
+2540 0 obj <<
+/D [2508 0 R /XYZ 89.664 132.698 null]
 >> endobj
-2439 0 obj <<
-/D [2416 0 R /XYZ 71.731 192.813 null]
+2541 0 obj <<
+/D [2508 0 R /XYZ 290.096 132.698 null]
 >> endobj
-2441 0 obj <<
-/D [2416 0 R /XYZ 71.731 139.118 null]
+2542 0 obj <<
+/D [2508 0 R /XYZ 71.731 117.59 null]
 >> endobj
-2415 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F44 1937 0 R >>
+2543 0 obj <<
+/D [2508 0 R /XYZ 89.664 101.814 null]
+>> endobj
+2544 0 obj <<
+/D [2508 0 R /XYZ 71.731 99.657 null]
+>> endobj
+2507 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F23 1197 0 R /F60 2522 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2445 0 obj <<
-/Length 2929      
+2548 0 obj <<
+/Length 2137      
 /Filter /FlateDecode
 >>
 stream
-xڥk��6���
-#_j6W�۹6M[�(z)����W�m]dIѣ߯�yQ�Iw6$���gD���"�*	`�ʏ�Ev��{���N�FP63�W�w���b��q�x�-B��m�H_���x�Y~u0Mo��Ə���x|Su�)ˢ���հ�wQ�f���ww_?��FA��i�I��5c���cd���*Cb��{�6��-��Đ�<��T�f���'�u�����=��Q�ă�>�UM����4�G�M�U��~~�{��1��ӏ�F !��	v�� ]f���v�d`W������l�m�P�1V��m5Ɂ?V~�D����p��E<?�J{K�׭t�\3��y,vL���e=�fc�b'�ʺړ���z��.5���d�g��:�%)�C�,6����*�b�H�l�%�9u���G˳��m�ӣY�����'OvF%繡���k�@�P�(�P#ꡔ�,�Wxm[���H���Ф&�j���\�vF�3�m�P�I���hx��(����g�f��u��c��x
-]N�kW��T��sb_'Ή�*��T�(a�,��"yY�Q`r0�\f!�򋬭�/ּ���C�;E?��>v�
[�+
[�{�🲃͇D�$���Ob�ݡ9Ie��(w�;s�Kr�W%����辨��M�lWRL%�f����U����}]S��f�R����s��cqD��m�N��e0��2���cU�6��"����������U)������'��!�T����8�L����
-T���[T��3�a���������������>�뷈��`�'˟�18��a�a��H‰���h�d!r��z��*��rhߚ�oJ^�Eה��L78fu.���v�W�\i͙���>�d>�H�ֱ�|��K��S7�l7Ƽ��RA��pKR����OT
-���讵�c����@D�.?ܰ�4֮��	��4��	Ҷ)���J"GF��*D�i/L���"�q�ӧ��
�%5�:]֙��A�z���}�zT~�.?G2��t�bu-3�W	H͖Ҝ��6�Ne�:H"��Pqv����V���1D.=}�A�7(�i��ĠgpmFH�$��;:	��9O�����粛��5L~i�I�I��z�۔"_�RV�@mSrx��}Q��iIn%��6E34�Pt=o��'�@����nrf��������
��ޡ=v�L9����7�R��r��G�KZ͈�'��;U���/��
E�� ݽ�On�DjM[���x�+���'��x�',��t�����f(��gipRW�z������B:y�3 F���[Q��@�v�Δ@tW�o�w�t��c㲸���"o}��`�.�T��_��r>���֚8���S��LD�f�As~�EQ
Ghg��B�rW��_3�� �)�}Q}��i�C�C��V�u���H	.Փs�K��!V��hy��B���E���(\���%OM�����:����-��=�.��~�z-�Ȧ�%�7]�=r+Ф�ݏ�l&5�[ixOn������7Ā����rz@���hd��1������b|"�&sk�0�]M�7�y�#��ي}%��v)�q���6i��d�7dw��}�}�+�X��o��� g�`��(�׵�����-�I⋫�y�ʁ�)���EM�����O���
-��)�ڡVL�����uE
l<�B�0<��+n����
-���[w����<���;}s{S(����np
��E��CΉ�|P¡�D���9Sy٭o�9�Ͱ-p
-�8�q��6ͷ'��5|�6��C��,���'<�˹t#��=�(�\*����ȷ��M�ه0��Pa���[�'��,Y�r�}�����r	f���ôF�|.:��`�����S�e��iF�4��M��X��Lj��y���(40Pޙ��?eK�+R.��[�wt(I&�0R�([k�/ƜO�G�����,�Ê+����(]!�8:q�bz���#ȓ��
-�±��v�$���Fvʊ�p������Z3�B����e�M������h�dF�S�)*�0L�o*����tVn��	l�~��^��ɚ�9�)���O���:�7LN�	*ދ�z����vyO�x�?K*�s�	z��M����Vq���Î#�o:kּo�~6�;������QQ6�m�wr�������{�D��7�Ư4lj�鱿a�^�J{���k@��X�����W���^�K��N볗�l+8�}��{)�o��>S���Z*J…�C������߼E~�-������"����v��v,Z����t��H	��*N�O�ೄ�_��8n6:��dz?�/P^-|/T[y���S�<���4T���켲���iq2��L�>#����1�qh��1��{�	6G;Q�ԛ!^��]���{��o�i�kF9�K^�-��7�\!���4b`�w?fV)�qÉ�x�xp'��T2�ޏ�$|n1��ߏD�s��e*�F�������V]�&b��r��!=j��D�P���Th1��y|�X	�JJH��"�x,!����!^��$���_	��L� ��`A���;&@�45�K�]
-DZ?z�|gZp.<(������K�[�4�p�3�^��NU�ڧk�מ���=�t_[4�2)��0��yB��Gi/\����Õ��̐(L���K:��QQ
��2�b���'�t8WWΥ4~�gw�Z~&��;+�r�M\؋~2*9���:ƣ��h�J���i/��s��jHd����^���۱�n��݁c�w�Pٞ~��[����/�g�6��`1˚�c���4���?��<���*p*�?+�+p:,��X*[k�`�\�rjWs���{��g��ᬁxy�-�5LU��O�b<�\�`���#����c?_�����vendstream
+x��]��6�=���CW.V\}X��;\�i�i���qyhZ�mb%R�G\��w�3�e�fs/}�a�p8��M9\�.�P�1Q.�u�(�W�b+o^�L�3�?�y�yu�}/r����f�X����EG"K�Ŧ���� �^�K?J/4�h�^V�6{���uU��6?�z�L�&q*�,~Q�U��(�~�<
+��=i�c��x��d�ҳ�L3��챸(��z�Z���g]��ټ�ų�������m%�#��Q��jP4=��*u'��W�W�F�R�b&މ��l�lw���R�j~��l�v�m�=�W���V]O��2<y�I����{ū�Aw3:�>:{"��{4ٛ&oP�/ׁ�?�� 	}�|}ww<���N�����2̼�Є����x�������Z3J�,/S)�=�0�F���D��N�j?���a���;]�Z�A-�L�Z6ANn`F��
J!Y�$vi�%��/0iġ�+��5�Ꞷ򾂈1��hq��:�Zn��]	;T%�:4���^���Pj[ڞ��UW��H��8t������2Co�冦Ͱ���x�q�$��9Kľq��T;�gC�v�	���Q�F��f��h������#���O
mQB���D'��ؓ�p�YY4�9$a��^!�A�f���%8"
+s�^��Q�#��6N�����T'Z�E�:NS��h,J�@����X�w.ԯ�s(��A���R���A����5e��t�B��N�,�T�����d�dؼ���7��-��L�TZՁ��cv���������E��D�F��l+�$�"1���4����{�m��|�"�f5K��+a�̯b�-	��"�|j�ьLC�Ƥ
+v���Xf#�qw=�(�j��@��j��#ҩ�i�x;��x�yzf,C0:��o����a0���M��P��汞�I{��wb�u-����J�������5�O�Z6������8r��W4��R�[̕3�}xO�e�_~�����w4���v*~���?�Z�^*�;R���t�y�S%�[Eci
C���,�!�$!�;[qF� ʸz�)k�>>B2c�+�X���rKe�vJ�0���N�o�Ȍ�s�?�u�x0H��%�g��������e�#��;B�����<���
+8%Id=&�dm�z�(�0w"$��_����sCQ��O�����;�_�V��N�"�� �����Q�N4ՔE&)BH�~�$�t�v�vw�C�5QF��”s�{mJ�ӣ�w�����>�v���>�n��7��|�P����U���)$��d�H�w�"�C���*6�L�z���an%[{5�1qd�f��C���|�A��7>k��2�N�C��	VV.=�(�nKj�҇*ҟkmՍ�A�1�R9��(Gzu�҃����xK`7�[�0��_7���,@6�������⏮�NᅑMEf%.k�'�	w� Tg�q��Ϫ8b#�½[�u:A�š߃ ��b\�܍
+±u1�*�bR��S�aJWKB�#���/�	q��؜��D�bm����}�=����UWII��b�����k@�(,���Ay#�
+��\b��������7��(g�xt�n�A���T���*�y�>a:�5n�`|�"Fɜ�������i/�lZ[��=辞�'��i:�%�PS{��w�,UW�z�©6�/�^g���xޓ>��i�ѓ��5#���Q���g'��ON�R���Og��O�b���ҹSZD����4����]2b%
�@�Nj�a���f�28^9hIt�� pS���D�.����"`.[����ZDUk��oߖ?c�	��6`����Wwa�B��\��%���o���;��3�F�_c�#\��B���P�6����7z1b�ŀ
+���Q��
+�*W���kl�1���%,�<2~��S/6��;�UY���-Ww�%D�U�_5
+xy�@��o�.��H���kϩ�u)MuK��:��)��\�EaB��[5�R�O���`>*���M�(ї��%@� �w�5�3g&h@HjdV�!h�1��}������Y�4\[Po���^��ض���ZN��%�O����/�������߸_�w��xE�/�Hp&y�Ae"�F&��0��w��'�	5�T�endstream
 endobj
-2444 0 obj <<
+2547 0 obj <<
 /Type /Page
-/Contents 2445 0 R
-/Resources 2443 0 R
+/Contents 2548 0 R
+/Resources 2546 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2442 0 R
-/Annots [ 2469 0 R ]
+/Parent 2545 0 R
+/Annots [ 2562 0 R ]
 >> endobj
-2469 0 obj <<
+2562 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [272.104 151.32 306.198 159.91]
+/Rect [235.966 332.05 287.048 340.961]
 /Subtype /Link
-/A << /S /GoTo /D (gloss-contrib) >>
->> endobj
-2446 0 obj <<
-/D [2444 0 R /XYZ 71.731 729.265 null]
->> endobj
-2447 0 obj <<
-/D [2444 0 R /XYZ 71.731 718.306 null]
->> endobj
-2448 0 obj <<
-/D [2444 0 R /XYZ 71.731 706.936 null]
->> endobj
-2449 0 obj <<
-/D [2444 0 R /XYZ 71.731 687.011 null]
->> endobj
-2450 0 obj <<
-/D [2444 0 R /XYZ 76.712 636.812 null]
+/A << /S /GoTo /D (whining) >>
 >> endobj
-2451 0 obj <<
-/D [2444 0 R /XYZ 71.731 616.887 null]
+2549 0 obj <<
+/D [2547 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2452 0 obj <<
-/D [2444 0 R /XYZ 369.099 593.574 null]
+2550 0 obj <<
+/D [2547 0 R /XYZ 89.664 708.344 null]
 >> endobj
-1284 0 obj <<
-/D [2444 0 R /XYZ 71.731 565.679 null]
+2551 0 obj <<
+/D [2547 0 R /XYZ 71.731 685.43 null]
 >> endobj
-214 0 obj <<
-/D [2444 0 R /XYZ 200.128 526.306 null]
+2552 0 obj <<
+/D [2547 0 R /XYZ 255.817 672.478 null]
 >> endobj
-2453 0 obj <<
-/D [2444 0 R /XYZ 71.731 518.954 null]
+2553 0 obj <<
+/D [2547 0 R /XYZ 511.98 672.478 null]
 >> endobj
-2454 0 obj <<
-/D [2444 0 R /XYZ 99.155 493.23 null]
+2554 0 obj <<
+/D [2547 0 R /XYZ 482.926 633.624 null]
 >> endobj
-2455 0 obj <<
-/D [2444 0 R /XYZ 121.261 493.23 null]
+1343 0 obj <<
+/D [2547 0 R /XYZ 71.731 613.654 null]
 >> endobj
-2456 0 obj <<
-/D [2444 0 R /XYZ 158.738 493.23 null]
+210 0 obj <<
+/D [2547 0 R /XYZ 234.86 576.319 null]
 >> endobj
-2457 0 obj <<
-/D [2444 0 R /XYZ 71.731 480.279 null]
+2555 0 obj <<
+/D [2547 0 R /XYZ 71.731 565.954 null]
 >> endobj
-2458 0 obj <<
-/D [2444 0 R /XYZ 71.731 473.89 null]
+2556 0 obj <<
+/D [2547 0 R /XYZ 71.731 536.105 null]
 >> endobj
-2459 0 obj <<
-/D [2444 0 R /XYZ 245.988 462.346 null]
+2557 0 obj <<
+/D [2547 0 R /XYZ 71.731 500.239 null]
 >> endobj
-2460 0 obj <<
-/D [2444 0 R /XYZ 268.387 462.346 null]
+2558 0 obj <<
+/D [2547 0 R /XYZ 71.731 489.332 null]
 >> endobj
-2461 0 obj <<
-/D [2444 0 R /XYZ 311.83 462.346 null]
+2559 0 obj <<
+/D [2547 0 R /XYZ 71.731 469.407 null]
 >> endobj
-2462 0 obj <<
-/D [2444 0 R /XYZ 225.31 449.395 null]
+2560 0 obj <<
+/D [2547 0 R /XYZ 369.099 447.502 null]
 >> endobj
-2463 0 obj <<
-/D [2444 0 R /XYZ 215.062 436.443 null]
+1344 0 obj <<
+/D [2547 0 R /XYZ 71.731 419.606 null]
 >> endobj
-1285 0 obj <<
-/D [2444 0 R /XYZ 71.731 429.305 null]
+214 0 obj <<
+/D [2547 0 R /XYZ 168.193 380.234 null]
 >> endobj
-218 0 obj <<
-/D [2444 0 R /XYZ 254.069 392.09 null]
+2561 0 obj <<
+/D [2547 0 R /XYZ 71.731 369.869 null]
 >> endobj
-2464 0 obj <<
-/D [2444 0 R /XYZ 71.731 384.737 null]
+2563 0 obj <<
+/D [2547 0 R /XYZ 71.731 316.174 null]
 >> endobj
-2465 0 obj <<
-/D [2444 0 R /XYZ 71.731 364.827 null]
+2564 0 obj <<
+/D [2547 0 R /XYZ 71.731 278.252 null]
 >> endobj
-2466 0 obj <<
-/D [2444 0 R /XYZ 71.731 235.313 null]
+2565 0 obj <<
+/D [2547 0 R /XYZ 71.731 267.345 null]
 >> endobj
-2467 0 obj <<
-/D [2444 0 R /XYZ 118.555 199.761 null]
+2566 0 obj <<
+/D [2547 0 R /XYZ 71.731 247.419 null]
 >> endobj
-2468 0 obj <<
-/D [2444 0 R /XYZ 118.555 153.315 null]
+2567 0 obj <<
+/D [2547 0 R /XYZ 76.712 197.22 null]
 >> endobj
-2470 0 obj <<
-/D [2444 0 R /XYZ 492.354 153.315 null]
+2568 0 obj <<
+/D [2547 0 R /XYZ 71.731 177.295 null]
 >> endobj
-2471 0 obj <<
-/D [2444 0 R /XYZ 71.731 119.739 null]
+2569 0 obj <<
+/D [2547 0 R /XYZ 369.099 153.983 null]
 >> endobj
-2472 0 obj <<
-/D [2444 0 R /XYZ 71.731 110.827 null]
+1345 0 obj <<
+/D [2547 0 R /XYZ 71.731 126.087 null]
 >> endobj
-2443 0 obj <<
-/Font << /F33 1242 0 R /F35 1481 0 R /F23 1137 0 R /F44 1937 0 R /F27 1144 0 R /F55 2194 0 R >>
+2546 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2476 0 obj <<
-/Length 1710      
+2572 0 obj <<
+/Length 3115      
 /Filter /FlateDecode
 >>
 stream
-xڭXKo9��W�R�eF�g�6��"��nѺ�E[�9:y������y����0E������<����g��O��Y���f�����OW�r5�Y^\�&�,ei$f��,��ƳXp��|�,>��m�]+���9g����6+KU������O�e�������e�41K�]���0���y	A`
�Y���ù��z�-/��94��E���?��� 5����wpa�8糫��#KS�Ea�k4�.7�?�b���l+ѝ0m6�+����F�Hh5~�p.��]����0��Q����F���=���S��	��5���<T�f�.�Y�_g�
-U˼����5�)�ڍ�Z�g��C��H!�6��€�4D7ٓ?���_�'Q#��vu��޼k�e��y����������
�i}�ȀR5�,H�,����\��3tt�U�T�$�UI:���'iY����#'�uS�l!b��p�,UWɨ(((�k���
����;Y5S� �)$,q'R%�����mVup��8��j	��rF��0�aJ(+�6��m��q>qfU�bM�,>?f��1<N�w�~�U�����A#��>(� �Ǵ��Hع��{,~���K;�1�c�0�!�!�!a�����3�h�`���
-���z�ɆO����XN�w�n�a�������8��c���0�3d��M��'�\�N���qY\�J{�6@���tQ�v �xû�E��*��c\� E��"���ҡ����O6�,���v���_Dp"�c�1\��réNmx#x��D�kV�?��-��ɬ"����F���zOd�
�3�O@��%�Ӷ��-�����6X�պչ.���7���*��d]O�w�6�D�φ�`�ARL<��(��E��&Q�����L�	Af�A*<�w�HD8X;�kw��8��0^�H+M��=�j�s��U&�#�K��s����1`]"Nw��i*������/�z��U�p|kt���d��%A<Ɋ+UE��ߔ(��ɐA�!��/�"G���H�bL��Mv�{�.�m���./5H���
�}57��}5�}�;�����)�Vª�j{yb�E�`h�,8,�LY;>EƸo�3���lI�M��k��!ו�D�]m�+TR����,��o������jd�=�-�8��\wU��CWbU����cX<dFT��I�,?��������WoG�����7;�PR�u�,��@n�:�s�,���p>w��9���VzP�?���o
-�o̡}������M�O��m-���(axCX��K���T��9flr�1���v�6G��F6sW=)�u� ����
�ڀ��GW��~\�jї�D���6Aa��D���Owo�K�+�~�n��ς���m���"���� "|)�
����8ԍ:�#�m8�O�3������G"���F�c�3Hxm���`_Z2
����դ��Z��A�A�a�,Rj	&ɡ�&ֵ�:���Z�G�*=��@l��x�{�
-��Ža��X�þ���c�Ɓ�A�[&q�$�2��P��>��j>�~�1H�/ܑ�s�u,=tE<b�]a�LvE��=p%��2Ka���
�7�>�w����ݏY�ϔ}�Ctɪ�_NU>=XL�hR�B��]Ͻ�?-��'�a�t�8�&,��G�nX��my�<��~z��cM��iM�endstream
+xڭk�����
+��x�"�g�����A��&@��$��ɒ"�w����e��^��8D���pf8^�
+��^%Z%>&S&�V��&X�`�7Z0��n�������֮2��v��]�:UY�J�QidV��/��]7��흉��Q�}h���u��x���OU����ǯo�z��F6QYj?+�ǹ�ؕ�
c��+$*
5If�U
+����nm�vc~����A?W孎�Av�
+�%'=�՝	�6��`3l�&Y�|k�lx3������A��F�O�j
+{K|qEkٴ�]��rW󴨆�v�<i����B�u(I9(���V�J�Q�\#�4#i��ҋ��X�{O��n�����6*��|�9�H%2��Vp�1��$*4!�@���piB+�6�"�r����L�:� ��c#Om3�ꒌ�Ty2c��kU�v�d�0]�ݭ	��h��a�çg��*<����6��ns7V ���^��p#��h@f�Lg"6�:����|R|ˢ;׻à��$��:(:�;�݁3k.��ǹ���C�#�CuhS���~�hG�W}G'�2Q�G�c���'�@ �E��^0�2i�Y�I���K�Rd��(������j�ۨ�X��X�OɭDq��X�Ɵ�a�E:��u �d�M�:<cy�����ko�<���n(��}HV�,^o�����8v_���$�Sٗ�{Ք��X�; �������p�Dj]����x��²iG^��iXw�(�~s%������m~
�;���J�3 FW
!�n���V��{j ��vW�7S:I�w�,�@"0*
+��]�(�RK,�囷�a�~��^c�9���XqHx9�0��~P�-������ϡ��c-�ٶ�2��Ԃ��>��eҮ���X�#[M��1��p��R}ra�}�%9� 3J^'�8%�A���R=���+��d��������g^��#��nd?eؔ�D�n>b�o{Yۅ��5�i���0;���p[*�������s���K��8&E)":Yܗ��8d7��M��Ac�ߢtBXs0)�����k��1t�v
�W�&�0�w��'*^������7�[��
+-���o���Aφ�̶�����Ƕ��-�Ib�U6<�*eϥ��}��f��i5*<=/a�@�u�E�zԆiU�
+����m�퍤x����o܁0"�*/�	����G<��#A���{Ղ���B�q�
+������z��b	Y=|舰o�#��Cy=l��9���Y�p8�����Xo����+�[����\���f\�9�ε�0�QF9�εB>�w#���c�9��RQbVh�\-6^��n!��(�V��ؗp�$&�&�]�c5]��H���`��J~��踮+��21���3�������Ah�Hq�-�)Z*��q)^;zbV��a FBJ&u_��'Şňo�����,�Ì3��'�p��F|;q�az�I'�'����ߦ]�^h�_n&��!�����0�Bl����
+�A!�G^do��M2"G�)�T�b�F0���F�R�ͮ	,�}�X�eg��‰�^���[���+GN�	2ޫ�y�7!�t�@�x��%�_���=t�&��w�`�~�8�����o�rZ�^w��
�=q��Q16�v�{��5&����|�� Öŕ#�W5�豾a�����U,k�#��E�_�^�8��#�xy,�V*�?d������/x�	���嘫����VEI�
+�P������7�����`�5��7��x�ȡ��5�VZe�]��j{����%0d�8�,
�+x$�4p+Se��>�
�
+�he�L��B��
+�0��v�PEHxڄ�ߔ��KZ�qp�S8�Eh�zF >�ˍ@C{ψ��A���U�A���>H�A���_��P���w�<�����U%�j��H�4b�{l�C,ĦU����0.x�O�~ǡt�Q=`��;��B�
+>�������?G�/�~�-��ft���W�w����ԃ;ֈ
+�0>�Y'^�'QBN����0�s���7Kr�y<	78�jg/�`ہP��	b�F�?1��kA]�ݵ@���h����\�Q$$[��Y�#H�7���ӻ�p������z*�}dșmՑˤ�=C;���x����A�����n�G�;��%��I�3*��h(��A�t�~��G9�7W�j|
�s��x�w&�KhT�u�lpvR�<�5���xT�Q�P	�<1���0:�����П�"���Z����~��|'*ߡT���0}����L�:��?x!�(�� 6���,0�1Ȕ�b���ȭv�al�f�C��%����G8�Bz8�ϵҶ�r�"�^_��bHm|Q�q��������ҹQ�ta��L_�I��dz����G�Pc@��{d�,��&�j���L�S�u�c��%P6�#�9�1�W(0%��y4���CD���W���٪�L��0��س������;��ك����מU|��3�|��&Z�8�q�{	�eЅ9hU�YF�R<����Г�:Ϧd���u3��%L)ԡAe�R������ś�r(�=��Fy����bz�<������^C6a|H�7@�i�`f���H%��Z����谤$6b��@җB*-C�9:���d���(����nt��Kĥ?�FE����� ��]�.�N�q��/�	���7�ʇp��2d���
+Ԅ�1CǠW���bƌ�K1ã�b�M1�Ƨ�a��/f�E2��mw<G�(�3�}�O~���\�wm�M0y�Y��Ѱ��<���dF��@��NT�����Еy���{,�r���|<�����AQ�%����
Gj���M�k��>���`������[u0�0CO�~�
Z]��5q�c�đ�x�m��'�8���}0�f�W����}��l�y,}�X˯n����u};�y�MA�KU0���~d0�\3���9����!T{*/���~�Y��O?<l^<h��/ e%�>���6>�E����n���e���S�
�}�{��k��^��S.�^����şUDjo㉠�t�ҟJ\r�/&C��endstream
 endobj
-2475 0 obj <<
+2571 0 obj <<
 /Type /Page
-/Contents 2476 0 R
-/Resources 2474 0 R
+/Contents 2572 0 R
+/Resources 2570 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2442 0 R
+/Parent 2545 0 R
+/Annots [ 2590 0 R ]
 >> endobj
-2477 0 obj <<
-/D [2475 0 R /XYZ 71.731 729.265 null]
+2590 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [272.104 332.855 306.198 341.445]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-contrib) >>
 >> endobj
-2478 0 obj <<
-/D [2475 0 R /XYZ 71.731 718.306 null]
+2573 0 obj <<
+/D [2571 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2479 0 obj <<
-/D [2475 0 R /XYZ 71.731 706.187 null]
+218 0 obj <<
+/D [2571 0 R /XYZ 200.128 707.841 null]
 >> endobj
-2480 0 obj <<
-/D [2475 0 R /XYZ 91.656 690.411 null]
+2574 0 obj <<
+/D [2571 0 R /XYZ 71.731 700.488 null]
 >> endobj
-2481 0 obj <<
-/D [2475 0 R /XYZ 220.329 690.411 null]
+2575 0 obj <<
+/D [2571 0 R /XYZ 99.155 674.765 null]
 >> endobj
-2482 0 obj <<
-/D [2475 0 R /XYZ 257.513 690.411 null]
+2576 0 obj <<
+/D [2571 0 R /XYZ 121.261 674.765 null]
 >> endobj
-2483 0 obj <<
-/D [2475 0 R /XYZ 162.267 677.46 null]
+2577 0 obj <<
+/D [2571 0 R /XYZ 158.738 674.765 null]
 >> endobj
-2484 0 obj <<
-/D [2475 0 R /XYZ 446.625 664.508 null]
+2578 0 obj <<
+/D [2571 0 R /XYZ 71.731 661.813 null]
 >> endobj
-2485 0 obj <<
-/D [2475 0 R /XYZ 173.957 651.557 null]
+2579 0 obj <<
+/D [2571 0 R /XYZ 71.731 655.424 null]
 >> endobj
-2486 0 obj <<
-/D [2475 0 R /XYZ 71.731 639.437 null]
+2580 0 obj <<
+/D [2571 0 R /XYZ 245.988 643.881 null]
 >> endobj
-2487 0 obj <<
-/D [2475 0 R /XYZ 71.731 628.543 null]
+2581 0 obj <<
+/D [2571 0 R /XYZ 268.387 643.881 null]
 >> endobj
-2488 0 obj <<
-/D [2475 0 R /XYZ 91.656 610.71 null]
+2582 0 obj <<
+/D [2571 0 R /XYZ 311.83 643.881 null]
 >> endobj
-2489 0 obj <<
-/D [2475 0 R /XYZ 71.731 590.62 null]
+2583 0 obj <<
+/D [2571 0 R /XYZ 225.31 630.929 null]
 >> endobj
-2490 0 obj <<
-/D [2475 0 R /XYZ 107.706 579.826 null]
+2584 0 obj <<
+/D [2571 0 R /XYZ 215.062 617.978 null]
 >> endobj
-2491 0 obj <<
-/D [2475 0 R /XYZ 204.851 579.826 null]
+1346 0 obj <<
+/D [2571 0 R /XYZ 71.731 610.84 null]
 >> endobj
-2492 0 obj <<
-/D [2475 0 R /XYZ 71.731 572.688 null]
+222 0 obj <<
+/D [2571 0 R /XYZ 254.069 573.624 null]
 >> endobj
-2493 0 obj <<
-/D [2475 0 R /XYZ 71.731 541.803 null]
+2585 0 obj <<
+/D [2571 0 R /XYZ 71.731 566.272 null]
 >> endobj
-2494 0 obj <<
-/D [2475 0 R /XYZ 107.706 531.009 null]
+2586 0 obj <<
+/D [2571 0 R /XYZ 71.731 546.361 null]
 >> endobj
-2495 0 obj <<
-/D [2475 0 R /XYZ 222.016 531.009 null]
+2587 0 obj <<
+/D [2571 0 R /XYZ 71.731 416.847 null]
 >> endobj
-2496 0 obj <<
-/D [2475 0 R /XYZ 348.501 531.009 null]
->> endobj
-2497 0 obj <<
-/D [2475 0 R /XYZ 71.731 503.113 null]
->> endobj
-2498 0 obj <<
-/D [2475 0 R /XYZ 71.731 488.005 null]
+2588 0 obj <<
+/D [2571 0 R /XYZ 118.555 381.296 null]
 >> endobj
-2499 0 obj <<
-/D [2475 0 R /XYZ 91.656 472.229 null]
+2589 0 obj <<
+/D [2571 0 R /XYZ 118.555 334.85 null]
 >> endobj
-2500 0 obj <<
-/D [2475 0 R /XYZ 71.731 439.188 null]
+2591 0 obj <<
+/D [2571 0 R /XYZ 492.354 334.85 null]
 >> endobj
-2501 0 obj <<
-/D [2475 0 R /XYZ 107.706 428.394 null]
+2592 0 obj <<
+/D [2571 0 R /XYZ 71.731 301.273 null]
 >> endobj
-2502 0 obj <<
-/D [2475 0 R /XYZ 71.731 400.498 null]
+2593 0 obj <<
+/D [2571 0 R /XYZ 71.731 292.362 null]
 >> endobj
-2503 0 obj <<
-/D [2475 0 R /XYZ 71.731 387.447 null]
+2594 0 obj <<
+/D [2571 0 R /XYZ 71.731 277.418 null]
 >> endobj
-2504 0 obj <<
-/D [2475 0 R /XYZ 91.656 369.614 null]
+2595 0 obj <<
+/D [2571 0 R /XYZ 71.731 264.467 null]
 >> endobj
-2505 0 obj <<
-/D [2475 0 R /XYZ 71.731 349.524 null]
+2596 0 obj <<
+/D [2571 0 R /XYZ 91.656 248.691 null]
 >> endobj
-2506 0 obj <<
-/D [2475 0 R /XYZ 107.706 338.73 null]
+2597 0 obj <<
+/D [2571 0 R /XYZ 220.329 248.691 null]
 >> endobj
-2507 0 obj <<
-/D [2475 0 R /XYZ 71.731 310.834 null]
+2598 0 obj <<
+/D [2571 0 R /XYZ 257.513 248.691 null]
 >> endobj
-2508 0 obj <<
-/D [2475 0 R /XYZ 71.731 297.783 null]
+2599 0 obj <<
+/D [2571 0 R /XYZ 162.267 235.739 null]
 >> endobj
-2509 0 obj <<
-/D [2475 0 R /XYZ 91.656 279.95 null]
+2600 0 obj <<
+/D [2571 0 R /XYZ 446.625 222.788 null]
 >> endobj
-2510 0 obj <<
-/D [2475 0 R /XYZ 71.731 259.861 null]
+2601 0 obj <<
+/D [2571 0 R /XYZ 173.957 209.836 null]
 >> endobj
-2511 0 obj <<
-/D [2475 0 R /XYZ 107.706 249.066 null]
+2602 0 obj <<
+/D [2571 0 R /XYZ 71.731 197.717 null]
 >> endobj
-2512 0 obj <<
-/D [2475 0 R /XYZ 71.731 221.171 null]
+2603 0 obj <<
+/D [2571 0 R /XYZ 71.731 186.823 null]
 >> endobj
-2513 0 obj <<
-/D [2475 0 R /XYZ 71.731 208.12 null]
+2604 0 obj <<
+/D [2571 0 R /XYZ 91.656 168.989 null]
 >> endobj
-2514 0 obj <<
-/D [2475 0 R /XYZ 91.656 190.286 null]
+2605 0 obj <<
+/D [2571 0 R /XYZ 71.731 148.9 null]
 >> endobj
-2515 0 obj <<
-/D [2475 0 R /XYZ 71.731 170.197 null]
+2606 0 obj <<
+/D [2571 0 R /XYZ 107.706 138.105 null]
 >> endobj
-2516 0 obj <<
-/D [2475 0 R /XYZ 107.706 159.402 null]
+2607 0 obj <<
+/D [2571 0 R /XYZ 204.851 138.105 null]
 >> endobj
-1286 0 obj <<
-/D [2475 0 R /XYZ 71.731 136.488 null]
+2608 0 obj <<
+/D [2571 0 R /XYZ 71.731 130.967 null]
 >> endobj
-2474 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R >>
+2570 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F54 2317 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2519 0 obj <<
-/Length 2524      
+2612 0 obj <<
+/Length 1672      
 /Filter /FlateDecode
 >>
 stream
-xڕْ�6��_��H�3��Rޭ�c;���Iy�$U�}�Hh�5Ehy�X���:i�Rz��hv7}Bz�OO2���p��4��g��v~~��ZP��p^.�ݼ���\��h�XMb��y6ɢP�I8Y�����6�޶��0	�����zS�U����×����?�_��^�&Q��y�M�<΅`a4ѱ��%�2�ǚ$U�2(˧�(���,@^� ucz��7�ݘ���Sկy֯e���=O�n�^��nk�H KvPR0��Ä��w %�h�5�����Bm����n�=d��]�ʁ\-O��ix�ߡ�vm*�]ܽS<�m<綯��6�,�BQ�Z�Y�L��&0�#2�N��ա�'�r7�ہ�HQuU���5�m��WFF[�S��??���_A�8�����y}k�(#����W�M�ڹO¤�>��ޭ��aۺ��lx���[`�y�D��ޜɓ�m3�����]�E?��d����OX.���h��<�x�F>X�x|�+0m冎"n�b�=g���9�ņ(�-��uð�4t���;;ky.���Dh�������,M�T�bk��`o���٦�k���3`��#��}�+!(W1�b�S���y�Uw�SS�#�g�N^׎��]}�
4t$إ�øC["��b ������К�r�S��YDjM�I�%�)E�0�Tb�B���^��`귮��u+2���v�@��-������(B��F����T�,9q�篪x�v7"R�U��/D;d�`""�G8�k %b/�rA>���l�uU��o����j��>�?>ojF���d�}�X["����\�1!cd*ԉ��<RZ��,bIwC�W�Z��!�4�Y��^�	�������@j<Ih�$s�@���Z
-����A2X��@Z��ep�)�����\�Ҵ��s/��Xj��F�M��A�GQV�Ċ�oٵXHJX�$���'�w#n����4�㘼ǵ�Q(L=e
-��,����BP�OD�`x$G�'�|:%��4�s���V�a�š[��}[�j�GX˸u]W-k�Ƹ���	˽+�e��>��~���O����6x�Z�l,)%������x�mÛ�(l���7��
-6!���`�|�|(d�
-���May��]/��q���`���A૑�;b0=*��P��h`�`�AY�F	����W�g�BH-���r$*����\�Z�
-S�U�����A�DOG¡։����+���
���F#̓HP�n��,Q9��Gv�k�nvE��␸�e��!R(h����R's���\7�۞GSw�Yz�A(_L
-H�nS}�Z�z������GZ@*r�M�k7�J�>�x��h<	TΏ�Ã�H��h
-%бj��u<�ckV��#�# L����ȡ�gY�n�צy� a��%!�d��G/wG2G2��A$��K G�����	�jo��c.G��Y�L�>cD�OK��ˆO!�
uyZ����>b���A��1ɽ�}Gw\�^�!h��+ވ�/sȹm:�O�-(��x����y&DwL�-�-&�V@G
-���	�����4������T�
�����Vm�j+P�^I��o;a����B�Նjd���X�Ե4���΃@͡%Oّrj��<9�L�A��<6OT�%#!�qq0�$N�ny��ܷK��c���oG2�_����}��@�㱴]�VK+r���k�tr�0)���U���@���O�c�7<4�Yƅ/���i�5ʥ�h|J���[Iy\/��m���VU/o/h7��Y��O��\E:=���7�Q����E�3��!����L��'�g����ӭ�:�
E�(���Q�'u���f����a���X��������*�n(��'�u�z5JQ���A�������I�I�B�|�1�-p��/���@coT�va��(�������Y�`��K� '�эԤ#�%�w ��ڎ��X�XR=��k�͂����XGA���y@	r��|�����`$�}O�~
!E-M�����2�����u�����M>=A�f���Z�f�/�i�h�1pz���t�b����ͷ;��s��c�k~�i���VV�����W���Y��(�AN=uN��|�9����K��N7�P��s0|�\!$a�h}�ߛ�Sw��,����-�Ri�i������;��n�{b��wXh|�=�5���Kk���.Їp�0���&pu҄���p����}A����h���v���n�m�s
-�Dw�\'�x�G�e��Aɩ�/Ð�1X�y&��,�G�,���S��5� [��#���{�7�
ƓV>'���@1:7��~��}�ۡ�pL���Df�k[oBj@�Д�����d���S9����t�!o����Zl�b�ݱq!\n	�	&_Tw��Y
-�}UW�Y�z�_���u�g7ƿ$s��5���>j��!�J@�CY��](�$a-�'B>|폔KN��b�Tendstream
+xڭXݏ�6��"/��寸h\{�z��V��С-��$Z˓���_?R����=yEQ$%�H�	G��Q�Y�}�&�bu����Ih%&Vd�!�jvr�6�F����h6���ϳQ1��Ѭ��^�z<aI�1��˺�xU�zA�W��?YU|�u��ɛ�`4�2?�F���d�c�ڱ<��$e�ԏ��8���:󅱨*y����P����0��i��D�S���A���8�Vzۆ�]���v���g�KD���� �w��oF��h�X2�ā?�3����8���7�.˚���餪y�u�
+m��8��4>t�̏s�7�v�5b�16�l�;v�N]��Vb<��xp�f����[�<�[����UG@E���i�FE��R��yx'��)g��biyK�E)�(:�)bĻW�NNZg�8�,x+���U��zm�@���'�9t�j�)[��cl P�e�H�v���$f+:"�\݋1,6\�\BYE�vO���[�E�����!��Ԇپ��$������k����t޹s�������O��~Y��8<�W�)L���
o[��;\P�|�_A.~;��$N�<��7�ùAg&��_
���!����ȵ;	@���H:�W��	�Ҏ|[6�6-�S�;�@���`��ߐ!�
��Az�!\���(Ƽ,�h[�ژ�5�	[�zYZ�����4�GX�Z��t�:<�q{#
+�i%����b}�>�T��PM%N����z�$���봼3p�G�'��󣀷����xQv�kXM�J���*0%�#� G�}Oe��-e;�4���q(';�����//�6�Fb���`0�l�����X��������k�r�z�{��q���{����i�[�z�+V�ƺ��\�-~V�݁���Nz�"��3!��AW��f�퓐����Fi�,�Q��Pw�Nd�.4e��m�7��S��(NL���9U57�FL������%����:��
+�y�
�w�%�
�����|����F��b�F�h��E������o~�Jʠj�f/�#?��������o	��9��᚛<��[�W�kiB�R�y�zZ.��ח�o��C#�3(���Y��&�F����/DK�c�(��íspg�3'�Ni��/M$�5Q��mguW\Z����O�e�,�N}�5"�j�^ͅ�D:�X���
�wMo�H]�#����4�vҝ"�>}�"�K�� �j���!�h~
s58��+�NiN��*���f��c��F��M~�x	FC�(��ow�I)�$5?�;��׮�~��rY`:��Ҷj���s�,<�h?��ЂZw[t�P+��eQ�Օ�>f:�so����A,Mk�-�����C^t���8%�yË��^�!��@�K�"�� ��#�a<)�P�.�'��x
+/�K�t���H(Qn���˹�)J�ZKY�#�����dn&Á����9%
�(a��Z��4�%�)��)E,���ề~��S���;�v?�׊�J��l_m�瑍`�\����:��:��$b�f�V���p_�\J�K�=���p��C��\z~��U4� �����P@C�4������^�(������~U� Ά���=�L��l��@��cm�ԟ�٣�E��J���Sb����<����s�endstream
 endobj
-2518 0 obj <<
+2611 0 obj <<
 /Type /Page
-/Contents 2519 0 R
-/Resources 2517 0 R
+/Contents 2612 0 R
+/Resources 2610 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2442 0 R
+/Parent 2545 0 R
 >> endobj
-2520 0 obj <<
-/D [2518 0 R /XYZ 71.731 729.265 null]
+2613 0 obj <<
+/D [2611 0 R /XYZ 71.731 729.265 null]
 >> endobj
-222 0 obj <<
-/D [2518 0 R /XYZ 460.106 707.841 null]
+2614 0 obj <<
+/D [2611 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2521 0 obj <<
-/D [2518 0 R /XYZ 71.731 697.476 null]
+2615 0 obj <<
+/D [2611 0 R /XYZ 107.706 708.344 null]
 >> endobj
-2522 0 obj <<
-/D [2518 0 R /XYZ 344.279 687.716 null]
+2616 0 obj <<
+/D [2611 0 R /XYZ 222.016 708.344 null]
 >> endobj
-2523 0 obj <<
-/D [2518 0 R /XYZ 197.388 674.765 null]
+2617 0 obj <<
+/D [2611 0 R /XYZ 348.501 708.344 null]
 >> endobj
-2524 0 obj <<
-/D [2518 0 R /XYZ 438.35 674.765 null]
+2618 0 obj <<
+/D [2611 0 R /XYZ 71.731 680.448 null]
 >> endobj
-2525 0 obj <<
-/D [2518 0 R /XYZ 474.766 674.765 null]
+2619 0 obj <<
+/D [2611 0 R /XYZ 71.731 665.34 null]
 >> endobj
-2526 0 obj <<
-/D [2518 0 R /XYZ 114.062 661.813 null]
+2620 0 obj <<
+/D [2611 0 R /XYZ 91.656 649.564 null]
 >> endobj
-2527 0 obj <<
-/D [2518 0 R /XYZ 71.731 654.675 null]
+2621 0 obj <<
+/D [2611 0 R /XYZ 71.731 616.523 null]
 >> endobj
-2528 0 obj <<
-/D [2518 0 R /XYZ 428.182 643.881 null]
+2622 0 obj <<
+/D [2611 0 R /XYZ 107.706 605.729 null]
 >> endobj
-2529 0 obj <<
-/D [2518 0 R /XYZ 325.052 630.929 null]
+2623 0 obj <<
+/D [2611 0 R /XYZ 71.731 577.833 null]
 >> endobj
-2530 0 obj <<
-/D [2518 0 R /XYZ 71.731 617.978 null]
+2624 0 obj <<
+/D [2611 0 R /XYZ 71.731 564.782 null]
 >> endobj
-2531 0 obj <<
-/D [2518 0 R /XYZ 71.731 610.84 null]
+2625 0 obj <<
+/D [2611 0 R /XYZ 91.656 546.949 null]
 >> endobj
-2532 0 obj <<
-/D [2518 0 R /XYZ 71.731 600.877 null]
+2626 0 obj <<
+/D [2611 0 R /XYZ 71.731 526.859 null]
 >> endobj
-1287 0 obj <<
-/D [2518 0 R /XYZ 71.731 541.863 null]
+2627 0 obj <<
+/D [2611 0 R /XYZ 107.706 516.065 null]
 >> endobj
-226 0 obj <<
-/D [2518 0 R /XYZ 533.821 496.609 null]
+2628 0 obj <<
+/D [2611 0 R /XYZ 71.731 488.169 null]
 >> endobj
-2533 0 obj <<
-/D [2518 0 R /XYZ 71.731 484.171 null]
+2629 0 obj <<
+/D [2611 0 R /XYZ 71.731 475.118 null]
 >> endobj
-2534 0 obj <<
-/D [2518 0 R /XYZ 332.179 436.195 null]
+2630 0 obj <<
+/D [2611 0 R /XYZ 91.656 457.285 null]
 >> endobj
-2535 0 obj <<
-/D [2518 0 R /XYZ 135.507 423.244 null]
+2631 0 obj <<
+/D [2611 0 R /XYZ 71.731 437.196 null]
 >> endobj
-2536 0 obj <<
-/D [2518 0 R /XYZ 442.834 423.244 null]
+2632 0 obj <<
+/D [2611 0 R /XYZ 107.706 426.401 null]
 >> endobj
-2537 0 obj <<
-/D [2518 0 R /XYZ 186.556 410.293 null]
+2633 0 obj <<
+/D [2611 0 R /XYZ 71.731 398.506 null]
 >> endobj
-2538 0 obj <<
-/D [2518 0 R /XYZ 371.798 410.293 null]
+2634 0 obj <<
+/D [2611 0 R /XYZ 71.731 385.455 null]
 >> endobj
-2539 0 obj <<
-/D [2518 0 R /XYZ 192.546 397.341 null]
+2635 0 obj <<
+/D [2611 0 R /XYZ 91.656 367.621 null]
 >> endobj
-2540 0 obj <<
-/D [2518 0 R /XYZ 71.731 390.203 null]
+2636 0 obj <<
+/D [2611 0 R /XYZ 71.731 347.532 null]
 >> endobj
-2541 0 obj <<
-/D [2518 0 R /XYZ 381.821 379.408 null]
+2637 0 obj <<
+/D [2611 0 R /XYZ 107.706 336.737 null]
 >> endobj
-2542 0 obj <<
-/D [2518 0 R /XYZ 156.806 366.457 null]
+1347 0 obj <<
+/D [2611 0 R /XYZ 71.731 313.823 null]
 >> endobj
-2543 0 obj <<
-/D [2518 0 R /XYZ 282.571 366.457 null]
+226 0 obj <<
+/D [2611 0 R /XYZ 460.106 274.451 null]
 >> endobj
-2544 0 obj <<
-/D [2518 0 R /XYZ 190.714 353.506 null]
+2638 0 obj <<
+/D [2611 0 R /XYZ 71.731 264.086 null]
 >> endobj
-2545 0 obj <<
-/D [2518 0 R /XYZ 71.731 346.367 null]
+2639 0 obj <<
+/D [2611 0 R /XYZ 344.279 254.326 null]
 >> endobj
-2546 0 obj <<
-/D [2518 0 R /XYZ 71.731 297.55 null]
+2640 0 obj <<
+/D [2611 0 R /XYZ 197.388 241.375 null]
 >> endobj
-2547 0 obj <<
-/D [2518 0 R /XYZ 71.731 213.53 null]
+2641 0 obj <<
+/D [2611 0 R /XYZ 438.35 241.375 null]
 >> endobj
-1386 0 obj <<
-/D [2518 0 R /XYZ 71.731 193.441 null]
+2642 0 obj <<
+/D [2611 0 R /XYZ 474.766 241.375 null]
 >> endobj
-230 0 obj <<
-/D [2518 0 R /XYZ 350.135 150.343 null]
+2643 0 obj <<
+/D [2611 0 R /XYZ 114.062 228.423 null]
 >> endobj
-2548 0 obj <<
-/D [2518 0 R /XYZ 71.731 138.172 null]
+2644 0 obj <<
+/D [2611 0 R /XYZ 71.731 221.285 null]
 >> endobj
-2517 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F32 1151 0 R >>
+2645 0 obj <<
+/D [2611 0 R /XYZ 428.182 210.491 null]
+>> endobj
+2646 0 obj <<
+/D [2611 0 R /XYZ 325.052 197.539 null]
+>> endobj
+2647 0 obj <<
+/D [2611 0 R /XYZ 71.731 184.588 null]
+>> endobj
+2648 0 obj <<
+/D [2611 0 R /XYZ 71.731 177.45 null]
+>> endobj
+2649 0 obj <<
+/D [2611 0 R /XYZ 71.731 167.487 null]
+>> endobj
+1446 0 obj <<
+/D [2611 0 R /XYZ 71.731 108.473 null]
+>> endobj
+2610 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2551 0 obj <<
-/Length 2109      
+2652 0 obj <<
+/Length 2623      
 /Filter /FlateDecode
 >>
 stream
-xڥXݏ�6�_�[X���������^I�@\��PВl�V&UQ�f��w�$��{8����pf8��p�`��/�e��"µ
-�d�_��=|��U YLd�ۼZ����Z��h����`���,�B�J�٦�������l�0�P���q�����y�]����k=���_����&Q�֫�E��+����ذ?��8&�~܁�h�=���w����~��W�'mp���Q�t�euQ0ö<ە���,'��^S��5k�=��<�+��-Zc�mYܳhS�ډ?�}?����}�Ż��8��D��y,M�������[�Z�!}���u���R�zu�<Ž���KPT�������ߛ�}�}3X�Kn��5 ��`j4
v���t�Y�a�x<�M�VQ�ބ*Q"%[y��E[��]Ǭ�+SP�����4h
-}�	i��9�~&AO(.�x���}�5<�<�}�,�	�x����GۖL�e�Pr�����A���h>���%�?��b�w�5��u-���{�y\�C؏�Gi��(�eO��s�G�
#�#N�flp��@E�������ǟ��+ӓ�0߰�(�+0�Վ�s���	mdE'�})�	�a��ƌ;`ϓ�`�|\�����0T�'P��
Efa��BwJ���YBk˕.�ۻ��&h�b2�9VqL�<���L>�#0��7A��4\�����T �Aꘙ�ؒ���m�+�;�ŭ=2�&�*\ȥ�S���?L�����<M<��d1P\֖�̴�y���ٮ;ؾ.������Bq�S�#R�b���F�j��!z������c���8�]c.<>��������1��ju���P/��@9`������j��AIs�sP���$-P�k@�V�ջRR�]E�F�V*`��x|sytt_A`�8^M��q}��]���=����Q�)��52�c[��Wm)3J.�u�X2�!�:�������W�7�"_�e7�<SQ��
��D�7�T���T�����\�_E*̲�͋���/�yņ7C���_���A�`r�^%�b�!�ir��E�H஝�T�Jw��5���$�'���M��b"s�^��*����X�΄��Ek�̕�i�$�h}fS���y�}��C��Gə(��SjAq�|�*
�o_���-/���x���/�>5P[S�'�����ь��3��o��j!z��H2Rƕ'���S
-I൹|�� .��֍Ś�NY�\���R�(�lr�&*���B�~��� ��I~3�|o��S�JE�9�,�QD��c?h���NZ���{>3'7�x���_�����\S�f5:�{�ޖ�uUg�
-A
n��ʻ�ׇ��b<��2��;H�x^��,��U��}�m�KR
-
�X�G��ZDh1D>�sC܄��(&*Z�I�Q�	���.T	(3��H=��t#�����;�!��Gw�<��2�s�'}�3*�gp4�r�������(f;��J#��	����$��W�˚���J%y�Y�x4lD�M�N7-~�m����5�C��#�TK��y�L���'�H"ō$.Ŷ9��讃��E���߀��2�NB�IҎ^��*=��/���\�Ɨ�����Cɧ�ʮoTS_#(
�
-����<���+j�+o�3��a�t��<�3~�R{	�q��;��2�,�T͍�%�R����`�%L��b[*�@��C.�����OD���2��x����
� �d{@��`��]�����v��dh��ɹ
-DO��{�ɣ�/��	���D�[��� �)�N�ˣ��ҍ�4�JA)$����,�[��g���<���� ~$��4`�C�ZC�I�̦8h���̐���ݐ&�
����|���q�
�˄��_5~��]YK��>:`6�´/��Vg��yA�2��#����-D!��F��i*�(��E�������Ǣ����N�S���������)��r�$����‹��	��G0���a�_��l
-s���Sk�Xs�~��c|JYƙ��(^�_+J��cl�u٫��P~VA����'���8	WX�D��>��_�ז��И�endstream
+xڕk��6�{~�?]m`��v����i��M��s��z8В��E]Q�v��o^��G���h8��i=�g�VYC�Ra�̊��`v_~z��VPn'8/�O�?F�l�Vi4[og���*�eQ��$���ͿߙC_u��0	���U�z�4u{������i����_��\��&Q�Vy�E�<�ca4ә
+u��y�DeqN��*Fv�|�������x52C���fc\�x�P�;��wB��5�e�ڶ(
+���nC��dE��w�)����U�0�����d��@*�m�U%/���[��Զ4]y�as�3�ʱC[�9��(1��Ċ�?[d\�dƌ��P~�O���yD�QP��8��Bs�������N (���iX֮��BP����Hv �h�3�0��?y��9��j4#��V�!+�� �a��Ղ�ǃu��4��y�qprdD���k��[���~
h g�"�c��v_�R�nMW8@1��`�GS�sUy�&���Ů*>8���Y(<���j������g	��3���[��|ԡz��抅��\��I(Dt0���L�2��E�i`H-��h:�P��� �v!����!6(ޢd(M1��4P1�z@L6�0
�����雷b=��2P�NT�7��i�vp���%�H7�Q��3��x��e��x����	H��G��B��ʲ�R�K���ҙ��i�t_�<��Y>�;
B�0)��}�	�"����W	i��uW���s�s����~E�I��p5U8�1�N��!��Qx�}G#D�E�G	l�
+עpp��u�k�<L�����ƴ��$�k��Pf�S��	/'<$� �<R�%U�:D�
+�J��Xg��I��f�$s����S���1�l;4%/7��i�x57�݅���5�}�}Ew�9C���J;�T/y�e/̡�V���j>@9G�!/�*!��;8����Ŵ�Da϶V�T#B��3>Kňt���_U?ԡ��R6*��H���3[���=V�S�؁4�O4�� 9�$$jN-yʁ#�l�S&� �4�"6OT�%WR&��Bp�$Nư�:cJ�e�v���L���˲�8v�2�DzrEWo*��l,����
�Vamd�}:?�.T���
-5���ҍ��/]u�r�$�㱮|�K���z.�04�ް�{i��;�K�3'M#�����t*��"��"C��}%u!Ԫ�x����N&Ն'��|kx��`��{(�E�� �&MP��!B�{ ��H0k#��IB�cw"��_޽��Z����`�uBS'��!P�R�s/ J!�!��k8��'��aUr��B�|�1{�[�j��$o�>�����v��B�gVx��`�wnh���c��6` '�pWzҽy�����@�Q��7�T���?XW?�����s�yJc�D���y@r�7�w�a���;p��{M��6�S�n>���Lv�/ۏ�=�l���x��hVDXn�6��M��,��8�/}��H��Ջ\�7f&��7
	������J�c��fRx�� '4���!��W�R� ��33��T�����m	����BH�D�Q�,�����2z>+`z�
@�F�\��H�~w{w���E��W�;1A^[l4�r=�
B�R���@���‘�N�����%� ���F6������xF�*�n��q����yN)���u��f��.��ZNŀ;����c���TⲌFUQ���)剡2���dc|���dwy��c>�d�9Y:��|���p�yq���cz���%rc����CH
ڲ†E{n�o˯$r�����L��ѺTD��b�?uS�B�X	�	&ʝUd�&C_75�,U�jF]������|�Nx,����&�plU_�Q.�Vg�?�wC蓈��3ה%(al-���m�a����{��*;yRL���^��q���JE���7�� �Q+�������2'�y��4^�v}p�.�B����|�2&��{��`�������P����+������g�f8��kט�bž�E�eᘪ����ϲ�n{��ےt��(
73NPX�A&Z^H1��T��W�0��ƇN�گ�]x-�S=̦���u�F�Z����󳧾k�#����1-�ׁ�	p��s"��vJZmy�ĥeN�����O"1�R��v�\�8���v8z�n�k��:����kj�`|��2}4|6��o���9��5&/��1ӌ�'�������|0ޘYYtC��/e�1a�8R3�)�A�&ެ�D_x�XI�����|7
+y�f�y]sՇ�r�}�8pl�~z棎�\�`�/�[���-
+�;����b�|w��U%��dh�)$Ns���W�R�jK�z�����纝�����+<��i��F�"���b�CݰGBP��^��h���"f����#���޼^��kɦ�t�S]����i��K��
A�o�ĉs�^6H��܄\����p��M��E4Q9��T?��>?��N��#�Ĺ�u��?��(�%a���!?֟�������Lendstream
 endobj
-2550 0 obj <<
+2651 0 obj <<
 /Type /Page
-/Contents 2551 0 R
-/Resources 2549 0 R
+/Contents 2652 0 R
+/Resources 2650 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2442 0 R
-/Annots [ 2560 0 R 2561 0 R ]
+/Parent 2545 0 R
 >> endobj
-2560 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [330.238 469.156 383.277 478.067]
-/Subtype /Link
-/A << /S /GoTo /D (install-perlmodules) >>
+2653 0 obj <<
+/D [2651 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2561 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [91.377 458.262 112.249 465.116]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-ppm) >>
+230 0 obj <<
+/D [2651 0 R /XYZ 533.821 705.748 null]
 >> endobj
-2552 0 obj <<
-/D [2550 0 R /XYZ 71.731 729.265 null]
+2654 0 obj <<
+/D [2651 0 R /XYZ 71.731 693.31 null]
 >> endobj
-2553 0 obj <<
-/D [2550 0 R /XYZ 71.731 718.306 null]
+2655 0 obj <<
+/D [2651 0 R /XYZ 332.179 645.334 null]
 >> endobj
-2554 0 obj <<
-/D [2550 0 R /XYZ 440.415 708.344 null]
+2656 0 obj <<
+/D [2651 0 R /XYZ 135.507 632.383 null]
 >> endobj
-1387 0 obj <<
-/D [2550 0 R /XYZ 71.731 693.235 null]
+2657 0 obj <<
+/D [2651 0 R /XYZ 442.834 632.383 null]
 >> endobj
-234 0 obj <<
-/D [2550 0 R /XYZ 242.621 656.02 null]
+2658 0 obj <<
+/D [2651 0 R /XYZ 186.556 619.431 null]
 >> endobj
-2555 0 obj <<
-/D [2550 0 R /XYZ 71.731 648.668 null]
+2659 0 obj <<
+/D [2651 0 R /XYZ 371.798 619.431 null]
 >> endobj
-1388 0 obj <<
-/D [2550 0 R /XYZ 71.731 607.836 null]
+2660 0 obj <<
+/D [2651 0 R /XYZ 192.546 606.48 null]
 >> endobj
-238 0 obj <<
-/D [2550 0 R /XYZ 175.703 575.522 null]
+2661 0 obj <<
+/D [2651 0 R /XYZ 71.731 599.342 null]
 >> endobj
-2556 0 obj <<
-/D [2550 0 R /XYZ 71.731 569.395 null]
+2662 0 obj <<
+/D [2651 0 R /XYZ 381.821 588.547 null]
 >> endobj
-2557 0 obj <<
-/D [2550 0 R /XYZ 231.715 556.593 null]
+2663 0 obj <<
+/D [2651 0 R /XYZ 156.806 575.596 null]
 >> endobj
-2558 0 obj <<
-/D [2550 0 R /XYZ 131.551 543.641 null]
+2664 0 obj <<
+/D [2651 0 R /XYZ 282.571 575.596 null]
 >> endobj
-1389 0 obj <<
-/D [2550 0 R /XYZ 71.731 523.552 null]
+2665 0 obj <<
+/D [2651 0 R /XYZ 190.714 562.644 null]
 >> endobj
-242 0 obj <<
-/D [2550 0 R /XYZ 245.449 490.242 null]
+2666 0 obj <<
+/D [2651 0 R /XYZ 71.731 555.506 null]
 >> endobj
-2559 0 obj <<
-/D [2550 0 R /XYZ 71.731 484.115 null]
+2667 0 obj <<
+/D [2651 0 R /XYZ 71.731 506.689 null]
 >> endobj
-2562 0 obj <<
-/D [2550 0 R /XYZ 71.731 448.299 null]
+2668 0 obj <<
+/D [2651 0 R /XYZ 71.731 422.669 null]
 >> endobj
-2563 0 obj <<
-/D [2550 0 R /XYZ 120.149 436.742 null]
+1447 0 obj <<
+/D [2651 0 R /XYZ 71.731 402.58 null]
 >> endobj
-2564 0 obj <<
-/D [2550 0 R /XYZ 71.731 415.123 null]
+234 0 obj <<
+/D [2651 0 R /XYZ 350.135 359.482 null]
 >> endobj
-2565 0 obj <<
-/D [2550 0 R /XYZ 71.731 377.101 null]
+2669 0 obj <<
+/D [2651 0 R /XYZ 71.731 347.311 null]
 >> endobj
-2566 0 obj <<
-/D [2550 0 R /XYZ 71.731 377.101 null]
+2670 0 obj <<
+/D [2651 0 R /XYZ 71.731 304.882 null]
 >> endobj
-2567 0 obj <<
-/D [2550 0 R /XYZ 71.731 355.945 null]
+2671 0 obj <<
+/D [2651 0 R /XYZ 440.415 294.087 null]
 >> endobj
-2568 0 obj <<
-/D [2550 0 R /XYZ 71.731 336.02 null]
+1448 0 obj <<
+/D [2651 0 R /XYZ 71.731 278.979 null]
 >> endobj
-2569 0 obj <<
-/D [2550 0 R /XYZ 91.656 301.051 null]
+238 0 obj <<
+/D [2651 0 R /XYZ 242.621 241.764 null]
 >> endobj
-2570 0 obj <<
-/D [2550 0 R /XYZ 76.712 284.413 null]
+2672 0 obj <<
+/D [2651 0 R /XYZ 71.731 234.411 null]
 >> endobj
-2571 0 obj <<
-/D [2550 0 R /XYZ 71.731 264.488 null]
+1449 0 obj <<
+/D [2651 0 R /XYZ 71.731 193.579 null]
 >> endobj
-1390 0 obj <<
-/D [2550 0 R /XYZ 71.731 201.624 null]
+242 0 obj <<
+/D [2651 0 R /XYZ 175.703 161.266 null]
 >> endobj
-246 0 obj <<
-/D [2550 0 R /XYZ 341.46 166.157 null]
+2673 0 obj <<
+/D [2651 0 R /XYZ 71.731 155.139 null]
 >> endobj
-2572 0 obj <<
-/D [2550 0 R /XYZ 71.731 157.519 null]
+2674 0 obj <<
+/D [2651 0 R /XYZ 231.715 142.337 null]
 >> endobj
-1391 0 obj <<
-/D [2550 0 R /XYZ 71.731 127.138 null]
+2675 0 obj <<
+/D [2651 0 R /XYZ 131.551 129.385 null]
 >> endobj
-2549 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F35 1481 0 R /F61 2401 0 R /F44 1937 0 R >>
+1450 0 obj <<
+/D [2651 0 R /XYZ 71.731 109.295 null]
+>> endobj
+2650 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2576 0 obj <<
-/Length 2612      
+2678 0 obj <<
+/Length 2238      
 /Filter /FlateDecode
 >>
 stream
-xڕYm�۸��_a�@#kZ�/�O��%M���=��~�%z�[Y�R��w�3�d˻i���"G����ñ�r��[%�Hx����h�޸�'X���c�
�lf4�?�پ�U&�8X=�W���,Y%�/��_=�r~(�W�z�G��z~lt/�j������?U]��������Qh$"K�W��4��`�y"�"���"C��/"�UJR�u�\�)3}�hpR;�(��Ҩ,HI&����g��;��Ne�!�\j�
-��T_ifk
�Y���D6k/rδD!���<98tt�5�c!rW+֠��R6Eͫ��!��]�����s�:wD<�0n���q��C֞#��<O�{�\o� s:������4��(s��S���0�:R?��U!��sKσ�{Ks*e�<�58]�:�:�
�m���ow,]�z�p�gV$5}��5�S�����^�]՟)���W��Us�^��ȏWq���oƷ��̈(�g�w��xP9���Co!>�D
-���x�y]�#�G�S�)k���`�F��3o��\��A�;��Q�����1��b���Kf�cI�vh��|&�p��U�-ͫF_3Z����)�A��*�Ҽ*����rR��4�H�	�T$.p�c����%�‘�s4@����&Jbg�&�ОT���<UM��f�4�����ڇ������i���y�1�FNu�?���yv�c�`��]�s#����w�->
-!I�Z��Ӷhs�1�q�vl ���J������?)�C�'=���KњE{(�Å�)�w�&(ES&7�w4;�4X��M+&q�S"�a�V�4g�=�B�k�j湒�"�N�DetJCh3�r������b�4?���]KOP��h�L�Q��K�".��תѴ���	P��]�p�L���Hb��n;�n���-p��1C��w�*ڧ:��p@6p*�؟�h,�M1�����U��)��>(\\Na<+���3�V&� �an�&%��,���`�5�?-��vV����t�S]��ۂ���v<3�j���m ��$+в<	+�.	���ͳ��s�:���&�ٕ�x�>o�'���z�zs#|Wx~d��$�����"��{�,,���9\>�x�J�N�1�y�
-¸+G]�ތ�d�;����_�
-8�0E����f�����>?�'ualԅ'�G���&��.��e?a3X�oa�=����,g�N�5|#�@d( i���y�R~C��Ƙ���<Cf����M�:����X�B��ku�L��R��(��t&O5���
-��աʵ�Cp��20��vx*���nn[_��k�R���[Q6
����-��܈F������̂ZM� 3������X8��#s�a�����1*<W����$�Ld�ƠY��T�:U=\z"�n(X�
-�jM�����BJ{��O|pm�#\�	|�����kh�򓪝?�АhZ=�N_��Q{4��a��̛-�K��(��6s�K�BJj^2��9�I�L����#{8PK���Yu�}
-��@]F@2�����89��m�D�H�l����M�ii63��f�@�7���7}U6��*������D�v���l��m��G��dW����="%�T��b�-E��_5k�8m�*�b��}�롸��j����{$Q[ծK��������Uڦ@����:y,�;���?מGhހCٌ�[8���o8D-��=p��L�9|�����;n��U�Ȳb�kH��4z6�7��9�4?ܯ3�y��B�)=�Yݓ*N��f�ZlM���A���g���Wu�C����L���1mx�T��]{��e�f�+Ѩ~�Γޚ����'�p,T�
-4�̉��u4X���m��d��S�[>�[,�z�j���$ٷ�:�z��d�_��A��x4h/8N�O7F�A
-W[8Z��
-y�<�����]��H���$����>bf�S[�`�>y����p )�7���xŔ���:B.VM^��}ǥ�|T������`��AY�(��M�/z��@�/����bx!T_q�[�K;����NX���>;�ш@hclw��C|�c�����~�8�W^�z��d3�,z�WlLO���Zb����k��Z�<��"'H���bvJ���شE8
-��VG�K]�����G�����5�Rإ���x��v��t���:A������t��O�K��N^b���…�l���D�4.������Q��Q,���k�5��i���/A�2z���;�J�h�/������t#&���T�����H����`�E�9{I������G�b�;N=��kx+��p�2JL��FIg�*�eS���A�da����)F;�	/�Ȏ/�^7�7I�O'wmQ��eDfh{����M"7���Pf�
-�k�;��
-��V/(�D���V�M�,L�oi����^*<7;JF�_L�\{R`�~��ʱ��Si<o�ŗ�5\��Yst'�؟��7��E�m�ؐ�INy*n�@�ݴ�6d
�a�z	���]M �y�7c%i�{r��?���H���'�E
����[&��/�V���_<�V�endstream
+xڥ]��8"�=�L˟q��@�ؽ�a[0Y���pplebԑr��4��)ۉ���!@DQIQ���‡�\�R�!A&�$^�7��V��F2ŊIV���oֿ��"Y.��E$7"Ki�M,����C~�T�\����������_���:_�{��7?o�q��l�����…�"�c���߈0��f���V�t�=-C�SMM����k���h�t���;�/Vx� �\���� �[� �~_F�W��,��{mi�Q���F�;(�m�"������{���6Y�"7�d��H�6��YM��d�c]3��=����L�O�x&~� M�g����xA���RǼb]�j��ݫF邭W���C��ur�7hG	\`��B۷��>U&E�����@�[�b�ՄfWlP����ka�	��4G375��8}v!���SyIag�4�Zf��� ���s� �U
+�W	�H$�����e�s�H�m�6�%R�N��*�}+�&'oƉ�4x���Z1�U�8���q��T�Ԛ~)�����i��,��6 �
+�Z�R�W�0�A4"*�>5f����<��?G��2����}V�ץ�=��?���a҇_ak�˕�M��Rڳ�����^>ҝ���3����|�y��+�{���\�ćP������z�N��:Ӝ�CK���5������n{��V��Uz�r�p�������U��];N��4/k�Tzkv�p.�Y��z(�)�����	I~�bf�}��(M�
�ԅ,%ds*��g5+B�i�=�
�����Q�A�/G~�	��)Y~N�Zd^W/��z` ���)ͬ��	�^;�QN�W�����H8x>@��	^M��J�����pk1q�������Jz�����W{�a,�����l�����dTH���ӦJ��S�GR;�����j������s���.��K�����n�U]�z�AI ��(綠�h�c#�)
�X���7q����gy�b#�fO1?̊�lpn�Ӎ�%M>:C�ȉ�0�E�N*�/,���c����cRL'�
��.e䁎�78�����d�c�:F��;h1(L��A�*�}W�Uw��m��f�����ȿ1�ˁ��1u���n�И�j���I��!��;<홻7�uTӍ��n����F��(�P���cv���yMhk����V�t����
���}'~`�衸��aP������H�Rn�di�]؞5�xl�W.�'��`ҟ�ܟ�7%3���Qa�����L_EO�������3X9	�v8ةm"�D���p��w��=�d#�v�m���(n	Z{K���·�?��$��5��k�64��=,�@�(�F�]�(�ԌX�y�1�����"���E���lri_�36:ҕ�_yU;��>�����y�R���0npB��[��a�7]}#��J)��G"�R
+�?�i�4W]��Y+��|֌���5�:��@$��;��H�D<ajr�9bKx�q=mG�6��Vs<���%�;(46����B2`7Pľ��U)�ꓡ񈵙i�nYh�`�M(ۀ"P�i�#�ݱ��o�X�)?�
+�.`X'��7�U�
%~pG
}7���3�"HR�g���'�YM���+F/`�Av�3���ۀ���4��_1�0
+�hS=�*.��7���X�_�j��hiO��_М}ޟ�<۵ș�N�����p��Q�~�=���{�kF3�Cn��;�/B�f��;������mWB�Kd&��O8NL������A��q���>X��"vh�pbo��:�{���S������;+��Mo�˸����á9i�
���t�+~R�9�t�kxz�COq����Q|�/E�,��X�tP����P�����7�R��
�M+6q�8>�LU!?��H�o�3�,�6��RG����U�3�/&P���d����Oو��]^鋮�q�;\�q�oN+�ҵ���R�w?�nO�4qO�u�6�]������Ms���'��G@�PwN
+}<z]5��c^�Uȷ�
��;�
+�S���W�=
+�ƕ�=Hk�[�ڥ��#�#o=(�wR�aν�ե܂�M����xЎ1��N;�\
^쐬�ayyq���[���������u.^����&;��
O��L�~�If�"c��1�|���\���"N!�endstream
 endobj
-2575 0 obj <<
+2677 0 obj <<
 /Type /Page
-/Contents 2576 0 R
-/Resources 2574 0 R
+/Contents 2678 0 R
+/Resources 2676 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2442 0 R
-/Annots [ 2579 0 R 2580 0 R 2590 0 R 2597 0 R ]
+/Parent 2545 0 R
+/Annots [ 2681 0 R 2682 0 R 2695 0 R 2696 0 R ]
 >> endobj
-2579 0 obj <<
+2681 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [139.526 661.355 191.829 670.266]
+/Rect [330.238 687.258 383.277 696.169]
 /Subtype /Link
-/A << /S /GoTo /D (security-webserver-access) >>
+/A << /S /GoTo /D (install-perlmodules) >>
 >> endobj
-2580 0 obj <<
+2682 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [478.054 661.355 530.357 670.266]
+/Rect [91.377 676.364 112.249 683.218]
 /Subtype /Link
-/A << /S /GoTo /D (http) >>
+/A << /S /GoTo /D (gloss-ppm) >>
 >> endobj
-2590 0 obj <<
+2695 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [356.749 331.572 401.58 340.483]
+/Rect [139.526 264.942 191.829 273.853]
 /Subtype /Link
-/A << /S /GoTo /D (parameters) >>
+/A << /S /GoTo /D (security-webserver-access) >>
 >> endobj
-2597 0 obj <<
+2696 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [244.482 194.531 269.647 201.405]
+/Rect [478.054 264.942 530.357 273.853]
 /Subtype /Link
-/A << /S /GoTo /D (gloss-cpan) >>
+/A << /S /GoTo /D (http) >>
 >> endobj
-2577 0 obj <<
-/D [2575 0 R /XYZ 71.731 729.265 null]
+2679 0 obj <<
+/D [2677 0 R /XYZ 71.731 729.265 null]
 >> endobj
-250 0 obj <<
-/D [2575 0 R /XYZ 244.612 708.344 null]
+246 0 obj <<
+/D [2677 0 R /XYZ 245.449 708.344 null]
 >> endobj
-2578 0 obj <<
-/D [2575 0 R /XYZ 71.731 699.706 null]
+2680 0 obj <<
+/D [2677 0 R /XYZ 71.731 702.217 null]
 >> endobj
-2581 0 obj <<
-/D [2575 0 R /XYZ 71.731 661.355 null]
+2683 0 obj <<
+/D [2677 0 R /XYZ 71.731 666.401 null]
 >> endobj
-2582 0 obj <<
-/D [2575 0 R /XYZ 71.731 646.411 null]
+2684 0 obj <<
+/D [2677 0 R /XYZ 120.149 654.844 null]
 >> endobj
-2583 0 obj <<
-/D [2575 0 R /XYZ 322.74 636.912 null]
+2685 0 obj <<
+/D [2677 0 R /XYZ 71.731 633.225 null]
 >> endobj
-2584 0 obj <<
-/D [2575 0 R /XYZ 317.417 613.599 null]
+2686 0 obj <<
+/D [2677 0 R /XYZ 71.731 595.203 null]
 >> endobj
-1392 0 obj <<
-/D [2575 0 R /XYZ 71.731 585.704 null]
+2687 0 obj <<
+/D [2677 0 R /XYZ 71.731 595.203 null]
 >> endobj
-254 0 obj <<
-/D [2575 0 R /XYZ 197.318 550.237 null]
+2688 0 obj <<
+/D [2677 0 R /XYZ 71.731 574.047 null]
 >> endobj
-2585 0 obj <<
-/D [2575 0 R /XYZ 71.731 541.599 null]
+2689 0 obj <<
+/D [2677 0 R /XYZ 71.731 554.122 null]
 >> endobj
-1393 0 obj <<
-/D [2575 0 R /XYZ 71.731 501.973 null]
+2690 0 obj <<
+/D [2677 0 R /XYZ 91.656 519.153 null]
 >> endobj
-258 0 obj <<
-/D [2575 0 R /XYZ 177.791 464.04 null]
+2691 0 obj <<
+/D [2677 0 R /XYZ 76.712 502.516 null]
 >> endobj
-2586 0 obj <<
-/D [2575 0 R /XYZ 71.731 456.688 null]
+2692 0 obj <<
+/D [2677 0 R /XYZ 71.731 482.59 null]
 >> endobj
-1394 0 obj <<
-/D [2575 0 R /XYZ 71.731 441.758 null]
+1451 0 obj <<
+/D [2677 0 R /XYZ 71.731 419.726 null]
 >> endobj
-262 0 obj <<
-/D [2575 0 R /XYZ 168.088 409.445 null]
+250 0 obj <<
+/D [2677 0 R /XYZ 341.46 384.259 null]
 >> endobj
-2587 0 obj <<
-/D [2575 0 R /XYZ 71.731 403.318 null]
->> endobj
-2588 0 obj <<
-/D [2575 0 R /XYZ 187.795 390.516 null]
->> endobj
-2589 0 obj <<
-/D [2575 0 R /XYZ 71.731 370.426 null]
->> endobj
-1395 0 obj <<
-/D [2575 0 R /XYZ 71.731 326.59 null]
->> endobj
-266 0 obj <<
-/D [2575 0 R /XYZ 331.166 293.28 null]
->> endobj
-2591 0 obj <<
-/D [2575 0 R /XYZ 71.731 287.153 null]
->> endobj
-2592 0 obj <<
-/D [2575 0 R /XYZ 71.731 267.213 null]
->> endobj
-2593 0 obj <<
-/D [2575 0 R /XYZ 220.441 243.467 null]
->> endobj
-2594 0 obj <<
-/D [2575 0 R /XYZ 71.731 236.329 null]
+2693 0 obj <<
+/D [2677 0 R /XYZ 71.731 375.622 null]
 >> endobj
-2595 0 obj <<
-/D [2575 0 R /XYZ 455.258 225.534 null]
+1452 0 obj <<
+/D [2677 0 R /XYZ 71.731 345.24 null]
 >> endobj
-2596 0 obj <<
-/D [2575 0 R /XYZ 71.731 218.396 null]
+254 0 obj <<
+/D [2677 0 R /XYZ 244.612 311.93 null]
 >> endobj
-2598 0 obj <<
-/D [2575 0 R /XYZ 71.731 194.531 null]
+2694 0 obj <<
+/D [2677 0 R /XYZ 71.731 303.293 null]
 >> endobj
-2599 0 obj <<
-/D [2575 0 R /XYZ 71.731 179.587 null]
+2697 0 obj <<
+/D [2677 0 R /XYZ 71.731 264.942 null]
 >> endobj
-2600 0 obj <<
-/D [2575 0 R /XYZ 121.379 156.394 null]
+2698 0 obj <<
+/D [2677 0 R /XYZ 71.731 249.998 null]
 >> endobj
-2601 0 obj <<
-/D [2575 0 R /XYZ 101.884 144.737 null]
+2699 0 obj <<
+/D [2677 0 R /XYZ 322.74 240.498 null]
 >> endobj
-2602 0 obj <<
-/D [2575 0 R /XYZ 156.232 144.737 null]
+2700 0 obj <<
+/D [2677 0 R /XYZ 317.417 217.186 null]
 >> endobj
-2603 0 obj <<
-/D [2575 0 R /XYZ 254.126 144.737 null]
+1453 0 obj <<
+/D [2677 0 R /XYZ 71.731 189.29 null]
 >> endobj
-2604 0 obj <<
-/D [2575 0 R /XYZ 313.316 144.737 null]
+258 0 obj <<
+/D [2677 0 R /XYZ 197.318 153.823 null]
 >> endobj
-2605 0 obj <<
-/D [2575 0 R /XYZ 138.317 133.081 null]
+2701 0 obj <<
+/D [2677 0 R /XYZ 71.731 145.186 null]
 >> endobj
-2606 0 obj <<
-/D [2575 0 R /XYZ 239.635 133.081 null]
+1454 0 obj <<
+/D [2677 0 R /XYZ 71.731 105.559 null]
 >> endobj
-2574 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R /F35 1481 0 R >>
+2676 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F60 2522 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2610 0 obj <<
-/Length 2116      
+2705 0 obj <<
+/Length 2630      
 /Filter /FlateDecode
 >>
 stream
-xڵ]s���~�f�pT�‘��u��ss�3���)����@Q��1E*$��뻋]��(��d:| ��O`��o����bO�>�d*d���w����x��`�����ͻ��?KE���fx�H�Y�K��r�\���첃V�|!Cב���U���,�-�?t�e���������^h��"M�W��8�d<(f�s��Q�lk�xN6����\�NV�٪TH���Ǣz�QѢ�`s8C�Y{�/�2�U}=d����e$�4eA̮7�/0�Z�
-���u��Y�����;E5�B��F�C�?e[^~�;<�tŖY/H�|���#rϚTkf�w�/H��ٲ�~�87���<���� �r�E�[��r�u��2mhb��,���0R�rUiZ#Ԧ-����Њ���W��uW�+�5 �� _ת��ν�a���4-n�f����l�g/�<Ӡy/�:4�׮hԚfe�j�B�����)��'�޿+������F��<͹ru"{S�e����.�:y��gS����r�~��`��D������u��jJ-�o�x�ޖu���/fk��(�J�!���{r*ya�(F��ϞԦ(�x�#�����������y�>����W���7�JQ�e��E�cQ{��aH#�Z=�Q/ؘ�����f��Z���kp�-9Ʌ���jPL�1���1쑝��"�����/�)Nŏe����_��N<��O$84��4�)BgM�_�u�&�����)!+a�D�f�\���۝���;b,9k�V���R�̷=�ɻ���T�Lvy�X7O}fXC2�uݼ̣����O�M���'�F鮩Nr��#��]7Ŷ�2&2��K��p���6�\t5Fˑ�T��<'���1�D�9OI���Ý��	]l��rMcs$��w8
����q��C�	m%�Fpҭ�!f
*i8�d�^�j�*/ ��苔�1
� �4Cg¿j��i�&>4�q�XN�B��S�0��QW妺a_��~ՠ���V��Mp��ϼ�z,Jr�f�.B�y��R��G�箨�������1)�p�-V'Wx��7 �l�����ɾ%�hS ��P�q��[�>��8��7�Qk���r#���U�B��%�aR�6�ݖ�Ԟ�홳Z!���^K&�'��"��	}z��`��}q�M!�|�����6����
�0C?�G�ƥ�+�I�>p��y�ztz�V��M�5�"m#�v���	n���2H���x��T��B�;�C9ݐ(aj7Īn���ϩ�C��;�U��BV�{�vh�ߌz�!��ɲ�Qٚ'ǻep�W�.�6}�G���+���nlv�-7u���}ǽ�7�-0_�������b���ZN�3͸�=��]��op�7������=\�u]��V͋c�����j�Ɛ��?�F���ZPc�^(�pg>(�Z��\*�elЙ"}F�7����3Ez,�d��Gj��p6,�i��
\�!(����)��6EPTҔkSĕ����4��nUW�#��5�=Z�G{�C�U{�BF�S�Dz��	�C�uG%�eӳ���Kޱ�tUE���Y��}"�87�5WVP�M�K�9���e�?Ĥ d��m	���V���[�2O:'ϾSd����Cn�"^M�-�rDA�f��Ӳ��c���f��&����,\0��px�����.Aж�!L��%+:"(��Z�k9
-�e���N�/6u���k�8��8�<�ͼB΋�F��Y��&As���ʭ������̓��Z�ׄ[�W��R� 9�w���Nt@��G5��B�j(��k��m�Z�w>K��տĴZ��7���ˡrV&R'7��j�m��nd��S�Zd���q�q�$�����/��~w9�Ó눌b��ӖJF��Y�m1	S���X44)$2�۹�����L��W�����cι�G�Q
-@� \1AF�!���,V�zz
^��z�Q�<q5�����cy�D���l���T�O_�V��ݖ]�ռ�7�Kom�9�	���V'�k�ǥkt���B��=�L��C	-��L�����ѧ���
]endstream
+xڍYmo�8��_a���ČDI���}H{�nM7@��.��A��XY��n��߼ђ%;]���pfH�<3d���,�T��G'J/�Y�{��a��+O8²�Y��y���D%K���/VI4�|��P�V��8o��5�|�C�ъ�ʦM�"/���{�_^������iuT��Jb�E�,��0�ϼ@��-�t#Y�U�Ƞ(v�Ҍ�_>���2�~q�l�]��fߥOS�u�{�S�OܪJ�ޥs�ɘ&%��Ÿ����i��n
��(����QQ���kڝ)�F���HO%a(��
+���<Y�gS�wi^�]��Nh�4w����̅/���U>w�嚻��8p�k����u]��{����m��뛛��0�9jLġ�z����
0y,0oxZ�Q�Jot<̵�ty�.r���i�1���:`U�z�P!X&V��
+���k�}TS�Ѧh�V�a�L�I^ֵ�Ca�Q�-S�|�gr�
l5�c�ÔU���)�=ܪ8u�k9b�RT�Co�yY��c�Jз�fު�
+ 0 :q�(#o��7Nٜ&'�L02�{�c=0p������D=d�Z��2��0H��W&6�i���!o�U�2,�Eq��ef����a���8!�?W��Yr��z|�u�)zσ��zp��꒩J��*d�k(Y5���:�B9l>�MU?A�k�-+j�Ԥ���9�b�M����!�qdg5,�'��c'�w(j��;2�|�wi�m}֌�g
��4Y����byϐi��9�
V6Fu?\�(Hfa�p��[�ŀ�Q}�]cA���&�
��7V��
+�uˋ�GbP�9D�#����P���m���?�i��A�����ñ����T���r���z����~o�k�^�Uk�)+���
���A�d�d8Q���)M��Ҙ�1�卅@�FrA��:�o�s0��ܣ��2�s9!���]�iH�"J�A:B3�3�C�X����5��m�mE�ly�^�����2�0L�w+o��vn?�����[6�.�iĶj��V�{��Wޫ�͋�בM�E�a��Ap"lxN��6u�cJ�rSuu��E�بҴ7�c@<57��O7�΄ǖ*#����E���q��m��M��!����f�+L�M/��N�@�
+��(XZ��)j	+L���Dbo=E�� x�T@�����qяk=
6�4 �a�fO)�"m?Tbat�o�ulP�ۻ��r���������1(�@!G�fXl�,'ܾ���7<~�|%b0Q#��E�#:(�A@�KX]�O�6#��s�u�d�l{z�d�s�yx�@�`J�#�9(�=B}@]�Y��*�[����Y�&7�� ��@���c��D-�Q��L�KG�>~|����=l���SV���E�4u�m�./]/Ւ��Z�9����!$�P||5��]�e<,�
�,����{���&�G��*G����9���M�i�()UP�$��I��NYu���L���H�r�f^FE2��1�<oe6]�L��X�R̡H�^Y���2��U[c��P�q=V�mR�"m��9L�a��qؚZ�QHr:�˃�oSDQF�l�튎��9a݄�kEI�d���w��� ���SS�BL�(�5S��5�n� ���E��K�8��3��I��~�nP�d�|��@0��]�؂f"
+�F�F�Xw��;�x*�+�k���[�?�.ʹl^�<�:�b�~#��])�u?ǫ%�L�];*��`ӏ<
+y>B�/0�6O�xw�
+83<%qI,S�^1�8���Fؔ�����ܵ�����G�7��*���(PKo�C_�U��;8I�
�{�DT���^r[4hA��M�^�n���<.ePy3-��T��Q��{��'�����Q���L@��5�뽨k���0?��B����)B�A�O�!8��K��}|���Q�1|�\x��|�dw1���+�Vܳ�2��ɪ��lpO�2Dίe��dl��c�'+k�#"ЁY;8.��V�OD���4����X��
+�ӫuQe��dy��]����/�;6�䁴W����Cx��P�^|E�n��;����Ag��Г��0�����拥�{�(�Zܽ���檨�'lX���b��!&@:�}c���{z�ya���41�.}2�*�����ӗ{�Y�����߮~��E;z�����qd��t�U;P���d
+
+���D}2`c��+���hh��n��E�����7o�&���<T}��#V���S;�1�T��s�ߣ2eb�-c�����+���s���X�[㍙=�R��Ϛ�,*����&ǔ	d&`��Ԅ�G7/.��!�~�n��*�B���[���5b�9=��f4'���oe{��w�#>�R��^ӹoeÞ����pkN!�6��y�0M��$H��ǼLe�\]p7/��N�%w�\r7�2�m�
+��rF�EW�)�g\m������k�Z����
��V�tյ{|�A6~jA
+N�1L�O��H�{;�6�Ee9��3w}��?��@��Й�k꺪�C&����F~���i~�L��J~Y�����U�>XL����%'	b{/�H�2����Am�Г��_�SM���V�endstream
 endobj
-2609 0 obj <<
+2704 0 obj <<
 /Type /Page
-/Contents 2610 0 R
-/Resources 2608 0 R
+/Contents 2705 0 R
+/Resources 2703 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2641 0 R
-/Annots [ 2638 0 R ]
+/Parent 2737 0 R
+/Annots [ 2711 0 R 2718 0 R ]
 >> endobj
-2638 0 obj <<
+2711 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [474.611 189.56 519.716 198.472]
+/Rect [356.749 575.373 401.58 584.284]
 /Subtype /Link
-/A << /S /GoTo /D (installation) >>
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-2611 0 obj <<
-/D [2609 0 R /XYZ 71.731 729.265 null]
+2718 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [244.482 438.332 269.647 445.206]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-cpan) >>
 >> endobj
-1400 0 obj <<
-/D [2609 0 R /XYZ 71.731 741.22 null]
+2706 0 obj <<
+/D [2704 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2612 0 obj <<
-/D [2609 0 R /XYZ 71.731 718.306 null]
+262 0 obj <<
+/D [2704 0 R /XYZ 177.791 707.841 null]
 >> endobj
-2613 0 obj <<
-/D [2609 0 R /XYZ 175.156 708.344 null]
+2707 0 obj <<
+/D [2704 0 R /XYZ 71.731 700.488 null]
 >> endobj
-2614 0 obj <<
-/D [2609 0 R /XYZ 71.731 670.321 null]
+1455 0 obj <<
+/D [2704 0 R /XYZ 71.731 685.559 null]
 >> endobj
-2617 0 obj <<
-/D [2609 0 R /XYZ 71.731 614.197 null]
+266 0 obj <<
+/D [2704 0 R /XYZ 168.088 653.246 null]
 >> endobj
-2618 0 obj <<
-/D [2609 0 R /XYZ 71.731 604.234 null]
+2708 0 obj <<
+/D [2704 0 R /XYZ 71.731 647.119 null]
 >> endobj
-2619 0 obj <<
-/D [2609 0 R /XYZ 71.731 566.212 null]
+2709 0 obj <<
+/D [2704 0 R /XYZ 187.795 634.317 null]
 >> endobj
-2620 0 obj <<
-/D [2609 0 R /XYZ 390.582 550.436 null]
+2710 0 obj <<
+/D [2704 0 R /XYZ 71.731 614.227 null]
 >> endobj
-1396 0 obj <<
-/D [2609 0 R /XYZ 71.731 520.384 null]
+1456 0 obj <<
+/D [2704 0 R /XYZ 71.731 570.391 null]
 >> endobj
 270 0 obj <<
-/D [2609 0 R /XYZ 245.404 483.168 null]
->> endobj
-2621 0 obj <<
-/D [2609 0 R /XYZ 71.731 475.816 null]
->> endobj
-2622 0 obj <<
-/D [2609 0 R /XYZ 125.246 450.092 null]
+/D [2704 0 R /XYZ 331.166 537.081 null]
 >> endobj
-2623 0 obj <<
-/D [2609 0 R /XYZ 71.731 437.141 null]
+2712 0 obj <<
+/D [2704 0 R /XYZ 71.731 530.954 null]
 >> endobj
-2624 0 obj <<
-/D [2609 0 R /XYZ 71.731 425.021 null]
+2713 0 obj <<
+/D [2704 0 R /XYZ 71.731 511.014 null]
 >> endobj
-2625 0 obj <<
-/D [2609 0 R /XYZ 71.731 425.021 null]
+2714 0 obj <<
+/D [2704 0 R /XYZ 220.441 487.268 null]
 >> endobj
-2626 0 obj <<
-/D [2609 0 R /XYZ 101.32 415.522 null]
+2715 0 obj <<
+/D [2704 0 R /XYZ 71.731 480.13 null]
 >> endobj
-2627 0 obj <<
-/D [2609 0 R /XYZ 71.731 414.307 null]
+2716 0 obj <<
+/D [2704 0 R /XYZ 455.258 469.335 null]
 >> endobj
-2628 0 obj <<
-/D [2609 0 R /XYZ 101.32 403.866 null]
+2717 0 obj <<
+/D [2704 0 R /XYZ 71.731 462.197 null]
 >> endobj
-2629 0 obj <<
-/D [2609 0 R /XYZ 71.731 402.651 null]
+2719 0 obj <<
+/D [2704 0 R /XYZ 71.731 438.332 null]
 >> endobj
-2630 0 obj <<
-/D [2609 0 R /XYZ 101.32 392.209 null]
+2720 0 obj <<
+/D [2704 0 R /XYZ 71.731 423.388 null]
 >> endobj
-2631 0 obj <<
-/D [2609 0 R /XYZ 71.731 390.994 null]
+2721 0 obj <<
+/D [2704 0 R /XYZ 121.379 400.194 null]
 >> endobj
-2632 0 obj <<
-/D [2609 0 R /XYZ 101.32 380.553 null]
+2722 0 obj <<
+/D [2704 0 R /XYZ 101.884 388.538 null]
 >> endobj
-2633 0 obj <<
-/D [2609 0 R /XYZ 71.731 379.338 null]
+2723 0 obj <<
+/D [2704 0 R /XYZ 156.232 388.538 null]
 >> endobj
-2634 0 obj <<
-/D [2609 0 R /XYZ 101.32 368.897 null]
+2724 0 obj <<
+/D [2704 0 R /XYZ 254.126 388.538 null]
 >> endobj
-2635 0 obj <<
-/D [2609 0 R /XYZ 71.731 357.24 null]
+2725 0 obj <<
+/D [2704 0 R /XYZ 313.316 388.538 null]
 >> endobj
-2636 0 obj <<
-/D [2609 0 R /XYZ 71.731 347.278 null]
+2726 0 obj <<
+/D [2704 0 R /XYZ 138.317 376.882 null]
 >> endobj
-1397 0 obj <<
-/D [2609 0 R /XYZ 71.731 307.263 null]
+2727 0 obj <<
+/D [2704 0 R /XYZ 239.635 376.882 null]
 >> endobj
-274 0 obj <<
-/D [2609 0 R /XYZ 381.295 264.165 null]
+2728 0 obj <<
+/D [2704 0 R /XYZ 71.731 348.987 null]
 >> endobj
-1398 0 obj <<
-/D [2609 0 R /XYZ 71.731 260.602 null]
+2729 0 obj <<
+/D [2704 0 R /XYZ 175.156 336.035 null]
 >> endobj
-278 0 obj <<
-/D [2609 0 R /XYZ 195.006 224.793 null]
+2730 0 obj <<
+/D [2704 0 R /XYZ 71.731 298.013 null]
 >> endobj
-2637 0 obj <<
-/D [2609 0 R /XYZ 71.731 217.441 null]
+2733 0 obj <<
+/D [2704 0 R /XYZ 71.731 241.888 null]
 >> endobj
-1399 0 obj <<
-/D [2609 0 R /XYZ 71.731 171.627 null]
+2734 0 obj <<
+/D [2704 0 R /XYZ 71.731 231.926 null]
 >> endobj
-282 0 obj <<
-/D [2609 0 R /XYZ 161.035 134.412 null]
+2735 0 obj <<
+/D [2704 0 R /XYZ 71.731 193.903 null]
 >> endobj
-2639 0 obj <<
-/D [2609 0 R /XYZ 71.731 124.269 null]
+2736 0 obj <<
+/D [2704 0 R /XYZ 390.582 178.127 null]
 >> endobj
-2640 0 obj <<
-/D [2609 0 R /XYZ 71.731 99.179 null]
+1457 0 obj <<
+/D [2704 0 R /XYZ 71.731 148.075 null]
 >> endobj
-2608 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F64 2616 0 R /F23 1137 0 R /F32 1151 0 R /F61 2401 0 R >>
+2703 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F64 2732 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2644 0 obj <<
-/Length 1741      
+2741 0 obj <<
+/Length 2161      
 /Filter /FlateDecode
 >>
 stream
-xڽX�o�6�_�����E}>��	�"�ֵ��mH�B�h[�$����wǣd;vS�k�����~G�;>��N�Y"�d,�#gQO|g�wn9<���\�'��B8�b�̗N�S�%N"�F�3/�ܫu�j�M� �݀���u^Ue������kYU��~����|T��e�xѮ0Y�g���Ey�L��}���_��o��N�;�D�9�e�p:�,'����(d��<xIO�x�%��Ű�~0*�S!a��>g"J�8KX��&TLC�ͻ����
C��O!���E�b��M9Q��'D���T��_��Χ��>M�ȕDn;��{��{�ѐ<a�,Zѳ��86-Y����8`Q���h»�����* �<-�߭˾/U3h����X�:�{9�ˈ�zI��6?O�X:˾����ig;�+l�T�/�0�Y����n�Λ�DSb:ʌ2�%״e5���`�	"���;ԚkK�0���\��P���W�̋mVj���,��P�mC���WQTc�<�+�Kڦw��^�}�nlܭʺԲ�5� ��-�������D���Ug���l��c*h��8�_��C�-��7�P��lZ��ײ�,E]6e�mP�eٚ���
-�=�ޝ�jXC���IJƅ)m\�Q�;��3��$t�X6�w�B�4�~�x�Y��%$s����X0[�q
-��.'\x]���ixFQ��-�&���sjpLB���Dz��aɒvMV�	���Ӭ���]�����+��� kӛҀ�6�GLש� :���?`#�y*զ'�(���������e{&�Ԕ&yZ�S���|P���@��w(|�
-L�a��ir88X�
8EX%v�FI�”��qF>�l��%�)�����^5�
��
-0�Oc��u�P� w��q�鵪�z�e>�~�������^��6Cr��Ø�{����^�B�9=P\e�X��Ɛ�E��������Vk�?���E����n���u�V��-�:�����2�䟼n+��fͲĥ�*������s"�718@%r�Ļz�����"�y�HƾM��;�N��'�x����/�Z�g���ӯR?�-Lpq`�����<��N�W��L�pB�h=�ݬ*����ϗ�󹀓|�u^�V��N1��Qݖ��,+y|�톃�r��"�if�Q7/u�%�զ�����q;TS�.���1����Gl�T������pm�zbIۻA$�gEx�,h�#�K0���JaVn޼���i����m#����0�#m��8���l� �4?8���P�,2Ȍ}*�����2���my�+w��R%�"��\�K���-ab�[f���%LiH³�X���[�Q�A�$
-"�m����t�(χgf�Ĉ�	�`��F¯G#�Wi�8����v���e���f���EA�`��'����q����U�å�l�(����Lw`��� 2&�P��z��Z;q�h�ج�*��@�"�ތ�����1���OM�&�ң>��o5��=���q&�I��J�����{��z9~����S�.�\
-3{'P�Y��s��Ɣ=�Cp�0�U��G�;���R�yU~�d����K�ߏ���_��9{8H��\s"����l�럈1�G���M<>��\<��D�};J(À��98��g�V�Jl�\:�L�+Y������=�ɟB���M�r�R
-���SM�}��nendstream
+xڵ]���}��>T.�\Q��c4��+r�E[�݃V�mue�'Jq�_��P���
p@v�+r8��r¯\eRd
+>Q!�4YU��p�����$cle�������G�V�(R�zܮb��"[e*y�����8�~���0�}�tv(۶�v4�~���i�r���绿?NL��"W���qn��J�B�)J�f"���,�P(P��4�Z�����m��}��	��eb�|�p��B!�đ���6$[U��V�A�U�XkK`���෵Lݟ	��_Ʀ�5�ʵ:��И�li�6O=��}[����O�ǽ&�.m��@��V������`�^l��xP�"!}=��(F��ME9� ��hVO�D"،���ͭ�20�����4	�y�%g3`k�֠�Ns�i�2�\���)o��7c[p_���5O�W1��T��`�v��6,{m����`�+�9�<A<T{]=[=�Gqlo�&")�B����h��<�%ت��Of䅲�c�ir��k'�rvӃ%���g-�N���me���ɥ�b́GfK_���S4%]VG�Ȝ6�d�H�TdM����0�0�4e�H�b24�M�����K{K��l$PO�o�^��~�Ө��?��۲i�i-��}2�D�b��I��) &J�$F�-b��l{s0��j{�9�&q!B���\8.��Y&��"�<�7�1z���w�N[n�/�3/D
+�,���p���L�>�[]hח:����!5e"�(���!hR�"�ܔrf��7��ѧ0	;�mz�Lc�KZ�tZb� �;3h;�� DtU�E)<���c5̂~5�ax���`aj�5A���(� �`�S��RZ���i�	��*=-�#S�l�����	�B��*m-�P?'�D{c�4鞐8���%��c�YH��@�X����tD�<j0+�۴�Ȳ��`&Ee�z ����,\p'��wq�0@�+�;V{��p���oZ�{�)Pw5f+�h_�D�p�i�7�nO`��K���4|e*T��z�͌s�2WdPYt�4�7���@��q�(�qN�H���Oa���wؚ�"K.���pٝ�S*�p�ٱM7�)�9�����U;裥�/�8>�9�s>�l9n�V����K��E�LR�,�n�3�=>�I�&����ߞ?������VH3���b*J=5��jq�S���E/4t�#u��_���(t�d<��������n��	BcЇ����MYH�d�FtPޱx��j^_�x�pB�w��p��{s�����"�R��6U�/�ʚ�P��M��d*��h�w��AKh撶�� �C\;��P�g�JA�ϡuo�r��s����~�������c��TV��(����j{���׉*.��WF�������6��4�J7�B	&�C=�D��U�kcr��u���62��4�"'�ʽm�d�JE`�k�j����;�f���q��%���A}���
+��X��;�\���wF9�P?����㭸*���WmGꞃ����ܙ�3��PB��r� �B���%����8@+	�Dt!���B.X�"
+ˣE�
+�2�(%�̯��C��#��������>��?t΀�!��i�`�Lt����B���ϵi�PT��#��o��1��fǸ�m����1Ň���msh]?t�L��ˎ�."*�"`��A<,00���@���p2Y���e7,�1�L˼�y�3$��ԇ�k��J5�r�T��U8p�$�2����-W =��P�B|瞗����1;_i�\@)���*�8���-jʳc]6�4���^x�w��d�c��i&�wa��]���%�	7ݰ�r��xY��
+|��~����y�S���G@��=��%�y��kZG{��ht~k�h	���dT�bY��_�I_	殈X+��UW�@��E�����b^�C��l�Lp�Et�`S�,zB�)Bw6�8��y?5#�\���Z�(u��x=d��EćYR�t�~���>�1�vXi�Fv��#{����_,���s��� �Uc�z!����@�*�+�=�H����곂0p��q~z؛�~�sI��d�_��%��
+hz����xZ`'/�|>�����W��\�2{�y`F�yz��*��qW�9�����k�Aendstream
 endobj
-2643 0 obj <<
+2740 0 obj <<
 /Type /Page
-/Contents 2644 0 R
-/Resources 2642 0 R
+/Contents 2741 0 R
+/Resources 2739 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2641 0 R
+/Parent 2737 0 R
+/Annots [ 2760 0 R ]
 >> endobj
-2645 0 obj <<
-/D [2643 0 R /XYZ 71.731 729.265 null]
+2760 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [474.611 414.233 519.716 423.144]
+/Subtype /Link
+/A << /S /GoTo /D (installation) >>
 >> endobj
-2646 0 obj <<
-/D [2643 0 R /XYZ 118.555 689.705 null]
+2742 0 obj <<
+/D [2740 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2647 0 obj <<
-/D [2643 0 R /XYZ 281.083 681.241 null]
+274 0 obj <<
+/D [2740 0 R /XYZ 245.404 707.841 null]
 >> endobj
-2648 0 obj <<
-/D [2643 0 R /XYZ 252.403 646.272 null]
+2743 0 obj <<
+/D [2740 0 R /XYZ 71.731 700.488 null]
 >> endobj
-2649 0 obj <<
-/D [2643 0 R /XYZ 118.555 639.295 null]
+2744 0 obj <<
+/D [2740 0 R /XYZ 125.246 674.765 null]
 >> endobj
-286 0 obj <<
-/D [2643 0 R /XYZ 282.307 577.481 null]
+2745 0 obj <<
+/D [2740 0 R /XYZ 71.731 661.813 null]
 >> endobj
-2650 0 obj <<
-/D [2643 0 R /XYZ 71.731 574.821 null]
+2746 0 obj <<
+/D [2740 0 R /XYZ 71.731 649.694 null]
 >> endobj
-290 0 obj <<
-/D [2643 0 R /XYZ 268.211 547.095 null]
+2747 0 obj <<
+/D [2740 0 R /XYZ 71.731 649.694 null]
 >> endobj
-2651 0 obj <<
-/D [2643 0 R /XYZ 71.731 539.897 null]
+2748 0 obj <<
+/D [2740 0 R /XYZ 101.32 640.195 null]
 >> endobj
-2652 0 obj <<
-/D [2643 0 R /XYZ 71.731 517.043 null]
+2749 0 obj <<
+/D [2740 0 R /XYZ 71.731 638.98 null]
 >> endobj
-2653 0 obj <<
-/D [2643 0 R /XYZ 71.731 311.08 null]
+2750 0 obj <<
+/D [2740 0 R /XYZ 101.32 628.538 null]
 >> endobj
-294 0 obj <<
-/D [2643 0 R /XYZ 228.441 278.204 null]
+2751 0 obj <<
+/D [2740 0 R /XYZ 71.731 627.323 null]
 >> endobj
-2654 0 obj <<
-/D [2643 0 R /XYZ 71.731 273.018 null]
+2752 0 obj <<
+/D [2740 0 R /XYZ 101.32 616.882 null]
 >> endobj
-2655 0 obj <<
-/D [2643 0 R /XYZ 427.619 260.271 null]
+2753 0 obj <<
+/D [2740 0 R /XYZ 71.731 615.667 null]
 >> endobj
-2656 0 obj <<
-/D [2643 0 R /XYZ 387.295 247.319 null]
+2754 0 obj <<
+/D [2740 0 R /XYZ 101.32 605.226 null]
 >> endobj
-2657 0 obj <<
-/D [2643 0 R /XYZ 71.731 216.336 null]
+2755 0 obj <<
+/D [2740 0 R /XYZ 71.731 604.011 null]
 >> endobj
-298 0 obj <<
-/D [2643 0 R /XYZ 199.549 183.559 null]
+2756 0 obj <<
+/D [2740 0 R /XYZ 101.32 593.569 null]
 >> endobj
-2658 0 obj <<
-/D [2643 0 R /XYZ 71.731 176.361 null]
+2757 0 obj <<
+/D [2740 0 R /XYZ 71.731 581.913 null]
 >> endobj
-2659 0 obj <<
-/D [2643 0 R /XYZ 71.731 153.506 null]
+2758 0 obj <<
+/D [2740 0 R /XYZ 71.731 571.95 null]
 >> endobj
-2660 0 obj <<
-/D [2643 0 R /XYZ 147.048 144.007 null]
+1458 0 obj <<
+/D [2740 0 R /XYZ 71.731 531.936 null]
 >> endobj
-2661 0 obj <<
-/D [2643 0 R /XYZ 147.048 132.351 null]
+278 0 obj <<
+/D [2740 0 R /XYZ 381.295 488.838 null]
 >> endobj
-2662 0 obj <<
-/D [2643 0 R /XYZ 71.731 110.732 null]
+1459 0 obj <<
+/D [2740 0 R /XYZ 71.731 485.275 null]
 >> endobj
-2642 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F44 1937 0 R /F48 1949 0 R /F27 1144 0 R /F35 1481 0 R /F61 2401 0 R >>
-/ProcSet [ /PDF /Text ]
+282 0 obj <<
+/D [2740 0 R /XYZ 195.006 449.466 null]
 >> endobj
-2665 0 obj <<
-/Length 1980      
-/Filter /FlateDecode
->>
-stream
-xڭk������
-&(18��|�@?8v$h�Ns@Z�A�#W"k�+�ԝ���I�tNA!;�;;;v<�i'�*	`�3�ǑS�W����﮴`�e}������� p2�Łs�uB��,q��Wi�;�寫�U�M���[����a̛��v<���T7M��v���_n�K� QY�._�%c��*/A�t�(/L��KU���]>T�7��0�8FT�Yk��(!�!ߚ���C�c�[��~�ȼN"��Y��S��,q譎���܏��^!ɒ�ce����� Hcݚ�G4��c����L1a[k���_�֎_�ZW2���p慄
-����o�nn/%@i�W�ٛ������p~��P� [�j*�^��h���5�E��J���,�D���������� ��P^��ɤ"���P	c5{qc)�C=V�3Q�������N�,��A
>���*���;���	�4c��JA����u��8i�:cJ��[�1�5*R֑W�ܴ�e�]���i�n�/�_S��fc ���Iȵ�a4���k�*ۺ���w5�d��9�yY����S�氉9l&�>������������5�ҍ0�M�P���;��nD4�	���M>�,��k9<�^���A��)P�d�2�apQ?�넩ޜًX�$����LhpS�ǙM���E�D���} g}���7�)!�������
-qCH�A�9ZeY����^�|��Ln�S�C�
>+x$�3���U�lJ�:��I�xZQ�D�L�J������0/b�S��f
��t�
 ޼ţ�8Y��[��q�n�(�^pi0��ua&����G���c��a�	�ZrAY(��C3R2	���hA��C�N�8R�x��of�ḃ��{^��`�(��$A�4\��ni�v���ܕ�ɝЮ;��׶�ǚ<my�$�a&y��X����6V�A~��O���$b̲IJ��񡪋�A��'y/�9X/����a��䜸��n��
-��%�?j�q����i�� P�T7_�*P,�;T���:�=�}�Oޢ�Tꁗ����؛�4G��I��YTyG&�����K�}��t%�U��G�r�rD���ޔM���~�j:�58tI�-�w�q���Aę���L*��l��\�py;��m�1�0�¶-Č�D8�)y�3R����!��p�m�)�:���z��vy�3��j��}�#�SZ��6<�2�2čΞӅrp=��V����#��7�߽�$v��b��5FA}R�O���|ֽT���O��=���w%F���I(}BUNH�͝6�V�z�O7�Ff�[�ʀj�$�V�g/G�x,��K�w"���?_m�h���k�m�ݡ������f[#����lk6[kɨ����{��������2"�O�r&�]^9o)���$�Ӏ�&�q�;
6�R��r�̲��9c�#������w;N'.=�"�gZ\�?���݄y*@��#]|H_ϼ���i>'��'�؝H�
-�[P����ss�+/���4�Џגu�HF��1c^�i	��z5?��L����;���R��+B�D�\���%�f?���@&�����N-D%���K��
-��Cg�uo��67E�UԂ����~��%�-��+��e<<�ԡ����l���O���ƶ<)�c�����������h��%�*��Ua�̻o����Rݕfo�2�W*,��$e�F4Y�O�
-��֮y��
ǓZ�������/����CO�cG޷��4�;'�YJ�O�R�]c&��H
-�f�z�R�@�LZ�c51<BF�d��f��z4�L��o+kz�4���
����f�
-��������j�&v�����I��	L�s��Q��>9��)V�C Y����C�b0^m���Z��~�0���^谻��ϿpP���g��{�*��������x��ǟ�P�>�e���:�5endstream
-endobj
-2664 0 obj <<
-/Type /Page
-/Contents 2665 0 R
-/Resources 2663 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 2641 0 R
+2759 0 obj <<
+/D [2740 0 R /XYZ 71.731 442.113 null]
 >> endobj
-2666 0 obj <<
-/D [2664 0 R /XYZ 71.731 729.265 null]
+1460 0 obj <<
+/D [2740 0 R /XYZ 71.731 396.3 null]
 >> endobj
-2667 0 obj <<
-/D [2664 0 R /XYZ 71.731 718.306 null]
+286 0 obj <<
+/D [2740 0 R /XYZ 161.035 359.085 null]
 >> endobj
-2668 0 obj <<
-/D [2664 0 R /XYZ 147.048 708.344 null]
+2761 0 obj <<
+/D [2740 0 R /XYZ 71.731 348.942 null]
 >> endobj
-2669 0 obj <<
-/D [2664 0 R /XYZ 147.048 696.687 null]
+2762 0 obj <<
+/D [2740 0 R /XYZ 71.731 323.852 null]
 >> endobj
-2670 0 obj <<
-/D [2664 0 R /XYZ 71.731 675.068 null]
+2763 0 obj <<
+/D [2740 0 R /XYZ 118.555 285.288 null]
 >> endobj
-2671 0 obj <<
-/D [2664 0 R /XYZ 361.161 662.117 null]
+2764 0 obj <<
+/D [2740 0 R /XYZ 281.083 276.823 null]
 >> endobj
-2672 0 obj <<
-/D [2664 0 R /XYZ 71.731 647.009 null]
+2765 0 obj <<
+/D [2740 0 R /XYZ 252.403 241.855 null]
 >> endobj
-2673 0 obj <<
-/D [2664 0 R /XYZ 71.731 632.065 null]
+2766 0 obj <<
+/D [2740 0 R /XYZ 118.555 234.878 null]
 >> endobj
-2674 0 obj <<
-/D [2664 0 R /XYZ 76.712 582.615 null]
+1461 0 obj <<
+/D [2740 0 R /XYZ 71.731 201.711 null]
 >> endobj
-2675 0 obj <<
-/D [2664 0 R /XYZ 118.555 539.07 null]
+290 0 obj <<
+/D [2740 0 R /XYZ 282.307 173.064 null]
 >> endobj
-1401 0 obj <<
-/D [2664 0 R /XYZ 71.731 465.555 null]
+2767 0 obj <<
+/D [2740 0 R /XYZ 71.731 170.404 null]
 >> endobj
-302 0 obj <<
-/D [2664 0 R /XYZ 138.296 433.051 null]
+294 0 obj <<
+/D [2740 0 R /XYZ 268.211 142.678 null]
 >> endobj
-2676 0 obj <<
-/D [2664 0 R /XYZ 71.731 425.699 null]
+2768 0 obj <<
+/D [2740 0 R /XYZ 71.731 135.48 null]
 >> endobj
-2677 0 obj <<
-/D [2664 0 R /XYZ 71.731 387.856 null]
+2769 0 obj <<
+/D [2740 0 R /XYZ 71.731 112.626 null]
 >> endobj
-2678 0 obj <<
-/D [2664 0 R /XYZ 114.77 378.356 null]
+2739 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R /F60 2522 0 R /F64 2732 0 R /F44 2030 0 R /F48 2042 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-2679 0 obj <<
-/D [2664 0 R /XYZ 114.77 366.7 null]
+2772 0 obj <<
+/Length 1357      
+/Filter /FlateDecode
+>>
+stream
+xڵWmo�6��_a� 
-J�^�C�E�5�Z���"ѱPItI:���w䑲{݀a��<<>'�EtQPR�0$Ir�h��xq;�/�ӈ�Jt�s��X�J�EE�<]�֋���*E���%�U�1���[�e%,��Q����W���]����꧋���)KR��7��:���D��&0�_\�4�l`m�붓ϗ1��Z���aD��7����R����+�|����2�_���p�?;��c[!��2.��KR�R��#�������#gDq�����;�zn��l�Պ[�j�컻sT�柬���}.eԋ�󀛤�K�k�u���Asn���9�|���b+,#Y�V���PbK�(�Ն�p�SZ(_�4�u���[�7�N��a
+5�bڿ��Ɓ����M=���{=���?��3��r#�БB_�itk\�{���S�;]�[�� ���N����
J�޿|��7TT\�����I#eYBn&�c�]=�!(c�W^��
+�#ԑ��(Ks���JH�(^��B��L�2�!e���HA���]��%n�-o����zS�,���K�!�_��)�;��pE��	�;�p�8N�'N��<��g��YZC'Ѹ ��4�f
+r�;��!ωz��#j(���O_DތK>X�$.��8N�*F1[s`�4��E$D�[���<���m.��^D�pGlu79sFܭ�B�k��w(�C�:x�p(�Ι� ��w-�d�읧��5��AlM��(��4L� ��K����$�;�����Rʪ�.LbO*�j�sw{� œ�׸�9�ð��_�����j�����1���L�W����~	#%G%�c2 ���V�l�C�<>��9[[<>�'���;5�ӌ�vd�r�cR?���惯0Km�=V�e��Fy���`}d��6�C���ũc�Q����{��64��R&�8��k;7�
�g�m<sk��Tir�>)+����^�q�:�0�O"�jB�-�C�<h5w�I(��w�">)��YPw���Ҥ E�fx�ʉ�����^Bӈ��&��S�Ao&B����5��B�����sƉ�r�|z�
+0$k��<�Xo��?:���	�G�6�=?Þ�&9DbZ���=�DkF5я[7��Z�do8(E�~!\����F�^��k�yn¹udoU̧R;�-(-m��BΣ��v
+o���u�����d��G�������]��#z�lW0C#���>j$余'�?�X[;���jp��:5�������3�1�a��Ù�x�ߘ]P���ˆ�3���oSs�%O���YIJ��o��:����b	�[������ҩ����n�endstream
+endobj
+2771 0 obj <<
+/Type /Page
+/Contents 2772 0 R
+/Resources 2770 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 2737 0 R
 >> endobj
-2680 0 obj <<
-/D [2664 0 R /XYZ 114.77 355.044 null]
+2773 0 obj <<
+/D [2771 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2681 0 obj <<
-/D [2664 0 R /XYZ 114.77 343.388 null]
+2774 0 obj <<
+/D [2771 0 R /XYZ 71.731 523.537 null]
 >> endobj
-2682 0 obj <<
-/D [2664 0 R /XYZ 114.77 331.731 null]
+298 0 obj <<
+/D [2771 0 R /XYZ 228.441 490.66 null]
 >> endobj
-2683 0 obj <<
-/D [2664 0 R /XYZ 114.77 320.075 null]
+2775 0 obj <<
+/D [2771 0 R /XYZ 71.731 485.475 null]
 >> endobj
-2684 0 obj <<
-/D [2664 0 R /XYZ 114.77 308.419 null]
+2776 0 obj <<
+/D [2771 0 R /XYZ 427.619 472.727 null]
 >> endobj
-2685 0 obj <<
-/D [2664 0 R /XYZ 114.77 296.762 null]
+2777 0 obj <<
+/D [2771 0 R /XYZ 387.295 459.776 null]
 >> endobj
-2686 0 obj <<
-/D [2664 0 R /XYZ 114.77 285.106 null]
+2778 0 obj <<
+/D [2771 0 R /XYZ 71.731 428.792 null]
 >> endobj
-2687 0 obj <<
-/D [2664 0 R /XYZ 114.77 273.45 null]
+302 0 obj <<
+/D [2771 0 R /XYZ 199.549 396.015 null]
 >> endobj
-2688 0 obj <<
-/D [2664 0 R /XYZ 71.731 251.831 null]
+2779 0 obj <<
+/D [2771 0 R /XYZ 71.731 388.817 null]
 >> endobj
-2689 0 obj <<
-/D [2664 0 R /XYZ 307.022 238.879 null]
+2780 0 obj <<
+/D [2771 0 R /XYZ 71.731 365.963 null]
 >> endobj
-1402 0 obj <<
-/D [2664 0 R /XYZ 71.731 218.79 null]
+2781 0 obj <<
+/D [2771 0 R /XYZ 147.048 356.463 null]
 >> endobj
-306 0 obj <<
-/D [2664 0 R /XYZ 200.472 181.574 null]
+2782 0 obj <<
+/D [2771 0 R /XYZ 147.048 344.807 null]
 >> endobj
-2690 0 obj <<
-/D [2664 0 R /XYZ 71.731 174.222 null]
+2783 0 obj <<
+/D [2771 0 R /XYZ 71.731 323.188 null]
 >> endobj
-1403 0 obj <<
-/D [2664 0 R /XYZ 71.731 120.439 null]
+2784 0 obj <<
+/D [2771 0 R /XYZ 71.731 300.174 null]
 >> endobj
-2663 0 obj <<
-/Font << /F33 1242 0 R /F35 1481 0 R /F61 2401 0 R /F27 1144 0 R /F32 1151 0 R /F23 1137 0 R /F44 1937 0 R >>
+2785 0 obj <<
+/D [2771 0 R /XYZ 147.048 288.618 null]
+>> endobj
+2786 0 obj <<
+/D [2771 0 R /XYZ 147.048 276.961 null]
+>> endobj
+2787 0 obj <<
+/D [2771 0 R /XYZ 71.731 255.343 null]
+>> endobj
+2788 0 obj <<
+/D [2771 0 R /XYZ 361.161 242.391 null]
+>> endobj
+2789 0 obj <<
+/D [2771 0 R /XYZ 71.731 227.283 null]
+>> endobj
+2790 0 obj <<
+/D [2771 0 R /XYZ 71.731 212.339 null]
+>> endobj
+2791 0 obj <<
+/D [2771 0 R /XYZ 76.712 162.889 null]
+>> endobj
+2770 0 obj <<
+/Font << /F33 1302 0 R /F35 1563 0 R /F48 2042 0 R /F27 1204 0 R /F60 2522 0 R /F32 1211 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2693 0 obj <<
-/Length 1528      
+2794 0 obj <<
+/Length 1744      
 /Filter /FlateDecode
 >>
 stream
-xڍW{o�6�?��0
-TbF���
N���4k�
�:�E�B%��é7l�}w<R~&+���=w<�?ދ9�}��yQ؛gno'ߟqC14$������[��%,���d���%q/�=6
-��$�͹Z�U#���]�c4ޔu#�<+��ley.�O~8��tBC?f��Q/Ks����8gI�f�@w�� Кy,b�R<r&KI��2�+Y��lh�N6K��j�3����h��hnt�����?�NC{���J��f��q�9�R��j-�:�݊������+Yժ�h=�;�2�jNレ�s�5m��Y.S+˪a�_U�3՚��5`	�f�m�n��/g�bhԖ�9����DI8��� 1�`��a�x���P,�6�OY��YG;WyN^�3SE!��
E�{#���(`a8�
��EZѩ����,�@�D�
"gQHDKUȋ�R���b��8�ZE���PY=�4��Z�>��*z,t}-a\��U��j�\ߘ�D���)�a�l�4�o�PVi�ŗi�� �@jǏF�b�%�_���-�U�撨�h��`�)�A:�wZ8��z��BА����B)pH����l:�\�m��9��`c)�poX��0r��\�Umxu��@0S��u�7{�&�w�+%���pB"�,8�.p?pY$;��;,,w��w�z_\V�fUݠ������.dM)5/8i�`�G��m%i�
-��f�����	��.J��
-$���	M�v�UmQ�0:%Q܎,�y;�g<C�G:���Hh�
����q,Ti�Ec�L]�r7s�	�%{��
9�߃l����%b'@K��N������J�`�O�{G۪�+�&��ַ�6���'���|N)�+b�)kHBmt\Uj*�:�7��g���ZaV�J������q��ў4E$����%>�U�������%���ߋb��`�M��#���c��
-����d|{{7����|з����������9~_߃[��8z��>n��C�q�L���x��]��[7�6M�h�t�es��N|��}�Es�	f����YQdM����*K��N"MIH�šgIt����0����,�Y�ʢ�l���*SwQ�����V*8î����qe�Չ��J}�	e���oeS���-ͦ{e������������r������{w��.����A�q�T{�<p�������9�M��S����Y�Y��z�]����S)��
-Td66��Y���=f�	���$Br4Vr��J(��nOeg��0?POT�j�v��E^�Q@�xT��q�4rq��+��-��㬒��44�p�}���z�ľfܵ��)�fF�)�
-Ҫ@�3u�G��c��TC@vd2���1��F�>&���~����q	|��p!�����
�}~��@�a ��=`��^B������3����^�ec/H����C�ҝŀs�`�ƒ5~t����&:!u2�j�д��"V�Nީ�VN��/T�]�؈�/~7oI�>�C/�����!�羅�E��endstream
+xڭ]o�F�ݿB�F�N�
+��6݆h�a���A�ΖV}��s�a�}䑒�8m���#�x<~��t<��N"E��g#g��<g'��$S,�d1�yq3[�N&�8pn�N(S�%N�"�|�x�^���(=_������Wmo��
�/v��U]��7�g�ތ�FA"�4��\���˜��EI��4{��s
+�}
�����C�+H2G�,������#+�Yĩ���k<�.ӝ�XH�(	�S�
+/���������xRQ��
+���kzn�[4
+�a�[:`��^X�(���X�Ajo���0�ܫ�x�邥e��Z:*r�tmOH���3�Ҵ�#��]�RUKT�#���õ�ʔ�����||��yc/�jc���~�����{�:ɋ�j����t�'T!�����t����
+�pK;�����	��m��lk[{Ե���|n%��-�Z�类�Mյ|iM�}��v���jjZ:Y��	x��s�i���M�*+��OR�
\��jU���k&�i����( ��IH~gt��D�� ����T��IB�O�	ל(IE�E�:��E H�k4��5募
+X����C{�-:�K]�{W���V���t��%�pU�u�����hq<.��l.����q���5JdI��wSr�\��:?�
+���G�N���[<�UuA�#�C�G
9"�z-����H��/a�]wu�aNߏUx�5
�LOX�l
+B7����o)8����+���^k	�*�wm^F��m�1��h��p9��������72����}�3�ޡt'׽�#�<�4f{�\� ��͗��ϱ�]-{�Z�2��&�b����c��x��;p�g?�=�	��oѪ ƨ�"���|#�D ���{�ױ\���N1fc���,��F��S�#T�������<Qf��N-�T�K�}ٵ�j��,բ��[��J��˲��\w�uꏰh�䇞=���cToN�P>�8�M�!v�J��
+��O�" p\�4a���4�,�%��(�J���=�������x�7NC�"�g�c�k���@9� 
+D��� ���g����K*rb�ݰ�6������=��B��X��Ʉ�&= +]mM�e��dDQ�k�L^�u	FL���PjL9Po���AX��D�؃��=�bo�bWC)�FC�οv�(yD�ށ�	s�aaXii�v�;��f��x������#�e���&�
3��u�M��}C�Y>����RTk��kl=Z����(���L�6Ta�һ��2��V�j��"o
mp��}��,����l�s°��:i6�����>�!���V�`��3�h�� �X�F-)"�^Fcc��ͬh�f�rn��G�"��`%lLq��Л��v�Q���2ǯU���~���0��_f�`��3h8��Q5�D���z�j_t�a֩�A�r��6�!WAB`�R��fU�ݦW5Yy��Q-Kq���̇�Ud��Lj5��$�ah�"�Z(�a2�z�yO�����k���T	��c?�b^0�?�A{�	�
+���6��)�S��(&�9�[�}�@&�DG!ji״b����lM�}k��������Ҏ/��y�v`xj��F7���A��М�2�c��������w�_
3��������{:O�Ћ��\����x��f��<-��Xy�0gV�'�A��|����bԪ�x�a��G�]��t��_m$'?�D~g#��~�9}�_Sձ�endstream
 endobj
-2692 0 obj <<
+2793 0 obj <<
 /Type /Page
-/Contents 2693 0 R
-/Resources 2691 0 R
+/Contents 2794 0 R
+/Resources 2792 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2641 0 R
+/Parent 2737 0 R
 >> endobj
-2694 0 obj <<
-/D [2692 0 R /XYZ 71.731 729.265 null]
+2795 0 obj <<
+/D [2793 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2695 0 obj <<
-/D [2692 0 R /XYZ 71.731 741.22 null]
+2796 0 obj <<
+/D [2793 0 R /XYZ 118.555 684.724 null]
 >> endobj
-310 0 obj <<
-/D [2692 0 R /XYZ 256.412 708.344 null]
+1462 0 obj <<
+/D [2793 0 R /XYZ 71.731 611.209 null]
 >> endobj
-2696 0 obj <<
-/D [2692 0 R /XYZ 71.731 699.891 null]
+306 0 obj <<
+/D [2793 0 R /XYZ 138.296 578.705 null]
 >> endobj
-2697 0 obj <<
-/D [2692 0 R /XYZ 71.731 669.325 null]
+2797 0 obj <<
+/D [2793 0 R /XYZ 71.731 571.353 null]
 >> endobj
-2698 0 obj <<
-/D [2692 0 R /XYZ 71.731 659.362 null]
+2798 0 obj <<
+/D [2793 0 R /XYZ 71.731 533.51 null]
 >> endobj
-2699 0 obj <<
-/D [2692 0 R /XYZ 136.289 649.863 null]
+2799 0 obj <<
+/D [2793 0 R /XYZ 114.77 524.01 null]
 >> endobj
-2700 0 obj <<
-/D [2692 0 R /XYZ 136.289 638.207 null]
+2800 0 obj <<
+/D [2793 0 R /XYZ 114.77 512.354 null]
 >> endobj
-2701 0 obj <<
-/D [2692 0 R /XYZ 71.731 598.655 null]
+2801 0 obj <<
+/D [2793 0 R /XYZ 114.77 500.698 null]
 >> endobj
-2702 0 obj <<
-/D [2692 0 R /XYZ 71.731 580.623 null]
+2802 0 obj <<
+/D [2793 0 R /XYZ 114.77 489.041 null]
 >> endobj
-2703 0 obj <<
-/D [2692 0 R /XYZ 71.731 570.66 null]
+2803 0 obj <<
+/D [2793 0 R /XYZ 114.77 477.385 null]
 >> endobj
-2704 0 obj <<
-/D [2692 0 R /XYZ 136.289 559.103 null]
+2804 0 obj <<
+/D [2793 0 R /XYZ 114.77 465.729 null]
 >> endobj
-2705 0 obj <<
-/D [2692 0 R /XYZ 136.289 547.447 null]
+2805 0 obj <<
+/D [2793 0 R /XYZ 114.77 454.072 null]
 >> endobj
-2706 0 obj <<
-/D [2692 0 R /XYZ 71.731 507.895 null]
+2806 0 obj <<
+/D [2793 0 R /XYZ 114.77 442.416 null]
 >> endobj
-1404 0 obj <<
-/D [2692 0 R /XYZ 71.731 476.912 null]
+2807 0 obj <<
+/D [2793 0 R /XYZ 114.77 430.76 null]
 >> endobj
-314 0 obj <<
-/D [2692 0 R /XYZ 219.101 441.544 null]
+2808 0 obj <<
+/D [2793 0 R /XYZ 114.77 419.104 null]
 >> endobj
-2707 0 obj <<
-/D [2692 0 R /XYZ 71.731 435.417 null]
+2809 0 obj <<
+/D [2793 0 R /XYZ 71.731 397.485 null]
 >> endobj
-2708 0 obj <<
-/D [2692 0 R /XYZ 71.731 404.583 null]
+2810 0 obj <<
+/D [2793 0 R /XYZ 307.022 384.533 null]
 >> endobj
-2709 0 obj <<
-/D [2692 0 R /XYZ 71.731 394.62 null]
+1463 0 obj <<
+/D [2793 0 R /XYZ 71.731 364.444 null]
 >> endobj
-2710 0 obj <<
-/D [2692 0 R /XYZ 71.731 145.355 null]
+310 0 obj <<
+/D [2793 0 R /XYZ 200.472 327.228 null]
 >> endobj
-2711 0 obj <<
-/D [2692 0 R /XYZ 389.403 132.404 null]
+2811 0 obj <<
+/D [2793 0 R /XYZ 71.731 319.876 null]
 >> endobj
-2712 0 obj <<
-/D [2692 0 R /XYZ 410.125 132.404 null]
+1464 0 obj <<
+/D [2793 0 R /XYZ 71.731 266.093 null]
 >> endobj
-2713 0 obj <<
-/D [2692 0 R /XYZ 430.846 132.404 null]
+314 0 obj <<
+/D [2793 0 R /XYZ 256.412 233.779 null]
 >> endobj
-2714 0 obj <<
-/D [2692 0 R /XYZ 494.944 132.404 null]
+2812 0 obj <<
+/D [2793 0 R /XYZ 71.731 225.326 null]
 >> endobj
-2691 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F61 2401 0 R >>
+2813 0 obj <<
+/D [2793 0 R /XYZ 71.731 194.76 null]
+>> endobj
+2814 0 obj <<
+/D [2793 0 R /XYZ 71.731 184.797 null]
+>> endobj
+2815 0 obj <<
+/D [2793 0 R /XYZ 136.289 175.298 null]
+>> endobj
+2816 0 obj <<
+/D [2793 0 R /XYZ 136.289 163.642 null]
+>> endobj
+2817 0 obj <<
+/D [2793 0 R /XYZ 71.731 124.09 null]
+>> endobj
+2818 0 obj <<
+/D [2793 0 R /XYZ 71.731 106.058 null]
+>> endobj
+2792 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F44 2030 0 R /F27 1204 0 R /F35 1563 0 R /F60 2522 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2717 0 obj <<
-/Length 1437      
+2821 0 obj <<
+/Length 1603      
 /Filter /FlateDecode
 >>
 stream
-xڭko�6�{~�l��Ŝޏ��f}x@���
�>�2m	�D��x�~G�IV�݆��y��M�_x������ gA/���[����'�%�,g<��߽	�E��$\�w���X�.�0`Y,��ߝ��w�P�2�='`��Z���=�_
�������.^��C�0ey~֮��̰ =6��e,�"kX#�C-�1 v�r�t#e_���3D��b�A�=�;?߭���{��Z\rP]6���{������]_�V_ю��H$΍�;�n8/�����{@/��!�B¾5����QH�*mb�Y��)���q�K�E��
-��A�h�(�r7%�/y5ʒd�ˑ(���9L,E]_�P'�"c^j��D,���2HX����
��WȘ���'��4�,���	U������ͽ9���ڜ��̓�ϋ{�U�F��c�Ʒ05)D�#T#B�[$Zw������G�
�%v>�?�$�B���lޒV[�O�NQ�v/4C��t"
-�0jh����/���)UT��t>� +Wt���K�!���WC����5����l�/��Vj�$t�άY
@c�޴-n�N�D�d!�F�.�Po�`���l{�7���;���(�?fN���\��F�~@L���;�HZ6d���E��XA2,~��0�b�;�`Ϥ�J�?&7�Z�b�Ue{��Ou8�f�𖘱V�W���)Gy���>k��,	��"zhQD�C�lbW�Q�҈��Tm_�~��3#��| O*�4����Â�Aw�b(np����N(�	�$�
T���l0ï$�enxA��KKl6�l		,Lm��7��C��<)R
-������Zbڙ�ۑJsˬ�g"���-l�#0��a:�DDO+�5��m�-���<��Ah�C���}�#
�*���l�!����6��č�;�G�sK��%p��d;�`�:�KYj�v\k;���d�L)��l���!G�㴋����k�1�e;�
-0H��c�&�
�Ĝ��u�Ccz��L��F�1���'Su=f���8����Mļ�G���

�<u?ʏN�A���D�s�㐥�q���|z~����L��P���	������k�I���}��}}}}ϕ�`a�…���J.ǘ�T-f)`	�MC���n��G����q�3K6x�P�
-�p5^i���h�y<�p�!��,���'l��������0v��}e�nw[
96>�t'�����0ަ�Vrh���dJ-m�NłC���I�y��%�%f�q�d�3*���[6v(��
+��fPව���g�Sf�H,7�}l�
ˑ��tx*��k,?L�_F����1U�B�ܾ+O�2�KEI�z<���`e?��)X���;�az lk�}�iЎc�"M[�A�4�d��K�>���e~����#���c��U��駾	Ϗ���endstream
+xڍko�6�{~�a�Č��2tC�%k�$�oðm1�PI4�H�
�o���_i7���_<�?>I8K����h��O��
+N�;�cfPf;8��'gWA0�X���$�)˒I�,���<��yS�u/[w�G��3�^7]/��lV�~=��,�J��Ͽ?���B� aY|Q/�s�X4I���^<���f��KY�Z��Z4_������,�՛�8gq�h��ug��Z6y%��I[w�����O�>��!���Y���/n�9e_��i��E�!�9���r'?5k��$,#Z��jh�c�� �����Z�a�T����V�/�� �����9Cod<�F
�Q<~ry�5D�#��j6�;�k$[����+w����1ڙ>�"����P��<?����mdƕ���E�	F�0L5��b2�CI��57�n�O.���%�4?��Q�3��l���4�%r���|PO�^��z�y�jh%m�+�]�����N@�dgG�-A��%	����ڍG�S2����+7	�7���#�������ǐ4Pd�����9�7�P�u�<'������XSEhC��P
�T��o�9�@)wJ`�>"�)?�-�^Y	��ܧ󽣵l;���������F��s�
X���~��Dt���׭Z����
�T�#�SX��5����&�cIl�w
+�ɣ�%>�u��h
����k��ꟳz�TgU����<
[��<�k@�w󋛛ۋ;���;M�l4�Z4��ll��cL5PA~$��^�6�A����+�9ϏQGgl}hܬc����A#�E6���G��/O-͡�4��[�!����lOa�s�R�'���$򜄌��yE�����[Z��lUS��=��-�¦�hrkjgyI�
+5����6W���+{d��bO�S)���Ur�HU.L�J�b-6�dY
���)?t�F�$�������������,���W&�v�P��v/����|w!#]=�{�x��^4t��Գ�76�]�]7T��)��T�666q�B�j�t�UfB#Zl�P���[	�|��9�n$<�'Zy�\��={f�Mn�4�xPx�q�3Cp�D��A}}�w�J�K�}(��^Qz�o3/����m��
+���AtFiU�;�yt�<aq�CHu*C���c�C�pz����c�>Kd��5�#.a��.dY����yQ��/x&�!����{_[��z���&��L�`�h����[I��~hTz�p9�v,<xr�h۠h�	���W��f$��j��h���x\��@O'L�gڈl�L%ރm �A�ʣ�v|M�4�IόAk6��Z��z�ŕ!6�k|0��N�0L���/k��ı���d��ȱ���q
+�Y)���,���˒�s'��y�8���ߧ��P�O�f�ޙ#q�(�ݡ��K�	3~p�/�뱴���{��a��^v(���{0]�
+��Ĩ{��+HLb���2�:jc���7��q'��‡������23�uM	������0q�� ��m׍D�hbF���Q����jX_z!�����ؼ�Ô�<��[}�r�T�|h���E���Ͻ��E���5�endstream
 endobj
-2716 0 obj <<
+2820 0 obj <<
 /Type /Page
-/Contents 2717 0 R
-/Resources 2715 0 R
+/Contents 2821 0 R
+/Resources 2819 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2641 0 R
->> endobj
-2718 0 obj <<
-/D [2716 0 R /XYZ 71.731 729.265 null]
->> endobj
-2719 0 obj <<
-/D [2716 0 R /XYZ 71.731 670.321 null]
->> endobj
-2720 0 obj <<
-/D [2716 0 R /XYZ 71.731 660.359 null]
->> endobj
-2721 0 obj <<
-/D [2716 0 R /XYZ 136.289 650.859 null]
->> endobj
-2722 0 obj <<
-/D [2716 0 R /XYZ 136.289 639.203 null]
+/Parent 2737 0 R
 >> endobj
-2723 0 obj <<
-/D [2716 0 R /XYZ 71.731 599.651 null]
+2822 0 obj <<
+/D [2820 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2724 0 obj <<
-/D [2716 0 R /XYZ 71.731 568.668 null]
+2823 0 obj <<
+/D [2820 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2725 0 obj <<
-/D [2716 0 R /XYZ 71.731 558.705 null]
+2824 0 obj <<
+/D [2820 0 R /XYZ 136.289 708.344 null]
 >> endobj
-2726 0 obj <<
-/D [2716 0 R /XYZ 136.289 547.148 null]
+2825 0 obj <<
+/D [2820 0 R /XYZ 136.289 696.687 null]
 >> endobj
-2727 0 obj <<
-/D [2716 0 R /XYZ 136.289 535.492 null]
+2826 0 obj <<
+/D [2820 0 R /XYZ 71.731 657.136 null]
 >> endobj
-2728 0 obj <<
-/D [2716 0 R /XYZ 71.731 495.94 null]
+1465 0 obj <<
+/D [2820 0 R /XYZ 71.731 626.152 null]
 >> endobj
-2729 0 obj <<
-/D [2716 0 R /XYZ 71.731 424.045 null]
+318 0 obj <<
+/D [2820 0 R /XYZ 219.101 590.785 null]
 >> endobj
-2730 0 obj <<
-/D [2716 0 R /XYZ 71.731 414.082 null]
+2827 0 obj <<
+/D [2820 0 R /XYZ 71.731 584.658 null]
 >> endobj
-2731 0 obj <<
-/D [2716 0 R /XYZ 136.289 404.583 null]
+2828 0 obj <<
+/D [2820 0 R /XYZ 71.731 553.823 null]
 >> endobj
-2732 0 obj <<
-/D [2716 0 R /XYZ 136.289 392.927 null]
+2829 0 obj <<
+/D [2820 0 R /XYZ 71.731 543.861 null]
 >> endobj
-2733 0 obj <<
-/D [2716 0 R /XYZ 71.731 353.375 null]
+2830 0 obj <<
+/D [2820 0 R /XYZ 71.731 294.595 null]
 >> endobj
-2734 0 obj <<
-/D [2716 0 R /XYZ 71.731 328.304 null]
+2831 0 obj <<
+/D [2820 0 R /XYZ 389.403 281.644 null]
 >> endobj
-2735 0 obj <<
-/D [2716 0 R /XYZ 125.529 318.805 null]
+2832 0 obj <<
+/D [2820 0 R /XYZ 410.125 281.644 null]
 >> endobj
-2736 0 obj <<
-/D [2716 0 R /XYZ 125.529 307.148 null]
+2833 0 obj <<
+/D [2820 0 R /XYZ 430.846 281.644 null]
 >> endobj
-2737 0 obj <<
-/D [2716 0 R /XYZ 125.529 295.492 null]
+2834 0 obj <<
+/D [2820 0 R /XYZ 494.944 281.644 null]
 >> endobj
-2738 0 obj <<
-/D [2716 0 R /XYZ 125.529 283.836 null]
+2835 0 obj <<
+/D [2820 0 R /XYZ 71.731 235.651 null]
 >> endobj
-2739 0 obj <<
-/D [2716 0 R /XYZ 125.529 272.179 null]
+2836 0 obj <<
+/D [2820 0 R /XYZ 71.731 217.719 null]
 >> endobj
-2740 0 obj <<
-/D [2716 0 R /XYZ 125.529 260.523 null]
+2837 0 obj <<
+/D [2820 0 R /XYZ 71.731 207.756 null]
 >> endobj
-1405 0 obj <<
-/D [2716 0 R /XYZ 71.731 228.942 null]
+2838 0 obj <<
+/D [2820 0 R /XYZ 136.289 198.257 null]
 >> endobj
-318 0 obj <<
-/D [2716 0 R /XYZ 197.861 189.569 null]
+2839 0 obj <<
+/D [2820 0 R /XYZ 136.289 186.6 null]
 >> endobj
-2741 0 obj <<
-/D [2716 0 R /XYZ 71.731 182.217 null]
+2840 0 obj <<
+/D [2820 0 R /XYZ 71.731 147.049 null]
 >> endobj
-1406 0 obj <<
-/D [2716 0 R /XYZ 71.731 141.385 null]
+2841 0 obj <<
+/D [2820 0 R /XYZ 71.731 116.065 null]
 >> endobj
-2715 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F61 2401 0 R /F23 1137 0 R >>
+2819 0 obj <<
+/Font << /F33 1302 0 R /F35 1563 0 R /F60 2522 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2744 0 obj <<
-/Length 2525      
+2844 0 obj <<
+/Length 1904      
 /Filter /FlateDecode
 >>
 stream
-xڭYms���_���I���K��I�i�w׋��N.ӡHHbL*I����>�]P��sg.���b����ga����;��!>A�I�������_$6"���|}s�m:��'�s�s"?s��I�������~^}s(���כ �V����a,����������n�b���7��&���ͳ��uY������nǴ2�A/s�(2+�č]���f��������ձ(׾�:(n��n�^�։	���=gC{r��_k��	��hU�?u�!�F7�F7x����,=�b�֋��-7���[�F;��huԽ�aGѤT%bZƊ���e���b�z�ǫ��G�}/�\&�߱���l<�"f^��n���-�x�X|�����va�Y.�M���&���a��G�.�[��=m���?M=v�c��Ph�@���m��W�p��35�,rT-7K}$?8s�*�-��\&�vj.���n���jD�w���^��=�۷��~�F+U�<�����������
o����k�1���;�����(�Rw</���h�pw�q��9��u�0��L��`'b2��Z�4ZD�302z��3��E�A����{U��?/�a���A����?T�d�$`W�����i��3�>A/�݀�T��G�6uj�͢�_�}]=���~��c�(�]wV�4�
-Ֆi��d�`�>A��`����F����z�Xki�=
�nkL�;1�����2�;�W��s� �%	����ba�&f�=�?�R�$�n���ٌq���F8(NbD�A�K'��@x��pU�Z�
�8S��N��֡�r�����-�&�f��*d���Y�D�U�u�tӓ��,�jZ^;u��&���rJb�Ф<�g�;��Csd�[��噈�O��ԋ-7�g�<�)=`S�2��J��G3�!�U�=X���>(�"/�'u�,�W��2K�;�w���)Rc
-:pU�O���n�FN����t�����_<�"������#��0���y������x�I�K27�'�����gTl�j6Q��]6��q����0Μ�4�t�D[�j\E ��,�#v�̌x��p�ol�����q�dzj�_��f�&֠�	>֥�RKO$(%�a��
-MP�䄽�Aa ��f4�)2fÅ�Z����i�|�8w�ד��	'��ń@<�>�p)LcvB"�j��0��.k��-�hlEw�q�c���i�=�®�a)57-��t�e��g���;���\U���<ȭ���%��ۊ?�	���QGrf.��ލ3 K�\� ��q�L��lj`�qqXl��M>/�@w๾�1�4���ӊ�9�.�c����N�B��:1 ����9�q4;M����<f8n$>x����,CrO�0���r�Jl&6�l[K%��}k`^�M�t�y1F�鉭�/���أϳ����-#2��쪢���lE �V�-3�0"[��I�.�s�1�M�8�]�����n&�� �q�J�S[�R�-.g�ؠ��JqP��T�S^��x����x�js��0U����|��^
5Ɍ���r����_�LJ���̩���LP�������5ܡӰY�g���^V��Q֌hr�-��^#�-�_�"0��r@���j{r���G�G�ħ��2[�)F1��^��r�C4���z��-�@a䠻���QP�TP�
-T�Q�����})ɩ�ȏT�z��P�����P����ݴ &(-���<���4\|�:[�U�3�8g�p�R4D��O=��[�h<��;Q*!�����8w#Ϣn��p��tt�!W'��n�8�[��Ӵ����}����S�5��z��~�jd_
-�޲bS��+y�vRC����L�3�4��N:��Jtj�+_~�Y���@�u+�(`���q���|�-JSx<���iۨ�1%s��!�N����X���T֋1߼[&�����!�-7M�ʳ�F��2�:�p��dܗ��x�8��[�i��<���4����f�}�a⦸��hO#$���#��F|x]�E/���<������x���t��N�K
��,��Qͧ���},��Dhm��ad�PP�y�P�#^�ځ9��e9���	�s�\��ܓD��C�a�g��Ţ�h_ɢ�SI��FR&nTx��ڝ~#W��<�<�B��J�]x��u��I(���ҽwe������c��h�2E��o�o��P��^��n�=������C?�ޫ��m1����V�����V�&�Gߦ����^Xf�3u��g��dv��^"$��ow�-	��Y�%O�&=G~L��sb��ʓ�'�gfIsxpY�;6_�y�#rWczӕ���<�nJ��&a�;`�k���m=*y�+��=y:%ܭO�(�ͥ9f�K����tc`M����;=�k2Ѹ��'O���9����,}}f&��x(��R���.�G�?}��Fq�X�0`���]�ؙ����endstream
+xڝk��4����~A�����f? �-�=tW� �&nm��aU~=3�q�nt�����x^�W-B���H�X�B�y�(�g���'�=��b�$����g�_%ɢE�,��EmD�^��Xl�x��~	^eoհ\�YĂֻ�X�4uw����᯺i����Ͼ�NB�d-�M�zy�kŲ�F�k�+Jro��:܈$M�be/��P��Wy�E�#i�XE�ȳ�#�I��*Qˮj��-i�\Ei��U�>�`��"�6�X,�0ql�hc��<	��4�GE@��QP�
oY�����F?�RC��Ǧ���f\��=6�e���^�e�
+������ 
��p�#���D��\�!Sґ�-k�w�j
�j{$�v�����(�J�'��bQd�3�ǣB#��E&q�kƃs`�����SD ����e�cb�	k��%bz#D�����s��#�~�H��V�#�t�7�ם ���߬
a*�L��2�v����lI�'-���s�PJ�ޑ����KZJ��u�vj4�-D�<(��UL?hyO�N�9�@,L!������o})�,zڶ��65�Ǡ*�(H��7���q���ǐ�3�_�,����{�ҽ}
+*�8L��ӄ��ҳ�)�
�Fi����Ǩ�{Cb#"��tF��MG.�I��\�PZ��D�wy�0�$=k�1�����չױ���!l/�Q�.��X>�AI�;�s�*%��a�]ᗟ��7����������$�ᔘ��u�Pј�2cO}K%nVM}��s��ѧӜ^TSTJ/��ֿ�'�ҟ�f�HJ���/�֝�Z�; -�fC����*�d�k��6>Kĺ@�����t�/,��+��}翳�>;X�MҨ��O�o��|{{�^�E��,�Z����>Y���]c��Sb�	^o��	��Ά��s�3{lP Eg��]�@�kj�E�p���\�Te�X��Nў-pI[�wh��qeQcG��.
+J}82�*k�{P;p��DV�z�\	��J�]ͤR��ecbv���79A�l���vG�
+W�`�B���@,�kx>ZSW�X�7V���a�s�����ty�����&�d�*yZAU5P��u��ZX��X��񒯛�8ډ5��F����W�iD����A�ʗ_�j�T�2�U��SlG 7�LR��gAqX����,�Q�q`�L����V0�
+w����qUþ.y����?�l&�@�t�6 Fs1��p�y��Zz��G:?`61O�;�6�^��+��	��1
�0Nyp��N�2{�}}�g�
a!6!��苣�=O+��k��8��8O䳩�f�����<21h���6A�1�C�3	�N56_��$_iA�d���Ҷ�=���v�)�� ��
+��ԜK�6�p�lU�l��~��|�w��?�?i���9C����q�< �E?��i���Qf�#��?tn�����u�ϣ?|�%ԥ_�hI�mB����
+p&w1�GO�`w.H�'^AT��>\���A�V��{~�PU���|毕��H�5����v��힨T�#}�`U�J#j�Ͳ�@Ez~���wx�X`�u�9Np�<k\\�Ivಂxvv�
�������4Ҏ��!�O�����,;�OT_e��#�Ć��Jw����G/�Z���Ll�l��b�T1�8�1��!��/W@l�2�J��}���e,5��/�?�})��-���ai�/Y�ؓ���^
+ߎm�A�\C�z��RVդ^;���v�糉y��{�P L���!��+IB������� �Q+b_��G7(_�_�˦$|�3���U���'>����0?<��u�Ԡ.�˩�-��S��ge|pU�ǿ��U�Fl�����u&��A+�a��=7l��G�kI?��endstream
 endobj
-2743 0 obj <<
+2843 0 obj <<
 /Type /Page
-/Contents 2744 0 R
-/Resources 2742 0 R
+/Contents 2844 0 R
+/Resources 2842 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2641 0 R
-/Annots [ 2754 0 R ]
+/Parent 2737 0 R
 >> endobj
-2754 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [288.837 391.243 341.583 400.155]
-/Subtype /Link
-/A << /S /GoTo /D (install-perlmodules-nonroot) >>
+2845 0 obj <<
+/D [2843 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2745 0 obj <<
-/D [2743 0 R /XYZ 71.731 729.265 null]
+2846 0 obj <<
+/D [2843 0 R /XYZ 71.731 718.306 null]
 >> endobj
-322 0 obj <<
-/D [2743 0 R /XYZ 284.184 708.344 null]
+2847 0 obj <<
+/D [2843 0 R /XYZ 136.289 708.344 null]
 >> endobj
-2746 0 obj <<
-/D [2743 0 R /XYZ 71.731 699.706 null]
+2848 0 obj <<
+/D [2843 0 R /XYZ 136.289 696.687 null]
 >> endobj
-2747 0 obj <<
-/D [2743 0 R /XYZ 481.532 689.415 null]
+2849 0 obj <<
+/D [2843 0 R /XYZ 71.731 657.136 null]
 >> endobj
-2748 0 obj <<
-/D [2743 0 R /XYZ 71.731 656.374 null]
+2850 0 obj <<
+/D [2843 0 R /XYZ 71.731 585.24 null]
 >> endobj
-2749 0 obj <<
-/D [2743 0 R /XYZ 71.731 619.577 null]
+2851 0 obj <<
+/D [2843 0 R /XYZ 71.731 575.278 null]
 >> endobj
-2750 0 obj <<
-/D [2743 0 R /XYZ 71.731 604.633 null]
+2852 0 obj <<
+/D [2843 0 R /XYZ 136.289 565.778 null]
 >> endobj
-2751 0 obj <<
-/D [2743 0 R /XYZ 76.712 553.126 null]
+2853 0 obj <<
+/D [2843 0 R /XYZ 136.289 554.122 null]
 >> endobj
-2752 0 obj <<
-/D [2743 0 R /XYZ 118.555 509.58 null]
+2854 0 obj <<
+/D [2843 0 R /XYZ 71.731 514.57 null]
 >> endobj
-1407 0 obj <<
-/D [2743 0 R /XYZ 71.731 446.028 null]
+2855 0 obj <<
+/D [2843 0 R /XYZ 71.731 489.499 null]
 >> endobj
-326 0 obj <<
-/D [2743 0 R /XYZ 166.615 413.525 null]
+2856 0 obj <<
+/D [2843 0 R /XYZ 125.529 480 null]
 >> endobj
-2753 0 obj <<
-/D [2743 0 R /XYZ 71.731 403.16 null]
+2857 0 obj <<
+/D [2843 0 R /XYZ 125.529 468.344 null]
 >> endobj
-2755 0 obj <<
-/D [2743 0 R /XYZ 71.731 373.31 null]
+2858 0 obj <<
+/D [2843 0 R /XYZ 125.529 456.687 null]
 >> endobj
-2756 0 obj <<
-/D [2743 0 R /XYZ 71.731 363.348 null]
+2859 0 obj <<
+/D [2843 0 R /XYZ 125.529 445.031 null]
 >> endobj
-2757 0 obj <<
-/D [2743 0 R /XYZ 105.494 307.622 null]
+2860 0 obj <<
+/D [2843 0 R /XYZ 125.529 433.375 null]
 >> endobj
-2758 0 obj <<
-/D [2743 0 R /XYZ 71.731 287.532 null]
+2861 0 obj <<
+/D [2843 0 R /XYZ 125.529 421.719 null]
 >> endobj
-2759 0 obj <<
-/D [2743 0 R /XYZ 131.133 276.737 null]
+1466 0 obj <<
+/D [2843 0 R /XYZ 71.731 390.137 null]
 >> endobj
-2760 0 obj <<
-/D [2743 0 R /XYZ 247.791 276.737 null]
+322 0 obj <<
+/D [2843 0 R /XYZ 197.861 350.765 null]
 >> endobj
-2761 0 obj <<
-/D [2743 0 R /XYZ 431.073 263.786 null]
+2862 0 obj <<
+/D [2843 0 R /XYZ 71.731 343.412 null]
 >> endobj
-2762 0 obj <<
-/D [2743 0 R /XYZ 71.731 248.678 null]
+1467 0 obj <<
+/D [2843 0 R /XYZ 71.731 302.58 null]
 >> endobj
-2763 0 obj <<
-/D [2743 0 R /XYZ 118.555 210.114 null]
+326 0 obj <<
+/D [2843 0 R /XYZ 284.184 270.267 null]
 >> endobj
-2764 0 obj <<
-/D [2743 0 R /XYZ 189.395 201.649 null]
+2863 0 obj <<
+/D [2843 0 R /XYZ 71.731 261.629 null]
 >> endobj
-2765 0 obj <<
-/D [2743 0 R /XYZ 194.423 189.993 null]
+2864 0 obj <<
+/D [2843 0 R /XYZ 481.532 251.338 null]
 >> endobj
-2742 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F32 1151 0 R /F44 1937 0 R /F35 1481 0 R >>
+2865 0 obj <<
+/D [2843 0 R /XYZ 71.731 218.297 null]
+>> endobj
+2866 0 obj <<
+/D [2843 0 R /XYZ 71.731 181.499 null]
+>> endobj
+2867 0 obj <<
+/D [2843 0 R /XYZ 71.731 166.556 null]
+>> endobj
+2868 0 obj <<
+/D [2843 0 R /XYZ 76.712 115.049 null]
+>> endobj
+2842 0 obj <<
+/Font << /F33 1302 0 R /F35 1563 0 R /F60 2522 0 R /F27 1204 0 R /F23 1197 0 R /F32 1211 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2768 0 obj <<
-/Length 2384      
+2871 0 obj <<
+/Length 1804      
 /Filter /FlateDecode
 >>
 stream
-xڭێ���|�q����V�$���I��(�A���D[�EQ����΍�|��b��p8�N:Y�𗬊$*R��2R�|U?ū���S"�f�\|g�%O��ܦ�����>���ҕ��M^����.q�t�z�����ѧ��O/�خӈ�_�������n<�aۧd������'E��� ��� �i�D�U��F߻�8V��׃u��)VeTnRa��(Ga��bq���ǯZWS����ߪ�݁�ߟT�ֽu���������3S�2�.������p��3#Z�}e*�],Cڃ@{
-s��<_Gx^<b��2O�3=��Y�������!ƈ����k���3�LR�6�Q�V�=������8�Qvj���<ӏ#k�z{��Xዦ����d�7�$�Qr:���[=�V��{X�R.�H��n[�ZO6����h[�D{Զ��}��mr��<�My/@T���e�\�X*�H)=��PZxj�@Lm�Q�7�\,��V�$* �2P�������q��{pK���x������u��Z�w���Vڈ���9�BY���\�����Ag(nr;�c�C���ʵ�!Gdk�KS��rc7�/	(Z�`}�#�H��owڛG��3H?ɇ�~f���B�:���9"iX�U��A5���H��̣o#h	�Nk���ﰊ:�~7;���t�;顑��n���M����H�ҡ~D��QIYr���>�Z����/�d��o���rB�E��~�����
�3n�%쎻6�p������{�w.���u7�'k��Jl��`o�l�y*�DL�PK9��oJ���e�tiGe�.��x+p�L�����$�1s���������6��3�f��;N��O��O���gIeq�Q��`���ɥ�׶ ���1��‮�J䣘��}�x�DD��°�;0aa�N�߳���Ji�Bi�������L��f��c;<�sZ����<s{�e��l��m82��3���~R�l1/0�%+R0޻
-Kt�S��`!f�;��V�0�@�	���3Ŵ����bcxn�Ҍ�2,�n�M�%u���W�x�B
�2��D@S�%v]b�C�1��D�4�N����V���1vr�'���T��F����qk�svK����N��p�-VƖ�����
г"qD��,�v��I^�p0��k���� ���Dp��x4��slc	�e����7�6��L+ʽ����6�#h�#Z��ɗ��~������~E}ڍC(v �������s��r�����K����	;�ڴm$���ظ�Aʀ�@��?�+]�{�4ɜ��$Y��HW�0�ןLe����'�g�/].��.�ČNS{�����mۈ����n<I���B�Z�u'lP���� �>P����;�q��ߞ�6�/~�B)������1�;������;�j)��nW
-���pu):{
ч��@�%q��5�e�3‹�aX��Y9�[6��;y�/�����\���ɒ�,CS�A�▦�P�=@w�h{�m!k���C�¯g�Y�̒+`�s�:<77��)��Շ�Yҙ���S��h,T��E8�F˕��=
-@�C&�����a�
-	
-8߹U��=[嘿�E��zƀ��A4�aBMy6t>�Ž	]5lr�Āk�aD����'�RS�[a+�
�	.�Nkv�R=�����_~b
-?�N��%w.�
-�p@��֛��0��[j��l]���C%%y�2�8�g���hC��a���| K���w�@��Zh&Ќ�w"AB���,�Mxl!�m����р<�m�uFe��e7\r�r;S;���{
������ek��D��
-�G��љ�n�eCh�"z��Cj�}1o�2m�]l}�h��:�7ʁ���z������^���f��k���S����*��ُ^��*��p��<�v�C��K4�X�n��[�[S��d�tW�4p|f���X4�����8��U�Xq��n��3Ұ�T��Ǟ�)P#^Y+{=D�4uQB��ت�cW�~�-�)j	p A�2��P��7O�	C~&`��p��G^
-J~f�t�b����0�O'�%��x9�"�^;n�`lB4�W
-�'�}�g$�x\����7y2�������}r�`B*HUA��e]�'�Y�\pHJ's��6�:�m`D�|�
-�ԍ]����� O8������!�1\���0��7�+���0���
-���4ņr'9��4���G�=`B2,��E�D�a������k�F�Z\݄ŋT�Ί�&���{�Ѱ�ى����/	��ѳ�6�&w_U^��e&�n�|a�r��b���(˶�=U^o~���������endstream
+xڭ˒�6�_�����ER��Ҧm�䐤���t�d�����%�nܯ/@P~n�i�������$h��ǃ��\�G�LdiPw7q���_n��<Kt����f�Lʠde&��e����y�K��Twͻ��u���E"�C�����cն�_�t��K�m5�p���绽�T�,��s%"aI\�L9��q��C4���?���
r'p.��ge)���͛����� �
+&yM��|""�%K�$%�s�w��O�L2���9�id%8
+��z;K�2=:�0�$x3s"^�g,�X&��a%2_�­w��<��p��RS�n�-!�!�a\+C$��|�Ե��z��8f"
�mz\ۑ��q,Pkh=���vt�E|7 v�۝UG+U��^���8 �`�B�1��,�����f��*��
&qeA��Y���t��[�4􊖺j�N萅��{���C[�z���%�� �;��)ױkie9�A�媟��v���U�Z��D^�h��a��5�^=!��}�?�ē2J$$Rp��_��3&������Ԏ�$�C�׉�9iQ�,��
+����mv�F1�"u{�CHD��;�2
�UC�q ���D���x��m��<�%bEh��ad�a$��E9��i|62RpnJ-梕M<�9�ȴsAh�US��v�Pr�^&���I���x��?���^N�C� �&�<�7�ih�ѐ�<��ص��D�I��P��Jb�E��t����Qs�����K��6z3:و�q�_4#������!�P�JGk�D�O	�|J|K9'�C�Ɯ��t��8�,��h�=��P��,}�S�b�wm
���z|�e��)�_ �~��p���z��|9s<��$>y��|S��	���3C]�MG���Pm��+�쮯-���,.�/�l(�Lc���iR�vŎ����yu
����<��U�!vڡ�Z�(n�0S�!��5�$�n��!#��3Ω�"VW�i�E�h�^{�7�km=mT�����
ڥ/SKQ����hk�9����QP1�O�N�e������<��i��b.��>�0BIR�v�0����&
+�8�8-a���l^�U}e��0Ȑ��d)KO�rk��Q��]>�,.��c��06,�����	��8l��둾�k��j;�:��*)�Us�����̾��0wY�׍N��o�-���w#M󘟄s����pQ����5M#��a�hU�\Iw@�"�tA����K3tg{~|=+E��Kb�k�[�[BGf�U�jT������{�^\��IH.��j
M30��#�P��V3�A5����4
	������<��S������%Rf�L���,%�W࿙ީ��Q��hl�H�zV��a(fE�H�K� y�9�"H��j=��p��z�`�CZ�p�E
+���8�2N�~��]-�x# q�f�9]��4W[�=9��'�Pv[�e��	�)$��]�ܶ�s.̀#�{�����$��]
+�Ux�`����ڻp���,O�V��Y���>�h�_覡J�`��A���-D����������j�O'�
a�鉁�B`���xÅ���'�	���E�ln8sA,�� �2��qD`|��o�#��O�!�ڏ�{�Q�f��x�Φ)ڪzK�3=��Q{ψ�Wrݔ(��4���~�GPhj�\O��$�h������N�n>�\��n1�NBhy���g8��P0�*�N#���3À�7�p2z�yE��3��w�K��L��K�{}a#��^z�^(�I��&c\W[�j��GZJԲ<�{	����� f��7���endstream
 endobj
-2767 0 obj <<
+2870 0 obj <<
 /Type /Page
-/Contents 2768 0 R
-/Resources 2766 0 R
+/Contents 2871 0 R
+/Resources 2869 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2800 0 R
+/Parent 2887 0 R
+/Annots [ 2875 0 R ]
 >> endobj
-2769 0 obj <<
-/D [2767 0 R /XYZ 71.731 729.265 null]
+2875 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [288.837 566.386 341.583 575.298]
+/Subtype /Link
+/A << /S /GoTo /D (install-perlmodules-nonroot) >>
 >> endobj
-1408 0 obj <<
-/D [2767 0 R /XYZ 71.731 718.306 null]
+2872 0 obj <<
+/D [2870 0 R /XYZ 71.731 729.265 null]
 >> endobj
-330 0 obj <<
-/D [2767 0 R /XYZ 402.325 703.236 null]
+2873 0 obj <<
+/D [2870 0 R /XYZ 118.555 684.724 null]
 >> endobj
-1409 0 obj <<
-/D [2767 0 R /XYZ 71.731 692.184 null]
+1468 0 obj <<
+/D [2870 0 R /XYZ 71.731 621.171 null]
 >> endobj
-334 0 obj <<
-/D [2767 0 R /XYZ 288.867 651.159 null]
+330 0 obj <<
+/D [2870 0 R /XYZ 166.615 588.668 null]
 >> endobj
-2770 0 obj <<
-/D [2767 0 R /XYZ 71.731 638.721 null]
+2874 0 obj <<
+/D [2870 0 R /XYZ 71.731 578.303 null]
 >> endobj
-2771 0 obj <<
-/D [2767 0 R /XYZ 71.731 601.54 null]
+2876 0 obj <<
+/D [2870 0 R /XYZ 71.731 548.454 null]
 >> endobj
-2772 0 obj <<
-/D [2767 0 R /XYZ 71.731 601.54 null]
+2877 0 obj <<
+/D [2870 0 R /XYZ 71.731 538.491 null]
 >> endobj
-2773 0 obj <<
-/D [2767 0 R /XYZ 71.731 586.596 null]
+2878 0 obj <<
+/D [2870 0 R /XYZ 105.494 482.765 null]
 >> endobj
-2774 0 obj <<
-/D [2767 0 R /XYZ 71.731 575.702 null]
+2879 0 obj <<
+/D [2870 0 R /XYZ 71.731 462.675 null]
 >> endobj
-2775 0 obj <<
-/D [2767 0 R /XYZ 91.656 557.869 null]
+2880 0 obj <<
+/D [2870 0 R /XYZ 131.133 451.881 null]
 >> endobj
-2776 0 obj <<
-/D [2767 0 R /XYZ 71.731 532.798 null]
+2881 0 obj <<
+/D [2870 0 R /XYZ 247.791 451.881 null]
 >> endobj
-2777 0 obj <<
-/D [2767 0 R /XYZ 71.731 521.904 null]
+2882 0 obj <<
+/D [2870 0 R /XYZ 431.073 438.929 null]
 >> endobj
-2778 0 obj <<
-/D [2767 0 R /XYZ 91.656 504.071 null]
+2883 0 obj <<
+/D [2870 0 R /XYZ 71.731 423.821 null]
 >> endobj
-2779 0 obj <<
-/D [2767 0 R /XYZ 71.731 496.933 null]
+2884 0 obj <<
+/D [2870 0 R /XYZ 118.555 385.257 null]
 >> endobj
-2780 0 obj <<
-/D [2767 0 R /XYZ 263.545 486.138 null]
+2885 0 obj <<
+/D [2870 0 R /XYZ 189.395 376.793 null]
 >> endobj
-2781 0 obj <<
-/D [2767 0 R /XYZ 500.364 486.138 null]
+2886 0 obj <<
+/D [2870 0 R /XYZ 194.423 365.136 null]
 >> endobj
-2782 0 obj <<
-/D [2767 0 R /XYZ 101.898 473.187 null]
+2869 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F44 2030 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-2783 0 obj <<
-/D [2767 0 R /XYZ 71.731 445.291 null]
+2890 0 obj <<
+/Length 2388      
+/Filter /FlateDecode
+>>
+stream
+xڭ�n�6��|��'H��,k�N�v�v��(mQ�mq�,��RS��wn����S����I'���U�DE
+UFj����xu���J�"�l"�+�oL>�i��t�����맗�U�Rq�����~�%N#�nV����o}L�����:����>��z�����o�ß�}L֭~�����8)"���8	T�L�$Z��%4��u�ı:����O�*�r�
+�D9
+l��tm=~պ����gvg�V��,0������=O�t���䟘BW��>p������&x�������hm���lw�i�(̡z�|�y񈉊�<�#���@�f	HJ�Z{w��3�#��c��c���<3I�xF�Z�vh��&b���F٩qc[�L?v����m�b�/�<���e���G9��ԻSo�`ZS�a1J�T�"���m�jy<�|R�*�m��Q�n�f�����ů��7��QQV&����;�R�EJ)�����S�bj3�⽒��b)'��b%Qaȗ��]ִ��u݃[��]�����&F�N��v�
+���/%`��F�%D$�1�������|,0�,:Cq���	{B$}V�59"[[_�Z�W���%xN@�*�IFr�}����3}�A�I>��3���֑��I��`����GJ�g}A+HtZ;���}�U�����1�M�;����I����{vc�P7n4~��PFҔ�=rF�Jʒ���xj�c잿�CR.�=⿎�?3�	�yN�i�ڂ>7��L�ݖ�;����o//ooo�޹�rǗ�^�����������A�01)C-�,׿(�oJp��ӥE����~���q�2�������7�̡?^~G�������8�C>��j8�n<�;��%Y���G����=�$��_�j��/��ƀˋ��]� ��0��%"�����܁aCuJ��5$DTJJ��_�oL7�gڥ6{Ը�᎞�"������=-�e;�nÑ�t���h���d�y�1��(Y����UX�k�z��8p�������JL8����)��]G5�s;�f<��aq�t]o�-��L�?��j��I&�B�(��bcF��'&
+\���p�Fxuv��e�(����?q���"4��HG�[���[�T�F�sju�[o�2�L,�gn���#*�eɷOM��H����,_{.'��i��H���GSK;��6�����\~�h#���iE��A^?���A�HZ��sq�e���9����BE�v�����n��d�����=��h�a��~��N��ڴ�$����c��;I��6���t��^�$srN�d�#]z��_2��c�B�k��V���t��C�|bs:M��;\�2�÷m#�K��$��C��j�ם�E	g�v���� @
�J��p��~|}���g���
+�pJ�hx��������Lr��j�_)��kj�qԥ��5��B���=^kd�3‹*bX��Y9��6����/Ҿx������ɒ�,CS�A�����P�=@7h|�m!k���C�g�Y�͒-`�s��[��t��C
-�L��`�)�p<*���" }���Z�� �"���pfw7���o�*����r��ܤgk=c�� �0����<z������69�b�5��0�]DT˓t-�)Ȯ�����W�5;L�V�x�Ͽ`
+?�N�n�w.�
+�p@?�֛��0��[j��l]���C%%�y�4�8h���hC��a���~ �K�����@���h&Ќ��"AB��*�$�Mxn!�m����Ѐ<m�uFe��ew\r�r;S;���
������uk��D��
+�G��љ�n�iCh�"z��Cj�n�b�>e�z���:���!uJ�
+�������M�9?��dMy� ����2(%����w�K��d?z�w韅�����d��D��_��tmN߲8��Ҙr~ ��\��Z�������D��m�������0L��Ɗ?�t]������>��N��2��Z�c�!�0���ʷ�V�
�r��Ah���JQK�	J�a�`��6��y�O�C���K�>�RP���X��,^�Y}:�,ao��1����qk�`����S@<Y��<#����_׶�ʓ��l�/W/��'RA�
+�v,�=2����CR:�����Qo#���{ �P�n��$7u���hy�!�O�mE���Z�`ĄI��1XAo&��E��THEΦ)6�;q�!� ��Ō=���`��/B%
S��=���5_�6r���&,����vVt�6��݋�����N��?�xM84�V��6����,�3	u�S7��m�UGY���F����n�w�?��|endstream
+endobj
+2889 0 obj <<
+/Type /Page
+/Contents 2890 0 R
+/Resources 2888 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 2887 0 R
 >> endobj
-2784 0 obj <<
-/D [2767 0 R /XYZ 71.731 430.183 null]
+2891 0 obj <<
+/D [2889 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2785 0 obj <<
-/D [2767 0 R /XYZ 91.656 414.407 null]
+1469 0 obj <<
+/D [2889 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2786 0 obj <<
-/D [2767 0 R /XYZ 71.731 402.288 null]
+334 0 obj <<
+/D [2889 0 R /XYZ 402.325 703.236 null]
 >> endobj
-2787 0 obj <<
-/D [2767 0 R /XYZ 71.731 389.336 null]
+1470 0 obj <<
+/D [2889 0 R /XYZ 71.731 692.184 null]
 >> endobj
-2788 0 obj <<
-/D [2767 0 R /XYZ 91.656 373.56 null]
+338 0 obj <<
+/D [2889 0 R /XYZ 288.867 651.159 null]
 >> endobj
-2789 0 obj <<
-/D [2767 0 R /XYZ 250.874 360.609 null]
+2892 0 obj <<
+/D [2889 0 R /XYZ 71.731 638.721 null]
 >> endobj
-2790 0 obj <<
-/D [2767 0 R /XYZ 71.731 322.587 null]
+2893 0 obj <<
+/D [2889 0 R /XYZ 71.731 601.54 null]
 >> endobj
-2791 0 obj <<
-/D [2767 0 R /XYZ 71.731 309.635 null]
+2894 0 obj <<
+/D [2889 0 R /XYZ 71.731 601.54 null]
 >> endobj
-2792 0 obj <<
-/D [2767 0 R /XYZ 91.656 293.859 null]
+2895 0 obj <<
+/D [2889 0 R /XYZ 71.731 586.596 null]
 >> endobj
-2793 0 obj <<
-/D [2767 0 R /XYZ 133.648 267.956 null]
+2896 0 obj <<
+/D [2889 0 R /XYZ 71.731 575.702 null]
 >> endobj
-2794 0 obj <<
-/D [2767 0 R /XYZ 71.731 255.837 null]
+2897 0 obj <<
+/D [2889 0 R /XYZ 91.656 557.869 null]
 >> endobj
-2795 0 obj <<
-/D [2767 0 R /XYZ 71.731 244.943 null]
+2898 0 obj <<
+/D [2889 0 R /XYZ 71.731 532.798 null]
 >> endobj
-2796 0 obj <<
-/D [2767 0 R /XYZ 91.656 227.109 null]
+2899 0 obj <<
+/D [2889 0 R /XYZ 71.731 521.904 null]
 >> endobj
-2797 0 obj <<
-/D [2767 0 R /XYZ 71.731 142.263 null]
+2900 0 obj <<
+/D [2889 0 R /XYZ 91.656 504.071 null]
 >> endobj
-2798 0 obj <<
-/D [2767 0 R /XYZ 110.407 131.468 null]
+2901 0 obj <<
+/D [2889 0 R /XYZ 71.731 496.933 null]
 >> endobj
-2799 0 obj <<
-/D [2767 0 R /XYZ 71.731 48.817 null]
+2902 0 obj <<
+/D [2889 0 R /XYZ 263.545 486.138 null]
 >> endobj
-2766 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F33 1242 0 R >>
+2903 0 obj <<
+/D [2889 0 R /XYZ 500.364 486.138 null]
+>> endobj
+2904 0 obj <<
+/D [2889 0 R /XYZ 101.898 473.187 null]
+>> endobj
+2905 0 obj <<
+/D [2889 0 R /XYZ 71.731 445.291 null]
+>> endobj
+2906 0 obj <<
+/D [2889 0 R /XYZ 71.731 430.183 null]
+>> endobj
+2907 0 obj <<
+/D [2889 0 R /XYZ 91.656 414.407 null]
+>> endobj
+2908 0 obj <<
+/D [2889 0 R /XYZ 71.731 402.288 null]
+>> endobj
+2909 0 obj <<
+/D [2889 0 R /XYZ 71.731 389.336 null]
+>> endobj
+2910 0 obj <<
+/D [2889 0 R /XYZ 91.656 373.56 null]
+>> endobj
+2911 0 obj <<
+/D [2889 0 R /XYZ 250.874 360.609 null]
+>> endobj
+2912 0 obj <<
+/D [2889 0 R /XYZ 71.731 322.587 null]
+>> endobj
+2913 0 obj <<
+/D [2889 0 R /XYZ 71.731 309.635 null]
+>> endobj
+2914 0 obj <<
+/D [2889 0 R /XYZ 91.656 293.859 null]
+>> endobj
+2915 0 obj <<
+/D [2889 0 R /XYZ 133.648 267.956 null]
+>> endobj
+2916 0 obj <<
+/D [2889 0 R /XYZ 71.731 255.837 null]
+>> endobj
+2917 0 obj <<
+/D [2889 0 R /XYZ 71.731 244.943 null]
+>> endobj
+2918 0 obj <<
+/D [2889 0 R /XYZ 91.656 227.109 null]
+>> endobj
+2919 0 obj <<
+/D [2889 0 R /XYZ 71.731 142.263 null]
+>> endobj
+2920 0 obj <<
+/D [2889 0 R /XYZ 110.407 131.468 null]
+>> endobj
+2921 0 obj <<
+/D [2889 0 R /XYZ 71.731 48.817 null]
+>> endobj
+2888 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2803 0 obj <<
-/Length 2689      
+2924 0 obj <<
+/Length 2620      
 /Filter /FlateDecode
 >>
 stream
-xڭɲ��>_���RJ���[n��d+g��<�+��"!		I� �g���H�=iNS:h4���V!��Uy���,]U�pu�����c'(�+�o��|�$Y�A�%���j�A��<��"�WO����Ϊ����4\'�֭���pӝ����֧?LӨ�������|v��AY$�e���/���(��l��E������N�[R&�Z��ͳ��!�g`	G�um��C��<W�zV�������Ju~0y��k
�:�Z;
�;Z��Vu�f�i{�l��&J׺����gݡ�@��(J8�7��k�����q��� �9�i����o�)���C�A3�!�Oy'|�[�(HE�>M�&�F��j��:��oj^8+W?o�p����Z:8�n�����&e�Z�uMփ�Oq��MU���y�E��HDI�������g���#�}�
��\@�n���45�.T�jD�@�y���9lb &�P�Uw�BVu���-jU��w�Z]6Y���KBl?����<V��L4�82x<�WN����F;�X=���R���-n���JH��5���k����h�N��Q�B�2d��~�vK�u��"��H�&Y�>:��Ie_]�{uB�!����0�z��tߘJ���
-�|9��h	�L��)8&0Xς�I�-L�Ez3�CA�8�k�l�s�))���;�
S3�D�Jo����V��
-@�V�[�<��iغvD�8]��aP�3�yE��yl���[�F�EAQ&�Bw�K_-��.Ih�q�~!�(�{d��h�I����ld�Y�=x�߆�Wn
-k��ky�$�9�o����P��9H]�3�h�B3"��>�i()�]מ�=���;�PY��!4+���_���R7M�?���i$�^	Gll8:����(T�y`�$����;�e�'��
��p�w1]�L�D"6$����J�Ȇ����y��k3�̕��
�D��?/���r�/�@�>�6VHq�ξ\��x���4�#�|�i�QӞF�#/cMVk��J������v�f<�Pf�8
�y�|یg;��8�l��
-���(���uG�q�zu0�1�C%��2S��*X���E2�T�/��-�������%X�>M��KQ�m�(�b��J���/F�U�k(xF]���s���'SG��Z��ߩ���{ȤxH6���Vace�J�YwHYм�<�����bK�|VH���������<;	�6`�#�Y���/��eϚ�����0'sH���j��f��T'��&�0�g�&��H!t$��g��1%;����<`I�k(31 L�V�0\oe��_Y�0�q��/�/~g�N`1yO�(��G����}���c�T_�"
���4�U(U"��j��|���%_IX2�WU���8��YdĭQ���/�4_��*�@-�%A�q ji?.�~��0)� z_(^�{�=
-�Fj;ۋ;@	�aJ�P�J��U��YG���I�d��Y*��ˁ���2�z|��HTޡ��RH�/���a�T�o�S;�N��p��	�p!H�#�vG�H����� �Q���LK�kJ�d:"AYF"��g?6Z
3E.�gN�"�q����`0A߼��,b���%�+��|KΓ��8�7���~Q�'�dA�:3ʗ3��J�%�͌>ӽ�c88��$��	���d�2/��/,����\�Bqe�2�j���X�"A���[(�TC7�v."pA#h�zہCmyn�y�?�:NQ�U�ȉ�#��\�#�a0'*Ө�\L���D���q����&r�	T�7���Q��ZW�-�>�}�q����Be���<���RFpE�x�k#�oz_�W �c��@�pf�
-�1Ps=��/��v�+H�t�"�3>��C^ģu#��VF��k4�`�m*�J�-?�ǻ[4s�k�uIO�e��93�""_���d[��-���2
[[����0�(�F��t�T;p
-������\v�V�:���r��k��c���O��l�ҕ]Y�o ����B���~o���Dc����^��Z]Uq5�k�j]�1����α�K�}����&���}��E���mh��K���yzB���kY�$�$B<����/<�r�O������߉F.��>�s�hGs�V���}��Xï�qV�T3@&�'~�i�}y�Wa�����_�?jz�!^�MO�#����S��a˳_q/�􊅞�I�&兖d`|y�T�������^�LO� 鍘�`������M�A
Rx�b�n���W�T�E�~~������R77��Ru��#y
-�ݟ8R�A��*���#Gn�,�0w�|(������b�M%ƍ��X+iP��a���K}��>�0��YH[?}t6�:0,O��p����{&r�z�-5ɤ*I2z��?��;Q,<׌�m�����^^�F�! OB��+��W`*O�t���ou=s�����E��x��8t{'<pˈ"�gwArN��^���$т�(�9���'���;$�v>K[`�/y���m$��*Ï>�Ό0w��E�S�ӿN�?�.)��ut��%��2C����=���L�(r\t_E������?�i\a��u���߆�O�?���endstream
+xڭɲ��>_���R�Ds_r�/�S���y.W*�DB�`@���ק7��6�)�h��F�
+~�*�,�OXxa������:��_��b'Kv�5߾����Q�*�"�V��U��^��,
+�<	W�տ�ߝT?j�م���<���ں���ݑQ�N�`}��n�����޽�^�N��+���5w����_xi��2?��8&��fޢ"ZWjT{5h
��K��� ��Foy�d�IUf&�G�J�9`r8F�k
�:c[3
��=@�Vu�f\��p���M��u���'�N�CQ��vA�"pX��*]�dM�_��-L6gF��#�vڍV��|?,�>D4rw�ˉ �O|���9�#��ǩ�HD�³g�L��x0ᛊ'N�Vo��_+��������������q���`Y�uEփ�Oa�MfUT{@�<I�"h<�"�$|�_�IW¿5SW=i�o}�$P�|��:A�f`�Յ�T�H�[��k:�M��ʓ�ZȪN6��E�
+�w.U��&M��z�����P��
+𣚉�`F�'A�ʪV����hq���#����@�hF� j��$�A
i�1���u�(��!iT�7��x����b���;^i. ���o���5-CL*
��2ݫ#� �L7u�0���꾩K5��V0Q˗#	Bs�`
+�M�2��8ԅ4���Y�[Q�P�m�so�mm-xJ�&@�醩y L%WL�Ta�	
�]�#�[c�B=��a��I�d��}/�S�iE��il���-i#I//�G�;������wNB��!D��ܳ � �?��FJ���EbdQ@��9w�/���j�Ӷ偒dfѾQ�[�c�Bݐ� u=����z"�	ϼ쓟�P�R��U�X����|`��B�b]��zC�aS�C-�w����B{�����B%�FMB���z[k��Hp~`��.uW6��k@�Ȇ�
ɱ�Y]�+��r��>���F�/���
B"S�_�`MY9��������8Dgng�$��v��;`r�ƴ���ȋ�X�Uƚ���G�+pr�����xT(�ua��Y
+�|ی'3�8�t��
+���(��uG��T���M=b‡4JLd�(@7dU0���d2r��]��kx+ٿ�J�\}� ��*Ea�	?���u��+��W��W����u��.R��;2?L�j�A�S����I1H6�@c
+���4H��,�;�,˜�z<����a�%X|RH�����3J�L[[�`�#�Y�֙-^6�˞4�9J@�~F�x��������+���Md���&��H!t$��g�@������#,�b
e&�I5�j������"�4.�}��������d�@�m?2,B�ņ��Sč����剗W�!�Bɩ��WÀ�@壱O�J"ǒ���,u��0����" n�B��}^��A��qY*phq��4�QK�9pI�3<ɇQz��B�pA�Y>tK�0���3���P�dժ�X�J�u�j���a\�Al�����:� �����&G���|�BR|�*�F�OU�����}Z��1�'�… �T��"�Hϓ�v��FB'�/���KJ�d:"AY �ǣ���E.�fg���sq�����`0^��[[z!�ռ��%�+@�|K����8p7��h��������h���LS)����V�.��ԇ!p
���	����d�"˿�/����,Y�B��bs��K���}�,���[(�UA7�v..�� h�zӁCmy\w�}����8i��v+%�'ꙹ�G
+�P�L��b�/%:b��zO����]'P��v(��j��
+�¥�r1�����C�H�Vc�V���,��Rf� ��ܒ��8�2���w�>��^��<��Xh�
!)k�/kٙ�IH�86"S�Rv�)U��C�w&\l�n?6�����x�G��P�%W��Űv�hѿ�@�$�<��
+A񲒻�H��|�����h��s#
#���U�9`~��V��h�B=LB��	�0���k~�-_Z�Ya����no� ���ԟ�f�d���G�7P�>�f��/���Ԟ�2�XF���!�o0��0'�
��pb|�C�_�Ӝ�'�9v��Jɿ�w��t�#�:<�G�F��O��ե�����[�\�L��y���+�]�d���u��Q�Ѕ��#)���Ϊ�1�9����/7��ʱ��5Z
+ǂ	'[S��9�� H��[���\UZ��shCݜw�V�%���{��T+�X��a�]7�$�ߨ��y�h�%�w�{����@�+u~V�Q�_,��Ԟy��@�>R��/}I��m��D���=�L����nC{Lq��=����Rր>�4�u�}x��#'���^>�|/z��E���oo�"���k��צo=��1������3u������$��9�Ӑ^�������J���w�0�� �����[
���yI/���k.�NhiNƗ�Ai���X�����~Wۻ�ug�L��vi#����N�0H&p��<]=%-���|�����Lv�w{y%���Ĺ��g�q����ᖄ�燎�!
+��{v��"R�endstream
 endobj
-2802 0 obj <<
+2923 0 obj <<
 /Type /Page
-/Contents 2803 0 R
-/Resources 2801 0 R
+/Contents 2924 0 R
+/Resources 2922 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2800 0 R
+/Parent 2887 0 R
 >> endobj
-2804 0 obj <<
-/D [2802 0 R /XYZ 71.731 729.265 null]
+2925 0 obj <<
+/D [2923 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2805 0 obj <<
-/D [2802 0 R /XYZ 71.731 657.37 null]
+2926 0 obj <<
+/D [2923 0 R /XYZ 71.731 657.37 null]
 >> endobj
-2806 0 obj <<
-/D [2802 0 R /XYZ 71.731 592.777 null]
+2927 0 obj <<
+/D [2923 0 R /XYZ 71.731 592.777 null]
 >> endobj
-2807 0 obj <<
-/D [2802 0 R /XYZ 71.731 579.726 null]
+2928 0 obj <<
+/D [2923 0 R /XYZ 71.731 579.726 null]
 >> endobj
-2808 0 obj <<
-/D [2802 0 R /XYZ 91.656 561.893 null]
+2929 0 obj <<
+/D [2923 0 R /XYZ 91.656 561.893 null]
 >> endobj
-2809 0 obj <<
-/D [2802 0 R /XYZ 71.731 533.833 null]
+2930 0 obj <<
+/D [2923 0 R /XYZ 71.731 533.833 null]
 >> endobj
-2810 0 obj <<
-/D [2802 0 R /XYZ 71.731 518.889 null]
+2931 0 obj <<
+/D [2923 0 R /XYZ 71.731 518.889 null]
 >> endobj
-2811 0 obj <<
-/D [2802 0 R /XYZ 126.726 486.077 null]
+2932 0 obj <<
+/D [2923 0 R /XYZ 126.726 486.077 null]
 >> endobj
-2812 0 obj <<
-/D [2802 0 R /XYZ 71.731 423.611 null]
+2933 0 obj <<
+/D [2923 0 R /XYZ 71.731 423.611 null]
 >> endobj
-2813 0 obj <<
-/D [2802 0 R /XYZ 71.731 408.503 null]
+2934 0 obj <<
+/D [2923 0 R /XYZ 71.731 408.503 null]
 >> endobj
-2814 0 obj <<
-/D [2802 0 R /XYZ 91.656 392.727 null]
+2935 0 obj <<
+/D [2923 0 R /XYZ 91.656 392.727 null]
 >> endobj
-2815 0 obj <<
-/D [2802 0 R /XYZ 409.936 379.776 null]
+2936 0 obj <<
+/D [2923 0 R /XYZ 409.936 379.776 null]
 >> endobj
-2816 0 obj <<
-/D [2802 0 R /XYZ 71.731 355.422 null]
+2937 0 obj <<
+/D [2923 0 R /XYZ 71.731 355.422 null]
 >> endobj
-2817 0 obj <<
-/D [2802 0 R /XYZ 71.731 341.754 null]
+2938 0 obj <<
+/D [2923 0 R /XYZ 71.731 341.754 null]
 >> endobj
-2818 0 obj <<
-/D [2802 0 R /XYZ 91.656 325.978 null]
+2939 0 obj <<
+/D [2923 0 R /XYZ 91.656 325.978 null]
 >> endobj
-2819 0 obj <<
-/D [2802 0 R /XYZ 71.731 300.907 null]
+2940 0 obj <<
+/D [2923 0 R /XYZ 71.731 300.907 null]
 >> endobj
-2820 0 obj <<
-/D [2802 0 R /XYZ 71.731 290.013 null]
+2941 0 obj <<
+/D [2923 0 R /XYZ 71.731 287.955 null]
 >> endobj
-2821 0 obj <<
-/D [2802 0 R /XYZ 91.656 272.179 null]
+2942 0 obj <<
+/D [2923 0 R /XYZ 91.656 272.179 null]
 >> endobj
-2822 0 obj <<
-/D [2802 0 R /XYZ 71.731 234.157 null]
+2943 0 obj <<
+/D [2923 0 R /XYZ 71.731 234.157 null]
 >> endobj
-2823 0 obj <<
-/D [2802 0 R /XYZ 71.731 221.206 null]
+2944 0 obj <<
+/D [2923 0 R /XYZ 71.731 223.263 null]
 >> endobj
-2824 0 obj <<
-/D [2802 0 R /XYZ 91.656 205.43 null]
+2945 0 obj <<
+/D [2923 0 R /XYZ 91.656 205.43 null]
 >> endobj
-2825 0 obj <<
-/D [2802 0 R /XYZ 71.731 167.781 null]
+2946 0 obj <<
+/D [2923 0 R /XYZ 71.731 167.407 null]
 >> endobj
-2826 0 obj <<
-/D [2802 0 R /XYZ 71.731 156.513 null]
+2947 0 obj <<
+/D [2923 0 R /XYZ 71.731 154.456 null]
 >> endobj
-2827 0 obj <<
-/D [2802 0 R /XYZ 91.656 138.68 null]
+2948 0 obj <<
+/D [2923 0 R /XYZ 91.656 138.68 null]
 >> endobj
-2801 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F35 1481 0 R >>
+2922 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2830 0 obj <<
-/Length 2053      
+2951 0 obj <<
+/Length 2385      
 /Filter /FlateDecode
 >>
 stream
-xڭI��4��~E��[��Nl�zT�T1T��$��K>[~C���&�y�p�rH���[-ǫ~�*��Lß�C�KWE�&Za��7�Pl�d�����ͧo�^�a�ӫ��*��0��U�U�O���=��d����J�@���E�Tm5��j���r\���类������|�8�Nu�{���y�W��l�/��]�[e�>�IB��l�z��.p'�@<]���u��tg�U];��Eח�8һ�їn�*'��]]�8
.�]�����f����,#��Q�����z��@'a�r�-C�`��N��*�%���=*b7��ޚa���,�ޣ�32C�i��`<���q�%?!����j��B
.׫=�|�.���j�ڪ]�#U~���� �JC
A��=���<�2Ad��Eq���0��ְ���:N3��m�?�
�
�J��ޯ(_��r�;��P怎�$E!�K��;!k;2��[${]Npz`؀.��X��9!�榣��q`ڶC.N10���vD<#K�̓�G�@VIN�>1e�\��+n���	q}�:��D����,�R�S7:&��3��v��D�3��c��S����]�i�O#JX�����gT��8ry!d�G�8�^t��Ρ�A���0�`
�������'��eӒ~����V�Ra�#�����I���67����<	���N�Ծ�V*��I
-s�j1gWy,�V��|�=I*:�1��׈���C�	=W��8���GȠ1U��o)
-�D��8��)�O��u�g��Q��^[�0ot��:��۳@�y��`@
4�D��W�?�����/Hc���h���m��ls�L���]�9c�MɰE?"�z ������,��-N�Q��1���1�K�
��4/�x��ֶd+����f�Q�t@%�
-�^Ѯ��BVb�lf‰�Ks}�\	<��-W$��қ2��Z"�do�>e2ˏ�m�-��>�fLWT
-M��)��7f���Tw�3�r�֓}F������{��I�֩��J���JC�0>�=�v.Sjɀ�׆���3�K7�������w�}�5�CYj����@�Z���A[2����Ҷ�Q?R.y��+Y�s�eG��T����Z/�-�s��ۙ�PO���TL�V橖V6��)!���p�����72����W�9%=ȿr���&O.܈���讧�[IΣ/�����J���q���%���nR	��+ObQ�y�
-���/�����,�K�|4y��0V�t1FӅ-.Dd�I���ޜ�}?�lC�=`+nA<]���8�}�r(�uL4Ҁ��J�=�����,0v�Gʐ�w�[�b������S�D�6��PnD6���&ċYHgݎkЯj��E6�#e���c�/���;��y�ȣ���u��/x���8�'�;��I8�O��h��0��,h�³���O�qp�x1B	�P�!����쩼[�	�d�����OO�%�2��P��9��btң�r�N��6�K���p���hPf
-����(T�GG��'�_x��?�{CΚ%�W\Dò���"&_����;j1�mf��BЫ�x�r��!d���4�/�Q�aT)�a���f�9�ҹ�~%:�S���0��<ٜ�¹j3?�������b���5���C�4���S���)h@��eZgx��Xԗ��jh�3�x����G㇐��%�G��Қ>
-Pr�����������\4,
-~�Ƴ�B8�	�J3��}����HAҊ�2so�d��|�Ap����/�|��F6�ܒK���\�.>W<V�_+�,���k�?xo\�.^���i�d@^���T�wd��Ǔ����85��Q�3���>��L�yC��r����]�� '�l�������]~�৯5�g��7��ўx\����������v���u�M���zF�ו����ƴ&���R����O��S�6�ZW��Q쮾Q�S7H�6$��"�q���Sg�W�SS�#�PG��}}-�rܮ�endstream
+xڭˎ��>_��e偭H�d[�ivv'����^L�ll����DG��8_�z����9
|Y,֛UE:^D���8�&�Qy�6٢h�E����],kAY�p~|z��OI���|�,���4��m�/��
+w�Z<��
+>�i0�r��(HB�~(���z�W�A?��88���k����_����yg�6�w�7�s87��$�S3څI��x�m��}��� o�(L��S�9�gK�����P)�X��݈���&�x�(އ��lw�p4���oQ�L]�<�um�*�<��Q6X��U1�A���`d=�8��`�L�[�t/�s5���N+aږ�`Uy،���RE���8���"����c���l�\'��� N��m�����e.P����Ӯ�%�:=خGl�
��co� <4ب,�4Moj��
+/v����G���tu�]�D���h��Ћ!m�`�˻����q�8�˱@.�luW��gJ�|��������~[�Su�[���� ,��|1�ؙ��Ug�,G�15���j�DY綑���(�k��_O�n�P�6���C�A֟A�u�l�!I<�S��+��ƫHE��Gl�C|�(���t<�Ah�l](�e�ɂ��^�=����0�*��,�y!й�L���Ѵ<‼g��J��4贾:�2��ۓ�h�Y��)�����³�
d`HK�bii�i)��6��ڄ�����̟��TY�@*��"/%�m`x�AAGx
+/�/�v��l�0�0Mg�ؚa��]�c�35�+[f��I��N�G:7
+P�X��!�>!u�hg���{k�ݳm�1�mԹ����P�Z�r� �)`E�3�ԃ~ֽlr�(�E,D�l*tb�5�93V̀K
�<�r�a�7��|%5��t����B�V�Yie
+�IoWl�GW\$wp��*�HS��E.��Ti�vG��lX����1!m���c	�Ym]'9�$P�7I��p���d��L9G9xw��t����wjf��j
+���LA׮�V*���	.��0;2�w�&QE,�t�r
�La*��6�!���8{��@B��j�|��\Z����2��k_�;6�(Ea����DXV{to:f4�O8L�kh*H�\�2N��YC�~�	Ik?���@�-�eN�i�_�gm���mS�ؠza�e0������1h�a��SF�F�w�ҭ7�]�Rv���綕�[�7�VE�HP*�����-�)$%:Oj�x�˭ی��Q5�!8#�v�K�.�D�k�����j��?�a64��RI�lLU*���c����SѴ-����/(�7�z�C^Ͼ�Y�Ƚy���:�D��H'*q�+@O���)�d�����7pϬ�����i�~z���?1>+M~��u/O�Z���A[2�4`�Ҵ䋐A�P,9���-�9�����a*pyM�Y/SJ��ե3��SN���(��:���ZRٔ�|@\%����r�Kd�50��_�ݢz�e���&K�̈���8\7po9��Oc+���A��*���-�g��
+j��2~�V,��/W|����a��B�8�E#�ٺ$�G���܅�Z�p��1�1�D$�A���ޜ:����ѭs���-�|�/���y��靋,�4�n���|_]�$=8�;�#f����=�1��Zs����)L�RM)%�+�
�k��0�$�a	�U������wdl��s,�E��8x��y85�y��i�'�^!A��$�c/1@���������N�,h�đ�^�{|�x��&hC'
q�yN��JT���<��Nr����U�)@��0��\鯴Ĭ�QX�@#q�
+��E*�+{lp�k\�����(T	��I�Bn��
+F��4�'��IJ׸���d�<�X�|�;���|�����f�n�o��"�᫄���{UF-|�/HpYeZ������j�\!�[��p�D��'��`A9�0K6��sy�p�r��/�5,��n���w����Ô%dyr�'�4e���6n��E�X�$q
�����	��!�)K̷����$��[XC���6�q���E¢�������!I���!�W�w��y�^sj�)�p0�`|�Fp���0D}�LM�BR%�{��"�z�x�Nw,�1��������V�'�?���Fv<��]��Y��M�r�r\���gu��B��Sv�W�x �<9 Q�����J�쨚�Q��c^]2��ⲵh=���4��8QS)��a���f��z�����Z�i!f�9��0��\�{^=,s�IS�~�h@����G!^m0�x�7V�7�;�G��g:�G�ٓvտJt�v;�1�ׇ��#�H�0���w�]���,���+�څ�rD(9���,������endstream
 endobj
-2829 0 obj <<
+2950 0 obj <<
 /Type /Page
-/Contents 2830 0 R
-/Resources 2828 0 R
+/Contents 2951 0 R
+/Resources 2949 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2800 0 R
+/Parent 2887 0 R
 >> endobj
-2831 0 obj <<
-/D [2829 0 R /XYZ 71.731 729.265 null]
+2952 0 obj <<
+/D [2950 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2832 0 obj <<
-/D [2829 0 R /XYZ 71.731 718.306 null]
+2953 0 obj <<
+/D [2950 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2833 0 obj <<
-/D [2829 0 R /XYZ 71.731 693.235 null]
+2954 0 obj <<
+/D [2950 0 R /XYZ 71.731 708.244 null]
 >> endobj
-2834 0 obj <<
-/D [2829 0 R /XYZ 71.731 678.291 null]
+2955 0 obj <<
+/D [2950 0 R /XYZ 91.656 690.411 null]
 >> endobj
-2835 0 obj <<
-/D [2829 0 R /XYZ 71.731 594.67 null]
+2956 0 obj <<
+/D [2950 0 R /XYZ 71.731 644.419 null]
 >> endobj
-2836 0 obj <<
-/D [2829 0 R /XYZ 71.731 579.562 null]
+2957 0 obj <<
+/D [2950 0 R /XYZ 71.731 618.516 null]
 >> endobj
-2837 0 obj <<
-/D [2829 0 R /XYZ 91.656 563.786 null]
+2958 0 obj <<
+/D [2950 0 R /XYZ 71.731 603.572 null]
 >> endobj
-2838 0 obj <<
-/D [2829 0 R /XYZ 233.106 537.883 null]
+2959 0 obj <<
+/D [2950 0 R /XYZ 71.731 519.95 null]
 >> endobj
-2839 0 obj <<
-/D [2829 0 R /XYZ 71.731 514.869 null]
+2960 0 obj <<
+/D [2950 0 R /XYZ 71.731 504.842 null]
 >> endobj
-2840 0 obj <<
-/D [2829 0 R /XYZ 71.731 499.861 null]
+2961 0 obj <<
+/D [2950 0 R /XYZ 91.656 489.066 null]
 >> endobj
-2841 0 obj <<
-/D [2829 0 R /XYZ 91.656 484.085 null]
+2962 0 obj <<
+/D [2950 0 R /XYZ 233.106 463.163 null]
 >> endobj
-2842 0 obj <<
-/D [2829 0 R /XYZ 71.731 446.062 null]
+2963 0 obj <<
+/D [2950 0 R /XYZ 71.731 440.15 null]
 >> endobj
-2843 0 obj <<
-/D [2829 0 R /XYZ 71.731 435.168 null]
+2964 0 obj <<
+/D [2950 0 R /XYZ 71.731 425.141 null]
 >> endobj
-2844 0 obj <<
-/D [2829 0 R /XYZ 91.656 417.335 null]
+2965 0 obj <<
+/D [2950 0 R /XYZ 91.656 409.365 null]
 >> endobj
-1410 0 obj <<
-/D [2829 0 R /XYZ 71.731 371.343 null]
+2966 0 obj <<
+/D [2950 0 R /XYZ 71.731 371.343 null]
 >> endobj
-338 0 obj <<
-/D [2829 0 R /XYZ 269.758 328.245 null]
+2967 0 obj <<
+/D [2950 0 R /XYZ 71.731 360.448 null]
 >> endobj
-1411 0 obj <<
-/D [2829 0 R /XYZ 71.731 328.03 null]
+2968 0 obj <<
+/D [2950 0 R /XYZ 91.656 342.615 null]
+>> endobj
+1471 0 obj <<
+/D [2950 0 R /XYZ 71.731 296.623 null]
 >> endobj
 342 0 obj <<
-/D [2829 0 R /XYZ 283.793 288.873 null]
+/D [2950 0 R /XYZ 269.758 253.525 null]
 >> endobj
-2845 0 obj <<
-/D [2829 0 R /XYZ 71.731 278.508 null]
+1472 0 obj <<
+/D [2950 0 R /XYZ 71.731 253.31 null]
 >> endobj
-2846 0 obj <<
-/D [2829 0 R /XYZ 71.731 240.688 null]
+346 0 obj <<
+/D [2950 0 R /XYZ 283.793 214.153 null]
 >> endobj
-2847 0 obj <<
-/D [2829 0 R /XYZ 71.731 225.745 null]
+2969 0 obj <<
+/D [2950 0 R /XYZ 71.731 203.788 null]
 >> endobj
-1412 0 obj <<
-/D [2829 0 R /XYZ 71.731 165.037 null]
+2970 0 obj <<
+/D [2950 0 R /XYZ 71.731 165.969 null]
 >> endobj
-2828 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
+2971 0 obj <<
+/D [2950 0 R /XYZ 71.731 151.025 null]
+>> endobj
+2949 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2850 0 obj <<
-/Length 2825      
+2974 0 obj <<
+/Length 2293      
 /Filter /FlateDecode
 >>
 stream
-xڍْ��}�B5/��$���y�u�8){w+і+��G�$f)R�3�ק/��(͸� ���n4�B�[���������L�q��߸�=���'kAYOp�o�|�S,2���b�[���7[$����_l�ߝ����r�G�(�W˺��^�{�����_YU��?���qcyGA��4xQ<�3��^��0F�9�D��G�ʇȐ�ίy�/=�ٳT���Hv~�`�EN��1]OeQ�t��:U�LIzB�V�%Xk��ē�d2�(z����(�{�X���x�G�:n�Z�F��.�Y�����(�n�����YhT��+�*Tx��A���<�����쯶=6}�E���|{��)��7r��`��tA��A��P$	j)}?t�V��-���q9U����ʚay��9�tN@]uZHT��⼌#G{��fe�ac�2m���������97ݕ�����@k�$�'��P5��<����ؕʎ]���u��E�A��٫kJ2pKo�{�ap۽e=�a����ɛ�J3��-^����ly��Y��ng�
-���$e���3�(q��F���=�N�_��^���2�K�.�1���C�d�ׅū/�3��]!�9��zr�h*��.J}�奛Q�]�`���{�6g�굽���(2�	��t�+�=�J[����I��1�t��t�[S�x>U���e�����e������X���w�1�N�G��������-���G*�RP
�fQ�=n������t=���2p1�!���I��T%�Әv��s�^�\/�]!�k���yY1��wȰ!�v�VL��##���l��>f'?j��	8R}��ٴ�����PV��^�0�a���X�@y7�h��X�p��y3�=��G��8FS�aaU���F�>JL68�C�W�I�*�����J)����q/$*���-ڊAf��kB6�.���E��i4�45"�0����C���R�c^Z�e5�����,��/��oHb�z\���'��X�v@���VJ���d�����.E)�`��K��Z�@�nj�j�
-�h��".`D��;��ypNn@�2k��Ԝ�J�c��x	��V�1@&.��u}]�`�Ϋ�a\x�;_���p"��lo����@y~ҹ3�+�5ԫ)��u�)?�&u�-F�D����?[+n�)p�MA�@� ��	b�ޖ��-���R�Ў�%��b$�YY#@Y
826<6�<@~m�r+*���\�?�X�%���f���^1���(��:9@�'�� ���QGل�b����WeQ�)�7\wr�D��K��ma6�A�F�Kd���c�3��wk�P������3��qx
�8�	y��5.<���gœ;B1:2�Q�m�N�!�麃��OpCo�����͋-��+�L���a��.��$�(���<�a�ljA�l����{������\���e�0�o�:=w��|*6�Pd0$W0�͊�M�0�I]tFp�.��S�v;�;�wU���W4����|��~������~`��z��#�Rx��x���;� r܀�X��� �OUd�#W	�
_Uz��Os�F�
-�d�1�o�rG/�y�{�fr̦�yz4=�c�AD�R����u�?�Sm�1'_>�� ��`��3=�M�m����:�U���6��N�*~��7�I8og�;w�,Pq��Y���BΘL�
�7�1U��dv���-3�S���)�_铰�@럙L�թ'&�1M/5@���P~f�h�}�%[^�*��
-���W�Q�|t���r�Xb$��HLQF�m��!��vEy��g^�D�g�C�H�+��L8t��c7?���C���9$�����0�0���a��F��"foޏ�;���2��5jfI����8k|����$d)�7��5�o��X�ōb/εg\��τ�H/�̈s�g�5��3{�g����	��\�]������W��j���!f��5P�Zz���~�������������l5��^:J��E��Xݻ;H���|w#ν����n�����b~��&�?a�	e�SCHq��HUh����j�I!�HRA��?s�O���|D�C�+�x��]��j>�
�1�c)��^5Zg|�s�f�b����$�39�4�q+tl�R+K�Vc���=5;�1u-����U��r���]�X�6������_���%�*[0S���H�PH��;��z�
���wĹg����Ι�n�W�oYUK�S*��2�s��sU�f3�xQ�O���|b�ᎩQ�[�p���cpeֶ�PH�� ���u�|�W��p��9R�P5�I��޵��G�#�|�"x/ٴ�r����Wi�D���Vj���D����x���y }�AyC	µ�4�R��ō��y��/<b@
-�Z�ih�†��0(E�&���YA䅂"a��cXKM�^OWx���,�;���m�{w����J"で*/�w�K���Զ�2�n��8��:�oB!os���	Ϙ<>�.w�0�5u_փ�?�1%n��5L��9�'���w˿���b7�شSC���kJ��"ZĴ^:i��wŭ�,`���yqktk�f�<�I�`�A��/�~Ŗ7K�W��91�'��uf>~`�i+CǛ V�tXR�@D�|�2Ѳ|���[�c^H��c_`x7+[[έ�50�Z�R�?^��~\*k#��),m|
-T�M��.�~��+�>��nL��*�f��{I	�)<�_�I#�,+D��w}C�������sN�(�endstream
+xڍɮ�F���% u�/�=;�A�>XF0ρ�lI�����/���ښ�(=e��������\�y��SI�?S~���;wu����c+(���ݻ	�U��8X����uU�f�$�U��]�o��1?��]o��u����T��xez?�=��ߪ���v����n�����x�F>?Xy�
+����&*
=�/P>�@�$u~�M��\��R�S$�a����9��t=�E�uW� Ta2'�	��:o׾�H�8R�#��	�
+���d�20�R��1�u�<���8�k�s��e͐����f����Z��󽪉�Aw�ByN����B���u��_uɰ����M����r蚓�����m�t>	��Z�2�D��ȂP�"Ҋ�`T���IEȳA/�"G���1཈�C��M����]ϛ�h5�0�%=������>X�8�:�w<1s}��p1ؐ�H�g�E���o������En�W;�9-R����T�Ljݘ+}q�������g4B:��k��$�d78��C�z��t�Ս�Ji�;�:��WB+/�Vwo*!pjP�)@��x�o�Or\�ȓ����.�T+�������F�b�n���wj0�K��!�u`_�mu8�#�Ǟ�lN9������L����Sޓ��{�;��me:m���@�1
X�����=5?�Q����M��GunDv�á�[��g2	8`c6w��s
+�'�D�Qhxܮ��	}ǔ�)nsV��7�7�bnt+�I)^�+��bԔ��:*�� >�3��GN٠z���O��uv3~|�?��G�V
��������NpA�y��v4 �)�“�-,�ίW7�_������Nа����H��yo�q,�GN^w
��5AHv��-oƈ�5EI̪���Y�XVBV�=�=�B;���������?K=z�I�*g����N0��PMX��/Tw���H��4)z�:4b���dw��-v�>�h+�6�F��R�uULv�w�Zk���X�M��na`x1����?��Y�}�;u�;	]��;�-���S�a��^� p}ނ�
+��������m��<Jy/Q}�����d����㒫^�
+�^�V��(8f��+[Ly�"�&�����a��H"�	p3��܌���>�o��9�<{~������^�3��y�
'� HLp�ķ�a�AO�{p��xX��N�O��a]w��k0xy����
$>����H#<�}���<��_jm%��'�|_c��J�D��=�B�Vܿyca�2-U���8���p��E��k�OG��ց�h~L2��g��;U���:��Ƴ%B
+����y�[�e�}�n筦�~h�����J��!�K:��㑗@9��U�A œso<�8��G�h\B�>k�ci|��}"��#��!�%!d�n3�֋\����F�)�&��1�q��3�<�@_�־�	�2�J��b�(W}���+4׼�7hQv��3�B֞C!�s!7��bX4�x�,��R�����a&�-�^m��ii�$�y�[03G��ݝ�e;ù�݂��SK^i��8��k�y˕��d���~���r��fV��X���dK����?K^���5���[�;�+!�`O�ey�w=���tO�-�A��AM7�i:AA��o���ߛ��Y��KUע��V�8Rs@i�z��Ҏӿh]��ٜ	����:7W�u٫�&)�`޺�����T�O��vW)�}R��u|�m~�b�s�Gp��$u���8�3X\���?��ܒ��
+�W�:_���d��$���$���i�[�^�\��l��Rx�+3:�*�G��D��(&�����0�z�Qx�z�#sW�~��g�k�*���-����G̊4<arC���P��wF�pS��k{N9�Nc��ϛ=�acŪ���[I�ڡ��q�{nm<GT`j~���TJ���ק
�^I�z���\m� {���uz;� B���Ԋ�K�R���$��,�h0��=�qo�_�����&�Y!�/U���!��Ja-|��I1g�C%���H �GYP����+���Q�F��4ܘ�խ*li|������Z�����€Vgd����9Ð����mC�㷏?���n��g�>" �0��W�˂�D�/-=@� �&�����o�Hǿ�ۡ��7�̃�h���kuS��������b�	=�z�\t��l[�����?t���:ԯ�;9��f�Y޶ߊ�Jl�ې��0U��<�bB��"�S���).x�?�[N�[eqendstream
 endobj
-2849 0 obj <<
+2973 0 obj <<
 /Type /Page
-/Contents 2850 0 R
-/Resources 2848 0 R
+/Contents 2974 0 R
+/Resources 2972 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2800 0 R
+/Parent 2887 0 R
+/Annots [ 2987 0 R ]
 >> endobj
-2851 0 obj <<
-/D [2849 0 R /XYZ 71.731 729.265 null]
+2987 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [177.424 411.089 222.255 420]
+/Subtype /Link
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-346 0 obj <<
-/D [2849 0 R /XYZ 264.312 707.841 null]
+2975 0 obj <<
+/D [2973 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1413 0 obj <<
-/D [2849 0 R /XYZ 71.731 704.649 null]
+1473 0 obj <<
+/D [2973 0 R /XYZ 71.731 718.306 null]
 >> endobj
 350 0 obj <<
-/D [2849 0 R /XYZ 224.863 673.37 null]
+/D [2973 0 R /XYZ 264.312 707.841 null]
 >> endobj
-2852 0 obj <<
-/D [2849 0 R /XYZ 71.731 664.733 null]
+1474 0 obj <<
+/D [2973 0 R /XYZ 71.731 704.649 null]
 >> endobj
-2853 0 obj <<
-/D [2849 0 R /XYZ 71.731 626.381 null]
+354 0 obj <<
+/D [2973 0 R /XYZ 274.763 673.37 null]
 >> endobj
-2854 0 obj <<
-/D [2849 0 R /XYZ 71.731 621.4 null]
+2976 0 obj <<
+/D [2973 0 R /XYZ 71.731 664.733 null]
 >> endobj
-2855 0 obj <<
-/D [2849 0 R /XYZ 89.664 600.643 null]
+2977 0 obj <<
+/D [2973 0 R /XYZ 119.865 654.441 null]
 >> endobj
-2856 0 obj <<
-/D [2849 0 R /XYZ 71.731 598.486 null]
+2978 0 obj <<
+/D [2973 0 R /XYZ 455.128 654.441 null]
 >> endobj
-2857 0 obj <<
-/D [2849 0 R /XYZ 89.664 582.71 null]
+2979 0 obj <<
+/D [2973 0 R /XYZ 71.731 636.409 null]
 >> endobj
-2858 0 obj <<
-/D [2849 0 R /XYZ 71.731 580.553 null]
+2980 0 obj <<
+/D [2973 0 R /XYZ 79.19 584.703 null]
 >> endobj
-2859 0 obj <<
-/D [2849 0 R /XYZ 71.731 565.609 null]
+2981 0 obj <<
+/D [2973 0 R /XYZ 71.731 564.613 null]
 >> endobj
-2860 0 obj <<
-/D [2849 0 R /XYZ 244.012 556.11 null]
+1475 0 obj <<
+/D [2973 0 R /XYZ 71.731 533.729 null]
 >> endobj
-2861 0 obj <<
-/D [2849 0 R /XYZ 441.891 532.797 null]
+358 0 obj <<
+/D [2973 0 R /XYZ 224.863 500.419 null]
 >> endobj
-1414 0 obj <<
-/D [2849 0 R /XYZ 71.731 463.657 null]
+2982 0 obj <<
+/D [2973 0 R /XYZ 71.731 497.759 null]
 >> endobj
-354 0 obj <<
-/D [2849 0 R /XYZ 207.755 428.19 null]
+362 0 obj <<
+/D [2973 0 R /XYZ 185.702 470.033 null]
 >> endobj
-2862 0 obj <<
-/D [2849 0 R /XYZ 71.731 419.552 null]
+2983 0 obj <<
+/D [2973 0 R /XYZ 71.731 462.835 null]
 >> endobj
-2863 0 obj <<
-/D [2849 0 R /XYZ 71.731 391.228 null]
+2984 0 obj <<
+/D [2973 0 R /XYZ 359.607 452.1 null]
 >> endobj
-2864 0 obj <<
-/D [2849 0 R /XYZ 260.836 365.425 null]
+2985 0 obj <<
+/D [2973 0 R /XYZ 388.183 426.197 null]
 >> endobj
-2865 0 obj <<
-/D [2849 0 R /XYZ 300.296 352.473 null]
+2986 0 obj <<
+/D [2973 0 R /XYZ 71.731 413.246 null]
 >> endobj
-2866 0 obj <<
-/D [2849 0 R /XYZ 71.731 332.384 null]
+2988 0 obj <<
+/D [2973 0 R /XYZ 71.731 406.107 null]
 >> endobj
-2867 0 obj <<
-/D [2849 0 R /XYZ 71.731 319.432 null]
+366 0 obj <<
+/D [2973 0 R /XYZ 280.196 375.388 null]
 >> endobj
-2868 0 obj <<
-/D [2849 0 R /XYZ 71.731 314.451 null]
+2989 0 obj <<
+/D [2973 0 R /XYZ 71.731 368.309 null]
 >> endobj
-2869 0 obj <<
-/D [2849 0 R /XYZ 81.694 293.694 null]
+2990 0 obj <<
+/D [2973 0 R /XYZ 117.11 357.455 null]
 >> endobj
-2870 0 obj <<
-/D [2849 0 R /XYZ 81.694 293.694 null]
+2991 0 obj <<
+/D [2973 0 R /XYZ 71.731 355.298 null]
 >> endobj
-2871 0 obj <<
-/D [2849 0 R /XYZ 71.731 266.008 null]
+2992 0 obj <<
+/D [2973 0 R /XYZ 71.731 350.317 null]
 >> endobj
-2872 0 obj <<
-/D [2849 0 R /XYZ 81.694 249.858 null]
+2993 0 obj <<
+/D [2973 0 R /XYZ 89.664 329.559 null]
 >> endobj
-2873 0 obj <<
-/D [2849 0 R /XYZ 81.694 249.858 null]
+2994 0 obj <<
+/D [2973 0 R /XYZ 71.731 327.403 null]
 >> endobj
-2874 0 obj <<
-/D [2849 0 R /XYZ 71.731 247.701 null]
+2995 0 obj <<
+/D [2973 0 R /XYZ 89.664 311.627 null]
 >> endobj
-2875 0 obj <<
-/D [2849 0 R /XYZ 81.694 231.926 null]
+2996 0 obj <<
+/D [2973 0 R /XYZ 71.731 309.47 null]
 >> endobj
-2876 0 obj <<
-/D [2849 0 R /XYZ 81.694 231.926 null]
+2997 0 obj <<
+/D [2973 0 R /XYZ 71.731 294.526 null]
 >> endobj
-2877 0 obj <<
-/D [2849 0 R /XYZ 71.731 216.817 null]
+2998 0 obj <<
+/D [2973 0 R /XYZ 244.012 285.026 null]
 >> endobj
-2878 0 obj <<
-/D [2849 0 R /XYZ 81.694 201.041 null]
+2999 0 obj <<
+/D [2973 0 R /XYZ 441.891 261.714 null]
 >> endobj
-2879 0 obj <<
-/D [2849 0 R /XYZ 81.694 201.041 null]
+1476 0 obj <<
+/D [2973 0 R /XYZ 71.731 182.61 null]
 >> endobj
-2880 0 obj <<
-/D [2849 0 R /XYZ 71.731 168 null]
+370 0 obj <<
+/D [2973 0 R /XYZ 207.755 147.143 null]
 >> endobj
-2881 0 obj <<
-/D [2849 0 R /XYZ 362.548 131.303 null]
+3000 0 obj <<
+/D [2973 0 R /XYZ 71.731 138.506 null]
 >> endobj
-2882 0 obj <<
-/D [2849 0 R /XYZ 71.731 129.146 null]
+3001 0 obj <<
+/D [2973 0 R /XYZ 71.731 126.058 null]
 >> endobj
-2848 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R /F48 1949 0 R /F32 1151 0 R /F35 1481 0 R >>
+3002 0 obj <<
+/D [2973 0 R /XYZ 71.731 121.076 null]
+>> endobj
+2972 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F48 2042 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2885 0 obj <<
-/Length 3037      
+3005 0 obj <<
+/Length 3508      
 /Filter /FlateDecode
 >>
 stream
-xڥk�����
-w�D֌ޒA���R\>-�����֢mu-ɕ�s�~}�E��dh�X�9C�{do�Ÿ�H<����ʏ�Ŧ|p;���'+AYY8���)k�����v��J��"	|�F��9���q�;�,W~�:�����,��xQ�����ݷ�pȖ�?�����Z��M�΄??X��_��y��b�sS�!��K��wH����ң��Z'�5�|���#GW�h�:�V7-����<�6��Tu2�ϖ���2��h�>/���:g�&�)���a��,:Y�ا�����x��eo�*�B���N#�y�EN����s]牧�-?�ʬE�?@-.Px�~��mE	]�3�Jҁ��h�D��O�\.5���\��Vu7�w/RI�Ƌ!Z�7�-���7�F0���2P�����A���N�o˕砆�K��@�
--�8U�?���.rP������~@���UO����ы�ï�wr�0P^��ڃ�^<�be�Y�(	�0K��T��*�m�t�����n��t��Ь&w�������^�������A��gb�
蔓uFF��4���N
-,���$�\�x7����YE�J�v_�s��E��|��?Y$hp��b0�*��~tyI�"@��]>�dB�v�)X�:Q�a�,�ȩO�*+��Y��p�&��zbY�@p^�|B���>�`NX|�Ǿ��F��缤�K� �>1X��b�#�cѽ��j��X�������N����������[�=����x�Y#�i2q�v5C@;kt�g�Yr<���<:$�
-b-�g��<0>��xPK�jtY#?�
�k���mS������a�W1�*FI@�?��j�5U�{�6%v_�.�ϩ�E�զ����ߔS=o�����!���;�\�9�B4:���	C�/�`����X5�"G�f7��������;���}�ܚ7����0�%�����:�d�nֱʹY�&	��C<+��.�,�y�4־�ϗDZu��?N0��<��F.��;��E��X�p�Sh�U-���s��5-�{Z<%v_�/��i�E}�,��Aφ��g;�91�&�FÕ�F��8b��c�](��;�RI
-a�ǾU�*qO��[c�}�����$̜-_�����n�k��&/��'�)��� >'/��΋����� ш`4�d��:��1�̱�����t,I�p�
1NwOfR����[1�a*reP�HF	{"�';�b���:k��fH����UZ�f���Ǻ��*�3w��	}d#ZC>��М��O��@��P�O���;4S���uS���b�Rus+�6�g�'7�¹����������g֦��7q�Z�b��1�v
*����M1Pَ��3������8�+�	�MVi�?8ql����Z�
��dg�8k�
)�ؾ�և#GE�'g��O�"��
�%���H�sU���v/Ch�M�	h@�!�g�N����	�_���v�sxX؍�k�h�Dc��+�L�?�퓰�����v��z���@��r�B��lb��Oc����p3z�Ĥ!���_��$���'*Y�1�5��{;%v�b/��Y�E-�=53�5��|J����H1�b*�`��Vߡ�n,�0�qX79/܂�E����ZB���pJR�c�.������Ѳ��F��R�ؤ�Ԣ夶Z���yu���{4!7&p�f�7r.ńs�:���B�ؗ��"IJQ@���ˊ����7��1�m��\�{-��(�B�1��m�6��m�Ϫ���[Vҿb�E7�y��Y\�@�v��¹bq����kq��g,Φ�G�����"�&��խM�
#"q<�z|����|����y�X�#�W�J,�
�T
Jm�����y�J����کA���$��#^�ۜ
-_&m\K�a��|�/����`�l��g[��V%i%��x���N
-<}-d:;=.B1��	�i�Y�k2���b��zZ��>0#�|�hjn�:;e��u���&���sM���O��W��s�oQ��:{=f
5�˹8r5�F�go��OiG�UqA�}��M
��u�F�4�Q�=8�}O<�;�����hGZ�6�bz�$R�P	��n�5A��{�햙�sMЂqO�Sb�}A|N����_�<�J6�T��l܋:�(�:��T1Rߔs��������vr{̳���YJӘu�����l����خ�W�^T@:�.���~�*/�z��;Uv��h9��rVcw#^y�P+�I��܄q��ش]�X2�� Y����>b&��<j��25�S���TĘ9���k�M��e&m��(J-�3w�#@O�
-�˜���O�[��C!�-��H�K���#�L�C�d	ˑZ���1	Tݷt� 5_���?9���KRչc�\_�8��$/�&���O�@ه�>�p�ol����@W0R��_8���(�O�r/���o�i��#r��Y#����~f����Wqh���ۿ� F�	�!�nm*�R���2 9�����kb5;�h5��[��%t�)���f�o��g����?�sL��2��3JCn�P���R(����S��ȭ�T�45��D��.�au�A�eMNj3��n�傗A�I���
a�#;��d;�<f;C�W�5�}��{|�8?�"U>W5�ͫTr���7�����J1��K�c��7���c��0����+�^�⽩2��}ޜ��d���K
-�ɷ��-����M�N�(���'�C�`�zU3��l�j�0�]��wY��b��>3~�d�8Py�����gX
-�ݦ)L�����$���=�6�W�ic~T�x$o��I��X����-����$��$u���.\W��\����8��EX]ć�z{1'�-��Jp`Z�ZHm7`�zc s�0rl�|(r��T����0RA�@b�w>nw�+tdc����0���3mfJgS�����<rl�7HR�}>뺺�گJU��i0�(��.�S��f��k?U�R�/VeB�endstream
+xڝZY���~�_�̋%`D�>#��lb��If�8bK�W"e��x��SW7����X̪Y���㫳�\���I��3Ǐ���������pl�ek�|����߂`�9Y�����u���VI�;i䯞��_�K���֏�u���Ź���eu`җ׍�>��<������>�{6�� q�4�;�0�Dn}��|����	��,�OV  ��\�O��g��N��l���o/��L����zN������]�j�
�p�>?+�M��\LJg�z|Ɯ�Dz�V���p}P�j�����Q1�ڪ�M��=���:�剉yQ4��#j&|]o�h�����6^��3���,���V_�p�7�+�2bc�s�MHz{ݣ��\���!.~��o=��g������,�Ї�p�~����~���^�fRL���O5"w�*���{�ם��yg�ËFz�rݑ7���yu0=U�0�T�ff�V�xӄ���]M����=Z?��7V��Pd~*~�s�&�c�x���8���]�xn���XP�a�*4>�B���\?�=a�d��hr>(�1�<7f0
����� @�I{FOE�d����`�^��t-�=�/��@��Є��]}���g�N�ܷ�ϭ�����
+[>��𹳳���Ia�m�Z7� Y��R't#��%��?�&��$cMD�V>l�����/.(
mn�L9������_���w�NL+��\�z���30�Ĥ�f>��d�da�����z*�O6,@��T1DMQ��T�;@�������l36h&yՍ�)���4�'~j�������I��5�]�|Q'4��q���^/�w��-�
+�z�–�;>�^K:���a��h‰徑�����-��B���}|��Q3�?'xxA/kKͫ��DzR=}W�/'p�x0oL���X��6��<�ɖq*��q�s$w9�;m�:mT���?�@k@�vL��5�`����.����R�X�
+UJ�іue?���������]�Y<7��9�7#lpc�3���=��0�a����s1c�f�݄h�6htoL���j@��y8Є��~�;]<]��q��?���)h�e��XfE(@��܂��`�IF(�@Wi���cP4��DP�vQ���ʜ���P��=Y����Ys}���w�b��#��rO=f)bX$tG؅W;Z�g&�[GS:�j r���}��w�:_F&�+��s���k��P���;md�d�*(�V�����3�/&��<��p�S��?�`�}/w[�j�C��*=���Ӽ%e3N�UWVW��9 �Se1~)y��
�?˻k�j�uc��x(�">R%�4Z:��aO������T ��}N��9���VL��!���g�/����/L*��� 0V�`ԕ��I�:	�$:��L%��X���,���1݈�tL���F�%81�#o�J#�a"ٻ�>T)(���ƭ���8E��#v3X�`7c��XP�2?vb�'���g�	Y���Ctl`�QF�p�N*Zn�kR��h���	�O�Dʋ��y��5�4P8����v:��חs�I�ތ���@o4�Vv�L:|�2������sR
���o]�Ȃ.����[^��Ŵl!�5��='�^�a�MM��w3�o+��d�!�Kb_8^����1 �Q��ݵβj;��N�	 Q8�Nl��̄�8Ba�:�������ǟ�U��[���^�9��Q�� �V�Z����3���^���
+�d����r�M�>|����U��9A��Bc���J�T�p����;i���@������
��Ʉ�$���ϥ�אM��	h��iZ����د�nI�N���?�m��nŸ�N2,�M�� �� ��D��c!z����DZ��і���ل���m�e&fL� ��Dŋ�Yx�8hP�.�!�Kwi볐
����98L~$},�7z�G,�=>1Gw$[���֞޲�ŷ���F&�H�=	��蔤��E^��L��C��(��׈?����-'�)�XaH�dܔ�x+n%*A�"��P�ynAM8��6����9�Y��_A8�9��ӊX#��Yl�Ϙk���N 3B���a
+!���U�C�x\�F���P�4��U��Dp������<��:��0'������R�&޼c�ʺm�JXiϠ��e��ϛ����a�����Մ����E�
+��{.hY������r�N߯,[<�P,K(�
+[F�H��-�;*JR�6D
���XN��ɸ�l
+t6$%bۅ�b��9%�"�.�y*�X�;z��˰��T�S���j��s�4��y�[<���󲥫�쌆L+�1A�?#8��I�-�)f������ܡ��7�8EERzi�nxb-��,`�YiVI�A����f�R�Mj�̔may���0��Q���K��D�
�z'�A�~R`��i`?�3���BU<Mܦ1h:g���>�'C����,�Y�/ [<��+K��
+[�H�`-�
��B��{1�,oQ`_~����
1'w���TcL�]�d]p�j���i����4uq�QYǫ
+n��{����UQ�â��ܿ
��CE��5���0t����ù�2��j��u�r���w%�ŇT<�����&?=Rs|����
����M�WϢ�
+�Q�nH,�.�h�(�&��vg���K���/f9�2�|:�f5v�j�N�3��.o��>���g0Q�d��7��.(���؞��
+ǒ�N�-k�H���Z�Qc��Q1C�[·�}q�G�LE:����0Es��::�JN���Ď{��h���Qx���t
+R��f��s	lc�l��L#�j���G�C�d�ѲR�3�K�x�����/�.=��qqc�)����܏|%���#�p:
+�X��ʼ�76�0b6��Z�G%�	� �B+1����"'p�e-���"���[uK�8t���Yn�0,��TҢ��$�(�%u�Nvz.���4���2sCK;Gl�d�P;���-���?�	��S~����@��u8v��?����5a_����I	�`�b�ʼt����a��H�7`PO/yB3����>)bPxv�EQ�Njwxm�H��DJsP��=��p��������w(��E�}�!_1���/d�S6������w5�-����–�?>�~Kz��򏗼���y�����u���(�mM�A a嚽{7�M�����������L݀?�	Bhgݐ������k�ݡ��L"r �f���n�9~�?���A��AO�-�H��A[�?�pe#���8r���]csԱG�tm�0�*f2�xQ�X4~ۋ�Q�ND.�yV��R��_lČ���q�;-����LN�*��DN�3^��K�>eU��˿G;���Ul����<)��դb�w▽	S'��[ҳLp����z\s��0z*��TE�endstream
 endobj
-2884 0 obj <<
+3004 0 obj <<
 /Type /Page
-/Contents 2885 0 R
-/Resources 2883 0 R
+/Contents 3005 0 R
+/Resources 3003 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2800 0 R
+/Parent 2887 0 R
 >> endobj
-2886 0 obj <<
-/D [2884 0 R /XYZ 71.731 729.265 null]
+3006 0 obj <<
+/D [3004 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2887 0 obj <<
-/D [2884 0 R /XYZ 71.731 718.306 null]
+3007 0 obj <<
+/D [3004 0 R /XYZ 81.694 708.344 null]
 >> endobj
-2888 0 obj <<
-/D [2884 0 R /XYZ 210.667 696.687 null]
+3008 0 obj <<
+/D [3004 0 R /XYZ 81.694 708.344 null]
 >> endobj
-2889 0 obj <<
-/D [2884 0 R /XYZ 76.712 680.05 null]
+3009 0 obj <<
+/D [3004 0 R /XYZ 484.554 708.344 null]
 >> endobj
-2890 0 obj <<
-/D [2884 0 R /XYZ 128.518 636.504 null]
+3010 0 obj <<
+/D [3004 0 R /XYZ 71.731 680.284 null]
 >> endobj
-2891 0 obj <<
-/D [2884 0 R /XYZ 76.712 600.145 null]
+3011 0 obj <<
+/D [3004 0 R /XYZ 81.694 664.508 null]
 >> endobj
-2892 0 obj <<
-/D [2884 0 R /XYZ 81.694 582.212 null]
+3012 0 obj <<
+/D [3004 0 R /XYZ 81.694 664.508 null]
 >> endobj
-2893 0 obj <<
-/D [2884 0 R /XYZ 81.694 582.212 null]
+3013 0 obj <<
+/D [3004 0 R /XYZ 71.731 662.351 null]
 >> endobj
-2894 0 obj <<
-/D [2884 0 R /XYZ 71.731 567.104 null]
+3014 0 obj <<
+/D [3004 0 R /XYZ 81.694 646.575 null]
 >> endobj
-2895 0 obj <<
-/D [2884 0 R /XYZ 81.694 551.328 null]
+3015 0 obj <<
+/D [3004 0 R /XYZ 81.694 646.575 null]
 >> endobj
-2896 0 obj <<
-/D [2884 0 R /XYZ 81.694 551.328 null]
+3016 0 obj <<
+/D [3004 0 R /XYZ 71.731 631.467 null]
 >> endobj
-2897 0 obj <<
-/D [2884 0 R /XYZ 71.731 536.219 null]
+3017 0 obj <<
+/D [3004 0 R /XYZ 81.694 615.691 null]
 >> endobj
-2898 0 obj <<
-/D [2884 0 R /XYZ 81.694 520.444 null]
+3018 0 obj <<
+/D [3004 0 R /XYZ 81.694 615.691 null]
 >> endobj
-2899 0 obj <<
-/D [2884 0 R /XYZ 81.694 520.444 null]
+3019 0 obj <<
+/D [3004 0 R /XYZ 71.731 600.583 null]
 >> endobj
-2900 0 obj <<
-/D [2884 0 R /XYZ 71.731 518.287 null]
+3020 0 obj <<
+/D [3004 0 R /XYZ 81.694 584.807 null]
 >> endobj
-2901 0 obj <<
-/D [2884 0 R /XYZ 81.694 502.511 null]
+3021 0 obj <<
+/D [3004 0 R /XYZ 81.694 584.807 null]
 >> endobj
-2902 0 obj <<
-/D [2884 0 R /XYZ 81.694 502.511 null]
+3022 0 obj <<
+/D [3004 0 R /XYZ 71.731 551.766 null]
 >> endobj
-2903 0 obj <<
-/D [2884 0 R /XYZ 71.731 487.403 null]
+3023 0 obj <<
+/D [3004 0 R /XYZ 213.707 515.068 null]
 >> endobj
-2904 0 obj <<
-/D [2884 0 R /XYZ 81.694 471.627 null]
+3024 0 obj <<
+/D [3004 0 R /XYZ 71.731 512.912 null]
 >> endobj
-2905 0 obj <<
-/D [2884 0 R /XYZ 81.694 471.627 null]
+3025 0 obj <<
+/D [3004 0 R /XYZ 71.731 497.968 null]
 >> endobj
-2906 0 obj <<
-/D [2884 0 R /XYZ 71.731 443.567 null]
+3026 0 obj <<
+/D [3004 0 R /XYZ 210.667 476.812 null]
 >> endobj
-2907 0 obj <<
-/D [2884 0 R /XYZ 81.694 427.791 null]
+3027 0 obj <<
+/D [3004 0 R /XYZ 76.712 460.174 null]
 >> endobj
-2908 0 obj <<
-/D [2884 0 R /XYZ 81.694 427.791 null]
+3028 0 obj <<
+/D [3004 0 R /XYZ 128.518 416.629 null]
 >> endobj
-2909 0 obj <<
-/D [2884 0 R /XYZ 71.731 399.731 null]
+3029 0 obj <<
+/D [3004 0 R /XYZ 76.712 380.269 null]
 >> endobj
-2910 0 obj <<
-/D [2884 0 R /XYZ 81.694 383.955 null]
+3030 0 obj <<
+/D [3004 0 R /XYZ 81.694 362.336 null]
 >> endobj
-2911 0 obj <<
-/D [2884 0 R /XYZ 81.694 383.955 null]
+3031 0 obj <<
+/D [3004 0 R /XYZ 81.694 362.336 null]
 >> endobj
-2912 0 obj <<
-/D [2884 0 R /XYZ 71.731 368.847 null]
+3032 0 obj <<
+/D [3004 0 R /XYZ 71.731 347.228 null]
 >> endobj
-2913 0 obj <<
-/D [2884 0 R /XYZ 81.694 353.071 null]
+3033 0 obj <<
+/D [3004 0 R /XYZ 81.694 331.452 null]
 >> endobj
-2914 0 obj <<
-/D [2884 0 R /XYZ 81.694 353.071 null]
+3034 0 obj <<
+/D [3004 0 R /XYZ 81.694 331.452 null]
 >> endobj
-2915 0 obj <<
-/D [2884 0 R /XYZ 374.742 353.071 null]
+3035 0 obj <<
+/D [3004 0 R /XYZ 71.731 316.344 null]
 >> endobj
-2916 0 obj <<
-/D [2884 0 R /XYZ 71.731 350.914 null]
+3036 0 obj <<
+/D [3004 0 R /XYZ 81.694 300.568 null]
 >> endobj
-2917 0 obj <<
-/D [2884 0 R /XYZ 81.694 335.138 null]
+3037 0 obj <<
+/D [3004 0 R /XYZ 81.694 300.568 null]
 >> endobj
-2918 0 obj <<
-/D [2884 0 R /XYZ 81.694 335.138 null]
+3038 0 obj <<
+/D [3004 0 R /XYZ 71.731 298.411 null]
 >> endobj
-1415 0 obj <<
-/D [2884 0 R /XYZ 71.731 315.049 null]
+3039 0 obj <<
+/D [3004 0 R /XYZ 81.694 282.635 null]
 >> endobj
-358 0 obj <<
-/D [2884 0 R /XYZ 233.494 281.739 null]
+3040 0 obj <<
+/D [3004 0 R /XYZ 81.694 282.635 null]
 >> endobj
-2919 0 obj <<
-/D [2884 0 R /XYZ 71.731 273.101 null]
+3041 0 obj <<
+/D [3004 0 R /XYZ 71.731 267.527 null]
 >> endobj
-2920 0 obj <<
-/D [2884 0 R /XYZ 436.119 262.81 null]
+3042 0 obj <<
+/D [3004 0 R /XYZ 81.694 251.751 null]
 >> endobj
-2921 0 obj <<
-/D [2884 0 R /XYZ 71.731 249.759 null]
+3043 0 obj <<
+/D [3004 0 R /XYZ 81.694 251.751 null]
 >> endobj
-2922 0 obj <<
-/D [2884 0 R /XYZ 71.731 234.815 null]
+3044 0 obj <<
+/D [3004 0 R /XYZ 71.731 223.691 null]
 >> endobj
-2923 0 obj <<
-/D [2884 0 R /XYZ 300.596 223.258 null]
+3045 0 obj <<
+/D [3004 0 R /XYZ 81.694 207.916 null]
 >> endobj
-2924 0 obj <<
-/D [2884 0 R /XYZ 71.731 183.706 null]
+3046 0 obj <<
+/D [3004 0 R /XYZ 81.694 207.916 null]
 >> endobj
-2883 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F44 1937 0 R /F48 1949 0 R /F27 1144 0 R /F35 1481 0 R /F32 1151 0 R >>
+3047 0 obj <<
+/D [3004 0 R /XYZ 71.731 179.856 null]
+>> endobj
+3048 0 obj <<
+/D [3004 0 R /XYZ 81.694 164.08 null]
+>> endobj
+3049 0 obj <<
+/D [3004 0 R /XYZ 81.694 164.08 null]
+>> endobj
+3050 0 obj <<
+/D [3004 0 R /XYZ 71.731 148.972 null]
+>> endobj
+3051 0 obj <<
+/D [3004 0 R /XYZ 81.694 133.196 null]
+>> endobj
+3052 0 obj <<
+/D [3004 0 R /XYZ 81.694 133.196 null]
+>> endobj
+3053 0 obj <<
+/D [3004 0 R /XYZ 374.742 133.196 null]
+>> endobj
+3054 0 obj <<
+/D [3004 0 R /XYZ 71.731 131.039 null]
+>> endobj
+3055 0 obj <<
+/D [3004 0 R /XYZ 81.694 115.263 null]
+>> endobj
+3056 0 obj <<
+/D [3004 0 R /XYZ 81.694 115.263 null]
+>> endobj
+3003 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F48 2042 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2927 0 obj <<
-/Length 2211      
+3059 0 obj <<
+/Length 2458      
 /Filter /FlateDecode
 >>
 stream
-xڝXY��F~�_a�e$���tk�4G�n��l���A��A�ʶ]�1�Ydɒ� h4��d���\9�'W����7VY�����)�L��Ѽyz�������i��GDN��<Wā�z����vP��u����󪨋���@[oF[Z��e�ڿ>}���4��H$���z��J?7:�g�����}�����z����Y�;�fĉk�����/�p,�l��a�ԆV�v�-Ku' 2��LZyC�3\����R������"U\P�pP`���E�<9'���&x00�m+]�����U]����:�KH� �Wa,��m�x��Wg��#�������i}p�%+)��[uj���ᇉ
=��K<�,�E��F�m(��R�=����
�՞#�ī0(����'�w��5z.��{�@���2J$Cz�>�vt�툳��:��MȖzwa>�"�n"�1�Д9��]3LL�l&�=���=�f���OԈ?�>-obݩ~,����' H��r�0'���6�K�p�P.�-���Uڶ*e�
��������Lk`J�^"S�ɖ�!u��،eN_v|Jٞc�9t�R�iq�H_3���`��T4��)�8��Ȍ�M{���V3@�=h��#�8E5���y��S��H�2����wEIm�LХߖi��8���雺����S0�+E$����>�:�YC��2�⏘�pl��TC蚱�i?O�iI��*���i�&��7\
�]q�C��E�
��.���c5P��P��) �����`�LOZ_�j�����JNϸ�;A����!�5�yZ3)K���J0oj;�i��Z{Z���*�ԥ���M��RX�!|6�B}>�=<��H8ތ\���~`��o���'pO�",]�g��*/�F1�YǮ�N��\�e�sǼ�2����)���LRh0����?lk
���/#v ~n�k�R; ��I��m%7���;㭲/O�	k��	���Dh�oH2d��H��9֪'�x�+��]���DA���ʁ
�o8���:�n8&�	�7��y?5��w�Z���-��tTh�$�R��E-�uC�����S�L0xu0+�SA��2P�,���I&r-K.�����2z�1pr�Q�Y4�n����ʶ7'����b,ô�K!A�sF�u�L�St��g4[Zg&��PW5ȕ�`T�s:h8��N�>���;]])7^�/�^�(�_l�g4W�? Z�
���)nK���_kh���#	��+�B0Wp�6�*�B�ɞ�!���3��J&�Xږq�L�D��QP��w���9M�r�E�JG�?�������V����q��f(�IH{�|LэT��������Q�v[-&,f�4���XO�R�oԵj�5��3��GǺ��N�0*;�
�ENL�k��
f+(uE[���+����+��n�.��|��u��àUYa����ch�c����bP�勓��c�F��0��s�8B��/�WvX��r��T�Ğ(�]ut���q;�����$������vi_ �p�{��c����k�?�@T�6\5"0U�Y�n�a����,Ϊ��djq{����fj2�n�3��8�F�N�1��.H"�V
Zx�0ʠ��4Q��a	��Ҳ<�.���?����������;����Y#����>>~bD�#7�?S3+�&9�P�qɆ��UzM /ʕ�,��vz%����׋%�N^=E�D��oȺ'�|�E�lQ��
-*"�ok�kWr�T���H���i\��O�4g���aTϽk�kY_6��/�^�f*���y�����[E̴k��خ+��Ŝ@x�j�h�3�]�1	�
-�,v-��{A�[��XO�N��T�y8� ;]W:��YW�:��Γ9���ɔ�U%��Rn��	����	D}���"���~e�X��@�NmEw���#��ZI�E�l��/���&�$�V��zC����Ϣ+Z�ϖnbr-�����QP�7,
-�a����"K'�}�AO
�y��Q��oT��cK���A�%�@�����y�kE̵"^֊��Հ����/1���Ԛ�v�T����c���ۇ��	�c4�]����K�n�$lk��v}A�B����qRÏz��
-�a�٬N�oz��
�Z�����������e�b#&���7�k������M�Z�_�)'endstream
+xڥYݏ�߿�͓�UQ�,�}��&��!Eq[E�E��ɒ���s����3��l�������p8�Z-"��E��L�o�x�.v��hq��_��P��d5�y�����^l��Z/^��$��,�,2�y/^���Gs�m�\�i萿�SY��e}`��a��ïeU��//�?}�2�Nunr��z��N�X/�
+7iJ
+�}Fy�����	)���_le{�	�tP\�AG�U6m5Z�Tn�c�q��(菖���X��j�q�`S8�M���IΦ5'˦�����ֶ XM�����[��ư�:߄�zlO���Qf;�eD��dw�,ס��u&I��pO��[F$�y��(pi����T]Ð����,�]3�}���Ɠ�G��f`��3=U�`_�t
+:�����l��͞'�);�<Y����fnk������QE2�QX6uuaÈץ�6�Z�B��j�b�w�����Eٝq�(�g��,z��w�q-�&�(g���-�1��͓�t�tT���p>:9`X��shL�&FY�2>'�%��:Pݱ*!��o�$
+^���0�o1:��UR����W�$[u�K����le
v���mk�4ǭ��DĈC[�F��f[�S�	���H,Lo����<|=��#���
+*k
+F���;�N��3�����=�e_ʦ%��n����%�� #�n�|�f
+�����e)ST����B�˩i�>����C��`&c״-��_���“�`��l��[�Q+V�����<��P=�P�YhO%�<�%�7��1�刃��'sa`+
+������Yj�]#p�kM�DtK�c��V�gBX^��B�]�L�a�qn.���lR�.�Hdzp�NB��ؙ�����:��6���AB��mCd��T��p����T<��/E�p<4v�&y
+��r�v�(Z��鐣G:�Oz�,\��)�p��L��5�ng��`�԰*oB%tC{!#w#�~p����p�Vx�.�L�<׉e����ڶ��:��6�HR��v�D��_�[X�����1�"ik��r�� ���N��;}%����Bә�p��ipw�+�Fy�M�M�2������j;r�<�c�E�=߰aw����y��q���V�
_�<���-J�@�Y�����8�;����湗'9���QW����(Y���V�us(���`Oً`k0����3C[[Q�!	��y����IX�e_Y����mk)�y�? ��7�����6DΒ��s� �0�D�	�CF���$c�9^�C��@�į%dz�l�iia�][��M��s"�B8�'ZU�5���*XQ����I��>d�ݞ�p�$p݈��]ƙ��S��tv�`T��Qyr9>]9�c�#ș��Ybp����RXSP�t��8sw��R�KY�ab� ��ш2�BUw�<������Ro��%����p�iڅ�cz'�{�B��!�
4
)G;�I���'�C�~�������r
+2�aCű�>`�P	�
+�thd�fq�j/� ��)�����M�����Z�r��ղ*��Cݹ�V�;�ݹϙ�vt7[*��SJ�i�,4�'���?O?�-
+�c�����}"�=��6�J�h�b�����#'HEC���X�R&�c��`3�0��;p��ˇ:R�N��"�5WV?R�*}�]]Q��#t�
+��|-F�\<�|�ҩQd���|�����`�o��o\�d���=���l&"�D8��w�JW��
+��}G�Fָ"H��(=�ᔹy�'S��9�og];CX�EHO�(��[+q�/��\;��mN�ύ��L�ݔ}��3�$R_�I��G3[Ye���ڷ�d���6�@ف�~��6GgTY}�����Uq'����Q��F��C�>�Nt��y
EA��l~I�0R��da���T��a�^K/����PG?GQ�3��5.�
+Ţ���m}�an%0�|��צ-�#��?�:�;�y|��qk+3���MR��{&.�J�ػ�c'�)5ٽ4����"�:Aiv�=��ѡe�y�@�A_�љ���ފK�?˒^���HE��:�U%�m��=^{x�5^Uܨ[mybz
+�&�T��������t���}{��2I��V��H�0�7������>w�QX.��鍒�9:�dh��HV��*q�V �R0���N�
+>i�Y���t�� M7u�6��Y2���Jq�־��]����ɒPž��.]oO,¹�3K�O6����ı��w�4#��y7���PX�7#1��?���.�J	��>�p�˄K+��X{�m�Q]����nг��y-]�g�?:���0��N��
+��	LA� ,w���L�ZU�������L�;�I��H��@'�@~Y���Q�No�Q�n-F�BYX^�xS��������x;L��fꝏm�k.ǣ<��!��I�*{�ו���Ǖ4��(�L\NH뗒{I�{0� endstream
 endobj
-2926 0 obj <<
+3058 0 obj <<
 /Type /Page
-/Contents 2927 0 R
-/Resources 2925 0 R
+/Contents 3059 0 R
+/Resources 3057 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2800 0 R
-/Annots [ 2939 0 R ]
+/Parent 3079 0 R
+/Annots [ 3063 0 R ]
 >> endobj
-2939 0 obj <<
+3063 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 354.608 110.234 363.519]
+/Rect [290.209 687.258 335.442 696.169]
 /Subtype /Link
-/A << /S /GoTo /D (gloss-product) >>
->> endobj
-2928 0 obj <<
-/D [2926 0 R /XYZ 71.731 729.265 null]
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-2929 0 obj <<
-/D [2926 0 R /XYZ 71.731 718.306 null]
+3060 0 obj <<
+/D [3058 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2930 0 obj <<
-/D [2926 0 R /XYZ 71.731 693.235 null]
+1477 0 obj <<
+/D [3058 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2931 0 obj <<
-/D [2926 0 R /XYZ 118.555 654.671 null]
+374 0 obj <<
+/D [3058 0 R /XYZ 198.466 708.344 null]
 >> endobj
-1416 0 obj <<
-/D [2926 0 R /XYZ 71.731 581.049 null]
+3061 0 obj <<
+/D [3058 0 R /XYZ 71.731 699.706 null]
 >> endobj
-362 0 obj <<
-/D [2926 0 R /XYZ 226.737 542.771 null]
+3062 0 obj <<
+/D [3058 0 R /XYZ 96.324 689.415 null]
 >> endobj
-2932 0 obj <<
-/D [2926 0 R /XYZ 71.731 533.948 null]
+1478 0 obj <<
+/D [3058 0 R /XYZ 71.731 630.471 null]
 >> endobj
-2933 0 obj <<
-/D [2926 0 R /XYZ 71.731 514.074 null]
+378 0 obj <<
+/D [3058 0 R /XYZ 233.494 597.161 null]
 >> endobj
-2934 0 obj <<
-/D [2926 0 R /XYZ 71.731 490.328 null]
+3064 0 obj <<
+/D [3058 0 R /XYZ 71.731 588.523 null]
 >> endobj
-2935 0 obj <<
-/D [2926 0 R /XYZ 71.731 483.189 null]
+3065 0 obj <<
+/D [3058 0 R /XYZ 436.119 578.232 null]
 >> endobj
-2936 0 obj <<
-/D [2926 0 R /XYZ 349.696 472.395 null]
+3066 0 obj <<
+/D [3058 0 R /XYZ 71.731 565.181 null]
 >> endobj
-2937 0 obj <<
-/D [2926 0 R /XYZ 71.731 452.305 null]
+3067 0 obj <<
+/D [3058 0 R /XYZ 71.731 550.237 null]
 >> endobj
-1417 0 obj <<
-/D [2926 0 R /XYZ 71.731 421.421 null]
+3068 0 obj <<
+/D [3058 0 R /XYZ 300.596 538.68 null]
 >> endobj
-366 0 obj <<
-/D [2926 0 R /XYZ 179.498 378.324 null]
+3069 0 obj <<
+/D [3058 0 R /XYZ 71.731 499.128 null]
 >> endobj
-2938 0 obj <<
-/D [2926 0 R /XYZ 71.731 369.501 null]
+3070 0 obj <<
+/D [3058 0 R /XYZ 71.731 427.233 null]
 >> endobj
-2940 0 obj <<
-/D [2926 0 R /XYZ 71.731 323.723 null]
+3071 0 obj <<
+/D [3058 0 R /XYZ 71.731 401.33 null]
 >> endobj
-2941 0 obj <<
-/D [2926 0 R /XYZ 71.731 281.945 null]
+3072 0 obj <<
+/D [3058 0 R /XYZ 118.555 362.766 null]
 >> endobj
-2942 0 obj <<
-/D [2926 0 R /XYZ 71.731 266.936 null]
+1479 0 obj <<
+/D [3058 0 R /XYZ 71.731 289.144 null]
 >> endobj
-2943 0 obj <<
-/D [2926 0 R /XYZ 71.731 261.955 null]
+382 0 obj <<
+/D [3058 0 R /XYZ 226.737 250.866 null]
 >> endobj
-2944 0 obj <<
-/D [2926 0 R /XYZ 89.664 241.198 null]
+3073 0 obj <<
+/D [3058 0 R /XYZ 71.731 242.043 null]
 >> endobj
-2945 0 obj <<
-/D [2926 0 R /XYZ 71.731 239.041 null]
+3074 0 obj <<
+/D [3058 0 R /XYZ 71.731 222.168 null]
 >> endobj
-2946 0 obj <<
-/D [2926 0 R /XYZ 89.664 223.265 null]
+3075 0 obj <<
+/D [3058 0 R /XYZ 71.731 198.422 null]
 >> endobj
-2947 0 obj <<
-/D [2926 0 R /XYZ 71.731 221.108 null]
+3076 0 obj <<
+/D [3058 0 R /XYZ 71.731 191.284 null]
 >> endobj
-2948 0 obj <<
-/D [2926 0 R /XYZ 89.664 205.332 null]
+3077 0 obj <<
+/D [3058 0 R /XYZ 349.696 180.489 null]
 >> endobj
-2949 0 obj <<
-/D [2926 0 R /XYZ 71.731 198.194 null]
+3078 0 obj <<
+/D [3058 0 R /XYZ 71.731 160.4 null]
 >> endobj
-1418 0 obj <<
-/D [2926 0 R /XYZ 71.731 154.359 null]
+1480 0 obj <<
+/D [3058 0 R /XYZ 71.731 129.516 null]
 >> endobj
-2925 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
+3057 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F32 1211 0 R /F44 2030 0 R /F48 2042 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2953 0 obj <<
-/Length 2211      
+3082 0 obj <<
+/Length 2461      
 /Filter /FlateDecode
 >>
 stream
-xڕَ��}���Kd��贤�����d��`��] �恶�61�d��^��S�*Z�-�Zd�X�u��…?o{"����D��靻8����y��f�u����_?�"�&Xl_���Mq��$���?��Q�U��~�:���sv҅����>�+�9�O�\�w��w��W�Q�4	fų87���‹��E(��ӍD&F�@D(T�8/��\�hj�vƝf�b�{"�Rҩ�\����J� p�vW�}�˂W�WZ�4�Z�Y�o�>�������-���U��/]ʖiU`)f��Z
-2"����G��]���9�]����+��#�6j��"��[>5�Q:ć����[���]�HOS��n���]��J�4*QR����Xظ��2 ��ו9��*:W塒��(��N`�(r�����	Y�
-�����:���Z����$P����:c��3`]3�-�������2:�1���i+�Y��U�n�
-�*U�Z�t������=�{�	.���&%�����b)��
-��':�z^8
��j�K�d�M'ۼax���ό3�����կ$�h_��ƚ��m0E�#�:�
-�ܙhyO)��L�^ʢ�t����[�
-�a�5_},�ł=;E_�J�du�	Hc��۱��o���aܸfxG��ta)ʆFW�o-/�|Y-��KwO�7�H�c��m����a����À��Q�N �мS4٢K2�3;�M�<��^`�չ�(&Œ���H���y�h�.�
-���P��{=�+%r4c��#o����D��Շ�	j��e���\a�i쏲8(��|^���{7$�:i��z�o��<��e���0z��
��]��y;HDo@w�n�a��Xۥ�G�U>�ϔa%@̤�S`�6�#�,��$�Hd�r��RL�']c�{�+����,3���8��`̈́��_0�׼O�*�:�
-���v��_��x̀^�l���ƅL�a�g�D�7��2�P�=*cz&�A�<1敤b�	����y�,�Y��M�ʦ
-80X~�tӥ�6p����w�V�iz���:˃����$��m��LڔQP/Ҧ���t����M����~ֳ��L�]�4֤�>1a�0
D���&��L�̢P1=a�;��l���,��lC�By�68��
-!��\����$�C���Q��J���_2SKp��qɆn�nb7��!c��/��DP���
-��!�b��aB�@�
-N�g��'�.A�ip�G!4��}���o,�NYΨ�d�Mk��fav����X��`=���i�5�@�0��M"w7���a��F�dMq{���轎\��
-Ć{�_WȡBTWOu|��W���\�Ƕ���40�԰P�)��8ϞhV���Fj�a�nv�ho�tw%��
-=�7b��]&�R���Yڢ�ZQ6L�^����u/"�y�G[��k�6t�s�=�iN�
'��^�S�ʵ�l[>m���Ei�l1$5�uӎ ��a'� �\��k��TR�X��|��LES�2����zM�x�Țh�'�2D|�P�>�mo����)3z�����Ù4#����;��q���,��7�n�}m��%�����H��%�`_�(w�0�cp�ݡ��>V�W��"^[�=�D���z�}��V@����b�e�|X�0f�?I�Ɲ/~{8SlQf��;���Y� R\ۍ�E�������`;Y�s��h��5��]��'�RF��6��m��ʐP�|��#�D8��q�ܰycΚ_t�ʍ�/�=L�p��������w�B���H@08��&��n�#zIx�!���@�]g����+�3\UH|�x0
M�<��:^(-�	�
-��!�d@���y��/�p�\��	��Q7�V&�X�������1�6���>Y���tG���m�� X����F�q��l����	/�}����}򎮯J���e=�!�s÷
-��S�?�#�s �]��d`�q�ik"[?�/�Z�s��\�g���
-]�j�O��i���)����kh�6Ql�P0o�K��� ��밶v
]���l�1x=�n�5����oA����K��(4��矦J�t#�~.2w(S��1f�[F���!�q��+@�~aNN�Ͼ=��4�=)LD�ų?�u(7��E~"��e����n9��7�endstream
+xڭ˒۸��P�b�j��S$ק�=�:��8k��!�$a$��PҶ���F7��HMU*��F����'�/<����w�� s�u�����v���g�{F��ݼ�ˇ0\dn���E�yn�e�$�4��?�wGqjd��b�	]��*��*zۮ|����b����^=n:�q��Y���\��?q?F�=������/t#*I���*�j��})\����M
p��D���#���k�p�}�
��&[�s�7Hz���
+��F�{�x�9M�c���TK-ˆ������:�sF�Gx%u:ѳ�T��.-݃K��3A�U[�lW'Q���9��Z�+2��Gi�Z`uXŎ(��#�@�
+Q� (kq�n��7c�;
+|�o�G~:Ui&���'�&��qd
�iKа|W��EU.���sU�ѶT
��il��XVyu83��{�Q%�E�7ꔳ��+#�����[i.��}}s_A��,WA�|��>ɝ9-���O/��X���Ʒl��>Y�FU�뺀�w�������S���G��mK��zǎFX�h�4`(�0D-i���?=/8�����JF���6�����qo+�B;����˶��C����q�Fꥥj,�#T�3E���f!U/���/�Bŭ#Gh�c�A�`eù1;�hY���66�'+�j�3a�A�O��mc��k'��L������O������_��@7�iY���7&g���[�9��P6hLa� f4��l���.Yq?]���"�u�fY0^	�~�s�.Ƞt�{�+���:��u9v���M�d���K$��K�KvWz&��3Eđ
+Cߌjb���2�UM�3�FA�Y�\�zY57x_��T
)�u��߳zrU~����C5m���������i,]ĸ��gVc�B�œƮy����/�"�Dz��:���*hf��p��
�+�2I�{�w�:�PO��=��߲)�d��qf_��F���y��~��`��0k����+?5�d��eE}���V-��
��n^a�2�֔f�a�T+�yyG���������+?�l��5%|�t�@�֐����OG�Q��(�mt����
+;�������X/�������\~j1�s�H9W��\�XZ���w��9*��ܕ&�.��3��|JYc�2� � VN!�e
+I1�qI��DIb�m	o���ZQ턦j,����l���&���4��Y�	;믴dž���
+�
�X]�cѼf����*��bI���#�L�w���Ӕm���:M�[
��/;����qi��2։G.�p_��տH�F��9��:�T�y'�/�ࠫe���Y�Kp�+ʉ�\>|6�q6Ƈ��a��j�3��z�b�bك����J=�.��H��
h�6b��s���=�`�ϲ�&6�ɡFK-�'���=C��of�G<��AkD�bО��F��B���W���3|d������	*v���ӫ
�����b�6����f��}cU!vl�i�U�jδ�]5pߣ�zMn��=�0�.Y[o�;�5����W����e�	.h��gT�����-UJ^c�s؏�^�d�0�ۗ&��\�yy��h`�l��D
>>��c�I�:���@7�褐��V7�	��$�$��W�$4\�T��NJ&�G3�L�B9�Ti)��f��]Zo,/s-�Z��-ݔ@ߕ��h�%�ڶ�������
+�z�F9sx�P`�_t�˃#c?�!�ђ���`R�
6��U���b"�Xh�Oy@����w��wa�7�H�H���+{™�N�@�]�a�7�Ά�	ޮ�K��eS��0��Q��V������C������F��x��ƏL�����[�=��
�e�6&��>܅�'k�;���0�,�5�j���t��R��&��+KmΦ�)fE��	�����!�Jc���+������+�O�*��R��ۯ�r<K�_�
+�k��倹>7X����7[��\kbQn���^lMn� ;��=�Uӧrp����嶙O��A��4�]?
+o�Ǚ�)��l�'x����/���dwNe�ķ5֡�*�0n��׌^V�<�1Qd����0˨�	3.���qI��w����n����]2SKqs�q�m�n�6�s�@�ȍ#G�N"(��u�%~��ce��>��?}F�R���&���ԀۦE�I��#�ϛ�_�����b��px_@�
�^�jf+Y����Wk���CP�s��(�p_�]9~���
+-�����è�[s���
+9�Ȃ*�z�a��"��ObŁI-�5zŸd�8��ưҭ)��X~��ޛOѸ]y7���v�j�����o��o�-�bje�0���2�N��A0�s��n����r��V;ۦs�m8��&E�+�l����ײ2���ls�� ���&f6�����?���i�oA�R?���`�r��`�,�;*�Z�s��^��/j�endstream
 endobj
-2952 0 obj <<
+3081 0 obj <<
 /Type /Page
-/Contents 2953 0 R
-/Resources 2951 0 R
+/Contents 3082 0 R
+/Resources 3080 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2983 0 R
+/Parent 3079 0 R
+/Annots [ 3085 0 R ]
 >> endobj
-2954 0 obj <<
-/D [2952 0 R /XYZ 71.731 729.265 null]
+3085 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [71.731 682.402 110.234 691.313]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-product) >>
 >> endobj
-370 0 obj <<
-/D [2952 0 R /XYZ 210.434 705.748 null]
+3083 0 obj <<
+/D [3081 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2955 0 obj <<
-/D [2952 0 R /XYZ 71.731 693.577 null]
+386 0 obj <<
+/D [3081 0 R /XYZ 179.498 706.118 null]
 >> endobj
-2956 0 obj <<
-/D [2952 0 R /XYZ 71.731 638.196 null]
+3084 0 obj <<
+/D [3081 0 R /XYZ 71.731 697.295 null]
 >> endobj
-2957 0 obj <<
-/D [2952 0 R /XYZ 510.307 588.547 null]
+3086 0 obj <<
+/D [3081 0 R /XYZ 71.731 651.518 null]
 >> endobj
-2958 0 obj <<
-/D [2952 0 R /XYZ 71.731 568.458 null]
+3087 0 obj <<
+/D [3081 0 R /XYZ 71.731 609.739 null]
 >> endobj
-2959 0 obj <<
-/D [2952 0 R /XYZ 71.731 555.506 null]
+3088 0 obj <<
+/D [3081 0 R /XYZ 71.731 594.731 null]
 >> endobj
-2960 0 obj <<
-/D [2952 0 R /XYZ 71.731 550.525 null]
+3089 0 obj <<
+/D [3081 0 R /XYZ 71.731 589.749 null]
 >> endobj
-2961 0 obj <<
-/D [2952 0 R /XYZ 89.664 529.768 null]
+3090 0 obj <<
+/D [3081 0 R /XYZ 89.664 568.992 null]
 >> endobj
-2962 0 obj <<
-/D [2952 0 R /XYZ 71.731 527.611 null]
+3091 0 obj <<
+/D [3081 0 R /XYZ 71.731 566.835 null]
 >> endobj
-2963 0 obj <<
-/D [2952 0 R /XYZ 89.664 511.835 null]
+3092 0 obj <<
+/D [3081 0 R /XYZ 89.664 551.059 null]
 >> endobj
-2964 0 obj <<
-/D [2952 0 R /XYZ 71.731 509.678 null]
+3093 0 obj <<
+/D [3081 0 R /XYZ 71.731 548.903 null]
 >> endobj
-2965 0 obj <<
-/D [2952 0 R /XYZ 89.664 493.902 null]
+3094 0 obj <<
+/D [3081 0 R /XYZ 89.664 533.127 null]
 >> endobj
-1419 0 obj <<
-/D [2952 0 R /XYZ 71.731 460.861 null]
+3095 0 obj <<
+/D [3081 0 R /XYZ 71.731 525.988 null]
 >> endobj
-374 0 obj <<
-/D [2952 0 R /XYZ 176.83 417.764 null]
+1481 0 obj <<
+/D [3081 0 R /XYZ 71.731 482.153 null]
 >> endobj
-2966 0 obj <<
-/D [2952 0 R /XYZ 71.731 408.941 null]
+390 0 obj <<
+/D [3081 0 R /XYZ 210.434 439.055 null]
 >> endobj
-2967 0 obj <<
-/D [2952 0 R /XYZ 71.731 376.115 null]
+3096 0 obj <<
+/D [3081 0 R /XYZ 71.731 426.884 null]
 >> endobj
-2968 0 obj <<
-/D [2952 0 R /XYZ 71.731 365.221 null]
+3097 0 obj <<
+/D [3081 0 R /XYZ 71.731 371.504 null]
 >> endobj
-2969 0 obj <<
-/D [2952 0 R /XYZ 71.731 360.239 null]
+3098 0 obj <<
+/D [3081 0 R /XYZ 510.307 321.855 null]
 >> endobj
-2970 0 obj <<
-/D [2952 0 R /XYZ 89.664 337.425 null]
+3099 0 obj <<
+/D [3081 0 R /XYZ 71.731 301.765 null]
 >> endobj
-2971 0 obj <<
-/D [2952 0 R /XYZ 71.731 335.268 null]
+3100 0 obj <<
+/D [3081 0 R /XYZ 71.731 288.814 null]
 >> endobj
-2972 0 obj <<
-/D [2952 0 R /XYZ 89.664 319.492 null]
+3101 0 obj <<
+/D [3081 0 R /XYZ 71.731 283.833 null]
 >> endobj
-2973 0 obj <<
-/D [2952 0 R /XYZ 71.731 304.384 null]
+3102 0 obj <<
+/D [3081 0 R /XYZ 89.664 263.075 null]
 >> endobj
-2974 0 obj <<
-/D [2952 0 R /XYZ 89.664 288.608 null]
+3103 0 obj <<
+/D [3081 0 R /XYZ 71.731 260.918 null]
 >> endobj
-1420 0 obj <<
-/D [2952 0 R /XYZ 71.731 281.47 null]
+3104 0 obj <<
+/D [3081 0 R /XYZ 89.664 245.143 null]
 >> endobj
-378 0 obj <<
-/D [2952 0 R /XYZ 194.2 238.372 null]
+3105 0 obj <<
+/D [3081 0 R /XYZ 71.731 242.986 null]
 >> endobj
-2975 0 obj <<
-/D [2952 0 R /XYZ 71.731 229.55 null]
+3106 0 obj <<
+/D [3081 0 R /XYZ 89.664 227.21 null]
 >> endobj
-2976 0 obj <<
-/D [2952 0 R /XYZ 71.731 201.705 null]
+1482 0 obj <<
+/D [3081 0 R /XYZ 71.731 194.169 null]
 >> endobj
-2977 0 obj <<
-/D [2952 0 R /XYZ 71.731 186.761 null]
+394 0 obj <<
+/D [3081 0 R /XYZ 176.83 151.071 null]
 >> endobj
-2978 0 obj <<
-/D [2952 0 R /XYZ 71.731 137.71 null]
+3107 0 obj <<
+/D [3081 0 R /XYZ 71.731 142.249 null]
 >> endobj
-2979 0 obj <<
-/D [2952 0 R /XYZ 71.731 123.319 null]
+3108 0 obj <<
+/D [3081 0 R /XYZ 71.731 109.423 null]
 >> endobj
-2980 0 obj <<
-/D [2952 0 R /XYZ 71.731 118.338 null]
+3109 0 obj <<
+/D [3081 0 R /XYZ 71.731 98.528 null]
 >> endobj
-2981 0 obj <<
-/D [2952 0 R /XYZ 89.664 96.863 null]
->> endobj
-2982 0 obj <<
-/D [2952 0 R /XYZ 71.731 94.706 null]
->> endobj
-2951 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R >>
+3080 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2986 0 obj <<
-/Length 2078      
+3113 0 obj <<
+/Length 2341      
 /Filter /FlateDecode
 >>
 stream
-xڅYK���ϯ0�$#6[��^���b�����L�D�JˤV�����)�������b����WEw���_���E�	�ɪ<}�WX��S@[b�Nx~z���E��i�zݯb�g�_��(dy�^�{=��z&�1�~�N��5�ky@�O�u��W7
_���o�����(cE-/Nr��j����W(�t���,���
-a6^�x��A�n�,M��D��u�tӖE�7b�e�z�\UO8�%~����N��:�8.��>iK�:	�O�ߋu�x���ѵ��gq�l�	Ϝ���A4g��>�ޒ��F����d�(�$?	$���үu1(t�$Q��G��{dxB�o���b���u��:���Tۃ�ZI�4$i�ߊ֪��ְ����A��c]������*]��:L�?�A
-���`�m�"A(�~�䞴2���Îv�b���i'����(���BC�`1 ��8��1��ޏ��b�������w�Z��]_��w�sB���$��m+x����«�G_]g'J~�֨�g�g�j���J�W����D�;���ƛ���B�U%�u� �cEEL-~j�A��˹?w*�,��0�����w��~�T�����0�K� ��%s�4���y�Mfb1���d���q2/�kt�t���R_���Q۩�\�D��r�����"�l4A�cA�0��������$���e"�$�(�ģܫ��$�ةs��p��b�b̓��B��$s8o0g'��u�,Z��m���6�Y%����,�^���4�X�K�
����1P�m.q���H��Yh�k`Ş�LXu+��@C�d���Lbǝv�[��w> �"�QmE��S\5X���a��/��c�[CfH���b�Ӱ�{:�Qh�����;�<�G%Z!+����V��U�l���d�y�H�{-����^*i*�8Sy 9�����
-�M��r����!uC�yY����"6��SFFk�\	Y�
-���/�,Ɛ�pǤC��
���"��T'�쉈�nY{b��)#�]��!��IBs�
���G���9����3I݉FScLZD �S_� ��[8��q��u�/�l�����l�z��4u�E�(v�m�}�)Ow�lo��Q}PC�
��3l1��)�wT�(H>��s*��`	{�>�?�̉ 9ƨiT�	�Zg���f��x�GQ�M\�v���6H1n�z�跲�W����!��F`"������UX3�#w�b�!����AJd�݊�1���#��כz�R΍5�j��
�Ѳ�wS�(�F^��{���8l}JS�!8�z�m+�Pd�(�d]��Ĵr��	~jj)n���Z3��ȶH�LC�1��E���6���i�6��vq���0��D�@�l����̵3��=�kg����Y�}#��~u&vv�蠗q�mL1

�vt�������lm�gר�
JD��C��w����!�Z��*OIvk��O����~uFU]���U_TR��C�[^�����F�m�p�I�Eg�>��$�����	�Oթv[ٔ0�I�N}ǁ�k��u�p��ԣ���UZ�=��Β�����
�qj{�2��،N��5�o'�=��{!���� �F��#�şN��8�t߈�J�%�J�^��#:&����1?]~iMxf-G,�?�<����t߈���+�d/1�ְd���c�9K@.��I���4��qNMN99��i7I�9?�p� 
-�0��cY|�>����t߈��i
-}�9h�&���Z��+���C��?b�\S�d�
-���Ս����:��U�dƣV2��e��K�U���Mi6�6��`�ݷU�����y�������1�m�8٫ ���q�/G��3-�bN��F˽���eA��X��7*�ibvi:}�u�r�ʤ�H�u����B�y�h�!M�o@l3y�c9�>�͚�/��6+B
-Q�����|�^E�!(�t���t���s���a�шs����<F��?y���� �Bw:��{U�T�3Uendstream
+xڕYY��6~�_a��ƶْ�s^�I2��b�2N��Nh����%�$���뷊U��C����bY�WE�]8��."WD>^"�0X��w���3�2ņI6#�o��_�\$"	�b�_��#"'YD�q�-��V�U��f��g%}?d���[��
}{^�����P�߶�x�q��d$�X�n�b���b�9"���GH`w�ub!}�?�
G`K�'p����D���񱲮��l^2+��-�~i��;jj,?fyGͺ��s�-�צ
�P�����iw��׵�Y��U�.����G��G4��hI�(�#5ޑ���d_�E���3;������[ު��<�4�Ug[<�������F��B��j'��*��5�Q���X�k���2ӟ�+u�����+��˕��,[�"/y6/��vU��O�[P���DС��p��#�@k�h�IP�|h�[YoxF�[����1��R��U������U%������B�"�U��U�\�Ѫ_9������`ճ�%�R��$t٦�ܭ=gu�Fkp@�p#��p��u8“!�7B!Q��1/t+aG�t�p�A��5#J�
+�hj,;`��k͎|��0y1���P%OV4�̉��C�}5.���nP��z����ҡ:Յ~��!�֞ˡC#��
�p�`9ڰ�a��yOfho�ys'^�p�6
��j5è��׵��;��j���{)uve�U��	A�`����\����B:��U�~O��
zJ/���'fu���&��rR�m]kŁ�_K�$��~���'���O*�����ۀj��s����Uz
�����a�INk��j���:>��uEPL8h�y��� �ۀ�X����}B��:�}s��w1�N�J�!v�|
+ff�|?��{Ԫ��k����?�?�g?�D��8�h��%�-b��z��d_�Eٟ�"�w���B�S��~��|?S'��h��If��;��Vߌ�+�7�2H^^���'R�����USBn��'�ړ�H�p^{�C�1�lepG��ڛ�}�v\Ȑ5%#[����)�6Na��y 	W�ǰ\-�՚�KMB"�f`�
+�0D�0a�VMG���|"��c��Ĕ(�U4SWm��[�1CXv���e#���:��iW�+�dU�O;̈́����H/
+c�c.E�`��aS0`�ִ-ѽu�i�G�,��[��[jժ�2�\��hLR�J[� �-�LVX���#��t� ����P��w�H�fV��<���Ҥ8��L����@Cp]M���4
u
t��Y��!e���^(.�����}gY-�ʃz��qǤ7��
+e9ԛ��ͣ`�$(��wd��s��؎�É�!
NЪ��:T<Q���ăhD���f`3��L
��U��
�l$B�0
+��x�?�Pg�TGw>d���M���Z�4Xs��}���U9�<b'O����!��K�\o^���1͝A�q�o�`u�1
f��)T͈��u�#4�4�v�;3�a����=��Bц�	,�D:-��gϓ��t
opX��� L���k����.���㵗bW���Z��)�#�x-����J8��Ku���ku��	���LZ���ř�������9	
�p�x�J4/��JS]wύ� �V�~�S����9�en� ���F�J.]��UsK�U�pԾ����u~�� 9�!�V��~��{�P;ˉ�E��ɉ%���^sRfKEuhw4�:�_h<�rC�NV�����/����:t�J���1
͢���?�ѭ��l�{xa�
�sx�x-m����E�|!���[&BF���A�}>Y�B�#���(������	�1xMQ����:lf�ܣЗ`�/<pԹ]�J���yO4�f�t$�7�4��֛͞���c��(��U�Ͱؙ���'�o,�HdV:>P�;a1ol���f��J������y�	�k��Uw�zW
+7q��>&�y�+j���,Jz�Ľ���u�	����O{��Hu�
+A��&	 M��iH?���^��N����cT�
S���b�J)�`�b<�yT�X�ً�Yo�3s��ؚw�b�7��u�Q�n��u�[`���-���3=��J�@��p���}`������黎2�H#_�^?-����^����Dt�(��(�]��c޾��h���lLqGmż:��Q>ff�*��w���L�5U��LH�d����R���5a߼��Z��x������04�]v*/{t���ū��{���Tw�e�Z�����t��f��SK_3����=?����8����x����I4ѣ_�nE��)endstream
 endobj
-2985 0 obj <<
+3112 0 obj <<
 /Type /Page
-/Contents 2986 0 R
-/Resources 2984 0 R
+/Contents 3113 0 R
+/Resources 3111 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2983 0 R
+/Parent 3079 0 R
 >> endobj
-2987 0 obj <<
-/D [2985 0 R /XYZ 71.731 729.265 null]
+3114 0 obj <<
+/D [3112 0 R /XYZ 71.731 729.265 null]
 >> endobj
-2988 0 obj <<
-/D [2985 0 R /XYZ 71.731 741.22 null]
+3115 0 obj <<
+/D [3112 0 R /XYZ 71.731 718.306 null]
 >> endobj
-2989 0 obj <<
-/D [2985 0 R /XYZ 89.664 708.344 null]
+3116 0 obj <<
+/D [3112 0 R /XYZ 89.664 708.344 null]
 >> endobj
-2990 0 obj <<
-/D [2985 0 R /XYZ 71.731 706.187 null]
+3117 0 obj <<
+/D [3112 0 R /XYZ 71.731 706.187 null]
 >> endobj
-2991 0 obj <<
-/D [2985 0 R /XYZ 89.664 690.411 null]
+3118 0 obj <<
+/D [3112 0 R /XYZ 89.664 690.411 null]
 >> endobj
-2992 0 obj <<
-/D [2985 0 R /XYZ 71.731 651.457 null]
+3119 0 obj <<
+/D [3112 0 R /XYZ 71.731 675.303 null]
 >> endobj
-2993 0 obj <<
-/D [2985 0 R /XYZ 89.664 633.624 null]
+3120 0 obj <<
+/D [3112 0 R /XYZ 89.664 659.527 null]
 >> endobj
-1421 0 obj <<
-/D [2985 0 R /XYZ 71.731 613.534 null]
+1483 0 obj <<
+/D [3112 0 R /XYZ 71.731 652.389 null]
 >> endobj
-382 0 obj <<
-/D [2985 0 R /XYZ 150.026 570.437 null]
+398 0 obj <<
+/D [3112 0 R /XYZ 194.2 609.291 null]
 >> endobj
-2994 0 obj <<
-/D [2985 0 R /XYZ 71.731 557.999 null]
+3121 0 obj <<
+/D [3112 0 R /XYZ 71.731 600.468 null]
 >> endobj
-2995 0 obj <<
-/D [2985 0 R /XYZ 366.767 548.878 null]
+3122 0 obj <<
+/D [3112 0 R /XYZ 71.731 572.624 null]
 >> endobj
-2996 0 obj <<
-/D [2985 0 R /XYZ 395.819 548.878 null]
+3123 0 obj <<
+/D [3112 0 R /XYZ 71.731 557.68 null]
 >> endobj
-2997 0 obj <<
-/D [2985 0 R /XYZ 396.191 522.975 null]
+3124 0 obj <<
+/D [3112 0 R /XYZ 71.731 508.629 null]
 >> endobj
-1422 0 obj <<
-/D [2985 0 R /XYZ 71.731 507.867 null]
+3125 0 obj <<
+/D [3112 0 R /XYZ 71.731 494.238 null]
 >> endobj
-386 0 obj <<
-/D [2985 0 R /XYZ 235.992 470.651 null]
+3126 0 obj <<
+/D [3112 0 R /XYZ 71.731 489.256 null]
 >> endobj
-2998 0 obj <<
-/D [2985 0 R /XYZ 71.731 460.508 null]
+3127 0 obj <<
+/D [3112 0 R /XYZ 89.664 467.782 null]
 >> endobj
-2999 0 obj <<
-/D [2985 0 R /XYZ 260.965 450.527 null]
+3128 0 obj <<
+/D [3112 0 R /XYZ 71.731 465.625 null]
 >> endobj
-3000 0 obj <<
-/D [2985 0 R /XYZ 154.091 437.575 null]
+3129 0 obj <<
+/D [3112 0 R /XYZ 89.664 449.849 null]
 >> endobj
-3001 0 obj <<
-/D [2985 0 R /XYZ 71.731 430.437 null]
+3130 0 obj <<
+/D [3112 0 R /XYZ 71.731 447.692 null]
 >> endobj
-3002 0 obj <<
-/D [2985 0 R /XYZ 220.591 419.642 null]
+3131 0 obj <<
+/D [3112 0 R /XYZ 89.664 431.916 null]
 >> endobj
-3003 0 obj <<
-/D [2985 0 R /XYZ 71.731 412.504 null]
+3132 0 obj <<
+/D [3112 0 R /XYZ 71.731 392.962 null]
 >> endobj
-3004 0 obj <<
-/D [2985 0 R /XYZ 89.664 391.747 null]
+3133 0 obj <<
+/D [3112 0 R /XYZ 89.664 375.129 null]
 >> endobj
-3005 0 obj <<
-/D [2985 0 R /XYZ 299.943 391.747 null]
+1484 0 obj <<
+/D [3112 0 R /XYZ 71.731 355.04 null]
 >> endobj
-3006 0 obj <<
-/D [2985 0 R /XYZ 71.731 384.609 null]
+402 0 obj <<
+/D [3112 0 R /XYZ 150.026 311.942 null]
 >> endobj
-3007 0 obj <<
-/D [2985 0 R /XYZ 164.608 373.814 null]
+3134 0 obj <<
+/D [3112 0 R /XYZ 71.731 299.504 null]
 >> endobj
-3008 0 obj <<
-/D [2985 0 R /XYZ 287.74 373.814 null]
+3135 0 obj <<
+/D [3112 0 R /XYZ 366.767 290.383 null]
 >> endobj
-3009 0 obj <<
-/D [2985 0 R /XYZ 258.748 360.863 null]
+3136 0 obj <<
+/D [3112 0 R /XYZ 395.819 290.383 null]
 >> endobj
-3010 0 obj <<
-/D [2985 0 R /XYZ 276.999 360.863 null]
+3137 0 obj <<
+/D [3112 0 R /XYZ 396.191 264.48 null]
 >> endobj
-3011 0 obj <<
-/D [2985 0 R /XYZ 311.022 360.863 null]
+1485 0 obj <<
+/D [3112 0 R /XYZ 71.731 249.372 null]
 >> endobj
-3012 0 obj <<
-/D [2985 0 R /XYZ 76.712 342.93 null]
+406 0 obj <<
+/D [3112 0 R /XYZ 235.992 212.156 null]
 >> endobj
-3013 0 obj <<
-/D [2985 0 R /XYZ 89.664 324.997 null]
+3138 0 obj <<
+/D [3112 0 R /XYZ 71.731 202.014 null]
 >> endobj
-3014 0 obj <<
-/D [2985 0 R /XYZ 208.796 324.997 null]
+3139 0 obj <<
+/D [3112 0 R /XYZ 260.965 192.032 null]
 >> endobj
-3015 0 obj <<
-/D [2985 0 R /XYZ 71.731 322.84 null]
+3140 0 obj <<
+/D [3112 0 R /XYZ 154.091 179.08 null]
 >> endobj
-3016 0 obj <<
-/D [2985 0 R /XYZ 89.664 307.064 null]
+3141 0 obj <<
+/D [3112 0 R /XYZ 71.731 171.942 null]
 >> endobj
-3017 0 obj <<
-/D [2985 0 R /XYZ 178.191 307.064 null]
+3142 0 obj <<
+/D [3112 0 R /XYZ 220.591 161.148 null]
 >> endobj
-3018 0 obj <<
-/D [2985 0 R /XYZ 284.412 307.064 null]
+3143 0 obj <<
+/D [3112 0 R /XYZ 71.731 154.01 null]
 >> endobj
-3019 0 obj <<
-/D [2985 0 R /XYZ 71.731 304.908 null]
+3144 0 obj <<
+/D [3112 0 R /XYZ 89.664 133.252 null]
 >> endobj
-3020 0 obj <<
-/D [2985 0 R /XYZ 89.664 289.132 null]
+3145 0 obj <<
+/D [3112 0 R /XYZ 299.943 133.252 null]
 >> endobj
-3021 0 obj <<
-/D [2985 0 R /XYZ 89.664 276.18 null]
+3146 0 obj <<
+/D [3112 0 R /XYZ 71.731 126.114 null]
 >> endobj
-3022 0 obj <<
-/D [2985 0 R /XYZ 202.639 276.18 null]
+3147 0 obj <<
+/D [3112 0 R /XYZ 164.608 115.32 null]
 >> endobj
-3023 0 obj <<
-/D [2985 0 R /XYZ 71.731 274.741 null]
+3148 0 obj <<
+/D [3112 0 R /XYZ 287.74 115.32 null]
 >> endobj
-3024 0 obj <<
-/D [2985 0 R /XYZ 89.664 258.248 null]
+3149 0 obj <<
+/D [3112 0 R /XYZ 258.748 102.368 null]
 >> endobj
-1423 0 obj <<
-/D [2985 0 R /XYZ 71.731 222.382 null]
+3150 0 obj <<
+/D [3112 0 R /XYZ 276.999 102.368 null]
 >> endobj
-2984 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F35 1481 0 R >>
+3151 0 obj <<
+/D [3112 0 R /XYZ 311.022 102.368 null]
+>> endobj
+3111 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3027 0 obj <<
-/Length 1861      
+3154 0 obj <<
+/Length 1898      
 /Filter /FlateDecode
 >>
 stream
-xڭXK��6���-�d͈�(K���N�igzs{iz�-�Z�,������ H��#i;��YR ����)��Ś�u���(�bw�KO���w+Dz�x�m�޼ϲEŪ"[ly��uZ-֙`��M�[��^��>.WB�I�h|�M�@o�'"�;-y��wӶj��槻�7�l��YUf�U��\�'��Y����gZ2�WV���L�Z�2yؚ�H���O���!)�UR��t��r�����I�uY��jO��[Oցm�d��s��n��SM�j)��Ӓ�De���~Z
-I��!ٙ\���p�E�ʊl��܂��E
-FW
(X^�<Z:'(�L�XE����e+�
-Y�Q���i�hh����O���0��H3E�0�3������"��>�2���#}�Gw��6�r*�q�����A5|D�������+^�{��`���V7�.�5K��ײz$��=j���`�`��
-w�]0&M:��{Z��1��ȓ�eY�dfr}͠W��nx�G]��Bd����0��[�0~-�N�n�ױ�/��fhЮ���W5�fV��IV.w�I�t��r��D�y��2�Pb�!�ќ���!��8>�i��hn�N�y�W+�J�:0�I$Z*��}�sG
{��=�y�iTs嶭€�z�ӌV!�}���f
��e�\�4��]��ؙ��_�Lm#�����[٧j�C3��9s<����M眪���vsqȵ#:�KZp�ɦH��r�����V�`�n�$�P�B��K��S�\��e�S�X[��%��uM��
-��Μ�$"|p�+N�8�50�M�ܞ�ʂڶ��=ѱv8u�nO�ZH���ц�%�u�̄s�v�',F�Z|��cj����f�F���#������QM;�hw����
-��6�Bqz�^��B�	gxg���`�O
-�v��LD^ټ�U=�ߢ���!Q�8*��q��nr�^�\ީ���];�At�H�3�C�_t�3�����:Ҽ�1���i���]N�8�>�!����e����Q�SEC��Z¹S�\����fH�i��m
(�=�0�><z4��e {S �NGU���9U�q|����|��ٞ
-t�#/ӧ;��g��;�e��Ya|y5!�e�7S�r���p��lB`��V��ɓ@BRs�R*Ƴ�P�/3�,[K����b��yx^𱭮v-/,���Dv���dq3�����D³�~4xH��C�(���j�ڛ�6E�$�fЅ��怗��Lε&�@i�(�B���vS���z�{'�:wtmQ����e�	׆意c��)Y�Q��i�z%%,�z]��N7��%��l94��u��֍��6'Ʒ��\��F܆�ʍr�Ç�C9�]9��k�1�NJ���%W�7��G瓙������o���'uS��7O�z?�@|۪f��>�����s�ţ:>%|����,��?}A=����I��3�>�ã&̿N���䋦8�d?�ؒ��r�k���H��Q�2QOX����Ix
���@�j�e�0 	�:<�Z�c!c�HK��)fp������g�/D��
-�L��m��G�Z���rV�d��;l��ܾݑ�t�&�'��C)]��쩖dH����'��Q�成���Z!'�e$Q�XJڜO],�L�T���B>�j��l?Zʛ�G����DI��a��ۭ�ok��c;s�R���<N�hپ�H�.D��h�����)�}�05хMrHw�1�����7�k�'��F	���"z�:�c<��j�Ѡ����:>��:#�z-��#Gx�C�����~������:u���>��r����G��~m�X.~l�b�
-��乾����Q���d��endstream
+xڭXM��6���-�d͈�V/�M�鴇����� [���,������ @��l'���̚A�@ʅr�J����"H�����/����d�����w�p��<	��"�}���"
���b]��}(N�j�� ��P��Sy���y��I�ἔ��ߪ���_�~X��0yޝ^g"Ȃ�*��ut}	9�~������t\�X\A .'��"I��c����|󐻾/̢��AQxJ�b��Rƞ����S}G��j���a�A�!���A���l5v�i �4��Q�f�Xgތ��ח#w����I�ES��x)'^09�p���Nb�d"���������4]���9k�!��������'�Ǣ>���G"����0���V��E7�a����p���Y������Oh��a�U��M42o�
+�����uIJ{M�U��çV��mO��-wЩi�J7$�5��Ec��U�*:U>ҧ5����6�9��c!�H�d �N/n�[:sf����KթG��Oqe��{�sjWwOmB��}��:7��*8��&Z澾��;�/̢�_4��e{�$��k_QC��<aΝ�_�D��T�,z�}�f��yO�
���;D}�}�D�T��{v�a=�H��̼$����H�����)l�[�L.d$�Ȑ�JBz�4���2�B:Dԥ����瞚!h����hF��̀�0�t�K���2�
gus"�9��e:[���E����*uA��ws:���*���#@%IeB���#�� ��� 6�D@ᘛ!6֏��#����(�#��o�?��~(p�����6��Ϭ��@�L�k$H��;�#�|�S w,�`v�A�=�����r�1DP(#��խ������VQ�݌:�L�;q��֬�!��h�o����H)��+��$��Z@�X/��E��t3W7ڐ�ׇ����I"b?�V�u��
+�U�_�=�¸&�D��A}U�$�c �Xd	M�i۟���B��	�Uo�q�u(���|��-i��g�a�;�
�ac�c��Z�:L��@0��Cue�R�-��2�&�<�跘NnSx�̀S��2����]O���XQ�!�y
+i�F���6'��U]g�l�Z��Z��P4�����=x��Q�7U՝�v=sr�Ec��:8=�4��Ϙbq��A���Q5��4+��3�c9}��B�l�I���$}=���A4V�Id��6 ��B�!ݥ���Pڏ<��P�B��՛G�o�>(��V4�m�\���	O-XU�)6O�Gd=�@�,@�;ٙ�kfZq'Ս�284��"�A�Ѱ-ґ6��Ld���	�����/�m�+;��&*
xC[��B<��m��a:�~բ3�Zf��c�����e;�&�33����a�_q���v����ZYo�P
7bM��5{�Ah�&�X��U��8�m��ۢ�Lg�f|�tl{v�?����Y�tREK�f�L�G�;��-�CGs���6��x%����qu�o0�.�T�Mqļ.H�6�1(/�y��Z7�v�d�-�pt��Nj��@L0�Vm�ܪ���Ա�j���ݫ���:R�����3-��6�B\������a<�黑@�Fl�9y��`r/�;^{S�F*r�7�\�0��;͘U�"Lc��B@k.��_G/�17Y���@��G���Ɇ����^��+�6h3��#a;��O�M��)��&�������%�D,��n��U2�T�g�6U*���>3i&�JBg٦ɑ���Z�m���٠)\n��A��6�#��ݔ��A�DҁGIj�!��Z�n���L�s�m�y3���2eÿp;6喋onXޑo#òIܺ��%�{�ڣ��U;�;�X#���n=Q�=����endstream
 endobj
-3026 0 obj <<
+3153 0 obj <<
 /Type /Page
-/Contents 3027 0 R
-/Resources 3025 0 R
+/Contents 3154 0 R
+/Resources 3152 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2983 0 R
+/Parent 3079 0 R
 >> endobj
-3028 0 obj <<
-/D [3026 0 R /XYZ 71.731 729.265 null]
+3155 0 obj <<
+/D [3153 0 R /XYZ 71.731 729.265 null]
 >> endobj
-390 0 obj <<
-/D [3026 0 R /XYZ 194.361 708.149 null]
+3156 0 obj <<
+/D [3153 0 R /XYZ 76.712 708.344 null]
 >> endobj
-1424 0 obj <<
-/D [3026 0 R /XYZ 71.731 704.957 null]
+3157 0 obj <<
+/D [3153 0 R /XYZ 89.664 690.411 null]
 >> endobj
-394 0 obj <<
-/D [3026 0 R /XYZ 152.762 673.679 null]
+3158 0 obj <<
+/D [3153 0 R /XYZ 208.796 690.411 null]
 >> endobj
-3029 0 obj <<
-/D [3026 0 R /XYZ 71.731 667.552 null]
+3159 0 obj <<
+/D [3153 0 R /XYZ 71.731 688.254 null]
 >> endobj
-3030 0 obj <<
-/D [3026 0 R /XYZ 188.442 654.75 null]
+3160 0 obj <<
+/D [3153 0 R /XYZ 89.664 672.478 null]
 >> endobj
-3031 0 obj <<
-/D [3026 0 R /XYZ 71.731 636.653 null]
+3161 0 obj <<
+/D [3153 0 R /XYZ 178.191 672.478 null]
 >> endobj
-3032 0 obj <<
-/D [3026 0 R /XYZ 71.731 636.653 null]
+3162 0 obj <<
+/D [3153 0 R /XYZ 284.412 672.478 null]
 >> endobj
-3033 0 obj <<
-/D [3026 0 R /XYZ 71.731 625.67 null]
+3163 0 obj <<
+/D [3153 0 R /XYZ 71.731 670.321 null]
 >> endobj
-3034 0 obj <<
-/D [3026 0 R /XYZ 91.656 607.925 null]
+3164 0 obj <<
+/D [3153 0 R /XYZ 89.664 654.545 null]
 >> endobj
-3035 0 obj <<
-/D [3026 0 R /XYZ 71.731 585.011 null]
+3165 0 obj <<
+/D [3153 0 R /XYZ 89.664 641.594 null]
 >> endobj
-3036 0 obj <<
-/D [3026 0 R /XYZ 91.656 567.078 null]
+3166 0 obj <<
+/D [3153 0 R /XYZ 202.639 641.594 null]
 >> endobj
-3037 0 obj <<
-/D [3026 0 R /XYZ 365.427 567.078 null]
+3167 0 obj <<
+/D [3153 0 R /XYZ 71.731 640.154 null]
 >> endobj
-3038 0 obj <<
-/D [3026 0 R /XYZ 71.731 554.959 null]
+3168 0 obj <<
+/D [3153 0 R /XYZ 89.664 623.661 null]
 >> endobj
-3039 0 obj <<
-/D [3026 0 R /XYZ 71.731 554.959 null]
+1486 0 obj <<
+/D [3153 0 R /XYZ 71.731 587.796 null]
 >> endobj
-3040 0 obj <<
-/D [3026 0 R /XYZ 71.731 544.164 null]
+410 0 obj <<
+/D [3153 0 R /XYZ 194.361 548.423 null]
 >> endobj
-3041 0 obj <<
-/D [3026 0 R /XYZ 91.656 526.231 null]
+1487 0 obj <<
+/D [3153 0 R /XYZ 71.731 545.232 null]
 >> endobj
-3042 0 obj <<
-/D [3026 0 R /XYZ 363.424 526.231 null]
+414 0 obj <<
+/D [3153 0 R /XYZ 152.762 513.953 null]
 >> endobj
-3043 0 obj <<
-/D [3026 0 R /XYZ 71.731 503.317 null]
+3169 0 obj <<
+/D [3153 0 R /XYZ 71.731 507.826 null]
 >> endobj
-3044 0 obj <<
-/D [3026 0 R /XYZ 273.602 490.366 null]
+3170 0 obj <<
+/D [3153 0 R /XYZ 188.442 495.024 null]
 >> endobj
-1425 0 obj <<
-/D [3026 0 R /XYZ 71.731 460.314 null]
+3171 0 obj <<
+/D [3153 0 R /XYZ 71.731 476.927 null]
 >> endobj
-398 0 obj <<
-/D [3026 0 R /XYZ 244.6 423.098 null]
+3172 0 obj <<
+/D [3153 0 R /XYZ 71.731 476.927 null]
 >> endobj
-3045 0 obj <<
-/D [3026 0 R /XYZ 71.731 412.733 null]
+3173 0 obj <<
+/D [3153 0 R /XYZ 71.731 465.944 null]
 >> endobj
-3046 0 obj <<
-/D [3026 0 R /XYZ 419.444 402.974 null]
+3174 0 obj <<
+/D [3153 0 R /XYZ 91.656 448.199 null]
 >> endobj
-3047 0 obj <<
-/D [3026 0 R /XYZ 129.275 390.022 null]
+3175 0 obj <<
+/D [3153 0 R /XYZ 71.731 436.08 null]
 >> endobj
-3048 0 obj <<
-/D [3026 0 R /XYZ 390.741 390.022 null]
+3176 0 obj <<
+/D [3153 0 R /XYZ 71.731 436.08 null]
 >> endobj
-3049 0 obj <<
-/D [3026 0 R /XYZ 418.487 390.022 null]
+3177 0 obj <<
+/D [3153 0 R /XYZ 71.731 425.285 null]
 >> endobj
-3050 0 obj <<
-/D [3026 0 R /XYZ 71.731 382.884 null]
+3178 0 obj <<
+/D [3153 0 R /XYZ 91.656 407.352 null]
 >> endobj
-3051 0 obj <<
-/D [3026 0 R /XYZ 299.936 359.138 null]
+3179 0 obj <<
+/D [3153 0 R /XYZ 365.427 407.352 null]
 >> endobj
-3052 0 obj <<
-/D [3026 0 R /XYZ 71.731 339.049 null]
+3180 0 obj <<
+/D [3153 0 R /XYZ 71.731 395.233 null]
 >> endobj
-3053 0 obj <<
-/D [3026 0 R /XYZ 120.869 328.254 null]
+3181 0 obj <<
+/D [3153 0 R /XYZ 71.731 395.233 null]
 >> endobj
-3054 0 obj <<
-/D [3026 0 R /XYZ 319.55 315.302 null]
+3182 0 obj <<
+/D [3153 0 R /XYZ 71.731 384.438 null]
 >> endobj
-3055 0 obj <<
-/D [3026 0 R /XYZ 448.374 315.302 null]
+3183 0 obj <<
+/D [3153 0 R /XYZ 91.656 366.506 null]
 >> endobj
-1426 0 obj <<
-/D [3026 0 R /XYZ 71.731 295.213 null]
+3184 0 obj <<
+/D [3153 0 R /XYZ 363.424 366.506 null]
 >> endobj
-402 0 obj <<
-/D [3026 0 R /XYZ 242.592 257.997 null]
+3185 0 obj <<
+/D [3153 0 R /XYZ 71.731 343.592 null]
 >> endobj
-3056 0 obj <<
-/D [3026 0 R /XYZ 71.731 247.632 null]
+3186 0 obj <<
+/D [3153 0 R /XYZ 273.602 330.64 null]
 >> endobj
-1427 0 obj <<
-/D [3026 0 R /XYZ 71.731 235.716 null]
+1488 0 obj <<
+/D [3153 0 R /XYZ 71.731 300.588 null]
 >> endobj
-406 0 obj <<
-/D [3026 0 R /XYZ 215 203.402 null]
+418 0 obj <<
+/D [3153 0 R /XYZ 244.6 263.372 null]
 >> endobj
-3057 0 obj <<
-/D [3026 0 R /XYZ 71.731 194.765 null]
+3187 0 obj <<
+/D [3153 0 R /XYZ 71.731 253.007 null]
 >> endobj
-3058 0 obj <<
-/D [3026 0 R /XYZ 71.731 177.335 null]
+3188 0 obj <<
+/D [3153 0 R /XYZ 144.965 230.296 null]
 >> endobj
-3059 0 obj <<
-/D [3026 0 R /XYZ 361.806 166.54 null]
+3189 0 obj <<
+/D [3153 0 R /XYZ 327.322 230.296 null]
 >> endobj
-3060 0 obj <<
-/D [3026 0 R /XYZ 490.942 153.589 null]
+3190 0 obj <<
+/D [3153 0 R /XYZ 107.148 217.345 null]
 >> endobj
-3061 0 obj <<
-/D [3026 0 R /XYZ 71.731 140.637 null]
+3191 0 obj <<
+/D [3153 0 R /XYZ 134.893 217.345 null]
 >> endobj
-3062 0 obj <<
-/D [3026 0 R /XYZ 71.731 120.548 null]
+3192 0 obj <<
+/D [3153 0 R /XYZ 71.731 212.264 null]
 >> endobj
-3063 0 obj <<
-/D [3026 0 R /XYZ 315.724 109.753 null]
+3193 0 obj <<
+/D [3153 0 R /XYZ 311.294 186.461 null]
 >> endobj
-3064 0 obj <<
-/D [3026 0 R /XYZ 71.731 102.615 null]
+3194 0 obj <<
+/D [3153 0 R /XYZ 71.731 166.371 null]
 >> endobj
-3025 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R >>
+3195 0 obj <<
+/D [3153 0 R /XYZ 120.869 155.577 null]
+>> endobj
+3196 0 obj <<
+/D [3153 0 R /XYZ 319.55 142.625 null]
+>> endobj
+3197 0 obj <<
+/D [3153 0 R /XYZ 448.374 142.625 null]
+>> endobj
+1489 0 obj <<
+/D [3153 0 R /XYZ 71.731 122.536 null]
+>> endobj
+3152 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3067 0 obj <<
-/Length 2239      
+3200 0 obj <<
+/Length 2045      
 /Filter /FlateDecode
 >>
 stream
-xڍYY��~�_�7Ke	�}lR��k��ʓJ���EbDf)��a�����H��̸�@��ht}@�n�s7��b>^��(���7��+?�q�� ,����7�|���T���yx���b'�ľ����<��~(�v�������W�}W����^5'&�w���ߪ��ݿ~z���tv��*M���Dy��9x�J=��R��N�� ������Dz�
\�V(IU��{��;�-[^<{%��[���C�q�ok���#S�a��򬛡煪���m�<����p{���	�/�y�u��'325�DL��J�|�:8Nv� t����N7�>1�7��SoEd��l�9�?�Q�A	{"@a@�����R��`+���k���A��ϝ�u��ı7q��RepP�y̺�ь徎\��CgZ���F�]��XR��=�	���� �/T���	>�8VA�"�g��@.hY�9���*�_8�Z(����;.#�w��wE50Bq)kxe���j��>F��a2vkYb���6��TCyg�`\a����^��x�e�3�z���<?��Β�{�(�+� ���Au)u'�y����.�+���9<Dc3�L�Io�q]P<D7\HȐ��t�ĥ��*Q��0���tH%X�h��uJ�yG�.��IF����s��|�����r�(;M#��l?���0����Q��"]%���yR
.c���у��"�qγ(/��%C�-�0Bq�t��E`��<Ǔ�Oխ��T�q"�S��:9*��a]�E�&P�hŽ��L`O�
-8ȎU]a�n43~5�(�j�'{���;����?�\��+&s�j�z,��7+��թ�z��N��T�Z
-p�P)��`
-\�-fw�[��/o����@%Qz�;�Bz���ݹ]M����
-9I<$���"Hn<EL(�n�^�hs\�{��Xv}O��_g&\b���R�Pnέi�g|��|��J��2&�E�S�z�J)����6df
-p�gR�Q�Z������ttn>԰X��J@0"���
w|]W�g�h�����'Gk�H���W���^nv
/�x�a�@�m��!,��Z�ꏐ��WD�[@��ǐ�t>�f�@µ�ՆB �^k�$n�PE�$F��g1�Jv��p*�J�*��Fi�?fl��"6g������:�>�RVy��JyiL��D�H��5��.����65E}v�[{9�=�L��g�Eۓ0D)CUԲ��4��W��b��2<]	�h�)6��}��q��ũul��k@1	�qbQ��>L.N��t^:�g��#d�+���߯��(��Qv�����TV����=1A�gŔ�̀�����Ӆ����y7����zeptּeɕ	}H�It�
돟��>#ӶW��~��x��v�%��82Ofb=�����Ξ��Kc��+�fRqI?�=�H���L~��1����s�-�s���*S왦�l|����3
S:t-Y]����M���)�
ެ��)�uVo���Y��VC�;�iU;@}�����m�;����5Ч'Y�p
�ų��5dU�x�n�e����|��}�h���-,�-�Z���R���X�E�(tVC��[9�y���XL>��`aȹ����<g��~خ��Ii����z�Zy?`q������Q_��gђ2e������;����;0C�*�k����it�65C�<a�� �5h}��Ҍ5X3��b�Z��)��ZƟF���ނ��8F��VL��mu&R0���L1�C/M�[2�+H�{�=��.�_�]ȗ\�U��>�c[��v1�8,%p����,���R���_�5܅�?bs��ao�A4_��EN*"����c��pQ]u��M���^�yp����^k��`!�BW�40��C�H0������;��c"#������+��!���
-3e	b�:3���p`AAD�;��]ɆH��'΋��ε_�5��ΜWM8�_k�z�eą����k�ofpJju^!gNY�~�z�}�P.r
��۶�z|`&����~ȁ=�m�L<���3�ђ��8��#L˃�3����)'0~q4���3~��1uo�=|6��
��=vͷ�)����
��K\�Gˤ^��9�J�jn��������F~@�����.k������y��(	]i7�0)�h����ο�`��������e$*�'�K�T�Yn��z�r<+����?nO�?�3Z�endstream
+xڕXK��6��W�]�zZV.i�H��Ҡ���hz�e�RW]Q��E|g8C�,����p83�|� ��?��n�_���:^d���3߿�c�,����o߇�"u�u���繉�.�0p7q����p�sqnd�\��.��ٟ���@/�#�޶K�9�S��X����Żm�;7݄O�gy��…�a�F�>���D��/t7n�f%g�\{�ex��Rӧ:��{�����FKAE���X����GM��DE��������b��ԯ�C��0�],�Fd�IV����*�@;�D{t�@8�M�-#7J��y�oP:Zc4|�^������3�L��ya�{QK�Z�y߸�(u�~��w+uSt�٩����
+d�#y�$�ŀ�,Z�NՏ���*6�@F|��݈�4F�'�&/���@J-��vZ44�*^��� v��BY�3F�?AX�Ta�.@�h��T��ě^�x��cG��L�%��$�9(�j���)�\��M�d��p9EC��ri�q�!��,�OC�VCR$H�';}��jD�U��TDҒ��!�IUV�hz[2<�1\%�4�u�F�"����^[�Q:�%����)��۫�������> ?�װW�ykǮB��BCG��?�؋���1W>]���2�
�6Pra�(�������e�a` V���v�3L��ϵB��8E5�$��6`hv.��#�] ln���)�^F�s7�_Lvs�C��x��'�3����I�HR�IXD|�?[ۈe5��1p�Dn�w��6��^Gs����n^��X����?�H��)��T)����4Ag�5�	�_���(ZpZgp���<���\�B�Z9�!k��0�nD�t�(pD�p��Q��\`��Q@>��F�I3Jkt
��׌�o&�q�}��Kkm;)��B�+\߁�̶\
+�����c���b k���6�:%#|'�.H�Bm�*Q�{�Ђm��i��<7a�,x��M�_�z�O螈Eݿq��	��о�
gu�͌����<�,�Ӽ������]�S�U!J��A�K��3�;�;��Ƽ��b�H�ji���Tڣz�[��=s�����*l�6��H�uɥ��-�M��J��Z�����2O�p�SS����-��7p8��Y>�{"u��3����&�I�&V�H���!!�}�]!~ie+�ew�y�l��bM$�A	Ӆ�"�5�8b���ᑈ�,Ɓ��z`��;�Q��#������ந0Ì�>،�Q���6D�`�Ths)d�^×��wT֙pP��=*��}9U|q�z�c�U-�&\u������ohE�>hQh/6@��M�q�<�
���m.)�-�0��e�(-˃K���f鼲��^6#��Q؋�TzZ�~D�}�7q3��F��"+}7�mw|�nP0�~r�S�X��40��!%Y�J�G����\J���ut)�	%m����`
�t�<�0^H���.}rޅ�^I]�\�p�#B%1>E]XӋ*+�=[@�
1|��[�s'F��QܥW>���
W�ߋ�$�7	�a�Ρ8�]�2\O��A�t�#+?����*��?���`�n�uo!���#Fop.
+����B�q�#�A��]u`��~w���$ ME�]}E���_����S���i�T�4�ԃޥNRpw�p�E�@�2�p�K��\k��\%}��I�m��6�$Е�w
M�hv���#��k�8]������5$~y�1d"�5lY.����%�ɨ��t@!R/C�r�&x�~���ֵ(��m���"�e����9A�h�-���(˕Ғ5wu�	��F39j���.լ�"_�[��ju3~d�zr��2�U/xq��w�G�Ŧ��s��� I�cS'+�쁆��Ƣ.5���\����^����"��+�������(N�C��?�R����Jm^�7(���jwaDp��F����R��Qb{�����������~\��hs�����=�ճyl\/�B�S�[o�ך��"��endstream
 endobj
-3066 0 obj <<
+3199 0 obj <<
 /Type /Page
-/Contents 3067 0 R
-/Resources 3065 0 R
+/Contents 3200 0 R
+/Resources 3198 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2983 0 R
+/Parent 3079 0 R
 >> endobj
-3068 0 obj <<
-/D [3066 0 R /XYZ 71.731 729.265 null]
+3201 0 obj <<
+/D [3199 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3069 0 obj <<
-/D [3066 0 R /XYZ 71.731 741.22 null]
+3202 0 obj <<
+/D [3199 0 R /XYZ 71.731 741.22 null]
 >> endobj
-3070 0 obj <<
-/D [3066 0 R /XYZ 89.664 708.344 null]
+422 0 obj <<
+/D [3199 0 R /XYZ 242.592 707.841 null]
 >> endobj
-3071 0 obj <<
-/D [3066 0 R /XYZ 219.624 708.344 null]
+3203 0 obj <<
+/D [3199 0 R /XYZ 71.731 697.476 null]
 >> endobj
-3072 0 obj <<
-/D [3066 0 R /XYZ 71.731 693.235 null]
+1490 0 obj <<
+/D [3199 0 R /XYZ 71.731 685.559 null]
 >> endobj
-3073 0 obj <<
-/D [3066 0 R /XYZ 89.664 677.46 null]
+426 0 obj <<
+/D [3199 0 R /XYZ 215 653.246 null]
 >> endobj
-3074 0 obj <<
-/D [3066 0 R /XYZ 134.39 677.46 null]
+3204 0 obj <<
+/D [3199 0 R /XYZ 71.731 644.608 null]
 >> endobj
-3075 0 obj <<
-/D [3066 0 R /XYZ 109.868 664.508 null]
+3205 0 obj <<
+/D [3199 0 R /XYZ 71.731 627.178 null]
 >> endobj
-1428 0 obj <<
-/D [3066 0 R /XYZ 71.731 641.594 null]
+3206 0 obj <<
+/D [3199 0 R /XYZ 361.806 616.384 null]
 >> endobj
-410 0 obj <<
-/D [3066 0 R /XYZ 172.607 606.127 null]
+3207 0 obj <<
+/D [3199 0 R /XYZ 490.942 603.432 null]
 >> endobj
-3076 0 obj <<
-/D [3066 0 R /XYZ 71.731 597.49 null]
+3208 0 obj <<
+/D [3199 0 R /XYZ 71.731 590.481 null]
 >> endobj
-3077 0 obj <<
-/D [3066 0 R /XYZ 389.137 587.198 null]
+3209 0 obj <<
+/D [3199 0 R /XYZ 71.731 570.391 null]
 >> endobj
-3078 0 obj <<
-/D [3066 0 R /XYZ 472.996 587.198 null]
+3210 0 obj <<
+/D [3199 0 R /XYZ 320.794 559.597 null]
 >> endobj
-3079 0 obj <<
-/D [3066 0 R /XYZ 71.731 580.06 null]
+3211 0 obj <<
+/D [3199 0 R /XYZ 71.731 552.459 null]
 >> endobj
-3080 0 obj <<
-/D [3066 0 R /XYZ 106.6 556.314 null]
+3212 0 obj <<
+/D [3199 0 R /XYZ 89.664 531.701 null]
 >> endobj
-1429 0 obj <<
-/D [3066 0 R /XYZ 71.731 539.213 null]
+3213 0 obj <<
+/D [3199 0 R /XYZ 219.624 531.701 null]
 >> endobj
-414 0 obj <<
-/D [3066 0 R /XYZ 249.377 501.997 null]
+3214 0 obj <<
+/D [3199 0 R /XYZ 71.731 516.593 null]
 >> endobj
-3081 0 obj <<
-/D [3066 0 R /XYZ 71.731 491.632 null]
+3215 0 obj <<
+/D [3199 0 R /XYZ 89.664 500.817 null]
 >> endobj
-3082 0 obj <<
-/D [3066 0 R /XYZ 133.174 481.873 null]
+3216 0 obj <<
+/D [3199 0 R /XYZ 134.39 500.817 null]
 >> endobj
-3083 0 obj <<
-/D [3066 0 R /XYZ 311.772 481.873 null]
+3217 0 obj <<
+/D [3199 0 R /XYZ 109.868 487.866 null]
 >> endobj
-3084 0 obj <<
-/D [3066 0 R /XYZ 175.111 468.922 null]
+3218 0 obj <<
+/D [3199 0 R /XYZ 71.731 485.709 null]
 >> endobj
-3085 0 obj <<
-/D [3066 0 R /XYZ 71.731 448.832 null]
+3219 0 obj <<
+/D [3199 0 R /XYZ 89.664 469.933 null]
 >> endobj
-1430 0 obj <<
-/D [3066 0 R /XYZ 71.731 435.881 null]
+3220 0 obj <<
+/D [3199 0 R /XYZ 192.792 469.933 null]
 >> endobj
-418 0 obj <<
-/D [3066 0 R /XYZ 201.18 403.567 null]
+3221 0 obj <<
+/D [3199 0 R /XYZ 384.02 469.933 null]
 >> endobj
-3086 0 obj <<
-/D [3066 0 R /XYZ 71.731 394.929 null]
+3222 0 obj <<
+/D [3199 0 R /XYZ 114.012 456.982 null]
 >> endobj
-3087 0 obj <<
-/D [3066 0 R /XYZ 165.864 384.638 null]
+1491 0 obj <<
+/D [3199 0 R /XYZ 71.731 434.067 null]
 >> endobj
-3088 0 obj <<
-/D [3066 0 R /XYZ 71.731 371.587 null]
+430 0 obj <<
+/D [3199 0 R /XYZ 172.607 398.6 null]
 >> endobj
-422 0 obj <<
-/D [3066 0 R /XYZ 142.614 341.3 null]
+3223 0 obj <<
+/D [3199 0 R /XYZ 71.731 389.963 null]
 >> endobj
-3089 0 obj <<
-/D [3066 0 R /XYZ 71.731 336.115 null]
+3224 0 obj <<
+/D [3199 0 R /XYZ 389.41 379.671 null]
 >> endobj
-3090 0 obj <<
-/D [3066 0 R /XYZ 71.731 303.278 null]
+3225 0 obj <<
+/D [3199 0 R /XYZ 458.937 379.671 null]
 >> endobj
-426 0 obj <<
-/D [3066 0 R /XYZ 166.016 272.558 null]
+3226 0 obj <<
+/D [3199 0 R /XYZ 71.731 361.639 null]
 >> endobj
-3091 0 obj <<
-/D [3066 0 R /XYZ 71.731 265.48 null]
+3227 0 obj <<
+/D [3199 0 R /XYZ 176.467 335.836 null]
 >> endobj
-3092 0 obj <<
-/D [3066 0 R /XYZ 71.731 234.536 null]
+1492 0 obj <<
+/D [3199 0 R /XYZ 71.731 318.735 null]
 >> endobj
-430 0 obj <<
-/D [3066 0 R /XYZ 156.761 203.816 null]
+434 0 obj <<
+/D [3199 0 R /XYZ 249.377 281.52 null]
 >> endobj
-3093 0 obj <<
-/D [3066 0 R /XYZ 71.731 196.618 null]
+3228 0 obj <<
+/D [3199 0 R /XYZ 71.731 271.155 null]
 >> endobj
-3094 0 obj <<
-/D [3066 0 R /XYZ 71.731 172.931 null]
+3229 0 obj <<
+/D [3199 0 R /XYZ 133.174 261.395 null]
 >> endobj
-3095 0 obj <<
-/D [3066 0 R /XYZ 266.731 172.931 null]
+3230 0 obj <<
+/D [3199 0 R /XYZ 311.772 261.395 null]
 >> endobj
-3096 0 obj <<
-/D [3066 0 R /XYZ 71.731 147.029 null]
+3231 0 obj <<
+/D [3199 0 R /XYZ 175.111 248.444 null]
 >> endobj
-3097 0 obj <<
-/D [3066 0 R /XYZ 71.731 139.89 null]
+3232 0 obj <<
+/D [3199 0 R /XYZ 71.731 228.354 null]
 >> endobj
-3098 0 obj <<
-/D [3066 0 R /XYZ 244.236 116.144 null]
+1593 0 obj <<
+/D [3199 0 R /XYZ 71.731 215.403 null]
 >> endobj
-3099 0 obj <<
-/D [3066 0 R /XYZ 397.391 116.144 null]
+438 0 obj <<
+/D [3199 0 R /XYZ 201.18 183.089 null]
 >> endobj
-3065 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F35 1481 0 R /F48 1949 0 R >>
+3233 0 obj <<
+/D [3199 0 R /XYZ 71.731 174.451 null]
+>> endobj
+3234 0 obj <<
+/D [3199 0 R /XYZ 165.864 164.16 null]
+>> endobj
+3235 0 obj <<
+/D [3199 0 R /XYZ 71.731 151.109 null]
+>> endobj
+3198 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3102 0 obj <<
-/Length 2588      
+3238 0 obj <<
+/Length 2678      
 /Filter /FlateDecode
 >>
 stream
-xڥY[oܶ~ϯ�[w�]Ewis��I�=iи888-���
-ѭ�6�ϯ��(Q+;uQ���3���!׻p�ϻH<'	���?�.��{q#߿��c+,[��������b������p������$�4�/n������t�����
-��ɫ�.z��-�.Okou���,����^��eGA�������~~2�g��N���G]�l`-|o����>���^�z��	�!�����953_5U�Ժd����̙�Ҫ�5UYr'3szY�f��hO
-iY����
*�y�#J7FB�r��	�g��m��z��O��uV�r��m��ι�М�KX��+X��"����<vWЦ������wj�K[�/o
�=�.�����Fcf�`3�+n��3n��vn�)�Xo��n�uZ
�۪��{���~�j���4CQ���8ګJ�K�dfY�?lPOȇ�����y״ۜ-#:�N7O�ݷW.0��G��Y�H���_�6|0���8����a'C��ؠ&z�l���0����i����\�(����V@������;�uG��ԕ��ޭG�]�W""��8�7��R1P��2(����%vR�Xl����8��b/vҝ0dm�%,��f�zM)���ۊq�9$���3���tj��j[�L�m#H��D�yƖh��mD�ݱȎL>P�p6����ͻMSg��(da�����
-J<?q�N�9� ���O�Nj"��l�{�K+���qY�,��5�>4�(
��Ũ���5�@�hK\�5�nt͸����\��@F��j!/v4�Q}��	�`b"���~��f���{�D�W<uZN���EctuE�
&gi��ȱs�k�AH	`��z�F8����b86'a�3u�	�ۈ<�ʆ��k�Y�0�^�e	;�W�kX�d����f�,�B��]�R����5qa�I��F�K2�c�@f�Rl��š���ˆ�a��r���sS�p����0�z��d��`�)�r��ȎY�;^�!���#e:�;U��T��]���s)�4�L-<t�Mt^HXy��B�t�şl^d��+���I�y=��^Um�_-�<��$�~��7�)T*�����')4�4M)�p�51�<�4�T�.��Z�>��֒�0]�BK��Ԝz�)����	��{p��i.�a(�wo�ܗz!,���>W�gJ�]J�vao0�b�'*ea�W'����&2@ȗJ郄Z������u���j�,Lc�Z-�����`U��A,��L�KY����AD�;�v]�7��(e��&������.Nf!����c ��7�d�c�Ɛ�CQ6��cX�����5l2]�Z���[齮)a�\$��jm
-.��(m#����I�LڼR���	S%o�����$1�e�UO>6�2��*��lm����_-�fgWT�K���j�!��0��T�i���'u"�s�LNAs���%�B��uH�*,�gSߕ�*�������y��]?R?�R?�4�Q��Pd�dJ�a�������>���j�w�����P�@���t�*ʬĂa��)*�Yy
-TZ�^%���ZW��R]�"�h�$�VT�bvQ�9L6�&��)y�f���$�mud*��UJ��}�tLD�S��p)yZ�-�=TKcI����g��.�O1�w��|7.�~%�ƙ�O�s�p*I��0�*�/�E��A�ݸ�:�#O���G#��m%��n���}�J�+�7m�xc&䱲�$N��h-���
-�OS�c��Hy���&VgI����0�<�.Vl�|�<�YӮ��8k�o�/V.yؾ9�^��Ze���{)��{�!��%���^Ym2�q<��/��'q�/F�
-ҥ�=������Y�����>�2���
-�'���ݢ>�q��z<���ːQ�a��!W��CQ M�c==C!���ȯUH��GO Ow]1E��,����Q;|����R��u�y3���t����>s�H����To0�VOC�O1��I�pĦ`Ħxv��r��r�ƁA�`��5�qK��9�	��
+[�w�n�o��x�d�e�SGp�����)�x���9w��qb#��Z�;�l�Qշf��+�KE��!˓v��s��w�e�#f�1S�ٷs�{3������0�:�ԃ.嚗�x�BWbT�;܉]o_�a����Y�7>�Dr�E�yo.z2(�gCC,�����{�0�_�%>�-ESlbL��֞���5?���A1:#�4O�8��%�>2W� ��鍩Ӹ+Y�3�$�5��4��	V�(�Ә@6'~;M�(�Vr5��_���U������ׂ��N-���A�w|Ƙ��MġWW���臿�&ӱonP#���?2�
���1�|��0�"�W/�-�~C�dJA%��4�nX@-di���I�@�M�‡��<72�"�lr6�}4r�W�N!!�7��#��u�:�d�T��eo�Ð�T!�B�y��u�x��f�E&w���F�y��p<1`��L������(?����z�WޜX�nF~긾Y�"l��O�KI
C�,endstream
+xڝkoܸ�{~��E�=WR�)v��w�Ը�P�"�W\�I\H����(Q�p�€9
g���^�^d���0D��ҋu�&�x�/}
+ť�\:4Wwo�}���/V����"	?��,��<�.��y�[�t������}?�M�V=���QW�E�=���k����/o>ݍ��8�<~Q=Ks�_�O��m�'	�����!��Y�}Q�F��>Gٴ0���?���m���<;[�@��	2��ӟA��'�G�1C�BXV��VϺކǫ�X�f�^w��ְ(�	�ژ�b��S�(����a?����X��E���N[�vPU��.�ԓ/?Qꩺ*y�G[�M�\��[oU�փl �4�{Z��`�6��-S����Z�>��u*����|��H��Q�k�8�vCeڟ���b�ą�� �u���r�g�1���t#0P�3�f���?�����|����C�c��V��_�^~�?�<��ABu��~���s�"r�}<H�=�\��QD	��HZ�Oe%��0j�mt;L�;`��4���v����k%�ĩ�����2a1�f/���bhy/#�)F!�f1:���Gd�����K�]�A?�Qb�v>�ؒ����k��*^���jA�Tf�!*�6��o��V�_���u�AX�h�b�Ѱ������.�8�:S��C/m�KV"�@�L엌x�V����v��&"��۷l�o��;0�C0�$��T�>�g��@�a��<G��Hቫ��M���=deo�A�4O>C7��V�A�?�����:]���[��4�c�'*�M�<
+V���A���մug��A���zr
+��U8��$5pYiڷ��!�p��4���ĆK��x^��#Z�D�V���טN��4�ix�D`^[[Pʛ��.5�V�X󼛂�z]!�����|c+��:��&�������y�qZ1��1�<�u�׃��p�۽E��-`v���]�\`E�/B�\��=��%1uo�
+� {@aq�U�-.D7���0X�z���K
+X<lA8�:M\��7���e��N�}
v�en� +*B3����d=�1���	�FR
+��'���''fx��Q4��=C�چ���, j����>Nfa�|[ƏLٓZ��&}T�iDic%4����A���LVR�B�Ó��B�w�X�-b��jj�m�
+�f��w<�pL�Suz��Ʈ@'ʢ�z�/�gQL�Y��0~zr򳐎?�M�h!�T2�_{�m�"�M*�����d�ˀ3�8N��Rfy�7&,p��=յ��6<r�ER�1NF��i����(6���i�����b�)0�8�����r��	�Q��-���;�נ�ǻ=��G�T��r�j�7Qh�Vp	��T?�ƀ_�ʅ�v�$\�y!�N�p�e
���j����;mgx�$C��]͞Ӓ�b���4<�`��%wF�K�h�89��um	=��2��"�gU���
+T��(�,8Y;I$_���֞�O��~��!���V�c?��(ig�yH�S�tz��.��Bfߋ��)���h��[��=jd�2)s+.�d���$�,�ݨ?(}��2���F���n����oP_`H���tb'y�N�A��*�����?���qsh�4� �}��
+a��xv��]�\b6�D��#8�ʒ���c[�Vp�mj���V'�	6�4�f�R9[�(6ԏ�15�8��`Ń#�())*
5,�Qd!p��f������)�<�K
+��w�,�P#�&���>��N���!Q��Qw��Nt
p�^�w����Rj�hIǒ���
+�����r7����k����ٖq%4ĉ��_�?=�fW���ћ�~Œ$���-�*�����P�@�<%M����<�a�Ԁ�|��E˷�Z�Z���V�uoQf�C�=��SI����f0��;���e/_q}B-�-��P����.U�w�)�w958����qpD�A-�-%�R=�M�ճ\D�|MݘR�������Qb�z�Z�^����j�-V(
+�+q-lXP^LOR&��M��ʧ.�W{*��^	��Mڭ�YH�r�ܙ�c@����d\c��!�mUTŷ$9��)V��Z��F�#�u�k�@.�X���q�øJ[�z�8�1ɛI����Y�W��?��EK�'��V)�x_�����[�t`k�U�}�}�����Xѽ��F�{�y�K��2(L��������Z=P_��@�ȓ�ܮ8��8��
+u�۪{=Te�16_�>�o6<J��8�:��5�c���'�<�P%�h���Ă�uW��X^LQy
+TZ�^%���O~����	�,�pF�O+�B1����m
���D�eH�;��z�I����Rn!3�A̡�ن���qN�����ٲX����h,��R�n3Эc�����=O6$�W=�&T�©&ݖB<�V)v��ȱ�B_��Ն��W\赾���Vr�s�g�!*���޴덙��p�S�1z'ťG�^�0�wQ��6Z*8��Mb>���w0Rg��=���0�� �7V�|��u!�s�]��edn>�^�\����^��Z�
�W��P���Ԑs�Zgz��d\��_��6��<�^�Yz"9�U:�r�,�F����X���(hendstream
 endobj
-3101 0 obj <<
+3237 0 obj <<
 /Type /Page
-/Contents 3102 0 R
-/Resources 3100 0 R
+/Contents 3238 0 R
+/Resources 3236 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2983 0 R
+/Parent 3079 0 R
 >> endobj
-3103 0 obj <<
-/D [3101 0 R /XYZ 71.731 729.265 null]
+3239 0 obj <<
+/D [3237 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3104 0 obj <<
-/D [3101 0 R /XYZ 111.017 708.344 null]
+442 0 obj <<
+/D [3237 0 R /XYZ 142.614 708.344 null]
 >> endobj
-3105 0 obj <<
-/D [3101 0 R /XYZ 279.62 708.344 null]
+3240 0 obj <<
+/D [3237 0 R /XYZ 71.731 703.158 null]
 >> endobj
-3106 0 obj <<
-/D [3101 0 R /XYZ 71.731 695.392 null]
+446 0 obj <<
+/D [3237 0 R /XYZ 166.016 639.601 null]
 >> endobj
-3107 0 obj <<
-/D [3101 0 R /XYZ 345.153 695.392 null]
+3241 0 obj <<
+/D [3237 0 R /XYZ 71.731 632.523 null]
 >> endobj
-3108 0 obj <<
-/D [3101 0 R /XYZ 485.41 664.508 null]
+3242 0 obj <<
+/D [3237 0 R /XYZ 511.114 621.669 null]
 >> endobj
-3109 0 obj <<
-/D [3101 0 R /XYZ 71.731 644.419 null]
+3243 0 obj <<
+/D [3237 0 R /XYZ 106.042 608.717 null]
 >> endobj
-3110 0 obj <<
-/D [3101 0 R /XYZ 109.396 633.624 null]
+3244 0 obj <<
+/D [3237 0 R /XYZ 71.731 601.579 null]
 >> endobj
-3111 0 obj <<
-/D [3101 0 R /XYZ 143.754 633.624 null]
+450 0 obj <<
+/D [3237 0 R /XYZ 156.761 570.859 null]
 >> endobj
-3112 0 obj <<
-/D [3101 0 R /XYZ 388.886 633.624 null]
+3245 0 obj <<
+/D [3237 0 R /XYZ 71.731 563.661 null]
 >> endobj
-3113 0 obj <<
-/D [3101 0 R /XYZ 134.644 620.672 null]
+3246 0 obj <<
+/D [3237 0 R /XYZ 71.731 539.975 null]
 >> endobj
-3114 0 obj <<
-/D [3101 0 R /XYZ 226.941 620.672 null]
+3247 0 obj <<
+/D [3237 0 R /XYZ 266.731 539.975 null]
 >> endobj
-3115 0 obj <<
-/D [3101 0 R /XYZ 71.731 607.721 null]
+3248 0 obj <<
+/D [3237 0 R /XYZ 71.731 514.072 null]
 >> endobj
-3116 0 obj <<
-/D [3101 0 R /XYZ 146.719 607.721 null]
+3249 0 obj <<
+/D [3237 0 R /XYZ 71.731 506.934 null]
 >> endobj
-3117 0 obj <<
-/D [3101 0 R /XYZ 71.731 602.62 null]
+3250 0 obj <<
+/D [3237 0 R /XYZ 244.236 483.188 null]
 >> endobj
-3118 0 obj <<
-/D [3101 0 R /XYZ 71.731 556.747 null]
+3251 0 obj <<
+/D [3237 0 R /XYZ 397.391 483.188 null]
 >> endobj
-3119 0 obj <<
-/D [3101 0 R /XYZ 71.731 556.747 null]
+3252 0 obj <<
+/D [3237 0 R /XYZ 111.017 470.237 null]
 >> endobj
-3120 0 obj <<
-/D [3101 0 R /XYZ 257.935 545.953 null]
+3253 0 obj <<
+/D [3237 0 R /XYZ 279.62 470.237 null]
 >> endobj
-3121 0 obj <<
-/D [3101 0 R /XYZ 439.391 533.001 null]
+3254 0 obj <<
+/D [3237 0 R /XYZ 71.731 457.285 null]
 >> endobj
-3122 0 obj <<
-/D [3101 0 R /XYZ 146.138 520.05 null]
+3255 0 obj <<
+/D [3237 0 R /XYZ 345.153 457.285 null]
 >> endobj
-3123 0 obj <<
-/D [3101 0 R /XYZ 222.467 520.05 null]
+3256 0 obj <<
+/D [3237 0 R /XYZ 71.731 450.147 null]
 >> endobj
-3124 0 obj <<
-/D [3101 0 R /XYZ 281.244 507.098 null]
+3257 0 obj <<
+/D [3237 0 R /XYZ 226.957 426.401 null]
 >> endobj
-3125 0 obj <<
-/D [3101 0 R /XYZ 435.614 507.098 null]
+3258 0 obj <<
+/D [3237 0 R /XYZ 485.41 426.401 null]
 >> endobj
-3126 0 obj <<
-/D [3101 0 R /XYZ 71.731 499.96 null]
+3259 0 obj <<
+/D [3237 0 R /XYZ 71.731 406.311 null]
 >> endobj
-434 0 obj <<
-/D [3101 0 R /XYZ 154.051 469.24 null]
+3260 0 obj <<
+/D [3237 0 R /XYZ 109.396 395.517 null]
 >> endobj
-3127 0 obj <<
-/D [3101 0 R /XYZ 71.731 462.162 null]
+3261 0 obj <<
+/D [3237 0 R /XYZ 143.754 395.517 null]
 >> endobj
-3128 0 obj <<
-/D [3101 0 R /XYZ 71.731 405.315 null]
+3262 0 obj <<
+/D [3237 0 R /XYZ 388.886 395.517 null]
 >> endobj
-3129 0 obj <<
-/D [3101 0 R /XYZ 71.731 405.315 null]
+3263 0 obj <<
+/D [3237 0 R /XYZ 134.644 382.565 null]
 >> endobj
-3130 0 obj <<
-/D [3101 0 R /XYZ 71.731 374.431 null]
+3264 0 obj <<
+/D [3237 0 R /XYZ 226.941 382.565 null]
 >> endobj
-438 0 obj <<
-/D [3101 0 R /XYZ 142.923 343.711 null]
+3265 0 obj <<
+/D [3237 0 R /XYZ 71.731 369.614 null]
 >> endobj
-3131 0 obj <<
-/D [3101 0 R /XYZ 71.731 338.526 null]
+3266 0 obj <<
+/D [3237 0 R /XYZ 146.719 369.614 null]
 >> endobj
-3132 0 obj <<
-/D [3101 0 R /XYZ 224.195 312.827 null]
+3267 0 obj <<
+/D [3237 0 R /XYZ 71.731 364.513 null]
 >> endobj
-3133 0 obj <<
-/D [3101 0 R /XYZ 71.731 279.786 null]
+3268 0 obj <<
+/D [3237 0 R /XYZ 71.731 318.64 null]
 >> endobj
-442 0 obj <<
-/D [3101 0 R /XYZ 171.774 249.066 null]
+3269 0 obj <<
+/D [3237 0 R /XYZ 71.731 318.64 null]
 >> endobj
-3134 0 obj <<
-/D [3101 0 R /XYZ 71.731 241.988 null]
+3270 0 obj <<
+/D [3237 0 R /XYZ 257.935 307.846 null]
 >> endobj
-3135 0 obj <<
-/D [3101 0 R /XYZ 181.465 231.133 null]
+3271 0 obj <<
+/D [3237 0 R /XYZ 439.391 294.894 null]
 >> endobj
-3136 0 obj <<
-/D [3101 0 R /XYZ 380.939 231.133 null]
+3272 0 obj <<
+/D [3237 0 R /XYZ 146.138 281.943 null]
 >> endobj
-3137 0 obj <<
-/D [3101 0 R /XYZ 473.597 231.133 null]
+3273 0 obj <<
+/D [3237 0 R /XYZ 222.467 281.943 null]
 >> endobj
-3138 0 obj <<
-/D [3101 0 R /XYZ 509.52 231.133 null]
+3274 0 obj <<
+/D [3237 0 R /XYZ 281.244 268.991 null]
 >> endobj
-3139 0 obj <<
-/D [3101 0 R /XYZ 191.511 218.182 null]
+3275 0 obj <<
+/D [3237 0 R /XYZ 435.614 268.991 null]
 >> endobj
-3140 0 obj <<
-/D [3101 0 R /XYZ 71.731 211.044 null]
+3276 0 obj <<
+/D [3237 0 R /XYZ 71.731 261.853 null]
 >> endobj
-446 0 obj <<
-/D [3101 0 R /XYZ 148.701 180.324 null]
+454 0 obj <<
+/D [3237 0 R /XYZ 154.051 231.133 null]
 >> endobj
-3141 0 obj <<
-/D [3101 0 R /XYZ 71.731 175.138 null]
+3277 0 obj <<
+/D [3237 0 R /XYZ 71.731 224.055 null]
 >> endobj
-3142 0 obj <<
-/D [3101 0 R /XYZ 71.731 142.301 null]
+3278 0 obj <<
+/D [3237 0 R /XYZ 71.731 167.208 null]
 >> endobj
-3100 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F48 1949 0 R >>
+3279 0 obj <<
+/D [3237 0 R /XYZ 71.731 167.208 null]
+>> endobj
+3280 0 obj <<
+/D [3237 0 R /XYZ 71.731 136.324 null]
+>> endobj
+3236 0 obj <<
+/Font << /F33 1302 0 R /F48 2042 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3145 0 obj <<
-/Length 2335      
+3283 0 obj <<
+/Length 2050      
 /Filter /FlateDecode
 >>
 stream
-xڥ�r�F���`�b�Jjh��Iv䩤�Ό�ć8�&�$ca�в���m
���T�T���oo�_x��/_%A��8Z������ο�|����Ϋ���o�^d*���a�=O%^�Ht��(X<�-_��~���6���V��+�){��͖A�+��oYUf���OW���H'*K�7�s8g��餟;��*���V���A�$]~�ۼ��yAn��a�-������Y�oYY��� �X{�[4�k �W@��lY������P
�H��+{�Z�_������شc4vD�G��n�l�~��iȄ��>����y���0�9��,�8�h7�ԏ�U��DU�����~�+�>PY���i�(��8�3�����D�_:[�+���h��"��p 9-?
?�l�3&J��RН:�P�����[ٛQ���G{BD��E�T�Z[F�A�)�I8	>�F%u��t��M�`'d�{g�'aRl��٠����&�mg0F�1m�(�W�z�z���n��ͱX��."��g���f0r(�G��a�}�T/~��a��k���'/�@�a�t�L^�ָjZ~Vm�u������zhOd`J�g_q����	�#�ң��IEx�[�2���נ�v�c�	:|�	�aƷ�����QF�Q�@ �Dk�$���n�x�6/��尅�\N�v�W�φ7�&���w��L
-Υ����"�0П��a� ��k,2pj��zS�jx��J�ѹ*R����(�L�E9`_S����<��]�	:�r�.��mL�$b��s{��A���)ۀ���;�0������حA��t8��P�]$�mp��m/���L�1p\ʸ��<q5,ֲ��G���'&G\�������j��a%W��!�Hb=�T���d	$U~��$@R�o��Co/�M�� #V���R�=�"\�+B��DX�A+��צ9�a kˤ+�WF�X���
-�
�a�Z[��w���S�\T�:�@ ��O�ƫ�Vtr~ ���"]�t�q7Y�<�g��ש���$z
-��=���_r���8
�$����l�b�d/U�1�I�n��R���k%�"�"��a2���߽Ec�O���>^!r�#��L/:��\}����	�k@�&e�3�N�[�ʏ�qL�a*�10��+
� ���e잏�L�Ѵ�$\@��D�q���$#��P�)f� �(��lt���2�.×r�g?v�Q�'΂�mc�u	���PP6][���D,�ڊ���a s�I6vtCW��vn�s���
��x�B����֔����T/1�o}���~Qq�fcA<��
-H��_���0J)�n0��e/��R�(q1:_r���T[+�&�l�\��_�H�Y1������.��<�	�X�?9�H�T~�d��S�@��d�,�<f��B�)$�ҘG~����!��G���`k���u�Is���!���&6�|(��n�Iy�C�vv΅��E)�c�u}V>�PCh/f	��R?Ԟ�i����B�"�)v�<j�rل�B�S��j2�?m�c�b�/�!�������b�=�!����n(-��ǡx�:�S����_QK�(@�9��9 I{D�\��E�s-�]�"��\�K_�������(�k��)���_�v��^w��X;uQ�SO�m>�6vs���C	F���ܵ��U�vq���WQľ�u�C�dT�f�J�[����m>�&� �����8���f�};�.���B�j���qW�;ޑ��kr�L�䆺��Y��A���u�!�#�=�~���ݪ?F 
����3�r��騗@~�Kqxb��=٢�x8���TP=X��F�Uciԃq	ن��ș�P��9���B��4�91
-),��W�����	Y�	���s�k(vu4]�\�t4wl�CN�G�ڀ��!@'�Y�����y���wo~|���8�5C��w��ox-�8W�S
-r0~�`2�R���V��ޕ����+ۮ���$r�!�u�x������l>��q/]����З���ߔ��a�s�-�xw����l��`�
�u[���(��B�/�w��.�T��ĬS��y�;,���p�����	��?�i��8�$��9��o�>a������\�n+g׉k`	��8���k1]�N<7R��Ѕ�[}+�wǢ�'��<���*�7m>�<ksA�s���\�_��D����	[���|-�C=����uY�S�9oR���8��"�|��u(��*ت86��'�Ñ����|�X���B25��J�����P����������p.���Lcendstream
+xڍ]��6�=�b��*{��ݥM��M�䢪j���B�����w��IN�=��c�x�M��/\lB��v�Z'��z,���I(WBr5���}��u-v�n-n��8�M�[l"�o�����^��M��RI�E>��YU�E��>0����EY��߷�<��v��D���+����oG��5���1��[?�C����w��ŗ�J<�R<�6��`q�1��`+���V�3��{D ������_����z��ψ5�a�-3>A�Q	<-�m+���mE-�䆁����^��ΈDwKxGa���a��3m��}k+Fv������2L�^�
���AP�.	I$��ZG���� U'�����~���e8�-iP�:�M��'���4AQ`b9�'3.�?ݛLv����=h��]?���0ˆII�0g���-��p%��X�
+��/?�+ؖ�+�;�O�11�Pil]���c�����'��$8�`(���t-���k۟��u}p���h�8��Y�V8��N�	u�zԎk�v&/��EȢ�l2w��VMiz���L��n8�������;����{�敩����2p�@��#�M�K��}�i~�� �l��IjXKjxo�=�"��?��
'��8լ��>0��=%�c��"FA�x��R]S���5�7��)�! ��S/N%�y�9��seG�$����{�4���g�F�B�_I��D��hMe���n6��/y qj��`B�AO��h�nĠ�`�꒜���>��|���f75  �e7^��_�|�#��<�b�K��׬x6Z�'��)(��j����1��w�;F`�F�nP��Zg�EvĪTv�;~d�p�X'rg���j�����%Ofv_'.�@���?;�>AS]Sf���)��^@!w�U �&1�$��|�&�H�pf&�V�3s�*�sR�UJ"MA#���%`��ީ��I��@�����ىY�ng�Fu�D�;�W��
+�#�k!�r��cN��"�NN.X�_0F�
ȰɐK��yJg���J2��:
nףH$CM��C.��J��<�ʙT�i���	,���[��A�MY��
��S��C��
���09�sqM��Ip�?I9Ɇ�02�xB�
Om�/�Xv[��Y�|*K��k��y�B��y��N���q)�a6��+��熧��U2jC%�*׺�ӕ@�"2$���W� �д)�%�������,+%��u���r��H]`i�%n�)��=�ł�N����͍� ���D߭��BJ�9h}��'�np�c�x
���8.d�$���R�c�OT���
+�<:Vv+�^��+��~�����䍴F�HM�k����B�ӽ��K��!7��3��}�-]t��j���B�fU
<\C���Wg��b�5�!��TL�S��;���F-7�X;*}u�Q:��V^4��P�'Nb*]HV	��:�6��ɿ�;b�����"x8߼9/Iɠ��E��݉g���ƛv|����K��Q2�C��h8呭Ky�}�r�T\�0y7�y��˹Z�a�Ԋ�o3�$6��9gG5zV48�=&��و��<eo/]*�5�F�͓���>EY�U��-,����2�/���d��ߺl���5�̑�7��9�7y?e�6n��|��gLR84PŠ2��$�[�"�+��ĺHi�w%���gL_|P���8���EI���7�b�&����'�^'�&^bd�`ܻc]x
ߵ��"�Ǡ:���4��14���9��=:U����uG`zl~��]8Ƨy���tk��c8�f�Mb1b1S�D�,�!�@�'�Ǵ<������Ya��lo��/P+�pϹs�LJW
+d�hD��3^
+oH�rh9��0�\���Y5������!�R�8O�:���%��v�ŝ<aJ�]��9v���9'��/w">��B�:}�Lάcq"���4�Ə��A�6���H��`�����߆��~�If�������᷾d�9�}8Tendstream
 endobj
-3144 0 obj <<
+3282 0 obj <<
 /Type /Page
-/Contents 3145 0 R
-/Resources 3143 0 R
+/Contents 3283 0 R
+/Resources 3281 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 2983 0 R
+/Parent 3313 0 R
 >> endobj
-3146 0 obj <<
-/D [3144 0 R /XYZ 71.731 729.265 null]
+3284 0 obj <<
+/D [3282 0 R /XYZ 71.731 729.265 null]
 >> endobj
-450 0 obj <<
-/D [3144 0 R /XYZ 224.367 708.344 null]
+3285 0 obj <<
+/D [3282 0 R /XYZ 71.731 741.22 null]
 >> endobj
-3147 0 obj <<
-/D [3144 0 R /XYZ 71.731 701.265 null]
+458 0 obj <<
+/D [3282 0 R /XYZ 142.923 708.344 null]
 >> endobj
-3148 0 obj <<
-/D [3144 0 R /XYZ 71.731 664.508 null]
+3286 0 obj <<
+/D [3282 0 R /XYZ 71.731 703.158 null]
 >> endobj
-3149 0 obj <<
-/D [3144 0 R /XYZ 71.731 644.419 null]
+3287 0 obj <<
+/D [3282 0 R /XYZ 224.195 677.46 null]
 >> endobj
-454 0 obj <<
-/D [3144 0 R /XYZ 170.649 613.699 null]
+3288 0 obj <<
+/D [3282 0 R /XYZ 71.731 644.419 null]
 >> endobj
-3150 0 obj <<
-/D [3144 0 R /XYZ 71.731 606.62 null]
+462 0 obj <<
+/D [3282 0 R /XYZ 171.774 613.699 null]
 >> endobj
-3151 0 obj <<
-/D [3144 0 R /XYZ 129.576 595.766 null]
+3289 0 obj <<
+/D [3282 0 R /XYZ 71.731 606.62 null]
 >> endobj
-3152 0 obj <<
-/D [3144 0 R /XYZ 279.855 582.814 null]
+3290 0 obj <<
+/D [3282 0 R /XYZ 181.465 595.766 null]
 >> endobj
-3153 0 obj <<
-/D [3144 0 R /XYZ 349.928 582.814 null]
+3291 0 obj <<
+/D [3282 0 R /XYZ 380.939 595.766 null]
 >> endobj
-1431 0 obj <<
-/D [3144 0 R /XYZ 71.731 552.762 null]
+3292 0 obj <<
+/D [3282 0 R /XYZ 473.597 595.766 null]
 >> endobj
-458 0 obj <<
-/D [3144 0 R /XYZ 199.853 519.452 null]
+3293 0 obj <<
+/D [3282 0 R /XYZ 509.52 595.766 null]
 >> endobj
-3154 0 obj <<
-/D [3144 0 R /XYZ 71.731 510.815 null]
+3294 0 obj <<
+/D [3282 0 R /XYZ 191.511 582.814 null]
 >> endobj
-3155 0 obj <<
-/D [3144 0 R /XYZ 159.666 500.523 null]
+3295 0 obj <<
+/D [3282 0 R /XYZ 71.731 575.676 null]
 >> endobj
-3156 0 obj <<
-/D [3144 0 R /XYZ 71.731 480.433 null]
+466 0 obj <<
+/D [3282 0 R /XYZ 224.367 544.956 null]
 >> endobj
-3157 0 obj <<
-/D [3144 0 R /XYZ 186.589 469.639 null]
+3296 0 obj <<
+/D [3282 0 R /XYZ 71.731 537.878 null]
 >> endobj
-3158 0 obj <<
-/D [3144 0 R /XYZ 71.731 467.482 null]
+3297 0 obj <<
+/D [3282 0 R /XYZ 71.731 501.121 null]
 >> endobj
-3159 0 obj <<
-/D [3144 0 R /XYZ 118.555 428.918 null]
+3298 0 obj <<
+/D [3282 0 R /XYZ 71.731 481.031 null]
 >> endobj
-3160 0 obj <<
-/D [3144 0 R /XYZ 232.228 420.454 null]
+470 0 obj <<
+/D [3282 0 R /XYZ 170.649 450.311 null]
 >> endobj
-3161 0 obj <<
-/D [3144 0 R /XYZ 378.496 397.141 null]
+3299 0 obj <<
+/D [3282 0 R /XYZ 71.731 443.233 null]
 >> endobj
-1432 0 obj <<
-/D [3144 0 R /XYZ 71.731 375.221 null]
+3300 0 obj <<
+/D [3282 0 R /XYZ 129.576 432.379 null]
 >> endobj
-462 0 obj <<
-/D [3144 0 R /XYZ 193.206 346.574 null]
+3301 0 obj <<
+/D [3282 0 R /XYZ 279.855 419.427 null]
 >> endobj
-3162 0 obj <<
-/D [3144 0 R /XYZ 71.731 337.937 null]
+3302 0 obj <<
+/D [3282 0 R /XYZ 349.928 419.427 null]
 >> endobj
-3163 0 obj <<
-/D [3144 0 R /XYZ 247.76 327.645 null]
+3303 0 obj <<
+/D [3282 0 R /XYZ 71.731 399.338 null]
 >> endobj
-3164 0 obj <<
-/D [3144 0 R /XYZ 159.162 314.694 null]
+474 0 obj <<
+/D [3282 0 R /XYZ 148.701 368.618 null]
 >> endobj
-1533 0 obj <<
-/D [3144 0 R /XYZ 71.731 287.63 null]
+3304 0 obj <<
+/D [3282 0 R /XYZ 71.731 363.432 null]
 >> endobj
-466 0 obj <<
-/D [3144 0 R /XYZ 157.239 244.533 null]
+3305 0 obj <<
+/D [3282 0 R /XYZ 71.731 330.595 null]
 >> endobj
-3165 0 obj <<
-/D [3144 0 R /XYZ 71.731 232.095 null]
+478 0 obj <<
+/D [3282 0 R /XYZ 176.855 299.875 null]
 >> endobj
-3166 0 obj <<
-/D [3144 0 R /XYZ 71.731 176.981 null]
+3306 0 obj <<
+/D [3282 0 R /XYZ 71.731 292.797 null]
 >> endobj
-3167 0 obj <<
-/D [3144 0 R /XYZ 71.731 164.03 null]
+3307 0 obj <<
+/D [3282 0 R /XYZ 412.374 281.943 null]
 >> endobj
-3168 0 obj <<
-/D [3144 0 R /XYZ 71.731 159.048 null]
+3308 0 obj <<
+/D [3282 0 R /XYZ 446.453 281.943 null]
 >> endobj
-3169 0 obj <<
-/D [3144 0 R /XYZ 89.664 138.291 null]
+3309 0 obj <<
+/D [3282 0 R /XYZ 306.765 268.991 null]
 >> endobj
-3170 0 obj <<
-/D [3144 0 R /XYZ 71.731 136.134 null]
+3310 0 obj <<
+/D [3282 0 R /XYZ 71.731 248.902 null]
 >> endobj
-3171 0 obj <<
-/D [3144 0 R /XYZ 89.664 120.359 null]
+482 0 obj <<
+/D [3282 0 R /XYZ 189.139 218.182 null]
 >> endobj
-3172 0 obj <<
-/D [3144 0 R /XYZ 89.664 120.359 null]
+3311 0 obj <<
+/D [3282 0 R /XYZ 71.731 211.103 null]
 >> endobj
-3173 0 obj <<
-/D [3144 0 R /XYZ 71.731 118.202 null]
+3312 0 obj <<
+/D [3282 0 R /XYZ 148.158 187.298 null]
 >> endobj
-3143 0 obj <<
-/Font << /F33 1242 0 R /F48 1949 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
+1594 0 obj <<
+/D [3282 0 R /XYZ 71.731 157.245 null]
+>> endobj
+3281 0 obj <<
+/Font << /F33 1302 0 R /F48 2042 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3176 0 obj <<
-/Length 3031      
+3316 0 obj <<
+/Length 2593      
 /Filter /FlateDecode
 >>
 stream
-xڕ˒�6��P�%TՈK�!�ٓ�8�l9Nm2N�=@Fš"��x��� R���r�4��~�ШE��b��MCZ��X���b;?�P������Ë|�e�*�����q�'I�I��&K�H��D��4�~�J�$�b_���3�ոT��/�4z�߇�x��.�M\���ˋ2N�t�J��J�m*�Ǥ��<"�����QP`�������|1��Ϻ������S�]�ųҟ�q<���4�m�����8\�H3��UI亖׵��ix�;�JoϷ�4��=J8W���X7	��-c�(ݡ�=��Vo�g�'t]w�Y;�d�m�eZDO�L���Y�}�%�+��J�q%�9%�k������p�껮�f��y.�ș����:��$�!9�1�.�c�}���lؾ:�g��-��m׮�2}�O�fv�q���Q@#^i��]�"z&=$��E
-p�u��'�q���")�������G������������g�������l��{���2\Xi��¶<��7%8�2/�n7�o���)�Cwԃ�uC����&�I7sF�ia���k���w����Oo�c��`��UVm���k���a�@�&���S�]b&q#�,Lv��U$��6��uF�1�ءw}�����Q)$���3�q"���wo~_Vi�Y�̲x��_v�3�gRPP�g����;�ξ �g��֢��n��A�ʦ�Ի����vf����v3u����SoMo��{ԍ�?��ߟv�Uw��U�P�8U�i�iU$q��%s�$fO��hO��!��*.���i�f�H��tVF�ׁa�� 㧁7��9fO��@� ret-:�~�I)���9���=��}��`�>0�7nl��K^�R6�m���j�����l憺��v���I��P�@ē�-�_3�OTS̸�����$�@��	� �橆ԃ���S����~��:�u��>{5��`��Q�$e�M����kD"Ie��1]��<�pbe�CUj2ԣ���sGQ�Q���wM�V���Gd��n�U��W�Ũ��m��R0O��G��dQD1�#H4����+7��n��S��R�(|�*~ˀ��g<��~�*��˴��3*(�<zN��8�
-f��3Es��El�g�jO�'��h�9y�<)gD	���O�Egx�K�b�
��'L��y�.�{��
-Fc��7f�O�q{��O-�����ӻ��	h�H����
C��N�=�beyƾ{�PiJ�ŕC0���5�������F)`5��w�����8H�lx��&`t��ʗ�0A
�̶`�GRq-���Y����/�s(2,I����Ѵݸ?̏�Y���F̓%�=�l]R��`_�~���,�u�;K�I����=�x��q��GP�@v�75�4j���
R#}�s�&m@0?Zg9���9��{�������I�@�������Y��эx���f{Ó�����(������f*�O30�bF�F��x��� �[�$���|?xI!��BmQ����h!x����r�|��/�β?:f�ʄ�L�Qw���d@��.�� �#8aMÎ�wt�^4���ޛ�Q_��{�
-�9	A��5�FV�p�=s��O�
--��NVO����r���[��ݹ�I��KTd45!�&�(��.
@������X��g��r�I|}	����՝��������0�1�EKd�	9�m�O3@Bw���|C��D�v��˴��r-�1�BQ���R9�H2��\�g��:z�(]�j�av!.@���\:d���
�E�xf�X)3C�9zj�Z!�T7�A�����k�5ɋ >�C��,E�I��p�����'8�̡9���fWp���K�-�HrL�S�ݺ/��9}~�r���j�A��J��ҡ�&=�� B�?��־xؚ��w^0Q���	Փ鏺5-�y5�J�ϻՃ%�ݗ��뇞^�Ɠ<G��O7x������_k�~�vP�����yכ�L�`��ʺ�у�M~XyT���X�<Q�څ�?�mIGH��^��%��Nm�A��q2ݩ1ҽ=F��jQ�[{뚘�	S��P,���n��u$�njВ5q(�p�d���!�i�&��	x��ǣ\H��K�@��{�0��]i}�(w'�qa�]���ŒJ}�P��\�k�V��?�^s�	�i��̟OJ��bޢ��	���5&���j0o�^2K'
-���7�X���nm��Bb� W�k�u��37{�w��|=L����;r�a�:����>���
�>҅���y�8y��絫&8-U�Q��b�r���I���S_�����sVm{?Ӱ�v��p�`�=�zִ��M�_���og�4($��3�_���7�gQY6q΂���O&oi+)�����������&i ���Yʫ&02	iԙ��b[<i�)&V&��l��<�ܿ�����<N��*#U3mL���s���S��:H!F~!s��0n�.�xv��M��r�1�n}�wk�.��8_K�}�3s	���8��i)̱��!,|˘y~�L�\��+
-��Z��%�Amuϐ	7J�Xk(s��(�"%
T�K;{$x�g{e�9�1r�߻��9oF��g[�8�����_��*�ۛ=^��*r���c�̺�_ʱ�:ț@NM�X�}�;!2�7� \@���|��|fʹ�"LjB����hAW��5'�~���'	��f���$�$�6��q�Ȭ�=��P�@�':�=X�ݎ�/JE�
-��5�hVA���:l�e)��Jpv!����1_��
jB��?0I�]�Xο3o�-�p�%�3R�2�=?��Ҷ��1�>���Ha�5
)�i�N�8�h^���
-�����	@Q[E�xђ{S�����G)�33�7��&y���]��B�?k8���oX�Gy�j��?�8�\��Y�%�bO�~QU��������vendstream
+xڝَ�6��o�7W"Ey�s���`1�!,d����%G��������|t�b0�Y,V�&-B�-�H�>:W:����!\�a���`<
+������o��Y�*O�b�[�a��0_�F���ź�5�p(N�떏چ�Q�}W���^5{�?/�`�ߪ���o�>�G�֤*�̫�y���YD�ʭE�9�L�8&��ʔUK�࣫��2����g)
+�=������1�T�s"���k�����=� ��1��;�����f�Àמ���Y<�\h1/��ιf����O�3m/�:׻fp�G��,j`ȣv���{�)M��E覼�/�}�:�岩�
C�=�3��ҫd���2R�w<.��2�x����W�
���A�d4�jBp]5��q���<C{��y9@��i��F];`e�x�ı��}돇_%8���;�== r�o�|.��E���/�)���ୌvC����h�H�q~��1�u��i�H�-m),�=�1��kнɓ!�y��~1B�E�JLF;~n��Q:����7�1d2�&�I5ȷ>���ORgA�,t#�6*�bA�u��B��g౔,��b��d\��D���ί�\f�.1Ѝ��T<���Rۀ�����:��e��������B's˃�e���wÊQ*Ae	p����trE��,�D���ɶh�v�]{'�&�\��7
+����b��;�0\�FHR���+�8w�:�pX	D:{�m��0���}L�
N�7m���b��]b�\E��4�Nж���)E�w2?w���� �bȹa&)�C�f�T��nN�ǟ�J����7���\{1�o�؄�d	h�о=͒H����Z��ƪ8If�ҨI�Z,��'�cE�)�k��%�<����亡r������G�B�v��bs!!�+J)�@���^lM��pQ"��X���/(���
+U��{�Sptw�����B���^��9"
+�N����T{�K�9U:�b�4T�7p.���
+��KF�\]�wM�#%��s�R%��
+��ǖl���qv=u&����Ь��	�Fr���Tu5<�`)�� �R����0x녇0�&�i�S�|�'w�M�{�ȉ��Ik�W���TE����-��O"gp��=��6��`�,=�+����Q	�<�en��~��=:A��S<��c�/���
+<8M�w�����I�g�I�I~r�3����x{Pv�\zl��x���vm+ݿ�|O �����M`:ao�DIj���*���e#iO	���9Ct��TG����i{��ӡ�.������;a[�9��B4��-�
&�̬�X�$�ޕ�����}��rB��'r�(yR�k���	������ȑ0�|{���'�Ǭ�1$��R�@X^��x'6"��`bi�:'�ì��-�_<h/�K(|��g�[��{�Y��?��t��BZ�����\�Ĭ
+��ڃ���M�.S����WW3�lh뚅��0@��>�r�0䉗��""kW�~ù™�ǣ~ݝH��6���w�w�N��z��G��7�be�]f�߉9o�a>x��*����(���ۘѹʬ\-����[�<�����%�ڊgg*8��z�q�Nl ��5��9�(��/k�mȗ��1|�[��*���cP���/��J{�K�	�\�?��H��q�f�'�'(�ڄ�d��)���r�1a��L'�Up�
+� g	���5|\��r`96����JV‹�Ua6�"�
+D(�w&��Y�D�\q�(��Nm!<Xw�;A�,[�S���
+����V��>�ミ���Qԫ��(
+U�篇ф�R	�[at���0�b~/�f�?N=�h�pS��y8�<�䱯�y�u�D8*BvH��8V�s[��	Fc:�so�3߈O\�J3�h D'��u�[�[�D��R�-G��t�[��=��1f�C�
��d�K�	n)��/yN��*�^O�3�<�c��9w���9���xΜ�z���~y/	[…����D�3z�����'��VAX�P���@���	p��6ғ+��vG�
+�^�9�;��)�|���h�
ΰ�@�B�v�D�Y3[�S�Ә�a!P�k���k��ń��f	�+=/ȱa�����6�ڶw��4r�R�eZ	I���;nH�j�r�)8"u�	7)��TI��K��+�6��A��-�*�u�$t��`����-^h)EđDQ���ɸ�^�}K�5��C�E<k�:5z�t�H�+������#��{Ń/���u�D�$[D�qD�����8��A;F�<���3s|�V���k�q�=ӯ
+�q^� �Z�,��S/*�فv��7-=󁲜���o�8T6����L��k�XA#m����yp�y)
+�[y���y����<8��*��aGw'׃l��2����G��0(݀W�ƍ�M|�EPە{l�";o��_2�ŗ�S]<s~����	@�l�ÊǮ?�m%# =�]�<�t�A@!�Ǻ�@��E�ar����V�2�r���C���I~ߛu��cřʢ�U��Pn,ku�B��ab������Y1I�endstream
 endobj
-3175 0 obj <<
+3315 0 obj <<
 /Type /Page
-/Contents 3176 0 R
-/Resources 3174 0 R
+/Contents 3316 0 R
+/Resources 3314 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3202 0 R
+/Parent 3313 0 R
+/Annots [ 3344 0 R ]
 >> endobj
-3177 0 obj <<
-/D [3175 0 R /XYZ 71.731 729.265 null]
+3344 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [362.68 151.955 419.882 160.867]
+/Subtype /Link
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
-3178 0 obj <<
-/D [3175 0 R /XYZ 89.664 708.344 null]
+3317 0 obj <<
+/D [3315 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3179 0 obj <<
-/D [3175 0 R /XYZ 89.664 708.344 null]
+486 0 obj <<
+/D [3315 0 R /XYZ 199.853 708.344 null]
 >> endobj
-3180 0 obj <<
-/D [3175 0 R /XYZ 71.731 682.341 null]
+3318 0 obj <<
+/D [3315 0 R /XYZ 71.731 699.706 null]
 >> endobj
-3181 0 obj <<
-/D [3175 0 R /XYZ 89.664 664.508 null]
+3319 0 obj <<
+/D [3315 0 R /XYZ 159.666 689.415 null]
 >> endobj
-3182 0 obj <<
-/D [3175 0 R /XYZ 89.664 664.508 null]
+3320 0 obj <<
+/D [3315 0 R /XYZ 71.731 656.374 null]
 >> endobj
-3183 0 obj <<
-/D [3175 0 R /XYZ 71.731 649.4 null]
+3321 0 obj <<
+/D [3315 0 R /XYZ 118.555 617.81 null]
 >> endobj
-3184 0 obj <<
-/D [3175 0 R /XYZ 89.664 633.624 null]
+3322 0 obj <<
+/D [3315 0 R /XYZ 232.228 609.345 null]
 >> endobj
-1534 0 obj <<
-/D [3175 0 R /XYZ 71.731 626.486 null]
+3323 0 obj <<
+/D [3315 0 R /XYZ 378.496 586.033 null]
 >> endobj
-470 0 obj <<
-/D [3175 0 R /XYZ 163.591 583.388 null]
+1595 0 obj <<
+/D [3315 0 R /XYZ 71.731 564.112 null]
 >> endobj
-3185 0 obj <<
-/D [3175 0 R /XYZ 71.731 571.217 null]
+490 0 obj <<
+/D [3315 0 R /XYZ 193.206 535.466 null]
 >> endobj
-3186 0 obj <<
-/D [3175 0 R /XYZ 71.731 528.788 null]
+3324 0 obj <<
+/D [3315 0 R /XYZ 71.731 526.828 null]
 >> endobj
-3187 0 obj <<
-/D [3175 0 R /XYZ 181.725 517.994 null]
+3325 0 obj <<
+/D [3315 0 R /XYZ 247.76 516.537 null]
 >> endobj
-3188 0 obj <<
-/D [3175 0 R /XYZ 71.731 484.953 null]
+3326 0 obj <<
+/D [3315 0 R /XYZ 159.162 503.585 null]
 >> endobj
-3189 0 obj <<
-/D [3175 0 R /XYZ 71.731 415.214 null]
+1596 0 obj <<
+/D [3315 0 R /XYZ 71.731 476.522 null]
 >> endobj
-3190 0 obj <<
-/D [3175 0 R /XYZ 71.731 371.378 null]
+494 0 obj <<
+/D [3315 0 R /XYZ 223.845 433.425 null]
 >> endobj
-1535 0 obj <<
-/D [3175 0 R /XYZ 71.731 353.446 null]
+3327 0 obj <<
+/D [3315 0 R /XYZ 71.731 424.602 null]
 >> endobj
-474 0 obj <<
-/D [3175 0 R /XYZ 339.876 310.348 null]
+3328 0 obj <<
+/D [3315 0 R /XYZ 502.556 398.914 null]
 >> endobj
-3191 0 obj <<
-/D [3175 0 R /XYZ 71.731 298.177 null]
+1597 0 obj <<
+/D [3315 0 R /XYZ 71.731 371.228 null]
 >> endobj
-3192 0 obj <<
-/D [3175 0 R /XYZ 376.087 275.838 null]
+498 0 obj <<
+/D [3315 0 R /XYZ 263.709 333.639 null]
 >> endobj
-3193 0 obj <<
-/D [3175 0 R /XYZ 71.731 268.699 null]
+3329 0 obj <<
+/D [3315 0 R /XYZ 71.731 323.274 null]
 >> endobj
-3194 0 obj <<
-/D [3175 0 R /XYZ 71.731 237.815 null]
+3330 0 obj <<
+/D [3315 0 R /XYZ 89.773 313.514 null]
 >> endobj
-3195 0 obj <<
-/D [3175 0 R /XYZ 353.441 227.021 null]
+3331 0 obj <<
+/D [3315 0 R /XYZ 71.731 293.425 null]
 >> endobj
-3196 0 obj <<
-/D [3175 0 R /XYZ 280.021 214.069 null]
+3332 0 obj <<
+/D [3315 0 R /XYZ 327.818 282.63 null]
 >> endobj
-3197 0 obj <<
-/D [3175 0 R /XYZ 175.77 201.118 null]
+3333 0 obj <<
+/D [3315 0 R /XYZ 71.731 275.492 null]
 >> endobj
-3198 0 obj <<
-/D [3175 0 R /XYZ 397.028 201.118 null]
+3334 0 obj <<
+/D [3315 0 R /XYZ 81.694 254.735 null]
 >> endobj
-3199 0 obj <<
-/D [3175 0 R /XYZ 71.731 198.961 null]
+3335 0 obj <<
+/D [3315 0 R /XYZ 81.694 254.735 null]
 >> endobj
-3200 0 obj <<
-/D [3175 0 R /XYZ 71.731 184.017 null]
+3336 0 obj <<
+/D [3315 0 R /XYZ 390.418 254.735 null]
 >> endobj
-3201 0 obj <<
-/D [3175 0 R /XYZ 462.474 151.205 null]
+3337 0 obj <<
+/D [3315 0 R /XYZ 513.923 241.783 null]
 >> endobj
-1536 0 obj <<
-/D [3175 0 R /XYZ 76.712 121.616 null]
+3338 0 obj <<
+/D [3315 0 R /XYZ 71.731 226.675 null]
 >> endobj
-3174 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
+3339 0 obj <<
+/D [3315 0 R /XYZ 81.694 210.899 null]
+>> endobj
+3340 0 obj <<
+/D [3315 0 R /XYZ 81.694 210.899 null]
+>> endobj
+3341 0 obj <<
+/D [3315 0 R /XYZ 71.731 195.791 null]
+>> endobj
+3342 0 obj <<
+/D [3315 0 R /XYZ 81.694 180.015 null]
+>> endobj
+3343 0 obj <<
+/D [3315 0 R /XYZ 81.694 180.015 null]
+>> endobj
+3345 0 obj <<
+/D [3315 0 R /XYZ 71.731 139.004 null]
+>> endobj
+3346 0 obj <<
+/D [3315 0 R /XYZ 81.694 123.228 null]
+>> endobj
+3347 0 obj <<
+/D [3315 0 R /XYZ 81.694 123.228 null]
+>> endobj
+3348 0 obj <<
+/D [3315 0 R /XYZ 71.731 108.119 null]
+>> endobj
+3314 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R /F48 2042 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3205 0 obj <<
-/Length 2218      
+3351 0 obj <<
+/Length 2154      
 /Filter /FlateDecode
 >>
 stream
-xڝ�n���]_A,�h:l��S��z�[��~�Ȟfy�<,+_���j�3��Xh�Gu�W�HˁҊ��<���p��ʪ;�:���;�G9�`�z���7�g%"	=��d��#"'�"�q�Z��/�ח��W�����	��ϫ�.:X/�3-}5�}�_Q����o�><��/I���g`6���%}��!2h�t"�R��	)�D�����UiO,��c{p��;�PE���ut!�@#y<��H�d�C��c���\%�&i�A"bW^W7�g0$Ό�dYъ��5Z��H����^�E�?�Re=	�_X���w�Z��OkeQ�QQ��O&�SӠ��-n)͗"��}�M07�� ȸ{Si[Zo+m��
-��9駃tlVAJ���Tm�ɮ5Թj�>��ڊ���!닦�h����C^�sǜLҁת�a<ç;4)��5������uo��D�ƛ`n�A(~ooK�m���^�E��@��]���
XE��*5�@����.��T�o�I�N�KX�Ad`�?�i���IT�w�sϤe�����k30�
����ԗ�+m=�)�^�z1�I�HO���@����NzJdр�>�|ʡL������xkQW��J3N�I���<z)I�K�	��c8�BsQ��LV٧����($T�h(�O,�'Q�N�PUiQ�0�sd^1P�b�d��0hIl�1�|.7 GB�+C��c�T�4�ԜVt�jÔ��d��uW	�6�3�L0,h
�!	��2�Zܹ���"ޅ��+�g�W�&K�0(�G7�f�_P�$8ߟ�`?�1buڼ���{�����.i}V4>�ME#WȐF/����b~q��37tC٫�)����<���>�:A`�C��3�>60f�1���,���0��Ll�K�fB*�AD!�����=��z�� ]n<"�jP�`�(��#�Nf[Z=eCF�b�j��1�L����E�.qm��9���1Q!�dm0'�T��*%͖���@�dD�g3�R�
]O�'�g^ ��#���	��f�{�z�d��,�iI�]aP�yS+^���J����l�{]�=7��B�<`�����q���m�{ZA�}8-uV�!����ю8Yڑ��f���撐?�����`S��'E�D���s\,�����c�P��������{I(	}�H�j�u�����#&��@�ᠳ�Aq4܀u��^<G������z��>d̶fk.s�Q���W�u|��̝�t�*+N�:S�<�O���%�Վ��
-�=�+h]�>��nh��n/4Q�`�¥��e�Il!����p�}):mTd�w1�"���(P𿴦{�Y�CcL�}��
-1�f�Ό�C8�Uz���w�z���*�1b?#u[��Ļ ����)�!wM=�5$�[�F�"#Ρ�IlR��4�V�=_�s�>1��Za��Hg�Hg!�o	پ�'�R#����DL�5Á�t��۽�p=?�_��c�'������^�	�;m�A�������n��h�Кu���J?�V��&�԰K�����J�[��*/Z��Vf�J�MIЈ�w��
-��{�#�V��-���H���~~�A<Ax�
-��e�����i�������䮰���Y��>��T���1�
3Ŭm7�d:�����G�B$�-.�Є�����t�7<p�����7=pK�mܡ�B��ߟ��̏��ؕ�+--Mw#X֚{�����o�,�`�����mcs>��|V�ȜDlB,a�j�mX�ڔQu�f(sZ}�v��:��mH�F�m}�΍W���\C�6�ӾI_�U�����Ȥ�)cD��R�G��%zC W]el��L
��O�U�R�?=8�\O�CGu��G}��Z�-���<D��K�<� 0�j����@���5Sr1���е�M9�_t�|�nE��o�I��3�[i@v7��z3"�h��҅s�
/���C{\	�f[���'>��7>��s���0j�t83���o.�1�%�h��Mc0���Zoc��
-��3�]�+i�iI׷���/�b�1������L"�x��hsK�d���
-�7U�G{�vRu(I%�]0�����-'���B�_�~
��kX(M��A��u����'���9щ2���a���>�����д;@B=.j�k�_��խ��'%:`��r6�l~8�Z{�D���_����s��]endstream
+xڥYI��F����md๢Ү�zKЃ�H�i`���l��B˒������!�,��2���"��G�d���'W�i� A�v�7���;?��L�a�͈���~
+�U.�$\=�W����Wi�,V��o��cq�T����o˓���u]h��e-������������s/;S�g���EI"�	|��
+~&�(�U�HQg�@�A<?Q�8�F���A8��>�_&E�G����V�Ө���X�w9�d׮��SE���G<�ծ ���DȻ;j�<��RNR��/�ś/G��a2����U�,�����$̻n:A�O�~���U5��8629ٵ� Y��}-c�$�:���V�"B�G�ѹb�Sk:�Q��uT��Ŷr�Za]��8�3� �a>�A�`�˱�;~��:�����+E79q���Ч9_�CK�l"iMT�X�'���-�P�Q�J�@D�m 9�͈�!i��#<�g�c���X$�	D~�=�4����Ȓ|"��6��D[+���mb��
���gsʈ�NNq���^�)s�7r�X�m�UqU��P����93�
+]����;�B@�L�̭���Iz��4B�08g�gܴq��#�
+����}*�esl.4μ�|VE۫I��9�Du�L7vD���&�.��:^ɕ��越�k5��1�c�{uCO�G��
+f��	�,L g@B��(�`^�����1]���a(� z�ͽ�f��"{)��Ȟ	��#韬}���N݈�(��O+ �1T@�L* ̇
+���ɮHFLF�J�8��3��ӂ9U%h��f���ӄ7K*Z��Vg\��,�T��M$�����Id�%�T(<ͼ���()�体
㟴����o�-��kϖ{���{�՞|�N>6U�hʸ@�O��1Ú
+2�K��g^@���a�X�E�̨��U秛�s:$䦶9�B� 8_X���/�!���45)��>���w���B����M(��9���<[�A,��%ґl�E���YT�PHp�Bx�Y�P8�<>e���͠��8��2�=[�R��:U޶�[�Rs�x"2�D���I� ����%���}�(�s�'��ӕ]��m�nKg��V@��EC�Rqʀq�1c�#5e
Xطn�ŖF/jK�-���,��%�A͸t=&�k���R3���Z��:�p�O��<���+|o;kX	=�`p��=8w����ƨ����{`���t��:�=�C���v�vn(�������;z�j�ZUw��6;�Z�Y���JE c�>{�q$�(\���������"�s���w����̷e��dt��}/�hT��(=ٕqF·�Ë�_Ϊ-(�q��
+w�y"*(YP�|te�ɹ�
诉eD)߂+O��6&�QY��s@���B�!��0����"�>��۽u�7K�B��v�"G'(��q�ڋ#ힼ��Y�
+{V�"-M[�;�/�����a�E}��
�W��u:rc�2p��+a����yWͮ�vM�ׇ���\��5Ѭ��h�{��P�s9�ˋ��K��A`�"�G~�>��v����Cͺ�J�er�ʁ�K
�����3͘�AQ'5@�wݭ<aB�M�6���E�u��äe�D}�}�(�DZe=p��bpeR�aq�A�3�v��e� �%���{ͼ���E�����)>�|���ZJIRƚe~�X/���l�}��綜ۥ��Vz���"h
+2W�]V�.ռ�Ga��r��1j!�G��͝.���y����})�AQ�<0�<q��٤�+S�
�]k*
TysN]8P��8c�/�yHZ�ʥֿ�ݯ~�7��8�+�Q�	�ma�j�0>2Ӵ�L���LK���h��=�5���y#{C�o��'Qn��mK��D�5d7{���#�O�T���f#r
+�Q�a�c�����\]�ܵ;,f�T5C�g"�ט+�W���~g�:`=�����B��%�n���M�H6#�E�<c����[}��$�nɺ{��Wʞ�E���9̧�E���j{uܻ��Ru�����9�Dę|l΁�9�U
+�s)�us>�=c����<�ƴ���v����>"�V43O���c?���$��-1�~��ࡣ��5KIeЇ�endstream
 endobj
-3204 0 obj <<
+3350 0 obj <<
 /Type /Page
-/Contents 3205 0 R
-/Resources 3203 0 R
+/Contents 3351 0 R
+/Resources 3349 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3202 0 R
->> endobj
-3206 0 obj <<
-/D [3204 0 R /XYZ 71.731 729.265 null]
->> endobj
-3207 0 obj <<
-/D [3204 0 R /XYZ 71.731 741.22 null]
->> endobj
-478 0 obj <<
-/D [3204 0 R /XYZ 232.492 707.841 null]
->> endobj
-3208 0 obj <<
-/D [3204 0 R /XYZ 71.731 697.476 null]
+/Parent 3313 0 R
+/Annots [ 3355 0 R 3363 0 R ]
 >> endobj
-3209 0 obj <<
-/D [3204 0 R /XYZ 71.731 685.559 null]
+3355 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [123.546 680.284 168.378 689.195]
+/Subtype /Link
+/A << /S /GoTo /D (bugreports) >>
 >> endobj
-3210 0 obj <<
-/D [3204 0 R /XYZ 71.731 680.578 null]
+3363 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.898 525.211 260.182 532.065]
+/Subtype /Link
+/A << /S /GoTo /D (edit-values-list) >>
 >> endobj
-3211 0 obj <<
-/D [3204 0 R /XYZ 89.664 659.821 null]
+3352 0 obj <<
+/D [3350 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3212 0 obj <<
-/D [3204 0 R /XYZ 131.167 659.821 null]
+3353 0 obj <<
+/D [3350 0 R /XYZ 81.694 708.344 null]
 >> endobj
-3213 0 obj <<
-/D [3204 0 R /XYZ 71.731 657.664 null]
+3354 0 obj <<
+/D [3350 0 R /XYZ 81.694 708.344 null]
 >> endobj
-3214 0 obj <<
-/D [3204 0 R /XYZ 89.664 641.888 null]
+3356 0 obj <<
+/D [3350 0 R /XYZ 71.731 680.284 null]
 >> endobj
-3215 0 obj <<
-/D [3204 0 R /XYZ 300.451 641.888 null]
+3357 0 obj <<
+/D [3350 0 R /XYZ 81.694 664.508 null]
 >> endobj
-3216 0 obj <<
-/D [3204 0 R /XYZ 450.128 641.888 null]
+3358 0 obj <<
+/D [3350 0 R /XYZ 81.694 664.508 null]
 >> endobj
-3217 0 obj <<
-/D [3204 0 R /XYZ 71.731 639.731 null]
+3359 0 obj <<
+/D [3350 0 R /XYZ 71.731 649.4 null]
 >> endobj
-3218 0 obj <<
-/D [3204 0 R /XYZ 89.664 623.955 null]
+3360 0 obj <<
+/D [3350 0 R /XYZ 81.694 633.624 null]
 >> endobj
-3219 0 obj <<
-/D [3204 0 R /XYZ 135.13 623.955 null]
+3361 0 obj <<
+/D [3350 0 R /XYZ 81.694 633.624 null]
 >> endobj
-3220 0 obj <<
-/D [3204 0 R /XYZ 174.159 623.955 null]
+1598 0 obj <<
+/D [3350 0 R /XYZ 71.731 597.758 null]
 >> endobj
-3221 0 obj <<
-/D [3204 0 R /XYZ 250.842 623.955 null]
+502 0 obj <<
+/D [3350 0 R /XYZ 263.064 558.386 null]
 >> endobj
-3222 0 obj <<
-/D [3204 0 R /XYZ 341.239 623.955 null]
+3362 0 obj <<
+/D [3350 0 R /XYZ 71.731 548.021 null]
 >> endobj
-3223 0 obj <<
-/D [3204 0 R /XYZ 467.454 611.004 null]
+1599 0 obj <<
+/D [3350 0 R /XYZ 71.731 520.229 null]
 >> endobj
-3224 0 obj <<
-/D [3204 0 R /XYZ 71.731 603.866 null]
+506 0 obj <<
+/D [3350 0 R /XYZ 271.04 480.956 null]
 >> endobj
-3225 0 obj <<
-/D [3204 0 R /XYZ 71.731 577.963 null]
+3364 0 obj <<
+/D [3350 0 R /XYZ 71.731 470.591 null]
 >> endobj
-3226 0 obj <<
-/D [3204 0 R /XYZ 71.731 563.019 null]
+1600 0 obj <<
+/D [3350 0 R /XYZ 71.731 430.78 null]
 >> endobj
-3227 0 obj <<
-/D [3204 0 R /XYZ 76.712 490.257 null]
+510 0 obj <<
+/D [3350 0 R /XYZ 219.024 387.682 null]
 >> endobj
-3228 0 obj <<
-/D [3204 0 R /XYZ 136.488 446.711 null]
+3365 0 obj <<
+/D [3350 0 R /XYZ 71.731 375.244 null]
 >> endobj
-3229 0 obj <<
-/D [3204 0 R /XYZ 76.712 387.039 null]
+3366 0 obj <<
+/D [3350 0 R /XYZ 441.444 353.172 null]
 >> endobj
-3230 0 obj <<
-/D [3204 0 R /XYZ 89.664 369.106 null]
+1601 0 obj <<
+/D [3350 0 R /XYZ 71.731 338.063 null]
 >> endobj
-3231 0 obj <<
-/D [3204 0 R /XYZ 71.731 353.998 null]
+514 0 obj <<
+/D [3350 0 R /XYZ 311.237 300.848 null]
 >> endobj
-3232 0 obj <<
-/D [3204 0 R /XYZ 89.664 338.222 null]
+3367 0 obj <<
+/D [3350 0 R /XYZ 71.731 290.483 null]
 >> endobj
-1537 0 obj <<
-/D [3204 0 R /XYZ 71.731 318.133 null]
+3368 0 obj <<
+/D [3350 0 R /XYZ 189.454 280.723 null]
 >> endobj
-482 0 obj <<
-/D [3204 0 R /XYZ 304.825 280.917 null]
+3369 0 obj <<
+/D [3350 0 R /XYZ 328.748 280.723 null]
 >> endobj
-3233 0 obj <<
-/D [3204 0 R /XYZ 71.731 270.552 null]
+3370 0 obj <<
+/D [3350 0 R /XYZ 71.731 260.634 null]
 >> endobj
-3234 0 obj <<
-/D [3204 0 R /XYZ 71.731 258.636 null]
+1602 0 obj <<
+/D [3350 0 R /XYZ 71.731 229.75 null]
 >> endobj
-3235 0 obj <<
-/D [3204 0 R /XYZ 71.731 253.654 null]
+518 0 obj <<
+/D [3350 0 R /XYZ 261.227 192.534 null]
 >> endobj
-3236 0 obj <<
-/D [3204 0 R /XYZ 89.664 232.897 null]
+3371 0 obj <<
+/D [3350 0 R /XYZ 71.731 182.169 null]
 >> endobj
-3237 0 obj <<
-/D [3204 0 R /XYZ 71.731 230.74 null]
+3372 0 obj <<
+/D [3350 0 R /XYZ 71.731 170.253 null]
 >> endobj
-3238 0 obj <<
-/D [3204 0 R /XYZ 89.664 214.964 null]
+3373 0 obj <<
+/D [3350 0 R /XYZ 71.731 165.271 null]
 >> endobj
-3239 0 obj <<
-/D [3204 0 R /XYZ 71.731 212.808 null]
+3374 0 obj <<
+/D [3350 0 R /XYZ 89.664 144.514 null]
 >> endobj
-3240 0 obj <<
-/D [3204 0 R /XYZ 89.664 197.032 null]
+3375 0 obj <<
+/D [3350 0 R /XYZ 71.731 142.357 null]
 >> endobj
-1538 0 obj <<
-/D [3204 0 R /XYZ 71.731 176.942 null]
+3376 0 obj <<
+/D [3350 0 R /XYZ 89.664 126.581 null]
 >> endobj
-3203 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R >>
+3349 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3243 0 obj <<
-/Length 1920      
+3379 0 obj <<
+/Length 2688      
 /Filter /FlateDecode
 >>
 stream
-xڥXݏ�6��"�\T�+������
�h3ź'Qc�������)R�'�[���HS$E�G�rG~�(rE���K�7
G���m��Í��X2w���|��d���Q ��d2�|Oġ7���t��V�x���=g�}�g�|C��f�:��n�����~�v���H$��=#3���Gn �`��u�Hā����
-�W;���69��C9��S4"&ή"N]��#�WͲ��{0ua���'�������0w�p�8�RO$�Ze5��
DD�ҥ"��"VJ$ȱ"퍥ò������V��J`���.ʾVrJs�%����v���'��E�7�,�oRz�Ƹ�%yF��DR��T8���ڥ������'��rXt�J�4^�tz8�e���c��cW:i�����+���.JV���'���9M�V}�J"T^�'F
��^4�5@�k
�ܧ�_��fR����r���k����>ɑ�R��I���w��N�hk�.�e�9K�%K�����.��7vC�`<�t���޲��[�Z�
-�PA�.�:�e�fW����_���f��������B��(�䎦n��B)#��%C����\�;�'b:
��:}��y�U�'j�v��i��d���$�q<
��1	�X�пK�RL���]��[�����h�������B:јa�����r|��|�Sg#��g�H��HY� ��%N�J�bm��l�Qۗ�.]�[��5���,o]�Vgꇵ��\Zs^�GTSc���� ���c�$���,$qY8��o�ꈫ_l��,�8%�KM�ikU�&ı��7��Xsڵ���i�w��_���u�UG;��12�Jm[�:�s�ޥ������:�:���b:�\�������b�Dm�����+��ő�y�O�`�������>��x��E:��<`�@�ŵ�.Q���Ͳ��+�a�dm�Y���ڸ���������g�G����i���@�E_<D_�G�pC��7
-�y(����L�aA�ne
-乔�O�`�im9�kчT��S�褃:������Orh����r3�O��
�C:H"\�1;�K�f	4\���гp�b��tx�0��(W�5�Fucww��4V����q��SGK,�i�Q'��e��mσ>�e�Y��5��u\�=~*1�h�M�#�����VU��26���(}��%�i]�L���jYf�h�jJp�ʘc�wKtU�DJd��!A�X���z���,�J�'���#�L���uQ�j�_�ԉcC��RW'®�����̸I|}
-�{����n���u�0Y����a�)u\p��Ƭ��&[7�i��&oJ<݀�a�761oRN@n��6���J�����Z%|�����R&5�c�Rꚍ'D]'�M�%�4]Uet���j�
�i��0�^�.�{#�Q8�S���}�E�U@(~O�R:o矾�������l������u^����=�}�ۜ�f_��n�[�X�*�07'��ޡ���N��x�{溥5�—�RD=s.|P�*�hXi��%u�0���[}V˦����.r\��P� ����9�r�sƐU�@��`J���^8��!P�“�jT�^
鉡�ݒ��[���W���X^Ѡ��nU͢��Eu�C#��,:ܤ�gꍆ����S-�Ѭ3l��2����+q�~��×�����pO���R
����a������N_�g�wv.���������020	#����6�e`g	P:�%�1 h9&+��x�f��w�ԡ���N����.�=�l���e拦�����ș_4�\���be�5yMu�$��jp	��ض��l�}��[����Tu���N�@uzV�!��*Ĺ�0��b_jK�V�\�^,�g��C��~h�_�:�endstream
+xڅɖ���_Qϗ��++Zm�s����Lu2��9dr�-�ʹ�(��_l����@
+�o��7����0D��ӛ]�.�����ޅ�����������7�������$�M��l����������A;�.WQx��㇢2���7��A�e�����T�����ݧ��wo�<�_���mF��1�̏������\�i�z��~�^#�fЮ�ә���d@Z��MǓV�#������@��?.��Se��S�l���
+]j��3�� �.E��ex�E(7�9��3��Nd�p�	
+������L�V֚}���.��������
+D>8SN%9�sd��7v�p(���/e�C#H�8�#"]�v@v�j|n�(LѬp�u��yF'��0D7�d�o�<�}�wM|6E���9m�mF����D)�e}B�e��[�Z^"�gb7��D|D�ѵ�f�#��ɡ22	
+��������Ў��2J�Sd�,棅n�`^�Qy�s��K�6���*��]]p
��3��|3	�7ɗ�5%h�Qesd�%��.����5CQ�<��.xF�'�<Uۙ]_��)��APU�t��an�(�Q?���N�>�_O�;8�S����n;e�rĩW�Ֆ��hX'���/A�G�J�����AU��a
1�m*�-�������Ͽ���'8傡������[��;NE��9���B�\
+�;��x��?���iZӽ\
+d��v�YuYâ\�f����t����e�yr��9�䊇�qɠ3��H���dѵF��?�b?�!<���cUMaD�������i���� �D݀���QV��\3'����)�,������q�-[^�}By�)��!vz�� ��T8�ۦ�wh݅(l�j]_��$t����<y2�0g%6��s���*P�j�1���U��1z[�s�ӲgN���M�W�녡�Ywp⥩��S5�:A)��{��o�Y�zcg�q��E v+��K�mK�_b��!�c?�6�b�s����S\���-Ny_0Ɣ�h�$�[r�b���ͱ��'�2l���R��E�s+��4������'�Q�m[����m*�
9p%��'V|NT��0Y�c|\9!�9}���5�<�u������I��R���.�����0������h�,=g�2\x�VaP7��n��:�J�)m'ҭ�J����륪?�uV�V_��������8W�_P�_r���y���'�/�����s�M���P�8���a������PN�e���yXªM(���I���d����\vZ�@�2
��l����Z��Əa:^+�������N��v�����d�3:��e�R.�:��l�f��n�J�eyW2�����<�\uHAA�W����
+����T�'�듉.U�j�����K��v�D �2k�t���-v��};=�U�K/IWI�����{OF��Wo����$#A���Z�J�̳\�uT?w�PiK�y�/��E7@�j=�l���F���-)��s<j���w�񩉰V[xg[�W>�����n|Ie?J���<��N�6'��C��#�Π�;��j�����'GI�D�-�H���4Րz0{,��^��k�Uu�T.{�z'g�O�`*UHʐ�������)�D��T�b�T�˅�2k�رN��N�*��QB�(ڸk��dC���#�C~7
�a���U�ƨ��eN�L0�I�*�M�4�|f�+}��He�6Q%Kxl�5[�|�i��=�����'�I|$��:h�;�"b~�#*(�<8I��$�
+f��G3Es�I��8�Y���'	� ��9�p�HY-J@�d�d�-�����	H~D(���:�n��Ʀ�<���Ğ���y�����:�x����4
8Q��ڪ��z�DY���!T���w��)�`,	m�A}�ѯX��^���Z>����t'�Ad�Ӕ4�%��ą	��pfj�
�w����<���Y�!��>I�9wEq�u��s�.k�R�èx�������S�C@rD�Z����M�H��S�q�O6~}iyDv8r�&ԏ���3g�i5=ᩃpM�#��qO+�;-T���h��[f��v{ß_�O�����U�pi�MI�����a�B(�;œ3)�6��Ȧ�
+��LBP��\���}g�4;�$cyi�D���^�Jn�����F!����>}Jw���e�?fq��q�x%��ɀ0��Uj���NXӰ"���"�H�3B��BxM�0*Xf�$�"��YM��w�.q[b
+-�UV�������>��R��˚@*� ����!d܀�EX%��^���A�m���eH_s�	\}	�Ň���j!���j�7��`_�9)b��I�c�y��+$��
+�3�r�q�v0Y���`�:&�P�gE�TN8r�x=�׳�p��Bᤩ�B��0;9.@�����t(N�u��1 ��b��"7�ыPs�H�Wf���9H�3��M�k_k�k��<k�>E򒀫a�_˯�u�83���/�c�
+vfL��G�J�#�!05N�v)A~(ms;���W�T�4�3�ꦖGO��]z��o&�Ar�.�K���x��!��`�F���G�V��5�I>�J���߻�m��Y�y����}� rD���\�O�����F��endstream
 endobj
-3242 0 obj <<
+3378 0 obj <<
 /Type /Page
-/Contents 3243 0 R
-/Resources 3241 0 R
+/Contents 3379 0 R
+/Resources 3377 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3202 0 R
+/Parent 3313 0 R
 >> endobj
-3244 0 obj <<
-/D [3242 0 R /XYZ 71.731 729.265 null]
+3380 0 obj <<
+/D [3378 0 R /XYZ 71.731 729.265 null]
 >> endobj
-486 0 obj <<
-/D [3242 0 R /XYZ 381.763 707.841 null]
+3381 0 obj <<
+/D [3378 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3245 0 obj <<
-/D [3242 0 R /XYZ 71.731 697.476 null]
+1603 0 obj <<
+/D [3378 0 R /XYZ 71.731 678.291 null]
 >> endobj
-3246 0 obj <<
-/D [3242 0 R /XYZ 275.93 687.716 null]
+522 0 obj <<
+/D [3378 0 R /XYZ 166.811 635.194 null]
 >> endobj
-3247 0 obj <<
-/D [3242 0 R /XYZ 71.731 641.724 null]
+3382 0 obj <<
+/D [3378 0 R /XYZ 71.731 622.756 null]
 >> endobj
-3248 0 obj <<
-/D [3242 0 R /XYZ 71.731 636.743 null]
+3383 0 obj <<
+/D [3378 0 R /XYZ 71.731 567.642 null]
 >> endobj
-3249 0 obj <<
-/D [3242 0 R /XYZ 89.664 615.985 null]
+3384 0 obj <<
+/D [3378 0 R /XYZ 71.731 554.691 null]
 >> endobj
-3250 0 obj <<
-/D [3242 0 R /XYZ 71.731 613.828 null]
+3385 0 obj <<
+/D [3378 0 R /XYZ 71.731 549.71 null]
 >> endobj
-3251 0 obj <<
-/D [3242 0 R /XYZ 89.664 598.053 null]
+3386 0 obj <<
+/D [3378 0 R /XYZ 89.664 528.952 null]
 >> endobj
-3252 0 obj <<
-/D [3242 0 R /XYZ 71.731 569.993 null]
+3387 0 obj <<
+/D [3378 0 R /XYZ 71.731 526.796 null]
 >> endobj
-3253 0 obj <<
-/D [3242 0 R /XYZ 89.664 554.217 null]
+3388 0 obj <<
+/D [3378 0 R /XYZ 89.664 511.02 null]
 >> endobj
-3254 0 obj <<
-/D [3242 0 R /XYZ 71.731 513.206 null]
+3389 0 obj <<
+/D [3378 0 R /XYZ 89.664 511.02 null]
 >> endobj
-3255 0 obj <<
-/D [3242 0 R /XYZ 89.664 497.43 null]
+3390 0 obj <<
+/D [3378 0 R /XYZ 71.731 508.863 null]
 >> endobj
-3256 0 obj <<
-/D [3242 0 R /XYZ 193.314 497.43 null]
+3391 0 obj <<
+/D [3378 0 R /XYZ 89.664 493.087 null]
 >> endobj
-3257 0 obj <<
-/D [3242 0 R /XYZ 332.302 497.43 null]
+3392 0 obj <<
+/D [3378 0 R /XYZ 89.664 493.087 null]
 >> endobj
-3258 0 obj <<
-/D [3242 0 R /XYZ 71.731 490.292 null]
+3393 0 obj <<
+/D [3378 0 R /XYZ 71.731 467.085 null]
 >> endobj
-3259 0 obj <<
-/D [3242 0 R /XYZ 71.731 441.475 null]
+3394 0 obj <<
+/D [3378 0 R /XYZ 89.664 449.251 null]
 >> endobj
-1539 0 obj <<
-/D [3242 0 R /XYZ 71.731 398.7 null]
+3395 0 obj <<
+/D [3378 0 R /XYZ 89.664 449.251 null]
 >> endobj
-490 0 obj <<
-/D [3242 0 R /XYZ 398.777 359.328 null]
+3396 0 obj <<
+/D [3378 0 R /XYZ 71.731 434.143 null]
 >> endobj
-1540 0 obj <<
-/D [3242 0 R /XYZ 71.731 356.358 null]
+3397 0 obj <<
+/D [3378 0 R /XYZ 89.664 418.367 null]
 >> endobj
-494 0 obj <<
-/D [3242 0 R /XYZ 359.858 324.857 null]
+1604 0 obj <<
+/D [3378 0 R /XYZ 71.731 411.229 null]
 >> endobj
-3260 0 obj <<
-/D [3242 0 R /XYZ 71.731 316.405 null]
+526 0 obj <<
+/D [3378 0 R /XYZ 163.591 368.131 null]
 >> endobj
-3261 0 obj <<
-/D [3242 0 R /XYZ 71.731 280.857 null]
+3398 0 obj <<
+/D [3378 0 R /XYZ 71.731 355.96 null]
 >> endobj
-1541 0 obj <<
-/D [3242 0 R /XYZ 71.731 179.801 null]
+3399 0 obj <<
+/D [3378 0 R /XYZ 71.731 313.531 null]
 >> endobj
-498 0 obj <<
-/D [3242 0 R /XYZ 381.114 144.334 null]
+3400 0 obj <<
+/D [3378 0 R /XYZ 181.725 302.737 null]
 >> endobj
-3262 0 obj <<
-/D [3242 0 R /XYZ 71.731 135.882 null]
+3401 0 obj <<
+/D [3378 0 R /XYZ 71.731 269.696 null]
 >> endobj
-3241 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R >>
+3402 0 obj <<
+/D [3378 0 R /XYZ 71.731 199.957 null]
+>> endobj
+3403 0 obj <<
+/D [3378 0 R /XYZ 71.731 156.122 null]
+>> endobj
+1605 0 obj <<
+/D [3378 0 R /XYZ 71.731 138.189 null]
+>> endobj
+3377 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3265 0 obj <<
-/Length 1379      
+3406 0 obj <<
+/Length 2710      
 /Filter /FlateDecode
 >>
 stream
-x��XKo�6��W�(1#Q�kov�)Z�H�X,�=(m�EC�M�_�iɒ�t=��p������Ȇ?g8,p���7Jv�h
+/-1�"���|yqu纣�E�;Z�FS�f������e��u����(��ٖ˨���,�J���5M��c��ζ�x������s��Y�L�>o�}>ڧ���|懁2��B�uR�'�m[O"���zc��
�y�8��|%Z��WY����@{nn�f����uy��lq3[><~��Ww�����ty�C��2X�2�G�cn[���/�6�2���KVm�w-w;3��v�{
4'���g�H�-�!���ȷ���e�����%Wz����5�$�8IDY깍��3�P�����S,�����A� Ae9�r�U�yJ�e�߃�,���q�ߡӫ�՘{֊�M@{�&�?�js���u���4��B�d.D*Ү��>��2Ǐ�C�D&-���A���
-#���!�n{��[�bw�"�P
-|~�/��yg��k'v�t���4�n4K%��C>;E�g3��ikdNҦE�t~��>������E��� m&<I��c��x=j�T��&��M�rΓ������62'	�"tg�"���>�g�;jB�?K��	���	�6Ӣ
y"�K1|Q ��(R�Ͷy.������+[۩���r��8�w�	+Q����q��;�C�r�~r�
g��UQ�v�|�zI}��0�aF;�mG8�.N�9���%5wʴ��=��x�}���\��v�4��Md�M�(Fq�b%R�BR��_Ǝmi�&��(�)md�[��4h�Į�#p�x?s���mVB�w��m�
-�����yE��'���0�@7˩�I$�rSfN�C�(5�X��\�Nd���cdz�d.h^�U���hѝ�H`�CMm_���r�!0��uaj! �E
-
-��	�&U�R��×��b6	����h�O�sتc�m��`�v=[���/��8`�15q� 
-MM�u=�y�.��0T�����J�G�����p螀��<:���ȁw�~d�Q�
-Kn��@T-ǭWA*���ׁ�1Q�ʭT�xU�Z�v�Xg.i�Y/Qε<|�֛�x~�JE\Յ(i$ڳϒ�Q9�����3ʡ`2�
-����k�4�0�N�H�3M�s��Us�O����"OM�AS�-�+E`RI|;u�z�9�)#���%c*��A�}g$�q��� ��A��e��2ޔ-(����[�mB��7��|��Ӛ����@Y�)��,��^�x�>X}���)�I�=�{H�s�C�Q�@��Ng"meou����Z���=;[�Gm�)�71&X:�dDnԧ���,t���6"��M<2�%�Y��A�H��^C]�endstream
+xڝ]���}~E�8``�Z��=uw�w�õEo�=����J�c�,{g����H)���n��%�")��HE�|���T�4�O�� �W���_����d�
�l&4o���]�r�'��q��|_�~�J�@dq�z�~���Ӡ��&�}/�}]�����=�ތk���[7M����ǻw�Nv�"��ճ4��J�"�1*h���"�2�_(��*ͼ��u�{�x�4/�j���{U�}=<��  =�_m)�87���W�zE�t� ��h:��}1t=�:�ֺk��鶨��gn���w�X�2-�C76Ӷ�3�`^Z��!�)U?5O�;5J���)�uW��P�����������[5<c��D1��!a���12�aٵC�5�b�]�iDv:3���j��=�me��C����
��Q�@�]@�@�.~��X��ޱ��� �p;��S���H���]�@+����`{V�O�4ڲ�b�#X��`y&T�+�U4����0������gZ>X{	B�0�u<���(_7�3WJc���r+��6lb�mQ~|B�}e=x4��m���0Чz8Шk�wt=(-���oݠ�׋a08���$�Z�]�	V��B��a���i�*
+,IG7��
+��qk��vt��y-� o`�1��]|�!~1��i���c>�(���Z��n?��C0h/��&�#Hf��q���O8
�5+X���<ۃ���{ 
+�W�Gm1���N���k��3�_2��T��j� ��g�Ik��$n�EUͶ�h��RLLdLH۰�i>s�c�����#�_4F g֘$��hϩnL.N
+�1G�Ys�zw�l��|v�uaj�m��o2Yj)�C�������g5�g�Z_z�����'�}��ܑ���o�2�ΔA$2��I�7&�e^�v�L26�A&���I��(��h�0C�r�5�=d<�3\���N�v	��-2�y3�9X=�Ċn	��E˼�v���[������.�d�>5G/�c#�H���R$#H$
+���24e�n������* 7<�P����"�O�…Oh���hC�.S��������!��)-�ih�%��@�OF=�̸�[�.��P5�8��I]U��0��?�;�[f㌁�m�k
�����0�`g���T����
+�f?�~�?X�~�V��QiU�ՄN
+�C��Є��p��Z����G�q���#5�ЪY�ۭj���։�	AEѼ��MyP%n�#�
Pd�Em�}�Ik����4}UM����{�	�Y������q�C��5���!#F�:$���@��Џϕ����-RN�I��������<���ܸ;W���e������UMH
+^m��d3��Fe�Â
*B۞����D�d-�N6/yQ��-�~o�fq9aҝ�Q��n?NR���w]gd�[F�0�_��#�i2�@�����e��<g�b�^����;B�3�1M�ݜ���������N�������U����j��T���uUMx��z�ma�4�^�ۄ��,	����"닮{I��-���ڲ ��&���L4���!���O�*��8�2	�j�lʈ���־H��D5�_�ƽ(h��z��X���ԩ)���J�^�mc@ҭB]�nlPEK�b���cSp�	J��4i6�m��e�N�ֵ�.�RW}��6�/�ZT�@G�l���,��J��6�7fJܛV4TGhsi=*���4Ƀi-Cim�3��=#�O��(��˾@[�D-K3��T��~��4���b�O.	�kv��f�������vT��`8wҌ�o�ζ{������x�'2��<���г߂>���1=
�(2�Ը=�����ɤ/N�.9��44
+X��L�hN�������v���;b
+-���p�ʹ�d�j�pG�҅����C�
�q-.9R��8�`��ג�Hd�˒K�fʎLݒ�+v=W�Y�K϶D�ҖS\g�e�����2�4,ȲM�Z'D��n��wd�p�mϺ��Ӛ�K�UD�Q3�4="9KM�����[���@�@(�b�	�&`�MB��GT-��$���ua��	�&�r�mٌ�a��:?�d�G���
u���uy�J!'C)b?��<ҏ��������U������C�0OD,��y�z��ݽ����R�L��|��e��
\�Pb���'�9�����
+o�$�H�e��f�ޜ笍L��F����̽����z�l2���0G� �5���
+�#��J����gbz/i������,�~�i�y߈+N�;6hO���y`NEE!��A1��-uP�/�"�Ƙ.����G��\v&3����#�W����Ⱦ����E�؅�K��E�Xw�Y�	�B?�Q��%>G�IM���5��ZF�5��9�
쨹ٽ�d��
���^4�s�^���*�I���h�H@�!�?~�6�`g~3����Y�K��0{���$��VY?���e�K�l��:Q�ue�`)PK�j���#,���<�l
Ŏ��{h�M)3�񊨑'}�|�%e
+���@��ɦ��ɪWD��7�ς&�E�3�y�~E����~��=О?�I��}�.�Q���:P~�Y<G�˪��ͽ����_�
+=k���_��%�J�H&��>�\��,�Ą_|��KI���Hendstream
 endobj
-3264 0 obj <<
+3405 0 obj <<
 /Type /Page
-/Contents 3265 0 R
-/Resources 3263 0 R
+/Contents 3406 0 R
+/Resources 3404 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3202 0 R
+/Parent 3313 0 R
 >> endobj
-3266 0 obj <<
-/D [3264 0 R /XYZ 71.731 729.265 null]
+3407 0 obj <<
+/D [3405 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3267 0 obj <<
-/D [3264 0 R /XYZ 71.731 718.306 null]
+1607 0 obj <<
+/D [3405 0 R /XYZ 71.731 741.22 null]
 >> endobj
-1542 0 obj <<
-/D [3264 0 R /XYZ 71.731 663.412 null]
+530 0 obj <<
+/D [3405 0 R /XYZ 339.876 705.748 null]
 >> endobj
-502 0 obj <<
-/D [3264 0 R /XYZ 342.285 627.945 null]
+3408 0 obj <<
+/D [3405 0 R /XYZ 71.731 693.577 null]
 >> endobj
-3268 0 obj <<
-/D [3264 0 R /XYZ 71.731 619.493 null]
+3409 0 obj <<
+/D [3405 0 R /XYZ 376.087 671.237 null]
 >> endobj
-3269 0 obj <<
-/D [3264 0 R /XYZ 71.731 593.908 null]
+3410 0 obj <<
+/D [3405 0 R /XYZ 71.731 664.099 null]
 >> endobj
-3270 0 obj <<
-/D [3264 0 R /XYZ 71.731 588.927 null]
+3411 0 obj <<
+/D [3405 0 R /XYZ 71.731 633.215 null]
 >> endobj
-3271 0 obj <<
-/D [3264 0 R /XYZ 89.664 568.169 null]
+3412 0 obj <<
+/D [3405 0 R /XYZ 353.441 622.42 null]
 >> endobj
-3272 0 obj <<
-/D [3264 0 R /XYZ 71.731 566.013 null]
+3413 0 obj <<
+/D [3405 0 R /XYZ 280.021 609.469 null]
 >> endobj
-3273 0 obj <<
-/D [3264 0 R /XYZ 89.664 550.237 null]
+3414 0 obj <<
+/D [3405 0 R /XYZ 175.77 596.517 null]
 >> endobj
-3274 0 obj <<
-/D [3264 0 R /XYZ 71.731 548.08 null]
+3415 0 obj <<
+/D [3405 0 R /XYZ 397.028 596.517 null]
 >> endobj
-3275 0 obj <<
-/D [3264 0 R /XYZ 89.664 532.304 null]
+3416 0 obj <<
+/D [3405 0 R /XYZ 71.731 594.361 null]
 >> endobj
-3276 0 obj <<
-/D [3264 0 R /XYZ 71.731 525.166 null]
+3417 0 obj <<
+/D [3405 0 R /XYZ 71.731 579.417 null]
 >> endobj
-3277 0 obj <<
-/D [3264 0 R /XYZ 71.731 502.252 null]
+3418 0 obj <<
+/D [3405 0 R /XYZ 462.474 546.605 null]
 >> endobj
-3278 0 obj <<
-/D [3264 0 R /XYZ 71.731 436.164 null]
+1606 0 obj <<
+/D [3405 0 R /XYZ 76.712 517.015 null]
 >> endobj
-3279 0 obj <<
-/D [3264 0 R /XYZ 71.731 385.191 null]
+534 0 obj <<
+/D [3405 0 R /XYZ 232.492 477.643 null]
 >> endobj
-1543 0 obj <<
-/D [3264 0 R /XYZ 71.731 252.553 null]
+3419 0 obj <<
+/D [3405 0 R /XYZ 71.731 467.278 null]
 >> endobj
-506 0 obj <<
-/D [3264 0 R /XYZ 341.27 207.299 null]
+3420 0 obj <<
+/D [3405 0 R /XYZ 71.731 455.362 null]
 >> endobj
-3280 0 obj <<
-/D [3264 0 R /XYZ 71.731 194.861 null]
+3421 0 obj <<
+/D [3405 0 R /XYZ 71.731 450.38 null]
 >> endobj
-3281 0 obj <<
-/D [3264 0 R /XYZ 71.731 170.631 null]
+3422 0 obj <<
+/D [3405 0 R /XYZ 89.664 429.623 null]
 >> endobj
-3282 0 obj <<
-/D [3264 0 R /XYZ 71.731 165.65 null]
+3423 0 obj <<
+/D [3405 0 R /XYZ 131.167 429.623 null]
 >> endobj
-3283 0 obj <<
-/D [3264 0 R /XYZ 81.694 144.893 null]
+3424 0 obj <<
+/D [3405 0 R /XYZ 71.731 427.466 null]
 >> endobj
-3284 0 obj <<
-/D [3264 0 R /XYZ 71.731 142.736 null]
+3425 0 obj <<
+/D [3405 0 R /XYZ 89.664 411.69 null]
 >> endobj
-3285 0 obj <<
-/D [3264 0 R /XYZ 81.694 126.96 null]
+3426 0 obj <<
+/D [3405 0 R /XYZ 300.451 411.69 null]
 >> endobj
-1544 0 obj <<
-/D [3264 0 R /XYZ 71.731 124.803 null]
+3427 0 obj <<
+/D [3405 0 R /XYZ 450.128 411.69 null]
 >> endobj
-3263 0 obj <<
-/Font << /F33 1242 0 R /F35 1481 0 R /F23 1137 0 R /F27 1144 0 R >>
+3428 0 obj <<
+/D [3405 0 R /XYZ 71.731 409.534 null]
+>> endobj
+3429 0 obj <<
+/D [3405 0 R /XYZ 89.664 393.758 null]
+>> endobj
+3430 0 obj <<
+/D [3405 0 R /XYZ 135.13 393.758 null]
+>> endobj
+3431 0 obj <<
+/D [3405 0 R /XYZ 174.159 393.758 null]
+>> endobj
+3432 0 obj <<
+/D [3405 0 R /XYZ 250.842 393.758 null]
+>> endobj
+3433 0 obj <<
+/D [3405 0 R /XYZ 341.239 393.758 null]
+>> endobj
+3434 0 obj <<
+/D [3405 0 R /XYZ 467.454 380.806 null]
+>> endobj
+3435 0 obj <<
+/D [3405 0 R /XYZ 71.731 373.668 null]
+>> endobj
+3436 0 obj <<
+/D [3405 0 R /XYZ 71.731 347.765 null]
+>> endobj
+3437 0 obj <<
+/D [3405 0 R /XYZ 71.731 332.821 null]
+>> endobj
+3438 0 obj <<
+/D [3405 0 R /XYZ 76.712 260.059 null]
+>> endobj
+3439 0 obj <<
+/D [3405 0 R /XYZ 136.488 216.514 null]
+>> endobj
+3440 0 obj <<
+/D [3405 0 R /XYZ 76.712 156.841 null]
+>> endobj
+3441 0 obj <<
+/D [3405 0 R /XYZ 89.664 138.909 null]
+>> endobj
+3442 0 obj <<
+/D [3405 0 R /XYZ 71.731 123.8 null]
+>> endobj
+3404 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3288 0 obj <<
-/Length 3149      
+3445 0 obj <<
+/Length 2042      
 /Filter /FlateDecode
 >>
 stream
-xڅM�����·'Om�(Y_�i��N:���}Im�D[�J�F}���(ɒ�3>�A��,v��.n@㧮�������0��1��r\�|���㟃`��i�^/��繱����w��߽��v�/d;�n�C�	\j?�uٔ=���J��ƽp���U%��}��_'�a�i<��l��8��)B�>��MN����w�'ί{���ӗ�!��?��7���e��iow�= rߍ�X8yٷ���8:9C��?d�:�����H3�S{�†��A�Ѡ�uk�4�ʫ�Wd+-s�`?1�HI�J�/�u����D�e/@4�j����F�CM��A}iH�D����Icā61��zqi�
-b��@U��aЌ�Y�$�+jA��(�`0fs8˰���Y�Fc8G!k�2���ڒh�@���͕����x�A5V��
-�K��Nd��䔷}:E���tp�Q{?�<��������7Ի�iJ�_ݯ�}+P�(���Ld����A��&�5�a�7r�-��Y�����+�aBbyZ�U,�a:�U;PO�ib������7��1B��cÕ��
-s�0A��JMm��8P�h[y��|m�ˍrC�e���Ѝ�0v�Zr�U
s�TO��v�2�t�ʦ$	=�|����z�ӆ����<���yUِP&���s
-���FR������:��Y5�S���td�e_��Xj����0�p��mu�+�Z����Wsl�f����7~�Q�X@`�:���t��f��T��~��BwK�/I�MRөJ�^���O�����*� ��� ��͍����V��I'�C?5�.��!V7�'�	Y�iuo�aā�y:���M���qW
�kΉEj;Ճ�3m���R�_��x+J;	F��m��֣t>�سr���p��Y"�[J�����BK��J���P8��ХE?54Cg	�V���{�y>��0�7�1�EIpuu<c��1Pn7���rlD��T7H�T6���7Ӆ�HqV6�aH�EcD�1n�{����:���J�Ի���[�E�ׂ�m��hתtU�c�B���4�eՃ���Zb��wΌ4�a�StZ^x������ƒe�d���5h.)a���O�7�"��'��P�X�oi�����(o{���ـJ!x���]̜l"��-Jm���q�W���t��
ߜ
��L^��ǁ��s�V�������D:����6F
-���-�,Z��0}�=��{P�x����2Zzf���y���t�н��� ��`W7�@74��y<�_����O"�wFHH?��e�0�3P++�����&������ˈ� �I��i�f�F��8Xbo�-�����x����
��ٗc�;�Zh�2����"�+/���
�M�˫0��1�|���ʟ����Te]�.�\�c"v�a�zS�A�\(K��|hwF�B�}aC��@�4���䰺|����|��R�� ��`�@k`�9dls8%����<N)�`Vi0F��F�����2�� J-�T���zB�|)��W��31���S�Mܷ��e�D��M�dY�EpT�����gm�K�Yk���bK�M^�F������!��iƃy/LA8ġt>1�J�:����▀�wg�T�B���gq1qnXx2������(Ƙ#��n�F�fe�E[��Lx��‰�)�X���K=s���^���X'�h|d�p��T�o������Jz�]B7����0f�H��5���!�d%DQ�F�'N\M�^��d�����G�	u�*�cϤ9-����@�Q�X\���*7��JXuA�Vs��.$�'W`�	��
-�Ƨ"����-����x�����%&b�1�w���]���riz�����Vp����+�k����z6����5ܕ��@��nF�<�+Yq�&��3���exC�›�ٯ���zv�%s��"�/�9Q?R�
-�s��@�8��P+:���S���N6U�y֜p��n^^�P.�S6��(x����#�7=v�S�
-9��dUF�S7��.� ���9	���"�bO+2�1�ᕤn��Z�o^���,���������:h�k��I@�x�{Fy*��J�YeCi�lIb���B7I��-�Sք8%�$n�OO{���i[�Q��^x��x��"��M�`Aw]ԙ� tٝ%U�ۃ��y� ��T�5��L��H�(��0�s	V���$bύ��1��k�A��={�0�csx��=Qd��m��d\H�<�^#>�,[��#���[��z�!��L���"ذ�!J����)�{2Kk@��[/wO��)ˊ�^."�^.jm�Ֆ)Za$($�<O$�C&`���>�pM�,D/{,D�DW^����
�~����V59�0�D��"0�+m��%b�S[��K�_��O�J���^�T���0}�	��)ƕ�o��Ծ��'t�t�����w��t]�n2B��x�K��b=��?�n�ۨ����@ߘ�]ǎ��Ec����Z=xJ�e�p	DDl����$x��=��X�����/ �ml�bS�D'�9��Dt�8a+�0Q�4+���е:��K�C��g&v�m�M��c�:P	7��SD����(��64ݓ�8|�(������3��)�5!d���nx
-�5� ����9�8W�|	�H���uK=c��1)�A�(�"��&��%���n��ZwL�\��i��-�W6@3O*_����2��������w5.g
-�EØӃ:�Ҷz�?�{
-����N�4�R��&���`���pc�~����T�`�ʲ���X��Jp��3E�@���6Y�dM�A���f�Cq[߿�~����3��,1�:h�pf�|�x�Ga��%�&CǸ�:�p#���TO6���u{/\|�Z�G�g���9����@�K�Zf�T�Bp5���������Ӆ������8@r�ˠ�hB�r'K�a@Th��������}��
�F�ɲ��,�eW�ײƚ�p�-�F�ý��Ȓ��l�aq<��#��Φ�׏��W�z��)�[���A�t��=\W_�������o����S�&"~���e��O\ϷDP	���l9�ۡ0�endstream
+xڍYK��6��Wxz�<�V�~��y��3�tR�iz�%��T�\I����P���3>��@��A m�,�٫�6CNl:��JO����<���c�,����������8pW��ʳ,3��U�:f�;�m������[Q�7�o�I��씗y��<��em��yQ$뿶��z��t�nhƑ�h��G�9��c��cOo!��iE��y�����(܁o��fx+M��u��t�E�7bQ��|�Ƶ�� 2�,�(5�J�v|�ȇ���h,��%��(���F�kҋO��H���qN⁈lIh�	/i�"��W�V���Li�؄E5��RdD�	t.�hc;f�9��iq�DF����l�yC#)��I�\/hu�5����x'�y�)o[���XZ�݈�D!Z^tiD�2�u�N���t�Ⱥ+ۃ@ڍ
)P�x@�]�K״]�A燑��4��$4���Z۾��T�ϧz�X���вǒ�o;������$7�V'�KB��8�(X�Q��4'�42u�E�D����
k��%��rMˎ���!R����9DN躋�%�7bQ���e�������E��mq�+ a�t��b��/A�u�������)7`^I8��s]}�,�3��#ߴ�`1�\0:ęƄ���X�}#v�{]4��(@cY�ԣ*�_�]�h�AV�0��~�6@}��=Ϭ���*Ɯ�Ǻ�zA����ՁM.��.�$NI^�*h-IW���)i�k�Pj��åHj�3fpq^�2�d* @Rq����%���-��͸�(�S]!1('e�a�d:@A��A��os��Ï������Wyw��w圦o��%JqS�'rvIۅ�O
+�g�U|7ƚ���t$'��?��قXd�)�)~�����t|s��C��N`@�����T2�$▾�@�`QA�9���*1���2�H�m���.e`X�"ie��DJħ�4�`��Z�0��4�1wr���
+�B db/?���e
+u�FI[�,"a�/�(��W6�.%W�D@�Bβp�8oY�����o���w��t943�!�(i�����Z$٦*��R���`���<��YU>Q���O�A�?`���d��=����$�+�ā����'Eֽ^�{l��O�q�Ә�\u���x��k<s�]�,v5��V�%�7bQw-���ʜ��?'�|�a�'p���{��e�#ı�Y���Ǽ�PT�\A2���a��[�)���f|�|�y��#��^�,]z�L��5vՒ�[�ǫ9;u[�t��^$u��I^v����r�m�.�%�ƉB���^�>�r�{0�y�OuҀ��`)Wި/�!׽HmIJpB�>)�&,E�jE�6�u�b����y��q�k���
���4���x�lW�z?*uh�\�q���O�"�4�9l)��^rB�]t-���˷���y�AzY�.��B&�o+�e<��e�x�}< ���٥�>Q�$�'ղ�
+�l5���em�Y+Ldm�em<>0��_<��h��݊ޙ:�T�|��1��!������gMCQ�d<y(��=��;CW �||��*}RZ��:��,g�Y��Lyu$X6&e+j%tw�L����Sr�Cډc�s�EHk<s�V,h�7�	]w!���F츁P��3u~u����ۖk>X!{��:>�؁�!s�Ǥ<����cuwB�㘶m�h�9�^��t��1�����C{���Q����"ս74���k�U[+��B<7i��d�YT���Պ؇��4o*�Hhڝ�pBm,�8̀�n3$#ٱ����]"M�<�����:c��n��@Ç��Z��q*O�d�L��.\?�
4mw����v�c{�=,8��A�I���Rl|�����I��Ռ��ҩ�D�Y?&
;��Z��W�.�p;"/�_�F��쮶!�t�kڞ���KҩNU꾸�Y)����SR���w��g#�����_E���t	
��e�	,�x���������=n?}������n�o�>>���vT5��'/2#;\���g�?�;!��Ț���4V�?/���endstream
 endobj
-3287 0 obj <<
+3444 0 obj <<
 /Type /Page
-/Contents 3288 0 R
-/Resources 3286 0 R
+/Contents 3445 0 R
+/Resources 3443 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3202 0 R
-/Annots [ 3301 0 R 3304 0 R 3307 0 R 3309 0 R ]
+/Parent 3313 0 R
 >> endobj
-3301 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [141.14 304.469 205.897 313.38]
-/Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+3446 0 obj <<
+/D [3444 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3304 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [203.157 286.536 267.914 295.447]
-/Subtype /Link
-/A << /S /GoTo /D (upgrade-tarball) >>
+3447 0 obj <<
+/D [3444 0 R /XYZ 71.731 741.22 null]
 >> endobj
-3307 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [214.225 268.603 278.982 277.514]
-/Subtype /Link
-/A << /S /GoTo /D (upgrade-patches) >>
+3448 0 obj <<
+/D [3444 0 R /XYZ 89.664 708.344 null]
 >> endobj
-3309 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [81.972 212.19 134.276 220.727]
-/Subtype /Link
-/A << /S /GoTo /D (template-method) >>
+538 0 obj <<
+/D [3444 0 R /XYZ 304.825 651.039 null]
 >> endobj
-3289 0 obj <<
-/D [3287 0 R /XYZ 71.731 729.265 null]
+3449 0 obj <<
+/D [3444 0 R /XYZ 71.731 640.674 null]
 >> endobj
-3290 0 obj <<
-/D [3287 0 R /XYZ 71.731 741.22 null]
+3450 0 obj <<
+/D [3444 0 R /XYZ 71.731 628.757 null]
 >> endobj
-510 0 obj <<
-/D [3287 0 R /XYZ 249.392 707.841 null]
+3451 0 obj <<
+/D [3444 0 R /XYZ 71.731 623.776 null]
 >> endobj
-3291 0 obj <<
-/D [3287 0 R /XYZ 71.731 700.488 null]
+3452 0 obj <<
+/D [3444 0 R /XYZ 89.664 603.019 null]
 >> endobj
-3292 0 obj <<
-/D [3287 0 R /XYZ 71.731 628.772 null]
+3453 0 obj <<
+/D [3444 0 R /XYZ 71.731 600.862 null]
 >> endobj
-3293 0 obj <<
-/D [3287 0 R /XYZ 71.731 546.083 null]
+3454 0 obj <<
+/D [3444 0 R /XYZ 89.664 585.086 null]
 >> endobj
-3294 0 obj <<
-/D [3287 0 R /XYZ 71.731 481.325 null]
+3455 0 obj <<
+/D [3444 0 R /XYZ 71.731 582.929 null]
 >> endobj
-3295 0 obj <<
-/D [3287 0 R /XYZ 71.731 466.381 null]
+3456 0 obj <<
+/D [3444 0 R /XYZ 89.664 567.153 null]
 >> endobj
-3296 0 obj <<
-/D [3287 0 R /XYZ 108.889 445.226 null]
+1608 0 obj <<
+/D [3444 0 R /XYZ 71.731 547.064 null]
 >> endobj
-1545 0 obj <<
-/D [3287 0 R /XYZ 71.731 394.018 null]
+542 0 obj <<
+/D [3444 0 R /XYZ 381.763 509.848 null]
 >> endobj
-514 0 obj <<
-/D [3287 0 R /XYZ 367.202 354.645 null]
+3457 0 obj <<
+/D [3444 0 R /XYZ 71.731 499.483 null]
 >> endobj
-3297 0 obj <<
-/D [3287 0 R /XYZ 71.731 344.28 null]
+3458 0 obj <<
+/D [3444 0 R /XYZ 275.93 489.724 null]
 >> endobj
-3298 0 obj <<
-/D [3287 0 R /XYZ 71.731 332.364 null]
+3459 0 obj <<
+/D [3444 0 R /XYZ 71.731 456.683 null]
 >> endobj
-3299 0 obj <<
-/D [3287 0 R /XYZ 71.731 327.383 null]
+3460 0 obj <<
+/D [3444 0 R /XYZ 71.731 443.731 null]
 >> endobj
-3300 0 obj <<
-/D [3287 0 R /XYZ 89.664 306.625 null]
+3461 0 obj <<
+/D [3444 0 R /XYZ 71.731 438.75 null]
 >> endobj
-3302 0 obj <<
-/D [3287 0 R /XYZ 71.731 304.469 null]
+3462 0 obj <<
+/D [3444 0 R /XYZ 89.664 417.993 null]
 >> endobj
-3303 0 obj <<
-/D [3287 0 R /XYZ 89.664 288.693 null]
+3463 0 obj <<
+/D [3444 0 R /XYZ 71.731 415.836 null]
 >> endobj
-3305 0 obj <<
-/D [3287 0 R /XYZ 71.731 286.536 null]
+3464 0 obj <<
+/D [3444 0 R /XYZ 89.664 400.06 null]
 >> endobj
-3306 0 obj <<
-/D [3287 0 R /XYZ 89.664 270.76 null]
+3465 0 obj <<
+/D [3444 0 R /XYZ 71.731 372 null]
 >> endobj
-3308 0 obj <<
-/D [3287 0 R /XYZ 71.731 263.622 null]
+3466 0 obj <<
+/D [3444 0 R /XYZ 89.664 356.224 null]
 >> endobj
-3310 0 obj <<
-/D [3287 0 R /XYZ 71.731 207.208 null]
+3467 0 obj <<
+/D [3444 0 R /XYZ 71.731 315.213 null]
 >> endobj
-3311 0 obj <<
-/D [3287 0 R /XYZ 71.731 142.078 null]
+3468 0 obj <<
+/D [3444 0 R /XYZ 89.664 299.437 null]
 >> endobj
-3286 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R /F48 1949 0 R >>
+3469 0 obj <<
+/D [3444 0 R /XYZ 193.314 299.437 null]
+>> endobj
+3470 0 obj <<
+/D [3444 0 R /XYZ 332.302 299.437 null]
+>> endobj
+3471 0 obj <<
+/D [3444 0 R /XYZ 71.731 292.299 null]
+>> endobj
+3472 0 obj <<
+/D [3444 0 R /XYZ 71.731 243.482 null]
+>> endobj
+1609 0 obj <<
+/D [3444 0 R /XYZ 71.731 200.707 null]
+>> endobj
+3443 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3314 0 obj <<
-/Length 2474      
+3475 0 obj <<
+/Length 1289      
 /Filter /FlateDecode
 >>
 stream
-xڭ]�۸�}�
-Dִ$��yj������Z�w���i[YTDi����g(K��&M�`#r8�瓎!��y$r	�x#�,]���pq��o"�X1�j����f������drq�_$a(�p��e,�4^��~�U��n���0����v���,���@���2
-���Z-��������w*s�)��%q"`��b�I#��x���b�?�ߟ�w�A����f��F.:����r�T�Xe���Ѡ��wEbER�y�R)�4��E��d�.FB��"�����,�0P]�z5�H�E�uVQ�
%2������=,�0��?�s��iT�I�hj�:/��2�v���"X������ڣ��lU��������gf�s�z�UVӚjxS9t�nz���ziG��7��g��(��4�o"�D��9U��S���<菚�Lڟ�(��������\�#S0�v��~�*(��#0�"0N���f��V�!��&�A�</eMsK��U�4:*��Q��B2��N�U���"�w�D#�2�rg|Ǐ+�`Z���~��'2��@<����7����\<'���E��ENwxEqZ��?�S[k��MP5��{���k��=s��ln�����U`u
�(���p�����{��=��#4&�ޣ��X���-am�†���;�_]�f�Q��n��Ic�r�1o�U'uN1�%xg����������aS���7U�59	��I`U��Q�kM����N�څ�&m+����=0͘i�m�܅}�>���{Ɵfʈ�'OL3E���A������#;�.�]�XB<⅋�%�+��t�k	V�f��� �S���%z�	7]��(��^u����>��z�.�on����]�8a`#�U�R���q��%!R��<��a{
-�Y���:�,զ�G��3�tD��R���M�q���%�x�ھ�^?bɧu��}��Ȃ�!v^�q�J�Z�b }B�HS�ܼ�����@���W� +v�
q:�q���\k�.*�8Z߳��.��z�x%�z�ACޅP+=�X���qE����gj�B�٫�A���G��-��k��Ƒ��DCw�X��b�[
�� �ZWqpr�(*�֔�f����G�SO�����;'�#�-�]N K����B<i���xg@�&���f�����ΦU��w�@ߡ�s)�(Ґ�3�֔J����W;�h��,����f~P����v���!BʒB5��{�:U]��I���?Ө���p[�1�8	#��|��~ax��^a�!�
�^&bZH�{�*�Z[cm���g;�{s�����P��8m��
-�[��X���c��f�p��ztF�D��}�:Kǩ���/Ac��x|�.�H�����}y]hZ&}�vUd:�"aR*W�Ͳ<�9��Й�/0�m����V�����؞F-�?Jϸ�!��nii�4G�Z��q�ˊ>�af��rfPS��3O+�򨚃�Ԏ���LBQ$���<����eO��%�����+�P���4����h�s~=�
-1)^OJ����|r�f��r_�\�-onv3*�C[��f��P�
-�p|.���ފ��1�3����/�e�%q%1Y[	�da�T}��5�S.+�0m���׽%f�9T͗�M�5���R܇��x%�}ق��c����1�������5�Z����Nа��e��8Bʭ��l�;k:�2O��r>��a�9�������瀼��ܩ���|mk�|���`>S��+%�>��ۭ��`���_?�lo߾Z���}��w_w���<����Њ�~B�
�Zp0��5Ĭ�
-g�sgJ��r�=dmE���<=����Z7��+𛵳k(0����
^�'�8��9I�kݗ��״��}$dq������%x��1�=��Fy]���{��Y���Pl
-R�5����[P"�h��2��.��t�}�O�K�f�[�2�=\g�0�L�F��x��IC!a;ao5���Uؑ�LW��M��aʛ�\M �ļ|;��!rTH!��-D`��vr|�
-�Z��B�����Oor.��	dar����)7M)T���5ͩ�O��P�lI!�w�4��p��mNdjt���"?��˚i�|
-!���L\|M5{Ms�iۖ:�2-
�H1 ��	?�T
�Sk�}��鼱��F�y�nNO[�EJ�m��y��x�7:��a*��<LEy^�\x�I�e*�\q_�/�]�kѾФ�7�,�mD�ۈęe���34W(e�.�'_N���Ɖ\!E�����
���/$0���n���UU���DOӎ
-s�|����@L�gDֈ��p�����*����.�����'���ۗk(�P!K`+�㞵T�݄Ԛ5�]�oO����*�Ǫ'J������*ѻ-7�W���������e.(W?ˤqk#�V�}�G�kV�>���endstream
+xڥX�n�6}�W�QlFu�7;�M[��b��b��A��X�.�$o�~}g8�Œ�S��p�hx8327,��ϙ/`�Cf{��W��O�Xh��@g����$������p,��Vh��f�k��O�f�Y��k��ѸL�HkXO�gZZ�g�|�7Ͳh������u��
+���8�^�3��w�p<t�}O�g�Õ�q���̛2�˂��n��qԤeQ�J�D�]5�-����MEC+Y��&g��"�e,�����k�;Y�*�h�VqB�8��F��6[�e����u�a��9�$Xh�
+r=@69���U�6$GŌ��+M���xf�U��,;�$oj�\�,-h�Q��f�2��M�ѵ�s2����
c�y����\�V��t�Ͷ�OxتGz�
+0��R���P�+#x�(��5 z�מ�`��)���{z�XoP�8�\ҩ�)} ��_��_��G����Aj��=��u}fސ��{�<����b��[yl9=a,1 <ЄI1�w<��K`�xcD����4L^�)��?3n�R�(q!�&�ȼ0��2��2.�n��a�nZ��N�=�B���F)&�e�������UV�^U�CEl�E��X`ѐ�|�&g��`��t%�]���d�Z���1�FS�1�ҋ�Y{,����o��o?-����}}�����r����[�-ؔ�j�׺�T=3{X6.Oˡ��dd0�0��D�q�E�,iP����k��N�A�	NǬH>45��$���+m�R|��z�ݲj���n����-�JM���@ޔ�v����T�ͨ�\-�Ld2���n�aȸ/��5���P�08�����1V2�s�a��[o9�=2�؏R��zsl?����ZGgz�i����g��pfC�t6l��ɰit�>�)���v{d��*-�������:n=��g��T��qTj%N�LX����:'�U(g�
+���=�=2�t�ހ�.(d���{�ч�"���ZO��&�DbCP`MJ�#`�޴����c{O��й�+�M��N7*��C�TE������s�U5�ʆ���]�Z����gR���F�{�ay���u�&���J(t�':�(��>KP�UDq�
+b#m��1��	�Y_�p�T6���w����(*��{g���k��di
�_����*	�����hhU9��C�3�>�p�H��KfA���(3��R�:�(Y���g�M�:t����V��	L�US����B
ߜ>��.�
z�Wm/�.��"]
+��Kp�1�K�	X���?H�*��#\��wV��O��0����Sfendstream
 endobj
-3313 0 obj <<
+3474 0 obj <<
 /Type /Page
-/Contents 3314 0 R
-/Resources 3312 0 R
+/Contents 3475 0 R
+/Resources 3473 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3202 0 R
+/Parent 3492 0 R
 >> endobj
-3315 0 obj <<
-/D [3313 0 R /XYZ 71.731 729.265 null]
+3476 0 obj <<
+/D [3474 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3316 0 obj <<
-/D [3313 0 R /XYZ 118.555 689.705 null]
+546 0 obj <<
+/D [3474 0 R /XYZ 398.777 707.841 null]
 >> endobj
-1546 0 obj <<
-/D [3313 0 R /XYZ 71.731 588.35 null]
+1610 0 obj <<
+/D [3474 0 R /XYZ 71.731 704.871 null]
 >> endobj
-518 0 obj <<
-/D [3313 0 R /XYZ 244.469 556.036 null]
+550 0 obj <<
+/D [3474 0 R /XYZ 359.858 673.37 null]
 >> endobj
-3317 0 obj <<
-/D [3313 0 R /XYZ 71.731 547.398 null]
+3477 0 obj <<
+/D [3474 0 R /XYZ 71.731 664.918 null]
 >> endobj
-3318 0 obj <<
-/D [3313 0 R /XYZ 71.731 496.096 null]
+1611 0 obj <<
+/D [3474 0 R /XYZ 71.731 528.314 null]
 >> endobj
-3319 0 obj <<
-/D [3313 0 R /XYZ 71.731 481.152 null]
+554 0 obj <<
+/D [3474 0 R /XYZ 381.114 492.847 null]
 >> endobj
-3320 0 obj <<
-/D [3313 0 R /XYZ 71.731 432.101 null]
+3478 0 obj <<
+/D [3474 0 R /XYZ 71.731 484.395 null]
 >> endobj
-3321 0 obj <<
-/D [3313 0 R /XYZ 71.731 396.135 null]
+3479 0 obj <<
+/D [3474 0 R /XYZ 71.731 448.847 null]
 >> endobj
-3322 0 obj <<
-/D [3313 0 R /XYZ 104.01 384.579 null]
+1612 0 obj <<
+/D [3474 0 R /XYZ 71.731 394.416 null]
 >> endobj
-3323 0 obj <<
-/D [3313 0 R /XYZ 104.01 372.922 null]
+558 0 obj <<
+/D [3474 0 R /XYZ 342.285 358.949 null]
 >> endobj
-3324 0 obj <<
-/D [3313 0 R /XYZ 147.048 349.61 null]
+3480 0 obj <<
+/D [3474 0 R /XYZ 71.731 350.497 null]
 >> endobj
-3325 0 obj <<
-/D [3313 0 R /XYZ 104.01 337.954 null]
+3481 0 obj <<
+/D [3474 0 R /XYZ 71.731 324.912 null]
 >> endobj
-3326 0 obj <<
-/D [3313 0 R /XYZ 71.731 278.264 null]
+3482 0 obj <<
+/D [3474 0 R /XYZ 71.731 319.931 null]
 >> endobj
-3327 0 obj <<
-/D [3313 0 R /XYZ 71.731 256.36 null]
+3483 0 obj <<
+/D [3474 0 R /XYZ 89.664 299.173 null]
 >> endobj
-3328 0 obj <<
-/D [3313 0 R /XYZ 118.555 215.827 null]
+3484 0 obj <<
+/D [3474 0 R /XYZ 71.731 297.017 null]
 >> endobj
-3329 0 obj <<
-/D [3313 0 R /XYZ 225.689 204.35 null]
+3485 0 obj <<
+/D [3474 0 R /XYZ 89.664 281.241 null]
 >> endobj
-3330 0 obj <<
-/D [3313 0 R /XYZ 332.317 204.35 null]
+3486 0 obj <<
+/D [3474 0 R /XYZ 71.731 279.084 null]
 >> endobj
-1547 0 obj <<
-/D [3313 0 R /XYZ 71.731 159.117 null]
+3487 0 obj <<
+/D [3474 0 R /XYZ 89.664 263.308 null]
 >> endobj
-522 0 obj <<
-/D [3313 0 R /XYZ 277.022 130.47 null]
+3488 0 obj <<
+/D [3474 0 R /XYZ 71.731 256.17 null]
 >> endobj
-3331 0 obj <<
-/D [3313 0 R /XYZ 71.731 121.833 null]
+3489 0 obj <<
+/D [3474 0 R /XYZ 71.731 233.256 null]
 >> endobj
-3332 0 obj <<
-/D [3313 0 R /XYZ 86.396 98.59 null]
+3490 0 obj <<
+/D [3474 0 R /XYZ 71.731 167.168 null]
 >> endobj
-3312 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F44 1937 0 R /F27 1144 0 R /F35 1481 0 R /F61 2401 0 R /F55 2194 0 R >>
+3491 0 obj <<
+/D [3474 0 R /XYZ 71.731 116.195 null]
+>> endobj
+3473 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3335 0 obj <<
-/Length 2340      
+3495 0 obj <<
+/Length 2305      
 /Filter /FlateDecode
 >>
 stream
-x��M�����‡�D�i}Kn{�K�Nri;٤�4Y�m&��H��������}���dvv� � �r�Y?Ѭ�T��'^�8�fu�ζ0�ׇH(B�8�y����K��Vj�'���,
CU��Y�Ī���S�c�ծ�;=�q���Mgz3��[F�;̣`���m5���ۇ??M���P�2��z��F��8���*ISR�igFP`U������Ќ��ֶ몾!�"wvg�QVɈ�2�V;A섗��ﰮږǛ�v$��hM���s��W�jG��ގ�Y���	�ae��V��thL0�"��J\�“$b����t��ƛ���z�T�A�
K��Y(��fÔ/����zQ�c���~��<��y��J��a܊RΞ&a?u٬����<�Fl7�|����x\�\�2�E$*NJ�����K�B;���H�[�a��,F�"�����O���=r�
i�F��h;�vs���nG
#���y ����8a-x��QVm��h4���۷Zݚ�!�T�h;�j������ܮ*.Vb�����y�/d�"�Y���tdP�����\�_�Y��(Pv�.���Rp4�`tֶ�r}༱�U�ԥ������R�W,H8��o�?�
-��r�=���{U������5.i��Ҥ��U����$�~�e�v�������\��5㥬k�������Gߕ��2V���,@�)�������d����^(�.���p+���d�6zS���v<��K�\���m��S��|(x$ʻ�EDQ��"��e�r`
¯?���&��ߟ�����)HL�$R�U2�l����?&N�Y��U�1�V�nX,�6�4�}��_IfQ
-�	�<�T���4�\��9O�\=2t2'�F%�^!�AH�B�=�TM�=QF�����7���eY�	N=P�k�� Me���=6{P|���ǝ�i2(��W<KE�$P7e�=�aا�zǸF�ʴ�B H��V�p�`�i결m���b�ѣ3}����'�
-��"�}[0�T�܂�]�>�&�`�}�
��/\�{�'��㢷M0��,
-�ˀJa#I��F�.���<4s��V:
3��V���g��F����QRB�h�5��Jōb�g*���q��g�����Jju��'��,�|��`�:͓,i��4U�W�P�?WL�����B�=X/������57�����G)؁���<kr	���� Mˣ�0:h@>P�Rߟ�8�Y6�*���h��dAW��I���5�=8�#��Y4V�t��ʽ���kݜ��h@���}��wL�~�s��M�-18�Q��`����Y���QMl�N�pp}3y#IR���8쭣C���g�p��k� Ԉ�����T��������[oo��<��zD�e�l�Rn<)��� ��y\�<H-n����J�wN���r�}�As'І
-�2\�3@_1��/B1��t%g�q����6�F�׷���k���s���
-��Tk ���i�/
U�r=J�
-r��4�=i6e��8������oorhH�1�a�ޙ&�T���;,�K����c��h{�0:���ł�L����^h�`|m����Զee���&"�\�L���N�p`���A��r"e5�z�Os����r�Y�hU ���T�;b�X��]d(!b�w� I}ĭ1ɰYM'�NhF�w��WzD�TQi�<_�>��6���V[���;G�E����T�ZI�<�]�?�,�J�x=,�Ċ��*𸎢!1��M[�[AC���?"NG_�S�k���f�����������o�4]���Ϡx;ǝb�J#�P�n�<�m�B�BF4:�Tl��0�c���Q�?>A_d����ZDb���t����KJ0��M�B��8��Ki�p�O��8�87hh F�x�ޥ��Y�)? f�V=�2��<=�KD>�JhiC����#�ɮ�$f�
u�3p�P��F0㽶�2\�lh!�O�c���e۪���s�o�C�$���~K_�	$ߓ�}�I9��L�
�K�~к��B�)b7�"�^Z��2��ǭ��tI=�ӷ�I�A_�6��15�v����2�ט�^�%n!��Y[����]���={w�)�\'�ܡ"��?"����]X́w>+1��@�x��P�;D\*T�Wr�;ω�a�OLn#����'�(�=�=E��)����H~7�����&_%Å��\����V(������{V	Q�״~KZ�W��<���Z~ ����A"蘑#
��P�=5�d{�o�����[�2*>�?��ͿIJ��M&.�PZ���[Q��Q �endstream
+xڝ˒��>_�[�U6G�ÒfO�yd;��I�xvk+��,Ѷ2���cݝ�@��d�{�R>A��,g��,�"�`pcᮃYZ�qfX���+&Y�h�o�~�Y,�7��g��Љg��(pg��_��Ǥ�T�X��3����̫�|^u�/���߼(�ſ��q;��Pđ��z��Z�`�~k��Ӊ���F�M���ݼ[�֎3��������_6�6��J�?��-��B�@�JJ�B��k_׺��ן?����q3!\�6:�ӎ��7hH���S��_U(�V�.K]��j�q�Շ��6���Zm�:������[������d(\�M��h-�86�=!}�0��M��W���4>���'�|Q�JZ�2����֕"��W,��ؽ�,oqt�.��Twd:w~RD���t�I��̨d�������jJ��%�v��w�R�ꠘu�.�������L7D[��w��5�:*Z���L��p��iLѪ�o��b��q�8�V&L��Lb�ı�Ѫ`_gI��T���itEcB�^�8�
�N7������#�\�}5��hLt��C܇��x�?\7����)�r<�-���A���D�ÞMwdcUc�����6�V��f�5��O���X�Lh&k�W��k�%;�����|�y��L�#;_�����_�y$}��eR�aً�&��1���89^��y�$-��k�0;�*�>S�t�C1�eE���Xx�w�i��گ�Y���8��0/�2GH���(ya��m]$�-�`p�+�z�=�a��*nҍ������s��d�:9�ƅՍ|A'�]�*SO"=�ׇ�#�ˈ�8=t���wpv�"��CR���;f��΅(��Ҥ���y…LG��I\!�+ωL��x�	�a��;A�-������T}�S�'�p���i�oQ[\g����X��.��|'�D�'ӖK�;BnJH��g>¾S�O�7� j�.�=�+�c(�R<�'OG��!�PN)�$m���lI���x����*�����V'�A�@�c��b���jf �8��B�$�"88<V��)<�n9Ɋ��ʖ���l�:N�%ct�Fu�jR	��U��qHȈm�n̮rvp�M}�e�tw���i8PoKp���=�r�]��:S�
2�GI�l�X�����m����U`�B���i���;h�u3f{��Yb�%4ؒ���ɼp���l/��1�4�h�m[6�s�|#1��ق0Kǘ�馢��O̘�mb�M�q�P�[��i�E2L��)��3�2��&��Tp�1ꁟ�Z,�O�vɮP��Y��9-FX®]_gxQ�gZ`��ДՎ�4]%kH3�����?UVBgԥ�
+]��"�‹�̇ȇ�F�h�^'m���"�o��o�.��L)d�+7���Pޞt!<JSH�$e��钜'�OLUI'D�1����|�Bu_��a����J��q�JJ����8���*��7|�n����"$� ӠH�\v�A�
o5%>
+/�p֩Q�V��4ߙ��)1�0�r$�4�"�l�Sx�v���qv�I�U�_
+�Ӎ���L�l�]Pe�f��t�N�vn��QD� ��ʙ�͟��c;��[�쇏h�iK�$<��l����3u�}DޠU�Q2��	A\g�Ư��"m��$^cJ)��ak���0���H�'�_�;�t�īQV�PQ�+SHc~�#!� ��m���T��E~��Ȱ� HSD�퍽ed��"/���	4���|B��9������!�iMQ��D�4�U>#���u�Z�i_�E2���
����v�#3��`|����\h�*Q���̛�����|��..(��>�iCh2�%�͗��3��曨Fދ2}��9\-ox¹�)!�Ms�賂���5�>$</���Kk�v����;����;e-� ���oT	�P�L�.�vϡ��фb�j-	��ci�)�?c��=�ZUC���1��(c�g�����6СH�7Tx
����7$�/Ah�7|��Rm||R�Y�Ɵ����.��+Y6�~�>���reQ�2��� �j��!����0���ΰA���!o2�tME�,yD�N�I�2k�������q@�&\	x�U$�#SxS�QΎ�Zۯ���j����
+
+%�H�+��`6I+'�K�ӹ4���ö���,�5qt@n��{r�)���rZ��*���.�����0�\����j���ӑ���Tw�=Տ06g*)���<��}G�jLJ/~F��ђ\����p\���G/�q-��ps�endstream
 endobj
-3334 0 obj <<
+3494 0 obj <<
 /Type /Page
-/Contents 3335 0 R
-/Resources 3333 0 R
+/Contents 3495 0 R
+/Resources 3493 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3366 0 R
->> endobj
-3336 0 obj <<
-/D [3334 0 R /XYZ 71.731 729.265 null]
->> endobj
-3337 0 obj <<
-/D [3334 0 R /XYZ 71.731 718.306 null]
->> endobj
-3338 0 obj <<
-/D [3334 0 R /XYZ 401.148 695.392 null]
->> endobj
-3339 0 obj <<
-/D [3334 0 R /XYZ 71.731 670.321 null]
->> endobj
-3340 0 obj <<
-/D [3334 0 R /XYZ 104.01 660.822 null]
->> endobj
-3341 0 obj <<
-/D [3334 0 R /XYZ 104.01 649.166 null]
->> endobj
-3342 0 obj <<
-/D [3334 0 R /XYZ 71.731 647.951 null]
->> endobj
-3343 0 obj <<
-/D [3334 0 R /XYZ 104.01 625.853 null]
->> endobj
-3344 0 obj <<
-/D [3334 0 R /XYZ 71.731 589.477 null]
->> endobj
-3345 0 obj <<
-/D [3334 0 R /XYZ 104.01 567.572 null]
->> endobj
-3346 0 obj <<
-/D [3334 0 R /XYZ 104.01 555.915 null]
->> endobj
-3347 0 obj <<
-/D [3334 0 R /XYZ 104.01 544.259 null]
->> endobj
-3348 0 obj <<
-/D [3334 0 R /XYZ 104.01 532.603 null]
+/Parent 3492 0 R
 >> endobj
-3349 0 obj <<
-/D [3334 0 R /XYZ 104.01 520.946 null]
+3496 0 obj <<
+/D [3494 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3350 0 obj <<
-/D [3334 0 R /XYZ 104.01 509.29 null]
+1613 0 obj <<
+/D [3494 0 R /XYZ 71.731 596.862 null]
 >> endobj
-3351 0 obj <<
-/D [3334 0 R /XYZ 71.731 497.634 null]
+562 0 obj <<
+/D [3494 0 R /XYZ 341.27 551.607 null]
 >> endobj
-3352 0 obj <<
-/D [3334 0 R /XYZ 118.555 454.089 null]
+3497 0 obj <<
+/D [3494 0 R /XYZ 71.731 539.169 null]
 >> endobj
-3353 0 obj <<
-/D [3334 0 R /XYZ 136.092 445.624 null]
+3498 0 obj <<
+/D [3494 0 R /XYZ 71.731 514.94 null]
 >> endobj
-3354 0 obj <<
-/D [3334 0 R /XYZ 71.731 412.048 null]
+3499 0 obj <<
+/D [3494 0 R /XYZ 71.731 509.959 null]
 >> endobj
-3355 0 obj <<
-/D [3334 0 R /XYZ 71.731 372.252 null]
+3500 0 obj <<
+/D [3494 0 R /XYZ 81.694 489.202 null]
 >> endobj
-1548 0 obj <<
-/D [3334 0 R /XYZ 71.731 341.368 null]
+3501 0 obj <<
+/D [3494 0 R /XYZ 71.731 487.045 null]
 >> endobj
-526 0 obj <<
-/D [3334 0 R /XYZ 264.948 308.058 null]
+3502 0 obj <<
+/D [3494 0 R /XYZ 81.694 471.269 null]
 >> endobj
-3356 0 obj <<
-/D [3334 0 R /XYZ 71.731 299.42 null]
+1614 0 obj <<
+/D [3494 0 R /XYZ 71.731 469.112 null]
 >> endobj
-3357 0 obj <<
-/D [3334 0 R /XYZ 496.727 276.177 null]
+566 0 obj <<
+/D [3494 0 R /XYZ 249.392 431.896 null]
 >> endobj
-3358 0 obj <<
-/D [3334 0 R /XYZ 415.635 263.226 null]
+3503 0 obj <<
+/D [3494 0 R /XYZ 71.731 424.544 null]
 >> endobj
-3359 0 obj <<
-/D [3334 0 R /XYZ 71.731 204.282 null]
+3504 0 obj <<
+/D [3494 0 R /XYZ 356.564 411.772 null]
 >> endobj
-3360 0 obj <<
-/D [3334 0 R /XYZ 71.731 170.474 null]
+3505 0 obj <<
+/D [3494 0 R /XYZ 71.731 365.779 null]
 >> endobj
-3361 0 obj <<
-/D [3334 0 R /XYZ 104.01 158.917 null]
+3506 0 obj <<
+/D [3494 0 R /XYZ 71.731 283.09 null]
 >> endobj
-3362 0 obj <<
-/D [3334 0 R /XYZ 104.01 147.261 null]
+3507 0 obj <<
+/D [3494 0 R /XYZ 71.731 231.284 null]
 >> endobj
-3363 0 obj <<
-/D [3334 0 R /XYZ 71.731 146.046 null]
+3508 0 obj <<
+/D [3494 0 R /XYZ 71.731 216.34 null]
 >> endobj
-3364 0 obj <<
-/D [3334 0 R /XYZ 104.01 123.948 null]
+3509 0 obj <<
+/D [3494 0 R /XYZ 108.889 195.184 null]
 >> endobj
-3365 0 obj <<
-/D [3334 0 R /XYZ 104.01 112.292 null]
+1615 0 obj <<
+/D [3494 0 R /XYZ 71.731 143.976 null]
 >> endobj
-3333 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F61 2401 0 R /F55 2194 0 R /F23 1137 0 R /F44 1937 0 R >>
+3493 0 obj <<
+/Font << /F33 1302 0 R /F35 1563 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R /F48 2042 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3369 0 obj <<
-/Length 1447      
+3512 0 obj <<
+/Length 3054      
 /Filter /FlateDecode
 >>
 stream
-xڭWY��6~�����5M����u�&h�>��(�<Ȓl��DEG���������m�"ؐ��7����p"�"	��0?TN֬�s��W+a9֖e��߮6/�t����s�ĉ��b�;����]�vc�{k_qW2Z�͛���W�H��'��_U]�޻���ۓn%#���y3ϵ}ʉ�����1�A`���1+�!��e���l��p�tXW�Y�l-Ut���ֻ�ަ���ja�,%4R�rŋ1c��K߅�LE���>z�a��wr�k����+�
 �2J��D:}��W��O�@�
-Y��[2������� ����8'�`R�N(cƹ4.���M�ce��?Ec-b�p�h���q��e즞�ݣ'\7���t�é;x��=���%`����oB��oE?�r��V~������R�2m']��hG�1�Q�V-�<��z��1�7Q $�>F�$�o׮����ȫ �A�� U���ږ�52�S��Iߣ���r-E��(|�
-��S���.���|6��hԴ>���
-)l�z�A�^�ԇĊC'�I���Ӳ�<9�`\�A  �nI�d�g>��)1��M�3�M.�����f$`���	�`W%+� �Y��g�\ 9�8����_&�eP>���D�@��R�D�n��n��O��à�o~��zD����;T�� eD�b�v�0���J�zO뱬L�*a���c�s�?�6Y��P���z�>B��(�u`�֦�6Џ1:s&�MV������|�O�X�C˽+��`dWOjM��=��5H���Y|�(a��Fs�HkF�.آ��[��.��t(�&�P,�
�� 3����n:�٧2זYC���g��\�*����09���(�w#���&�����a4l�J��w�!/jɮ8Tm{�+�
-�s@B���E�\t�(f
-@yz	����.���7��7�p7�+\�a�7Ǵ��R� ��������T�X�*��8�=)��)�̀�Ϗ�Hn[A#�4���!Ð
-��[���#ֱ��r��]JK�qB^��	YZӶ�yeq��m�#�j��#�!6���'�D-��
-�J��dfc`��{��Pyjk�֋`D�b#a�*�'tXV�:Џʮ�n(�/֧�k��&Vr�T��=��w�i$�q��p��M���qH�5�=Z��S��YSJ+�,ꎈH�D=Y!�n
-{�/���2S#�e�|��^�fzќ�1;?A���/c@��j��7)
(�p��>F�<�L���$�v��Ls:�=a��t)�d&@d������ui^t}���0����[_�}�j��ZC�^�+�^U����r�o6����D=;�%���u6��M~��Sp���+���NY�~��\b������T�0����!�?��y��o��[endstream
+xڥk�����
+������O�W��-ZܦE��,Ѷr���q�ͯ�(ɒWZ�Ù!9����x🿉}7������Mvy�6'���/;!�Mh�z}z�N����Gz�z�����~k�&�ڼ�?:_��kg��N���]���_��h_T'F}�o}��[Q�����}d�:v��^U��,�Sz��"T��Ӌ�$�I?�´B�����zjҜu���Vw�O����+�E��o<������*$�_�����}��1PT]S�}fZwg�@z(ʢ{l-Ⱦ�/ /K�R�*P�(p*ؤ��w⩜���Ae�*tn��1��������0Y�U��y�"'-��P�g&8�m�`]�*��u�I`�l�W�>�����HقOly`�����\�&�4��s@����37hW�Gq����M��&��P��&#UI8��Bx��q��u�3F(�e�&��7��XB�N�Pp����2y��T���7�ڞ���~�z�������������*��|q�S����w�$��d�*�p����T�a�ơU4q��t�WG���O]/��H��l�O�Uf�T��Աn��)�;���4m˰�n0r�jg٣���*Z�mM���\��I)�-�$|�9Wk���0���U/�Wӝ��AZ�����[g&��gb)�gC��L-Н#`^�@Tɦn[h��j�v)�ouoO�j;�`2Gw���=Dp�a�I�8�0�nB�xA36�1!+ٻQ<�5�d˒U�3�(��v�a_��؀zs����K^ݽ��j0cs�8Ē%-���>^�oiV�3B
`��{��H�o{�y�����wo{)��o{E��-���&OR��}����g��P�搢�z���ƫdiV��3z�$�B�r&?X�@h�5�1�=����3\5���]�����R��Ċ�[���z-�[��ʸ�>��R�P�i�Q�֮Xf�������YUv��=��
b���Z�@h�5�1�Z�w�؏��oS8��#��m�C���9�?�-c�N0�6{mj��`	����$��5������6a��s�S�G �
����\M��ΐA�zȹ1�!��t!�D�s0FԄ葉F�\�3�2mq�^��j�gw�m��2��r����v.�<D��%�D���o��(~���I�;��ElZ����n洕�(_��O�������7�M�#��/�n���B�ڴl�~$V���=5Eݷ<s����F0��(9��+�A�dp\�D�Ivg����X"`��gYCAƠ=�T��HE�0;�6{฼֢Zx,���jD�M�co,$�	��CݳY����E(�5x�8ZniV��Qy3��H�a�=�W�X�z��"�v��M��_��	#@�+5�z�6�����!�z|&_�F�J�K�S_v�,:&��ǧz��`�xH�i��'=�+��Ȝ��qg[-�ߕ*!�j��JS��d��k�u_�'�Td���
u`|M)��J"�]�<n
g؋��+�Ά7Y0�d�M����}dz'������?�~bU��d��XZ)*��r=��4Co���M�+q+��8,�6fwk
+q0+�M���9�N�'r{
+Q�8˱�� ��J*9�٩��l:s��{E�KS0]�����_P�$���̏&�hPU3��P��0H;�-�g���eo>r�~�vT��~b�0l`�- N�|���EbO�@-�/�E���EL��R*��[���+��.�w�0���5��^g�1,��w��we,�i�N���v��9��9}_�al4d����?�>�������~�~��'$�r�l�z�7���>>�c���TEj������f��ȍ�	ڴ�=��a�ё�;����Ӧ�G��]�ݠ��(7�o����z�j��64dR�FÀ30����dӭ��+H��o�.c���A>yPXk�gi�������zxiH	�>Ŧ%�QG ��g�`��Ҋ���HM�A��9�vu3&'�IQ�v�\�?�D���0v7IB�)DW܊�,j�q����@wO � դ���d/0��l���m��s6n����l����@ַ(\���@��A�X�'C��xgr���~���6��=О�HO�N�oo�p�^��O	�к�Vc&�B����/)8v.�����LgI�uY����qﴜ��L 
����Ա�ڋB>u:���cjd���'I0Pp�.��7�-<3���ܯ
�+f� Ha���i���P[w�G�8��H�i��dQ!T��(�o��(���V9WH:Ƌ�f|-��n�M�H�H�"�Хta����9aL�� f�L����P�5�P�F�ؓ��N�Sx�C5
+��J�}U��tJ0s�r�P��|4W?I�I��9m^n��˹��/�~��6�\�@���}�%q:��n�Dת�8��S�<��2�G�,�1�S����
�oTL5�s�p����r����+��33A|�dp�;3gQ�6�c*sm
+He&]|�+��O��.����߷���G�z8g��@}y�ow9�jO�³UK�&���T��F�y,�6w�̩�?Oe��NTI���o�g��rRF؍tX�9ckT��T�Sr���ৱB�� =(�gp0��k����uQ�-���~�e��<Nd�S�$����	�p�-@��f)*`Y�o�Z�nU�<���ԃ��E����i��k�2�4����s�s�p��G�ŶU�>:��.�Xj��VsJ���AL���8���.EӀ��or/5ٟ[s������Z7"E�/��~����F�A���!L��'��V!�z�۶>��h͹���A��@�q�W��}�,�n�-�E��=�sq:��cDK�h=����z��P�VS�����‹�έ�������e�
d�^�ϥ,2�f�!��0����G� ���SW�������M,��m����%�{��ߥb�<y���Z$�G�ȶ;0n��dϜa��
+���Q�(9X�������H����P%��,�������,r�lendstream
 endobj
-3368 0 obj <<
+3511 0 obj <<
 /Type /Page
-/Contents 3369 0 R
-/Resources 3367 0 R
+/Contents 3512 0 R
+/Resources 3510 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3366 0 R
-/Annots [ 3375 0 R ]
+/Parent 3492 0 R
+/Annots [ 3516 0 R 3523 0 R 3526 0 R 3529 0 R 3531 0 R ]
 >> endobj
-3375 0 obj <<
+3516 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [271.86 607.714 336.659 616.304]
+/Rect [243.325 672.608 288.784 681.519]
 /Subtype /Link
-/A << /S /GoTo /D (upgrade-cvs) >>
+/A << /S /GoTo /D (parameters) >>
 >> endobj
-3370 0 obj <<
-/D [3368 0 R /XYZ 71.731 729.265 null]
+3523 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [141.14 554.332 205.897 563.243]
+/Subtype /Link
+/A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-3371 0 obj <<
-/D [3368 0 R /XYZ 71.731 695.28 null]
+3526 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [203.157 536.399 267.914 545.31]
+/Subtype /Link
+/A << /S /GoTo /D (upgrade-tarball) >>
 >> endobj
-3372 0 obj <<
-/D [3368 0 R /XYZ 71.731 673.375 null]
+3529 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [214.225 518.466 278.982 527.377]
+/Subtype /Link
+/A << /S /GoTo /D (upgrade-patches) >>
 >> endobj
-3373 0 obj <<
-/D [3368 0 R /XYZ 118.555 629.829 null]
+3531 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [81.972 462.053 134.276 470.59]
+/Subtype /Link
+/A << /S /GoTo /D (template-method) >>
 >> endobj
-3374 0 obj <<
-/D [3368 0 R /XYZ 421.576 621.365 null]
+3513 0 obj <<
+/D [3511 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1549 0 obj <<
-/D [3368 0 R /XYZ 71.731 577.826 null]
+570 0 obj <<
+/D [3511 0 R /XYZ 290.952 707.841 null]
 >> endobj
-530 0 obj <<
-/D [3368 0 R /XYZ 295.902 545.43 null]
+3514 0 obj <<
+/D [3511 0 R /XYZ 71.731 697.476 null]
 >> endobj
-3376 0 obj <<
-/D [3368 0 R /XYZ 71.731 535.065 null]
+3515 0 obj <<
+/D [3511 0 R /XYZ 71.731 674.765 null]
 >> endobj
-3377 0 obj <<
-/D [3368 0 R /XYZ 355.306 525.305 null]
+3517 0 obj <<
+/D [3511 0 R /XYZ 87.074 661.813 null]
 >> endobj
-3378 0 obj <<
-/D [3368 0 R /XYZ 71.731 500.234 null]
+3518 0 obj <<
+/D [3511 0 R /XYZ 146.988 648.862 null]
 >> endobj
-3379 0 obj <<
-/D [3368 0 R /XYZ 104.01 490.735 null]
+1616 0 obj <<
+/D [3511 0 R /XYZ 71.731 641.724 null]
 >> endobj
-3380 0 obj <<
-/D [3368 0 R /XYZ 104.01 479.079 null]
+574 0 obj <<
+/D [3511 0 R /XYZ 367.202 604.508 null]
 >> endobj
-3381 0 obj <<
-/D [3368 0 R /XYZ 71.731 467.422 null]
+3519 0 obj <<
+/D [3511 0 R /XYZ 71.731 594.143 null]
 >> endobj
-3382 0 obj <<
-/D [3368 0 R /XYZ 118.555 423.877 null]
+3520 0 obj <<
+/D [3511 0 R /XYZ 71.731 582.227 null]
 >> endobj
-3383 0 obj <<
-/D [3368 0 R /XYZ 297.118 415.413 null]
+3521 0 obj <<
+/D [3511 0 R /XYZ 71.731 577.246 null]
 >> endobj
-3384 0 obj <<
-/D [3368 0 R /XYZ 71.731 393.492 null]
+3522 0 obj <<
+/D [3511 0 R /XYZ 89.664 556.488 null]
 >> endobj
-3385 0 obj <<
-/D [3368 0 R /XYZ 462.063 360.835 null]
+3524 0 obj <<
+/D [3511 0 R /XYZ 71.731 554.332 null]
 >> endobj
-3367 0 obj <<
-/Font << /F33 1242 0 R /F35 1481 0 R /F55 2194 0 R /F23 1137 0 R /F44 1937 0 R /F27 1144 0 R /F32 1151 0 R /F61 2401 0 R >>
+3525 0 obj <<
+/D [3511 0 R /XYZ 89.664 538.556 null]
+>> endobj
+3527 0 obj <<
+/D [3511 0 R /XYZ 71.731 536.399 null]
+>> endobj
+3528 0 obj <<
+/D [3511 0 R /XYZ 89.664 520.623 null]
+>> endobj
+3530 0 obj <<
+/D [3511 0 R /XYZ 71.731 513.485 null]
+>> endobj
+3532 0 obj <<
+/D [3511 0 R /XYZ 71.731 457.071 null]
+>> endobj
+3533 0 obj <<
+/D [3511 0 R /XYZ 71.731 391.941 null]
+>> endobj
+3534 0 obj <<
+/D [3511 0 R /XYZ 118.555 353.376 null]
+>> endobj
+3535 0 obj <<
+/D [3511 0 R /XYZ 71.731 299.787 null]
+>> endobj
+3536 0 obj <<
+/D [3511 0 R /XYZ 364.919 267.129 null]
+>> endobj
+1617 0 obj <<
+/D [3511 0 R /XYZ 71.731 252.021 null]
+>> endobj
+578 0 obj <<
+/D [3511 0 R /XYZ 244.469 219.707 null]
+>> endobj
+3537 0 obj <<
+/D [3511 0 R /XYZ 71.731 211.07 null]
+>> endobj
+3538 0 obj <<
+/D [3511 0 R /XYZ 71.731 159.767 null]
+>> endobj
+3539 0 obj <<
+/D [3511 0 R /XYZ 71.731 144.823 null]
+>> endobj
+3510 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3388 0 obj <<
-/Length 2511      
+3542 0 obj <<
+/Length 2041      
 /Filter /FlateDecode
 >>
 stream
-x�}Y[��6~ϯ��N�cF��޷����l���t:�>�m��EW��x�~ @Y�4�� ���t��Y���Q:M��U��c�_�B���T�D~0�N�Lm�h��qx����:Z�@��f񼛤��Q�x��X~w(N��Vk���X��͸�_�4�>�r������`�-6j�F�/X�!.V��Ƭ��&\�v.�2�;����`�=��QáL��A�ɒ�4�`*ad�"/�d�b��=��s	<uي�,B��m��E�y�"�FsL��vf���A����+���U��:#������M�Ɩa��kL
��-��3\x�SgS��	�c�3U1���fLL[;�L[�j��F���Sg��L_�t���
-��:3�Ǻ��q����]91��n�/O{*ʃ������$09��EKr΂�#�M)R�KNʵ��9�v�mk*��g,�)g	|[���z��$[�(�;���&�n����:�m��S:�P�b�h�z��ђx�,���[�x�|0<��vd&#h1�^��'w�u���È���]�?�-,��j���IgT�U��E�'�J�� ����8���<8��Yy-M��⥌Z�Hj�6K.Ȁ���8M�3��߽i���9�B��]�pΜ���|Q���dX��E(1-Kw;����f��pC;�V�}	`k�A��8|������9�4�X]��G��)u<�AV%v��,��G�(%D=����U�/�i��	���g3�����lF��cY�^`�$�pI'��L�����ɘ����ɉ�A!dǑ���'����1J�/Z �t�H����	�U(E��KQqU��ʴ>VQ���h��LO�=���޿~������+�F����@�:q\8b���"���o�U<S��A�[����v��o�&OA0�dِ嵎q=R?�/H�w��X��LsHi;�R1��;/���x�7�0�S�H���pm���:7�D.&���tA~���]Ƅ;$�v��Ҷ��~���bɺ0�i�=g�JYf�x�A�s p��B:#��;6¸�z`��#���8�t7j��L&��>���FȽ�xF�±W�h�A�1ܻ�4�BOe�����hYQ�rʼn��m��m������*I�������T��̰Kh��?8F���C��Mh�BK)J���y����INqc]$��Dȩ1 R������)_�
-��P^�[I��(]�pX.07�}�p\ 7�8��I��M���Y~��*�8���7�ߖ�ۯ����[�t�����Lś|��̳��mAH�3wY�W�6$�*̑NӍ�0��K�&��܉����|�*3�Z�n8�Ý��)�%�"+g�,U98qSq�SuoN\]�,�������^��D� 
-e�����<`���l#D�������Z�Y���:k|c)�S�Lk��:Ӝ�I�觾��.}���b�s�A��*��M�š���ot ���r���)������vZ�Ph�Sq:�q9�Qo�L<
-O�����-#n���5z�;����|U���	��U$�P�C�l!f!�|�������;Μܫ8]4o]��l�=b'��Z�:�r�m����y'A�ܒ�?�vĥy��di���!;0u�G4EGY31�x��՗=`0���[�ǻ���u��+��k�cmDM��
-�6C��7�̺tw�4q'
-�z�_��z#G,
-��d��IX�p�0�ח�pݎ�J��Z�����o��X�F�ހ&
-w���k�C��T�.��
-(����w��ί����	�?�t+S���D���ʋ��G(�e7)����$��L\�F*�g��~p����
-����F.G���RY�L⨢_F�S���o;����N'��}�FKKK�!����K7D8~�q�A̬��������l)�n�Y��w
-d�ұ�#sKʜ��[�Q�"�Rc�8��z�5IT��Pz����{��N7<�4��c*W��8��PK�
-JzK���I��%K�s��pR�C�H�a�҄��I���Ҳ���eP��M�F/?���I���K��W[̽_r�~�7�'�~��	����檭��b�r�t/���R�"I�[_-�RL�m�j��P=[2lc�H�͟k|�4[�S\8�|�#G�������G�'�P��)T,0O5�ՏE���!p�F� �_.�R&˵O�(��^����_1������P.R�����!�|�2�z*4���1(۞syv·�﹢���#{̛�D�H��P�P��<���ܽ"q����t�&p��{�؞�>Lo>|;��V�%�HV^<佀
-"w�>��u���~�@J3�C�>��dZ7��P�F�<��F���–L@5(^�v���L�#qf"Wa|�^�>R�~�w&*��������V��v�2����vu��]�wpX�s�Q�6y�GF�����xB����u��FVҞ�;��[A��{I�޺fendstream
+xڵ]�ܶ��~�>����DQ�ח��6H` .|I������Z�ZQ��[�}g8�V�];W��Lr4���,_y���b�b��2?
+W���[����+n16e3ù��r�%�*ei$Vw�U�y,��U,|������y��Z-���=G0Z�)US�����@�Ú;�Ǫ���ow�_��n�������x#Ι|~|�o|��0F�������T]��:G	@���=5�r��������њ��!k
+��HY��^T�m�i{+��v(���j��^gpҕjr_�O/zsm/7ł�~h�<���(v��Q���
�Yj�adew�j�3D��T�����,���f��/�y'$0����89�y���g�{<ݽ>��v�[�7ܱ�\r�X
+�����{bV��j�F��*KcR��̊&����ew��ɝ��Q��A
�߁��Pu���A�0Օ7~�q���VJOFn1��Oo�r���Qu�
I')�	�'�����t[u��> �^�W��^ڇXжΚw@�_P����J޼�u�[�������C�^��f�����"��f�ׄ��e���zhY[/�D�𔹆���}����n'뷍Ҳg���4Q--��te�r�AL��g!5��:3��4�$�Q꜍��'0��`!�C���_����* �}����
+�Д�Mq��b������տ'J�3����Ѡ���f�f�K���*Ŋ��%<�<ȣ!��D$���`�QE0Sņ'�v�"A��r�s�贑����SܨA��&�]�D���s/f\sŋ�1��	=&�:ao%���p����̓��K^h/�<'�$�����
���L��-dW��~�|����$�Q
+i̤m����)e?#�n�8a��,ǀ9�5�����d۵�I�Φ���v�5	.t�dWJ����˚�s:a�Z��)�XG�{x&ms���D�k+�5���̲���Z`^�Wn�r�zp��Q�Q��B��/�.��8qZ�r�R	����
[2�H�&,��li���IsF'�ۏ@��f����$�����Y`�K��a�9����C8p�<�0™���?�e�������Y�3ژ�5Sh?��ݏ��xQf4��em���#�W�S���Z'�.��z{�v=H2��t��V�5{D��b
.��B
+���e���6�U�uܱ2�Neo���VgUc��[)�J`6�V#�0櫩��3'�N��B6��
+��6A[�﨑����*d
l�qG!�y�y�n1#�Z�ja�w��K�)���)�<�h�Y�	@��C���a�[C�O���W��]0А0�%��F8�M4|�':�N)��--�&�g+�	%�l�����U�>�"fu�hת�����][h�4���I̅�cɂ���f�;E�A_�i�T�8e}���ֶ����C_e�$���M�FVTQ|�4-�-_��ܤ�H�
+C���0!S��h�ϣ<�d՟p魪{9R4��k�7 !�������R��)�j(���	�<BY6����AB�D��Qֽ����`�n\v�)���	�IGO���ݣ;&�Ƞѓ�T�|��ф2��c�[;�`�6��[w6����Z��������}�d5V~<�r/I����6mfZhY\C�]�S���wv�9I��(�#��P��������(�̪D^
v-Oh��*�����3*et�Gb>�l��&�pM��ޯ�U�_-��3��9s��3��?f����=�#�K�,O�Z����7��D~H�F{,Hӯ�Ca^��'��/�\���?5�B�&����P�����k�6\�E} '�0�L?�O�1E|��3RP����Ƶ��w�T�i���8oUjD?��|��XO����X��J!���4�d�&X!�3��-�jYז	3��{i'�h�-����l���
=�l�pñ�O"�$`���h�]';f�v[ѻ�Mc�#:|�櫙|�C-�+�5�U�a����I?�{x����K?��~�<e1P����߶OdFN�W���endstream
 endobj
-3387 0 obj <<
+3541 0 obj <<
 /Type /Page
-/Contents 3388 0 R
-/Resources 3386 0 R
+/Contents 3542 0 R
+/Resources 3540 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3366 0 R
-/Annots [ 3395 0 R 3400 0 R ]
->> endobj
-3395 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [97.498 367.618 132.915 376.529]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-daemon) >>
->> endobj
-3400 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [258.734 354.666 290.823 363.578]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-service) >>
->> endobj
-3389 0 obj <<
-/D [3387 0 R /XYZ 71.731 729.265 null]
+/Parent 3492 0 R
 >> endobj
-1550 0 obj <<
-/D [3387 0 R /XYZ 71.731 718.306 null]
+3543 0 obj <<
+/D [3541 0 R /XYZ 71.731 729.265 null]
 >> endobj
-534 0 obj <<
-/D [3387 0 R /XYZ 344.957 703.236 null]
+3544 0 obj <<
+/D [3541 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3390 0 obj <<
-/D [3387 0 R /XYZ 71.731 681.855 null]
+3545 0 obj <<
+/D [3541 0 R /XYZ 71.731 685.33 null]
 >> endobj
-3391 0 obj <<
-/D [3387 0 R /XYZ 522.288 634.645 null]
+3546 0 obj <<
+/D [3541 0 R /XYZ 104.01 673.773 null]
 >> endobj
-3392 0 obj <<
-/D [3387 0 R /XYZ 71.731 616.593 null]
+3547 0 obj <<
+/D [3541 0 R /XYZ 104.01 662.117 null]
 >> endobj
-1551 0 obj <<
-/D [3387 0 R /XYZ 71.731 575.701 null]
+3548 0 obj <<
+/D [3541 0 R /XYZ 147.048 638.804 null]
 >> endobj
-538 0 obj <<
-/D [3387 0 R /XYZ 252.56 532.604 null]
+3549 0 obj <<
+/D [3541 0 R /XYZ 104.01 627.148 null]
 >> endobj
-1552 0 obj <<
-/D [3387 0 R /XYZ 71.731 528.774 null]
+3550 0 obj <<
+/D [3541 0 R /XYZ 71.731 579.115 null]
 >> endobj
-542 0 obj <<
-/D [3387 0 R /XYZ 198.219 493.231 null]
+3551 0 obj <<
+/D [3541 0 R /XYZ 71.731 557.21 null]
 >> endobj
-3393 0 obj <<
-/D [3387 0 R /XYZ 71.731 485.879 null]
+3552 0 obj <<
+/D [3541 0 R /XYZ 118.555 516.678 null]
 >> endobj
-1553 0 obj <<
-/D [3387 0 R /XYZ 71.731 427.115 null]
+3553 0 obj <<
+/D [3541 0 R /XYZ 225.689 505.201 null]
 >> endobj
-546 0 obj <<
-/D [3387 0 R /XYZ 267.87 389.899 null]
+3554 0 obj <<
+/D [3541 0 R /XYZ 332.317 505.201 null]
 >> endobj
-3394 0 obj <<
-/D [3387 0 R /XYZ 71.731 379.756 null]
+1618 0 obj <<
+/D [3541 0 R /XYZ 71.731 459.968 null]
 >> endobj
-3396 0 obj <<
-/D [3387 0 R /XYZ 209.73 369.774 null]
+582 0 obj <<
+/D [3541 0 R /XYZ 277.022 431.321 null]
 >> endobj
-3397 0 obj <<
-/D [3387 0 R /XYZ 291.334 369.774 null]
+3555 0 obj <<
+/D [3541 0 R /XYZ 71.731 422.684 null]
 >> endobj
-3398 0 obj <<
-/D [3387 0 R /XYZ 381.061 369.774 null]
+3556 0 obj <<
+/D [3541 0 R /XYZ 86.396 399.441 null]
 >> endobj
-3399 0 obj <<
-/D [3387 0 R /XYZ 419.603 369.774 null]
+3557 0 obj <<
+/D [3541 0 R /XYZ 71.731 392.303 null]
 >> endobj
-3401 0 obj <<
-/D [3387 0 R /XYZ 322.387 356.823 null]
+3558 0 obj <<
+/D [3541 0 R /XYZ 401.148 368.557 null]
 >> endobj
-3402 0 obj <<
-/D [3387 0 R /XYZ 449.982 356.823 null]
+3559 0 obj <<
+/D [3541 0 R /XYZ 71.731 343.486 null]
 >> endobj
-3403 0 obj <<
-/D [3387 0 R /XYZ 489.834 356.823 null]
+3560 0 obj <<
+/D [3541 0 R /XYZ 104.01 333.986 null]
 >> endobj
-3404 0 obj <<
-/D [3387 0 R /XYZ 436.781 343.872 null]
+3561 0 obj <<
+/D [3541 0 R /XYZ 104.01 322.33 null]
 >> endobj
-3405 0 obj <<
-/D [3387 0 R /XYZ 258.733 330.92 null]
+3562 0 obj <<
+/D [3541 0 R /XYZ 71.731 321.115 null]
 >> endobj
-3406 0 obj <<
-/D [3387 0 R /XYZ 171.642 317.969 null]
+3563 0 obj <<
+/D [3541 0 R /XYZ 104.01 299.018 null]
 >> endobj
-3407 0 obj <<
-/D [3387 0 R /XYZ 71.731 304.918 null]
+3564 0 obj <<
+/D [3541 0 R /XYZ 71.731 274.297 null]
 >> endobj
-3408 0 obj <<
-/D [3387 0 R /XYZ 71.731 289.974 null]
+3565 0 obj <<
+/D [3541 0 R /XYZ 104.01 252.392 null]
 >> endobj
-3409 0 obj <<
-/D [3387 0 R /XYZ 210.778 278.417 null]
+3566 0 obj <<
+/D [3541 0 R /XYZ 104.01 240.736 null]
 >> endobj
-3410 0 obj <<
-/D [3387 0 R /XYZ 317.348 278.417 null]
+3567 0 obj <<
+/D [3541 0 R /XYZ 104.01 229.08 null]
 >> endobj
-3411 0 obj <<
-/D [3387 0 R /XYZ 129.377 266.761 null]
+3568 0 obj <<
+/D [3541 0 R /XYZ 104.01 217.424 null]
 >> endobj
-1554 0 obj <<
-/D [3387 0 R /XYZ 71.731 238.865 null]
+3569 0 obj <<
+/D [3541 0 R /XYZ 104.01 205.767 null]
 >> endobj
-550 0 obj <<
-/D [3387 0 R /XYZ 215.507 199.493 null]
+3570 0 obj <<
+/D [3541 0 R /XYZ 104.01 194.111 null]
 >> endobj
-3412 0 obj <<
-/D [3387 0 R /XYZ 71.731 192.062 null]
+3571 0 obj <<
+/D [3541 0 R /XYZ 71.731 182.455 null]
 >> endobj
-3413 0 obj <<
-/D [3387 0 R /XYZ 401.912 179.368 null]
+3572 0 obj <<
+/D [3541 0 R /XYZ 118.555 138.909 null]
 >> endobj
-1555 0 obj <<
-/D [3387 0 R /XYZ 71.731 136.365 null]
+3573 0 obj <<
+/D [3541 0 R /XYZ 136.092 130.445 null]
 >> endobj
-3386 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F33 1242 0 R /F35 1481 0 R /F44 1937 0 R /F61 2401 0 R >>
+3540 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F60 2522 0 R /F54 2317 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3418 0 obj <<
-/Length 1629      
+3576 0 obj <<
+/Length 2338      
 /Filter /FlateDecode
 >>
 stream
-xڭX_o�Fϧ0���誻����n�!ݲ���a�m�"K�%5�>��#%˒����x<�G�xdz9�@�@�GEB��h�>sFK�y{&Y�f�#s5={�F�Q$"_��#W�“�(�J��M��V�J�c[y��
-�^���,�it���mZ��N>�L[��D�n52���@(�c��Onh�r�Bg��z����m�"Wh��E��֑Ёn�%�����RC���*Y}9�u^��` P�!�kT^� ��:ɫ�ȓ#+������﻾P�<�F��Q :�����>Z'W\أ�� &28m�eN��)B�d�2!��7!�"N֍c媨3�v,�:':��4̋���|:V��%͒���e����:O?�	-�K���Y��W�@YoY�*�;/��L:a�J	/��c��$7��(�5&6����*p����jWD��5�=�Պ�]Qs%�
܀~(���ee�c2Z��va��A�N���Rz;V�zQ�7���B��uQ�{�{.��|�<���nlk�[��a,+�@_���ڃ�����b�[��ck�
�gY�?����	M���-A����F:�km��ž�YY<��b�"|�
a��A���s���@����*
	@-�*�`I*"Ջ	r(&H�+IY3�_R��>v f�Q2����N{�G�Т�0m�vC@�3kJ!-�Y�,�Z�%aDx���7�rm�7�eY��<͗M%Tk��$0˰f�ޗ��ķѭ�ag��7
-�4�H��=g6���;2�o�n#/�@eֻ�s6�}�a���fq[�b��/�q�Y��Ւ5�߾��NH5��ɔ�=���0{���;�]|r<�lx2��gɓ���C|WDp���9(�d�w����9���ձ8��u$"��xss����~����f�vr�j&�W�)�i}R�!��@���{�5��_ac��Ÿ1g�&�A廝,��em��TG�p��M���-���#�p��a#,���~=��4�~����}4��C�a6���I����<�������P��;2�O�ĵ ���f���E����Ӓ����F�o�֧��䮤X����)Y���;8櫶Q!����‹�m/v�:��*Y���%�!P'C�Ȝ�M_ѱ;d`<��ċNg���{�������=B�o�B�ܜ��TO��>�O���jsu��GC�5G��$���D ��̠�(M̚�� ��fzw�ȉa�B$Jӣ"���4�AL\�ra����/Xi,.ʂMU<�>����ˠ��$�n�{Ѕ
�+�kZ������'hp+��9V��H3d_�,����\@r{�&�7�r��ͳ*8��$W�d8:<1��;BC����t�y�
p����72'���O:�K�Q\VI�!^��
~�Q�lx�ȃ�����-���ͤ�A��:��x�fi�6�R�w�f��]�㭀�F)%-���񺄽Iz�ߥ`�7����#���Ȳ[�~�b.))�D�K�ER�_�wb�?=�"!�F��P�
�"�]��ϩ�h.�şm}�����6�&_`4��1��,�L�|q�%��}&z��tc�
-�����
E�橻u/2���S�
-�F	Z����wZ�'��Fendstream
+xڭْ��}�B�2U5��g*/�u��_�x�I�?P$%��+�~}�ɑ��d횚b���n4��7.��M�Ud��%��MV?�����A�NHv+�wO���IT���q㻮��dOŁ�yʿwޟ�n,���\�(�~��eS�/���M[�>�U�nx����O���D*�ͫ�Y���h��nӍ��}R��\�@�:Sw�Ӽ�A]��6GX;Љ��r��ǭ�{n'&Jy�UE�0X6Øڕ���M�ŭ,@��IƳ�Һ�I��e+<��vL�QL�tN�/�A��\�k��<.�}�j;��DN)o�/�:vF JB�L
+z�W@��`�̃�͐��Q6
c[���TE�I�:����V�A�-c�lF�d��N#ϑ�ky+��E��
+�9�)�|-#t�����y^^3����94��69�%1���&}��e:
+�\��ـ#BP ����0��ݷ=�7�v$�G�m��P6Y�����h�'��
+�O_�gm-T���a�)l9ކ�C\P���]����@^d%�<�kGA��N���Վ��.B��B&ط��w,ۧ��� &}Ÿ�|��c�O$&y.Y�q�\_���gdz(F˕��VX�#�$��t
0[�⾫|?!ōҾ2�2X;ߑf��`8
3إc�'}.a��@h�X%��N�7������q���g������3c�8x d�v�egB��]���/`�`0��Z���l����D��+2��i�伄S̩`i�gSvf�t��Ǿ��\�ya�Y���~h�B!���I�h���"�(���()�	�������wf�Ca�9��Yq�=^&�j�H����Nr�;Ꙟ�>c`��q����_.O%gK���)!����E�{X���ŜX�0L�������C%h�w����%���b)qU��fk��F�崾s�o�ъ7Y��ڶ�tjS�y�+�)�+_�9ߥ���Y[UE�njh<f�S�E�K�����A��3
�!��r|f49@!"1�a<ݫk41��@G5q$��8��d�`�ÌV�j��� �B�<&�r��iJ�骴a�&�-O����ThiC�PD�"��Jb�?b�/����� 4B9��^���
�d�f&��")���/��N�.�rIgb$~	��N �=�	ܶgx����q"�4H��,�>wO��s �=>��{y
9�e]H
�9ࠕ�&.X�߶(q
+�mɂ�T,���]�d�/�����5es������Z����]���2K~N���u�G��!Σ�4;`�^�̧���ֳК�|j0]�
�7�ɿ]i�qT��-�H�ΉE����0�=���П�W�*����m*�zKh���(�a(U��*�\��p���Bw /J����eC�u����S���r���K�K);ᰃ�$�7˺���4I�DZSuK�������Þq<���m��u��SH�y���qYVyy<��'����j8W��Mc7�2h���)��Yt��-�<Mͧ�c�+�Q_���ο�y%'��]��ӵ����ݯ).(籤��J�S�!ѫ����
k�d�vL�AV�<E����1S���7r��
+"c�PE�����>|�����f�
����$�a�vmub6}�9>|x���	d�0�_��k�.�e���@p�����yh�}>DW+��߀
+h���b�S!%s�k�ֱ�b����
{�;LF��5v��Md/�0I��w%���%���Մ�(ɝphs(R�-��B�cW+K�?�bj�LE�a�g�oI�ӹ�(����x���:n.AL��=��T�w�N�E���?U9#��'�\�w�NT�/���0ܔj�q�Ap�泩�)�vGז,n.[|s�����R/�*a����l$$�
y��Wlpl����fx$Ơ�W�[�W�f$ѩY|)j�K�p�Ʃ���n^�|L7�8�̐���>?����t��~��˝�(��/���-�.���&7�7���^ܽ�{��?~KV;m1�s��P����^�%�j�&�??̯Q�d��G&����B�7*����s���X���cCQ�m������
+�P��.R��%�����ʷ�ǫ�(�M��b�R26w��F�z��J���sݫb:pU�[�!4M��Et�kq�!ʣH�^Ĵ)��������-�/lT<�}��W��P�J�h�Ba=o;{�|���(V8�|�&�am�rൾa�\׺;ULqu������F4�Z� �ȅ�te����,�2�g�ً,�[���%ƇC
+|��{�?g����x�B��P�o[7�C���J�m(�endstream
 endobj
-3417 0 obj <<
+3575 0 obj <<
 /Type /Page
-/Contents 3418 0 R
-/Resources 3416 0 R
+/Contents 3576 0 R
+/Resources 3574 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3366 0 R
-/Annots [ 3421 0 R 3439 0 R 3441 0 R ]
+/Parent 3492 0 R
+/Annots [ 3594 0 R ]
 >> endobj
-3421 0 obj <<
+3594 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [141.531 644.094 194.317 653.005]
+/Rect [271.86 303.056 336.659 311.646]
 /Subtype /Link
-/A << /S /GoTo /D (security-os-accounts) >>
+/A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-3439 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [318.972 337.225 370.159 346.435]
-/Subtype /Link
-/A << /S /GoTo /D (security-mysql-account-root) >>
+3577 0 obj <<
+/D [3575 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3441 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [392.313 236.881 445.082 245.792]
-/Subtype /Link
-/A << /S /GoTo /D (security-os-ports) >>
+3578 0 obj <<
+/D [3575 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3419 0 obj <<
-/D [3417 0 R /XYZ 71.731 729.265 null]
+3579 0 obj <<
+/D [3575 0 R /XYZ 71.731 675.303 null]
 >> endobj
-554 0 obj <<
-/D [3417 0 R /XYZ 164.538 705.748 null]
+1619 0 obj <<
+/D [3575 0 R /XYZ 71.731 644.419 null]
 >> endobj
-1556 0 obj <<
-/D [3417 0 R /XYZ 71.731 702.184 null]
+586 0 obj <<
+/D [3575 0 R /XYZ 264.948 611.108 null]
 >> endobj
-558 0 obj <<
-/D [3417 0 R /XYZ 306.92 666.375 null]
+3580 0 obj <<
+/D [3575 0 R /XYZ 71.731 602.471 null]
 >> endobj
-3420 0 obj <<
-/D [3417 0 R /XYZ 71.731 656.233 null]
+3581 0 obj <<
+/D [3575 0 R /XYZ 496.728 579.228 null]
 >> endobj
-1557 0 obj <<
-/D [3417 0 R /XYZ 71.731 626.161 null]
+3582 0 obj <<
+/D [3575 0 R /XYZ 415.635 566.276 null]
 >> endobj
-562 0 obj <<
-/D [3417 0 R /XYZ 408.16 588.946 null]
+3583 0 obj <<
+/D [3575 0 R /XYZ 71.731 507.333 null]
 >> endobj
-3422 0 obj <<
-/D [3417 0 R /XYZ 71.731 578.803 null]
+3584 0 obj <<
+/D [3575 0 R /XYZ 71.731 473.524 null]
 >> endobj
-3423 0 obj <<
-/D [3417 0 R /XYZ 213.741 568.821 null]
+3585 0 obj <<
+/D [3575 0 R /XYZ 104.01 461.968 null]
 >> endobj
-3424 0 obj <<
-/D [3417 0 R /XYZ 387.602 568.821 null]
+3586 0 obj <<
+/D [3575 0 R /XYZ 104.01 450.311 null]
 >> endobj
-3425 0 obj <<
-/D [3417 0 R /XYZ 249.294 555.87 null]
+3587 0 obj <<
+/D [3575 0 R /XYZ 71.731 449.096 null]
 >> endobj
-1840 0 obj <<
-/D [3417 0 R /XYZ 71.731 542.819 null]
+3588 0 obj <<
+/D [3575 0 R /XYZ 104.01 426.999 null]
 >> endobj
-3426 0 obj <<
-/D [3417 0 R /XYZ 71.731 503.038 null]
+3589 0 obj <<
+/D [3575 0 R /XYZ 104.01 415.342 null]
 >> endobj
-3427 0 obj <<
-/D [3417 0 R /XYZ 71.731 503.038 null]
+3590 0 obj <<
+/D [3575 0 R /XYZ 71.731 390.622 null]
 >> endobj
-3428 0 obj <<
-/D [3417 0 R /XYZ 71.731 491.996 null]
+3591 0 obj <<
+/D [3575 0 R /XYZ 71.731 368.717 null]
 >> endobj
-3429 0 obj <<
-/D [3417 0 R /XYZ 305.215 481.748 null]
+3592 0 obj <<
+/D [3575 0 R /XYZ 118.555 325.172 null]
 >> endobj
-3430 0 obj <<
-/D [3417 0 R /XYZ 71.731 480.34 null]
+3593 0 obj <<
+/D [3575 0 R /XYZ 421.576 316.708 null]
 >> endobj
-1841 0 obj <<
-/D [3417 0 R /XYZ 71.731 458.435 null]
+1620 0 obj <<
+/D [3575 0 R /XYZ 71.731 273.168 null]
 >> endobj
-3431 0 obj <<
-/D [3417 0 R /XYZ 71.731 413.573 null]
+590 0 obj <<
+/D [3575 0 R /XYZ 295.902 240.772 null]
 >> endobj
-3432 0 obj <<
-/D [3417 0 R /XYZ 71.731 413.573 null]
+3595 0 obj <<
+/D [3575 0 R /XYZ 71.731 230.407 null]
 >> endobj
-3433 0 obj <<
-/D [3417 0 R /XYZ 71.731 402.532 null]
+3596 0 obj <<
+/D [3575 0 R /XYZ 355.306 220.648 null]
 >> endobj
-3434 0 obj <<
-/D [3417 0 R /XYZ 149.738 392.283 null]
+3597 0 obj <<
+/D [3575 0 R /XYZ 71.731 195.577 null]
 >> endobj
-3435 0 obj <<
-/D [3417 0 R /XYZ 71.731 390.876 null]
+3598 0 obj <<
+/D [3575 0 R /XYZ 104.01 186.077 null]
 >> endobj
-3436 0 obj <<
-/D [3417 0 R /XYZ 71.731 379.36 null]
+3599 0 obj <<
+/D [3575 0 R /XYZ 104.01 174.421 null]
 >> endobj
-3437 0 obj <<
-/D [3417 0 R /XYZ 71.731 357.314 null]
+3600 0 obj <<
+/D [3575 0 R /XYZ 71.731 162.765 null]
 >> endobj
-3438 0 obj <<
-/D [3417 0 R /XYZ 71.731 357.314 null]
+3601 0 obj <<
+/D [3575 0 R /XYZ 118.555 119.22 null]
 >> endobj
-1558 0 obj <<
-/D [3417 0 R /XYZ 71.731 311.486 null]
->> endobj
-566 0 obj <<
-/D [3417 0 R /XYZ 222.149 272.114 null]
+3602 0 obj <<
+/D [3575 0 R /XYZ 297.118 110.755 null]
 >> endobj
-3440 0 obj <<
-/D [3417 0 R /XYZ 71.731 264.762 null]
+3574 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R /F60 2522 0 R /F54 2317 0 R /F44 2030 0 R /F32 1211 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-1842 0 obj <<
-/D [3417 0 R /XYZ 71.731 223.93 null]
+3605 0 obj <<
+/Length 586       
+/Filter /FlateDecode
+>>
+stream
+x�}TM��0��W ��F�8Ƅ��5�X�Ro�u{p����`m}��d�M�v�<f޼��D�$����Ȓ�MU�BDG�<,b,��|����Oi��ܤ�����(�<���d�����F�^�Rf���wuk;;n�#B�)N��m�}Y|�=��Ҝ�E���3�F��/��m�����,��!^��
{rS�d̨X
+�+N2�1T��v
+��y���T�����QY)o]7�#�z���D075uw'#�L%��a�p�
��N���!�8L�~60��d��4�#���vοh#c�^���e"yI��9�A��%�����L���x��C1��ZDu��'o�s�A��k��P�����&J2�Vӷ�V#�2�xU���϶��Be�h�1�(2�,r��˃d��v7���.A@XSA�����m�h���'�Q5F�O\ӸXf�N�Lf���� �]�S=t�VyF]�:��Y_��Cl�q��;d<�y�����)����ju:�b��p;K�0��v�YV�u�8�O�o�7���ș��>�t�/����B��p2Yp!�IB����q[�<6Dendstream
+endobj
+3604 0 obj <<
+/Type /Page
+/Contents 3605 0 R
+/Resources 3603 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 3492 0 R
 >> endobj
-3442 0 obj <<
-/D [3417 0 R /XYZ 71.731 186.206 null]
+3606 0 obj <<
+/D [3604 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3443 0 obj <<
-/D [3417 0 R /XYZ 191.311 175.277 null]
+3607 0 obj <<
+/D [3604 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3444 0 obj <<
-/D [3417 0 R /XYZ 71.731 168.139 null]
+3608 0 obj <<
+/D [3604 0 R /XYZ 462.063 682.441 null]
 >> endobj
-3416 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R /F55 2194 0 R /F64 2616 0 R >>
+3603 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3447 0 obj <<
-/Length 2083      
+3611 0 obj <<
+/Length 2511      
 /Filter /FlateDecode
 >>
 stream
-xڥZߓ�6~߿�o�Sk
�?�*��I.��K�n������&���S�_-�����< �O�Z��[
���G7%�K�&���7'���;�;
����wO?r�IH���q���l"�H,������9�vy��1�{�����WQ�)���g������_~��ׁS��$1_5��Xv1��aTH����!�4Vv�Kc���ϖ/߷�H�{��
-���
-B9������
���CѦ�-,��]��/u�c�9���vW��X>����~�}v�5iW�v�X�y��F��'�	e��9o�&�#/�F�]�jK�w�n9��H���i����k�f�o�ug}S���Z*;E�g]�܇Y�������zª֝��H�t_j[�M}y���|�
|�ȥ��RFA�j_�,���D^}��X��ۖR/����[��*k�+��]�w�t�Sߺ��9�Wm�H����V^��	?��0ۏ��^��/p�h��L���,�ľ�՗kYdi��<�ʷL��Տ�j�V��=��;�Ҋ����\��� �₡�&5\7�8��\dg�3�l��g����O���80�Fۀ���Q��cZ9�i��[
-��7��䶚~�֍�!R7ꞌ1s�p���,�ß g0rP4����s7u��|�u�~�|�v�A�df7��뇧'�W�$��u#�{;���q��@����÷jj��b�<�:�^jŲUT�yQ�O��C�P��B����c!	1m��G�|kC��6�w.�-�|+�3���x�����[cg���$���
-�X��J�sY������B��~$��#�&��2%�T�ƭ�����71?~`�.����ϫ�ː���[���<j�w���J��G�c}#�{�"Vς��J�<�>�v�ED��v��P�k&y�`�.>Ki��*�!�|M���e�������ܦ�L72�
��F�H�7Rcv���t"��Oy6��0jm*���h���env�O"8��J� ��XBD(."���j�S�"��3Ȧב�̑�~;��+}�*�E5W\������\(���}�o����a���2�J��Nj����6=X�!K~��Y�E��!s��������?u����`B�����
��v�j��-B��SP��~�Iˬ����K%ZL��3qU�#fI�ᒤM斤MnI�`�X�>�uq�Cڥ�.�'��ɪ�x���#�[w����4��F�*ٰxj�P8a�[,��~�/x�,.ZC\��܋��-�/�]0�3ć�Z*7]���9�C>�a�@f!�z�#�fȜ4C>
 ����	��<XXq$���GR!�|UZfIZ=�!�6��fا�2�?'�zBTZ�K�?�C[�Ͻ��2P�Y��B�Ra>Ek���X�L����0�c[t�2�>���@�դ�[��7�+�p��Y�"\.�����m��v*��DT�I�k��h�z�qYW����l�˾HK���<��#f1Z5��6�;Zmv+Z
�_䫍���uZ��W�Q��I:*����
a�_�!�A��u�,�UC\z��܂��m��_�,I��^00K^�!/̰9�0�ny����"�x��$rC'_ZƓSq��)�g�?���w�Kz]H,�I��kE��"z�#Ḛ9S��4E�����\n8�����Tѿ�FP���$||*�cb�,Ƅ��b�fsDŽ�nDŽA��2�.w�ʋVk��P2k��b�����<��
jg�<���/��'\Ϝ4�$��ϝf)�z�#�f؜�5�>
-��k�BC�R�^̂`z�C13dN�̐O5c�;E��k�_[�h�O�x���,�FC\���ܢ��-��N�H�.H��l��Ez��Q-�>
-�x��t�zS.�ԋ!�{�*���;ɶ��&G�����??`/Vٲ
-���7)�{m�k���{�
-����_�x�6]��ʴ��N���T����=�S�l����W\��O��_�B{������8�DI��V���m�?�Ice�s��ﱹרT��h���l����Ptu�Y�&WnΗ�L�$��g���@�����DzLХO�6����y!endstream
+x�}Y[��6~ϯ��N�cF��޷����l���t:�>�m��EW��x�~ @Y�4�� ���t��Y���Q:M��U��c�_�B���T�D~0�N�Lm�h��qx����:Z�@��f񼛤��Q�x��X~w(N��Vk���X��͸�_�4�>�r������`�-6j�F�/X�!.V��Ƭ��&\�v.�2�;����`�=��QáL��A�ɒ�4�`*ad�"/�d�b��=��s	<uي�,B��m��E�y�"�FsL��vf���A����+���U��:#������M�Ɩa��kL
��-��3\x�SgS��	�c�3U1���fLL[;�L[�j��F���Sg��L_�t���
+��:3�Ǻ��q����]91��n�/O{*ʃ������$09��EKr΂�#�M)R�KNʵ��9�v�mk*��g,�)g	|[���z��$[�(�;���&�n����:�m��S:�P�b�h�z��ђx�,���[�x�|0<��vd&#h1�^��'w�u���È���]�?�-,��j���IgT�U��E�'�J�� ����8���<8��Yy-M��⥌Z�Hj�6K.Ȁ���8M�3��߽i���9�B��]�pΜ���|Q���dX��E(1-Kw;����f��pC;�V�}	`k�A��8|������9�4�X]��G��)u<�AV%v��,��G�(%D=����U�/�i��	���g3�����lF��cY�^`�$�pI'��L�����ɘ����ɉ�A!dǑ���'����1J�/Z �t�H����	�U(E��KQqU��ʴ>VQ���h��LO�=���޿~������+�F����@�:q\8b���"���o�U<S��A�[����v��o�&OA0�dِ嵎q=R?�/H�w��X��LsHi;�R1��;/���x�7�0�S�H���pm���:7�D.&���tA~���]Ƅ;$�v��Ҷ��~���bɺ0�i�=g�JYf�x�A�s p��B:#��;6¸�z`��#���8�t7j��L&��>���FȽ�xF�±W�h�A�1ܻ�4�BOe�����hYQ�rʼn��m��m������*I�������T��̰Kh��?8F���C��Mh�BK)J���y����INqc]$��Dȩ1 R������)_�
+��P^�[I��(]�pX.07�}�p\ 7�8��I��M���Y~��*�8���7�ߖ�ۯ����[�t�����Lś|��̳��mAH�3wY�W�6$�*̑NӍ�0��K�&��܉����|�*3�Z�n8�Ý��)�%�"+g�,U98qSq�SuoN\]�,�������^��D� 
+e�����<`���l#D�������Z�Y���:k|c)�S�Lk��:Ӝ�I�觾��.}���b�s�A��*��M�š���ot ���r���)������vZ�Ph�Sq:�q9�Qo�L<
+O�����-#n���5z�;����|U���	��U$�P�C�l!f!�|�������;Μܫ8]4o]��l�=b'��Z�:�r�m����y'A�ܒ�?�vĥy��di���!;0u�G4EGY31�x��՗=`0���[�ǻ���u��+��k�cmDM��
+�6C��7�̺tw�4q'
+�z�_��z#G,
+��d��IX�p�0�ח�pݎ�J��Z�����o��X�F�ހ&
+w���k�C��T�.��
+(����w��ί����	�?�t+S���D���ʋ��G(�e7)����$��L\�F*�g��~p����
+����F.G���RY�L⨢_F�S���o;����N'��}�FKKK�!����K7D8~�q�A̬��������l)�n�Y��w
+d�ұ�#sKʜ��[�Q�"�Rc�8��z�5IT��Pz����{��N7<�4��c*W��8��PK�
+JzK���I��%K�s��pR�C�H�a�҄��I���Ҳ���eP��M�F/?���I���K��W[̽_r�~�7�'�~��	����檭��b�r�t/���R�"I�[_-�RL�m�j��P=[2lc�H�͟k|�4[�S\8�|�#G����2Q��ݓ](}Ĕ*�'����Ǣn���g�r�/�o)���'@�]}/J��䯋���DO@()`^����s�V�BXa=����mϏ��<;�[��\Q���=�MW���?$�	{(f(�R^�^�^���TFb:J����jlOt�7��K+�W$	+/�^@��sK�:J�j�s_�	 �ڡX�`2��]{�b#_�s#��pa�&��}�{Pi��83��0�c/W���P?�;���S����~�`+[��;i��AK
+��\�.�;8��9��n�<�##���g[<�X_H��D#+iτl�D����*���Y�`endstream
 endobj
-3446 0 obj <<
+3610 0 obj <<
 /Type /Page
-/Contents 3447 0 R
-/Resources 3445 0 R
+/Contents 3611 0 R
+/Resources 3609 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3366 0 R
-/Annots [ 3453 0 R 3454 0 R ]
+/Parent 3637 0 R
+/Annots [ 3618 0 R 3623 0 R ]
 >> endobj
-3453 0 obj <<
+3618 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [272.131 566.22 315.707 574.81]
+/Rect [97.498 367.618 132.915 376.529]
 /Subtype /Link
-/A << /S /GoTo /D (gloss-htaccess) >>
+/A << /S /GoTo /D (gloss-daemon) >>
 >> endobj
-3454 0 obj <<
+3623 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [262.114 554.671 321.927 563.154]
+/Rect [258.734 354.666 290.823 363.578]
 /Subtype /Link
-/A << /S /GoTo /D (http-apache) >>
->> endobj
-3448 0 obj <<
-/D [3446 0 R /XYZ 71.731 729.265 null]
->> endobj
-1559 0 obj <<
-/D [3446 0 R /XYZ 71.731 718.306 null]
->> endobj
-570 0 obj <<
-/D [3446 0 R /XYZ 192.823 706.118 null]
+/A << /S /GoTo /D (gloss-service) >>
 >> endobj
-1560 0 obj <<
-/D [3446 0 R /XYZ 71.731 705.903 null]
+3612 0 obj <<
+/D [3610 0 R /XYZ 71.731 729.265 null]
 >> endobj
-574 0 obj <<
-/D [3446 0 R /XYZ 498.095 666.746 null]
+1621 0 obj <<
+/D [3610 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3449 0 obj <<
-/D [3446 0 R /XYZ 71.731 656.381 null]
+594 0 obj <<
+/D [3610 0 R /XYZ 344.957 703.236 null]
 >> endobj
-3450 0 obj <<
-/D [3446 0 R /XYZ 494.232 607.767 null]
+3613 0 obj <<
+/D [3610 0 R /XYZ 71.731 681.855 null]
 >> endobj
-3451 0 obj <<
-/D [3446 0 R /XYZ 71.731 592.658 null]
+3614 0 obj <<
+/D [3610 0 R /XYZ 522.288 634.645 null]
 >> endobj
-3452 0 obj <<
-/D [3446 0 R /XYZ 71.731 577.715 null]
+3615 0 obj <<
+/D [3610 0 R /XYZ 71.731 616.593 null]
 >> endobj
-3455 0 obj <<
-/D [3446 0 R /XYZ 76.712 538.626 null]
+1622 0 obj <<
+/D [3610 0 R /XYZ 71.731 575.701 null]
 >> endobj
-3456 0 obj <<
-/D [3446 0 R /XYZ 71.731 528.663 null]
+598 0 obj <<
+/D [3610 0 R /XYZ 252.56 532.604 null]
 >> endobj
-3457 0 obj <<
-/D [3446 0 R /XYZ 81.694 495.787 null]
+1623 0 obj <<
+/D [3610 0 R /XYZ 71.731 528.774 null]
 >> endobj
-3458 0 obj <<
-/D [3446 0 R /XYZ 71.731 493.63 null]
+602 0 obj <<
+/D [3610 0 R /XYZ 198.219 493.231 null]
 >> endobj
-3459 0 obj <<
-/D [3446 0 R /XYZ 71.731 493.63 null]
+3616 0 obj <<
+/D [3610 0 R /XYZ 71.731 485.879 null]
 >> endobj
-3460 0 obj <<
-/D [3446 0 R /XYZ 91.656 482.835 null]
+1624 0 obj <<
+/D [3610 0 R /XYZ 71.731 427.115 null]
 >> endobj
-3461 0 obj <<
-/D [3446 0 R /XYZ 120.717 482.835 null]
+606 0 obj <<
+/D [3610 0 R /XYZ 267.87 389.899 null]
 >> endobj
-3462 0 obj <<
-/D [3446 0 R /XYZ 120.717 482.835 null]
+3617 0 obj <<
+/D [3610 0 R /XYZ 71.731 379.756 null]
 >> endobj
-3463 0 obj <<
-/D [3446 0 R /XYZ 147.218 482.835 null]
+3619 0 obj <<
+/D [3610 0 R /XYZ 209.73 369.774 null]
 >> endobj
-3464 0 obj <<
-/D [3446 0 R /XYZ 147.218 482.835 null]
+3620 0 obj <<
+/D [3610 0 R /XYZ 291.334 369.774 null]
 >> endobj
-3465 0 obj <<
-/D [3446 0 R /XYZ 76.712 464.902 null]
+3621 0 obj <<
+/D [3610 0 R /XYZ 381.061 369.774 null]
 >> endobj
-3466 0 obj <<
-/D [3446 0 R /XYZ 81.694 451.951 null]
+3622 0 obj <<
+/D [3610 0 R /XYZ 419.603 369.774 null]
 >> endobj
-3467 0 obj <<
-/D [3446 0 R /XYZ 92.483 451.951 null]
+3624 0 obj <<
+/D [3610 0 R /XYZ 322.387 356.823 null]
 >> endobj
-3468 0 obj <<
-/D [3446 0 R /XYZ 71.731 451.763 null]
+3625 0 obj <<
+/D [3610 0 R /XYZ 449.982 356.823 null]
 >> endobj
-3469 0 obj <<
-/D [3446 0 R /XYZ 71.731 451.763 null]
+3626 0 obj <<
+/D [3610 0 R /XYZ 489.834 356.823 null]
 >> endobj
-3470 0 obj <<
-/D [3446 0 R /XYZ 91.656 439 null]
+3627 0 obj <<
+/D [3610 0 R /XYZ 436.781 343.872 null]
 >> endobj
-3471 0 obj <<
-/D [3446 0 R /XYZ 71.731 436.843 null]
+3628 0 obj <<
+/D [3610 0 R /XYZ 258.733 330.92 null]
 >> endobj
-3472 0 obj <<
-/D [3446 0 R /XYZ 91.656 426.048 null]
+3629 0 obj <<
+/D [3610 0 R /XYZ 171.642 317.969 null]
 >> endobj
-3473 0 obj <<
-/D [3446 0 R /XYZ 135.691 426.048 null]
+3630 0 obj <<
+/D [3610 0 R /XYZ 71.731 304.918 null]
 >> endobj
-3474 0 obj <<
-/D [3446 0 R /XYZ 135.691 426.048 null]
+3631 0 obj <<
+/D [3610 0 R /XYZ 71.731 289.974 null]
 >> endobj
-3475 0 obj <<
-/D [3446 0 R /XYZ 76.712 408.115 null]
+3632 0 obj <<
+/D [3610 0 R /XYZ 210.778 278.417 null]
 >> endobj
-3476 0 obj <<
-/D [3446 0 R /XYZ 81.694 395.164 null]
+3633 0 obj <<
+/D [3610 0 R /XYZ 317.348 278.417 null]
 >> endobj
-3477 0 obj <<
-/D [3446 0 R /XYZ 92.483 395.164 null]
+3634 0 obj <<
+/D [3610 0 R /XYZ 129.377 266.761 null]
 >> endobj
-3478 0 obj <<
-/D [3446 0 R /XYZ 71.731 394.456 null]
+1625 0 obj <<
+/D [3610 0 R /XYZ 71.731 238.865 null]
 >> endobj
-3479 0 obj <<
-/D [3446 0 R /XYZ 71.731 394.456 null]
+610 0 obj <<
+/D [3610 0 R /XYZ 215.507 199.493 null]
 >> endobj
-3480 0 obj <<
-/D [3446 0 R /XYZ 91.656 382.213 null]
+3635 0 obj <<
+/D [3610 0 R /XYZ 71.731 192.062 null]
 >> endobj
-3481 0 obj <<
-/D [3446 0 R /XYZ 71.731 380.056 null]
+3636 0 obj <<
+/D [3610 0 R /XYZ 401.912 179.368 null]
 >> endobj
-3482 0 obj <<
-/D [3446 0 R /XYZ 71.731 380.056 null]
+1626 0 obj <<
+/D [3610 0 R /XYZ 71.731 136.365 null]
 >> endobj
-3483 0 obj <<
-/D [3446 0 R /XYZ 101.619 369.261 null]
+3609 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F33 1302 0 R /F35 1563 0 R /F44 2030 0 R /F60 2522 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-3484 0 obj <<
-/D [3446 0 R /XYZ 71.731 367.104 null]
+3642 0 obj <<
+/Length 1630      
+/Filter /FlateDecode
+>>
+stream
+xڭXmo�6��_a`"+��^Zl@��m�t�g���l+�Yr�����;�N/�w��x�;�=G�'����̗�!��,�g�d
3o�8I�$b�d��g/�H9	Y����a�
+�)N|)X��d��h���vU\Lm��e�����$i��.^�ER���>��[�J�,�I���_BN��Wڱf�b��\&�3~`����v�m�"�I�Ӌ��-C&}��sZ1������ۗU�E�r���"�~ P)ƅkT^� �6Ϊ$���V�
�]����
D#c��0=�CE��������G12BL��<ɜ6?P��_��ʄv߄x�(�6����N)@Ŕ[u�tD1�p�噽���T(�K��S��u����:K>�1.�K��R��9P�	T9~�yV֩I'lT�O,$�����y W��։�(���u�a'~D��DR�hKbOI�Aj��TIe7�rb&YY������8�]����?	!�����
+h�Q��#���o��d�up!���E��W��-�g��)w�}��CJ��%r1���c|l���X�n$�H���]T�O�d^�H&k	\��6��_k�u,�5J����cU��!� ��.
+�:�/p̡	$�PX�"��Vq@H�jU�Ib�AL4c������ �5���gLDd� Jf"[X���a�]�-J���h?X:���2Z��0+�!^|������v��*��t�\�e�ΒlݔQ��֫H3z`�}�\Nt��v��I���3�9����|ߓ	=Sgp� Y-�ݗ�ө�9�C�6��+�[��X�t�+9i��}}9��j���fs$L��>���Ӝ��ꓣ�s����C���F���f���e!��(z
+9�������32��y��X�:����@����{��o?\�~}3{;�{5�M��)��<)A�zm �UH���5��_ac���q#ή�N0���g��a�.i�$�8pLJ�X o�UM�n)�/��A�㟆!�oF���ͬA�������CLg�����+���)Q�)u���}tO��I���5��X�`Ǭ
��u\2�޿���y�M��|��ԕ��-��ʜ�����s�c�j$�	��,�(-�h�o�A�U�j�7�!�8�F��n����!#�>�'*<m�dN(�Əuex���gx�x�ERs�K\=�>�xl�q�������P5G�&u�t�4�M������X�\72�*t�
���g�0G�&Jӣjj-7IF�
��9���d9~�JcpQ�d����9�E/�
+v�����7W�״2>�1�z���48�Vƃs��{�g�>�Y]�Oss1�I�9̓��u\6�*�ȓN��\.'����8�H��	�!6P4x���I7B��*�� O�odN�*j�t:.i�q���y��G��G<��M�:ÃN�a���*�/u�i@�"I�*i��$�=;����[S��k���;���������D����Ç<Msݒ?u�M�=��8�':]R/�j�b�g��a�
+�ɗcM6�2t��c��W���]���mX�_`8��cJGt���D�����.��c��I������
X��橻��E���Q��*����Ɩ�q�Hendstream
+endobj
+3641 0 obj <<
+/Type /Page
+/Contents 3642 0 R
+/Resources 3640 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 3637 0 R
+/Annots [ 3645 0 R 3663 0 R 3665 0 R ]
 >> endobj
-3485 0 obj <<
-/D [3446 0 R /XYZ 101.619 356.31 null]
+3645 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [141.531 644.094 194.317 653.005]
+/Subtype /Link
+/A << /S /GoTo /D (security-os-accounts) >>
 >> endobj
-3486 0 obj <<
-/D [3446 0 R /XYZ 142.884 356.31 null]
+3663 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [318.972 337.225 370.159 346.435]
+/Subtype /Link
+/A << /S /GoTo /D (security-mysql-account-root) >>
 >> endobj
-3487 0 obj <<
-/D [3446 0 R /XYZ 142.884 356.31 null]
+3665 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [392.313 236.881 445.082 245.792]
+/Subtype /Link
+/A << /S /GoTo /D (security-os-ports) >>
 >> endobj
-3488 0 obj <<
-/D [3446 0 R /XYZ 76.712 338.377 null]
+3643 0 obj <<
+/D [3641 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3489 0 obj <<
-/D [3446 0 R /XYZ 91.656 325.426 null]
+614 0 obj <<
+/D [3641 0 R /XYZ 164.538 705.748 null]
 >> endobj
-3490 0 obj <<
-/D [3446 0 R /XYZ 71.731 323.269 null]
+1627 0 obj <<
+/D [3641 0 R /XYZ 71.731 702.184 null]
 >> endobj
-3491 0 obj <<
-/D [3446 0 R /XYZ 71.731 323.269 null]
+618 0 obj <<
+/D [3641 0 R /XYZ 306.92 666.375 null]
 >> endobj
-3492 0 obj <<
-/D [3446 0 R /XYZ 101.619 312.474 null]
+3644 0 obj <<
+/D [3641 0 R /XYZ 71.731 656.233 null]
 >> endobj
-3493 0 obj <<
-/D [3446 0 R /XYZ 71.731 310.317 null]
+1628 0 obj <<
+/D [3641 0 R /XYZ 71.731 626.161 null]
 >> endobj
-3494 0 obj <<
-/D [3446 0 R /XYZ 101.619 299.523 null]
+622 0 obj <<
+/D [3641 0 R /XYZ 408.16 588.946 null]
 >> endobj
-3495 0 obj <<
-/D [3446 0 R /XYZ 145.653 299.523 null]
+3646 0 obj <<
+/D [3641 0 R /XYZ 71.731 578.803 null]
 >> endobj
-3496 0 obj <<
-/D [3446 0 R /XYZ 145.653 299.523 null]
+3647 0 obj <<
+/D [3641 0 R /XYZ 213.741 568.821 null]
 >> endobj
-3497 0 obj <<
-/D [3446 0 R /XYZ 177.534 299.523 null]
+3648 0 obj <<
+/D [3641 0 R /XYZ 387.602 568.821 null]
 >> endobj
-3498 0 obj <<
-/D [3446 0 R /XYZ 177.534 299.523 null]
+3649 0 obj <<
+/D [3641 0 R /XYZ 249.294 555.87 null]
 >> endobj
-3499 0 obj <<
-/D [3446 0 R /XYZ 209.414 299.523 null]
+1933 0 obj <<
+/D [3641 0 R /XYZ 71.731 542.819 null]
 >> endobj
-3500 0 obj <<
-/D [3446 0 R /XYZ 209.414 299.523 null]
+3650 0 obj <<
+/D [3641 0 R /XYZ 71.731 503.038 null]
 >> endobj
-3501 0 obj <<
-/D [3446 0 R /XYZ 241.294 299.523 null]
+3651 0 obj <<
+/D [3641 0 R /XYZ 71.731 503.038 null]
 >> endobj
-3502 0 obj <<
-/D [3446 0 R /XYZ 241.294 299.523 null]
+3652 0 obj <<
+/D [3641 0 R /XYZ 71.731 491.996 null]
 >> endobj
-3503 0 obj <<
-/D [3446 0 R /XYZ 76.712 281.59 null]
+3653 0 obj <<
+/D [3641 0 R /XYZ 305.215 481.748 null]
 >> endobj
-3504 0 obj <<
-/D [3446 0 R /XYZ 91.656 268.638 null]
+3654 0 obj <<
+/D [3641 0 R /XYZ 71.731 480.34 null]
 >> endobj
-3505 0 obj <<
-/D [3446 0 R /XYZ 71.731 266.482 null]
+1934 0 obj <<
+/D [3641 0 R /XYZ 71.731 458.435 null]
 >> endobj
-3506 0 obj <<
-/D [3446 0 R /XYZ 71.731 266.482 null]
+3655 0 obj <<
+/D [3641 0 R /XYZ 71.731 413.573 null]
 >> endobj
-3507 0 obj <<
-/D [3446 0 R /XYZ 101.619 255.687 null]
+3656 0 obj <<
+/D [3641 0 R /XYZ 71.731 413.573 null]
 >> endobj
-3508 0 obj <<
-/D [3446 0 R /XYZ 76.712 219.822 null]
+3657 0 obj <<
+/D [3641 0 R /XYZ 71.731 402.532 null]
 >> endobj
-3509 0 obj <<
-/D [3446 0 R /XYZ 81.694 206.87 null]
+3658 0 obj <<
+/D [3641 0 R /XYZ 149.738 392.283 null]
 >> endobj
-3510 0 obj <<
-/D [3446 0 R /XYZ 92.483 206.87 null]
+3659 0 obj <<
+/D [3641 0 R /XYZ 71.731 390.876 null]
 >> endobj
-3511 0 obj <<
-/D [3446 0 R /XYZ 71.731 205.462 null]
+3660 0 obj <<
+/D [3641 0 R /XYZ 71.731 379.36 null]
 >> endobj
-3512 0 obj <<
-/D [3446 0 R /XYZ 71.731 205.462 null]
+3661 0 obj <<
+/D [3641 0 R /XYZ 71.731 357.314 null]
 >> endobj
-3513 0 obj <<
-/D [3446 0 R /XYZ 91.656 193.919 null]
+3662 0 obj <<
+/D [3641 0 R /XYZ 71.731 357.314 null]
 >> endobj
-3514 0 obj <<
-/D [3446 0 R /XYZ 76.712 175.986 null]
+1629 0 obj <<
+/D [3641 0 R /XYZ 71.731 311.486 null]
 >> endobj
-3515 0 obj <<
-/D [3446 0 R /XYZ 81.694 163.034 null]
+626 0 obj <<
+/D [3641 0 R /XYZ 222.149 272.114 null]
 >> endobj
-3516 0 obj <<
-/D [3446 0 R /XYZ 92.483 163.034 null]
+3664 0 obj <<
+/D [3641 0 R /XYZ 71.731 264.762 null]
 >> endobj
-3517 0 obj <<
-/D [3446 0 R /XYZ 71.731 161.627 null]
+1935 0 obj <<
+/D [3641 0 R /XYZ 71.731 223.93 null]
 >> endobj
-3518 0 obj <<
-/D [3446 0 R /XYZ 71.731 161.627 null]
+3666 0 obj <<
+/D [3641 0 R /XYZ 71.731 186.206 null]
 >> endobj
-3519 0 obj <<
-/D [3446 0 R /XYZ 91.656 150.083 null]
+3667 0 obj <<
+/D [3641 0 R /XYZ 191.311 175.277 null]
 >> endobj
-3520 0 obj <<
-/D [3446 0 R /XYZ 71.731 127.169 null]
+3668 0 obj <<
+/D [3641 0 R /XYZ 71.731 168.139 null]
 >> endobj
-3445 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R /F55 2194 0 R /F35 1481 0 R >>
+3640 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R /F54 2317 0 R /F64 2732 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3524 0 obj <<
-/Length 2345      
+3671 0 obj <<
+/Length 2097      
 /Filter /FlateDecode
 >>
 stream
-xڅXݏ����@*k�H}'(��%i7hڠ�>�bAK����*Q�n���pF���m�
���p>~Zn��M*E�G�B%�h��#����d�-�l/d���=���\�I��6��D,�M*��j�+��}8�ޚ�ߪ8�"A����ת�5�>�b*���g���w˞q��<�4k���K��]��L�Q�̲��A/�6�2O�%�����'� P�iP�$`O�g_^7|��#͔�`
-۽R��
-m��ȫ�S7ռ��G_z
����lQ�q�������1lL���
���J����=tC�mյ�6���A"���
-��H\�%a�)�����7��,�b$��b%=���;>������3��X��*�@�@�$�h%~!�v��%���o��t�L�0�k�5b��8tń�E�<��5�f�\y;?���f�D�U��/D�]�Z"_�	}�K�l���t����,KA�R�[:3��i��<�J��	
-ڄQ�=v�����q�4U���0ǡ��3�3 x%1,�X�۸/�M^�V^Gq	a��.�Ot��_�Ĝ�Hњ��w4l���OJ��;
-�;����Ɉ��l'�*4�dP�	V��ZU�f��8����Ġ`W1�Tۡ�{��J����)t~��)���_#�Ls���&����.��2�!�(W��R����a��%��^o�����,���*�
���~����1���8LΨ�]՛�ˆ�s���5�w��`9���X����
���_��[�(���$X&a�Bk�9"n��	��G*\��"M�+��i謭͝M�ĕ��G�ypF}1X�������o��Z�2��T�묹�z*A4�;U��<��W/D龯+�2�4���CWJ��|≓F���FN�7k����^3}7Pb� �'K�Fc^�Y{^�w�X9��m!�c��4�Z���|���"��>�	��Yu�쉨l�Ȥa��q -�ھ��]@�@��ZOt���֍y�/��[_g<^�����9|�4lgL��E�;�����k��X��}�R?��hDx�ٿз���?;3�A+S���~@��e�av��<��$p��z�]_"�n�ż����A4䛎�SU�h����7�`(Rq;E������� ��zV�s��H昒i�!�DA����x���9`Y!A�@Y%1:��װF��i���LDP��`u��^������7����D�����v�`a�$ʮv��B�=
���@��n9k�L�X��T�a Tӫ�����i׸���͐���AG��$v�_���h�e rg\r�]9�`��&"�����c�[��97Q7�۹p������Gǎ�U{qj���Ч��x�,!�GAܵ��9wTd���m��8�&�l��9��	��y��g�V1�f��W���:\҃y�<�#�AMS�������ݾ^���:P��;��A�r������-����b�$@��2�#�W�1S9��2�܏��t��ak��7q�g�����a��lPyuP�!C�<�ڳ�6��}8����s;TOH�W��.R}�42�#@d���y�
N�w�R��],	s�jY"�WZ�F�sS��:�-]WE�M<��v��&�c1T���8��\Eo`�|b$ %�K�j�`�#���a
2����R4@����0y��(T\��b@|ۅ�|��b�l�����!�=�Rޛ,���eg,��h ��8K�J�2�*+D�,N�n L��r2��p��K{���;8���A�5+�݄�.��S����ى|���
��@��.ҸF�̇���'<s�Y~����?�|E��P`5��?k�ӳE���d�sѕ���:�p���?٦���^!´%�-�߂NR
-�s���z,��x�}=�9,�Wv����'���/D:p����oi��4�$�����%�E�\D��;_. ;
�C>�� �Vg�����(�K9)�,r�u��M�qХS#*��F�oW��CU�e�=�J)����n)$��mD���ui�\�݆���V·�]zQ��t��=2��Q�"F�*0�o�����~�n��q��r�L�	Of@C:�����3w���F�v3��s�
-�R�E=�����	C��������Ʌ������C)E+�к�m~��+Z(�v| �3/�S�)R09?
1����MΪrV��/i���]J���xq�8��_�3oM�0��/GN~��pׇW���#h凖�s����+U�(��=W�M��R�V��u�m9	jJ��6��Ս2�A���֫�M���?P�<I���?��N�rt!�endstream
+xڥZϗ����_ѷ�~�2��6�d�6�g�K�4��&KChO�}�T4�z��Т���T�*h�·?�K8K�q�+������׈������?�.cY�ϻP�,��.	K#�{>�����z��"�����史�r��E������=���ߞG�(HX��f
�.�x��аa~~�8O�]!И$���"O�CS����`�l�w2$bT�����]~�ÃUY���gymzI�Ǣ�]G㾡_�	p�CS�������}��$�TV��v$����3."e��E�H#R/׼���{�+T���E���V�<Ѹ���i�	W���Eߴo��|���4�Jk�-<*G��J_���:#|��}�izY칗�;�~��s�����7g�ű~��9<�F׆�pUv���ʺ�(��M��4��a��*��p�+MF�Ta��'��B�?�Z��?�7���
+��-l���,��{���M����a���^_p�蹿�\)�
+6�n�5�Q�R�#�i�D��bT�ˮ���g�ʎ�D� ��Z\��^�I���[m��)�V�F�o�RrO����:�S�­�#�D�o}�%�|&x�ad'�5W�\�,��e�
y������﹩�f/"�MrxCҮ�7eQk:�a��X.F�rp�(,(�}b~.o	��A�};�"Ȁ��w)�/_��B#e]�Aj�
+�'I����T���Q�ꥂ:`H�
��w��f��r{N��%��週HM/�&��X�H!�`^��e}��״���ia}��;>�q����u���ߎ�Zad
^�
+�bK��E���Y�E�	�7���w����+��-/.W�Zx�����B��2���.�3�p��QC���L
���,��G0�Bƭ;�d�`����/��r�����s';��c�jŅ��%�v�	f��'rzd�|,ygq�c�\�j�5/륞F�=�9�UByx 1�',#j��8���3ȇ4Yt����6����5��!$�"۪��#K��2����j�/��6?��}���@�aOI�[E��4�M^M}._�����)��	;$
�JHGH.�9Cr�|�&�煍�C֥��Ny�;ܺ�W��fN��8�W�l�8�٭84�UR�M]�%o�E�%'ٶ�����k��ܓ~�hMX3>�u����B�!��Z�ʝ�Nٱ�t^K ���o�%���W�d��ɭ2ؿ*���n�ͼ�GQ�:�(�R��p3��Z(
G8-�9Cj�}V&�������
Q����c�:���w|��50��y�`�]r00��fj�ܕAo'Kl��ҏ,����>�Ci5��T�̏���„Y�����`���`��^0�킴P����3t�9]C0fgS��x��κ���µ�
R$�=��Y�Y
q����Y���Y��'���ZvR���+�U3E��Q���}����"b���Cv¬����B�fs���n��A�M���)	��0aV��!./�ln/�����$©�'��27fi���<{)�ߦbz������Uq�o+%B�o��N�����`S9˃M=����ذTNM��=O�~^$�/�
+ԯ��,~�Vne��Yˆ�Ȇ6g6,�[�`������]�3����N��4GӼ@�l���M���l���!V���	כ��!G�7�	��Z�p��E�N-��J���[…'Ԡx3\�J�G�,�9�e�|.&�3\zy�U���7����lŋ�Y�∘6g�,��c�dw
h��A�Ҙ^e��6Gi�u�V�"u �<����e��ݽ���W8V�W��Qk�o��DR꯱��{x��[��d;H�j&�W�X��Og�s�۾,�U����^5�h�}և��(��÷>ulJ":���,.8L=��AZ^�	�
+Q�c��gnyשá�EcQ�Xu�
���Z�R+��{8�N^�J�ʾi5k�J�f�p���ߴ9���YJ��88�ŗ����aG�e� ��8�vQ��(0�jߩ$[i�t��
���0e��Wfh������N߻P��״r��Q�R�l6!��D"e���ˢh�l��$���endstream
 endobj
-3523 0 obj <<
+3670 0 obj <<
 /Type /Page
-/Contents 3524 0 R
-/Resources 3522 0 R
+/Contents 3671 0 R
+/Resources 3669 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3366 0 R
-/Annots [ 3534 0 R 3538 0 R ]
+/Parent 3637 0 R
+/Annots [ 3677 0 R 3678 0 R ]
 >> endobj
-3534 0 obj <<
+3677 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [179.678 628.05 232.014 636.532]
+/Rect [272.131 579.171 315.707 587.761]
 /Subtype /Link
-/A << /S /GoTo /D (http) >>
+/A << /S /GoTo /D (gloss-htaccess) >>
 >> endobj
-3538 0 obj <<
+3678 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [349.173 466.267 368.62 475.178]
+/Rect [262.114 567.623 321.927 576.105]
 /Subtype /Link
-/A << /S /GoTo /D (gloss-dos) >>
+/A << /S /GoTo /D (http-apache) >>
 >> endobj
-3525 0 obj <<
-/D [3523 0 R /XYZ 71.731 729.265 null]
+3672 0 obj <<
+/D [3670 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3526 0 obj <<
-/D [3523 0 R /XYZ 152.136 695.392 null]
+1630 0 obj <<
+/D [3670 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3527 0 obj <<
-/D [3523 0 R /XYZ 457.305 695.392 null]
+630 0 obj <<
+/D [3670 0 R /XYZ 197.608 706.118 null]
 >> endobj
-3528 0 obj <<
-/D [3523 0 R /XYZ 281.996 669.489 null]
+1631 0 obj <<
+/D [3670 0 R /XYZ 71.731 705.903 null]
 >> endobj
-3529 0 obj <<
-/D [3523 0 R /XYZ 518.615 669.489 null]
+634 0 obj <<
+/D [3670 0 R /XYZ 498.095 666.746 null]
 >> endobj
-3530 0 obj <<
-/D [3523 0 R /XYZ 523.039 669.489 null]
+3673 0 obj <<
+/D [3670 0 R /XYZ 71.731 656.381 null]
 >> endobj
-3531 0 obj <<
-/D [3523 0 R /XYZ 71.731 656.538 null]
+3674 0 obj <<
+/D [3670 0 R /XYZ 159.969 620.718 null]
 >> endobj
-3532 0 obj <<
-/D [3523 0 R /XYZ 71.731 656.438 null]
+3675 0 obj <<
+/D [3670 0 R /XYZ 71.731 605.61 null]
 >> endobj
-3533 0 obj <<
-/D [3523 0 R /XYZ 71.731 641.494 null]
+3676 0 obj <<
+/D [3670 0 R /XYZ 71.731 590.666 null]
 >> endobj
-1561 0 obj <<
-/D [3523 0 R /XYZ 71.731 602.042 null]
+3679 0 obj <<
+/D [3670 0 R /XYZ 76.712 551.577 null]
 >> endobj
-578 0 obj <<
-/D [3523 0 R /XYZ 369.383 562.67 null]
+3680 0 obj <<
+/D [3670 0 R /XYZ 71.731 541.615 null]
 >> endobj
-3535 0 obj <<
-/D [3523 0 R /XYZ 71.731 559.478 null]
+3681 0 obj <<
+/D [3670 0 R /XYZ 81.694 508.738 null]
 >> endobj
-3536 0 obj <<
-/D [3523 0 R /XYZ 71.731 542.342 null]
+3682 0 obj <<
+/D [3670 0 R /XYZ 71.731 506.581 null]
 >> endobj
-3537 0 obj <<
-/D [3523 0 R /XYZ 71.731 494.326 null]
+3683 0 obj <<
+/D [3670 0 R /XYZ 71.731 506.581 null]
 >> endobj
-3539 0 obj <<
-/D [3523 0 R /XYZ 348.289 455.472 null]
+3684 0 obj <<
+/D [3670 0 R /XYZ 91.656 495.787 null]
 >> endobj
-3540 0 obj <<
-/D [3523 0 R /XYZ 301.416 442.521 null]
+3685 0 obj <<
+/D [3670 0 R /XYZ 120.717 495.787 null]
 >> endobj
-3541 0 obj <<
-/D [3523 0 R /XYZ 370.113 429.569 null]
+3686 0 obj <<
+/D [3670 0 R /XYZ 120.717 495.787 null]
 >> endobj
-3542 0 obj <<
-/D [3523 0 R /XYZ 478.765 429.569 null]
+3687 0 obj <<
+/D [3670 0 R /XYZ 147.218 495.787 null]
 >> endobj
-1562 0 obj <<
-/D [3523 0 R /XYZ 71.731 399.517 null]
+3688 0 obj <<
+/D [3670 0 R /XYZ 147.218 495.787 null]
 >> endobj
-582 0 obj <<
-/D [3523 0 R /XYZ 171.235 356.419 null]
+3689 0 obj <<
+/D [3670 0 R /XYZ 76.712 477.854 null]
 >> endobj
-1563 0 obj <<
-/D [3523 0 R /XYZ 71.731 352.589 null]
+3690 0 obj <<
+/D [3670 0 R /XYZ 81.694 464.902 null]
 >> endobj
-586 0 obj <<
-/D [3523 0 R /XYZ 413.668 317.047 null]
+3691 0 obj <<
+/D [3670 0 R /XYZ 92.483 464.902 null]
 >> endobj
-3543 0 obj <<
-/D [3523 0 R /XYZ 71.731 306.682 null]
+3692 0 obj <<
+/D [3670 0 R /XYZ 71.731 464.714 null]
 >> endobj
-3544 0 obj <<
-/D [3523 0 R /XYZ 401.183 296.923 null]
+3693 0 obj <<
+/D [3670 0 R /XYZ 71.731 464.714 null]
 >> endobj
-3545 0 obj <<
-/D [3523 0 R /XYZ 457.301 283.971 null]
+3694 0 obj <<
+/D [3670 0 R /XYZ 91.656 451.951 null]
 >> endobj
-3546 0 obj <<
-/D [3523 0 R /XYZ 239.311 258.068 null]
+3695 0 obj <<
+/D [3670 0 R /XYZ 71.731 449.794 null]
 >> endobj
-3547 0 obj <<
-/D [3523 0 R /XYZ 71.731 250.93 null]
+3696 0 obj <<
+/D [3670 0 R /XYZ 91.656 439 null]
 >> endobj
-3548 0 obj <<
-/D [3523 0 R /XYZ 319.244 214.233 null]
+3697 0 obj <<
+/D [3670 0 R /XYZ 135.691 439 null]
 >> endobj
-3522 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F61 2401 0 R /F35 1481 0 R /F32 1151 0 R >>
-/ProcSet [ /PDF /Text ]
+3698 0 obj <<
+/D [3670 0 R /XYZ 135.691 439 null]
 >> endobj
-3552 0 obj <<
-/Length 2201      
-/Filter /FlateDecode
->>
-stream
-xڥXY��~�_!�Kd`�I���\Y�l��l�nk[��������d[�$h4T,�b�-��d�I�i��B�4	��]<�̏w�I�i*T��^��&:E���b�����+�H�I��)�J��n�k��h΃�6[��a"��q��T�U�Č��ת�����O��̄�	���JDYF�%B^����s��nm�H�[��HP7X:��Ui��n7*	_z��#E8��8�����ldZ��z�εe�~#C<V�pw���3�#J�"���M�g�s���c��U�[(G���V'�d����c�_G�p�ɣ�E൥E"��eg̀
-%Qh��X�9&%���B�d{�ŵ`jx�H<��۪��_��ϻ)b\($Y&�,^�)'�]�pHe[�(/���M���X$j����|8/Y;|��\���/N��<��/�q\;�Gr2�E�����i��{����D忍���r�$�A�u��*֠4���˶���6�3%bU8�}��rh��M���[�I`q,���,�-�8������������,N����~fK�p8��)4�����u���ޜEnE���t�~m�:�� n���H~���o��C���;�-V
-$(h����VoQt��VljP��(1��G�-�7�6�mr�.y�u������1�
-$XI ؀@L����&�`~����iv#���sg�vc�Dy��so��,ε�n�~ƩS�oiܪj�[��mݩ� i[n,�E��P�z�-�����<ڛG]UR�Guv�C���4.sE����T�@��v!:��kz�m�۞��mX�j�{��e�$�[��mlgj����pK%^����ŵ@�2�����j���t�Ub+�����l��*��t<�k3պ/�'�q��W���-�5�����R�,�=�2�͙��S%�Y�[4�t{�
~�ܘGp��*�>�@�	Γ�7�Nx)q�G9��ۤ`�ӹ��=æ������~���:)��*'�*4>��'J,�a�Lݶ��b��`mͬ����O&4U`@ǖ�Z1�9�;�$����-���vnGκ��m���)�FN56��q8�2(sk�����X�����'7���zf��	2\taX�ʣ��ԙ�>��"p����zʴ�N�a��k�b�ɼ��{�$,��"�<Q�����v����N�]�0.�]5aNB&�Ǔ@83�䒎�
-��	3F�����r''���
-/��6�q�o��?���j�<��{jo�ču���uiQ����E����+3qn;�]�=y#��.%�a��j�XO��PZ�H�
-��Ee����lB7��z#���I5����q6�����^���7��=W�X��A�x2��VBgj*R�e���-�{�
�Xb����HH��oGm)O�a�GK���~��
�y�Lc)B*�tm�P�n�`n��
-	X7qphR������
U9V��҄�a���%+�R6����"�/r��M���CW(��،@4T���������
Y�:%�N��#H��?�BZO6K�N���8*ۓ��9V}����T�q��{3c�שfH�z���w0l�U��pg"�<�+�SF"K�K�C�@�����{x4����2T��L�ȊI�ص����[��x�8ޱ��`��khL��"h�VP�/�R��UZ����a���,�W_��|��|p=��U_Bvt6v��vO%7�C�M��ٷ�*��E�ꦔ��bJ������~�=
-�P?��?����c����}�������L;A���ڂ����[��VB\���,�:�B'y��L�QNF��&cu
B+2?�dv��a�kF*R�%�=DM2?�`�%yvoD��8�M&ϙ����9'� ����
-a7����8��1c8bD鄒�8/��cr��j�6fV�����I�=�v���ԒsŅF԰'؃�=~R�(�rb=�.�Ȃ҇�B�V�E��7� �W��2Ȍz�匄林��,�N�|�F
-���Sˋ�v�5�xp�M�C!�I@�I�	G��T�i���#��(�:��� L%��3?�_����#�JDpYD�ѵ��%�yH	D������z�@Q�F���2�ڳ����gWʕ���Pfy��el΀�61��m,Ec�b�^�!~��-�E.g�O���&
-RWN� ������~�Ɵ�_�8%{endstream
-endobj
-3551 0 obj <<
-/Type /Page
-/Contents 3552 0 R
-/Resources 3550 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3578 0 R
-/Annots [ 3567 0 R ]
+3699 0 obj <<
+/D [3670 0 R /XYZ 76.712 421.067 null]
 >> endobj
-3567 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [390.612 336.55 442.915 345.462]
-/Subtype /Link
-/A << /S /GoTo /D (template-http-accept) >>
+3700 0 obj <<
+/D [3670 0 R /XYZ 81.694 408.115 null]
 >> endobj
-3553 0 obj <<
-/D [3551 0 R /XYZ 71.731 729.265 null]
+3701 0 obj <<
+/D [3670 0 R /XYZ 92.483 408.115 null]
 >> endobj
-1564 0 obj <<
-/D [3551 0 R /XYZ 71.731 718.306 null]
+3702 0 obj <<
+/D [3670 0 R /XYZ 71.731 407.407 null]
 >> endobj
-590 0 obj <<
-/D [3551 0 R /XYZ 388.547 703.236 null]
+3703 0 obj <<
+/D [3670 0 R /XYZ 71.731 407.407 null]
 >> endobj
-1565 0 obj <<
-/D [3551 0 R /XYZ 71.731 692.184 null]
+3704 0 obj <<
+/D [3670 0 R /XYZ 91.656 395.164 null]
 >> endobj
-594 0 obj <<
-/D [3551 0 R /XYZ 220.023 651.159 null]
+3705 0 obj <<
+/D [3670 0 R /XYZ 71.731 393.007 null]
 >> endobj
-3554 0 obj <<
-/D [3551 0 R /XYZ 71.731 642.336 null]
+3706 0 obj <<
+/D [3670 0 R /XYZ 71.731 393.007 null]
 >> endobj
-3555 0 obj <<
-/D [3551 0 R /XYZ 269.966 616.649 null]
+3707 0 obj <<
+/D [3670 0 R /XYZ 101.619 382.213 null]
 >> endobj
-3556 0 obj <<
-/D [3551 0 R /XYZ 71.731 605.884 null]
+3708 0 obj <<
+/D [3670 0 R /XYZ 71.731 380.056 null]
 >> endobj
-3557 0 obj <<
-/D [3551 0 R /XYZ 81.694 577.874 null]
+3709 0 obj <<
+/D [3670 0 R /XYZ 101.619 369.261 null]
 >> endobj
-3558 0 obj <<
-/D [3551 0 R /XYZ 242.937 577.874 null]
+3710 0 obj <<
+/D [3670 0 R /XYZ 142.884 369.261 null]
 >> endobj
-3559 0 obj <<
-/D [3551 0 R /XYZ 71.731 575.717 null]
+3711 0 obj <<
+/D [3670 0 R /XYZ 142.884 369.261 null]
 >> endobj
-3560 0 obj <<
-/D [3551 0 R /XYZ 81.694 559.941 null]
+3712 0 obj <<
+/D [3670 0 R /XYZ 76.712 351.328 null]
 >> endobj
-3561 0 obj <<
-/D [3551 0 R /XYZ 346.268 559.941 null]
+3713 0 obj <<
+/D [3670 0 R /XYZ 91.656 338.377 null]
 >> endobj
-3562 0 obj <<
-/D [3551 0 R /XYZ 81.694 546.99 null]
+3714 0 obj <<
+/D [3670 0 R /XYZ 71.731 336.22 null]
 >> endobj
-3563 0 obj <<
-/D [3551 0 R /XYZ 71.731 524.076 null]
+3715 0 obj <<
+/D [3670 0 R /XYZ 71.731 336.22 null]
 >> endobj
-3564 0 obj <<
-/D [3551 0 R /XYZ 71.731 491.035 null]
+3716 0 obj <<
+/D [3670 0 R /XYZ 101.619 325.426 null]
 >> endobj
-1566 0 obj <<
-/D [3551 0 R /XYZ 71.731 447.199 null]
+3717 0 obj <<
+/D [3670 0 R /XYZ 71.731 323.269 null]
 >> endobj
-598 0 obj <<
-/D [3551 0 R /XYZ 303.155 404.102 null]
+3718 0 obj <<
+/D [3670 0 R /XYZ 101.619 312.474 null]
 >> endobj
-3565 0 obj <<
-/D [3551 0 R /XYZ 71.731 391.931 null]
+3719 0 obj <<
+/D [3670 0 R /XYZ 145.653 312.474 null]
 >> endobj
-3566 0 obj <<
-/D [3551 0 R /XYZ 71.731 362.453 null]
+3720 0 obj <<
+/D [3670 0 R /XYZ 145.653 312.474 null]
 >> endobj
-1567 0 obj <<
-/D [3551 0 R /XYZ 71.731 336.55 null]
+3721 0 obj <<
+/D [3670 0 R /XYZ 177.534 312.474 null]
 >> endobj
-602 0 obj <<
-/D [3551 0 R /XYZ 308.598 299.335 null]
+3722 0 obj <<
+/D [3670 0 R /XYZ 177.534 312.474 null]
 >> endobj
-3568 0 obj <<
-/D [3551 0 R /XYZ 71.731 289.192 null]
+3723 0 obj <<
+/D [3670 0 R /XYZ 209.414 312.474 null]
 >> endobj
-3569 0 obj <<
-/D [3551 0 R /XYZ 363.706 279.21 null]
+3724 0 obj <<
+/D [3670 0 R /XYZ 209.414 312.474 null]
 >> endobj
-3570 0 obj <<
-/D [3551 0 R /XYZ 219.335 253.307 null]
+3725 0 obj <<
+/D [3670 0 R /XYZ 241.294 312.474 null]
 >> endobj
-3571 0 obj <<
-/D [3551 0 R /XYZ 320.961 253.307 null]
+3726 0 obj <<
+/D [3670 0 R /XYZ 241.294 312.474 null]
 >> endobj
-3572 0 obj <<
-/D [3551 0 R /XYZ 71.731 240.356 null]
+3727 0 obj <<
+/D [3670 0 R /XYZ 76.712 294.541 null]
 >> endobj
-3573 0 obj <<
-/D [3551 0 R /XYZ 157.2 240.356 null]
+3728 0 obj <<
+/D [3670 0 R /XYZ 91.656 281.59 null]
 >> endobj
-3574 0 obj <<
-/D [3551 0 R /XYZ 71.731 238.199 null]
+3729 0 obj <<
+/D [3670 0 R /XYZ 71.731 279.433 null]
 >> endobj
-3575 0 obj <<
-/D [3551 0 R /XYZ 118.555 199.635 null]
+3730 0 obj <<
+/D [3670 0 R /XYZ 71.731 279.433 null]
 >> endobj
-3576 0 obj <<
-/D [3551 0 R /XYZ 165.524 191.171 null]
+3731 0 obj <<
+/D [3670 0 R /XYZ 101.619 268.638 null]
 >> endobj
-3577 0 obj <<
-/D [3551 0 R /XYZ 341.284 179.514 null]
+3732 0 obj <<
+/D [3670 0 R /XYZ 76.712 232.773 null]
 >> endobj
-1568 0 obj <<
-/D [3551 0 R /XYZ 71.731 145.938 null]
+3733 0 obj <<
+/D [3670 0 R /XYZ 81.694 219.822 null]
 >> endobj
-3550 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F44 1937 0 R /F48 1949 0 R /F33 1242 0 R >>
+3734 0 obj <<
+/D [3670 0 R /XYZ 92.483 219.822 null]
+>> endobj
+3735 0 obj <<
+/D [3670 0 R /XYZ 71.731 218.414 null]
+>> endobj
+3736 0 obj <<
+/D [3670 0 R /XYZ 71.731 218.414 null]
+>> endobj
+3737 0 obj <<
+/D [3670 0 R /XYZ 91.656 206.87 null]
+>> endobj
+3738 0 obj <<
+/D [3670 0 R /XYZ 76.712 188.937 null]
+>> endobj
+3739 0 obj <<
+/D [3670 0 R /XYZ 81.694 175.986 null]
+>> endobj
+3740 0 obj <<
+/D [3670 0 R /XYZ 92.483 175.986 null]
+>> endobj
+3741 0 obj <<
+/D [3670 0 R /XYZ 71.731 174.578 null]
+>> endobj
+3742 0 obj <<
+/D [3670 0 R /XYZ 71.731 174.578 null]
+>> endobj
+3743 0 obj <<
+/D [3670 0 R /XYZ 91.656 163.034 null]
+>> endobj
+3744 0 obj <<
+/D [3670 0 R /XYZ 71.731 140.12 null]
+>> endobj
+3669 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F54 2317 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3581 0 obj <<
-/Length 2712      
+3748 0 obj <<
+/Length 2147      
 /Filter /FlateDecode
 >>
 stream
-xڥYK���ϯ��RՈC|����UIU��`�@��D/E�|�x���5�AR���rjk�@���n�
-V>��4�R�O�{a��Ӄ�:`���@0���]�|�����R����zޯ"?�T�RzY�������y��f��:���n�s���=0�����&X�MSl~}�������X�^��O2�pn��*��SB�9)�e����<�85F8¬ s�g1Ԧe�?�p4�	��,��چ�������a�~5#
���&��E;0x0��U=�:������6q��<�ӹ)�?�ƣ��/�v�l�tI{{f�96[��^�<��u�Уل1��f�W��e�2�1{������N��H+A��1����4]�Ó�h�%L[1��X�G2c����Y�UϓSQ���W��M��+�Ҝeh��N6��&e��`��IgF&:'��K�p=-s=-Ef`�a�V����CWTz6|�zo�	KV������U����0+>�5�V.-�g��l�Y0��N��Ufb���N����{݌V�A���U��`�ַT�{��B��m��S�������� �-Ӷ�vI�(R�'u��ZD:wfW��x��i֓v놗��g���]�N'�8�I���N��.�ew���Ό�#�x�~z�趗��t���0��ћ ^�A��r�~
-��p֫ʽsVk��wVW�Bno!�� �G���!�<)�E{�B�Y��XlB��2Ð�d�/uC�ȓ�[F
-At%g�0��P�EӼ�}�Q<娗L�>���{"��-p�D^�‰�Xq�i�5#")M�a�Ed
-�J!�<$M���`8��ш��'60���O�yP�N��r|S�_hX���[+��r_	��q�����I�_�؟�8���w$�TiGD���ĩԀx�	�\`A�=�9$N:���\�
#8.`(.��Qk�H�2~`�	��P*�ү�Y9d�N���H�GWޭen�M�*�u:��$�׽�� ��SD$8�}�Qi
���{��0�	u��(;�pY�R��S�����L��h�������a�aDO��&n^��2nr�UK�x�J����y�"�OB i�e����i�E�0�ډK��[TK�gԐ���uu���&�q�n��m[�H'�S�E
-�Ka�[SΎ�Z���;$�7*"��	k��t+
-"���]%��^0	�Ћ�n��|&�D����"!�H鑋��k]RQ�c~��{r��������ԽL���B��"��`t���`I7Ou���2L.K9�J9�f�Þ��摗���*��7T��܆"�ʫ�����Ȗ���l���xepg.������w(����N{d���	��鋭T�U�\[*���I��Jq�@���P�>K���M%S�a�hz�#�Nd�Z��������/�5��y�K0�%.5�N�FH,�K��S�v������e�ag��%�P��ȳE�K�K}�c��ⴽ`�},7�-0�!D6p-�K���" �t�K�@|(S����Q�=!T#�?�v[��E%?�M�U�TZ�(�΂�Q�
-������H��]4��Ұ��5����]K�cN�\�Mw��������t��S}���n����txA�ծ���ט���U�mu��(K�?b�I�*�$]T^���h4�'�+��Z_�`�i�ψ{��4�3�w�f�윘��X��H<��D׎ �oo���+9r���S>�)}B{
-�q��֟�!�O�h-pJ{�e0�t��^�a�t,]<M�����
-(rw�e�)fYcV'C�*�< �x���G�`[2/ɏWA���l�	"P���nK�.��^0)+j����H���a�!���fZ=��z��t��l���M�r��8a�x��^v�GwB��Y՝{�i������I���F"��izs` �d�X"�r6�}����^1����f{�˽�ɕ�_P�$����5ʿ���F�d�q�ւ����pJ.q�h��P�S����@��~�4cNP;�2��oq�1��R�yq\��=��G(�?�z�޹�1I�$qoŞ�+q��2�l�U���yI��ݦ����&�
-���d�P㱝;Y/��{�c�z~�}�Ye)A��7
-�����S�Չ=Ҳ^s���gZ�R֩���g��m����*�p�]?���4B��yQ�Ћ��?�ꯪ�#�~���!G*�T��/?�^��?�k�g�a�y�)�W�nHl7���G��
-�*�V��=�I��w�N��Z��+�Y�e>���d�E���/�dؐ-|m���N�>֝���	z�&������mϊ}O��_p��WW��s&Dz��?�}/x�I�̺>�Q��5�Hyi�>�i�S;v����m������8�x*Q�+��D��~&�l�P�V�h��
-U#�Fa��n�����3�	�8�Xy�1�͓������F
-w�%	x���K�#����?�KL�X�O��(�%�ﶒy���&�
-����Rm�����휖yi~�{Ϧ�kK�p��{��P�PËR+seg��uM��Es1��*�d2�N�0LTw�=�C���[�$�f��xx*Ts�b��j�qz
-$��������j� WT󋝀��`���)S��eS��ۼE7��+��~��'���0��~zzyy�����Z�t�'��=�1�K�8�z���	1�(� ��/�3���1��k��[�Kޞ�?xq�Dendstream
+xڅXm��
�~�b�~�
�h-�=AQ�.IsA���")[3v�o��n~}I�����m����h�"R��M�r�J��0�\�$���`s�����,�e����ݻ���p��<	7��&R��e�IC%�Xmv��އJ֌�VŁ	������4�d�y������ݭ:�0y�i�"sc�J�v-�2F�3����j[�݃�ͥ�&c����o>WfI��D��Ae����#˸C����HO��/3��8U��b��Ă�8���?�v���-Aލ�;��Ȁ��ИāD��I�R��=zaF�5ug��<��<�E�>���w@e����^O�5�} r�ۡy!z�;T	q�7�/A���H��@���d�g3��!�Kg'@��,k�k�uɜ}���{�F�.�Y�6@g�o�*��kW_� �p�@��ս��4�yd��4�)0�_�L��H�l�$�Hsud���Bȁ�ʐW�=�lD����k�
+R%�ћ��7իr/H���0pC�u7Y �߳3jbW
��	U\;�V���P4{��L�M��  =�����4�'�q=�UF�xW�(��1&�|͜��
+��o�5�ݑ>L���{���,)�Dqn���Vcomc�(��,W>�O�3��t���o����d��ߟ���ޚ;�T��Ű]U�_C��z�@������
�8�`L��C�S��F�.�FNQ���])D@�e��Bs��5��r�>Z[��`�����OS�j�b٘{%�Ţn���ҖϾ�R$1e�� ~��Sm+�z�u���+'�������
+�%�
+\�笲�f�B��^�囪�q��Еl�l�m��J `#
+D�����(�$�pLُ�C�0��4̾t�X �����'�?;3�A_���<�ކ?C�qU��&�U�i����ɐH�;t1�ukX��x��tq��T�EE˅��"��=�T�n#���/8���Y6ĵ�P���i�!g� ����x��s��B��@Z%1:�կ�k�B��&��@i�W\���Mc�z#<:׍+}P{��:��v	�0
EeWڴ����w9�����Ѝ�sSE��$��2�q&J�0�PTӫ�•��f�MW`������!5�=��EG�u��/D�6ZvD�R��h_�K���-�D�q���~�Z$�R���7b�in�8Y��]g���cG����@/f]��ǟp���,Г �})�N�5wTd����uIrR-$6��M�2�����tB���3�u=����%=����?��ah�fM#4=|���|�C��Z&��	�����,,heGl	m]
�B�s$:Hc�r���s�TMw����5���"�,��&�Я+�|�v|2l�]*�.�1 $Σ� _�˷@�Ñ���t�V]yB��]c���>V�x�t2_���5Io��$�$���_h]�4"gZZ�_꘶8muSu?���:m�}x1փ��8�V`���֖�|b$��%D�9�b�3.���5ȀnNzJ���##��a�[�p�bԶ����V��tY�����l��i<?��%����S5�>��<gP�D(㫴�*�ũW�
�0�O '�n�Z��'Z8{��bPlÛMƒ��3r�
+-��ȇ:�c�AT�sX���4~�i�÷��|��|����Ǘ;7��t(0���5E�dq�az\��T��y��Z}���+�6�l�K�`�0]I�E��r���R
+Zsu��|�M�;6cO`kꕽ��d�[~N����+��i��<�$���Ȓ�"Y/���������cg�9�E���b�
+ߌ��tR�Y�Gl�)[�7�Q�n�QZ �7�}S�U�I�@J������RH�y�s#���y/M���0h˴�r>�q�E�G��5��#�z>�kIJ���BT>����v_g���g�Mx�4�s����~\�����0#�YDN�
�榤]�h����@”����4�����W�-6��ꡔ��f�\������-	�Z7=���?�#s�)R��<
d���
fU����m��Cz���=?/J1>�F��;C5̮�ˉ�������?;?�V~�(�1Cե_���a#��S���Kʹ���;궜5��u�?�E�Ƞ�}��̳�M�+p�\w���ɗ~��U�?9��endstream
 endobj
-3580 0 obj <<
+3747 0 obj <<
 /Type /Page
-/Contents 3581 0 R
-/Resources 3579 0 R
+/Contents 3748 0 R
+/Resources 3746 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3578 0 R
+/Parent 3637 0 R
+/Annots [ 3755 0 R 3759 0 R ]
 >> endobj
-3582 0 obj <<
-/D [3580 0 R /XYZ 71.731 729.265 null]
+3755 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [179.678 666.905 232.014 675.387]
+/Subtype /Link
+/A << /S /GoTo /D (http) >>
 >> endobj
-3583 0 obj <<
-/D [3580 0 R /XYZ 71.731 741.22 null]
+3759 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [349.173 505.121 368.62 514.032]
+/Subtype /Link
+/A << /S /GoTo /D (gloss-dos) >>
 >> endobj
-606 0 obj <<
-/D [3580 0 R /XYZ 347.534 707.841 null]
+3749 0 obj <<
+/D [3747 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3584 0 obj <<
-/D [3580 0 R /XYZ 71.731 697.476 null]
+3750 0 obj <<
+/D [3747 0 R /XYZ 152.136 708.344 null]
 >> endobj
-3585 0 obj <<
-/D [3580 0 R /XYZ 71.731 654.675 null]
+3751 0 obj <<
+/D [3747 0 R /XYZ 457.305 708.344 null]
 >> endobj
-3586 0 obj <<
-/D [3580 0 R /XYZ 412.638 643.881 null]
+3752 0 obj <<
+/D [3747 0 R /XYZ 322.488 695.392 null]
 >> endobj
-3587 0 obj <<
-/D [3580 0 R /XYZ 111.263 617.978 null]
+3753 0 obj <<
+/D [3747 0 R /XYZ 71.731 693.235 null]
 >> endobj
-3588 0 obj <<
-/D [3580 0 R /XYZ 71.731 615.821 null]
+3754 0 obj <<
+/D [3747 0 R /XYZ 71.731 678.291 null]
 >> endobj
-3589 0 obj <<
-/D [3580 0 R /XYZ 71.731 600.877 null]
+1632 0 obj <<
+/D [3747 0 R /XYZ 71.731 640.897 null]
 >> endobj
-3590 0 obj <<
-/D [3580 0 R /XYZ 71.731 551.826 null]
+638 0 obj <<
+/D [3747 0 R /XYZ 369.383 601.524 null]
 >> endobj
-3591 0 obj <<
-/D [3580 0 R /XYZ 71.731 525.923 null]
+3756 0 obj <<
+/D [3747 0 R /XYZ 71.731 598.332 null]
 >> endobj
-3592 0 obj <<
-/D [3580 0 R /XYZ 213.956 512.972 null]
+3757 0 obj <<
+/D [3747 0 R /XYZ 71.731 581.197 null]
 >> endobj
-3593 0 obj <<
-/D [3580 0 R /XYZ 71.731 510.815 null]
+3758 0 obj <<
+/D [3747 0 R /XYZ 71.731 533.181 null]
 >> endobj
-3594 0 obj <<
-/D [3580 0 R /XYZ 71.731 495.871 null]
+3760 0 obj <<
+/D [3747 0 R /XYZ 348.289 494.326 null]
 >> endobj
-3595 0 obj <<
-/D [3580 0 R /XYZ 134.999 486.371 null]
+3761 0 obj <<
+/D [3747 0 R /XYZ 301.416 481.375 null]
 >> endobj
-3596 0 obj <<
-/D [3580 0 R /XYZ 71.731 458.476 null]
+3762 0 obj <<
+/D [3747 0 R /XYZ 370.113 468.423 null]
 >> endobj
-3597 0 obj <<
-/D [3580 0 R /XYZ 71.731 386.581 null]
+3763 0 obj <<
+/D [3747 0 R /XYZ 478.765 468.423 null]
 >> endobj
-3598 0 obj <<
-/D [3580 0 R /XYZ 71.731 334.775 null]
+1633 0 obj <<
+/D [3747 0 R /XYZ 71.731 438.371 null]
 >> endobj
-3599 0 obj <<
-/D [3580 0 R /XYZ 71.731 319.831 null]
+642 0 obj <<
+/D [3747 0 R /XYZ 171.235 395.274 null]
 >> endobj
-3600 0 obj <<
-/D [3580 0 R /XYZ 417.328 310.331 null]
+1634 0 obj <<
+/D [3747 0 R /XYZ 71.731 391.443 null]
 >> endobj
-3601 0 obj <<
-/D [3580 0 R /XYZ 218.704 298.675 null]
+646 0 obj <<
+/D [3747 0 R /XYZ 413.668 355.901 null]
 >> endobj
-3602 0 obj <<
-/D [3580 0 R /XYZ 508.932 298.675 null]
+3764 0 obj <<
+/D [3747 0 R /XYZ 71.731 345.536 null]
 >> endobj
-3603 0 obj <<
-/D [3580 0 R /XYZ 76.712 270.381 null]
+3765 0 obj <<
+/D [3747 0 R /XYZ 401.183 335.777 null]
 >> endobj
-3604 0 obj <<
-/D [3580 0 R /XYZ 118.555 226.836 null]
+3766 0 obj <<
+/D [3747 0 R /XYZ 457.301 322.825 null]
 >> endobj
-3605 0 obj <<
-/D [3580 0 R /XYZ 135.395 218.372 null]
+3767 0 obj <<
+/D [3747 0 R /XYZ 239.311 296.923 null]
 >> endobj
-3606 0 obj <<
-/D [3580 0 R /XYZ 222.231 218.372 null]
+3768 0 obj <<
+/D [3747 0 R /XYZ 71.731 289.784 null]
 >> endobj
-3607 0 obj <<
-/D [3580 0 R /XYZ 433.177 218.372 null]
+3769 0 obj <<
+/D [3747 0 R /XYZ 319.244 253.087 null]
 >> endobj
-1569 0 obj <<
-/D [3580 0 R /XYZ 71.731 184.795 null]
+3746 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F23 1197 0 R /F44 2030 0 R /F60 2522 0 R /F32 1211 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-610 0 obj <<
-/D [3580 0 R /XYZ 267.224 152.399 null]
+3773 0 obj <<
+/Length 2453      
+/Filter /FlateDecode
+>>
+stream
+xڍ�n��}��oWdE�6k���L�����F�m6��J��M��g�,�K��yx6�g��E�"��<��*���r�!\la�O"�H�,P����U�A���	�OO���
+�,-O�QJ*�O�?��;}L�\�|��������q�_[�z�����(T�"��sb��Pi�n�B����`�FH�EY,�*
+RT
+(�v�_��(�z�4)�fXF�����f�v{}€)LS�������W��~ڙ�+���aDV`0�����(��`n*?�Ȫ�a��7�{�TP���g���a8||x�u#x�3�S6�������I��l����{k�<Ш>^M]�{�-�~�e;)���h�_�i���r<���'n�*����e�z`I���ڴ�ȇ-Ҡ݈��0Z	�l�:;
+EGq:GPA�c��
���"k5�4}�;[�1`��X+�h�{�����ñ3��4�n����A��܀d�.�%���o.��
/;
+���)�H4�����^T�o
+G�ܪ��/t�8���������}�^��H.��-�{�g�/;�l���������'���q뙫��ײl� �����l�	�M�k�
�h��d��3�����iW<!�Z��	�g�f%�~��8�Œ��t�9�jo��(r����,�
+0�\�%hqx��3�SkD(�&������G��?�ߵG�:O錈�e��|A��&�e3r�N�c�ZU�%��=Uʟ� ["�@���8����9�j��2�x�S^y�rD_�_����p��ތ
�]�ZA�%�dͿ�l!�+{�e�����,�v���:�alj��xd���d"�m*�{Pn���%� ��ϼ�ږ/3y?����Uh�4�_{��0ʄqkۼ���� ���'^�	�:&j'��4�j[s�SJ 
+eg6���0j��E5lږ�O��x�C����:�'� _�fU�w��(F����ƭ�
��@�ԇ���~
+��eFp]*�P�Z���/INx
+B��Kt]���
+��\#�5KQ�ޜn�g(���k�N������w@=�]jz���w�%p�pi�E@����)Q1�7�F.����"�;�p:�=����B�ȘϜ�y����9�ӷ��|�T:�r�n��y�Y�!�:2���\>�y�j�!N}��B���lƈyڦS{��#_�!�r�� ����_X�����;V�����*�� �[�|��v�t��̔k:���-jBy�Hj���J͘��P)B�3��R4z�����{��43f�4#�e+�g[��顋�"f�xS��.̎q&"S��H��u�&uA$�0�jM��28��$�O��S9�Y#�ʢ��<=���3�43g@�
x��bdgd�-A�A,��|�ɚ8�z,5���R��TV�$��f}��o���9A
�`�s�p(x�V	pEֻ%�=�3�(���g�z8�"��-V�r`�MG�V�_IS&�֖kQ����?�����q(�=�kN"]�!YA!6I8΂�X:r��l6y���HUQk�}9�d[0��-M�PLMm��*�t`oe}`Џ���-�m�k-
2A�t��%�@�-\��'L�k_(�5'�d�^��j��q%
�5ԕ�}��������<g�����R���� �>���t����,MM7Asi@���t�͏(�ྚ�{;���Mz}Tk�r�T�{���=O8���R4dtF�A�WqZI�>/lZ������'�P*�F1��������J�;6Sd(�%��X��s喵#����9�ٳ���t�[�۱���y������N87C�����͐w)���wG��-����Ch6dX�o���/6����0��XL�J��Kǣk��R��'�I�#�7����VD���q����WQ׶��,�����`�D�8��C�<-�R�.����P*��eq	$�BYӛ�H�Pɰ��&w
��c����9g�v����A��Y.�a��w���ǿh�&]gl���G)t���F�s��
+���2�+��5�{�gl]�Dž{�
�M�M��� �����P�:����)+-X�IqS���ֵ��S�Kde��"Ҹd �CM��x���^^+�"������_�k�c�))� ʤ���N�'�C���4�it?RNpn����{�-������ܑ=c˭��X���:���(���sN#�"J���@2���4>X<�[�~iܻ�rO2Ȧ�ќX�&6.>�x��x��̸��_���o�6@���o������53CB�DKۜ���Y��~|Y��egv[��7$&�֓�0�v�\{�4d�}
��ut��a��	�L)�O���
e�ȅ�8�Kr��]���P�endstream
+endobj
+3772 0 obj <<
+/Type /Page
+/Contents 3773 0 R
+/Resources 3771 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 3637 0 R
 >> endobj
-3608 0 obj <<
-/D [3580 0 R /XYZ 71.731 149.429 null]
+3774 0 obj <<
+/D [3772 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3609 0 obj <<
-/D [3580 0 R /XYZ 71.731 132.294 null]
+1635 0 obj <<
+/D [3772 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3610 0 obj <<
-/D [3580 0 R /XYZ 266.919 111.951 null]
+650 0 obj <<
+/D [3772 0 R /XYZ 320.829 703.236 null]
 >> endobj
-3579 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F32 1151 0 R /F44 1937 0 R /F48 1949 0 R >>
-/ProcSet [ /PDF /Text ]
+1636 0 obj <<
+/D [3772 0 R /XYZ 71.731 692.184 null]
 >> endobj
-3613 0 obj <<
-/Length 3097      
-/Filter /FlateDecode
->>
-stream
-x�}YY���~����x(@�y�^�c{'�l���EFKlI��ВM���>u5I6���ꫪ�ꫪ���ϿK}7
��n��w���w����|��!�٘7�g/އ�]��Ix���E^�Qt������ݺ������Fw�U{N����Л�.���3�Ͱ�s�;eU����n=����g�w��c���I:� �b7
-I��A/V�:��1�+ґ��gl�z�z����2�����m�XR�f?��L({��?vNmS\��oۣ�܍g��~(�r_ı#=�V}ۨMu�64O<δ�9��G��#�#����\�bC�S�j�G:��Ke�)�%�v�:�X�(��ȝm��<gɝ�v`b�����R�Vp�͠*����|Y���
-��a��0λ<����S����u�ß+�Ÿ��;s��ŋ���E;�Uhep%�9�R~��a��E�l&�l`�ЧK�SC�TG�?�CUH��AhnUg��P���[�I�ڴ�ao����Fk�Z+�t`-^:�~^���>y^P�ka�PF٥�,~P��F��
-��v���-��D	�p�{��k2� ��Z���1�R��r4�b��E�ı�����-x])]�QoKU�TV��T�������SJ8/�<G���g<���k�hZ?��0tS��QFg�܍�6
-�d.�n�-���)9j����l�w
-YAF����ijwmW��K'�����r��>��F�C/r����?���gz2B,ra"ߺ��3GCx&��[��J��a�_r$v�M��ˋ�Z����n���c$J�MoDS�����h՗���]y4���H Qƨ�cˍ_W=zT�k��W��D�Z�(z���ӈXOܰ,C��[ˠ���r����)����}T0C�	X��8sv5.sd>�
��� ��ߺ����>�1�A��d��h���Ĺs�YfA �YCd�Q������ZY� !��d����@t�� 녅���Ю_rKP�����|)��V$�C5ǶEϾ�~�uYh�.����� �����!�vAK7��t�mox8�ރND1h�
-�G3�d�pV��\��C�m��VOA;�ȭ���pա�7���-�o�tK�l�j(�D�eo���!���o�x�ݏ��;msd4�/b6⚶�s�Ղ�@͌'�PW�1zw�M�~W���rM�
-7K�*��۶`�W<q��$/Z��=�dΧ �-Z.�j�X%���4V��*z���z��۩�
_ȧ�"ݎ��J�Q��:@��&�<iE�l���\���K�����i��jbg��8��]|�ɥ#��ر�^�Zج��cX~Y�"Ww�M��y;ro����ʪ`�C�q������@���Kp�t�󿡷�h ���Xt��k��f�/,Zn��y�j�afn�=�h%&���[�}k���p	���#����F@�)2��y���E��m\o���<6��VI�(p�;?��+�
-!�F�!�n�)ia#�%��yЧ0`a��Ž;u/���'X<�\?����;�C�퇇���+��0c�[V��ġh&V�����	l��š���=+�yJp.�<��2���%�c׋�X�"h�Weo����V2��e��#����
-#��U;n.Ð�{��y):2Jp��M� �ۦ�;7��4�m`n������ q��U��Y"�pC����Z�3�}=�SPV�J_Jc�Չ8����E,_@@7���s8f�fi���	"��#���v����\i"ː�I��_:�%7��0��(�(��}έ9�P�O�ZtΨ�>2db�\I�Rw����A�"�U�����k�A
P�@^$�J2<���ނi�t �oq�O/��\�`�w�s@�{�vŎ	:Q&1�����i�+w0R ��_�4�֯n;D���XH�\^�a7���9�P%̆��n��������:m�r�+��
-p�R ��`zl.k
-qS�B��_�����&o��*�F$�|C�P�����/#��Ft2��	g�8$uz���B"��&�@�RuM�s�H����h����GᲘɴ�딂5�j�yEI^��A�,g�1���c�{p]�Ja�BI�ubRϴ�@��c'���-Ԝ�Bӊ��0���ZV8�Ccy�	 Ӎ����#���jw���n0O��⻗�$��F���§��"6Xa�)��0w���������,p	��%�RB'��=>����	���� �}g�p����(�r�������P���J��;f��Ԍ�^NG�.�b9��p�ƺ�Th�	�����e4P�xؕ�x(�\Y���}���}�(3�0K$Hx�4��07P�� ���h�k[�t�,FT��C��#$��&�S����l��~,9���a��2��_6#j�o)#n���2�߻�yeJW�%��D!b^�z����N;.1U�B�����c��Z���bz���aj�)P���mYh��p��+
� �NvѩJv'CG���;++{*�%�X����L?�9	�䳍�R����[q��,m���m��e
d4��:~�~즾
�T_S�%�X��^myn�ڤY42�K�$u�<���<./Oq$��-g<ڝ���@1$8�iU2�׍��������D17�����?XΞ[�ŁfUi3>8e_���r�\�a�GLZ`7h1&�֞�՞��I�k�<ן�=��MDc�6�|�%�pA�'n�ڿn��#�򘊠؍<k�w�3�~�<��9N�q�,܌�K�ϯ-��"�u=��)�ΕFQ�[I�I�_*�'K�R�,����w�z���E��Zuؔ3�ģv��H��Vny]�I�zY�I��^
zԋ<:�'cyJ
r����A6���?~Qy}4�B$��-��_����&U04x�(���� ���b��s�0����4Z凪��	�r����}x:������W������+��c-p҃%3T
4Y�z���_�f�P=�����+�����^�3�+�(p�<�]i�c�ެ@
-�����<�A���\|�a7��l:�J��gX#��wS��s#hߨ����(�7�(�g�B.ohȤ���s��;���O��g�4���8���"�������G��endstream
-endobj
-3612 0 obj <<
-/Type /Page
-/Contents 3613 0 R
-/Resources 3611 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3578 0 R
+654 0 obj <<
+/D [3772 0 R /XYZ 205.304 651.159 null]
 >> endobj
-3614 0 obj <<
-/D [3612 0 R /XYZ 71.731 729.265 null]
+3775 0 obj <<
+/D [3772 0 R /XYZ 71.731 642.336 null]
 >> endobj
-3615 0 obj <<
-/D [3612 0 R /XYZ 71.731 741.22 null]
+3776 0 obj <<
+/D [3772 0 R /XYZ 506.431 629.6 null]
 >> endobj
-3616 0 obj <<
-/D [3612 0 R /XYZ 71.731 652.389 null]
+1637 0 obj <<
+/D [3772 0 R /XYZ 71.731 583.608 null]
 >> endobj
-3617 0 obj <<
-/D [3612 0 R /XYZ 71.731 595.602 null]
+658 0 obj <<
+/D [3772 0 R /XYZ 317.599 540.51 null]
 >> endobj
-3618 0 obj <<
-/D [3612 0 R /XYZ 71.731 538.815 null]
+3777 0 obj <<
+/D [3772 0 R /XYZ 71.731 528.072 null]
 >> endobj
-3619 0 obj <<
-/D [3612 0 R /XYZ 253.921 528.02 null]
+3778 0 obj <<
+/D [3772 0 R /XYZ 71.731 493.048 null]
 >> endobj
-3620 0 obj <<
-/D [3612 0 R /XYZ 311.687 515.068 null]
+3779 0 obj <<
+/D [3772 0 R /XYZ 71.731 490.891 null]
 >> endobj
-1570 0 obj <<
-/D [3612 0 R /XYZ 71.731 494.979 null]
+3780 0 obj <<
+/D [3772 0 R /XYZ 71.731 485.91 null]
 >> endobj
-614 0 obj <<
-/D [3612 0 R /XYZ 308.397 457.763 null]
+3781 0 obj <<
+/D [3772 0 R /XYZ 89.664 465.153 null]
 >> endobj
-3621 0 obj <<
-/D [3612 0 R /XYZ 71.731 447.621 null]
+3782 0 obj <<
+/D [3772 0 R /XYZ 165.462 465.153 null]
 >> endobj
-3622 0 obj <<
-/D [3612 0 R /XYZ 366.772 437.639 null]
+3783 0 obj <<
+/D [3772 0 R /XYZ 255.79 465.153 null]
 >> endobj
-3623 0 obj <<
-/D [3612 0 R /XYZ 71.731 417.549 null]
+3784 0 obj <<
+/D [3772 0 R /XYZ 431.207 465.153 null]
 >> endobj
-3624 0 obj <<
-/D [3612 0 R /XYZ 386.497 393.803 null]
+3785 0 obj <<
+/D [3772 0 R /XYZ 378.817 452.201 null]
 >> endobj
-3625 0 obj <<
-/D [3612 0 R /XYZ 71.731 373.714 null]
+3786 0 obj <<
+/D [3772 0 R /XYZ 71.731 450.045 null]
 >> endobj
-3626 0 obj <<
-/D [3612 0 R /XYZ 380.205 362.919 null]
+3787 0 obj <<
+/D [3772 0 R /XYZ 71.731 435.101 null]
 >> endobj
-3627 0 obj <<
-/D [3612 0 R /XYZ 71.731 342.829 null]
+3788 0 obj <<
+/D [3772 0 R /XYZ 76.712 385.651 null]
 >> endobj
-3628 0 obj <<
-/D [3612 0 R /XYZ 71.731 298.994 null]
+3789 0 obj <<
+/D [3772 0 R /XYZ 71.731 365.726 null]
 >> endobj
-3629 0 obj <<
-/D [3612 0 R /XYZ 71.731 281.061 null]
+3790 0 obj <<
+/D [3772 0 R /XYZ 76.712 289.91 null]
 >> endobj
-3630 0 obj <<
-/D [3612 0 R /XYZ 71.731 257.315 null]
+3791 0 obj <<
+/D [3772 0 R /XYZ 89.664 271.977 null]
 >> endobj
-3631 0 obj <<
-/D [3612 0 R /XYZ 228.316 257.315 null]
+3792 0 obj <<
+/D [3772 0 R /XYZ 71.731 218.015 null]
 >> endobj
-3632 0 obj <<
-/D [3612 0 R /XYZ 71.731 242.207 null]
+3793 0 obj <<
+/D [3772 0 R /XYZ 89.664 202.239 null]
 >> endobj
-3633 0 obj <<
-/D [3612 0 R /XYZ 71.731 227.263 null]
+3794 0 obj <<
+/D [3772 0 R /XYZ 71.731 174.179 null]
 >> endobj
-3634 0 obj <<
-/D [3612 0 R /XYZ 351.57 217.763 null]
+3795 0 obj <<
+/D [3772 0 R /XYZ 89.664 158.403 null]
 >> endobj
-3635 0 obj <<
-/D [3612 0 R /XYZ 71.731 166.555 null]
+3796 0 obj <<
+/D [3772 0 R /XYZ 71.731 143.295 null]
 >> endobj
-3636 0 obj <<
-/D [3612 0 R /XYZ 154.754 153.604 null]
+3797 0 obj <<
+/D [3772 0 R /XYZ 89.664 127.519 null]
 >> endobj
-3637 0 obj <<
-/D [3612 0 R /XYZ 102.167 140.653 null]
+3798 0 obj <<
+/D [3772 0 R /XYZ 241.22 127.519 null]
 >> endobj
-1571 0 obj <<
-/D [3612 0 R /XYZ 71.731 134.264 null]
+3799 0 obj <<
+/D [3772 0 R /XYZ 417.182 114.568 null]
 >> endobj
-3611 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F35 1481 0 R /F44 1937 0 R >>
+3771 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3640 0 obj <<
-/Length 3398      
+3802 0 obj <<
+/Length 3303      
 /Filter /FlateDecode
 >>
 stream
-xڍZ[�۸~ϯ���f4�X��ݴȦ�n�.P�E�(d����DW�L����F��=��<��߹Q�nB�E7Yd	qě��j߄7{��˛HF�ː{ȍ�o~J��"(6����ffA�^�dI�i|�X�{��PG����i�J.?L�hZ=�n�
?N��n��n���?�}��ѭ�&YP�ɫ��1���M��6(��%H��#�.
 ����o�pU���j���
���p��cS�j@�o6�:��A����zś*��N����+�cHՓ��OL�剉��?���H���L�0��ֹ��`s�3�]`Bj]��a,�Gm����ċ�Dp�	_��j�%8�m� ���7y�k�����Z�e��拦[f�zӍ,ձܫ+���)�U��ٖ��A�5�+
-��kFa�f�0�c�0��U�~
øSw��Hwi,G�7v�鸄��.�Ԁ;���ζ�	�T+��-�-�F���nv/���b(�j��:��r�P>��H�ǣ*{i
�ӠlS����ο�C����7�'
��%KUkiAX����l��ϷQ�"PX$�aO��ic�Tx p.�<� ���������B?|�g�U!��f�E5�����L/
-���Xe����Q�A���v�/o�d�^�^��mEC�`X����4]��y����$��Gy⡼=+� OV��q����[�0!�Ôٝԇ�tT�؍h�K�����λ�ܪ��т�V;��Ԍ�#�E�Պ^����4���*x���
-tE���0�\e�j����Y�JV@�sK��:�y�@`�g��`9�yb����RM�䧑K�����L�*��2�4�#x����΀��5�D����™˜�6��Vn���-WTB&��+O`|��N��C���s.�*����8�V�N�b�ޥ�
�3�C���Meݖ��۷)�y3~���Ğ�Ʊ�q�{&��
���
�Tq$�#�9!Ep�CV/$<���*��٩��7�#�,�s#k�I�.�7��	�Wv����N��W���e��C^e.��ol�����kPu8��t�%[�c?�X�0(?��j�E�6X!�%�S����b>$�XV��ۓ��E��E�V��&IV��CC#nO��ϽXٍQpx]�w�mV�:.@ٻߤ�;��} ��'��$�-@c�,�����a��������0O��0)orY�f�L���`!= @mRG�}��F	�duimqu�M��i�!m�����9�`C
-������#�5�GA������ڐu�n�(�7��;H3�m�|�@�b� �ɽ(� ��.r
-��N�o/��پВZ�:���	�pl�qB���p� �}e(fn;n�-q�O�"84<�P$� v�Q���,�T��q��@)��vj��$?q�QݞWX;n��dM��l�4��gt���
-��P�?k2xI�k$!�k�H��Мg@�'��F�A�|�ԌxǴ��S����8p��A�mស����������q�Uz�I����{4�r�z�H��*��X�����rN�b�u��G��?�6�fR/���5Zt�f�_�X��C���P70ܸM��}��S\4B����<���W�©�D�����9F)����A�Seo7/���#w���O�4Ѧ���щ��$"�ںݿ6�;�0
/��<'��>��9w�&�.X;��J��s^��]
-��ގto��c}hu]�e��˵;�� �r�� ��;��;��.6�ʀp�2h'�ة�@e8+Őzڶ�i#
ƨg��$kp� �Q�˂t��p��VF1�v�h��V�m�@!e*y
�N����{&I����g�[�8�p�Zؓ�Z�VX�Һ4�X�f��x)]�9�/��1<1Ag,\,xP@����qi�
����kr�!zG3������q�o��))�ȇ���F���I�m$�b���qb3�sr�
-��@��$t!Px�g�z����K-s�6t�1L�*p��{�:�V�v\r&	�#!�7S�
-%�@���|���"��C"�^�%���ç�Ϻ7$�#7>�C+/@��V�#��J��L�#K��v���4t���I�[D��"C�T^�2��@��^Xb�ݹK:�I�|�!�9S7?9��6/�dp]89c��Z��ȶƽ9��A?�ͨ^̠Ύ����W\�L�8���+�2
-�eb(���JYb��kk���_���I�0ʼT-٬�u!6'�q�~�[ny�h�£�ro���14(���SP�H8�WAF5�D �A��+�0�P�P�r	-~���[Nd6a�<���X��P��M�p�0
-�%qi����p�Qp�^
-C��a���[�DP���0��p���Ļ���Ck�sW�[@f�-�F�%��9_%����e�mr���d1�*$�d�iٳ䠖��V)��V��w�e�Y%��.���
ȶ���2�Tv݉(|��_�e��|w��O��P�[=�%�
-���
�Ȁ���	ڇ�3��Jh�A��k�:�y��)�z"��|������ʑ�b�_B燖��5�#(x'���F�(,������h�gc� �Tb�]�}D�H'��b���sq�u�d�`���bR늿�-���L۠���=͂
�V���Gf�XP��lb�{Z�$����j���/e�Ot�г�bb/�$��g��Df��ȳ;�\G6��ǀ�\~����s�����b����R9v�M&���n "
���3ܣ�|�.�Y�q�R��=��<�!����
-�������x:�woJo�	.�Z�i�����-�����?�Tњ�j/S���$�~I�Z|0%E���,my"e�l�	�b��p).sf�
��GC�uύ�I��v��
-�~��:c)���x����H��&�ɋ%�F���AE~���
����2�T���y��5�~�=_�;�*@iFk�@����4��!�υȊ?U�*�B� ;���	W>����eϖ�2�TJ}qG�@� q��L�Y����-䇣���suY�[Lj�[$�t��H��
��O���k����ݿ\A��\q�r��&���uYl��*���U"�J`�Tn�u��e)i��I�<��k���!"���钇�ȌX9+HSM��8�IaS~A,���?$�J2����ȼ�ub�E��r%(%FB�.���	Ǜ9�B���-)EM���R�kh(�$��Q<l)�>\�"��ve9�9�O\�Ƃ����㕥��fK ��z�n珸"!�U�
��k���B��B,v�������_A�<�A����4���Sg���_�6/���r����endstream
+xڝk�۶�ō���x|J�;���M\�v�ėv:M��#qk>d����뻋]� E�2},��}/��ʃ����}A���*�_xWy��g�-�l-�o�^�|�W���«���(�p��ڇ�����]�/��1;���l��sb���es��o���ʪ�6�������8ܻi>K��9#*؏D�y�F������v@
+"'�~�N�n��y�ު=DA�e��!VuRH����sI���[��D-�{�z�<��m|�1N�P�l�y��R�f�M�9_7~LkLpGNQ���K�rx��7e��R,�w�?+��1yN~̚����b��#�@u;T5����9=o�ý�m�6�{�*����HpT�-��1�W��
����=7c���
Q&�Ĺm���7!,C��g�2��,���ߍwj��#���5��8�JI�=MH�+a�����2?�TeO<�矲�/��:j�#K�w�7��dʡm�\e9S�X���(�B�lk�w�;�����H멗��W��'	k����s�����ij�Ϛ�g�����b�����77�ry3
+��87v�/O7�HF��q����CY�އE}B���ac@m7�O�pi�m/h�?f=��p����E%�^��}������=}�F��S�:�g��#h��ItU�|�����*��J��(D�5�?��'����V-eJ
+��ڦ�-�[)Y�%�Fے�+�}�,O����d��
+�Zߗz'���:"�������̸�٤O�DÝ-��6,Fz�'m��@�}�2�2%�ѻsO�Oݽ?޹I�,�Z0�~~�n�?Õ��n-���<���f�"��&���r��:`)��Om��<sKiB
+/����o�WP�裗W�/4����?����Y���~,�#����s'%�6�䏎�kt����r[�.9�e�Y���9m�u���Vp��������,�V���6�P�tdCz$�E1�Li�qVQ�H�k��-�؍�)xw����uٔ��p����Ż�y��x���ML(�έ�='k�����<٩��}+A�U��#7	SMZ�pO��Dhv��[!�oP܁~��J����;Z���%��R���<e
�*���X�-�l��M�	!.����Le�DS.l�� ���P�t4��J�Ʀ2#��Z*�y�
��a����j$6�l󡆭�*d>����3P��Ƶ��i(��W&��B,ja������%���{�=�6������(s���AD�!�i!Z��c�De��,�X 3� ��<�U���M&<.�*5��ͭ��7��
+�{I�0�K~פȺ���r[�V�Ԙ��L@��)�7��8���+����$r#_����
�NMg
+:��G9��_f.�g�����6��at�G���ev���z�ltl����h2B3������F�'ʓ��l��'�Xb}U)M�����#����#F�I���\�+JPj� �|Q�ĥe�{��c����}#�f�������pY�A}G���Rӎ�qwT��h k9�ԁ'�L��049�qV����
+���3ԋ��2��t��=�#���z3���������C�\�j��������.��s�i���Ē�Mo�Y��ӗm5`T_v�i䆩���
+�ɁJ=]�fy_=��#�2�~�g(�
+��.���Q�0���?�FP��]V.ǰ��X�)�j�5��Vi�q^sNK۲���ص��6�2<1�W���7t�/N���Q'����~��à������eM�	t��Ŋ��� :�Ϡr\Y�W|�_"��,�MQ>���N���,�1Em�g6:�*ǥ���7�E���ي�}&]<�"V>EU�����
+��su!j�j�1l4�YcaV��A�?᪱��l�3�K�j�I�λM8�R����,��0���=�٨6B3���_�4w�B��:�]bij�aVY� Hz���s\�Y=ý�j��nu]�v���ʼn���oc�4x4 N!���O�R����]/}�0łY�>�Љ���q]����-ܯ~����ꃯ~|oX��ef���m�xo���<t�M�f;k�����J����5�`���\9<ǽ�a������i��Q�F����(�A��h�������]@ij_��3���g���NAZ���<�u��3�K�p�2����#��6Sg�r���	�����f�lv1����bKqP%>Y����:��Sa��]o�|żz�3]P��=�U�'���� 5Ī�r#Y��eN�.	�`}��M�)^*=�$��23��=����}<6'{�����}d������kL!G#|���tq�sy��$�PW	{�i80j��+��
+��+5�xJ�s��)\��/�_彼+;��ZG���"7��$�{����R_�P����L�:"��.��t+���=�]#̪~1n-]հs\�ul�{I�,���Ӭg��ۧ�ZP�0�Y�E���<��OCo������ڦ6W9�Gщ崎T��mڡ)����*�#7JV�^Al-�s�LQW7ުX�Q]���X,��@"��?�{�\�;7����G��R��Y/���娡�X�$$|�V
��|)i.#p�����������@C;�h�>�{���4~u��敚QR�z�V�#�Mڎ`�m��;�f�/3@�k���&U������9E����}�xη��~����
�����B���u���*;ǽ��6�]	��_J�½���$��b���$��Zt��Z�
�B�BZJ�h�[~��W?�u9���S�N|яOa��&���#�+�P�e�o^PA�`�4��nk�I��J�����E��{�G�*���(�e��o�eE��^R�'g��5eI]/�
+�k�'��U3u����M�O��)@�U��j[��;踯ڜ��:0	~��NbU�J8/b�A�pzI�0�R8;�dzh��b�Vڛ}��p�V���~(�Q��=K%[sd=/�-c�����h��ь�o-��:�1~w�� 䪃|���<B�i-(�]=�:�sYg���Tv��JlQ�tPJү�4Y��B?p�6���%�A��e���Ě`�4�0�=��f��L��CVv����W);t*�ĉd�4�)8�y��'���	7�,��鋦Zo5g�sͷ�~�ۺ�Y�������5�n��g�җOW"�����yn聤�3��P&�̀�#%����:��3=�7��ϾNA�+0��:�J���c�?�}endstream
 endobj
-3639 0 obj <<
+3801 0 obj <<
 /Type /Page
-/Contents 3640 0 R
-/Resources 3638 0 R
+/Contents 3802 0 R
+/Resources 3800 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3578 0 R
+/Parent 3637 0 R
 >> endobj
-3641 0 obj <<
-/D [3639 0 R /XYZ 71.731 729.265 null]
+3803 0 obj <<
+/D [3801 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3642 0 obj <<
-/D [3639 0 R /XYZ 71.731 741.22 null]
+3804 0 obj <<
+/D [3801 0 R /XYZ 71.731 718.306 null]
 >> endobj
-618 0 obj <<
-/D [3639 0 R /XYZ 251.73 707.841 null]
+1638 0 obj <<
+/D [3801 0 R /XYZ 71.731 688.254 null]
 >> endobj
-3643 0 obj <<
-/D [3639 0 R /XYZ 71.731 697.698 null]
+662 0 obj <<
+/D [3801 0 R /XYZ 252.009 645.157 null]
 >> endobj
-3644 0 obj <<
-/D [3639 0 R /XYZ 71.731 662.645 null]
+3805 0 obj <<
+/D [3801 0 R /XYZ 71.731 632.719 null]
 >> endobj
-3645 0 obj <<
-/D [3639 0 R /XYZ 71.731 662.645 null]
+3806 0 obj <<
+/D [3801 0 R /XYZ 71.731 610.646 null]
 >> endobj
-3646 0 obj <<
-/D [3639 0 R /XYZ 71.731 618.81 null]
+3807 0 obj <<
+/D [3801 0 R /XYZ 71.731 582.586 null]
 >> endobj
-3647 0 obj <<
-/D [3639 0 R /XYZ 71.731 618.81 null]
+3808 0 obj <<
+/D [3801 0 R /XYZ 71.731 577.605 null]
 >> endobj
-3648 0 obj <<
-/D [3639 0 R /XYZ 253.534 608.015 null]
+3809 0 obj <<
+/D [3801 0 R /XYZ 89.664 556.848 null]
 >> endobj
-3649 0 obj <<
-/D [3639 0 R /XYZ 71.731 562.023 null]
+3810 0 obj <<
+/D [3801 0 R /XYZ 89.664 556.848 null]
 >> endobj
-3650 0 obj <<
-/D [3639 0 R /XYZ 71.731 562.023 null]
+3811 0 obj <<
+/D [3801 0 R /XYZ 89.664 525.964 null]
 >> endobj
-3651 0 obj <<
-/D [3639 0 R /XYZ 71.731 531.139 null]
+3812 0 obj <<
+/D [3801 0 R /XYZ 71.731 525.964 null]
 >> endobj
-3652 0 obj <<
-/D [3639 0 R /XYZ 71.731 531.139 null]
+3813 0 obj <<
+/D [3801 0 R /XYZ 71.731 414.732 null]
 >> endobj
-3653 0 obj <<
-/D [3639 0 R /XYZ 439.225 520.344 null]
+3814 0 obj <<
+/D [3801 0 R /XYZ 89.664 396.799 null]
 >> endobj
-3654 0 obj <<
-/D [3639 0 R /XYZ 191.147 507.393 null]
+3815 0 obj <<
+/D [3801 0 R /XYZ 89.664 396.799 null]
 >> endobj
-3655 0 obj <<
-/D [3639 0 R /XYZ 307.056 507.393 null]
+3816 0 obj <<
+/D [3801 0 R /XYZ 71.731 368.739 null]
 >> endobj
-3656 0 obj <<
-/D [3639 0 R /XYZ 71.731 494.441 null]
+3817 0 obj <<
+/D [3801 0 R /XYZ 89.664 352.964 null]
 >> endobj
-3657 0 obj <<
-/D [3639 0 R /XYZ 71.731 487.303 null]
+3818 0 obj <<
+/D [3801 0 R /XYZ 89.664 352.964 null]
 >> endobj
-3658 0 obj <<
-/D [3639 0 R /XYZ 71.731 487.303 null]
+3819 0 obj <<
+/D [3801 0 R /XYZ 71.731 350.807 null]
 >> endobj
-3659 0 obj <<
-/D [3639 0 R /XYZ 71.731 430.516 null]
+3820 0 obj <<
+/D [3801 0 R /XYZ 89.664 335.031 null]
 >> endobj
-3660 0 obj <<
-/D [3639 0 R /XYZ 71.731 430.516 null]
+3821 0 obj <<
+/D [3801 0 R /XYZ 89.664 335.031 null]
 >> endobj
-3661 0 obj <<
-/D [3639 0 R /XYZ 71.731 399.632 null]
+3822 0 obj <<
+/D [3801 0 R /XYZ 71.731 332.874 null]
 >> endobj
-3662 0 obj <<
-/D [3639 0 R /XYZ 71.731 399.632 null]
+3823 0 obj <<
+/D [3801 0 R /XYZ 89.664 317.098 null]
 >> endobj
-3663 0 obj <<
-/D [3639 0 R /XYZ 71.731 329.893 null]
+3824 0 obj <<
+/D [3801 0 R /XYZ 89.664 317.098 null]
 >> endobj
-3664 0 obj <<
-/D [3639 0 R /XYZ 71.731 329.893 null]
+3825 0 obj <<
+/D [3801 0 R /XYZ 71.731 314.941 null]
 >> endobj
-3665 0 obj <<
-/D [3639 0 R /XYZ 210.674 319.099 null]
+3826 0 obj <<
+/D [3801 0 R /XYZ 89.664 299.165 null]
 >> endobj
-3666 0 obj <<
-/D [3639 0 R /XYZ 137.035 241.39 null]
+3827 0 obj <<
+/D [3801 0 R /XYZ 89.664 299.165 null]
 >> endobj
-3667 0 obj <<
-/D [3639 0 R /XYZ 71.731 229.988 null]
+3828 0 obj <<
+/D [3801 0 R /XYZ 71.731 297.008 null]
 >> endobj
-3668 0 obj <<
-/D [3639 0 R /XYZ 71.731 191.776 null]
+3829 0 obj <<
+/D [3801 0 R /XYZ 89.664 281.233 null]
 >> endobj
-3669 0 obj <<
-/D [3639 0 R /XYZ 258.006 178.924 null]
+3830 0 obj <<
+/D [3801 0 R /XYZ 89.664 281.233 null]
 >> endobj
-3670 0 obj <<
-/D [3639 0 R /XYZ 394.451 153.021 null]
+3831 0 obj <<
+/D [3801 0 R /XYZ 71.731 279.076 null]
 >> endobj
-3671 0 obj <<
-/D [3639 0 R /XYZ 71.731 140.07 null]
+3832 0 obj <<
+/D [3801 0 R /XYZ 89.664 263.3 null]
 >> endobj
-3672 0 obj <<
-/D [3639 0 R /XYZ 71.731 133.681 null]
+3833 0 obj <<
+/D [3801 0 R /XYZ 89.664 263.3 null]
 >> endobj
-3673 0 obj <<
-/D [3639 0 R /XYZ 288.129 122.137 null]
+3834 0 obj <<
+/D [3801 0 R /XYZ 71.731 248.191 null]
 >> endobj
-3674 0 obj <<
-/D [3639 0 R /XYZ 111.088 109.186 null]
+3835 0 obj <<
+/D [3801 0 R /XYZ 89.664 232.416 null]
 >> endobj
-3675 0 obj <<
-/D [3639 0 R /XYZ 325.619 109.186 null]
+3836 0 obj <<
+/D [3801 0 R /XYZ 89.664 232.416 null]
 >> endobj
-3638 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R >>
+3837 0 obj <<
+/D [3801 0 R /XYZ 71.731 230.259 null]
+>> endobj
+3838 0 obj <<
+/D [3801 0 R /XYZ 89.664 214.483 null]
+>> endobj
+3839 0 obj <<
+/D [3801 0 R /XYZ 89.664 214.483 null]
+>> endobj
+3840 0 obj <<
+/D [3801 0 R /XYZ 71.731 199.375 null]
+>> endobj
+3841 0 obj <<
+/D [3801 0 R /XYZ 89.664 183.599 null]
+>> endobj
+3842 0 obj <<
+/D [3801 0 R /XYZ 89.664 183.599 null]
+>> endobj
+3843 0 obj <<
+/D [3801 0 R /XYZ 71.731 168.49 null]
+>> endobj
+3844 0 obj <<
+/D [3801 0 R /XYZ 89.664 152.714 null]
+>> endobj
+3845 0 obj <<
+/D [3801 0 R /XYZ 89.664 152.714 null]
+>> endobj
+3846 0 obj <<
+/D [3801 0 R /XYZ 71.731 137.606 null]
+>> endobj
+3847 0 obj <<
+/D [3801 0 R /XYZ 89.664 121.83 null]
+>> endobj
+3848 0 obj <<
+/D [3801 0 R /XYZ 89.664 121.83 null]
+>> endobj
+3800 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3678 0 obj <<
-/Length 2381      
+3852 0 obj <<
+/Length 2141      
 /Filter /FlateDecode
 >>
 stream
-xڥk��6���
-#�"6�抢^��4iS�h�ꢸK��+�6o%�գ����gd��&�l�
���<(g���T�T�O�a���*�m���W�)�L��мX_ݼVj��D�֛Y�BE�,U���p�.��_���3�b��<���o;W���[B�跟rn�R/>��z�>��T�2�U����t�nP2ȼ�(��[ӵ$�Ʊ�F�;Z���
-݆~m�q iS�κ�p����߂���-$�!(wei����%���p���5��.�`�ے�뾺�E����`![�t�����3���oc��+���+Xk)�T�4T�35�����yctg<�,ٙj_�hTX���Y�Mжr�
��|s�ޛ�~{ClorW�ye�Nt������d����� ��+�e�H�]
-�Ti$�T6�$Q\��.��w�e��̷�CY�,E��@�,D�J0�mi5��v�z���1��s�ԁ�v���i�>BS�"�;�~�s!�9o!�1랮�g���-YNR�n[{_w�ӥi�L$Y�*��f�LJ<�X�ۅ��|x�$�L��&	�l�;D�4�P�n	��s
�g���t�k���v��5���_��vV��˘u�����=�l�C��}�T*;	������o=���z�<wMAy)Z���w[��ή]�cï86�l�ѷ���'
Ԇ��s	��-b�l�i��m<
E�v�8�$i���r�R$r��zj�=j������٣�|���tm�=�ŜdƷ�3�T����`A�t�����l��BEr5�Pq_�����/P�7�=!�NbeE�A�/�����t��xt�L_�y_'�*Pu�yS���n�Bsz�%�k���5��A����E(��i6�j��mߐ�������|���w����8/,~kM�x�i�෺��u�^����
�#���,��w��Ph	�C`��C��"���2*�F�����_x��G ���Bz{���n;_:�9|i��e�7�,�V[�^L!�S�9��jo�����H)�k;Z���o,�D��A��G�P��v�!��� k_��e
-�Y�V?��b?hć�@Л�s��ù��d�-��lx MU�|��������H������:����p�0�0��Nb�U��J��~�MT�2���
���s�"�o�T���"�-�j����e���l�s}�-ڂA��<�M3��n�9ϣ�(�iV'����F2��>G�nb|��9���„}ā��X���R���h>� 	�Q;�pY�%�`h�^����߼}���?�y}s,�5�R�����
\�ܣ_��0E�
-�ZAe���Xd�<1a�/�=�Ct!b��Ў����)�ÑL��
t)�ܾrtD�j�UƨO�o�s�5t�H>v�^XGD{�@�	B�)?U����������-�����F�<�F��������2�.
1m��
-&4�c4s=y����t�xТp�c����D隡W���
-OOz�c�}�.�ih�@,9G�&�*!��h�j������⚵��i�z��3uKC�?��=m[��R*��,L��
-��?��}f�?����p���*]ͤX�Ԭ1��կW�8r���h��X�V"�`�d�>@�X�qX��pH(��,�#�I
-��q�M�>�F�1v�+�����`��D�_r��*�6�?���Go}���BB���N(簛*�lGX�FMC�ǝ!x��6N��o"Q����;��+bis��v���{��;A�_
K:t�C>�6�T8T+��`D`~�uR�*7��
�o(��#j�T"�ڿ��񢤋�6h@��P�:e���œE��+����H�T T���@�A;�9�q$��@"!Ae��W�x	2.���{`J���j
X�n�;i��o�F��+��N���]a찋�P����Ҧ ��Ik�R��[��9���	�1����`�
x������{n�
-�Z"�ҷ��/�UkJޓ�i!9i�Sc0_�s����̵jb�u����|���_�	=UM�S)������]N��|a�t�A��n ��`��
-�D߀'���� c�	�kt^]�������� 9ws�Vc2A���cV���-ڎ����<����>���t������Os�ktk}�k
-Dh��*�c��@O���w����ƵLSAa�0�D�>̈́�ρ�g�kަ�hR�u��6������r���1*��2��~��A�3�K?�!�L� ^�
N�k�!#��G=Xˉe�!ݑ�=S;�G4@�Aέ��лةd�H�@|o��K�y<a��D��tMB�1�M?����^�=αC�W]��\TN�Qu<����Hr��)Ը#� �_z*�<꿶OGendstream
+xڭْ۸��_��T(g�!��f���n9���$�T���Df(RER��>���!��$�������[���V�'"�����]�a��7Cld3�y�����R�D$�Z=�V�RB��*RRā\=f�tr}�L����uA߿�E������{Q�z���_�||*I�n���\1%���8a�"7��-O"�R�h��������y�Igp�Y�5�|���;^8�9�j��δ�R���\��+|ϛױ��L@��9G��x�%y���w �G�hO�{��������pΩ�	)��p�9+�h��fm?�5
���,M���A�k	�/�1��zA���V����I����sz�x �ˢ�ft	q���w#(��]���X���
CtQ��nn�yusD��/�p���n�~Y�=CX݇���&���/h��~B���:���zPQ��,t�x��J� �gL�B���EK�w5u4�y[�;����pv�w�N�����u��-��,
+���ݩ1w�nS.�y����Gj���|[�v`c�6����H��'EP��a!�GNvG��}�n�$�*v�/R*���h�$`�g?Ս�M(
+�wA���(��@.<�Ie��sS�Q$.�N�e_��<3I�]L��2p��﯁BQi�H�����>+�83�n��هSӬU䘪��.�`��?�n
+4����v8"�NhJ�k�.�S9�5�a���SÀ��c�����^6�RW�,�g��jNg,�&nZ�� b�%r$6��P	7R?���l��'F��9���2�(��{�"t�c��0��G�b4�f�l�ٮ��+��)����ڂ֍T�5i}0��6V����υ���u�Y��C}��֙��B&�[=�Z�sV��9�����n�."���ulbg�~�E5ø���90|�sku���ս'�s����0�NR�R<�0S�?�Ⲩ�l�K���c�g��\��P�����Hԭ�e�з��o����R��-��g��)�w]
+T���>�΅G <��(�X{����)��D�ш%�E��[��������.�-m*�j���Ks���p5m�!Z>�ˎ�s�&L5�k�Krde�NMAz�CᲭ�:m]
+l���g�QkҮ�+A�w#Z��qP��A�������K0q2�p}�3���-h鎦�
+{���pF�������'��!I�*PN�%���s^��!���-,fE[9`�]��9��;��~���4(h��ѶU��23�O�+����=�����Y͸Z[<p�;u'�J͙�dҡ��m?QB��؞�,�vac;^��R���%�؞��M��*-�\d�!�P}���!
�i��!�A�UUw4���`�f�	-�ފ��oP�<x'|�C�e�GS�+����B�=���Yπ?2`�%�z���IB���mY�O����'E3S �W.�
�����z4���/��&�M�A��!��%��wM�uǻ�=�x�o�e:�n��'��o��m4S�Ym����{�W����|�T�8���dI���JwQ�פ^���9�N��˲���[����R�N���z
��^�P6��V^��a�:��0 ek��K�>�rbX�2��ڶ�1��m;Zz驟�*��k{�Ѓ�8u9T�����:K��.��u8\��m�^Jz�m(a�`C�B*J���7�(v>wT�p��biJ��6��>P���%Ez"��e�W1t;;Jh�B�%-Q8�e[�SE}iES�n�wF9H
+xG Ș=B0�%p�`4|��z��\7YZ�d�����C��9W~�����[��<џou{���*�.��>�S��
+6�����M�@nSN���崆[ZQ���w�p�Ax�^�F�+�`S�Y�����n�+h�}W+dx�n
/������6��59A�:�È�8�[%��[��Q[t�I���	ֲB��P+NXÄ�/�aq3���~�Ì|;�ܕO/|��wa�zۿ���п�g�v,�y���~��,����g��������c����H����#�!i������������?����"����B� W)8��pe���d�ϥkJ�
+k�3endstream
 endobj
-3677 0 obj <<
+3851 0 obj <<
 /Type /Page
-/Contents 3678 0 R
-/Resources 3676 0 R
+/Contents 3852 0 R
+/Resources 3850 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3578 0 R
+/Parent 3882 0 R
+/Annots [ 3879 0 R ]
 >> endobj
-3679 0 obj <<
-/D [3677 0 R /XYZ 71.731 729.265 null]
+3879 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [447.961 357.486 491.62 366.398]
+/Subtype /Link
+/A << /S /GoTo /D (lifecycle-image) >>
 >> endobj
-3680 0 obj <<
-/D [3677 0 R /XYZ 71.731 741.22 null]
+3853 0 obj <<
+/D [3851 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3681 0 obj <<
-/D [3677 0 R /XYZ 71.731 677.46 null]
+1738 0 obj <<
+/D [3851 0 R /XYZ 71.731 741.22 null]
 >> endobj
-3682 0 obj <<
-/D [3677 0 R /XYZ 100.413 664.508 null]
+3854 0 obj <<
+/D [3851 0 R /XYZ 71.731 706.187 null]
 >> endobj
-3683 0 obj <<
-/D [3677 0 R /XYZ 71.731 644.419 null]
+3855 0 obj <<
+/D [3851 0 R /XYZ 89.664 690.411 null]
 >> endobj
-3684 0 obj <<
-/D [3677 0 R /XYZ 71.731 621.504 null]
+3856 0 obj <<
+/D [3851 0 R /XYZ 89.664 690.411 null]
 >> endobj
-3685 0 obj <<
-/D [3677 0 R /XYZ 71.731 576.971 null]
+3857 0 obj <<
+/D [3851 0 R /XYZ 71.731 688.254 null]
 >> endobj
-3686 0 obj <<
-/D [3677 0 R /XYZ 71.731 532.438 null]
+3858 0 obj <<
+/D [3851 0 R /XYZ 89.664 672.478 null]
 >> endobj
-1572 0 obj <<
-/D [3677 0 R /XYZ 71.731 492.887 null]
+3859 0 obj <<
+/D [3851 0 R /XYZ 89.664 672.478 null]
 >> endobj
-622 0 obj <<
-/D [3677 0 R /XYZ 461.484 455.671 null]
+3860 0 obj <<
+/D [3851 0 R /XYZ 71.731 670.321 null]
 >> endobj
-3687 0 obj <<
-/D [3677 0 R /XYZ 71.731 445.306 null]
+3861 0 obj <<
+/D [3851 0 R /XYZ 89.664 654.545 null]
 >> endobj
-3688 0 obj <<
-/D [3677 0 R /XYZ 71.731 409.644 null]
+3862 0 obj <<
+/D [3851 0 R /XYZ 89.664 654.545 null]
 >> endobj
-3689 0 obj <<
-/D [3677 0 R /XYZ 71.731 391.612 null]
+3863 0 obj <<
+/D [3851 0 R /XYZ 206.435 641.594 null]
 >> endobj
-3690 0 obj <<
-/D [3677 0 R /XYZ 335.135 378.76 null]
+3864 0 obj <<
+/D [3851 0 R /XYZ 335.639 641.594 null]
 >> endobj
-3691 0 obj <<
-/D [3677 0 R /XYZ 117.651 365.808 null]
+3865 0 obj <<
+/D [3851 0 R /XYZ 71.731 639.437 null]
 >> endobj
-3692 0 obj <<
-/D [3677 0 R /XYZ 71.731 352.857 null]
+3866 0 obj <<
+/D [3851 0 R /XYZ 71.731 565.769 null]
 >> endobj
-3693 0 obj <<
-/D [3677 0 R /XYZ 294.096 352.857 null]
+3867 0 obj <<
+/D [3851 0 R /XYZ 89.664 549.993 null]
 >> endobj
-1573 0 obj <<
-/D [3677 0 R /XYZ 71.731 335.756 null]
+3868 0 obj <<
+/D [3851 0 R /XYZ 89.664 549.993 null]
 >> endobj
-626 0 obj <<
-/D [3677 0 R /XYZ 392.055 292.659 null]
+3869 0 obj <<
+/D [3851 0 R /XYZ 71.731 511.039 null]
 >> endobj
-3694 0 obj <<
-/D [3677 0 R /XYZ 71.731 288.828 null]
+3870 0 obj <<
+/D [3851 0 R /XYZ 89.664 493.206 null]
 >> endobj
-3695 0 obj <<
-/D [3677 0 R /XYZ 118.555 246.638 null]
+3871 0 obj <<
+/D [3851 0 R /XYZ 89.664 493.206 null]
 >> endobj
-3696 0 obj <<
-/D [3677 0 R /XYZ 526.195 238.173 null]
+3872 0 obj <<
+/D [3851 0 R /XYZ 71.731 478.098 null]
 >> endobj
-3697 0 obj <<
-/D [3677 0 R /XYZ 71.731 204.597 null]
+3873 0 obj <<
+/D [3851 0 R /XYZ 89.664 462.322 null]
 >> endobj
-3676 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F23 1137 0 R /F44 1937 0 R >>
+3874 0 obj <<
+/D [3851 0 R /XYZ 89.664 462.322 null]
+>> endobj
+3875 0 obj <<
+/D [3851 0 R /XYZ 71.731 460.165 null]
+>> endobj
+3876 0 obj <<
+/D [3851 0 R /XYZ 89.664 444.389 null]
+>> endobj
+3877 0 obj <<
+/D [3851 0 R /XYZ 89.664 444.389 null]
+>> endobj
+1639 0 obj <<
+/D [3851 0 R /XYZ 71.731 424.3 null]
+>> endobj
+666 0 obj <<
+/D [3851 0 R /XYZ 259.687 381.202 null]
+>> endobj
+3878 0 obj <<
+/D [3851 0 R /XYZ 71.731 368.764 null]
+>> endobj
+3880 0 obj <<
+/D [3851 0 R /XYZ 460.835 346.692 null]
+>> endobj
+3881 0 obj <<
+/D [3851 0 R /XYZ 220.262 333.74 null]
+>> endobj
+1932 0 obj <<
+/D [3851 0 R /XYZ 71.731 331.583 null]
+>> endobj
+3850 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3700 0 obj <<
-/Length 3246      
+3885 0 obj <<
+/Length 1302      
 /Filter /FlateDecode
 >>
 stream
-xڅk�ܶ��Հ[-����iaN�"����W:-wW�VRE���_�ΐ�V��N�p8��ኛ���M&�,�OX�a��T�g��F�}&c�(;�����o����4��?��A�Gq|�E��'����'����G9lvax�O��5v�Z����.�_7«����r��go���I��E}�9���.�&��&�\3��ݟ� 7�(��4�Ǎ��:�n��KE��@�S�}RwԮ��n/�&��y�<�M9�>�_��k�n&�#u�F$�G٪�ked�C��yg��w�^�tA� �����A��T/��� +��]ݎ
-�!�԰��B9��E��2T��8��jK��S�H���
-�лE��ќ}a�z_�}i�����F�%�6
�'�uG+��](��k�w
{���SVҷ�6����r��3:jՊ�AW��-�rOM8Q��FogHj��/�3b�v7�wR�0��#i%�g�Y��G�PH$O��R�#C��;М�aƩ�c�yGɠ~�*�����O�7eu��{0�d�%!W�0H�w�^;���AVc7<Q�$�ҁ"`:�ldv�k��s�����`�)Z}�G"L�x���~���/?�����[����<`"亏0(�\�L
-h�A�}�{�N��"�K8f�9;�4'�m<	�:N{�*�K'�-TM���b؅"�E4;iU%4�"F4��/�H:d>и:Cְ
�ӭ �a�$ӝ������ؚN0M<�`�8I�X��L�l����	
-ϾZ?{�8ɉ�:l%9b�WG�OB�n�Y��}�h.sD����Bp����鴳5ȴ��``!�ݻML��D����jŲ���H� ��S��G��	<Q��������v�'/�=W��w�;^r���H5��L}!X�2��A�y��MN17	уcC�p0m
-�/�7�bKø�9��si�!���H��>�k&_҇-,:H2.zP�~��8a�]?�=��I�	�k�����n-:9v/r8@�P['#e;RO�A8�]2h�����H����̦�xX�.�\��͆���=PS4�����GC}¯Ռ����S��ac��D�����&,��fG�M���^7�����tǚ&ͷ
���1�g	���N�
~���na��k���3(�"%�g��G���Ɛ�A�0���`�ܙd8[D�)O�┻�(�(��9Ʃ���L��0\`TҜ�l�-~%�+Գ��#C^bV���r��c�\e)��x���=�H���U���i4��
-3i�I~��n/�?��Z�:�>�y���E���.�k=$�oC��X9�]�~�3%XO9�[u���o�������^���-���h
O������X/vÑg���-8(�:?0�1�3�@CkT�''�σ�#k�*r������Y�P&$`�ݯ�z�k��]2��Mc��Fkïֆ<�!᥂�[���`�R��1f�m
-�5�F(��.���US�і���e�PW�h�>'놝%`'����ܵ��.�◕\5��`ܭ=�a�l$ �],<#���0�;%��5j��?��&����q�t�-��y°���!�ĨA�q�Q�Tf�S�D��uR	�.��/���t������0�UI��x�m�.�uS>4<�xK(�������U���`�U�L��m3ֻ/��i�)0��x�캆��V�?�|��t|y�{:(Tٯ���y��n��	�:ͪ;V���/��A$����2�4D1���6Z
wmf�m��alLϬB|9Wd�Iɡs��k����#Ι$-^0�¼D���;d��*�"��,Jm�%c�c?ɳ�1�6OŦ6�bFG}v����rީn��s8Q�1���&8���6��P�*����н@����f��%fvJV�K�����Hr��#�;ݳLQ1�,r���q��no�������N+�фV�Œ�O ����62�}՝{$����G%�a��-�elie,�a�9<��,pz����H�%�l�xE�f�\�K�U\�5iO^kS�&I?��s���rr�_1?1�#�
-I	�e�s�=ݫ���@zi8;hj��]eS^`.��v��ro�H��nM���p�w����n];�iRІ�� .������a.�T�P��L�U%Bm
�x->�T��/E����L�K#��JTuK��t}~�.�u�!+7m��a~����1�����)�9��\%�&F��<��5g����s�G�;��:G��DV���sKp��[�B����z�m���x0�p��ܿ��lW�	� �=����i�v���h�T2���Tre[˂��ڈL�≫Z	)%ׅ�q�Bt�}�&f�c7�;8�;�h����%A���朰DI���_,��r�3G��p��%��8�lBF-!�NA�������K��@��U�gRE�]�"��|�G&<��M�k}E8I�r<jׁ��T�G�(TT)L���VO=*�8æ�Qx�B'��Z�Uk�.p�O�
-�1���J��/���:����0�īJSSN<����0n2ћ;���&6y���g�Zז?5w%��
-��|�x6hs?���`%3w͈�tD�9��H��j`]�^��t0k#8�z�1]�r�.k���Щ&Θ�ʦъ����F�H�� I�2/�ryy�KW:�9�M���{���XMhQ���q@g)G�����7P��z��?�FX?�,"4�/����lp7) ��*�HH�ҏv���:¤��`�����{��+��焋삃��Se�xߑ��D�vm�NpyfN,L���Z���u�A�IM�\��W��W����WX����{����4�uaED┨�gAN��X�T];�uK|��P�m�-!��C̞�g��囑p�c�-A%����Hh+Nb��~�v�KY���kF��
-�l�(2[|��[6r~��3}"8�44���dn�ц�9�?�-�@�u��u�>�
�Hu|���@*e�`�,�:<�`U��C�@���g�u�s5�l��fE���EJ/���f���
-�~�$�E:_��F��ڲ�w̼Z/��̩@�ڟB��[$n����N��J�@n[�4G�G�8C�CaK�>n`�z���&1h^�}(�!.4�G�J�|���Ó��
-�������2������^wWW7z�����00I+��_���\���E���L(���$a��!�rJ���Y�r��8p��endstream
+x�}WY��6~���[d���0u�i���b����-і]�#��w�3�����"���o.R���N�8�%HEI'�W�s�o+�-�l�]�|گ��IE������P�Q��a 8����Bu����@z��~��D���_YUj����կ��@�"M�w1Y�[P����KD��L��i��~�j�����Qg�bE{�UY�k�e��5n>.��Q!"���d�3Ar��%/�]*E�&���8&N�����_��_+����fq�IC:~,_.�ȝ����A
+S�8q���ׁ�fk�s*��(k{b ����%���
|!%y���0�/e�34�:�M9�:BV����f9"
+����=��v"��jH���&'d�t��:�ǘ��k�qC���k�X�C�N�a6�=Tg�,F��c�~ R雈/�bC�a�57��k�@���Ht`�#Ld^˱ �i�h?29��LJ�J59�YU��2'�����a)܎e�^&ݟבtEv*Ō�v�TGsm��� U����mƾ��;R3D�+���(����*�=jL�j��<T��;�U�������ފALE�:�2Z��F��w�@7��L8�,�\Y_��ܚCg��&��?-�T�n�G�`I�m��"986$��
+�]��Fh���
��ؔ�\����c��n49��}�^�S߰g�9�CCGP4*D��4-"��@0��\���޳e.���V$���&2�f\r����[��I9,��|3�l���Ŀ��Q}�[B�
+�G��{}���{%%^&��;e��O
)-��ͼ������@��܂?�Ü,���_��� ��:����!cJxB�:�-��F�l>3�����P��T����:��~��
+�
+�D}4S�ڌy�M����WOz�tk�U�|#
+���v���V��7$�u}������ԷSGd��3�A�C;[�hs�Ш^o�L=���U��%H�� p/��)h�I�+����f���/y���z5�~hi5���0����ՙ�Ӡ�zm����R�ѫ2W��E��=�ܩ9=�^�O�����$���]�BF�$�D�$�a���ذ��� ]����@�������v$5�0�ԑHup`���a��
��lZUms�8%J�'R-��
1��%s��Xs�E�H��LRs�E�
�E��c%��ۂ��12�[窪��6��_��8^ ߃o������.���q�w����q?q�l��[2�b�6v�(6?���%"��w�\Ln~�� �x�<'�~�������mb�endstream
 endobj
-3699 0 obj <<
+3884 0 obj <<
 /Type /Page
-/Contents 3700 0 R
-/Resources 3698 0 R
+/Contents 3885 0 R
+/Resources 3883 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3578 0 R
+/Parent 3882 0 R
+/Annots [ 3892 0 R ]
 >> endobj
-3701 0 obj <<
-/D [3699 0 R /XYZ 71.731 729.265 null]
+3849 0 obj <<
+/Type /XObject
+/Subtype /Image
+/Width 496
+/Height 579
+/BitsPerComponent 8
+/ColorSpace /DeviceRGB
+/Length 49257     
+/Filter /FlateDecode
+>>
+stream
+x��wX���i�b�ް+E,(�**��5�5b#�{0�+b��1Ơ��b!��-��n
�b���y�g߽�۹�{>�g�������w��Μ��`�a�a��?�����_�
8+�aX��a�s�a���a�a=g�a=g�aX��a�s�a���a���ar"�s�4im)RD�H4>Q`���u����`X�Fc������RRR�Wϋ/.ٓ��Υð�3�ZR�|��y��	����ؤI��u�^�xqΜ9��-Z�2d6F��m�6q$�����tԨQ#!!A��}�����6l‹O���˕+~)����#�����}��իth������K�,4h6~��G�� ����H	~��r�2��Y���jժ�_^��g�b�����C�۷o����f͚Af�����kq$�s�>~�86�;������ɓ��/�+��q�ܹs�@<�Mg�<yn߾���leeu��]l�)SFϫW�h�ƍժU��eX���s�Ν;wŊ�]�`A��������W�Re�޽ӦM�޽;ԘT]�����IR�P!���5N�%�e�\&lq
+V��!�ϳu��F�!�H|�|��|�s���<%%�����ٙ���ׯ�Q����ׯ_F��
�1e�I$0�O�8A�	�ҥK�~��!6N�:Eָ���*���!t������x�={��[�n�͛�˗a=g�M�Add$��ݻw���|3	��8������ϟ[XX�>}Z	��#|͚5���T�\���\�?GHzq(�s�S�n]�:�����hD�*����z�0:!=l���תU�3�a=g�����6mZ�^=WWWy°�3�0���0�9�0�9�0�z�0ð�3�^i׮m���ӆ�.�t��QH$ð�3�Z�
�L��.d]5jvk������7oި����h�1*d=bM�6
����_�^�$N3D�
�ܹCg)�HJ�"�;�q��U�Tٸq�����ׯ�+��^ða�����$'^�rE���q��ߚ*N�իW�ʕ�1c���z~��񀀀ɓ'sv19B�a�����HKK�8Q�96P�YQ�,��N���Ç%n!ȇ�M��Q6ɉ��^Tnڄ[S�I#czDFF�/Ru��C��7����W���9y29x�`�v��n�*q�����
+��<+�j��Y���1K::�zA��Ar���J���oM'��I����
+*?�k�����M.�=z4gc��z8|��~���bŊ�:Q�+k�<+*w�%������ѣ��k�^ec������$��1].l�3F���CX�
6�*Ο?_։�\YS�YQܩS�֭[+��k׮A~�:hܸ����3xA��Ar�����*&:����{��aL�D�s�a�0��8g�1��s�a�0��8g�1��s�a�0��8g��ь3����s�Q�Z#��Y�C���_�1a��s�Љ�A%��%�h��S�x��x��iTTT```ٲekժ�?F}<<<����q��Q����F(񠘡�ա�N	���Q�M�"پ}�8�.xzz"���p%S>%.��	-�:�޵ld/��/^��lll]�V���H����m���\����%3�:�)Ǐ��$~����.F����Z���Z:u��k��]��cgg׽{�
6�>}�ѣG��y��9,�C�M�<bN�ާOr�Ę!��e=(f(pu(���(I��B<�>e}-J�UK���w-��s��o�>2�.^�(�%g��\��;qѢE0]��M�6����73D�7B�ʺ:��'N�����/�D?�
+!�\�ǣ\_���j��Q��e��z�[i�_�~��Պt��L�	�ꨴ�䈈�rf�ro�r]�
�!C�4h�@�?"�����AȰ�0!Y�����8u��k�4Ƚ(�1�����l�
+빮��ڵ�����Ғ*6è۱�r𶅘�E������h��`ܸq��6m�p�cX����ͲTK����Ν;h��D��#�atEzzz���-,,��@Y����k׮x��^����0:�mA#N]b4��Y�f!��Տar��Yh���'���|͚5�sZ#�aFW���Ж:u��m۶!�4h�Տa�s�s&'"w�{�ܹ'M�$�]�^=???��������عdɒ�u�b���wTT����������?�����Y�����ig�<yF�A�Ç�_�x6o�,�iԨ��ܹs��Ҕܲrlj�V�����1%=wvv���JIIv._��k׮�k�C�a{ٲe!!!����+W*�!C��F�C�=*]����Y�f��
U�A2z��=c�oYݣ�9�9����y��	;��ܞ<y"9;!��_l���+�AE=�t�RժU���F�JHH��ѣG�x��y�*U�G�M�=�߫W/��DY�������&M������q��E�'���L��sXݵj��/�,Z��*��L6q?�����v�xzz��ڒ�:z���I�&EFF�:uJn�
��HR"Im���in�����������gϞ����
I�z�]zNn��<
+�
תU�B�
+Y[[.\�m۶¡�7"=v�`%�ˍS�uXQ���ի�ܹS��D�����_�b[Ř---���W�^��~�����X��;w��+V(��Qy��T��Qo;t� �LOO��
�sH�`�l׮"ٺu�8�\��t�`���+C�)�������޽{��:`��E��7M6A�!���ə`IW'm/�
+�����...�^�x1�"=ž,c���3fl�Qb=g��B?s�6`	�4-%%������Y�������^�t����s�δ̄�T��L��ׯ_v�D�~�?�9s���w�����+VL���H�>�4�v(m�z���і�;�,N�:�B������oLL�8yJ���_�}����ظ{�.Y����k׆��ol�3�lרQ���Q�ŋ�� ���Q,(^dd��?6::�~��4��o߾4��N��!��+�AE=ߴiS�n�d�+�oƷ�]0g���X�
6D
+�ϟ�!r�(�o$�#�	��0f=����]�&>�=ؖ���7ݹs��B<� �2N�[ �+W���~��G�V=fI"Y��1I=�~B{���z������cCV���Iۛ�����v��ϟ�e^�Bl��jŌa=gr�S�5��\���N�p���~�v�$����(�߲p�BE�-?��3�ņl��8%oE7�j�
+;v���7o6𫨣FQ�+V�P�3���a=g�_��U����el���J�ҥK���bܳg��=t���'N�Z���{h�…�d�
��r�TQϩ{�b��?�P�D��C�w����fY�|9�9�z��\=�u�VϞ=!�VVV��ի�Ћ"��>}�ȎW
+
+�1�*ԦM�xEX�4^���Ʃ���]��W��#�V�^���s&G�9���s�������zΰ���3�9�z�z��S�5���a=gX��s���a=gX�Y�����^ZO�z��9c`hjL�"EX�
��4�i��\��sF����/^�����ŋ���sr��z�j�~�9�[���P��'Of=7��߹s�`������&�������ժU�_~Q�����goe���X��r��in�…�:$g=׭��7�ݦM��J�����:u��>H�'`=g=gr���(�֭[?z��\z�k�.;;;�			Z��˗/�/.�#��C��V�ڭ[7a��ܹs�֮];  ���^�z׮];w�|��YD��G��������Y��'�!!!���ǎ�Cݻwwww_�reF�v���Ç����P�$1��nILL̗/��_�~�+r�s��9d�H�"�䈈m
+��[�T�Ҹq���dY=oҤ�����j.S��\=�Q�-����.>Z�T�;w�`�y��Ϟ=C�-[������-����3��.��h8�e!��:�t������3�f߾}666(e<z�o�����9tlѢE�s�e���MI	�
�m۶�x�����n�=7..�]�v�Y�}.��P���d�������������`�^�ZU�$����hY;;;���aÆӧO���0*���+W`�O�<��͍��Ӓ���r�i�&m�66�$~߽{���-[��sjd)��aBgd��.QW!���@�\���G�>Gs�{``?x���7k�LL�� >�$�YB��B~�X����ŋ!C���NT�V���H�
��{�n(�$���D�������4l�2�832ׂwuu�+����CCC��:u��x�q�\=OHH�Q__�Ν;=z�z��
+"@��]�v��9"&��⣔��;Jlx����7O�>����}{)��@����oDD$Q�.P�����������ϟ׾��Z0������&����H~в�3gΐ��
+�Hصk� �:t�&��ӯ_?�/�����.��^�B�*Uھ}�q�9��\�z�ڌ����y�fR?���m��IONNVż���Շ3x��y��06��-��F�����su�w�r�J��
+*�\��j�*GH����"���B+�ҥK\�����fmmmii���g�
�B߳�ի��n�Cϳ�vʔ)��
+���Ɔ��߿o�EֱcGY%���z���g�`v j�ݻw9+�P�5�-x�Νƍ�������t�i��~h���q��tB
+ߧO����}���U�Ve�6IPriq�J���B�r��^�z.\͚5{��1����67�ck�1mڴA�۱cg���h0[0((�ԩS�1,�(��'~������Òq:�;99A��A�U�$(;Q����_Tȸ���/b�=w�\ѢEiJ��w����J��ZYY��k�����;&K&N��*7u�T�
+#��3ԟ-[Z�W2
Pv�����#��>�O�\Z�)�h��B��Aol/^��ƍ4%
+���dv��9A��~�� ��M�q�ơs��m;;;��֭[�T�v���B��۷/C�{%�U|��i�<r�Ȉ#$�Yd[L�Ӹc4c���Ԙ�0N=Ww� ��3g��6�O2
Pb���s�(��I��\ri%��PK�,Ia�ҷQ�{�/_&_4h�m��CbnccC{ 閖�YJ��={f͚�v��-Z?~�w��Mj���4�gQ�_��?�:thF��d4s$�Yd[L�Ӹc4akk�������
c�o�`� �&<�0�5j���$��+=W>I�Pti%���B�:u�$H
+
t�����8��:s�L�-82�Q.�U$�ֺu�~���$�1c	��-[P���˗�P�E�(�����O��+9$��d<�;Fc�='��ق��ʡV9�x�b쁬��
6@!��0�[�_�>���"�)�t���3x����^����i_�|	�P�=�l�	�#F�?~��	dɾa��q�h̦M�PӲx�z�-�-@ʊ+�{�䉰˜7o^��͛7iϲe˨C�z���'N,XPv��N}#�Z�"W����0_aꓡ��{٦��;wM��W����s�i�1��~�B�����.��`�E�rh���|�ر����@����g��ݯ���0��������L���066V�&�b����УG�tvv�}�v��+W����=��ŋ<y�]v��e�
��\�pW�dI�#�===��[�n�|�������<#%����t���g���%XAL��틶gh�vOQo�`o�����)Z�gɒ%8J��RRR\]]i<�1J�E�.���0������*UB7n熞���F��L�[�z5*����"'-�^�����YK��RgϞ��2�֭[���$�QQQ�h0:�U�\��y0X�E���x��{��J��ɝ0�|qvɌ�,}� 0���$�G������'�SEs32����4�^]�tA�H��ٳ�*��q#I�1c?#���m۶�sC��]c]2O2}�DU�?��/�.��O�)��$U�h�<ˤ��ϟӌ�,;�h��\����8�?~��9�V lmmI�'M�ď	�sƏ��������r�X�LǓL�#�U2�O�A勳Kf�e�FѺ��T��Bf�T4Ih�;���7�>899��(���С}}��mΪ�r���O
+�sƍG��njî�u��5�%��M�S4�O�A勳Kf�e�FvJ��8U�h�M�eR<x���YŊa�����z�R4�?%%���-'~��S�4h?,��Y�bu��A��1��xr�d:���{���ɝ0�|qvɌ�,}�(�sq�����{j���J��o�>�j^�Z5�'N%�,����)�hbb"xX�pa��x��͛�$�G���0:�ԩS���;=<<�l-Ƅ1�O��ݺu#�jѢ�T4*��!ڳg�vvv���Y|��c俅at�۷oǍG^����3iҤ�/_r��*z�	���hѢ��*˗/נc�w��J��������ȉ�B!��l��0�B2��ɓ'aaa4\���m�ݻw��q�0�p�����Ǔ�	��G�qK-�mۦ�]����#=�~[,Y�$I�dL��[�n���M¢E����c���?��	��}BB��ɓkԨ!,�гg�+W�hmJJ�m&��b._���xq<x0��^�j�(��V���4cccc[�l)LX���}��Y�p��Ç�C�0�}���Ç�dr���;_IJJz�	�*1�޽��nݺuܸq�5rtt����˄	T���S������#L�bŐ9�|���)�p�f��ӧOcbb�w��&Y�����O�.]F��hѢ���ȑ#�.]�w�Z߿�ϟ?C�� ��x����������݋7˺u�V�X1{��)S��3f����~�m�L��dB�A�ʕ�e��U[N����u�ܹ��П%K�l߾��ɓ����䴴45ns֬Yaaa�#www������/_�"E��6===!ȓv��u��w��w�!�"##q����f�\�y���r���k�"̼y��}��m۶m�
h�f1x�W�^Ѣ�t�'�Q��w��J¤��7m��p�9�kѢef����|!lƔ�v��O?��L�QB�ܹ�g˭�<�8��j�X�x)����w��	��ɇ�:u
+/�ƍc�d���C	o%�Ѕ�+X� e�x�y}�����h߾��3�L{�捞����۸\��M>y򄾽�^�:�>Y�|���h`1�NL��Ǐ���s�΅�����aٲe�{�ZX[[C�� ��Q�lih]`` ��={��=z���s�ҥ+W���d���dX�>}�|&7o�$#)z*=z��]�6m��sڴiC�	�W���}J,�Z�Z�`Z:̷s�΅���/gii	��m„^�|9��ʕ+H��b!Ϟ=�m�����7nĝ��E�M�<�6l2�/��;���r��^�z!̈#�ېJ����'�Ӑ	�#Y�X�#֣G�r��D#vh(����F��}��:x�޽{G�5�ְ6�RX�j�~���g<�-�nÆ
Z���P�GqZXXx{{����k�-��DQUo
+�VC��_�eM�ͭ[��0�n���?�:t(��͇�c�����Fu���ڵkS$+V������9���dW�nݲ�������;w��ѷ-�x�g&K���<jcc�g�P�BQQQ*��#�pr������o��8��������i%K�T]�˔)�d�c�`���h�Q.��d�'11�]�vdAyxxܸqCyxX���bee5f���.�ʕC�� 7==�Q�F<r�Ȝ~אqA�y�:��+G��ɉ�s�ޱc��`���4˦D�'O��|Ӏ�={"׭[�J��7o���Z[[_�t)������i�Q^؈a�Mjjj߾}��޸q�l�/_����
+*<x��sL3hE�!C��~ҤI_�N���U7y�d��W�����8�!�������Ҙ3gΐ>��Ç�<�ҥKM���
<���蕱c��R������!L���x�"mx��=^�vvv�z8|�������Ӌ/L ī`|��7\%F����Yk۶����E=z4���Zu�ϟW���ݻ�Z����,��$�J|N2�=III���ȑ#��[ZZbON8g$0�y+^�)K<x`oo�>˹�9��ŋ���],�a]�j�*<h͛7�6�BlϞ=��E',[��9p�@��3f��ڵ�)eE�ʕIҫV���a�DZZZ�
+,,,�^�Z�pakkk^�OW;v
+ְaC��JNN.X� J�ܹs��^^^$�*N�bFfΜI_�����gTisqq����$<X-4�:��dҺ���x�8�{��'6n���jZ@@�I:�]�3�>�����~�M�fTi�s���&Mҷ���~+��U=rZmS�&�\x���ݻw�Xe�ܹ��Ԑ��0��P�D	z�8`�z��ӧ����f��?�=
+�������^G�!>$����Y�f�'N�/�CBB\]]�;&	_�z��]�Bm�KCp�Z��v�����Ԯ]{߾}�T�]�vРAgΜ�;w.��
+ݵk�D�U��Z���/8�����|��gb�ϋ�1��@%k�
+�]$~³������n޼��gϒ��[�l��Ҹ����s�Ή	'���߿�ѣGM�4��R�J��晈��dH�`��2
�mР������aÆa[O�5^�z��9�B8��l�2uo1�pG=�,ƍG�-W�\<�a���ݻx��5k&���Q��y�&::�@��52*��B�
+~_��A�� >$���ӽ���sWx5H�!e�|˖-x/ X���iO�Lh�#q<qqqx3B���Ǝ�:D>�Mҭ%}# �Z���0fNÆ
�YP��S��"��䂋�l��=_�x�?�H}�4�rĈ�Ǐ�0a�%�$�9}[,]�4����Ǹk����+�xxx����|��-�*>>�E��/��:�߽{'�6oތ��ر�f�O�5���&Y	׮]+�L�1�a43х5���9���A���1��Ʒ4�Ç			
4������s�����z�*�%�H��=Z�zu������޵kWWW�#G��
/f̘1AAA����]�vhhh͚5�o�����={V��S�NH*�
+s����"����uM��۷ƃ�+!�a�5�az��bT��ϟ#'���5�b� �Z��$]�g�a�����%�{�MCρ��=�S�y����Zh��tT�͛7��0:4э���d���7o��������+"�S�N�p.]�r��ʊ�_LLW�ѕ�n�֠��e���f�����`�Ψ7n���3�a��l��rA�e��c���c�%P.ׯ_7��Bţ����y��0��&:�пC���!W�/_����ϟ�Hz��i����c��ӧO��0��l����;e�m"IIIqrr���7�	�Ga�:-�a��D7=�\�E��E�kE�-��(L�b�0ݻwwww_�r����"c#""���N�`�s�����4.̚5�R�QoooSs.��"v�"��"�V�E�E��2e�`;55�/$��F�v��M��믿�j=���U���R�Q�D7ɞs���;���",�,r��9�Sk�o߮��)�����|��w�DEE�s�	O�>E�,[�,��cT�������G�����g�؝��׊x[�?�o��a��Jb=߷o�����lذQ����σI>��X�����^^�x1d��N�F�P����nnn�.� ��"v�"��"��uQ&C��z�CH��kW޿_�`A;;���$�y��={&b\�v-K
+�]�i�����~��{��w�Z�1ϟ?�|��…!��P���G�<̖9�b.]��4㵢�؆���ϟoVu�-,kkk*}4R��`�d��j�
+�}�-IOO_�~}�<y��M�6Uq�l��7n �U�T�Il7o޴���\��]O&#�{y�1�����壁j&�Av[�x��:h�߿�Ԗ.]ZWj�@ �r��r�7�KgIpp0*^HH���Q����������			f��k֬A��{�6â�~�:͕����7�`��*W�hє��
}0s�L�p�6m�P����?'''ZY��صkI���-?_� �.��������0�il�Y�9
+
+2�n䘘�Hϝ;���QF3��Ӌ/���ꕾ}��^�z����u���=�"&L�@��g��F@ƹ����h���P����?[[['''s���'I�V�?��8{�,꘰:<�'t8�^�ܾ}�,_��n�mժ���?̹��c��F�p> c�|���Sp#�+֯_�h�w�n��@�A<n�8~(�s�g�r��q����G�Ѿ~����6o޼<ݸp��<ψa=�|6��	�:��M�6�yǎf^RSS�����%B`X�9���VOC��yb�����ӠtGGG�
��u�������m�I�&��'�8���DO�_���[�l�v�=8�U�_~A:��������C�\�dI~���E�����rn0�Y�r�u�n߾�������ٳgr��ׯ\�zu۶m�ӥK����ZDD���z�
+˖-C:��ȫU��ȯ_��O(�ر#�Un�0ʁ����x��K�.ɝ�f�z�7oޑ#G���_y��~��D�8:j�(l@7�&�Y�&ݸq��\E~��j��#rz��Ld��111��$]��-ZL�6->>����Ư��Ǐϝ;wRR����Z�*��޽[�^=�����ʕ+���++�B�
+��=G:a��#�]�v!� ~<	�X�����;�b�Cr���uww��;g���s��sa������ܹs;��˗/����Q'0}�k۶���y�Μ9c�u�S�NHgll�>"��-*ʔG-
+@�鋏�����3f��_���ϟ�h�#F�@�BV�%�iU�ʕ+���ŋxF�����3=���r�qV�ƍ#�qqqz��lݡ+�|A�4�97%������*sh��͛�Yϟ>}jgg��{(v���?���ё>�)S���=Lz^�dIZ����咘�hl���ɻv�^
�)�~��T]7m�Ĺ�(�(W�۴i���b���M=����A�R��Y�f��[�n�������g��s��g�"""lmm����z��/^�0����ګW����s��ڵ����;wn���(�ɒ���	&�d��1c�кr<���zN�߿߯_?Zb�P�B�V�2��������|�����u
+@���˗\+��ʭ<"��F�…����~	�b=�='nݺռys*�˗/go"iLT����z��M��*�Z!A�͹�G�qss��ѲeK�y 
+.,Y���<�����-Q����
����Ʃ�ĉq��S�r���5�����ʹa�}���o�%�X��޽{3D�����:�F�4|�С��R�T�C�eK"/^,v��'��"��w��F��ʹaΜ9s�B�
+�L�̙3�
+��$����r
?�sc�s����9�<9r��i�u�����z�
+}�/Z�(�
+�����ùa����O�>���:u�ܺuK8t��Q��O�sc���υs�Υ�/���vuҲeK\w�����
F����9������۷oɱ����ĉ%���̙��5�7g�ꚾt����e��/4h_�SN�t��ڲeW��>}�L���P�
���Ç5jԠi��
����<^�0��tjj�����+�u������\�������ٳg�F��C���4�/��3���E���vq�Z�ᅘ���R)z�o߾(�իW�u֮]�hy�
+*���̙3�_g�܈��õ7n�C_�|���D.լY�s��A�����ݤI-g󅅅�S�c������U��G�yyy�+��;w�/�k׮�Uz��e�A[���;R�Y��P{�7yΟ?_�@^.x��ꬃ��-;=1s�LmF衈i4pƌz�9r$.1w�\��	���{�.W%�7]�5a�2o۶��\=���0�����O%�8!!A�x�̙cee�b�ܹ�w�t�N{>��h���
6��.�Șϟ?�A�0�>}���wD�|�mDD7�u��˗a\Q�j۞={ȇ����n������Ƀ����hC���,Y��+�r�%^�X1�
+VYݺuQ��չ��o�>DުU+�6�=h�_����6m�T�bp��M�pww����R{��u�Y�Z5���ҥKq���sUQ�t��'�)BC`��#���x�ɱ��0`�������d�m@�&_�p!�#}���m�mK��˗/��I���J8p��t\gT4ѹݔ {&��z]�ŋh��.x}����rss��\ˤ�$�R�D����K�a'#6�1��gZ��L�2�hg	y���"�ӹpႭ����Ŷm�p94䣢�˖-[�V-j��
�FDD=zT��߼yC_0,x��y-c�R�>�IKK�������~��9@�xzzrV�tP�+V���>|8�F��U�֭[�R��,H���YYY!]u򫈻�;o�K��B��zQNg�ر4q����\§O�ڷoO�4�۹s'y0p�����͛�U��u�ԉ�"璐��+Z��a=���|@@�2�lٲ>� ��8�|�|̘1��Y��U����pVȒ��6r��z��կ_ԨQ:t]�V-ɞ����Izz:}��8q"�"���ժU�`�
Źx񢁓�`�\w�С\�� �e�~�eY�p���O���r^���@V�5`�ƍ(�*U��A�s�$''Sw4�,�j�y�ꕥ�e���
?���_E��t��ŧ"47�R�J�`��}�V0o|}}Ǎw�ĉ۷o��١
�nݺ�+W⨧�g�����߳g���\=z�W�޵k�Ν;ϝ;�v��h��ڵ���۷�p�X�q($$����رcJR��ӧ���f}�s�ٳg4w800P�/������+�^Յ�	XXX�˵�#��!�h�̚59֢E��ǏC�o޼�����ѣGh�@��y��xp`�l�2#s��F+�9�Qj���W�)����QD�$�4���Ϗ��\E�ݻG�uG���)={�DxX/�O��'�����g�ȑ�J�s�$�u���������1c� ��ah>~a�}�d\06ڵk�'�\r�X�a�ӆ����䡁P�X1��O�:Ņ�z�:hc�t����g8--
���#_�y��9����̥�:4g�3M���������E�ed��C��m��;Jt���Y��4zP8
+S�^
���{J�.����Ǐ7k�LQ�bbb�e�	�z�j䏝���ӧ��$W�B5<�r�Bt�Y�䁹H_E��Ercذa4��S�N_�[�jE
+/��			P__�Ν;���EаaC���V�瞞�]�vuuuU⛔��y)빉��w�!�J�,���#%�`� ؔ)S�+�h�"O�<�"SZ�H0G��%ˡ/ǎCy	=9��
+ژ�%X,J����(P�fM$�…\d�S�jU�����<444�>Q���III4>j�رr$&&���lL$�j��/�Q.���۷osg"|�eX�5��ٳ666VVV4�V���ӑ��Ǐ��~��7H�/��…�<�(�����B=�`=�Z��t�Ҳ���;�޽{#
k֬�RZ'�Q�F�FNPPJ�=2��Z���???ZuT������ΪU�fo��d,[�L�Q��
<X�)�:�����#�SWZBG��\õ)}��h�7o��ʕ��ёGp����ϟ_�EfҤI���?doڔ�� �Ơ��8�S�����˅��6�[����Z���Z=�FsN�٦omQ�M�6!�`'������+ZXXܺu+{F��gΜ�<�`�ԯ__�jEL��92b��:1>>��ӳf͚'N�Ȑ񳁿}��������&��V�ʐq�!q��<D{G�ء�I<~���[�� �Xw��A����*A˩K���k�Gq�}��I�:tM�nݺ�U�U����8*~�iذ0��QK�
lΉX)1یA�A�=�i:t��: /�lOՔ)S��g��������M	;w����ǖk4i�$C��F�ҥ�755�������ؠB�D%q�!���r����ޞ��UAAA�t{zx%�K���+h�$�*U!Z'Q\U��C�W�a<���]��墍��ܜS�M��`�ɾ�)�k�4�̙3B<6璒�
+*D�"H�cbb��(�s�������s
+��~r�!��!<�t���W���
�#G�:u�/eIT�J�\��CߐV)R�AŲ@[LXR�[�l�
�r/_�����3.�Z�"9��鹔V|�B�R�un�)r�&k�˾�yTT԰a�$/t�sয়~�e/�����ݻl/JJ�\��~����{y���&L�P��C(Pr�(�!;�[�C:J���x��7�:kkk��9*ڦ�NR�|����KaR�$����Ç�Bd���
+Q��8��B%�Bщ}�CsN�6Y=�}�W��͛7��؜�:�L�~W�׌�(�-[��8P�Q��6>|����{��ʊ���� ��PX�02~6�"�tt̘1�I�)��ㇾ�w�;rQ��r�6��ύ5BsU�p###af���
+f�$���#�)����;
+�.\����.��z�ssN��& �mr_����-Z��~q<6�k׮YXX �bcc��(��g$�[�n{�M	�$j`Ȫ�&�2��W�^(��k�r�i���3��l�٦�������g�
+�؜#N�:E"�����X�nӳgO�s
 ��ݻwgM0�^�
+�T����۳���J����o��9?�Y��+X� ~�:0��F9E�A����0Bʖ-�ҹw�g�>�����u�b�V�\I��=I�-BJ���;���D��˗����HOOG���‚zh�l�s�cԨQȷ�S�~���J�*�ޱcG�&I�xEF9���<��8���Q4��`=�)))
+�����S�ݼy3����M<+����dL�8Q��JY�S��Ti[�8s����U���t6l`ǹ��իW���`=��g�F����Ch֮][�eF�������P�e��������r�
+�E�����{��IMM-Z�����_�%�<p����|��?ή�QМ9sd���9::��
�Z�b
+�uH�rd�g�7�ĉ�o߶������u��\
+&v�"�\!fXe�"F��e���N =7�Oی�l_���܄�i����5���~�-���_��ڻ
+�uH�e�g�ٳg֬Yk׮mѢ���ǡ�7o��?��i�����](���h-�ɓ's%g�2��{\;co�m�٦(L�b�.C�h��	�����t��о}���4g6[C�/_���K�id(��!	����oݺu�~�P�3f��k��l$.b�d��E��[[[d`�.]XX�M,��֑���xo+�"1��zwQb�+V�@v��
V�V
G�sF�zs�z.;I_��I0�~6Pĝ:uJKKkܸ�Ж���n[d�  q���$�oٲe3d��^��8�|�2�E������#�3��&�V�MEb�����H3* t%K�T��k׮�Q�k�%y���ݻ��s�d[I0�~6����i[�V�����m�=G��[�nnnn�"�Ak�8:E��C'����ի�,w��E����pVh��b�H�El���yS�k�I��(y���9s� ��-��ޘbŊY[[���<d#�w��9s��jy�P���Fȋ/h"6g��z.��"v�"6���b�MQ��]r���z��@�����S%�h�ȑ#
��%J��x�C�U����Т�<o�؀���fR6��zn�W��Fwg���������۷o
�B�(��‌Z���ё���(]�4���ݻ�������C�*5
+M��-z��%.����4m�y�;wn�
+�|�<x��B3=g���]]�ܹ��›7o⢕*U��Ҙ�͛#���06��郢Y�bg빖���[XX��}���*�?}�T�paKK�G�,�� ���/���om��8+���ӧ�h��Y�z�
_�|���D	��T�<N�={����+v�Ё�L�z����~�z�r��@f"K�,�K�46lȵ��\h�777���_�p���#���A�q�iL�޽���r�R%����dJNNF���������kLRR-?t��auϥ��v�$uܸq�{DK���J�*!ؘ1c62:����Ze�`��A��v��I�s�L��sG�a��v���ã���1hݨ��J�*R�ȩS��0:��,E�*�v�$�d�������~GGLJjp:u�T�Z�0������Ο?��1�Y��P����n���<}!"g>�Z������(q?�%���ŋG���k988�Z�_��Ә�]���=��<[���m&���z�4�O�7�,�ׯ�6o�y��.T�hQ.8mh۶-��F����9�l۶����y�F=�~�����ɓ'���������om�A�S�\W������s�iܸ1��Ƭ�QQQ�u�x��U�r�f̘!����?~<  �lGJ�}��0(Z�S�N4����ɤ��z����pmpssC6�=�zn�z�B������������u��b=��;::�o�������3���[䀗��NF�R�|��wH�ʡ���s��q�y��9_0`��
+�8a������Ok�&��=�<3���'�LZ��̞=���[�l���ر���Ƽ{������y6�9u-ʮ��&�",,,��8��	���2�ǎC�����k�+T�����'�9y�$�[[[�s�������U�"d||<WZ�Dϗ/�"=7Ϟs��i׮�n�>kkk;;��?�)�o߾��������%�a?�1�9���A��͛s���D7۞sZW�X�bIII�����;s挞RNM��"ˌ������=���sٲe�giEmLt�4����o�I\\��#'� .�S��ϟ��q�����F.�Yύ_�3�z�㹢�Mt�4�<x���L~���?��Ȼt颧􇄄 ��k�r��Xz�C���_�߿O+���"%&��?~���ƽ�n�Z���JHLLD�h!���/�_��UZc�y�����y��9ظq#�W�X�̕k���q>`���{�r��:C!O�<zr����sĜ7o޴�4�����l��+���簾|}}qʴiӸ˚�fh�S/����ŋ�z�5j���]�s�ƍ�2k�˗/���
+(�{�n�������4�����\�	�$��8?p��*���ņ
�}-rܧ�Q��5Ych�[�=��ۧ��+V�z��*T�m��p�jՊ6*U�$�/��%�b����MI�s0r�H�Ƀu�&���׮]��ɤI�֯�_��ܢEļu�V��ӨQ#Z���ѣ4�Nu='ٌ����h)���9���W�Z�d�s����c0���ӧQQQ���e˖��Ȍ*�qvv�oDD4~�|��9�d��o��
T,s\V�n�E���f+n0�Ν;�r��!3ɗQ��"��r�ʋ-B��X��ҥK�=x�gΜ)����...8Q�������|��M�4��G@������hP ��Dl7k�2b���$^&�fz.^�hcc�Bܾ}�^�ʋ/��k�5��Zu=��[x����ʻw��֭��mÈ
�����m�			�1�eYc&L� |S�X�cbbj֬������6oތm��Ν;ɢo��p�����K؏���}׮]��b�C��7J�c_]����s:$9�H�"�޷od%�76�����q.Z���O������ۻw�{�xh�����˗a���DЧOm���Ǐ�
+m����`7���k\4O�<��vΜ9�����f����,Y��Ғ8�9������飝U�T�����Bra֊���1mT�VM�_�D��_˝�8�8f����9��sɉ�_
+)I�q�9�֭
_��w@���,G�������h߱�~�z�״i�/_�h	���{611���@�����a��
+�<��ҢE��M��Ѕ���Ba�۲���-[j׮-�S�ζm۰q��A�������W�t!��R�hQA����I�%�7Z=G[�z�4h��v7����EDD�`[�V�D�jp��!C�Q�-�&���oܸ��SSS�����b��C	/DAϕ�x��
����C�/^�������}ذa�mI�9��...,��^�!���e�\@�����8��h�f�hO׮]�������0�N$=�$�����Bk�\u�p��
+q����[�Yq��i��			j�H��h҇�U�ـ;vL�m@x�5aN�8As���K4�s�x��li���С�N֣���ʼ����9s&r�M�6��um͘1�����p%�k�N�}#4��0�-M���@�������ʕ+�=��վ�%,,L������T��a��~�l߾��J����_�>�ݯ_?ݮ��&0"<~�8W	
@���¢T�R�9�	�yF�Q���z}���񤧧/^����ꕾ}�J,����u�<�GF(�`���H�ԩSuۓ'Op��C4�4̐S�ŋ�w�������7o�)S��9߽{W�H ���ϋ^�����G�՗,Yb�b��u��СCu�H�K)����wE����X�MF���G�h�h���5[���ٳ�R�ؾ};�988X�s��
�AAA���@�cbb�!��$�{��:��S�N���1+�{3gΔ��\y�Z��ӈt0h� a�ȪU��ի����8�Lll�8����p���',��m�8p��\KRRR:v�h�����Tw�!Շ
�#�Wd�f�ڵk�����0�|m��/��B����۷���/^��ʠ.{��AA�(QB�c�������X�yeiݺ��Y��@�ׯ�"+ž����ٓ�\{����͛�����o޼�zn�z~��m*/`ggסCl@�����I�����~�Ŷ4����U�TA���ӫ��QY%��V��tuue=סb�+W�f�ϝ;WůN��٢�4tD�p�U�u���۷GT?���uY�h��N�:r��Dυ^r�%�5jt��Y6���"LN�X�uZ��}�-K3aYύP���=�Q��*�e`�mۆ��m�V�x޼y�6H�\�^�|�5A-���
+(`aaq��)%�JO���Y������[�ne���zN��ǣ�Z�ڵ�v��Q���A�d}3:88:�ѣGƓfZHH�\���߲eK��2p�@�M$��9��jժ۷oGc�E�Y�yxxx�^�X���熶-G���M�6'N��.=��n\�^����7nL��J�,�|�$�N�>
}prrB�ҥK���J�.j��	�����\ʟ?�����V���ɓ'0V�8�mҤɽ{�LI�ɛ�ڵkY�խ3���,(�j��yXX"����b�
+��[P�<�E����L�0��ё�[�~�
6���W=5ju)@DŽQ�4U�֯_?~����@���Yw��q4�C��Iյ����\=��+W�^vnܸqڴixA`;66Vz>lذ,����z������ׯ_�f�>���iŊi��,땖z��='�A������Yt��a�`�o=�U�ϝ;��#�Ï!Y�{��IxE��Y���/��/v0N!���;r�H�z��+4�K�z��֭�'=�e)Q�`A4I���w�����.�^C�:u�M$4��U�V,�j1|�p��`�X��Mω�?���O���h�Q2
+(йs�q���U���݋��u���n��<��������o�V�_�uh�b���}��I�gqH��x�$%%���B��d��I��7�@�R�ڴi�c���c��z�j$�o߾�DBa~���h�9y�$ڳh�(��%��[�n�����ܹsgʔ)�*U����K�.4P�޽{U�V�6�ˀ�ˊ+Z�l	��8�{G�~q�A�=rU�G0�q)9t�+�
+I�o߾ի��ɓ'$$dƌ��:��-}����1ܽ{����Y�c�"޿OΧO��b�W�\a=7C=��.[��|\�Iϓ��e��}�������!/߂���/κf͚	��^�ze�ml�1"o޼r)�ɡ�:u���<	�/H�?��q��6l������Z�j��
�����`:�r�J3�-�_���¢lٲ���E��cC��իW�S�g�ŋa��ʕk����ׯ��Ȋ�ӧO��������;u�T���~���:i^�`��]|(M��Z�͜}��!�`�(�g�깬�a�N�R�B4���9|�p׮]]]][Æ
i�7��=z��m!��� ,9*;l���u�����L�=^^^T��w����M���G�_�|�(�/ɺ7n��@.������W�n]a�q���p��+"�������YO���G�I���iԨ���<~��p��ȴy��U��\P���zN;Q�gEz�z��M{֬Y�k�.llٲՀf8�F+wX;���LN$'�3y��è��M�4����*|��n�j�J�eu;�\��DϏd�׬H�����\`Ȑ!h��o�
+�z�:�z�-ԯ_iV4M9������M�rk�DFFҐ���$u���%zS�fMEzNR/��,]�T�r��9������������U��c̘1\��geeemm��O6=��+V�V�RE����ъ��K��͛7;;;{e"�5��9�9빾���l[[[����s*dii)L`����#r�1c���x����z.�`����O?acݺuh�)wۥ��|�ڵ�v�ž~���c'�9�빁�y�&���Bpn��͹ܳ$55�f
#�4xu�d�9Y,(A777����111rUg��$  @��???��aǎtʔ)S�.�oa�a=7x5�䴴4�8�G��]9���P�U�
+4[���e=g=�|Β�˗#�aaaꞸu�V�X�^=.�,�9s&�*_�|Y��g=g=W^�0Ȯm�;V��YR�vm��s�N.t��ر������J�EY�Y��<~�I*^�8?_z%::�<`����`rZ�אZg��www
��͊+W��d�9s�h��ʝ�����㹃�[XXh6,�Q��}�
+>gr�
+��Çj�ոqc���%ϟ?��~{�術~�,U���L����!U.�MO���:;;�q�����x�U�P�Bj�u��i��Rő�ْ�����A��l����l�2**
+�}�]�:uh�����Ç;w��I�.]��Q%���'���ˠA��q/�V��W�6������bccY��=�E�%��Ρ�^mڴ�)	޿?ܬY3���
���h.qE@��	S�B�8L�^�G�9x�`l֯_��敏�ϐ!C���؀�c/�����ݻW2�P�`r�o�֭g͚5t�P��z���Ґ����������yBBB�z�;V�S._�laa�����\�r���KǎiY��T�K��4��5k�4j�~~~ݻw����0a·�~��t�۷O����z�}��*���2�F�牉����C�"""�}�3S*G�摱9(ٝ:uRw�-Z���s�r�+b���4:QE_��@����5�s�`u�ر�����njӾ}�Hd�;�v����*�s��e�…y�Q�F�Ν��\߽��w�nժj�w�o�ڃ�������Ƀ,mڴ��U ��
+*+I�¡C����u�1u�Td���C||���^�A�Z�Fg��￷iӆ,s�}���.��LԵ�g͚T�Z��[������'::�e˖�?�_���ٙ\0`�J�޽{⥖�,y��9lrX&0E(W��铳��ɓ'H6�,ãAW�fM���;W��,^��cee3X�1�ܹ1�ʕK=�֭L�u��a��ˋpA�������8C�/}�������}�v��Дc=�Uޱc�Ф��V��CѢE3262���F�O��U�䕛�>9N|~��gZ�[��6l�{�:��j��dŊ:�|˖-�|[[[m�|ƌh8�??�֭[�@�N�:�����:*hu���*���������� +X�5*�|�rJ�i�xh�ӧO���˖-����z�~#""�=�C?.����kM���߿/S�£5��-�ʕ+I̗,Y���/�X=gr�����ׯ_
=�B����͛������L�y��!p@@��,?�����&w�]���;wn�s3��o߾����+�s�׬�͍7��U�TQ%�˗/���oiiy���:	k֬A� 3��G�]�h\"o޼��f����׫W/q!�СC��X�d	�vȐ!��E�r�1`bbb�Q���Κ�Wqrrb=7��-s�̑�y�ҥs֗,�s�As<U�q���\�r������?�obV�^Mb>k�,�<�
+`=7C=_�|9u����
+z>q�Ĝ����뉔���޽{�<dzz���Ja���ob�ϟ��K3W���?��iGW�[h�PŊ!��+{�������e���4	�V��rQ1Bgg���Pa�$�J�)�F٫�����۶mK���[�n��3`�ƍ�خ]��b d���y��P�gj�ҥ��"ާ�b�…5�s�����+W�,�����"�EB�Ϟ=�ضm�d좊B�k֬)�'V�6�5F�Q���gj�יU�VQbr�*���	z��IT�ٳgNNNy���4������6l0�u����:��BZM�EI~���G�Eq�lo��!��k�n]&�����v�s��~�MҡG�X�Z��x�����m޼y��͊�2���o��L#>�%D�����|�r����*UJc=W�uz�ΝJB��*)Y���ݻ���իa�c�ܹs%�\T��p�ޙ̟?_�s�o!�nݚ+W.\w�����h�����)f=g22�d���L,���S|����ߓ{RGGǸ�8_�[�n�tٲe5�s
���lҤ� ����^^^�"ܼys�jՔ��J"D6֮]�F����s1�v�����=����:Ҍ�\�j�
+��|-�w����:+W������z�)X���3g����|���蹺�[@ݺu�l�"��߲eKllڴ	�0�)��!j#�ya=�k��|�ȑ�GO�>�C�?Y�u΋/PU
+*�|�4Ƒ󾾾�'?#s�^Ŋi��kײ%
͚5C�u���[ƏO�,�aߧO��nnnȖ)S�HDX�%�a̼���ŋ�Ks��2a=g��ٳ���F�R���5d����c'O�$g��j�z��Iv%�ZժU�F�#����D�l����gJ�����]\\,--�ܹ�(̛7o�$G�O�4�sl������ȍ����]��<��������?���#hڴ��β��<�w�F~�l�RI�^�z�Ƽ��y��1ˠA��}��*U� %�����&�����իW�G/�Y~������ܵk������4~C�o�]Fk�Aύde�%J =�k�f=7==�����&�ݻw�N...�>�<x� ����kךsF�x�Q�F4�|���F�*r�����znHv�ܩo=G�/$$��q4mI��:dذa��ٳg�=
+�'C�2�\JHH([�,=\�Ν3��������0��P�B���,qww�ˋ�L�8Qp���!lQ�fh�b�<==�m۶0
1߲eK��gΜ�W=�����ͳg��3��)7�U�R�J�z��ls��~˝;7����9f<	���u���ʕ+_�<��!=<x��N��6	��5j��Rυ
�ӳgO��ϣ��"""�����988�Z&�|)�s��
����
+s�Z���ڳg����߿�1�$90W4�����666VVV�6O%G�dܸq�/Efl�h��96��aaa���8�^�:6���S�bE���ԩS۷o�f���������&���N�����>V�qz.���Y�?=�[��qf#�;�vvv�?��]��#�y�ر�)������8W�\���F��'N�\����}߾}�D��[�FFF
+,��X�t��'K=�����Y�f:,�ӧO�D�h�Ƀ������~����Q����ѣ�ؑW8���]*>$����Y�fM<)��퐐�ǎ��}��A���ݷo_ww�U�V�.�
+��w4)�����ϯs�β�;wn�ڵ��-��G�V�ї/_�*E���,�t���,\�0j�q&�����&�A�QC��:L�8,vggg�L�궹�������>|���8h>Ϛ*z����7o�܆�ղeK��j��hN�;wN|H8��������=jҤ	��*U��"0��.]SSS���`�b�loITeʔ�)8J�����t�5jP����|=�<O�<���H����Ç#�K�(��3��+V��B��<x`��Šu��0�a�W�PA��)����sL=�Y�yxxx�^�Lu�bZZZ���gϞ�̓���k�d�g����Q'������c?
�,���´;:v;��S���/E���*�󸸸v���-`x�|ԨQ4#Fn���؜:u�ܔ<%%%44��Sإj}�1<���ׇ�����*TH�A�Z�6��=e��_�X����Y'w|��dƷ��ϔ�:�i�G777X�f�Щ��/�Hn]��`Ĉ�Ǐ�0a�%�$�y�ƍ� �yS��Ȅ���
�Q	G�� 7���ϻw���a�s�,s(���y��E�[�z����իWi�e޼yccc�?�Ԍ�^��'����wEIÆ������Se|,OW			���K���Ν����c��9�X|���ѣh7A]q	�	�ڵ+��)�s�Q	Gnj$��0�:uBRq��?���U��d;aʔ)cn�wB���P�9eFr~�znTz�dɒ%J�5��?���?n�ݛ��A/������{E��,e�MBƚ�7P<z䝆%��>���I�&��F8ߟ�:�}�V�B$���\����4���3�r�Sh>Zɒ%�jʌ�9s�9�˓'O�{��V��zn��[����r����۴�َ
+����Z�h�"�!��"�G˖Ev��G�N�jmm��S�NN�$�:��Ʃ穩�J�h�{��|'v�����a=׌����Zv��+�V�2��h�_�}||P�p�'N̉N�?|�@s�XύS�<HX$��jժe�}��
+����7�|#�	
��a��e��$֭[�7o^�r�r�h�XN�޽{�������$i�.^���mݼy��uI���5��+q�"��*]�*�ܧ��n[�Dn�.��7Ҳ�O�>v
+���dա�/_�RгgO��Y���zn�z����4==�˗/4�V}ݺu+ۙJ��^�z�ũC=�
��z
/P��2m�����q5�����Eɾ$�HT�0F%��-MS���1Jֱg��� �gM&�>�}g� ��l%k~�G���8�{o�ݭ{�}?���s�=�}����|�^���ڼ��y����#����H�-S�̖-[�^��۷�,mڴa|��|NX�n���˥K�(
+Ihh(#�B��]�T�޽{�yR›��|��1r�B��]�$%%���HpoXX��;w�~��V<�K��ݶH$�~B���ק6����_*I�]�tA���ٓ�����*U�ষ���gdd���S��ԩ�L���1>
+�CE�={6�<�j۶�N�WL?�b��%��|-�w��c|�,�|:4Z�Z5���LJ�����t���رc`l�
+�����t8H����s4:���.��Q�\9�������S����X�rضm�8�Z.�K�F�B�ƌ��\(|���9�J�*-Y��1�|.�M�k�S$�d�HX�T>�z�A�RRR�̙��G�ϥ��A�E�mrS�_ˏ���Ӯ6n��ٳg0((��=E��0I�ӡ�d�.|||P.�h��\|�e�:�s��z��-_���yQ�\���L�)��]�@I&/.�J�������/_��ݹ�J��E:$\Ā��%|���%���Ç2�Z����
+�&�!H�KJ��bccmllPR+++Q�����d|1>�~>��N�^i��͛74?@D��\I>��"��%Mb��95�o�^///΀���n[
+�sgg���@(��"�qpp�ݻ7�B
6VL?<x0*�N�:��c\ S���"~�Ν:P_�	&�a���LHH`|��|�쁇���Ͽ��mht�s���|.2��>xX�®Y���|R<�G�����TA�B���ٳg����� |$*д{Yξ���x���͡MI;uٽ{��e�����"�����ڵ�H/^�x�6��TÃj֬��P^�x!ʺ:z�(�3100=z�����QR'''�����������311A�,D��/�sʌ�Ս�/_���q�*�߿O�@�4iBSv"̍�}�R��ƍ�;wN�ML�漽��k9�?y�W���͛7�;w�ֹ�3p���;�����7n� ���*��,_�|Y�jUٲe)�����]�x1mV��/8::�/_~��팄UT&�[�|)��������-3T/\�c3�s�2C�ҪT����ãG��	Pԕ������
6$���Wd�ǰa�P�+V���ySSӊ*E�E�R���ᴔ#��t��u�nܸ��9Ä	h��ʕ+���&&&�ڽ{w��z�����?M�ԫW/11Q���Օ�O���������J��D��&�>}����>|�H�{��Ց#G2>�qDEE�i�����`	W��Y�f��������D@=zT����͛�**���~��5�@S��׬Y���)2�MKK����d����:K����~�z�4��b*�-[�U����1B��.�p�0�FkѧOZ�RF�		���Y�Ǭ�,;;�9s�p�.-�ǎ���>}�n
+Obb"�ND
xyy���\q�<y�u��d纺�^�vM���ܹs����vb׮]4�޻wOɤ(ly�
�N�J}�X�/�`�R�J��%q{#)			4�п�&M��lٲ���7nt�֍Z�V�Z;w�dt�a�·�smË/�-�t�^����&��S���2�����!C��:�"�6�A቏��uv�"��CaJ����hh�EFF~����0e��Ɍ3�k!~��g�HǎU�&���I@NE�	===T����cllLݙx�}��"X@y���I�h�dɒӧO���������Va۶m4W��ݳ����X%��N�dBg�w��IdN^Y�����	�"{����A�P��� �
S�!��5�s���g��(�u����5�������3��ׯ���t\���]�LASF������1k����-fffF'�k(޺���Z��������N���r�F�N{�I?oԨ���'t&�X�"1y�n�._��ȡ �={�\��W��ZhΤY�㭫�/�����9i]��������
+�������&_�dI�J��ɻv�Z�:ªU����k�x�`u���ǏG���]d*��(癙�������pC������gr�����DPP*����\@�����5�����߿_*��(�o߮U�W����_�tI�y���`�GL~��F��U���0>��ر��S�J
�ܹsU�Tٲe�Tt1)�/_�,觭[�ҙ)R�Ǐ/��bP$�����������?�ɋ���<H��B�J3hh�iӦ��Czz:���eJ�&���ի2�$x{�ȑ�Z^�F
�_���ʕ+����!�D�AAA�^�-FܹsuX�fM������ѣ��G���̙3
4��TE�r�.]�t�ڵ%�߾}�v��Đ!C��j�2y�СN�:�nkk�S��-��ݻwg|�
8w��������+�����?y�$22�����ֶq���ױ�ptt����gppprr��D�T�Bǂ�77l�@�ij����s�;������z��K�,�`��		A}Λ7��y����ύ5B�Ϟ=[�2��Çu���@}�9L�	�Q�	���_��w��)9Ѣ;���|�4������E��_��A�oӦͶm�t�E�:��O?�V�=����A�T�͟��gϚ6m:f̘���x`bb���
5 66�رc,V��8{�l\\��ի1&r�>`����/>Ls@Æ
qf���/_^(�w�$$$t�ܙ�R���
8�R�ޅ���ŏ6���X���#Z�揭ڃ��ܘ�R�[�h��{��F���9w���F�l۵k'�8++��n�����ޞe5~�xA��OOO�9s&�blmm��/��6���Ө�f͚�o2>/t�ޝT5��^jj*m�ѣ���Q���stu�.,Q����|4nܘ�|k3>~��k׮N�:QHJ(*�M��-�����\�سg����Fk�:����*A�ϕ�s **���D__��w���L^�dIr��͸y�fHH�����'O�.)��kK�(g|����ju��$N�:E�d�����|<5���M������;v쨵>Ӟ>}�t��-ZPV�����߿�)�C���Q���s
c�̙��jmW:t(r$���+��			�K�����ٳ�w�R�	������푍W�^�Y��}��4�ԭ[w޼y�r�Y����CT~�*U$�3>�$=z#}Ak��1ʀC����k���U��@�N����k�a۶m�+�޽�<t����Ą�l3jԨ'N�N],زeZ�W�^�ϋ}��EmC������ٽ����J�|�ر�_ɹ�}������/_nذ��חsciiٿ���y����]�r� ��F����?���ȑ#��k�q��J�5�JM�#e�0��9f2IF4�s����Y�P���
B��6m���ܠA{{�:u��}������~�|�?^32����e˖yxx���@ޣG�;v��(�D�H���N>�s���ӦMS7���,6o�\|���G�G.�f9!y��06V+�.]�U�]�#���Ng�	n�n�ʹ�c�����Wk���Ǐ-[����fq399��S��:Ÿq��?q/���@ہd?~_qݫW/��G�J<�����������5L�6m��N�n�Z�jդI���~�bbbF�q��i.��1�3�mܸq#�G��3h	�߽{��?��ٳ'�S!T�V-(((11Q�eUg�&+h�V��pqq�С�ӧO_�zթS'dx̘1_�a����Ľ���
+��ѣGm۶�תU�����?�� �����sr��O�r�xdd�رcq�O&sVV)�2�����>�z޳g���
+�s��yff�m��}���8���oڴ)l����3��r�����`7	T?�U�V�o�g��q�_�O�q?q/���"�O�74H<�=)��۷oǸ��8��?�lO~:��2b/H?��%Nq�� �������W�0`���=�"����A����@k˜��+�ɴ��!� COOO��J.,ƍ7q��I�&�Z�'	����_��������Qe>�
����w�Pi�n.W)));v�}~:�J�����K�(ahhx��U���G&FFF�/_.q�зo_�\�v-j���������-˥�`���$��W����i���ɕ%w���ŋ��_��x�R����fΜ),>������O�A��jmmݳgO���)� p��Y4b�&M
+�Z��eĈ�߿�t�rغuk��F�л�%~"~NNNFP�ggg�#���ڹs��ÇO�:�ШQ#�(s��A�3g�p���AV�uŊ�e�=�#G�,�ʄEs��19c�h�ϧL�����I�'�Y��cݟ�9,,mѬY3��i�PP>p���K�9t�:���Q�M�III2��nN�<y���%K����iӴ�ϡT\�paݺu�Ǐ��R�bE>�C��W��s��ƍZ{��A����MAS�s���k�s1�XXXo�ݻw�@�[�.�:22����-ui��q����t��]ߐ����tv2::Z"ҷ�ΝK_�̙�϶4��۷�8����W�}ѧO�����鵷��>�1x�ڵ�{�"��c�v�����	Ӳe˶k�:Ɂt$F��@"�4�sM�TPm����fff�Z�!l޼��Bc|�eXO�̷����w//��7��tP���NГ����pww�͐����?jÆ
�/?��U�繹�Y߀��{��[��?�g�X
+�8���F�o�h����F�`�bx�?>F�Ǐ3�%�={k���b�k|^\8uꔞ�*_K��v�ҥ�� 
+�sPDi>Y3��4��u�V���߰i�&�LLL7n\��͉�k׮�0�ϛ7��DP�����⪉����),m�F�Z�hQ\\�u�GG��_A
T�|)�su�Bt:-���ϟ������94OWWW��S	���v~544�Ϸ����W�T,d�8|�0����+��B�ߜ6mZ�gf5��+++GGG��СC1
+�]��СC���cs����)$j!�s5�[�jU�ړ���b��@�43�����Ȃ�C˔)���֫W/�Z�fM�z(hmT>p!��
3f̠�4mN���+d��9`��%J�o=�?�r���s�Ν>}���ݻcbb�L�<y�ȑ������͚5�U�9�	d��������…�`d��|��J�*����"aȐ!�<5�hsժUZ��3g�8P& �Ϟ=��z(疊��e�c�n
��dh��W���W��N�q!�_�C��>���t*�a������
nDВ�-�/_޻w�+@�}��i۶m����{˹Xu������'N0z.
+���\�عs'Y�Z2���ѣ��p� ��[�n���y"A�'��ΆN;u�Th�NNN�<FF�Ę���޽{��
+2���}��ݹ�}���~]
+z�k��az��
����ijhD���˗/qqq�<�Y�u�~��I���1c��r��";
+i�v��ڵk���\\\$ܭ���0`����U��5j�hӦ
z�ƍ�d�طV��=-����-,,`��~�Z��ﳅ�΅�k�]�?	�,2�����5�[:���C�(�qq
+��h�"�A���ח�[��o�/Y�DZ���Ƌ/���_�)`�:u�=�СCJ��G�$Bϫ:��{��Eyyy��X��ﳅ�΅�k�]�?	�,2��pH!-������R�۷o�Wrj׮�l�2���>}��O���v�)��uǿ��ի*U���<{��۷o��/^ M	�%:Őaoo(M�tG��Rd��ݽU�VЦ�u���\�ŝ���D1��(�����[�l�M>��l�s��Z�_�E�7�L�0|q�7��a�={��ۛ�V��� �ӥ�p�������s�s>nݺ�����555�B�u��"���|Kݺu�;H���sX��}` ��s�K;w�|��In"Q��\�ō�@π��f(L�2e�|7�����9�-|w.|_+�k�_����Z����hE}�H5Y����w�҅�6�(QbȐ!�����566��~�ΝB���9����u��u��fBX�)D�;@��ڵ+���p�����ѓ2�:::D�2�o��]�?
+ �°aþ��X��X���XT&�^c3�/^���!&/U�ԤI��y]�M:�L�xs*�w�͡���a�߳gT.t͚5g̘Q�?��ÄH�	Ʋ��-��>�ׂ�s�K��s���,	�oq��Z��GA�B��}����
+!��Jp��u�"��%K�+��9��p��Ń����{y4.m��/V�\I�B.�~����u�|�Z�8�d�z	K�w���+i�<  � �\��Rh���V�Z�����K�Y��={�䖺����V��y��?W�ɠ&�ᇂ\�
+/_�=z4��#&W��F�J�*U�0�}�v����s:��m����؀666D�...�I����kh�v��ĉ�u?�sM�Y�f�ɘ���ŧO�"##˖-K'�Ǎ�7�C�E�AAA�����			�K���ק	�!77w͚5Њ��+W��`����l9_��������)���AP�U�Qy���s�!11�Ng��@�?��Cǔ�8gjj����ԩS�i->>��:�|����aooo��}rr2D��T�+Wn�…999�
T���O�����*0**J��2�ѣ19(];�}||(�ORR�s��9����x��%q�իW}}}��˗/�h�"�%FU����`��5�cǎ�+V��rW�yyy�W��mNg"##5��?��8"A�ϕ�s�&M���\�r�B��111�y����d�j�����ϕ�m������׮];R����ϟk�P			�����-Z��F�+������;����Ϣ��/_&��VK�@
+`ԨQ)@�W�+��ׯS`b�G�ė/_�,YB�9*W��w5�<�wy���B;LLL����͛c���|�<((�v���r��)?���Z�F`` ���^�|Y2�`|�1���o���B��U�V�����b9!���."E�s���D]կ_���2"çO�.\HS��J�Z�b�~)���ꠢ�-��J�,hCCC9w}[�l�.`gg�����"��|�~���GTx:��Փ'O"##aG����uF�r���>����
+:Hh� �����pss���HCN�F���nݺ��\c�?�w#�ȉ��R�i/�Ү�d������t��
+VVVL �v��jժ��s�ҥ�>p'�ڵ��j�E���X�ժUC�)��s��U�իW�|F�U�L_�_�y=��#*<q�9�&�Z�'C���/����X��Xd'$$0>�(���!���iۃ���͛7zL�U���"	�G|D��#�1cj��‚ɤ��СC�+WFcU�P!))�UH!ʹ����3�s���₪[�n��)|��q���4�2r��·�K�*�p[$����t��aaa���ɤ�����;v��XS�L�Me�sgg�"�!b|�<N�<I�&$�_����A�J��oڴ�U���"����B����pr(���N��۶m#�_��-�犁�?͜9S�ׯ\�B�=�T�r��9V�ʀ��Ze�!�����K�ڵo߾�*�k������+��x����Պ�7�%U�dI:zɎZ(��q�Rw���*D@HOO��?+++�]��	
+��Lm��
+`ʔ)���*���A�����#�s���k�P�t����g",dggw�֍�?��kZ����g{{{%C�3>/*>}�Dv�S���IN�0�~.\��դJ�|�rT���>%v�3e�a����/���l=�]��вeKea|^TP"���|�ϓ�q�F
�S~��t�H����F��J
`���ETT�NWxMJ�x��u�
+P���D����P�%77��Jss���x%���^�zebbbii���{�B��A{�n�:�hİ�0]+��q�P�Ν;+���"��Ç�*��3��nnn��#O������������w��wÒ�����ܨQ��Ǐs|>r�H��#G�@f��&%%QX�b����\��<�z��ٸ�8q"�R�b���FFFhDZc��N�o޼�RC3Q~���"a��鴔)�IqE+W�|��5e��jժw������ݰ���>x��ѣGm۶���;f̘��QAϞ=���=_�Z5!�Lr�z��|�w�v[[[��O�ؽ{7��3�@�ޔ)S�O��y��z��.T�<Ͽ}��e˖x�f͚���W�߹��|�,|7,�M�6���������G|J��^"ea�֏0�qw��ݕ���
عs'M��)��Va�֭()t*���c|.?���)��<�u~��'<�!@%�t�Y�c�N?��7n�ĉ'M�$�.�������t�Ppm���\�<x���;�[�f�*t���_�����>:��K>���*I����޽��q��L`K:�I�$*�s�c����d''';���gϞE��z��Ļ�����ٳ��.�4�aÆ�z1<IPu���}��L\���s��~��G����P�PFU%��\N<y�������$33��'߿ߡC�j�J��Afu�z8�7ss���T��6oތ��U�Vvv6�(�#$$��)?]���x�"F+##�B��2>W���)�D�}���vD�+WN�����ʕ+t�_�Ѽ�<3~1b�+����;::����Ǐɏ�jwd1>�
4�g����B���
����·ݺu���
+�f�m1��^��]L=z��Υ���rppP����rꄤr�����h�d�N����ӂ��G�n�����X�%RRRX�	���eʔA�.X�@%:w�����3gT�2�sy@~W���
+yfǎz�ذa�1�c�޽4����&��=r�H�,/��Rm���ѳ���Ϟ=+���}��V�i��s
��v^H�P(���TtVc�Żw�ƌC�=�O?�ܧO�bjj���`ň��Pr����A���(H�&M���\$''Ӗ�B�A��:|�pV]*D^^ަM�h�.hyɒ%E�A���N΍_�~ͪT����Qk�Ogk!��9�F5�|c|�]2U4u�T������"���̹�
+q��	��J�@�=�������.4Aиs玅��±5�7oޤ�+t��Z�����֭[2��_�+(��T	޿�~��V�Z��,R>�x�61;v$eBDLL��x�ꕰr���
+W�V���y�ؽ{7� ��������eu�޾}�kРAe˖%�utt\�b����|�E��n��m�nڴ��9"ڷo���,�<�������vvvV�����p����~d�M9v옱����^\\�(����#G�̟?�]�v�R011�ݻ7�VM�֪U�jԨA�enn���aÆ��4�B���W�dI�;͙͞3�V�LUy�`|�ᘙ�<y�D�'ܡ�-:�{_1<����ӛ7o�l���/?���Q%��������_���.>��w�^09ͫlmm1�,^�������cNw�h&��,�<��`�֭�[L�X6�ϕ47��r`��i�?A���((�ԩS��.]���������ָqc;;;�2� ����kkk�o�]�6^l޼9�������f��:bĈ���I�&��cٲe+�~����صkWb>�T���$�_�ܹ�����H�>q�āv���eooO[�%`aa���:~����G{������M�6��F>J�(Q�^=T2~;v�ܹs���֬Y�2&$$�S�.v�؁_ccc���9���ӧ�VQ��
BUw���ެY��
r-�֡f�/�7˕+����ťcǎ�*��Nݚ�6��I�&�"��g������c|^h�K�O�����e1tN5Y�111������˗����𘟟���7޺uK��y�tr�\cƌ�]���k9��:t�<y2�]��
+���J�Ha���w23>/���4M���#��˗/������'%%���޿zr͚5%�mٲe�NC�5jԜ9s@;�w�ƿ�;wJƔ�|HX
+�x��!33��7ܾ}/Bm�	8p�*%tTN��5kVh>������o>|||<���u���ݺu�3��?{��U�V����ݸqCpg@rrr�_��J���hѢ	&�K���e��ުU+��޽;~��矩�04��N��ZE�B�FU�ٳ�~���.p-�֡f�X�E���g�0��<y�:2�������b/��h)��l�Em���ƍ���=}��V�Z���t=�TJ	�%�\*��+W���ӮHB�5���
}R�ڂA&��			3g��r��Rv�Œ555566~����իWD��4��0>/@�@�ߤ0�h)�xE�zLQ�i_T\��w��a�Ϡ���p��|�;nٲe�_����ߴ�\6S:�`oo��)Y��E�#����0?r䈾�>�����J�[��ӓ�^�z�/^���V����ŋ~~~4����
+%Vą[�,Y*���8��Φ@�U�TѼ���\&�gKݺu�;o߾��������+9RL�2���+�^�Z�eA�ͤE�-[�

��0RQ���c'�a�:ƏO�T�q�$L�ԍ���6�*UJ����TKTt�y�֭�̥�g1>/.�3�Q��iAc)����͛v��!���ɓ1F(�NDD�۸�][���P���܊�T����c�Q�?�*��2y�6��իW6###T�T�ǏoN^�~͑yq͚2>�	:Bȅ��t�2s��
e�W�ƍI-W�)7(�����C�A�qqq�G������ܻw�
DGG���;�5:~�8��6m�` �^�`A�&M<<<���׭[�V�Z�kBB~�?L>��'<�?�~�>��5읤�${{{0LA�4����QԡM�� F��t�V{Tt(HŘ��O�R�YT�K`�ϥq��E��C:>�7������www$R�N�{��)�C	Jtqq�g�N�޿��	iW�իW��ѻw�����������i۶���ܰaì�,*8y=�'I�a��a��k� �xy�ӟV�VMZ�Hc�ȑ#ip?r�,5�8��NNN����a��?j���.�5h��ʖ-	/��G��D��n��Ŵi���W�\I����F��U�D"�E`�$�i�8�$L_�6m*���Z�l߾��k֬)���K�9���7�P����E��Dt�1c��b�СgϞ�S�	��;��%[��&1��?���Æ
k�%7�d~j^���M^�4����<��q���@�3|���
+'x��i��u��9���y�u���۶m�;��]�&���d8�&
++�8)9&@;����
+���y��4�K�����g��<�-������cA����D/��ǏD��qJb�*����H����dɒ�����Zb�ɓ'i#���w�Ν��
���K 33bojjJLE1�z��$u�6��W�^����(`hA�~ݱc��z)A20�����Bh����Ν;�������OHpŊHz5��4|�Ô&�ai�t�~jݺ���ߡC����{���ŋ����ƍ�8q"�|�S�~A|�Eb�f͚!�ׯ�X{.�m���3g�4hP�8 b|�]P@�v����5��đ�"�ȑ#4��N幽q�,Mmva��(�a000�yu�8%'��_�5h��K�611�,ztt4:����5�_o߾�����A$.\�=�p��A�}����(Z�pM+���^���˄�"L1�1QN6���AD�x��5T/u�)��ԭ[��jl�LN ?��h֯	�+WF�\�r%>>��M+G,add�HK�1]Fbb�L�Ϣ͎�UwڰaCɒ%)Ґ�b:+��{�"o^^^L�XӴSַ��#��.]�L��ׯG"�o���x���;SSS33���\Q�СC�4���_�z��L>:��u�q�Fd�&�v��?�@m���w�ڵ��Y��������C:111�n�͚5�@�>}Z��#�K*�7���D�g-,,��im
0>�C��
�9�ݖ-[�7--MzÒ��ґ�)q��u5城��(p��W�뼅A� -�P,!��V��xR}2�a@2Q��+W�*��o�Sl�6m�ܿ_���f����L�a��E�͞=uҴi�"���ʲ���3g׃�-A[���cǎyxxL�>]��>��>�?Z�>�}���li��]���R�2�1�v�`�޽իW'w����ת�Z2�����էQ�F�N���S������ҙP�5C�L�2t�^���?~�Ν;���>|�AA'��^V�����q�[8����ݹ��Db띴��%�Ĉ��50�c��ϥe����V&��>}���244Tr[��Ǐig��n�D��s ���;wƧ���g��q1����G�M��M�~HH��Y�������ر#z%��x���%<�p�9�s)�ϥ�~��/�&G4��Ļ�N`о#F�8}��2>�$d�V�~��G�ˤ��u�Bm޼Ya;VmbA��^�Z@aA�͛'�U1���M�6)��Ʉ���J!$ҥK�A���wq����\�s��s�;�lFA�d:��X�i'49��%ޕp9v�د��i�����;	I@ǧ�3}}��?��b�ܹ��uo߾��f``@����A�����R�
`�<www�ٳ'�d���Hs,��9ߝ��HOO�����lA/
+��59��%����!4魼O3�ɤ���A��*��K��(�Ӆ�X��3g��`m�?���z �:J�+HR�,�Q��㟗�ג%K�$#�eE�a�G���\���'X�%[Ћ��s
�h��oA��5��<2��f��I����t钜}�<,�G���8��\���U�@�	|Ŋ�<)P�:$>EH����&=��.w}��A�3g�(��L�d���8=G&`����R
+�ݼy�f����]5O�S�"���5kxx�
+G�+B��XtA&�n݊bȖ���ׯ/^L�W���-t&'h�����Ǐfff�+##C���!��3/tJ&?~L���};�
��+@˖-w��!&'��C�v�ڥˢN��U{N��1�A�Tt��$�KMM��� **�Q�FTv�=z�6Q��QQD�m�RRRԡ1�A�Tt��$E�9rd�Ν�����ժU�1cFzz�XK���b^�xQ���)U�\Y�Ɇ���1�AK�2����kגT���i������/������Ey�7&u�"//���iӦ�Cb�9�����I5�����V�Z�)���ULL��(T%J�@���\_�x��Idd���'F%n��w�����������:��d��$_�~����ˡ{[[[sI�Ӻt�A��#{���t�Fp9���
+
+266�����������eT�r��]�669!QW��������7eʔ:�������
2dϞ=�vJ�;���tDSSSQ�Z�j	+�)))ʑs33�aÆ8p�޽{�߿g�R�9�˗/C�iذ!u��:T^&MLL����͛{�ر#���ٳqqq�W�Ƙ�q{߾}�?��o����T�"1
+�N�޽�����|�%&&��8q�mѢ��򜐐@*�����ש5��ׯ���ڵ���3��e]i���G�9s���|�]'%%���ё	�*U���u„	;w�|��Q��2r�H��|�r�C�	�ۭ[7��*88X�K՚t�J�*QŲ�PL&{��"�s�s����]��ʊ�oΞ=���;w�����eQGDqŊ(�aÄ�a:�ԫW/���r�:u��3��ň�/�P%Ȝ�|DEE���(,�@�xzz�(N�<�9s�P��P��۷o���<��ۛUE�djd||�41>W�ρ��+,�𮓓��Hc`` ����"�C�En#""��	�޽����:DZ�ɠ� �\��\y>OHH(]��b2�W�:�ʕ�i���Q^rש���˫T����[U+
+���P�L��@���ρN�:)&�tT
�d7(��̭>��8����hD�PrI�F�mڴiܸ�ƍ���!C���E
�A2imm]1>W	��;Va��)	�Y��E
]��à�ڵ��������ݻw�M�P릦��9�dݺu����g͚��LB���ӧE�s�޽K���������Q�6�3���/8KJ"dE�	��POw,XФI�}���urr������Ir��SRR���5jD�OqݫW/��G����z��ݠA���h�b�פ�$d)  @:K���dl�V,]�Ta��֭�ݹs��{.zJJ���3(Pϟ>}����|TVwwwr�$��7
+�)������E���_�V�
+
����wυ�$1�3��C>�����a8PHe��;�-���E��#F����������l��\��Lӹsg�	����]�v�ߡ�B"�ӓ��N���Ϲ���4j��...��p��I�
+��B���\�|��→�u�BX#�s-�g0ytt4�������_���O�3'''==��֖��ʌP�ͽ��H�+�2?�=������������۷o�L�L���,�[�Yb|.t>�#&L}ϥ�III���8����t��	��N8x� 2i�\�tRzzzVVV���0�J��G���x�tr;;;.�ҫ�4���O?���?ފ+z��M�J���羾�x��2��ҥK\����d'''$E{n���Q��;���1i>��JY�ٳ'��k�ׯ_4{�l����ŋ%��o߾���jdd��?����&�Z��}�\�T)��̙3��ϗ,Y�wG�-z>�X�"J���c����s(�AAA��S�>��իD�����ʕ��.�t����w�ڕ[����Ġ����gi&6lؠ@�4+eXMY�M�ԕ�|ܸq�R�sl���˗�2Fm1�֬Yñ.��j`�*U
+�s�/~��ɓ'8�|�A��f>���»Ç7��z�
+Ŵ���:����������g|�\nժnr�{������o޼����qAI�M��~���\&�Ph�:������Q�Nu� +�C����_��g�o�>}8���
			|Z�.AZzA|^Ћ�<��$A�����ƻ�����s�y�-^>�n۶�t�B�[��'���$0��I=y�,�5k>�2q�Dss���L��yAL^�̹ή5hf������v�G�ϊ��i5���Y��-�I|�p���7mڄw����-��3C�}��N�>|��?�h+���B��9�8"M^fR���'M��a>�]�vAL� ����y��_
6$M�~��|�]�
�/	*���޺ukA|.�E9 �Z���bx�s����s���(^>�����KF���	�o��d�Bz��}�С3g�p�/3)��q�,,,��8�>|̬��׼ys�)�B��9�����E����s�/�����j���\�2v����rΟ����
+�ɓ'_�P�’|�Bz=��%W��Я��MMM�|��Ϸp����S�ë́�
+�����:`��
+%��롺�繹����`	�Y��r���o��h
+������i�".��+>�#1N�5J4롌��*���]����&gV4�����_����1c���Wԅ��ӧO��j�$2>�M�R�~E��l=T��L���^��'b|���+j0�PƵk�2>g(j=~ޟ�9;O�aԨQe����3(V���b|ΠU|N�r~3ć��4�jժ��Mֳ��\����&�a�0  ��9�g������ӧ�ݩS��U�R��ś���7�S`��T5ś9r$�]�|�X���~@oݺ%�l�xК���u
+,�f�\�x�ݻwǻ;v��>y���P���r���2���C'bL�>��6���������;uꤰL���pg�Ň�k��Q/!f~�С�|DDc5�ݻw666�����AN�
+
+b|�&>OHH(]���2ikk��w�(ŏ�JmݺU��?u�o߾eL��f�oooVE�I++���x����sZ�SX&MLL������'{?~���422���B���Z�W�^��TBMfffP�.]��j��2��Ꚕ���\�|BVX&)p����(��S���	�����P���`�J��|�r�J��bYm(&�=z���t������ի˖-��L^�v
�;88�R�(
+�…]���ccc��ˋ��*X:�ׯ�X��ڵ���3��e�E���Q���9�Ű�0���L&&&"QJ]ݺuQ��7o
+� )))666�gذa�w�(��ԇ�ϟC'��� O���X*/�&&&�����͋��=v�#j��<..:yPPP�ڵU"���':t������E��ԩ#��ddd��I)"8::�X9rB���ׯ��TbP�Lr���]HԕJd��_ER����M��^�<y���ikk۸qc�)��s(��NNNf��L&E)�^^^Hy�޽�3�4���,--1���`��H|d���o�Y�.^�H1��<k����{w�(�Ȱc�d���E_Ҝ��%J�o����h����3yְrN|�Tt-��իi�Q�%bTMy���W�zu==����3y��N���
�)S���ڀy��A CBBD_ҕ+W��C�Y��G��UΙ�Π= _��-}I�
���X�Bd��ׯ�Ä�X�s��3h���!��w�}I�4i���={Vd������ݻwL��K9g*:���^�z��ׯ���999���%J���铘ʵx�b4ߘ1c�$�r�Ttm@nn.X���Td,'�#G���41*//�nݺzzz"8�/t圩�Ŏ'N��їt���(�ĉ�T(8T�rN���Tt��‚ ������KڱcG�4>>^L��ի
+�y�f&�S�9궶��X�0�<<<����U�A;Ѷm[H�C��]���ߗ(Q���$''G4��s玡�a�
+>|��$Y����9s޼ys��mr4���;V�T)6��P\�ԁ�,--E�E�����h���b*E6�1c�d�)�vvv��th�8�X�:�Eg�<���!��}I���H�M�?~ljj
+&y��%�d� --�cr�6*���~�������}I5j���?^4%"�-�db\����u�1h3����!(]�*==��U���4��%KB?���$�x1b�����HVŅ/_�8;;C�l�"��.Y�%=z�hJD�+�
�$�؁���ի�
+���	����.�ussCa���D��[YY޽{�Ir�#33��������Ǐ�64���Tsss===�P\!���000([��hF��~�
�S`` �d-�(�60���
4Бm-�%2b�q�������&&&���c¬%�)��Š=���C�.](��۷ou��-Z�@yO�8!��@-GqƍDŽY{��ӧjժ����1��{��	6���IMMՅ"����ϟ���/S�̋/�<k�-[IkҤ�b~�jԨѦM�ƍoܸ���{|��͛3�0�����9KKK1m�.S�L�	Jrΰp�B&�Z��׭[�3y�d^���ݻwj
+��������*W�a��K�t��U�R���0--M�ٷoZ�z�깹�L���N���(��JW�J��w8�<t落�}`` w_���:������urr������;s�������)))��΍5:~�8��u�^��=��~�ݻw�
�����kRR� �%5�͛70����@�ڵ{���}���(u���EP���l[[[gÆ
L�����G���u�ͷ@�www'�|������e�yÆ
��������Z�jU��ڡC��O�"�N�:�T�Ԑ,=C_;�{?��p��D0v�[ժUcM�n�~�z���e˖�����GEE��t���m��pI{��u��Q�F������-[&cq�
��ڵ+����o�|����ݺu�J����j�j�
�ͦM���7}uqq�?�5�QX��ZH�T�K�.����)Sr��_~���'W�^�U{Px���&&&�n�b�值����E��㓙�Y$>��M<�Ϝ����t�e��?|�_��)z,^�`W.eOO�gϞ}������q
+vZZo߾=�1i3��+�DoIg�AI��>%%eڴi����Wg   ���t�R�����ƚ�`���kcc�V�X��%K���A�-?���z�����b�
+�޽{���9�� ��������xQ&�C�ï�[����KNNvrrBR�F������w���c�|����ԳgON�gPo޼9{����=a�T���)-5w�\��:[9�G0��-[V{�#""Ц�8��Q/2@q�޽;)�U�T��?�q�Ff&���<��^�	�9sf�֭���1b���
C̊2�022�ȓ��jv��[�.�n�v�0n2dܸq���|���+W�\�f��|���'&&b��p��C\\\ll,��0L�:u���]�ti֬mV��8X���g���aÆ�C���~ɒ%�	0�X�
+�Ν���Nj``жm��˗_�|�����<<<�ԩ�k�.���Ń������������J��i���8:;����	F7� -�z���xf1.]�4f̘�+r���Ҳs��!!!�V�B�}��
+z���ϟ��ǹ|9r$Q
+III��ڵk���_vv����޽{�g���DfTдiS���Ǐ���ܱcJ}��E(KY��;R�8��
`���7o������������7t��{C�1t�Ph������Gǎ1�b�1��C׮]��g<�믿Bی��޳g��ӧuj�aQ1p�@qz�1cm8g��а�G�����^BC�Y�|���뻺��-@���͗��t�������������B-�D�H�e˖}��
�- 7A�ϟ����T�jժ
><&&C�.��+�_�nhh����tA�?n��cǎ�f^�z�o߾y��A�hݺu�
+�*��055-S����
M�6��	)����'�5j����L
�اO�u��ig��۷ow�Ё�Z�\�	&@�����1
+�e��`ш��?r:=��￳6����ӧW�^=r��p��P/W�_��������d�׍7�޽������ke򐓓�t�K�]�644��LJ�`ff8>>^���H{�ҥ�)hЉ����Y��+����,T��������LE�bǃ��CE���@�Z�6m�T�';��;w����6l�t�nyhV�0����j�
+�9ͣ���/2�	�ӧONNNh_ӂ.ȪU�P
+�����g�ʠ=�6�y�fZ�\\\��?0숖-[��RP��1'O��k�b�a�����BAX�x1��W�a���ԩSd?šfmʠ�ػw/�[422Z�|��Y������d��~������cA�O_�6m���O�	j���z����*U�@P���i0h�9̹50`�&'�Ν�|59X�~~��inܑ��a�_d�d�&�!W�-��J�����;ضm[ɒ%!�}����t:8�������Z�2����}Pw�V�����u=�w����O�Eo���~���@�����/��J�=�  �<y�6:�����~��W
tɯjs��P?~lee�&V`��`���tf�ƍ�M����x===cccu;�r���_�|y%�e��:X`(h�ԩ��G��-�&dQ� 00h	Ə�nT뿌;�2g�V�DTTm8�i�#G�І�A���ɡ�G�ې���'h憆�O�>e.>�={&4�={���N��3Çg
� h�^�Z��rrr2��bU->dffV�^�L�E�r劵�5����1>|�<CŒ3$SQ1i�$t�Y�f���|����������.����
+*PH2v��A4hD����RG��ڵC⊝e�fL�0-[�|���t!���ÇժU��#���� lݺR���d:iii��XH�y��	�&�#t�(̺��d!����ǵk�FZ�l�����A4�~��<\)���,;;�9s�p����K~��g�;u��4<H.�׭['��߽{���7l�P;�I30(����ɾ�S���/b���T:mGL^�T)�Y�:�pq���
2a�!�����d36o�\MkF�H8�cP��nmm��:u�@'���
+(nܸAC�@w�?~�͙�}��5(�(ѽ{w��;�O�S�eBOO�)�ſ��K�t===���x��:4ԣG��� b�"�8߀��EА�9(RSSɋl�v��դ��i�&ccc�РAlk"�s�Ut6s.Pܼy�jժhAWWW!�	'	>|8;4���\%*:S΅�S�N�	�֭[��aJ�l���/X���&�s���L9"���ɯr�.]G�iii�5B�-,,��^�����\ZEgʹ�n�:###����7眒�R�\9�^���3�h?aBB�
+���L9>}��믿R�M�4Ips�QQQ4u�ܙ	��:�_�j_Egʹ�������V311���V�߽{k�vƆ��}��5(�����] ;;[�Ɇ���3I(8�<���\�����4��z��!����[�la�ɠ�x���Tyʤ�3�\���[�h��Z��p���>o�<�aްaC���A�@����������mܸ��c����666�NNNf{�>|ضm[��3f����?x�M�6�)1$$���d222���H!!��Oy QW���߿���Җ-[ȫI�*U���M�6�.]��V�ڑ#G30)))��������fll�cǎ0ȇ�g���ŭ^�c"��x���N	4�nݺQ�{�����e>++������/_�d�� 8$$$�ZޢE��۷su��F���9w���fffF�ItĹǧO��ϟ_�dI����
������kגJcii��s�Djj*m�ѣ���Q���st��eˢb���E/EG��_�>M82���2�ڵ֭[�Z�"--���@���Cn�$Ȝ�|DEE�����.]�$V���>�S�N	(����!!!tP�F����c�� \��A���������|<5���->��~߾}1Z��+V�����'�׮]����xҤIB������СC!�AAA2����|���P�ti�޳g����F��5�nΜ9*?8��9F///�)���oݺŨ�A���˫T����
��j��ԩxcժU"���/�D%J�		�TyFFƈ#h$�P���m
+Azz:��,������ǎ�z6l�pE�˗/�b��-[v�ԩ�F!''g֬Yȿ��٤I�X�O1t
ٮ[�.�s��9h����#D!y������i��U�VTT�������FDD@��7x��1��"����?Hx�
�K�.E=�����f�n�
+���;��;w
+˻��"##+W�Ln�u�v��5���3h�ϋ����ׯ7n�أG
+[OgާN�
+-]X����
��B�R,���ϳ.����Ac|~���޽{�y�FÒ��ѣ����cǎ��𹯯obb���}�x�bƌt�:���י3gXgg`|Π1>ONN�Q��;w�fZ?33s۶mÇ��#�_~�e��킋�	ܹs'88�T�R(���!
+r��e����k֬quu-]�������u۶m�>����,@>M�|�~Z�vmÆ
qI��� Y~R����݄چ^���4s��b�s���asuD���M�֭[6l��5jԈ&�	�+W4hP||�@�>|��LJJ���ݻwYg`|��\��kdd���6x�`;;�B��
����Q:��+?��3�
+h֬?�)߀��9y����iӦ�����۷��Ņ?� c*l_����׷l�2~�x777ڪ��hϞ=������_�
+�W�"##!�T��U����ˣ#�����d���rw8�12��=͝;��Ι3��m:�-�%��$҇r�k{{{
�9�|ǎ�)$,�J�*)|�<77)��+V�;�cǎ5kք��O��?��!/""���󂎃y��nDZ�l�aKX�����L���|e7���=�i���d����k�ƍߝo������X�|�t��>}���z�ܹC���ŭ[�nٲe�&MB�<==1�AӖ����q�z�z��5�|���_��Ħ��/\���@KK�#F�Ir�b�����Ǎ׼ysz�v����~æM�$�G4��u�ԁz\H��2<��?��*���sww6lآE�0V޹sG4~�1���:u��YM�6]�j;����%�-&L(�|Kxx8}�?��s�ؼy3ml($)��iӦ~<V�|�����	fff�˗�U�*�m۶]�v�ӧOPPЬY�֮]�!��ի���������]�v���s�*0�0v_�r�u^-��?���[�8q�СC%�C�aƌ�z���ը|���
+m���7,,�W�^x�f͚�]��БM��~��!**��+JcǎY� ���*��w��ݻwon�X}���:鉁A@|~$?vO�6m,--���K�.���&sһC��h�_����۷�X�"�r���舔�ٯhnn���x���P�UDD�n�
+�!�ʑ��ӭ[7�h������ϦM�ؼ
+�6�9;O���N�9$''����]�p���O?qs��ƽ��ׯ_/�\��s>�͛7�`�������effn޼�_�~�����;;w���T���	/_�
+
+"Z;q�(�
eܳg�رc6l�M�������УG���q���Ǖ��ҳgO�ؓ'O�o�7�iӦ��M���~~~111x�uC����<}�T����˗/GEE��K��ҥˢE�.\� 裩����r���ϟ�]��nݺ���-Z����9�B�
+ݺu[�p�3g�t
+�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
+3892 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [477.025 103.778 535.492 112.689]
+/Subtype /Link
+/A << /S /GoTo /D (groups) >>
 >> endobj
-3702 0 obj <<
-/D [3699 0 R /XYZ 71.731 718.306 null]
+3886 0 obj <<
+/D [3884 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3703 0 obj <<
-/D [3699 0 R /XYZ 71.731 592.613 null]
+3887 0 obj <<
+/D [3884 0 R /XYZ 71.731 696.359 null]
 >> endobj
-3704 0 obj <<
-/D [3699 0 R /XYZ 71.731 550.834 null]
+670 0 obj <<
+/D [3884 0 R /XYZ 263.164 254.019 null]
 >> endobj
-3705 0 obj <<
-/D [3699 0 R /XYZ 127.205 525.031 null]
+3888 0 obj <<
+/D [3884 0 R /XYZ 71.731 241.581 null]
 >> endobj
-3706 0 obj <<
-/D [3699 0 R /XYZ 261.701 525.031 null]
+3889 0 obj <<
+/D [3884 0 R /XYZ 245.796 219.509 null]
 >> endobj
-3707 0 obj <<
-/D [3699 0 R /XYZ 468.045 525.031 null]
+3890 0 obj <<
+/D [3884 0 R /XYZ 71.731 212.371 null]
 >> endobj
-3708 0 obj <<
-/D [3699 0 R /XYZ 237.789 512.08 null]
+3891 0 obj <<
+/D [3884 0 R /XYZ 71.731 168.535 null]
 >> endobj
-3709 0 obj <<
-/D [3699 0 R /XYZ 71.731 499.128 null]
+3883 0 obj <<
+/Font << /F33 1302 0 R /F32 1211 0 R /F23 1197 0 R /F27 1204 0 R >>
+/XObject << /Im1 3849 0 R >>
+/ProcSet [ /PDF /Text /ImageC ]
 >> endobj
-3710 0 obj <<
-/D [3699 0 R /XYZ 71.731 479.039 null]
+3895 0 obj <<
+/Length 2100      
+/Filter /FlateDecode
+>>
+stream
+xڥYݏ�6߿"0���,�N�{�����}�)v�����XI8V�����%E�v�G�`,Q�H�D��"g!���J�U�
+�Lf�ӛpv������q�,w�w�7��!�f�H��l���Q$��r���X'j�����s��ŝJ� ���6做����(���7?�����D+���gu�<WJ�U���-\�(��N�!�_A0��]�$�J��L_Sҷ9jj*۞�[$IP!N��Tzǫ��i���;����k�l���B�A��@�A�h&cPl�����(�*rZ&"[��w�:+��"��W͋̅5T(�"K4�c�³�ژ�;��s���n'+�ۅJ���T�tP��vF�H	��+�T�����9~lG����#�@��~��2#r6~~��b��W��M[�h���Hߌ>ΰ�2	�|�+�|�um�j,q�:�v�בմ/������f��j��~%�D:�u�mm�5�Ξ���cK��q#�2�$&{G%eP�ӹ���ס�P㣮�w�P�/�n**�6�lɫ����&H���Bg�1,������sX�@O�a���~Ơ����E~��2�J�7��Ƣ��sV�(ٹ���E��U"�ṵS�!�2��+�b)����Y�!���+� ��$�I�*�y�;�,ʯe$�HB/�KV���k	j)�Z2�����ߖ�휈�j���fe�yr��;oK�+b�O)t�)�yqӀ��jyn�/��`�	l�*��ft�۝?�[���hsL.�%����rD�c�3AV����������)���S?������<P�e��+�Mv�����dN5�^���F:Kb��8%j-T�>�c<>���A6��)�\	oT����^8M�>t��4����"N��s�գ��=���=j�;���?��]e�,j=�S�1�K�]{���)��Ah�X��W�QX4�eG�H��fq�Td�b6�y3��f�^�l,|���_�F�)W��d�<��[���Ɲ�a��ʝus��]N��6	A2A�wX��k��"^
j7_��\a��m����n��4-F��N�E��}�'ݘ�vQ[Qȑ>�:J��[@u�Nۋ����l2S�y=O[몫o���{��&a�:Ѐ+�я�l+(	�=¸$�WW��U1|�W�녑ߛq���x\��AՖ^�o!P;HV�eF[
�D+p{"
+�xhq�!�@̠V<@�A
���ˑ�*+�����
g=����6+�9�x�9�o��0v;QS���ҡS��SN�)�7�	,�R��o=��B��=H7�3�	���!i�&!f7�$�D�x-Lh�+��)&�=dؚ:�4�Uw��7��i%�6W*pu�ﮈ���]�a�(_�;���蘱/wh�w��Q8�%��w���v4��#nV�n�8��#n�����e�:��㒅�lF�M�K,�[�
+r:�������BG��Nނ�@���G�A��`{ζ̻�6]�t3�<���ġ��� �)�w�!{Mh{��ZT��;xCe�K�
�fJc�K�pk��y[�Y����Ǭ�2��eQ�ٽ�����]�IK(��R�s~x�-�`�����U�sZ`��!�7�������1l�^#q��n`�n��"��
+�!_J�'�ͭfM!�x!΀�_�ɀB��6b?R���?�D�^݋!�^k����4�_'�^��Es P���ۙWm�W|����՟ǡ���Ɨ���D�G�e(2�X����%(7�s��b����_��w��=Ưr��h�����Qh�R�(tQ|<�^���{Z��Sڭ�y��x�ဆ/��� ģh��p&a ��ɜL�UEw�r�57�U5�C�����(\ތ�
�%�ؕs'F7J�3����H)7�b b�L�P׿�������#Tf�{J�P�4GP P��ũ�I/�� ��lH�p��f`���P�I��@�����:��<�����g_ia�=���T�<|�g��\T8Af�4>���vמ`ԙ��y����i6._5 M5����+}^���(�9]�G��JX=�������Y�M��a\VWӰ��:�f�=�}��7b?u�]��\=��X�����*���O�2q-�OVx�endstream
+endobj
+3894 0 obj <<
+/Type /Page
+/Contents 3895 0 R
+/Resources 3893 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 3882 0 R
 >> endobj
-3711 0 obj <<
-/D [3699 0 R /XYZ 527.223 468.244 null]
+3896 0 obj <<
+/D [3894 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3712 0 obj <<
-/D [3699 0 R /XYZ 147.048 455.293 null]
+1742 0 obj <<
+/D [3894 0 R /XYZ 71.731 741.22 null]
 >> endobj
-3713 0 obj <<
-/D [3699 0 R /XYZ 225.125 455.293 null]
+1739 0 obj <<
+/D [3894 0 R /XYZ 71.731 706.187 null]
 >> endobj
-3714 0 obj <<
-/D [3699 0 R /XYZ 71.731 448.155 null]
+674 0 obj <<
+/D [3894 0 R /XYZ 217.917 668.971 null]
 >> endobj
-3715 0 obj <<
-/D [3699 0 R /XYZ 153.849 424.408 null]
+3897 0 obj <<
+/D [3894 0 R /XYZ 71.731 661.619 null]
 >> endobj
-3716 0 obj <<
-/D [3699 0 R /XYZ 385.305 424.408 null]
+3898 0 obj <<
+/D [3894 0 R /XYZ 71.731 641.709 null]
 >> endobj
-3717 0 obj <<
-/D [3699 0 R /XYZ 132.582 411.457 null]
+3899 0 obj <<
+/D [3894 0 R /XYZ 71.731 612.882 null]
 >> endobj
-3718 0 obj <<
-/D [3699 0 R /XYZ 71.731 405.068 null]
+3900 0 obj <<
+/D [3894 0 R /XYZ 427.586 600.03 null]
 >> endobj
-3719 0 obj <<
-/D [3699 0 R /XYZ 488.392 393.524 null]
+3901 0 obj <<
+/D [3894 0 R /XYZ 113.318 587.078 null]
 >> endobj
-3720 0 obj <<
-/D [3699 0 R /XYZ 71.731 349.689 null]
+3902 0 obj <<
+/D [3894 0 R /XYZ 205.079 587.078 null]
 >> endobj
-3721 0 obj <<
-/D [3699 0 R /XYZ 71.731 349.689 null]
+3903 0 obj <<
+/D [3894 0 R /XYZ 71.731 566.989 null]
 >> endobj
-3722 0 obj <<
-/D [3699 0 R /XYZ 71.731 300.215 null]
+3904 0 obj <<
+/D [3894 0 R /XYZ 71.731 556.095 null]
 >> endobj
-3723 0 obj <<
-/D [3699 0 R /XYZ 71.731 267.174 null]
+3905 0 obj <<
+/D [3894 0 R /XYZ 71.731 551.113 null]
 >> endobj
-3724 0 obj <<
-/D [3699 0 R /XYZ 71.731 197.435 null]
+3906 0 obj <<
+/D [3894 0 R /XYZ 81.694 528.299 null]
 >> endobj
-3725 0 obj <<
-/D [3699 0 R /XYZ 71.731 166.551 null]
+3907 0 obj <<
+/D [3894 0 R /XYZ 81.694 528.299 null]
 >> endobj
-3726 0 obj <<
-/D [3699 0 R /XYZ 71.731 135.667 null]
+3908 0 obj <<
+/D [3894 0 R /XYZ 71.731 526.142 null]
 >> endobj
-3727 0 obj <<
-/D [3699 0 R /XYZ 235.228 111.921 null]
+3909 0 obj <<
+/D [3894 0 R /XYZ 81.694 510.366 null]
 >> endobj
-3698 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F32 1151 0 R >>
-/ProcSet [ /PDF /Text ]
+3910 0 obj <<
+/D [3894 0 R /XYZ 81.694 510.366 null]
 >> endobj
-3730 0 obj <<
-/Length 2629      
-/Filter /FlateDecode
->>
-stream
-xڍk�����zHpp��\>�$hlĮ�
-�@%�$�����������K��������y��J/\��E�U���K������]�a��+-+AY�p^�_ݿ��E���_�w�������Tl��:��ysHO���+ϸ�Q�}sn��7y�g������v�H������u��#�����u8W�y��]'�����`��D;e��\�K�_'m�d�&�y�7�u��-m��6��G����O����z�E�@Of'!r�iW�a��#����Ū��ύ:��B�@�w���7���#��0�Q;E��8t��8��#I��|!�/�MZ�_��
-�X���=��Y��&�k�m�t`�A��ta��iڴ��:c0Z���H��pvJ�Ì����{�����?|���_�y}?��ν-�3�K�E;ý��i��Z���3�N@EWg��U'"�~�P���+v�3rp�2㩸O�쪢���q82�t�Vy���
;yC�X&;Վ�=�"o�[쁳�D;;�%���A�\D��d��������*�	kY)" �Q���p�o���u��;�~���P���76��ϨQ��P�Y������2��>��	{X�'�߿eJ`�Z���|jу�H)0Ʒ���sT:��jW���ڦ��YC*�
������XS�@%�3��GC�n���ͩ*32:��R�?�-JE�\��M���A{���{
-��re!�C��f���Q(�܃��:�ed`H�^R��=��
-��\�
-�V�k�$���8�D�?�ZC&9sQ�_.y��-'U�R �>��R ���)E��'ǃ�(�@n��k\�eFݬP��Ň��0�_;,�k������e�s��/������	z�B��
K���t�i-���F�Cɾ
-F5o���Z�#����r���[6HA��>���se
-}��r�����V�>N`�g�@П���煿�nB��:r}��-<`�M�����5�.Ai"f�%�ϖ��|#��	xO���a�][d��VB��|ڠ&�{t$��C� ��R�����N�A�c��;�ޏ�D�;o޽gH�����2�NG����#r���YPj �0�mK2M�l�<@�΀�m��h������D>���#~���+�X����ͨ�ċ�X_�^�ȏ��uu9JPb��@
�Ko���Ǒ���PE}�FR�E7���T-{,cQ-F}�"D�a9M�F�Q<1&�	�sFԑ����l�����*F^wd.
-�.��p���虅1E1���&'�u��-EbsF��y�B�f�Q��VV'1xo��6G�$?tU�CS�G�(�p��Ǐ�C����\eh�!�ʼn�~e	z��|#2��v�;P:����q���?�P�m[u+���u����4��*G�\Q0lc��:�/`_P�PA20�E����`���&��0v4ڰ=�{(��cԚ���$`��|��E�����7)<�$���FT�z�$��ܸV�Ϙ$��(��q��	X�5�R��P�hB��km.��-���nYƘ�sl-(P;eK'~�V3y;ٱ����pK����M��8y�۹�U#�z2aG���0�$(�iiZ�})�������/�v��I��}��t���.������e���.���e��>�b��$���}V'�K�^��c����м���8b��?�<�ͅ�Η3�����D"UBg��eE���wB��os����T��׵��A����C	l�F�T�u���������������2��\'=�գ�?<a`���4�=o�R�L�༕��JC"�\�-2S�s��Y8��OE^�P��;F`���+˵�"�w���ȸ*t��~�M@VOi�2����e�L޸�i�/P!����йE��p�D�`�FG�P���l�tSئ�RGU�����ܕZz��!�������e1ƙ�A�"��}0�Ѵ�L��]KS̞5=���|;z�<�(c���\�&W�+�7WV�r"5	��ǁ4'�͑�mǨ��g�`=�kHEA%����]�O��'��ꙷ}�3���̈��c1Ἁ+���0��eFmF|ss�p/[�`�'i�M]���uh_yf���,q<����=�x�Hk��(�l\�FE�K-�`��Ķ��[�r�U�s��Z^�kʁGx��T�IAr���LC5��Q�5�®�H��:�p�(���}���ᗅ}|:���Rz�SRt��8���]�*8���.�lSl��`�TB$���3h�B|	�;8�*af�f8�FR1�zC/��L�Mu7�'�%(6	�k�&�4B�^�5������|�:ǹ��gJ7�wI�/x�p}�H`j��a��\�!�jZ�Y�A7�怣�^�+B�}�˜�p|�e���C�ŵ�vA�Ӽ$�)j���j��E�+���0�Z���$��9�6U�"�	1���g:ғ�!|O�э-�^���f^Y��B=��h��=�?��xW���%��O%���Dx�n����p���Z+�aϼ"<�ot{���-���l�7�$V��ڳ�1>_�q@>��'��Ț��u�"�xq��6���5�U��g��r����bݢ` �&y�����	4 endstream
-endobj
-3729 0 obj <<
-/Type /Page
-/Contents 3730 0 R
-/Resources 3728 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3764 0 R
+3911 0 obj <<
+/D [3894 0 R /XYZ 71.731 508.209 null]
 >> endobj
-3731 0 obj <<
-/D [3729 0 R /XYZ 71.731 729.265 null]
+3912 0 obj <<
+/D [3894 0 R /XYZ 81.694 492.433 null]
 >> endobj
-3732 0 obj <<
-/D [3729 0 R /XYZ 71.731 718.306 null]
+3913 0 obj <<
+/D [3894 0 R /XYZ 81.694 492.433 null]
 >> endobj
-3733 0 obj <<
-/D [3729 0 R /XYZ 282.395 708.344 null]
+1740 0 obj <<
+/D [3894 0 R /XYZ 71.731 490.277 null]
 >> endobj
-3734 0 obj <<
-/D [3729 0 R /XYZ 500.324 708.344 null]
+678 0 obj <<
+/D [3894 0 R /XYZ 236.902 457.963 null]
 >> endobj
-3735 0 obj <<
-/D [3729 0 R /XYZ 300.306 695.392 null]
+3914 0 obj <<
+/D [3894 0 R /XYZ 71.731 451.836 null]
 >> endobj
-3736 0 obj <<
-/D [3729 0 R /XYZ 71.731 682.441 null]
+1741 0 obj <<
+/D [3894 0 R /XYZ 71.731 380.09 null]
 >> endobj
-3737 0 obj <<
-/D [3729 0 R /XYZ 71.731 659.427 null]
+682 0 obj <<
+/D [3894 0 R /XYZ 166.08 346.78 null]
 >> endobj
-3738 0 obj <<
-/D [3729 0 R /XYZ 71.731 591.094 null]
+3915 0 obj <<
+/D [3894 0 R /XYZ 71.731 338.142 null]
 >> endobj
-3739 0 obj <<
-/D [3729 0 R /XYZ 262.713 578.331 null]
+3916 0 obj <<
+/D [3894 0 R /XYZ 344.894 327.851 null]
 >> endobj
-3740 0 obj <<
-/D [3729 0 R /XYZ 71.731 553.26 null]
+3917 0 obj <<
+/D [3894 0 R /XYZ 71.731 313.739 null]
 >> endobj
-3741 0 obj <<
-/D [3729 0 R /XYZ 71.731 532.391 null]
+3918 0 obj <<
+/D [3894 0 R /XYZ 155.277 291.288 null]
 >> endobj
-3742 0 obj <<
-/D [3729 0 R /XYZ 462.665 520.847 null]
+3919 0 obj <<
+/D [3894 0 R /XYZ 71.731 281.225 null]
 >> endobj
-3743 0 obj <<
-/D [3729 0 R /XYZ 71.731 500.757 null]
+3920 0 obj <<
+/D [3894 0 R /XYZ 154.779 256.717 null]
 >> endobj
-3744 0 obj <<
-/D [3729 0 R /XYZ 86.871 464.06 null]
+3921 0 obj <<
+/D [3894 0 R /XYZ 71.731 245.315 null]
 >> endobj
-3745 0 obj <<
-/D [3729 0 R /XYZ 71.731 438.157 null]
+3922 0 obj <<
+/D [3894 0 R /XYZ 426.159 222.147 null]
 >> endobj
-3746 0 obj <<
-/D [3729 0 R /XYZ 71.731 413.086 null]
+3923 0 obj <<
+/D [3894 0 R /XYZ 71.731 210.027 null]
 >> endobj
-3747 0 obj <<
-/D [3729 0 R /XYZ 71.731 392.216 null]
+3924 0 obj <<
+/D [3894 0 R /XYZ 103.272 161.674 null]
 >> endobj
-3748 0 obj <<
-/D [3729 0 R /XYZ 71.731 347.631 null]
+3925 0 obj <<
+/D [3894 0 R /XYZ 71.731 151.612 null]
 >> endobj
-3749 0 obj <<
-/D [3729 0 R /XYZ 71.731 336.737 null]
+3926 0 obj <<
+/D [3894 0 R /XYZ 425.163 127.103 null]
 >> endobj
-3750 0 obj <<
-/D [3729 0 R /XYZ 71.731 331.756 null]
+3927 0 obj <<
+/D [3894 0 R /XYZ 71.731 114.984 null]
 >> endobj
-3751 0 obj <<
-/D [3729 0 R /XYZ 81.694 308.941 null]
+3893 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-3752 0 obj <<
-/D [3729 0 R /XYZ 186.398 295.99 null]
+3930 0 obj <<
+/Length 2929      
+/Filter /FlateDecode
+>>
+stream
+xڭk�����ᾘN���DFc;v���4��h������!s�>_�ߙ�����-l�������.�����b��>a���"�m.�������X�#���7�������O�����"�"?�n/vQ����&����$�Z��u�l�ħ�/���4|�/�R��u��W7a��t}�&>3#*��D��6{?�cC�n���MX�4��z�7YW�Z]45-߮�����ջS��h�O�B��XK;;	e��U�xWA�1��B,2���@mt~�$H��bo�8N
�����!�v{�MW��\J�g ��,���L��Ӑ��"����
�
+}*j��TJ{�m��;�4����w۬�)��i�<�j��ւeI����nEQk��y﹐�cͅ>
�l���B`deӼ'��ɡip�0#�V�,>�'�w�`�Yɋ�� [�-�es���V�Y�x�i�R�+�v�h6*!�iV�N�ܷ
�р�����>p�Ϊ��fE�ك!�"�F����d��n��e�]ҥK�Ѩ�:����|��4�^������wlA=��a}[5��} 7�{G�;�൥| 9bNW"���{RwmMӦ.�i40�]j���3*��1|���{�,}�Bi�����Y�Ih̋�O�����j�hI5�lj����-����")�D��%YW�NM��2�˒mv}&���w(�p ��K�A

@C�]�.Z�L��t�l_���̭����;	 ��f�jx_��7t�>	)3��0��Hv5Fߑ&�2V@�����H"Ve��n;9�K1ͭ
(	L���K��J?wE�H�+		��i1&�?)�5sŸ� �
+x����Ņ��=?��m�	7"�C'�{:�A�h�A���ZH���)2}�v��E�u^dBK�n"��A��0։X�f�5Re
L�DQQd��.�]}��i�]s���H��Mw�,h��oE;g!$<�$��.	�U$t�X�
+AkCc�Î�0�Q25Vb��P�/i�����XP���*aD�sr72�N����m#ڜQ0�S�߳�~c�ަ�~�LB�9�+���,�|x�B��׶ɻL�9��~��8'�'���V[bLNp�&���ys&L>��cX��	{�:���oh�RΘ�X��X�e��0a��[�8�V�Pe!��PW���7��ߥ{�&dǐ��Ù���rt$q8Z��:\�%���d~9c��'A��C�@&��}p%���𧚶�W��6�Q��Y�d̪
���-,^�L�EI�?��"�{����`��X��ȟ}���U٧3eQ��%�9x������ᥬ��x�&I�<&��/��ap
^���49�0���
���@���h�O{������H1�/�ɭl�b���	XQhr�
+-Lj)
+�%\ "p���-���u@ʱk�m	�Ƭ;_���/EGJ�-c_x��bPMk"$��tt� m��=YSvUM��`�OӟP��xg�����?H�p��<�8�a��,�Jq�����8	��mu�d�Ѻ�Ƃ\T���+T݉�RИ��O)�n)�u��=]��M@��7B5h�:}ɪ&���%(ű����i{��XZK�]���X>�މ"�\���`˴���Y��/ZC=���s���0�w?�(gr �����U���%z,�!=/��m��M���%_N��Ok̞�2�2~D1����/�5չi��؟I���\y�NR.?��>��jJ#���~��}���ƞ�a�)!�`��K��y�S�ޣ��n�����ahX[hK�����r��,�������nT.��|��u�B��R�,~4�;���7z�t��
+mѳϽ��Ȝ��~�s+s
�zV���/�!gnV{W���b*]��zf�P��|���f�ӊ
+=��2���_�^/�/i�P����u.���~���
+���RF�3!'�����R��`�J�κ'���u�p:"��j�s�A�4��K���>�xsG�*ذ�4QU-pl�Iz���2�8BEM+Z�>ē�Y2�fO�.��D��O�L���'@�����:�
 ]��2��uyA�q��%�:�ZD%�
+,W�ddNH��p��j\�~b�r�1G?ǯ�Id��ȉ�_8Q��Pu.Ž�I��r)�4U����{?�����^%0���,�IU��<�֓87�$Ρ_,ZgN@MI�X�C=z'�H�R����OK6���L�U翔1��$�6�C�z@���|~�W��3��S1���^-Ee�?h�S���+��{��b��:3I*���U��R����ū���;�L�Ê$�NK	x�o�d�6�7y��l�%MV�3�2��%��rƺ;'���k)��{0_i����ӟm�/�b잷Mw<=���~l�T�d��Of��b_=��C��]�%�������5�ǯs|�t�
+�*_����$6��[Y�>��ܦ�K��n|����4d�q���
+�q��*�$ю�*�7���<\�/� �y��Y�5'�6M�ae<��c����
+0c.��}^r�NH�R�٤���B�5&�6�`�,���A���8ap	~&�S��К�N���Á����6G�=�Xa�ls��X��nˆ��8��ѣ���\�A����h���WC�� Mm���7o 6����+�4���Y>C��%ʯ5äzjt�1'D=� 릁���䨳̊�%D
!���PW��X$N��d�W�_�ʼ��ȍk߆ܦ���k��Ani8	S�?`3ʫɵCS��|�v}h�\���9�ZF�;SN���^�y����~48��&�c���)��\��x��Ib�Mas���
+L6����2���ixm
+����\�������豴����?аW��=�������/F�p�oB��ۆ�%���ʕ�endstream
+endobj
+3929 0 obj <<
+/Type /Page
+/Contents 3930 0 R
+/Resources 3928 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 3882 0 R
 >> endobj
-3753 0 obj <<
-/D [3729 0 R /XYZ 134.42 283.039 null]
+3931 0 obj <<
+/D [3929 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3754 0 obj <<
-/D [3729 0 R /XYZ 197.733 283.039 null]
+686 0 obj <<
+/D [3929 0 R /XYZ 201.526 667.895 null]
 >> endobj
-3755 0 obj <<
-/D [3729 0 R /XYZ 71.731 262.949 null]
+3932 0 obj <<
+/D [3929 0 R /XYZ 71.731 659.443 null]
 >> endobj
-3756 0 obj <<
-/D [3729 0 R /XYZ 301.246 252.154 null]
+3933 0 obj <<
+/D [3929 0 R /XYZ 463.469 636.015 null]
 >> endobj
-3757 0 obj <<
-/D [3729 0 R /XYZ 172.784 239.203 null]
+3934 0 obj <<
+/D [3929 0 R /XYZ 71.731 621.903 null]
 >> endobj
-3758 0 obj <<
-/D [3729 0 R /XYZ 494.944 239.203 null]
+3935 0 obj <<
+/D [3929 0 R /XYZ 514.935 586.501 null]
 >> endobj
-3759 0 obj <<
-/D [3729 0 R /XYZ 76.712 195.367 null]
+3936 0 obj <<
+/D [3929 0 R /XYZ 71.731 574.381 null]
 >> endobj
-3760 0 obj <<
-/D [3729 0 R /XYZ 81.694 177.435 null]
+3937 0 obj <<
+/D [3929 0 R /XYZ 71.731 557.959 null]
 >> endobj
-3761 0 obj <<
-/D [3729 0 R /XYZ 187.837 164.483 null]
+1743 0 obj <<
+/D [3929 0 R /XYZ 71.731 518.192 null]
 >> endobj
-3762 0 obj <<
-/D [3729 0 R /XYZ 236.955 138.58 null]
+690 0 obj <<
+/D [3929 0 R /XYZ 197.015 480.976 null]
 >> endobj
-3763 0 obj <<
-/D [3729 0 R /XYZ 81.694 125.629 null]
+3938 0 obj <<
+/D [3929 0 R /XYZ 71.731 473.057 null]
 >> endobj
-3728 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R >>
+3939 0 obj <<
+/D [3929 0 R /XYZ 103.934 447.9 null]
+>> endobj
+3940 0 obj <<
+/D [3929 0 R /XYZ 105.351 434.949 null]
+>> endobj
+3941 0 obj <<
+/D [3929 0 R /XYZ 71.731 427.811 null]
+>> endobj
+3942 0 obj <<
+/D [3929 0 R /XYZ 518.615 417.016 null]
+>> endobj
+1744 0 obj <<
+/D [3929 0 R /XYZ 71.731 396.927 null]
+>> endobj
+694 0 obj <<
+/D [3929 0 R /XYZ 176.973 359.711 null]
+>> endobj
+3943 0 obj <<
+/D [3929 0 R /XYZ 71.731 349.346 null]
+>> endobj
+3944 0 obj <<
+/D [3929 0 R /XYZ 71.731 332.448 null]
+>> endobj
+3945 0 obj <<
+/D [3929 0 R /XYZ 71.731 290.77 null]
+>> endobj
+3946 0 obj <<
+/D [3929 0 R /XYZ 71.731 290.77 null]
+>> endobj
+3947 0 obj <<
+/D [3929 0 R /XYZ 71.731 174.557 null]
+>> endobj
+1745 0 obj <<
+/D [3929 0 R /XYZ 71.731 115.613 null]
+>> endobj
+3928 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3767 0 obj <<
-/Length 2746      
+3950 0 obj <<
+/Length 3090      
 /Filter /FlateDecode
 >>
 stream
-xڝYy��6��}
-# 2`���-�E�,R`��m�m��%G�:�b���EY>�-�����p8��G�_x��/R�MC��$��?x���������g<���z���͓p�]D^�Q�H����`�T��<V�0�n�bω]�>����Mo�^��ߖ�c�Z-y����Ӵr�n��_T���h�g�2�MrP��HIT���;�6���'�$K��2=�Rg���-��ny�`�c�a�'�i�mXL��z�vjG&�R�m�e��)C%�~PM�:a�۱+d�g�j-��L��C�0��Fˁ=�~��b}Z<�r�PM�ҮT��ܦ�����L?�ֈ
�t��w��NȢ;���+ڶ����"�ZI
4k�:�=լ���:d-�z%�aY��J�T(B�AI�E�t�e����r$��(�������±�
����~��P��B6�8ԇ�?�îS����Gۭ������#�p�@L++k�X<��'
~�~�^�f]'��'9�(v#��4�q#��wU+#���a�ki�&��)��8�q��Q�b�||��oQBl}������#��0�����Ӌ���M���ICɗd�\����@�n�����D�	&�|7��E�&n�d�w���k�dJ���G�~i�[�����x�����.C<�a��kCp���7B�M�;-t��>0�A,��n�p��1%�t�$s�#����G&��ɼV����T�&G-�7�
-�!"g�DL6 ��	m���Q6�:�1R�o)�aH��F�%�EG�� ���
���JC�d�Be�8�:!
��2[�N[�u��j�Ei0���y�vj�h�D���
-�#9ݱBENۄP$X:�����s�l�6"�YW�3��!��(�Sk�^�)zN�b⥙� f�L�b2��t�S�@��ݒ��#�.�Q���(��0K������,��6Gyv�6��@p�>���j�3�c�����X}>V�tcm��<����6���!�-wҒ�s>k�,j�������rB&�����莜�ų�Y�aJ�2�5Աf'K�{ek*��#����O=�x��op϶�r�V�%�J�e�qQ�E�,6=s��7�F
Z��w/���B*+!�H���]m��h����߿}�#3]/+jS����B(�|�Rt�a(*�i�N��/F�T5�1S����E@�p�f;3�i�c"o��Wqf��4PjLT��8VB6�v�
�qOeP��#�zDE`�[7`�����Q���)(D�(�i@^��8ir� ���d��;�~�mLm��2�,��WX6�-�EZ5�ԥ&[٬C!ퟺ�E Fl>M��`MБr�'h�T�7
@NHi�8�"h�F�v�/P����s<D��L��(ʹy$���i�ק���S�v�\n>�������V�d����%a�BK�I�IG'��>*]|x�=��[��h�pf�����Y��!��~"V����(`%�D(��ӎ
�k_�ϥf03�S�������1T�X�0��`(�k}�+(M�8S�8�io��ʷ �-r�|����b��תÄ�ۑE��7L�1)��S�b"���D���R�cj���p/�Ĺ#�9cS��BIeє�"t�NoG��m�X��52��ͼ���â�sB�ך�>�j>�2#hCH��>P�"ИG��j��Dm���[��.���v��d�&s0�
-�J�:Dq�ǩ:B��:�_2�ׅŅ �bs!D�čf�U2q-KV��a�;=����s�G\x�
]�,l�QvG������R7�Ac��7��<��2bB����Φk46�	Vӥ��7�p���k5��hՆ�����|7�������?-׉�9/�'�ܤ=a��f��t�H���8���$G��<�➷�Fw�d����甯!K������z�:
���y|~�XϹR���m&[O{����)��05<:٦�C����Cs:0#��`i��p{e��{��O8fA����䖐�v-,���Fd��W��{��e6����q�L�]���ݫR�uD�2����;-��I�Z@��E�ַ�r	`���U"�	2J�e���C7{��J��U�'�{	ޔ��Y��Yx�fe*�
-t�`�†���fN��P��]m?�d0����,��t��l�\(aF��DY�{�檈�i��b��K�_��Z�qO�W�|��v���T*��W��̢���0��Ngv%hS~��b����y�l~�,W�;����js;�V�)��9Lw�,mL��BV�"E���$=þ�]��Z�9�R�Z!��9�P�rE��T)��#ד�Еv!"�R�)�y@P9��,s�\̞��!��&��ܞh����C�
-�6�d)�j����F��dz�`
-��ΨMm���>P([e�~z��>�Ԃ#*�}�P��(��:u�~�d�s��qa���*p=�	6�-��̀Ѐ��n�l��0#��ѥ�Q==�C�ǥ�����3'64���t���ϡ�K�~�T<��~`��[��?X8'��ɘ9I�U�i��{'��ɒC7jY����q���}��#�T�_�Ym.�����Ǝ��1'�K-���:r�vw��C%�AnKs���*0��?���a.��^��`�X���`}���賏����{�?#\�M��-�J��2��@�X�u�g���|�\en�_����r�k]d�X!�b�}�Ƿە�{b]7endstream
+xڍk�۸�{~����Z�%'(�&�K���Ͷ����DۼȒ�G6��(ɲ�9���!gH���<��R�MC�;7H�U~z�0���/[!��h�>�z�!W;w�����*
+C7L�Un����λ�jzݮ�A�9���t�:0�v8�ϔ�Z���/���a���L��J� \��F	Je�n�$T��n�����b�{N=��T������d�p��ɨ~طHP���Ax��NW᭶���AL����a�zXo�8rrU1����QU�����/��f\��?B��Sf��)U�f���ɏ���eg+�'�,ϑ�IU�`��}�O2Q��֪3�y�Ďˈw�V=]�/���.滮4
+���ó0���>��\����ҭ�5p?��G�+)�U��Cx˟�c�i+u��N��j��/�F��
�eQ�����'g��6#/8�:�W����4�u�8����`=i�-Lה���>�?Yx��׵X��'�o����әQ�ޣB���7�QB�,��l�!��\�xd�>������������*�7t�I��Z�$�F�4��nO��/�@
+A
+*�|���﯂%a&k
+��y�T�JE'�i5[Z=tv��7ue�i����L���7���=��w��.%e�!��|"��E�ʏ����[��!�i�yp��#���YS�)Ҏ]f_b'
+��J�0�NO�%��ѻ������gg��a䋂,dwd�\`�!����L!��Г�2���ʗp��<i�8U��.�إ҆b�.�xl�Q�'��Y����Vox$lj����eI-ߡ�D��J�-{Χ ��,a,���%�Za�4b����4�,�߆����$���*�=����lgD`g�n���#�����%�Ћ���2�4w�/7B�dXo�ٗ�E�G�+.�BQ����A�����i�O�d;3G�'��a����n?�<|>��V���I�����u���V�y����"ҭ�$ gq��+`'��-W����ˣ��ת��7l��t�rKy�Q J��w�����6�l�aZ��@5��HAq�������e��,�G���o��(@Z�6��,��K�������n�"���/L�{pB3��:H�Ů�m����醇���
+����ѣ�B��H���%��0v��4�<�s%~���F���'͢L���+�����)��̹/bW�O���5��] �!�2Hl�u�ΓWIn�\(�PԕE�GĆ!������hj��ΰ��E�+$]�U~��
&n�"+���[�:?le��(��\,�er�S�F�l�
���T�P��n��RA�c�w�T,��+?�r,O�N�Ǽ⁥��
�`\����^�ʸ������<n�;j�����ˆ�,%3D>�����
�.��Qu���AD�c�!��g�	�Ǥ9�b"��bܸ)A��㔩�mO/�%;:��:���`
+]�StwC_?y�w�����C	.	k��t�|T�� ��9���������y����揦��Ln�>�c*a{~���UR�\|�J,Jl��_L.�\l$�O53���IP��V�Żdp�`�9�	�	��
�^�S�1���Ԩ��#��i�b�Ѵ6L�9;�w�2��u��������+IS,I4L��,���g<m�)�(i�Br-<��$$!�>ѹ*
+���52�����?��`�IU��;���0�J.�������a~<CH=�����neߡ)U��ٛ���/>&f6"���j�*�����LN3J���‡�$HW`EcgF���1PRHX
�Z3����_Ɂ.��Q��J ,g�6�Ѷ��T�˖�ڦ�u���|#��I���D �S�xe���^/��t����qt���ۉ�*��O�KF��M����wd,+�1�ܔ�n���1
+��ӈ܌��!‚��,�D�L)�GJF4&v��i�ئt�i���|1Yd�+�q��USg(
+gOt@mo�F)Ë>���!C����v
+
�7�����؃d��LrkH]�0Sl��)��p�!��	����5�E�D@m�d ��H�<���n�������"��\)�^ɔ�h��qEL�!��ţ��R1w| ��!��J"iN"y!��[�s�4��_���F�
+���q9�S|'[�w�8����\9��]q��pp9�޶�4!�k�3��lے���K�}��7���Ŷ�
e��N|����^�������7��mH&�x!y6zi�g_Uq��t��.v���O$/ݹP�×����7o���M��d��2�q٠V</ͽ{s����]���l�3�z�99f)�� �jQ��ͩ��툛�F��F��Kٟs�V<]2�f%��:�����J�Vo�<�,�	S9 �b/WHMK�HY�tRI�b�xO��R<?`N+<�����,�X��#V|J �%���ڞi��p}h�ID�ɍ0��[�GS�
+0o���6q�������<⢆�0�fT:CUa[�w��,���v�O`�(��5����љ	:�:��!���E�u����!�!�<�Vu\Bǖ]<m�#���c�� �8�H��~�T/r�WY�~7⑜�lL�=&��������Q��V���Ҫ���?R�x�aM��^2ꓩ����P�/��x3��1i�*G��Zn.��m`��b;��S�"μ�r�9SU��9+(�q�@	�d�}�=Ѽ贅�)z�k_���۾�{���� �w�KW��x�8s0S��gOt�=1b�6+��7$j�4�b)�N'՞y�!"��ff�س����e��Og&N��@$��()fQĂ��F�jKq�cϚ}�?��3������Sm%}��]��@��|�e#S�VuY�W�|���3�6ek19vv���L�V����8V0�=��GK�g�Z��u��m2�_��9��R��A1���l>%7�3)!2��%7U	4����Q�#����.w�T���C�D��ބ�!��Mr ��έ�ll9ta��'Q�f~z��=&�������#���M—�������ܝendstream
 endobj
-3766 0 obj <<
+3949 0 obj <<
 /Type /Page
-/Contents 3767 0 R
-/Resources 3765 0 R
+/Contents 3950 0 R
+/Resources 3948 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3764 0 R
->> endobj
-3768 0 obj <<
-/D [3766 0 R /XYZ 71.731 729.265 null]
->> endobj
-3769 0 obj <<
-/D [3766 0 R /XYZ 71.731 718.306 null]
+/Parent 3882 0 R
+/Annots [ 3954 0 R ]
 >> endobj
-1574 0 obj <<
-/D [3766 0 R /XYZ 71.731 659.527 null]
+3954 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [260.471 607.851 305.303 616.762]
+/Subtype /Link
+/A << /S /GoTo /D (userpreferences) >>
 >> endobj
-630 0 obj <<
-/D [3766 0 R /XYZ 402.85 614.272 null]
+3951 0 obj <<
+/D [3949 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3770 0 obj <<
-/D [3766 0 R /XYZ 71.731 610.442 null]
+698 0 obj <<
+/D [3949 0 R /XYZ 353.573 707.841 null]
 >> endobj
-3771 0 obj <<
-/D [3766 0 R /XYZ 118.555 568.252 null]
+3952 0 obj <<
+/D [3949 0 R /XYZ 71.731 697.476 null]
 >> endobj
-3772 0 obj <<
-/D [3766 0 R /XYZ 71.731 514.555 null]
+3953 0 obj <<
+/D [3949 0 R /XYZ 86.396 610.008 null]
 >> endobj
-3773 0 obj <<
-/D [3766 0 R /XYZ 71.731 463.865 null]
+3955 0 obj <<
+/D [3949 0 R /XYZ 71.731 602.87 null]
 >> endobj
-3774 0 obj <<
-/D [3766 0 R /XYZ 389.061 438.061 null]
+3956 0 obj <<
+/D [3949 0 R /XYZ 512.787 579.124 null]
 >> endobj
-3775 0 obj <<
-/D [3766 0 R /XYZ 118.688 425.11 null]
+3957 0 obj <<
+/D [3949 0 R /XYZ 112.803 566.172 null]
 >> endobj
-3776 0 obj <<
-/D [3766 0 R /XYZ 411.769 425.11 null]
+3958 0 obj <<
+/D [3949 0 R /XYZ 202.555 566.172 null]
 >> endobj
-3777 0 obj <<
-/D [3766 0 R /XYZ 71.731 405.02 null]
+1746 0 obj <<
+/D [3949 0 R /XYZ 71.731 523.168 null]
 >> endobj
-3778 0 obj <<
-/D [3766 0 R /XYZ 403.654 381.274 null]
+702 0 obj <<
+/D [3949 0 R /XYZ 198.969 480.071 null]
 >> endobj
-3779 0 obj <<
-/D [3766 0 R /XYZ 71.731 356.204 null]
+1747 0 obj <<
+/D [3949 0 R /XYZ 71.731 476.241 null]
 >> endobj
-3780 0 obj <<
-/D [3766 0 R /XYZ 71.731 281.683 null]
+706 0 obj <<
+/D [3949 0 R /XYZ 256.752 440.699 null]
 >> endobj
-3781 0 obj <<
-/D [3766 0 R /XYZ 477.684 257.937 null]
+3959 0 obj <<
+/D [3949 0 R /XYZ 71.731 430.334 null]
 >> endobj
-3782 0 obj <<
-/D [3766 0 R /XYZ 71.731 224.896 null]
+3960 0 obj <<
+/D [3949 0 R /XYZ 434.226 420.574 null]
 >> endobj
-3783 0 obj <<
-/D [3766 0 R /XYZ 71.731 163.128 null]
+3961 0 obj <<
+/D [3949 0 R /XYZ 71.731 361.63 null]
 >> endobj
-3765 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F35 1481 0 R >>
-/ProcSet [ /PDF /Text ]
+3962 0 obj <<
+/D [3949 0 R /XYZ 71.731 348.679 null]
 >> endobj
-3786 0 obj <<
-/Length 2500      
-/Filter /FlateDecode
->>
-stream
-xڥk������
-�`�Tq���Mc�b�A�|@Pā�"W{$W�Ê����Z���.��p���ٙ��y-8>�NxiC���E�����l`��U s!�Oh��]=~E��[."�n��~�Eq�Q�eI��?�϶j��v6�M<�
]o�+�
#��_g�[V���|���ww��$J�e}Q9Ks�]�d�����fK'�3��ku?��l��}��E;�0�`�̃�[$)��������y��0�Co���m��A;u�ߪ�!�T��N��\6Bf�j�7�v^TU����V5���\��|�����x�D.�4��Q~�t��~��B�Y�xX�BPk�|8;��B��x��iE�^�m�g�����Y�z0"�r͖�'>�?Z����G�wmif��m��@0���H��+AF�N�K�oТ�ot�ʊ��y����ޟ�Q���EջJ#��~�Ő��\�o��==�#S�T5��	&�82:�c9����^�8]u����7���������Bc1F3�w%K��=��!lx�z���g��7<SM1R�"@�����]w*�[=����!MM���*�8�`��
-F�������H��X�������4��f�#!��X��,�H�@ג����!h��c~Y��4���rr��5�]�y*��K�؉���̲�~��w
-H����?���1��(]:��\FN���ջ��#'��"�L~���s��<�c/׳I?�� �Oi'�/J2'��2��?�b�Z۠o�#C5��<Ƞz�PL����2��;J���ff�I4ckS���ȍ���"�e��Q
-�"�]kr�+ȧ����ba
-��2�bgC�{�����7�7L��c�׎�	f:ѐ�L1�T�L���2CS�B&xRvfH�P���$ܾ���5���ó�=y��;�4�m��q��P[�n
G2�0�f ?&��@G��D��*lǠ�����Nc7�é��c{/-�M�+H�}i��"ڎC9�e��Ս����n���˿�$��ޜ����~G�e
t���iD�^�y��I��F.�|/
ٻ��=�e��
-?U��Q�"wg KB���4#�}P5��ݍ�5�^�	Iԡ�':A+ar�L�~�B�B��c��5S0I�֢�VW;��P	�l�nN�&��Pi����=��LSv@&�� s73�����<IҦ���:4����s�m@a��<����R/�>HI|/�8��:�4s8�{�wm�³[����˦o�Ջ!'ᄄ�>W�d9��Q��m�ȵ�" 䴬a�/7۞g��P}�*�xQ��/3��`�oa4ڢU+����“��pvje�N1g+�s�ӆ�wՔ����%MF���8��x&���������Lvrw!4x�8J�(��nD��[��J�
-����w��пY���KS���t�Q)�b+"Y��b�h�s�P*��l��AJr�Q]rӥdŅ��X��c�j1�3�1�1�Ǹ�"��{
-n��X(e�������P��W��j�Ӎ�E!�nD��q{4r��|��V��=��C���V��Ke�����g��ƨ� )4z�3�o�@���NK&�bLb��Z˸<ъ�$Fq�B�:Hʵ0�0��?fm��ll�nC}�6�q�7�D�';�oE_k$N���b���m[=`�ۧ��k
-�܂�ۧ��A��~���dQjg��4���#���C>��.�M@��a%T����>v�
SA���(xY1nm�L:h,d�z�=G�V�h�a�1�Z�	����pbɯ�"��K�]�>\V�V�&���)��s�q��?���'�����
l�r8>F|6��f]�ׇ�3�VAqW��������Bx�W��x�[A�׆��i�m �l����zH��7B��c����֕�ĪыͰ?V��6P��V5�VČ�}g�Ji��ZA�^Q�.!��<��W�|O]'���E��rj����­���if��Z��RZJ!9��t����,��;>Ϗ�F� ^��:�>>��~+	�:#���+/���$��V�r4�zzύ<U���@�$�+�����V����(x[����֊�v����!򫘪��v;m�m>��	��h�����»\�v�k�6��=5���"@t)u-�L:�&�:Ȫ\R������p�x
-��L8�:��{]U`���ٹ[������􃁬
E��\f�m�o�Z��0���bxm�
-b��դ&�1/1497i��G�+x~�0�*�0���'��4a�W����U������԰���?�9Fr����r5�e�a�)��
-��V��oN؀9�4�$?�Z�twjj�Bɍ�!y~
-}�+���-��˖�:���g��a��nxʍB6�B&��e�I	�P
-�$��0`mL/،Â���5�wJj����枩'T��H�-�F7�r��Z�÷���g�ny�ƙ���8�\�R���燖	o|KI��}5endstream
-endobj
-3785 0 obj <<
-/Type /Page
-/Contents 3786 0 R
-/Resources 3784 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3764 0 R
+3963 0 obj <<
+/D [3949 0 R /XYZ 71.731 343.697 null]
 >> endobj
-3787 0 obj <<
-/D [3785 0 R /XYZ 71.731 729.265 null]
+3964 0 obj <<
+/D [3949 0 R /XYZ 89.664 322.94 null]
 >> endobj
-3788 0 obj <<
-/D [3785 0 R /XYZ 71.731 741.22 null]
+3965 0 obj <<
+/D [3949 0 R /XYZ 128.262 322.94 null]
 >> endobj
-3789 0 obj <<
-/D [3785 0 R /XYZ 71.731 654.979 null]
+3966 0 obj <<
+/D [3949 0 R /XYZ 328.528 322.94 null]
 >> endobj
-3790 0 obj <<
-/D [3785 0 R /XYZ 71.731 632.065 null]
+3967 0 obj <<
+/D [3949 0 R /XYZ 71.731 307.832 null]
 >> endobj
-3791 0 obj <<
-/D [3785 0 R /XYZ 71.731 479.636 null]
+3968 0 obj <<
+/D [3949 0 R /XYZ 71.731 292.888 null]
 >> endobj
-3792 0 obj <<
-/D [3785 0 R /XYZ 118.555 441.072 null]
+3969 0 obj <<
+/D [3949 0 R /XYZ 109.589 271.732 null]
 >> endobj
-3793 0 obj <<
-/D [3785 0 R /XYZ 211.992 432.608 null]
+3970 0 obj <<
+/D [3949 0 R /XYZ 76.712 230.885 null]
 >> endobj
-3794 0 obj <<
-/D [3785 0 R /XYZ 71.731 387.483 null]
+3971 0 obj <<
+/D [3949 0 R /XYZ 89.664 212.953 null]
 >> endobj
-1575 0 obj <<
-/D [3785 0 R /XYZ 71.731 360.639 null]
+3972 0 obj <<
+/D [3949 0 R /XYZ 71.731 210.796 null]
 >> endobj
-634 0 obj <<
-/D [3785 0 R /XYZ 421.51 317.541 null]
+3973 0 obj <<
+/D [3949 0 R /XYZ 89.664 195.02 null]
 >> endobj
-3795 0 obj <<
-/D [3785 0 R /XYZ 71.731 305.103 null]
+3974 0 obj <<
+/D [3949 0 R /XYZ 259.764 182.068 null]
 >> endobj
-3796 0 obj <<
-/D [3785 0 R /XYZ 71.731 252.047 null]
+3975 0 obj <<
+/D [3949 0 R /XYZ 71.731 141.057 null]
 >> endobj
-3797 0 obj <<
-/D [3785 0 R /XYZ 71.731 180.251 null]
+3976 0 obj <<
+/D [3949 0 R /XYZ 89.664 125.281 null]
 >> endobj
-3798 0 obj <<
-/D [3785 0 R /XYZ 71.731 149.367 null]
+3977 0 obj <<
+/D [3949 0 R /XYZ 407.268 125.281 null]
 >> endobj
-3784 0 obj <<
-/Font << /F33 1242 0 R /F35 1481 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
+3948 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3801 0 obj <<
-/Length 2674      
+3980 0 obj <<
+/Length 2779      
 /Filter /FlateDecode
 >>
 stream
-xڕk�����
-���ʀ���v�6��{H��-P􊂖hKY�tD���g(ɏ۶X`E��ἇ�g�ųU�R�$�0)�Yyx����Û�1�����z��}��6�HgO�Y��4�f�4	�y2{��|S����|��Q�����7VӨ=������i[1��Ӈ7�=
'��*ܬ�W��8W�%��;�h�D�l'�g�`�������/��q�N
-����n����(J�F�r����l-� �g\�]q��;��-�Ry�h[�m�I�M[�@-z�@���J�׽�,h��4e/	�A(��u���(Z�2N�
��l{[�Ґ��#;+E�o����a/H:���{;_�q<��q��(ʚf�(ų!��H���M-�$9"�3�B7@�D�!���P�nP��K�)��	��W�Nv�)��i}ix�H(��'1��/�[�N-�F���cv�>ʪn���d��ȱ�d[I45� ȝ�]����s}+/��]E��9�cKk�(euޝi*u\>������ǎ�ѽiOCm++��	�|��'3ZY�.�Ekő�
�FYͧM]A*ۈ�LӒNp"xY��n35$�}��hsi�aó�H�E�ӹTT�D�y��,	~oi*`	�)����:���S�FI��1��e���҄�t��y�z�ij��u@�'Q�=I���9�!��hN0!�#�x��R<�g4�r>���B�›��.�&�j��I������m쉷�w��c ��D��) &�;�����]���Kfv(���}F��*��#����<^|!R��|[m��Q09I�*��^�I@0��(�S1�7N�0UNl/41���c����!�&F@^Քf�^�����h�$���`����)Lx���4b�_����GmZ϶��
�<��$A8Y 9*a��M���<������N������i��0}b��dl�<�x]��	�Ѩ�r�tZ����H�bd�#�Cض�ZX�;I�m=����j�F=��` ����O�J�
-��@��'Hs0�k���y��|�S����ЄC4�&){M){Ac*�Z��p���*�u�Z[wJ�`cy�'*m�!��̶��ISC�<�� �'�����t8����̀�(l�p��Bkt;�_x~�!-̋<`�������P�d��'˺�)���@sۄ
Ð�Jp�P��#�Ÿ,�M�C2�Cis^�b�0�z�e0qsC�\i+m�o�ʶ=����W]��:�^ 0�n
-b��5ݴC!���k�g4�&�A4��U3l�z%Q0�j�@	�pYHn^xDžQ���]�,
-_=^U�r�M0K���6!���'Sw�T�Rq�$��5���s�eX��UˣoڶLE����W���-���Hq�*�xB�c_����/}�b��;]�j,DP��ғ���]A�
���\zzy����tg�����&LW�i�a���փPi���	�7�&LS&7i��Z�qB��#��ߴ@gG6�z�v������R
A��I��8�v��jl�N���l��]�?"�G��Ek����N�����ņ;2>�|\p��#*Bf������N?eo'n���a�F�����+���4��O9zd�C�j�E�R5H8º��yzDո�uh�����|$��`��$���Q�$)$fS��qs5�ý�Xp�5jt"|�B?ҧ��>��L�~r� v(3��Ӧ��а�e��<j4��Z[{��������p2��!�Pa��ly ��}�
ž��xHž���e[�7&]��*<���Ґ��ҍ�oⅮc$/�'�t�
e��'NJ=nD5G����W��ք��-�M���Y������;a,G�뇖3"(����&,���A���`�����D/KU��,��>8M$��4������g@���H�xxAu���,�P�|�D�q�`&EaKn���2���iF}����1g]᳡������3eu���14���С@3�[��i�o�0��̱�Ł�TW&0�+ށ�(���҆���T%��E�V��+����@`���Y5����N�&�h栽i(���D���C:h�0��j�`�ځBL.3���h�4���h�O���Nc����3�ߘ����������2��"��F��V;�f�&� �Z��Չ -{E�	P�>���00.H���")�fTjK�z`��Jv�n�H>w�	p�5C�83*���1�cXS7�˫Q�Xa��A�^�!�ү�C��~�(=c}�����9+�ʋ���u�jT��|),zd?�R\�q�
���}AϞ1V��#1qMSԖ3��g��>���4��h�����X�Q�j�+�5��o֘����2a+\Z7���jz;1\��*37xޖ��4s���/���{�s����Q‘�[��������Ӄ{f�L�c&�Y`c�w���,uzf��Z��'�����c����x�(�_X�0M�I��t.
cqa�z[�p�dCy� �=�R,>X�˄�ҜY��]s���9vRT���^�a��)�����#�'�n��%5�g����� ^���9@P��/��j/���jH��aouM������q�ܳ�F?�e�p�^��oD���/O�!8c _E��O��d�endstream
+xڅ]���}Ep]�x��@����=��6�����Vbul)���M}I�r���CBQIQ����~ɢJ�*����ӲX4û�b3y���^�0[���݇�lQ�u�-��E�eqV��*K�M�.��?��N��i������Z��~��O��X�k�ӻOۉa�Uq��ޔ)��*��Bm�,�E���Y�{�\'�y�G��<�r�A�̑�R7�Ah��4�]fE4�h�B�jP�Q�����Ƀ�\(h8(��#3�����G�M[��dž�^��I�,��q�Z��~�L���k&�^�2;�j�2-�ߖI���hi^
+����u�"����%x����'�+w
+��;��'5F[�z��U�s6��e���lJӴ��2-��LQ
r7���O����c�ԩ}̋"�q'�J�؀��h*	MZ,@�q�)��8�'Z�3���4Ɂ+��.�N���YY�[�ʍ�}�u�X{"��
+��]���a*	T\���&h�De�
�ψ��h�����:��Ac�AjӚ/h�I�i�-)i	/��f��Z~�s?$I\�?���
+筷�=�8�%�� �I�P-t�02�z����J�P3�G�%NͳLM�?1撚�*oF�7��:�Tu\�!�l�8_��h��l�M@�"�Z(nxqԹ�����[��}Eyd?���^��)�?ٽVWk�٩{p&�?pN�alMsD�	,����5�J&y��6�Ӷ%\{g�,ԠT�k8 ����+�8�ҷ/����%����������+���y��%O���Y��ဘ2�G+m���S������%/��N�^P�\�AB�t
+��>9oCE&TϬѼ
"
+�&��HL!)ݔ>�I�@8��j6e?���q���#`��HL��ҵf�/�������R�m�^Du�{���{!��2
+�0��'�h�?G�ww�0��l�-��%�����88�-gE �7�3���hܾ�@��(�S��gk���=�@�2nt��-d+8��(����*�t�4�ˬ|�a�k^uX^���^u�[^��o�"KU@����ܓn|\��ޘ�X���^��<�&�ί�P��ф�/�RT:��/r0xA�$�ҧR������A�P�_��'�s3�"�6�����9�����/}7�j��5�5,}�3�B��ƫ��Q��fl�Q�PE`�c��+��I�M��}KC:,�Si����cu䠌�"�ɏ�`�W��+I�Xr��LV�~�ĠHc< ��)��g��X;��s�5lB-�Z�
xȚt4���d�y=Ǡ�PFS��/چ������,b�މW�^�7˅ɚ����ՁO0���;���j>t>pz�(.D�#�b|��q�q���N꫒���7��ɭf���Ч;���ٛ��Aza�vu�î��[�Qz���4���V�|.�sAq��h���#�p�5�x�YSi�@'�x��s�����ek��DK�~�x�p��؈���a����"܈��$C����_~&��\��G���ݴn�����Ut�(	kM�&� ��r��B��n01��"*ْ=Ͳ�{x�~�'�R"��+6F�vR�a>��v��J�T�X(ݘq���}L��y$'��a!�����@?~���D�O4�}�ƐG���u�9���`*?��!kD��	�50B����ug���6{>#Z�� �{�a����n���.��xS 0�y��
��X��=:��thED���4qC�:�$y��ՇC�0(2�����|썖���O�T(�*_�3�Yy��u��Ի}qb�
Y�9��FGKwSi��W4wnp��J��>`���Q��h((��j�L��
+D��P��eS�����
�jfo�H�b-�
+d�'����mVWq�2����9�5�؍f��o @��ES��ލ���g
����(0����&(</x1B����э��
��2n�t� ����r�v���UʗAu
+���!�+�01I�b@s�I��|�1��/xu&�H�P>{�Y$���"�O�D�����)��+3Sh��2�����!�t�:���x-G��P�P�O���\0���rz�,8m�)�6��9a�'����$xIN憘Y�+�c�f�F��@���lƾ�ʢ�˸ݳ��ۭ�`*�_U�&���M���Uq����)j��G{?N%qQ�ץ�&=���ě�GR�멭hj�Un�0����Gt�a��N#�/_J�J|%:�gKC������ϟ��AL$4�)7��wiɳ���s��F��qX���ҵ?G�S��gQo����F��G;��ò,"���n����!��^0�uz6�Y/��:��DN	k)N<���;Fs��EX�w�9�$��i����HufJ�;�ƭ�x'}���A���x��G��lD����l�;X���s����a�[��h���M�B�>.qg��k��1#�e/��b"�G�,:���Vgr<�4`�S��e�7j�.�?�)l��
+nHL�`�H�@�E�Fc���S�� 	K���w]\?�+��L�>��(D��zz�����nI��
b]�F
��4����w;LF��J��H���
��o(����+�����0��w�qT-S
�,R���q�F���7$˿��p1�AR��q�(1Ih]X/���Yq��tt�0��g'A����P�6>'i'I�ߠn��km��7I�����ϹE���i ����>��r�?3�endstream
 endobj
-3800 0 obj <<
+3979 0 obj <<
 /Type /Page
-/Contents 3801 0 R
-/Resources 3799 0 R
+/Contents 3980 0 R
+/Resources 3978 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3764 0 R
+/Parent 3882 0 R
 >> endobj
-3802 0 obj <<
-/D [3800 0 R /XYZ 71.731 729.265 null]
+3981 0 obj <<
+/D [3979 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3803 0 obj <<
-/D [3800 0 R /XYZ 71.731 741.22 null]
+3982 0 obj <<
+/D [3979 0 R /XYZ 71.731 680.284 null]
 >> endobj
-3804 0 obj <<
-/D [3800 0 R /XYZ 71.731 658.087 null]
+3983 0 obj <<
+/D [3979 0 R /XYZ 71.731 665.34 null]
 >> endobj
-3805 0 obj <<
-/D [3800 0 R /XYZ 71.731 588.349 null]
+3984 0 obj <<
+/D [3979 0 R /XYZ 76.712 603.337 null]
 >> endobj
-3806 0 obj <<
-/D [3800 0 R /XYZ 71.731 530.844 null]
+3985 0 obj <<
+/D [3979 0 R /XYZ 89.664 585.405 null]
 >> endobj
-1576 0 obj <<
-/D [3800 0 R /XYZ 71.731 504.942 null]
+3986 0 obj <<
+/D [3979 0 R /XYZ 71.731 583.248 null]
 >> endobj
-638 0 obj <<
-/D [3800 0 R /XYZ 284.626 467.726 null]
+3987 0 obj <<
+/D [3979 0 R /XYZ 89.664 567.472 null]
 >> endobj
-3807 0 obj <<
-/D [3800 0 R /XYZ 71.731 457.361 null]
+3988 0 obj <<
+/D [3979 0 R /XYZ 71.731 539.412 null]
 >> endobj
-3808 0 obj <<
-/D [3800 0 R /XYZ 445.066 434.65 null]
+3989 0 obj <<
+/D [3979 0 R /XYZ 89.664 523.636 null]
 >> endobj
-3809 0 obj <<
-/D [3800 0 R /XYZ 503.263 434.65 null]
+3990 0 obj <<
+/D [3979 0 R /XYZ 220.282 471.831 null]
 >> endobj
-3810 0 obj <<
-/D [3800 0 R /XYZ 270.523 421.699 null]
+3991 0 obj <<
+/D [3979 0 R /XYZ 71.731 464.692 null]
 >> endobj
-3811 0 obj <<
-/D [3800 0 R /XYZ 71.731 401.609 null]
+3992 0 obj <<
+/D [3979 0 R /XYZ 71.731 435.866 null]
 >> endobj
-3812 0 obj <<
-/D [3800 0 R /XYZ 71.731 401.609 null]
+1748 0 obj <<
+/D [3979 0 R /XYZ 71.731 402.924 null]
 >> endobj
-3813 0 obj <<
-/D [3800 0 R /XYZ 71.731 396.628 null]
+710 0 obj <<
+/D [3979 0 R /XYZ 263.867 365.709 null]
 >> endobj
-3814 0 obj <<
-/D [3800 0 R /XYZ 89.664 375.87 null]
+3993 0 obj <<
+/D [3979 0 R /XYZ 71.731 355.344 null]
 >> endobj
-3815 0 obj <<
-/D [3800 0 R /XYZ 71.731 368.732 null]
+3994 0 obj <<
+/D [3979 0 R /XYZ 300.705 319.681 null]
 >> endobj
-3816 0 obj <<
-/D [3800 0 R /XYZ 71.731 368.732 null]
+3995 0 obj <<
+/D [3979 0 R /XYZ 96.735 306.73 null]
 >> endobj
-3817 0 obj <<
-/D [3800 0 R /XYZ 119.054 357.938 null]
+1749 0 obj <<
+/D [3979 0 R /XYZ 71.731 278.735 null]
 >> endobj
-3818 0 obj <<
-/D [3800 0 R /XYZ 147.008 357.938 null]
+714 0 obj <<
+/D [3979 0 R /XYZ 209.315 233.58 null]
 >> endobj
-3819 0 obj <<
-/D [3800 0 R /XYZ 71.731 350.934 null]
+3996 0 obj <<
+/D [3979 0 R /XYZ 71.731 224.757 null]
 >> endobj
-3820 0 obj <<
-/D [3800 0 R /XYZ 284.172 340.005 null]
+3997 0 obj <<
+/D [3979 0 R /XYZ 71.731 181.037 null]
 >> endobj
-3821 0 obj <<
-/D [3800 0 R /XYZ 399.456 314.102 null]
+3998 0 obj <<
+/D [3979 0 R /XYZ 71.731 148.096 null]
 >> endobj
-3822 0 obj <<
-/D [3800 0 R /XYZ 76.712 283.218 null]
+3999 0 obj <<
+/D [3979 0 R /XYZ 71.731 111.398 null]
 >> endobj
-3823 0 obj <<
-/D [3800 0 R /XYZ 89.664 265.285 null]
+3978 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-3824 0 obj <<
-/D [3800 0 R /XYZ 71.731 258.147 null]
+4002 0 obj <<
+/Length 2370      
+/Filter /FlateDecode
+>>
+stream
+xڥ]��6�=���[�ևm��6�4����E�Z�ma%ѐ�:�_�E���fq�V�p�����l�l��>�.�7�Y^�Y�N���M$KAYz8o����c��v�n�̞��4I�d��m�8������9xwV���2^��u����E}�����GQ�j���o�?���6�e�_��pn���S�n�,LҔx���7i�b:��"^�/�u����hU�/<.U�����0�U��ҵ}`@��Si{�Ğ�����G�P��A����Msp�G��E��~Y�WJN�Lk�,�R�Ff���-�8܉^��i���.�T�� Xk6��+D�<�����İ@��>V�vK��Y���������5s�%G8��n-H_��Ԍuv�u��%	��-|�
+�ۮ����ݘ���hI��E( ���
+�C��v@!�m�y��i%��9��ƷD|e�^��A(ղ��
��CԥF���YFa�+�ֆ祩Od	0F3҇������+�������-��<"���3�& "`�t��b��i*q	��.!�
_��PyqPX��+Q�r�`{�M��d���tk�b��-_qn���͂_	n��*83�SA�_�O>ɋpP�
+��Cç�.Kw?މ�` �8]���3;��
�}`c����Ղp(�x̗�*λ�
+��<࠰��n+sS[��7�<pxui̅c�FR�гI�09�BL���t�[���wP��,,�9�G��E�j�m	���p��ZR~AL��/e�����l'#�{ʵ��mx��m������'&�~��>��_C�?mT�m�(���ҩ`�����s�ň(D���Vp�p�}d�	b^��Zس$Aآ
+������~���� �A�E}��3K�আ���ٿ�ip�lֿ	�����wP+��	��������E0�ܿ,[��WW`���yS�ր)�IHA]��8�y��� ��E��,��ZOP��|!�^۫֒���c|4G����4��h�T�a�㾴zb|֥�����ݍ���8�FD6��b�:�����l{������T3�$�
+�D�my2�����w8�`���nj��!�N��iE�w_�JO]6oL�.-��Nn��Zc'f芘�z�S��Ҙ!�({�@IV�S%Gݱauu���E+?x6.lv~1C������]�}	=�S����A�����TC� ��1�.%�$�pg^�v	�ek�4��&�H��?��(w1<,��	�0���h����%!paU�"�m�@~8�%Ln��yY`fG����q3��hl�%�#�Խ�i��C���~o��*�;y�<�5@I��ƨ;��ma,�x�R���5:��҂`n(j�ԇBZP������H��X�ۘ�I���G�E�G!쉐�+���|�$���L*�C#
+V�2�uxǴa_�
+�Է�X�ROo�L�����>�{�g�<�}�Ȼ���3�E�[SS�R?�Q>��忕���>�=�LzH��Ɏ���&�(��Tk�NI��J~�S�����a�z���tv\��D�vB�`s�(01sG��#�)���:@9-fY�ys̅!E���:�1إ��<��ȗ0�}��}z�+gٓ"���y^���$D�Ĝ�����$�tv-�*k1���
+�>A
+�~u��5�K�9�w'}?}����P
�«�*��l�V���w�����^�x��Shu-��"�z�ܕ��:�{t����#����,�a��
+r����o��N��&a�HG���t�J#3�%���O%<��1#_�o�KZ�88s��r}�]X��ѕJ���᱋!�J׷q����f���g�X!|l9��6���:rYC�W]w��
+��% �ж
|!�/�͚���C����z�$X8��o�9
+y�@N��L��L%�<�����PX�|��
x\L	;�},&����Ep�u�$Q�DTF�L�3#��ރ��G�,uZ�?|.�k��ʫn���ďnx4�翷�L���kcG� A]V>X�0xO=V�(M=�HD�o$�"?9"�epş\7�jR\m)�db�Y�K�&Kv�Ԗq�%sݣ�.%�:凁���X��jߚ�����vdU�s"��g+)�k���5����������򸙊�΂�#r]�-*y�&h��r�����:���p�\s��,�pD`�f�����2r�o����I��6�\�Ϗ^��WE$�t���/�p�E�������X��<e
S�d��$����K����cY�'
���Gց�|xJk}5{�JN���s�w~�g#��'��,���Y���X�8W�;%�Y���S���K&!#endstream
+endobj
+4001 0 obj <<
+/Type /Page
+/Contents 4002 0 R
+/Resources 4000 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4015 0 R
 >> endobj
-3825 0 obj <<
-/D [3800 0 R /XYZ 71.731 258.147 null]
+4003 0 obj <<
+/D [4001 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3826 0 obj <<
-/D [3800 0 R /XYZ 71.731 240.963 null]
+4004 0 obj <<
+/D [4001 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3827 0 obj <<
-/D [3800 0 R /XYZ 159.123 229.42 null]
+4005 0 obj <<
+/D [4001 0 R /XYZ 213.007 695.392 null]
 >> endobj
-3828 0 obj <<
-/D [3800 0 R /XYZ 304.466 229.42 null]
+4006 0 obj <<
+/D [4001 0 R /XYZ 150.315 669.489 null]
 >> endobj
-3829 0 obj <<
-/D [3800 0 R /XYZ 71.731 222.282 null]
+1750 0 obj <<
+/D [4001 0 R /XYZ 71.731 667.333 null]
 >> endobj
-3830 0 obj <<
-/D [3800 0 R /XYZ 71.731 222.282 null]
+718 0 obj <<
+/D [4001 0 R /XYZ 200.128 630.117 null]
 >> endobj
-3831 0 obj <<
-/D [3800 0 R /XYZ 119.054 211.487 null]
+4007 0 obj <<
+/D [4001 0 R /XYZ 71.731 622.765 null]
 >> endobj
-1577 0 obj <<
-/D [3800 0 R /XYZ 76.712 175.621 null]
+4008 0 obj <<
+/D [4001 0 R /XYZ 71.731 576.952 null]
 >> endobj
-642 0 obj <<
-/D [3800 0 R /XYZ 257.368 141.151 null]
+4009 0 obj <<
+/D [4001 0 R /XYZ 71.731 548.224 null]
 >> endobj
-3832 0 obj <<
-/D [3800 0 R /XYZ 71.731 132.513 null]
+4010 0 obj <<
+/D [4001 0 R /XYZ 71.731 548.224 null]
 >> endobj
-3833 0 obj <<
-/D [3800 0 R /XYZ 71.731 115.084 null]
+1751 0 obj <<
+/D [4001 0 R /XYZ 71.731 470.362 null]
 >> endobj
-3834 0 obj <<
-/D [3800 0 R /XYZ 71.731 115.084 null]
+722 0 obj <<
+/D [4001 0 R /XYZ 299.665 435.891 null]
 >> endobj
-3835 0 obj <<
-/D [3800 0 R /XYZ 106.501 104.289 null]
+4011 0 obj <<
+/D [4001 0 R /XYZ 71.731 427.254 null]
 >> endobj
-3799 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F35 1481 0 R /F32 1151 0 R /F55 2194 0 R >>
-/ProcSet [ /PDF /Text ]
+1752 0 obj <<
+/D [4001 0 R /XYZ 71.731 385.978 null]
 >> endobj
-3838 0 obj <<
-/Length 1216      
-/Filter /FlateDecode
->>
-stream
-xڝWێ�6}߯�[,d��n9�Y4���ߚb��h�YITIj]��ŋ���-��g�̜����fx�.���d�����'??���&��������(��}m�M��(�7�(��$��?�O'�
-�7L�m��S��	'M�n|���`K�
-9~{��`wN���Ϣ����]�Й ��)�]h��	�mU)/X]�K�W��+���I/Tb��/z�oW��[F�e�����;�O��r+�@�#��2�Y��q�Ib \7�X�u��+��l���5j
-��&&�K� پ����HGx�]�mO�	}m���Z�h'�N�]�^U��j**�*9�|�YB�RI6$#�ɀ8��K�}�Gw�쒴��ḩ�o=ij-	�ח���ǰ�1ys�v@B��T�F��8\8�����}�g��F��q#�
-Rm�玻Oo��\��� �۶nqS�&'��(�����(�L�w�*�Z�۽��+��)�N���U�o"�hI���Z\�Ժ)��;�	Ԙ�z�ɝ��-���fw�h-�\�7�<S�wY�*����;��q̞�$?ר]m���f���ԽQ!C۽S�g$��
���=��&��8�0�_�3��I��.��w$��`'L��ʟ��a$��B�:̍�b������UW7|��#���!�~z{=Ye3�
-"��ZV#�t��*��-�w��"��h{��TM��7�ˎ
3�����w���
-o�5������#a1��Qf��9:Q�1��h�f�W�Tnn�G3�ԏ�1�V�9A�-�IS�ʌG, �ݕ���ʰvB|6���j�K���A��t�@l�W`-G������p�&��.�q�ƶ�� �%��i!|q���?N�'PJ���=�Z<��J��$׶3�[��
-U�y��`��HY
A��ll9���@E��x&�4	K���q;8��[�P�ƝcUi�p���淘��Z5��,�0��@4��YC�$P�=Jڔ�PS�y�Ԩ�띴����f�;�@�˸����ET�ؗee��5�!\��65OOW�~Z5��!���\ٹ�z��:i�q�'8$���B���n�M�̽A��NͣΘד�̖����Pڥy9��d�”��z�
-���F�.u�OG��q���VC�T�°tG��es%�e�2R#Sf�� 5�YdNA�Ǻ�Ϳ(��`�yY����;�,�u�0���8�1�ѵO��N���#endstream
-endobj
-3837 0 obj <<
-/Type /Page
-/Contents 3838 0 R
-/Resources 3836 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3764 0 R
+726 0 obj <<
+/D [4001 0 R /XYZ 364.509 350.611 null]
 >> endobj
-3839 0 obj <<
-/D [3837 0 R /XYZ 71.731 729.265 null]
+4012 0 obj <<
+/D [4001 0 R /XYZ 71.731 341.973 null]
 >> endobj
-3840 0 obj <<
-/D [3837 0 R /XYZ 71.731 718.306 null]
+1753 0 obj <<
+/D [4001 0 R /XYZ 71.731 298.641 null]
 >> endobj
-3841 0 obj <<
-/D [3837 0 R /XYZ 234.877 708.344 null]
+730 0 obj <<
+/D [4001 0 R /XYZ 295.625 265.331 null]
 >> endobj
-3842 0 obj <<
-/D [3837 0 R /XYZ 71.731 344.508 null]
+4013 0 obj <<
+/D [4001 0 R /XYZ 71.731 256.693 null]
 >> endobj
-3836 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R >>
-/ProcSet [ /PDF /Text ]
+1754 0 obj <<
+/D [4001 0 R /XYZ 71.731 200.409 null]
 >> endobj
-3845 0 obj <<
-/Length 1884      
-/Filter /FlateDecode
->>
-stream
-xڥY[o�6~���R{H<˗8i�
M�nv�Pwذn-��tE����w(��� �e^���\�d�9�e�M6�,�cq3[\�Gy�d>:�/�<��K;�2s�}����rt3��Z����j��-W��f��]��m���eI��6���z>Y����V*Q3�����m��لU�����ɫ��y���n��g����ƣC#��H
.�Qpʕ|fplK&��l�}V%�����؈CCj����<�e��w��\X�aJ��*����l1����f����b=y@�4K@E�⤩�)l��7{�K�
��Nӫ��"4�֮q[�aӶX�.������LF��[�h����b���Z4
�B,R�8���r���	"Y$�]3]��Њ�O�9��M���=+"7�fe�Ccg�JG����3� �숤3��X�n�VA����Qڛ@^z��q��V��BRT�������zr�Je�u^秂�����|��:��N&��:ڕzA�T���Ҫ���c\*-FK:�e9:�6�+��jf-%N�u���pp�� ��GH�F����8-��kx;���J����D�V�нj�QL��E�q���TA@�8�	>��x�+�b�ڜ�<\��ӛ��O9�Ј��~��c�&�^�������ص�m�b]��h�rȐ.y{kM��y��^R����P�D#�)b9X�#r�у�pN*M=Pr�&xꑌꜤsU�#�1�e����(����3Qao�@.��!��0�
%��
-P���5$���Q�S��p5�z�=E�š�c�5)���ׅ�n�2Ag?������׎B��o���~��uOg�~H�uO�B���6�R���w�C2�s��Y?s��9\�b�0T����]��gK�!��5��z@�y�w*$�ֳ���".����%Mi��f�7�>V��ʶ���}�h����>.C51��h���c�G�@s>��S�Q����P��>�g���!��%�\��.��-#0;��G�m��5�}����O�8�*&��CMFD�~Q��"��
-yq��AO$]G;�M��Wꆋ&솾6U��*/�>ƉW~��;fG�̋D�N���[��HΤ��Pwyh�V ��8�Ŕ�Bd%C�R���v#��E� ���L��Em猙���$�zV��8�����M��
-�Q#�������E��T]�&���&y�8����zdk�x��f������3�0>ܠԥD��E	�Ѽ�����K�y��%2���äocQWw\��ߧ�\��i~k�}hPw�.A$4�Z��N����pS3Ԉn��������Sl5M����hNJ[t&J�*��9断���s���OL��`�Zp�ta�^̭�����_=�3kb�g	|���+86_�����
-k�B1��Z���y�LN���|[+�@ջC�X��:.����$�B��7����\�#?��y\�~�#�v��P����~�t"�l�n��)�{�S���Hb�ڟ]Y�O�)�<:�5E6�^��yH<*%���F�L���.GI?r�R��@�2>C��{_Ns�\�Z��\�����'���XJ�NJ8�v$��`Jb���0���n�-�H�z�*��c��Cw	��㊾��t�G{=^t�������{7f��/�lR�r?�B�ze��O�>��x��R��ffOghl�.U[�E�䡌t�o
-�Ab���C�w0L��ھ<}�/^
-8F6��D��0��{�^g��)y̬��ywwm�؍�6:�̚
��2�����
}ޯ9;x_�*�;"+�6J^%�N��זB)�Ic��	hԧ��\x�n��W׳�ls�_~��?����Ŏ��_�����7f��endstream
-endobj
-3844 0 obj <<
-/Type /Page
-/Contents 3845 0 R
-/Resources 3843 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3764 0 R
+734 0 obj <<
+/D [4001 0 R /XYZ 378.198 167.099 null]
 >> endobj
-3846 0 obj <<
-/D [3844 0 R /XYZ 71.731 729.265 null]
+4014 0 obj <<
+/D [4001 0 R /XYZ 71.731 158.462 null]
 >> endobj
-3843 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
+1755 0 obj <<
+/D [4001 0 R /XYZ 71.731 115.129 null]
+>> endobj
+4000 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3849 0 obj <<
-/Length 1323      
+4018 0 obj <<
+/Length 1686      
 /Filter /FlateDecode
 >>
 stream
-xڝWMo�6��W��\Ī$[q�"-�۴�Ţ�-�n�m�+�.I�p}�Ґ)9�9�6��x��q�"��g�8\/�_�	��t�UW���+?^Ÿc�[�=o�W_��\�6��v9��g�h.W��z��wi2���
-rTT�Ii���H�+&Y}�~x����+K2�s���ik=��u��[���3�.Y�љ$��6H\�k�D��P{[L�����Q����|�FQ�[AT�Y辝yV�� �$
-^�qЛn�TPU��k:O���}��
fOk%E{DP�P��=A��=GK`��'��ư�kn�J
-p����f�Ɓqs��Q��g[�y�?��ym<{ ���WT�w�2,�{�����ЈFQ��Z��>��Cƫ#Dk�%Ev%���x��.T�R�=%�6:��ҍ��xSb�Yɍ1�i�X֔D�� .�B�4*�d��
�F��y�'�
��� �"/��S%@��`c�ab\�)|/����6�F�����L���l�>QkJ�A r�,�F�~�{o�H�lͥu��x�`��6Ǹ����^5��0�ԹgEPR�}�z�~P:y��x�?�L1�S/L��
-?S����gpR�D�
-\�Y����I��
m���Y���U��������Gh	����=CA�:�]	���4�����o�`�������"Njl��k3FO�
-�g;Z�� }����	Avj�9�b�h�+���R��O�tS��5ծh��;^ X����M#$�K��u�1��U��y+�����vn/$4sv�d��V��}�]��o)����9t���
-��(����|$��0X,�=1f)w�6gym��,���gb�\���g[��;�<���0A��OO����2x|��	���
-F��A�(�7�y�x�Cp&��`�2�^�&������8�C��$SPP����=Ȼ:˿KK��h��nbv��F�k|�/ӨрP6U-�	G��\���Y
I�l{kv�s
�ם�8�v9g����1��A6���[��f��D�x~�Dp���X�a]w���^�r��� ��u1���+'�t�����ÜA`N�����Q�X�K.XЧ{?
-��m��Ҁ��pz���O��(H�Q*�6�s=B��/u�%��m�O��&�"W�p�6e5��3hK}(5�Ä;��=j"�Y��~�*Q.2LJ"�"C(���������L;�u��[�����3ٻC��O)s�.�RS��e�����{�];�����gGW�m^����ize ������+�������~�赟&w!(�Љߦ��cO�x�YUendstream
+xڍko�6�{��O2�z?�aXӭ�2h��-ӶI4$�^��w�;�r�tC��x��œ���,D�"L�Yټ�g;8y�*`�%�,'4w�W��EѬE�V�YE"J�Y�"O��j��v/Fu�e��^"h}�vG�ݰ���k��k�˫�V��$�D�Gߴ��\F� E��U�r~.�8�F%"���d���j��M���U�J���۳����IS.�ۣ��8;yß-�\aaU���YّW�B�b�����O�"��Y�@Ӟ0_�����j$�߲9�ꆎ�-�<�G�P��Ф3�֋��IźV燻j&�W��'�n�nՙM�����5��W
�����{t�e�B�(O�ؤ�d�0�氤`�Z�������
+��DpYW�#��Y��#�x>(xs�q�ĺ|�s
+l�Jn ���ĸrd���p.�4C2�Z䈧�ڜ�<�7��Ja�CUK��ˡ����5Ml�"��IN�����EF�鶗g�Չ�����̍�7ɽ���;
+K��w���e��|E"r^��W=�8��~���zC�`�}��b>��m�1�,�ӧ���s�]�s����<6�a�,��%��"{sf���X���P�
+u��[5)0p"�mi%���T��#w�W���}K�f�$�빓$c'�~����E�Ӗ\֧�ѝ�^���xd���|��`e���H��Я���ئ�Ʈ	$%x���6��x�qF/fP����v��ݘ�.�Ę�C�i�V}�o�� �	�V��F�wάh4���6S��Z���톼��@P;4k8�
�?b�Ljt>���uڶ���2no;%��!�={h+t����c���׫�3�p������|��Ն-��pz#��w����7��T��3tU�떓�ar#�n���趗��O,s��2���^bЎ�c?��_��ap8xVF^���ܩI3.��/�4�(��p��Y3_U��j�Bv�C����g_c�;Ҷm��i<#kQ��=Zk��%���������r��Y�2)�w�k}�H��
1�l)_"*D�E�v������6.�t���ɐF�����+u��6l}
+�=���y��Qo��ޒ���ç+�������#(aI��%��U���d���x�amB��c�v@-![:V7-43� ��Y)���4�M|�-b߳m(���S�Sg;@�H�8��<��ܗ�n���l2�EOX=l�'�;C.d��'<��S/Î
+DG���D�<��QUUrvY��1��ׯ��#�|�F�sR��#C6����s���C}2s]��Q;�<��E��G5�ɿqxADo:�&��qx�x��h���������8��e��]��h#��}�A��Z��(�B��/�d"�(NF��XL"�Ȁ��!(#��1��DS�Kcd�?�Q\*hdU}�S�Q��$)D�cjsE���׈�6��_4�,K����]W�T�U9�O���{�~��Տ(^o��VwtuO��+ۘ����||:s7"��#A��S`���as�g���g"�o�s&�[�E���܍�|>gusV���e��	���"hݡE����r��݇UL��Z�^���w�s�ۘ���O�CA��<Ⱦ�#ȉ��7�$��l�����K?n\���*�*endstream
 endobj
-3848 0 obj <<
+4017 0 obj <<
 /Type /Page
-/Contents 3849 0 R
-/Resources 3847 0 R
+/Contents 4018 0 R
+/Resources 4016 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3851 0 R
+/Parent 4015 0 R
 >> endobj
-3850 0 obj <<
-/D [3848 0 R /XYZ 71.731 729.265 null]
+4019 0 obj <<
+/D [4017 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3847 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
-/ProcSet [ /PDF /Text ]
+738 0 obj <<
+/D [4017 0 R /XYZ 288.511 708.344 null]
 >> endobj
-3854 0 obj <<
-/Length 1666      
-/Filter /FlateDecode
->>
-stream
-xڭXQs�6~ϯ��b�������&㸗��Nm'yh:�Cc@$�^�?�+�8���x�pBH�~��i�`��_0Y��.�rG��x�O6����@Ϙ�)�Μ׷�~|3�O����|r�������h�����(�ܦ�gY���a��L]�j.XA9-7j�u���\�����o�V�f�h��-O�O��9t�E�F�'
H	���/�K���$B���.��N�w9�ۣ��������~�',��R��Y]�
-=��k�����4kr(n͖��A0���L3$2�&�F��^���z��q�͂���٦��`�^�7���Ejm*���ۜ�e-E��:����Y\����!�X�nJB�c��5��rC,��p������ABd�~����Ͼ�Ա�t���br���B�:����ؔ��_X0Ou"|�N1�%�.#C��5p�W�]@뗪�۽D�!�k!��M9Un�w��w�UH�
-����y����XX5�2ҴŗL ��@��Ox�J�)#L!0b���o',�i�Ǖq�ɚ�.�R��xU�cM�9<�J	�O\�d��%D,S�۲߲e��b���^�`�w��X���(@�qT�?���t$놦�ޏSX8��),*��4(?�Y��`��"ۢ��\4Ej�T�}���M�%�l����$e]H�.Ϯ.ߜò��V�z�=�\}�w�77�o/̓����U������w?��������͹9�������
-�����?>�a�U����b©%,�%Q��dDT)߫A�;��nb�����ڒ:G'�CF�̎T��������L��i\Q����#�ʔb�%�~5��+1�@[BߒτT"6��r�Ѕt�d�B8R�Q�sCqy�g��Y�CVY���V�L����i��p�1��r�]#J��;�\d�X�*�H�j��=�o��m8�57"����_{G�{�E*1�`�P���zR�f_ѡ�o���k��1J����
-�:�|��jI���J����eK��������\;  �%���t:2�CNq_磖�vu�l��>S��Tfm(��:�_X܆F��΁ܦ�H�&�
-EtGJ�kׂa�bU��Bӭc{Ś{̺;�6k�7��E�椠�J�sO��⼆�S���U�ɦÄzsm�(�p��������G�=R���w=F�ŵ2v��&N�^U|���y�י��"�x<�~q�2!7�
-��pPZ+=Cs��Ͻi�"�*���?v��UJ
eU���7���t_j#��x�։C�m�Fa�h����v=�K���ְ>�W[�c�+�T��V�][��r!�t�<�H1��
Ս������j��vSl
-��ބM�X�0=�FQ��<���a���=5�?�:�A~]h>-4niʼnTO��DP�uh�����aX
F���6I��~[��j�6޶�%ͼ�� �S��\AJNm�F	��$��7���՛�[���WN�6S�!<V�&�{5�9��D��'\u)h��P�N�>솁�x���1q�F��������=.����fuȅ���I2 �{ND��m�a�ׂA�H�hȱ.����I+����"؟-4���k�`���h�Z�M&^����uG'��`���v��{d.��YEw|����p�����rMendstream
-endobj
-3853 0 obj <<
-/Type /Page
-/Contents 3854 0 R
-/Resources 3852 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3851 0 R
+4020 0 obj <<
+/D [4017 0 R /XYZ 71.731 699.706 null]
 >> endobj
-3855 0 obj <<
-/D [3853 0 R /XYZ 71.731 729.265 null]
+1756 0 obj <<
+/D [4017 0 R /XYZ 71.731 658.431 null]
 >> endobj
-3852 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
+742 0 obj <<
+/D [4017 0 R /XYZ 259.078 623.064 null]
+>> endobj
+4021 0 obj <<
+/D [4017 0 R /XYZ 71.731 614.426 null]
+>> endobj
+4022 0 obj <<
+/D [4017 0 R /XYZ 71.731 573.151 null]
+>> endobj
+1757 0 obj <<
+/D [4017 0 R /XYZ 71.731 540.209 null]
+>> endobj
+746 0 obj <<
+/D [4017 0 R /XYZ 240.476 506.899 null]
+>> endobj
+4023 0 obj <<
+/D [4017 0 R /XYZ 71.731 498.262 null]
+>> endobj
+1758 0 obj <<
+/D [4017 0 R /XYZ 71.731 447.955 null]
+>> endobj
+750 0 obj <<
+/D [4017 0 R /XYZ 223.845 404.858 null]
+>> endobj
+4024 0 obj <<
+/D [4017 0 R /XYZ 71.731 392.687 null]
+>> endobj
+1759 0 obj <<
+/D [4017 0 R /XYZ 71.731 381.142 null]
+>> endobj
+754 0 obj <<
+/D [4017 0 R /XYZ 223.569 343.926 null]
+>> endobj
+4025 0 obj <<
+/D [4017 0 R /XYZ 71.731 336.574 null]
+>> endobj
+4026 0 obj <<
+/D [4017 0 R /XYZ 282.496 297.899 null]
+>> endobj
+4027 0 obj <<
+/D [4017 0 R /XYZ 71.731 264.823 null]
+>> endobj
+4028 0 obj <<
+/D [4017 0 R /XYZ 71.731 264.823 null]
+>> endobj
+4029 0 obj <<
+/D [4017 0 R /XYZ 71.731 177.028 null]
+>> endobj
+1760 0 obj <<
+/D [4017 0 R /XYZ 71.731 146.044 null]
+>> endobj
+4016 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3858 0 obj <<
-/Length 2369      
+4032 0 obj <<
+/Length 2400      
 /Filter /FlateDecode
 >>
 stream
-xڥY[�۸~ϯ0�ee��u��o�i6H����h�Y,h����VQ�s����s�,_�,��A�pH������pῷH<���S���"�^����}�	�ZX�3�׻W���`��4��"t��"	|��������7�r�G�)�>
�o����	���K�)�R/���՛�ts$*��n乓�^�|/B�F-�H%ᖤ�T�"%[�]ݛS�{	(�C�s��<��E��]���\G�j�ӿ��r�:MSZT���&1��.�A��$������Mmu![��Aa��*�i�p��(u
-�_͟�ٯ�ښO{��GǦ�A�k}B�n�뇡���"c�G�C�<��w&��A��_�W"Qnx�����u��y����<�t�hj�=�_lo�[QC�U��~Sԑ盢�^��mr%���n'!��"�>TE]�"��ȹ���Wn/֞�R	�Lװ"k�#/��Ӵ��de��U��~��xdZ�cW<��`�^�L9.=6�3�3%�jS�W�����u�im��r�H��Of��}��,���ț5Uy��A]эMT�pTE��>ח}n�|.�ҏ�3��"˓J3�i3�D������v-¤3k�d6��))P��6�R@6/������
��3�1�Y���0��g=c�����^�e�$��/+����U�FWv%}�7#��D�� ���{Ĝ�(qJ:�����Ì��D%�1s�<Nn�YϘ��� Θ{�[{i���� ��	�|A:@���\4��4w"Ĝ���XQ]gY1[�eassX	UV�|��6p����3Y�0{S���[��ҏ%_�qĺSz@�	8�FY��l$�ē���c�P�KE�+" P����rWM����$�&��Zd�Ӯl����Rۡ3�4d�4�\�������uE+<�&��`���U%�KSǰ��j4L�qt�IX8P�O��!�F�Yi�Y������g*�%|?�~�+��,���)\�*�K��(r�1�>��S(ވL�5����
}���mK��cT�O�Ѩ@��	f��'ųwlj�	�?%�tXt#'n�X��'YEɥ��TУ�4�K
-��t�xeY>��P�yu(�/B���D����� ����A,����w�����������389����'�*�v����20$��h&��ui�ڮ�hZ�Lz&dZ� ڦ���t�byٮ�¬9�/�r�U鹀�F!s�\b�w`�f8�
�H�eA�f���_2��VK�R
-6���O<����i��A���U���ު��U���=x9m�a��ֿ�
�s<�ƲC�L��U�Ta�y
-DRw`�D��p�1�l���d�%��������V<�3 ���6�+���N2ާ�3$q&�+�mꏮ럆y)z��u]�������`��;�5���2�W��7�vc'{l��7�M�
���k�tG���&��|~z����?�KGq!{� `4���U0��LEdW�d2��F,�ӂ�S|h�����'�@���B,w�$��n��/`�	'�>�����y7C�z�5�'h6ǬD=6t��[~)$T��6�;L�G�֩���Tx��D�WV@����vhۦ��햠��;���b����Ta�2�Xi���?W��s����-F�}�_M��?HÄ�ɐ<8�Ą-�U��v#ڦŇ��~���������z1��5�Q�y( U$��ӊٚzdiu���Dw�ס�u�H.d�Bܕ�Z�����l&��A��g�
�C���OI%{�#Fc��;����FL�y2k%��ajf�������Z��Mi�%��D����y��/&É��3A��+���τې���
-u�Q+�KhjA`�hc�����8�Ty�@��/8q�j(��-͸�H�C��Z��v��F*W`@٬�hԍ��r-{���l@���
-��AQ{�C�����Q�x�ߤ �]�%X��X湔�^�W\;_~M���JA(��y�8�����?�d]�r��W�ʖ���k;�Q�N�Fm�y'\�W<��N�������3���dp��f9ʢ*z=��RF
�B�x4���^?jm9���1����-�;�7��p!
-|��ڂ�"�ɻ�Μ
-��	����/�u5ӶK[����\hq���?<
-ϯt67mͨ������]�}T��>(!��@��	���:��N~u�����j�/ԯ~��."X!`��)�oQw��3�2��&��r�S�O�~%03������k����n��_�`x�D��R��/��V~�H:���2�+mr���q��r�t�ݵ6g(��c�Sq�#��,n��K�����ݟ"?Qq4��f����)����%� endstream
+xڕ]o�6�}����8[k}YRߒ�[��ش�a��E����H��ܯ��P�-;�"@4C9��&,6�,��O#���n�Ůz�Y`�wS��d=�yxz��C-r?�F���"�"?�ni�Y.�����Q����u�l�ħ�F����TY�嗧���i`�D��gћ29��Pa�b?��(�;�&��8�B%~�(K�y�MUɺ3(��L��l�p�ab�|�/��v�6=BKvGQ��<��fʲ0�55~O��7^X����"iQ�R*�T��?
+��e�x��4�쎃 �ԝ��ͺ����r�x��&����s�����'�/-��+-�(a�y��	��zQF���!P�VT��iKIp_�r'�Z�L��:`D$w�q{Y�|�zZf 4�t��2<I3��Q��/�
<`�=
+��a�Xgd-�=��F��@�%0�'*!��]ӣn�����h����өW�YV}0�J��Ś��?{�ۉ�`Z�2�$+�)��
G��p�|�{�RK�l^�jw$"�����o���| ߟ;[;B�����+������p�=aVz�y��>�YzPw��Qg;���"�ΔK���/���||�[
�k	���4<z��q,�oUw%ؔ2X���	�J�o%TI����{%zY@�[!��BO#Gx��5���?y/
+�CS� `Ez����� Uӗ�f|B?�CM�m�P��֞����=(�Jy���Êw��m'�K����~؎���	�B�<�gխh[�Q����˒�P��!N��{1k����<*�tP]�jV���ǏY��#`���Tc�s�f�ܞ������$�G���	�S�z��}�1�����*��h�dˡ��aM6$�A��b�ZH%��"_Y��ME�6����$�,���L��,Z��9��(��s�����\#��%+�t��u�����ߐ�1v�!2����cc�����N�1h3|�#�ܶ�!�6�+bSG�=��6�����ic= ���1ԹO��3�Ұ\��ok�S
km�*.�n0�¢mp|M��r�GGd0"��/5(X�#����j`��-�l���_��Ǘ��]g����T���i��x����U%��C|y���b���X�11z��f!����%u�j��x�.��6/r�>�D�{\�+&)�b����4K=�
��I>I�0H8l!�瓜�ɯԜ��{�v�W���O��S�-A���l{.f�@M?��¬�Wg��`v��0��X��74 L+w#6����f��)H����X�J�`�D~G�Me,��"�w��S?�(AǙ�Ɠ3%��TǙ�%��T�s�{N�������/W�(��4����f�[MwV�����"���Q]3�Rh���Q;��4�CB<T�ح�Ȯ�O:٢�P�������E���A�fK[�l|�X5�XI�B���Nh�2�V[�z��W�`=t]fE��G3�Br
+�Yf����ǚ����[�;=Ď]�`��zl${m�IMF��e�(��i
+'���z���3{�m7C��*���\�,����xm���������>\��p��b�|y[�����9t�x���:���%��;u�j�v
}Gu�!@�#pyĊ1^��($��l
��Sj�'잡��Cvn\�L��͚t�>�SZq����}[)\O��C���w���?�
�~��bek�,[s���o�w�1$q��S쾂��j�C�q?�Zjm'�Ĝ�Đ\X'eIMOpC8Q��?ޏ'gҮ�>���䊣�1?O_t�����o=2Mh�=']@'�N^s�#�1��$����;2�%��Z���'�?(�<��Vhѹ��Ůs�
C_���7�fl��U���o�+v�)�ͽɏ�IW�&��;7����ۿ���(K��m߶�Hs�FLq�Fsf�m4g>�ф���5O��$���0���3Atb��sO&�N�ET�`�n泱k=���QӸ�/�h����Q^ˈñ8��:�X %�y6����,�Mni6|�LN[[N�W��C"Q��\;4�nۚ.0�&�d�-���$��4z�G�k~���p��Ι��p���^��&T�fTU�6����k��G+|��x^l�r�;J&\3=����r�|7���6��È���%��SE��!����U�G��ܨ�5��-��8�6�����#���C�/����$48����a�e;꺛]X]6�$C�ۨq�Ez�v�5OC/��C����,�s����6�@3t��k�)�%��j�$��ƁH�|/��<����9��t���_w�~o�;��&�SF׸��o1Z�Nr-:��ς��c$��B����M�]�<���OosV�V 5eendstream
 endobj
-3857 0 obj <<
+4031 0 obj <<
 /Type /Page
-/Contents 3858 0 R
-/Resources 3856 0 R
+/Contents 4032 0 R
+/Resources 4030 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3851 0 R
-/Annots [ 3861 0 R 3862 0 R 3863 0 R ]
->> endobj
-3861 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [244.528 644.094 410.209 653.005]
-/Subtype /Link
-/A << /S /GoTo /D (cvs) >>
->> endobj
-3862 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [494.336 618.191 537.983 627.103]
-/Subtype /Link
-/A << /S /GoTo /D (tinderbox) >>
+/Parent 4015 0 R
 >> endobj
-3863 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [71.731 605.24 267.724 614.151]
-/Subtype /Link
-/A << /S /GoTo /D (tinderbox) >>
+4033 0 obj <<
+/D [4031 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3859 0 obj <<
-/D [3857 0 R /XYZ 71.731 729.265 null]
+1765 0 obj <<
+/D [4031 0 R /XYZ 71.731 741.22 null]
 >> endobj
-1578 0 obj <<
-/D [3857 0 R /XYZ 71.731 718.306 null]
+758 0 obj <<
+/D [4031 0 R /XYZ 185.739 707.841 null]
 >> endobj
-646 0 obj <<
-/D [3857 0 R /XYZ 449.605 705.748 null]
+4034 0 obj <<
+/D [4031 0 R /XYZ 71.731 700.488 null]
 >> endobj
-1579 0 obj <<
-/D [3857 0 R /XYZ 71.731 701.917 null]
+4035 0 obj <<
+/D [4031 0 R /XYZ 71.731 628.772 null]
 >> endobj
-650 0 obj <<
-/D [3857 0 R /XYZ 159.442 666.375 null]
+1761 0 obj <<
+/D [4031 0 R /XYZ 71.731 599.946 null]
 >> endobj
-3860 0 obj <<
-/D [3857 0 R /XYZ 71.731 659.023 null]
+762 0 obj <<
+/D [4031 0 R /XYZ 229.91 560.673 null]
 >> endobj
-1676 0 obj <<
-/D [3857 0 R /XYZ 71.731 600.258 null]
+4036 0 obj <<
+/D [4031 0 R /XYZ 71.731 550.53 null]
 >> endobj
-654 0 obj <<
-/D [3857 0 R /XYZ 141.108 563.043 null]
+4037 0 obj <<
+/D [4031 0 R /XYZ 101.182 540.548 null]
 >> endobj
-3864 0 obj <<
-/D [3857 0 R /XYZ 71.731 555.691 null]
+4038 0 obj <<
+/D [4031 0 R /XYZ 71.731 522.516 null]
 >> endobj
-3865 0 obj <<
-/D [3857 0 R /XYZ 71.731 535.78 null]
+1762 0 obj <<
+/D [4031 0 R /XYZ 71.731 466.66 null]
 >> endobj
-3866 0 obj <<
-/D [3857 0 R /XYZ 331.48 512.034 null]
+766 0 obj <<
+/D [4031 0 R /XYZ 246.672 423.563 null]
 >> endobj
-3867 0 obj <<
-/D [3857 0 R /XYZ 86.396 486.131 null]
+4039 0 obj <<
+/D [4031 0 R /XYZ 71.731 414.74 null]
 >> endobj
-3868 0 obj <<
-/D [3857 0 R /XYZ 71.731 478.993 null]
+1763 0 obj <<
+/D [4031 0 R /XYZ 71.731 386.895 null]
 >> endobj
-3869 0 obj <<
-/D [3857 0 R /XYZ 225.881 455.247 null]
+770 0 obj <<
+/D [4031 0 R /XYZ 254.973 349.68 null]
 >> endobj
-3870 0 obj <<
-/D [3857 0 R /XYZ 71.731 448.109 null]
+4040 0 obj <<
+/D [4031 0 R /XYZ 71.731 342.328 null]
 >> endobj
-3871 0 obj <<
-/D [3857 0 R /XYZ 373.626 424.363 null]
+4041 0 obj <<
+/D [4031 0 R /XYZ 406.408 316.604 null]
 >> endobj
-1677 0 obj <<
-/D [3857 0 R /XYZ 71.731 417.225 null]
+4042 0 obj <<
+/D [4031 0 R /XYZ 512.678 316.604 null]
 >> endobj
-658 0 obj <<
-/D [3857 0 R /XYZ 204.675 380.009 null]
+1764 0 obj <<
+/D [4031 0 R /XYZ 71.731 283.563 null]
 >> endobj
-3872 0 obj <<
-/D [3857 0 R /XYZ 71.731 372.657 null]
+774 0 obj <<
+/D [4031 0 R /XYZ 251.013 246.347 null]
 >> endobj
-3873 0 obj <<
-/D [3857 0 R /XYZ 71.731 346.933 null]
+4043 0 obj <<
+/D [4031 0 R /XYZ 71.731 238.995 null]
 >> endobj
-3874 0 obj <<
-/D [3857 0 R /XYZ 249.701 346.933 null]
+4044 0 obj <<
+/D [4031 0 R /XYZ 71.731 224.066 null]
 >> endobj
-3875 0 obj <<
-/D [3857 0 R /XYZ 273.821 333.982 null]
+4045 0 obj <<
+/D [4031 0 R /XYZ 71.731 219.085 null]
 >> endobj
-3876 0 obj <<
-/D [3857 0 R /XYZ 71.731 326.844 null]
+4046 0 obj <<
+/D [4031 0 R /XYZ 81.694 198.327 null]
 >> endobj
-1678 0 obj <<
-/D [3857 0 R /XYZ 71.731 270.057 null]
+4047 0 obj <<
+/D [4031 0 R /XYZ 71.731 196.171 null]
 >> endobj
-662 0 obj <<
-/D [3857 0 R /XYZ 189.239 232.841 null]
+4048 0 obj <<
+/D [4031 0 R /XYZ 81.694 185.376 null]
 >> endobj
-3877 0 obj <<
-/D [3857 0 R /XYZ 71.731 225.489 null]
+4049 0 obj <<
+/D [4031 0 R /XYZ 71.731 170.268 null]
 >> endobj
-3878 0 obj <<
-/D [3857 0 R /XYZ 350.294 186.814 null]
+4050 0 obj <<
+/D [4031 0 R /XYZ 81.694 159.473 null]
 >> endobj
-1679 0 obj <<
-/D [3857 0 R /XYZ 71.731 179.676 null]
+4051 0 obj <<
+/D [4031 0 R /XYZ 71.731 146.422 null]
 >> endobj
-666 0 obj <<
-/D [3857 0 R /XYZ 261.414 142.46 null]
+4052 0 obj <<
+/D [4031 0 R /XYZ 81.694 133.57 null]
 >> endobj
-3879 0 obj <<
-/D [3857 0 R /XYZ 71.731 135.108 null]
+4053 0 obj <<
+/D [4031 0 R /XYZ 530.108 133.57 null]
 >> endobj
-3880 0 obj <<
-/D [3857 0 R /XYZ 71.731 109.384 null]
+4054 0 obj <<
+/D [4031 0 R /XYZ 71.731 131.413 null]
 >> endobj
-3881 0 obj <<
-/D [3857 0 R /XYZ 365.641 109.384 null]
+4055 0 obj <<
+/D [4031 0 R /XYZ 71.731 98.044 null]
 >> endobj
-3856 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R >>
+4030 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3884 0 obj <<
-/Length 205       
+4058 0 obj <<
+/Length 2854      
 /Filter /FlateDecode
 >>
 stream
-x�}�=�0�w~ō0p���v���s7�@�	F��-��hnx/�{�;
-d(
-���0�,�o����GK���L�Xqu��!!y����``�0?gW^��	
-��_{�5��m��ku�hh뺈vf,�+Yp�Z�p�gF��nZ��'��u>�/K�X7j��;۵��4�J**���m�]K0��MC8����<�x�`xendstream
+xڝɒۺ����TՈ�N�9�;�T���yq�� ᙋBR�'_���E�F.�4h��n�����_�����l� �Wy��[=�ʟ^�������ËW��p�u�I�zد�0t�$Y�a�fq�z(���Ա��zĞ���[g�G�==�ϔ�Z����/�=�0u�Y�읢$q��	<w������0��{�
+�xm�z��[���Fi����6!v�;�-��L�|7�F3��:��o�!�?�=���z��Z��4{��*_�΁'�u�9'awi:ٽះ��x�7u�6�̾4��^��7��.w��ε���xǷ�գ,6B�nz�
+W~I�Ef�&H�,�ݭ�6���R����Z�_���V׹��	�=R?�S���jw���U՜��4pY�N��y��BxjN�"$��0a<7�Ϟ����^W<b��@�.#ab	�R�zk!GA�[�[Y����8�����t�B���]��q���jZ��MU�M�KSk�[ʧ�nUy�N�wëw+��{����i�	��r0LSGE��Nw����
�Hb@P��~�|�wn�]�����"��"�չ6��_q��x-��1(Z�
oM,��Z��0�4�������x��
+�[[g��Ft:?�����@e�}��t8�2C��}�e�6x�n���!�S����U9�k�+5툀��`"��V՝A|(A+�Ȩ�9�:�z~P5i o��5z��R��|]��c3�
+�{hJS��5�5�{6J�1j�&t�M�_3x�/����@}bQ��vF8�bALF��F\[��h��!i��1tg�E���P��f\S
+9EL�-w=,)涏o&�{�}³�S�h�B��r�������Z2�;b�F��!���2U�y���(x�S�0��t���;j�E65�--�TQ���-��<�]zݍi�Y��
�)�F���>p��M��)���l�0��8�����Ћ����	6�V]�Y%��?Xb�P2�EZ�&41���8����\ə�Z�����E�n�g[�Q�1DL�բE��hC��|V^6r>��ּ�h�F��A�A��b�G�����'n�RH�@��skݪ�(G'�؂�#D�U��@���X�^V$
+�R�[x_+G��Q�T'2k�[e��Q�!���Ȃs�;�?��,xGc��e��P��8�x	��E�Ϊ�_;�gu��wS�*���(yCz��c�u\���ɿ���2}G��ޔ��V7����G�7�ˀBP,�'�����*o�7yƷ����l�V��Ҿm�K��MmQ<%���ܙ��s�h:~/�؄��ᱣ-�c>�$P�Dh���#q�QO��F�S�9DB"_�����
�]�ny�l�eҝ��
+pa�}�:�,�B�UN~�.�cX�*-h
C����\�ʡ�<wN
+իWuS�ߚ�'��F��6^Pj嶾�Y�'��Q�S0�������K;MnF=!x)��[LM1uDd�kd�xjG�Bh`"�Y(EIڡ����ŭ�V���B�UY϶��Z������r蕷3�8������p�F��G�#��4@�$�OK�?�8.���G3}q�k*��8� ����0yy/>�x������M\By���_�y������r<7apnB�>�7�A���9;�P^�����'�\�d��!g�����J�0�ʄ`��f5�8LcT�����qpP�#�0��z)}Lb3L6{
+�~�.�h"�x.��Ҿ�;�l�%cآ'��I�aZ�!n�t����J����^���������������1��T�r!J���Y�°@�c/������r�W�y�h�pO'؆n�n��Mp�t�,ƍ��b7;C��w������M+���[8��	BS��6CI�Ł�+Ś��J�C��W���-S(x�lM,�]�A�m)�XW^a�f��@4Ź_"*1�
+�~X��l�RǀRx��x��M��y�8��+�Ļ$v[�K��N���4�ƲχX�����t i��xqU��F<�%+^�xq@u�5p�@��7t�`�A���A��#ؠ!�E�#�wT�M�X1r�X��QK<ђ�,Ox"U��:�0r;��o��-�s'qU�"����yq���`�R�%��*�$�P�	���� �9�PA���$�Y�0��C�I�/���皂|�o�JJ�`��M�E:S
+\T���K�OE��sP�3��c�����K���]��'���Q���€rM�&,(�V������g]��䱺j��7�gl��P��e��mco��
��`�����Ģ�6/���Y�z���7��L�P��nKuI|!�	���`�4��6��7]tZ �*�1��r���a��:|=0�[�!lO%����J�Om�#��_�C��p�ϭo�Y+�y�����,����3U�x�棎���rn�쟩ռi��	~�9y���JsI8&���=�F:�;A�j �mf��m�K�X�Ďmfi���ki(�������z(q�5F�Ǔ41��;�V�Q���V��������T��L���"�l
+�=�֓.�-��`C��7�R��|�i�*�����?�[�a�\/�c���Jh,#т`$�w�_�J�����T��ML-�<��� ?���6����`�&�����a��q,��!~9�/�0�zv�m��Jh�WFv��fx�fAb�mev�����I6}^B��;tY��[	���:��q,s��-&�͊�!ϓ����eS�N��%j
�.��d�˃���0�Z�Q���ˁ)���>�Q�i��E0��Iv�?(����Cendstream
 endobj
-3883 0 obj <<
+4057 0 obj <<
 /Type /Page
-/Contents 3884 0 R
-/Resources 3882 0 R
+/Contents 4058 0 R
+/Resources 4056 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3851 0 R
+/Parent 4015 0 R
 >> endobj
-3885 0 obj <<
-/D [3883 0 R /XYZ 71.731 729.265 null]
+4059 0 obj <<
+/D [4057 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3882 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
-/ProcSet [ /PDF /Text ]
+4060 0 obj <<
+/D [4057 0 R /XYZ 81.694 708.344 null]
 >> endobj
-3888 0 obj <<
-/Length 2395      
-/Filter /FlateDecode
->>
-stream
-xڝko�����ྜ\؊����(���m���r(�nQ0m+��(�6��o^�%YN�"@4r΋tx�_x�	�M�(�uz��7{���.��z�Gi���*�7~��oV?<����7Q����i�K	b?��7O�?���:��Y����[���ٖ�����/eU��?��D��)r@l��
1Z��P?�m���]ޖ���M�g�X(��OQ)�|:�v�J�س�	h���]��*k�-�i����XuV7��������~:�F+Y���AX%�V��	��(u)��X?�Ȋ�AUn�F~�����A��tw{[�Z���h�l"�z�[��C'���P��ދ�P�>�t���Z��S�^d�l�ŗ;�X��/�Գ<ӝP�σ?�E�W��u�8DxK��M+�a����>���Ш�W#SDd��A�h#5n�o%�F�ֹ�V5e�ˆ�Bc�V�Qn�Y*�vZ�]�����3��RHꂁ��܁d�.@%^	��/�k������,�r��-�K��œB�=@XY��xX�u�wW��B�4_xBٞ\���ݑu���yS>k�_	Ҡ�vH!��
�K3�&�N��yn:�F�>`�;ij��
-uC4:'b!:�,���v£�h��fs�8!��S����{8��f���QDz.mۨ�2́����_a�˳̀ ���1	C0�F�RnB4�`~��1π��a�)xH6"��Ă��M"�a�s�x�F�c�ZMI1L�{��r*�|��~z��	��2o2t�U[�n�
����W�M�o�`���l��%��._Ǜ�A�Y��_��9Y�o/[H^�=aK��*s�Є���Q��1u�T]YS^�ƃA����_ KQ���%SC|S],�B���Jh��!��AM� �yB�/}Y�So9�Q���[���I�{v�N�����,8�RF�^��
�����x��w�?�Z��u�8����u���ǥ������(�oXBK��h�P�P�Yh����<P0��s_y.ŌW�E�AJ��d\�<b�}3=7�s���e)�H]��5Uf�t�A�f�;���uCס賆�G��(,a�)�
�c�]��ָJ������X����'y�a
�1G�*�Xɖm����Z�d^�N�� ?�z���~P٩�KI7���Q���5W���O��S�`�5WwKP������z��_�=a;H�q�ZB�0
<�=j�1�1D�5��C9a�N&�Mۚ#�Ts��'��c���q�=7ؤQ����H���G�tT<���
-�׼��/��sɭ�Vi�N��$�r�z�M1рt� �z`y�E
��Q|'Հ���Jij�0f~�W���RPrc��<H��HN��σ��Ӫ��!x,�q�H
�ꪯX=�������R'/խ��A����'��6�V�,r�<x�xG}�T�s�Wf�NW��)^P_k�Si�ci���
-�8M��<��߾0�b��DL�;8N�}!�
-A�<*��a_p	�/�B �'մe�U���>���doL!��,��W�Q�d@@��(�m�^�;&�����57�n��sG�U*�H�yؑ���X�?\‡Hjf�6S��g@�����ߗ��B,Y,�l���cu<a-��?j�"������J=늛��p��f�N�$Pil�������7��;�k��t�����q�W�n�����x�~#Ԫ/�DŽ��<ȍ@��[jWVý�7*(WW'��Dr�h;��^��j:�>�n'�!~T
+&���k��g�2���
{b	��Nj��ᕎ���{~@�/�Q���7n4�5�ʸ[��fF֛e|*�Ŵ�e����H(�&ܛ#\���s@��C�A.r���`7+�CL�|1-�f���ċ�_���yU�����j�L�7;9��Z���ԥQ���C7�e�q���7�sL�|I��VK}�����>_º�s}��~$ϕ.��j~#z����y����ixީ�l2p���͸��w�!ȅ����x�›$�����E��Q�`u]��Z+�
-C?�b��9Ğ���fT�$�6Μj5�{��^�L��{<A`�i�'�OͮS3�298�2��;{��j���UP)*=��ۭ�<��}���4�����=�*�0�f6���P�
$�A�s�=�ג�!J���G�:��2T���x�Y���7�ד3��<�]�u9��U]���
-����Y/b�Ce�+挒$���1NO�r��pwo/~PQ\�y���D(���� 0f�LC��S[^�*���}�{.\x�W��Ck���zx[� ��H���a5�U��„�WG�w�M�����~�� �/[��߆��z�+V�%%1��F�	���T����Rү�;endstream
-endobj
-3887 0 obj <<
-/Type /Page
-/Contents 3888 0 R
-/Resources 3886 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 3851 0 R
+778 0 obj <<
+/D [4057 0 R /XYZ 235.863 663.99 null]
 >> endobj
-3889 0 obj <<
-/D [3887 0 R /XYZ 71.731 729.265 null]
+4061 0 obj <<
+/D [4057 0 R /XYZ 71.731 656.638 null]
 >> endobj
-1680 0 obj <<
-/D [3887 0 R /XYZ 71.731 718.306 null]
+4062 0 obj <<
+/D [4057 0 R /XYZ 71.731 636.727 null]
 >> endobj
-670 0 obj <<
-/D [3887 0 R /XYZ 320.829 703.236 null]
+4063 0 obj <<
+/D [4057 0 R /XYZ 219.242 625.933 null]
 >> endobj
-1681 0 obj <<
-/D [3887 0 R /XYZ 71.731 692.184 null]
+4064 0 obj <<
+/D [4057 0 R /XYZ 71.731 584.922 null]
 >> endobj
-674 0 obj <<
-/D [3887 0 R /XYZ 205.304 651.159 null]
+4065 0 obj <<
+/D [4057 0 R /XYZ 71.731 569.978 null]
 >> endobj
-3890 0 obj <<
-/D [3887 0 R /XYZ 71.731 642.336 null]
+4066 0 obj <<
+/D [4057 0 R /XYZ 71.731 520.927 null]
 >> endobj
-3891 0 obj <<
-/D [3887 0 R /XYZ 506.431 629.6 null]
+4067 0 obj <<
+/D [4057 0 R /XYZ 164.944 507.975 null]
 >> endobj
-1682 0 obj <<
-/D [3887 0 R /XYZ 71.731 583.608 null]
+4068 0 obj <<
+/D [4057 0 R /XYZ 368.717 507.975 null]
 >> endobj
-678 0 obj <<
-/D [3887 0 R /XYZ 317.599 540.51 null]
+4069 0 obj <<
+/D [4057 0 R /XYZ 273.801 495.024 null]
 >> endobj
-3892 0 obj <<
-/D [3887 0 R /XYZ 71.731 528.072 null]
+4070 0 obj <<
+/D [4057 0 R /XYZ 71.731 487.886 null]
 >> endobj
-3893 0 obj <<
-/D [3887 0 R /XYZ 71.731 493.048 null]
+4071 0 obj <<
+/D [4057 0 R /XYZ 317.393 464.139 null]
 >> endobj
-3894 0 obj <<
-/D [3887 0 R /XYZ 71.731 490.891 null]
+4072 0 obj <<
+/D [4057 0 R /XYZ 232.347 451.188 null]
 >> endobj
-3895 0 obj <<
-/D [3887 0 R /XYZ 71.731 485.91 null]
+4073 0 obj <<
+/D [4057 0 R /XYZ 71.731 449.031 null]
 >> endobj
-3896 0 obj <<
-/D [3887 0 R /XYZ 89.664 465.153 null]
+4074 0 obj <<
+/D [4057 0 R /XYZ 71.731 434.087 null]
 >> endobj
-3897 0 obj <<
-/D [3887 0 R /XYZ 128.486 465.153 null]
+4075 0 obj <<
+/D [4057 0 R /XYZ 91.656 412.932 null]
 >> endobj
-3898 0 obj <<
-/D [3887 0 R /XYZ 171.417 452.201 null]
+4076 0 obj <<
+/D [4057 0 R /XYZ 71.731 373.38 null]
 >> endobj
-3899 0 obj <<
-/D [3887 0 R /XYZ 71.731 450.045 null]
+4077 0 obj <<
+/D [4057 0 R /XYZ 475.448 360.428 null]
 >> endobj
-3900 0 obj <<
-/D [3887 0 R /XYZ 89.664 434.269 null]
+4078 0 obj <<
+/D [4057 0 R /XYZ 71.731 319.417 null]
 >> endobj
-3901 0 obj <<
-/D [3887 0 R /XYZ 71.731 406.209 null]
+4079 0 obj <<
+/D [4057 0 R /XYZ 71.731 314.436 null]
 >> endobj
-3902 0 obj <<
-/D [3887 0 R /XYZ 89.664 390.433 null]
+4080 0 obj <<
+/D [4057 0 R /XYZ 81.694 293.679 null]
 >> endobj
-3903 0 obj <<
-/D [3887 0 R /XYZ 130.164 390.433 null]
+4081 0 obj <<
+/D [4057 0 R /XYZ 491.507 293.679 null]
 >> endobj
-3904 0 obj <<
-/D [3887 0 R /XYZ 269.817 377.482 null]
+4082 0 obj <<
+/D [4057 0 R /XYZ 71.731 280.628 null]
 >> endobj
-3905 0 obj <<
-/D [3887 0 R /XYZ 71.731 370.343 null]
+4083 0 obj <<
+/D [4057 0 R /XYZ 81.694 267.776 null]
 >> endobj
-1683 0 obj <<
-/D [3887 0 R /XYZ 71.731 339.459 null]
+4084 0 obj <<
+/D [4057 0 R /XYZ 139.516 254.824 null]
 >> endobj
-682 0 obj <<
-/D [3887 0 R /XYZ 252.009 296.362 null]
+4085 0 obj <<
+/D [4057 0 R /XYZ 71.731 252.668 null]
 >> endobj
-3906 0 obj <<
-/D [3887 0 R /XYZ 71.731 283.924 null]
+4086 0 obj <<
+/D [4057 0 R /XYZ 81.694 241.873 null]
 >> endobj
-3907 0 obj <<
-/D [3887 0 R /XYZ 71.731 261.851 null]
+4087 0 obj <<
+/D [4057 0 R /XYZ 478.291 241.873 null]
 >> endobj
-3908 0 obj <<
-/D [3887 0 R /XYZ 71.731 233.791 null]
+4088 0 obj <<
+/D [4057 0 R /XYZ 71.731 226.765 null]
 >> endobj
-3909 0 obj <<
-/D [3887 0 R /XYZ 71.731 228.81 null]
+4089 0 obj <<
+/D [4057 0 R /XYZ 81.694 215.97 null]
 >> endobj
-3910 0 obj <<
-/D [3887 0 R /XYZ 89.664 208.053 null]
+4090 0 obj <<
+/D [4057 0 R /XYZ 373.716 215.97 null]
 >> endobj
-3911 0 obj <<
-/D [3887 0 R /XYZ 89.664 208.053 null]
+4091 0 obj <<
+/D [4057 0 R /XYZ 71.731 213.813 null]
 >> endobj
-3912 0 obj <<
-/D [3887 0 R /XYZ 89.664 177.169 null]
+4092 0 obj <<
+/D [4057 0 R /XYZ 81.694 203.019 null]
 >> endobj
-3913 0 obj <<
-/D [3887 0 R /XYZ 71.731 177.169 null]
+4093 0 obj <<
+/D [4057 0 R /XYZ 511.114 203.019 null]
 >> endobj
-3886 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F33 1242 0 R >>
+4094 0 obj <<
+/D [4057 0 R /XYZ 71.731 187.91 null]
+>> endobj
+4095 0 obj <<
+/D [4057 0 R /XYZ 71.731 172.966 null]
+>> endobj
+4096 0 obj <<
+/D [4057 0 R /XYZ 71.731 135.572 null]
+>> endobj
+4056 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3916 0 obj <<
-/Length 3625      
+4099 0 obj <<
+/Length 2655      
 /Filter /FlateDecode
 >>
 stream
-xڭ[ݓ�
��b�f:��kF�a�ms�ls�4�i���A���z����6ۿ��J�L��Mg,� ������<���_$~����.;������+�)6L��h>|��WR���.�w�Ow��B��]"�����������ܩf�	"o���-�=~��S�e����_^}�80�d"v[yU&CsU�]$���B����Gu��D���F��}$�m(B_#��A�Fo�婩O�J��
-#h:[�
Ϸ�}�R��Sk�eu_u�C�8�v�r<Tk?Z�t�A�t_�=��*=��ӷ �a�����Qb��qE+^�Y5�Ye]���Gd�xߧ��㦜�~�US���޲F��y����i5
-{N��y�{���
EYF���V�e.���H��L��V`�Oi�\�"���͕jҒY�m�XGZ� NW�o���n�\tG�.���W"������"���"��;�h��Ҳ�^���Y@�UV�� ���������Xu:�i7��پ��D��wq�ۺݟH6��4[��iP����N�q��5�x�޶̦E�ﻴ��H/^�U�	�~[��0�
-4�0�](�.asx<�V�����J�,
-���4���~>�=�����)`���?�K�RoQ���~��C6���v���#UVW(QsR9/�,����=.�n������q`�M��j�	��v`�M8�o�C�֡&�&>��q�o�B������o�*Ӂ��dy��}R��
-��u��5|D��$��������$'���=^��a_�=l<���}���Sa��0��e��cݗ����}֟@N��j�������۴�j;�rLQ�=�����n����m�5��םu�YtV&A��Eg��u�Yg�]�j�~��>TF���]���I�M,��)�[�j�u�f��rd�Z4��l��WU�"���iU�$(z���K^�U=��R����O?~�P-@��p����Ίt�w��c���'
�3�%̲��Ւ��m, h]հE��aC�+��4��uS�s�
ۼ���Sڼ8�J�d��R":Ut��x��>����`ߧEuƀu��:G�Eu2	�/���mu�x��i�~3DwX��G��:m��7n�nG`��"����VjC���b�l�h�%�G0�DÔp��Hg&Ε�)tLW�"O��}+G�ŭd�I�����no匷k+-�o���x�J8u�k�CW�C0���L$��TTE�5i�[�MY��(	m��m��{�
-�y>ّ�ܧ�<�D�N�I��Ƭ5���,uSj�Ö�l�Q	�T���kƫ�1ɻ��_m?4��!�2)��Z�pgYp7']i{�Y^C�¹��Y�3'��Fi�Ipi�E;��u��f�]vf��Rp��L߿w�Z"��������sdw:���B��<�̰���2���P�d0��M	��|qc<_���X>�,n��w�s�����x�6�������z��u�`2QN|?�V��H�����Bs|�y��-d:/�/��u����zQ?�oJ?p��=z!��p�G��A-{�3xjT�R�u�3U3�Z��A`ѡ�i����1c|�J�1��x��
��Qu�b��j���]Y_��H\3U�v���믰�ti���@&�X��`3R\�=��������Ms�1vX������(߹��L ������'3cJ�]`�Zyp�I�r�_|!\ aK4Ӣ�5����f­��m7��$�	�T�Ӱ"G����F���G)�
-W5���d��v�vϪ>��.�¹MD��,����H�d$L���_��KV��d��e'��������e'�`�ZuPH�������Xc����Z���(j�zP^�g��6��u$hؗuFࠡï��D����z�+�m
-3�&P����gCu����$��jc�6���K���9����ӴcJ��C��Ĥ��we�0D�c��C��ˆ��<Uu�Rp��F�ګv1�y[�[*��ݎ$Kv��nK�V��v��e��7��B��A�J�p ﶎ�J���q���h�oW}��r��(A�p"�=��<�]����c�:�d����%�<��%Th�&��Hq Y%KA=�QN�I�N��!7G��h���}2B��}���`X>�#��ЎQ͊��o�-�ǏRГO%z��n�ך��7���ͨ0�1���O{��swG]�nGYt3TAg98���8�b�^��{oj�x�c�[p'G—W��d���v��"���Mw��v��͜�U�*��"�k���c=���n�(Ia�$��q$Y�#Sh=.V(�n�q�ۥG��۷&�m��H�$	�E4$�bc�$3��Ew�E9�b���k��Ѣ
��s�_��H��{�к_�]:X�����K�s8 '
5�Q�<>�P%ܗ候�h7C8t?g+�p�%�p��&9c:��
��&͐��}����U���v?��=�sa'��lI¸&f@��ĸu�s��49���ǂ/n�r������\V�	��2+: h��,�N�-ȧ{�0�M>��)�$�S_XqE�P��`�%0�e��ά�CQ��p�G-�`,��r\�����m�hx1�q#p/�4q3�1̯Z}{w!-],
�9��YZbn<���=���S�^o}P��|�ˡ�4��N=uH��/|8zK����/�3�'^"?Mu�t�1�#�v~xA̗�ǵ��s+b/�4�Q�o�=�R[�7b��m�t�.�b�a��?��y̭XY�
-�*�O��K�8�×���o�݉t���yT���zJ.4���\��[`(�a̪����'鰀.m?�<��q6�c����U�"����coq���5�O�!)<�4_X9��]+�.�3/�^�0qYT�=!��iK�yZ2��VjL��cF�?��p�E��[��-���V7q˜�����
-��GL�wJ�
F���)H ��Y��H8��L{)��.Hh�,��^•9 :�]vT-_-�5vؕ:h������ 1���h2���Q��5��l3"`��E-uZ]Ƅw�L��*�������5�����H͉+�8�����Ě�I��:��/݃��鵯k�#h
V��U�`����oW_�k��~��83e� �	�gi�1/�_lA�.:�V�iz}7��q�A��rM�O4SP繣n�h%e�̼|.�@�	����Ja��il�s����',0 *U��}@a���lj�ɫ9�E��ۆB��⭱��Mߞ�v�����ꬪ\UY��������<[;פ�mE{���z'׿C��Kξv�z=[�.�w5w.��-_��ü����\>T����j���
���x��Q���r�*�'|�'�]I���A}��p��͎2Ggjn1�s�&7�`�Z2<�/L��H�dxL�
o������x��b��.�{W�C���]z�8�g7��z�G$��Kd����6�"Y�(Sh�.��:X��茷K��</��fD->^].��;��qxy^�(:���������:�Y����n�&�O�UR�V8���Z4v���S���
�^���*ta��)?�ĩ;©T����I�T�.|G�u���O��_�Hr�
Q�^`&џ�yK�nq����7endstream
+xڍY[�۶~����%ԌH�"RT�d{�4���)i;uxHH„������@R��=����(Y��KV�$�e�I�QZ䫺{�N���U"#B.Ƽ;�z�u���Ѿ�V��j�eQV�]�Fe��Ϳ����2�~�y�qڜ��n<}�m[��}�˫�ӂy���e�Y���;��ݬ��[\F�vK:
g�9��g��r�0��`X'���Yq��{��V�aä;r��c�0{4�Yտ1�j�+)���~\.��
�C�f�R|���
+�3'倻e^��������X�3Q�*��Ҫ
���
+�
+�4�ˁ��2
�Z�E�F���Nb:���bl��Vz��2���d�U��5�}Z�q0���0-٫��>-0�V9��A��*ɐ^9+��lD6�8.����r6H��A9�,퓐}�|�1Yh�������i �����P�|
�������o�X35,p�y��ю��}�/ǧ?�q��Y���Y=��<�p�٪��(0&��4_�i���A���A�L���y�1S���nTM���������*g��쳪r4�cE
+��.��g��딁�`��7�� ��Ad�x��he�/�`�m5hk�Y_��C�W�$Q��hw�<~�>��	hc��W��}@���X�3���߮�8xo�PՃ��XΦ�8���K���	��(���b��{�3�>���]��!Be�L��$��|��h�(��-�'t�Q��
+�B���h`s����;�6��-���oy@Xl@�����3TO�bZ��+q��v�z>+��l�8��]���;/N�vJ��{ʪ��!�M#��bXO���@�[�)*�F��-T�]���B�Ӗ�}��%cf1c2��M��HA:�2]g?���yP��q�q�H�<�\�iE��}���sC_��y����}�%s��`�}
+����y�	��e����\/�\D���73�l�5��� Js0�o��z���dTz�h�X7�v�Gƻy��%�4[D�t�["&�ɨiǁG(QhW�#YF���~>[nt��b��TS�Ew���Gj–Ai���"d'��qح����C<)�z�U��,�0�&~OؤZg�Cw����K[�T����#��fc���2��U�D�e�] �#��4+q�m7	�YG��\im��k�4�j�T/�yW�sxK�޴/�g��uʧ��W����Dﴍ/D����,�w"sVO�P�R����ɹ�ͣ}�E�ؕ���T�i�p��w�S�8JR�*�gW�%���e�d�",�с\��T'�C�Ϻ>s\X''�z�{��M�*�,��Y!��(�˘#���
��נ8亮�X��z;^�
v����P<�� AN�e�SW� l�pUι�
����%\�1��(����F#��&a-z�{����wQ��r~�߾��Ob9y�\0pSxЀ��y�I��{�p:�
*ؠE%9(��8��tqO�-7'�,�z�i�T6����Hc��e)P�˴���rb�$�iԴ6e3�B6�$FV��t#��
+���i���>������Ӣ���\)�]x�������q}0���8��򥂯Z
+{V�K��{i��*v�'h)��I�@f�zl�P�ez]���i�����TD�>D�le�lv��s�Lz;ch?\_�����qn'�c8�lo�Gc�na�0��?o��)3�=��h�2U@�����_���
Ql#Shcb�����\�Lm�����y�]Cr��<K�8��@�c
��
+�M���Cc�Knz��nYn���g�m��6�\��j�Z'ck@<m�C�YS�@@U��MׯՈP�ͥ�ⱔ٪@c�F%�(��<��A}�𬔙E�̱����8��D�����V2���a}i��O���S���D�m4�)'N�
+�A	بJXG��1H�b��>M�%�{tӄI������k�X�LrY\�
�f$���I��Z'�~oi���� u���-8�#fVBa͑d�+x���,�ζן��ފdӼ��\z�$��+7�������d}|�s���kBG�|����� ����y�}����}��j�l5=����M4c	�}i}C/uS�9�N!
+�G�����*ry�*��E��5�H�g�=�3�ڠ�g�`y���������"T�W�g+�k!����ҷ
>��V&I]�Z���{W��#���֏ҙ[\�z=��+��a:����%����L0_K�|����窹iL@��9A�k��{���n��ͣb���_Nn��ãS���7+��7˯����̀�����c�g������.�$~O�c�<.C��������a.�O����_�I���A�k�2��FVCu�a�M	�亏_@�nP}Qb*�K]��8��n��
+�+ݘJ���J�9I����s�3����F����+3�}(�^I�	����Ԏe���m�n�s�����m=�sb�%#������=��p������/_2���K��U(�6	����M��d�:	OO��SU�7z�B��DܢV}��g�d�H/fndJ��U��L���Z��s�G��fɟP�2*��g�_�������e�^�S���o������]Hendstream
 endobj
-3915 0 obj <<
+4098 0 obj <<
 /Type /Page
-/Contents 3916 0 R
-/Resources 3914 0 R
+/Contents 4099 0 R
+/Resources 4097 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3851 0 R
->> endobj
-3917 0 obj <<
-/D [3915 0 R /XYZ 71.731 729.265 null]
->> endobj
-3918 0 obj <<
-/D [3915 0 R /XYZ 71.731 683.941 null]
->> endobj
-3919 0 obj <<
-/D [3915 0 R /XYZ 89.664 666.008 null]
->> endobj
-3920 0 obj <<
-/D [3915 0 R /XYZ 89.664 666.008 null]
->> endobj
-3921 0 obj <<
-/D [3915 0 R /XYZ 71.731 637.948 null]
->> endobj
-3922 0 obj <<
-/D [3915 0 R /XYZ 89.664 622.172 null]
->> endobj
-3923 0 obj <<
-/D [3915 0 R /XYZ 89.664 622.172 null]
->> endobj
-3924 0 obj <<
-/D [3915 0 R /XYZ 71.731 620.015 null]
->> endobj
-3925 0 obj <<
-/D [3915 0 R /XYZ 89.664 604.239 null]
->> endobj
-3926 0 obj <<
-/D [3915 0 R /XYZ 89.664 604.239 null]
+/Parent 4015 0 R
 >> endobj
-3927 0 obj <<
-/D [3915 0 R /XYZ 71.731 602.083 null]
->> endobj
-3928 0 obj <<
-/D [3915 0 R /XYZ 89.664 586.307 null]
+4100 0 obj <<
+/D [4098 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3929 0 obj <<
-/D [3915 0 R /XYZ 89.664 586.307 null]
+4101 0 obj <<
+/D [4098 0 R /XYZ 339.03 708.344 null]
 >> endobj
-3930 0 obj <<
-/D [3915 0 R /XYZ 71.731 584.15 null]
+4102 0 obj <<
+/D [4098 0 R /XYZ 96.637 682.441 null]
 >> endobj
-3931 0 obj <<
-/D [3915 0 R /XYZ 89.664 568.374 null]
+4103 0 obj <<
+/D [4098 0 R /XYZ 276.322 682.441 null]
 >> endobj
-3932 0 obj <<
-/D [3915 0 R /XYZ 89.664 568.374 null]
+4104 0 obj <<
+/D [4098 0 R /XYZ 71.731 680.284 null]
 >> endobj
-3933 0 obj <<
-/D [3915 0 R /XYZ 71.731 566.217 null]
+4105 0 obj <<
+/D [4098 0 R /XYZ 71.731 665.34 null]
 >> endobj
-3934 0 obj <<
-/D [3915 0 R /XYZ 89.664 550.441 null]
+4106 0 obj <<
+/D [4098 0 R /XYZ 187.678 655.841 null]
 >> endobj
-3935 0 obj <<
-/D [3915 0 R /XYZ 89.664 550.441 null]
+4107 0 obj <<
+/D [4098 0 R /XYZ 71.731 604.633 null]
 >> endobj
-3936 0 obj <<
-/D [3915 0 R /XYZ 71.731 535.333 null]
+4108 0 obj <<
+/D [4098 0 R /XYZ 180.774 591.681 null]
 >> endobj
-3937 0 obj <<
-/D [3915 0 R /XYZ 89.664 519.557 null]
+4109 0 obj <<
+/D [4098 0 R /XYZ 391.53 591.681 null]
 >> endobj
-3938 0 obj <<
-/D [3915 0 R /XYZ 89.664 519.557 null]
+4110 0 obj <<
+/D [4098 0 R /XYZ 71.731 558.64 null]
 >> endobj
-3939 0 obj <<
-/D [3915 0 R /XYZ 71.731 517.4 null]
+4111 0 obj <<
+/D [4098 0 R /XYZ 104 521.943 null]
 >> endobj
-3940 0 obj <<
-/D [3915 0 R /XYZ 89.664 501.624 null]
+1766 0 obj <<
+/D [4098 0 R /XYZ 71.731 514.805 null]
 >> endobj
-3941 0 obj <<
-/D [3915 0 R /XYZ 89.664 501.624 null]
+782 0 obj <<
+/D [4098 0 R /XYZ 196.498 477.589 null]
 >> endobj
-3942 0 obj <<
-/D [3915 0 R /XYZ 71.731 486.516 null]
+4112 0 obj <<
+/D [4098 0 R /XYZ 71.731 470.237 null]
 >> endobj
-3943 0 obj <<
-/D [3915 0 R /XYZ 89.664 470.74 null]
+1767 0 obj <<
+/D [4098 0 R /XYZ 71.731 427.412 null]
 >> endobj
-3944 0 obj <<
-/D [3915 0 R /XYZ 89.664 470.74 null]
+786 0 obj <<
+/D [4098 0 R /XYZ 275.232 384.315 null]
 >> endobj
-3945 0 obj <<
-/D [3915 0 R /XYZ 71.731 455.632 null]
+4113 0 obj <<
+/D [4098 0 R /XYZ 71.731 372.144 null]
 >> endobj
-3946 0 obj <<
-/D [3915 0 R /XYZ 89.664 439.856 null]
+1768 0 obj <<
+/D [4098 0 R /XYZ 71.731 335.07 null]
 >> endobj
-3947 0 obj <<
-/D [3915 0 R /XYZ 89.664 439.856 null]
+790 0 obj <<
+/D [4098 0 R /XYZ 174.075 297.48 null]
 >> endobj
-3948 0 obj <<
-/D [3915 0 R /XYZ 71.731 424.748 null]
+4114 0 obj <<
+/D [4098 0 R /XYZ 71.731 287.338 null]
 >> endobj
-3949 0 obj <<
-/D [3915 0 R /XYZ 89.664 408.972 null]
+4115 0 obj <<
+/D [4098 0 R /XYZ 71.731 270.218 null]
 >> endobj
-3950 0 obj <<
-/D [3915 0 R /XYZ 89.664 408.972 null]
+4116 0 obj <<
+/D [4098 0 R /XYZ 71.731 228.439 null]
 >> endobj
-3951 0 obj <<
-/D [3915 0 R /XYZ 71.731 380.912 null]
+4117 0 obj <<
+/D [4098 0 R /XYZ 71.731 182.547 null]
 >> endobj
-3952 0 obj <<
-/D [3915 0 R /XYZ 89.664 365.136 null]
+4118 0 obj <<
+/D [4098 0 R /XYZ 71.731 151.662 null]
 >> endobj
-3953 0 obj <<
-/D [3915 0 R /XYZ 89.664 365.136 null]
+1769 0 obj <<
+/D [4098 0 R /XYZ 71.731 96.933 null]
 >> endobj
-3954 0 obj <<
-/D [3915 0 R /XYZ 71.731 362.979 null]
+4097 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-3955 0 obj <<
-/D [3915 0 R /XYZ 89.664 347.203 null]
+4121 0 obj <<
+/Length 2665      
+/Filter /FlateDecode
+>>
+stream
+xڕَ�F��_!�� qy��>9�$��������>�ȖD�"�<<Q�~���!M���������:[�ʃ?��n�'عA���ou������b+K��5?>���Oa�ڹ�$\=VQ�a���0p�8X=�v>�ԥ��zĞ���gW�G��U���y�Ǜ�g{`��.��'�憩 \��F	re��R7�|b*v}�
��4C�=��;dv��H�
+f\?�i�{�9�=�e�_ş�^��£������z�#�n��k`a��W{��T��c�;�3��˳v�[d�-��m��mFN>������Ó��_�>R�E(_��k�볬���*@M�4;�^�N��+�]侺�@QY�쵮��f"�w.ҡiPV��݉�U
[UJ��;�)N�򄽺��*?1�e��ꂑ��j�˦�܂�.�^ڦ�~��ܟT�nǎ�ZU.�<O�|�]�K�s��bI�؈��n�'ݝ���g����/.����|�����`T���=2;��"6�Ծd5���28�5|���V���~0H�hrxvU5j�f
+
�6�5�ٟX�չ������cjVm~r���U�N���_�����/M��uQ4� �D)BN���10���'�	~~X��{�PoǸV�w([���8�u��-]pO{`1)�x��3\d�l�`�=*�В��].�K/��Ӂ�^�I�ȵ����	O�Y����!oE[�w�85㘊���I3c�ƃ�<2q �8�����5���䭹�ȃp�rXF�w xQ"��e1�
+��s��H�,;���qIG�.f�P������{_	m�Lv��5ǵ�n�5�n�Yb���ޓ/�����;=6�g���Ra���'�ݚ����
+T#���J5��Y�%*�ʨ��O`��w~�P��Z�e^��0�}�}�`�9_���	�nN�i&6���܉t�+{�@ƗL6��gjMz���Wc�Ư�&��(*�
<N�	�Zz)����di�POJ�<,�.(�9�#zm�i�=$�?���|s���)�������qr�Ȉn�+�h�e�W�9���	!�R�9�D)w&v����f�� u%<��R��[-�m~�M>���}k�$G�<��@�z�8N���7T��*�Be"�P��ֱ�Q��;2���0��iԥ5�WH�V�Ԣ�v��*�eF�p;�{��TJwӐr]'��Af�	���13O��'�>5<W
+I�Y�8���;�o�K��2��)��+�e�e��5�߅
+2c`0�+��k�a{�B ~�,�I�vq,E}�Q:k|�L������� ����HR���&b1�Ј(�8��<��J��i���{N��ܭ���Z,@���<�V�/���L�L�]g�y_<�36TX��	�F�5��.�~�����x��~�W�ß�����ؕ���j��Ȅ��W�I[����R{]E�Ȇ��HgJ�0y��7��H�ה.݋��aEŦ��BXd="Pu�@T���IIVA�������~�w2m���_�~�bO�G�XO�Λ����i�	��R���ě��+
^�|}xz���s~}���U�>|��ӧ�����>?>12b��$�M��;C��y�e��L{4���EmK�b�cY��t��R�z3��b�=��[/�0�J�;���$D�!L�%	 E�����<�TQhi~q�ֳ0�"�SA�x&�R@��a)�A�t�ʎ�۾���|;��d��q_�y�D���c���l8�8�ϻ�8����/��Q�aHon��̗Xҫ�-����ŋ�Q��`�z����웾���l��D��O2�"��&��Š(���ߕ��Ku���L�bO�p�E%Ǚ�ݑ��v/4�δ�j���7���3�$a"e�|Bl�����0e+�"*CRt!48BB@��b�N�����Qod%����g�v^��}���8To~1J���U>�2�)�(İ��ь<��Z��c����6x��z$�����ęfH��2^�D�r,���'�z��i�:�tO���.��i���o�6f��)�F�_*e���W��|������Z_/
+L8�u}k� �!
+AR*��q�ߚ�7.��2�,K�5��9��u�
+//�e�ʂ�X0u�Tz~j������R����I(�^��;�H�P���cJŲP�O1�΍F; �s���n�����@�垄�k�4~�4��g-�:N��[�O��c������R��F��dd��&F�/?S[����9��(ʦ�sp�|�BW�ƒ�������(�=	����RoRac�o���:a��RY\6��zj�u�Gc%��9M�HG���%�S�_��!�3B�����Hsԥ��w>�H
�m,���6|�&�DI��YA�~��|��V�m�z��l�7/�bI%;)�Q��@��S=%o$�,�'5rj�s�0���}�Ph�P�z�͏'����%M�������m�x�2�?��y�_~��>��Rk��T-�,�^��RD%�%=��:��粣	v�H�b�4`ƗDs��0����N�y�Z$,b[
Ų��Ol�/�%.m��F���Z���As�+�Go�͢�m�
+���#�غv��wC��/���O����q���q��^`� ������'�s'��endstream
+endobj
+4120 0 obj <<
+/Type /Page
+/Contents 4121 0 R
+/Resources 4119 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4015 0 R
 >> endobj
-3956 0 obj <<
-/D [3915 0 R /XYZ 89.664 347.203 null]
+4122 0 obj <<
+/D [4120 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3957 0 obj <<
-/D [3915 0 R /XYZ 71.731 345.046 null]
+794 0 obj <<
+/D [4120 0 R /XYZ 165.31 707.841 null]
 >> endobj
-3958 0 obj <<
-/D [3915 0 R /XYZ 89.664 329.271 null]
+4123 0 obj <<
+/D [4120 0 R /XYZ 71.731 700.488 null]
 >> endobj
-3959 0 obj <<
-/D [3915 0 R /XYZ 89.664 329.271 null]
+4124 0 obj <<
+/D [4120 0 R /XYZ 71.731 680.578 null]
 >> endobj
-3960 0 obj <<
-/D [3915 0 R /XYZ 206.435 316.319 null]
+4125 0 obj <<
+/D [4120 0 R /XYZ 71.731 630.83 null]
 >> endobj
-3961 0 obj <<
-/D [3915 0 R /XYZ 335.639 316.319 null]
+4126 0 obj <<
+/D [4120 0 R /XYZ 71.731 615.886 null]
 >> endobj
-3962 0 obj <<
-/D [3915 0 R /XYZ 71.731 314.162 null]
+4127 0 obj <<
+/D [4120 0 R /XYZ 71.731 564.777 null]
 >> endobj
-3963 0 obj <<
-/D [3915 0 R /XYZ 71.731 240.494 null]
+4128 0 obj <<
+/D [4120 0 R /XYZ 71.731 518.785 null]
 >> endobj
-3964 0 obj <<
-/D [3915 0 R /XYZ 89.664 224.718 null]
+1770 0 obj <<
+/D [4120 0 R /XYZ 71.731 469.036 null]
 >> endobj
-3965 0 obj <<
-/D [3915 0 R /XYZ 89.664 224.718 null]
+798 0 obj <<
+/D [4120 0 R /XYZ 211.497 434.665 null]
 >> endobj
-3966 0 obj <<
-/D [3915 0 R /XYZ 71.731 185.764 null]
+4129 0 obj <<
+/D [4120 0 R /XYZ 71.731 426.028 null]
 >> endobj
-3967 0 obj <<
-/D [3915 0 R /XYZ 89.664 167.931 null]
+4130 0 obj <<
+/D [4120 0 R /XYZ 71.731 369.744 null]
 >> endobj
-3968 0 obj <<
-/D [3915 0 R /XYZ 89.664 167.931 null]
+4131 0 obj <<
+/D [4120 0 R /XYZ 71.731 325.908 null]
 >> endobj
-3969 0 obj <<
-/D [3915 0 R /XYZ 71.731 152.823 null]
+4132 0 obj <<
+/D [4120 0 R /XYZ 71.731 295.024 null]
 >> endobj
-3970 0 obj <<
-/D [3915 0 R /XYZ 89.664 137.047 null]
+4133 0 obj <<
+/D [4120 0 R /XYZ 71.731 264.14 null]
 >> endobj
-3971 0 obj <<
-/D [3915 0 R /XYZ 89.664 137.047 null]
+1771 0 obj <<
+/D [4120 0 R /XYZ 71.731 246.207 null]
 >> endobj
-3972 0 obj <<
-/D [3915 0 R /XYZ 71.731 134.89 null]
+802 0 obj <<
+/D [4120 0 R /XYZ 255.599 212.897 null]
 >> endobj
-3973 0 obj <<
-/D [3915 0 R /XYZ 89.664 119.114 null]
+4134 0 obj <<
+/D [4120 0 R /XYZ 71.731 204.259 null]
 >> endobj
-3974 0 obj <<
-/D [3915 0 R /XYZ 89.664 119.114 null]
+4135 0 obj <<
+/D [4120 0 R /XYZ 71.731 160.927 null]
 >> endobj
-1684 0 obj <<
-/D [3915 0 R /XYZ 71.731 99.025 null]
+1772 0 obj <<
+/D [4120 0 R /XYZ 71.731 110.117 null]
 >> endobj
-3914 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
+4119 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-3978 0 obj <<
-/Length 1178      
+4138 0 obj <<
+/Length 2732      
 /Filter /FlateDecode
 >>
 stream
-xڍVKo�6��W�V�i��(i���)���.Т�-і=I^�����l��Ep���㳤���)��	�c/of�����f�%�,����������D�Co���0��^*���[��J�m?_�8����jwD~<�^��6��?�~\��a"�4|7�I�.(z2J�Ք\�$J]PZDI��_��\�%��)�������t: T��'��o�����^����_W[Ge~>��?�]o�#������?�Ě��#��O$�5B���_��THf�ACp�b3���m;�'bK�yW؂�ڱ#�s�/n�EP`-=�FB��w�0�,���	WU�5��z�v��˥���w&�V�&��=g1�H��s޵���a*"xc**��R*����z�/����eE~o��ԌU��
6"�b,��xC�G
-���y����;q����;V9c�T/l�b�j�Β���v����aݢ2}C��Y�kB�*�w�t���t9��a�y�Ű��mjГ������&OU��[�h��\��q��.�q�a�:�<�]�5V@J2�w�}��c�qXA���>:����?~�BT�1������LD��˼�և�c8r�b�ĺ�w�1B�wޑ	�n��1F�R(�$D��`!��	�����y�f4K�����$��W���>w�_g���C�+�o��L��f���~����8%A2\o���Ao�_�jy��g>/�eO��i8�����������홤���i��-��;�Rb�H�Ⱞ]?.�%�v�9�C �7��^RH$�u�$�Dq ��0چ��ϹD�>�BFb��ḎKޔ�N����!�i���ଜ��\_.�j�W�۟�^�J���
եS*��� M�A��� $!��fnKà��ְ�<(0f�K��X8��
CE8��C�d���K�l%�LM4��j0$0w�k"b��H"\�qS��ڠ�b���pL?�w:��/.�4��%�(��i5T���)C���o 6N`*�-]?��Xv��TK���\�Ko�C߲eN�9^ԡ��!h5"�z:GW�`M �{�op���F90loP��Ի̦2��U-xY�=�~:��,�6��S�_o�h��ϵ�@��v����"�ɻ���o�X�"P��Y"��f�����endstream
+xڥY�۸����_�m�:Q�d��l��)���"\�^��%G�l���΋���HlD���<~�j�?�ڨp��a�����*Z=��_��p��e=�����;�WEXdzu�_%Z�:�V�y��w�?̩���:N� 
��[W֏��ex���*s����՛{�`�7a��ur<gJ�z�6a�R��m.�B�rR*���Ƀ;XZE�c�
+��͸�h��U�������"mP�M��>����=S���0��skkjf{��fe�q7q�2�ie��7���ֽو��ܚ�.�v&�F�)E`Z�X֓�������L��PqX�[qgV���q�����K�	Px�I�,X.��0���hn�4xf�R��ec����ƃ]Nt��*�G[�=��C�-�"���+.���s3��Zl	(�q�mi�]��������9_g�U��'��B�A5��vy���˺���*�Z�J��<TN��~l�^��;������ML��
�RLn���A�턼�F��C��kQ�N]����{G�z�79F�ZG����Ǿ��:[�m����~�����#���o�#�H$�������1���!�U|zQJ�fAm�"M:���e=��	��*0"�^Ԫ��!����c�Lr��f,M
+�>�Y&}A�M�^�>'��2,��Nv[b$o��v����/Nr��۶��vk�2i�lL4J�[�q^��y�)O��y���9�����^�:D���Z+�B�x�*E>�1�v
v�R��隩�5}-�#*�S	P���H�̤I�*�!f��L�����t+�Dҙ
+7Y���ӡ�D�lKe�Pb�<eIg�^����ը0����-0k�%e�R��2��m��&X������@��7;8�ƀ$�ഞo�2�H���-h��!'�&��I�7�M�
+�6Pr�w��?#�(������4ލ�;���@��]��gP$�"\�s0W	^���������V�����Tua�0��b���)������l����>>,.� �gE&�#�"ќNִwH�����[{j�^88ޠA'>�^��v8���	'�he��4<����.� 5E����~1G̎͸�s��h�l��;���	/�b]zHw��w���_�^v���[���f�~���:��N��z�&�w�r?^#�}��k�|�F`d��JW	y�����BG����H�$��BJ�#�(6�yy�K��k�B"�꽹��\�I��`m}!8&�8�C�\6!������`��s��-E��hT�@�%FMH2�v恅,�r`�ݧNhp5���	pQ�NT��������\XQi�{�F�|ե�_7
+Б+~_,޷�T�e��mCw���!u���iL8��LⲨp
+(J�y�	��ɯ�	�W^�{�t>nX1+���+{��=�Lv�R5x��UG�U�8G�L�-bk�&t�\�M�#.��ɍ�M�8n�[�&X&��g�n����u[s<55��F���2|E	9r�E�^v
+�^��o�y�u~I:az�~���D~�s+��󅻯�
+����W�Cy�~�&�(�u�>by��'d��_z�pl���/�}���5�@
+���t�'f�'0@��P��zyp���B�w���I�/)�(�<�`�='�\?0X�ۅ�dT����4C����.��`i�nt�C�4D��}R���W!�Q�AC��WhQ�O��M����rW���Hf�s��m�Pb�'u�T�
+�m�}vJ��j���v��
+�6J��C�3�c"QAe���J�W��3+B��D��9��:����bOӝ�P�,{�����n�	촒����*Q�P���Y��p��I�5���[�/G3ϋ�p���M����7��W>F��U�z����+dNt�M�RaQ�UkW���W��P�H�p:� ��
+ߙ���f��<Lr={bMB�d:R�N�U���
�ʴ#�$�*��	 .�ݭUf�_e��`<4�>��\r9��س��7�2�D�R�I�p���ϳM/d�
G+�[�w�����H��#��!�I�cH����"��@�Ӎ�J��
+�4�G�(O<��JB/�Y��+[r��iw�d�CX�#3���h8�<�w"���LW2C��O�-�I�UF�a��|���[��������b̋���-��ms]<������>��z�����9�ӵ{�O#LE������ݼ|��g.`��[.�EBwO�Ս��kr~�~���Y�S#̳(	���v�P�#l>���8j�V^��7+��7���꓂U�}%��$f@���Х����(�� �,4�bq�������k�!%k���^�Ɠ�SZ
+�'�e���!���'x'rj�UZ=vo=ee(x*�M����;PG�]��'OB � B��_R�"pi��vX�_jNl��]/�J4`�j���	���B�g`����dzdaRLO��Z�IX�\@b����	�a� y�|��$>
+)��hLI0֧[��P�e*���/�Iyt[t����3���y���$�)�����D\\Xq�ª�8p�e>�ՕD/�kZ��f)�~F*䧪�?�#/��ZL3��o�<�ڲ��4P�+�!��şN�z�Dޜ�h)5y�b\&LΖ/�p%ы����/��g�"��&y��͋�\�,g?\�qF���lԷ~�>_�(��endstream
 endobj
-3977 0 obj <<
+4137 0 obj <<
 /Type /Page
-/Contents 3978 0 R
-/Resources 3976 0 R
+/Contents 4138 0 R
+/Resources 4136 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3988 0 R
-/Annots [ 3981 0 R ]
+/Parent 4156 0 R
+/Annots [ 4154 0 R ]
 >> endobj
-3975 0 obj <<
-/Type /XObject
-/Subtype /Image
-/Width 496
-/Height 579
-/BitsPerComponent 8
-/ColorSpace /DeviceRGB
-/Length 49257     
-/Filter /FlateDecode
->>
-stream
-x��wX���i�b�ް+E,(�**��5�5b#�{0�+b��1Ơ��b!��-��n
�b���y�g߽�۹�{>�g�������w��Μ��`�a�a��?�����_�
8+�aX��a�s�a���a�a=g�a=g�aX��a�s�a���a���ar"�s�4im)RD�H4>Q`���u����`X�Fc������RRR�Wϋ/.ٓ��Υð�3�ZR�|��y��	����ؤI��u�^�xqΜ9��-Z�2d6F��m�6q$�����tԨQ#!!A��}�����6l‹O���˕+~)����#�����}��իth������K�,4h6~��G�� ����H	~��r�2��Y���jժ�_^��g�b�����C�۷o����f͚Af�����kq$�s�>~�86�;������ɓ��/�+��q�ܹs�@<�Mg�<yn߾���leeu��]l�)SFϫW�h�ƍժU��eX���s�Ν;wŊ�]�`A��������W�Re�޽ӦM�޽;ԘT]�����IR�P!���5N�%�e�\&lq
-V��!�ϳu��F�!�H|�|��|�s���<%%�����ٙ���ׯ�Q����ׯ_F��
�1e�I$0�O�8A�	�ҥK�~��!6N�:Eָ���*���!t������x�={��[�n�͛�˗a=g�M�Add$��ݻw���|3	��8������ϟ[XX�>}Z	��#|͚5���T�\���\�?GHzq(�s�S�n]�:�����hD�*����z�0:!=l���תU�3�a=g�����6mZ�^=WWWy°�3�0���0�9�0�9�0�z�0ð�3�^i׮m���ӆ�.�t��QH$ð�3�Z�
�L��.d]5jvk������7oި����h�1*d=bM�6
����_�^�$N3D�
�ܹCg)�HJ�"�;�q��U�Tٸq�����ׯ�+��^ða�����$'^�rE���q��ߚ*N�իW�ʕ�1c���z~��񀀀ɓ'sv19B�a�����HKK�8Q�96P�YQ�,��N���Ç%n!ȇ�M��Q6ɉ��^Tnڄ[S�I#czDFF�/Ru��C��7����W���9y29x�`�v��n�*q�����
-��<+�j��Y���1K::�zA��Ar���J���oM'��I����
-*?�k�����M.�=z4gc��z8|��~���bŊ�:Q�+k�<+*w�%������ѣ��k�^ec������$��1].l�3F���CX�
6�*Ο?_։�\YS�YQܩS�֭[+��k׮A~�:hܸ����3xA��Ar�����*&:����{��aL�D�s�a�0��8g�1��s�a�0��8g�1��s�a�0��8g��ь3����s�Q�Z#��Y�C���_�1a��s�Љ�A%��%�h��S�x��x��iTTT```ٲekժ�?F}<<<����q��Q����F(񠘡�ա�N	���Q�M�"پ}�8�.xzz"���p%S>%.��	-�:�޵ld/��/^��lll]�V���H����m���\����%3�:�)Ǐ��$~����.F����Z���Z:u��k��]��cgg׽{�
6�>}�ѣG��y��9,�C�M�<bN�ާOr�Ę!��e=(f(pu(���(I��B<�>e}-J�UK���w-��s��o�>2�.^�(�%g��\��;qѢE0]��M�6����73D�7B�ʺ:��'N�����/�D?�
-!�\�ǣ\_���j��Q��e��z�[i�_�~��Պt��L�	�ꨴ�䈈�rf�ro�r]�
�!C�4h�@�?"�����AȰ�0!Y�����8u��k�4Ƚ(�1�����l�
-빮��ڵ�����Ғ*6è۱�r𶅘�E������h��`ܸq��6m�p�cX����ͲTK����Ν;h��D��#�atEzzz���-,,��@Y����k׮x��^����0:�mA#N]b4��Y�f!��Տar��Yh���'���|͚5�sZ#�aFW���Ж:u��m۶!�4h�Տa�s�s&'"w�{�ܹ'M�$�]�^=???��������عdɒ�u�b���wTT����������?�����Y�����ig�<yF�A�Ç�_�x6o�,�iԨ��ܹs��Ҕܲrlj�V�����1%=wvv���JIIv._��k׮�k�C�a{ٲe!!!����+W*�!C��F�C�=*]����Y�f��
U�A2z��=c�oYݣ�9�9����y��	;��ܞ<y"9;!��_l���+�AE=�t�RժU���F�JHH��ѣG�x��y�*U�G�M�=�߫W/��DY�������&M������q��E�'���L��sXݵj��/�,Z��*��L6q?�����v�xzz��ڒ�:z���I�&EFF�:uJn�
��HR"Im���in�����������gϞ����
I�z�]zNn��<
-�
תU�B�
-Y[[.\�m۶¡�7"=v�`%�ˍS�uXQ���ի�ܹS��D�����_�b[Ř---���W�^��~�����X��;w��+V(��Qy��T��Qo;t� �LOO��
�sH�`�l׮"ٺu�8�\��t�`���+C�)�������޽{��:`��E��7M6A�!���ə`IW'm/�
-�����...�^�x1�"=ž,c���3fl�Qb=g��B?s�6`	�4-%%������Y�������^�t����s�δ̄�T��L��ׯ_v�D�~�?�9s���w�����+VL���H�>�4�v(m�z���і�;�,N�:�B������oLL�8yJ���_�}����ظ{�.Y����k׆��ol�3�lרQ���Q�ŋ�� ���Q,(^dd��?6::�~��4��o߾4��N��!��+�AE=ߴiS�n�d�+�oƷ�]0g���X�
6D
-�ϟ�!r�(�o$�#�	��0f=����]�&>�=ؖ���7ݹs��B<� �2N�[ �+W���~��G�V=fI"Y��1I=�~B{���z������cCV���Iۛ�����v��ϟ�e^�Bl��jŌa=gr�S�5��\���N�p���~�v�$����(�߲p�BE�-?��3�ņl��8%oE7�j�
-;v���7o6𫨣FQ�+V�P�3���a=g�_��U����el���J�ҥK���bܳg��=t���'N�Z���{h�…�d�
��r�TQϩ{�b��?�P�D��C�w����fY�|9�9�z��\=�u�VϞ=!�VVV��ի�Ћ"��>}�ȎW
-
-�1�*ԦM�xEX�4^���Ʃ���]��W��#�V�^���s&G�9���s�������zΰ���3�9�z�z��S�5���a=gX��s���a=gX�Y�����^ZO�z��9c`hjL�"EX�
��4�i��\��sF����/^�����ŋ���sr��z�j�~�9�[���P��'Of=7��߹s�`������&�������ժU�_~Q�����goe���X��r��in�…�:$g=׭��7�ݦM��J�����:u��>H�'`=g=gr���(�֭[?z��\z�k�.;;;�			Z��˗/�/.�#��C��V�ڭ[7a��ܹs�֮];  ���^�z׮];w�|��YD��G��������Y��'�!!!���ǎ�Cݻwwww_�reF�v���Ç����P�$1��nILL̗/��_�~�+r�s��9d�H�"�䈈m
-��[�T�Ҹq���dY=oҤ�����j.S��\=�Q�-����.>Z�T�;w�`�y��Ϟ=C�-[������-����3��.��h8�e!��:�t������3�f߾}666(e<z�o�����9tlѢE�s�e���MI	�
�m۶�x�����n�=7..�]�v�Y�}.��P���d�������������`�^�ZU�$����hY;;;���aÆӧO���0*���+W`�O�<��͍��Ӓ���r�i�&m�66�$~߽{���-[��sjd)��aBgd��.QW!���@�\���G�>Gs�{``?x���7k�LL�� >�$�YB��B~�X����ŋ!C���NT�V���H�
��{�n(�$���D�������4l�2�832ׂwuu�+����CCC��:u��x�q�\=OHH�Q__�Ν;=z�z��
-"@��]�v��9"&��⣔��;Jlx����7O�>����}{)��@����oDD$Q�.P�����������ϟ׾��Z0������&����H~в�3gΐ��
-�Hصk� �:t�&��ӯ_?�/�����.��^�B�*Uھ}�q�9��\�z�ڌ����y�fR?���m��IONNVż���Շ3x��y��06��-��F�����su�w�r�J��
-*�\��j�*GH����"���B+�ҥK\�����fmmmii���g�
�B߳�ի��n�Cϳ�vʔ)��
-���Ɔ��߿o�EֱcGY%���z���g�`v j�ݻw9+�P�5�-x�Νƍ�������t�i��~h���q��tB
-ߧO����}���U�Ve�6IPriq�J���B�r��^�z.\͚5{��1����67�ck�1mڴA�۱cg���h0[0((�ԩS�1,�(��'~������Òq:�;99A��A�U�$(;Q����_Tȸ���/b�=w�\ѢEiJ��w����J��ZYY��k�����;&K&N��*7u�T�
-#��3ԟ-[Z�W2
Pv�����#��>�O�\Z�)�h��B��Aol/^��ƍ4%
-���dv��9A��~�� ��M�q�ơs��m;;;��֭[�T�v���B��۷/C�{%�U|��i�<r�Ȉ#$�Yd[L�Ӹc4c���Ԙ�0N=Ww� ��3g��6�O2
Pb���s�(��I��\ri%��PK�,Ia�ҷQ�{�/_&_4h�m��CbnccC{ 閖�YJ��={f͚�v��-Z?~�w��Mj���4�gQ�_��?�:thF��d4s$�Yd[L�Ӹc4akk�������
c�o�`� �&<�0�5j���$��+=W>I�Pti%���B�:u�$H
-
t�����8��:s�L�-82�Q.�U$�ֺu�~���$�1c	��-[P���˗�P�E�(�����O��+9$��d<�;Fc�='��ق��ʡV9�x�b쁬��
6@!��0�[�_�>���"�)�t���3x����^����i_�|	�P�=�l�	�#F�?~��	dɾa��q�h̦M�PӲx�z�-�-@ʊ+�{�䉰˜7o^��͛7iϲe˨C�z���'N,XPv��N}#�Z�"W����0_aꓡ��{٦��;wM��W����s�i�1��~�B�����.��`�E�rh���|�ر����@����g��ݯ���0��������L���066V�&�b����УG�tvv�}�v��+W����=��ŋ<y�]v��e�
��\�pW�dI�#�===��[�n�|�������<#%����t���g���%XAL��틶gh�vOQo�`o�����)Z�gɒ%8J��RRR\]]i<�1J�E�.���0������*UB7n熞���F��L�[�z5*����"'-�^�����YK��RgϞ��2�֭[���$�QQQ�h0:�U�\��y0X�E���x��{��J��ɝ0�|qvɌ�,}� 0���$�G������'�SEs32����4�^]�tA�H��ٳ�*��q#I�1c?#���m۶�sC��]c]2O2}�DU�?��/�.��O�)��$U�h�<ˤ��ϟӌ�,;�h��\����8�?~��9�V lmmI�'M�ď	�sƏ��������r�X�LǓL�#�U2�O�A勳Kf�e�FѺ��T��Bf�T4Ih�;���7�>899��(���С}}��mΪ�r���O
-�sƍG��njî�u��5�%��M�S4�O�A勳Kf�e�FvJ��8U�h�M�eR<x���YŊa�����z�R4�?%%���-'~��S�4h?,��Y�bu��A��1��xr�d:���{���ɝ0�|qvɌ�,}�(�sq�����{j���J��o�>�j^�Z5�'N%�,����)�hbb"xX�pa��x��͛�$�G���0:�ԩS���;=<<�l-Ƅ1�O��ݺu#�jѢ�T4*��!ڳg�vvv���Y|��c俅at�۷oǍG^����3iҤ�/_r��*z�	���hѢ��*˗/נc�w��J��������ȉ�B!��l��0�B2��ɓ'aaa4\���m�ݻw��q�0�p�����Ǔ�	��G�qK-�mۦ�]����#=�~[,Y�$I�dL��[�n���M¢E����c���?��	��}BB��ɓkԨ!,�гg�+W�hmJJ�m&��b._���xq<x0��^�j�(��V���4cccc[�l)LX���}��Y�p��Ç�C�0�}���Ç�dr���;_IJJz�	�*1�޽��nݺuܸq�5rtt����˄	T���S������#L�bŐ9�|���)�p�f��ӧOcbb�w��&Y�����O�.]F��hѢ���ȑ#�.]�w�Z߿�ϟ?C�� ��x����������݋7˺u�V�X1{��)S��3f����~�m�L��dB�A�ʕ�e��U[N����u�ܹ��П%K�l߾��ɓ����䴴45ns֬Yaaa�#www������/_�"E��6===!ȓv��u��w��w�!�"##q����f�\�y���r���k�"̼y��}��m۶m�
h�f1x�W�^Ѣ�t�'�Q��w��J¤��7m��p�9�kѢef����|!lƔ�v��O?��L�QB�ܹ�g˭�<�8��j�X�x)����w��	��ɇ�:u
-/�ƍc�d���C	o%�Ѕ�+X� e�x�y}�����h߾��3�L{�捞����۸\��M>y򄾽�^�:�>Y�|���h`1�NL��Ǐ���s�΅�����aٲe�{�ZX[[C�� ��Q�lih]`` ��={��=z���s�ҥ+W���d���dX�>}�|&7o�$#)z*=z��]�6m��sڴiC�	�W���}J,�Z�Z�`Z:̷s�΅���/gii	��m„^�|9��ʕ+H��b!Ϟ=�m�����7nĝ��E�M�<�6l2�/��;���r��^�z!̈#�ېJ����'�Ӑ	�#Y�X�#֣G�r��D#vh(����F��}��:x�޽{G�5�ְ6�RX�j�~���g<�-�nÆ
Z���P�GqZXXx{{����k�-��DQUo
-�VC��_�eM�ͭ[��0�n���?�:t(��͇�c�����Fu���ڵkS$+V������9���dW�nݲ�������;w��ѷ-�x�g&K���<jcc�g�P�BQQQ*��#�pr������o��8��������i%K�T]�˔)�d�c�`���h�Q.��d�'11�]�vdAyxxܸqCyxX���bee5f���.�ʕC�� 7==�Q�F<r�Ȝ~אqA�y�:��+G��ɉ�s�ޱc��`���4˦D�'O��|Ӏ�={"׭[�J��7o���Z[[_�t)������i�Q^؈a�Mjjj߾}��޸q�l�/_����
-*<x��sL3hE�!C��~ҤI_�N���U7y�d��W�����8�!�������Ҙ3gΐ>��Ç�<�ҥKM���
<���蕱c��R������!L���x�"mx��=^�vvv�z8|�������Ӌ/L ī`|��7\%F����Yk۶����E=z4���Zu�ϟW���ݻ�Z����,��$�J|N2�=III���ȑ#��[ZZbON8g$0�y+^�)K<x`oo�>˹�9��ŋ���],�a]�j�*<h͛7�6�BlϞ=��E',[��9p�@��3f��ڵ�)eE�ʕIҫV���a�DZZZ�
-,,,�^�Z�pakkk^�OW;v
-ְaC��JNN.X� J�ܹs��^^^$�*N�bFfΜI_�����gTisqq����$<X-4�:��dҺ���x�8�{��'6n���jZ@@�I:�]�3�>�����~�M�fTi�s���&Mҷ���~+��U=rZmS�&�\x���ݻw�Xe�ܹ��Ԑ��0��P�D	z�8`�z��ӧ����f��?�=
-�������^G�!>$����Y�f�'N�/�CBB\]]�;&	_�z��]�Bm�KCp�Z��v�����Ԯ]{߾}�T�]�vРAgΜ�;w.��
-ݵk�D�U��Z���/8�����|��gb�ϋ�1��@%k�
-�]$~³������n޼��gϒ��[�l��Ҹ����s�Ή	'���߿�ѣGM�4��R�J��晈��dH�`��2
�mР������aÆa[O�5^�z��9�B8��l�2uo1�pG=�,ƍG�-W�\<�a���ݻx��5k&���Q��y�&::�@��52*��B�
-~_��A�� >$���ӽ���sWx5H�!e�|˖-x/ X���iO�Lh�#q<qqqx3B���Ǝ�:D>�Mҭ%}# �Z���0fNÆ
�YP��S��"��䂋�l��=_�x�?�H}�4�rĈ�Ǐ�0a�%�$�9}[,]�4����Ǹk����+�xxx����|��-�*>>�E��/��:�߽{'�6oތ��ر�f�O�5���&Y	׮]+�L�1�a43х5���9���A���1��Ʒ4�Ç			
4������s�����z�*�%�H��=Z�zu������޵kWWW�#G��
/f̘1AAA����]�vhhh͚5�o�����={V��S�NH*�
-s����"����uM��۷ƃ�+!�a�5�az��bT��ϟ#'���5�b� �Z��$]�g�a�����%�{�MCρ��=�S�y����Zh��tT�͛7��0:4э���d���7o��������+"�S�N�p.]�r��ʊ�_LLW�ѕ�n�֠��e���f�����`�Ψ7n���3�a��l��rA�e��c���c�%P.ׯ_7��Bţ����y��0��&:�пC���!W�/_����ϟ�Hz��i����c��ӧO��0��l����;e�m"IIIqrr���7�	�Ga�:-�a��D7=�\�E��E�kE�-��(L�b�0ݻwwww_�r����"c#""���N�`�s�����4.̚5�R�QoooSs.��"v�"��"�V�E�E��2e�`;55�/$��F�v��M��믿�j=���U���R�Q�D7ɞs���;���",�,r��9�Sk�o߮��)�����|��w�DEE�s�	O�>E�,[�,��cT�������G�����g�؝��׊x[�?�o��a��Jb=߷o�����lذQ����σI>��X�����^^�x1d��N�F�P����nnn�.� ��"v�"��"��uQ&C��z�CH��kW޿_�`A;;���$�y��={&b\�v-K
-�]�i�����~��{��w�Z�1ϟ?�|��…!��P���G�<̖9�b.]��4㵢�؆���ϟoVu�-,kkk*}4R��`�d��j�
-�}�-IOO_�~}�<y��M�6Uq�l��7n �U�T�Il7o޴���\��]O&#�{y�1�����壁j&�Av[�x��:h�߿�Ԗ.]ZWj�@ �r��r�7�KgIpp0*^HH���Q����������			f��k֬A��{�6â�~�:͕����7�`��*W�hє��
}0s�L�p�6m�P����?'''ZY��صkI���-?_� �.��������0�il�Y�9
-
-2�n䘘�Hϝ;���QF3��Ӌ/���ꕾ}��^�z����u���=�"&L�@��g��F@ƹ����h���P����?[[['''s���'I�V�?��8{�,꘰:<�'t8�^�ܾ}�,_��n�mժ���?̹��c��F�p> c�|���Sp#�+֯_�h�w�n��@�A<n�8~(�s�g�r��q����G�Ѿ~����6o޼<ݸp��<ψa=�|6��	�:��M�6�yǎf^RSS�����%B`X�9���VOC��yb�����ӠtGGG�
��u�������m�I�&��'�8���DO�_���[�l�v�=8�U�_~A:��������C�\�dI~���E�����rn0�Y�r�u�n߾�������ٳgr��ׯ\�zu۶m�ӥK����ZDD���z�
-˖-C:��ȫU��ȯ_��O(�ر#�Un�0ʁ����x��K�.ɝ�f�z�7oޑ#G���_y��~��D�8:j�(l@7�&�Y�&ݸq��\E~��j��#rz��Ld��111��$]��-ZL�6->>����Ư��Ǐϝ;wRR����Z�*��޽[�^=�����ʕ+���++�B�
-��=G:a��#�]�v!� ~<	�X�����;�b�Cr���uww��;g���s��sa������ܹs;��˗/����Q'0}�k۶���y�Μ9c�u�S�NHgll�>"��-*ʔG-
-@�鋏�����3f��_���ϟ�h�#F�@�BV�%�iU�ʕ+���ŋxF�����3=���r�qV�ƍ#�qqqz��lݡ+�|A�4�97%������*sh��͛�Yϟ>}jgg��{(v���?���ё>�)S���=Lz^�dIZ����咘�hl���ɻv�^
�)�~��T]7m�Ĺ�(�(W�۴i���b���M=����A�R��Y�f��[�n�������g��s��g�"""lmm����z��/^�0����ګW����s��ڵ����;wn���(�ɒ���	&�d��1c�кr<���zN�߿߯_?Zb�P�B�V�2��������|�����u
-@���˗\+��ʭ<"��F�…����~	�b=�='nݺռys*�˗/go"iLT����z��M��*�Z!A�͹�G�qss��ѲeK�y 
-.,Y���<�����-Q����
����Ʃ�ĉq��S�r���5�����ʹa�}���o�%�X��޽{3D�����:�F�4|�С��R�T�C�eK"/^,v��'��"��w��F��ʹaΜ9s�B�
-�L�̙3�
-��$����r
?�sc�s����9�<9r��i�u�����z�
-}�/Z�(�
-�����ùa����O�>���:u�ܺuK8t��Q��O�sc���υs�Υ�/���vuҲeK\w�����
F����9������۷oɱ����ĉ%���̙��5�7g�ꚾt����e��/4h_�SN�t��ڲeW��>}�L���P�
���Ç5jԠi��
����<^�0��tjj�����+�u������\�������ٳg�F��C���4�/��3���E���vq�Z�ᅘ���R)z�o߾(�իW�u֮]�hy�
-*���̙3�_g�܈��õ7n�C_�|���D.լY�s��A�����ݤI-g󅅅�S�c������U��G�yyy�+��;w�/�k׮�Uz��e�A[���;R�Y��P{�7yΟ?_�@^.x��ꬃ��-;=1s�LmF衈i4pƌz�9r$.1w�\��	���{�.W%�7]�5a�2o۶��\=���0�����O%�8!!A�x�̙cee�b�ܹ�w�t�N{>��h���
6��.�Șϟ?�A�0�>}���wD�|�mDD7�u��˗a\Q�j۞={ȇ����n������Ƀ����hC���,Y��+�r�%^�X1�
-VYݺuQ��չ��o�>DުU+�6�=h�_����6m�T�bp��M�pww����R{��u�Y�Z5���ҥKq���sUQ�t��'�)BC`��#���x�ɱ��0`�������d�m@�&_�p!�#}���m�mK��˗/��I���J8p��t\gT4ѹݔ {&��z]�ŋh��.x}����rss��\ˤ�$�R�D����K�a'#6�1��gZ��L�2�hg	y���"�ӹpႭ����Ŷm�p94䣢�˖-[�V-j��
�FDD=zT��߼yC_0,x��y-c�R�>�IKK�������~��9@�xzzrV�tP�+V���>|8�F��U�֭[�R��,H���YYY!]u򫈻�;o�K��B��zQNg�ر4q����\§O�ڷoO�4�۹s'y0p�����͛�U��u�ԉ�"璐��+Z��a=���|@@�2�lٲ>� ��8�|�|̘1��Y��U����pVȒ��6r��z��կ_ԨQ:t]�V-ɞ����Izz:}��8q"�"���ժU�`�
Źx񢁓�`�\w�С\�� �e�~�eY�p���O���r^���@V�5`�ƍ(�*U��A�s�$''Sw4�,�j�y�ꕥ�e���
?���_E��t��ŧ"47�R�J�`��}�V0o|}}Ǎw�ĉ۷o��١
�nݺ�+W⨧�g�����߳g���\=z�W�޵k�Ν;ϝ;�v��h��ڵ���۷�p�X�q($$����رcJR��ӧ���f}�s�ٳg4w800P�/������+�^Յ�	XXX�˵�#��!�h�̚59֢E��ǏC�o޼�����ѣGh�@��y��xp`�l�2#s��F+�9�Qj���W�)����QD�$�4���Ϗ��\E�ݻG�uG���)={�DxX/�O��'�����g�ȑ�J�s�$�u���������1c� ��ah>~a�}�d\06ڵk�'�\r�X�a�ӆ����䡁P�X1��O�:Ņ�z�:hc�t����g8--
���#_�y��9����̥�:4g�3M���������E�ed��C��m��;Jt���Y��4zP8
-S�^
���{J�.����Ǐ7k�LQ�bbb�e�	�z�j䏝���ӧ��$W�B5<�r�Bt�Y�䁹H_E��Ercذa4��S�N_�[�jE
-/��			P__�Ν;���EаaC���V�瞞�]�vuuuU⛔��y)빉��w�!�J�,���#%�`� ؔ)S�+�h�"O�<�"SZ�H0G��%ˡ/ǎCy	=9��
-ژ�%X,J����(P�fM$�…\d�S�jU�����<444�>Q���III4>j�رr$&&���lL$�j��/�Q.���۷osg"|�eX�5��ٳ666VVV4�V���ӑ��Ǐ��~��7H�/��…�<�(�����B=�`=�Z��t�Ҳ���;�޽{#
k֬�RZ'�Q�F�FNPPJ�=2��Z���???ZuT������ΪU�fo��d,[�L�Q��
<X�)�:�����#�SWZBG��\õ)}��h�7o��ʕ��ёGp����ϟ_�EfҤI���?doڔ�� �Ơ��8�S�����˅��6�[����Z���Z=�FsN�٦omQ�M�6!�`'������+ZXXܺu+{F��gΜ�<�`�ԯ__�jEL��92b��:1>>��ӳf͚'N�Ȑ񳁿}��������&��V�ʐq�!q��<D{G�ء�I<~���[�� �Xw��A����*A˩K���k�Gq�}��I�:tM�nݺ�U�U����8*~�iذ0��QK�
lΉX)1یA�A�=�i:t��: /�lOՔ)S��g��������M	;w����ǖk4i�$C��F�ҥ�755�������ؠB�D%q�!���r����ޞ��UAAA�t{zx%�K���+h�$�*U!Z'Q\U��C�W�a<���]��墍��ܜS�M��`�ɾ�)�k�4�̙3B<6璒�
-*D�"H�cbb��(�s�������s
-��~r�!��!<�t���W���
�#G�:u�/eIT�J�\��CߐV)R�AŲ@[LXR�[�l�
�r/_�����3.�Z�"9��鹔V|�B�R�un�)r�&k�˾�yTT԰a�$/t�sয়~�e/�����ݻl/JJ�\��~����{y���&L�P��C(Pr�(�!;�[�C:J���x��7�:kkk��9*ڦ�NR�|����KaR�$����Ç�Bd���
-Q��8��B%�Bщ}�CsN�6Y=�}�W��͛7��؜�:�L�~W�׌�(�-[��8P�Q��6>|����{��ʊ���� ��PX�02~6�"�tt̘1�I�)��ㇾ�w�;rQ��r�6��ύ5BsU�p###af���
-f�$���#�)����;
-�.\����.��z�ssN��& �mr_����-Z��~q<6�k׮YXX �bcc��(��g$�[�n{�M	�$j`Ȫ�&�2��W�^(��k�r�i���3��l�٦�������g�
-�؜#N�:E"�����X�nӳgO�s
 ��ݻwgM0�^�
-�T����۳���J����o��9?�Y��+X� ~�:0��F9E�A����0Bʖ-�ҹw�g�>�����u�b�V�\I��=I�-BJ���;���D��˗����HOOG���‚zh�l�s�cԨQȷ�S�~���J�*�ޱcG�&I�xEF9���<��8���Q4��`=�)))
-�����S�ݼy3����M<+����dL�8Q��JY�S��Ti[�8s����U���t6l`ǹ��իW���`=��g�F����Ch֮][�eF�������P�e��������r�
-�E�����{��IMM-Z�����_�%�<p����|��?ή�QМ9sd���9::��
�Z�b
-�uH�rd�g�7�ĉ�o߶������u��\
-&v�"�\!fXe�"F��e���N =7�Oی�l_���܄�i����5���~�-���_��ڻ
-�uH�e�g�ٳg֬Yk׮mѢ���ǡ�7o��?��i�����](���h-�ɓ's%g�2��{\;co�m�٦(L�b�.C�h��	�����t��о}���4g6[C�/_���K�id(��!	����oݺu�~�P�3f��k��l$.b�d��E��[[[d`�.]XX�M,��֑���xo+�"1��zwQb�+V�@v��
V�V
G�sF�zs�z.;I_��I0�~6Pĝ:uJKKkܸ�Ж���n[d�  q���$�oٲe3d��^��8�|�2�E������#�3��&�V�MEb�����H3* t%K�T��k׮�Q�k�%y���ݻ��s�d[I0�~6����i[�V�����m�=G��[�nnnn�"�Ak�8:E��C'����ի�,w��E����pVh��b�H�El���yS�k�I��(y���9s� ��-��ޘbŊY[[���<d#�w��9s��jy�P���Fȋ/h"6g��z.��"v�"6���b�MQ��]r���z��@�����S%�h�ȑ#
��%J��x�C�U����Т�<o�؀���fR6��zn�W��Fwg���������۷o
�B�(��‌Z���ё���(]�4���ݻ�������C�*5
-M��-z��%.����4m�y�;wn�
-�|�<x��B3=g���]]�ܹ��›7o⢕*U��Ҙ�͛#���06��郢Y�bg빖���[XX��}���*�?}�T�paKK�G�,�� ���/���om��8+���ӧ�h��Y�z�
_�|���D	��T�<N�={����+v�Ё�L�z����~�z�r��@f"K�,�K�46lȵ��\h�777���_�p���#���A�q�iL�޽���r�R%����dJNNF���������kLRR-?t��auϥ��v�$uܸq�{DK���J�*!ؘ1c62:����Ze�`��A��v��I�s�L��sG�a��v���ã���1hݨ��J�*R�ȩS��0:��,E�*�v�$�d�������~GGLJjp:u�T�Z�0������Ο?��1�Y��P����n���<}!"g>�Z������(q?�%���ŋG���k988�Z�_��Ә�]���=��<[���m&���z�4�O�7�,�ׯ�6o�y��.T�hQ.8mh۶-��F����9�l۶����y�F=�~�����ɓ'���������om�A�S�\W������s�iܸ1��Ƭ�QQQ�u�x��U�r�f̘!����?~<  �lGJ�}��0(Z�S�N4����ɤ��z����pmpssC6�=�zn�z�B������������u��b=��;::�o�������3���[䀗��NF�R�|��wH�ʡ���s��q�y��9_0`��
-�8a������Ok�&��=�<3���'�LZ��̞=���[�l���ر���Ƽ{������y6�9u-ʮ��&�",,,��8��	���2�ǎC�����k�+T�����'�9y�$�[[[�s�������U�"d||<WZ�Dϗ/�"=7Ϟs��i׮�n�>kkk;;��?�)�o߾��������%�a?�1�9���A��͛s���D7۞sZW�X�bIII�����;s挞RNM��"ˌ������=���sٲe�giEmLt�4����o�I\\��#'� .�S��ϟ��q�����F.�Yύ_�3�z�㹢�Mt�4�<x���L~���?��Ȼt颧􇄄 ��k�r��Xz�C���_�߿O+���"%&��?~���ƽ�n�Z���JHLLD�h!���/�_��UZc�y�����y��9ظq#�W�X�̕k���q>`���{�r��:C!O�<zr����sĜ7o޴�4�����l��+���簾|}}qʴiӸ˚�fh�S/����ŋ�z�5j���]�s�ƍ�2k�˗/���
-(�{�n�������4�����\�	�$��8?p��*���ņ
�}-rܧ�Q��5Ych�[�=��ۧ��+V�z��*T�m��p�jՊ6*U�$�/��%�b����MI�s0r�H�Ƀu�&���׮]��ɤI�֯�_��ܢEļu�V��ӨQ#Z���ѣ4�Nu='ٌ����h)���9���W�Z�d�s����c0���ӧQQQ���e˖��Ȍ*�qvv�oDD4~�|��9�d��o��
T,s\V�n�E���f+n0�Ν;�r��!3ɗQ��"��r�ʋ-B��X��ҥK�=x�gΜ)����...8Q�������|��M�4��G@������hP ��Dl7k�2b���$^&�fz.^�hcc�Bܾ}�^�ʋ/��k�5��Zu=��[x����ʻw��֭��mÈ
�����m�			�1�eYc&L� |S�X�cbbj֬������6oތm��Ν;ɢo��p�����K؏���}׮]��b�C��7J�c_]����s:$9�H�"�޷od%�76�����q.Z���O������ۻw�{�xh�����˗a���DЧOm���Ǐ�
-m����`7���k\4O�<��vΜ9�����f����,Y��Ғ8�9������飝U�T�����Bra֊���1mT�VM�_�D��_˝�8�8f����9��sɉ�_
-)I�q�9�֭
_��w@���,G�������h߱�~�z�״i�/_�h	���{611���@�����a��
-�<��ҢE��M��Ѕ���Ba�۲���-[j׮-�S�ζm۰q��A�������W�t!��R�hQA����I�%�7Z=G[�z�4h��v7����EDD�`[�V�D�jp��!C�Q�-�&���oܸ��SSS�����b��C	/DAϕ�x��
����C�/^�������}ذa�mI�9��...,��^�!���e�\@�����8��h�f�hO׮]�������0�N$=�$�����Bk�\u�p��
-q����[�Yq��i��			j�H��h҇�U�ـ;vL�m@x�5aN�8As���K4�s�x��li���С�N֣���ʼ����9s&r�M�6��um͘1�����p%�k�N�}#4��0�-M���@�������ʕ+�=��վ�%,,L������T��a��~�l߾��J����_�>�ݯ_?ݮ��&0"<~�8W	
@���¢T�R�9�	�yF�Q���z}���񤧧/^����ꕾ}�J,����u�<�GF(�`���H�ԩSuۓ'Op��C4�4̐S�ŋ�w�������7o�)S��9߽{W�H ���ϋ^�����G�՗,Yb�b��u��СCu�H�K)����wE����X�MF���G�h�h���5[���ٳ�R�ؾ};�988X�s��
�AAA���@�cbb�!��$�{��:��S�N���1+�{3gΔ��\y�Z��ӈt0h� a�ȪU��ի����8�Lll�8����p���',��m�8p��\KRRR:v�h�����Tw�!Շ
�#�Wd�f�ڵk�����0�|m��/��B����۷���/^��ʠ.{��AA�(QB�c�������X�yeiݺ��Y��@�ׯ�"+ž����ٓ�\{����͛�����o޼�zn�z~��m*/`ggסCl@�����I�����~�Ŷ4����U�TA���ӫ��QY%��V��tuue=סb�+W�f�ϝ;WůN��٢�4tD�p�U�u���۷GT?���uY�h��N�:r��Dυ^r�%�5jt��Y6���"LN�X�uZ��}�-K3aYύP���=�Q��*�e`�mۆ��m�V�x޼y�6H�\�^�|�5A-���
-(`aaq��)%�JO���Y������[�ne���zN��ǣ�Z�ڵ�v��Q���A�d}3:88:�ѣGƓfZHH�\���߲eK��2p�@�M$��9��jժ۷oGc�E�Y�yxxx�^�X���熶-G���M�6'N��.=��n\�^����7nL��J�,�|�$�N�>
}prrB�ҥK���J�.j��	�����\ʟ?�����V���ɓ'0V�8�mҤɽ{�LI�ɛ�ڵkY�խ3���,(�j��yXX"����b�
-��[P�<�E����L�0��ё�[�~�
6���W=5ju)@DŽQ�4U�֯_?~����@���Yw��q4�C��Iյ����\=��+W�^vnܸqڴixA`;66Vz>lذ,����z������ׯ_�f�>���iŊi��,땖z��='�A������Yt��a�`�o=�U�ϝ;��#�Ï!Y�{��IxE��Y���/��/v0N!���;r�H�z��+4�K�z��֭�'=�e)Q�`A4I���w�����.�^C�:u�M$4��U�V,�j1|�p��`�X��Mω�?���O���h�Q2
-(йs�q���U���݋��u���n��<��������o�V�_�uh�b���}��I�gqH��x�$%%���B��d��I��7�@�R�ڴi�c���c��z�j$�o߾�DBa~���h�9y�$ڳh�(��%��[�n�����ܹsgʔ)�*U����K�.4P�޽{U�V�6�ˀ�ˊ+Z�l	��8�{G�~q�A�=rU�G0�q)9t�+�
-I�o߾ի��ɓ'$$dƌ��:��-}����1ܽ{����Y�c�"޿OΧO��b�W�\a=7C=��.[��|\�Iϓ��e��}�������!/߂���/κf͚	��^�ze�ml�1"o޼r)�ɡ�:u���<	�/H�?��q��6l������Z�j��
�����`:�r�J3�-�_���¢lٲ���E��cC��իW�S�g�ŋa��ʕk����ׯ��Ȋ�ӧO��������;u�T���~���:i^�`��]|(M��Z�͜}��!�`�(�g�깬�a�N�R�B4���9|�p׮]]]][Æ
i�7��=z��m!��� ,9*;l���u�����L�=^^^T��w����M���G�_�|�(�/ɺ7n��@.������W�n]a�q���p��+"�������YO���G�I���iԨ���<~��p��ȴy��U��\P���zN;Q�gEz�z��M{֬Y�k�.llٲՀf8�F+wX;���LN$'�3y��è��M�4����*|��n�j�J�eu;�\��DϏd�׬H�����\`Ȑ!h��o�
-�z�:�z�-ԯ_iV4M9������M�rk�DFFҐ���$u���%zS�fMEzNR/��,]�T�r��9������������U��c̘1\��geeemm��O6=��+V�V�RE����ъ��K��͛7;;;{e"�5��9�9빾���l[[[����s*dii)L`����#r�1c���x����z.�`����O?acݺuh�)wۥ��|�ڵ�v�ž~���c'�9�빁�y�&���Bpn��͹ܳ$55�f
#�4xu�d�9Y,(A777����111rUg��$  @��???��aǎtʔ)S�.�oa�a=7x5�䴴4�8�G��]9���P�U�
-4[���e=g=�|Β�˗#�aaaꞸu�V�X�^=.�,�9s&�*_�|Y��g=g=W^�0Ȯm�;V��YR�vm��s�N.t��ر������J�EY�Y��<~�I*^�8?_z%::�<`����`rZ�אZg��www
��͊+W��d�9s�h��ʝ�����㹃�[XXh6,�Q��}�
->gr�
-��Çj�ոqc���%ϟ?��~{�術~�,U���L����!U.�MO���:;;�q�����x�U�P�Bj�u��i��Rő�ْ�����A��l����l�2**
-�}�]�:uh�����Ç;w��I�.]��Q%���'���ˠA��q/�V��W�6������bccY��=�E�%��Ρ�^mڴ�)	޿?ܬY3���
���h.qE@��	S�B�8L�^�G�9x�`l֯_��敏�ϐ!C���؀�c/�����ݻW2�P�`r�o�֭g͚5t�P��z���Ґ����������yBBB�z�;V�S._�laa�����\�r���KǎiY��T�K��4��5k�4j�~~~ݻw����0a·�~��t�۷O����z�}��*���2�F�牉����C�"""�}�3S*G�摱9(ٝ:uRw�-Z���s�r�+b���4:QE_��@����5�s�`u�ر�����njӾ}�Hd�;�v����*�s��e�…y�Q�F�Ν��\߽��w�nժj�w�o�ڃ�������Ƀ,mڴ��U ��
-*+I�¡C����u�1u�Td���C||���^�A�Z�Fg��￷iӆ,s�}���.��LԵ�g͚T�Z��[������'::�e˖�?�_���ٙ\0`�J�޽{⥖�,y��9lrX&0E(W��铳��ɓ'H6�,ãAW�fM���;W��,^��cee3X�1�ܹ1�ʕK=�֭L�u��a��ˋpA�������8C�/}�������}�v��Дc=�Uޱc�Ф��V��CѢE3262���F�O��U�䕛�>9N|~��gZ�[��6l�{�:��j��dŊ:�|˖-�|[[[m�|ƌh8�??�֭[�@�N�:�����:*hu���*���������� +X�5*�|�rJ�i�xh�ӧO���˖-����z�~#""�=�C?.����kM���߿/S�£5��-�ʕ+I̗,Y���/�X=gr�����ׯ_
=�B����͛������L�y��!p@@��,?�����&w�]���;wn�s3��o߾����+�s�׬�͍7��U�TQ%�˗/���oiiy���:	k֬A� 3��G�]�h\"o޼��f����׫W/q!�СC��X�d	�vȐ!��E�r�1`bbb�Q���Κ�Wqrrb=7��-s�̑�y�ҥs֗,�s�As<U�q���\�r������?�obV�^Mb>k�,�<�
-`=7C=_�|9u����
-z>q�Ĝ����뉔���޽{�<dzz���Ja���ob�ϟ��K3W���?��iGW�[h�PŊ!��+{�������e���4	�V��rQ1Bgg���Pa�$�J�)�F٫�����۶mK���[�n��3`�ƍ�خ]��b d���y��P�gj�ҥ��"ާ�b�…5�s�����+W�,�����"�EB�Ϟ=�ضm�d좊B�k֬)�'V�6�5F�Q���gj�יU�VQbr�*���	z��IT�ٳgNNNy���4������6l0�u����:��BZM�EI~���G�Eq�lo��!��k�n]&�����v�s��~�MҡG�X�Z��x�����m޼y��͊�2���o��L#>�%D�����|�r����*UJc=W�uz�ΝJB��*)Y���ݻ���իa�c�ܹs%�\T��p�ޙ̟?_�s�o!�nݚ+W.\w�����h�����)f=g22�d���L,���S|����ߓ{RGGǸ�8_�[�n�tٲe5�s
���lҤ� ����^^^�"ܼys�jՔ��J"D6֮]�F����s1�v�����=����:Ҍ�\�j�
-��|-�w����:+W������z�)X���3g����|���蹺�[@ݺu�l�"��߲eKllڴ	�0�)��!j#�ya=�k��|�ȑ�GO�>�C�?Y�u΋/PU
-*�|�4Ƒ󾾾�'?#s�^Ŋi��kײ%
͚5C�u���[ƏO�,�aߧO��nnnȖ)S�HDX�%�a̼���ŋ�Ks��2a=g��ٳ���F�R���5d����c'O�$g��j�z��Iv%�ZժU�F�#����D�l����gJ�����]\\,--�ܹ�(̛7o�$G�O�4�sl������ȍ����]��<��������?���#hڴ��β��<�w�F~�l�RI�^�z�Ƽ��y��1ˠA��}��*U� %�����&�����իW�G/�Y~������ܵk������4~C�o�]Fk�Aύde�%J =�k�f=7==�����&�ݻw�N...�>�<x� ����kךsF�x�Q�F4�|���F�*r�����znHv�ܩo=G�/$$��q4mI��:dذa��ٳg�=
-�'C�2�\JHH([�,=\�Ν3��������0��P�B���,qww�ˋ�L�8Qp���!lQ�fh�b�<==�m۶0
1߲eK��gΜ�W=�����ͳg��3��)7�U�R�J�z��ls��~˝;7����9f<	���u���ʕ+_�<��!=<x��N��6	��5j��Rυ
�ӳgO��ϣ��"""�����988�Z&�|)�s��
����
-s�Z���ڳg����߿�1�$90W4�����666VVV�6O%G�dܸq�/Efl�h��96��aaa���8�^�:6���S�bE���ԩS۷o�f���������&���N�����>V�qz.���Y�?=�[��qf#�;�vvv�?��]��#�y�ر�)������8W�\���F��'N�\����}߾}�D��[�FFF
-,��X�t��'K=�����Y�f:,�ӧO�D�h�Ƀ������~����Q����ѣ�ؑW8���]*>$����Y�fM<)��퐐�ǎ��}��A���ݷo_ww�U�V�.�
-��w4)�����ϯs�β�;wn�ڵ��-��G�V�ї/_�*E���,�t���,\�0j�q&�����&�A�QC��:L�8,vggg�L�궹�������>|���8h>Ϛ*z����7o�܆�ղeK��j��hN�;wN|H8��������=jҤ	��*U��"0��.]SSS���`�b�loITeʔ�)8J�����t�5jP����|=�<O�<���H����Ç#�K�(��3��+V��B��<x`��Šu��0�a�W�PA��)����sL=�Y�yxxx�^�Lu�bZZZ���gϞ�̓���k�d�g����Q'������c?
�,���´;:v;��S���/E���*�󸸸v���-`x�|ԨQ4#Fn���؜:u�ܔ<%%%44��Sإj}�1<���ׇ�����*TH�A�Z�6��=e��_�X����Y'w|��dƷ��ϔ�:�i�G777X�f�Щ��/�Hn]��`Ĉ�Ǐ�0a�%�$�y�ƍ� �yS��Ȅ���
�Q	G�� 7���ϻw���a�s�,s(���y��E�[�z����իWi�e޼yccc�?�Ԍ�^��'����wEIÆ������Se|,OW			���K���Ν����c��9�X|���ѣh7A]q	�	�ڵ+��)�s�Q	Gnj$��0�:uBRq��?���U��d;aʔ)cn�wB���P�9eFr~�znTz�dɒ%J�5��?���?n�ݛ��A/������{E��,e�MBƚ�7P<z䝆%��>���I�&��F8ߟ�:�}�V�B$���\����4���3�r�Sh>Zɒ%�jʌ�9s�9�˓'O�{��V��zn��[����r����۴�َ
-����Z�h�"�!��"�G˖Ev��G�N�jmm��S�NN�$�:��Ʃ穩�J�h�{��|'v�����a=׌����Zv��+�V�2��h�_�}||P�p�'N̉N�?|�@s�XύS�<HX$��jժe�}��
-����7�|#�	
��a��e��$֭[�7o^�r�r�h�XN�޽{�������$i�.^���mݼy��uI���5��+q�"��*]�*�ܧ��n[�Dn�.��7Ҳ�O�>v
-���dա�/_�RгgO��Y���zn�z����4==�˗/4�V}ݺu+ۙJ��^�z�ũC=�
��z
/P��2m�����q5�����Eɾ$�HT�0F%��-MS���1Jֱg��� �gM&�>�}g� ��l%k~�G���8�{o�ݭ{�}?���s�=�}����|�^���ڼ��y����#����H�-S�̖-[�^��۷�,mڴa|��|NX�n���˥K�(
-Ihh(#�B��]�T�޽{�yR›��|��1r�B��]�$%%���HpoXX��;w�~��V<�K��ݶH$�~B���ק6����_*I�]�tA���ٓ�����*U�ষ���gdd���S��ԩ�L���1>
-�CE�={6�<�j۶�N�WL?�b��%��|-�w��c|�,�|:4Z�Z5���LJ�����t���رc`l�
-�����t8H����s4:���.��Q�\9�������S����X�rضm�8�Z.�K�F�B�ƌ��\(|���9�J�*-Y��1�|.�M�k�S$�d�HX�T>�z�A�RRR�̙��G�ϥ��A�E�mrS�_ˏ���Ӯ6n��ٳg0((��=E��0I�ӡ�d�.|||P.�h��\|�e�:�s��z��-_���yQ�\���L�)��]�@I&/.�J�������/_��ݹ�J��E:$\Ā��%|���%���Ç2�Z����
-�&�!H�KJ��bccmllPR+++Q�����d|1>�~>��N�^i��͛74?@D��\I>��"��%Mb��95�o�^///΀���n[
-�sgg���@(��"�qpp�ݻ7�B
6VL?<x0*�N�:��c\ S���"~�Ν:P_�	&�a���LHH`|��|�쁇���Ͽ��mht�s���|.2��>xX�®Y���|R<�G�����TA�B���ٳg����� |$*д{Yξ���x���͡MI;uٽ{��e�����"�����ڵ�H/^�x�6��TÃj֬��P^�x!ʺ:z�(�3100=z�����QR'''�����������311A�,D��/�sʌ�Ս�/_���q�*�߿O�@�4iBSv"̍�}�R��ƍ�;wN�ML�漽��k9�?y�W���͛7�;w�ֹ�3p���;�����7n� ���*��,_�|Y�jUٲe)�����]�x1mV��/8::�/_~��팄UT&�[�|)��������-3T/\�c3�s�2C�ҪT����ãG��	Pԕ������
6$���Wd�ǰa�P�+V���ySSӊ*E�E�R���ᴔ#��t��u�nܸ��9Ä	h��ʕ+���&&&�ڽ{w��z�����?M�ԫW/11Q���Օ�O���������J��D��&�>}����>|�H�{��Ց#G2>�qDEE�i�����`	W��Y�f��������D@=zT����͛�**���~��5�@S��׬Y���)2�MKK����d����:K����~�z�4��b*�-[�U����1B��.�p�0�FkѧOZ�RF�		���Y�Ǭ�,;;�9s�p�.-�ǎ���>}�n
-Obb"�ND
xyy���\q�<y�u��d纺�^�vM���ܹs����vb׮]4�޻wOɤ(ly�
�N�J}�X�/�`�R�J��%q{#)			4�п�&M��lٲ���7nt�֍Z�V�Z;w�dt�a�·�smË/�-�t�^����&��S���2�����!C��:�"�6�A቏��uv�"��CaJ����hh�EFF~����0e��Ɍ3�k!~��g�HǎU�&���I@NE�	===T����cllLݙx�}��"X@y���I�h�dɒӧO���������Va۶m4W��ݳ����X%��N�dBg�w��IdN^Y�����	�"{����A�P��� �
S�!��5�s���g��(�u����5�������3��ׯ���t\���]�LASF������1k����-fffF'�k(޺���Z��������N���r�F�N{�I?oԨ���'t&�X�"1y�n�._��ȡ �={�\��W��ZhΤY�㭫�/�����9i]��������
-�������&_�dI�J��ɻv�Z�:ªU����k�x�`u���ǏG���]d*��(癙�������pC������gr�����DPP*����\@�����5�����߿_*��(�o߮U�W����_�tI�y���`�GL~��F��U���0>��ر��S�J
�ܹsU�Tٲe�Tt1)�/_�,觭[�ҙ)R�Ǐ/��bP$�����������?�ɋ���<H��B�J3hh�iӦ��Czz:���eJ�&���ի2�$x{�ȑ�Z^�F
�_���ʕ+����!�D�AAA�^�-FܹsuX�fM������ѣ��G���̙3
4��TE�r�.]�t�ڵ%�߾}�v��Đ!C��j�2y�СN�:�nkk�S��-��ݻwg|�
8w��������+�����?y�$22�����ֶq���ױ�ptt����gppprr��D�T�Bǂ�77l�@�ij����s�;������z��K�,�`��		A}Λ7��y����ύ5B�Ϟ=[�2��Çu���@}�9L�	�Q�	���_��w��)9Ѣ;���|�4������E��_��A�oӦͶm�t�E�:��O?�V�=����A�T�͟��gϚ6m:f̘���x`bb���
5 66�رc,V��8{�l\\��ի1&r�>`����/>Ls@Æ
qf���/_^(�w�$$$t�ܙ�R���
8�R�ޅ���ŏ6���X���#Z�揭ڃ��ܘ�R�[�h��{��F���9w���F�l۵k'�8++��n�����ޞe5~�xA��OOO�9s&�blmm��/��6���Ө�f͚�o2>/t�ޝT5��^jj*m�ѣ���Q���stu�.,Q����|4nܘ�|k3>~��k׮N�:QHJ(*�M��-�����\�سg����Fk�:����*A�ϕ�s **���D__��w���L^�dIr��͸y�fHH�����'O�.)��kK�(g|����ju��$N�:E�d�����|<5���M������;v쨵>Ӟ>}�t��-ZPV�����߿�)�C���Q���s
c�̙��jmW:t(r$���+��			�K�����ٳ�w�R�	������푍W�^�Y��}��4�ԭ[w޼y�r�Y����CT~�*U$�3>�$=z#}Ak��1ʀC����k���U��@�N����k�a۶m�+�޽�<t����Ą�l3jԨ'N�N],زeZ�W�^�ϋ}��EmC������ٽ����J�|�ر�_ɹ�}������/_nذ��חsciiٿ���y����]�r� ��F����?���ȑ#��k�q��J�5�JM�#e�0��9f2IF4�s����Y�P���
B��6m���ܠA{{�:u��}������~�|�?^32����e˖yxx���@ޣG�;v��(�D�H���N>�s���ӦMS7���,6o�\|���G�G.�f9!y��06V+�.]�U�]�#���Ng�	n�n�ʹ�c�����Wk���Ǐ-[����fq399��S��:Ÿq��?q/���@ہd?~_qݫW/��G�J<�����������5L�6m��N�n�Z�jդI���~�bbbF�q��i.��1�3�mܸq#�G��3h	�߽{��?��ٳ'�S!T�V-(((11Q�eUg�&+h�V��pqq�С�ӧO_�zթS'dx̘1_�a����Ľ���
-��ѣGm۶�תU�����?�� �����sr��O�r�xdd�رcq�O&sVV)�2�����>�z޳g���
-�s��yff�m��}���8���oڴ)l����3��r�����`7	T?�U�V�o�g��q�_�O�q?q/���"�O�74H<�=)��۷oǸ��8��?�lO~:��2b/H?��%Nq�� �������W�0`���=�"����A����@k˜��+�ɴ��!� COOO��J.,ƍ7q��I�&�Z�'	����_��������Qe>�
����w�Pi�n.W)));v�}~:�J�����K�(ahhx��U���G&FFF�/_.q�зo_�\�v-j���������-˥�`���$��W����i���ɕ%w���ŋ��_��x�R����fΜ),>������O�A��jmmݳgO���)� p��Y4b�&M
-�Z��eĈ�߿�t�rغuk��F�л�%~"~NNNFP�ggg�#���ڹs��ÇO�:�ШQ#�(s��A�3g�p���AV�uŊ�e�=�#G�,�ʄEs��19c�h�ϧL�����I�'�Y��cݟ�9,,mѬY3��i�PP>p���K�9t�:���Q�M�III2��nN�<y���%K����iӴ�ϡT\�paݺu�Ǐ��R�bE>�C��W��s��ƍZ{��A����MAS�s���k�s1�XXXo�ݻw�@�[�.�:22����-ui��q����t��]ߐ����tv2::Z"ҷ�ΝK_�̙�϶4��۷�8����W�}ѧO�����鵷��>�1x�ڵ�{�"��c�v�����	Ӳe˶k�:Ɂt$F��@"�4�sM�TPm����fff�Z�!l޼��Bc|�eXO�̷����w//��7��tP���NГ����pww�͐����?jÆ
�/?��U�繹�Y߀��{��[��?�g�X
-�8���F�o�h����F�`�bx�?>F�Ǐ3�%�={k���b�k|^\8uꔞ�*_K��v�ҥ�� 
-�sPDi>Y3��4��u�V���߰i�&�LLL7n\��͉�k׮�0�ϛ7��DP�����⪉����),m�F�Z�hQ\\�u�GG��_A
T�|)�su�Bt:-���ϟ������94OWWW��S	���v~544�Ϸ����W�T,d�8|�0����+��B�ߜ6mZ�gf5��+++GGG��СC1
-�]��СC���cs����)$j!�s5�[�jU�ړ���b��@�43�����Ȃ�C˔)���֫W/�Z�fM�z(hmT>p!��
3f̠�4mN���+d��9`��%J�o=�?�r���s�Ν>}���ݻcbb�L�<y�ȑ������͚5�U�9�	d��������…�`d��|��J�*����"aȐ!�<5�hsժUZ��3g�8P& �Ϟ=��z(疊��e�c�n
��dh��W���W��N�q!�_�C��>���t*�a������
nDВ�-�/_޻w�+@�}��i۶m����{˹Xu������'N0z.
-���\�عs'Y�Z2���ѣ��p� ��[�n���y"A�'��ΆN;u�Th�NNN�<FF�Ę���޽{��
-2���}��ݹ�}���~]
-z�k��az��
����ijhD���˗/qqq�<�Y�u�~��I���1c��r��";
-i�v��ڵk���\\\$ܭ���0`����U��5j�hӦ
z�ƍ�d�طV��=-����-,,`��~�Z��ﳅ�΅�k�]�?	�,2�����5�[:���C�(�qq
-��h�"�A���ח�[��o�/Y�DZ���Ƌ/���_�)`�:u�=�СCJ��G�$Bϫ:��{��Eyyy��X��ﳅ�΅�k�]�?	�,2��pH!-������R�۷o�Wrj׮�l�2���>}��O���v�)��uǿ��ի*U���<{��۷o��/^ M	�%:Őaoo(M�tG��Rd��ݽU�VЦ�u���\�ŝ���D1��(�����[�l�M>��l�s��Z�_�E�7�L�0|q�7��a�={��ۛ�V��� �ӥ�p�������s�s>nݺ�����555�B�u��"���|Kݺu�;H���sX��}` ��s�K;w�|��In"Q��\�ō�@π��f(L�2e�|7�����9�-|w.|_+�k�_����Z����hE}�H5Y����w�҅�6�(QbȐ!�����566��~�ΝB���9����u��u��fBX�)D�;@��ڵ+���p�����ѓ2�:::D�2�o��]�?
- �°aþ��X��X���XT&�^c3�/^���!&/U�ԤI��y]�M:�L�xs*�w�͡���a�߳gT.t͚5g̘Q�?��ÄH�	Ʋ��-��>�ׂ�s�K��s���,	�oq��Z��GA�B��}����
-!��Jp��u�"��%K�+��9��p��Ń����{y4.m��/V�\I�B.�~����u�|�Z�8�d�z	K�w���+i�<  � �\��Rh���V�Z�����K�Y��={�䖺����V��y��?W�ɠ&�ᇂ\�
-/_�=z4��#&W��F�J�*U�0�}�v����s:��m����؀666D�...�I����kh�v��ĉ�u?�sM�Y�f�ɘ���ŧO�"##˖-K'�Ǎ�7�C�E�AAA�����			�K���ק	�!77w͚5Њ��+W��`����l9_��������)���AP�U�Qy���s�!11�Ng��@�?��Cǔ�8gjj����ԩS�i->>��:�|����aooo��}rr2D��T�+Wn�…999�
T���O�����*0**J��2�ѣ19(];�}||(�ORR�s��9����x��%q�իW}}}��˗/�h�"�%FU����`��5�cǎ�+V��rW�yyy�W��mNg"##5��?��8"A�ϕ�s�&M���\�r�B��111�y����d�j�����ϕ�m������׮];R����ϟk�P			�����-Z��F�+������;����Ϣ��/_&��VK�@
-`ԨQ)@�W�+��ׯS`b�G�ė/_�,YB�9*W��w5�<�wy���B;LLL����͛c���|�<((�v���r��)?���Z�F`` ���^�|Y2�`|�1���o���B��U�V�����b9!���."E�s���D]կ_���2"çO�.\HS��J�Z�b�~)���ꠢ�-��J�,hCCC9w}[�l�.`gg�����"��|�~���GTx:��Փ'O"##aG����uF�r���>����
-:Hh� �����pss���HCN�F���nݺ��\c�?�w#�ȉ��R�i/�Ү�d������t��
-VVVL �v��jժ��s�ҥ�>p'�ڵ��j�E���X�ժUC�)��s��U�իW�|F�U�L_�_�y=��#*<q�9�&�Z�'C���/����X��Xd'$$0>�(���!���iۃ���͛7zL�U���"	�G|D��#�1cj��‚ɤ��СC�+WFcU�P!))�UH!ʹ����3�s���₪[�n��)|��q���4�2r��·�K�*�p[$����t��aaa���ɤ�����;v��XS�L�Me�sgg�"�!b|�<N�<I�&$�_����A�J��oڴ�U���"����B����pr(���N��۶m#�_��-�犁�?͜9S�ׯ\�B�=�T�r��9V�ʀ��Ze�!�����K�ڵo߾�*�k������+��x����Պ�7�%U�dI:zɎZ(��q�Rw���*D@HOO��?+++�]��	
-��Lm��
-`ʔ)���*���A�����#�s���k�P�t����g",dggw�֍�?��kZ����g{{{%C�3>/*>}�Dv�S���IN�0�~.\��դJ�|�rT���>%v�3e�a����/���l=�]��вeKea|^TP"���|�ϓ�q�F
�S~��t�H����F��J
`���ETT�NWxMJ�x��u�
-P���D����P�%77��Jss���x%���^�zebbbii���{�B��A{�n�:�hİ�0]+��q�P�Ν;+���"��Ç�*��3��nnn��#O������������w��wÒ�����ܨQ��Ǐs|>r�H��#G�@f��&%%QX�b����\��<�z��ٸ�8q"�R�b���FFFhDZc��N�o޼�RC3Q~���"a��鴔)�IqE+W�|��5e��jժw������ݰ���>x��ѣGm۶���;f̘��QAϞ=���=_�Z5!�Lr�z��|�w�v[[[��O�ؽ{7��3�@�ޔ)S�O��y��z��.T�<Ͽ}��e˖x�f͚���W�߹��|�,|7,�M�6���������G|J��^"ea�֏0�qw��ݕ���
عs'M��)��Va�֭()t*���c|.?���)��<�u~��'<�!@%�t�Y�c�N?��7n�ĉ'M�$�.�������t�Ppm���\�<x���;�[�f�*t���_�����>:��K>���*I����޽��q��L`K:�I�$*�s�c����d''';���gϞE��z��Ļ�����ٳ��.�4�aÆ�z1<IPu���}��L\���s��~��G����P�PFU%��\N<y�������$33��'߿ߡC�j�J��Afu�z8�7ss���T��6oތ��U�Vvv6�(�#$$��)?]���x�"F+##�B��2>W���)�D�}���vD�+WN�����ʕ+t�_�Ѽ�<3~1b�+����;::����Ǐɏ�jwd1>�
4�g����B���
����·ݺu���
-�f�m1��^��]L=z��Υ���rppP����rꄤr�����h�d�N����ӂ��G�n�����X�%RRRX�	���eʔA�.X�@%:w�����3gT�2�sy@~W���
-yfǎz�ذa�1�c�޽4����&��=r�H�,/��Rm���ѳ���Ϟ=+���}��V�i��s
��v^H�P(���TtVc�Żw�ƌC�=�O?�ܧO�bjj���`ň��Pr����A���(H�&M���\$''Ӗ�B�A��:|�pV]*D^^ަM�h�.hyɒ%E�A���N΍_�~ͪT����Qk�Ogk!��9�F5�|c|�]2U4u�T������"���̹�
-q��	��J�@�=�������.4Aиs玅��±5�7oޤ�+t��Z�����֭[2��_�+(��T	޿�~��V�Z��,R>�x�61;v$eBDLL��x�ꕰr���
-W�V���y�ؽ{7� ��������eu�޾}�kРAe˖%�utt\�b����|�E��n��m�nڴ��9"ڷo���,�<�������vvvV�����p����~d�M9v옱����^\\�(����#G�̟?�]�v�R011�ݻ7�VM�֪U�jԨA�enn���aÆ��4�B���W�dI�;͙͞3�V�LUy�`|�ᘙ�<y�D�'ܡ�-:�{_1<����ӛ7o�l���/?���Q%��������_���.>��w�^09ͫlmm1�,^�������cNw�h&��,�<��`�֭�[L�X6�ϕ47��r`��i�?A���((�ԩS��.]���������ָqc;;;�2� ����kkk�o�]�6^l޼9�������f��:bĈ���I�&��cٲe+�~����صkWb>�T���$�_�ܹ�����H�>q�āv���eooO[�%`aa���:~����G{������M�6��F>J�(Q�^=T2~;v�ܹs���֬Y�2&$$�S�.v�؁_ccc���9���ӧ�VQ��
BUw���ެY��
r-�֡f�/�7˕+����ťcǎ�*��Nݚ�6��I�&�"��g������c|^h�K�O�����e1tN5Y�111������˗����𘟟���7޺uK��y�tr�\cƌ�]���k9��:t�<y2�]��
-���J�Ha���w23>/���4M���#��˗/������'%%���޿zr͚5%�mٲe�NC�5jԜ9s@;�w�ƿ�;wJƔ�|HX
-�x��!33��7ܾ}/Bm�	8p�*%tTN��5kVh>������o>|||<���u���ݺu�3��?{��U�V����ݸqCpg@rrr�_��J���hѢ	&�K���e��ުU+��޽;~��矩�04��N��ZE�B�FU�ٳ�~���.p-�֡f�X�E���g�0��<y�:2�������b/��h)��l�Em���ƍ���=}��V�Z���t=�TJ	�%�\*��+W���ӮHB�5���
}R�ڂA&��			3g��r��Rv�Œ555566~����իWD��4��0>/@�@�ߤ0�h)�xE�zLQ�i_T\��w��a�Ϡ���p��|�;nٲe�_����ߴ�\6S:�`oo��)Y��E�#����0?r䈾�>�����J�[��ӓ�^�z�/^���V����ŋ~~~4����
-%Vą[�,Y*���8��Φ@�U�TѼ���\&�gKݺu�;o߾��������+9RL�2���+�^�Z�eA�ͤE�-[�

��0RQ���c'�a�:ƏO�T�q�$L�ԍ���6�*UJ����TKTt�y�֭�̥�g1>/.�3�Q��iAc)����͛v��!���ɓ1F(�NDD�۸�][���P���܊�T����c�Q�?�*��2y�6��իW6###T�T�ǏoN^�~͑yq͚2>�	:Bȅ��t�2s��
e�W�ƍI-W�)7(�����C�A�qqq�G������ܻw�
DGG���;�5:~�8��6m�` �^�`A�&M<<<���׭[�V�Z�kBB~�?L>��'<�?�~�>��5읤�${{{0LA�4����QԡM�� F��t�V{Tt(HŘ��O�R�YT�K`�ϥq��E��C:>�7������www$R�N�{��)�C	Jtqq�g�N�޿��	iW�իW��ѻw�����������i۶���ܰaì�,*8y=�'I�a��a��k� �xy�ӟV�VMZ�Hc�ȑ#ip?r�,5�8��NNN����a��?j���.�5h��ʖ-	/��G��D��n��Ŵi���W�\I����F��U�D"�E`�$�i�8�$L_�6m*���Z�l߾��k֬)���K�9���7�P����E��Dt�1c��b�СgϞ�S�	��;��%[��&1��?���Æ
k�%7�d~j^���M^�4����<��q���@�3|���
-'x��i��u��9���y�u���۶m�;��]�&���d8�&
-+�8)9&@;����
-���y��4�K�����g��<�-������cA����D/��ǏD��qJb�*����H����dɒ�����Zb�ɓ'i#���w�Ν��
���K 33bojjJLE1�z��$u�6��W�^����(`hA�~ݱc��z)A20�����Bh����Ν;�������OHpŊHz5��4|�Ô&�ai�t�~jݺ���ߡC����{���ŋ����ƍ�8q"�|�S�~A|�Eb�f͚!�ׯ�X{.�m���3g�4hP�8 b|�]P@�v����5��đ�"�ȑ#4��N幽q�,Mmva��(�a000�yu�8%'��_�5h��K�611�,ztt4:����5�_o߾�����A$.\�=�p��A�}����(Z�pM+���^���˄�"L1�1QN6���AD�x��5T/u�)��ԭ[��jl�LN ?��h֯	�+WF�\�r%>>��M+G,add�HK�1]Fbb�L�Ϣ͎�UwڰaCɒ%)Ґ�b:+��{�"o^^^L�XӴSַ��#��.]�L��ׯG"�o���x���;SSS33���\Q�СC�4���_�z��L>:��u�q�Fd�&�v��?�@m���w�ڵ��Y��������C:111�n�͚5�@�>}Z��#�K*�7���D�g-,,��im
0>�C��
�9�ݖ-[�7--MzÒ��ґ�)q��u5城��(p��W�뼅A� -�P,!��V��xR}2�a@2Q��+W�*��o�Sl�6m�ܿ_���f����L�a��E�͞=uҴi�"���ʲ���3g׃�-A[���cǎyxxL�>]��>��>�?Z�>�}���li��]���R�2�1�v�`�޽իW'w����ת�Z2�����էQ�F�N���S������ҙP�5C�L�2t�^���?~�Ν;���>|�AA'��^V�����q�[8����ݹ��Db띴��%�Ĉ��50�c��ϥe����V&��>}���244Tr[��Ǐig��n�D��s ���;wƧ���g��q1����G�M��M�~HH��Y�������ر#z%��x���%<�p�9�s)�ϥ�~��/�&G4��Ļ�N`о#F�8}��2>�$d�V�~��G�ˤ��u�Bm޼Ya;VmbA��^�Z@aA�͛'�U1���M�6)��Ʉ���J!$ҥK�A���wq����\�s��s�;�lFA�d:��X�i'49��%ޕp9v�د��i�����;	I@ǧ�3}}��?��b�ܹ��uo߾��f``@����A�����R�
`�<www�ٳ'�d���Hs,��9ߝ��HOO�����lA/
-��59��%����!4魼O3�ɤ���A��*��K��(�Ӆ�X��3g��`m�?���z �:J�+HR�,�Q��㟗�ג%K�$#�eE�a�G���\���'X�%[Ћ��s
�h��oA��5��<2��f��I����t钜}�<,�G���8��\���U�@�	|Ŋ�<)P�:$>EH����&=��.w}��A�3g�(��L�d���8=G&`����R
-�ݼy�f����]5O�S�"���5kxx�
-G�+B��XtA&�n݊bȖ���ׯ/^L�W���-t&'h�����Ǐfff�+##C���!��3/tJ&?~L���};�
��+@˖-w��!&'��C�v�ڥˢN��U{N��1�A�Tt��$�KMM��� **�Q�FTv�=z�6Q��QQD�m�RRRԡ1�A�Tt��$E�9rd�Ν�����ժU�1cFzz�XK���b^�xQ���)U�\Y�Ɇ���1�AK�2����kגT���i������/������Ey�7&u�"//���iӦ�Cb�9�����I5�����V�Z�)���ULL��(T%J�@���\_�x��Idd���'F%n��w�����������:��d��$_�~����ˡ{[[[sI�Ӻt�A��#{���t�Fp9���
-
-266�����������eT�r��]�669!QW��������7eʔ:�������
2dϞ=�vJ�;���tDSSSQ�Z�j	+�)))ʑs33�aÆ8p�޽{�߿g�R�9�˗/C�iذ!u��:T^&MLL����͛{�ر#���ٳqqq�W�Ƙ�q{߾}�?��o����T�"1
-�N�޽�����|�%&&��8q�mѢ��򜐐@*�����ש5��ׯ���ڵ���3��e]i���G�9s���|�]'%%���ё	�*U���u„	;w�|��Q��2r�H��|�r�C�	�ۭ[7��*88X�K՚t�J�*QŲ�PL&{��"�s�s����]��ʊ�oΞ=���;w�����eQGDqŊ(�aÄ�a:�ԫW/���r�:u��3��ň�/�P%Ȝ�|DEE���(,�@�xzz�(N�<�9s�P��P��۷o���<��ۛUE�djd||�41>W�ρ��+,�𮓓��Hc`` ����"�C�En#""��	�޽����:DZ�ɠ� �\��\y>OHH(]��b2�W�:�ʕ�i���Q^rש���˫T����[U+
-���P�L��@���ρN�:)&�tT
�d7(��̭>��8����hD�PrI�F�mڴiܸ�ƍ���!C���E
�A2imm]1>W	��;Va��)	�Y��E
]��à�ڵ��������ݻw�M�P릦��9�dݺu����g͚��LB���ӧE�s�޽K���������Q�6�3���/8KJ"dE�	��POw,XФI�}���urr������Ir��SRR���5jD�OqݫW/��G����z��ݠA���h�b�פ�$d)  @:K���dl�V,]�Ta��֭�ݹs��{.zJJ���3(Pϟ>}����|TVwwwr�$��7
-�)������E���_�V�
-
����wυ�$1�3��C>�����a8PHe��;�-���E��#F����������l��\��Lӹsg�	����]�v�ߡ�B"�ӓ��N���Ϲ���4j��...��p��I�
-��B���\�|��→�u�BX#�s-�g0ytt4�������_���O�3'''==��֖��ʌP�ͽ��H�+�2?�=������������۷o�L�L���,�[�Yb|.t>�#&L}ϥ�III���8����t��	��N8x� 2i�\�tRzzzVVV���0�J��G���x�tr;;;.�ҫ�4���O?���?ފ+z��M�J���羾�x��2��ҥK\����d'''$E{n���Q��;���1i>��JY�ٳ'��k�ׯ_4{�l����ŋ%��o߾���jdd��?����&�Z��}�\�T)��̙3��ϗ,Y�wG�-z>�X�"J���c����s(�AAA��S�>��իD�����ʕ��.�t����w�ڕ[����Ġ����gi&6lؠ@�4+eXMY�M�ԕ�|ܸq�R�sl���˗�2Fm1�֬Yñ.��j`�*U
-�s�/~��ɓ'8�|�A��f>���»Ç7��z�
-Ŵ���:����������g|�\nժnr�{������o޼����qAI�M��~���\&�Ph�:������Q�Nu� +�C����_��g�o�>}8���
			|Z�.AZzA|^Ћ�<��$A�����ƻ�����s�y�-^>�n۶�t�B�[��'���$0��I=y�,�5k>�2q�Dss���L��yAL^�̹ή5hf������v�G�ϊ��i5���Y��-�I|�p���7mڄw����-��3C�}��N�>|��?�h+���B��9�8"M^fR���'M��a>�]�vAL� ����y��_
6$M�~��|�]�
�/	*���޺ukA|.�E9 �Z���bx�s����s���(^>�����KF���	�o��d�Bz��}�С3g�p�/3)��q�,,,��8�>|̬��׼ys�)�B��9�����E����s�/�����j���\�2v����rΟ����
-�ɓ'_�P�’|�Bz=��%W��Я��MMM�|��Ϸp����S�ë́�
-�����:`��
-%��롺�繹����`	�Y��r���o��h
-������i�".��+>�#1N�5J4롌��*���]����&gV4�����_����1c���Wԅ��ӧO��j�$2>�M�R�~E��l=T��L���^��'b|���+j0�PƵk�2>g(j=~ޟ�9;O�aԨQe����3(V���b|ΠU|N�r~3ć��4�jժ��Mֳ��\����&�a�0  ��9�g������ӧ�ݩS��U�R��ś���7�S`��T5ś9r$�]�|�X���~@oݺ%�l�xК���u
-,�f�\�x�ݻwǻ;v��>y���P���r���2���C'bL�>��6���������;uꤰL���pg�Ň�k��Q/!f~�С�|DDc5�ݻw666�����AN�
-
-b|�&>OHH(]���2ikk��w�(ŏ�JmݺU��?u�o߾eL��f�oooVE�I++���x����sZ�SX&MLL������'{?~���422���B���Z�W�^��TBMfffP�.]��j��2��Ꚕ���\�|BVX&)p����(��S���	�����P���`�J��|�r�J��bYm(&�=z���t������ի˖-��L^�v
�;88�R�(
-�…]���ccc��ˋ��*X:�ׯ�X��ڵ���3��e�E���Q���9�Ű�0���L&&&"QJ]ݺuQ��7o
-� )))666�gذa�w�(��ԇ�ϟC'��� O���X*/�&&&�����͋��=v�#j��<..:yPPP�ڵU"���':t������E��ԩ#��ddd��I)"8::�X9rB���ׯ��TbP�Lr���]HԕJd��_ER����M��^�<y���ikk۸qc�)��s(��NNNf��L&E)�^^^Hy�޽�3�4���,--1���`��H|d���o�Y�.^�H1��<k����{w�(�Ȱc�d���E_Ҝ��%J�o����h����3yְrN|�Tt-��իi�Q�%bTMy���W�zu==����3y��N���
�)S���ڀy��A CBBD_ҕ+W��C�Y��G��UΙ�Π= _��-}I�
���X�Bd��ׯ�Ä�X�s��3h���!��w�}I�4i���={Vd������ݻwL��K9g*:���^�z��ׯ���999���%J���铘ʵx�b4ߘ1c�$�r�Ttm@nn.X���Td,'�#G���41*//�nݺzzz"8�/t圩�Ŏ'N��їt���(�ĉ�T(8T�rN���Tt��‚ ������KڱcG�4>>^L��ի
-�y�f&�S�9궶��X�0�<<<����U�A;Ѷm[H�C��]���ߗ(Q���$''G4��s玡�a�
->|��$Y����9s޼ys��mr4���;V�T)6��P\�ԁ�,--E�E�����h���b*E6�1c�d�)�vvv��th�8�X�:�Eg�<���!��}I���H�M�?~ljj
-&y��%�d� --�cr�6*���~�������}I5j���?^4%"�-�db\����u�1h3����!(]�*==��U���4��%KB?���$�x1b�����HVŅ/_�8;;C�l�"��.Y�%=z�hJD�+�
�$�؁���ի�
-���	����.�ussCa���D��[YY޽{�Ir�#33��������Ǐ�64���Tsss===�P\!���000([��hF��~�
�S`` �d-�(�60���
4Бm-�%2b�q�������&&&���c¬%�)��Š=���C�.](��۷ou��-Z�@yO�8!��@-GqƍDŽY{��ӧjժ����1��{��	6���IMMՅ"����ϟ���/S�̋/�<k�-[IkҤ�b~�jԨѦM�ƍoܸ���{|��͛3�0�����9KKK1m�.S�L�	Jrΰp�B&�Z��׭[�3y�d^���ݻwj
-��������*W�a��K�t��U�R���0--M�ٷoZ�z�깹�L���N���(��JW�J��w8�<t落�}`` w_���:������urr������;s�������)))��΍5:~�8��u�^��=��~�ݻw�
�����kRR� �%5�͛70����@�ڵ{���}���(u���EP���l[[[gÆ
L�����G���u�ͷ@�www'�|������e�yÆ
��������Z�jU��ڡC��O�"�N�:�T�Ԑ,=C_;�{?��p��D0v�[ժUcM�n�~�z���e˖�����GEE��t���m��pI{��u��Q�F������-[&cq�
��ڵ+����o�|����ݺu�J����j�j�
�ͦM���7}uqq�?�5�QX��ZH�T�K�.����)Sr��_~���'W�^�U{Px���&&&�n�b�值����E��㓙�Y$>��M<�Ϝ����t�e��?|�_��)z,^�`W.eOO�gϞ}������q
-vZZo߾=�1i3��+�DoIg�AI��>%%eڴi����Wg   ���t�R�����ƚ�`���kcc�V�X��%K���A�-?���z�����b�
-�޽{���9�� ��������xQ&�C�ï�[����KNNvrrBR�F������w���c�|����ԳgON�gPo޼9{����=a�T���)-5w�\��:[9�G0��-[V{�#""Ц�8��Q/2@q�޽;)�U�T��?�q�Ff&���<��^�	�9sf�֭���1b���
C̊2�022�ȓ��jv��[�.�n�v�0n2dܸq���|���+W�\�f��|���'&&b��p��C\\\ll,��0L�:u���]�ti֬mV��8X���g���aÆ�C���~ɒ%�	0�X�
-�Ν���Nj``жm��˗_�|�����<<<�ԩ�k�.���Ń������������J��i���8:;����	F7� -�z���xf1.]�4f̘�+r���Ҳs��!!!�V�B�}��
-z���ϟ��ǹ|9r$Q
-III��ڵk���_vv����޽{�g���DfTдiS���Ǐ���ܱcJ}��E(KY��;R�8��
`���7o������������7t��{C�1t�Ph������Gǎ1�b�1��C׮]��g<�믿Bی��޳g��ӧuj�aQ1p�@qz�1cm8g��а�G�����^BC�Y�|���뻺��-@���͗��t�������������B-�D�H�e˖}��
�- 7A�ϟ����T�jժ
><&&C�.��+�_�nhh����tA�?n��cǎ�f^�z�o߾y��A�hݺu�
-�*��055-S����
M�6��	)����'�5j����L
�اO�u��ig��۷ow�Ё�Z�\�	&@�����1
-�e��`ш��?r:=��￳6����ӧW�^=r��p��P/W�_��������d�׍7�޽������ke򐓓�t�K�]�644��LJ�`ff8>>^���H{�ҥ�)hЉ����Y��+����,T��������LE�bǃ��CE���@�Z�6m�T�';��;w����6l�t�nyhV�0����j�
-�9ͣ���/2�	�ӧONNNh_ӂ.ȪU�P
-�����g�ʠ=�6�y�fZ�\\\��?0숖-[��RP��1'O��k�b�a�����BAX�x1��W�a���ԩSd?šfmʠ�ػw/�[422Z�|��Y������d��~������cA�O_�6m���O�	j���z����*U�@P���i0h�9̹50`�&'�Ν�|59X�~~��inܑ��a�_d�d�&�!W�-��J�����;ضm[ɒ%!�}����t:8�������Z�2����}Pw�V�����u=�w����O�Eo���~���@�����/��J�=�  �<y�6:�����~��W
tɯjs��P?~lee�&V`��`���tf�ƍ�M����x===cccu;�r���_�|y%�e��:X`(h�ԩ��G��-�&dQ� 00h	Ə�nT뿌;�2g�V�DTTm8�i�#G�І�A���ɡ�G�ې���'h憆�O�>e.>�={&4�={���N��3Çg
� h�^�Z��rrr2��bU->dffV�^�L�E�r劵�5����1>|�<CŒ3$SQ1i�$t�Y�f���|����������.����
-*PH2v��A4hD����RG��ڵC⊝e�fL�0-[�|���t!���ÇժU��#���� lݺR���d:iii��XH�y��	�&�#t�(̺��d!����ǵk�FZ�l�����A4�~��<\)���,;;�9s�p����K~��g�;u��4<H.�׭['��߽{���7l�P;�I30(����ɾ�S���/b���T:mGL^�T)�Y�:�pq���
2a�!�����d36o�\MkF�H8�cP��nmm��:u�@'���
-(nܸAC�@w�?~�͙�}��5(�(ѽ{w��;�O�S�eBOO�)�ſ��K�t===���x��:4ԣG��� b�"�8߀��EА�9(RSSɋl�v��դ��i�&ccc�РAlk"�s�Ut6s.Pܼy�jժhAWWW!�	'	>|8;4���\%*:S΅�S�N�	�֭[��aJ�l���/X���&�s���L9"���ɯr�.]G�iii�5B�-,,��^�����\ZEgʹ�n�:###����7眒�R�\9�^���3�h?aBB�
-���L9>}��믿R�M�4Ips�QQQ4u�ܙ	��:�_�j_Egʹ�������V311���V�߽{k�vƆ��}��5(�����] ;;[�Ɇ���3I(8�<���\�����4��z��!����[�la�ɠ�x���Tyʤ�3�\���[�h��Z��p���>o�<�aްaC���A�@����������mܸ��c����666�NNNf{�>|ضm[��3f����?x�M�6�)1$$���d222���H!!��Oy QW���߿���Җ-[ȫI�*U���M�6�.]��V�ڑ#G30)))��������fll�cǎ0ȇ�g���ŭ^�c"��x���N	4�nݺQ�{�����e>++������/_�d�� 8$$$�ZޢE��۷su��F���9w���fffF�ItĹǧO��ϟ_�dI����
������kגJcii��s�Djj*m�ѣ���Q���st��eˢb���E/EG��_�>M82���2�ڵ֭[�Z�"--���@���Cn�$Ȝ�|DEE�����.]�$V���>�S�N	(����!!!tP�F����c�� \��A���������|<5���->��~߾}1Z��+V�����'�׮]����xҤIB������СC!�AAA2����|���P�ti�޳g����F��5�nΜ9*?8��9F///�)���oݺŨ�A���˫T����
��j��ԩxcժU"���/�D%J�		�TyFFƈ#h$�P���m
-Azz:��,������ǎ�z6l�pE�˗/�b��-[v�ԩ�F!''g֬Yȿ��٤I�X�O1t
ٮ[�.�s��9h����#D!y������i��U�VTT�������FDD@��7x��1��"����?Hx�
�K�.E=�����f�n�
-���;��;w
-˻��"##+W�Ln�u�v��5���3h�ϋ����ׯ7n�أG
-[OgާN�
--]X����
��B�R,���ϳ.����Ac|~���޽{�y�FÒ��ѣ����cǎ��𹯯obb���}�x�bƌt�:���י3gXgg`|Π1>ONN�Q��;w�fZ?33s۶mÇ��#�_~�e��킋�	ܹs'88�T�R(���!
-r��e����k֬quu-]�������u۶m�>����,@>M�|�~Z�vmÆ
qI��� Y~R����݄چ^���4s��b�s���asuD���M�֭[6l��5jԈ&�	�+W4hP||�@�>|��LJJ���ݻwYg`|��\��kdd���6x�`;;�B��
����Q:��+?��3�
-h֬?�)߀��9y����iӦ�����۷��Ņ?� c*l_����׷l�2~�x777ڪ��hϞ=������_�
-�W�"##!�T��U����ˣ#�����d���rw8�12��=͝;��Ι3��m:�-�%��$҇r�k{{{
�9�|ǎ�)$,�J�*)|�<77)��+V�;�cǎ5kք��O��?��!/""���󂎃y��nDZ�l�aKX�����L���|e7���=�i���d����k�ƍߝo������X�|�t��>}���z�ܹC���ŭ[�nٲe�&MB�<==1�AӖ����q�z�z��5�|���_��Ħ��/\���@KK�#F�Ir�b�����Ǎ׼ysz�v����~æM�$�G4��u�ԁz\H��2<��?��*���sww6lآE�0V޹sG4~�1���:u��YM�6]�j;����%�-&L(�|Kxx8}�?��s�ؼy3ml($)��iӦ~<V�|�����	fff�˗�U�*�m۶]�v�ӧOPPЬY�֮]�!��ի���������]�v���s�*0�0v_�r�u^-��?���[�8q�СC%�C�aƌ�z���ը|���
-m���7,,�W�^x�f͚�]��БM��~��!**��+JcǎY� ���*��w��ݻwon�X}���:鉁A@|~$?vO�6m,--���K�.���&sһC��h�_����۷�X�"�r���舔�ٯhnn���x���P�UDD�n�
-�!�ʑ��ӭ[7�h������ϦM�ؼ
-�6�9;O���N�9$''����]�p���O?qs��ƽ��ׯ_/�\��s>�͛7�`�������effn޼�_�~�����;;w���T���	/_�
-
-"Z;q�(�
eܳg�رc6l�M�������УG���q���Ǖ��ҳgO�ؓ'O�o�7�iӦ��M���~~~111x�uC����<}�T����˗/GEE��K��ҥˢE�.\� 裩����r���ϟ�]��nݺ���-Z����9�B�
-ݺu[�p�3g�t
-�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
-3981 0 obj <<
+4154 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [447.961 682.032 491.62 690.943]
+/Rect [138.415 143.149 190.751 149.927]
 /Subtype /Link
-/A << /S /GoTo /D (lifecycle-image) >>
+/A << /S /GoTo /D (installation-whining) >>
 >> endobj
-3979 0 obj <<
-/D [3977 0 R /XYZ 71.731 729.265 null]
+4139 0 obj <<
+/D [4137 0 R /XYZ 71.731 729.265 null]
 >> endobj
-686 0 obj <<
-/D [3977 0 R /XYZ 259.687 705.748 null]
+806 0 obj <<
+/D [4137 0 R /XYZ 159.597 706.118 null]
 >> endobj
-3980 0 obj <<
-/D [3977 0 R /XYZ 71.731 693.31 null]
+4140 0 obj <<
+/D [4137 0 R /XYZ 71.731 693.68 null]
 >> endobj
-3982 0 obj <<
-/D [3977 0 R /XYZ 460.835 671.237 null]
+4141 0 obj <<
+/D [4137 0 R /XYZ 71.731 664.469 null]
 >> endobj
-3983 0 obj <<
-/D [3977 0 R /XYZ 220.262 658.286 null]
+4142 0 obj <<
+/D [4137 0 R /XYZ 71.731 633.585 null]
 >> endobj
-1839 0 obj <<
-/D [3977 0 R /XYZ 71.731 656.129 null]
+4143 0 obj <<
+/D [4137 0 R /XYZ 71.731 576.798 null]
 >> endobj
-3984 0 obj <<
-/D [3977 0 R /XYZ 71.731 618.405 null]
+4144 0 obj <<
+/D [4137 0 R /XYZ 71.731 558.865 null]
 >> endobj
-1685 0 obj <<
-/D [3977 0 R /XYZ 71.731 221.32 null]
+4145 0 obj <<
+/D [4137 0 R /XYZ 71.731 527.981 null]
 >> endobj
-690 0 obj <<
-/D [3977 0 R /XYZ 263.164 176.066 null]
+4146 0 obj <<
+/D [4137 0 R /XYZ 71.731 497.097 null]
 >> endobj
-3985 0 obj <<
-/D [3977 0 R /XYZ 71.731 163.628 null]
+4147 0 obj <<
+/D [4137 0 R /XYZ 71.731 453.261 null]
 >> endobj
-3986 0 obj <<
-/D [3977 0 R /XYZ 245.796 141.555 null]
+1773 0 obj <<
+/D [4137 0 R /XYZ 71.731 409.426 null]
 >> endobj
-3987 0 obj <<
-/D [3977 0 R /XYZ 71.731 134.417 null]
+810 0 obj <<
+/D [4137 0 R /XYZ 182.7 366.328 null]
 >> endobj
-3976 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F32 1151 0 R >>
-/XObject << /Im1 3975 0 R >>
-/ProcSet [ /PDF /Text /ImageC ]
+4148 0 obj <<
+/D [4137 0 R /XYZ 71.731 353.89 null]
+>> endobj
+4149 0 obj <<
+/D [4137 0 R /XYZ 71.731 303.758 null]
+>> endobj
+4150 0 obj <<
+/D [4137 0 R /XYZ 118.555 265.194 null]
+>> endobj
+4151 0 obj <<
+/D [4137 0 R /XYZ 118.555 226.441 null]
+>> endobj
+4152 0 obj <<
+/D [4137 0 R /XYZ 71.731 181.509 null]
+>> endobj
+4153 0 obj <<
+/D [4137 0 R /XYZ 71.731 161.584 null]
+>> endobj
+4155 0 obj <<
+/D [4137 0 R /XYZ 76.712 126.695 null]
+>> endobj
+4136 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-3991 0 obj <<
-/Length 2460      
+4159 0 obj <<
+/Length 2728      
 /Filter /FlateDecode
 >>
 stream
-xڥˎ��>_a�
،D���2��f'���t��!�mѶY��1��S�*J��v4�"��z�Xڟy���_$|d*d�v�w���+�3ƚQ��O����S�R����y?�@q<K)6��=g�\<չ��r-#o��Z�偆����P�=���ߞ;�Q��tܕ��L��I/���ۈ �L��N� Z\L�a	R|_�����EՖ���SkU펫na�c�j)��E�����<
3�x�~9�#�8�a���%!7G�V�A�F�B�#���f���W�ht0�ڗ"��j�v���ta���+�Zk�R齮4��&����?�ȳ�cy�o�>�u'��g,Rh�+��i���Z����2홆����d�J:&���t�4����R���*���ݷ�39)7�P�N�W�|���q/[{\�:42��j-��/ys�Q[;���׆��Q5�j@ͪ��x'u�e���$h�����#UP�@g�P;��q�֩/ 5/�����z!K�C�q�������bpI������ .*��f)�F0�3A���8:CS��ֻPb��nر*ě�����#�/^J����X}A��{�&p~'�5م�yM_V�&�0���z}�"E{�(K�掸*
-։֘q
�Dx2��Q,�`s3�:���iED�z����y(�=�"
-"���cB(9�:�������@����F�c��Z�6XD_�SpqI�]�J���4#7�i���7����-T[4�-��B�Q
p� AX)A�7%��'c
-mc
L u�Ƀ\5�hHO��2����X0s�}GD� 6�u7ga3��d��AF�d�	��Ԣ�;�p��r�u�8�Y|�
l+
-��+]7U�fD����5C0�3�&`����a���W��*��m�Ý��RΛ�\t[0#pL�e:��TL�z{�[U;���;t���R
pgNۼTMnJ�/�cW*������U;J�_���\��h�Y�.����G�S�(�=|X3%S~6+�8��!����5���W�����EC�7���(�/eP	̽�Ȧn�"�)c�Xݘ��,��;��x��H��*W�x
-u"S�h�03ڡ�T�;�*G�C��
-5pȳ��V�l�#
-E�9�U�jd"�d,�����34��,�՜���jz7Ue�p2.(`�t%���&���	���i�WL-�r�Kȓ֬~���Wތ��~�sw�]x�m��u����]�GD����W:�-]�-򺹾%���Y�a��>��7/T�x�
�c�yȮZ_k��MɠN5�N:łC#�%1Nv�o`>�By���Tj$���a�;&e4a�(o2{�e�|��_�ix���e���7]=��;#�xΣ����@�kV#{�}��8�Y�1޲ڔ��V1�e���A�a�P���QX̡�e'".�ݲ�LD���m��f3�x�fSfo�l�����[��
0��r5;����c1�v�uw����2�����A��ԕm>�y�����7a��7W��Ra3�i��{j�u�7-�ߛ5���$_y���OچmI1�w��BJ�m��UQv�^��U�e����q�^�
-\��+}�}����~�gSAM�邭9�^lUs�b�S�)a�wj����u��-Ɖ���6�M�Po$�����d�����AF�m�z������(h���.G�����j��]Þ,��[��zN+s	������ڣS��S��)�+8|ǁ��~�rP��V
�C������k�Tv��= �9A��lL�+��)fg|��ib͜z��v�����i�Sq.��N��U�.�2.S_ ]qoa��#��g�!�
Z��6�
-w�d��D��֫�FR��Y8jqq�G����\�
˴'0���D����c�v��ʂ�N�i�z6{^�h���#�*����\�$�
-��lʬk���n�q#��'�0�;���>�	m�^��U~�[Tֻ��pXb��MWa���8k�L�
?"U}�����N����yb���P�ا���G�Aj^����.s"0��Z�,��lypH{c��j9�Ě�
��)��j�l(�
	��p�5�63�%�X�Xޔ���~D���L���ZѡW�lH��ڤ�6��"9�(��z�8ؓyC)~�W��L�2���^�.��5���D��2Tf,��ø��잲�X���q}�}��������5��G,*'
�ޢ0[@�Ea���{�5l_\�ok5MJï�0��&\XC×
m��Ń``��N����S~�U]�;Ĥwx�g��P�O'���#(l���&�Жs'F�J�3��_��H)7�b `��ECS������W�KW� �9h��iȉ'���%��1Y�;� ��I�������/L�:W�6����l��O�w4ʤ���Fx�A��|���)����npendstream
+xڝَ�6���'�5��3o3A�b��.�E�H��,�m%��蘎��.�=����Y,V�u�j���Z�ʍ5|����p�������A	�VP�3���w�^�n���
+�vu�b��I�v������ܛv��C�	]���+�~^��U�������:v�D�)�Ź�׫��P�T�Q2y����d�Gӛ�ỏ�1�ȍ}$�8�c٭��:�����yR4F�u�� r�f�B��`xN\돆�Dz6Y_���9�"��J��
��ܻy6�Z
:
+��OG����lgH����	���'�]��k��J�0	�doq�d�@?
�k�9���Դ����Y#NJ�;��������+�䘨�*g�����]�i�	�og��h�L(v����U��\ވ,h���ԽP�'S�V[߃
�b�ݷ�v�t��7'���k4�f5�>�M��GY�����@�?Ӗ��ތ�R����Co
+!��嗡ʄ`Y�[��f�Z9��`�%L�#Oz��B"�tC�[	t�P[*��e%��㙔~���^y��
:	3$��h�W�`
ٞ�����oF::p;�e����Iނ'o�o^���#/4���y|_[ta��i<�9@أ���^l�tJ�n�Y�����3��ɂ$�0���ǂ]Sl���T�	zSHYG��̜����'ԩ`
�� 0�
+�6�.OwvCހ��Ra�F��$��
+��BD��^��%�ZY߱�K�,:�Yj?�δ�^��A`��Ԧ�;��^0D����.�~�y-+��C
�H��
+�Y����q#�,)-�s�)�,X�@�idK��5h�f�E�(��
+�$-lI�
+�x/�c&#Qw��t��{"1�vXB͙�I��0Y~���t]�"x�$:���:������0ԅ3��U�"���|�A�������{�P"�p4{on��s�@�9������Q�����3�����������Å'�GS˲��4���{Ak�H����)��p�C�̲ʬl&kOS���;g�#���d�%�[]>�QKW������}Ƀ�l�������_J|b�R�,'��&�)�M��u]��⾸����6�C� �
҉N;�W��ǂ�Y�QHIA<{�,)�7-��Ә��~	�NѮ��꽩���汗�r2�D��G�-����ACoC-'k�n��Ո
̡W�B�x2Y-�e��y��0��j�=��s��Ño��cC$�ݭ��x�Q��,��xz�IB�X�x6GO�fz�h<�T��M��3��ڟُ�ʆӎװxï���K�
�@іE=��1ra��������u	7�AWV�Xݱ0���^�ؔp�}�������
+wݽ���#���Y)�"�H1B#R�!�x5�����2�Ro�:A9q�r�Z���Ԋ��NE�k���3Y�D%&�v�/G��ؖ��v&L r�I2W�DH']GXL^uBJi7����=�"lr�x��WoU@G������@���t��4ի֬��)��r�8~��%����J���O%���:�)�kOATOV�-���Z���"�M�U	t�t�*r#�ЎddP?C.:d����<~/�O`��@%�2���`K�=r-���]0%L�65C�b�O�P�=Ɣ�:!��6ZC`�}�P�a^����QDkB���&�fy_Qѐ`���T�!k@Zs�	�S+��2.+���~z#�4A�4ӝ�/��G�TY'��\�'^2�
+��o**�q���{DR!�,ʷI-D�����&U�\�SeՍ����\ͬ�/:J��]�d#���s���DG���j y%�����p��i8'gHG[^�-���S�
+B��	d^g��P.:���:��ʢJ
��%�㊈Nم^�$���T�S9ܗ'��	�+�n͵|�p�,��M#~%����J����3�K-z����.�a@�r&�l�#��v�x��N$��^�a��0�B�RL��}�{��]������?�8/�S�j�[��Q>C[�d��$}:,�%�m��4�e�����sQ�]�;	��~k�7����#�1X�,X��:]��W��i��R9��G�����+K��N�
+�g�����.;nuo^`�#N�#!�Bv:WF���p�1��K�P��y��JҬ��UH��t"j=��Є3<��P$/��.�r_	.=�$��=㳹'*�Q��oݸ6�:�<�r����$X�l�Qq�<!K��2��l��.�Y_3��G��!��a�'�
+ uT0}�d��7’��#tz}�	�X
+`�}�s��S"���_wR��K~�=��-t�gZ�nx���J;_�P����F�����A��S�~�N
��T�Ǒ�ܱ���_t1��j�7�#��#9Y�^�`s^��	�wd��#��𱬰�墔�3�|g|�����Ϋ���)E_�'M����eF�8��(P|�l���&�6�-��,A��ЦgIr|>��
�0�I�E�'�B��d�L22{4��ŠE)O�L+5ʄc��(���|�{:��پ�Y���V���P*
+�ϥHQl�_a���m��[y�&����,�8ݭw"����x�;�)p՗�J*R<�T����ѯv�i%N�_���^b|���_2@�߲`"Ϭ�Y^��j��tB}���2��X�o�F;���D�	T��*#�����-���޷endstream
 endobj
-3990 0 obj <<
+4158 0 obj <<
 /Type /Page
-/Contents 3991 0 R
-/Resources 3989 0 R
+/Contents 4159 0 R
+/Resources 4157 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3988 0 R
-/Annots [ 3995 0 R ]
+/Parent 4156 0 R
+/Annots [ 4162 0 R ]
 >> endobj
-3995 0 obj <<
+4162 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [477.025 654.381 535.492 663.293]
+/Rect [364.929 706.456 418.584 714.938]
 /Subtype /Link
-/A << /S /GoTo /D (groups) >>
+/A << /S /GoTo /D (installation-whining-cron) >>
 >> endobj
-3992 0 obj <<
-/D [3990 0 R /XYZ 71.731 729.265 null]
+4160 0 obj <<
+/D [4158 0 R /XYZ 71.731 729.265 null]
 >> endobj
-3993 0 obj <<
-/D [3990 0 R /XYZ 71.731 741.22 null]
+4161 0 obj <<
+/D [4158 0 R /XYZ 71.731 718.306 null]
 >> endobj
-3994 0 obj <<
-/D [3990 0 R /XYZ 71.731 718.306 null]
+1774 0 obj <<
+/D [4158 0 R /XYZ 76.712 678.755 null]
 >> endobj
-1686 0 obj <<
-/D [3990 0 R /XYZ 71.731 641.43 null]
+814 0 obj <<
+/D [4158 0 R /XYZ 188.149 639.382 null]
 >> endobj
-694 0 obj <<
-/D [3990 0 R /XYZ 217.917 604.214 null]
+4163 0 obj <<
+/D [4158 0 R /XYZ 71.731 632.03 null]
 >> endobj
-3996 0 obj <<
-/D [3990 0 R /XYZ 71.731 596.862 null]
+4164 0 obj <<
+/D [4158 0 R /XYZ 71.731 599.168 null]
 >> endobj
-3997 0 obj <<
-/D [3990 0 R /XYZ 71.731 576.952 null]
+4165 0 obj <<
+/D [4158 0 R /XYZ 71.731 542.381 null]
 >> endobj
-3998 0 obj <<
-/D [3990 0 R /XYZ 71.731 548.125 null]
+1775 0 obj <<
+/D [4158 0 R /XYZ 71.731 511.871 null]
 >> endobj
-3999 0 obj <<
-/D [3990 0 R /XYZ 427.586 535.273 null]
+818 0 obj <<
+/D [4158 0 R /XYZ 243.797 474.281 null]
 >> endobj
-4000 0 obj <<
-/D [3990 0 R /XYZ 113.318 522.321 null]
+4166 0 obj <<
+/D [4158 0 R /XYZ 71.731 463.916 null]
 >> endobj
-4001 0 obj <<
-/D [3990 0 R /XYZ 205.079 522.321 null]
+4167 0 obj <<
+/D [4158 0 R /XYZ 71.731 421.116 null]
 >> endobj
-4002 0 obj <<
-/D [3990 0 R /XYZ 71.731 502.232 null]
+4168 0 obj <<
+/D [4158 0 R /XYZ 71.731 382.262 null]
 >> endobj
-4003 0 obj <<
-/D [3990 0 R /XYZ 71.731 491.338 null]
+4169 0 obj <<
+/D [4158 0 R /XYZ 118.555 343.698 null]
 >> endobj
-4004 0 obj <<
-/D [3990 0 R /XYZ 71.731 486.356 null]
+4170 0 obj <<
+/D [4158 0 R /XYZ 71.731 291.892 null]
 >> endobj
-4005 0 obj <<
-/D [3990 0 R /XYZ 81.694 463.542 null]
+4171 0 obj <<
+/D [4158 0 R /XYZ 71.731 250.984 null]
 >> endobj
-4006 0 obj <<
-/D [3990 0 R /XYZ 81.694 463.542 null]
+4172 0 obj <<
+/D [4158 0 R /XYZ 71.731 199.178 null]
 >> endobj
-4007 0 obj <<
-/D [3990 0 R /XYZ 71.731 461.385 null]
+4173 0 obj <<
+/D [4158 0 R /XYZ 71.731 184.235 null]
 >> endobj
-4008 0 obj <<
-/D [3990 0 R /XYZ 81.694 445.609 null]
+1776 0 obj <<
+/D [4158 0 R /XYZ 71.731 111.871 null]
 >> endobj
-4009 0 obj <<
-/D [3990 0 R /XYZ 81.694 445.609 null]
+4157 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F44 2030 0 R /F27 1204 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-4010 0 obj <<
-/D [3990 0 R /XYZ 71.731 443.452 null]
+4176 0 obj <<
+/Length 2330      
+/Filter /FlateDecode
+>>
+stream
+xڥَ�6�B�O2�ftZҾm�E�
��� H� K��Itt��|��EI��N�Š�Ud�.����x��w_%!A��]�̓�a��Pl�d�����ዯ���T��׃��
+w;'	�Ɓ�Z��~8��Aw�m{n�x����#�_��ߪ��7?�~���u�����]�,�J� t�H�����y�J#������IR�өjY@^t�m�-6��t�j�d6�s���c��1/N�m���e�������v੪�1�{ST��Kٷ��j&���0d:�i�zP�����X�ވhQ�Er��u)�{��)��Z=y<�X`@Ӄ�:i�:<��������G�XP���o9��:u�b�ך��A�X/X������f�H�`J�7��?�k��I�t�k�J��4�:����den��V�
�|��/��~���
��������!�1��
O����i˂�\���MVGݏ�`�;9�]+�ʼn�M
+���e)��7Q��f���2��-��K�GQ	lӪ�'p1C��+q�<����O�FKK�Ii �hկyS���j��bƎg�)o��Q�D�ڸFz�87X�/�fEt]*&|�"��uB.��S��8{��"w�OK5�߉ӕ����y��t<){'�	.t�P�h&�M^�V¼�tT^��Xt�9���d�������_|�8��7���>/ѱ��Ǟ���+�5����ד%�чT��	�.�I(N���|�;O��0�5�L�C���F�u/;����s�:���Nf,5�,��K���0�捆��*�� i�4�8����2QB��7��:�=t��Փ�+�w��V�I'-Z`��Hݬ8I.D��gp(���XNDA(���7�)�I�i��SS_@�9?NE�E�������Zv�u0�%�8ox��8
+��餪U�bE��-7djpx�>���C�]��p�c�!���
�`GJ3�ʀ?��´����a
+N���Uθ\ͪd̮
+�A�x>������Qpc2��%g���+�ɋOW�Ax�20����]�9�!��m5\��Y�i���V��=�M��g�څ;'������ݣ��.��{\t{��P�]�imK��V|E*�ޕ.$�
+�a#Q�+iJC'J�q�~� ~�N���f�g�(�)PzW�h>�4M�Bn��[�	{�ϣ��
+�OL�!�S����2`��Q{���f���(���Vډ#�cO%&�	=�W�O�0I�d�n�|�x�\��R`]Z6���l+�o}_������@fcR[2��-WJ���9��I��6AE���*�v��(��d5�rZ�*��_N���
�E�_(�*CK#^<l�7mA��k��.xBY���H�uf�)['�[q����9m���	��՜�od�k.�<��/��<��TC����e�A{b�%N��V��iG7yUS3]�MxJ��h�FT��Vِ]L!	��������ij�0��1r�[��D���]!<'vvc��d~��z�DQ�d1��d�_У�y�����}�i��j�����(�����ė�=���Y��_U-�mZ��.J�
iQ�QL#8J+��g���KH��	q��Ɍu��{Y���38��(^�$�rQ����/O�����RJE
+�7(��g$JU���*N"'�1�vX1~~��'�)��|
����$��@�I��*�B�������ۉH�*���{<x/��a���lC�N1���~{	=_�q�Y�R�O��?��Uu��i�R/��X��C�j?�ϰ���a���Ìs���hY>���37�A`c%�ˆ�t���F��	f�)ƞ<NI�dI;�p��"Ëpn$��_��ӱc5���KSJ
+%�e��|[����BW��i[K��
+Ҋ+�W���'�(�sp�c#
+=��Y!]��"��L�ѻ�B�A��y/��{/9��O�w��N9�`[�����ڇA��(,�S�j%�D&�uN�>�"�������|�Ph�	S>G#{N�E�����\�/>����G��RB��w��]x��?^�bQ���>?ƄgE`?�'�:��Bq0°j]VS��HT�}��Ο�{c���岼[ܥ,ᦓoP�˔\�����H���Ե��tf$������v�
g	D���a|�'�R���?���Dn8�~�"����&�&5q�P���t�����g�}q�ⶔ�"ntp��ųp�+p�"I��QNJ@^�Y������p���^��ٙ���}8�\b�6���O�8'e@n�\(��a�Y�m����Ɣ����1��^{�1%�D)��ݟMf�կ&q�*/�LP�$��_C֒�◒�endstream
+endobj
+4175 0 obj <<
+/Type /Page
+/Contents 4176 0 R
+/Resources 4174 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4156 0 R
+/Annots [ 4181 0 R ]
 >> endobj
-4011 0 obj <<
-/D [3990 0 R /XYZ 81.694 427.676 null]
+4181 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [192.636 559.034 244.94 567.945]
+/Subtype /Link
+/A << /S /GoTo /D (list) >>
 >> endobj
-4012 0 obj <<
-/D [3990 0 R /XYZ 81.694 427.676 null]
+4177 0 obj <<
+/D [4175 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1687 0 obj <<
-/D [3990 0 R /XYZ 71.731 425.519 null]
+822 0 obj <<
+/D [4175 0 R /XYZ 243.524 707.841 null]
 >> endobj
-698 0 obj <<
-/D [3990 0 R /XYZ 236.902 393.205 null]
+4178 0 obj <<
+/D [4175 0 R /XYZ 71.731 697.476 null]
 >> endobj
-4013 0 obj <<
-/D [3990 0 R /XYZ 71.731 387.079 null]
+4179 0 obj <<
+/D [4175 0 R /XYZ 71.731 654.675 null]
 >> endobj
-1688 0 obj <<
-/D [3990 0 R /XYZ 71.731 315.333 null]
+4180 0 obj <<
+/D [4175 0 R /XYZ 71.731 623.791 null]
 >> endobj
-702 0 obj <<
-/D [3990 0 R /XYZ 166.08 282.022 null]
+4182 0 obj <<
+/D [4175 0 R /XYZ 71.731 559.034 null]
 >> endobj
-4014 0 obj <<
-/D [3990 0 R /XYZ 71.731 273.385 null]
+4183 0 obj <<
+/D [4175 0 R /XYZ 71.731 544.09 null]
 >> endobj
-4015 0 obj <<
-/D [3990 0 R /XYZ 344.894 263.093 null]
+4184 0 obj <<
+/D [4175 0 R /XYZ 71.731 495.039 null]
 >> endobj
-4016 0 obj <<
-/D [3990 0 R /XYZ 71.731 248.981 null]
+4185 0 obj <<
+/D [4175 0 R /XYZ 71.731 449.046 null]
 >> endobj
-4017 0 obj <<
-/D [3990 0 R /XYZ 155.277 226.531 null]
+4186 0 obj <<
+/D [4175 0 R /XYZ 71.731 425.201 null]
 >> endobj
-4018 0 obj <<
-/D [3990 0 R /XYZ 71.731 216.468 null]
+4187 0 obj <<
+/D [4175 0 R /XYZ 118.555 386.637 null]
 >> endobj
-4019 0 obj <<
-/D [3990 0 R /XYZ 154.779 191.96 null]
+1777 0 obj <<
+/D [4175 0 R /XYZ 71.731 344.596 null]
 >> endobj
-4020 0 obj <<
-/D [3990 0 R /XYZ 71.731 180.558 null]
+826 0 obj <<
+/D [4175 0 R /XYZ 266.363 312.2 null]
 >> endobj
-4021 0 obj <<
-/D [3990 0 R /XYZ 426.159 157.39 null]
+4188 0 obj <<
+/D [4175 0 R /XYZ 71.731 301.835 null]
 >> endobj
-4022 0 obj <<
-/D [3990 0 R /XYZ 71.731 145.27 null]
+4189 0 obj <<
+/D [4175 0 R /XYZ 71.731 276.967 null]
 >> endobj
-4023 0 obj <<
-/D [3990 0 R /XYZ 103.272 96.917 null]
+4190 0 obj <<
+/D [4175 0 R /XYZ 71.731 262.023 null]
 >> endobj
-3989 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+4174 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4026 0 obj <<
-/Length 2590      
+4193 0 obj <<
+/Length 2202      
 /Filter /FlateDecode
 >>
 stream
-xڭY[��6~ϯ0(jcU˲�(�d�I��4�x����>p$�fGQ����9<$uuv�D$E�ܾs�����YxI�p��x�����|x�K�e������w�Q4�z�u4���VQ�E��,�Bo������#;ռZ,�؟�=z��Dy�����?��l�߻�^��s�(��<�=#��d�����&����,�7^�Zi�~��X�������JfMZ_G�s�reg�)c5����|����4��e0/N����ɴ)�-��,�9�,�W3괷��2��Q^--)?,3�/B���#�i�*N����h5.Jx���ϼ%qhl䦉�~�O6��.���J#���J��n�	A��vR�p˫i�}Ô���o��Gm�����>8��R��	utL���OG���2��Ȕ5�"�珋 �[�Y�d��6�0#��l���j�9]{�x�V��l�Z�rN3p?<XPc����}�4��x&)
��J0f�@����J"�O4��ξ��^.���9+i���5���;�i��R�emh��tO���OP�<��,=�Ɯ`��R>P��^#^��he��gL:t2g��i�����=�a�+�'.O on,���.p���Q_:|�%�YC���������1�k���7�P���/9k�J�'�J��qj0��괛�R����7?��:*���
-�ӂ������1���䨽�?���n����̟i�q�d��N�Z���g�~O���
Z���P�G�4�6֖x8��Й'IC�6��f�Bђ���G��t�h�w�K�CVlѪvɖLdB�
j
-��9�-�F���r�]3P�;d/��ɵ������1ؾ�V�koQp�q8"�k�X�a�`��<����V�OBGS��m��xG����'X�����$ �J��jx'/%^ؼ��^�L^Z���VGR���Ӊ,�dY�?],U���!
��eo��4���:=:����q�d\
(/��uʏB?�8FJQ��p����/�\`�����6�~��n�8����/�����
-JV��8�640ш�2[��T�MQ���Y;�G�OT#��F��}�OĒ=g�nt�Z?�*ciʕ��k������B�(,����{Yײ���w�h���J������bn�%
-z�Q�`��c�ʼn�W �.���pum��س�b䮶rfv����D���m����ȉ�y���9�9����bi$ZBm���\�~[@U3!~mY�|d"�z�-v�eKS���7��6�7\]��U6P�W�m(lý��w�S�TG��)��$���n7���u|�\�x� ��Y8F=��Z0a���PF����^g}�����Jؾk�j;�0���(�1`Ɇݦm�!����r��9(�@�!eX@pO��@#�E�.K?�Z��6RyGO��>�+��Q΄�c��g]��-6T6@���B
]6Žퟬ������&�,((|_Z��X�KIK�������
8� W,�eƪ1�W��(�z(�������N�c��JY8�C*^:࢖���ޅgt
-Ώ�s�NI��ڔc��*��0�=W:������@�Fa)~ŧufTd�Rs�6�~:qv�.�����ėP:�?z��S��Q�)�4}/
-,6:��r�X6���U�nM����j3>�hݾC���
${�H�:)+��չ��'�6�:s+�z9�$����FQ�/W&��(��(w��y_�>h��S��ȋ#[S���ܙ�[ Ȩ�h��ח|)-7]$��l��!���x~���BϏ�1��5GV~�U�9�eZc�ԡ��o�����zr-G{'c̾��g�X�V~J��4ܖX�>��ds8�OݬA�p���vN(!]�7�����������k���9%�j��r���o��#s��#^�6	�
nZ�)o}Ϛ�_�@w��F	�׌��_H����Ǘ��6H��mW6��`��м��l����o
���B�۵�-�zL�,찀@m)��m���<���	�=�i[��^�D�
-��h%b�Q���cv�����`b�#����`'+%n���J�F�ۄ�.̱r_�X�n[��~���%m�csrI�~Jw@���{TImf�EOD,��ǻ�P*���gzB��m�4H���O�'-�:��0�R����)'�=��:��6�>ݲ�N<{È�^�c����@��.�S�Зʛh��&��{:�*(�7�&��it��
w��
-���'�_��9�NR���F���֓�m"U�m��
�D�`�1\k
-s���v��uXk��ۣh����%���>�٥�8�f:�q��~���ҼV���vJ�t�����]2:��{?,!T?���+������q��ҿ���5�g��oB72���~�i�����韹��}/����+1�^�"��FW`���B��}:YE+]����4.>A�O�7�yO�����
�7
-�G�ǥ��+����Oq���!Z�Z���2瑏����zK�y��]f>4"��D����\���j�m�䋿0�[F?0����C{�,���p<��'�8�endstream
+xڥXY��~�_!�Kd`�I���\Y�l��l�nk[��������d[�$h4T,�b�-��d�I�i��B�4	��]<�̏w�I�i*T��^��&:E���b�����+�H�I��)�J��n�k��h΃�6[��a*��q��T�U�Č��ת�����O��̄�	���JDYFۥB^����s��nm�H�[��HP7X:��Ui��n7*	_z��#E8��8�����ldZ��z�εe�~#C<V�pw���3�#J�"���M�g�s���c��U�[(G���V'�d����c�_G�p�ɣ�E൥E"��eg̀
+%Qh��X�9&%���B�d{�ŵ`jx�H<��۪��_��ϻ)b\($Y&�,^�)'�]�pHe[�(/���M���X$j����|8/Y;|��\���/N��<��/�q\;�Gr2�E�����i��{����D忍���r�$�A�u��*֠4���˶���6�3%bU8�}��rh��M���[�I`q,���,�-�8������������,N����~fK�p8��)4�����u���ޜEnE���t�~m�:�� n���H~���o��C���;�-V
+$(h����VoQt��VljP��(1��G�-�7�6�mr�.y�u������1�
+$XI ؀@L����&�`~����iv#���sg�vc�Dy��so��,ε�n�~ƩS�oiܪj�[��mݩ� i[n,�E��P�z�-�����<ڛG]UR�Guv�C���4.sE����T�@��v!:��kz�m�۞��mX�j�{��e�$�[��mlgj����pK%^����ŵ@�2�����j���t�Ub+�����l��*��t<�k3պ/�'�q��W���-�5�����R�,�=�2�͙��S%�Y�[4�t{�
~�ܘGp��*�>�@�	Γ�7�Nx)q�G9��ۤ`�ӹ��=æ������~���:)��*'�*4>��'J,�a�Lݶ��b��`mͬ����O&4U`@ǖ�Z1�9�;�$����-���vnGκ��m���)�FN56��q8�2(sk�����X�����'7���zf��	2\taX�ʣ��ԙ�>��"p����zʴ�N�a��k�b�ɼ��{�$,��"�<Q�����v����N�]�0.�]5aNB&�Ǔ@83�䒎�
+��	3F�����r''���
+/��6�q�o��?���j�<��{jo�ču���uiQ����E����+3qn;�]�=y#��.%�a��j�XO��PZ�H�
+��Ee����lB7��z#���I5����q6�����^���7��=W�X��A�x2��VBgj*R�e���-�{�
�Xb����HH��oGm)O�a�GK���~��
�y�Lc)B*�tm�P�n�`n��
+	X7qphR������
U9V��҄�a���%+�R6����"�/r��M���CW(��،@4T���������
Y�:%�N��#H��?�BZO6K�N���8*ۓ��9V}����T�q��{3c�שfH�z���w0l�U��pg"�<�+�SF"K�K�C�@�����{x4����2T��L�ȊI�ص����[��x�8ޱ��`��khL��"h�VP�/�R��UZ����a���,�W_��|��|p=��U_Bvt6v��vO%7�C�M��ٷ�*��E�ꦔ��bJA����_��=�ϟ����C�X+(tE�y_蠳������N������,v���법�=,����I�(y��Q����X]�Њ�7��/s�.š��TsIQ��O-aI���3>Na��sf0���o��".�>d��G�
l�'���o��Q:��$����m�Z���ն�3=szO�8%���\q�5�	� a�_@�T"ʢ��XO��������߿��>B���M#9�����2��9#���%a;�ķ�8_���ğ~�����nͬ\e�PHj�FjRr�Ѩ:�h���k���2���-.�)HS	�m�Ə�WDG�������\�zt��n	<fR�ppxvu�;P���%��������j�ٕr�G��2��E��o�3�=�M@L��cK�ǘ�X����~w�s����Sa*����U��@e����O��6����%�endstream
 endobj
-4025 0 obj <<
+4192 0 obj <<
 /Type /Page
-/Contents 4026 0 R
-/Resources 4024 0 R
+/Contents 4193 0 R
+/Resources 4191 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3988 0 R
+/Parent 4156 0 R
+/Annots [ 4208 0 R ]
 >> endobj
-4027 0 obj <<
-/D [4025 0 R /XYZ 71.731 729.265 null]
+4208 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.612 336.55 442.915 345.462]
+/Subtype /Link
+/A << /S /GoTo /D (template-http-accept) >>
 >> endobj
-4028 0 obj <<
-/D [4025 0 R /XYZ 425.163 695.392 null]
+4194 0 obj <<
+/D [4192 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4029 0 obj <<
-/D [4025 0 R /XYZ 71.731 683.273 null]
+1778 0 obj <<
+/D [4192 0 R /XYZ 71.731 718.306 null]
 >> endobj
-1689 0 obj <<
-/D [4025 0 R /XYZ 71.731 653.684 null]
+830 0 obj <<
+/D [4192 0 R /XYZ 388.547 703.236 null]
 >> endobj
-706 0 obj <<
-/D [4025 0 R /XYZ 201.526 620.374 null]
+1779 0 obj <<
+/D [4192 0 R /XYZ 71.731 692.184 null]
 >> endobj
-4030 0 obj <<
-/D [4025 0 R /XYZ 71.731 611.921 null]
+834 0 obj <<
+/D [4192 0 R /XYZ 220.023 651.159 null]
 >> endobj
-4031 0 obj <<
-/D [4025 0 R /XYZ 463.469 588.493 null]
+4195 0 obj <<
+/D [4192 0 R /XYZ 71.731 642.336 null]
 >> endobj
-4032 0 obj <<
-/D [4025 0 R /XYZ 71.731 574.381 null]
+4196 0 obj <<
+/D [4192 0 R /XYZ 269.966 616.649 null]
 >> endobj
-4033 0 obj <<
-/D [4025 0 R /XYZ 514.935 538.979 null]
+4197 0 obj <<
+/D [4192 0 R /XYZ 71.731 605.884 null]
 >> endobj
-4034 0 obj <<
-/D [4025 0 R /XYZ 71.731 526.859 null]
+4198 0 obj <<
+/D [4192 0 R /XYZ 81.694 577.874 null]
 >> endobj
-4035 0 obj <<
-/D [4025 0 R /XYZ 71.731 510.437 null]
+4199 0 obj <<
+/D [4192 0 R /XYZ 242.937 577.874 null]
 >> endobj
-1690 0 obj <<
-/D [4025 0 R /XYZ 71.731 460.707 null]
+4200 0 obj <<
+/D [4192 0 R /XYZ 71.731 575.717 null]
 >> endobj
-710 0 obj <<
-/D [4025 0 R /XYZ 183.664 417.61 null]
+4201 0 obj <<
+/D [4192 0 R /XYZ 81.694 559.941 null]
 >> endobj
-4036 0 obj <<
-/D [4025 0 R /XYZ 71.731 405.172 null]
+4202 0 obj <<
+/D [4192 0 R /XYZ 346.268 559.941 null]
 >> endobj
-4037 0 obj <<
-/D [4025 0 R /XYZ 71.731 388.913 null]
+4203 0 obj <<
+/D [4192 0 R /XYZ 81.694 546.99 null]
 >> endobj
-4038 0 obj <<
-/D [4025 0 R /XYZ 71.731 347.234 null]
+4204 0 obj <<
+/D [4192 0 R /XYZ 71.731 524.076 null]
 >> endobj
-4039 0 obj <<
-/D [4025 0 R /XYZ 71.731 347.234 null]
+4205 0 obj <<
+/D [4192 0 R /XYZ 71.731 491.035 null]
 >> endobj
-4040 0 obj <<
-/D [4025 0 R /XYZ 71.731 242.144 null]
+1780 0 obj <<
+/D [4192 0 R /XYZ 71.731 447.199 null]
 >> endobj
-1691 0 obj <<
-/D [4025 0 R /XYZ 71.731 170.249 null]
+838 0 obj <<
+/D [4192 0 R /XYZ 303.155 404.102 null]
 >> endobj
-714 0 obj <<
-/D [4025 0 R /XYZ 198.969 127.151 null]
+4206 0 obj <<
+/D [4192 0 R /XYZ 71.731 391.931 null]
 >> endobj
-4041 0 obj <<
-/D [4025 0 R /XYZ 71.731 114.713 null]
+4207 0 obj <<
+/D [4192 0 R /XYZ 71.731 362.453 null]
 >> endobj
-4042 0 obj <<
-/D [4025 0 R /XYZ 434.226 105.592 null]
+1781 0 obj <<
+/D [4192 0 R /XYZ 71.731 336.55 null]
 >> endobj
-4024 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+842 0 obj <<
+/D [4192 0 R /XYZ 308.598 299.335 null]
+>> endobj
+4209 0 obj <<
+/D [4192 0 R /XYZ 71.731 289.192 null]
+>> endobj
+4210 0 obj <<
+/D [4192 0 R /XYZ 363.706 279.21 null]
+>> endobj
+4211 0 obj <<
+/D [4192 0 R /XYZ 219.335 253.307 null]
+>> endobj
+4212 0 obj <<
+/D [4192 0 R /XYZ 320.961 253.307 null]
+>> endobj
+4213 0 obj <<
+/D [4192 0 R /XYZ 71.731 240.356 null]
+>> endobj
+4214 0 obj <<
+/D [4192 0 R /XYZ 157.2 240.356 null]
+>> endobj
+4215 0 obj <<
+/D [4192 0 R /XYZ 71.731 238.199 null]
+>> endobj
+4216 0 obj <<
+/D [4192 0 R /XYZ 118.555 199.635 null]
+>> endobj
+4217 0 obj <<
+/D [4192 0 R /XYZ 165.524 191.171 null]
+>> endobj
+4218 0 obj <<
+/D [4192 0 R /XYZ 341.284 179.514 null]
+>> endobj
+1782 0 obj <<
+/D [4192 0 R /XYZ 71.731 145.938 null]
+>> endobj
+4191 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F48 2042 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4045 0 obj <<
-/Length 2357      
+4221 0 obj <<
+/Length 2713      
 /Filter /FlateDecode
 >>
 stream
-xڝk�����
-ßd`��$?�eswMqE�{�MQp%�M�$*$����;�ʒl��?���~QN&�%�Mo2�]��W��z���a�Û�O��ȼw���7��l��w�l��4YfY��דM���U:y(��D㤙���"Z�4~������v�_U�b��y��\e�x��^�)�9c*ݜ�
-�-�q�\z�~]���noKQ�.iYƏ�t17�6�d�ogIԇϝjn��q�WU�_xs�l��⃫J@����U��A�����JP?���%��UΛ����F�
-�@&���>O�x�
-&,�U�(��q����\5����)��F.�H���,��6W������Hѓc�$�����RA��xA����0�ݢ�oFw�Β$���J�}N�H_����4�M�H	
N�t��e��|P���O�d	0C1��7a�g�k<$�>�dO�T||�&?5Ұ̸�?Z'+��%�$�a���N
-7��TŴ@�kƄ�\��{M����!�H�#-���+���ڶ�9��-���
K#m�k�@����dy�Af4�o��D����p�ܡV�N<Ҍ�{���rYt�u|(�e��2�Y�܉�˲$��w�l��śE2Y�Y�^'���Μ�!)�Ǵ�;�\^�5;�|�E�#�H���2K����:�>vɌ�/�9��Q�;�s����i��=V�d����ʿ?�j�m�PK�O���LM�H�.����׀�\�l�����)A_v��.�7�͋.�;s�E�d?��"h��"/��E������S�%jX�y��x�$�k�g,<�L�(�U�m��J�*;���2>�lgWUvN�u��@{�i�W^�t��GJ{�Ƨ'Y6&x׻��=�,��A����(�V������ZP������B�M�@!�M�F3z~�=���"ܣ,z�wMCA��k��y�M�����n�Q�9�k�ܽ��t�'���&8��T�a�D��ݍ�-30��N���CtEZ^u�3B�{�u�C�㐛BkR)7
Q���J?���X�l�qi�Y�Q)�B�u�/��l��z�������
����*��T�a�0y�9�\<+TA3��:��GSU"P�FQZ}��n�CH�c���sP	�n�bڽo+Xv%^��I�� e�����w�yl�_!y�H�U��Š�j��T������=��*�]���Ұ�!��ZZ��Dž��֎'҇6ꇷ�������,��ѪJ�",�q�'M���|�x�7�)֯�W:��l����{�>&a���
ؒV`�!a�ٛf)�0�|��Cm�vI���݆0y�����ݶ3�c�O�\ÂzbKxic J�M��G1ç�A��×O���?޽���w��+�-���ې�a�^��i��w�($���f��
-=�\��p��O�m�62D�������2�ZRv�?�ݍ�|x��
-�}�8V�+B�8�~��P��cG
��[rj6���
-�*�Z�iF	uo�sz}�e���(�@_�'	�/���̀&M��j��|���Sj@9��8k��PN�7@� G׫��X�O]�*@!��T[r|�F~)�Q�4��\C�����o\���v���>;�&d��-*h�Ţ��1�����/U�Z|YY�z��4��J��pa;0���	O�	Z����5V|]�D@����/vO[�FO��-�U�ڻ[���b����H����ь�Aя=Xp���q��o�#��Jm!]@ۛQ-W|{�P��9�o�����_>�n�}�����J�S�-�w4ѽt����O�	�݁�C��ν���3��"(��]"�
�*���8���CƸ[>
���ҙ�P��4��F	�m���)	�>�,��4�K��r>Aի�7�{�>L���'L=P�%���6��i�
-��y���+G~@��^��
Cm��>�����chE�_#��u�|{h��q
-��0C����Bټ��k�|�X/iW���"�'����:^��M�TTr����΍dϸ��U2rC�6��Q�u%����B���`$'j�;t����Y�VX|<�qf��;x�{�oBIf�	�}���Q<��N�&#��S�^��r�w�yg	U7�u�;����3���~@��~�]��4f	>�_��NJ�~��SC�  [!�r�OƸ�����?�!H�m�������F�w�����~���[�D~�B�|��^j}\�����Yh c�_-���g�}��Cfzw�`ePu�J�»������1J�n��pqMG�	�N�ё�L��B� Α|Y4�i��&I]j�0�@_ ����ro�͋�����7�J��"
H��fy�?�sJ�Vt�endstream
+xڥYK���ϯ��RՈC|����UIU��`�@��D/E�|�x���5�AR���rjk�@���n�
+V>��4�R�O�{a��Ӄ�:`���@0���]�|�����R����zޯ"?�T�RzY�������y��f��:���n�s���=0�����&X�MSl~}�������X�^��O2�pn��*��SB�9)�e����<�85F8¬ s�g1Ԧe�?�p4�	��,��چ�������a�~5#
���&��E;0x0��U=�:������6q��<�ӹ)�?�ƣ��/�v�l�tI{{f�96[��^�<��u�Уل1��f�W��e�2�1{������N��H+A��1����4]�Ó�h�%L[1��X�G2c����Y�UϓSQ���W��M��+�Ҝeh��N6��&e��`��IgF&:'��K�p=-s=-Ef`�a�V����CWTz6|�zo�	KV������U����0+>�5�V.-�g��l�Y0��N��Ufb���N����{݌V�A���U��`�ַT�{��B��m��S�������� �-Ӷ�vI�(R�'u��ZD:wfW��x��i֓v놗��g���]�N'�8�I���N��.�ew���Ό�#�x�~z�趗��t���0��ћ ^�A��r�~
+��p֫ʽsVk��wVW�Bno!�� �G���!�<)�E{�B�Y��XlB��2Ð�d�/uC�ȓ�[F
+At%g�0��P�EӼ�}�Q<娗L�>���{"��-p�D^�‰�Xq�i�5#")M�a�Ed
+�J!�<$M���`8��ш��'60���O�yP�N��r|S�_hX���[+��r_	��q�����I�_�؟�8���w$�TiGD���ĩԀx�	�\`A�=�9$N:���\�
#8.`(.��Qk�H�2~`�	��P*�ү�Y9d�N���H�GWޭen�M�*�u:��$�׽�� ��SD$8�}�Qi
���{��0�	u��(;�pY�R��S�����L��h�������a�aDO��&n^��2nr�UK�x�J����y�"�OB i�e����i�E�0�ډK��[TK�gԐ���uu���&�q�n��m[�H'�S�E
+�Ka�[SΎ�Z���;$�7*"��	k��t+
+"���]%��^0	�Ћ�n��|&�D����"!�H鑋��k]RQ�c~��{r��������ԽL���B��"��`t���`I7Ou���2L.K9�J9�f�Þ��摗���*��7T��܆"�ʫ�����Ȗ���l���xepg.������w(����N{d���	��鋭T�U�\[*���I��Jq�@���P�>K���M%S�a�hz�#�Nd�Z��������/�5��y�K0�%.5�N�FH,�K��S�v������e�ag��%�P��ȳE�K�K}�c��ⴽ`�},7�-0�!D6p-�K���" �t�K�@|(S����Q�=!T#�?�v[��E%?�M�U�TZ�(�΂�Q�
+������H��]4��Ұ��5����]K�cN�\�Mw��������t��S}���n����txA�ծ���ט���U�mu��(K�?b�I�*�$]T^���h4�'�+��Z_�`�i�ψ{��4�3�w�f�윘��X��H<��D׎ �oo���+9r���S>�)}B{
+�q��֟�!�O�h-pJ{�e0�t��^�a�t,]<M�����
+(rw�e�)fYcV'C�*�< �x���G�`[2/ɏWA���l�	"P���nK�.��^0)+j����H���a�!���fZ=��z��t��l���M�r��8a�x��^v�GwB��Y՝{�i������I���F"��izs` �d�X"�r6�}����^1����f{�˽�ɕ�_P�$����5ʿ���F�d�q�ւ����pJ.q�h��P�S����@��~�4cNP;�2��oq�1��R�yq\��=��G(�?�z�޹�1I�$qoŞ�+q��2�l�U���yI��ݦ����&�
+���d�P㱝;Y/��{�c�z~�}�Ye)A��7
+�����S�Չ=Ҳ^s���gZ�R֩���g��m����*�p�]?���4B��yQ�Ћ��?�ꯪ�#�~���!G*�T��/?�^��?�k�g�a�y�)�W�nHl7���G��
+�*�V��=�I��w�N��Z��+�Y�e>���d�E���/�dؐ-|m���N�>֝���	z�&������mϊ}O��_p��WW��s&Dz��?�}/x�I�̺>�Q��5�Hyi�>�i�S;v����m������8�x*Q�+��D��~&�l�P�V�h��
+U#�Fa��n�����3�	�8�Xy�1�͓������F
+w�%	x���K�#����?�KL�X�O��(�%�ﶒy���&�
+����Rm�����휖yi~�{Ϧ�kK�p��{��P�PËR+seg��uM��Es1��*�d2�N�0LTw�=�C���[�$�f��xx*Ts�b��j�qz
+$��������j� WT󋝀��`���)S��eS��ۼE7��+��~��'���0��~zzyy�����Z�t�'��=�1�K�8�z���	1�(� ��/�3���1���Y�����I����Jendstream
 endobj
-4044 0 obj <<
+4220 0 obj <<
 /Type /Page
-/Contents 4045 0 R
-/Resources 4043 0 R
+/Contents 4221 0 R
+/Resources 4219 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3988 0 R
+/Parent 4156 0 R
 >> endobj
-4046 0 obj <<
-/D [4044 0 R /XYZ 71.731 729.265 null]
+4222 0 obj <<
+/D [4220 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4047 0 obj <<
-/D [4044 0 R /XYZ 71.731 662.351 null]
+4223 0 obj <<
+/D [4220 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4048 0 obj <<
-/D [4044 0 R /XYZ 71.731 649.4 null]
+846 0 obj <<
+/D [4220 0 R /XYZ 347.534 707.841 null]
 >> endobj
-4049 0 obj <<
-/D [4044 0 R /XYZ 71.731 644.419 null]
+4224 0 obj <<
+/D [4220 0 R /XYZ 71.731 697.476 null]
 >> endobj
-4050 0 obj <<
-/D [4044 0 R /XYZ 89.664 623.661 null]
+4225 0 obj <<
+/D [4220 0 R /XYZ 71.731 654.675 null]
 >> endobj
-4051 0 obj <<
-/D [4044 0 R /XYZ 118.177 623.661 null]
+4226 0 obj <<
+/D [4220 0 R /XYZ 412.638 643.881 null]
 >> endobj
-4052 0 obj <<
-/D [4044 0 R /XYZ 435.626 623.661 null]
+4227 0 obj <<
+/D [4220 0 R /XYZ 111.263 617.978 null]
 >> endobj
-4053 0 obj <<
-/D [4044 0 R /XYZ 71.731 608.553 null]
+4228 0 obj <<
+/D [4220 0 R /XYZ 71.731 615.821 null]
 >> endobj
-4054 0 obj <<
-/D [4044 0 R /XYZ 89.664 592.777 null]
+4229 0 obj <<
+/D [4220 0 R /XYZ 71.731 600.877 null]
 >> endobj
-4055 0 obj <<
-/D [4044 0 R /XYZ 71.731 590.62 null]
+4230 0 obj <<
+/D [4220 0 R /XYZ 71.731 551.826 null]
 >> endobj
-4056 0 obj <<
-/D [4044 0 R /XYZ 89.664 574.844 null]
+4231 0 obj <<
+/D [4220 0 R /XYZ 71.731 525.923 null]
 >> endobj
-4057 0 obj <<
-/D [4044 0 R /XYZ 71.731 559.736 null]
+4232 0 obj <<
+/D [4220 0 R /XYZ 213.956 512.972 null]
 >> endobj
-4058 0 obj <<
-/D [4044 0 R /XYZ 89.664 543.96 null]
+4233 0 obj <<
+/D [4220 0 R /XYZ 71.731 510.815 null]
 >> endobj
-4059 0 obj <<
-/D [4044 0 R /XYZ 71.731 536.822 null]
+4234 0 obj <<
+/D [4220 0 R /XYZ 71.731 495.871 null]
 >> endobj
-4060 0 obj <<
-/D [4044 0 R /XYZ 71.731 505.938 null]
+4235 0 obj <<
+/D [4220 0 R /XYZ 134.999 486.371 null]
 >> endobj
-4061 0 obj <<
-/D [4044 0 R /XYZ 71.731 477.111 null]
+4236 0 obj <<
+/D [4220 0 R /XYZ 71.731 458.476 null]
 >> endobj
-1692 0 obj <<
-/D [4044 0 R /XYZ 71.731 444.169 null]
+4237 0 obj <<
+/D [4220 0 R /XYZ 71.731 386.581 null]
 >> endobj
-718 0 obj <<
-/D [4044 0 R /XYZ 211.45 401.072 null]
+4238 0 obj <<
+/D [4220 0 R /XYZ 71.731 334.775 null]
 >> endobj
-4062 0 obj <<
-/D [4044 0 R /XYZ 71.731 392.249 null]
+4239 0 obj <<
+/D [4220 0 R /XYZ 71.731 319.831 null]
 >> endobj
-4063 0 obj <<
-/D [4044 0 R /XYZ 71.731 346.472 null]
+4240 0 obj <<
+/D [4220 0 R /XYZ 417.328 310.331 null]
 >> endobj
-4064 0 obj <<
-/D [4044 0 R /XYZ 71.731 317.744 null]
+4241 0 obj <<
+/D [4220 0 R /XYZ 218.704 298.675 null]
+>> endobj
+4242 0 obj <<
+/D [4220 0 R /XYZ 508.932 298.675 null]
+>> endobj
+4243 0 obj <<
+/D [4220 0 R /XYZ 76.712 270.381 null]
+>> endobj
+4244 0 obj <<
+/D [4220 0 R /XYZ 118.555 226.836 null]
+>> endobj
+4245 0 obj <<
+/D [4220 0 R /XYZ 135.395 218.372 null]
+>> endobj
+4246 0 obj <<
+/D [4220 0 R /XYZ 222.231 218.372 null]
+>> endobj
+4247 0 obj <<
+/D [4220 0 R /XYZ 433.177 218.372 null]
 >> endobj
-4065 0 obj <<
-/D [4044 0 R /XYZ 71.731 317.744 null]
+1783 0 obj <<
+/D [4220 0 R /XYZ 71.731 184.795 null]
 >> endobj
-1693 0 obj <<
-/D [4044 0 R /XYZ 71.731 239.882 null]
+850 0 obj <<
+/D [4220 0 R /XYZ 267.224 152.399 null]
 >> endobj
-722 0 obj <<
-/D [4044 0 R /XYZ 333.287 200.51 null]
+4248 0 obj <<
+/D [4220 0 R /XYZ 71.731 149.429 null]
 >> endobj
-4066 0 obj <<
-/D [4044 0 R /XYZ 71.731 190.145 null]
+4249 0 obj <<
+/D [4220 0 R /XYZ 71.731 132.294 null]
 >> endobj
-1694 0 obj <<
-/D [4044 0 R /XYZ 71.731 149.402 null]
+4250 0 obj <<
+/D [4220 0 R /XYZ 266.919 111.951 null]
 >> endobj
-4043 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+4219 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R /F44 2030 0 R /F48 2042 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4069 0 obj <<
-/Length 2006      
+4253 0 obj <<
+/Length 3097      
 /Filter /FlateDecode
 >>
 stream
-xڭَ�6�=_a�IF��.J�cvs���H�䁶i[�,����;�J����Ea��sq.)��gY�g1<���b�==	f�y�$d�+&�rh��O������_��l��%q��i:����E4[�>y7Gy֪Y\E"�R���ۢ:x��.�R.���|�b�q����:Y���x&~����5.��<	�R������;�H��Q���a�FU[�]+}�TE��"
��Ex5!�,���z����Es@�lpN0��?���`���hx�R�x�v�~	o~=��Л^$�CQ���A�V�uG��k5@���Qc��V(d7�Z�\��I`Q�7�Px�/tBџ��ic}�Z��T[=T�`�N���/a�݌�޾�Oك��5�yWymIM;L���0�~�s�f�9��y�ctpK4����+�˫v�m�Z���x���$��-��ב�7�����~J�
�T�u]q��I@w�&���ޟ���G	�5-�J9�5���(���1eEO�Q��@�}>��X�y�9sN�RZ�I��n8�n�J+��g�| �~9�D��&� q�؎��,M�8�aKB����Q՝6��<{
-�f��A�w>��D&"@�=�n"�r�Hg�tD{Oi�eQ2oF|+��2�(4��;�e��E�n�A����u��Ba�a)���P'Y!�=�ʢ2Y�r*j|!�ب=�V��=���ؓ�x<m���|VQ%���{�H��ie���9y�w5��+��(����9!������@�(�+��(?r��Y����b*p���c7��H�V�j^W�����2�����Uyϊ�F�|e*yX�_Q��e�>.|�XZ�l�&������o�%2�n�܏*G�W�ķ%f�s��2�/����u���8�_בd\G��m��$^�c�-�����4a��<��h��Oڶ�S�ٛB�t��t.Ւ���{�`�r��e�)v&�r�B�P��]��XS�f�5���V�R�,�c�)�7_A�b)N
-ϒ�}_��CC��l�T��93�v�Ε�i��0�U���L,'`�:���º�܋)؈�7R*k**������2ǽ��e��ֶ�!X��<U
����r��/}�4���H����3���/q��k^�^�×;�
gg�_Kx�	r����1'����Yl�y����8&�н������}f������/l����!@81h�����N�"6&L��I����>��R#�޿��ᴝ��'��R>�\�Lq��'�̯<-K��L�+:�3n�l�'���
��7�%wÙ߱�P|��� 1.w����;gB1��Ө�+ȳ%�Ր|t�����\@�zl"2}l:�v۵mя�x�7�p�hq���8ػ���*=�x]ӻ�P,�
cVٱ^��o絟�Mj'��"i���b�6o?�����w���5^<�u�<o�ަ�'E 儰/�"�'@�q��6�p�N�����z9!�{̇��y�&�0����W?�	���sd9� ��
	��2	8��mb�^�7c}��'
-���a�IN�c{z��V�g4�Ả��d�Ĵi�Z��Z�\�[,i�ԖK�#��0{�l&����p䴏|;��Ù���QX�ib�
-��<D%x���׸��� f�HNe��ѷ{Dڛ��"�*N���M�{�1O�1�3�v5zg�ũ�;Aq��m����n[��Ծ[��I[�P]_��&����@xM�ȯT��N�
�	34=�W:I�O\?y�6�ʖf�l�h��U�Q�S�\~�ڞ�%����OY�g����`�2���`i_M.�o�9F�ŵj�V��ъ��
z7�z˾����(�P��S��*�;\�
�ƶ�Z�.Ώ|W}!V�u��"���^��٭�mh`��W���d@ܨ��<7n��:�%~��sHY�N,�3�T���O���6��<�~��y ���,��"�]��Ǿ)_J���endstream
+x�}YY���~����x(@�y�^�c{'�l���EFKlI��ВM���>u5I6���ꫪ�ꫪ���ϿK}7
��n��w���w����|��!�٘7�g/އ�]��Ix���E^�Qt������ݺ������Fw�U{N����Л�.���3�Ͱ�s�;eU����n=����g�w��c���I:� �b7
+I��A/V�:��1�+ґ��gl�z�z����2�����m�XR�f?��L({��?vNmS\��oۣ�܍g��~(�r_ı#=�V}ۨMu�64O<δ�9��G��#�#����\�bC�S�j�G:��Ke�)�%�v�:�X�(��ȝm��<gɝ�v`b�����R�Vp�͠*����|Y���
+��a��0λ<����S����u�ß+�Ÿ��;s��ŋ���E;�Uhep%�9�R~��a��E�l&�l`�ЧK�SC�TG�?�CUH��AhnUg��P���[�I�ڴ�ao����Fk�Z+�t`-^:�~^���>y^P�ka�PF٥�,~P��F��
+��v���-��D	�p�{��k2� ��Z���1�R��r4�b��E�ı�����-x])]�QoKU�TV��T�������SJ8/�<G���g<���k�hZ?��0tS��QFg�܍�6
+�d.�n�-���)9j����l�w
+YAF����ijwmW��K'�����r��>��F�C/r����?���gz2B,ra"ߺ��3GCx&��[��J��a�_r$v�M��ˋ�Z����n���c$J�MoDS�����h՗���]y4���H Qƨ�cˍ_W=zT�k��W��D�Z�(z���ӈXOܰ,C��[ˠ���r����)����}T0C�	X��8sv5.sd>�
��� ��ߺ����>�1�A��d��h���Ĺs�YfA �YCd�Q������ZY� !��d����@t�� 녅���Ю_rKP�����|)��V$�C5ǶEϾ�~�uYh�.����� �����!�vAK7��t�mox8�ރND1h�
+�G3�d�pV��\��C�m��VOA;�ȭ���pա�7���-�o�tK�l�j(�D�eo���!���o�x�ݏ��;msd4�/b6⚶�s�Ղ�@͌'�PW�1zw�M�~W���rM�
+7K�*��۶`�W<q��$/Z��=�dΧ �-Z.�j�X%���4V��*z���z��۩�
_ȧ�"ݎ��J�Q��:@��&�<iE�l���\���K�����i��jbg��8��]|�ɥ#��ر�^�Zج��cX~Y�"Ww�M��y;ro����ʪ`�C�q������@���Kp�t�󿡷�h ���Xt��k��f�/,Zn��y�j�afn�=�h%&���[�}k���p	���#����F@�)2��y���E��m\o���<6��VI�(p�;?��+�
+!�F�!$n�)ia#�%��yЧ0`a��Ž;u/���'X<�\?����;�C�퇇���+��0c�[V��ġh&V�����	l��š���=+�yJp.�<��2���%�c׋�X�"h�Weo����V2��e��#����
+#��U;n.Ð�{��y):2Jp��M� �ۦ�;7��4�m`n������ q��U��Y"�pC����Z�3�}=�SPV�J_Jc�Չ8����E,_@@7���s8f�fi���	"��#���v����\i"ː�I��_:�%7��0��(�(��}έ9�P�O�ZtΨ�>2db�\I�Rw����A�"�U�����k�A
P�@^$�J2<���ނi�t �oq�O/��\�`�w�s@�{�vŎ	:Q&1�����i�+w0R ��_�4�֯n;D���XH�\^�a7���9�P%̆��n��������:m�r�+��
+p�R ��`zl.k
+qS�B��_�����&o��*�F$�|C�P�����/#��Ft2��	g�8$uz���B"��&�@�RuM�s�H����h����GᲘɴ�딂5�j�yEI^��A�,g�1���c�{p]�Ja�BI�ubRϴ�@��c'���-Ԝ�Bӊ��0���ZV8�Ccy�	 Ӎ����#���jw���n0O��⻗�$��F���§��"6Xa�)��0w���������,p	��%�RB'��=>����	���� �}g�p����(�r�������P���J��;f��Ԍ�^NG�.�b9��p�ƺ�Th�	�����e4P�xؕ�x(�\Y���}���}�(3�0K$Hx�4��07P�� ���h�k[�t�,FT��C��#$��&�S����l��~,9���a��2��_6#j�o)#n���2�߻�yeJW�%��D!b^�z����N;.1U�B�����c��Z���bz���aj�)P���mYh��p��+
� �NvѩJv'CG���;++{*�%�X����L?�9	�䳍�R����[q��,m���m��e
d4��:~�~즾
�T_S�%�X��^myn�ڤY42�K�$u�<���<./Oq$��-g<ڝ���@1$8�iU2�׍��������D17�����?XΞ[�ŁfUi3>8e_���r�\�a�GLZ`7h1&�֞�՞��I�k�<ן�=��MDc�6�|�%�pA�'n�ڿn��#�򘊠؍<k�w�3�~�<��9N�q�,܌�K�ϯ-��"�u=��)�ΕFQ�[I�I�_*�'K�R�,����w�z���E��Zuؔ3�ģv��H��Vny]�I�zY�I��^
zԋ<:�'cyJ
r����A6���?~Qy}4�B$��-��_����&U04x�(���� ���b��s�0����4Z凪��	�r����}x:������W������+��c-p҃%3T
4Y�z���_�f�P=�����+�����^�3�+�(p�<�]i�c�ެ@
+�����<�A���\|�a7��l:�J��gX#��wS��s#hߨ����(�7�(�g�B.ohȤ���s��;���O��g�4���8�
+�W����[��_o�J�endstream
 endobj
-4068 0 obj <<
+4252 0 obj <<
 /Type /Page
-/Contents 4069 0 R
-/Resources 4067 0 R
+/Contents 4253 0 R
+/Resources 4251 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3988 0 R
+/Parent 4156 0 R
 >> endobj
-4070 0 obj <<
-/D [4068 0 R /XYZ 71.731 729.265 null]
+4254 0 obj <<
+/D [4252 0 R /XYZ 71.731 729.265 null]
 >> endobj
-726 0 obj <<
-/D [4068 0 R /XYZ 411.1 707.841 null]
+4255 0 obj <<
+/D [4252 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4071 0 obj <<
-/D [4068 0 R /XYZ 71.731 697.476 null]
+4256 0 obj <<
+/D [4252 0 R /XYZ 71.731 652.389 null]
 >> endobj
-1695 0 obj <<
-/D [4068 0 R /XYZ 71.731 654.675 null]
+4257 0 obj <<
+/D [4252 0 R /XYZ 71.731 595.602 null]
 >> endobj
-730 0 obj <<
-/D [4068 0 R /XYZ 328.439 617.46 null]
+4258 0 obj <<
+/D [4252 0 R /XYZ 71.731 538.815 null]
 >> endobj
-4072 0 obj <<
-/D [4068 0 R /XYZ 71.731 607.095 null]
+4259 0 obj <<
+/D [4252 0 R /XYZ 253.921 528.02 null]
 >> endobj
-1696 0 obj <<
-/D [4068 0 R /XYZ 71.731 551.343 null]
+4260 0 obj <<
+/D [4252 0 R /XYZ 311.687 515.068 null]
 >> endobj
-734 0 obj <<
-/D [4068 0 R /XYZ 427.527 514.127 null]
+1784 0 obj <<
+/D [4252 0 R /XYZ 71.731 494.979 null]
 >> endobj
-4073 0 obj <<
-/D [4068 0 R /XYZ 71.731 503.762 null]
+854 0 obj <<
+/D [4252 0 R /XYZ 308.397 457.763 null]
 >> endobj
-1697 0 obj <<
-/D [4068 0 R /XYZ 71.731 460.962 null]
+4261 0 obj <<
+/D [4252 0 R /XYZ 71.731 447.621 null]
 >> endobj
-738 0 obj <<
-/D [4068 0 R /XYZ 319.902 423.746 null]
+4262 0 obj <<
+/D [4252 0 R /XYZ 366.772 437.639 null]
 >> endobj
-4074 0 obj <<
-/D [4068 0 R /XYZ 71.731 413.381 null]
+4263 0 obj <<
+/D [4252 0 R /XYZ 71.731 417.549 null]
 >> endobj
-1698 0 obj <<
-/D [4068 0 R /XYZ 71.731 370.581 null]
+4264 0 obj <<
+/D [4252 0 R /XYZ 386.497 393.803 null]
 >> endobj
-742 0 obj <<
-/D [4068 0 R /XYZ 284.583 333.365 null]
+4265 0 obj <<
+/D [4252 0 R /XYZ 71.731 373.714 null]
 >> endobj
-4075 0 obj <<
-/D [4068 0 R /XYZ 71.731 323 null]
+4266 0 obj <<
+/D [4252 0 R /XYZ 380.205 362.919 null]
 >> endobj
-4076 0 obj <<
-/D [4068 0 R /XYZ 71.731 282.257 null]
+4267 0 obj <<
+/D [4252 0 R /XYZ 71.731 342.829 null]
 >> endobj
-1699 0 obj <<
-/D [4068 0 R /XYZ 71.731 249.315 null]
+4268 0 obj <<
+/D [4252 0 R /XYZ 71.731 298.994 null]
 >> endobj
-746 0 obj <<
-/D [4068 0 R /XYZ 262.26 212.1 null]
+4269 0 obj <<
+/D [4252 0 R /XYZ 71.731 281.061 null]
 >> endobj
-4077 0 obj <<
-/D [4068 0 R /XYZ 71.731 201.735 null]
+4270 0 obj <<
+/D [4252 0 R /XYZ 71.731 257.315 null]
 >> endobj
-1700 0 obj <<
-/D [4068 0 R /XYZ 71.731 161.923 null]
+4271 0 obj <<
+/D [4252 0 R /XYZ 228.316 257.315 null]
 >> endobj
-750 0 obj <<
-/D [4068 0 R /XYZ 223.845 118.826 null]
+4272 0 obj <<
+/D [4252 0 R /XYZ 71.731 242.207 null]
 >> endobj
-4078 0 obj <<
-/D [4068 0 R /XYZ 71.731 106.654 null]
+4273 0 obj <<
+/D [4252 0 R /XYZ 71.731 227.263 null]
 >> endobj
-1701 0 obj <<
-/D [4068 0 R /XYZ 71.731 95.11 null]
+4274 0 obj <<
+/D [4252 0 R /XYZ 351.57 217.763 null]
 >> endobj
-4067 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R >>
+4275 0 obj <<
+/D [4252 0 R /XYZ 71.731 166.555 null]
+>> endobj
+4276 0 obj <<
+/D [4252 0 R /XYZ 154.754 153.604 null]
+>> endobj
+4277 0 obj <<
+/D [4252 0 R /XYZ 102.167 140.653 null]
+>> endobj
+1874 0 obj <<
+/D [4252 0 R /XYZ 71.731 134.264 null]
+>> endobj
+4251 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4081 0 obj <<
-/Length 2267      
+4280 0 obj <<
+/Length 3398      
 /Filter /FlateDecode
 >>
 stream
-xڍXY�۸~��P��TՈ�[��'٬SIm�?��y���Ę$�<V�V~|�>HI���5Sb���n4��Y��p�
-�U�O��,����`��̟ބJ�T�����7����l�o�x���%q��Y6[ő�N��S�/�qo�m�(
�̗�Ǯlv�v?�Ue�~��?>M�x�o��Wuin���Y��q��V�悕�NBV*�7~H���޻ExC者�T�Qn��5��λf�(��(e���([y��k����aZ+��2e#`�����(��N�b���V��!ʩuŐ+��v����4w����]k
Y<
-dZ�-�M�� q������m!z�Z�d�t��T���[D�w�����]x$8�`Ș��������t_榪N��ͧExVF�E��d8�N�n���7�r��bR ;ײŁ�����	a*����
ѸV�d���՝�N251���8�|���������R�&��S�`��ݜ\l:C8۳L?�bp�e�;�5� O|�e�Fg1�����E׷�N��}������&o'�-Ƕ"��۳w�d��J7t��i�1������
e�Y�:]�I:1M1���j$�d�&�#��ja�������g�$��[�)��=쬚����+���J�+̿H����~����6aڿ�N�uz��'o�ۑI��^�TÇk?��A߁b���ZY�I�`F>���u�A*�*��=�A������f��k�Q�9���ܽ`���P8�7+�7`��\��s7W�v�Z%,GƜ?!�i+�:��L�|��֩m5�ɣ�i�ޚ�6`��k��t�ֈ�b�	i2ՙH���C��v>u�pr�i��/�aA�x	�p�x%��4�bZ�嘫���3M�ޏ��cM�\%И
0?tV9Ֆ�Ĵ&G��d��	l
-$�ގ��[0_v#k�rn^���/�s��`
-�_ȶ�i�\q�b�8��a�/:�(���ʹ�>Ø7&D_����3M���¤�b/8q<�LO,.�9�)3A���v.�R���H@P}�Z"cӌ�{�s�87���vy��eD�o���6�:����(�\I�b��������X��h���X�N6�
-�d�����x��j.�2ҭ���������F�ဂ���N���
-5�:���G��1K��Q���L;�P���$A:��&�W�5��&2�=���vN5;	�I�$�,Aȫ��:�!S�wl�.�GtB�^��Q2�/�w�L�.	�m�r����A!l/i��)o�r�#��5�࿵��l�C���b���we��B���u�P�%O���@�(+�J{�5�:��!(�_�1c͘�ڳ��V�b&��1p�M�RZ����\�����=�!�
����IjV���iРT����|%~o���t	v?)�&�G�=2#C1�9Q�7JnE-r
-�����[�#k9�'k�0�
-ˎ�d,��js�;�Z��u�Y���Z������ؔ4�l.��x�^�L=-�PZfzj�Cn쓍'Ѿ��?VA�� ����I`@�'�$�r�JD�R@:Ko_� &����-Kr~�G^�=4/��Դ���6GY�'��g��Ki�@��JN��6�3@<>���J/X��3O��g�2a���!���t��W��ט���z�1���T���)\����2�����X{MƖ���P�d���$Om��Z�bo�n�S� ���8���7#d�¥s��YI�$�v��*�WcN8�Ҿ�ܨ�?7|8����e�<��kW�A�Ǖ�:�2�b�׼���ۥH� ��� ���^^N1���5b,茤��F���d�����=p��0�dŀ=��Yn�$j;��p:��IH��{�,M6؊���]�ہ/��"{�7� p������D�V�!eD�������^wrz�@��4w�J۸�V�x����C�>n�Q���C���G���NO'닧����E\��^
-��yΠ�q+$�ց*Lo��Ʀ�(}��&<�"
-��b75�8�Ø�8��Q�I�{�`ZX+�-�b��s%��9�o�l7�4!�+7���]�i4`�p�bt�ʢ�N�E&?�ѰW4\�J�DBq�! 7P������<UuX��
-�)|([ܺ+�uw�2�S�-k���]���N_�5dl��qœ;�9�ƨ�n��(�R�K��=i�N�shp֛T��,��L<JJtA<�����ѡ#?��˗W}/M��:\}�-�Lr��F+�M\�r��Ko�����=��endstream
+xڍZY��~����!+��>��f���x��@�� huS1}(}x�����l��z`�*ɯ.��;~�]xiE�{aߕ����=yȈ��8c~||��S��^�Dw�����z�v{�F�����c��ՇcqU�ބ��J<.?L��5z��~�������b��ǿ���hW���˳�U�̘+���.؂L	�gv	Rfۀ�K�ЋQ�4[�}��%�W�.��h�x\'�J5��Հ��t޵3� ����Q��7UX���Z���+�eH�s۟�n�3;�*z���™�aT��sY���fv��f�	�mc����u�z��(\l'�ӌ��t[�/�qljo��w�d��ma����z<jٖ)ǣ�/�n���vd�N�Aݐf#�Y��V9�ݮ�����X��^0�/��Y�(E�(�V�����V
�A�"!ܥ�y��3��K8I�r!L
���3�]���lK�PO�Y�⻢ma��_��`���MB�W�|��/�c��E�8�T�K��q9
�4m�L���{8��k�p#Mp�0m\�T���l����a��y�+2�A�$H�z���e�����w�۟�C�����ԠJ����:�{Q
��Muu�
+��R�t��V�Bk��\����u3񗏏�<Z���p;�P<�B����l:�W�h�����<��4tQ9(/A�
+��ȣկa�@m�(���0��/���x�:���F4q�%Å��p�ݸWn�	��h@T�=�r�G��"�hE���k�4���*x���
+tC���0�\e�j��8�Y�JF@�sK��:�y�@`�e�`9��)�f$�J���F.	P���F�=���H�������w�l��&�<����N�΄���䅰y�l��=^{�pe@%dҮa������nU�:�~j[��ʢ]��J�sl4�kU%��]<�@ ���q�b�p~W�%F�'��m
+�G�]7~������Ά�����z&��
	��;���@�G�sB����^H8n7�gU���S��o(n!Ddu�pύ�g�q��I�O�'���#���p�=�	g�`8/.���v(sM|c`���ϴ�^��Ñ�]�^2���,tÈ�
#�r��\�z`���yP"8e��N�(�CA�ey,���VY�luq�h�d�{844↱�q��l���n܋��kK��4Y}j�@�e�>�W����@��O�-�I�5@c:,�����a��������8O��0)grQ��0���󱫅t���xH-��)\%�ۂ-Ե���
7Y�E�цX�nd��KKd��	)d쳪�"�3>���lHxQ�����ؐml�n�(��j�w�fv�r�Ё@�v;@.�{Q�A��]������ͳ}�%�L��e.���:�(^���A�M�Q�ܴ�,[�
+	mEphx��
+H�A��c���1Y&�);�{�m�������:�/��̕Z�^ak����5�����b8���=�Pܩc�{����E>���n�G�-���<j?�=�d��H�x��L��=F�A{ۏ������;Yω��<�����t;1���a@c����!�$�R|�Q)o�6�Dh!F�]���>�3n��'�B�t�F�n�����+�(�ֳ����(]m5��z%��f^D�:�V�%���X(���1
+I���*�*z�y�؜��u�d(@8������9�����"BW�"��צ�g���_�d��GUח�}�$�kG7VCi�r��q��Xb�K��7�ۉ�+�X]z�a�r���؋�̹3j��$�M��
'�2����� v*2Pu��bH=�ʴ�cT��V�$kp� �Q�˂t�p��zFF1�f�h��V�m�@!e,y
�V����{&I����g���80�����p��FX���4:_�f��x-]�9�ύ�1<1Ag,\xP@��ъqm�;-���L}�� �s�	��)D�\��S,���Q=��O��J$�b���qb3�sr�
+��@��ķ!Px	�3L��EW�B���5���D���ނ��է=��I��HH����B��(b�%��!�H��ȃ�tI���j�)��ؑ���� T�Ǒ��s�M�#K������4t����Y�[D޷"C�TN�2��@��^Xb���K:�I�|�!�XS7?9ċ6'�dp]9��<s5
+Z��m:��|:��A�mF�buq�_}���f�Ʃ���0��(C���ZVJ#�d�Z��0Fo�2��N��A�jQ���:@lN\�t�2����� �G��s��РF�g�NAY$�0^�0	@��8�W 6a���!���Z�
+�!�=���l�y���b9�l
+���a"�6,�J�����yn=&N��ھ����|��Z��<iU�an��!^�wm?t�֘�83�L�[6���J&_2�$$
+=�T����� =���b�#T0H>���0�g�@-e��R"Q�}h9�K�J&y]&��#�]-�e�����Q��H���0�������wz����: ��I��g'��R��o*�Z�2y��)�z"��������ȑ�b�_D燖��5�#(x+�_�F�(,������h�gc� �Tb�]�yD�H'��b���sq�U�d�`���bR钿�-���L�����=͂
�R���Gf�PP��lb�:Z�$�	ݴj���/E��Ot�г�bB'$�	g��Df��ȳ��\G���G��l~����=s������b��˂R9v�]&���&���Y��6h>_�����{��T��f.-�B�x�%%AN~��i��O����z���������5��0���x��ޢlo�x��0Hl9�v2�iJ���S�Q���.Җ� R���OX؀�%�Hq�1[lh:~��ȷ��0i8�V��B�����Xgl#�q�qO�?<���W\{2y����H���T��A����@�<�?A SM�������>����"ޱ�WJ?ز�
+MD����
Q|.D����T�R��N��y��,/{�x�a�R�;���3}�d��%Fn>?y܄�s��p�YF�"���DG�5n����_E���n�Bp�{�6�
+�\���Md��uYl��*���U��g�Tntu���1ii�$_���5��a��s���t�CMdF����]��0H�(7)� ��z�@E��
+q���Nf�:1��"��K��#!�	�M����d!�C���F���_)�-4�^	�(vx���i�ߺ����'��cA�op����h�%`�F��G\���Ҫq��ֱ����%���c�u��"�W�6�2䵿>�C������Ėʒ�/���z��o"endstream
 endobj
-4080 0 obj <<
+4279 0 obj <<
 /Type /Page
-/Contents 4081 0 R
-/Resources 4079 0 R
+/Contents 4280 0 R
+/Resources 4278 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 3988 0 R
+/Parent 4316 0 R
 >> endobj
-4082 0 obj <<
-/D [4080 0 R /XYZ 71.731 729.265 null]
+4281 0 obj <<
+/D [4279 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4083 0 obj <<
-/D [4080 0 R /XYZ 71.731 741.22 null]
+4282 0 obj <<
+/D [4279 0 R /XYZ 71.731 741.22 null]
 >> endobj
-754 0 obj <<
-/D [4080 0 R /XYZ 223.569 707.841 null]
+858 0 obj <<
+/D [4279 0 R /XYZ 251.73 707.841 null]
 >> endobj
-4084 0 obj <<
-/D [4080 0 R /XYZ 71.731 700.488 null]
+4283 0 obj <<
+/D [4279 0 R /XYZ 71.731 697.698 null]
 >> endobj
-4085 0 obj <<
-/D [4080 0 R /XYZ 282.496 661.813 null]
+4284 0 obj <<
+/D [4279 0 R /XYZ 71.731 662.645 null]
 >> endobj
-4086 0 obj <<
-/D [4080 0 R /XYZ 71.731 628.737 null]
+4285 0 obj <<
+/D [4279 0 R /XYZ 71.731 662.645 null]
 >> endobj
-4087 0 obj <<
-/D [4080 0 R /XYZ 71.731 628.737 null]
+4286 0 obj <<
+/D [4279 0 R /XYZ 71.731 618.81 null]
 >> endobj
-4088 0 obj <<
-/D [4080 0 R /XYZ 71.731 540.943 null]
+4287 0 obj <<
+/D [4279 0 R /XYZ 71.731 618.81 null]
 >> endobj
-1702 0 obj <<
-/D [4080 0 R /XYZ 71.731 509.959 null]
+4288 0 obj <<
+/D [4279 0 R /XYZ 253.534 608.015 null]
 >> endobj
-758 0 obj <<
-/D [4080 0 R /XYZ 197.015 470.686 null]
+4289 0 obj <<
+/D [4279 0 R /XYZ 71.731 562.023 null]
 >> endobj
-4089 0 obj <<
-/D [4080 0 R /XYZ 71.731 462.767 null]
+4290 0 obj <<
+/D [4279 0 R /XYZ 71.731 562.023 null]
 >> endobj
-4090 0 obj <<
-/D [4080 0 R /XYZ 103.934 437.61 null]
+4291 0 obj <<
+/D [4279 0 R /XYZ 71.731 531.139 null]
 >> endobj
-4091 0 obj <<
-/D [4080 0 R /XYZ 105.351 424.659 null]
+4292 0 obj <<
+/D [4279 0 R /XYZ 71.731 531.139 null]
 >> endobj
-4092 0 obj <<
-/D [4080 0 R /XYZ 71.731 417.521 null]
+4293 0 obj <<
+/D [4279 0 R /XYZ 439.225 520.344 null]
 >> endobj
-4093 0 obj <<
-/D [4080 0 R /XYZ 518.615 406.726 null]
+4294 0 obj <<
+/D [4279 0 R /XYZ 191.147 507.393 null]
 >> endobj
-1703 0 obj <<
-/D [4080 0 R /XYZ 71.731 386.636 null]
+4295 0 obj <<
+/D [4279 0 R /XYZ 307.056 507.393 null]
 >> endobj
-762 0 obj <<
-/D [4080 0 R /XYZ 185.739 349.421 null]
+4296 0 obj <<
+/D [4279 0 R /XYZ 71.731 494.441 null]
 >> endobj
-4094 0 obj <<
-/D [4080 0 R /XYZ 71.731 342.068 null]
+4297 0 obj <<
+/D [4279 0 R /XYZ 71.731 487.303 null]
 >> endobj
-4095 0 obj <<
-/D [4080 0 R /XYZ 71.731 270.352 null]
+4298 0 obj <<
+/D [4279 0 R /XYZ 71.731 487.303 null]
 >> endobj
-1704 0 obj <<
-/D [4080 0 R /XYZ 71.731 241.526 null]
+4299 0 obj <<
+/D [4279 0 R /XYZ 71.731 430.516 null]
 >> endobj
-766 0 obj <<
-/D [4080 0 R /XYZ 198.349 202.253 null]
+4300 0 obj <<
+/D [4279 0 R /XYZ 71.731 430.516 null]
 >> endobj
-4096 0 obj <<
-/D [4080 0 R /XYZ 71.731 194.9 null]
+4301 0 obj <<
+/D [4279 0 R /XYZ 71.731 399.632 null]
 >> endobj
-4097 0 obj <<
-/D [4080 0 R /XYZ 71.731 151.144 null]
+4302 0 obj <<
+/D [4279 0 R /XYZ 71.731 399.632 null]
 >> endobj
-4079 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R >>
-/ProcSet [ /PDF /Text ]
+4303 0 obj <<
+/D [4279 0 R /XYZ 71.731 329.893 null]
 >> endobj
-4100 0 obj <<
-/Length 2536      
-/Filter /FlateDecode
->>
-stream
-xڕYK�۸��W��K�->E�*ۻ�uʩ��qR����H��*�\{�ק_ )Q3�9�6�ݍ���?u�C?A�I�ʫg����������f<�n��x���˒pus�����du/���M�i����^w�]�׉ǿ���L�����T��7}��ͨ0^�����xF��(��}�QD6����7~�����_��W��ik���H�׽�‘+�-����{�=5�f�כ��s���[1~�����(�G��Q�_�-KQ<����sb����Z[
m�(�ڟt�L�������$2�������ug�$?K�MW`��$�Ѕ��Hİ�Nw�ݦ����U�U��Gmcj��9�H$�{]�[�G7'c�����-��$^o/dpԐ¨�؛6U{R������k|rM3������t$n7�~=@��"�@8�h��]�������œHv���M����l�����<{�tLh�K�y���:����=����/N}Ub��<�m�.��Z��:�
��5��:���;\a�����kW6��sKa�ڶ4��MS�������-����f`"'�hpk���)DjO��� X����y.��`�s�kU�*�@�Bk'F�}��;��l���ūP$A9?:�k�K���-ޗ�v�@>���' �r����<��b�%�8���t����N�2��RufG�1fʖ',ī����O0�G��a\��u#S�օ�5�{����A�B���'1�J$V��/M�O�Ns̗I$	L	P��O�����】�2�?��d��Ps/�*I�`
-�*0�Mmlߩ�q�qw�����唸�rr:u�nK�
--pyy�	`�N{W��fY�+2��s�Ӆ����缥Y��)���2;�,�1����W���[�T�v2��Q��pQ���p`
�_��nx\6���4�.<f��˪S�o�*FSk~��@��+0��{��2�3u�U��0��s@M;�C��i�B�
-�yp��2A� \��"��S$^�Ÿ�C��I��.t�cٹ�9�N�%<��`����;��8�� �	�:J �E<j�Q�KSA�A�uMŔT���MK�L��� ���Wl�4�ęڞL{�x\{����\H4ps����S4�7>v4���F��������i���$��_�X��
-���c�:N\���2ߔ���-۴<?�&�����A�V����־��n��.O����}�#� (­�`P�BDy�ߌP��SRk��~Z�i��ŧ?�e�=䁓��)��Zu��VS��y�+�3@=�t�p�Gf����\�._tl�b��ʔ�<�-f��
-�r�΁s��.�=�L��&�F��ËJ�����yl�?���~,8��d����8�hIP�靈݁(m�c���q&X�S�r�;���x���q����*���	cE&;�3�`yB�J���&�W�hj�q�Bjk���g�` ���_����eb��"���*V���w�`ܸX�tma�q�te�+�]�>]��j�|����)l��e�7�(�;��T���P�[�$:x/�^\hz��1E��L�њwy�uO�����PH�4�*k�U���p�Ԣ��/���	�j4�����,�s�ePh�3�=�`�������8������Ɓ�lŪ�z]��)s~J2(�#��jU���-���{��##/9����Mx�{�"�a���s�D�)���2*��q���kB�$�!����ɑ�}^�u)-��/���i��!�z���1+|��GHz��^W�'����!�e����HV55))�Xñ�Η;������2wF|nh۱�=l���񘞚́�W�R��O���L,)������Ձ�!�Z\��貵���m�6	=�t$q���ʿ@�~O�	(���k��q�#(	4:�]�)e�}�|��p���������C�X-5�4B�_���?�p!�}|��w>h�g>ǁ���/�E^\Uv�;)�%ה�^M}/ɢ3�o�v�i5>?��v*���ؚ���O�iЫv�Ʌo]S�'es"����J�{��� 7�wp~0F	`Z�>���	�S1Z*{:FK�ʹ��OE���*�;x�����,ܑ
_���u!׶8�����5�x�y�ȯ�L8��`�d��P�cq�����n�ڲ;�p����Ϝ#<���ݭ��=���HL�lǞۉ����Kk�X�ɓ����<����T.�=��K�<�iY�#|�)!�)��ȟg
��#8��F^[�_�'-�;����5KZ}=i�����	�r�3�Z�?m�C�eY�A5_�:Լ0	���PЅ㩠/�=���E�g���Okx��=�SL�9Mvzʠ*PQc�o�g7Ww�9�QD�njZ�$(-�5�j�r��6ǐ[-�]�V�4E�@�!�ܵ��
-m�δ�2�a>�6Ȥ�=�-Q����d�X�Ɍ���ģ4�px�_�KU�tɋ`endstream
-endobj
-4099 0 obj <<
-/Type /Page
-/Contents 4100 0 R
-/Resources 4098 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 4123 0 R
+4304 0 obj <<
+/D [4279 0 R /XYZ 71.731 329.893 null]
 >> endobj
-4101 0 obj <<
-/D [4099 0 R /XYZ 71.731 729.265 null]
+4305 0 obj <<
+/D [4279 0 R /XYZ 210.674 319.099 null]
 >> endobj
-4102 0 obj <<
-/D [4099 0 R /XYZ 71.731 718.306 null]
+4306 0 obj <<
+/D [4279 0 R /XYZ 137.035 241.39 null]
 >> endobj
-4103 0 obj <<
-/D [4099 0 R /XYZ 71.731 632.216 null]
+4307 0 obj <<
+/D [4279 0 R /XYZ 71.731 229.988 null]
 >> endobj
-1705 0 obj <<
-/D [4099 0 R /XYZ 71.731 574.68 null]
+4308 0 obj <<
+/D [4279 0 R /XYZ 71.731 191.776 null]
 >> endobj
-770 0 obj <<
-/D [4099 0 R /XYZ 229.91 537.465 null]
+4309 0 obj <<
+/D [4279 0 R /XYZ 258.006 178.924 null]
 >> endobj
-4104 0 obj <<
-/D [4099 0 R /XYZ 71.731 527.322 null]
+4310 0 obj <<
+/D [4279 0 R /XYZ 394.451 153.021 null]
 >> endobj
-4105 0 obj <<
-/D [4099 0 R /XYZ 101.182 517.34 null]
+4311 0 obj <<
+/D [4279 0 R /XYZ 71.731 140.07 null]
 >> endobj
-4106 0 obj <<
-/D [4099 0 R /XYZ 71.731 499.308 null]
+4312 0 obj <<
+/D [4279 0 R /XYZ 71.731 133.681 null]
 >> endobj
-1706 0 obj <<
-/D [4099 0 R /XYZ 71.731 443.452 null]
+4313 0 obj <<
+/D [4279 0 R /XYZ 288.129 122.137 null]
 >> endobj
-774 0 obj <<
-/D [4099 0 R /XYZ 256.243 400.355 null]
+4314 0 obj <<
+/D [4279 0 R /XYZ 111.088 109.186 null]
 >> endobj
-4107 0 obj <<
-/D [4099 0 R /XYZ 71.731 391.532 null]
+4315 0 obj <<
+/D [4279 0 R /XYZ 325.619 109.186 null]
 >> endobj
-1707 0 obj <<
-/D [4099 0 R /XYZ 71.731 363.687 null]
+4278 0 obj <<
+/Font << /F33 1302 0 R /F23 1197 0 R /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-778 0 obj <<
-/D [4099 0 R /XYZ 262.949 326.472 null]
+4319 0 obj <<
+/Length 2381      
+/Filter /FlateDecode
+>>
+stream
+xڥk��6���
+#�"6�抢^��4iS�h�ꢸK��+�6o%�գ����gd��&�l�
���<(g���T�T�O�a���*�m���W�)�L��мX_ݼVj��D�֛Y�BE�,U���p�.��_���3�b��<���o;W���[B�跟rn�R/>��z�>��T�2�U����t�nP2ȼ�(��[ӵ$�Ʊ�F�;Z���
-݆~m�q iS�κ�p����߂���-$�!(wei����%���p���5��.�`�ے�뾺�E����`![�t�����3���oc��+���+Xk)�T�4T�35�����yctg<�,ٙj_�hTX���Y�Mжr�
��|s�ޛ�~{ClorW�ye�Nt������d����� ��+�e�H�]
+�Ti$�T6�$Q\��.��w�e��̷�CY�,E��@�,D�J0�mi5��v�z���1��s�ԁ�v���i�>BS�"�;�~�s!�9o!�1랮�g���-YNR�n[{_w�ӥi�L$Y�*��f�LJ<�X�ۅ��|x�$�L��&	�l�;D�4�P�n	��s
�g���t�k���v��5���_��vV��˘u�����=�l�C��}�T*;	������o=���z�<wMAy)Z���w[��ή]�cï86�l�ѷ���'
Ԇ��s	��-b�l�i��m<
E�v�8�$i���r�R$r��zj�=j������٣�|���tm�=�ŜdƷ�3�T����`A�t�����l��BEr5�Pq_�����/P�7�=!�NbeE�A�/�����t��xt�L_�y_'�*Pu�yS���n�Bsz�%�k���5��A���ID(|�M��KWc\l��4�^_x=�#~�3T-�y`�[k��L{����ר��t�o d���g�t�s5�BK������͟�Q!4�'��^����.�8� Ŀ�ۓ�\״�u������K��-�88��e�ښ��`
+aX�JϹV{��o����FJ��\��
+ܸ}c�~ b�7��=�~��5��'QD\�X����-S����	t���A#>d����L�����-&m�}8�`��h�"��]�����E^���$ ׁ}�7�[�����t���*�V:(���o�Z�9��o�MM�{a|K��d��l	Uϖ�.#P7�e눜�+l�<ږ��m�!�v;�yeE�N�:�?���6�Ѽ�9Z7t�����&�� o������$�F��I8����b�(C��������������cɸ�񐖢4�]�m�����z��)jV��
+*�X��"��	�}��z��X��vd�݅Lq�d��n�K���}��#rWc�0F}B~������SG�S��:"ڛ�MrL)����|��ݝ�o�/���T_�0z��5*�F�ew���Ȕ�Yvi�i�V�0�aP�����0T�����ƃ�������%J�����Wxz��KK��w�NC�b�9*7�W��E��~P;�\e\�׬�P~N+իO��[�����x&�i��|��R�8�fa��,U8�q��C0+`�����+$�`xU�j&�j�f��m�~��Ǒ\�8�:�5���.,Y��"VjV�%\
+x6�Hd���w�uS���a��
+��,�!X&"Qdė�C*�s�
+��|� ���[�,�`���#����9��;�֧QӐ�qg�>����ÛH���>�ε1ŠXڜ�i��]��@�^w�N�WÒ]𐏡
���J�,�_�@���
j{�Jw��2�ȷ��xF�(�"�
�w���N��fq�d)��l���-R"�%� ���G�NbN�Dɯ=�HHPYD���4^��k������=�Z����N����x�"�
+;4��"�rW�;�p4ru���)q�o�ڠ�uA��i�,�s�bL笡9�nG^��o+��e�B���ȣ�-d�p՚��dnZAHNZ����䜦<84s-��@]km��>�|���7DBOUS��TJ�n���z�@�Sh4_'�pp�Ho0��_�9�7��$�93�@B����F��=���u<��8�@���}��՘L����Uc�u���i��4�6����y��#�#��~������Z�m���~����2�S�����]sGg�q-�TP-��ѫO3��s ������;�`�﷍���?��\��0i�
+~�}��|�w������b�&�����}��S�z�}�Q�rbYHwds�Ԏ��
��f�s+.#�.v*)�>�Û���{O��0Q�&]��k�y��O*����|�s���G��1Հ�j�AO���>�\<��a&�p`�:�ٗ^�/O�/�Oendstream
+endobj
+4318 0 obj <<
+/Type /Page
+/Contents 4319 0 R
+/Resources 4317 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4316 0 R
 >> endobj
-4108 0 obj <<
-/D [4099 0 R /XYZ 71.731 319.119 null]
+4320 0 obj <<
+/D [4318 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4109 0 obj <<
-/D [4099 0 R /XYZ 406.408 293.396 null]
+4321 0 obj <<
+/D [4318 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4110 0 obj <<
-/D [4099 0 R /XYZ 512.678 293.396 null]
+4322 0 obj <<
+/D [4318 0 R /XYZ 71.731 677.46 null]
 >> endobj
-1708 0 obj <<
-/D [4099 0 R /XYZ 71.731 260.355 null]
+4323 0 obj <<
+/D [4318 0 R /XYZ 100.413 664.508 null]
 >> endobj
-782 0 obj <<
-/D [4099 0 R /XYZ 258.989 223.139 null]
+4324 0 obj <<
+/D [4318 0 R /XYZ 71.731 644.419 null]
 >> endobj
-4111 0 obj <<
-/D [4099 0 R /XYZ 71.731 215.787 null]
+4325 0 obj <<
+/D [4318 0 R /XYZ 71.731 621.504 null]
 >> endobj
-4112 0 obj <<
-/D [4099 0 R /XYZ 71.731 200.858 null]
+4326 0 obj <<
+/D [4318 0 R /XYZ 71.731 576.971 null]
 >> endobj
-4113 0 obj <<
-/D [4099 0 R /XYZ 71.731 195.877 null]
+4327 0 obj <<
+/D [4318 0 R /XYZ 71.731 532.438 null]
 >> endobj
-4114 0 obj <<
-/D [4099 0 R /XYZ 81.694 175.119 null]
+1875 0 obj <<
+/D [4318 0 R /XYZ 71.731 492.887 null]
 >> endobj
-4115 0 obj <<
-/D [4099 0 R /XYZ 71.731 172.962 null]
+862 0 obj <<
+/D [4318 0 R /XYZ 461.484 455.671 null]
 >> endobj
-4116 0 obj <<
-/D [4099 0 R /XYZ 81.694 162.168 null]
+4328 0 obj <<
+/D [4318 0 R /XYZ 71.731 445.306 null]
 >> endobj
-4117 0 obj <<
-/D [4099 0 R /XYZ 71.731 147.06 null]
+4329 0 obj <<
+/D [4318 0 R /XYZ 71.731 409.644 null]
 >> endobj
-4118 0 obj <<
-/D [4099 0 R /XYZ 81.694 136.265 null]
+4330 0 obj <<
+/D [4318 0 R /XYZ 71.731 391.612 null]
 >> endobj
-4119 0 obj <<
-/D [4099 0 R /XYZ 71.731 123.214 null]
+4331 0 obj <<
+/D [4318 0 R /XYZ 335.135 378.76 null]
 >> endobj
-4120 0 obj <<
-/D [4099 0 R /XYZ 81.694 110.362 null]
+4332 0 obj <<
+/D [4318 0 R /XYZ 117.651 365.808 null]
 >> endobj
-4121 0 obj <<
-/D [4099 0 R /XYZ 530.108 110.362 null]
+4333 0 obj <<
+/D [4318 0 R /XYZ 71.731 352.857 null]
 >> endobj
-4122 0 obj <<
-/D [4099 0 R /XYZ 71.731 108.205 null]
+4334 0 obj <<
+/D [4318 0 R /XYZ 294.096 352.857 null]
 >> endobj
-4098 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F35 1481 0 R /F23 1137 0 R >>
-/ProcSet [ /PDF /Text ]
+1876 0 obj <<
+/D [4318 0 R /XYZ 71.731 335.756 null]
 >> endobj
-4126 0 obj <<
-/Length 2660      
-/Filter /FlateDecode
->>
-stream
-xڝْ۸��_�7SU#�7E��;�Tv7�g�Je����k
-I�=������r�@��
􍖿���R�MC��$�*�^y�GX��+_06����x��c�27K���~��&�*
w������A{ݮ7A�9���_;S?������,��?y��a`���mÛg�8�C�x�m�&�`�z[7�":ӧ��F�|�Bwyk��i�;����y�7U��]����ݸp�����w��n|���p�z��>�-Fw������% � �njx�c�	bNQ�gT�B�A�`�qp���wd�[.15�I͸>4� v����{2G�����A#+͞�Z� �Ov��sNb��������`:+��o�Rf��W��
�[��:9s-'�o��g|�<�Q=�b#|�'��•�i'(�
k$fcO\�sCt�t�|��)y��V��>H��u�;!67n���2�����]�p~U5'2M�� f�;ux��!�ܜF��Ca�t#����$��G,?��a$�B,�T��Jw-�T��v�����7�Q}~���eؗ�p>�㑺��pjP5�@�EզХ���-�Sg��<��S��p���b��ʋ�SwRe��ބib%������]�;@�y��x\$5 ��k?v���3�Bi�|�c �Al�ju�
���R��rp��A��ixkb9�֍�q��d
�wF���V���� �A��O��1y0�����;����P .�^q�
�����d��T�%U9յڕ�vD�AU0��}��� ����zT�ٜ`=?��,����C�E-[o>�-�𱙄����y
�F�߂�����A���	Q����[ƃd7�18r�'�u�Έ�T�`�N�����)Z�uH��p�E�Y�h�O(0E�Pj�5��PT��$�r�Òbi�xg�����3�b?L���_�N}��O�wj��H���$NI�.8"�-�?P�H�LaRk-��5��V_eS3���L��Q�r��c�_FݍUi�ۈO�A�6B/���#L�JO�>~�	a0	q8B^���c�l���Z%�8>Xf�p2�E^�&<1���8����\	�G-K6��V�"K����C�7C�j�X�����m�U��φ��F���>����h����[.�JuW����'a�RJ�D��ukݪ�ʷph�=�C0BTY5\
��Y���eE�0/5����Bj,�"�:�[��*G�p��/5g�C��q�f�;�w�"�\���Ƒ�K��Ϣ;��Mſ�v<��2���:U��.P��AǦ���;^�K��!�:�@�ޕ��'67k���G�cAM�O�P<ç�����&o�7�����|�V��Ҿm�K���mQ=ei�|ݙ��u�d:�/�ي��Უ/�e<�$�"�$��k�G�8��?B�Ơ8��D���;��$N�P��ł�d;O
-paV}�:�-�B%TN	�Ɛ�1�V���!�N�
c��G\��	�P�zS7�ĭ�x����ȓ��Jm�\�ۚ%�p��O�B�z��:��#/�4�����T�fX�b�Ȕ��ّZg�Bx`!�U(eIڡ���V+@&��rT���K[+B�\��jXN�r������_#����?�)ܤ�$q/xZ��y�y9Ġ<`�<��ˈ8]S�ÎS��N.
����I������<�j��Ǐ���,3��������Y�	��t��ٿa
-(���9�r���?���
-;.�:�vF�^r�)\&�'�1�1`R�a
,xD.���:��������`��a��X*(���R5=Qy�AH��m_����R1d	�|�x��zȁ���Ц�tS�
-}�P	�X�i�q`��_��>wy�bE��<U����)5+U(�tq��z��J��;o����$s/����\i
Y�ZC�������54��}lZ�<&��I�/h���qj+��ߡ8y�����	O�C���;rh��̡��5��vy9зO�¼�S6]�(��1��Q0F�e��ڷ��:T�_��Q覞[�#�5�
-�K�]2{Y�K��N���2��g��f����r i��zqU��F2�%�^�zq@�\�i-k���o��`!i����|А�"`�w�;�&��Xl9F,2�O��J<���*Od"���������k��7큞��&O�4��6��		�K&�d��	-�/Lh����0	{�=��TN�Y¬v��!��ߗ����疂Lܷ�;��Q X�y�h�Ό�%���S�����cL-X���f�|�1c�v�Yr�&8W��b�`��h��Ô�����?�?��Z=��
R{�D��� {��[�t���u0��8���į�f/��Q���X�n��kz����d��^��z�p���2��B ���T�����T�����8�����zz�to1��=�xz^�+E@jo02{��kd8?��#[e:/>c�#��e��|f��o9�hc����{���gf5o�v�H�ޤ��@ǟ�J��p,��i�{��thw��d �f��m�KMY�Ȏ�fi���ki,�"�����zx��k̬�'if��6ں[?��^#���8غ "�@9��k��/9�|�endstream
-endobj
-4125 0 obj <<
-/Type /Page
-/Contents 4126 0 R
-/Resources 4124 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 4123 0 R
+866 0 obj <<
+/D [4318 0 R /XYZ 392.055 292.659 null]
 >> endobj
-4127 0 obj <<
-/D [4125 0 R /XYZ 71.731 729.265 null]
+4335 0 obj <<
+/D [4318 0 R /XYZ 71.731 288.828 null]
 >> endobj
-4128 0 obj <<
-/D [4125 0 R /XYZ 71.731 695.064 null]
+4336 0 obj <<
+/D [4318 0 R /XYZ 118.555 246.638 null]
 >> endobj
-4129 0 obj <<
-/D [4125 0 R /XYZ 81.694 684.269 null]
+4337 0 obj <<
+/D [4318 0 R /XYZ 526.195 238.173 null]
 >> endobj
-1709 0 obj <<
-/D [4125 0 R /XYZ 71.731 677.131 null]
+4338 0 obj <<
+/D [4318 0 R /XYZ 71.731 204.597 null]
 >> endobj
-786 0 obj <<
-/D [4125 0 R /XYZ 243.84 639.915 null]
+4317 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F23 1197 0 R /F44 2030 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4341 0 obj <<
+/Length 3246      
+/Filter /FlateDecode
+>>
+stream
+xڅk�ܶ��Հ[-����iaN�"����W:-wW�VRE���_�ΐ�V��N�p8��ኛ���M&�,�OX�a��T�g��F�}&c�(;�����o����4��?��A�Gq|�E��'����'����G9lvax�O��5v�Z����.�_7«����r��go���I��E}�9���.�&��&�\3��ݟ� 7�(��4�Ǎ��:�n��KE��@�S�}RwԮ��n/�&��y�<�M9�>�_��k�n&�#u�F$�G٪�ked�C��yg��w�^�tA� �����A��T/��� +��]ݎ
+�!�԰��B9��E��2T��8��jK��S�H���
+�лE��ќ}a�z_�}i�����F�%�6
�'�uG+��](��k�w
{���SVҷ�6����r��3:jՊ�AW��-�rOM8Q��FogHj��/�3b�v7�wR�0��#i%�g�Y��G�PH$O��R�#C��;М�aƩ�c�yGɠ~�*�����O�7eu��{0�d�%!W�0H�w�^;���AVc7<Q�$�ҁ"`:�ldv�k��s�����`�)Z}�G"L�x���~���/?�����[����<`"亏0(�\�L
+h�A�}�{�N��"�K8f�9;�4'�m<	�:N{�*�K'�-TM���b؅"�E4;iU%4�"F4��/�H:d>и:Cְ
�ӭ �a�$ӝ������ؚN0M<�`�8I�X��L�l����	
+ϾZ?{�8ɉ�:l%9b�WG�OB�n�Y��}�h.sD����Bp����鴳5ȴ��``!�ݻML��D����jŲ���H� ��S��G��	<Q��������v�'/�=W��w�;^r���H5��L}!X�2��A�y��MN17	уcC�p0m
+�/�7�bKø�9��si�!���H��>�k&_҇-,:H2.zP�~��8a�]?�=��I�	�k�����n-:9v/r8@�P['#e;RO�A8�]2h�����H����̦�xX�.�\��͆���=PS4�����GC}¯Ռ����S��ac��D�����&,��fG�M���^7�����tǚ&ͷ
���1�g	���N�
~���na��k���3(�"%�g��G���Ɛ�A�0���`�ܙd8[D�)O�┻�(�(��9Ʃ���L��0\`TҜ�l�-~%�+Գ��#C^bV���r��c�\e)��x���=�H���U���i4��
+3i�I~��n/�?��Z�:�>�y���E���.�k=$�oC��X9�]�~�3%XO9�[u���o�������^���-���h
O������X/vÑg���-8(�:?0�1�3�@CkT�''�σ�#k�*r������Y�P&$`�ݯ�z�k��]2��Mc��Fkïֆ<�!᥂�[���`�R��1f�m
+�5�F(��.���US�і���e�PW�h�>'놝%`'����ܵ��.�◕\5��`ܭ=�a�l$ �],<#���0�;%��5j��?��&����q�t�-��y°���!�ĨA�q�Q�Tf�S�D��uR	�.��/���t������0�UI��x�m�.�uS>4<�xK(�������U���`�U�L��m3ֻ/��i�)0��x�캆��V�?�|��t|y�{:(Tٯ���y��n��	�:ͪ;V���/��A$����2�4D1���6Z
wmf�m��alLϬB|9Wd�Iɡs��k����#Ι$-^0�¼D���;d��*�"��,Jm�%c�c?ɳ�1�6OŦ6�bFG}v����rީn��s8Q�1���&8���6��P�*����н@����f��%fvJV�K�����Hr��#�;ݳLQ1�,r���q��no�������N+�фV�Œ�O ����62�}՝{$����G%�a��-�elie,�a�9<��,pz����H�%�l�xE�f�\�K�U\�5iO^kS�&I?��s���rr�_1?1�#�
+I	�e�s�=ݫ���@zi8;hj��]eS^`.��v��ro�H��nM���p�w����n];�iRІ�� .������a.�T�P��L�U%Bm
�x->�T��/E����L�K#��JTuK��t}~�.�u�!+7m��a~����1�����)�9��\%�&F��<��5g����s�G�;��:G��DV���sKp��[�B����z�m���x0�p��ܿ��lW�	� �=����i�v���h�T2���Tre[˂��ڈL�≫Z	)%ׅ�q�Bt�}�&f�c7�;8�;�h����%A���朰DI���_,��r�3G��p��%��8�lBF-!�NA�������K��@��U�gRE�]�"��|�G&<��M�k}E8I�r<jׁ��T�G�(TT)L���VO=*�8æ�Qx�B'��Z�Uk�.p�O�
+�1���J��/���:����0�īJSSN<����0n2ћ;���&6y���g�Zז?5w%��
+��|�x6hs?���`%3w͈�tD�9��H��j`]�^��t0k#8�z�1]�r�.k���Щ&Θ�ʦъ����F�H�� I�2/�ryy�KW:�9�M���{���XMhQ���q@g)G�����7P��z��?�FX?�,"4�/����lp7) ��*�HH�ҏv���:¤��`�����{��+��焋삃��Se�xߑ��D�vm�NpyfN,L���Z���u�A�IM�\��W��W����WX����{����4�uaED┨�gAN��X�T];�uK|��P�m�-!��C̞�g��囑p�c�-A%����Hh+Nb��~�v�KY���kF��
+�l�(2[|��[6r~��3}"8�44���dn�ц�9�?�-�@�u��u�>�
�Hu|���@*e�`�,�:<�`U��C�@���g�u�s5�l��fE���EJ/���f���
+�~�$�E:_��F��ڲ�w̼Z/��̩@�ڟB��[$n����N��J�@n[�4G�G�8C�CaK�>n`�z���&1h^�}(�!.4�G�J�|���Ó��
+�������2������^wWW7z�����00I+��_���\���E���L(���$a��!�rʊ��Y�r��\ؿ�endstream
+endobj
+4340 0 obj <<
+/Type /Page
+/Contents 4341 0 R
+/Resources 4339 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4316 0 R
 >> endobj
-4130 0 obj <<
-/D [4125 0 R /XYZ 71.731 632.563 null]
+4342 0 obj <<
+/D [4340 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4131 0 obj <<
-/D [4125 0 R /XYZ 71.731 612.653 null]
+4343 0 obj <<
+/D [4340 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4132 0 obj <<
-/D [4125 0 R /XYZ 219.242 601.858 null]
+4344 0 obj <<
+/D [4340 0 R /XYZ 71.731 592.613 null]
 >> endobj
-4133 0 obj <<
-/D [4125 0 R /XYZ 71.731 560.847 null]
+4345 0 obj <<
+/D [4340 0 R /XYZ 71.731 550.834 null]
 >> endobj
-4134 0 obj <<
-/D [4125 0 R /XYZ 71.731 545.903 null]
+4346 0 obj <<
+/D [4340 0 R /XYZ 127.205 525.031 null]
 >> endobj
-4135 0 obj <<
-/D [4125 0 R /XYZ 71.731 496.852 null]
+4347 0 obj <<
+/D [4340 0 R /XYZ 261.701 525.031 null]
 >> endobj
-4136 0 obj <<
-/D [4125 0 R /XYZ 164.944 483.9 null]
+4348 0 obj <<
+/D [4340 0 R /XYZ 468.045 525.031 null]
 >> endobj
-4137 0 obj <<
-/D [4125 0 R /XYZ 368.717 483.9 null]
+4349 0 obj <<
+/D [4340 0 R /XYZ 237.789 512.08 null]
 >> endobj
-4138 0 obj <<
-/D [4125 0 R /XYZ 273.801 470.949 null]
+4350 0 obj <<
+/D [4340 0 R /XYZ 71.731 499.128 null]
 >> endobj
-4139 0 obj <<
-/D [4125 0 R /XYZ 71.731 463.811 null]
+4351 0 obj <<
+/D [4340 0 R /XYZ 71.731 479.039 null]
 >> endobj
-4140 0 obj <<
-/D [4125 0 R /XYZ 317.393 440.065 null]
+4352 0 obj <<
+/D [4340 0 R /XYZ 527.223 468.244 null]
 >> endobj
-4141 0 obj <<
-/D [4125 0 R /XYZ 232.347 427.113 null]
+4353 0 obj <<
+/D [4340 0 R /XYZ 147.048 455.293 null]
 >> endobj
-4142 0 obj <<
-/D [4125 0 R /XYZ 71.731 424.957 null]
+4354 0 obj <<
+/D [4340 0 R /XYZ 225.125 455.293 null]
 >> endobj
-4143 0 obj <<
-/D [4125 0 R /XYZ 71.731 410.013 null]
+4355 0 obj <<
+/D [4340 0 R /XYZ 71.731 448.155 null]
 >> endobj
-4144 0 obj <<
-/D [4125 0 R /XYZ 91.656 388.857 null]
+4356 0 obj <<
+/D [4340 0 R /XYZ 153.849 424.408 null]
 >> endobj
-4145 0 obj <<
-/D [4125 0 R /XYZ 71.731 349.305 null]
+4357 0 obj <<
+/D [4340 0 R /XYZ 385.305 424.408 null]
 >> endobj
-4146 0 obj <<
-/D [4125 0 R /XYZ 475.448 336.354 null]
+4358 0 obj <<
+/D [4340 0 R /XYZ 132.582 411.457 null]
 >> endobj
-4147 0 obj <<
-/D [4125 0 R /XYZ 71.731 295.343 null]
+4359 0 obj <<
+/D [4340 0 R /XYZ 71.731 405.068 null]
 >> endobj
-4148 0 obj <<
-/D [4125 0 R /XYZ 71.731 290.361 null]
+4360 0 obj <<
+/D [4340 0 R /XYZ 488.392 393.524 null]
 >> endobj
-4149 0 obj <<
-/D [4125 0 R /XYZ 81.694 269.604 null]
+4361 0 obj <<
+/D [4340 0 R /XYZ 71.731 349.689 null]
 >> endobj
-4150 0 obj <<
-/D [4125 0 R /XYZ 491.507 269.604 null]
+4362 0 obj <<
+/D [4340 0 R /XYZ 71.731 349.689 null]
 >> endobj
-4151 0 obj <<
-/D [4125 0 R /XYZ 71.731 256.553 null]
+4363 0 obj <<
+/D [4340 0 R /XYZ 71.731 300.215 null]
 >> endobj
-4152 0 obj <<
-/D [4125 0 R /XYZ 81.694 243.701 null]
+4364 0 obj <<
+/D [4340 0 R /XYZ 71.731 267.174 null]
 >> endobj
-4153 0 obj <<
-/D [4125 0 R /XYZ 139.516 230.75 null]
+4365 0 obj <<
+/D [4340 0 R /XYZ 71.731 197.435 null]
 >> endobj
-4154 0 obj <<
-/D [4125 0 R /XYZ 71.731 228.593 null]
+4366 0 obj <<
+/D [4340 0 R /XYZ 71.731 166.551 null]
 >> endobj
-4155 0 obj <<
-/D [4125 0 R /XYZ 81.694 217.798 null]
+4367 0 obj <<
+/D [4340 0 R /XYZ 71.731 135.667 null]
 >> endobj
-4156 0 obj <<
-/D [4125 0 R /XYZ 478.291 217.798 null]
+4368 0 obj <<
+/D [4340 0 R /XYZ 235.228 111.921 null]
 >> endobj
-4157 0 obj <<
-/D [4125 0 R /XYZ 71.731 202.69 null]
+4339 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-4158 0 obj <<
-/D [4125 0 R /XYZ 81.694 191.896 null]
+4371 0 obj <<
+/Length 2629      
+/Filter /FlateDecode
+>>
+stream
+xڍk�����zHpp��\>�$hlĮ�
+�@%�$�����������K��������y��J/\��E�U���K������]�a��+-+AY�p^�_ݿ��E���_�w�������Tl��:��ysHO���+ϸN����ܴ�1o�rπ���oK��E�.]���O��d�G*��g��p��󢁻NH7&&�������v�t�Η|�4N��U��MZ� o��:{[�:mm&��m;:�=�
+X��G��
+����"NB��Ӯ
+��xG&΍ݝ�U���uh��j���50nB�u�G<��ạv�j�q�:y9px�G�(�Bp_T����>wx�2	hW{*�6�M��v�V5����:�/����Ӵi��u�`�0���z=�씶�-᱑�^���?���㧿����~د�{[�gv���v�{Ӻӵ�?T�g�=�����^Z� NDf������3V�<Vg$���e�Sq���UEQ-=�<pd�����(mv�ıL"v�{RE�~�4�g�=�vv�K�Q��8 ��06;���k}����U�ֲRD@F�a	��/�.W��:�w��.���ol���Q��񡪳Fm����e��}��-���O(�˔�J������(���$R`�oe�t��	ԮNu��M��5.��T���:c1���>�Jbg�s���Vum�SUfdt٥6�Z[6��D�,/�vU̓��q�#���B����F���P<8����uL�>�0�������{���������1HZ(q4��,��Lr���\�h[[N��@0}a� @�-�S�dYO��Q����׸��.��Y�!?�w3�a¿vX��(Q�'�ɉ�>�N_jb=/�߱���6�������d�Z|'�Q�f��}�j�اе�G����ʋ�3�l��P�}50C��>�����=]׭}��H�쁠?
m��݄�u��Na[x������k]*��D�dKʟ-�;��F\���m}�(軶����|	f��AM���H�ׇ8A���Fo���t���*�wȽ��"?v޼{ϐf,���e8��`�xG�@�����2@da�#ږd����y���gۖ���q[Oi�
+|D�+�+F�PW�(�# ௓�Q}������"��u9��r��Ė!,1���+�ԏ#=|A��8��j��J�n>���Z�XƢ<Z���E�B�r���r�xbL���<��#/1[��6<Ok�FU����\ ]�5�7��[��3c�b@�M(ND0� }[���85�\��+̐�
+��2�Nb��6d�m��+H~� ���Џ�QPጋ�����N�� ���C��O���b��Fd���8w�tk����=��(۶�V���/�#h(?	T*����`����3t�_0���.4(��d`�2}A��$�W)L�a�h�a{�P����5�#9$D�I�:��lˋL�%η�oRx�I��ɍ�&��$I���q��+�1It)�Q$W�#L�4kĥ�7�0ф����\f[j��3ܲ�1%�<�ZP�v�2�N���f�&v�c;`{w�l����")q���sA�Fh.�dŽ]Ea4IP��Ҵ�R�[˗���_��>\ۓ@?�61��n�@=]�;<�#��W��x��]~��y���}���I09�=��N�����r#i�y�-��q�(y֛'�/	f.��#s�D���8���"�1�'d�n���P�)h�k�XS�kU�n��+����3�z���x;w{q��3�����e|k�Nz��G�x�����i({����
�y+!V��D2���I[d�"�,��p��5������w�����W�kE��8[͑qU�z��R����Һe?��˂��q�'Қ_�Bz�BM%�s��!���K���v��6�
+!8Ʃٖ馰M���2�����+��"$CJq3��C�b�3���E0
+��`6�i����6���=kz��	�v�x:Q�x_a��M�W3n����Dj7�4hNv�#�ێQ�k���z�א��JjW;���'�<5�O<5j�3o��3#f���3��b�yW�{1a��ˌڌ���,�^��dO.�̛
+�<74/�*о��D{cY�x,KW�<z����z�Qٸ>���—Z��F��m���B�H�V�xg���ה��&;��]���X����jȟ��k��]G�
+���t�<Q�;�
+��a/���/��t,��2�$�"��^�q�9W�VUp:��]٦�^����Hڕ�g�^���wpU�̐�pF��b��2�^��|��n�O�KPl|׈M<�i�ν�k,����+�==��u�s�5Δn�%�_�������0�.}�0�G�bC����b���n<�G��W<����9�����0.s���k���yIv'R�!�"=�P%V|��U	a���)�I��/r~m��Eb(m~�t�'?B����7����ͼ��z���Oz"�,(�6��K�
0�JLsS���݈��������VPÞyEx����<+	�[`7t�ٌo�I�<?�g+c|���|��O0'�5���E���r5m^�k�XG�&���]��
+�E�@Vc���g�O�?&#endstream
+endobj
+4370 0 obj <<
+/Type /Page
+/Contents 4371 0 R
+/Resources 4369 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4316 0 R
 >> endobj
-4159 0 obj <<
-/D [4125 0 R /XYZ 373.716 191.896 null]
+4372 0 obj <<
+/D [4370 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4160 0 obj <<
-/D [4125 0 R /XYZ 71.731 189.739 null]
+4373 0 obj <<
+/D [4370 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4161 0 obj <<
-/D [4125 0 R /XYZ 81.694 178.944 null]
+4374 0 obj <<
+/D [4370 0 R /XYZ 282.395 708.344 null]
 >> endobj
-4162 0 obj <<
-/D [4125 0 R /XYZ 511.114 178.944 null]
+4375 0 obj <<
+/D [4370 0 R /XYZ 500.324 708.344 null]
 >> endobj
-4163 0 obj <<
-/D [4125 0 R /XYZ 71.731 163.836 null]
+4376 0 obj <<
+/D [4370 0 R /XYZ 300.306 695.392 null]
 >> endobj
-4164 0 obj <<
-/D [4125 0 R /XYZ 71.731 148.892 null]
+4377 0 obj <<
+/D [4370 0 R /XYZ 71.731 682.441 null]
 >> endobj
-4124 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F35 1481 0 R >>
-/ProcSet [ /PDF /Text ]
+4378 0 obj <<
+/D [4370 0 R /XYZ 71.731 659.427 null]
 >> endobj
-4167 0 obj <<
-/Length 2602      
-/Filter /FlateDecode
->>
-stream
-xڍYK����P�b�J��!�R|ZoىSy:�Wes����2	(���ק_ ��v+��F��h4�M
-�lSgI]�'?&yUn��]�9�ȯ�e�K��������bsL�U�y:m�E�U���<9����W�񢮣�q^�Q������37��ο��S�?���wO�eQ'�C�E�ϝRy�(���b�'����4r۸���S��V��d5^�4p�y���t��vLiucZ�/��ۼ�����H��3��H�!z��m5�l�fi��(�D�A7�,���f^���cN���Y,v��<9���-��UdF�����[��6��}J�T[��I�쁍梛�����#K`ce�ᕅ5��z���^g�Wn��^�E��Y��B�,J�@��0*#3ݩ�8�/�*��7�1�i22�����l��A�YІ����G��L��=�85v~V��ӿb
-�#~y��ha�گ�f�r������i�F&�)��]����V����{ݱ8��5���bl|���:�wLb/Lq�S���d�vL'�ZIG���S�����64:H��g�at�c��:���<�:30qe�������#0x�x.����j��`���K������
ΗE�	󒃾��dѼ�d;�+O\�_�$,��N��݉lTqZ���0��	|�A�r$���[���@��GT��O����f�7�&בI|e�b�1��`���Y6���޷�r|�^��z�óz�Ve��&!v�Ď
-cGQ$/7pO�*�m���pS���̙���`"�cZ���H������ā-�Q+�(��Zr5��D
-�I]���^��k�6w�o�o@�3�۵
-��j b}�3�@\!&y,���,��jF�ޛ����6�1��S\�(�y�6F���U��öH��Ύ��ns1O��	߿QpF�d��J<	b��{O<l�a�����	2q���L���=M�5���th��c�
B�w�ؠ��9x�*����䰯�ԃ��|�3�b�����f�ˇ#�ġ}M�G��N�F{����0��O��}'k{-*�Þ
-u?D�me��oAIX� �A���P�J�Q��V���.���D��/rkiHe~3������W�÷L�䀦 �y[Fj�����	�������F���d¹��A��e����C�
�@�|x�� ;cߜuH�$�;�
P�kpf
r!�:�"P��)g�ɶ![׆/���
�g���F%���!��u�y7��C�@��y�2}"M�� ?�kĄqF2j�id-*��#q8H�#�9�����X�#&o�,$I��u�ΜF��eP�d��%B�"�
-�5|9�����Y[=��"y��<{�&e;�1t���L�v���~8�3,lݜ"�Q�Y�)�e��A�%N��g��fE6�Z;
-�\��S��/y���zK$�#���g���:�+�W4����D��mHD�[��$x"K\��PR����)�/�$K�=��h˜���@�CW��u���I�N�����"#����u�h�*C<�x[�]�Y3�\%V�����z��i4�s ~�"ϲ�:��~���"��H��\7��A5>����کL9n��7�AG�dwB	��Ay9�yN�BNؚ�&���m��/�q�p��7� ��&a-z�R��hu�u�g��_�w<�����%u��������C����������y�I9�-2$j#���l[j'���z�y��6��w�Hc��e颠��!���4	�3׼6E3�B4� FF��T�����b��v�{jUa���}���Q�쾩���S�:*�[ɑ�:�
-!k�J]���^+�kG�VU����-���g�T�bE��E��㢆KX|�%!e�RqL��X<�o~��y�Â��x[ I&0{���N���$������a�0�n3�:1Rr���V�eʜm�Q	�7O��]L�o�b[�B�1�S�{��YuL����{�t�?�	��1��Z������%������k�Ƅ���>�!��u�]�s�=���;`�����j��#��<c=�c�9�#�*q��0�jE(����?���Ū��؆J�Q��CzL�����v
:��;})�}�+O��q/�(z�c�I/���K��f��'��+�Dl�p�9����%�����A��:S�TC�4�Uk ����f�k��j54���PLrZ��<j�v�o����P��4�ah"�\��9hN���J(�y)O�匇�A^]�B�����H��{·�s�\8�
-%����CO�>>�yY�4�#>F!�/Zq�I5Dt^�
�g|�B6H���h�ϛیy$�!�څ$����$s~�B�^�����qUex�-߼0"Ej�o2V�-��f�AU..��zv2w$�_�PU�ğ����ȿӃ�е��28�$i�W���2�rH�,��3<��_?�Q,��8��s��fEbO���!`)K�B���E�o3P`|�Пšv�o����}�(�d���[�͘��sJ�S��CV�ﲅ��߲2?$i��1�����_��/R&endstream
-endobj
-4166 0 obj <<
-/Type /Page
-/Contents 4167 0 R
-/Resources 4165 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 4123 0 R
+4379 0 obj <<
+/D [4370 0 R /XYZ 71.731 591.094 null]
 >> endobj
-4168 0 obj <<
-/D [4166 0 R /XYZ 71.731 729.265 null]
+4380 0 obj <<
+/D [4370 0 R /XYZ 262.713 578.331 null]
 >> endobj
-4169 0 obj <<
-/D [4166 0 R /XYZ 71.731 718.306 null]
+4381 0 obj <<
+/D [4370 0 R /XYZ 71.731 553.26 null]
 >> endobj
-4170 0 obj <<
-/D [4166 0 R /XYZ 339.03 669.489 null]
+4382 0 obj <<
+/D [4370 0 R /XYZ 71.731 532.391 null]
 >> endobj
-4171 0 obj <<
-/D [4166 0 R /XYZ 96.637 643.587 null]
+4383 0 obj <<
+/D [4370 0 R /XYZ 462.665 520.847 null]
 >> endobj
-4172 0 obj <<
-/D [4166 0 R /XYZ 276.322 643.587 null]
+4384 0 obj <<
+/D [4370 0 R /XYZ 71.731 500.757 null]
 >> endobj
-4173 0 obj <<
-/D [4166 0 R /XYZ 71.731 641.43 null]
+4385 0 obj <<
+/D [4370 0 R /XYZ 86.871 464.06 null]
 >> endobj
-4174 0 obj <<
-/D [4166 0 R /XYZ 71.731 626.486 null]
+4386 0 obj <<
+/D [4370 0 R /XYZ 71.731 438.157 null]
 >> endobj
-4175 0 obj <<
-/D [4166 0 R /XYZ 187.678 616.986 null]
+4387 0 obj <<
+/D [4370 0 R /XYZ 71.731 413.086 null]
 >> endobj
-4176 0 obj <<
-/D [4166 0 R /XYZ 71.731 565.778 null]
+4388 0 obj <<
+/D [4370 0 R /XYZ 71.731 392.216 null]
 >> endobj
-4177 0 obj <<
-/D [4166 0 R /XYZ 180.774 552.827 null]
+4389 0 obj <<
+/D [4370 0 R /XYZ 71.731 347.631 null]
 >> endobj
-4178 0 obj <<
-/D [4166 0 R /XYZ 391.53 552.827 null]
+4390 0 obj <<
+/D [4370 0 R /XYZ 71.731 336.737 null]
 >> endobj
-4179 0 obj <<
-/D [4166 0 R /XYZ 71.731 519.786 null]
+4391 0 obj <<
+/D [4370 0 R /XYZ 71.731 331.756 null]
 >> endobj
-4180 0 obj <<
-/D [4166 0 R /XYZ 104 483.088 null]
+4392 0 obj <<
+/D [4370 0 R /XYZ 81.694 308.941 null]
 >> endobj
-1710 0 obj <<
-/D [4166 0 R /XYZ 71.731 475.95 null]
+4393 0 obj <<
+/D [4370 0 R /XYZ 186.398 295.99 null]
 >> endobj
-790 0 obj <<
-/D [4166 0 R /XYZ 204.474 438.735 null]
+4394 0 obj <<
+/D [4370 0 R /XYZ 134.42 283.039 null]
 >> endobj
-4181 0 obj <<
-/D [4166 0 R /XYZ 71.731 431.382 null]
+4395 0 obj <<
+/D [4370 0 R /XYZ 197.733 283.039 null]
 >> endobj
-1711 0 obj <<
-/D [4166 0 R /XYZ 71.731 388.558 null]
+4396 0 obj <<
+/D [4370 0 R /XYZ 71.731 262.949 null]
 >> endobj
-794 0 obj <<
-/D [4166 0 R /XYZ 275.232 345.461 null]
+4397 0 obj <<
+/D [4370 0 R /XYZ 301.246 252.154 null]
 >> endobj
-4182 0 obj <<
-/D [4166 0 R /XYZ 71.731 333.289 null]
+4398 0 obj <<
+/D [4370 0 R /XYZ 172.784 239.203 null]
 >> endobj
-1712 0 obj <<
-/D [4166 0 R /XYZ 71.731 296.215 null]
+4399 0 obj <<
+/D [4370 0 R /XYZ 494.944 239.203 null]
 >> endobj
-798 0 obj <<
-/D [4166 0 R /XYZ 174.075 258.626 null]
+4400 0 obj <<
+/D [4370 0 R /XYZ 76.712 195.367 null]
 >> endobj
-4183 0 obj <<
-/D [4166 0 R /XYZ 71.731 248.483 null]
+4401 0 obj <<
+/D [4370 0 R /XYZ 81.694 177.435 null]
 >> endobj
-4184 0 obj <<
-/D [4166 0 R /XYZ 71.731 231.363 null]
+4402 0 obj <<
+/D [4370 0 R /XYZ 187.837 164.483 null]
 >> endobj
-4185 0 obj <<
-/D [4166 0 R /XYZ 71.731 189.585 null]
+4403 0 obj <<
+/D [4370 0 R /XYZ 236.955 138.58 null]
 >> endobj
-4186 0 obj <<
-/D [4166 0 R /XYZ 71.731 143.692 null]
+4404 0 obj <<
+/D [4370 0 R /XYZ 81.694 125.629 null]
 >> endobj
-4165 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
+4369 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4189 0 obj <<
-/Length 2629      
+4407 0 obj <<
+/Length 2746      
 /Filter /FlateDecode
 >>
 stream
-xڅY[�ۺ~ϯX�%2`��]>}J6�4�6d��EOh���Ȓ+Q����΍�d;����Cr8�|3���%���,�>����n{|���C��W��XȐ�h̻���|�����J����.�"?Jӻ,
-�<	��ſ���:��a��R�����z��~�GYUj����_=�݂I���<�S��+��lP��m��Q�NO�V��Qꝛ����1�x�W�ߗ˰օ�r�I��a3�����Ci�����u��H��OMk^ϝ &�jx5��Ki��7ڼh]�ܿ���(͂p�͹�jg�ғ�Dz��P0"�f��J����h�<�~_&�ύѿq:�(;�6uufJ�B4I2�Jm*;p�_�EY�ofA�i����i[SnU%?�n.��}��l�5�,���%'Ekv`+��`Ճf�1h��Ak���mSud!��,�v�`	;n�Y�u��-4���T�O�4�����V�i[U3t��"����?4w7������WJ�
=2d!X#�:�L1�K[�(�{���f�eJ{��F��
�a�@X���P֖��N�_�T��.�!�R�6C#�HP����e9"�":�8�R�.� Lh�[^���I�5|~���{�p�,KZ�ޝ��W�}��^ЧPFmT']c�ʬ���$�D�1�Zy�}��ڐ�D��=��A�>$hu��裌[��*���A@Q
n'8��m�
�9�*`��x��Sd �N��#_�0��#�j�3��C���a�3w���=������w�e�f����M��ܱk0T/��ڦ�������x�Y�U�s�z�Nn=:�:�z�Q\��7���7R��N�ol�kHW8
-<��jn�q��N���sdu`��ؐJ�P����`ã��p��q���[�3��Mo����0p��jF�dPBã�a
jb��/F3΅C����0��j��'rw���b}�~J91�8H�n\��A��"t��f��Ԅ8�͢%��c^��ۗ�,���X�egZ:`Cs`��l9�I:�D��^1���\
�m�q2R�|���3F �V��Гn1�V��9x!6X���I*f�Θ����A[��X����:�\32�P]���
�{D���ay�et�`/J���,zJ� ��:z98���K@Y��T^
�ж�����{[�l�tv2��˵n��nّXR����Ypߴ�8�q�~3釸$H���A�T�vuQ%		��)�6Td��MsTT
-Q��V��'�nx_�[C�)s���j�y� t5�p=�Me<O�
�e�7��s�qdc�f�Zb��dw�8o�q�^o�j��7"��D6�8�&pjY�ビ��,��Q� ڔ�����\y�#zm���J����V�=_����@l4O��*a;[nҖ��rTP�l���g�9���� �R�X�����.`T�[sQƝ
�����j�R�ٶZ�m��TM^����䴏.M�D>�(J�������f�ܲ��ݦrٴH��ޱZQ�xҘΚ3�Yi��,5�W(�zW9^�t��EU�ʭua56^�F�s�C�y�&t�-��c��R�a$�L>7�W�H)�W�k�C�'E����2g�|��!�JoYh��+��8�^ޤ��A���g����
�jy_�2@g"E}�q�/������/����<E�*L$3��A#�$���9s\��vXM��q�)3��u�9�jG���[�����"2�2Uw�[�mQ0����0����F�5��>�~�/V��3�iw���W�ßY�8��8���R5�dla1^J(@��[�����<B���Sl���4t(�}*�˥sq�:����t]��lG$���J<��ĒUp��Q�݈Ww�pw���p�|�—���.%�4�l�Wr�z�a�Gy��C��')W.x�������i�}{x?�Q��~������^C����33c6v�''�`��R���4�
-C���
-V
u�EmK�b��T��t��R��f|����l3n}��E!~��N�T����[B�l����<�TQh��b�?��4�������
-
-62��P�>7K����YPvl�o�����A6$�������'���11�/B�8��w}p`1�*���˩��3%��[�'K��^s[
-o|Q]"�tҊr46y�@lc�P��E'�g����_0}�ƅI��=|�B����l'����]Tr��9�/����p���`	�Mn{�L�R��.�������(c/�	�))���>��[�Jy�-�a8�Z|(�O^�S���?B�y����b���<=/D'�;`��GR5�����(n9����W��r<}t<�*��&��g.8�\��iN�QJ�CAw�j@�>z׻�	�u��=z
-�
-�ċM;GӞf]<i��^k�-~c�QJA��8,
&�ĺ��5w����B���ee�7�����n�L8��M����:+�������{���1u<Uz�j���@Z�(�e;Ӧ�x��o$��#`:L�X�C��)F�[��
-�m�����VN��y�.��]������O�,�$��_��mA@R� W�.����5����^��z���_�2�E���_�U��y���?rÐ�?�0����{̗����z����X�endstream
+xڝY{��6�?��X��޺=$���h���h���h��,9z��=�w�yQ���b!r8����V����"S~�',�0M��.Xla�wJ8V²��z���M-
+�H���f���"�B?O��c����Ӈ�t�U�^���a�vo{�l��j���T��k����ۻ׏��I��E}Q9�s�]���˕��\�����?�K�x�����G�$O�ag{le�����v��ђ���T����a1�W��gڱ��+V����Z�;!�n*�	cߎ])#?AXQ
�d��j=��L�5Z�R�_��i�((�R7M;H{����6��
���d���Fl���Ϳ�evB��P���M�9Im/����`A���#x��N�i�C�Ž��Wq����˜�{P��C�=�mYі;S�d�e5`�Ȗt@xڙ�[{�I�{[0
�;#�a����t5u����n��:9���H8�)���F�O�G��I����P%�+��U��*-hG�c�d��q? �۵2�i��+��q,`�R*�,^$E��y�����_�E��-��
+�Ow�C,GY�P~QD��,6w?�}7Iۧ)�_��s��J��ia���P�����)&
+�%�"��aB�y���y��A�����~4a�rHC�R�~�4��;�Bo���,��C����v�XW<�8Po+������b��M��5�q(��� ����e~?2�	8��k��}}@ujrԢz�^��� �������$�M���0ΧX�6F*~�-e=iY��i�.C�g2���z���[i��Ѩ��NHE7�솿Ӗi]���iQYLj%�F/B{^���6F6�����o
+�#9ްŽ4��	�0H�tf5�vf�-�|؈1g]0���ˇ��`Ϝ�{ak��y
D����f��y2�=�9�g�BrN0
�e��#p��,��`L�Q�Gy
+%�?� f�
�9.�Y�E������tcɜ	�f�ĝOǪ�X�ҍ���k�n>�l��&Զ=��Cݢ�F|�g
�e�������O��ѱQ���}�dn؆R��h
u����Vٚ
+1�H58��c%^��ܳ+�\�5hI�x|�u���M�\����у�"��K�?���JA{-�(7�%Z�����o���L�ˊ�)p���.ʎB>�a):�(ɴ@'��#V��؁�PL��" �C�f3�:;�i�c"o��Wqfq�4PLT��x�	�
+۹7��-�A
Ύ��u�I�݀�OҖ�G2C��a���I�y|��1���ݏ{� �d����˔�LZ\`ٴp�e�H�Tv�8\es�������8��5AGʍ��]���6�9!�yz�ԋ�
�! ڵ�@E�W,��K�"aQ�s�XN���*.OK��j�$=��|$e������4S�K�l��0�(9��N,�}�L��=@���3�o�����̒�����Y�T�A�JE½�G �*���;�P�vڱ!|�$��k3�$�p��a�z�@EH�	�
+�B��7���v��3%���vì|+B{0"g��A�<~�j�;�z�;L�Y��0��q��+��(0*0��l#@�Q���y�Q�pC�B]мn��8w9glJ�q$�,�RY��Й������K�F�6�b�Wr�sX|rNh��p��ǁ��O����h�T��X@4�y�Z�iQ ����%(�]�,�e�e��2�Q\A�a���A���WL�M�p!�s�G#qm��kUL\ɒ;�˰᝙��@�9�#.���.�6�(���ln
+�������1�$��C�@�
+1��{m�f�5���ӥ��7�p0��4��hՖ��������b��o������*
�%��7iO������z���Gs$��߀���S����1���b>��9�k�R�@���$��ᙴ���aů�9WF\���d�i�pz����SQã#�m;�0����=$P1��B;��qoׇP����O~h��pdyD�Ln	y�i�2���|~iD�xN���[�`㺾g��"n�IpK���c-�{]�⿎[>�pg�29�p@������:\�l�|�J�< �BFK�L�ݐ~�f�QT�S�
+c��cO� ś�<� �0OӜL�]����Y�����̉��`�5�k����0ռ���������e�f|�Nd�Ӻ�]�����Y"��4/�Ukள�$���n�|=ͤ���{U�,
+��`J�k�tv��dm�o0_,ן;M���ϙ�=��� ������וfJ�`۝'K�.:�����HQk��E������.��o-׎�q){�NϜR�
+�"BC�`��IV�*�^�ޖ�< �hr��{.f����p��f�N�����֥��K
+�������F|#CT2�0��og��vu��(���c?=P^�|������l(�L�3Gμ�m?�F2��߸���M����͖���z@h@�L�N���BE�{׃�҃^�š��R)��s�ĆC�a�ΐ�9�x���/��'{�m�����sG���B"3'Ir��:mS�b�$5:Yr�F#+�N��А�o�p��j�k9���P[����	0�ve$��}�UG�����}��<�mi�}�%&��1`�g�?�����,�o���=�>�8j�=��3�U�4$������(��\�%S�f&}��'�eq��*���u'��_�0���	�s��߮W��E]<endstream
 endobj
-4188 0 obj <<
+4406 0 obj <<
 /Type /Page
-/Contents 4189 0 R
-/Resources 4187 0 R
+/Contents 4407 0 R
+/Resources 4405 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4123 0 R
->> endobj
-4190 0 obj <<
-/D [4188 0 R /XYZ 71.731 729.265 null]
+/Parent 4316 0 R
 >> endobj
-4191 0 obj <<
-/D [4188 0 R /XYZ 71.731 741.22 null]
+4408 0 obj <<
+/D [4406 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4192 0 obj <<
-/D [4188 0 R /XYZ 71.731 718.306 null]
+4409 0 obj <<
+/D [4406 0 R /XYZ 71.731 718.306 null]
 >> endobj
-1713 0 obj <<
-/D [4188 0 R /XYZ 71.731 664.409 null]
+1877 0 obj <<
+/D [4406 0 R /XYZ 71.731 659.527 null]
 >> endobj
-802 0 obj <<
-/D [4188 0 R /XYZ 165.31 625.136 null]
+870 0 obj <<
+/D [4406 0 R /XYZ 402.85 614.272 null]
 >> endobj
-4193 0 obj <<
-/D [4188 0 R /XYZ 71.731 617.783 null]
+4410 0 obj <<
+/D [4406 0 R /XYZ 71.731 610.442 null]
 >> endobj
-4194 0 obj <<
-/D [4188 0 R /XYZ 71.731 597.873 null]
+4411 0 obj <<
+/D [4406 0 R /XYZ 118.555 568.252 null]
 >> endobj
-4195 0 obj <<
-/D [4188 0 R /XYZ 71.731 548.125 null]
+4412 0 obj <<
+/D [4406 0 R /XYZ 71.731 514.555 null]
 >> endobj
-4196 0 obj <<
-/D [4188 0 R /XYZ 71.731 533.181 null]
+4413 0 obj <<
+/D [4406 0 R /XYZ 71.731 463.865 null]
 >> endobj
-4197 0 obj <<
-/D [4188 0 R /XYZ 71.731 482.072 null]
+4414 0 obj <<
+/D [4406 0 R /XYZ 389.061 438.061 null]
 >> endobj
-4198 0 obj <<
-/D [4188 0 R /XYZ 71.731 436.08 null]
+4415 0 obj <<
+/D [4406 0 R /XYZ 118.688 425.11 null]
 >> endobj
-1714 0 obj <<
-/D [4188 0 R /XYZ 71.731 386.331 null]
+4416 0 obj <<
+/D [4406 0 R /XYZ 411.769 425.11 null]
 >> endobj
-806 0 obj <<
-/D [4188 0 R /XYZ 211.497 351.96 null]
+4417 0 obj <<
+/D [4406 0 R /XYZ 71.731 405.02 null]
 >> endobj
-4199 0 obj <<
-/D [4188 0 R /XYZ 71.731 343.323 null]
+4418 0 obj <<
+/D [4406 0 R /XYZ 403.654 381.274 null]
 >> endobj
-4200 0 obj <<
-/D [4188 0 R /XYZ 71.731 287.039 null]
+4419 0 obj <<
+/D [4406 0 R /XYZ 71.731 356.204 null]
 >> endobj
-4201 0 obj <<
-/D [4188 0 R /XYZ 71.731 243.203 null]
+4420 0 obj <<
+/D [4406 0 R /XYZ 71.731 281.683 null]
 >> endobj
-4202 0 obj <<
-/D [4188 0 R /XYZ 71.731 212.319 null]
+4421 0 obj <<
+/D [4406 0 R /XYZ 477.684 257.937 null]
 >> endobj
-4203 0 obj <<
-/D [4188 0 R /XYZ 71.731 181.435 null]
+4422 0 obj <<
+/D [4406 0 R /XYZ 71.731 224.896 null]
 >> endobj
-1715 0 obj <<
-/D [4188 0 R /XYZ 71.731 163.502 null]
+4423 0 obj <<
+/D [4406 0 R /XYZ 71.731 163.128 null]
 >> endobj
-4187 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
+4405 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4206 0 obj <<
-/Length 2330      
+4426 0 obj <<
+/Length 2159      
 /Filter /FlateDecode
 >>
 stream
-xڝY[��~�_a����cEK��$�l���Cs��H�@K�����RN�_߹��e�
P�A�p8��㐎W���>�)|�"L�lU^>D�W�ˇX8�²��|����i�*�"OW/��.M�4�W�4	Y�z�~	>�յ��f�dQ�������Wn~?���n�����?���t���:9���t�a�e���\t�ݎ��CN�:���N��5��Ozg�w��zŭ�uoQI������!,����k�Q`�u�j��V�+in�z��:QP�:Q`qj�of�B3ڐ{/��x�|�sm�e��.�8����*��H�5���9���#�m›q�	�g��h'2MN�8��W����A��l�`����|��^Օ�mS37��-��		�m�κ�SQ�V*ѹҿFQ��8*�6����`?4�&��&����Cf�����hPno.w������1C-��M����g������t�M�2��m��tCDUmōV]D�[\B)�z=�^���W����+�O��M���I��w\X�N(�\ֺ�請x�k�bd"Q����\�s-�i�H�h�;�_�#��Ȣ�"���Pʼ��1��S��=�DUo�jN^�EL�貯M+�6�Z�����*ͱ84��$��-�:3�Z7
-��H��$�G�Q��'�M�!A��2�$q�e�=�1?�?U�d�"�i�`_j
-`d9�W� L��)��6-#�
��W�i:Y��Uy���H#z�U]
-�L����0L��I�db�N��
�
-xJ�npgZN�e7�����h�-l�)< c/����q�Nl�1(��Ph�|�
�T�I�:���<L����0�P��r�m�������p�UΝ�s�*|�֓8�	��s%�����.u[۾�\f�Ũ�nձq*R�"Z�i�>������p�R���P4�����5���kQ�N]�3�_�;��h��*g�ڏC�Ո6<�k^��k&G�
-����B$�}Pu溭|������-�	�zQJ��r2�J��X H�ۻy�`��A@~��V�
��x=vѪ��jWL�@:��;����J��KvoeXlk����X�o�۟��/Nr�ږ]}��\{��eRe��R�i���t�<}#`�����.�ᵁs|�t�EeS��7����5�k���p����ĩ���T$pf�$rU�!f��L����UY�
-��I��D)2p��\7"�nKu?Sbu!���a�?����ը0����-0k�5e�\��%ex�3ZM#M����3�
!��0�\���\Z�o�Q�H���n�;���9���y�L��
ԃ�-N�_�g�؁l�����7��n�݇`��E�������$P�K�y��!5��>��P<)`a����	�����0��l���)��n*_5O��|Wn��Xr/�gE.�#�"Q]�p��!u��j"����t�pp�A�N|]�N;�پf�2d��4<����ǣK!HM;�<.r������w���Gk_a+��\�&\�ź��2�3�ޝ�~	{ٍ?*��r�3�f�+:u�r�X���Mط�rZ#��Ÿ����������Ja}�ׅ�81w�3��!8H�H+F�Q����c�xaע�D�{�b�L
-����BpL4L�"��		�-���m�k<����sn)r��F�Z�W(1Z�@l�Xع,�``��԰_���Y�[''�E�;Q�Q���^F��Vߺ�����(�P!��K4y��}�x�1pSI�c*v��bg�+!u���iL��J&qYT��?���=F�����䧿	�*}b:7���1����iO#��e���p���Nc�#{���5^�0�p�����h�yrcp0�;����̈́��TCٻ.�m�r5-��Ə�zr����ТX�������O��z�$
��i����D~�s+��m��+���Z3��t�����Ea����#���B��-�k��m�`~Y�"�'ipҪ�B�c-'�z3d `f�p�s�Ш���<�^`e!]�;˳x�.��S\_`�ힻ�_����L�nT����0h�^/�2&q��!��L:��G"uz��>)�Mī��(Ӡg�WhQ�O�.�ucn�K]���G��Y�=�ĶL�W\����xU&�h��IJ��Z��^/��FY���V�f��…*c���*�_��W�Yz|/%2U��if3��E�8]w���N��xhd���}Ft�q�v�;m��#�}��P���,���Ij��?[�-��ף���p�nj���;��x�տ�F�����F������z\�9�endstream
+xڥX{��6�?�=�a��$?�pE�4٦��-�mH����̸��ďl�E��K���;���	�)��(�Gj����Ĝ��2�NV]��V�.���,�7�yv}q�RJ'ei$���1�A��R�$�u��}�W�^�+O��1�]�TEW�;"<v���[��Z��������9�1K��q#�Һ�I����2b"I��O��h]����W^����OT�x������9��ذ�~Zv!:-\���	�~!X�I����蠝:�Y�W=͚�<�l�tk��ڲ�[��滶4}�aPe�oT�
��3��2e7f{U����N���^@S�*C�A��}�����QѰY	0knj|8;8�u��~���i��;]��?�/s�On����-y�����t[;��?�������n�}\��}fLZ^	
+�p�X�>G�z��J%�����������Pj�����^������'t���)���y��S��E�<0�C�9�?s/'�.;�?H������r
+{9�=��YD�4���K#s{��yC���$ �ezM_��'��*�a���]w_�z�C�‚e��Me��1a�*����V0��?X���v,�giٌ��q%B��f���9���VN`!C������=��v(��Զ|�-�ɭ���v�s(�\�0� �Y�pD�o��N��
��w�@	�q�p���i���xs��$	�I@j��k�"��/�@荠/���x;��L��P
+ߟVx��1�L C5�p��	T/�	�X$��&�����g̀	H�D����'i�����2{Qȡm2���
�i�+��c,L�rc@�^l���jaw����5�`��X���$	"����Yh�z�A��M3Թ�����@��܃����y�-������_��zq���l2n;����W
e2LM��5��c3��;�hˢ�R�cRۓ�B�	n��S�㽴�T�]��������[��vhf2�!���& %��u_��$��d	��̂����@�L&�>��j����SF̀�6r2�Y,(�_�=�Ja
+?e��43 $�{h�%�G۔����jU�nm�6ͭfeX�c?�Y����; t�w`�+`P�T3����sШ�����fwP	l�nfZM��C����x�#F���q	,��ݭ ���WI6Uw{֡��\k�λnc��l�8���!z��>��(b�I��}U�z��KI��cC_wE����}�{�!(<�p�����)���		A�L!~Ĥ�[�Ϛ�SŲ���3.B��ry2L
d�h��.
+�?{��f��8�T�v6��Y$�����!@&`�C����͘a}.ȼ=~|����_@�R��\q��vp���H|s�z]��p�8?}�ԑ�QSH�8���H��d��گ�S���#T��`~�[ӌH���܂����ˬl�`�:��%Z�j��8�0���Q��h�DT4)�JZ����k��[O�9�R��q[u�o��U�F^(f;�β�*jU��(}a����XP��u�Q),x���4)�Vґ�TT��"Mm�ɑ�V��@sJ�l�R@6#�bF���>�������?R�Ǜ1-C�L��WKa��M�˚b&��<��{13�׿�q��M�>�7��3s�RLF��d�inL�b,x�����2�-�w�Yf�}1�1K��x����0��NX�D�4�M�1��������;{n�e���K���:�D?�q��~=����y�����}���
+na%"��U�=ǩ��ec3A��
+�}��C���h�T�x2(WC�k�Ru�U]C��5�߫I��Y��{�bD}�/�nh�h��
+̎�UCP��dw��-���wN�wgri:���^�H"�8;���X|8ѧ)�
r��Dug�u��
��5�T�T�0�B�
����H��V	����F��
+��WD1�fx�`����!��R��p0��s�ۦ��T���)
O?�/�A7��&�'aᙝ��b�$�~�U�����Qd
+�	����o��,�t:P�y�/�B��Y��@E�}?�
+Xl.7�76Z�{C�c�r�<�(��q���:HX��G-=�,~,�f��b����>����yendstream
 endobj
-4205 0 obj <<
+4425 0 obj <<
 /Type /Page
-/Contents 4206 0 R
-/Resources 4204 0 R
+/Contents 4426 0 R
+/Resources 4424 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4123 0 R
+/Parent 4316 0 R
+/Annots [ 4435 0 R 4436 0 R 4437 0 R ]
 >> endobj
-4207 0 obj <<
-/D [4205 0 R /XYZ 71.731 729.265 null]
+4435 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [244.528 255.888 410.209 264.799]
+/Subtype /Link
+/A << /S /GoTo /D (cvs) >>
 >> endobj
-4208 0 obj <<
-/D [4205 0 R /XYZ 71.731 741.22 null]
+4436 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [494.336 229.985 537.983 238.896]
+/Subtype /Link
+/A << /S /GoTo /D (tinderbox) >>
 >> endobj
-810 0 obj <<
-/D [4205 0 R /XYZ 255.599 708.344 null]
+4437 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [71.731 217.033 267.724 225.945]
+/Subtype /Link
+/A << /S /GoTo /D (tinderbox) >>
 >> endobj
-4209 0 obj <<
-/D [4205 0 R /XYZ 71.731 699.706 null]
+4427 0 obj <<
+/D [4425 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1716 0 obj <<
-/D [4205 0 R /XYZ 71.731 605.564 null]
+4428 0 obj <<
+/D [4425 0 R /XYZ 71.731 654.979 null]
 >> endobj
-814 0 obj <<
-/D [4205 0 R /XYZ 159.597 562.467 null]
+4429 0 obj <<
+/D [4425 0 R /XYZ 71.731 632.065 null]
 >> endobj
-4210 0 obj <<
-/D [4205 0 R /XYZ 71.731 550.029 null]
+4430 0 obj <<
+/D [4425 0 R /XYZ 71.731 479.636 null]
 >> endobj
-4211 0 obj <<
-/D [4205 0 R /XYZ 71.731 520.818 null]
+4431 0 obj <<
+/D [4425 0 R /XYZ 118.555 441.072 null]
 >> endobj
-4212 0 obj <<
-/D [4205 0 R /XYZ 71.731 489.934 null]
+4432 0 obj <<
+/D [4425 0 R /XYZ 211.992 432.608 null]
 >> endobj
-4213 0 obj <<
-/D [4205 0 R /XYZ 71.731 433.147 null]
+4433 0 obj <<
+/D [4425 0 R /XYZ 71.731 387.483 null]
 >> endobj
-4214 0 obj <<
-/D [4205 0 R /XYZ 71.731 415.214 null]
+1878 0 obj <<
+/D [4425 0 R /XYZ 71.731 360.639 null]
 >> endobj
-4215 0 obj <<
-/D [4205 0 R /XYZ 71.731 384.33 null]
+874 0 obj <<
+/D [4425 0 R /XYZ 449.605 317.541 null]
 >> endobj
-4216 0 obj <<
-/D [4205 0 R /XYZ 71.731 353.446 null]
+1879 0 obj <<
+/D [4425 0 R /XYZ 71.731 313.711 null]
 >> endobj
-4217 0 obj <<
-/D [4205 0 R /XYZ 71.731 309.61 null]
+878 0 obj <<
+/D [4425 0 R /XYZ 159.442 278.169 null]
 >> endobj
-1717 0 obj <<
-/D [4205 0 R /XYZ 71.731 265.774 null]
+4434 0 obj <<
+/D [4425 0 R /XYZ 71.731 270.817 null]
 >> endobj
-818 0 obj <<
-/D [4205 0 R /XYZ 182.7 222.677 null]
+1880 0 obj <<
+/D [4425 0 R /XYZ 71.731 212.052 null]
 >> endobj
-4218 0 obj <<
-/D [4205 0 R /XYZ 71.731 210.239 null]
+882 0 obj <<
+/D [4425 0 R /XYZ 141.108 174.836 null]
 >> endobj
-4219 0 obj <<
-/D [4205 0 R /XYZ 71.731 160.107 null]
+4438 0 obj <<
+/D [4425 0 R /XYZ 71.731 167.484 null]
+>> endobj
+4439 0 obj <<
+/D [4425 0 R /XYZ 71.731 147.574 null]
+>> endobj
+4440 0 obj <<
+/D [4425 0 R /XYZ 331.48 123.828 null]
+>> endobj
+4441 0 obj <<
+/D [4425 0 R /XYZ 86.396 97.925 null]
 >> endobj
-4204 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R >>
+4424 0 obj <<
+/Font << /F33 1302 0 R /F35 1563 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4222 0 obj <<
-/Length 2548      
+4444 0 obj <<
+/Length 1530      
 /Filter /FlateDecode
 >>
 stream
-xڥk������
-c?��z����ow�^���6=A��,���ɒO������k$�qN��b!�!9��zk����p���(��±�������7�,R�Ff�yZ�(E���*	�Ŧ�y��>;��]���[F��?ve�c����\VU��u����fT�X���iS�*���Z�*
5�|���WoQ������?�!w�&�8]h��f����ݻ�FQ���x���+|"�Z��b�9i0�ȇI�2A�>2�V&LQ�$N�G?�o��5:��͛ X$�T���	x�3�D*21����f�훡_��,�}�!/;��eS��3x�1[�߬놃-����Vk
�Z���2�`[�&�扑�^����ͳz�=7�{��}Y[��C�~\�p���%�k��0��/�~�,k�($�3�+ERk?e�k �06mA�}è� ��D�O`G `����Ŕ��4�E30	C�ͺ�za�C��%2�c�e����K�h��5?N��f^;�'�1/�_�l���rw&�ǎ|�п����%��^�垡_��{.{��	���е�������@��f���5����W7=9a�,��`�/6��h��$J�޺������ShHG@�E�s+�O+�v���	���{5�#�x�;�R��wLc4$�(��>��.(`3Z�!%:��˻�����
-�(��r�+ƿA�rh)fPNM�J���W�"+�����
���@���J�>cxR�!""��� 9p�$;��~���w�=V��W}^)�r1˺2��S&����E5���<ϟ��1����0NUH��x寗�U�% yތQ�z����'"݉_�`\Ɵ�h�2�x�T_�|�J�e��n��=#��=ϢL=�g��|��D=����Peb%�-4�U��o��:���qC���i'^׵�f�_�x����&Q�a�8�6�g=c����ѹ �䝫Ĩ�E�SO�з�T/<�՟	B��#iq�4U^
-K	���f�E*��݆����]��h���<#-���܏{�4n��dQs�� 8V"7�N1杵��2Q�R?]�:U��%t<�Ӆ����*��2����0	n�w<7�>ȇm��c��P��\;�ig�fo�,�^�IO���ρ��m�)(��B��+�9���Oܸ����ֽH������)�,����&����9�;R���Ǐ��^���"����0ضt��vTG���s�	��m��RTp��촂.�f[�������B�솪w>��o"|�鲒z�xf��=W���������5#�z1�-h���y��^����5�	�+!gW���Δp[$�m_��We�~�E�k�/�_��p����wΗ.u@��s�����?�\�Ri��$'"E�?��p�k�F�y��1�v���C!e���(⑙���S���A&`��m�7nB�@��SaDm��&SlU���^me:l�и"��
�e���-��I|g^j_���B����me�a�1�tz�I���Lˊ���#� P�������b�S����_4��/�y
�=q�&gJT�r����G���`w'!�;�ÝWkO$$�.�@sd~�k�w=�i&x��l'|xn�t���:2�BW�D.���Ç0��]�&�W!��&~�A��-���������j�1�y�{�%�^ڦ3G�k�tԣ�py��ݥ���$
-��O/<x��Z�N��tD�M�
-[;�D��.��b�,�9Ā˜���f��D0e�K
��q��OMK/sU����s�褳b��`*�����b�.Ƕ���{�J������,�%5)�&/��⼲	�m�0C�H1L'.�S^�ǡ��U�IHKA>��l)n7�)���UL��^b�S�+�xzk������y꥜��BD1�ꏕ8`-�_p�лL˵����<��r���ѹ0lV����u=ϰ���5;��F��\w�������8��nV	�zgTkC����I{��w�N2�ؗx�DO�f~�d��P��E�6��5Ɵŏ1�eӎi��b����CZ=0J^������ġ:���-:���m��� p����,���ơ��W�&��<<[{}W��S� Zl�g� ��Ez*���gk��MS`[�Y�֬t{�f�����(��@����w.�?�[0��8��<�<o�g�2Ǖs�M���Ut��Žn�D�e'��g�H� ��Ն��[o-S����#��Ȋ��Ww~�|M1�3T���7^b/��<N
>����s�-O���!����!��*��mj��	��~Jq�8�	�#&�t'��ut>�E"��u���t�j�M�|.�'�,�+j��O�Q�	�T5Ũ��P?u��Y� �"���f�I3��全�n��*�dB1���_0�,|��*�;��VԂ����ׄ�"$9i�&��DyoϺ��΋��/�nN��'��������@�$�������0HT�㫿�~�<!����/�����O<endstream
+xڥWY��6~�_a�2`�:-;o��@X`��m�Z�%v%Q�l6�흃���9�b�%9
g�9�B��fy$��x+�u6+��pV�ͯw��Xz�����n�K�̶b�Nf��,
s���,Ob������Wp_�Ω~���0X^��L��nK&��O�(�u-��~��ywz9Kr��$_Un��.��ڍF�R��U�W�A�	��u���H&ܿ{���"bכT�|�K��6t�e�5���Y�\Iǔ�t#z�V��Z����֩y�e1	4��L���Uؙ��;@d�b;�����X�u���9XU#u=z�Rz�v���o�{͛ʹ��jU���,�O�~oE�Z�~Z���0�\��>������5��xH�,�/֩�����VxHsd"���),�F�v�΀����)��<��L�U���qp+J���߂5��ŭ�A�W�ԼF��}�*t�״��0.���$��(0lT�Qf�|N�^O�$}�w�=XU���r+�veO��� K�Y�BR�1M��g�Zd"u��?�Ǧ��������^�$�@P�(fẠ՝/�(I��-���Q��&2��'{u=��o��4���N�K���<EeC���Pܐ_��*���}��]zp6��D`���Q~~~���@����U��y�i�sLL�cEbW6�&�P���}'�Z�L����Pa"B�D�6 "^�������Cי�j�t���ñ7
s�,F����250"�AO��jT>�_����ð�1W�t��:�^1���[� G�E�v���@ƍh���d��n䶏�rM�r.�LB��vU.�1��4����Of3���IWTT� {����j�&km!�je���V���b��n�9p9u����>���^�c��y��t�+��ڋ�JbY��p����F1�P����1&���6_I�h��p���-���!��셢��z����C�s������Nֵ�>�%@C
�-�*��eK���`����0h���V�7G�:�N����킩܄a���Z�r��ϲgZ/��\���ST�y�j|Ɖ[�hZJ~���zyH�����s7�Y�/��q��R9�����Է�ǁ���7�qߨ���I���[�\%/ж��t�]ڱ���Ո!��כ���|�>:N�tX'���h^28K��^�Z7�"�@
+�"�w��a!�7"��s�ś���I��|�M�:��*
+���V�d���f�yj�&Hsl�|2؜>;O6��U��*�]��{�d�c�c�g3�h����l��J־���tͳ����L9�=�w��|t����D��W��[q��'8/�a�X'lmpTY�[�]�tK�P��2:�ϕ.*�/$�g�x�+��	b�N&#<.��V�o�2��O�����>����a�z�E%Y�qPk�Tn��%��.��'�W�ڊ��	+����F�?fо��X���ũ�MZ�_��Fl����z�,W?z�x#�x��l�/���~�?��:endstream
 endobj
-4221 0 obj <<
+4443 0 obj <<
 /Type /Page
-/Contents 4222 0 R
-/Resources 4220 0 R
+/Contents 4444 0 R
+/Resources 4442 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4123 0 R
-/Annots [ 4227 0 R 4230 0 R ]
+/Parent 4460 0 R
 >> endobj
-4227 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [138.415 567.66 190.751 574.439]
-/Subtype /Link
-/A << /S /GoTo /D (installation-whining) >>
+4445 0 obj <<
+/D [4443 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4230 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [364.929 517.737 418.584 526.219]
-/Subtype /Link
-/A << /S /GoTo /D (installation-whining-cron) >>
+4446 0 obj <<
+/D [4443 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4223 0 obj <<
-/D [4221 0 R /XYZ 71.731 729.265 null]
+4447 0 obj <<
+/D [4443 0 R /XYZ 225.881 695.392 null]
 >> endobj
-4224 0 obj <<
-/D [4221 0 R /XYZ 118.555 689.705 null]
+4448 0 obj <<
+/D [4443 0 R /XYZ 71.731 688.254 null]
 >> endobj
-4225 0 obj <<
-/D [4221 0 R /XYZ 118.555 650.952 null]
+4449 0 obj <<
+/D [4443 0 R /XYZ 373.626 664.508 null]
 >> endobj
-4226 0 obj <<
-/D [4221 0 R /XYZ 71.731 586.095 null]
+1881 0 obj <<
+/D [4443 0 R /XYZ 71.731 657.37 null]
 >> endobj
-4228 0 obj <<
-/D [4221 0 R /XYZ 76.712 551.206 null]
+886 0 obj <<
+/D [4443 0 R /XYZ 204.675 620.154 null]
 >> endobj
-4229 0 obj <<
-/D [4221 0 R /XYZ 71.731 531.281 null]
+4450 0 obj <<
+/D [4443 0 R /XYZ 71.731 612.802 null]
 >> endobj
-1718 0 obj <<
-/D [4221 0 R /XYZ 76.712 490.036 null]
+4451 0 obj <<
+/D [4443 0 R /XYZ 71.731 587.078 null]
 >> endobj
-822 0 obj <<
-/D [4221 0 R /XYZ 188.149 450.663 null]
+4452 0 obj <<
+/D [4443 0 R /XYZ 249.701 587.078 null]
 >> endobj
-4231 0 obj <<
-/D [4221 0 R /XYZ 71.731 443.311 null]
+4453 0 obj <<
+/D [4443 0 R /XYZ 273.821 574.127 null]
 >> endobj
-4232 0 obj <<
-/D [4221 0 R /XYZ 71.731 410.449 null]
+4454 0 obj <<
+/D [4443 0 R /XYZ 71.731 566.989 null]
 >> endobj
-4233 0 obj <<
-/D [4221 0 R /XYZ 71.731 353.662 null]
+1882 0 obj <<
+/D [4443 0 R /XYZ 71.731 510.202 null]
 >> endobj
-1719 0 obj <<
-/D [4221 0 R /XYZ 71.731 323.152 null]
+890 0 obj <<
+/D [4443 0 R /XYZ 189.239 472.986 null]
 >> endobj
-826 0 obj <<
-/D [4221 0 R /XYZ 243.797 285.562 null]
+4455 0 obj <<
+/D [4443 0 R /XYZ 71.731 465.634 null]
 >> endobj
-4234 0 obj <<
-/D [4221 0 R /XYZ 71.731 275.197 null]
+4456 0 obj <<
+/D [4443 0 R /XYZ 350.294 426.959 null]
 >> endobj
-4235 0 obj <<
-/D [4221 0 R /XYZ 71.731 232.397 null]
+1883 0 obj <<
+/D [4443 0 R /XYZ 71.731 419.821 null]
 >> endobj
-4236 0 obj <<
-/D [4221 0 R /XYZ 71.731 193.543 null]
+894 0 obj <<
+/D [4443 0 R /XYZ 261.414 382.605 null]
 >> endobj
-4237 0 obj <<
-/D [4221 0 R /XYZ 118.555 154.979 null]
+4457 0 obj <<
+/D [4443 0 R /XYZ 71.731 375.253 null]
 >> endobj
-4220 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F44 1937 0 R /F27 1144 0 R >>
+4458 0 obj <<
+/D [4443 0 R /XYZ 71.731 349.529 null]
+>> endobj
+4459 0 obj <<
+/D [4443 0 R /XYZ 365.641 349.529 null]
+>> endobj
+4442 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4240 0 obj <<
-/Length 2817      
+4463 0 obj <<
+/Length 2248      
 /Filter /FlateDecode
 >>
 stream
-xڥۮ���|�{�d�V$�֥oI�-6@,��"	
-Z�-umɫKN�_����%�6h�أ�p8�J������$��>*�U�_嗧`u���?�B���滗�o�D�*�8Z�W�(�8^%��ӽZ�?{+��7�z������gW�'�N���Y�}������>J�,��*��Y��Q({� ��ݎd����z��wkb�\��^���m�=���j�� P�`�u�������ij^�ZVy9�6k�Ì�QU��}�バ�C��m�ue3�E��AV�2��ow���"���5	
�ۆ�������,�I>��|>��k��GB>�5��E)kl� Y�X;����,����F0���!�>�$�M�fè�]H��ۄ�.�6�����"���BRۧA�h�p^�'�F�K2"pgE�(��F}���	Y�="i��������./Q�b���1��Mπ�#�N�̇���N�]����4���-I&,%�k�|�Kd@C
�B�ben��[�GY�O+���q`t|�k�f��:}!h�U>Ͼ�!�6���z6" �#S�|�~��h�%�DI?�
���m�
-l�veӉ��p9�V�Ee���Y�U���n<�M��<�>���׆\ ��k�Aم"�l�qƻ��SE3��2����(���8�Qɱn�ٚ�/�g�s�
-;���Ef��%C�*M-�A����<2+Gft7����D�sGw�p���7��n�"�xy��
��B��V)$�M)G�W`�~L�����_���S{?�0�9GOp9���5��bАnhA,������eh<x��6�������'$iq���hO���2�BR�
d�kk:0�bD��CR:gF��}��tlPu�~�O���?�
-g�k�>C�@d���Q�,�(ؼ����l����&7�okʺ�P�s������ 0:>�P��ƻ�B�u��L� 8�|;+�n"�=Aa����1�Ea�dB��')���|��f[��H�d��Z�K�Tpg�H	ٶ���G����'��EvA
��3
_�!ޠ�e�s��𹯮����1H.	_�]��a�K+I���B $?�A��\�����4:/eqQTh��<
-��xB�������[��q%hJ���
-a��|(�����V.�ϤJm���2���R	�n�Z���
�d�0����+,,ؠ%
-D�
^,��Ԁ�4b��	%�������)c����ݤ�+x�3���%�ɺY5"�Q�$z�dZ�<��wUT��:;cx�
�g��?�8�z(�l �z�(����$���^cZ�Q/$R��ŵ�pRv��bt��U����%����t���`��̨�l%��b��e�;Ѥ�7��e�X|?���' ^�)y4q(����a���1a�������������"'ـe�ԏJ�N���F�v�80T�&�\���h絬�j�޸ph�����˸���i�w�y�ι�%����K��~�=
P���)�cu[�
-��AP����En*u��0z�wo͝���3���vF��y�X��™��X�����~�CY�ʯ���y5����۳��W����]=�;P�m�V+����kd���Ki��B4f'Km=�c�O�+�Lð���R	и�H�~&��z���c#�m��Fˑ��[�zaPfNQ0F�(���n!!��Fq��0ȏ��(bt�S7щ���;���"���:W]�֥H4��LF���(�c���9��H��-S�ݣ�G��}���C��$ �$
|����(��D��>����G
�r�]}���l}����:E,�hrt�
-}�[̞Kp�L�L
*�M���S���Ñ�Z�'��g똄�׏������ӂj��
�d����T���U�C8v���jh����掑�1c.����B`��掵���^����vi0��
-f���v��Ƈ	|��t�X^̞%�L�q��=Tkq��Y��l'D�g�9#��ɱ��o��|s%�j̯mni������Q���݆��������P�r_����8��s�
�-�9S��qf3\0�y�� ^xBj�X�z�C�90�����]���p������b��ۛe���	���yZ2��J�ր7�6[�I�+��a�q�I]�
u��L	0�='i|$W�t�&F��W��J3z3e��9MT��a��ȴ�s,�±ۙ؍kvv�����c�J�_&O(Lt��`��d�e%��c�Y�Rީ�������8��!F�.o�k�\S�g�3l/\��S��8�򰚜���:6�~��Sf�cz�κ�Z!�
-�ͽCL�����eB�������u����M'���lp��@<�p"���蛫;�2K�
�M�)�@�Ot������k����>�~<��W��z��›
-����M"p�;ͼ*1��Wj�l��r1�0�f�?��o$��_y22�h���-0e�"��"1XK�E��9�Lw�H`@p�R��ER#��V*P�R
-SƧ��
V�������"�GI�
-�,�V�Y��?�s�`7�"I��^KtXl�4�!�c���DA�G�t�����>�/6��x�HO�0U~D�@"�i%��#*
����3zr���tir���\j+e�E��!�
�m�J�MF
� �Go��uQ����a͟I��͹�T�\a"��w�k|�zM��v�e��)�.5����I��I3@�������Y�����V���c~׽E���R��RXC��q�}�7�]
-P��'�J�@��U�F_�){dcw��C�endstream
+xڕێ����_�<�V\�)Ej�m1������H�t(R���_�s���^�3�3g��2.�.���c��
+?�����*X��˻W��H�̏�����4��b/V
+o�^=�ŋ(�X<��[�؏�l�T��{s<궬�\��|���������_�Q��q��7�$�~]���_@=_~��H<X���\�>U��Ci����)"D�n������A-.��k;��m�S�3��{]2R7F/��;U�s���V�x7ԥ���8��/�0%�B_v�V���ů#/pzŰ{��#�gr(���2��[������Vf�D��Jae��2�.B���^	�Uf�c��~'��w�N�0��г��������$(|�ك�/�ĝ�W6֭�
+�u�]�7U����ب��-���7�(�D:�����?�5�V�Y���F�E��V�u���9��b!X,
I�]�"��z�6}G�3�G���1`��?VJ��[��f��z�eml_���9�Ж�ގ��wtg�}s���ݗ�8��e������_�[ˑR[U7r�Mlw:�����1G�7���/??~�:���Hx�bc��X?t��]���c���]�_k�y��H6�Fh����zhl������8a��)E,����nǿ��Q�5�0XB��2�2ʼ�u9�F�����U
+�a�AÁZ�rz p�.��	5:I�Zk��㏤.�z���]�#�V<-�H��?���u�E~)����ڲ@�aD��/90�EP6/P�ǖs����pd<i슧\3����Ҝ\qX]i+"�nXl�XQ�F�hl��&a��DJ�\OK��K��'����砍Q{!m��(��Y���	xÈ�����Z�����_'�V%ߞ�ꓻp��X�zf��w� 3;%���^���9��Q��47�#��=�
+l~>��o�!]���Q��ϋXD)�/�����1($t�b�"9������B��Q2+�Qpej붓'�G�0J�
؜��J�r#(�@�>/?bK%b^'����~Wn���_���8fAm�\�S!~��M�	��"�7(����)�?���<:mV�>��V�S�����
+a`Jc&ב����������@��Ȳ�nj�+��nd��R��O��5���Yi�xQ��1ڌP���7p�ϋNNA+�L
f93�W�����q�*n�.���zp�ga!��S��X������� �e�3IbU�~Vd7�p�r�����BCњ�2;��V\ʰZI��-H����,�j�(5�!��D}�6T��X� )����u��F
+�����Ou��d��9��[��-��϶H����RZ��
+�%��̭��ݱ��%W!���(���v�B�[�~��J@S���F�%9@G\�l�"�c>�kC�%I��FB(I���R��LD@��v�ǝ^����1��{+:���	�ֵ8� �RakC����2L	;�1l+���G�"Jo�!!�c��}���V�����H���}�R���y�发ވ�(B�!ZiÉa_=�$����4vܖ�
00O��W��<���[��myW����J��3���hk�#��L���A��^�s��@9���pF�]�P����z��1�7` ^)�����Z�<�JK��,�����)1��������B��v� ����2��Q�UPc���A6��{�}QK�~	��3�W�(�[Ibc���
+�	�7��*V;i����5����|���N�3�?Ad�	"���#�y�Ϩ���VP[����9��+<w�`�\=a�L�M�?./�ʎ6��^�$-7@��Jn�������?yr(
+׿�	�������F��z��&!�����3-�p��I:�����=79����4�ϴa\��ܝ��oQ����j��v$��<��Q刓�Ϣ+��c�̈́s)׏t��
V��_gr����=ʒ��+�c���cB��Ǝ��.��8I��L�Y����EgGj��^
"?n_y���G�3d�$t$(3>�$�x&���J')R7�P�%��V�xޛ��`On��+�g-��ȳ�����Ǫn����,x������c�)`�T7y��	����r��>#V�*c�@�T��@�Ռkf�p��zMM��qR��Zӿ�k�Lz*���	��$~_n���w���?��7y�O�0��������t�N��D�^�Nn/r[���-��endstream
 endobj
-4239 0 obj <<
+4462 0 obj <<
 /Type /Page
-/Contents 4240 0 R
-/Resources 4238 0 R
+/Contents 4463 0 R
+/Resources 4461 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4256 0 R
-/Annots [ 4249 0 R ]
+/Parent 4460 0 R
 >> endobj
-4249 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [192.636 348.01 237.468 356.921]
-/Subtype /Link
-/A << /S /GoTo /D (list) >>
+4464 0 obj <<
+/D [4462 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4241 0 obj <<
-/D [4239 0 R /XYZ 71.731 729.265 null]
+1884 0 obj <<
+/D [4462 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4242 0 obj <<
-/D [4239 0 R /XYZ 71.731 718.306 null]
+898 0 obj <<
+/D [4462 0 R /XYZ 366.546 703.236 null]
 >> endobj
-4243 0 obj <<
-/D [4239 0 R /XYZ 71.731 675.303 null]
+4465 0 obj <<
+/D [4462 0 R /XYZ 71.731 681.855 null]
 >> endobj
-4244 0 obj <<
-/D [4239 0 R /XYZ 71.731 623.497 null]
+4466 0 obj <<
+/D [4462 0 R /XYZ 71.731 671.343 null]
 >> endobj
-4245 0 obj <<
-/D [4239 0 R /XYZ 71.731 608.553 null]
+4467 0 obj <<
+/D [4462 0 R /XYZ 71.731 666.361 null]
 >> endobj
-1720 0 obj <<
-/D [4239 0 R /XYZ 71.731 536.189 null]
+4468 0 obj <<
+/D [4462 0 R /XYZ 71.731 661.38 null]
 >> endobj
-830 0 obj <<
-/D [4239 0 R /XYZ 233.582 496.817 null]
+4469 0 obj <<
+/D [4462 0 R /XYZ 71.731 638.889 null]
 >> endobj
-4246 0 obj <<
-/D [4239 0 R /XYZ 71.731 486.452 null]
+4470 0 obj <<
+/D [4462 0 R /XYZ 71.731 615.552 null]
 >> endobj
-4247 0 obj <<
-/D [4239 0 R /XYZ 71.731 443.651 null]
+4471 0 obj <<
+/D [4462 0 R /XYZ 325.163 599.776 null]
 >> endobj
-4248 0 obj <<
-/D [4239 0 R /XYZ 71.731 412.767 null]
+4472 0 obj <<
+/D [4462 0 R /XYZ 71.731 584.668 null]
 >> endobj
-4250 0 obj <<
-/D [4239 0 R /XYZ 71.731 348.01 null]
+4473 0 obj <<
+/D [4462 0 R /XYZ 71.731 561.754 null]
 >> endobj
-4251 0 obj <<
-/D [4239 0 R /XYZ 71.731 333.066 null]
+4474 0 obj <<
+/D [4462 0 R /XYZ 354.338 545.978 null]
 >> endobj
-4252 0 obj <<
-/D [4239 0 R /XYZ 71.731 284.015 null]
+4475 0 obj <<
+/D [4462 0 R /XYZ 71.731 543.821 null]
 >> endobj
-4253 0 obj <<
-/D [4239 0 R /XYZ 71.731 238.023 null]
+4476 0 obj <<
+/D [4462 0 R /XYZ 71.731 520.907 null]
 >> endobj
-4254 0 obj <<
-/D [4239 0 R /XYZ 71.731 214.177 null]
+4477 0 obj <<
+/D [4462 0 R /XYZ 71.731 515.925 null]
 >> endobj
-4255 0 obj <<
-/D [4239 0 R /XYZ 118.555 175.613 null]
+4478 0 obj <<
+/D [4462 0 R /XYZ 71.731 485.041 null]
 >> endobj
-1721 0 obj <<
-/D [4239 0 R /XYZ 71.731 133.572 null]
+4479 0 obj <<
+/D [4462 0 R /XYZ 74.222 443.363 null]
 >> endobj
-4238 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R >>
-/ProcSet [ /PDF /Text ]
+4480 0 obj <<
+/D [4462 0 R /XYZ 71.731 418.292 null]
 >> endobj
-4259 0 obj <<
-/Length 672       
-/Filter /FlateDecode
->>
-stream
-xڍTMo�0��W9)@�Z��[t�v؀-=����Bm+��ٯe�I�b���H���Ţ>��^R�ɨ�I��ȇ�8@�3��zq�^���e&��&J��"ˢ\pZH����Q;����˄d����[4���Ӷj�s�iq�>&�"�e!��4c^��"b)i�U��%9-R6��(4�b�|S+&�#*�nŒ��q�.�#,!z�"�=?��D1O(�r���WNqAv�'�Z�<�!T�I�{]��[��[�Сjt=��!�g��V�~�zXe���
g���H���vW���:�����
c�
�53NK���#=`�����ޡ�������7=3���K�1��obc��:]P����OS�jt��4LHDLh?�Y�xb��l��:�qiz�qI%XɄ���eF^�4�2�l"��3�7~G���<x�Ft�[��R��¹3��] �,U
�:�E�`��#�kB��W���O���S,ѿ�)F�l��L���w;��A$�m�qǡ31c4��ԟ
-Bz�	���npժj�%O�)F�J�@�U�GC��,o�����l!S��̀�<��!�$��Qj���XX��qX��º]��|�}�xsΆCgk���J��7��ӗ�Xx{҂,�]=A^=��4�3�R��z._g�BZt�endstream
-endobj
-4258 0 obj <<
-/Type /Page
-/Contents 4259 0 R
-/Resources 4257 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 4256 0 R
+4481 0 obj <<
+/D [4462 0 R /XYZ 138.434 402.516 null]
 >> endobj
-4260 0 obj <<
-/D [4258 0 R /XYZ 71.731 729.265 null]
+4482 0 obj <<
+/D [4462 0 R /XYZ 288.63 389.564 null]
 >> endobj
-834 0 obj <<
-/D [4258 0 R /XYZ 266.363 707.841 null]
+4483 0 obj <<
+/D [4462 0 R /XYZ 95.641 363.661 null]
 >> endobj
-4261 0 obj <<
-/D [4258 0 R /XYZ 71.731 697.476 null]
+4484 0 obj <<
+/D [4462 0 R /XYZ 71.731 362.254 null]
 >> endobj
-4262 0 obj <<
-/D [4258 0 R /XYZ 71.731 672.608 null]
+4485 0 obj <<
+/D [4462 0 R /XYZ 71.731 338.59 null]
 >> endobj
-4263 0 obj <<
-/D [4258 0 R /XYZ 71.731 657.664 null]
+4486 0 obj <<
+/D [4462 0 R /XYZ 105.325 322.815 null]
 >> endobj
-4257 0 obj <<
-/Font << /F33 1242 0 R /F23 1137 0 R /F27 1144 0 R /F44 1937 0 R >>
+4487 0 obj <<
+/D [4462 0 R /XYZ 71.731 320.658 null]
+>> endobj
+4488 0 obj <<
+/D [4462 0 R /XYZ 71.731 297.744 null]
+>> endobj
+4489 0 obj <<
+/D [4462 0 R /XYZ 71.731 223.024 null]
+>> endobj
+4490 0 obj <<
+/D [4462 0 R /XYZ 296.767 199.278 null]
+>> endobj
+4491 0 obj <<
+/D [4462 0 R /XYZ 74.222 168.394 null]
+>> endobj
+4492 0 obj <<
+/D [4462 0 R /XYZ 71.731 143.323 null]
+>> endobj
+4461 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F32 1211 0 R /F33 1302 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4266 0 obj <<
-/Length 2435      
+4495 0 obj <<
+/Length 3170      
 /Filter /FlateDecode
 >>
 stream
-xڕYm�۶��_�|25s��]b�Ml7�{�8��u<��ӁDH�C
-	Z�}�
%�bwn�X�������g��_���r?���f�,������PF$Y�Gi�D�"��~��g���W����D�,
-�,�g��a� ��8�=��^�)���h��^��},5��ݧ�����W��r�ޏ��<��/g��g1
-fX{)r˪�Ii���	LJS�D����}����^w�2
6��k�e��������t�f���(��%�4��Ro���>�G��E~��_��h��V���q�fϢF�q䯖�L
-�[�C�������j���i)֎�	�Ug�j=����ƾ)t�
i�ыv7�i�����Io�OW�yg>U��f�ЯAK��cu�-?k�Rh��ZVq����t<�Y��{���o�y��v��~���� wF�s��m��b�����Be����r�؁&��`Z�߂V�ڻW������Nd���b��m�����q�8�=�SOq��Mf�l��TSQ@S5O� �Q�}��^�"�XV*T��X&v��CH����ȳ�g��h(x=��!�Ѱ�����P��������z�4�����	*��;�L�����t�A}�)��3J�a�ڎ��/0{�Ep67о���۵�?0�<v����Y�d�b��ń�:]�-.x`MPE�k}���Gi��a;��"��8��i%9;�_ԍ��g��N�D�5WY<8�Q����a���������j�"O�f��d)�9�����8��IlP�Кz��K9���m�[�/�n���{$!��X��Og���eH˱��ٔ$�y,��fԿ�7���^L_'�"9���ʖLY�>�����n8E�2��f�}2��6X�JVG=8���{<���K� ��;��ς�"����j��q̆���8��B�D�#���e�Q��0�d����tG���
-�Jf��?ly���̸���2.�7:o�*o�p�8�L_K��D��|��VE��qW"��b����vˍ�>�l�D����?7�̂H�ulˉi���g��n?N�՟%���
-"8�N�,�%�w0�ְ��x_e~�\��'@b��~�gW�x�y�0v5PP4ݗ�/�8ȰZ���K�O��rf�P+F�Rm���!�~	���� ,�H�����<y���u{V�C�5�-F_L�<��eQ��E��M�,�V�� ػ�c27�`��h�W��Z�NwOoҀB���<G[�ǔn@C҂gNZ��š�<�:����l 8����Bo�����l-�:�>��0&�~mħ�iEJ@�i�S��
-K���X��(��D�)}���"J��!�e��q@��J�MgD�� ƴծj��Bx�mI�1��Ejt�@G�0�ߕw�9rwN�@Ɩ˲<���i5���b[����,�MQ�7K�n�x�Z[����bl�����S�{���n�w�E����;����-��1��`�����YC7'��R
-º;ni^*�1�iw-�:2�ϔCCY�_h�`�N;S���9��dj�Qp�Bq.4����ow	r+�`�.fQ�7b�͢4����wwS8��Q�6\]�y}����q��M����b�EA�9�D����iZ
�x��W��d������
-��jܱVw"�<d������Nׯ���PIJn���
-.��h��nb�NT(Ey��7n�tb|{g���;nR!�n=IS�@U"���D	���$J�M�������zHt��O�a������5����G
�ܢ�#���iЍN�8��,�HLy��ᜏ��7�"��?���3��k�9N�H��ۓu�D����˥��F�<��d�uI�IHW�;H;��`������@wC�����JB� Q��'�$�����h&ej��(TbI�Ic������9ٓ�"�B�I�5=E����x_V�L����^4ŧ��*�\���r�^�+���
-���>��ܢ1rWQ�
� ܪ[�Pm4�d73�MɼVS� r\��ױ���_�•pF5if�ل�#������i���+o���i@��.ԁ�B����F����M�'?.!]��']��XK
-<�������N��ds
}��P-=y 7�?�y�n�e���U�2����E��]
-uG�q�J��<~��d�n���#�<�yƿ�a�Hv�����Z��e,	9+2��7�YMr�H0@T+L/%��f����߿y����oY ̲���k��AD+B��V���5T��"�"q,50>]�	?�8�7K *]���сC[vy%<��	��c�/��=~���u=̐����e-ş�1�[��>QU$��։k��l<{�8�:#?�$+.'������f�^�F+?��t�*�^��
-t����ndstream
+xڕko�8�{E�EY˒�(i���Ц�$����� K���$�z����7/�R��z���p83���9�瞅���xk�[gI��9���ϯ\�������W��?[����=[��!߳��;{L�a]���J�o�/p�K���L1���'/��{73�
���ұ~����o��{	?�ב����f"��\�j	B:��/�$$��:�kmT��X����d����PBW�WUW�*Ue��kgعVތ99���f��0�����M��Kͭ�gnd�PS��׳ע�?����v��e�xi�b������P��.�i_�K�7�p��;�a�)�jh�j�5���38CU��Phn�:��;�c����=�ς����ڂ�9!&�
��\��Hr��jڸ� ��m�����ǻ����W�f�j΃��	ӧ�E-L���͸.��ԉ�9�m6��}����or�bA�>j	D���$�Y�95��)��f�vk�!!�^Ս��U��g�f���s��:5��y����p�ɚ[î�Q���d�]�	L����h5b:1i�i^���u5�>Wȧ��L9�62��u�T*s4�wןg~h��^����7����)8�&��'�o�"&B�l&��N@/d*!;�t�|�C7�]����뇏�!�8�o�W��f>�=�����q:N�7�EH8C�����2N%��-.��΂��qQj�/��H��)��zD��/ǘ��1���BG4	�Fb~�BS��_�pÝ_������K�
��x=g*vB���w萱5���8�&3�Un�E Xm"S��*��]�5��m
�|�-�!b��N�����{���9�s&W(ժ��1��T�Y�5NA<a�;�����~p�\��.��͂�����ЪBōz��B���bX��ʼ��NՕ3�+k��-�� �C͜���fN���#��3�6�m3!Z�x���I&�X�q����6���@h&���oGa$4�.�k�fƷ��2�:���s�!%C-%:UY�|�����N�It�p�sx3���#Y��=���hF����ȝ����Z�~��-�C�d,�b��QK�PݨbkX�®��{�9�ɴ��ض�(��|7!��F��³�=T�h8À�A�́��0A`T����9�}!T�N�f�5ĠMc{��g�u�d�f�ۦ;i��-t�Pʔ;���YZW3>g���<�`A~u8f���Gy�ɯR�4��~����v֖�YdO^���
u��-��d�dA��&	GE�+��(Hf*� 	>��	�Y:v�I׎�˹�y+q������~y�÷�%��
+q�[�.\h�z���C�	����l�Z�����c��uk��Z,><�G��c?+�D�w|)�h�98&�O2��
�F%qG7�#i�2q[+�V�Ve6�k$� �)
+��|e�(��8/ +�u(1&^�`��Nyf-�;���xʀP�Ujm��^�yk�z�<���D�g{Che�%5ܓ�	�L�ケMGAa����hpr6#&�x�V�P޲�)KE&ܝ\Ux�xQ��ˆ0�c���pG��9�t
%0�\�DqΏt��8+�tW�ܥd�bY��č"�}+"b��n�}eV(+c�R�K~Q6�����6��t'@��3~�?�|��V�)�ĥb��
+r4ʯQ*Y��s��}��A����BL�X2��{�mX��x�y�Vj�V�x�z\�c_n�&�(����G�_��7~����3Ǜ9#%��;GG��ws�#(����糞���-Ћ85ώ��=����T6�{o-���QIW�n_�P�h9�a��ĵN�Ϸ(��X�ݮ����B�µ�`ν��쓗�y�՗XazB]���䬆�����U��Q�De�Dz���[���x���Ƙ؈J��u+$����/����U��*d�xu�k�La�P�:�i!т���႟�õ�&jQǜ��݇�m�ST"X	�mWcjo�� WҎA�"9�$ o3�t؎y����/A�k�+
A�;­.ה�1��e���E5���-*OA5o�����XZ����ѕ�}2uhI/ ѫH-��},%':1�}G���8J��e�ArW��8�)���f.��{�]��V+�w�uU���fz��IFX��������<�UvIH�z����{ �خ%�r����&���X����{��c"ζܾ!V�D?.A�1��Mc�H�0±ɵ��p���O��, w\�U
+yOC[.��	�S���V�~`@��B��==z��P�B>g���J	NC��x��b������]��"�L'�C��ՏV�`t��O$l؂�m�K�₱ƒ[�S����(�<�aX
+�Z�<�0��^��]�0�/8��0L�"A�R�(cza����&"�H�����R5*l��f��)1�gd�ĝ�w}�{q���+��a~Ӌ�g�,�MsrT��h�Θ�&�<?�V�/FI|�i���6iC��P^q�_���y��e��j��2a��CKhz#;]]K�&/n�$�k�hss��J*�ո�۩�DX?��X��3�F�<]����ț7�.8��t�/LP�B��z��U��E����b�u��8�����k3�'�<��^��礪�0駗��c5��(7��L��G6&�‚+�X="n2���1�/�A��
+���г7|A���zB���}�l�e��҅SrG�t���]��C���b�:��
5]됿�P<��:oٜ��`�}�!.�`��W45��GrA�1���<I��'R�g�9���d%�S�}H*h��ݔ������XC&��3���){|���|8�!p�*�t�ڞy���݈Ǥ�et.̶�L^���az�%6��2\��B
�>9֕6!r�S&��7���1�׻a �a�����gYluA�Cp|~��@�
+�P^�H  ���|y����7��Av;HfZz�I���d۲��Iת|%~�[3��8�BNV9��F�!
+������c��*�wU���Gs�S�L>�%��3R�R��p��Ԝ^��s3�x$�˩�������x��u����e1%|�'
G��//��0A���{?L���_Q��&endstream
 endobj
-4265 0 obj <<
+4494 0 obj <<
 /Type /Page
-/Contents 4266 0 R
-/Resources 4264 0 R
+/Contents 4495 0 R
+/Resources 4493 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4256 0 R
->> endobj
-4267 0 obj <<
-/D [4265 0 R /XYZ 71.731 729.265 null]
+/Parent 4460 0 R
 >> endobj
-1791 0 obj <<
-/D [4265 0 R /XYZ 71.731 718.306 null]
->> endobj
-838 0 obj <<
-/D [4265 0 R /XYZ 366.546 703.236 null]
->> endobj
-4268 0 obj <<
-/D [4265 0 R /XYZ 71.731 681.855 null]
->> endobj
-4269 0 obj <<
-/D [4265 0 R /XYZ 71.731 671.343 null]
->> endobj
-4270 0 obj <<
-/D [4265 0 R /XYZ 71.731 666.361 null]
->> endobj
-4271 0 obj <<
-/D [4265 0 R /XYZ 71.731 661.38 null]
->> endobj
-4272 0 obj <<
-/D [4265 0 R /XYZ 71.731 638.889 null]
+4496 0 obj <<
+/D [4494 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4273 0 obj <<
-/D [4265 0 R /XYZ 71.731 615.552 null]
+4497 0 obj <<
+/D [4494 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4274 0 obj <<
-/D [4265 0 R /XYZ 354.338 599.776 null]
+4498 0 obj <<
+/D [4494 0 R /XYZ 378.741 708.344 null]
 >> endobj
-4275 0 obj <<
-/D [4265 0 R /XYZ 71.731 597.619 null]
+4499 0 obj <<
+/D [4494 0 R /XYZ 71.731 623.497 null]
 >> endobj
-4276 0 obj <<
-/D [4265 0 R /XYZ 71.731 574.705 null]
+4500 0 obj <<
+/D [4494 0 R /XYZ 429.028 599.751 null]
 >> endobj
-4277 0 obj <<
-/D [4265 0 R /XYZ 71.731 569.724 null]
+4501 0 obj <<
+/D [4494 0 R /XYZ 153.769 560.897 null]
 >> endobj
-4278 0 obj <<
-/D [4265 0 R /XYZ 71.731 538.84 null]
+4502 0 obj <<
+/D [4494 0 R /XYZ 453.126 560.897 null]
 >> endobj
-4279 0 obj <<
-/D [4265 0 R /XYZ 74.222 497.161 null]
+4503 0 obj <<
+/D [4494 0 R /XYZ 74.222 530.012 null]
 >> endobj
-4280 0 obj <<
-/D [4265 0 R /XYZ 71.731 472.09 null]
+4504 0 obj <<
+/D [4494 0 R /XYZ 71.731 504.942 null]
 >> endobj
-4281 0 obj <<
-/D [4265 0 R /XYZ 138.434 456.314 null]
+4505 0 obj <<
+/D [4494 0 R /XYZ 71.731 471.133 null]
 >> endobj
-4282 0 obj <<
-/D [4265 0 R /XYZ 288.63 443.363 null]
+4506 0 obj <<
+/D [4494 0 R /XYZ 71.731 412.289 null]
 >> endobj
-4283 0 obj <<
-/D [4265 0 R /XYZ 95.641 417.46 null]
+4507 0 obj <<
+/D [4494 0 R /XYZ 71.731 381.405 null]
 >> endobj
-4284 0 obj <<
-/D [4265 0 R /XYZ 71.731 416.052 null]
+4508 0 obj <<
+/D [4494 0 R /XYZ 221.179 344.707 null]
 >> endobj
-4285 0 obj <<
-/D [4265 0 R /XYZ 71.731 392.389 null]
+4509 0 obj <<
+/D [4494 0 R /XYZ 71.731 337.569 null]
 >> endobj
-4286 0 obj <<
-/D [4265 0 R /XYZ 105.325 376.613 null]
+4510 0 obj <<
+/D [4494 0 R /XYZ 132.174 274.969 null]
 >> endobj
-4287 0 obj <<
-/D [4265 0 R /XYZ 71.731 374.456 null]
+4511 0 obj <<
+/D [4494 0 R /XYZ 71.731 267.831 null]
 >> endobj
-4288 0 obj <<
-/D [4265 0 R /XYZ 71.731 351.542 null]
+4512 0 obj <<
+/D [4494 0 R /XYZ 71.731 267.831 null]
 >> endobj
-4289 0 obj <<
-/D [4265 0 R /XYZ 71.731 276.822 null]
+4513 0 obj <<
+/D [4494 0 R /XYZ 74.222 226.152 null]
 >> endobj
-4290 0 obj <<
-/D [4265 0 R /XYZ 296.767 253.076 null]
+4514 0 obj <<
+/D [4494 0 R /XYZ 148.772 203.238 null]
 >> endobj
-4291 0 obj <<
-/D [4265 0 R /XYZ 74.222 222.192 null]
+4515 0 obj <<
+/D [4494 0 R /XYZ 71.731 201.83 null]
 >> endobj
-4292 0 obj <<
-/D [4265 0 R /XYZ 71.731 197.121 null]
+4516 0 obj <<
+/D [4494 0 R /XYZ 368.158 185.305 null]
 >> endobj
-4293 0 obj <<
-/D [4265 0 R /XYZ 71.731 148.304 null]
+4517 0 obj <<
+/D [4494 0 R /XYZ 95.641 146.451 null]
 >> endobj
-4294 0 obj <<
-/D [4265 0 R /XYZ 378.741 137.509 null]
+4518 0 obj <<
+/D [4494 0 R /XYZ 71.731 118.391 null]
 >> endobj
-4264 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F32 1151 0 R /F33 1242 0 R /F35 1481 0 R >>
+4493 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4297 0 obj <<
-/Length 3229      
+4521 0 obj <<
+/Length 2520      
 /Filter /FlateDecode
 >>
 stream
-xڝk�۶��e��̉�CI{:��������t:���)B����w_�C����s�X��žu������w�>A���j��]�`��G�P̅d>�y~�h�2�R7]�W�۫��	�nW��?�g���r��lD�����}�x�����2��˙�Gγ��s~����/�n�{�0v�$�*���� �L#w�&��
�Kb�rq=�"�^��13`�������dd�k�i��nx��=�hڬ�d�Q[��n��ک\�����8c�	�����iG{����j��֥���C��J��,J�l�;U�p�Z)j�n*�C}�Y���v8�ED��������<������9o�ܿ�����w[�o�^�JvRe#P�5<��rA�y�X��2�ŋ<S3EV�M�
-��H���Q�>w�Ҭ����fr7���`����_��$@kQ�}V»����-07�����{u��3�N߹��a��rQރ�U��Dzd�ZE?�j�BiCj������3��<W���
-�,
ou�:Y��#R��]�mة�Ŀt��̠��
�E�2��T�3��{��Zk�'�q'���f,;>J����T�=P1P��ZZU��QOz�Z�2����S�n��pPu{���C��o�2�[����'����
-�ƔJ�5�th�.��O������;u�a�a�%���0�Dc��n'B�1�C�ry�;9^^
�r�♇QL�nl���y�m>уE�B���f���A��+������
-UEG+j�+8@d��@����������=���T7��ڭ3ٮ�`����t��ض���f�nE|#�F����l2]��A'����j� 5�6�jk���� 4����!u�C�ÑuF48�Z�	�6݉N���bM��y@������L�����N�B�.�h�����x<�V��K'�\p�`޻En6���.����-�}�~�'+���Ĝ�\�Ԍ��'��WD�2,>��d�2v�`s�`N���s�eL�@�➛�P���h�&l����O��2|w�g�\;���p��(�34Mg�NH�|�Ad��
-�_|xX�r,���m�Y�n>���`���\�~b
L�1h��p���o
-�P��x�6YG��+��BmEtUV��F�
-����yv��'�E�6e���D��R4ǽ
-�Y���Z0o >m��%BiW�����8uk�z)@�s�	b�&~7]]���In` �3Q�_�m�6�,�,-�7���l#���D��7�O3[;m9֕nu���N/�I���n8���[28�É��!p����:�K��N?���h7��K�f����I��t�V(� ��
-p͸��{��+�YirHuh�-c��0�aU۱�#�=V�ia�����������;����|�]ޚ�{�ma��K�)��"���`k5�p�a\�l,�,|�kH�[M���JΖ�vd�y�D�T�>��V�x������i\��f����kljr�y�����p%བ1�>U��ЕK�U-O���9`�C���`�@~�@�=��2������vu��O d�Sy��蟍ax�a�A�d��$ߵ�>�e�d2X���3�h��ҙ�k5��{θ�i`��0����P�;���ހ��]V����
��@���#�X� �C:���P�ψA��*"�p�����>�T�AO6��:�ۭ��n�����/z.p���o^��¿nN�),X�1�`�N\��[�5ޓ����L������ƜQ�E�MF���a~�����ď��L�1�����L�{CPE��7�GP8ۙ'��N��I�=��/��5IX�	v����Y7P	��-ҠB6
-�Űy&��h�� �${ǚ�0,m�@ڽ�Mb�yn$M!��d!��(p�I}�Ź}��m�E0�i+P��/%��#-����N�m���k��0��!�T��삾o������!���By�J����Jw�~dz˝z@e�ƚ4X�/t�4<+���—�1�����Eׄl$�8F���<@��*YF}�,@t�#��l����5E��@�>\I��'��mA�݉*�	��$u�0NV��"���&��ZQ�V�r�;cr���,�6��Bb�cU�+xL�M�J��9B�ǔ�����#�_�fS�]���z�S�Tf�iu�S�M����lr�QK��ZSݍ��]��]�_��v�U�+�	�k���TM�[c�f���J�9��c¥�L��RO%��:)���G�r�۔M:4S��(��EK�85�7�Zg�``P�ʢ1V�g�����+��/��H� 
e��IK^ɟ�ұ�$;�!ۋA�jJ�Rt�^PS>�R�WSG�
-R�Զ��]'��Ĺ��YK�F�;&dA���4i���;o`�w�2�#w�$�SH��Q]l�p����?���Ē�P[”.S����P�V1~(�a
-L��������md��+�9�z2Z�f[�LjjS<M�Fچ<�{j� �~���>S���`"ù�2+�BۃD/G�E�/u������A�}MI�Cp�~�$�����[B`>���I}�������� ض���p�-K�m����k�EU�X(mȁ��H�O�I+�D��0O�!
-�ᩏ2o�"
�&r�`Ce	�5�yNV}�Ȯ�Y.9u�
-�.~ͅPQ+y7�˅8~y��4���ϱ�����g~?��������<wY�z��� �� YI*�eq�Vޞ+t�r�`pI�������,��5Ɵ�.�ȏ�f��e-��]�ב�0�����+Ig3�
ōᜱ�6O�~}��T}qd��T#y�&���9z���2���<dYӏf~���lO���Rg��t$Y�?��g-9[:�O��b[�=C������Z�����B�䆉M.ʊ̅�K�B�;�ƗT(���*�ߚ�h��I�O��%�FŴ�Ae�����q(�q�Ʈ�ؚ�dš��ԃH$,�ZQ������$�Y"
-���`����OW�J1�'���"�.��(��r7̓$�Զ=����>Feԩ��0�H�)�h쯷��^����/����:�`�64���앸h<]��!4�ݕ���X�+ԫ�@������_ ��f�a^6r=�L����Aq���|w(O��A��b�@��o3��?͈���]�.��Kbq~��-�endstream
+xڝY{�۶�ߟB�;sT��M��6�ۗ�uc]���EBb�PҲ�黋]R��v۹�#��\,���'����i�`.�$���d
��|�pY��<�0{����'��~5��Xd�'D���_���N֥�4u��sz�o$
�t��UU���b����xy�O�������`A�b��_4����28Z9�E��^&�(�F���N8{�G� ^�j���mL��l*e�2D�t������%=a<�@O�z�H����:���j�T�̪��������O����vpv%c�כ�(�XV��;C�i7������27fN}GӰ�����
�w�~"�4��~ ����mͫ�m���</��驠Ď6�4�S��x�Ӕn�KY~o'�`6��f���<�ZI*����O}0�@�V�s-��7������`�O���E#a�i��R�"������By:S���
r�G�������~��>pوk�b�[m_���dA��v��p��l��
+Tf�݉�i;舌��2l@�A�Z�k��tCă�n��%�V���4������[��u�d��l�*��W�0��{"O�9f#�9�Nq3l,��{O�PL���_A $�s;D���.B�qضgQ��
�b��b3h��Bڴy�r�U��7���I(�!�t��6gs��v��{X��J�W�h����G��V�"��v���Ck�x �yc~x���of�3*!�"��o�+�V��|���`C�8%//��-p�`�9��n�.�x6su}3���X!"5H�"P�~���������$��h"�U�==�!X�_�.��I��I�jh����5���'�|[���sys�݆���qQhE}�ip�rW兼�k�`ާ�~��@,r.��>��_��J���HD@G��G��ۃ���؍��M�{���oNZͷ@���6�v$�-�BH�-�a�A�Kга�鶏s�܃$4�d�ֲ4ʜn��z �c���3Gi�bŃ7d� ��(�-_Cv��G�v�^p���0;P�'��8�%�(b�D�O�vg�����f��v����/��a���� b���,�C�jO:v���5���d_�KW`�}�Y�'�(����a<�l�rL�0�V�
+K$�$����aHp;R���Q�\-{%��'*_����1d��G=�kg0�Z��&���\Ҡ�$�6�,�Ff���pP� �O�߮�u-|�z[��&�r���],ć$
����z������H��~j��z�6����i#�,��K�T+oi�����B�FXA�5X��s�yr?�ݮѻF�J!e�8#�E�}��3(�	�W�a��/;U�\�mw�f��~�G,1���!�-��Y�3+Gu�*D$�����f\-�a��f{E-��e�/u=B��4l��QX�H�FV�����2k�NK��b�r?�f���Z?��M��s8~��Hg��/�������u{���E;�m댭�Q�����$2�>�:�-I���l��p���*I��u�7��!Dݲ�[X�hd۲s�8tE�v����5�/�pQ�v��2�<|�"�9�87��	oΜ��b��f��8��sP��Q=]5��he:n�ܼ�H_+�6�a��5	<|���8Iw�I���$��ܨ5p���iOP8P��"O�pm�������
��ѝ��@��2&�G�D�5�l@������~�X<_��v�y���� ���q��,Ny����x��_�U&{@���](��kU�����P/}����!�O<0���)�6�(ĸ�M���^U�:FB'3$�N�QI�������<��a�Sb�re��]���U��a���?�:�e	C(d�>�Xޟ��ޣ��
+)ւ$P�ÿ_�C1r�'�Jq	���ٿv����c���!�/z=j�o<������e�|���k�B��9u��t[�
T�B����n ��O���2��?�X_[�3�߰�[�Y+����Eיg"���'(S�c��ހ1x�~����u&��:�4���_��됌������h�m�\o+����N$5rˈ��#�֕^"�B>Evc�wI`ɝa�?@.3��r�13t�=�W��~#�&Tc	>�Բ�S�=�!�^� }�%c}Fp����%
+4&IK��3M��h��F���b�c��m�>@G�����K���t�̴է�	�h6�E�Y�������}ym�QYX�?˞R��3���N��c����2���g'���]�@'/������aH;\<�����������j(��a�����aPk�V�����'qT
}�GX\lI@%���B�>�{C��o_�xɄd8��0,�GR�!k�&b�O�>���vV��M.Y~��Z�&��آ{\B�g�vK�1�3]���h�V�����?AD����?RE.~���x�\@�|˩���hendstream
 endobj
-4296 0 obj <<
+4520 0 obj <<
 /Type /Page
-/Contents 4297 0 R
-/Resources 4295 0 R
+/Contents 4521 0 R
+/Resources 4519 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4256 0 R
+/Parent 4460 0 R
 >> endobj
-4298 0 obj <<
-/D [4296 0 R /XYZ 71.731 729.265 null]
+4522 0 obj <<
+/D [4520 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4299 0 obj <<
-/D [4296 0 R /XYZ 71.731 741.22 null]
+4523 0 obj <<
+/D [4520 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4300 0 obj <<
-/D [4296 0 R /XYZ 71.731 675.303 null]
+4524 0 obj <<
+/D [4520 0 R /XYZ 205.454 708.344 null]
 >> endobj
-4301 0 obj <<
-/D [4296 0 R /XYZ 429.028 651.557 null]
+4525 0 obj <<
+/D [4520 0 R /XYZ 342.481 708.344 null]
 >> endobj
-4302 0 obj <<
-/D [4296 0 R /XYZ 153.769 612.702 null]
+4526 0 obj <<
+/D [4520 0 R /XYZ 71.731 695.293 null]
 >> endobj
-4303 0 obj <<
-/D [4296 0 R /XYZ 453.126 612.702 null]
+4527 0 obj <<
+/D [4520 0 R /XYZ 385.027 677.46 null]
 >> endobj
-4304 0 obj <<
-/D [4296 0 R /XYZ 74.222 581.818 null]
+4528 0 obj <<
+/D [4520 0 R /XYZ 71.731 639.437 null]
 >> endobj
-4305 0 obj <<
-/D [4296 0 R /XYZ 71.731 556.747 null]
+4529 0 obj <<
+/D [4520 0 R /XYZ 71.731 608.319 null]
 >> endobj
-4306 0 obj <<
-/D [4296 0 R /XYZ 71.731 522.939 null]
+4530 0 obj <<
+/D [4520 0 R /XYZ 156.781 582.416 null]
 >> endobj
-4307 0 obj <<
-/D [4296 0 R /XYZ 105.883 497.136 null]
+4531 0 obj <<
+/D [4520 0 R /XYZ 71.731 570.296 null]
 >> endobj
-4308 0 obj <<
-/D [4296 0 R /XYZ 71.731 489.998 null]
+4532 0 obj <<
+/D [4520 0 R /XYZ 71.731 549.141 null]
 >> endobj
-4309 0 obj <<
-/D [4296 0 R /XYZ 132.174 427.397 null]
+4533 0 obj <<
+/D [4520 0 R /XYZ 71.731 529.215 null]
 >> endobj
-4310 0 obj <<
-/D [4296 0 R /XYZ 71.731 420.259 null]
+4534 0 obj <<
+/D [4520 0 R /XYZ 115.567 505.903 null]
 >> endobj
-4311 0 obj <<
-/D [4296 0 R /XYZ 71.731 350.894 null]
+4535 0 obj <<
+/D [4520 0 R /XYZ 71.731 478.007 null]
 >> endobj
-4312 0 obj <<
-/D [4296 0 R /XYZ 71.731 350.894 null]
+4536 0 obj <<
+/D [4520 0 R /XYZ 376.59 465.056 null]
 >> endobj
-4313 0 obj <<
-/D [4296 0 R /XYZ 74.222 308.842 null]
+4537 0 obj <<
+/D [4520 0 R /XYZ 216.969 452.105 null]
 >> endobj
-4314 0 obj <<
-/D [4296 0 R /XYZ 148.772 285.928 null]
+4538 0 obj <<
+/D [4520 0 R /XYZ 200.218 439.153 null]
 >> endobj
-4315 0 obj <<
-/D [4296 0 R /XYZ 71.731 284.52 null]
+4539 0 obj <<
+/D [4520 0 R /XYZ 71.731 414.8 null]
+>> endobj
+4540 0 obj <<
+/D [4520 0 R /XYZ 71.731 362.874 null]
+>> endobj
+4541 0 obj <<
+/D [4520 0 R /XYZ 439.725 352.08 null]
+>> endobj
+4542 0 obj <<
+/D [4520 0 R /XYZ 95.641 313.225 null]
+>> endobj
+4543 0 obj <<
+/D [4520 0 R /XYZ 336.678 300.274 null]
+>> endobj
+4544 0 obj <<
+/D [4520 0 R /XYZ 455.543 300.274 null]
+>> endobj
+4545 0 obj <<
+/D [4520 0 R /XYZ 74.222 269.39 null]
 >> endobj
-4316 0 obj <<
-/D [4296 0 R /XYZ 368.158 267.995 null]
+4546 0 obj <<
+/D [4520 0 R /XYZ 71.731 244.319 null]
 >> endobj
-4317 0 obj <<
-/D [4296 0 R /XYZ 95.641 229.141 null]
+4547 0 obj <<
+/D [4520 0 R /XYZ 71.731 226.386 null]
 >> endobj
-4318 0 obj <<
-/D [4296 0 R /XYZ 71.731 201.081 null]
+4548 0 obj <<
+/D [4520 0 R /XYZ 218.849 205.629 null]
 >> endobj
-4319 0 obj <<
-/D [4296 0 R /XYZ 202.524 180.324 null]
+4549 0 obj <<
+/D [4520 0 R /XYZ 71.731 203.472 null]
 >> endobj
-4320 0 obj <<
-/D [4296 0 R /XYZ 340.43 180.324 null]
+4550 0 obj <<
+/D [4520 0 R /XYZ 486.265 174.745 null]
 >> endobj
-4321 0 obj <<
-/D [4296 0 R /XYZ 71.731 167.273 null]
+4551 0 obj <<
+/D [4520 0 R /XYZ 71.731 159.636 null]
 >> endobj
-4322 0 obj <<
-/D [4296 0 R /XYZ 385.027 149.44 null]
+4552 0 obj <<
+/D [4520 0 R /XYZ 71.731 136.722 null]
 >> endobj
-4323 0 obj <<
-/D [4296 0 R /XYZ 71.731 111.417 null]
+4553 0 obj <<
+/D [4520 0 R /XYZ 95.641 107.995 null]
 >> endobj
-4295 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R >>
+4519 0 obj <<
+/Font << /F33 1302 0 R /F32 1211 0 R /F27 1204 0 R /F35 1563 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4326 0 obj <<
-/Length 2321      
+4556 0 obj <<
+/Length 2526      
 /Filter /FlateDecode
 >>
 stream
-xڅk��6�{~��=`�bE�-9�� ټ��^����rh���Ȣ+Jq|��f8#[~4�����I��p��"�a��"��I�yLV���I�>��#��Of��x2�,�<.'I���đ(�h�X��{�ݪ��_�~��sA��Z��E����kI���0L���$��O�����W��8�"�*���Q~�r��,	'Y��$v<>Ȫ�O�Ի6������,�{��ldS��n���a���f^GHj?�i�J���L���Y��ZY��MO����@k9���SP�����j�A�o���Bj�����4���@+�\�E;ݭQ��#?�Ĝ-�:_�F�{����U��`�訲,a��X���m-KE�c�Ʊ��)c�ֺ\��T��np����)_�N
-��!��q�	�@d�ܑ�{�!�����^��ơeV�,�o��ˬ���f[��� 8@0F�������w�\i}'�5K9A�(��	H���N�Ir��Z�_N�<)�=��-����v�y)�Pn���'�C�%�#��T�0�h%WR7�t��v4[Nc���
:Ɏ`N�8���^� ��_�f[+�HME�vljg� wb��,�fNH��ڀ,p��l�.���G�X1�"�Z��䖠%q�z�P!��@I��k�5�t��v3M�����1������? ���۠����"�5��H|�g�Z]�xTb��Y�nZS��Dw)_��(�le;�IZ�@w|l��Z�M�8KE��!ſ�"(<�V���tx<��j���d\��B��4�
-f�$�/��`���~��5�Ŵؘ�j�@R[�v#;��a��<�M:��ם���N�JZF*ת����H��'��P/����ݶf�j�a��!UIL�ꆀ�����r��U���ƛ^WL]w���l������=Aa\r]�*S�Y5���4�5H�m�o��QZ�
-����R	�t1N�d��4jȿ��mߜ�d�'�tgU��������L�&s�a�t���+&-��j�^�@.NDJA�q�P�����Y:d���ୡKc�ZU�F�O6L�\�DrvV�K�I�A7#K��`��
-�-a��ۮ��k;�9]R7�ڭM�Sp�E�6���Ъ�c&���i�=���v���v�*���E����#�á�	r�p~J��9+!���̺;���� ��J�n10���p4������Ҷk�7�AC�h��/au�Y~Pw�e�H���Z������� �TD�c���p�?t�.��(��K�u��[Ȁ �%N��<�$�jpzE�Q���_?��������ǟ�e޽��GlD�����X���(��8e�wo�qyG�(�J0�#�����p��T�Q�3vnZ�6��0
-\�9a�ʾ����6����8H!�P�ȼ�t�u�d�'(��T�`���Nў��B$UK�����B����Y���eOu,��	7\
F�����:�B�� $A��O���)�Y���l���z��J�'�����C�2��1C��ܽ3$/�$Y��t�d~Lu���ҘO�w�QϨ�1����"D�g�ј�2F�
-��Y���d|�\�=9F5��MQ}Qn慈��	A��x����<84,f�e"J�93t���Y;9��i�:c/�P[S�����w�D��U��!�jՆ[mJ������)�'���,��Dpo���s�8�x3�^��W�^��u��:=�4���{�!|����:0ff�*qg������Hd�a�zFɠ"ݚƺ��6�=�j�-�=����^�I�}�tY�]'��Ɯ6M�D�&}dD̄�t�wG�{�Q�|֮!؝5
-��eo-�z.�!,�
-��\t%"�(�x�H���Q6r���ܓ��G������I�����)eh�G����Z�hy+Ltќj��Gו���K�v��4�[U����Yv��Zuz��~��WI�b[�Pa;�q����[˙��
4�2yvҦ���Ыrv��M��Y�N;��"]3@ ��8Mg����5�	Z��ԋ�J�b\^��ʼn;�.<:Щ�@j��I@�ǯ���/���ɞ}G*܇,x�w��l�j6�8�JB I�8�G-p3ͱ]��+{�xz�QqP�����@�\]�Sڲ,��u$�C3`�]i���[��$��'3إ7�sL\Z�Q4�a<�m��Z`��u��W��«����Cb�g
�'xM'����QrM&�+��s�lx���FGYn�,f�˳����(j���*G���ϭ��7)D�_�"|D�� �F����������U�2��endstream
+xڍ]�۸�=�2`k-ɒ���"�f�R\��˶E�+\���H�N������p�2�u�����|�PN�%�]�2�}����^mG���U�kFY8o^��g�b�l�pXl�<.�N��e�.�Fo�A����\��&z���H�N����4�_&I�Yn7�/�=�������<���2�.��%��K/즌���1�2[E/�rT���/�4V�� 3�4��p	
+���$ƭ��tw� M�mY�G���,�D��'��~F�+��#=�z�i|��X�����"	���;edY��6���>اe���(ϯ��A�ª�H��y�D�ʎ�3o��ǚ]'i��'n'�F���!l`.�4aI���: @�5r�	Ūw�a���)\�xå�����d�i���	p&�V/�<z���H�8�%*��4C�	pGz�FM"e���$ �1�<����;&��d�m��+�
�����uG�YՈ�(�$)Y����j�#�L�>Ј2ɶ6�?�h��~F:��o�]5ZU򜶨*9X����T�h!�ν���8&X�`�m��GRl�����v;]�ósL��I��<��k���inms�����uM�#�b�è��4F���k,��Ek���ǤF&+�O�Μ����'�8ʢc�裪X���	F���5w�!0T/T�f��$S����-{M��@���>���)����9.X>$+<bi��'oU�8�]��Y%z�)�p^�᠇N�L���A
+;��ę�T�\�8�d���w��������N���0��"ƀ-��i���1���V�r�Pr5�l7q���?��z�]����P�I�%P_T-is��r.6葽
+�X#�a��vT͒<kh����--�삳�=��#F%ǂ=�<HZr�\bΟ��S۸܀7�~='�34TN2��r�+�4�n��R����™���>�I�����m�%�M�s���j�T�S�%b�ތ@�iDoD�1�&��+>K:����*`���S�J��ZW*NX�<A����Q�<0q��y	�x��P������$��y�!d���N��q���=�Fj�~�v����/	����4Ҹ(��~���WJ�l.\�2�����e�����0�d�(�����T_��3΂E|S���`1qA1��4W;�V��M�� =�A+����ݞ97�g@���j��4z7>C5ki�דR�{f2�{�.�U�m�Փb�w����E��C�^�()�$�?�!H�|'ЀJZ�6�\�*���m��A���>(�(�F�g{��F YM���t^AP�8J4E��jD�
+`�}�+�D!���(�ĭ�˘���0ޞexi^�I�	Rw�σ0�#p21ҞK�E��[���Vpi�^)m	@i��af<�ԼC�һU�渥�̉��Yr�uY�FR7�
+�#��=�ԙwS��f>�T�Y���Y�iͥ['9��?B��4b;��[��_��S����(�uj)�pM#5Ѐf���`��3
 \?NaN��i6��FV%<��8зL����վp=)ȍT`}�6��o.ZP�|'j������IwlxT>��x��˝�:�^�m������&'P��<p�<E\dT��?Q�}�6s�����Es�����W��Pg����]���N�;�
+�_�kzi���E	
+.�S�����5�m�'�4K�!��x��L��� K�ʵ���^�6��HZ	{��YC��z+�,��Lk��q��@�>Q���yBoX&�I�"�s�J�5*��u$�:I�"��7
+�ݴ�Ο����Y])~*�s@�hw�
N:�<Ӥ�t��>���8��>8Җ���۸�F���_��K�~K�UA�^\�A��>%����������~zeF��P�
�Q�F�C)��[%J����Lmc���d�^�"�)����I������‹����x?>|��/GrVb�`�l�GV������<���;�aٻ� ;����qJ��[>�����ȩ�,�@*=v3o4i���kj���ql��}:L�\:g�js�	���P�m~��#|�g�����۫G�S�;��C�J
+�]�P��[Z��=���z���)�����V�>�|G��V�Q?~��4���_��sAZ��0��=�M+=��������(g�
�aBV�/�Gt}^=}M���i�OOГ����<k �24�LJ\��Lr|���:�׌��"�E����_+ٮ|E"-a�vޠ!�k�BgK��9EW&g�̛;ß�x�hw_��
w�YT�m�����6�}��i���=��&>x��?���c�G�Ō�Q��?���4�9y��“������1������� 
�����ژ���+a��a���dO��
w�xrS��UG�Ю8:���u�vZ2���4
+�˧W�!�������lK�N���ktBy�Q�� _�T��r��?^^�_��endstream
 endobj
-4325 0 obj <<
+4555 0 obj <<
 /Type /Page
-/Contents 4326 0 R
-/Resources 4324 0 R
+/Contents 4556 0 R
+/Resources 4554 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4256 0 R
->> endobj
-4327 0 obj <<
-/D [4325 0 R /XYZ 71.731 729.265 null]
+/Parent 4460 0 R
+/Annots [ 4568 0 R ]
 >> endobj
-4328 0 obj <<
-/D [4325 0 R /XYZ 71.731 660.359 null]
->> endobj
-4329 0 obj <<
-/D [4325 0 R /XYZ 71.731 639.203 null]
->> endobj
-4330 0 obj <<
-/D [4325 0 R /XYZ 71.731 619.278 null]
->> endobj
-4331 0 obj <<
-/D [4325 0 R /XYZ 115.567 595.965 null]
+4568 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [258.489 460.11 308.302 469.021]
+/Subtype /Link
+/A << /S /GoTo /D (reporting) >>
 >> endobj
-4332 0 obj <<
-/D [4325 0 R /XYZ 71.731 568.07 null]
+4557 0 obj <<
+/D [4555 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4333 0 obj <<
-/D [4325 0 R /XYZ 376.59 555.118 null]
+4558 0 obj <<
+/D [4555 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4334 0 obj <<
-/D [4325 0 R /XYZ 216.969 542.167 null]
+4559 0 obj <<
+/D [4555 0 R /XYZ 71.731 696.359 null]
 >> endobj
-4335 0 obj <<
-/D [4325 0 R /XYZ 200.218 529.215 null]
+4560 0 obj <<
+/D [4555 0 R /XYZ 71.731 662.416 null]
 >> endobj
-4336 0 obj <<
-/D [4325 0 R /XYZ 71.731 504.862 null]
+4561 0 obj <<
+/D [4555 0 R /XYZ 71.731 644.483 null]
 >> endobj
-4337 0 obj <<
-/D [4325 0 R /XYZ 71.731 452.937 null]
+4562 0 obj <<
+/D [4555 0 R /XYZ 71.731 606.56 null]
 >> endobj
-4338 0 obj <<
-/D [4325 0 R /XYZ 439.725 442.142 null]
+4563 0 obj <<
+/D [4555 0 R /XYZ 71.731 570.695 null]
 >> endobj
-4339 0 obj <<
-/D [4325 0 R /XYZ 95.641 403.288 null]
+4564 0 obj <<
+/D [4555 0 R /XYZ 523.238 559.9 null]
 >> endobj
-4340 0 obj <<
-/D [4325 0 R /XYZ 336.678 390.336 null]
+4565 0 obj <<
+/D [4555 0 R /XYZ 74.222 529.016 null]
 >> endobj
-4341 0 obj <<
-/D [4325 0 R /XYZ 455.543 390.336 null]
+4566 0 obj <<
+/D [4555 0 R /XYZ 71.731 490.994 null]
 >> endobj
-4342 0 obj <<
-/D [4325 0 R /XYZ 74.222 359.452 null]
+4567 0 obj <<
+/D [4555 0 R /XYZ 148.299 475.218 null]
 >> endobj
-4343 0 obj <<
-/D [4325 0 R /XYZ 71.731 334.381 null]
+4569 0 obj <<
+/D [4555 0 R /XYZ 71.731 455.128 null]
 >> endobj
-4344 0 obj <<
-/D [4325 0 R /XYZ 71.731 316.448 null]
+4570 0 obj <<
+/D [4555 0 R /XYZ 74.222 387.547 null]
 >> endobj
-4345 0 obj <<
-/D [4325 0 R /XYZ 218.849 295.691 null]
+4571 0 obj <<
+/D [4555 0 R /XYZ 71.731 362.476 null]
 >> endobj
-4346 0 obj <<
-/D [4325 0 R /XYZ 71.731 293.534 null]
+4572 0 obj <<
+/D [4555 0 R /XYZ 71.731 331.592 null]
 >> endobj
-4347 0 obj <<
-/D [4325 0 R /XYZ 486.265 264.807 null]
+4573 0 obj <<
+/D [4555 0 R /XYZ 71.731 308.678 null]
 >> endobj
-4348 0 obj <<
-/D [4325 0 R /XYZ 71.731 239.736 null]
+4574 0 obj <<
+/D [4555 0 R /XYZ 428.12 294.197 null]
 >> endobj
-4349 0 obj <<
-/D [4325 0 R /XYZ 71.731 239.736 null]
+4575 0 obj <<
+/D [4555 0 R /XYZ 71.731 277.096 null]
 >> endobj
-4350 0 obj <<
-/D [4325 0 R /XYZ 71.731 216.956 null]
+4576 0 obj <<
+/D [4555 0 R /XYZ 450.21 255.94 null]
 >> endobj
-4351 0 obj <<
-/D [4325 0 R /XYZ 71.731 183.014 null]
+4577 0 obj <<
+/D [4555 0 R /XYZ 71.731 204.732 null]
 >> endobj
-4352 0 obj <<
-/D [4325 0 R /XYZ 71.731 165.081 null]
+4578 0 obj <<
+/D [4555 0 R /XYZ 325.465 168.867 null]
 >> endobj
-4353 0 obj <<
-/D [4325 0 R /XYZ 71.731 127.158 null]
+4579 0 obj <<
+/D [4555 0 R /XYZ 71.731 153.759 null]
 >> endobj
-4324 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R /F23 1137 0 R /F44 1937 0 R >>
+4554 0 obj <<
+/Font << /F33 1302 0 R /F32 1211 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4356 0 obj <<
-/Length 2713      
+4582 0 obj <<
+/Length 2726      
 /Filter /FlateDecode
 >>
 stream
-xڅi�۸�{~�|*d`���,Xrn�ȶh2�Mp$�F׊R&�_�wQ�؛�?�||$�}��j?u�W�>�O��A_�����V~~�c+(�Λ�/?��U�gIxuw��T�xN�i\���^w�i���f�;��߻���������4�>l���כh��}�߻��x7Q�{?K��pΨ�3�Y�'�K�0��H ���]敖�M�ߟ�����y���l�0V;��n�j���2`�m3_�e��pr�em|���y�ȳ\7j7A�=�08�����j�ȡ������qb�a��7���(V�V~&*��.ܳ����i�W/_
->q��-s�<ĠR��Ҟ��������,~����7�}����h�ў�
��g��v��ZTDy�`)H��gS@׷(�oea�r��Nv^o��HM�&�׼Z��/s�)�����̐�0xV��E{�:����3BU ���e:����f�lI[����[}4�U�DU>l�~�?f�¯5F\蕓1i�<O�w��Tx[����$����sO�e�Vyٿʀ9]w҅P���'w6[>�J3�,E˸��JB�n
-��B��l�e�a�*ӳ�6Q`z(ۆA��k� ���<�)��~�\%
-��bHq(��,�<;��l��W��� Mx������1x5�
$�Y�_��-i+��ЬU�9ݤ���K�	E�c֔]mN��@u#����N����ɫ�0�V��<���}�
�z(��R��Zk��JHZ�����Gc�_���m�����=�:�\��r<�c~��~�?��"�'�
{,�G;���woފ��xC'!0}���
̀���5�
�'
-���
-=�A��r'�Q�`_Bo���:��(�8�^�}��ap��Fy>����mk��&�rx��%�}���atA����d#�q�!��B:�1�7�d�m��!�S��eBu��,O<�k����a�G�O��.����x����)m���
-���|]�g
-FA"��v&Ƒ`j]
-���%$bT�
�o��^��O(���������6t���ƅ�s-�i�����ak�;Z� �-���^�����u�O�|9�}���5Y)��>��/%D�c]���r�.ogOgL��<o�n��j48����*��Z*(�� <��h���������n�Ϊj]�˖�!*K��Ȓމ�Q�r�I�&O[
�+�80Yj
-me>VZR��4v����O�'aJ���n���T�b��n6$��p�L�u�$Mz8E�l�P���E\��k38�W)8Yx���_���b<h&� MM.��w����!J���R\���`�u��aȲ��*B�����'��`������M�t�jy��~Aq��`Q�n�K�$o��7�)���Y\�2�[��$fa�t���R ̶y�*���!�yu�
Nj�<�1�C�>|s=J��cdc�K��ؖBSR�K�ޗ Q��+kH>=ԅd�c:c�"
H�-y�W�l^p���+	�)`V]��a���������XZˑeP%�^���5��µ��c�r��?���Q.�G��,Ew�j٢�\�F�%Ӭ����'}(�s�N��/�b"��|�U	FB����Ȍ�,���~��'�wrE��܈(��)��Pcu!�N�(����$�&��i��>�ɑ������Dj�{)R�4��C��m�8���
�n�@���Ij;cب������.�*�\9%��,]���y����>��;VA�-΄�`��o��iގ����]��v�.�36�BHα�C�(>�`�X���x���b��q���Xf'�eY��r����M��R�����\˜�,��"��X)������ڥ#�Vl��O��Ъ/�M�d�)t#i4tj���򪖯�:���F��У�w*������~�����ӻh>���U�<0��0��Bb(v�(#�:�-�w��h	υOVJ0q�`��f��
��L�X>����K	}8py����%vt��8�)_G�F�W��^yH�~p]�E;�l�'���Z�Gֿ��;�;�����4<+I1����5/�VBÕR0���oc���7��� �0-4^7{?�G��c%�S_�#h��Q���B^������GXm��`I�=7t ���e��\j�Q���a����⛍��(MI!�WB��=`�)x.^��@@*C(ڈG�"|iL/�MD
�
�倢+nc3�Ϧ�{9��H�5�K�M�[i�2Vpm�ew.l�V�G���(���Hy�ˆ�;����/3����HS8�հ�+��pQ!�綔�~)1������:��$i8krET$�Q<��:�9���n ��:����7?�+G���OH	Z���#L��_�@"�"Q�8\`=��,u����>~��7����%��R�W��F�i1��Z�:݋)b@1�V^�z��I,�rݗU���	��J��E�h��ʉb�c��DZw1�͏zT�=p��Z�Nf���3��(�U�2|������Žb?���ZW	Ll�2
-y��]�s���&v���qh����$IVJa5N��q]	a��R�A�`w�
c7�]˚f-��AS�����֍}�Z��j�L-�E������Q�������d<M�����q�rendstream
+xڍk�����-
+
+8��)�@p�]�u�M�ڴ��`E���\�KZ�}�))�a�����{f����w�8\���$���Ut��/~�\H�#�7ϯ�Mӻu��ӻ���"���I�p�%w���ׇ�nJ�y6O�(x���^3��}1U�x��,����l������W�	�t�W�
+�i��L�g)�Y�/@�h��	�<[E��E����i�;3O���-c���U�H����̒(�w�q1Bi�6��Ω�$-�وq
+��fw+8G��l��������N�M[n�r�Z����z�"�"���u�`�VM7j����<�a�^���$\�SkU�M�l��ժT��V�@�"����cY0F�ʹ��`���^u~�pQs�����ҍ��ӍnU�}h�����BUՉ?8;0n�5K�
+����4�DŘT�d�a� .+Ӽ0D���=��#"X@BN ��}��cY"�\�ƣ\њC�X�U_�FQp4ݞ�!&J�Է�����S��S�u7bi�B��"��s]���:�����7ŞO`������,�!n�(L��Ĩ`k�N�����4;Ɠ��j j�k\nNL �I��>0��qv{C����R�q{{�i���bgn��{�M�L!nmaؽ3Vp�'����E��
+�'P+�Y��9Xa�E�$:qYQ{'a�C��ێ!%r<�j����ma|�����,˂[��,遜�r��r�(Liu>����b�i.V,lӵf�pm�Ef�P���Eg�Ӆ��!��2�4� �8%�G��d>���)�zn�'!�n���A'F��X�,(�14*����[���u�$��}{�N�P��
�[D�j�$��p^5(���(n0�l#�S��~��e;�6�1{�f��jv���)��oA2�Z��A�G^����qQ�,q��ʣ��3��Co��9lj��8=d�W�%'!8�Ơ8�p���fI@hI3C|ת�U�h����p䜾�@�]w�����x��uR(�B2�&�PZ<��T�y����%ݢU<�Z�ʚ,�0��v�=R�d!Ƚh�>�FCp^�(ژ/�_�di�1�"�IZi�N.�GPN�b�2dm���j����:ع׵�(���u`�ox��.m{��p��hµ�z*�(#`��׽���	��I��GG�v��z�	T�U�t'+�yaADp��
+�*��O����$O���/��3�f,��
V�=�OB�M�є� �<g�L��$ô:ޮ,	�/���~�����H���8̅��(~n����Mc���`���?���j��e�G��r<�	�w�]M�_SL��oV���:iԊ�����g�C�W:�+��-����F=z<8lT���t0y��h-��`̃4�_���������2V!��F9Y�)s�����*�G
��0xs`:^�m7�5ݘ�w� ؗ&|^�|�>FQ�Os����hw!A��,�?`A�{�ZcA�s`��˫�S�8�l0޹j�'�s��R]<�yPo�U�po��o���j%����4�k�L�k2S
+y�ﱚ����-�x\R�D�Ѻ��xM�m<��:�E�l�d�qX��_\S�"�WM����.~���A�÷,0�S�ո(����\d9��^��c\i9�r�PypЭ��mI:�g��p���GF�g
+O���Ixx/�L%sS�LS�dM�*�l|ڣ�qލ!���%PJ���.U�M��<
+XLg?�n�Z���b��ɯ\ ��X>�
+ǭ�4�2_v?&I
+v���*p0��π\H�U?4��k�{�n=9Q��������4kq��yl[[���ܶ���x0M/�J��F5��+��|D�15O��iY�������k�xt��[U��7�
�<��|
+�u�74%M�����j�w_@:��(8���_3R����
�ia�8⮀�� �K��TF����>�"^н~k8���[��`Ha�&��.���Ve
+���jB�^���E��:���~�1�!�}��T���A��
�B���� �p��BE�Op����0�I���[9L5�v�K�^{�5_q��[�I<��I
+���ŶU���i�i���irY�wS-�ߣ�
+�M8[�I�I��Z2b�kN��?��6�ⴗM�>�x��!�=?3A`%'6�(
+�_"��D�Õ:,����T�N�ZV��F$�+�#�)��_;.���=j�"l1��3k�ٻ��p?���Ct�f�y4U��W���y\&���h�{� �~�}�{Z	�����h/�>7La�x�\p�+'���~�������J��ю(b��	L�PEy��W6�5~aR�MW��Vq�����@��:�\��c4��x�s�Ə;�
�0�̈́�G�!��Ms�j���]�q�U�S���㑆�����H0jm�ء��4 c��i�=�O��!#�e"NN�.N;'����ZCOݼ���|nL��졅��Xo_���D"�'K_6�3xc���ܼ�B��\� ����*��n+�G�{^�Q�n�����N�W����I��{����l���u����4��f
��U�ON<M�����g�Ș]>����>e%ă���.��XM�Ә���+��z?�M3�7�7t!z��O�\��w�����u�U������3����dF�g���V��w�����Sendstream
 endobj
-4355 0 obj <<
+4581 0 obj <<
 /Type /Page
-/Contents 4356 0 R
-/Resources 4354 0 R
+/Contents 4582 0 R
+/Resources 4580 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4256 0 R
-/Annots [ 4363 0 R ]
->> endobj
-4363 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [240.776 608.553 290.588 617.464]
-/Subtype /Link
-/A << /S /GoTo /D (reporting) >>
->> endobj
-4357 0 obj <<
-/D [4355 0 R /XYZ 71.731 729.265 null]
+/Parent 4460 0 R
 >> endobj
-4358 0 obj <<
-/D [4355 0 R /XYZ 71.731 718.306 null]
+4583 0 obj <<
+/D [4581 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4359 0 obj <<
-/D [4355 0 R /XYZ 523.238 708.344 null]
+4584 0 obj <<
+/D [4581 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4360 0 obj <<
-/D [4355 0 R /XYZ 74.222 677.46 null]
+4585 0 obj <<
+/D [4581 0 R /XYZ 353.315 708.344 null]
 >> endobj
-4361 0 obj <<
-/D [4355 0 R /XYZ 71.731 639.437 null]
+4586 0 obj <<
+/D [4581 0 R /XYZ 71.731 677.36 null]
 >> endobj
-4362 0 obj <<
-/D [4355 0 R /XYZ 146.578 623.661 null]
+4587 0 obj <<
+/D [4581 0 R /XYZ 378.982 664.508 null]
 >> endobj
-4364 0 obj <<
-/D [4355 0 R /XYZ 71.731 603.572 null]
+4588 0 obj <<
+/D [4581 0 R /XYZ 340.628 651.557 null]
 >> endobj
-4365 0 obj <<
-/D [4355 0 R /XYZ 74.222 535.99 null]
+4589 0 obj <<
+/D [4581 0 R /XYZ 71.731 631.467 null]
 >> endobj
-4366 0 obj <<
-/D [4355 0 R /XYZ 71.731 510.919 null]
+4590 0 obj <<
+/D [4581 0 R /XYZ 244.777 620.672 null]
 >> endobj
-4367 0 obj <<
-/D [4355 0 R /XYZ 71.731 480.035 null]
+4591 0 obj <<
+/D [4581 0 R /XYZ 74.222 589.788 null]
 >> endobj
-4368 0 obj <<
-/D [4355 0 R /XYZ 71.731 457.121 null]
+4592 0 obj <<
+/D [4581 0 R /XYZ 71.731 564.717 null]
 >> endobj
-4369 0 obj <<
-/D [4355 0 R /XYZ 428.12 442.64 null]
+4593 0 obj <<
+/D [4581 0 R /XYZ 95.641 535.99 null]
 >> endobj
-4370 0 obj <<
-/D [4355 0 R /XYZ 71.731 425.539 null]
+4594 0 obj <<
+/D [4581 0 R /XYZ 483.137 510.087 null]
 >> endobj
-4371 0 obj <<
-/D [4355 0 R /XYZ 450.21 404.384 null]
+4595 0 obj <<
+/D [4581 0 R /XYZ 71.731 494.979 null]
 >> endobj
-4372 0 obj <<
-/D [4355 0 R /XYZ 71.731 353.176 null]
+4596 0 obj <<
+/D [4581 0 R /XYZ 71.731 472.065 null]
 >> endobj
-4373 0 obj <<
-/D [4355 0 R /XYZ 325.465 317.31 null]
+4597 0 obj <<
+/D [4581 0 R /XYZ 71.731 454.132 null]
 >> endobj
-4374 0 obj <<
-/D [4355 0 R /XYZ 71.731 302.202 null]
+4598 0 obj <<
+/D [4581 0 R /XYZ 71.731 431.218 null]
 >> endobj
-4375 0 obj <<
-/D [4355 0 R /XYZ 71.731 253.385 null]
+4599 0 obj <<
+/D [4581 0 R /XYZ 196.632 402.491 null]
 >> endobj
-4376 0 obj <<
-/D [4355 0 R /XYZ 353.315 242.59 null]
+4600 0 obj <<
+/D [4581 0 R /XYZ 71.731 400.334 null]
 >> endobj
-4377 0 obj <<
-/D [4355 0 R /XYZ 71.731 211.607 null]
+4601 0 obj <<
+/D [4581 0 R /XYZ 417.183 353.674 null]
 >> endobj
-4378 0 obj <<
-/D [4355 0 R /XYZ 378.982 198.755 null]
+4602 0 obj <<
+/D [4581 0 R /XYZ 71.731 351.517 null]
 >> endobj
-4379 0 obj <<
-/D [4355 0 R /XYZ 340.628 185.803 null]
+4603 0 obj <<
+/D [4581 0 R /XYZ 71.731 315.651 null]
 >> endobj
-4380 0 obj <<
-/D [4355 0 R /XYZ 71.731 165.714 null]
+4604 0 obj <<
+/D [4581 0 R /XYZ 74.222 261.021 null]
 >> endobj
-4381 0 obj <<
-/D [4355 0 R /XYZ 244.777 154.919 null]
+4605 0 obj <<
+/D [4581 0 R /XYZ 71.731 210.047 null]
 >> endobj
-4382 0 obj <<
-/D [4355 0 R /XYZ 74.222 124.035 null]
+4606 0 obj <<
+/D [4581 0 R /XYZ 71.731 142.366 null]
 >> endobj
-4354 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F23 1137 0 R /F44 1937 0 R /F35 1481 0 R >>
+4580 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4385 0 obj <<
-/Length 2756      
+4609 0 obj <<
+/Length 3126      
 /Filter /FlateDecode
 >>
 stream
-xڍk�۸�{~�-��zX�T�Xl�\/E[4�EE�(d��ٕD�(�q~}�E=־\�����I�w�»m�oc�D�m���~�`��oB�X	�jB�����q|���&�{�߭��O�O�i�=���O'Ք��b%�������x�?|�U�3��"�q��O��<��͇�A�$��YSHGs-e4J�%�f
B���$d�o}����h;�0�6�I~�-˘7��b9Aa��3bU۩rz�E蹳uƭ7�Q�Tys�󃚓����N��o�V+���G�Ow�]g^e���_�]��lw+9�*%���T�Z�A�)�f��k4@�V�ڴJ��ٛ��;m�ST}�����"B-D���
-w|�捭rV!T}B؂r��K<���t��%!Iw�������b�x�w�A�0����-�Me�]^�Ǯ�~�Ύ��ق4�L�d��5iǺ�T�=xy�� �r���vJ53ٿ�4�+�/����$ؓ
-P���DB�T@���c��b���F�y��A``;Ђ��G�":#|?4�Jۣ0m�����ʚ對c_�"�α���=i,���<�(�aP�֪�pz��KUTp��g�I�B�3a���HцAԮ���j3w{d���P��A?��O�n�!�_ے�1$�O�7��d�i*��,]I+���%��!�]8�
-b¥	{;wC���<u2m��~��z��4��<���H!����Nx}�R�j�����72px��Z�e���,��?�m�@�Z�;������3�[rk^��'�T�U艼�� �g]�����M�vy��W���y;ʼ�w�wY)2#@�W0p�N�U�^j>�n5�0ſ��y��Lez�
-2~�aDn7�#_8he_IP*HAd�X��:�*��fA-�R�g�_�CPޘ�����SCZ.������e��0oܰo��4��t���0��I��C�{L��j�5}K�AJ�8h�*1Q��v����]�G���d��e��a
-R$�s(!�����>�T��:P�8�.ٯ�T�lz>�f7r�(ٲ�ƾ�S˸�p|m\@m��j-Uf��3ʴaV�P���>2���
-�f�$ܼy�ٹh�;�DM�W"�yAnZ	����ߵ�u�:J���G��c�;�,���P+�m_�Z�J���H?��u�2�2�v����2�e`o�3_���n�~(t�1�~$�َ���ܐJ'838Y۪��.L�oM���m��i�N7��+^���)�Ma���
-$ҍ��1A*Y0;!+��Ͱ�� �ugp+��Ε�I�uK3�M]���(JG��_ل�"Қ}Gn��
pN�q dGc;�h��C?⪀��$�K��F`�Q���̛��aw��6Y�BaH� ܵ2*]��R��Í�x
&G&پꤻ�!L��M5���HHy�3�ƫU��D�3t�Pr"ր=�22O>i�^e�h�$��֭l�7��j1���v��JǴ�t�q?�����&
-g?��$��طy-Cv�8�0De̋��s�)��,��}BaΆq�bL���X��P��O�r�M&�8eѤ �ng��1.�|șN�K��<�~<��v�/�T��<By���(���"�T��h�\�p��pd�|�x�����Y�a�1��I�Y��v����R�
-9�<*��4wٽ����4���Z3*�]
-�������Gw��ٍ�&
BYMSXE�6�ꊇ[9�f[npP*|߰��
/�JUw\}e���)պ�U����;*�8�W��,�K��r�5z_�8ZQj�
'l�<�n��XLH~4ھing-�! ��k16���rF��qK�H
-	�ّ`Rڂ�A�4 cz,PԞ!�����{��H*����W;Lz�S���v��80D!���耩�C	�G����y�H���֥
 �ޙ��킋�Fsa�=p?�J�z�Pm%0�c�d����p٬u�s8х�J��[��9Q���3��b;U߰2��P���
-��V����x���#^�d�Ș�~6�)��z��OY	� `!��3f�&?(��%#����ڏk&�����*DA�Jn�޻<��Q�?I#�L����P�`8^5�X�>�s{%D�����< �9a�w���rZK��q�d�I�y2ׇ����\�"��"���/�\��pS�p�%J��!��Нf���Y.�Y���lv�r�%ψD�����1��������T/��'��%�焒�o����	�H���H	�Z�U�d��4��U�X�$
-�`HL��+���uT���9�7�5B5ܷJ�����V��+F�/
-�[0�.�ct�\K����t�	�_��,O�8=��2�24B��9�rj�}�z>�����q[��祿RA"Bl����O'c5Mȯ���O�Fg@�����8bq�=q��H�`�:R�G��ٚ���(�Wzp!|�S{ն�E���W���#�$;�����.���f���8<Љx��~��z��^���$�N�.y��>H�
-S9�V.
-����H��A��ՠt(�%��ӽ�
�_&=R;_|:��@�R���n�>G��{���r?��s��~Z�����qW1� �����ߋKmq�zT;y�A�_^���Nb���0	�u������YM��O����f�ZxR�(k�G~r��Z�)���3�7��3��oD�j��v�͂-S<��1�z7�V�<��Or+�G�W�����O��7��I���L��"��J�_���z��b��endstream
+xڥْ�6�}�B�4TՈ&	�O��7�:���I�v�T�"�3!�|�v���Ѥv�5&�6���)w��?w�v$��%���p����7.Cld3�y�p����NB�zح|7�c�#<;��C��u<�*/�Xo����mz>�%
�t�e�����u�~�;և����|��s��Nbq�Isɥ7p�v��Nl��Lz���H��;/ ��bP#��x�}���Z�0����'�*�LVMQ=һ�d U�7(�cd;�v��&��� �ڍ�m�*{Z��%[Z�T�^Pi���a�[�@����6p�朗2�9]E�г�e�����lr����52Ѐ���^�-�I�;�&�����;z�%��:�c�e�J�zXǎ�T�T�k��i�|Z���4���xTu��kO(��f�p*@D�i��iY(VEX�8T�D��%,oe�An�Z{�u�J�j2���f��]Ki��w����fCo� p!O�t�6<��#��VCo/��e�h���6���L�1���X]K������<6R(v�rV�䤮>)�A�z������Z�]���
+#-�t["���d���A�2�c�B�d�j�Ԡ�����Gik6m�av��6���q<8��۽X�{�N����_���m��۵�,z�Y-w��Ɍ�3���)塙Z�-]�cs�N�V2�#ȩz�Ñ_��{drB3�o�i���[�ڽD���|�eaN�ы��'oHi�`���iے��l;����y���9�-����M�3��n~u�פ�J\�l
8k�4������vנU�g��b�~����̺\�7
����kZu`����Tmp�6-ʆ��9�L{�,-������v�h$��b30��ac�#B)|���kh{vpAp�W��U�S$Hx��6�v&c|�����L�-�ֿ�l�C'}
+ע0�	ؿ�`B���]0Y7�� `�����U�c����\E��Nk��Hg���J���^Vb">,��+۴��k(�2 �l�E��n�Ф����f�Wπ
+`	���u>�Xݏ�n�=?�v�G+�B2w���3i��	�#<��O6z�����qB�)9�f���8d:*��%�8���f���pc�e��"ߤz\eY4���۱`���Ӿ���[�#$T0=��3��
P�˰�pQ�Sľ� [�Zj��`�L���v?F�;A"���3 ����1W&��E�Jט9ߙ�9
 �5Blb��
�����L�,{��tyVSPK�(�f�r����Pc��sc���/�fa{�v�x!�y0�{�d+����ޜ�V�����4٦�Swde�(�c-��uo���R�բ��'x�xd�ր� 0��2?�:Tt�K�X�D��mn1�bӀ)Y��-M��۴42����7��c�Ԯ�Ka�9�昡 e�ɱ�I
�_Tq��3n�� Q^ׅ�F���Z<�M��;zM�G�l9�,Q��{;�M48��I�j����J=9��,y	yPEu
+�RFc���پ*>w�q�i)p�=LR.�F
�Z�d���ݸR4�4$8
ƪ��j��U�\��A`ٴ��	��M�fqy��M��s�ᚅ3�fɸ��FPM�J��/�x���1�@����l�ǜ.c�crcؘD��o��6�l���_��%�v�+�v-&Ld3�\dL34x.�`&��	"���9��-WiO�"�7��^�a�|�Y[Ea�5	v4ɧ`��ZU���DX����mZy��D��ж{���}!���ɴ9/�N�P_�z/�P@
ˎ��Q(<�4��G+�ח��!^���(��i��9X=���:��$�헹g�Uw�JޮoF�C/rN�F�
c�^B�K�+pm/�X?�V"�Ӥ����<�*�f{-��T�c]&��u��%!\P���Y�I�`l�ޙm�nLL92��J��`<�S�LPT�FC:R7���E�t��2C�w+�).S��9o\8FHL�:���P1M�Y���;&R�l����g!�R5
:[�9��A����=��M��_�^v`W���\�X��^�؋�EM���kY�s�0��b�/Ȱ�y^����s���x��-�����^�E�W�
r��g|�C�ŵ���K�cG��ʱ���dI�;J�pY+�?���a�8��Aq�7�</���uv�[��ı���~�=���w_-xqځ�����UE�ف�M\��
Bw�L�KUX@OY��F��[$�;�0��ܥ艩d��"R�'8��!���`��rƓ>Ҡ�&E	lf�z�A^~��?���~��Dz���oA�f���ЕС��1S�¨R��E�|R�Q��"1��������iu���b�v�P��4���\�c.�P��P�ZВ��sƥDH-����#�"��[z@aٕ��{�L���
+�����	^�&��v#�<�Դi�C��z����ЭO�h���h�S�9��=I-b�^��Fx}��t��g���yΨ�x���{�PPc?xd���ϧ����I�i�q���_�_������w#�~x�׏��u���?��Ƚ��!��`w��w��lT��RW����g���F�p�T�¯{/cu����GY�\�wL����d�	m��&g~��e��ȶ;����9���	�ЧBk�7$@<�f�e�Bw�����,W�}��������I�L����[��;7��Z~� ��gz*9*z�Q���$py�XAb��\?�=ʩ>����A�������t���b�k'�X�r���x��v
��+8h��[@�1�l(��d�X�~�0�/�c?�n�n��J����@oظ���eLh��v�P��� }M@�.��h��oI�0<����;����T��J?]*9F��P7kt4ӱ��hl@�5cf�V��V];�X�Ls����}>�h��{˟<O�W~��-�zB��'}�x�"
+���K@J���Q�Yw��R�Yr�6��%w�?j胍�5��?wGv�4ߎ«�fD�-��%�m�C1^E�<������_�b��endstream
 endobj
-4384 0 obj <<
+4608 0 obj <<
 /Type /Page
-/Contents 4385 0 R
-/Resources 4383 0 R
+/Contents 4609 0 R
+/Resources 4607 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4409 0 R
-/Annots [ 4405 0 R ]
+/Parent 4641 0 R
+/Annots [ 4615 0 R ]
 >> endobj
-4405 0 obj <<
+4615 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [453.197 148.279 505.5 157.19]
+/Rect [453.197 595.602 505.5 604.513]
 /Subtype /Link
 /A << /S /GoTo /D (template-specific) >>
 >> endobj
-4386 0 obj <<
-/D [4384 0 R /XYZ 71.731 729.265 null]
+4610 0 obj <<
+/D [4608 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4387 0 obj <<
-/D [4384 0 R /XYZ 71.731 706.187 null]
+4611 0 obj <<
+/D [4608 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4388 0 obj <<
-/D [4384 0 R /XYZ 95.641 677.46 null]
+4612 0 obj <<
+/D [4608 0 R /XYZ 71.731 695.293 null]
 >> endobj
-4389 0 obj <<
-/D [4384 0 R /XYZ 273.207 651.557 null]
+4613 0 obj <<
+/D [4608 0 R /XYZ 71.731 649.4 null]
 >> endobj
-4390 0 obj <<
-/D [4384 0 R /XYZ 71.731 638.506 null]
+4614 0 obj <<
+/D [4608 0 R /XYZ 71.731 626.486 null]
 >> endobj
-4391 0 obj <<
-/D [4384 0 R /XYZ 71.731 613.534 null]
+4616 0 obj <<
+/D [4608 0 R /XYZ 71.731 585.639 null]
 >> endobj
-4392 0 obj <<
-/D [4384 0 R /XYZ 71.731 595.602 null]
+4617 0 obj <<
+/D [4608 0 R /XYZ 71.731 585.639 null]
 >> endobj
-4393 0 obj <<
-/D [4384 0 R /XYZ 71.731 572.688 null]
+4618 0 obj <<
+/D [4608 0 R /XYZ 71.731 563.148 null]
 >> endobj
-4394 0 obj <<
-/D [4384 0 R /XYZ 196.632 543.96 null]
+4619 0 obj <<
+/D [4608 0 R /XYZ 71.731 526.859 null]
 >> endobj
-4395 0 obj <<
-/D [4384 0 R /XYZ 71.731 541.803 null]
+4620 0 obj <<
+/D [4608 0 R /XYZ 71.731 483.024 null]
 >> endobj
-4396 0 obj <<
-/D [4384 0 R /XYZ 417.183 495.143 null]
+4621 0 obj <<
+/D [4608 0 R /XYZ 71.731 460.11 null]
 >> endobj
-4397 0 obj <<
-/D [4384 0 R /XYZ 71.731 492.986 null]
+4622 0 obj <<
+/D [4608 0 R /XYZ 71.731 403.323 null]
 >> endobj
-4398 0 obj <<
-/D [4384 0 R /XYZ 71.731 457.121 null]
+4623 0 obj <<
+/D [4608 0 R /XYZ 71.731 380.409 null]
 >> endobj
-4399 0 obj <<
-/D [4384 0 R /XYZ 74.222 402.491 null]
+4624 0 obj <<
+/D [4608 0 R /XYZ 71.731 375.427 null]
 >> endobj
-4400 0 obj <<
-/D [4384 0 R /XYZ 71.731 351.517 null]
+4625 0 obj <<
+/D [4608 0 R /XYZ 71.731 372.937 null]
 >> endobj
-4401 0 obj <<
-/D [4384 0 R /XYZ 71.731 283.836 null]
+4626 0 obj <<
+/D [4608 0 R /XYZ 113.574 354.67 null]
 >> endobj
-4402 0 obj <<
-/D [4384 0 R /XYZ 71.731 247.97 null]
+4627 0 obj <<
+/D [4608 0 R /XYZ 149.15 341.719 null]
 >> endobj
-4403 0 obj <<
-/D [4384 0 R /XYZ 71.731 202.077 null]
+4628 0 obj <<
+/D [4608 0 R /XYZ 71.731 313.659 null]
 >> endobj
-4404 0 obj <<
-/D [4384 0 R /XYZ 71.731 179.163 null]
+4629 0 obj <<
+/D [4608 0 R /XYZ 113.574 297.883 null]
 >> endobj
-4406 0 obj <<
-/D [4384 0 R /XYZ 71.731 138.316 null]
+4630 0 obj <<
+/D [4608 0 R /XYZ 71.731 295.726 null]
 >> endobj
-4407 0 obj <<
-/D [4384 0 R /XYZ 71.731 138.316 null]
+4631 0 obj <<
+/D [4608 0 R /XYZ 113.574 279.95 null]
 >> endobj
-4408 0 obj <<
-/D [4384 0 R /XYZ 71.731 115.826 null]
+4632 0 obj <<
+/D [4608 0 R /XYZ 131.461 279.95 null]
 >> endobj
-4383 0 obj <<
-/Font << /F33 1242 0 R /F32 1151 0 R /F27 1144 0 R >>
+4633 0 obj <<
+/D [4608 0 R /XYZ 349.56 279.95 null]
+>> endobj
+4634 0 obj <<
+/D [4608 0 R /XYZ 71.731 247.283 null]
+>> endobj
+4635 0 obj <<
+/D [4608 0 R /XYZ 100.623 192.279 null]
+>> endobj
+4636 0 obj <<
+/D [4608 0 R /XYZ 113.574 174.346 null]
+>> endobj
+4637 0 obj <<
+/D [4608 0 R /XYZ 419.902 174.346 null]
+>> endobj
+4638 0 obj <<
+/D [4608 0 R /XYZ 71.731 159.238 null]
+>> endobj
+4639 0 obj <<
+/D [4608 0 R /XYZ 164.384 120.674 null]
+>> endobj
+4640 0 obj <<
+/D [4608 0 R /XYZ 222.306 100.553 null]
+>> endobj
+4607 0 obj <<
+/Font << /F33 1302 0 R /F32 1211 0 R /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4412 0 obj <<
-/Length 3032      
+4644 0 obj <<
+/Length 2710      
 /Filter /FlateDecode
 >>
 stream
-xڝZYs�F~��Л�*��}<M9�L�[��&�dk7I�(�-1C��(�~?4�$Eɚl��b7��h\
�Y��s�cEnb�a���7�b�7��8������Ǜ/�x�"���[<>-|'�b��V�������ᠪ��c�v{yo��q�x�e���(˔goV�,�W���~���?o�~$��Jb敖�\Jw�2	�Ї�vly����,�"~_�q��I� @�P��U!=g*��.M��̟�|�,���M��e�}(�-O�w�b�n���B�ž/��Ru�2R�e`�7��f�n'|�t/46+�^��W<3��$ R��k���q�DN頚������JUwE&����Ό$�1������[��~��,��A�FbP�qd��m�*��!*��cQ��,s�*�bi�G|�ųy?����/�uZ4<��,ڂ�SYW���~��NV��B��
-���rh�A�fCFa�9	�E1d��5�(b��n�㡶	�VAe^�	�s���d%4���<2�>��7G�-�`��d{��������F�����bg��P2{��dIӽ:z� �Vr 5ˁ�ᙫ��ljj}�o���O�|\�q�����<qC����h��H�1F\͸�ǶS{6}�C�Ng�f����1`��F����%I�sO����T�V} n��Δ������e�v�&me����e-�c!���r�KK����j\�ZX�r�Ag����|aw<YZ������Ts�`��hرzll4`=�<i`�E��M���Y	�
-|G���Ç�W}G��x��į�u��h��
-!T��ʉ��"�S���Zu½��u���`熟��j��#E��h1#���c�˖NQGLҖ�&�Y�%4MNt�w�O�9
hX<5��G)c5*��u�*&�5
)���؁�p�dr����L�/�n�����oŹ묽�\p�	V[t�s���}���1�@���q�C·qcr��� �����f_���ռ�ql�
-T3�c�~x��18�	��bN�4#D[�"愝�YA�_b7��e�u�3������n�y���1�a>r�����#�G�i$��d��n�B�S�)}@"Oq�w�!o(���	�g�v;ΨR������=^rW]V���!�٢@'�β�R�L�X��	���@����:��3e�W���5z�5�	d�Լ%/�s��7J���	�$�G�Ԍ��L7a��8����0���h��O%Yl
-��J�.����Og4�u�����[��t@���;��NgB��Ͳ�h�1W"$�n�r���Ā�>֑��:��a717���E���Ɍy�wEepJ`N���΅7
�#�I�#w�K����Q����r�6��?D.�T�mK!�z)���o�Ar=�M�^a����.��|��~Fx¦�?��N�Bb%��iT�ͱBʟ/)�-��L� ��D��,�����%^c?#L�l�ylDeǑ����]QO�?���.������w�ĕ����?�Τ�"�6y�́a`R^`P�
B蹴�o%�_��y\%��"�7�ȋ��~}!�{�8�_�IʱՋ\+�ݓ��T�����T�rm��e!cqz�2 ��-1+K��"���Iee�	���E�Mz�ޤ~!�3�R~��:��4,B��An��%���7�}�����������i�x�	,�M�m$暋QU���1�pQ�r���T^�pZ�e�Ѝ,..��ĭ���=�ʜJq�;�����u�_\��e.�:����IW���.�}��fZ�ФW��ك��܁�베BW������.md(����	�B���tE4	nw��a4�,d�=+����O��(ܲ�Li.u�3������5���q����@$��ӜI�����)��i��mV7����i�<�b��|ۊ\�z�� ��
)�1�_`���������>u�
-q����'.$obUxwz���a�H����I^Q����Tzp��U�U~'l���\�۔�bS9��T��U]��yp��<�~.�e�xcY��56$.;V:{YZ���z��d�����0�}V�2�v�mRө�{B�>��=��A���4k��1��
-W�$��T��B��>������aP������!dϏ�9۱��[4j�t�������<r�k4x����Xi1�9��zǷ<���z7���^�7e�����1�@/X;��$��Lh�^�W|W���8���O�^�zc<#���lc�agw��O��S:,�=��ӕ�7©���'�Ϛ�tr�<�6pǴ���/4�2�U��ۢΚ��(����ިa�V��h���u���3�k-r^�'M�xl�	ʒ��K��ܴ��u+�����=RK��v\(�8��S��ߴ�a������0H�b��M.l��@�^�FR��3�,��k�l��/��"\ei`(^J!��Q��:%�bM>o��v-�r�x���$��\P�r?%�������ηl8����\k����gn�&mO�v�\�ڳk����
-bh���߽͛��ݛ��~����Ү���\�p3�'�|g�1���(�
S�Ϲ��[���sBC.Z�җ8�z��:��2�!mP�K�F�����0���W��[��TNs�R���h�(g�����Sy��:��V�-.��b�M���nuLs�^,�,vb�w&���A�L�+�$`��2t����.��G��/�$%��V8cP�z��o�t�W���6�̴��f�����G�����T��\Kb����
-������\��X@7���Ŷ)q���a�E��(65@*���D9�[z�p�m/}!О�o���O�����F�7<��抷��;0jϬ�2d��\��-�sI6�?�P3V&楱�IY5M�����o�\}��v��N���'�UP�w�3d�{�d�o�?
-�^�{SÍ�L�LU���n”��]�n�۳�+��@�����AF����nl!G
-�8�_�U�9��c���endstream
+xڥ]o�F�ݿBo��kMrI��+�6��h���pH�ER/��Gl��~���R�������������|�������Sk
��(?
+���]�`��W�`�e5�������֋D%�^�o���h_š���?9������q��C�y�x��<�q�}+�*�՛��Ϋe�:��z}?J�Jb���g&��>J��*
+�E�*�$�B�I����u׷C֗��,�\4�
TZ����e&�)��2W��@�3�Q����Y��,�S2�^!+�`����ցr�h�
+\k��*�)Af~ �/f���$���~Yz�c���x��T ���:�n�9rY*�٧��u	�c�Qv>����������g!ۧ������aXD8�J4��~���������l^tFv�"`�����y��Ag����[;�CW�j�"�����ME_���
+!�����]
��7��f��SͰ�eW�r��"����\P��"�����`���v����\�/�Iwx��G�{N�s&|��#�t76t<��-�F-08e��xZ�5����c�H��(r�����ЛCڗYZUO��+�=���5�����m$X'gW����@
�7�Sj
+�Wߊ��O����pCwr���!���lDz�ō�C4��iT�ٞAG�&��G�K뾣ӟ�<�}-�&
+�(�N3:�f(8���o�<��$r����4��
+ ���+�ȶ턱|���>�da7����U�F�1r����"J�e��O�/
+
G���*fqf�h׿�����M�����3��
�0�`c�Ļk�Z��a�b� s���I⠜0�Y���"�MQ�;��Mm�Qe+234�����;�b�MW,��|��B�ku�b�E�d�<P�����8��.:!��LP�|����lZAɃ����
]G�Ai��nt��PGU�8F\x��F��@7��}ӽ���/X����������Y�"����%Gw��]ݳ��_iՠ�N�⥊|����!�c����32��پ����4k@�����G�!څϟ�?�|�V��!H�v��L)e�&;���A��6��
�<��M��7�2Z^���S�џa���d����n��y�"3�Y�Y�������"�2E^\̲��"/��o���ݔ�����x�3��a8��q8��^��&�����ʪ��R������:������~n_ �T��������#?q&�"<7�p��*ƣ�`t�\�B��>T��[���{[L��=ϊ��)D��`Z��xHW���h�v:��'q�7�����UC�($ک/Y�P�s\@J���o����ϛ��+�G�����݃�%���^G���_����gw�C�+����Y�p/a��T��E[,�W�ޏ�PA����lgDVV���UMz�J逌X��� �)fS�'6mi[�Bɪ��h�+/�U��0�T�9��\PgH�|m��N���X��R���tL2t�"�GgA���מk(R�,��(�@w$6�8 �h�{>#�u�G���������2A��5��v*<��Ȫ�Ͱ�3.�l�� ���vm�>���¢��eU��9�q!�b�pPЧ�.�L��/؃�ԋ%-I���6��"�Q�̋��*Y�#��c��r��O`�7��t�I4v������L�q��nF1�R�T�0U!�Q��T�k|��
+�YǶ7�!�~5m���FG��^�����BTY���/����2�bn�d
+����B|O�s[�ȋ�A!g�Oc��<�)�&4Q�/)Q��l�yyx����*�A9�WP҇|;���X:���2�걽�������T��-`�j���������Y�lC����p1�x5z��X�_��8B6~��w��%_��^LUn
�Mkޘ�nxk;)�q��gO^v���6���!�I0
+r�	��&H�����O~���5��!��s��y�!��g�S{x�8��p�9uK�
6�%f
+�:q��ײ55�K�e�`|H�I�O�~!���L�p�y(�=Ϡ���0�
��4R��Q��VE'�����Ž�G�l��3CBT޴byrC%�/x{R���"�}IqpƲ{^�倔A��km[L�q���ؔ�����mxLy�Nm:�j��2�����ÔW�E3"�<���HM%_93����Q8���2��:,doD��BC���ՕIѵ�rW��A����=n����*@�*������:4�6����6���j(�x��k�d��2�-S-䅫<��8��__�qT�V�(�O^�7������,���9�t�䶂t�mӋ �	�2��P!l�ݼ�<��-&�u�3��X�Z'�1DztN���x�h�HSZ��f�H�'���bp��%P>Ƶ��+2�'ۦ@cV��O��I[��X�v|q�7<zۤ�J�rJ��񱣟��	o�=���R��>����w�/^�H�-�����-��H����'�z�TR�csHٯO������7S٩m�"��>�w�x��Oz‡�V:=��P�cۉ��&G�
+&��.zS�E��<�������{i��(��(�&Z���R)ٲ�:��6��-nv��J�1�aG��T���QJ���x�/U�s!�J��~��#����Ї�ַD����������a�endstream
 endobj
-4411 0 obj <<
+4643 0 obj <<
 /Type /Page
-/Contents 4412 0 R
-/Resources 4410 0 R
+/Contents 4644 0 R
+/Resources 4642 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4409 0 R
-/Annots [ 4437 0 R ]
+/Parent 4641 0 R
+/Annots [ 4647 0 R 4666 0 R ]
 >> endobj
-4437 0 obj <<
+4647 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [204.95 216.02 269.707 222.874]
+/Rect [204.95 685.33 269.707 692.184]
 /Subtype /Link
 /A << /S /GoTo /D (upgrade-cvs) >>
 >> endobj
-4413 0 obj <<
-/D [4411 0 R /XYZ 71.731 729.265 null]
->> endobj
-4414 0 obj <<
-/D [4411 0 R /XYZ 71.731 693.235 null]
->> endobj
-4415 0 obj <<
-/D [4411 0 R /XYZ 71.731 649.4 null]
->> endobj
-4416 0 obj <<
-/D [4411 0 R /XYZ 71.731 626.486 null]
->> endobj
-4417 0 obj <<
-/D [4411 0 R /XYZ 71.731 569.699 null]
->> endobj
-4418 0 obj <<
-/D [4411 0 R /XYZ 71.731 546.785 null]
+4666 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [312.894 201.715 351.505 210.626]
+/Subtype /Link
+/A << /S /GoTo /D (installing-bugzilla) >>
 >> endobj
-4419 0 obj <<
-/D [4411 0 R /XYZ 71.731 541.803 null]
+4645 0 obj <<
+/D [4643 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4420 0 obj <<
-/D [4411 0 R /XYZ 71.731 539.313 null]
+4646 0 obj <<
+/D [4643 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4421 0 obj <<
-/D [4411 0 R /XYZ 113.574 521.046 null]
+4648 0 obj <<
+/D [4643 0 R /XYZ 74.222 667.497 null]
 >> endobj
-4422 0 obj <<
-/D [4411 0 R /XYZ 149.15 508.095 null]
+4649 0 obj <<
+/D [4643 0 R /XYZ 71.731 642.426 null]
 >> endobj
-4423 0 obj <<
-/D [4411 0 R /XYZ 71.731 480.035 null]
+4650 0 obj <<
+/D [4643 0 R /XYZ 421.753 626.65 null]
 >> endobj
-4424 0 obj <<
-/D [4411 0 R /XYZ 113.574 464.259 null]
+4651 0 obj <<
+/D [4643 0 R /XYZ 95.641 613.699 null]
 >> endobj
-4425 0 obj <<
-/D [4411 0 R /XYZ 71.731 462.102 null]
+4652 0 obj <<
+/D [4643 0 R /XYZ 252.683 613.699 null]
 >> endobj
-4426 0 obj <<
-/D [4411 0 R /XYZ 113.574 446.326 null]
+4653 0 obj <<
+/D [4643 0 R /XYZ 185.773 574.844 null]
 >> endobj
-4427 0 obj <<
-/D [4411 0 R /XYZ 131.461 446.326 null]
+4654 0 obj <<
+/D [4643 0 R /XYZ 71.731 567.706 null]
 >> endobj
-4428 0 obj <<
-/D [4411 0 R /XYZ 349.56 446.326 null]
+4655 0 obj <<
+/D [4643 0 R /XYZ 485.041 543.96 null]
 >> endobj
-4429 0 obj <<
-/D [4411 0 R /XYZ 71.731 413.659 null]
+4656 0 obj <<
+/D [4643 0 R /XYZ 74.222 513.076 null]
 >> endobj
-4430 0 obj <<
-/D [4411 0 R /XYZ 100.623 358.655 null]
+4657 0 obj <<
+/D [4643 0 R /XYZ 71.731 488.005 null]
 >> endobj
-4431 0 obj <<
-/D [4411 0 R /XYZ 113.574 340.722 null]
+4658 0 obj <<
+/D [4643 0 R /XYZ 71.731 449.216 null]
 >> endobj
-4432 0 obj <<
-/D [4411 0 R /XYZ 419.902 340.722 null]
+4659 0 obj <<
+/D [4643 0 R /XYZ 128.474 403.088 null]
 >> endobj
-4433 0 obj <<
-/D [4411 0 R /XYZ 71.731 325.614 null]
+4660 0 obj <<
+/D [4643 0 R /XYZ 71.731 387.98 null]
 >> endobj
-4434 0 obj <<
-/D [4411 0 R /XYZ 164.384 287.05 null]
+4661 0 obj <<
+/D [4643 0 R /XYZ 142.466 349.416 null]
 >> endobj
-4435 0 obj <<
-/D [4411 0 R /XYZ 222.306 266.929 null]
+4662 0 obj <<
+/D [4643 0 R /XYZ 142.466 317.639 null]
 >> endobj
-4436 0 obj <<
-/D [4411 0 R /XYZ 71.731 229.071 null]
+4663 0 obj <<
+/D [4643 0 R /XYZ 180.841 305.983 null]
 >> endobj
-4438 0 obj <<
-/D [4411 0 R /XYZ 74.222 198.187 null]
+4664 0 obj <<
+/D [4643 0 R /XYZ 142.466 294.753 null]
 >> endobj
-4439 0 obj <<
-/D [4411 0 R /XYZ 71.731 173.116 null]
+4665 0 obj <<
+/D [4643 0 R /XYZ 71.731 210.626 null]
 >> endobj
-4440 0 obj <<
-/D [4411 0 R /XYZ 421.753 157.34 null]
+4667 0 obj <<
+/D [4643 0 R /XYZ 264.01 152.066 null]
 >> endobj
-4441 0 obj <<
-/D [4411 0 R /XYZ 95.641 144.389 null]
+4668 0 obj <<
+/D [4643 0 R /XYZ 375.655 152.066 null]
 >> endobj
-4442 0 obj <<
-/D [4411 0 R /XYZ 252.683 144.389 null]
+4669 0 obj <<
+/D [4643 0 R /XYZ 71.731 136.957 null]
 >> endobj
-4443 0 obj <<
-/D [4411 0 R /XYZ 185.773 105.535 null]
+4670 0 obj <<
+/D [4643 0 R /XYZ 71.731 122.014 null]
 >> endobj
-4410 0 obj <<
-/Font << /F33 1242 0 R /F32 1151 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F35 1481 0 R >>
+4642 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4446 0 obj <<
-/Length 2389      
+4673 0 obj <<
+/Length 2458      
 /Filter /FlateDecode
 >>
 stream
-xڝ]��6�}��V�\I�d)@�H���.A�-��Y�m]dQ�G6ۇ��7_���v
-��p8��V>���6P[
C��0�W���_`�W�Pl�d3�������֫Le�^��WQ���P�q��+?y���4e�m�	c�{�x�;�Vu����:b��:���w?_���4��Ve�~VIG��2ܞ��b�D���*E�$�ӁB��e^��z����l�E�;S5Y*m���p��c[O���~}��޿{�����Q��!���'A���{�c��:-�_�A`�� T��ͻ�dӭ7����u�8���Tk`�&5]_٦�U����^��
ں�(��q�e�英G>�ʛ��������=xܡ��'A�����v���ah�����t�<–��;ܢ�#��!Tš��*_2s�(��>�O�E�J�-��*��G��	�"�On�营��-'�6b�2&ʍ+�t�
9 2"��"�!vyq��dQyc���wd����	��!�P�_�16ڇ��?�rQ��1ȃV�/��\)g�./��B�.:/�E6i��2�]�ŋ�Or�򡭊�f�l��ԛalox����=��sH��p�����/l���v�6:V�9�x���%r�a�� ��oǾ��Uͭ�����
D�7��Ahu
�����o󾿷]9�o�)x�#!�D��7l]5|����H��
�J�O�̛�����4����)J HJ�
-I�)�P�Eo���[�xG��Aޔ!8�NԨ@������n{J�|�����9~Q�%�D�w����o�	�Ƀ;�
-��A?8y�|S�wU3(���PP�4Z�!�`t�\}��J(?����Bb�±��*PY�W�Y��>^}�8�5�TEI���.�l�>���fE	��D>��@iP%�3��a!̻
JN�jr�M�*�B��hv�
U[:�4�cK���?]���=�Tc�$`F���^�7����`�R6�2i��8�<wf6�8!����>;#�u���$k@4@��	�P����ؐ�h�ƽ��Lc�Ñi�#�(�r��Z����-d}����em���ޞ�v�H�81��E΢������ ��$iۧ,���y3�$��ʶ|������`��� 1/��c�q���)����g5�S��m�+��Ψ|�)�5���|+$�J����f���-
-�m�X��[H��h�K�E��L��̑+��^@�-!��{Y[X��%�Їd��Ӕ`?O~
-�-�%Չ�+0/O|"�#�C0t��
-҇|:l�Smr��+�X��t�<v�O�^?�r!�&9����Ǝb.
-�9�~�ه98s��j���n��i��; "���|���
-|�ˁ�c�}��G�S��3�1��S������U�,@O8tc1p�K{;�i�5��4�&E���8�͌h��njpG?�.
(;\��>:��{N��</:�v����m�\NTpHh�]��V�‚�q����N\�H�����l��S�=g�0�����!Vp��`6��a������(���I.R(�IN�k����b��82y+��."�yH�>P�\AIT�����Y?K�{H�%z����e]Q}|���b"�5OCdS]ӳ�Ӳ�1�a2N�����j�H��Ur<�9��M;wQ��F�J>rD�5�֣r��������ވ6�kɱ��6�ЊB*^�v!���R��nK��'H���i�\ZDS�����4B;0�}=\0U�UC��k��"�Nh�ja/RC����ĉ��е�Tx%��u�Xف����qױ$�g��N��fy�
-��S��-�%��갼�%��%�uQ�K�_��2������%�0RA8���#O�r'�|%����6���:�H���e
lR�=nfU3Mp7����K�B�=�I��7����]-l�&7���1�P|Nק
7Xj�S�ǂ.��;;��#����Q+�jבGt��8�m���|��)O;#�V��������_���S�fEV�c�L�TPN~!��FN;=��P�����{M>��f��R���R�
��y�9�7y���u��6�$/wXi��Ur}��rF���-��b��c�ǁ6o� ;�7��򥖮��ۧ��ٛ�{h�Ѻ�C8Jk�W=�.�š$Y�Ps!��aH-�WN���#s���0{��ˇRm|w�B���)<�y��B['��2�uc�|�b�ݺPM��T[/�MA�B;�E�E#�s$�sL���B��&���l�ܘ��}�=H��h凵���������0��a��M�U1����#�ԣ�GS�]5<<n����4�>��&Y���!\�B��Ȃ�z�_J�?�I�endstream
+xڝk�����
+`X�DJ�#z�4w�
rm��E?$A@۴��^�������pHI~�{"G��2_���/R��"g"��mu.���
wk����|�x��}-r�'��q���d҉ˤX<�~	��V׻��j-d�1z>5-��-�R����sܭ�0�����Ǜw�#2JY�E�2�q.���e.Y�E�IG���[`'
+��hqT+_V��}%�UG��Ρ5=�Rm�-�U���n$���Q�kO���F��w�7M���}�T�2Gwf����v䅀�:g�7���E�b�\�ܙ�j���Ĥ0[��c{��Ͻ6C�ڒp�ړ)�b�pGk=������Cg��
�WN�"���P�Şֵ��W�3��{��-1��(��ޡj�e�­�I>��yj���5�{�ۡ+̳U��X���&�g��!K���������`���[�(O�F����զԴ�����'Z���+���-�r%e���P�m_��@��Qj��V�[ڢ������"K�}S��-��YO��Խ醭)����X;!玄�f��#O)�%#�1m!����a(v�1��=�7���'x���+��IP�W<D������Y���{h��������u��h����Y�|iO2�y498����6v��NW�����ca�s,HG�$F�J�=Q��r��(
�enT�f&c�	���΁��a�ҜY��0�������ؾi�F����4jW�7��U,���<��ӫ�&��e����m)9�⅄��Aѐ�����p����#����n9�b&e��,tz��y��4R���%a�
:��.H�=7��$|*т�,�4_r#R��cQR]����}/2��=��2cY�FIXe��ˊ1�����$|A�A���P]7������
Et��`OJ�c��I!��y'�7���Ci�
�P��2�b-��u��gHVMs��	��c�1�')������'T��S��kͦ��H$,�s������j�b��0��O°�5ۡҵ�	
@�U���f���n�7�@h��JHH��\���Ozp�	&Ak����4���ʦ�N\4Kq�(�\W� ��H\ʻ�����"<���W8�ق�-A5��xZ�ߒ�-�:A�dϋ9�IÕm�D&��
�t+��Ԛ����ij(
+��|ek5��9԰+̭[[���e�T�{̈j��r���}����F�`�h�v?�tu��a3��!wDP�+���5�6���w��n�m�`�� 
��ζ��U-��N۲�mc��$���@%!��]U���,�}ݝ�h5��^=�N�P>=[L|rV�N�&�����Fw	<�������9�m=���̖��2*����*U�}b�N��'r I�-��φ�����/Y�ӱ!Ю�}�D�5x�n���xơ��t1y��̪�X[!��
|��d�b�h-��؇��%@�x�tYt��"��	a�o$QsO@Y�^���t �SF�c%��@3��܉��N�|�z`�]8�
���{��n��V�=�ǀ�́E�w;+?�D������ґ�j��*w��eD���-��v�wxcSQ�`<�u�
��{M B VQ��b�[b�j<R��T�X~?�!��Ί�����ѳ#�1MMݺC��ǃZى&��~���)x����Zj;��G�=HM�t�`��ֳ��P�ʩ
�a���/.�ԍ����L B}}�nX��H���4�ZVf|`�����E�"O�tP������֠۸��vJGa&�������8���ގ�5QS5�����"؁k�}���V>��a������,�ߚ�t�c�S������n(�l&�RԞ��kf).��8��4�`��'��K�T�q�!v
+�.����̋�Ν�?���c���	�#�ԭg�Lv�p�f���N��e��������L��Rf�\�:غ�pq�����5��J�,�c��&���F�ť�}��$q�5�����cyn�}����`��W#���.��e�<-��&�Zj�A~�x�x)k�+��&��Dj��$��B�1?�AG���^�D��d~~֛��'�+%:�u�u�������o/�R6���֍:
=�[�l��>���*L�2���;���v������S,O�b	�woG)�
E������Fdh(@�;�#��l$�ȥ��so��N`�tx�#��rs���xhST-6/�R�	Gد(�0��i�<#���H�}vF$A�Ĭ�/)+#���~��������n@-4�#�E��hy�艾�E!ediDŽ�j㪕m�����}���R��0�ύ>���+~�񻕜�97<Sa����7X�ں�{j�`�����mz}u�v?[Ęb�WؘP.~א�Ax"�}�_�y���w�uZendstream
 endobj
-4445 0 obj <<
+4672 0 obj <<
 /Type /Page
-/Contents 4446 0 R
-/Resources 4444 0 R
+/Contents 4673 0 R
+/Resources 4671 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4409 0 R
-/Annots [ 4460 0 R ]
+/Parent 4641 0 R
+/Annots [ 4684 0 R ]
 >> endobj
-4460 0 obj <<
+4684 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [312.894 353.147 351.505 362.058]
+/Rect [422.465 503.858 467.048 512.448]
 /Subtype /Link
-/A << /S /GoTo /D (installing-bugzilla) >>
+/A << /S /GoTo /D (security-mysql) >>
 >> endobj
-4447 0 obj <<
-/D [4445 0 R /XYZ 71.731 729.265 null]
+4674 0 obj <<
+/D [4672 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4448 0 obj <<
-/D [4445 0 R /XYZ 71.731 718.306 null]
+4675 0 obj <<
+/D [4672 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4449 0 obj <<
-/D [4445 0 R /XYZ 485.041 695.392 null]
+4676 0 obj <<
+/D [4672 0 R /XYZ 71.731 644.583 null]
 >> endobj
-4450 0 obj <<
-/D [4445 0 R /XYZ 74.222 664.508 null]
+4677 0 obj <<
+/D [4672 0 R /XYZ 71.731 644.583 null]
 >> endobj
-4451 0 obj <<
-/D [4445 0 R /XYZ 71.731 639.437 null]
+4678 0 obj <<
+/D [4672 0 R /XYZ 71.731 619.646 null]
 >> endobj
-4452 0 obj <<
-/D [4445 0 R /XYZ 71.731 600.648 null]
+4679 0 obj <<
+/D [4672 0 R /XYZ 71.731 583.646 null]
 >> endobj
-4453 0 obj <<
-/D [4445 0 R /XYZ 128.474 554.521 null]
+4680 0 obj <<
+/D [4672 0 R /XYZ 184.704 567.87 null]
 >> endobj
-4454 0 obj <<
-/D [4445 0 R /XYZ 71.731 539.412 null]
+4681 0 obj <<
+/D [4672 0 R /XYZ 387.861 567.87 null]
 >> endobj
-4455 0 obj <<
-/D [4445 0 R /XYZ 142.466 500.848 null]
+4682 0 obj <<
+/D [4672 0 R /XYZ 71.731 552.882 null]
 >> endobj
-4456 0 obj <<
-/D [4445 0 R /XYZ 142.466 469.071 null]
+4683 0 obj <<
+/D [4672 0 R /XYZ 142.466 514.318 null]
 >> endobj
-4457 0 obj <<
-/D [4445 0 R /XYZ 180.841 457.415 null]
+4685 0 obj <<
+/D [4672 0 R /XYZ 74.222 466.302 null]
 >> endobj
-4458 0 obj <<
-/D [4445 0 R /XYZ 142.466 446.185 null]
+4686 0 obj <<
+/D [4672 0 R /XYZ 71.731 441.231 null]
 >> endobj
-4459 0 obj <<
-/D [4445 0 R /XYZ 71.731 362.058 null]
+4687 0 obj <<
+/D [4672 0 R /XYZ 71.731 387.432 null]
 >> endobj
-4461 0 obj <<
-/D [4445 0 R /XYZ 264.01 303.498 null]
+4688 0 obj <<
+/D [4672 0 R /XYZ 71.731 387.432 null]
 >> endobj
-4462 0 obj <<
-/D [4445 0 R /XYZ 375.655 303.498 null]
+4689 0 obj <<
+/D [4672 0 R /XYZ 71.731 364.653 null]
 >> endobj
-4463 0 obj <<
-/D [4445 0 R /XYZ 71.731 288.39 null]
+4690 0 obj <<
+/D [4672 0 R /XYZ 71.731 330.71 null]
 >> endobj
-4464 0 obj <<
-/D [4445 0 R /XYZ 71.731 273.446 null]
+4691 0 obj <<
+/D [4672 0 R /XYZ 204.252 286.974 null]
 >> endobj
-4465 0 obj <<
-/D [4445 0 R /XYZ 71.731 224.395 null]
+4692 0 obj <<
+/D [4672 0 R /XYZ 71.731 271.866 null]
 >> endobj
-4466 0 obj <<
-/D [4445 0 R /XYZ 111.412 198.492 null]
+4693 0 obj <<
+/D [4672 0 R /XYZ 71.731 248.952 null]
 >> endobj
-4467 0 obj <<
-/D [4445 0 R /XYZ 71.731 170.596 null]
+4694 0 obj <<
+/D [4672 0 R /XYZ 194.459 233.176 null]
 >> endobj
-4468 0 obj <<
-/D [4445 0 R /XYZ 71.731 170.596 null]
+4695 0 obj <<
+/D [4672 0 R /XYZ 357.109 233.176 null]
 >> endobj
-4469 0 obj <<
-/D [4445 0 R /XYZ 71.731 145.66 null]
+4696 0 obj <<
+/D [4672 0 R /XYZ 71.731 221.056 null]
 >> endobj
-4444 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R /F23 1137 0 R /F44 1937 0 R >>
+4697 0 obj <<
+/D [4672 0 R /XYZ 197.727 188.643 null]
+>> endobj
+4698 0 obj <<
+/D [4672 0 R /XYZ 328.437 188.643 null]
+>> endobj
+4699 0 obj <<
+/D [4672 0 R /XYZ 71.731 186.486 null]
+>> endobj
+4700 0 obj <<
+/D [4672 0 R /XYZ 71.731 171.542 null]
+>> endobj
+4701 0 obj <<
+/D [4672 0 R /XYZ 71.731 150.085 null]
+>> endobj
+4702 0 obj <<
+/D [4672 0 R /XYZ 115.567 96.658 null]
+>> endobj
+4671 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F32 1211 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R /F48 2042 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4472 0 obj <<
-/Length 2390      
+4705 0 obj <<
+/Length 2414      
 /Filter /FlateDecode
 >>
 stream
-xڥY[��6~�_�#cF�DYj�
��$M�Y4�Y�C[�E����Jt&��~��CZ�ef�.��ȣ�s��r⟜-�X�xD��R5[77�l�7�n��X8������Wo�x��<�g�Y"�ȈN�LE����~��mY}�/"���;͋���Tu]���\J�ϓ0�8��᧛7G	T�y�(�ǹ�2�̕Hf"N+d"� ~��F�1
-E�mB���G*x���2(;~��Ǻk�2������aTC��5o><}��7^z}�+�*۸���+��V��K�ny�8J���fx��_C�ǹ0�2��Y�4�tu�����Ν���􇵩�v �g��BF"w&�Z���F�S�D�5�MG*$9�!�CUj!䓖M0M��q�I�+12O���<�!�@/�Էl���\�X�E��ᏺd��b�\�۾h��������1�#w\�ɟk]�e�u�����q"L|<�A9�1!7�?0��b*(���<^����bOffc䑈�c���F���Jwf�_�0�~b<ݱMיL�w3EYޯ
-���
-������Pl4k��x�.q�іd�,U�P2�`�����Y���	����
!�Y"��fR�y<��ls�����CI��/�����K�Py&ry�(�������P�r��Paf/�_�m��uFx�9R���*YN&IE����_����Y��B|�a���n��v'���s���O��Ǫp'@�;�]�r���Cm�͑D�H��)�p�DW��YL��-M�>'D::<�HDt�<]�0�^f�p^f�r�2�3�5�`8f�(�<���*�i���,|
-Ʋ�ևF�Ƨ3�6����f���n=t���$Eϕ PH����N�'�7�"�p���4
�2-_*�J!�,��FW���*J]����1��e�ҽ<�/o��j����ŀ���N��k6���E"vQfkV2m�[w���
-[,Up�����K8F�j�:��ӵ�O�|c5��8	�CY�;��.��a��(J�����$�����A��%� �u�~�}튺��c^7E�"u�(�
T�t]���ߖ��������z����KJ7�%ˮ��/�u7خ�6�H~-��.��{�7�0�v������W��[֓V��D-9�<[I|rV�N�f���M��w
O��������;.��ESt.��r�-���i���j��ɺ�P�5�$9>�T9<��ؒ����K��Tvzho�u
���o�qh�5]�^��1��t�k��]nz[��QO�/�v���8N��t{TN&d˪�ޖ�vN	��}I�0����I�7�k��.#̩�2�qhb���4L���ԃ
��76+<��^�8έ!t_�E����oJ���D�7�-��#�o�#�%<�r�bK��m��c�pM,2�s�
�ʽn
-���A���Eam��[����\�&4~��pB��ު��}�葟��Zn�"�?��gRE�^؜B��^����Զ�%�%��2�k�Щ9�&ͭg�t�Uc 1����^ea�Wm�c�4�SD��Oh�#җ��ew���^O�,�E�~O�K2Qҡ��F�^<V�;ۑ۸��S�ʌ*���6���R�z�	�]�����r̒c5e��jO*���VڧO�+��az�9
-`�^I��Y��5����
������+�ñe3)����\�����p��O2�`C!�8���.�����.@���#$��ҝ~�����<#c3�1��Pw^T3��‰�f2��*N�Ne��~o���7�6������}�����.�(��X���\V�D��$*Ę��5]���N7$�N������G�cen�}���ҟ`�W#���.�������늚�k��F7�T�K�*Q��h-��~^�e"��h��3�w�N���:�*�r�����n�H�t�5-��wF{9�F��њ�ܻI��'���zW���`k�
-�̌iP�NT��|��srJT��I�A�P7v�¬�o8:�t]�1ą4!����'��/��c�"�޽�zh;����#�h�*�1Ws��k˛��S�ڌ8���Rl��l$�ȁ�6k$�$�ٙ`H�~IY�^rV&Hw0�WT�-d�8����U����O(@�%�rg+�#,�C��eDŽ���U+��;Q��\|���R���ѧF�������JM򜛝�0�x��V���|��9l�v�@1�}�O��Zs��B(�dy��Ϛ�c�؎E�b��	؋O�PF�19��D�6~p�a�}��N����K\e��L�������5�JS�/Q���ݢFa��DN�X��9��E1��kHe���{Ë����i���>�~;�T�~BH�,._��aD���AE�a�'B���s?\r�/VaV�endstream
+xڕko�����
+���d �H��.�Cn/i��ۢ��n�P䱭F�j�ͥ���#˖����p8�T���*�D�ÏL���U^�qW{����)6L���|�����W�H#u�[^(��K��ru���sն��?�72t�+A�wE�����EYf��Y{^�\�����_w?���%�X������f&���R���o%�|#��:q��D8dk�:_� �x��a_eEI��n�f��M]>�ӭ=�"�����{�'z��(jݫ���1��v�����hU�����ۦ2���*�*��F�^w�����Լ�W���K�	x~��z�\��yV6�zw"'_���A֘���k����T��ޫ-�
6"i�.�T�:Zf��]S��9�ߞ�����z�vg�̈́ƚ"�Z�)�m U8�,�X����x9Y�|T����npr��j�,������QY�E8n�}s�����.++�_7J^Tք�eY�W��p٫�Z�|����3e��_V��������󣗕t�yNIL�旽����s%M���r��fNE�_��;H;��Q����vJ��Z5A��K6mW$Al��/�I�HF =�|`��=���$�x(j����h��l��	H�|J7�,�������I'�	b�|�e�ǦM�͚���ɑ-J�V�mc�w��Ն߶���>�L�
H�{p���e�NM����;��]ڤ�W�a�!�,��i���ͬm�'B�Tf��T�g�o�a�h�m�>?��D�#�2��=�
~A'`N�[!�{��CJP��p���w�F��v�K�(�S��D���o//�ļ]T
��d^��/��L�D�/�+�� 7��h�$p���W��p��I�+��?� Դ���:y#�'��t���~��I�«��d�,eŐ�����9���K��j�Ij�Fv
+��Ҵ�N@��H�z��"A��`��A��p�!٢�Z-�t[�9��>��1�:1�>���}gh�5;���J�S
�a���?��4�$�$l�ּ��7�0���{��ʢ"��;��A`4�y�Je��`�������+�t��Ւ�������n���� �/�~�g[H�n���-t>hT��p��VM��M�l�*`F�fsw֛�{���;ߢ��4���W
��`��y:�_N�Z�C{�m�cG�~�mr�3B�6��=�WE��~����k�MX.�}R�?`<�0G��!��]W�Ǒcq� ������27
+�3��.����M�w��%�izh�'Z6��8A�5�S�S8�&[s2\��|a4{�a8�8�bh�
>B�f���lFeS������׷Be�T��,���ji��ll��5���䜾S��Ӛ�yc�w;ضc_�T�b��>쨼����:.�����`��tA�ޘ�3�!�lf�B����e����\��'RhH][��\���ff0��f�-��γ��9v;F�+ŋ�f1����Fs���$6���Ci�$��=j�y���J��S/	t-��]��&�WTm��1:[�����+��;�@S���$�4�(�"g���L9��D;f�Ŭ�P/�摇1ĵ\����Ÿ�,����)����b,�Q �8}*z�w�d� ����"�D��7�]-�p�K���������;�|�d|G��Wġ}��ʴe�l�d^T��`�'���d���S��cűۂF�ą�(������ݘ@�#t�(����s���,Ys����MD��+E��c���L�f���������mv�L�����L3�sj�sF�<>�0c_+=X�P��д='	XL�+kl1q�}��~`��%���J�Ւ�"�>�}g41;J�3$��I��'
+�Yr��@8V�1`��h����0��X�M���~��Ɔ�!�R���W����MyS���2�m(ӛvHOghNv�Ύ}a��/�?4L� �q�	"�l1G�g�U�������9=0I���}�M"�F���P۩
+Z�\�	��C����(���W63�l�-���G��ѡ��Z�ŽG�m�|3s��a��~������	��#8if|��\,�6��.?/��a��O�ݥ�[��A��x9����p�5g�	*l�Ǚ�������i��c��]���
��� HԴ�2t���s7�nK����L�!�o
+��`nD�Bĩ�!F_��B��3�\��,����� ���䴹�NC9y�������L`��~�J3�P��9�䋲,kZJ;�K�J9�%�Մ��C��o� �r�)�[ͳr�$I����O�4�h���e��ˈ��'�M_j��M�F���n���9�[8��?eL�%��+HD��K�;���s��KZ&(W*�������f��endstream
 endobj
-4471 0 obj <<
+4704 0 obj <<
 /Type /Page
-/Contents 4472 0 R
-/Resources 4470 0 R
+/Contents 4705 0 R
+/Resources 4703 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4409 0 R
-/Annots [ 4479 0 R ]
+/Parent 4641 0 R
+/Annots [ 4739 0 R ]
 >> endobj
-4479 0 obj <<
+4739 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
-/Rect [422.465 613.447 467.048 622.037]
+/Rect [208.787 264.145 228.214 273.056]
 /Subtype /Link
-/A << /S /GoTo /D (security-mysql) >>
->> endobj
-4473 0 obj <<
-/D [4471 0 R /XYZ 71.731 729.265 null]
->> endobj
-4474 0 obj <<
-/D [4471 0 R /XYZ 71.731 693.235 null]
+/A << /S /GoTo /D (gloss-mta) >>
 >> endobj
-4475 0 obj <<
-/D [4471 0 R /XYZ 184.704 677.46 null]
+4706 0 obj <<
+/D [4704 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4476 0 obj <<
-/D [4471 0 R /XYZ 387.861 677.46 null]
+4707 0 obj <<
+/D [4704 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4477 0 obj <<
-/D [4471 0 R /XYZ 71.731 662.471 null]
+4708 0 obj <<
+/D [4704 0 R /XYZ 187.785 640.897 null]
 >> endobj
-4478 0 obj <<
-/D [4471 0 R /XYZ 142.466 623.907 null]
+4709 0 obj <<
+/D [4704 0 R /XYZ 71.731 638.74 null]
 >> endobj
-4480 0 obj <<
-/D [4471 0 R /XYZ 74.222 575.891 null]
+4710 0 obj <<
+/D [4704 0 R /XYZ 71.731 633.758 null]
 >> endobj
-4481 0 obj <<
-/D [4471 0 R /XYZ 71.731 550.82 null]
+4711 0 obj <<
+/D [4704 0 R /XYZ 105.604 613.001 null]
 >> endobj
-4482 0 obj <<
-/D [4471 0 R /XYZ 71.731 497.021 null]
+4712 0 obj <<
+/D [4704 0 R /XYZ 140.184 613.001 null]
 >> endobj
-4483 0 obj <<
-/D [4471 0 R /XYZ 71.731 497.021 null]
+4713 0 obj <<
+/D [4704 0 R /XYZ 184.766 613.001 null]
 >> endobj
-4484 0 obj <<
-/D [4471 0 R /XYZ 71.731 474.242 null]
+4714 0 obj <<
+/D [4704 0 R /XYZ 71.731 610.844 null]
 >> endobj
-4485 0 obj <<
-/D [4471 0 R /XYZ 71.731 440.299 null]
+4715 0 obj <<
+/D [4704 0 R /XYZ 105.604 595.068 null]
 >> endobj
-4486 0 obj <<
-/D [4471 0 R /XYZ 204.252 396.563 null]
+4716 0 obj <<
+/D [4704 0 R /XYZ 140.184 595.068 null]
 >> endobj
-4487 0 obj <<
-/D [4471 0 R /XYZ 71.731 381.455 null]
+4717 0 obj <<
+/D [4704 0 R /XYZ 185.563 595.068 null]
 >> endobj
-4488 0 obj <<
-/D [4471 0 R /XYZ 71.731 358.541 null]
+4718 0 obj <<
+/D [4704 0 R /XYZ 71.731 592.912 null]
 >> endobj
-4489 0 obj <<
-/D [4471 0 R /XYZ 194.459 342.765 null]
+4719 0 obj <<
+/D [4704 0 R /XYZ 105.604 577.136 null]
 >> endobj
-4490 0 obj <<
-/D [4471 0 R /XYZ 357.109 342.765 null]
+4720 0 obj <<
+/D [4704 0 R /XYZ 132.164 577.136 null]
 >> endobj
-4491 0 obj <<
-/D [4471 0 R /XYZ 71.731 330.645 null]
+4721 0 obj <<
+/D [4704 0 R /XYZ 74.222 559.203 null]
 >> endobj
-4492 0 obj <<
-/D [4471 0 R /XYZ 197.727 298.232 null]
+4722 0 obj <<
+/D [4704 0 R /XYZ 71.731 534.132 null]
 >> endobj
-4493 0 obj <<
-/D [4471 0 R /XYZ 328.437 298.232 null]
+4723 0 obj <<
+/D [4704 0 R /XYZ 433.301 518.356 null]
 >> endobj
-4494 0 obj <<
-/D [4471 0 R /XYZ 71.731 296.075 null]
+4724 0 obj <<
+/D [4704 0 R /XYZ 161.15 505.405 null]
 >> endobj
-4495 0 obj <<
-/D [4471 0 R /XYZ 71.731 281.131 null]
+4725 0 obj <<
+/D [4704 0 R /XYZ 71.731 472.364 null]
 >> endobj
-4496 0 obj <<
-/D [4471 0 R /XYZ 71.731 259.674 null]
+4726 0 obj <<
+/D [4704 0 R /XYZ 95.641 448.618 null]
 >> endobj
-4497 0 obj <<
-/D [4471 0 R /XYZ 115.567 206.247 null]
+4727 0 obj <<
+/D [4704 0 R /XYZ 74.222 417.734 null]
 >> endobj
-4498 0 obj <<
-/D [4471 0 R /XYZ 71.731 178.351 null]
+4728 0 obj <<
+/D [4704 0 R /XYZ 71.731 392.663 null]
 >> endobj
-4499 0 obj <<
-/D [4471 0 R /XYZ 71.731 153.281 null]
+4729 0 obj <<
+/D [4704 0 R /XYZ 71.731 361.778 null]
 >> endobj
-4500 0 obj <<
-/D [4471 0 R /XYZ 187.785 120.867 null]
+4730 0 obj <<
+/D [4704 0 R /XYZ 71.731 338.864 null]
 >> endobj
-4501 0 obj <<
-/D [4471 0 R /XYZ 71.731 118.71 null]
+4731 0 obj <<
+/D [4704 0 R /XYZ 162.252 323.088 null]
 >> endobj
-4502 0 obj <<
-/D [4471 0 R /XYZ 71.731 113.729 null]
+4732 0 obj <<
+/D [4704 0 R /XYZ 254.556 323.088 null]
 >> endobj
-4470 0 obj <<
-/Font << /F33 1242 0 R /F32 1151 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F35 1481 0 R /F48 1949 0 R >>
-/ProcSet [ /PDF /Text ]
+4733 0 obj <<
+/D [4704 0 R /XYZ 327.124 323.088 null]
 >> endobj
-4505 0 obj <<
-/Length 2689      
-/Filter /FlateDecode
->>
-stream
-xڝk�۸�{~�{@Xs%R�;��\�i�4
��}�)٦mu���Tr�_��P�-���
��!9��Y��p��"U𑹐I<[�/��f~�"d�%�,G4?ܽ�~��,y�fw�Y�"C>J�,����?��lʟK�W��w{M���?eU4z��x�j�?/�u��7w�	b��<SO2��P��-e r^��c�Dx� �h��Lg�A��`O���$e|~�<�:��6;�7�%�6��}�l�U�f��Y��"����F��Z��q���[]T�p������䁈§�5�yDX��a]��Ya]�|"���a�^?-(�S�|��I!�RDi����4�	�)��t��4�|*����6�B11*B����=�}�Y�EY}F!m6�6�^L���ɒ�e�,J��P�ON�L��H򎕲�$��Ѿlta����������H��U���􎆭���틆 f�A�[R�G�����p��};Z��D�?��T���%�m��@�i񼅓�0��hjͣ/8�;S��A�miƇ�+B�_�YiB�ZVP>8Y���WE���v�����"��f�]�ivKG��!�
-c��~E+`V�]��9�����
-������w�T�H�4�$iN�OA�=|{}���n������I��
-.��]�}��
26� �j�&ޠy���,_�dv�u��Á�7��"� �!�D��ѷ��uZA���Q{��!�O��3/g5!��X��Ə�M����ta���
-~GFl���Y>A��O��;�rG������v�:�
c��>wh�Ɗa��	^9P���)�s43*�|f�~�_j���@�с>�n�&D뮮�S5�����|Q���P%H�g7�&���x��#��t�t���+��#�h}AFGCϓy��A���N�]�ԉX:�E���*O�
-��vE�$f�������m���V�E���-}�f��wo8����ij�q</����,EDϥ�i��/`�y���C=g���� ���n���LL��K{�O���@�/e1by)�+w�@�
-^��Icv'�>�t�OQ
�;�no^��p#��0����p�k�f�d�6�+Wׄޔ�^۶{�a�0s4�]Gnp1E�r(�ۅI`N����[�n�]���g]��
-��$�X��s
-�9��TV�ۏ�7��)rq��5���l����_,�>_�,��ꢎ�t�]�ŻTltI<�:�o{_h�J����A�q�x���K��9�����ai6x�+Z�J�tS�*�"�Ƴ��8i���1�˯oگS�&�ȡ%J�kg��!�Mi!����:�BEzn��9�7��EW����
b������T���$���`�}��$�ݗz$y7�J����J;tu�8g\Y����Z7l��]>z�_��%'�8r=�(�d��U�@�s�X�M�xc����r)>D�l�%@N'�RV��zC�#մ��KD���ӏ�ռ�E���f_@d"�T ��@�-�r%7�&�g�ycΠ:��=d,E6ܣ�p�@�����*�g��z	oTUl`y(��ND޴�oо��-,eNL�thhg����UŽ�9:���G�V�Ɇ�������Y:S������y��h�s����n�0�=e&$��'�d�ɞc��3��Qصe1�L�eC�@{�$`0�,����ہ���|������D"N2^•g2R;���F����'�EQr�������b|ITU��$s�d�n;�ל��n(�-�
-����N���T7��zZ��I��c��rȌ�f�e.�ua�O�o���%����_lD){�����D�0e��:��]8ǖ(�=��x�x1z��ޢ��\k���u۠+w5��'J���5�-\��([���/��l#��1$�Ҕ�A�|��\��ǖ���<����	��F��N�hph�`�e�󃆂v�\�_��GW��ĭ����7����s��Jc9=t}G��VA�E�K�W� :�/�'��2��w�&�E����h�k�K�r^�X�)v�������les���|sݛ����7�(nӦr:
��B��r
�Vu���<ԕ�[(rn|�����HZ��ɗ���rHK�kš�>�<�!�rt)�YM�r�D�忰4UyĔ��!�55���J�}q�����S�#�A��X6-q<^�Ug�6�إ�28���>6���7�-V�!Ӑ
-�vX
�M�������=[.P6�7a����bVڇ����f����E�x�?[��aU�f����f���5ߛ��ۣ�(*�����{����z�r�h5̹��bƗ�&���r�Y���U�țC@���W�:J���|���P'�� ��a���B�_�;(�۞'�
D�%I
-�<U'I�k;��K���r�+�~T�Ł��/��"��k��azs������{A���)�:�i3<� �j�V&k�>��/�C���j(�p�atB���5��R��x`�;2?"�0d\�I*�E�e�(��'%qG|��s�Y��߻u�M&��$Kp�Õ ���i>?l9ƽm���N6���D�o���F��}�[/:������SUlj�v�E:���^��~���#ɤ)��`��	
-4W���:��O��endstream
-endobj
-4504 0 obj <<
-/Type /Page
-/Contents 4505 0 R
-/Resources 4503 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 4409 0 R
-/Annots [ 4535 0 R ]
+4734 0 obj <<
+/D [4704 0 R /XYZ 499.517 323.088 null]
 >> endobj
-4535 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [208.787 359.487 228.214 368.398]
-/Subtype /Link
-/A << /S /GoTo /D (gloss-mta) >>
+4735 0 obj <<
+/D [4704 0 R /XYZ 207.161 297.186 null]
 >> endobj
-4506 0 obj <<
-/D [4504 0 R /XYZ 71.731 729.265 null]
+4736 0 obj <<
+/D [4704 0 R /XYZ 270.687 297.186 null]
 >> endobj
-4507 0 obj <<
-/D [4504 0 R /XYZ 105.604 708.344 null]
+4737 0 obj <<
+/D [4704 0 R /XYZ 476.12 297.186 null]
 >> endobj
-4508 0 obj <<
-/D [4504 0 R /XYZ 140.184 708.344 null]
+4738 0 obj <<
+/D [4704 0 R /XYZ 71.731 277.096 null]
 >> endobj
-4509 0 obj <<
-/D [4504 0 R /XYZ 184.766 708.344 null]
+4740 0 obj <<
+/D [4704 0 R /XYZ 356.244 266.301 null]
 >> endobj
-4510 0 obj <<
-/D [4504 0 R /XYZ 71.731 706.187 null]
+4741 0 obj <<
+/D [4704 0 R /XYZ 122.471 253.35 null]
 >> endobj
-4511 0 obj <<
-/D [4504 0 R /XYZ 105.604 690.411 null]
+4742 0 obj <<
+/D [4704 0 R /XYZ 74.222 235.417 null]
 >> endobj
-4512 0 obj <<
-/D [4504 0 R /XYZ 140.184 690.411 null]
+4743 0 obj <<
+/D [4704 0 R /XYZ 71.731 210.346 null]
 >> endobj
-4513 0 obj <<
-/D [4504 0 R /XYZ 185.563 690.411 null]
+4744 0 obj <<
+/D [4704 0 R /XYZ 179.919 181.619 null]
 >> endobj
-4514 0 obj <<
-/D [4504 0 R /XYZ 71.731 688.254 null]
+4745 0 obj <<
+/D [4704 0 R /XYZ 417.149 181.619 null]
 >> endobj
-4515 0 obj <<
-/D [4504 0 R /XYZ 105.604 672.478 null]
+4746 0 obj <<
+/D [4704 0 R /XYZ 71.731 161.529 null]
 >> endobj
-4516 0 obj <<
-/D [4504 0 R /XYZ 132.164 672.478 null]
+4747 0 obj <<
+/D [4704 0 R /XYZ 71.731 130.645 null]
 >> endobj
-4517 0 obj <<
-/D [4504 0 R /XYZ 74.222 654.545 null]
+4748 0 obj <<
+/D [4704 0 R /XYZ 236.948 119.851 null]
 >> endobj
-4518 0 obj <<
-/D [4504 0 R /XYZ 71.731 629.475 null]
+4749 0 obj <<
+/D [4704 0 R /XYZ 289.53 119.851 null]
 >> endobj
-4519 0 obj <<
-/D [4504 0 R /XYZ 433.301 613.699 null]
+4750 0 obj <<
+/D [4704 0 R /XYZ 434.503 119.851 null]
 >> endobj
-4520 0 obj <<
-/D [4504 0 R /XYZ 159.09 600.747 null]
+4703 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R >>
+/ProcSet [ /PDF /Text ]
 >> endobj
-4521 0 obj <<
-/D [4504 0 R /XYZ 71.731 567.706 null]
+4754 0 obj <<
+/Length 2762      
+/Filter /FlateDecode
+>>
+stream
+xڥY��
����)�̚+Q��L;�k�4�^o3�N��D������}��憐��#� �?�r�
+�_��#����R�,]U�]����7wKlXd��������8^������n�D�(PO,E���S�K��x�}�|\od��OMė��_M�*�}���4x�N��������z�-H�\�E�Y#�̵��l��lX�8I����e�_�U[e4Z���(a�Y��H����2?k�����"�����=�݉���&n�?X �2�2��q:Z]�S=����-����L�651uo�F���eyɁ�G����؆-�D�;8M���,�X���U�ب��'�W]�f��0�l��c��iH���U�ɜcd!d�=C��Q�k?��ʜ�AcD�w��u���g�%b;�g��̓v��h��w�6֛ʾ1mX]c�ă�F���<%!d��+��L#g�8��es��5xvԼ���HC!C��9��$
��ڶ��Dž(��E�^�r�:g�s8>m�/�Q0�:M�VU���{l3w"�ЬJ�k�e'ꌺ&����Ѡ�y?p�#�T���H�GM�7D�W�y�(EX��(�J�,�+��T��;��N
+�|�2kb�Wd/���񝗀O��y�Ov،�rq�A�<���Q�8Q2q��� ��H,4֝̇V���./���]��Q��2���Ev��Um��������?QDž5��U�y2��<����7x��Y}���?�ږ[�Ra������Muk�p%���Ԓ52��X�����G�)K���ߞH���i��­��L[�ᶱ�e�;�@����R��F<`x@������ԅ�w��
M���&�0 �'lI�ui@���a���C^<Zb9�gI���5P!} ޓRt܆:ը�a<h^n�Yԥ�q"�%��;�n0l�&mC2
�Vw���P�̑�l
��e��y�E>���0]��{N[��D�W��7����}sv��s93~K���Y����ܝ��[��'=�p(�,����vG��5��gF�hfҀQ�a����H�F�.��5�S���al�Z����B��(����q#�)RUe��e<S5��_`�zV��Y����!�X�m�{��{���_Ȼ\��&����0YB�=��#L�P�y�a��6=k����@kwW���X�?��	>s<}�
+��g�h1 ��nv'�0l����s`$��Q�r
+,�i����J�52��o~z$�m�N6��
��EI�
g�U{�S��q@��IX�쨥�E�#[��(*�8�?�^���X��=�zxx~~�\ @�;9���\�%�H$~8A��j�qh���Ty�7Vq�" ����lb��ܢbV���u���\1De�J��h���>�K�Y��<�����4�,۩��b�::�MȁI����Q��Q�}S�
+X�\�8�h�` �4���-+�Q��̖�ژ�`��d�A����p��5�Q&�W�5��H�dy]�;^_�Y˝�E=�~�c�T�2��p�k�K�|jm���*i!b����2'���]@D$"���&	E���`�߿���s��ޱ�r�#yIJy��0���H�����
bL�փꍶ��˜_�=(�΅�8
Fį�Ʃ��m��&I<R
BN�5M��ӫ����^@wMS7�9n�#T����g�XD�?�|:�R�g�O\#�m9�9%r�-�����;�@�+�~Y*�0��
+�@θd%�fC��P�rI�ᜉG�#F(G��\5�;D�(*x	�"˔��Ȗ�K5Ip�=3u��,�{v��O��.��7r&�؃���$�f)~},�@����,.��Wc�c�۲|���ݯB���g�8���K��j�K�fvJ��S/�?Eq.�"Y�i�P���>���[�����w��O�{�C�HD
+����W�^���ݽ�5�_!��Q�94��Tl�5��E4��*�'��01��OK���1}���!:I���Di!�R���&���=�����/2)Đw.�����#?���E]!B�������ʛ��N���HlY�з,�e�z�<cP�ȍD�f�~zx兿.\r.�����ࣥ�� rlȗ���^&�{�a�J�arЋw2B��N+�x��*�R�����?�C\��f�� '���\FVF���Z\�2Y�$�RX�jp��s�ɧX3���Ih�������FR��NU+�\1���
+����F��3��DDDP%��*0�\��vB<�XI�2�ȲC��%����/�X���sP�K$���=͇��:�,�m�	F4��]���<��ق~4�vh]�$W��z.��9�<�=0�ګd���-j���D)kuw��~?'�����t��7��9t���p��`�L��g�9�������W�T���?G��Q{�m��[�B$q��A	��UKPy�!����K��$�t<bY��xb�;��F�a�����Z8'=��:�\tc������68��ݗy�l�}�W@4��+�2�3�SF�/E�/�������8W����s����]A�a^�L�(������Xd����@�/��K�W����b�����lϋӔ[���W@�,L.���_K���% �>�%�\1�f��po�x����ζَP��/����g��(��O�g��_S	�Oz%��2��{�+�ِuwendstream
+endobj
+4753 0 obj <<
+/Type /Page
+/Contents 4754 0 R
+/Resources 4752 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4641 0 R
 >> endobj
-4522 0 obj <<
-/D [4504 0 R /XYZ 95.641 543.96 null]
+4755 0 obj <<
+/D [4753 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4523 0 obj <<
-/D [4504 0 R /XYZ 74.222 513.076 null]
+4756 0 obj <<
+/D [4753 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4524 0 obj <<
-/D [4504 0 R /XYZ 71.731 488.005 null]
+4757 0 obj <<
+/D [4753 0 R /XYZ 71.731 696.359 null]
 >> endobj
-4525 0 obj <<
-/D [4504 0 R /XYZ 71.731 457.121 null]
+4758 0 obj <<
+/D [4753 0 R /XYZ 71.731 673.31 null]
 >> endobj
-4526 0 obj <<
-/D [4504 0 R /XYZ 71.731 434.207 null]
+4759 0 obj <<
+/D [4753 0 R /XYZ 131.018 657.534 null]
 >> endobj
-4527 0 obj <<
-/D [4504 0 R /XYZ 162.252 418.431 null]
+4760 0 obj <<
+/D [4753 0 R /XYZ 223.917 657.534 null]
 >> endobj
-4528 0 obj <<
-/D [4504 0 R /XYZ 254.556 418.431 null]
+4761 0 obj <<
+/D [4753 0 R /XYZ 145.843 644.583 null]
 >> endobj
-4529 0 obj <<
-/D [4504 0 R /XYZ 327.124 418.431 null]
+4762 0 obj <<
+/D [4753 0 R /XYZ 71.731 577.669 null]
 >> endobj
-4530 0 obj <<
-/D [4504 0 R /XYZ 499.517 418.431 null]
+4763 0 obj <<
+/D [4753 0 R /XYZ 71.731 554.755 null]
 >> endobj
-4531 0 obj <<
-/D [4504 0 R /XYZ 207.161 392.528 null]
+4764 0 obj <<
+/D [4753 0 R /XYZ 394.879 526.027 null]
 >> endobj
-4532 0 obj <<
-/D [4504 0 R /XYZ 270.687 392.528 null]
+4765 0 obj <<
+/D [4753 0 R /XYZ 236.4 500.125 null]
 >> endobj
-4533 0 obj <<
-/D [4504 0 R /XYZ 476.12 392.528 null]
+4766 0 obj <<
+/D [4753 0 R /XYZ 441.444 500.125 null]
 >> endobj
-4534 0 obj <<
-/D [4504 0 R /XYZ 71.731 372.438 null]
+4767 0 obj <<
+/D [4753 0 R /XYZ 71.731 480.035 null]
 >> endobj
-4536 0 obj <<
-/D [4504 0 R /XYZ 356.244 361.644 null]
+4768 0 obj <<
+/D [4753 0 R /XYZ 217.135 456.289 null]
 >> endobj
-4537 0 obj <<
-/D [4504 0 R /XYZ 122.471 348.692 null]
+4769 0 obj <<
+/D [4753 0 R /XYZ 74.222 438.356 null]
 >> endobj
-4538 0 obj <<
-/D [4504 0 R /XYZ 74.222 330.76 null]
+4770 0 obj <<
+/D [4753 0 R /XYZ 71.731 413.285 null]
 >> endobj
-4539 0 obj <<
-/D [4504 0 R /XYZ 71.731 305.689 null]
+4771 0 obj <<
+/D [4753 0 R /XYZ 248.221 397.509 null]
 >> endobj
-4540 0 obj <<
-/D [4504 0 R /XYZ 179.919 276.961 null]
+4772 0 obj <<
+/D [4753 0 R /XYZ 439.947 371.606 null]
 >> endobj
-4541 0 obj <<
-/D [4504 0 R /XYZ 417.149 276.961 null]
+4773 0 obj <<
+/D [4753 0 R /XYZ 71.731 369.45 null]
 >> endobj
-4542 0 obj <<
-/D [4504 0 R /XYZ 71.731 256.872 null]
+4774 0 obj <<
+/D [4753 0 R /XYZ 142.466 330.886 null]
 >> endobj
-4543 0 obj <<
-/D [4504 0 R /XYZ 71.731 225.988 null]
+4775 0 obj <<
+/D [4753 0 R /XYZ 71.731 288.845 null]
 >> endobj
-4544 0 obj <<
-/D [4504 0 R /XYZ 236.948 215.193 null]
+4776 0 obj <<
+/D [4753 0 R /XYZ 71.731 274.952 null]
 >> endobj
-4545 0 obj <<
-/D [4504 0 R /XYZ 289.53 215.193 null]
+4777 0 obj <<
+/D [4753 0 R /XYZ 71.731 231.116 null]
 >> endobj
-4546 0 obj <<
-/D [4504 0 R /XYZ 434.503 215.193 null]
+4778 0 obj <<
+/D [4753 0 R /XYZ 71.731 221.154 null]
 >> endobj
-4547 0 obj <<
-/D [4504 0 R /XYZ 71.731 187.298 null]
+4779 0 obj <<
+/D [4753 0 R /XYZ 71.731 221.154 null]
 >> endobj
-4548 0 obj <<
-/D [4504 0 R /XYZ 71.731 187.298 null]
+4780 0 obj <<
+/D [4753 0 R /XYZ 71.731 148.79 null]
 >> endobj
-4549 0 obj <<
-/D [4504 0 R /XYZ 71.731 162.361 null]
+4781 0 obj <<
+/D [4753 0 R /XYZ 71.731 128.7 null]
 >> endobj
-4550 0 obj <<
-/D [4504 0 R /XYZ 71.731 139.313 null]
+4782 0 obj <<
+/D [4753 0 R /XYZ 71.731 128.7 null]
 >> endobj
-4551 0 obj <<
-/D [4504 0 R /XYZ 131.018 123.537 null]
+4783 0 obj <<
+/D [4753 0 R /XYZ 71.731 123.719 null]
 >> endobj
-4552 0 obj <<
-/D [4504 0 R /XYZ 223.917 123.537 null]
+4784 0 obj <<
+/D [4753 0 R /XYZ 105.604 102.962 null]
 >> endobj
-4553 0 obj <<
-/D [4504 0 R /XYZ 145.843 110.585 null]
+4785 0 obj <<
+/D [4753 0 R /XYZ 71.731 100.805 null]
 >> endobj
-4503 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R >>
+4752 0 obj <<
+/Font << /F33 1302 0 R /F32 1211 0 R /F27 1204 0 R /F35 1563 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4557 0 obj <<
-/Length 2715      
+4788 0 obj <<
+/Length 2415      
 /Filter /FlateDecode
 >>
 stream
-xڝ]s�6�=��o��bF߲���v��^��z��}��f���H�*R�u��رw{����@�I'��%�*UCZ��,VM�������)6L�9������,[բ.���n�'��"�,�"]=��Do�Q�V\o�"���������$;['I�Y�q���ׇo�}X$(�J���B�)��EʺeB�[����^�֮7Y�G�D�A��8��DR���:�u���4�;(�~^'q$�4q��U�y�q����N>J�M�I�/�栚�[f߹�0���㑥�8�~�I������$����
-*.�p�F�&-�E�k��x?�Le���H�f�y�����GI��-�䴛3�
��Q9eMyk�fB���h�&�t�.&����
�ݜ3���f�vGR�r�z�v�6�&�F��P^z��]���A�X��-Q�0@E�mi�LJ:<����
���t=n��\u`E����Aۤc��8
���yWm�\��C���I�[�?�u)�K�J�2ͩ�$��%�"�=��+�5FK��5�4S���v�é�mܤ���6��x.+��T��W��d���gtR�!�Py���ǝ���R��x�����xmˣ;h+�w_��"�Mdg�d�������[�����rr3��k�h�2|0_��m�K�)��]����y����� A�
d�#���@ͦut�[h�M�&�l޶a���n	��t�����8�V:ui`i
A8۲��G�{wiaiy%�p&��6�}v|�~���F�����(�uU�E�`�޾U��cT%Eh3���ջ#�v*,��}0�a�C:	,�7
-�pJg ѧa��|��{"n:
>aY�o��eD�O���������E��^Y^���#^�NL�J�ɉ	�����#0�?�E|pn������s����胴0��E�LP��=������>t<�sB���Wv�"�� �s����yl��M���A��K���=�z��Nj̇��<Z��tN�R�C�n�$�����tI�q0L��'T�b=�&��"{�l��H��(�h�f����r�H�`ѐv
-
ܯT�B4>9��,����.!�*5B�c)܄խ�m���]�4y���k;���P�U	ӽ�R�B���N7�1��pj$@'^�@<��2��b�Ä��$���S�E�"��o��b�W�ܲ�3������tq[�e����Ǝ�0�}X���a����\G��fw���z��x�\r�12�+��l�a�ф񫮣i6��� "��	r��4��,i�����+���\��n6�I�����GJ{E�I&@�rA+���ٟ�G��:NpCI��a��%#�n9���
�F���EWg���KRRj���)*��>�!8�d��	����(e�_
�^
-�^�e�Ӕ��Ȓ�s6y4B�^�ʼ*��m��t��mX���8�=����z5ƺ��7�r0��υ�
TH��� �6�j�����ǩ	�P�
-vV��`)%Z
-t`"��vC#;��N﯄�Z$�v��W�a�_��Wy^�,:��o~�5^��&�����
g�\@����V�Z�n����p�B����s<h-�]��i6t�y~҈f�N����Dd H�nE��'���%'��hhQmm�db[���������ݫjqw(�54I&����\`z��l ��5��14V53�7U�� A��1��tL��d�vyF�����(���xU���\*.��-[�j���GG�aA�ѐ/�!7B�LXߚ��L�a��}2A��J�B�U#��*�X������=d[�%�lO�׍�Բ2���/1��G�עLjN�����B���>�y�Ms���P�y,�f(�}�m;fo�Z�s?wN���B��Am����i�����z�F��lj���ԙ�p./ |�]�WH����g����^˫D�a�3�<���h'����L��|Jd���h��R���vÛ�8;"��yi�������<˺&��J�Wࢄ_5��PvM�*4wr
-�#l�{H9�~4Q�q�uG^�H�����t���R�T �%�K\�.��;�祃 ��t��s�$TXT,��¿��<AsH�%~z�h�Y�rȔW������򑊑�0PU�^}��� %IȺ���j�8�7�[��i�g o�P�3F�0�q�/<g�A���m�
-G�6��O*v�����̿�;>��h���e�¯��������(*�`:l5����J.�K�	��P��e�j�_���W`r
-OQ�Y�)�O���R�_����xO2�2����i�c��>�f�#� [/���s�i��Ss�����'�D��58��H�~���6Y�7���H_��<����~)*�}j�a49��:����4%�D�—=^B?�GF�ۿ����.�;����������-Y�eݓ���'m揂��ه ��,�E��K�F��o�Z^�^E���`���?�)�2��x�-=��q��-zO���I.�o
-��Ħ
-�!��R��Zpӊ�`}�I�������
-�~�h��� *��"ٲ��0ŕpHmU:3��e���t$����?�!)�\���n��C��A+�E����Y=Z�PtY��H-
}������)�~�"�x'�a�5$��G8�}ԡ
^W���Z%}R}�G�����
-��40AE���~:���Q�\�endstream
+xڅks۸�{~�z3�H��%>��Z��\}��\��;Ӵ��D�)�G�Qt�����C����X,v��N�s'�+"/^��d��d;?�pc�(����˷�?ID���z�#��›,W��^U�,W��l�-�镠q�K��n7���Hi�v溋��,p�?�������^���$��2<��d�9"�ܳ8�B�^ĉ7�/�E`�=���k|��űDI,@1;�t��^������].���_��L���Unh�h�i�E����hQִީ&'���U-�p�\�d�tzS���n
L�s�e�%\d��)Ӏ�h���Q	�9�M�/$j�0w=��oT�1���Lu�'�%#�Q$��IK(�����)�g�x��Ċ#ޟ���4/`ky��@if�T�fg)\��鵮	&�,'X�ad��R�u�F���:_�
��v��2��tτV�<g��XŠn�X��aI���ě^�����?|zCP�7O�%!����#޽�r|���p��%�u[Bt��
+�i1���E"�HB3�[1�{�k��5	C��k`�"Y�C�F�V^\�����2�0w].���3���$zFo��#._�m����\��h����`�¢�2x���j����?��� �+�d2��'��P�0�f^��Cϼ�tG_i�ٌ�2�k]���f�3ϙ���\k0s�M�Hl��|e���
+>�Rk䳖u���b�6�}j���u�99w!@a��s;SY�ռ0��uKrd���\�su�1�Rv%��Z�����pg�\{�Q�?'��2�|���Y-!N�lz|��3l������
+��J��b�S"�ú&�Ф��G!��x�^hZ>VKn�"�;	�
+�H>�6�+4X���ia8xk�Ŵ��mSU�)�V�����В��N(n���,�\�EA�m-�l��f��fMs&T�-0q^�B��	Z^3�,�+&�'7h2��� �)k��'AI��4�����$8��1�^�Q(?��v�'+Y��\V�$CRjY�Ⴧ�}�6�ͦ�mE{�5�.��%�)$^��S��q� ��:�y����>udU�&�-��9g�k���minԶ"�m	$��%@�:-���E��/�����_G)'d:�X�±U���,��Y�a���!v�8y���P@�&�U�'����d��rV�4����ę���"���q�S�8�H������g�ql���\q���7G�FQ��bHv��]揶<'bW-�P�VB�ĂǠ$������O,v�W�O�(�DW�݆utM�G�w�l�	�N���O�{Q���p)���A帘YyT�2Ȩ��n����8(I��Z��X��Ѓt���5���B���r�X��"ؓX��"2��HE��6�z����u��m����0�h�����De4O�1�
+� (ΤCz�#�{1h5�Ơ��� ��Vp�l����	"T�gL����56	����=�(��>�`�f9��uŇd�	jCY6��9����� P�K�V���L���?�ž���\r(i,5�[]3�}��x4Z��BI3�#��ʶ���.9+�@m
N]ۧ@�Xv����A�`L���`%h��U���!��`6\�E�R�M]H���[�8TciH���� ��C��$�'���so�g>B:y���i<��1�����O��p�dL�S|�}?��2䓻\�>��7=�`j�E+_b�hh�ORXm$�m������RYĽ���ߧ�=�l��-�v�~�H�]�Aԧ�^�Q:C6%�7*���k�s?�>�I o�����n���������;��r�3s�=!�(�7�bx��j�4��z�^�z_wv�	r���EZ>��1�;��i-w�ʸ�\��o�7�v��u[�
+������}��ז{8ۗ��.��0.��
+,)��C����a��$�k2@e	�
+0��6Na��
zt`gX�rĖ��_���4���[ìm��о�F��/|E�뢅'JW�nO��נO�*x��יd�������}L��/����w\�
+r���8����s~���_����9���rU�n8���6֠����Mdu�镺98�n�Vg�,�_��,Tf��5���um�
+�s�Ϡ�<�߽�����ELE���8�O��i1�\�hTobnpb?e]��]KG�ᘟ0fpp�M�Q�:���񆟌0�k�H��GSs�S��B������.y������N����̇3�Y8�+R$�Y���4��*�܀���o�c�?Wi����l�e|V���������x��gZ�q)��.���������a?At^�M!�O=�x1B�R�:���KI�؍��-e@9�)e����:"x�$x��SN���endstream
 endobj
-4556 0 obj <<
+4787 0 obj <<
 /Type /Page
-/Contents 4557 0 R
-/Resources 4555 0 R
+/Contents 4788 0 R
+/Resources 4786 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4409 0 R
+/Parent 4641 0 R
+/Annots [ 4807 0 R ]
 >> endobj
-4558 0 obj <<
-/D [4556 0 R /XYZ 71.731 729.265 null]
+4807 0 obj <<
+/Type /Annot
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [380.968 299.612 433.271 308.523]
+/Subtype /Link
+/A << /S /GoTo /D (os-win32) >>
 >> endobj
-4559 0 obj <<
-/D [4556 0 R /XYZ 71.731 741.22 null]
+4789 0 obj <<
+/D [4787 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4560 0 obj <<
-/D [4556 0 R /XYZ 71.731 667.333 null]
+4790 0 obj <<
+/D [4787 0 R /XYZ 105.604 708.344 null]
 >> endobj
-4561 0 obj <<
-/D [4556 0 R /XYZ 71.731 644.419 null]
+4791 0 obj <<
+/D [4787 0 R /XYZ 71.731 693.235 null]
 >> endobj
-4562 0 obj <<
-/D [4556 0 R /XYZ 394.879 615.691 null]
+4792 0 obj <<
+/D [4787 0 R /XYZ 105.604 677.46 null]
 >> endobj
-4563 0 obj <<
-/D [4556 0 R /XYZ 236.4 589.788 null]
+4793 0 obj <<
+/D [4787 0 R /XYZ 71.731 657.37 null]
 >> endobj
-4564 0 obj <<
-/D [4556 0 R /XYZ 441.444 589.788 null]
+4794 0 obj <<
+/D [4787 0 R /XYZ 213.2 647.87 null]
 >> endobj
-4565 0 obj <<
-/D [4556 0 R /XYZ 71.731 569.699 null]
+4795 0 obj <<
+/D [4787 0 R /XYZ 213.2 636.214 null]
 >> endobj
-4566 0 obj <<
-/D [4556 0 R /XYZ 217.135 545.953 null]
+4796 0 obj <<
+/D [4787 0 R /XYZ 71.731 596.663 null]
 >> endobj
-4567 0 obj <<
-/D [4556 0 R /XYZ 74.222 528.02 null]
+4797 0 obj <<
+/D [4787 0 R /XYZ 74.222 578.73 null]
 >> endobj
-4568 0 obj <<
-/D [4556 0 R /XYZ 71.731 502.949 null]
+4798 0 obj <<
+/D [4787 0 R /XYZ 71.731 553.659 null]
 >> endobj
-4569 0 obj <<
-/D [4556 0 R /XYZ 248.221 487.173 null]
+4799 0 obj <<
+/D [4787 0 R /XYZ 71.731 517.793 null]
 >> endobj
-4570 0 obj <<
-/D [4556 0 R /XYZ 439.947 461.27 null]
+4800 0 obj <<
+/D [4787 0 R /XYZ 71.731 476.015 null]
 >> endobj
-4571 0 obj <<
-/D [4556 0 R /XYZ 71.731 459.113 null]
+4801 0 obj <<
+/D [4787 0 R /XYZ 411.009 463.163 null]
 >> endobj
-4572 0 obj <<
-/D [4556 0 R /XYZ 142.466 420.549 null]
+4802 0 obj <<
+/D [4787 0 R /XYZ 71.731 422.316 null]
 >> endobj
-4573 0 obj <<
-/D [4556 0 R /XYZ 74.222 372.533 null]
+4803 0 obj <<
+/D [4787 0 R /XYZ 71.731 422.316 null]
 >> endobj
-4574 0 obj <<
-/D [4556 0 R /XYZ 71.731 347.462 null]
+4804 0 obj <<
+/D [4787 0 R /XYZ 71.731 397.38 null]
 >> endobj
-4575 0 obj <<
-/D [4556 0 R /XYZ 71.731 311.597 null]
+4805 0 obj <<
+/D [4787 0 R /XYZ 71.731 374.331 null]
 >> endobj
-4576 0 obj <<
-/D [4556 0 R /XYZ 71.731 269.819 null]
+4806 0 obj <<
+/D [4787 0 R /XYZ 71.731 351.417 null]
 >> endobj
-4577 0 obj <<
-/D [4556 0 R /XYZ 411.009 256.967 null]
+4808 0 obj <<
+/D [4787 0 R /XYZ 71.731 294.63 null]
 >> endobj
-4578 0 obj <<
-/D [4556 0 R /XYZ 71.731 216.12 null]
+4809 0 obj <<
+/D [4787 0 R /XYZ 368.08 283.836 null]
 >> endobj
-4579 0 obj <<
-/D [4556 0 R /XYZ 71.731 216.12 null]
+4810 0 obj <<
+/D [4787 0 R /XYZ 74.222 252.951 null]
 >> endobj
-4580 0 obj <<
-/D [4556 0 R /XYZ 71.731 191.183 null]
+4811 0 obj <<
+/D [4787 0 R /XYZ 71.731 227.881 null]
 >> endobj
-4581 0 obj <<
-/D [4556 0 R /XYZ 71.731 168.135 null]
+4812 0 obj <<
+/D [4787 0 R /XYZ 71.731 196.996 null]
 >> endobj
-4582 0 obj <<
-/D [4556 0 R /XYZ 71.731 145.221 null]
+4813 0 obj <<
+/D [4787 0 R /XYZ 212.034 176.239 null]
 >> endobj
-4555 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R /F23 1137 0 R /F44 1937 0 R >>
+4814 0 obj <<
+/D [4787 0 R /XYZ 71.731 174.082 null]
+>> endobj
+4815 0 obj <<
+/D [4787 0 R /XYZ 71.731 127.323 null]
+>> endobj
+4816 0 obj <<
+/D [4787 0 R /XYZ 297.791 114.471 null]
+>> endobj
+4786 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4585 0 obj <<
-/Length 2494      
+4819 0 obj <<
+/Length 2452      
 /Filter /FlateDecode
 >>
 stream
-xڕ�o�:����u՟�S�a����=���p�T[I��#��e����"��N��P��h��H���ʅ?�j�E����<�J�W���|x�1ŌIf=����n���R,�����*�"#��q�_=��q��v�L�����A��V���/�sI��ϋ�7��u�9�������i���g��4'Z�����H�CPҍE�F��(1+�j�G�^�2��T� @o�6O�h,+��fL��q����6o�leIP�#�a��,���N<G�4��Yü�A�7��>���9h�	�k���2%kS��*
-�<��3�|�d��R
��P�$�V�6�4�e�����A%��u��d'�7֕}m���M�-f�� v�1���,��n�4�щ[njp�*9j�Hxc�a�=+��<+~��c�Y�Q	D3�3�/��Y�f"'��rC���W^O��ih��j�mϛ��d���V��f"���+�>�L��G��\�L�i�Ty��Y�;�zŔ4�eI]�j�|���4澸��m�����~���#G<M|�a�wx�V����2�9�Ķ)r`���u�4����Q��P[?�Q�JwyF�_��O�9A� s�G�+�pa�]_M��@�H�d���9�9���-�\��ˁ8��/�I}k3��w�'�
�H���o9,�9+\���u
�X�1	7MN�*!�`^i�9Ā���s��vi��,/��0~����8�F�E�֌�
-`ey&��㫼-�x�&�1��J6C{�6k�9-�ҹ��cǛ���^�!{=c#�'H�D�뭔�reRSq6.|P�9.�����Vד���mp�Q���\�:�ҏ�����F/���H6�U3X�a������ ?>v�̳����um�
*���v��\�f�)�f��=��8-b�?O4Ѫ�DdTo� ���j�5|��6yN��D7˜H�1��@�nZˉ��K��
����D��9�T�g�;���tRg��g����Ô ��f�j�0g�(S2$¬�!�(��"��+�
EЀ�;�l���Nչ�������p��������'�9���:&�~)���J�<L{��,a��c�b
-	ټ���k�R�v�-��67�9w3�soI�N΃��� �	QH4����V��Bwӎz��c+@��K�5}
Sa�C����I�������{����Z�\��HD�=�4L�����X!WS��a��6[.�y��ܮg8n����r'rh�U���YN����4.�!^��}�d����m5��n�o�97���h	��.
՛`��ÑK�R9F���O
9�b�_�bM�Ժ�C����������,��4�;UT5�6!�)�0��"*j�ڹy�/��F]2B�V!:%A�|M@wL�q�H�DO�
��
-7�_��
�Q`�X"��\&h�*G��yJ3��p
-4a��Ae�T����O��2w��}���7f�eBN�5�	}�`�����P����\[ʂ�(�8c0D���ˤ��%���r�X��B#�5$]� �^��Frks=�OYyL�?X��,��>M����g^�-8i�f���e<�������S��������6m�&��
-�aG�C��T���mh�f�Iu�e������~a�u5���$v\\�ε;��x�k�ϨT�ð��;X*�|�8���+h�᛽�L��և��m�s�jp)�b�A.?w�4���mt���q^ �ExN�x<��5ϋ1F�í����*(9Y�{+���a�69��� B!�_0ڑ�ј��/�T�O�9�#Ʀ��d�W������\����=�D���4�Pp���~�ω1F���i>tGsWW��K�pCD�lq$�l�Ae�˶8��xN��1���`�'��ݮ���}?�C��?�����[�]��q/o,>�z�j������vZ���#� ~� ��{����Yq�����i%���X����ꥏ�_M�Q��d�P嗀$-S!���U���Δj�`+
3���>��y��`��,D���L�ʍU�C�wNo����K3Z�Dֆ�����Ţoμ�@�*���q%�~��%w��ZX,x��R�{��:���`�TS˹��ھHAg���6��*d��mZ+��O�Y9�����Ge
-=Z�/�9A36���;׃NIR�����{����PC���}���Z�	��a/րzg�\`bz 1�Ņ)�%|�LH�F0�S
--��a�.��\d��/���/��v? }k�K���o�p�cF�n��{�	}|h?��kJmL�m�0,AF��'E]$�B�0��i���dS˜{��7���ӊ�T�lS���
-"A���Ɲ0�v����_�
--Df*��u$�U�mJzum�8v��Ϭ�j	�i����TZ�v�=����E1k�Y{Ta�W�0��x�w�#��ϔ\i\�2A�ѥ_O%�	�W}endstream
+xڕ�n��}�"/��u��-�"�4{r�]���C��#3�ݎ.'�~}g8CY��$E���ʹ��W.�ɫH�ȇ�[o^%�'�j+_?I�X2�r��e�������b��6�W�E�t|Oġw���۹�*]lӟ��΍�q��4�����f�������s3\���l~��M/A�Gb�o
+iqN�����\���
��
�"7~)x���[��uUUY��6-���/���F螗Z��-z�њt������I>���@��i��p]/�?��E�
L$c��]D��k�S��ӗ#�i�꺪5����#��`���bF�"wH���rc�L/z(;���n�������TyX�\�΁K�{8����g)Mt�3`Z�������D�Z�k�deL�r�����?�,����+�A�ٔk8�
+'{1vuj�Й�*���F�4e�*�tK�״ݳ�����f���@���M����r�L#;����
��^;}�~[�(J�0r�gZ��i��p�@��_�H��F��;��A;2�%0,!$}�|^^�s��M�5-}��em�P���O���c��GϘ�V	9�nfL�Y��M�B���S�v_�����������K<}����RMY�>\3��,��/#���D��?� G���~
+�������h�����Ǵ �=��*,�:��+��K$�S�Q%̼S���T�j�Ο�K�n벣�����f�`m�G���v�n�������ɓ�i���q#�*{�@l��*�B���B���L��ʈj�j��>#R�Vˮ�&��(�PI�հf+���>|��I��b%�\Ʈp��e��,H�L}1!��Hq�N�"��s��=�y���0��5m��S���>__����W���('CxK�����8]�}�h+O�k���.�qPj��N�}�ho��F���,�R��?�B��w�qD�l�A����8e�{��~B�-��|�C���j�%[x+��mqD�l�Aa�˶8e�[��~B�o�1���3��|vQ}薽u���G���3�/����O���PM#���o=�W^��kPZ4�����~����e~h�`����J��X������:y1�FA�&�����6 ��L��)�7�QՁ�8әRM��0���=2�8���B���K�T*yQ;+Pf�P?f�&O�C�}"T��f0��@ֆ�ݴ6k? �Y_�3m��5x�����s���ŝ,���i��^�+�O���4� �>��r.�]�9�@g��}`�s�򙁾�֍�ٙ?��o���
+H��'�fKv%���;׃LIRv����F'|ӅӡxPXr�?��]S�"������(�;;�	�0��mq���>��HÌ�`�|�тIRx�s�<w�@�3����=��ot�f�Uʺ3��N�]ɞ;l���a�BS��.}sX3	>M��8�	�m�%�p��$h$�"I��AD���)Eә �yF����ƭn�]ad���#:D��w]��0�nA�vo&;�a]���L9ݓ`A#��W�၃�� �6�]{Ʊ�z`�rd�F�}K����f�{{0�Ëb�L��
zj�@��Xe�z����ǯ�U�>/���� Xv���ѪN�D��-('^,�ܴ�N7UdZV!�b�
��|6
��n�K��fi�����=�fK�!j�#kS_�hH�+dD�4�8k��O�Ó|qFpɣ&t�4KU͐.˖����|�뫌n���׫�yF-A�͞y��w)^��hx�tBg��!S�G��)R�]9�B���ҋWJ�*�.������\8z�J!�\��b�ES�(�vI˰��a��b}(+],��l�vAx�qs&�
+���\���@r^0��mC�vo0��5��bTSB����"tGPz'���HrY��RYl7�`�`#
+U�&�k���<W�aƲ������1�0�8!�6�3'��@�׺��b�|���bJ[�k��)����1NY\����x������-�}�6׹j��btekB��I���_*[��A��EZwz��^��i'�x^(�����z"~$��c*���x��ClZ?�l��l�W3ږ��
+1��������a`����Y3`�Q��l L)dmFoq�J���`�W��E��z�����rI�����5�I�iT4d���Ӯ�eM��ڱ���RP���5��uF��j拻�3�J�	^͎����#�6Ƀ2��U�|I5�M�v���I�}ݧ&�”ztFLS|\M��d���R� l�#SM�`
+�=��#�%�ZZ��@� ��F�L���	����n�Q��2�)i����}3׷�4�ة7������F��d�U�Zm��[o&qk�(u3+$V#���?���e��mG����B/�g����ᥟ�N9�ǁ	5endstream
 endobj
-4584 0 obj <<
+4818 0 obj <<
 /Type /Page
-/Contents 4585 0 R
-/Resources 4583 0 R
+/Contents 4819 0 R
+/Resources 4817 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4620 0 R
-/Annots [ 4587 0 R ]
->> endobj
-4587 0 obj <<
-/Type /Annot
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [380.968 693.235 433.271 702.147]
-/Subtype /Link
-/A << /S /GoTo /D (os-win32) >>
+/Parent 4853 0 R
 >> endobj
-4586 0 obj <<
-/D [4584 0 R /XYZ 71.731 729.265 null]
+4820 0 obj <<
+/D [4818 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4588 0 obj <<
-/D [4584 0 R /XYZ 74.222 646.575 null]
+4821 0 obj <<
+/D [4818 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4589 0 obj <<
-/D [4584 0 R /XYZ 71.731 621.504 null]
+4822 0 obj <<
+/D [4818 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4590 0 obj <<
-/D [4584 0 R /XYZ 71.731 590.62 null]
+4823 0 obj <<
+/D [4818 0 R /XYZ 422.619 661.719 null]
 >> endobj
-4591 0 obj <<
-/D [4584 0 R /XYZ 212.034 569.863 null]
+4824 0 obj <<
+/D [4818 0 R /XYZ 74.222 643.786 null]
 >> endobj
-4592 0 obj <<
-/D [4584 0 R /XYZ 71.731 567.706 null]
+4825 0 obj <<
+/D [4818 0 R /XYZ 71.731 618.715 null]
 >> endobj
-4593 0 obj <<
-/D [4584 0 R /XYZ 71.731 520.947 null]
+4826 0 obj <<
+/D [4818 0 R /XYZ 300.601 602.939 null]
 >> endobj
-4594 0 obj <<
-/D [4584 0 R /XYZ 297.791 508.095 null]
+4827 0 obj <<
+/D [4818 0 R /XYZ 71.731 598.292 null]
 >> endobj
-4595 0 obj <<
-/D [4584 0 R /XYZ 71.731 496.692 null]
+4828 0 obj <<
+/D [4818 0 R /XYZ 113.574 580.025 null]
 >> endobj
-4596 0 obj <<
-/D [4584 0 R /XYZ 71.731 496.692 null]
+4829 0 obj <<
+/D [4818 0 R /XYZ 71.731 577.868 null]
 >> endobj
-4597 0 obj <<
-/D [4584 0 R /XYZ 422.619 439.851 null]
+4830 0 obj <<
+/D [4818 0 R /XYZ 113.574 562.092 null]
 >> endobj
-4598 0 obj <<
-/D [4584 0 R /XYZ 74.222 421.918 null]
+4831 0 obj <<
+/D [4818 0 R /XYZ 71.731 561.993 null]
 >> endobj
-4599 0 obj <<
-/D [4584 0 R /XYZ 71.731 396.847 null]
+4832 0 obj <<
+/D [4818 0 R /XYZ 113.574 544.159 null]
 >> endobj
-4600 0 obj <<
-/D [4584 0 R /XYZ 300.601 381.071 null]
+4833 0 obj <<
+/D [4818 0 R /XYZ 71.731 542.003 null]
 >> endobj
-4601 0 obj <<
-/D [4584 0 R /XYZ 71.731 376.424 null]
+4834 0 obj <<
+/D [4818 0 R /XYZ 113.574 526.227 null]
 >> endobj
-4602 0 obj <<
-/D [4584 0 R /XYZ 113.574 358.157 null]
+4835 0 obj <<
+/D [4818 0 R /XYZ 71.731 524.07 null]
 >> endobj
-4603 0 obj <<
-/D [4584 0 R /XYZ 71.731 356 null]
+4836 0 obj <<
+/D [4818 0 R /XYZ 113.574 508.294 null]
 >> endobj
-4604 0 obj <<
-/D [4584 0 R /XYZ 113.574 340.224 null]
+4837 0 obj <<
+/D [4818 0 R /XYZ 113.574 508.294 null]
 >> endobj
-4605 0 obj <<
-/D [4584 0 R /XYZ 71.731 340.125 null]
+4838 0 obj <<
+/D [4818 0 R /XYZ 137.584 508.294 null]
 >> endobj
-4606 0 obj <<
-/D [4584 0 R /XYZ 113.574 322.291 null]
+4839 0 obj <<
+/D [4818 0 R /XYZ 154.042 477.41 null]
 >> endobj
-4607 0 obj <<
-/D [4584 0 R /XYZ 71.731 320.135 null]
+4840 0 obj <<
+/D [4818 0 R /XYZ 71.731 465.29 null]
 >> endobj
-4608 0 obj <<
-/D [4584 0 R /XYZ 113.574 304.359 null]
+4841 0 obj <<
+/D [4818 0 R /XYZ 71.731 465.29 null]
 >> endobj
-4609 0 obj <<
-/D [4584 0 R /XYZ 71.731 302.202 null]
+4842 0 obj <<
+/D [4818 0 R /XYZ 71.731 442.511 null]
 >> endobj
-4610 0 obj <<
-/D [4584 0 R /XYZ 113.574 286.426 null]
+4843 0 obj <<
+/D [4818 0 R /XYZ 71.731 419.462 null]
 >> endobj
-4611 0 obj <<
-/D [4584 0 R /XYZ 113.574 286.426 null]
+4844 0 obj <<
+/D [4818 0 R /XYZ 71.731 390.635 null]
 >> endobj
-4612 0 obj <<
-/D [4584 0 R /XYZ 137.584 286.426 null]
+4845 0 obj <<
+/D [4818 0 R /XYZ 71.731 365.664 null]
 >> endobj
-4613 0 obj <<
-/D [4584 0 R /XYZ 154.042 255.542 null]
+4846 0 obj <<
+/D [4818 0 R /XYZ 71.731 329.798 null]
 >> endobj
-4614 0 obj <<
-/D [4584 0 R /XYZ 71.731 243.422 null]
+4847 0 obj <<
+/D [4818 0 R /XYZ 493.42 319.004 null]
 >> endobj
-4615 0 obj <<
-/D [4584 0 R /XYZ 71.731 243.422 null]
+4848 0 obj <<
+/D [4818 0 R /XYZ 429.405 306.052 null]
 >> endobj
-4616 0 obj <<
-/D [4584 0 R /XYZ 71.731 220.643 null]
+4849 0 obj <<
+/D [4818 0 R /XYZ 71.731 265.041 null]
 >> endobj
-4617 0 obj <<
-/D [4584 0 R /XYZ 71.731 197.594 null]
+4850 0 obj <<
+/D [4818 0 R /XYZ 71.731 250.097 null]
 >> endobj
-4618 0 obj <<
-/D [4584 0 R /XYZ 71.731 168.767 null]
+4851 0 obj <<
+/D [4818 0 R /XYZ 71.731 201.046 null]
 >> endobj
-4619 0 obj <<
-/D [4584 0 R /XYZ 71.731 143.796 null]
+4852 0 obj <<
+/D [4818 0 R /XYZ 74.222 157.21 null]
 >> endobj
-4583 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F35 1481 0 R >>
+4817 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F32 1211 0 R /F35 1563 0 R /F23 1197 0 R /F44 2030 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4623 0 obj <<
-/Length 3090      
+4856 0 obj <<
+/Length 2573      
 /Filter /FlateDecode
 >>
 stream
-xڭ]sܶ�ݿBo������#��d��n�I�6R�����H�#��!A�ʯ�.v�w''=X����Ş��-�EW�(�%���0γ��}�����__E�c�[6�=��^���$WeX�����Uea�x�8,����O��x�]���6q�
ޅ��;H�����4����,x�J���V����Շ;OA��²H�I��sFe���,�0O��m&iJD�M�~��.�èX�d��I3�E3�P�>׫,��±��5A)��@h�*�_VqՈ�F��睡us�k�>�*��n���b�Pѻ�O�hKt�Fu��[Z��ɻ���*Y�tAf�(K�ԭE
S8���FF<"Z�#��g=2X����%Z�(�3dl��Q�O(����T��@�_�y���3#g!
�|-r�Qu5�}n��R��۸�9������3�|2_�<0@����5^�4�iG .
-6��cc��5����"��ST��m�z$c<��+ð��
F�q ��m���>�у�״C��z��vD-t�*;���(`ۈ��b��H���[U�6��±{4�qOP�B-F�1���p�:$��A
v
-��XXh�����۱mE�|ʹ�l,�{ݶ�í�zX_P2����K3��9�4j04B��/s7�lн�|���,,;���=)s8��jw�A��u+Lu���:-:�������
Bd�XrU@�1�E���j�anY��6�
탰���Y��0B➿{v)y��E� ��9�a=����8����X{�̝44�o�	D��3iY�VZ0f�nX��pVZ%o��M�y��<QYu�
-���`E	c"�p��~V?�6��U�qY��@_A�F#?��e����!p���x��B4hu�w�غ@����
�2JwN�ԵqJO�a��ڧ�l�`�
!Pi��$�m���^����=A���]~A6e?�����-�&\��]��CjP��a4b0k&�c�}����	C��|$���F������P�^85E��򢖔��O�%ߊK��hmz��_��i�/��y��`2���%F`���o]A�������iu�ēn��U2j�M.�Կ+�/�\��S*�F��&��3}�H�]T~(��m�v�T#T�<ʡ���kc� pnM7�'Է�����`�ۆ�������#jw��b�Q�W�ڟ�w~e��ٟ�y�Vв̭
��
��2�2�y��BJWDAƲ�����&��D���c��
-a����<A�Zg[M_8��i'EB��ia����`d����Ww�y������,�$C	})/����5��{�����ޫ�V�\�ˣ�<��&��,L��i�nK�hg�Ee6�����ׯ��”���끍�7�V{����b�M7H���E��^�)u��H�d���-��-��{�u�����
ǚ���#���,�Y�7F���%Ve�L;�CKV�b� �C�/=k=��!MQ"�I����ԽګN4�3KKF)|M�#�����x��P5�2Ge���3���oq��X*b?�S̮'6���|�ޓ"`291�]%�?Gl��t���"䋪�K��x[CR�~�O��ՠ��‹��t'_r%Ngw�b;��!g6}ĒeMI�;��m��u�G��*R�dh`d.\pMG&Sc3pl�C���,����}Q�37R�
PA�HҺ�"��Ci����^Nm�*ZX��]�
��#��lԪ�b�s�]�� �e�9aT4Pv�y�&��.L������M���*�#�r��q��ߥ���?r
-FeN�G'e=\.vb 8J��I/;X�r��������b
-�(IH����|Զ��%���-�}Q���0a|o���|��rv8���_��%�q��'����;_��
-� �T�$�+p�(r3��W<;�-(�
-�p�}��ip����`}\�'����a���;�W�����N� ������nO�����@Ww������Xg!�j�rfaT�sc
6��r�[08�T(�j���t���'�f�����m�p���l�p�6B��h���ڙ2��|v���Uf6�]�I�&�8L~a.�"e��(w��)J�q��1-���'t/�͗9�Bk@H�������U��I��{F�dר%$��?�m
��K�\'Z�ێCN�Χ��y���?%�o�X�l���  ��p���zQ������؝�\��$߱=
�S�ٖ�X0�[_�è�����U�:�_0kx}��$�N�;�#��/����l�����,�e���ĭ�������i�~�"3��_��[�Wm��d���%l�/����{U��[Ԏ��q�p��� �'�@�93ό��58A_`�6�i�����o��z��k��c;�rX�L�H�t�0%�.��y"�$u���@3"*�A�����me:3ڌDf�Ξ%��vIX�R�,���ԙ�+3����D�*'q}d�C�9֘n�-��x&]������`��3Por�L/�eW�`�Y��v���t�Ffi}�"|:hj8�T����.)<+z��s���,!�5�Q
-�E�cl)�u�v�t?�Yx��az. ax��:�8w�S�}Ŝw3ݦ���{8��*������ջZsPգmO���'qxj�a'j�e栝��~��I�����s)nP:E���>up
-W�kZb��+$!&�T�2��I^��S+�G��Q��bi�]����t�ᇵ�/�I\�5�h����Y!��x\�0!uiA���R��`?���(x���Zּ�ˇ�o>�M��~~K{l7>-\�+�!��J���X)V�g������?��!NSsD3)���1���\�#�x6{m-�ni��?���j) KPjJ�m�z�OI��V��8�w;�s3�sN���%K,2�H�*�3��6��R
-sv�i��cc�tW2����6���D^��aS���]�7��g�`����P�=��E�z�2�.�X_)8�"�ꁑk�êb�kRȽՊ|:K5������ڮ^i�y8���p(�<�<�0꼆������a����Ӗ�����y,H@���/�W�*���endstream
+xڭY[o�~���"6�L<W���E�M�9�"{��݇�b1��m��1������"5_Z� @F�$�"����f���7�d^�ģb�b6Z�ȯ/|�q�S.{s~y|qu���˒p��E~��'�4F��_���Vԥ�:����ڣ��JP��򛬪�z�ߏ�דh6�������yl5�ù���w�ts��:-��K"Pr�zaY%�塼��`�M�3o�"o�rw��p\�z��b�K"<��k자 V0�O����T
�b0+��(��@+╸fg���/k�۲~X�I���ƣ�j6��\M�1kT*�A��b�c�,��k-���I�M1���_����3�"?m�{�+QS�>����yk̀�%$���l\�F�87��d}{���4B󧊗Yp�j���(��b��f�uIS7J"����nA����y��"ӓ�j��l�t�WV1h
T�������k�v�Ք�A����&�j�U��,�jC��܀�J�VF�E���E�Ԋ�8��a�g15?���ʘ�~yuշp:4ו���'z�R������R���t���%780�=�#�G�  �;�,����Z�'�uȼ���;��;�,���NS���H��A��@(�\�y�΀�
� ��Y�}�v�ph�C���i9ZR�0$���HsYO�ȥ���{�F#r��^��R�L�!��8�����pO �ܶ��=!����}I=��ݶ��A��h��m,iO���B|����1đ]����.����8k|&;]�%@o.km�yq��Z�;J��x���Y��.Y^�ꭑ
+�}�L^���@�ΨMnd�ơ������4e�0[�̭��(CA�����5���a+�
S1�-E+�!�Unh��
+4k�$O�A�CE^����1�n+Ik�q)Q؟[��JܣO������=E�5�6OWD����}�ov�r���u��( 
+wN�xM��i��&��Βs��Is�@j!J��L���P�wOt��ɂ�<��m�`��T�a>ZRb͡"��a/.�@��)���"�hÜ��b�-�t�������2�����Z�V��F�˷m���"$슐0s��*I'
O���<�D\�oNF2����O�MH�
6��nJ;n�V�2d]�
�i�<K�����,pT���d���?<N���;��Itݹ���w�u�T�f�[ش@%��t�l��PD�.I�ꌛ�j������9l�����+ՠ:�Zn)(���qL�ޔ.�i���NݹvՙE�>Z��׸}��\�S�H5�
+J�;B	"�3�F�R�&76g&XM���SM�gqzWI�'Y��YZD�V%��uj�a[�8�m��XW��c�Z���	�O�ʐۻ�+$X9�B;=t�2���곎-�&|��oW�\ͼ0�s<鼖foT���/I���l�xT�:ߟ��p6��0>���G�����x��ɸ\4��5�ޙx��aȫ6i�%5}��tȼ͗�<�>��j�~ͫ��l�;wOA�J-eAM�rI`l7��p��IS���=3pu
v��8U�&$)��ˆ_'��!e��(���E�іzJ���*�RuŚ�zT�8
+�4���S�iT��GJ��l��Db��lF�&�E�v-�`��OC/�GYv__�RG7��w�3�o�/��&����hXc����g�Yuy���ok��L`.�A!��D���J�y�0:p��no�2vyKS��JSE�U�BhM}&��llDv\S�Aʫ��ݔ�-�Hqj�a�M��Oy�v��n�J?rg��<t��#O^�I�psr~d��L[iI=�W�*Š�v�:���0ƒK�bȥw@k�p��B�@w{�9��N�eya�:��p����x[�2$��xBK��2��I���N��YskWIȖ�}��'+���x�p�~���{�K��,��j��୐	�̾{�xeB������B��h�n�?��g�?n�Ӱ�?n>���C�i�Es䂨��Q���}E�DX)k����d�c�D�b"Ĉ�E����zV�Rwƀ�"Oܹ�[�7��� ���+��8C-j唚B~��ڈ��0�QZY���Ww~Ӎ#'6d��2�����4J��F��0�k��`�6���bu,�t���=�U�Q�r�&��x#�FϟܫP�ìv�zk`B���G#tAǞ��s((�b+gH�Q�$�R$wWj��vT�i���3(�8}8��8
+�k-�\��
�����ȕ>���K��]�y�.��b�;Ci��'���q��0w-���=k�w��6ϻ��I[!�/kF@������"�W�|A�~����k���rI��ȷ���Ro�b�4� {J#�@�'Q���$�����裉N�`� &�U���/>�ɈD'�f ��M���	���4�����x��3w���ħ�׋F�?��#�����O��P������v�?��	� ߿~ʛ!�d����������J�7􁕵�c�?ş4zm�=��P�)>���u���	���I�G9�U0J�ԟ�w�n��φq0����=(ɹ���E����Yendstream
 endobj
-4622 0 obj <<
+4855 0 obj <<
 /Type /Page
-/Contents 4623 0 R
-/Resources 4621 0 R
+/Contents 4856 0 R
+/Resources 4854 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4620 0 R
->> endobj
-4624 0 obj <<
-/D [4622 0 R /XYZ 71.731 729.265 null]
->> endobj
-4625 0 obj <<
-/D [4622 0 R /XYZ 71.731 741.22 null]
->> endobj
-4626 0 obj <<
-/D [4622 0 R /XYZ 71.731 718.306 null]
+/Parent 4853 0 R
 >> endobj
-4627 0 obj <<
-/D [4622 0 R /XYZ 493.42 708.344 null]
+4857 0 obj <<
+/D [4855 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4628 0 obj <<
-/D [4622 0 R /XYZ 429.405 695.392 null]
+4858 0 obj <<
+/D [4855 0 R /XYZ 259.97 708.344 null]
 >> endobj
-4629 0 obj <<
-/D [4622 0 R /XYZ 71.731 654.381 null]
+4859 0 obj <<
+/D [4855 0 R /XYZ 71.731 693.235 null]
 >> endobj
-4630 0 obj <<
-/D [4622 0 R /XYZ 71.731 639.437 null]
+4860 0 obj <<
+/D [4855 0 R /XYZ 95.641 649.066 null]
 >> endobj
-4631 0 obj <<
-/D [4622 0 R /XYZ 71.731 590.386 null]
+4861 0 obj <<
+/D [4855 0 R /XYZ 71.731 649.066 null]
 >> endobj
-4632 0 obj <<
-/D [4622 0 R /XYZ 74.222 546.55 null]
+4862 0 obj <<
+/D [4855 0 R /XYZ 71.731 598.76 null]
 >> endobj
-4633 0 obj <<
-/D [4622 0 R /XYZ 259.97 523.636 null]
+4863 0 obj <<
+/D [4855 0 R /XYZ 309.199 578.003 null]
 >> endobj
-4634 0 obj <<
-/D [4622 0 R /XYZ 71.731 508.528 null]
+4864 0 obj <<
+/D [4855 0 R /XYZ 71.731 575.846 null]
 >> endobj
-4635 0 obj <<
-/D [4622 0 R /XYZ 95.641 464.359 null]
+4865 0 obj <<
+/D [4855 0 R /XYZ 71.731 544.962 null]
 >> endobj
-4636 0 obj <<
-/D [4622 0 R /XYZ 71.731 464.359 null]
+4866 0 obj <<
+/D [4855 0 R /XYZ 71.731 522.048 null]
 >> endobj
-4637 0 obj <<
-/D [4622 0 R /XYZ 71.731 414.053 null]
+4867 0 obj <<
+/D [4855 0 R /XYZ 336.008 493.32 null]
 >> endobj
-4638 0 obj <<
-/D [4622 0 R /XYZ 309.199 393.295 null]
+4868 0 obj <<
+/D [4855 0 R /XYZ 71.731 491.163 null]
 >> endobj
-4639 0 obj <<
-/D [4622 0 R /XYZ 71.731 391.139 null]
+4869 0 obj <<
+/D [4855 0 R /XYZ 246.006 470.406 null]
 >> endobj
-4640 0 obj <<
-/D [4622 0 R /XYZ 71.731 360.254 null]
+4870 0 obj <<
+/D [4855 0 R /XYZ 71.731 468.249 null]
 >> endobj
-4641 0 obj <<
-/D [4622 0 R /XYZ 71.731 337.34 null]
+4871 0 obj <<
+/D [4855 0 R /XYZ 71.731 445.335 null]
 >> endobj
-4642 0 obj <<
-/D [4622 0 R /XYZ 336.008 308.613 null]
+4872 0 obj <<
+/D [4855 0 R /XYZ 279.615 421.589 null]
 >> endobj
-4643 0 obj <<
-/D [4622 0 R /XYZ 71.731 306.456 null]
+4873 0 obj <<
+/D [4855 0 R /XYZ 521.375 408.638 null]
 >> endobj
-4644 0 obj <<
-/D [4622 0 R /XYZ 246.006 285.699 null]
+4874 0 obj <<
+/D [4855 0 R /XYZ 71.731 388.548 null]
 >> endobj
-4645 0 obj <<
-/D [4622 0 R /XYZ 71.731 283.542 null]
+4875 0 obj <<
+/D [4855 0 R /XYZ 71.731 344.713 null]
 >> endobj
-4646 0 obj <<
-/D [4622 0 R /XYZ 71.731 260.628 null]
+4876 0 obj <<
+/D [4855 0 R /XYZ 71.731 280.12 null]
 >> endobj
-4647 0 obj <<
-/D [4622 0 R /XYZ 279.615 236.882 null]
+4877 0 obj <<
+/D [4855 0 R /XYZ 71.731 280.12 null]
 >> endobj
-4648 0 obj <<
-/D [4622 0 R /XYZ 521.375 223.93 null]
+4878 0 obj <<
+/D [4855 0 R /XYZ 71.731 255.183 null]
 >> endobj
-4649 0 obj <<
-/D [4622 0 R /XYZ 71.731 203.841 null]
+4879 0 obj <<
+/D [4855 0 R /XYZ 71.731 232.135 null]
 >> endobj
-4650 0 obj <<
-/D [4622 0 R /XYZ 71.731 160.005 null]
+4880 0 obj <<
+/D [4855 0 R /XYZ 71.731 193.345 null]
 >> endobj
-4621 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F32 1151 0 R >>
+4854 0 obj <<
+/Font << /F33 1302 0 R /F32 1211 0 R /F27 1204 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4653 0 obj <<
-/Length 2110      
-/Filter /FlateDecode
->>
-stream
-xڕXms�6��_���55i$E�M�qS9�M^�Ľ�M��@$,��H	�V~}��HI���8\,�ž<X(��/%����3OL�Q�~⏖0��I`$\#��d~�~rz���7����Q���	�7���:��9�lT��wcWľs���z����]~͋B��b�s>�|�����y2��,��ěM���2�V�����������yǬ����\�!#z3P�K�&�p��B$�����A��WR�V�O�Tu��Fo�fU����>��i3wS�Lh��R�_�*��(�hs86u�R���w$�����3s�v�T�f�d�p��L��JU�������j�PY�ƁcvL�L�-U��4̯J���k��ع5�"/ՉU�c1���Z��Z.r3��
�7�:����8��%�ʛ�9a<�B0&X"o�h��Ze?v{�D<��?��݉����MU1��O�|/����Y?��Ż���<������Rm�����<�f{��gC�:��eV���|����vw�aO�{xr�b���ǔ�'��҅eXI<�w�J9��#��b�Vi�^�4<�V-��K����ȹz?����ݛ+憭����Rv:׹,L�	�tS+L�/c�)(f.�
-D)h���/�߼d.�Is�ڶ,U��F�[fܮr��w)����
-%B8eE�
-L}��e�Vmy��c�e;Y2�o��U�� Tm�T�4*햹�4��/(����1C��wy���'�$O{����T�p��YT�9lR�B���C,����P�\e�[��j��P?ح�b�����I�Egpd����&G�7��= ��X`Pڥ���Z˃�.�:_�̺�a�~ؿ���yN����g�>����z���1�4ykpZ�$\5��Y������̌?5Z�y�v���=�9l���/���ޟz?w5G����6�/�����c�ቿ�Th�<J[�Eyԉ�����[���]wo�r%�T���݌5dXk���A#���.��"bg�vv�h-k��2�$B�g���1�!S�#�y$2�Sس��gZ��ҟ�y�J��~�l��=���+Ys)�?`p��&1�jT@�Z�"�״h3e��x������$jU��,Au���#�Z�lk4(U2�����el
-�̤+�v@F^R.���a�O
-(�d��X��Wu�hhh�\*���� ����cP�
bicHyO�������y���z(��*��hQ�_>$�]I����:Uv��p�&:58�@��4�7�Ȥ���h0dڎ���p��MA*Y�=��q�����e�!�q"��P��}�9Ӏ��
f��H�����p-l�A�Iɟ�-
-����dѪ3���SQ�`���f�"'<��n{��-0�$2���\ׅO������;z�5�l��Wם�-S�qbs���ͪ�E��ʈs�L��L�h6�&�\x����� �R����,����
-���/(�X'���q;�d��V(Wt]B��:2�r0��a~��$�{�!S��pQ�LH����Je �b��
-z���X���
`/h����W',\+�����ZIu�(�n�Mqr�&4�*���M�0èUAأ��	s:�ٚ���ިm��vX�"���T�덬�����Ah���I�G�4���̋��]�%F��~�b�L.0�-t�k�u������v=ز�3������z���u\��!?�%|!��0:�3��q{B�3���{������ ��$:�n��So�<�~ocT?/�ݍ��8<����Av6*�5@?js�DwW�?i|�@E=��c%��ayQ��h
-���#��	�M#�J���<T�
�|H��ƨ��
<K1��<
-!
`@��$�j8���m�Nf̵/F��X��Ǩ��30�}����Q�r�+^r<�)�x���P$�g`��f&���%�� ۜC(
-�d*��A'�+쑵��i�
�|a,v�p��B�\pW	썹
�7ZH����Ŗ�i��4B����A)�;J�e���݅<~�!Eo�ȴ8���H�n�E
-� ����_-���"���4��FS@����w"?��"�&q��}r�ϸ���!���endstream
-endobj
-4652 0 obj <<
-/Type /Page
-/Contents 4653 0 R
-/Resources 4651 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 4620 0 R
->> endobj
-4654 0 obj <<
-/D [4652 0 R /XYZ 71.731 729.265 null]
->> endobj
-4655 0 obj <<
-/D [4652 0 R /XYZ 71.731 718.306 null]
->> endobj
-4656 0 obj <<
-/D [4652 0 R /XYZ 71.731 696.359 null]
->> endobj
-4657 0 obj <<
-/D [4652 0 R /XYZ 71.731 673.31 null]
->> endobj
-4658 0 obj <<
-/D [4652 0 R /XYZ 71.731 634.521 null]
->> endobj
-4659 0 obj <<
-/D [4652 0 R /XYZ 71.731 484.074 null]
->> endobj
-4660 0 obj <<
-/D [4652 0 R /XYZ 71.731 451.741 null]
+4883 0 obj <<
+/Length 2569      
+/Filter /FlateDecode
+>>
+stream
+xڝk�۶��2�8����S���7~�cgb�j��v�"qc�d	Ҳ����έo�\,�ž�y#��Q�9q����h�l������3SC2��<�}p�<Fg1F�w�Ћ�9���<�G�����e)�4�<���;~���v-xҬ�dJ	=�x^4~<	��?'������� 
+bg1�
+ii��Fs�r�Rz^�x3�ҝ;A��?��?��h�N<���̢��~�v2������3���tv��P�xyWɔ�]>��N@����c�^�>N�����C�L����y�+������17o�?<}��f]��	��R�Z��΄ʾ�:�;ԆiYɉ�?M�42��T��+w�����_��I�l�z�n�\&RkQ��]g�ԥH��.��FI�QD��	�pQ3n#r�jǣ���,�ɔiv���ɊE�����6��n��n�ʤ����SK`Đ���L��V��)IӀ�<���h�(��YV9,BĖ���SRt�S������re��v}�ȲK%�[��bY������Π(�L�=l����u�!GĖs�@�H��7�n�D�4++Ye��	 \��l�6��M��2�ƛ���vDc��`nu�-ܱ���w#w]ץ����H�����)t�j���+;���N�ʮ����E��G��{���]�}��������\�zs���*�&��C�ByG���
O�)�`��(i��QE���o#u�Yw-���iW�3V��xH��@����_�E@'�:9p���	,�)����2���&�q�*��^�^aϾj��Z0��?l2*)r�������t�v��s8��h�YW@���6QM*
�g���X�4�@%�4��
Sb���Hw���9C�]��Ld)��)f��LZ "�ə�z����0&�* �T�(��d��%�o�S��b%yd-�n��	0s��6$ǧEFS��e-2�yP��]6�P���|Hۘ��.�*�v��`�::�0P�ɟ&���(&�Y�󦖃��Ag8��H)*�����ϝA����Հ���`�Ҍ!�I������;������P�p7�A�J����lD���P����x*2�2�����=!���>82ӿ����)|Ž�{��Q}��ʂo|\wu$o�X��̼p��JM�"i0Rd�dΓlJPϊ��b>��S�6~��PQ^��G����l&��ߩ:�@��vF���I���B�MYT_�4|�c��l��Y�0?Tk�����R�fQ�Hp��!U$BA"@�U�BI^@Z�㎛(!��	)낉+9���C׳RR�jY7�S��#��V;��D"y9�Я^�^F5���WV��a�Vl(m��F��aꇾ㆞�A�fu)*��h�À�A����H��p=P8��N�5uS���/�6gޒ
+�ym��e����EԠv}ţ�[5Y*�B�f{��F�����R�ҫ߂yn��<o@w5��G[0K3�Q68��Fxr�9`�N����;�f�y�{#�kH�r�:�|��н���M��� ��:�ݵ�?U?x�AQ
R�^iIu%��a|R�9��܉���ќ4�!A��I[�ߔ�x�E��JhMѥ�4��(��b�Aʧ��nC6yF)2e��y���'$��N�p@�����ic�0�YM�r�;���8U�^M�8t��X�L��m\�"��9�B�ڷK� p��J"��i�
+BO�4<
�����[�s���Ҙ�p��p��
�_����,��1�P)O�N�
����E]�d��3�qܺ!D}yh*\�#bK�?�4ٲ�����MR��o����%kJz[T������O�������I�8#���6��\�*�+��$
��`�\��k���/��m��=�k[�g�'�ʩd��l�����nl��޴d���J,��!N��U�5n�qY|^9Y�f	���mj�R��m��9����E����d�
+=g��IT��LehP9��Tu��+r�9�{��h�MN�x�jA�$� ���8l$u�`�e&޽��I�+�������7�;�L��[�9R'���X���|�
�0��WUє�B��)ˢ���-���>D|�qC�JH�=�?�J���c�ɮ�P�g*���gA��
+:�U^�{
�O�/�p�cC�b�U*�y����I�֛[�uFW������8(,��[\�pG
+��J���-�LwS�D�6H�]���'�M�{�'o9����ɀ�4�/<pG��pg��m��_ޙgښ�%�}���́E ��fM�,��M������a�OV�}U.�^�b�G��g>gA��(�*�i�!�<$w��h�`]�gfK%�����ݔ-� `l���{�ǤS��N�{�8JGt�Q
�%:�(���Qα���?oȹy6������Ǖ�(tӁ�>�`Fhj���w!��R��`@n�w�{l
+m�&I�I�5ʰ+e>��RW�֕05�,�j��c�~E��J��\�����W��0�C�����#9��0�cg��PS�����_�{\sendstream
+endobj
+4882 0 obj <<
+/Type /Page
+/Contents 4883 0 R
+/Resources 4881 0 R
+/MediaBox [0 0 609.714 789.041]
+/Parent 4853 0 R
 >> endobj
-4661 0 obj <<
-/D [4652 0 R /XYZ 74.222 410.062 null]
+4884 0 obj <<
+/D [4882 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4662 0 obj <<
-/D [4652 0 R /XYZ 71.731 384.991 null]
+4885 0 obj <<
+/D [4882 0 R /XYZ 71.731 662.704 null]
 >> endobj
-4663 0 obj <<
-/D [4652 0 R /XYZ 111.572 369.215 null]
+4886 0 obj <<
+/D [4882 0 R /XYZ 71.731 630.371 null]
 >> endobj
-4664 0 obj <<
-/D [4652 0 R /XYZ 71.731 349.126 null]
+4887 0 obj <<
+/D [4882 0 R /XYZ 74.222 588.692 null]
 >> endobj
-4665 0 obj <<
-/D [4652 0 R /XYZ 259.914 338.331 null]
+4888 0 obj <<
+/D [4882 0 R /XYZ 71.731 563.622 null]
 >> endobj
-4666 0 obj <<
-/D [4652 0 R /XYZ 141.778 312.428 null]
+4889 0 obj <<
+/D [4882 0 R /XYZ 111.572 547.846 null]
 >> endobj
-4667 0 obj <<
-/D [4652 0 R /XYZ 74.222 281.544 null]
+4890 0 obj <<
+/D [4882 0 R /XYZ 71.731 527.756 null]
 >> endobj
-4668 0 obj <<
-/D [4652 0 R /XYZ 488.744 258.63 null]
+4891 0 obj <<
+/D [4882 0 R /XYZ 259.914 516.961 null]
 >> endobj
-4669 0 obj <<
-/D [4652 0 R /XYZ 106.431 245.679 null]
+4892 0 obj <<
+/D [4882 0 R /XYZ 141.778 491.059 null]
 >> endobj
-4670 0 obj <<
-/D [4652 0 R /XYZ 71.731 245.579 null]
+4893 0 obj <<
+/D [4882 0 R /XYZ 74.222 460.174 null]
 >> endobj
-4671 0 obj <<
-/D [4652 0 R /XYZ 207.151 227.746 null]
+4894 0 obj <<
+/D [4882 0 R /XYZ 488.744 437.26 null]
 >> endobj
-4672 0 obj <<
-/D [4652 0 R /XYZ 171.988 214.795 null]
+4895 0 obj <<
+/D [4882 0 R /XYZ 106.431 424.309 null]
 >> endobj
-4673 0 obj <<
-/D [4652 0 R /XYZ 337.682 201.843 null]
+4896 0 obj <<
+/D [4882 0 R /XYZ 71.731 424.209 null]
 >> endobj
-4674 0 obj <<
-/D [4652 0 R /XYZ 71.731 199.686 null]
+4897 0 obj <<
+/D [4882 0 R /XYZ 205.428 406.376 null]
 >> endobj
-4675 0 obj <<
-/D [4652 0 R /XYZ 71.731 176.772 null]
+4898 0 obj <<
+/D [4882 0 R /XYZ 171.988 393.425 null]
 >> endobj
-4676 0 obj <<
-/D [4652 0 R /XYZ 71.731 171.791 null]
+4899 0 obj <<
+/D [4882 0 R /XYZ 337.682 380.473 null]
 >> endobj
-4677 0 obj <<
-/D [4652 0 R /XYZ 71.731 169.3 null]
+4900 0 obj <<
+/D [4882 0 R /XYZ 71.731 378.316 null]
 >> endobj
-4678 0 obj <<
-/D [4652 0 R /XYZ 113.574 151.034 null]
+4901 0 obj <<
+/D [4882 0 R /XYZ 71.731 355.402 null]
 >> endobj
-4679 0 obj <<
-/D [4652 0 R /XYZ 286.733 151.034 null]
+4902 0 obj <<
+/D [4882 0 R /XYZ 71.731 350.421 null]
 >> endobj
-4680 0 obj <<
-/D [4652 0 R /XYZ 291.157 151.034 null]
+4903 0 obj <<
+/D [4882 0 R /XYZ 71.731 347.93 null]
 >> endobj
-4681 0 obj <<
-/D [4652 0 R /XYZ 71.731 135.925 null]
+4904 0 obj <<
+/D [4882 0 R /XYZ 113.574 329.664 null]
 >> endobj
-4682 0 obj <<
-/D [4652 0 R /XYZ 113.574 120.149 null]
+4905 0 obj <<
+/D [4882 0 R /XYZ 286.733 329.664 null]
 >> endobj
-4683 0 obj <<
-/D [4652 0 R /XYZ 307.174 120.149 null]
+4906 0 obj <<
+/D [4882 0 R /XYZ 291.157 329.664 null]
 >> endobj
-4684 0 obj <<
-/D [4652 0 R /XYZ 388.314 120.149 null]
+4907 0 obj <<
+/D [4882 0 R /XYZ 71.731 314.556 null]
 >> endobj
-4685 0 obj <<
-/D [4652 0 R /XYZ 239.479 107.198 null]
+4908 0 obj <<
+/D [4882 0 R /XYZ 113.574 298.78 null]
 >> endobj
-4651 0 obj <<
-/Font << /F33 1242 0 R /F32 1151 0 R /F27 1144 0 R /F35 1481 0 R >>
-/ProcSet [ /PDF /Text ]
+4909 0 obj <<
+/D [4882 0 R /XYZ 307.174 298.78 null]
 >> endobj
-4688 0 obj <<
-/Length 1000      
-/Filter /FlateDecode
->>
-stream
-xڍVێ�6}��pч��Dc��8�L�-��C/iѢS����ؖaɝ����"�d�Mv�IGI���x�?V��R7$k�,�@t7qP��n8I,Hdq$󰹹{������i���Yz҄yl����a�}��G�$��{�㦑8y���mK\��8���(��_�6?�|��{��+�.ҫN�2g^&�����,_e�*.X�e�KՋv���e�}�x�EV҈Q
V�����Ni�m��HDS��$�=!ڕ/�t�S��P�"�z�q�6�`%q8Ո���D�����VV���`+D���	�s!Y���)f)�e_�D�J<���	yL��g��Ҋ�-2u�<O[M��λQ����5p:�[\�7�����k�ah�Lq��l�y�\�X��h�g��A�<���@dRvf�(rn�t<ئ#Wm�V�ˣ����N!N#���>]0����1Z(��ҳ���	'�q7�o��N��X�?�	��1�EXߙFGI>�K�L��U}���9EU�܁s>Uʈ�W�|ܳ9{鵛z�1�G�3
�-;�l2�˵�8��WP3m�`--�(�,ۖʫֺ���Δj��T��J!I�z~�Q����=�U7��o*���GN�3_]`]�nq��(H��*�9P�5��V���<��4ӿ'���J��2ٶ�Q
-y��:v7[S"���%��dK*uc�}��B���d ���:7�eu���b0�Υ)u�R��
�f�w�k�#Ο�mU��ʖ.��R�q�`�o�����h��Ԥ��݉ؾ�{_ȾsE�=$ϣ��pˎr�f>8>�mK��
-��*�]u�a�%���Ӻv.�6��6>S��?~�L�8a�O�d/s�&(�_fə�� �ۯՂ����W�ػ��w�I�B��o��n��vJ
F�.-�x�9����C���QYy��ӆ�I�Z��M-�s/��q�E�4�ha�R<a~��Y_�p��SD��4h�^҅��w����/+X�WW���7`�,Nf%�Ⱥ���;��?R��endstream
-endobj
-4687 0 obj <<
-/Type /Page
-/Contents 4688 0 R
-/Resources 4686 0 R
-/MediaBox [0 0 609.714 789.041]
-/Parent 4620 0 R
+4910 0 obj <<
+/D [4882 0 R /XYZ 388.314 298.78 null]
 >> endobj
-4689 0 obj <<
-/D [4687 0 R /XYZ 71.731 729.265 null]
+4911 0 obj <<
+/D [4882 0 R /XYZ 239.479 285.828 null]
 >> endobj
-4690 0 obj <<
-/D [4687 0 R /XYZ 186.062 695.392 null]
+4912 0 obj <<
+/D [4882 0 R /XYZ 186.062 259.925 null]
 >> endobj
-4691 0 obj <<
-/D [4687 0 R /XYZ 71.731 693.235 null]
+4913 0 obj <<
+/D [4882 0 R /XYZ 71.731 257.768 null]
 >> endobj
-4692 0 obj <<
-/D [4687 0 R /XYZ 113.574 677.46 null]
+4914 0 obj <<
+/D [4882 0 R /XYZ 113.574 241.993 null]
 >> endobj
-4693 0 obj <<
-/D [4687 0 R /XYZ 71.731 649.4 null]
+4915 0 obj <<
+/D [4882 0 R /XYZ 71.731 203.039 null]
 >> endobj
-4694 0 obj <<
-/D [4687 0 R /XYZ 113.574 633.624 null]
+4916 0 obj <<
+/D [4882 0 R /XYZ 113.574 185.205 null]
 >> endobj
-4695 0 obj <<
-/D [4687 0 R /XYZ 71.731 618.516 null]
+4917 0 obj <<
+/D [4882 0 R /XYZ 71.731 170.097 null]
 >> endobj
-4696 0 obj <<
-/D [4687 0 R /XYZ 113.574 602.74 null]
+4918 0 obj <<
+/D [4882 0 R /XYZ 113.574 154.321 null]
 >> endobj
-4686 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
+4881 0 obj <<
+/Font << /F33 1302 0 R /F35 1563 0 R /F27 1204 0 R /F32 1211 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4699 0 obj <<
+4921 0 obj <<
 /Length 2462      
 /Filter /FlateDecode
 >>
 stream
-xڝk�۸�{~�X�"���~�
rAڢ
�(�^Q��"���l}g8CY��͡����pޣ����U*E��GeB%�hބ��||##J�b���X�"���fF�����g�W*I���&.�J'���_���dڲ��ިt<�}\� [�0��~-à6��ڡj�?�	Ȧ�Ld�F��jLS&�x�z "wAo���-n��P�U|]�80���#"�v��[ئ�������j�!����N��צ��z"pk[C+ː�hfB�e�)M^«&��إ8
 �Cq�w�S����b�����qG�hҊ���`Z��5l�,�˯UakR�d*��Y�Qf��!��밹/Q�H�-����@���
-J�"o߮�q�=��H�x��s�Hd*JH�8��Ko��$N�5���v��C��������ڠ��P1��v
�J���۩�+�
-�<���:���,��[�mI��E�z�d�[�o�h�B��s�U�6�(��#��u�gt�}�����8��v|�t����ݛʉ˱E�۪�>�];ٞ:����:��L�]6������v��c�B��2]�̽U���!�j�������!����;�d$���p�,����֓�i�Z
Bs$D念&/
��fN�T�-��x(p;�h|��qJ�J�"�v�8��.�n�H���!Q��y����W��P�%��]��u��:󝆳��9���,��������8)d��$�8�J�$tC
j�<
-���m�q^e�����R�{|}�c����@�T�.�4�KZ+�Sy��T��_�����R�|*�#\J�@��������,����\a��]r�#.%�|6��t#r���j{�1,cܟr v7I����}L�	9<m0卂��(2Q�r�ߚ�؂��8�r��7���?��.RG"���k������YkL��l������q����'���W��m>؎�L�R�[���6�
-M0��A"����(����M�h�5���ˈ�0���v�	���b�@�{.����
-�O�|��ۆ1���_6����3̘��4u>���Y��h���B���}�q�]t.�dy� ��'k��-��5�¥v<��1d7����Eg!`��>i��`��oKs}��҅FlQ@LEapG��j8�q�*���l��0��$�T�0���U����k�ݫ���>W�\\=@i������bt�8Oȿ.\�d�Kh�*}�L�ŀo(�/c[�0,h߿9�n�q�E8�1ժ�"��DWl �C�H���ʇ����0H�̩�:(9�Ip�����q�J)����<N������jP��1��mL�L2u[�#���S*3^Nr�ż
-�Y�d��O��OYvH��|1ڼ�"�*�;���:�[�BAL�U�.�e0RN$D��)�8s��峮���W&Թ�M[.��z4X[	�RφTZ$�&�1�0��U�;}������H�
���=f�w������M5@%�[�,�Zn�t~�d�2�
�V��`�7�&z�)m��F�Uϡ
̰�`>�4�������1:��<�t�Y"v�w$4�ӌF	��8��"hx"�|p��A(?�;��D	�*�����tM�\/���6�b ,�_�9	v�IT����Т8-qy��帠b�FKR��
��Hw��
�I(t����3��I����[��f�DB���a�lHZ�ށwm�/��������ߔ���v:�ҩ0���<��j{�k�
-+j���%"����X6���\䋩�6���r�8
-��F3o�~p2`"ɀP��?]{��D��*��D�*��Hz۠�j�:O�L�=S��~���H"���>N�Ӈ_7�3��=��[|6��^ul[�������K�m���gOn�!���G�\�-/NU1��������n��7Spӂ��?��/����WH��'�����d�k���k�lq�������w>n�T�d�iHs��	��\瑰�,�y�1���Wc�3��*?�9v�\�&��y^���kya.�T�H��@�u^5=�W�q�nj ���5�=˴8=�?Jy�����X��������c��j�d�+M����w�w˩<�D�^���R��e3ù��dP~)��v�H�����ě���{Ay�s-��P("�-
-E�_�f�s`Oߚ��'��g9HK���H]��>g����]�K�A{8XO��\_��H�S�t�|k��cs��!&�[2\XXu��Q��7�������י
-��J;1A��v�Z����p2�wfF<U��D��_��4�]A��|h闵�X�m{�{`���q9k����J���_�b���5�W�i׏���ɪ�6B�;����,|�����8pI�s����'p�$›�H�3���/��`��BE;��,[2����?��7endstream
+xڝk�۸�{~�X�"�N?�� m�w[E�(d�k�DA�l���3��,���P���pf8��ʍ��&�"	�GeB�Ѧh���#�||##�c�"���(HD��݂�����*�(_�Q�y|����PA�y,���w�n���v���{���M}��*�3�a+}���ɘ�j��?�	�&�Ldq�T���&L��T
@D�ޠ��2-n�XmU�}�������"�v4�[��q�������j�1����z]o�nA蟞ܚV��0d<�P[�9
+'���Yd v)N��X����T�Df�������wr�Ѯ��"��8�V�y
�0���kUh��62JF��03�����l���u�ܗ�E$q�RDhn �����E��o��8��H$�h���:I(2�%�P�t�e��ԉ��f���Yʸ�1��O--�,���vG�����o�Uҫ_��eߺ:��+�|�Ƿ�(�ܾ7��v��%-N}����o���Y��d�b/mW����W�#_�����l���M��vVr�6�xG��	ө����++.,�={j��wt�33�>�����j�:l�
1L]g�Q0X!Z@�6`��*��#�55����R8J�x�q���2�|�Q8��c��(f��j��#!z75y��5�pZا��������7���HDa���L�Yv3G:���r�£ׄ���D�(!���>�י3�����΢�h�O��G����_ID�H {�&��yU�5�jPk�/���n��*����Օ���}u���&�?Gr��(��Ho��p��DJ���E�Q���/�E��z�S�\*�#\J�@����Ɠ�k����la\�mr�#.%�|ևA�#����js�1c�w9��%`F��<��u��6��FA�o���O8���X�A�aǮ܃d�(����˃Bf1_�������Yk�0�Gl����������v'���U��m>���tkS�]��-�6�
+M0�o
A"���~QV��5�8�����
+,C�?�����&�[�%!��8�ڕ*�>Y��`Ơ�~�i�S;�^3c�<���H$�g����;�O����
��Bc;��\^��j@ TO�X=�k؅M�x6��c���@��B��}�x��/Lߔ��������
+}����x2��TRc��/Lb��I���a��!�t1	+�6�W���!|�"��z��.��
+�G����q��{��"�Z��U��h�f��P�_�v������u3��@�3S�Z'�^It��>��$���|̯9����9�U%�:�<N{��`>��C)e���>�g�i>��4�@M�X8�r�����A�n�z��]Je�K� ;Y,����Lv>�����e�$�a�á�.R����a<`�p�Z(�ɼ��Ÿ�ʊ�(�9�gv�|2|�W�"�U�ʌ��޲i�1�YOk+�C�ِJ�$�VФ7���*?`���?�� �ɰaYm��,���s��ӡ�F�dw��e]ˮ��.���CF�a{Ê����DХ���H�8�a���G���0�h�F���g��2�E*G@B�:�h� n���0��'��' ��rS��
+N��>��ݞz��`Kۄ���	�l#-fʢ�����`��H�hq���`T���j��3..�);Z���bMD��o`�}��
��0C����Q{�<��a�7K+Z��=dC�BG��k�A���n�\,ܦ4
L����ߐN�1�N.�i$\P�K^;W�HQ�H�m�$/�c�H�Ss�/�FZ���d'q
+��*�
+��l�X��&�~��h��(u�*��D�*��Hzۡ�j�:O�LS��n���S$�I`%���ï�����H������->m�:��uXLm�pl{��%����ӳ#�ꁐ{|��#F.�]U���x�;�k��Mܴ ���O��K�Cr��
+Iz����3�]bb�msm�|m�=�5��Su���-�*�L8
��>q��!�z$l9�|�j��1儙WR���,�f�&��z^���kya)�T����@�u^5�W��A���[h{�iq~�~���K��ǩ./�O�O���$}Ռ�<XWF�H]A����Sy��ė�"��͡�Qv���|E�b�+�D��x�g�|�U�+����[�/�B٪P���i�9���Q�x��z����A!
��Uk�K����&0[�Ɛ�dtp��qԱ� ��U�x�d;�K�ͷ&=v7�b"�%Å�U�_��C~~�@{�y�)������h����h'~gfĮr�%��Z�����
+��x�CC��]��M��8���-�������� 9d���[�&�ɿغM�a�y���OV�z�ٰ�l��%tק�Kj��G��p�?��+��oF#a��(6 ����HA
V��a��gg隑���5�����5endstream
 endobj
-4698 0 obj <<
+4920 0 obj <<
 /Type /Page
-/Contents 4699 0 R
-/Resources 4697 0 R
+/Contents 4921 0 R
+/Resources 4919 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4620 0 R
-/Annots [ 4706 0 R 4707 0 R ]
+/Parent 4853 0 R
+/Annots [ 4928 0 R 4929 0 R ]
 >> endobj
-4706 0 obj <<
+4928 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [235.548 547.742 280.892 556.654]
 /Subtype /Link
 /A << /S /GoTo /D (installation) >>
 >> endobj
-4707 0 obj <<
+4929 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [355.754 547.742 401.098 556.654]
 /Subtype /Link
 /A << /S /GoTo /D (configuration) >>
 >> endobj
-4700 0 obj <<
-/D [4698 0 R /XYZ 71.731 729.265 null]
+4922 0 obj <<
+/D [4920 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1792 0 obj <<
-/D [4698 0 R /XYZ 71.731 718.306 null]
+1885 0 obj <<
+/D [4920 0 R /XYZ 71.731 718.306 null]
 >> endobj
-842 0 obj <<
-/D [4698 0 R /XYZ 358.696 703.236 null]
+902 0 obj <<
+/D [4920 0 R /XYZ 358.696 703.236 null]
 >> endobj
-4701 0 obj <<
-/D [4698 0 R /XYZ 71.731 681.855 null]
+4923 0 obj <<
+/D [4920 0 R /XYZ 71.731 681.855 null]
 >> endobj
-1793 0 obj <<
-/D [4698 0 R /XYZ 71.731 658.391 null]
+1886 0 obj <<
+/D [4920 0 R /XYZ 71.731 658.391 null]
 >> endobj
-846 0 obj <<
-/D [4698 0 R /XYZ 233.175 615.294 null]
+906 0 obj <<
+/D [4920 0 R /XYZ 233.175 615.294 null]
 >> endobj
-4702 0 obj <<
-/D [4698 0 R /XYZ 71.731 606.471 null]
+4924 0 obj <<
+/D [4920 0 R /XYZ 71.731 606.471 null]
 >> endobj
-4703 0 obj <<
-/D [4698 0 R /XYZ 146.66 593.735 null]
+4925 0 obj <<
+/D [4920 0 R /XYZ 146.66 593.735 null]
 >> endobj
-4704 0 obj <<
-/D [4698 0 R /XYZ 441.326 580.783 null]
+4926 0 obj <<
+/D [4920 0 R /XYZ 441.326 580.783 null]
 >> endobj
-4705 0 obj <<
-/D [4698 0 R /XYZ 71.731 560.694 null]
+4927 0 obj <<
+/D [4920 0 R /XYZ 71.731 560.694 null]
 >> endobj
-4708 0 obj <<
-/D [4698 0 R /XYZ 82.138 523.996 null]
+4930 0 obj <<
+/D [4920 0 R /XYZ 82.138 523.996 null]
 >> endobj
-4709 0 obj <<
-/D [4698 0 R /XYZ 71.731 490.955 null]
+4931 0 obj <<
+/D [4920 0 R /XYZ 71.731 490.955 null]
 >> endobj
-4710 0 obj <<
-/D [4698 0 R /XYZ 430.969 467.209 null]
+4932 0 obj <<
+/D [4920 0 R /XYZ 430.969 467.209 null]
 >> endobj
-4711 0 obj <<
-/D [4698 0 R /XYZ 71.731 454.258 null]
+4933 0 obj <<
+/D [4920 0 R /XYZ 71.731 454.258 null]
 >> endobj
-4712 0 obj <<
-/D [4698 0 R /XYZ 468.549 428.355 null]
+4934 0 obj <<
+/D [4920 0 R /XYZ 468.549 428.355 null]
 >> endobj
-1794 0 obj <<
-/D [4698 0 R /XYZ 71.731 421.217 null]
+1887 0 obj <<
+/D [4920 0 R /XYZ 71.731 421.217 null]
 >> endobj
-850 0 obj <<
-/D [4698 0 R /XYZ 537.833 378.119 null]
+910 0 obj <<
+/D [4920 0 R /XYZ 537.833 378.119 null]
 >> endobj
-4713 0 obj <<
-/D [4698 0 R /XYZ 71.731 365.681 null]
+4935 0 obj <<
+/D [4920 0 R /XYZ 71.731 365.681 null]
 >> endobj
-4714 0 obj <<
-/D [4698 0 R /XYZ 149.514 356.56 null]
+4936 0 obj <<
+/D [4920 0 R /XYZ 149.514 356.56 null]
 >> endobj
-4715 0 obj <<
-/D [4698 0 R /XYZ 252.264 356.56 null]
+4937 0 obj <<
+/D [4920 0 R /XYZ 252.264 356.56 null]
 >> endobj
-4716 0 obj <<
-/D [4698 0 R /XYZ 71.731 331.489 null]
+4938 0 obj <<
+/D [4920 0 R /XYZ 71.731 331.489 null]
 >> endobj
-4717 0 obj <<
-/D [4698 0 R /XYZ 71.731 331.489 null]
+4939 0 obj <<
+/D [4920 0 R /XYZ 71.731 331.489 null]
 >> endobj
-1795 0 obj <<
-/D [4698 0 R /XYZ 71.731 263.994 null]
+1888 0 obj <<
+/D [4920 0 R /XYZ 71.731 263.994 null]
 >> endobj
-854 0 obj <<
-/D [4698 0 R /XYZ 207.49 197.767 null]
+914 0 obj <<
+/D [4920 0 R /XYZ 207.49 197.767 null]
 >> endobj
-4718 0 obj <<
-/D [4698 0 R /XYZ 71.731 188.945 null]
+4940 0 obj <<
+/D [4920 0 R /XYZ 71.731 188.945 null]
 >> endobj
-4719 0 obj <<
-/D [4698 0 R /XYZ 71.731 174.051 null]
+4941 0 obj <<
+/D [4920 0 R /XYZ 71.731 174.051 null]
 >> endobj
-4720 0 obj <<
-/D [4698 0 R /XYZ 71.731 169.07 null]
+4942 0 obj <<
+/D [4920 0 R /XYZ 71.731 169.07 null]
 >> endobj
-4721 0 obj <<
-/D [4698 0 R /XYZ 89.664 148.313 null]
+4943 0 obj <<
+/D [4920 0 R /XYZ 89.664 148.313 null]
 >> endobj
-4722 0 obj <<
-/D [4698 0 R /XYZ 89.664 122.41 null]
+4944 0 obj <<
+/D [4920 0 R /XYZ 89.664 122.41 null]
 >> endobj
-4723 0 obj <<
-/D [4698 0 R /XYZ 71.731 120.253 null]
+4945 0 obj <<
+/D [4920 0 R /XYZ 71.731 120.253 null]
 >> endobj
-1796 0 obj <<
-/D [4698 0 R /XYZ 71.731 48.817 null]
+1889 0 obj <<
+/D [4920 0 R /XYZ 71.731 48.817 null]
 >> endobj
-4697 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F32 1151 0 R /F61 2401 0 R /F33 1242 0 R >>
+4919 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R /F60 2522 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4726 0 obj <<
-/Length 1756      
+4948 0 obj <<
+/Length 1754      
 /Filter /FlateDecode
 >>
 stream
@@ -17837,280 +18480,271 @@ x
 y���A^�?]�|�jy��;Cvs����J|�����śg0�|ce��!��Hb�b��44K!B(<޺��0���q@�)x؉�D�a�!���No�h�7)~�ռ�6E\Ot�P�;�UA%>���8�]/�	{m�J��114��թ������2+��h_�Cu�U��<�����~!��ի����S�*�,������`a���C��e�md����w�I/���t_��'�D��_^����@����
 ~$�y��4ˎ\�^��g���h���/���X�c��N�,վb�ɂ�i�/��fA�J��trX3�G�2�j�sR�s,��+(}���l1!�r^�1�A��U\2#r��k�E�pr�;�lŵ-UPul��
�K���t�V���3>mi�L����0�����Ҟ�3���m	�B���$k��0��ʇu�,���Y��
t5�=Rc�Nۖ괿���P�;����sc���a�Jrt��C��^�j}��vg
 �{��A����$+�+Y���k�jm���\�OtF�E$��[�$L�4b��Khi�V�m=7��<� �b;�Nefp�M�~l��$��,XҺ2kn�Έ��(Y����w*3
-D��L(�����f,[������(A7�("��;�q�	��#������K�a���ظ���0�Mnc#޴fU���J�ƒ�Rp�����[^�c�b�lr�oY�P��#�5���	d^�F�tP$Q�{H����zמ�W��C\�Y�L�p
-</cB£/�4t*q�/���鉟ٷع?�)�ƜScΩ��1+A@oW�
�dB�b��DX����J��2�$���m�O��0��4��&�c��R����J~�q���h��E3~#b�̍y�6��2���h���1�w�?j�3�'-֏�_*D]��n��v��v��<|����<��ި}3<vȑ��[ԧ3����ɿ�����$�B"��T�mrnM�8�uo��D�Ѵ��Q��Z҃��{z�ӓ1��x��^��{�$'��D~ � � &��~��SY���Xendstream
+D��L(�����f,[������(A7�("��=�q�	��#������K�a���ظ���0�Mnc#޴fU���J�ƒ�Rp�����[^�c�b�lr�oY�P��#�5���	d^�F�tP$Q�{H����zמ�W��C\�Y�L�p
+</cB£/�4t*q�/���鉟ٷع?�)�ƜScΩ��1+A@oW�
�dB�b��DX����J��2�$���m�O��0��4��&�c��R����J~�q���h��E3~#b�̍y�6��2���h���1�w�?j�3�'-֏�_*D]��n��v��v��<|����<��ި}3<vȑ��[ԧ3����ɿ�����$�B"��T�mrnM�8�uo��D�Ѵ��Q��Z҃��{z�ӓ1��x��^��{�$'��D~*\d��d٧~�9��$��endstream
 endobj
-4725 0 obj <<
+4947 0 obj <<
 /Type /Page
-/Contents 4726 0 R
-/Resources 4724 0 R
+/Contents 4948 0 R
+/Resources 4946 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4620 0 R
+/Parent 4853 0 R
 >> endobj
-4727 0 obj <<
-/D [4725 0 R /XYZ 71.731 729.265 null]
+4949 0 obj <<
+/D [4947 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4728 0 obj <<
-/D [4725 0 R /XYZ 89.664 708.344 null]
+4950 0 obj <<
+/D [4947 0 R /XYZ 89.664 708.344 null]
 >> endobj
-858 0 obj <<
-/D [4725 0 R /XYZ 370.33 645.157 null]
+918 0 obj <<
+/D [4947 0 R /XYZ 370.33 645.157 null]
 >> endobj
-4729 0 obj <<
-/D [4725 0 R /XYZ 71.731 632.719 null]
+4951 0 obj <<
+/D [4947 0 R /XYZ 71.731 632.719 null]
 >> endobj
-4730 0 obj <<
-/D [4725 0 R /XYZ 71.731 611.478 null]
+4952 0 obj <<
+/D [4947 0 R /XYZ 71.731 611.478 null]
 >> endobj
-4731 0 obj <<
-/D [4725 0 R /XYZ 71.731 555.998 null]
+4953 0 obj <<
+/D [4947 0 R /XYZ 71.731 555.998 null]
 >> endobj
-4732 0 obj <<
-/D [4725 0 R /XYZ 139.576 544.096 null]
+4954 0 obj <<
+/D [4947 0 R /XYZ 139.576 544.096 null]
 >> endobj
-4733 0 obj <<
-/D [4725 0 R /XYZ 71.731 531.976 null]
+4955 0 obj <<
+/D [4947 0 R /XYZ 71.731 531.976 null]
 >> endobj
-4734 0 obj <<
-/D [4725 0 R /XYZ 71.731 464.84 null]
+4956 0 obj <<
+/D [4947 0 R /XYZ 71.731 464.84 null]
 >> endobj
-4735 0 obj <<
-/D [4725 0 R /XYZ 71.731 442.875 null]
+4957 0 obj <<
+/D [4947 0 R /XYZ 71.731 442.875 null]
 >> endobj
-4736 0 obj <<
-/D [4725 0 R /XYZ 71.731 373.682 null]
+4958 0 obj <<
+/D [4947 0 R /XYZ 71.731 373.682 null]
 >> endobj
-1797 0 obj <<
-/D [4725 0 R /XYZ 71.731 355.015 null]
+1890 0 obj <<
+/D [4947 0 R /XYZ 71.731 355.015 null]
 >> endobj
-862 0 obj <<
-/D [4725 0 R /XYZ 374.461 311.544 null]
+922 0 obj <<
+/D [4947 0 R /XYZ 374.461 311.544 null]
 >> endobj
-4737 0 obj <<
-/D [4725 0 R /XYZ 71.731 299.373 null]
+4959 0 obj <<
+/D [4947 0 R /XYZ 71.731 299.373 null]
 >> endobj
-4738 0 obj <<
-/D [4725 0 R /XYZ 402.991 289.985 null]
+4960 0 obj <<
+/D [4947 0 R /XYZ 402.991 289.985 null]
 >> endobj
-4739 0 obj <<
-/D [4725 0 R /XYZ 71.731 264.914 null]
+4961 0 obj <<
+/D [4947 0 R /XYZ 71.731 264.914 null]
 >> endobj
-4740 0 obj <<
-/D [4725 0 R /XYZ 71.731 227.519 null]
+4962 0 obj <<
+/D [4947 0 R /XYZ 71.731 227.519 null]
 >> endobj
-4741 0 obj <<
-/D [4725 0 R /XYZ 175.682 214.567 null]
+4963 0 obj <<
+/D [4947 0 R /XYZ 175.682 214.567 null]
 >> endobj
-4742 0 obj <<
-/D [4725 0 R /XYZ 395.942 214.567 null]
+4964 0 obj <<
+/D [4947 0 R /XYZ 395.942 214.567 null]
 >> endobj
-4743 0 obj <<
-/D [4725 0 R /XYZ 486.807 214.567 null]
+4965 0 obj <<
+/D [4947 0 R /XYZ 486.807 214.567 null]
 >> endobj
-4744 0 obj <<
-/D [4725 0 R /XYZ 71.731 201.616 null]
+4966 0 obj <<
+/D [4947 0 R /XYZ 71.731 201.616 null]
 >> endobj
-4745 0 obj <<
-/D [4725 0 R /XYZ 71.731 188.665 null]
+4967 0 obj <<
+/D [4947 0 R /XYZ 71.731 188.665 null]
 >> endobj
-4746 0 obj <<
-/D [4725 0 R /XYZ 107.048 188.665 null]
+4968 0 obj <<
+/D [4947 0 R /XYZ 107.048 188.665 null]
 >> endobj
-1798 0 obj <<
-/D [4725 0 R /XYZ 71.731 181.526 null]
+1891 0 obj <<
+/D [4947 0 R /XYZ 71.731 181.526 null]
 >> endobj
-866 0 obj <<
-/D [4725 0 R /XYZ 496.414 138.429 null]
+926 0 obj <<
+/D [4947 0 R /XYZ 496.414 138.429 null]
 >> endobj
-4747 0 obj <<
-/D [4725 0 R /XYZ 71.731 125.991 null]
+4969 0 obj <<
+/D [4947 0 R /XYZ 71.731 125.991 null]
 >> endobj
-4748 0 obj <<
-/D [4725 0 R /XYZ 206.804 116.87 null]
+4970 0 obj <<
+/D [4947 0 R /XYZ 206.804 116.87 null]
 >> endobj
-4724 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F35 1481 0 R /F32 1151 0 R /F61 2401 0 R >>
+4946 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F35 1563 0 R /F32 1211 0 R /F60 2522 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4751 0 obj <<
-/Length 2160      
+4973 0 obj <<
+/Length 2159      
 /Filter /FlateDecode
 >>
 stream
-xڭX[��
~�_��q���r�K��i�(���E��b+�0���vg�__���NfhDE�E~�-6���(�%�ć0�f����Y�a揟"�X	�j����i�K�,�a�,^O�4��CtX�8�g���G����ua�-Wq�	^Bn_�Y�e��?���Xۙ�����?��:h͒]x�'�5���Y�n��
n�a��d��E/WI��^�Y��^���m��Y�[�f�Q��]��(�*$u�1vЗ�<ꉄ4Py׫���q:כּ�0�u�L�{�����{/��?�,�L�v
-F���3�i��df[�	nM���պF���ϯ�8<���l��Q8�U�j��L7A˴w}�ΑO��Y�ؽQ���n+�C^��
-���.D�S��m�ڋ]ʉ!p+��6������
D����eM�Z���~��F��Yo����o:{&�
��(�����/<2-�x0i����I:в09:C O�F��M�i{/V�ا��3ϋ�8p�#	`
-��Q��^��X�yZF�@�ghmn���$��8$���x��]��.��R�V����)��oW��-a�:�%Bޗx�#�{!�����;����C��Q
-�W��go+�N��39	:<8pn@Ypts�b��B������"~�H��;\-�*㞭���@��+hOл�?�������������3��[=�6��4�R�ݍ�m�s�u��sA�!,�f��l��[J�5����?�1vWJ{�_�2���"�0�♱{p �\2��׌�q��d"[����t�R�<K肳�
��8ze�c0��$;��4��	bۏ��J�n5�כr5�`g�����������Q�&m��B�Hg0 Vprà2�� �[L��`dZ����5�N�li�s�u�V�'�v������!�@�?Ȟ�z���� ����Lc7a�%��3���{�%�L����,���K��3�pL�J�kZ�$Z)FR3��	ӏ���Iy]]�,x㡶=�qu�b7HP�!̺�,���R�lȖ �wUȲ�䡋�RS��J�߮k0.ޅ�CF���MU���U$%��۩}�*�Q�z=q)L5�8�&Oy ��gSO�W{0o��m���,�Y�8Ft\����z}DI脕�TC���QD�6ۑ���^��'a�?��Y[�au������ �ڙ��A�,n���oK'��Q��M��6;u�8;�.�p��nञ\\������u�3�=�lǀ�W�|j"#x'苺xf��e?���h��/$Q�l�\�3���v����n��/�J45�r��3��Юx�]
-�d3�x�%lA�,٘�w\?�K��Ҡ֔� P�j*b�?9K1��"J�"x�~kE8CQ��;_(��'�ਸ਼E��d+L��5�g̩o� �8O�U�%ڀ��s�wU�͓Iu����@+�
@�l�RJ� ���O��F8�1�_c�3
���An��sS�K~[c4/����Su~��
�gB~*X�Fy�E,F
-��5�궎�x��~��d
)�U2�߉4h���xC���=�hi-j9}oJ"�8�`�����AFd�3�94U�4��>��d�'�p���a!m���`&����Xި����aI��R�-H]K�H8����C|U	U�(@��JC�؈��##+�R8��SD���L"/�6�>א�N��hd%���L��K՗"��o����K��%]��6��	���uG�@U�	�c�%�!:���KW	��gx�-�D��(	��D��݀����sBu�l�����t�/��Q�e�����wQ�7����w�޶l<hu�ϖb(O��8y[�xtX���.�����|���w��@��7ϥ��8vT�<2�Y�+�z.UV�F���L }����{�������NIȰ�oW^8�h{4�J���\���N?����Z.�Y�����WnUQ�����_J���Pf���Igӂƍv�i&APw���s[I��VR�d�\���YҌ-��į6��_�Sj�����u� �O���0������|���3���b*=s���>a�_ޫ�:H�[��wÏ�쮾�Y)�N6��Au^�RS�����9;݇�h����7��������ॠ�h}�	�^��|�endstream
+xڭX[��
~�_��q���k.}):�9�z��(�}Pb%ƶ\��l��˛����A�H�(���O��E�x���m
+M��M�8V���f��)����F</��ֿ��b�7����Ȓ8����6M�]�,^�h]��r��Q�r�����-�<�����������?_�����Ak�n��.��a��βd{��o0څi��a��\�q�{��*{�������7��ݨ�¤F9U!�ӎ)���,x�AO$d�:v�*�_���uWm�)S��i|����K��)K�#S���Qgl��n�y>݄�}�[S-/j���w���8	�r2�+�>l�iշ�=-�(h����9�i��<��7N�0�nD}�+��U!��օhsʔ�-U{ѢK91�nE>��^�ߗqA�ș�Z֔�Q���ntj���,��ʞ�gb�����$x��Q��G��&�1t�1�BZ��&Gg��8��Q�{�J�>���y^�$���I�cP,�C&��2%��Z���2�Bo<Ck+pS\$����!�]0&��r�l��'�Z��U�4 M��`|�Rn	�։,����	ɽ�<�����N�����R����08{[�u��9��Ã���g1�)�I+D��)
-��{�P�����ࠎoܳ5٘�)�x�	z������ �Qӟ���t��y����4�&W�������m��|���((<���,ށ����bK鶦ӿ`�g4��jAi���Z&�+S,��B}�%�=@p}�x�d�O&�5�KڱL�(�̳�.8���J1�3�W�9�n
+@�)MS�#Al��vU�٭F�zS����D[
+l�a���aR�A��E:C�������9_��bB���#��z������pb�`;H���c����<��W�0�1��A�\֓ ��u'.f�	{>(מ����#8��.e�t��g���\*H���]�c�-P�_���'�J	0�����O�~�Fp�N���g����ax����A��
a֝fY���^`C�Ѽ�B�5� ]���Z?F�P���v]�q�6��s2��o�j|���b)ф�N�#T)���Ka�Q�	7y�	F����=�z����؁y4OlD7da��1���u����zHB'�,��r���"7��dͭ���$
�8����ڲ
�+�@ؕ��&�9��L��gq�%x[:a8����h*O��٩��ىwه�w'��r��h��͏=8�}�A��[����d�S��@8E_��3s�-�	�֘�8@�%|!�Jd����M����x�v@gt�7�gx�U��і���v�v�S�Rh��0�嗰!��Ddc�q��.�˂ZS�g�P@�_������T`,��,(�������EY��8|�P��肣��ޓ�0����1��Ճ$�<�WI@�h2����U�7O.��c��<��7�-_�vH)9��;��?����<~����4�����aJ�LQ.�m
Lм0ެN����nh2�cP�4��(�c1R0e��T�u����k��k��x��i�N�AV����p��QDKkQ��{SsŁ��&�MF2"3�aϡ������O&8�P��
�]iC\L}�3)T-����F�4���GK�̗�XoA�ZzD������t�Jب�E��T��FyY����	'$�b��f�dy������t��F#+]�`�_���]~��D�N�,,�x6a�Op���$���(LR���p���_,]%�C��i�<�:��`$T�yH�wvOT:�?��`k��_F��|�l��<ߓ5���uϼ�J�a�w�{��e��A�k|�Cy:�����ģ��?w�՘����^��;�{���y.͝�Y��z��J]�p�s��r�6blf��_E�\w-�7�vJB�U���Q�@ۣ�W
+F�(k��c*x������{��V��-8����O5a�)�q>-x`�hw�#�$�S���V�<`����3y.W'p@vփ4c(7�
�C���Z��W�ԺQʧA�DQL���L>s���GZ
n1��9H�J��0�/��K$��w���]~W��,��e'�GŠ:/A����wq�����]���������j�(�{)�0���>����/q|�endstream
 endobj
-4750 0 obj <<
+4972 0 obj <<
 /Type /Page
-/Contents 4751 0 R
-/Resources 4749 0 R
+/Contents 4973 0 R
+/Resources 4971 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4771 0 R
+/Parent 4853 0 R
 >> endobj
-4752 0 obj <<
-/D [4750 0 R /XYZ 71.731 729.265 null]
+4974 0 obj <<
+/D [4972 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4753 0 obj <<
-/D [4750 0 R /XYZ 71.731 718.306 null]
+4975 0 obj <<
+/D [4972 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4754 0 obj <<
-/D [4750 0 R /XYZ 508.292 708.344 null]
+4976 0 obj <<
+/D [4972 0 R /XYZ 508.292 708.344 null]
 >> endobj
-4755 0 obj <<
-/D [4750 0 R /XYZ 71.731 649.4 null]
+4977 0 obj <<
+/D [4972 0 R /XYZ 71.731 649.4 null]
 >> endobj
-4756 0 obj <<
-/D [4750 0 R /XYZ 71.731 631.467 null]
+4978 0 obj <<
+/D [4972 0 R /XYZ 71.731 631.467 null]
 >> endobj
-1843 0 obj <<
-/D [4750 0 R /XYZ 71.731 579.661 null]
+1936 0 obj <<
+/D [4972 0 R /XYZ 71.731 579.661 null]
 >> endobj
-4757 0 obj <<
-/D [4750 0 R /XYZ 71.731 546.919 null]
+4979 0 obj <<
+/D [4972 0 R /XYZ 71.731 546.919 null]
 >> endobj
-4758 0 obj <<
-/D [4750 0 R /XYZ 71.731 536.956 null]
+4980 0 obj <<
+/D [4972 0 R /XYZ 71.731 536.956 null]
 >> endobj
-4759 0 obj <<
-/D [4750 0 R /XYZ 135.985 527.323 null]
+4981 0 obj <<
+/D [4972 0 R /XYZ 135.985 527.323 null]
 >> endobj
-4760 0 obj <<
-/D [4750 0 R /XYZ 135.985 492.354 null]
+4982 0 obj <<
+/D [4972 0 R /XYZ 135.985 492.354 null]
 >> endobj
-4761 0 obj <<
-/D [4750 0 R /XYZ 71.731 435.766 null]
+4983 0 obj <<
+/D [4972 0 R /XYZ 71.731 435.766 null]
 >> endobj
-1844 0 obj <<
-/D [4750 0 R /XYZ 71.731 396.812 null]
+1937 0 obj <<
+/D [4972 0 R /XYZ 71.731 396.812 null]
 >> endobj
-4762 0 obj <<
-/D [4750 0 R /XYZ 71.731 362.013 null]
+4984 0 obj <<
+/D [4972 0 R /XYZ 71.731 362.013 null]
 >> endobj
-4763 0 obj <<
-/D [4750 0 R /XYZ 71.731 352.05 null]
+4985 0 obj <<
+/D [4972 0 R /XYZ 71.731 352.05 null]
 >> endobj
-4764 0 obj <<
-/D [4750 0 R /XYZ 135.985 342.416 null]
+4986 0 obj <<
+/D [4972 0 R /XYZ 135.985 342.416 null]
 >> endobj
-4765 0 obj <<
-/D [4750 0 R /XYZ 135.985 307.447 null]
+4987 0 obj <<
+/D [4972 0 R /XYZ 135.985 307.447 null]
 >> endobj
-4766 0 obj <<
-/D [4750 0 R /XYZ 71.731 274.172 null]
+4988 0 obj <<
+/D [4972 0 R /XYZ 71.731 274.172 null]
 >> endobj
-4767 0 obj <<
-/D [4750 0 R /XYZ 181.691 261.22 null]
+4989 0 obj <<
+/D [4972 0 R /XYZ 181.691 261.22 null]
 >> endobj
-4768 0 obj <<
-/D [4750 0 R /XYZ 485.889 261.22 null]
+4990 0 obj <<
+/D [4972 0 R /XYZ 485.889 261.22 null]
 >> endobj
-1799 0 obj <<
-/D [4750 0 R /XYZ 71.731 228.179 null]
+1892 0 obj <<
+/D [4972 0 R /XYZ 71.731 228.179 null]
 >> endobj
-870 0 obj <<
-/D [4750 0 R /XYZ 517.296 185.082 null]
+930 0 obj <<
+/D [4972 0 R /XYZ 517.296 185.082 null]
 >> endobj
-4769 0 obj <<
-/D [4750 0 R /XYZ 71.731 172.644 null]
+4991 0 obj <<
+/D [4972 0 R /XYZ 71.731 172.644 null]
 >> endobj
-4770 0 obj <<
-/D [4750 0 R /XYZ 71.731 157.102 null]
+4992 0 obj <<
+/D [4972 0 R /XYZ 71.731 157.102 null]
 >> endobj
-4749 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F32 1151 0 R /F23 1137 0 R >>
+4971 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F32 1211 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4774 0 obj <<
+4995 0 obj <<
 /Length 1812      
 /Filter /FlateDecode
 >>
 stream
-xڍko�6�{��/����w�5�6tX���0�0�ms�EW�&ޯ���v�
� �x�����~r�I�E�Q�Pi��v���N�%�Q.g87������E!�4Zܮ�����"���������������R%ap#�{�L��[�I`�U�����i7�?ox����5�2Q�ы�y�3�T�(�W0�E�N��k�(��iQv�c��\Fa(!s~��v�n�Aw������5=�Ͼ�ʝl�Ve��	*5vc�V����}��ڒ���P@\We�dn��o��IZ��n��5��u)�(�/+3��Q���Kwa�7� Fx�3}˺�t�@�:�A�����s`�x�+�j����V�Lh^�`��9��{e�ѽ`�,y	���`ND����ဈʠ�=H<W_:���3f��B�g�v"Y`����{��ڬ�xc�*	�.e��%a�����>p���:S
���=m\8����9 }�l;IO����nY�{����<j�^JtK�b"��}Lz����8� �����r�B6�#�;c3Dsb�7���)	l�|�����!�T�1�kS��`r}A��x�%���R�/�ą.`�	�� ��h�ܑ��� ���ӻ��5p�����M+��z����ǖl4��b�^��p�����zS�U�~F�d�Ͱ��6��K���b*,	W�r-I|�¢��
-�b>��r��dNk��XK	�-��g��0Mƅ�d\�/�J@�2J&X�A�$*J�J7"g�T.d"�"F�(Q�.☶���?���"N"F����7��֢3�x���6dg���<��fVr��`�X���R"��_?��b�:��6I
-���RB^y��;�*W.@�c���j(,���6(崹�+��Qv���Go��q��-���/����I ��]::����>�AQ�'�>�6ZL���%S�W���	�x�p�G��}	Iwq�)^�
ֵ�/w��:r����E�I�9*T"��3�4�"�e*3�&>����D�h*�Qr�,MD��L���j���=2=g�e"�0&�ƴl���a[�-�ƨH!Ď
-�ɐ��З�E"s�����Q.g8g#�	��	T1�}������e�]��������
-�T1��B�ώKJ!(�+L��ؽ� �ƽ�7t�齛��\
^�08m���������Dz0��,��}���`+;q�2�����
-�L��
-�4������R
-dX:�j���lU��o�)4�\JVaO�x����Y��.�H�%4����ڻ�b��������v�k\��N�8�f������/?�"肏��a� Yw�W�3һ�w�׻C��y"�S�)�I����F�$�Q����Ɛ�,a�~�}KX����j1����)��J��a�Z	��c&�z*�E��x�Z"�|��ߪ��<5���ȏ���6�w�6l����h��ӳ*.��Ǟ��j�:|默�ߋ�
3�E�H����8Z��4�;>��������|]+��#ҳ
&�>���g1�(�a�����iB�����I���y1v/��z��yL����)GS:�I��F0a����QLvl���o��5W�lݳ�b�
-�^����훥�^��-ﰧ��_SV�6��Ý�zF3��=��v���\��:�]���H���#�`v���]�ٱ�B���(��&*�ݹܚ>�E|m�����a�__]՚ލU�w@�K#��W�z��J�W?5�_�kb;����i�9��ً�<���c��H�Q᩠�2T��
s��_[n�endstream
+xڍ�n�6�=_a���@BKԝ�M�-���n����,�6YTtl�~}g8CE�������p�>��E�4��̅L�E���[8��"`�+F�����^���E.�$\�n�D�4�"�����{׶�����Jƾw#�{��c�[F�g�u���1�n��?o���v���ȳ�U�Ιd2}��)�g"�"+؇
�������(:E��GQ�B���2~�c�t���Au�.i?씻�{&F��芽lږE]��	J�f��F
����}��v�ܑ��eࡀ�.��	��C�^
�$�h���q5�+X�*�"g������>�/݅��ޢ�����-��S=-�0�:u?�Ń�����ʝU6;�0�x5�.��c�1wZ��y�p�%X����>�7{���"x5�A���U�Yc��J�zjm� �h	:|�H��͚��z)c��2�=w� к�[�Gnl��}�I�C���1�@���
��w�#��O>�`!�i&�	0#җ�R
���|l\��B�6���RۘHCf�x�*A'�!��@��ժXJ�M�`����%An��?��B�_����z�(=A�@�JW�>�\]�)E(�^jl���������IL&�/H�;ZZw$	��={k78�Ծ�|
��9�k�&��h:3���!MGv��@���>�%���@�^W|�l^=�e3l����syb�`XL�%��_�%�KSX��*�,���K�<��A洦ꈵ�@��)9��3�d\XO�%��'P	(��"H�b���R�&V��1R
$Q!R��0��qtS�GQB��S�2�!#VF��ہ�mgЙ\<Z�65�1�,O6����>�>Y�}MJf�ǯ�~d1f
t�nǹE�}@^9㷝Yk �1��H5VDv�r�<��C�(�c����H�7l�88�L]��zN�$��6��I��-���(�|G[%���q�����ˀ��	�x�p�Gػ����<�<^�
֕�/w��>r����E�I�9җ"���4�"�e��7L|���� 6Ѥ��Y�4M��{���`��dz�0MEaLȵn�+�Ƕl�a�@���!-��/��8�D,�gg4F��ᜍh'd��gPE��RD"8�D0�E٫�Ϋ�O	������>�츤���T�����llE[�Q�Z;������`p�`%�Uc\=��鱗0�����C�f0���ޏ0q�z������q��7�=!ě��3��)�����s S�c�mM�,�����<�BX�,L]�D���@bck�m}1]E@Ք�˃S;q5��f�X�=�h�����i	t��;]3O��;ϫ��������������D�2�ڛj����}D(Z�y��1d�K�x������Z;��=i
+h���G|�V����	�c��z�g9�����C����j�2OM+��̳�:��@�
���
[���ӊ+����r��g|��_�.f����c��f.�89XG<�<<���b`�w�kk_�ʩ����b����`�Ű�v����a������$LKL����D=J�<&E�P�����)-��Wb+��}M���(&;6�t�ed������v�m��W�{fD�L�v��T醁�w���ů.JE͇O���j=��~L����{�K#��N~W�q0�G!�o�P�(�]��rWtfl�*��X:�������t6�&��<�f_�����v��ժR�nĨ��Z�����ueq���Ou�Wi��
�����_Q�b��_6O(g���2~�;*(y�/�
s��_P�endstream
 endobj
-4773 0 obj <<
+4994 0 obj <<
 /Type /Page
-/Contents 4774 0 R
-/Resources 4772 0 R
+/Contents 4995 0 R
+/Resources 4993 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4771 0 R
-/Annots [ 4783 0 R ]
+/Parent 5010 0 R
+/Annots [ 5004 0 R ]
 >> endobj
-4783 0 obj <<
+5004 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [81.972 518.428 141.748 525.282]
 /Subtype /Link
 /A << /S /GoTo /D (http-apache) >>
 >> endobj
-4775 0 obj <<
-/D [4773 0 R /XYZ 71.731 729.265 null]
+4996 0 obj <<
+/D [4994 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4776 0 obj <<
-/D [4773 0 R /XYZ 71.731 718.306 null]
+4997 0 obj <<
+/D [4994 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4777 0 obj <<
-/D [4773 0 R /XYZ 310.001 708.344 null]
+4998 0 obj <<
+/D [4994 0 R /XYZ 310.001 708.344 null]
 >> endobj
-4778 0 obj <<
-/D [4773 0 R /XYZ 278.636 682.441 null]
+4999 0 obj <<
+/D [4994 0 R /XYZ 278.636 682.441 null]
 >> endobj
-1800 0 obj <<
-/D [4773 0 R /XYZ 71.731 636.448 null]
+1893 0 obj <<
+/D [4994 0 R /XYZ 71.731 636.448 null]
 >> endobj
-874 0 obj <<
-/D [4773 0 R /XYZ 107.109 570.971 null]
+934 0 obj <<
+/D [4994 0 R /XYZ 107.109 570.971 null]
 >> endobj
-4779 0 obj <<
-/D [4773 0 R /XYZ 71.731 562.148 null]
+5000 0 obj <<
+/D [4994 0 R /XYZ 71.731 562.148 null]
 >> endobj
-4780 0 obj <<
-/D [4773 0 R /XYZ 71.731 542.274 null]
+5001 0 obj <<
+/D [4994 0 R /XYZ 71.731 542.274 null]
 >> endobj
-4781 0 obj <<
-/D [4773 0 R /XYZ 274.373 531.479 null]
+5002 0 obj <<
+/D [4994 0 R /XYZ 274.373 531.479 null]
 >> endobj
-4782 0 obj <<
-/D [4773 0 R /XYZ 390.766 531.479 null]
+5003 0 obj <<
+/D [4994 0 R /XYZ 390.766 531.479 null]
 >> endobj
-1801 0 obj <<
-/D [4773 0 R /XYZ 71.731 513.447 null]
+1894 0 obj <<
+/D [4994 0 R /XYZ 71.731 513.447 null]
 >> endobj
-878 0 obj <<
-/D [4773 0 R /XYZ 452.394 445.912 null]
+938 0 obj <<
+/D [4994 0 R /XYZ 452.394 445.912 null]
 >> endobj
-4784 0 obj <<
-/D [4773 0 R /XYZ 71.731 433.741 null]
+5005 0 obj <<
+/D [4994 0 R /XYZ 71.731 433.741 null]
 >> endobj
-4785 0 obj <<
-/D [4773 0 R /XYZ 71.731 411.401 null]
+5006 0 obj <<
+/D [4994 0 R /XYZ 71.731 411.401 null]
 >> endobj
-4786 0 obj <<
-/D [4773 0 R /XYZ 437.99 411.401 null]
+5007 0 obj <<
+/D [4994 0 R /XYZ 437.99 411.401 null]
 >> endobj
-4787 0 obj <<
-/D [4773 0 R /XYZ 71.731 391.312 null]
+5008 0 obj <<
+/D [4994 0 R /XYZ 71.731 391.312 null]
 >> endobj
-4788 0 obj <<
-/D [4773 0 R /XYZ 130.401 354.614 null]
+5009 0 obj <<
+/D [4994 0 R /XYZ 130.401 354.614 null]
 >> endobj
-4772 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R /F61 2401 0 R /F35 1481 0 R >>
+4993 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R /F60 2522 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4791 0 obj <<
+5013 0 obj <<
 /Length 3010      
 /Filter /FlateDecode
 >>
@@ -18126,655 +18760,673 @@ PuM
 `�jkK�NjJ0EHk���SʕU�B���B�o��+h�k����	�d^~�<�%s��yhEj�������FTe-�	��� ��`��aD]؄�M�z�Ja�a�i��d^\�lV��мV��*W(��hnw;6w�<*���\�E���~,+-��˺���*� �UxF�2ܲ���G��@�.d�0�',=�Yz��91�b3`o�}�=>#���F��O���y�P�qs��۴�5}�0�n}�7���<��*^r�J36򊔥�s���UkMDPg@`a����}`�SN���W�*f������:�]0\�?3��Y4�%�����Wga��D
 Y��4<��X���FB�y"t�>�"햙�؄�Z�\��������p@�φ����Г[���󀾟�$¨��/.<v�(s��}x���3���k��נ�iK�Q�]WЙO���'ԙ��;�Z�w�W#wKd��+���&‹�k=�
_+��>���45����/�Z�CxMPK��"���|����rO�w���0�m���Ѻ��d�e��l��4�?�͈bۭ9kf\��T��N�eK�n��u3DS�p�����DQD<��VS苸��drC�N�3���Å~\�b0�B[���*����qnN�����y+�I襉8se*D�dݏC�i�*+Iܳ�)�\QE�Pb�>��pO�
�1S�M�=�!p�B���x&���U�k��y;qor�#�Bo�%���L>ڔ�8�i[u!�A=�]e�
���ݕ���ƣ@q���J�m�e��G.iLk!�.���z_|Z�.|/\���5R�4�@�����t���(�����L�[�2��0�-��E���f�%q��axQz��չ�)0<%(����p!��Kͣ�)j�f����s��L(�e봕�2$P�y#ut-A��sU;�F������գm����pw4H�m������� ��ap��bMM/K�����y�:�0`���k� v��U!���yF��[�n/ILJ�|�vwl���;���)Z\r��v�+���������G�*��9f����8�_����R�L!.
 @zvڲ�o[T�$�ϗ�n֑���s�h\���0(4�6�᩾tL�N<�Å6�c�
-.\�♤�Ybi%-��X�*�����>{i�+|K��v��?�T����m�E��or�UG�����p^���%i�,z�d�V����`kA��CP:F��٭jZaQ龖O�#wJ�x��j��JlC�+�y��)L&�ص[*��Q�f����p��_�SQ��:B���óif���uG��-�x���_P���O	�u˓t�s��]ޱd�z��ᴂ�&'&;<RK��oD״@�ܗ�������D&`%�G�B�������`��;1��w�`�?������m����S����Hn!���J�_���ZN� ��^`�����n�G;o'ҋ?C3��DB������3�O)�p������D&\endstream
+.\�♤�Ybi%-��X�*�����>{i�+|K��v��?�T����m�E��or�UG�����p^���%i�,z�d�V����`kA��CP:F��٭jZaQ龖O�#wJ�x��j��JlC�+�y��)L&�ص[*��Q�f����p��_�SQ��:B���óif���uG��-�x���_P���O	�u˓t�s��]ޱd�z��ᴂ�&'&;<RK��oD״@�ܗ�������D&`%�G�B�������`��;1��w�`�?������m����S����Hn!���J�_���ZN� ��^`�����n�G;o'ҋ?C3��DB������3�O)�`������&[endstream
 endobj
-4790 0 obj <<
+5012 0 obj <<
 /Type /Page
-/Contents 4791 0 R
-/Resources 4789 0 R
+/Contents 5013 0 R
+/Resources 5011 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4771 0 R
+/Parent 5010 0 R
 >> endobj
-4792 0 obj <<
-/D [4790 0 R /XYZ 71.731 729.265 null]
+5014 0 obj <<
+/D [5012 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1802 0 obj <<
-/D [4790 0 R /XYZ 71.731 718.306 null]
+1895 0 obj <<
+/D [5012 0 R /XYZ 71.731 718.306 null]
 >> endobj
-882 0 obj <<
-/D [4790 0 R /XYZ 271.435 703.236 null]
+942 0 obj <<
+/D [5012 0 R /XYZ 271.435 703.236 null]
 >> endobj
-4793 0 obj <<
-/D [4790 0 R /XYZ 71.731 682.175 null]
+5015 0 obj <<
+/D [5012 0 R /XYZ 71.731 682.175 null]
 >> endobj
-4794 0 obj <<
-/D [4790 0 R /XYZ 297.998 673.5 null]
+5016 0 obj <<
+/D [5012 0 R /XYZ 297.998 673.5 null]
 >> endobj
-1803 0 obj <<
-/D [4790 0 R /XYZ 71.731 660.449 null]
+1896 0 obj <<
+/D [5012 0 R /XYZ 71.731 660.449 null]
 >> endobj
-886 0 obj <<
-/D [4790 0 R /XYZ 365.87 615.294 null]
+946 0 obj <<
+/D [5012 0 R /XYZ 365.87 615.294 null]
 >> endobj
-4795 0 obj <<
-/D [4790 0 R /XYZ 71.731 606.471 null]
+5017 0 obj <<
+/D [5012 0 R /XYZ 71.731 606.471 null]
 >> endobj
-4796 0 obj <<
-/D [4790 0 R /XYZ 457.285 593.735 null]
+5018 0 obj <<
+/D [5012 0 R /XYZ 457.285 593.735 null]
 >> endobj
-4797 0 obj <<
-/D [4790 0 R /XYZ 199.72 580.783 null]
+5019 0 obj <<
+/D [5012 0 R /XYZ 199.72 580.783 null]
 >> endobj
-4798 0 obj <<
-/D [4790 0 R /XYZ 258.499 580.783 null]
+5020 0 obj <<
+/D [5012 0 R /XYZ 258.499 580.783 null]
 >> endobj
-4799 0 obj <<
-/D [4790 0 R /XYZ 315.525 580.783 null]
+5021 0 obj <<
+/D [5012 0 R /XYZ 315.525 580.783 null]
 >> endobj
-4800 0 obj <<
-/D [4790 0 R /XYZ 71.731 578.626 null]
+5022 0 obj <<
+/D [5012 0 R /XYZ 71.731 578.626 null]
 >> endobj
-4801 0 obj <<
-/D [4790 0 R /XYZ 118.555 540.062 null]
+5023 0 obj <<
+/D [5012 0 R /XYZ 118.555 540.062 null]
 >> endobj
-4802 0 obj <<
-/D [4790 0 R /XYZ 71.731 509.785 null]
+5024 0 obj <<
+/D [5012 0 R /XYZ 71.731 509.785 null]
 >> endobj
-4803 0 obj <<
-/D [4790 0 R /XYZ 71.731 509.785 null]
+5025 0 obj <<
+/D [5012 0 R /XYZ 71.731 509.785 null]
 >> endobj
-4804 0 obj <<
-/D [4790 0 R /XYZ 71.731 490.079 null]
+5026 0 obj <<
+/D [5012 0 R /XYZ 71.731 490.079 null]
 >> endobj
-4805 0 obj <<
-/D [4790 0 R /XYZ 165.11 477.128 null]
+5027 0 obj <<
+/D [5012 0 R /XYZ 165.11 477.128 null]
 >> endobj
-4806 0 obj <<
-/D [4790 0 R /XYZ 71.731 469.99 null]
+5028 0 obj <<
+/D [5012 0 R /XYZ 71.731 469.99 null]
 >> endobj
-4807 0 obj <<
-/D [4790 0 R /XYZ 71.731 469.99 null]
+5029 0 obj <<
+/D [5012 0 R /XYZ 71.731 469.99 null]
 >> endobj
-4808 0 obj <<
-/D [4790 0 R /XYZ 164.065 446.244 null]
+5030 0 obj <<
+/D [5012 0 R /XYZ 164.065 446.244 null]
 >> endobj
-4809 0 obj <<
-/D [4790 0 R /XYZ 210.352 446.244 null]
+5031 0 obj <<
+/D [5012 0 R /XYZ 210.352 446.244 null]
 >> endobj
-4810 0 obj <<
-/D [4790 0 R /XYZ 352.569 446.244 null]
+5032 0 obj <<
+/D [5012 0 R /XYZ 352.569 446.244 null]
 >> endobj
-4811 0 obj <<
-/D [4790 0 R /XYZ 442.661 446.244 null]
+5033 0 obj <<
+/D [5012 0 R /XYZ 442.661 446.244 null]
 >> endobj
-4812 0 obj <<
-/D [4790 0 R /XYZ 203.715 433.292 null]
+5034 0 obj <<
+/D [5012 0 R /XYZ 203.715 433.292 null]
 >> endobj
-4813 0 obj <<
-/D [4790 0 R /XYZ 372.061 433.292 null]
+5035 0 obj <<
+/D [5012 0 R /XYZ 372.061 433.292 null]
 >> endobj
-4814 0 obj <<
-/D [4790 0 R /XYZ 71.731 426.154 null]
+5036 0 obj <<
+/D [5012 0 R /XYZ 71.731 426.154 null]
 >> endobj
-4815 0 obj <<
-/D [4790 0 R /XYZ 460.217 415.36 null]
+5037 0 obj <<
+/D [5012 0 R /XYZ 460.217 415.36 null]
 >> endobj
-4816 0 obj <<
-/D [4790 0 R /XYZ 71.731 382.318 null]
+5038 0 obj <<
+/D [5012 0 R /XYZ 71.731 382.318 null]
 >> endobj
-4817 0 obj <<
-/D [4790 0 R /XYZ 71.731 382.318 null]
+5039 0 obj <<
+/D [5012 0 R /XYZ 71.731 382.318 null]
 >> endobj
-4818 0 obj <<
-/D [4790 0 R /XYZ 237.451 371.524 null]
+5040 0 obj <<
+/D [5012 0 R /XYZ 237.451 371.524 null]
 >> endobj
-4819 0 obj <<
-/D [4790 0 R /XYZ 71.731 358.572 null]
+5041 0 obj <<
+/D [5012 0 R /XYZ 71.731 358.572 null]
 >> endobj
-4820 0 obj <<
-/D [4790 0 R /XYZ 220.87 345.621 null]
+5042 0 obj <<
+/D [5012 0 R /XYZ 220.87 345.621 null]
 >> endobj
-4821 0 obj <<
-/D [4790 0 R /XYZ 71.731 338.483 null]
+5043 0 obj <<
+/D [5012 0 R /XYZ 71.731 338.483 null]
 >> endobj
-4822 0 obj <<
-/D [4790 0 R /XYZ 257.124 327.688 null]
+5044 0 obj <<
+/D [5012 0 R /XYZ 257.124 327.688 null]
 >> endobj
-4823 0 obj <<
-/D [4790 0 R /XYZ 358.713 327.688 null]
+5045 0 obj <<
+/D [5012 0 R /XYZ 358.713 327.688 null]
 >> endobj
-1804 0 obj <<
-/D [4790 0 R /XYZ 71.731 320.55 null]
+1897 0 obj <<
+/D [5012 0 R /XYZ 71.731 320.55 null]
 >> endobj
-890 0 obj <<
-/D [4790 0 R /XYZ 462 277.453 null]
+950 0 obj <<
+/D [5012 0 R /XYZ 462 277.453 null]
 >> endobj
-4824 0 obj <<
-/D [4790 0 R /XYZ 71.731 265.015 null]
+5046 0 obj <<
+/D [5012 0 R /XYZ 71.731 265.015 null]
 >> endobj
-4825 0 obj <<
-/D [4790 0 R /XYZ 117.29 255.893 null]
+5047 0 obj <<
+/D [5012 0 R /XYZ 117.29 255.893 null]
 >> endobj
-4826 0 obj <<
-/D [4790 0 R /XYZ 427.895 255.893 null]
+5048 0 obj <<
+/D [5012 0 R /XYZ 427.895 255.893 null]
 >> endobj
-4827 0 obj <<
-/D [4790 0 R /XYZ 71.731 224.91 null]
+5049 0 obj <<
+/D [5012 0 R /XYZ 71.731 224.91 null]
 >> endobj
-4828 0 obj <<
-/D [4790 0 R /XYZ 173.632 212.058 null]
+5050 0 obj <<
+/D [5012 0 R /XYZ 173.632 212.058 null]
 >> endobj
-4829 0 obj <<
-/D [4790 0 R /XYZ 420.183 212.058 null]
+5051 0 obj <<
+/D [5012 0 R /XYZ 420.183 212.058 null]
 >> endobj
-4830 0 obj <<
-/D [4790 0 R /XYZ 71.731 166.065 null]
+5052 0 obj <<
+/D [5012 0 R /XYZ 71.731 166.065 null]
 >> endobj
-4831 0 obj <<
-/D [4790 0 R /XYZ 71.731 122.23 null]
+5053 0 obj <<
+/D [5012 0 R /XYZ 71.731 122.23 null]
 >> endobj
-4832 0 obj <<
-/D [4790 0 R /XYZ 71.731 122.23 null]
+5054 0 obj <<
+/D [5012 0 R /XYZ 71.731 122.23 null]
 >> endobj
-4789 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F44 1937 0 R /F32 1151 0 R /F33 1242 0 R >>
+5011 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F32 1211 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4835 0 obj <<
-/Length 1514      
+5057 0 obj <<
+/Length 1499      
 /Filter /FlateDecode
 >>
 stream
-xڵWK��6�����H������d�`�l0h-��Ack�nl��c��%EyƓ�"9���)�")����+~|�p��q�ʛu����J�q�D$�~bӋ��ei��^o/�?�`%|G�j�?Z�&�x�-�p^u��Eu�z"I�+7�F��.��Iִ���(�Z�U���8�v6xJ������㉘���i��V�_x�������ȑa�N��)GK��d��,�I�Y�W����Dʝ�v"B+U5��NE�s������Bj�i��Ƒ�X���37�+R����;ZT�r�h�bD^���[Y���TK�DOC���y���'�*�uy�(m
ꓴ�3,���(h���#�D�3(���� �j��:��e��|�E#UNd�s�G��c���/�Y�h��ί3z���Y��f�f �2��]/�}ǻ�|�'�G��K6J��N�����sH�o���6����$����Ծ�ۼ���䛵7��j�WG5���ڹ��r?�{��p�)�?�vT6��p�9biZ�א�����/TO$u 'o���jB��N}n�-,5i� �h�[����n ƃ+|aw"R�9�v���;�>���P¸4�U]���DQd[����p8�wԧ'^�!�,s�g�X�^!�|~�J]onv[�o?��@e%��*�ۡݏ��k5Lǭ7ϟ�����)�N�	_�h�j���tF�#>
-����E�2(��F�O��擴�ocx9���8HQƒxR�A�<�2�¸!�Z�pU[�}�P���gi������A����p��*/�$\�nV�#!��X�^�
-g�n�;���ށh����Ǟ34�[��̓
�U�S5%���C��h��]�GG	�[Ŧ·�gK� �=4���t�Sp���O�E$�	�:鵑k��d�	��ΜHgT@��n��Y="c��nӚ�y|BKW�0����%u���mm#s܇6�둹�zN��&&b���QgW���ޙVn��	�=�+"��}Q����9}`y�*\�L�t2G���a։�j2hI�߯7K����Z.�P4	������,�D������ث����%b�ҲQ�늗O�j^��(�����bdvd�ZĊ8��\.'�Ems��D��3!��t��'��_&��#n����%�ZM�s�F����P�#&-���[p�g�C��<+gbAwb���[V��������Q���P��,,��.+Na`�a�8Ιq̼��-U��ES+�<�����ѽh`?���%Ѻ�S��;��3}���N��-�����Q��n`v���<�z�!�����yf��'o�^�49搀!��3�g�¸�� �
ڂ���e9���z
8J�y��Nj���~k�����Y?1pSl�4��u���۱��އ��>����ؙ1N���S��4~�����eaޢ��6g�~kJ1U�u]��5ʱ1s��O���F�`$�|����N"�_e�^)�l�����ᗦ�?��m�����endstream
+xڵWK��6�����H������d�`�l0h-��Ack�nl��c��%EyƓ�"9���)�")����+~|�p��q�ʛ�����J�q�D$�~bӋ��ei��^o..�J�,���fw��L�jS���:�����D�:�n�;��[�]�;��i}��Qֵ�V#'q�����k���;p�1K#R�S��1���	�/ 	�'��#ÜM�S����*cYؓ���'oЉ�;��D�V� jl�+��<'�5Tc}���p��э#��Jիgn9V�l]9�����V�jň�&)]�� �c�����Jﭛ�~]�OD�+Tr���Q��Gig.X�Q�
+eF��|gP&v/h%uAՖ�upU�tA�@�F�J�R�r��
+�m;^ѳ�*�7�_%f��[9�?,$�8FH�(�@eFٻ^������nG���l��ǝ��?����sH�o���6����$����Ԯ�[����䛵7��j�WG5���ڹ��r?�{��p�)�?�vT6��p�9biZ�7������/TO$u 'o���jB��N}n�-,5i� �h�[����~ ƣ+|a�"R�9�����;�>���P¸4�U]����DQdS��`q
+8��;��/�p�9³f,|/�e>?I��77��
+��}����m�����F�����֛�ω�H�G�n}����`�|5�Wj:#��JL�!bzAb#�'IV�IZη1��|>R��$��T�g�8���ķ0nȪ�[\�ց]�6� �Y��'9�f�r~�/#����K"	����U�H*��ǪW����k7�Nh�kF���w �w;��L����ksoCjUoUM��ƾ�P�+-ڴrEF���AB�V����z���)�c
s�5��t1�r�s¶Nzm�ڠ!�c� �5'�� �[�}R��*�۴&s����0L�c.|I�fm[���ႍ�zd.��S�����1e��թ��w���h�hB/�C����?}_�j�#NX�
+[#�9����'��ub��Z�����R;��ǖ3MB��!�)<#3���1�zUל5�DlZZ6�u]��Y�K�0]r?�!4[�lŽl׋X�}�����m����}&D�n��z�ˤ�ycč���3@��U��{�����?�p�����;n�aa豛'�L,�N�ۣ=}�j_R�Y��ؚ<6J�I�
+ֽ��s{�e�)�C5��93�����
+��bje�g��0��݋��{!k0^��9�o���):3���N���rޝ�u�q�f�^���7�0��}oΓ0;�<y��Ƥ�!��<�q<��/q����-�q�./�G�>/Y�I��U9��c{	�X�\>1pSl�4��u���۱��އ��>����؉1N���S��4~�=N���Nΐ<����ccF���6���/  G
+i��_I+�E�� 8>L$��
+�%S�"��/M��I�m�����endstream
 endobj
-4834 0 obj <<
+5056 0 obj <<
 /Type /Page
-/Contents 4835 0 R
-/Resources 4833 0 R
+/Contents 5057 0 R
+/Resources 5055 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4771 0 R
+/Parent 5010 0 R
 >> endobj
-4836 0 obj <<
-/D [4834 0 R /XYZ 71.731 729.265 null]
+5058 0 obj <<
+/D [5056 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1805 0 obj <<
-/D [4834 0 R /XYZ 71.731 718.306 null]
+1898 0 obj <<
+/D [5056 0 R /XYZ 71.731 718.306 null]
 >> endobj
-894 0 obj <<
-/D [4834 0 R /XYZ 155.521 676.38 null]
+954 0 obj <<
+/D [5056 0 R /XYZ 155.521 676.38 null]
 >> endobj
-1806 0 obj <<
-/D [4834 0 R /XYZ 71.731 669.666 null]
+1899 0 obj <<
+/D [5056 0 R /XYZ 71.731 669.666 null]
 >> endobj
-898 0 obj <<
-/D [4834 0 R /XYZ 206.096 624.303 null]
+958 0 obj <<
+/D [5056 0 R /XYZ 206.096 624.303 null]
 >> endobj
-4837 0 obj <<
-/D [4834 0 R /XYZ 71.731 615.48 null]
+5059 0 obj <<
+/D [5056 0 R /XYZ 71.731 615.48 null]
 >> endobj
-4838 0 obj <<
-/D [4834 0 R /XYZ 71.731 582.654 null]
+5060 0 obj <<
+/D [5056 0 R /XYZ 71.731 582.654 null]
 >> endobj
-4839 0 obj <<
-/D [4834 0 R /XYZ 71.731 572.692 null]
+5061 0 obj <<
+/D [5056 0 R /XYZ 71.731 572.692 null]
 >> endobj
-4840 0 obj <<
-/D [4834 0 R /XYZ 71.731 572.692 null]
+5062 0 obj <<
+/D [5056 0 R /XYZ 71.731 572.692 null]
 >> endobj
-4841 0 obj <<
-/D [4834 0 R /XYZ 71.731 561.784 null]
+5063 0 obj <<
+/D [5056 0 R /XYZ 71.731 561.784 null]
 >> endobj
-4842 0 obj <<
-/D [4834 0 R /XYZ 71.731 551.348 null]
+5064 0 obj <<
+/D [5056 0 R /XYZ 71.731 551.348 null]
 >> endobj
-4843 0 obj <<
-/D [4834 0 R /XYZ 71.731 538.472 null]
+5065 0 obj <<
+/D [5056 0 R /XYZ 71.731 538.472 null]
 >> endobj
-4844 0 obj <<
-/D [4834 0 R /XYZ 71.731 528.035 null]
+5066 0 obj <<
+/D [5056 0 R /XYZ 71.731 528.035 null]
 >> endobj
-4845 0 obj <<
-/D [4834 0 R /XYZ 71.731 516.379 null]
+5067 0 obj <<
+/D [5056 0 R /XYZ 71.731 516.379 null]
 >> endobj
-4846 0 obj <<
-/D [4834 0 R /XYZ 76.712 483.292 null]
+5068 0 obj <<
+/D [5056 0 R /XYZ 76.712 483.292 null]
 >> endobj
-4847 0 obj <<
-/D [4834 0 R /XYZ 71.731 468.348 null]
+5069 0 obj <<
+/D [5056 0 R /XYZ 71.731 468.348 null]
 >> endobj
-4848 0 obj <<
-/D [4834 0 R /XYZ 486.228 456.692 null]
+5070 0 obj <<
+/D [5056 0 R /XYZ 486.228 456.692 null]
 >> endobj
-4849 0 obj <<
-/D [4834 0 R /XYZ 451.424 445.035 null]
+5071 0 obj <<
+/D [5056 0 R /XYZ 451.424 445.035 null]
 >> endobj
-4850 0 obj <<
-/D [4834 0 R /XYZ 71.731 403.09 null]
+5072 0 obj <<
+/D [5056 0 R /XYZ 71.731 403.09 null]
 >> endobj
-4851 0 obj <<
-/D [4834 0 R /XYZ 71.731 393.127 null]
+5073 0 obj <<
+/D [5056 0 R /XYZ 71.731 393.127 null]
 >> endobj
-4852 0 obj <<
-/D [4834 0 R /XYZ 140.075 384.632 null]
+5074 0 obj <<
+/D [5056 0 R /XYZ 140.075 384.632 null]
 >> endobj
-1807 0 obj <<
-/D [4834 0 R /XYZ 71.731 324.627 null]
+1900 0 obj <<
+/D [5056 0 R /XYZ 71.731 324.627 null]
 >> endobj
-902 0 obj <<
-/D [4834 0 R /XYZ 275.663 279.373 null]
+962 0 obj <<
+/D [5056 0 R /XYZ 275.663 279.373 null]
 >> endobj
-4853 0 obj <<
-/D [4834 0 R /XYZ 71.731 279.157 null]
+5075 0 obj <<
+/D [5056 0 R /XYZ 71.731 279.157 null]
 >> endobj
-4854 0 obj <<
-/D [4834 0 R /XYZ 71.731 260.587 null]
+5076 0 obj <<
+/D [5056 0 R /XYZ 71.731 260.587 null]
 >> endobj
-4855 0 obj <<
-/D [4834 0 R /XYZ 71.731 209.594 null]
+5077 0 obj <<
+/D [5056 0 R /XYZ 71.731 209.594 null]
 >> endobj
-4856 0 obj <<
-/D [4834 0 R /XYZ 71.731 186.581 null]
+5078 0 obj <<
+/D [5056 0 R /XYZ 71.731 186.581 null]
 >> endobj
-4857 0 obj <<
-/D [4834 0 R /XYZ 188.024 173.729 null]
+5079 0 obj <<
+/D [5056 0 R /XYZ 188.024 173.729 null]
 >> endobj
-4858 0 obj <<
-/D [4834 0 R /XYZ 158.345 147.826 null]
+5080 0 obj <<
+/D [5056 0 R /XYZ 158.345 147.826 null]
 >> endobj
-4859 0 obj <<
-/D [4834 0 R /XYZ 71.731 48.817 null]
+5081 0 obj <<
+/D [5056 0 R /XYZ 71.731 48.817 null]
 >> endobj
-4833 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F44 1937 0 R /F33 1242 0 R >>
+5055 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F44 2030 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4862 0 obj <<
-/Length 662       
+5084 0 obj <<
+/Length 626       
 /Filter /FlateDecode
 >>
 stream
-x��VKo�0��Sp4����֌u��L��eZwp�MQ
x@�m�}��<��y�ժh�l���e��8�����3s�!��I�	v��ɇ	*���۩�%tŘ���9ɽæ2��g�:I�\j-�,��z�c��:�J����lZ��h�43�T����` �n^e+%�[�q�>�0�̇a�N�k��S�~4�M��X�‹W��udqb�)w<JaH��w7���� �r)�RU"E�RF��mu�P� E�>�T�V�K�DM����`���bp9G;$\3�QH(A������Z�������a������R�dy�����_٘�@�{U��B�m��3�V�Y��߹�)���F�9�~��(��
-����[̱�S�������ab�f�ȁP�ۇj�Ct��w"���||
-��A*�[��R��e�+7/�T��	&�:{���ը�u7�g�����LS�v.�
Ԟ��o.gw9�Ҭ_�-�*m��=?�����|Wg�1�:��9����Sw��۵�
 �{�U�L���ezF�-�g1�����{a�t���օiU ӻ�ĝ�V
�j�C[��N'�o���6g�%��_U�1o���1
-���Z�a�׷�1�֪l��v�&��C�p�0 ����d�8�)����*�/����m�&��endstream
+x�͖Mo�0�����8�ܚ�L��)Rs[wp�45����!i�4]�.�r�?�����1�R?lyzT5$�d¬�!+S3_F��p��Y�t5rg�Z&�Z�[t� Us%�g�Z%?���i��;�!��v��-�?/���ۼ*�?��T�ffi��u����H������j��|z1�!�${��L@>��q�|�[�D�B�u��VфY!0�&�������l��C)*�"0<KC3ܴ�]��1Hyo`,y	���>��$oZ�����r���.���d�aݚ��j�a 5
��M���# 6.T�H˶��Z�Z�-��P��dz�?؝��Lg]���C�+�2�i���1�ϔ�����
+ힱ�B����c���T&w!��E���Wb��8bB)���ԑ��ݮs����9�_�՘ίe�B��L�r9Y�P�j�Z���}}�O�0,���6FNǼ��=���^<b�:�];��R\�{�]��e�Γ���v�U��cp���e�7����qw�������6{�����P�_�w�u���4����h����T�@�Tj���^��jp���
����}�c����rr7c�BD�a�(F��.S��?|	�4endstream
 endobj
-4861 0 obj <<
+5083 0 obj <<
 /Type /Page
-/Contents 4862 0 R
-/Resources 4860 0 R
+/Contents 5084 0 R
+/Resources 5082 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4771 0 R
+/Parent 5010 0 R
 >> endobj
-4863 0 obj <<
-/D [4861 0 R /XYZ 71.731 729.265 null]
+5085 0 obj <<
+/D [5083 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4864 0 obj <<
-/D [4861 0 R /XYZ 71.731 741.22 null]
+5086 0 obj <<
+/D [5083 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4865 0 obj <<
-/D [4861 0 R /XYZ 71.731 718.306 null]
+5087 0 obj <<
+/D [5083 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4866 0 obj <<
-/D [4861 0 R /XYZ 158.345 659.527 null]
+5088 0 obj <<
+/D [5083 0 R /XYZ 158.345 659.527 null]
 >> endobj
-4867 0 obj <<
-/D [4861 0 R /XYZ 71.731 618.68 null]
+5089 0 obj <<
+/D [5083 0 R /XYZ 71.731 618.68 null]
 >> endobj
-4868 0 obj <<
-/D [4861 0 R /XYZ 71.731 593.609 null]
+5090 0 obj <<
+/D [5083 0 R /XYZ 71.731 593.609 null]
 >> endobj
-4869 0 obj <<
-/D [4861 0 R /XYZ 188.024 582.814 null]
+5091 0 obj <<
+/D [5083 0 R /XYZ 188.024 582.814 null]
 >> endobj
-4870 0 obj <<
-/D [4861 0 R /XYZ 181.907 569.863 null]
+5092 0 obj <<
+/D [5083 0 R /XYZ 181.907 569.863 null]
 >> endobj
-4871 0 obj <<
-/D [4861 0 R /XYZ 158.345 556.912 null]
+5093 0 obj <<
+/D [5083 0 R /XYZ 158.345 556.912 null]
 >> endobj
-4872 0 obj <<
-/D [4861 0 R /XYZ 71.731 516.065 null]
+5094 0 obj <<
+/D [5083 0 R /XYZ 71.731 516.065 null]
 >> endobj
-4873 0 obj <<
-/D [4861 0 R /XYZ 71.731 493.051 null]
+5095 0 obj <<
+/D [5083 0 R /XYZ 71.731 493.051 null]
 >> endobj
-4874 0 obj <<
-/D [4861 0 R /XYZ 188.024 480.199 null]
+5096 0 obj <<
+/D [5083 0 R /XYZ 188.024 480.199 null]
 >> endobj
-4875 0 obj <<
-/D [4861 0 R /XYZ 181.907 467.248 null]
+5097 0 obj <<
+/D [5083 0 R /XYZ 181.907 467.248 null]
 >> endobj
-4876 0 obj <<
-/D [4861 0 R /XYZ 158.345 454.296 null]
+5098 0 obj <<
+/D [5083 0 R /XYZ 158.345 454.296 null]
 >> endobj
-4877 0 obj <<
-/D [4861 0 R /XYZ 71.731 413.45 null]
+5099 0 obj <<
+/D [5083 0 R /XYZ 71.731 413.45 null]
 >> endobj
-4878 0 obj <<
-/D [4861 0 R /XYZ 71.731 388.379 null]
+5100 0 obj <<
+/D [5083 0 R /XYZ 71.731 388.379 null]
 >> endobj
-4879 0 obj <<
-/D [4861 0 R /XYZ 188.024 377.584 null]
+5101 0 obj <<
+/D [5083 0 R /XYZ 188.024 377.584 null]
 >> endobj
-4880 0 obj <<
-/D [4861 0 R /XYZ 181.907 364.633 null]
+5102 0 obj <<
+/D [5083 0 R /XYZ 181.907 364.633 null]
 >> endobj
-4881 0 obj <<
-/D [4861 0 R /XYZ 158.345 351.681 null]
+5103 0 obj <<
+/D [5083 0 R /XYZ 158.345 351.681 null]
 >> endobj
-4882 0 obj <<
-/D [4861 0 R /XYZ 71.731 310.834 null]
+5104 0 obj <<
+/D [5083 0 R /XYZ 71.731 310.834 null]
 >> endobj
-4883 0 obj <<
-/D [4861 0 R /XYZ 71.731 285.763 null]
+5105 0 obj <<
+/D [5083 0 R /XYZ 71.731 285.763 null]
 >> endobj
-4884 0 obj <<
-/D [4861 0 R /XYZ 188.024 274.969 null]
+5106 0 obj <<
+/D [5083 0 R /XYZ 188.024 274.969 null]
 >> endobj
-4885 0 obj <<
-/D [4861 0 R /XYZ 158.345 249.066 null]
+5107 0 obj <<
+/D [5083 0 R /XYZ 181.907 262.017 null]
 >> endobj
-4886 0 obj <<
-/D [4861 0 R /XYZ 71.731 208.219 null]
+5108 0 obj <<
+/D [5083 0 R /XYZ 158.345 249.066 null]
 >> endobj
-4887 0 obj <<
-/D [4861 0 R /XYZ 71.731 183.148 null]
+5109 0 obj <<
+/D [5083 0 R /XYZ 71.731 208.219 null]
 >> endobj
-4888 0 obj <<
-/D [4861 0 R /XYZ 188.024 172.354 null]
+5110 0 obj <<
+/D [5083 0 R /XYZ 71.731 183.148 null]
 >> endobj
-4889 0 obj <<
-/D [4861 0 R /XYZ 181.907 159.402 null]
+5111 0 obj <<
+/D [5083 0 R /XYZ 188.024 172.354 null]
 >> endobj
-4890 0 obj <<
-/D [4861 0 R /XYZ 158.345 146.451 null]
+5112 0 obj <<
+/D [5083 0 R /XYZ 158.345 146.451 null]
 >> endobj
-4860 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
+5082 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4893 0 obj <<
-/Length 830       
+5115 0 obj <<
+/Length 791       
 /Filter /FlateDecode
 >>
 stream
-x��V�r�0��+X�=�y�8uө[O�3Y4](�m&(�����
-��8�f&����=G��+�Z.j��n,Dl$�x}D�%�L�h��!�^�����
-Q8��|aq� c>g(̚'?��J�$�:.�#s�ʢ��y>/T#�\6YY�/�˅�9�Ӻ���I����9�rt6�1�Ga��%?�<`��;��$@��:�q��,
-ALX.c(�f�t��>��ϫt��7E^�d�N�-�id^WMSE+�ک���+Y��vh`/q��OƸ#�K��o6�>�5+n��%�/�+BX��k��]�f ���ր��*�F;�q��h:/�7iV@v�U��vyy�U�h6%����$�A2��]��ポ�
-�N�h��ˬ����>����x��@�>��>�Pp�J�!��K�S��)auc�K�,�1��ʊ�ylV�yп�m�EW��u�t�@с'($�%�6���36j"�!q'G+,��}��"I��[�j�y�boʞ����Y�H����
�Ծ�<��a���P�ӏ=4�.g	���ߚQ
-66)��5�\�d|<��*����5]��r�"��/�����T�D]�A�gGx�����u�~/Ian��T���\j��F�o%�(�b�+���
��;��@��6R��u������p���^8�^0w�#DIO���F\�~`�4�n煷���V�W����+(��ԃx�z�P�q�~啻b����q#U�����v���̤����'��P�,i�p8�D�ZV�=�t���՟������x��(�z��!��%��Nv��U]�>endstream
+x��VMs�0��Wp�B�|ܒ8�$S�>0�C�b3�@-���������M3�t8 �J���]i���!�G���ED��HV#l,`f:"���&v��293��=�ň���(�95���yQ�Y��[˦��޳�l�B�oJ��E7yU�70�53�|lfkm7�ҶȄ�-�]G{f�y(��Y�;�#��{f��sݎ|dy@`U�̎$��*�&�$K)7lJQ@Ԃ��P�����(77eQ���#��x���s�4u�8�"f��%J�D��"��p�\4�)
+NG6t��|v
+�c^>�1���ƴ(нE��.�rbO��W'�Q]�HGaR%�*+�N�C��fc����ްћ�]���ͪ趶w�y��L'��o�����-�<��<�B҆�O0�[���v΋v��a����\���r��S�_C�16�0Ƿ�h�鑫�DY�J_5ۊ�\�a���@._���P�B��;�E*�l��2����މ����9'/�Ltۯ-J�f7��0��E6v��P���BU��.�|z,	~��tr�����vi�C2�@�&CI�r`/E2y��y�k��ۭ��)/RaWe���b�L���)��ʎp�/}M��C�^�U��K���Z�����N�����y�%��y��w����Lߎ�͑KH<(0y��*E~�}:=9Ե�	&N*���g��1"XS�6�M�盟kɤk�����%p�P�8W���E��;�C��–c�/��pw%��=ݥ�>�w�S}69jT9e�`��t�`~��<��Ѱ5endstream
 endobj
-4892 0 obj <<
+5114 0 obj <<
 /Type /Page
-/Contents 4893 0 R
-/Resources 4891 0 R
+/Contents 5115 0 R
+/Resources 5113 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4771 0 R
+/Parent 5010 0 R
 >> endobj
-4894 0 obj <<
-/D [4892 0 R /XYZ 71.731 729.265 null]
+5116 0 obj <<
+/D [5114 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4895 0 obj <<
-/D [4892 0 R /XYZ 71.731 718.306 null]
+5117 0 obj <<
+/D [5114 0 R /XYZ 71.731 718.306 null]
 >> endobj
-4896 0 obj <<
-/D [4892 0 R /XYZ 181.907 672.478 null]
+5118 0 obj <<
+/D [5114 0 R /XYZ 181.907 672.478 null]
 >> endobj
-4897 0 obj <<
-/D [4892 0 R /XYZ 158.345 659.527 null]
+5119 0 obj <<
+/D [5114 0 R /XYZ 158.345 659.527 null]
 >> endobj
-4898 0 obj <<
-/D [4892 0 R /XYZ 71.731 618.68 null]
+5120 0 obj <<
+/D [5114 0 R /XYZ 71.731 618.68 null]
 >> endobj
-4899 0 obj <<
-/D [4892 0 R /XYZ 71.731 593.609 null]
+5121 0 obj <<
+/D [5114 0 R /XYZ 71.731 595.666 null]
 >> endobj
-4900 0 obj <<
-/D [4892 0 R /XYZ 185.534 582.814 null]
+5122 0 obj <<
+/D [5114 0 R /XYZ 188.024 582.814 null]
 >> endobj
-4901 0 obj <<
-/D [4892 0 R /XYZ 155.855 543.96 null]
+5123 0 obj <<
+/D [5114 0 R /XYZ 181.907 569.863 null]
 >> endobj
-4902 0 obj <<
-/D [4892 0 R /XYZ 71.731 503.113 null]
+5124 0 obj <<
+/D [5114 0 R /XYZ 158.345 556.912 null]
 >> endobj
-4903 0 obj <<
-/D [4892 0 R /XYZ 71.731 480.1 null]
+5125 0 obj <<
+/D [5114 0 R /XYZ 71.731 516.065 null]
 >> endobj
-4904 0 obj <<
-/D [4892 0 R /XYZ 188.024 467.248 null]
+5126 0 obj <<
+/D [5114 0 R /XYZ 71.731 490.994 null]
 >> endobj
-4905 0 obj <<
-/D [4892 0 R /XYZ 175.332 454.296 null]
+5127 0 obj <<
+/D [5114 0 R /XYZ 185.534 480.199 null]
 >> endobj
-4906 0 obj <<
-/D [4892 0 R /XYZ 158.345 441.345 null]
+5128 0 obj <<
+/D [5114 0 R /XYZ 155.855 454.296 null]
 >> endobj
-4907 0 obj <<
-/D [4892 0 R /XYZ 71.731 400.498 null]
+5129 0 obj <<
+/D [5114 0 R /XYZ 71.731 413.45 null]
 >> endobj
-4908 0 obj <<
-/D [4892 0 R /XYZ 71.731 375.427 null]
+5130 0 obj <<
+/D [5114 0 R /XYZ 71.731 390.436 null]
 >> endobj
-4909 0 obj <<
-/D [4892 0 R /XYZ 188.024 364.633 null]
+5131 0 obj <<
+/D [5114 0 R /XYZ 188.024 377.584 null]
 >> endobj
-4910 0 obj <<
-/D [4892 0 R /XYZ 175.332 351.681 null]
+5132 0 obj <<
+/D [5114 0 R /XYZ 175.332 364.633 null]
 >> endobj
-4911 0 obj <<
-/D [4892 0 R /XYZ 158.345 338.73 null]
+5133 0 obj <<
+/D [5114 0 R /XYZ 158.345 351.681 null]
 >> endobj
-1808 0 obj <<
-/D [4892 0 R /XYZ 71.731 297.883 null]
+5134 0 obj <<
+/D [5114 0 R /XYZ 71.731 310.834 null]
 >> endobj
-906 0 obj <<
-/D [4892 0 R /XYZ 252.009 252.629 null]
+5135 0 obj <<
+/D [5114 0 R /XYZ 71.731 285.763 null]
 >> endobj
-4912 0 obj <<
-/D [4892 0 R /XYZ 71.731 240.457 null]
+5136 0 obj <<
+/D [5114 0 R /XYZ 188.024 274.969 null]
 >> endobj
-4913 0 obj <<
-/D [4892 0 R /XYZ 71.731 221.007 null]
+5137 0 obj <<
+/D [5114 0 R /XYZ 175.332 262.017 null]
 >> endobj
-4914 0 obj <<
-/D [4892 0 R /XYZ 188.024 208.155 null]
+5138 0 obj <<
+/D [5114 0 R /XYZ 158.345 249.066 null]
 >> endobj
-4915 0 obj <<
-/D [4892 0 R /XYZ 182.306 195.204 null]
+1901 0 obj <<
+/D [5114 0 R /XYZ 71.731 208.219 null]
 >> endobj
-4916 0 obj <<
-/D [4892 0 R /XYZ 158.345 182.253 null]
+966 0 obj <<
+/D [5114 0 R /XYZ 252.009 162.965 null]
 >> endobj
-4917 0 obj <<
-/D [4892 0 R /XYZ 71.731 141.406 null]
+5139 0 obj <<
+/D [5114 0 R /XYZ 71.731 150.794 null]
 >> endobj
-4918 0 obj <<
-/D [4892 0 R /XYZ 71.731 116.335 null]
+5140 0 obj <<
+/D [5114 0 R /XYZ 71.731 131.344 null]
 >> endobj
-4919 0 obj <<
-/D [4892 0 R /XYZ 188.024 105.54 null]
+5141 0 obj <<
+/D [5114 0 R /XYZ 188.024 118.492 null]
 >> endobj
-4891 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+5142 0 obj <<
+/D [5114 0 R /XYZ 182.306 105.54 null]
+>> endobj
+5113 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4922 0 obj <<
-/Length 757       
+5145 0 obj <<
+/Length 771       
 /Filter /FlateDecode
 >>
 stream
-xڽV]o�0}ϯ�0B��uK�[���>�u�\p�08K�_�kL��t��*R0��=��cÅ6B�B.^��^`$E�5f�2��6�nC의7ӎ�����=ߘ�~�E>������3��w�B�S��l/p���1����ג�9���0Ӎ��^�L��5i�ƍ�t����1��\N7�?Dq�%��9b�[�1F��g�n��n�!?��[ޥ���%I����}=̤}�ɉ�M�޸������\s1{dP*+G���p��aED��HU)@���[�e�((����kJ� 2��79SV�uR�M]4�m�y�*�q�������̕��/r6���
\A*���.�@=��Y��q�AZyP�ҽ�X�g^||J���Df��F@Re��q��"��	����4��v���<�nw�il:���e-t̒�^���װ�������qLJ�j�m$5l�@n�C$�L�R�(�#$EIY8�K�L�@�v���h���w,Ok�������b��TC�{Lm�*��a�K?�$<��Jk�(�=*Z��*N� �C-i�H%����}w9El�E����6�dה��z'�Bfe�\��}��v88'�x5�ZA`5ٳ�,�K�d�񹅡�XݦSPQ6�[��/V�5m
-i�s�
-%lLf,��p(x�^���P���oǒO�EJ����Chw�]���z�c�;��
-I�V4�7u�Ińܶ�8�ķg�n�"�=�lC�'8��Ii�O&��~�]~rendstream
+xڽ�]o�0����L.��	!w]�!�2��}H�T��K<�a%f����	P�l�4�������ڎ�f�k>F�/'D����gk3h�pa�!�V̻i�z�Z��M4�o#�|�A��h��~�9-�2Ldz���cR,H�ʣ�$ˈ`e5�P/T��l�VmܸL��ӫ��t��s}�Q�]̞z�ߨ1xͷ������2^���H�H���eՔT���Ŝ���3+a���SR�O��D*�L ǓZ����Ë(V��Q�E8
+�p>1BG?��f�4O_YI�.C��Ɍ�h]R�!mË�h5Dd��
l2�Ĺf��9##�)�[�v����/fO|\�8�;�<9@|c~�9�C�G<5|XD2O+Eg�
+tk{6�Կn�A����,X���>mK�^i�a�_۶K�s��7�f�]a56v6h�����Z8�lvB[�kvXe��G~�컂�]��i7�,�4H7������$
+'��(.s�R*�9��'�k+X�L�˒�,����j��ΊD!�gJMAV�k�x[�]�H@ ��1J�:��E������4��L�|�A������<{�G57�7�$�:��d!Ҳ��>\�>]�X;����;X��������@ǟ�,�bn`�D�n��(/�w���:��D����G�\&6���'�k��+��-q�Hh���1�����.���zTe�vz��$Ӗ7����q��:��|�B�޴�
+��.�	ٻ�y�L���(R5�/ݝ�Y�@v�endstream
 endobj
-4921 0 obj <<
+5144 0 obj <<
 /Type /Page
-/Contents 4922 0 R
-/Resources 4920 0 R
+/Contents 5145 0 R
+/Resources 5143 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4945 0 R
+/Parent 5010 0 R
 >> endobj
-4923 0 obj <<
-/D [4921 0 R /XYZ 71.731 729.265 null]
+5146 0 obj <<
+/D [5144 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4924 0 obj <<
-/D [4921 0 R /XYZ 181.907 708.344 null]
+5147 0 obj <<
+/D [5144 0 R /XYZ 158.345 708.344 null]
 >> endobj
-4925 0 obj <<
-/D [4921 0 R /XYZ 158.345 695.392 null]
+5148 0 obj <<
+/D [5144 0 R /XYZ 71.731 667.497 null]
 >> endobj
-4926 0 obj <<
-/D [4921 0 R /XYZ 71.731 654.545 null]
+5149 0 obj <<
+/D [5144 0 R /XYZ 71.731 642.426 null]
 >> endobj
-4927 0 obj <<
-/D [4921 0 R /XYZ 71.731 629.475 null]
+5150 0 obj <<
+/D [5144 0 R /XYZ 188.024 631.631 null]
 >> endobj
-4928 0 obj <<
-/D [4921 0 R /XYZ 188.024 618.68 null]
+5151 0 obj <<
+/D [5144 0 R /XYZ 181.907 618.68 null]
 >> endobj
-4929 0 obj <<
-/D [4921 0 R /XYZ 182.306 605.729 null]
+5152 0 obj <<
+/D [5144 0 R /XYZ 158.345 605.729 null]
 >> endobj
-4930 0 obj <<
-/D [4921 0 R /XYZ 158.345 592.777 null]
+5153 0 obj <<
+/D [5144 0 R /XYZ 71.731 564.882 null]
 >> endobj
-4931 0 obj <<
-/D [4921 0 R /XYZ 71.731 551.93 null]
+5154 0 obj <<
+/D [5144 0 R /XYZ 71.731 539.811 null]
 >> endobj
-4932 0 obj <<
-/D [4921 0 R /XYZ 71.731 526.859 null]
+5155 0 obj <<
+/D [5144 0 R /XYZ 188.024 529.016 null]
 >> endobj
-4933 0 obj <<
-/D [4921 0 R /XYZ 188.024 516.065 null]
+5156 0 obj <<
+/D [5144 0 R /XYZ 182.306 516.065 null]
 >> endobj
-4934 0 obj <<
-/D [4921 0 R /XYZ 175.332 503.113 null]
+5157 0 obj <<
+/D [5144 0 R /XYZ 158.345 503.113 null]
 >> endobj
-4935 0 obj <<
-/D [4921 0 R /XYZ 158.345 490.162 null]
+5158 0 obj <<
+/D [5144 0 R /XYZ 71.731 462.267 null]
 >> endobj
-4936 0 obj <<
-/D [4921 0 R /XYZ 71.731 449.315 null]
+5159 0 obj <<
+/D [5144 0 R /XYZ 71.731 437.196 null]
 >> endobj
-4937 0 obj <<
-/D [4921 0 R /XYZ 71.731 426.301 null]
+5160 0 obj <<
+/D [5144 0 R /XYZ 188.024 426.401 null]
 >> endobj
-4938 0 obj <<
-/D [4921 0 R /XYZ 188.024 413.45 null]
+5161 0 obj <<
+/D [5144 0 R /XYZ 175.332 413.45 null]
 >> endobj
-4939 0 obj <<
-/D [4921 0 R /XYZ 181.907 400.498 null]
+5162 0 obj <<
+/D [5144 0 R /XYZ 158.345 400.498 null]
 >> endobj
-4940 0 obj <<
-/D [4921 0 R /XYZ 158.345 387.547 null]
+5163 0 obj <<
+/D [5144 0 R /XYZ 71.731 359.651 null]
 >> endobj
-4941 0 obj <<
-/D [4921 0 R /XYZ 71.731 346.7 null]
+5164 0 obj <<
+/D [5144 0 R /XYZ 71.731 336.638 null]
 >> endobj
-4942 0 obj <<
-/D [4921 0 R /XYZ 71.731 321.629 null]
+5165 0 obj <<
+/D [5144 0 R /XYZ 188.024 323.786 null]
 >> endobj
-4943 0 obj <<
-/D [4921 0 R /XYZ 188.024 310.834 null]
+5166 0 obj <<
+/D [5144 0 R /XYZ 181.907 310.834 null]
 >> endobj
-4944 0 obj <<
-/D [4921 0 R /XYZ 158.345 284.932 null]
+5167 0 obj <<
+/D [5144 0 R /XYZ 158.345 297.883 null]
 >> endobj
-4920 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
+5168 0 obj <<
+/D [5144 0 R /XYZ 71.731 257.036 null]
+>> endobj
+5169 0 obj <<
+/D [5144 0 R /XYZ 71.731 231.965 null]
+>> endobj
+5170 0 obj <<
+/D [5144 0 R /XYZ 188.024 221.171 null]
+>> endobj
+5171 0 obj <<
+/D [5144 0 R /XYZ 158.345 195.268 null]
+>> endobj
+5143 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4948 0 obj <<
-/Length 2688      
+5174 0 obj <<
+/Length 2687      
 /Filter /FlateDecode
 >>
 stream
-xڭˎ�8�0|�5zZ��S�MYL�g���Z����a�rz��^��D�\
�Ȫb�X�'���KWUW9|�C���UݽJV����U*�~ge��̫�p��v3o^��>�WY�����vI�8���������E���k�˪��]��_��;�[�y����v�7i�F3���Ժwz��^���9n��v I%���I�4����2��8��裲���Y�$����#+���x�����I��ٚ��K�E�gR&o�_�S�D#9��������MZFõo�D[~�k��>��C6U���ʲO���P�_�(�<O�fpc���5�t�K������x����y腓q��a
-�.+:�E�Ό�nXW���Zt�3��1n��ɒ�JL�9�i����2�χ�0?��r��Tl@nN����M��3#PϦ��v�de���X�:_�U��%��N.�(��:w"6��j������e��p&���r�����ʜX����	쁬�"��g�P����ꯪ�
-#�J�k<��-�+{�g-�'k�qF���+�g�������&��H�����%�I 8��I����sW2tkT�����@�	�']�f"d�5�����zfs�������j�\`�d�3�HCȀ`�
�9=�M���6(gY��C�i[�Cm�|�����sPS?���(�e3�^�8�5�2�mG�&pr��i�:��oAā��IH����ckA��A��`��yP�Ǜm�Ђ�]8,q�gqɧ�i�W.w��-���4 ��@�� ��ם�~��?�$�):�#w����2s� �x!)�Hg
-�	3�L?��о�����Ӹ�2N�i��V�0�j�Ep*1�l�jnȈ��r�R�A\O.	��awuc��n'��Q�������9z�sv��"���ad�)d�ί㘅cJ�4н��奟иjF�z����v�1s�2"�wD7ڙ�
Ql},�������ksG�3���0$����l/���U�p��b��!'�82��hF������
-��Dk������[�=�Z���#��r@tQ��(�U���<���rJ �;;`l��� �
�� 4�$jq�!O�&�Q�_L��}�%�#/��K��5dW�2<�Է�@�A���o @/d��l~cY�|p�(Z���py�*������fQ�ze�$a(���GU<�6����+U6�8���@�M���L!A�����˨�wr��Y�!�s��#�N|����,�p��=�IR�`l5e2N,�˙����P�#��������*�tx)�AN��c(�}~�����k�T��2�.�$��p�m@�QGӚ�A\=`��1��6�a}G�ZZ�ʷx{�+�ϩ^�`v�S:
��j
�^[„R�!{�����b4X:���6
���~���o������:%��1~C�|b��cn�-ܶ(#hf�c!�a`�����A��"䎘�\8x��=̿�9j)ܥbB"��
w�����
�ܕ�;�S`�VD1���(f��i=��xa�e���$I���C�42z롐雯(��!�+#%���p]/e8�����?J�ę3��v�LC�%I�i��S$�d���#3y��e��s,��8��P���T`˚RJ=a���y���
���*1�����gO=Z8m�B+�o�T�i������ϊ<Z�J�������R�ts�]����@���J>���HOT��E}"pX� XH/V����=�Y�4�s6Pqf�۫���H/Z��:��-��gs����.�+�PM-��_�O@ hQ��&Tq�^B���v��ꃍr]Ȝ0�G/�gI� O�	i+3GO7���R�<��Pߣ����j�DT@!ʼnj/Uc ���3��`�g�.o�/�h�OOG�g#9ߨ��}���t+59@��e�0_@�(Q���CP�&`��2D���-��n�ϯ�􈅜��)��3H�'�7���Yn�Qr�<�d$2=�����"$��B��7P`w��Z|��'8��͛r�9��
�dwE5Iᶷ�^�v*[!�
-�='��������$����.�?LCIkpf��n��и���n�˦Z��M�]V�k��XT�1�a���2��ڎ|�U~c4�l«P5"�hƖ�,�BZ:T�V0B� *���EP��$5��-��d�S�W@(���	�+
-��,,�E�Y1���U�|Yu�6J��.e_E���0~Of��+��IW�+�	��v��E9���_dƇ���l �PY���ۏ$���F՟�D���/���^�
l~Eؔ��n)U�
-��
�^BQ�K^��_9���Ad�ϋ.�I��@T
)F�V��׵�ab*U4���'Fn����A�)��� �E�\j��d�7�)<�����V�
-׌��+�����+B���2�opL��ZE3%�%�1�~1Z��y1�y><����LBz�ktI����L�x2)�`��b��%�˙�>�]���	W{	%󓟘NܫH�=n`�*�W�^�Z�z�I,D[�r 8��'/;/o�F
�N
-9>A|��t������)onK�V�
-y����W���_qߥ�⯇B��H�C�e��.�<N��BM}r��V�g�o������endstream
+xڭˎ�8�0|�5z�={J�� ��"@��v�@Kt�=QN��~�EJ�V'�E-��X,�Iǫ��U�e
+�d&E���7��0����"+�0�/ wyZ���t��qx����I�J��������%J�$-V������j��f��w�������w|��������n�āM�1�7S�����{��}�/R�*Z�@�Rv�c�q���(��xˣ�j�N<L�(��U����.��"����yG�u0���Y�g�G��_�S�D#9�������� ���8�KWӉ���U��"
�=C6e���Ȳ/���P�_�(�4��������-�t��Ө�������
��õ���a��K:�Y�G]��ƞ���g�tm�8��&��	0����m�b�8�<���d��3S��9�.�N�{4�#ό@���j�~�����C��t�a�x�;��,c��ܑ��A���gm^��8�s6��I���p�-ج����?`�-����͂V}�
�٪�0ҨԿ�C��2�d��e�4t�Qw<w����6��Ŧsj�I:'<����o�v��{xv�=�e��U~kf��=}D�QW��E{�h.i�Y�l7"����_X@
���x�iH =Lھ6�+[д��A9�`�iշ�*�q�i�7
+�I�=5u}爉�ȃ�1�������-C�&p�m'�A[=�Nt[�q�.p�>h���KF�����C�U��}�#*T�x�
^Z�K��᫸���4����wK8�55�$P���=�uG�߈.��(J*���ȭ��� !��܆^6HDi*^H
+��Ba����ӯ��#�oD��}5�8�����a��a�U'�Ǔy�J�7)0C�
�NQv�W,7���%A1�0l/v�4���d�;�a�?��8E�!�`�V��A��!C?�;����u�pLɘ�Ӄjx�4����-c���a��b�\����ѵ��C�@[���˳�t�t����Q�L�48)	�:�2�f�z�,ㄴXbD�ɉJ����x���,n�³���/aњ' :Fc'��i�R��q"�H;��AT�3ʗ�q!���p�}J	d�x'{�-��Z[��M�c0�#��@�bȓ��bT�7S��S���K���e
��O�me���6��;�YFn,��X8 4����_ޢJ���m~�IP���.I��B,�PW�Fr�|�L�A��7�����Vd�� �]��l�
+�e��wr��I�>�s�N�N\����,�p���IR�`<h�d�X��3��*s�dGt>O̓I��5T i/�R(��~�F_���0�tW�Bx�t9񈥆�n"�:�ƌWq��
��d����Ujq9+�b��ᮌ�<�z��u ��O�4@�5:m	J1��9*��Ί�`� ����<>\�r�V�6-�:�M�6�JjXc܆h��l)��[�m����Lr��t��F%$�X���!ùp���{�s�R�KńDd�2)�;���uw���ԍ�"bzm�AȐ��zX��������IΒ筇�id��A!���(��!�*#%������2�oi�֟�P���t�k��ؒ����4�]E�)�|�DD���������s��=�}q�D����5���z�zA���q{
+$I=+1ʻ���gG=p�F�V�_�|�7
�E=�WT�di�v��������R�ts�]�t�k�@���J>����I��z�*��D`�4tA0�^,s� zʳ0�5�l���T5;+P�^�(\_:��.�O�WW�]�W,��Z+�?��E��,��Pɉz	���ǃ�6
+�9�>s�e��%�<&�a��,=ݼ�9y�M��G3a7 !�舨�B�#�N��@)-&���OT]ެ_8Q�NNG�g#9ߨ��}���t+59@��g5F-(`���n�������>hM�&*�e����[���#�['�39�/#$S�g�O(oly>=���%��"y�3�Hdz�{2H������������{�g?��to��3��vnH'���I
+���w"4S��	V`4�9A`gh�{�ç�0('����u��aJZ�5SuuS��Ɲ�W��]6��B0��m2�\kŢ����f�������W^�7F��f!��U#��fl�Ȃ�0ˤ�C%o#��ĸ�yP��kR���ݒK�I�.u<��|9F@%O P\Q���`~�,rϊ��|-�ʪ��Q_:�v)E��σ
+��=����`�&]ή&�#��ZH��g�<��� 3>ܜd���ꏔ�~$��$�w����%��9�}��n`�+¦��wK��"
+(�6�z	E	�b,y|7�,����T̋.�I��@T)F��jůk�~b*U4�MO��"V��1�.�U���Aڳ����?�,4o(Sx~A3�:`�C�W"a	P=�W&�rA�e��������fJrK�c��f����b��|x�Ny��t$��(�0j��噠vdR&�E��J��3'�}D�R����"J�G71��W�{\�f�ɯ"�=C�H���$�����@p\�O^v^�0jl�r|��8�i��=1��R ��"�0���B50/
+�o><��W��.����_�b7��o��|��'IX��	��Q�|'�+�˭��Ӷendstream
 endobj
-4947 0 obj <<
+5173 0 obj <<
 /Type /Page
-/Contents 4948 0 R
-/Resources 4946 0 R
+/Contents 5174 0 R
+/Resources 5172 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4945 0 R
+/Parent 5188 0 R
 >> endobj
-4949 0 obj <<
-/D [4947 0 R /XYZ 71.731 729.265 null]
+5175 0 obj <<
+/D [5173 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1809 0 obj <<
-/D [4947 0 R /XYZ 71.731 718.306 null]
+1902 0 obj <<
+/D [5173 0 R /XYZ 71.731 718.306 null]
 >> endobj
-910 0 obj <<
-/D [4947 0 R /XYZ 530.903 703.236 null]
+970 0 obj <<
+/D [5173 0 R /XYZ 530.903 703.236 null]
 >> endobj
-4950 0 obj <<
-/D [4947 0 R /XYZ 71.731 682.175 null]
+5176 0 obj <<
+/D [5173 0 R /XYZ 71.731 682.175 null]
 >> endobj
-4951 0 obj <<
-/D [4947 0 R /XYZ 71.731 672.06 null]
+5177 0 obj <<
+/D [5173 0 R /XYZ 71.731 672.06 null]
 >> endobj
-4952 0 obj <<
-/D [4947 0 R /XYZ 71.731 662.097 null]
+5178 0 obj <<
+/D [5173 0 R /XYZ 71.731 662.097 null]
 >> endobj
-1810 0 obj <<
-/D [4947 0 R /XYZ 71.731 638.283 null]
+1903 0 obj <<
+/D [5173 0 R /XYZ 71.731 638.283 null]
 >> endobj
-914 0 obj <<
-/D [4947 0 R /XYZ 168.205 594.97 null]
+974 0 obj <<
+/D [5173 0 R /XYZ 168.205 594.97 null]
 >> endobj
-4953 0 obj <<
-/D [4947 0 R /XYZ 71.731 586.147 null]
+5179 0 obj <<
+/D [5173 0 R /XYZ 71.731 586.147 null]
 >> endobj
-4954 0 obj <<
-/D [4947 0 R /XYZ 71.731 527.418 null]
+5180 0 obj <<
+/D [5173 0 R /XYZ 71.731 527.418 null]
 >> endobj
-4955 0 obj <<
-/D [4947 0 R /XYZ 71.731 485.64 null]
+5181 0 obj <<
+/D [5173 0 R /XYZ 71.731 485.64 null]
 >> endobj
-1811 0 obj <<
-/D [4947 0 R /XYZ 71.731 415.902 null]
+1904 0 obj <<
+/D [5173 0 R /XYZ 71.731 415.902 null]
 >> endobj
-918 0 obj <<
-/D [4947 0 R /XYZ 312.796 370.747 null]
+978 0 obj <<
+/D [5173 0 R /XYZ 312.796 370.747 null]
 >> endobj
-4956 0 obj <<
-/D [4947 0 R /XYZ 71.731 358.576 null]
+5182 0 obj <<
+/D [5173 0 R /XYZ 71.731 358.576 null]
 >> endobj
-4957 0 obj <<
-/D [4947 0 R /XYZ 71.731 316.147 null]
+5183 0 obj <<
+/D [5173 0 R /XYZ 71.731 316.147 null]
 >> endobj
-4958 0 obj <<
-/D [4947 0 R /XYZ 71.731 285.262 null]
+5184 0 obj <<
+/D [5173 0 R /XYZ 71.731 285.262 null]
 >> endobj
-4959 0 obj <<
-/D [4947 0 R /XYZ 71.731 202.573 null]
+5185 0 obj <<
+/D [5173 0 R /XYZ 71.731 202.573 null]
 >> endobj
-4960 0 obj <<
-/D [4947 0 R /XYZ 71.731 171.688 null]
+5186 0 obj <<
+/D [5173 0 R /XYZ 71.731 171.688 null]
 >> endobj
-4961 0 obj <<
-/D [4947 0 R /XYZ 71.731 140.804 null]
+5187 0 obj <<
+/D [5173 0 R /XYZ 71.731 140.804 null]
 >> endobj
-4946 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F33 1242 0 R >>
+5172 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4964 0 obj <<
+5191 0 obj <<
 /Length 3082      
 /Filter /FlateDecode
 >>
@@ -18791,56 +19443,56 @@ G&
 �1�g���+�dž1f^H z��v���D���hO��s����**n\�$Ł_Ô
��5֝Q��P]7F?�אѐ*�ī�`���r]�$8j�ߣ�̰wx��k���Τ��x6���+��1����\^�?���fFd��{�<8�٥k2�[;�6>T�=MZN���r���>˹'Qb�tZ��m3Ή�LB~2�EҌsTY��c��8yt焫��_�~�n�v���TI!C���n��vFb<�.ZflOj�����$N]J���.rZ�.�锤��I�X��2�I�熅��(e��r�����{B�"q�8RJS�7��cړ�
 ��-T�Rq�ո�F"�g$�n,�d���0�To-�H�L\$�1����ʉ)P���nb���fH��2��g��E�\޷I��E�8�G^ Fۥ��2�Ѿ'w-6���Kd�*����/�1I4�bVc����-�nl�If��f�ƞ�Piҟ����yJ̴820��+�P�Lu�EK1�G�Tִ
 h�k���'��4�8=,�b?�l�j}�d�;��dI���*$���`��H������.w@(�-�&�~[acA��1��c�Tl`wc{?��i���;º����6q��O8�閪�w-;�*�U��g�C|_q�K���jU���oq}<8�Ův�<�/Ǔqi�5����
$!,���f��YPWT~(���."��iu�,��6�(;V1U��Ɂ
-�R�^p�y�|bw�U�9%݅�pw �N�����B��z��B�0k��K�̫�ci��<�^��j��j�~.��|	�ȭ��p�ڨҵ ��|���Dx�t LM5�gWo@1(�n��p+'n���05Ճ0'o_�vy���ׇ�,�~)�V����9�:4��yD�2r_�~�2���x����L���h�Oo���\��6B�]eϞ%���$�a��H���D~X��b o������������幢d+�I�w"2�e�71\�.�+-���w�f����@U�SV�<���X&)�_3�*=V�u�&N�)���پj&�H�]D����k��/�`�+!�=����[;i&�-��'N���;�7�(t����9�)�V����h�ֳ���ς4������Z1m��gE'�098,H^������r4/endstream
+�R�^p�y�|bw�U�9%݅�pw �N�����B��z��B�0k��K�̫�ci��<�^��j��j�~.��|	�ȭ��p�ڨҵ ��|���Dx�t LM5�gWo@1(�n��p+'n���05Ճ0'o_�vy���ׇ�,�~)�V����9�:4��yD�2r_�~�2���x����L���h�Oo���\��6B�]eϞ%���$�a��H���D~X��b o������������幢d+�I�w"2�e�71\�.�+-���w�f����@U�SV�<���X&)�_3�*=V�u�&N�)���پj&�H�]D����k��/�`�+!�=����[;i&�-��'N���;�7�(t����9�)�V����h�ֳ���ς4������Z1m��gE'�098,H^���o��]��G4.endstream
 endobj
-4963 0 obj <<
+5190 0 obj <<
 /Type /Page
-/Contents 4964 0 R
-/Resources 4962 0 R
+/Contents 5191 0 R
+/Resources 5189 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4945 0 R
+/Parent 5188 0 R
 >> endobj
-4965 0 obj <<
-/D [4963 0 R /XYZ 71.731 729.265 null]
+5192 0 obj <<
+/D [5190 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4966 0 obj <<
-/D [4963 0 R /XYZ 71.731 662.351 null]
+5193 0 obj <<
+/D [5190 0 R /XYZ 71.731 662.351 null]
 >> endobj
-4967 0 obj <<
-/D [4963 0 R /XYZ 71.731 592.613 null]
+5194 0 obj <<
+/D [5190 0 R /XYZ 71.731 592.613 null]
 >> endobj
-1812 0 obj <<
-/D [4963 0 R /XYZ 71.731 535.826 null]
+1905 0 obj <<
+/D [5190 0 R /XYZ 71.731 535.826 null]
 >> endobj
-922 0 obj <<
-/D [4963 0 R /XYZ 237.066 492.728 null]
+982 0 obj <<
+/D [5190 0 R /XYZ 237.066 492.728 null]
 >> endobj
-4968 0 obj <<
-/D [4963 0 R /XYZ 71.731 480.29 null]
+5195 0 obj <<
+/D [5190 0 R /XYZ 71.731 480.29 null]
 >> endobj
-4969 0 obj <<
-/D [4963 0 R /XYZ 71.731 401.331 null]
+5196 0 obj <<
+/D [5190 0 R /XYZ 71.731 401.331 null]
 >> endobj
-1813 0 obj <<
-/D [4963 0 R /XYZ 71.731 381.341 null]
+1906 0 obj <<
+/D [5190 0 R /XYZ 71.731 381.341 null]
 >> endobj
-926 0 obj <<
-/D [4963 0 R /XYZ 254.178 338.244 null]
+986 0 obj <<
+/D [5190 0 R /XYZ 254.178 338.244 null]
 >> endobj
-4970 0 obj <<
-/D [4963 0 R /XYZ 71.731 325.806 null]
+5197 0 obj <<
+/D [5190 0 R /XYZ 71.731 325.806 null]
 >> endobj
-4971 0 obj <<
-/D [4963 0 R /XYZ 71.731 231.838 null]
+5198 0 obj <<
+/D [5190 0 R /XYZ 71.731 231.838 null]
 >> endobj
-4972 0 obj <<
-/D [4963 0 R /XYZ 71.731 200.953 null]
+5199 0 obj <<
+/D [5190 0 R /XYZ 71.731 200.953 null]
 >> endobj
-4962 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+5189 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-4975 0 obj <<
+5202 0 obj <<
 /Length 3186      
 /Filter /FlateDecode
 >>
@@ -18853,129 +19505,129 @@ V
 �o'���k������r.����Ea���Ѓ,�A �%aB� ,v�ZhT�TTф'Ve�(&x�n���-_⍔�X�do�L��ѫ^dה�c~��v��)Nd$��šW�B%Ir����FY�c�B﨓G#,pQ���С#z
a�c�ue�x[�
z@T6yL`*#r�*kPOym�"cHh8��\	���!o���!�Y�ƨ'�D����)�"����ӡ���!�jBKk�CC
bN���?,��k���4���L`hN��a�RJ���?�'>l[��0CF'���n�ђ
����fl[�48��ޑ�ԓ+�2(�q�{��W��v1�a]bɾ5W��)�I,��˒ 7B���'�����G�Dv��M�9�Y�D�dj$ȉ��є�Cs�F�A:5F�h*������f�n�����H}G���
 pnGƒ��3va�t����M����t��=��>��r�dU{˚�uu�Z���!���Jw8���� �aE�g�Z;����)��շR�3f��ʰ��E,�qW qȭk\��ed����������X�����Eн6t�8�[��p?�O�c��a[���>}Y%a��%aݮ�TET�.���}q�p�qŰw�0V-gJ�\x�^L"�;�%��l��\B��V�
��Щ�!�N����~�U����l|��@��h�י�dz2k��01)T�mؐc���#C_r5�`�"N����͚�zl�Vh��R�	r	�M@G��_o�9�QQ�}/
 O�}KcZ����E`��(oh���[��ذ�׀����RW�-J$����a�b���b�b�ޟ����P۪ܔL�QYQe��B�q����B����x�������g��e�*��2�H��t�Lf�,�����X��Z�r���\�16gg�F�RZ<:�w��?l��&g��O�/���M������L�(��x%�
-$�m��2P&{�;�c��&��L�J/O�|���ʾ��5CV�K�~%�i"��nANu0�KT���Fҭy�"��3�(
n��E���z,Q+�Ghu��J�
�5Y�	K��B��"�r�����X�l�=+0�>��)�%$�Џ�p�Y0K�Ȁ �~Y<�)�ǧ�B{��b��e_p��F:��"��A8�6�-�1��n�0j��ũ��@�y����!��������|/?���ծ���b2I�G`0��a��"D������܀�_�Nש���Ƶ�ߌa�+��g0��=+��+��0l�����O�D�©�Eo�ы��|)#ЌN�UYI�aN@�H��1r��X/&��Xo)~&y�ڐ�/�����W~Y3pV�:�Ǖ-�X�C�v�|�@4��O$�/d���8�~ S���ң�)��Ø��endstream
+$�m��2P&{�;�c��&��L�J/O�|���ʾ��5CV�K�~%�i"��nANu0�KT���Fҭy�"��3�(
n��E���z,Q+�Ghu��J�
�5Y�	K��B��"�r�����X�l�=+0�>��)�%$�Џ�p�Y0K�Ȁ �~Y<�)�ǧ�B{��b��e_p��F:��"��A8�6�-�1��n�0j��ũ��@�y����!��������|/?���ծ���b2I�G`0��a��"D������܀�_�Nש���Ƶ�ߌa�+��g0��=+��+��0l�����O�D�©�Eo�ы��|)#ЌN�UYI�aN@�H��1r��X/&��Xo)~&y�ڐ�/�����W~Y3pV�:�Ǖ-�X�C�v�|�@4��O$�/d���8�~ S�'�t�Q�������endstream
 endobj
-4974 0 obj <<
+5201 0 obj <<
 /Type /Page
-/Contents 4975 0 R
-/Resources 4973 0 R
+/Contents 5202 0 R
+/Resources 5200 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4945 0 R
+/Parent 5188 0 R
 >> endobj
-4976 0 obj <<
-/D [4974 0 R /XYZ 71.731 729.265 null]
+5203 0 obj <<
+/D [5201 0 R /XYZ 71.731 729.265 null]
 >> endobj
-4977 0 obj <<
-/D [4974 0 R /XYZ 71.731 741.22 null]
+5204 0 obj <<
+/D [5201 0 R /XYZ 71.731 741.22 null]
 >> endobj
-4978 0 obj <<
-/D [4974 0 R /XYZ 71.731 718.306 null]
+5205 0 obj <<
+/D [5201 0 R /XYZ 71.731 718.306 null]
 >> endobj
-1814 0 obj <<
-/D [4974 0 R /XYZ 71.731 688.254 null]
+1907 0 obj <<
+/D [5201 0 R /XYZ 71.731 688.254 null]
 >> endobj
-930 0 obj <<
-/D [4974 0 R /XYZ 201.827 645.157 null]
+990 0 obj <<
+/D [5201 0 R /XYZ 201.827 645.157 null]
 >> endobj
-4979 0 obj <<
-/D [4974 0 R /XYZ 71.731 636.334 null]
+5206 0 obj <<
+/D [5201 0 R /XYZ 71.731 636.334 null]
 >> endobj
-4980 0 obj <<
-/D [4974 0 R /XYZ 71.731 582.586 null]
+5207 0 obj <<
+/D [5201 0 R /XYZ 71.731 582.586 null]
 >> endobj
-4981 0 obj <<
-/D [4974 0 R /XYZ 71.731 577.605 null]
+5208 0 obj <<
+/D [5201 0 R /XYZ 71.731 577.605 null]
 >> endobj
-4982 0 obj <<
-/D [4974 0 R /XYZ 89.664 556.848 null]
+5209 0 obj <<
+/D [5201 0 R /XYZ 89.664 556.848 null]
 >> endobj
-4983 0 obj <<
-/D [4974 0 R /XYZ 71.731 528.788 null]
+5210 0 obj <<
+/D [5201 0 R /XYZ 71.731 528.788 null]
 >> endobj
-4984 0 obj <<
-/D [4974 0 R /XYZ 89.664 513.012 null]
+5211 0 obj <<
+/D [5201 0 R /XYZ 89.664 513.012 null]
 >> endobj
-4985 0 obj <<
-/D [4974 0 R /XYZ 71.731 485.326 null]
+5212 0 obj <<
+/D [5201 0 R /XYZ 71.731 485.326 null]
 >> endobj
-4986 0 obj <<
-/D [4974 0 R /XYZ 89.664 469.177 null]
+5213 0 obj <<
+/D [5201 0 R /XYZ 89.664 469.177 null]
 >> endobj
-4987 0 obj <<
-/D [4974 0 R /XYZ 71.731 467.02 null]
+5214 0 obj <<
+/D [5201 0 R /XYZ 71.731 467.02 null]
 >> endobj
-4988 0 obj <<
-/D [4974 0 R /XYZ 89.664 451.244 null]
+5215 0 obj <<
+/D [5201 0 R /XYZ 89.664 451.244 null]
 >> endobj
-4989 0 obj <<
-/D [4974 0 R /XYZ 71.731 449.087 null]
+5216 0 obj <<
+/D [5201 0 R /XYZ 71.731 449.087 null]
 >> endobj
-4990 0 obj <<
-/D [4974 0 R /XYZ 89.664 433.311 null]
+5217 0 obj <<
+/D [5201 0 R /XYZ 89.664 433.311 null]
 >> endobj
-4991 0 obj <<
-/D [4974 0 R /XYZ 71.731 431.154 null]
+5218 0 obj <<
+/D [5201 0 R /XYZ 71.731 431.154 null]
 >> endobj
-4992 0 obj <<
-/D [4974 0 R /XYZ 89.664 415.378 null]
+5219 0 obj <<
+/D [5201 0 R /XYZ 89.664 415.378 null]
 >> endobj
-4993 0 obj <<
-/D [4974 0 R /XYZ 71.731 400.987 null]
+5220 0 obj <<
+/D [5201 0 R /XYZ 71.731 400.987 null]
 >> endobj
-4994 0 obj <<
-/D [4974 0 R /XYZ 89.664 384.494 null]
+5221 0 obj <<
+/D [5201 0 R /XYZ 89.664 384.494 null]
 >> endobj
-4995 0 obj <<
-/D [4974 0 R /XYZ 71.731 371.443 null]
+5222 0 obj <<
+/D [5201 0 R /XYZ 71.731 371.443 null]
 >> endobj
-4996 0 obj <<
-/D [4974 0 R /XYZ 89.664 353.61 null]
+5223 0 obj <<
+/D [5201 0 R /XYZ 89.664 353.61 null]
 >> endobj
-4997 0 obj <<
-/D [4974 0 R /XYZ 71.731 351.453 null]
+5224 0 obj <<
+/D [5201 0 R /XYZ 71.731 351.453 null]
 >> endobj
-4998 0 obj <<
-/D [4974 0 R /XYZ 89.664 335.677 null]
+5225 0 obj <<
+/D [5201 0 R /XYZ 89.664 335.677 null]
 >> endobj
-4999 0 obj <<
-/D [4974 0 R /XYZ 71.731 294.666 null]
+5226 0 obj <<
+/D [5201 0 R /XYZ 71.731 294.666 null]
 >> endobj
-5000 0 obj <<
-/D [4974 0 R /XYZ 89.664 278.89 null]
+5227 0 obj <<
+/D [5201 0 R /XYZ 89.664 278.89 null]
 >> endobj
-5001 0 obj <<
-/D [4974 0 R /XYZ 71.731 237.879 null]
+5228 0 obj <<
+/D [5201 0 R /XYZ 71.731 237.879 null]
 >> endobj
-5002 0 obj <<
-/D [4974 0 R /XYZ 89.664 222.103 null]
+5229 0 obj <<
+/D [5201 0 R /XYZ 89.664 222.103 null]
 >> endobj
-5003 0 obj <<
-/D [4974 0 R /XYZ 71.731 206.995 null]
+5230 0 obj <<
+/D [5201 0 R /XYZ 71.731 206.995 null]
 >> endobj
-5004 0 obj <<
-/D [4974 0 R /XYZ 89.664 191.219 null]
+5231 0 obj <<
+/D [5201 0 R /XYZ 89.664 191.219 null]
 >> endobj
-5005 0 obj <<
-/D [4974 0 R /XYZ 71.731 176.111 null]
+5232 0 obj <<
+/D [5201 0 R /XYZ 71.731 176.111 null]
 >> endobj
-5006 0 obj <<
-/D [4974 0 R /XYZ 89.664 160.335 null]
+5233 0 obj <<
+/D [5201 0 R /XYZ 89.664 160.335 null]
 >> endobj
-5007 0 obj <<
-/D [4974 0 R /XYZ 71.731 158.178 null]
+5234 0 obj <<
+/D [5201 0 R /XYZ 71.731 158.178 null]
 >> endobj
-5008 0 obj <<
-/D [4974 0 R /XYZ 89.664 142.402 null]
+5235 0 obj <<
+/D [5201 0 R /XYZ 89.664 142.402 null]
 >> endobj
-5009 0 obj <<
-/D [4974 0 R /XYZ 71.731 135.264 null]
+5236 0 obj <<
+/D [5201 0 R /XYZ 71.731 135.264 null]
 >> endobj
-4973 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+5200 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5012 0 obj <<
-/Length 2663      
+5239 0 obj <<
+/Length 2664      
 /Filter /FlateDecode
 >>
 stream
@@ -18988,65 +19640,65 @@ xڝYݏ۸
 ��	���p`mF�"��P|Y���x(�P*w��Fw^2A�d��-��ʋa��b(�k�j���H.���n���5��-t³�l����hS��Fѷ����0��TAU�ұCc3mo�e}�~{\�$���;Ё��S��PXC�;&O����3H�׺<��>q��Re�L I�bg\X��j��uR��C�������78�^�=���KA�t�NB�0�v�
;������1L��ap�D���q��Eh{3E4��a�f��,ⷎ{
 Dip����7.��.�F��)	�:qW�0��uk`�C�A[1�s���s���/�)@%�g��Gh3��y.��9����3��n7Q��z�k��eo�{����7���M��Lˑ��@�S�{�|�䯶?3]A&�qc���U����ah*e'Q��f�Ȓ���~f�,0��d��� 
�D��^sZF�i@����D6�>t�#|�,���Y��������DL�w-Ԫ�yF���z�J���ꭄ���E�D��3�˝@�Z �zl�㡹HD�蝹���'�����k=��S��]�?
ڡG�A�gAp�g9]�/m�TM0�K�7�X�Ds�H���1L!Re�%t-Q�(�+���Ls@#e
 h�3n�e�{�&CAQ;�p������'J ���=�J�!����Cƙ�q�Sm�?~�$}<r�����N�'͉�{��i<�n�A$!�:PE�^S^-�`*�0��EA
�n��.�g������tɔ�3��0���A㡱�D�h�rRfEYe/�uF��.��y©	[�8��x�w��z��a���" ����JZP	���{X����\J�b�P�wa�����MK��f-�:����J�S� �.{�*���ɟ�)4�$�Ie����R@2�%e��.�?��6��&�[�kV��R�f�՘n��<_��R$��ޛ�G��T=��~X��e��$�E��fܔҘ�1������0����G���
��
�����P#���coF	���S	�H%��;�V"�P�:*|̑{	f�,�܊{� ��{q���k<��g@�oW���� M��<�z�i�6Wѩ1�YF7;O}��6��B�l�|u=��>��?�/��C|����,�O?U=ݐɐ����}+�[=�|F`���#Yc2F��1��#�*$�VX~"Į�q�����t
�u�\,3����(�CļW;>��R��l�����x�@� +<4�C���+�ъ,�+�V�FN7$TY}c{v��������I��z/��n�e�we7p>���P�{I�*z��1�_)3���<Q���;)iCˇkL�qWF���ƴ���,ҕ���/�'�$/R� �s�1��%���:肞�;+������O�zz�Bm��kSZ�p@.��~�r��#W�<el�G�8��W�܋}^��zU�3�~�?��_�F��!Ʀ�˳q�t�	��f�U7����;����
�U�B�_��E��~,�*����7P��_��璘ߞP�3'��Q�p`�2�#���"��*#��j�~�����Uv!�BOt��#:�E"�& @,�K
-�,�U_DY-F/����e/[�;Q*ޞe�dvbG�"�/�n��߽�c��s���˱��8�i���g����Qc��(��e-,-�������I�z��hxth��Ź�e�7{����3W�s6t�Mѵ^��*��&Ŧ����xb���8���6ީ4'(��_uo��/��B�endstream
+�,�U_DY-F/����e/[�;Q*ޞe�dvbG�"�/�n��߽�c��s���˱��8�i���g����Qc��(��e-,-�������I�z��hxth��Ź�e�7{����3W�s6t�Mѵ^��*��&Ŧ����xb���8���6ީ4'$�o��{���UB�endstream
 endobj
-5011 0 obj <<
+5238 0 obj <<
 /Type /Page
-/Contents 5012 0 R
-/Resources 5010 0 R
+/Contents 5239 0 R
+/Resources 5237 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4945 0 R
+/Parent 5188 0 R
 >> endobj
-5013 0 obj <<
-/D [5011 0 R /XYZ 71.731 729.265 null]
+5240 0 obj <<
+/D [5238 0 R /XYZ 71.731 729.265 null]
 >> endobj
-5014 0 obj <<
-/D [5011 0 R /XYZ 71.731 646.476 null]
+5241 0 obj <<
+/D [5238 0 R /XYZ 71.731 646.476 null]
 >> endobj
-5015 0 obj <<
-/D [5011 0 R /XYZ 71.731 561.729 null]
+5242 0 obj <<
+/D [5238 0 R /XYZ 71.731 561.729 null]
 >> endobj
-1815 0 obj <<
-/D [5011 0 R /XYZ 71.731 530.844 null]
+1908 0 obj <<
+/D [5238 0 R /XYZ 71.731 530.844 null]
 >> endobj
-934 0 obj <<
-/D [5011 0 R /XYZ 279.296 487.747 null]
+994 0 obj <<
+/D [5238 0 R /XYZ 279.296 487.747 null]
 >> endobj
-5016 0 obj <<
-/D [5011 0 R /XYZ 71.731 475.309 null]
+5243 0 obj <<
+/D [5238 0 R /XYZ 71.731 475.309 null]
 >> endobj
-5017 0 obj <<
-/D [5011 0 R /XYZ 71.731 433.147 null]
+5244 0 obj <<
+/D [5238 0 R /XYZ 71.731 433.147 null]
 >> endobj
-5018 0 obj <<
-/D [5011 0 R /XYZ 71.731 365.466 null]
+5245 0 obj <<
+/D [5238 0 R /XYZ 71.731 365.466 null]
 >> endobj
-1816 0 obj <<
-/D [5011 0 R /XYZ 71.731 321.63 null]
+1909 0 obj <<
+/D [5238 0 R /XYZ 71.731 321.63 null]
 >> endobj
-938 0 obj <<
-/D [5011 0 R /XYZ 303.224 276.475 null]
+998 0 obj <<
+/D [5238 0 R /XYZ 303.224 276.475 null]
 >> endobj
-5019 0 obj <<
-/D [5011 0 R /XYZ 71.731 267.652 null]
+5246 0 obj <<
+/D [5238 0 R /XYZ 71.731 267.652 null]
 >> endobj
-5020 0 obj <<
-/D [5011 0 R /XYZ 71.731 221.875 null]
+5247 0 obj <<
+/D [5238 0 R /XYZ 71.731 221.875 null]
 >> endobj
-1817 0 obj <<
-/D [5011 0 R /XYZ 71.731 178.039 null]
+1910 0 obj <<
+/D [5238 0 R /XYZ 71.731 178.039 null]
 >> endobj
-942 0 obj <<
-/D [5011 0 R /XYZ 394.793 134.942 null]
+1002 0 obj <<
+/D [5238 0 R /XYZ 394.793 134.942 null]
 >> endobj
-5021 0 obj <<
-/D [5011 0 R /XYZ 71.731 122.504 null]
+5248 0 obj <<
+/D [5238 0 R /XYZ 71.731 122.504 null]
 >> endobj
-5010 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+5237 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5024 0 obj <<
+5251 0 obj <<
 /Length 2503      
 /Filter /FlateDecode
 >>
@@ -19057,74 +19709,74 @@ xڍY[
 �Ɇ�c���3��жRϔ%�1���%���Uf�{���-\����� ��l�a	���9��������+�����^��l��e���^�^���EiD�Tn"8�<N�$��ã.���`h��D�ꩇ��M�τ�K�XÌZe�R����Qr��k̀A���H#�~�-z�1q��&o�H`]�J�Thz��2���՗�� �ۧ���*��F�.��}eSU\ �b��#j��ˇ+�2�'n��i�i3=@�sPj[�l��\��N�f���X��y��U����u�@�%.
 �Y��I �i;�r+�)ZU�����6{`KG4�w�Z�%�bʅ{~B�n'���^�� O~�}�9��+�b����@�����fN׋t��e�{�{��i�hr��
 ��[�E*�Z.���a:��)�J��C}�-�.�P \�]LO�s�^u�*~G=�U�[Rh��k5�&%�S#iyír'���,cJ�j5N��������^H�䀢��2�F<�c��<͑�
-���TiH�\�p��cl����l�,?��Y-�G9����x�3c�0T���	��O�օ�(3�������*���+�E���dp*;<><�]�'���$�h�%"���~�z�>�l�?}b�����?�o*0�q���[7��r�	D����|�m���+���#0�Wu��t��3Pl��F�#t{D���8�ܦ�@�F�6-u�����/���N
���y`mw�]4�hY=�~��p[�7���\#P@_X`�/�C��W�G�m�ga�ſ�M,wtK��⽕B�}����{]�؆�endstream
+���TiH�\�p��cl����l�,?��Y-�G9����x�3c�0T���	��O�օ�(3�������*���+�E���dp*;<><�]�'���$�h�%"���~�z�>�l�?}b�����?�o*0�q���[7��r�	D����|�m���+���#0�Wu��t��3Pl��F�#t{D���8�ܦ�@�F�6-u�����/���N
���y`mw�]4�hY=�~��p[�7���\#P@_X`�/�C��W�G�m�ga�ſ�M,wtK��⽕B�}����{]��[�endstream
 endobj
-5023 0 obj <<
+5250 0 obj <<
 /Type /Page
-/Contents 5024 0 R
-/Resources 5022 0 R
+/Contents 5251 0 R
+/Resources 5249 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 4945 0 R
+/Parent 5188 0 R
 >> endobj
-5025 0 obj <<
-/D [5023 0 R /XYZ 71.731 729.265 null]
+5252 0 obj <<
+/D [5250 0 R /XYZ 71.731 729.265 null]
 >> endobj
-5026 0 obj <<
-/D [5023 0 R /XYZ 71.731 675.303 null]
+5253 0 obj <<
+/D [5250 0 R /XYZ 71.731 675.303 null]
 >> endobj
-1818 0 obj <<
-/D [5023 0 R /XYZ 71.731 631.467 null]
+1911 0 obj <<
+/D [5250 0 R /XYZ 71.731 631.467 null]
 >> endobj
-946 0 obj <<
-/D [5023 0 R /XYZ 182.287 588.37 null]
+1006 0 obj <<
+/D [5250 0 R /XYZ 182.287 588.37 null]
 >> endobj
-5027 0 obj <<
-/D [5023 0 R /XYZ 71.731 579.547 null]
+5254 0 obj <<
+/D [5250 0 R /XYZ 71.731 579.547 null]
 >> endobj
-1819 0 obj <<
-/D [5023 0 R /XYZ 71.731 494.915 null]
+1912 0 obj <<
+/D [5250 0 R /XYZ 71.731 494.915 null]
 >> endobj
-950 0 obj <<
-/D [5023 0 R /XYZ 188.364 451.818 null]
+1010 0 obj <<
+/D [5250 0 R /XYZ 188.364 451.818 null]
 >> endobj
-5028 0 obj <<
-/D [5023 0 R /XYZ 71.731 442.995 null]
+5255 0 obj <<
+/D [5250 0 R /XYZ 71.731 442.995 null]
 >> endobj
-1820 0 obj <<
-/D [5023 0 R /XYZ 71.731 384.266 null]
+1913 0 obj <<
+/D [5250 0 R /XYZ 71.731 384.266 null]
 >> endobj
-954 0 obj <<
-/D [5023 0 R /XYZ 365.182 341.169 null]
+1014 0 obj <<
+/D [5250 0 R /XYZ 365.182 341.169 null]
 >> endobj
-5029 0 obj <<
-/D [5023 0 R /XYZ 71.731 332.346 null]
+5256 0 obj <<
+/D [5250 0 R /XYZ 71.731 332.346 null]
 >> endobj
-5030 0 obj <<
-/D [5023 0 R /XYZ 179.356 293.707 null]
+5257 0 obj <<
+/D [5250 0 R /XYZ 179.356 293.707 null]
 >> endobj
-5031 0 obj <<
-/D [5023 0 R /XYZ 71.731 286.568 null]
+5258 0 obj <<
+/D [5250 0 R /XYZ 71.731 286.568 null]
 >> endobj
-1821 0 obj <<
-/D [5023 0 R /XYZ 71.731 216.83 null]
+1914 0 obj <<
+/D [5250 0 R /XYZ 71.731 216.83 null]
 >> endobj
-958 0 obj <<
-/D [5023 0 R /XYZ 433.251 173.732 null]
+1018 0 obj <<
+/D [5250 0 R /XYZ 433.251 173.732 null]
 >> endobj
-5032 0 obj <<
-/D [5023 0 R /XYZ 71.731 161.561 null]
+5259 0 obj <<
+/D [5250 0 R /XYZ 71.731 161.561 null]
 >> endobj
-5033 0 obj <<
-/D [5023 0 R /XYZ 71.731 137.065 null]
+5260 0 obj <<
+/D [5250 0 R /XYZ 71.731 137.065 null]
 >> endobj
-5034 0 obj <<
-/D [5023 0 R /XYZ 71.731 127.102 null]
+5261 0 obj <<
+/D [5250 0 R /XYZ 71.731 127.102 null]
 >> endobj
-5022 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R /F23 1137 0 R >>
+5249 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R /F23 1197 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5037 0 obj <<
+5264 0 obj <<
 /Length 789       
 /Filter /FlateDecode
 >>
@@ -19133,29 +19785,29 @@ xڕUQo
 �C�!��ܐ��n@���	�{�z�����?j�)Um�KQS��N<���M֪��b��L�����D�%���m���j��8(�y�
 �XD�=��
 GN���p<�n�1&l�/��><!zx���Fݣs%n�^�z��J�#m"���^;j���`�x�Q\CQ�KYo"���@�Bfr��D�X��g�Al���Ѯ���;#6�B��P��4Y�
��i#EGj��סs��Zp:��j+��q�F6gTٵ5
-��½�ᛰ�p�	��le�+"�^�{T^Is�#1q�jM���_��G�Z�Ҡ<�|��BZ�<*�kB��lT?S��su�]�$O��s���[�ݍp��Q��������Lc��8T��Q�_��N{����endstream
+��½�ᛰ�p�	��le�+"�^�{T^Is�#1q�jM���_��G�Z�Ҡ<�|��BZ�<*�kB��lT?S��su�]�$O��s���[�ݍp��Q��������Lc��8T��Q�v������endstream
 endobj
-5036 0 obj <<
+5263 0 obj <<
 /Type /Page
-/Contents 5037 0 R
-/Resources 5035 0 R
+/Contents 5264 0 R
+/Resources 5262 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 5041 0 R
+/Parent 5188 0 R
 >> endobj
-5038 0 obj <<
-/D [5036 0 R /XYZ 71.731 729.265 null]
+5265 0 obj <<
+/D [5263 0 R /XYZ 71.731 729.265 null]
 >> endobj
-5039 0 obj <<
-/D [5036 0 R /XYZ 71.731 689.765 null]
+5266 0 obj <<
+/D [5263 0 R /XYZ 71.731 689.765 null]
 >> endobj
-5040 0 obj <<
-/D [5036 0 R /XYZ 71.731 647.771 null]
+5267 0 obj <<
+/D [5263 0 R /XYZ 71.731 647.771 null]
 >> endobj
-5035 0 obj <<
-/Font << /F33 1242 0 R /F27 1144 0 R >>
+5262 0 obj <<
+/Font << /F33 1302 0 R /F27 1204 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5044 0 obj <<
+5270 0 obj <<
 /Length 1875      
 /Filter /FlateDecode
 >>
@@ -19166,190 +19818,190 @@ gkx
 ���
��n��Xwi�)�ǧ�^��V�؁�A�l>�r�YpN�y����}Ae2������<��,�DGAz8I��oB�h"+�o�%�G�/����B�wp��렯��r�4]�W�rG�v
\�*�ip�:�I��Hcb�I��:҈��w���TZ�ap�W���P;�=����	��9xM��K�4�uӵ����~������3
 W��t�
 zĵߩr{��*m/I05�bOj ��]X}�!cz?VT��V�.	T�����8*�(n��c�zky�/����+,��S|�p9��r�cH��b��:���Y�O
Y�c��O1@;h�,ɓg7�u�����1O���_� ��_\�i,*v�x�A
-\ƥ��q��.�j<_�X�W{endstream
+\ƥ��q�.�j<_�X�Wzendstream
 endobj
-5043 0 obj <<
+5269 0 obj <<
 /Type /Page
-/Contents 5044 0 R
-/Resources 5042 0 R
+/Contents 5270 0 R
+/Resources 5268 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 5041 0 R
-/Annots [ 5090 0 R ]
+/Parent 5318 0 R
+/Annots [ 5316 0 R ]
 >> endobj
-5090 0 obj <<
+5316 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [375.699 134.004 435.474 142.915]
 /Subtype /Link
 /A << /S /GoTo /D (http-apache) >>
 >> endobj
-5045 0 obj <<
-/D [5043 0 R /XYZ 71.731 729.265 null]
+5271 0 obj <<
+/D [5269 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1822 0 obj <<
-/D [5043 0 R /XYZ 71.731 718.306 null]
+1915 0 obj <<
+/D [5269 0 R /XYZ 71.731 718.306 null]
 >> endobj
-962 0 obj <<
-/D [5043 0 R /XYZ 160.355 703.236 null]
+1022 0 obj <<
+/D [5269 0 R /XYZ 160.355 703.236 null]
 >> endobj
-5046 0 obj <<
-/D [5043 0 R /XYZ 71.731 692.504 null]
+5272 0 obj <<
+/D [5269 0 R /XYZ 71.731 692.504 null]
 >> endobj
-966 0 obj <<
-/D [5043 0 R /XYZ 208.364 644.101 null]
+1026 0 obj <<
+/D [5269 0 R /XYZ 208.364 644.101 null]
 >> endobj
-3521 0 obj <<
-/D [5043 0 R /XYZ 71.731 629.175 null]
+3745 0 obj <<
+/D [5269 0 R /XYZ 71.731 629.175 null]
 >> endobj
-970 0 obj <<
-/D [5043 0 R /XYZ 117.14 620.82 null]
+1030 0 obj <<
+/D [5269 0 R /XYZ 117.14 620.82 null]
 >> endobj
-5047 0 obj <<
-/D [5043 0 R /XYZ 71.731 615.714 null]
+5273 0 obj <<
+/D [5269 0 R /XYZ 71.731 615.714 null]
 >> endobj
-5048 0 obj <<
-/D [5043 0 R /XYZ 71.731 610.733 null]
+5274 0 obj <<
+/D [5269 0 R /XYZ 71.731 610.733 null]
 >> endobj
-5049 0 obj <<
-/D [5043 0 R /XYZ 118.328 584.955 null]
+5275 0 obj <<
+/D [5269 0 R /XYZ 118.328 584.955 null]
 >> endobj
-5050 0 obj <<
-/D [5043 0 R /XYZ 296.214 572.003 null]
+5276 0 obj <<
+/D [5269 0 R /XYZ 296.214 572.003 null]
 >> endobj
-5051 0 obj <<
-/D [5043 0 R /XYZ 71.731 536.138 null]
+5277 0 obj <<
+/D [5269 0 R /XYZ 71.731 536.138 null]
 >> endobj
-974 0 obj <<
-/D [5043 0 R /XYZ 86.646 483.825 null]
+1034 0 obj <<
+/D [5269 0 R /XYZ 86.646 483.825 null]
 >> endobj
-5052 0 obj <<
-/D [5043 0 R /XYZ 71.731 473.496 null]
+5278 0 obj <<
+/D [5269 0 R /XYZ 71.731 473.496 null]
 >> endobj
-978 0 obj <<
-/D [5043 0 R /XYZ 107.616 460.544 null]
+1038 0 obj <<
+/D [5269 0 R /XYZ 107.616 460.544 null]
 >> endobj
-5053 0 obj <<
-/D [5043 0 R /XYZ 71.731 453.501 null]
+5279 0 obj <<
+/D [5269 0 R /XYZ 71.731 453.501 null]
 >> endobj
-5054 0 obj <<
-/D [5043 0 R /XYZ 71.731 448.519 null]
+5280 0 obj <<
+/D [5269 0 R /XYZ 71.731 448.519 null]
 >> endobj
-5055 0 obj <<
-/D [5043 0 R /XYZ 256.795 411.727 null]
+5281 0 obj <<
+/D [5269 0 R /XYZ 256.795 411.727 null]
 >> endobj
-5056 0 obj <<
-/D [5043 0 R /XYZ 392.166 411.727 null]
+5282 0 obj <<
+/D [5269 0 R /XYZ 392.166 411.727 null]
 >> endobj
-5057 0 obj <<
-/D [5043 0 R /XYZ 71.731 409.57 null]
+5283 0 obj <<
+/D [5269 0 R /XYZ 71.731 409.57 null]
 >> endobj
-5058 0 obj <<
-/D [5043 0 R /XYZ 71.731 395.623 null]
+5284 0 obj <<
+/D [5269 0 R /XYZ 71.731 395.623 null]
 >> endobj
-982 0 obj <<
-/D [5043 0 R /XYZ 320.85 382.238 null]
+1042 0 obj <<
+/D [5269 0 R /XYZ 320.85 382.238 null]
 >> endobj
-5059 0 obj <<
-/D [5043 0 R /XYZ 71.731 369.615 null]
+5285 0 obj <<
+/D [5269 0 R /XYZ 71.731 369.615 null]
 >> endobj
-5060 0 obj <<
-/D [5043 0 R /XYZ 71.731 369.615 null]
+5286 0 obj <<
+/D [5269 0 R /XYZ 71.731 369.615 null]
 >> endobj
-5061 0 obj <<
-/D [5043 0 R /XYZ 71.731 369.615 null]
+5287 0 obj <<
+/D [5269 0 R /XYZ 71.731 369.615 null]
 >> endobj
-5062 0 obj <<
-/D [5043 0 R /XYZ 71.731 357.916 null]
+5288 0 obj <<
+/D [5269 0 R /XYZ 71.731 357.916 null]
 >> endobj
-5063 0 obj <<
-/D [5043 0 R /XYZ 111.582 341.391 null]
+5289 0 obj <<
+/D [5269 0 R /XYZ 111.582 341.391 null]
 >> endobj
-5064 0 obj <<
-/D [5043 0 R /XYZ 71.731 329.271 null]
+5290 0 obj <<
+/D [5269 0 R /XYZ 71.731 329.271 null]
 >> endobj
-5065 0 obj <<
-/D [5043 0 R /XYZ 71.731 329.271 null]
+5291 0 obj <<
+/D [5269 0 R /XYZ 71.731 329.271 null]
 >> endobj
-5066 0 obj <<
-/D [5043 0 R /XYZ 71.731 329.271 null]
+5292 0 obj <<
+/D [5269 0 R /XYZ 71.731 329.271 null]
 >> endobj
-5067 0 obj <<
-/D [5043 0 R /XYZ 71.731 317.069 null]
+5293 0 obj <<
+/D [5269 0 R /XYZ 71.731 317.069 null]
 >> endobj
-5068 0 obj <<
-/D [5043 0 R /XYZ 71.731 317.069 null]
+5294 0 obj <<
+/D [5269 0 R /XYZ 71.731 317.069 null]
 >> endobj
-5069 0 obj <<
-/D [5043 0 R /XYZ 71.731 317.069 null]
+5295 0 obj <<
+/D [5269 0 R /XYZ 71.731 317.069 null]
 >> endobj
-5070 0 obj <<
-/D [5043 0 R /XYZ 71.731 304.118 null]
+5296 0 obj <<
+/D [5269 0 R /XYZ 71.731 304.118 null]
 >> endobj
-5071 0 obj <<
-/D [5043 0 R /XYZ 111.582 287.593 null]
+5297 0 obj <<
+/D [5269 0 R /XYZ 111.582 287.593 null]
 >> endobj
-5072 0 obj <<
-/D [5043 0 R /XYZ 326.852 274.641 null]
+5298 0 obj <<
+/D [5269 0 R /XYZ 326.852 274.641 null]
 >> endobj
-5073 0 obj <<
-/D [5043 0 R /XYZ 71.731 262.522 null]
+5299 0 obj <<
+/D [5269 0 R /XYZ 71.731 262.522 null]
 >> endobj
-5074 0 obj <<
-/D [5043 0 R /XYZ 71.731 262.522 null]
+5300 0 obj <<
+/D [5269 0 R /XYZ 71.731 262.522 null]
 >> endobj
-5075 0 obj <<
-/D [5043 0 R /XYZ 71.731 262.522 null]
+5301 0 obj <<
+/D [5269 0 R /XYZ 71.731 262.522 null]
 >> endobj
-5076 0 obj <<
-/D [5043 0 R /XYZ 71.731 250.319 null]
+5302 0 obj <<
+/D [5269 0 R /XYZ 71.731 250.319 null]
 >> endobj
-5077 0 obj <<
-/D [5043 0 R /XYZ 111.582 233.794 null]
+5303 0 obj <<
+/D [5269 0 R /XYZ 111.582 233.794 null]
 >> endobj
-5078 0 obj <<
-/D [5043 0 R /XYZ 352.018 233.794 null]
+5304 0 obj <<
+/D [5269 0 R /XYZ 352.018 233.794 null]
 >> endobj
-5079 0 obj <<
-/D [5043 0 R /XYZ 135.374 220.843 null]
+5305 0 obj <<
+/D [5269 0 R /XYZ 135.374 220.843 null]
 >> endobj
-5080 0 obj <<
-/D [5043 0 R /XYZ 224.983 220.843 null]
+5306 0 obj <<
+/D [5269 0 R /XYZ 224.983 220.843 null]
 >> endobj
-5081 0 obj <<
-/D [5043 0 R /XYZ 297.992 220.843 null]
+5307 0 obj <<
+/D [5269 0 R /XYZ 297.992 220.843 null]
 >> endobj
-5082 0 obj <<
-/D [5043 0 R /XYZ 419.728 220.843 null]
+5308 0 obj <<
+/D [5269 0 R /XYZ 419.728 220.843 null]
 >> endobj
-5083 0 obj <<
-/D [5043 0 R /XYZ 111.582 207.892 null]
+5309 0 obj <<
+/D [5269 0 R /XYZ 111.582 207.892 null]
 >> endobj
-5084 0 obj <<
-/D [5043 0 R /XYZ 71.731 196.521 null]
+5310 0 obj <<
+/D [5269 0 R /XYZ 71.731 196.521 null]
 >> endobj
-5085 0 obj <<
-/D [5043 0 R /XYZ 71.731 196.521 null]
+5311 0 obj <<
+/D [5269 0 R /XYZ 71.731 196.521 null]
 >> endobj
-5086 0 obj <<
-/D [5043 0 R /XYZ 71.731 196.521 null]
+5312 0 obj <<
+/D [5269 0 R /XYZ 71.731 196.521 null]
 >> endobj
-5087 0 obj <<
-/D [5043 0 R /XYZ 71.731 183.57 null]
+5313 0 obj <<
+/D [5269 0 R /XYZ 71.731 183.57 null]
 >> endobj
-5088 0 obj <<
-/D [5043 0 R /XYZ 111.582 167.045 null]
+5314 0 obj <<
+/D [5269 0 R /XYZ 111.582 167.045 null]
 >> endobj
-5089 0 obj <<
-/D [5043 0 R /XYZ 71.731 146.955 null]
+5315 0 obj <<
+/D [5269 0 R /XYZ 71.731 146.955 null]
 >> endobj
-5091 0 obj <<
-/D [5043 0 R /XYZ 71.731 113.246 null]
+5317 0 obj <<
+/D [5269 0 R /XYZ 71.731 113.246 null]
 >> endobj
-5042 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F32 1151 0 R /F33 1242 0 R >>
+5268 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F32 1211 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5094 0 obj <<
+5321 0 obj <<
 /Length 1473      
 /Filter /FlateDecode
 >>
@@ -19359,147 +20011,146 @@ xڕWM
 :M/�*�I�<�2�㢈�g� �9��xP�S��{!/!PQ���F&�'�Cgy��F̳�"	aT+ݰs�"hP�ɢ^��`�~�|B�Ϟ��6C�'v���^Yk��A]1�f�)h�U��Os�zA{6��4l,��1Ʋ6?�`s׶�4:��Q���4‹I�VR�H���8��ܽ	5c�P�--R`�-*v�h�Sއ����0˜����R���TI��ތ�p��>���E�����gݓ�
 ��
 �#�Ϭ�u��z�C�a���;�m������䋆�'�=>�����FFw_��p����܄�,�,\����e���IBfhxg��ٴ��B�~�WLB���w@��#Q�M���b5�Qh��X���%;�CK�d3�e���

-�kB�%v�d]�f����v�\��R'7��{JS����i�?��3a#MN�F���I�׵�Gရ�[K�G�N)kȫ�)��.ͩ��6�_@$��[|�&�ũ��!y���-O�t5B�o,�0�yF=�:��x������O����ls��i0���9�5;��f7cnx��3߳["�F�Vx��$�E�i*r	�������,�1�`,�&�CS(�wI�Z�,r��i��l~�@��
���z����')PB�{�v��w�a'�������56cGῒmBÏ���,�[����>1��1�� V�~����b�@�G���R
-g�MI!��Əٗ�����bendstream
+�kB�%v�d]�f����v�\��R'7��{JS����i�?��3a#MN�F���I�׵�Gရ�[K�G�N�.֐W�SI	\�S�mv� �HJ�	���!L��S�B�f��[�&�j�d�Xha&�;�z2u$�k�dOݟ�
��OW���y��`T��s�jvH�n���v'�g�g�DX�8��0ȁI�_%���(T,����+�eY�c��X�/Lx'��P���LY䈳�dq�*�D�^mhg=	�B+ x�
nOR�������S�NZ�����klƎ���ڄ�g3Y�~�a;}b�c�A�^�e���$|�Ώ\��� �B��C��/c����`endstream
 endobj
-5093 0 obj <<
+5320 0 obj <<
 /Type /Page
-/Contents 5094 0 R
-/Resources 5092 0 R
+/Contents 5321 0 R
+/Resources 5319 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 5041 0 R
+/Parent 5318 0 R
 >> endobj
-5095 0 obj <<
-/D [5093 0 R /XYZ 71.731 729.265 null]
+5322 0 obj <<
+/D [5320 0 R /XYZ 71.731 729.265 null]
 >> endobj
-986 0 obj <<
-/D [5093 0 R /XYZ 86.646 703.68 null]
+1046 0 obj <<
+/D [5320 0 R /XYZ 86.646 703.68 null]
 >> endobj
-5096 0 obj <<
-/D [5093 0 R /XYZ 71.731 693.351 null]
+5323 0 obj <<
+/D [5320 0 R /XYZ 71.731 693.351 null]
 >> endobj
-990 0 obj <<
-/D [5093 0 R /XYZ 91.098 680.4 null]
+1050 0 obj <<
+/D [5320 0 R /XYZ 91.098 680.4 null]
 >> endobj
-5097 0 obj <<
-/D [5093 0 R /XYZ 71.731 673.202 null]
+5324 0 obj <<
+/D [5320 0 R /XYZ 71.731 673.202 null]
 >> endobj
-5098 0 obj <<
-/D [5093 0 R /XYZ 71.731 668.22 null]
+5325 0 obj <<
+/D [5320 0 R /XYZ 71.731 668.22 null]
 >> endobj
-5099 0 obj <<
-/D [5093 0 R /XYZ 101.865 657.485 null]
+5326 0 obj <<
+/D [5320 0 R /XYZ 101.865 657.485 null]
 >> endobj
-5100 0 obj <<
-/D [5093 0 R /XYZ 236.362 644.534 null]
+5327 0 obj <<
+/D [5320 0 R /XYZ 236.362 644.534 null]
 >> endobj
-5101 0 obj <<
-/D [5093 0 R /XYZ 284.401 644.534 null]
+5328 0 obj <<
+/D [5320 0 R /XYZ 284.401 644.534 null]
 >> endobj
-5102 0 obj <<
-/D [5093 0 R /XYZ 71.731 619.129 null]
+5329 0 obj <<
+/D [5320 0 R /XYZ 71.731 619.129 null]
 >> endobj
-994 0 obj <<
-/D [5093 0 R /XYZ 131.506 606.178 null]
+1054 0 obj <<
+/D [5320 0 R /XYZ 131.506 606.178 null]
 >> endobj
-5103 0 obj <<
-/D [5093 0 R /XYZ 71.731 598.98 null]
+5330 0 obj <<
+/D [5320 0 R /XYZ 71.731 598.98 null]
 >> endobj
-5104 0 obj <<
-/D [5093 0 R /XYZ 71.731 593.999 null]
+5331 0 obj <<
+/D [5320 0 R /XYZ 71.731 593.999 null]
 >> endobj
-1941 0 obj <<
-/D [5093 0 R /XYZ 71.731 544.908 null]
+2034 0 obj <<
+/D [5320 0 R /XYZ 71.731 544.908 null]
 >> endobj
-998 0 obj <<
-/D [5093 0 R /XYZ 109.927 531.956 null]
+1058 0 obj <<
+/D [5320 0 R /XYZ 109.927 531.956 null]
 >> endobj
-5105 0 obj <<
-/D [5093 0 R /XYZ 71.731 524.758 null]
+5332 0 obj <<
+/D [5320 0 R /XYZ 71.731 524.758 null]
 >> endobj
-5106 0 obj <<
-/D [5093 0 R /XYZ 71.731 519.777 null]
+5333 0 obj <<
+/D [5320 0 R /XYZ 71.731 519.777 null]
 >> endobj
-5107 0 obj <<
-/D [5093 0 R /XYZ 71.731 486.128 null]
+5334 0 obj <<
+/D [5320 0 R /XYZ 71.731 486.128 null]
 >> endobj
-1002 0 obj <<
-/D [5093 0 R /XYZ 86.646 433.815 null]
+1062 0 obj <<
+/D [5320 0 R /XYZ 86.646 433.815 null]
 >> endobj
-2003 0 obj <<
-/D [5093 0 R /XYZ 71.731 423.228 null]
+2096 0 obj <<
+/D [5320 0 R /XYZ 71.731 423.228 null]
 >> endobj
-1006 0 obj <<
-/D [5093 0 R /XYZ 202.589 410.535 null]
+1066 0 obj <<
+/D [5320 0 R /XYZ 202.589 410.535 null]
 >> endobj
-5108 0 obj <<
-/D [5093 0 R /XYZ 71.731 403.491 null]
+5335 0 obj <<
+/D [5320 0 R /XYZ 71.731 403.491 null]
 >> endobj
-5109 0 obj <<
-/D [5093 0 R /XYZ 71.731 398.51 null]
+5336 0 obj <<
+/D [5320 0 R /XYZ 71.731 398.51 null]
 >> endobj
-5110 0 obj <<
-/D [5093 0 R /XYZ 71.731 398.51 null]
+5337 0 obj <<
+/D [5320 0 R /XYZ 71.731 398.51 null]
 >> endobj
-5111 0 obj <<
-/D [5093 0 R /XYZ 257.363 374.669 null]
+5338 0 obj <<
+/D [5320 0 R /XYZ 257.363 374.669 null]
 >> endobj
-5112 0 obj <<
-/D [5093 0 R /XYZ 71.731 349.264 null]
+5339 0 obj <<
+/D [5320 0 R /XYZ 71.731 349.264 null]
 >> endobj
-1010 0 obj <<
-/D [5093 0 R /XYZ 127.073 336.313 null]
+1070 0 obj <<
+/D [5320 0 R /XYZ 127.073 336.313 null]
 >> endobj
-5113 0 obj <<
-/D [5093 0 R /XYZ 71.731 329.269 null]
+5340 0 obj <<
+/D [5320 0 R /XYZ 71.731 329.269 null]
 >> endobj
-5114 0 obj <<
-/D [5093 0 R /XYZ 71.731 324.288 null]
+5341 0 obj <<
+/D [5320 0 R /XYZ 71.731 324.288 null]
 >> endobj
-2607 0 obj <<
-/D [5093 0 R /XYZ 71.731 262.091 null]
+2738 0 obj <<
+/D [5320 0 R /XYZ 71.731 262.091 null]
 >> endobj
-1014 0 obj <<
-/D [5093 0 R /XYZ 248.655 249.14 null]
+1074 0 obj <<
+/D [5320 0 R /XYZ 248.655 249.14 null]
 >> endobj
-5115 0 obj <<
-/D [5093 0 R /XYZ 71.731 242.096 null]
+5342 0 obj <<
+/D [5320 0 R /XYZ 71.731 242.096 null]
 >> endobj
-5116 0 obj <<
-/D [5093 0 R /XYZ 71.731 237.115 null]
+5343 0 obj <<
+/D [5320 0 R /XYZ 71.731 237.115 null]
 >> endobj
-5117 0 obj <<
-/D [5093 0 R /XYZ 71.731 237.115 null]
+5344 0 obj <<
+/D [5320 0 R /XYZ 71.731 237.115 null]
 >> endobj
-5118 0 obj <<
-/D [5093 0 R /XYZ 180.012 226.226 null]
+5345 0 obj <<
+/D [5320 0 R /XYZ 180.012 226.226 null]
 >> endobj
-5119 0 obj <<
-/D [5093 0 R /XYZ 118.495 213.274 null]
+5346 0 obj <<
+/D [5320 0 R /XYZ 118.495 213.274 null]
 >> endobj
-2473 0 obj <<
-/D [5093 0 R /XYZ 71.731 187.87 null]
+2609 0 obj <<
+/D [5320 0 R /XYZ 71.731 187.87 null]
 >> endobj
-5120 0 obj <<
-/D [5093 0 R /XYZ 71.731 187.87 null]
+5347 0 obj <<
+/D [5320 0 R /XYZ 71.731 187.87 null]
 >> endobj
-1018 0 obj <<
-/D [5093 0 R /XYZ 109.39 174.918 null]
+1078 0 obj <<
+/D [5320 0 R /XYZ 109.39 174.918 null]
 >> endobj
-5121 0 obj <<
-/D [5093 0 R /XYZ 71.731 169.757 null]
+5348 0 obj <<
+/D [5320 0 R /XYZ 71.731 169.757 null]
 >> endobj
-5122 0 obj <<
-/D [5093 0 R /XYZ 71.731 164.776 null]
+5349 0 obj <<
+/D [5320 0 R /XYZ 71.731 164.776 null]
 >> endobj
-5123 0 obj <<
-/D [5093 0 R /XYZ 109.568 153.299 null]
+5350 0 obj <<
+/D [5320 0 R /XYZ 109.568 153.299 null]
 >> endobj
-5092 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F33 1242 0 R /F61 2401 0 R /F35 1481 0 R >>
+5319 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F33 1302 0 R /F60 2522 0 R /F35 1563 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5126 0 obj <<
+5353 0 obj <<
 /Length 1537      
 /Filter /FlateDecode
 >>
@@ -19512,416 +20163,423 @@ xڍ
 ����Њ��^,+�cBeP�9�~ZQ"�s�<~�옯j$����pG
 U��XI�z�ҍ��DYOL�-�/{�i������W=E��Hk�`�c J��Q��1 1/o^�\�ן7Ln�AIH��u�K�X;�Ɉg�N��V������n;��0`c�Q�ސ�z�*C�,v��n9V2��k�i�Q�f�bt�"�B�X���i�<@Ȝ�%:����s�#�"�W���/�X��\@�%!�}�8�y��Ң�Z~���4/�i"b��Y��2�9R����H��h� ��R@1�_f"�~����ſa��	~GoXPv ȏ"���g�`�E)�q����Χ�A$m	HY�(gVq�Q��B�"���B3�ڷ5cO�~�>t��d�X�
�8M+�Eᛃ �o����$��"��t�[�?%ȣ����k�y�u�x�K�UT�߄����H�����?T�2�>Qz��o���Ѡ��`?���Uj��q�l��|�y�� �-	c/�����3�ː=��kg�JTNBA`����,���JjU3펁_îMz�`0��xò�N6^��L}=����z�E;��{���o�V�]��aK�D�(�$1�Zj��i�?��N� |5���W�"��I�injN<`��6���\,�5������*4��;�Y@
��S���
 !STիL;ͽ׌aZ��0K'q���y.
-�'���3�~�h�g[���gE.�������4ьc�{���ǩk�	�IvO<�l�)�S*^V^�τ��_�[u�1g_u/-���UZ.��ߊ
-��ײ�HV�pendstream
+�'���3�~�h�g[���gE.�������4ьc�{���ǩk�	�IvO<�l�)�S*^V^�τ��_�[u�1g_u/-�Ãcp���$+*��^��F��iendstream
 endobj
-5125 0 obj <<
+5352 0 obj <<
 /Type /Page
-/Contents 5126 0 R
-/Resources 5124 0 R
+/Contents 5353 0 R
+/Resources 5351 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 5041 0 R
-/Annots [ 5140 0 R ]
+/Parent 5318 0 R
+/Annots [ 5367 0 R ]
 >> endobj
-5140 0 obj <<
+5367 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [221.059 393.303 273.526 401.497]
 /Subtype /Link
 /A << /S /GoTo /D (security-webserver-mod-throttle) >>
 >> endobj
-5127 0 obj <<
-/D [5125 0 R /XYZ 71.731 729.265 null]
+5354 0 obj <<
+/D [5352 0 R /XYZ 71.731 729.265 null]
 >> endobj
-5128 0 obj <<
-/D [5125 0 R /XYZ 71.731 741.22 null]
+5355 0 obj <<
+/D [5352 0 R /XYZ 71.731 741.22 null]
 >> endobj
-5129 0 obj <<
-/D [5125 0 R /XYZ 527.567 708.344 null]
+5356 0 obj <<
+/D [5352 0 R /XYZ 527.567 708.344 null]
 >> endobj
-5130 0 obj <<
-/D [5125 0 R /XYZ 71.731 691.243 null]
+5357 0 obj <<
+/D [5352 0 R /XYZ 71.731 691.243 null]
 >> endobj
-5131 0 obj <<
-/D [5125 0 R /XYZ 194.722 681.743 null]
+5358 0 obj <<
+/D [5352 0 R /XYZ 194.722 681.743 null]
 >> endobj
-5132 0 obj <<
-/D [5125 0 R /XYZ 71.731 606.326 null]
+5359 0 obj <<
+/D [5352 0 R /XYZ 71.731 606.326 null]
 >> endobj
-1022 0 obj <<
-/D [5125 0 R /XYZ 86.646 554.013 null]
+1082 0 obj <<
+/D [5352 0 R /XYZ 86.646 554.013 null]
 >> endobj
-3414 0 obj <<
-/D [5125 0 R /XYZ 71.731 543.684 null]
+3638 0 obj <<
+/D [5352 0 R /XYZ 71.731 543.684 null]
 >> endobj
-1026 0 obj <<
-/D [5125 0 R /XYZ 109.927 530.733 null]
+1086 0 obj <<
+/D [5352 0 R /XYZ 109.927 530.733 null]
 >> endobj
-5133 0 obj <<
-/D [5125 0 R /XYZ 71.731 525.627 null]
+5360 0 obj <<
+/D [5352 0 R /XYZ 71.731 525.627 null]
 >> endobj
-5134 0 obj <<
-/D [5125 0 R /XYZ 71.731 520.646 null]
+5361 0 obj <<
+/D [5352 0 R /XYZ 71.731 520.646 null]
 >> endobj
-5135 0 obj <<
-/D [5125 0 R /XYZ 408.876 494.867 null]
+5362 0 obj <<
+/D [5352 0 R /XYZ 408.876 494.867 null]
 >> endobj
-5136 0 obj <<
-/D [5125 0 R /XYZ 91.656 481.916 null]
+5363 0 obj <<
+/D [5352 0 R /XYZ 91.656 481.916 null]
 >> endobj
-3549 0 obj <<
-/D [5125 0 R /XYZ 71.731 456.511 null]
+3770 0 obj <<
+/D [5352 0 R /XYZ 71.731 456.511 null]
 >> endobj
-1030 0 obj <<
-/D [5125 0 R /XYZ 126.336 443.56 null]
+1090 0 obj <<
+/D [5352 0 R /XYZ 126.336 443.56 null]
 >> endobj
-5137 0 obj <<
-/D [5125 0 R /XYZ 71.731 438.454 null]
+5364 0 obj <<
+/D [5352 0 R /XYZ 71.731 438.454 null]
 >> endobj
-5138 0 obj <<
-/D [5125 0 R /XYZ 71.731 433.473 null]
+5365 0 obj <<
+/D [5352 0 R /XYZ 71.731 433.473 null]
 >> endobj
-5139 0 obj <<
-/D [5125 0 R /XYZ 91.656 394.743 null]
+5366 0 obj <<
+/D [5352 0 R /XYZ 91.656 394.743 null]
 >> endobj
-5141 0 obj <<
-/D [5125 0 R /XYZ 71.731 345.926 null]
+5368 0 obj <<
+/D [5352 0 R /XYZ 71.731 345.926 null]
 >> endobj
-1034 0 obj <<
-/D [5125 0 R /XYZ 87.803 293.613 null]
+1094 0 obj <<
+/D [5352 0 R /XYZ 87.803 293.613 null]
 >> endobj
-5142 0 obj <<
-/D [5125 0 R /XYZ 71.731 283.026 null]
+5369 0 obj <<
+/D [5352 0 R /XYZ 71.731 283.026 null]
 >> endobj
-1038 0 obj <<
-/D [5125 0 R /XYZ 106.959 270.332 null]
+1098 0 obj <<
+/D [5352 0 R /XYZ 106.959 270.332 null]
 >> endobj
-5143 0 obj <<
-/D [5125 0 R /XYZ 71.731 263.289 null]
+5370 0 obj <<
+/D [5352 0 R /XYZ 71.731 263.289 null]
 >> endobj
-5144 0 obj <<
-/D [5125 0 R /XYZ 71.731 258.307 null]
+5371 0 obj <<
+/D [5352 0 R /XYZ 71.731 258.307 null]
 >> endobj
-5145 0 obj <<
-/D [5125 0 R /XYZ 135.305 247.418 null]
+5372 0 obj <<
+/D [5352 0 R /XYZ 135.305 247.418 null]
 >> endobj
-5146 0 obj <<
-/D [5125 0 R /XYZ 477.105 234.467 null]
+5373 0 obj <<
+/D [5352 0 R /XYZ 477.105 234.467 null]
 >> endobj
-5147 0 obj <<
-/D [5125 0 R /XYZ 91.656 221.515 null]
+5374 0 obj <<
+/D [5352 0 R /XYZ 91.656 221.515 null]
 >> endobj
-5148 0 obj <<
-/D [5125 0 R /XYZ 71.731 198.601 null]
+5375 0 obj <<
+/D [5352 0 R /XYZ 71.731 198.601 null]
 >> endobj
-1042 0 obj <<
-/D [5125 0 R /XYZ 83.217 146.288 null]
+1102 0 obj <<
+/D [5352 0 R /XYZ 83.217 146.288 null]
 >> endobj
-5149 0 obj <<
-/D [5125 0 R /XYZ 71.731 135.701 null]
+5376 0 obj <<
+/D [5352 0 R /XYZ 71.731 135.701 null]
 >> endobj
-1046 0 obj <<
-/D [5125 0 R /XYZ 121.773 123.008 null]
+1106 0 obj <<
+/D [5352 0 R /XYZ 121.773 123.008 null]
 >> endobj
-5150 0 obj <<
-/D [5125 0 R /XYZ 71.731 115.964 null]
+5377 0 obj <<
+/D [5352 0 R /XYZ 71.731 115.964 null]
 >> endobj
-5151 0 obj <<
-/D [5125 0 R /XYZ 71.731 110.983 null]
+5378 0 obj <<
+/D [5352 0 R /XYZ 71.731 110.983 null]
 >> endobj
-5124 0 obj <<
-/Font << /F27 1144 0 R /F23 1137 0 R /F44 1937 0 R /F35 1481 0 R /F33 1242 0 R >>
+5351 0 obj <<
+/Font << /F27 1204 0 R /F23 1197 0 R /F44 2030 0 R /F35 1563 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5154 0 obj <<
-/Length 1555      
+5381 0 obj <<
+/Length 1556      
 /Filter /FlateDecode
 >>
 stream
-xڭXKo�6��W�h1-�z�t��M�6z�#Ѷ��襤�_�嗼�=,X�p8o~C�O�㓄�D�GdL��$�o��V~��#�c&"�+��H&,K�d~"���f�^ȉXe��ՠ%�8��s���q���+cY,�)�̅d"�Ġ�V�x0]���gs����YL�jڭ�@	���=W3�@"��Q4���@�`����<NR��8A�2�w�~��MG�eK߾�-v�(�i:k*�tM��@����;Z0+��Z�`�g7
}}�}�����7i�m{Teuw��ڢ�.�@fН�Al�n{�X�Z�|��jD�����(�n��a���1U�@i/2��l[�>��2�.��p�LkS���%�nS��?��/e��("@`Z��� ��MAt��%j��3(��hp&DN�{�a���I��O��h��YQ�0�+m]�pG�`��l��R��Jװ���4-1���pU�]��ʋC��ƀ�I*�Uo�A,��Z��$�Z�}�x��^
-]��i��u�1ŕ�䜅px�g��N���\B�?\z�DXv
-�-<�,
����9?F�ØeA�٬�ܗV�v�芳�
��/�7f7V2���j��p�������h�Y��,��!u��Ȁ%�9l1�L�z��0�4��?�.� ι��a���4�-V��]� ��Х����^
-Hf��IvR��	��Ty�ɥ ��w�O#�Q(�����4�DD	K��L�;B�8aA��)<����0���*����ʚ�V=��v�Y�_����M�	���Y
�����ٛ����UA�6U�U�l�9�9m�����nC#��D�Aa��p�n�S��M����l���(���	K3�}*��o���G>�.@�B7��6]]9��H2�$�r%�%��c� o�=��{(�,���@5ō�+J�A%�lD�ևݕl0�!&N�1���r|�U�^U��t�!���[L�q��̷o�"H��H�_����o�Sf�q(��q_�����~h ��:��^M��q3�,<T�on��C�$�p1��s�@U��Y�Q�޳�Y���,�ԟ@+�F
-�?��Җh�x(�G��Op����\�'5?$j$�u��2�b� �a);��z�<�;}�q�6C
-����Q钊7��y=�Mۯ׺�͞6^�,C�d���|�yӓKA�ɓΏ�L��c;@{S��y[�����}|C�%����$ �U۷�˙�g^e��f*������q�S���K�/d�nI�Z,YH�괫i������Ż���.�ϸ�X.Wn-�ړ[�Ңp3Ͽ��#�q����M�#e�O��Z0��9X�{�`?�o������:p+^��4m��mgVo���a�Z�R�6�"��h��Թ>ښU�s��+��(��;�'‡��{�m�*|q@��r��j�c�|�$�O�ޚFS��s�����hvF�I��4(4�p�����qP$�%�3��*�R��;[��	^1��+�(�\�#����<��c�ڿ�Ô�<�z�=���2��FPrq2A�8O.5
�3���B5�endstream
-endobj
-5153 0 obj <<
+xڭX�o�6�_�G�(��gޒ�:�����:�D�B��RR
�����e�M�P�����;�|��_Ĝ�>"e"
+y}�/6���
�A1
+_YtC�4�w"����{'�B�,
+���z�������������7Õ�4���/\!�H81��˖�w6K���+��yZ&����۵(����r5K$�Ds�����ȿ_�Q���
�R8OA�QPPGO\���a���ᦂ&}K�y������ҷ�>��l�"t�4o��UuVV���7�Ow�zU3�<�r�"��ݣj
+�c��'H����m���<�S�η,�e
�P���xE���[���(ë����p�v5��K7��Y)]Ѩn��R�8��~[�[�?��eUe4:������4����gS�s��+��yQ�B��f�[F��|Ԙ��9Ь(�׵�&E��)�v��fC���U���/ۦ#�kY�YUH!�}�h2HZ1Qd�٪)6.(�����C��\������V��-�(�,���=�Lg���2(�$���@l��M�~a���#Β�[���c�?�X�ǖM��C��Qn?��8����B~���*@F�x��U���p�
+�o�z@���$�mH]�\	����6�7����1L�!����3��\<p�Ac�a� ٔ�mM�o�>S�8�� H�ӫ�:�&��r�ɥ ���7g�`8y]��i�D�1���L�9B����ܟD�q���  l�6+���Z�5�Z�������>t�+���I&��g5�϶�l���Ѷ���k�"Y]Ve�˯��ȩ;U��e_�[Р�K�Qm>�߭U��vu[n��][6}GZ2��F�1KRj~Y�i���g>�y��S�G[ض�+�I��DP΀�,M��X0��y���!
��w"nV
�Xa"�*�g#�u6�4�`��1q2�������r�g/Y��t�!���;L�q���w��"H��H��������S��q(��ω�o�s�AW�7�:;�����E��x��Pi�9�=�
�h�Q����5U�K��E����f=�Cȳ�S?�V�?��J�h�<�Ц7֌Gs����hR�c�fb���{)�;��������o���#0��v�@�zh���Qi�
+y���#�t�f�:��i��2LF�k>�#ϫ�\
+BOU~20`b��9�ګ�-���/����#•<�K��L�Sm�{G���x��w��e�^�毋Y3%���Bκ]��"IU�%��zej�}����{3i}�wƍ�mo���]���j'���F'�f���{G��f�i���%F���8}�`
s���V�����a��s��Rpg�t�4m��6�o)��
+.�=]��b�!a�Fv��չЮ]�{ӹ���鋲��Ax"�o����ŦtVa�1�*sa��xO��D���wm������
����&uv�A��u��[�a� o��f�-�Up���!v�Dw�`�!�WT`��'�C�[9��.�}�	Kx|�8[��2���Pr�HG)h�ѥ��W�����r6|endstream
+endobj
+5380 0 obj <<
 /Type /Page
-/Contents 5154 0 R
-/Resources 5152 0 R
+/Contents 5381 0 R
+/Resources 5379 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 5041 0 R
-/Annots [ 5166 0 R 5182 0 R ]
+/Parent 5318 0 R
+/Annots [ 5393 0 R 5409 0 R ]
 >> endobj
-5166 0 obj <<
+5393 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [222.931 489.622 255.658 498.533]
 /Subtype /Link
 /A << /S /GoTo /D (gloss-rdbms) >>
 >> endobj
-5182 0 obj <<
+5409 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[1 0 0]
 /Rect [342.364 349.149 387.195 358.06]
 /Subtype /Link
 /A << /S /GoTo /D (security-mysql) >>
 >> endobj
-5155 0 obj <<
-/D [5153 0 R /XYZ 71.731 729.265 null]
+5382 0 obj <<
+/D [5380 0 R /XYZ 71.731 729.265 null]
 >> endobj
-1050 0 obj <<
-/D [5153 0 R /XYZ 88.939 651.05 null]
+1110 0 obj <<
+/D [5380 0 R /XYZ 88.939 651.05 null]
 >> endobj
-4554 0 obj <<
-/D [5153 0 R /XYZ 71.731 640.72 null]
+4751 0 obj <<
+/D [5380 0 R /XYZ 71.731 640.72 null]
 >> endobj
-1054 0 obj <<
-/D [5153 0 R /XYZ 193.573 627.769 null]
+1114 0 obj <<
+/D [5380 0 R /XYZ 193.573 627.769 null]
 >> endobj
-5156 0 obj <<
-/D [5153 0 R /XYZ 71.731 620.571 null]
+5383 0 obj <<
+/D [5380 0 R /XYZ 71.731 620.571 null]
 >> endobj
-5157 0 obj <<
-/D [5153 0 R /XYZ 71.731 615.59 null]
+5384 0 obj <<
+/D [5380 0 R /XYZ 71.731 615.59 null]
 >> endobj
-5158 0 obj <<
-/D [5153 0 R /XYZ 487.065 604.855 null]
+5385 0 obj <<
+/D [5380 0 R /XYZ 488.718 604.855 null]
 >> endobj
-5159 0 obj <<
-/D [5153 0 R /XYZ 91.656 566 null]
+5386 0 obj <<
+/D [5380 0 R /XYZ 91.656 566 null]
 >> endobj
-5160 0 obj <<
-/D [5153 0 R /XYZ 364.962 566 null]
+5387 0 obj <<
+/D [5380 0 R /XYZ 364.962 566 null]
 >> endobj
-5161 0 obj <<
-/D [5153 0 R /XYZ 478.805 566 null]
+5388 0 obj <<
+/D [5380 0 R /XYZ 478.805 566 null]
 >> endobj
-5162 0 obj <<
-/D [5153 0 R /XYZ 154.739 553.049 null]
+5389 0 obj <<
+/D [5380 0 R /XYZ 154.739 553.049 null]
 >> endobj
-5163 0 obj <<
-/D [5153 0 R /XYZ 71.731 527.644 null]
+5390 0 obj <<
+/D [5380 0 R /XYZ 71.731 527.644 null]
 >> endobj
-1058 0 obj <<
-/D [5153 0 R /XYZ 106.052 514.693 null]
+1118 0 obj <<
+/D [5380 0 R /XYZ 106.052 514.693 null]
 >> endobj
-5164 0 obj <<
-/D [5153 0 R /XYZ 71.731 507.649 null]
+5391 0 obj <<
+/D [5380 0 R /XYZ 71.731 507.649 null]
 >> endobj
-5165 0 obj <<
-/D [5153 0 R /XYZ 71.731 502.668 null]
+5392 0 obj <<
+/D [5380 0 R /XYZ 71.731 502.668 null]
 >> endobj
-5167 0 obj <<
-/D [5153 0 R /XYZ 444.255 491.779 null]
+5394 0 obj <<
+/D [5380 0 R /XYZ 444.255 491.779 null]
 >> endobj
-5168 0 obj <<
-/D [5153 0 R /XYZ 71.731 476.671 null]
+5395 0 obj <<
+/D [5380 0 R /XYZ 71.731 476.671 null]
 >> endobj
-5169 0 obj <<
-/D [5153 0 R /XYZ 71.731 461.727 null]
+5396 0 obj <<
+/D [5380 0 R /XYZ 71.731 461.727 null]
 >> endobj
-5170 0 obj <<
-/D [5153 0 R /XYZ 71.731 461.727 null]
+5397 0 obj <<
+/D [5380 0 R /XYZ 71.731 461.727 null]
 >> endobj
-5171 0 obj <<
-/D [5153 0 R /XYZ 71.731 448.775 null]
+5398 0 obj <<
+/D [5380 0 R /XYZ 71.731 448.775 null]
 >> endobj
-5172 0 obj <<
-/D [5153 0 R /XYZ 111.582 432.999 null]
+5399 0 obj <<
+/D [5380 0 R /XYZ 111.582 432.999 null]
 >> endobj
-5173 0 obj <<
-/D [5153 0 R /XYZ 71.731 420.88 null]
+5400 0 obj <<
+/D [5380 0 R /XYZ 71.731 420.88 null]
 >> endobj
-5174 0 obj <<
-/D [5153 0 R /XYZ 71.731 420.88 null]
+5401 0 obj <<
+/D [5380 0 R /XYZ 71.731 420.88 null]
 >> endobj
-5175 0 obj <<
-/D [5153 0 R /XYZ 71.731 407.928 null]
+5402 0 obj <<
+/D [5380 0 R /XYZ 71.731 407.928 null]
 >> endobj
-5176 0 obj <<
-/D [5153 0 R /XYZ 111.582 392.152 null]
+5403 0 obj <<
+/D [5380 0 R /XYZ 111.582 392.152 null]
 >> endobj
-5177 0 obj <<
-/D [5153 0 R /XYZ 315.276 392.152 null]
+5404 0 obj <<
+/D [5380 0 R /XYZ 315.276 392.152 null]
 >> endobj
-5178 0 obj <<
-/D [5153 0 R /XYZ 71.731 380.033 null]
+5405 0 obj <<
+/D [5380 0 R /XYZ 71.731 380.033 null]
 >> endobj
-5179 0 obj <<
-/D [5153 0 R /XYZ 71.731 380.033 null]
+5406 0 obj <<
+/D [5380 0 R /XYZ 71.731 380.033 null]
 >> endobj
-5180 0 obj <<
-/D [5153 0 R /XYZ 71.731 367.082 null]
+5407 0 obj <<
+/D [5380 0 R /XYZ 71.731 367.082 null]
 >> endobj
-5181 0 obj <<
-/D [5153 0 R /XYZ 111.582 351.306 null]
+5408 0 obj <<
+/D [5380 0 R /XYZ 111.582 351.306 null]
 >> endobj
-5183 0 obj <<
-/D [5153 0 R /XYZ 71.731 328.392 null]
+5410 0 obj <<
+/D [5380 0 R /XYZ 71.731 328.392 null]
 >> endobj
-1062 0 obj <<
-/D [5153 0 R /XYZ 85.51 276.079 null]
+1122 0 obj <<
+/D [5380 0 R /XYZ 85.51 276.079 null]
 >> endobj
-2573 0 obj <<
-/D [5153 0 R /XYZ 71.731 265.749 null]
+2702 0 obj <<
+/D [5380 0 R /XYZ 71.731 265.749 null]
 >> endobj
-1066 0 obj <<
-/D [5153 0 R /XYZ 176.696 252.798 null]
+1126 0 obj <<
+/D [5380 0 R /XYZ 176.696 252.798 null]
 >> endobj
-5184 0 obj <<
-/D [5153 0 R /XYZ 71.731 245.6 null]
+5411 0 obj <<
+/D [5380 0 R /XYZ 71.731 245.6 null]
 >> endobj
-5185 0 obj <<
-/D [5153 0 R /XYZ 71.731 240.619 null]
+5412 0 obj <<
+/D [5380 0 R /XYZ 71.731 240.619 null]
 >> endobj
-5186 0 obj <<
-/D [5153 0 R /XYZ 71.731 240.619 null]
+5413 0 obj <<
+/D [5380 0 R /XYZ 71.731 240.619 null]
 >> endobj
-2950 0 obj <<
-/D [5153 0 R /XYZ 71.731 204.479 null]
+3110 0 obj <<
+/D [5380 0 R /XYZ 71.731 204.479 null]
 >> endobj
-1070 0 obj <<
-/D [5153 0 R /XYZ 109.17 191.528 null]
+1130 0 obj <<
+/D [5380 0 R /XYZ 109.17 191.528 null]
 >> endobj
-5187 0 obj <<
-/D [5153 0 R /XYZ 71.731 186.422 null]
+5414 0 obj <<
+/D [5380 0 R /XYZ 71.731 186.422 null]
 >> endobj
-5188 0 obj <<
-/D [5153 0 R /XYZ 71.731 181.441 null]
+5415 0 obj <<
+/D [5380 0 R /XYZ 71.731 181.441 null]
 >> endobj
-5152 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F35 1481 0 R /F33 1242 0 R >>
+5379 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F35 1563 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5192 0 obj <<
-/Length 1294      
+5419 0 obj <<
+/Length 1293      
 /Filter /FlateDecode
 >>
 stream
-xڍ�n�6�=_a`/`3�X����m�n��$��h��$
-$U7����C�Jb�A���xn:&^D�/�1ۦp$K6٢쮢E
�߮b/��lX�%�_`��tˊ<]�fnwW�wI�(X�I���H��t�^���aB�Ώ�Ax{�J��*IX���Ɔ�4]G-�=!�':��Z{��0�޶KB?�	IC'�C�0:���}+�4hUk���y-����{5����_�(���/����,�.������1��UC�1`�[�-��BHD�R��ʾ&t�/Q��lCݕF�{y6�S���h���@��3���^�sݩ����=0�0ɂ�Єb��:��NZ'O�Ϣ�]���,"��|Ǩ�Y�Sor��Wn���l[��lҌm���^_�!������IJ�N��m�����m��9c	hG]�'��-#IY�S�7o*�/I�������zK��9��<��
C�giA�i��������	7ƌ���@�h{:;e����0΃zҬ����V%�[���:����.��,p+Uo.}a�$��H����;
��H����"��!*{��
-�p�Z��%j'�5���Ǝ���|r]y�^@��3����jI�i^�u��{��֨=ZC�k�4��:�e�%��X�˯�9_ka�]�����DŜS⡙�I��`+�����V,��f4�fA/��R��yT��S
-������M�!�}��>���bWM�0몇�uՃh]]q�
-�<x�-��F����=ǜCm����	��'cE�����������ړ-�:�����7����n��.�mç���_�=|��ٞ^גy~u�sr>ꅎS4��f��&�,`�S~�2)l�l�_�8\.?|�Tѿ7�3Π�[x^P�6�I1{�$��Gl4X�t적�;@�^�l yq�=�H�U9�G���_ܚ��ï����J����3���*�j�۵�<̢� W��\�o��ǟU�#�V(�o�oʺ��Yo�5���6�[�y�׎��fZ�N�z�ʒ���{����NuC��jt��|ZYb"��F+��O}�_�E�>�9�7Bc0��]�3�5	�j���몦#i��~���fB%L.��%|��౑��jU}҃���{��9�e	����^EH�IyS�10ա�iH:��=���w�=)#��~/�G��=PNaI�ˌ�%�I�n�_�����G7ð�5�4����ǭWv�����s��ۋ|/�:�������A�Fi1i���8ij�Oᵭ��jR�endstream
-endobj
-5191 0 obj <<
+xڍ�n�6�=_a`/2`3�X����m�n��$��h��$
+$U7����C�Jb�A���xn:&Z��-v�%p�9���h��E�߮"/��nY���_`��d��,Y�gn�W�wq��Y�M��d$�X��,��?��eB7������,��u�<"�;��]��d���Vt�����k����Y�Y�M8H:9Z,����+?4�H�V��-!
嬨W��ћ��Wck� :�%c���B��	K��� i����S��\G0�����Šr	��Sh�[�U����%LC35a衻R�b�!�bu
+@2Z�P�Ȳs&�p��kp�;���z����$4���OZ{ـ�Q����Y��������3���C2+�M¢mW���P��M�_�M��]��b��k9d����X��i�m���u��]�C5�,���~��lAq��¸�yS����~7�6;"\�)���n�<KL��%��L|�T\H�1fм+*`D����*��7\/�,�F��hO�(<�*~�oX��Q}+:S��e
+.��JՙK_*����$��?D��NCh4���z)��):��/���]��Ca��
+a�e'ۡ%!c!�\��w�/e߃ZF��Z��n�����1�B�V��&
�<��p�s	��O�y�Ճ3�+-�!�k 8�����sJ<4��4H6�(*P�h��[���`tbL+U̜GUI�;0��_
+���0�DS��N~�S{�/v��
��z�YW=���ǯ�˂���[na�8��q�9��
+_��{|2V�o�I<K`�l^�����0�pC���N~��\��|�n��5��i����q-��W7�1G��^�8EN�q�*l�e��uʧ/��fN�>�Հ������K�{c>��@�����%
+hNʈ�� �%�?b���u�+`����
+ �E
ɋ�iGz��?e�u��֬�����a��`�����u��P:TV۶��a�>'��b}c�?���q�BI��xS��dOsx�lpŕ���
+̂��Ą7�uj�aVV���<(e�V���Z�V�[G��}���]G4Z�9|�#���.R��7�Y��a��k�i�IPT{�<O_W5� I�-��V�#"(`r�T
�=�O�l�T��I���I����>L�{!'�M���T�&�!����w���=��0�Hwȇ��-&�@�Š(�Kȓ�ʿ����
n�a�k:i����[7�>����o2�E��|/�>�������ƶ�Q	E����^���iR�endstream
+endobj
+5418 0 obj <<
 /Type /Page
-/Contents 5192 0 R
-/Resources 5190 0 R
+/Contents 5419 0 R
+/Resources 5417 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 5041 0 R
+/Parent 5318 0 R
 >> endobj
-5193 0 obj <<
-/D [5191 0 R /XYZ 71.731 729.265 null]
+5420 0 obj <<
+/D [5418 0 R /XYZ 71.731 729.265 null]
 >> endobj
-5194 0 obj <<
-/D [5191 0 R /XYZ 71.731 718.306 null]
+5421 0 obj <<
+/D [5418 0 R /XYZ 71.731 718.306 null]
 >> endobj
-1074 0 obj <<
-/D [5191 0 R /XYZ 90.261 708.344 null]
+1134 0 obj <<
+/D [5418 0 R /XYZ 90.261 708.344 null]
 >> endobj
-5195 0 obj <<
-/D [5191 0 R /XYZ 71.731 703.238 null]
+5422 0 obj <<
+/D [5418 0 R /XYZ 71.731 703.238 null]
 >> endobj
-5196 0 obj <<
-/D [5191 0 R /XYZ 71.731 698.257 null]
+5423 0 obj <<
+/D [5418 0 R /XYZ 71.731 698.257 null]
 >> endobj
-5197 0 obj <<
-/D [5191 0 R /XYZ 134.824 659.527 null]
+5424 0 obj <<
+/D [5418 0 R /XYZ 134.824 659.527 null]
 >> endobj
-5198 0 obj <<
-/D [5191 0 R /XYZ 71.731 636.613 null]
+5425 0 obj <<
+/D [5418 0 R /XYZ 71.731 636.613 null]
 >> endobj
-1078 0 obj <<
-/D [5191 0 R /XYZ 87.803 584.3 null]
+1138 0 obj <<
+/D [5418 0 R /XYZ 87.803 584.3 null]
 >> endobj
-5199 0 obj <<
-/D [5191 0 R /XYZ 71.731 572.897 null]
+5426 0 obj <<
+/D [5418 0 R /XYZ 71.731 572.897 null]
 >> endobj
-1082 0 obj <<
-/D [5191 0 R /XYZ 86.675 561.019 null]
+1142 0 obj <<
+/D [5418 0 R /XYZ 86.675 561.019 null]
 >> endobj
-5200 0 obj <<
-/D [5191 0 R /XYZ 71.731 555.52 null]
+5427 0 obj <<
+/D [5418 0 R /XYZ 71.731 555.52 null]
 >> endobj
-5201 0 obj <<
-/D [5191 0 R /XYZ 71.731 550.539 null]
+5428 0 obj <<
+/D [5418 0 R /XYZ 71.731 550.539 null]
 >> endobj
-5202 0 obj <<
-/D [5191 0 R /XYZ 71.731 550.539 null]
+5429 0 obj <<
+/D [5418 0 R /XYZ 71.731 550.539 null]
 >> endobj
-5203 0 obj <<
-/D [5191 0 R /XYZ 119.841 538.105 null]
+5430 0 obj <<
+/D [5418 0 R /XYZ 119.841 538.105 null]
 >> endobj
-5204 0 obj <<
-/D [5191 0 R /XYZ 167.644 538.105 null]
+5431 0 obj <<
+/D [5418 0 R /XYZ 167.644 538.105 null]
 >> endobj
-5205 0 obj <<
-/D [5191 0 R /XYZ 249.411 538.105 null]
+5432 0 obj <<
+/D [5418 0 R /XYZ 249.411 538.105 null]
 >> endobj
-5206 0 obj <<
-/D [5191 0 R /XYZ 442.122 512.202 null]
+5433 0 obj <<
+/D [5418 0 R /XYZ 442.122 512.202 null]
 >> endobj
-5207 0 obj <<
-/D [5191 0 R /XYZ 71.731 476.337 null]
+5434 0 obj <<
+/D [5418 0 R /XYZ 71.731 476.337 null]
 >> endobj
-1086 0 obj <<
-/D [5191 0 R /XYZ 86.646 424.024 null]
+1146 0 obj <<
+/D [5418 0 R /XYZ 86.646 424.024 null]
 >> endobj
-5189 0 obj <<
-/D [5191 0 R /XYZ 71.731 413.695 null]
+5416 0 obj <<
+/D [5418 0 R /XYZ 71.731 413.695 null]
 >> endobj
-1090 0 obj <<
-/D [5191 0 R /XYZ 269.378 400.743 null]
+1150 0 obj <<
+/D [5418 0 R /XYZ 269.378 400.743 null]
 >> endobj
-5208 0 obj <<
-/D [5191 0 R /XYZ 71.731 393.545 null]
+5435 0 obj <<
+/D [5418 0 R /XYZ 71.731 393.545 null]
 >> endobj
-5209 0 obj <<
-/D [5191 0 R /XYZ 71.731 388.564 null]
+5436 0 obj <<
+/D [5418 0 R /XYZ 71.731 388.564 null]
 >> endobj
-5210 0 obj <<
-/D [5191 0 R /XYZ 71.731 339.473 null]
+5437 0 obj <<
+/D [5418 0 R /XYZ 71.731 339.473 null]
 >> endobj
-1094 0 obj <<
-/D [5191 0 R /XYZ 165.299 326.522 null]
+1154 0 obj <<
+/D [5418 0 R /XYZ 165.299 326.522 null]
 >> endobj
-5211 0 obj <<
-/D [5191 0 R /XYZ 71.731 319.324 null]
+5438 0 obj <<
+/D [5418 0 R /XYZ 71.731 319.324 null]
 >> endobj
-5212 0 obj <<
-/D [5191 0 R /XYZ 71.731 314.342 null]
+5439 0 obj <<
+/D [5418 0 R /XYZ 71.731 314.342 null]
 >> endobj
-5213 0 obj <<
-/D [5191 0 R /XYZ 476.554 303.607 null]
+5440 0 obj <<
+/D [5418 0 R /XYZ 476.554 303.607 null]
 >> endobj
-5214 0 obj <<
-/D [5191 0 R /XYZ 71.731 267.742 null]
+5441 0 obj <<
+/D [5418 0 R /XYZ 71.731 267.742 null]
 >> endobj
-1098 0 obj <<
-/D [5191 0 R /XYZ 85.51 215.429 null]
+1158 0 obj <<
+/D [5418 0 R /XYZ 85.51 215.429 null]
 >> endobj
-3415 0 obj <<
-/D [5191 0 R /XYZ 71.731 204.842 null]
+3639 0 obj <<
+/D [5418 0 R /XYZ 71.731 204.842 null]
 >> endobj
-1102 0 obj <<
-/D [5191 0 R /XYZ 107.277 192.148 null]
+1162 0 obj <<
+/D [5418 0 R /XYZ 107.277 192.148 null]
 >> endobj
-5215 0 obj <<
-/D [5191 0 R /XYZ 71.731 187.043 null]
+5442 0 obj <<
+/D [5418 0 R /XYZ 71.731 187.043 null]
 >> endobj
-5216 0 obj <<
-/D [5191 0 R /XYZ 71.731 182.061 null]
+5443 0 obj <<
+/D [5418 0 R /XYZ 71.731 182.061 null]
 >> endobj
-5217 0 obj <<
-/D [5191 0 R /XYZ 382.967 156.283 null]
+5444 0 obj <<
+/D [5418 0 R /XYZ 382.967 156.283 null]
 >> endobj
-5190 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F33 1242 0 R >>
+5417 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-5220 0 obj <<
+5447 0 obj <<
 /Length 1983      
 /Filter /FlateDecode
 >>
@@ -19936,370 +20594,478 @@ wy
 Ð��Ax� �GF��6W���5�p�K��9Eg�n����(��[ª�a.#W�N�.�
kE�+�1���;,µu���������0�u��k����a�n	":��ɴ���݊4��!���u�B�Ǟt��e�P��*C�<P�z��
 ;kп�i��X��_�vr7]>�b�;��Q���e��^�X8�
 ��`��a�쒚����-cZ&1�쟠l$9̭@\��{��g6t�r������͊4������1l���O!�lh�sf��|/n�hc���J�-������X.[1~{��+0��i~�31�}~%ثϒ-���\��WW7���
AX������UH��{W���zS����<;�
-�r7��*2"��$.����v�Nm8�_�iI?yh�V���U\����-��Q��sY�7t�?�Jj���j19�a��:k6�+zo�M-Xt��-#.�(�a^,�d�t��f%���%D��_����d��w\�5�͢�6;�p��ߛ<��n�8�}�����Asl��מ�i�EZl(n�WaR��;ų��G]�������~�� �ʰ�����1��J�~e[�l��$���͊q������%�?��G�endstream
+�r7��*2"��$.����v�Nm8�_�iI?yh�V���U\����-��Q��sY�7t�?�Jj���j19�a��:k6�+zo�M-Xt��-#.�(�a^,�d�t��f%���%D��_����d��w\�5�͢�6;�p��ߛ<��n�8�}�����Asl��מ�i�EZl(n�WaR��;ų��G]�������~�� �ʰ�����1��J�~e[�l��$���͊q������%�?�wG�endstream
 endobj
-5219 0 obj <<
+5446 0 obj <<
 /Type /Page
-/Contents 5220 0 R
-/Resources 5218 0 R
+/Contents 5447 0 R
+/Resources 5445 0 R
 /MediaBox [0 0 609.714 789.041]
-/Parent 5252 0 R
+/Parent 5318 0 R
 >> endobj
-5221 0 obj <<
-/D [5219 0 R /XYZ 71.731 729.265 null]
+5448 0 obj <<
+/D [5446 0 R /XYZ 71.731 729.265 null]
 >> endobj
-5222 0 obj <<
-/D [5219 0 R /XYZ 71.731 718.306 null]
+5449 0 obj <<
+/D [5446 0 R /XYZ 71.731 718.306 null]
 >> endobj
-5223 0 obj <<
-/D [5219 0 R /XYZ 71.731 718.306 null]
+5450 0 obj <<
+/D [5446 0 R /XYZ 71.731 718.306 null]
 >> endobj
-1106 0 obj <<
-/D [5219 0 R /XYZ 103.282 708.344 null]
+1166 0 obj <<
+/D [5446 0 R /XYZ 103.282 708.344 null]
 >> endobj
-5224 0 obj <<
-/D [5219 0 R /XYZ 71.731 703.238 null]
+5451 0 obj <<
+/D [5446 0 R /XYZ 71.731 703.238 null]
 >> endobj
-5225 0 obj <<
-/D [5219 0 R /XYZ 71.731 698.257 null]
+5452 0 obj <<
+/D [5446 0 R /XYZ 71.731 698.257 null]
 >> endobj
-5226 0 obj <<
-/D [5219 0 R /XYZ 71.731 698.257 null]
+5453 0 obj <<
+/D [5446 0 R /XYZ 71.731 698.257 null]
 >> endobj
-5227 0 obj <<
-/D [5219 0 R /XYZ 166.836 685.43 null]
+5454 0 obj <<
+/D [5446 0 R /XYZ 166.836 685.43 null]
 >> endobj
-5228 0 obj <<
-/D [5219 0 R /XYZ 408.475 672.478 null]
+5455 0 obj <<
+/D [5446 0 R /XYZ 408.475 672.478 null]
 >> endobj
-5229 0 obj <<
-/D [5219 0 R /XYZ 243.467 659.527 null]
+5456 0 obj <<
+/D [5446 0 R /XYZ 243.467 659.527 null]
 >> endobj
-5230 0 obj <<
-/D [5219 0 R /XYZ 246.801 659.527 null]
+5457 0 obj <<
+/D [5446 0 R /XYZ 246.801 659.527 null]
 >> endobj
-5231 0 obj <<
-/D [5219 0 R /XYZ 298.91 659.527 null]
+5458 0 obj <<
+/D [5446 0 R /XYZ 298.91 659.527 null]
 >> endobj
-5232 0 obj <<
-/D [5219 0 R /XYZ 448.559 659.527 null]
+5459 0 obj <<
+/D [5446 0 R /XYZ 448.559 659.527 null]
 >> endobj
-5233 0 obj <<
-/D [5219 0 R /XYZ 164.884 646.575 null]
+5460 0 obj <<
+/D [5446 0 R /XYZ 164.884 646.575 null]
 >> endobj
-5234 0 obj <<
-/D [5219 0 R /XYZ 481.157 646.575 null]
+5461 0 obj <<
+/D [5446 0 R /XYZ 481.157 646.575 null]
 >> endobj
-5235 0 obj <<
-/D [5219 0 R /XYZ 132.363 633.624 null]
+5462 0 obj <<
+/D [5446 0 R /XYZ 132.363 633.624 null]
 >> endobj
-5236 0 obj <<
-/D [5219 0 R /XYZ 71.731 610.71 null]
+5463 0 obj <<
+/D [5446 0 R /XYZ 71.731 610.71 null]
 >> endobj
-1110 0 obj <<
-/D [5219 0 R /XYZ 84.353 558.397 null]
+1170 0 obj <<
+/D [5446 0 R /XYZ 84.353 558.397 null]
 >> endobj
-5237 0 obj <<
-/D [5219 0 R /XYZ 71.731 548.068 null]
+5464 0 obj <<
+/D [5446 0 R /XYZ 71.731 548.068 null]
 >> endobj
-1114 0 obj <<
-/D [5219 0 R /XYZ 150.047 535.116 null]
+1174 0 obj <<
+/D [5446 0 R /XYZ 150.047 535.116 null]
 >> endobj
-5238 0 obj <<
-/D [5219 0 R /XYZ 71.731 527.918 null]
+5465 0 obj <<
+/D [5446 0 R /XYZ 71.731 527.918 null]
 >> endobj
-5239 0 obj <<
-/D [5219 0 R /XYZ 71.731 522.937 null]
+5466 0 obj <<
+/D [5446 0 R /XYZ 71.731 522.937 null]
 >> endobj
-5240 0 obj <<
-/D [5219 0 R /XYZ 192.963 499.251 null]
+5467 0 obj <<
+/D [5446 0 R /XYZ 192.963 499.251 null]
 >> endobj
-5241 0 obj <<
-/D [5219 0 R /XYZ 71.731 447.943 null]
+5468 0 obj <<
+/D [5446 0 R /XYZ 71.731 447.943 null]
 >> endobj
-1118 0 obj <<
-/D [5219 0 R /XYZ 193.264 434.992 null]
+1178 0 obj <<
+/D [5446 0 R /XYZ 193.264 434.992 null]
 >> endobj
-5242 0 obj <<
-/D [5219 0 R /XYZ 71.731 427.794 null]
+5469 0 obj <<
+/D [5446 0 R /XYZ 71.731 427.794 null]
 >> endobj
-5243 0 obj <<
-/D [5219 0 R /XYZ 71.731 422.813 null]
+5470 0 obj <<
+/D [5446 0 R /XYZ 71.731 422.813 null]
 >> endobj
-5244 0 obj <<
-/D [5219 0 R /XYZ 71.731 363.261 null]
+5471 0 obj <<
+/D [5446 0 R /XYZ 71.731 363.261 null]
 >> endobj
-1122 0 obj <<
-/D [5219 0 R /XYZ 84.353 310.948 null]
+1182 0 obj <<
+/D [5446 0 R /XYZ 84.353 310.948 null]
 >> endobj
-5245 0 obj <<
-/D [5219 0 R /XYZ 71.731 300.619 null]
+5472 0 obj <<
+/D [5446 0 R /XYZ 71.731 300.619 null]
 >> endobj
-1126 0 obj <<
-/D [5219 0 R /XYZ 163.964 287.667 null]
+1186 0 obj <<
+/D [5446 0 R /XYZ 163.964 287.667 null]
 >> endobj
-5246 0 obj <<
-/D [5219 0 R /XYZ 71.731 280.469 null]
+5473 0 obj <<
+/D [5446 0 R /XYZ 71.731 280.469 null]
 >> endobj
-5247 0 obj <<
-/D [5219 0 R /XYZ 71.731 275.488 null]
+5474 0 obj <<
+/D [5446 0 R /XYZ 71.731 275.488 null]
 >> endobj
-5248 0 obj <<
-/D [5219 0 R /XYZ 71.731 249.645 null]
+5475 0 obj <<
+/D [5446 0 R /XYZ 71.731 249.645 null]
 >> endobj
-5249 0 obj <<
-/D [5219 0 R /XYZ 71.731 239.682 null]
+5476 0 obj <<
+/D [5446 0 R /XYZ 71.731 239.682 null]
 >> endobj
-5250 0 obj <<
-/D [5219 0 R /XYZ 71.731 176.635 null]
+5477 0 obj <<
+/D [5446 0 R /XYZ 71.731 176.635 null]
 >> endobj
-5251 0 obj <<
-/D [5219 0 R /XYZ 469.856 143.607 null]
+5478 0 obj <<
+/D [5446 0 R /XYZ 469.856 143.607 null]
 >> endobj
-5218 0 obj <<
-/Font << /F23 1137 0 R /F27 1144 0 R /F33 1242 0 R >>
+5445 0 obj <<
+/Font << /F23 1197 0 R /F27 1204 0 R /F33 1302 0 R >>
 /ProcSet [ /PDF /Text ]
 >> endobj
-2616 0 obj <<
+2732 0 obj <<
 /Type /Font
 /Subtype /Type1
 /BaseFont /ZapfDingbats
 >> endobj
-5253 0 obj <<
+5479 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 22/.notdef 30/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 129/.notdef 130/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE 141/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe 157/.notdef 159/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
-2401 0 obj <<
+2522 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Courier-Bold
 >> endobj
-2194 0 obj <<
+2317 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Courier-Oblique
 >> endobj
-1949 0 obj <<
+2042 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Helvetica-Oblique
 >> endobj
-1937 0 obj <<
+2030 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Helvetica
 >> endobj
-1481 0 obj <<
+1563 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Courier
 >> endobj
-1242 0 obj <<
+1302 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Times-Italic
 >> endobj
-1151 0 obj <<
+1211 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Times-Bold
 >> endobj
-1144 0 obj <<
+1204 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Times-Roman
 >> endobj
-1137 0 obj <<
+1197 0 obj <<
 /Type /Font
 /Subtype /Type1
-/Encoding 5253 0 R
+/Encoding 5479 0 R
 /BaseFont /Helvetica-Bold
 >> endobj
-1138 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 5254 0 R
-/Kids [1130 0 R 1140 0 R 1146 0 R 1289 0 R 1434 0 R 1581 0 R]
->> endobj
-1790 0 obj <<
+1198 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5254 0 R
-/Kids [1723 0 R 1824 0 R 1846 0 R 1875 0 R 1929 0 R 1943 0 R]
+/Parent 5480 0 R
+/Kids [1190 0 R 1200 0 R 1206 0 R 1349 0 R 1494 0 R 1641 0 R]
 >> endobj
-2002 0 obj <<
+1873 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5254 0 R
-/Kids [1979 0 R 2005 0 R 2041 0 R 2096 0 R 2115 0 R 2139 0 R]
+/Parent 5480 0 R
+/Kids [1786 0 R 1917 0 R 1939 0 R 1968 0 R 2022 0 R 2036 0 R]
 >> endobj
-2211 0 obj <<
+2095 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5254 0 R
-/Kids [2174 0 R 2213 0 R 2256 0 R 2290 0 R 2337 0 R 2375 0 R]
+/Parent 5480 0 R
+/Kids [2072 0 R 2098 0 R 2134 0 R 2206 0 R 2226 0 R 2245 0 R]
 >> endobj
-2442 0 obj <<
+2305 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5254 0 R
-/Kids [2416 0 R 2444 0 R 2475 0 R 2518 0 R 2550 0 R 2575 0 R]
+/Parent 5480 0 R
+/Kids [2280 0 R 2307 0 R 2352 0 R 2386 0 R 2428 0 R 2467 0 R]
 >> endobj
-2641 0 obj <<
+2545 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5254 0 R
-/Kids [2609 0 R 2643 0 R 2664 0 R 2692 0 R 2716 0 R 2743 0 R]
+/Parent 5480 0 R
+/Kids [2508 0 R 2547 0 R 2571 0 R 2611 0 R 2651 0 R 2677 0 R]
 >> endobj
-2800 0 obj <<
+2737 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5255 0 R
-/Kids [2767 0 R 2802 0 R 2829 0 R 2849 0 R 2884 0 R 2926 0 R]
+/Parent 5480 0 R
+/Kids [2704 0 R 2740 0 R 2771 0 R 2793 0 R 2820 0 R 2843 0 R]
 >> endobj
-2983 0 obj <<
+2887 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5255 0 R
-/Kids [2952 0 R 2985 0 R 3026 0 R 3066 0 R 3101 0 R 3144 0 R]
+/Parent 5481 0 R
+/Kids [2870 0 R 2889 0 R 2923 0 R 2950 0 R 2973 0 R 3004 0 R]
 >> endobj
-3202 0 obj <<
+3079 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5255 0 R
-/Kids [3175 0 R 3204 0 R 3242 0 R 3264 0 R 3287 0 R 3313 0 R]
+/Parent 5481 0 R
+/Kids [3058 0 R 3081 0 R 3112 0 R 3153 0 R 3199 0 R 3237 0 R]
 >> endobj
-3366 0 obj <<
+3313 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5255 0 R
-/Kids [3334 0 R 3368 0 R 3387 0 R 3417 0 R 3446 0 R 3523 0 R]
+/Parent 5481 0 R
+/Kids [3282 0 R 3315 0 R 3350 0 R 3378 0 R 3405 0 R 3444 0 R]
 >> endobj
-3578 0 obj <<
+3492 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5255 0 R
-/Kids [3551 0 R 3580 0 R 3612 0 R 3639 0 R 3677 0 R 3699 0 R]
+/Parent 5481 0 R
+/Kids [3474 0 R 3494 0 R 3511 0 R 3541 0 R 3575 0 R 3604 0 R]
 >> endobj
-3764 0 obj <<
+3637 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5255 0 R
-/Kids [3729 0 R 3766 0 R 3785 0 R 3800 0 R 3837 0 R 3844 0 R]
+/Parent 5481 0 R
+/Kids [3610 0 R 3641 0 R 3670 0 R 3747 0 R 3772 0 R 3801 0 R]
 >> endobj
-3851 0 obj <<
+3882 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5256 0 R
-/Kids [3848 0 R 3853 0 R 3857 0 R 3883 0 R 3887 0 R 3915 0 R]
+/Parent 5481 0 R
+/Kids [3851 0 R 3884 0 R 3894 0 R 3929 0 R 3949 0 R 3979 0 R]
 >> endobj
-3988 0 obj <<
+4015 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5256 0 R
-/Kids [3977 0 R 3990 0 R 4025 0 R 4044 0 R 4068 0 R 4080 0 R]
+/Parent 5482 0 R
+/Kids [4001 0 R 4017 0 R 4031 0 R 4057 0 R 4098 0 R 4120 0 R]
 >> endobj
-4123 0 obj <<
+4156 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5256 0 R
-/Kids [4099 0 R 4125 0 R 4166 0 R 4188 0 R 4205 0 R 4221 0 R]
+/Parent 5482 0 R
+/Kids [4137 0 R 4158 0 R 4175 0 R 4192 0 R 4220 0 R 4252 0 R]
 >> endobj
-4256 0 obj <<
+4316 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5256 0 R
-/Kids [4239 0 R 4258 0 R 4265 0 R 4296 0 R 4325 0 R 4355 0 R]
+/Parent 5482 0 R
+/Kids [4279 0 R 4318 0 R 4340 0 R 4370 0 R 4406 0 R 4425 0 R]
 >> endobj
-4409 0 obj <<
+4460 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5256 0 R
-/Kids [4384 0 R 4411 0 R 4445 0 R 4471 0 R 4504 0 R 4556 0 R]
+/Parent 5482 0 R
+/Kids [4443 0 R 4462 0 R 4494 0 R 4520 0 R 4555 0 R 4581 0 R]
 >> endobj
-4620 0 obj <<
+4641 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5256 0 R
-/Kids [4584 0 R 4622 0 R 4652 0 R 4687 0 R 4698 0 R 4725 0 R]
+/Parent 5482 0 R
+/Kids [4608 0 R 4643 0 R 4672 0 R 4704 0 R 4753 0 R 4787 0 R]
 >> endobj
-4771 0 obj <<
+4853 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5257 0 R
-/Kids [4750 0 R 4773 0 R 4790 0 R 4834 0 R 4861 0 R 4892 0 R]
+/Parent 5482 0 R
+/Kids [4818 0 R 4855 0 R 4882 0 R 4920 0 R 4947 0 R 4972 0 R]
 >> endobj
-4945 0 obj <<
+5010 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5257 0 R
-/Kids [4921 0 R 4947 0 R 4963 0 R 4974 0 R 5011 0 R 5023 0 R]
+/Parent 5483 0 R
+/Kids [4994 0 R 5012 0 R 5056 0 R 5083 0 R 5114 0 R 5144 0 R]
 >> endobj
-5041 0 obj <<
+5188 0 obj <<
 /Type /Pages
 /Count 6
-/Parent 5257 0 R
-/Kids [5036 0 R 5043 0 R 5093 0 R 5125 0 R 5153 0 R 5191 0 R]
+/Parent 5483 0 R
+/Kids [5173 0 R 5190 0 R 5201 0 R 5238 0 R 5250 0 R 5263 0 R]
 >> endobj
-5252 0 obj <<
+5318 0 obj <<
 /Type /Pages
-/Count 1
-/Parent 5257 0 R
-/Kids [5219 0 R]
+/Count 6
+/Parent 5483 0 R
+/Kids [5269 0 R 5320 0 R 5352 0 R 5380 0 R 5418 0 R 5446 0 R]
 >> endobj
-5254 0 obj <<
+5480 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 5258 0 R
-/Kids [1138 0 R 1790 0 R 2002 0 R 2211 0 R 2442 0 R 2641 0 R]
+/Parent 5484 0 R
+/Kids [1198 0 R 1873 0 R 2095 0 R 2305 0 R 2545 0 R 2737 0 R]
 >> endobj
-5255 0 obj <<
+5481 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 5258 0 R
-/Kids [2800 0 R 2983 0 R 3202 0 R 3366 0 R 3578 0 R 3764 0 R]
+/Parent 5484 0 R
+/Kids [2887 0 R 3079 0 R 3313 0 R 3492 0 R 3637 0 R 3882 0 R]
 >> endobj
-5256 0 obj <<
+5482 0 obj <<
 /Type /Pages
 /Count 36
-/Parent 5258 0 R
-/Kids [3851 0 R 3988 0 R 4123 0 R 4256 0 R 4409 0 R 4620 0 R]
+/Parent 5484 0 R
+/Kids [4015 0 R 4156 0 R 4316 0 R 4460 0 R 4641 0 R 4853 0 R]
 >> endobj
-5257 0 obj <<
+5483 0 obj <<
 /Type /Pages
-/Count 19
-/Parent 5258 0 R
-/Kids [4771 0 R 4945 0 R 5041 0 R 5252 0 R]
+/Count 18
+/Parent 5484 0 R
+/Kids [5010 0 R 5188 0 R 5318 0 R]
 >> endobj
-5258 0 obj <<
+5484 0 obj <<
 /Type /Pages
-/Count 127
-/Kids [5254 0 R 5255 0 R 5256 0 R 5257 0 R]
+/Count 126
+/Kids [5480 0 R 5481 0 R 5482 0 R 5483 0 R]
 >> endobj
-5259 0 obj <<
+5485 0 obj <<
 /Type /Outlines
 /First 3 0 R
-/Last 1123 0 R
+/Last 1183 0 R
 /Count 30
 >> endobj
+1187 0 obj <<
+/Title 1188 0 R
+/A 1185 0 R
+/Parent 1183 0 R
+>> endobj
+1183 0 obj <<
+/Title 1184 0 R
+/A 1181 0 R
+/Parent 5485 0 R
+/Prev 1171 0 R
+/First 1187 0 R
+/Last 1187 0 R
+/Count -1
+>> endobj
+1179 0 obj <<
+/Title 1180 0 R
+/A 1177 0 R
+/Parent 1175 0 R
+>> endobj
+1175 0 obj <<
+/Title 1176 0 R
+/A 1173 0 R
+/Parent 1171 0 R
+/First 1179 0 R
+/Last 1179 0 R
+/Count -1
+>> endobj
+1171 0 obj <<
+/Title 1172 0 R
+/A 1169 0 R
+/Parent 5485 0 R
+/Prev 1159 0 R
+/Next 1183 0 R
+/First 1175 0 R
+/Last 1175 0 R
+/Count -1
+>> endobj
+1167 0 obj <<
+/Title 1168 0 R
+/A 1165 0 R
+/Parent 1163 0 R
+>> endobj
+1163 0 obj <<
+/Title 1164 0 R
+/A 1161 0 R
+/Parent 1159 0 R
+/First 1167 0 R
+/Last 1167 0 R
+/Count -1
+>> endobj
+1159 0 obj <<
+/Title 1160 0 R
+/A 1157 0 R
+/Parent 5485 0 R
+/Prev 1147 0 R
+/Next 1171 0 R
+/First 1163 0 R
+/Last 1163 0 R
+/Count -1
+>> endobj
+1155 0 obj <<
+/Title 1156 0 R
+/A 1153 0 R
+/Parent 1151 0 R
+>> endobj
+1151 0 obj <<
+/Title 1152 0 R
+/A 1149 0 R
+/Parent 1147 0 R
+/First 1155 0 R
+/Last 1155 0 R
+/Count -1
+>> endobj
+1147 0 obj <<
+/Title 1148 0 R
+/A 1145 0 R
+/Parent 5485 0 R
+/Prev 1139 0 R
+/Next 1159 0 R
+/First 1151 0 R
+/Last 1151 0 R
+/Count -1
+>> endobj
+1143 0 obj <<
+/Title 1144 0 R
+/A 1141 0 R
+/Parent 1139 0 R
+>> endobj
+1139 0 obj <<
+/Title 1140 0 R
+/A 1137 0 R
+/Parent 5485 0 R
+/Prev 1123 0 R
+/Next 1147 0 R
+/First 1143 0 R
+/Last 1143 0 R
+/Count -1
+>> endobj
+1135 0 obj <<
+/Title 1136 0 R
+/A 1133 0 R
+/Parent 1127 0 R
+/Prev 1131 0 R
+>> endobj
+1131 0 obj <<
+/Title 1132 0 R
+/A 1129 0 R
+/Parent 1127 0 R
+/Next 1135 0 R
+>> endobj
 1127 0 obj <<
 /Title 1128 0 R
 /A 1125 0 R
 /Parent 1123 0 R
+/First 1131 0 R
+/Last 1135 0 R
+/Count -2
 >> endobj
 1123 0 obj <<
 /Title 1124 0 R
 /A 1121 0 R
-/Parent 5259 0 R
+/Parent 5485 0 R
 /Prev 1111 0 R
+/Next 1139 0 R
 /First 1127 0 R
 /Last 1127 0 R
 /Count -1
@@ -20320,8 +21086,8 @@ endobj
 1111 0 obj <<
 /Title 1112 0 R
 /A 1109 0 R
-/Parent 5259 0 R
-/Prev 1099 0 R
+/Parent 5485 0 R
+/Prev 1103 0 R
 /Next 1123 0 R
 /First 1115 0 R
 /Last 1115 0 R
@@ -20335,7 +21101,9 @@ endobj
 1103 0 obj <<
 /Title 1104 0 R
 /A 1101 0 R
-/Parent 1099 0 R
+/Parent 5485 0 R
+/Prev 1095 0 R
+/Next 1111 0 R
 /First 1107 0 R
 /Last 1107 0 R
 /Count -1
@@ -20343,32 +21111,27 @@ endobj
 1099 0 obj <<
 /Title 1100 0 R
 /A 1097 0 R
-/Parent 5259 0 R
-/Prev 1087 0 R
-/Next 1111 0 R
-/First 1103 0 R
-/Last 1103 0 R
-/Count -1
+/Parent 1095 0 R
 >> endobj
 1095 0 obj <<
 /Title 1096 0 R
 /A 1093 0 R
-/Parent 1091 0 R
+/Parent 5485 0 R
+/Prev 1083 0 R
+/Next 1103 0 R
+/First 1099 0 R
+/Last 1099 0 R
+/Count -1
 >> endobj
 1091 0 obj <<
 /Title 1092 0 R
 /A 1089 0 R
 /Parent 1087 0 R
-/First 1095 0 R
-/Last 1095 0 R
-/Count -1
 >> endobj
 1087 0 obj <<
 /Title 1088 0 R
 /A 1085 0 R
-/Parent 5259 0 R
-/Prev 1079 0 R
-/Next 1099 0 R
+/Parent 1083 0 R
 /First 1091 0 R
 /Last 1091 0 R
 /Count -1
@@ -20376,23 +21139,25 @@ endobj
 1083 0 obj <<
 /Title 1084 0 R
 /A 1081 0 R
-/Parent 1079 0 R
+/Parent 5485 0 R
+/Prev 1063 0 R
+/Next 1095 0 R
+/First 1087 0 R
+/Last 1087 0 R
+/Count -1
 >> endobj
 1079 0 obj <<
 /Title 1080 0 R
 /A 1077 0 R
-/Parent 5259 0 R
-/Prev 1063 0 R
-/Next 1087 0 R
-/First 1083 0 R
-/Last 1083 0 R
-/Count -1
+/Parent 1067 0 R
+/Prev 1075 0 R
 >> endobj
 1075 0 obj <<
 /Title 1076 0 R
 /A 1073 0 R
 /Parent 1067 0 R
 /Prev 1071 0 R
+/Next 1079 0 R
 >> endobj
 1071 0 obj <<
 /Title 1072 0 R
@@ -20405,15 +21170,15 @@ endobj
 /A 1065 0 R
 /Parent 1063 0 R
 /First 1071 0 R
-/Last 1075 0 R
-/Count -2
+/Last 1079 0 R
+/Count -3
 >> endobj
 1063 0 obj <<
 /Title 1064 0 R
 /A 1061 0 R
-/Parent 5259 0 R
-/Prev 1051 0 R
-/Next 1079 0 R
+/Parent 5485 0 R
+/Prev 1047 0 R
+/Next 1083 0 R
 /First 1067 0 R
 /Last 1067 0 R
 /Count -1
@@ -20421,52 +21186,52 @@ endobj
 1059 0 obj <<
 /Title 1060 0 R
 /A 1057 0 R
-/Parent 1055 0 R
+/Parent 1051 0 R
+/Prev 1055 0 R
 >> endobj
 1055 0 obj <<
 /Title 1056 0 R
 /A 1053 0 R
 /Parent 1051 0 R
-/First 1059 0 R
-/Last 1059 0 R
-/Count -1
+/Next 1059 0 R
 >> endobj
 1051 0 obj <<
 /Title 1052 0 R
 /A 1049 0 R
-/Parent 5259 0 R
-/Prev 1043 0 R
-/Next 1063 0 R
+/Parent 1047 0 R
 /First 1055 0 R
-/Last 1055 0 R
-/Count -1
+/Last 1059 0 R
+/Count -2
 >> endobj
 1047 0 obj <<
 /Title 1048 0 R
 /A 1045 0 R
-/Parent 1043 0 R
+/Parent 5485 0 R
+/Prev 1035 0 R
+/Next 1063 0 R
+/First 1051 0 R
+/Last 1051 0 R
+/Count -1
 >> endobj
 1043 0 obj <<
 /Title 1044 0 R
 /A 1041 0 R
-/Parent 5259 0 R
-/Prev 1035 0 R
-/Next 1051 0 R
-/First 1047 0 R
-/Last 1047 0 R
-/Count -1
+/Parent 1039 0 R
 >> endobj
 1039 0 obj <<
 /Title 1040 0 R
 /A 1037 0 R
 /Parent 1035 0 R
+/First 1043 0 R
+/Last 1043 0 R
+/Count -1
 >> endobj
 1035 0 obj <<
 /Title 1036 0 R
 /A 1033 0 R
-/Parent 5259 0 R
-/Prev 1023 0 R
-/Next 1043 0 R
+/Parent 5485 0 R
+/Prev 1027 0 R
+/Next 1047 0 R
 /First 1039 0 R
 /Last 1039 0 R
 /Count -1
@@ -20479,7 +21244,9 @@ endobj
 1027 0 obj <<
 /Title 1028 0 R
 /A 1025 0 R
-/Parent 1023 0 R
+/Parent 5485 0 R
+/Prev 1023 0 R
+/Next 1035 0 R
 /First 1031 0 R
 /Last 1031 0 R
 /Count -1
@@ -20487,398 +21254,393 @@ endobj
 1023 0 obj <<
 /Title 1024 0 R
 /A 1021 0 R
-/Parent 5259 0 R
-/Prev 1003 0 R
-/Next 1035 0 R
-/First 1027 0 R
-/Last 1027 0 R
-/Count -1
+/Parent 5485 0 R
+/Prev 971 0 R
+/Next 1027 0 R
 >> endobj
 1019 0 obj <<
 /Title 1020 0 R
 /A 1017 0 R
-/Parent 1007 0 R
+/Parent 971 0 R
 /Prev 1015 0 R
 >> endobj
 1015 0 obj <<
 /Title 1016 0 R
 /A 1013 0 R
-/Parent 1007 0 R
+/Parent 971 0 R
 /Prev 1011 0 R
 /Next 1019 0 R
 >> endobj
 1011 0 obj <<
 /Title 1012 0 R
 /A 1009 0 R
-/Parent 1007 0 R
+/Parent 971 0 R
+/Prev 1007 0 R
 /Next 1015 0 R
 >> endobj
 1007 0 obj <<
 /Title 1008 0 R
 /A 1005 0 R
-/Parent 1003 0 R
-/First 1011 0 R
-/Last 1019 0 R
-/Count -3
+/Parent 971 0 R
+/Prev 1003 0 R
+/Next 1011 0 R
 >> endobj
 1003 0 obj <<
 /Title 1004 0 R
 /A 1001 0 R
-/Parent 5259 0 R
-/Prev 987 0 R
-/Next 1023 0 R
-/First 1007 0 R
-/Last 1007 0 R
-/Count -1
+/Parent 971 0 R
+/Prev 999 0 R
+/Next 1007 0 R
 >> endobj
 999 0 obj <<
 /Title 1000 0 R
 /A 997 0 R
-/Parent 991 0 R
+/Parent 971 0 R
 /Prev 995 0 R
+/Next 1003 0 R
 >> endobj
 995 0 obj <<
 /Title 996 0 R
 /A 993 0 R
-/Parent 991 0 R
+/Parent 971 0 R
+/Prev 991 0 R
 /Next 999 0 R
 >> endobj
 991 0 obj <<
 /Title 992 0 R
 /A 989 0 R
-/Parent 987 0 R
-/First 995 0 R
-/Last 999 0 R
-/Count -2
+/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 5259 0 R
-/Prev 975 0 R
-/Next 1003 0 R
-/First 991 0 R
-/Last 991 0 R
-/Count -1
+/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 979 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
-/First 983 0 R
-/Last 983 0 R
-/Count -1
+/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 5259 0 R
-/Prev 967 0 R
-/Next 987 0 R
-/First 979 0 R
-/Last 979 0 R
-/Count -1
+/Parent 971 0 R
+/Next 979 0 R
 >> endobj
 971 0 obj <<
 /Title 972 0 R
 /A 969 0 R
-/Parent 967 0 R
+/Parent 5485 0 R
+/Prev 955 0 R
+/Next 1023 0 R
+/First 975 0 R
+/Last 1019 0 R
+/Count -12
 >> endobj
 967 0 obj <<
 /Title 968 0 R
 /A 965 0 R
-/Parent 5259 0 R
+/Parent 955 0 R
 /Prev 963 0 R
-/Next 975 0 R
-/First 971 0 R
-/Last 971 0 R
-/Count -1
 >> endobj
 963 0 obj <<
 /Title 964 0 R
 /A 961 0 R
-/Parent 5259 0 R
-/Prev 911 0 R
+/Parent 955 0 R
+/Prev 959 0 R
 /Next 967 0 R
 >> endobj
 959 0 obj <<
 /Title 960 0 R
 /A 957 0 R
-/Parent 911 0 R
-/Prev 955 0 R
+/Parent 955 0 R
+/Next 963 0 R
 >> endobj
 955 0 obj <<
 /Title 956 0 R
 /A 953 0 R
-/Parent 911 0 R
-/Prev 951 0 R
-/Next 959 0 R
+/Parent 5485 0 R
+/Prev 943 0 R
+/Next 971 0 R
+/First 959 0 R
+/Last 967 0 R
+/Count -3
 >> endobj
 951 0 obj <<
 /Title 952 0 R
 /A 949 0 R
-/Parent 911 0 R
+/Parent 943 0 R
 /Prev 947 0 R
-/Next 955 0 R
 >> endobj
 947 0 obj <<
 /Title 948 0 R
 /A 945 0 R
-/Parent 911 0 R
-/Prev 943 0 R
+/Parent 943 0 R
 /Next 951 0 R
 >> endobj
 943 0 obj <<
 /Title 944 0 R
 /A 941 0 R
-/Parent 911 0 R
-/Prev 939 0 R
-/Next 947 0 R
+/Parent 5485 0 R
+/Prev 903 0 R
+/Next 955 0 R
+/First 947 0 R
+/Last 951 0 R
+/Count -2
 >> endobj
 939 0 obj <<
 /Title 940 0 R
 /A 937 0 R
-/Parent 911 0 R
+/Parent 903 0 R
 /Prev 935 0 R
-/Next 943 0 R
 >> endobj
 935 0 obj <<
 /Title 936 0 R
 /A 933 0 R
-/Parent 911 0 R
+/Parent 903 0 R
 /Prev 931 0 R
 /Next 939 0 R
 >> endobj
 931 0 obj <<
 /Title 932 0 R
 /A 929 0 R
-/Parent 911 0 R
+/Parent 903 0 R
 /Prev 927 0 R
 /Next 935 0 R
 >> endobj
 927 0 obj <<
 /Title 928 0 R
 /A 925 0 R
-/Parent 911 0 R
+/Parent 903 0 R
 /Prev 923 0 R
 /Next 931 0 R
 >> endobj
 923 0 obj <<
 /Title 924 0 R
 /A 921 0 R
-/Parent 911 0 R
+/Parent 903 0 R
 /Prev 919 0 R
 /Next 927 0 R
 >> endobj
 919 0 obj <<
 /Title 920 0 R
 /A 917 0 R
-/Parent 911 0 R
+/Parent 903 0 R
 /Prev 915 0 R
 /Next 923 0 R
 >> endobj
 915 0 obj <<
 /Title 916 0 R
 /A 913 0 R
-/Parent 911 0 R
+/Parent 903 0 R
+/Prev 911 0 R
 /Next 919 0 R
 >> endobj
 911 0 obj <<
 /Title 912 0 R
 /A 909 0 R
-/Parent 5259 0 R
-/Prev 895 0 R
-/Next 963 0 R
-/First 915 0 R
-/Last 959 0 R
-/Count -12
+/Parent 903 0 R
+/Prev 907 0 R
+/Next 915 0 R
 >> endobj
 907 0 obj <<
 /Title 908 0 R
 /A 905 0 R
-/Parent 895 0 R
-/Prev 903 0 R
+/Parent 903 0 R
+/Next 911 0 R
 >> endobj
 903 0 obj <<
 /Title 904 0 R
 /A 901 0 R
-/Parent 895 0 R
+/Parent 5485 0 R
 /Prev 899 0 R
-/Next 907 0 R
+/Next 943 0 R
+/First 907 0 R
+/Last 939 0 R
+/Count -9
 >> endobj
 899 0 obj <<
 /Title 900 0 R
 /A 897 0 R
-/Parent 895 0 R
+/Parent 5485 0 R
+/Prev 831 0 R
 /Next 903 0 R
 >> endobj
 895 0 obj <<
 /Title 896 0 R
 /A 893 0 R
-/Parent 5259 0 R
-/Prev 883 0 R
-/Next 911 0 R
-/First 899 0 R
-/Last 907 0 R
-/Count -3
+/Parent 875 0 R
+/Prev 891 0 R
 >> endobj
 891 0 obj <<
 /Title 892 0 R
 /A 889 0 R
-/Parent 883 0 R
+/Parent 875 0 R
 /Prev 887 0 R
+/Next 895 0 R
 >> endobj
 887 0 obj <<
 /Title 888 0 R
 /A 885 0 R
-/Parent 883 0 R
+/Parent 875 0 R
+/Prev 883 0 R
 /Next 891 0 R
 >> endobj
 883 0 obj <<
 /Title 884 0 R
 /A 881 0 R
-/Parent 5259 0 R
-/Prev 843 0 R
-/Next 895 0 R
-/First 887 0 R
-/Last 891 0 R
-/Count -2
+/Parent 875 0 R
+/Prev 879 0 R
+/Next 887 0 R
 >> endobj
 879 0 obj <<
 /Title 880 0 R
 /A 877 0 R
-/Parent 843 0 R
-/Prev 875 0 R
+/Parent 875 0 R
+/Next 883 0 R
 >> endobj
 875 0 obj <<
 /Title 876 0 R
 /A 873 0 R
-/Parent 843 0 R
+/Parent 831 0 R
 /Prev 871 0 R
-/Next 879 0 R
+/First 879 0 R
+/Last 895 0 R
+/Count -5
 >> endobj
 871 0 obj <<
 /Title 872 0 R
 /A 869 0 R
-/Parent 843 0 R
+/Parent 831 0 R
 /Prev 867 0 R
 /Next 875 0 R
 >> endobj
 867 0 obj <<
 /Title 868 0 R
 /A 865 0 R
-/Parent 843 0 R
-/Prev 863 0 R
+/Parent 831 0 R
+/Prev 839 0 R
 /Next 871 0 R
 >> endobj
 863 0 obj <<
 /Title 864 0 R
 /A 861 0 R
-/Parent 843 0 R
+/Parent 839 0 R
 /Prev 859 0 R
-/Next 867 0 R
 >> endobj
 859 0 obj <<
 /Title 860 0 R
 /A 857 0 R
-/Parent 843 0 R
+/Parent 839 0 R
 /Prev 855 0 R
 /Next 863 0 R
 >> endobj
 855 0 obj <<
 /Title 856 0 R
 /A 853 0 R
-/Parent 843 0 R
+/Parent 839 0 R
 /Prev 851 0 R
 /Next 859 0 R
 >> endobj
 851 0 obj <<
 /Title 852 0 R
 /A 849 0 R
-/Parent 843 0 R
+/Parent 839 0 R
 /Prev 847 0 R
 /Next 855 0 R
 >> endobj
 847 0 obj <<
 /Title 848 0 R
 /A 845 0 R
-/Parent 843 0 R
+/Parent 839 0 R
+/Prev 843 0 R
 /Next 851 0 R
 >> endobj
 843 0 obj <<
 /Title 844 0 R
 /A 841 0 R
-/Parent 5259 0 R
-/Prev 839 0 R
-/Next 883 0 R
-/First 847 0 R
-/Last 879 0 R
-/Count -9
+/Parent 839 0 R
+/Next 847 0 R
 >> endobj
 839 0 obj <<
 /Title 840 0 R
 /A 837 0 R
-/Parent 5259 0 R
-/Prev 671 0 R
-/Next 843 0 R
+/Parent 831 0 R
+/Prev 835 0 R
+/Next 867 0 R
+/First 843 0 R
+/Last 863 0 R
+/Count -6
 >> endobj
 835 0 obj <<
 /Title 836 0 R
 /A 833 0 R
-/Parent 819 0 R
-/Prev 831 0 R
+/Parent 831 0 R
+/Next 839 0 R
 >> endobj
 831 0 obj <<
 /Title 832 0 R
 /A 829 0 R
-/Parent 819 0 R
-/Prev 827 0 R
-/Next 835 0 R
+/Parent 5485 0 R
+/Prev 651 0 R
+/Next 899 0 R
+/First 835 0 R
+/Last 875 0 R
+/Count -5
 >> endobj
 827 0 obj <<
 /Title 828 0 R
 /A 825 0 R
-/Parent 819 0 R
+/Parent 811 0 R
 /Prev 823 0 R
-/Next 831 0 R
 >> endobj
 823 0 obj <<
 /Title 824 0 R
 /A 821 0 R
-/Parent 819 0 R
+/Parent 811 0 R
+/Prev 819 0 R
 /Next 827 0 R
 >> endobj
 819 0 obj <<
 /Title 820 0 R
 /A 817 0 R
-/Parent 671 0 R
+/Parent 811 0 R
 /Prev 815 0 R
-/First 823 0 R
-/Last 835 0 R
-/Count -4
+/Next 823 0 R
 >> endobj
 815 0 obj <<
 /Title 816 0 R
 /A 813 0 R
-/Parent 671 0 R
-/Prev 795 0 R
+/Parent 811 0 R
 /Next 819 0 R
 >> endobj
 811 0 obj <<
 /Title 812 0 R
 /A 809 0 R
-/Parent 803 0 R
+/Parent 651 0 R
 /Prev 807 0 R
+/First 815 0 R
+/Last 827 0 R
+/Count -4
 >> endobj
 807 0 obj <<
 /Title 808 0 R
 /A 805 0 R
-/Parent 803 0 R
+/Parent 651 0 R
+/Prev 787 0 R
 /Next 811 0 R
 >> endobj
 803 0 obj <<
@@ -20886,9 +21648,6 @@ endobj
 /A 801 0 R
 /Parent 795 0 R
 /Prev 799 0 R
-/First 807 0 R
-/Last 811 0 R
-/Count -2
 >> endobj
 799 0 obj <<
 /Title 800 0 R
@@ -20899,9 +21658,8 @@ endobj
 795 0 obj <<
 /Title 796 0 R
 /A 793 0 R
-/Parent 671 0 R
-/Prev 775 0 R
-/Next 815 0 R
+/Parent 787 0 R
+/Prev 791 0 R
 /First 799 0 R
 /Last 803 0 R
 /Count -2
@@ -20909,58 +21667,60 @@ endobj
 791 0 obj <<
 /Title 792 0 R
 /A 789 0 R
-/Parent 775 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 775 0 R
-/Prev 783 0 R
-/Next 791 0 R
+/Parent 651 0 R
+/Prev 767 0 R
+/Next 807 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 775 0 R
+/Parent 767 0 R
 /Prev 779 0 R
-/Next 787 0 R
 >> endobj
 779 0 obj <<
 /Title 780 0 R
 /A 777 0 R
-/Parent 775 0 R
+/Parent 767 0 R
+/Prev 775 0 R
 /Next 783 0 R
 >> endobj
 775 0 obj <<
 /Title 776 0 R
 /A 773 0 R
-/Parent 671 0 R
-/Prev 751 0 R
-/Next 795 0 R
-/First 779 0 R
-/Last 791 0 R
-/Count -4
+/Parent 767 0 R
+/Prev 771 0 R
+/Next 779 0 R
 >> endobj
 771 0 obj <<
 /Title 772 0 R
 /A 769 0 R
-/Parent 751 0 R
-/Prev 767 0 R
+/Parent 767 0 R
+/Next 775 0 R
 >> endobj
 767 0 obj <<
 /Title 768 0 R
 /A 765 0 R
-/Parent 751 0 R
-/Prev 763 0 R
-/Next 771 0 R
+/Parent 651 0 R
+/Prev 751 0 R
+/Next 787 0 R
+/First 771 0 R
+/Last 783 0 R
+/Count -4
 >> endobj
 763 0 obj <<
 /Title 764 0 R
 /A 761 0 R
 /Parent 751 0 R
 /Prev 759 0 R
-/Next 767 0 R
 >> endobj
 759 0 obj <<
 /Title 760 0 R
@@ -20978,12 +21738,12 @@ endobj
 751 0 obj <<
 /Title 752 0 R
 /A 749 0 R
-/Parent 671 0 R
-/Prev 719 0 R
-/Next 775 0 R
+/Parent 651 0 R
+/Prev 715 0 R
+/Next 767 0 R
 /First 755 0 R
-/Last 771 0 R
-/Count -5
+/Last 763 0 R
+/Count -3
 >> endobj
 747 0 obj <<
 /Title 748 0 R
@@ -21035,9 +21795,7 @@ endobj
 719 0 obj <<
 /Title 720 0 R
 /A 717 0 R
-/Parent 671 0 R
-/Prev 715 0 R
-/Next 751 0 R
+/Parent 715 0 R
 /First 723 0 R
 /Last 747 0 R
 /Count -7
@@ -21045,196 +21803,200 @@ endobj
 715 0 obj <<
 /Title 716 0 R
 /A 713 0 R
-/Parent 671 0 R
-/Prev 711 0 R
-/Next 719 0 R
+/Parent 651 0 R
+/Prev 703 0 R
+/Next 751 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 671 0 R
-/Prev 691 0 R
-/Next 715 0 R
+/Parent 703 0 R
+/Prev 707 0 R
 >> endobj
 707 0 obj <<
 /Title 708 0 R
 /A 705 0 R
-/Parent 695 0 R
-/Prev 703 0 R
+/Parent 703 0 R
+/Next 711 0 R
 >> endobj
 703 0 obj <<
 /Title 704 0 R
 /A 701 0 R
-/Parent 695 0 R
-/Prev 699 0 R
-/Next 707 0 R
+/Parent 651 0 R
+/Prev 671 0 R
+/Next 715 0 R
+/First 707 0 R
+/Last 711 0 R
+/Count -2
 >> endobj
 699 0 obj <<
 /Title 700 0 R
 /A 697 0 R
-/Parent 695 0 R
-/Next 703 0 R
+/Parent 671 0 R
+/Prev 695 0 R
 >> endobj
 695 0 obj <<
 /Title 696 0 R
 /A 693 0 R
-/Parent 691 0 R
-/First 699 0 R
-/Last 707 0 R
-/Count -3
+/Parent 671 0 R
+/Prev 691 0 R
+/Next 699 0 R
 >> endobj
 691 0 obj <<
 /Title 692 0 R
 /A 689 0 R
 /Parent 671 0 R
-/Prev 687 0 R
-/Next 711 0 R
-/First 695 0 R
-/Last 695 0 R
-/Count -1
+/Prev 675 0 R
+/Next 695 0 R
 >> endobj
 687 0 obj <<
 /Title 688 0 R
 /A 685 0 R
-/Parent 671 0 R
+/Parent 675 0 R
 /Prev 683 0 R
-/Next 691 0 R
 >> endobj
 683 0 obj <<
 /Title 684 0 R
 /A 681 0 R
-/Parent 671 0 R
+/Parent 675 0 R
 /Prev 679 0 R
 /Next 687 0 R
 >> endobj
 679 0 obj <<
 /Title 680 0 R
 /A 677 0 R
-/Parent 671 0 R
-/Prev 675 0 R
+/Parent 675 0 R
 /Next 683 0 R
 >> endobj
 675 0 obj <<
 /Title 676 0 R
 /A 673 0 R
 /Parent 671 0 R
-/Next 679 0 R
+/Next 691 0 R
+/First 679 0 R
+/Last 687 0 R
+/Count -3
 >> endobj
 671 0 obj <<
 /Title 672 0 R
 /A 669 0 R
-/Parent 5259 0 R
-/Prev 591 0 R
-/Next 839 0 R
+/Parent 651 0 R
+/Prev 667 0 R
+/Next 703 0 R
 /First 675 0 R
-/Last 819 0 R
-/Count -13
+/Last 699 0 R
+/Count -4
 >> endobj
 667 0 obj <<
 /Title 668 0 R
 /A 665 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 663 0 R
+/Next 671 0 R
 >> endobj
 663 0 obj <<
 /Title 664 0 R
 /A 661 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 659 0 R
 /Next 667 0 R
 >> endobj
 659 0 obj <<
 /Title 660 0 R
 /A 657 0 R
-/Parent 647 0 R
+/Parent 651 0 R
 /Prev 655 0 R
 /Next 663 0 R
 >> endobj
 655 0 obj <<
 /Title 656 0 R
 /A 653 0 R
-/Parent 647 0 R
-/Prev 651 0 R
+/Parent 651 0 R
 /Next 659 0 R
 >> endobj
 651 0 obj <<
 /Title 652 0 R
 /A 649 0 R
-/Parent 647 0 R
-/Next 655 0 R
+/Parent 5485 0 R
+/Prev 595 0 R
+/Next 831 0 R
+/First 655 0 R
+/Last 811 0 R
+/Count -12
 >> endobj
 647 0 obj <<
 /Title 648 0 R
 /A 645 0 R
-/Parent 591 0 R
-/Prev 635 0 R
-/First 651 0 R
-/Last 667 0 R
-/Count -5
+/Parent 643 0 R
 >> endobj
 643 0 obj <<
 /Title 644 0 R
 /A 641 0 R
-/Parent 639 0 R
+/Parent 595 0 R
+/Prev 631 0 R
+/First 647 0 R
+/Last 647 0 R
+/Count -1
 >> endobj
 639 0 obj <<
 /Title 640 0 R
 /A 637 0 R
-/Parent 635 0 R
-/First 643 0 R
-/Last 643 0 R
-/Count -1
+/Parent 631 0 R
+/Prev 635 0 R
 >> endobj
 635 0 obj <<
 /Title 636 0 R
 /A 633 0 R
-/Parent 591 0 R
-/Prev 631 0 R
-/Next 647 0 R
-/First 639 0 R
-/Last 639 0 R
-/Count -1
+/Parent 631 0 R
+/Next 639 0 R
 >> endobj
 631 0 obj <<
 /Title 632 0 R
 /A 629 0 R
-/Parent 591 0 R
-/Prev 627 0 R
-/Next 635 0 R
+/Parent 595 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 591 0 R
-/Prev 599 0 R
-/Next 631 0 R
+/Parent 615 0 R
+/Prev 623 0 R
 >> endobj
 623 0 obj <<
 /Title 624 0 R
 /A 621 0 R
-/Parent 599 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 599 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 599 0 R
-/Prev 611 0 R
-/Next 619 0 R
+/Parent 595 0 R
+/Prev 599 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 599 0 R
 /Prev 607 0 R
-/Next 615 0 R
 >> endobj
 607 0 obj <<
 /Title 608 0 R
@@ -21252,351 +22014,351 @@ endobj
 599 0 obj <<
 /Title 600 0 R
 /A 597 0 R
-/Parent 591 0 R
-/Prev 595 0 R
-/Next 627 0 R
+/Parent 595 0 R
+/Next 615 0 R
 /First 603 0 R
-/Last 623 0 R
-/Count -6
+/Last 611 0 R
+/Count -3
 >> endobj
 595 0 obj <<
 /Title 596 0 R
 /A 593 0 R
-/Parent 591 0 R
-/Next 599 0 R
+/Parent 5485 0 R
+/Prev 335 0 R
+/Next 651 0 R
+/First 599 0 R
+/Last 643 0 R
+/Count -4
 >> endobj
 591 0 obj <<
 /Title 592 0 R
 /A 589 0 R
-/Parent 5259 0 R
-/Prev 535 0 R
-/Next 671 0 R
-/First 595 0 R
-/Last 647 0 R
-/Count -6
+/Parent 563 0 R
+/Prev 575 0 R
 >> endobj
 587 0 obj <<
 /Title 588 0 R
 /A 585 0 R
-/Parent 583 0 R
+/Parent 575 0 R
+/Prev 583 0 R
 >> endobj
 583 0 obj <<
 /Title 584 0 R
 /A 581 0 R
-/Parent 535 0 R
-/Prev 571 0 R
-/First 587 0 R
-/Last 587 0 R
-/Count -1
+/Parent 575 0 R
+/Prev 579 0 R
+/Next 587 0 R
 >> endobj
 579 0 obj <<
 /Title 580 0 R
 /A 577 0 R
-/Parent 571 0 R
-/Prev 575 0 R
+/Parent 575 0 R
+/Next 583 0 R
 >> endobj
 575 0 obj <<
 /Title 576 0 R
 /A 573 0 R
-/Parent 571 0 R
-/Next 579 0 R
+/Parent 563 0 R
+/Prev 571 0 R
+/Next 591 0 R
+/First 579 0 R
+/Last 587 0 R
+/Count -3
 >> endobj
 571 0 obj <<
 /Title 572 0 R
 /A 569 0 R
-/Parent 535 0 R
-/Prev 555 0 R
-/Next 583 0 R
-/First 575 0 R
-/Last 579 0 R
-/Count -2
+/Parent 563 0 R
+/Prev 567 0 R
+/Next 575 0 R
 >> endobj
 567 0 obj <<
 /Title 568 0 R
 /A 565 0 R
-/Parent 555 0 R
-/Prev 563 0 R
+/Parent 563 0 R
+/Next 571 0 R
 >> endobj
 563 0 obj <<
 /Title 564 0 R
 /A 561 0 R
-/Parent 555 0 R
-/Prev 559 0 R
-/Next 567 0 R
+/Parent 335 0 R
+/Prev 531 0 R
+/First 567 0 R
+/Last 591 0 R
+/Count -4
 >> endobj
 559 0 obj <<
 /Title 560 0 R
 /A 557 0 R
-/Parent 555 0 R
-/Next 563 0 R
+/Parent 547 0 R
+/Prev 555 0 R
 >> endobj
 555 0 obj <<
 /Title 556 0 R
 /A 553 0 R
-/Parent 535 0 R
-/Prev 539 0 R
-/Next 571 0 R
-/First 559 0 R
-/Last 567 0 R
-/Count -3
+/Parent 547 0 R
+/Prev 551 0 R
+/Next 559 0 R
 >> endobj
 551 0 obj <<
 /Title 552 0 R
 /A 549 0 R
-/Parent 539 0 R
-/Prev 547 0 R
+/Parent 547 0 R
+/Next 555 0 R
 >> endobj
 547 0 obj <<
 /Title 548 0 R
 /A 545 0 R
-/Parent 539 0 R
+/Parent 531 0 R
 /Prev 543 0 R
-/Next 551 0 R
+/First 551 0 R
+/Last 559 0 R
+/Count -3
 >> endobj
 543 0 obj <<
 /Title 544 0 R
 /A 541 0 R
-/Parent 539 0 R
+/Parent 531 0 R
+/Prev 539 0 R
 /Next 547 0 R
 >> endobj
 539 0 obj <<
 /Title 540 0 R
 /A 537 0 R
-/Parent 535 0 R
-/Next 555 0 R
-/First 543 0 R
-/Last 551 0 R
-/Count -3
+/Parent 531 0 R
+/Prev 535 0 R
+/Next 543 0 R
 >> endobj
 535 0 obj <<
 /Title 536 0 R
 /A 533 0 R
-/Parent 5259 0 R
-/Prev 331 0 R
-/Next 591 0 R
-/First 539 0 R
-/Last 583 0 R
-/Count -4
+/Parent 531 0 R
+/Next 539 0 R
 >> endobj
 531 0 obj <<
 /Title 532 0 R
 /A 529 0 R
-/Parent 507 0 R
-/Prev 515 0 R
+/Parent 335 0 R
+/Prev 527 0 R
+/Next 563 0 R
+/First 535 0 R
+/Last 547 0 R
+/Count -4
 >> endobj
 527 0 obj <<
 /Title 528 0 R
 /A 525 0 R
-/Parent 515 0 R
+/Parent 335 0 R
 /Prev 523 0 R
+/Next 531 0 R
 >> endobj
 523 0 obj <<
 /Title 524 0 R
 /A 521 0 R
-/Parent 515 0 R
-/Prev 519 0 R
+/Parent 335 0 R
+/Prev 511 0 R
 /Next 527 0 R
 >> endobj
 519 0 obj <<
 /Title 520 0 R
 /A 517 0 R
-/Parent 515 0 R
-/Next 523 0 R
+/Parent 511 0 R
+/Prev 515 0 R
 >> endobj
 515 0 obj <<
 /Title 516 0 R
 /A 513 0 R
-/Parent 507 0 R
-/Prev 511 0 R
-/Next 531 0 R
-/First 519 0 R
-/Last 527 0 R
-/Count -3
+/Parent 511 0 R
+/Next 519 0 R
 >> endobj
 511 0 obj <<
 /Title 512 0 R
 /A 509 0 R
-/Parent 507 0 R
-/Next 515 0 R
+/Parent 335 0 R
+/Prev 495 0 R
+/Next 523 0 R
+/First 515 0 R
+/Last 519 0 R
+/Count -2
 >> endobj
 507 0 obj <<
 /Title 508 0 R
 /A 505 0 R
-/Parent 331 0 R
-/Prev 475 0 R
-/First 511 0 R
-/Last 531 0 R
-/Count -3
+/Parent 495 0 R
+/Prev 503 0 R
 >> endobj
 503 0 obj <<
 /Title 504 0 R
 /A 501 0 R
-/Parent 491 0 R
+/Parent 495 0 R
 /Prev 499 0 R
+/Next 507 0 R
 >> endobj
 499 0 obj <<
 /Title 500 0 R
 /A 497 0 R
-/Parent 491 0 R
-/Prev 495 0 R
+/Parent 495 0 R
 /Next 503 0 R
 >> endobj
 495 0 obj <<
 /Title 496 0 R
 /A 493 0 R
-/Parent 491 0 R
-/Next 499 0 R
+/Parent 335 0 R
+/Prev 403 0 R
+/Next 511 0 R
+/First 499 0 R
+/Last 507 0 R
+/Count -3
 >> endobj
 491 0 obj <<
 /Title 492 0 R
 /A 489 0 R
-/Parent 475 0 R
+/Parent 435 0 R
 /Prev 487 0 R
-/First 495 0 R
-/Last 503 0 R
-/Count -3
 >> endobj
 487 0 obj <<
 /Title 488 0 R
 /A 485 0 R
-/Parent 475 0 R
-/Prev 483 0 R
+/Parent 435 0 R
+/Prev 439 0 R
 /Next 491 0 R
 >> endobj
 483 0 obj <<
 /Title 484 0 R
 /A 481 0 R
-/Parent 475 0 R
+/Parent 439 0 R
 /Prev 479 0 R
-/Next 487 0 R
 >> endobj
 479 0 obj <<
 /Title 480 0 R
 /A 477 0 R
-/Parent 475 0 R
+/Parent 439 0 R
+/Prev 475 0 R
 /Next 483 0 R
 >> endobj
 475 0 obj <<
 /Title 476 0 R
 /A 473 0 R
-/Parent 331 0 R
+/Parent 439 0 R
 /Prev 471 0 R
-/Next 507 0 R
-/First 479 0 R
-/Last 491 0 R
-/Count -4
+/Next 479 0 R
 >> endobj
 471 0 obj <<
 /Title 472 0 R
 /A 469 0 R
-/Parent 331 0 R
+/Parent 439 0 R
 /Prev 467 0 R
 /Next 475 0 R
 >> endobj
 467 0 obj <<
 /Title 468 0 R
 /A 465 0 R
-/Parent 331 0 R
-/Prev 383 0 R
+/Parent 439 0 R
+/Prev 463 0 R
 /Next 471 0 R
 >> endobj
 463 0 obj <<
 /Title 464 0 R
 /A 461 0 R
-/Parent 415 0 R
+/Parent 439 0 R
 /Prev 459 0 R
+/Next 467 0 R
 >> endobj
 459 0 obj <<
 /Title 460 0 R
 /A 457 0 R
-/Parent 415 0 R
-/Prev 419 0 R
+/Parent 439 0 R
+/Prev 455 0 R
 /Next 463 0 R
 >> endobj
 455 0 obj <<
 /Title 456 0 R
 /A 453 0 R
-/Parent 419 0 R
+/Parent 439 0 R
 /Prev 451 0 R
+/Next 459 0 R
 >> endobj
 451 0 obj <<
 /Title 452 0 R
 /A 449 0 R
-/Parent 419 0 R
+/Parent 439 0 R
 /Prev 447 0 R
 /Next 455 0 R
 >> endobj
 447 0 obj <<
 /Title 448 0 R
 /A 445 0 R
-/Parent 419 0 R
+/Parent 439 0 R
 /Prev 443 0 R
 /Next 451 0 R
 >> endobj
 443 0 obj <<
 /Title 444 0 R
 /A 441 0 R
-/Parent 419 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 419 0 R
-/Prev 435 0 R
-/Next 443 0 R
+/Parent 435 0 R
+/Next 487 0 R
+/First 443 0 R
+/Last 483 0 R
+/Count -11
 >> endobj
 435 0 obj <<
 /Title 436 0 R
 /A 433 0 R
-/Parent 419 0 R
-/Prev 431 0 R
-/Next 439 0 R
+/Parent 403 0 R
+/Prev 423 0 R
+/First 439 0 R
+/Last 491 0 R
+/Count -3
 >> endobj
 431 0 obj <<
 /Title 432 0 R
 /A 429 0 R
-/Parent 419 0 R
+/Parent 423 0 R
 /Prev 427 0 R
-/Next 435 0 R
 >> endobj
 427 0 obj <<
 /Title 428 0 R
 /A 425 0 R
-/Parent 419 0 R
-/Prev 423 0 R
+/Parent 423 0 R
 /Next 431 0 R
 >> endobj
 423 0 obj <<
 /Title 424 0 R
 /A 421 0 R
-/Parent 419 0 R
-/Next 427 0 R
+/Parent 403 0 R
+/Prev 419 0 R
+/Next 435 0 R
+/First 427 0 R
+/Last 431 0 R
+/Count -2
 >> endobj
 419 0 obj <<
 /Title 420 0 R
 /A 417 0 R
-/Parent 415 0 R
-/Next 459 0 R
-/First 423 0 R
-/Last 455 0 R
-/Count -9
+/Parent 403 0 R
+/Prev 411 0 R
+/Next 423 0 R
 >> endobj
 415 0 obj <<
 /Title 416 0 R
 /A 413 0 R
-/Parent 383 0 R
-/Prev 403 0 R
-/First 419 0 R
-/Last 463 0 R
-/Count -3
+/Parent 411 0 R
 >> endobj
 411 0 obj <<
 /Title 412 0 R
 /A 409 0 R
 /Parent 403 0 R
 /Prev 407 0 R
+/Next 419 0 R
+/First 415 0 R
+/Last 415 0 R
+/Count -1
 >> endobj
 407 0 obj <<
 /Title 408 0 R
@@ -21607,507 +22369,505 @@ endobj
 403 0 obj <<
 /Title 404 0 R
 /A 401 0 R
-/Parent 383 0 R
+/Parent 335 0 R
 /Prev 399 0 R
-/Next 415 0 R
+/Next 495 0 R
 /First 407 0 R
-/Last 411 0 R
-/Count -2
+/Last 435 0 R
+/Count -5
 >> endobj
 399 0 obj <<
 /Title 400 0 R
 /A 397 0 R
-/Parent 383 0 R
-/Prev 391 0 R
+/Parent 335 0 R
+/Prev 395 0 R
 /Next 403 0 R
 >> endobj
 395 0 obj <<
 /Title 396 0 R
 /A 393 0 R
-/Parent 391 0 R
+/Parent 335 0 R
+/Prev 391 0 R
+/Next 399 0 R
 >> endobj
 391 0 obj <<
 /Title 392 0 R
 /A 389 0 R
-/Parent 383 0 R
+/Parent 335 0 R
 /Prev 387 0 R
-/Next 399 0 R
-/First 395 0 R
-/Last 395 0 R
-/Count -1
+/Next 395 0 R
 >> endobj
 387 0 obj <<
 /Title 388 0 R
 /A 385 0 R
-/Parent 383 0 R
+/Parent 335 0 R
+/Prev 383 0 R
 /Next 391 0 R
 >> endobj
 383 0 obj <<
 /Title 384 0 R
 /A 381 0 R
-/Parent 331 0 R
-/Prev 379 0 R
-/Next 467 0 R
-/First 387 0 R
-/Last 415 0 R
-/Count -5
+/Parent 335 0 R
+/Prev 343 0 R
+/Next 387 0 R
 >> endobj
 379 0 obj <<
 /Title 380 0 R
 /A 377 0 R
-/Parent 331 0 R
+/Parent 351 0 R
 /Prev 375 0 R
-/Next 383 0 R
 >> endobj
 375 0 obj <<
 /Title 376 0 R
 /A 373 0 R
-/Parent 331 0 R
+/Parent 351 0 R
 /Prev 371 0 R
 /Next 379 0 R
 >> endobj
 371 0 obj <<
 /Title 372 0 R
 /A 369 0 R
-/Parent 331 0 R
-/Prev 367 0 R
+/Parent 351 0 R
+/Prev 359 0 R
 /Next 375 0 R
 >> endobj
 367 0 obj <<
 /Title 368 0 R
 /A 365 0 R
-/Parent 331 0 R
+/Parent 359 0 R
 /Prev 363 0 R
-/Next 371 0 R
 >> endobj
 363 0 obj <<
 /Title 364 0 R
 /A 361 0 R
-/Parent 331 0 R
-/Prev 339 0 R
+/Parent 359 0 R
 /Next 367 0 R
 >> endobj
 359 0 obj <<
 /Title 360 0 R
 /A 357 0 R
-/Parent 347 0 R
+/Parent 351 0 R
 /Prev 355 0 R
+/Next 371 0 R
+/First 363 0 R
+/Last 367 0 R
+/Count -2
 >> endobj
 355 0 obj <<
 /Title 356 0 R
 /A 353 0 R
-/Parent 347 0 R
-/Prev 351 0 R
+/Parent 351 0 R
 /Next 359 0 R
 >> endobj
 351 0 obj <<
 /Title 352 0 R
 /A 349 0 R
-/Parent 347 0 R
-/Next 355 0 R
+/Parent 343 0 R
+/Prev 347 0 R
+/First 355 0 R
+/Last 379 0 R
+/Count -5
 >> endobj
 347 0 obj <<
 /Title 348 0 R
 /A 345 0 R
-/Parent 339 0 R
-/Prev 343 0 R
-/First 351 0 R
-/Last 359 0 R
-/Count -3
+/Parent 343 0 R
+/Next 351 0 R
 >> endobj
 343 0 obj <<
 /Title 344 0 R
 /A 341 0 R
-/Parent 339 0 R
-/Next 347 0 R
+/Parent 335 0 R
+/Prev 339 0 R
+/Next 383 0 R
+/First 347 0 R
+/Last 351 0 R
+/Count -2
 >> endobj
 339 0 obj <<
 /Title 340 0 R
 /A 337 0 R
-/Parent 331 0 R
-/Prev 335 0 R
-/Next 363 0 R
-/First 343 0 R
-/Last 347 0 R
-/Count -2
+/Parent 335 0 R
+/Next 343 0 R
 >> endobj
 335 0 obj <<
 /Title 336 0 R
 /A 333 0 R
-/Parent 331 0 R
-/Next 339 0 R
+/Parent 5485 0 R
+/Prev 43 0 R
+/Next 595 0 R
+/First 339 0 R
+/Last 563 0 R
+/Count -14
 >> endobj
 331 0 obj <<
 /Title 332 0 R
 /A 329 0 R
-/Parent 5259 0 R
-/Prev 43 0 R
-/Next 535 0 R
-/First 335 0 R
-/Last 507 0 R
-/Count -12
+/Parent 279 0 R
+/Prev 323 0 R
 >> endobj
 327 0 obj <<
 /Title 328 0 R
 /A 325 0 R
-/Parent 275 0 R
-/Prev 319 0 R
+/Parent 323 0 R
 >> endobj
 323 0 obj <<
 /Title 324 0 R
 /A 321 0 R
-/Parent 319 0 R
+/Parent 279 0 R
+/Prev 311 0 R
+/Next 331 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 275 0 R
-/Prev 307 0 R
-/Next 327 0 R
-/First 323 0 R
-/Last 323 0 R
-/Count -1
+/Parent 311 0 R
+/Prev 315 0 R
 >> endobj
 315 0 obj <<
 /Title 316 0 R
 /A 313 0 R
-/Parent 307 0 R
-/Prev 311 0 R
+/Parent 311 0 R
+/Next 319 0 R
 >> endobj
 311 0 obj <<
 /Title 312 0 R
 /A 309 0 R
-/Parent 307 0 R
-/Next 315 0 R
+/Parent 279 0 R
+/Prev 307 0 R
+/Next 323 0 R
+/First 315 0 R
+/Last 319 0 R
+/Count -2
 >> endobj
 307 0 obj <<
 /Title 308 0 R
 /A 305 0 R
-/Parent 275 0 R
-/Prev 303 0 R
-/Next 319 0 R
-/First 311 0 R
-/Last 315 0 R
-/Count -2
+/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 275 0 R
-/Prev 283 0 R
-/Next 307 0 R
+/Parent 291 0 R
+/Prev 299 0 R
 >> endobj
 299 0 obj <<
 /Title 300 0 R
 /A 297 0 R
-/Parent 287 0 R
+/Parent 291 0 R
 /Prev 295 0 R
+/Next 303 0 R
 >> endobj
 295 0 obj <<
 /Title 296 0 R
 /A 293 0 R
-/Parent 287 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 287 0 R
-/Next 295 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 283 0 R
+/Parent 279 0 R
+/Prev 283 0 R
+/Next 307 0 R
 /First 291 0 R
-/Last 299 0 R
-/Count -3
+/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
-/Next 303 0 R
-/First 287 0 R
-/Last 287 0 R
-/Count -1
+/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 43 0 R
+/Prev 235 0 R
+/First 283 0 R
+/Last 331 0 R
+/Count -6
 >> endobj
 275 0 obj <<
 /Title 276 0 R
 /A 273 0 R
-/Parent 43 0 R
-/Prev 231 0 R
-/First 279 0 R
-/Last 327 0 R
-/Count -6
+/Parent 235 0 R
+/Prev 263 0 R
 >> endobj
 271 0 obj <<
 /Title 272 0 R
 /A 269 0 R
-/Parent 231 0 R
-/Prev 259 0 R
+/Parent 263 0 R
+/Prev 267 0 R
 >> endobj
 267 0 obj <<
 /Title 268 0 R
 /A 265 0 R
-/Parent 259 0 R
-/Prev 263 0 R
+/Parent 263 0 R
+/Next 271 0 R
 >> endobj
 263 0 obj <<
 /Title 264 0 R
 /A 261 0 R
-/Parent 259 0 R
-/Next 267 0 R
+/Parent 235 0 R
+/Prev 239 0 R
+/Next 275 0 R
+/First 267 0 R
+/Last 271 0 R
+/Count -2
 >> endobj
 259 0 obj <<
 /Title 260 0 R
 /A 257 0 R
-/Parent 231 0 R
-/Prev 235 0 R
-/Next 271 0 R
-/First 263 0 R
-/Last 267 0 R
-/Count -2
+/Parent 239 0 R
+/Prev 255 0 R
 >> endobj
 255 0 obj <<
 /Title 256 0 R
 /A 253 0 R
-/Parent 235 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 235 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 235 0 R
+/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 235 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 235 0 R
-/Next 243 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 231 0 R
-/Next 259 0 R
+/Parent 43 0 R
+/Prev 231 0 R
+/Next 279 0 R
 /First 239 0 R
-/Last 255 0 R
-/Count -5
+/Last 275 0 R
+/Count -3
 >> endobj
 231 0 obj <<
 /Title 232 0 R
 /A 229 0 R
 /Parent 43 0 R
-/Prev 227 0 R
-/Next 275 0 R
-/First 235 0 R
-/Last 271 0 R
-/Count -3
+/Prev 199 0 R
+/Next 235 0 R
 >> endobj
 227 0 obj <<
 /Title 228 0 R
 /A 225 0 R
-/Parent 43 0 R
-/Prev 195 0 R
-/Next 231 0 R
+/Parent 199 0 R
+/Prev 223 0 R
 >> endobj
 223 0 obj <<
 /Title 224 0 R
 /A 221 0 R
-/Parent 195 0 R
+/Parent 199 0 R
 /Prev 219 0 R
+/Next 227 0 R
 >> endobj
 219 0 obj <<
 /Title 220 0 R
 /A 217 0 R
-/Parent 195 0 R
+/Parent 199 0 R
 /Prev 215 0 R
 /Next 223 0 R
 >> endobj
 215 0 obj <<
 /Title 216 0 R
 /A 213 0 R
-/Parent 195 0 R
+/Parent 199 0 R
 /Prev 211 0 R
 /Next 219 0 R
 >> endobj
 211 0 obj <<
 /Title 212 0 R
 /A 209 0 R
-/Parent 195 0 R
+/Parent 199 0 R
 /Prev 207 0 R
 /Next 215 0 R
 >> endobj
 207 0 obj <<
 /Title 208 0 R
 /A 205 0 R
-/Parent 195 0 R
+/Parent 199 0 R
 /Prev 203 0 R
 /Next 211 0 R
 >> endobj
 203 0 obj <<
 /Title 204 0 R
 /A 201 0 R
-/Parent 195 0 R
-/Prev 199 0 R
+/Parent 199 0 R
 /Next 207 0 R
 >> endobj
 199 0 obj <<
 /Title 200 0 R
 /A 197 0 R
-/Parent 195 0 R
-/Next 203 0 R
+/Parent 43 0 R
+/Prev 123 0 R
+/Next 231 0 R
+/First 203 0 R
+/Last 227 0 R
+/Count -7
 >> endobj
 195 0 obj <<
 /Title 196 0 R
 /A 193 0 R
-/Parent 43 0 R
-/Prev 123 0 R
-/Next 227 0 R
-/First 199 0 R
-/Last 223 0 R
-/Count -7
+/Parent 123 0 R
+/Prev 175 0 R
 >> endobj
 191 0 obj <<
 /Title 192 0 R
 /A 189 0 R
-/Parent 123 0 R
-/Prev 171 0 R
+/Parent 175 0 R
+/Prev 179 0 R
 >> endobj
 187 0 obj <<
 /Title 188 0 R
 /A 185 0 R
-/Parent 171 0 R
-/Prev 175 0 R
+/Parent 179 0 R
+/Prev 183 0 R
 >> endobj
 183 0 obj <<
 /Title 184 0 R
 /A 181 0 R
-/Parent 175 0 R
-/Prev 179 0 R
+/Parent 179 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
+/Next 191 0 R
+/First 183 0 R
+/Last 187 0 R
+/Count -2
 >> endobj
 175 0 obj <<
 /Title 176 0 R
 /A 173 0 R
-/Parent 171 0 R
-/Next 187 0 R
+/Parent 123 0 R
+/Prev 171 0 R
+/Next 195 0 R
 /First 179 0 R
-/Last 183 0 R
+/Last 191 0 R
 /Count -2
 >> endobj
 171 0 obj <<
 /Title 172 0 R
 /A 169 0 R
 /Parent 123 0 R
-/Prev 167 0 R
-/Next 191 0 R
-/First 175 0 R
-/Last 187 0 R
-/Count -2
+/Prev 131 0 R
+/Next 175 0 R
 >> endobj
 167 0 obj <<
 /Title 168 0 R
 /A 165 0 R
-/Parent 123 0 R
-/Prev 131 0 R
-/Next 171 0 R
+/Parent 159 0 R
+/Prev 163 0 R
 >> endobj
 163 0 obj <<
 /Title 164 0 R
 /A 161 0 R
-/Parent 155 0 R
-/Prev 159 0 R
+/Parent 159 0 R
+/Next 167 0 R
 >> endobj
 159 0 obj <<
 /Title 160 0 R
 /A 157 0 R
-/Parent 155 0 R
-/Next 163 0 R
+/Parent 131 0 R
+/Prev 139 0 R
+/First 163 0 R
+/Last 167 0 R
+/Count -2
 >> endobj
 155 0 obj <<
 /Title 156 0 R
 /A 153 0 R
-/Parent 131 0 R
-/Prev 135 0 R
-/First 159 0 R
-/Last 163 0 R
-/Count -2
+/Parent 139 0 R
+/Prev 151 0 R
 >> endobj
 151 0 obj <<
 /Title 152 0 R
 /A 149 0 R
-/Parent 135 0 R
+/Parent 139 0 R
 /Prev 147 0 R
+/Next 155 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 159 0 R
+/First 143 0 R
+/Last 155 0 R
+/Count -4
 >> endobj
 135 0 obj <<
 /Title 136 0 R
 /A 133 0 R
 /Parent 131 0 R
-/Next 155 0 R
-/First 139 0 R
-/Last 151 0 R
-/Count -4
+/Next 139 0 R
 >> endobj
 131 0 obj <<
 /Title 132 0 R
 /A 129 0 R
 /Parent 123 0 R
 /Prev 127 0 R
-/Next 167 0 R
+/Next 171 0 R
 /First 135 0 R
-/Last 155 0 R
-/Count -2
+/Last 159 0 R
+/Count -3
 >> endobj
 127 0 obj <<
 /Title 128 0 R
@@ -22120,9 +22880,9 @@ endobj
 /A 121 0 R
 /Parent 43 0 R
 /Prev 47 0 R
-/Next 195 0 R
+/Next 199 0 R
 /First 127 0 R
-/Last 191 0 R
+/Last 195 0 R
 /Count -5
 >> endobj
 119 0 obj <<
@@ -22263,11 +23023,11 @@ endobj
 43 0 obj <<
 /Title 44 0 R
 /A 41 0 R
-/Parent 5259 0 R
+/Parent 5485 0 R
 /Prev 19 0 R
-/Next 331 0 R
+/Next 335 0 R
 /First 47 0 R
-/Last 275 0 R
+/Last 279 0 R
 /Count -6
 >> endobj
 39 0 obj <<
@@ -22306,7 +23066,7 @@ endobj
 19 0 obj <<
 /Title 20 0 R
 /A 17 0 R
-/Parent 5259 0 R
+/Parent 5485 0 R
 /Prev 15 0 R
 /Next 43 0 R
 /First 23 0 R
@@ -22316,5326 +23076,5552 @@ endobj
 15 0 obj <<
 /Title 16 0 R
 /A 13 0 R
-/Parent 5259 0 R
+/Parent 5485 0 R
 /Prev 11 0 R
 /Next 19 0 R
 >> endobj
 11 0 obj <<
 /Title 12 0 R
 /A 9 0 R
-/Parent 5259 0 R
+/Parent 5485 0 R
 /Prev 7 0 R
 /Next 15 0 R
 >> endobj
 7 0 obj <<
 /Title 8 0 R
 /A 5 0 R
-/Parent 5259 0 R
+/Parent 5485 0 R
 /Prev 3 0 R
 /Next 11 0 R
 >> endobj
 3 0 obj <<
 /Title 4 0 R
 /A 1 0 R
-/Parent 5259 0 R
+/Parent 5485 0 R
 /Next 7 0 R
 >> endobj
-5260 0 obj <<
-/Names [(1.0) 2 0 R (10.0) 670 0 R (10.34.1) 674 0 R (10.35.1) 678 0 R (10.36.1) 682 0 R (10.37.1) 686 0 R (10.38.1) 690 0 R (10.38.64.2) 694 0 R (10.38.64.43.3) 698 0 R (10.38.64.44.3) 702 0 R (10.38.64.45.3) 706 0 R (10.39.1) 710 0 R (10.40.1) 714 0 R (10.41.1) 718 0 R (10.41.65.2) 722 0 R (10.41.66.2) 726 0 R (10.41.67.2) 730 0 R (10.41.68.2) 734 0 R (10.41.69.2) 738 0 R (10.41.70.2) 742 0 R (10.41.71.2) 746 0 R (10.42.1) 750 0 R (10.42.72.2) 754 0 R (10.42.73.2) 758 0 R (10.42.74.2) 762 0 R (10.42.75.2) 766 0 R (10.42.76.2) 770 0 R (10.43.1) 774 0 R (10.43.77.2) 778 0 R (10.43.78.2) 782 0 R (10.43.79.2) 786 0 R (10.43.80.2) 790 0 R (10.44.1) 794 0 R (10.44.81.2) 798 0 R (10.44.82.2) 802 0 R (10.44.82.46.3) 806 0 R (10.44.82.47.3) 810 0 R (10.45.1) 814 0 R (10.46.1) 818 0 R (10.46.83.2) 822 0 R (10.46.84.2) 826 0 R (10.46.85.2) 830 0 R (10.46.86.2) 834 0 R (1000) 1404 0 R (1002) 2707 0 R (1003) 2708 0 R (1004) 2709 0 R (1005) 2710 0 R (1006) 2711 0 R (1007) 2712 0 R (1008) 2713 0 R (1009) 2714 0 R (101) 1914 0 R (1010) 2695 0 R (1011) 2719 0 R (1012) 2720 0 R (1013) 2721 0 R (1014) 2722 0 R (1015) 2723 0 R (1016) 2724 0 R (1017) 2725 0 R (1018) 2726 0 R (1019) 2727 0 R (102) 1915 0 R (1020) 2728 0 R (1021) 2729 0 R (1022) 2730 0 R (1023) 2731 0 R (1024) 2732 0 R (1025) 2733 0 R (1026) 2734 0 R (1027) 2735 0 R (1028) 2736 0 R (1029) 2737 0 R (103) 1916 0 R (1030) 2738 0 R (1031) 2739 0 R (1032) 2740 0 R (1033) 1405 0 R (1035) 2741 0 R (1036) 1406 0 R (1038) 2746 0 R (1039) 2747 0 R (104) 1917 0 R (1040) 2748 0 R (1041) 2749 0 R (1042) 2750 0 R (1043) 2751 0 R (1044) 2752 0 R (1045) 1407 0 R (1047) 2753 0 R (1049) 2755 0 R (105) 1918 0 R (1050) 2756 0 R (1051) 2757 0 R (1052) 2758 0 R (1053) 2759 0 R (1054) 2760 0 R (1055) 2761 0 R (1056) 2762 0 R (1057) 2763 0 R (1058) 2764 0 R (1059) 2765 0 R (106) 1919 0 R (1064) 2770 0 R (1065) 2771 0 R (1067) 2772 0 R (1069) 2773 0 R (107) 1920 0 R (1070) 2774 0 R (1071) 2775 0 R (1073) 2776 0 R (1074) 2777 0 R (1075) 2778 0 R (1076) 2779 0 R (1077) 2780 0 R (1078) 2781 0 R (1079) 2782 0 R (108) 1921 0 R (1081) 2783 0 R (1082) 2784 0 R (1083) 2785 0 R (1085) 2786 0 R (1086) 2787 0 R (1087) 2788 0 R (1088) 2789 0 R (109) 1922 0 R (1090) 2790 0 R (1091) 2791 0 R (1092) 2792 0 R (1093) 2793 0 R (1095) 2794 0 R (1096) 2795 0 R (1097) 2796 0 R (1098) 2797 0 R (1099) 2798 0 R (11.0) 838 0 R (110) 1923 0 R (1100) 2799 0 R (1102) 2805 0 R (1104) 2806 0 R (1105) 2807 0 R (1106) 2808 0 R (1107) 2809 0 R (1108) 2810 0 R (1109) 2811 0 R (111) 1924 0 R (1111) 2812 0 R (1112) 2813 0 R (1113) 2814 0 R (1114) 2815 0 R (1116) 2816 0 R (1117) 2817 0 R (1118) 2818 0 R (112) 1925 0 R (1120) 2819 0 R (1121) 2820 0 R (1122) 2821 0 R (1124) 2822 0 R (1125) 2823 0 R (1126) 2824 0 R (1128) 2825 0 R (1129) 2826 0 R (113) 1926 0 R (1130) 2827 0 R (1131) 2832 0 R (1132) 2833 0 R (1133) 2834 0 R (1135) 2835 0 R (1136) 2836 0 R (1137) 2837 0 R (1138) 2838 0 R (114) 1927 0 R (1140) 2839 0 R (1141) 2840 0 R (1142) 2841 0 R (1144) 2842 0 R (1145) 2843 0 R (1146) 2844 0 R (1151) 2845 0 R (1152) 2846 0 R (1153) 2847 0 R (1158) 2852 0 R (1159) 2853 0 R (1160) 2854 0 R (1161) 2855 0 R (1162) 2856 0 R (1163) 2857 0 R (1164) 2858 0 R (1165) 2859 0 R (1166) 2860 0 R (1167) 2861 0 R (117) 1931 0 R (1170) 2862 0 R (1171) 2863 0 R (1172) 2864 0 R (1173) 2865 0 R (1174) 2866 0 R (1175) 2867 0 R (1176) 2868 0 R (1177) 2869 0 R (1178) 2870 0 R (1179) 2871 0 R (1180) 2872 0 R (1181) 2873 0 R (1182) 2874 0 R (1183) 2875 0 R (1184) 2876 0 R (1185) 2877 0 R (1186) 2878 0 R (1187) 2879 0 R (1188) 2880 0 R (1189) 2881 0 R (119) 1932 0 R (1190) 2882 0 R (1191) 2887 0 R (1192) 2888 0 R (1193) 2889 0 R (1194) 2890 0 R (1195) 2891 0 R (1196) 2892 0 R (1197) 2893 0 R (1198) 2894 0 R (1199) 2895 0 R (12.0) 842 0 R (12.47.1) 846 0 R (12.48.1) 850 0 R (12.49.1) 854 0 R (12.50.1) 858 0 R (12.51.1) 862 0 R (12.52.1) 866 0 R (12.53.1) 870 0 R (12.54.1) 874 0 R (12.55.1) 878 0 R (120) 1933 0 R (1200) 2896 0 R (1201) 2897 0 R (1202) 2898 0 R (1203) 2899 0 R (1204) 2900 0 R (1205) 2901 0 R (1206) 2902 0 R (1207) 2903 0 R (1208) 2904 0 R (1209) 2905 0 R (121) 1934 0 R (1210) 2906 0 R (1211) 2907 0 R (1212) 2908 0 R (1213) 2909 0 R (1214) 2910 0 R (1215) 2911 0 R (1216) 2912 0 R (1217) 2913 0 R (1218) 2914 0 R (1219) 2915 0 R (1220) 2916 0 R (1221) 2917 0 R (1222) 2918 0 R (1225) 2919 0 R (1226) 2920 0 R (1227) 2921 0 R (1228) 2922 0 R (1229) 2923 0 R (1230) 2924 0 R (1231) 2929 0 R (1232) 2930 0 R (1233) 2931 0 R (1236) 2932 0 R (1237) 2933 0 R (1238) 2934 0 R (1239) 2935 0 R (1240) 2936 0 R (1241) 2937 0 R (1244) 2938 0 R (1246) 2940 0 R (1247) 2941 0 R (1248) 2942 0 R (1249) 2943 0 R (1250) 2944 0 R (1251) 2945 0 R (1252) 2946 0 R (1253) 2947 0 R (1254) 2948 0 R (1255) 2949 0 R (1258) 2955 0 R (1259) 2956 0 R (1260) 2957 0 R (1261) 2958 0 R (1262) 2959 0 R (1263) 2960 0 R (1264) 2961 0 R (1265) 2962 0 R (1266) 2963 0 R (1267) 2964 0 R (1268) 2965 0 R (1271) 2966 0 R (1272) 2967 0 R (1273) 2968 0 R (1274) 2969 0 R (1275) 2970 0 R (1276) 2971 0 R (1277) 2972 0 R (1278) 2973 0 R (1279) 2974 0 R (1282) 2975 0 R (1283) 2976 0 R (1284) 2977 0 R (1285) 2978 0 R (1286) 2979 0 R (1287) 2980 0 R (1288) 2981 0 R (1289) 2982 0 R (1290) 2989 0 R (1291) 2990 0 R (1292) 2991 0 R (1293) 2992 0 R (1294) 2993 0 R (1297) 2994 0 R (1298) 2995 0 R (1299) 2996 0 R (13.0) 882 0 R (13.56.1) 886 0 R (13.57.1) 890 0 R (1300) 2997 0 R (1303) 2998 0 R (1304) 2999 0 R (1305) 3000 0 R (1306) 3001 0 R (1307) 3002 0 R (1308) 3003 0 R (1309) 3004 0 R (1310) 3005 0 R (1311) 3006 0 R (1312) 3007 0 R (1313) 3008 0 R (1314) 3009 0 R (1315) 3010 0 R (1316) 3011 0 R (1317) 3012 0 R (1318) 3013 0 R (1319) 3014 0 R (1320) 3015 0 R (1321) 3016 0 R (1322) 3017 0 R (1323) 3018 0 R (1324) 3019 0 R (1325) 3020 0 R (1326) 3021 0 R (1327) 3022 0 R (1328) 3023 0 R (1329) 3024 0 R (1334) 3029 0 R (1335) 3030 0 R (1337) 3031 0 R (1338) 3032 0 R (1339) 3033 0 R (1340) 3034 0 R (1342) 2988 0 R (1344) 3035 0 R (1345) 3036 0 R (1346) 3037 0 R (1348) 3038 0 R (1349) 3039 0 R (1350) 3040 0 R (1351) 3041 0 R (1352) 3042 0 R (1353) 3043 0 R (1354) 3044 0 R (1357) 3045 0 R (1358) 3046 0 R (1359) 3047 0 R (1360) 3048 0 R (1361) 3049 0 R (1362) 3050 0 R (1363) 3051 0 R (1364) 3052 0 R (1365) 3053 0 R (1366) 3054 0 R (1367) 3055 0 R (1370) 3056 0 R (1373) 3057 0 R (1374) 3058 0 R (1375) 3059 0 R (1376) 3060 0 R (1377) 3061 0 R (1378) 3062 0 R (1379) 3063 0 R (1380) 3064 0 R (1381) 3070 0 R (1382) 3071 0 R (1383) 3072 0 R (1384) 3073 0 R (1385) 3074 0 R (1386) 3075 0 R (1389) 3076 0 R (1390) 3077 0 R (1391) 3078 0 R (1392) 3079 0 R (1393) 3080 0 R (1396) 3081 0 R (1397) 3082 0 R (1398) 3083 0 R (1399) 3084 0 R (14.0) 894 0 R (14.58.1) 898 0 R (14.59.1) 902 0 R (14.60.1) 906 0 R (1400) 3085 0 R (1403) 3086 0 R (1404) 3087 0 R (1407) 3089 0 R (1410) 3091 0 R (1413) 3093 0 R (1414) 3094 0 R (1415) 3095 0 R (1416) 3096 0 R (1417) 3097 0 R (1418) 3098 0 R (1419) 3099 0 R (1420) 3104 0 R (1421) 3105 0 R (1422) 3106 0 R (1423) 3107 0 R (1424) 3069 0 R (1426) 3108 0 R (1427) 3109 0 R (1428) 3110 0 R (1429) 3111 0 R (1430) 3112 0 R (1431) 3113 0 R (1432) 3114 0 R (1433) 3115 0 R (1434) 3116 0 R (1435) 3117 0 R (1436) 3118 0 R (1437) 3119 0 R (1438) 3120 0 R (1439) 3121 0 R (1440) 3122 0 R (1441) 3123 0 R (1442) 3124 0 R (1443) 3125 0 R (1446) 3127 0 R (1447) 3128 0 R (1448) 3129 0 R (1451) 3131 0 R (1452) 3132 0 R (1455) 3134 0 R (1456) 3135 0 R (1457) 3136 0 R (1458) 3137 0 R (1459) 3138 0 R (1460) 3139 0 R (1463) 3141 0 R (1466) 3147 0 R (1467) 3148 0 R (1470) 3150 0 R (1471) 3151 0 R (1472) 3152 0 R (1473) 3153 0 R (1476) 3154 0 R (1477) 3155 0 R (1478) 3156 0 R (1479) 3157 0 R (1480) 3158 0 R (1481) 3159 0 R (1482) 3160 0 R (1483) 3161 0 R (1486) 3162 0 R (1487) 3163 0 R (1488) 3164 0 R (1491) 3165 0 R (1492) 3166 0 R (1493) 3167 0 R (1494) 3168 0 R (1495) 3169 0 R (1496) 3170 0 R (1497) 3171 0 R (1498) 3172 0 R (1499) 3173 0 R (15.0) 910 0 R (15.61.1) 914 0 R (15.62.1) 918 0 R (15.63.1) 922 0 R (15.64.1) 926 0 R (15.65.1) 930 0 R (15.66.1) 934 0 R (15.67.1) 938 0 R (15.68.1) 942 0 R (15.69.1) 946 0 R (15.70.1) 950 0 R (15.71.1) 954 0 R (15.72.1) 958 0 R (1500) 3178 0 R (1501) 3179 0 R (1502) 3180 0 R (1503) 3181 0 R (1504) 3182 0 R (1505) 3183 0 R (1506) 3184 0 R (1509) 3185 0 R (1510) 3186 0 R (1511) 3187 0 R (1512) 3188 0 R (1513) 3189 0 R (1514) 3190 0 R (1517) 3191 0 R (1518) 3192 0 R (1519) 3193 0 R (1520) 3194 0 R (1521) 3195 0 R (1522) 3196 0 R (1523) 3197 0 R (1524) 3198 0 R (1525) 3199 0 R (1526) 3200 0 R (1527) 3201 0 R (1528) 1536 0 R (1530) 3208 0 R (1531) 3209 0 R (1532) 3210 0 R (1533) 3211 0 R (1534) 3212 0 R (1535) 3213 0 R (1536) 3214 0 R (1537) 3215 0 R (1538) 3216 0 R (1539) 3217 0 R (1540) 3218 0 R (1541) 3219 0 R (1542) 3220 0 R (1543) 3221 0 R (1544) 3222 0 R (1545) 3223 0 R (1546) 3224 0 R (1547) 3225 0 R (1548) 3226 0 R (1549) 3227 0 R (1550) 3228 0 R (1551) 3229 0 R (1552) 3230 0 R (1553) 3231 0 R (1554) 3232 0 R (1555) 1537 0 R (1557) 3233 0 R (1558) 3234 0 R (1559) 3235 0 R (1560) 3236 0 R (1561) 3237 0 R (1562) 3238 0 R (1563) 3239 0 R (1564) 3240 0 R (1565) 1538 0 R (1567) 3245 0 R (1568) 3246 0 R (1569) 3207 0 R (1570) 3247 0 R (1571) 3248 0 R (1572) 3249 0 R (1573) 3250 0 R (1574) 3251 0 R (1575) 3252 0 R (1576) 3253 0 R (1577) 3254 0 R (1578) 3255 0 R (1579) 3256 0 R (1580) 3257 0 R (1581) 3258 0 R (1582) 3259 0 R (1583) 1539 0 R (1585) 1540 0 R (1587) 3260 0 R (1588) 3261 0 R (1589) 1541 0 R (1591) 3262 0 R (1592) 3267 0 R (1593) 1542 0 R (1595) 3268 0 R (1596) 3269 0 R (1597) 3270 0 R (1598) 3271 0 R (1599) 3272 0 R (16.0) 962 0 R (1600) 3273 0 R (1601) 3274 0 R (1602) 3275 0 R (1603) 3276 0 R (1604) 3277 0 R (1605) 3278 0 R (1606) 3279 0 R (1609) 3280 0 R (1610) 3281 0 R (1611) 3282 0 R (1612) 3283 0 R (1613) 3284 0 R (1614) 3285 0 R (1617) 3291 0 R (1618) 3292 0 R (1619) 3293 0 R (1620) 3294 0 R (1621) 3295 0 R (1622) 3296 0 R (1625) 3297 0 R (1626) 3298 0 R (1627) 3299 0 R (1628) 3300 0 R (1630) 3302 0 R (1631) 3303 0 R (1633) 3305 0 R (1634) 3306 0 R (1636) 3308 0 R (1638) 3310 0 R (1639) 3311 0 R (1640) 3316 0 R (1641) 3290 0 R (1645) 3317 0 R (1646) 3318 0 R (1647) 3319 0 R (1648) 3320 0 R (1649) 3321 0 R (1650) 3322 0 R (1651) 3323 0 R (1652) 3324 0 R (1653) 3325 0 R (1654) 3326 0 R (1655) 3327 0 R (1656) 3328 0 R (1657) 3329 0 R (1658) 3330 0 R (1661) 3331 0 R (1662) 3332 0 R (1663) 3337 0 R (1664) 3338 0 R (1665) 3339 0 R (1666) 3340 0 R (1667) 3341 0 R (1668) 3342 0 R (1669) 3343 0 R (1670) 3344 0 R (1671) 3345 0 R (1672) 3346 0 R (1673) 3347 0 R (1674) 3348 0 R (1675) 3349 0 R (1676) 3350 0 R (1677) 3351 0 R (1678) 3352 0 R (1679) 3353 0 R (1680) 3354 0 R (1681) 3355 0 R (1684) 3356 0 R (1685) 3357 0 R (1686) 3358 0 R (1687) 3359 0 R (1688) 3360 0 R (1689) 3361 0 R (1690) 3362 0 R (1691) 3363 0 R (1692) 3364 0 R (1693) 3365 0 R (1694) 3371 0 R (1695) 3372 0 R (1696) 3373 0 R (1697) 3374 0 R (17.0) 966 0 R (17.72.87.2) 970 0 R (1701) 3376 0 R (1702) 3377 0 R (1703) 3378 0 R (1704) 3379 0 R (1705) 3380 0 R (1706) 3381 0 R (1707) 3382 0 R (1708) 3383 0 R (1709) 3384 0 R (1710) 3385 0 R (1713) 3390 0 R (1714) 3391 0 R (1715) 3392 0 R (1720) 3393 0 R (1723) 3394 0 R (1725) 3396 0 R (1726) 3397 0 R (1727) 3398 0 R (1728) 3399 0 R (1730) 3401 0 R (1731) 3402 0 R (1732) 3403 0 R (1733) 3404 0 R (1734) 3405 0 R (1735) 3406 0 R (1736) 3407 0 R (1737) 3408 0 R (1738) 3409 0 R (1739) 3410 0 R (1740) 3411 0 R (1744) 3412 0 R (1745) 3413 0 R (1750) 3420 0 R (1756) 3422 0 R (1757) 3423 0 R (1758) 3424 0 R (1759) 3425 0 R (1763) 3426 0 R (1764) 3427 0 R (1765) 3428 0 R (1766) 3429 0 R (1767) 3430 0 R (1771) 3431 0 R (1772) 3432 0 R (1774) 3433 0 R (1775) 3434 0 R (1776) 3435 0 R (1777) 3436 0 R (1778) 3437 0 R (1779) 3438 0 R (1784) 3440 0 R (1788) 3442 0 R (1789) 3443 0 R (1790) 3444 0 R (1795) 3449 0 R (1796) 3450 0 R (1797) 3451 0 R (1798) 3452 0 R (18.0) 974 0 R (18.72.88.2) 978 0 R (18.72.88.48.3) 982 0 R (1802) 3455 0 R (1803) 3456 0 R (1804) 3457 0 R (1805) 3458 0 R (1806) 3459 0 R (1807) 3460 0 R (1809) 3461 0 R (1810) 3462 0 R (1811) 3463 0 R (1812) 3464 0 R (1813) 3465 0 R (1814) 3466 0 R (1815) 3467 0 R (1816) 3468 0 R (1817) 3469 0 R (1818) 3470 0 R (1819) 3471 0 R (182) 1939 0 R (1820) 3472 0 R (1822) 3473 0 R (1823) 3474 0 R (1824) 3475 0 R (1825) 3476 0 R (1826) 3477 0 R (1827) 3478 0 R (1828) 3479 0 R (1829) 3480 0 R (183) 1940 0 R (1830) 3481 0 R (1831) 3482 0 R (1832) 3483 0 R (1833) 3484 0 R (1834) 3485 0 R (1836) 3486 0 R (1837) 3487 0 R (1838) 3488 0 R (1839) 3489 0 R (1840) 3490 0 R (1841) 3491 0 R (1842) 3492 0 R (1843) 3493 0 R (1844) 3494 0 R (1846) 3495 0 R (1847) 3496 0 R (1848) 3497 0 R (1849) 3498 0 R (1850) 3499 0 R (1851) 3500 0 R (1852) 3501 0 R (1853) 3502 0 R (1854) 3503 0 R (1855) 3504 0 R (1856) 3505 0 R (1857) 3506 0 R (1858) 3507 0 R (1859) 3508 0 R (1860) 3509 0 R (1861) 3510 0 R (1862) 3511 0 R (1863) 3512 0 R (1864) 3513 0 R (1865) 3514 0 R (1866) 3515 0 R (1867) 3516 0 R (1868) 3517 0 R (1869) 3518 0 R (1870) 3519 0 R (1871) 3520 0 R (1872) 3526 0 R (1873) 3527 0 R (1874) 3528 0 R (1875) 3529 0 R (1876) 3530 0 R (1877) 3531 0 R (1878) 3532 0 R (1879) 3533 0 R (188) 1945 0 R (1884) 3535 0 R (1885) 3536 0 R (1886) 3537 0 R (1888) 3539 0 R (1889) 3540 0 R (189) 1946 0 R (1890) 3541 0 R (1891) 3542 0 R (1896) 3543 0 R (1897) 3544 0 R (1898) 3545 0 R (1899) 3546 0 R (19.0) 986 0 R (19.72.89.2) 990 0 R (19.72.90.2) 994 0 R (19.72.91.2) 998 0 R (190) 1947 0 R (1900) 3547 0 R (1901) 3548 0 R (1906) 3554 0 R (1907) 3555 0 R (1908) 3556 0 R (1909) 3557 0 R (191) 1950 0 R (1910) 3558 0 R (1911) 3559 0 R (1912) 3560 0 R (1913) 3561 0 R (1914) 3562 0 R (1915) 3563 0 R (1916) 3564 0 R (1919) 3565 0 R (1920) 3566 0 R (1924) 3568 0 R (1925) 3569 0 R (1926) 3570 0 R (1927) 3571 0 R (1928) 3572 0 R (1929) 3573 0 R (193) 1953 0 R (1930) 3574 0 R (1931) 3575 0 R (1932) 3576 0 R (1933) 3577 0 R (1936) 3584 0 R (1937) 3585 0 R (1938) 3586 0 R (1939) 3587 0 R (194) 1954 0 R (1940) 3588 0 R (1941) 3589 0 R (1942) 3590 0 R (1943) 3591 0 R (1944) 3592 0 R (1945) 3593 0 R (1946) 3594 0 R (1947) 3595 0 R (1948) 3596 0 R (1949) 3597 0 R (195) 1955 0 R (1950) 3598 0 R (1951) 3599 0 R (1952) 3600 0 R (1953) 3601 0 R (1954) 3602 0 R (1955) 3603 0 R (1956) 3604 0 R (1957) 3605 0 R (1958) 3606 0 R (1959) 3607 0 R (196) 1956 0 R (1962) 3608 0 R (1963) 3609 0 R (1964) 3610 0 R (1965) 3583 0 R (1967) 3616 0 R (1968) 3617 0 R (1969) 3618 0 R (197) 1957 0 R (1970) 3619 0 R (1971) 3620 0 R (1974) 3621 0 R (1975) 3622 0 R (1976) 3623 0 R (1977) 3624 0 R (1978) 3625 0 R (1979) 3626 0 R (198) 1958 0 R (1980) 3627 0 R (1981) 3628 0 R (1982) 3629 0 R (1983) 3630 0 R (1984) 3631 0 R (1985) 3632 0 R (1986) 3633 0 R (1987) 3634 0 R (1988) 3635 0 R (1989) 3636 0 R (199) 1959 0 R (1990) 3637 0 R (1993) 3643 0 R (1994) 3615 0 R (1996) 3644 0 R (1997) 3645 0 R (1998) 3646 0 R (1999) 3647 0 R (2.0) 6 0 R (20.0) 1002 0 R (20.72.92.2) 1006 0 R (20.72.93.2) 1010 0 R (20.72.94.2) 1014 0 R (20.72.95.2) 1018 0 R (200) 1960 0 R (2000) 3648 0 R (2001) 3649 0 R (2002) 3650 0 R (2003) 3651 0 R (2004) 3652 0 R (2005) 3653 0 R (2006) 3654 0 R (2007) 3655 0 R (2008) 3656 0 R (2009) 3657 0 R (201) 1961 0 R (2010) 3658 0 R (2011) 3659 0 R (2012) 3660 0 R (2013) 3661 0 R (2014) 3662 0 R (2015) 3663 0 R (2016) 3664 0 R (2017) 3665 0 R (2018) 3666 0 R (2019) 3667 0 R (2020) 3668 0 R (2021) 3669 0 R (2022) 3670 0 R (2023) 3671 0 R (2024) 3672 0 R (2025) 3673 0 R (2026) 3674 0 R (2027) 3675 0 R (2028) 3642 0 R (2030) 3681 0 R (2031) 3682 0 R (2032) 3683 0 R (2033) 3684 0 R (2034) 3685 0 R (2035) 3686 0 R (2038) 3687 0 R (2039) 3688 0 R (204) 1963 0 R (2040) 3689 0 R (2041) 3690 0 R (2042) 3691 0 R (2043) 3692 0 R (2044) 3693 0 R (2047) 3694 0 R (2048) 3695 0 R (2049) 3696 0 R (2050) 3697 0 R (2051) 3702 0 R (2052) 3680 0 R (2054) 3703 0 R (2055) 3704 0 R (2056) 3705 0 R (2057) 3706 0 R (2058) 3707 0 R (2059) 3708 0 R (2060) 3709 0 R (2061) 3710 0 R (2062) 3711 0 R (2063) 3712 0 R (2064) 3713 0 R (2065) 3714 0 R (2066) 3715 0 R (2067) 3716 0 R (2068) 3717 0 R (2069) 3718 0 R (207) 1965 0 R (2070) 3719 0 R (2071) 3720 0 R (2076) 3722 0 R (2077) 3723 0 R (2078) 3724 0 R (2079) 3725 0 R (2080) 3726 0 R (2081) 3727 0 R (2082) 3732 0 R (2083) 3733 0 R (2084) 3734 0 R (2085) 3735 0 R (2086) 3736 0 R (2087) 3737 0 R (2088) 3738 0 R (2089) 3739 0 R (2090) 3740 0 R (2091) 3741 0 R (2092) 3742 0 R (2093) 3743 0 R (2094) 3744 0 R (2095) 3745 0 R (2096) 3746 0 R (2097) 3747 0 R (2098) 3748 0 R (2099) 3749 0 R (21.0) 1022 0 R (21.72.96.2) 1026 0 R (21.72.97.2) 1030 0 R (210) 1967 0 R (2100) 3750 0 R (2101) 3751 0 R (2102) 3752 0 R (2103) 3753 0 R (2104) 3754 0 R (2105) 3755 0 R (2106) 3756 0 R (2107) 3757 0 R (2108) 3758 0 R (2109) 3759 0 R (2110) 3760 0 R (2111) 3761 0 R (2112) 3762 0 R (2113) 3763 0 R (2114) 3769 0 R (2117) 3770 0 R (2118) 3771 0 R (2119) 3772 0 R (2120) 3773 0 R (2121) 3774 0 R (2122) 3775 0 R (2123) 3776 0 R (2124) 3777 0 R (2125) 3778 0 R (2126) 3779 0 R (2127) 3780 0 R (2128) 3781 0 R (2129) 3782 0 R (213) 1969 0 R (2130) 3783 0 R (2131) 3789 0 R (2132) 3790 0 R (2133) 3791 0 R (2134) 3792 0 R (2135) 3793 0 R (2136) 3794 0 R (2139) 3795 0 R (2140) 3796 0 R (2141) 3797 0 R (2142) 3798 0 R (2143) 3788 0 R (2144) 3804 0 R (2145) 3805 0 R (2146) 3806 0 R (2147) 1576 0 R (2149) 3807 0 R (2150) 3808 0 R (2151) 3809 0 R (2152) 3810 0 R (2153) 3811 0 R (2154) 3812 0 R (2155) 3813 0 R (2156) 3814 0 R (2157) 3815 0 R (2158) 3816 0 R (2159) 3817 0 R (216) 1971 0 R (2160) 3818 0 R (2161) 3819 0 R (2162) 3820 0 R (2163) 3821 0 R (2164) 3822 0 R (2165) 3823 0 R (2166) 3824 0 R (2167) 3825 0 R (2168) 3826 0 R (2169) 3827 0 R (2170) 3828 0 R (2171) 3829 0 R (2172) 3830 0 R (2173) 3831 0 R (2174) 1577 0 R (2176) 3832 0 R (2177) 3833 0 R (2178) 3834 0 R (2179) 3835 0 R (2180) 3840 0 R (2181) 3841 0 R (2182) 3803 0 R (2184) 3842 0 R (2189) 3860 0 R (219) 1973 0 R (2194) 3864 0 R (2195) 3865 0 R (2196) 3866 0 R (2197) 3867 0 R (2198) 3868 0 R (2199) 3869 0 R (22.0) 1034 0 R (22.72.98.2) 1038 0 R (2200) 3870 0 R (2201) 3871 0 R (2204) 3872 0 R (2205) 3873 0 R (2206) 3874 0 R (2207) 3875 0 R (2208) 3876 0 R (2211) 3877 0 R (2212) 3878 0 R (2215) 3879 0 R (2216) 3880 0 R (2217) 3881 0 R (2222) 3890 0 R (2223) 3891 0 R (2226) 3892 0 R (2227) 3893 0 R (2228) 3894 0 R (2229) 3895 0 R (223) 1974 0 R (2230) 3896 0 R (2231) 3897 0 R (2232) 3898 0 R (2233) 3899 0 R (2234) 3900 0 R (2235) 3901 0 R (2236) 3902 0 R (2237) 3903 0 R (2238) 3904 0 R (2239) 3905 0 R (224) 1975 0 R (2242) 3906 0 R (2243) 3907 0 R (2244) 3908 0 R (2245) 3909 0 R (2246) 3910 0 R (2247) 3911 0 R (2248) 3912 0 R (225) 1976 0 R (226) 1977 0 R (2269) 3918 0 R (2270) 3919 0 R (2271) 3920 0 R (2272) 3921 0 R (2273) 3922 0 R (2274) 3923 0 R (2275) 3924 0 R (2276) 3925 0 R (2277) 3926 0 R (2278) 3927 0 R (2279) 3928 0 R (2280) 3929 0 R (2281) 3930 0 R (2282) 3931 0 R (2283) 3932 0 R (2284) 3933 0 R (2285) 3934 0 R (2286) 3935 0 R (2287) 3936 0 R (2288) 3937 0 R (2289) 3938 0 R (229) 1981 0 R (2290) 3939 0 R (2291) 3940 0 R (2292) 3941 0 R (2293) 3942 0 R (2294) 3943 0 R (2295) 3944 0 R (2296) 3945 0 R (2297) 3946 0 R (2298) 3947 0 R (2299) 3948 0 R (23.0) 1042 0 R (23.72.99.2) 1046 0 R (2300) 3949 0 R (2301) 3950 0 R (2302) 3951 0 R (2303) 3952 0 R (2304) 3953 0 R (2305) 3954 0 R (2306) 3955 0 R (2307) 3956 0 R (2308) 3957 0 R (2309) 3958 0 R (2310) 3959 0 R (2311) 3960 0 R (2312) 3961 0 R (232) 1982 0 R (233) 1983 0 R (2333) 3963 0 R (2334) 3964 0 R (2335) 3965 0 R (2336) 3966 0 R (2337) 3967 0 R (2338) 3968 0 R (2339) 3969 0 R (234) 1984 0 R (2340) 3970 0 R (2341) 3971 0 R (2342) 3972 0 R (2343) 3973 0 R (2344) 3974 0 R (2347) 3980 0 R (2349) 3982 0 R (235) 1985 0 R (2350) 3983 0 R (2353) 3984 0 R (2358) 3985 0 R (2359) 3986 0 R (236) 1986 0 R (2360) 3987 0 R (2361) 3994 0 R (2365) 3996 0 R (2366) 3997 0 R (2367) 3998 0 R (2368) 3999 0 R (2369) 4000 0 R (237) 1987 0 R (2370) 4001 0 R (2371) 4002 0 R (2372) 4003 0 R (2373) 4004 0 R (2374) 4005 0 R (2375) 4006 0 R (2376) 4007 0 R (2377) 4008 0 R (2378) 4009 0 R (2379) 4010 0 R (238) 1988 0 R (2380) 4011 0 R (2381) 4012 0 R (2384) 4013 0 R (2387) 4014 0 R (2388) 4015 0 R (2389) 4016 0 R (239) 1989 0 R (2390) 4017 0 R (2391) 4018 0 R (2392) 4019 0 R (2393) 4020 0 R (2394) 4021 0 R (2395) 4022 0 R (2396) 4023 0 R (2397) 3993 0 R (2398) 4028 0 R (2399) 4029 0 R (24) 1848 0 R (24.0) 1050 0 R (24.72.100.2) 1054 0 R (24.72.101.2) 1058 0 R (240) 1990 0 R (2402) 4030 0 R (2403) 4031 0 R (2404) 4032 0 R (2405) 4033 0 R (2406) 4034 0 R (2407) 4035 0 R (2410) 4036 0 R (2411) 4037 0 R (2412) 4038 0 R (243) 1991 0 R (2431) 4040 0 R (2434) 4041 0 R (2435) 4042 0 R (2436) 4047 0 R (2437) 4048 0 R (2438) 4049 0 R (2439) 4050 0 R (244) 1992 0 R (2440) 4051 0 R (2441) 4052 0 R (2442) 4053 0 R (2443) 4054 0 R (2444) 4055 0 R (2445) 4056 0 R (2446) 4057 0 R (2447) 4058 0 R (2448) 4059 0 R (2449) 4060 0 R (245) 1993 0 R (2450) 4061 0 R (2453) 4062 0 R (2454) 4063 0 R (2455) 4064 0 R (246) 1994 0 R (2465) 4066 0 R (2468) 4071 0 R (247) 1995 0 R (2471) 4072 0 R (2474) 4073 0 R (2477) 4074 0 R (2480) 4075 0 R (2481) 4076 0 R (2484) 4077 0 R (2487) 4078 0 R (2488) 1701 0 R (2490) 4084 0 R (2491) 4085 0 R (2492) 4086 0 R (25) 1849 0 R (25.0) 1062 0 R (25.72.102.2) 1066 0 R (25.72.103.2) 1070 0 R (25.72.104.2) 1074 0 R (250) 1996 0 R (2501) 4088 0 R (2504) 4089 0 R (2505) 4090 0 R (2506) 4091 0 R (2507) 4092 0 R (2508) 4093 0 R (251) 1997 0 R (2511) 4094 0 R (2512) 4095 0 R (2515) 4096 0 R (2516) 4097 0 R (2517) 4102 0 R (2518) 4083 0 R (2520) 4103 0 R (2523) 4104 0 R (2524) 4105 0 R (2525) 4106 0 R (2528) 4107 0 R (253) 1999 0 R (2531) 4108 0 R (2532) 4109 0 R (2533) 4110 0 R (2536) 4111 0 R (2537) 4112 0 R (2538) 4113 0 R (2539) 4114 0 R (254) 2000 0 R (2540) 4115 0 R (2541) 4116 0 R (2542) 4117 0 R (2543) 4118 0 R (2544) 4119 0 R (2545) 4120 0 R (2546) 4121 0 R (255) 2001 0 R (2550) 4128 0 R (2551) 4129 0 R (2554) 4130 0 R (2555) 4131 0 R (2556) 4132 0 R (2557) 4133 0 R (2558) 4134 0 R (2559) 4135 0 R (2560) 4136 0 R (2561) 4137 0 R (2562) 4138 0 R (2563) 4139 0 R (2564) 4140 0 R (2565) 4141 0 R (2566) 4142 0 R (2567) 4143 0 R (2568) 4144 0 R (2569) 4145 0 R (2570) 4146 0 R (2571) 4147 0 R (2572) 4148 0 R (2573) 4149 0 R (2574) 4150 0 R (2575) 4151 0 R (2576) 4152 0 R (2577) 4153 0 R (2578) 4154 0 R (2579) 4155 0 R (258) 2007 0 R (2580) 4156 0 R (2581) 4157 0 R (2582) 4158 0 R (2583) 4159 0 R (2584) 4160 0 R (2585) 4161 0 R (2586) 4162 0 R (2587) 4163 0 R (2588) 4164 0 R (2589) 4169 0 R (259) 2008 0 R (2590) 4170 0 R (2591) 4171 0 R (2592) 4172 0 R (2593) 4173 0 R (2594) 4174 0 R (2595) 4175 0 R (2596) 4176 0 R (2597) 4177 0 R (2598) 4178 0 R (2599) 4179 0 R (26) 1850 0 R (26.0) 1078 0 R (26.72.105.2) 1082 0 R (260) 2009 0 R (2600) 4180 0 R (2603) 4181 0 R (2606) 4182 0 R (2609) 4183 0 R (261) 2010 0 R (2610) 4184 0 R (2611) 4185 0 R (2612) 4186 0 R (2613) 4192 0 R (2616) 4193 0 R (2617) 4194 0 R (2618) 4195 0 R (2619) 4196 0 R (262) 2011 0 R (2620) 4197 0 R (2621) 4198 0 R (2622) 1714 0 R (2624) 4199 0 R (2625) 4200 0 R (2626) 4201 0 R (2627) 4202 0 R (2628) 4203 0 R (2629) 1715 0 R (263) 2012 0 R (2631) 4209 0 R (2632) 4191 0 R (2635) 4210 0 R (2636) 4211 0 R (2637) 4212 0 R (2638) 4213 0 R (2639) 4214 0 R (264) 2013 0 R (2640) 4215 0 R (2641) 4216 0 R (2642) 4217 0 R (2645) 4218 0 R (2646) 4219 0 R (2647) 4224 0 R (2648) 4225 0 R (2649) 4208 0 R (265) 2014 0 R (2650) 4226 0 R (2652) 4228 0 R (2653) 4229 0 R (2657) 4231 0 R (2658) 4232 0 R (2659) 4233 0 R (266) 2015 0 R (2662) 4234 0 R (2663) 4235 0 R (2664) 4236 0 R (2665) 4237 0 R (2666) 4242 0 R (2667) 4243 0 R (2668) 4244 0 R (2669) 4245 0 R (267) 2016 0 R (2672) 4246 0 R (2673) 4247 0 R (2674) 4248 0 R (2676) 4250 0 R (2677) 4251 0 R (2678) 4252 0 R (2679) 4253 0 R (2680) 4254 0 R (2681) 4255 0 R (2682) 1721 0 R (2684) 4261 0 R (2685) 4262 0 R (2686) 4263 0 R (2689) 4268 0 R (2690) 4269 0 R (2692) 4271 0 R (2696) 4273 0 R (2698) 4274 0 R (27.0) 1086 0 R (27.72.106.2) 1090 0 R (27.72.107.2) 1094 0 R (270) 2017 0 R (2702) 4276 0 R (2704) 4277 0 R (2705) 4278 0 R (2709) 4280 0 R (271) 2018 0 R (2711) 4281 0 R (2712) 4282 0 R (2713) 4283 0 R (2717) 4285 0 R (2719) 4286 0 R (2723) 4288 0 R (2725) 4289 0 R (2726) 4290 0 R (273) 2020 0 R (2730) 4292 0 R (2732) 4293 0 R (2733) 4294 0 R (2734) 4300 0 R (2735) 4301 0 R (2736) 4302 0 R (2737) 4303 0 R (274) 2021 0 R (2741) 4305 0 R (2743) 4306 0 R (2744) 4307 0 R (2745) 4308 0 R (2746) 4309 0 R (2747) 4310 0 R (2748) 4311 0 R (2749) 4312 0 R (275) 2022 0 R (2753) 4314 0 R (2754) 4315 0 R (2756) 4316 0 R (2757) 4317 0 R (276) 2023 0 R (2761) 4319 0 R (2762) 4320 0 R (2763) 4321 0 R (2765) 4322 0 R (2766) 4323 0 R (2767) 4299 0 R (2769) 4328 0 R (277) 2024 0 R (2770) 4329 0 R (2771) 4330 0 R (2772) 4331 0 R (2773) 4332 0 R (2774) 4333 0 R (2775) 4334 0 R (2776) 4335 0 R (2777) 4336 0 R (2778) 4337 0 R (2779) 4338 0 R (278) 2025 0 R (2780) 4339 0 R (2781) 4340 0 R (2782) 4341 0 R (2786) 4343 0 R (279) 2026 0 R (2791) 4345 0 R (2792) 4346 0 R (2794) 4347 0 R (2796) 4349 0 R (28) 1852 0 R (28.0) 1098 0 R (28.72.108.2) 1102 0 R (28.72.109.2) 1106 0 R (280) 2027 0 R (2800) 4351 0 R (2805) 4353 0 R (2807) 4358 0 R (2808) 4359 0 R (2812) 4361 0 R (2814) 4362 0 R (2816) 4364 0 R (2820) 4366 0 R (2825) 4368 0 R (2827) 4369 0 R (2828) 4370 0 R (2829) 4371 0 R (283) 2030 0 R (2833) 4373 0 R (2834) 4374 0 R (2836) 4375 0 R (2837) 4376 0 R (2838) 4377 0 R (2839) 4378 0 R (284) 2031 0 R (2840) 4379 0 R (2841) 4380 0 R (2842) 4381 0 R (2846) 4387 0 R (2848) 4388 0 R (2849) 4389 0 R (285) 2032 0 R (2853) 4391 0 R (2858) 4393 0 R (286) 2033 0 R (2860) 4394 0 R (2864) 4396 0 R (2865) 4397 0 R (2867) 4398 0 R (287) 2034 0 R (2871) 4400 0 R (2876) 4402 0 R (288) 2035 0 R (2881) 4404 0 R (2885) 4407 0 R (2889) 4414 0 R (289) 2036 0 R (2894) 4416 0 R (2899) 4418 0 R (29.0) 1110 0 R (29.72.110.2) 1114 0 R (29.72.111.2) 1118 0 R (290) 2037 0 R (2901) 4419 0 R (2902) 4420 0 R (2903) 4421 0 R (2904) 4422 0 R (2905) 4423 0 R (2906) 4424 0 R (2907) 4425 0 R (2908) 4426 0 R (2909) 4427 0 R (291) 2038 0 R (2910) 4428 0 R (2911) 4429 0 R (2912) 4430 0 R (2913) 4431 0 R (2914) 4432 0 R (2915) 4433 0 R (2916) 4434 0 R (2917) 4435 0 R (2918) 4436 0 R (292) 2039 0 R (2923) 4439 0 R (2925) 4440 0 R (2926) 4441 0 R (2927) 4442 0 R (2928) 4443 0 R (2929) 4448 0 R (293) 2043 0 R (2930) 4449 0 R (2934) 4451 0 R (2936) 4452 0 R (2937) 4453 0 R (2938) 4454 0 R (2939) 4455 0 R (294) 2044 0 R (2940) 4456 0 R (2941) 4457 0 R (2942) 4458 0 R (2943) 4459 0 R (2945) 4461 0 R (2946) 4462 0 R (2947) 4463 0 R (2948) 4464 0 R (2949) 4465 0 R (295) 2045 0 R (2950) 4466 0 R (2952) 4468 0 R (2956) 4474 0 R (2958) 4475 0 R (2959) 4476 0 R (296) 2046 0 R (2960) 4477 0 R (2961) 4478 0 R (2966) 4481 0 R (2969) 4483 0 R (297) 2047 0 R (2973) 4485 0 R (2975) 4486 0 R (2979) 4488 0 R (298) 2048 0 R (2981) 4489 0 R (2982) 4490 0 R (2983) 4491 0 R (2984) 4492 0 R (2985) 4493 0 R (2986) 4494 0 R (2987) 4495 0 R (2988) 4496 0 R (2989) 4497 0 R (299) 2049 0 R (2990) 4498 0 R (2991) 4499 0 R (2992) 4500 0 R (2993) 4501 0 R (2994) 4502 0 R (2995) 4507 0 R (2996) 4508 0 R (2997) 4509 0 R (2998) 4510 0 R (2999) 4511 0 R (3.0) 10 0 R (30.0) 1122 0 R (30.72.112.2) 1126 0 R (300) 2050 0 R (3000) 4512 0 R (3001) 4513 0 R (3002) 4514 0 R (3003) 4515 0 R (3004) 4516 0 R (3008) 4518 0 R (301) 2051 0 R (3010) 4519 0 R (3011) 4520 0 R (3012) 4521 0 R (3013) 4522 0 R (3017) 4524 0 R (302) 2052 0 R (3022) 4526 0 R (3024) 4527 0 R (3025) 4528 0 R (3026) 4529 0 R (3027) 4530 0 R (3028) 4531 0 R (3029) 4532 0 R (303) 2053 0 R (3030) 4533 0 R (3031) 4534 0 R (3033) 4536 0 R (3034) 4537 0 R (3038) 4539 0 R (304) 2054 0 R (3040) 4540 0 R (3041) 4541 0 R (3042) 4542 0 R (3043) 4543 0 R (3044) 4544 0 R (3045) 4545 0 R (3046) 4546 0 R (3048) 4548 0 R (3052) 4550 0 R (3054) 4551 0 R (3055) 4552 0 R (3056) 4553 0 R (306) 2056 0 R (3060) 4561 0 R (3062) 4562 0 R (3063) 4563 0 R (3064) 4564 0 R (3065) 4565 0 R (3066) 4566 0 R (307) 2057 0 R (3070) 4568 0 R (3072) 4569 0 R (3073) 4570 0 R (3074) 4571 0 R (3075) 4572 0 R (3079) 4574 0 R (308) 2058 0 R (3081) 4575 0 R (3082) 4576 0 R (3083) 4577 0 R (3085) 4579 0 R (3089) 4581 0 R (309) 2059 0 R (3091) 4582 0 R (3093) 4559 0 R (3098) 4589 0 R (31) 1853 0 R (310) 2060 0 R (3103) 4591 0 R (3104) 4592 0 R (3106) 4593 0 R (3107) 4594 0 R (3108) 4595 0 R (3109) 4596 0 R (311) 2061 0 R (3110) 4597 0 R (3114) 4599 0 R (3116) 4600 0 R (3117) 4601 0 R (3118) 4602 0 R (3119) 4603 0 R (3120) 4604 0 R (3121) 4605 0 R (3122) 4606 0 R (3123) 4607 0 R (3124) 4608 0 R (3125) 4609 0 R (3126) 4610 0 R (3127) 4611 0 R (3128) 4612 0 R (3129) 4613 0 R (313) 2063 0 R (3131) 4615 0 R (3135) 4617 0 R (314) 2064 0 R (3140) 4619 0 R (3142) 4626 0 R (3143) 4627 0 R (3144) 4628 0 R (3145) 4629 0 R (3146) 4630 0 R (3147) 4631 0 R (315) 2065 0 R (3151) 4633 0 R (3152) 4634 0 R (3154) 4635 0 R (316) 2066 0 R (3165) 4638 0 R (3166) 4639 0 R (317) 2067 0 R (3171) 4641 0 R (3173) 4642 0 R (3177) 4644 0 R (3178) 4645 0 R (318) 2068 0 R (3180) 4646 0 R (3181) 4647 0 R (3182) 4648 0 R (3183) 4649 0 R (3184) 4650 0 R (3186) 4625 0 R (319) 2069 0 R (3190) 4657 0 R (3192) 4658 0 R (3193) 4659 0 R (3194) 4660 0 R (3198) 4662 0 R (32) 1854 0 R (320) 2070 0 R (3200) 4663 0 R (3201) 4664 0 R (3202) 4665 0 R (3203) 4666 0 R (3207) 4668 0 R (3208) 4669 0 R (3209) 4670 0 R (321) 2071 0 R (3211) 4671 0 R (3212) 4672 0 R (3213) 4673 0 R (3217) 4675 0 R (3219) 4676 0 R (3220) 4677 0 R (3221) 4678 0 R (3222) 4679 0 R (3223) 4680 0 R (3224) 4681 0 R (3225) 4682 0 R (3226) 4683 0 R (3227) 4684 0 R (3228) 4685 0 R (3229) 4690 0 R (323) 2073 0 R (3230) 4691 0 R (3231) 4692 0 R (3232) 4693 0 R (3233) 4694 0 R (3234) 4695 0 R (3235) 4696 0 R (3238) 4701 0 R (324) 2074 0 R (3241) 4702 0 R (3242) 4703 0 R (3243) 4704 0 R (3244) 4705 0 R (3247) 4708 0 R (3248) 4709 0 R (3249) 4710 0 R (3250) 4711 0 R (3251) 4712 0 R (3254) 4713 0 R (3255) 4714 0 R (3256) 4715 0 R (3257) 4716 0 R (3258) 4717 0 R (326) 2076 0 R (3262) 4718 0 R (3263) 4719 0 R (3264) 4720 0 R (3265) 4721 0 R (3266) 4722 0 R (3267) 4723 0 R (3268) 4728 0 R (327) 2077 0 R (3271) 4729 0 R (3272) 4730 0 R (3273) 4731 0 R (3274) 4732 0 R (3275) 4733 0 R (3276) 4734 0 R (3277) 4735 0 R (3278) 4736 0 R (3281) 4737 0 R (3282) 4738 0 R (3283) 4739 0 R (3284) 4740 0 R (3285) 4741 0 R (3286) 4742 0 R (3287) 4743 0 R (3288) 4744 0 R (3289) 4745 0 R (329) 2079 0 R (3290) 4746 0 R (3293) 4747 0 R (3294) 4748 0 R (3295) 4753 0 R (3296) 4754 0 R (3297) 4755 0 R (3298) 4756 0 R (33) 1855 0 R (330) 2080 0 R (3301) 4757 0 R (3302) 4758 0 R (3303) 4759 0 R (3304) 4760 0 R (3305) 4761 0 R (3308) 4762 0 R (3309) 4763 0 R (3310) 4764 0 R (3311) 4765 0 R (3312) 4766 0 R (3313) 4767 0 R (3314) 4768 0 R (3317) 4769 0 R (3318) 4770 0 R (3319) 4776 0 R (332) 2082 0 R (3320) 4777 0 R (3321) 4778 0 R (3325) 4779 0 R (3326) 4780 0 R (3327) 4781 0 R (3328) 4782 0 R (333) 2083 0 R (3332) 4784 0 R (3333) 4785 0 R (3334) 4786 0 R (3335) 4787 0 R (3336) 4788 0 R (3339) 4793 0 R (3340) 4794 0 R (3343) 4795 0 R (3344) 4796 0 R (3345) 4797 0 R (3346) 4798 0 R (3347) 4799 0 R (3348) 4800 0 R (3349) 4801 0 R (335) 2085 0 R (3350) 4802 0 R (3351) 4803 0 R (3352) 4804 0 R (3353) 4805 0 R (3354) 4806 0 R (3355) 4807 0 R (3356) 4808 0 R (3357) 4809 0 R (3358) 4810 0 R (3359) 4811 0 R (336) 2086 0 R (3360) 4812 0 R (3361) 4813 0 R (3362) 4814 0 R (3363) 4815 0 R (3364) 4816 0 R (3365) 4817 0 R (3366) 4818 0 R (3367) 4819 0 R (3368) 4820 0 R (3369) 4821 0 R (3370) 4822 0 R (3371) 4823 0 R (3374) 4824 0 R (3375) 4825 0 R (3376) 4826 0 R (3377) 4827 0 R (3378) 4828 0 R (3379) 4829 0 R (338) 2088 0 R (3380) 4830 0 R (3381) 4831 0 R (3382) 4832 0 R (3387) 4837 0 R (3388) 4838 0 R (3389) 4839 0 R (339) 2089 0 R (3390) 4840 0 R (3391) 4841 0 R (3392) 4842 0 R (3393) 4843 0 R (3394) 4844 0 R (3395) 4845 0 R (3396) 4846 0 R (3397) 4847 0 R (3398) 4848 0 R (3399) 4849 0 R (3400) 4850 0 R (3401) 4851 0 R (3402) 4852 0 R (3405) 4853 0 R (3406) 4854 0 R (3407) 4855 0 R (3408) 4856 0 R (3409) 4857 0 R (341) 2091 0 R (3410) 4858 0 R (3411) 4865 0 R (3412) 4859 0 R (3414) 4866 0 R (3415) 4867 0 R (3416) 4868 0 R (3417) 4869 0 R (3418) 4870 0 R (3419) 4871 0 R (342) 2092 0 R (3420) 4872 0 R (3421) 4873 0 R (3422) 4874 0 R (3423) 4875 0 R (3424) 4876 0 R (3425) 4877 0 R (3426) 4878 0 R (3427) 4879 0 R (3428) 4880 0 R (3429) 4881 0 R (3430) 4882 0 R (3431) 4883 0 R (3432) 4884 0 R (3433) 4885 0 R (3434) 4886 0 R (3435) 4887 0 R (3436) 4888 0 R (3437) 4889 0 R (3438) 4890 0 R (3439) 4895 0 R (3440) 4864 0 R (3442) 4896 0 R (3443) 4897 0 R (3444) 4898 0 R (3445) 4899 0 R (3446) 4900 0 R (3447) 4901 0 R (3448) 4902 0 R (3449) 4903 0 R (345) 2093 0 R (3450) 4904 0 R (3451) 4905 0 R (3452) 4906 0 R (3453) 4907 0 R (3454) 4908 0 R (3455) 4909 0 R (3456) 4910 0 R (3457) 4911 0 R (346) 2094 0 R (3460) 4912 0 R (3461) 4913 0 R (3462) 4914 0 R (3463) 4915 0 R (3464) 4916 0 R (3465) 4917 0 R (3466) 4918 0 R (3467) 4919 0 R (3468) 4924 0 R (3469) 4925 0 R (3470) 4926 0 R (3471) 4927 0 R (3472) 4928 0 R (3473) 4929 0 R (3474) 4930 0 R (3475) 4931 0 R (3476) 4932 0 R (3477) 4933 0 R (3478) 4934 0 R (3479) 4935 0 R (3480) 4936 0 R (3481) 4937 0 R (3482) 4938 0 R (3483) 4939 0 R (3484) 4940 0 R (3485) 4941 0 R (3486) 4942 0 R (3487) 4943 0 R (3488) 4944 0 R (349) 2098 0 R (3491) 4950 0 R (3492) 4951 0 R (3493) 4952 0 R (3496) 4953 0 R (3497) 4954 0 R (3498) 4955 0 R (3501) 4956 0 R (3502) 4957 0 R (3503) 4958 0 R (3504) 4959 0 R (3505) 4960 0 R (3506) 4961 0 R (3507) 4966 0 R (3508) 4967 0 R (3511) 4968 0 R (3512) 4969 0 R (3515) 4970 0 R (3516) 4971 0 R (3517) 4972 0 R (3518) 4978 0 R (352) 2099 0 R (3521) 4979 0 R (3522) 4980 0 R (3523) 4981 0 R (3524) 4982 0 R (3525) 4983 0 R (3526) 4984 0 R (3527) 4985 0 R (3528) 4986 0 R (3529) 4987 0 R (353) 2100 0 R (3530) 4988 0 R (3531) 4989 0 R (3532) 4990 0 R (3533) 4991 0 R (3534) 4992 0 R (3535) 4993 0 R (3536) 4994 0 R (3537) 4995 0 R (3538) 4996 0 R (3539) 4997 0 R (354) 2101 0 R (3540) 4998 0 R (3541) 4999 0 R (3542) 5000 0 R (3543) 5001 0 R (3544) 5002 0 R (3545) 5003 0 R (3546) 5004 0 R (3547) 5005 0 R (3548) 5006 0 R (3549) 5007 0 R (355) 2102 0 R (3550) 5008 0 R (3551) 5009 0 R (3552) 4977 0 R (3553) 5014 0 R (3554) 5015 0 R (3557) 5016 0 R (3558) 5017 0 R (3559) 5018 0 R (356) 2103 0 R (3562) 5019 0 R (3563) 5020 0 R (3566) 5021 0 R (3567) 5026 0 R (357) 2104 0 R (3570) 5027 0 R (3573) 5028 0 R (3576) 5029 0 R (3577) 5030 0 R (3578) 5031 0 R (358) 2105 0 R (3581) 5032 0 R (3582) 5033 0 R (3583) 5034 0 R (3584) 5039 0 R (3585) 5040 0 R (3587) 5046 0 R (359) 2106 0 R (3591) 5047 0 R (3592) 5048 0 R (3593) 5049 0 R (3594) 5050 0 R (3599) 5053 0 R (36) 1856 0 R (360) 2107 0 R (3600) 5054 0 R (3601) 5055 0 R (3602) 5056 0 R (3603) 5057 0 R (3604) 5058 0 R (3606) 5059 0 R (3607) 5060 0 R (3608) 5061 0 R (3609) 5062 0 R (3610) 5063 0 R (3612) 5064 0 R (3613) 5065 0 R (3614) 5066 0 R (3615) 5067 0 R (3616) 5068 0 R (3617) 5069 0 R (3618) 5070 0 R (3619) 5071 0 R (3620) 5072 0 R (3622) 5073 0 R (3623) 5074 0 R (3624) 5075 0 R (3625) 5076 0 R (3626) 5077 0 R (3627) 5078 0 R (3628) 5079 0 R (3629) 5080 0 R (363) 2108 0 R (3630) 5081 0 R (3631) 5082 0 R (3632) 5083 0 R (3634) 5084 0 R (3635) 5085 0 R (3636) 5086 0 R (3637) 5087 0 R (3638) 5088 0 R (3639) 5089 0 R (3644) 5096 0 R (3645) 5097 0 R (3646) 5098 0 R (3647) 5099 0 R (3648) 5100 0 R (3649) 5101 0 R (3651) 5102 0 R (3652) 5103 0 R (3653) 5104 0 R (3656) 5105 0 R (3657) 5106 0 R (366) 2109 0 R (3663) 5108 0 R (3664) 5109 0 R (3665) 5110 0 R (3666) 5111 0 R (3669) 5113 0 R (3670) 5114 0 R (3674) 5115 0 R (3675) 5116 0 R (3676) 5117 0 R (3677) 5118 0 R (3678) 5119 0 R (3681) 5120 0 R (3682) 5121 0 R (3683) 5122 0 R (3684) 5123 0 R (3685) 5129 0 R (3686) 5130 0 R (3687) 5131 0 R (369) 2110 0 R (3692) 5133 0 R (3693) 5134 0 R (3694) 5135 0 R (3695) 5136 0 R (3698) 5137 0 R (3699) 5138 0 R (37) 1857 0 R (3700) 5139 0 R (3706) 5143 0 R (3707) 5144 0 R (3708) 5145 0 R (3709) 5146 0 R (3710) 5147 0 R (3715) 5150 0 R (3716) 5151 0 R (372) 2111 0 R (3722) 5156 0 R (3723) 5157 0 R (3724) 5158 0 R (3725) 5159 0 R (3726) 5160 0 R (3727) 5161 0 R (3728) 5162 0 R (373) 2112 0 R (3731) 5164 0 R (3732) 5165 0 R (3734) 5167 0 R (3735) 5168 0 R (3737) 5169 0 R (3738) 5170 0 R (3739) 5171 0 R (3740) 5172 0 R (3742) 5173 0 R (3743) 5174 0 R (3744) 5175 0 R (3745) 5176 0 R (3746) 5177 0 R (3748) 5178 0 R (3749) 5179 0 R (3750) 5180 0 R (3751) 5181 0 R (3758) 5184 0 R (3759) 5185 0 R (376) 2113 0 R (3760) 5186 0 R (3763) 5187 0 R (3764) 5188 0 R (3766) 5194 0 R (3767) 5195 0 R (3768) 5196 0 R (3769) 5197 0 R (3773) 5199 0 R (3774) 5200 0 R (3775) 5201 0 R (3776) 5202 0 R (3777) 5203 0 R (3778) 5204 0 R (3779) 5205 0 R (3780) 5206 0 R (3786) 5208 0 R (3787) 5209 0 R (379) 2118 0 R (3791) 5211 0 R (3792) 5212 0 R (3793) 5213 0 R (3798) 5215 0 R (3799) 5216 0 R (38) 1858 0 R (3800) 5217 0 R (3802) 5222 0 R (3803) 5223 0 R (3804) 5224 0 R (3805) 5225 0 R (3806) 5226 0 R (3807) 5227 0 R (3808) 5228 0 R (3809) 5229 0 R (3810) 5230 0 R (3811) 5231 0 R (3812) 5232 0 R (3813) 5233 0 R (3814) 5234 0 R (3815) 5235 0 R (382) 2119 0 R (3820) 5238 0 R (3821) 5239 0 R (3822) 5240 0 R (3826) 5242 0 R (3827) 5243 0 R (383) 2120 0 R (3832) 5246 0 R (3833) 5247 0 R (3834) 5248 0 R (3835) 5251 0 R (3836) 5249 0 R (3837) 5250 0 R (384) 2121 0 R (385) 2122 0 R (387) 2124 0 R (388) 2125 0 R (389) 2126 0 R (39) 1859 0 R (390) 2127 0 R (393) 2128 0 R (394) 2129 0 R (395) 2130 0 R (396) 2131 0 R (397) 2132 0 R (398) 2133 0 R (399) 2134 0 R (4.0) 14 0 R (40) 1860 0 R (400) 2135 0 R (401) 2136 0 R (402) 2137 0 R (405) 2142 0 R (406) 2143 0 R (41) 1861 0 R (410) 2145 0 R (411) 2146 0 R (412) 2147 0 R (413) 2148 0 R (414) 2149 0 R (415) 2150 0 R (416) 2151 0 R (417) 2152 0 R (418) 2153 0 R (419) 2154 0 R (42) 1862 0 R (420) 2155 0 R (421) 2156 0 R (422) 2157 0 R (423) 2158 0 R (424) 2159 0 R (425) 2160 0 R (426) 2161 0 R (427) 2162 0 R (43) 1863 0 R (430) 2163 0 R (435) 2167 0 R (436) 2168 0 R (44) 1864 0 R (440) 2171 0 R (441) 2172 0 R (442) 2177 0 R (443) 2178 0 R (444) 2179 0 R (445) 2180 0 R (446) 2181 0 R (447) 2182 0 R (449) 2183 0 R (45) 1865 0 R (450) 2184 0 R (451) 2185 0 R (452) 2186 0 R (453) 2187 0 R (454) 2188 0 R (457) 2190 0 R (458) 2191 0 R (459) 2192 0 R (46) 1866 0 R (460) 2195 0 R (462) 2197 0 R (463) 2198 0 R (464) 2199 0 R (465) 2200 0 R (466) 2201 0 R (467) 2202 0 R (468) 2203 0 R (469) 2204 0 R (47) 1867 0 R (470) 2205 0 R (471) 2206 0 R (472) 2207 0 R (473) 2208 0 R (474) 2209 0 R (476) 2210 0 R (477) 2216 0 R (478) 2217 0 R (479) 2218 0 R (48) 1868 0 R (480) 2219 0 R (481) 2220 0 R (482) 2221 0 R (483) 2222 0 R (484) 2223 0 R (485) 2224 0 R (486) 2225 0 R (487) 2226 0 R (49) 1869 0 R (490) 2227 0 R (492) 2228 0 R (493) 2229 0 R (494) 2230 0 R (495) 2231 0 R (497) 2233 0 R (498) 2234 0 R (499) 2235 0 R (5.0) 18 0 R (5.1.1) 22 0 R (5.2.1) 26 0 R (5.3.1) 30 0 R (5.4.1) 34 0 R (5.5.1) 38 0 R (50) 1870 0 R (500) 2236 0 R (501) 2237 0 R (502) 2238 0 R (503) 2239 0 R (504) 2240 0 R (505) 2241 0 R (506) 2242 0 R (508) 2243 0 R (509) 2244 0 R (51) 1871 0 R (510) 2245 0 R (511) 2246 0 R (512) 2247 0 R (513) 2248 0 R (514) 2249 0 R (515) 2250 0 R (516) 2251 0 R (517) 2252 0 R (518) 2253 0 R (519) 2254 0 R (52) 1872 0 R (520) 1274 0 R (522) 2259 0 R (523) 2260 0 R (524) 2261 0 R (525) 2262 0 R (526) 2263 0 R (527) 2264 0 R (53) 1873 0 R (530) 2265 0 R (532) 2267 0 R (535) 2268 0 R (54) 1877 0 R (541) 2272 0 R (542) 2273 0 R (543) 2274 0 R (545) 2275 0 R (546) 2276 0 R (547) 2277 0 R (549) 2278 0 R (55) 1878 0 R (550) 2279 0 R (551) 2280 0 R (552) 2281 0 R (553) 2282 0 R (554) 2283 0 R (555) 2284 0 R (556) 2285 0 R (557) 2286 0 R (558) 2287 0 R (56) 1879 0 R (560) 2293 0 R (561) 2294 0 R (562) 2295 0 R (563) 2296 0 R (564) 2297 0 R (565) 2298 0 R (566) 2299 0 R (568) 2300 0 R (569) 2301 0 R (57) 1880 0 R (570) 2302 0 R (571) 2303 0 R (575) 2304 0 R (576) 2305 0 R (577) 2306 0 R (579) 2307 0 R (58) 1881 0 R (580) 2308 0 R (581) 2309 0 R (583) 2310 0 R (584) 2311 0 R (585) 2312 0 R (586) 2313 0 R (587) 2314 0 R (588) 2315 0 R (589) 2316 0 R (59) 1882 0 R (590) 2317 0 R (591) 2318 0 R (593) 2319 0 R (594) 2320 0 R (595) 2321 0 R (596) 2322 0 R (597) 2323 0 R (598) 2324 0 R (599) 2325 0 R (6.0) 42 0 R (6.10.1) 230 0 R (6.10.20.16.3) 238 0 R (6.10.20.17.3) 242 0 R (6.10.20.18.3) 246 0 R (6.10.20.19.3) 250 0 R (6.10.20.2) 234 0 R (6.10.20.20.3) 254 0 R (6.10.21.2) 258 0 R (6.10.21.21.3) 262 0 R (6.10.21.22.3) 266 0 R (6.10.22.2) 270 0 R (6.11.1) 274 0 R (6.11.23.2) 278 0 R (6.11.24.2) 282 0 R (6.11.24.23.10.4) 294 0 R (6.11.24.23.11.4) 298 0 R (6.11.24.23.3) 286 0 R (6.11.24.23.9.4) 290 0 R (6.11.25.2) 302 0 R (6.11.26.2) 306 0 R (6.11.26.24.3) 310 0 R (6.11.26.25.3) 314 0 R (6.11.27.2) 318 0 R (6.11.27.26.3) 322 0 R (6.11.28.2) 326 0 R (6.6.1) 46 0 R (6.6.1.2) 50 0 R (6.6.2.1.3) 58 0 R (6.6.2.2) 54 0 R (6.6.2.2.3) 62 0 R (6.6.3.2) 66 0 R (6.6.4.2) 70 0 R (6.6.5.10.3) 106 0 R (6.6.5.11.3) 110 0 R (6.6.5.2) 74 0 R (6.6.5.3.3) 78 0 R (6.6.5.4.3) 82 0 R (6.6.5.5.3) 86 0 R (6.6.5.6.3) 90 0 R (6.6.5.7.3) 94 0 R (6.6.5.8.3) 98 0 R (6.6.5.9.3) 102 0 R (6.6.6.2) 114 0 R (6.6.7.2) 118 0 R (6.7.1) 122 0 R (6.7.10.2) 166 0 R (6.7.11.14.3) 174 0 R (6.7.11.14.7.4) 178 0 R (6.7.11.14.8.4) 182 0 R (6.7.11.15.3) 186 0 R (6.7.11.2) 170 0 R (6.7.12.2) 190 0 R (6.7.8.2) 126 0 R (6.7.9.12.1.4) 138 0 R (6.7.9.12.2.4) 142 0 R (6.7.9.12.3) 134 0 R (6.7.9.12.3.4) 146 0 R (6.7.9.12.4.4) 150 0 R (6.7.9.13.3) 154 0 R (6.7.9.13.5.4) 158 0 R (6.7.9.13.6.4) 162 0 R (6.7.9.2) 130 0 R (6.8.1) 194 0 R (6.8.13.2) 198 0 R (6.8.14.2) 202 0 R (6.8.15.2) 206 0 R (6.8.16.2) 210 0 R (6.8.17.2) 214 0 R (6.8.18.2) 218 0 R (6.8.19.2) 222 0 R (6.9.1) 226 0 R (600) 2326 0 R (601) 2327 0 R (602) 2328 0 R (603) 2329 0 R (604) 2330 0 R (605) 2331 0 R (606) 2332 0 R (607) 2333 0 R (608) 2334 0 R (609) 2335 0 R (610) 2340 0 R (611) 2341 0 R (612) 2342 0 R (613) 2343 0 R (614) 2344 0 R (615) 2345 0 R (619) 2346 0 R (62) 1883 0 R (620) 2347 0 R (621) 2348 0 R (622) 2349 0 R (623) 2350 0 R (624) 2351 0 R (625) 2352 0 R (626) 2353 0 R (627) 2354 0 R (628) 2355 0 R (629) 2356 0 R (63) 1884 0 R (630) 2357 0 R (631) 2358 0 R (632) 2359 0 R (633) 2360 0 R (634) 2361 0 R (635) 2362 0 R (636) 2363 0 R (637) 2364 0 R (638) 2365 0 R (639) 2366 0 R (640) 2367 0 R (641) 2368 0 R (642) 2369 0 R (643) 2370 0 R (644) 2371 0 R (645) 2372 0 R (649) 2378 0 R (65) 1885 0 R (650) 2379 0 R (652) 2381 0 R (653) 2382 0 R (654) 2383 0 R (655) 2384 0 R (657) 2386 0 R (658) 2387 0 R (659) 2388 0 R (66) 1886 0 R (660) 2389 0 R (661) 2390 0 R (662) 2391 0 R (663) 2392 0 R (664) 2393 0 R (668) 2395 0 R (669) 1280 0 R (67) 1887 0 R (671) 2396 0 R (672) 2397 0 R (673) 2398 0 R (674) 2399 0 R (675) 2402 0 R (676) 2403 0 R (677) 2404 0 R (678) 2405 0 R (679) 2406 0 R (68) 1888 0 R (680) 2407 0 R (681) 2408 0 R (682) 2409 0 R (683) 2410 0 R (684) 2411 0 R (685) 2412 0 R (686) 2413 0 R (687) 2414 0 R (688) 1281 0 R (690) 2419 0 R (691) 2420 0 R (692) 2421 0 R (693) 2422 0 R (694) 2423 0 R (695) 2424 0 R (696) 2425 0 R (697) 2426 0 R (698) 2427 0 R (699) 2428 0 R (7.0) 330 0 R (7.12.1) 334 0 R (7.13.1) 338 0 R (7.13.29.2) 342 0 R (7.13.30.2) 346 0 R (7.13.30.27.3) 350 0 R (7.13.30.28.3) 354 0 R (7.13.30.29.3) 358 0 R (7.14.1) 362 0 R (7.15.1) 366 0 R (7.16.1) 370 0 R (7.17.1) 374 0 R (7.18.1) 378 0 R (7.19.1) 382 0 R (7.19.31.2) 386 0 R (7.19.32.2) 390 0 R (7.19.32.30.3) 394 0 R (7.19.33.2) 398 0 R (7.19.34.2) 402 0 R (7.19.34.31.3) 406 0 R (7.19.34.32.3) 410 0 R (7.19.35.2) 414 0 R (7.19.35.33.12.4) 422 0 R (7.19.35.33.13.4) 426 0 R (7.19.35.33.14.4) 430 0 R (7.19.35.33.15.4) 434 0 R (7.19.35.33.16.4) 438 0 R (7.19.35.33.17.4) 442 0 R (7.19.35.33.18.4) 446 0 R (7.19.35.33.19.4) 450 0 R (7.19.35.33.20.4) 454 0 R (7.19.35.33.3) 418 0 R (7.19.35.34.3) 458 0 R (7.19.35.35.3) 462 0 R (7.20.1) 466 0 R (7.21.1) 470 0 R (7.22.1) 474 0 R (7.22.36.2) 478 0 R (7.22.37.2) 482 0 R (7.22.38.2) 486 0 R (7.22.39.2) 490 0 R (7.22.39.36.3) 494 0 R (7.22.39.37.3) 498 0 R (7.22.39.38.3) 502 0 R (7.23.1) 506 0 R (7.23.40.2) 510 0 R (7.23.41.2) 514 0 R (7.23.41.39.3) 518 0 R (7.23.41.40.3) 522 0 R (7.23.41.41.3) 526 0 R (7.23.42.2) 530 0 R (70) 1889 0 R (700) 2429 0 R (701) 2430 0 R (702) 2431 0 R (703) 2432 0 R (706) 2433 0 R (707) 2434 0 R (708) 2435 0 R (709) 2436 0 R (71) 1890 0 R (710) 2437 0 R (711) 2438 0 R (714) 2439 0 R (716) 2441 0 R (717) 2447 0 R (718) 2448 0 R (719) 2449 0 R (72) 1891 0 R (720) 2450 0 R (721) 2451 0 R (722) 2452 0 R (725) 2453 0 R (726) 2454 0 R (727) 2455 0 R (728) 2456 0 R (729) 2457 0 R (73) 1892 0 R (730) 2458 0 R (731) 2459 0 R (732) 2460 0 R (733) 2461 0 R (734) 2462 0 R (735) 2463 0 R (738) 2464 0 R (739) 2465 0 R (740) 2466 0 R (741) 2467 0 R (742) 2468 0 R (745) 2470 0 R (746) 2471 0 R (747) 2472 0 R (75) 1893 0 R (750) 2479 0 R (751) 2480 0 R (752) 2481 0 R (753) 2482 0 R (754) 2483 0 R (755) 2484 0 R (756) 2485 0 R (759) 2487 0 R (76) 1894 0 R (760) 2488 0 R (761) 2489 0 R (762) 2490 0 R (763) 2491 0 R (764) 2492 0 R (765) 2493 0 R (766) 2494 0 R (767) 2495 0 R (768) 2496 0 R (77) 1895 0 R (771) 2498 0 R (772) 2499 0 R (773) 2500 0 R (774) 2501 0 R (777) 2503 0 R (778) 2504 0 R (779) 2505 0 R (78) 1896 0 R (780) 2506 0 R (783) 2508 0 R (784) 2509 0 R (785) 2510 0 R (786) 2511 0 R (789) 2513 0 R (790) 2514 0 R (791) 2515 0 R (792) 2516 0 R (795) 2521 0 R (796) 2522 0 R (797) 2523 0 R (798) 2524 0 R (799) 2525 0 R (8.0) 534 0 R (8.24.1) 538 0 R (8.24.43.2) 542 0 R (8.24.44.2) 546 0 R (8.24.45.2) 550 0 R (8.25.1) 554 0 R (8.25.46.2) 558 0 R (8.25.47.2) 562 0 R (8.25.48.2) 566 0 R (8.26.1) 570 0 R (8.26.49.2) 574 0 R (8.26.50.2) 578 0 R (8.27.1) 582 0 R (8.27.51.2) 586 0 R (80) 1897 0 R (800) 2526 0 R (801) 2527 0 R (802) 2528 0 R (803) 2529 0 R (804) 2530 0 R (805) 2531 0 R (806) 2532 0 R (807) 1287 0 R (809) 2533 0 R (81) 1898 0 R (810) 2534 0 R (811) 2535 0 R (812) 2536 0 R (813) 2537 0 R (814) 2538 0 R (815) 2539 0 R (816) 2540 0 R (817) 2541 0 R (818) 2542 0 R (819) 2543 0 R (82) 1899 0 R (820) 2544 0 R (821) 2545 0 R (822) 2546 0 R (823) 2547 0 R (826) 2548 0 R (827) 2553 0 R (828) 2554 0 R (83) 1900 0 R (831) 2555 0 R (834) 2556 0 R (835) 2557 0 R (836) 2558 0 R (839) 2559 0 R (842) 2562 0 R (843) 2563 0 R (844) 2564 0 R (845) 2565 0 R (846) 2566 0 R (847) 2567 0 R (848) 2568 0 R (849) 2569 0 R (85) 1901 0 R (850) 2570 0 R (851) 2571 0 R (854) 2572 0 R (857) 2578 0 R (86) 1902 0 R (860) 2581 0 R (861) 2582 0 R (862) 2583 0 R (863) 2584 0 R (866) 2585 0 R (87) 1903 0 R (870) 2586 0 R (873) 2587 0 R (874) 2588 0 R (875) 2589 0 R (879) 2591 0 R (88) 1904 0 R (880) 2592 0 R (881) 2593 0 R (882) 2594 0 R (883) 2595 0 R (884) 2596 0 R (886) 2598 0 R (887) 2599 0 R (888) 2600 0 R (889) 2601 0 R (890) 2602 0 R (891) 2603 0 R (892) 2604 0 R (893) 2605 0 R (894) 2606 0 R (895) 2612 0 R (896) 2613 0 R (897) 2614 0 R (9.0) 590 0 R (9.28.1) 594 0 R (9.29.1) 598 0 R (9.29.52.2) 602 0 R (9.29.53.2) 606 0 R (9.29.54.2) 610 0 R (9.29.55.2) 614 0 R (9.29.56.2) 618 0 R (9.29.57.2) 622 0 R (9.30.1) 626 0 R (9.31.1) 630 0 R (9.32.1) 634 0 R (9.32.58.2) 638 0 R (9.32.58.42.3) 642 0 R (9.33.1) 646 0 R (9.33.59.2) 650 0 R (9.33.60.2) 654 0 R (9.33.61.2) 658 0 R (9.33.62.2) 662 0 R (9.33.63.2) 666 0 R (90) 1905 0 R (901) 2617 0 R (902) 2618 0 R (904) 2619 0 R (906) 2620 0 R (909) 2621 0 R (91) 1906 0 R (910) 2622 0 R (911) 2623 0 R (912) 2624 0 R (913) 2625 0 R (914) 2626 0 R (915) 2627 0 R (916) 2628 0 R (917) 2629 0 R (918) 2630 0 R (919) 2631 0 R (92) 1907 0 R (920) 2632 0 R (922) 2633 0 R (923) 2634 0 R (924) 2635 0 R (925) 2636 0 R (929) 1398 0 R (93) 1908 0 R (931) 2637 0 R (933) 1399 0 R (935) 2639 0 R (936) 2640 0 R (937) 2646 0 R (938) 2647 0 R (939) 2648 0 R (940) 2649 0 R (941) 1400 0 R (943) 2650 0 R (945) 2651 0 R (946) 2652 0 R (947) 2653 0 R (949) 2654 0 R (95) 1909 0 R (950) 2655 0 R (951) 2656 0 R (952) 2657 0 R (954) 2658 0 R (955) 2659 0 R (956) 2660 0 R (957) 2661 0 R (958) 2662 0 R (959) 2667 0 R (96) 1910 0 R (960) 2668 0 R (961) 2669 0 R (962) 2670 0 R (963) 2671 0 R (964) 2672 0 R (965) 2673 0 R (966) 2674 0 R (967) 2675 0 R (968) 1401 0 R (97) 1911 0 R (970) 2676 0 R (971) 2677 0 R (972) 2678 0 R (973) 2679 0 R (974) 2680 0 R (975) 2681 0 R (976) 2682 0 R (977) 2683 0 R (978) 2684 0 R (979) 2685 0 R (98) 1912 0 R (980) 2686 0 R (981) 2687 0 R (982) 2688 0 R (983) 2689 0 R (986) 2690 0 R (987) 1403 0 R (989) 2696 0 R (99) 1913 0 R (990) 2697 0 R (991) 2698 0 R (992) 2699 0 R (993) 2700 0 R (994) 2701 0 R (995) 2702 0 R (996) 2703 0 R (997) 2704 0 R (998) 2705 0 R (999) 2706 0 R (Doc-Start) 1134 0 R (about) 1243 0 R (accountpreferences) 1707 0 R (administration) 1408 0 R (apache-addtype) 1286 0 R (attachments) 1704 0 R (bonsai) 1579 0 R (boolean) 1686 0 R (bug_page) 1683 0 R (bugreports) 1691 0 R (bzldap) 1285 0 R (charts) 1713 0 R (classifications) 1416 0 R (cmdline) 1803 0 R (cmdline-bugmail) 1804 0 R (commenting) 1703 0 R (components) 1418 0 R (configuration) 1269 0 R (conventions) 1248 0 R (copyright) 1244 0 R (createnewusers) 1413 0 R (credits) 1247 0 R (cust-change-permissions) 1574 0 R (cust-hooks) 1573 0 R (cust-skins) 1565 0 R (cust-templates) 1566 0 R (customization) 1564 0 R (cvs) 1676 0 R (database-engine) 1271 0 R (dbdoc) 1575 0 R (defaultuser) 1411 0 R (dependencytree) 1705 0 R (disclaimer) 1245 0 R (emailpreferences) 1709 0 R (extraconfig) 1279 0 R (faq) 1791 0 R (faq-admin) 4406 0 R (faq-admin-cvsupdate) 4417 0 R (faq-admin-enable-unconfirmed) 4438 0 R (faq-admin-livebackup) 4415 0 R (faq-admin-midair) 4408 0 R (faq-admin-moving) 4450 0 R (faq-db) 4547 0 R (faq-db-corrupted) 4549 0 R (faq-db-manualedit) 4560 0 R (faq-db-permissions) 4567 0 R (faq-db-synchronize) 4573 0 R (faq-email) 4482 0 R (faq-email-mailif) 4523 0 R (faq-email-nomail) 4484 0 R (faq-email-nonreceived) 4538 0 R (faq-email-sendmailnow) 4525 0 R (faq-email-testing) 4487 0 R (faq-email-whine) 4517 0 R (faq-general) 4270 0 R (faq-general-bonsaitools) 4313 0 R (faq-general-bzmissing) 4291 0 R (faq-general-companies) 4279 0 R (faq-general-compare) 4287 0 R (faq-general-cookie) 4342 0 R (faq-general-license) 4272 0 R (faq-general-maintainers) 4284 0 R (faq-general-mysql) 4304 0 R (faq-general-perlpath) 4318 0 R (faq-general-support) 4275 0 R (faq-hacking) 4655 0 R (faq-hacking-bugzillabugs) 4661 0 R (faq-hacking-patches) 4674 0 R (faq-hacking-priority) 4667 0 R (faq-hacking-templatestyle) 4656 0 R (faq-mod-perl) 4344 0 R (faq-nt) 4578 0 R (faq-nt-bundle) 4588 0 R (faq-nt-dbi) 4598 0 R (faq-nt-easiest) 4580 0 R (faq-nt-mappings) 4590 0 R (faq-phb) 4348 0 R (faq-phb-backup) 4392 0 R (faq-phb-client) 4350 0 R (faq-phb-cost) 4401 0 R (faq-phb-data) 4372 0 R (faq-phb-email) 4365 0 R (faq-phb-emailapp) 4367 0 R (faq-phb-installtime) 4399 0 R (faq-phb-l10n) 4382 0 R (faq-phb-maintenance) 4395 0 R (faq-phb-priorities) 4352 0 R (faq-phb-renameBugs) 4403 0 R (faq-phb-reporting) 4360 0 R (faq-phb-reports) 4390 0 R (faq-security) 4467 0 R (faq-security-knownproblems) 4480 0 R (faq-security-mysql) 4469 0 R (faq-use) 4614 0 R (faq-use-accept) 4632 0 R (faq-use-attachment) 4637 0 R (faq-use-changeaddress) 4616 0 R (faq-use-close) 4643 0 R (faq-use-keyword) 4640 0 R (faq-use-query) 4618 0 R (flag-askto) 1425 0 R (flag-type-attachment) 1427 0 R (flag-type-bug) 1428 0 R (flag-types) 1426 0 R (flag-values) 1424 0 R (flags) 1716 0 R (flags-about) 1423 0 R (flags-admin) 1429 0 R (flags-create) 1430 0 R (flags-create-field-active) 3130 0 R (flags-create-field-category) 3092 0 R (flags-create-field-cclist) 3140 0 R (flags-create-field-description) 3090 0 R (flags-create-field-multiplicable) 3149 0 R (flags-create-field-name) 3088 0 R (flags-create-field-requestable) 3133 0 R (flags-create-field-sortkey) 3126 0 R (flags-create-field-specific) 3142 0 R (flags-delete) 1431 0 R (flags-edit) 1432 0 R (flags-overview) 1421 0 R (flags-simpleexample) 1422 0 R (general-advice) 1793 0 R (generalpreferences) 1708 0 R (gfdl) 1809 0 R (gfdl-0) 1810 0 R (gfdl-1) 1811 0 R (gfdl-10) 1820 0 R (gfdl-2) 1812 0 R (gfdl-3) 1813 0 R (gfdl-4) 1814 0 R (gfdl-5) 1815 0 R (gfdl-6) 1816 0 R (gfdl-7) 1817 0 R (gfdl-8) 1818 0 R (gfdl-9) 1819 0 R (gfdl-howto) 1821 0 R (gloss-a) 5051 0 R (gloss-apache) 5052 0 R (gloss-b) 5091 0 R (gloss-bugzilla) 1941 0 R (gloss-c) 5107 0 R (gloss-cgi) 2003 0 R (gloss-component) 5112 0 R (gloss-contrib) 2473 0 R (gloss-cpan) 2607 0 R (gloss-d) 5132 0 R (gloss-daemon) 3414 0 R (gloss-dos) 3549 0 R (gloss-g) 5141 0 R (gloss-groups) 5142 0 R (gloss-htaccess) 3521 0 R (gloss-j) 5148 0 R (gloss-javascript) 5149 0 R (gloss-m) 5128 0 R (gloss-mta) 4554 0 R (gloss-mysql) 5163 0 R (gloss-p) 5183 0 R (gloss-ppm) 2573 0 R (gloss-product) 2950 0 R (gloss-q) 5198 0 R (gloss-r) 5207 0 R (gloss-rdbms) 5189 0 R (gloss-regexp) 5210 0 R (gloss-s) 5214 0 R (gloss-service) 3415 0 R (gloss-t) 5236 0 R (gloss-target-milestone) 5237 0 R (gloss-tcl) 5241 0 R (gloss-z) 5244 0 R (gloss-zarro) 5245 0 R (glossary) 1822 0 R (groups) 1535 0 R (hintsandtips) 1700 0 R (http) 1275 0 R (http-apache) 1276 0 R (http-apache-mod_cgi) 2271 0 R (http-apache-mod_perl) 2288 0 R (http-iis) 1277 0 R (impersonatingusers) 1415 0 R (index) 1135 0 R (install-MTA) 1267 0 R (install-bzfiles) 1256 0 R (install-config-bugzilla) 1278 0 R (install-database) 1252 0 R (install-modules-chart-base) 1261 0 R (install-modules-dbd-mysql) 1258 0 R (install-modules-gd) 1260 0 R (install-modules-gd-graph) 1262 0 R (install-modules-gd-text-align) 1263 0 R (install-modules-patchreader) 1266 0 R (install-modules-soap-lite) 1265 0 R (install-modules-template) 1259 0 R (install-modules-xml-twig) 1264 0 R (install-mysql) 1253 0 R (install-perl) 1251 0 R (install-perlmodules) 1257 0 R (install-perlmodules-manual) 1805 0 R (install-perlmodules-nonroot) 1402 0 R (install-pg) 1254 0 R (install-setupdatabase) 2170 0 R (install-setupdatabase-adduser) 2189 0 R (install-webserver) 1255 0 R (installation) 1250 0 R (installation-whining) 1283 0 R (installation-whining-cron) 1282 0 R (installing-bugzilla) 1249 0 R (integration) 1578 0 R (lifecycle) 1684 0 R (lifecycle-image) 1839 0 R (list) 1690 0 R (localconfig) 1270 0 R (macosx-libraries) 1395 0 R (macosx-sendmail) 1394 0 R (manageusers) 1412 0 R (milestones) 1420 0 R (modifyusers) 1414 0 R (modules-manual-download) 1807 0 R (modules-manual-instructions) 1806 0 R (modules-manual-optional) 1808 0 R (multiplecharts) 1689 0 R (myaccount) 1682 0 R (mysql) 1272 0 R (negation) 1688 0 R (newversions) 1246 0 R (nonroot) 1397 0 R (os-macosx) 1393 0 R (os-mandrake) 1396 0 R (os-specific) 1386 0 R (os-win32) 1387 0 R (page.1) 1133 0 R (page.10) 2141 0 R (page.100) 4727 0 R (page.101) 4752 0 R (page.102) 4775 0 R (page.103) 4792 0 R (page.104) 4836 0 R (page.105) 4863 0 R (page.106) 4894 0 R (page.107) 4923 0 R (page.108) 4949 0 R (page.109) 4965 0 R (page.11) 2176 0 R (page.110) 4976 0 R (page.111) 5013 0 R (page.112) 5025 0 R (page.113) 5038 0 R (page.114) 5045 0 R (page.115) 5095 0 R (page.116) 5127 0 R (page.117) 5155 0 R (page.118) 5193 0 R (page.119) 5221 0 R (page.12) 2215 0 R (page.13) 2258 0 R (page.14) 2292 0 R (page.15) 2339 0 R (page.16) 2377 0 R (page.17) 2418 0 R (page.18) 2446 0 R (page.19) 2477 0 R (page.2) 1142 0 R (page.20) 2520 0 R (page.21) 2552 0 R (page.22) 2577 0 R (page.23) 2611 0 R (page.24) 2645 0 R (page.25) 2666 0 R (page.26) 2694 0 R (page.27) 2718 0 R (page.28) 2745 0 R (page.29) 2769 0 R (page.3) 1148 0 R (page.30) 2804 0 R (page.31) 2831 0 R (page.32) 2851 0 R (page.33) 2886 0 R (page.34) 2928 0 R (page.35) 2954 0 R (page.36) 2987 0 R (page.37) 3028 0 R (page.38) 3068 0 R (page.39) 3103 0 R (page.4) 1291 0 R (page.40) 3146 0 R (page.41) 3177 0 R (page.42) 3206 0 R (page.43) 3244 0 R (page.44) 3266 0 R (page.45) 3289 0 R (page.46) 3315 0 R (page.47) 3336 0 R (page.48) 3370 0 R (page.49) 3389 0 R (page.5) 1436 0 R (page.50) 3419 0 R (page.51) 3448 0 R (page.52) 3525 0 R (page.53) 3553 0 R (page.54) 3582 0 R (page.55) 3614 0 R (page.56) 3641 0 R (page.57) 3679 0 R (page.58) 3701 0 R (page.59) 3731 0 R (page.6) 1583 0 R (page.60) 3768 0 R (page.61) 3787 0 R (page.62) 3802 0 R (page.63) 3839 0 R (page.64) 3846 0 R (page.65) 3850 0 R (page.66) 3855 0 R (page.67) 3859 0 R (page.68) 3885 0 R (page.69) 3889 0 R (page.7) 1725 0 R (page.70) 3917 0 R (page.71) 3979 0 R (page.72) 3992 0 R (page.73) 4027 0 R (page.74) 4046 0 R (page.75) 4070 0 R (page.76) 4082 0 R (page.77) 4101 0 R (page.78) 4127 0 R (page.79) 4168 0 R (page.8) 1826 0 R (page.80) 4190 0 R (page.81) 4207 0 R (page.82) 4223 0 R (page.83) 4241 0 R (page.84) 4260 0 R (page.85) 4267 0 R (page.86) 4298 0 R (page.87) 4327 0 R (page.88) 4357 0 R (page.89) 4386 0 R (page.9) 2117 0 R (page.90) 4413 0 R (page.91) 4447 0 R (page.92) 4473 0 R (page.93) 4506 0 R (page.94) 4558 0 R (page.95) 4586 0 R (page.96) 4624 0 R (page.97) 4654 0 R (page.98) 4689 0 R (page.99) 4700 0 R (param-LDAPBaseDN) 2502 0 R (param-LDAPbinddn) 2497 0 R (param-LDAPmailattribute) 2512 0 R (param-LDAPserver) 2486 0 R (param-LDAPuidattribute) 2507 0 R (param-user_verify_class) 2478 0 R (parameters) 1409 0 R (paranoid-security) 1797 0 R (patch-viewer) 1284 0 R (patches) 1802 0 R (patchviewer) 1692 0 R (patchviewer_bonsai_lxr) 1698 0 R (patchviewer_collapse) 1696 0 R (patchviewer_context) 1695 0 R (patchviewer_diff) 1694 0 R (patchviewer_link) 1697 0 R (patchviewer_unified_diff) 1699 0 R (patchviewer_view) 1693 0 R (permissionsettings) 1710 0 R (postgresql) 1273 0 R (products) 1417 0 R (pronouns) 1687 0 R (query) 1685 0 R (quicksearch) 1702 0 R (quips) 1534 0 R (reporting) 1711 0 R (reports) 1712 0 R (scm) 1677 0 R (security) 1550 0 R (security-bugzilla) 1562 0 R (security-bugzilla-charset) 1563 0 R (security-mysql) 1555 0 R (security-mysql-account) 1556 0 R (security-mysql-account-anonymous) 1841 0 R (security-mysql-account-root) 1840 0 R (security-mysql-network) 1558 0 R (security-mysql-network-ex) 1842 0 R (security-mysql-root) 1557 0 R (security-os) 1551 0 R (security-os-accounts) 1553 0 R (security-os-chroot) 1554 0 R (security-os-ports) 1552 0 R (security-webserver) 1559 0 R (security-webserver-access) 1560 0 R (security-webserver-mod-throttle) 1561 0 R (svn) 1678 0 R (table.1) 1935 0 R (table.2) 3721 0 R (table.3) 3913 0 R (table.4) 3962 0 R (table.5) 4039 0 R (table.6) 4065 0 R (table.7) 4087 0 R (table.8) 4122 0 R (table.9) 4636 0 R (template-directory) 1567 0 R (template-edit) 1569 0 R (template-formats) 1570 0 R (template-http-accept) 1572 0 R (template-method) 1568 0 R (template-specific) 1571 0 R (tinderbox) 1679 0 R (trbl-dbdSponge) 1796 0 R (trbl-index) 1800 0 R (trbl-passwd-encryption) 1801 0 R (trbl-perlmodule) 1795 0 R (trbl-relogin-everyone) 1798 0 R (trbl-relogin-everyone-restrict) 1844 0 R (trbl-relogin-everyone-share) 1843 0 R (trbl-relogin-some) 1799 0 R (trbl-testserver) 1794 0 R (troubleshooting) 1792 0 R (upgrade-cvs) 1546 0 R (upgrade-patches) 1548 0 R (upgrade-tarball) 1547 0 R (upgrading) 1543 0 R (upgrading-completion) 1549 0 R (upgrading-methods) 1545 0 R (upgrading-version-defns) 1544 0 R (useradmin) 1410 0 R (userpreferences) 1706 0 R (using) 1680 0 R (using-intro) 1681 0 R (using-mod_perl-with-bugzilla) 1268 0 R (versions) 1419 0 R (voting) 1533 0 R (whining) 1717 0 R (whining-overview) 1718 0 R (whining-query) 1720 0 R (whining-schedule) 1719 0 R (win32-code-changes) 1390 0 R (win32-email) 1392 0 R (win32-http) 1391 0 R (win32-perl) 1388 0 R (win32-perl-modules) 1389 0 R]
+5486 0 obj <<
+/Names [(1.0) 2 0 R (10.0) 830 0 R (10.42.1) 834 0 R (10.43.1) 838 0 R (10.43.78.2) 842 0 R (10.43.79.2) 846 0 R (10.43.80.2) 850 0 R (10.43.81.2) 854 0 R (10.43.82.2) 858 0 R (10.43.83.2) 862 0 R (10.44.1) 866 0 R (10.45.1) 870 0 R (10.46.1) 874 0 R (10.46.84.2) 878 0 R (10.46.85.2) 882 0 R (10.46.86.2) 886 0 R (10.46.87.2) 890 0 R (10.46.88.2) 894 0 R (1000) 2799 0 R (1001) 2800 0 R (1002) 2801 0 R (1003) 2802 0 R (1004) 2803 0 R (1005) 2804 0 R (1006) 2805 0 R (1007) 2806 0 R (1008) 2807 0 R (1009) 2808 0 R (101) 2007 0 R (1010) 2809 0 R (1011) 2810 0 R (1014) 2811 0 R (1015) 1464 0 R (1017) 2812 0 R (1018) 2813 0 R (1019) 2814 0 R (102) 2008 0 R (1020) 2815 0 R (1021) 2816 0 R (1022) 2817 0 R (1023) 2818 0 R (1024) 2823 0 R (1025) 2824 0 R (1026) 2825 0 R (1027) 2826 0 R (1028) 1465 0 R (103) 2009 0 R (1030) 2827 0 R (1031) 2828 0 R (1032) 2829 0 R (1033) 2830 0 R (1034) 2831 0 R (1035) 2832 0 R (1036) 2833 0 R (1037) 2834 0 R (1038) 2835 0 R (1039) 2836 0 R (104) 2010 0 R (1040) 2837 0 R (1041) 2838 0 R (1042) 2839 0 R (1043) 2840 0 R (1044) 2841 0 R (1045) 2846 0 R (1046) 2847 0 R (1047) 2848 0 R (1048) 2849 0 R (1049) 2850 0 R (105) 2011 0 R (1050) 2851 0 R (1051) 2852 0 R (1052) 2853 0 R (1053) 2854 0 R (1054) 2855 0 R (1055) 2856 0 R (1056) 2857 0 R (1057) 2858 0 R (1058) 2859 0 R (1059) 2860 0 R (106) 2012 0 R (1060) 2861 0 R (1061) 1466 0 R (1063) 2862 0 R (1064) 1467 0 R (1066) 2863 0 R (1067) 2864 0 R (1068) 2865 0 R (1069) 2866 0 R (107) 2013 0 R (1070) 2867 0 R (1071) 2868 0 R (1072) 2873 0 R (1073) 1468 0 R (1075) 2874 0 R (1077) 2876 0 R (1078) 2877 0 R (1079) 2878 0 R (108) 2014 0 R (1080) 2879 0 R (1081) 2880 0 R (1082) 2881 0 R (1083) 2882 0 R (1084) 2883 0 R (1085) 2884 0 R (1086) 2885 0 R (1087) 2886 0 R (109) 2015 0 R (1092) 2892 0 R (1093) 2893 0 R (1095) 2894 0 R (1097) 2895 0 R (1098) 2896 0 R (1099) 2897 0 R (11.0) 898 0 R (110) 2016 0 R (1101) 2898 0 R (1102) 2899 0 R (1103) 2900 0 R (1104) 2901 0 R (1105) 2902 0 R (1106) 2903 0 R (1107) 2904 0 R (1109) 2905 0 R (111) 2017 0 R (1110) 2906 0 R (1111) 2907 0 R (1113) 2908 0 R (1114) 2909 0 R (1115) 2910 0 R (1116) 2911 0 R (1118) 2912 0 R (1119) 2913 0 R (112) 2018 0 R (1120) 2914 0 R (1121) 2915 0 R (1123) 2916 0 R (1124) 2917 0 R (1125) 2918 0 R (1126) 2919 0 R (1127) 2920 0 R (1128) 2921 0 R (113) 2019 0 R (1130) 2926 0 R (1132) 2927 0 R (1133) 2928 0 R (1134) 2929 0 R (1135) 2930 0 R (1136) 2931 0 R (1137) 2932 0 R (1139) 2933 0 R (114) 2020 0 R (1140) 2934 0 R (1141) 2935 0 R (1142) 2936 0 R (1144) 2937 0 R (1145) 2938 0 R (1146) 2939 0 R (1148) 2940 0 R (1149) 2941 0 R (1150) 2942 0 R (1152) 2943 0 R (1153) 2944 0 R (1154) 2945 0 R (1156) 2946 0 R (1157) 2947 0 R (1158) 2948 0 R (1160) 2953 0 R (1161) 2954 0 R (1162) 2955 0 R (1163) 2956 0 R (1164) 2957 0 R (1165) 2958 0 R (1167) 2959 0 R (1168) 2960 0 R (1169) 2961 0 R (117) 2024 0 R (1170) 2962 0 R (1172) 2963 0 R (1173) 2964 0 R (1174) 2965 0 R (1176) 2966 0 R (1177) 2967 0 R (1178) 2968 0 R (1183) 2969 0 R (1184) 2970 0 R (1185) 2971 0 R (119) 2025 0 R (1190) 2976 0 R (1191) 2977 0 R (1192) 2978 0 R (1193) 2979 0 R (1194) 2980 0 R (1195) 2981 0 R (12.0) 902 0 R (12.47.1) 906 0 R (12.48.1) 910 0 R (12.49.1) 914 0 R (12.50.1) 918 0 R (12.51.1) 922 0 R (12.52.1) 926 0 R (12.53.1) 930 0 R (12.54.1) 934 0 R (12.55.1) 938 0 R (120) 2026 0 R (1200) 2983 0 R (1201) 2984 0 R (1202) 2985 0 R (1203) 2986 0 R (1207) 2989 0 R (1208) 2990 0 R (1209) 2991 0 R (121) 2027 0 R (1210) 2992 0 R (1211) 2993 0 R (1212) 2994 0 R (1213) 2995 0 R (1214) 2996 0 R (1215) 2997 0 R (1216) 2998 0 R (1217) 2999 0 R (1220) 3000 0 R (1221) 3001 0 R (1222) 3002 0 R (1223) 3007 0 R (1224) 3008 0 R (1225) 3009 0 R (1226) 3010 0 R (1227) 3011 0 R (1228) 3012 0 R (1229) 3013 0 R (1230) 3014 0 R (1231) 3015 0 R (1232) 3016 0 R (1233) 3017 0 R (1234) 3018 0 R (1235) 3019 0 R (1236) 3020 0 R (1237) 3021 0 R (1238) 3022 0 R (1239) 3023 0 R (1240) 3024 0 R (1241) 3025 0 R (1242) 3026 0 R (1243) 3027 0 R (1244) 3028 0 R (1245) 3029 0 R (1246) 3030 0 R (1247) 3031 0 R (1248) 3032 0 R (1249) 3033 0 R (1250) 3034 0 R (1251) 3035 0 R (1252) 3036 0 R (1253) 3037 0 R (1254) 3038 0 R (1255) 3039 0 R (1256) 3040 0 R (1257) 3041 0 R (1258) 3042 0 R (1259) 3043 0 R (1260) 3044 0 R (1261) 3045 0 R (1262) 3046 0 R (1263) 3047 0 R (1264) 3048 0 R (1265) 3049 0 R (1266) 3050 0 R (1267) 3051 0 R (1268) 3052 0 R (1269) 3053 0 R (1270) 3054 0 R (1271) 3055 0 R (1272) 3056 0 R (1275) 3061 0 R (1276) 3062 0 R (1280) 3064 0 R (1281) 3065 0 R (1282) 3066 0 R (1283) 3067 0 R (1284) 3068 0 R (1285) 3069 0 R (1286) 3070 0 R (1287) 3071 0 R (1288) 3072 0 R (1291) 3073 0 R (1292) 3074 0 R (1293) 3075 0 R (1294) 3076 0 R (1295) 3077 0 R (1296) 3078 0 R (1299) 3084 0 R (13.0) 942 0 R (13.56.1) 946 0 R (13.57.1) 950 0 R (1301) 3086 0 R (1302) 3087 0 R (1303) 3088 0 R (1304) 3089 0 R (1305) 3090 0 R (1306) 3091 0 R (1307) 3092 0 R (1308) 3093 0 R (1309) 3094 0 R (1310) 3095 0 R (1313) 3096 0 R (1314) 3097 0 R (1315) 3098 0 R (1316) 3099 0 R (1317) 3100 0 R (1318) 3101 0 R (1319) 3102 0 R (1320) 3103 0 R (1321) 3104 0 R (1322) 3105 0 R (1323) 3106 0 R (1326) 3107 0 R (1327) 3108 0 R (1328) 3109 0 R (1329) 3115 0 R (1330) 3116 0 R (1331) 3117 0 R (1332) 3118 0 R (1333) 3119 0 R (1334) 3120 0 R (1337) 3121 0 R (1338) 3122 0 R (1339) 3123 0 R (1340) 3124 0 R (1341) 3125 0 R (1342) 3126 0 R (1343) 3127 0 R (1344) 3128 0 R (1345) 3129 0 R (1346) 3130 0 R (1347) 3131 0 R (1348) 3132 0 R (1349) 3133 0 R (1352) 3134 0 R (1353) 3135 0 R (1354) 3136 0 R (1355) 3137 0 R (1358) 3138 0 R (1359) 3139 0 R (1360) 3140 0 R (1361) 3141 0 R (1362) 3142 0 R (1363) 3143 0 R (1364) 3144 0 R (1365) 3145 0 R (1366) 3146 0 R (1367) 3147 0 R (1368) 3148 0 R (1369) 3149 0 R (1370) 3150 0 R (1371) 3151 0 R (1372) 3156 0 R (1373) 3157 0 R (1374) 3158 0 R (1375) 3159 0 R (1376) 3160 0 R (1377) 3161 0 R (1378) 3162 0 R (1379) 3163 0 R (1380) 3164 0 R (1381) 3165 0 R (1382) 3166 0 R (1383) 3167 0 R (1384) 3168 0 R (1389) 3169 0 R (1390) 3170 0 R (1392) 3171 0 R (1393) 3172 0 R (1394) 3173 0 R (1395) 3174 0 R (1397) 3175 0 R (1398) 3176 0 R (1399) 3177 0 R (14.0) 954 0 R (14.58.1) 958 0 R (14.59.1) 962 0 R (14.60.1) 966 0 R (1400) 3178 0 R (1401) 3179 0 R (1403) 3180 0 R (1404) 3181 0 R (1405) 3182 0 R (1406) 3183 0 R (1407) 3184 0 R (1408) 3185 0 R (1409) 3186 0 R (1412) 3187 0 R (1413) 3188 0 R (1414) 3189 0 R (1415) 3190 0 R (1416) 3191 0 R (1417) 3192 0 R (1418) 3193 0 R (1419) 3194 0 R (1420) 3195 0 R (1421) 3196 0 R (1422) 3197 0 R (1425) 3203 0 R (1428) 3204 0 R (1429) 3205 0 R (1430) 3206 0 R (1431) 3207 0 R (1432) 3208 0 R (1433) 3209 0 R (1434) 3210 0 R (1435) 3211 0 R (1436) 3212 0 R (1437) 3213 0 R (1438) 3214 0 R (1439) 3215 0 R (1440) 3216 0 R (1441) 3217 0 R (1442) 3218 0 R (1443) 3219 0 R (1444) 3220 0 R (1445) 3221 0 R (1446) 3222 0 R (1449) 3223 0 R (1450) 3224 0 R (1451) 3225 0 R (1452) 3226 0 R (1453) 3227 0 R (1456) 3228 0 R (1457) 3229 0 R (1458) 3230 0 R (1459) 3231 0 R (1460) 3232 0 R (1463) 3233 0 R (1464) 3234 0 R (1467) 3240 0 R (1470) 3241 0 R (1471) 3242 0 R (1472) 3243 0 R (1475) 3245 0 R (1476) 3246 0 R (1477) 3247 0 R (1478) 3248 0 R (1479) 3249 0 R (1480) 3250 0 R (1481) 3251 0 R (1482) 3252 0 R (1483) 3253 0 R (1484) 3254 0 R (1485) 3255 0 R (1486) 3256 0 R (1487) 3257 0 R (1488) 3258 0 R (1489) 3259 0 R (1490) 3260 0 R (1491) 3261 0 R (1492) 3262 0 R (1493) 3263 0 R (1494) 3264 0 R (1495) 3265 0 R (1496) 3266 0 R (1497) 3267 0 R (1498) 3268 0 R (1499) 3269 0 R (15.0) 970 0 R (15.61.1) 974 0 R (15.62.1) 978 0 R (15.63.1) 982 0 R (15.64.1) 986 0 R (15.65.1) 990 0 R (15.66.1) 994 0 R (15.67.1) 998 0 R (15.68.1) 1002 0 R (15.69.1) 1006 0 R (15.70.1) 1010 0 R (15.71.1) 1014 0 R (15.72.1) 1018 0 R (1500) 3270 0 R (1501) 3271 0 R (1502) 3272 0 R (1503) 3273 0 R (1504) 3274 0 R (1505) 3275 0 R (1508) 3277 0 R (1509) 3278 0 R (1510) 3279 0 R (1513) 3286 0 R (1514) 3287 0 R (1517) 3289 0 R (1518) 3290 0 R (1519) 3291 0 R (1520) 3292 0 R (1521) 3293 0 R (1522) 3294 0 R (1525) 3296 0 R (1526) 3297 0 R (1529) 3299 0 R (1530) 3300 0 R (1531) 3301 0 R (1532) 3302 0 R (1535) 3304 0 R (1538) 3306 0 R (1539) 3307 0 R (1540) 3308 0 R (1541) 3309 0 R (1544) 3311 0 R (1545) 3312 0 R (1548) 3318 0 R (1549) 3319 0 R (1550) 3285 0 R (1552) 3320 0 R (1553) 3321 0 R (1554) 3322 0 R (1555) 3323 0 R (1558) 3324 0 R (1559) 3325 0 R (1560) 3326 0 R (1563) 3327 0 R (1564) 3328 0 R (1567) 3329 0 R (1568) 3330 0 R (1569) 3331 0 R (1570) 3332 0 R (1571) 3333 0 R (1572) 3334 0 R (1573) 3335 0 R (1574) 3336 0 R (1575) 3337 0 R (1576) 3338 0 R (1577) 3339 0 R (1578) 3340 0 R (1579) 3341 0 R (1580) 3342 0 R (1581) 3343 0 R (1583) 3345 0 R (1584) 3346 0 R (1585) 3347 0 R (1586) 3348 0 R (1587) 3353 0 R (1588) 3354 0 R (1590) 3356 0 R (1591) 3357 0 R (1592) 3358 0 R (1593) 3359 0 R (1594) 3360 0 R (1595) 3361 0 R (1598) 3362 0 R (16.0) 1022 0 R (1602) 3364 0 R (1605) 3365 0 R (1606) 3366 0 R (1609) 3367 0 R (1610) 3368 0 R (1611) 3369 0 R (1612) 3370 0 R (1615) 3371 0 R (1616) 3372 0 R (1617) 3373 0 R (1618) 3374 0 R (1619) 3375 0 R (1620) 3376 0 R (1621) 3381 0 R (1624) 3382 0 R (1625) 3383 0 R (1626) 3384 0 R (1627) 3385 0 R (1628) 3386 0 R (1629) 3387 0 R (1630) 3388 0 R (1631) 3389 0 R (1632) 3390 0 R (1633) 3391 0 R (1634) 3392 0 R (1635) 3393 0 R (1636) 3394 0 R (1637) 3395 0 R (1638) 3396 0 R (1639) 3397 0 R (1642) 3398 0 R (1643) 3399 0 R (1644) 3400 0 R (1645) 3401 0 R (1646) 3402 0 R (1647) 3403 0 R (1650) 3408 0 R (1651) 3409 0 R (1652) 3410 0 R (1653) 3411 0 R (1654) 3412 0 R (1655) 3413 0 R (1656) 3414 0 R (1657) 3415 0 R (1658) 3416 0 R (1659) 3417 0 R (1660) 3418 0 R (1661) 1606 0 R (1663) 3419 0 R (1664) 3420 0 R (1665) 3421 0 R (1666) 3422 0 R (1667) 3423 0 R (1668) 3424 0 R (1669) 3425 0 R (1670) 3426 0 R (1671) 3427 0 R (1672) 3428 0 R (1673) 3429 0 R (1674) 3430 0 R (1675) 3431 0 R (1676) 3432 0 R (1677) 3433 0 R (1678) 3434 0 R (1679) 3435 0 R (1680) 3436 0 R (1681) 3437 0 R (1682) 3438 0 R (1683) 3439 0 R (1684) 3440 0 R (1685) 3441 0 R (1686) 3442 0 R (1687) 3448 0 R (1688) 1607 0 R (1690) 3449 0 R (1691) 3450 0 R (1692) 3451 0 R (1693) 3452 0 R (1694) 3453 0 R (1695) 3454 0 R (1696) 3455 0 R (1697) 3456 0 R (1698) 1608 0 R (17.0) 1026 0 R (17.72.89.2) 1030 0 R (1700) 3457 0 R (1701) 3458 0 R (1702) 3459 0 R (1703) 3460 0 R (1704) 3461 0 R (1705) 3462 0 R (1706) 3463 0 R (1707) 3464 0 R (1708) 3465 0 R (1709) 3466 0 R (1710) 3467 0 R (1711) 3468 0 R (1712) 3469 0 R (1713) 3470 0 R (1714) 3471 0 R (1715) 3472 0 R (1716) 1609 0 R (1718) 1610 0 R (1720) 3477 0 R (1721) 3447 0 R (1722) 1611 0 R (1724) 3478 0 R (1725) 3479 0 R (1726) 1612 0 R (1728) 3480 0 R (1729) 3481 0 R (1730) 3482 0 R (1731) 3483 0 R (1732) 3484 0 R (1733) 3485 0 R (1734) 3486 0 R (1735) 3487 0 R (1736) 3488 0 R (1737) 3489 0 R (1738) 3490 0 R (1739) 3491 0 R (1742) 3497 0 R (1743) 3498 0 R (1744) 3499 0 R (1745) 3500 0 R (1746) 3501 0 R (1747) 3502 0 R (1750) 3503 0 R (1751) 3504 0 R (1752) 3505 0 R (1753) 3506 0 R (1754) 3507 0 R (1755) 3508 0 R (1756) 3509 0 R (1759) 3514 0 R (1760) 3515 0 R (1762) 3517 0 R (1763) 3518 0 R (1766) 3519 0 R (1767) 3520 0 R (1768) 3521 0 R (1769) 3522 0 R (1771) 3524 0 R (1772) 3525 0 R (1774) 3527 0 R (1775) 3528 0 R (1777) 3530 0 R (1779) 3532 0 R (1780) 3533 0 R (1781) 3534 0 R (1782) 3535 0 R (1783) 3536 0 R (1786) 3537 0 R (1787) 3538 0 R (1788) 3539 0 R (1789) 3544 0 R (1790) 3545 0 R (1791) 3546 0 R (1792) 3547 0 R (1793) 3548 0 R (1794) 3549 0 R (1795) 3550 0 R (1796) 3551 0 R (1797) 3552 0 R (1798) 3553 0 R (1799) 3554 0 R (18.0) 1034 0 R (18.72.90.2) 1038 0 R (18.72.90.57.3) 1042 0 R (1802) 3555 0 R (1803) 3556 0 R (1804) 3557 0 R (1805) 3558 0 R (1806) 3559 0 R (1807) 3560 0 R (1808) 3561 0 R (1809) 3562 0 R (1810) 3563 0 R (1811) 3564 0 R (1812) 3565 0 R (1813) 3566 0 R (1814) 3567 0 R (1815) 3568 0 R (1816) 3569 0 R (1817) 3570 0 R (1818) 3571 0 R (1819) 3572 0 R (182) 2032 0 R (1820) 3573 0 R (1821) 3578 0 R (1822) 3579 0 R (1825) 3580 0 R (1826) 3581 0 R (1827) 3582 0 R (1828) 3583 0 R (1829) 3584 0 R (183) 2033 0 R (1830) 3585 0 R (1831) 3586 0 R (1832) 3587 0 R (1833) 3588 0 R (1834) 3589 0 R (1835) 3590 0 R (1836) 3591 0 R (1837) 3592 0 R (1838) 3593 0 R (1842) 3595 0 R (1843) 3596 0 R (1844) 3597 0 R (1845) 3598 0 R (1846) 3599 0 R (1847) 3600 0 R (1848) 3601 0 R (1849) 3602 0 R (1850) 3607 0 R (1851) 3608 0 R (1854) 3613 0 R (1855) 3614 0 R (1856) 3615 0 R (1861) 3616 0 R (1864) 3617 0 R (1866) 3619 0 R (1867) 3620 0 R (1868) 3621 0 R (1869) 3622 0 R (1871) 3624 0 R (1872) 3625 0 R (1873) 3626 0 R (1874) 3627 0 R (1875) 3628 0 R (1876) 3629 0 R (1877) 3630 0 R (1878) 3631 0 R (1879) 3632 0 R (188) 2038 0 R (1880) 3633 0 R (1881) 3634 0 R (1885) 3635 0 R (1886) 3636 0 R (189) 2039 0 R (1891) 3644 0 R (1897) 3646 0 R (1898) 3647 0 R (1899) 3648 0 R (19.0) 1046 0 R (19.72.91.2) 1050 0 R (19.72.92.2) 1054 0 R (19.72.93.2) 1058 0 R (190) 2040 0 R (1900) 3649 0 R (1904) 3650 0 R (1905) 3651 0 R (1906) 3652 0 R (1907) 3653 0 R (1908) 3654 0 R (191) 2043 0 R (1912) 3655 0 R (1913) 3656 0 R (1915) 3657 0 R (1916) 3658 0 R (1917) 3659 0 R (1918) 3660 0 R (1919) 3661 0 R (1920) 3662 0 R (1925) 3664 0 R (1929) 3666 0 R (193) 2046 0 R (1930) 3667 0 R (1931) 3668 0 R (1936) 3673 0 R (1937) 3674 0 R (1938) 3675 0 R (1939) 3676 0 R (194) 2047 0 R (1943) 3679 0 R (1944) 3680 0 R (1945) 3681 0 R (1946) 3682 0 R (1947) 3683 0 R (1948) 3684 0 R (195) 2048 0 R (1950) 3685 0 R (1951) 3686 0 R (1952) 3687 0 R (1953) 3688 0 R (1954) 3689 0 R (1955) 3690 0 R (1956) 3691 0 R (1957) 3692 0 R (1958) 3693 0 R (1959) 3694 0 R (196) 2049 0 R (1960) 3695 0 R (1961) 3696 0 R (1963) 3697 0 R (1964) 3698 0 R (1965) 3699 0 R (1966) 3700 0 R (1967) 3701 0 R (1968) 3702 0 R (1969) 3703 0 R (197) 2050 0 R (1970) 3704 0 R (1971) 3705 0 R (1972) 3706 0 R (1973) 3707 0 R (1974) 3708 0 R (1975) 3709 0 R (1977) 3710 0 R (1978) 3711 0 R (1979) 3712 0 R (198) 2051 0 R (1980) 3713 0 R (1981) 3714 0 R (1982) 3715 0 R (1983) 3716 0 R (1984) 3717 0 R (1985) 3718 0 R (1987) 3719 0 R (1988) 3720 0 R (1989) 3721 0 R (199) 2052 0 R (1990) 3722 0 R (1991) 3723 0 R (1992) 3724 0 R (1993) 3725 0 R (1994) 3726 0 R (1995) 3727 0 R (1996) 3728 0 R (1997) 3729 0 R (1998) 3730 0 R (1999) 3731 0 R (2.0) 6 0 R (20.0) 1062 0 R (20.72.94.2) 1066 0 R (20.72.95.2) 1070 0 R (20.72.96.2) 1074 0 R (20.72.97.2) 1078 0 R (200) 2053 0 R (2000) 3732 0 R (2001) 3733 0 R (2002) 3734 0 R (2003) 3735 0 R (2004) 3736 0 R (2005) 3737 0 R (2006) 3738 0 R (2007) 3739 0 R (2008) 3740 0 R (2009) 3741 0 R (201) 2054 0 R (2010) 3742 0 R (2011) 3743 0 R (2012) 3744 0 R (2013) 3750 0 R (2014) 3751 0 R (2015) 3752 0 R (2016) 3753 0 R (2017) 3754 0 R (2022) 3756 0 R (2023) 3757 0 R (2024) 3758 0 R (2026) 3760 0 R (2027) 3761 0 R (2028) 3762 0 R (2029) 3763 0 R (2034) 3764 0 R (2035) 3765 0 R (2036) 3766 0 R (2037) 3767 0 R (2038) 3768 0 R (2039) 3769 0 R (204) 2056 0 R (2044) 3775 0 R (2045) 3776 0 R (2048) 3777 0 R (2049) 3778 0 R (2050) 3779 0 R (2051) 3780 0 R (2052) 3781 0 R (2053) 3782 0 R (2054) 3783 0 R (2055) 3784 0 R (2056) 3785 0 R (2057) 3786 0 R (2058) 3787 0 R (2059) 3788 0 R (2060) 3789 0 R (2061) 3790 0 R (2062) 3791 0 R (2063) 3792 0 R (2064) 3793 0 R (2065) 3794 0 R (2066) 3795 0 R (2067) 3796 0 R (2068) 3797 0 R (2069) 3798 0 R (207) 2058 0 R (2070) 3799 0 R (2071) 3804 0 R (2074) 3805 0 R (2075) 3806 0 R (2076) 3807 0 R (2077) 3808 0 R (2078) 3809 0 R (2079) 3810 0 R (2080) 3811 0 R (21.0) 1082 0 R (21.72.98.2) 1086 0 R (21.72.99.2) 1090 0 R (210) 2060 0 R (2101) 3813 0 R (2102) 3814 0 R (2103) 3815 0 R (2104) 3816 0 R (2105) 3817 0 R (2106) 3818 0 R (2107) 3819 0 R (2108) 3820 0 R (2109) 3821 0 R (2110) 3822 0 R (2111) 3823 0 R (2112) 3824 0 R (2113) 3825 0 R (2114) 3826 0 R (2115) 3827 0 R (2116) 3828 0 R (2117) 3829 0 R (2118) 3830 0 R (2119) 3831 0 R (2120) 3832 0 R (2121) 3833 0 R (2122) 3834 0 R (2123) 3835 0 R (2124) 3836 0 R (2125) 3837 0 R (2126) 3838 0 R (2127) 3839 0 R (2128) 3840 0 R (2129) 3841 0 R (213) 2062 0 R (2130) 3842 0 R (2131) 3843 0 R (2132) 3844 0 R (2133) 3845 0 R (2134) 3846 0 R (2135) 3847 0 R (2136) 3848 0 R (2137) 3854 0 R (2138) 3855 0 R (2139) 3856 0 R (2140) 3857 0 R (2141) 3858 0 R (2142) 3859 0 R (2143) 3860 0 R (2144) 3861 0 R (2145) 3862 0 R (2146) 3863 0 R (2147) 3864 0 R (216) 2064 0 R (2168) 3866 0 R (2169) 3867 0 R (2170) 3868 0 R (2171) 3869 0 R (2172) 3870 0 R (2173) 3871 0 R (2174) 3872 0 R (2175) 3873 0 R (2176) 3874 0 R (2177) 3875 0 R (2178) 3876 0 R (2179) 3877 0 R (2182) 3878 0 R (2184) 3880 0 R (2185) 3881 0 R (2188) 3887 0 R (219) 2066 0 R (2193) 3888 0 R (2194) 3889 0 R (2195) 3890 0 R (2196) 3891 0 R (22.0) 1094 0 R (22.72.100.2) 1098 0 R (2200) 3897 0 R (2201) 3898 0 R (2202) 3899 0 R (2203) 3900 0 R (2204) 3901 0 R (2205) 3902 0 R (2206) 3903 0 R (2207) 3904 0 R (2208) 3905 0 R (2209) 3906 0 R (2210) 3907 0 R (2211) 3908 0 R (2212) 3909 0 R (2213) 3910 0 R (2214) 3911 0 R (2215) 3912 0 R (2216) 3913 0 R (2219) 3914 0 R (2222) 3915 0 R (2223) 3916 0 R (2224) 3917 0 R (2225) 3918 0 R (2226) 3919 0 R (2227) 3920 0 R (2228) 3921 0 R (2229) 3922 0 R (223) 2067 0 R (2230) 3923 0 R (2231) 3924 0 R (2232) 3925 0 R (2233) 3926 0 R (2234) 3927 0 R (2237) 3932 0 R (2238) 3933 0 R (2239) 3934 0 R (224) 2068 0 R (2240) 3935 0 R (2241) 3936 0 R (2242) 3937 0 R (2245) 3938 0 R (2246) 3939 0 R (2247) 3940 0 R (2248) 3941 0 R (2249) 3942 0 R (225) 2069 0 R (2252) 3943 0 R (2253) 3944 0 R (2254) 3945 0 R (226) 2070 0 R (2275) 3947 0 R (2278) 3952 0 R (2279) 3953 0 R (2281) 3955 0 R (2282) 3956 0 R (2283) 3957 0 R (2284) 3958 0 R (2289) 3959 0 R (229) 2074 0 R (2290) 3960 0 R (2291) 3961 0 R (2292) 3962 0 R (2293) 3963 0 R (2294) 3964 0 R (2295) 3965 0 R (2296) 3966 0 R (2297) 3967 0 R (2298) 3968 0 R (2299) 3969 0 R (23.0) 1102 0 R (23.72.101.2) 1106 0 R (2300) 3970 0 R (2301) 3971 0 R (2302) 3972 0 R (2303) 3973 0 R (2304) 3974 0 R (2305) 3975 0 R (2306) 3976 0 R (2307) 3977 0 R (2308) 3982 0 R (2309) 3983 0 R (2310) 3984 0 R (2311) 3985 0 R (2312) 3986 0 R (2313) 3987 0 R (2314) 3988 0 R (2315) 3989 0 R (2316) 3990 0 R (2317) 3991 0 R (2318) 3992 0 R (232) 2075 0 R (2321) 3993 0 R (2322) 3994 0 R (2323) 3995 0 R (2326) 3996 0 R (2327) 3997 0 R (2328) 3998 0 R (2329) 3999 0 R (233) 2076 0 R (2330) 4004 0 R (2331) 4005 0 R (2332) 4006 0 R (2335) 4007 0 R (2336) 4008 0 R (2337) 4009 0 R (234) 2077 0 R (2347) 4011 0 R (235) 2078 0 R (2350) 4012 0 R (2353) 4013 0 R (2356) 4014 0 R (2359) 4020 0 R (236) 2079 0 R (2362) 4021 0 R (2363) 4022 0 R (2366) 4023 0 R (2369) 4024 0 R (237) 2080 0 R (2370) 1759 0 R (2372) 4025 0 R (2373) 4026 0 R (2374) 4027 0 R (238) 2081 0 R (2383) 4029 0 R (2386) 4034 0 R (2387) 4035 0 R (239) 2082 0 R (2390) 4036 0 R (2391) 4037 0 R (2392) 4038 0 R (2395) 4039 0 R (2398) 4040 0 R (2399) 4041 0 R (24) 1941 0 R (24.0) 1110 0 R (24.72.102.2) 1114 0 R (24.72.103.2) 1118 0 R (240) 2083 0 R (2400) 4042 0 R (2403) 4043 0 R (2404) 4044 0 R (2405) 4045 0 R (2406) 4046 0 R (2407) 4047 0 R (2408) 4048 0 R (2409) 4049 0 R (2410) 4050 0 R (2411) 4051 0 R (2412) 4052 0 R (2413) 4053 0 R (2417) 4055 0 R (2418) 4060 0 R (2421) 4061 0 R (2422) 4062 0 R (2423) 4063 0 R (2424) 4064 0 R (2425) 4065 0 R (2426) 4066 0 R (2427) 4067 0 R (2428) 4068 0 R (2429) 4069 0 R (243) 2084 0 R (2430) 4070 0 R (2431) 4071 0 R (2432) 4072 0 R (2433) 4073 0 R (2434) 4074 0 R (2435) 4075 0 R (2436) 4076 0 R (2437) 4077 0 R (2438) 4078 0 R (2439) 4079 0 R (244) 2085 0 R (2440) 4080 0 R (2441) 4081 0 R (2442) 4082 0 R (2443) 4083 0 R (2444) 4084 0 R (2445) 4085 0 R (2446) 4086 0 R (2447) 4087 0 R (2448) 4088 0 R (2449) 4089 0 R (245) 2086 0 R (2450) 4090 0 R (2451) 4091 0 R (2452) 4092 0 R (2453) 4093 0 R (2454) 4094 0 R (2455) 4095 0 R (2456) 4096 0 R (2457) 4101 0 R (2458) 4102 0 R (2459) 4103 0 R (246) 2087 0 R (2460) 4104 0 R (2461) 4105 0 R (2462) 4106 0 R (2463) 4107 0 R (2464) 4108 0 R (2465) 4109 0 R (2466) 4110 0 R (2467) 4111 0 R (247) 2088 0 R (2470) 4112 0 R (2473) 4113 0 R (2476) 4114 0 R (2477) 4115 0 R (2478) 4116 0 R (2479) 4117 0 R (2480) 4118 0 R (2483) 4123 0 R (2484) 4124 0 R (2485) 4125 0 R (2486) 4126 0 R (2487) 4127 0 R (2488) 4128 0 R (2489) 1770 0 R (2491) 4129 0 R (2492) 4130 0 R (2493) 4131 0 R (2494) 4132 0 R (2495) 4133 0 R (2496) 1771 0 R (2498) 4134 0 R (2499) 4135 0 R (25) 1942 0 R (25.0) 1122 0 R (25.72.104.2) 1126 0 R (25.72.105.2) 1130 0 R (25.72.106.2) 1134 0 R (250) 2089 0 R (2502) 4140 0 R (2503) 4141 0 R (2504) 4142 0 R (2505) 4143 0 R (2506) 4144 0 R (2507) 4145 0 R (2508) 4146 0 R (2509) 4147 0 R (251) 2090 0 R (2512) 4148 0 R (2513) 4149 0 R (2514) 4150 0 R (2515) 4151 0 R (2516) 4152 0 R (2517) 4153 0 R (2519) 4155 0 R (2520) 4161 0 R (2524) 4163 0 R (2525) 4164 0 R (2526) 4165 0 R (2529) 4166 0 R (253) 2092 0 R (2530) 4167 0 R (2531) 4168 0 R (2532) 4169 0 R (2533) 4170 0 R (2534) 4171 0 R (2535) 4172 0 R (2536) 4173 0 R (2539) 4178 0 R (254) 2093 0 R (2540) 4179 0 R (2541) 4180 0 R (2543) 4182 0 R (2544) 4183 0 R (2545) 4184 0 R (2546) 4185 0 R (2547) 4186 0 R (2548) 4187 0 R (2549) 1777 0 R (255) 2094 0 R (2551) 4188 0 R (2552) 4189 0 R (2553) 4190 0 R (2558) 4195 0 R (2559) 4196 0 R (2560) 4197 0 R (2561) 4198 0 R (2562) 4199 0 R (2563) 4200 0 R (2564) 4201 0 R (2565) 4202 0 R (2566) 4203 0 R (2567) 4204 0 R (2568) 4205 0 R (2571) 4206 0 R (2572) 4207 0 R (2576) 4209 0 R (2577) 4210 0 R (2578) 4211 0 R (2579) 4212 0 R (258) 2100 0 R (2580) 4213 0 R (2581) 4214 0 R (2582) 4215 0 R (2583) 4216 0 R (2584) 4217 0 R (2585) 4218 0 R (2588) 4224 0 R (2589) 4225 0 R (259) 2101 0 R (2590) 4226 0 R (2591) 4227 0 R (2592) 4228 0 R (2593) 4229 0 R (2594) 4230 0 R (2595) 4231 0 R (2596) 4232 0 R (2597) 4233 0 R (2598) 4234 0 R (2599) 4235 0 R (26) 1943 0 R (26.0) 1138 0 R (26.72.107.2) 1142 0 R (260) 2102 0 R (2600) 4236 0 R (2601) 4237 0 R (2602) 4238 0 R (2603) 4239 0 R (2604) 4240 0 R (2605) 4241 0 R (2606) 4242 0 R (2607) 4243 0 R (2608) 4244 0 R (2609) 4245 0 R (261) 2103 0 R (2610) 4246 0 R (2611) 4247 0 R (2614) 4248 0 R (2615) 4249 0 R (2616) 4250 0 R (2617) 4223 0 R (2619) 4256 0 R (262) 2104 0 R (2620) 4257 0 R (2621) 4258 0 R (2622) 4259 0 R (2623) 4260 0 R (2626) 4261 0 R (2627) 4262 0 R (2628) 4263 0 R (2629) 4264 0 R (263) 2105 0 R (2630) 4265 0 R (2631) 4266 0 R (2632) 4267 0 R (2633) 4268 0 R (2634) 4269 0 R (2635) 4270 0 R (2636) 4271 0 R (2637) 4272 0 R (2638) 4273 0 R (2639) 4274 0 R (264) 2106 0 R (2640) 4275 0 R (2641) 4276 0 R (2642) 4277 0 R (2645) 4283 0 R (2646) 4255 0 R (2648) 4284 0 R (2649) 4285 0 R (265) 2107 0 R (2650) 4286 0 R (2651) 4287 0 R (2652) 4288 0 R (2653) 4289 0 R (2654) 4290 0 R (2655) 4291 0 R (2656) 4292 0 R (2657) 4293 0 R (2658) 4294 0 R (2659) 4295 0 R (266) 2108 0 R (2660) 4296 0 R (2661) 4297 0 R (2662) 4298 0 R (2663) 4299 0 R (2664) 4300 0 R (2665) 4301 0 R (2666) 4302 0 R (2667) 4303 0 R (2668) 4304 0 R (2669) 4305 0 R (267) 2109 0 R (2670) 4306 0 R (2671) 4307 0 R (2672) 4308 0 R (2673) 4309 0 R (2674) 4310 0 R (2675) 4311 0 R (2676) 4312 0 R (2677) 4313 0 R (2678) 4314 0 R (2679) 4315 0 R (2680) 4282 0 R (2682) 4322 0 R (2683) 4323 0 R (2684) 4324 0 R (2685) 4325 0 R (2686) 4326 0 R (2687) 4327 0 R (2690) 4328 0 R (2691) 4329 0 R (2692) 4330 0 R (2693) 4331 0 R (2694) 4332 0 R (2695) 4333 0 R (2696) 4334 0 R (2699) 4335 0 R (27.0) 1146 0 R (27.72.108.2) 1150 0 R (27.72.109.2) 1154 0 R (270) 2110 0 R (2700) 4336 0 R (2701) 4337 0 R (2702) 4338 0 R (2703) 4343 0 R (2704) 4321 0 R (2706) 4344 0 R (2707) 4345 0 R (2708) 4346 0 R (2709) 4347 0 R (271) 2111 0 R (2710) 4348 0 R (2711) 4349 0 R (2712) 4350 0 R (2713) 4351 0 R (2714) 4352 0 R (2715) 4353 0 R (2716) 4354 0 R (2717) 4355 0 R (2718) 4356 0 R (2719) 4357 0 R (2720) 4358 0 R (2721) 4359 0 R (2722) 4360 0 R (2723) 4361 0 R (2728) 4363 0 R (2729) 4364 0 R (273) 2113 0 R (2730) 4365 0 R (2731) 4366 0 R (2732) 4367 0 R (2733) 4368 0 R (2734) 4373 0 R (2735) 4374 0 R (2736) 4375 0 R (2737) 4376 0 R (2738) 4377 0 R (2739) 4378 0 R (274) 2114 0 R (2740) 4379 0 R (2741) 4380 0 R (2742) 4381 0 R (2743) 4382 0 R (2744) 4383 0 R (2745) 4384 0 R (2746) 4385 0 R (2747) 4386 0 R (2748) 4387 0 R (2749) 4388 0 R (275) 2115 0 R (2750) 4389 0 R (2751) 4390 0 R (2752) 4391 0 R (2753) 4392 0 R (2754) 4393 0 R (2755) 4394 0 R (2756) 4395 0 R (2757) 4396 0 R (2758) 4397 0 R (2759) 4398 0 R (276) 2116 0 R (2760) 4399 0 R (2761) 4400 0 R (2762) 4401 0 R (2763) 4402 0 R (2764) 4403 0 R (2765) 4404 0 R (2766) 4409 0 R (2769) 4410 0 R (277) 2117 0 R (2770) 4411 0 R (2771) 4412 0 R (2772) 4413 0 R (2773) 4414 0 R (2774) 4415 0 R (2775) 4416 0 R (2776) 4417 0 R (2777) 4418 0 R (2778) 4419 0 R (2779) 4420 0 R (278) 2118 0 R (2780) 4421 0 R (2781) 4422 0 R (2782) 4423 0 R (2783) 4428 0 R (2784) 4429 0 R (2785) 4430 0 R (2786) 4431 0 R (2787) 4432 0 R (2788) 4433 0 R (279) 2119 0 R (2793) 4434 0 R (2798) 4438 0 R (2799) 4439 0 R (28) 1945 0 R (28.0) 1158 0 R (28.72.110.2) 1162 0 R (28.72.111.2) 1166 0 R (280) 2120 0 R (2800) 4440 0 R (2801) 4441 0 R (2802) 4446 0 R (2803) 4447 0 R (2804) 4448 0 R (2805) 4449 0 R (2808) 4450 0 R (2809) 4451 0 R (2810) 4452 0 R (2811) 4453 0 R (2812) 4454 0 R (2815) 4455 0 R (2816) 4456 0 R (2819) 4457 0 R (2820) 4458 0 R (2821) 4459 0 R (2824) 4465 0 R (2825) 4466 0 R (2827) 4468 0 R (283) 2123 0 R (2831) 4470 0 R (2833) 4471 0 R (2837) 4473 0 R (2839) 4474 0 R (284) 2124 0 R (2843) 4476 0 R (2845) 4477 0 R (2846) 4478 0 R (285) 2125 0 R (2850) 4480 0 R (2852) 4481 0 R (2853) 4482 0 R (2854) 4483 0 R (2858) 4485 0 R (286) 2126 0 R (2860) 4486 0 R (2864) 4488 0 R (2866) 4489 0 R (2867) 4490 0 R (287) 2127 0 R (2871) 4492 0 R (2873) 4497 0 R (2874) 4498 0 R (2875) 4499 0 R (2876) 4500 0 R (2877) 4501 0 R (2878) 4502 0 R (288) 2128 0 R (2882) 4504 0 R (2884) 4505 0 R (2885) 4506 0 R (2886) 4507 0 R (2887) 4508 0 R (2888) 4509 0 R (2889) 4510 0 R (289) 2129 0 R (2890) 4511 0 R (2891) 4512 0 R (2895) 4514 0 R (2896) 4515 0 R (2898) 4516 0 R (2899) 4517 0 R (29.0) 1170 0 R (29.72.112.2) 1174 0 R (29.72.113.2) 1178 0 R (290) 2130 0 R (2903) 4524 0 R (2904) 4525 0 R (2905) 4526 0 R (2907) 4527 0 R (2908) 4528 0 R (2909) 4529 0 R (291) 2131 0 R (2910) 4530 0 R (2911) 4531 0 R (2912) 4532 0 R (2913) 4533 0 R (2914) 4534 0 R (2915) 4535 0 R (2916) 4536 0 R (2917) 4537 0 R (2918) 4538 0 R (2919) 4539 0 R (292) 2132 0 R (2920) 4540 0 R (2921) 4541 0 R (2922) 4542 0 R (2923) 4543 0 R (2924) 4544 0 R (2928) 4546 0 R (293) 2136 0 R (2933) 4548 0 R (2934) 4549 0 R (2936) 4550 0 R (294) 2137 0 R (2940) 4552 0 R (2942) 4553 0 R (2944) 4523 0 R (2948) 4560 0 R (295) 2138 0 R (2953) 4562 0 R (2955) 4563 0 R (2956) 4564 0 R (296) 2139 0 R (2960) 4566 0 R (2962) 4567 0 R (2964) 4569 0 R (2968) 4571 0 R (297) 2140 0 R (2973) 4573 0 R (2975) 4574 0 R (2976) 4575 0 R (2977) 4576 0 R (298) 2141 0 R (2981) 4578 0 R (2982) 4579 0 R (2984) 4584 0 R (2985) 4585 0 R (2986) 4586 0 R (2987) 4587 0 R (2988) 4588 0 R (2989) 4589 0 R (299) 2142 0 R (2990) 4590 0 R (2994) 4592 0 R (2996) 4593 0 R (2997) 4594 0 R (3.0) 10 0 R (30.0) 1182 0 R (30.72.114.2) 1186 0 R (300) 2143 0 R (3001) 4596 0 R (3006) 4598 0 R (3008) 4599 0 R (301) 2144 0 R (3012) 4601 0 R (3013) 4602 0 R (3015) 4603 0 R (3019) 4605 0 R (302) 2145 0 R (3024) 4612 0 R (3029) 4614 0 R (303) 2146 0 R (3033) 4617 0 R (3037) 4619 0 R (304) 2147 0 R (3042) 4621 0 R (3047) 4623 0 R (3049) 4624 0 R (3050) 4625 0 R (3051) 4626 0 R (3052) 4627 0 R (3053) 4628 0 R (3054) 4629 0 R (3055) 4630 0 R (3056) 4631 0 R (3057) 4632 0 R (3058) 4633 0 R (3059) 4634 0 R (306) 2149 0 R (3060) 4635 0 R (3061) 4636 0 R (3062) 4637 0 R (3063) 4638 0 R (3064) 4639 0 R (3065) 4640 0 R (3066) 4611 0 R (307) 2150 0 R (3071) 4649 0 R (3073) 4650 0 R (3074) 4651 0 R (3075) 4652 0 R (3076) 4653 0 R (3077) 4654 0 R (3078) 4655 0 R (308) 2151 0 R (3082) 4657 0 R (3084) 4658 0 R (3085) 4659 0 R (3086) 4660 0 R (3087) 4661 0 R (3088) 4662 0 R (3089) 4663 0 R (309) 2152 0 R (3090) 4664 0 R (3091) 4665 0 R (3093) 4667 0 R (3094) 4668 0 R (3095) 4669 0 R (3096) 4670 0 R (3097) 4646 0 R (31) 1946 0 R (310) 2153 0 R (3100) 4677 0 R (3104) 4679 0 R (3106) 4680 0 R (3107) 4681 0 R (3108) 4682 0 R (3109) 4683 0 R (311) 2154 0 R (3114) 4686 0 R (3117) 4688 0 R (3121) 4690 0 R (3123) 4691 0 R (3127) 4693 0 R (3129) 4694 0 R (313) 2156 0 R (3130) 4695 0 R (3131) 4696 0 R (3132) 4697 0 R (3133) 4698 0 R (3134) 4699 0 R (3135) 4700 0 R (3136) 4701 0 R (3137) 4702 0 R (3138) 4675 0 R (314) 2157 0 R (3140) 4708 0 R (3141) 4709 0 R (3142) 4710 0 R (3143) 4711 0 R (3144) 4712 0 R (3145) 4713 0 R (3146) 4714 0 R (3147) 4715 0 R (3148) 4716 0 R (3149) 4717 0 R (315) 2158 0 R (3150) 4718 0 R (3151) 4719 0 R (3152) 4720 0 R (3156) 4722 0 R (3158) 4723 0 R (3159) 4724 0 R (316) 2159 0 R (3160) 4725 0 R (3161) 4726 0 R (3165) 4728 0 R (317) 2160 0 R (3170) 4730 0 R (3172) 4731 0 R (3173) 4732 0 R (3174) 4733 0 R (3175) 4734 0 R (3176) 4735 0 R (3177) 4736 0 R (3178) 4737 0 R (3179) 4738 0 R (318) 2161 0 R (3181) 4740 0 R (3182) 4741 0 R (3186) 4743 0 R (3188) 4744 0 R (3189) 4745 0 R (319) 2162 0 R (3190) 4746 0 R (3191) 4747 0 R (3192) 4748 0 R (3193) 4749 0 R (3194) 4750 0 R (3196) 4707 0 R (32) 1947 0 R (320) 2163 0 R (3200) 4758 0 R (3202) 4759 0 R (3203) 4760 0 R (3204) 4761 0 R (3208) 4763 0 R (321) 2164 0 R (3210) 4764 0 R (3211) 4765 0 R (3212) 4766 0 R (3213) 4767 0 R (3214) 4768 0 R (3218) 4770 0 R (322) 2165 0 R (3220) 4771 0 R (3221) 4772 0 R (3222) 4773 0 R (3223) 4774 0 R (3224) 4775 0 R (3225) 4776 0 R (3226) 4777 0 R (3227) 4778 0 R (3228) 4779 0 R (3229) 4780 0 R (323) 2166 0 R (3230) 4781 0 R (3231) 4782 0 R (3232) 4783 0 R (3233) 4784 0 R (3234) 4785 0 R (3235) 4790 0 R (3236) 4791 0 R (3237) 4792 0 R (3238) 4793 0 R (3239) 4794 0 R (3240) 4795 0 R (3241) 4796 0 R (3245) 4798 0 R (3247) 4799 0 R (3248) 4800 0 R (3249) 4801 0 R (325) 2168 0 R (3251) 4803 0 R (3255) 4805 0 R (3257) 4806 0 R (3259) 4808 0 R (326) 2169 0 R (3260) 4809 0 R (3264) 4811 0 R (3269) 4813 0 R (327) 2170 0 R (3270) 4814 0 R (3272) 4815 0 R (3273) 4816 0 R (3274) 4821 0 R (3275) 4822 0 R (3276) 4823 0 R (328) 2171 0 R (3280) 4825 0 R (3282) 4826 0 R (3283) 4827 0 R (3284) 4828 0 R (3285) 4829 0 R (3286) 4830 0 R (3287) 4831 0 R (3288) 4832 0 R (3289) 4833 0 R (3290) 4834 0 R (3291) 4835 0 R (3292) 4836 0 R (3293) 4837 0 R (3294) 4838 0 R (3295) 4839 0 R (3297) 4841 0 R (33) 1948 0 R (330) 2173 0 R (3301) 4843 0 R (3306) 4845 0 R (3308) 4846 0 R (3309) 4847 0 R (331) 2174 0 R (3310) 4848 0 R (3311) 4849 0 R (3312) 4850 0 R (3313) 4851 0 R (3317) 4858 0 R (3318) 4859 0 R (3320) 4860 0 R (333) 2176 0 R (3331) 4863 0 R (3332) 4864 0 R (3337) 4866 0 R (3339) 4867 0 R (334) 2177 0 R (3343) 4869 0 R (3344) 4870 0 R (3346) 4871 0 R (3347) 4872 0 R (3348) 4873 0 R (3349) 4874 0 R (3350) 4875 0 R (3352) 4877 0 R (3356) 4879 0 R (3358) 4880 0 R (3359) 4885 0 R (336) 2179 0 R (3360) 4886 0 R (3364) 4888 0 R (3366) 4889 0 R (3367) 4890 0 R (3368) 4891 0 R (3369) 4892 0 R (337) 2180 0 R (3373) 4894 0 R (3374) 4895 0 R (3375) 4896 0 R (3377) 4897 0 R (3378) 4898 0 R (3379) 4899 0 R (3383) 4901 0 R (3385) 4902 0 R (3386) 4903 0 R (3387) 4904 0 R (3388) 4905 0 R (3389) 4906 0 R (339) 2182 0 R (3390) 4907 0 R (3391) 4908 0 R (3392) 4909 0 R (3393) 4910 0 R (3394) 4911 0 R (3395) 4912 0 R (3396) 4913 0 R (3397) 4914 0 R (3398) 4915 0 R (3399) 4916 0 R (340) 2183 0 R (3400) 4917 0 R (3401) 4918 0 R (3404) 4923 0 R (3407) 4924 0 R (3408) 4925 0 R (3409) 4926 0 R (341) 2184 0 R (3410) 4927 0 R (3413) 4930 0 R (3414) 4931 0 R (3415) 4932 0 R (3416) 4933 0 R (3417) 4934 0 R (342) 2185 0 R (3420) 4935 0 R (3421) 4936 0 R (3422) 4937 0 R (3423) 4938 0 R (3424) 4939 0 R (3428) 4940 0 R (3429) 4941 0 R (3430) 4942 0 R (3431) 4943 0 R (3432) 4944 0 R (3433) 4945 0 R (3434) 4950 0 R (3437) 4951 0 R (3438) 4952 0 R (3439) 4953 0 R (344) 2187 0 R (3440) 4954 0 R (3441) 4955 0 R (3442) 4956 0 R (3443) 4957 0 R (3444) 4958 0 R (3447) 4959 0 R (3448) 4960 0 R (3449) 4961 0 R (345) 2188 0 R (3450) 4962 0 R (3451) 4963 0 R (3452) 4964 0 R (3453) 4965 0 R (3454) 4966 0 R (3455) 4967 0 R (3456) 4968 0 R (3459) 4969 0 R (346) 2189 0 R (3460) 4970 0 R (3461) 4975 0 R (3462) 4976 0 R (3463) 4977 0 R (3464) 4978 0 R (3467) 4979 0 R (3468) 4980 0 R (3469) 4981 0 R (347) 2190 0 R (3470) 4982 0 R (3471) 4983 0 R (3474) 4984 0 R (3475) 4985 0 R (3476) 4986 0 R (3477) 4987 0 R (3478) 4988 0 R (3479) 4989 0 R (348) 2191 0 R (3480) 4990 0 R (3483) 4991 0 R (3484) 4992 0 R (3485) 4997 0 R (3486) 4998 0 R (3487) 4999 0 R (349) 2192 0 R (3491) 5000 0 R (3492) 5001 0 R (3493) 5002 0 R (3494) 5003 0 R (3498) 5005 0 R (3499) 5006 0 R (3500) 5007 0 R (3501) 5008 0 R (3502) 5009 0 R (3505) 5015 0 R (3506) 5016 0 R (3509) 5017 0 R (351) 2194 0 R (3510) 5018 0 R (3511) 5019 0 R (3512) 5020 0 R (3513) 5021 0 R (3514) 5022 0 R (3515) 5023 0 R (3516) 5024 0 R (3517) 5025 0 R (3518) 5026 0 R (3519) 5027 0 R (352) 2195 0 R (3520) 5028 0 R (3521) 5029 0 R (3522) 5030 0 R (3523) 5031 0 R (3524) 5032 0 R (3525) 5033 0 R (3526) 5034 0 R (3527) 5035 0 R (3528) 5036 0 R (3529) 5037 0 R (353) 2196 0 R (3530) 5038 0 R (3531) 5039 0 R (3532) 5040 0 R (3533) 5041 0 R (3534) 5042 0 R (3535) 5043 0 R (3536) 5044 0 R (3537) 5045 0 R (354) 2197 0 R (3540) 5046 0 R (3541) 5047 0 R (3542) 5048 0 R (3543) 5049 0 R (3544) 5050 0 R (3545) 5051 0 R (3546) 5052 0 R (3547) 5053 0 R (3548) 5054 0 R (355) 2198 0 R (3553) 5059 0 R (3554) 5060 0 R (3555) 5061 0 R (3556) 5062 0 R (3557) 5063 0 R (3558) 5064 0 R (3559) 5065 0 R (356) 2199 0 R (3560) 5066 0 R (3561) 5067 0 R (3562) 5068 0 R (3563) 5069 0 R (3564) 5070 0 R (3565) 5071 0 R (3566) 5072 0 R (3567) 5073 0 R (3568) 5074 0 R (357) 2200 0 R (3571) 5075 0 R (3572) 5076 0 R (3573) 5077 0 R (3574) 5078 0 R (3575) 5079 0 R (3576) 5080 0 R (3577) 5087 0 R (3578) 5081 0 R (358) 2201 0 R (3580) 5088 0 R (3581) 5089 0 R (3582) 5090 0 R (3583) 5091 0 R (3584) 5092 0 R (3585) 5093 0 R (3586) 5094 0 R (3587) 5095 0 R (3588) 5096 0 R (3589) 5097 0 R (359) 2202 0 R (3590) 5098 0 R (3591) 5099 0 R (3592) 5100 0 R (3593) 5101 0 R (3594) 5102 0 R (3595) 5103 0 R (3596) 5104 0 R (3597) 5105 0 R (3598) 5106 0 R (3599) 5107 0 R (36) 1949 0 R (360) 2203 0 R (3600) 5108 0 R (3601) 5109 0 R (3602) 5110 0 R (3603) 5111 0 R (3604) 5112 0 R (3605) 5117 0 R (3606) 5086 0 R (3608) 5118 0 R (3609) 5119 0 R (361) 2204 0 R (3610) 5120 0 R (3611) 5121 0 R (3612) 5122 0 R (3613) 5123 0 R (3614) 5124 0 R (3615) 5125 0 R (3616) 5126 0 R (3617) 5127 0 R (3618) 5128 0 R (3619) 5129 0 R (362) 2208 0 R (3620) 5130 0 R (3621) 5131 0 R (3622) 5132 0 R (3623) 5133 0 R (3624) 5134 0 R (3625) 5135 0 R (3626) 5136 0 R (3627) 5137 0 R (3628) 5138 0 R (363) 2209 0 R (3631) 5139 0 R (3632) 5140 0 R (3633) 5141 0 R (3634) 5142 0 R (3635) 5147 0 R (3636) 5148 0 R (3637) 5149 0 R (3638) 5150 0 R (3639) 5151 0 R (364) 2210 0 R (3640) 5152 0 R (3641) 5153 0 R (3642) 5154 0 R (3643) 5155 0 R (3644) 5156 0 R (3645) 5157 0 R (3646) 5158 0 R (3647) 5159 0 R (3648) 5160 0 R (3649) 5161 0 R (3650) 5162 0 R (3651) 5163 0 R (3652) 5164 0 R (3653) 5165 0 R (3654) 5166 0 R (3655) 5167 0 R (3656) 5168 0 R (3657) 5169 0 R (3658) 5170 0 R (3659) 5171 0 R (3662) 5176 0 R (3663) 5177 0 R (3664) 5178 0 R (3667) 5179 0 R (3668) 5180 0 R (3669) 5181 0 R (367) 2211 0 R (3672) 5182 0 R (3673) 5183 0 R (3674) 5184 0 R (3675) 5185 0 R (3676) 5186 0 R (3677) 5187 0 R (3678) 5193 0 R (3679) 5194 0 R (368) 2212 0 R (3682) 5195 0 R (3683) 5196 0 R (3686) 5197 0 R (3687) 5198 0 R (3688) 5199 0 R (3689) 5205 0 R (3692) 5206 0 R (3693) 5207 0 R (3694) 5208 0 R (3695) 5209 0 R (3696) 5210 0 R (3697) 5211 0 R (3698) 5212 0 R (3699) 5213 0 R (37) 1950 0 R (3700) 5214 0 R (3701) 5215 0 R (3702) 5216 0 R (3703) 5217 0 R (3704) 5218 0 R (3705) 5219 0 R (3706) 5220 0 R (3707) 5221 0 R (3708) 5222 0 R (3709) 5223 0 R (371) 2213 0 R (3710) 5224 0 R (3711) 5225 0 R (3712) 5226 0 R (3713) 5227 0 R (3714) 5228 0 R (3715) 5229 0 R (3716) 5230 0 R (3717) 5231 0 R (3718) 5232 0 R (3719) 5233 0 R (3720) 5234 0 R (3721) 5235 0 R (3722) 5236 0 R (3723) 5204 0 R (3724) 5241 0 R (3725) 5242 0 R (3728) 5243 0 R (3729) 5244 0 R (3730) 5245 0 R (3733) 5246 0 R (3734) 5247 0 R (3737) 5248 0 R (3738) 5253 0 R (374) 2214 0 R (3741) 5254 0 R (3744) 5255 0 R (3747) 5256 0 R (3748) 5257 0 R (3749) 5258 0 R (375) 2215 0 R (3752) 5259 0 R (3753) 5260 0 R (3754) 5261 0 R (3755) 5266 0 R (3756) 5267 0 R (3758) 5272 0 R (376) 2216 0 R (3762) 5273 0 R (3763) 5274 0 R (3764) 5275 0 R (3765) 5276 0 R (377) 2217 0 R (3770) 5279 0 R (3771) 5280 0 R (3772) 5281 0 R (3773) 5282 0 R (3774) 5283 0 R (3775) 5284 0 R (3777) 5285 0 R (3778) 5286 0 R (3779) 5287 0 R (378) 2218 0 R (3780) 5288 0 R (3781) 5289 0 R (3783) 5290 0 R (3784) 5291 0 R (3785) 5292 0 R (3786) 5293 0 R (3787) 5294 0 R (3788) 5295 0 R (3789) 5296 0 R (379) 2219 0 R (3790) 5297 0 R (3791) 5298 0 R (3793) 5299 0 R (3794) 5300 0 R (3795) 5301 0 R (3796) 5302 0 R (3797) 5303 0 R (3798) 5304 0 R (3799) 5305 0 R (38) 1951 0 R (380) 2220 0 R (3800) 5306 0 R (3801) 5307 0 R (3802) 5308 0 R (3803) 5309 0 R (3805) 5310 0 R (3806) 5311 0 R (3807) 5312 0 R (3808) 5313 0 R (3809) 5314 0 R (381) 2221 0 R (3810) 5315 0 R (3815) 5323 0 R (3816) 5324 0 R (3817) 5325 0 R (3818) 5326 0 R (3819) 5327 0 R (382) 2222 0 R (3820) 5328 0 R (3822) 5329 0 R (3823) 5330 0 R (3824) 5331 0 R (3827) 5332 0 R (3828) 5333 0 R (3834) 5335 0 R (3835) 5336 0 R (3836) 5337 0 R (3837) 5338 0 R (3840) 5340 0 R (3841) 5341 0 R (3845) 5342 0 R (3846) 5343 0 R (3847) 5344 0 R (3848) 5345 0 R (3849) 5346 0 R (385) 2223 0 R (3852) 5347 0 R (3853) 5348 0 R (3854) 5349 0 R (3855) 5350 0 R (3856) 5356 0 R (3857) 5357 0 R (3858) 5358 0 R (3863) 5360 0 R (3864) 5361 0 R (3865) 5362 0 R (3866) 5363 0 R (3869) 5364 0 R (3870) 5365 0 R (3871) 5366 0 R (3877) 5370 0 R (3878) 5371 0 R (3879) 5372 0 R (388) 2224 0 R (3880) 5373 0 R (3881) 5374 0 R (3886) 5377 0 R (3887) 5378 0 R (3893) 5383 0 R (3894) 5384 0 R (3895) 5385 0 R (3896) 5386 0 R (3897) 5387 0 R (3898) 5388 0 R (3899) 5389 0 R (39) 1952 0 R (3902) 5391 0 R (3903) 5392 0 R (3905) 5394 0 R (3906) 5395 0 R (3908) 5396 0 R (3909) 5397 0 R (391) 2229 0 R (3910) 5398 0 R (3911) 5399 0 R (3913) 5400 0 R (3914) 5401 0 R (3915) 5402 0 R (3916) 5403 0 R (3917) 5404 0 R (3919) 5405 0 R (3920) 5406 0 R (3921) 5407 0 R (3922) 5408 0 R (3929) 5411 0 R (3930) 5412 0 R (3931) 5413 0 R (3934) 5414 0 R (3935) 5415 0 R (3937) 5421 0 R (3938) 5422 0 R (3939) 5423 0 R (394) 2230 0 R (3940) 5424 0 R (3944) 5426 0 R (3945) 5427 0 R (3946) 5428 0 R (3947) 5429 0 R (3948) 5430 0 R (3949) 5431 0 R (395) 2231 0 R (3950) 5432 0 R (3951) 5433 0 R (3957) 5435 0 R (3958) 5436 0 R (3962) 5438 0 R (3963) 5439 0 R (3964) 5440 0 R (3969) 5442 0 R (3970) 5443 0 R (3971) 5444 0 R (3973) 5449 0 R (3974) 5450 0 R (3975) 5451 0 R (3976) 5452 0 R (3977) 5453 0 R (3978) 5454 0 R (3979) 5455 0 R (398) 2232 0 R (3980) 5456 0 R (3981) 5457 0 R (3982) 5458 0 R (3983) 5459 0 R (3984) 5460 0 R (3985) 5461 0 R (3986) 5462 0 R (3991) 5465 0 R (3992) 5466 0 R (3993) 5467 0 R (3997) 5469 0 R (3998) 5470 0 R (4.0) 14 0 R (40) 1953 0 R (4003) 5473 0 R (4004) 5474 0 R (4005) 5475 0 R (4006) 5478 0 R (4007) 5476 0 R (4008) 5477 0 R (401) 2233 0 R (404) 2234 0 R (405) 2235 0 R (406) 2236 0 R (407) 2237 0 R (408) 2238 0 R (41) 1954 0 R (410) 2240 0 R (411) 2241 0 R (412) 2242 0 R (413) 2243 0 R (416) 2248 0 R (417) 2249 0 R (418) 2250 0 R (419) 2251 0 R (42) 1955 0 R (420) 2252 0 R (421) 2253 0 R (422) 2254 0 R (423) 2255 0 R (424) 2256 0 R (425) 2257 0 R (428) 2258 0 R (429) 2259 0 R (43) 1956 0 R (433) 2261 0 R (434) 2262 0 R (435) 2263 0 R (436) 2264 0 R (437) 2265 0 R (438) 2266 0 R (439) 2267 0 R (44) 1957 0 R (440) 2268 0 R (441) 2269 0 R (442) 2270 0 R (443) 2271 0 R (444) 2272 0 R (445) 2273 0 R (446) 2274 0 R (447) 2275 0 R (448) 2276 0 R (449) 2277 0 R (45) 1958 0 R (450) 2278 0 R (453) 2284 0 R (458) 2287 0 R (459) 2288 0 R (46) 1959 0 R (462) 2289 0 R (463) 2290 0 R (467) 2293 0 R (468) 2294 0 R (469) 2295 0 R (47) 1960 0 R (470) 2296 0 R (471) 2297 0 R (472) 2298 0 R (473) 2299 0 R (474) 2300 0 R (476) 2301 0 R (477) 2302 0 R (478) 2303 0 R (479) 2304 0 R (48) 1961 0 R (480) 2311 0 R (481) 2312 0 R (484) 2313 0 R (485) 2314 0 R (486) 2315 0 R (487) 2318 0 R (489) 2320 0 R (49) 1962 0 R (490) 2321 0 R (491) 2322 0 R (492) 2323 0 R (493) 2324 0 R (494) 2325 0 R (495) 2326 0 R (496) 2327 0 R (497) 2328 0 R (498) 2329 0 R (499) 2330 0 R (5.0) 18 0 R (5.1.1) 22 0 R (5.2.1) 26 0 R (5.3.1) 30 0 R (5.4.1) 34 0 R (5.5.1) 38 0 R (50) 1963 0 R (500) 2331 0 R (501) 2332 0 R (503) 2333 0 R (504) 2334 0 R (505) 2335 0 R (506) 2336 0 R (507) 2337 0 R (508) 2338 0 R (509) 2339 0 R (51) 1964 0 R (510) 2340 0 R (511) 2341 0 R (512) 2342 0 R (513) 2343 0 R (514) 2344 0 R (517) 2345 0 R (519) 2346 0 R (52) 1965 0 R (520) 2347 0 R (521) 2348 0 R (522) 2349 0 R (524) 2355 0 R (525) 2310 0 R (527) 2356 0 R (528) 2357 0 R (529) 2358 0 R (53) 1966 0 R (530) 2359 0 R (531) 2360 0 R (532) 2361 0 R (533) 2362 0 R (535) 2363 0 R (536) 2364 0 R (537) 2365 0 R (538) 2366 0 R (539) 2367 0 R (54) 1970 0 R (540) 2368 0 R (541) 2369 0 R (542) 2370 0 R (543) 2371 0 R (544) 2372 0 R (545) 2373 0 R (546) 2374 0 R (547) 1335 0 R (549) 2375 0 R (55) 1971 0 R (550) 2376 0 R (551) 2377 0 R (552) 2378 0 R (553) 2379 0 R (554) 2380 0 R (557) 2381 0 R (558) 2382 0 R (56) 1972 0 R (560) 2384 0 R (563) 2389 0 R (569) 2393 0 R (57) 1973 0 R (570) 2394 0 R (571) 2395 0 R (573) 2396 0 R (574) 2397 0 R (575) 2398 0 R (577) 2399 0 R (578) 2400 0 R (579) 2401 0 R (58) 1974 0 R (580) 2402 0 R (581) 2403 0 R (582) 2404 0 R (583) 2405 0 R (584) 2406 0 R (585) 2407 0 R (586) 2408 0 R (588) 2409 0 R (589) 2410 0 R (59) 1975 0 R (590) 2411 0 R (591) 2412 0 R (592) 2413 0 R (593) 2414 0 R (594) 2415 0 R (596) 2416 0 R (597) 2417 0 R (598) 2418 0 R (599) 2419 0 R (6.0) 42 0 R (6.10.1) 234 0 R (6.10.20.17.3) 242 0 R (6.10.20.18.3) 246 0 R (6.10.20.19.3) 250 0 R (6.10.20.2) 238 0 R (6.10.20.20.3) 254 0 R (6.10.20.21.3) 258 0 R (6.10.21.2) 262 0 R (6.10.21.22.3) 266 0 R (6.10.21.23.3) 270 0 R (6.10.22.2) 274 0 R (6.11.1) 278 0 R (6.11.23.2) 282 0 R (6.11.24.2) 286 0 R (6.11.24.24.10.4) 298 0 R (6.11.24.24.11.4) 302 0 R (6.11.24.24.3) 290 0 R (6.11.24.24.9.4) 294 0 R (6.11.25.2) 306 0 R (6.11.26.2) 310 0 R (6.11.26.25.3) 314 0 R (6.11.26.26.3) 318 0 R (6.11.27.2) 322 0 R (6.11.27.27.3) 326 0 R (6.11.28.2) 330 0 R (6.6.1) 46 0 R (6.6.1.2) 50 0 R (6.6.2.1.3) 58 0 R (6.6.2.2) 54 0 R (6.6.2.2.3) 62 0 R (6.6.3.2) 66 0 R (6.6.4.2) 70 0 R (6.6.5.10.3) 106 0 R (6.6.5.11.3) 110 0 R (6.6.5.2) 74 0 R (6.6.5.3.3) 78 0 R (6.6.5.4.3) 82 0 R (6.6.5.5.3) 86 0 R (6.6.5.6.3) 90 0 R (6.6.5.7.3) 94 0 R (6.6.5.8.3) 98 0 R (6.6.5.9.3) 102 0 R (6.6.6.2) 114 0 R (6.6.7.2) 118 0 R (6.7.1) 122 0 R (6.7.10.2) 170 0 R (6.7.11.15.3) 178 0 R (6.7.11.15.7.4) 182 0 R (6.7.11.15.8.4) 186 0 R (6.7.11.16.3) 190 0 R (6.7.11.2) 174 0 R (6.7.12.2) 194 0 R (6.7.8.2) 126 0 R (6.7.9.12.3) 134 0 R (6.7.9.13.1.4) 142 0 R (6.7.9.13.2.4) 146 0 R (6.7.9.13.3) 138 0 R (6.7.9.13.3.4) 150 0 R (6.7.9.13.4.4) 154 0 R (6.7.9.14.3) 158 0 R (6.7.9.14.5.4) 162 0 R (6.7.9.14.6.4) 166 0 R (6.7.9.2) 130 0 R (6.8.1) 198 0 R (6.8.13.2) 202 0 R (6.8.14.2) 206 0 R (6.8.15.2) 210 0 R (6.8.16.2) 214 0 R (6.8.17.2) 218 0 R (6.8.18.2) 222 0 R (6.8.19.2) 226 0 R (6.9.1) 230 0 R (603) 2421 0 R (604) 2422 0 R (605) 2423 0 R (607) 2424 0 R (608) 2425 0 R (609) 2426 0 R (611) 2431 0 R (612) 2432 0 R (613) 2433 0 R (614) 2434 0 R (615) 2435 0 R (616) 2436 0 R (617) 2437 0 R (618) 2438 0 R (619) 2439 0 R (62) 1976 0 R (621) 2440 0 R (622) 2441 0 R (623) 2442 0 R (624) 2443 0 R (625) 2444 0 R (626) 2445 0 R (627) 2446 0 R (628) 2447 0 R (629) 2448 0 R (63) 1977 0 R (630) 2449 0 R (631) 2450 0 R (632) 2451 0 R (633) 2452 0 R (634) 2453 0 R (635) 2454 0 R (636) 2455 0 R (637) 2456 0 R (638) 2457 0 R (639) 2458 0 R (640) 2459 0 R (641) 2460 0 R (642) 2461 0 R (643) 2462 0 R (647) 2463 0 R (648) 2464 0 R (649) 2465 0 R (65) 1978 0 R (650) 2470 0 R (651) 2471 0 R (652) 2472 0 R (653) 2473 0 R (654) 2474 0 R (655) 2475 0 R (656) 2476 0 R (657) 2477 0 R (658) 2478 0 R (659) 2479 0 R (66) 1979 0 R (660) 2480 0 R (661) 2481 0 R (662) 2482 0 R (663) 2483 0 R (664) 2484 0 R (665) 2485 0 R (666) 2486 0 R (667) 2487 0 R (668) 2488 0 R (669) 2489 0 R (67) 1980 0 R (670) 2490 0 R (671) 2491 0 R (672) 2492 0 R (673) 2493 0 R (677) 2495 0 R (678) 2496 0 R (68) 1981 0 R (680) 2498 0 R (681) 2499 0 R (682) 2500 0 R (683) 2501 0 R (685) 2503 0 R (686) 2504 0 R (687) 2505 0 R (688) 2506 0 R (689) 2511 0 R (690) 2512 0 R (691) 2513 0 R (692) 2514 0 R (696) 2516 0 R (697) 1341 0 R (699) 2517 0 R (7.0) 334 0 R (7.12.1) 338 0 R (7.13.1) 342 0 R (7.13.29.2) 346 0 R (7.13.30.2) 350 0 R (7.13.30.28.3) 354 0 R (7.13.30.29.12.4) 362 0 R (7.13.30.29.13.4) 366 0 R (7.13.30.29.3) 358 0 R (7.13.30.30.3) 370 0 R (7.13.30.31.3) 374 0 R (7.13.30.32.3) 378 0 R (7.14.1) 382 0 R (7.15.1) 386 0 R (7.16.1) 390 0 R (7.17.1) 394 0 R (7.18.1) 398 0 R (7.19.1) 402 0 R (7.19.31.2) 406 0 R (7.19.32.2) 410 0 R (7.19.32.33.3) 414 0 R (7.19.33.2) 418 0 R (7.19.34.2) 422 0 R (7.19.34.34.3) 426 0 R (7.19.34.35.3) 430 0 R (7.19.35.2) 434 0 R (7.19.35.36.14.4) 442 0 R (7.19.35.36.15.4) 446 0 R (7.19.35.36.16.4) 450 0 R (7.19.35.36.17.4) 454 0 R (7.19.35.36.18.4) 458 0 R (7.19.35.36.19.4) 462 0 R (7.19.35.36.20.4) 466 0 R (7.19.35.36.21.4) 470 0 R (7.19.35.36.22.4) 474 0 R (7.19.35.36.23.4) 478 0 R (7.19.35.36.24.4) 482 0 R (7.19.35.36.3) 438 0 R (7.19.35.37.3) 486 0 R (7.19.35.38.3) 490 0 R (7.20.1) 494 0 R (7.20.36.2) 498 0 R (7.20.37.2) 502 0 R (7.20.38.2) 506 0 R (7.21.1) 510 0 R (7.21.39.2) 514 0 R (7.21.40.2) 518 0 R (7.22.1) 522 0 R (7.23.1) 526 0 R (7.24.1) 530 0 R (7.24.41.2) 534 0 R (7.24.42.2) 538 0 R (7.24.43.2) 542 0 R (7.24.44.2) 546 0 R (7.24.44.39.3) 550 0 R (7.24.44.40.3) 554 0 R (7.24.44.41.3) 558 0 R (7.25.1) 562 0 R (7.25.45.2) 566 0 R (7.25.46.2) 570 0 R (7.25.47.2) 574 0 R (7.25.47.42.3) 578 0 R (7.25.47.43.3) 582 0 R (7.25.47.44.3) 586 0 R (7.25.48.2) 590 0 R (70) 1982 0 R (700) 2518 0 R (701) 2519 0 R (702) 2520 0 R (703) 2523 0 R (704) 2524 0 R (705) 2525 0 R (706) 2526 0 R (707) 2527 0 R (708) 2528 0 R (709) 2529 0 R (71) 1983 0 R (710) 2530 0 R (711) 2531 0 R (712) 2532 0 R (713) 2533 0 R (714) 2534 0 R (715) 2535 0 R (716) 1342 0 R (718) 2536 0 R (719) 2537 0 R (72) 1984 0 R (720) 2538 0 R (721) 2539 0 R (722) 2540 0 R (723) 2541 0 R (724) 2542 0 R (725) 2543 0 R (726) 2544 0 R (727) 2550 0 R (728) 2551 0 R (729) 2552 0 R (73) 1985 0 R (730) 2553 0 R (731) 2554 0 R (734) 2555 0 R (735) 2556 0 R (736) 2557 0 R (737) 2558 0 R (738) 2559 0 R (739) 2560 0 R (742) 2561 0 R (744) 2563 0 R (745) 2564 0 R (746) 2565 0 R (747) 2566 0 R (748) 2567 0 R (749) 2568 0 R (75) 1986 0 R (750) 2569 0 R (753) 2574 0 R (754) 2575 0 R (755) 2576 0 R (756) 2577 0 R (757) 2578 0 R (758) 2579 0 R (759) 2580 0 R (76) 1987 0 R (760) 2581 0 R (761) 2582 0 R (762) 2583 0 R (763) 2584 0 R (766) 2585 0 R (767) 2586 0 R (768) 2587 0 R (769) 2588 0 R (77) 1988 0 R (770) 2589 0 R (773) 2591 0 R (774) 2592 0 R (775) 2593 0 R (778) 2595 0 R (779) 2596 0 R (78) 1989 0 R (780) 2597 0 R (781) 2598 0 R (782) 2599 0 R (783) 2600 0 R (784) 2601 0 R (787) 2603 0 R (788) 2604 0 R (789) 2605 0 R (790) 2606 0 R (791) 2607 0 R (792) 2608 0 R (793) 2614 0 R (794) 2615 0 R (795) 2616 0 R (796) 2617 0 R (799) 2619 0 R (8.0) 594 0 R (8.26.1) 598 0 R (8.26.49.2) 602 0 R (8.26.50.2) 606 0 R (8.26.51.2) 610 0 R (8.27.1) 614 0 R (8.27.52.2) 618 0 R (8.27.53.2) 622 0 R (8.27.54.2) 626 0 R (8.28.1) 630 0 R (8.28.55.2) 634 0 R (8.28.56.2) 638 0 R (8.29.1) 642 0 R (8.29.57.2) 646 0 R (80) 1990 0 R (800) 2620 0 R (801) 2621 0 R (802) 2622 0 R (805) 2624 0 R (806) 2625 0 R (807) 2626 0 R (808) 2627 0 R (81) 1991 0 R (811) 2629 0 R (812) 2630 0 R (813) 2631 0 R (814) 2632 0 R (817) 2634 0 R (818) 2635 0 R (819) 2636 0 R (82) 1992 0 R (820) 2637 0 R (823) 2638 0 R (824) 2639 0 R (825) 2640 0 R (826) 2641 0 R (827) 2642 0 R (828) 2643 0 R (829) 2644 0 R (83) 1993 0 R (830) 2645 0 R (831) 2646 0 R (832) 2647 0 R (833) 2648 0 R (834) 2649 0 R (835) 1446 0 R (837) 2654 0 R (838) 2655 0 R (839) 2656 0 R (840) 2657 0 R (841) 2658 0 R (842) 2659 0 R (843) 2660 0 R (844) 2661 0 R (845) 2662 0 R (846) 2663 0 R (847) 2664 0 R (848) 2665 0 R (849) 2666 0 R (85) 1994 0 R (850) 2667 0 R (851) 2668 0 R (854) 2669 0 R (855) 2670 0 R (856) 2671 0 R (859) 2672 0 R (86) 1995 0 R (862) 2673 0 R (863) 2674 0 R (864) 2675 0 R (867) 2680 0 R (87) 1996 0 R (870) 2683 0 R (871) 2684 0 R (872) 2685 0 R (873) 2686 0 R (874) 2687 0 R (875) 2688 0 R (876) 2689 0 R (877) 2690 0 R (878) 2691 0 R (879) 2692 0 R (88) 1997 0 R (882) 2693 0 R (885) 2694 0 R (888) 2697 0 R (889) 2698 0 R (890) 2699 0 R (891) 2700 0 R (894) 2701 0 R (898) 2707 0 R (9.0) 650 0 R (9.30.1) 654 0 R (9.31.1) 658 0 R (9.32.1) 662 0 R (9.33.1) 666 0 R (9.34.1) 670 0 R (9.34.58.2) 674 0 R (9.34.58.45.3) 678 0 R (9.34.58.46.3) 682 0 R (9.34.58.47.3) 686 0 R (9.34.59.2) 690 0 R (9.34.60.2) 694 0 R (9.34.61.2) 698 0 R (9.35.1) 702 0 R (9.35.62.2) 706 0 R (9.35.63.2) 710 0 R (9.36.1) 714 0 R (9.36.64.2) 718 0 R (9.36.64.48.3) 722 0 R (9.36.64.49.3) 726 0 R (9.36.64.50.3) 730 0 R (9.36.64.51.3) 734 0 R (9.36.64.52.3) 738 0 R (9.36.64.53.3) 742 0 R (9.36.64.54.3) 746 0 R (9.37.1) 750 0 R (9.37.65.2) 754 0 R (9.37.66.2) 758 0 R (9.37.67.2) 762 0 R (9.38.1) 766 0 R (9.38.68.2) 770 0 R (9.38.69.2) 774 0 R (9.38.70.2) 778 0 R (9.38.71.2) 782 0 R (9.39.1) 786 0 R (9.39.72.2) 790 0 R (9.39.73.2) 794 0 R (9.39.73.55.3) 798 0 R (9.39.73.56.3) 802 0 R (9.40.1) 806 0 R (9.41.1) 810 0 R (9.41.74.2) 814 0 R (9.41.75.2) 818 0 R (9.41.76.2) 822 0 R (9.41.77.2) 826 0 R (90) 1998 0 R (901) 2708 0 R (902) 2709 0 R (903) 2710 0 R (907) 2712 0 R (908) 2713 0 R (909) 2714 0 R (91) 1999 0 R (910) 2715 0 R (911) 2716 0 R (912) 2717 0 R (914) 2719 0 R (915) 2720 0 R (916) 2721 0 R (917) 2722 0 R (918) 2723 0 R (919) 2724 0 R (92) 2000 0 R (920) 2725 0 R (921) 2726 0 R (922) 2727 0 R (923) 2728 0 R (924) 2729 0 R (925) 2730 0 R (929) 2733 0 R (93) 2001 0 R (930) 2734 0 R (932) 2735 0 R (934) 2736 0 R (937) 2743 0 R (938) 2744 0 R (939) 2745 0 R (940) 2746 0 R (941) 2747 0 R (942) 2748 0 R (943) 2749 0 R (944) 2750 0 R (945) 2751 0 R (946) 2752 0 R (947) 2753 0 R (948) 2754 0 R (95) 2002 0 R (950) 2755 0 R (951) 2756 0 R (952) 2757 0 R (953) 2758 0 R (957) 1459 0 R (959) 2759 0 R (96) 2003 0 R (961) 1460 0 R (963) 2761 0 R (964) 2762 0 R (965) 2763 0 R (966) 2764 0 R (967) 2765 0 R (968) 2766 0 R (969) 1461 0 R (97) 2004 0 R (971) 2767 0 R (973) 2768 0 R (974) 2769 0 R (975) 2774 0 R (977) 2775 0 R (978) 2776 0 R (979) 2777 0 R (98) 2005 0 R (980) 2778 0 R (982) 2779 0 R (983) 2780 0 R (984) 2781 0 R (985) 2782 0 R (986) 2783 0 R (987) 2784 0 R (988) 2785 0 R (989) 2786 0 R (99) 2006 0 R (990) 2787 0 R (991) 2788 0 R (992) 2789 0 R (993) 2790 0 R (994) 2791 0 R (995) 2796 0 R (996) 1462 0 R (998) 2797 0 R (999) 2798 0 R (Doc-Start) 1194 0 R (about) 1303 0 R (accountpreferences) 1763 0 R (add-custom-fields) 1597 0 R (administration) 1469 0 R (apache-addtype) 1347 0 R (attachments) 1749 0 R (bonsai) 1879 0 R (boolean) 1739 0 R (bug_page) 1638 0 R (bugreports) 1746 0 R (bzldap) 1346 0 R (charts) 1769 0 R (classifications) 1479 0 R (cloningbugs) 1748 0 R (cmdline) 1896 0 R (cmdline-bugmail) 1897 0 R (commenting) 1760 0 R (components) 1481 0 R (configuration) 1329 0 R (conventions) 1308 0 R (copyright) 1304 0 R (createnewusers) 1475 0 R (credits) 1307 0 R (cust-change-permissions) 1877 0 R (cust-hooks) 1876 0 R (cust-skins) 1779 0 R (cust-templates) 1780 0 R (custom-fields) 1596 0 R (customization) 1778 0 R (cvs) 1880 0 R (database-engine) 1331 0 R (database-schema) 1332 0 R (defaultuser) 1472 0 R (delete-custom-fields) 1599 0 R (dependencytree) 1761 0 R (disclaimer) 1305 0 R (edit-custom-fields) 1598 0 R (edit-values) 1600 0 R (edit-values-delete) 1602 0 R (edit-values-list) 1601 0 R (emailpreferences) 1765 0 R (extraconfig) 1340 0 R (faq) 1884 0 R (faq-admin) 4616 0 R (faq-admin-cvsupdate) 4622 0 R (faq-admin-enable-unconfirmed) 4648 0 R (faq-admin-livebackup) 4620 0 R (faq-admin-midair) 4618 0 R (faq-admin-moving) 4656 0 R (faq-db) 4756 0 R (faq-db-corrupted) 4757 0 R (faq-db-manualedit) 4762 0 R (faq-db-permissions) 4769 0 R (faq-db-synchronize) 4797 0 R (faq-email) 4687 0 R (faq-email-mailif) 4727 0 R (faq-email-nomail) 4689 0 R (faq-email-nonreceived) 4742 0 R (faq-email-sendmailnow) 4729 0 R (faq-email-testing) 4692 0 R (faq-email-whine) 4721 0 R (faq-general) 4467 0 R (faq-general-bonsaitools) 4513 0 R (faq-general-bzmissing) 4491 0 R (faq-general-companies) 4479 0 R (faq-general-compare) 4487 0 R (faq-general-cookie) 4545 0 R (faq-general-license) 4472 0 R (faq-general-maintainers) 4484 0 R (faq-general-mysql) 4503 0 R (faq-general-perlpath) 4518 0 R (faq-general-selinux) 4551 0 R (faq-general-support) 4475 0 R (faq-general-tryout) 4469 0 R (faq-hacking) 4876 0 R (faq-hacking-bugzillabugs) 4887 0 R (faq-hacking-patches) 4900 0 R (faq-hacking-priority) 4893 0 R (faq-hacking-templatestyle) 4878 0 R (faq-mod-perl) 4547 0 R (faq-nt) 4802 0 R (faq-nt-bundle) 4810 0 R (faq-nt-dbi) 4824 0 R (faq-nt-easiest) 4804 0 R (faq-nt-mappings) 4812 0 R (faq-phb) 4558 0 R (faq-phb-backup) 4597 0 R (faq-phb-client) 4559 0 R (faq-phb-cost) 4606 0 R (faq-phb-data) 4577 0 R (faq-phb-email) 4570 0 R (faq-phb-emailapp) 4572 0 R (faq-phb-installtime) 4604 0 R (faq-phb-l10n) 4591 0 R (faq-phb-maintenance) 4600 0 R (faq-phb-priorities) 4561 0 R (faq-phb-renameBugs) 4613 0 R (faq-phb-reporting) 4565 0 R (faq-phb-reports) 4595 0 R (faq-security) 4676 0 R (faq-security-knownproblems) 4685 0 R (faq-security-mysql) 4678 0 R (faq-use) 4840 0 R (faq-use-accept) 4852 0 R (faq-use-attachment) 4862 0 R (faq-use-changeaddress) 4842 0 R (faq-use-close) 4868 0 R (faq-use-keyword) 4865 0 R (faq-use-query) 4844 0 R (fillingbugs) 1747 0 R (flag-askto) 1488 0 R (flag-type-attachment) 1490 0 R (flag-type-bug) 1491 0 R (flag-types) 1489 0 R (flag-values) 1487 0 R (flags) 1772 0 R (flags-about) 1486 0 R (flags-admin) 1492 0 R (flags-create) 1593 0 R (flags-create-field-active) 3280 0 R (flags-create-field-category) 3244 0 R (flags-create-field-cclist) 3303 0 R (flags-create-field-description) 3202 0 R (flags-create-field-multiplicable) 3298 0 R (flags-create-field-name) 3235 0 R (flags-create-field-requestable) 3288 0 R (flags-create-field-sortkey) 3276 0 R (flags-create-field-specific) 3295 0 R (flags-create-grant-group) 3305 0 R (flags-create-request-group) 3310 0 R (flags-delete) 1594 0 R (flags-edit) 1595 0 R (flags-overview) 1484 0 R (flags-simpleexample) 1485 0 R (general-advice) 1886 0 R (generalpreferences) 1764 0 R (gfdl) 1902 0 R (gfdl-0) 1903 0 R (gfdl-1) 1904 0 R (gfdl-10) 1913 0 R (gfdl-2) 1905 0 R (gfdl-3) 1906 0 R (gfdl-4) 1907 0 R (gfdl-5) 1908 0 R (gfdl-6) 1909 0 R (gfdl-7) 1910 0 R (gfdl-8) 1911 0 R (gfdl-9) 1912 0 R (gfdl-howto) 1914 0 R (gloss-a) 5277 0 R (gloss-apache) 5278 0 R (gloss-b) 5317 0 R (gloss-bugzilla) 2034 0 R (gloss-c) 5334 0 R (gloss-cgi) 2096 0 R (gloss-component) 5339 0 R (gloss-contrib) 2609 0 R (gloss-cpan) 2738 0 R (gloss-d) 5359 0 R (gloss-daemon) 3638 0 R (gloss-dos) 3770 0 R (gloss-g) 5368 0 R (gloss-groups) 5369 0 R (gloss-htaccess) 3745 0 R (gloss-j) 5375 0 R (gloss-javascript) 5376 0 R (gloss-m) 5355 0 R (gloss-mta) 4751 0 R (gloss-mysql) 5390 0 R (gloss-p) 5410 0 R (gloss-ppm) 2702 0 R (gloss-product) 3110 0 R (gloss-q) 5425 0 R (gloss-r) 5434 0 R (gloss-rdbms) 5416 0 R (gloss-regexp) 5437 0 R (gloss-s) 5441 0 R (gloss-service) 3639 0 R (gloss-t) 5463 0 R (gloss-target-milestone) 5464 0 R (gloss-tcl) 5468 0 R (gloss-z) 5471 0 R (gloss-zarro) 5472 0 R (glossary) 1915 0 R (groups) 1605 0 R (hintsandtips) 1758 0 R (http) 1336 0 R (http-apache) 1337 0 R (http-apache-mod_cgi) 2392 0 R (http-apache-mod_perl) 2420 0 R (http-iis) 1338 0 R (impersonatingusers) 1478 0 R (index) 1195 0 R (individual-buglists) 1745 0 R (install-MTA) 1327 0 R (install-bzfiles) 1316 0 R (install-config-bugzilla) 1339 0 R (install-database) 1312 0 R (install-modules-chart-base) 1321 0 R (install-modules-dbd-mysql) 1318 0 R (install-modules-gd) 1320 0 R (install-modules-gd-graph) 1322 0 R (install-modules-gd-text) 1323 0 R (install-modules-patchreader) 1326 0 R (install-modules-soap-lite) 1325 0 R (install-modules-template) 1319 0 R (install-modules-xml-twig) 1324 0 R (install-mysql) 1313 0 R (install-perl) 1311 0 R (install-perlmodules) 1317 0 R (install-perlmodules-manual) 1898 0 R (install-perlmodules-nonroot) 1463 0 R (install-pg) 1314 0 R (install-setupdatabase) 2292 0 R (install-setupdatabase-adduser) 2283 0 R (install-webserver) 1315 0 R (installation) 1310 0 R (installation-whining) 1344 0 R (installation-whining-cron) 1343 0 R (installing-bugzilla) 1309 0 R (integration) 1878 0 R (lifecycle) 1639 0 R (lifecycle-image) 1932 0 R (list) 1744 0 R (localconfig) 1330 0 R (macosx-libraries) 1456 0 R (macosx-sendmail) 1455 0 R (manageusers) 1473 0 R (milestones) 1483 0 R (modifyusers) 1476 0 R (modules-manual-download) 1900 0 R (modules-manual-instructions) 1899 0 R (modules-manual-optional) 1901 0 R (multiplecharts) 1742 0 R (myaccount) 1637 0 R (mysql) 1333 0 R (negation) 1741 0 R (newversions) 1306 0 R (nonroot) 1458 0 R (os-macosx) 1454 0 R (os-mandrake) 1457 0 R (os-specific) 1447 0 R (os-win32) 1448 0 R (page.1) 1193 0 R (page.10) 2247 0 R (page.100) 4974 0 R (page.101) 4996 0 R (page.102) 5014 0 R (page.103) 5058 0 R (page.104) 5085 0 R (page.105) 5116 0 R (page.106) 5146 0 R (page.107) 5175 0 R (page.108) 5192 0 R (page.109) 5203 0 R (page.11) 2282 0 R (page.110) 5240 0 R (page.111) 5252 0 R (page.112) 5265 0 R (page.113) 5271 0 R (page.114) 5322 0 R (page.115) 5354 0 R (page.116) 5382 0 R (page.117) 5420 0 R (page.118) 5448 0 R (page.12) 2309 0 R (page.13) 2354 0 R (page.14) 2388 0 R (page.15) 2430 0 R (page.16) 2469 0 R (page.17) 2510 0 R (page.18) 2549 0 R (page.19) 2573 0 R (page.2) 1202 0 R (page.20) 2613 0 R (page.21) 2653 0 R (page.22) 2679 0 R (page.23) 2706 0 R (page.24) 2742 0 R (page.25) 2773 0 R (page.26) 2795 0 R (page.27) 2822 0 R (page.28) 2845 0 R (page.29) 2872 0 R (page.3) 1208 0 R (page.30) 2891 0 R (page.31) 2925 0 R (page.32) 2952 0 R (page.33) 2975 0 R (page.34) 3006 0 R (page.35) 3060 0 R (page.36) 3083 0 R (page.37) 3114 0 R (page.38) 3155 0 R (page.39) 3201 0 R (page.4) 1351 0 R (page.40) 3239 0 R (page.41) 3284 0 R (page.42) 3317 0 R (page.43) 3352 0 R (page.44) 3380 0 R (page.45) 3407 0 R (page.46) 3446 0 R (page.47) 3476 0 R (page.48) 3496 0 R (page.49) 3513 0 R (page.5) 1496 0 R (page.50) 3543 0 R (page.51) 3577 0 R (page.52) 3606 0 R (page.53) 3612 0 R (page.54) 3643 0 R (page.55) 3672 0 R (page.56) 3749 0 R (page.57) 3774 0 R (page.58) 3803 0 R (page.59) 3853 0 R (page.6) 1643 0 R (page.60) 3886 0 R (page.61) 3896 0 R (page.62) 3931 0 R (page.63) 3951 0 R (page.64) 3981 0 R (page.65) 4003 0 R (page.66) 4019 0 R (page.67) 4033 0 R (page.68) 4059 0 R (page.69) 4100 0 R (page.7) 1788 0 R (page.70) 4122 0 R (page.71) 4139 0 R (page.72) 4160 0 R (page.73) 4177 0 R (page.74) 4194 0 R (page.75) 4222 0 R (page.76) 4254 0 R (page.77) 4281 0 R (page.78) 4320 0 R (page.79) 4342 0 R (page.8) 1919 0 R (page.80) 4372 0 R (page.81) 4408 0 R (page.82) 4427 0 R (page.83) 4445 0 R (page.84) 4464 0 R (page.85) 4496 0 R (page.86) 4522 0 R (page.87) 4557 0 R (page.88) 4583 0 R (page.89) 4610 0 R (page.9) 2228 0 R (page.90) 4645 0 R (page.91) 4674 0 R (page.92) 4706 0 R (page.93) 4755 0 R (page.94) 4789 0 R (page.95) 4820 0 R (page.96) 4857 0 R (page.97) 4884 0 R (page.98) 4922 0 R (page.99) 4949 0 R (param-LDAPBaseDN) 2623 0 R (param-LDAPbinddn) 2618 0 R (param-LDAPmailattribute) 2633 0 R (param-LDAPserver) 2602 0 R (param-LDAPuidattribute) 2628 0 R (param-user_verify_class) 2594 0 R (parameters) 1470 0 R (paranoid-security) 1890 0 R (patch-viewer) 1345 0 R (patches) 1895 0 R (patchviewer) 1750 0 R (patchviewer_bonsai_lxr) 1756 0 R (patchviewer_collapse) 1754 0 R (patchviewer_context) 1753 0 R (patchviewer_diff) 1752 0 R (patchviewer_link) 1755 0 R (patchviewer_unified_diff) 1757 0 R (patchviewer_view) 1751 0 R (permissionsettings) 1766 0 R (postgresql) 1334 0 R (products) 1480 0 R (pronouns) 1740 0 R (query) 1738 0 R (quicksearch) 1743 0 R (quips) 1604 0 R (reporting) 1767 0 R (reports) 1768 0 R (scm) 1881 0 R (security) 1621 0 R (security-bugzilla) 1633 0 R (security-bugzilla-charset) 1634 0 R (security-mysql) 1626 0 R (security-mysql-account) 1627 0 R (security-mysql-account-anonymous) 1934 0 R (security-mysql-account-root) 1933 0 R (security-mysql-network) 1629 0 R (security-mysql-network-ex) 1935 0 R (security-mysql-root) 1628 0 R (security-os) 1622 0 R (security-os-accounts) 1624 0 R (security-os-chroot) 1625 0 R (security-os-ports) 1623 0 R (security-webserver) 1630 0 R (security-webserver-access) 1631 0 R (security-webserver-mod-throttle) 1632 0 R (self-registration) 2982 0 R (svn) 1882 0 R (table.1) 2028 0 R (table.2) 3812 0 R (table.3) 3865 0 R (table.4) 3946 0 R (table.5) 4010 0 R (table.6) 4028 0 R (table.7) 4054 0 R (table.8) 4362 0 R (table.9) 4861 0 R (template-directory) 1781 0 R (template-edit) 1783 0 R (template-formats) 1784 0 R (template-http-accept) 1875 0 R (template-method) 1782 0 R (template-specific) 1874 0 R (tinderbox) 1883 0 R (trbl-dbdSponge) 1889 0 R (trbl-index) 1893 0 R (trbl-passwd-encryption) 1894 0 R (trbl-perlmodule) 1888 0 R (trbl-relogin-everyone) 1891 0 R (trbl-relogin-everyone-restrict) 1937 0 R (trbl-relogin-everyone-share) 1936 0 R (trbl-relogin-some) 1892 0 R (trbl-testserver) 1887 0 R (troubleshooting) 1885 0 R (upgrade-cvs) 1617 0 R (upgrade-patches) 1619 0 R (upgrade-tarball) 1618 0 R (upgrading) 1613 0 R (upgrading-completion) 1620 0 R (upgrading-methods) 1616 0 R (upgrading-notifications) 1615 0 R (upgrading-version-defns) 1614 0 R (user-account-creation) 2988 0 R (user-account-deletion) 1477 0 R (user-account-search) 1474 0 R (useradmin) 1471 0 R (userpreferences) 1762 0 R (using) 1635 0 R (using-intro) 1636 0 R (using-mod_perl-with-bugzilla) 1328 0 R (versions) 1482 0 R (voting) 1603 0 R (whining) 1773 0 R (whining-overview) 1774 0 R (whining-query) 1776 0 R (whining-schedule) 1775 0 R (win32-code-changes) 1451 0 R (win32-email) 1453 0 R (win32-http) 1452 0 R (win32-perl) 1449 0 R (win32-perl-modules) 1450 0 R]
 /Limits [(1.0) (win32-perl-modules)]
 >> endobj
-5261 0 obj <<
-/Kids [5260 0 R]
+5487 0 obj <<
+/Kids [5486 0 R]
 >> endobj
-5262 0 obj <<
-/Dests 5261 0 R
+5488 0 obj <<
+/Dests 5487 0 R
 >> endobj
-5263 0 obj <<
+5489 0 obj <<
 /Type /Catalog
-/Pages 5258 0 R
-/Outlines 5259 0 R
-/Names 5262 0 R
+/Pages 5484 0 R
+/Outlines 5485 0 R
+/Names 5488 0 R
 /PageMode /UseOutlines /URI<</Base()>>  /ViewerPreferences<<>> 
-/OpenAction 1129 0 R
+/OpenAction 1189 0 R
 /PTEX.Fullbanner (This is pdfTeX, Version 3.14159-1.10b)
 >> endobj
-5264 0 obj <<
+5490 0 obj <<
 /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.10b)/Keywords()
-/CreationDate (D:20061015023500)
+/CreationDate (D:20070202153100)
 >> endobj
 xref
-0 5265
-0000001136 65535 f 
+0 5491
+0000001196 65535 f 
 0000000009 00000 n 
-0000026452 00000 n 
-0000996913 00000 n 
+0000027940 00000 n 
+0001030775 00000 n 
 0000000048 00000 n 
 0000000111 00000 n 
-0000098985 00000 n 
-0000996828 00000 n 
+0000100593 00000 n 
+0001030690 00000 n 
 0000000150 00000 n 
 0000000185 00000 n 
-0000375509 00000 n 
-0000996741 00000 n 
+0000393554 00000 n 
+0001030603 00000 n 
 0000000224 00000 n 
 0000000258 00000 n 
-0000375571 00000 n 
-0000996652 00000 n 
+0000393616 00000 n 
+0001030514 00000 n 
 0000000298 00000 n 
 0000000333 00000 n 
-0000378777 00000 n 
-0000996526 00000 n 
+0000396823 00000 n 
+0001030388 00000 n 
 0000000373 00000 n 
 0000000419 00000 n 
-0000378902 00000 n 
-0000996452 00000 n 
+0000396948 00000 n 
+0001030314 00000 n 
 0000000461 00000 n 
 0000000506 00000 n 
-0000379279 00000 n 
-0000996365 00000 n 
+0000397325 00000 n 
+0001030227 00000 n 
 0000000548 00000 n 
 0000000582 00000 n 
-0000379593 00000 n 
-0000996278 00000 n 
+0000397639 00000 n 
+0001030140 00000 n 
 0000000624 00000 n 
 0000000660 00000 n 
-0000383700 00000 n 
-0000996191 00000 n 
+0000401746 00000 n 
+0001030053 00000 n 
 0000000702 00000 n 
 0000000733 00000 n 
-0000388531 00000 n 
-0000996117 00000 n 
+0000406577 00000 n 
+0001029979 00000 n 
 0000000775 00000 n 
 0000000819 00000 n 
-0000393198 00000 n 
-0000995989 00000 n 
+0000411244 00000 n 
+0001029851 00000 n 
 0000000859 00000 n 
 0000000908 00000 n 
-0000393323 00000 n 
-0000995876 00000 n 
+0000411369 00000 n 
+0001029738 00000 n 
 0000000950 00000 n 
 0000000986 00000 n 
-0000394645 00000 n 
-0000995802 00000 n 
+0000412691 00000 n 
+0001029664 00000 n 
 0000001030 00000 n 
 0000001060 00000 n 
-0000397508 00000 n 
-0000995678 00000 n 
+0000415557 00000 n 
+0001029540 00000 n 
 0000001104 00000 n 
 0000001145 00000 n 
-0000397696 00000 n 
-0000995604 00000 n 
+0000415745 00000 n 
+0001029466 00000 n 
 0000001191 00000 n 
 0000001224 00000 n 
-0000398391 00000 n 
-0000995530 00000 n 
+0000416440 00000 n 
+0001029392 00000 n 
 0000001270 00000 n 
 0000001308 00000 n 
-0000398832 00000 n 
-0000995443 00000 n 
+0000416881 00000 n 
+0001029305 00000 n 
 0000001352 00000 n 
 0000001388 00000 n 
-0000403165 00000 n 
-0000995356 00000 n 
+0000421214 00000 n 
+0001029218 00000 n 
 0000001432 00000 n 
 0000001466 00000 n 
-0000403926 00000 n 
-0000995230 00000 n 
+0000421975 00000 n 
+0001029092 00000 n 
 0000001510 00000 n 
 0000001548 00000 n 
-0000412074 00000 n 
-0000995156 00000 n 
+0000433726 00000 n 
+0001029018 00000 n 
 0000001594 00000 n 
 0000001632 00000 n 
-0000414348 00000 n 
-0000995069 00000 n 
+0000433976 00000 n 
+0001028931 00000 n 
 0000001678 00000 n 
 0000001731 00000 n 
-0000414536 00000 n 
-0000994982 00000 n 
+0000434162 00000 n 
+0001028844 00000 n 
 0000001777 00000 n 
 0000001816 00000 n 
-0000415230 00000 n 
-0000994895 00000 n 
+0000434854 00000 n 
+0001028757 00000 n 
 0000001862 00000 n 
 0000001909 00000 n 
-0000415418 00000 n 
-0000994808 00000 n 
+0000435041 00000 n 
+0001028670 00000 n 
 0000001955 00000 n 
 0000002000 00000 n 
-0000415606 00000 n 
-0000994719 00000 n 
+0000438035 00000 n 
+0001028581 00000 n 
 0000002046 00000 n 
-0000002098 00000 n 
-0000415793 00000 n 
-0000994628 00000 n 
-0000002145 00000 n 
-0000002191 00000 n 
-0000416044 00000 n 
-0000994536 00000 n 
-0000002239 00000 n 
-0000002286 00000 n 
-0000419169 00000 n 
-0000994458 00000 n 
-0000002334 00000 n 
-0000002384 00000 n 
-0000419358 00000 n 
-0000994367 00000 n 
-0000002429 00000 n 
-0000002483 00000 n 
-0000419986 00000 n 
-0000994289 00000 n 
-0000002528 00000 n 
-0000002585 00000 n 
-0000424771 00000 n 
-0000994159 00000 n 
-0000002628 00000 n 
-0000002666 00000 n 
-0000424961 00000 n 
-0000994080 00000 n 
-0000002711 00000 n 
-0000002749 00000 n 
-0000426227 00000 n 
-0000993948 00000 n 
-0000002794 00000 n 
-0000002836 00000 n 
-0000426415 00000 n 
-0000993830 00000 n 
-0000002884 00000 n 
-0000002918 00000 n 
-0000426667 00000 n 
-0000993751 00000 n 
-0000002968 00000 n 
-0000003022 00000 n 
-0000430242 00000 n 
-0000993658 00000 n 
-0000003072 00000 n 
-0000003140 00000 n 
-0000430745 00000 n 
-0000993565 00000 n 
-0000003190 00000 n 
-0000003240 00000 n 
-0000431889 00000 n 
-0000993486 00000 n 
-0000003290 00000 n 
-0000003364 00000 n 
-0000435687 00000 n 
-0000993368 00000 n 
-0000003412 00000 n 
-0000003451 00000 n 
-0000435813 00000 n 
-0000993289 00000 n 
-0000003501 00000 n 
-0000003556 00000 n 
-0000436763 00000 n 
-0000993210 00000 n 
-0000003606 00000 n 
-0000003657 00000 n 
-0000441388 00000 n 
-0000993117 00000 n 
-0000003703 00000 n 
-0000003743 00000 n 
-0000441894 00000 n 
-0000992985 00000 n 
-0000003789 00000 n 
-0000003826 00000 n 
-0000442142 00000 n 
-0000992867 00000 n 
-0000003875 00000 n 
-0000003925 00000 n 
-0000442330 00000 n 
-0000992788 00000 n 
-0000003976 00000 n 
-0000004031 00000 n 
-0000447364 00000 n 
-0000992709 00000 n 
-0000004082 00000 n 
-0000004138 00000 n 
-0000453537 00000 n 
-0000992630 00000 n 
-0000004187 00000 n 
-0000004255 00000 n 
-0000458666 00000 n 
-0000992551 00000 n 
-0000004301 00000 n 
-0000004336 00000 n 
-0000459678 00000 n 
-0000992420 00000 n 
-0000004379 00000 n 
-0000004437 00000 n 
-0000459867 00000 n 
-0000992341 00000 n 
-0000004483 00000 n 
-0000004520 00000 n 
-0000463883 00000 n 
-0000992248 00000 n 
-0000004566 00000 n 
-0000004610 00000 n 
-0000464888 00000 n 
-0000992155 00000 n 
-0000004656 00000 n 
-0000004699 00000 n 
-0000465391 00000 n 
-0000992062 00000 n 
-0000004745 00000 n 
-0000004779 00000 n 
-0000469525 00000 n 
-0000991969 00000 n 
-0000004825 00000 n 
-0000004864 00000 n 
-0000470345 00000 n 
-0000991876 00000 n 
-0000004910 00000 n 
-0000004956 00000 n 
-0000478458 00000 n 
-0000991797 00000 n 
-0000005002 00000 n 
-0000005079 00000 n 
-0000479345 00000 n 
-0000991705 00000 n 
-0000005122 00000 n 
-0000005201 00000 n 
-0000480424 00000 n 
-0000991574 00000 n 
-0000005245 00000 n 
-0000005299 00000 n 
-0000483592 00000 n 
-0000991456 00000 n 
-0000005346 00000 n 
-0000005390 00000 n 
-0000483780 00000 n 
-0000991377 00000 n 
+0000002091 00000 n 
+0000438160 00000 n 
+0001028490 00000 n 
+0000002138 00000 n 
+0000002184 00000 n 
+0000438413 00000 n 
+0001028398 00000 n 
+0000002232 00000 n 
+0000002279 00000 n 
+0000438602 00000 n 
+0001028320 00000 n 
+0000002327 00000 n 
+0000002377 00000 n 
+0000438791 00000 n 
+0001028229 00000 n 
+0000002422 00000 n 
+0000002476 00000 n 
+0000442708 00000 n 
+0001028151 00000 n 
+0000002521 00000 n 
+0000002578 00000 n 
+0000443470 00000 n 
+0001028021 00000 n 
+0000002621 00000 n 
+0000002659 00000 n 
+0000443723 00000 n 
+0001027942 00000 n 
+0000002704 00000 n 
+0000002742 00000 n 
+0000448145 00000 n 
+0001027810 00000 n 
+0000002787 00000 n 
+0000002829 00000 n 
+0000448334 00000 n 
+0001027731 00000 n 
+0000002877 00000 n 
+0000002930 00000 n 
+0000448587 00000 n 
+0001027599 00000 n 
+0000002978 00000 n 
+0000003012 00000 n 
+0000448840 00000 n 
+0001027520 00000 n 
+0000003062 00000 n 
+0000003116 00000 n 
+0000449407 00000 n 
+0001027427 00000 n 
+0000003166 00000 n 
+0000003234 00000 n 
+0000453038 00000 n 
+0001027334 00000 n 
+0000003284 00000 n 
+0000003334 00000 n 
+0000454179 00000 n 
+0001027255 00000 n 
+0000003384 00000 n 
+0000003458 00000 n 
+0000455066 00000 n 
+0001027137 00000 n 
+0000003506 00000 n 
+0000003545 00000 n 
+0000455192 00000 n 
+0001027058 00000 n 
+0000003595 00000 n 
+0000003650 00000 n 
+0000459124 00000 n 
+0001026979 00000 n 
+0000003700 00000 n 
+0000003751 00000 n 
+0000460009 00000 n 
+0001026886 00000 n 
+0000003797 00000 n 
+0000003837 00000 n 
+0000460511 00000 n 
+0001026754 00000 n 
+0000003883 00000 n 
+0000003920 00000 n 
+0000464187 00000 n 
+0001026636 00000 n 
+0000003969 00000 n 
+0000004019 00000 n 
+0000464376 00000 n 
+0001026557 00000 n 
+0000004070 00000 n 
+0000004125 00000 n 
+0000466211 00000 n 
+0001026478 00000 n 
+0000004176 00000 n 
+0000004232 00000 n 
+0000472136 00000 n 
+0001026399 00000 n 
+0000004281 00000 n 
+0000004349 00000 n 
+0000477873 00000 n 
+0001026320 00000 n 
+0000004395 00000 n 
+0000004430 00000 n 
+0000481498 00000 n 
+0001026189 00000 n 
+0000004473 00000 n 
+0000004531 00000 n 
+0000481686 00000 n 
+0001026110 00000 n 
+0000004577 00000 n 
+0000004614 00000 n 
+0000482881 00000 n 
+0001026017 00000 n 
+0000004660 00000 n 
+0000004704 00000 n 
+0000486607 00000 n 
+0001025924 00000 n 
+0000004750 00000 n 
+0000004793 00000 n 
+0000487111 00000 n 
+0001025831 00000 n 
+0000004839 00000 n 
+0000004873 00000 n 
+0000491432 00000 n 
+0001025738 00000 n 
+0000004919 00000 n 
+0000004958 00000 n 
+0000492255 00000 n 
+0001025645 00000 n 
+0000005004 00000 n 
+0000005050 00000 n 
+0000497438 00000 n 
+0001025566 00000 n 
+0000005096 00000 n 
+0000005173 00000 n 
+0000501332 00000 n 
+0001025474 00000 n 
+0000005216 00000 n 
+0000005295 00000 n 
+0000502410 00000 n 
+0001025343 00000 n 
+0000005339 00000 n 
+0000005393 00000 n 
+0000502726 00000 n 
+0001025225 00000 n 
 0000005440 00000 n 
-0000005479 00000 n 
-0000484097 00000 n 
-0000991284 00000 n 
-0000005529 00000 n 
-0000005579 00000 n 
-0000484916 00000 n 
-0000991191 00000 n 
-0000005629 00000 n 
-0000005695 00000 n 
-0000488800 00000 n 
-0000991098 00000 n 
-0000005745 00000 n 
-0000005795 00000 n 
-0000489242 00000 n 
-0000991019 00000 n 
-0000005845 00000 n 
-0000005887 00000 n 
-0000489431 00000 n 
-0000990887 00000 n 
-0000005934 00000 n 
-0000005969 00000 n 
-0000489619 00000 n 
-0000990808 00000 n 
-0000006019 00000 n 
-0000006056 00000 n 
-0000489934 00000 n 
-0000990729 00000 n 
-0000006106 00000 n 
-0000006174 00000 n 
-0000494208 00000 n 
-0000990650 00000 n 
-0000006221 00000 n 
-0000006265 00000 n 
-0000495342 00000 n 
-0000990533 00000 n 
-0000006309 00000 n 
-0000006369 00000 n 
-0000495468 00000 n 
-0000990454 00000 n 
-0000006416 00000 n 
-0000006455 00000 n 
-0000495657 00000 n 
-0000990322 00000 n 
-0000006502 00000 n 
-0000006534 00000 n 
-0000498268 00000 n 
-0000990218 00000 n 
-0000006584 00000 n 
-0000006637 00000 n 
-0000498394 00000 n 
-0000990139 00000 n 
-0000006689 00000 n 
-0000006751 00000 n 
-0000498645 00000 n 
-0000990046 00000 n 
-0000006804 00000 n 
-0000006858 00000 n 
-0000498962 00000 n 
-0000989967 00000 n 
-0000006911 00000 n 
-0000006961 00000 n 
-0000502381 00000 n 
-0000989874 00000 n 
-0000007008 00000 n 
-0000007039 00000 n 
-0000503386 00000 n 
-0000989742 00000 n 
-0000007086 00000 n 
-0000007125 00000 n 
-0000505591 00000 n 
-0000989663 00000 n 
-0000007175 00000 n 
-0000007226 00000 n 
-0000506413 00000 n 
-0000989584 00000 n 
-0000007276 00000 n 
-0000007321 00000 n 
-0000510278 00000 n 
-0000989452 00000 n 
-0000007368 00000 n 
-0000007406 00000 n 
-0000513582 00000 n 
-0000989387 00000 n 
-0000007456 00000 n 
-0000007510 00000 n 
-0000514150 00000 n 
-0000989308 00000 n 
-0000007557 00000 n 
-0000007592 00000 n 
-0000517833 00000 n 
-0000989175 00000 n 
-0000007633 00000 n 
+0000005484 00000 n 
+0000502915 00000 n 
+0001025146 00000 n 
+0000005534 00000 n 
+0000005573 00000 n 
+0000506548 00000 n 
+0001025053 00000 n 
+0000005623 00000 n 
+0000005673 00000 n 
+0000507367 00000 n 
+0001024960 00000 n 
+0000005723 00000 n 
+0000005789 00000 n 
+0000507554 00000 n 
+0001024867 00000 n 
+0000005839 00000 n 
+0000005889 00000 n 
+0000507994 00000 n 
+0001024788 00000 n 
+0000005939 00000 n 
+0000005981 00000 n 
+0000511562 00000 n 
+0001024656 00000 n 
+0000006028 00000 n 
+0000006063 00000 n 
+0000511751 00000 n 
+0001024577 00000 n 
+0000006113 00000 n 
+0000006150 00000 n 
+0000512067 00000 n 
+0001024498 00000 n 
+0000006200 00000 n 
+0000006268 00000 n 
+0000516339 00000 n 
+0001024419 00000 n 
+0000006315 00000 n 
+0000006359 00000 n 
+0000517472 00000 n 
+0001024302 00000 n 
+0000006403 00000 n 
+0000006463 00000 n 
+0000517598 00000 n 
+0001024223 00000 n 
+0000006510 00000 n 
+0000006549 00000 n 
+0000517785 00000 n 
+0001024091 00000 n 
+0000006596 00000 n 
+0000006628 00000 n 
+0000518293 00000 n 
+0001023987 00000 n 
+0000006678 00000 n 
+0000006731 00000 n 
+0000518419 00000 n 
+0001023908 00000 n 
+0000006783 00000 n 
+0000006845 00000 n 
+0000520481 00000 n 
+0001023815 00000 n 
+0000006898 00000 n 
+0000006952 00000 n 
+0000520797 00000 n 
+0001023736 00000 n 
+0000007005 00000 n 
+0000007055 00000 n 
+0000523995 00000 n 
+0001023643 00000 n 
+0000007102 00000 n 
+0000007133 00000 n 
+0000525001 00000 n 
+0001023511 00000 n 
+0000007180 00000 n 
+0000007219 00000 n 
+0000525190 00000 n 
+0001023432 00000 n 
+0000007269 00000 n 
+0000007320 00000 n 
+0000528026 00000 n 
+0001023353 00000 n 
+0000007370 00000 n 
+0000007415 00000 n 
+0000532415 00000 n 
+0001023221 00000 n 
+0000007462 00000 n 
+0000007500 00000 n 
+0000532603 00000 n 
+0001023156 00000 n 
+0000007550 00000 n 
+0000007604 00000 n 
+0000535594 00000 n 
+0001023077 00000 n 
+0000007651 00000 n 
 0000007686 00000 n 
-0000517959 00000 n 
-0000989096 00000 n 
-0000007730 00000 n 
-0000007777 00000 n 
-0000527768 00000 n 
-0000988964 00000 n 
-0000007821 00000 n 
-0000007865 00000 n 
-0000527893 00000 n 
-0000988885 00000 n 
-0000007912 00000 n 
-0000007964 00000 n 
-0000531417 00000 n 
-0000988767 00000 n 
-0000008011 00000 n 
+0000539283 00000 n 
+0001022944 00000 n 
+0000007727 00000 n 
+0000007780 00000 n 
+0000539409 00000 n 
+0001022865 00000 n 
+0000007824 00000 n 
+0000007871 00000 n 
+0000549669 00000 n 
+0001022733 00000 n 
+0000007915 00000 n 
+0000007959 00000 n 
+0000549794 00000 n 
+0001022654 00000 n 
+0000008006 00000 n 
 0000008058 00000 n 
-0000531543 00000 n 
-0000988688 00000 n 
-0000008108 00000 n 
-0000008155 00000 n 
-0000532296 00000 n 
-0000988595 00000 n 
-0000008205 00000 n 
-0000008249 00000 n 
-0000539224 00000 n 
-0000988516 00000 n 
-0000008299 00000 n 
-0000008347 00000 n 
-0000542733 00000 n 
-0000988423 00000 n 
-0000008391 00000 n 
-0000008431 00000 n 
-0000543238 00000 n 
-0000988330 00000 n 
-0000008475 00000 n 
-0000008508 00000 n 
-0000546652 00000 n 
-0000988237 00000 n 
-0000008552 00000 n 
-0000008587 00000 n 
-0000547472 00000 n 
-0000988144 00000 n 
-0000008631 00000 n 
-0000008664 00000 n 
-0000548163 00000 n 
-0000988051 00000 n 
-0000008708 00000 n 
-0000008743 00000 n 
-0000551626 00000 n 
-0000987919 00000 n 
-0000008787 00000 n 
-0000008817 00000 n 
-0000552007 00000 n 
-0000987840 00000 n 
-0000008864 00000 n 
-0000008907 00000 n 
-0000556087 00000 n 
-0000987708 00000 n 
-0000008954 00000 n 
-0000008992 00000 n 
-0000556213 00000 n 
-0000987643 00000 n 
-0000009042 00000 n 
-0000009077 00000 n 
-0000557349 00000 n 
-0000987550 00000 n 
-0000009124 00000 n 
-0000009170 00000 n 
-0000558173 00000 n 
-0000987418 00000 n 
-0000009217 00000 n 
-0000009262 00000 n 
-0000558362 00000 n 
-0000987339 00000 n 
-0000009312 00000 n 
-0000009357 00000 n 
-0000562053 00000 n 
-0000987260 00000 n 
-0000009407 00000 n 
-0000009445 00000 n 
-0000562493 00000 n 
-0000987142 00000 n 
-0000009492 00000 n 
-0000009538 00000 n 
-0000562937 00000 n 
-0000987024 00000 n 
-0000009588 00000 n 
-0000009632 00000 n 
-0000563189 00000 n 
-0000986945 00000 n 
-0000009685 00000 n 
-0000009720 00000 n 
-0000563376 00000 n 
-0000986852 00000 n 
-0000009773 00000 n 
-0000009815 00000 n 
-0000563564 00000 n 
-0000986759 00000 n 
-0000009868 00000 n 
-0000009907 00000 n 
-0000568515 00000 n 
-0000986666 00000 n 
-0000009960 00000 n 
-0000009999 00000 n 
-0000568829 00000 n 
-0000986573 00000 n 
+0000552957 00000 n 
+0001022536 00000 n 
+0000008105 00000 n 
+0000008152 00000 n 
+0000553083 00000 n 
+0001022457 00000 n 
+0000008202 00000 n 
+0000008259 00000 n 
+0000553587 00000 n 
+0001022325 00000 n 
+0000008309 00000 n 
+0000008356 00000 n 
+0000553713 00000 n 
+0001022246 00000 n 
+0000008409 00000 n 
+0000008456 00000 n 
+0000554091 00000 n 
+0001022167 00000 n 
+0000008509 00000 n 
+0000008576 00000 n 
+0000554910 00000 n 
+0001022074 00000 n 
+0000008626 00000 n 
+0000008670 00000 n 
+0000565329 00000 n 
+0001021981 00000 n 
+0000008720 00000 n 
+0000008763 00000 n 
+0000565581 00000 n 
+0001021902 00000 n 
+0000008813 00000 n 
+0000008861 00000 n 
+0000566275 00000 n 
+0001021809 00000 n 
+0000008905 00000 n 
+0000008945 00000 n 
+0000569828 00000 n 
+0001021716 00000 n 
+0000008989 00000 n 
+0000009022 00000 n 
+0000570647 00000 n 
+0001021623 00000 n 
+0000009066 00000 n 
+0000009101 00000 n 
+0000571466 00000 n 
+0001021530 00000 n 
+0000009145 00000 n 
+0000009178 00000 n 
+0000574868 00000 n 
+0001021437 00000 n 
+0000009222 00000 n 
+0000009257 00000 n 
+0000575809 00000 n 
+0001021305 00000 n 
+0000009301 00000 n 
+0000009331 00000 n 
+0000576189 00000 n 
+0001021226 00000 n 
+0000009378 00000 n 
+0000009421 00000 n 
+0000580306 00000 n 
+0001021094 00000 n 
+0000009468 00000 n 
+0000009506 00000 n 
+0000580432 00000 n 
+0001021029 00000 n 
+0000009556 00000 n 
+0000009591 00000 n 
+0000581693 00000 n 
+0001020936 00000 n 
+0000009638 00000 n 
+0000009684 00000 n 
+0000585008 00000 n 
+0001020804 00000 n 
+0000009731 00000 n 
+0000009776 00000 n 
+0000585197 00000 n 
+0001020725 00000 n 
+0000009826 00000 n 
+0000009871 00000 n 
+0000586523 00000 n 
+0001020646 00000 n 
+0000009921 00000 n 
+0000009959 00000 n 
+0000586964 00000 n 
+0001020528 00000 n 
+0000010006 00000 n 
 0000010052 00000 n 
-0000010089 00000 n 
-0000569082 00000 n 
-0000986480 00000 n 
-0000010142 00000 n 
-0000010184 00000 n 
-0000569590 00000 n 
-0000986387 00000 n 
-0000010237 00000 n 
-0000010275 00000 n 
-0000572484 00000 n 
-0000986294 00000 n 
-0000010328 00000 n 
-0000010383 00000 n 
-0000572736 00000 n 
-0000986215 00000 n 
-0000010436 00000 n 
-0000010480 00000 n 
-0000573116 00000 n 
-0000986122 00000 n 
-0000010530 00000 n 
-0000010574 00000 n 
-0000573751 00000 n 
-0000986043 00000 n 
-0000010624 00000 n 
-0000010667 00000 n 
-0000574066 00000 n 
-0000985950 00000 n 
-0000010711 00000 n 
-0000010742 00000 n 
-0000578626 00000 n 
-0000985857 00000 n 
-0000010786 00000 n 
-0000010817 00000 n 
-0000579131 00000 n 
-0000985725 00000 n 
-0000010861 00000 n 
-0000010912 00000 n 
-0000582619 00000 n 
-0000985646 00000 n 
-0000010959 00000 n 
-0000011002 00000 n 
-0000584328 00000 n 
-0000985553 00000 n 
-0000011049 00000 n 
-0000011102 00000 n 
-0000587261 00000 n 
-0000985460 00000 n 
-0000011149 00000 n 
-0000011213 00000 n 
-0000588329 00000 n 
-0000985342 00000 n 
-0000011260 00000 n 
-0000011325 00000 n 
-0000588455 00000 n 
-0000985263 00000 n 
+0000587407 00000 n 
+0001020409 00000 n 
+0000010102 00000 n 
+0000010146 00000 n 
+0000590720 00000 n 
+0001020330 00000 n 
+0000010199 00000 n 
+0000010234 00000 n 
+0000590846 00000 n 
+0001020237 00000 n 
+0000010287 00000 n 
+0000010329 00000 n 
+0000591163 00000 n 
+0001020144 00000 n 
+0000010382 00000 n 
+0000010421 00000 n 
+0000593258 00000 n 
+0001020051 00000 n 
+0000010474 00000 n 
+0000010513 00000 n 
+0000596055 00000 n 
+0001019958 00000 n 
+0000010566 00000 n 
+0000010603 00000 n 
+0000596307 00000 n 
+0001019865 00000 n 
+0000010656 00000 n 
+0000010698 00000 n 
+0000596814 00000 n 
+0001019772 00000 n 
+0000010751 00000 n 
+0000010806 00000 n 
+0000597066 00000 n 
+0001019679 00000 n 
+0000010859 00000 n 
+0000010903 00000 n 
+0000597447 00000 n 
+0001019586 00000 n 
+0000010956 00000 n 
+0000010994 00000 n 
+0000597636 00000 n 
+0001019493 00000 n 
+0000011047 00000 n 
+0000011090 00000 n 
+0000598017 00000 n 
+0001019414 00000 n 
+0000011143 00000 n 
+0000011188 00000 n 
+0000601413 00000 n 
+0001019321 00000 n 
+0000011238 00000 n 
+0000011282 00000 n 
+0000601920 00000 n 
+0001019242 00000 n 
+0000011332 00000 n 
 0000011375 00000 n 
-0000011444 00000 n 
-0000588707 00000 n 
-0000985170 00000 n 
-0000011494 00000 n 
-0000011567 00000 n 
-0000590722 00000 n 
-0000985091 00000 n 
-0000011617 00000 n 
-0000011682 00000 n 
-0000591603 00000 n 
-0000984973 00000 n 
-0000011726 00000 n 
-0000011777 00000 n 
-0000596375 00000 n 
-0000984894 00000 n 
+0000602236 00000 n 
+0001019110 00000 n 
+0000011419 00000 n 
+0000011457 00000 n 
+0000602489 00000 n 
+0001019031 00000 n 
+0000011504 00000 n 
+0000011551 00000 n 
+0000607212 00000 n 
+0001018938 00000 n 
+0000011598 00000 n 
+0000011646 00000 n 
+0000607401 00000 n 
+0001018859 00000 n 
+0000011693 00000 n 
+0000011742 00000 n 
+0000607588 00000 n 
+0001018727 00000 n 
+0000011786 00000 n 
 0000011824 00000 n 
+0000607841 00000 n 
+0001018648 00000 n 
 0000011871 00000 n 
-0000596880 00000 n 
-0000984762 00000 n 
-0000011918 00000 n 
-0000011977 00000 n 
-0000600632 00000 n 
-0000984683 00000 n 
-0000012027 00000 n 
-0000012076 00000 n 
-0000601640 00000 n 
-0000984590 00000 n 
-0000012126 00000 n 
-0000012183 00000 n 
-0000605854 00000 n 
-0000984511 00000 n 
-0000012233 00000 n 
-0000012286 00000 n 
-0000608912 00000 n 
-0000984432 00000 n 
-0000012333 00000 n 
-0000012384 00000 n 
-0000612964 00000 n 
-0000984299 00000 n 
-0000012425 00000 n 
-0000012473 00000 n 
-0000613280 00000 n 
-0000984181 00000 n 
-0000012517 00000 n 
-0000012558 00000 n 
-0000613405 00000 n 
-0000984102 00000 n 
-0000012605 00000 n 
-0000012644 00000 n 
-0000613594 00000 n 
-0000984009 00000 n 
-0000012691 00000 n 
-0000012738 00000 n 
-0000614738 00000 n 
-0000983930 00000 n 
-0000012785 00000 n 
-0000012827 00000 n 
-0000617567 00000 n 
-0000983798 00000 n 
-0000012871 00000 n 
-0000012901 00000 n 
-0000617693 00000 n 
-0000983719 00000 n 
-0000012948 00000 n 
-0000012999 00000 n 
-0000617881 00000 n 
-0000983626 00000 n 
-0000013046 00000 n 
-0000013107 00000 n 
-0000619205 00000 n 
-0000983547 00000 n 
-0000013154 00000 n 
-0000013195 00000 n 
-0000622496 00000 n 
-0000983415 00000 n 
-0000013239 00000 n 
-0000013273 00000 n 
-0000622622 00000 n 
-0000983336 00000 n 
-0000013320 00000 n 
-0000013402 00000 n 
-0000630763 00000 n 
-0000983257 00000 n 
-0000013449 00000 n 
-0000013510 00000 n 
-0000631333 00000 n 
-0000983139 00000 n 
-0000013554 00000 n 
-0000013587 00000 n 
-0000631459 00000 n 
-0000983074 00000 n 
-0000013634 00000 n 
-0000013705 00000 n 
-0000634777 00000 n 
-0000982941 00000 n 
-0000013746 00000 n 
-0000013797 00000 n 
-0000634903 00000 n 
-0000982862 00000 n 
-0000013841 00000 n 
-0000013878 00000 n 
-0000635724 00000 n 
-0000982730 00000 n 
-0000013922 00000 n 
-0000013969 00000 n 
-0000635975 00000 n 
-0000982651 00000 n 
-0000014016 00000 n 
-0000014071 00000 n 
-0000639921 00000 n 
-0000982558 00000 n 
-0000014118 00000 n 
-0000014176 00000 n 
-0000641570 00000 n 
-0000982465 00000 n 
-0000014223 00000 n 
-0000014271 00000 n 
-0000645787 00000 n 
-0000982372 00000 n 
-0000014318 00000 n 
-0000014371 00000 n 
-0000650848 00000 n 
-0000982279 00000 n 
-0000014418 00000 n 
-0000014465 00000 n 
-0000656278 00000 n 
-0000982200 00000 n 
-0000014512 00000 n 
-0000014589 00000 n 
-0000656847 00000 n 
-0000982107 00000 n 
-0000014633 00000 n 
-0000014690 00000 n 
-0000670736 00000 n 
-0000982014 00000 n 
-0000014734 00000 n 
-0000014790 00000 n 
-0000675086 00000 n 
-0000981882 00000 n 
-0000014834 00000 n 
-0000014895 00000 n 
-0000678786 00000 n 
-0000981778 00000 n 
-0000014942 00000 n 
-0000014993 00000 n 
-0000680492 00000 n 
-0000981713 00000 n 
+0000011927 00000 n 
+0000608220 00000 n 
+0001018569 00000 n 
+0000011974 00000 n 
+0000012023 00000 n 
+0000611859 00000 n 
+0001018476 00000 n 
+0000012067 00000 n 
+0000012099 00000 n 
+0000612990 00000 n 
+0001018383 00000 n 
+0000012143 00000 n 
+0000012174 00000 n 
+0000616636 00000 n 
+0001018251 00000 n 
+0000012218 00000 n 
+0000012269 00000 n 
+0000617459 00000 n 
+0001018172 00000 n 
+0000012316 00000 n 
+0000012359 00000 n 
+0000621587 00000 n 
+0001018079 00000 n 
+0000012406 00000 n 
+0000012459 00000 n 
+0000622217 00000 n 
+0001017986 00000 n 
+0000012506 00000 n 
+0000012570 00000 n 
+0000625020 00000 n 
+0001017868 00000 n 
+0000012617 00000 n 
+0000012682 00000 n 
+0000625146 00000 n 
+0001017789 00000 n 
+0000012732 00000 n 
+0000012801 00000 n 
+0000625334 00000 n 
+0001017696 00000 n 
+0000012851 00000 n 
+0000012924 00000 n 
+0000625586 00000 n 
+0001017617 00000 n 
+0000012974 00000 n 
+0000013039 00000 n 
+0000629156 00000 n 
+0001017499 00000 n 
+0000013083 00000 n 
+0000013134 00000 n 
+0000629658 00000 n 
+0001017420 00000 n 
+0000013181 00000 n 
+0000013228 00000 n 
+0000634530 00000 n 
+0001017327 00000 n 
+0000013275 00000 n 
+0000013326 00000 n 
+0000634909 00000 n 
+0001017195 00000 n 
+0000013373 00000 n 
+0000013432 00000 n 
+0000635919 00000 n 
+0001017116 00000 n 
+0000013482 00000 n 
+0000013531 00000 n 
+0000639367 00000 n 
+0001017023 00000 n 
+0000013581 00000 n 
+0000013638 00000 n 
+0000643756 00000 n 
+0001016944 00000 n 
+0000013688 00000 n 
+0000013741 00000 n 
+0000644768 00000 n 
+0001016865 00000 n 
+0000013788 00000 n 
+0000013839 00000 n 
+0000649762 00000 n 
+0001016732 00000 n 
+0000013880 00000 n 
+0000013928 00000 n 
+0000650078 00000 n 
+0001016614 00000 n 
+0000013972 00000 n 
+0000014013 00000 n 
+0000650203 00000 n 
+0001016535 00000 n 
+0000014060 00000 n 
+0000014099 00000 n 
+0000650392 00000 n 
+0001016442 00000 n 
+0000014146 00000 n 
+0000014193 00000 n 
+0000651536 00000 n 
+0001016363 00000 n 
+0000014240 00000 n 
+0000014282 00000 n 
+0000654366 00000 n 
+0001016231 00000 n 
+0000014326 00000 n 
+0000014356 00000 n 
+0000654492 00000 n 
+0001016152 00000 n 
+0000014403 00000 n 
+0000014454 00000 n 
+0000654680 00000 n 
+0001016059 00000 n 
+0000014501 00000 n 
+0000014562 00000 n 
+0000656004 00000 n 
+0001015980 00000 n 
+0000014609 00000 n 
+0000014650 00000 n 
+0000659311 00000 n 
+0001015848 00000 n 
+0000014694 00000 n 
+0000014729 00000 n 
+0000659437 00000 n 
+0001015769 00000 n 
+0000014776 00000 n 
+0000014858 00000 n 
+0000667184 00000 n 
+0001015690 00000 n 
+0000014905 00000 n 
+0000014966 00000 n 
+0000667755 00000 n 
+0001015572 00000 n 
+0000015010 00000 n 
 0000015043 00000 n 
-0000015096 00000 n 
-0000691859 00000 n 
-0000981595 00000 n 
-0000015140 00000 n 
-0000015207 00000 n 
-0000691985 00000 n 
-0000981516 00000 n 
-0000015254 00000 n 
-0000015287 00000 n 
-0000692174 00000 n 
-0000981423 00000 n 
-0000015334 00000 n 
-0000015364 00000 n 
-0000692805 00000 n 
-0000981330 00000 n 
-0000015411 00000 n 
-0000015450 00000 n 
-0000693248 00000 n 
-0000981237 00000 n 
-0000015497 00000 n 
-0000015534 00000 n 
-0000693501 00000 n 
-0000981158 00000 n 
-0000015581 00000 n 
-0000015628 00000 n 
-0000697156 00000 n 
-0000981024 00000 n 
-0000015670 00000 n 
-0000015715 00000 n 
-0000697282 00000 n 
-0000980945 00000 n 
-0000015760 00000 n 
-0000015797 00000 n 
-0000697533 00000 n 
-0000980852 00000 n 
-0000015842 00000 n 
-0000015892 00000 n 
-0000698543 00000 n 
-0000980759 00000 n 
-0000015937 00000 n 
-0000015978 00000 n 
-0000757901 00000 n 
-0000980666 00000 n 
-0000016023 00000 n 
-0000016067 00000 n 
-0000758342 00000 n 
-0000980534 00000 n 
-0000016112 00000 n 
-0000016155 00000 n 
-0000761834 00000 n 
-0000980430 00000 n 
-0000016203 00000 n 
-0000016244 00000 n 
-0000763034 00000 n 
-0000980351 00000 n 
-0000016295 00000 n 
-0000016344 00000 n 
-0000763223 00000 n 
-0000980258 00000 n 
-0000016395 00000 n 
-0000016432 00000 n 
-0000767066 00000 n 
-0000980179 00000 n 
-0000016483 00000 n 
-0000016527 00000 n 
-0000767572 00000 n 
-0000980086 00000 n 
-0000016572 00000 n 
-0000016606 00000 n 
-0000768012 00000 n 
-0000979993 00000 n 
-0000016651 00000 n 
-0000016687 00000 n 
-0000771935 00000 n 
-0000979861 00000 n 
-0000016732 00000 n 
-0000016769 00000 n 
-0000772312 00000 n 
-0000979782 00000 n 
-0000016817 00000 n 
-0000016875 00000 n 
-0000774876 00000 n 
-0000979689 00000 n 
-0000016923 00000 n 
-0000016991 00000 n 
-0000775063 00000 n 
-0000979596 00000 n 
+0000667881 00000 n 
+0001015507 00000 n 
+0000015090 00000 n 
+0000015161 00000 n 
+0000671268 00000 n 
+0001015373 00000 n 
+0000015202 00000 n 
+0000015247 00000 n 
+0000671394 00000 n 
+0001015294 00000 n 
+0000015291 00000 n 
+0000015328 00000 n 
+0000671645 00000 n 
+0001015201 00000 n 
+0000015372 00000 n 
+0000015422 00000 n 
+0000676985 00000 n 
+0001015108 00000 n 
+0000015466 00000 n 
+0000015507 00000 n 
+0000684140 00000 n 
+0001015015 00000 n 
+0000015551 00000 n 
+0000015595 00000 n 
+0000735797 00000 n 
+0001014883 00000 n 
+0000015639 00000 n 
+0000015682 00000 n 
+0000738759 00000 n 
+0001014765 00000 n 
+0000015729 00000 n 
+0000015770 00000 n 
+0000739958 00000 n 
+0001014686 00000 n 
+0000015820 00000 n 
+0000015869 00000 n 
+0000740146 00000 n 
+0001014593 00000 n 
+0000015919 00000 n 
+0000015956 00000 n 
+0000744331 00000 n 
+0001014514 00000 n 
+0000016006 00000 n 
+0000016050 00000 n 
+0000744837 00000 n 
+0001014421 00000 n 
+0000016097 00000 n 
+0000016135 00000 n 
+0000745279 00000 n 
+0001014328 00000 n 
+0000016182 00000 n 
+0000016218 00000 n 
+0000749372 00000 n 
+0001014249 00000 n 
+0000016265 00000 n 
+0000016325 00000 n 
+0000749878 00000 n 
+0001014117 00000 n 
+0000016369 00000 n 
+0000016405 00000 n 
+0000750004 00000 n 
+0001014038 00000 n 
+0000016452 00000 n 
+0000016498 00000 n 
+0000755184 00000 n 
+0001013959 00000 n 
+0000016545 00000 n 
+0000016593 00000 n 
+0000755499 00000 n 
+0001013827 00000 n 
+0000016637 00000 n 
+0000016673 00000 n 
+0000758835 00000 n 
+0001013723 00000 n 
+0000016720 00000 n 
+0000016759 00000 n 
+0000759213 00000 n 
+0001013644 00000 n 
+0000016809 00000 n 
+0000016869 00000 n 
+0000759402 00000 n 
+0001013551 00000 n 
+0000016919 00000 n 
+0000016989 00000 n 
+0000759591 00000 n 
+0001013458 00000 n 
 0000017039 00000 n 
-0000017097 00000 n 
-0000775251 00000 n 
-0000979503 00000 n 
-0000017145 00000 n 
-0000017216 00000 n 
-0000775440 00000 n 
-0000979410 00000 n 
-0000017264 00000 n 
-0000017322 00000 n 
-0000775629 00000 n 
-0000979317 00000 n 
-0000017370 00000 n 
-0000017420 00000 n 
-0000775877 00000 n 
-0000979238 00000 n 
-0000017468 00000 n 
-0000017518 00000 n 
-0000776063 00000 n 
-0000979106 00000 n 
-0000017563 00000 n 
-0000017602 00000 n 
-0000778949 00000 n 
-0000979027 00000 n 
-0000017650 00000 n 
-0000017694 00000 n 
-0000779391 00000 n 
-0000978934 00000 n 
-0000017742 00000 n 
-0000017780 00000 n 
-0000779834 00000 n 
-0000978841 00000 n 
-0000017828 00000 n 
-0000017863 00000 n 
-0000780086 00000 n 
-0000978748 00000 n 
-0000017911 00000 n 
-0000017949 00000 n 
-0000783381 00000 n 
-0000978669 00000 n 
-0000017997 00000 n 
-0000018039 00000 n 
-0000783695 00000 n 
-0000978537 00000 n 
-0000018084 00000 n 
-0000018126 00000 n 
-0000783884 00000 n 
-0000978458 00000 n 
-0000018174 00000 n 
-0000018221 00000 n 
-0000784201 00000 n 
-0000978365 00000 n 
-0000018269 00000 n 
-0000018316 00000 n 
-0000788253 00000 n 
-0000978272 00000 n 
-0000018364 00000 n 
-0000018409 00000 n 
-0000794343 00000 n 
-0000978193 00000 n 
-0000018457 00000 n 
-0000018496 00000 n 
-0000794532 00000 n 
-0000978061 00000 n 
-0000018541 00000 n 
-0000018585 00000 n 
-0000794721 00000 n 
-0000977982 00000 n 
-0000018633 00000 n 
-0000018668 00000 n 
-0000798237 00000 n 
-0000977864 00000 n 
-0000018716 00000 n 
-0000018750 00000 n 
-0000798739 00000 n 
-0000977785 00000 n 
-0000018801 00000 n 
-0000018846 00000 n 
-0000801955 00000 n 
-0000977706 00000 n 
-0000018897 00000 n 
-0000018949 00000 n 
-0000802144 00000 n 
-0000977613 00000 n 
-0000018994 00000 n 
-0000019025 00000 n 
-0000802772 00000 n 
-0000977495 00000 n 
-0000019070 00000 n 
+0000017099 00000 n 
+0000759780 00000 n 
+0001013365 00000 n 
+0000017149 00000 n 
+0000017222 00000 n 
+0000762025 00000 n 
+0001013272 00000 n 
+0000017272 00000 n 
+0000017332 00000 n 
+0000762214 00000 n 
+0001013179 00000 n 
+0000017382 00000 n 
+0000017434 00000 n 
+0000762466 00000 n 
+0001013100 00000 n 
+0000017484 00000 n 
+0000017536 00000 n 
+0000762655 00000 n 
+0001012968 00000 n 
+0000017580 00000 n 
+0000017619 00000 n 
+0000762844 00000 n 
+0001012889 00000 n 
+0000017666 00000 n 
+0000017710 00000 n 
+0000766118 00000 n 
+0001012796 00000 n 
+0000017757 00000 n 
+0000017792 00000 n 
+0000766370 00000 n 
+0001012717 00000 n 
+0000017839 00000 n 
+0000017881 00000 n 
+0000766683 00000 n 
+0001012585 00000 n 
+0000017925 00000 n 
+0000017966 00000 n 
+0000766871 00000 n 
+0001012506 00000 n 
+0000018013 00000 n 
+0000018059 00000 n 
+0000767187 00000 n 
+0001012413 00000 n 
+0000018106 00000 n 
+0000018152 00000 n 
+0000771354 00000 n 
+0001012320 00000 n 
+0000018199 00000 n 
+0000018243 00000 n 
+0000777499 00000 n 
+0001012241 00000 n 
+0000018290 00000 n 
+0000018328 00000 n 
+0000777688 00000 n 
+0001012109 00000 n 
+0000018372 00000 n 
+0000018416 00000 n 
+0000777876 00000 n 
+0001012030 00000 n 
+0000018463 00000 n 
+0000018498 00000 n 
+0000781364 00000 n 
+0001011912 00000 n 
+0000018545 00000 n 
+0000018579 00000 n 
+0000781866 00000 n 
+0001011833 00000 n 
+0000018629 00000 n 
+0000018674 00000 n 
+0000782306 00000 n 
+0001011754 00000 n 
+0000018724 00000 n 
+0000018776 00000 n 
+0000785859 00000 n 
+0001011661 00000 n 
+0000018820 00000 n 
+0000018851 00000 n 
+0000786488 00000 n 
+0001011543 00000 n 
+0000018895 00000 n 
+0000018928 00000 n 
+0000790419 00000 n 
+0001011464 00000 n 
+0000018975 00000 n 
+0000019012 00000 n 
+0000790733 00000 n 
+0001011371 00000 n 
+0000019059 00000 n 
 0000019103 00000 n 
-0000806619 00000 n 
-0000977416 00000 n 
-0000019151 00000 n 
-0000019188 00000 n 
-0000806934 00000 n 
-0000977323 00000 n 
-0000019236 00000 n 
-0000019280 00000 n 
-0000810934 00000 n 
-0000977230 00000 n 
-0000019328 00000 n 
-0000019371 00000 n 
-0000812683 00000 n 
-0000977151 00000 n 
-0000019419 00000 n 
-0000019466 00000 n 
-0000815817 00000 n 
-0000977057 00000 n 
+0000794246 00000 n 
+0001011278 00000 n 
+0000019150 00000 n 
+0000019194 00000 n 
+0000794939 00000 n 
+0001011199 00000 n 
+0000019241 00000 n 
+0000019288 00000 n 
+0000798022 00000 n 
+0001011066 00000 n 
+0000019330 00000 n 
+0000019381 00000 n 
+0000798148 00000 n 
+0001010987 00000 n 
+0000019426 00000 n 
+0000019463 00000 n 
+0000798969 00000 n 
+0001010855 00000 n 
 0000019508 00000 n 
-0000019556 00000 n 
-0000881657 00000 n 
-0000976924 00000 n 
-0000019598 00000 n 
-0000019645 00000 n 
-0000881846 00000 n 
-0000976845 00000 n 
-0000019690 00000 n 
-0000019729 00000 n 
-0000882542 00000 n 
-0000976752 00000 n 
-0000019774 00000 n 
-0000019849 00000 n 
-0000882983 00000 n 
-0000976659 00000 n 
-0000019894 00000 n 
-0000019990 00000 n 
-0000885714 00000 n 
-0000976566 00000 n 
-0000020035 00000 n 
-0000020090 00000 n 
-0000886343 00000 n 
-0000976473 00000 n 
-0000020135 00000 n 
-0000020193 00000 n 
-0000887104 00000 n 
-0000976380 00000 n 
-0000020238 00000 n 
-0000020310 00000 n 
-0000891064 00000 n 
-0000976287 00000 n 
-0000020355 00000 n 
+0000019555 00000 n 
+0000799220 00000 n 
+0001010776 00000 n 
+0000019603 00000 n 
+0000019658 00000 n 
+0000803167 00000 n 
+0001010683 00000 n 
+0000019706 00000 n 
+0000019764 00000 n 
+0000804816 00000 n 
+0001010590 00000 n 
+0000019812 00000 n 
+0000019860 00000 n 
+0000809033 00000 n 
+0001010497 00000 n 
+0000019908 00000 n 
+0000019961 00000 n 
+0000814094 00000 n 
+0001010404 00000 n 
+0000020009 00000 n 
+0000020056 00000 n 
+0000819524 00000 n 
+0001010325 00000 n 
+0000020104 00000 n 
+0000020181 00000 n 
+0000820093 00000 n 
+0001010232 00000 n 
+0000020226 00000 n 
+0000020283 00000 n 
+0000833982 00000 n 
+0001010139 00000 n 
+0000020328 00000 n 
+0000020384 00000 n 
+0000838420 00000 n 
+0001010021 00000 n 
 0000020429 00000 n 
-0000893878 00000 n 
-0000976194 00000 n 
-0000020474 00000 n 
-0000020552 00000 n 
-0000894258 00000 n 
-0000976115 00000 n 
-0000020597 00000 n 
-0000020716 00000 n 
-0000898108 00000 n 
-0000975982 00000 n 
-0000020758 00000 n 
-0000020797 00000 n 
-0000898359 00000 n 
-0000975903 00000 n 
-0000020842 00000 n 
-0000020895 00000 n 
-0000900321 00000 n 
-0000975824 00000 n 
-0000020940 00000 n 
-0000021003 00000 n 
-0000902936 00000 n 
-0000975691 00000 n 
-0000021045 00000 n 
-0000021112 00000 n 
-0000903061 00000 n 
-0000975612 00000 n 
-0000021157 00000 n 
-0000021194 00000 n 
-0000904196 00000 n 
-0000975519 00000 n 
-0000021239 00000 n 
-0000021282 00000 n 
-0000909799 00000 n 
-0000975440 00000 n 
-0000021327 00000 n 
-0000021368 00000 n 
-0000915934 00000 n 
-0000975306 00000 n 
-0000021410 00000 n 
-0000021472 00000 n 
-0000916248 00000 n 
-0000975227 00000 n 
-0000021517 00000 n 
-0000021548 00000 n 
-0000916561 00000 n 
-0000975134 00000 n 
-0000021593 00000 n 
-0000021644 00000 n 
-0000920643 00000 n 
-0000975041 00000 n 
-0000021689 00000 n 
-0000021728 00000 n 
-0000920894 00000 n 
-0000974948 00000 n 
-0000021773 00000 n 
-0000021815 00000 n 
-0000924890 00000 n 
-0000974855 00000 n 
-0000021860 00000 n 
-0000021896 00000 n 
-0000930125 00000 n 
-0000974762 00000 n 
-0000021941 00000 n 
-0000021983 00000 n 
-0000930439 00000 n 
-0000974669 00000 n 
-0000022028 00000 n 
-0000022075 00000 n 
-0000930691 00000 n 
-0000974576 00000 n 
-0000022120 00000 n 
-0000022177 00000 n 
-0000933816 00000 n 
-0000974483 00000 n 
-0000022222 00000 n 
-0000022256 00000 n 
-0000934004 00000 n 
-0000974390 00000 n 
-0000022301 00000 n 
-0000022335 00000 n 
-0000934193 00000 n 
-0000974297 00000 n 
-0000022380 00000 n 
-0000022436 00000 n 
-0000934508 00000 n 
-0000974218 00000 n 
-0000022481 00000 n 
-0000022543 00000 n 
-0000938515 00000 n 
-0000974124 00000 n 
-0000022585 00000 n 
+0000020496 00000 n 
+0000838546 00000 n 
+0001009942 00000 n 
+0000020544 00000 n 
+0000020577 00000 n 
+0000838735 00000 n 
+0001009849 00000 n 
+0000020625 00000 n 
+0000020655 00000 n 
+0000841293 00000 n 
+0001009756 00000 n 
+0000020703 00000 n 
+0000020742 00000 n 
+0000841736 00000 n 
+0001009663 00000 n 
+0000020790 00000 n 
+0000020827 00000 n 
+0000841989 00000 n 
+0001009584 00000 n 
+0000020875 00000 n 
+0000020922 00000 n 
+0000844923 00000 n 
+0001009490 00000 n 
+0000020964 00000 n 
+0000021012 00000 n 
+0000913838 00000 n 
+0001009357 00000 n 
+0000021054 00000 n 
+0000021101 00000 n 
+0000914027 00000 n 
+0001009278 00000 n 
+0000021146 00000 n 
+0000021185 00000 n 
+0000914723 00000 n 
+0001009185 00000 n 
+0000021230 00000 n 
+0000021305 00000 n 
+0000915164 00000 n 
+0001009092 00000 n 
+0000021350 00000 n 
+0000021446 00000 n 
+0000917893 00000 n 
+0001008999 00000 n 
+0000021491 00000 n 
+0000021546 00000 n 
+0000918522 00000 n 
+0001008906 00000 n 
+0000021591 00000 n 
+0000021649 00000 n 
+0000919283 00000 n 
+0001008813 00000 n 
+0000021694 00000 n 
+0000021766 00000 n 
+0000923242 00000 n 
+0001008720 00000 n 
+0000021811 00000 n 
+0000021885 00000 n 
+0000926056 00000 n 
+0001008627 00000 n 
+0000021930 00000 n 
+0000022008 00000 n 
+0000926436 00000 n 
+0001008548 00000 n 
+0000022053 00000 n 
+0000022172 00000 n 
+0000930286 00000 n 
+0001008415 00000 n 
+0000022214 00000 n 
+0000022253 00000 n 
+0000930537 00000 n 
+0001008336 00000 n 
+0000022298 00000 n 
+0000022351 00000 n 
+0000932499 00000 n 
+0001008257 00000 n 
+0000022396 00000 n 
+0000022459 00000 n 
+0000935099 00000 n 
+0001008124 00000 n 
+0000022501 00000 n 
+0000022568 00000 n 
+0000935224 00000 n 
+0001008045 00000 n 
 0000022613 00000 n 
-0000938641 00000 n 
-0000973991 00000 n 
-0000022655 00000 n 
-0000022689 00000 n 
-0000938767 00000 n 
-0000973926 00000 n 
-0000022737 00000 n 
-0000022766 00000 n 
-0000939145 00000 n 
-0000973793 00000 n 
-0000022808 00000 n 
-0000022829 00000 n 
-0000939270 00000 n 
-0000973689 00000 n 
-0000022877 00000 n 
-0000022903 00000 n 
-0000939712 00000 n 
-0000973624 00000 n 
-0000022954 00000 n 
-0000023017 00000 n 
-0000943671 00000 n 
-0000973490 00000 n 
-0000023059 00000 n 
-0000023080 00000 n 
-0000943795 00000 n 
-0000973386 00000 n 
-0000023128 00000 n 
-0000023151 00000 n 
-0000944235 00000 n 
-0000973307 00000 n 
-0000023199 00000 n 
+0000022650 00000 n 
+0000936359 00000 n 
+0001007952 00000 n 
+0000022695 00000 n 
+0000022738 00000 n 
+0000942208 00000 n 
+0001007873 00000 n 
+0000022783 00000 n 
+0000022824 00000 n 
+0000948359 00000 n 
+0001007737 00000 n 
+0000022866 00000 n 
+0000022928 00000 n 
+0000948673 00000 n 
+0001007658 00000 n 
+0000022973 00000 n 
+0000023004 00000 n 
+0000948986 00000 n 
+0001007565 00000 n 
+0000023049 00000 n 
+0000023100 00000 n 
+0000953068 00000 n 
+0001007472 00000 n 
+0000023145 00000 n 
+0000023184 00000 n 
+0000953319 00000 n 
+0001007379 00000 n 
 0000023229 00000 n 
-0000944486 00000 n 
-0000973227 00000 n 
-0000023277 00000 n 
-0000023306 00000 n 
-0000944738 00000 n 
-0000973088 00000 n 
-0000023349 00000 n 
-0000023371 00000 n 
-0000944864 00000 n 
-0000972978 00000 n 
-0000023420 00000 n 
-0000023465 00000 n 
-0000945242 00000 n 
-0000972894 00000 n 
-0000023514 00000 n 
-0000023544 00000 n 
-0000945495 00000 n 
-0000972795 00000 n 
-0000023593 00000 n 
-0000023648 00000 n 
-0000945999 00000 n 
-0000972711 00000 n 
-0000023697 00000 n 
-0000023725 00000 n 
-0000948699 00000 n 
-0000972571 00000 n 
-0000023768 00000 n 
-0000023790 00000 n 
-0000948825 00000 n 
-0000972461 00000 n 
-0000023839 00000 n 
-0000023866 00000 n 
-0000949205 00000 n 
-0000972392 00000 n 
-0000023915 00000 n 
-0000023946 00000 n 
-0000949520 00000 n 
-0000972252 00000 n 
-0000023989 00000 n 
-0000024011 00000 n 
-0000949646 00000 n 
-0000972183 00000 n 
-0000024060 00000 n 
-0000024087 00000 n 
-0000950090 00000 n 
-0000972043 00000 n 
-0000024130 00000 n 
-0000024152 00000 n 
-0000950216 00000 n 
-0000971974 00000 n 
-0000024201 00000 n 
-0000024232 00000 n 
-0000952701 00000 n 
-0000971834 00000 n 
-0000024275 00000 n 
-0000024297 00000 n 
-0000952825 00000 n 
-0000971724 00000 n 
-0000024347 00000 n 
-0000024391 00000 n 
-0000953384 00000 n 
-0000971655 00000 n 
-0000024441 00000 n 
-0000024467 00000 n 
-0000954585 00000 n 
-0000971515 00000 n 
-0000024510 00000 n 
-0000024532 00000 n 
-0000954710 00000 n 
-0000971405 00000 n 
-0000024582 00000 n 
-0000024623 00000 n 
-0000955024 00000 n 
-0000971321 00000 n 
-0000024673 00000 n 
-0000024701 00000 n 
-0000956954 00000 n 
-0000971237 00000 n 
-0000024751 00000 n 
-0000024776 00000 n 
-0000957270 00000 n 
-0000971097 00000 n 
-0000024819 00000 n 
-0000024841 00000 n 
-0000957394 00000 n 
-0000971028 00000 n 
-0000024891 00000 n 
-0000024914 00000 n 
-0000957964 00000 n 
-0000970888 00000 n 
-0000024957 00000 n 
-0000024979 00000 n 
-0000958090 00000 n 
-0000970778 00000 n 
-0000025029 00000 n 
-0000025087 00000 n 
-0000958343 00000 n 
-0000970709 00000 n 
-0000025137 00000 n 
-0000025176 00000 n 
-0000958660 00000 n 
-0000970569 00000 n 
-0000025219 00000 n 
-0000025241 00000 n 
-0000958785 00000 n 
-0000970459 00000 n 
-0000025291 00000 n 
-0000025319 00000 n 
-0000961518 00000 n 
-0000970390 00000 n 
-0000025369 00000 n 
-0000025395 00000 n 
-0000962407 00000 n 
-0000970250 00000 n 
-0000025438 00000 n 
-0000025460 00000 n 
-0000962533 00000 n 
-0000970140 00000 n 
-0000025510 00000 n 
+0000023271 00000 n 
+0000957315 00000 n 
+0001007286 00000 n 
+0000023316 00000 n 
+0000023352 00000 n 
+0000962551 00000 n 
+0001007193 00000 n 
+0000023397 00000 n 
+0000023439 00000 n 
+0000962865 00000 n 
+0001007098 00000 n 
+0000023484 00000 n 
+0000023532 00000 n 
+0000963117 00000 n 
+0001007001 00000 n 
+0000023578 00000 n 
+0000023636 00000 n 
+0000966243 00000 n 
+0001006903 00000 n 
+0000023682 00000 n 
+0000023717 00000 n 
+0000966432 00000 n 
+0001006805 00000 n 
+0000023763 00000 n 
+0000023798 00000 n 
+0000966622 00000 n 
+0001006707 00000 n 
+0000023844 00000 n 
+0000023901 00000 n 
+0000966938 00000 n 
+0001006624 00000 n 
+0000023947 00000 n 
+0000024010 00000 n 
+0000970946 00000 n 
+0001006526 00000 n 
+0000024053 00000 n 
+0000024082 00000 n 
+0000971073 00000 n 
+0001006386 00000 n 
+0000024125 00000 n 
+0000024160 00000 n 
+0000971200 00000 n 
+0001006317 00000 n 
+0000024209 00000 n 
+0000024239 00000 n 
+0000971579 00000 n 
+0001006177 00000 n 
+0000024282 00000 n 
+0000024304 00000 n 
+0000971705 00000 n 
+0001006067 00000 n 
+0000024353 00000 n 
+0000024380 00000 n 
+0000972148 00000 n 
+0001005998 00000 n 
+0000024432 00000 n 
+0000024496 00000 n 
+0000976108 00000 n 
+0001005858 00000 n 
+0000024539 00000 n 
+0000024561 00000 n 
+0000976233 00000 n 
+0001005748 00000 n 
+0000024610 00000 n 
+0000024634 00000 n 
+0000976674 00000 n 
+0001005664 00000 n 
+0000024683 00000 n 
+0000024714 00000 n 
+0000976926 00000 n 
+0001005580 00000 n 
+0000024763 00000 n 
+0000024792 00000 n 
+0000977179 00000 n 
+0001005440 00000 n 
+0000024835 00000 n 
+0000024857 00000 n 
+0000977305 00000 n 
+0001005330 00000 n 
+0000024906 00000 n 
+0000024951 00000 n 
+0000977683 00000 n 
+0001005246 00000 n 
+0000025000 00000 n 
+0000025030 00000 n 
+0000977936 00000 n 
+0001005147 00000 n 
+0000025079 00000 n 
+0000025134 00000 n 
+0000978440 00000 n 
+0001005063 00000 n 
+0000025183 00000 n 
+0000025211 00000 n 
+0000981140 00000 n 
+0001004923 00000 n 
+0000025254 00000 n 
+0000025276 00000 n 
+0000981266 00000 n 
+0001004813 00000 n 
+0000025325 00000 n 
+0000025352 00000 n 
+0000981646 00000 n 
+0001004744 00000 n 
+0000025401 00000 n 
+0000025432 00000 n 
+0000981961 00000 n 
+0001004604 00000 n 
+0000025475 00000 n 
+0000025497 00000 n 
+0000982087 00000 n 
+0001004535 00000 n 
 0000025547 00000 n 
-0000962850 00000 n 
-0000970071 00000 n 
-0000025597 00000 n 
+0000025574 00000 n 
+0000982531 00000 n 
+0001004395 00000 n 
+0000025617 00000 n 
 0000025639 00000 n 
-0000963103 00000 n 
-0000969946 00000 n 
-0000025682 00000 n 
-0000025704 00000 n 
-0000963229 00000 n 
-0000969877 00000 n 
-0000025754 00000 n 
-0000025792 00000 n 
-0000026139 00000 n 
-0000026513 00000 n 
-0000025846 00000 n 
-0000026263 00000 n 
-0000026326 00000 n 
-0000026389 00000 n 
-0000001143 00000 f 
-0000966419 00000 n 
-0000966516 00000 n 
-0000027394 00000 n 
-0000027207 00000 n 
-0000026587 00000 n 
-0000027331 00000 n 
-0000001150 00000 f 
-0000966325 00000 n 
-0000099046 00000 n 
-0000083778 00000 n 
-0000027482 00000 n 
-0000098922 00000 n 
-0000084724 00000 n 
-0000001241 00000 f 
-0000966232 00000 n 
-0000084871 00000 n 
-0000085019 00000 n 
-0000085171 00000 n 
-0000085324 00000 n 
-0000085477 00000 n 
-0000085631 00000 n 
-0000085784 00000 n 
-0000085938 00000 n 
-0000086088 00000 n 
-0000086239 00000 n 
-0000086393 00000 n 
-0000086548 00000 n 
-0000086710 00000 n 
-0000086873 00000 n 
-0000087028 00000 n 
-0000087184 00000 n 
-0000087340 00000 n 
-0000087496 00000 n 
-0000087656 00000 n 
-0000087816 00000 n 
-0000087973 00000 n 
-0000088130 00000 n 
-0000088283 00000 n 
-0000088436 00000 n 
-0000088596 00000 n 
-0000088756 00000 n 
-0000088915 00000 n 
-0000089074 00000 n 
-0000089237 00000 n 
-0000089400 00000 n 
+0000982657 00000 n 
+0001004326 00000 n 
+0000025689 00000 n 
+0000025720 00000 n 
+0000985143 00000 n 
+0001004186 00000 n 
+0000025763 00000 n 
+0000025785 00000 n 
+0000985267 00000 n 
+0001004076 00000 n 
+0000025835 00000 n 
+0000025879 00000 n 
+0000985826 00000 n 
+0001004007 00000 n 
+0000025929 00000 n 
+0000025955 00000 n 
+0000987027 00000 n 
+0001003867 00000 n 
+0000025998 00000 n 
+0000026020 00000 n 
+0000987152 00000 n 
+0001003757 00000 n 
+0000026070 00000 n 
+0000026111 00000 n 
+0000987466 00000 n 
+0001003673 00000 n 
+0000026161 00000 n 
+0000026189 00000 n 
+0000989395 00000 n 
+0001003589 00000 n 
+0000026239 00000 n 
+0000026264 00000 n 
+0000989711 00000 n 
+0001003449 00000 n 
+0000026307 00000 n 
+0000026329 00000 n 
+0000989835 00000 n 
+0001003380 00000 n 
+0000026379 00000 n 
+0000026402 00000 n 
+0000990405 00000 n 
+0001003240 00000 n 
+0000026445 00000 n 
+0000026467 00000 n 
+0000990531 00000 n 
+0001003130 00000 n 
+0000026517 00000 n 
+0000026575 00000 n 
+0000990784 00000 n 
+0001003061 00000 n 
+0000026625 00000 n 
+0000026664 00000 n 
+0000991101 00000 n 
+0001002921 00000 n 
+0000026707 00000 n 
+0000026729 00000 n 
+0000991226 00000 n 
+0001002811 00000 n 
+0000026779 00000 n 
+0000026807 00000 n 
+0000993959 00000 n 
+0001002742 00000 n 
+0000026857 00000 n 
+0000026883 00000 n 
+0000994848 00000 n 
+0001002602 00000 n 
+0000026926 00000 n 
+0000026948 00000 n 
+0000994974 00000 n 
+0001002492 00000 n 
+0000026998 00000 n 
+0000027035 00000 n 
+0000995291 00000 n 
+0001002423 00000 n 
+0000027085 00000 n 
+0000027127 00000 n 
+0000995544 00000 n 
+0001002298 00000 n 
+0000027170 00000 n 
+0000027192 00000 n 
+0000995670 00000 n 
+0001002229 00000 n 
+0000027242 00000 n 
+0000027280 00000 n 
+0000027627 00000 n 
+0000028001 00000 n 
+0000027334 00000 n 
+0000027751 00000 n 
+0000027814 00000 n 
+0000027877 00000 n 
+0000001203 00000 f 
+0000998860 00000 n 
+0000998957 00000 n 
+0000028877 00000 n 
+0000028690 00000 n 
+0000028075 00000 n 
+0000028814 00000 n 
+0000001210 00000 f 
+0000998766 00000 n 
+0000100654 00000 n 
+0000085374 00000 n 
+0000028965 00000 n 
+0000100530 00000 n 
+0000086320 00000 n 
+0000001301 00000 f 
+0000998673 00000 n 
+0000086467 00000 n 
+0000086615 00000 n 
+0000086767 00000 n 
+0000086920 00000 n 
+0000087073 00000 n 
+0000087227 00000 n 
+0000087380 00000 n 
+0000087534 00000 n 
+0000087684 00000 n 
+0000087835 00000 n 
+0000087989 00000 n 
+0000088144 00000 n 
+0000088306 00000 n 
+0000088469 00000 n 
+0000088624 00000 n 
+0000088780 00000 n 
+0000088936 00000 n 
+0000089092 00000 n 
+0000089252 00000 n 
+0000089412 00000 n 
 0000089569 00000 n 
-0000089738 00000 n 
-0000089906 00000 n 
-0000090074 00000 n 
-0000090236 00000 n 
-0000090398 00000 n 
-0000090568 00000 n 
-0000090738 00000 n 
-0000090905 00000 n 
-0000091072 00000 n 
-0000091245 00000 n 
-0000091418 00000 n 
-0000091586 00000 n 
-0000091754 00000 n 
-0000091923 00000 n 
-0000092092 00000 n 
-0000092263 00000 n 
-0000092434 00000 n 
-0000092589 00000 n 
-0000092744 00000 n 
-0000092914 00000 n 
-0000093085 00000 n 
-0000093239 00000 n 
-0000093394 00000 n 
-0000093549 00000 n 
-0000093703 00000 n 
-0000093862 00000 n 
-0000094020 00000 n 
-0000094169 00000 n 
-0000094317 00000 n 
-0000094471 00000 n 
-0000094624 00000 n 
-0000094771 00000 n 
-0000094917 00000 n 
-0000095064 00000 n 
-0000095211 00000 n 
-0000095365 00000 n 
-0000095518 00000 n 
-0000095670 00000 n 
-0000095821 00000 n 
-0000095988 00000 n 
-0000096154 00000 n 
-0000096308 00000 n 
-0000096462 00000 n 
-0000096609 00000 n 
-0000096755 00000 n 
-0000096902 00000 n 
-0000097048 00000 n 
-0000097216 00000 n 
-0000097383 00000 n 
-0000097546 00000 n 
-0000097708 00000 n 
-0000097864 00000 n 
-0000098019 00000 n 
-0000098168 00000 n 
-0000098317 00000 n 
-0000098475 00000 n 
-0000098632 00000 n 
-0000098776 00000 n 
-0000001480 00000 f 
-0000966137 00000 n 
-0000378714 00000 n 
-0000378839 00000 n 
-0000379216 00000 n 
-0000379530 00000 n 
-0000383637 00000 n 
-0000386608 00000 n 
-0000393135 00000 n 
-0000393260 00000 n 
-0000394582 00000 n 
-0000397445 00000 n 
-0000397633 00000 n 
-0000398328 00000 n 
-0000398769 00000 n 
-0000399211 00000 n 
-0000403863 00000 n 
-0000412011 00000 n 
-0000412261 00000 n 
-0000414473 00000 n 
-0000415167 00000 n 
-0000415355 00000 n 
-0000415543 00000 n 
-0000415730 00000 n 
-0000415981 00000 n 
-0000416170 00000 n 
-0000419295 00000 n 
-0000419923 00000 n 
-0000420684 00000 n 
-0000419107 00000 n 
-0000426164 00000 n 
-0000426352 00000 n 
-0000435624 00000 n 
-0000441325 00000 n 
-0000441831 00000 n 
-0000442079 00000 n 
-0000453474 00000 n 
-0000458603 00000 n 
-0000459615 00000 n 
-0000459804 00000 n 
-0000458541 00000 n 
-0000464825 00000 n 
-0000465329 00000 n 
-0000469462 00000 n 
-0000470282 00000 n 
-0000475501 00000 n 
-0000479282 00000 n 
-0000171965 00000 n 
-0000156462 00000 n 
-0000099162 00000 n 
-0000171902 00000 n 
-0000157444 00000 n 
-0000157597 00000 n 
-0000157751 00000 n 
-0000157902 00000 n 
-0000158053 00000 n 
-0000158207 00000 n 
-0000158360 00000 n 
-0000158521 00000 n 
-0000158681 00000 n 
-0000158843 00000 n 
-0000159004 00000 n 
-0000159157 00000 n 
-0000159309 00000 n 
-0000159463 00000 n 
-0000159616 00000 n 
-0000159769 00000 n 
-0000159921 00000 n 
-0000160080 00000 n 
-0000160238 00000 n 
-0000160396 00000 n 
-0000160555 00000 n 
-0000160709 00000 n 
-0000160862 00000 n 
-0000161012 00000 n 
-0000161162 00000 n 
-0000161309 00000 n 
-0000161455 00000 n 
-0000161601 00000 n 
-0000161746 00000 n 
-0000161892 00000 n 
-0000162038 00000 n 
-0000162185 00000 n 
-0000162331 00000 n 
-0000162502 00000 n 
-0000162672 00000 n 
-0000162819 00000 n 
-0000162965 00000 n 
-0000163112 00000 n 
-0000163259 00000 n 
-0000163407 00000 n 
-0000163554 00000 n 
-0000163701 00000 n 
-0000163847 00000 n 
-0000163995 00000 n 
-0000164142 00000 n 
-0000164299 00000 n 
-0000164456 00000 n 
-0000164609 00000 n 
-0000164762 00000 n 
-0000164914 00000 n 
-0000165066 00000 n 
-0000165220 00000 n 
-0000165373 00000 n 
-0000165528 00000 n 
-0000165682 00000 n 
+0000089726 00000 n 
+0000089879 00000 n 
+0000090032 00000 n 
+0000090192 00000 n 
+0000090352 00000 n 
+0000090511 00000 n 
+0000090670 00000 n 
+0000090833 00000 n 
+0000090996 00000 n 
+0000091165 00000 n 
+0000091334 00000 n 
+0000091502 00000 n 
+0000091670 00000 n 
+0000091832 00000 n 
+0000091994 00000 n 
+0000092164 00000 n 
+0000092334 00000 n 
+0000092501 00000 n 
+0000092668 00000 n 
+0000092835 00000 n 
+0000093002 00000 n 
+0000093170 00000 n 
+0000093338 00000 n 
+0000093507 00000 n 
+0000093676 00000 n 
+0000093847 00000 n 
+0000094018 00000 n 
+0000094173 00000 n 
+0000094328 00000 n 
+0000094498 00000 n 
+0000094669 00000 n 
+0000094823 00000 n 
+0000094977 00000 n 
+0000095132 00000 n 
+0000095286 00000 n 
+0000095445 00000 n 
+0000095603 00000 n 
+0000095762 00000 n 
+0000095920 00000 n 
+0000096069 00000 n 
+0000096217 00000 n 
+0000096371 00000 n 
+0000096524 00000 n 
+0000096670 00000 n 
+0000096815 00000 n 
+0000096961 00000 n 
+0000097107 00000 n 
+0000097262 00000 n 
+0000097416 00000 n 
+0000097568 00000 n 
+0000097719 00000 n 
+0000097886 00000 n 
+0000098052 00000 n 
+0000098206 00000 n 
+0000098360 00000 n 
+0000098507 00000 n 
+0000098653 00000 n 
+0000098799 00000 n 
+0000098944 00000 n 
+0000099112 00000 n 
+0000099279 00000 n 
+0000099443 00000 n 
+0000099606 00000 n 
+0000099762 00000 n 
+0000099917 00000 n 
+0000100066 00000 n 
+0000100215 00000 n 
+0000100373 00000 n 
+0000001562 00000 f 
+0000998578 00000 n 
+0000396760 00000 n 
+0000396885 00000 n 
+0000397262 00000 n 
+0000397576 00000 n 
+0000401683 00000 n 
+0000404654 00000 n 
+0000411181 00000 n 
+0000411306 00000 n 
+0000412628 00000 n 
+0000415494 00000 n 
+0000415682 00000 n 
+0000416377 00000 n 
+0000416818 00000 n 
+0000417260 00000 n 
+0000421912 00000 n 
+0000433663 00000 n 
+0000433914 00000 n 
+0000434100 00000 n 
+0000434791 00000 n 
+0000434978 00000 n 
+0000435166 00000 n 
+0000433412 00000 n 
+0000438350 00000 n 
+0000438539 00000 n 
+0000438728 00000 n 
+0000439420 00000 n 
+0000443407 00000 n 
+0000443660 00000 n 
+0000444921 00000 n 
+0000448271 00000 n 
+0000448524 00000 n 
+0000455003 00000 n 
+0000459946 00000 n 
+0000460448 00000 n 
+0000460764 00000 n 
+0000472073 00000 n 
+0000477810 00000 n 
+0000481435 00000 n 
+0000481623 00000 n 
+0000482818 00000 n 
+0000486544 00000 n 
+0000487048 00000 n 
+0000487678 00000 n 
+0000492193 00000 n 
+0000497375 00000 n 
+0000173382 00000 n 
+0000157870 00000 n 
+0000100770 00000 n 
+0000173319 00000 n 
+0000158852 00000 n 
+0000158996 00000 n 
+0000159142 00000 n 
+0000159295 00000 n 
+0000159449 00000 n 
+0000159600 00000 n 
+0000159751 00000 n 
+0000159904 00000 n 
+0000160056 00000 n 
+0000160218 00000 n 
+0000160379 00000 n 
+0000160540 00000 n 
+0000160700 00000 n 
+0000160853 00000 n 
+0000161005 00000 n 
+0000161160 00000 n 
+0000161314 00000 n 
+0000161467 00000 n 
+0000161619 00000 n 
+0000161778 00000 n 
+0000161936 00000 n 
+0000162093 00000 n 
+0000162251 00000 n 
+0000162406 00000 n 
+0000162560 00000 n 
+0000162710 00000 n 
+0000162860 00000 n 
+0000163006 00000 n 
+0000163151 00000 n 
+0000163298 00000 n 
+0000163444 00000 n 
+0000163590 00000 n 
+0000163736 00000 n 
+0000163883 00000 n 
+0000164029 00000 n 
+0000164199 00000 n 
+0000164368 00000 n 
+0000164516 00000 n 
+0000164663 00000 n 
+0000164810 00000 n 
+0000164957 00000 n 
+0000165104 00000 n 
+0000165250 00000 n 
+0000165398 00000 n 
+0000165545 00000 n 
+0000165693 00000 n 
 0000165840 00000 n 
 0000165997 00000 n 
-0000166152 00000 n 
+0000166154 00000 n 
 0000166306 00000 n 
-0000166468 00000 n 
-0000166629 00000 n 
-0000166787 00000 n 
-0000166945 00000 n 
-0000167096 00000 n 
-0000167247 00000 n 
-0000167399 00000 n 
-0000167551 00000 n 
-0000167702 00000 n 
-0000167853 00000 n 
-0000168006 00000 n 
-0000168159 00000 n 
-0000168316 00000 n 
-0000168473 00000 n 
-0000168636 00000 n 
-0000168798 00000 n 
-0000168953 00000 n 
-0000169107 00000 n 
-0000169262 00000 n 
-0000169416 00000 n 
-0000169569 00000 n 
-0000169721 00000 n 
-0000169875 00000 n 
-0000170028 00000 n 
-0000170192 00000 n 
-0000170355 00000 n 
-0000170512 00000 n 
-0000170668 00000 n 
-0000170823 00000 n 
-0000170977 00000 n 
-0000171133 00000 n 
-0000171288 00000 n 
-0000171443 00000 n 
-0000171597 00000 n 
-0000171750 00000 n 
-0000480361 00000 n 
-0000483529 00000 n 
-0000483717 00000 n 
-0000484034 00000 n 
-0000484853 00000 n 
-0000485041 00000 n 
-0000489179 00000 n 
-0000489368 00000 n 
-0000489556 00000 n 
-0000489872 00000 n 
-0000494145 00000 n 
-0000495279 00000 n 
-0000495405 00000 n 
-0000495594 00000 n 
-0000493640 00000 n 
-0000502318 00000 n 
-0000503324 00000 n 
-0000503512 00000 n 
-0000506350 00000 n 
-0000510215 00000 n 
-0000510404 00000 n 
-0000514087 00000 n 
-0000517770 00000 n 
-0000517896 00000 n 
-0000527705 00000 n 
-0000527831 00000 n 
-0000528145 00000 n 
-0000531480 00000 n 
-0000532233 00000 n 
-0000539161 00000 n 
-0000542670 00000 n 
-0000543175 00000 n 
-0000543994 00000 n 
-0000547409 00000 n 
-0000548101 00000 n 
-0000551563 00000 n 
-0000551944 00000 n 
-0000553779 00000 n 
-0000556150 00000 n 
-0000557286 00000 n 
-0000558110 00000 n 
-0000558299 00000 n 
-0000561990 00000 n 
-0000562430 00000 n 
-0000562874 00000 n 
-0000573053 00000 n 
-0000573688 00000 n 
-0000242460 00000 n 
-0000226729 00000 n 
+0000166458 00000 n 
+0000166609 00000 n 
+0000166760 00000 n 
+0000166915 00000 n 
+0000167069 00000 n 
+0000167224 00000 n 
+0000167378 00000 n 
+0000167541 00000 n 
+0000167703 00000 n 
+0000167861 00000 n 
+0000168018 00000 n 
+0000168173 00000 n 
+0000168327 00000 n 
+0000168491 00000 n 
+0000168654 00000 n 
+0000168815 00000 n 
+0000168975 00000 n 
+0000169133 00000 n 
+0000169291 00000 n 
+0000169442 00000 n 
+0000169593 00000 n 
+0000169746 00000 n 
+0000169899 00000 n 
+0000170050 00000 n 
+0000170201 00000 n 
+0000170354 00000 n 
+0000170507 00000 n 
+0000170663 00000 n 
+0000170819 00000 n 
+0000170981 00000 n 
+0000171142 00000 n 
+0000171297 00000 n 
+0000171451 00000 n 
+0000171606 00000 n 
+0000171760 00000 n 
+0000171914 00000 n 
 0000172067 00000 n 
-0000242397 00000 n 
-0000227711 00000 n 
-0000227860 00000 n 
-0000228009 00000 n 
-0000228157 00000 n 
-0000228305 00000 n 
-0000228454 00000 n 
-0000228603 00000 n 
-0000228751 00000 n 
-0000228898 00000 n 
-0000229046 00000 n 
-0000229193 00000 n 
-0000229340 00000 n 
-0000229486 00000 n 
-0000229633 00000 n 
-0000229779 00000 n 
-0000229927 00000 n 
-0000230074 00000 n 
-0000230222 00000 n 
-0000230369 00000 n 
-0000230517 00000 n 
-0000230664 00000 n 
-0000230816 00000 n 
-0000230968 00000 n 
-0000231135 00000 n 
-0000231301 00000 n 
-0000231461 00000 n 
+0000172221 00000 n 
+0000172374 00000 n 
+0000172538 00000 n 
+0000172701 00000 n 
+0000172857 00000 n 
+0000173012 00000 n 
+0000173166 00000 n 
+0000498262 00000 n 
+0000502348 00000 n 
+0000502663 00000 n 
+0000502852 00000 n 
+0000503169 00000 n 
+0000507304 00000 n 
+0000507492 00000 n 
+0000507932 00000 n 
+0000508120 00000 n 
+0000511688 00000 n 
+0000512004 00000 n 
+0000513526 00000 n 
+0000517409 00000 n 
+0000517535 00000 n 
+0000517724 00000 n 
+0000518230 00000 n 
+0000523932 00000 n 
+0000524938 00000 n 
+0000525127 00000 n 
+0000527963 00000 n 
+0000532352 00000 n 
+0000532541 00000 n 
+0000535531 00000 n 
+0000539220 00000 n 
+0000539346 00000 n 
+0000549606 00000 n 
+0000549732 00000 n 
+0000552894 00000 n 
+0000553020 00000 n 
+0000553524 00000 n 
+0000554848 00000 n 
+0000565266 00000 n 
+0000565518 00000 n 
+0000566212 00000 n 
+0000566715 00000 n 
+0000570584 00000 n 
+0000571403 00000 n 
+0000574805 00000 n 
+0000575747 00000 n 
+0000576126 00000 n 
+0000580243 00000 n 
+0000580369 00000 n 
+0000581630 00000 n 
+0000582454 00000 n 
+0000585134 00000 n 
+0000586460 00000 n 
+0000586901 00000 n 
+0000245461 00000 n 
+0000229709 00000 n 
+0000173484 00000 n 
+0000245398 00000 n 
+0000230691 00000 n 
+0000230847 00000 n 
+0000231002 00000 n 
+0000231158 00000 n 
+0000231313 00000 n 
+0000231467 00000 n 
 0000231620 00000 n 
-0000231774 00000 n 
-0000231927 00000 n 
-0000232086 00000 n 
-0000232244 00000 n 
-0000232402 00000 n 
-0000232560 00000 n 
-0000232724 00000 n 
-0000232887 00000 n 
-0000233037 00000 n 
-0000233188 00000 n 
-0000233341 00000 n 
-0000233494 00000 n 
-0000233655 00000 n 
-0000233815 00000 n 
-0000233979 00000 n 
-0000234142 00000 n 
-0000001936 00000 f 
-0000966047 00000 n 
-0000234304 00000 n 
-0000234465 00000 n 
-0000234622 00000 n 
-0000234779 00000 n 
-0000234945 00000 n 
-0000235110 00000 n 
-0000235272 00000 n 
-0000235433 00000 n 
-0000235598 00000 n 
-0000235762 00000 n 
-0000235923 00000 n 
-0000236084 00000 n 
-0000236253 00000 n 
-0000236421 00000 n 
-0000236596 00000 n 
-0000236770 00000 n 
-0000236930 00000 n 
-0000237090 00000 n 
-0000237259 00000 n 
-0000237427 00000 n 
-0000237582 00000 n 
-0000237737 00000 n 
-0000237890 00000 n 
-0000238043 00000 n 
-0000238200 00000 n 
-0000238357 00000 n 
-0000238518 00000 n 
-0000238679 00000 n 
-0000238838 00000 n 
-0000238996 00000 n 
-0000239153 00000 n 
-0000239309 00000 n 
-0000239468 00000 n 
-0000239626 00000 n 
-0000239785 00000 n 
-0000239944 00000 n 
-0000240108 00000 n 
-0000240271 00000 n 
-0000240424 00000 n 
-0000240577 00000 n 
-0000240743 00000 n 
-0000240909 00000 n 
-0000241057 00000 n 
-0000241205 00000 n 
-0000241353 00000 n 
-0000241500 00000 n 
-0000241646 00000 n 
-0000241792 00000 n 
-0000241945 00000 n 
-0000242098 00000 n 
-0000242248 00000 n 
-0000574004 00000 n 
-0000578563 00000 n 
-0000579068 00000 n 
-0000579892 00000 n 
-0000584265 00000 n 
-0000584894 00000 n 
-0000588268 00000 n 
-0000588392 00000 n 
-0000588644 00000 n 
-0000590659 00000 n 
-0000591540 00000 n 
-0000592041 00000 n 
-0000596817 00000 n 
-0000600570 00000 n 
-0000601577 00000 n 
-0000605791 00000 n 
-0000608849 00000 n 
-0000612901 00000 n 
-0000613217 00000 n 
-0000613342 00000 n 
-0000613531 00000 n 
-0000614675 00000 n 
-0000614928 00000 n 
-0000617630 00000 n 
-0000617818 00000 n 
-0000619142 00000 n 
-0000622433 00000 n 
-0000622559 00000 n 
-0000630700 00000 n 
-0000631270 00000 n 
-0000631396 00000 n 
-0000634714 00000 n 
-0000634840 00000 n 
-0000635661 00000 n 
-0000635913 00000 n 
-0000636672 00000 n 
-0000641507 00000 n 
-0000645724 00000 n 
-0000646927 00000 n 
-0000656215 00000 n 
-0000656784 00000 n 
-0000670673 00000 n 
-0000675023 00000 n 
-0000678723 00000 n 
-0000680429 00000 n 
-0000691796 00000 n 
-0000691922 00000 n 
-0000315621 00000 n 
-0000300433 00000 n 
-0000242576 00000 n 
-0000315558 00000 n 
-0000301397 00000 n 
-0000301544 00000 n 
-0000301690 00000 n 
-0000301837 00000 n 
-0000301983 00000 n 
-0000302130 00000 n 
-0000302276 00000 n 
-0000302427 00000 n 
-0000302578 00000 n 
-0000302726 00000 n 
-0000302874 00000 n 
-0000303028 00000 n 
-0000303182 00000 n 
-0000303334 00000 n 
-0000303486 00000 n 
-0000303637 00000 n 
-0000303788 00000 n 
-0000303940 00000 n 
-0000304092 00000 n 
-0000304240 00000 n 
-0000304388 00000 n 
-0000304539 00000 n 
-0000304689 00000 n 
-0000304840 00000 n 
-0000304990 00000 n 
-0000305142 00000 n 
-0000305293 00000 n 
-0000305451 00000 n 
-0000305608 00000 n 
-0000305755 00000 n 
-0000305902 00000 n 
-0000306054 00000 n 
-0000306207 00000 n 
-0000306361 00000 n 
-0000306515 00000 n 
-0000306674 00000 n 
-0000306832 00000 n 
-0000306991 00000 n 
-0000307149 00000 n 
-0000307312 00000 n 
-0000307474 00000 n 
-0000307638 00000 n 
-0000307801 00000 n 
-0000307961 00000 n 
-0000308120 00000 n 
-0000308286 00000 n 
-0000308451 00000 n 
-0000308619 00000 n 
-0000308786 00000 n 
-0000308940 00000 n 
-0000309094 00000 n 
-0000309241 00000 n 
-0000309387 00000 n 
-0000309542 00000 n 
-0000309696 00000 n 
-0000309850 00000 n 
-0000310003 00000 n 
+0000231775 00000 n 
+0000231930 00000 n 
+0000232091 00000 n 
+0000232251 00000 n 
+0000232412 00000 n 
+0000232572 00000 n 
+0000232735 00000 n 
+0000232897 00000 n 
+0000233051 00000 n 
+0000233205 00000 n 
+0000233365 00000 n 
+0000233524 00000 n 
+0000233686 00000 n 
+0000233847 00000 n 
+0000233996 00000 n 
+0000234145 00000 n 
+0000234293 00000 n 
+0000234441 00000 n 
+0000234589 00000 n 
+0000234737 00000 n 
+0000234884 00000 n 
+0000235030 00000 n 
+0000235178 00000 n 
+0000235325 00000 n 
+0000235473 00000 n 
+0000235620 00000 n 
+0000235768 00000 n 
+0000235915 00000 n 
+0000236063 00000 n 
+0000236210 00000 n 
+0000236358 00000 n 
+0000236505 00000 n 
+0000236652 00000 n 
+0000236798 00000 n 
+0000236949 00000 n 
+0000237100 00000 n 
+0000237267 00000 n 
+0000237433 00000 n 
+0000237600 00000 n 
+0000237766 00000 n 
+0000237927 00000 n 
+0000238087 00000 n 
+0000238242 00000 n 
+0000238396 00000 n 
+0000238555 00000 n 
+0000238713 00000 n 
+0000238870 00000 n 
+0000239027 00000 n 
+0000239190 00000 n 
+0000239352 00000 n 
+0000239501 00000 n 
+0000239651 00000 n 
+0000239805 00000 n 
+0000239959 00000 n 
+0000240120 00000 n 
+0000240280 00000 n 
+0000240443 00000 n 
+0000240605 00000 n 
+0000002029 00000 f 
+0000998488 00000 n 
+0000240766 00000 n 
+0000240926 00000 n 
+0000241083 00000 n 
+0000241240 00000 n 
+0000241406 00000 n 
+0000241571 00000 n 
+0000241734 00000 n 
+0000241896 00000 n 
+0000242062 00000 n 
+0000242227 00000 n 
+0000242388 00000 n 
+0000242549 00000 n 
+0000242717 00000 n 
+0000242884 00000 n 
+0000243058 00000 n 
+0000243231 00000 n 
+0000243391 00000 n 
+0000243551 00000 n 
+0000243720 00000 n 
+0000243888 00000 n 
+0000244036 00000 n 
+0000244184 00000 n 
+0000244338 00000 n 
+0000244492 00000 n 
+0000244643 00000 n 
+0000244794 00000 n 
+0000244944 00000 n 
+0000245094 00000 n 
+0000245246 00000 n 
+0000587344 00000 n 
+0000598207 00000 n 
+0000601857 00000 n 
+0000602173 00000 n 
+0000602426 00000 n 
+0000607149 00000 n 
+0000607338 00000 n 
+0000607526 00000 n 
+0000607778 00000 n 
+0000608158 00000 n 
+0000611796 00000 n 
+0000612927 00000 n 
+0000613431 00000 n 
+0000617396 00000 n 
+0000616574 00000 n 
+0000622154 00000 n 
+0000623284 00000 n 
+0000625083 00000 n 
+0000625271 00000 n 
+0000625523 00000 n 
+0000629093 00000 n 
+0000629595 00000 n 
+0000630162 00000 n 
+0000634846 00000 n 
+0000635856 00000 n 
+0000639304 00000 n 
+0000643693 00000 n 
+0000644705 00000 n 
+0000649699 00000 n 
+0000650015 00000 n 
+0000650140 00000 n 
+0000650329 00000 n 
+0000651473 00000 n 
+0000651726 00000 n 
+0000654429 00000 n 
+0000654617 00000 n 
+0000655941 00000 n 
+0000659248 00000 n 
+0000659374 00000 n 
+0000667121 00000 n 
+0000667692 00000 n 
+0000667818 00000 n 
+0000671205 00000 n 
+0000671331 00000 n 
+0000671582 00000 n 
+0000676922 00000 n 
+0000684079 00000 n 
+0000318572 00000 n 
+0000302920 00000 n 
+0000245577 00000 n 
+0000318509 00000 n 
+0000303902 00000 n 
+0000304050 00000 n 
+0000304198 00000 n 
+0000304349 00000 n 
+0000304499 00000 n 
+0000304651 00000 n 
+0000304802 00000 n 
+0000304954 00000 n 
+0000305105 00000 n 
+0000305263 00000 n 
+0000305420 00000 n 
+0000305575 00000 n 
+0000305729 00000 n 
+0000305876 00000 n 
+0000306022 00000 n 
+0000306185 00000 n 
+0000306347 00000 n 
+0000306499 00000 n 
+0000306652 00000 n 
+0000306807 00000 n 
+0000306961 00000 n 
+0000307116 00000 n 
+0000307270 00000 n 
+0000307424 00000 n 
+0000307578 00000 n 
+0000307733 00000 n 
+0000307887 00000 n 
+0000308046 00000 n 
+0000308204 00000 n 
+0000308364 00000 n 
+0000308523 00000 n 
+0000308686 00000 n 
+0000308848 00000 n 
+0000309012 00000 n 
+0000309175 00000 n 
+0000309335 00000 n 
+0000309494 00000 n 
+0000309660 00000 n 
+0000309825 00000 n 
+0000309992 00000 n 
 0000310158 00000 n 
 0000310312 00000 n 
-0000310470 00000 n 
-0000310627 00000 n 
-0000310785 00000 n 
-0000310943 00000 n 
-0000311105 00000 n 
-0000311266 00000 n 
-0000311427 00000 n 
-0000311587 00000 n 
-0000311747 00000 n 
-0000311906 00000 n 
-0000312068 00000 n 
-0000312229 00000 n 
-0000312380 00000 n 
-0000312532 00000 n 
-0000312683 00000 n 
-0000312833 00000 n 
+0000310466 00000 n 
+0000310614 00000 n 
+0000310761 00000 n 
+0000310915 00000 n 
+0000311068 00000 n 
+0000311226 00000 n 
+0000311383 00000 n 
+0000311540 00000 n 
+0000311697 00000 n 
+0000311859 00000 n 
+0000312020 00000 n 
+0000312182 00000 n 
+0000312343 00000 n 
+0000312502 00000 n 
+0000312660 00000 n 
+0000312822 00000 n 
 0000312983 00000 n 
-0000313132 00000 n 
-0000313279 00000 n 
-0000313425 00000 n 
-0000313572 00000 n 
-0000313718 00000 n 
-0000313866 00000 n 
-0000314014 00000 n 
-0000314164 00000 n 
-0000314314 00000 n 
-0000314474 00000 n 
-0000314633 00000 n 
-0000314793 00000 n 
-0000314952 00000 n 
-0000315109 00000 n 
-0000315265 00000 n 
-0000315412 00000 n 
-0000692111 00000 n 
-0000692742 00000 n 
-0000693185 00000 n 
-0000693438 00000 n 
-0000697093 00000 n 
-0000697219 00000 n 
-0000697470 00000 n 
-0000698480 00000 n 
-0000706691 00000 n 
-0000758280 00000 n 
-0000761772 00000 n 
-0000762971 00000 n 
-0000763160 00000 n 
-0000767003 00000 n 
-0000767509 00000 n 
-0000767949 00000 n 
-0000771872 00000 n 
-0000772249 00000 n 
-0000772437 00000 n 
-0000775000 00000 n 
-0000775188 00000 n 
-0000775377 00000 n 
-0000775566 00000 n 
-0000775814 00000 n 
-0000776000 00000 n 
-0000776189 00000 n 
-0000779328 00000 n 
-0000779771 00000 n 
-0000780023 00000 n 
-0000783319 00000 n 
-0000783632 00000 n 
-0000783821 00000 n 
-0000784138 00000 n 
-0000788190 00000 n 
-0000794281 00000 n 
-0000794469 00000 n 
-0000794658 00000 n 
-0000798174 00000 n 
-0000798676 00000 n 
-0000799116 00000 n 
-0000802081 00000 n 
-0000802709 00000 n 
-0000806556 00000 n 
-0000806871 00000 n 
-0000810871 00000 n 
-0000811564 00000 n 
-0000366171 00000 n 
-0000355469 00000 n 
-0000315723 00000 n 
-0000366108 00000 n 
-0000356181 00000 n 
-0000356327 00000 n 
-0000356473 00000 n 
-0000356631 00000 n 
-0000356789 00000 n 
-0000356945 00000 n 
-0000357101 00000 n 
-0000357259 00000 n 
-0000357417 00000 n 
-0000357575 00000 n 
-0000357733 00000 n 
-0000357890 00000 n 
-0000358048 00000 n 
-0000358207 00000 n 
-0000358368 00000 n 
-0000358532 00000 n 
-0000358697 00000 n 
-0000358857 00000 n 
-0000359018 00000 n 
-0000359171 00000 n 
-0000359325 00000 n 
-0000359490 00000 n 
-0000359656 00000 n 
-0000359806 00000 n 
-0000359957 00000 n 
-0000360107 00000 n 
-0000360258 00000 n 
-0000360416 00000 n 
-0000360575 00000 n 
-0000360744 00000 n 
-0000360914 00000 n 
-0000361084 00000 n 
-0000361255 00000 n 
-0000361421 00000 n 
-0000361588 00000 n 
-0000361754 00000 n 
-0000361921 00000 n 
-0000362068 00000 n 
-0000362216 00000 n 
-0000362365 00000 n 
-0000362515 00000 n 
-0000362663 00000 n 
-0000362812 00000 n 
-0000362960 00000 n 
-0000363109 00000 n 
-0000363258 00000 n 
-0000363408 00000 n 
-0000363557 00000 n 
-0000363707 00000 n 
-0000363856 00000 n 
-0000364006 00000 n 
-0000364154 00000 n 
-0000364303 00000 n 
-0000364452 00000 n 
-0000364602 00000 n 
-0000364751 00000 n 
-0000364901 00000 n 
-0000365049 00000 n 
-0000365198 00000 n 
-0000365348 00000 n 
-0000365499 00000 n 
-0000365651 00000 n 
-0000365805 00000 n 
-0000365956 00000 n 
-0000966641 00000 n 
-0000815754 00000 n 
-0000881594 00000 n 
-0000881783 00000 n 
-0000882479 00000 n 
-0000882920 00000 n 
-0000883421 00000 n 
-0000886280 00000 n 
-0000887041 00000 n 
-0000891001 00000 n 
-0000893815 00000 n 
-0000894195 00000 n 
-0000898045 00000 n 
-0000898296 00000 n 
-0000900259 00000 n 
-0000902873 00000 n 
-0000902998 00000 n 
-0000904133 00000 n 
-0000909736 00000 n 
-0000915871 00000 n 
-0000916185 00000 n 
-0000916498 00000 n 
-0000920580 00000 n 
-0000920831 00000 n 
-0000924827 00000 n 
-0000930062 00000 n 
-0000930377 00000 n 
-0000930628 00000 n 
-0000933753 00000 n 
-0000933941 00000 n 
-0000934130 00000 n 
-0000934446 00000 n 
-0000938452 00000 n 
-0000375633 00000 n 
-0000373176 00000 n 
-0000366287 00000 n 
-0000375446 00000 n 
-0000373420 00000 n 
-0000373577 00000 n 
-0000373734 00000 n 
-0000373904 00000 n 
-0000374074 00000 n 
-0000374249 00000 n 
-0000374424 00000 n 
-0000374592 00000 n 
-0000374760 00000 n 
-0000374929 00000 n 
-0000375100 00000 n 
-0000375272 00000 n 
-0000758154 00000 n 
-0000618197 00000 n 
-0000618575 00000 n 
-0000619331 00000 n 
-0000890116 00000 n 
-0000890496 00000 n 
-0000380794 00000 n 
-0000378421 00000 n 
-0000375735 00000 n 
-0000378964 00000 n 
-0000379027 00000 n 
-0000379090 00000 n 
-0000378566 00000 n 
-0000379153 00000 n 
-0000379341 00000 n 
-0000379404 00000 n 
-0000379467 00000 n 
-0000379655 00000 n 
-0000379718 00000 n 
-0000379780 00000 n 
-0000379844 00000 n 
-0000379908 00000 n 
-0000379971 00000 n 
-0000380034 00000 n 
-0000380098 00000 n 
-0000380160 00000 n 
-0000380223 00000 n 
-0000380286 00000 n 
-0000380350 00000 n 
-0000380414 00000 n 
-0000380477 00000 n 
-0000380539 00000 n 
-0000380603 00000 n 
-0000380666 00000 n 
-0000380730 00000 n 
-0000386671 00000 n 
-0000383131 00000 n 
-0000380910 00000 n 
-0000383255 00000 n 
-0000383319 00000 n 
-0000383383 00000 n 
-0000383446 00000 n 
-0000383510 00000 n 
-0000383573 00000 n 
-0000383762 00000 n 
-0000383825 00000 n 
-0000383888 00000 n 
-0000383951 00000 n 
-0000384013 00000 n 
-0000384076 00000 n 
-0000384139 00000 n 
-0000384202 00000 n 
-0000384266 00000 n 
-0000384328 00000 n 
-0000384391 00000 n 
-0000384454 00000 n 
-0000384518 00000 n 
-0000384581 00000 n 
-0000384644 00000 n 
-0000384707 00000 n 
-0000384771 00000 n 
-0000384834 00000 n 
-0000384897 00000 n 
-0000384960 00000 n 
-0000385024 00000 n 
-0000385087 00000 n 
-0000385150 00000 n 
-0000385213 00000 n 
-0000385277 00000 n 
-0000385339 00000 n 
-0000385402 00000 n 
-0000385465 00000 n 
-0000385528 00000 n 
-0000385591 00000 n 
-0000385654 00000 n 
-0000385717 00000 n 
-0000385781 00000 n 
-0000385845 00000 n 
-0000385909 00000 n 
-0000385973 00000 n 
-0000386037 00000 n 
-0000386101 00000 n 
-0000386165 00000 n 
-0000386229 00000 n 
-0000386293 00000 n 
-0000386355 00000 n 
-0000386418 00000 n 
-0000386481 00000 n 
-0000386544 00000 n 
-0000389035 00000 n 
-0000388228 00000 n 
-0000386787 00000 n 
-0000388593 00000 n 
-0000388656 00000 n 
-0000388719 00000 n 
-0000388782 00000 n 
-0000388845 00000 n 
-0000001948 00000 f 
-0000965955 00000 n 
-0000388373 00000 n 
-0000388908 00000 n 
-0000388971 00000 n 
-0000944423 00000 n 
-0000394961 00000 n 
-0000391673 00000 n 
-0000389179 00000 n 
-0000393385 00000 n 
-0000393448 00000 n 
-0000393511 00000 n 
-0000002193 00000 f 
-0000965855 00000 n 
-0000393575 00000 n 
-0000391881 00000 n 
-0000392036 00000 n 
-0000393638 00000 n 
-0000393700 00000 n 
-0000393763 00000 n 
-0000393826 00000 n 
-0000393889 00000 n 
-0000393953 00000 n 
-0000394015 00000 n 
-0000394078 00000 n 
-0000394141 00000 n 
-0000392189 00000 n 
-0000394204 00000 n 
-0000392342 00000 n 
-0000394267 00000 n 
-0000392501 00000 n 
-0000394330 00000 n 
-0000392661 00000 n 
-0000394393 00000 n 
-0000392819 00000 n 
-0000394456 00000 n 
-0000392981 00000 n 
-0000394519 00000 n 
-0000394707 00000 n 
-0000394770 00000 n 
-0000394834 00000 n 
-0000394897 00000 n 
-0000399274 00000 n 
-0000397148 00000 n 
-0000395105 00000 n 
-0000397570 00000 n 
-0000397758 00000 n 
-0000397821 00000 n 
-0000397885 00000 n 
-0000397948 00000 n 
-0000398012 00000 n 
-0000398075 00000 n 
-0000398137 00000 n 
-0000398201 00000 n 
-0000398265 00000 n 
-0000398452 00000 n 
-0000398515 00000 n 
-0000398579 00000 n 
-0000398642 00000 n 
-0000398706 00000 n 
-0000398894 00000 n 
-0000398957 00000 n 
-0000397293 00000 n 
-0000399020 00000 n 
-0000399084 00000 n 
-0000399147 00000 n 
-0000966766 00000 n 
-0000944801 00000 n 
-0000405251 00000 n 
-0000402515 00000 n 
-0000399404 00000 n 
-0000403227 00000 n 
-0000403290 00000 n 
-0000403354 00000 n 
-0000403418 00000 n 
-0000403482 00000 n 
-0000403545 00000 n 
-0000403609 00000 n 
-0000403673 00000 n 
-0000403737 00000 n 
-0000403800 00000 n 
-0000403988 00000 n 
-0000404050 00000 n 
-0000402678 00000 n 
-0000404114 00000 n 
-0000404177 00000 n 
-0000404241 00000 n 
-0000404304 00000 n 
-0000404367 00000 n 
-0000404430 00000 n 
-0000404493 00000 n 
-0000404556 00000 n 
-0000402834 00000 n 
-0000402996 00000 n 
-0000404619 00000 n 
-0000404682 00000 n 
-0000404745 00000 n 
-0000404808 00000 n 
-0000404871 00000 n 
-0000404934 00000 n 
-0000404997 00000 n 
-0000405061 00000 n 
-0000405125 00000 n 
-0000405188 00000 n 
-0000412324 00000 n 
-0000407706 00000 n 
-0000405395 00000 n 
-0000409429 00000 n 
-0000409493 00000 n 
-0000409556 00000 n 
-0000409619 00000 n 
-0000409683 00000 n 
-0000409746 00000 n 
-0000409809 00000 n 
-0000409872 00000 n 
-0000409935 00000 n 
-0000409998 00000 n 
-0000410061 00000 n 
-0000410124 00000 n 
-0000407923 00000 n 
-0000410187 00000 n 
-0000410250 00000 n 
-0000410312 00000 n 
-0000410375 00000 n 
-0000410438 00000 n 
-0000410500 00000 n 
-0000408091 00000 n 
-0000410563 00000 n 
-0000410626 00000 n 
-0000410689 00000 n 
-0000410752 00000 n 
-0000410815 00000 n 
-0000410878 00000 n 
-0000410941 00000 n 
-0000411005 00000 n 
-0000411068 00000 n 
-0000408258 00000 n 
-0000411131 00000 n 
-0000411194 00000 n 
-0000408418 00000 n 
-0000411257 00000 n 
-0000411320 00000 n 
-0000408586 00000 n 
-0000411383 00000 n 
-0000411446 00000 n 
-0000408753 00000 n 
-0000411508 00000 n 
-0000411571 00000 n 
-0000408925 00000 n 
-0000411634 00000 n 
-0000411696 00000 n 
-0000409091 00000 n 
-0000411759 00000 n 
-0000411822 00000 n 
-0000409259 00000 n 
-0000411885 00000 n 
-0000411948 00000 n 
-0000412136 00000 n 
-0000412199 00000 n 
-0000416233 00000 n 
-0000414224 00000 n 
-0000412454 00000 n 
-0000414410 00000 n 
-0000414598 00000 n 
-0000414661 00000 n 
-0000414724 00000 n 
-0000414787 00000 n 
-0000414850 00000 n 
-0000414914 00000 n 
-0000414977 00000 n 
-0000415040 00000 n 
-0000415104 00000 n 
-0000415292 00000 n 
-0000415480 00000 n 
-0000415668 00000 n 
-0000415854 00000 n 
-0000415917 00000 n 
-0000416107 00000 n 
-0000420747 00000 n 
-0000418746 00000 n 
-0000416363 00000 n 
-0000419044 00000 n 
-0000419232 00000 n 
-0000419420 00000 n 
-0000419483 00000 n 
-0000419546 00000 n 
-0000419609 00000 n 
-0000418891 00000 n 
-0000419672 00000 n 
-0000419734 00000 n 
-0000419797 00000 n 
-0000419860 00000 n 
-0000420049 00000 n 
-0000420112 00000 n 
-0000420176 00000 n 
-0000420240 00000 n 
-0000420304 00000 n 
-0000420367 00000 n 
-0000420431 00000 n 
-0000420495 00000 n 
-0000420558 00000 n 
-0000420621 00000 n 
-0000426856 00000 n 
-0000423762 00000 n 
-0000420877 00000 n 
-0000424708 00000 n 
-0000424834 00000 n 
-0000424897 00000 n 
-0000423943 00000 n 
-0000425024 00000 n 
-0000425087 00000 n 
-0000425150 00000 n 
-0000425213 00000 n 
-0000425276 00000 n 
-0000425339 00000 n 
-0000425402 00000 n 
-0000425466 00000 n 
-0000425530 00000 n 
-0000425593 00000 n 
-0000425657 00000 n 
-0000425720 00000 n 
-0000425783 00000 n 
-0000425847 00000 n 
-0000425911 00000 n 
-0000425974 00000 n 
-0000426037 00000 n 
-0000426100 00000 n 
-0000426290 00000 n 
-0000424095 00000 n 
-0000424244 00000 n 
-0000424398 00000 n 
-0000426478 00000 n 
-0000426541 00000 n 
-0000424550 00000 n 
-0000426605 00000 n 
-0000426730 00000 n 
-0000426793 00000 n 
-0000432015 00000 n 
-0000429501 00000 n 
-0000427000 00000 n 
-0000429800 00000 n 
-0000429863 00000 n 
-0000429926 00000 n 
-0000429989 00000 n 
-0000430053 00000 n 
-0000430116 00000 n 
-0000430179 00000 n 
-0000430304 00000 n 
-0000430366 00000 n 
-0000430429 00000 n 
-0000430492 00000 n 
-0000430555 00000 n 
-0000430618 00000 n 
-0000430682 00000 n 
-0000430808 00000 n 
-0000430871 00000 n 
-0000430935 00000 n 
-0000002400 00000 f 
-0000965757 00000 n 
-0000430999 00000 n 
-0000429646 00000 n 
-0000431063 00000 n 
-0000431126 00000 n 
-0000431190 00000 n 
-0000431254 00000 n 
-0000431318 00000 n 
-0000431382 00000 n 
-0000431446 00000 n 
-0000431509 00000 n 
-0000431573 00000 n 
-0000431636 00000 n 
-0000431699 00000 n 
-0000431762 00000 n 
-0000431826 00000 n 
-0000431952 00000 n 
-0000966891 00000 n 
-0000437582 00000 n 
-0000434563 00000 n 
-0000432187 00000 n 
-0000434863 00000 n 
-0000434926 00000 n 
-0000434989 00000 n 
-0000435053 00000 n 
-0000435117 00000 n 
-0000435181 00000 n 
-0000435244 00000 n 
-0000435308 00000 n 
-0000435372 00000 n 
-0000435436 00000 n 
-0000435498 00000 n 
-0000435561 00000 n 
-0000435750 00000 n 
-0000435876 00000 n 
-0000435939 00000 n 
-0000436003 00000 n 
-0000436067 00000 n 
-0000434708 00000 n 
-0000436131 00000 n 
-0000436194 00000 n 
-0000436257 00000 n 
-0000436320 00000 n 
-0000436383 00000 n 
-0000436446 00000 n 
-0000436509 00000 n 
-0000436572 00000 n 
-0000436636 00000 n 
-0000436700 00000 n 
-0000436826 00000 n 
-0000436889 00000 n 
-0000436951 00000 n 
-0000437012 00000 n 
-0000437075 00000 n 
-0000437138 00000 n 
-0000437201 00000 n 
-0000437264 00000 n 
-0000437327 00000 n 
-0000437390 00000 n 
-0000437454 00000 n 
-0000437518 00000 n 
-0000443405 00000 n 
-0000440603 00000 n 
-0000437740 00000 n 
-0000441262 00000 n 
-0000441451 00000 n 
-0000441514 00000 n 
-0000441578 00000 n 
-0000441641 00000 n 
-0000441704 00000 n 
-0000441767 00000 n 
-0000441953 00000 n 
-0000440766 00000 n 
-0000442016 00000 n 
-0000442204 00000 n 
-0000440935 00000 n 
-0000441098 00000 n 
-0000442267 00000 n 
-0000442393 00000 n 
-0000442456 00000 n 
-0000442519 00000 n 
-0000442582 00000 n 
-0000442646 00000 n 
-0000442710 00000 n 
-0000442772 00000 n 
-0000442836 00000 n 
-0000442900 00000 n 
-0000442963 00000 n 
+0000313134 00000 n 
+0000313286 00000 n 
+0000313437 00000 n 
+0000313587 00000 n 
+0000313736 00000 n 
+0000313884 00000 n 
+0000314032 00000 n 
+0000314179 00000 n 
+0000314326 00000 n 
+0000314472 00000 n 
+0000314619 00000 n 
+0000314766 00000 n 
+0000314916 00000 n 
+0000315066 00000 n 
+0000315226 00000 n 
+0000315385 00000 n 
+0000315545 00000 n 
+0000315704 00000 n 
+0000315861 00000 n 
+0000316017 00000 n 
+0000316165 00000 n 
+0000316312 00000 n 
+0000316467 00000 n 
+0000316622 00000 n 
+0000316775 00000 n 
+0000316928 00000 n 
+0000317085 00000 n 
+0000317242 00000 n 
+0000317403 00000 n 
+0000317564 00000 n 
+0000317723 00000 n 
+0000317881 00000 n 
+0000318037 00000 n 
+0000318192 00000 n 
+0000318351 00000 n 
+0000682503 00000 n 
+0000738696 00000 n 
+0000739895 00000 n 
+0000740084 00000 n 
+0000738634 00000 n 
+0000744774 00000 n 
+0000745216 00000 n 
+0000745655 00000 n 
+0000749815 00000 n 
+0000749941 00000 n 
+0000755121 00000 n 
+0000755436 00000 n 
+0000758772 00000 n 
+0000759150 00000 n 
+0000759339 00000 n 
+0000759528 00000 n 
+0000759717 00000 n 
+0000759906 00000 n 
+0000762151 00000 n 
+0000762403 00000 n 
+0000762592 00000 n 
+0000762781 00000 n 
+0000763223 00000 n 
+0000766307 00000 n 
+0000766621 00000 n 
+0000766808 00000 n 
+0000767124 00000 n 
+0000766056 00000 n 
+0000777436 00000 n 
+0000777625 00000 n 
+0000777814 00000 n 
+0000778253 00000 n 
+0000781803 00000 n 
+0000782243 00000 n 
+0000782495 00000 n 
+0000786425 00000 n 
+0000790356 00000 n 
+0000790670 00000 n 
+0000791301 00000 n 
+0000794876 00000 n 
+0000797959 00000 n 
+0000798085 00000 n 
+0000798906 00000 n 
+0000799158 00000 n 
+0000799917 00000 n 
+0000804753 00000 n 
+0000808970 00000 n 
+0000384217 00000 n 
+0000370269 00000 n 
+0000318674 00000 n 
+0000384154 00000 n 
+0000371161 00000 n 
+0000371321 00000 n 
+0000371481 00000 n 
+0000371645 00000 n 
+0000371808 00000 n 
+0000371961 00000 n 
+0000372114 00000 n 
+0000372280 00000 n 
+0000372446 00000 n 
+0000372600 00000 n 
+0000372754 00000 n 
+0000372904 00000 n 
+0000373053 00000 n 
+0000373199 00000 n 
+0000373344 00000 n 
+0000373491 00000 n 
+0000373637 00000 n 
+0000373784 00000 n 
+0000373930 00000 n 
+0000374082 00000 n 
+0000374234 00000 n 
+0000374380 00000 n 
+0000374526 00000 n 
+0000374683 00000 n 
+0000374840 00000 n 
+0000374997 00000 n 
+0000375154 00000 n 
+0000375312 00000 n 
+0000375470 00000 n 
+0000375628 00000 n 
+0000375786 00000 n 
+0000375943 00000 n 
+0000376100 00000 n 
+0000376259 00000 n 
+0000376419 00000 n 
+0000376583 00000 n 
+0000376747 00000 n 
+0000376907 00000 n 
+0000377068 00000 n 
+0000377221 00000 n 
+0000377375 00000 n 
+0000377540 00000 n 
+0000377706 00000 n 
+0000377855 00000 n 
+0000378005 00000 n 
+0000378155 00000 n 
+0000378306 00000 n 
+0000378463 00000 n 
+0000378621 00000 n 
+0000378790 00000 n 
+0000378960 00000 n 
+0000379130 00000 n 
+0000379301 00000 n 
+0000379466 00000 n 
+0000379632 00000 n 
+0000379798 00000 n 
+0000379965 00000 n 
+0000380111 00000 n 
+0000380258 00000 n 
+0000380407 00000 n 
+0000380557 00000 n 
+0000380706 00000 n 
+0000380856 00000 n 
+0000381005 00000 n 
+0000381155 00000 n 
+0000381304 00000 n 
+0000381454 00000 n 
+0000381603 00000 n 
+0000381753 00000 n 
+0000381901 00000 n 
+0000382050 00000 n 
+0000382199 00000 n 
+0000382349 00000 n 
+0000382498 00000 n 
+0000382648 00000 n 
+0000382797 00000 n 
+0000382947 00000 n 
+0000383096 00000 n 
+0000383246 00000 n 
+0000383396 00000 n 
+0000383547 00000 n 
+0000383698 00000 n 
+0000383851 00000 n 
+0000384002 00000 n 
+0000999082 00000 n 
+0000810173 00000 n 
+0000819461 00000 n 
+0000820030 00000 n 
+0000833919 00000 n 
+0000838357 00000 n 
+0000838483 00000 n 
+0000838672 00000 n 
+0000841231 00000 n 
+0000841673 00000 n 
+0000841926 00000 n 
+0000844860 00000 n 
+0000913775 00000 n 
+0000913964 00000 n 
+0000914660 00000 n 
+0000915101 00000 n 
+0000915602 00000 n 
+0000918459 00000 n 
+0000919220 00000 n 
+0000923179 00000 n 
+0000925993 00000 n 
+0000926373 00000 n 
+0000930223 00000 n 
+0000930474 00000 n 
+0000932437 00000 n 
+0000935036 00000 n 
+0000935161 00000 n 
+0000936296 00000 n 
+0000942145 00000 n 
+0000948296 00000 n 
+0000948610 00000 n 
+0000948923 00000 n 
+0000953005 00000 n 
+0000953256 00000 n 
+0000957252 00000 n 
+0000962488 00000 n 
+0000962803 00000 n 
+0000963054 00000 n 
+0000966180 00000 n 
+0000966369 00000 n 
+0000966559 00000 n 
+0000966876 00000 n 
+0000970883 00000 n 
+0000393678 00000 n 
+0000391221 00000 n 
+0000384333 00000 n 
+0000393491 00000 n 
+0000391465 00000 n 
+0000391622 00000 n 
+0000391779 00000 n 
+0000391949 00000 n 
+0000392119 00000 n 
+0000392294 00000 n 
+0000392469 00000 n 
+0000392637 00000 n 
+0000392805 00000 n 
+0000392974 00000 n 
+0000393145 00000 n 
+0000393317 00000 n 
+0000684393 00000 n 
+0000654996 00000 n 
+0000655374 00000 n 
+0000656130 00000 n 
+0000922294 00000 n 
+0000922674 00000 n 
+0000398840 00000 n 
+0000396467 00000 n 
+0000393780 00000 n 
+0000397010 00000 n 
+0000397073 00000 n 
+0000397136 00000 n 
+0000396612 00000 n 
+0000397199 00000 n 
+0000397387 00000 n 
+0000397450 00000 n 
+0000397513 00000 n 
+0000397701 00000 n 
+0000397764 00000 n 
+0000397826 00000 n 
+0000397890 00000 n 
+0000397954 00000 n 
+0000398017 00000 n 
+0000398080 00000 n 
+0000398144 00000 n 
+0000398206 00000 n 
+0000398269 00000 n 
+0000398332 00000 n 
+0000398396 00000 n 
+0000398460 00000 n 
+0000398523 00000 n 
+0000398585 00000 n 
+0000398649 00000 n 
+0000398712 00000 n 
+0000398776 00000 n 
+0000404717 00000 n 
+0000401177 00000 n 
+0000398956 00000 n 
+0000401301 00000 n 
+0000401365 00000 n 
+0000401429 00000 n 
+0000401492 00000 n 
+0000401556 00000 n 
+0000401619 00000 n 
+0000401808 00000 n 
+0000401871 00000 n 
+0000401934 00000 n 
+0000401997 00000 n 
+0000402059 00000 n 
+0000402122 00000 n 
+0000402185 00000 n 
+0000402248 00000 n 
+0000402312 00000 n 
+0000402374 00000 n 
+0000402437 00000 n 
+0000402500 00000 n 
+0000402564 00000 n 
+0000402627 00000 n 
+0000402690 00000 n 
+0000402753 00000 n 
+0000402817 00000 n 
+0000402880 00000 n 
+0000402943 00000 n 
+0000403006 00000 n 
+0000403070 00000 n 
+0000403133 00000 n 
+0000403196 00000 n 
+0000403259 00000 n 
+0000403323 00000 n 
+0000403385 00000 n 
+0000403448 00000 n 
+0000403511 00000 n 
+0000403574 00000 n 
+0000403637 00000 n 
+0000403700 00000 n 
+0000403763 00000 n 
+0000403827 00000 n 
+0000403891 00000 n 
+0000403955 00000 n 
+0000404019 00000 n 
+0000404083 00000 n 
+0000404147 00000 n 
+0000404211 00000 n 
+0000404275 00000 n 
+0000404339 00000 n 
+0000404401 00000 n 
+0000404464 00000 n 
+0000404527 00000 n 
+0000404590 00000 n 
+0000407081 00000 n 
+0000406274 00000 n 
+0000404833 00000 n 
+0000406639 00000 n 
+0000406702 00000 n 
+0000406765 00000 n 
+0000406828 00000 n 
+0000406891 00000 n 
+0000002041 00000 f 
+0000998396 00000 n 
+0000406419 00000 n 
+0000406954 00000 n 
+0000407017 00000 n 
+0000976863 00000 n 
+0000413007 00000 n 
+0000409719 00000 n 
+0000407225 00000 n 
+0000411431 00000 n 
+0000411494 00000 n 
+0000411557 00000 n 
+0000002316 00000 f 
+0000998296 00000 n 
+0000411621 00000 n 
+0000409927 00000 n 
+0000410082 00000 n 
+0000411684 00000 n 
+0000411746 00000 n 
+0000411809 00000 n 
+0000411872 00000 n 
+0000411935 00000 n 
+0000411999 00000 n 
+0000412061 00000 n 
+0000412124 00000 n 
+0000412187 00000 n 
+0000410235 00000 n 
+0000412250 00000 n 
+0000410388 00000 n 
+0000412313 00000 n 
+0000410547 00000 n 
+0000412376 00000 n 
+0000410707 00000 n 
+0000412439 00000 n 
+0000410865 00000 n 
+0000412502 00000 n 
+0000411027 00000 n 
+0000412565 00000 n 
+0000412753 00000 n 
+0000412816 00000 n 
+0000412880 00000 n 
+0000412943 00000 n 
+0000417323 00000 n 
+0000415197 00000 n 
+0000413151 00000 n 
+0000415619 00000 n 
+0000415807 00000 n 
+0000415870 00000 n 
+0000415934 00000 n 
+0000415997 00000 n 
+0000416061 00000 n 
+0000416124 00000 n 
+0000416186 00000 n 
+0000416250 00000 n 
+0000416314 00000 n 
+0000416501 00000 n 
+0000416564 00000 n 
+0000416628 00000 n 
+0000416691 00000 n 
+0000416755 00000 n 
+0000416943 00000 n 
+0000417006 00000 n 
+0000415342 00000 n 
+0000417069 00000 n 
+0000417133 00000 n 
+0000417196 00000 n 
+0000999207 00000 n 
+0000977242 00000 n 
+0000423300 00000 n 
+0000420564 00000 n 
+0000417453 00000 n 
+0000421276 00000 n 
+0000421339 00000 n 
+0000421403 00000 n 
+0000421467 00000 n 
+0000421531 00000 n 
+0000421594 00000 n 
+0000421658 00000 n 
+0000421722 00000 n 
+0000421786 00000 n 
+0000421849 00000 n 
+0000422037 00000 n 
+0000422099 00000 n 
+0000420727 00000 n 
+0000422163 00000 n 
+0000422226 00000 n 
+0000422290 00000 n 
+0000422353 00000 n 
+0000422416 00000 n 
+0000422479 00000 n 
+0000422542 00000 n 
+0000422605 00000 n 
+0000420883 00000 n 
+0000421045 00000 n 
+0000422668 00000 n 
+0000422731 00000 n 
+0000422794 00000 n 
+0000422857 00000 n 
+0000422920 00000 n 
+0000422983 00000 n 
+0000423046 00000 n 
+0000423110 00000 n 
+0000423174 00000 n 
+0000423237 00000 n 
+0000431145 00000 n 
+0000425651 00000 n 
+0000423444 00000 n 
+0000427368 00000 n 
+0000427432 00000 n 
+0000427495 00000 n 
+0000427558 00000 n 
+0000427622 00000 n 
+0000427685 00000 n 
+0000427748 00000 n 
+0000427811 00000 n 
+0000427874 00000 n 
+0000427937 00000 n 
+0000428000 00000 n 
+0000428063 00000 n 
+0000425868 00000 n 
+0000428126 00000 n 
+0000428189 00000 n 
+0000428251 00000 n 
+0000428314 00000 n 
+0000428377 00000 n 
+0000428439 00000 n 
+0000426036 00000 n 
+0000428502 00000 n 
+0000428565 00000 n 
+0000428628 00000 n 
+0000428691 00000 n 
+0000428754 00000 n 
+0000428817 00000 n 
+0000428880 00000 n 
+0000428943 00000 n 
+0000429006 00000 n 
+0000429070 00000 n 
+0000429133 00000 n 
+0000426203 00000 n 
+0000429196 00000 n 
+0000429259 00000 n 
+0000429322 00000 n 
+0000429385 00000 n 
+0000426362 00000 n 
+0000429447 00000 n 
+0000429510 00000 n 
+0000426531 00000 n 
+0000429573 00000 n 
+0000429635 00000 n 
+0000426697 00000 n 
+0000429698 00000 n 
+0000429761 00000 n 
+0000426863 00000 n 
+0000429824 00000 n 
+0000429887 00000 n 
+0000429950 00000 n 
+0000430013 00000 n 
+0000427030 00000 n 
+0000430076 00000 n 
+0000430139 00000 n 
+0000430202 00000 n 
+0000430265 00000 n 
+0000430328 00000 n 
+0000430391 00000 n 
+0000427200 00000 n 
+0000430454 00000 n 
+0000430517 00000 n 
+0000430580 00000 n 
+0000430643 00000 n 
+0000430706 00000 n 
+0000430769 00000 n 
+0000430831 00000 n 
+0000430894 00000 n 
+0000430957 00000 n 
+0000431019 00000 n 
+0000431082 00000 n 
+0000435229 00000 n 
+0000433288 00000 n 
+0000431261 00000 n 
+0000433474 00000 n 
+0000433537 00000 n 
+0000433600 00000 n 
+0000433788 00000 n 
+0000433851 00000 n 
+0000434037 00000 n 
+0000434223 00000 n 
+0000434286 00000 n 
+0000434349 00000 n 
+0000434411 00000 n 
+0000434474 00000 n 
+0000434538 00000 n 
+0000434601 00000 n 
+0000434664 00000 n 
+0000434728 00000 n 
+0000434915 00000 n 
+0000435103 00000 n 
+0000439483 00000 n 
+0000437673 00000 n 
+0000435359 00000 n 
+0000437972 00000 n 
+0000438097 00000 n 
+0000438223 00000 n 
+0000438286 00000 n 
+0000438476 00000 n 
+0000438665 00000 n 
+0000438853 00000 n 
+0000438916 00000 n 
+0000438979 00000 n 
+0000439042 00000 n 
+0000439104 00000 n 
+0000437818 00000 n 
+0000439168 00000 n 
+0000439231 00000 n 
+0000439294 00000 n 
+0000439357 00000 n 
+0000444984 00000 n 
+0000442349 00000 n 
+0000439613 00000 n 
+0000442645 00000 n 
+0000442771 00000 n 
+0000442834 00000 n 
+0000442898 00000 n 
+0000442962 00000 n 
 0000443026 00000 n 
-0000443090 00000 n 
+0000443089 00000 n 
 0000443153 00000 n 
-0000443216 00000 n 
-0000443278 00000 n 
-0000443342 00000 n 
-0000447301 00000 n 
-0000449457 00000 n 
-0000446416 00000 n 
-0000443549 00000 n 
-0000446540 00000 n 
-0000446603 00000 n 
-0000446666 00000 n 
-0000446730 00000 n 
-0000446793 00000 n 
-0000446857 00000 n 
-0000446921 00000 n 
-0000446985 00000 n 
-0000447048 00000 n 
-0000447112 00000 n 
-0000447176 00000 n 
-0000447239 00000 n 
-0000447426 00000 n 
-0000447489 00000 n 
-0000447552 00000 n 
-0000447615 00000 n 
-0000447679 00000 n 
-0000447743 00000 n 
-0000447806 00000 n 
-0000447869 00000 n 
-0000447932 00000 n 
-0000447996 00000 n 
-0000448060 00000 n 
-0000448123 00000 n 
-0000448187 00000 n 
-0000448251 00000 n 
-0000448314 00000 n 
-0000448377 00000 n 
-0000448440 00000 n 
-0000448504 00000 n 
-0000448567 00000 n 
-0000448631 00000 n 
-0000448695 00000 n 
-0000448759 00000 n 
-0000448822 00000 n 
-0000448885 00000 n 
-0000448948 00000 n 
-0000449012 00000 n 
-0000449075 00000 n 
-0000449139 00000 n 
-0000449202 00000 n 
-0000449266 00000 n 
-0000449330 00000 n 
-0000449394 00000 n 
-0000455311 00000 n 
-0000452720 00000 n 
-0000449615 00000 n 
-0000453033 00000 n 
-0000453096 00000 n 
-0000453160 00000 n 
-0000453224 00000 n 
-0000453287 00000 n 
-0000453350 00000 n 
-0000453412 00000 n 
-0000453599 00000 n 
-0000453662 00000 n 
-0000453726 00000 n 
-0000453790 00000 n 
-0000453854 00000 n 
-0000453918 00000 n 
-0000453982 00000 n 
-0000454046 00000 n 
-0000454110 00000 n 
-0000454174 00000 n 
-0000454236 00000 n 
-0000454298 00000 n 
-0000454362 00000 n 
-0000454426 00000 n 
-0000454489 00000 n 
-0000454553 00000 n 
-0000454616 00000 n 
-0000454678 00000 n 
-0000454741 00000 n 
-0000454803 00000 n 
-0000454866 00000 n 
-0000454929 00000 n 
-0000454993 00000 n 
-0000455057 00000 n 
-0000455120 00000 n 
-0000455183 00000 n 
-0000455247 00000 n 
-0000452865 00000 n 
-0000461003 00000 n 
-0000457848 00000 n 
-0000455455 00000 n 
-0000458478 00000 n 
-0000458729 00000 n 
-0000458792 00000 n 
-0000458011 00000 n 
-0000458856 00000 n 
-0000458919 00000 n 
-0000458982 00000 n 
-0000459045 00000 n 
-0000458170 00000 n 
-0000459109 00000 n 
-0000459173 00000 n 
-0000459237 00000 n 
-0000459300 00000 n 
-0000459362 00000 n 
-0000459425 00000 n 
-0000459489 00000 n 
-0000459552 00000 n 
-0000458324 00000 n 
-0000459741 00000 n 
-0000459930 00000 n 
-0000459993 00000 n 
-0000460056 00000 n 
-0000460119 00000 n 
-0000002615 00000 f 
-0000965662 00000 n 
-0000460182 00000 n 
-0000460245 00000 n 
-0000460309 00000 n 
-0000460372 00000 n 
-0000460435 00000 n 
-0000460498 00000 n 
-0000460561 00000 n 
-0000460624 00000 n 
-0000460687 00000 n 
-0000460750 00000 n 
-0000460813 00000 n 
-0000460876 00000 n 
-0000460939 00000 n 
-0000465580 00000 n 
-0000463524 00000 n 
-0000461161 00000 n 
-0000463820 00000 n 
-0000463945 00000 n 
-0000464008 00000 n 
-0000464069 00000 n 
-0000464130 00000 n 
-0000464193 00000 n 
-0000464256 00000 n 
-0000464320 00000 n 
-0000464383 00000 n 
-0000464445 00000 n 
-0000464508 00000 n 
-0000464571 00000 n 
-0000464634 00000 n 
-0000464698 00000 n 
-0000464761 00000 n 
-0000464950 00000 n 
-0000465013 00000 n 
-0000465076 00000 n 
-0000465139 00000 n 
-0000465202 00000 n 
-0000465265 00000 n 
-0000465454 00000 n 
-0000463669 00000 n 
-0000465517 00000 n 
-0000967016 00000 n 
-0000470914 00000 n 
-0000468720 00000 n 
-0000465710 00000 n 
-0000469020 00000 n 
-0000469083 00000 n 
-0000469146 00000 n 
-0000469209 00000 n 
-0000469272 00000 n 
-0000469335 00000 n 
-0000469398 00000 n 
-0000469588 00000 n 
-0000469651 00000 n 
-0000469713 00000 n 
-0000469776 00000 n 
-0000469839 00000 n 
-0000469902 00000 n 
-0000469964 00000 n 
-0000470028 00000 n 
-0000470092 00000 n 
-0000470155 00000 n 
-0000470218 00000 n 
-0000470407 00000 n 
-0000470470 00000 n 
-0000470533 00000 n 
-0000470596 00000 n 
-0000470660 00000 n 
-0000468865 00000 n 
-0000470724 00000 n 
-0000470788 00000 n 
-0000470851 00000 n 
-0000945875 00000 n 
-0000475564 00000 n 
-0000472849 00000 n 
-0000471058 00000 n 
-0000472973 00000 n 
-0000473036 00000 n 
-0000473099 00000 n 
-0000473162 00000 n 
-0000473225 00000 n 
-0000473289 00000 n 
-0000473353 00000 n 
-0000473416 00000 n 
-0000473480 00000 n 
-0000473544 00000 n 
-0000473607 00000 n 
-0000473670 00000 n 
-0000473732 00000 n 
-0000473794 00000 n 
-0000473858 00000 n 
-0000473922 00000 n 
-0000473985 00000 n 
-0000474048 00000 n 
-0000474112 00000 n 
-0000474176 00000 n 
-0000474240 00000 n 
-0000474303 00000 n 
-0000474366 00000 n 
-0000474429 00000 n 
-0000474492 00000 n 
-0000474556 00000 n 
-0000474619 00000 n 
-0000474682 00000 n 
-0000474745 00000 n 
-0000474808 00000 n 
-0000474871 00000 n 
-0000474934 00000 n 
-0000474997 00000 n 
-0000475059 00000 n 
-0000475122 00000 n 
-0000475186 00000 n 
-0000475249 00000 n 
-0000475311 00000 n 
-0000475374 00000 n 
-0000475437 00000 n 
-0000480550 00000 n 
-0000478271 00000 n 
-0000475666 00000 n 
-0000478395 00000 n 
-0000478521 00000 n 
-0000478584 00000 n 
-0000478648 00000 n 
-0000478712 00000 n 
-0000478775 00000 n 
-0000478839 00000 n 
-0000478903 00000 n 
-0000478966 00000 n 
-0000479030 00000 n 
-0000479094 00000 n 
-0000479157 00000 n 
-0000479219 00000 n 
-0000479408 00000 n 
-0000479471 00000 n 
-0000479535 00000 n 
-0000479599 00000 n 
-0000479663 00000 n 
-0000479727 00000 n 
-0000479791 00000 n 
-0000479855 00000 n 
-0000479918 00000 n 
-0000479982 00000 n 
-0000480046 00000 n 
-0000480110 00000 n 
-0000480174 00000 n 
-0000480237 00000 n 
-0000480299 00000 n 
-0000480487 00000 n 
-0000485104 00000 n 
-0000482870 00000 n 
-0000480680 00000 n 
-0000483339 00000 n 
-0000483402 00000 n 
-0000483465 00000 n 
-0000483654 00000 n 
-0000483843 00000 n 
-0000483906 00000 n 
-0000483970 00000 n 
-0000484160 00000 n 
-0000483024 00000 n 
-0000483187 00000 n 
-0000484223 00000 n 
-0000484286 00000 n 
-0000484350 00000 n 
-0000484413 00000 n 
-0000484476 00000 n 
-0000484539 00000 n 
-0000484602 00000 n 
-0000484664 00000 n 
-0000484727 00000 n 
-0000484790 00000 n 
-0000484978 00000 n 
-0000954647 00000 n 
-0000490950 00000 n 
-0000487941 00000 n 
-0000485248 00000 n 
-0000488737 00000 n 
-0000488863 00000 n 
-0000488113 00000 n 
-0000488282 00000 n 
-0000488926 00000 n 
-0000488989 00000 n 
-0000489052 00000 n 
-0000489115 00000 n 
-0000489305 00000 n 
-0000489493 00000 n 
-0000489682 00000 n 
-0000489745 00000 n 
-0000489809 00000 n 
-0000488430 00000 n 
-0000489996 00000 n 
-0000490059 00000 n 
-0000490122 00000 n 
-0000490186 00000 n 
-0000490249 00000 n 
-0000490313 00000 n 
-0000488583 00000 n 
-0000490376 00000 n 
-0000490439 00000 n 
-0000490502 00000 n 
-0000490566 00000 n 
-0000490630 00000 n 
-0000490694 00000 n 
-0000490758 00000 n 
-0000490822 00000 n 
-0000490886 00000 n 
-0000945432 00000 n 
-0000495845 00000 n 
-0000493277 00000 n 
-0000491080 00000 n 
-0000493577 00000 n 
-0000493702 00000 n 
-0000493765 00000 n 
-0000493829 00000 n 
+0000443217 00000 n 
+0000443280 00000 n 
+0000443343 00000 n 
+0000443533 00000 n 
+0000443596 00000 n 
+0000442494 00000 n 
+0000443786 00000 n 
+0000443849 00000 n 
+0000443911 00000 n 
+0000443973 00000 n 
+0000444035 00000 n 
+0000444097 00000 n 
+0000444158 00000 n 
+0000444222 00000 n 
+0000444286 00000 n 
+0000444349 00000 n 
+0000444413 00000 n 
+0000444476 00000 n 
+0000444540 00000 n 
+0000444604 00000 n 
+0000444668 00000 n 
+0000444731 00000 n 
+0000444794 00000 n 
+0000444857 00000 n 
+0000449721 00000 n 
+0000447397 00000 n 
+0000445114 00000 n 
+0000448020 00000 n 
+0000448083 00000 n 
+0000448208 00000 n 
+0000447560 00000 n 
+0000447709 00000 n 
+0000448397 00000 n 
+0000448460 00000 n 
+0000448650 00000 n 
+0000448713 00000 n 
+0000447863 00000 n 
+0000448777 00000 n 
+0000448903 00000 n 
+0000448966 00000 n 
+0000449030 00000 n 
+0000449093 00000 n 
+0000449156 00000 n 
+0000449220 00000 n 
+0000449283 00000 n 
+0000449346 00000 n 
+0000449469 00000 n 
+0000449532 00000 n 
+0000449595 00000 n 
+0000449658 00000 n 
+0000999332 00000 n 
+0000455508 00000 n 
+0000452324 00000 n 
+0000449865 00000 n 
+0000452786 00000 n 
+0000452849 00000 n 
+0000452911 00000 n 
+0000452974 00000 n 
+0000453101 00000 n 
+0000453164 00000 n 
+0000453227 00000 n 
+0000002521 00000 f 
+0000998198 00000 n 
+0000453291 00000 n 
+0000452478 00000 n 
+0000453355 00000 n 
+0000453417 00000 n 
+0000453481 00000 n 
+0000453545 00000 n 
+0000453609 00000 n 
+0000453673 00000 n 
+0000453737 00000 n 
+0000453800 00000 n 
+0000453863 00000 n 
+0000453925 00000 n 
+0000453988 00000 n 
+0000454052 00000 n 
+0000454116 00000 n 
+0000454242 00000 n 
+0000454305 00000 n 
+0000454368 00000 n 
+0000454431 00000 n 
+0000454495 00000 n 
+0000454559 00000 n 
+0000454622 00000 n 
+0000454686 00000 n 
+0000454750 00000 n 
+0000454814 00000 n 
+0000454877 00000 n 
+0000454940 00000 n 
+0000455129 00000 n 
+0000455255 00000 n 
+0000455318 00000 n 
+0000455382 00000 n 
+0000455445 00000 n 
+0000452633 00000 n 
+0000460827 00000 n 
+0000458241 00000 n 
+0000455680 00000 n 
+0000458555 00000 n 
+0000458618 00000 n 
+0000458681 00000 n 
+0000458744 00000 n 
+0000458807 00000 n 
+0000458870 00000 n 
+0000458933 00000 n 
+0000458997 00000 n 
+0000459061 00000 n 
+0000459187 00000 n 
+0000459249 00000 n 
+0000459313 00000 n 
+0000459376 00000 n 
+0000459439 00000 n 
+0000459502 00000 n 
+0000459565 00000 n 
+0000459628 00000 n 
+0000459691 00000 n 
+0000459754 00000 n 
+0000459818 00000 n 
+0000459882 00000 n 
+0000460072 00000 n 
+0000460135 00000 n 
+0000460199 00000 n 
+0000460262 00000 n 
+0000460323 00000 n 
+0000460384 00000 n 
+0000460574 00000 n 
+0000460637 00000 n 
+0000458386 00000 n 
+0000460700 00000 n 
+0000466653 00000 n 
+0000463643 00000 n 
+0000460971 00000 n 
+0000464124 00000 n 
+0000464250 00000 n 
+0000463797 00000 n 
+0000463960 00000 n 
+0000464313 00000 n 
+0000464439 00000 n 
+0000464502 00000 n 
+0000464565 00000 n 
+0000464628 00000 n 
+0000464690 00000 n 
+0000464752 00000 n 
+0000464815 00000 n 
+0000464879 00000 n 
+0000464943 00000 n 
+0000465006 00000 n 
+0000465069 00000 n 
+0000465133 00000 n 
+0000465196 00000 n 
+0000465259 00000 n 
+0000465322 00000 n 
+0000465386 00000 n 
+0000465449 00000 n 
+0000465512 00000 n 
+0000465576 00000 n 
+0000465639 00000 n 
+0000465703 00000 n 
+0000465767 00000 n 
+0000465831 00000 n 
+0000465894 00000 n 
+0000465958 00000 n 
+0000466022 00000 n 
+0000466085 00000 n 
+0000466148 00000 n 
+0000466273 00000 n 
+0000466336 00000 n 
+0000466399 00000 n 
+0000466462 00000 n 
+0000466526 00000 n 
+0000466590 00000 n 
+0000472389 00000 n 
+0000469855 00000 n 
+0000466811 00000 n 
+0000469979 00000 n 
+0000470042 00000 n 
+0000470105 00000 n 
+0000470168 00000 n 
+0000470232 00000 n 
+0000470296 00000 n 
+0000470358 00000 n 
+0000470422 00000 n 
+0000470485 00000 n 
+0000470548 00000 n 
+0000470611 00000 n 
+0000470674 00000 n 
+0000470738 00000 n 
+0000470801 00000 n 
+0000470865 00000 n 
+0000470929 00000 n 
+0000470993 00000 n 
+0000471056 00000 n 
+0000471119 00000 n 
+0000471182 00000 n 
+0000471246 00000 n 
+0000471309 00000 n 
+0000471373 00000 n 
+0000471436 00000 n 
+0000471500 00000 n 
+0000471564 00000 n 
+0000471628 00000 n 
+0000471691 00000 n 
+0000471755 00000 n 
+0000471819 00000 n 
+0000471882 00000 n 
+0000471946 00000 n 
+0000472009 00000 n 
+0000472198 00000 n 
+0000472261 00000 n 
+0000472325 00000 n 
+0000478569 00000 n 
+0000475580 00000 n 
+0000472547 00000 n 
+0000476224 00000 n 
+0000476287 00000 n 
+0000476351 00000 n 
+0000476415 00000 n 
+0000476479 00000 n 
+0000476543 00000 n 
+0000476607 00000 n 
+0000476671 00000 n 
+0000476734 00000 n 
+0000476797 00000 n 
+0000476861 00000 n 
+0000476925 00000 n 
+0000476988 00000 n 
+0000477050 00000 n 
+0000477113 00000 n 
+0000477176 00000 n 
+0000477239 00000 n 
+0000477302 00000 n 
+0000477365 00000 n 
+0000477428 00000 n 
+0000477492 00000 n 
+0000477556 00000 n 
+0000477619 00000 n 
+0000477682 00000 n 
+0000477746 00000 n 
+0000475743 00000 n 
+0000477936 00000 n 
+0000477999 00000 n 
+0000475912 00000 n 
+0000478063 00000 n 
+0000478126 00000 n 
+0000478189 00000 n 
+0000478252 00000 n 
+0000476070 00000 n 
+0000478316 00000 n 
+0000478380 00000 n 
+0000478444 00000 n 
+0000478507 00000 n 
+0000483508 00000 n 
+0000480820 00000 n 
+0000478727 00000 n 
+0000481119 00000 n 
+0000481182 00000 n 
+0000481245 00000 n 
+0000481309 00000 n 
+0000481372 00000 n 
+0000480965 00000 n 
+0000481560 00000 n 
+0000481749 00000 n 
+0000481812 00000 n 
+0000481875 00000 n 
+0000481938 00000 n 
+0000002731 00000 f 
+0000998103 00000 n 
+0000482001 00000 n 
+0000482064 00000 n 
+0000482128 00000 n 
+0000482190 00000 n 
+0000482252 00000 n 
+0000482315 00000 n 
+0000482377 00000 n 
+0000482440 00000 n 
+0000482503 00000 n 
+0000482566 00000 n 
+0000482629 00000 n 
+0000482692 00000 n 
+0000482755 00000 n 
+0000482943 00000 n 
+0000483005 00000 n 
+0000483068 00000 n 
+0000483131 00000 n 
+0000483194 00000 n 
+0000483257 00000 n 
+0000483321 00000 n 
+0000483383 00000 n 
+0000483446 00000 n 
+0000999457 00000 n 
+0000487741 00000 n 
+0000485870 00000 n 
+0000483652 00000 n 
+0000486165 00000 n 
+0000486228 00000 n 
+0000486291 00000 n 
+0000486353 00000 n 
+0000486417 00000 n 
+0000486480 00000 n 
+0000486669 00000 n 
+0000486732 00000 n 
+0000486795 00000 n 
+0000486858 00000 n 
+0000486921 00000 n 
+0000486984 00000 n 
+0000487174 00000 n 
+0000486015 00000 n 
+0000487237 00000 n 
+0000487300 00000 n 
+0000487363 00000 n 
+0000487426 00000 n 
+0000487489 00000 n 
+0000487551 00000 n 
+0000487614 00000 n 
+0000493773 00000 n 
+0000491067 00000 n 
+0000487871 00000 n 
+0000491369 00000 n 
+0000491495 00000 n 
+0000491558 00000 n 
+0000491621 00000 n 
+0000491685 00000 n 
+0000491749 00000 n 
+0000491812 00000 n 
+0000491875 00000 n 
+0000491939 00000 n 
+0000492003 00000 n 
+0000492066 00000 n 
+0000492129 00000 n 
+0000492318 00000 n 
+0000492381 00000 n 
+0000492444 00000 n 
+0000492507 00000 n 
+0000492571 00000 n 
+0000491212 00000 n 
+0000492634 00000 n 
+0000492697 00000 n 
+0000492760 00000 n 
+0000492823 00000 n 
+0000492886 00000 n 
+0000492949 00000 n 
+0000493012 00000 n 
+0000493076 00000 n 
+0000493140 00000 n 
+0000493204 00000 n 
+0000493268 00000 n 
+0000493332 00000 n 
+0000493395 00000 n 
+0000493458 00000 n 
+0000493521 00000 n 
+0000493582 00000 n 
+0000493646 00000 n 
+0000493710 00000 n 
+0000978316 00000 n 
+0000498325 00000 n 
+0000495670 00000 n 
+0000493917 00000 n 
+0000495794 00000 n 
+0000495857 00000 n 
+0000495920 00000 n 
+0000495984 00000 n 
+0000496048 00000 n 
+0000496112 00000 n 
+0000496175 00000 n 
+0000496237 00000 n 
+0000496300 00000 n 
+0000496363 00000 n 
+0000496427 00000 n 
+0000496490 00000 n 
+0000496553 00000 n 
+0000496616 00000 n 
+0000496679 00000 n 
+0000496743 00000 n 
+0000496806 00000 n 
+0000496869 00000 n 
+0000496932 00000 n 
+0000496995 00000 n 
+0000497059 00000 n 
+0000497122 00000 n 
+0000497185 00000 n 
+0000497248 00000 n 
+0000497311 00000 n 
+0000497501 00000 n 
+0000497564 00000 n 
+0000497628 00000 n 
+0000497692 00000 n 
+0000497755 00000 n 
+0000497819 00000 n 
+0000497883 00000 n 
+0000497946 00000 n 
+0000498010 00000 n 
+0000498074 00000 n 
+0000498137 00000 n 
+0000498199 00000 n 
+0000503232 00000 n 
+0000501145 00000 n 
+0000498441 00000 n 
+0000501269 00000 n 
+0000501395 00000 n 
+0000501457 00000 n 
+0000501521 00000 n 
+0000501585 00000 n 
+0000501649 00000 n 
+0000501713 00000 n 
+0000501777 00000 n 
+0000501840 00000 n 
+0000501903 00000 n 
+0000501967 00000 n 
+0000502031 00000 n 
+0000502095 00000 n 
+0000502159 00000 n 
+0000502222 00000 n 
+0000502285 00000 n 
+0000502473 00000 n 
+0000502536 00000 n 
+0000502599 00000 n 
+0000502789 00000 n 
+0000502978 00000 n 
+0000503041 00000 n 
+0000503105 00000 n 
+0000508183 00000 n 
+0000505681 00000 n 
+0000503362 00000 n 
+0000506485 00000 n 
+0000506611 00000 n 
+0000505853 00000 n 
+0000506016 00000 n 
+0000506674 00000 n 
+0000506737 00000 n 
+0000506801 00000 n 
+0000506864 00000 n 
+0000506927 00000 n 
+0000506990 00000 n 
+0000507053 00000 n 
+0000507116 00000 n 
+0000507179 00000 n 
+0000507242 00000 n 
+0000507429 00000 n 
+0000507616 00000 n 
+0000506168 00000 n 
+0000506337 00000 n 
+0000507679 00000 n 
+0000507742 00000 n 
+0000507805 00000 n 
+0000507868 00000 n 
+0000508057 00000 n 
+0000987089 00000 n 
+0000513589 00000 n 
+0000511038 00000 n 
+0000508327 00000 n 
+0000511499 00000 n 
+0000511625 00000 n 
+0000511814 00000 n 
+0000511877 00000 n 
+0000511941 00000 n 
+0000511192 00000 n 
+0000512130 00000 n 
+0000512193 00000 n 
+0000512256 00000 n 
+0000512320 00000 n 
+0000512382 00000 n 
+0000512446 00000 n 
+0000511345 00000 n 
+0000512509 00000 n 
+0000512572 00000 n 
+0000512635 00000 n 
+0000512699 00000 n 
+0000512763 00000 n 
+0000512827 00000 n 
+0000512891 00000 n 
+0000512955 00000 n 
+0000513019 00000 n 
+0000513083 00000 n 
+0000513146 00000 n 
+0000513210 00000 n 
 0000000000 00000 f 
-0000963774 00000 n 
-0000493892 00000 n 
-0000493955 00000 n 
-0000494018 00000 n 
-0000494081 00000 n 
-0000494271 00000 n 
-0000494334 00000 n 
-0000494398 00000 n 
-0000494461 00000 n 
-0000494524 00000 n 
-0000494587 00000 n 
-0000494650 00000 n 
-0000494713 00000 n 
-0000494776 00000 n 
-0000494839 00000 n 
-0000494902 00000 n 
-0000494965 00000 n 
-0000495028 00000 n 
-0000495091 00000 n 
-0000495154 00000 n 
-0000495216 00000 n 
-0000495531 00000 n 
-0000493422 00000 n 
-0000495720 00000 n 
-0000495783 00000 n 
-0000967141 00000 n 
-0000499342 00000 n 
-0000497825 00000 n 
-0000496003 00000 n 
-0000497949 00000 n 
-0000498012 00000 n 
-0000498076 00000 n 
-0000498140 00000 n 
-0000498204 00000 n 
-0000498331 00000 n 
-0000498457 00000 n 
-0000498520 00000 n 
-0000498583 00000 n 
-0000498708 00000 n 
-0000498771 00000 n 
-0000498835 00000 n 
-0000498899 00000 n 
-0000499025 00000 n 
-0000499088 00000 n 
-0000499151 00000 n 
-0000499215 00000 n 
-0000499279 00000 n 
-0000503575 00000 n 
-0000501561 00000 n 
-0000499500 00000 n 
-0000501685 00000 n 
-0000501748 00000 n 
-0000501811 00000 n 
-0000501875 00000 n 
-0000501939 00000 n 
-0000502002 00000 n 
-0000502066 00000 n 
-0000502129 00000 n 
-0000502192 00000 n 
-0000502255 00000 n 
-0000502444 00000 n 
-0000502507 00000 n 
-0000502570 00000 n 
-0000502633 00000 n 
-0000502694 00000 n 
-0000502757 00000 n 
-0000502820 00000 n 
-0000502883 00000 n 
-0000502946 00000 n 
-0000503009 00000 n 
-0000503072 00000 n 
-0000503135 00000 n 
-0000503197 00000 n 
-0000503260 00000 n 
-0000503449 00000 n 
-0000506983 00000 n 
-0000505342 00000 n 
-0000503733 00000 n 
-0000505466 00000 n 
-0000505529 00000 n 
-0000505654 00000 n 
-0000505717 00000 n 
-0000505780 00000 n 
-0000505843 00000 n 
-0000505907 00000 n 
-0000505971 00000 n 
-0000506034 00000 n 
-0000506097 00000 n 
-0000506159 00000 n 
-0000506223 00000 n 
-0000506287 00000 n 
-0000506476 00000 n 
-0000506539 00000 n 
-0000506602 00000 n 
-0000506664 00000 n 
-0000506727 00000 n 
-0000506791 00000 n 
-0000506855 00000 n 
-0000506919 00000 n 
-0000510467 00000 n 
-0000508631 00000 n 
-0000507113 00000 n 
-0000508755 00000 n 
-0000508818 00000 n 
-0000508881 00000 n 
-0000508944 00000 n 
-0000509008 00000 n 
-0000509072 00000 n 
-0000509135 00000 n 
-0000509198 00000 n 
-0000509261 00000 n 
-0000509325 00000 n 
-0000509389 00000 n 
-0000509451 00000 n 
-0000509514 00000 n 
-0000509577 00000 n 
-0000509641 00000 n 
-0000509705 00000 n 
-0000509768 00000 n 
-0000509831 00000 n 
-0000509895 00000 n 
-0000509959 00000 n 
-0000510023 00000 n 
-0000510087 00000 n 
-0000510151 00000 n 
-0000510341 00000 n 
-0000514974 00000 n 
-0000513203 00000 n 
-0000510597 00000 n 
-0000513519 00000 n 
-0000513645 00000 n 
-0000513708 00000 n 
-0000513772 00000 n 
-0000513835 00000 n 
-0000513898 00000 n 
-0000513961 00000 n 
-0000514024 00000 n 
-0000514213 00000 n 
-0000513348 00000 n 
-0000514275 00000 n 
-0000514337 00000 n 
-0000514400 00000 n 
-0000514464 00000 n 
-0000514527 00000 n 
-0000514591 00000 n 
-0000514655 00000 n 
-0000514719 00000 n 
-0000514782 00000 n 
-0000514846 00000 n 
-0000514910 00000 n 
-0000519914 00000 n 
-0000517583 00000 n 
-0000515118 00000 n 
-0000517707 00000 n 
-0000518022 00000 n 
-0000518085 00000 n 
-0000518147 00000 n 
-0000518209 00000 n 
-0000518272 00000 n 
-0000518335 00000 n 
-0000518398 00000 n 
-0000518461 00000 n 
-0000518524 00000 n 
-0000518587 00000 n 
-0000518650 00000 n 
-0000518714 00000 n 
-0000518778 00000 n 
-0000518842 00000 n 
-0000518905 00000 n 
-0000518968 00000 n 
-0000519031 00000 n 
-0000519094 00000 n 
-0000519157 00000 n 
-0000519219 00000 n 
-0000519283 00000 n 
-0000519346 00000 n 
-0000519409 00000 n 
-0000519472 00000 n 
-0000519536 00000 n 
-0000519599 00000 n 
-0000519662 00000 n 
-0000519725 00000 n 
-0000519788 00000 n 
-0000519852 00000 n 
-0000967266 00000 n 
-0000524435 00000 n 
-0000522800 00000 n 
-0000520030 00000 n 
-0000522924 00000 n 
-0000522987 00000 n 
-0000523049 00000 n 
-0000523112 00000 n 
-0000523175 00000 n 
-0000523238 00000 n 
-0000523301 00000 n 
-0000523364 00000 n 
-0000523428 00000 n 
-0000523491 00000 n 
-0000523554 00000 n 
-0000523617 00000 n 
+0000996215 00000 n 
+0000513273 00000 n 
+0000513336 00000 n 
+0000513399 00000 n 
+0000513462 00000 n 
+0000999582 00000 n 
+0000977873 00000 n 
+0000518607 00000 n 
+0000515975 00000 n 
+0000513733 00000 n 
+0000516276 00000 n 
+0000516402 00000 n 
+0000516465 00000 n 
+0000516529 00000 n 
+0000516592 00000 n 
+0000516655 00000 n 
+0000516718 00000 n 
+0000516781 00000 n 
+0000516843 00000 n 
+0000516906 00000 n 
+0000516969 00000 n 
+0000517032 00000 n 
+0000517095 00000 n 
+0000517158 00000 n 
+0000517221 00000 n 
+0000517284 00000 n 
+0000517347 00000 n 
+0000517661 00000 n 
+0000516120 00000 n 
+0000517848 00000 n 
+0000517911 00000 n 
+0000517974 00000 n 
+0000518038 00000 n 
+0000518102 00000 n 
+0000518166 00000 n 
+0000518356 00000 n 
+0000518482 00000 n 
+0000518544 00000 n 
+0000521684 00000 n 
+0000520231 00000 n 
+0000518793 00000 n 
+0000520355 00000 n 
+0000520418 00000 n 
+0000520543 00000 n 
+0000520606 00000 n 
+0000520670 00000 n 
+0000520734 00000 n 
+0000520860 00000 n 
+0000520923 00000 n 
+0000520986 00000 n 
+0000521050 00000 n 
+0000521114 00000 n 
+0000521177 00000 n 
+0000521240 00000 n 
+0000521304 00000 n 
+0000521368 00000 n 
+0000521431 00000 n 
+0000521495 00000 n 
+0000521558 00000 n 
+0000521621 00000 n 
+0000525694 00000 n 
 0000523681 00000 n 
-0000523744 00000 n 
-0000523807 00000 n 
-0000523870 00000 n 
-0000523933 00000 n 
-0000523996 00000 n 
-0000524059 00000 n 
-0000524122 00000 n 
-0000524185 00000 n 
-0000524247 00000 n 
-0000524310 00000 n 
-0000524373 00000 n 
-0000528208 00000 n 
-0000526699 00000 n 
-0000524565 00000 n 
-0000526823 00000 n 
-0000526886 00000 n 
-0000526949 00000 n 
-0000527012 00000 n 
-0000527075 00000 n 
-0000527137 00000 n 
-0000527200 00000 n 
-0000527263 00000 n 
-0000527327 00000 n 
-0000527390 00000 n 
-0000527453 00000 n 
-0000527516 00000 n 
-0000527579 00000 n 
-0000527642 00000 n 
-0000527956 00000 n 
-0000528019 00000 n 
-0000528082 00000 n 
-0000533680 00000 n 
-0000531230 00000 n 
-0000528324 00000 n 
-0000531354 00000 n 
-0000531605 00000 n 
-0000531668 00000 n 
-0000531731 00000 n 
-0000531792 00000 n 
-0000531855 00000 n 
-0000531918 00000 n 
-0000531980 00000 n 
-0000532043 00000 n 
-0000532106 00000 n 
-0000532169 00000 n 
-0000532358 00000 n 
-0000532421 00000 n 
-0000532484 00000 n 
-0000532548 00000 n 
-0000532612 00000 n 
-0000532675 00000 n 
-0000532738 00000 n 
-0000532801 00000 n 
-0000532864 00000 n 
-0000532927 00000 n 
-0000532990 00000 n 
-0000533053 00000 n 
-0000533116 00000 n 
-0000533179 00000 n 
-0000533242 00000 n 
-0000533305 00000 n 
-0000533368 00000 n 
-0000533431 00000 n 
-0000533494 00000 n 
-0000533553 00000 n 
-0000533617 00000 n 
-0000539666 00000 n 
-0000536956 00000 n 
-0000533838 00000 n 
-0000537080 00000 n 
-0000537143 00000 n 
-0000537206 00000 n 
-0000537270 00000 n 
-0000537332 00000 n 
-0000537396 00000 n 
-0000537459 00000 n 
-0000537522 00000 n 
-0000537585 00000 n 
-0000537648 00000 n 
-0000537711 00000 n 
-0000537774 00000 n 
-0000537837 00000 n 
-0000537900 00000 n 
-0000537963 00000 n 
-0000538026 00000 n 
-0000538089 00000 n 
-0000538152 00000 n 
-0000538215 00000 n 
-0000538278 00000 n 
-0000538341 00000 n 
-0000538404 00000 n 
-0000538467 00000 n 
-0000538530 00000 n 
-0000538593 00000 n 
-0000538656 00000 n 
-0000538719 00000 n 
-0000538782 00000 n 
-0000538845 00000 n 
-0000538908 00000 n 
-0000538972 00000 n 
-0000539035 00000 n 
-0000539098 00000 n 
-0000539287 00000 n 
-0000539350 00000 n 
-0000539413 00000 n 
-0000539476 00000 n 
-0000539539 00000 n 
-0000539603 00000 n 
-0000544057 00000 n 
-0000542116 00000 n 
-0000539824 00000 n 
-0000542417 00000 n 
-0000542480 00000 n 
-0000542543 00000 n 
-0000542606 00000 n 
-0000542796 00000 n 
-0000542859 00000 n 
-0000542922 00000 n 
-0000542985 00000 n 
-0000543048 00000 n 
-0000543112 00000 n 
-0000543301 00000 n 
-0000542261 00000 n 
-0000543364 00000 n 
-0000543427 00000 n 
-0000543490 00000 n 
-0000543553 00000 n 
-0000543616 00000 n 
-0000543679 00000 n 
-0000543742 00000 n 
-0000543805 00000 n 
-0000543868 00000 n 
-0000543931 00000 n 
-0000954961 00000 n 
-0000548724 00000 n 
-0000546465 00000 n 
-0000544173 00000 n 
-0000546589 00000 n 
-0000546715 00000 n 
-0000546778 00000 n 
-0000546841 00000 n 
-0000546905 00000 n 
-0000546968 00000 n 
-0000547031 00000 n 
-0000547094 00000 n 
-0000547157 00000 n 
-0000547220 00000 n 
-0000547283 00000 n 
-0000547346 00000 n 
-0000547534 00000 n 
-0000547597 00000 n 
-0000547660 00000 n 
-0000547723 00000 n 
-0000547786 00000 n 
-0000547849 00000 n 
-0000547912 00000 n 
-0000547975 00000 n 
-0000548038 00000 n 
-0000548224 00000 n 
-0000548286 00000 n 
-0000548349 00000 n 
+0000521856 00000 n 
+0000523805 00000 n 
+0000523868 00000 n 
+0000524058 00000 n 
+0000524121 00000 n 
+0000524183 00000 n 
+0000524245 00000 n 
+0000524308 00000 n 
+0000524371 00000 n 
+0000524434 00000 n 
+0000524497 00000 n 
+0000524560 00000 n 
+0000524623 00000 n 
+0000524686 00000 n 
+0000524748 00000 n 
+0000524811 00000 n 
+0000524874 00000 n 
+0000525064 00000 n 
+0000525253 00000 n 
+0000525316 00000 n 
+0000525378 00000 n 
+0000525441 00000 n 
+0000525505 00000 n 
+0000525569 00000 n 
+0000525631 00000 n 
+0000529038 00000 n 
+0000527522 00000 n 
+0000525838 00000 n 
+0000527646 00000 n 
+0000527709 00000 n 
+0000527772 00000 n 
+0000527836 00000 n 
+0000527900 00000 n 
+0000528089 00000 n 
+0000528152 00000 n 
+0000528215 00000 n 
+0000528278 00000 n 
+0000528341 00000 n 
+0000528405 00000 n 
+0000528469 00000 n 
+0000528533 00000 n 
+0000528597 00000 n 
+0000528660 00000 n 
+0000528723 00000 n 
+0000528786 00000 n 
+0000528850 00000 n 
+0000528912 00000 n 
+0000528975 00000 n 
+0000533045 00000 n 
+0000531153 00000 n 
+0000529168 00000 n 
+0000531277 00000 n 
+0000531340 00000 n 
+0000531403 00000 n 
+0000531467 00000 n 
+0000531531 00000 n 
+0000531594 00000 n 
+0000531656 00000 n 
+0000531719 00000 n 
+0000531783 00000 n 
+0000531847 00000 n 
+0000531909 00000 n 
+0000531972 00000 n 
+0000532032 00000 n 
+0000532096 00000 n 
+0000532160 00000 n 
+0000532224 00000 n 
+0000532288 00000 n 
+0000532478 00000 n 
+0000532666 00000 n 
+0000532729 00000 n 
+0000532793 00000 n 
+0000532856 00000 n 
+0000532919 00000 n 
+0000532982 00000 n 
+0000536420 00000 n 
+0000535088 00000 n 
+0000533203 00000 n 
+0000535404 00000 n 
+0000535467 00000 n 
+0000535657 00000 n 
+0000535233 00000 n 
+0000535720 00000 n 
+0000535783 00000 n 
+0000535846 00000 n 
+0000535910 00000 n 
+0000535973 00000 n 
+0000536037 00000 n 
+0000536101 00000 n 
+0000536165 00000 n 
+0000536228 00000 n 
+0000536292 00000 n 
+0000536356 00000 n 
+0000999707 00000 n 
+0000541364 00000 n 
+0000539033 00000 n 
+0000536564 00000 n 
+0000539157 00000 n 
+0000539472 00000 n 
+0000539535 00000 n 
+0000539597 00000 n 
+0000539659 00000 n 
+0000539722 00000 n 
+0000539785 00000 n 
+0000539848 00000 n 
+0000539911 00000 n 
+0000539974 00000 n 
+0000540037 00000 n 
+0000540100 00000 n 
+0000540164 00000 n 
+0000540228 00000 n 
+0000540292 00000 n 
+0000540355 00000 n 
+0000540418 00000 n 
+0000540481 00000 n 
+0000540544 00000 n 
+0000540607 00000 n 
+0000540669 00000 n 
+0000540733 00000 n 
+0000540796 00000 n 
+0000540859 00000 n 
+0000540922 00000 n 
+0000540986 00000 n 
+0000541049 00000 n 
+0000541112 00000 n 
+0000541175 00000 n 
+0000541238 00000 n 
+0000541302 00000 n 
+0000545816 00000 n 
+0000544181 00000 n 
+0000541480 00000 n 
+0000544305 00000 n 
+0000544368 00000 n 
+0000544430 00000 n 
+0000544493 00000 n 
+0000544556 00000 n 
+0000544619 00000 n 
+0000544682 00000 n 
+0000544745 00000 n 
+0000544809 00000 n 
+0000544872 00000 n 
+0000544935 00000 n 
+0000544998 00000 n 
+0000545062 00000 n 
+0000545125 00000 n 
+0000545188 00000 n 
+0000545251 00000 n 
+0000545314 00000 n 
+0000545377 00000 n 
+0000545440 00000 n 
+0000545503 00000 n 
+0000545566 00000 n 
+0000545628 00000 n 
+0000545691 00000 n 
+0000545754 00000 n 
+0000550046 00000 n 
 0000548412 00000 n 
-0000548474 00000 n 
-0000548537 00000 n 
-0000548600 00000 n 
+0000545946 00000 n 
+0000548536 00000 n 
+0000548599 00000 n 
 0000548662 00000 n 
-0000967391 00000 n 
-0000553842 00000 n 
-0000550999 00000 n 
-0000548840 00000 n 
-0000551123 00000 n 
-0000551186 00000 n 
-0000551248 00000 n 
-0000551311 00000 n 
-0000551374 00000 n 
-0000551437 00000 n 
-0000551500 00000 n 
-0000551689 00000 n 
-0000551752 00000 n 
-0000551816 00000 n 
-0000551880 00000 n 
-0000552070 00000 n 
-0000552133 00000 n 
-0000552197 00000 n 
-0000552261 00000 n 
-0000552324 00000 n 
-0000552388 00000 n 
-0000552451 00000 n 
-0000552514 00000 n 
-0000552578 00000 n 
-0000552641 00000 n 
-0000552705 00000 n 
-0000552768 00000 n 
-0000552832 00000 n 
-0000552896 00000 n 
-0000552960 00000 n 
-0000553022 00000 n 
-0000553085 00000 n 
-0000553149 00000 n 
-0000553211 00000 n 
-0000553274 00000 n 
-0000553338 00000 n 
-0000553402 00000 n 
-0000553465 00000 n 
-0000553528 00000 n 
-0000553590 00000 n 
-0000553653 00000 n 
-0000553716 00000 n 
-0000558927 00000 n 
-0000555900 00000 n 
-0000553958 00000 n 
-0000556024 00000 n 
-0000556276 00000 n 
-0000556339 00000 n 
-0000556402 00000 n 
-0000556465 00000 n 
-0000556528 00000 n 
-0000556590 00000 n 
-0000556653 00000 n 
-0000556716 00000 n 
-0000556779 00000 n 
-0000556843 00000 n 
-0000556906 00000 n 
-0000556969 00000 n 
-0000557032 00000 n 
-0000557095 00000 n 
-0000557159 00000 n 
-0000557222 00000 n 
-0000557410 00000 n 
-0000557473 00000 n 
-0000557537 00000 n 
-0000557601 00000 n 
-0000557665 00000 n 
-0000557729 00000 n 
-0000557792 00000 n 
-0000557856 00000 n 
-0000557919 00000 n 
-0000557983 00000 n 
-0000558046 00000 n 
-0000558236 00000 n 
-0000558421 00000 n 
-0000558484 00000 n 
-0000558547 00000 n 
-0000558610 00000 n 
-0000558674 00000 n 
-0000558737 00000 n 
-0000558800 00000 n 
-0000558864 00000 n 
-0000564070 00000 n 
-0000561363 00000 n 
-0000559043 00000 n 
-0000561487 00000 n 
-0000561550 00000 n 
-0000561612 00000 n 
-0000561675 00000 n 
-0000561739 00000 n 
-0000561802 00000 n 
-0000561864 00000 n 
-0000561926 00000 n 
-0000562116 00000 n 
-0000562178 00000 n 
-0000562242 00000 n 
-0000562306 00000 n 
-0000562368 00000 n 
-0000562556 00000 n 
-0000562619 00000 n 
-0000562683 00000 n 
-0000562747 00000 n 
-0000562811 00000 n 
-0000562999 00000 n 
-0000563062 00000 n 
-0000563126 00000 n 
-0000563250 00000 n 
-0000563313 00000 n 
-0000563439 00000 n 
-0000563501 00000 n 
-0000563627 00000 n 
-0000563690 00000 n 
-0000563753 00000 n 
-0000563817 00000 n 
-0000563880 00000 n 
-0000563942 00000 n 
-0000564006 00000 n 
-0000569779 00000 n 
-0000566869 00000 n 
-0000564200 00000 n 
-0000566993 00000 n 
-0000567056 00000 n 
-0000567120 00000 n 
-0000567183 00000 n 
-0000567246 00000 n 
-0000567310 00000 n 
-0000567373 00000 n 
-0000567436 00000 n 
-0000567500 00000 n 
-0000567564 00000 n 
-0000567628 00000 n 
-0000567692 00000 n 
-0000567756 00000 n 
-0000567819 00000 n 
-0000567883 00000 n 
-0000567945 00000 n 
-0000568008 00000 n 
-0000568071 00000 n 
-0000568135 00000 n 
-0000568199 00000 n 
-0000568262 00000 n 
-0000568325 00000 n 
-0000568389 00000 n 
-0000568453 00000 n 
-0000568577 00000 n 
-0000568640 00000 n 
-0000568703 00000 n 
-0000568766 00000 n 
-0000568892 00000 n 
-0000568955 00000 n 
-0000569019 00000 n 
-0000569145 00000 n 
-0000569208 00000 n 
-0000569272 00000 n 
-0000569336 00000 n 
-0000569400 00000 n 
-0000569463 00000 n 
-0000569527 00000 n 
-0000569653 00000 n 
-0000569716 00000 n 
-0000574695 00000 n 
-0000572297 00000 n 
-0000569881 00000 n 
-0000572421 00000 n 
-0000572547 00000 n 
-0000572610 00000 n 
-0000572673 00000 n 
-0000572799 00000 n 
-0000572861 00000 n 
-0000572925 00000 n 
-0000572989 00000 n 
-0000573179 00000 n 
-0000573242 00000 n 
-0000573306 00000 n 
-0000573369 00000 n 
-0000573433 00000 n 
-0000573496 00000 n 
-0000573560 00000 n 
-0000573624 00000 n 
-0000573814 00000 n 
-0000573877 00000 n 
-0000573940 00000 n 
-0000574129 00000 n 
-0000574192 00000 n 
-0000574255 00000 n 
-0000574317 00000 n 
-0000574380 00000 n 
-0000574443 00000 n 
-0000574506 00000 n 
-0000574569 00000 n 
-0000574632 00000 n 
-0000579955 00000 n 
-0000577937 00000 n 
-0000574825 00000 n 
-0000578061 00000 n 
-0000578124 00000 n 
-0000578187 00000 n 
-0000578250 00000 n 
-0000578313 00000 n 
-0000578376 00000 n 
-0000578439 00000 n 
-0000578500 00000 n 
-0000578689 00000 n 
-0000578752 00000 n 
-0000578815 00000 n 
-0000578879 00000 n 
-0000578942 00000 n 
-0000579005 00000 n 
-0000579194 00000 n 
-0000579257 00000 n 
-0000579321 00000 n 
-0000579384 00000 n 
-0000579447 00000 n 
-0000579511 00000 n 
-0000579575 00000 n 
-0000579638 00000 n 
-0000579702 00000 n 
-0000579765 00000 n 
-0000579828 00000 n 
-0000967516 00000 n 
-0000584957 00000 n 
-0000582370 00000 n 
-0000580071 00000 n 
-0000582494 00000 n 
-0000582557 00000 n 
-0000582682 00000 n 
-0000582745 00000 n 
-0000582808 00000 n 
-0000582871 00000 n 
-0000582934 00000 n 
-0000582998 00000 n 
-0000583061 00000 n 
-0000583124 00000 n 
-0000583188 00000 n 
-0000583252 00000 n 
-0000583315 00000 n 
-0000583378 00000 n 
-0000583441 00000 n 
-0000583505 00000 n 
-0000583569 00000 n 
-0000583633 00000 n 
-0000583697 00000 n 
-0000583760 00000 n 
-0000583823 00000 n 
-0000583886 00000 n 
-0000583949 00000 n 
-0000584013 00000 n 
-0000584076 00000 n 
-0000584139 00000 n 
-0000584202 00000 n 
-0000584391 00000 n 
-0000584454 00000 n 
-0000584517 00000 n 
-0000584580 00000 n 
-0000584643 00000 n 
-0000584705 00000 n 
-0000584768 00000 n 
-0000584831 00000 n 
-0000588833 00000 n 
-0000587074 00000 n 
-0000585073 00000 n 
-0000587198 00000 n 
-0000587324 00000 n 
-0000587387 00000 n 
-0000587450 00000 n 
-0000587513 00000 n 
-0000587576 00000 n 
-0000587639 00000 n 
-0000587702 00000 n 
-0000587765 00000 n 
-0000587828 00000 n 
-0000587891 00000 n 
-0000587954 00000 n 
-0000588016 00000 n 
-0000588079 00000 n 
-0000588142 00000 n 
-0000588205 00000 n 
-0000588518 00000 n 
-0000588581 00000 n 
-0000588770 00000 n 
-0000592104 00000 n 
-0000590409 00000 n 
-0000588949 00000 n 
+0000548725 00000 n 
+0000548788 00000 n 
+0000548851 00000 n 
+0000548914 00000 n 
+0000548977 00000 n 
+0000549039 00000 n 
+0000549102 00000 n 
+0000549165 00000 n 
+0000549229 00000 n 
+0000549291 00000 n 
+0000549354 00000 n 
+0000549417 00000 n 
+0000549480 00000 n 
+0000549543 00000 n 
+0000549857 00000 n 
+0000549920 00000 n 
+0000549983 00000 n 
+0000555162 00000 n 
+0000552536 00000 n 
+0000550162 00000 n 
+0000552831 00000 n 
+0000553145 00000 n 
+0000553208 00000 n 
+0000553272 00000 n 
+0000553336 00000 n 
+0000553399 00000 n 
+0000553461 00000 n 
+0000553650 00000 n 
+0000553776 00000 n 
+0000553839 00000 n 
+0000553901 00000 n 
+0000553965 00000 n 
+0000552681 00000 n 
+0000554028 00000 n 
+0000554154 00000 n 
+0000554217 00000 n 
+0000554280 00000 n 
+0000554343 00000 n 
+0000554406 00000 n 
+0000554469 00000 n 
+0000554532 00000 n 
+0000554595 00000 n 
+0000554657 00000 n 
+0000554720 00000 n 
+0000554784 00000 n 
+0000554973 00000 n 
+0000555036 00000 n 
+0000555099 00000 n 
+0000562221 00000 n 
+0000558881 00000 n 
+0000555292 00000 n 
+0000559005 00000 n 
+0000559068 00000 n 
+0000559131 00000 n 
+0000559194 00000 n 
+0000559258 00000 n 
+0000559321 00000 n 
+0000559384 00000 n 
+0000559447 00000 n 
+0000559510 00000 n 
+0000559573 00000 n 
+0000559636 00000 n 
+0000559699 00000 n 
+0000559762 00000 n 
+0000559825 00000 n 
+0000559888 00000 n 
+0000559951 00000 n 
+0000560014 00000 n 
+0000560077 00000 n 
+0000560141 00000 n 
+0000560204 00000 n 
+0000560267 00000 n 
+0000560331 00000 n 
+0000560394 00000 n 
+0000560458 00000 n 
+0000560521 00000 n 
+0000560584 00000 n 
+0000560647 00000 n 
+0000560710 00000 n 
+0000560773 00000 n 
+0000560836 00000 n 
+0000560899 00000 n 
+0000560962 00000 n 
+0000561025 00000 n 
+0000561088 00000 n 
+0000561151 00000 n 
+0000561214 00000 n 
+0000561277 00000 n 
+0000561340 00000 n 
+0000561403 00000 n 
+0000561466 00000 n 
+0000561529 00000 n 
+0000561592 00000 n 
+0000561655 00000 n 
+0000561717 00000 n 
+0000561779 00000 n 
+0000561842 00000 n 
+0000561905 00000 n 
+0000561968 00000 n 
+0000562032 00000 n 
+0000562095 00000 n 
+0000562158 00000 n 
+0000566778 00000 n 
+0000564904 00000 n 
+0000562365 00000 n 
+0000565203 00000 n 
+0000565392 00000 n 
+0000565455 00000 n 
+0000565049 00000 n 
+0000565644 00000 n 
+0000565707 00000 n 
+0000565771 00000 n 
+0000565834 00000 n 
+0000565897 00000 n 
+0000565960 00000 n 
+0000566023 00000 n 
+0000566086 00000 n 
+0000566148 00000 n 
+0000566338 00000 n 
+0000566401 00000 n 
+0000566464 00000 n 
+0000566527 00000 n 
+0000566590 00000 n 
+0000566654 00000 n 
+0000999832 00000 n 
+0000571716 00000 n 
+0000569464 00000 n 
+0000566922 00000 n 
+0000569765 00000 n 
+0000569891 00000 n 
+0000569609 00000 n 
+0000569954 00000 n 
+0000570017 00000 n 
+0000570080 00000 n 
+0000570143 00000 n 
+0000570206 00000 n 
+0000570269 00000 n 
+0000570332 00000 n 
+0000570395 00000 n 
+0000570458 00000 n 
+0000570521 00000 n 
+0000570710 00000 n 
+0000570773 00000 n 
+0000570836 00000 n 
+0000570900 00000 n 
+0000570963 00000 n 
+0000571026 00000 n 
+0000571089 00000 n 
+0000571152 00000 n 
+0000571215 00000 n 
+0000571278 00000 n 
+0000571341 00000 n 
+0000571528 00000 n 
+0000571591 00000 n 
+0000571654 00000 n 
+0000987403 00000 n 
+0000577138 00000 n 
+0000574240 00000 n 
+0000571818 00000 n 
+0000574364 00000 n 
+0000574427 00000 n 
+0000574490 00000 n 
+0000574553 00000 n 
+0000574616 00000 n 
+0000574679 00000 n 
+0000574742 00000 n 
+0000574929 00000 n 
+0000574992 00000 n 
+0000575055 00000 n 
+0000575117 00000 n 
+0000575180 00000 n 
+0000575243 00000 n 
+0000575306 00000 n 
+0000575369 00000 n 
+0000575432 00000 n 
+0000575495 00000 n 
+0000575558 00000 n 
+0000575621 00000 n 
+0000575684 00000 n 
+0000575872 00000 n 
+0000575935 00000 n 
+0000575999 00000 n 
+0000576063 00000 n 
+0000576252 00000 n 
+0000576315 00000 n 
+0000576379 00000 n 
+0000576442 00000 n 
+0000576505 00000 n 
+0000576569 00000 n 
+0000576631 00000 n 
+0000576694 00000 n 
+0000576758 00000 n 
+0000576821 00000 n 
+0000576884 00000 n 
+0000576946 00000 n 
+0000577010 00000 n 
+0000577074 00000 n 
+0000582517 00000 n 
+0000579233 00000 n 
+0000577254 00000 n 
+0000579357 00000 n 
+0000579420 00000 n 
+0000579483 00000 n 
+0000579546 00000 n 
+0000579610 00000 n 
+0000579673 00000 n 
+0000579736 00000 n 
+0000579800 00000 n 
+0000579864 00000 n 
+0000579927 00000 n 
+0000579990 00000 n 
+0000580053 00000 n 
+0000580117 00000 n 
+0000580180 00000 n 
+0000580495 00000 n 
+0000580558 00000 n 
+0000580622 00000 n 
+0000580685 00000 n 
+0000580748 00000 n 
+0000580811 00000 n 
+0000580874 00000 n 
+0000580936 00000 n 
+0000580998 00000 n 
+0000581061 00000 n 
+0000581124 00000 n 
+0000581188 00000 n 
+0000581251 00000 n 
+0000581314 00000 n 
+0000581377 00000 n 
+0000581440 00000 n 
+0000581504 00000 n 
+0000581567 00000 n 
+0000581754 00000 n 
+0000581817 00000 n 
+0000581881 00000 n 
+0000581945 00000 n 
+0000582009 00000 n 
+0000582073 00000 n 
+0000582136 00000 n 
+0000582200 00000 n 
+0000582263 00000 n 
+0000582327 00000 n 
+0000582390 00000 n 
+0000587658 00000 n 
+0000584759 00000 n 
+0000582633 00000 n 
+0000584883 00000 n 
+0000584946 00000 n 
+0000585071 00000 n 
+0000585256 00000 n 
+0000585319 00000 n 
+0000585382 00000 n 
+0000585446 00000 n 
+0000585510 00000 n 
+0000585573 00000 n 
+0000585636 00000 n 
+0000585700 00000 n 
+0000585763 00000 n 
+0000585826 00000 n 
+0000585890 00000 n 
+0000585953 00000 n 
+0000586016 00000 n 
+0000586079 00000 n 
+0000586143 00000 n 
+0000586206 00000 n 
+0000586269 00000 n 
+0000586333 00000 n 
+0000586396 00000 n 
+0000586584 00000 n 
+0000586647 00000 n 
+0000586710 00000 n 
+0000586774 00000 n 
+0000586837 00000 n 
+0000587026 00000 n 
+0000587089 00000 n 
+0000587153 00000 n 
+0000587217 00000 n 
+0000587281 00000 n 
+0000587469 00000 n 
+0000587532 00000 n 
+0000587595 00000 n 
+0000593573 00000 n 
 0000590533 00000 n 
-0000590596 00000 n 
-0000590785 00000 n 
-0000590848 00000 n 
-0000590911 00000 n 
-0000590974 00000 n 
-0000591037 00000 n 
+0000587774 00000 n 
+0000590657 00000 n 
+0000590783 00000 n 
+0000590909 00000 n 
+0000590972 00000 n 
+0000591036 00000 n 
 0000591100 00000 n 
-0000591163 00000 n 
-0000591225 00000 n 
-0000591288 00000 n 
-0000591351 00000 n 
-0000591414 00000 n 
-0000591477 00000 n 
-0000591665 00000 n 
-0000591728 00000 n 
-0000591791 00000 n 
-0000591853 00000 n 
-0000591916 00000 n 
-0000591979 00000 n 
-0000597634 00000 n 
-0000595450 00000 n 
-0000592220 00000 n 
-0000596250 00000 n 
-0000596313 00000 n 
-0000596438 00000 n 
-0000596501 00000 n 
-0000596564 00000 n 
-0000596627 00000 n 
-0000596690 00000 n 
-0000596753 00000 n 
-0000596943 00000 n 
-0000597005 00000 n 
-0000597068 00000 n 
-0000597131 00000 n 
-0000595622 00000 n 
-0000597194 00000 n 
-0000597257 00000 n 
-0000595775 00000 n 
+0000591226 00000 n 
+0000591289 00000 n 
+0000591352 00000 n 
+0000591416 00000 n 
+0000591479 00000 n 
+0000591542 00000 n 
+0000591606 00000 n 
+0000591670 00000 n 
+0000591734 00000 n 
+0000591797 00000 n 
+0000591860 00000 n 
+0000591924 00000 n 
+0000591987 00000 n 
+0000592051 00000 n 
+0000592114 00000 n 
+0000592177 00000 n 
+0000592241 00000 n 
+0000592305 00000 n 
+0000592369 00000 n 
+0000592433 00000 n 
+0000592497 00000 n 
+0000592560 00000 n 
+0000592624 00000 n 
+0000592687 00000 n 
+0000592749 00000 n 
+0000592811 00000 n 
+0000592875 00000 n 
+0000592939 00000 n 
+0000593003 00000 n 
+0000593067 00000 n 
+0000593131 00000 n 
+0000593195 00000 n 
+0000593321 00000 n 
+0000593384 00000 n 
+0000593447 00000 n 
+0000593510 00000 n 
+0000598270 00000 n 
+0000595806 00000 n 
+0000593675 00000 n 
+0000595930 00000 n 
+0000595993 00000 n 
+0000596118 00000 n 
+0000596181 00000 n 
+0000596244 00000 n 
+0000596370 00000 n 
+0000596432 00000 n 
+0000596496 00000 n 
+0000596560 00000 n 
+0000596624 00000 n 
+0000596687 00000 n 
+0000596751 00000 n 
+0000596877 00000 n 
+0000596940 00000 n 
+0000597003 00000 n 
+0000597129 00000 n 
+0000597192 00000 n 
+0000597256 00000 n 
 0000597320 00000 n 
-0000597383 00000 n 
-0000595934 00000 n 
-0000597445 00000 n 
-0000596093 00000 n 
-0000597508 00000 n 
-0000597571 00000 n 
-0000601826 00000 n 
-0000600319 00000 n 
-0000597764 00000 n 
-0000600443 00000 n 
-0000600506 00000 n 
-0000600695 00000 n 
-0000600758 00000 n 
-0000600821 00000 n 
-0000600884 00000 n 
-0000600947 00000 n 
-0000601010 00000 n 
-0000601073 00000 n 
-0000601136 00000 n 
-0000601199 00000 n 
-0000601262 00000 n 
-0000601325 00000 n 
-0000601387 00000 n 
-0000601451 00000 n 
-0000601514 00000 n 
-0000601702 00000 n 
-0000601765 00000 n 
-0000606548 00000 n 
-0000604405 00000 n 
-0000601984 00000 n 
-0000604529 00000 n 
-0000604592 00000 n 
-0000604655 00000 n 
-0000604719 00000 n 
-0000604782 00000 n 
-0000604845 00000 n 
-0000604908 00000 n 
-0000604971 00000 n 
-0000605034 00000 n 
-0000605097 00000 n 
-0000605160 00000 n 
-0000605223 00000 n 
-0000605286 00000 n 
-0000605349 00000 n 
-0000605412 00000 n 
-0000605474 00000 n 
-0000605537 00000 n 
-0000605601 00000 n 
-0000605665 00000 n 
-0000605728 00000 n 
-0000605917 00000 n 
-0000605979 00000 n 
-0000606043 00000 n 
-0000606107 00000 n 
-0000606170 00000 n 
-0000606233 00000 n 
-0000606296 00000 n 
-0000606359 00000 n 
-0000606422 00000 n 
-0000606485 00000 n 
-0000967641 00000 n 
-0000609608 00000 n 
-0000608234 00000 n 
-0000606706 00000 n 
-0000608533 00000 n 
-0000608596 00000 n 
-0000608658 00000 n 
-0000608721 00000 n 
-0000608785 00000 n 
-0000608379 00000 n 
-0000608974 00000 n 
-0000609037 00000 n 
-0000609101 00000 n 
-0000609164 00000 n 
-0000609227 00000 n 
-0000609290 00000 n 
-0000609353 00000 n 
-0000609417 00000 n 
-0000609481 00000 n 
-0000609544 00000 n 
-0000614991 00000 n 
-0000612372 00000 n 
-0000609780 00000 n 
-0000612838 00000 n 
-0000613027 00000 n 
-0000613090 00000 n 
-0000613154 00000 n 
-0000613468 00000 n 
-0000613656 00000 n 
-0000612526 00000 n 
-0000613719 00000 n 
-0000613782 00000 n 
-0000613846 00000 n 
-0000613910 00000 n 
-0000612681 00000 n 
-0000613974 00000 n 
-0000614038 00000 n 
-0000614102 00000 n 
-0000614166 00000 n 
-0000614230 00000 n 
-0000614293 00000 n 
-0000614357 00000 n 
-0000614420 00000 n 
-0000614483 00000 n 
-0000614547 00000 n 
-0000614611 00000 n 
-0000614801 00000 n 
-0000614864 00000 n 
-0000948762 00000 n 
-0000958722 00000 n 
-0000619583 00000 n 
-0000616845 00000 n 
-0000615135 00000 n 
-0000617504 00000 n 
-0000617755 00000 n 
-0000617008 00000 n 
-0000617943 00000 n 
-0000618006 00000 n 
-0000618070 00000 n 
-0000618134 00000 n 
-0000618260 00000 n 
-0000618323 00000 n 
-0000618386 00000 n 
-0000618449 00000 n 
-0000618513 00000 n 
-0000618638 00000 n 
-0000618701 00000 n 
-0000618764 00000 n 
-0000618827 00000 n 
-0000618891 00000 n 
-0000618954 00000 n 
-0000619016 00000 n 
-0000619079 00000 n 
-0000617172 00000 n 
-0000619268 00000 n 
-0000617343 00000 n 
-0000619393 00000 n 
-0000619456 00000 n 
-0000619520 00000 n 
-0000627105 00000 n 
-0000621905 00000 n 
-0000619741 00000 n 
-0000622370 00000 n 
-0000622685 00000 n 
-0000622748 00000 n 
-0000622812 00000 n 
-0000622875 00000 n 
-0000622059 00000 n 
-0000622215 00000 n 
-0000622938 00000 n 
-0000623001 00000 n 
-0000623064 00000 n 
-0000623127 00000 n 
-0000623189 00000 n 
-0000623251 00000 n 
-0000623314 00000 n 
-0000623378 00000 n 
-0000623442 00000 n 
-0000623506 00000 n 
-0000623570 00000 n 
-0000623633 00000 n 
-0000623696 00000 n 
-0000623759 00000 n 
-0000623822 00000 n 
-0000623885 00000 n 
-0000623944 00000 n 
-0000624007 00000 n 
-0000624070 00000 n 
-0000624134 00000 n 
-0000624198 00000 n 
-0000624261 00000 n 
-0000624324 00000 n 
-0000624387 00000 n 
-0000624450 00000 n 
-0000624513 00000 n 
-0000624576 00000 n 
-0000624639 00000 n 
-0000624702 00000 n 
-0000624766 00000 n 
-0000624829 00000 n 
-0000624892 00000 n 
-0000624955 00000 n 
-0000625018 00000 n 
-0000625081 00000 n 
-0000625144 00000 n 
-0000625207 00000 n 
-0000625270 00000 n 
-0000625334 00000 n 
+0000597384 00000 n 
+0000597510 00000 n 
+0000597573 00000 n 
+0000597699 00000 n 
+0000597762 00000 n 
+0000597826 00000 n 
+0000597890 00000 n 
+0000597954 00000 n 
+0000598080 00000 n 
+0000598143 00000 n 
+0000999957 00000 n 
+0000603751 00000 n 
+0000601046 00000 n 
+0000598372 00000 n 
+0000601350 00000 n 
+0000601476 00000 n 
+0000601539 00000 n 
+0000601603 00000 n 
+0000601666 00000 n 
+0000601729 00000 n 
+0000601793 00000 n 
+0000601983 00000 n 
+0000602046 00000 n 
+0000602109 00000 n 
+0000602299 00000 n 
+0000602362 00000 n 
+0000602552 00000 n 
+0000602615 00000 n 
+0000602678 00000 n 
+0000602741 00000 n 
+0000602804 00000 n 
+0000602867 00000 n 
+0000602930 00000 n 
+0000602993 00000 n 
+0000603057 00000 n 
+0000603121 00000 n 
+0000603184 00000 n 
+0000603247 00000 n 
+0000603310 00000 n 
+0000603373 00000 n 
+0000603436 00000 n 
+0000601191 00000 n 
+0000603499 00000 n 
+0000603562 00000 n 
+0000603625 00000 n 
+0000603688 00000 n 
+0000608661 00000 n 
+0000606116 00000 n 
+0000603881 00000 n 
+0000606584 00000 n 
+0000606647 00000 n 
+0000606710 00000 n 
+0000606270 00000 n 
+0000606773 00000 n 
+0000606836 00000 n 
+0000606899 00000 n 
+0000606962 00000 n 
+0000607023 00000 n 
+0000607086 00000 n 
+0000607275 00000 n 
+0000606424 00000 n 
+0000607463 00000 n 
+0000607651 00000 n 
+0000607714 00000 n 
+0000607904 00000 n 
+0000607967 00000 n 
+0000608031 00000 n 
+0000608095 00000 n 
+0000608283 00000 n 
+0000608346 00000 n 
+0000608409 00000 n 
+0000608472 00000 n 
+0000608535 00000 n 
+0000608598 00000 n 
+0000613494 00000 n 
+0000611546 00000 n 
+0000608777 00000 n 
+0000611670 00000 n 
+0000611733 00000 n 
+0000611922 00000 n 
+0000611985 00000 n 
+0000612048 00000 n 
+0000612111 00000 n 
+0000612173 00000 n 
+0000612236 00000 n 
+0000612299 00000 n 
+0000612361 00000 n 
+0000612423 00000 n 
+0000612486 00000 n 
+0000612549 00000 n 
+0000612612 00000 n 
+0000612675 00000 n 
+0000612738 00000 n 
+0000612801 00000 n 
+0000612864 00000 n 
+0000613053 00000 n 
+0000613115 00000 n 
+0000613178 00000 n 
+0000613242 00000 n 
+0000613305 00000 n 
+0000613368 00000 n 
+0000619036 00000 n 
+0000616387 00000 n 
+0000613596 00000 n 
+0000616511 00000 n 
+0000616699 00000 n 
+0000616762 00000 n 
+0000616826 00000 n 
+0000616889 00000 n 
+0000616952 00000 n 
+0000617015 00000 n 
+0000617079 00000 n 
+0000617142 00000 n 
+0000617206 00000 n 
+0000617269 00000 n 
+0000617332 00000 n 
+0000617522 00000 n 
+0000617585 00000 n 
+0000617648 00000 n 
+0000617710 00000 n 
+0000617773 00000 n 
+0000617837 00000 n 
+0000617900 00000 n 
+0000617962 00000 n 
+0000618025 00000 n 
+0000618088 00000 n 
+0000618151 00000 n 
+0000618214 00000 n 
+0000618277 00000 n 
+0000618341 00000 n 
+0000618405 00000 n 
+0000618469 00000 n 
+0000618533 00000 n 
+0000618596 00000 n 
+0000618659 00000 n 
+0000618722 00000 n 
+0000618785 00000 n 
+0000618849 00000 n 
+0000618912 00000 n 
+0000618975 00000 n 
+0000623347 00000 n 
+0000621275 00000 n 
+0000619152 00000 n 
+0000621399 00000 n 
+0000621462 00000 n 
+0000621524 00000 n 
+0000621650 00000 n 
+0000621713 00000 n 
+0000621776 00000 n 
+0000621839 00000 n 
+0000621902 00000 n 
+0000621965 00000 n 
+0000622028 00000 n 
+0000622091 00000 n 
+0000622280 00000 n 
+0000622343 00000 n 
+0000622406 00000 n 
+0000622469 00000 n 
+0000622532 00000 n 
+0000622594 00000 n 
+0000622657 00000 n 
+0000622720 00000 n 
+0000622782 00000 n 
+0000622841 00000 n 
+0000622904 00000 n 
+0000622967 00000 n 
+0000623030 00000 n 
+0000623094 00000 n 
+0000623158 00000 n 
+0000623221 00000 n 
+0000626404 00000 n 
+0000624833 00000 n 
+0000623463 00000 n 
+0000624957 00000 n 
+0000625208 00000 n 
 0000625397 00000 n 
-0000625461 00000 n 
-0000625525 00000 n 
-0000625589 00000 n 
-0000625653 00000 n 
-0000625717 00000 n 
-0000625781 00000 n 
-0000625845 00000 n 
-0000625909 00000 n 
-0000625973 00000 n 
-0000626035 00000 n 
-0000626098 00000 n 
-0000626161 00000 n 
-0000626224 00000 n 
-0000626288 00000 n 
-0000626351 00000 n 
-0000626413 00000 n 
-0000626475 00000 n 
-0000626538 00000 n 
-0000626601 00000 n 
-0000626664 00000 n 
-0000626727 00000 n 
-0000626790 00000 n 
-0000626853 00000 n 
-0000626916 00000 n 
-0000626979 00000 n 
-0000627042 00000 n 
-0000938704 00000 n 
-0000631903 00000 n 
-0000629675 00000 n 
-0000627249 00000 n 
-0000630128 00000 n 
-0000630191 00000 n 
-0000630255 00000 n 
-0000630319 00000 n 
-0000630383 00000 n 
-0000630447 00000 n 
-0000630511 00000 n 
-0000630574 00000 n 
-0000630637 00000 n 
-0000629829 00000 n 
-0000630825 00000 n 
-0000630888 00000 n 
-0000630951 00000 n 
-0000629976 00000 n 
-0000631014 00000 n 
-0000631078 00000 n 
-0000631142 00000 n 
-0000631206 00000 n 
-0000631522 00000 n 
-0000631585 00000 n 
-0000631649 00000 n 
-0000631713 00000 n 
-0000631777 00000 n 
-0000631839 00000 n 
-0000949142 00000 n 
-0000636735 00000 n 
-0000634343 00000 n 
-0000632061 00000 n 
-0000634651 00000 n 
-0000634966 00000 n 
-0000635029 00000 n 
-0000635093 00000 n 
-0000635156 00000 n 
-0000635219 00000 n 
-0000635283 00000 n 
-0000635346 00000 n 
-0000635409 00000 n 
-0000635473 00000 n 
-0000635535 00000 n 
-0000635598 00000 n 
-0000635787 00000 n 
-0000635850 00000 n 
-0000634488 00000 n 
-0000636038 00000 n 
-0000636101 00000 n 
-0000636164 00000 n 
-0000636228 00000 n 
-0000636292 00000 n 
-0000636355 00000 n 
-0000636417 00000 n 
-0000636480 00000 n 
-0000636544 00000 n 
-0000636608 00000 n 
-0000967766 00000 n 
-0000641823 00000 n 
-0000639672 00000 n 
-0000636879 00000 n 
-0000639796 00000 n 
-0000639859 00000 n 
-0000639984 00000 n 
-0000640047 00000 n 
-0000640110 00000 n 
-0000640174 00000 n 
-0000640238 00000 n 
-0000640301 00000 n 
-0000640364 00000 n 
-0000640427 00000 n 
-0000640490 00000 n 
-0000640554 00000 n 
-0000640617 00000 n 
-0000640680 00000 n 
-0000640744 00000 n 
-0000640807 00000 n 
-0000640870 00000 n 
-0000640933 00000 n 
-0000640996 00000 n 
-0000641060 00000 n 
-0000641124 00000 n 
-0000641188 00000 n 
-0000641251 00000 n 
-0000641315 00000 n 
-0000641379 00000 n 
-0000641443 00000 n 
-0000641633 00000 n 
-0000641696 00000 n 
-0000641759 00000 n 
-0000646990 00000 n 
-0000645159 00000 n 
-0000641981 00000 n 
-0000645283 00000 n 
-0000645346 00000 n 
-0000645408 00000 n 
-0000645471 00000 n 
-0000645534 00000 n 
-0000645597 00000 n 
-0000645660 00000 n 
-0000645850 00000 n 
-0000645913 00000 n 
-0000645977 00000 n 
-0000646040 00000 n 
-0000646104 00000 n 
-0000646167 00000 n 
-0000646231 00000 n 
-0000646294 00000 n 
-0000646357 00000 n 
-0000646420 00000 n 
-0000646483 00000 n 
-0000646547 00000 n 
-0000646610 00000 n 
-0000646673 00000 n 
-0000646736 00000 n 
-0000646799 00000 n 
-0000646863 00000 n 
-0000652996 00000 n 
-0000650599 00000 n 
-0000647120 00000 n 
-0000650723 00000 n 
-0000650786 00000 n 
-0000650910 00000 n 
-0000650973 00000 n 
-0000651036 00000 n 
-0000651099 00000 n 
-0000651161 00000 n 
-0000651223 00000 n 
-0000651287 00000 n 
-0000651350 00000 n 
-0000651413 00000 n 
-0000651476 00000 n 
-0000651539 00000 n 
-0000651603 00000 n 
-0000651667 00000 n 
-0000651731 00000 n 
-0000651794 00000 n 
-0000651857 00000 n 
-0000651920 00000 n 
-0000651983 00000 n 
-0000652046 00000 n 
-0000652109 00000 n 
-0000652172 00000 n 
-0000652235 00000 n 
-0000652298 00000 n 
-0000652362 00000 n 
-0000652425 00000 n 
-0000652488 00000 n 
-0000652551 00000 n 
-0000652615 00000 n 
-0000652679 00000 n 
-0000652741 00000 n 
-0000652804 00000 n 
-0000652868 00000 n 
-0000652932 00000 n 
-0000657164 00000 n 
-0000655588 00000 n 
-0000653126 00000 n 
-0000655712 00000 n 
-0000655775 00000 n 
-0000655837 00000 n 
-0000655899 00000 n 
-0000655963 00000 n 
-0000656026 00000 n 
-0000656089 00000 n 
-0000656152 00000 n 
-0000656341 00000 n 
-0000656404 00000 n 
-0000656467 00000 n 
-0000656530 00000 n 
-0000656593 00000 n 
-0000656657 00000 n 
-0000656720 00000 n 
-0000656910 00000 n 
-0000656973 00000 n 
-0000657037 00000 n 
-0000657101 00000 n 
-0000662457 00000 n 
-0000660621 00000 n 
-0000657294 00000 n 
-0000660745 00000 n 
-0000660808 00000 n 
-0000660871 00000 n 
-0000660934 00000 n 
-0000660997 00000 n 
-0000661061 00000 n 
-0000661125 00000 n 
-0000661189 00000 n 
-0000661252 00000 n 
-0000661315 00000 n 
-0000661378 00000 n 
-0000661442 00000 n 
-0000661506 00000 n 
-0000661570 00000 n 
-0000661633 00000 n 
-0000661697 00000 n 
-0000661761 00000 n 
-0000661825 00000 n 
-0000661888 00000 n 
-0000661952 00000 n 
-0000662015 00000 n 
-0000662078 00000 n 
-0000662141 00000 n 
-0000662204 00000 n 
-0000662267 00000 n 
-0000662330 00000 n 
-0000662393 00000 n 
-0000667494 00000 n 
-0000665283 00000 n 
-0000662573 00000 n 
-0000665407 00000 n 
-0000665470 00000 n 
-0000665533 00000 n 
-0000665597 00000 n 
-0000665661 00000 n 
-0000665725 00000 n 
-0000665788 00000 n 
-0000665851 00000 n 
-0000665914 00000 n 
-0000665978 00000 n 
-0000666040 00000 n 
-0000666103 00000 n 
-0000666167 00000 n 
-0000666230 00000 n 
-0000666292 00000 n 
-0000666355 00000 n 
-0000666418 00000 n 
-0000666481 00000 n 
-0000666544 00000 n 
-0000666607 00000 n 
-0000666670 00000 n 
-0000666733 00000 n 
-0000666796 00000 n 
-0000666859 00000 n 
-0000666923 00000 n 
-0000666986 00000 n 
-0000667050 00000 n 
-0000667114 00000 n 
-0000667178 00000 n 
-0000667241 00000 n 
-0000667304 00000 n 
-0000667368 00000 n 
-0000667431 00000 n 
-0000967891 00000 n 
-0000671683 00000 n 
-0000670423 00000 n 
-0000667596 00000 n 
-0000670547 00000 n 
-0000670610 00000 n 
-0000670798 00000 n 
-0000670861 00000 n 
-0000670925 00000 n 
-0000670988 00000 n 
-0000671051 00000 n 
-0000671115 00000 n 
-0000671178 00000 n 
-0000671241 00000 n 
-0000671303 00000 n 
-0000671367 00000 n 
-0000671430 00000 n 
-0000671493 00000 n 
-0000671557 00000 n 
-0000671620 00000 n 
-0000675400 00000 n 
-0000674394 00000 n 
-0000671813 00000 n 
-0000674518 00000 n 
-0000674581 00000 n 
-0000674643 00000 n 
-0000674706 00000 n 
-0000674769 00000 n 
-0000674832 00000 n 
-0000674896 00000 n 
-0000674960 00000 n 
-0000675148 00000 n 
-0000675211 00000 n 
-0000675274 00000 n 
-0000675337 00000 n 
-0000680808 00000 n 
-0000678285 00000 n 
-0000675530 00000 n 
-0000678409 00000 n 
-0000678472 00000 n 
-0000678534 00000 n 
-0000678597 00000 n 
-0000678660 00000 n 
-0000678849 00000 n 
-0000678912 00000 n 
-0000678975 00000 n 
-0000679038 00000 n 
-0000679102 00000 n 
-0000679165 00000 n 
-0000679228 00000 n 
-0000679291 00000 n 
-0000679353 00000 n 
-0000679416 00000 n 
-0000679479 00000 n 
-0000679543 00000 n 
-0000679607 00000 n 
-0000679670 00000 n 
-0000679734 00000 n 
-0000679798 00000 n 
-0000679861 00000 n 
-0000679924 00000 n 
-0000679987 00000 n 
-0000680050 00000 n 
-0000680113 00000 n 
-0000680176 00000 n 
-0000680239 00000 n 
-0000680302 00000 n 
-0000680365 00000 n 
-0000680555 00000 n 
-0000680618 00000 n 
-0000680681 00000 n 
-0000680744 00000 n 
-0000682626 00000 n 
-0000682249 00000 n 
-0000680952 00000 n 
-0000682373 00000 n 
-0000682436 00000 n 
-0000682499 00000 n 
-0000682563 00000 n 
-0000684880 00000 n 
-0000684693 00000 n 
-0000682728 00000 n 
-0000684817 00000 n 
-0000686559 00000 n 
-0000686372 00000 n 
-0000684968 00000 n 
-0000686496 00000 n 
-0000968016 00000 n 
-0000688581 00000 n 
-0000688394 00000 n 
-0000686647 00000 n 
-0000688518 00000 n 
-0000693753 00000 n 
-0000691119 00000 n 
-0000688669 00000 n 
-0000691733 00000 n 
-0000692048 00000 n 
-0000691282 00000 n 
-0000691429 00000 n 
-0000691582 00000 n 
-0000692237 00000 n 
-0000692300 00000 n 
-0000692362 00000 n 
-0000692425 00000 n 
-0000692488 00000 n 
-0000692551 00000 n 
-0000692615 00000 n 
-0000692678 00000 n 
-0000692868 00000 n 
-0000692931 00000 n 
-0000692994 00000 n 
-0000693058 00000 n 
-0000693122 00000 n 
-0000693311 00000 n 
-0000693374 00000 n 
-0000693563 00000 n 
-0000693626 00000 n 
-0000693689 00000 n 
-0000694342 00000 n 
-0000694155 00000 n 
-0000693869 00000 n 
-0000694279 00000 n 
-0000699109 00000 n 
-0000696906 00000 n 
-0000694430 00000 n 
-0000697030 00000 n 
-0000697345 00000 n 
-0000697408 00000 n 
-0000697595 00000 n 
-0000697658 00000 n 
-0000697721 00000 n 
-0000697784 00000 n 
-0000697846 00000 n 
-0000697909 00000 n 
-0000697973 00000 n 
-0000698037 00000 n 
-0000698100 00000 n 
-0000698163 00000 n 
-0000698226 00000 n 
-0000698289 00000 n 
-0000698353 00000 n 
-0000698417 00000 n 
-0000698606 00000 n 
-0000698669 00000 n 
-0000698732 00000 n 
-0000698795 00000 n 
-0000698857 00000 n 
-0000698920 00000 n 
-0000698983 00000 n 
-0000699046 00000 n 
-0000706753 00000 n 
-0000702917 00000 n 
-0000699211 00000 n 
-0000703041 00000 n 
-0000703104 00000 n 
-0000703167 00000 n 
-0000703230 00000 n 
-0000703293 00000 n 
-0000703356 00000 n 
-0000703419 00000 n 
-0000703482 00000 n 
-0000703545 00000 n 
-0000703608 00000 n 
-0000703671 00000 n 
-0000703734 00000 n 
-0000703797 00000 n 
-0000703860 00000 n 
-0000703922 00000 n 
-0000703985 00000 n 
-0000704048 00000 n 
-0000704111 00000 n 
-0000704174 00000 n 
-0000704237 00000 n 
-0000704300 00000 n 
-0000704363 00000 n 
-0000704426 00000 n 
-0000704487 00000 n 
-0000704550 00000 n 
-0000704613 00000 n 
-0000704676 00000 n 
-0000704738 00000 n 
-0000704800 00000 n 
-0000704863 00000 n 
-0000704926 00000 n 
-0000704989 00000 n 
-0000705052 00000 n 
-0000705115 00000 n 
-0000705178 00000 n 
-0000705241 00000 n 
-0000705304 00000 n 
-0000705367 00000 n 
-0000705430 00000 n 
-0000705493 00000 n 
-0000705556 00000 n 
-0000705619 00000 n 
-0000705682 00000 n 
-0000705745 00000 n 
-0000705809 00000 n 
-0000705873 00000 n 
-0000705936 00000 n 
-0000705999 00000 n 
-0000706062 00000 n 
-0000706125 00000 n 
-0000706188 00000 n 
-0000706251 00000 n 
-0000706314 00000 n 
-0000706377 00000 n 
-0000706440 00000 n 
-0000706503 00000 n 
-0000706565 00000 n 
-0000706628 00000 n 
-0000708245 00000 n 
-0000758595 00000 n 
-0000708100 00000 n 
-0000706841 00000 n 
-0000757838 00000 n 
-0000757964 00000 n 
-0000757680 00000 n 
-0000758026 00000 n 
-0000758090 00000 n 
-0000758217 00000 n 
-0000758405 00000 n 
-0000758468 00000 n 
-0000758532 00000 n 
-0000968141 00000 n 
-0000763916 00000 n 
-0000761289 00000 n 
-0000758748 00000 n 
-0000761584 00000 n 
-0000761647 00000 n 
-0000761709 00000 n 
-0000761434 00000 n 
-0000761897 00000 n 
-0000761960 00000 n 
-0000762023 00000 n 
-0000762086 00000 n 
-0000762150 00000 n 
-0000762214 00000 n 
-0000762278 00000 n 
-0000762341 00000 n 
-0000762404 00000 n 
-0000762467 00000 n 
-0000762530 00000 n 
-0000762593 00000 n 
-0000762656 00000 n 
-0000762719 00000 n 
-0000762782 00000 n 
-0000762845 00000 n 
-0000762908 00000 n 
+0000625460 00000 n 
+0000625649 00000 n 
+0000625712 00000 n 
+0000625775 00000 n 
+0000625838 00000 n 
+0000625901 00000 n 
+0000625964 00000 n 
+0000626027 00000 n 
+0000626090 00000 n 
+0000626153 00000 n 
+0000626215 00000 n 
+0000626278 00000 n 
+0000626341 00000 n 
+0001000082 00000 n 
+0000630225 00000 n 
+0000628906 00000 n 
+0000626520 00000 n 
+0000629030 00000 n 
+0000629218 00000 n 
+0000629281 00000 n 
+0000629343 00000 n 
+0000629406 00000 n 
+0000629469 00000 n 
+0000629532 00000 n 
+0000629721 00000 n 
+0000629784 00000 n 
+0000629848 00000 n 
+0000629911 00000 n 
+0000629973 00000 n 
+0000630036 00000 n 
+0000630098 00000 n 
+0000636170 00000 n 
+0000633504 00000 n 
+0000630369 00000 n 
+0000634467 00000 n 
+0000634593 00000 n 
+0000634656 00000 n 
+0000633685 00000 n 
+0000634719 00000 n 
+0000634782 00000 n 
+0000634972 00000 n 
+0000635035 00000 n 
+0000635098 00000 n 
+0000635161 00000 n 
+0000633839 00000 n 
+0000635224 00000 n 
+0000635287 00000 n 
+0000633993 00000 n 
+0000635350 00000 n 
+0000635413 00000 n 
+0000634151 00000 n 
+0000635476 00000 n 
+0000634310 00000 n 
+0000635539 00000 n 
+0000635602 00000 n 
+0000635665 00000 n 
+0000635729 00000 n 
+0000635792 00000 n 
+0000635982 00000 n 
+0000636044 00000 n 
+0000636107 00000 n 
+0000640628 00000 n 
+0000638422 00000 n 
+0000636300 00000 n 
+0000638546 00000 n 
+0000638609 00000 n 
+0000638672 00000 n 
+0000638734 00000 n 
+0000638797 00000 n 
+0000638860 00000 n 
+0000638924 00000 n 
+0000638987 00000 n 
+0000639050 00000 n 
+0000639112 00000 n 
+0000639176 00000 n 
+0000639240 00000 n 
+0000639430 00000 n 
+0000639493 00000 n 
+0000639556 00000 n 
+0000639619 00000 n 
+0000639683 00000 n 
+0000639746 00000 n 
+0000639809 00000 n 
+0000639871 00000 n 
+0000639934 00000 n 
+0000639997 00000 n 
+0000640060 00000 n 
+0000640123 00000 n 
+0000640186 00000 n 
+0000640248 00000 n 
+0000640311 00000 n 
+0000640374 00000 n 
+0000640437 00000 n 
+0000640500 00000 n 
+0000640564 00000 n 
+0000645337 00000 n 
+0000643205 00000 n 
+0000640786 00000 n 
+0000643504 00000 n 
+0000643567 00000 n 
+0000643630 00000 n 
+0000643819 00000 n 
+0000643882 00000 n 
+0000643946 00000 n 
+0000644010 00000 n 
+0000644073 00000 n 
+0000644136 00000 n 
+0000644199 00000 n 
+0000644262 00000 n 
+0000644325 00000 n 
+0000644388 00000 n 
+0000644451 00000 n 
+0000644514 00000 n 
+0000644577 00000 n 
+0000644641 00000 n 
+0000643350 00000 n 
+0000644831 00000 n 
+0000644894 00000 n 
+0000644958 00000 n 
+0000645021 00000 n 
+0000645084 00000 n 
+0000645147 00000 n 
+0000645210 00000 n 
+0000645273 00000 n 
+0000646490 00000 n 
+0000646176 00000 n 
+0000645509 00000 n 
+0000646300 00000 n 
+0000646363 00000 n 
+0000646426 00000 n 
+0000651789 00000 n 
+0000649170 00000 n 
+0000646578 00000 n 
+0000649636 00000 n 
+0000649825 00000 n 
+0000649888 00000 n 
+0000649952 00000 n 
+0000650266 00000 n 
+0000650454 00000 n 
+0000649324 00000 n 
+0000650517 00000 n 
+0000650580 00000 n 
+0000650644 00000 n 
+0000650708 00000 n 
+0000649479 00000 n 
+0000650772 00000 n 
+0000650836 00000 n 
+0000650900 00000 n 
+0000650964 00000 n 
+0000651028 00000 n 
+0000651091 00000 n 
+0000651155 00000 n 
+0000651218 00000 n 
+0000651281 00000 n 
+0000651345 00000 n 
+0000651409 00000 n 
+0000651599 00000 n 
+0000651662 00000 n 
+0001000207 00000 n 
+0000981203 00000 n 
+0000991163 00000 n 
+0000656382 00000 n 
+0000653644 00000 n 
+0000651933 00000 n 
+0000654303 00000 n 
+0000654554 00000 n 
+0000653807 00000 n 
+0000654742 00000 n 
+0000654805 00000 n 
+0000654869 00000 n 
+0000654933 00000 n 
+0000655059 00000 n 
+0000655122 00000 n 
+0000655185 00000 n 
+0000655248 00000 n 
+0000655312 00000 n 
+0000655437 00000 n 
+0000655500 00000 n 
+0000655563 00000 n 
+0000655626 00000 n 
+0000655690 00000 n 
+0000655753 00000 n 
+0000655815 00000 n 
+0000655878 00000 n 
+0000653971 00000 n 
+0000656067 00000 n 
+0000654142 00000 n 
+0000656192 00000 n 
+0000656255 00000 n 
+0000656319 00000 n 
+0000663914 00000 n 
+0000658718 00000 n 
+0000656540 00000 n 
+0000659185 00000 n 
+0000659500 00000 n 
+0000659563 00000 n 
+0000659627 00000 n 
+0000659689 00000 n 
+0000658872 00000 n 
+0000659030 00000 n 
+0000659752 00000 n 
+0000659815 00000 n 
+0000659878 00000 n 
+0000659941 00000 n 
+0000660004 00000 n 
+0000660067 00000 n 
+0000660130 00000 n 
+0000660194 00000 n 
+0000660258 00000 n 
+0000660322 00000 n 
+0000660386 00000 n 
+0000660449 00000 n 
+0000660512 00000 n 
+0000660575 00000 n 
+0000660638 00000 n 
+0000660701 00000 n 
+0000660764 00000 n 
+0000660827 00000 n 
+0000660886 00000 n 
+0000660946 00000 n 
+0000661006 00000 n 
+0000661069 00000 n 
+0000661132 00000 n 
+0000661195 00000 n 
+0000661258 00000 n 
+0000661321 00000 n 
+0000661384 00000 n 
+0000661447 00000 n 
+0000661510 00000 n 
+0000661574 00000 n 
+0000661637 00000 n 
+0000661701 00000 n 
+0000661765 00000 n 
+0000661829 00000 n 
+0000661892 00000 n 
+0000661955 00000 n 
+0000662017 00000 n 
+0000662079 00000 n 
+0000662143 00000 n 
+0000662206 00000 n 
+0000662270 00000 n 
+0000662334 00000 n 
+0000662398 00000 n 
+0000662462 00000 n 
+0000662526 00000 n 
+0000662590 00000 n 
+0000662654 00000 n 
+0000662718 00000 n 
+0000662782 00000 n 
+0000662845 00000 n 
+0000662907 00000 n 
+0000662970 00000 n 
+0000663033 00000 n 
+0000663097 00000 n 
+0000663160 00000 n 
+0000663223 00000 n 
+0000663286 00000 n 
+0000663349 00000 n 
+0000663412 00000 n 
+0000663474 00000 n 
+0000663537 00000 n 
+0000663600 00000 n 
+0000663663 00000 n 
+0000663726 00000 n 
+0000663789 00000 n 
+0000663852 00000 n 
+0000971137 00000 n 
+0000668326 00000 n 
+0000666286 00000 n 
+0000664058 00000 n 
+0000666740 00000 n 
+0000666803 00000 n 
+0000666867 00000 n 
+0000666931 00000 n 
+0000666995 00000 n 
+0000667058 00000 n 
+0000666440 00000 n 
+0000667247 00000 n 
+0000667310 00000 n 
+0000667373 00000 n 
+0000666588 00000 n 
+0000667436 00000 n 
+0000667500 00000 n 
+0000667564 00000 n 
+0000667628 00000 n 
+0000667944 00000 n 
+0000668007 00000 n 
+0000668071 00000 n 
+0000668135 00000 n 
+0000668199 00000 n 
+0000668262 00000 n 
+0000981583 00000 n 
+0000673158 00000 n 
+0000671018 00000 n 
+0000668484 00000 n 
+0000671142 00000 n 
+0000671457 00000 n 
+0000671520 00000 n 
+0000671707 00000 n 
+0000671770 00000 n 
+0000671833 00000 n 
+0000671896 00000 n 
+0000671958 00000 n 
+0000672021 00000 n 
+0000672085 00000 n 
+0000672148 00000 n 
+0000672212 00000 n 
+0000672276 00000 n 
+0000672339 00000 n 
+0000672402 00000 n 
+0000672465 00000 n 
+0000672528 00000 n 
+0000672590 00000 n 
+0000672653 00000 n 
+0000672716 00000 n 
+0000672779 00000 n 
+0000672842 00000 n 
+0000672905 00000 n 
+0000672968 00000 n 
+0000673031 00000 n 
+0000673094 00000 n 
+0000679813 00000 n 
+0000676672 00000 n 
+0000673288 00000 n 
+0000676796 00000 n 
+0000676859 00000 n 
+0000677048 00000 n 
+0000677111 00000 n 
+0000677174 00000 n 
+0000677237 00000 n 
+0000677300 00000 n 
+0000677363 00000 n 
+0000677426 00000 n 
+0000677489 00000 n 
+0000677552 00000 n 
+0000677615 00000 n 
+0000677678 00000 n 
+0000677741 00000 n 
+0000677804 00000 n 
+0000677867 00000 n 
+0000677930 00000 n 
+0000677993 00000 n 
+0000678056 00000 n 
+0000678119 00000 n 
+0000678182 00000 n 
+0000678245 00000 n 
+0000678308 00000 n 
+0000678371 00000 n 
+0000678434 00000 n 
+0000678497 00000 n 
+0000678560 00000 n 
+0000678623 00000 n 
+0000678686 00000 n 
+0000678749 00000 n 
+0000678810 00000 n 
+0000678871 00000 n 
+0000678934 00000 n 
+0000678997 00000 n 
+0000679060 00000 n 
+0000679123 00000 n 
+0000679186 00000 n 
+0000679249 00000 n 
+0000679312 00000 n 
+0000679375 00000 n 
+0000679438 00000 n 
+0000679500 00000 n 
+0000679563 00000 n 
+0000679626 00000 n 
+0000679689 00000 n 
+0000679751 00000 n 
+0000686086 00000 n 
+0000684456 00000 n 
+0000682137 00000 n 
+0000679915 00000 n 
+0000682440 00000 n 
+0000682565 00000 n 
+0000682628 00000 n 
+0000682691 00000 n 
+0000682754 00000 n 
+0000682817 00000 n 
+0000682880 00000 n 
+0000682943 00000 n 
+0000683006 00000 n 
+0000683069 00000 n 
+0000683132 00000 n 
+0000683196 00000 n 
+0000683260 00000 n 
+0000683323 00000 n 
+0000683386 00000 n 
+0000683449 00000 n 
+0000683512 00000 n 
+0000683575 00000 n 
+0000683638 00000 n 
+0000683701 00000 n 
+0000683764 00000 n 
+0000683827 00000 n 
+0000683890 00000 n 
+0000683953 00000 n 
+0000684016 00000 n 
+0000684203 00000 n 
+0000682282 00000 n 
+0000684266 00000 n 
+0000684330 00000 n 
+0001000332 00000 n 
+0000736113 00000 n 
+0000685941 00000 n 
+0000684558 00000 n 
+0000735671 00000 n 
+0000735734 00000 n 
+0000735860 00000 n 
+0000735923 00000 n 
+0000735987 00000 n 
+0000736050 00000 n 
+0000735521 00000 n 
+0000741032 00000 n 
+0000738447 00000 n 
+0000736266 00000 n 
+0000738571 00000 n 
+0000738822 00000 n 
+0000738885 00000 n 
+0000738948 00000 n 
+0000739011 00000 n 
+0000739074 00000 n 
+0000739138 00000 n 
+0000739202 00000 n 
+0000739265 00000 n 
+0000739328 00000 n 
+0000739391 00000 n 
+0000739454 00000 n 
+0000739517 00000 n 
+0000739580 00000 n 
+0000739643 00000 n 
+0000739706 00000 n 
+0000739769 00000 n 
+0000739832 00000 n 
+0000740021 00000 n 
+0000740207 00000 n 
+0000740270 00000 n 
+0000740334 00000 n 
+0000740397 00000 n 
+0000740461 00000 n 
+0000740524 00000 n 
+0000740588 00000 n 
+0000740651 00000 n 
+0000740715 00000 n 
+0000740778 00000 n 
+0000740842 00000 n 
+0000740905 00000 n 
+0000740969 00000 n 
+0000745718 00000 n 
+0000744144 00000 n 
+0000741134 00000 n 
+0000744268 00000 n 
+0000744394 00000 n 
+0000744457 00000 n 
+0000744521 00000 n 
+0000744584 00000 n 
+0000744648 00000 n 
+0000744711 00000 n 
+0000744900 00000 n 
+0000744963 00000 n 
+0000745025 00000 n 
+0000745089 00000 n 
+0000745152 00000 n 
+0000745342 00000 n 
+0000745405 00000 n 
+0000745468 00000 n 
+0000745530 00000 n 
+0000745592 00000 n 
+0000751265 00000 n 
+0000749005 00000 n 
+0000745834 00000 n 
+0000749309 00000 n 
+0000749435 00000 n 
+0000749498 00000 n 
+0000749150 00000 n 
+0000749561 00000 n 
+0000749623 00000 n 
+0000749687 00000 n 
+0000749751 00000 n 
+0000750067 00000 n 
+0000750130 00000 n 
+0000750194 00000 n 
+0000750256 00000 n 
+0000750319 00000 n 
+0000750382 00000 n 
+0000750444 00000 n 
+0000750507 00000 n 
+0000750570 00000 n 
+0000750633 00000 n 
+0000750696 00000 n 
+0000750760 00000 n 
+0000750823 00000 n 
+0000750886 00000 n 
+0000750949 00000 n 
+0000751011 00000 n 
+0000751075 00000 n 
+0000751138 00000 n 
+0000751201 00000 n 
+0000755813 00000 n 
+0000754241 00000 n 
+0000751381 00000 n 
+0000754365 00000 n 
+0000754428 00000 n 
+0000754491 00000 n 
+0000754553 00000 n 
+0000754616 00000 n 
+0000754679 00000 n 
+0000754742 00000 n 
+0000754805 00000 n 
+0000754868 00000 n 
+0000754931 00000 n 
+0000754995 00000 n 
+0000755058 00000 n 
+0000755247 00000 n 
+0000755310 00000 n 
+0000755374 00000 n 
+0000755561 00000 n 
+0000755624 00000 n 
+0000755687 00000 n 
+0000755750 00000 n 
+0000759969 00000 n 
+0000758394 00000 n 
+0000755943 00000 n 
+0000758518 00000 n 
+0000758581 00000 n 
+0000758644 00000 n 
+0000758708 00000 n 
+0000758898 00000 n 
+0000758961 00000 n 
+0000759024 00000 n 
+0000759087 00000 n 
+0000759276 00000 n 
+0000759465 00000 n 
+0000759654 00000 n 
+0000759843 00000 n 
+0001000457 00000 n 
+0000763286 00000 n 
+0000761838 00000 n 
+0000760071 00000 n 
+0000761962 00000 n 
+0000762088 00000 n 
+0000762277 00000 n 
+0000762340 00000 n 
+0000762529 00000 n 
+0000762718 00000 n 
+0000762907 00000 n 
+0000762970 00000 n 
+0000763034 00000 n 
 0000763097 00000 n 
-0000763285 00000 n 
-0000763348 00000 n 
-0000763412 00000 n 
-0000763475 00000 n 
-0000763539 00000 n 
-0000763602 00000 n 
-0000763665 00000 n 
-0000763728 00000 n 
-0000763791 00000 n 
-0000763853 00000 n 
-0000768202 00000 n 
-0000766689 00000 n 
-0000764018 00000 n 
-0000766813 00000 n 
-0000766876 00000 n 
-0000766940 00000 n 
-0000767129 00000 n 
-0000767192 00000 n 
-0000767256 00000 n 
-0000767319 00000 n 
-0000767383 00000 n 
-0000767446 00000 n 
-0000767634 00000 n 
-0000767697 00000 n 
-0000767760 00000 n 
-0000767823 00000 n 
-0000767886 00000 n 
-0000768075 00000 n 
-0000768138 00000 n 
-0000772500 00000 n 
-0000770742 00000 n 
-0000768304 00000 n 
-0000770866 00000 n 
-0000770929 00000 n 
-0000770992 00000 n 
-0000771053 00000 n 
-0000771116 00000 n 
-0000771179 00000 n 
-0000771243 00000 n 
-0000771307 00000 n 
-0000771370 00000 n 
-0000771433 00000 n 
-0000771495 00000 n 
-0000771558 00000 n 
-0000771621 00000 n 
-0000771683 00000 n 
-0000771746 00000 n 
-0000771809 00000 n 
-0000771997 00000 n 
-0000772060 00000 n 
-0000772123 00000 n 
-0000772186 00000 n 
-0000772374 00000 n 
-0000776250 00000 n 
-0000774689 00000 n 
-0000772602 00000 n 
-0000774813 00000 n 
-0000774937 00000 n 
-0000775125 00000 n 
-0000775314 00000 n 
-0000775503 00000 n 
-0000775692 00000 n 
-0000775751 00000 n 
-0000775937 00000 n 
-0000776126 00000 n 
-0000780273 00000 n 
-0000778700 00000 n 
-0000776352 00000 n 
-0000778824 00000 n 
-0000778887 00000 n 
-0000779012 00000 n 
-0000779075 00000 n 
-0000779139 00000 n 
-0000779202 00000 n 
-0000779265 00000 n 
-0000779454 00000 n 
-0000779517 00000 n 
-0000779580 00000 n 
-0000779644 00000 n 
-0000779707 00000 n 
-0000779897 00000 n 
-0000779960 00000 n 
-0000780149 00000 n 
-0000780210 00000 n 
-0000785020 00000 n 
-0000783006 00000 n 
-0000780389 00000 n 
-0000783130 00000 n 
-0000783193 00000 n 
-0000783256 00000 n 
-0000783443 00000 n 
-0000783506 00000 n 
-0000783569 00000 n 
-0000783758 00000 n 
-0000783947 00000 n 
-0000784010 00000 n 
-0000784074 00000 n 
-0000784264 00000 n 
-0000784327 00000 n 
-0000784390 00000 n 
-0000784453 00000 n 
-0000784516 00000 n 
-0000784579 00000 n 
-0000784642 00000 n 
-0000784704 00000 n 
-0000784767 00000 n 
-0000784830 00000 n 
-0000784893 00000 n 
-0000784957 00000 n 
-0000968266 00000 n 
-0000790526 00000 n 
-0000787877 00000 n 
-0000785136 00000 n 
-0000788001 00000 n 
-0000788064 00000 n 
-0000788127 00000 n 
-0000788315 00000 n 
-0000788378 00000 n 
-0000788441 00000 n 
-0000788505 00000 n 
-0000788568 00000 n 
-0000788631 00000 n 
-0000788694 00000 n 
-0000788756 00000 n 
-0000788818 00000 n 
-0000788882 00000 n 
-0000788945 00000 n 
-0000789009 00000 n 
-0000789073 00000 n 
-0000789136 00000 n 
-0000789199 00000 n 
-0000789262 00000 n 
-0000789325 00000 n 
-0000789389 00000 n 
-0000789452 00000 n 
-0000789515 00000 n 
-0000789578 00000 n 
-0000789642 00000 n 
-0000789705 00000 n 
-0000789768 00000 n 
-0000789831 00000 n 
-0000789894 00000 n 
-0000789957 00000 n 
-0000790021 00000 n 
-0000790083 00000 n 
-0000790146 00000 n 
-0000790210 00000 n 
-0000790273 00000 n 
-0000790336 00000 n 
-0000790400 00000 n 
-0000790463 00000 n 
-0000795036 00000 n 
-0000793339 00000 n 
-0000790656 00000 n 
-0000793463 00000 n 
-0000793526 00000 n 
-0000793589 00000 n 
-0000793652 00000 n 
-0000793715 00000 n 
-0000793779 00000 n 
-0000793841 00000 n 
-0000793904 00000 n 
-0000793968 00000 n 
-0000794031 00000 n 
-0000794095 00000 n 
-0000794158 00000 n 
-0000794221 00000 n 
-0000794406 00000 n 
-0000794595 00000 n 
-0000794784 00000 n 
-0000794847 00000 n 
-0000794910 00000 n 
-0000794973 00000 n 
-0000799179 00000 n 
-0000797862 00000 n 
-0000795152 00000 n 
-0000797986 00000 n 
-0000798049 00000 n 
-0000798111 00000 n 
-0000798299 00000 n 
-0000798362 00000 n 
-0000798425 00000 n 
-0000798488 00000 n 
-0000798551 00000 n 
-0000798614 00000 n 
-0000798801 00000 n 
-0000798864 00000 n 
-0000798927 00000 n 
-0000798990 00000 n 
-0000799053 00000 n 
-0000802959 00000 n 
-0000801706 00000 n 
-0000799295 00000 n 
-0000801830 00000 n 
-0000801893 00000 n 
-0000802018 00000 n 
-0000802207 00000 n 
-0000802270 00000 n 
-0000802333 00000 n 
-0000802396 00000 n 
-0000802459 00000 n 
-0000802522 00000 n 
-0000802584 00000 n 
-0000802647 00000 n 
-0000802833 00000 n 
-0000802896 00000 n 
-0000807250 00000 n 
-0000805690 00000 n 
-0000803061 00000 n 
-0000806176 00000 n 
-0000806239 00000 n 
-0000806303 00000 n 
-0000806367 00000 n 
-0000805844 00000 n 
-0000806430 00000 n 
-0000806493 00000 n 
-0000806007 00000 n 
-0000806682 00000 n 
-0000806745 00000 n 
-0000806808 00000 n 
-0000806997 00000 n 
-0000807060 00000 n 
-0000807123 00000 n 
-0000807186 00000 n 
-0000811627 00000 n 
-0000810264 00000 n 
-0000807366 00000 n 
-0000810556 00000 n 
-0000810619 00000 n 
-0000810682 00000 n 
-0000810745 00000 n 
-0000810808 00000 n 
-0000810997 00000 n 
-0000811060 00000 n 
-0000811123 00000 n 
-0000810409 00000 n 
-0000811186 00000 n 
-0000811248 00000 n 
-0000811311 00000 n 
-0000811374 00000 n 
-0000811437 00000 n 
-0000811500 00000 n 
-0000968391 00000 n 
-0000812935 00000 n 
-0000812496 00000 n 
-0000811743 00000 n 
-0000812620 00000 n 
-0000812746 00000 n 
-0000812809 00000 n 
-0000812872 00000 n 
-0000817582 00000 n 
-0000815567 00000 n 
-0000813051 00000 n 
-0000815691 00000 n 
-0000815880 00000 n 
-0000815943 00000 n 
-0000816006 00000 n 
-0000816069 00000 n 
-0000816131 00000 n 
-0000816194 00000 n 
-0000816257 00000 n 
-0000816321 00000 n 
-0000816384 00000 n 
-0000816447 00000 n 
-0000816510 00000 n 
-0000816572 00000 n 
-0000816635 00000 n 
-0000816697 00000 n 
-0000816761 00000 n 
-0000816824 00000 n 
-0000816886 00000 n 
-0000816949 00000 n 
-0000817012 00000 n 
-0000817076 00000 n 
-0000817139 00000 n 
-0000817202 00000 n 
-0000817265 00000 n 
-0000817329 00000 n 
-0000817392 00000 n 
-0000817455 00000 n 
-0000817518 00000 n 
-0000822790 00000 n 
-0000821022 00000 n 
-0000817712 00000 n 
-0000821146 00000 n 
-0000821209 00000 n 
-0000821271 00000 n 
-0000821334 00000 n 
-0000821398 00000 n 
-0000821462 00000 n 
-0000821526 00000 n 
-0000821589 00000 n 
-0000821652 00000 n 
-0000821715 00000 n 
-0000821779 00000 n 
-0000821842 00000 n 
-0000821906 00000 n 
-0000821969 00000 n 
-0000822032 00000 n 
-0000822095 00000 n 
-0000822158 00000 n 
-0000822222 00000 n 
-0000822284 00000 n 
-0000822348 00000 n 
-0000822411 00000 n 
-0000822474 00000 n 
-0000822538 00000 n 
-0000822601 00000 n 
-0000822664 00000 n 
-0000822727 00000 n 
-0000827140 00000 n 
-0000825308 00000 n 
-0000822906 00000 n 
-0000825432 00000 n 
-0000825495 00000 n 
-0000825558 00000 n 
-0000825621 00000 n 
-0000825684 00000 n 
-0000825748 00000 n 
-0000825810 00000 n 
-0000825873 00000 n 
-0000825937 00000 n 
-0000826001 00000 n 
-0000826064 00000 n 
-0000826127 00000 n 
-0000826191 00000 n 
-0000826254 00000 n 
-0000826318 00000 n 
-0000826382 00000 n 
-0000826445 00000 n 
-0000826508 00000 n 
-0000826571 00000 n 
-0000826635 00000 n 
-0000826698 00000 n 
-0000826762 00000 n 
-0000826825 00000 n 
-0000826888 00000 n 
-0000826951 00000 n 
-0000827014 00000 n 
-0000827077 00000 n 
-0000831953 00000 n 
-0000830078 00000 n 
-0000827284 00000 n 
-0000830376 00000 n 
-0000830439 00000 n 
-0000830502 00000 n 
-0000830566 00000 n 
-0000830628 00000 n 
-0000830691 00000 n 
-0000830223 00000 n 
-0000830755 00000 n 
-0000830818 00000 n 
-0000830880 00000 n 
-0000830943 00000 n 
-0000831006 00000 n 
-0000831069 00000 n 
-0000831131 00000 n 
-0000831194 00000 n 
-0000831257 00000 n 
-0000831320 00000 n 
-0000831383 00000 n 
-0000831446 00000 n 
-0000831509 00000 n 
-0000831572 00000 n 
-0000831635 00000 n 
-0000831699 00000 n 
-0000831763 00000 n 
-0000831826 00000 n 
-0000831890 00000 n 
-0000836623 00000 n 
-0000834934 00000 n 
-0000832097 00000 n 
-0000835237 00000 n 
-0000835300 00000 n 
-0000835363 00000 n 
-0000835425 00000 n 
-0000835489 00000 n 
-0000835552 00000 n 
-0000835615 00000 n 
-0000835678 00000 n 
-0000835741 00000 n 
-0000835804 00000 n 
-0000835867 00000 n 
-0000835931 00000 n 
-0000835994 00000 n 
-0000836057 00000 n 
-0000836120 00000 n 
-0000836183 00000 n 
-0000836246 00000 n 
-0000836308 00000 n 
-0000836371 00000 n 
-0000835079 00000 n 
-0000836434 00000 n 
-0000836497 00000 n 
-0000836560 00000 n 
-0000968516 00000 n 
-0000842034 00000 n 
-0000839838 00000 n 
-0000836725 00000 n 
-0000840136 00000 n 
-0000840199 00000 n 
-0000840262 00000 n 
-0000840323 00000 n 
-0000840386 00000 n 
-0000840449 00000 n 
-0000840512 00000 n 
-0000840575 00000 n 
-0000840638 00000 n 
-0000840702 00000 n 
-0000840765 00000 n 
-0000840828 00000 n 
-0000840892 00000 n 
-0000840955 00000 n 
-0000841019 00000 n 
-0000841083 00000 n 
-0000841146 00000 n 
-0000841209 00000 n 
-0000841273 00000 n 
-0000841337 00000 n 
-0000841401 00000 n 
-0000841464 00000 n 
-0000841527 00000 n 
-0000841591 00000 n 
-0000839983 00000 n 
-0000841654 00000 n 
-0000841717 00000 n 
-0000841780 00000 n 
-0000841843 00000 n 
-0000841906 00000 n 
-0000841970 00000 n 
-0000846348 00000 n 
-0000844648 00000 n 
+0000763160 00000 n 
+0000768067 00000 n 
+0000765869 00000 n 
+0000763388 00000 n 
+0000765993 00000 n 
+0000766181 00000 n 
+0000766244 00000 n 
+0000766432 00000 n 
+0000766494 00000 n 
+0000766558 00000 n 
+0000766746 00000 n 
+0000766933 00000 n 
+0000766996 00000 n 
+0000767060 00000 n 
+0000767250 00000 n 
+0000767313 00000 n 
+0000767376 00000 n 
+0000767439 00000 n 
+0000767502 00000 n 
+0000767565 00000 n 
+0000767628 00000 n 
+0000767691 00000 n 
+0000767754 00000 n 
+0000767817 00000 n 
+0000767879 00000 n 
+0000767942 00000 n 
+0000768005 00000 n 
+0000773692 00000 n 
+0000771104 00000 n 
+0000768169 00000 n 
+0000771228 00000 n 
+0000771291 00000 n 
+0000771416 00000 n 
+0000771479 00000 n 
+0000771542 00000 n 
+0000771606 00000 n 
+0000771669 00000 n 
+0000771732 00000 n 
+0000771795 00000 n 
+0000771859 00000 n 
+0000771923 00000 n 
+0000771987 00000 n 
+0000772050 00000 n 
+0000772114 00000 n 
+0000772178 00000 n 
+0000772241 00000 n 
+0000772304 00000 n 
+0000772367 00000 n 
+0000772429 00000 n 
+0000772493 00000 n 
+0000772556 00000 n 
+0000772619 00000 n 
+0000772682 00000 n 
+0000772746 00000 n 
+0000772809 00000 n 
+0000772872 00000 n 
+0000772936 00000 n 
+0000772999 00000 n 
+0000773062 00000 n 
+0000773126 00000 n 
+0000773189 00000 n 
+0000773251 00000 n 
+0000773314 00000 n 
+0000773377 00000 n 
+0000773440 00000 n 
+0000773504 00000 n 
+0000773566 00000 n 
+0000773629 00000 n 
+0000778315 00000 n 
+0000776558 00000 n 
+0000773822 00000 n 
+0000776682 00000 n 
+0000776745 00000 n 
+0000776808 00000 n 
+0000776871 00000 n 
+0000776935 00000 n 
+0000776998 00000 n 
+0000777060 00000 n 
+0000777124 00000 n 
+0000777187 00000 n 
+0000777251 00000 n 
+0000777314 00000 n 
+0000777376 00000 n 
+0000777562 00000 n 
+0000777751 00000 n 
+0000777938 00000 n 
+0000778001 00000 n 
+0000778064 00000 n 
+0000778127 00000 n 
+0000778190 00000 n 
+0000782558 00000 n 
+0000781177 00000 n 
+0000778431 00000 n 
+0000781301 00000 n 
+0000781426 00000 n 
+0000781489 00000 n 
+0000781552 00000 n 
+0000781614 00000 n 
+0000781677 00000 n 
+0000781740 00000 n 
+0000781929 00000 n 
+0000781992 00000 n 
+0000782055 00000 n 
+0000782118 00000 n 
+0000782181 00000 n 
+0000782369 00000 n 
+0000782432 00000 n 
+0000786991 00000 n 
+0000785487 00000 n 
+0000782674 00000 n 
+0000785796 00000 n 
+0000785922 00000 n 
+0000785984 00000 n 
+0000786047 00000 n 
+0000786110 00000 n 
+0000786173 00000 n 
+0000786236 00000 n 
+0000786299 00000 n 
+0000786362 00000 n 
+0000786549 00000 n 
+0000786611 00000 n 
+0000786674 00000 n 
+0000786738 00000 n 
+0000786802 00000 n 
+0000786865 00000 n 
+0000785632 00000 n 
+0000786928 00000 n 
+0001000582 00000 n 
+0000791364 00000 n 
+0000789916 00000 n 
+0000787107 00000 n 
+0000790230 00000 n 
+0000790293 00000 n 
+0000790061 00000 n 
+0000790482 00000 n 
+0000790544 00000 n 
+0000790607 00000 n 
+0000790796 00000 n 
+0000790859 00000 n 
+0000790922 00000 n 
+0000790985 00000 n 
+0000791049 00000 n 
+0000791112 00000 n 
+0000791175 00000 n 
+0000791238 00000 n 
+0000795189 00000 n 
+0000793891 00000 n 
+0000791480 00000 n 
+0000794183 00000 n 
+0000794309 00000 n 
+0000794372 00000 n 
+0000794435 00000 n 
+0000794036 00000 n 
+0000794498 00000 n 
+0000794561 00000 n 
+0000794623 00000 n 
+0000794686 00000 n 
+0000794749 00000 n 
+0000794812 00000 n 
+0000795000 00000 n 
+0000795063 00000 n 
+0000795126 00000 n 
+0000799980 00000 n 
+0000797588 00000 n 
+0000795305 00000 n 
+0000797896 00000 n 
+0000798211 00000 n 
+0000798274 00000 n 
+0000798338 00000 n 
+0000798401 00000 n 
+0000798464 00000 n 
+0000798528 00000 n 
+0000798591 00000 n 
+0000798654 00000 n 
+0000798718 00000 n 
+0000798780 00000 n 
+0000798843 00000 n 
+0000799032 00000 n 
+0000799095 00000 n 
+0000797733 00000 n 
+0000799283 00000 n 
+0000799346 00000 n 
+0000799409 00000 n 
+0000799473 00000 n 
+0000799537 00000 n 
+0000799600 00000 n 
+0000799662 00000 n 
+0000799725 00000 n 
+0000799789 00000 n 
+0000799853 00000 n 
+0000805069 00000 n 
+0000802918 00000 n 
+0000800124 00000 n 
+0000803042 00000 n 
+0000803105 00000 n 
+0000803230 00000 n 
+0000803293 00000 n 
+0000803356 00000 n 
+0000803420 00000 n 
+0000803484 00000 n 
+0000803547 00000 n 
+0000803610 00000 n 
+0000803673 00000 n 
+0000803736 00000 n 
+0000803800 00000 n 
+0000803863 00000 n 
+0000803926 00000 n 
+0000803990 00000 n 
+0000804053 00000 n 
+0000804116 00000 n 
+0000804179 00000 n 
+0000804242 00000 n 
+0000804306 00000 n 
+0000804370 00000 n 
+0000804434 00000 n 
+0000804497 00000 n 
+0000804561 00000 n 
+0000804625 00000 n 
+0000804689 00000 n 
+0000804879 00000 n 
+0000804942 00000 n 
+0000805005 00000 n 
+0000810236 00000 n 
+0000808405 00000 n 
+0000805227 00000 n 
+0000808529 00000 n 
+0000808592 00000 n 
+0000808654 00000 n 
+0000808717 00000 n 
+0000808780 00000 n 
+0000808843 00000 n 
+0000808906 00000 n 
+0000809096 00000 n 
+0000809159 00000 n 
+0000809223 00000 n 
+0000809286 00000 n 
+0000809350 00000 n 
+0000809413 00000 n 
+0000809477 00000 n 
+0000809540 00000 n 
+0000809603 00000 n 
+0000809666 00000 n 
+0000809729 00000 n 
+0000809793 00000 n 
+0000809856 00000 n 
+0000809919 00000 n 
+0000809982 00000 n 
+0000810045 00000 n 
+0000810109 00000 n 
+0000816242 00000 n 
+0000813845 00000 n 
+0000810366 00000 n 
+0000813969 00000 n 
+0000814032 00000 n 
+0000814156 00000 n 
+0000814219 00000 n 
+0000814282 00000 n 
+0000814345 00000 n 
+0000814407 00000 n 
+0000814469 00000 n 
+0000814533 00000 n 
+0000814596 00000 n 
+0000814659 00000 n 
+0000814722 00000 n 
+0000814785 00000 n 
+0000814849 00000 n 
+0000814913 00000 n 
+0000814977 00000 n 
+0000815040 00000 n 
+0000815103 00000 n 
+0000815166 00000 n 
+0000815229 00000 n 
+0000815292 00000 n 
+0000815355 00000 n 
+0000815418 00000 n 
+0000815481 00000 n 
+0000815544 00000 n 
+0000815608 00000 n 
+0000815671 00000 n 
+0000815734 00000 n 
+0000815797 00000 n 
+0000815861 00000 n 
+0000815925 00000 n 
+0000815987 00000 n 
+0000816050 00000 n 
+0000816114 00000 n 
+0000816178 00000 n 
+0001000707 00000 n 
+0000820410 00000 n 
+0000818834 00000 n 
+0000816372 00000 n 
+0000818958 00000 n 
+0000819021 00000 n 
+0000819083 00000 n 
+0000819145 00000 n 
+0000819209 00000 n 
+0000819272 00000 n 
+0000819335 00000 n 
+0000819398 00000 n 
+0000819587 00000 n 
+0000819650 00000 n 
+0000819713 00000 n 
+0000819776 00000 n 
+0000819839 00000 n 
+0000819903 00000 n 
+0000819966 00000 n 
+0000820156 00000 n 
+0000820219 00000 n 
+0000820283 00000 n 
+0000820347 00000 n 
+0000825703 00000 n 
+0000823867 00000 n 
+0000820540 00000 n 
+0000823991 00000 n 
+0000824054 00000 n 
+0000824117 00000 n 
+0000824180 00000 n 
+0000824243 00000 n 
+0000824307 00000 n 
+0000824371 00000 n 
+0000824435 00000 n 
+0000824498 00000 n 
+0000824561 00000 n 
+0000824624 00000 n 
+0000824688 00000 n 
+0000824752 00000 n 
+0000824816 00000 n 
+0000824879 00000 n 
+0000824943 00000 n 
+0000825007 00000 n 
+0000825071 00000 n 
+0000825134 00000 n 
+0000825198 00000 n 
+0000825261 00000 n 
+0000825324 00000 n 
+0000825387 00000 n 
+0000825450 00000 n 
+0000825513 00000 n 
+0000825576 00000 n 
+0000825639 00000 n 
+0000830740 00000 n 
+0000828529 00000 n 
+0000825819 00000 n 
+0000828653 00000 n 
+0000828716 00000 n 
+0000828779 00000 n 
+0000828843 00000 n 
+0000828907 00000 n 
+0000828971 00000 n 
+0000829034 00000 n 
+0000829097 00000 n 
+0000829160 00000 n 
+0000829224 00000 n 
+0000829286 00000 n 
+0000829349 00000 n 
+0000829413 00000 n 
+0000829476 00000 n 
+0000829538 00000 n 
+0000829601 00000 n 
+0000829664 00000 n 
+0000829727 00000 n 
+0000829790 00000 n 
+0000829853 00000 n 
+0000829916 00000 n 
+0000829979 00000 n 
+0000830042 00000 n 
+0000830105 00000 n 
+0000830169 00000 n 
+0000830232 00000 n 
+0000830296 00000 n 
+0000830360 00000 n 
+0000830424 00000 n 
+0000830487 00000 n 
+0000830550 00000 n 
+0000830614 00000 n 
+0000830677 00000 n 
+0000834929 00000 n 
+0000833669 00000 n 
+0000830842 00000 n 
+0000833793 00000 n 
+0000833856 00000 n 
+0000834044 00000 n 
+0000834107 00000 n 
+0000834171 00000 n 
+0000834234 00000 n 
+0000834297 00000 n 
+0000834361 00000 n 
+0000834424 00000 n 
+0000834487 00000 n 
+0000834549 00000 n 
+0000834613 00000 n 
+0000834676 00000 n 
+0000834739 00000 n 
+0000834803 00000 n 
+0000834866 00000 n 
+0000839049 00000 n 
+0000837299 00000 n 
+0000835059 00000 n 
+0000837914 00000 n 
+0000837977 00000 n 
+0000838040 00000 n 
+0000838103 00000 n 
+0000838166 00000 n 
+0000838230 00000 n 
+0000838294 00000 n 
+0000838609 00000 n 
+0000837462 00000 n 
+0000837609 00000 n 
+0000837762 00000 n 
+0000838798 00000 n 
+0000838861 00000 n 
+0000838924 00000 n 
+0000838987 00000 n 
+0000842242 00000 n 
+0000840790 00000 n 
+0000839179 00000 n 
+0000840914 00000 n 
+0000840977 00000 n 
+0000841040 00000 n 
+0000841104 00000 n 
+0000841167 00000 n 
+0000841356 00000 n 
+0000841419 00000 n 
+0000841482 00000 n 
+0000841546 00000 n 
+0000841610 00000 n 
+0000841799 00000 n 
+0000841862 00000 n 
+0000842052 00000 n 
+0000842115 00000 n 
 0000842178 00000 n 
-0000844956 00000 n 
-0000845019 00000 n 
-0000845082 00000 n 
-0000845146 00000 n 
-0000845209 00000 n 
-0000845272 00000 n 
-0000845335 00000 n 
-0000845399 00000 n 
-0000845462 00000 n 
-0000845526 00000 n 
-0000845590 00000 n 
-0000845654 00000 n 
-0000845718 00000 n 
-0000844793 00000 n 
-0000845781 00000 n 
-0000845844 00000 n 
-0000845908 00000 n 
-0000845970 00000 n 
-0000846033 00000 n 
-0000846096 00000 n 
-0000846160 00000 n 
-0000846223 00000 n 
-0000846286 00000 n 
-0000851099 00000 n 
-0000848963 00000 n 
-0000846492 00000 n 
-0000849266 00000 n 
-0000849329 00000 n 
-0000849392 00000 n 
-0000849455 00000 n 
-0000849518 00000 n 
-0000849581 00000 n 
-0000849108 00000 n 
-0000849645 00000 n 
-0000849708 00000 n 
-0000849770 00000 n 
-0000849833 00000 n 
-0000849896 00000 n 
-0000849959 00000 n 
-0000850022 00000 n 
-0000850086 00000 n 
-0000850149 00000 n 
-0000850212 00000 n 
-0000850276 00000 n 
-0000850340 00000 n 
-0000850403 00000 n 
-0000850467 00000 n 
-0000850531 00000 n 
-0000850594 00000 n 
-0000850657 00000 n 
-0000850720 00000 n 
-0000850784 00000 n 
-0000850847 00000 n 
-0000850910 00000 n 
-0000850974 00000 n 
-0000851036 00000 n 
-0000857308 00000 n 
-0000854027 00000 n 
-0000851257 00000 n 
-0000854325 00000 n 
-0000854388 00000 n 
-0000854452 00000 n 
-0000854516 00000 n 
-0000854580 00000 n 
-0000854643 00000 n 
-0000854707 00000 n 
-0000854771 00000 n 
-0000854835 00000 n 
-0000854898 00000 n 
-0000854962 00000 n 
-0000855026 00000 n 
-0000855089 00000 n 
-0000855152 00000 n 
-0000855216 00000 n 
-0000855279 00000 n 
-0000855342 00000 n 
-0000855404 00000 n 
-0000855467 00000 n 
-0000855530 00000 n 
-0000855593 00000 n 
-0000855656 00000 n 
-0000855720 00000 n 
-0000855784 00000 n 
-0000855848 00000 n 
-0000855912 00000 n 
-0000855976 00000 n 
-0000856040 00000 n 
-0000856103 00000 n 
-0000854172 00000 n 
-0000856166 00000 n 
-0000856230 00000 n 
-0000856294 00000 n 
-0000856356 00000 n 
-0000856419 00000 n 
-0000856483 00000 n 
-0000856547 00000 n 
-0000856610 00000 n 
-0000856673 00000 n 
-0000856737 00000 n 
-0000856800 00000 n 
-0000856864 00000 n 
-0000856927 00000 n 
-0000856990 00000 n 
-0000857053 00000 n 
-0000857116 00000 n 
-0000857180 00000 n 
-0000857244 00000 n 
-0000952763 00000 n 
-0000861920 00000 n 
-0000860220 00000 n 
-0000857424 00000 n 
-0000860344 00000 n 
-0000860407 00000 n 
-0000860469 00000 n 
-0000860532 00000 n 
-0000860595 00000 n 
-0000860659 00000 n 
-0000860721 00000 n 
-0000860785 00000 n 
-0000860848 00000 n 
-0000860912 00000 n 
-0000860974 00000 n 
-0000861037 00000 n 
-0000861101 00000 n 
-0000861164 00000 n 
-0000861227 00000 n 
-0000861291 00000 n 
-0000861354 00000 n 
-0000861417 00000 n 
-0000861480 00000 n 
-0000861543 00000 n 
-0000861607 00000 n 
-0000861669 00000 n 
-0000861731 00000 n 
-0000861794 00000 n 
-0000861857 00000 n 
-0000867022 00000 n 
-0000864639 00000 n 
-0000862064 00000 n 
-0000864936 00000 n 
-0000864784 00000 n 
-0000864999 00000 n 
-0000865062 00000 n 
-0000865125 00000 n 
-0000865187 00000 n 
-0000865251 00000 n 
-0000865314 00000 n 
-0000865377 00000 n 
-0000865441 00000 n 
-0000865504 00000 n 
-0000865567 00000 n 
-0000865631 00000 n 
-0000865694 00000 n 
-0000865757 00000 n 
-0000865821 00000 n 
-0000865884 00000 n 
-0000865948 00000 n 
-0000866007 00000 n 
-0000866071 00000 n 
-0000866134 00000 n 
-0000866198 00000 n 
-0000866261 00000 n 
-0000866325 00000 n 
-0000866388 00000 n 
-0000866452 00000 n 
-0000866516 00000 n 
-0000866580 00000 n 
-0000866644 00000 n 
-0000866707 00000 n 
-0000866770 00000 n 
-0000866833 00000 n 
-0000866896 00000 n 
-0000866959 00000 n 
-0000968641 00000 n 
-0000872136 00000 n 
-0000870309 00000 n 
-0000867138 00000 n 
-0000870433 00000 n 
-0000870496 00000 n 
-0000870558 00000 n 
-0000870621 00000 n 
-0000870684 00000 n 
-0000870748 00000 n 
-0000870811 00000 n 
-0000870874 00000 n 
-0000870937 00000 n 
-0000870999 00000 n 
-0000871062 00000 n 
-0000871125 00000 n 
-0000871188 00000 n 
-0000871251 00000 n 
-0000871314 00000 n 
-0000871378 00000 n 
-0000871441 00000 n 
-0000871504 00000 n 
-0000871566 00000 n 
-0000871630 00000 n 
-0000871693 00000 n 
-0000871757 00000 n 
-0000871820 00000 n 
-0000871883 00000 n 
-0000871947 00000 n 
-0000872010 00000 n 
-0000872073 00000 n 
-0000876608 00000 n 
-0000874457 00000 n 
-0000872266 00000 n 
-0000874581 00000 n 
-0000874644 00000 n 
-0000874707 00000 n 
-0000874770 00000 n 
-0000874832 00000 n 
-0000874895 00000 n 
-0000874958 00000 n 
-0000875021 00000 n 
-0000875084 00000 n 
-0000875147 00000 n 
-0000875211 00000 n 
-0000875274 00000 n 
-0000875338 00000 n 
-0000875402 00000 n 
-0000875465 00000 n 
-0000875528 00000 n 
-0000875592 00000 n 
-0000875655 00000 n 
-0000875719 00000 n 
-0000875783 00000 n 
-0000875847 00000 n 
-0000875910 00000 n 
-0000875973 00000 n 
-0000876036 00000 n 
-0000876097 00000 n 
-0000876161 00000 n 
-0000876225 00000 n 
-0000876289 00000 n 
-0000876352 00000 n 
-0000876416 00000 n 
-0000876480 00000 n 
-0000876544 00000 n 
-0000878433 00000 n 
-0000877805 00000 n 
-0000876724 00000 n 
-0000877929 00000 n 
-0000877992 00000 n 
-0000878056 00000 n 
-0000878119 00000 n 
-0000878182 00000 n 
-0000878243 00000 n 
-0000878307 00000 n 
-0000878370 00000 n 
-0000883483 00000 n 
-0000881064 00000 n 
-0000878521 00000 n 
-0000881531 00000 n 
-0000881720 00000 n 
-0000881909 00000 n 
-0000881972 00000 n 
-0000882035 00000 n 
-0000882099 00000 n 
-0000881218 00000 n 
-0000881374 00000 n 
-0000882162 00000 n 
-0000882225 00000 n 
-0000882288 00000 n 
-0000882352 00000 n 
-0000882415 00000 n 
-0000882605 00000 n 
-0000882668 00000 n 
-0000882731 00000 n 
-0000882794 00000 n 
-0000882857 00000 n 
-0000883045 00000 n 
-0000883108 00000 n 
-0000883171 00000 n 
-0000883233 00000 n 
-0000883296 00000 n 
-0000883358 00000 n 
-0000887293 00000 n 
-0000885464 00000 n 
-0000883627 00000 n 
-0000885588 00000 n 
-0000885651 00000 n 
-0000885776 00000 n 
-0000885839 00000 n 
-0000885902 00000 n 
-0000885965 00000 n 
-0000886029 00000 n 
-0000886092 00000 n 
-0000886154 00000 n 
-0000886217 00000 n 
-0000886406 00000 n 
-0000886469 00000 n 
-0000886533 00000 n 
-0000886596 00000 n 
-0000886659 00000 n 
-0000886723 00000 n 
-0000886787 00000 n 
-0000886851 00000 n 
-0000886914 00000 n 
-0000886977 00000 n 
-0000887167 00000 n 
-0000887230 00000 n 
-0000891253 00000 n 
-0000889678 00000 n 
-0000887437 00000 n 
-0000889802 00000 n 
-0000889865 00000 n 
-0000889928 00000 n 
-0000889992 00000 n 
-0000890053 00000 n 
-0000890179 00000 n 
-0000890242 00000 n 
-0000890305 00000 n 
-0000890369 00000 n 
-0000890433 00000 n 
-0000890559 00000 n 
-0000890622 00000 n 
-0000890684 00000 n 
-0000890748 00000 n 
-0000890812 00000 n 
-0000890875 00000 n 
-0000890938 00000 n 
-0000891127 00000 n 
-0000891190 00000 n 
-0000968766 00000 n 
-0000894637 00000 n 
-0000893262 00000 n 
-0000891369 00000 n 
-0000893561 00000 n 
-0000893624 00000 n 
-0000893687 00000 n 
-0000893751 00000 n 
-0000893941 00000 n 
-0000894004 00000 n 
-0000894067 00000 n 
-0000894131 00000 n 
-0000893407 00000 n 
-0000894321 00000 n 
-0000894384 00000 n 
-0000894447 00000 n 
-0000894510 00000 n 
-0000894573 00000 n 
-0000900947 00000 n 
-0000897858 00000 n 
-0000894767 00000 n 
-0000897982 00000 n 
-0000898171 00000 n 
-0000898234 00000 n 
-0000898421 00000 n 
-0000898484 00000 n 
-0000898548 00000 n 
-0000898611 00000 n 
-0000898675 00000 n 
-0000898739 00000 n 
-0000898802 00000 n 
-0000898866 00000 n 
-0000898929 00000 n 
-0000898992 00000 n 
-0000899055 00000 n 
-0000899118 00000 n 
-0000899180 00000 n 
-0000899242 00000 n 
-0000899306 00000 n 
-0000899370 00000 n 
-0000899434 00000 n 
-0000899498 00000 n 
-0000899562 00000 n 
-0000899626 00000 n 
-0000899689 00000 n 
-0000899752 00000 n 
-0000899815 00000 n 
-0000899878 00000 n 
-0000899942 00000 n 
-0000900005 00000 n 
-0000900068 00000 n 
-0000900131 00000 n 
-0000900195 00000 n 
-0000900380 00000 n 
-0000900443 00000 n 
-0000900506 00000 n 
-0000900570 00000 n 
-0000900632 00000 n 
-0000900696 00000 n 
-0000900760 00000 n 
-0000900823 00000 n 
-0000900885 00000 n 
-0000904701 00000 n 
-0000902686 00000 n 
-0000901091 00000 n 
-0000902810 00000 n 
-0000903124 00000 n 
-0000903186 00000 n 
-0000903249 00000 n 
-0000903312 00000 n 
-0000903375 00000 n 
-0000903438 00000 n 
-0000903501 00000 n 
-0000903564 00000 n 
-0000903627 00000 n 
-0000903690 00000 n 
-0000903753 00000 n 
-0000903816 00000 n 
-0000903880 00000 n 
-0000903944 00000 n 
-0000904006 00000 n 
-0000904069 00000 n 
-0000904259 00000 n 
-0000904322 00000 n 
-0000904385 00000 n 
-0000904448 00000 n 
-0000904511 00000 n 
-0000904575 00000 n 
-0000904639 00000 n 
-0000907474 00000 n 
-0000905574 00000 n 
-0000904831 00000 n 
-0000905698 00000 n 
-0000905761 00000 n 
-0000905823 00000 n 
-0000905886 00000 n 
-0000905950 00000 n 
-0000906012 00000 n 
-0000906075 00000 n 
-0000906139 00000 n 
-0000906203 00000 n 
-0000906267 00000 n 
-0000906330 00000 n 
-0000906393 00000 n 
-0000906457 00000 n 
-0000906521 00000 n 
-0000906585 00000 n 
-0000906647 00000 n 
-0000906710 00000 n 
-0000906774 00000 n 
-0000906838 00000 n 
-0000906902 00000 n 
-0000906965 00000 n 
-0000907028 00000 n 
-0000907092 00000 n 
-0000907156 00000 n 
-0000907219 00000 n 
-0000907282 00000 n 
-0000907346 00000 n 
-0000907410 00000 n 
-0000910369 00000 n 
-0000908473 00000 n 
-0000907562 00000 n 
-0000908597 00000 n 
-0000908660 00000 n 
-0000908723 00000 n 
-0000908787 00000 n 
-0000908851 00000 n 
-0000908913 00000 n 
-0000908976 00000 n 
-0000909040 00000 n 
-0000909103 00000 n 
-0000909166 00000 n 
-0000909227 00000 n 
-0000909291 00000 n 
-0000909355 00000 n 
-0000909419 00000 n 
-0000909482 00000 n 
-0000909545 00000 n 
-0000909609 00000 n 
-0000909673 00000 n 
-0000909862 00000 n 
-0000909925 00000 n 
-0000909988 00000 n 
-0000910052 00000 n 
-0000910116 00000 n 
-0000910180 00000 n 
-0000910243 00000 n 
-0000910306 00000 n 
-0000912827 00000 n 
-0000911309 00000 n 
-0000910471 00000 n 
-0000911433 00000 n 
-0000911496 00000 n 
-0000911560 00000 n 
-0000911624 00000 n 
-0000911687 00000 n 
-0000911750 00000 n 
-0000911813 00000 n 
-0000911877 00000 n 
-0000911941 00000 n 
-0000912003 00000 n 
-0000912066 00000 n 
-0000912130 00000 n 
-0000912194 00000 n 
-0000912258 00000 n 
-0000912321 00000 n 
-0000912384 00000 n 
-0000912447 00000 n 
-0000912511 00000 n 
-0000912575 00000 n 
-0000912636 00000 n 
-0000912699 00000 n 
-0000912763 00000 n 
-0000968891 00000 n 
-0000917002 00000 n 
-0000915684 00000 n 
-0000912915 00000 n 
+0001000832 00000 n 
+0000846753 00000 n 
+0000844673 00000 n 
+0000842344 00000 n 
+0000844797 00000 n 
+0000844986 00000 n 
+0000845049 00000 n 
+0000845112 00000 n 
+0000845175 00000 n 
+0000845237 00000 n 
+0000845300 00000 n 
+0000845363 00000 n 
+0000845427 00000 n 
+0000845490 00000 n 
+0000845553 00000 n 
+0000845617 00000 n 
+0000845680 00000 n 
+0000845743 00000 n 
+0000845806 00000 n 
+0000845869 00000 n 
+0000845932 00000 n 
+0000845995 00000 n 
+0000846059 00000 n 
+0000846122 00000 n 
+0000846185 00000 n 
+0000846248 00000 n 
+0000846310 00000 n 
+0000846374 00000 n 
+0000846437 00000 n 
+0000846500 00000 n 
+0000846563 00000 n 
+0000846627 00000 n 
+0000846690 00000 n 
+0000851714 00000 n 
+0000850134 00000 n 
+0000846883 00000 n 
+0000850258 00000 n 
+0000850321 00000 n 
+0000850384 00000 n 
+0000850448 00000 n 
+0000850511 00000 n 
+0000850575 00000 n 
+0000850639 00000 n 
+0000850703 00000 n 
+0000850766 00000 n 
+0000850829 00000 n 
+0000850892 00000 n 
+0000850955 00000 n 
+0000851018 00000 n 
+0000851082 00000 n 
+0000851145 00000 n 
+0000851209 00000 n 
+0000851272 00000 n 
+0000851335 00000 n 
+0000851398 00000 n 
+0000851462 00000 n 
+0000851524 00000 n 
+0000851588 00000 n 
+0000851651 00000 n 
+0000856577 00000 n 
+0000854431 00000 n 
+0000851830 00000 n 
+0000854555 00000 n 
+0000854618 00000 n 
+0000854680 00000 n 
+0000854744 00000 n 
+0000854808 00000 n 
+0000854871 00000 n 
+0000854934 00000 n 
+0000854997 00000 n 
+0000855060 00000 n 
+0000855124 00000 n 
+0000855187 00000 n 
+0000855250 00000 n 
+0000855313 00000 n 
+0000855377 00000 n 
+0000855440 00000 n 
+0000855503 00000 n 
+0000855567 00000 n 
+0000855631 00000 n 
+0000855692 00000 n 
+0000855755 00000 n 
+0000855818 00000 n 
+0000855881 00000 n 
+0000855945 00000 n 
+0000856009 00000 n 
+0000856071 00000 n 
+0000856134 00000 n 
+0000856197 00000 n 
+0000856261 00000 n 
+0000856324 00000 n 
+0000856388 00000 n 
+0000856451 00000 n 
+0000856514 00000 n 
+0000861010 00000 n 
+0000859328 00000 n 
+0000856721 00000 n 
+0000859625 00000 n 
+0000859688 00000 n 
+0000859751 00000 n 
+0000859814 00000 n 
+0000859877 00000 n 
+0000859940 00000 n 
+0000860002 00000 n 
+0000860065 00000 n 
+0000860127 00000 n 
+0000860190 00000 n 
+0000860253 00000 n 
+0000859473 00000 n 
+0000860317 00000 n 
+0000860380 00000 n 
+0000860443 00000 n 
+0000860506 00000 n 
+0000860569 00000 n 
+0000860632 00000 n 
+0000860695 00000 n 
+0000860758 00000 n 
+0000860820 00000 n 
+0000860883 00000 n 
+0000860947 00000 n 
+0000865588 00000 n 
+0000863947 00000 n 
+0000861140 00000 n 
+0000864071 00000 n 
+0000864134 00000 n 
+0000864197 00000 n 
+0000864261 00000 n 
+0000864323 00000 n 
+0000864387 00000 n 
+0000864451 00000 n 
+0000864514 00000 n 
+0000864578 00000 n 
+0000864641 00000 n 
+0000864704 00000 n 
+0000864766 00000 n 
+0000864830 00000 n 
+0000864893 00000 n 
+0000864956 00000 n 
+0000865019 00000 n 
+0000865082 00000 n 
+0000865146 00000 n 
+0000865209 00000 n 
+0000865273 00000 n 
+0000865336 00000 n 
+0000865399 00000 n 
+0000865462 00000 n 
+0000865525 00000 n 
+0000871106 00000 n 
+0000868911 00000 n 
+0000865704 00000 n 
+0000869215 00000 n 
+0000869278 00000 n 
+0000869340 00000 n 
+0000869403 00000 n 
+0000869464 00000 n 
+0000869056 00000 n 
+0000869527 00000 n 
+0000869590 00000 n 
+0000869653 00000 n 
+0000869716 00000 n 
+0000869779 00000 n 
+0000869842 00000 n 
+0000869904 00000 n 
+0000869967 00000 n 
+0000870030 00000 n 
+0000870093 00000 n 
+0000870156 00000 n 
+0000870219 00000 n 
+0000870282 00000 n 
+0000870345 00000 n 
+0000870409 00000 n 
+0000870472 00000 n 
+0000870535 00000 n 
+0000870598 00000 n 
+0000870660 00000 n 
+0000870723 00000 n 
+0000870787 00000 n 
+0000870851 00000 n 
+0000870915 00000 n 
+0000870978 00000 n 
+0000871042 00000 n 
+0001000957 00000 n 
+0000876015 00000 n 
+0000874027 00000 n 
+0000871236 00000 n 
+0000874497 00000 n 
+0000874560 00000 n 
+0000874181 00000 n 
+0000874622 00000 n 
+0000874685 00000 n 
+0000874748 00000 n 
+0000874811 00000 n 
+0000874874 00000 n 
+0000874938 00000 n 
+0000875002 00000 n 
+0000875065 00000 n 
+0000875128 00000 n 
+0000875191 00000 n 
+0000875254 00000 n 
+0000875317 00000 n 
+0000875381 00000 n 
+0000875443 00000 n 
+0000875507 00000 n 
+0000875571 00000 n 
+0000875635 00000 n 
+0000875699 00000 n 
+0000874334 00000 n 
+0000875762 00000 n 
+0000875825 00000 n 
+0000875889 00000 n 
+0000875952 00000 n 
+0000880769 00000 n 
+0000878698 00000 n 
+0000876159 00000 n 
+0000879001 00000 n 
+0000879064 00000 n 
+0000879126 00000 n 
+0000879189 00000 n 
+0000879252 00000 n 
+0000879315 00000 n 
+0000879378 00000 n 
+0000879441 00000 n 
+0000879504 00000 n 
+0000879567 00000 n 
+0000878843 00000 n 
+0000879631 00000 n 
+0000879694 00000 n 
+0000879757 00000 n 
+0000879820 00000 n 
+0000879883 00000 n 
+0000879946 00000 n 
+0000880008 00000 n 
+0000880072 00000 n 
+0000880135 00000 n 
+0000880198 00000 n 
+0000880262 00000 n 
+0000880326 00000 n 
+0000880389 00000 n 
+0000880453 00000 n 
+0000880517 00000 n 
+0000880580 00000 n 
+0000880643 00000 n 
+0000880706 00000 n 
+0000886511 00000 n 
+0000883422 00000 n 
+0000880927 00000 n 
+0000883720 00000 n 
+0000883783 00000 n 
+0000883845 00000 n 
+0000883909 00000 n 
+0000883971 00000 n 
+0000884034 00000 n 
+0000884098 00000 n 
+0000884162 00000 n 
+0000884226 00000 n 
+0000884289 00000 n 
+0000884353 00000 n 
+0000884417 00000 n 
+0000884481 00000 n 
+0000884544 00000 n 
+0000884608 00000 n 
+0000884672 00000 n 
+0000884735 00000 n 
+0000884798 00000 n 
+0000884862 00000 n 
+0000884925 00000 n 
+0000884988 00000 n 
+0000885051 00000 n 
+0000885114 00000 n 
+0000885177 00000 n 
+0000885240 00000 n 
+0000885303 00000 n 
+0000885367 00000 n 
+0000885431 00000 n 
+0000885495 00000 n 
+0000885559 00000 n 
+0000885623 00000 n 
+0000885687 00000 n 
+0000885750 00000 n 
+0000883567 00000 n 
+0000885813 00000 n 
+0000885877 00000 n 
+0000885940 00000 n 
+0000886003 00000 n 
+0000886066 00000 n 
+0000886130 00000 n 
+0000886194 00000 n 
+0000886257 00000 n 
+0000886320 00000 n 
+0000886384 00000 n 
+0000886447 00000 n 
+0000985205 00000 n 
+0000891549 00000 n 
+0000889470 00000 n 
+0000886627 00000 n 
+0000889594 00000 n 
+0000889657 00000 n 
+0000889720 00000 n 
+0000889783 00000 n 
+0000889845 00000 n 
+0000889909 00000 n 
+0000889973 00000 n 
+0000890037 00000 n 
+0000890100 00000 n 
+0000890163 00000 n 
+0000890227 00000 n 
+0000890289 00000 n 
+0000890353 00000 n 
+0000890416 00000 n 
+0000890480 00000 n 
+0000890543 00000 n 
+0000890606 00000 n 
+0000890670 00000 n 
+0000890734 00000 n 
+0000890796 00000 n 
+0000890860 00000 n 
+0000890923 00000 n 
+0000890986 00000 n 
+0000891049 00000 n 
+0000891112 00000 n 
+0000891175 00000 n 
+0000891237 00000 n 
+0000891298 00000 n 
+0000891359 00000 n 
+0000891422 00000 n 
+0000891486 00000 n 
+0000896184 00000 n 
+0000894189 00000 n 
+0000891693 00000 n 
+0000894486 00000 n 
+0000894549 00000 n 
+0000894613 00000 n 
+0000894676 00000 n 
+0000894739 00000 n 
+0000894801 00000 n 
+0000894862 00000 n 
+0000894924 00000 n 
+0000894987 00000 n 
+0000895049 00000 n 
+0000895112 00000 n 
+0000895175 00000 n 
+0000895238 00000 n 
+0000895302 00000 n 
+0000895365 00000 n 
+0000895428 00000 n 
+0000895490 00000 n 
+0000895553 00000 n 
+0000894334 00000 n 
+0000895616 00000 n 
+0000895678 00000 n 
+0000895741 00000 n 
+0000895804 00000 n 
+0000895867 00000 n 
+0000895930 00000 n 
+0000895994 00000 n 
+0000896057 00000 n 
+0000896120 00000 n 
+0000901042 00000 n 
+0000898833 00000 n 
+0000896300 00000 n 
+0000898957 00000 n 
+0000899020 00000 n 
+0000899083 00000 n 
+0000899146 00000 n 
+0000899210 00000 n 
+0000899273 00000 n 
+0000899336 00000 n 
+0000899400 00000 n 
+0000899463 00000 n 
+0000899527 00000 n 
+0000899590 00000 n 
+0000899654 00000 n 
+0000899717 00000 n 
+0000899781 00000 n 
+0000899844 00000 n 
+0000899908 00000 n 
+0000899970 00000 n 
+0000900034 00000 n 
+0000900098 00000 n 
+0000900162 00000 n 
+0000900225 00000 n 
+0000900287 00000 n 
+0000900349 00000 n 
+0000900412 00000 n 
+0000900475 00000 n 
+0000900538 00000 n 
+0000900601 00000 n 
+0000900664 00000 n 
+0000900727 00000 n 
+0000900791 00000 n 
+0000900854 00000 n 
+0000900917 00000 n 
+0000900980 00000 n 
+0001001082 00000 n 
+0000905477 00000 n 
+0000903840 00000 n 
+0000901186 00000 n 
+0000903964 00000 n 
+0000904027 00000 n 
+0000904090 00000 n 
+0000904153 00000 n 
+0000904216 00000 n 
+0000904279 00000 n 
+0000904341 00000 n 
+0000904405 00000 n 
+0000904468 00000 n 
+0000904531 00000 n 
+0000904594 00000 n 
+0000904657 00000 n 
+0000904720 00000 n 
+0000904784 00000 n 
+0000904847 00000 n 
+0000904910 00000 n 
+0000904974 00000 n 
+0000905038 00000 n 
+0000905101 00000 n 
+0000905164 00000 n 
+0000905226 00000 n 
+0000905288 00000 n 
+0000905351 00000 n 
+0000905414 00000 n 
+0000910586 00000 n 
+0000908243 00000 n 
+0000905593 00000 n 
+0000908367 00000 n 
+0000908430 00000 n 
+0000908493 00000 n 
+0000908556 00000 n 
+0000908619 00000 n 
+0000908682 00000 n 
+0000908746 00000 n 
+0000908809 00000 n 
+0000908873 00000 n 
+0000908937 00000 n 
+0000909000 00000 n 
+0000909063 00000 n 
+0000909127 00000 n 
+0000909190 00000 n 
+0000909254 00000 n 
+0000909318 00000 n 
+0000909382 00000 n 
+0000909445 00000 n 
+0000909508 00000 n 
+0000909571 00000 n 
+0000909633 00000 n 
+0000909697 00000 n 
+0000909761 00000 n 
+0000909825 00000 n 
+0000909888 00000 n 
+0000909951 00000 n 
+0000910014 00000 n 
+0000910077 00000 n 
+0000910141 00000 n 
+0000910205 00000 n 
+0000910268 00000 n 
+0000910332 00000 n 
+0000910395 00000 n 
+0000910459 00000 n 
+0000910522 00000 n 
+0000915664 00000 n 
+0000913245 00000 n 
+0000910702 00000 n 
+0000913712 00000 n 
+0000913901 00000 n 
+0000914090 00000 n 
+0000914153 00000 n 
+0000914216 00000 n 
+0000914280 00000 n 
+0000913399 00000 n 
+0000913555 00000 n 
+0000914343 00000 n 
+0000914406 00000 n 
+0000914469 00000 n 
+0000914533 00000 n 
+0000914596 00000 n 
+0000914786 00000 n 
+0000914849 00000 n 
+0000914912 00000 n 
+0000914975 00000 n 
+0000915038 00000 n 
+0000915226 00000 n 
+0000915289 00000 n 
+0000915352 00000 n 
+0000915414 00000 n 
+0000915477 00000 n 
+0000915539 00000 n 
+0000919472 00000 n 
+0000917643 00000 n 
 0000915808 00000 n 
-0000915997 00000 n 
-0000916060 00000 n 
-0000916122 00000 n 
-0000916310 00000 n 
-0000916373 00000 n 
-0000916436 00000 n 
-0000916624 00000 n 
-0000916687 00000 n 
-0000916750 00000 n 
-0000916813 00000 n 
-0000916876 00000 n 
-0000916939 00000 n 
-0000921146 00000 n 
-0000920267 00000 n 
-0000917104 00000 n 
-0000920391 00000 n 
-0000920454 00000 n 
-0000920517 00000 n 
-0000920706 00000 n 
-0000920768 00000 n 
-0000920957 00000 n 
-0000921020 00000 n 
-0000921083 00000 n 
-0000926903 00000 n 
-0000924515 00000 n 
-0000921248 00000 n 
-0000924639 00000 n 
-0000924702 00000 n 
-0000924764 00000 n 
-0000924953 00000 n 
-0000925016 00000 n 
-0000925079 00000 n 
-0000925142 00000 n 
-0000925205 00000 n 
-0000925268 00000 n 
-0000925331 00000 n 
-0000925394 00000 n 
-0000925457 00000 n 
-0000925519 00000 n 
-0000925582 00000 n 
-0000925645 00000 n 
-0000925708 00000 n 
-0000925771 00000 n 
-0000925834 00000 n 
-0000925897 00000 n 
-0000925960 00000 n 
-0000926023 00000 n 
-0000926085 00000 n 
-0000926148 00000 n 
-0000926211 00000 n 
-0000926274 00000 n 
-0000926336 00000 n 
-0000926399 00000 n 
-0000926462 00000 n 
-0000926525 00000 n 
-0000926588 00000 n 
-0000926651 00000 n 
-0000926714 00000 n 
-0000926777 00000 n 
-0000926840 00000 n 
-0000930817 00000 n 
-0000929749 00000 n 
-0000927005 00000 n 
-0000929873 00000 n 
-0000929936 00000 n 
-0000929999 00000 n 
-0000930188 00000 n 
-0000930251 00000 n 
-0000930314 00000 n 
-0000930502 00000 n 
-0000930565 00000 n 
-0000930754 00000 n 
-0000934760 00000 n 
-0000933503 00000 n 
-0000930919 00000 n 
-0000933627 00000 n 
-0000933690 00000 n 
-0000933878 00000 n 
-0000934067 00000 n 
-0000934256 00000 n 
-0000934319 00000 n 
-0000934383 00000 n 
-0000934571 00000 n 
-0000934634 00000 n 
-0000934697 00000 n 
-0000936045 00000 n 
-0000935732 00000 n 
-0000934862 00000 n 
-0000935856 00000 n 
-0000935919 00000 n 
-0000935982 00000 n 
-0000969016 00000 n 
-0000941800 00000 n 
-0000938089 00000 n 
-0000936133 00000 n 
-0000938389 00000 n 
-0000938578 00000 n 
-0000938828 00000 n 
-0000938891 00000 n 
-0000938954 00000 n 
-0000939018 00000 n 
-0000939082 00000 n 
-0000939207 00000 n 
-0000939333 00000 n 
-0000939396 00000 n 
-0000939459 00000 n 
-0000939523 00000 n 
-0000939587 00000 n 
-0000939649 00000 n 
-0000939774 00000 n 
-0000939837 00000 n 
-0000939900 00000 n 
-0000939963 00000 n 
-0000940026 00000 n 
-0000940090 00000 n 
-0000940153 00000 n 
-0000940216 00000 n 
-0000940279 00000 n 
-0000940342 00000 n 
-0000940405 00000 n 
-0000940468 00000 n 
-0000940531 00000 n 
-0000940595 00000 n 
-0000940659 00000 n 
-0000940722 00000 n 
-0000940785 00000 n 
-0000940848 00000 n 
-0000940911 00000 n 
-0000940975 00000 n 
-0000941039 00000 n 
-0000941103 00000 n 
-0000941167 00000 n 
-0000941231 00000 n 
-0000941295 00000 n 
-0000941359 00000 n 
-0000941422 00000 n 
-0000941485 00000 n 
-0000941548 00000 n 
-0000941610 00000 n 
-0000941674 00000 n 
-0000938234 00000 n 
-0000941737 00000 n 
-0000946252 00000 n 
-0000943484 00000 n 
-0000941930 00000 n 
-0000943608 00000 n 
-0000943732 00000 n 
+0000917767 00000 n 
+0000917830 00000 n 
+0000917955 00000 n 
+0000918018 00000 n 
+0000918081 00000 n 
+0000918144 00000 n 
+0000918208 00000 n 
+0000918271 00000 n 
+0000918333 00000 n 
+0000918396 00000 n 
+0000918585 00000 n 
+0000918648 00000 n 
+0000918712 00000 n 
+0000918775 00000 n 
+0000918838 00000 n 
+0000918902 00000 n 
+0000918966 00000 n 
+0000919030 00000 n 
+0000919093 00000 n 
+0000919156 00000 n 
+0000919346 00000 n 
+0000919409 00000 n 
+0000923431 00000 n 
+0000921856 00000 n 
+0000919616 00000 n 
+0000921980 00000 n 
+0000922043 00000 n 
+0000922106 00000 n 
+0000922170 00000 n 
+0000922231 00000 n 
+0000922357 00000 n 
+0000922420 00000 n 
+0000922483 00000 n 
+0000922547 00000 n 
+0000922611 00000 n 
+0000922737 00000 n 
+0000922800 00000 n 
+0000922862 00000 n 
+0000922926 00000 n 
+0000922990 00000 n 
+0000923053 00000 n 
+0000923116 00000 n 
+0000923305 00000 n 
+0000923368 00000 n 
+0000926815 00000 n 
+0000925440 00000 n 
+0000923547 00000 n 
+0000925739 00000 n 
+0000925802 00000 n 
+0000925865 00000 n 
+0000925929 00000 n 
+0000926119 00000 n 
+0000926182 00000 n 
+0000926245 00000 n 
+0000926309 00000 n 
+0000925585 00000 n 
+0000926499 00000 n 
+0000926562 00000 n 
+0000926625 00000 n 
+0000926688 00000 n 
+0000926751 00000 n 
+0001001207 00000 n 
+0000933125 00000 n 
+0000930036 00000 n 
+0000926945 00000 n 
+0000930160 00000 n 
+0000930349 00000 n 
+0000930412 00000 n 
+0000930599 00000 n 
+0000930662 00000 n 
+0000930726 00000 n 
+0000930789 00000 n 
+0000930853 00000 n 
+0000930917 00000 n 
+0000930980 00000 n 
+0000931044 00000 n 
+0000931107 00000 n 
+0000931170 00000 n 
+0000931233 00000 n 
+0000931296 00000 n 
+0000931358 00000 n 
+0000931420 00000 n 
+0000931484 00000 n 
+0000931548 00000 n 
+0000931612 00000 n 
+0000931676 00000 n 
+0000931740 00000 n 
+0000931804 00000 n 
+0000931867 00000 n 
+0000931930 00000 n 
+0000931993 00000 n 
+0000932056 00000 n 
+0000932120 00000 n 
+0000932183 00000 n 
+0000932246 00000 n 
+0000932309 00000 n 
+0000932373 00000 n 
+0000932558 00000 n 
+0000932621 00000 n 
+0000932684 00000 n 
+0000932748 00000 n 
+0000932810 00000 n 
+0000932874 00000 n 
+0000932938 00000 n 
+0000933001 00000 n 
+0000933063 00000 n 
+0000936864 00000 n 
+0000934849 00000 n 
+0000933269 00000 n 
+0000934973 00000 n 
+0000935287 00000 n 
+0000935349 00000 n 
+0000935412 00000 n 
+0000935475 00000 n 
+0000935538 00000 n 
+0000935601 00000 n 
+0000935664 00000 n 
+0000935727 00000 n 
+0000935790 00000 n 
+0000935853 00000 n 
+0000935916 00000 n 
+0000935979 00000 n 
+0000936043 00000 n 
+0000936107 00000 n 
+0000936169 00000 n 
+0000936232 00000 n 
+0000936422 00000 n 
+0000936485 00000 n 
+0000936548 00000 n 
+0000936611 00000 n 
+0000936674 00000 n 
+0000936738 00000 n 
+0000936802 00000 n 
+0000939601 00000 n 
+0000937701 00000 n 
+0000936994 00000 n 
+0000937825 00000 n 
+0000937888 00000 n 
+0000937950 00000 n 
+0000938013 00000 n 
+0000938077 00000 n 
+0000938139 00000 n 
+0000938202 00000 n 
+0000938266 00000 n 
+0000938330 00000 n 
+0000938394 00000 n 
+0000938457 00000 n 
+0000938520 00000 n 
+0000938584 00000 n 
+0000938648 00000 n 
+0000938712 00000 n 
+0000938774 00000 n 
+0000938837 00000 n 
+0000938901 00000 n 
+0000938965 00000 n 
+0000939029 00000 n 
+0000939092 00000 n 
+0000939155 00000 n 
+0000939219 00000 n 
+0000939283 00000 n 
+0000939347 00000 n 
+0000939410 00000 n 
+0000939473 00000 n 
+0000939537 00000 n 
+0000942524 00000 n 
+0000940561 00000 n 
+0000939689 00000 n 
+0000940685 00000 n 
+0000940748 00000 n 
+0000940811 00000 n 
+0000940875 00000 n 
+0000940939 00000 n 
+0000941001 00000 n 
+0000941064 00000 n 
+0000941128 00000 n 
+0000941192 00000 n 
+0000941256 00000 n 
+0000941319 00000 n 
+0000941382 00000 n 
+0000941446 00000 n 
+0000941510 00000 n 
+0000941572 00000 n 
+0000941635 00000 n 
+0000941699 00000 n 
+0000941763 00000 n 
+0000941827 00000 n 
+0000941890 00000 n 
+0000941953 00000 n 
+0000942017 00000 n 
+0000942081 00000 n 
+0000942271 00000 n 
+0000942334 00000 n 
+0000942397 00000 n 
+0000942461 00000 n 
+0000945253 00000 n 
+0000943478 00000 n 
+0000942626 00000 n 
+0000943602 00000 n 
+0000943665 00000 n 
+0000943729 00000 n 
+0000943792 00000 n 
 0000943855 00000 n 
-0000943918 00000 n 
-0000943980 00000 n 
-0000944044 00000 n 
-0000944108 00000 n 
+0000943919 00000 n 
+0000943982 00000 n 
+0000944046 00000 n 
+0000944109 00000 n 
 0000944172 00000 n 
-0000944298 00000 n 
-0000944360 00000 n 
-0000944549 00000 n 
-0000944612 00000 n 
-0000944675 00000 n 
-0000944928 00000 n 
-0000944991 00000 n 
-0000945053 00000 n 
-0000945115 00000 n 
-0000945179 00000 n 
-0000945306 00000 n 
-0000945369 00000 n 
-0000945558 00000 n 
-0000945621 00000 n 
-0000945684 00000 n 
-0000945747 00000 n 
-0000945811 00000 n 
-0000945937 00000 n 
-0000946062 00000 n 
-0000946125 00000 n 
-0000946188 00000 n 
-0000950406 00000 n 
-0000948000 00000 n 
-0000946382 00000 n 
-0000948320 00000 n 
-0000948383 00000 n 
-0000948445 00000 n 
-0000948509 00000 n 
-0000948572 00000 n 
-0000948636 00000 n 
-0000948889 00000 n 
-0000948952 00000 n 
-0000949015 00000 n 
-0000949079 00000 n 
-0000949268 00000 n 
-0000949331 00000 n 
-0000949394 00000 n 
-0000948145 00000 n 
-0000949457 00000 n 
-0000949583 00000 n 
-0000949710 00000 n 
-0000949773 00000 n 
-0000949836 00000 n 
-0000949900 00000 n 
-0000949964 00000 n 
-0000950027 00000 n 
-0000950153 00000 n 
-0000950280 00000 n 
-0000950343 00000 n 
-0000955213 00000 n 
-0000952172 00000 n 
-0000950536 00000 n 
-0000952638 00000 n 
-0000952889 00000 n 
-0000952952 00000 n 
-0000953014 00000 n 
-0000953078 00000 n 
-0000953137 00000 n 
-0000953197 00000 n 
-0000953257 00000 n 
-0000953321 00000 n 
-0000953448 00000 n 
-0000953511 00000 n 
-0000952326 00000 n 
-0000953574 00000 n 
-0000953638 00000 n 
-0000953701 00000 n 
-0000953764 00000 n 
-0000953827 00000 n 
-0000953890 00000 n 
-0000953954 00000 n 
-0000954016 00000 n 
-0000954078 00000 n 
-0000954141 00000 n 
-0000954205 00000 n 
-0000954269 00000 n 
-0000954332 00000 n 
-0000954395 00000 n 
-0000954458 00000 n 
-0000952481 00000 n 
-0000954522 00000 n 
-0000954774 00000 n 
-0000954835 00000 n 
-0000954898 00000 n 
-0000955087 00000 n 
-0000955150 00000 n 
-0000958027 00000 n 
-0000959039 00000 n 
-0000956704 00000 n 
-0000955329 00000 n 
-0000956828 00000 n 
-0000956891 00000 n 
-0000957017 00000 n 
-0000957080 00000 n 
-0000957143 00000 n 
-0000957207 00000 n 
-0000957331 00000 n 
-0000957457 00000 n 
-0000957519 00000 n 
-0000957582 00000 n 
-0000957645 00000 n 
-0000957709 00000 n 
-0000957773 00000 n 
-0000957837 00000 n 
-0000957901 00000 n 
-0000958154 00000 n 
-0000958217 00000 n 
-0000958280 00000 n 
-0000958407 00000 n 
-0000958470 00000 n 
-0000958533 00000 n 
-0000958597 00000 n 
-0000958849 00000 n 
-0000958912 00000 n 
-0000958975 00000 n 
-0000963672 00000 n 
-0000961205 00000 n 
-0000959141 00000 n 
-0000961329 00000 n 
-0000961392 00000 n 
-0000961455 00000 n 
-0000961582 00000 n 
-0000961645 00000 n 
-0000961708 00000 n 
-0000961771 00000 n 
-0000961834 00000 n 
-0000961898 00000 n 
-0000961962 00000 n 
-0000962026 00000 n 
-0000962089 00000 n 
-0000962153 00000 n 
-0000962217 00000 n 
-0000962281 00000 n 
-0000962345 00000 n 
-0000962470 00000 n 
-0000962597 00000 n 
-0000962660 00000 n 
-0000962723 00000 n 
-0000962787 00000 n 
-0000962914 00000 n 
-0000962977 00000 n 
-0000963040 00000 n 
-0000963166 00000 n 
-0000963293 00000 n 
-0000963356 00000 n 
-0000963419 00000 n 
-0000963482 00000 n 
-0000963545 00000 n 
-0000963608 00000 n 
-0000969141 00000 n 
-0000963850 00000 n 
-0000969221 00000 n 
-0000969347 00000 n 
-0000969473 00000 n 
-0000969599 00000 n 
-0000969707 00000 n 
-0000969799 00000 n 
-0000996985 00000 n 
-0001056206 00000 n 
-0001056247 00000 n 
-0001056287 00000 n 
-0001056519 00000 n 
+0000944236 00000 n 
+0000944300 00000 n 
+0000944364 00000 n 
+0000944427 00000 n 
+0000944490 00000 n 
+0000944554 00000 n 
+0000944617 00000 n 
+0000944681 00000 n 
+0000944744 00000 n 
+0000944807 00000 n 
+0000944871 00000 n 
+0000944935 00000 n 
+0000944999 00000 n 
+0000945062 00000 n 
+0000945125 00000 n 
+0000945189 00000 n 
+0000949427 00000 n 
+0000948109 00000 n 
+0000945341 00000 n 
+0000948233 00000 n 
+0000948422 00000 n 
+0000948485 00000 n 
+0000948547 00000 n 
+0000948735 00000 n 
+0000948798 00000 n 
+0000948861 00000 n 
+0000949049 00000 n 
+0000949112 00000 n 
+0000949175 00000 n 
+0000949238 00000 n 
+0000949301 00000 n 
+0000949364 00000 n 
+0001001332 00000 n 
+0000953571 00000 n 
+0000952692 00000 n 
+0000949529 00000 n 
+0000952816 00000 n 
+0000952879 00000 n 
+0000952942 00000 n 
+0000953131 00000 n 
+0000953193 00000 n 
+0000953382 00000 n 
+0000953445 00000 n 
+0000953508 00000 n 
+0000959328 00000 n 
+0000956940 00000 n 
+0000953673 00000 n 
+0000957064 00000 n 
+0000957127 00000 n 
+0000957189 00000 n 
+0000957378 00000 n 
+0000957441 00000 n 
+0000957504 00000 n 
+0000957567 00000 n 
+0000957630 00000 n 
+0000957693 00000 n 
+0000957756 00000 n 
+0000957819 00000 n 
+0000957882 00000 n 
+0000957944 00000 n 
+0000958007 00000 n 
+0000958070 00000 n 
+0000958133 00000 n 
+0000958196 00000 n 
+0000958259 00000 n 
+0000958322 00000 n 
+0000958385 00000 n 
+0000958448 00000 n 
+0000958510 00000 n 
+0000958573 00000 n 
+0000958636 00000 n 
+0000958699 00000 n 
+0000958761 00000 n 
+0000958824 00000 n 
+0000958887 00000 n 
+0000958950 00000 n 
+0000959013 00000 n 
+0000959076 00000 n 
+0000959139 00000 n 
+0000959202 00000 n 
+0000959265 00000 n 
+0000963244 00000 n 
+0000962175 00000 n 
+0000959430 00000 n 
+0000962299 00000 n 
+0000962362 00000 n 
+0000962425 00000 n 
+0000962614 00000 n 
+0000962677 00000 n 
+0000962740 00000 n 
+0000962928 00000 n 
+0000962991 00000 n 
+0000963181 00000 n 
+0000967191 00000 n 
+0000965930 00000 n 
+0000963346 00000 n 
+0000966054 00000 n 
+0000966117 00000 n 
+0000966306 00000 n 
+0000966496 00000 n 
+0000966686 00000 n 
+0000966749 00000 n 
+0000966813 00000 n 
+0000967002 00000 n 
+0000967065 00000 n 
+0000967128 00000 n 
+0000968476 00000 n 
+0000968163 00000 n 
+0000967293 00000 n 
+0000968287 00000 n 
+0000968350 00000 n 
+0000968413 00000 n 
+0000974237 00000 n 
+0000970520 00000 n 
+0000968564 00000 n 
+0000970820 00000 n 
+0000971010 00000 n 
+0000971262 00000 n 
+0000971325 00000 n 
+0000971388 00000 n 
+0000971452 00000 n 
+0000971516 00000 n 
+0000971642 00000 n 
+0000971769 00000 n 
+0000971832 00000 n 
+0000971895 00000 n 
+0000971959 00000 n 
+0000972023 00000 n 
+0000972085 00000 n 
+0000972211 00000 n 
+0000972274 00000 n 
+0000972337 00000 n 
+0000972400 00000 n 
+0000972463 00000 n 
+0000972527 00000 n 
+0000972590 00000 n 
+0000972653 00000 n 
+0000972716 00000 n 
+0000972779 00000 n 
+0000972842 00000 n 
+0000972905 00000 n 
+0000972968 00000 n 
+0000973032 00000 n 
+0000973096 00000 n 
+0000973159 00000 n 
+0000973222 00000 n 
+0000973285 00000 n 
+0000973348 00000 n 
+0000973412 00000 n 
+0000973476 00000 n 
+0000973540 00000 n 
+0000973604 00000 n 
+0000973668 00000 n 
+0000973732 00000 n 
+0000973796 00000 n 
+0000973859 00000 n 
+0000973922 00000 n 
+0000973985 00000 n 
+0000974047 00000 n 
+0000974111 00000 n 
+0000970665 00000 n 
+0000974174 00000 n 
+0001001457 00000 n 
+0000978693 00000 n 
+0000975921 00000 n 
+0000974367 00000 n 
+0000976045 00000 n 
+0000976170 00000 n 
+0000976294 00000 n 
+0000976357 00000 n 
+0000976419 00000 n 
+0000976483 00000 n 
+0000976547 00000 n 
+0000976611 00000 n 
+0000976738 00000 n 
+0000976800 00000 n 
+0000976990 00000 n 
+0000977053 00000 n 
+0000977116 00000 n 
+0000977369 00000 n 
+0000977432 00000 n 
+0000977494 00000 n 
+0000977556 00000 n 
+0000977620 00000 n 
+0000977747 00000 n 
+0000977810 00000 n 
+0000977999 00000 n 
+0000978062 00000 n 
+0000978125 00000 n 
+0000978188 00000 n 
+0000978252 00000 n 
+0000978378 00000 n 
+0000978503 00000 n 
+0000978566 00000 n 
+0000978629 00000 n 
+0000982847 00000 n 
+0000980441 00000 n 
+0000978823 00000 n 
+0000980761 00000 n 
+0000980824 00000 n 
+0000980886 00000 n 
+0000980950 00000 n 
+0000981013 00000 n 
+0000981077 00000 n 
+0000981330 00000 n 
+0000981393 00000 n 
+0000981456 00000 n 
+0000981520 00000 n 
+0000981709 00000 n 
+0000981772 00000 n 
+0000981835 00000 n 
+0000980586 00000 n 
+0000981898 00000 n 
+0000982024 00000 n 
+0000982151 00000 n 
+0000982214 00000 n 
+0000982277 00000 n 
+0000982341 00000 n 
+0000982405 00000 n 
+0000982468 00000 n 
+0000982594 00000 n 
+0000982721 00000 n 
+0000982784 00000 n 
+0000987655 00000 n 
+0000984614 00000 n 
+0000982977 00000 n 
+0000985080 00000 n 
+0000985331 00000 n 
+0000985394 00000 n 
+0000985456 00000 n 
+0000985520 00000 n 
+0000985579 00000 n 
+0000985639 00000 n 
+0000985699 00000 n 
+0000985763 00000 n 
+0000985890 00000 n 
+0000985953 00000 n 
+0000984768 00000 n 
+0000986016 00000 n 
+0000986080 00000 n 
+0000986143 00000 n 
+0000986206 00000 n 
+0000986269 00000 n 
+0000986332 00000 n 
+0000986396 00000 n 
+0000986458 00000 n 
+0000986520 00000 n 
+0000986583 00000 n 
+0000986647 00000 n 
+0000986711 00000 n 
+0000986774 00000 n 
+0000986837 00000 n 
+0000986900 00000 n 
+0000984923 00000 n 
+0000986964 00000 n 
+0000987216 00000 n 
+0000987277 00000 n 
+0000987340 00000 n 
+0000987529 00000 n 
+0000987592 00000 n 
+0000990468 00000 n 
+0000991480 00000 n 
+0000989145 00000 n 
+0000987771 00000 n 
+0000989269 00000 n 
+0000989332 00000 n 
+0000989458 00000 n 
+0000989521 00000 n 
+0000989584 00000 n 
+0000989648 00000 n 
+0000989772 00000 n 
+0000989898 00000 n 
+0000989960 00000 n 
+0000990023 00000 n 
+0000990086 00000 n 
+0000990150 00000 n 
+0000990214 00000 n 
+0000990278 00000 n 
+0000990342 00000 n 
+0000990595 00000 n 
+0000990658 00000 n 
+0000990721 00000 n 
+0000990848 00000 n 
+0000990911 00000 n 
+0000990974 00000 n 
+0000991038 00000 n 
+0000991290 00000 n 
+0000991353 00000 n 
+0000991416 00000 n 
+0000996113 00000 n 
+0000993646 00000 n 
+0000991582 00000 n 
+0000993770 00000 n 
+0000993833 00000 n 
+0000993896 00000 n 
+0000994023 00000 n 
+0000994086 00000 n 
+0000994149 00000 n 
+0000994212 00000 n 
+0000994275 00000 n 
+0000994339 00000 n 
+0000994403 00000 n 
+0000994467 00000 n 
+0000994530 00000 n 
+0000994594 00000 n 
+0000994658 00000 n 
+0000994722 00000 n 
+0000994786 00000 n 
+0000994911 00000 n 
+0000995038 00000 n 
+0000995101 00000 n 
+0000995164 00000 n 
+0000995228 00000 n 
+0000995355 00000 n 
+0000995418 00000 n 
+0000995481 00000 n 
+0000995607 00000 n 
+0000995734 00000 n 
+0000995797 00000 n 
+0000995860 00000 n 
+0000995923 00000 n 
+0000995986 00000 n 
+0000996049 00000 n 
+0000996291 00000 n 
+0001001582 00000 n 
+0001001708 00000 n 
+0001001834 00000 n 
+0001001960 00000 n 
+0001002059 00000 n 
+0001002151 00000 n 
+0001030847 00000 n 
+0001092947 00000 n 
+0001092988 00000 n 
+0001093028 00000 n 
+0001093260 00000 n 
 trailer
 <<
-/Size 5265
-/Root 5263 0 R
-/Info 5264 0 R
+/Size 5491
+/Root 5489 0 R
+/Info 5490 0 R
 >>
 startxref
-1056675
+1093416
 %%EOF
diff --git a/docs/rel_notes.txt b/docs/rel_notes.txt
index 98ddc4da8..35b36d0f8 100644
--- a/docs/rel_notes.txt
+++ b/docs/rel_notes.txt
@@ -68,6 +68,17 @@ Important Updates In This Point Release
 This section describes bugs fixed in releases after the original 2.22
 release.
 
+Version 2.22.2
+--------------
+
++ Make Bugzilla compatible with Template Toolkit 2.15 (bug 357374)
+
++ Make Bugzilla compatible with versions of MySQL higher than 5.0.25
+  (bug 321645)
+
++ Sanity Check can now only be run by people with the "admin" privilege.
+  (bug 91761)
+
 Version 2.22.1
 --------------
 
@@ -574,6 +585,14 @@ This is actually safe to do at any time--it just forces a logout of
 every single user, even those with saved sessions. (It invalidates
 every login cookie Bugzilla has ever given out.)
 
+Version 2.22.2
+--------------
+
+A Cross-Site Scripting vulnerability is fixed in Bugzilla 2.22.2. You can
+read the details of the fix at:
+
+http://www.bugzilla.org/security/2.20.3/
+
 Version 2.22.1
 --------------
 
diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt
index 63f94aa0d..a18b89891 100644
--- a/docs/txt/Bugzilla-Guide.txt
+++ b/docs/txt/Bugzilla-Guide.txt
@@ -1,9 +1,9 @@
 
-The Bugzilla Guide - 2.23.3 Development Release
+The Bugzilla Guide - 2.23.4 Development Release
 
 The Bugzilla Team
 
-   2006-10-15
+   2007-02-02
 
    This is the documentation for Bugzilla, a bug-tracking system from
    mozilla.org. Bugzilla is an enterprise-class piece of software that tracks
@@ -41,42 +41,42 @@ The Bugzilla Team
         3.6. Versions
         3.7. Milestones
         3.8. Flags
-        3.9. Voting
-        3.10. Quips
-        3.11. Groups and Group Security
-        3.12. Upgrading to New Releases
+        3.9. Custom Fields
+        3.10. Legal Values
+        3.11. Voting
+        3.12. Quips
+        3.13. Groups and Group Security
+        3.14. Upgrading to New Releases
 
    4. Bugzilla Security
 
         4.1. Operating System
         4.2. MySQL
-        4.3. Webserver
+        4.3. Web server
         4.4. Bugzilla
 
-   5. Customising Bugzilla
-
-        5.1. Custom Skins
-        5.2. Template Customization
-        5.3. The Bugzilla Extension Mechanism
-        5.4. Customizing Who Can Change What
-        5.5. MySQL Bugzilla Database Introduction
-        5.6. Integrating Bugzilla with Third-Party Tools
-
-   6. Using Bugzilla
-
-        6.1. Introduction
-        6.2. Create a Bugzilla Account
-        6.3. Anatomy of a Bug
-        6.4. Life Cycle of a Bug
-        6.5. Searching for Bugs
-        6.6. Bug Lists
-        6.7. Filing Bugs
-        6.8. Patch Viewer
-        6.9. Hints and Tips
-        6.10. User Preferences
-        6.11. Reports and Charts
-        6.12. Flags
-        6.13. Whining
+   5. Using Bugzilla
+
+        5.1. Introduction
+        5.2. Create a Bugzilla Account
+        5.3. Anatomy of a Bug
+        5.4. Life Cycle of a Bug
+        5.5. Searching for Bugs
+        5.6. Filing Bugs
+        5.7. Attachments
+        5.8. Hints and Tips
+        5.9. User Preferences
+        5.10. Reports and Charts
+        5.11. Flags
+        5.12. Whining
+
+   6. Customising Bugzilla
+
+        6.1. Custom Skins
+        6.2. Template Customization
+        6.3. The Bugzilla Extension Mechanism
+        6.4. Customizing Who Can Change What
+        6.5. Integrating Bugzilla with Third-Party Tools
 
    A. The Bugzilla FAQ
    B. Troubleshooting
@@ -123,7 +123,7 @@ The Bugzilla Team
    Glossary
 
    List of Figures
-   6-1. Lifecycle of a Bugzilla Bug
+   5-1. Lifecycle of a Bugzilla Bug
 
    List of Examples
    4-1. Assigning the MySQL "root" User a Password
@@ -137,7 +137,7 @@ Chapter 1. About This Guide
 
 1.1. Copyright Information
 
-   This document is copyright (c) 2000-2006 by the various Bugzilla
+   This document is copyright (c) 2000-2007 by the various Bugzilla
    contributors who wrote it.
 
      Permission is granted to copy, distribute and/or modify this document
@@ -174,7 +174,7 @@ Chapter 1. About This Guide
 
 1.3. New Versions
 
-   This is the 2.23.3 version of The Bugzilla Guide. It is so named to match
+   This is the 2.23.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.
 
@@ -336,7 +336,7 @@ Chapter 2. Installing Bugzilla
    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.0.14 or higher.
+   http://www.mysql.com. You need MySQL version 4.1.2 or higher.
 
    Note Many of the binary versions of MySQL store their data files in /var. On
    some Unix systems, this is part of a smaller root partition, and may not
@@ -452,20 +452,31 @@ Chapter 2. Installing Bugzilla
     5. DBD::Pg (1.45) if using PostgreSQL
     6. File::Spec (0.84)
     7. Template (2.12)
-    8. Mail::Mailer (1.67)
-    9. MIME::Base64 (3.01)
-   10. MIME::Parser (5.406)
+    8. MIME::Base64 (3.01)
+    9. MIME::Parser (5.406)
+   10. Email::Send (2.00)
+   11. Email::MIME::Modifier (any)
 
    Optional Perl modules:
 
     1. GD (1.20) for bug charting
-    2. Chart::Base (1.0) for bug charting
-    3. GD::Graph (any) for bug charting
-    4. GD::Text::Align (any) for bug charting
-    5. XML::Twig (any) for the XML interface
-    6. SOAP::Lite (any) for the web service interface
-    7. PatchReader (0.9.4) for pretty HTML view of patches
-    8. Image::Magick (any) for converting BMP image attachments to PNG
+    2. Template::Plugin::GD::Image (1.20) for Graphical Reports
+    3. Chart::Base (1.0) for bug charting
+    4. GD::Graph (any) for bug charting
+    5. GD::Text (any) for bug charting
+    6. XML::Twig (any) for the XML interface
+    7. LWP::UserAgent (any) for Automatic Update Notifications
+    8. PatchReader (0.9.4) for pretty HTML view of patches
+    9. Image::Magick (any) for converting BMP image attachments to PNG
+   10. Net::LDAP (any) for LDAP Authentication
+   11. SOAP::Lite (any) for the web service interface
+   12. HTML::Parser (3.40) for More HTML in Product/Group Descriptions
+   13. HTML::Scrubber (any) for More HTML in Product/Group Descriptions
+   14. Email::MIME::Attachment::Stripper (any) for Inbound Email
+   15. Email::Reply (any) for Inbound Email
+   16. mod_perl2 (1.999022) for mod_perl
+   17. CGI (2.93) for mod_perl
+   18. Apache::DBI (0.96) for mod_perl2
      _________________________________________________________________
 
 2.1.5.1. DBD::mysql
@@ -517,9 +528,9 @@ Chapter 2. Installing Bugzilla
    The GD::Graph module is only required if you want graphical reports.
      _________________________________________________________________
 
-2.1.5.6. GD::Text::Align (any)
+2.1.5.6. GD::Text (any)
 
-   The GD::Text::Align module is only required if you want graphical reports.
+   The GD::Text module is only required if you want graphical reports.
      _________________________________________________________________
 
 2.1.5.7. XML::Twig (any)
@@ -555,7 +566,8 @@ Chapter 2. Installing Bugzilla
    diverting email on a production machine would mean that users could miss
    important events (such as bug changes or the creation of new accounts).
 
-      For more information, see the "maildeliverymethod" parameter in Section 3.1.
+   For more information, see the "mail_delivery_method" parameter in Section
+      3.1.
 
    On Linux, any Sendmail-compatible MTA (Mail Transfer Agent) will suffice.
    Sendmail, Postfix, qmail and Exim are examples of common MTAs. Sendmail is
@@ -638,16 +650,25 @@ Chapter 2. Installing Bugzilla
 2.2.2. Database Server
 
    This section deals with configuring your database server for use with
-   Bugzilla. Currently Section 2.2.2.1 and Section 2.2.2.2 are available.
+   Bugzilla. Currently, MySQL (Section 2.2.2.2) and PostgreSQL (Section
+   2.2.2.3) are available.
      _________________________________________________________________
 
-2.2.2.1. MySQL
+2.2.2.1. Bugzilla Database Schema
+
+   The Bugzilla database schema is available at Ravenbrook. This very valuable
+   tool can generate a written description of the Bugzilla database schema for
+   any version of Bugzilla. It can also generate a diff between two versions to
+   help someone see what has changed.
+     _________________________________________________________________
+
+2.2.2.2. MySQL
 
    Caution MySQL's default configuration is very insecure. Section 4.2 has some
       good information for improving your installation's security.
      _________________________________________________________________
 
-2.2.2.1.1. Allow large attachments
+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
@@ -666,7 +687,7 @@ Chapter 2. Installing Bugzilla
       'maxlocalattachment' parameter.
      _________________________________________________________________
 
-2.2.2.1.2. Allow small words in full-text indexes
+2.2.2.2.2. 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
@@ -683,7 +704,7 @@ Chapter 2. Installing Bugzilla
    http://www.mysql.com/doc/en/Fulltext_Fine-tuning.html.
      _________________________________________________________________
 
-2.2.2.1.3. Add a user to MySQL
+2.2.2.2.3. 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
@@ -704,7 +725,7 @@ Chapter 2. Installing Bugzilla
            mysql> FLUSH PRIVILEGES;
      _________________________________________________________________
 
-2.2.2.1.4. Permit attachments table to grow beyond 4GB
+2.2.2.2.4. 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
@@ -726,9 +747,9 @@ Chapter 2. Installing Bugzilla
       disk instead of in the database.
      _________________________________________________________________
 
-2.2.2.2. PostgreSQL
+2.2.2.3. PostgreSQL
 
-2.2.2.2.1. Add a User to PostgreSQL
+2.2.2.3.1. Add a User to PostgreSQL
 
    You need to add a new user to PostgreSQL for the Bugzilla application to use
    when accessing the database. The following instructions assume the defaults
@@ -748,7 +769,7 @@ Chapter 2. Installing Bugzilla
    databases and will not be able to create new users.
      _________________________________________________________________
 
-2.2.2.2.2. Configure PostgreSQL
+2.2.2.3.2. Configure PostgreSQL
 
    Now, you will need to edit pg_hba.conf which is usually located in
    /var/lib/pgsql/data/. In this file, you will need to add a new line to it as
@@ -789,10 +810,13 @@ Chapter 2. Installing Bugzilla
 
    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.) Regardless of which webserver you are using, however,
-   ensure that sensitive information is not remotely available by properly
-   applying the access controls in Section 4.3.1. You can run testserver.pl to
-   check if your web server serves Bugzilla files as expected.
+   recommends Apache.) To check whether your web server is correctly
+   configured, try to access testagent.cgi 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 Section
+   4.3.1. You can run testserver.pl to check if your web server serves
+   Bugzilla files as expected.
      _________________________________________________________________
 
 2.2.4.1. Bugzilla using Apache
@@ -1042,7 +1066,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
    As of Bugzilla 2.20, users can configure Bugzilla to regularly annoy them at
    regular intervals, by having Bugzilla execute saved searches at certain
    times and emailing the results to the user. This is known as "Whining". The
-   process of configuring Whining is described in Section 6.13, but for it to
+   process of configuring Whining is described in Section 5.12, but for it to
    work a Perl script must be executed at regular intervals.
 
    This can be done by adding the following command as a daily crontab entry,
@@ -1657,7 +1681,7 @@ Chapter 3. Administering Bugzilla
           initially created, the group controls can be further adjusted without
           interference by this mechanism.
 
-   maildeliverymethod
+   mail_delivery_method
           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. "testfile" does not
@@ -1720,6 +1744,12 @@ Chapter 3. Administering Bugzilla
           addition to that of the default assignee, who will be sent carbon
           copies of incoming bugs.
 
+   globalwatcher
+          This allows to define specific users that 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.
+
    usestatuswhiteboard
           This defines whether you wish to have a free-form, overwritable field
           associated with each bug. The advantage of the Status Whiteboard is
@@ -1785,19 +1815,49 @@ Chapter 3. Administering Bugzilla
    password.
 
    Tip If you wish to add more administrative users, add them to the "admin"
-   group and, optionally, add edit the tweakparams, editusers, creategroups,
+   group and, optionally, edit the tweakparams, editusers, creategroups,
    editcomponents, and editkeywords groups to add the entire admin group to
-      those groups.
+      those groups (which is the case by default).
      _________________________________________________________________
 
 3.2.2. Managing Other Users
 
-3.2.2.1. Creating new users
+3.2.2.1. Searching for existing users
+
+   If you have "editusers" privileges or if you are allowed to grant privileges
+   for some groups, the "Users" link appears in the footer.
+
+   The first screen you get is a search form to search for existing user
+   accounts. You can run searches based either on the ID, real name or login
+   name (i.e. the email address in most cases) of users. You can search in
+   different ways the listbox to the right of the text entry box. You can match
+   by case-insensitive substring (the default), regular expression, a reverse
+   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.
+
+   You can also restrict your search to users being in some specific group. By
+   default, the restriction is turned off. Then you get a list of users
+   matching your critera, and clicking their login name lets you edit their
+   properties.
+     _________________________________________________________________
+
+3.2.2.2. Creating new users
+
+3.2.2.2.1. Self-registration
+
+   By default, users can create their own user accounts by clicking the "New
+   Account" 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 "createemailregexp" parameter in the "Configuration" page, see Section
+   3.1.
+     _________________________________________________________________
+
+3.2.2.2.2. Accounts created by an administrator
 
-   Your users can create their own user accounts by clicking the "New Account"
-   link at the bottom of each page (assuming they aren't logged in as someone
-   else already.) However, should you desire to create user accounts ahead of
-   time, here is how you do it.
+   Users with "editusers" privileges, such as administrators, can create user
+   accounts for other users:
 
     1. After logging in, click the "Users" link at the footer of the query
        page, and then click "Add a new user".
@@ -1812,28 +1872,22 @@ Chapter 3. Administering Bugzilla
       fields and also notify the user of her account name and password.
      _________________________________________________________________
 
-3.2.2.2. Modifying Users
-
-   To see a specific user, search for their login name in the box provided on
-   the "Edit Users" page. To see all users, leave the box blank.
-
-   You can search in different ways the listbox to the right of the text entry
-   box. You can match by case-insensitive substring (the default), regular
-   expression, or a reverse regular expression match, which finds every user
-   name which does NOT match the regular expression. (Please see the man regexp
-   manual page for details on regular expression syntax.)
+3.2.2.3. Modifying Users
 
    Once you have found your user, you can change the following fields:
 
      * Login Name: This is generally the user's full email address. However, if
-       you have are using the emailsuffix Param, this may just be the user's
-       login name. Note that users can now change their login names themselves
-       (to any valid email address.)
+       you have are using the "emailsuffix" 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).
      * Real Name: The user's real name. Note that Bugzilla does not require
        this to create an account.
      * Password: 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.
+     * Bugmail Disabled: 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.
      * Disable Text: 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
@@ -1842,8 +1896,8 @@ Chapter 3. Administering Bugzilla
        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, add the account name (one
-       account per line) to the file data/nomail.
+       (disabled or active) to stop receiving mail, simply check the "Bugmail
+       Disabled" checkbox above.
 
     Note Even users whose accounts have been disabled can still submit bugs via
    the e-mail gateway, if one exists. The e-mail gateway should not be enabled
@@ -1882,7 +1936,19 @@ Chapter 3. Administering Bugzilla
        privilege to edit bugs in these products.
      _________________________________________________________________
 
-3.2.2.3. Impersonating Users
+3.2.2.4. Deleting Users
+
+   If the "allowuserdeletion" parameter is turned on, see Section 3.1, 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!
+     _________________________________________________________________
+
+3.2.2.5. Impersonating Users
 
    There may be times when an administrator would like to do something as
    another user. The sudo feature may be used to do this.
@@ -1973,7 +2039,7 @@ Chapter 3. Administering Bugzilla
     1. Select the "Edit components" link from the "Edit product" page
     2. Select the "Add" link in the bottom right.
     3. Fill out the "Component" field, a short "Description", the "Default
-       Assignee" and "Default QA Contact" (if enabled.) The Component and
+       Assignee" and "Default QA Contact" (if enabled). The Component and
        Description fields may contain HTML; the "Default Assignee" field must
        be a login name already existing in the database.
      _________________________________________________________________
@@ -2073,13 +2139,14 @@ Chapter 3. Administering Bugzilla
 
 3.8.3. Using flag requests
 
-   If a flag has been defined as 'requestable', users are allowed to set the
-   flag's status to "?". This status indicates that someone (aka "the
-   requester" is asking for someone else to set the flag to either "+" or "-".
+   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
+   "?". This status indicates that someone (a.k.a. "the requester") is asking
+   someone else to set the flag to either "+" or "-".
 
    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 (aka "the requestee") will receive an email
+   username. That named person (a.k.a. "the requestee") will receive an email
    notifying them of the request, and pointing them to the bug/attachment in
    question.
 
@@ -2105,7 +2172,7 @@ Chapter 3. Administering Bugzilla
    review?boss@domain.com. boss@domain.com is then notified by email that he
    has to check out that attachment and approve it or deny it.
 
-   For a Bugzilla user, attachment flags show up in two places:
+   For a Bugzilla user, attachment flags show up in three places:
 
     1. On the list of attachments in the "Show Bug" screen, you can see the
        current state of any flags that have been set to ?, +, or -. You can see
@@ -2114,15 +2181,19 @@ Chapter 3. Administering Bugzilla
     2. When you "Edit" an attachment, you can see any settable flag, along with
        any flags that have already been set. This "Edit Attachment" screen is
        where you set flags to ?, -, +, or unset them.
+    3. Requests are listed in the "Request Queue", which is accessible from the
+       "My Requests" link (if you are logged in) or "Requests" link (if you are
+       logged out) visible in the footer of all pages.
      _________________________________________________________________
 
 3.8.4.2. Bug Flags
 
    Bug flags are used to set a status on the bug itself. You can see Bug Flags
-   in the "Show Bug" screen (editbug.cgi).
+   in the "Show Bug" and "Requests" screens, as described above.
 
-   Only users with the ability to edit the bug may set flags on bugs. This
-   includes the assignee, reporter, and any user with the editbugs permission.
+   Only users with enough privileges (see below) may set flags on bugs. This
+   doesn't necessarily include the assignee, reporter, or users with the
+   editbugs permission.
      _________________________________________________________________
 
 3.8.5. Administering Flags
@@ -2145,16 +2216,16 @@ Chapter 3. Administering Bugzilla
 3.8.5.1.1. Name
 
    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 consist of any valid
-   Unicode character.
+   are looking at or setting the flag. The name may contain any valid Unicode
+   characters except commas and spaces.
      _________________________________________________________________
 
 3.8.5.1.2. Description
 
-   This describes the flag in more detail. At present, this doesn't show up
-   anywhere helpful; ideally, it would be nice to have it show up as a tooltip.
-   This field can be as long as you like, and can contain any character you
-   want.
+   The description describes the flag in more detail. It is visible in a
+   tooltip when hovering over a flag either in the "Show Bug" or "Edit
+   Attachment" pages. This field can be as long as you like, and can contain
+   any character you want.
      _________________________________________________________________
 
 3.8.5.1.3. Category
@@ -2183,11 +2254,10 @@ Chapter 3. Administering Bugzilla
    flag will not appear (and therefore cannot be set) on any products appearing
    in the "Exclusions" box. IMPORTANT: Exclusions override inclusions.
 
-   You may select a Product without selecting a specific Component, but it is
-   illegal to select a Component without a Product, or to select a Component
-   that does not belong to the named Product. Doing so as of this writing
-   (2.18rc3) will raise an error... even if all your products have a component
-   by that name.
+   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.
 
    Example: Let's say you have a product called "Jet Plane" that has thousands
    of components. You want to be able to ask if a problem should be fixed in
@@ -2229,14 +2299,7 @@ Chapter 3. Administering Bugzilla
    "requestable".
      _________________________________________________________________
 
-3.8.5.1.7. CC List
-
-   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..
-     _________________________________________________________________
-
-3.8.5.1.8. Specifically Requestable
+3.8.5.1.7. Specifically Requestable
 
    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
@@ -2246,7 +2309,7 @@ Chapter 3. Administering Bugzilla
    it will no longer appear to the user).
      _________________________________________________________________
 
-3.8.5.1.9. Multiplicable
+3.8.5.1.8. Multiplicable
 
    Any flag with "Multiplicable" 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
@@ -2255,6 +2318,31 @@ Chapter 3. Administering Bugzilla
    same bug/attachment.
      _________________________________________________________________
 
+3.8.5.1.9. CC List
+
+   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.
+     _________________________________________________________________
+
+3.8.5.1.10. Grant Group
+
+   When this field is set to some given group, only users in the group can set
+   the flag to "+" and "-". This field does not affect who can request or
+   cancel the flag. For that, see the "Request Group" 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.
+     _________________________________________________________________
+
+3.8.5.1.11. Request Group
+
+   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
+   "grant group" 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.
+     _________________________________________________________________
+
 3.8.5.2. Deleting a Flag
 
    When you are at the "Administer Flag Types" screen, you will be presented
@@ -2276,7 +2364,98 @@ Chapter 3. Administering Bugzilla
    "Creating a Flag" section.
      _________________________________________________________________
 
-3.9. Voting
+3.9. Custom Fields
+
+   One of the most requested features was the ability to add your own custom
+   fields to bugs, based on your needs. With the release of Bugzilla 3.0, this
+   dream finally comes true. Administrators can manage these fields using the
+   "Custom Fields" link in the footer of pages. The first thing they will see
+   is the list of existing custom fields (which is empty by default).
+     _________________________________________________________________
+
+3.9.1. Adding Custom Fields
+
+   The "Add a new custom field" link permits you to add a new field which can
+   be either a free text box or a drop down menu. More field types will be
+   available in future releases.
+
+   The following attributes must be set for each new custom field:
+
+     * Name: the name of the field, used internally. This name MUST begin with
+       "cf_". If you omit this string, it will be automatically added to the
+       name you entered. This way, all custom fields added to Bugzilla begin
+       with "cf_", avoiding any conflict with default fields.
+     * Description: the string which is used as a label for this custom field.
+       That is the string that users will see, and so should be short and
+       explicit.
+     * Type: as mentioned above, only two types are implemented so far. Free
+       text boxes let you type any string, while drop down menus only let you
+       choose one value in the list provided. The list of legal values for this
+       field can be created and edited as soon as this custom field is added to
+       the DB. See Section 3.10.1 for information about editing legal values.
+     * Sortkey: this integer determines in which order custom fields are
+       displayed in the UI, especially when viewing a bug. Fields with lower
+       values are displayed first.
+     * Can be set on bug creation: this boolean determines whether this field
+       can be set on bug creation or not. If not, then you have to create the
+       bug first before being able to set this field. Else you can set its
+       value at the same time you file a bug, see Section 5.6 about filing
+       bugs.
+     * Displayed in bugmail for new bugs: this boolean 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.
+     * Is obsolete: this boolean determines whether or not this field should be
+       displayed at all. Obsolete custom fields are hidden.
+     _________________________________________________________________
+
+3.9.2. Editing Custom Fields
+
+   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 Section 3.10.1. All other attributes can be edited as described above.
+     _________________________________________________________________
+
+3.9.3. Deleting Custom Fields
+
+   At this point, it is not possible to delete custom fields from your web
+   browser. If you don't want to make one available anymore, mark it as
+   obsolete. This way, you will preserve your DB referential integrity.
+     _________________________________________________________________
+
+3.10. Legal Values
+
+   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 localconfig.
+   Starting with Bugzilla 2.23.3, you can also customize the list of valid
+   resolutions from the same interface.
+     _________________________________________________________________
+
+3.10.1. Viewing/Editing legal values
+
+   Editing legal values requires "admin" privileges. A link named "Field
+   Values" is visible in your footer and clicking on it displays the list of
+   fields whose values can be edited.
+
+   You can add as many legal values as you want, and each value must be unique
+   (on a per field basis). The sortkey is important to display these values in
+   the desired order.
+     _________________________________________________________________
+
+3.10.2. Deleting legal values
+
+   You can also delete legal values, but only if the two following conditions
+   are respected:
+
+    1. The value is not used by default for the field.
+    2. No bug is currently using this value.
+
+   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.
+     _________________________________________________________________
+
+3.11. Voting
 
    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
@@ -2299,7 +2478,7 @@ Chapter 3. Administering Bugzilla
     5. Once you have adjusted the values to your preference, click "Update".
      _________________________________________________________________
 
-3.10. Quips
+3.12. Quips
 
    Quips are small text messages that can be configured to appear next to
    search results. A Bugzilla installation can have its own specific quips.
@@ -2330,7 +2509,7 @@ Chapter 3. Administering Bugzilla
    to permanently delete a quip.
      _________________________________________________________________
 
-3.11. Groups and Group Security
+3.13. Groups and Group Security
 
    Groups allow the administrator to isolate bugs or products that should only
    be seen by certain people. The association between products and groups is
@@ -2354,7 +2533,7 @@ Chapter 3. Administering Bugzilla
       box next to either 'Reporter' or 'CC List' (or both).
      _________________________________________________________________
 
-3.11.1. Creating Groups
+3.13.1. Creating Groups
 
    To create Groups:
 
@@ -2388,7 +2567,7 @@ Chapter 3. Administering Bugzilla
        groups should be permitted to add and delete users from this group.
      _________________________________________________________________
 
-3.11.2. Assigning Users to Groups
+3.13.2. Assigning Users to Groups
 
    Users can become a member of a group in several ways.
 
@@ -2399,7 +2578,7 @@ Chapter 3. Administering Bugzilla
        specifies to automatically grant membership to the group.
      _________________________________________________________________
 
-3.11.3. Assigning Group Controls to Products
+3.13.3. Assigning Group Controls to Products
 
    On the product edit page, there is a page to edit the "Group Controls" for a
    product. This allows you to configure how a group relates to the product.
@@ -2433,9 +2612,9 @@ Chapter 3. Administering Bugzilla
 foo: ENTRY, MANDATORY/MANDATORY, CANEDIT
      _________________________________________________________________
 
-3.11.4. Common Applications of Group Controls
+3.13.4. Common Applications of Group Controls
 
-3.11.4.1. General User Access With Security Group
+3.13.4.1. General User Access With Security Group
 
    To permit any user to file bugs in each product (A, B, C...) and to permit
    any user to submit those bugs into a security group....
@@ -2448,7 +2627,7 @@ Product C...
 security: SHOWN/SHOWN
      _________________________________________________________________
 
-3.11.4.2. General User Access With A Security Product
+3.13.4.2. General User Access With A Security Product
 
    To permit any user to file bugs in a Security product while keeping those
    bugs from becoming visible to anyone outside the securityworkers group
@@ -2458,7 +2637,7 @@ Product Security...
 securityworkers: DEFAULT/MANDATORY
      _________________________________________________________________
 
-3.11.4.3. Product Isolation With Common Group
+3.13.4.3. Product Isolation With Common Group
 
    To permit users of product A to access the bugs for product A, users of
    product B to access product B, and support staff to access both, 3 groups
@@ -2488,7 +2667,7 @@ Product Common...
 Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
      _________________________________________________________________
 
-3.12. Upgrading to New Releases
+3.14. 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
@@ -2498,62 +2677,70 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
      * How many local changes (if any) have been made
      _________________________________________________________________
 
-3.12.1. Version Definitions
+3.14.1. Version Definitions
 
-   Bugzilla displays the version you are using at the top of most pages you
-   load. It will look something like '2.16.7' or '2.18rc3' or '2.19.1+'. The
-   first number in this series is the Major Version. This does not change very
-   often (that is to say, almost never); 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.
-   If/When the major version is changed to 3.x.x, it will signify a significant
-   structural change and will be accompanied by much fanfare and many
-   instructions on how to upgrade, including a revision to this page. :)
+   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.14, 2.16, 2.18, 2.20, etc.) represents a stable version,
-   while an odd number (2.17, 2.19, 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.
+   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 normally released only to address security vulnerabilities; in
-   the future, it is likely that the Bugzilla development team will back-port
-   bugfixes in a new point release to the old point release for a limited
-   period. Once enough of these bugfixes have accumulated (or a new security
-   vulnerability is identified and closed), a bugfix release will be made. As
-   an example, 2.16.6 was a bugfix release, and improved on 2.16.5.
+   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.14 is
-   newer than 2.8 because minor version 14 is greater than minor version 8.
-   2.24.11 would be newer than 2.24.9 (because bugfix 11 is greater than bugfix
-   9. This is confusing to some people who aren't used to dealing with
-      software.
+   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.12.2. Upgrading - Methods and Procedure
+3.14.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 a week for new releases, unless the parameter is set to
+   "disabled".
+     _________________________________________________________________
+
+3.14.3. Upgrading - Methods and Procedure
 
    There are three different ways to upgrade your installation.
 
-    1. Using CVS (Section 3.12.2.1)
-    2. Downloading a new tarball (Section 3.12.2.2)
-    3. Applying the relevant patches (Section 3.12.2.3)
+    1. Using CVS (Section 3.14.3.1)
+    2. Downloading a new tarball (Section 3.14.3.2)
+    3. Applying the relevant patches (Section 3.14.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
-   5.2.2.)
+   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.18
-   to 2.18.1 should be fairly painless even if you are heavily customized, but
-   going from 2.14 to 2.18 is going to mean a fair bit of work re-writing your
+   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
@@ -2565,7 +2752,7 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
       from these backups.
 
    The examples in the following sections are written as though the user were
-   updating to version 2.18.1, but the procedures are the same regardless of
+   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
@@ -2573,7 +2760,7 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
    appropriate.
      _________________________________________________________________
 
-3.12.2.1. Upgrading using CVS
+3.14.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
@@ -2592,10 +2779,9 @@ 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_18_1 -dP
+bash$ cvs -q update -r BUGZILLA-2_22_1 -dP
 P checksetup.pl
 P collectstats.pl
-P globals.pl
 P docs/rel_notes.txt
 P template/en/default/list/quips.html.tmpl
 (etc.)
@@ -2606,7 +2792,7 @@ P template/en/default/list/quips.html.tmpl
       the portion using that file) will be usable.
      _________________________________________________________________
 
-3.12.2.2. Upgrading using the tarball
+3.14.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
@@ -2618,20 +2804,19 @@ P template/en/default/list/quips.html.tmpl
    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 ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.1.tar.g
-z
+bash$ wget http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.22.1.tar.
+gz
 (Output omitted)
-bash$ tar xzvf bugzilla-2.18.1.tar.gz
-bugzilla-2.18.1/
-bugzilla-2.18.1/.cvsignore
-bugzilla-2.18.1/1x1.gif
+bash$ tar xzvf bugzilla-2.22.1.tar.gz
+bugzilla-2.22.1/
+bugzilla-2.22.1/.cvsignore
 (Output truncated)
-bash$ cd bugzilla-2.18.1
+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.18.1 bugzilla
+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
@@ -2647,10 +2832,10 @@ bash$ mv bugzilla-2.18.1 bugzilla
    method, your code will already be set up for it.
      _________________________________________________________________
 
-3.12.2.3. Upgrading using patches
+3.14.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.16.6 to 2.16.7 -- then you have the
+   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
@@ -2662,22 +2847,21 @@ bash$ mv bugzilla-2.18.1 bugzilla
    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 ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.0-to-2.
-18.1.diff.gz
+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.18.0-to-2.18.1.diff.gz
-bash$ patch -p1 < bugzilla-2.18.0-to-2.18.1.diff
+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
-patching file globals.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.12.2.1) in the future.
+      using CVS (Section 3.14.3.1) in the future.
      _________________________________________________________________
 
-3.12.3. Completing Your Upgrade
+3.14.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.
@@ -2794,17 +2978,16 @@ mysql> FLUSH PRIVILEGES;
 skip-networking
      _________________________________________________________________
 
-4.3. Webserver
+4.3. Web server
 
 4.3.1. Disabling Remote Access to Bugzilla Configuration Files
 
    There are many files that are placed in the Bugzilla directory area that
-   should not be accessable from the web. Because of the way Bugzilla is
+   should not be accessible from the web. Because of the way Bugzilla is
    currently layed out, the list of what should and should not be accessible is
-   rather complicated. A new installation method is currently in the works
-   which should solve this by allowing files that shouldn't be accessible from
-   the web to be placed in a directory outside the webroot. See bug 44659 for
-   more information.
+   rather complicated. A quick way is to run testserver.pl to check if your web
+   server serves Bugzilla files as expected. If not, you may want to follow the
+   few steps below.
 
    Tip Bugzilla ships with the ability to create .htaccess files that enforce
    these rules. Instructions for enabling these directives in Apache can be
@@ -2833,14 +3016,11 @@ skip-networking
    blocked. Of particular interest is the localconfig file which contains your
    database password. Also, be aware that many editors create temporary and
    backup files in the working directory and that those should also not be
-   accessable. For more information, see bug 186383 or Bugtraq ID 6501. To
-   test, simply point your web browser at the file; for example, to test
-   mozilla.org's installation, we'd try to access
-   http://bugzilla.mozilla.org/localconfig. You should get a "403 Forbidden"
-   error.
+   accessible. For more information, see bug 186383 or Bugtraq ID 6501. To
+   test, simply run testserver.pl, as said above.
 
-   Tip Be sure to check Section 2.2.4 for instructions specific to the
-      webserver you use.
+   Tip Be sure to check Section 2.2.4 for instructions specific to the web
+      server you use.
      _________________________________________________________________
 
 4.3.2. Using mod_throttle to Prevent a DOS
@@ -2876,1737 +3056,1558 @@ skip-networking
    manually will prevent this problem.
      _________________________________________________________________
 
-Chapter 5. Customising Bugzilla
+Chapter 5. Using Bugzilla
 
-5.1. Custom Skins
+5.1. Introduction
 
-   Bugzilla allows you to have multiple skins. These are custom CSS and
-   possibly also custom images for Bugzilla. To create a new custom skin, you
-   have two choices:
+   This section contains information for end-users of Bugzilla. There is a
+   Bugzilla test installation, called Landfill, which you are welcome to play
+   with (if it's up). However, not all of the Bugzilla installations there will
+   necessarily have all Bugzilla features enabled, and different installations
+   run different versions, so some things may not quite work as this document
+   describes.
+     _________________________________________________________________
 
-     * Make a single CSS file, and put it in the skins/contrib directory.
-     * Make a directory that contains all the same CSS file names as
-       skins/standard/, and put your directory in skins/contrib/.
+5.2. Create a Bugzilla Account
 
-   After you put the file or the directory there, make sure to run
-   checksetup.pl so that it can reset the file permissions correctly.
+   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/.
 
-   After you have installed the new skin, it will show up as an option in the
-   user's General Preferences. If you would like to force a particular skin on
-   all users, just select it in the Default Preferences and then uncheck
-   "Enabled" on the preference.
+    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
+       enter your email address, then click the "Send" button.
+
+    Note If none of these links is available, this means that the administrator
+   of the installation has disabled self-registration. This means that only an
+   administrator can create accounts for other users. One reason could be that
+      this installation is private.
+
+       Note Also, if only some users are allowed to create an account on the
+   installation, you may see these links but your registration may fail if your
+   email address doesn't match the ones accepted by the installation. This is
+      another way to restrict who can access and edit bugs in this installation.
+    2. Within moments, and if your registration is accepted, you should receive
+       an email to the address you provided, which contains your login name
+       (generally the same as the email address), and two URLs with a token (a
+       random string generated by the installation) to confirm, respectively
+       cancel, your registration. This is a way to prevent users from abusing
+       the generation of user accounts, for instance by entering inexistent
+       email addresses, or email addresses which do not belong to them.
+    3. By default, you have 3 days to confirm your registration. Past this
+       timeframe, the token is invalidated and the registration is
+       automatically cancelled. You can also cancel this registration sooner by
+       using the appropriate URL in the email you got.
+    4. If you confirm your registration, Bugzilla will ask you your real name
+       (optional, but recommended) and your password, which must be between 3
+       and 16 characters long.
+    5. Now all you need to do is to click the "Log In" link in the footer at
+       the bottom of the page in your browser, enter your email address and
+       password you just chose into the login form, and click the "Log in"
+       button.
+
+   You are now logged in. Bugzilla uses cookies to remember you are logged in
+   so, unless you have cookies disabled or your IP address changes, you should
+   not have to log in again during your session.
      _________________________________________________________________
 
-5.2. Template Customization
+5.3. Anatomy of a Bug
 
-   Administrators can configure the look and feel of Bugzilla without having to
-   edit Perl files or face the nightmare of massive merge conflicts when they
-   upgrade to a newer version in the future.
+   The core of Bugzilla is the screen which displays a particular bug. It's a
+   good place to explain some Bugzilla concepts. Bug 1 on Landfill is a good
+   example. Note that the labels for most fields are hyperlinks; clicking them
+   will take you to context-sensitive help on that particular field. Fields
+   marked * may not be present on every installation of Bugzilla.
 
-   Templatization also makes localized versions of Bugzilla possible, for the
-   first time. It's possible to have Bugzilla's UI language determined by the
-   user's browser. More information is available in Section 5.2.6.
+    1. Product and Component: Bugs are divided up by Product and Component,
+       with a Product having one or more Components in it. For example,
+       bugzilla.mozilla.org's "Bugzilla" Product is composed of several
+       Components:
+
+       Administration: Administration of a Bugzilla installation.
+   Bugzilla-General: Anything that doesn't fit in the other components, or
+   spans multiple components.
+       Creating/Changing Bugs: Creating, changing, and viewing bugs.
+       Documentation: The Bugzilla documentation, including The Bugzilla Guide.
+       Email: Anything to do with email sent by Bugzilla.
+       Installation: The installation process of Bugzilla.
+   Query/Buglist: Anything to do with searching for bugs and viewing the
+   buglists.
+       Reporting/Charting: Getting reports from Bugzilla.
+   User Accounts: Anything about managing a user account from the user's
+   perspective. Saved queries, creating accounts, changing passwords, logging
+   in, etc.
+   User Interface: General issues having to do with the user interface
+   cosmetics (not functionality) including cosmetic issues, HTML templates,
+   etc.
+    2. Status and Resolution: These define exactly what state the bug is in -
+       from not even being confirmed as a bug, through to being fixed and the
+       fix confirmed by Quality Assurance. The different possible values for
+       Status and Resolution on your installation should be documented in the
+       context-sensitive help for those items.
+    3. Assigned To: The person responsible for fixing the bug.
+    4. *QA Contact: The person responsible for quality assurance on this bug.
+    5. *URL: A URL associated with the bug, if any.
+    6. Summary: A one-sentence summary of the problem.
+    7. *Status Whiteboard: (a.k.a. Whiteboard) A free-form text area for adding
+       short notes and tags to a bug.
+    8. *Keywords: The administrator can define keywords which you can use to
+       tag and categorise bugs - e.g. The Mozilla Project has keywords like
+       crash and regression.
+    9. Platform and OS: These indicate the computing environment where the bug
+       was found.
+   10. Version: The "Version" field is usually used for versions of a product
+       which have been released, and is set to indicate which versions of a
+       Component have the particular problem the bug report is about.
+   11. Priority: The bug assignee uses this field to prioritise his or her
+       bugs. It's a good idea not to change this on other people's bugs.
+   12. Severity: This indicates how severe the problem is - from blocker
+       ("application unusable") to trivial ("minor cosmetic issue"). You can
+       also use this field to indicate whether a bug is an enhancement request.
+   13. *Target: (a.k.a. Target Milestone) A future version by which the bug is
+       to be fixed. e.g. The Bugzilla Project's milestones for future Bugzilla
+       versions are 2.18, 2.20, 3.0, etc. Milestones are not restricted to
+       numbers, thought - you can use any text strings, such as dates.
+   14. Reporter: The person who filed the bug.
+   15. CC list: A list of people who get mail when the bug changes.
+   16. *Time Tracking: This form can be used for time tracking. To use this
+       feature, you have to be blessed group membership specified by the
+       "timetrackinggroup" parameter.
+
+       Orig. Est.: This field shows the original estimated time.
+   Current Est.: This field shows the current estimated time. This number is
+   calculated from "Hours Worked" and "Hours Left".
+       Hours Worked: This field shows the number of hours worked.
+   Hours Left: This field shows the "Current Est." - "Hours Worked". This value
+   + "Hours Worked" will become the new Current Est.
+       %Complete: This field shows what percentage of the task is complete.
+   Gain: This field shows the number of hours that the bug is ahead of the
+   "Orig. Est.".
+       Deadline: This field shows the deadline for this bug.
+   17. Attachments: You can attach files (e.g. testcases or patches) to bugs.
+       If there are any attachments, they are listed in this section.
+       Attachments are normally stored in the Bugzilla database, unless they
+       are marked as Big Files, which are stored directly on disk and (unlike
+       attachments kept in the database) may be deleted at some future time.
+   18. *Dependencies: If this bug cannot be fixed unless other bugs are fixed
+       (depends on), or this bug stops other bugs being fixed (blocks), their
+       numbers are recorded here.
+   19. *Votes: Whether this bug has any votes.
+   20. Additional Comments: You can add your two cents to the bug discussion
+       here, if you have something worthwhile to say.
      _________________________________________________________________
 
-5.2.1. Template Directory Structure
+5.4. Life Cycle of a Bug
 
-   The template directory structure starts with top level directory named
-   template, which contains a directory for each installed localization. The
-   next level defines the language used in the templates. Bugzilla comes with
-   English templates, so the directory name is en, and we will discuss
-   template/en throughout the documentation. Below template/en is the default
-   directory, which contains all the standard templates shipped with Bugzilla.
+   The life cycle, also known as work flow, of a bug is currently hardcoded
+   into Bugzilla. Figure 5-1 contains a graphical repsentation of this life
+   cycle. If you wish to customize this image for your site, the diagram file
+   is available in Dia's native XML format.
 
-   Warning A directory data/templates also exists; this is where Template
-   Toolkit puts the compiled versions of the templates from either the default
-   or custom directories. Do not directly edit the files in this directory, or
-   all your changes will be lost the next time Template Toolkit recompiles the
-      templates.
+   Figure 5-1. Lifecycle of a Bugzilla Bug
+
+   [bzLifecycle.png]
      _________________________________________________________________
 
-5.2.2. Choosing a Customization Method
+5.5. Searching for Bugs
 
-   If you want to edit Bugzilla's templates, the first decision you must make
-   is how you want to go about doing so. There are two choices, and which you
-   use depends mainly on the scope of your modifications, and the method you
-   plan to use to upgrade 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.
 
-   The first method of making customizations is to directly edit the templates
-   found in template/en/default. This is probably the best way to go about it
-   if you are going to be upgrading Bugzilla through CVS, because if you then
-   execute a cvs update, any changes you have made will be merged automagically
-   with the updated versions.
+   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
+   can be selected. In those cases, Bugzilla returns bugs where the content of
+   the field matches any one of the selected values. If none is selected, then
+   the field can take any value.
 
-   Note If you use this method, and CVS conflicts occur during an update, the
-   conflicted templates (and possibly other parts of your installation) will
-      not work until they are resolved.
+   Once you've run a search, you can save it as a Saved Search, which appears
+   in the page footer. On the Saved Searches tab of your User Preferences page
+   (the Prefs link in Bugzilla's footer), members of the group defined in the
+   querysharegroup parameter can share such Saved Searches with user groups so
+   that other users may use them. At the same place, you can see Saved Searches
+   other users are sharing, and have them show up in your personal Bugzilla
+   footer along with your own Saved Searches. If somebody is sharing a Search
+   with a group she or he is allowed to assign users to, it will show up in the
+   group's direct members' footers by default.
+     _________________________________________________________________
 
-   The second method is to copy the templates to be modified into a mirrored
-   directory structure under template/en/custom. Templates in this directory
-   structure automatically override any identically-named and
-   identically-located templates in the default directory.
+5.5.1. Boolean Charts
 
-   Note The custom directory does not exist at first and must be created if you
-      want to use it.
+   Highly advanced querying is done using Boolean Charts.
 
-   The second method of customization should be used if you use the overwriting
-   method of upgrade, because otherwise your changes will be lost. This method
-   may also be better if you are using the CVS method of upgrading and are
-   going to make major changes, because it is guaranteed that the contents of
-   this directory will not be touched during an upgrade, and you can then
-   decide whether to continue using your own templates, or make the effort to
-   merge your changes into the new versions by hand.
+   The boolean charts further restrict the set of results returned by a query.
+   It is possible to search for bugs based on elaborate combinations of
+   criteria.
 
-   Using this method, your installation may break if incompatible changes are
-   made to the template interface. Such changes should be documented in the
-   release notes, provided you are using a stable release of Bugzilla. If you
-   use using unstable code, you will need to deal with this one yourself,
-   although if possible the changes will be mentioned before they occur in the
-   deprecations section of the previous stable release's release notes.
+   The simplest boolean searches have only one term. These searches permit the
+   selected left field to be compared using a selectable operator to a
+   specified value. Using the "And," "Or," and "Add Another Boolean Chart"
+   buttons, additional terms can be included in the query, further altering the
+   list of bugs returned by the query.
 
-   Note Regardless of which method you choose, it is recommended that you run
-   ./checksetup.pl after creating or editing any templates in the
-   template/en/default directory, and after editing any templates in the custom
-      directory.
+   There are three fields in each row of a boolean search.
 
-   Warning It is required that you run ./checksetup.pl after creating a new
-   template in the custom directory. Failure to do so will raise an
-      incomprehensible error message.
+     * Field: the items being searched
+     * Operator: the comparison operator
+     * Value: the value to which the field is being compared
      _________________________________________________________________
 
-5.2.3. How To Edit Templates
+5.5.1.1. Pronoun Substitution
 
-   Note If you are making template changes that you intend on submitting back
-   for inclusion in standard Bugzilla, you should read the relevant sections of
-      the Developers' Guide.
+   Sometimes, a query needs to compare a field containing a user's ID (such as
+   ReportedBy) with a user's ID (such as the user running the query or the user
+   to whom each bug is assigned). When the operator is either "equals" or
+   "notequals", the value can be "%reporter%", "%assignee%", "%qacontact%", or
+   "%user%." The user pronoun referes to the user who is executing the query
+   or, in the case of whining reports, the user who will be the recipient of
+   the report. The reporter, assignee, and qacontact pronouns refer to the
+   corresponding fields in the bug.
+     _________________________________________________________________
 
-   The syntax of the Template Toolkit language is beyond the scope of this
-   guide. It's reasonably easy to pick up by looking at the current templates;
-   or, you can read the manual, available on the Template Toolkit home page.
+5.5.1.2. Negation
 
-   One thing you should take particular care about is the need to properly HTML
-   filter data that has been passed into the template. This means that if the
-   data can possibly contain special HTML characters such as <, and the data
-   was not intended to be HTML, they need to be converted to entity form, i.e.
-   &lt;. You use the 'html' filter in the Template Toolkit to do this. If you
-   forget, you may open up your installation to cross-site scripting attacks.
+   At first glance, negation seems redundant. Rather than searching for
 
-   Also note that Bugzilla adds a few filters of its own, that are not in
-   standard Template Toolkit. In particular, the 'url_quote' filter can convert
-   characters that are illegal or have special meaning in URLs, such as &, to
-   the encoded form, i.e. %26. This actually encodes most characters (but not
-   the common ones such as letters and numbers and so on), including the
-   HTML-special characters, so there's never a need to HTML filter afterwards.
+     NOT("summary" "contains the string" "foo"),
 
-   Editing templates is a good way of doing a "poor man's custom fields". For
-   example, if you don't use the Status Whiteboard, but want to have a
-   free-form text entry box for "Build Identifier", then you can just edit the
-   templates to change the field labels. It's still be called status_whiteboard
-   internally, but your users don't need to know that.
-     _________________________________________________________________
+   one could search for
 
-5.2.4. Template Formats and Types
+     ("summary" "does not contain the string" "foo").
 
-   Some CGI's have the ability to use more than one template. For example,
-   buglist.cgi can output itself as RDF, or as two formats of HTML (complex and
-   simple). The mechanism that provides this feature is extensible.
+   However, the search
 
-   Bugzilla can support different types of output, which again can have
-   multiple formats. In order to request a certain type, you can append the
-   &ctype=<contenttype> (such as rdf or html) to the <cginame>.cgi URL. If you
-   would like to retrieve a certain format, you can use the &format=<format>
-   (such as simple or complex) in the URL.
+     ("CC" "does not contain the string" "@mozilla.org")
 
-   To see if a CGI supports multiple output formats and types, grep the CGI for
-   "get_format". If it's not present, adding multiple format/type support isn't
-   too hard - see how it's done in other CGIs, e.g. config.cgi.
+   would find every bug where anyone on the CC list did not contain
+   "@mozilla.org" while
 
-   To make a new format template for a CGI which supports this, open a current
-   template for that CGI and take note of the INTERFACE comment (if present.)
-   This comment defines what variables are passed into this template. If there
-   isn't one, I'm afraid you'll have to read the template and the code to find
-   out what information you get.
+     NOT("CC" "contains the string" "@mozilla.org")
 
-   Write your template in whatever markup or text style is appropriate.
+   would find every bug where there was nobody on the CC list who did contain
+   the string. Similarly, the use of negation also permits complex expressions
+   to be built using terms OR'd together and then negated. Negation permits
+   queries such as
 
-   You now need to decide what content type you want your template served as.
-   The content types are defined in the Bugzilla/Constants.pm file in the
-   contenttypes constant. If your content type is not there, add it. Remember
-   the three- or four-letter tag assigned to your content type. This tag will
-   be part of the template filename.
+     NOT(("product" "equals" "update") OR ("component" "equals"
+     "Documentation"))
 
-   Note After adding or changing a content type, it's suitable to edit
-   Bugzilla/Constants.pm in order to reflect the changes. Also, the file should
-   be kept up to date after an upgrade if content types have been customized in
-      the past.
+   to find bugs that are neither in the update product or in the documentation
+   component or
 
-   Save the template as <stubname>-<formatname>.<contenttypetag>.tmpl. Try out
-   the template by calling the CGI as
-   <cginame>.cgi?format=<formatname>&ctype=<type> .
-     _________________________________________________________________
+     NOT(("commenter" "equals" "%assignee%") OR ("component" "equals"
+     "Documentation"))
 
-5.2.5. Particular Templates
+   to find non-documentation bugs on which the assignee has never commented.
+     _________________________________________________________________
 
-   There are a few templates you may be particularly interested in customizing
-   for your installation.
+5.5.1.3. Multiple Charts
 
-   index.html.tmpl: This is the Bugzilla front page.
+   The terms within a single row of a boolean chart are all constraints on a
+   single piece of data. If you are looking for a bug that has two different
+   people cc'd on it, then you need to use two boolean charts. A search for
 
-   global/header.html.tmpl: This defines the header that goes on all Bugzilla
-   pages. The header includes the banner, which is what appears to users and is
-   probably what you want to edit instead. However the header also includes the
-   HTML HEAD section, so you could for example add a stylesheet or META tag by
-   editing the header.
+     ("cc" "contains the string" "foo@") AND ("cc" "contains the string"
+     "@mozilla.org")
 
-   global/banner.html.tmpl: This contains the "banner", the part of the header
-   that appears at the top of all Bugzilla pages. The default banner is
-   reasonably barren, so you'll probably want to customize this to give your
-   installation a distinctive look and feel. It is recommended you preserve the
-   Bugzilla version number in some form so the version you are running can be
-   determined, and users know what docs to read.
+   would return only bugs with "foo@mozilla.org" on the cc list. If you wanted
+   bugs where there is someone on the cc list containing "foo@" and someone
+   else containing "@mozilla.org", then you would need two boolean charts.
 
-   global/footer.html.tmpl: This defines the footer that goes on all Bugzilla
-   pages. Editing this is another way to quickly get a distinctive look and
-   feel for your Bugzilla installation.
+     First chart: ("cc" "contains the string" "foo@")
 
-   global/variables.none.tmpl: This defines a list of terms that may be changed
-   in order to "brand" the Bugzilla instance In this way, terms like "bugs" can
-   be replaced with "issues" across the whole Bugzilla installation. The name
-   "Bugzilla" and other words can be customized as well.
+     Second chart: ("cc" "contains the string" "@mozilla.org")
 
-   list/table.html.tmpl: This template controls the appearance of the bug lists
-   created by Bugzilla. Editing this template allows per-column control of the
-   width and title of a column, the maximum display length of each entry, and
-   the wrap behaviour of long entries. For long bug lists, Bugzilla inserts a
-   'break' every 100 bugs by default; this behaviour is also controlled by this
-   template, and that value can be modified here.
+   The bugs listed will be only the bugs where ALL the charts are true.
+     _________________________________________________________________
 
-   bug/create/user-message.html.tmpl: This is a message that appears near the
-   top of the bug reporting page. By modifying this, you can tell your users
-   how they should report bugs.
+5.5.2. Quicksearch
 
-   bug/process/midair.html.tmpl: This is the page used if two people submit
-   simultaneous changes to the same bug. The second person to submit their
-   changes will get this page to tell them what the first person did, and ask
-   if they wish to overwrite those changes or go back and revisit the bug. The
-   default title and header on this page read "Mid-air collision detected!" If
-   you work in the aviation industry, or other environment where this might be
-   found offensive (yes, we have true stories of this happening) you'll want to
-   change this to something more appropriate for your environment.
+   Quicksearch is a single-text-box query tool which uses metacharacters to
+   indicate what is to be searched. For example, typing "foo|bar" into
+   Quicksearch would search for "foo" or "bar" in the summary and status
+   whiteboard of a bug; adding ":BazProduct" would search only in that product.
+   You can use it to find a bug by its number or its alias, too.
 
-   bug/create/create.html.tmpl and bug/create/comment.txt.tmpl: You may not
-   wish to go to the effort of creating custom fields in Bugzilla, yet you want
-   to make sure that each bug report contains a number of pieces of important
-   information for which there is not a special field. The bug entry system has
-   been designed in an extensible fashion to enable you to add arbitrary HTML
-   widgets, such as drop-down lists or textboxes, to the bug entry page and
-   have their values appear formatted in the initial comment. A hidden field
-   that indicates the format should be added inside the form in order to make
-   the template functional. Its value should be the suffix of the template
-   filename. For example, if the file is called create-cust.html.tmpl, then
-   <input type="hidden" name="format" value="cust">
+   You'll find the Quicksearch box in Bugzilla's footer area. On Bugzilla's
+   front page, there is an additional Help link which details how to use it.
+     _________________________________________________________________
 
-   should be used inside the form.
+5.5.3. Bug Lists
 
-   An example of this is the mozilla.org guided bug submission form. The code
-   for this comes with the Bugzilla distribution as an example for you to copy.
-   It can be found in the files create-guided.html.tmpl and
-   comment-guided.html.tmpl.
+   If you run a search, a list of matching bugs will be returned.
 
-   So to use this feature, create a custom template for enter_bug.cgi. The
-   default template, on which you could base it, is
-   custom/bug/create/create.html.tmpl. Call it create-<formatname>.html.tmpl,
-   and in it, add widgets for each piece of information you'd like collected -
-   such as a build number, or set of steps to reproduce.
+   The format of the list is configurable. For example, it can be sorted by
+   clicking the column headings. Other useful features can be accessed using
+   the links at the bottom of the list:
 
-   Then, create a template like custom/bug/create/comment.txt.tmpl, and call it
-   comment-<formatname>.txt.tmpl. This template should reference the form
-   fields you have created using the syntax [% form.<fieldname> %]. When a bug
-   report is submitted, the initial comment attached to the bug report will be
-   formatted according to the layout of this template.
+   Long Format: this gives you a large page with a non-editable summary of the
+   fields of each bug.
+   XML: get the buglist in the XML format.
+   CSV: get the buglist as comma-separated values, for import into e.g. a
+   spreadsheet.
+   Feed: get the buglist as an Atom feed. Copy this link into your favorite
+   feed reader. If you are using Firefox, you can also save the list as a live
+   bookmark by clicking the live bookmark icon in the status bar. To limit the
+   number of bugs in the feed, add a limit=n parameter to the URL.
+   iCalendar: Get the buglist as an iCalendar file. Each bug is represented as
+   a to-do item in the imported calendar.
+   Change Columns: change the bug attributes which appear in the list.
+   Change several bugs at once: If your account is sufficiently empowered, and
+   more than one bug appear in the bug list, this link is displayed which lets
+   you make the same change to all the bugs in the list - for example, changing
+   their assignee.
+   Send mail to bug assignees: If more than one bug appear in the bug list and
+   there are at least two distinct bug assignees, this links is displayed which
+   lets you easily send a mail to the assignees of all bugs on the list.
+   Edit Search: If you didn't get exactly the results you were looking for, you
+   can return to the Query page through this link and make small revisions to
+   the query you just made so you get more accurate results.
+   Remember Search As: You can give a search a name and remember it; a link
+   will appear in your page footer giving you quick access to run it again
+   later.
 
-   For example, if your custom enter_bug template had a field
-   <input type="text" name="buildid" size="30">
+   If you would like to access the bug list from another program it is often
+   useful to have the list returned in something other than HTML. By adding the
+   ctype=type parameter into the bug list URL you can specify several alternate
+   formats. Besides the types described above, the following formats are also
+   supported: ECMAScript, also known as JavaScript (ctype=js), and Resource
+   Description Framework RDF/XML (ctype=rdf).
+     _________________________________________________________________
 
-   and then your comment.txt.tmpl had
-BuildID: [% form.buildid %]
+5.5.4. Adding/removing tags to/from bugs
 
-   then something like
-BuildID: 20020303
+   You can add and remove tags from individual bugs, which let you find and
+   manage them more easily. Creating a new tag automatically generates a saved
+   search - whose name is the name of the tag - which lists bugs with this tag.
+   This saved search will be displayed in the footer of pages by default, as
+   all other saved searches. The main difference between tags and normal saved
+   searches is that saved searches, as described in the previous section, are
+   stored in the form of a list of matching criteria, while the saved search
+   generated by tags is a list of bug numbers. Consequently, you can easily
+   edit this list by either adding or removing tags from bugs. To enable this
+   feature, you have to turn on the "Enable tags for bugs" user preference, see
+   Section 5.9. This feature is disabled by default.
 
-   would appear in the initial comment.
+   This feature is useful when you want to keep track of several bugs, but for
+   different reasons. Instead of adding yourself to the CC list of all these
+   bugs and mixing all these reasons, you can now store these bugs in separate
+   lists, e.g. "Keep in mind", "Interesting bugs", or "Triage". One big
+   advantage of this way to manage bugs is that you can easily add or remove
+   bugs one by one, which is not possible to do with saved searches without
+   having to edit the search criteria again.
      _________________________________________________________________
 
-5.2.6. Configuring Bugzilla to Detect the User's Language
-
-   Bugzilla honours the user's Accept: HTTP header. You can install templates
-   in other languages, and Bugzilla will pick the most appropriate according to
-   a priority order defined by you. Many language templates can be obtained
-   from http://www.bugzilla.org/download.html#localizations. Instructions for
-   submitting new languages are also available from that location.
+5.6. Filing Bugs
 
-   After untarring the localizations (or creating your own) in the
-   BUGZILLA_ROOT/template directory, you must update the languages parameter to
-   contain any localizations you'd like to permit. You may also wish to set the
-   defaultlanguage parameter to something other than "en" if you don't want
-   English to be the default language.
-     _________________________________________________________________
+5.6.1. Reporting a New Bug
 
-5.3. The Bugzilla Extension Mechanism
+   Years of bug writing experience has been distilled for your reading pleasure
+   into the Bug Writing Guidelines. While some of the advice is
+   Mozilla-specific, the basic principles of reporting Reproducible, Specific
+   bugs, isolating the Product you are using, the Version of the Product, the
+   Component which failed, the Hardware Platform, and Operating System you were
+   using at the time of the failure go a long way toward ensuring accurate,
+   responsible fixes for the bug that bit you.
 
-   Warning Custom extensions require Template Toolkit version 2.12 or above, or
-      the application of a patch. See bug 239112 for details.
+   The procedure for filing a bug is as follows:
+
+    1. Click the "New" link available in the footer of pages, or the "Enter a
+       new bug report" link displayed on the home page of the Bugzilla
+       installation.
+
+   Note If you want to file a test bug to see how Bugzilla works, you can do it
+      on one of our test installations on Landfill.
+    2. You first have to select the product in which you found a bug.
+    3. You now see a form where you can specify the component (part of the
+       product which is affected by the bug you discovered; if you have no
+       idea, just select "General" if such a component exists), the version of
+       the program you were using, the Operarting System and platform your
+       program is running on and the severity of the bug (if the bug you found
+       crashes the program, it's probably a major or a critical bug; if it's a
+       typo somewhere, that's something pretty minor; if it's something you
+       would like to see implemented, then that's an enhancement).
+    4. You now have to give a short but descriptive summary of the bug you
+       found. "My program is crashing all the time" is a very poor summary and
+       doesn't help developers at all. Try something more meaningful or your
+       bug will probably be ignored due to a lack of precision. The next step
+       is to give a very detailed list of steps to reproduce the problem you
+       encountered. Try to limit these steps to a minimum set required to
+       reproduce the problem. This will make the life of developers easier, and
+       the probability that they consider your bug in a reasonable timeframe
+       will be much higher.
+
+      Note Try to make sure that everything in the summary is also in the first
+   comment. Summaries are often updated and this will ensure your original
+      information is easily accessible.
+    5. As you file the bug, you can also attach a document (testcase, patch, or
+       screenshot of the problem).
+    6. Depending on the Bugzilla installation you are using and the product in
+       which you are filing the bug, you can also request developers to
+       consider your bug in different ways (such as requesting review for the
+       patch you just attached, requesting your bug to block the next release
+       of the product, and many other product specific requests).
+    7. Now is a good time to read your bug report again. Remove all
+       misspellings, otherwise your bug may not be found by developers running
+       queries for some specific words, and so your bug would not get any
+       attention. Also make sure you didn't forget any important information
+       developers should know in order to reproduce the problem, and make sure
+       your description of the problem is explicit and clear enough. When you
+       think your bug report is ready to go, the last step is to click the
+       "Commit" button to add your report into the database.
 
-   Extensions are a way for extensions to Bugzilla to insert code into the
-   standard Bugzilla templates and source files without modifying these files
-   themselves. The extension mechanism defines a consistent API for extending
-   the standard templates and source files in a way that cleanly separates
-   standard code from extension code. Hooks reduce merge conflicts and make it
-   easier to write extensions that work across multiple versions of Bugzilla,
-   making upgrading a Bugzilla installation with installed extensions easier.
-   Furthermore, they make it easy to install and remove extensions as each
-   extension is nothing more than a simple directory structure.
+   You do not need to put "any" or similar strings in the URL field. If there
+   is no specific URL associated with the bug, leave this field blank.
 
-   There are two main types of hooks: code hooks and template hooks. Code hooks
-   allow extensions to invoke code at specific points in various source files,
-   while template hooks allow extensions to add elements to the Bugzilla user
-   interface.
+   If you feel a bug you filed was incorrectly marked as a DUPLICATE of
+   another, please question it in your bug, not the bug it was duped to. Feel
+   free to CC the person who duped it if they are not already CCed.
+     _________________________________________________________________
 
-   A hook is just a named place in a standard source or template file where
-   extension source code or template files for that hook get processed. Each
-   extension has a corresponding directory in the Bugzilla directory tree
-   (BUGZILLA_ROOT/extensions/extension_name). Hooking an extension source file
-   or template to a hook is as simple as putting the extension file into
-   extension's template or code directory. When Bugzilla processes the source
-   file or template and reaches the hook, it will process all extension files
-   in the hook's directory. The hooks themselves can be added into any source
-   file or standard template upon request by extension authors.
+5.6.2. Clone an Existing Bug
 
-   To use hooks to extend Bugzilla, first make sure there is a hook at the
-   appropriate place within the source file or template you want to extend. The
-   exact appearence of a hook depends on if the hook is a code hook or a
-   template hook.
+   Starting with version 2.20, Bugzilla has a feature that allows you to clone
+   an existing bug. The newly created bug will inherit most settings from the
+   old bug. This allows you to track more easily similar concerns in a new bug.
+   To use this, go to the bug that you want to clone, then click the "Clone
+   This Bug" link on the bug page. This will take you to the "Enter Bug" page
+   that is filled with the values that the old bug has. You can change those
+   values and/or texts if needed.
+     _________________________________________________________________
 
-   Code hooks appear in Bugzilla source files as a single method call in the
-   format Bugzilla::Hook->process("name");. for instance, enter_bug.cgi may
-   invoke the hook "enter_bug-defaultvars". Thus, a source file at
-   BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl
-   will be automatically invoked when the code hook is reached.
+5.7. Attachments
 
-   Template hooks appear in the standard Bugzilla templates as a single
-   directive in the format [% Hook.process("name") %], where name is the unique
-   name of the hook.
+   You should use attachments, rather than comments, for large chunks of ASCII
+   data, such as trace, debugging output files, or log files. That way, it
+   doesn't bloat the bug for everyone who wants to read it, and cause people to
+   receive fat, useless mails.
 
-   If you aren't sure what you want to extend or just want to browse the
-   available hooks, either use your favorite multi-file search tool (e.g. grep)
-   to search the standard templates for occurrences of Hook.process or the
-   source files for occurrences of Bugzilla::Hook::process.
+   You should make sure to trim screenshots. There's no need to show the whole
+   screen if you are pointing out a single-pixel problem.
 
-   If there is no hook at the appropriate place within the Bugzilla source file
-   or template you want to extend, file a bug requesting one, specifying:
+   Bugzilla stores and uses a Content-Type for each attachment (e.g.
+   text/html). To download an attachment as a different Content-Type (e.g.
+   application/xhtml+xml), you can override this using a 'content_type'
+   parameter on the URL, e.g. &content_type=text/plain.
 
-   the source or template file for which you are requesting a hook;
-   where in the file you would like the hook to be placed (line number/position
-   for latest version of the file in CVS or description of location);
-   the purpose of the hook;
-   a link to information about your extension, if any.
+   If you have a really large attachment, something that does not need to be
+   recorded forever (as most attachments are), you can mark your attachment as
+   a "Big File", assuming the administrator of the installation has enabled
+   this feature. Big Files are stored directly on disk instead of in the
+   database, and can be deleted when it is no longer needed. The maximum size
+   of a "Big File" is normally larger than the maximum size of a regular
+   attachment.
+     _________________________________________________________________
 
-   The Bugzilla reviewers will promptly review each hook request, name the
-   hook, add it to the template or source file, and check the new version of
-   the template into CVS.
+5.7.1. Patch Viewer
 
-   You may optionally attach a patch to the bug which implements the hook and
-   check it in yourself after receiving approval from a Bugzilla reviewer. The
-   developers may suggest changes to the location of the hook based on their
-   analysis of your needs or so the hook can satisfy the needs of multiple
-   extensions, but the process of getting hooks approved and checked in is not
-   as stringent as the process for general changes to Bugzilla, and any
-   extension, whether released or still in development, can have hooks added to
-   meet their needs.
+   Viewing and reviewing patches in Bugzilla is often difficult due to lack of
+   context, improper format and the inherent readability issues that raw
+   patches present. Patch Viewer is an enhancement to Bugzilla designed to fix
+   that by offering increased context, linking to sections, and integrating
+   with Bonsai, LXR and CVS.
 
-   After making sure the hook you need exists (or getting it added if not), add
-   your extension to the directory within the Bugzilla extensions tree
-   corresponding to the hook.
+   Patch viewer allows you to:
 
-   That's it! Now, when the source file or template containing the hook is
-   processed, your extension file will be processed at the point where the hook
-   appears.
+   View patches in color, with side-by-side view rather than trying to
+   interpret the contents of the patch.
+   See the difference between two patches.
+   Get more context in a patch.
+   Collapse and expand sections of a patch for easy reading.
+   Link to a particular section of a patch for discussion or review
+   Go to Bonsai or LXR to see more context, blame, and cross-references for the
+   part of the patch you are looking at
+   Create a rawtext unified format diff out of any patch, no matter what format
+   it came from
+     _________________________________________________________________
 
-   For example, let's say you have an extension named Projman that adds project
-   management capabilities to Bugzilla. Projman has an administration interface
-   edit-projects.cgi, and you want to add a link to it into the navigation bar
-   at the bottom of every Bugzilla page for those users who are authorized to
-   administer projects.
+5.7.1.1. Viewing Patches in Patch Viewer
 
-   The navigation bar is generated by the template file useful-links.html.tmpl,
-   which is located in the global/ subdirectory on the standard Bugzilla
-   template path BUGZILLA_ROOT/template/en/default/. Looking in
-   useful-links.html.tmpl, you find the following hook at the end of the list
-   of standard Bugzilla administration links:
-...
-    [% ', <a href="editkeywords.cgi">keywords</a>'
-                                              IF user.groups.editkeywords %]
-    [% Hook.process("edit") %]
-...
+   The main way to view a patch in patch viewer is to click on the "Diff" link
+   next to a patch in the Attachments list on a bug. You may also do this
+   within the edit window by clicking the "View Attachment As Diff" button in
+   the Edit Attachment screen.
+     _________________________________________________________________
 
-   The corresponding extension file for this hook is
-   BUGZILLA_ROOT/extensions/projman/template/en/hook/global/useful-links-edit.h
-   tml.tmpl. You then create that template file and add the following constant:
-...[% ', <a href="edit-projects.cgi">projects</a>' IF user.groups.projman_admin
-s %]
+5.7.1.2. Seeing the Difference Between Two Patches
 
-   Voila! The link now appears after the other administration links in the
-   navigation bar for users in the projman_admins group.
+   To see the difference between two patches, you must first view the newer
+   patch in Patch Viewer. Then select the older patch from the dropdown at the
+   top of the page ("Differences between [dropdown] and this patch") and click
+   the "Diff" button. This will show you what is new or changed in the newer
+   patch.
+     _________________________________________________________________
 
-   Now, let us say your extension adds a custom "project_manager" field to
-   enter_bug.cgi. You want to modify the CGI script to set the default project
-   manager to be productname@company.com. Looking at enter_bug.cgi, you see the
-   enter_bug-entrydefaultvars hook near the bottom of the file before the
-   default form values are set. The corresponding extension source file for
-   this hook is located at
-   BUGZILLA_ROOT/extensions/projman/code/enter_bug-entrydefaultvars.pl. You
-   then create that file and add the following:
-   $default{'project_manager'} = $product.'@company.com';
+5.7.1.3. Getting More Context in a Patch
 
-   This code will be invoked whenever enter_bug.cgi is executed. Assuming that
-   the rest of the customization was completed (e.g. the custom field was added
-   to the enter_bug template and the required hooks were used in
-   process_bug.cgi), the new field will now have this default value.
+   To get more context in a patch, you put a number in the textbox at the top
+   of Patch Viewer ("Patch / File / [textbox]") and hit enter. This will give
+   you that many lines of context before and after each change. Alternatively,
+   you can click on the "File" link there and it will show each change in the
+   full context of the file. This feature only works against files that were
+   diffed using "cvs diff".
+     _________________________________________________________________
 
-   Notes:
+5.7.1.4. Collapsing and Expanding Sections of a Patch
 
-     * If your extension includes entirely new templates in addition to
-       extensions of standard templates, it should store those new templates in
-       its BUGZILLA_ROOT/extensions/template/en/ directory. Extension template
-       directories, like the default/ and custom/ directories, are part of the
-       template search path, so putting templates there enables them to be
-       found by the template processor.
-       The template processor looks for templates first in the custom/
-       directory (i.e. templates added by the specific installation), then in
-       the extensions/ directory (i.e. templates added by extensions), and
-       finally in the default/ directory (i.e. the standard Bugzilla
-       templates). Thus, installation-specific templates override both default
-       and extension templates.
-     * If you are looking to customize Bugzilla, you can also take advantage of
-       template hooks. To do so, create a directory in
-       BUGZILLA_ROOT/template/en/custom/hook/ that corresponds to the hook you
-       wish to use, then place your customization templates into those
-       directories. For example, if you wanted to use the hook "end" in
-       global/useful-links.html.tmpl, you would create the directory
-       BUGZILLA_ROOT/template/en/custom/hook/
-       global/useful-links.html.tmpl/end/ and add your customization template
-       to this directory.
-       Obviously this method of customizing Bugzilla only lets you add code to
-       the standard source files and templates; you cannot change the existing
-       code. Nevertheless, for those customizations that only add code, this
-       method can reduce conflicts when merging changes, making upgrading your
-       customized Bugzilla installation easier.
+   To view only a certain set of files in a patch (for example, if a patch is
+   absolutely huge and you want to only review part of it at a time), you can
+   click the "(+)" and "(-)" links next to each file (to expand it or collapse
+   it). If you want to collapse all files or expand all files, you can click
+   the "Collapse All" and "Expand All" links at the top of the page.
      _________________________________________________________________
 
-5.4. Customizing Who Can Change What
+5.7.1.5. Linking to a Section of a Patch
 
-   Warning This feature should be considered experimental; the Bugzilla code
-   you will be changing is not stable, and could change or move between
-   versions. Be aware that if you make modifications as outlined here, you may
-   have to re-make them or port them if Bugzilla changes internally between
-      versions, and you upgrade.
+   To link to a section of a patch (for example, if you want to be able to give
+   someone a URL to show them which part you are talking about) you simply
+   click the "Link Here" link on the section header. The resulting URL can be
+   copied and used in discussion.
+     _________________________________________________________________
 
-   Companies often have rules about which employees, or classes of employees,
-   are allowed to change certain things in the bug system. For example, only
-   the bug's designated QA Contact may be allowed to VERIFY the bug. Bugzilla
-   has been designed to make it easy for you to write your own custom rules to
-   define who is allowed to make what sorts of value transition.
+5.7.1.6. Going to Bonsai and LXR
 
-   For maximum flexibility, customizing this means editing Bugzilla's Perl
-   code. This gives the administrator complete control over exactly who is
-   allowed to do what. The relevant method is called check_can_change_field(),
-   and is found in Bug.pm in your Bugzilla/ directory. If you open that file
-   and search for "sub check_can_change_field", you'll find it.
+   To go to Bonsai to get blame for the lines you are interested in, you can
+   click the "Lines XX-YY" link on the section header you are interested in.
+   This works even if the patch is against an old version of the file, since
+   Bonsai stores all versions of the file.
 
-   This function has been carefully commented to allow you to see exactly how
-   it works, and give you an idea of how to make changes to it. Certain marked
-   sections should not be changed - these are the "plumbing" which makes the
-   rest of the function work. In between those sections, you'll find snippets
-   of code like:
-    # Allow the assignee to change anything.
-    if ($ownerid eq $whoid) {
-        return 1;
-    }
+   To go to LXR, you click on the filename on the file header (unfortunately,
+   since LXR only does the most recent version, line numbers are likely to
+   rot).
+     _________________________________________________________________
 
-   It's fairly obvious what this piece of code does.
+5.7.1.7. Creating a Unified Diff
 
-   So, how does one go about changing this function? Well, simple changes can
-   be made just by removing pieces - for example, if you wanted to prevent any
-   user adding a comment to a bug, just remove the lines marked "Allow anyone
-   to change comments." If you don't want the Reporter to have any special
-   rights on bugs they have filed, just remove the entire section that deals
-   with the Reporter.
+   If the patch is not in a format that you like, you can turn it into a
+   unified diff format by clicking the "Raw Unified" link at the top of the
+   page.
+     _________________________________________________________________
 
-   More complex customizations are not much harder. Basically, you add a check
-   in the right place in the function, i.e. after all the variables you are
-   using have been set up. So, don't look at $ownerid before $ownerid has been
-   obtained from the database. You can either add a positive check, which
-   returns 1 (allow) if certain conditions are true, or a negative check, which
-   returns 0 (deny.) E.g.:
-    if ($field eq "qacontact") {
-        if (Bugzilla->user->groups("quality_assurance")) {
-            return 1;
-        }
-        else {
-            return 0;
-        }
-    }
+5.8. Hints and Tips
 
-   This says that only users in the group "quality_assurance" can change the QA
-   Contact field of a bug.
+   This section distills some Bugzilla tips and best practices that have been
+   developed.
+     _________________________________________________________________
 
-   Getting more weird:
-    if (($field eq "priority") &&
-        (Bugzilla->user->email =~ /.*\@example\.com$/))
-    {
-        if ($oldvalue eq "P1") {
-            return 1;
-        }
-        else {
-            return 0;
-        }
-    }
+5.8.1. Autolinkification
 
-   This says that if the user is trying to change the priority field, and their
-   email address is @example.com, they can only do so if the old value of the
-   field was "P1". Not very useful, but illustrative.
+   Bugzilla comments are plain text - so typing <U> will produce less-than, U,
+   greater-than rather than underlined text. However, Bugzilla will
+   automatically make hyperlinks out of certain sorts of text in comments. For
+   example, the text "http://www.bugzilla.org" will be turned into a link:
+   http://www.bugzilla.org. Other strings which get linkified in the obvious
+   manner are:
 
-   Warning If you are modifying process_bug.cgi in any way, do not change the
-   code that is bounded by DO_NOT_CHANGE blocks. Doing so could compromise
-      security, or cause your installation to stop working entirely.
+   bug 12345
+   comment 7
+   bug 23456, comment 53
+   attachment 4321
+   mailto:george@example.com
+   george@example.com
+   ftp://ftp.mozilla.org
+   Most other sorts of URL
 
-   For a list of possible field names, look at the bugs table in the database.
-   If you need help writing custom rules for your organization, ask in the
-   newsgroup.
+   A corollary here is that if you type a bug number in a comment, you should
+   put the word "bug" before it, so it gets autolinkified for the convenience
+   of others.
      _________________________________________________________________
 
-5.5. MySQL Bugzilla Database Introduction
-
-   This information comes straight from my life. I was forced to learn how
-   Bugzilla organizes database because of nitpicky requests from users for tiny
-   changes in wording, rather than having people re-educate themselves or
-   figure out how to work our procedures around the tool. It sucks, but it can
-   and will happen to you, so learn how the schema works and deal with it when
-   it comes.
-
-   So, here you are with your brand-new installation of Bugzilla. You've got
-   MySQL set up, Apache working right, Perl DBI and DBD talking to the database
-   flawlessly. Maybe you've even entered a few test bugs to make sure email's
-   working; people seem to be notified of new bugs and changes, and you can
-   enter and edit bugs to your heart's content. Perhaps you've gone through the
-   trouble of setting up a gateway for people to submit bugs to your database
-   via email, have had a few people test it, and received rave reviews from
-   your beta testers.
-
-   What's the next thing you do? Outline a training strategy for your
-   development team, of course, and bring them up to speed on the new tool
-   you've labored over for hours.
-
-   Your first training session starts off very well! You have a captive
-   audience which seems enraptured by the efficiency embodied in this thing
-   called "Bugzilla". You are caught up describing the nifty features, how
-   people can save favorite queries in the database, set them up as headers and
-   footers on their pages, customize their layouts, generate reports, track
-   status with greater efficiency than ever before, leap tall buildings with a
-   single bound and rescue Jane from the clutches of Certain Death!
-
-   But Certain Death speaks up -- a tiny voice, from the dark corners of the
-   conference room. "I have a concern," the voice hisses from the darkness,
-   "about the use of the word 'verified'."
-
-   The room, previously filled with happy chatter, lapses into reverential
-   silence as Certain Death (better known as the Vice President of Software
-   Engineering) continues. "You see, for two years we've used the word
-   'verified' to indicate that a developer or quality assurance engineer has
-   confirmed that, in fact, a bug is valid. I don't want to lose two years of
-   training to a new software product. You need to change the bug status of
-   'verified' to 'approved' as soon as possible. To avoid confusion, of
-   course."
-
-   Oh no! Terror strikes your heart, as you find yourself mumbling "yes, yes, I
-   don't think that would be a problem," You review the changes with Certain
-   Death, and continue to jabber on, "no, it's not too big a change. I mean, we
-   have the source code, right? You know, 'Use the Source, Luke' and all
-   that... no problem," All the while you quiver inside like a beached
-   jellyfish bubbling, burbling, and boiling on a hot Jamaican sand dune...
-
-   Thus begins your adventure into the heart of Bugzilla. You've been forced to
-   learn about non-portable enum() fields, varchar columns, and tinyint
-   definitions. The Adventure Awaits You!
-     _________________________________________________________________
-
-5.5.1. Bugzilla Database Basics
-
-   If you were like me, at this point you're totally clueless about the
-   internals of MySQL, and if it weren't for this executive order from the Vice
-   President you couldn't care less about the difference between a "bigint" and
-   a "tinyint" entry in MySQL. I recommend you refer to the MySQL documentation
-   . Below are the basics you need to know about the Bugzilla database. Check
-   the chart above for more details.
-
-    1. To connect to your database:
-       bash# mysql -u root
-       If this works without asking you for a password, shame on you ! You
-       should have locked your security down like the installation instructions
-       told you to. You can find details on locking down your database in the
-       Bugzilla FAQ in this directory (under "Security"), or more robust
-       security generalities in the MySQL searchable documentation.
-    2. You should now be at a prompt that looks like this:
-       mysql>
-       At the prompt, if "bugs" is the name you chose in the localconfig file
-       for your Bugzilla database, type:
-       mysql use bugs;
-     _________________________________________________________________
-
-5.5.1.1. Bugzilla Database Tables
-
-   Imagine your MySQL database as a series of spreadsheets, and you won't be
-   too far off. If you use this command:
-
-   mysql> show tables from bugs;
-
-   you'll be able to see the names of all the "spreadsheets" (tables) in your
-   database.
+5.8.2. Comments
 
-   From the command issued above, you should have some output that looks like
-   this:
-+-------------------+
-| Tables in bugs    |
-+-------------------+
-| attachments       |
-| bugs              |
-| bugs_activity     |
-| cc                |
-| components        |
-| dependencies      |
-| fielddefs         |
-| groups            |
-| keyworddefs       |
-| keywords          |
-| logincookies      |
-| longdescs         |
-| milestones        |
-| namedqueries      |
-| products          |
-| profiles          |
-| profiles_activity |
-| tokens            |
-| user_group_map    |
-| versions          |
-| votes             |
-| watch             |
-+-------------------+
-
-     Here's an overview of what each table does. Most columns in each table hav
-   e
-   descriptive names that make it fairly trivial to figure out their jobs.
-   attachments: This table stores all attachments to bugs. It tends to be your
-   largest table, yet also generally has the fewest entries because file
-   attachments are so (relatively) large.
-   bugs:  This is the core of your system. The bugs table stores most of the
-   current information about a bug, with the exception of the info stored in th
-   e
-   other tables.
-   bugs_activity:  This stores information regarding what changes are made to b
-   ugs
-   when -- a history file.
-   cc:  This tiny table simply stores all the CC information for any bug which
-   has
-   any entries in the CC field of the bug. Note that, like most other tables in
-   Bugzilla, it does not refer to users by their user names, but by their uniqu
-   e
-   userid, stored as a primary key in the profiles table.
-   components: This stores the programs and components (or products and
-   components, in newer Bugzilla parlance) for Bugzilla. Curiously, the "progra
-   m"
-   (product) field is the full name of the product, rather than some other uniq
-   ue
-   identifier, like bug_id and user_id are elsewhere in the database.
-   dependencies: Stores data about those cool dependency trees.
-   fielddefs:  A nifty table that defines other tables. For instance, when you
-   submit a form that changes the value of "AssignedTo" this table allows
-   translation to the actual field name "assigned_to" for entry into MySQL.
-   groups:  defines bitmasks for groups. A bitmask is a number that can uniquel
-   y
-   identify group memberships. For instance, say the group that is allowed to
-   tweak parameters is assigned a value of "1", the group that is allowed to ed
-   it
-   users is assigned a "2", and the group that is allowed to create new groups
-   is
-   assigned the bitmask of "4". By uniquely combining the group bitmasks (much
-   like the chmod command in UNIX,) you can identify a user is allowed to tweak
-   parameters and create groups, but not edit users, by giving him a bitmask of
-   "5", or a user allowed to edit users and create groups, but not tweak
-   parameters, by giving him a bitmask of "6" Simple, huh?
-     If this makes no sense to you, try this at the mysql prompt:
-   mysql> select * from groups;
-     You'll see the list, it makes much more sense that way.
-   keyworddefs:  Definitions of keywords to be used
-   keywords: Unlike what you'd think, this table holds which keywords are
-   associated with which bug id's.
-   logincookies: This stores every login cookie ever assigned to you for every
-   machine you've ever logged into Bugzilla from. Curiously, it never does any
-   housecleaning -- I see cookies in this file I've not used for months. Howeve
-   r,
-   since Bugzilla never expires your cookie (for convenience' sake), it makes
-   sense.
-   longdescs:  The meat of bugzilla -- here is where all user comments are stor
-   ed!
-   You've only got 2^24 bytes per comment (it's a mediumtext field), so speak
-   sparingly -- that's only the amount of space the Old Testament from the Bibl
-   e
-   would take (uncompressed, 16 megabytes). Each comment is keyed to the
-   bug_id to which it's attached, so the order is necessarily chronological, fo
-   r
-   comments are played back in the order in which they are received.
-   milestones:  Interesting that milestones are associated with a specific prod
-   uct
-   in this table, but Bugzilla does not yet support differing milestones by
-   product through the standard configuration interfaces.
-   namedqueries:  This is where everybody stores their "custom queries". Very
-   cool feature; it beats the tar out of having to bookmark each cool query you
-   construct.
-   products:  What products you have, whether new bug entries are allowed for t
-   he
-   product, what milestone you're working toward on that product, votes, etc. I
-   t
-   will be nice when the components table supports these same features, so you
-   could close a particular component for bug entry without having to close an
-   entire product...
-   profiles:  This table contains details for the current user accounts,
-   including the crypted hashes of the passwords used, the associated
-   login names, and the real name of the users.
-   profiles_activity:  Need to know who did what when to who's profile?  This'l
-   l
-   tell you, it's a pretty complete history.
-   user_group_map:  This table stores which user belongs to which group,
-   whether the user can bless others, and how the users obtained the
-   membership of the group.
-   versions:  Version information for every product
-   votes:  Who voted for what when
-   watch:  Who (according to userid) is watching who's bugs (according to their
-   userid).
-   ===
-   THE DETAILS
-   ===
-     Ahh, so you're wondering just what to do with the information above?  At t
-   he
-   mysql prompt, you can view any information about the columns in a table with
-   this command (where "table" is the name of the table you wish to view):
-   mysql> show columns from table;
-     You can also view all the data in a table with this command:
-   mysql> select * from table;
-     -- note: this is a very bad idea to do on, for instance, the "bugs" table
-   if
-   you have 50,000 bugs. You'll be sitting there a while until you ctrl-c or
-   50,000 bugs play across your screen.
-     You can limit the display from above a little with the command, where
-   "column" is the name of the column for which you wish to restrict informatio
-   n:
-   mysql> select * from table where (column = "some info");
-     -- or the reverse of this
-   mysql> select * from table where (column != "some info");
-     Let's take our example from the introduction, and assume you need to chang
-   e
-   the word "verified" to "approved" in the resolution field. We know from the
-   above information that the resolution is likely to be stored in the "bugs"
-   table. Note we'll need to change a little perl code as well as this database
-   change, but I won't plunge into that in this document. Let's verify the
-   information is stored in the "bugs" table:
-   mysql> show columns from bugs
-     (exceedingly long output truncated here)
-   | bug_status| enum('UNCONFIRMED','NEW','ASSIGNED','REOPENED','RESOLVED','VER
-   IFIED','CLOSED')||MUL | UNCONFIRMED||
-     Sorry about that long line. We see from this that the "bug status" column
-   is
-   an "enum field", which is a MySQL peculiarity where a string type field can
-   only have certain types of entries. While I think this is very cool, it's no
-   t
-   standard SQL. Anyway, we need to add the possible enum field entry
-   'APPROVED' by altering the "bugs" table.
-   mysql> ALTER table bugs CHANGE bug_status bug_status
-       -> enum("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED",
-       -> "VERIFIED", "APPROVED", "CLOSED") not null;
-       (note we can take three lines or more -- whatever you put in before the
-   semicolon is evaluated as a single expression)
-   Now if you do this:
-   mysql> show columns from bugs;
-     you'll see that the bug_status field has an extra "APPROVED" enum that's
-   available!  Cool thing, too, is that this is reflected on your query page as
-   well -- you can query by the new status. But how's it fit into the existing
-   scheme of things?
-     Looks like you need to go back and look for instances of the word "verifie
-   d"
-   in the perl code for Bugzilla -- wherever you find "verified", change it to
-   "approved" and you're in business (make sure that's a case-insensitive searc
-   h).
-   Although you can query by the enum field, you can't give something a status
-   of "APPROVED" until you make the perl changes. Note that this change I
-   mentioned can also be done by editing checksetup.pl, which automates a lot o
-   f
-   this. But you need to know this stuff anyway, right?
-     _________________________________________________________________
-
-5.6. Integrating Bugzilla with Third-Party Tools
-
-5.6.1. Bonsai
+   If you are changing the fields on a bug, only comment if either you have
+   something pertinent to say, or Bugzilla requires it. Otherwise, you may spam
+   people unnecessarily with bug mail. To take an example: a user can set up
+   their account to filter out messages where someone just adds themselves to
+   the CC field of a bug (which happens a lot.) If you come along, add yourself
+   to the CC field, and add a comment saying "Adding self to CC", then that
+   person gets a pointless piece of mail they would otherwise have avoided.
 
-   Bonsai is a web-based tool for managing CVS, the Concurrent Versioning
-   System . Using Bonsai, administrators can control open/closed status of
-   trees, query a fast relational database back-end for change, branch, and
-   comment information, and view changes made since the last time the tree was
-   closed. Bonsai also integrates with Tinderbox, the Mozilla automated build
-   management system.
+   Don't use sigs in comments. Signing your name ("Bill") is acceptable, if you
+   do it out of habit, but full mail/news-style four line ASCII art creations
+   are not.
      _________________________________________________________________
 
-5.6.2. CVS
+5.8.3. Dependency Tree
 
-   CVS integration is best accomplished, at this point, using the Bugzilla
-   Email Gateway.
+   On the "Dependency tree" page linked from each bug page, you can see the
+   dependency relationship from the bug as a tree structure.
 
-   Follow the instructions in this Guide for enabling Bugzilla e-mail
-   integration. Ensure that your check-in script sends an email to your
-   Bugzilla e-mail gateway with the subject of "[Bug XXXX]", and you can have
-   CVS check-in comments append to your Bugzilla bug. If you want to have the
-   bug be closed automatically, you'll have to modify the
-   contrib/bugzilla_email_append.pl script.
-
-   There is also a CVSZilla project, based upon somewhat dated Bugzilla code,
-   to integrate CVS and Bugzilla through CVS' ability to email. Check it out
-   at: http://homepages.kcbbs.gen.nz/~tonyg/.
-
-   Another system capable of CVS integration with Bugzilla is Scmbug. This
-   system provides generic integration of Source code Configuration Management
-   with Bugtracking. Check it out at: http://freshmeat.net/projects/scmbug/.
+   You can change how much depth to show, and you can hide resolved bugs from
+   this page. You can also collaps/expand dependencies for each bug on the tree
+   view, using the [-]/[+] buttons that appear before its summary. This option
+   is not available for terminal bugs in the tree (that don't have further
+   dependencies).
      _________________________________________________________________
 
-5.6.3. Perforce SCM
-
-   You can find the project page for Bugzilla and Teamtrack Perforce
-   integration (p4dti) at: http://www.ravenbrook.com/project/p4dti/ . "p4dti"
-   is now an officially supported product from Perforce, and you can find the
-   "Perforce Public Depot" p4dti page at
-   http://public.perforce.com/public/perforce/p4dti/index.html .
+5.9. User Preferences
 
-   Integration of Perforce with Bugzilla, once patches are applied, is
-   seamless. Perforce replication information will appear below the comments of
-   each bug. Be certain you have a matching set of patches for the Bugzilla
-   version you are installing. p4dti is designed to support multiple defect
-   trackers, and maintains its own documentation for it. Please consult the
-   pages linked above for further information.
+   Once you have logged in, you can customise various aspects of Bugzilla via
+   the "Edit prefs" link in the page footer. The preferences are split into
+   three tabs:
      _________________________________________________________________
 
-5.6.4. Subversion
+5.9.1. Account Preferences
 
-   Subversion is a free/open-source version control system, designed to
-   overcome various limitations of CVS. Integration of Subversion with Bugzilla
-   is possible using Scmbug, a system providing generic integration of Source
-   Code Configuration Management with Bugtracking. Scmbug is available at
-   http://freshmeat.net/projects/scmbug/.
+   On this tab, you can change your basic account information, including your
+   password, email address and real name. For security reasons, in order to
+   change anything on this page you must type your current password into the
+   "Password" field at the top of the page. If you attempt to change your email
+   address, a confirmation email is sent to both the old and new addresses,
+   with a link to use to confirm the change. This helps to prevent account
+   hijacking.
      _________________________________________________________________
 
-5.6.5. Tinderbox/Tinderbox2
+5.9.2. General Preferences
 
-   Tinderbox is a continuous-build system which can integrate with Bugzilla -
-   see http://www.mozilla.org/projects/tinderbox for details of Tinderbox, and
-   http://tinderbox.mozilla.org/showbuilds.cgi to see it in action.
-     _________________________________________________________________
-
-Chapter 6. Using Bugzilla
+   This tab allows you to change several Bugzilla behavior.
 
-6.1. Introduction
+     * Field separator character for CSV files - This controls separator
+       character used in CSV formatted Bug List.
+     * After changing bugs - This controls which bugs or no bugs are shown in
+       the page after you changed bugs. You can select the bug you've changed
+       this time, or the next bug of the list.
+     * Add individual bugs to saved searches - this controls whether you can
+       add individual bugs to saved searches or you can't.
+     * When viewing a bug, show comments in this order - This controls the
+       order of comments, you can select below:
 
-   This section contains information for end-users of Bugzilla. There is a
-   Bugzilla test installation, called Landfill, which you are welcome to play
-   with (if it's up). However, not all of the Bugzilla installations there will
-   necessarily have all Bugzilla features enabled, and different installations
-   run different versions, so some things may not quite work as this document
-   describes.
+       Initial description, comment 1, comment 2, ...
+       Initial description, last comment, ..., comment 2, comment 1.
+       Initial last comment, ..., comment 2, comment 1, description.
+     * Show a quip at the top of each bug list - This controls whether a quip
+       will be shown on the Bug list page or not.
      _________________________________________________________________
 
-6.2. Create a Bugzilla Account
+5.9.3. Email Preferences
 
-   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/.
+   This tab controls the amount of email Bugzilla sends you.
 
-    1. Click the "Open a new Bugzilla account" link, enter your email address
-       and, optionally, your name in the spaces provided, then click "Create
-       Account" .
-    2. Within moments, you should receive an email to the address you provided,
-       which contains your login name (generally the same as the email
-       address), and a password. This password is randomly generated, but can
-       be changed to something more memorable.
-    3. Click the "Log In" link in the footer at the bottom of the page in your
-       browser, enter your email address and password into the spaces provided,
-       and click "Login".
+   The first item on this page is marked "Users to watch". When you enter one
+   or more comma-delineated user accounts (usually email addresses) into the
+   text entry box, you will receive a copy of all the bugmail those users are
+   sent (security settings permitting). This powerful functionality enables
+   seamless transitions as developers change projects or users go on holiday.
 
-   You are now logged in. Bugzilla uses cookies to remember you are logged in
-   so, unless you have cookies disabled or your IP address changes, you should
-   not have to log in again.
-     _________________________________________________________________
+   Note The ability to watch other users may not be available in all Bugzilla
+   installations. If you don't see this feature, and feel that you need it,
+      speak to your administrator.
 
-6.3. Anatomy of a Bug
+   Each user listed in the "Users watching you" field has you listed in their
+   "Users to watch" list and can get bugmail according to your relationship to
+   the bug and their "Field/recipient specific options" setting.
 
-   The core of Bugzilla is the screen which displays a particular bug. It's a
-   good place to explain some Bugzilla concepts. Bug 1 on Landfill is a good
-   example. Note that the labels for most fields are hyperlinks; clicking them
-   will take you to context-sensitive help on that particular field. Fields
-   marked * may not be present on every installation of Bugzilla.
+   In general, users have almost complete control over how much (or how little)
+   email Bugzilla sends them. If you want to receive the maximum amount of
+   email possible, click the "Enable All Mail" button. If you don't want to
+   receive any email from Bugzilla at all, click the "Disable All Mail" button.
 
-    1. Product and Component: Bugs are divided up by Product and Component,
-       with a Product having one or more Components in it. For example,
-       bugzilla.mozilla.org's "Bugzilla" Product is composed of several
-       Components:
+   Note Your Bugzilla administrator can stop a user from receiving bugmail by
+   adding the user's name to the data/nomail file. This is a drastic step best
+   taken only for disabled accounts, as it overrides the user's individual mail
+      preferences.
 
-       Administration: Administration of a Bugzilla installation.
-   Bugzilla-General: Anything that doesn't fit in the other components, or
-   spans multiple components.
-       Creating/Changing Bugs: Creating, changing, and viewing bugs.
-       Documentation: The Bugzilla documentation, including The Bugzilla Guide.
-       Email: Anything to do with email sent by Bugzilla.
-       Installation: The installation process of Bugzilla.
-   Query/Buglist: Anything to do with searching for bugs and viewing the
-   buglists.
-       Reporting/Charting: Getting reports from Bugzilla.
-   User Accounts: Anything about managing a user account from the user's
-   perspective. Saved queries, creating accounts, changing passwords, logging
-   in, etc.
-   User Interface: General issues having to do with the user interface
-   cosmetics (not functionality) including cosmetic issues, HTML templates,
-   etc.
-    2. Status and Resolution: These define exactly what state the bug is in -
-       from not even being confirmed as a bug, through to being fixed and the
-       fix confirmed by Quality Assurance. The different possible values for
-       Status and Resolution on your installation should be documented in the
-       context-sensitive help for those items.
-    3. Assigned To: The person responsible for fixing the bug.
-    4. *URL: A URL associated with the bug, if any.
-    5. Summary: A one-sentence summary of the problem.
-    6. *Status Whiteboard: (a.k.a. Whiteboard) A free-form text area for adding
-       short notes and tags to a bug.
-    7. *Keywords: The administrator can define keywords which you can use to
-       tag and categorise bugs - e.g. The Mozilla Project has keywords like
-       crash and regression.
-    8. Platform and OS: These indicate the computing environment where the bug
-       was found.
-    9. Version: The "Version" field is usually used for versions of a product
-       which have been released, and is set to indicate which versions of a
-       Component have the particular problem the bug report is about.
-   10. Priority: The bug assignee uses this field to prioritise his or her
-       bugs. It's a good idea not to change this on other people's bugs.
-   11. Severity: This indicates how severe the problem is - from blocker
-       ("application unusable") to trivial ("minor cosmetic issue"). You can
-       also use this field to indicate whether a bug is an enhancement request.
-   12. *Target: (a.k.a. Target Milestone) A future version by which the bug is
-       to be fixed. e.g. The Bugzilla Project's milestones for future Bugzilla
-       versions are 2.18, 2.20, 3.0, etc. Milestones are not restricted to
-       numbers, thought - you can use any text strings, such as dates.
-   13. Reporter: The person who filed the bug.
-   14. CC list: A list of people who get mail when the bug changes.
-   15. *Time Tracking: This form can be used for time tracking. To use this
-       feature, you have to be blessed group membership specified by the
-       "timetrackinggroup" parameter.
+   If you'd like to set your bugmail to something besides 'Completely ON' and
+   'Completely OFF', the "Field/recipient specific options" table allows you to
+   do just that. The rows of the table define events that can happen to a bug
+   -- things like attachments being added, new comments being made, the
+   priority changing, etc. The columns in the table define your relationship
+   with the bug:
 
-       Orig. Est.: This field shows the original estimated time.
-   Current Est.: This field shows the current estimated time. This number is
-   calculated from "Hours Worked" and "Hours Left".
-       Hours Worked: This field shows the number of hours worked.
-   Hours Left: This field shows the "Current Est." - "Hours Worked". This value
-   + "Hours Worked" will become the new Current Est.
-       %Complete: This field shows what percentage of the task is complete.
-   Gain: This field shows the number of hours that the bug is ahead of the
-   "Orig. Est.".
-       Deadline: This field shows the deadline for this bug.
-   16. Attachments: You can attach files (e.g. testcases or patches) to bugs.
-       If there are any attachments, they are listed in this section.
-       Attachments are normally stored in the Bugzilla database, unless they
-       are marked as Big Files, which are stored directly on disk and (unlike
-       attachments kept in the database) may be deleted at some future time.
-   17. *Dependencies: If this bug cannot be fixed unless other bugs are fixed
-       (depends on), or this bug stops other bugs being fixed (blocks), their
-       numbers are recorded here.
-   18. *Votes: Whether this bug has any votes.
-   19. Additional Comments: You can add your two cents to the bug discussion
-       here, if you have something worthwhile to say.
-     _________________________________________________________________
+     * Reporter - Where you are the person who initially reported the bug. Your
+       name/account appears in the "Reporter:" field.
+     * Assignee - Where you are the person who has been designated as the one
+       responsible for the bug. Your name/account appears in the "Assigned To:"
+       field of the bug.
+     * QA Contact - You are one of the designated QA Contacts for the bug. Your
+       account appears in the "QA Contact:" text-box of the bug.
+     * CC - You are on the list CC List for the bug. Your account appears in
+       the "CC:" text box of the bug.
+     * Voter - You have placed one or more votes for the bug. Your account
+       appears only if someone clicks on the "Show votes for this bug" link on
+       the bug.
+
+   Note Some columns may not be visible for your installation, depending on
+      your site's configuration.
 
-6.4. Life Cycle of a Bug
+   To fine-tune your bugmail, decide the events for which you want to receive
+   bugmail; then decide if you want to receive it all the time (enable the
+   checkbox for every column), or only when you have a certain relationship
+   with a bug (enable the checkbox only for those columns). For example: if you
+   didn't want to receive mail when someone added themselves to the CC list,
+   you could uncheck all the boxes in the "CC Field Changes" line. As another
+   example, if you never wanted to receive email on bugs you reported unless
+   the bug was resolved, you would un-check all boxes in the "Reporter" column
+   except for the one on the "The bug is resolved or verified" row.
 
-   The life cycle, also known as work flow, of a bug is currently hardcoded
-   into Bugzilla. Figure 6-1 contains a graphical repsentation of this life
-   cycle. If you wish to customize this image for your site, the diagram file
-   is available in Dia's native XML format.
+   Note Bugzilla adds the "X-Bugzilla-Reason" header to all bugmail it sends,
+   describing the recipient's relationship (AssignedTo, Reporter, QAContact,
+   CC, or Voter) to the bug. This header can be used to do further client-side
+      filtering.
 
-   Figure 6-1. Lifecycle of a Bugzilla Bug
+   Two items not in the table ("Email me when someone asks me to set a flag"
+   and "Email me when someone sets a flag I asked for") define how you want to
+   receive bugmail with regards to flags. Their use is quite straightforward;
+   enable the checkboxes if you want Bugzilla to send you mail under either of
+   the above conditions.
 
-   [bzLifecycle.png]
+   By default, Bugzilla sends out email regardless of who made the change...
+   even if you were the one responsible for generating the email in the first
+   place. If you don't care to receive bugmail from your own changes, check the
+   box marked "Only email me reports of changes made by other people".
      _________________________________________________________________
 
-6.5. Searching for Bugs
+5.9.4. Permissions
 
-   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.
+   This is a purely informative page which outlines your current permissions on
+   this installation of Bugzilla - what product groups you are in, and whether
+   you can edit bugs or perform various administration functions.
+     _________________________________________________________________
 
-   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
-   can be selected. In those cases, Bugzilla returns bugs where the content of
-   the field matches any one of the selected values. If none is selected, then
-   the field can take any value.
+5.10. Reports and Charts
 
-   Once you've run a search, you can save it as a Saved Search, which appears
-   in the page footer. On the Saved Searches tab of your User Preferences page
-   (the Prefs link in Bugzilla's footer), members of the group defined in the
-   querysharegroup parameter can share such Saved Searches with user groups so
-   that other users may use them. At the same place, you can see Saved Searches
-   other users are sharing, and have them show up in your personal Bugzilla
-   footer along with your own Saved Searches. If somebody is sharing a Search
-   with a group she or he is allowed to assign users to, it will show up in the
-   group's direct members' footers by default.
+   As well as the standard buglist, Bugzilla has two more ways of viewing sets
+   of bugs. These are the reports (which give different views of the current
+   state of the database) and charts (which plot the changes in particular sets
+   of bugs over time.)
      _________________________________________________________________
 
-6.5.1. Boolean Charts
+5.10.1. Reports
 
-   Highly advanced querying is done using Boolean Charts.
-
-   The boolean charts further restrict the set of results returned by a query.
-   It is possible to search for bugs based on elaborate combinations of
-   criteria.
+   A report is a view of the current state of the bug database.
 
-   The simplest boolean searches have only one term. These searches permit the
-   selected left field to be compared using a selectable operator to a
-   specified value. Using the "And," "Or," and "Add Another Boolean Chart"
-   buttons, additional terms can be included in the query, further altering the
-   list of bugs returned by the query.
+   You can run either an HTML-table-based report, or a graphical
+   line/pie/bar-chart-based one. The two have different pages to define them,
+   but are close cousins - once you've defined and viewed a report, you can
+   switch between any of the different views of the data at will.
 
-   There are three fields in each row of a boolean search.
+   Both report types are based on the idea of defining a set of bugs using the
+   standard search interface, and then choosing some aspect of that set to plot
+   on the horizontal and/or vertical axes. You can also get a form of
+   3-dimensional report by choosing to have multiple images or tables.
 
-     * Field: the items being searched
-     * Operator: the comparison operator
-     * Value: the value to which the field is being compared
-     _________________________________________________________________
+   So, for example, you could use the search form to choose "all bugs in the
+   WorldControl product", and then plot their severity against their component
+   to see which component had had the largest number of bad bugs reported
+   against it.
 
-6.5.1.1. Pronoun Substitution
-
-   Sometimes, a query needs to compare a field containing a user's ID (such as
-   ReportedBy) with a user's ID (such as the user running the query or the user
-   to whom each bug is assigned). When the operator is either "equals" or
-   "notequals", the value can be "%reporter%", "%assignee%", "%qacontact%", or
-   "%user%." The user pronoun referes to the user who is executing the query
-   or, in the case of whining reports, the user who will be the recipient of
-   the report. The reporter, assignee, and qacontact pronouns refer to the
-   corresponding fields in the bug.
+   Once you've defined your parameters and hit "Generate Report", you can
+   switch between HTML, CSV, Bar, Line and Pie. (Note: Pie is only available if
+   you didn't define a vertical axis, as pie charts don't have one.) The other
+   controls are fairly self-explanatory; you can change the size of the image
+   if you find text is overwriting other text, or the bars are too thin to see.
      _________________________________________________________________
 
-6.5.1.2. Negation
-
-   At first glance, negation seems redundant. Rather than searching for
-
-     NOT("summary" "contains the string" "foo"),
+5.10.2. Charts
 
-   one could search for
+   A chart is a view of the state of the bug database over time.
 
-     ("summary" "does not contain the string" "foo").
+   Bugzilla currently has two charting systems - Old Charts and New Charts. Old
+   Charts have been part of Bugzilla for a long time; they chart each status
+   and resolution for each product, and that's all. They are deprecated, and
+   going away soon - we won't say any more about them. New Charts are the
+   future - they allow you to chart anything you can define as a search.
 
-   However, the search
+   Note Both charting forms require the administrator to set up the
+   data-gathering script. If you can't see any charts, ask them whether they
+      have done so.
 
-     ("CC" "does not contain the string" "@mozilla.org")
+   An individual line on a chart is called a data set. All data sets are
+   organised into categories and subcategories. The data sets that Bugzilla
+   defines automatically use the Product name as a Category and Component names
+   as Subcategories, but there is no need for you to follow that naming scheme
+   with your own charts if you don't want to.
 
-   would find every bug where anyone on the CC list did not contain
-   "@mozilla.org" while
+   Data sets may be public or private. Everyone sees public data sets in the
+   list, but only their creator sees private data sets. Only administrators can
+   make data sets public. No two data sets, even two private ones, can have the
+   same set of category, subcategory and name. So if you are creating private
+   data sets, one idea is to have the Category be your username.
+     _________________________________________________________________
 
-     NOT("CC" "contains the string" "@mozilla.org")
+5.10.2.1. Creating Charts
 
-   would find every bug where there was nobody on the CC list who did contain
-   the string. Similarly, the use of negation also permits complex expressions
-   to be built using terms OR'd together and then negated. Negation permits
-   queries such as
+   You create a chart by selecting a number of data sets from the list, and
+   pressing Add To List for each. In the List Of Data Sets To Plot, you can
+   define the label that data set will have in the chart's legend, and also ask
+   Bugzilla to Sum a number of data sets (e.g. you could Sum data sets
+   representing RESOLVED, VERIFIED and CLOSED in a particular product to get a
+   data set representing all the resolved bugs in that product.)
 
-     NOT(("product" "equals" "update") OR ("component" "equals"
-     "Documentation"))
+   If you've erroneously added a data set to the list, select it using the
+   checkbox and click Remove. Once you add more than one data set, a "Grand
+   Total" line automatically appears at the bottom of the list. If you don't
+   want this, simply remove it as you would remove any other line.
 
-   to find bugs that are neither in the update product or in the documentation
-   component or
+   You may also choose to plot only over a certain date range, and to cumulate
+   the results - that is, to plot each one using the previous one as a
+   baseline, so the top line gives a sum of all the data sets. It's easier to
+   try than to explain :-)
 
-     NOT(("commenter" "equals" "%assignee%") OR ("component" "equals"
-     "Documentation"))
+   Once a data set is in the list, one can also perform certain actions on it.
+   For example, one can edit the data set's parameters (name, frequency etc.)
+   if it's one you created or if you are an administrator.
 
-   to find non-documentation bugs on which the assignee has never commented.
+   Once you are happy, click Chart This List to see the chart.
      _________________________________________________________________
 
-6.5.1.3. Multiple Charts
+5.10.2.2. Creating New Data Sets
 
-   The terms within a single row of a boolean chart are all constraints on a
-   single piece of data. If you are looking for a bug that has two different
-   people cc'd on it, then you need to use two boolean charts. A search for
+   You may also create new data sets of your own. To do this, click the "create
+   a new data set" link on the Create Chart page. This takes you to a
+   search-like interface where you can define the search that Bugzilla will
+   plot. At the bottom of the page, you choose the category, sub-category and
+   name of your new data set.
 
-     ("cc" "contains the string" "foo@") AND ("cc" "contains the string"
-     "@mozilla.org")
+   If you have sufficient permissions, you can make the data set public, and
+   reduce the frequency of data collection to less than the default seven days.
+     _________________________________________________________________
 
-   would return only bugs with "foo@mozilla.org" on the cc list. If you wanted
-   bugs where there is someone on the cc list containing "foo@" and someone
-   else containing "@mozilla.org", then you would need two boolean charts.
+5.11. Flags
 
-     First chart: ("cc" "contains the string" "foo@")
+   A flag is a kind of status that can be set on bugs or attachments to
+   indicate that the bugs/attachments are in a certain state. Each installation
+   can define its own set of flags that can be set on bugs or attachments.
 
-     Second chart: ("cc" "contains the string" "@mozilla.org")
+   If your installation has defined a flag, you can set or unset that flag, and
+   if your administrator has enabled requesting of flags, you can submit a
+   request for another user to set the flag.
 
-   The bugs listed will be only the bugs where ALL the charts are true.
-     _________________________________________________________________
+   To set a flag, select either "+" or "-" from the drop-down menu next to the
+   name of the flag in the "Flags" list. The meaning of these values are
+   flag-specific and thus cannot be described in this documentation, but by way
+   of example, setting a flag named "review" to "+" may indicate that the
+   bug/attachment has passed review, while setting it to "-" may indicate that
+   the bug/attachment has failed review.
 
-6.6. Bug Lists
+   To unset a flag, click its drop-down menu and select the blank value.
 
-   If you run a search, a list of matching bugs will be returned.
+   If your administrator has enabled requests for a flag, request a flag by
+   selecting "?" from the drop-down menu and then entering the username of the
+   user you want to set the flag in the text field next to the menu.
 
-   The format of the list is configurable. For example, it can be sorted by
-   clicking the column headings. Other useful features can be accessed using
-   the links at the bottom of the list:
+   A set flag appears in bug reports and on "edit attachment" pages with the
+   abbreviated username of the user who set the flag prepended to the flag
+   name. For example, if Jack sets a "review" flag to "+", it appears as Jack:
+   review [ + ]
 
-   Long Format: this gives you a large page with a non-editable summary of the
-   fields of each bug.
-   CSV: get the buglist as comma-separated values, for import into e.g. a
-   spreadsheet.
-   RSS get the buglist as an RSS 1.0 feed. Copy this link into your favorite
-   feed reader. If you are using Firefox, you can also save the list as a live
-   bookmark by clicking the live bookmark icon in the status bar. To limit the
-   number of bugs in the feed, add a limit=n parameter to the URL.
-   iCalendar Get the buglist as an iCalendar file. Each bug is represented as a
-   to-do item in the imported calendar.
-   Change Columns: change the bug attributes which appear in the list.
-   Change several bugs at once: If your account is sufficiently empowered, you
-   can make the same change to all the bugs in the list - for example, changing
-   their assignee.
-   Send mail to bug assignees: Sends mail to the assignees of all bugs on the
-   list.
-   Edit Search: If you didn't get exactly the results you were looking for, you
-   can return to the Query page through this link and make small revisions to
-   the query you just made so you get more accurate results.
-   Remember Search As: You can give a search a name and remember it; a link
-   will appear in your page footer giving you quick access to run it again
-   later.
+   A requested flag appears with the user who requested the flag prepended to
+   the flag name and the user who has been requested to set the flag appended
+   to the flag name within parentheses. For example, if Jack asks Jill for
+   review, it appears as Jack: review [ ? ] (Jill).
 
-   If you would like to access the bug list from another program it is often
-   useful to have the list returned in something other than HTML. By adding the
-   ctype=type parameter into the bug list URL you can specify several alternate
-   formats. The supported formats are: Comma Separated Values (ctype=csv),
-   iCalendar (ctype=ics), RDF Site Summary (RSS) 1.0 (ctype=rss), ECMAScript,
-   also known as JavaScript (ctype=js), and finally Resource Description
-   Framework RDF/XML (ctype=rdf).
+   You can browse through open requests made of you and by you by selecting 'My
+   Requests' from the footer. You can also look at open requests limited by
+   other requesters, requestees, products, components, and flag names from this
+   page. Note that you can use '-' for requestee to specify flags with 'no
+   requestee' set.
      _________________________________________________________________
 
-6.7. Filing Bugs
-
-   Years of bug writing experience has been distilled for your reading pleasure
-   into the Bug Writing Guidelines. While some of the advice is
-   Mozilla-specific, the basic principles of reporting Reproducible, Specific
-   bugs, isolating the Product you are using, the Version of the Product, the
-   Component which failed, the Hardware Platform, and Operating System you were
-   using at the time of the failure go a long way toward ensuring accurate,
-   responsible fixes for the bug that bit you.
+5.12. Whining
 
-   The procedure for filing a test bug is as follows:
+   Whining is a feature in Bugzilla that can regularly annoy users at specified
+   times. Using this feature, users can execute saved searches at specific
+   times (i.e. the 15th of the month at midnight) or at regular intervals (i.e.
+   every 15 minutes on Sundays). The results of the searches are sent to the
+   user, either as a single email or as one email per bug, along with some
+   descriptive text.
 
-    1. Go to Landfill in your browser and click Enter a new bug report.
-    2. Select a product - any one will do.
-    3. Fill in the fields. Bugzilla should have made reasonable guesses, based
-       upon your browser, for the "Platform" and "OS" drop-down boxes. If they
-       are wrong, change them.
-    4. Select "Commit" and send in your bug report.
+   Warning Throughout this section it will be assumed that all users are
+   members of the bz_canusewhines group, membership in which is required in
+   order to use the Whining system. You can easily make all users members of
+   the bz_canusewhines group by setting the User RegExp to ".*" (without the
+   quotes).
 
-   Try to make sure that everything said in the summary is also said in the
-   first comment. Summaries are often updated and this will ensure your
-   original information is easily accessible.
+   Also worth noting is the bz_canusewhineatothers group. Members of this group
+   can create whines for any user or group in Bugzilla using a extended form of
+   the whining interface. Features only available to members of the
+      bz_canusewhineatothers group will be noted in the appropriate places.
 
-   You do not need to put "any" or similar strings in the URL field. If there
-   is no specific URL associated with the bug, leave this field blank.
+   Note For whining to work, a special Perl script must be executed at regular
+      intervals. More information on this is available in Section 2.3.4.
 
-   If you feel a bug you filed was incorrectly marked as a DUPLICATE of
-   another, please question it in your bug, not the bug it was duped to. Feel
-   free to CC the person who duped it if they are not already CCed.
+   Note This section does not cover the whineatnews.pl script. See Section
+      2.3.3 for more information on The Whining Cron.
      _________________________________________________________________
 
-6.8. Patch Viewer
+5.12.1. The Event
 
-   Viewing and reviewing patches in Bugzilla is often difficult due to lack of
-   context, improper format and the inherent readability issues that raw
-   patches present. Patch Viewer is an enhancement to Bugzilla designed to fix
-   that by offering increased context, linking to sections, and integrating
-   with Bonsai, LXR and CVS.
+   The whining system defines an "Event" as one or more queries being executed
+   at regular intervals, with the results of said queries (if there are any)
+   being emailed to the user. Events are created by clicking on the "Add new
+   event" button.
 
-   Patch viewer allows you to:
+   Once a new event is created, the first thing to set is the "Email subject
+   line". The contents of this field will be used in the subject line of every
+   email generated by this event. In addition to setting a subject, space is
+   provided to enter some descriptive text that will be included at the top of
+   each message (to help you in understanding why you received the email in the
+   first place).
 
-   View patches in color, with side-by-side view rather than trying to
-   interpret the contents of the patch.
-   See the difference between two patches.
-   Get more context in a patch.
-   Collapse and expand sections of a patch for easy reading.
-   Link to a particular section of a patch for discussion or review
-   Go to Bonsai or LXR to see more context, blame, and cross-references for the
-   part of the patch you are looking at
-   Create a rawtext unified format diff out of any patch, no matter what format
-   it came from
+   The next step is to specify when the Event is to be run (the Schedule) and
+   what searches are to be performed (the Searches).
      _________________________________________________________________
 
-6.8.1. Viewing Patches in Patch Viewer
+5.12.2. Whining Schedule
 
-   The main way to view a patch in patch viewer is to click on the "Diff" link
-   next to a patch in the Attachments list on a bug. You may also do this
-   within the edit window by clicking the "View Attachment As Diff" button in
-   the Edit Attachment screen.
-     _________________________________________________________________
+   Each whining event is associated with zero or more schedules. A schedule is
+   used to specify when the query (specified below) is to be run. A new event
+   starts out with no schedules (which means it will never run, as it is not
+   scheduled to run). To add a schedule, press the "Add a new schedule" button.
 
-6.8.2. Seeing the Difference Between Two Patches
+   Each schedule includes an interval, which you use to tell Bugzilla when the
+   event should be run. An event can be run on certain days of the week,
+   certain days of the month, during weekdays (defined as Monday through
+   Friday), or every day.
 
-   To see the difference between two patches, you must first view the newer
-   patch in Patch Viewer. Then select the older patch from the dropdown at the
-   top of the page ("Differences between [dropdown] and this patch") and click
-   the "Diff" button. This will show you what is new or changed in the newer
-   patch.
-     _________________________________________________________________
+   Warning Be careful if you set your event to run on the 29th, 30th, or 31st
+   of the month, as your event may not run exactly when expected. If you want
+   your event to run on the last day of the month, select "Last day of the
+      month" as the interval.
 
-6.8.3. Getting More Context in a Patch
+   Once you have specified the day(s) on which the event is to be run, you
+   should now specify the time at which the event is to be run. You can have
+   the event run at a certain hour on the specified day(s), or every hour,
+   half-hour, or quarter-hour on the specified day(s).
 
-   To get more context in a patch, you put a number in the textbox at the top
-   of Patch Viewer ("Patch / File / [textbox]") and hit enter. This will give
-   you that many lines of context before and after each change. Alternatively,
-   you can click on the "File" link there and it will show each change in the
-   full context of the file. This feature only works against files that were
-   diffed using "cvs diff".
+   If a single schedule does not execute an event as many times as you would
+   want, you can create another schedule for the same event. For example, if
+   you want to run an event on days whose numbers are divisible by seven, you
+   would need to add four schedules to the event, setting the schedules to run
+   on the 7th, 14th, 21st, and 28th (one day per schedule) at whatever time (or
+   times) you choose.
+
+   Note If you are a member of the bz_canusewhineatothers group, then you will
+   be presented with another option: "Mail to". Using this you can control who
+   will receive the emails generated by this event. You can choose to send the
+   emails to a single user (identified by email address) or a single group
+   (identified by group name). To send to multiple users or groups, create a
+      new schedule for each additional user/group.
      _________________________________________________________________
 
-6.8.4. Collapsing and Expanding Sections of a Patch
+5.12.3. Whining Searches
 
-   To view only a certain set of files in a patch (for example, if a patch is
-   absolutely huge and you want to only review part of it at a time), you can
-   click the "(+)" and "(-)" links next to each file (to expand it or collapse
-   it). If you want to collapse all files or expand all files, you can click
-   the "Collapse All" and "Expand All" links at the top of the page.
-     _________________________________________________________________
+   Each whining event is associated with zero or more searches. A search is any
+   saved search to be run as part of the specified schedule (see above). You
+   start out without any searches associated with the event (which means that
+   the event will not run, as there will never be any results to return). To
+   add a search, press the "Include search" button.
 
-6.8.5. Linking to a Section of a Patch
+   The first field to examine in your newly added search is the Sort field.
+   Searches are run, and results included, in the order specified by the Sort
+   field. Searches with smaller Sort values will run before searches with
+   bigger Sort values.
 
-   To link to a section of a patch (for example, if you want to be able to give
-   someone a URL to show them which part you are talking about) you simply
-   click the "Link Here" link on the section header. The resulting URL can be
-   copied and used in discussion. (Copy Link Location in Mozilla works as
-   well.)
-     _________________________________________________________________
+   The next field to examine is the Search field. This is where you choose the
+   actual search that is to be run. Instead of defining search parameters here,
+   you are asked to choose from the list of saved searches (the same list that
+   appears at the bottom of every Bugzilla page). You are only allowed to
+   choose from searches that you have saved yourself (the default saved search,
+   "My Bugs", is not a valid choice). If you do not have any saved searches,
+   you can take this opportunity to create one (see Section 5.5.3).
 
-6.8.6. Going to Bonsai and LXR
+   Note When running queries, the whining system acts as if you are the user
+   executing the query. This means that the whining system will ignore bugs
+      that match your query, but that you can not access.
 
-   To go to Bonsai to get blame for the lines you are interested in, you can
-   click the "Lines XX-YY" link on the section header you are interested in.
-   This works even if the patch is against an old version of the file, since
-   Bonsai stores all versions of the file.
+   Once you have chosen the saved search to be executed, give the query a
+   descriptive title. This title will appear in the email, above the results of
+   the query. If you choose "One message per bug", the query title will appear
+   at the top of each email that contains a bug matching your query.
 
-   To go to LXR, you click on the filename on the file header (unfortunately,
-   since LXR only does the most recent version, line numbers are likely to
-   rot).
+   Finally, decide if the results of the query should be sent in a single
+   email, or if each bug should appear in its own email.
+
+   Warning Think carefully before checking the "One message per bug" box. If
+   you create a query that matches thousands of bugs, you will receive
+      thousands of emails!
      _________________________________________________________________
 
-6.8.7. Creating a Unified Diff
+5.12.4. Saving Your Changes
 
-   If the patch is not in a format that you like, you can turn it into a
-   unified diff format by clicking the "Raw Unified" link at the top of the
-   page.
+   Once you have defined at least one schedule, and created at least one query,
+   go ahead and "Update/Commit". This will save your Event and make it
+   available for immediate execution.
+
+   Note If you ever feel like deleting your event, you may do so using the
+   "Remove Event" button in the upper-right corner of each Event. You can also
+   modify an existing event, so long as you "Update/Commit" after completing
+      your modifications.
      _________________________________________________________________
 
-6.9. Hints and Tips
+Chapter 6. Customising Bugzilla
 
-   This section distills some Bugzilla tips and best practices that have been
-   developed.
-     _________________________________________________________________
+6.1. Custom Skins
 
-6.9.1. Autolinkification
+   Bugzilla allows you to have multiple skins. These are custom CSS and
+   possibly also custom images for Bugzilla. To create a new custom skin, you
+   have two choices:
 
-   Bugzilla comments are plain text - so typing <U> will produce less-than, U,
-   greater-than rather than underlined text. However, Bugzilla will
-   automatically make hyperlinks out of certain sorts of text in comments. For
-   example, the text "http://www.bugzilla.org" will be turned into a link:
-   http://www.bugzilla.org. Other strings which get linkified in the obvious
-   manner are:
+     * Make a single CSS file, and put it in the skins/contrib directory.
+     * Make a directory that contains all the same CSS file names as
+       skins/standard/, and put your directory in skins/contrib/.
 
-   bug 12345
-   comment 7
-   bug 23456, comment 53
-   attachment 4321
-   mailto:george@example.com
-   george@example.com
-   ftp://ftp.mozilla.org
-   Most other sorts of URL
+   After you put the file or the directory there, make sure to run
+   checksetup.pl so that it can reset the file permissions correctly.
 
-   A corollary here is that if you type a bug number in a comment, you should
-   put the word "bug" before it, so it gets autolinkified for the convenience
-   of others.
+   After you have installed the new skin, it will show up as an option in the
+   user's General Preferences. If you would like to force a particular skin on
+   all users, just select it in the Default Preferences and then uncheck
+   "Enabled" on the preference.
      _________________________________________________________________
 
-6.9.2. Quicksearch
+6.2. Template Customization
 
-   Quicksearch is a single-text-box query tool which uses metacharacters to
-   indicate what is to be searched. For example, typing "foo|bar" into
-   Quicksearch would search for "foo" or "bar" in the summary and status
-   whiteboard of a bug; adding ":BazProduct" would search only in that product.
-   You can use it to find a bug by its number or its alias, too.
+   Administrators can configure the look and feel of Bugzilla without having to
+   edit Perl files or face the nightmare of massive merge conflicts when they
+   upgrade to a newer version in the future.
 
-   You'll find the Quicksearch box in Bugzilla's footer area. On Bugzilla's
-   front page, there is an additional Help link which details how to use it.
+   Templatization also makes localized versions of Bugzilla possible, for the
+   first time. It's possible to have Bugzilla's UI language determined by the
+   user's browser. More information is available in Section 6.2.6.
      _________________________________________________________________
 
-6.9.3. Comments
+6.2.1. Template Directory Structure
 
-   If you are changing the fields on a bug, only comment if either you have
-   something pertinent to say, or Bugzilla requires it. Otherwise, you may spam
-   people unnecessarily with bug mail. To take an example: a user can set up
-   their account to filter out messages where someone just adds themselves to
-   the CC field of a bug (which happens a lot.) If you come along, add yourself
-   to the CC field, and add a comment saying "Adding self to CC", then that
-   person gets a pointless piece of mail they would otherwise have avoided.
+   The template directory structure starts with top level directory named
+   template, which contains a directory for each installed localization. The
+   next level defines the language used in the templates. Bugzilla comes with
+   English templates, so the directory name is en, and we will discuss
+   template/en throughout the documentation. Below template/en is the default
+   directory, which contains all the standard templates shipped with Bugzilla.
 
-   Don't use sigs in comments. Signing your name ("Bill") is acceptable, if you
-   do it out of habit, but full mail/news-style four line ASCII art creations
-   are not.
+   Warning A directory data/templates also exists; this is where Template
+   Toolkit puts the compiled versions of the templates from either the default
+   or custom directories. Do not directly edit the files in this directory, or
+   all your changes will be lost the next time Template Toolkit recompiles the
+      templates.
      _________________________________________________________________
 
-6.9.4. Attachments
+6.2.2. Choosing a Customization Method
 
-   Use attachments, rather than comments, for large chunks of ASCII data, such
-   as trace, debugging output files, or log files. That way, it doesn't bloat
-   the bug for everyone who wants to read it, and cause people to receive fat,
-   useless mails.
-
-   Trim screenshots. There's no need to show the whole screen if you are
-   pointing out a single-pixel problem.
+   If you want to edit Bugzilla's templates, the first decision you must make
+   is how you want to go about doing so. There are two choices, and which you
+   use depends mainly on the scope of your modifications, and the method you
+   plan to use to upgrade Bugzilla.
 
-   Don't attach simple test cases (e.g. one HTML file, one CSS file and an
-   image) as a ZIP file. Instead, upload them in reverse order and edit the
-   referring file so that they point to the attached files. This way, the test
-   case works immediately out of the bug.
+   The first method of making customizations is to directly edit the templates
+   found in template/en/default. This is probably the best way to go about it
+   if you are going to be upgrading Bugzilla through CVS, because if you then
+   execute a cvs update, any changes you have made will be merged automagically
+   with the updated versions.
 
-   Bugzilla stores and uses a Content-Type for each attachment (e.g.
-   text/html). To download an attachment as a different Content-Type (e.g.
-   application/xhtml+xml), you can override this using a 'content-type'
-   parameter on the URL, e.g. &content-type=text/plain.
+   Note If you use this method, and CVS conflicts occur during an update, the
+   conflicted templates (and possibly other parts of your installation) will
+      not work until they are resolved.
 
-   If you have a really large attachment, something that does not need to be
-   recorded forever (as most attachments are), you can mark your attachment as
-   a Big File, Assuming the administrator of the installation has enabled this
-   feature. Big Files are stored directly on disk instead of in the database,
-   and can be deleted when it is no longer needed. The maximum size of a Big
-   File is normally larger than the maximum size of a regular attachment.
-     _________________________________________________________________
+   The second method is to copy the templates to be modified into a mirrored
+   directory structure under template/en/custom. Templates in this directory
+   structure automatically override any identically-named and
+   identically-located templates in the default directory.
 
-6.9.5. Dependency Tree
+   Note The custom directory does not exist at first and must be created if you
+      want to use it.
 
-   On the "Dependency tree" page linked from each bug page, you can see the
-   dependency relationship from the bug as a tree structure.
+   The second method of customization should be used if you use the overwriting
+   method of upgrade, because otherwise your changes will be lost. This method
+   may also be better if you are using the CVS method of upgrading and are
+   going to make major changes, because it is guaranteed that the contents of
+   this directory will not be touched during an upgrade, and you can then
+   decide whether to continue using your own templates, or make the effort to
+   merge your changes into the new versions by hand.
 
-   You can change how much depth to show, and you can hide resolved bugs from
-   this page. You can also collaps/expand dependencies for each bug on the tree
-   view, using the [-]/[+] buttons that appear before its summary. This option
-   is not available for terminal bugs in the tree (that don't have further
-   dependencies).
-     _________________________________________________________________
+   Using this method, your installation may break if incompatible changes are
+   made to the template interface. Such changes should be documented in the
+   release notes, provided you are using a stable release of Bugzilla. If you
+   use using unstable code, you will need to deal with this one yourself,
+   although if possible the changes will be mentioned before they occur in the
+   deprecations section of the previous stable release's release notes.
 
-6.10. User Preferences
+   Note Regardless of which method you choose, it is recommended that you run
+   ./checksetup.pl after creating or editing any templates in the
+   template/en/default directory, and after editing any templates in the custom
+      directory.
 
-   Once you have logged in, you can customise various aspects of Bugzilla via
-   the "Edit prefs" link in the page footer. The preferences are split into
-   three tabs:
+   Warning It is required that you run ./checksetup.pl after creating a new
+   template in the custom directory. Failure to do so will raise an
+      incomprehensible error message.
      _________________________________________________________________
 
-6.10.1. Account Preferences
+6.2.3. How To Edit Templates
 
-   On this tab, you can change your basic account information, including your
-   password, email address and real name. For security reasons, in order to
-   change anything on this page you must type your current password into the
-   "Password" field at the top of the page. If you attempt to change your email
-   address, a confirmation email is sent to both the old and new addresses,
-   with a link to use to confirm the change. This helps to prevent account
-   hijacking.
-     _________________________________________________________________
+   Note If you are making template changes that you intend on submitting back
+   for inclusion in standard Bugzilla, you should read the relevant sections of
+      the Developers' Guide.
 
-6.10.2. General Preferences
+   The syntax of the Template Toolkit language is beyond the scope of this
+   guide. It's reasonably easy to pick up by looking at the current templates;
+   or, you can read the manual, available on the Template Toolkit home page.
 
-   This tab allows you to change several Bugzilla behavior.
+   One thing you should take particular care about is the need to properly HTML
+   filter data that has been passed into the template. This means that if the
+   data can possibly contain special HTML characters such as <, and the data
+   was not intended to be HTML, they need to be converted to entity form, i.e.
+   &lt;. You use the 'html' filter in the Template Toolkit to do this. If you
+   forget, you may open up your installation to cross-site scripting attacks.
 
-     * Field separator character for CSV files - This controls separator
-       character used in CSV formatted Bug List.
-     * After changing bugs - This controls which bugs or no bugs are shown in
-       the page after you changed bugs. You can select the bug you've changed
-       this time, or the next bug of the list.
-     * Add individual bugs to saved searches - this controls whether you can
-       add individual bugs to saved searches or you can't.
-     * When viewing a bug, show comments in this order - This controls the
-       order of comments, you can select below:
+   Also note that Bugzilla adds a few filters of its own, that are not in
+   standard Template Toolkit. In particular, the 'url_quote' filter can convert
+   characters that are illegal or have special meaning in URLs, such as &, to
+   the encoded form, i.e. %26. This actually encodes most characters (but not
+   the common ones such as letters and numbers and so on), including the
+   HTML-special characters, so there's never a need to HTML filter afterwards.
 
-       Initial description, comment 1, comment 2, ...
-       Initial description, last comment, ..., comment 2, comment 1.
-       Initial last comment, ..., comment 2, comment 1, description.
-     * Show a quip at the top of each bug list - This controls whether a quip
-       will be shown on the Bug list page or not.
+   Editing templates is a good way of doing a "poor man's custom fields". For
+   example, if you don't use the Status Whiteboard, but want to have a
+   free-form text entry box for "Build Identifier", then you can just edit the
+   templates to change the field labels. It's still be called status_whiteboard
+   internally, but your users don't need to know that.
      _________________________________________________________________
 
-6.10.3. Email Preferences
-
-   This tab controls the amount of email Bugzilla sends you.
+6.2.4. Template Formats and Types
 
-   The first item on this page is marked "Users to watch". When you enter one
-   or more comma-delineated user accounts (usually email addresses) into the
-   text entry box, you will receive a copy of all the bugmail those users are
-   sent (security settings permitting). This powerful functionality enables
-   seamless transitions as developers change projects or users go on holiday.
+   Some CGI's have the ability to use more than one template. For example,
+   buglist.cgi can output itself as RDF, or as two formats of HTML (complex and
+   simple). The mechanism that provides this feature is extensible.
 
-   Note The ability to watch other users may not be available in all Bugzilla
-   installations. If you don't see this feature, and feel that you need it,
-      speak to your administrator.
+   Bugzilla can support different types of output, which again can have
+   multiple formats. In order to request a certain type, you can append the
+   &ctype=<contenttype> (such as rdf or html) to the <cginame>.cgi URL. If you
+   would like to retrieve a certain format, you can use the &format=<format>
+   (such as simple or complex) in the URL.
 
-   Each user listed in the "Users watching you" field has you listed in their
-   "Users to watch" list and can get bugmail according to your relationship to
-   the bug and their "Field/recipient specific options" setting.
+   To see if a CGI supports multiple output formats and types, grep the CGI for
+   "get_format". If it's not present, adding multiple format/type support isn't
+   too hard - see how it's done in other CGIs, e.g. config.cgi.
 
-   In general, users have almost complete control over how much (or how little)
-   email Bugzilla sends them. If you want to receive the maximum amount of
-   email possible, click the "Enable All Mail" button. If you don't want to
-   receive any email from Bugzilla at all, click the "Disable All Mail" button.
+   To make a new format template for a CGI which supports this, open a current
+   template for that CGI and take note of the INTERFACE comment (if present.)
+   This comment defines what variables are passed into this template. If there
+   isn't one, I'm afraid you'll have to read the template and the code to find
+   out what information you get.
 
-   Note Your Bugzilla administrator can stop a user from receiving bugmail by
-   adding the user's name to the data/nomail file. This is a drastic step best
-   taken only for disabled accounts, as it overrides the user's individual mail
-      preferences.
+   Write your template in whatever markup or text style is appropriate.
 
-   If you'd like to set your bugmail to something besides 'Completely ON' and
-   'Completely OFF', the "Field/recipient specific options" table allows you to
-   do just that. The rows of the table define events that can happen to a bug
-   -- things like attachments being added, new comments being made, the
-   priority changing, etc. The columns in the table define your relationship
-   with the bug:
+   You now need to decide what content type you want your template served as.
+   The content types are defined in the Bugzilla/Constants.pm file in the
+   contenttypes constant. If your content type is not there, add it. Remember
+   the three- or four-letter tag assigned to your content type. This tag will
+   be part of the template filename.
 
-     * Reporter - Where you are the person who initially reported the bug. Your
-       name/account appears in the "Reporter:" field.
-     * Assignee - Where you are the person who has been designated as the one
-       responsible for the bug. Your name/account appears in the "Assigned To:"
-       field of the bug.
-     * QA Contact - You are one of the designated QA Contacts for the bug. Your
-       account appears in the "QA Contact:" text-box of the bug.
-     * CC - You are on the list CC List for the bug. Your account appears in
-       the "CC:" text box of the bug.
-     * Voter - You have placed one or more votes for the bug. Your account
-       appears only if someone clicks on the "Show votes for this bug" link on
-       the bug.
+   Note After adding or changing a content type, it's suitable to edit
+   Bugzilla/Constants.pm in order to reflect the changes. Also, the file should
+   be kept up to date after an upgrade if content types have been customized in
+      the past.
 
-   Note Some columns may not be visible for your installation, depending on
-      your site's configuration.
+   Save the template as <stubname>-<formatname>.<contenttypetag>.tmpl. Try out
+   the template by calling the CGI as
+   <cginame>.cgi?format=<formatname>&ctype=<type> .
+     _________________________________________________________________
 
-   To fine-tune your bugmail, decide the events for which you want to receive
-   bugmail; then decide if you want to receive it all the time (enable the
-   checkbox for every column), or only when you have a certain relationship
-   with a bug (enable the checkbox only for those columns). For example: if you
-   didn't want to receive mail when someone added themselves to the CC list,
-   you could uncheck all the boxes in the "CC Field Changes" line. As another
-   example, if you never wanted to receive email on bugs you reported unless
-   the bug was resolved, you would un-check all boxes in the "Reporter" column
-   except for the one on the "The bug is resolved or verified" row.
+6.2.5. Particular Templates
 
-   Note Bugzilla adds the "X-Bugzilla-Reason" header to all bugmail it sends,
-   describing the recipient's relationship (AssignedTo, Reporter, QAContact,
-   CC, or Voter) to the bug. This header can be used to do further client-side
-      filtering.
+   There are a few templates you may be particularly interested in customizing
+   for your installation.
 
-   Two items not in the table ("Email me when someone asks me to set a flag"
-   and "Email me when someone sets a flag I asked for") define how you want to
-   receive bugmail with regards to flags. Their use is quite straightforward;
-   enable the checkboxes if you want Bugzilla to send you mail under either of
-   the above conditions.
+   index.html.tmpl: This is the Bugzilla front page.
 
-   By default, Bugzilla sends out email regardless of who made the change...
-   even if you were the one responsible for generating the email in the first
-   place. If you don't care to receive bugmail from your own changes, check the
-   box marked "Only email me reports of changes made by other people".
-     _________________________________________________________________
+   global/header.html.tmpl: This defines the header that goes on all Bugzilla
+   pages. The header includes the banner, which is what appears to users and is
+   probably what you want to edit instead. However the header also includes the
+   HTML HEAD section, so you could for example add a stylesheet or META tag by
+   editing the header.
 
-6.10.4. Permissions
+   global/banner.html.tmpl: This contains the "banner", the part of the header
+   that appears at the top of all Bugzilla pages. The default banner is
+   reasonably barren, so you'll probably want to customize this to give your
+   installation a distinctive look and feel. It is recommended you preserve the
+   Bugzilla version number in some form so the version you are running can be
+   determined, and users know what docs to read.
 
-   This is a purely informative page which outlines your current permissions on
-   this installation of Bugzilla - what product groups you are in, and whether
-   you can edit bugs or perform various administration functions.
+   global/footer.html.tmpl: This defines the footer that goes on all Bugzilla
+   pages. Editing this is another way to quickly get a distinctive look and
+   feel for your Bugzilla installation.
+
+   global/variables.none.tmpl: This defines a list of terms that may be changed
+   in order to "brand" the Bugzilla instance In this way, terms like "bugs" can
+   be replaced with "issues" across the whole Bugzilla installation. The name
+   "Bugzilla" and other words can be customized as well.
+
+   list/table.html.tmpl: This template controls the appearance of the bug lists
+   created by Bugzilla. Editing this template allows per-column control of the
+   width and title of a column, the maximum display length of each entry, and
+   the wrap behaviour of long entries. For long bug lists, Bugzilla inserts a
+   'break' every 100 bugs by default; this behaviour is also controlled by this
+   template, and that value can be modified here.
+
+   bug/create/user-message.html.tmpl: This is a message that appears near the
+   top of the bug reporting page. By modifying this, you can tell your users
+   how they should report bugs.
+
+   bug/process/midair.html.tmpl: This is the page used if two people submit
+   simultaneous changes to the same bug. The second person to submit their
+   changes will get this page to tell them what the first person did, and ask
+   if they wish to overwrite those changes or go back and revisit the bug. The
+   default title and header on this page read "Mid-air collision detected!" If
+   you work in the aviation industry, or other environment where this might be
+   found offensive (yes, we have true stories of this happening) you'll want to
+   change this to something more appropriate for your environment.
+
+   bug/create/create.html.tmpl and bug/create/comment.txt.tmpl: You may not
+   wish to go to the effort of creating custom fields in Bugzilla, yet you want
+   to make sure that each bug report contains a number of pieces of important
+   information for which there is not a special field. The bug entry system has
+   been designed in an extensible fashion to enable you to add arbitrary HTML
+   widgets, such as drop-down lists or textboxes, to the bug entry page and
+   have their values appear formatted in the initial comment. A hidden field
+   that indicates the format should be added inside the form in order to make
+   the template functional. Its value should be the suffix of the template
+   filename. For example, if the file is called create-cust.html.tmpl, then
+   <input type="hidden" name="format" value="cust">
+
+   should be used inside the form.
+
+   An example of this is the mozilla.org guided bug submission form. The code
+   for this comes with the Bugzilla distribution as an example for you to copy.
+   It can be found in the files create-guided.html.tmpl and
+   comment-guided.html.tmpl.
+
+   So to use this feature, create a custom template for enter_bug.cgi. The
+   default template, on which you could base it, is
+   custom/bug/create/create.html.tmpl. Call it create-<formatname>.html.tmpl,
+   and in it, add widgets for each piece of information you'd like collected -
+   such as a build number, or set of steps to reproduce.
+
+   Then, create a template like custom/bug/create/comment.txt.tmpl, and call it
+   comment-<formatname>.txt.tmpl. This template should reference the form
+   fields you have created using the syntax [% form.<fieldname> %]. When a bug
+   report is submitted, the initial comment attached to the bug report will be
+   formatted according to the layout of this template.
+
+   For example, if your custom enter_bug template had a field
+   <input type="text" name="buildid" size="30">
+
+   and then your comment.txt.tmpl had
+BuildID: [% form.buildid %]
+
+   then something like
+BuildID: 20020303
+
+   would appear in the initial comment.
      _________________________________________________________________
 
-6.11. Reports and Charts
+6.2.6. Configuring Bugzilla to Detect the User's Language
 
-   As well as the standard buglist, Bugzilla has two more ways of viewing sets
-   of bugs. These are the reports (which give different views of the current
-   state of the database) and charts (which plot the changes in particular sets
-   of bugs over time.)
+   Bugzilla honours the user's Accept: HTTP header. You can install templates
+   in other languages, and Bugzilla will pick the most appropriate according to
+   a priority order defined by you. Many language templates can be obtained
+   from http://www.bugzilla.org/download.html#localizations. Instructions for
+   submitting new languages are also available from that location.
+
+   After untarring the localizations (or creating your own) in the
+   BUGZILLA_ROOT/template directory, you must update the languages parameter to
+   contain any localizations you'd like to permit. You may also wish to set the
+   defaultlanguage parameter to something other than "en" if you don't want
+   English to be the default language.
      _________________________________________________________________
 
-6.11.1. Reports
+6.3. The Bugzilla Extension Mechanism
 
-   A report is a view of the current state of the bug database.
+   Warning Custom extensions require Template Toolkit version 2.12 or above, or
+      the application of a patch. See bug 239112 for details.
 
-   You can run either an HTML-table-based report, or a graphical
-   line/pie/bar-chart-based one. The two have different pages to define them,
-   but are close cousins - once you've defined and viewed a report, you can
-   switch between any of the different views of the data at will.
+   Extensions are a way for extensions to Bugzilla to insert code into the
+   standard Bugzilla templates and source files without modifying these files
+   themselves. The extension mechanism defines a consistent API for extending
+   the standard templates and source files in a way that cleanly separates
+   standard code from extension code. Hooks reduce merge conflicts and make it
+   easier to write extensions that work across multiple versions of Bugzilla,
+   making upgrading a Bugzilla installation with installed extensions easier.
+   Furthermore, they make it easy to install and remove extensions as each
+   extension is nothing more than a simple directory structure.
 
-   Both report types are based on the idea of defining a set of bugs using the
-   standard search interface, and then choosing some aspect of that set to plot
-   on the horizontal and/or vertical axes. You can also get a form of
-   3-dimensional report by choosing to have multiple images or tables.
+   There are two main types of hooks: code hooks and template hooks. Code hooks
+   allow extensions to invoke code at specific points in various source files,
+   while template hooks allow extensions to add elements to the Bugzilla user
+   interface.
 
-   So, for example, you could use the search form to choose "all bugs in the
-   WorldControl product", and then plot their severity against their component
-   to see which component had had the largest number of bad bugs reported
-   against it.
+   A hook is just a named place in a standard source or template file where
+   extension source code or template files for that hook get processed. Each
+   extension has a corresponding directory in the Bugzilla directory tree
+   (BUGZILLA_ROOT/extensions/extension_name). Hooking an extension source file
+   or template to a hook is as simple as putting the extension file into
+   extension's template or code directory. When Bugzilla processes the source
+   file or template and reaches the hook, it will process all extension files
+   in the hook's directory. The hooks themselves can be added into any source
+   file or standard template upon request by extension authors.
 
-   Once you've defined your parameters and hit "Generate Report", you can
-   switch between HTML, CSV, Bar, Line and Pie. (Note: Pie is only available if
-   you didn't define a vertical axis, as pie charts don't have one.) The other
-   controls are fairly self-explanatory; you can change the size of the image
-   if you find text is overwriting other text, or the bars are too thin to see.
-     _________________________________________________________________
+   To use hooks to extend Bugzilla, first make sure there is a hook at the
+   appropriate place within the source file or template you want to extend. The
+   exact appearence of a hook depends on if the hook is a code hook or a
+   template hook.
 
-6.11.2. Charts
+   Code hooks appear in Bugzilla source files as a single method call in the
+   format Bugzilla::Hook->process("name");. for instance, enter_bug.cgi may
+   invoke the hook "enter_bug-defaultvars". Thus, a source file at
+   BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl
+   will be automatically invoked when the code hook is reached.
 
-   A chart is a view of the state of the bug database over time.
+   Template hooks appear in the standard Bugzilla templates as a single
+   directive in the format [% Hook.process("name") %], where name is the unique
+   name of the hook.
 
-   Bugzilla currently has two charting systems - Old Charts and New Charts. Old
-   Charts have been part of Bugzilla for a long time; they chart each status
-   and resolution for each product, and that's all. They are deprecated, and
-   going away soon - we won't say any more about them. New Charts are the
-   future - they allow you to chart anything you can define as a search.
+   If you aren't sure what you want to extend or just want to browse the
+   available hooks, either use your favorite multi-file search tool (e.g. grep)
+   to search the standard templates for occurrences of Hook.process or the
+   source files for occurrences of Bugzilla::Hook::process.
 
-   Note Both charting forms require the administrator to set up the
-   data-gathering script. If you can't see any charts, ask them whether they
-      have done so.
+   If there is no hook at the appropriate place within the Bugzilla source file
+   or template you want to extend, file a bug requesting one, specifying:
 
-   An individual line on a chart is called a data set. All data sets are
-   organised into categories and subcategories. The data sets that Bugzilla
-   defines automatically use the Product name as a Category and Component names
-   as Subcategories, but there is no need for you to follow that naming scheme
-   with your own charts if you don't want to.
+   the source or template file for which you are requesting a hook;
+   where in the file you would like the hook to be placed (line number/position
+   for latest version of the file in CVS or description of location);
+   the purpose of the hook;
+   a link to information about your extension, if any.
 
-   Data sets may be public or private. Everyone sees public data sets in the
-   list, but only their creator sees private data sets. Only administrators can
-   make data sets public. No two data sets, even two private ones, can have the
-   same set of category, subcategory and name. So if you are creating private
-   data sets, one idea is to have the Category be your username.
-     _________________________________________________________________
+   The Bugzilla reviewers will promptly review each hook request, name the
+   hook, add it to the template or source file, and check the new version of
+   the template into CVS.
 
-6.11.2.1. Creating Charts
+   You may optionally attach a patch to the bug which implements the hook and
+   check it in yourself after receiving approval from a Bugzilla reviewer. The
+   developers may suggest changes to the location of the hook based on their
+   analysis of your needs or so the hook can satisfy the needs of multiple
+   extensions, but the process of getting hooks approved and checked in is not
+   as stringent as the process for general changes to Bugzilla, and any
+   extension, whether released or still in development, can have hooks added to
+   meet their needs.
 
-   You create a chart by selecting a number of data sets from the list, and
-   pressing Add To List for each. In the List Of Data Sets To Plot, you can
-   define the label that data set will have in the chart's legend, and also ask
-   Bugzilla to Sum a number of data sets (e.g. you could Sum data sets
-   representing RESOLVED, VERIFIED and CLOSED in a particular product to get a
-   data set representing all the resolved bugs in that product.)
+   After making sure the hook you need exists (or getting it added if not), add
+   your extension to the directory within the Bugzilla extensions tree
+   corresponding to the hook.
 
-   If you've erroneously added a data set to the list, select it using the
-   checkbox and click Remove. Once you add more than one data set, a "Grand
-   Total" line automatically appears at the bottom of the list. If you don't
-   want this, simply remove it as you would remove any other line.
+   That's it! Now, when the source file or template containing the hook is
+   processed, your extension file will be processed at the point where the hook
+   appears.
 
-   You may also choose to plot only over a certain date range, and to cumulate
-   the results - that is, to plot each one using the previous one as a
-   baseline, so the top line gives a sum of all the data sets. It's easier to
-   try than to explain :-)
+   For example, let's say you have an extension named Projman that adds project
+   management capabilities to Bugzilla. Projman has an administration interface
+   edit-projects.cgi, and you want to add a link to it into the navigation bar
+   at the bottom of every Bugzilla page for those users who are authorized to
+   administer projects.
 
-   Once a data set is in the list, one can also perform certain actions on it.
-   For example, one can edit the data set's parameters (name, frequency etc.)
-   if it's one you created or if you are an administrator.
+   The navigation bar is generated by the template file useful-links.html.tmpl,
+   which is located in the global/ subdirectory on the standard Bugzilla
+   template path BUGZILLA_ROOT/template/en/default/. Looking in
+   useful-links.html.tmpl, you find the following hook at the end of the list
+   of standard Bugzilla administration links:
+...
+    [% ', <a href="editkeywords.cgi">keywords</a>'
+                                              IF user.groups.editkeywords %]
+    [% Hook.process("edit") %]
+...
 
-   Once you are happy, click Chart This List to see the chart.
-     _________________________________________________________________
+   The corresponding extension file for this hook is
+   BUGZILLA_ROOT/extensions/projman/template/en/hook/global/useful-links-edit.h
+   tml.tmpl. You then create that template file and add the following constant:
+...[% ', <a href="edit-projects.cgi">projects</a>' IF user.groups.projman_admin
+s %]
 
-6.11.2.2. Creating New Data Sets
+   Voila! The link now appears after the other administration links in the
+   navigation bar for users in the projman_admins group.
 
-   You may also create new data sets of your own. To do this, click the "create
-   a new data set" link on the Create Chart page. This takes you to a
-   search-like interface where you can define the search that Bugzilla will
-   plot. At the bottom of the page, you choose the category, sub-category and
-   name of your new data set.
+   Now, let us say your extension adds a custom "project_manager" field to
+   enter_bug.cgi. You want to modify the CGI script to set the default project
+   manager to be productname@company.com. Looking at enter_bug.cgi, you see the
+   enter_bug-entrydefaultvars hook near the bottom of the file before the
+   default form values are set. The corresponding extension source file for
+   this hook is located at
+   BUGZILLA_ROOT/extensions/projman/code/enter_bug-entrydefaultvars.pl. You
+   then create that file and add the following:
+   $default{'project_manager'} = $product.'@company.com';
 
-   If you have sufficient permissions, you can make the data set public, and
-   reduce the frequency of data collection to less than the default seven days.
+   This code will be invoked whenever enter_bug.cgi is executed. Assuming that
+   the rest of the customization was completed (e.g. the custom field was added
+   to the enter_bug template and the required hooks were used in
+   process_bug.cgi), the new field will now have this default value.
+
+   Notes:
+
+     * If your extension includes entirely new templates in addition to
+       extensions of standard templates, it should store those new templates in
+       its BUGZILLA_ROOT/extensions/template/en/ directory. Extension template
+       directories, like the default/ and custom/ directories, are part of the
+       template search path, so putting templates there enables them to be
+       found by the template processor.
+       The template processor looks for templates first in the custom/
+       directory (i.e. templates added by the specific installation), then in
+       the extensions/ directory (i.e. templates added by extensions), and
+       finally in the default/ directory (i.e. the standard Bugzilla
+       templates). Thus, installation-specific templates override both default
+       and extension templates.
+     * If you are looking to customize Bugzilla, you can also take advantage of
+       template hooks. To do so, create a directory in
+       BUGZILLA_ROOT/template/en/custom/hook/ that corresponds to the hook you
+       wish to use, then place your customization templates into those
+       directories. For example, if you wanted to use the hook "end" in
+       global/useful-links.html.tmpl, you would create the directory
+       BUGZILLA_ROOT/template/en/custom/hook/
+       global/useful-links.html.tmpl/end/ and add your customization template
+       to this directory.
+       Obviously this method of customizing Bugzilla only lets you add code to
+       the standard source files and templates; you cannot change the existing
+       code. Nevertheless, for those customizations that only add code, this
+       method can reduce conflicts when merging changes, making upgrading your
+       customized Bugzilla installation easier.
      _________________________________________________________________
 
-6.12. Flags
-
-   A flag is a kind of status that can be set on bugs or attachments to
-   indicate that the bugs/attachments are in a certain state. Each installation
-   can define its own set of flags that can be set on bugs or attachments.
-
-   If your installation has defined a flag, you can set or unset that flag, and
-   if your administrator has enabled requesting of flags, you can submit a
-   request for another user to set the flag.
+6.4. Customizing Who Can Change What
 
-   To set a flag, select either "+" or "-" from the drop-down menu next to the
-   name of the flag in the "Flags" list. The meaning of these values are
-   flag-specific and thus cannot be described in this documentation, but by way
-   of example, setting a flag named "review" to "+" may indicate that the
-   bug/attachment has passed review, while setting it to "-" may indicate that
-   the bug/attachment has failed review.
+   Warning This feature should be considered experimental; the Bugzilla code
+   you will be changing is not stable, and could change or move between
+   versions. Be aware that if you make modifications as outlined here, you may
+   have to re-make them or port them if Bugzilla changes internally between
+      versions, and you upgrade.
 
-   To unset a flag, click its drop-down menu and select the blank value.
+   Companies often have rules about which employees, or classes of employees,
+   are allowed to change certain things in the bug system. For example, only
+   the bug's designated QA Contact may be allowed to VERIFY the bug. Bugzilla
+   has been designed to make it easy for you to write your own custom rules to
+   define who is allowed to make what sorts of value transition.
 
-   If your administrator has enabled requests for a flag, request a flag by
-   selecting "?" from the drop-down menu and then entering the username of the
-   user you want to set the flag in the text field next to the menu.
+   For maximum flexibility, customizing this means editing Bugzilla's Perl
+   code. This gives the administrator complete control over exactly who is
+   allowed to do what. The relevant method is called check_can_change_field(),
+   and is found in Bug.pm in your Bugzilla/ directory. If you open that file
+   and search for "sub check_can_change_field", you'll find it.
 
-   A set flag appears in bug reports and on "edit attachment" pages with the
-   abbreviated username of the user who set the flag prepended to the flag
-   name. For example, if Jack sets a "review" flag to "+", it appears as Jack:
-   review [ + ]
+   This function has been carefully commented to allow you to see exactly how
+   it works, and give you an idea of how to make changes to it. Certain marked
+   sections should not be changed - these are the "plumbing" which makes the
+   rest of the function work. In between those sections, you'll find snippets
+   of code like:
+    # Allow the assignee to change anything.
+    if ($ownerid eq $whoid) {
+        return 1;
+    }
 
-   A requested flag appears with the user who requested the flag prepended to
-   the flag name and the user who has been requested to set the flag appended
-   to the flag name within parentheses. For example, if Jack asks Jill for
-   review, it appears as Jack: review [ ? ] (Jill).
+   It's fairly obvious what this piece of code does.
 
-   You can browse through open requests made of you and by you by selecting 'My
-   Requests' from the footer. You can also look at open requests limited by
-   other requesters, requestees, products, components, and flag names from this
-   page. Note that you can use '-' for requestee to specify flags with 'no
-   requestee' set.
-     _________________________________________________________________
+   So, how does one go about changing this function? Well, simple changes can
+   be made just by removing pieces - for example, if you wanted to prevent any
+   user adding a comment to a bug, just remove the lines marked "Allow anyone
+   to change comments." If you don't want the Reporter to have any special
+   rights on bugs they have filed, just remove the entire section that deals
+   with the Reporter.
 
-6.13. Whining
+   More complex customizations are not much harder. Basically, you add a check
+   in the right place in the function, i.e. after all the variables you are
+   using have been set up. So, don't look at $ownerid before $ownerid has been
+   obtained from the database. You can either add a positive check, which
+   returns 1 (allow) if certain conditions are true, or a negative check, which
+   returns 0 (deny.) E.g.:
+    if ($field eq "qacontact") {
+        if (Bugzilla->user->groups("quality_assurance")) {
+            return 1;
+        }
+        else {
+            return 0;
+        }
+    }
 
-   Whining is a feature in Bugzilla that can regularly annoy users at specified
-   times. Using this feature, users can execute saved searches at specific
-   times (i.e. the 15th of the month at midnight) or at regular intervals (i.e.
-   every 15 minutes on Sundays). The results of the searches are sent to the
-   user, either as a single email or as one email per bug, along with some
-   descriptive text.
+   This says that only users in the group "quality_assurance" can change the QA
+   Contact field of a bug.
 
-   Warning Throughout this section it will be assumed that all users are
-   members of the bz_canusewhines group, membership in which is required in
-   order to use the Whining system. You can easily make all users members of
-   the bz_canusewhines group by setting the User RegExp to ".*" (without the
-   quotes).
+   Getting more weird:
+    if (($field eq "priority") &&
+        (Bugzilla->user->email =~ /.*\@example\.com$/))
+    {
+        if ($oldvalue eq "P1") {
+            return 1;
+        }
+        else {
+            return 0;
+        }
+    }
 
-   Also worth noting is the bz_canusewhineatothers group. Members of this group
-   can create whines for any user or group in Bugzilla using a extended form of
-   the whining interface. Features only available to members of the
-      bz_canusewhineatothers group will be noted in the appropriate places.
+   This says that if the user is trying to change the priority field, and their
+   email address is @example.com, they can only do so if the old value of the
+   field was "P1". Not very useful, but illustrative.
 
-   Note For whining to work, a special Perl script must be executed at regular
-      intervals. More information on this is available in Section 2.3.4.
+   Warning If you are modifying process_bug.cgi in any way, do not change the
+   code that is bounded by DO_NOT_CHANGE blocks. Doing so could compromise
+      security, or cause your installation to stop working entirely.
 
-   Note This section does not cover the whineatnews.pl script. See Section
-      2.3.3 for more information on The Whining Cron.
+   For a list of possible field names, look at the bugs table in the database.
+   If you need help writing custom rules for your organization, ask in the
+   newsgroup.
      _________________________________________________________________
 
-6.13.1. The Event
-
-   The whining system defines an "Event" as one or more queries being executed
-   at regular intervals, with the results of said queries (if there are any)
-   being emailed to the user. Events are created by clicking on the "Add new
-   event" button.
+6.5. Integrating Bugzilla with Third-Party Tools
 
-   Once a new event is created, the first thing to set is the "Email subject
-   line". The contents of this field will be used in the subject line of every
-   email generated by this event. In addition to setting a subject, space is
-   provided to enter some descriptive text that will be included at the top of
-   each message (to help you in understanding why you received the email in the
-   first place).
+6.5.1. Bonsai
 
-   The next step is to specify when the Event is to be run (the Schedule) and
-   what searches are to be performed (the Queries).
+   Bonsai is a web-based tool for managing CVS, the Concurrent Versioning
+   System . Using Bonsai, administrators can control open/closed status of
+   trees, query a fast relational database back-end for change, branch, and
+   comment information, and view changes made since the last time the tree was
+   closed. Bonsai also integrates with Tinderbox, the Mozilla automated build
+   management system.
      _________________________________________________________________
 
-6.13.2. Whining Schedule
-
-   Each whining event is associated with zero or more schedules. A schedule is
-   used to specify when the query (specified below) is to be run. A new event
-   starts out with no schedules (which means it will never run, as it is not
-   scheduled to run). To add a schedule, press the "Add a new schedule" button.
-
-   Each schedule includes an interval, which you use to tell Bugzilla when the
-   event should be run. An event can be run on certain days of the week,
-   certain days of the month, during weekdays (defined as Monday through
-   Friday), or every day.
+6.5.2. CVS
 
-   Warning Be careful if you set your event to run on the 29th, 30th, or 31st
-   of the month, as your event may not run exactly when expected. If you want
-   your event to run on the last day of the month, select "Last day of the
-      month" as the interval.
+   CVS integration is best accomplished, at this point, using the Bugzilla
+   Email Gateway.
 
-   Once you have specified the day(s) on which the event is to be run, you
-   should now specify the time at which the event is to be run. You can have
-   the event run at a certain hour on the specified day(s), or every hour,
-   half-hour, or quarter-hour on the specified day(s).
+   Follow the instructions in this Guide for enabling Bugzilla e-mail
+   integration. Ensure that your check-in script sends an email to your
+   Bugzilla e-mail gateway with the subject of "[Bug XXXX]", and you can have
+   CVS check-in comments append to your Bugzilla bug. If you want to have the
+   bug be closed automatically, you'll have to modify the
+   contrib/bugzilla_email_append.pl script.
 
-   If a single schedule does not execute an event as many times as you would
-   want, you can create another schedule for the same event. For example, if
-   you want to run an event on days whose numbers are divisible by seven, you
-   would need to add four schedules to the event, setting the schedules to run
-   on the 7th, 14th, 21st, and 28th (one day per schedule) at whatever time (or
-   times) you choose.
+   There is also a CVSZilla project, based upon somewhat dated Bugzilla code,
+   to integrate CVS and Bugzilla through CVS' ability to email. Check it out
+   at: http://homepages.kcbbs.gen.nz/~tonyg/.
 
-   Note If you are a member of the bz_canusewhineatothers group, then you will
-   be presented with another option: "Mail to". Using this you can control who
-   will receive the emails generated by this event. You can choose to send the
-   emails to a single user (identified by email address) or a single group
-   (identified by group name). To send to multiple users or groups, create a
-      new schedule for each additional user/group.
+   Another system capable of CVS integration with Bugzilla is Scmbug. This
+   system provides generic integration of Source code Configuration Management
+   with Bugtracking. Check it out at: http://freshmeat.net/projects/scmbug/.
      _________________________________________________________________
 
-6.13.3. Whining Queries
-
-   Each whining event is associated with zero or more queries. A query is a
-   saved search that is executed on the schedule specified (see above). You
-   start out with zero queries attached to the event (which means that the
-   event will not run, as there will never be any results to return). To add a
-   query, press the "Add a new query" button.
-
-   The first field to examine in your new query is the Sort field. Queries are
-   executed, and results returned, in the order specified by the Sort field.
-   Queries with lower Sort values will run before queries with higher Sort
-   values.
-
-   The next field to examine is the Search field. This is where you choose the
-   actual search that is to be run. Instead of defining search parameters here,
-   you are asked to choose from the list of saved searches (the same list that
-   appears at the bottom of every Bugzilla page). You are only allowed to
-   choose from searches that you have saved yourself (the default saved search,
-   "My Bugs", is not a valid choice). If you do not have any saved searches,
-   you can take this opportunity to create one (see Section 6.6).
+6.5.3. Perforce SCM
 
-   Note When running queries, the whining system acts as if you are the user
-   executing the query. This means that the whining system will ignore bugs
-      that match your query, but that you can not access.
+   You can find the project page for Bugzilla and Teamtrack Perforce
+   integration (p4dti) at: http://www.ravenbrook.com/project/p4dti/ . "p4dti"
+   is now an officially supported product from Perforce, and you can find the
+   "Perforce Public Depot" p4dti page at
+   http://public.perforce.com/public/perforce/p4dti/index.html .
 
-   Once you have chosen the saved search to be executed, give the query a
-   descriptive title. This title will appear in the email, above the results of
-   the query. If you choose "One message per bug", the query title will appear
-   at the top of each email that contains a bug matching your query.
+   Integration of Perforce with Bugzilla, once patches are applied, is
+   seamless. Perforce replication information will appear below the comments of
+   each bug. Be certain you have a matching set of patches for the Bugzilla
+   version you are installing. p4dti is designed to support multiple defect
+   trackers, and maintains its own documentation for it. Please consult the
+   pages linked above for further information.
+     _________________________________________________________________
 
-   Finally, decide if the results of the query should be sent in a single
-   email, or if each bug should appear in its own email.
+6.5.4. Subversion
 
-   Warning Think carefully before checking the "One message per bug" box. If
-   you create a query that matches thousands of bugs, you will receive
-      thousands of emails!
+   Subversion is a free/open-source version control system, designed to
+   overcome various limitations of CVS. Integration of Subversion with Bugzilla
+   is possible using Scmbug, a system providing generic integration of Source
+   Code Configuration Management with Bugtracking. Scmbug is available at
+   http://freshmeat.net/projects/scmbug/.
      _________________________________________________________________
 
-6.13.4. Saving Your Changes
-
-   Once you have defined at least one schedule, and created at least one query,
-   go ahead and "Update/Commit". This will save your Event and make it
-   available for immediate execution.
+6.5.5. Tinderbox/Tinderbox2
 
-   Note If you ever feel like deleting your event, you may do so using the
-   "Remove Event" button in the upper-right corner of each Event. You can also
-   modify an existing event, so long as you "Update/Commit" after completing
-      your modifications.
+   Tinderbox is a continuous-build system which can integrate with Bugzilla -
+   see http://www.mozilla.org/projects/tinderbox for details of Tinderbox, and
+   http://tinderbox.mozilla.org/showbuilds.cgi to see it in action.
      _________________________________________________________________
 
 Appendix A. The Bugzilla FAQ
@@ -4615,27 +4616,29 @@ Appendix A. The Bugzilla FAQ
 
    1. General Questions
 
-        A.1.1. What license is Bugzilla distributed under? 
-        A.1.2. How do I get commercial support for Bugzilla? 
-        A.1.3. What major companies or projects are currently using Bugzilla
+        A.1.1. Can I try out Bugzilla somewhere? 
+        A.1.2. What license is Bugzilla distributed under? 
+        A.1.3. How do I get commercial support for Bugzilla? 
+        A.1.4. What major companies or projects are currently using Bugzilla
                 for bug-tracking? 
 
-        A.1.4. Who maintains Bugzilla? 
-        A.1.5. How does Bugzilla stack up against other bug-tracking databases?
+        A.1.5. Who maintains Bugzilla? 
+        A.1.6. How does Bugzilla stack up against other bug-tracking databases?
                 
-        A.1.6. Why doesn't Bugzilla offer this or that feature or compatibility
+        A.1.7. Why doesn't Bugzilla offer this or that feature or compatibility
                 with this other tracking software? 
 
-        A.1.7. Why MySQL? I'm interested in seeing Bugzilla run on
+        A.1.8. Why MySQL? I'm interested in seeing Bugzilla run on
                 PostgreSQL/Sybase/Oracle/Msql/MSSQL. 
 
-        A.1.8. What is /usr/bonsaitools/bin/perl? 
-        A.1.9. My perl is located at /usr/local/bin/perl and not /usr/bin/perl.
-                Is there an easy to change that in all the files that have this
-                hard-coded? 
+        A.1.9. What is /usr/bonsaitools/bin/perl? 
+        A.1.10. My perl is located at /usr/local/bin/perl and not
+                /usr/bin/perl. Is there an easy to change that in all the
+                files that have this hard-coded? 
 
-        A.1.10. Is there an easy way to change the Bugzilla cookie name? 
-        A.1.11. Does bugzilla run under mod_perl? 
+        A.1.11. Is there an easy way to change the Bugzilla cookie name? 
+        A.1.12. Does bugzilla run under mod_perl? 
+        A.1.13. How can Bugzilla be made to work under SELinux? 
 
    2. Managerial Questions
 
@@ -4779,12 +4782,18 @@ Appendix A. The Bugzilla FAQ
 
 1. General Questions
 
-   A.1.1. What license is Bugzilla distributed under?
+   A.1.1. Can I try out Bugzilla somewhere?
+
+   If you want to take a test ride, there are test installations at
+   http://landfill.bugzilla.org/, ready to play with directly from your
+   browser.
+
+   A.1.2. What license is Bugzilla distributed under?
 
    Bugzilla is covered by the Mozilla Public License. See details at
    http://www.mozilla.org/MPL/.
 
-   A.1.2. How do I get commercial support for Bugzilla?
+   A.1.3. How do I get commercial support for Bugzilla?
 
    http://www.bugzilla.org/support/consulting.html is a list of companies and
    individuals who have asked us to list them as consultants for Bugzilla.
@@ -4793,7 +4802,7 @@ Appendix A. The Bugzilla FAQ
    who are willing to make themselves available for generous compensation. Try
    sending a message to the mailing list asking for a volunteer.
 
-   A.1.3. What major companies or projects are currently using Bugzilla for
+   A.1.4. What major companies or projects are currently using Bugzilla for
    bug-tracking?
 
    There are dozens of major companies with public Bugzilla sites to track bugs
@@ -4802,11 +4811,11 @@ Appendix A. The Bugzilla FAQ
    Bugzilla and would like to be added to the list, whether it's a public
    install or not, simply e-mail Gerv <gerv@mozilla.org>.
 
-   A.1.4. Who maintains Bugzilla?
+   A.1.5. Who maintains Bugzilla?
 
    A core team, led by Dave Miller (justdave@bugzilla.org).
 
-   A.1.5. How does Bugzilla stack up against other bug-tracking databases?
+   A.1.6. How does Bugzilla stack up against other bug-tracking databases?
 
    We can't find any head-to-head comparisons of Bugzilla against other
    defect-tracking software. If you know of one, please get in touch. In the
@@ -4822,7 +4831,7 @@ Appendix A. The Bugzilla FAQ
    send it to <documentation@bugzilla.org> and we'd be happy to include the
    comparison in our documentation.
 
-   A.1.6. Why doesn't Bugzilla offer this or that feature or compatibility with
+   A.1.7. Why doesn't Bugzilla offer this or that feature or compatibility with
    this other tracking software?
 
    It may be that the support has not been built yet, or that you have not yet
@@ -4848,14 +4857,26 @@ Appendix A. The Bugzilla FAQ
    never contributed anything to Bugzilla before, please be sure to read the
    Developers' Guide and Contributors' Guide before going ahead.
 
-   A.1.7. Why MySQL? I'm interested in seeing Bugzilla run on
+   A.1.8. Why MySQL? I'm interested in seeing Bugzilla run on
    PostgreSQL/Sybase/Oracle/Msql/MSSQL.
 
    MySQL was originally chosen because it is free, easy to install, and was
    available for the hardware Netscape intended to run it on.
 
-   There is currently work in progress to make Bugzilla work on PostgreSQL;
-   track the progress of this initiative in bug 98304.
+   Bugzilla 2.20 contains experimental support for PostgreSQL. Bugzilla 2.22
+   contains complete, stable support for PostgreSQL. As of this release, using
+   PostgreSQL with Bugzilla should be as stable as using MySQL. If you
+   experience any problems with PostgreSQL compatibility, they will be taken as
+   seriously as if you were running MySQL.
+
+   Red Hat once ran a version of Bugzilla that worked on Oracle, but that was
+   long, long ago; that version (Bugzilla 2.8) is now obsolete, insecure, and
+   totally unsupported.
+
+   In August of 2005, Wim Coekaerts (Director of Linux Engineering at Oracle
+   Corporation) wrote to Dave Miller confirming that Oracle intends to
+   implement and support Bugzilla. Since then, no further information has been
+   forthcoming. Track progress at Bug 189947.
 
    Sybase support is no longer being worked on. Even if it eventually happens,
    it's VERY unlikely to work without the end-user-company having to stick a
@@ -4865,18 +4886,10 @@ Appendix A. The Bugzilla FAQ
    application logic into stored procedures to get any kind of decent
    performance out of it. Bug 173130 is the relevant bug.
 
-   Red Hat once ran a version of Bugzilla that worked on Oracle, but that was
-   long, long ago; that version (Bugzilla 2.8) is now obsolete, insecure, and
-   totally unsupported. Red Hat's current Bugzilla (based on Bugzilla 2.17.1)
-   uses PostgreSQL, and work is being done to merge those changes into the main
-   distribution. (See above.) At this time we know of no recent ports of
-   Bugzilla to Oracle. (In our honest opinion, Bugzilla doesn't need what
-   Oracle offers.)
-
    Bug 237862 is a good bug to read through if you'd like to see what progress
    is being made on general database compatibility.
 
-   A.1.8. What is /usr/bonsaitools/bin/perl?
+   A.1.9. What is /usr/bonsaitools/bin/perl?
 
    Bugzilla used to have the path to perl on the shebang line set to
    /usr/bonsaitools/bin/perl because when Terry first started writing the code
@@ -4887,7 +4900,7 @@ Appendix A. The Bugzilla FAQ
    remove it now (provided that you don't have anything else, such as Bonsai,
    using it and you don't intend to reinstall an older version of Bugzilla).
 
-   A.1.9. My perl is located at /usr/local/bin/perl and not /usr/bin/perl. Is
+   A.1.10. My perl is located at /usr/local/bin/perl and not /usr/bin/perl. Is
    there an easy to change that in all the files that have this hard-coded?
 
    The easiest way to get around this is to create a link from one to the
@@ -4921,17 +4934,24 @@ perl runtests.pl 2 --verbose
    it with a default value of "<full path to perl> -T", e.g.
    "C:\Perl\bin\perl.exe -T".
 
-   A.1.10. Is there an easy way to change the Bugzilla cookie name?
+   A.1.11. Is there an easy way to change the Bugzilla cookie name?
 
    At present, no.
 
-   A.1.11. Does bugzilla run under mod_perl?
+   A.1.12. Does bugzilla run under mod_perl?
 
    At present, no. Work is slowly taking place to remove global variables, use
    $cgi, and use DBI. These are all necessary for mod_perl (as well as being
    good for other reasons). Visit bug 87406 to view the discussion and
    progress.
 
+   A.1.13. How can Bugzilla be made to work under SELinux?
+
+   Unfortunately there are no step-by-step instructions, but the following URL
+   contains hints on how to do it:
+   http://fedora.redhat.com/docs/selinux-apache-fc3/sn-debugging-and-customizin
+   g.html
+
 2. Managerial Questions
 
    A.2.1. Is Bugzilla web-based, or do you have to have specific software or a
@@ -4953,9 +4973,9 @@ perl runtests.pl 2 --verbose
    A.2.3. Does Bugzilla provide any reporting features, metrics, graphs, etc?
    You know, the type of stuff that management likes to see. :)
 
-   Yes. Look at http://bugzilla.mozilla.org/report.cgi for samples of what
+   Yes. Look at https://bugzilla.mozilla.org/report.cgi for samples of what
    Bugzilla can do in reporting and graphing. Fuller documentation is provided
-   in Section 6.11.
+   in Section 5.10.
 
    If you can not get the reports you want from the included reporting scripts,
    it is possible to hook up a professional reporting package such as Crystal
@@ -5068,7 +5088,7 @@ perl runtests.pl 2 --verbose
 
    Yes! As of Bugzilla 2.18, it is a simple matter to change the word 'bug'
    into whatever word/phrase is used by your organization. See the
-   documentation on Customization for more details, specifically Section 5.2.5.
+   documentation on Customization for more details, specifically Section 6.2.5.
 
 3. Administrative Questions
 
@@ -5115,7 +5135,7 @@ perl runtests.pl 2 --verbose
    the database backups. You can't "downgrade" the system cleanly under most
       circumstances.
 
-   See also the instructions in Section 3.12.2.1.
+   See also the instructions in Section 3.14.3.1.
 
    A.3.4. How do I make it so that bugs can have an UNCONFIRMED status?
 
@@ -5318,6 +5338,30 @@ password=mypassword
    should only be done when not connected to the external network as a
       troubleshooting step.
 
+   You may also be suffering from a client version mismatch:
+
+   MySQL 4.1 and up uses an authentication protocol based on a password hashing
+   algorithm that is incompatible with that used by older clients. If you
+   upgrade the server to 4.1, attempts to connect to it with an older client
+   may fail with the following message:
+
+shell> mysql
+            Client does not support authentication protocol requested
+            by server; consider upgrading MySQL client
+
+   To solve this problem, you should use one of the following approaches:
+
+     * Upgrade all client programs to use a 4.1.1 or newer client library.
+     * When connecting to the server with a pre-4.1 client program, use an
+       account that still has a pre-4.1-style password.
+     * Reset the password to pre-4.1 style for each user that needs to use a
+       pre-4.1 client program. This can be done using the SET PASSWORD
+       statement and the OLD_PASSWORD() function:
+
+                    mysql> SET PASSWORD FOR
+                        -> ' some_user '@' some_host ' = OLD_PASSWORD(' newpwd
+   ');
+
    A.6.4. How do I synchronize bug information among multiple different
    Bugzilla databases?
 
@@ -5528,7 +5572,7 @@ password=mypassword
        ID you submitted in step #1. Be sure and click the "Patch" checkbox to
        indicate the text you are sending is a patch!
     3. Announce your patch and the associated URL
-       (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX) for discussion in
+       (https://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX) for discussion in
        the newsgroup (mozilla.support.bugzilla). You'll get a really good,
        fairly immediate reaction to the implications of your patch, which will
        also give us an idea how well-received the change would be.
@@ -5840,15 +5884,13 @@ D.2. Download Locations
 
            CPAN Download Page: http://search.cpan.org/dist/CGI.pm/
            PPM Download Link: Part of core distribution.
-           Documentation: http://www.perldoc.com/perl5.8.0/lib/CGI.html
+           Documentation: http://perldoc.perl.org/CGI.html
 
    Data-Dumper:
 
-           CPAN Download Page: http://search.cpan.org/src/ILYAM/Data-Dumper-2.1
-   21/Dumper.pm
+           CPAN Download Page: http://search.cpan.org/dist/Data-Dumper/
            PPM Download Page: Part of core distribution.
-           Documentation: http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumpe
-   r.pm
+           Documentation: http://search.cpan.org/dist/Data-Dumper/Dumper.pm
 
    Date::Format (part of TimeDate):
 
@@ -5870,11 +5912,18 @@ D.2. Download Locations
            Documentation: http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.p
    m
 
+   DBD::Pg:
+
+           CPAN Download Page: http://search.cpan.org/dist/DBD-Pg/
+           PPM Download Link: http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-Pg.tar.
+   gz
+           Documentation: http://search.cpan.org/dist/DBD-Pg/Pg.pm
+
    File::Spec:
 
            CPAN Download Page: http://search.cpan.org/dist/File-Spec/
            PPM Download Page: Part of core distribution.
-           Documentation: http://www.perldoc.com/perl5.8.0/lib/File/Spec.html
+           Documentation: http://perldoc.perl.org/File/Spec.html
 
    Template-Toolkit:
 
@@ -5887,7 +5936,7 @@ D.2. Download Locations
 
            CPAN Download Page: http://search.cpan.org/dist/GD/
            PPM Download Link: http://landfill.bugzilla.org/ppm/GD.ppd
-           Documentation: http://stein.cshl.org/WWW/software/GD/
+           Documentation: http://search.cpan.org/dist/GD/GD.pm
 
    Template::Plugin::GD:
 
@@ -5919,8 +5968,7 @@ D.3. Optional Modules
 
            CPAN Download Page: http://search.cpan.org/dist/Chart/
            PPM Download Page: http://landfill.bugzilla.org/ppm/Chart.ppd
-           Documentation: http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Doc
-   umentation.pdf
+           Documentation: http://search.cpan.org/dist/Chart/Chart.pod
 
    GD::Graph:
 
@@ -6420,7 +6468,7 @@ M
 
    Message Transport Agent (MTA)
           A Message Transport Agent is used to control the flow of email on a
-          system. The Mail::Mailer Perl module, which Bugzilla uses to send
+          system. The Email::Send Perl module, which Bugzilla uses to send
           email, can be configured to use many different underlying
           implementations for actually sending the mail using the
           mail_delivery_method parameter. Implementations other than sendmail
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index b72d37639..29cdc0c33 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -35,14 +35,14 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "2.23.3">
+<!ENTITY bz-ver "2.23.4">
 <!ENTITY bz-nextver "3.0">
-<!ENTITY bz-date "2006-10-15">
-<!ENTITY current-year "2006">
+<!ENTITY bz-date "2007-02-02">
+<!ENTITY current-year "2007">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
 <!ENTITY bz "http://www.bugzilla.org/">
-<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
+<!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/">
 
 <!ENTITY min-perl-ver "5.8.0">
@@ -98,7 +98,7 @@
 
       <para>
         The most current version of this document can always be found on the
-        <ulink url="http://www.bugzilla.org/documentation.html">Bugzilla 
+        <ulink url="http://www.bugzilla.org/docs/">Bugzilla 
         Documentation Page</ulink>.
       </para>
 
@@ -129,12 +129,12 @@
 <!-- Securing Bugzilla -->
 &security;
 
-<!-- Customizing Bugzilla -->
-&customization;
-
 <!-- Using Bugzilla -->
 &using;
 
+<!-- Customizing Bugzilla -->
+&customization;
+
 <!-- Appendix: The Frequently Asked Questions -->
 &faq;
 
diff --git a/docs/xml/CVS/Entries b/docs/xml/CVS/Entries
index 69ef278c9..9cd18a33b 100644
--- a/docs/xml/CVS/Entries
+++ b/docs/xml/CVS/Entries
@@ -1,22 +1,22 @@
-/.cvsignore/1.1/Tue Sep  5 19:00:56 2006//TBUGZILLA-2_23_3
-/Bugzilla-Guide.xml/1.68/Sun Oct 15 08:34:16 2006//TBUGZILLA-2_23_3
-/about.xml/1.24/Tue Jun  6 15:24:10 2006//TBUGZILLA-2_23_3
-/administration.xml/1.61/Thu Mar  2 12:03:46 2006//TBUGZILLA-2_23_3
-/conventions.xml/1.11/Tue Feb 21 21:50:45 2006//TBUGZILLA-2_23_3
-/customization.xml/1.36/Sun Oct  8 18:30:27 2006//TBUGZILLA-2_23_3
-/dbschema.mysql/1.2/Wed May  8 23:19:09 2002//TBUGZILLA-2_23_3
-/faq.xml/1.45/Mon Jul 31 22:22:51 2006//TBUGZILLA-2_23_3
-/filetemp.patch/1.1/Wed Apr  2 00:40:56 2003//TBUGZILLA-2_23_3
-/gfdl.xml/1.11/Tue Feb 21 21:50:45 2006//TBUGZILLA-2_23_3
-/glossary.xml/1.22/Wed Mar  1 12:21:39 2006//TBUGZILLA-2_23_3
-/index.xml/1.6/Tue Feb 21 21:50:45 2006//TBUGZILLA-2_23_3
-/installation.xml/1.130/Sun Oct  8 18:41:45 2006//TBUGZILLA-2_23_3
-/integration.xml/1.13/Sat Sep  4 09:27:15 2004//TBUGZILLA-2_23_3
-/introduction.xml/1.5/Thu Jan 15 23:54:39 2004//TBUGZILLA-2_23_3
-/modules.xml/1.10/Mon Jul 31 22:22:51 2006//TBUGZILLA-2_23_3
-/patches.xml/1.24/Fri Mar  3 22:58:07 2006//TBUGZILLA-2_23_3
-/requiredsoftware.xml/1.7/Mon Jul 31 22:22:51 2006//TBUGZILLA-2_23_3
-/security.xml/1.15/Tue May 16 18:57:55 2006//TBUGZILLA-2_23_3
-/troubleshooting.xml/1.12/Mon Jul 31 22:22:51 2006//TBUGZILLA-2_23_3
-/using.xml/1.50/Thu Jul 13 20:32:42 2006//TBUGZILLA-2_23_3
+/.cvsignore/1.1/Tue Sep  5 19:00:56 2006//TBUGZILLA-2_23_4
+/Bugzilla-Guide.xml/1.71/Fri Feb  2 23:10:38 2007//TBUGZILLA-2_23_4
+/about.xml/1.24/Tue Jun  6 15:24:10 2006//TBUGZILLA-2_23_4
+/administration.xml/1.70/Sun Jan  7 23:58:21 2007//TBUGZILLA-2_23_4
+/conventions.xml/1.11/Tue Feb 21 21:50:45 2006//TBUGZILLA-2_23_4
+/customization.xml/1.37/Mon Nov 20 23:18:27 2006//TBUGZILLA-2_23_4
+/dbschema.mysql/1.2/Wed May  8 23:19:09 2002//TBUGZILLA-2_23_4
+/faq.xml/1.46/Thu Nov 23 20:25:37 2006//TBUGZILLA-2_23_4
+/filetemp.patch/1.1/Wed Apr  2 00:40:56 2003//TBUGZILLA-2_23_4
+/gfdl.xml/1.11/Tue Feb 21 21:50:45 2006//TBUGZILLA-2_23_4
+/glossary.xml/1.23/Mon Nov 20 20:58:57 2006//TBUGZILLA-2_23_4
+/index.xml/1.6/Tue Feb 21 21:50:45 2006//TBUGZILLA-2_23_4
+/installation.xml/1.135/Wed Nov 29 18:00:53 2006//TBUGZILLA-2_23_4
+/integration.xml/1.13/Sat Sep  4 09:27:15 2004//TBUGZILLA-2_23_4
+/introduction.xml/1.5/Thu Jan 15 23:54:39 2004//TBUGZILLA-2_23_4
+/modules.xml/1.11/Sat Nov 25 11:45:57 2006//TBUGZILLA-2_23_4
+/patches.xml/1.24/Fri Mar  3 22:58:07 2006//TBUGZILLA-2_23_4
+/requiredsoftware.xml/1.7/Mon Jul 31 22:22:51 2006//TBUGZILLA-2_23_4
+/security.xml/1.16/Mon Nov 20 19:48:43 2006//TBUGZILLA-2_23_4
+/troubleshooting.xml/1.12/Mon Jul 31 22:22:51 2006//TBUGZILLA-2_23_4
+/using.xml/1.60/Thu Dec 28 17:57:50 2006//TBUGZILLA-2_23_4
 D
diff --git a/docs/xml/CVS/Tag b/docs/xml/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/docs/xml/CVS/Tag
+++ b/docs/xml/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml
index 17ffacc44..7e5437da0 100644
--- a/docs/xml/administration.xml
+++ b/docs/xml/administration.xml
@@ -82,7 +82,7 @@
 
       <varlistentry>
         <term>
-          maildeliverymethod
+          mail_delivery_method
         </term>
         <listitem>
           <para>
@@ -196,6 +196,21 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>
+          globalwatcher
+        </term>
+        <listitem>
+          <para>
+            This allows to define specific users that 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.
+          </para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>
           usestatuswhiteboard
@@ -324,9 +339,9 @@
 
       <tip>
         <para>If you wish to add more administrative users, add them to 
-        the "admin" group and, optionally, add edit the tweakparams, editusers,
+        the "admin" group and, optionally, edit the tweakparams, editusers,
         creategroups, editcomponents, and editkeywords groups to add the
-        entire admin group to those groups.
+        entire admin group to those groups (which is the case by default).
         </para>
       </tip>
     </section>
@@ -334,62 +349,88 @@
     <section id="manageusers">
       <title>Managing Other Users</title>
 
+      <section id="user-account-search">
+        <title>Searching for existing users</title>
+
+        <para>
+          If you have <quote>editusers</quote> privileges or if you are allowed
+          to grant privileges for some groups, the <quote>Users</quote> link
+          appears in the footer.
+        </para>
+
+        <para>
+          The first screen you get is a search form to search for existing user
+          accounts. You can run searches based either on the ID, real name or
+          login name (i.e. the email address in most cases) of users. You can
+          search in different ways the listbox to the right of the text entry
+          box. You can match by case-insensitive substring (the default),
+          regular expression, a <emphasis>reverse</emphasis> 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.
+        </para>
+
+        <para>
+          You can also restrict your search to users being in some specific group.
+          By default, the restriction is turned off. Then you get a list of
+          users matching your critera, and clicking their login name lets you
+          edit their properties.
+        </para>
+      </section>
+
       <section id="createnewusers">
         <title>Creating new users</title>
 
-        <para>Your users can create their own user accounts by clicking the
-        "New Account" link at the bottom of each page (assuming they
-        aren't logged in as someone else already.) However, should you
-        desire to create user accounts ahead of time, here is how you do
-        it.</para>
+        <section id="self-registration">
+          <title>Self-registration</title>
 
-        <orderedlist>
-          <listitem>
-            <para>After logging in, click the "Users" link at the footer of
-            the query page, and then click "Add a new user".</para>
-          </listitem>
+          <para>
+            By default, users can create their own user accounts by clicking the
+            <quote>New Account</quote> 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 <quote>createemailregexp</quote>
+            parameter in the <quote>Configuration</quote> page, see
+            <xref linkend="parameters" />.
+          </para>
+        </section>
 
-          <listitem>
-            <para>Fill out the form presented. This page is self-explanatory.
-            When done, click "Submit".</para>
+        <section id="user-account-creation">
+          <title>Accounts created by an administrator</title>
 
-            <note>
-              <para>Adding a user this way will 
-              <emphasis>not</emphasis>
-
-              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 
-              <quote>New Account</quote>
-
-              button to create users, as it will pre-populate all the
-              required fields and also notify the user of her account name
-              and password.</para>
-            </note>
-          </listitem>
-        </orderedlist>
+          <para>
+            Users with <quote>editusers</quote> privileges, such as administrators,
+            can create user accounts for other users:
+          </para>
+
+          <orderedlist>
+            <listitem>
+              <para>After logging in, click the "Users" link at the footer of
+              the query page, and then click "Add a new user".</para>
+            </listitem>
+
+            <listitem>
+              <para>Fill out the form presented. This page is self-explanatory.
+              When done, click "Submit".</para>
+
+              <note>
+                <para>Adding a user this way will <emphasis>not</emphasis>
+                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 <quote>New Account</quote>
+                button to create users, as it will pre-populate all the
+                required fields and also notify the user of her account name
+                and password.</para>
+              </note>
+            </listitem>
+          </orderedlist>
+        </section>
       </section>
 
       <section id="modifyusers">
         <title>Modifying Users</title>
 
-        <para>To see a specific user, search for their login name
-        in the box provided on the "Edit Users" page. To see all users, 
-        leave the box blank.</para>
-
-        <para>You can search in different ways the listbox to the right
-        of the text entry box. You can match by 
-        case-insensitive substring (the default),
-        regular expression, or a 
-        <emphasis>reverse</emphasis>
-        regular expression match, which finds every user name which does NOT
-        match the regular expression. (Please see
-        the <command>man regexp</command>
-        manual page for details on regular expression syntax.)
-        </para>
-
         <para>Once you have found your user, you can change the following
         fields:</para>
 
@@ -398,9 +439,9 @@
             <para>
             <emphasis>Login Name</emphasis>: 
             This is generally the user's full email address. However, if you
-            have are using the emailsuffix Param, this may just be the user's
-            login name. Note that users can now change their login names
-            themselves (to any valid email address.)
+            have are using the <quote>emailsuffix</quote> 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).
             </para>
           </listitem>
 
@@ -419,6 +460,15 @@
             </para>
           </listitem>
 
+          <listitem>
+            <para>
+              <emphasis>Bugmail Disabled</emphasis>:
+              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.
+            </para>
+          </listitem>
+
           <listitem>
             <para>
               <emphasis>Disable Text</emphasis>: 
@@ -434,8 +484,8 @@
               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, add the account name (one account
-              per line) to the file <filename>data/nomail</filename>.
+              stop receiving mail, simply check the
+              <quote>Bugmail Disabled</quote> checkbox above.
             </para>
             <note>
               <para>
@@ -533,7 +583,22 @@
           </listitem>
         </itemizedlist>
       </section>
-      
+
+      <section id="user-account-deletion">
+        <title>Deleting Users</title>
+        <para>
+          If the <quote>allowuserdeletion</quote> parameter is turned on, see
+          <xref linkend="parameters" />, 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!
+        </para>
+      </section>
+
       <section id="impersonatingusers">
         <title>Impersonating Users</title>
         
@@ -677,7 +742,7 @@
 
       <listitem>
         <para>Fill out the "Component" field, a short "Description", 
-        the "Default Assignee" and "Default QA Contact" (if enabled.) 
+        the "Default Assignee" and "Default QA Contact" (if enabled). 
         The Component and Description fields may contain HTML; 
         the "Default Assignee" field must be a login name
         already existing in the database. 
@@ -865,15 +930,15 @@
    <section id="flag-askto">
      <title>Using flag requests</title>
      <para>
-       If a flag has been defined as 'requestable', 
-       users are allowed to set the flag's status to <quote>?</quote>.
-       This status indicates that someone (aka <quote>the requester</quote> is asking
-       for someone else to set the flag to either <quote>+</quote> or <quote>-</quote>.
+       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 <quote>?</quote>.
+       This status indicates that someone (a.k.a. <quote>the requester</quote>) is asking
+       someone else to set the flag to either <quote>+</quote> or <quote>-</quote>.
      </para>
      <para>
        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 (aka <quote>the requestee</quote>)
+       enter a Bugzilla username. That named person (a.k.a. <quote>the requestee</quote>)
        will receive an email notifying them of the request, and pointing them
        to the bug/attachment in question.
      </para>
@@ -911,8 +976,7 @@
        </para>
 
        <para>
-         For a Bugzilla user, attachment flags show up in two 
-         places:
+         For a Bugzilla user, attachment flags show up in three places:
          <orderedlist>
            <listitem>
              <para>
@@ -931,6 +995,14 @@
               screen is where you set flags to ?, -, +, or unset them.
              </para>
            </listitem>
+           <listitem>
+             <para>
+               Requests are listed in the <quote>Request Queue</quote>, which
+               is accessible from the <quote>My Requests</quote> link (if you are
+               logged in) or <quote>Requests</quote> link (if you are logged out)
+               visible in the footer of all pages.
+             </para>
+           </listitem>
          </orderedlist>
        </para>
 
@@ -941,14 +1013,13 @@
 
        <para>
          Bug flags are used to set a status on the bug itself. You can 
-         see Bug Flags in the <quote>Show Bug</quote> screen 
-         (<filename>editbug.cgi</filename>).
+         see Bug Flags in the <quote>Show Bug</quote> and <quote>Requests</quote>
+         screens, as described above.
        </para>
        <para>
-         Only users with the ability to edit the bug may 
-         set flags on bugs. This includes the assignee, reporter, and 
-         any user with the <computeroutput>editbugs</computeroutput> 
-         permission.
+         Only users with enough privileges (see below) may set flags on bugs.
+         This doesn't necessarily include the assignee, reporter, or users with the
+         <computeroutput>editbugs</computeroutput> permission.
        </para>
      </section>
 
@@ -983,17 +1054,18 @@
           <para>
             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 consist of any valid Unicode character. 
+            The name may contain any valid Unicode characters except commas
+            and spaces.
           </para>
         </section>
 
         <section id="flags-create-field-description">
           <title>Description</title>
           <para>
-            This describes the flag in more detail. At present, this doesn't
-            show up anywhere helpful; ideally, it would be nice to have
-            it show up as a tooltip. This field 
-            can be as long as you like, and can contain any character you want.
+            The description describes the flag in more detail. It is visible
+            in a tooltip when hovering over a flag either in the <quote>Show Bug</quote>
+            or <quote>Edit Attachment</quote> pages. This field can be as
+            long as you like, and can contain any character you want.
           </para>
         </section>
 
@@ -1039,9 +1111,9 @@
 
           <para>
             You may select a Product without selecting a specific Component,
-            but it is illegal to select a Component without a Product, or to select a
-            Component that does not belong to the named Product. Doing so as of
-            this writing (2.18rc3) will raise an error... even if all your products
+            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.
           </para>
 
@@ -1097,16 +1169,6 @@
           </para>
         </section>
 
-        <section id="flags-create-field-cclist">
-          <title>CC List</title>
-
-          <para>
-            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..
-          </para>
-        </section>
-
         <section id="flags-create-field-specific">
           <title>Specifically Requestable</title>
           <para>
@@ -1130,6 +1192,38 @@
           </para>
         </section>
 
+	<section id="flags-create-field-cclist">
+          <title>CC List</title>
+
+          <para>
+            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.
+          </para>
+        </section>
+
+        <section id="flags-create-grant-group">
+          <title>Grant Group</title>
+          <para>
+            When this field is set to some given group, only users in the group
+            can set the flag to <quote>+</quote> and <quote>-</quote>. This
+            field does not affect who can request or cancel the flag. For that,
+            see the <quote>Request Group</quote> 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.
+          </para>
+        </section>
+
+        <section id="flags-create-request-group">
+          <title>Request Group</title>
+          <para>
+            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 <quote>grant group</quote> 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.
+          </para>
+        </section>
       </section> <!-- flags-create -->
 
       <section id="flags-delete">
@@ -1170,7 +1264,176 @@
     <!-- XXX We should add a "Uses of Flags" section, here, with examples. -->
 
   </section> <!-- flags -->
-   
+
+  <section id="custom-fields">
+    <title>Custom Fields</title>
+
+    <para>
+      One of the most requested features was the ability to add your own custom
+      fields to bugs, based on your needs. With the release of Bugzilla 3.0, this
+      dream finally comes true. Administrators can manage these fields using the
+      <quote>Custom Fields</quote> link in the footer of pages. The first thing
+      they will see is the list of existing custom fields (which is empty by default).
+    </para>
+
+    <section id="add-custom-fields">
+      <title>Adding Custom Fields</title>
+
+      <para>
+        The <quote>Add a new custom field</quote> link permits you to add a
+        new field which can be either a free text box or a drop down menu.
+        More field types will be available in future releases.
+      </para>
+
+      <para>
+        The following attributes must be set for each new custom field:
+        <itemizedlist>
+          <listitem>
+            <para>
+              <emphasis>Name:</emphasis>
+              the name of the field, used internally. This name MUST begin
+              with <quote>cf_</quote>. If you omit this string, it will
+              be automatically added to the name you entered. This way, all
+              custom fields added to Bugzilla begin with <quote>cf_</quote>,
+              avoiding any conflict with default fields.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis>Description:</emphasis>
+              the string which is used as a label for this custom field.
+              That is the string that users will see, and so should be
+              short and explicit.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis>Type:</emphasis>
+              as mentioned above, only two types are implemented so far.
+              Free text boxes let you type any string, while drop down menus
+              only let you choose one value in the list provided. The list of
+              legal values for this field can be created and edited as soon as
+              this custom field is added to the DB. See
+              <xref linkend="edit-values-list" /> for information about editing
+              legal values.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis>Sortkey:</emphasis>
+              this integer determines in which order custom fields are
+              displayed in the UI, especially when viewing a bug. Fields
+              with lower values are displayed first.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis>Can be set on bug creation:</emphasis>
+              this boolean determines whether this field can be set on
+              bug creation or not. If not, then you have to create the
+              bug first before being able to set this field. Else you
+              can set its value at the same time you file a bug,
+              see <xref linkend="bugreports" /> about filing bugs.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis>Displayed in bugmail for new bugs:</emphasis>
+              this boolean 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.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
+              <emphasis>Is obsolete:</emphasis>
+              this boolean determines whether or not this field should
+              be displayed at all. Obsolete custom fields are hidden.
+            </para>
+          </listitem>
+        </itemizedlist>
+      </para>
+    </section>
+
+    <section id="edit-custom-fields">
+      <title>Editing Custom Fields</title>
+
+      <para>
+        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 <xref linkend="edit-values-list" />. All
+        other attributes can be edited as described above.
+      </para>
+    </section>
+
+    <section id="delete-custom-fields">
+      <title>Deleting Custom Fields</title>
+
+      <para>
+        At this point, it is not possible to delete custom fields from
+        your web browser. If you don't want to make one available anymore,
+        mark it as obsolete. This way, you will preserve your DB
+        referential integrity.
+      </para>
+    </section>
+  </section>
+
+  <section id="edit-values">
+    <title>Legal Values</title>
+
+    <para>
+      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
+      <filename>localconfig</filename>. Starting with Bugzilla 2.23.3, you
+      can also customize the list of valid resolutions from the same interface.
+    </para>
+
+    <section id="edit-values-list">
+      <title>Viewing/Editing legal values</title>
+      <para>
+        Editing legal values requires <quote>admin</quote> privileges.
+        A link named <quote>Field Values</quote> is visible in your footer and
+        clicking on it displays the list of fields whose values can be edited.
+      </para>
+      <para>
+	You can add as many legal values as you want, and each value must be
+	unique (on a per field basis). The sortkey is important to display these
+	values in the desired order.
+      </para>
+    </section>
+
+    <section id="edit-values-delete">
+      <title>Deleting legal values</title>
+      <para>
+        You can also delete legal values, but only if the two following conditions
+	are respected:
+      </para>
+
+      <orderedlist>
+        <listitem>
+	  <para>The value is not used by default for the field.</para>
+	</listitem>
+
+	<listitem>
+	  <para>No bug is currently using this value.</para>
+        </listitem>
+      </orderedlist>
+
+      <para>
+        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.
+      </para>
+    </section>
+  </section>
+
   <section id="voting">
     <title>Voting</title>
 
@@ -1533,22 +1796,21 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
       <title>Version Definitions</title>
 
       <para>
-        Bugzilla displays the version you are using at the top of most
-        pages you load. It will look something like '2.16.7' or '2.18rc3'
-        or '2.19.1+'. The first number in this series is the Major Version.
-        This does not change very often (that is to say, almost never);
+        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. If/When the major version
-        is changed to 3.x.x, it will signify a significant structural change
-        and will be accompanied by much fanfare and many instructions on
-        how to upgrade, including a revision to this page. :)
+        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.14, 2.16, 2.18, 2.20, etc.)
-        represents a stable version, while an odd number (2.17, 2.19, etc.)
+        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
@@ -1560,27 +1822,40 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
 
       <para>
         The third number in the Bugzilla version represents a bugfix version.
-        Bugfix Revisions are normally released only to address security
-        vulnerabilities; in the future, it is likely that the Bugzilla
-        development team will back-port bugfixes in a new point release to
-        the old point release for a limited period. Once enough of these
+        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 will be made. As an 
-        example, 2.16.6 was a bugfix release, and improved on 2.16.5.
+        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.14 is newer than 2.8 because minor version
-          14 is greater than minor version 8. 2.24.11 would be newer than
-          2.24.9 (because bugfix 11 is greater than bugfix 9. This is
+          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 a
+        week for new releases, unless the parameter is set to
+        <quote>disabled</quote>.
+      </para>
+    </section>
+
     <section id="upgrading-methods">
     <title>Upgrading - Methods and Procedure</title>
       <para>
@@ -1617,8 +1892,8 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
       <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.18 to 2.18.1 should be fairly painless even if
-        you are heavily customized, but going from 2.14 to 2.18 is going
+        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
@@ -1637,7 +1912,7 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
 
       <para>
         The examples in the following sections are written as though the
-        user were updating to version 2.18.1, but the procedures are 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
@@ -1676,10 +1951,9 @@ 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_18_1 -dP</command>
+bash$ <command>cvs -q update -r BUGZILLA-2_22_1 -dP</command>
 P checksetup.pl
 P collectstats.pl
-P globals.pl
 P docs/rel_notes.txt
 P template/en/default/list/quips.html.tmpl
 <emphasis>(etc.)</emphasis>
@@ -1717,19 +1991,18 @@ P template/en/default/list/quips.html.tmpl
 
         <programlisting>
 bash$ <command>cd /var/www/html</command>
-bash$ <command>wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.1.tar.gz</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.18.1.tar.gz</command>
-bugzilla-2.18.1/
-bugzilla-2.18.1/.cvsignore
-bugzilla-2.18.1/1x1.gif
+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.18.1</command>
+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.18.1 bugzilla</command>
+bash$ <command>mv bugzilla-2.22.1 bugzilla</command>
         </programlisting>
 
         <warning>
@@ -1759,7 +2032,7 @@ bash$ <command>mv bugzilla-2.18.1 bugzilla</command>
 
         <para>
           If you are doing a bugfix upgrade -- that is, one where only the 
-          last number of the revision changes, such as from 2.16.6 to 2.16.7
+          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>.
@@ -1781,13 +2054,12 @@ bash$ <command>mv bugzilla-2.18.1 bugzilla</command>
 
         <programlisting>
 bash$ <command>cd /var/www/html/bugzilla</command>
-bash$ <command>wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.0-to-2.18.1.diff.gz</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.18.0-to-2.18.1.diff.gz</command>
-bash$ <command>patch -p1 &lt; bugzilla-2.18.0-to-2.18.1.diff</command>
+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
-patching file globals.pl
 <emphasis>(etc.)</emphasis>
         </programlisting>
 
diff --git a/docs/xml/bugzilla.ent b/docs/xml/bugzilla.ent
index 0f624eb28..b24cd617d 100644
--- a/docs/xml/bugzilla.ent
+++ b/docs/xml/bugzilla.ent
@@ -6,14 +6,15 @@
 <!ENTITY min-dbi-ver "1.41">
 <!ENTITY min-file-spec-ver "0.84">
 <!ENTITY min-template-ver "2.12">
-<!ENTITY min-mail-mailer-ver "1.67">
 <!ENTITY min-mime-base64-ver "3.01">
 <!ENTITY min-mime-parser-ver "5.406">
+<!ENTITY min-email-send-ver "2.00">
+<!ENTITY min-email-mime-modifier-ver "any">
 <!ENTITY min-gd-ver "1.20">
 <!ENTITY min-template-plugin-gd-image-ver "any">
 <!ENTITY min-chart-base-ver "1.0">
 <!ENTITY min-gd-graph-ver "any">
-<!ENTITY min-gd-text-align-ver "any">
+<!ENTITY min-gd-text-ver "any">
 <!ENTITY min-xml-twig-ver "any">
 <!ENTITY min-lwp-useragent-ver "any">
 <!ENTITY min-patchreader-ver "0.9.4">
@@ -22,14 +23,15 @@
 <!ENTITY min-soap-lite-ver "any">
 <!ENTITY min-html-parser-ver "3.40">
 <!ENTITY min-html-scrubber-ver "any">
-
- <!-- mod_perl Versions --> 
-<!ENTITY min-mp-mod_perl2-ver "1.999022">
+<!ENTITY min-email-mime-attachment-stripper-ver "any">
+<!ENTITY min-email-reply-ver "any">
+<!ENTITY min-mod_perl2-ver "1.999022">
+<!ENTITY min-cgi-ver "3.11">
+<!ENTITY min-apache-dbi-ver "0.96">
 <!ENTITY min-mp-cgi-ver "3.11">
-<!ENTITY min-mp-apache-dbi-ver "0.96">
 
  <!-- Database Versions --> 
 <!ENTITY min-dbd-pg-ver "1.45">
 <!ENTITY min-pg-ver "8.00.0000">
 <!ENTITY min-dbd-mysql-ver "2.9003">
-<!ENTITY min-mysql-ver "4.0.14">
+<!ENTITY min-mysql-ver "4.1.2">
diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml
index 20924f5f5..180021468 100644
--- a/docs/xml/customization.xml
+++ b/docs/xml/customization.xml
@@ -790,344 +790,6 @@
     </para>    
   </section>   
 
-  <section id="dbdoc">
-    <title>MySQL Bugzilla Database Introduction</title>
-
-    <para>This information comes straight from my life. I was forced to learn
-    how Bugzilla organizes database because of nitpicky requests from users
-    for tiny changes in wording, rather than having people re-educate
-    themselves or figure out how to work our procedures around the tool. It
-    sucks, but it can and will happen to you, so learn how the schema works
-    and deal with it when it comes.</para>
-
-    <para>So, here you are with your brand-new installation of Bugzilla.
-    You've got MySQL set up, Apache working right, Perl DBI and DBD talking
-    to the database flawlessly. Maybe you've even entered a few test bugs to
-    make sure email's working; people seem to be notified of new bugs and
-    changes, and you can enter and edit bugs to your heart's content. Perhaps
-    you've gone through the trouble of setting up a gateway for people to
-    submit bugs to your database via email, have had a few people test it,
-    and received rave reviews from your beta testers.</para>
-
-    <para>What's the next thing you do? Outline a training strategy for your
-    development team, of course, and bring them up to speed on the new tool
-    you've labored over for hours.</para>
-
-    <para>Your first training session starts off very well! You have a
-    captive audience which seems enraptured by the efficiency embodied in
-    this thing called "Bugzilla". You are caught up describing the nifty
-    features, how people can save favorite queries in the database, set them
-    up as headers and footers on their pages, customize their layouts,
-    generate reports, track status with greater efficiency than ever before,
-    leap tall buildings with a single bound and rescue Jane from the clutches
-    of Certain Death!</para>
-
-    <para>But Certain Death speaks up -- a tiny voice, from the dark corners
-    of the conference room. "I have a concern," the voice hisses from the
-    darkness, "about the use of the word 'verified'."</para>
-
-    <para>The room, previously filled with happy chatter, lapses into
-    reverential silence as Certain Death (better known as the Vice President
-    of Software Engineering) continues. "You see, for two years we've used
-    the word 'verified' to indicate that a developer or quality assurance
-    engineer has confirmed that, in fact, a bug is valid. I don't want to
-    lose two years of training to a new software product. You need to change
-    the bug status of 'verified' to 'approved' as soon as possible. To avoid
-    confusion, of course."</para>
-
-    <para>Oh no! Terror strikes your heart, as you find yourself mumbling
-    "yes, yes, I don't think that would be a problem," You review the changes
-    with Certain Death, and continue to jabber on, "no, it's not too big a
-    change. I mean, we have the source code, right? You know, 'Use the
-    Source, Luke' and all that... no problem," All the while you quiver
-    inside like a beached jellyfish bubbling, burbling, and boiling on a hot
-    Jamaican sand dune...</para>
-
-    <para>Thus begins your adventure into the heart of Bugzilla. You've been
-    forced to learn about non-portable enum() fields, varchar columns, and
-    tinyint definitions. The Adventure Awaits You!</para>
-
-    <section>
-      <title>Bugzilla Database Basics</title>
-
-      <para>If you were like me, at this point you're totally clueless about
-      the internals of MySQL, and if it weren't for this executive order from
-      the Vice President you couldn't care less about the difference between
-      a 
-      <quote>bigint</quote>
-
-      and a 
-      <quote>tinyint</quote>
-
-      entry in MySQL. I recommend you refer to the
-      <ulink url="http://www.mysql.com/documentation/">MySQL documentation</ulink>
-      . Below are the basics you need to know about the Bugzilla database.
-      Check the chart above for more details.</para>
-
-      <para>
-        <orderedlist>
-          <listitem>
-            <para>To connect to your database:</para>
-
-            <para>
-              <prompt>bash#</prompt>
-
-              <command>mysql</command>
-
-              <parameter>-u root</parameter>
-            </para>
-
-            <para>If this works without asking you for a password, 
-            <emphasis>shame on you</emphasis>
-
-            ! You should have locked your security down like the installation
-            instructions told you to. You can find details on locking down
-            your database in the Bugzilla FAQ in this directory (under
-            "Security"), or more robust security generalities in the 
-            <ulink url="http://www.mysql.com/php/manual.php3?section=Privilege_system">MySQL
-            searchable documentation</ulink>.
-            </para>
-          </listitem>
-
-          <listitem>
-            <para>You should now be at a prompt that looks like this:</para>
-
-            <para>
-              <prompt>mysql&gt;</prompt>
-            </para>
-
-            <para>At the prompt, if 
-            <quote>bugs</quote>
-
-            is the name you chose in the
-            <filename>localconfig</filename>
-
-            file for your Bugzilla database, type:</para>
-
-            <para>
-              <prompt>mysql</prompt>
-
-              <command>use bugs;</command>
-            </para>
-
-          </listitem>
-        </orderedlist>
-      </para>
-
-      <section>
-        <title>Bugzilla Database Tables</title>
-
-        <para>Imagine your MySQL database as a series of spreadsheets, and
-        you won't be too far off. If you use this command:</para>
-
-        <para>
-          <prompt>mysql&gt;</prompt>
-          <command>show tables from bugs;</command>
-        </para>
-
-        <para>you'll be able to see the names of all the 
-        <quote>spreadsheets</quote>
-        (tables) in your database.</para>
-
- 	<para>From the command issued above, you should have some
-	  output that looks like this:
-<programlisting>
-+-------------------+
-| Tables in bugs    |
-+-------------------+
-| attachments       |
-| bugs              |
-| bugs_activity     |
-| cc                |
-| components        |
-| dependencies      |
-| fielddefs         |
-| groups            |
-| keyworddefs       |
-| keywords          |
-| logincookies      |
-| longdescs         |
-| milestones        |
-| namedqueries      |
-| products          |
-| profiles          |
-| profiles_activity |
-| tokens            |
-| user_group_map    |
-| versions          |
-| votes             |
-| watch             |
-+-------------------+
-</programlisting>
-</para>
-
-<literallayout>
-  Here's an overview of what each table does. Most columns in each table have
-descriptive names that make it fairly trivial to figure out their jobs.
-
-attachments: This table stores all attachments to bugs. It tends to be your
-largest table, yet also generally has the fewest entries because file
-attachments are so (relatively) large.
-
-bugs:  This is the core of your system. The bugs table stores most of the
-current information about a bug, with the exception of the info stored in the
-other tables.
-
-bugs_activity:  This stores information regarding what changes are made to bugs
-when -- a history file.
-
-cc:  This tiny table simply stores all the CC information for any bug which has
-any entries in the CC field of the bug. Note that, like most other tables in
-Bugzilla, it does not refer to users by their user names, but by their unique
-userid, stored as a primary key in the profiles table.
-
-components: This stores the programs and components (or products and
-components, in newer Bugzilla parlance) for Bugzilla. Curiously, the "program"
-(product) field is the full name of the product, rather than some other unique
-identifier, like bug_id and user_id are elsewhere in the database.
-
-dependencies: Stores data about those cool dependency trees.
-
-fielddefs:  A nifty table that defines other tables. For instance, when you
-submit a form that changes the value of "AssignedTo" this table allows
-translation to the actual field name "assigned_to" for entry into MySQL.
-
-groups:  defines bitmasks for groups. A bitmask is a number that can uniquely
-identify group memberships. For instance, say the group that is allowed to
-tweak parameters is assigned a value of "1", the group that is allowed to edit
-users is assigned a "2", and the group that is allowed to create new groups is
-assigned the bitmask of "4". By uniquely combining the group bitmasks (much
-like the chmod command in UNIX,) you can identify a user is allowed to tweak
-parameters and create groups, but not edit users, by giving him a bitmask of
-"5", or a user allowed to edit users and create groups, but not tweak
-parameters, by giving him a bitmask of "6" Simple, huh?
-  If this makes no sense to you, try this at the mysql prompt:
-mysql> select * from groups;
-  You'll see the list, it makes much more sense that way.
-
-keyworddefs:  Definitions of keywords to be used
-
-keywords: Unlike what you'd think, this table holds which keywords are
-associated with which bug id's.
-
-logincookies: This stores every login cookie ever assigned to you for every
-machine you've ever logged into Bugzilla from. Curiously, it never does any
-housecleaning -- I see cookies in this file I've not used for months. However,
-since Bugzilla never expires your cookie (for convenience' sake), it makes
-sense.
-
-longdescs:  The meat of bugzilla -- here is where all user comments are stored!
-You've only got 2^24 bytes per comment (it's a mediumtext field), so speak
-sparingly -- that's only the amount of space the Old Testament from the Bible
-would take (uncompressed, 16 megabytes). Each comment is keyed to the
-bug_id to which it's attached, so the order is necessarily chronological, for
-comments are played back in the order in which they are received.
-
-milestones:  Interesting that milestones are associated with a specific product
-in this table, but Bugzilla does not yet support differing milestones by
-product through the standard configuration interfaces.
-
-namedqueries:  This is where everybody stores their "custom queries". Very
-cool feature; it beats the tar out of having to bookmark each cool query you
-construct.
-
-products:  What products you have, whether new bug entries are allowed for the
-product, what milestone you're working toward on that product, votes, etc. It
-will be nice when the components table supports these same features, so you
-could close a particular component for bug entry without having to close an
-entire product...
-
-profiles:  This table contains details for the current user accounts,
-including the crypted hashes of the passwords used, the associated
-login names, and the real name of the users.
-
-profiles_activity:  Need to know who did what when to who's profile?  This'll
-tell you, it's a pretty complete history.
-
-user_group_map:  This table stores which user belongs to which group,
-whether the user can bless others, and how the users obtained the
-membership of the group.
-
-versions:  Version information for every product
-
-votes:  Who voted for what when
-
-watch:  Who (according to userid) is watching who's bugs (according to their
-userid).
-
-
-===
-THE DETAILS
-===
-
-  Ahh, so you're wondering just what to do with the information above?  At the
-mysql prompt, you can view any information about the columns in a table with
-this command (where "table" is the name of the table you wish to view):
-
-mysql> show columns from table;
-
-  You can also view all the data in a table with this command:
-
-mysql> select * from table;
-
-  -- note: this is a very bad idea to do on, for instance, the "bugs" table if
-you have 50,000 bugs. You'll be sitting there a while until you ctrl-c or
-50,000 bugs play across your screen.
-
-  You can limit the display from above a little with the command, where
-"column" is the name of the column for which you wish to restrict information:
-
-mysql> select * from table where (column = "some info");
-
-  -- or the reverse of this
-
-mysql> select * from table where (column != "some info");
-
-  Let's take our example from the introduction, and assume you need to change
-the word "verified" to "approved" in the resolution field. We know from the
-above information that the resolution is likely to be stored in the "bugs"
-table. Note we'll need to change a little perl code as well as this database
-change, but I won't plunge into that in this document. Let's verify the
-information is stored in the "bugs" table:
-
-mysql> show columns from bugs
-
-  (exceedingly long output truncated here)
-| bug_status| enum('UNCONFIRMED','NEW','ASSIGNED','REOPENED','RESOLVED','VERIFIED','CLOSED')||MUL | UNCONFIRMED||
-
-  Sorry about that long line. We see from this that the "bug status" column is
-an "enum field", which is a MySQL peculiarity where a string type field can
-only have certain types of entries. While I think this is very cool, it's not
-standard SQL. Anyway, we need to add the possible enum field entry
-'APPROVED' by altering the "bugs" table.
-
-mysql> ALTER table bugs CHANGE bug_status bug_status
-    -> enum("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED",
-    -> "VERIFIED", "APPROVED", "CLOSED") not null;
-
-    (note we can take three lines or more -- whatever you put in before the
-semicolon is evaluated as a single expression)
-
-Now if you do this:
-
-mysql> show columns from bugs;
-
-  you'll see that the bug_status field has an extra "APPROVED" enum that's
-available!  Cool thing, too, is that this is reflected on your query page as
-well -- you can query by the new status. But how's it fit into the existing
-scheme of things?
-  Looks like you need to go back and look for instances of the word "verified"
-in the perl code for Bugzilla -- wherever you find "verified", change it to
-"approved" and you're in business (make sure that's a case-insensitive search).
-Although you can query by the enum field, you can't give something a status
-of "APPROVED" until you make the perl changes. Note that this change I
-mentioned can also be done by editing checksetup.pl, which automates a lot of
-this. But you need to know this stuff anyway, right?
-	</literallayout>
-      </section>
-    </section>
-  </section>
-
   <!-- Integrating Bugzilla with Third-Party Tools -->
   &integration;
 
diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml
index 947371019..80f411375 100644
--- a/docs/xml/faq.xml
+++ b/docs/xml/faq.xml
@@ -13,6 +13,21 @@
     <qandadiv id="faq-general">
       <title>General Questions</title>
 
+      <qandaentry>
+        <question id="faq-general-tryout">
+          <para>
+            Can I try out Bugzilla somewhere?
+          </para>
+        </question>
+        <answer>
+          <para>
+            If you want to take a test ride, there are test installations
+            at <ulink url="http://landfill.bugzilla.org/"/>,
+            ready to play with directly from your browser.
+          </para>
+        </answer>
+      </qandaentry>
+
       <qandaentry>
         <question id="faq-general-license">
           <para>
@@ -126,7 +141,7 @@
           </para>
           <para>
             The best way to make an enhancement request is to <ulink 
-            url="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla">file
+            url="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla">file
             a bug at bugzilla.mozilla.org</ulink> and set the Severity
             to 'enhancement'. Your 'request for enhancement' (RFE) will
             start out in the UNCONFIRMED state, and will stay there until
@@ -169,35 +184,44 @@
             and was available for the hardware Netscape intended to run it on.
           </para>
           <para>
-            There is currently work in progress to make Bugzilla work on
-            PostgreSQL; track the progress of this initiative in <ulink
-            url="http://bugzilla.mozilla.org/show_bug.cgi?id=98304">bug 98304</ulink>.
-          </para>
-          <para>
-            Sybase support is no longer being worked on.  Even if it eventually
-            happens, it's VERY unlikely to work without the end-user-company
-            having to stick a few developers on making several manual changes.
-            Sybase is just NOT very standards-compliant (despite all the hype),
-            and it turned out that way too much had to be changed to make it
-            work -- like moving half of the application logic into stored
-            procedures to get any kind of decent performance out of it.
-            <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=173130">Bug
-            173130</ulink> is the relevant bug.
+            Bugzilla 2.20 contains experimental support for PostgreSQL.
+            Bugzilla 2.22 contains complete, stable support for PostgreSQL.
+            As of this release, using PostgreSQL with Bugzilla should
+            be as stable as using MySQL. If you experience any problems
+            with PostgreSQL compatibility, they will be taken as
+            seriously as if you were running MySQL.
           </para>
           <para>
             Red Hat once ran a version of Bugzilla that worked on Oracle, 
             but that was long, long ago; that version (Bugzilla 2.8) is
-            now obsolete, insecure, and totally unsupported. Red Hat's
-            current Bugzilla (based on Bugzilla 2.17.1) uses PostgreSQL,
-            and work is being done to merge those changes into the main
-            distribution. (See above.) At this time we know of no recent
-            ports of Bugzilla to Oracle. (In our honest opinion, Bugzilla
-            doesn't need what Oracle offers.)
+            now obsolete, insecure, and totally unsupported.
+          </para>
+          <para>
+            In August of 2005, Wim Coekaerts (Director of Linux
+            Engineering at Oracle Corporation) wrote to Dave Miller
+            confirming that Oracle intends to implement and support
+            Bugzilla. Since then, no further information has been
+            forthcoming. Track progress at
+            <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=189947">
+            Bug 189947</ulink>.
           </para>
           <para>
-            <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=237862">Bug
-            237862</ulink> is a good bug to read through if you'd like to see
-            what progress is being made on general database compatibility.
+            Sybase support is no longer being worked on. Even if it
+            eventually happens, it's VERY unlikely to work without
+            the end-user-company having to stick a few developers on
+            making several manual changes. Sybase is just NOT very
+            standards-compliant (despite all the hype), and it turned
+            out that way too much had to be changed to make it work --
+            like moving half of the application logic into stored
+            procedures to get any kind of decent performance out of it.
+            <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=173130">
+            Bug 173130</ulink> is the relevant bug.
+          </para>
+          <para>
+            <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=237862">
+            Bug 237862</ulink> is a good bug to read through if you'd
+            like to see what progress is being made on general database
+            compatibility.
           </para>
         </answer>
       </qandaentry>
@@ -301,7 +325,7 @@ perl runtests.pl 2 --verbose
           </para>
         </answer>
       </qandaentry>
-      
+
       <qandaentry>
         <question id="faq-mod-perl">
           <para>
@@ -318,7 +342,22 @@ perl runtests.pl 2 --verbose
           </para>
         </answer>
       </qandaentry>
-      
+
+      <qandaentry>
+        <question id="faq-general-selinux">
+          <para>
+            How can Bugzilla be made to work under SELinux?
+          </para>
+        </question>
+        <answer>
+          <para>
+            Unfortunately there are no step-by-step instructions,
+            but the following URL contains hints on how to do it:
+            <ulink url="http://fedora.redhat.com/docs/selinux-apache-fc3/sn-debugging-and-customizing.html" />
+          </para>
+        </answer>
+      </qandaentry>
+
     </qandadiv>
 
     <qandadiv id="faq-phb">
@@ -355,7 +394,7 @@ perl runtests.pl 2 --verbose
           <para>
             There is no GUI for adding fields to Bugzilla at this
             time. You can follow development of this feature in 
-            <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=91037">bug 91037</ulink>
+            <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=91037">bug 91037</ulink>
           </para>
         </answer>
       </qandaentry>
@@ -369,7 +408,7 @@ perl runtests.pl 2 --verbose
         </question>
         <answer>
           <para>
-            Yes. Look at <ulink url="http://bugzilla.mozilla.org/report.cgi"/>
+            Yes. Look at <ulink url="https://bugzilla.mozilla.org/report.cgi"/>
             for samples of what Bugzilla can do in reporting and graphing.
             Fuller documentation is provided in <xref linkend="reporting"/>.
           </para>
@@ -481,7 +520,7 @@ perl runtests.pl 2 --verbose
             Some admin interfaces have been templatized (for easy localization)
             but many of them are still available in English only. Also, there
             may be issues with the charset not being declared. See <ulink
-            url="http://bugzilla.mozilla.org/show_bug.cgi?id=126266">bug 126226</ulink>
+            url="https://bugzilla.mozilla.org/show_bug.cgi?id=126266">bug 126226</ulink>
             for more information.
           </para>
         </answer>
@@ -598,7 +637,7 @@ perl runtests.pl 2 --verbose
             See the documentation on Customization for more details,
             specifically <xref linkend="template-specific"/>.
           </para>
-        </answer>      
+        </answer>
       </qandaentry>
 
     </qandadiv>
@@ -712,7 +751,7 @@ perl runtests.pl 2 --verbose
           </para>
           <para>
             See also the instructions in <xref linkend="upgrade-cvs"/>.
-          </para>      
+          </para>
         </answer>
       </qandaentry>
 
@@ -781,7 +820,7 @@ password=mypassword
               command line.
             </para>
           </warning>
-              
+
           <para>
             On your new machine, follow the instructions found in <xref 
             linkend="installing-bugzilla"/> as far as setting up the physical
@@ -833,7 +872,7 @@ password=mypassword
             Run MySQL like this: <command>mysqld --skip-grant-tables</command>.
             Please remember that <emphasis>this makes MySQL as secure as
             taping a $100 to the floor of a football stadium bathroom for
-            safekeeping.</emphasis> 
+            safekeeping.</emphasis>
           </para>
           <warning>
             <para>
@@ -952,7 +991,7 @@ password=mypassword
             For older versions of Bugzilla, you may be able to apply 
             Klaas Freitag's patch for <quote>whineatassigned</quote>,
             which can be found in
-            <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=6679">bug
+            <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=6679">bug
             6679</ulink>. Note that this patch was made in 2000, so it may take
             some work to apply cleanly to any releases of Bugzilla newer than
             that, but you can use it as a starting point.
@@ -961,7 +1000,7 @@ password=mypassword
           <para>
             An updated (and much-expanded) version of this functionality is
             due to be released as part of Bugzilla 2.20; see 
-            <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=185090">bug
+            <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=185090">bug
             185090</ulink> for the discussion, and for more up-to-date patches
             if you just can't wait.
           </para>
@@ -1124,6 +1163,61 @@ password=mypassword
               as a troubleshooting step.
             </para>
           </warning>
+          <para>
+            You may also be suffering from a client version mismatch:
+          </para>
+          <para>
+            MySQL 4.1 and up uses an authentication protocol based on
+            a password hashing algorithm that is incompatible with that
+            used by older clients. If you upgrade the server to 4.1,
+            attempts to connect to it with an older client may fail
+            with the following message:
+          </para>
+          <para>
+            <screen><prompt>shell&gt;</prompt> mysql
+            Client does not support authentication protocol requested
+            by server; consider upgrading MySQL client
+            </screen>
+          </para>
+          <para>
+            To solve this problem, you should use one of the following
+            approaches:
+          </para>
+          <para>
+            <itemizedlist>
+              <listitem>
+                <para>
+                  Upgrade all client programs to use a 4.1.1 or newer
+                  client library.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  When connecting to the server with a pre-4.1 client
+                  program, use an account that still has a
+                  pre-4.1-style password.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  Reset the password to pre-4.1 style for each user
+                  that needs to use a pre-4.1 client program.
+                  This can be done using the SET PASSWORD statement
+                  and the OLD_PASSWORD() function:
+                  <screen>
+                    <prompt>mysql&gt;</prompt> SET PASSWORD FOR
+                    <prompt>    -&gt;</prompt> ' some_user '@' some_host ' = OLD_PASSWORD(' newpwd ');
+                  </screen>
+                </para>
+              </listitem>
+            </itemizedlist>
+            
+          </para>
+
+
+          <para>
+          </para>
+
         </answer>
       </qandaentry>
 
@@ -1358,16 +1452,16 @@ password=mypassword
             have your choice of patches: 
             <simplelist>
               <member>
-                <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=35195">Bug 35195</ulink>
+                <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=35195">Bug 35195</ulink>
                 seeks to add an <quote>...and accept the bug</quote> checkbox
                 to the UI. It has two patches attached to it: 
-                <ulink url="http://bugzilla.mozilla.org/showattachment.cgi?attach_id=8029">attachment 8029</ulink>
+                <ulink url="https://bugzilla.mozilla.org/showattachment.cgi?attach_id=8029">attachment 8029</ulink>
                 was originally created for Bugzilla 2.12, while 
-                <ulink url="http://bugzilla.mozilla.org/showattachment.cgi?attach_id=91372">attachment 91372</ulink>
+                <ulink url="https://bugzilla.mozilla.org/showattachment.cgi?attach_id=91372">attachment 91372</ulink>
                 is an updated version for Bugzilla 2.16
               </member>
               <member>
-                <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=37613">Bug
+                <ulink url="https://bugzilla.mozilla.org/show_bug.cgi?id=37613">Bug
                 37613</ulink> also provides two patches (against Bugzilla
                 2.12): one to add a 'Take Bug' option, and the other to
                 automatically reassign the bug on 'Accept'. 
@@ -1501,13 +1595,13 @@ password=mypassword
         </question>
         <answer>
           <para>
-            Try <ulink url="http://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Bugzilla">
+            Try <ulink url="https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;product=Bugzilla">
             this link</ulink> to view current bugs or requests for
             enhancement for Bugzilla.
           </para>
           <para>
             You can view bugs marked for &bz-nextver; release
-            <ulink url="http://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla&amp;target_milestone=Bugzilla+&amp;bz-nextver;">here</ulink>.
+            <ulink url="https://bugzilla.mozilla.org/buglist.cgi?product=Bugzilla&amp;target_milestone=Bugzilla+&amp;bz-nextver;">here</ulink>.
             This list includes bugs for the &bz-nextver; release that have already
             been fixed and checked into CVS. Please consult the
             <ulink url="http://www.bugzilla.org/">
@@ -1529,7 +1623,7 @@ password=mypassword
         <answer>
           <para>
             This is well-documented in <ulink
-            url="http://bugzilla.mozilla.org/show_bug.cgi?id=49862">bug
+            url="https://bugzilla.mozilla.org/show_bug.cgi?id=49862">bug
             49862</ulink>. Ultimately, it's as easy as adding the
             <quote>---</quote> priority field to your localconfig file
             in the appropriate area, re-running checksetup.pl, and then
@@ -1552,7 +1646,7 @@ password=mypassword
               <listitem>
                 <para>
                   Enter a bug into bugzilla.mozilla.org for the <quote><ulink
-                  url="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla">Bugzilla</ulink></quote>
+                  url="https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla">Bugzilla</ulink></quote>
                   product.
                 </para>
               </listitem>
@@ -1571,7 +1665,7 @@ password=mypassword
               <listitem>
                 <para>
                   Announce your patch and the associated URL
-                  (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX)
+                  (https://bugzilla.mozilla.org/show_bug.cgi?id=XXXXXX)
                   for discussion in the newsgroup
                   (mozilla.support.bugzilla). You'll get a
                   really good, fairly immediate reaction to the
diff --git a/docs/xml/glossary.xml b/docs/xml/glossary.xml
index 0af0380e1..f1b551c00 100644
--- a/docs/xml/glossary.xml
+++ b/docs/xml/glossary.xml
@@ -268,8 +268,8 @@
       <acronym>MTA</acronym>
 
       <glossdef>
-        <para>A Message Transport Agent is used to control the flow of email
-        on a system. The <ulink url="http://search.cpan.org/dist/MailTools/Mail/Mailer.pm">Mail::Mailer</ulink>
+        <para>A Message Transport Agent is used to control the flow of email on a system.
+        The <ulink url="http://search.cpan.org/dist/Email-Send/lib/Email/Send.pm">Email::Send</ulink>
         Perl module, which Bugzilla uses to send email, can be configured to
         use many different underlying implementations for actually sending the
         mail using the <option>mail_delivery_method</option> parameter.
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 4461140d8..ad9bfffea 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.130 2006/10/08 18:41:45 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.135 2006/11/29 18:00:53 lpsolit%gmail.com Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
@@ -258,7 +258,7 @@
         <para>Many people complain that Perl modules will not install for
         them. Most times, the error messages complain that they are missing a
         file in 
-        <quote>@INC</quote>. 
+        <quote>@INC</quote>.
         Virtually every time, this error is due to permissions being set too
         restrictively for you to compile Perl modules or not having the
         necessary Perl development libraries installed on your system.
@@ -331,25 +331,31 @@
 
         <listitem>
           <para>
-            Mail::Mailer (&min-mail-mailer-ver;)
+            MIME::Base64 (&min-mime-base64-ver;)
           </para>
         </listitem>
 
         <listitem>
           <para>
-            MIME::Base64 (&min-mime-base64-ver;)
+            MIME::Parser (&min-mime-parser-ver;)
           </para>
         </listitem>
 
         <listitem>
           <para>
-            MIME::Parser (&min-mime-parser-ver;)
+            Email::Send (&min-email-send-ver;)
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Email::MIME::Modifier (&min-email-mime-modifier-ver;)
           </para>
         </listitem>
       </orderedlist>
 
       Optional Perl modules:
-      <orderedlist>  
+      <orderedlist>
         <listitem>
           <para>
             <link linkend="install-modules-gd">GD</link>
@@ -357,6 +363,13 @@
           </para>
         </listitem>
 
+        <listitem>
+          <para>
+            Template::Plugin::GD::Image
+            (&min-gd-ver;) for Graphical Reports
+          </para>
+        </listitem>
+
         <listitem>
           <para>
             <link linkend="install-modules-chart-base">Chart::Base</link>
@@ -373,8 +386,8 @@
 
         <listitem>
           <para>
-            <link linkend="install-modules-gd-text-align">GD::Text::Align</link>
-            (&min-gd-text-align-ver;) for bug charting
+            <link linkend="install-modules-gd-text">GD::Text</link>
+            (&min-gd-text-ver;) for bug charting
           </para>
         </listitem>
 
@@ -387,8 +400,8 @@
 
         <listitem>
           <para>
-            <link linkend="install-modules-soap-lite">SOAP::Lite</link>
-            (&min-soap-lite-ver;) for the web service interface
+            LWP::UserAgent
+            (&min-lwp-useragent-ver;) for Automatic Update Notifications
           </para>
         </listitem>
 
@@ -404,7 +417,70 @@
             Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG
           </para>
         </listitem>
-      </orderedlist>          
+
+        <listitem>
+          <para>
+            Net::LDAP
+            (&min-net-ldap-ver;) for LDAP Authentication
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            <link linkend="install-modules-soap-lite">SOAP::Lite</link>
+            (&min-soap-lite-ver;) for the web service interface
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            HTML::Parser
+            (&min-html-parser-ver;) for More HTML in Product/Group Descriptions
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            HTML::Scrubber
+            (&min-html-scrubber-ver;) for More HTML in Product/Group Descriptions
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Email::MIME::Attachment::Stripper
+            (&min-email-mime-attachment-stripper-ver;) for Inbound Email
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Email::Reply
+            (&min-email-reply-ver;) for Inbound Email
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            mod_perl2
+            (&min-mod_perl2-ver;) for mod_perl
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            CGI
+            (&min-cgi-ver;) for mod_perl
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Apache::DBI
+            (&min-apache-dbi-ver;) for mod_perl2
+          </para>
+        </listitem>
+      </orderedlist>
       </para>
 
       <section id="install-modules-dbd-mysql">
@@ -477,10 +553,10 @@
         </para>
       </section>
 
-      <section id="install-modules-gd-text-align">
-        <title>GD::Text::Align (&min-gd-text-align-ver;)</title>
+      <section id="install-modules-gd-text">
+        <title>GD::Text (&min-gd-text-ver;)</title>
 
-        <para>The GD::Text::Align module is only required if you want graphical 
+        <para>The GD::Text module is only required if you want graphical 
         reports.
         </para>
       </section>
@@ -532,8 +608,8 @@
         </para>
 
         <para>
-          For more information, see the "maildeliverymethod" parameter in 
-          <xref linkend="parameters" />.
+          For more information, see the <quote>mail_delivery_method</quote> parameter
+          in <xref linkend="parameters" />.
         </para>
       </note>
     
@@ -575,14 +651,14 @@
       
       <para>Bugzilla requires <literal>mod_perl</literal> to be installed, which can be
       obtained from <ulink url="http://perl.apache.org"/> - Bugzilla requires
-      version &min-mp-mod_perl2-ver; (AKA 2.0.0-RC5) to be installed.</para>
+      version &min-mod_perl2-ver; (AKA 2.0.0-RC5) to be installed.</para>
       
       <para>Bugzilla also requires a more up-to-date version of the CGI
       perl module to be installed, version &min-mp-cgi-ver; as opposed to &min-cgi-ver;
       </para>
       
       <para>Finally, Bugzilla also requires <literal>Apache::DBI</literal>
-      (&min-mp-apache-dbi-ver;) to be installed as well.</para>
+      (&min-apache-dbi-ver;) to be installed as well.</para>
     </section>
   </section>
   
@@ -653,10 +729,25 @@
     
     <section id="database-engine">
       <title>Database Server</title>
-      <para>This section deals with configuring your database server for use
-        with Bugzilla. Currently <xref linkend="mysql"/> and
-      <xref linkend="postgresql"/> are available.</para>
-      
+      <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.
+      </para>
+
+      <section id="database-schema">
+        <title>Bugzilla Database Schema</title>
+
+        <para>
+          The Bugzilla database schema is available at
+          <ulink url="http://www.ravenbrook.com/project/p4dti/tool/cgi/bugzilla-schema/">Ravenbrook</ulink>.
+          This very valuable tool can generate a written description of
+          the Bugzilla database schema for any version of Bugzilla. It
+          can also generate a diff between two versions to help someone
+          see what has changed.
+        </para>
+      </section>
+
       <section id="mysql">
         <title>MySQL</title>
 
@@ -881,7 +972,10 @@
       <para>
         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.) Regardless of which webserver
+        the Bugzilla Team recommends Apache.) To check whether your web server
+	is correctly configured, try to access <filename>testagent.cgi</filename>
+	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
         <xref linkend="security-webserver-access"/>. You can run
diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml
index 2e20bdc56..a73469ac2 100644
--- a/docs/xml/modules.xml
+++ b/docs/xml/modules.xml
@@ -54,16 +54,16 @@
       <literallayout>
         CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/>
         PPM Download Link: Part of core distribution.
-        Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/CGI.html"/>
+        Documentation: <ulink url="http://perldoc.perl.org/CGI.html"/>
       </literallayout>
     </para>
 
     <para>
       Data-Dumper:
       <literallayout>
-        CPAN Download Page: <ulink url="http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"/>
+        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Data-Dumper/"/>
         PPM Download Page: Part of core distribution.
-        Documentation: <ulink url="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"/>
+        Documentation: <ulink url="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"/>
       </literallayout>
     </para>
     
@@ -94,12 +94,21 @@
       </literallayout>
     </para>
 
+    <para>
+      DBD::Pg:
+      <literallayout>
+        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-Pg/"/>
+        PPM Download Link: <ulink url="http://theoryx5.uwinnipeg.ca/ppms/x86/DBD-Pg.tar.gz"/>
+        Documentation: <ulink url="http://search.cpan.org/dist/DBD-Pg/Pg.pm"/>
+      </literallayout>
+    </para>
+
     <para>
       File::Spec:
       <literallayout>
         CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Spec/"/>
         PPM Download Page: Part of core distribution.
-        Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/File/Spec.html"/>
+        Documentation: <ulink url="http://perldoc.perl.org/File/Spec.html"/>
       </literallayout>
     </para>
 
@@ -117,7 +126,7 @@
       <literallayout>
         CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/>
         PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/GD.ppd"/>
-        Documentation: <ulink url="http://stein.cshl.org/WWW/software/GD/"/>
+        Documentation: <ulink url="http://search.cpan.org/dist/GD/GD.pm"/>
       </literallayout>
     </para>
 
@@ -126,7 +135,6 @@
       <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-GD/" />
        PPM Download Link:  (Just install Template-Toolkit using the instructions below)
-
        Documentation: <ulink url="http://www.template-toolkit.org/docs/aqua/Modules/index.html" />
       </literallayout>
     </para>
@@ -159,7 +167,7 @@
       <literallayout>
         CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/>
         PPM Download Page: <ulink url="http://landfill.bugzilla.org/ppm/Chart.ppd"/>
-        Documentation: <ulink url="http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf"/>
+        Documentation: <ulink url="http://search.cpan.org/dist/Chart/Chart.pod"/>
       </literallayout>
     </para>
 
@@ -208,4 +216,4 @@
       </literallayout>
     </para>
    </section>
-</appendix>  
+</appendix>
diff --git a/docs/xml/security.xml b/docs/xml/security.xml
index 471f3af9b..751f2edea 100644
--- a/docs/xml/security.xml
+++ b/docs/xml/security.xml
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: security.xml,v 1.15 2006/05/16 18:57:55 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: security.xml,v 1.16 2006/11/20 19:48:43 lpsolit%gmail.com Exp $ -->
 
 <chapter id="security">
 <title>Bugzilla Security</title>
@@ -171,20 +171,19 @@ skip-networking
   
   
   <section id="security-webserver">
-  <title>Webserver</title>
+  <title>Web server</title>
 
     <section id="security-webserver-access">
     <title>Disabling Remote Access to Bugzilla Configuration Files</title>
     
-      <para>There are many files that are placed in the Bugzilla directory
-      area that should not be accessable from the web. Because of the way
-      Bugzilla is currently layed out, the list of what should and should not
-      be accessible is rather complicated. A new installation method is
-      currently in the works which should solve this by allowing files that
-      shouldn't be accessible from the web to be placed in a directory outside
-      the webroot. See 
-      <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=44659">bug 44659</ulink>
-      for more information.
+      <para>
+        There are many files that are placed in the Bugzilla directory
+        area that should not be accessible from the web. Because of the way
+        Bugzilla is currently layed out, the list of what should and should not
+        be accessible is rather complicated. A quick way is to run
+	<filename>testserver.pl</filename> to check if your web server serves
+        Bugzilla files as expected. If not, you may want to follow the few
+	steps below.
       </para>
       
       <tip>
@@ -296,20 +295,16 @@ skip-networking
       properly blocked. Of particular interest is the localconfig file which
       contains your database password. Also, be aware that many editors
       create temporary and backup files in the working directory and that
-      those should also not be accessable. For more information, see 
+      those should also not be accessible. For more information, see
       <ulink url="http://bugzilla.mozilla.org/show_bug.cgi?id=186383">bug 186383</ulink>
       or
       <ulink url="http://online.securityfocus.com/bid/6501">Bugtraq ID 6501</ulink>.
-      To test, simply point your web browser at the file; for example, to
-      test mozilla.org's installation, we'd try to access
-      <ulink url="http://bugzilla.mozilla.org/localconfig"/>. You should get
-      a <quote><errorcode>403</errorcode> <errorname>Forbidden</errorname></quote>
-      error.
+      To test, simply run <filename>testserver.pl</filename>, as said above.
       </para>
       
       <tip>
         <para>Be sure to check <xref linkend="http"/> for instructions
-        specific to the webserver you use.
+        specific to the web server you use.
         </para>
       </tip>
     
diff --git a/docs/xml/using.xml b/docs/xml/using.xml
index f31ca6e4a..16f951f4f 100644
--- a/docs/xml/using.xml
+++ b/docs/xml/using.xml
@@ -26,39 +26,80 @@
 
     <orderedlist>
       <listitem>
-        <para>Click the 
-        <quote>Open a new Bugzilla account</quote>
+        <para>
+          On the home page <filename>index.cgi</filename>, click the
+          <quote>Open a new Bugzilla account</quote> link, or the
+          <quote>New Account</quote> link available in the footer of pages.
+          Now enter your email address, then click the <quote>Send</quote>
+          button.
+        </para>
 
-        link, enter your email address and, optionally, your name in the
-        spaces provided, then click 
-        <quote>Create Account</quote>
+        <note>
+          <para>
+            If none of these links is available, this means that the
+            administrator of the installation has disabled self-registration.
+            This means that only an administrator can create accounts
+            for other users. One reason could be that this installation is
+            private.
+          </para>
+        </note>
 
-        .</para>
+        <note>
+          <para>
+            Also, if only some users are allowed to create an account on
+            the installation, you may see these links but your registration
+            may fail if your email address doesn't match the ones accepted
+            by the installation. This is another way to restrict who can
+            access and edit bugs in this installation.
+          </para>
+        </note>
       </listitem>
 
       <listitem>
-        <para>Within moments, you should receive an email to the address
-        you provided, which contains your login name (generally the
-        same as the email address), and a password. 
-        This password is randomly generated, but can be
-        changed to something more memorable.</para>
+        <para>
+          Within moments, and if your registration is accepted, you should
+          receive an email to the address you provided, which contains your
+          login name (generally the same as the email address), and two URLs
+          with a token (a random string generated by the installation) to
+          confirm, respectively cancel, your registration. This is a way to
+          prevent users from abusing the generation of user accounts, for
+          instance by entering inexistent email addresses, or email addresses
+          which do not belong to them.
+        </para>
       </listitem>
 
       <listitem>
-        <para>Click the 
-        <quote>Log In</quote>
-        link in the footer at the bottom of the page in your browser,
-        enter your email address and password into the spaces provided, and
-        click 
-        <quote>Login</quote>.
+        <para>
+          By default, you have 3 days to confirm your registration. Past this
+          timeframe, the token is invalidated and the registration is
+          automatically cancelled. You can also cancel this registration sooner
+          by using the appropriate URL in the email you got.
         </para>
+      </listitem>
 
+      <listitem>
+        <para>
+          If you confirm your registration, Bugzilla will ask you your real name
+          (optional, but recommended) and your password, which must be between
+          3 and 16 characters long.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Now all you need to do is to click the <quote>Log In</quote>
+          link in the footer at the bottom of the page in your browser,
+          enter your email address and password you just chose into the
+          login form, and click the <quote>Log in</quote> button.
+        </para>
       </listitem>
     </orderedlist>
 
-    <para>You are now logged in. Bugzilla uses cookies to remember you are
-    logged in so, unless you have cookies disabled or your IP address changes, 
-    you should not have to log in again.</para>
+    <para>
+      You are now logged in. Bugzilla uses cookies to remember you are
+      logged in so, unless you have cookies disabled or your IP address changes,
+      you should not have to log in again during your session.
+    </para>
   </section>
 
   <section id="bug_page">
@@ -150,6 +191,12 @@
         The person responsible for fixing the bug.</para>
       </listitem>
 
+      <listitem>
+        <para>
+        <emphasis>*QA Contact:</emphasis>
+        The person responsible for quality assurance on this bug.</para>
+      </listitem>
+
       <listitem>
         <para>
         <emphasis>*URL:</emphasis>
@@ -498,139 +545,257 @@
         </para>
       </section>
     </section>
-  </section>
 
-  <section id="list">
-    <title>Bug Lists</title>
+    <section id="quicksearch">
+      <title>Quicksearch</title>
 
-    <para>If you run a search, a list of matching bugs will be returned.
-    </para>
+      <para>
+        Quicksearch is a single-text-box query tool which uses
+        metacharacters to indicate what is to be searched. For example, typing
+        "<literal>foo|bar</literal>"
+        into Quicksearch would search for "foo" or "bar" in the
+        summary and status whiteboard of a bug; adding
+        "<literal>:BazProduct</literal>" would
+        search only in that product.
+        You can use it to find a bug by its number or its alias, too.
+      </para>
 
-    <para>The format of the list is configurable. For example, it can be
-    sorted by clicking the column headings. Other useful features can be
-    accessed using the links at the bottom of the list: 
-    <simplelist>
-      <member>
-      <emphasis>Long Format:</emphasis>
+      <para>
+        You'll find the Quicksearch box in Bugzilla's footer area.
+        On Bugzilla's front page, there is an additional
+        <ulink url="../../page.cgi?id=quicksearch.html">Help</ulink>
+        link which details how to use it.
+      </para>
+    </section>
 
-      this gives you a large page with a non-editable summary of the fields
-      of each bug.</member>
+    <section id="list">
+      <title>Bug Lists</title>
 
-      <member>
-      <emphasis>CSV:</emphasis>
+      <para>If you run a search, a list of matching bugs will be returned.
+      </para>
 
-      get the buglist as comma-separated values, for import into e.g.
-      a spreadsheet.</member>
-     
-      <member>
-      <emphasis>RSS</emphasis>
+      <para>The format of the list is configurable. For example, it can be
+      sorted by clicking the column headings. Other useful features can be
+      accessed using the links at the bottom of the list:
+      <simplelist>
+        <member>
+        <emphasis>Long Format:</emphasis>
 
-      get the buglist as an RSS 1.0 feed.  Copy this link into your
-      favorite feed reader.  If you are using Firefox, you can also
-      save the list as a live bookmark by clicking the live bookmark
-      icon in the status bar.  To limit the number of bugs in the feed,
-      add a limit=n parameter to the URL.</member>
+        this gives you a large page with a non-editable summary of the fields
+        of each bug.</member>
 
-      <member>
-      <emphasis>iCalendar</emphasis>
+        <member>
+        <emphasis>XML:</emphasis>
 
-      Get the buglist as an iCalendar file. Each bug is represented as a 
-      to-do item in the imported calendar.</member>
-     
-      <member>
-      <emphasis>Change Columns:</emphasis>
+        get the buglist in the XML format.</member>
 
-      change the bug attributes which appear in the list.</member>
+        <member>
+        <emphasis>CSV:</emphasis>
 
-      <member>
-      <emphasis>Change several bugs at once:</emphasis>
+        get the buglist as comma-separated values, for import into e.g.
+        a spreadsheet.</member>
 
-      If your account is sufficiently empowered, you can make the same
-      change to all the bugs in the list - for example, changing their
-      assignee.</member>
+        <member>
+        <emphasis>Feed:</emphasis>
 
-      <member>
-      <emphasis>Send mail to bug assignees:</emphasis>
+        get the buglist as an Atom feed.  Copy this link into your
+        favorite feed reader.  If you are using Firefox, you can also
+        save the list as a live bookmark by clicking the live bookmark
+        icon in the status bar.  To limit the number of bugs in the feed,
+        add a limit=n parameter to the URL.</member>
 
-      Sends mail to the assignees of all bugs on the list.</member>
+        <member>
+        <emphasis>iCalendar:</emphasis>
 
-      <member>
-      <emphasis>Edit Search:</emphasis>
+        Get the buglist as an iCalendar file. Each bug is represented as a
+        to-do item in the imported calendar.</member>
 
-      If you didn't get exactly the results you were looking for, you can
-      return to the Query page through this link and make small revisions
-      to the query you just made so you get more accurate results.</member>
-      
-      <member>
-      <emphasis>Remember Search As:</emphasis>
+        <member>
+        <emphasis>Change Columns:</emphasis>
 
-      You can give a search a name and remember it; a link will appear
-      in your page footer giving you quick access to run it again later.
-      </member>
-    </simplelist>
-    </para>
+        change the bug attributes which appear in the list.</member>
 
-    <para>
-      If you would like to access the bug list from another program 
-      it is often useful to have the list returned in something other
-      than HTML. By adding the ctype=type parameter into the bug list URL
-      you can specify several alternate formats. The supported formats
-      are: Comma Separated Values (ctype=csv), iCalendar (ctype=ics),
-      RDF Site Summary (RSS) 1.0 (ctype=rss), ECMAScript, also known
-      as JavaScript (ctype=js), and finally Resource Description Framework
-      RDF/XML (ctype=rdf).
-    </para>
+        <member>
+        <emphasis>Change several bugs at once:</emphasis>
+
+        If your account is sufficiently empowered, and more than one bug
+        appear in the bug list, this link is displayed which lets you make
+        the same change to all the bugs in the list - for example, changing
+        their assignee.</member>
+
+        <member>
+        <emphasis>Send mail to bug assignees:</emphasis>
+
+        If more than one bug appear in the bug list and there are at least
+        two distinct bug assignees, this links is displayed which lets you
+        easily send a mail to the assignees of all bugs on the list.</member>
+
+        <member>
+        <emphasis>Edit Search:</emphasis>
+
+        If you didn't get exactly the results you were looking for, you can
+        return to the Query page through this link and make small revisions
+        to the query you just made so you get more accurate results.</member>
+
+        <member>
+        <emphasis>Remember Search As:</emphasis>
+
+        You can give a search a name and remember it; a link will appear
+        in your page footer giving you quick access to run it again later.
+        </member>
+      </simplelist>
+      </para>
+
+      <para>
+        If you would like to access the bug list from another program
+        it is often useful to have the list returned in something other
+        than HTML. By adding the ctype=type parameter into the bug list URL
+        you can specify several alternate formats. Besides the types described
+        above, the following formats are also supported: ECMAScript, also known
+        as JavaScript (ctype=js), and Resource Description Framework RDF/XML
+        (ctype=rdf).
+      </para>
+    </section>
+
+    <section id="individual-buglists">
+      <title>Adding/removing tags to/from bugs</title>
+      <para>
+        You can add and remove tags from individual bugs, which let you find and
+        manage them more easily. Creating a new tag automatically generates a saved
+        search - whose name is the name of the tag - which lists bugs with this tag.
+        This saved search will be displayed in the footer of pages by default, as
+        all other saved searches. The main difference between tags and normal saved
+        searches is that saved searches, as described in the previous section, are
+        stored in the form of a list of matching criteria, while the saved search
+        generated by tags is a list of bug numbers. Consequently, you can easily
+        edit this list by either adding or removing tags from bugs. To enable this
+        feature, you have to turn on the <quote>Enable tags for bugs</quote> user
+        preference, see <xref linkend="userpreferences" />. This feature is disabled
+        by default.
+      </para>
+
+      <para>
+        This feature is useful when you want to keep track of several bugs, but
+        for different reasons. Instead of adding yourself to the CC list of all
+        these bugs and mixing all these reasons, you can now store these bugs in
+        separate lists, e.g. <quote>Keep in mind</quote>, <quote>Interesting bugs</quote>,
+        or <quote>Triage</quote>. One big advantage of this way to manage bugs
+        is that you can easily add or remove bugs one by one, which is not
+        possible to do with saved searches without having to edit the search
+        criteria again.
+      </para>
+    </section>
   </section>
 
   <section id="bugreports">
     <title>Filing Bugs</title>
 
-    <para>Years of bug writing experience has been distilled for your
-    reading pleasure into the 
-    <ulink
-    url="&landfillbase;page.cgi?id=bug-writing.html">
-    Bug Writing Guidelines</ulink>. 
-    While some of the advice is Mozilla-specific, the basic principles of
-    reporting Reproducible, Specific bugs, isolating the Product you are
-    using, the Version of the Product, the Component which failed, the
-    Hardware Platform, and Operating System you were using at the time of
-    the failure go a long way toward ensuring accurate, responsible fixes
-    for the bug that bit you.</para>
+    <section id="fillingbugs">
+      <title>Reporting a New Bug</title>
+    
+      <para>Years of bug writing experience has been distilled for your
+      reading pleasure into the 
+      <ulink
+      url="&landfillbase;page.cgi?id=bug-writing.html">
+      Bug Writing Guidelines</ulink>. 
+      While some of the advice is Mozilla-specific, the basic principles of
+      reporting Reproducible, Specific bugs, isolating the Product you are
+      using, the Version of the Product, the Component which failed, the
+      Hardware Platform, and Operating System you were using at the time of
+      the failure go a long way toward ensuring accurate, responsible fixes
+      for the bug that bit you.</para>
+
+      <para>The procedure for filing a bug is as follows:</para>
+
+      <orderedlist>
+        <listitem>
+          <para>
+            Click the <quote>New</quote> link available in the footer
+            of pages, or the <quote>Enter a new bug report</quote> link
+            displayed on the home page of the Bugzilla installation.
+          </para>
 
-    <para>The procedure for filing a test bug is as follows:</para>
+          <note>
+            <para>
+              If you want to file a test bug to see how Bugzilla works,
+              you can do it on one of our test installations on
+              <ulink url="&landfillbase;">Landfill</ulink>.
+            </para>
+          </note>
+        </listitem>
 
-    <orderedlist>
-      <listitem>
-        <para>Go to 
-        <ulink url="&landfillbase;">
-        Landfill</ulink>
-        in your browser and click 
-        <ulink
-        url="&landfillbase;enter_bug.cgi">
-        Enter a new bug report</ulink>.
-        </para>
-      </listitem>
+        <listitem>
+          <para>
+            You first have to select the product in which you found a bug.
+          </para>
+        </listitem>
 
-      <listitem>
-        <para>Select a product - any one will do.</para>
-      </listitem>
+        <listitem>
+          <para>
+            You now see a form where you can specify the component (part of
+            the product which is affected by the bug you discovered; if you have
+            no idea, just select <quote>General</quote> if such a component exists),
+            the version of the program you were using, the Operarting System and
+            platform your program is running on and the severity of the bug (if the
+            bug you found crashes the program, it's probably a major or a critical
+            bug; if it's a typo somewhere, that's something pretty minor; if it's
+            something you would like to see implemented, then that's an enhancement).
+          </para>
+        </listitem>
 
-      <listitem>
-        <para>Fill in the fields. Bugzilla should have made reasonable
-        guesses, based upon your browser, for the "Platform" and "OS"
-        drop-down boxes. If they are wrong, change them.</para>
-      </listitem>
+        <listitem>
+          <para>
+            You now have to give a short but descriptive summary of the bug you found.
+            <quote>My program is crashing all the time</quote> is a very poor summary
+            and doesn't help developers at all. Try something more meaningful or
+            your bug will probably be ignored due to a lack of precision.
+            The next step is to give a very detailed list of steps to reproduce
+            the problem you encountered. Try to limit these steps to a minimum set
+            required to reproduce the problem. This will make the life of
+            developers easier, and the probability that they consider your bug in
+            a reasonable timeframe will be much higher.
+          </para>
+
+          <note>
+            <para>
+              Try to make sure that everything in the summary is also in the first
+              comment. Summaries are often updated and this will ensure your original
+              information is easily accessible.
+            </para>
+          </note>
+        </listitem>
+
+        <listitem>
+          <para>
+            As you file the bug, you can also attach a document (testcase, patch,
+            or screenshot of the problem).
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Depending on the Bugzilla installation you are using and the product in
+            which you are filing the bug, you can also request developers to consider
+            your bug in different ways (such as requesting review for the patch you
+            just attached, requesting your bug to block the next release of the
+            product, and many other product specific requests).
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Now is a good time to read your bug report again. Remove all misspellings,
+            otherwise your bug may not be found by developers running queries for some
+            specific words, and so your bug would not get any attention.
+            Also make sure you didn't forget any important information developers
+            should know in order to reproduce the problem, and make sure your
+            description of the problem is explicit and clear enough.
+            When you think your bug report is ready to go, the last step is to
+            click the <quote>Commit</quote> button to add your report into the database.
+          </para>
+        </listitem>
+      </orderedlist>
 
-      <listitem>
-        <para>Select "Commit" and send in your bug report.</para>
-      </listitem>
-    </orderedlist>
-    
-      <para>Try to make sure that everything said in the summary is also 
-      said in the first comment. Summaries are often updated and this will
-      ensure your original information is easily accessible.
-      </para>
-      
       <para>
       You do not need to put "any" or similar strings in the URL field.
       If there is no specific URL associated with the bug, leave this 
@@ -642,105 +807,151 @@
       the bug it was duped to. Feel free to CC the person who duped it 
       if they are not already CCed.
       </para>
+    </section>
+
+    <section id="cloningbugs">
+      <title>Clone an Existing Bug</title>
+
+      <para>
+        Starting with version 2.20, Bugzilla has a feature that allows you
+        to clone an existing bug. The newly created bug will inherit
+        most settings from the old bug. This allows you to track more
+        easily similar concerns in a new bug. To use this, go to the bug
+        that you want to clone, then click the <quote>Clone This Bug</quote>
+        link on the bug page. This will take you to the <quote>Enter Bug</quote>
+        page that is filled with the values that the old bug has.
+        You can change those values and/or texts if needed.
+      </para>
+    </section>
       
   </section>
 
-  <section id="patchviewer">
-    <title>Patch Viewer</title>
-
-    <para>Viewing and reviewing patches in Bugzilla is often difficult due to
-    lack of context, improper format and the inherent readability issues that
-    raw patches present.  Patch Viewer is an enhancement to Bugzilla designed
-    to fix that by offering increased context, linking to sections, and
-    integrating with Bonsai, LXR and CVS.</para>
-
-    <para>Patch viewer allows you to:</para>
-
-    <simplelist>
-      <member>View patches in color, with side-by-side view rather than trying
-      to interpret the contents of the patch.</member>
-      <member>See the difference between two patches.</member>
-      <member>Get more context in a patch.</member>
-      <member>Collapse and expand sections of a patch for easy
-      reading.</member>
-      <member>Link to a particular section of a patch for discussion or
-      review</member>
-      <member>Go to Bonsai or LXR to see more context, blame, and
-      cross-references for the part of the patch you are looking at</member>
-      <member>Create a rawtext unified format diff out of any patch, no
-      matter what format it came from</member>
-    </simplelist>
-
-    <section id="patchviewer_view">
-      <title>Viewing Patches in Patch Viewer</title>
-      <para>The main way to view a patch in patch viewer is to click on the
-      "Diff" link next to a patch in the Attachments list on a bug. You may
-      also do this within the edit window by clicking the "View Attachment As
-      Diff" button in the Edit Attachment screen.</para>
-    </section>
+  <section id="attachments">
+    <title>Attachments</title>
 
-    <section id="patchviewer_diff">
-      <title>Seeing the Difference Between Two Patches</title>
-      <para>To see the difference between two patches, you must first view the
-      newer patch in Patch Viewer.  Then select the older patch from the
-      dropdown at the top of the page ("Differences between [dropdown] and
-      this patch") and click the "Diff" button. This will show you what
-      is new or changed in the newer patch.</para>
-    </section>
+    <para>
+      You should use attachments, rather than comments, for large chunks of ASCII
+      data, such as trace, debugging output files, or log files. That way, it
+      doesn't bloat the bug for everyone who wants to read it, and cause people to
+      receive fat, useless mails.
+    </para>
 
-    <section id="patchviewer_context">
-      <title>Getting More Context in a Patch</title>
-      <para>To get more context in a patch, you put a number in the textbox at
-      the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
-      This will give you that many lines of context before and after each
-      change. Alternatively, you can click on the "File" link there and it
-      will show each change in the full context of the file. This feature only
-      works against files that were diffed using "cvs diff".</para>
-    </section>
+    <para>You should make sure to trim screenshots. There's no need to show the
+      whole screen if you are pointing out a single-pixel problem.
+    </para>
 
-    <section id="patchviewer_collapse">
-      <title>Collapsing and Expanding Sections of a Patch</title>
-      <para>To view only a certain set of files in a patch (for example, if a
-      patch is absolutely huge and you want to only review part of it at a
-      time), you can click the "(+)" and "(-)" links next to each file (to
-      expand it or collapse it). If you want to collapse all files or expand
-      all files, you can click the "Collapse All" and "Expand All" links at the
-      top of the page.</para>
-    </section>
+    <para>Bugzilla stores and uses a Content-Type for each attachment
+      (e.g. text/html). To download an attachment as a different
+      Content-Type (e.g. application/xhtml+xml), you can override this
+      using a 'content_type' parameter on the URL, e.g.
+      <filename>&amp;content_type=text/plain</filename>.
+    </para>
 
-    <section id="patchviewer_link">
-      <title>Linking to a Section of a Patch</title>
-      <para>To link to a section of a patch (for example, if you want to be
-      able to give someone a URL to show them which part you are talking
-      about) you simply click the "Link Here" link on the section header. The
-      resulting URL can be copied and used in discussion. (Copy Link
-      Location in Mozilla works as well.)</para>
-    </section>
+    <para>
+      If you have a really large attachment, something that does not need to
+      be recorded forever (as most attachments are), you can mark your
+      attachment as a <quote>Big File</quote>, assuming the administrator of the
+      installation has enabled this feature.  Big Files are stored directly on
+      disk instead of in the database, and can be deleted when it is no longer
+      needed.  The maximum size of a <quote>Big File</quote> is normally larger
+      than the maximum size of a regular attachment.
+    </para>
 
-    <section id="patchviewer_bonsai_lxr">
-      <title>Going to Bonsai and LXR</title>
-      <para>To go to Bonsai to get blame for the lines you are interested in,
-      you can click the "Lines XX-YY" link on the section header you are
-      interested in. This works even if the patch is against an old
-      version of the file, since Bonsai stores all versions of the file.</para>
+    <section id="patchviewer">
+      <title>Patch Viewer</title>
 
-      <para>To go to LXR, you click on the filename on the file header
-      (unfortunately, since LXR only does the most recent version, line
-      numbers are likely to rot).</para>
-    </section>
+      <para>Viewing and reviewing patches in Bugzilla is often difficult due to
+      lack of context, improper format and the inherent readability issues that
+      raw patches present.  Patch Viewer is an enhancement to Bugzilla designed
+      to fix that by offering increased context, linking to sections, and
+      integrating with Bonsai, LXR and CVS.</para>
 
-    <section id="patchviewer_unified_diff">
-      <title>Creating a Unified Diff</title>
-      <para>If the patch is not in a format that you like, you can turn it
-      into a unified diff format by clicking the "Raw Unified" link at the top
-      of the page.</para>
-    </section>
+      <para>Patch viewer allows you to:</para>
+
+      <simplelist>
+        <member>View patches in color, with side-by-side view rather than trying
+        to interpret the contents of the patch.</member>
+        <member>See the difference between two patches.</member>
+        <member>Get more context in a patch.</member>
+        <member>Collapse and expand sections of a patch for easy
+        reading.</member>
+        <member>Link to a particular section of a patch for discussion or
+        review</member>
+        <member>Go to Bonsai or LXR to see more context, blame, and
+        cross-references for the part of the patch you are looking at</member>
+        <member>Create a rawtext unified format diff out of any patch, no
+        matter what format it came from</member>
+      </simplelist>
+
+      <section id="patchviewer_view">
+        <title>Viewing Patches in Patch Viewer</title>
+        <para>The main way to view a patch in patch viewer is to click on the
+        "Diff" link next to a patch in the Attachments list on a bug. You may
+        also do this within the edit window by clicking the "View Attachment As
+        Diff" button in the Edit Attachment screen.</para>
+      </section>
+
+      <section id="patchviewer_diff">
+        <title>Seeing the Difference Between Two Patches</title>
+        <para>To see the difference between two patches, you must first view the
+        newer patch in Patch Viewer.  Then select the older patch from the
+        dropdown at the top of the page ("Differences between [dropdown] and
+        this patch") and click the "Diff" button. This will show you what
+        is new or changed in the newer patch.</para>
+      </section>
+
+      <section id="patchviewer_context">
+        <title>Getting More Context in a Patch</title>
+        <para>To get more context in a patch, you put a number in the textbox at
+        the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
+        This will give you that many lines of context before and after each
+        change. Alternatively, you can click on the "File" link there and it
+        will show each change in the full context of the file. This feature only
+        works against files that were diffed using "cvs diff".</para>
+      </section>
 
+      <section id="patchviewer_collapse">
+        <title>Collapsing and Expanding Sections of a Patch</title>
+        <para>To view only a certain set of files in a patch (for example, if a
+        patch is absolutely huge and you want to only review part of it at a
+        time), you can click the "(+)" and "(-)" links next to each file (to
+        expand it or collapse it). If you want to collapse all files or expand
+        all files, you can click the "Collapse All" and "Expand All" links at the
+        top of the page.</para>
+      </section>
+
+      <section id="patchviewer_link">
+        <title>Linking to a Section of a Patch</title>
+        <para>To link to a section of a patch (for example, if you want to be
+        able to give someone a URL to show them which part you are talking
+        about) you simply click the "Link Here" link on the section header. The
+        resulting URL can be copied and used in discussion.</para>
+      </section>
+
+      <section id="patchviewer_bonsai_lxr">
+        <title>Going to Bonsai and LXR</title>
+        <para>To go to Bonsai to get blame for the lines you are interested in,
+        you can click the "Lines XX-YY" link on the section header you are
+        interested in. This works even if the patch is against an old
+        version of the file, since Bonsai stores all versions of the file.</para>
+
+        <para>To go to LXR, you click on the filename on the file header
+        (unfortunately, since LXR only does the most recent version, line
+        numbers are likely to rot).</para>
+      </section>
+
+      <section id="patchviewer_unified_diff">
+        <title>Creating a Unified Diff</title>
+        <para>If the patch is not in a format that you like, you can turn it
+        into a unified diff format by clicking the "Raw Unified" link at the top
+        of the page.</para>
+      </section>
+    </section>
   </section>
 
   <section id="hintsandtips">
     <title>Hints and Tips</title>
-    
+
     <para>This section distills some Bugzilla tips and best practices
     that have been developed.</para>
 
@@ -764,32 +975,13 @@
         <member>Most other sorts of URL</member>
       </simplelist>
       </para>
-      
+
       <para>A corollary here is that if you type a bug number in a comment,
       you should put the word "bug" before it, so it gets autolinkified
       for the convenience of others.
       </para>
     </section>
 
-    <section id="quicksearch">
-      <title>Quicksearch</title>
-
-      <para>Quicksearch is a single-text-box query tool which uses
-      metacharacters to indicate what is to be searched. For example, typing
-      "<filename>foo|bar</filename>" 
-      into Quicksearch would search for "foo" or "bar" in the 
-      summary and status whiteboard of a bug; adding 
-      "<filename>:BazProduct</filename>" would
-      search only in that product.
-      You can use it to find a bug by its number or its alias, too.
-      </para>
-
-      <para>You'll find the Quicksearch box in Bugzilla's footer area.
-      On Bugzilla's front page, there is an additional
-      <ulink url="../../page.cgi?id=quicksearch.html">Help</ulink>
-      link which details how to use it.</para>
-    </section>
-    
     <section id="commenting">
       <title>Comments</title>
 
@@ -802,49 +994,11 @@
       and add a comment saying "Adding self to CC", then that person
       gets a pointless piece of mail they would otherwise have avoided.
       </para>
-      
+
       <para>
       Don't use sigs in comments. Signing your name ("Bill") is acceptable,
       if you do it out of habit, but full mail/news-style
       four line ASCII art creations are not.
-      </para>      
-    </section>
-    
-    <section id="attachments">
-      <title>Attachments</title>
-      
-      <para>
-      Use attachments, rather than comments, for large chunks of ASCII data,
-      such as trace, debugging output files, or log files. That way, it doesn't
-      bloat the bug for everyone who wants to read it, and cause people to
-      receive fat, useless mails.
-      </para>      
-
-      <para>Trim screenshots. There's no need to show the whole screen if
-      you are pointing out a single-pixel problem.
-      </para>
-      
-      <para>Don't attach simple test cases (e.g. one HTML file, one 
-      CSS file and an image) as a ZIP file. Instead, upload them in 
-      reverse order and edit the referring file so that they point to the
-      attached files. This way, the test case works immediately 
-      out of the bug.
-      </para>
-      <para>Bugzilla stores and uses a Content-Type for each attachment 
-      (e.g. text/html). To download an attachment as a different 
-      Content-Type (e.g. application/xhtml+xml), you can override this 
-      using a 'content-type' parameter on the URL, e.g.
-      <filename>&amp;content-type=text/plain</filename>.
-      </para> 
-
-      <para>
-        If you have a really large attachment, something that does not need to
-        be recorded forever (as most attachments are), you can mark your
-        attachment as a Big File, Assuming the administrator of the
-        installation has enabled this feature.  Big Files are stored directly on
-        disk instead of in the database, and can be deleted when it is no longer
-        needed.  The maximum size of a Big File is normally larger than the
-        maximum size of a regular attachment.
       </para>
     </section>
 
@@ -1380,7 +1534,7 @@
 
       <para>
         The next step is to specify when the Event is to be run (the Schedule) 
-        and what searches are to be performed (the Queries).
+        and what searches are to be performed (the Searches).
       </para>
 
     </section>
@@ -1442,21 +1596,21 @@
     </section>
 
     <section id="whining-query">
-      <title>Whining Queries</title>
+      <title>Whining Searches</title>
 
       <para>
-        Each whining event is associated with zero or more queries.  A query is
-        a saved search that is executed on the schedule specified (see above).
-        You start out with zero queries attached to the event (which means that
-        the event will not run, as there will never be any results to return).
-        To add a query, press the "Add a new query" button.
+        Each whining event is associated with zero or more searches.  A search
+        is any saved search to be run as part of the specified schedule (see
+        above).  You start out without any searches associated with the event
+        (which means that the event will not run, as there will never be any
+        results to return).  To add a search, press the "Include search" button.
       </para>
 
       <para>
-        The first field to examine in your new query is the Sort field.  Queries
-        are executed, and results returned, in the order specified by the Sort 
-        field.  Queries with lower Sort values will run before queries with 
-        higher Sort values.
+        The first field to examine in your newly added search is the Sort field.
+        Searches are run, and results included, in the order specified by the
+        Sort field.  Searches with smaller Sort values will run before searches
+        with bigger Sort values.
       </para>
 
       <para>
diff --git a/editcomponents.cgi b/editcomponents.cgi
index 2ff41d628..f28a87b7a 100755
--- a/editcomponents.cgi
+++ b/editcomponents.cgi
@@ -36,7 +36,6 @@ use Bugzilla::Series;
 use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::User;
-use Bugzilla::Product;
 use Bugzilla::Component;
 use Bugzilla::Bug;
 use Bugzilla::Token;
@@ -76,6 +75,7 @@ my $whoid = $user->id;
 print $cgi->header();
 
 $user->in_group('editcomponents')
+  || scalar(@{$user->get_products_by_permission('editcomponents')})
   || ThrowUserError("auth_failure", {group  => "editcomponents",
                                      action => "edit",
                                      object => "components"});
@@ -94,7 +94,13 @@ my $token         = $cgi->param('token');
 #
 
 unless ($product_name) {
-    $vars->{'products'} = $user->get_selectable_products;
+    my $selectable_products = $user->get_selectable_products;
+    # If the user has editcomponents privs for some products only,
+    # we have to restrict the list of products to display.
+    unless ($user->in_group('editcomponents')) {
+        $selectable_products = $user->get_products_by_permission('editcomponents');
+    }
+    $vars->{'products'} = $selectable_products;
     $vars->{'showbugcounts'} = $showbugcounts;
 
     $template->process("admin/components/select-product.html.tmpl", $vars)
@@ -102,13 +108,7 @@ unless ($product_name) {
     exit;
 }
 
-# First make sure the product name is valid.
-my $product = Bugzilla::Product::check_product($product_name);
-
-# Then make sure the user is allowed to edit properties of this product.
-$user->can_see_product($product->name)
-  || ThrowUserError('product_access_denied', {product => $product->name});
-
+my $product = $user->check_can_admin_product($product_name);
 
 #
 # action='' -> Show nice list of components
@@ -168,7 +168,7 @@ if ($action eq 'new') {
     }
 
     my $component =
-        new Bugzilla::Component({product_id => $product->id,
+        new Bugzilla::Component({product => $product,
                                  name => $comp_name});
 
     if ($component) {
@@ -200,7 +200,7 @@ if ($action eq 'new') {
              ($product->id, $comp_name, $description,
               $default_assignee_id, $default_qa_contact_id));
 
-    $component = new Bugzilla::Component({ product_id => $product->id,
+    $component = new Bugzilla::Component({ product => $product,
                                            name => $comp_name });
 
     my $sth = $dbh->prepare("INSERT INTO component_cc 
@@ -383,7 +383,7 @@ if ($action eq 'update') {
 
     if ($comp_name ne $component_old->name) {
         my $component =
-            new Bugzilla::Component({product_id => $product->id,
+            new Bugzilla::Component({product => $product,
                                      name => $comp_name});
         if ($component) {
             ThrowUserError('component_already_exists',
diff --git a/editfields.cgi b/editfields.cgi
index a77aafe77..e57e1952c 100644
--- a/editfields.cgi
+++ b/editfields.cgi
@@ -55,49 +55,18 @@ elsif ($action eq 'add') {
 }
 elsif ($action eq 'new') {
     check_token_data($token, 'add_field');
-    my $name = clean_text($cgi->param('name') || '');
-    my $desc = clean_text($cgi->param('desc') || '');
-    my $type = trim($cgi->param('type') || FIELD_TYPE_FREETEXT);
-    my $sortkey = $cgi->param('sortkey') || 0;
-
-    # Validate these fields.
-    $name || ThrowUserError('customfield_missing_name');
-    # Don't want to allow a name that might mess up SQL.
-    $name =~ /^\w+$/ || ThrowUserError('customfield_invalid_name',
-                                       { name => $name });
-    # Prepend cf_ to the custom field name to distinguish it from standard fields.
-    if ($name !~ /^cf_/) {
-        $name = 'cf_' . $name;
-    }
-    my $field = new Bugzilla::Field({'name' => $name});
-    ThrowUserError('customfield_already_exists', {'field' => $field }) if $field;
-
-    $desc || ThrowUserError('customfield_missing_description', {'name' => $name});
-
-    # We hardcode valid values for $type. This doesn't matter.
-    my $typ = $type;
-    (detaint_natural($type) && $type < 3)
-      || ThrowCodeError('invalid_customfield_type', {'type' => $typ});
-
-    my $skey = $sortkey;
-    detaint_natural($sortkey)
-      || ThrowUserError('customfield_invalid_sortkey', {'name'    => $name,
-                                                        'sortkey' => $skey});
-
-    # All fields have been validated. We can create this new custom field.
-    trick_taint($name);
-    trick_taint($desc);
-
-    $vars->{'name'} = $name;
-    $vars->{'desc'} = $desc;
-    $vars->{'sortkey'} = $sortkey;
-    $vars->{'type'} = $type;
-    $vars->{'custom'} = 1;
-    $vars->{'in_new_bugmail'} = $cgi->param('new_bugmail') ? 1 : 0;
-    $vars->{'editable_on_enter_bug'} = $cgi->param('enter_bug') ? 1 : 0;
-    $vars->{'is_obsolete'} = $cgi->param('obsolete') ? 1 : 0;
-
-    Bugzilla::Field::create_or_update($vars);
+
+    $vars->{'field'} = Bugzilla::Field->create({
+        name        => scalar $cgi->param('name'),
+        description => scalar $cgi->param('desc'),
+        type        => scalar $cgi->param('type'),
+        sortkey     => scalar $cgi->param('sortkey'),
+        mailhead    => scalar $cgi->param('new_bugmail'),
+        enter_bug   => scalar $cgi->param('enter_bug'),
+        obsolete    => scalar $cgi->param('obsolete'),
+        custom      => 1,
+    });
+
     delete_token($token);
 
     $vars->{'message'} = 'custom_field_created';
@@ -106,7 +75,7 @@ elsif ($action eq 'new') {
         || ThrowTemplateError($template->error());
 }
 elsif ($action eq 'edit') {
-    my $name = $cgi->param('name') || ThrowUserError('customfield_missing_name');
+    my $name = $cgi->param('name') || ThrowUserError('field_missing_name');
     # Custom field names must start with "cf_".
     if ($name !~ /^cf_/) {
         $name = 'cf_' . $name;
@@ -123,11 +92,9 @@ elsif ($action eq 'edit') {
 elsif ($action eq 'update') {
     check_token_data($token, 'edit_field');
     my $name = $cgi->param('name');
-    my $desc = clean_text($cgi->param('desc') || '');
-    my $sortkey = $cgi->param('sortkey') || 0;
 
     # Validate fields.
-    $name || ThrowUserError('customfield_missing_name');
+    $name || ThrowUserError('field_missing_name');
     # Custom field names must start with "cf_".
     if ($name !~ /^cf_/) {
         $name = 'cf_' . $name;
@@ -135,25 +102,16 @@ elsif ($action eq 'update') {
     my $field = new Bugzilla::Field({'name' => $name});
     $field || ThrowUserError('customfield_nonexistent', {'name' => $name});
 
-    $desc || ThrowUserError('customfield_missing_description', {'name' => $name});
-    trick_taint($desc);
-
-    my $skey = $sortkey;
-    detaint_natural($sortkey)
-      || ThrowUserError('customfield_invalid_sortkey', {'name'    => $name,
-                                                        'sortkey' => $skey});
-
-    $vars->{'name'} = $field->name;
-    $vars->{'desc'} = $desc;
-    $vars->{'sortkey'} = $sortkey;
-    $vars->{'custom'} = 1;
-    $vars->{'in_new_bugmail'} = $cgi->param('new_bugmail') ? 1 : 0;
-    $vars->{'editable_on_enter_bug'} = $cgi->param('enter_bug') ? 1 : 0;
-    $vars->{'is_obsolete'} = $cgi->param('obsolete') ? 1 : 0;
+    $field->set_description($cgi->param('desc'));
+    $field->set_sortkey($cgi->param('sortkey'));
+    $field->set_in_new_bugmail($cgi->param('new_bugmail'));
+    $field->set_enter_bug($cgi->param('enter_bug'));
+    $field->set_obsolete($cgi->param('obsolete'));
+    $field->update();
 
-    Bugzilla::Field::create_or_update($vars);
     delete_token($token);
 
+    $vars->{'field'}   = $field;
     $vars->{'message'} = 'custom_field_updated';
 
     $template->process('admin/custom_fields/list.html.tmpl', $vars)
diff --git a/editflagtypes.cgi b/editflagtypes.cgi
index 6e001a525..0aec0385d 100755
--- a/editflagtypes.cgi
+++ b/editflagtypes.cgi
@@ -387,8 +387,7 @@ sub update {
 
     # Clear existing flags for bugs/attachments in categories no longer on 
     # the list of inclusions or that have been added to the list of exclusions.
-    my $flags =    $dbh->selectall_arrayref('SELECT DISTINCT flags.id, flags.bug_id,
-                                                             flags.attach_id
+    my $flag_ids = $dbh->selectcol_arrayref('SELECT DISTINCT flags.id
                                                FROM flags
                                          INNER JOIN bugs
                                                  ON flags.bug_id = bugs.bug_id
@@ -401,14 +400,13 @@ sub update {
                                               WHERE flags.type_id = ?
                                                 AND i.type_id IS NULL',
                                              undef, $id);
+    my $flags = Bugzilla::Flag->new_from_list($flag_ids);
     foreach my $flag (@$flags) {
-        my ($flag_id, $bug_id, $attach_id) = @$flag;
-        my $bug = new Bugzilla::Bug($bug_id);
-        my $attachment = $attach_id ? Bugzilla::Attachment->get($attach_id) : undef;
-        Bugzilla::Flag::clear($flag_id, $bug, $attachment);
+        my $bug = new Bugzilla::Bug($flag->bug_id);
+        Bugzilla::Flag::clear($flag, $bug, $flag->attachment);
     }
 
-    $flags =    $dbh->selectall_arrayref('SELECT DISTINCT flags.id, flags.bug_id, flags.attach_id
+    $flag_ids = $dbh->selectcol_arrayref('SELECT DISTINCT flags.id
                                             FROM flags
                                       INNER JOIN bugs 
                                               ON flags.bug_id = bugs.bug_id
@@ -420,11 +418,10 @@ sub update {
                                              AND (bugs.component_id = e.component_id
                                                   OR e.component_id IS NULL)',
                                           undef, $id);
+    $flags = Bugzilla::Flag->new_from_list($flag_ids);
     foreach my $flag (@$flags) {
-        my ($flag_id, $bug_id, $attach_id) = @$flag;
-        my $bug = new Bugzilla::Bug($bug_id);
-        my $attachment = $attach_id ? Bugzilla::Attachment->get($attach_id) : undef;
-        Bugzilla::Flag::clear($flag_id, $bug, $attachment);
+        my $bug = new Bugzilla::Bug($flag->bug_id);
+        Bugzilla::Flag::clear($flag, $bug, $flag->attachment);
     }
 
     # Now silently remove requestees from flags which are no longer
diff --git a/editgroups.cgi b/editgroups.cgi
index 09e1c8b10..0c49db698 100755
--- a/editgroups.cgi
+++ b/editgroups.cgi
@@ -37,6 +37,9 @@ use Bugzilla::Product;
 use Bugzilla::User;
 use Bugzilla::Token;
 
+use constant SPECIAL_GROUPS => ('chartgroup', 'insidergroup',
+                                'timetrackinggroup', 'querysharegroup');
+
 my $cgi = Bugzilla->cgi;
 my $dbh = Bugzilla->dbh;
 my $template = Bugzilla->template;
@@ -316,7 +319,7 @@ if ($action eq 'del') {
     }
     # Groups having a special role cannot be deleted.
     my @special_groups;
-    foreach my $special_group ('chartgroup', 'insidergroup', 'timetrackinggroup') {
+    foreach my $special_group (SPECIAL_GROUPS) {
         if ($name eq Bugzilla->params->{$special_group}) {
             push(@special_groups, $special_group);
         }
@@ -389,7 +392,7 @@ if ($action eq 'delete') {
     }
     # Groups having a special role cannot be deleted.
     my @special_groups;
-    foreach my $special_group ('chartgroup', 'insidergroup', 'timetrackinggroup') {
+    foreach my $special_group (SPECIAL_GROUPS) {
         if ($name eq Bugzilla->params->{$special_group}) {
             push(@special_groups, $special_group);
         }
@@ -577,7 +580,11 @@ sub doGroupChanges {
 
     $dbh->bz_lock_tables('groups WRITE', 'group_group_map WRITE',
                          'bug_group_map WRITE', 'user_group_map WRITE',
-                         'group_control_map READ', 'bugs READ', 'profiles READ');
+                         'group_control_map READ', 'bugs READ', 'profiles READ',
+                         # Due to the way Bugzilla::Config::BugFields::get_param_list()
+                         # works, we need to lock these tables too.
+                         'priority READ', 'bug_severity READ', 'rep_platform READ',
+                         'op_sys READ');
 
     # Check that the given group ID and regular expression are valid.
     # If tests are successful, trimmed values are returned by CheckGroup*.
@@ -611,7 +618,7 @@ sub doGroupChanges {
             # If the group is used by some parameters, we have to update
             # these parameters too.
             my $update_params = 0;
-            foreach my $group ('chartgroup', 'insidergroup', 'timetrackinggroup') {
+            foreach my $group (SPECIAL_GROUPS) {
                 if ($cgi->param('oldname') eq Bugzilla->params->{$group}) {
                     SetParam($group, $name);
                     $update_params = 1;
diff --git a/editmilestones.cgi b/editmilestones.cgi
index d3a8c7a73..17733bdb1 100755
--- a/editmilestones.cgi
+++ b/editmilestones.cgi
@@ -23,7 +23,6 @@ use Bugzilla;
 use Bugzilla::Constants;
 use Bugzilla::Util;
 use Bugzilla::Error;
-use Bugzilla::Product;
 use Bugzilla::Milestone;
 use Bugzilla::Bug;
 use Bugzilla::Token;
@@ -43,6 +42,7 @@ my $whoid = $user->id;
 print $cgi->header();
 
 $user->in_group('editcomponents')
+  || scalar(@{$user->get_products_by_permission('editcomponents')})
   || ThrowUserError("auth_failure", {group  => "editcomponents",
                                      action => "edit",
                                      object => "milestones"});
@@ -62,7 +62,13 @@ my $token          = $cgi->param('token');
 #
 
 unless ($product_name) {
-    $vars->{'products'} = $user->get_selectable_products;
+    my $selectable_products = $user->get_selectable_products;
+    # If the user has editcomponents privs for some products only,
+    # we have to restrict the list of products to display.
+    unless ($user->in_group('editcomponents')) {
+        $selectable_products = $user->get_products_by_permission('editcomponents');
+    }
+    $vars->{'products'} = $selectable_products;
     $vars->{'showbugcounts'} = $showbugcounts;
 
     $template->process("admin/milestones/select-product.html.tmpl", $vars)
@@ -70,13 +76,7 @@ unless ($product_name) {
     exit;
 }
 
-# First make sure the product name is valid.
-my $product = Bugzilla::Product::check_product($product_name);
-
-# Then make sure the user is allowed to edit properties of this product.
-$user->can_see_product($product->name)
-  || ThrowUserError('product_access_denied', {product => $product->name});
-
+my $product = $user->check_can_admin_product($product_name);
 
 #
 # action='' -> Show nice list of milestones
@@ -130,8 +130,8 @@ if ($action eq 'new') {
     $sortkey = Bugzilla::Milestone::check_sort_key($milestone_name,
                                                    $sortkey);
 
-    my $milestone = new Bugzilla::Milestone($product->id,
-                                            $milestone_name);
+    my $milestone = new Bugzilla::Milestone(
+        { product => $product, name => $milestone_name });
 
     if ($milestone) {
         ThrowUserError('milestone_already_exists',
@@ -145,8 +145,8 @@ if ($action eq 'new') {
               VALUES ( ?, ?, ? )',
              undef, $milestone_name, $product->id, $sortkey);
 
-    $milestone = new Bugzilla::Milestone($product->id,
-                                         $milestone_name);
+    $milestone = new Bugzilla::Milestone(
+        { product => $product, name => $milestone_name });
     delete_token($token);
 
     $vars->{'milestone'} = $milestone;
@@ -301,8 +301,8 @@ if ($action eq 'update') {
         unless ($milestone_name) {
             ThrowUserError('milestone_blank_name');
         }
-        my $milestone = 
-            new Bugzilla::Milestone($product->id, $milestone_name);
+        my $milestone = new Bugzilla::Milestone(
+            { product => $product, name => $milestone_name });
         if ($milestone) {
             ThrowUserError('milestone_already_exists',
                            {'name' => $milestone->name,
diff --git a/editparams.cgi b/editparams.cgi
index cbce6405f..ca74df685 100755
--- a/editparams.cgi
+++ b/editparams.cgi
@@ -32,6 +32,8 @@ use Bugzilla::Config::Common;
 use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::Token;
+use Bugzilla::User;
+use Bugzilla::User::Setting;
 
 my $user = Bugzilla->login(LOGIN_REQUIRED);
 my $cgi = Bugzilla->cgi;
@@ -72,6 +74,7 @@ if ($action eq 'save' && $current_module) {
     my @changes = ();
     my @module_param_list = "Bugzilla::Config::${current_module}"->get_param_list(1);
 
+    my $update_lang_user_pref = 0;
     foreach my $i (@module_param_list) {
         my $name = $i->{'name'};
         my $value = $cgi->param($name);
@@ -116,14 +119,35 @@ if ($action eq 'save' && $current_module) {
                 if ($ok ne "") {
                     ThrowUserError('invalid_parameter', { name => $name, err => $ok });
                 }
+            } elsif ($name eq 'globalwatchers') {
+                # can't check this as others, as Bugzilla::Config::Common
+                # can not use Bugzilla::User
+                foreach my $watcher (split(/[,\s]+/, $value)) {
+                    ThrowUserError(
+                        'invalid_parameter',
+                        { name => $name, err => "no such user $watcher" }
+                    ) unless login_to_id($watcher);
+                }
             }
             push(@changes, $name);
             SetParam($name, $value);
             if (($name eq "shutdownhtml") && ($value ne "")) {
                 $vars->{'shutdown_is_active'} = 1;
             }
+            if ($name eq 'languages') {
+                $update_lang_user_pref = 1;
+            }
         }
     }
+    if ($update_lang_user_pref) {
+        # We have to update the list of languages users can choose.
+        # If some users have selected a language which is no longer available,
+        # then we delete it (the user pref is reset to the default one).
+        my @languages = split(/[\s,]+/, Bugzilla->params->{'languages'});
+        map {trick_taint($_)} @languages;
+        add_setting('lang', \@languages, Bugzilla->params->{'defaultlanguage'}, undef, 1);
+    }
+
     $vars->{'message'} = 'parameters_updated';
     $vars->{'param_changed'} = \@changes;
 
diff --git a/editproducts.cgi b/editproducts.cgi
index 6fc5da258..b458f60bf 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -64,6 +64,7 @@ my $vars = {};
 print $cgi->header();
 
 $user->in_group('editcomponents')
+  || scalar(@{$user->get_products_by_permission('editcomponents')})
   || ThrowUserError("auth_failure", {group  => "editcomponents",
                                      action => "edit",
                                      object => "products"});
@@ -100,10 +101,11 @@ if (Bugzilla->params->{'useclassification'}
 #
 
 if (!$action && !$product_name) {
+    my $classification;
     my $products;
 
     if (Bugzilla->params->{'useclassification'}) {
-        my $classification = 
+        $classification =
             Bugzilla::Classification::check_classification($classification_name);
 
         $products = $user->get_selectable_products($classification->id);
@@ -112,6 +114,14 @@ if (!$action && !$product_name) {
         $products = $user->get_selectable_products;
     }
 
+    # If the user has editcomponents privs for some products only,
+    # we have to restrict the list of products to display.
+    unless ($user->in_group('editcomponents')) {
+        $products = $user->get_products_by_permission('editcomponents');
+        if (Bugzilla->params->{'useclassification'}) {
+            @$products = grep {$_->classification_id == $classification->id} @$products;
+        }
+    }
     $vars->{'products'} = $products;
     $vars->{'showbugcounts'} = $showbugcounts;
 
@@ -130,6 +140,13 @@ if (!$action && !$product_name) {
 #
 
 if ($action eq 'add') {
+    # The user must have the global editcomponents privs to add
+    # new products.
+    $user->in_group('editcomponents')
+      || ThrowUserError("auth_failure", {group  => "editcomponents",
+                                         action => "add",
+                                         object => "products"});
+
     if (Bugzilla->params->{'useclassification'}) {
         my $classification = 
             Bugzilla::Classification::check_classification($classification_name);
@@ -149,6 +166,13 @@ if ($action eq 'add') {
 #
 
 if ($action eq 'new') {
+    # The user must have the global editcomponents privs to add
+    # new products.
+    $user->in_group('editcomponents')
+      || ThrowUserError("auth_failure", {group  => "editcomponents",
+                                         action => "add",
+                                         object => "products"});
+
     check_token_data($token, 'add_product');
     # Cleanups and validity checks
 
@@ -325,12 +349,7 @@ if ($action eq 'new') {
 #
 
 if ($action eq 'del') {
-    # First make sure the product name is valid.
-    my $product = Bugzilla::Product::check_product($product_name);
-
-    # Then make sure the user is allowed to edit properties of this product.
-    $user->can_see_product($product->name)
-      || ThrowUserError('product_access_denied', {product => $product->name});
+    my $product = $user->check_can_admin_product($product_name);
 
     if (Bugzilla->params->{'useclassification'}) {
         my $classification = 
@@ -356,14 +375,9 @@ if ($action eq 'del') {
 #
 
 if ($action eq 'delete') {
+    my $product = $user->check_can_admin_product($product_name);
     check_token_data($token, 'delete_product');
-    # First make sure the product name is valid.
-    my $product = Bugzilla::Product::check_product($product_name);
 
-    # Then make sure the user is allowed to edit properties of this product.
-    $user->can_see_product($product->name)
-      || ThrowUserError('product_access_denied', {product => $product->name});
-    
     $vars->{'product'} = $product;
 
     if (Bugzilla->params->{'useclassification'}) {
@@ -435,12 +449,7 @@ if ($action eq 'delete') {
 #
 
 if ($action eq 'edit' || (!$action && $product_name)) {
-    # First make sure the product name is valid.
-    my $product = Bugzilla::Product::check_product($product_name);
-
-    # Then make sure the user is allowed to edit properties of this product.
-    $user->can_see_product($product->name)
-      || ThrowUserError('product_access_denied', {product => $product->name});
+    my $product = $user->check_can_admin_product($product_name);
 
     if (Bugzilla->params->{'useclassification'}) {
         my $classification; 
@@ -490,13 +499,8 @@ if ($action eq 'edit' || (!$action && $product_name)) {
 #
 
 if ($action eq 'updategroupcontrols') {
+    my $product = $user->check_can_admin_product($product_name);
     check_token_data($token, 'edit_group_controls');
-    # First make sure the product name is valid.
-    my $product = Bugzilla::Product::check_product($product_name);
-
-    # Then make sure the user is allowed to edit properties of this product.
-    $user->can_see_product($product->name)
-      || ThrowUserError('product_access_denied', {product => $product->name});
 
     my @now_na = ();
     my @now_mandatory = ();
@@ -584,19 +588,23 @@ if ($action eq 'updategroupcontrols') {
 
     my $sth_Insert = $dbh->prepare('INSERT INTO group_control_map
                                     (group_id, product_id, entry, membercontrol,
-                                     othercontrol, canedit)
-                                    VALUES (?, ?, ?, ?, ?, ?)');
+                                     othercontrol, canedit, editcomponents,
+                                     canconfirm, editbugs)
+                                    VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)');
 
     my $sth_Update = $dbh->prepare('UPDATE group_control_map
                                        SET entry = ?, membercontrol = ?,
-                                           othercontrol = ?, canedit = ?
+                                           othercontrol = ?, canedit = ?,
+                                           editcomponents = ?, canconfirm = ?,
+                                           editbugs = ?
                                      WHERE group_id = ? AND product_id = ?');
 
     my $sth_Delete = $dbh->prepare('DELETE FROM group_control_map
                                      WHERE group_id = ? AND product_id = ?');
 
     $groups = $dbh->selectall_arrayref('SELECT id, name, entry, membercontrol,
-                                               othercontrol, canedit
+                                               othercontrol, canedit,
+                                               editcomponents, canconfirm, editbugs
                                           FROM groups
                                      LEFT JOIN group_control_map
                                             ON group_control_map.group_id = id
@@ -606,35 +614,60 @@ if ($action eq 'updategroupcontrols') {
                                          undef, $product->id);
 
     foreach my $group (@$groups) {
-        my ($groupid, $groupname, $entry, $membercontrol, 
-            $othercontrol, $canedit) = @$group;
+        my ($groupid, $groupname, $entry, $membercontrol, $othercontrol,
+            $canedit, $editcomponents, $canconfirm, $editbugs) = @$group;
         my $newentry = $cgi->param("entry_$groupid") || 0;
         my $newmembercontrol = $cgi->param("membercontrol_$groupid") || 0;
         my $newothercontrol = $cgi->param("othercontrol_$groupid") || 0;
         my $newcanedit = $cgi->param("canedit_$groupid") || 0;
+        my $new_editcomponents = $cgi->param("editcomponents_$groupid") || 0;
+        my $new_canconfirm = $cgi->param("canconfirm_$groupid") || 0;
+        my $new_editbugs = $cgi->param("editbugs_$groupid") || 0;
+
         my $oldentry = $entry;
-        $entry = $entry || 0;
-        $membercontrol = $membercontrol || 0;
-        $othercontrol = $othercontrol || 0;
-        $canedit = $canedit || 0;
+        # Set undefined values to 0.
+        $entry ||= 0;
+        $membercontrol ||= 0;
+        $othercontrol ||= 0;
+        $canedit ||= 0;
+        $editcomponents ||= 0;
+        $canconfirm ||= 0;
+        $editbugs ||= 0;
+
+        # We use them in placeholders only. So it's safe to detaint them.
         detaint_natural($newentry);
         detaint_natural($newothercontrol);
         detaint_natural($newmembercontrol);
         detaint_natural($newcanedit);
-        if ((!defined($oldentry)) && 
-             (($newentry) || ($newmembercontrol) || ($newcanedit))) {
+        detaint_natural($new_editcomponents);
+        detaint_natural($new_canconfirm);
+        detaint_natural($new_editbugs);
+
+        if (!defined($oldentry)
+            && ($newentry || $newmembercontrol || $newcanedit
+                || $new_editcomponents || $new_canconfirm || $new_editbugs))
+        {
             $sth_Insert->execute($groupid, $product->id, $newentry,
-                                 $newmembercontrol, $newothercontrol, $newcanedit);
-        } elsif (($newentry != $entry) 
-                  || ($newmembercontrol != $membercontrol) 
-                  || ($newothercontrol != $othercontrol) 
-                  || ($newcanedit != $canedit)) {
+                                 $newmembercontrol, $newothercontrol, $newcanedit,
+                                 $new_editcomponents, $new_canconfirm, $new_editbugs);
+        }
+        elsif (($newentry != $entry)
+               || ($newmembercontrol != $membercontrol)
+               || ($newothercontrol != $othercontrol)
+               || ($newcanedit != $canedit)
+               || ($new_editcomponents != $editcomponents)
+               || ($new_canconfirm != $canconfirm)
+               || ($new_editbugs != $editbugs))
+        {
             $sth_Update->execute($newentry, $newmembercontrol, $newothercontrol,
-                                 $newcanedit, $groupid, $product->id);
+                                 $newcanedit, $new_editcomponents, $new_canconfirm,
+                                 $new_editbugs, $groupid, $product->id);
         }
 
-        if (($newentry == 0) && ($newmembercontrol == 0)
-          && ($newothercontrol == 0) && ($newcanedit == 0)) {
+        if (!$newentry && !$newmembercontrol && !$newothercontrol
+            && !$newcanedit && !$new_editcomponents && !$new_canconfirm
+            && !$new_editbugs)
+        {
             $sth_Delete->execute($groupid, $product->id);
         }
     }
@@ -759,12 +792,7 @@ if ($action eq 'update') {
 
     my $checkvotes = 0;
 
-    # First make sure the product name is valid.
-    my $product_old = Bugzilla::Product::check_product($product_old_name);
-
-    # Then make sure the user is allowed to edit properties of this product.
-    $user->can_see_product($product_old->name)
-      || ThrowUserError('product_access_denied', {product => $product_old->name});
+    my $product_old = $user->check_can_admin_product($product_old_name);
 
     if (Bugzilla->params->{'useclassification'}) {
         my $classification; 
@@ -823,8 +851,8 @@ if ($action eq 'update') {
 
     # Only update milestone related stuff if 'usetargetmilestone' is on.
     if (Bugzilla->params->{'usetargetmilestone'}) {
-        my $milestone = new Bugzilla::Milestone($product_old->id,
-                                                $defaultmilestone);
+        my $milestone = new Bugzilla::Milestone(
+            { product => $product_old, name => $defaultmilestone });
 
         unless ($milestone) {
             ThrowUserError('product_must_define_defaultmilestone',
@@ -1005,16 +1033,12 @@ if ($action eq 'update') {
 #
 
 if ($action eq 'editgroupcontrols') {
-    # First make sure the product name is valid.
-    my $product = Bugzilla::Product::check_product($product_name);
-
-    # Then make sure the user is allowed to edit properties of this product.
-    $user->can_see_product($product->name)
-      || ThrowUserError('product_access_denied', {product => $product->name});
+    my $product = $user->check_can_admin_product($product_name);
 
     # Display a group if it is either enabled or has bugs for this product.
     my $groups = $dbh->selectall_arrayref(
         'SELECT id, name, entry, membercontrol, othercontrol, canedit,
+                editcomponents, editbugs, canconfirm,
                 isactive, COUNT(bugs.bug_id) AS bugcount
            FROM groups
       LEFT JOIN group_control_map
@@ -1028,7 +1052,8 @@ if ($action eq 'editgroupcontrols') {
           WHERE isbuggroup != 0
             AND (isactive != 0 OR entry IS NOT NULL OR bugs.bug_id IS NOT NULL) ' .
            $dbh->sql_group_by('name', 'id, entry, membercontrol,
-                              othercontrol, canedit, isactive'),
+                              othercontrol, canedit, isactive,
+                              editcomponents, canconfirm, editbugs'),
         {'Slice' => {}}, ($product->id, $product->id));
 
     $vars->{'product'} = $product;
diff --git a/editusers.cgi b/editusers.cgi
index 19e7ea587..b4e3f698e 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -226,9 +226,6 @@ if ($action eq 'search') {
     my $otherUser = check_user($otherUserID, $otherUserLogin);
     $otherUserID = $otherUser->id;
 
-    my $logoutNeeded = 0;
-    my @changedFields;
-
     # Lock tables during the check+update session.
     $dbh->bz_lock_tables('profiles WRITE',
                          'profiles_activity WRITE',
@@ -245,76 +242,19 @@ if ($action eq 'search') {
                                            action => "modify",
                                            object => "user"});
 
-    my $login        = $cgi->param('login');
-    my $password     = $cgi->param('password');
-    my $realname     = trim($cgi->param('name')         || '');
-    my $disabledtext = trim($cgi->param('disabledtext') || '');
-    my $disable_mail = $cgi->param('disable_mail') ? 1 : 0;
+    $vars->{'loginold'} = $otherUser->login;
 
     # Update profiles table entry; silently skip doing this if the user
     # is not authorized.
+    my %changes;
     if ($editusers) {
-        my @values;
-
-        if ($login ne $otherUser->login) {
-            # Validate, then trick_taint.
-            $login || ThrowUserError('user_login_required');
-            validate_email_syntax($login)
-              || ThrowUserError('illegal_email_address', {addr => $login});
-            is_available_username($login)
-              || ThrowUserError('account_exists', {email => $login});
-
-            trick_taint($login);
-            push(@changedFields, 'login_name');
-            push(@values, $login);
-            $logoutNeeded = 1;
-
-            # Since we change the login, silently delete any tokens.
-            $dbh->do('DELETE FROM tokens WHERE userid = ?', {}, $otherUserID);
-        }
-        if ($realname ne $otherUser->name) {
-            # The real name may be anything; we use a placeholder for our
-            # INSERT, and we rely on displaying code to FILTER html.
-            trick_taint($realname);
-            push(@changedFields, 'realname');
-            push(@values, $realname);
-        }
-        if ($password) {
-            # Validate, then trick_taint.
-            validate_password($password) if $password;
-            trick_taint($password);
-            push(@changedFields, 'cryptpassword');
-            push(@values, bz_crypt($password));
-            $logoutNeeded = 1;
-        }
-        if ($disabledtext ne $otherUser->disabledtext) {
-            # The disable text may be anything; we use a placeholder for our
-            # INSERT, and we rely on displaying code to FILTER html.
-            trick_taint($disabledtext);
-            push(@changedFields, 'disabledtext');
-            push(@values, $disabledtext);
-            $logoutNeeded = 1;
-        }
-        if ($disable_mail != $otherUser->email_disabled) {
-            trick_taint($disable_mail);
-            push(@changedFields, 'disable_mail');
-            push(@values, $disable_mail);
-        }
-        if (@changedFields) {
-            push (@values, $otherUserID);
-            $logoutNeeded && Bugzilla->logout_user($otherUser);
-            $dbh->do('UPDATE profiles SET ' .
-                     join(' = ?,', @changedFields).' = ? ' .
-                     'WHERE userid = ?',
-                     undef, @values);
-            # XXX: should create profiles_activity entries.
-            #
-            # We create a new user object here because it needs to
-            # read information that may have changed since this
-            # script started.
-            my $newprofile = new Bugzilla::User($otherUserID);
-            $newprofile->derive_regexp_groups();
-        }
+        $otherUser->set_login($cgi->param('login'));
+        $otherUser->set_name($cgi->param('name'));
+        $otherUser->set_password($cgi->param('password'))
+            if $cgi->param('password');
+        $otherUser->set_disabledtext($cgi->param('disabledtext'));
+        $otherUser->set_disable_mail($cgi->param('disable_mail'));
+        %changes = %{$otherUser->update()};
     }
 
     # Update group settings.
@@ -402,8 +342,7 @@ if ($action eq 'search') {
     delete_token($token);
 
     $vars->{'message'} = 'account_updated';
-    $vars->{'loginold'} = $otherUser->login;
-    $vars->{'changed_fields'} = \@changedFields;
+    $vars->{'changed_fields'} = [keys %changes];
     $vars->{'groups_added_to'} = \@groupsAddedTo;
     $vars->{'groups_removed_from'} = \@groupsRemovedFrom;
     $vars->{'groups_granted_rights_to_bless'} = \@groupsGrantedRightsToBless;
@@ -425,7 +364,6 @@ if ($action eq 'search') {
                                                   action => "delete",
                                                   object => "users"});
     $vars->{'otheruser'}      = $otherUser;
-    $vars->{'editcomponents'} = Bugzilla->user->in_group('editcomponents');
 
     # Find other cross references.
     $vars->{'assignee_or_qa'} = $dbh->selectrow_array(
diff --git a/editversions.cgi b/editversions.cgi
index 486756307..7bda6215d 100755
--- a/editversions.cgi
+++ b/editversions.cgi
@@ -35,7 +35,6 @@ use Bugzilla;
 use Bugzilla::Constants;
 use Bugzilla::Util;
 use Bugzilla::Error;
-use Bugzilla::Product;
 use Bugzilla::Version;
 use Bugzilla::Token;
 
@@ -53,6 +52,7 @@ my $user = Bugzilla->login(LOGIN_REQUIRED);
 print $cgi->header();
 
 $user->in_group('editcomponents')
+  || scalar(@{$user->get_products_by_permission('editcomponents')})
   || ThrowUserError("auth_failure", {group  => "editcomponents",
                                      action => "edit",
                                      object => "versions"});
@@ -71,7 +71,13 @@ my $token        = $cgi->param('token');
 #
 
 unless ($product_name) {
-    $vars->{'products'} = $user->get_selectable_products;
+    my $selectable_products = $user->get_selectable_products;
+    # If the user has editcomponents privs for some products only,
+    # we have to restrict the list of products to display.
+    unless ($user->in_group('editcomponents')) {
+        $selectable_products = $user->get_products_by_permission('editcomponents');
+    }
+    $vars->{'products'} = $selectable_products;
     $vars->{'showbugcounts'} = $showbugcounts;
 
     $template->process("admin/versions/select-product.html.tmpl", $vars)
@@ -79,13 +85,7 @@ unless ($product_name) {
     exit;
 }
 
-# First make sure the product name is valid.
-my $product = Bugzilla::Product::check_product($product_name);
-
-# Then make sure the user is allowed to edit properties of this product.
-$user->can_see_product($product->name)
-  || ThrowUserError('product_access_denied', {product => $product->name});
-
+my $product = $user->check_can_admin_product($product_name);
 
 #
 # action='' -> Show nice list of versions
diff --git a/email_in.pl b/email_in.pl
new file mode 100644
index 000000000..40474afaf
--- /dev/null
+++ b/email_in.pl
@@ -0,0 +1,530 @@
+#!/usr/bin/perl -w
+# -*- 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 Inbound Email System.
+#
+# The Initial Developer of the Original Code is Akamai Technologies, Inc.
+# Portions created by Akamai are Copyright (C) 2006 Akamai Technologies, 
+# Inc. All Rights Reserved.
+#
+# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+
+use strict;
+use warnings;
+
+# MTAs may call this script from any directory, but it should always
+# run from this one so that it can find its modules.
+BEGIN {
+    require File::Basename;
+    chdir(File::Basename::dirname($0)); 
+}
+
+use Data::Dumper;
+use Email::Address;
+use Email::Reply qw(reply);
+use Email::MIME;
+use Email::MIME::Attachment::Stripper;
+use Getopt::Long qw(:config bundling);
+use Pod::Usage;
+
+use Bugzilla;
+use Bugzilla::Bug qw(ValidateBugID);
+use Bugzilla::Constants qw(USAGE_MODE_EMAIL);
+use Bugzilla::Error;
+use Bugzilla::Mailer;
+use Bugzilla::User;
+use Bugzilla::Util;
+
+#############
+# Constants #
+#############
+
+# This is the USENET standard line for beginning a signature block
+# in a message. RFC-compliant mailers use this.
+use constant SIGNATURE_DELIMITER => '-- ';
+
+# These fields must all be defined or post_bug complains. They don't have
+# to have values--they just have to be defined. There's not yet any
+# way to require custom fields have values, for enter_bug, so we don't
+# have to worry about those yet.
+use constant REQUIRED_ENTRY_FIELDS => qw(
+    reporter
+    short_desc
+    product
+    component
+    version
+
+    assigned_to
+    rep_platform
+    op_sys
+    priority
+    bug_severity
+    bug_file_loc
+);
+
+# Fields that must be defined during process_bug. They *do* have to
+# have values. The script will grab their values from the current
+# bug object, if they're not specified.
+use constant REQUIRED_PROCESS_FIELDS => qw(
+    dependson
+    blocked
+    version
+    product
+    target_milestone
+    rep_platform
+    op_sys
+    priority
+    bug_severity
+    bug_file_loc
+    component
+    short_desc
+    reporter_accessible
+    cclist_accessible
+);
+
+# $input_email is a global so that it can be used in die_handler.
+our ($input_email, %switch);
+
+####################
+# Main Subroutines #
+####################
+
+sub parse_mail {
+    my ($mail_text) = @_;
+    debug_print('Parsing Email');
+    $input_email = Email::MIME->new($mail_text);
+    
+    my %fields;
+
+    # Email::Address->parse returns an array
+    my ($reporter) = Email::Address->parse($input_email->header('From'));
+    $fields{'reporter'} = $reporter->address;
+    my $summary = $input_email->header('Subject');
+    if ($summary =~ /\[Bug (\d+)\](.*)/i) {
+        $fields{'bug_id'} = $1;
+        $summary = trim($2);
+    }
+
+    my ($body, $attachments) = get_body_and_attachments($input_email);
+    if (@$attachments) {
+        $fields{'attachments'} = $attachments;
+    }
+
+    debug_print("Body:\n" . $body, 3);
+
+    $body = remove_leading_blank_lines($body);
+    my @body_lines = split("\n", $body);
+
+    # If there are fields specified.
+    if ($body =~ /^\s*@/s) {
+        my $current_field;
+        while (my $line = shift @body_lines) {
+            # If the sig is starting, we want to keep this in the 
+            # @body_lines so that we don't keep the sig as part of the 
+            # comment down below.
+            if ($line eq SIGNATURE_DELIMITER) {
+                unshift(@body_lines, $line);
+                last;
+            }
+            # Otherwise, we stop parsing fields on the first blank line.
+            $line = trim($line);
+            last if !$line;
+            
+            if ($line =~ /^@(\S+)\s*=\s*(.*)\s*/) {
+                $current_field = lc($1);
+                $fields{$current_field} = $2;
+            }
+            else {
+                $fields{$current_field} .= " $line";
+            }
+        }
+    }
+
+
+    # The summary line only affects us if we're doing a post_bug.
+    # We have to check it down here because there might have been
+    # a bug_id specified in the body of the email.
+    if (!$fields{'bug_id'} && !$fields{'short_desc'}) {
+        $fields{'short_desc'} = $summary;
+    }
+
+    my $comment = '';
+    # Get the description, except the signature.
+    foreach my $line (@body_lines) {
+        last if $line eq SIGNATURE_DELIMITER;
+        $comment .= "$line\n";
+    }
+    $fields{'comment'} = $comment;
+
+    debug_print("Parsed Fields:\n" . Dumper(\%fields), 2);
+
+    return \%fields;
+}
+
+sub post_bug {
+    my ($fields_in) = @_;
+    my %fields = %$fields_in;
+
+    debug_print('Posting a new bug...');
+
+    $fields{'rep_platform'} ||= Bugzilla->params->{'defaultplatform'};
+    $fields{'op_sys'}   ||= Bugzilla->params->{'defaultopsys'};
+    $fields{'priority'} ||= Bugzilla->params->{'defaultpriority'};
+    $fields{'bug_severity'} ||= Bugzilla->params->{'defaultseverity'};
+
+    foreach my $field (REQUIRED_ENTRY_FIELDS) {
+        $fields{$field} ||= '';
+    }
+
+    my $cgi = Bugzilla->cgi;
+    foreach my $field (keys %fields) {
+        $cgi->param(-name => $field, -value => $fields{$field});
+    }
+
+    $cgi->param(-name => 'inbound_email', -value => 1);
+
+    require 'post_bug.cgi';
+}
+
+sub process_bug {
+    my ($fields_in) = @_; 
+
+    my %fields = %$fields_in;
+
+    my $bug_id = $fields{'bug_id'};
+    $fields{'id'} = $bug_id;
+    delete $fields{'bug_id'};
+
+    debug_print("Updating Bug $fields{id}...");
+
+    ValidateBugID($bug_id);
+    my $bug = new Bugzilla::Bug($bug_id);
+
+    if ($fields{'assigned_to'}) {
+        $fields{'knob'} = 'reassign';
+    }
+    if (my $status = $fields{'bug_status'}) {
+        $fields{'knob'} = 'confirm' if $status =~ /NEW/i;
+        $fields{'knob'} = 'accept'  if $status =~ /ASSIGNED/i;
+        $fields{'knob'} = 'clearresolution' if $status =~ /REOPENED/i;
+        $fields{'knob'} = 'verify'  if $status =~ /VERIFIED/i;
+        $fields{'knob'} = 'close'   if $status =~ /CLOSED/i;
+    }
+    if ($fields{'dup_id'}) {
+        $fields{'knob'} = 'duplicate';
+    }
+    if ($fields{'resolution'}) {
+        $fields{'knob'} = 'resolve';
+    }
+
+    # Make sure we don't get prompted if we have to change the default
+    # groups.
+    if ($fields{'product'}) {
+        $fields{'addtonewgroup'} = 0;
+    }
+
+    foreach my $field (REQUIRED_PROCESS_FIELDS) {
+        my $value = $bug->$field;
+        if (ref $value) {
+            $value = join(',', @$value);
+        }
+        $fields{$field} ||= $value;
+    }
+
+    # Make it possible to remove CCs.
+    if ($fields{'removecc'}) {
+        $fields{'cc'} = [split(',', $fields{'removecc'})];
+        $fields{'removecc'} = 1;
+    }
+
+    my $cgi = Bugzilla->cgi;
+    foreach my $field (keys %fields) {
+        $cgi->param(-name => $field, -value => $fields{$field});
+    }
+    $cgi->param('longdesclength', scalar $bug->longdescs);
+
+    require 'process_bug.cgi';
+}
+
+######################
+# Helper Subroutines #
+######################
+
+sub debug_print {
+    my ($str, $level) = @_;
+    $level ||= 1;
+    print STDERR "$str\n" if $level <= $switch{'verbose'};
+}
+
+sub get_body_and_attachments {
+    my ($email) = @_;
+
+    my $ct = $email->content_type || 'text/plain';
+    debug_print("Splitting Body and Attachments [Type: $ct]...");
+
+    my $body;
+    my $attachments = [];
+    if ($ct =~ /^multipart\/alternative/i) {
+        $body = get_text_alternative($email);
+    }
+    else {
+        my $stripper = new Email::MIME::Attachment::Stripper(
+            $email, force_filename => 1);
+        my $message = $stripper->message;
+        $body = get_text_alternative($message);
+        $attachments = [$stripper->attachments];
+    }
+
+    return ($body, $attachments);
+}
+
+sub get_text_alternative {
+    my ($email) = @_;
+
+    my @parts = $email->parts;
+    my $body;
+    foreach my $part (@parts) {
+        my $ct = $part->content_type || 'text/plain';
+        debug_print("Part Content-Type: $ct", 2);
+        if (!$ct || $ct =~ /^text\/plain/i) {
+            $body = $part->body;
+            last;
+        }
+    }
+
+    if (!defined $body) {
+        # Note that this only happens if the email does not contain any
+        # text/plain parts. If the email has an empty text/plain part,
+        # you're fine, and this message does NOT get thrown.
+        ThrowUserError('email_no_text_plain');
+    }
+
+    return $body;
+}
+
+sub remove_leading_blank_lines {
+    my ($text) = @_;
+    $text =~ s/^(\s*\n)+//s;
+    return $text;
+}
+
+sub html_strip {
+    my ($var) = @_;
+    # Trivial HTML tag remover (this is just for error messages, really.)
+    $var =~ s/<[^>]*>//g;
+    # And this basically reverses the Template-Toolkit html filter.
+    $var =~ s/\&amp;/\&/g;
+    $var =~ s/\&lt;/</g;
+    $var =~ s/\&gt;/>/g;
+    $var =~ s/\&quot;/\"/g;
+    $var =~ s/&#64;/@/g;
+    return $var;
+}
+
+
+sub die_handler {
+    my ($msg) = @_;
+
+    # In Template-Toolkit, [% RETURN %] is implemented as a call to "die".
+    # But of course, we really don't want to actually *die* just because
+    # the user-error or code-error template ended. So we don't really die.
+    return if $msg->isa('Template::Exception') && $msg->type eq 'return';
+
+    # We can't depend on the MTA to send an error message, so we have
+    # to generate one properly.
+    if ($input_email) {
+       $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");
+       MessageToMTA($reply->as_string);
+    }
+    print STDERR $msg;
+    # We exit with a successful value, because we don't want the MTA
+    # to *also* send a failure notice.
+    exit;
+}
+
+###############
+# Main Script #
+###############
+
+$SIG{__DIE__} = \&die_handler;
+
+GetOptions(\%switch, 'help|h', 'verbose|v+');
+$switch{'verbose'} ||= 0;
+
+# Print the help message if that switch was selected.
+pod2usage({-verbose => 0, -exitval => 1}) if $switch{'help'};
+
+Bugzilla->usage_mode(USAGE_MODE_EMAIL);
+
+
+my @mail_lines = <STDIN>;
+my $mail_text = join("", @mail_lines);
+my $mail_fields = parse_mail($mail_text);
+
+my $username = $mail_fields->{'reporter'};
+my $user = Bugzilla::User->new({ name => $username })
+    || ThrowUserError('invalid_username', { name => $username });
+
+Bugzilla->set_user($user);
+
+if ($mail_fields->{'bug_id'}) {
+    process_bug($mail_fields);
+}
+else {
+    post_bug($mail_fields);
+}
+
+__END__
+
+=head1 NAME
+
+email_in.pl - The Bugzilla Inbound Email Interface
+
+=head1 SYNOPSIS
+
+ ./email_in.pl [-vvv] < email.txt
+
+ Reads an email on STDIN (the standard input).
+
+  Options:
+    --verbose (-v) - Make the script print more to STDERR.
+                     Specify multiple times to print even more.
+
+=head1 DESCRIPTION
+
+This script processes inbound email and creates a bug, or appends data
+to an existing bug.
+
+=head2 Creating a New Bug
+
+The script expects to read an email with the following format:
+
+ From: account@domain.com
+ Subject: Bug Summary
+
+ @product = ProductName
+ @component = ComponentName
+ @version = 1.0
+
+ This is a bug description. It will be entered into the bug exactly as
+ written here.
+
+ It can be multiple paragraphs.
+
+ -- 
+ This is a signature line, and will be removed automatically, It will not
+ be included in the bug description.
+
+The C<@> labels can be any valid field name in Bugzilla that can be
+set on C<enter_bug.cgi>. For the list of field names, see the
+C<fielddefs> table in the database. The above example shows the
+minimum fields you B<must> specify.
+
+The values for the fields can be split across multiple lines, but
+note that a newline will be parsed as a single space, for the value.
+So, for example:
+
+ @short_desc = This is a very long
+ description
+
+Will be parsed as "This is a very long description".
+
+If you specify C<@short_desc>, it will override the summary you specify
+in the Subject header.
+
+C<account@domain.com> must be a valid Bugzilla account.
+
+Note that signatures must start with '-- ', the standard signature
+border.
+
+=head2 Modifying an Existing Bug
+
+Bugzilla determines what bug you want to modify in one of two ways:
+
+=over
+
+=item *
+
+Your subject starts with [Bug 123456] -- then it modifies bug 123456.
+
+=item *
+
+You include C<@bug_id = 123456> in the first lines of the email.
+
+=back
+
+If you do both, C<@bug_id> takes precedence.
+
+You send your email in the same format as for creating a bug, except
+that you only specify the fields you want to change. If the very
+first non-blank line of the email doesn't begin with C<@>, then it
+will be assumed that you are only adding a comment to the bug.
+
+Note that when updating a bug, the C<Subject> header is ignored,
+except for getting the bug ID. If you want to change the bug's summary,
+you have to specify C<@short_desc> as one of the fields to change.
+
+Please remember not to include any extra text in your emails, as that
+text will also be added as a comment. This includes any text that your
+email client automatically quoted and included, if this is a reply to
+another email.
+
+=head3 Adding/Removing CCs
+
+You can't just add CCs to a bug by using the C<@cc> parameter like you
+can when you're filing a bug. To add CCs, you can specify them in a
+comma-separated list in C<@newcc>.
+
+To remove CCs, specify them as a comma-separated list in C<@removecc>.
+
+=head2 Errors
+
+If your request cannot be completed for any reason, Bugzilla will
+send an email back to you. If your request succeeds, Bugzilla will
+not send you anything.
+
+If any part of your request fails, all of it will fail. No partial
+changes will happen. The only exception is attachments--one attachment
+may succeed, and be inserted into the database, and a later attachment
+may fail.
+
+=head1 CAUTION
+
+The script does not do any validation that the user is who they say
+they are. That is, it accepts I<any> 'From' address, as long as it's
+a valid Bugzilla account. So make sure that your MTA validates that
+the message is actually coming from who it says it's coming from,
+and only allow access to the inbound email system from people you trust.
+
+=head1 LIMITATIONS
+
+Note that the email interface has the same limitations as the
+normal Bugzilla interface. So, for example, you cannot reassign
+a bug and change its status at the same time.
+
+The email interface only accepts emails that are correctly formatted
+perl RFC2822. If you send it an incorrectly formatted message, it
+may behave in an unpredictable fashion.
+
+You cannot send an HTML mail along with attachments. If you do, Bugzilla
+will reject your email, saying that it doesn't contain any text. This
+is a bug in L<Email::MIME::Attachment::Stripper> that we can't work
+around.
+
+If you send multiple attachments in one email, they will all be attached,
+but Bugzilla may not send an email notice out for all of them.
+
+You cannot modify Flags through the email interface.
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 317bd6d0c..53262b33d 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -72,21 +72,36 @@ if ($product_name eq '') {
     my $classification = Bugzilla->params->{'useclassification'} ?
         scalar($cgi->param('classification')) : '__all';
 
-    unless ($classification) {
-        my $class;
-        # Get all classifications with at least one enterable product.
-        foreach my $product (@enterable_products) {
-            $class->{$product->classification_id} ||=
-                new Bugzilla::Classification($product->classification_id);
+    # Unless a real classification name is given, we sort products
+    # by classification.
+    my @classifications;
+
+    unless ($classification && $classification ne '__all') {
+        if (Bugzilla->params->{'useclassification'}) {
+            my $class;
+            # Get all classifications with at least one enterable product.
+            foreach my $product (@enterable_products) {
+                $class->{$product->classification_id}->{'object'} ||=
+                    new Bugzilla::Classification($product->classification_id);
+                # Nice way to group products per classification, without querying
+                # the DB again.
+                push(@{$class->{$product->classification_id}->{'products'}}, $product);
+            }
+            @classifications = sort {$a->{'object'}->sortkey <=> $b->{'object'}->sortkey
+                                     || lc($a->{'object'}->name) cmp lc($b->{'object'}->name)}
+                                    (values %$class);
+        }
+        else {
+            @classifications = ({object => undef, products => \@enterable_products});
         }
-        my @classifications = sort {$a->sortkey <=> $b->sortkey
-                                    || lc($a->name) cmp lc($b->name)}
-                                   (values %$class);
+    }
 
+    unless ($classification) {
         # We know there is at least one classification available,
         # else we would have stopped earlier.
         if (scalar(@classifications) > 1) {
-            $vars->{'classifications'} = \@classifications;
+            # We only need classification objects.
+            $vars->{'classifications'} = [map {$_->{'object'}} @classifications];
 
             $vars->{'target'} = "enter_bug.cgi";
             $vars->{'format'} = $cgi->param('format');
@@ -98,7 +113,7 @@ if ($product_name eq '') {
             exit;
         }
         # If we come here, then there is only one classification available.
-        $classification = $classifications[0]->name;
+        $classification = $classifications[0]->{'object'}->name;
     }
 
     # Keep only enterable products which are in the specified classification.
@@ -108,6 +123,7 @@ if ($product_name eq '') {
         if ($class) {
             @enterable_products
               = grep {$_->classification_id == $class->id} @enterable_products;
+            @classifications = ({object => $class, products => \@enterable_products});
         }
         else {
             @enterable_products = ();
@@ -118,7 +134,7 @@ if ($product_name eq '') {
         ThrowUserError('no_products');
     }
     elsif (scalar(@enterable_products) > 1) {
-        $vars->{'products'} = \@enterable_products;
+        $vars->{'classifications'} = \@classifications;
         $vars->{'target'} = "enter_bug.cgi";
         $vars->{'format'} = $cgi->param('format');
         $vars->{'cloned_bug_id'} = $cgi->param('cloned_bug_id');
@@ -228,7 +244,7 @@ sub pickos {
         return formvalue('op_sys');
     }
 
-    my @os;
+    my @os = ();
 
     if (Bugzilla->params->{'defaultopsys'}) {
         @os = Bugzilla->params->{'defaultopsys'};
@@ -237,57 +253,59 @@ sub pickos {
         # item in @os that is a valid platform choice. If
         # no choice is valid, we return "Other".
         for ($ENV{'HTTP_USER_AGENT'}) {
-            /\(.*IRIX.*\)/ && do {@os = "IRIX"; last;};
-            /\(.*OSF.*\)/ && do {@os = "OSF/1"; last;};
-            /\(.*Linux.*\)/ && do {@os = "Linux"; last;};
-            /\(.*Solaris.*\)/ && do {@os = "Solaris"; last;};
-            /\(.*SunOS 5.*\)/ && do {@os = "Solaris"; last;};
-            /\(.*SunOS.*sun4u.*\)/ && do {@os = "Solaris"; last;};
-            /\(.*SunOS.*\)/ && do {@os = "SunOS"; last;};
-            /\(.*HP-?UX.*\)/ && do {@os = "HP-UX"; last;};
-            /\(.*BSD\/(?:OS|386).*\)/ && do {@os = "BSDI"; last;};
-            /\(.*FreeBSD.*\)/ && do {@os = "FreeBSD"; last;};
-            /\(.*OpenBSD.*\)/ && do {@os = "OpenBSD"; last;};
-            /\(.*NetBSD.*\)/ && do {@os = "NetBSD"; last;};
-            /\(.*BeOS.*\)/ && do {@os = "BeOS"; last;};
-            /\(.*AIX.*\)/ && do {@os = "AIX"; last;};
-            /\(.*OS\/2.*\)/ && do {@os = "OS/2"; last;};
-            /\(.*QNX.*\)/ && do {@os = "Neutrino"; last;};
-            /\(.*VMS.*\)/ && do {@os = "OpenVMS"; last;};
-            /\(.*Windows XP.*\)/ && do {@os = "Windows XP"; last;};
-            /\(.*Windows NT 5\.2.*\)/ && do {@os = "Windows Server 2003"; last;};
-            /\(.*Windows NT 5\.1.*\)/ && do {@os = "Windows XP"; last;};
-            /\(.*Windows 2000.*\)/ && do {@os = "Windows 2000"; last;};
-            /\(.*Windows NT 5.*\)/ && do {@os = "Windows 2000"; last;};
-            /\(.*Win.*9[8x].*4\.9.*\)/ && do {@os = "Windows ME"; last;};
-            /\(.*Win(?:dows |)M[Ee].*\)/ && do {@os = "Windows ME"; last;};
-            /\(.*Win(?:dows |)98.*\)/ && do {@os = "Windows 98"; last;};
-            /\(.*Win(?:dows |)95.*\)/ && do {@os = "Windows 95"; last;};
-            /\(.*Win(?:dows |)16.*\)/ && do {@os = "Windows 3.1"; last;};
-            /\(.*Win(?:dows[ -]|)NT.*\)/ && do {@os = "Windows NT"; last;};
-            /\(.*Windows.*NT.*\)/ && do {@os = "Windows NT"; last;};
-            /\(.*32bit.*\)/ && do {@os = "Windows 95"; last;};
-            /\(.*16bit.*\)/ && do {@os = "Windows 3.1"; last;};
-            /\(.*Mac OS 9.*\)/ && do {@os = "Mac System 9.x"; last;};
-            /\(.*Mac OS 8\.6.*\)/ && do {@os = "Mac System 8.6"; last;};
-            /\(.*Mac OS 8\.5.*\)/ && do {@os = "Mac System 8.5"; last;};
+            /\(.*IRIX.*\)/ && do {push @os, "IRIX"; };
+            /\(.*OSF.*\)/ && do {push @os, "OSF/1";};
+            /\(.*Linux.*\)/ && do {push @os, "Linux";};
+            /\(.*Solaris.*\)/ && do {push @os, "Solaris";};
+            /\(.*SunOS 5.*\)/ && do {push @os, "Solaris";};
+            /\(.*SunOS.*sun4u.*\)/ && do {push @os, "Solaris";};
+            /\(.*SunOS.*\)/ && do {push @os, "SunOS";};
+            /\(.*HP-?UX.*\)/ && do {push @os, "HP-UX";};
+            /\(.*BSD\/(?:OS|386).*\)/ && do {push @os, "BSDI";};
+            /\(.*FreeBSD.*\)/ && do {push @os, "FreeBSD";};
+            /\(.*OpenBSD.*\)/ && do {push @os, "OpenBSD";};
+            /\(.*NetBSD.*\)/ && do {push @os, "NetBSD";};
+            /\(.*BeOS.*\)/ && do {push @os, "BeOS";};
+            /\(.*AIX.*\)/ && do {push @os, "AIX";};
+            /\(.*OS\/2.*\)/ && do {push @os, "OS/2";};
+            /\(.*QNX.*\)/ && do {push @os, "Neutrino";};
+            /\(.*VMS.*\)/ && do {push @os, "OpenVMS";};
+            /\(.*Windows XP.*\)/ && do {push @os, "Windows XP";};
+            /\(.*Windows NT 6\.0.*\)/ && do {push @os, "Windows Vista";};
+            /\(.*Windows NT 5\.2.*\)/ && do {push @os, "Windows Server 2003";};
+            /\(.*Windows NT 5\.1.*\)/ && do {push @os, "Windows XP";};
+            /\(.*Windows 2000.*\)/ && do {push @os, "Windows 2000";};
+            /\(.*Windows NT 5.*\)/ && do {push @os, "Windows 2000";};
+            /\(.*Win.*9[8x].*4\.9.*\)/ && do {push @os, "Windows ME";};
+            /\(.*Win(?:dows |)M[Ee].*\)/ && do {push @os, "Windows ME";};
+            /\(.*Win(?:dows |)98.*\)/ && do {push @os, "Windows 98";};
+            /\(.*Win(?:dows |)95.*\)/ && do {push @os, "Windows 95";};
+            /\(.*Win(?:dows |)16.*\)/ && do {push @os, "Windows 3.1";};
+            /\(.*Win(?:dows[ -]|)NT.*\)/ && do {push @os, "Windows NT";};
+            /\(.*Windows.*NT.*\)/ && do {push @os, "Windows NT";};
+            /\(.*32bit.*\)/ && do {push @os, "Windows 95";};
+            /\(.*16bit.*\)/ && do {push @os, "Windows 3.1";};
+            /\(.*Mac OS 9.*\)/ && do {push @os, "Mac System 9.x";};
+            /\(.*Mac OS 8\.6.*\)/ && do {push @os, "Mac System 8.6";};
+            /\(.*Mac OS 8\.5.*\)/ && do {push @os, "Mac System 8.5";};
         # Bugzilla doesn't have an entry for 8.1
-            /\(.*Mac OS 8\.1.*\)/ && do {@os = "Mac System 8.0"; last;};
-            /\(.*Mac OS 8\.0.*\)/ && do {@os = "Mac System 8.0"; last;};
-            /\(.*Mac OS 8[^.].*\)/ && do {@os = "Mac System 8.0"; last;};
-            /\(.*Mac OS 8.*\)/ && do {@os = "Mac System 8.6"; last;};
-            /\(.*Mac OS X.*\)/ && do {@os = "Mac OS X 10.0"; last;};
-            /\(.*Darwin.*\)/ && do {@os = "Mac OS X 10.0"; last;};
+            /\(.*Mac OS 8\.1.*\)/ && do {push @os, "Mac System 8.0";};
+            /\(.*Mac OS 8\.0.*\)/ && do {push @os, "Mac System 8.0";};
+            /\(.*Mac OS 8[^.].*\)/ && do {push @os, "Mac System 8.0";};
+            /\(.*Mac OS 8.*\)/ && do {push @os, "Mac System 8.6";};
+            /\(.*Intel.*Mac OS X.*\)/ && do {push @os, "Mac OS X 10.4";};
+            /\(.*Mac OS X.*\)/ && do {push @os, ("Mac OS X 10.3", "Mac OS X 10.0");};
+            /\(.*Darwin.*\)/ && do {push @os, "Mac OS X 10.0";};
         # Silly
-            /\(.*Mac.*PowerPC.*\)/ && do {@os = "Mac System 9.x"; last;};
-            /\(.*Mac.*PPC.*\)/ && do {@os = "Mac System 9.x"; last;};
-            /\(.*Mac.*68k.*\)/ && do {@os = "Mac System 8.0"; last;};
+            /\(.*Mac.*PowerPC.*\)/ && do {push @os, "Mac System 9.x";};
+            /\(.*Mac.*PPC.*\)/ && do {push @os, "Mac System 9.x";};
+            /\(.*Mac.*68k.*\)/ && do {push @os, "Mac System 8.0";};
         # Evil
-            /Amiga/i && do {@os = "Other"; last;};
-            /WinMosaic/ && do {@os = "Windows 95"; last;};
-            /\(.*PowerPC.*\)/ && do {@os = "Mac System 9.x"; last;};
-            /\(.*PPC.*\)/ && do {@os = "Mac System 9.x"; last;};
-            /\(.*68K.*\)/ && do {@os = "Mac System 8.0"; last;};
+            /Amiga/i && do {push @os, "Other";};
+            /WinMosaic/ && do {push @os, "Windows 95";};
+            /\(.*PowerPC.*\)/ && do {push @os, "Mac System 9.x";};
+            /\(.*PPC.*\)/ && do {push @os, "Mac System 9.x";};
+            /\(.*68K.*\)/ && do {push @os, "Mac System 8.0";};
         }
     }
 
@@ -300,6 +318,9 @@ sub pickos {
 # End of subroutines
 ##############################################################################
 
+my $has_editbugs = $user->in_group('editbugs', $product->id);
+my $has_canconfirm = $user->in_group('canconfirm', $product->id);
+
 # If a user is trying to clone a bug
 #   Check that the user has authorization to view the parent bug
 #   Create an instance of Bug that holds the info from the parent
@@ -327,11 +348,11 @@ $vars->{'op_sys'}                = get_legal_field_values('op_sys');
 $vars->{'use_keywords'}          = 1 if Bugzilla::Keyword::keyword_count();
 
 $vars->{'assigned_to'}           = formvalue('assigned_to');
-$vars->{'assigned_to_disabled'}  = !Bugzilla->user->in_group('editbugs');
+$vars->{'assigned_to_disabled'}  = !$has_editbugs;
 $vars->{'cc_disabled'}           = 0;
 
 $vars->{'qa_contact'}           = formvalue('qa_contact');
-$vars->{'qa_contact_disabled'}  = !Bugzilla->user->in_group('editbugs');
+$vars->{'qa_contact_disabled'}  = !$has_editbugs;
 
 $vars->{'cloned_bug_id'}         = $cloned_bug_id;
 
@@ -465,7 +486,7 @@ if ( Bugzilla->params->{'usetargetmilestone'} ) {
 #                             to let them mark bugs as ASSIGNED)
 
 my @status;
-if ($user->in_group('editbugs') || $user->in_group('canconfirm')) {
+if ($has_editbugs || $has_canconfirm) {
     @status = ('NEW', 'ASSIGNED');
 }
 elsif (!$product->votes_to_confirm) {
diff --git a/images/CVS/Entries b/images/CVS/Entries
index f4c6599b5..0a1465cb5 100644
--- a/images/CVS/Entries
+++ b/images/CVS/Entries
@@ -1,2 +1,2 @@
-/padlock.png/1.2/Thu Sep 23 18:08:31 2004/-kb/TBUGZILLA-2_23_3
+/padlock.png/1.2/Thu Sep 23 18:08:31 2004/-kb/TBUGZILLA-2_23_4
 D
diff --git a/images/CVS/Tag b/images/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/images/CVS/Tag
+++ b/images/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/importxml.pl b/importxml.pl
index b637f98fd..c19f6d96f 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -21,6 +21,7 @@
 # Contributor(s): Dawn Endico <endico@mozilla.org>
 #                 Gregary Hendricks <ghendricks@novell.com>
 #                 Vance Baarda <vrb@novell.com>
+#                 Guzman Braso <gbn@hqso.net>
 
 # This script reads in xml bug data from standard input and inserts
 # a new bug into bugzilla. Everything before the beginning <?xml line
@@ -326,8 +327,8 @@ sub init() {
                   moved-default-product. \n", "REOPEN", $exporter);
     my $def_component = new Bugzilla::Component(
         {
-            product_id => $def_product->id,
-            name       => $params->{"moved-default-component"}
+            product => $def_product,
+            name    => $params->{"moved-default-component"}
         })
     || Error("Cannot import these bugs because an invalid default 
               component was defined for the target db."
@@ -611,10 +612,10 @@ sub process_bug {
 
     # Bug Access
     push( @query,  "cclist_accessible" );
-    push( @values, $bug_fields{'cclist_accessible'} == 1 ? 1 : 0 );
+    push( @values, $bug_fields{'cclist_accessible'} ? 1 : 0 );
 
     push( @query,  "reporter_accessible" );
-    push( @values, $bug_fields{'reporter_accessible'} == 1 ? 1 : 0 );
+    push( @values, $bug_fields{'reporter_accessible'} ? 1 : 0 );
 
     # Product and Component if there is no valid default product and
     # component defined in the parameters, we wouldn't be here
@@ -622,8 +623,8 @@ sub process_bug {
       new Bugzilla::Product( { name => $params->{"moved-default-product"} } );
     my $def_component = new Bugzilla::Component(
         {
-            product_id => $def_product->id,
-            name       => $params->{"moved-default-component"}
+            product => $def_product,
+            name    => $params->{"moved-default-component"}
         }
     );
     my $product;
@@ -643,8 +644,8 @@ sub process_bug {
     if ( defined $bug_fields{'component'} ) {
         $component = new Bugzilla::Component(
             {
-                product_id => $product->id,
-                name       => $bug_fields{'component'}
+                product => $product,
+                name    => $bug_fields{'component'}
             }
         );
         unless ($component) {
@@ -671,8 +672,8 @@ sub process_bug {
     # Since there is no default version for a product, we check that the one
     # coming over is valid. If not we will use the first one in @versions
     # and warn them.
-    my $version =
-      new Bugzilla::Version( $product->id, $bug_fields{'version'} );
+    my $version = new Bugzilla::Version(
+          { product => $product, name => $bug_fields{'version'} });
 
     push( @query, "version" );
     if ($version) {
@@ -692,9 +693,13 @@ sub process_bug {
 
     # Milestone
     if ( $params->{"usetargetmilestone"} ) {
-        my $milestone =
-          new Bugzilla::Milestone( $product->id,
-                                   $bug_fields{'target_milestone'} );
+        my $milestone;
+        if (defined $bug_fields{'target_milestone'}
+            && $bug_fields{'target_milestone'} ne "") {
+
+            $milestone = new Bugzilla::Milestone(
+                { product => $product, name => $bug_fields{'target_milestone'} });
+        }
         if ($milestone) {
             push( @values, $milestone->name );
         }
diff --git a/js/CVS/Entries b/js/CVS/Entries
index fd08a563e..0f778aae3 100644
--- a/js/CVS/Entries
+++ b/js/CVS/Entries
@@ -1,6 +1,6 @@
-/TUI.js/1.1/Tue Jul 12 12:32:16 2005//TBUGZILLA-2_23_3
-/attachment.js/1.1/Sat Jun 17 23:24:34 2006//TBUGZILLA-2_23_3
-/duplicates.js/1.2/Sun Jan 25 18:47:16 2004//TBUGZILLA-2_23_3
-/expanding-tree.js/1.2/Wed Feb 22 22:02:09 2006//TBUGZILLA-2_23_3
-/productform.js/1.2/Fri Aug 20 21:49:18 2004//TBUGZILLA-2_23_3
+/TUI.js/1.1/Tue Jul 12 12:32:16 2005//TBUGZILLA-2_23_4
+/attachment.js/1.1/Sat Jun 17 23:24:34 2006//TBUGZILLA-2_23_4
+/duplicates.js/1.2/Sun Jan 25 18:47:16 2004//TBUGZILLA-2_23_4
+/expanding-tree.js/1.2/Wed Feb 22 22:02:09 2006//TBUGZILLA-2_23_4
+/productform.js/1.2/Fri Aug 20 21:49:18 2004//TBUGZILLA-2_23_4
 D
diff --git a/js/CVS/Tag b/js/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/js/CVS/Tag
+++ b/js/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/mod_perl.pl b/mod_perl.pl
index b5080827c..6c01d8e88 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -56,6 +56,7 @@ my $conf = <<EOT;
     PerlCleanupHandler  Bugzilla::ModPerl::CleanupHandler
     PerlOptions +ParseHeaders
     Options +ExecCGI
+    AllowOverride Limit
     DirectoryIndex index.cgi index.html
 </Directory>
 EOT
diff --git a/post_bug.cgi b/post_bug.cgi
index 74da0fd00..2c40a4441 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -29,6 +29,7 @@ use lib qw(.);
 
 use Bugzilla;
 use Bugzilla::Attachment;
+use Bugzilla::BugMail;
 use Bugzilla::Constants;
 use Bugzilla::Util;
 use Bugzilla::Error;
@@ -122,7 +123,10 @@ $template->process($format->{'template'}, $vars, \$comment)
 my @custom_bug_fields = Bugzilla->get_fields(
     { custom => 1, obsolete => 0, enter_bug => 1 });
 
-my @bug_fields = map { $_->name } @custom_bug_fields;
+# Undefined custom fields are ignored to ensure they will get their default
+# value (e.g. "---" for custom single select fields).
+my @bug_fields = grep { defined $cgi->param($_->name) } @custom_bug_fields;
+@bug_fields = map { $_->name } @bug_fields;
 
 # Custom tables must be locked (required when validating custom fields).
 my @custom_tables = grep { $_->type == FIELD_TYPE_SINGLE_SELECT } @custom_bug_fields;
@@ -183,10 +187,26 @@ if (defined $cgi->param('version')) {
 # Add an attachment if requested.
 if (defined($cgi->upload('data')) || $cgi->param('attachurl')) {
     $cgi->param('isprivate', $cgi->param('commentprivacy'));
-    Bugzilla::Attachment->insert_attachment_for_bug(!THROW_ERROR,
-                                                    $bug, $user, $timestamp,
-                                                    \$vars)
-        || ($vars->{'message'} = 'attachment_creation_failed');
+    my $attach_id = Bugzilla::Attachment->insert_attachment_for_bug(!THROW_ERROR,
+                                                  $bug, $user, $timestamp, \$vars);
+
+    if ($attach_id) {
+        # Update the comment to include the new attachment ID.
+        # This string is hardcoded here because Template::quoteUrls()
+        # expects to find this exact string.
+        my $new_comment = "Created an attachment (id=$attach_id)\n" .
+                          $cgi->param('description') . "\n";
+        # We can use $bug->longdescs here because we are sure that the bug
+        # description is of type CMT_NORMAL. No need to include it if it's
+        # empty, though.
+        if ($bug->longdescs->[0]->{'body'} !~ /^\s+$/) {
+            $new_comment .= "\n" . $bug->longdescs->[0]->{'body'};
+        }
+        $bug->update_comment($bug->longdescs->[0]->{'id'}, $new_comment);
+    }
+    else {
+        $vars->{'message'} = 'attachment_creation_failed';
+    }
 
     # Determine if Patch Viewer is installed, for Diff link
     eval {
@@ -243,8 +263,13 @@ if ($token) {
              ("createbug:$id", $token));
 }
 
-print $cgi->header();
-$template->process("bug/create/created.html.tmpl", $vars)
-  || ThrowTemplateError($template->error());
-
+if (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
+    Bugzilla::BugMail::Send($id, $vars->{'mailrecipients'});
+}
+else {
+    print $cgi->header();
+    $template->process("bug/create/created.html.tmpl", $vars)
+        || ThrowTemplateError($template->error());
+}
 
+1;
diff --git a/process_bug.cgi b/process_bug.cgi
index e671b9d76..6c0384973 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -47,6 +47,7 @@ use lib qw(.);
 use Bugzilla;
 use Bugzilla::Constants;
 use Bugzilla::Bug;
+use Bugzilla::BugMail;
 use Bugzilla::Mailer;
 use Bugzilla::User;
 use Bugzilla::Util;
@@ -70,7 +71,7 @@ $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 my @editable_bug_fields = editable_bug_fields();
 
 my $requiremilestone = 0;
-my $PrivilegesRequired = 0;
+local our $PrivilegesRequired = 0;
 
 ######################################################################
 # Subroutines
@@ -104,6 +105,20 @@ sub AnyDefaultGroups {
     return $any_default;
 }
 
+# Used to send email when an update is done.
+sub send_results {
+    my ($bug_id, $vars) = @_;
+    my $template = Bugzilla->template;
+    if (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
+         Bugzilla::BugMail::Send($bug_id, $vars->{'mailrecipients'});
+    }
+    else {
+        $template->process("bug/process/results.html.tmpl", $vars)
+            || ThrowTemplateError($template->error());
+    }
+    $vars->{'header_done'} = 1;
+}
+
 ######################################################################
 # Begin Data/Security Validation
 ######################################################################
@@ -231,7 +246,7 @@ Bugzilla::Flag::validate($cgi, $cgi->param('id'));
 # End Data/Security Validation
 ######################################################################
 
-print $cgi->header();
+print $cgi->header() unless Bugzilla->usage_mode == USAGE_MODE_EMAIL;
 $vars->{'title_tag'} = "bug_processed";
 
 # Set the title if we can see a mid-air coming. This test may have false
@@ -255,11 +270,6 @@ if ($cgi->cookie("BUGLIST") && defined $cgi->param('id')) {
     $vars->{'bug_list'} = \@bug_list;
 }
 
-foreach my $field_name ('product', 'component', 'version') {
-    defined($cgi->param($field_name))
-      || ThrowCodeError('undefined_field', { field => $field_name });
-}
-
 # This function checks if there is a comment required for a specific
 # function and tests, if the comment was given.
 # If comments are required for functions is defined by params.
@@ -299,6 +309,10 @@ if (defined $cgi->param('id')) {
         undef, $cgi->param('id'));
 }
 
+# At this point, the product must be defined, even if set to "dontchange".
+defined($cgi->param('product'))
+  || ThrowCodeError('undefined_field', { field => 'product' });
+
 if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct) 
      || (!$cgi->param('id')
          && $cgi->param('product') ne $cgi->param('dontchange')))
@@ -346,26 +360,55 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct)
     #
     my @version_names = map($_->name, @{$prod_obj->versions});
     my @component_names = map($_->name, @{$prod_obj->components});
-    my $vok = lsearch(\@version_names, $cgi->param('version')) >= 0;
-    my $cok = lsearch(\@component_names, $cgi->param('component')) >= 0;
+    my $vok = 0;
+    if (defined $cgi->param('version')) {
+        $vok = lsearch(\@version_names, $cgi->param('version')) >= 0;
+    }
+    my $cok = 0;
+    if (defined $cgi->param('component')) {
+        $cok = lsearch(\@component_names, $cgi->param('component')) >= 0;
+    }
 
     my $mok = 1;   # so it won't affect the 'if' statement if milestones aren't used
     my @milestone_names = ();
     if ( Bugzilla->params->{"usetargetmilestone"} ) {
-       defined($cgi->param('target_milestone'))
-         || ThrowCodeError('undefined_field', { field => 'target_milestone' });
-
        @milestone_names = map($_->name, @{$prod_obj->milestones});
-       $mok = lsearch(\@milestone_names, $cgi->param('target_milestone')) >= 0;
-    }
-
-    # If the product-specific fields need to be verified, or we need to verify
-    # whether or not to add the bugs to their new product's group, display
-    # a verification form.
-    if (!$vok || !$cok || !$mok || (AnyDefaultGroups()
-        && !defined $cgi->param('addtonewgroup'))) {
+       $mok = 0;
+       if (defined $cgi->param('target_milestone')) {
+           $mok = lsearch(\@milestone_names, $cgi->param('target_milestone')) >= 0;
+       }
+    }
+
+    # We cannot be sure if the component is the same by only checking $cok; the
+    # current component name could exist in the new product. So always display
+    # the form and use the confirm_product_change param to check if that was
+    # shown. Also show the verification form if the product-specific fields
+    # somehow still need to be verified, or if we need to verify whether or not
+    # to add the bugs to their new product's group.
+    if (!$vok || !$cok || !$mok || !defined $cgi->param('confirm_product_change')
+        || (AnyDefaultGroups() && !defined $cgi->param('addtonewgroup'))) {
+
+        if (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
+            if (!$vok) {
+                ThrowUserError('version_not_valid', {
+                    version => $cgi->param('version'),
+                    product => $cgi->param('product')});
+            }
+            if (!$cok) {
+                ThrowUserError('component_not_valid', {
+                    product => $cgi->param('product'),
+                    name    => $cgi->param('component')});
+            }
+            if (!$mok) {
+                ThrowUserError('milestone_not_valid', {
+                    product   => $cgi->param('product'),
+                    milestone => $cgi->param('target_milestone')});
+            }
+        }
         
-        if (!$vok || !$cok || !$mok) {
+        if (!$vok || !$cok || !$mok
+            || !defined $cgi->param('confirm_product_change'))
+        {
             $vars->{'verify_fields'} = 1;
             my %defaults;
             # We set the defaults to these fields to the old value,
@@ -375,10 +418,18 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct)
             if ($vok) {
                 $defaults{'version'} = $cgi->param('version');
             }
+            elsif (scalar(@version_names) == 1) {
+                $defaults{'version'} = $version_names[0];
+            }
+
             $vars->{'components'} = \@component_names;
             if ($cok) {
                 $defaults{'component'} = $cgi->param('component');
             }
+            elsif (scalar(@component_names) == 1) {
+                $defaults{'component'} = $component_names[0];
+            }
+
             if (Bugzilla->params->{"usetargetmilestone"}) {
                 $vars->{'use_target_milestone'} = 1;
                 $vars->{'milestones'} = \@milestone_names;
@@ -388,7 +439,6 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct)
                     $defaults{'target_milestone'} = $dbh->selectrow_array(
                         q{SELECT defaultmilestone FROM products 
                         WHERE name = ?}, undef, $prod);
-;
                 }
             }
             else {
@@ -409,6 +459,10 @@ if (((defined $cgi->param('id') && $cgi->param('product') ne $oldproduct)
     }
 }
 
+# At this point, the component must be defined, even if set to "dontchange".
+defined($cgi->param('component'))
+  || ThrowCodeError('undefined_field', { field => 'component' });
+
 # Confirm that the reporter of the current bug can access the bug we are duping to.
 sub DuplicateUserConfirm {
     my $cgi = Bugzilla->cgi;
@@ -433,6 +487,12 @@ sub DuplicateUserConfirm {
         $cgi->param('confirm_add_duplicate', '1');
         return;
     }
+    elsif (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
+        # The email interface defaults to the safe alternative, which is
+        # not CC'ing the user.
+        $cgi->param('confirm_add_duplicate', 0);
+        return;
+    }
 
     $vars->{'cclist_accessible'} = $dbh->selectrow_array(
         q{SELECT cclist_accessible FROM bugs WHERE bug_id = ?},
@@ -505,13 +565,8 @@ if ($action eq Bugzilla->params->{'move-button-text'}) {
 
     my $comment = "";
     if (defined $cgi->param('comment') && $cgi->param('comment') !~ /^\s*$/) {
-        $comment = $cgi->param('comment') . "\n\n";
+        $comment = $cgi->param('comment');
     }
-    $comment .= "Bug moved to " . Bugzilla->params->{'move-to-url'} . ".\n\n";
-    $comment .= "If the move succeeded, " . $user->login . " will receive a mail\n";
-    $comment .= "containing the number of the new bug in the other database.\n";
-    $comment .= "If all went well,  please mark this bug verified, and paste\n";
-    $comment .= "in a link to the new bug. Otherwise, reopen this bug.\n";
 
     $dbh->bz_lock_tables('bugs WRITE', 'bugs_activity WRITE', 'duplicates WRITE',
                          'longdescs WRITE', 'profiles READ', 'groups READ',
@@ -530,7 +585,7 @@ if ($action eq Bugzilla->params->{'move-button-text'}) {
         $sth->execute($timestamp, $id);
         $sth2->execute($id);
 
-        AppendComment($id, $whoid, $comment, 0, $timestamp);
+        AppendComment($id, $whoid, $comment, 0, $timestamp, 0, CMT_MOVED_TO, $user->login);
 
         if ($bug->bug_status ne 'RESOLVED') {
             LogActivityEntry($id, 'bug_status', $bug->bug_status,
@@ -548,10 +603,7 @@ if ($action eq Bugzilla->params->{'move-button-text'}) {
         $vars->{'mailrecipients'} = { 'changer' => $user->login };
         $vars->{'id'} = $id;
         $vars->{'type'} = "move";
-
-        $template->process("bug/process/results.html.tmpl", $vars)
-          || ThrowTemplateError($template->error());
-        $vars->{'header_done'} = 1;
+        send_results($id, $vars);
     }
     # Prepare and send all data about these bugs to the new database
     my $to = Bugzilla->params->{'move-to-address'};
@@ -578,10 +630,12 @@ if ($action eq Bugzilla->params->{'move-button-text'}) {
     MessageToMTA($msg);
 
     # End the response page.
-    $template->process("bug/navigate.html.tmpl", $vars)
-      || ThrowTemplateError($template->error());
-    $template->process("global/footer.html.tmpl", $vars)
-      || ThrowTemplateError($template->error());
+    unless (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
+        $template->process("bug/navigate.html.tmpl", $vars)
+            || ThrowTemplateError($template->error());
+        $template->process("global/footer.html.tmpl", $vars)
+            || ThrowTemplateError($template->error());
+    }
     exit;
 }
 
@@ -691,7 +745,7 @@ sub ChangeStatus {
 }
 
 sub ChangeResolution {
-    my ($str) = (@_);
+    my ($bug, $str) = (@_);
     my $dbh = Bugzilla->dbh;
     my $cgi = Bugzilla->cgi;
 
@@ -792,7 +846,7 @@ foreach my $field (Bugzilla->get_fields({custom => 1, obsolete => 0})) {
 }
 
 my $product;
-my $prod_changed;
+my $prod_changed = 0;
 my @newprod_ids;
 if ($cgi->param('product') ne $cgi->param('dontchange')) {
     $product = Bugzilla::Product::check_product(scalar $cgi->param('product'));
@@ -801,7 +855,14 @@ if ($cgi->param('product') ne $cgi->param('dontchange')) {
     $::query .= "product_id = ?";
     push(@values, $product->id);
     @newprod_ids = ($product->id);
-    $prod_changed = 1;
+    # If the bug remains in the same product, leave $prod_changed set to 0.
+    # Even with 'strict_isolation' turned on, we ignore users who already
+    # play a role for the bug; else you would never be able to edit it.
+    # If you want to move the bug to another product, then you first have to
+    # remove these users from the bug.
+    unless (defined $cgi->param('id') && $bug->product_id == $product->id) {
+        $prod_changed = 1;
+    }
 } else {
     @newprod_ids = @{$dbh->selectcol_arrayref("SELECT DISTINCT product_id
                                                FROM bugs 
@@ -899,7 +960,7 @@ if ( defined $cgi->param('id') &&
     }
 }
 
-my $duplicate = 0;
+my $duplicate;
 
 # We need to check the addresses involved in a CC change before we touch any bugs.
 # What we'll do here is formulate the CC data into two hashes of ID's involved
@@ -968,7 +1029,10 @@ if (defined $cgi->param('qa_contact')
     # The QA contact cannot be deleted from show_bug.cgi for a single bug!
     if ($name ne $cgi->param('dontchange')) {
         $qacontact = login_to_id($name, THROW_ERROR) if ($name ne "");
-        if ($qacontact && Bugzilla->params->{"strict_isolation"}) {
+        if ($qacontact && Bugzilla->params->{"strict_isolation"}
+            && !(defined $cgi->param('id') && $bug->qa_contact
+                 && $qacontact == $bug->qa_contact->id))
+        {
                 $usercache{$qacontact} ||= Bugzilla::User->new($qacontact);
                 my $qa_user = $usercache{$qacontact};
                 foreach my $product_id (@newprod_ids) {
@@ -1015,7 +1079,7 @@ SWITCH: for ($cgi->param('knob')) {
         last SWITCH;
     };
     /^clearresolution$/ && CheckonComment( "clearresolution" ) && do {
-        ChangeResolution('');
+        ChangeResolution($bug, '');
         last SWITCH;
     };
     /^(resolve|change_resolution)$/ && CheckonComment( "resolve" ) && do {
@@ -1043,7 +1107,7 @@ SWITCH: for ($cgi->param('knob')) {
             ChangeStatus('RESOLVED');
         }
 
-        ChangeResolution($cgi->param('resolution'));
+        ChangeResolution($bug, $cgi->param('resolution'));
         last SWITCH;
     };
     /^reassign$/ && CheckonComment( "reassign" ) && do {
@@ -1087,7 +1151,7 @@ SWITCH: for ($cgi->param('knob')) {
     };
     /^reopen$/  && CheckonComment( "reopen" ) && do {
         ChangeStatus('REOPENED');
-        ChangeResolution('');
+        ChangeResolution($bug, '');
         last SWITCH;
     };
     /^verify$/ && CheckonComment( "verify" ) && do {
@@ -1146,11 +1210,7 @@ SWITCH: for ($cgi->param('knob')) {
         _remove_remaining_time();
 
         ChangeStatus('RESOLVED');
-        ChangeResolution('DUPLICATE');
-        my $comment = $cgi->param('comment');
-        $comment .= "\n\n" 
-                    . get_text('bug_duplicate_of', { dupe_of => $duplicate });
-        $cgi->param('comment', $comment);
+        ChangeResolution($bug, 'DUPLICATE');
         last SWITCH;
     };
 
@@ -1239,11 +1299,8 @@ sub SnapShotBug {
 
 
 sub SnapShotDeps {
-    my ($i, $target, $me) = (@_);
-    my $dbh = Bugzilla->dbh;
-    my $list = $dbh->selectcol_arrayref(qq{SELECT $target FROM dependencies
-                                        WHERE $me = ? ORDER BY $target},
-                                        undef, $i);
+    my ($bug_id, $target, $me) = (@_);
+    my $list = Bugzilla::Bug::EmitDependList($me, $target, $bug_id);
     return join(',', @$list);
 }
 
@@ -1299,7 +1356,8 @@ if ($prod_changed && Bugzilla->params->{"strict_isolation"}) {
         $sth_cc->execute($id);
         my @blocked_cc = ();
         while (my ($pid) = $sth_cc->fetchrow_array) {
-            $usercache{$pid} ||= Bugzilla::User->new($pid);
+            # Ignore deleted accounts. They will never get notification.
+            $usercache{$pid} ||= Bugzilla::User->new($pid) || next;
             my $cc_user = $usercache{$pid};
             if (!$cc_user->can_edit_product($product->id)) {
                 push (@blocked_cc, $cc_user->login);
@@ -1314,7 +1372,7 @@ if ($prod_changed && Bugzilla->params->{"strict_isolation"}) {
         $sth_bug->execute($id);
         my ($assignee, $qacontact) = $sth_bug->fetchrow_array;
         if (!$assignee_checked) {
-            $usercache{$assignee} ||= Bugzilla::User->new($assignee);
+            $usercache{$assignee} ||= Bugzilla::User->new($assignee) || next;
             my $assign_user = $usercache{$assignee};
             if (!$assign_user->can_edit_product($product->id)) {
                     ThrowUserError('invalid_user_group',
@@ -1324,7 +1382,7 @@ if ($prod_changed && Bugzilla->params->{"strict_isolation"}) {
             }
         }
         if (!$qacontact_checked && $qacontact) {
-            $usercache{$qacontact} ||= Bugzilla::User->new($qacontact);
+            $usercache{$qacontact} ||= Bugzilla::User->new($qacontact) || next;
             my $qa_user = $usercache{$qacontact};
             if (!$qa_user->can_edit_product($product->id)) {
                     ThrowUserError('invalid_user_group',
@@ -1561,9 +1619,12 @@ foreach my $id (@idlist) {
         }
     }
 
-    if ($cgi->param('comment') || $work_time) {
+    if ($cgi->param('comment') || $work_time || $duplicate) {
+        my $type = $duplicate ? CMT_DUPE_OF : CMT_NORMAL;
+
         AppendComment($id, $whoid, scalar($cgi->param('comment')),
-                      scalar($cgi->param('commentprivacy')), $timestamp, $work_time);
+                      scalar($cgi->param('commentprivacy')), $timestamp,
+                      $work_time, $type, $duplicate);
         $bug_changed = 1;
     }
 
@@ -2038,10 +2099,9 @@ foreach my $id (@idlist) {
             $dbh->do(q{INSERT INTO cc (who, bug_id) VALUES (?, ?)},
                      undef, $reporter, $duplicate);
         }
-        my $dupe_comment = get_text('bug_has_duplicate',
-                                    { dupe => $cgi->param('id') });
         # Bug 171639 - Duplicate notifications do not need to be private.
-        AppendComment($duplicate, $whoid, $dupe_comment, 0, $timestamp);
+        AppendComment($duplicate, $whoid, "", 0, $timestamp, 0,
+                      CMT_HAS_DUPE, scalar $cgi->param('id'));
 
         $dbh->do(q{INSERT INTO duplicates VALUES (?, ?)}, undef,
                  $duplicate, $cgi->param('id'));
@@ -2061,20 +2121,17 @@ foreach my $id (@idlist) {
     
     # Let the user know the bug was changed and who did and didn't
     # receive email about the change.
-    $template->process("bug/process/results.html.tmpl", $vars)
-      || ThrowTemplateError($template->error());
-    $vars->{'header_done'} = 1;
-    
+    send_results($id, $vars);
+ 
     if ($duplicate) {
         $vars->{'mailrecipients'} = { 'changer' => Bugzilla->user->login }; 
 
         $vars->{'id'} = $duplicate;
         $vars->{'type'} = "dupe";
         
-        # Let the user know a duplication notation was added to the original bug.
-        $template->process("bug/process/results.html.tmpl", $vars)
-          || ThrowTemplateError($template->error());
-        $vars->{'header_done'} = 1;
+        # Let the user know a duplication notation was added to the 
+        # original bug.
+        send_results($duplicate, $vars);
     }
 
     if ($check_dep_bugs) {
@@ -2083,12 +2140,11 @@ foreach my $id (@idlist) {
             $vars->{'id'} = $k;
             $vars->{'type'} = "dep";
 
-            # Let the user (if he is able to see the bug) know we checked to see 
-            # if we should email notice of this change to users with a relationship
-            # to the dependent bug and who did and didn't receive email about it.
-            $template->process("bug/process/results.html.tmpl", $vars)
-              || ThrowTemplateError($template->error());
-            $vars->{'header_done'} = 1;
+            # Let the user (if he is able to see the bug) know we checked to 
+            # see if we should email notice of this change to users with a 
+            # relationship to the dependent bug and who did and didn't 
+            # receive email about it.
+            send_results($k, $vars);
         }
     }
 }
@@ -2107,7 +2163,10 @@ if (defined $cgi->param('id')) {
     $action = 'nothing';
 }
 
-if ($action eq 'next_bug') {
+if (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
+    # Do nothing.
+}
+elsif ($action eq 'next_bug') {
     my $next_bug;
     my $cur = lsearch(\@bug_list, $cgi->param("id"));
     if ($cur >= 0 && $cur < $#bug_list) {
@@ -2144,7 +2203,11 @@ if ($action eq 'next_bug') {
 }
 
 # End the response page.
-$template->process("bug/navigate.html.tmpl", $vars)
-  || ThrowTemplateError($template->error());
-$template->process("global/footer.html.tmpl", $vars)
-  || ThrowTemplateError($template->error());
+unless (Bugzilla->usage_mode == USAGE_MODE_EMAIL) {
+    $template->process("bug/navigate.html.tmpl", $vars)
+        || ThrowTemplateError($template->error());
+    $template->process("global/footer.html.tmpl", $vars)
+        || ThrowTemplateError($template->error());
+}
+
+1;
diff --git a/query.cgi b/query.cgi
index cc2e04903..ce6aefc61 100755
--- a/query.cgi
+++ b/query.cgi
@@ -111,6 +111,7 @@ local our %default;
 # and ignore any multiple values.
 sub PrefillForm {
     my ($buf) = (@_);
+    $buf = new Bugzilla::CGI($buf);
     my $foundone = 0;
 
     # Nothing must be undef, otherwise the template complains.
@@ -132,26 +133,14 @@ sub PrefillForm {
                       "category", "subcategory", "name", "newcategory",
                       "newsubcategory", "public", "frequency") 
     {
-        # This is a bit of a hack. The default, empty list has 
-        # three entries to accommodate the needs of the email fields -
-        # we use each position to denote the relevant field. Array
-        # position 0 is unused for email fields because the form 
-        # parameters historically started at 1.
-        $default{$name} = ["", "", ""];
+        $default{$name} = [];
     }
  
  
     # Iterate over the URL parameters
-    foreach my $item (split(/\&/, $buf)) {
-        my @el = split(/=/, $item);
-        my $name = $el[0];
-        my $value;
-        if ($#el > 0) {
-            $value = Bugzilla::Util::url_decode($el[1]);
-        } else {
-            $value = "";
-        }
-        
+    foreach my $name ($buf->param()) {
+        my @values = $buf->param($name);
+
         # If the name begins with field, type, or value, then it is part of
         # the boolean charts. Because these are built different than the rest
         # of the form, we don't need to save a default value. We do, however,
@@ -165,22 +154,16 @@ sub PrefillForm {
         # positions to show the defaults for that number field.
         elsif ($name =~ m/^(.+)(\d)$/ && defined($default{$1})) {
             $foundone = 1;
-            $default{$1}->[$2] = $value;
+            $default{$1}->[$2] = $values[0];
         }
-        # If there's no default yet, we replace the blank string.
-        elsif (defined($default{$name}) && $default{$name}->[0] eq "") {
+        elsif (exists $default{$name}) {
             $foundone = 1;
-            $default{$name} = [$value]; 
-        } 
-        # If there's already a default, we push on the new value.
-        elsif (defined($default{$name})) {
-            push (@{$default{$name}}, $value);
-        }        
-    }        
+            push (@{$default{$name}}, @values);
+        }
+    }
     return $foundone;
 }
 
-
 if (!PrefillForm($buffer)) {
     # Ah-hah, there was no form stuff specified.  Do it again with the
     # default query.
@@ -191,7 +174,7 @@ if (!PrefillForm($buffer)) {
     }
 }
 
-if ($default{'chfieldto'}->[0] eq "") {
+if (!scalar(@{$default{'chfieldto'}}) || $default{'chfieldto'}->[0] eq "") {
     $default{'chfieldto'} = ["Now"];
 }
 
@@ -335,7 +318,7 @@ if ($cgi->param('order')) { $deforder = $cgi->param('order') }
 
 $vars->{'userdefaultquery'} = $userdefaultquery;
 $vars->{'orders'} = \@orders;
-$default{'querytype'} = $deforder || 'Importance';
+$default{'order'} = [$deforder || 'Importance'];
 
 if (($cgi->param('query_format') || $cgi->param('format') || "")
     eq "create-series") {
diff --git a/sanitycheck.cgi b/sanitycheck.cgi
index dd9e50598..bf8ba1980 100755
--- a/sanitycheck.cgi
+++ b/sanitycheck.cgi
@@ -22,6 +22,7 @@
 #                 Matthew Tuck <matty@chariot.net.au>
 #                 Max Kanat-Alexander <mkanat@bugzilla.org>
 #                 Marc Schumann <wurblzap@gmail.com>
+#                 Frédéric Buclin <LpSolit@gmail.com>
 
 use strict;
 
@@ -78,16 +79,14 @@ Bugzilla->login(LOGIN_REQUIRED);
 my $cgi = Bugzilla->cgi;
 my $dbh = Bugzilla->dbh;
 my $template = Bugzilla->template;
-
-# Make sure the user is authorized to access sanitycheck.cgi.  Access
-# is restricted to logged-in users who have "editbugs" privileges,
-# which is a reasonable compromise between allowing all users to access
-# the script (creating the potential for denial of service attacks)
-# and restricting access to this installation's administrators (which
-# prevents users with a legitimate interest in Bugzilla integrity
-# from accessing the script).
-Bugzilla->user->in_group("editbugs")
-  || ThrowUserError("auth_failure", {group  => "editbugs",
+my $user = Bugzilla->user;
+
+# Make sure the user is authorized to access sanitycheck.cgi.
+# As this script can now alter the group_control_map table, we no longer
+# let users with editbugs privs run it anymore.
+$user->in_group("editcomponents")
+  || ($user->in_group('editkeywords') && defined $cgi->param('rebuildkeywordcache'))
+  || ThrowUserError("auth_failure", {group  => "editcomponents",
                                      action => "run",
                                      object => "sanity_check"});
 
@@ -97,6 +96,16 @@ my @row;
 
 $template->put_header("Sanity Check");
 
+###########################################################################
+# Users with 'editkeywords' privs only can only check keywords.
+###########################################################################
+unless ($user->in_group('editcomponents')) {
+    check_votes_or_keywords('keywords');
+    Status("Sanity check completed.");
+    $template->put_footer();
+    exit;
+}
+
 ###########################################################################
 # Fix vote cache
 ###########################################################################
@@ -606,164 +615,180 @@ sub AlertBadVoteCache {
     Alert("Bad vote cache for bug " . BugLink($id));
 }
 
-$sth = $dbh->prepare(q{SELECT bug_id, votes, keywords
-                         FROM bugs
-                        WHERE votes != 0 
-                           OR keywords != ''});
-$sth->execute;
+check_votes_or_keywords();
 
-my %votes;
-my %bugid;
-my %keyword;
+sub check_votes_or_keywords {
+    my $check = shift || 'all';
 
-while (my ($id, $v, $k) = $sth->fetchrow_array) {
-    if ($v != 0) {
-        $votes{$id} = $v;
-    }
-    if ($k) {
-        $keyword{$id} = $k;
-    }
-}
-
-Status("Checking cached vote counts");
-$sth = $dbh->prepare(q{SELECT bug_id, SUM(vote_count)
-                         FROM votes }.
-                       $dbh->sql_group_by('bug_id'));
-$sth->execute;
+    my $dbh = Bugzilla->dbh;
+    my $sth = $dbh->prepare(q{SELECT bug_id, votes, keywords
+                                FROM bugs
+                               WHERE votes != 0 OR keywords != ''});
+    $sth->execute;
 
-my $offer_votecache_rebuild = 0;
+    my %votes;
+    my %keyword;
 
-while (my ($id, $v) = $sth->fetchrow_array) {
-    if ($v <= 0) {
-        Alert("Bad vote sum for bug $id");
-    } else {
-        if (!defined $votes{$id} || $votes{$id} != $v) {
-            AlertBadVoteCache($id);
-            $offer_votecache_rebuild = 1;
+    while (my ($id, $v, $k) = $sth->fetchrow_array) {
+        if ($v != 0) {
+            $votes{$id} = $v;
+        }
+        if ($k) {
+            $keyword{$id} = $k;
         }
-        delete $votes{$id};
     }
-}
-foreach my $id (keys %votes) {
-    AlertBadVoteCache($id);
-    $offer_votecache_rebuild = 1;
-}
 
-if ($offer_votecache_rebuild) {
-    print qq{<a href="sanitycheck.cgi?rebuildvotecache=1">Click here to rebuild the vote cache</a><p>\n};
+    # If we only want to check keywords, skip checks about votes.
+    _check_votes(\%votes) unless ($check eq 'keywords');
+    # If we only want to check votes, skip checks about keywords.
+    _check_keywords(\%keyword) unless ($check eq 'votes');
 }
 
+sub _check_votes {
+    my $votes = shift;
 
-Status("Checking keywords table");
-
-my %keywordids;
+    Status("Checking cached vote counts");
+    my $dbh = Bugzilla->dbh;
+    my $sth = $dbh->prepare(q{SELECT bug_id, SUM(vote_count)
+                                FROM votes }.
+                                $dbh->sql_group_by('bug_id'));
+    $sth->execute;
 
-my $keywords = $dbh->selectall_arrayref(q{SELECT id, name 
-                                            FROM keyworddefs});
+    my $offer_votecache_rebuild = 0;
 
-foreach my $keyword (@$keywords) {
-    my ($id, $name) = @$keyword;
-    if ($keywordids{$id}) {
-        Alert("Duplicate entry in keyworddefs for id $id");
+    while (my ($id, $v) = $sth->fetchrow_array) {
+        if ($v <= 0) {
+            Alert("Bad vote sum for bug $id");
+        } else {
+            if (!defined $votes->{$id} || $votes->{$id} != $v) {
+                AlertBadVoteCache($id);
+                $offer_votecache_rebuild = 1;
+            }
+            delete $votes->{$id};
+        }
     }
-    $keywordids{$id} = 1;
-    if ($name =~ /[\s,]/) {
-        Alert("Bogus name in keyworddefs for id $id");
+    foreach my $id (keys %$votes) {
+        AlertBadVoteCache($id);
+        $offer_votecache_rebuild = 1;
     }
-}
 
-$sth = $dbh->prepare(q{SELECT bug_id, keywordid
-                         FROM keywords
-                     ORDER BY bug_id, keywordid});
-$sth->execute;
-my $lastid;
-my $lastk;
-while (my ($id, $k) = $sth->fetchrow_array) {
-    if (!$keywordids{$k}) {
-        Alert("Bogus keywordids $k found in keywords table");
+    if ($offer_votecache_rebuild) {
+        print qq{<a href="sanitycheck.cgi?rebuildvotecache=1">Click here to rebuild the vote cache</a><p>\n};
     }
-    if (defined $lastid && $id eq $lastid && $k eq $lastk) {
-        Alert("Duplicate keyword ids found in bug " . BugLink($id));
-    }
-    $lastid = $id;
-    $lastk = $k;
 }
 
-Status("Checking cached keywords");
-
-my %realk;
+sub _check_keywords {
+    my $keyword = shift;
 
-if (defined $cgi->param('rebuildkeywordcache')) {
-    $dbh->bz_lock_tables('bugs write', 'keywords read',
-                                  'keyworddefs read');
-}
+    Status("Checking keywords table");
+    my $dbh = Bugzilla->dbh;
+    my $cgi = Bugzilla->cgi;
 
-my $query = q{SELECT keywords.bug_id, keyworddefs.name
-                FROM keywords
-          INNER JOIN keyworddefs
-                  ON keyworddefs.id = keywords.keywordid
-          INNER JOIN bugs
-                  ON keywords.bug_id = bugs.bug_id
-            ORDER BY keywords.bug_id, keyworddefs.name};
+    my %keywordids;
+    my $keywords = $dbh->selectall_arrayref(q{SELECT id, name
+                                                FROM keyworddefs});
 
-$sth = $dbh->prepare($query);
-$sth->execute;
+    foreach (@$keywords) {
+        my ($id, $name) = @$_;
+        if ($keywordids{$id}) {
+            Alert("Duplicate entry in keyworddefs for id $id");
+        }
+        $keywordids{$id} = 1;
+        if ($name =~ /[\s,]/) {
+            Alert("Bogus name in keyworddefs for id $id");
+        }
+    }
 
-my $lastb = 0;
-my @list;
-while (1) {
-    my ($b, $k) = $sth->fetchrow_array; 
-    if (!defined $b || $b != $lastb) {
-        if (@list) {
-            $realk{$lastb} = join(', ', @list);
+    my $sth = $dbh->prepare(q{SELECT bug_id, keywordid
+                                FROM keywords
+                            ORDER BY bug_id, keywordid});
+    $sth->execute;
+    my $lastid;
+    my $lastk;
+    while (my ($id, $k) = $sth->fetchrow_array) {
+        if (!$keywordids{$k}) {
+            Alert("Bogus keywordids $k found in keywords table");
         }
-        if (!$b) {
-            last;
+        if (defined $lastid && $id eq $lastid && $k eq $lastk) {
+            Alert("Duplicate keyword ids found in bug " . BugLink($id));
         }
-        $lastb = $b;
-        @list = ();
+        $lastid = $id;
+        $lastk = $k;
     }
-    push(@list, $k);
-}
 
-my @badbugs = ();
+    Status("Checking cached keywords");
 
-foreach my $b (keys(%keyword)) {
-    if (!exists $realk{$b} || $realk{$b} ne $keyword{$b}) {
-        push(@badbugs, $b);
+    if (defined $cgi->param('rebuildkeywordcache')) {
+        $dbh->bz_lock_tables('bugs write', 'keywords read', 'keyworddefs read');
     }
-}
-foreach my $b (keys(%realk)) {
-    if (!exists $keyword{$b}) {
-        push(@badbugs, $b);
+
+    my $query = q{SELECT keywords.bug_id, keyworddefs.name
+                    FROM keywords
+              INNER JOIN keyworddefs
+                      ON keyworddefs.id = keywords.keywordid
+              INNER JOIN bugs
+                      ON keywords.bug_id = bugs.bug_id
+                ORDER BY keywords.bug_id, keyworddefs.name};
+
+    $sth = $dbh->prepare($query);
+    $sth->execute;
+
+    my $lastb = 0;
+    my @list;
+    my %realk;
+    while (1) {
+        my ($b, $k) = $sth->fetchrow_array;
+        if (!defined $b || $b != $lastb) {
+            if (@list) {
+                $realk{$lastb} = join(', ', @list);
+            }
+            last unless $b;
+
+            $lastb = $b;
+            @list = ();
+        }
+        push(@list, $k);
     }
-}
-if (@badbugs) {
-    @badbugs = sort {$a <=> $b} @badbugs;
-    Alert(scalar(@badbugs) . " bug(s) found with incorrect keyword cache: " .
-          BugListLinks(@badbugs));
-          
-    my $sth_update = $dbh->prepare(q{UPDATE bugs
-                                        SET keywords = ?
-                                      WHERE bug_id = ?});
-                                      
-    if (defined $cgi->param('rebuildkeywordcache')) {
-        Status("OK, now fixing keyword cache.");
-        foreach my $b (@badbugs) {
-            my $k = '';
-            if (exists($realk{$b})) {
-                $k = $realk{$b};
+
+    my @badbugs = ();
+
+    foreach my $b (keys(%$keyword)) {
+        if (!exists $realk{$b} || $realk{$b} ne $keyword->{$b}) {
+            push(@badbugs, $b);
+        }
+    }
+    foreach my $b (keys(%realk)) {
+        if (!exists $keyword->{$b}) {
+            push(@badbugs, $b);
+        }
+    }
+    if (@badbugs) {
+        @badbugs = sort {$a <=> $b} @badbugs;
+        Alert(scalar(@badbugs) . " bug(s) found with incorrect keyword cache: " .
+              BugListLinks(@badbugs));
+
+        my $sth_update = $dbh->prepare(q{UPDATE bugs
+                                            SET keywords = ?
+                                          WHERE bug_id = ?});
+
+        if (defined $cgi->param('rebuildkeywordcache')) {
+            Status("OK, now fixing keyword cache.");
+            foreach my $b (@badbugs) {
+                my $k = '';
+                if (exists($realk{$b})) {
+                    $k = $realk{$b};
+                }
+                $sth_update->execute($k, $b);
             }
-            $sth_update->execute($k, $b);
+            Status("Keyword cache fixed.");
+        } else {
+            print qq{<a href="sanitycheck.cgi?rebuildkeywordcache=1">Click here to rebuild the keyword cache</a><p>\n};
         }
-        Status("Keyword cache fixed.");
-    } else {
-        print qq{<a href="sanitycheck.cgi?rebuildkeywordcache=1">Click here to rebuild the keyword cache</a><p>\n};
     }
-}
 
-if (defined $cgi->param('rebuildkeywordcache')) {
-    $dbh->bz_unlock_tables();
+    if (defined $cgi->param('rebuildkeywordcache')) {
+        $dbh->bz_unlock_tables();
+    }
 }
 
 ###########################################################################
@@ -892,7 +917,7 @@ BugCheck("bugs INNER JOIN products ON bugs.product_id = products.id " .
 Status("Checking for bad values in group_control_map");
 my $groups = join(", ", (CONTROLMAPNA, CONTROLMAPSHOWN, CONTROLMAPDEFAULT,
 CONTROLMAPMANDATORY));
-$query = qq{
+my $query = qq{
      SELECT COUNT(product_id) 
        FROM group_control_map 
       WHERE membercontrol NOT IN( $groups )
diff --git a/show_bug.cgi b/show_bug.cgi
index 37d31efe0..bc6faa8a5 100755
--- a/show_bug.cgi
+++ b/show_bug.cgi
@@ -99,6 +99,9 @@ $vars->{'bugs'} = \@bugs;
 $vars->{'marks'} = \%marks;
 $vars->{'use_keywords'} = 1 if Bugzilla::Keyword::keyword_count();
 
+my @bugids = map {$_->bug_id} @bugs;
+$vars->{'bugids'} = join(", ", @bugids);
+
 # Next bug in list (if there is one)
 my @bug_list;
 if ($cgi->cookie("BUGLIST")) {
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi
index e483fd0f8..77259182f 100755
--- a/showdependencygraph.cgi
+++ b/showdependencygraph.cgi
@@ -96,7 +96,16 @@ sub AddLink {
     }
 }
 
+# The list of valid directions. Some are not proposed in the dropdrown
+# menu despite they are valid ones.
+my @valid_rankdirs = ('LR', 'RL', 'TB', 'BT');
+
 my $rankdir = $cgi->param('rankdir') || "LR";
+# Make sure the submitted 'rankdir' value is valid.
+if (lsearch(\@valid_rankdirs, $rankdir) < 0) {
+    $rankdir = 'LR';
+}
+
 my $webdotdir = bz_locations()->{'webdotdir'};
 
 if (!defined $cgi->param('id') && !defined $cgi->param('doall')) {
@@ -238,6 +247,11 @@ if ($webdotbase =~ /^https?:/) {
     
     # On Windows $pngfilename will contain \ instead of /
     $pngfilename =~ s|\\|/|g if $^O eq 'MSWin32';
+
+    # Under mod_perl, pngfilename will have an absolute path, and we
+    # need to make that into a relative path.
+    my $cgi_root = bz_locations()->{cgi_path};
+    $pngfilename =~ s/^\Q$cgi_root\E//;
     
     $vars->{'image_url'} = $pngfilename;
 
diff --git a/showdependencytree.cgi b/showdependencytree.cgi
index dfc715cf8..1010adcd0 100755
--- a/showdependencytree.cgi
+++ b/showdependencytree.cgi
@@ -53,9 +53,9 @@ my $id = $cgi->param('id') || ThrowUserError('invalid_bug_id_or_alias');
 ValidateBugID($id);
 my $current_bug = new Bugzilla::Bug($id);
 
-my $hide_resolved = $cgi->param('hide_resolved') ? 1 : 0;
+local our $hide_resolved = $cgi->param('hide_resolved') ? 1 : 0;
 
-my $maxdepth = $cgi->param('maxdepth') || 0;
+local our $maxdepth = $cgi->param('maxdepth') || 0;
 if ($maxdepth !~ /^\d+$/) { $maxdepth = 0 };
 
 ################################################################################
@@ -63,7 +63,7 @@ if ($maxdepth !~ /^\d+$/) { $maxdepth = 0 };
 ################################################################################
 
 # Stores the greatest depth to which either tree goes.
-my $realdepth = 0;
+local our $realdepth = 0;
 
 # Generate the tree of bugs that this bug depends on and a list of IDs
 # appearing in the tree.
diff --git a/skins/CVS/Entries b/skins/CVS/Entries
index 96e740bbd..9e6c934ad 100644
--- a/skins/CVS/Entries
+++ b/skins/CVS/Entries
@@ -1,2 +1,2 @@
-/.cvsignore/1.1/Fri Sep  8 22:03:35 2006//TBUGZILLA-2_23_3
+/.cvsignore/1.1/Fri Sep  8 22:03:35 2006//TBUGZILLA-2_23_4
 D/standard////
diff --git a/skins/CVS/Tag b/skins/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/skins/CVS/Tag
+++ b/skins/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/skins/standard/CVS/Entries b/skins/standard/CVS/Entries
index 03629e6c7..afe414123 100644
--- a/skins/standard/CVS/Entries
+++ b/skins/standard/CVS/Entries
@@ -1,17 +1,17 @@
-/admin.css/1.3/Wed Oct 26 17:14:31 2005//TBUGZILLA-2_23_3
-/buglist.css/1.9/Mon Apr 11 22:52:50 2005//TBUGZILLA-2_23_3
-/create_attachment.css/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-2_23_3
-/dependency-tree.css/1.2/Tue May 23 00:31:35 2006//TBUGZILLA-2_23_3
-/duplicates.css/1.2/Fri Nov 15 22:04:04 2002//TBUGZILLA-2_23_3
-/editusers.css/1.2/Sat Oct 14 20:26:50 2006//TBUGZILLA-2_23_3
-/global.css/1.24/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/index.css/1.6/Thu Sep 28 22:15:07 2006//TBUGZILLA-2_23_3
-/panel.css/1.1/Wed Dec 12 22:41:11 2001//TBUGZILLA-2_23_3
-/params.css/1.2/Thu Oct 13 09:18:22 2005//TBUGZILLA-2_23_3
-/show_bug.css/1.1/Mon Jul 17 19:57:56 2006//TBUGZILLA-2_23_3
-/show_multiple.css/1.4/Sun Jun 18 23:11:59 2006//TBUGZILLA-2_23_3
-/summarize-time.css/1.1/Mon Feb 28 17:52:57 2005//TBUGZILLA-2_23_3
-/voting.css/1.1/Tue Feb  8 15:49:57 2005//TBUGZILLA-2_23_3
+/IE-fixes.css/1.1/Tue Oct 17 19:58:34 2006//TBUGZILLA-2_23_4
+/admin.css/1.3/Wed Oct 26 17:14:31 2005//TBUGZILLA-2_23_4
+/buglist.css/1.11/Wed Nov 15 10:44:15 2006//TBUGZILLA-2_23_4
+/create_attachment.css/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-2_23_4
+/dependency-tree.css/1.3/Sat Jan  6 19:48:10 2007//TBUGZILLA-2_23_4
+/duplicates.css/1.2/Fri Nov 15 22:04:04 2002//TBUGZILLA-2_23_4
+/editusers.css/1.2/Sat Oct 14 20:26:50 2006//TBUGZILLA-2_23_4
+/global.css/1.31/Sun Jan 21 14:11:13 2007//TBUGZILLA-2_23_4
+/index.css/1.6/Thu Sep 28 22:15:07 2006//TBUGZILLA-2_23_4
+/panel.css/1.1/Wed Dec 12 22:41:11 2001//TBUGZILLA-2_23_4
+/params.css/1.2/Thu Oct 13 09:18:22 2005//TBUGZILLA-2_23_4
+/show_multiple.css/1.4/Sun Jun 18 23:11:59 2006//TBUGZILLA-2_23_4
+/summarize-time.css/1.1/Mon Feb 28 17:52:57 2005//TBUGZILLA-2_23_4
+/voting.css/1.1/Tue Feb  8 15:49:57 2005//TBUGZILLA-2_23_4
 D/dependency-tree////
 D/global////
 D/index////
diff --git a/skins/standard/CVS/Tag b/skins/standard/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/skins/standard/CVS/Tag
+++ b/skins/standard/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/skins/standard/show_bug.css b/skins/standard/IE-fixes.css
old mode 100644
new mode 100755
similarity index 64%
rename from skins/standard/show_bug.css
rename to skins/standard/IE-fixes.css
index 012d3b5e9..b0f34141d
--- a/skins/standard/show_bug.css
+++ b/skins/standard/IE-fixes.css
@@ -10,9 +10,24 @@
   *
   * The Original Code is the Bugzilla Bug Tracking System.
   *
-  * Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+  * Contributor(s): Marc Schumann <wurblzap@gmail.com>
   */
 
-.field_label {
-    text-align: right;
+#footer #useful-links li {
+    padding-bottom: 0.8ex;
+}
+
+#footer .label {
+    display: block;
+    float: left;
+    width: 8.2em;
+    padding-bottom: 0.1ex;
+}
+
+#footer #links-actions .label {
+    padding-top: 0.35em;
+}
+
+#footer .links {
+    display: inline;
 }
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index 45e4937d9..dc3db0e10 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -21,10 +21,20 @@
 .bz_id_column {
 }
 
+.bz_row_odd {
+    background-color: #F7F7F7;
+    color: #000000;
+}
+
+.bz_row_even {
+    background-color: #FFFFFF;
+    color: #000000;
+}
+
 /* Style bug rows according to severity. */
 .bz_blocker { color: red; font-weight: bold; }
 .bz_critical { color: red; }
-.bz_enhancement { color: #888; background-color: white; }
+.bz_enhancement { color: #666; background-color: white; }
 
 /* Align columns in the "change multiple bugs" form to the right. */
 table#form tr th { text-align: right; }
diff --git a/skins/standard/dependency-tree.css b/skins/standard/dependency-tree.css
index 1ba8ea7b7..cab167171 100644
--- a/skins/standard/dependency-tree.css
+++ b/skins/standard/dependency-tree.css
@@ -90,5 +90,5 @@ ul.tree a.tree_link img {
 .summ_h A {
     background-color: #ffffaa;
     color: #333;
-    text-decoration: underline bold;
+    font-weight: bold;
 }
diff --git a/skins/standard/dependency-tree/CVS/Entries b/skins/standard/dependency-tree/CVS/Entries
index f376d0854..5f88fbada 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-2_23_3
-/tree-closed.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-2_23_3
-/tree-open.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-2_23_3
-/tree.png/1.1/Tue May 23 00:31:35 2006/-kb/TBUGZILLA-2_23_3
+/bug-item.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-2_23_4
+/tree-closed.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-2_23_4
+/tree-open.png/1.1/Fri Feb 24 01:31:13 2006/-kb/TBUGZILLA-2_23_4
+/tree.png/1.1/Tue May 23 00:31:35 2006/-kb/TBUGZILLA-2_23_4
 D
diff --git a/skins/standard/dependency-tree/CVS/Tag b/skins/standard/dependency-tree/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/skins/standard/dependency-tree/CVS/Tag
+++ b/skins/standard/dependency-tree/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 5111a4a4a..bd558d5c5 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -19,30 +19,34 @@
   *                 Christian Reis <kiko@async.com.br>
   *                 Vitaly Harisov <vitaly@rathedg.com>
   *                 Svetlana Harisova <light@rathedg.com>
+  *                 Marc Schumann <wurblzap@gmail.com>
   */
 
-body
-{
-    color: #000;
-    background-color: #fff;
-}
+/* global (begin) */
+    body {
+        font-family: sans-serif;
+        color: #000;
+        background: #fff url("global/body-back.gif") repeat-x;
+    }
+/* global (end) */
 
 /* header (begin) */
-    #header
-    {
+    #header {
         margin-bottom: 1em;
         padding-bottom: 2px;
     }
 
-    #header form
-    {
+    #header form {
         font-size: 85%;
         display: inline;
     }
 
-    #header .links
-    {
-        font-family: sans-serif;
+    #header .btn,
+    #header .txt {
+        font-size: 80%;
+    }
+
+    #header .links {
         font-size: 85%;
         border-left: 1px solid silver;
         border-right: 1px solid silver;
@@ -52,10 +56,9 @@ body
         padding: 0.5em;
     }
 
-    #message
-    {
+    #message {
         border: 1px solid red;
-
+        margin: 0.3em 0em;
         padding: 0.3em;
         color: green;
     }
@@ -63,46 +66,45 @@ body
 /* header (end)   */
 
 /* banner (begin) */
-    #banner
-    {
+    #banner {
     }
 
 /* banner (end) */
 
 /* titles (begin) */
-    #titles
-    {
+    #titles {
         width: 100%;
         background-color: #404D6C;
         color: #fff;
-        -moz-border-radius: 5px;
-        font-family: sans-serif;
+        -moz-border-radius-topleft: 5px;
+        -moz-border-radius-topright: 5px;
         font-size: 110%;
         margin: 0;
         padding: 0.5em;
         vertical-align: bottom;
     }
 
-    #titles a
-    {
+    #titles a {
         color: #fff;
     }
 
-    #titles #title
-    {
+    #titles p {
+        margin: 0;
+        padding: 0;
+    }
+
+    #titles #title {
         font-weight: bold;
         white-space: nowrap;
     }
 
-    #titles #subtitle
-    {
+    #titles #subtitle {
         font-weight: normal;
         width: 100%;
         text-align: center;
     }
 
-    #titles #information
-    {
+    #titles #information {
         font-weight: normal;
         text-align: right;
         font-size: 90%;
@@ -112,101 +114,82 @@ body
 /* titles (end) */
 
 /* footer (begin) */
-    #footer
-    {
-        float: left;
+    #footer {
         margin-top: 5px;
         width: 100%;
-        font-family: sans-serif;
         background: #edf2f2;
         border-top: 1px solid #ddd;
         border-bottom: 1px solid #ddd;
     }
 
-    #footer form
-    {
+    #footer form {
         display: inline;
     }
 
-    #footer .btn, #footer .txt
-    {
-        font-size: 0.8em;
-    }
-
-    #footer #useful-links
-    {
-        padding: 0.3em;
+    #footer .btn,
+    #footer .txt {
+        font-size: 80%;
     }
 
-    /* hide from MSIE and NN4 */
-    [id]#footer #useful-links
-    {
-        margin: 0.3em;
+    #footer #useful-links {
         display: table;
+        padding-left: 1ex;
+        padding-right: 1ex;
     }
 
     #footer #links-actions,
     #footer #links-edit,
     #footer #links-saved,
-    #footer #links-special
-    {
+    #footer #links-special {
         display: table-row;
+        list-style-type: none;
     }
 
-    #footer .label
-    {
-        width: 8.2em;
-        display: block;
-        float: left;
-
-        vertical-align: baseline;
-
-        padding: 0.1em 0.2em;
-    }
-
-    #footer #links-actions .label
-    {
-        padding-top: 0.45em;
+    #footer .label {
+        display: table-cell;
+        white-space: nowrap;
+        vertical-align: top;
     }
 
-    /* hide from MSIE and NN4 */
-    [id]#footer .label
-    {
+    #footer .links {
         display: table-cell;
-        float: none;
-        width: auto;
-
-        padding-top: 0;
+        vertical-align: top;
     }
+/* footer (end) */
 
-    #footer .links
-    {
-        display: table-cell;
+/* link lists (begin) */
+    ul.links {
+        margin: 0;
+        padding: 0;
+        list-style-type: none;
+    }
 
-        padding: 0.1em 0.2em;
+    ul.links li {
+        display: inline;
+        white-space: nowrap;
     }
+/* link lists (end) */
 
-    /* hide from MSIE and NN4 */
-    [id]#footer .links
-    {
-        padding-top: 0;
+/* tabs (begin) */
+    .tabs td {
+        background: #eee;
+        text-align: center;
+        border-style: solid;
+        border-color: black;
+        border-width: 0px 0px 2px 0px;
+    }
         
-        vertical-align: baseline;
+    .tabs td.selected {
+        background: white;
+        border-width: 2px 2px 0px 2px;
     }
 
-    /* hide from MSIE and NN4 */
-    #footer+*
-    {
-        clear: both;
+    .tabs td.spacer {
+        background: white;
     }
-/* footer (end) */
+/* tabs (end) */
 
 /* generic (begin) */
-    body
-    {
-        background: #fff url("global/body-back.gif") repeat-x;
-    }
-
     :link {
         color: #039;
     }
@@ -222,6 +205,10 @@ body
     :link:active, :link:active {
         color: #000;
     }
+
+    .clickable_area {
+        cursor: pointer;
+    }
 /* generic (end) */
 
 div#docslinks {
@@ -235,60 +222,46 @@ div#docslinks {
     margin: 0;
 }
 
-.bz_obsolete { text-decoration: line-through; }
-.bz_inactive { text-decoration: line-through; }
+.bz_obsolete {
+    text-decoration: line-through;
+}
+.bz_inactive {
+    text-decoration: line-through;
+}
 .bz_closed,
 .bz_CLOSED td {
     text-decoration: line-through;
 }
-.bz_private { color: darkred ; background : #f3eeee ; }
-.bz_disabled { color: #a0a0a0 ; }
-
-.bz_row_odd
-{
-    background-color: #F7F7F7;
-    color: #000000;
+.bz_private {
+    color: darkred;
+    background: #f3eeee;
+}
+.bz_disabled {
+    color: #a0a0a0;
 }
 
-.bz_row_even
-{
-    background-color: #FFFFFF;
-    color: #000000;
+.bz_comment {
+    margin-bottom: 2em;
 }
 
-.bz_comment { background-color: #e0e0e0; }
-.bz_comment_hilite pre
-{
+.bz_comment_head {
+    background-color: #e0e0e0;
+}
+.bz_comment_hilite pre {
     background-color: lightgreen;
     margin: 0;
     padding: 1em 0;
 }
 
-td.tab
-{
-    background: #eee;
-    text-align: center;
-    border-style: solid;
-    border-color: black;
-    border-width: 0px 0px 2px 0px;
-}
-    
-td.tab.selected
-{
-    background: white;
-    border-width: 2px 2px 0px 2px;
-}
-
-td.tab.spacer
-{
-    background: white;
-}
-
 span.quote {
     color: #65379c;
 }
 
-table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
+table#flags th,
+table#flags td {
+    vertical-align: baseline;
+    text-align: left;
+}
 
 .throw_error {
     background-color: #ff0000;
@@ -297,3 +270,71 @@ table#flags th, table#flags td { vertical-align: baseline; text-align: left; }
     margin: 1em;
     padding: 0.5em 1em;
 }
+
+dt {
+    font-weight: bolder;
+}
+body > dl > dt {
+    border-top: dotted gray thin;
+}
+dl dl > dt {
+    border-top: none;
+}
+
+/* Style of the attachment table */
+#attachment_table {
+    border-collapse: collapse;
+    width: 40em;
+    border: 1px solid #333333;
+}
+
+#attachment_table th, .bz_attach_footer {
+    background-color: #E0E0E0;
+    color: black;
+}
+
+#attachment_table td {
+    border: 1px solid #333333;
+}
+
+.bz_attach_extra_info {
+    font-size: smaller;
+}
+
+.bz_attach_flags, .bz_attach_footer {
+    white-space: nowrap;
+}
+
+.bz_attach_view_hide {
+    float: right;
+    padding-left: 1em;
+}
+
+.box {
+    border: 1px solid black;
+    color: black;
+    background-color: #ffc;
+    margin: 1em;
+    padding: 0.5em 1em;
+}
+
+/* Rules specific for printing */
+@media print {
+    #header, #footer {
+        display: none;
+    }
+
+    body {
+        background-image: none;
+        background-color: #fff;
+    }
+}
+
+.field_label {
+    text-align: right;
+    vertical-align: top;
+    font-weight: bold;
+}
+.field_value {
+    vertical-align: top;
+}
diff --git a/skins/standard/global/CVS/Entries b/skins/standard/global/CVS/Entries
index b022d22b9..80d63fb62 100644
--- a/skins/standard/global/CVS/Entries
+++ b/skins/standard/global/CVS/Entries
@@ -1,3 +1,3 @@
-/body-back.gif/1.1/Fri Mar 11 03:07:18 2005/-kb/TBUGZILLA-2_23_3
-/header.png/1.1/Thu Feb  3 19:23:17 2005/-kb/TBUGZILLA-2_23_3
+/body-back.gif/1.1/Fri Mar 11 03:07:18 2005/-kb/TBUGZILLA-2_23_4
+/header.png/1.1/Thu Feb  3 19:23:17 2005/-kb/TBUGZILLA-2_23_4
 D
diff --git a/skins/standard/global/CVS/Tag b/skins/standard/global/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/skins/standard/global/CVS/Tag
+++ b/skins/standard/global/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/skins/standard/index/CVS/Entries b/skins/standard/index/CVS/Entries
index 321fddf54..ec6c5bc38 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-2_23_3
+/front.png/1.1/Thu Feb  3 19:23:17 2005/-kb/TBUGZILLA-2_23_4
 D
diff --git a/skins/standard/index/CVS/Tag b/skins/standard/index/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/skins/standard/index/CVS/Tag
+++ b/skins/standard/index/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/t/CVS/Entries b/t/CVS/Entries
index 03f4b9274..75822934c 100644
--- a/t/CVS/Entries
+++ b/t/CVS/Entries
@@ -1,13 +1,13 @@
-/001compile.t/1.15/Fri Aug 18 18:29:41 2006//TBUGZILLA-2_23_3
-/002goodperl.t/1.15/Wed Sep  8 22:46:34 2004//TBUGZILLA-2_23_3
-/003safesys.t/1.6/Sun Dec  5 14:13:27 2004//TBUGZILLA-2_23_3
-/004template.t/1.38/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_3
-/005no_tabs.t/1.13/Fri Aug  5 23:47:27 2005//TBUGZILLA-2_23_3
-/006spellcheck.t/1.5/Wed Feb  2 16:06:51 2005//TBUGZILLA-2_23_3
-/007util.t/1.8/Tue Jun 27 10:54:05 2006//TBUGZILLA-2_23_3
-/008filter.t/1.26/Sat Oct 14 20:26:50 2006//TBUGZILLA-2_23_3
-/009bugwords.t/1.4/Mon Aug 14 19:45:16 2006//TBUGZILLA-2_23_3
-/010dependencies.t/1.1/Tue Sep  5 17:02:45 2006//TBUGZILLA-2_23_3
-/011pod.t/1.1/Tue Jul 26 14:23:50 2005//TBUGZILLA-2_23_3
-/012throwables.t/1.5/Wed Oct  4 20:20:59 2006//TBUGZILLA-2_23_3
+/001compile.t/1.15/Fri Aug 18 18:29:41 2006//TBUGZILLA-2_23_4
+/002goodperl.t/1.15/Wed Sep  8 22:46:34 2004//TBUGZILLA-2_23_4
+/003safesys.t/1.6/Sun Dec  5 14:13:27 2004//TBUGZILLA-2_23_4
+/004template.t/1.38/Wed Jun 21 00:44:48 2006//TBUGZILLA-2_23_4
+/005no_tabs.t/1.13/Fri Aug  5 23:47:27 2005//TBUGZILLA-2_23_4
+/006spellcheck.t/1.5/Wed Feb  2 16:06:51 2005//TBUGZILLA-2_23_4
+/007util.t/1.8/Tue Jun 27 10:54:05 2006//TBUGZILLA-2_23_4
+/008filter.t/1.26/Sat Oct 14 20:26:50 2006//TBUGZILLA-2_23_4
+/009bugwords.t/1.4/Mon Aug 14 19:45:16 2006//TBUGZILLA-2_23_4
+/010dependencies.t/1.1/Tue Sep  5 17:02:45 2006//TBUGZILLA-2_23_4
+/011pod.t/1.1/Tue Jul 26 14:23:50 2005//TBUGZILLA-2_23_4
+/012throwables.t/1.5/Wed Oct  4 20:20:59 2006//TBUGZILLA-2_23_4
 D/Support////
diff --git a/t/CVS/Tag b/t/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/t/CVS/Tag
+++ b/t/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/t/Support/CVS/Entries b/t/Support/CVS/Entries
index b3f4e9d43..41b17b8d9 100644
--- a/t/Support/CVS/Entries
+++ b/t/Support/CVS/Entries
@@ -1,4 +1,4 @@
-/Files.pm/1.21/Tue Jan 10 23:53:10 2006//TBUGZILLA-2_23_3
-/Systemexec.pm/1.2/Fri Oct 19 22:39:51 2001//TBUGZILLA-2_23_3
-/Templates.pm/1.15/Tue Jul  4 22:25:47 2006//TBUGZILLA-2_23_3
+/Files.pm/1.21/Tue Jan 10 23:53:10 2006//TBUGZILLA-2_23_4
+/Systemexec.pm/1.2/Fri Oct 19 22:39:51 2001//TBUGZILLA-2_23_4
+/Templates.pm/1.15/Tue Jul  4 22:25:47 2006//TBUGZILLA-2_23_4
 D
diff --git a/t/Support/CVS/Tag b/t/Support/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/t/Support/CVS/Tag
+++ b/t/Support/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/CVS/Entries b/template/CVS/Entries
index 181cc924e..7b8b090cf 100644
--- a/template/CVS/Entries
+++ b/template/CVS/Entries
@@ -1,2 +1,2 @@
-/.cvsignore/1.3/Tue May  7 21:33:53 2002//TBUGZILLA-2_23_3
+/.cvsignore/1.3/Tue May  7 21:33:53 2002//TBUGZILLA-2_23_4
 D/en////
diff --git a/template/CVS/Entries.Log b/template/CVS/Entries.Log
deleted file mode 100644
index 27de40e52..000000000
--- a/template/CVS/Entries.Log
+++ /dev/null
@@ -1,2 +0,0 @@
-A D/default////
-R D/default////
diff --git a/template/CVS/Tag b/template/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/CVS/Tag
+++ b/template/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/CVS/Entries b/template/en/CVS/Entries
index fcb629ce3..a61fae666 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-2_23_3
+/.cvsignore/1.1/Wed Apr 24 07:29:49 2002//TBUGZILLA-2_23_4
 D/default////
 D/extension////
diff --git a/template/en/CVS/Tag b/template/en/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/CVS/Tag
+++ b/template/en/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/CVS/Entries b/template/en/default/CVS/Entries
index 2c36d2837..11ff5820e 100644
--- a/template/en/default/CVS/Entries
+++ b/template/en/default/CVS/Entries
@@ -1,9 +1,9 @@
-/config.js.tmpl/1.7/Mon Jul  3 08:53:26 2006//TBUGZILLA-2_23_3
-/config.rdf.tmpl/1.7/Mon Jul  3 08:53:26 2006//TBUGZILLA-2_23_3
-/filterexceptions.pl/1.82/Sat Oct 14 22:02:09 2006//TBUGZILLA-2_23_3
-/index.html.tmpl/1.31/Thu Sep 28 22:15:07 2006//TBUGZILLA-2_23_3
-/sidebar.xul.tmpl/1.21/Fri May 12 02:41:15 2006//TBUGZILLA-2_23_3
-/welcome-admin.html.tmpl/1.2/Thu Sep 14 14:57:02 2006//TBUGZILLA-2_23_3
+/config.js.tmpl/1.7/Mon Jul  3 08:53:26 2006//TBUGZILLA-2_23_4
+/config.rdf.tmpl/1.7/Mon Jul  3 08:53:26 2006//TBUGZILLA-2_23_4
+/filterexceptions.pl/1.94/Tue Jan 23 19:04:27 2007//TBUGZILLA-2_23_4
+/index.html.tmpl/1.32/Tue Oct 17 19:58:34 2006//TBUGZILLA-2_23_4
+/sidebar.xul.tmpl/1.22/Tue Dec 26 20:17:26 2006//TBUGZILLA-2_23_4
+/welcome-admin.html.tmpl/1.2/Thu Sep 14 14:57:02 2006//TBUGZILLA-2_23_4
 D/account////
 D/admin////
 D/attachment////
diff --git a/template/en/default/CVS/Tag b/template/en/default/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/CVS/Tag
+++ b/template/en/default/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/account/CVS/Entries b/template/en/default/account/CVS/Entries
index fd859fc32..2d990be1a 100644
--- a/template/en/default/account/CVS/Entries
+++ b/template/en/default/account/CVS/Entries
@@ -1,7 +1,7 @@
-/cancel-token.txt.tmpl/1.10/Sat Aug 19 18:12:00 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.10/Sat Aug 19 18:12:00 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.7/Sat Aug 19 18:12:00 2006//TBUGZILLA-2_23_3
-/profile-activity.html.tmpl/1.1/Sat Feb 25 23:40:23 2006//TBUGZILLA-2_23_3
+/cancel-token.txt.tmpl/1.11/Fri Oct 20 21:22:55 2006//TBUGZILLA-2_23_4
+/create.html.tmpl/1.10/Sat Aug 19 18:12:00 2006//TBUGZILLA-2_23_4
+/created.html.tmpl/1.7/Sat Aug 19 18:12:00 2006//TBUGZILLA-2_23_4
+/profile-activity.html.tmpl/1.2/Sun Jan  7 23:51:09 2007//TBUGZILLA-2_23_4
 D/auth////
 D/email////
 D/password////
diff --git a/template/en/default/account/CVS/Tag b/template/en/default/account/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/account/CVS/Tag
+++ b/template/en/default/account/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/account/auth/CVS/Entries b/template/en/default/account/auth/CVS/Entries
index eab34968b..9205e42e0 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.7/Mon Aug 21 21:19:09 2006//TBUGZILLA-2_23_3
-/login.html.tmpl/1.17/Mon Aug 21 21:19:09 2006//TBUGZILLA-2_23_3
+/login-small.html.tmpl/1.8/Tue Dec 19 03:59:21 2006//TBUGZILLA-2_23_4
+/login.html.tmpl/1.18/Wed Jan 17 22:27:10 2007//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/account/auth/CVS/Tag b/template/en/default/account/auth/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/account/auth/CVS/Tag
+++ b/template/en/default/account/auth/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl
index 5a70742f1..0ea4df3e9 100644
--- a/template/en/default/account/auth/login-small.html.tmpl
+++ b/template/en/default/account/auth/login-small.html.tmpl
@@ -34,7 +34,7 @@
 [% END %]
 
 <form name="login" action="[% script_name FILTER html %]" method="POST">
-  <table>
+  <table id="login-small">
     <tr>
       <th align="right"><label for="Bugzilla_login">Login:</label></th>
       <td><input size="20" id="Bugzilla_login" name="Bugzilla_login">
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 15ec4a477..f57efc113 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -31,11 +31,14 @@
   onload = "document.forms['login'].Bugzilla_login.focus()"
 %]
 
+[% USE Bugzilla %]
+
 <p>
   I need a legitimate login and password to continue.
 </p>
 
-<form name="login" action="[% target FILTER html %]" method="POST">
+<form name="login" action="[% target FILTER html %]" method="POST"
+[%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
   <table>
     <tr>
       <th align="right"><label for="Bugzilla_login">Login:</label></th>
diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl
index f9d310534..4afada50c 100644
--- a/template/en/default/account/cancel-token.txt.tmpl
+++ b/template/en/default/account/cancel-token.txt.tmpl
@@ -22,9 +22,10 @@
 
 [% PROCESS global/variables.none.tmpl %]
 
-From: bugzilla-admin-daemon
+From: [% Param('mailfrom') %]
 To: [% emailaddress %]
 Subject: [% PROCESS subject %]
+X-Bugzilla-Type: admin
 
 A request was cancelled from [% remoteaddress %].
 
diff --git a/template/en/default/account/email/CVS/Entries b/template/en/default/account/email/CVS/Entries
index b84ff1b2b..be9a77d39 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.8/Wed Mar 16 21:58:55 2005//TBUGZILLA-2_23_3
-/change-old.txt.tmpl/1.9/Wed Mar 16 21:58:55 2005//TBUGZILLA-2_23_3
-/confirm-new.html.tmpl/1.1/Sat Aug 19 18:12:00 2006//TBUGZILLA-2_23_3
-/confirm.html.tmpl/1.10/Wed Jul 12 12:21:37 2006//TBUGZILLA-2_23_3
-/request-new.txt.tmpl/1.1/Sat Aug 19 18:12:00 2006//TBUGZILLA-2_23_3
+/change-new.txt.tmpl/1.10/Fri Dec 15 12:30:02 2006//TBUGZILLA-2_23_4
+/change-old.txt.tmpl/1.11/Fri Dec 15 12:30:02 2006//TBUGZILLA-2_23_4
+/confirm-new.html.tmpl/1.2/Fri Dec 15 12:30:02 2006//TBUGZILLA-2_23_4
+/confirm.html.tmpl/1.10/Wed Jul 12 12:21:37 2006//TBUGZILLA-2_23_4
+/request-new.txt.tmpl/1.3/Fri Dec 15 12:30:02 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/account/email/CVS/Tag b/template/en/default/account/email/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/account/email/CVS/Tag
+++ b/template/en/default/account/email/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/account/email/change-new.txt.tmpl b/template/en/default/account/email/change-new.txt.tmpl
index 7113504d8..d3494e62a 100644
--- a/template/en/default/account/email/change-new.txt.tmpl
+++ b/template/en/default/account/email/change-new.txt.tmpl
@@ -22,9 +22,10 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% expiration_ts = token_ts + (max_token_age * 86400) %]
-From: bugzilla-admin-daemon
+From: [% Param('mailfrom') %]
 To: [% emailaddress %]
 Subject: [% terms.Bugzilla %] Change Email Address Request
+X-Bugzilla-Type: admin
 
 [%+ terms.Bugzilla %] has received a request to change the email address
 for the account [% oldemailaddress %] to your address.
@@ -38,5 +39,5 @@ this request, visit the following link:
 
 [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem
 
-If you do nothing, the request will lapse after [%+ max_token_age %] days 
-(at precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]).
+If you do nothing, the request will lapse after [%+ max_token_age %] days
+(on [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]).
diff --git a/template/en/default/account/email/change-old.txt.tmpl b/template/en/default/account/email/change-old.txt.tmpl
index 272f6d4e5..b50cbfa1b 100644
--- a/template/en/default/account/email/change-old.txt.tmpl
+++ b/template/en/default/account/email/change-old.txt.tmpl
@@ -27,12 +27,13 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% expiration_ts = token_ts + (max_token_age * 86400) %]
-From: bugzilla-admin-daemon
+From: [% Param('mailfrom') %]
 To: [% emailaddress %]
 Subject: [% terms.Bugzilla %] Change Email Address Request
 Importance: High
 X-MSMail-Priority: High
 X-Priority: 1
+X-Bugzilla-Type: admin
 
 [%+ terms.Bugzilla %] has received a request to change the email address
 for your account to [%+ newemailaddress %].
@@ -42,6 +43,6 @@ this request, visit the following link:
 
 [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cxlem
 
-If you do nothing, and [%+ newemailaddress %] confirms this request, the
-change will be made permanent after [%+ max_token_age %] days (at precisely 
-[%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]).
+If you do nothing, and [%+ newemailaddress %] confirms this request,
+the change will be made permanent after [%+ max_token_age %] days
+(on [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]).
diff --git a/template/en/default/account/email/confirm-new.html.tmpl b/template/en/default/account/email/confirm-new.html.tmpl
index 0e9ab98e5..6c7bdd05f 100644
--- a/template/en/default/account/email/confirm-new.html.tmpl
+++ b/template/en/default/account/email/confirm-new.html.tmpl
@@ -30,8 +30,8 @@
   To complete the creation of your user account, you must choose a password in the
   form below. You can also enter your real name, which is optional.<p>
   If you don't fill this form before
-  <u>[%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]</u>, the creation
-  of this account will be automatically cancelled.
+  <u>[%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]</u>,
+  the creation of this account will be automatically cancelled.
 </div>
 
 <form id="confirm_account_form" method="post" action="token.cgi">
diff --git a/template/en/default/account/email/request-new.txt.tmpl b/template/en/default/account/email/request-new.txt.tmpl
index 85fdec157..3fcdddfd1 100644
--- a/template/en/default/account/email/request-new.txt.tmpl
+++ b/template/en/default/account/email/request-new.txt.tmpl
@@ -23,9 +23,10 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% expiration_ts = token_ts + (constants.MAX_TOKEN_AGE * 86400) %]
-From: bugzilla-admin-daemon
+From: [% Param('mailfrom') %]
 To: [% email %]
 Subject: [% terms.Bugzilla %]: confirm account creation
+X-Bugzilla-Type: admin
 
 [%+ terms.Bugzilla %] has received a request to create a user account
 using your email address ([% email %]).
@@ -41,4 +42,4 @@ this request, visit the following link:
 [%+ Param('urlbase') %]token.cgi?t=[% token FILTER url_quote %]&a=cancel_new_account
 
 If you do nothing, the request will lapse after [%+ constants.MAX_TOKEN_AGE %] days
-(at precisely [%+ time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]).
+(on [%+ time2str("%B %o, %Y at %H:%M %Z", expiration_ts) %]).
diff --git a/template/en/default/account/password/CVS/Entries b/template/en/default/account/password/CVS/Entries
index 3700feb9e..ecf2a277f 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.7/Wed Mar 16 21:58:55 2005//TBUGZILLA-2_23_3
-/set-forgotten-password.html.tmpl/1.7/Wed Jul 12 12:21:37 2006//TBUGZILLA-2_23_3
+/forgotten-password.txt.tmpl/1.8/Fri Oct 20 21:22:55 2006//TBUGZILLA-2_23_4
+/set-forgotten-password.html.tmpl/1.7/Wed Jul 12 12:21:37 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/account/password/CVS/Tag b/template/en/default/account/password/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/account/password/CVS/Tag
+++ b/template/en/default/account/password/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/account/password/forgotten-password.txt.tmpl b/template/en/default/account/password/forgotten-password.txt.tmpl
index 5ac3ed75c..75720e7c8 100644
--- a/template/en/default/account/password/forgotten-password.txt.tmpl
+++ b/template/en/default/account/password/forgotten-password.txt.tmpl
@@ -22,9 +22,10 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% expiration_ts = token_ts + (max_token_age * 86400) %]
-From: bugzilla-admin-daemon
+From: [% Param('mailfrom') %]
 To: [% emailaddress %]
 Subject:  [% terms.Bugzilla %] Change Password Request
+X-Bugzilla-Type: admin
 
 You have (or someone impersonating you has) requested to change your 
 [%+ terms.Bugzilla %] password. To complete the change, visit the following link:
diff --git a/template/en/default/account/prefs/CVS/Entries b/template/en/default/account/prefs/CVS/Entries
index 14f095527..1bf3a7268 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.7/Fri May 12 02:41:16 2006//TBUGZILLA-2_23_3
-/email.html.tmpl/1.27/Wed Aug 16 19:01:24 2006//TBUGZILLA-2_23_3
-/permissions.html.tmpl/1.9/Sat Oct 14 20:26:51 2006//TBUGZILLA-2_23_3
-/prefs.html.tmpl/1.23/Wed Jul 12 12:21:37 2006//TBUGZILLA-2_23_3
-/saved-searches.html.tmpl/1.9/Thu Jul 13 20:07:59 2006//TBUGZILLA-2_23_3
-/settings.html.tmpl/1.4/Sat Oct 14 20:26:51 2006//TBUGZILLA-2_23_3
+/account.html.tmpl/1.7/Fri May 12 02:41:16 2006//TBUGZILLA-2_23_4
+/email.html.tmpl/1.28/Thu Dec 28 17:51:35 2006//TBUGZILLA-2_23_4
+/permissions.html.tmpl/1.11/Sun Jan  7 23:51:30 2007//TBUGZILLA-2_23_4
+/prefs.html.tmpl/1.27/Sun Jan  7 23:58:21 2007//TBUGZILLA-2_23_4
+/saved-searches.html.tmpl/1.11/Fri Nov  3 23:16:47 2006//TBUGZILLA-2_23_4
+/settings.html.tmpl/1.4/Sat Oct 14 20:26:51 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/account/prefs/CVS/Tag b/template/en/default/account/prefs/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/account/prefs/CVS/Tag
+++ b/template/en/default/account/prefs/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 1cfc4f18f..1aa4dae76 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -262,9 +262,12 @@ If you watch a user, it is as if you are standing in their shoes for the
 purposes of getting email. Email is sent or not according to <u>your</u>
 preferences for <u>their</u> relationship to the [% terms.bug %] 
 (e.g. Assignee).
-[% IF watchedusers.size %]You are watching anyone on the following list:
-  </p>
+</p>
 
+<p>
+[% IF watchedusers.size %]
+You are watching everyone in the following list:
+  </p>
   <p>
     <select id="watched_by_you" name="watched_by_you" multiple="multiple" size="5">
         [% FOREACH w = watchedusers %]
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index 77dda1ce4..38bbfba5f 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -37,8 +37,6 @@
     <td>
       [% IF has_bits.size %]
         You have the following permission [% terms.bits %] set on your account:
-        <p>
-        <br>
         <table align="center">
           [% FOREACH bit_description = has_bits %]
             <tr>
@@ -47,6 +45,23 @@
             </tr>
           [% END %]
         </table>
+
+        [% FOREACH privs = ["editcomponents", "canconfirm", "editbugs"] %]
+          [% SET products = ${"local_$privs"} %]
+          [% IF products && products.size %]
+            <br>
+            <p>
+              You also have local '[% privs FILTER html %]' privileges
+              for the following products:
+            </p>
+            <p>
+              [% FOREACH product = products %]
+                [% product.name FILTER html %]<br>
+              [% END %]
+            </p>
+          [% END %]
+        [% END %]
+
       [% ELSE %]
         There are no permission [% terms.bits %] set on your account.
       [% END %]
@@ -59,7 +74,6 @@
         <br>
         And you can turn on or off the following [% terms.bits %] for
         <a href="editusers.cgi">other users</a>:
-        <p>
           <table align="center">
           [% FOREACH bit_description = set_bits %]
             <tr>
@@ -68,9 +82,8 @@
             </tr>
           [% END %]
           </table>
-        </p>
       [% END %]
-      
+
       [% IF user.groups.bz_sudoers %]
         <br>
         You are a member of the <b>bz_sudoers</b> group, so you can 
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index bb33bd6e8..da1b489e8 100644
--- a/template/en/default/account/prefs/prefs.html.tmpl
+++ b/template/en/default/account/prefs/prefs.html.tmpl
@@ -23,7 +23,7 @@
 [%# INTERFACE:
   # tabs: List of hashes. May not be empty. Each hash has three members:
   #   name: string. Name of the tab (used internally.)
-  #   description: string. Description of the tab (used in tab title.)
+  #   description: string. Description of the tab (used in tab title).
   #   saveable: boolean. True if tab has a form which can be submitted.
   #               True if user is not receiving self-generated mail.
   # Note: For each tab name, a template "prefs/${tab.name}.tmpl" must exist, 
@@ -39,18 +39,18 @@
 [% filtered_login = user.login FILTER html %]
 [% PROCESS global/header.html.tmpl
    title = "User Preferences"
-   h2 = filtered_login
+   subheader = filtered_login
    style_urls = ['skins/standard/admin.css']
  %]
 
-[% tabs = [ { name => "account", label => "Account Preferences", 
-              link => "userprefs.cgi?tab=account", saveable => "1" },
-            { name => "settings", label => "General Preferences", 
+[% tabs = [{ name => "settings", label => "General Preferences",
               link => "userprefs.cgi?tab=settings", saveable => "1" },
             { name => "email", label => "Email Preferences", 
               link => "userprefs.cgi?tab=email", saveable => "1" },
             { name => "saved-searches", label => "Saved Searches", 
               link => "userprefs.cgi?tab=saved-searches", saveable => "1" },
+            { name => "account", label => "Name and Password",
+              link => "userprefs.cgi?tab=account", saveable => "1" },
             { name => "permissions", label => "Permissions", 
               link => "userprefs.cgi?tab=permissions", saveable => "0" } ] %]
 
@@ -61,21 +61,22 @@
   [% END %]
 [% END %]
 
-[% PROCESS global/tabs.html.tmpl %]
+[% WRAPPER global/tabs.html.tmpl
+   tabs        = tabs
+   current_tab = current_tab
+%]
 
 [% IF changes_saved %]
-  <p>
-    <font color="red">
-      The changes to your 
-      [% current_tab.label FILTER lower %] have been saved.
-    </font>
-  </p>
-  [% IF email_changes_saved %]
-    <p>
-      An email has been sent to both old and new email 
-      addresses to confirm the change of email address.
-    </p>
-  [% END %]
+  <div id="message">
+    The changes to your [% current_tab.label FILTER lower %] have been saved.
+
+    [% IF email_changes_saved %]
+      <p>
+        An email has been sent to both old and new email
+        addresses to confirm the change of email address.
+      </p>
+    [% END %]
+  </div>
 [% END %]
 
 <h3>[% current_tab.label %]</h3>
@@ -104,4 +105,6 @@
   </form>
 [% END %]
 
+[% END %]
+
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl
index 16ec67876..e4bbc51ae 100644
--- a/template/en/default/account/prefs/saved-searches.html.tmpl
+++ b/template/en/default/account/prefs/saved-searches.html.tmpl
@@ -20,8 +20,6 @@
   #%]
 
 [%# INTERFACE:
-  # queries: list of the named queries visible to the user, both own and shared
-  #          by others. Cleaned-up result of Bugzilla::User::queries.
   # queryshare_groups: list of groups the user may share queries with
   #                    (id, name).
   #%]
@@ -81,18 +79,18 @@
         &mdash;
       </td>
     </tr>
-    [% FOREACH q = queries %]
-      [% NEXT UNLESS q.userid == user.id %]
+    [% FOREACH q = user.queries %]
       <tr>
         <td>[% q.name FILTER html %]</td>
         <td>
           <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">Run</a>
         </td>
         <td>
-          <a href="query.cgi?[% q.query FILTER html %]&amp;known_name=[% q.name FILTER url_quote %]">Edit</a>
+          <a href="query.cgi?[% q.edit_link FILTER html %]&amp;known_name=
+                   [% q.name FILTER url_quote %]">Edit</a>
         </td>
         <td>
-          [% IF q.usedinwhine %]
+          [% IF q.used_in_whine %]
             Remove from <a href="editwhines.cgi">whining</a> first
           [% ELSE %]
             <a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
@@ -103,6 +101,7 @@
           <input type="checkbox" 
                  name="link_in_footer_[% q.id FILTER html %]"
                  value="1"
+                 alt="[% q.name FILTER html %]"
                  [% " checked" IF q.link_in_footer %]>
         </td>
         <td>
@@ -111,7 +110,9 @@
               <option value="">Don't share</option>
               [% FOREACH group = queryshare_groups %]
                 <option value="[% group.id %]"
-                        [% ' selected="selected"' IF q.shared_with_group == group.id %]>[% group.name FILTER html %]</option>
+                        [% ' selected="selected"' 
+                           IF q.shared_with_group.id == group.id %]
+                >[% group.name FILTER html %]</option>
               [% END %]
             </select>
           [% ELSE %]
@@ -143,8 +144,7 @@
       </th>
     </tr>
     [% found_shared_query = 0 %]
-    [% FOREACH q = queries %]
-      [% NEXT IF q.userid == user.id %]
+    [% FOREACH q = user.queries_available %]
       [% found_shared_query = 1 %]
       <tr>
         <td>[% q.name FILTER html %]</td>
@@ -152,12 +152,13 @@
         <td>
           <a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=
                    [% q.name FILTER url_quote %]&amp;sharer_id=
-                   [% q.userid FILTER url_quote %]">Run</a>
+                   [% q.user.id FILTER url_quote %]">Run</a>
         </td>
         <td align="center">
           <input type="checkbox" 
                  name="link_in_footer_[% q.id FILTER html %]"
                  value="1"
+                 alt="[% q.name FILTER html %]"
                  [% " checked" IF q.link_in_footer %]>
         </td>
       </tr>
diff --git a/template/en/default/account/profile-activity.html.tmpl b/template/en/default/account/profile-activity.html.tmpl
index af2d00f5b..fe8f9fb20 100644
--- a/template/en/default/account/profile-activity.html.tmpl
+++ b/template/en/default/account/profile-activity.html.tmpl
@@ -48,8 +48,6 @@
   listselectionvalues = listselectionvalues
 %]
 
-<p>
-
 [% columns =
   [{name               => 'who'
     heading            => 'Who'
diff --git a/template/en/default/admin/CVS/Entries b/template/en/default/admin/CVS/Entries
index ad02b44af..8c594561a 100644
--- a/template/en/default/admin/CVS/Entries
+++ b/template/en/default/admin/CVS/Entries
@@ -1,6 +1,6 @@
-/confirm-action.html.tmpl/1.1/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/sudo.html.tmpl/1.4/Fri May 12 02:41:22 2006//TBUGZILLA-2_23_3
-/table.html.tmpl/1.8/Sat Oct 14 20:26:51 2006//TBUGZILLA-2_23_3
+/confirm-action.html.tmpl/1.1/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_4
+/sudo.html.tmpl/1.5/Tue Oct 17 19:58:35 2006//TBUGZILLA-2_23_4
+/table.html.tmpl/1.8/Sat Oct 14 20:26:51 2006//TBUGZILLA-2_23_4
 D/classifications////
 D/components////
 D/custom_fields////
diff --git a/template/en/default/admin/CVS/Entries.Log b/template/en/default/admin/CVS/Entries.Log
deleted file mode 100644
index 39a62c6e8..000000000
--- a/template/en/default/admin/CVS/Entries.Log
+++ /dev/null
@@ -1,6 +0,0 @@
-A D/attachstatus////
-A D/common////
-A D/request-type////
-R D/request-type////
-R D/common////
-R D/attachstatus////
diff --git a/template/en/default/admin/CVS/Tag b/template/en/default/admin/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/CVS/Tag
+++ b/template/en/default/admin/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/classifications/CVS/Entries b/template/en/default/admin/classifications/CVS/Entries
index 577758384..537034e60 100644
--- a/template/en/default/admin/classifications/CVS/Entries
+++ b/template/en/default/admin/classifications/CVS/Entries
@@ -1,9 +1,9 @@
-/add.html.tmpl/1.4/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/del.html.tmpl/1.6/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/delete.html.tmpl/1.2/Thu Oct 13 23:42:43 2005//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.10/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/new.html.tmpl/1.2/Mon Dec 27 09:58:29 2004//TBUGZILLA-2_23_3
-/reclassify.html.tmpl/1.7/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/select.html.tmpl/1.7/Sat Oct 14 20:26:51 2006//TBUGZILLA-2_23_3
-/update.html.tmpl/1.2/Sun Jul 16 23:23:33 2006//TBUGZILLA-2_23_3
+/add.html.tmpl/1.4/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_4
+/del.html.tmpl/1.7/Sun Jan  7 23:51:53 2007//TBUGZILLA-2_23_4
+/delete.html.tmpl/1.2/Thu Oct 13 23:42:43 2005//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.10/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_4
+/new.html.tmpl/1.2/Mon Dec 27 09:58:29 2004//TBUGZILLA-2_23_4
+/reclassify.html.tmpl/1.7/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_4
+/select.html.tmpl/1.7/Sat Oct 14 20:26:51 2006//TBUGZILLA-2_23_4
+/update.html.tmpl/1.2/Sun Jul 16 23:23:33 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/classifications/CVS/Tag b/template/en/default/admin/classifications/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/classifications/CVS/Tag
+++ b/template/en/default/admin/classifications/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl
index ffb8fe065..9b726a880 100644
--- a/template/en/default/admin/classifications/del.html.tmpl
+++ b/template/en/default/admin/classifications/del.html.tmpl
@@ -51,7 +51,7 @@
 
 <h2>Confirmation</h2>
 
-<p>Do you really want to delete this classification?<p>
+<p>Do you really want to delete this classification?</p>
 <form method=post action="editclassifications.cgi">
   <input type=submit value="Yes, delete">
   <input type=hidden name="action" value="delete">
@@ -60,6 +60,6 @@
 </form>
 
 <p>Back to the <a href="./">main [% terms.bugs %] page</a>
-or <a href="editclassifications.cgi"> edit</a> more classifications.
+or <a href="editclassifications.cgi"> edit</a> more classifications.</p>
 
 [% PROCESS global/footer.html.tmpl %] 
diff --git a/template/en/default/admin/components/CVS/Entries b/template/en/default/admin/components/CVS/Entries
index b99ec380d..494cebec3 100644
--- a/template/en/default/admin/components/CVS/Entries
+++ b/template/en/default/admin/components/CVS/Entries
@@ -1,10 +1,10 @@
-/confirm-delete.html.tmpl/1.8/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.9/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.2/Wed Mar  1 22:10:23 2006//TBUGZILLA-2_23_3
-/deleted.html.tmpl/1.4/Wed Mar  1 22:10:23 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.10/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/footer.html.tmpl/1.2/Wed Mar  1 22:10:23 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.5/Wed Mar  1 22:10:23 2006//TBUGZILLA-2_23_3
-/select-product.html.tmpl/1.2/Tue Sep 27 22:08:13 2005//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.6/Sat Oct 14 20:26:52 2006//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.9/Sun Jan  7 23:52:12 2007//TBUGZILLA-2_23_4
+/create.html.tmpl/1.11/Thu Dec 28 18:20:07 2006//TBUGZILLA-2_23_4
+/created.html.tmpl/1.2/Wed Mar  1 22:10:23 2006//TBUGZILLA-2_23_4
+/deleted.html.tmpl/1.4/Wed Mar  1 22:10:23 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.11/Thu Dec 28 18:20:07 2006//TBUGZILLA-2_23_4
+/footer.html.tmpl/1.3/Sun Jan  7 23:52:36 2007//TBUGZILLA-2_23_4
+/list.html.tmpl/1.5/Wed Mar  1 22:10:23 2006//TBUGZILLA-2_23_4
+/select-product.html.tmpl/1.3/Sun Jan  7 23:59:50 2007//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.7/Sun Jan  7 23:53:03 2007//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/components/CVS/Tag b/template/en/default/admin/components/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/components/CVS/Tag
+++ b/template/en/default/admin/components/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index 1d7553f83..4ba73d08b 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -104,7 +104,7 @@
 [% IF comp.bug_count %]
 
   [% IF !Param("allowbugdeletion") %]
-
+  <p>
     Sorry, there
 
     [% IF comp.bug_count > 1 %] 
@@ -122,7 +122,7 @@
     [% END %]
 
     to another component before you can delete this one.
-
+  </p>
   [% ELSE %]
 
     <table border="0" cellpadding="20" width="70%" bgcolor="red"><tr><td>
@@ -143,7 +143,7 @@
 
 [% IF comp.bug_count == 0 || Param('allowbugdeletion') %]
 
-  <p>Do you really want to delete this component?<p>
+  <p>Do you really want to delete this component?</p>
   
   <form method="post" action="editcomponents.cgi">
   <input type="submit" id="delete" value="Yes, delete">
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl
index 9b4a19bf0..5b376bc79 100644
--- a/template/en/default/admin/components/create.html.tmpl
+++ b/template/en/default/admin/components/create.html.tmpl
@@ -26,11 +26,11 @@
   #%]
   
 [% title = BLOCK %]Add component to Product '[% product.name FILTER html %]'[% END %]
-[% h2 = BLOCK %]This page allows you to add a new component to product
+[% subheader = BLOCK %]This page allows you to add a new component to product
                 '[% product.name FILTER html %]'.[% END %]
 [% PROCESS global/header.html.tmpl
   title = title
-  h2 = h2
+  subheader = subheader
 %]
 
 <form method="post" action="editcomponents.cgi">
@@ -91,7 +91,7 @@
         %]
         <br>
         [% IF !Param("usemenuforusers") %]
-          <em>Enter user names for the CC in a comma-separated list.</em>
+          <em>Enter user names for the CC list as a comma-separated list.</em>
         [% END %]
       </td>
     </tr>
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index 81a6e9fc2..e7bd96355 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -96,7 +96,7 @@
         %]
         <br>
         [% IF !Param("usemenuforusers") %]
-          <em>Enter user names for the CC in a comma-separated list.</em>
+          <em>Enter user names for the CC list as a comma-separated list.</em>
         [% END %]
       </td>
     </tr>
diff --git a/template/en/default/admin/components/footer.html.tmpl b/template/en/default/admin/components/footer.html.tmpl
index dfc720921..c5fd789ce 100644
--- a/template/en/default/admin/components/footer.html.tmpl
+++ b/template/en/default/admin/components/footer.html.tmpl
@@ -24,10 +24,10 @@
   # product: object; Bugzilla::Product object representing the product to
   #               which the component belongs.
   #%]
-  
-<p>
 
 <hr>
+
+<p>
 Edit 
 
 [% IF comp && !no_edit_component_link %]
diff --git a/template/en/default/admin/components/select-product.html.tmpl b/template/en/default/admin/components/select-product.html.tmpl
index ea9342dcd..5be48fec8 100644
--- a/template/en/default/admin/components/select-product.html.tmpl
+++ b/template/en/default/admin/components/select-product.html.tmpl
@@ -68,6 +68,4 @@
       Redisplay table with [% terms.bug %] counts (slower)</a></p>
 [% END %]
 
-<p>
-
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl
index a4cbfdf5b..3a07a7728 100644
--- a/template/en/default/admin/components/updated.html.tmpl
+++ b/template/en/default/admin/components/updated.html.tmpl
@@ -52,7 +52,6 @@
 %]
 
 [% IF updated_description %]
-  <p>
   <table>
     <tr>
       <td>Updated description to:</td>
@@ -91,7 +90,7 @@
 [% UNLESS updated_description || updated_initialowner || 
           updated_initialqacontact || updated_name  ||
           updated_initialcc %]
-  <p>Nothing changed for component '[% comp.name FILTER html %]'.
+  <p>Nothing changed for component '[% comp.name FILTER html %]'.</p>
 [% END %]
 
 [% PROCESS admin/components/footer.html.tmpl %]
diff --git a/template/en/default/admin/custom_fields/CVS/Entries b/template/en/default/admin/custom_fields/CVS/Entries
index 46c13abff..b6c62303e 100644
--- a/template/en/default/admin/custom_fields/CVS/Entries
+++ b/template/en/default/admin/custom_fields/CVS/Entries
@@ -1,4 +1,4 @@
-/create.html.tmpl/1.3/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.4/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.2/Fri Sep  8 23:11:40 2006//TBUGZILLA-2_23_3
+/create.html.tmpl/1.6/Tue Dec 26 18:01:07 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.4/Sat Oct 14 22:02:10 2006//TBUGZILLA-2_23_4
+/list.html.tmpl/1.3/Tue Nov 14 01:18:37 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/custom_fields/CVS/Tag b/template/en/default/admin/custom_fields/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/custom_fields/CVS/Tag
+++ b/template/en/default/admin/custom_fields/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl
index 995c4d0a9..3fdb20f43 100644
--- a/template/en/default/admin/custom_fields/create.html.tmpl
+++ b/template/en/default/admin/custom_fields/create.html.tmpl
@@ -41,16 +41,16 @@
   is "too complex". Please think carefully before adding any custom fields.
   It may be the case that [% terms.Bugzilla %] already does what you need,
   and you just haven't enabled the correct feature yet.
-
-  <ul>
-    <li>Custom field names must begin with "cf_" to distinguish them from standard
-        fields. If you omit "cf_" from the name, it will automatically be appended.</li>
-    <li>Descriptions are a very short string describing the field and will be used
-        as the label for this field in the user interface.</li>
-  </ul>
-  <br>
 </p>
 
+<ul>
+  <li>Custom field names must begin with "cf_" to distinguish them from
+      standard fields. If you omit "cf_" from the beginning of the name, it
+      will be added for you.</li>
+  <li>Descriptions are a very short string describing the field and will be
+      used as the label for this field in the user interface.</li>
+</ul>
+
 <form id="add_field" action="editfields.cgi" method="GET">
   <table border="0" cellspacing="0" cellpadding="5">
     <tr>
@@ -93,17 +93,18 @@
     <tr>
       <th align="right"><label for="sortkey">Sortkey:</label></th>
       <td>
-        <input type="text" id="sortkey" name="sortkey" value="0" size="6" maxlength="6">
+        <input type="text" id="sortkey" name="sortkey" size="6" maxlength="6">
       </td>
 
       <th>&nbsp;</th>
       <td>&nbsp;</td>
     </tr>
   </table>
-  <br>
-  <input type="hidden" name="action" value="new">
-  <input type="hidden" name="token" value="[% token FILTER html %]">
-  <input type="submit" id="create" value="Create">
+  <p>
+    <input type="hidden" name="action" value="new">
+    <input type="hidden" name="token" value="[% token FILTER html %]">
+    <input type="submit" id="create" value="Create">
+  </p>
 </form>
 
 <p>
diff --git a/template/en/default/admin/custom_fields/list.html.tmpl b/template/en/default/admin/custom_fields/list.html.tmpl
index 2f64b0f06..befd15753 100644
--- a/template/en/default/admin/custom_fields/list.html.tmpl
+++ b/template/en/default/admin/custom_fields/list.html.tmpl
@@ -37,7 +37,7 @@
        heading => "Sortkey"
      },
      {
-       name => "type_name"
+       name => "type"
        heading => "Type"
      },
      {
@@ -59,12 +59,21 @@
 [% custom_fields = Bugzilla.get_fields({ custom => 1 }) %]
 
 [%# We want to display the type name of fields, not their type ID. %]
-[% FOREACH cf_field = custom_fields %]
-  [% cf_field.type_name = field_types.${cf_field.type} %]
+[% overrides.type = [] %]
+
+[% FOREACH field_type = field_types.keys %]
+  [% overrides.type.push({
+       match_value => field_type
+       match_field => 'type'
+       override_content => 1
+       content => field_types.${field_type}
+    })
+  %]
 [% END %]
 
 [% PROCESS admin/table.html.tmpl
      columns = columns
+     overrides = overrides
      data = custom_fields
 %]
 
diff --git a/template/en/default/admin/fieldvalues/CVS/Entries b/template/en/default/admin/fieldvalues/CVS/Entries
index 4dc6e837d..bc411482f 100644
--- a/template/en/default/admin/fieldvalues/CVS/Entries
+++ b/template/en/default/admin/fieldvalues/CVS/Entries
@@ -1,10 +1,10 @@
-/confirm-delete.html.tmpl/1.7/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.4/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.3/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_23_3
-/deleted.html.tmpl/1.2/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.6/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/footer.html.tmpl/1.3/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_23_3
-/list.html.tmpl/1.5/Thu Jul 13 18:02:53 2006//TBUGZILLA-2_23_3
-/select-field.html.tmpl/1.2/Wed Jun 15 03:55:00 2005//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.3/Wed Oct 19 22:21:05 2005//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.7/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_4
+/create.html.tmpl/1.6/Mon Jan  8 00:00:23 2007//TBUGZILLA-2_23_4
+/created.html.tmpl/1.4/Mon Jan  8 00:00:45 2007//TBUGZILLA-2_23_4
+/deleted.html.tmpl/1.3/Mon Jan  8 00:01:04 2007//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.7/Sun Jan  7 23:46:37 2007//TBUGZILLA-2_23_4
+/footer.html.tmpl/1.4/Sun Jan  7 23:47:13 2007//TBUGZILLA-2_23_4
+/list.html.tmpl/1.6/Sun Jan  7 23:53:50 2007//TBUGZILLA-2_23_4
+/select-field.html.tmpl/1.3/Sun Jan  7 23:54:10 2007//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.4/Sun Jan  7 23:54:33 2007//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/fieldvalues/CVS/Tag b/template/en/default/admin/fieldvalues/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/fieldvalues/CVS/Tag
+++ b/template/en/default/admin/fieldvalues/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/fieldvalues/create.html.tmpl b/template/en/default/admin/fieldvalues/create.html.tmpl
index 2e87af053..29bf85778 100644
--- a/template/en/default/admin/fieldvalues/create.html.tmpl
+++ b/template/en/default/admin/fieldvalues/create.html.tmpl
@@ -19,11 +19,11 @@
   #%]
   
 [% title = BLOCK %]Add Value for the '[% field FILTER html %]' field[% END %]
-[% h2 = BLOCK %]This page allows you to add a new value for the
+[% subheader = BLOCK %]This page allows you to add a new value for the
                 '[% field FILTER html %]' field.[% END %]
 [% PROCESS global/header.html.tmpl
   title = title
-  h2 = h2
+  subheader = subheader
 %]
 
 <form method="post" action="editvalues.cgi">
@@ -45,8 +45,6 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-<p>
-
 [% PROCESS admin/fieldvalues/footer.html.tmpl
     no_add_link = 1
  %]
diff --git a/template/en/default/admin/fieldvalues/created.html.tmpl b/template/en/default/admin/fieldvalues/created.html.tmpl
index d4e4734bb..218477103 100644
--- a/template/en/default/admin/fieldvalues/created.html.tmpl
+++ b/template/en/default/admin/fieldvalues/created.html.tmpl
@@ -32,8 +32,6 @@
    [%- value FILTER html %]</a>' has been added as a valid choice for
    the '[% field FILTER html %]' field.</p>
 
-<p>
-
 [% PROCESS admin/fieldvalues/footer.html.tmpl %]
 
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/fieldvalues/deleted.html.tmpl b/template/en/default/admin/fieldvalues/deleted.html.tmpl
index d5483bcc0..c966897f6 100644
--- a/template/en/default/admin/fieldvalues/deleted.html.tmpl
+++ b/template/en/default/admin/fieldvalues/deleted.html.tmpl
@@ -29,8 +29,6 @@
 
 <p>Field Value '[% value FILTER html %]' deleted.</p>
 
-<p>
-
 [% PROCESS admin/fieldvalues/footer.html.tmpl
   no_edit_link = 1
  %]
diff --git a/template/en/default/admin/fieldvalues/edit.html.tmpl b/template/en/default/admin/fieldvalues/edit.html.tmpl
index 7ff3c0e33..e19b7c0b5 100644
--- a/template/en/default/admin/fieldvalues/edit.html.tmpl
+++ b/template/en/default/admin/fieldvalues/edit.html.tmpl
@@ -59,8 +59,6 @@
   <input type="submit" id="update" value="Update">
 </form>
 
-<p>
-
 [% PROCESS admin/fieldvalues/footer.html.tmpl
   no_edit_link = 1 %]
 
diff --git a/template/en/default/admin/fieldvalues/footer.html.tmpl b/template/en/default/admin/fieldvalues/footer.html.tmpl
index f7b522f28..27428f66d 100644
--- a/template/en/default/admin/fieldvalues/footer.html.tmpl
+++ b/template/en/default/admin/fieldvalues/footer.html.tmpl
@@ -26,11 +26,11 @@
   # no_edit_other_link
   # no_add_link
   #%]
-  
-<p>
 
 <hr>
 
+<p>
+
 [% UNLESS no_add_link %]
   <a title="Add a value for the '[% field FILTER html %]' field."
      href="editvalues.cgi?action=add&amp;field=
@@ -50,7 +50,7 @@
   Edit other values for the <a 
   href="editvalues.cgi?field=
         [%- field FILTER url_quote %]">'[% field FILTER html %]'</a> field.
-   
+
 [% END %]
 
 </p>
diff --git a/template/en/default/admin/fieldvalues/list.html.tmpl b/template/en/default/admin/fieldvalues/list.html.tmpl
index 17f48192e..9e3da3c64 100644
--- a/template/en/default/admin/fieldvalues/list.html.tmpl
+++ b/template/en/default/admin/fieldvalues/list.html.tmpl
@@ -95,8 +95,6 @@
      overrides = overrides
 %]
 
-<p>
-
 [% PROCESS admin/fieldvalues/footer.html.tmpl
   no_edit_other_link = 1
  %]
diff --git a/template/en/default/admin/fieldvalues/select-field.html.tmpl b/template/en/default/admin/fieldvalues/select-field.html.tmpl
index f4ffcdf6d..fa9f82af7 100644
--- a/template/en/default/admin/fieldvalues/select-field.html.tmpl
+++ b/template/en/default/admin/fieldvalues/select-field.html.tmpl
@@ -45,6 +45,4 @@
      data = fields
 %]
 
-<p>
-
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/fieldvalues/updated.html.tmpl b/template/en/default/admin/fieldvalues/updated.html.tmpl
index c7f676e67..7b76abb63 100644
--- a/template/en/default/admin/fieldvalues/updated.html.tmpl
+++ b/template/en/default/admin/fieldvalues/updated.html.tmpl
@@ -47,10 +47,8 @@
 [% END %]
 
 [% UNLESS (updated_sortkey || updated_value) %]
-  <p>Nothing changed for field value '[% value FILTER html %]'.
+  <p>Nothing changed for field value '[% value FILTER html %]'.</p>
 [% END %]
-   
-<p>
 
 [% PROCESS admin/fieldvalues/footer.html.tmpl %]
 
diff --git a/template/en/default/admin/flag-type/CVS/Entries b/template/en/default/admin/flag-type/CVS/Entries
index 6e35396bf..d91d18eb2 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.7/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.22/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.16/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.7/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.22/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_4
+/list.html.tmpl/1.16/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/flag-type/CVS/Tag b/template/en/default/admin/flag-type/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/flag-type/CVS/Tag
+++ b/template/en/default/admin/flag-type/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/groups/CVS/Entries b/template/en/default/admin/groups/CVS/Entries
index 056716c8e..b4a76f6df 100644
--- a/template/en/default/admin/groups/CVS/Entries
+++ b/template/en/default/admin/groups/CVS/Entries
@@ -1,9 +1,9 @@
-/change.html.tmpl/1.2/Mon Jun 19 18:27:04 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.7/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.1/Tue Jul 13 05:12:32 2004//TBUGZILLA-2_23_3
-/delete.html.tmpl/1.10/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/deleted.html.tmpl/1.3/Wed Mar  8 23:53:56 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.9/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.8/Sat Oct 14 20:26:52 2006//TBUGZILLA-2_23_3
-/remove.html.tmpl/1.2/Sat Oct 14 20:48:47 2006//TBUGZILLA-2_23_3
+/change.html.tmpl/1.2/Mon Jun 19 18:27:04 2006//TBUGZILLA-2_23_4
+/create.html.tmpl/1.8/Tue Oct 17 19:58:36 2006//TBUGZILLA-2_23_4
+/created.html.tmpl/1.1/Tue Jul 13 05:12:32 2004//TBUGZILLA-2_23_4
+/delete.html.tmpl/1.10/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_4
+/deleted.html.tmpl/1.3/Wed Mar  8 23:53:56 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.11/Sun Jan  7 23:54:59 2007//TBUGZILLA-2_23_4
+/list.html.tmpl/1.11/Mon Oct 30 23:49:48 2006//TBUGZILLA-2_23_4
+/remove.html.tmpl/1.2/Sat Oct 14 20:48:47 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/groups/CVS/Tag b/template/en/default/admin/groups/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/groups/CVS/Tag
+++ b/template/en/default/admin/groups/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index d6422f769..fb255304c 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -28,7 +28,7 @@
 
 [% PROCESS global/header.html.tmpl
   title = "Add group"
-  h2 = "This page allows you to define a new user group."
+  subheader = "This page allows you to define a new user group."
 %]
 
 <form method="post" action="editgroups.cgi">
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index 6c5771661..6f333f5c3 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -100,8 +100,7 @@
     [% END %]
   </table>
 
-  <p>
-    Users become members of this group in one of three ways:
+  <p>Users become members of this group in one of three ways:</p>
     <ul>
       <li> by being explicity included when the user is edited.
       <li> by matching the user regexp above.
@@ -153,6 +152,11 @@
             <input type="checkbox" name="grp-[% group.grpid FILTER html %]" [% group.grpmember ? "checked " : "" %]value="1">
             <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="[% group.grpmember FILTER html %]">
           </td>
+          <td align="left" class="groupname">
+            <a href="[% "editgroups.cgi?action=changeform&group=${group.grpid}" FILTER html %]">
+              [% group.grpnam FILTER html %]
+            </a>
+          </td>
         [% ELSE %]
           <td>
             <input type="hidden" name="oldbless-[% group.grpid FILTER html %]" value="0">
@@ -160,17 +164,17 @@
           <td>
             <input type="hidden" name="oldgrp-[% group.grpid FILTER html %]" value="0">
           </td>
+          <td align="left" class="groupname">
+            <em>
+              [% group.grpnam FILTER html %]
+            </em>
+          </td>
         [% END %]
-        <td align="left" class="groupname">
-          <a href="[% "editgroups.cgi?action=changeform&group=${group.grpid}" FILTER html %]">
-            [% group.grpnam FILTER html %]
-          </a>
-        </td>
         <td align="left" class="groupdesc">[% group.grpdesc FILTER html_light %]</td>
       </tr>
     [% END %]
   </table>
-  
+
   <input type="submit" id="update" value="Save Changes">
   <br>
   <dl>
@@ -197,7 +201,7 @@
       <td>
         <h4>Conversion of groups created with [% terms.Bugzilla %]
         versions 2.16 and prior:</h4>
-        
+
         <ul>
           <li>Remove all explicit memberships from this group: 
             <input name="remove_explicit_members" type="submit" id="remove_explicit_members" value="Remove Memberships">
@@ -217,6 +221,6 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-Back to the <a href="editgroups.cgi">group list</a>.
+<p>Back to the <a href="editgroups.cgi">group list</a>.</p>
 
 [% PROCESS global/footer.html.tmpl %] 
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl
index ef2c7486b..617bbd3c1 100644
--- a/template/en/default/admin/groups/list.html.tmpl
+++ b/template/en/default/admin/groups/list.html.tmpl
@@ -34,7 +34,7 @@
 
 [% PROCESS global/header.html.tmpl
   title = "Edit Groups"
-  h2 = "This lets you edit the groups available to put users in."
+  subheader = "This lets you edit the groups available to put users in."
 %]
 
 [% edit_contentlink = "editgroups.cgi?action=changeform&amp;group=%%id%%" %]
@@ -52,7 +52,7 @@
    {name               => 'userregexp'
     heading            => 'User RegExp'
    }
-   {name               => 'use_for'
+   {name               => 'is_active_bug_group'
     heading            => "Use For $terms.Bugs"
     align              => 'center'
    }
@@ -66,15 +66,15 @@
   ]
 %]
 
-[% overrides.use_for = [ {
+[% overrides.is_active_bug_group = [ {
      match_value => "0"
-     match_field => 'use_for'
+     match_field => 'is_active_bug_group'
      override_content => 1
      content => "&nbsp;"
    },
    {
      match_value => "1"
-     match_field => 'use_for'
+     match_field => 'is_active_bug_group'
      override_content => 1
      content => "X"
    }]
@@ -102,6 +102,12 @@
      override_content => 1
      content => "(used as the 'timetrackinggroup')"
    },
+   {
+     match_value => Param("querysharegroup")
+     match_field => 'name'
+     override_content => 1
+     content => "(used as the 'querysharegroup')"
+   },
    {
      match_value => "1"
      match_field => 'isbuggroup'
@@ -124,10 +130,6 @@
    }]
 %] 
 
-[% FOREACH group = groups %]
-  [% group.use_for = (group.isactive != 0) && (group.isbuggroup) %]
-[% END %]
-
 [% PROCESS admin/table.html.tmpl
   columns = columns
   data    = groups
diff --git a/template/en/default/admin/keywords/CVS/Entries b/template/en/default/admin/keywords/CVS/Entries
index 38ab4a727..18ff1bb73 100644
--- a/template/en/default/admin/keywords/CVS/Entries
+++ b/template/en/default/admin/keywords/CVS/Entries
@@ -1,7 +1,7 @@
-/confirm-delete.html.tmpl/1.6/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.7/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.2/Sun Jan 18 18:39:15 2004//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.8/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.9/Sat Oct 14 20:26:52 2006//TBUGZILLA-2_23_3
-/rebuild-cache.html.tmpl/1.4/Tue Sep  5 19:18:26 2006//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.6/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_4
+/create.html.tmpl/1.8/Tue Oct 17 19:58:36 2006//TBUGZILLA-2_23_4
+/created.html.tmpl/1.2/Sun Jan 18 18:39:15 2004//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.8/Sat Oct 14 22:02:11 2006//TBUGZILLA-2_23_4
+/list.html.tmpl/1.9/Sat Oct 14 20:26:52 2006//TBUGZILLA-2_23_4
+/rebuild-cache.html.tmpl/1.4/Tue Sep  5 19:18:26 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/keywords/CVS/Tag b/template/en/default/admin/keywords/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/keywords/CVS/Tag
+++ b/template/en/default/admin/keywords/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/keywords/create.html.tmpl b/template/en/default/admin/keywords/create.html.tmpl
index 45d97819e..944014548 100755
--- a/template/en/default/admin/keywords/create.html.tmpl
+++ b/template/en/default/admin/keywords/create.html.tmpl
@@ -26,7 +26,7 @@
   
 [% PROCESS global/header.html.tmpl
   title = "Add keyword"
-  h2 = "This page allows you to add a new keyword."
+  subheader = "This page allows you to add a new keyword."
 %]
 
 <form method="post" action="editkeywords.cgi">
diff --git a/template/en/default/admin/milestones/CVS/Entries b/template/en/default/admin/milestones/CVS/Entries
index a779ec82a..a292e22d0 100644
--- a/template/en/default/admin/milestones/CVS/Entries
+++ b/template/en/default/admin/milestones/CVS/Entries
@@ -1,10 +1,10 @@
-/confirm-delete.html.tmpl/1.7/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.5/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.2/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/deleted.html.tmpl/1.4/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.6/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/footer.html.tmpl/1.2/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.4/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/select-product.html.tmpl/1.3/Tue Sep 27 22:08:14 2005//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.2/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.7/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_4
+/create.html.tmpl/1.7/Sun Jan  7 23:47:47 2007//TBUGZILLA-2_23_4
+/created.html.tmpl/1.3/Sun Jan  7 23:48:25 2007//TBUGZILLA-2_23_4
+/deleted.html.tmpl/1.5/Sun Jan  7 23:48:54 2007//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.7/Sun Jan  7 23:49:19 2007//TBUGZILLA-2_23_4
+/footer.html.tmpl/1.3/Sun Jan  7 23:49:40 2007//TBUGZILLA-2_23_4
+/list.html.tmpl/1.5/Mon Jan  8 01:31:23 2007//TBUGZILLA-2_23_4
+/select-product.html.tmpl/1.4/Mon Jan  8 00:49:53 2007//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.3/Mon Jan  8 00:50:12 2007//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/milestones/CVS/Tag b/template/en/default/admin/milestones/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/milestones/CVS/Tag
+++ b/template/en/default/admin/milestones/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/milestones/create.html.tmpl b/template/en/default/admin/milestones/create.html.tmpl
index edace52bf..44e958d5b 100644
--- a/template/en/default/admin/milestones/create.html.tmpl
+++ b/template/en/default/admin/milestones/create.html.tmpl
@@ -25,11 +25,11 @@
   #%]
   
 [% title = BLOCK %]Add Milestone to Product '[% product.name FILTER html %]'[% END %]
-[% h2 = BLOCK %]This page allows you to add a new milestone to product
+[% subheader = BLOCK %]This page allows you to add a new milestone to product
                 '[% product.name FILTER html %]'.[% END %]
 [% PROCESS global/header.html.tmpl
   title = title
-  h2 = h2
+  subheader = subheader
   onload = "document.forms['f'].milestone.focus()"
 %]
 
@@ -52,8 +52,6 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-<p>
-
 [% PROCESS admin/milestones/footer.html.tmpl
     no_add_milestone_link = 1
  %]
diff --git a/template/en/default/admin/milestones/created.html.tmpl b/template/en/default/admin/milestones/created.html.tmpl
index 33d2bcba6..9342e5051 100644
--- a/template/en/default/admin/milestones/created.html.tmpl
+++ b/template/en/default/admin/milestones/created.html.tmpl
@@ -39,8 +39,6 @@
    [%- product.name FILTER url_quote %]&amp;milestone=[% milestone.name FILTER url_quote %]">
    [%- milestone.name FILTER html %]</a>' has been created.</p>
 
-<p>
-
 [% PROCESS admin/milestones/footer.html.tmpl %]
 
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/milestones/deleted.html.tmpl b/template/en/default/admin/milestones/deleted.html.tmpl
index bddae3136..8d20407ab 100644
--- a/template/en/default/admin/milestones/deleted.html.tmpl
+++ b/template/en/default/admin/milestones/deleted.html.tmpl
@@ -51,8 +51,6 @@
 
 <p>Milestone '[% milestone.name FILTER html %]' deleted.</p>
 
-<p>
-
 [% PROCESS admin/milestones/footer.html.tmpl
   no_edit_milestone_link = 1
  %]
diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl
index c7aeb031a..fbe0dd879 100644
--- a/template/en/default/admin/milestones/edit.html.tmpl
+++ b/template/en/default/admin/milestones/edit.html.tmpl
@@ -58,8 +58,6 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-<p>
-
 [% PROCESS admin/milestones/footer.html.tmpl
   no_edit_milestone_link = 1 %]
 
diff --git a/template/en/default/admin/milestones/footer.html.tmpl b/template/en/default/admin/milestones/footer.html.tmpl
index 48a4d950a..774223e3b 100644
--- a/template/en/default/admin/milestones/footer.html.tmpl
+++ b/template/en/default/admin/milestones/footer.html.tmpl
@@ -33,11 +33,11 @@
   # no_edit_other_milestones_link
   # no_add_milestone_link
   #%]
-  
-<p>
 
 <hr>
 
+<p>
+
 [% UNLESS no_add_milestone_link %]
   <a title="Add a milestone to product '[% product.name FILTER html %]'"
      href="editmilestones.cgi?action=add&amp;product=
@@ -58,7 +58,7 @@
   Edit other milestones of product <a 
   href="editmilestones.cgi?product=
         [%- product.name FILTER url_quote %]">'[% product.name FILTER html %]'</a>.
-   
+
 [% END %]
 
   Edit product <a 
diff --git a/template/en/default/admin/milestones/list.html.tmpl b/template/en/default/admin/milestones/list.html.tmpl
index d25308583..01e705eff 100644
--- a/template/en/default/admin/milestones/list.html.tmpl
+++ b/template/en/default/admin/milestones/list.html.tmpl
@@ -96,8 +96,6 @@
      overrides = overrides
 %]
 
-<p>
-
 [% IF ! showbugcounts %]
 
   <p><a href="editmilestones.cgi?product=[% product.name FILTER url_quote %]&amp;showbugcounts=1">
diff --git a/template/en/default/admin/milestones/select-product.html.tmpl b/template/en/default/admin/milestones/select-product.html.tmpl
index 508af6881..a9e53d396 100644
--- a/template/en/default/admin/milestones/select-product.html.tmpl
+++ b/template/en/default/admin/milestones/select-product.html.tmpl
@@ -68,6 +68,4 @@
       Redisplay table with [% terms.bug %] counts (slower)</a></p>
 [% END %]
 
-<p>
-
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/milestones/updated.html.tmpl b/template/en/default/admin/milestones/updated.html.tmpl
index 4208e8d79..f55985534 100644
--- a/template/en/default/admin/milestones/updated.html.tmpl
+++ b/template/en/default/admin/milestones/updated.html.tmpl
@@ -26,7 +26,7 @@
   # 'updated_XXX' variables are booleans, and are defined if the
   # 'XXX' field was updated during the edit just being handled.
   #%]
-  
+
 [% title = BLOCK %]Updating Milestone '[% milestone.name FILTER html %]' of Product
                    '[% product.name FILTER html %]'[% END %]
 [% PROCESS global/header.html.tmpl
@@ -42,10 +42,9 @@
 [% END %]
 
 [% UNLESS updated_sortkey || updated_name %]
-  <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.
+  <p>Nothing changed for milestone '[% milestone.name FILTER html %]'.</p>
+
 [% END %]
-   
-<p>
 
 [% PROCESS admin/milestones/footer.html.tmpl %]
 
diff --git a/template/en/default/admin/params/CVS/Entries b/template/en/default/admin/params/CVS/Entries
index 037f1322d..59b8fb7e2 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.2/Thu Oct 13 09:04:05 2005//TBUGZILLA-2_23_3
-/attachment.html.tmpl/1.3/Mon Apr 17 20:19:36 2006//TBUGZILLA-2_23_3
-/auth.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_3
-/bugchange.html.tmpl/1.3/Thu Jul 20 23:32:09 2006//TBUGZILLA-2_23_3
-/bugfields.html.tmpl/1.3/Thu Jul 20 23:32:09 2006//TBUGZILLA-2_23_3
-/bugmove.html.tmpl/1.2/Thu Jul 20 23:32:09 2006//TBUGZILLA-2_23_3
-/common.html.tmpl/1.3/Mon Feb  6 09:16:16 2006//TBUGZILLA-2_23_3
-/core.html.tmpl/1.4/Fri Jul 14 06:04:21 2006//TBUGZILLA-2_23_3
-/dependencygraph.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_3
-/editparams.html.tmpl/1.4/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/groupsecurity.html.tmpl/1.4/Thu Jul 13 20:08:00 2006//TBUGZILLA-2_23_3
-/index.html.tmpl/1.1/Thu Oct 13 09:18:24 2005//TBUGZILLA-2_23_3
-/l10n.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_3
-/ldap.html.tmpl/1.5/Tue Jul 11 00:42:58 2006//TBUGZILLA-2_23_3
-/mta.html.tmpl/1.6/Mon Aug 14 19:45:16 2006//TBUGZILLA-2_23_3
-/patchviewer.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_3
-/query.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_3
-/shadowdb.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_3
-/usermatch.html.tmpl/1.2/Sat Nov 12 10:09:44 2005//TBUGZILLA-2_23_3
+/admin.html.tmpl/1.3/Mon Nov 27 18:09:14 2006//TBUGZILLA-2_23_4
+/attachment.html.tmpl/1.3/Mon Apr 17 20:19:36 2006//TBUGZILLA-2_23_4
+/auth.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_4
+/bugchange.html.tmpl/1.3/Thu Jul 20 23:32:09 2006//TBUGZILLA-2_23_4
+/bugfields.html.tmpl/1.3/Thu Jul 20 23:32:09 2006//TBUGZILLA-2_23_4
+/bugmove.html.tmpl/1.2/Thu Jul 20 23:32:09 2006//TBUGZILLA-2_23_4
+/common.html.tmpl/1.3/Mon Feb  6 09:16:16 2006//TBUGZILLA-2_23_4
+/core.html.tmpl/1.5/Sat Nov 18 15:10:12 2006//TBUGZILLA-2_23_4
+/dependencygraph.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_4
+/editparams.html.tmpl/1.4/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_4
+/groupsecurity.html.tmpl/1.4/Thu Jul 13 20:08:00 2006//TBUGZILLA-2_23_4
+/index.html.tmpl/1.1/Thu Oct 13 09:18:24 2005//TBUGZILLA-2_23_4
+/l10n.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_4
+/ldap.html.tmpl/1.5/Tue Jul 11 00:42:58 2006//TBUGZILLA-2_23_4
+/mta.html.tmpl/1.9/Mon Nov 13 23:32:29 2006//TBUGZILLA-2_23_4
+/patchviewer.html.tmpl/1.2/Wed Jan  3 00:32:06 2007//TBUGZILLA-2_23_4
+/query.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_4
+/shadowdb.html.tmpl/1.1/Wed Oct 12 08:51:54 2005//TBUGZILLA-2_23_4
+/usermatch.html.tmpl/1.2/Sat Nov 12 10:09:44 2005//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/params/CVS/Tag b/template/en/default/admin/params/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/params/CVS/Tag
+++ b/template/en/default/admin/params/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/params/admin.html.tmpl b/template/en/default/admin/params/admin.html.tmpl
index 2602cf20c..f86957284 100644
--- a/template/en/default/admin/params/admin.html.tmpl
+++ b/template/en/default/admin/params/admin.html.tmpl
@@ -25,9 +25,9 @@
 %]
 
 [% param_descs = {
-  allowbugdeletion => "The pages to edit products and components and versions can delete " _
-                      "all associated $terms.bugs when you delete a product (or component or " _
-                      "version). Since that is a pretty scary idea, you have to turn on " _
+  allowbugdeletion => "The pages to edit products and components can delete all " _
+                      "associated $terms.bugs when you delete a product (or component). " _
+                      "Since that is a pretty scary idea, you have to turn on " _
                       "this option before any such deletions will ever happen.",
 
   allowemailchange => "Users can change their own email address through the preferences. " _
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl
index 3e1010a7d..2ab6856a8 100644
--- a/template/en/default/admin/params/core.html.tmpl
+++ b/template/en/default/admin/params/core.html.tmpl
@@ -64,9 +64,13 @@
 
   utf8 => "Use UTF-8 (Unicode) encoding for all text in ${terms.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 " _
-          "encodings to UTF-8.",
+          "problems. <strong>Existing databases should set this to true " _
+          " only after the data has been converted from existing legacy " _
+          " character encodings to UTF-8, using the " _
+          " <kbd>contrib/recode.pl</kbd> script</strong>. <br><br> Note " _
+          " that if you  turn this parameter from &quot;off&quot; to " _
+          " &quot;on&quot;, you must re-run checksetup.pl immediately " _
+          " afterward.",
 
   shutdownhtml => "If this field is non-empty, then $terms.Bugzilla will be completely " _
                   "disabled and this text will be displayed instead of all the " _
diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl
index 357193c3d..778f81d0a 100644
--- a/template/en/default/admin/params/mta.html.tmpl
+++ b/template/en/default/admin/params/mta.html.tmpl
@@ -28,14 +28,13 @@
   mail_delivery_method => "Defines how email is sent, or if it is sent at all.<br>
                            <ul>
                              <li>
-                               'sendmail', 'smtp' and 'qmail' are all MTAs.
+                               'Sendmail', 'SMTP' and 'Qmail' are all MTAs.
                                You need to install a third-party sendmail replacement if
                                you want to use sendmail on Windows.
                              </li>
                              <li>
-                               'testfile' is useful for debugging: all email is stored
-                               in 'data/mailer.testfile' instead of being sent. For more
-                               information, see the Mail::Mailer manual.
+                               'Test' is useful for debugging: all email is stored
+                               in 'data/mailer.testfile' instead of being sent.
                              </li>
                              <li>
                                'none' will completely disable email. $terms.Bugzilla continues
@@ -44,6 +43,9 @@
                              </li>
                            </ul>",
 
+  mailfrom => "The email address of the $terms.Bugzilla mail daemon.  Some email systems " _
+              "require this to be a valid email address.",
+
   sendmailnow => "Sites using anything older than version 8.12 of 'sendmail' " _
                  "can achieve a significant performance increase in the " _
                  "UI -- at the cost of delaying the sending of mail -- by " _
@@ -56,6 +58,9 @@
 
   whinedays => "The number of days that we'll let a $terms.bug sit untouched in a NEW " _
                "state before our cronjob will whine at the owner.<br> " _
-               "Set to 0 to disable whining." }
+               "Set to 0 to disable whining.",
+
+  globalwatchers => "A comma-separated list of users who should receive a " _
+                    "copy of every notification mail the system sends." }
 
 %]
diff --git a/template/en/default/admin/params/patchviewer.html.tmpl b/template/en/default/admin/params/patchviewer.html.tmpl
index f3dd6d4a1..ad15262ff 100644
--- a/template/en/default/admin/params/patchviewer.html.tmpl
+++ b/template/en/default/admin/params/patchviewer.html.tmpl
@@ -29,12 +29,12 @@
              "users of your system will be using for 'cvs diff'. Used in " _
              "Patch Viewer ('Diff' option on patches) to figure out where " _
              "patches are rooted even if users did the 'cvs diff' from " _
-             "different places in the directory structure (NOTE: if your " _
+             "different places in the directory structure. (NOTE: if your " _
              "CVS repository is remote and requires a password, you must " _
              "either ensure the $terms.Bugzilla user has done a 'cvs login' or " _
              "specify the password " _
              "<a href=\"http://www.cvshome.org/docs/manual/cvs_2.html#SEC26\">as " _
-             "part of the CVS root.</a>). Leave this blank if you have no " _
+             "part of the CVS root</a>.) Leave this blank if you have no " _
              "CVS repository.",
 
   cvsroot_get => "The CVS root $terms.Bugzilla will be using to get patches from. " _
diff --git a/template/en/default/admin/products/CVS/Entries b/template/en/default/admin/products/CVS/Entries
index f806e301f..2ab52268f 100644
--- a/template/en/default/admin/products/CVS/Entries
+++ b/template/en/default/admin/products/CVS/Entries
@@ -1,11 +1,11 @@
-/confirm-delete.html.tmpl/1.6/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.4/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.2/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_23_3
-/deleted.html.tmpl/1.3/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_23_3
-/edit-common.html.tmpl/1.6/Sat Oct 14 20:26:52 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.7/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/footer.html.tmpl/1.6/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_23_3
-/list-classifications.html.tmpl/1.1/Thu Mar 17 14:47:06 2005//TBUGZILLA-2_23_3
-/list.html.tmpl/1.3/Sun Oct 30 21:42:13 2005//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.4/Sat Oct 14 20:26:52 2006//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.7/Mon Jan  8 00:51:01 2007//TBUGZILLA-2_23_4
+/create.html.tmpl/1.4/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_4
+/created.html.tmpl/1.2/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_23_4
+/deleted.html.tmpl/1.3/Mon Oct 17 21:43:41 2005//TBUGZILLA-2_23_4
+/edit-common.html.tmpl/1.7/Tue Oct 17 19:58:36 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.8/Fri Nov 10 16:51:29 2006//TBUGZILLA-2_23_4
+/footer.html.tmpl/1.9/Mon Jan  8 00:51:28 2007//TBUGZILLA-2_23_4
+/list-classifications.html.tmpl/1.2/Mon Jan  8 00:52:17 2007//TBUGZILLA-2_23_4
+/list.html.tmpl/1.4/Mon Jan  8 00:51:52 2007//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.5/Mon Jan  8 00:52:36 2007//TBUGZILLA-2_23_4
 D/groupcontrol////
diff --git a/template/en/default/admin/products/CVS/Tag b/template/en/default/admin/products/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/products/CVS/Tag
+++ b/template/en/default/admin/products/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl
index 84f8da569..8e5fbb11f 100644
--- a/template/en/default/admin/products/confirm-delete.html.tmpl
+++ b/template/en/default/admin/products/confirm-delete.html.tmpl
@@ -156,6 +156,7 @@
       [% ELSE %]
         Versions:
       [% END %]
+    </td>
     <td>
       [% IF product.versions.size > 0 %]
         [% FOREACH v = product.versions %]
@@ -215,7 +216,7 @@
 
   [% IF !Param("allowbugdeletion") %]
 
-    Sorry, there
+    <p>Sorry, there
 
     [% IF product.bug_count > 1 %]
       are [% product.bug_count FILTER html %] [%+ terms.bugs %]
@@ -231,7 +232,7 @@
        that [% terms.bug %]
     [% END %]
 
-    to another product before you can delete this one.
+    to another product before you can delete this one.</p>
 
   [% ELSE %]
 
@@ -257,7 +258,7 @@
 
 [% IF product.bug_count == 0 || Param('allowbugdeletion') %]
 
-  <p>Do you really want to delete this product?<p>
+  <p>Do you really want to delete this product?</p>
 
   <form method="post" action="editproducts.cgi">
     <input type="submit" id="delete" value="Yes, delete">
diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl
index afa15d73c..1a1ecab3f 100644
--- a/template/en/default/admin/products/edit-common.html.tmpl
+++ b/template/en/default/admin/products/edit-common.html.tmpl
@@ -102,12 +102,14 @@
 </tr>
 <tr [% IF !Param('usevotes') %]class="param_disabled" [% END %]>
   <th align="right">
-    Number of votes [% terms.abug %] in this product needs to
+    Confirmation threshold:
+  </th>
+  <td>
+    Enter the number of votes [% terms.abug %] in this product needs to
     automatically get out of the
     <a href="page.cgi?id=fields.html#status">[% status_descs.UNCONFIRMED FILTER html %]</a>
-    state:
-  </th>
-  <td><input size="5" maxlength="5" name="votestoconfirm" 
-             value="[% product.votestoconfirm FILTER html %]">
+    state.<br>
+    <input size="5" maxlength="5" name="votestoconfirm" 
+           value="[% product.votestoconfirm FILTER html %]">
   </td>
 </tr>
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 0371e3343..72a5532aa 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -112,6 +112,9 @@ versions:</a>
               [% g.othercontrol FILTER html %]
               [% IF g.entry %], ENTRY[% END %]
               [% IF g.canedit %], CANEDIT[% END %]
+              [% IF g.editcomponents %], editcomponents[% END %]
+              [% IF g.canconfirm %], canconfirm[% END %]
+              [% IF g.editbugs %], editbugs[% END %]
             [% ELSE %]
               DISABLED
             [% END %]
diff --git a/template/en/default/admin/products/footer.html.tmpl b/template/en/default/admin/products/footer.html.tmpl
index 480868abd..e3369e0fd 100644
--- a/template/en/default/admin/products/footer.html.tmpl
+++ b/template/en/default/admin/products/footer.html.tmpl
@@ -30,6 +30,7 @@
   #%]
 
 [% IF Param('useclassification') && classification %]
+<p>
   [% classification_url_part = BLOCK %]&amp;classification=
      [%- classification.name FILTER url_quote %]
   [% END %]
@@ -39,13 +40,13 @@
   [% classification_text = BLOCK %] 
     of classification '[% classification.name FILTER html %]'
   [% END %]
+</p>
 [% END %]
-  
-<p>
 
 <hr>
 
-[% UNLESS no_add_product_link %]
+<p>
+[% UNLESS no_add_product_link || !user.in_group("editcomponents") %]
   <a title="Add a product"
      href="editproducts.cgi?action=add">Add</a> a product[% -%]
 [%# Strictly speaking, we should not have to check for a
@@ -55,8 +56,7 @@
                [%- classification.name FILTER html %]'"
          href="editproducts.cgi?action=add
                [%- classification_url_part %]">to
-     classification '[% classification.name FILTER html %]'
-     </a>)
+     classification '[% classification.name FILTER html %]'</a>)
   [% END %].
 [% END %]
 
@@ -77,7 +77,7 @@
   href="editproducts.cgi?
         [%- classification_url_part_start FILTER none %]">other products
           [% classification_text %]</a>.
-   
+
 [% END %]
 
 [% IF Param('useclassification') && classification %]
diff --git a/template/en/default/admin/products/groupcontrol/CVS/Entries b/template/en/default/admin/products/groupcontrol/CVS/Entries
index 7c1359d7c..8443c619e 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.8/Wed Jul 12 12:21:39 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.7/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.2/Mon Oct 17 21:43:42 2005//TBUGZILLA-2_23_3
+/confirm-edit.html.tmpl/1.8/Wed Jul 12 12:21:39 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.9/Mon Jan  8 00:50:39 2007//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.2/Mon Oct 17 21:43:42 2005//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/products/groupcontrol/CVS/Tag b/template/en/default/admin/products/groupcontrol/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/products/groupcontrol/CVS/Tag
+++ b/template/en/default/admin/products/groupcontrol/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
index 32b5e9d8c..819c8e54b 100644
--- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl
@@ -42,6 +42,9 @@
       <th>MemberControl</th>
       <th>OtherControl</th>
       <th>Canedit</th>
+      <th>editcomponents</th>
+      <th>canconfirm</th>
+      <th>editbugs</th>
       <th>[% terms.Bugs %]</th>
     </tr>
     [% FOREACH group = groups %]
@@ -50,7 +53,7 @@
           <td>
             [% group.name FILTER html %]
           </td>
-          <td align="center" colspan=4>
+          <td align="center" colspan=7>
             Disabled
           </td>
           <td>
@@ -118,6 +121,18 @@
             <input type=checkbox value=1 name=canedit_[% group.id %]
             [% " checked=\"checked\"" IF group.canedit %]>
           </td>
+          <td>
+            <input type=checkbox value=1 name=editcomponents_[% group.id %]
+            [% " checked=\"checked\"" IF group.editcomponents %]>
+          </td>
+          <td>
+            <input type=checkbox value=1 name=canconfirm_[% group.id %]
+            [% " checked=\"checked\"" IF group.canconfirm %]>
+          </td>
+          <td>
+            <input type=checkbox value=1 name=editbugs_[% group.id %]
+            [% " checked=\"checked\"" IF group.editbugs %]>
+          </td>
           <td>
             [% group.bugcount %]
           </td>
@@ -135,21 +150,44 @@
 <p>
 These settings control the relationship of the groups to this
 product.
+</p>
 <p>
 If any group has <b>Entry</b> selected, then this product will
 restrict [% terms.bug %] entry to only those users who are members of all the
 groups with entry selected.
+</p>
 <p>
 If any group has <b>Canedit</b> selected, then this product
 will be read-only for any users who are not members of all of
 the groups with Canedit selected. ONLY users who are members of
 all the canedit groups will be able to edit. This is an additional
 restriction that further restricts what can be edited by a user.
+</p>
+<p>
+The following settings control let you choose privileges on a <b>per-product basis</b>.
+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>
+Any group having <b>editcomponents</b> selected allows users who are
+in this group to edit all aspects of this product, including components,
+milestones and versions.
+</p>
+<p>
+Any group having <b>canconfirm</b> selected allows users who are
+in this group to confirm [% terms.bugs %] in this product.
+</p>
+<p>
+Any group having <b>editbugs</b> selected allows users who are
+in this group to edit all fields of [% terms.bugs %] in this product.
+</p>
 <p>
 The <b>MemberControl</b> and <b>OtherControl</b> fields
 indicate which [% terms.bugs %] will be placed in
 this group according to the following definitions.
-<br>
+</p>
+
 <table border=1>
   <tr>
     <th>
diff --git a/template/en/default/admin/products/list-classifications.html.tmpl b/template/en/default/admin/products/list-classifications.html.tmpl
index 7a30bcd66..444cb5204 100644
--- a/template/en/default/admin/products/list-classifications.html.tmpl
+++ b/template/en/default/admin/products/list-classifications.html.tmpl
@@ -64,8 +64,6 @@
      data = classifications
 %]
 
-<p>
-
 [%# No need for the standard edit products footer, as we have an 'add'
     link in the table %]
 
diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl
index ee76a3b0a..0992de273 100644
--- a/template/en/default/admin/products/list.html.tmpl
+++ b/template/en/default/admin/products/list.html.tmpl
@@ -33,7 +33,7 @@
     in classification '[% classification.name FILTER html %]'
   [% END %]
 [% END %]
-  
+
 [% PROCESS global/header.html.tmpl
   title = "Select product $classification_title"
 %]
@@ -120,8 +120,6 @@
      data = products
 %]
 
-<p>
-
 [% IF !showbugcounts %]
 
   <p><a href="editproducts.cgi?showbugcounts=1[% classification_url_part %]">
diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl
index 8a0790d6e..372f15805 100644
--- a/template/en/default/admin/products/updated.html.tmpl
+++ b/template/en/default/admin/products/updated.html.tmpl
@@ -67,13 +67,14 @@
   <a href="editproducts.cgi?action=edit&amp;product=
   [%- product.name FILTER url_quote %]
   [%- classification_url_part FILTER none %]">[% product.name FILTER html %]</a>.
+  </p>
   [% updated = 1 %]
 [% END %]
 
 
 [% IF product.description != old_product.description %]
   <p>
-    Updated description to:</p>
+    Updated description to:
   </p>
   <p style="margin: 1em 3em 1em 3em">[% product.description FILTER html_light %]</p>
   [% updated = 1 %]
@@ -88,6 +89,7 @@
     open for 
   [% END %]
   new [% terms.bugs %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
@@ -122,6 +124,7 @@
   Updated votes per user from
   [%+ old_product.votes_per_user FILTER html %] to 
   [%+ product.votes_per_user FILTER html %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
@@ -130,6 +133,7 @@
   Updated maximum votes per [% terms.bug %] from 
   [%+ old_product.max_votes_per_bug FILTER html %] to 
   [%+ product.max_votes_per_bug FILTER html %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
@@ -138,11 +142,12 @@
   Updated number of votes needed to confirm a [% terms.bug %] from
   [%+ old_product.votes_to_confirm FILTER html %] to 
   [%+ product.votes_to_confirm FILTER html %].
+  </p>
   [% updated = 1 %]
 [% END %]
 
 [% UNLESS updated %]
-  <p>Nothing changed for product '[% product.name FILTER html %]'.
+  <p>Nothing changed for product '[% product.name FILTER html %]'.</p>
 [% END %]
 
 [%# Note that this display of changed votes and/or confirmed bugs is
@@ -164,6 +169,7 @@
   [% ELSE %]
     &rarr;there were none.
   [% END %]
+  </p>
 
   <p>Checking existing votes in this product for anybody
   who now has too many total votes...<br>
@@ -176,6 +182,7 @@
   [% ELSE %]
     &rarr;there were none.
   [% END %]
+  </p>
 
   <p>Checking unconfirmed [% terms.bugs %] in this product for any which now have
   sufficient votes...<br>
@@ -194,6 +201,7 @@
   [% ELSE %]
     &rarr;there were none.
   [% END %]
+  </p>
 
 [% END %]
 
diff --git a/template/en/default/admin/settings/CVS/Entries b/template/en/default/admin/settings/CVS/Entries
index 5ef248dc5..b1270b768 100644
--- a/template/en/default/admin/settings/CVS/Entries
+++ b/template/en/default/admin/settings/CVS/Entries
@@ -1,3 +1,3 @@
-/edit.html.tmpl/1.6/Sat Oct 14 22:02:12 2006//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.2/Mon Jun 20 21:14:43 2005//TBUGZILLA-2_23_3
+/edit.html.tmpl/1.7/Tue Oct 17 19:58:36 2006//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.2/Mon Jun 20 21:14:43 2005//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/settings/CVS/Tag b/template/en/default/admin/settings/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/settings/CVS/Tag
+++ b/template/en/default/admin/settings/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/settings/edit.html.tmpl b/template/en/default/admin/settings/edit.html.tmpl
index 8881fc3dc..08a370c6a 100644
--- a/template/en/default/admin/settings/edit.html.tmpl
+++ b/template/en/default/admin/settings/edit.html.tmpl
@@ -55,7 +55,7 @@ page, and the Default Value will automatically apply to everyone.
         <th>Preference Text</th>
         <th>Default Value</th>
         <th>Enabled</th>
-      <tr>
+      </tr>
 
       [% FOREACH name = setting_names %]
           [% checkbox_name = name _ '-enabled' %]
diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl
index b35390545..4b7b607e9 100644
--- a/template/en/default/admin/sudo.html.tmpl
+++ b/template/en/default/admin/sudo.html.tmpl
@@ -48,8 +48,9 @@
     [% ELSE %]
       enter the login of 
     [% END %]
-    the <u>u</u>ser to impersonate:
+    <label for="target_login">the <u>u</u>ser to impersonate</label>:
     [% INCLUDE global/userselect.html.tmpl
+       id => "target_login"
        name => "target_login"
        value => "$target_login_default"
        accesskey => "u"
@@ -65,9 +66,10 @@
   [% END %]
   
   <p>
-    Next, please take a moment to explain why you are doing this:<br>
-    <input type="text" name="reason" size="80" maxlength="200" value="
-    [%- reason_default FILTER html %]">
+    Next, please take a moment to explain <label for="reason">why you are doing
+    this:<br>
+    <input type="text" id="reason" name="reason" size="80" maxlength="200"
+           value="[% reason_default FILTER html %]">
   </p>
   
   <p>
@@ -78,10 +80,12 @@
   
   [% IF user.authorizer.can_login %]
     <p>
-      Finally, enter your [% terms.Bugzilla %] password: 
+      Finally, enter <label for="Bugzilla_password">your [% terms.Bugzilla %]
+      password</label>:
       <input type="hidden" name="Bugzilla_login" value="
       [%- user.login FILTER html %]">
-      <input type="password" name="Bugzilla_password" maxlength="20" size="20">
+      <input type="password" id="Bugzilla_password" name="Bugzilla_password"
+             maxlength="20" size="20">
       <br>
       This is done for two reasons.  First of all, it is done to reduce 
       the chances of someone doing large amounts of damage using your 
diff --git a/template/en/default/admin/users/CVS/Entries b/template/en/default/admin/users/CVS/Entries
index 72066951a..6788450d9 100644
--- a/template/en/default/admin/users/CVS/Entries
+++ b/template/en/default/admin/users/CVS/Entries
@@ -1,8 +1,8 @@
-/confirm-delete.html.tmpl/1.14/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.3/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.7/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.3/Sat Oct 14 20:26:53 2006//TBUGZILLA-2_23_3
-/listselectvars.html.tmpl/1.1/Mon Feb 28 20:41:45 2005//TBUGZILLA-2_23_3
-/search.html.tmpl/1.4/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/userdata.html.tmpl/1.8/Fri Aug 25 08:33:19 2006//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.15/Fri Nov 10 16:51:29 2006//TBUGZILLA-2_23_4
+/create.html.tmpl/1.3/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.8/Fri Oct 20 09:53:06 2006//TBUGZILLA-2_23_4
+/list.html.tmpl/1.3/Sat Oct 14 20:26:53 2006//TBUGZILLA-2_23_4
+/listselectvars.html.tmpl/1.1/Mon Feb 28 20:41:45 2005//TBUGZILLA-2_23_4
+/search.html.tmpl/1.4/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_4
+/userdata.html.tmpl/1.8/Fri Aug 25 08:33:19 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/users/CVS/Tag b/template/en/default/admin/users/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/users/CVS/Tag
+++ b/template/en/default/admin/users/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl
index 4c348fa10..0fd4aafa7 100644
--- a/template/en/default/admin/users/confirm-delete.html.tmpl
+++ b/template/en/default/admin/users/confirm-delete.html.tmpl
@@ -19,7 +19,6 @@
   # listselectionvalues:      selection values to recreate the current user
   #                           list.
   # editusers:                is viewing user member of editusers?
-  # editcomponents:           is viewing user member of editcomponents?
   # otheruser:                Bugzilla::User object of the viewed user.
   # reporter:                 number of bugs reported by the user
   # assignee_or_qa:           number of bugs the user is either the assignee
@@ -57,8 +56,8 @@
 %]
 
 [% responsibilityterms = {
-  'initialowner'     => 'Default Assignee',
-  'initialqacontact' => 'Default QA Contact'
+  'default_assignee'   => 'Default Assignee',
+  'default_qa_contact' => 'Default QA Contact'
   }
 %]
 
@@ -93,21 +92,21 @@
           [% FOREACH component = otheruser.product_responsibilities %]
             <li>
               [% andstring = '' %]
-              [% FOREACH responsibility = ['initialowner', 'initialqacontact'] %]
-                [% IF component.$responsibility == otheruser.id %]
+              [% FOREACH responsibility = ['default_assignee', 'default_qa_contact'] %]
+                [% IF component.${responsibility}.id == otheruser.id %]
                   [% andstring %] [% responsibilityterms.$responsibility %]
                   [% andstring = ' and ' %]
                 [% END %]
               [% END %]
               for
-              [% IF editcomponents %]
+              [% IF user.in_group("editcomponents", component.product_id) %]
                 <a href="editcomponents.cgi?action=edit&amp;product=
-                         [% component.productname FILTER url_quote %]&amp;component=
-                         [% component.componentname FILTER url_quote %]">
+                         [% component.product.name FILTER url_quote %]&amp;component=
+                         [% component.name FILTER url_quote %]">
               [% END %]
-                [%+ component.productname FILTER html %]:
-                [% component.componentname FILTER html %]
-              [% IF editcomponents %]
+                [%+ component.product.name FILTER html %]:
+                [% component.name FILTER html %]
+              [% IF user.in_group("editcomponents", component.product_id) %]
                 </a>
               [% END %]
             </li>
@@ -125,7 +124,7 @@
     one product.
   </p>
   <p>
-    [% IF editcomponents %]
+    [% IF user.in_group("editcomponents", component.product_id) %]
       Change this by clicking the product editing links above,
     [% ELSE %]
       For now, you can
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl
index 61778ad93..abc124616 100644
--- a/template/en/default/admin/users/edit.html.tmpl
+++ b/template/en/default/admin/users/edit.html.tmpl
@@ -25,7 +25,7 @@
   #                      canbless) for viewed user.
   #%]
 
-[% title = BLOCK %]Edit user [% otheruser.login FILTER html %][% END %]
+[% title = BLOCK %]Edit user [% otheruser.identity FILTER html %][% END %]
 
 [% PROCESS global/header.html.tmpl
   title = title
diff --git a/template/en/default/admin/versions/CVS/Entries b/template/en/default/admin/versions/CVS/Entries
index 045006c7d..5ce65e406 100644
--- a/template/en/default/admin/versions/CVS/Entries
+++ b/template/en/default/admin/versions/CVS/Entries
@@ -1,10 +1,10 @@
-/confirm-delete.html.tmpl/1.6/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.4/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.2/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/deleted.html.tmpl/1.3/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.4/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_3
-/footer.html.tmpl/1.2/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.3/Wed Mar  1 22:10:24 2006//TBUGZILLA-2_23_3
-/select-product.html.tmpl/1.2/Tue Sep 27 22:08:14 2005//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.3/Tue Jul 18 23:50:32 2006//TBUGZILLA-2_23_3
+/confirm-delete.html.tmpl/1.7/Mon Jan  8 00:52:53 2007//TBUGZILLA-2_23_4
+/create.html.tmpl/1.6/Mon Jan  8 00:53:14 2007//TBUGZILLA-2_23_4
+/created.html.tmpl/1.3/Mon Jan  8 00:53:32 2007//TBUGZILLA-2_23_4
+/deleted.html.tmpl/1.4/Mon Jan  8 00:53:59 2007//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.5/Mon Jan  8 00:54:19 2007//TBUGZILLA-2_23_4
+/footer.html.tmpl/1.3/Mon Jan  8 00:54:38 2007//TBUGZILLA-2_23_4
+/list.html.tmpl/1.4/Mon Jan  8 00:54:55 2007//TBUGZILLA-2_23_4
+/select-product.html.tmpl/1.3/Mon Jan  8 00:55:10 2007//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.4/Mon Jan  8 00:55:28 2007//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/admin/versions/CVS/Tag b/template/en/default/admin/versions/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/admin/versions/CVS/Tag
+++ b/template/en/default/admin/versions/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/admin/versions/confirm-delete.html.tmpl b/template/en/default/admin/versions/confirm-delete.html.tmpl
index 5d5fb8193..a621359ad 100644
--- a/template/en/default/admin/versions/confirm-delete.html.tmpl
+++ b/template/en/default/admin/versions/confirm-delete.html.tmpl
@@ -64,9 +64,9 @@
 </table>
 
 <h2>Confirmation</h2>
-  
-[% IF version.bug_count %]
 
+[% IF version.bug_count %]
+  <p>
   Sorry, there
   [% IF version.bug_count > 1 %] 
     are [% version.bug_count FILTER none %] [%+ terms.bugs %] 
@@ -82,10 +82,10 @@
      that [% terms.bug %]
   [% END %]
   to another version before you can delete this one.
-
+  </p>
 [% ELSE %]
 
-  <p>Do you really want to delete this version?<p>
+  <p>Do you really want to delete this version?</p>
   
   <form method="post" action="editversions.cgi">
     <input type="submit" id="delete" value="Yes, delete">
diff --git a/template/en/default/admin/versions/create.html.tmpl b/template/en/default/admin/versions/create.html.tmpl
index c421ab12b..57ff20022 100644
--- a/template/en/default/admin/versions/create.html.tmpl
+++ b/template/en/default/admin/versions/create.html.tmpl
@@ -25,11 +25,11 @@
   #%]
   
 [% title = BLOCK %]Add Version to Product '[% product.name FILTER html %]'[% END %]
-[% h2 = BLOCK %]This page allows you to add a new version to product
+[% subheader = BLOCK %]This page allows you to add a new version to product
                 '[% product.name FILTER html %]'.[% END %]
 [% PROCESS global/header.html.tmpl
   title = title
-  h2 = h2
+  subheader = subheader
 %]
 
 <form method="post" action="editversions.cgi">
@@ -46,8 +46,6 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-<p>
-
 [% PROCESS admin/versions/footer.html.tmpl
     no_add_version_link = 1
  %]
diff --git a/template/en/default/admin/versions/created.html.tmpl b/template/en/default/admin/versions/created.html.tmpl
index 597ac119f..a0ce2912e 100644
--- a/template/en/default/admin/versions/created.html.tmpl
+++ b/template/en/default/admin/versions/created.html.tmpl
@@ -38,8 +38,6 @@
    [%- product.name FILTER url_quote %]&amp;version=[% version.name FILTER url_quote %]">
    [%- version.name FILTER html %]</a>' has been created.</p>
 
-<p>
-
 [% PROCESS admin/versions/footer.html.tmpl %]
 
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/versions/deleted.html.tmpl b/template/en/default/admin/versions/deleted.html.tmpl
index ab75d0a5b..38232a9bd 100644
--- a/template/en/default/admin/versions/deleted.html.tmpl
+++ b/template/en/default/admin/versions/deleted.html.tmpl
@@ -34,8 +34,6 @@
 
 <p>Version '[% version.name FILTER html %]' deleted.</p>
 
-<p>
-
 [% PROCESS admin/versions/footer.html.tmpl
   no_edit_version_link = 1
  %]
diff --git a/template/en/default/admin/versions/edit.html.tmpl b/template/en/default/admin/versions/edit.html.tmpl
index cfdfd4981..632c7a5e7 100644
--- a/template/en/default/admin/versions/edit.html.tmpl
+++ b/template/en/default/admin/versions/edit.html.tmpl
@@ -52,8 +52,6 @@
   <input type="submit" id="update" value="Update">
 </form>
 
-<p>
-
 [% PROCESS admin/versions/footer.html.tmpl
   no_edit_version_link = 1 %]
 
diff --git a/template/en/default/admin/versions/footer.html.tmpl b/template/en/default/admin/versions/footer.html.tmpl
index cf5e16ddd..5d3f259a2 100644
--- a/template/en/default/admin/versions/footer.html.tmpl
+++ b/template/en/default/admin/versions/footer.html.tmpl
@@ -31,11 +31,11 @@
   # no_edit_other_versions_link
   # no_add_version_link
   #%]
-  
-<p>
 
 <hr>
 
+<p>
+
 [% UNLESS no_add_version_link %]
   <a title="Add a version to product '[% product.name FILTER html %]'"
      href="editversions.cgi?action=add&amp;product=
@@ -56,7 +56,7 @@
   Edit other versions of product <a 
   href="editversions.cgi?product=
         [%- product.name FILTER url_quote %]">'[% product.name FILTER html %]'</a>.
-   
+
 [% END %]
 
   Edit product <a 
diff --git a/template/en/default/admin/versions/list.html.tmpl b/template/en/default/admin/versions/list.html.tmpl
index 5102dd506..0df94b8de 100644
--- a/template/en/default/admin/versions/list.html.tmpl
+++ b/template/en/default/admin/versions/list.html.tmpl
@@ -74,8 +74,6 @@
      data = product.versions
 %]
 
-<p>
-
 [% IF ! showbugcounts %]
 
   <p><a href="editversions.cgi?product=[% product.name FILTER url_quote %]&amp;showbugcounts=1">
diff --git a/template/en/default/admin/versions/select-product.html.tmpl b/template/en/default/admin/versions/select-product.html.tmpl
index cba4bab4e..f98d1d123 100644
--- a/template/en/default/admin/versions/select-product.html.tmpl
+++ b/template/en/default/admin/versions/select-product.html.tmpl
@@ -68,6 +68,4 @@
       Redisplay table with [% terms.bug %] counts (slower)</a></p>
 [% END %]
 
-<p>
-
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/admin/versions/updated.html.tmpl b/template/en/default/admin/versions/updated.html.tmpl
index 8f679c4aa..851fd638b 100644
--- a/template/en/default/admin/versions/updated.html.tmpl
+++ b/template/en/default/admin/versions/updated.html.tmpl
@@ -37,10 +37,8 @@
 [% IF updated %]
   <p>Updated Version name to: '[% version.name FILTER html %]'.</p>
 [% ELSE %]
-  <p>Nothing changed for version '[% version.name FILTER html %]'.
+  <p>Nothing changed for version '[% version.name FILTER html %]'.</p>
 [% END %]
-   
-<p>
 
 [% PROCESS admin/versions/footer.html.tmpl %]
 
diff --git a/template/en/default/attachment/CVS/Entries b/template/en/default/attachment/CVS/Entries
index a8eb07eb9..d72da4929 100644
--- a/template/en/default/attachment/CVS/Entries
+++ b/template/en/default/attachment/CVS/Entries
@@ -1,15 +1,15 @@
-/choose.html.tmpl/1.4/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/confirm-delete.html.tmpl/1.3/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/content-types.html.tmpl/1.5/Sun Feb 27 10:07:52 2005//TBUGZILLA-2_23_3
-/create.html.tmpl/1.29/Mon Sep  4 16:21:48 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.12/Tue Feb 21 16:00:29 2006//TBUGZILLA-2_23_3
-/createformcontents.html.tmpl/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-2_23_3
-/delete_reason.txt.tmpl/1.1/Mon Apr 17 20:19:36 2006//TBUGZILLA-2_23_3
-/diff-file.html.tmpl/1.5/Fri Feb 25 15:27:24 2005//TBUGZILLA-2_23_3
-/diff-footer.html.tmpl/1.2/Sun Jan 18 18:39:16 2004//TBUGZILLA-2_23_3
-/diff-header.html.tmpl/1.14/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.37/Mon Sep  4 16:21:48 2006//TBUGZILLA-2_23_3
-/list.html.tmpl/1.32/Sat Oct 14 21:04:56 2006//TBUGZILLA-2_23_3
-/show-multiple.html.tmpl/1.20/Sat Oct 14 21:04:56 2006//TBUGZILLA-2_23_3
-/updated.html.tmpl/1.11/Mon Feb  2 21:57:29 2004//TBUGZILLA-2_23_3
+/choose.html.tmpl/1.5/Mon Jan  8 20:33:35 2007//TBUGZILLA-2_23_4
+/confirm-delete.html.tmpl/1.4/Mon Jan  8 00:55:46 2007//TBUGZILLA-2_23_4
+/content-types.html.tmpl/1.5/Sun Feb 27 10:07:52 2005//TBUGZILLA-2_23_4
+/create.html.tmpl/1.31/Fri Nov 10 16:51:29 2006//TBUGZILLA-2_23_4
+/created.html.tmpl/1.13/Thu Oct 19 19:23:16 2006//TBUGZILLA-2_23_4
+/createformcontents.html.tmpl/1.1/Sat Jun 17 23:24:35 2006//TBUGZILLA-2_23_4
+/delete_reason.txt.tmpl/1.1/Mon Apr 17 20:19:36 2006//TBUGZILLA-2_23_4
+/diff-file.html.tmpl/1.5/Fri Feb 25 15:27:24 2005//TBUGZILLA-2_23_4
+/diff-footer.html.tmpl/1.2/Sun Jan 18 18:39:16 2004//TBUGZILLA-2_23_4
+/diff-header.html.tmpl/1.15/Tue Oct 17 19:58:37 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.40/Mon Jan  8 01:29:15 2007//TBUGZILLA-2_23_4
+/list.html.tmpl/1.37/Tue Jan 23 19:04:27 2007//TBUGZILLA-2_23_4
+/show-multiple.html.tmpl/1.22/Fri Dec 22 19:41:45 2006//TBUGZILLA-2_23_4
+/updated.html.tmpl/1.12/Thu Oct 19 19:23:16 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/attachment/CVS/Tag b/template/en/default/attachment/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/attachment/CVS/Tag
+++ b/template/en/default/attachment/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/attachment/choose.html.tmpl b/template/en/default/attachment/choose.html.tmpl
index 306efea59..bce392fbf 100644
--- a/template/en/default/attachment/choose.html.tmpl
+++ b/template/en/default/attachment/choose.html.tmpl
@@ -29,7 +29,7 @@
 <form name="choose-id" method="get" action="attachment.cgi">
   <p>Access an attachment by entering its ID into the form below:</p>
   <p>Attachment ID: <input name="id" size="6">
-  <button name="action" value="edit" id="edit">&nbsp;Edit&nbsp;</button>
+  <button name="action" value="edit" id="edit">Details</button>
   <button name="action" value="view" id="view">View</button>
   </p>
 </form>
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl
index ac8178ede..0b8bc291a 100644
--- a/template/en/default/attachment/confirm-delete.html.tmpl
+++ b/template/en/default/attachment/confirm-delete.html.tmpl
@@ -76,7 +76,7 @@
 <form action="attachment.cgi" method="POST">
   <label for="reason">Reason of the deletion:</label>
   <input type="text" id="reason" name="reason" value="" size="80" maxlength="200">
-  <p>
+  <br>
   <input type="submit" value="Yes, delete" id="delete">
   <input type="hidden" name="action" value="delete">
   <input type="hidden" name="id" value="[% a.id FILTER html %]">
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 3547f6d2e..381c75901 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -25,22 +25,22 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [%# Define strings that will serve as the title and header of this page %]
-[% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bugid %][% END %]
-[% h1 = BLOCK %]Create New Attachment for
-  [%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
-[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
+[% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bug.bug_id %][% END %]
+[% header = BLOCK %]Create New Attachment for
+  [%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug.bug_id) FILTER none %][% END %]
+[% subheader = BLOCK %][% bug.short_desc FILTER html %][% END %]
 
 [% PROCESS global/header.html.tmpl
   title = title
-  h1 = h1
-  h2 = h2
+  header = header
+  subheader = subheader
   onload="setContentTypeDisabledState(document.entryform);"
   style_urls = [ 'skins/standard/create_attachment.css' ]
   javascript_urls = [ "js/attachment.js" ]
 %]
 
 <form name="entryform" method="post" action="attachment.cgi" enctype="multipart/form-data">
-  <input type="hidden" name="bugid" value="[% bugid %]">
+  <input type="hidden" name="bugid" value="[% bug.bug_id %]">
   <input type="hidden" name="action" value="insert">
 
   <table class="attachment_entry">
@@ -66,7 +66,7 @@
       </td>
     </tr>
 
-    [% IF (user.id != bugassignee_id) AND user.groups.editbugs %]
+    [% IF (user.id != bug.assigned_to.id) AND user.in_group("editbugs", bug.product_id) %]
       <tr>
         <th>Reassignment:</th>
         <td>
diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl
index 3114b2963..e6037bcba 100644
--- a/template/en/default/attachment/created.html.tmpl
+++ b/template/en/default/attachment/created.html.tmpl
@@ -32,38 +32,34 @@
 
 [% PROCESS global/header.html.tmpl
   title = "Changes Submitted"
-  style = "th { text-align: left; }"
 %]
 
-<table border="1">
-  <tr>
-    <td>
-      <h2>
-        <a title="[% description FILTER html %]" href="attachment.cgi?id=[% attachid %]&amp;action=edit">Attachment #[% attachid %]</a>
-        to <a href="show_bug.cgi?id=[% bugid %]">[% terms.Bug %] #[% bugid %]</a> Created
-      </h2>
+<dl>
+  <dt>
+    <a title="[% description FILTER html %]" href="attachment.cgi?id=[% attachid %]&amp;action=edit">Attachment #[% attachid %]</a>
+    to [% "$terms.bug $bugid" FILTER bug_link(bugid) %] created
+  </dt>
+  <dd>
+    [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
+    [% IF convertedbmp %]
+      <p>
+        <b>Note:</b> [% terms.Bugzilla %] automatically converted your BMP image file to a
+        compressed PNG format.
+      </p>
+    [% END %]
+    [% IF contenttypemethod == 'autodetect' %]
+      <p>
+        <b>Note:</b> [% terms.Bugzilla %] automatically detected the content type
+        <em>[% contenttype %]</em> for this attachment.  If this is
+        incorrect, correct the value by
+        editing the attachment's <a href="attachment.cgi?id=[% attachid %]&amp;action=edit">details</a>.
+      </p>
+    [% END %]
 
-      [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
-      [% IF convertedbmp %]
-        <p>
-          <b>Note:</b> [% terms.Bugzilla %] automatically converted your BMP image file to a 
-          compressed PNG format.
-        </p>
-      [% END %]
-      [% IF contenttypemethod == 'autodetect' %]
-        <p>
-          <b>Note:</b> [% terms.Bugzilla %] automatically detected the content type
-          <em>[% contenttype %]</em> for this attachment.  If this is
-          incorrect, correct the value by
-          editing the attachment's <a href="attachment.cgi?id=[% attachid %]&amp;action=edit">details</a>.
-        </p>
-      [% END %]
-    </td>
-    <td>
-      <a href="show_bug.cgi?id=[% bugid %]">Go back to [% terms.bug %] #[% bugid %]</a>
-    </td>
-  </tr>
-</table>
+    [%# Links to more information about the changed bug. %]
+    [% Hook.process("links") %]
+  </dd>
+</dl>
 
 <p>
 <a href="attachment.cgi?bugid=[% bugid %]&amp;action=enter">Create
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl
index 3f2eed68d..97a6d0527 100644
--- a/template/en/default/attachment/diff-header.html.tmpl
+++ b/template/en/default/attachment/diff-header.html.tmpl
@@ -207,7 +207,7 @@ tbody.file pre:empty {
 [% BLOCK diffurl %][% PROCESS viewurl %]&amp;action=diff[% END %]
 
 [% IF headers %]
-  [% h1 = BLOCK %]
+  [% header = BLOCK %]
     [% IF attachid %]
       Attachment #[% attachid %]: [% description FILTER html %]
     [% ELSE %]
@@ -218,7 +218,7 @@ tbody.file pre:empty {
     [% END %]
     for <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %] #[% bugid %]</a>
   [% END %]
-  [% h2 = BLOCK %]
+  [% subheader = BLOCK %]
     [% bugsummary FILTER html %]
   [% END %]
   [% PROCESS global/header.html.tmpl %]
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index b7d03a8b9..bc9253164 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -26,16 +26,16 @@
 [% title = BLOCK %]
   Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %]
 [% END %]
-[% h1 = BLOCK %]
+[% header = BLOCK %]
   Attachment [% attachment.id %] Details for
   [%+ "$terms.Bug ${attachment.bug_id}" FILTER bug_link(attachment.bug_id) FILTER none %]
 [% END %]
-[% h2 = BLOCK %][% bugsummary FILTER html %][% END %]
+[% subheader = BLOCK %][% bugsummary FILTER html %][% END %]
 
 [% PROCESS global/header.html.tmpl
   title = title
-  h1 = h1
-  h2 = h2
+  header = header
+  subheader = subheader
   style = "
     table.attachment_info th { text-align: right; vertical-align: top; }
     table.attachment_info td { text-align: left; vertical-align: top; }
@@ -211,8 +211,9 @@
     <tr>
       <td width="25%">
         <small>
-        <b>Description:</b><br>
+        <b><label for="description">Description</label>:</b><br>
           [% INCLUDE global/textarea.html.tmpl
+            id             = 'description'
             name           = 'description'
             minrows        = 3
             cols           = 25
@@ -226,8 +227,8 @@
             <input type="hidden" name="contenttypeentry"
                    value="[% attachment.contenttype FILTER html %]"><br>
         [% ELSE %]
-          <b>Filename:</b><br>
-            <input type="text" size="20" name="filename"
+          <b><label for="filename">Filename</label>:</b><br>
+            <input type="text" size="20" id="filename" name="filename"
                    value="[% attachment.filename FILTER html %]"><br>
           <b>Size:</b>
           [% IF attachment.datasize %]
@@ -236,8 +237,9 @@
             <em>deleted</em>
           [% END %]<br>
 
-          <b>MIME Type:</b><br>
-            <input type="text" size="20" name="contenttypeentry"
+          <b><label for="contenttypeentry">MIME Type</label>:</b><br>
+            <input type="text" size="20"
+                   id="contenttypeentry" name="contenttypeentry"
                    value="[% attachment.contenttype FILTER html %]"><br>
 
           <input type="checkbox" id="ispatch" name="ispatch" value="1"
@@ -246,12 +248,13 @@
         [% END %]
           <input type="checkbox" id="isobsolete" name="isobsolete" value="1"
                  [% 'checked="checked"' IF attachment.isobsolete %]>
-          <label for="isobsolete">obsolete</label><br>
+          <label for="isobsolete">obsolete</label>
           [% IF (Param("insidergroup") && user.in_group(Param("insidergroup"))) %]
-            <input type="checkbox" name="isprivate" value="1"
-                   [% " checked" IF attachment.isprivate %]> private<br><br>
-          [% ELSE %]<br>
+            <input type="checkbox" id="isprivate" name="isprivate" value="1"
+                   [% " checked" IF attachment.isprivate %]>
+            <label for="isprivate">private</label><br>
           [% END %]
+          <br>
 
         [% IF flag_types.size > 0 %]
           [% PROCESS "flag/list.html.tmpl" bug_id = attachment.bug_id
@@ -259,8 +262,10 @@
         [% END %]
 
         <div id="smallCommentFrame">
-          <b>Comment (on the [% terms.bug %]):</b><br>
+          <b><label for="comment">Comment</label> (on the
+          [%+ terms.bug %]):</b><br>
             [% INCLUDE global/textarea.html.tmpl
+              id      = 'comment'
               name    = 'comment'
               minrows = 5
               cols    = 25
@@ -272,12 +277,12 @@
         <strong>Actions:</strong>
         <a href="attachment.cgi?id=[% attachment.id %]">View</a>
         [% IF attachment.ispatch && patchviewerinstalled %]
-         | <a href="attachment.cgi?id=[% attachment.id %]&action=diff">Diff</a>
+         | <a href="attachment.cgi?id=[% attachment.id %]&amp;action=diff">Diff</a>
         [% END %]
         [% IF Param("allow_attachment_deletion")
               && user.groups.admin
               && attachment.datasize > 0 %]
-          | <a href="attachment.cgi?id=[% attachment.id %]&action=delete">Delete</a>
+          | <a href="attachment.cgi?id=[% attachment.id %]&amp;action=delete">Delete</a>
         [% END %]
         </small>
       </td>
@@ -347,7 +352,7 @@
   Attachments on this [% terms.Bug %]:
   [% FOREACH a = attachments %]
     [% IF a == attachment.id %]
-      [% a %]
+      [%+ a %]
     [% ELSE %]
       <a href="attachment.cgi?id=[% a %]&amp;action=edit">[% a %]</a>
     [% END %]
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
index a0445b16a..99f51064d 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -17,58 +17,96 @@
   # Rights Reserved.
   #
   # Contributor(s): Myk Melez <myk@mozilla.org>
+  #                 Frédéric Buclin <LpSolit@gmail.com>
   #%]
 
+<script type="text/javascript">
+  <!--
+  function toggle_display(link) {
+    var table = document.getElementById("attachment_table");
+    var rows = table.getElementsByTagName("tr");
+    var originalHeight = table.offsetHeight; // Store current height for scrolling
+
+    var toggle;
+    if (link.innerHTML == "Show Obsolete") {
+      toggle = ""; // This should be 'table-row', but IE 6 doesn't understand it.
+      link.innerHTML = "Hide Obsolete";
+    }
+    else {
+      toggle = "none";
+      link.innerHTML = "Show Obsolete";
+    }
+
+    for (var i = 0; i < rows.length; i++) {
+      if (rows[i].className.match('bz_tr_obsolete'))
+        rows[i].style.display = toggle;
+    }
+
+    var newHeight = table.offsetHeight;
+    window.scrollBy(0, newHeight - originalHeight);
+
+    return false;
+  }
+  //-->
+</script>
+
 <br>
-<table cellspacing="0" cellpadding="4" border="1">
+<table id="attachment_table" cellspacing="0" cellpadding="4">
   <tr>
-    <th bgcolor="#cccccc" align="left"><a name="a0" id="a0">Attachment</a></th>
-    <th bgcolor="#cccccc" align="left">Type</th>
-    <th bgcolor="#cccccc" align="left">Creator</th>
-    <th bgcolor="#cccccc" align="left">Created</th>
-    <th bgcolor="#cccccc" align="left">Size</th>
-    [% IF show_attachment_flags %]
-      <th bgcolor="#cccccc" align="left">Flags</th>
-    [% END %]
-    <th bgcolor="#cccccc" align="left">Actions</th>
+    <th colspan="[% show_attachment_flags ? 3 : 2 %]" align="left">
+      <a name="a0" id="a0">Attachments</a>
+    </th>
   </tr>
+
   [% count = 0 %]
+  [% obsolete_attachments = 0 %]
+
   [% FOREACH attachment = attachments %]
     [% count = count + 1 %]
     [% IF !attachment.isprivate || user.is_insider || attachment.attacher.id == user.id %]
-      <tr [% "class=\"bz_private\"" IF attachment.isprivate %]>
-        <td valign="top">
-          <a name="a[% count %]" href="attachment.cgi?id=[% attachment.id %]">[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]</a>
-        </td>
-
-        <td valign="top">
-          [% IF attachment.ispatch %]
-            <i>patch</i>
-          [% ELSIF attachment.isurl %]
-            <i>url</i>
-          [% ELSE %]
-            [% attachment.contenttype FILTER html %]
-          [% END %]
-        </td>
-
-        <td valign="top">
-          <a href="mailto:[% attachment.attacher.email FILTER html %]">
-          [% attachment.attacher.name || attachment.attacher.login FILTER html %]
-          </a>
-        </td>
-        <td valign="top">[% attachment.attached FILTER time %]</td>
+      [% IF attachment.isobsolete %]
+        [% obsolete_attachments = obsolete_attachments + 1 %]
+      [% END %]
+      <tr class="[% "bz_private" IF attachment.isprivate %][%-%]
+                 [%+ "bz_tr_obsolete" IF attachment.isobsolete %]">
         <td valign="top">
           [% IF attachment.datasize %]
-            [% attachment.datasize FILTER unitconvert %]
-          [% ELSE %]
-            <em>deleted</em>
+            <a name="a[% count %]" href="attachment.cgi?id=[% attachment.id %]"
+               title="View the content of the attachment">
           [% END %]
+          <b>[% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %]</b>
+          [% "</a>" IF attachment.datasize %]
+
+          <span class="bz_attach_extra_info">
+            [% IF attachment.datasize %]
+              ([% attachment.datasize FILTER unitconvert %],
+              [% IF attachment.ispatch %]
+                patch)
+              [% ELSIF attachment.isurl %]
+                url)
+              [% ELSE %]
+                [%+ attachment.contenttype FILTER html %])
+              [% END %]
+            [% ELSE %]
+              (<em>deleted</em>)
+            [% END %]
+
+            <br>
+            <a href="#attach_[% attachment.id %]"
+               title="Go to the comment associated with the attachment">
+              [%- attachment.attached FILTER time %]</a>,
+
+            <a href="mailto:[% attachment.attacher.email FILTER html %]"
+               title="Write an email to the creator of the attachment">
+              [% attachment.attacher.name || attachment.attacher.login FILTER html %]
+            </a>
+          </span>
         </td>
 
         [% IF show_attachment_flags %]
-          <td valign="top">
+          <td class="bz_attach_flags" valign="top">
             [% IF attachment.flags.size == 0 %]
-              <i>none</i>
+              <i>no flags</i>
             [% ELSE %]
               [% FOREACH flag = attachment.flags %]
                 [% flag.setter.nick FILTER html %]:
@@ -92,19 +130,19 @@
     [% END %]
   [% END %]
 
-  <tr>
-    <td colspan="[% show_attachment_flags ? 6 : 5 %]">
-      <a href="attachment.cgi?bugid=[% bugid %]&amp;action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.)
+  <tr class="bz_attach_footer">
+    <td colspan="[% show_attachment_flags ? 3 : 2 %]">
+      [% IF attachments.size %]
+        <span class="bz_attach_view_hide">
+          [% IF obsolete_attachments %]
+            <a href="#a0" onClick="return toggle_display(this);">Hide Obsolete</a> ([% obsolete_attachments %]) |
+          [% END %]
+          <a href="attachment.cgi?bugid=[% bugid %]&amp;action=viewall">View All</a>
+        </span>
+      [% END %]
+      <a href="attachment.cgi?bugid=[% bugid %]&amp;action=enter">Add an attachment</a>
+      (proposed patch, testcase, etc.)
     </td>
-    [% IF attachments.size %]
-      <td>
-        <a href="attachment.cgi?bugid=[% bugid %]&amp;action=viewall">View All</a>
-      </td>
-    [% ELSE %]
-      <td class="bz_disabled">
-        View All
-      </td>
-    [% END %]
   </tr>
 </table>
 <br>
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl
index ad0dfbafd..9c0fc57b0 100644
--- a/template/en/default/attachment/show-multiple.html.tmpl
+++ b/template/en/default/attachment/show-multiple.html.tmpl
@@ -21,12 +21,17 @@
 
 [% PROCESS global/variables.none.tmpl %]
 [% filtered_summary = bugsummary FILTER html %]
-[% h1 = BLOCK %]View All Attachments for
-  [%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
+[% header = BLOCK %]View All Attachments for
+  [%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug.bug_id) FILTER none %][% END %]
+
+[% title = BLOCK %]
+  View All Attachments for [% terms.Bug %] [%+ bug.bug_id FILTER html %]
+[% END %]
+
 [% PROCESS global/header.html.tmpl
-  title = "View All Attachments for $terms.Bug #$bugid"
-  h1 = h1
-  h2 = filtered_summary
+  title = title
+  header = header
+  subheader = filtered_summary
   style = "
     table.attachment_info th { text-align: right; vertical-align: top; }
     table.attachment_info td { text-align: left; vertical-align: top; }
diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl
index de56341e0..a66b74e17 100644
--- a/template/en/default/attachment/updated.html.tmpl
+++ b/template/en/default/attachment/updated.html.tmpl
@@ -29,25 +29,18 @@
 
 [% PROCESS global/header.html.tmpl
   title = "Changes Submitted"
-  style = "th { text-align: left; }"
 %]
 
-<hr>
-
-<table border="1">
-  <tr>
-    <td>
-      <h2>Changes to
-        <a href="attachment.cgi?id=[% attachid %]&amp;action=edit">attachment [% attachid %]</a>
-        of [% terms.bug %] [%+ bugid %] submitted
-      </h2>
-      [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
-    </td>
-
-    <td>
-      <a href="show_bug.cgi?id=[% bugid %]">Back to [% terms.Bug %] #[% bugid %]</a>
-    </td>
-  </tr>
-</table>
+<dl>
+  <dt>Changes to
+    <a href="attachment.cgi?id=[% attachid %]&amp;action=edit">attachment [% attachid %]</a>
+    of [% "$terms.bug $bugid" FILTER bug_link(bugid) %] submitted
+  </dt>
+  <dd>
+    [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
+    [%# Links to more information about the changed bug. %]
+    [% Hook.process("links") %]
+  </dd>
+</dl>
 
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/bug/CVS/Entries b/template/en/default/bug/CVS/Entries
index 0dde43aa7..316d3417e 100644
--- a/template/en/default/bug/CVS/Entries
+++ b/template/en/default/bug/CVS/Entries
@@ -1,16 +1,16 @@
-/choose.html.tmpl/1.7/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/comments.html.tmpl/1.27/Mon Sep  4 16:21:48 2006//TBUGZILLA-2_23_3
-/dependency-graph.html.tmpl/1.11/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/dependency-tree.html.tmpl/1.23/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/edit.html.tmpl/1.85/Sat Oct 14 20:26:53 2006//TBUGZILLA-2_23_3
-/field.html.tmpl/1.8/Wed Sep 27 20:37:15 2006//TBUGZILLA-2_23_3
-/knob.html.tmpl/1.23/Wed Sep 20 21:57:58 2006//TBUGZILLA-2_23_3
-/navigate.html.tmpl/1.7/Mon Jun 20 19:30:29 2005//TBUGZILLA-2_23_3
-/show-multiple.html.tmpl/1.33/Sat Oct 14 20:26:53 2006//TBUGZILLA-2_23_3
-/show.html.tmpl/1.15/Sat Oct 14 20:48:48 2006//TBUGZILLA-2_23_3
-/show.xml.tmpl/1.18/Wed Oct 11 16:20:43 2006//TBUGZILLA-2_23_3
-/summarize-time.html.tmpl/1.6/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_3
-/time.html.tmpl/1.2/Sun Jan 18 18:39:23 2004//TBUGZILLA-2_23_3
+/choose.html.tmpl/1.7/Wed Jul 12 12:21:40 2006//TBUGZILLA-2_23_4
+/comments.html.tmpl/1.28/Tue Oct 17 19:58:37 2006//TBUGZILLA-2_23_4
+/dependency-graph.html.tmpl/1.12/Tue Oct 17 19:58:37 2006//TBUGZILLA-2_23_4
+/dependency-tree.html.tmpl/1.25/Wed Dec 27 01:28:15 2006//TBUGZILLA-2_23_4
+/edit.html.tmpl/1.97/Wed Dec 27 00:55:23 2006//TBUGZILLA-2_23_4
+/field.html.tmpl/1.8/Wed Sep 27 20:37:15 2006//TBUGZILLA-2_23_4
+/knob.html.tmpl/1.27/Wed Dec 27 01:00:21 2006//TBUGZILLA-2_23_4
+/navigate.html.tmpl/1.8/Sat Oct 28 10:25:43 2006//TBUGZILLA-2_23_4
+/show-multiple.html.tmpl/1.34/Tue Dec 26 16:38:34 2006//TBUGZILLA-2_23_4
+/show.html.tmpl/1.17/Sun Nov  5 00:18:59 2006//TBUGZILLA-2_23_4
+/show.xml.tmpl/1.19/Sat Jan  6 23:51:56 2007//TBUGZILLA-2_23_4
+/summarize-time.html.tmpl/1.8/Sun Jan  7 23:59:20 2007//TBUGZILLA-2_23_4
+/time.html.tmpl/1.2/Sun Jan 18 18:39:23 2004//TBUGZILLA-2_23_4
 D/activity////
 D/create////
 D/process////
diff --git a/template/en/default/bug/CVS/Tag b/template/en/default/bug/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/bug/CVS/Tag
+++ b/template/en/default/bug/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/bug/activity/CVS/Entries b/template/en/default/bug/activity/CVS/Entries
index fdf768e44..9ee390f1d 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.7/Mon Feb  2 21:57:29 2004//TBUGZILLA-2_23_3
-/table.html.tmpl/1.13/Thu Jul 13 18:00:41 2006//TBUGZILLA-2_23_3
+/show.html.tmpl/1.8/Tue Oct 17 19:58:37 2006//TBUGZILLA-2_23_4
+/table.html.tmpl/1.13/Thu Jul 13 18:00:41 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/bug/activity/CVS/Tag b/template/en/default/bug/activity/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/bug/activity/CVS/Tag
+++ b/template/en/default/bug/activity/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/bug/activity/show.html.tmpl b/template/en/default/bug/activity/show.html.tmpl
index 91743247a..2acaf3af8 100644
--- a/template/en/default/bug/activity/show.html.tmpl
+++ b/template/en/default/bug/activity/show.html.tmpl
@@ -30,8 +30,8 @@
 
 [% PROCESS global/header.html.tmpl
   title = "Changes made to $terms.bug $bug_id"
-  h1 = "Activity log"
-  h2 = "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
+  header = "Activity log"
+  subheader = "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
  %]
 
 <br>
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index a4671d89d..5add6d54f 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -26,11 +26,15 @@
   <script type="text/javascript">
   <!--
   function updateCommentPrivacy(checkbox, id) {
-    var text_elem = document.getElementById('comment_text_'+id);
+    var comment_elem = document.getElementById('comment_text_'+id).parentNode;
     if (checkbox.checked) {
-        text_elem.parentNode.className='bz_private';
-    } else {
-        text_elem.parentNode.className='';
+      if (!comment_elem.className.match('bz_private')) {
+        comment_elem.className = comment_elem.className.concat(' bz_private');
+      }
+    }
+    else {
+      comment_elem.className =
+        comment_elem.className.replace(/(\s*|^)bz_private(\s*|$)/, '$2');
     }
   }
   //-->
@@ -85,12 +89,12 @@
 
 [% BLOCK a_comment %]
   [% IF NOT comment.isprivate || isinsider %]
-    <div [% "class=\"bz_private\" " IF comment.isprivate %]
-         [% "class=\"bz_comment_hilite\" " IF marks.$count %]>
+    <div class="bz_comment[% " bz_private" IF comment.isprivate %]
+                [% " bz_comment_hilite" IF marks.$count %]">
       [% IF count == description %]
         <table>
           <tr>
-            <td align="left">
+            <th align="left">
               <b><a name="c0" href="show_bug.cgi?id=[% bug.bug_id %]#c0">
                 Description</a>:</b>&nbsp;&nbsp;
                 [% IF mode == "edit" %]
@@ -98,16 +102,15 @@
                     addReplyLink(0);
                   //--></script>
                 [% END %]
-            </td>
+            </th>
             <td align="left" width="30%">
               <b>Opened:</b> [% bug.creation_ts FILTER time %]
             </td>
           </tr>
         </table>
       [% ELSE %]
-        <br>
-        <span class="bz_comment">
-          ------- <i>Comment
+        <span class="bz_comment_head">
+          <span class="comment_rule">-------</span> <i>Comment
           <a name="c[% count %]" href="show_bug.cgi?id=[% bug.bug_id %]#c[% count %]">
             #[% count %]</a> From 
           <a href="mailto:[% comment.email FILTER html %]">
@@ -118,7 +121,7 @@
           <script type="text/javascript"><!-- 
             addReplyLink([% count %]); //--></script>
           [% END %]
-          -------
+          <span class="comment_rule">-------</span>
         </span>
       [% END %]
         
diff --git a/template/en/default/bug/create/CVS/Entries b/template/en/default/bug/create/CVS/Entries
index 6a09fc34f..e97ba2a31 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.4/Thu Apr  7 23:59:59 2005//TBUGZILLA-2_23_3
-/comment.txt.tmpl/1.4/Tue Feb 21 15:20:14 2006//TBUGZILLA-2_23_3
-/confirm-create-dupe.html.tmpl/1.2/Wed Jul 12 12:21:41 2006//TBUGZILLA-2_23_3
-/create-guided.html.tmpl/1.34/Mon Aug 14 15:58:12 2006//TBUGZILLA-2_23_3
-/create.html.tmpl/1.68/Sat Oct 14 20:48:48 2006//TBUGZILLA-2_23_3
-/created.html.tmpl/1.9/Wed Jul 27 20:51:33 2005//TBUGZILLA-2_23_3
-/make-template.html.tmpl/1.8/Tue Dec 13 20:43:49 2005//TBUGZILLA-2_23_3
-/user-message.html.tmpl/1.4/Sun Mar  7 23:27:31 2004//TBUGZILLA-2_23_3
+/comment-guided.txt.tmpl/1.4/Thu Apr  7 23:59:59 2005//TBUGZILLA-2_23_4
+/comment.txt.tmpl/1.4/Tue Feb 21 15:20:14 2006//TBUGZILLA-2_23_4
+/confirm-create-dupe.html.tmpl/1.3/Wed Jan 17 22:27:10 2007//TBUGZILLA-2_23_4
+/create-guided.html.tmpl/1.36/Tue Jan  2 17:06:32 2007//TBUGZILLA-2_23_4
+/create.html.tmpl/1.75/Wed Jan 24 00:56:31 2007//TBUGZILLA-2_23_4
+/created.html.tmpl/1.9/Wed Jul 27 20:51:33 2005//TBUGZILLA-2_23_4
+/make-template.html.tmpl/1.9/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/user-message.html.tmpl/1.4/Sun Mar  7 23:27:31 2004//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/bug/create/CVS/Tag b/template/en/default/bug/create/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/bug/create/CVS/Tag
+++ b/template/en/default/bug/create/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/bug/create/confirm-create-dupe.html.tmpl b/template/en/default/bug/create/confirm-create-dupe.html.tmpl
index 47d2ae916..9c2b3dbc2 100644
--- a/template/en/default/bug/create/confirm-create-dupe.html.tmpl
+++ b/template/en/default/bug/create/confirm-create-dupe.html.tmpl
@@ -27,6 +27,8 @@
   title = "Already filed $terms.bug"
 %]
 
+[% USE Bugzilla %]
+
 <table cellpadding="20">
   <tr>
     <td bgcolor="#ff0000">
@@ -44,7 +46,8 @@ FILTER bug_link(bugid) FILTER none %].</font></p>
   <p>If you are sure you used the same form to submit a new [% terms.bug %],
   click 'File [% terms.bug %] again'.<p>
 
-  <form name="create" id="create" method="post" action="post_bug.cgi">
+  <form name="create" id="create" method="post" action="post_bug.cgi"
+  [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
     [% PROCESS "global/hidden-fields.html.tmpl"
                exclude="^(Bugzilla_login|Bugzilla_password|ignore_token)$" %]
     <input type="hidden" name="ignore_token" value="[% bugid FILTER html %]">
diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl
index 5b27aa173..7ca37ea3a 100644
--- a/template/en/default/bug/create/create-guided.html.tmpl
+++ b/template/en/default/bug/create/create-guided.html.tmpl
@@ -269,24 +269,29 @@ function PutDescription() {
     </td>
   </tr>
 
-  [% matches = cgi.user_agent('Gecko/(\d+)') %]
-  [% buildid = cgi.user_agent() IF matches %]
+  [% IF product.name.match("Firefox|Camino|Mozilla Application Suite") %]
+    [% matches = cgi.user_agent('Gecko/(\d+)') %]
+    [% buildid = cgi.user_agent() IF matches %]
+  [% END %]
+  
+  [%# Accept URL parameter build ID for non-browser products %]
+  [% IF cgi.param("buildid") %]
+    [% buildid = cgi.param("buildid") %]
+  [% END %]
 
   <tr bgcolor="[% tablecolour %]">
     <td align="right" valign="top">
-      <b>Build Identifier<br>(User Agent)</b>
+      <b>Build Identifier</b>
     </td>
     <td valign="top">
       <input type="text" size="80" name="buildid" value="[% buildid %]">
       <p>
-        This identifies exactly the version of the product you were using.
-        If reporting [% terms.abug %] in Mozilla or Firefox,
-        this is the line beginning <tt>"Mozilla/5.0"</tt> in
-        <tt>Help | About</tt>.
-        If you are using the problematic software to file the bug, this 
-        field will already be filled in correctly.
-        If the product won't start, just enter the complete URL you 
-        downloaded it from.
+        This should identify the exact version of the product you were using.  
+        If the above field is blank or you know it is incorrect, copy the 
+        version text from the product's Help | 
+        About menu (for browsers this will begin with "Mozilla/5.0...").  
+        If the product won't start, instead paste the complete URL you downloaded 
+        it from.
       </p>
     </td>
   </tr>
@@ -298,11 +303,10 @@ function PutDescription() {
     <td valign="top">
       <input type="text" size="80" name="bug_file_loc" value="http://">
       <p>
-        URL that demonstrates the problem you are seeing (optional.)
-        <!--
-        <b>IMPORTANT</b>: problems with broken web pages go
-        <a href="http://write-this-webtool/">in this form instead</a>.
-        -->
+        URL that demonstrates the problem you are seeing (optional).<br>
+        <b>IMPORTANT</b>: if the problem is with a broken web page, you need
+        to report it
+        <a href="https://bugzilla.mozilla.org/page.cgi?id=broken-website.html">a different way</a>.
       </p>
    </td>
   </tr>
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index 62f8004f2..fc6024a9e 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -50,17 +50,16 @@ var flags = new Array([% product.components.size %]);
 [%- FOREACH c = product.components %]
     components[[% count %]] = "[% c.name FILTER js %]";
     initialowners[[% count %]] = "[% c.default_assignee.login FILTER js %]";
-    var flag_list = new Array([% c.flag_types.bug.size + c.flag_types.attachment.size %]);
-    [% flag_count = 0 %]
+    [% flag_list = [] %]
     [% FOREACH f = c.flag_types.bug %]
-      flag_list[[% flag_count %]] = "[% f.id %]";
-      [% flag_count = flag_count + 1 %]
+      [% NEXT UNLESS f.is_active %]
+      [% flag_list.push(f.id) %]
     [% END %]
     [% FOREACH f = c.flag_types.attachment %]
-      flag_list[[% flag_count %]] = "[% f.id %]";
-      [% flag_count = flag_count + 1 %]
+      [% NEXT UNLESS f.is_active %]
+      [% flag_list.push(f.id) %]
     [% END %]
-    flags[[% count %]] = flag_list;
+    flags[[% count %]] = [[% flag_list.join(",") FILTER js %]];
     [% IF Param("useqacontact") %]
         initialqacontacts[[% count %]] = "[% c.default_qa_contact.login FILTER js %]";
     [% END %]
@@ -131,7 +130,8 @@ function set_assign_to() {
         // Now enable flags available for the selected component.
         for (var i = 0; i < flags[index].length; i++) {
             flagField = document.getElementById("flag_type-" + flags[index][i]);
-            if (flagField) {
+            // Do not enable flags the user cannot set nor request.
+            if (flagField && flagField.options.length > 1) {
                 flagField.disabled = false;
                 // Re-enabling the requestee field depends on the status
                 // of the flag.
@@ -225,10 +225,10 @@ function handleWantsAttachment(wants_attachment) {
   </tr>
 
   <tr>
-    [% sel = { description => 'Platform', name => 'rep_platform' } %]
+    [% sel = { description => 'Severity', name => 'bug_severity' } %]
     [% INCLUDE select %]
 
-    [% sel = { description => 'OS', name => 'op_sys' } %]
+    [% sel = { description => 'Platform', name => 'rep_platform' } %]
     [% INCLUDE select %]
   </tr>
 
@@ -242,7 +242,7 @@ function handleWantsAttachment(wants_attachment) {
       </td>
     [% END %]
 
-    [% sel = { description => 'Severity', name => 'bug_severity' } %]
+    [% sel = { description => 'OS', name => 'op_sys' } %]
     [% INCLUDE select %]
   </tr>
 
@@ -412,7 +412,9 @@ function handleWantsAttachment(wants_attachment) {
 
 
         [% END %]
-        [% comment FILTER html %]
+        [%-# We are within a BLOCK. The comment will be correctly HTML-escaped
+          # by global/textarea.html.tmpl. So we must not escape the comment here. %]
+        [% comment FILTER none %]
       [%- END %]
       [% INCLUDE global/textarea.html.tmpl
          name           = 'comment'
@@ -438,8 +440,6 @@ function handleWantsAttachment(wants_attachment) {
         </label>
       </td>
     </tr>
-  [% ELSE %]
-    <input type="hidden" name="commentprivacy" value="0">
   [% END %]
 
   <tr>
@@ -465,6 +465,7 @@ function handleWantsAttachment(wants_attachment) {
           <table class="attachment_entry">
             [% PROCESS attachment/createformcontents.html.tmpl
                        flag_types = product.flag_types.attachment
+                       any_flags_requesteeble = 1
                        flag_table_id ="attachment_flags" %]
           </table>
         </fieldset>
@@ -476,7 +477,7 @@ function handleWantsAttachment(wants_attachment) {
     </td>
   </tr>
 
-  [% IF user.in_group('editbugs') %]
+  [% IF user.in_group('editbugs', product.id) %]
     [% IF use_keywords %]
       <tr>
         <td align="right" valign="top">
diff --git a/template/en/default/bug/create/make-template.html.tmpl b/template/en/default/bug/create/make-template.html.tmpl
index bf1e743c0..6a7ea6a3b 100644
--- a/template/en/default/bug/create/make-template.html.tmpl
+++ b/template/en/default/bug/create/make-template.html.tmpl
@@ -29,7 +29,7 @@
 
 [% PROCESS global/header.html.tmpl
   title = "Bookmarks are your friend"
-  h1 = "Template constructed"
+  header = "Template constructed"
 %]
 
 <p>
diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl
index 48ca456c9..5c1eb8471 100644
--- a/template/en/default/bug/dependency-graph.html.tmpl
+++ b/template/en/default/bug/dependency-graph.html.tmpl
@@ -35,14 +35,14 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% title = "Dependency Graph"
-   h1 = title
+   header = title
  %]
 
 [% IF NOT multiple_bugs AND NOT doall %]
   [% filtered_desc = short_desc FILTER html %]
   [% title = "$title for $terms.bug $bug_id"
-     h1 = "$h1 for $terms.bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
-     h2 = filtered_desc
+     header = "$header for $terms.bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
+     subheader = filtered_desc
    %]
 [% END %]
 
diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl
index b9f2cde39..20940d663 100644
--- a/template/en/default/bug/dependency-tree.html.tmpl
+++ b/template/en/default/bug/dependency-tree.html.tmpl
@@ -26,12 +26,12 @@
 
 [% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %]
 [% PROCESS global/header.html.tmpl
-   title = "Dependency tree for $terms.Bug $bugid"
-   h1    = "Dependency tree for 
-            <a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
+   title           = "Dependency tree for $terms.Bug $bugid"
+   header          = "Dependency tree for 
+                      <a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
    javascript_urls = ["js/expanding-tree.js"]
-   style_urls = ["skins/standard/dependency-tree.css"]
-   h2    = filtered_desc
+   style_urls      = ["skins/standard/dependency-tree.css"]
+   subheader      = filtered_desc
 %]
 
 [% PROCESS depthControlToolbar %]
@@ -58,22 +58,29 @@
   [% global.seen = {} %]
   [%# Display the tree of bugs that this bug depends on. %]
   <h3>
-    [% ids.size %] 
-    [% IF hide_resolved %]
-      Open [% terms.bugs %]
-    [% ELSE %]
-      [% terms.Bugs %]
-    [%- END %] 
-    that <a href="show_bug.cgi?id=[% bugid %]">[% terms.bug %] [%+ bugid %]</a> 
+    <a href="show_bug.cgi?id=[% bugid %]">[% terms.Bug %] [%+ bugid %]</a> 
     [% IF type == 1 %]
         [% tree_name = "dependson_tree" %]
-        depends on
+        [% IF ids.size %]
+            depends on 
+        [% ELSE %]
+            does not depend on any [% terms.bugs %].
+        [% END %]
     [% ELSIF type == 2 %]
         [% tree_name = "blocked_tree" %]
-        blocks
+        [% IF ids.size %] 
+            blocks 
+        [% ELSE %]
+            does not block any [% terms.bugs %].
+        [% END %]
     [% END %]
+    [% IF ids.size %]
+        [%+ (ids.size == 1) ? "one" : ids.size %]
+        [%+ IF hide_resolved %]open[% END %]
+        [%+ (ids.size == 1) ? terms.bug : terms.bugs %]:
+    [% END %] 
   </h3>
-  [% IF ids.size > 0 %]
+  [% IF ids.size %]
     ([% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END -%]
     <a href="buglist.cgi?bug_id=[% ids.join(",") %]">view as [% terms.bug %] list</a>
     [% IF user.groups.editbugs && ids.size > 1 %]
@@ -82,9 +89,6 @@
     <ul class="tree">
       [% INCLUDE display_tree tree=$tree_name %]
     </ul>
-    <p>
-  [% ELSE %]
-    <p>None</p>
   [% END %]
 [% END %]
 
@@ -208,7 +212,7 @@
                        : ( maxdepth ? maxdepth - 1 : realdepth - 1 )
      %]">
      <input name="hide_resolved" type="hidden" value="[% hide_resolved %]">
-     <input type="submit" id="decrase_depth" value="&nbsp;&lt;&nbsp;"
+     <input type="submit" id="decrease_depth" value="&nbsp;&lt;&nbsp;"
        [% "disabled" IF realdepth < 2 || ( maxdepth && maxdepth < 2 ) %]>
    </form>
    </td>
@@ -241,8 +245,7 @@
      [% END %]
      <input name="hide_resolved" type="hidden" value="[% hide_resolved %]">
      <input type="submit" id="increase_depth" value="&nbsp;&gt;&nbsp;" 
-        [% "disabled" IF realdepth < 2 || !maxdepth || maxdepth >= realdepth %]
-    %]>
+        [% "disabled" IF realdepth < 2 || !maxdepth || maxdepth >= realdepth %]>
    </form>
    </td>
 
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 12fcb05c8..5389af666 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -19,6 +19,8 @@
   # Contributor(s): Gervase Markham <gerv@gerv.net>
   #                 Vaskin Kissoyan <vkissoyan@yahoo.com>
   #                 Max Kanat-Alexander <mkanat@bugzilla.org>
+  #                 Frédéric Buclin <LpSolit@gmail.com>
+  #                 Olav Vitters <olav@bkor.dhs.org>
   #%]
 
 [% PROCESS global/variables.none.tmpl %]
@@ -135,302 +137,163 @@
   <input type="hidden" name="longdesclength" value="[% bug.longdescs.size %]">
   <input type="hidden" name="id" value="[% bug.bug_id %]">
 
-[%# *** Hardware Reporter Product OS AddCC *** %]
-
+  [%# That's the main table, which contains all editable fields. %]
   <table>
-
     <tr>
       <td valign="top">
-        <table cellspacing="1" cellpadding="1">
-          <tr>
-            <td align="right">
-              [% IF Param('useclassification') && bug.classification_id != 1 %]
-                <b>[[% bug.classification FILTER html %]]</b>
-              [% END %]
-              <b>[% terms.Bug %]#:</b>
-            </td>
-            <td>
-              <a href="[% Param('urlbase') %]show_bug.cgi?id=[% bug.bug_id %]">
-                [% bug.bug_id %]</a>
-            </td>
-          </tr>
-
-          [% IF Param("usebugaliases") %]
+        <fieldset>
+          <legend>Details</legend>
+          <table>
+
+            [%# *** Summary *** %]
             <tr>
               <td align="right">
-                <label for="alias" title="a name for the [% terms.bug %] that can be used in place of its ID number, f.e. when adding it to a list of dependencies"><b>Alias</b></label>:
+                <label for="short_desc" accesskey="s"><b><u>S</u>ummary</b></label>:
               </td>
-              [% PROCESS input inputname => "alias" size => "20" maxlength => "20" %]
+              [% PROCESS input inputname => "short_desc" size => "60" colspan => 2
+                               maxlength => 255 %]
             </tr>
-          [% END %]
-
-          <tr>
-            <td align="right">
-              <label for="product" accesskey="p"><b><u>P</u>roduct</b></label>:
-            </td>
-            [% PROCESS select selname => "product" %]
-          </tr>
-
-          [%# *** Component Version CC Priority Severity AssignedTo Milestone *** %]
-
-          <tr>
-            <td align="right">
-              <label for="component" accesskey="m"><b><a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]">Co<u>m</u>ponent</a></b></label>:
-            </td>
-            [% PROCESS select selname => "component" %]
-          </tr>
-
-          <tr>
-            <td align="right">
-              <b>
-                <a href="page.cgi?id=fields.html#status">Status</a>:
-              </b>
-            </td>
-            <td>[% status_descs.${bug.bug_status} FILTER html %]</td>
-          </tr>
-
-          <tr>
-            <td align="right">
-              <b>
-                <a href="page.cgi?id=fields.html#resolution">Resolution</a>:
-              </b>
-            </td>
-            <td>
-              [% get_resolution(bug.resolution) FILTER html %]
-              [% IF bug.resolution == "DUPLICATE" %]
-                of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %]
-              [% END %]
-            </td>
-          </tr>
 
-          <tr>
-            <td align="right">
-              <b>
-                <a href="page.cgi?id=fields.html#assigned_to">Assigned&nbsp;To</a>:
-              </b>
-            </td>
-            <td>[% bug.assigned_to.identity FILTER html %]</td>
-          </tr>
+            <tr>
+              <td colspan="3">
+                <table>
+                  <tr>
+                    [%# *** ID, product, component, status and resolution *** %]
+                    <td valign="top">[% PROCESS section_details1 %]</td>
+
+                    [%# *** Platform, OS, severity, priority, version and milestone *** %]
+                    <td valign="top">[% PROCESS section_details2 %]</td>
+                  </tr>
+                </table>
+              </td>
+            </tr>
 
-        </table>
+            <tr>
+              <td colspan="3"><hr size="1"></td>
+            </tr>
 
-      </td>
-      <td valign="top">
+            [%# *** URL Whiteboard Keywords *** %]
 
-        <table cellspacing="1" cellpadding="1">
-
-          <tr>
-            <td align="right">
-              <label for="rep_platform" accesskey="h"><b><u>H</u>ardware</b></label>:
-            </td>
-            [% PROCESS select selname => "rep_platform" %]
-          </tr>
-
-          <tr>
-            <td align="right">
-              <label for="op_sys" accesskey="o"><b><u>O</u>S</b></label>:
-            </td>
-            [% PROCESS select selname => "op_sys" %]
-          </tr>
-
-          <tr>
-            <td align="right">
-              <label for="version"><b>Version</b></label>:
-            </td>
-            [% PROCESS select selname => "version" %]
-          </tr>
-
-          <tr>
-            <td align="right">
-              <label for="priority" accesskey="i"><b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>ority</a></b></label>:
-            </td>
-            [% PROCESS select selname => "priority" %]
-          </tr>
-
-          <tr>
-            <td align="right">
-              <label for="bug_severity"><b><a href="page.cgi?id=fields.html#bug_severity">Severity</a></b></label>:
-            </td>
-            [% PROCESS select selname = "bug_severity" %]
-          </tr>
-
-          [% IF Param("usetargetmilestone") && bug.target_milestone %]
             <tr>
               <td align="right">
-                <label for="target_milestone"><b>
-                  [% IF bug.milestoneurl %]
-                    <a href="[% bug.milestoneurl FILTER html %]">
+                <label for="bug_file_loc" accesskey="u"><b>
+                  [% IF bug.bug_file_loc 
+                     AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
+                    <a href="[% bug.bug_file_loc FILTER html %]"><u>U</u>RL</a>
+                  [% ELSE %]
+                    <u>U</u>RL
                   [% END %]
-                  Target Milestone[% "</a>" IF bug.milestoneurl %]
                 [%%]</b></label>:
               </td>
-              [% PROCESS select selname = "target_milestone" %]
+              [% PROCESS input inputname => "bug_file_loc" size => "60" colspan => 2 %]
             </tr>
-          [% END %]
 
-        </table>
-      </td>
-
-      <td valign="top">
+            [% IF Param('usestatuswhiteboard') %]
+              <tr>
+                <td align="right">
+                  <label for="status_whiteboard" accesskey="w"><b><u>W</u>hiteboard</b></label>:
+                </td>
+                [% PROCESS input inputname => "status_whiteboard" size => "60" colspan => 2 %]
+              </tr>
+            [% END %]
 
-        <table cellpadding="1" cellspacing="1">
-
-          <tr>
-            <td align="right">
-              <b>Reporter:</b>
-            </td>
-            <td>
-              <a href="mailto:[% bug.reporter.email FILTER html %]">
-                [% bug.reporter.identity FILTER html %]</a>
-            </td>
-          </tr>
-
-          <tr>
-            <td align="right" valign="top">
-              <label for="newcc" accesskey="a"><b><u>A</u>dd&nbsp;CC</b></label>:
-            </td>
-            <td>
-               [% INCLUDE global/userselect.html.tmpl
-                  id => "newcc"
-                  name => "newcc"
-                  value => ""
-                  size => 30
-                  multiple => 5
-                %]
-            </td>
-          </tr>
-
-          <tr>
-            [% IF bug.cc %]
-              <td align="right" valign="top">
-                <label for="cc"><b>CC</b></label>:
-              </td>
-              <td valign="top">
-                <select id="cc" name="cc" multiple="multiple" size="5">
-                [% FOREACH c = bug.cc %]
-                  <option value="[% c FILTER html %]">[% c FILTER html %]</option>
-                [% END %]
-                </select>
-                <br>
-                <input type="checkbox" id="removecc" name="removecc">
-                [%%]<label for="removecc">Remove selected CCs</label>
-                <br>
-              </td>
-            [% ELSE %]
-              <td colspan="2"><input type="hidden" name="cc" value=""></td>
+            [% IF use_keywords %]
+              <tr>
+                <td align="right">
+                  <label for="keywords" accesskey="k">
+                    <b><a href="describekeywords.cgi"><u>K</u>eywords</a></b></label>:
+                </td>
+                [% PROCESS input inputname => "keywords" size => 60 colspan => 2
+                                 value => bug.keywords.join(', ') %]
+              </tr>
             [% END %]
-          </tr>
 
-        </table>
+            [%# *** Custom Fields *** %]
+
+            [% USE Bugzilla %]
+            [% fields = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %]
+            [% IF fields %]
+              [% FOREACH field = fields %]
+                <tr>
+                  [% PROCESS bug/field.html.tmpl value=bug.${field.name}
+                                                 editable = bug.check_can_change_field(field.name, 0, 1)
+                                                 value_span = 2 %]
+                </tr>
+              [% END %]
+            [% END %]
 
-      </td>
-      </tr>
+            [%# *** Dependencies *** %]
 
-      <tr>
-        <td colspan="2">
-          <table cellspacing="1" cellpadding="1">
-
-      [%# *** QAContact URL Requests Summary Whiteboard Keywords *** %]
-
-         [% IF Param('useqacontact') %]
-           <tr>
-             <td align="right">
-             <label for="qa_contact" accesskey="q"><b><u>Q</u>A Contact</b></label>:
-             </td>
-             <td colspan="7">
-               [% IF bug.check_can_change_field("qa_contact", 0, 1) || !user.id %]
-                 [% INCLUDE global/userselect.html.tmpl
-                    id => "qa_contact"
-                    name => "qa_contact"
-                    value => bug.qa_contact.login
-                    size => 60
-                    emptyok => 1
-                  %]
-               [% ELSE %]
-                 <input type="hidden" name="qa_contact"
-                        value="[% bug.qa_contact.login FILTER html %]">
-                 [% IF bug.qa_contact.login && bug.qa_contact.login.length > 60 %]
-                   <span title="[% bug.qa_contact.login FILTER html %]">
-                     [% bug.qa_contact.login FILTER truncate(60) FILTER html %]
-                   </span>
-                 [% ELSE %]
-                   [% bug.qa_contact.login FILTER html %]
-                 [% END %]
-               [% END %]
-             </td>
-           </tr>
-         [% END %]
-
-          <tr>
-            <td align="right">
-              <label for="bug_file_loc" accesskey="u"><b>
-                [% IF bug.bug_file_loc 
-                   AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
-                  <a href="[% bug.bug_file_loc FILTER html %]"><u>U</u>RL</a>
-                [% ELSE %]
-                  <u>U</u>RL
-                [% END %]
-              [%%]</b></label>:
-            </td>
-            [% PROCESS input inputname => "bug_file_loc" size => "60" colspan => 5 %]
-          </tr>
-
-          <tr>
-            <td align="right">
-              <label for="short_desc" accesskey="s"><b><u>S</u>ummary</b></label>:
-            </td>
-            [% PROCESS input inputname => "short_desc" size => "60" colspan => 5
-                             maxlength => 255 %]
-          </tr>
-
-          [% IF Param('usestatuswhiteboard') %]
             <tr>
-              <td align="right">
-                <label for="status_whiteboard" accesskey="w"><b>Status
-                <u>W</u>hiteboard</b></label>:
-              </td>
-              [% PROCESS input inputname => "status_whiteboard" size => "60" 
-                               colspan => 5 %]
+              [% PROCESS dependencies
+                         dep = { title => "Depends&nbsp;on", fieldname => "dependson" } %]
             </tr>
-          [% END %]
 
-          [% IF use_keywords %]
             <tr>
-              <td align="right">
-                <label for="keywords" accesskey="k"><b><a href="describekeywords.cgi"><u>K</u>eywords</a></b></label>:
-              [% PROCESS input inputname => "keywords" size => 60 colspan => 5
-                               value => bug.keywords.join(', ') %]
+              [% PROCESS dependencies accesskey = "b"
+                         dep = { title => "<u>B</u>locks", fieldname => "blocked" } %]
             </tr>
-          [% END %]
 
-          [%# *** Custom Fields *** %]
+            <tr>
+              <th>&nbsp;</th>
 
-          [% USE Bugzilla %]
-          [% fields = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %]
-          [% IF fields %]
-            [% FOREACH field = fields %]
-              <tr>
-                [% PROCESS bug/field.html.tmpl value=bug.${field.name}
-                                               editable=1 %]
-              </tr>
-            [% END %]
-          [% END %]
+              <td colspan="2">
+                <a href="showdependencytree.cgi?id=[% bug.bug_id %]&amp;hide_resolved=1">Show
+                   dependency tree</a>
 
-        </table>
+                [% IF Param('webdotbase') %]
+                  - <a href="showdependencygraph.cgi?id=[% bug.bug_id %]">Show
+                       dependency graph</a>
+                [% END %]
+              </td>
+            </tr>
+          </table>
+        </fieldset>
       </td>
 
       <td valign="top">
-        <table cellspacing="1" cellpadding="1">
-          <tr>
-            <td colspan="2" valign="top">
-                [% IF bug.flag_types.size > 0 %]
-                  [% PROCESS "flag/list.html.tmpl"
-                     flag_types = bug.flag_types
-                     any_flags_requesteeble = bug.any_flags_requesteeble %]
-                [% END %]
-            </td>
-          </tr>
-        </table>
+        [%# *** Reporter, owner and QA contact *** %]
+        <fieldset>
+          <legend>People</legend>
+          [% PROCESS section_people %]
+        </fieldset>
+
+        [%# *** Flags *** %]
+        [% show_bug_flags = 0 %]
+        [% FOREACH type = bug.flag_types %]
+          [% IF (type.flags && type.flags.size > 0) || (user.id && type.is_active) %]
+            [% show_bug_flags = 1 %]
+            [% LAST %]
+          [% END %]
+        [% END %]
+        [% IF show_bug_flags %]
+          <fieldset>
+            <legend>Flags</legend>
+            <table cellspacing="1" cellpadding="1">
+              <tr>
+                <td colspan="2" valign="top">
+                  [% IF user.id %]
+                    [% IF bug.flag_types.size > 0 %]
+                      [% PROCESS "flag/list.html.tmpl" flag_no_header = 1
+                                                       flag_types = bug.flag_types
+                                                       any_flags_requesteeble = bug.any_flags_requesteeble %]
+                    [% END %]
+                  [% ELSE %]
+                    [% FOREACH type = bug.flag_types %]
+                      [% FOREACH flag = type.flags %]
+                          [% flag.setter.nick FILTER html %]:
+                          [%+ type.name FILTER html FILTER no_break %][% flag.status %]
+                          [%+ IF flag.requestee %]
+                            ([% flag.requestee.nick FILTER html %])
+                          [% END %]<br>
+                      [% END %]
+                    [% END %]
+                  [% END %]
+                </td>
+              </tr>
+            </table>
+          </fieldset>
+        [% END %]
       </td>
     </tr>
   </table>
@@ -516,82 +379,87 @@
              show_attachment_flags = bug.show_attachment_flags
    %]
 
-[%# *** Dependencies Votes *** %]
 
-  <table>
-    <tr>
-    [% PROCESS dependencies
-       dep = { title => "depends on", fieldname => "dependson" } %]
-      <td rowspan="2">
-        <a href="showdependencytree.cgi?id=[% bug.bug_id %]&amp;hide_resolved=1">Show
-        dependency tree</a>
+[%# *** Comments Groups *** %]
 
-        [% IF Param('webdotbase') %]
+  <br>
+  <table cellpadding="1" cellspacing="1">
+    <tr>
+      <td>
+        [% IF user.id %]
+          <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"
+                   id="newcommentprivacy"
+                   onClick="updateCommentTagControl(this, form)">
+            <label for="newcommentprivacy">Private</label>
+          [% END %]
           <br>
-          <a href="showdependencygraph.cgi?id=[% bug.bug_id %]">Show
-          dependency graph</a>
+          <a name="add_comment"></a>
+          [% INCLUDE global/textarea.html.tmpl
+                     name      = 'comment'
+                     id        = 'comment'
+                     minrows   = 10
+                     maxrows   = 25
+                     cols      = constants.COMMENT_COLS
+          %]
+
+          [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
+            [% has_role = bug.user.isreporter
+                          || bug.assigned_to.id == user.id
+                          || (Param('useqacontact')
+                              && bug.qa_contact
+                              && bug.qa_contact.id == user.id) %]
+
+            <br>
+            <input type="checkbox" id="addselfcc" name="addselfcc"
+              [% " checked=\"checked\""
+                   IF user.settings.state_addselfcc.value == 'always'
+                      || (!has_role
+                          && user.settings.state_addselfcc.value == 'cc_unless_role') %]>
+            <label for="addselfcc">Add [% user.identity FILTER html %] to CC list</label>
+          [% END %]
+        [% ELSE %]
+          <fieldset>
+            <legend>Note</legend>
+            <p>
+              You need to
+              <a href="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>
         [% END %]
       </td>
-    </tr>
 
-    <tr>
-    [% PROCESS dependencies accesskey = "b"
-       dep = { title => "<u>b</u>locks", fieldname => "blocked" } %]
-    </tr>
-  </table>
+      <td valign="top">
+        <fieldset>
+          <legend>Related actions</legend>
+          <ul>
+            <li><a href="show_activity.cgi?id=[% bug.bug_id %]">View [% terms.Bug %] Activity</a></li>
+            <li><a href="show_bug.cgi?format=multiple&amp;id=[% bug.bug_id %]">Format For Printing</a></li>
+            <li><a href="show_bug.cgi?ctype=xml&amp;id=[% bug.bug_id %]">XML</a></li>
+            <li><a href="enter_bug.cgi?cloned_bug_id=[% bug.bug_id %]">Clone This [% terms.Bug %]</a></li>
+          </ul>
+
+          [% IF bug.use_votes %]
+            <br>
+            <b><a href="page.cgi?id=voting.html">Votes</a></b>: [% bug.votes %]
+            <ul>
+              [% IF bug.votes %]
+                <li><a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">Show
+                             votes for this [% terms.bug %]</a></li>
+              [% END %]
+              <li><a href="votes.cgi?action=show_user&amp;bug_id=[% bug.bug_id %]#vote_[% bug.bug_id %]">Vote
+                           for this [% terms.bug %]</a></li>
+            </ul>
+          [% END %]
 
-  [% IF bug.use_votes %]
-  <table>
-    <tr>
-      <th>
-        <a href="page.cgi?id=voting.html">Votes</a>:
-      </th>
-      <td>
-        [% bug.votes %]&nbsp;&nbsp;&nbsp;
-        <a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.bug_id %]">Show
-        votes for this [% terms.bug %]</a>&nbsp;&nbsp;&nbsp;
-        <a href="votes.cgi?action=show_user&amp;bug_id=[% bug.bug_id %]#vote_[% bug.bug_id %]">Vote
-        for this [% terms.bug %]</a>
+          [%# Links to more things users can do with this bug. %]
+          [% Hook.process("links") %]
+        </fieldset>
       </td>
     </tr>
   </table>
-  [% END %]
-
-[%# *** Comments Groups *** %]
-
-  <br>
-  <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"
-           id="newcommentprivacy"
-           onClick="updateCommentTagControl(this, form)">
-    <label for="newcommentprivacy">Private</label>
-  [% END %]
-  <br>
-  <a name="add_comment"></a>
-  [% INCLUDE global/textarea.html.tmpl
-    name      = 'comment'
-    id        = 'comment'
-    minrows   = 10
-    maxrows   = 25
-    cols      = constants.COMMENT_COLS
-  %]
-
-  [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %]
-    [% has_role = bug.user.isreporter
-                  || bug.assigned_to.id == user.id
-                  || (Param('useqacontact')
-                      && bug.qa_contact
-                      && bug.qa_contact.id == user.id) %]
-
-    <br>
-    <input type="checkbox" id="addselfcc" name="addselfcc"
-      [% " checked=\"checked\""
-           IF user.settings.state_addselfcc.value == 'always'
-              || (!has_role
-                  && user.settings.state_addselfcc.value == 'cc_unless_role') %]>
-    <label for="addselfcc">Add [% user.identity FILTER html %] to CC list</label>
-  [% END %]
   <br>
 
   [% IF bug.groups.size > 0 %]
@@ -659,19 +527,240 @@
     [% END %]
   [% END %]
 
-[% PROCESS bug/knob.html.tmpl %]
+[% PROCESS bug/knob.html.tmpl IF user.id %]
 
 [%# *** Additional Comments *** %]
 
 <hr>
 
+<div id="comments">
 [% PROCESS bug/comments.html.tmpl
    comments = bug.longdescs
-   mode = "edit"
+   mode = user.id ? "edit" : "show"
  %]
+</div>
 
 </form>
 
+[%############################################################################%]
+[%# Block for the first table in the "Details" section                       #%]
+[%############################################################################%]
+
+[% BLOCK section_details1 %]
+  <table cellspacing="1" cellpadding="1">
+    <tr>
+      <td align="right">
+        [% IF Param('useclassification') && bug.classification_id != 1 %]
+          <b>[[% bug.classification FILTER html %]]</b>
+        [% END %]
+        <b>[% terms.Bug %]#</b>:
+      </td>
+      <td>
+        <a href="[% Param('urlbase') %]show_bug.cgi?id=[% bug.bug_id %]">
+           [% bug.bug_id %]</a>
+      </td>
+    </tr>
+
+    [% IF Param("usebugaliases") %]
+      <tr>
+        <td align="right">
+          <label for="alias" title="a name for the [% terms.bug %] that can be used in place of its ID number, f.e. when adding it to a list of dependencies"><b>Alias</b></label>:
+        </td>
+        [% PROCESS input inputname => "alias" size => "20" maxlength => "20" %]
+      </tr>
+    [% END %]
+
+    <tr>
+      <td align="right">
+        <label for="product" accesskey="p"><b><u>P</u>roduct</b></label>:
+      </td>
+      [% PROCESS select selname => "product" %]
+    </tr>
+
+    <tr>
+      <td align="right">
+        <label for="component" accesskey="m"><b><a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]">Co<u>m</u>ponent</a></b></label>:
+      </td>
+      [% PROCESS select selname => "component" %]
+    </tr>
+
+    <tr>
+      <td align="right">
+        <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
+      </td>
+      <td>[% status_descs.${bug.bug_status} FILTER html %]</td>
+    </tr>
+
+    <tr>
+      <td align="right">
+        <b><a href="page.cgi?id=fields.html#resolution">Resolution</a></b>:
+      </td>
+      <td>
+        [% get_resolution(bug.resolution) FILTER html %]
+        [% IF bug.resolution == "DUPLICATE" %]
+          of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %]
+        [% END %]
+      </td>
+    </tr>
+  </table>
+[% END %]
+
+[%############################################################################%]
+[%# Block for the second table in the "Details" section                      #%]
+[%############################################################################%]
+
+[% BLOCK section_details2 %]
+  <table cellspacing="1" cellpadding="1">
+    <tr>
+      <td align="right">
+        <label for="rep_platform" accesskey="h"><b><u>H</u>ardware</b></label>:
+      </td>
+      [% PROCESS select selname => "rep_platform" %]
+    </tr>
+
+    <tr>
+      <td align="right">
+        <label for="op_sys" accesskey="o"><b><u>O</u>S</b></label>:
+      </td>
+      [% PROCESS select selname => "op_sys" %]
+    </tr>
+
+    <tr>
+      <td align="right">
+        <label for="version"><b>Version</b></label>:
+      </td>
+      [% PROCESS select selname => "version" %]
+    </tr>
+
+    <tr>
+      <td align="right">
+        <label for="priority" accesskey="i"><b><a href="page.cgi?id=fields.html#priority">Pr<u>i</u>ority</a></b></label>:
+      </td>
+      [% PROCESS select selname => "priority" %]
+    </tr>
+
+    <tr>
+      <td align="right">
+        <label for="bug_severity"><b><a href="page.cgi?id=fields.html#bug_severity">Severity</a></b></label>:
+      </td>
+      [% PROCESS select selname = "bug_severity" %]
+    </tr>
+
+    [% IF Param("usetargetmilestone") && bug.target_milestone %]
+      <tr>
+        <td align="right">
+          <label for="target_milestone"><b>
+            [% IF bug.milestoneurl %]
+              <a href="[% bug.milestoneurl FILTER html %]">
+            [% END %]
+            Target Milestone[% "</a>" IF bug.milestoneurl %]
+          [%%]</b></label>:
+        </td>
+        [% PROCESS select selname = "target_milestone" %]
+      </tr>
+    [% END %]
+  </table>
+[% END %]
+
+[%############################################################################%]
+[%# Block for the table in the "People" section                              #%]
+[%############################################################################%]
+
+[% BLOCK section_people %]
+  <table cellpadding="1" cellspacing="1">
+    <tr>
+      <td align="right">
+        <b>Reporter</b>:
+      </td>
+      <td>
+        <a href="mailto:[% bug.reporter.email FILTER html %]">
+          [% bug.reporter.identity FILTER html %]</a>
+      </td>
+    </tr>
+
+    <tr>
+      <td align="right">
+        <b><a href="page.cgi?id=fields.html#assigned_to">Assigned&nbsp;To</a></b>:
+      </td>
+      <td>
+        <a href="mailto:[% bug.assigned_to.email FILTER html %]">
+           [% bug.assigned_to.identity FILTER html %]</a>
+      </td>
+    </tr>
+
+    [% IF Param('useqacontact') %]
+    <tr>
+      <td align="right">
+        <label for="qa_contact" accesskey="q"><b><u>Q</u>A Contact</b></label>:
+      </td>
+      <td colspan="7">
+        [% IF bug.check_can_change_field("qa_contact", 0, 1) %]
+          [% INCLUDE global/userselect.html.tmpl
+              id => "qa_contact"
+              name => "qa_contact"
+              value => bug.qa_contact.login
+              size => 30
+              emptyok => 1
+          %]
+        [% ELSE %]
+          <input type="hidden" name="qa_contact" id="qa_contact"
+                 value="[% bug.qa_contact.login FILTER html %]">
+          <a href="mailto:[% bug.qa_contact.email FILTER html %]">
+            [% IF bug.qa_contact.login && bug.qa_contact.login.length > 30 %]
+              <span title="[% bug.qa_contact.login FILTER html %]">
+                [% bug.qa_contact.identity FILTER truncate(30) FILTER html %]
+              </span>
+            [% ELSE %]
+              [% bug.qa_contact.identity FILTER html %]
+            [% END %]
+          </a>
+        [% END %]
+      </td>
+    </tr>
+    [% END %]
+
+    [% IF user.id %]
+      <tr>
+        <td align="right" valign="top">
+          <label for="newcc" accesskey="a"><b><u>A</u>dd&nbsp;CC</b></label>:
+        </td>
+        <td>
+           [% INCLUDE global/userselect.html.tmpl
+              id => "newcc"
+              name => "newcc"
+              value => ""
+              size => 30
+              multiple => 5
+            %]
+        </td>
+      </tr>
+    [% END %]
+
+    <tr>
+      [% IF bug.cc %]
+        <td align="right" valign="top">
+          <label for="cc"><b>CC</b></label>:
+        </td>
+        <td valign="top">
+          <select id="cc" name="cc" multiple="multiple" size="5">
+          [% FOREACH c = bug.cc %]
+            <option value="[% c FILTER html %]">[% c FILTER html %]</option>
+          [% END %]
+          </select>
+          [% IF user.id %]
+            <br>
+            <input type="checkbox" id="removecc" name="removecc">
+            [%%]<label for="removecc">Remove selected CCs</label>
+            <br>
+          [% END %]
+        </td>
+      [% ELSE %]
+        <td colspan="2"><input type="hidden" name="cc" value=""></td>
+      [% END %]
+    </tr>
+  </table>
+[% END %]
+
 [%############################################################################%]
 [%# Block for dependencies                                                   #%]
 [%############################################################################%]
@@ -679,7 +768,7 @@
 [% BLOCK dependencies %]
   <th align="right">
     <label for="[% dep.fieldname %]"[% " accesskey=\"$accesskey\"" IF accesskey %]>
-    [% terms.Bug %] [%+ bug.bug_id %] [%+ dep.title %]</label>:
+    [% dep.title %]</label>:
   </th>
   <td>
   [% FOREACH depbug = bug.${dep.fieldname} %]
@@ -687,14 +776,15 @@
   [% END %]
   </td>
   <td>
-    [% IF bug.check_can_change_field(dep.fieldname, 0, 1) || !user.id %]
+    [% IF bug.check_can_change_field(dep.fieldname, 0, 1) %]
       <input name="[% dep.fieldname %]" id="[% dep.fieldname %]"
              value="[% bug.${dep.fieldname}.join(', ') %]">
     [% ELSE %]
-      <input type="hidden" name="[% dep.fieldname %]"
+      <input type="hidden" id="[% dep.fieldname %]" name="[% dep.fieldname %]"
              value="[% bug.${dep.fieldname}.join(', ') %]">
     [% END %]
   </td>
+  [% accesskey = undef %]
 [% END %]
 
 
@@ -704,7 +794,7 @@
 
 [% BLOCK select %]
   <td>
-    [% IF bug.check_can_change_field(selname, 0, 1) || !user.id %]
+    [% IF bug.check_can_change_field(selname, 0, 1) AND bug.choices.${selname}.size > 1 %]
       <select id="[% selname %]" name="[% selname %]">
         [% FOREACH x = bug.choices.${selname} %]
           <option value="[% x FILTER html %]"
@@ -713,7 +803,7 @@
         [% END %]
       </select>
     [% ELSE %]
-      <input type="hidden" name="[% selname %]" value="[% bug.${selname} FILTER html %]">
+      <input type="hidden" id="[% selname %]" name="[% selname %]" value="[% bug.${selname} FILTER html %]">
       [% bug.${selname} FILTER html %]
     [% END %]
   </td>
@@ -724,9 +814,9 @@
 [%############################################################################%]
 
 [% BLOCK input %]
-  <td[% " colspan=\"$colspan\"" IF $colspan %]>
+  <td[% " colspan=\"$colspan\"" IF colspan %]>
     [% val = value ? value : bug.$inputname %]
-    [% IF bug.check_can_change_field(inputname, 0, 1) || !user.id %]
+    [% IF bug.check_can_change_field(inputname, 0, 1) %]
        <input id="[% inputname %]" name="[% inputname %]"
               value="[% val FILTER html %]"[% " size=\"$size\"" IF size %]
               [% " maxlength=\"$maxlength\"" IF maxlength %]>
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 00ffcb053..a3b274b05 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -24,17 +24,15 @@
 
 [%# *** Knob *** %]
 
-  <br>
-  <input type="radio" id="knob-leave" name="knob" value="none" checked="checked">
-  <label for="knob-leave">
-    Leave as <b>[% status_descs.${bug.bug_status} FILTER html %]&nbsp;
-                [% get_resolution(bug.resolution) FILTER html %]</b>
-  </label>
-  <br>
+<br>
+<div id="knob">
+  <div id="knob-options">
 
   [% knum = 1 %]
+  [% initial_action_shown = 0 %]
 
   [% IF bug.isunconfirmed && bug.user.canconfirm %]
+    [% PROCESS initial_action %]
     <input type="radio" id="knob-confirm" name="knob" value="confirm">
     <label for="knob-confirm">
       Confirm [% terms.bug %] (change status to <b>[% status_descs.NEW FILTER html %]</b>)
@@ -45,6 +43,7 @@
 
   [% IF bug.isopened && bug.bug_status != "ASSIGNED" && bug.user.canedit
         && (!bug.isunconfirmed || bug.user.canconfirm) %]
+    [% PROCESS initial_action %]
     <input type="radio" id="knob-accept" name="knob" value="accept">
     <label for="knob-accept">
       Accept [% terms.bug %] (
@@ -58,6 +57,7 @@
   [% IF bug.user.canedit || bug.user.isreporter %]
     [% IF bug.isopened %]
       [% IF bug.resolution %]
+        [% PROCESS initial_action %]
         <input type="radio" id="knob-clear" name="knob" value="clearresolution">
         <label for="knob-clear">
           Clear the resolution (remove the current resolution of
@@ -67,6 +67,7 @@
         [% knum = knum + 1 %]
       [% END %]
 
+      [% PROCESS initial_action %]
       <input type="radio" id="knob-resolve" name="knob" value="resolve">
       <label for="knob-resolve">
         Resolve [% terms.bug %], changing 
@@ -84,6 +85,7 @@
         </label>
         [% safe_assigned_to = FILTER js; bug.assigned_to.login; END %]
         [% INCLUDE global/userselect.html.tmpl
+             id => "assigned_to"
              name => "assigned_to"
              value => bug.assigned_to.login
              size => 32
@@ -120,6 +122,7 @@
     [% ELSE %]
       [% IF bug.resolution != "MOVED" ||
            (bug.resolution == "MOVED" && bug.user.canmove) %]
+        [% PROCESS initial_action %]
         <input type="radio" id="knob-change-resolution" name="knob" value="change_resolution">
         <label for="knob-change-resolution">
           Change <a href="page.cgi?id=fields.html#resolution">resolution</a> to
@@ -136,6 +139,7 @@
         [% knum = knum + 1 %]
       [% END %]
       [% IF bug.bug_status == "RESOLVED" %]
+        [% PROCESS initial_action %]
         <input type="radio" id="knob-verify" name="knob" value="verify">
         <label for="knob-verify">
           Mark [% terms.bug %] as <b>[% status_descs.VERIFIED FILTER html %]</b>
@@ -144,6 +148,7 @@
         [% knum = knum + 1 %]
       [% END %]
       [% IF bug.bug_status != "CLOSED" %]
+        [% PROCESS initial_action %]
         <input type="radio" id="knob-close" name="knob" value="close">
         <label for="knob-close">
           Mark [% terms.bug %] as <b>[% status_descs.CLOSED FILTER html %]</b>
@@ -153,34 +158,33 @@
       [% END %]
     [% END %]
   [% END %]
+  </div>
 
+  <div id="knob-buttons">
   <input type="submit" value="Commit" id="commit">
-  <p>
-    <font size="+1">
-      <b>
-        <a href="show_activity.cgi?id=[% bug.bug_id %]">View [% terms.Bug %] Activity</a>
-        &nbsp; | &nbsp;
-        <a href="show_bug.cgi?format=multiple&amp;id=[% bug.bug_id %]">Format For Printing</a>
-        &nbsp; | &nbsp;
-        <a href="show_bug.cgi?ctype=xml&amp;id=[% bug.bug_id %]">XML</a>
-        &nbsp; | &nbsp;
-        <a href="enter_bug.cgi?cloned_bug_id=[% bug.bug_id %]">Clone This [% terms.Bug %]</a>
-
-        [%# Links to more things users can do with this bug. %]
-        [% Hook.process("links") %]
-      </b>
-    </font>
-
     [% IF bug.user.canmove %]
       &nbsp; <font size="+1"><b> | </b></font> &nbsp;
       <input type="submit" name="action" id="action"
              value="[% Param("move-button-text") %]">
     [% END %]
-  </p>
-
+  </div>
+</div>
 
 [%# Common actions %]
 
+[% BLOCK initial_action %]
+  [%# Only show 'Leave as' action in combination with another knob %]
+  [% IF !initial_action_shown %]
+    <input type="radio" id="knob-leave" name="knob" value="none" checked="checked">
+    <label for="knob-leave">
+      Leave as <b>[% status_descs.${bug.bug_status} FILTER html %]&nbsp;
+                  [% get_resolution(bug.resolution) FILTER html %]</b>
+    </label>
+    <br>
+    [% initial_action_shown = 1 %]
+  [% END %]
+[% END %]
+
 [% BLOCK select_resolution %]
   <select name="resolution"
           onchange="document.changeform.knob[[% knum %]].checked=true">
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl
index 0263f6535..b6e1351ee 100644
--- a/template/en/default/bug/navigate.html.tmpl
+++ b/template/en/default/bug/navigate.html.tmpl
@@ -66,6 +66,3 @@
   &nbsp;&nbsp;
   <i><font color="#777777">No search results available</font></i>
 [% END %]
-
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="query.cgi">Search page</a>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="enter_bug.cgi">Enter new [% terms.bug %]</a>
diff --git a/template/en/default/bug/process/CVS/Entries b/template/en/default/bug/process/CVS/Entries
index 00f1abfbf..bb1b9b241 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.6/Mon Oct 10 16:56:28 2005//TBUGZILLA-2_23_3
-/confirm-duplicate.html.tmpl/1.10/Wed Jul 12 12:21:41 2006//TBUGZILLA-2_23_3
-/header.html.tmpl/1.4/Fri Oct 13 12:59:57 2006//TBUGZILLA-2_23_3
-/midair.html.tmpl/1.18/Wed Jul 12 12:21:41 2006//TBUGZILLA-2_23_3
-/results.html.tmpl/1.10/Sun Aug 21 17:36:50 2005//TBUGZILLA-2_23_3
-/verify-new-product.html.tmpl/1.17/Wed Jul 12 12:21:41 2006//TBUGZILLA-2_23_3
+/bugmail.html.tmpl/1.7/Thu Oct 19 19:23:16 2006//TBUGZILLA-2_23_4
+/confirm-duplicate.html.tmpl/1.11/Tue Nov 14 18:30:53 2006//TBUGZILLA-2_23_4
+/header.html.tmpl/1.4/Fri Oct 13 12:59:57 2006//TBUGZILLA-2_23_4
+/midair.html.tmpl/1.19/Tue Nov 14 18:30:53 2006//TBUGZILLA-2_23_4
+/results.html.tmpl/1.11/Thu Oct 19 19:23:16 2006//TBUGZILLA-2_23_4
+/verify-new-product.html.tmpl/1.20/Mon Jan  8 00:56:00 2007//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/bug/process/CVS/Tag b/template/en/default/bug/process/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/bug/process/CVS/Tag
+++ b/template/en/default/bug/process/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/bug/process/bugmail.html.tmpl b/template/en/default/bug/process/bugmail.html.tmpl
index 557f091a1..670c2b04e 100644
--- a/template/en/default/bug/process/bugmail.html.tmpl
+++ b/template/en/default/bug/process/bugmail.html.tmpl
@@ -40,32 +40,29 @@
 
 [% mail = SendBugMail(mailing_bugid, mailrecipients) %]
 
+<dl>
 [% PROCESS emails
    description = "Email sent to"
    names = mail.sent
 %]
-<br>
+
 [% PROCESS emails
    description = "Excluding"
    names = mail.excluded
 %]
-<br>
-<center>
-  If you wish to tweak the kinds of mail [% terms.Bugzilla %] sends you, you can
-  <a href="userprefs.cgi?tab=email">change your preferences</a>.
-</center>
-
+</dl>
 
 [%############################################################################%]
 [%# Block for a set of email addresses                                       #%]
 [%############################################################################%]
 
 [% BLOCK emails %]
-  <b>[% description FILTER html %]:</b>
+  <dt>[% description FILTER html %]:</dt>
+  <dd>
   [% IF user.can_see_bug(mailing_bugid) %]
     [% IF names.size > 0 %]
       [%+ FOREACH name = names %]
-        [% name FILTER html %][% ", " UNLESS loop.last() %]
+        <code>[% name FILTER html %]</code>[% ", " UNLESS loop.last() %]
       [% END %]
     [% ELSE %]
       no one
@@ -73,4 +70,5 @@
   [% ELSE %]
     (list of e-mails not available)
   [% END %]
+  </dd>
 [% END %]
diff --git a/template/en/default/bug/process/confirm-duplicate.html.tmpl b/template/en/default/bug/process/confirm-duplicate.html.tmpl
index 4703af426..eb3b82b4f 100644
--- a/template/en/default/bug/process/confirm-duplicate.html.tmpl
+++ b/template/en/default/bug/process/confirm-duplicate.html.tmpl
@@ -29,19 +29,19 @@
   #%]
 
 [% PROCESS global/variables.none.tmpl %]
-
 [% PROCESS global/header.html.tmpl title="Duplicate Warning" %]
+[% orig_bug = "$terms.bug $original_bug_id"
+     FILTER bug_link(original_bug_id) %]
 
 <p>
   When marking [% terms.abug %] as a duplicate, the reporter of the duplicate
   is normally added to the CC list of the original. The permissions
-  on [% terms.bug %] [%+ original_bug_id %] (the original) are currently set
+  on [% orig_bug FILTER none %] (the original) are currently set
   such that the reporter would not normally be able to see it.
 </p>
 
 <p>
-  <b>Adding the reporter to the CC list of [% terms.bug %] 
-    [%+ original_bug_id %]
+  <b>Adding the reporter to the CC list of [% orig_bug FILTER none %]
   [% IF cclist_accessible %]
     will immediately
   [% ELSE %]
@@ -57,16 +57,16 @@
 
 <p>
   <input type="radio" name="confirm_add_duplicate" value="1">
-    Yes, add the reporter to CC list on [% terms.bug %] [%+ original_bug_id %]
+    Yes, add the reporter to CC list on [% orig_bug FILTER none %]
 </p>
 <p>
   <input type="radio" name="confirm_add_duplicate" value="0" checked="checked">
-    No, do not add the reporter to CC list on [% terms.bug %] 
-    [%+ original_bug_id %]
+    No, do not add the reporter to CC list on [% orig_bug FILTER none %]
 </p>
 <p>
-  <a href="show_bug.cgi?id=[% duplicate_bug_id %]">Throw away my changes,
-    and revisit [% terms.bug %] [%+ duplicate_bug_id %]</a>
+  [% "Throw away my changes, and revisit $terms.bug $duplicate_bug_id"
+     FILTER bug_link(duplicate_bug_id) FILTER none %]
+</p>
 <p>
   <input type="submit" id="process" value="Submit">
 </p>
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index 620744bf7..b66be2ca7 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -45,7 +45,9 @@
 <h1>Mid-air collision detected!</h1>
 
 <p>
-  Someone else has made changes to this [% terms.bug %] at the same time you were trying to.
+  Someone else has made changes to
+  [%+ "$terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none %]
+  at the same time you were trying to.
   The changes made were:
 </p>
 
@@ -83,8 +85,8 @@ You have the following choices:
     </form>
   </li>
   <li>
-    <a href="show_bug.cgi?id=[% bug_id %]">Throw away my changes,
-      and revisit [% terms.bug %] [%+ bug_id %]</a>
+    Throw away my changes, and
+    [%+ "revisit $terms.bug $bug_id" FILTER bug_link(bug_id) FILTER none %]
   </li>
 </ul>
 
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl
index a21858792..9265a44dc 100644
--- a/template/en/default/bug/process/results.html.tmpl
+++ b/template/en/default/bug/process/results.html.tmpl
@@ -37,36 +37,25 @@
 
 [% DEFAULT type="bug" %]
 
+[% Link = BLOCK %][% "$terms.Bug $id" FILTER bug_link(id) %][% END %]
+[% link = BLOCK %][% "$terms.bug $id" FILTER bug_link(id) %][% END %]
+
 [%
   title = {
-    'bug' => "Changes submitted for $terms.bug $id" ,
-    'dupe' => "Duplicate notation added to $terms.bug $id" ,
-    'dep' => "Checking for dependency changes on $terms.bug $id" ,
-    'votes' => "$terms.Bug $id confirmed by number of votes" ,
-    'created' => "$terms.Bug $id has been added to the database" ,
-    'move' => "$terms.Bug $id has been moved to another database" ,
-  }
-
-  linktext = {
-    'bug' => "Back To $terms.Bug $id" ,
-    'dupe' => "Go To $terms.Bug $id" ,
-    'dep' => "Go To $terms.Bug $id" ,
-    'votes' => "Go To $terms.Bug $id" ,
-    'created' => "Go To $terms.Bug $id" ,
-    'move' => "Back To $terms.Bug $id" ,
+    'bug' => "Changes submitted for $link" ,
+    'dupe' => "Duplicate notation added to $link" ,
+    'dep' => "Checking for dependency changes on $link" ,
+    'votes' => "$Link confirmed by number of votes" ,
+    'created' => "$Link has been added to the database" ,
+    'move' => "$Link has been moved to another database" ,
   }
 %]
 
-<table border="1">
-  <tr>
-    <td>
-      <h2>[% title.$type %]</h2>
-      [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %]
-    </td>
-    <td>
-      <a href="show_bug.cgi?id=[% id %]">[% linktext.$type %]</a>
-      [%# Links to more information about the changed bug. %]
-      [% Hook.process("links") %]
-    </td>
-  </tr>
-</table>
+<dl>
+  <dt>[% title.$type %]</dt>
+  <dd>
+    [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %]
+    [%# Links to more information about the changed bug. %]
+    [% Hook.process("links") %]
+  </dd>
+</dl>
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 3b185993b..b3ec73241 100644
--- a/template/en/default/bug/process/verify-new-product.html.tmpl
+++ b/template/en/default/bug/process/verify-new-product.html.tmpl
@@ -47,6 +47,7 @@
 [% PROCESS "global/hidden-fields.html.tmpl"
      exclude=(verify_fields ? "^version|component|target_milestone$" : "") %]
 
+<input type="hidden" name="confirm_product_change" value="1">
 [%# Verify the version, component, and target milestone fields. %]
 [% IF verify_fields %]
   <h3>Verify Version, Component[% ", Target Milestone" IF use_target_milestone %]</h3>
@@ -63,22 +64,34 @@
     and the version and component fields are no longer correct.
     Please set the correct version and component now:
   [% END %]
-  <p>
+  </p>
 
   <table>
     <tr>
       <td>
         <b>Version:</b><br>
-        [% PROCESS "global/select-menu.html.tmpl" name="version" options=versions default=defaults.version %]
+        [% PROCESS "global/select-menu.html.tmpl" 
+                   name="version"
+                   options=versions
+                   default=defaults.version
+                   size=10 %]
       </td>
       <td>
         <b>Component:</b><br>
-        [% PROCESS "global/select-menu.html.tmpl" name="component" options=components default=defaults.component %]
+        [% PROCESS "global/select-menu.html.tmpl"
+                   name="component"
+                   options=components
+                   default=defaults.component
+                   size=10 %]
       </td>
       [% IF use_target_milestone %]
         <td>
           <b>Target Milestone:</b><br>
-        [% PROCESS "global/select-menu.html.tmpl" name="target_milestone" options=milestones default=defaults.target_milestone %]
+        [% PROCESS "global/select-menu.html.tmpl"
+                   name="target_milestone"
+                   options=milestones
+                   default=defaults.target_milestone
+                   size=10 %]
         </td>
       [% END %]
     </tr>
@@ -105,7 +118,16 @@
 
 </form>
 <hr>
-<a href="query.cgi">Cancel and Return to the Search Page</a>
+
+[%# If 'id' is defined, then we are editing a single bug.
+  # Else we are editing several bugs at once. %]
+
+[% IF cgi.param('id') AND cgi.param('id').match('^\d+$') %]
+  [% id = cgi.param('id') %]
+  [% "Cancel and Return to $terms.bug $id" FILTER bug_link(id) FILTER none %]
+[% ELSE %]
+  <a href="buglist.cgi?regetlastlist=1">Cancel and Return to the last search results</a>
+[% END %]
 
 [% PROCESS global/footer.html.tmpl %]
 
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index e3d38c022..d9dc627d2 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -103,7 +103,7 @@
     <tr>
       <th>[% field_descs.product FILTER html %]:</th>
       <td>
-        [% IF Param("useclassification") %]
+        [% IF Param("useclassification") && bug.classification_id != 1 %]
           [[% bug.classification FILTER html %]]&nbsp;
         [% END %]
         [% bug.product FILTER html %]
diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl
index 07b71c8fa..c652773e8 100644
--- a/template/en/default/bug/show.html.tmpl
+++ b/template/en/default/bug/show.html.tmpl
@@ -31,16 +31,15 @@
   [% filtered_desc = bug.short_desc FILTER html %]
   [% filtered_timestamp = bug.delta_ts FILTER time %]
   [% PROCESS global/header.html.tmpl
-    title = "$terms.Bug $bug.bug_id - $filtered_desc"
-    h1 = "$terms.Bug&nbsp;$bug.bug_id"
-    h2 = filtered_desc
-    h3 = "Last modified: $filtered_timestamp"
+    title = "$terms.Bug $bug.bug_id &ndash; $filtered_desc"
+    header = "$terms.Bug&nbsp;$bug.bug_id"
+    subheader = filtered_desc
+    header_addl_info = "Last modified: $filtered_timestamp"
     bodyclasses = ['bz_bug',
                    "bz_status_$bug.bug_status",
                    "bz_component_$bug.component",
                    "bz_bug_$bug.bug_id"
                   ]
-    style_urls = ['skins/standard/show_bug.css']
   %]
 [% END %]
 
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index f60ead3b6..61b597f72 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -92,6 +92,7 @@
             <desc>[% a.description FILTER xml %]</desc>
             <filename>[% a.filename FILTER xml %]</filename>
             <type>[% a.contenttype FILTER xml %]</type>
+            <size>[% a.datasize FILTER xml %]</size>
         [% IF displayfields.attachmentdata %]
             <data encoding="base64">[% a.data FILTER base64 %]</data>
         [% END %]        
diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl
index 8090aa319..76a3858fb 100644
--- a/template/en/default/bug/summarize-time.html.tmpl
+++ b/template/en/default/bug/summarize-time.html.tmpl
@@ -21,25 +21,23 @@
 [% title = "Time Summary " %]
 [% IF do_depends %]
     [% title = title _ "for " %]
-    [% h1 = title _ "$terms.Bug $ids.0" FILTER bug_link(ids.0) FILTER none %]
+    [% header = title _ "$terms.Bug $ids.0" FILTER bug_link(ids.0) FILTER none %]
     [% title = title _ "$terms.Bug $ids.0: " %]
-    [% h1 = (h1 _ " (and $terms.bugs blocking it)") IF do_depends %]
+    [% header = (header _ " (and $terms.bugs blocking it)") IF do_depends %]
 [% ELSE %]
-    [% title = title _ "($ids.size $terms.bugs selected)" %]    
-    [% h1 = title %]
+    [% title = title _ "($ids.size $terms.bugs selected)" %]
+    [% header = title %]
 [% END %]
 
 [% PROCESS global/header.html.tmpl 
     title = title 
-    h1 = h1 
+    header = header 
     style_urls = ["skins/standard/summarize-time.css"]
     %]
 
-<p>
-
 [% IF ids.size == 0 %]
 
-    No [% terms.bugs %] specified or visible.
+    <p>No [% terms.bugs %] specified or visible.</p>
 
 [% ELSE %]
 
@@ -49,7 +47,6 @@
 
         [% global.grand_total = 0 %]
 
-        <p>
         [% FOREACH workdata = part_list %]
             [% part = parts.shift %]
             <div align="right">
@@ -66,7 +63,6 @@
             [% ELSE %]
                 [% INCLUDE owner_report %]
             [% END %]
-            <p>
         [% END %]
 
         [% IF monthly %]
@@ -76,15 +72,13 @@
 
         [% IF null.keys.size > 0 %] 
             [% INCLUDE inactive_report %]
-            <p>
-            <h4 style="margin: 0">Total of [% null.keys.size %] 
+            <h4 style="margin: 0">Total of [% null.keys.size %]
                 inactive [% terms.bugs %]</h4>
         [% END %]
 
     [% END %]
 
 [% END %]
-<p>
 
 [% PROCESS global/footer.html.tmpl %]
 
diff --git a/template/en/default/bug/votes/CVS/Entries b/template/en/default/bug/votes/CVS/Entries
index 7806e8a61..069d22870 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.7/Wed Jul 12 12:21:41 2006//TBUGZILLA-2_23_3
-/list-for-bug.html.tmpl/1.10/Fri Sep  2 21:33:36 2005//TBUGZILLA-2_23_3
-/list-for-user.html.tmpl/1.24/Tue Aug 22 16:11:28 2006//TBUGZILLA-2_23_3
+/delete-all.html.tmpl/1.7/Wed Jul 12 12:21:41 2006//TBUGZILLA-2_23_4
+/list-for-bug.html.tmpl/1.11/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/list-for-user.html.tmpl/1.25/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/bug/votes/CVS/Tag b/template/en/default/bug/votes/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/bug/votes/CVS/Tag
+++ b/template/en/default/bug/votes/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/bug/votes/list-for-bug.html.tmpl b/template/en/default/bug/votes/list-for-bug.html.tmpl
index 4b4514a90..d23205f1e 100644
--- a/template/en/default/bug/votes/list-for-bug.html.tmpl
+++ b/template/en/default/bug/votes/list-for-bug.html.tmpl
@@ -30,7 +30,7 @@
 
 [% PROCESS global/header.html.tmpl
            title = "Show Votes"
-           h2 = "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
+           subheader = "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
  %]
 
 [% total = 0 %]
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl
index 82d8cb658..6a0e90ebb 100644
--- a/template/en/default/bug/votes/list-for-user.html.tmpl
+++ b/template/en/default/bug/votes/list-for-user.html.tmpl
@@ -39,7 +39,7 @@
 [% PROCESS global/variables.none.tmpl %]
 
 [% IF !header_done %]
-  [% h2 = voting_user.login FILTER html %]
+  [% subheader = voting_user.login FILTER html %]
   [% IF canedit %]
     [% title = "Change Votes" %]
     [% IF bug_id %]
diff --git a/template/en/default/email/CVS/Entries b/template/en/default/email/CVS/Entries
index 3b437cc22..0581c6299 100644
--- a/template/en/default/email/CVS/Entries
+++ b/template/en/default/email/CVS/Entries
@@ -1,5 +1,5 @@
-/newchangedmail.txt.tmpl/1.3/Wed Oct 11 17:54:45 2006//TBUGZILLA-2_23_3
-/sudo.txt.tmpl/1.1/Fri Nov  4 16:11:38 2005//TBUGZILLA-2_23_3
-/votes-removed.txt.tmpl/1.1/Tue Apr  4 23:31:15 2006//TBUGZILLA-2_23_3
-/whine.txt.tmpl/1.2/Thu Jul 13 18:00:42 2006//TBUGZILLA-2_23_3
+/newchangedmail.txt.tmpl/1.6/Fri Dec 29 23:23:35 2006//TBUGZILLA-2_23_4
+/sudo.txt.tmpl/1.2/Fri Oct 20 21:22:56 2006//TBUGZILLA-2_23_4
+/votes-removed.txt.tmpl/1.2/Fri Oct 20 21:22:56 2006//TBUGZILLA-2_23_4
+/whine.txt.tmpl/1.3/Fri Oct 20 21:22:56 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/email/CVS/Tag b/template/en/default/email/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/email/CVS/Tag
+++ b/template/en/default/email/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl
index d0bc8b124..cbe162ed3 100644
--- a/template/en/default/email/newchangedmail.txt.tmpl
+++ b/template/en/default/email/newchangedmail.txt.tmpl
@@ -19,11 +19,12 @@
   # Contributor(s): André Batosti <batosti@async.com.br>
   #%]
 
-[% PROCESS "global/field-descs.none.tmpl" %]
-From: bugzilla-daemon
+[% PROCESS "global/variables.none.tmpl" %]
+From: [% Param('mailfrom') %]
 To: [% to %]
 Subject: [[% terms.Bug %] [%+ bugid %]] [% neworchanged %][%+ summary %]
 X-Bugzilla-Reason: [% reasonsheader %]
+X-Bugzilla-Type: newchanged
 X-Bugzilla-Watch-Reason: [% reasonswatchheader %]
 X-Bugzilla-Product: [% product %]
 X-Bugzilla-Component: [% comp %]
@@ -56,6 +57,8 @@ You are the QA contact for the [% terms.bug %].
 You are on the CC list for the [% terms.bug %].
     [% CASE constants.REL_VOTER %]
 You are a voter for the [% terms.bug %].
+    [% CASE constants.REL_GLOBAL_WATCHER %]
+You are watching all [% terms.bug %] changes.
   [% END %]
 [% END %]
 [% FOREACH relationship = reasons_watch %]
diff --git a/template/en/default/email/sudo.txt.tmpl b/template/en/default/email/sudo.txt.tmpl
index 06026cf39..758c67b02 100644
--- a/template/en/default/email/sudo.txt.tmpl
+++ b/template/en/default/email/sudo.txt.tmpl
@@ -22,10 +22,11 @@
 [% PROCESS global/variables.none.tmpl %]
 
 Content-Type: text/plain
-From: [% Param("maintainer") %]
+From: [% Param('mailfrom') %]
 To: [% user.email %]
 Subject: [[% terms.Bugzilla %]] Your account [% user.login -%]
  is being impersonated
+X-Bugzilla-Type: admin
 
     [%+ sudoer.identity %] has used the 'sudo' feature to access 
 [%+ terms.Bugzilla %] using your account.
diff --git a/template/en/default/email/votes-removed.txt.tmpl b/template/en/default/email/votes-removed.txt.tmpl
index e9f1db34c..6bf2afd8c 100644
--- a/template/en/default/email/votes-removed.txt.tmpl
+++ b/template/en/default/email/votes-removed.txt.tmpl
@@ -21,9 +21,10 @@
 
 [% PROCESS global/variables.none.tmpl %]
 
-From: bugzilla-daemon
+From: [% Param('mailfrom') %]
 To: [% to %]
 Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed.
+X-Bugzilla-Type: voteremoved
 
 Some or all of your votes have been removed from [% terms.bug %] [%+ bugid %].
 
diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl
index 214231394..e50964e8a 100644
--- a/template/en/default/email/whine.txt.tmpl
+++ b/template/en/default/email/whine.txt.tmpl
@@ -20,9 +20,10 @@
   #%]
 
 [% PROCESS "global/field-descs.none.tmpl" %]
-From: [% Param("maintainer") %]
+From: [% Param("mailfrom") %]
 To: [% email %][% Param("emailsuffix") %]
 Subject: Your [% terms.Bugzilla %] buglist needs attention.
+X-Bugzilla-Type: whine
 
 [This e-mail has been automatically generated.]
 
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index 0c37234ff..9a2060870 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -85,6 +85,10 @@
   'status.name',
 ],
 
+'search/tabs.html.tmpl' => [
+  'content',
+],
+
 'request/queue.html.tmpl' => [
   'column_headers.$group_field', 
   'column_headers.$column', 
@@ -133,7 +137,6 @@
 ],
 
 'reports/report.html.tmpl' => [
-  'imagebase', 
   'width', 
   'height', 
   'imageurl', 
@@ -233,9 +236,9 @@
   'style', 
   'onload',
   'title',
-  'h1',
-  'h2',
-  'h3', 
+  '" &ndash; $header" IF header',
+  'subheader',
+  'header_addl_info', 
   'message', 
 ],
 
@@ -244,13 +247,21 @@
   'series.frequency * 2',
 ],
 
+'global/per-bug-queries.html.tmpl' => [
+  '" value=\"$bugids\"" IF bugids',
+],
+
 'global/select-menu.html.tmpl' => [
   'options', 
   'size', 
 ],
 
-'global/common-links.html.tmpl' => [
-  'email', 
+'global/tabs.html.tmpl' => [
+  'content', 
+],
+
+'global/useful-links.html.tmpl' => [
+  'sep',
 ],
 
 # You are not permitted to add any values here. Everything in this file should 
@@ -310,13 +321,13 @@
   'selname',
   '" accesskey=\"$accesskey\"" IF accesskey',
   'inputname',
-  '" colspan=\"$colspan\"" IF $colspan',
+  '" colspan=\"$colspan\"" IF colspan',
   '" size=\"$size\"" IF size',
-  '" maxlength=\"$maxlength\"" IF maxlength'
+  '" maxlength=\"$maxlength\"" IF maxlength',
+  'flag.status',
 ],
 
 'bug/knob.html.tmpl' => [
-  'bug.bug_id', 
   'knum', 
 ],
 
@@ -371,19 +382,10 @@
   'product.maxvotes', 
 ],
 
-'bug/process/confirm-duplicate.html.tmpl' => [
-  'original_bug_id', 
-  'duplicate_bug_id', 
-],
-
-'bug/process/midair.html.tmpl' => [
-  'bug_id', 
-],
-
 'bug/process/results.html.tmpl' => [
   'title.$type', 
-  'id', 
-  'linktext.$type',
+  '"$terms.Bug $id" FILTER bug_link(id)',
+  '"$terms.bug $id" FILTER bug_link(id)',
 ],
 
 'bug/create/create.html.tmpl' => [
@@ -391,8 +393,6 @@
   'sel.name',
   'sel.description',
   'cloned_bug_id',
-  'flag_count',
-  'f.id',
 ],
 
 'bug/create/create-guided.html.tmpl' => [
@@ -413,7 +413,7 @@
 ],
 
 'attachment/create.html.tmpl' => [
-  'bugid', 
+  'bug.bug_id',
   'attachment.id', 
 ],
 
@@ -421,6 +421,7 @@
   'attachid', 
   'bugid', 
   'contenttype', 
+  '"$terms.bug $bugid" FILTER bug_link(bugid)',
 ],
 
 'attachment/edit.html.tmpl' => [
@@ -433,6 +434,7 @@
   'attachment.id', 
   'flag.status',
   'bugid',
+  'obsolete_attachments',
 ],
 
 'attachment/show-multiple.html.tmpl' => [
@@ -442,7 +444,7 @@
 
 'attachment/updated.html.tmpl' => [
   'attachid', 
-  'bugid', 
+  '"$terms.bug $bugid" FILTER bug_link(bugid)',
 ],
 
 'attachment/diff-header.html.tmpl' => [
diff --git a/template/en/default/flag/CVS/Entries b/template/en/default/flag/CVS/Entries
index a7c69b980..b7be2b121 100644
--- a/template/en/default/flag/CVS/Entries
+++ b/template/en/default/flag/CVS/Entries
@@ -1,2 +1,2 @@
-/list.html.tmpl/1.23/Tue Sep 19 21:47:49 2006//TBUGZILLA-2_23_3
+/list.html.tmpl/1.27/Sun Jan 14 20:37:57 2007//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/flag/CVS/Tag b/template/en/default/flag/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/flag/CVS/Tag
+++ b/template/en/default/flag/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 463ade125..6b75b088c 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -75,16 +75,18 @@
 [% DEFAULT flag_table_id = "flags" %]
 
 <table id="[% flag_table_id FILTER html %]">
-  <tr>
-    <th colspan="3">
-      Flags:
-    </th>
-    [% IF any_flags_requesteeble %]
-      <th>
-        Requestee:
+  [% UNLESS flag_no_header %]
+    <tr>
+      <th colspan="3">
+        Flags:
       </th>
-    [% END %]
-  </tr>
+      [% IF any_flags_requesteeble %]
+        <th>
+          Requestee:
+        </th>
+      [% END %]
+    </tr>
+  [% END %]
 
   [%# Step 1: Display every flag type (except inactive types with no flags). %]
   [% FOREACH type = flag_types %]
@@ -105,9 +107,12 @@
                   title="[% type.description FILTER html %]"
                   onchange="toggleRequesteeField(this);">
             [%# Only display statuses the user is allowed to set. %]
+            [% IF user.can_request_flag(type) %]
+              <option value="X"></option>
+            [% END %]
             [% IF type.is_active %]
-              [% IF user.can_request_flag(type) %]
-                <option value="X"></option>
+              [% IF (type.is_requestable && user.can_request_flag(type)) || flag.status == "?" %]
+                <option value="?" [% "selected" IF flag.status == "?" %]>?</option>
               [% END %]
               [% IF user.can_set_flag(type) || flag.status == "+" %]
                 <option value="+" [% "selected" IF flag.status == "+" %]>+</option>
@@ -115,9 +120,6 @@
               [% IF user.can_set_flag(type) || flag.status == "-" %]
                 <option value="-" [% "selected" IF flag.status == "-" %]>-</option>
               [% END %]
-              [% IF (type.is_requestable && user.can_request_flag(type)) || flag.status == "?" %]
-                <option value="?" [% "selected" IF flag.status == "?" %]>?</option>
-              [% END %]
             [% ELSE %]
               <option value="[% flag.status %]" selected="selected">[% flag.status %]</option>
             [% END %]
@@ -156,13 +158,13 @@
                   [% " disabled=\"disabled\"" UNLESS user.can_request_flag(type) %]
                   onchange="toggleRequesteeField(this);">
             <option value="X"></option>
+            [% IF type.is_requestable && user.can_request_flag(type) %]
+              <option value="?">?</option>
+            [% END %]
             [% IF user.can_set_flag(type) %]
               <option value="+">+</option>
               <option value="-">-</option>
             [% END %]
-            [% IF type.is_requestable && user.can_request_flag(type) %]
-              <option value="?">?</option>
-            [% END %]
           </select>
         </td>
         [% IF any_flags_requesteeble %]
@@ -199,13 +201,13 @@
                 [% " disabled=\"disabled\"" UNLESS user.can_request_flag(type) %]
                 onchange="toggleRequesteeField(this);">
           <option value="X"></option>
+          [% IF type.is_requestable && user.can_request_flag(type) %]
+            <option value="?">?</option>
+          [% END %]
           [% IF user.can_set_flag(type) %]
             <option value="+">+</option>
             <option value="-">-</option>
           [% END %]
-          [% IF type.is_requestable && user.can_request_flag(type) %]
-            <option value="?">?</option>
-          [% END %]
         </select>
       </td>
       [% IF any_flags_requesteeble %]
diff --git a/template/en/default/global/CVS/Entries b/template/en/default/global/CVS/Entries
index bce703bd1..99133258e 100644
--- a/template/en/default/global/CVS/Entries
+++ b/template/en/default/global/CVS/Entries
@@ -1,29 +1,29 @@
-/banner.html.tmpl/1.10/Tue Jun 27 13:58:55 2006//TBUGZILLA-2_23_3
-/choose-classification.html.tmpl/1.7/Sat Oct 14 20:26:53 2006//TBUGZILLA-2_23_3
-/choose-product.html.tmpl/1.15/Sat Oct 14 20:26:53 2006//TBUGZILLA-2_23_3
-/code-error.html.tmpl/1.87/Thu Sep 21 23:19:04 2006//TBUGZILLA-2_23_3
-/common-links.html.tmpl/1.3/Mon Aug 14 20:05:57 2006//TBUGZILLA-2_23_3
-/confirm-user-match.html.tmpl/1.14/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_3
-/docslinks.html.tmpl/1.1/Wed Feb 22 14:58:41 2006//TBUGZILLA-2_23_3
-/field-descs.none.tmpl/1.18/Fri Sep  8 23:11:41 2006//TBUGZILLA-2_23_3
-/footer.html.tmpl/1.12/Tue Jun 22 21:07:38 2004//TBUGZILLA-2_23_3
-/header.html.tmpl/1.47/Sat Oct 14 20:48:48 2006//TBUGZILLA-2_23_3
-/help-header.html.tmpl/1.6/Wed Aug 10 01:30:41 2005//TBUGZILLA-2_23_3
-/help.html.tmpl/1.4/Wed Aug 10 01:30:41 2005//TBUGZILLA-2_23_3
-/hidden-fields.html.tmpl/1.9/Thu Apr  7 23:37:56 2005//TBUGZILLA-2_23_3
-/initialize.none.tmpl/1.1/Sun Jan 11 17:12:14 2004//TBUGZILLA-2_23_3
-/js-products.html.tmpl/1.1/Wed Jun 14 21:20:53 2006//TBUGZILLA-2_23_3
-/message.html.tmpl/1.7/Sun Jan 18 18:39:28 2004//TBUGZILLA-2_23_3
-/message.txt.tmpl/1.3/Thu Sep 21 23:19:04 2006//TBUGZILLA-2_23_3
-/messages.html.tmpl/1.45/Mon Sep 18 18:56:38 2006//TBUGZILLA-2_23_3
-/per-bug-queries.html.tmpl/1.5/Mon Oct  2 23:47:07 2006//TBUGZILLA-2_23_3
-/select-menu.html.tmpl/1.4/Sun Jan 18 18:39:28 2004//TBUGZILLA-2_23_3
-/setting-descs.none.tmpl/1.9/Wed Sep  6 20:45:30 2006//TBUGZILLA-2_23_3
-/site-navigation.html.tmpl/1.19/Fri Aug 25 08:38:06 2006//TBUGZILLA-2_23_3
-/tabs.html.tmpl/1.2/Sat Jul 30 01:01:54 2005//TBUGZILLA-2_23_3
-/textarea.html.tmpl/1.1/Wed Feb 22 14:25:35 2006//TBUGZILLA-2_23_3
-/useful-links.html.tmpl/1.48/Sat Sep  9 09:38:00 2006//TBUGZILLA-2_23_3
-/user-error.html.tmpl/1.192/Wed Oct  4 19:47:28 2006//TBUGZILLA-2_23_3
-/userselect.html.tmpl/1.5/Thu Mar 17 15:50:45 2005//TBUGZILLA-2_23_3
-/variables.none.tmpl/1.4/Sat Feb 25 23:10:45 2006//TBUGZILLA-2_23_3
+/banner.html.tmpl/1.10/Tue Jun 27 13:58:55 2006//TBUGZILLA-2_23_4
+/choose-classification.html.tmpl/1.9/Tue Dec 19 08:32:04 2006//TBUGZILLA-2_23_4
+/choose-product.html.tmpl/1.17/Tue Dec 19 08:32:04 2006//TBUGZILLA-2_23_4
+/code-error.html.tmpl/1.91/Sun Jan  7 23:50:04 2007//TBUGZILLA-2_23_4
+/common-links.html.tmpl/1.7/Thu Dec 28 16:48:06 2006//TBUGZILLA-2_23_4
+/confirm-user-match.html.tmpl/1.16/Wed Jan 17 22:27:10 2007//TBUGZILLA-2_23_4
+/docslinks.html.tmpl/1.1/Wed Feb 22 14:58:41 2006//TBUGZILLA-2_23_4
+/field-descs.none.tmpl/1.18/Fri Sep  8 23:11:41 2006//TBUGZILLA-2_23_4
+/footer.html.tmpl/1.13/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/header.html.tmpl/1.48/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/help-header.html.tmpl/1.6/Wed Aug 10 01:30:41 2005//TBUGZILLA-2_23_4
+/help.html.tmpl/1.4/Wed Aug 10 01:30:41 2005//TBUGZILLA-2_23_4
+/hidden-fields.html.tmpl/1.10/Wed Jan 17 22:27:10 2007//TBUGZILLA-2_23_4
+/initialize.none.tmpl/1.1/Sun Jan 11 17:12:14 2004//TBUGZILLA-2_23_4
+/js-products.html.tmpl/1.1/Wed Jun 14 21:20:53 2006//TBUGZILLA-2_23_4
+/message.html.tmpl/1.7/Sun Jan 18 18:39:28 2004//TBUGZILLA-2_23_4
+/message.txt.tmpl/1.3/Thu Sep 21 23:19:04 2006//TBUGZILLA-2_23_4
+/messages.html.tmpl/1.49/Thu Dec 28 18:15:21 2006//TBUGZILLA-2_23_4
+/per-bug-queries.html.tmpl/1.10/Wed Dec 27 01:21:32 2006//TBUGZILLA-2_23_4
+/select-menu.html.tmpl/1.5/Sun Nov  5 00:27:10 2006//TBUGZILLA-2_23_4
+/setting-descs.none.tmpl/1.11/Mon Dec 18 19:08:35 2006//TBUGZILLA-2_23_4
+/site-navigation.html.tmpl/1.22/Tue Dec 26 20:17:26 2006//TBUGZILLA-2_23_4
+/tabs.html.tmpl/1.3/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/textarea.html.tmpl/1.1/Wed Feb 22 14:25:35 2006//TBUGZILLA-2_23_4
+/useful-links.html.tmpl/1.55/Wed Jan 24 00:39:46 2007//TBUGZILLA-2_23_4
+/user-error.html.tmpl/1.204/Tue Jan  9 01:42:34 2007//TBUGZILLA-2_23_4
+/userselect.html.tmpl/1.5/Thu Mar 17 15:50:45 2005//TBUGZILLA-2_23_4
+/variables.none.tmpl/1.4/Sat Feb 25 23:10:45 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/global/CVS/Tag b/template/en/default/global/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/global/CVS/Tag
+++ b/template/en/default/global/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl
index df0c37911..7f5a5bcad 100644
--- a/template/en/default/global/choose-classification.html.tmpl
+++ b/template/en/default/global/choose-classification.html.tmpl
@@ -23,7 +23,7 @@
 
 [% IF target == "enter_bug.cgi" %]
   [% title = "Select Classification" %]
-  [% h2 = "Please select the classification." %]
+  [% subheader = "Please select the classification." %]
 [% END %]
 
 [% DEFAULT title = "Choose the classification" %]
@@ -33,20 +33,23 @@
         
 [% IF Param('showallproducts') %]
   <tr>
-    <th align="right" valign="center" height=50>
+    <th align="right">
       <a href="[% target FILTER url_quote %]?classification=__all
             [% IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%] 
             [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
       All</a>:
     </th>
 
-    <td valign="center">&nbsp;Show all products</td>
-  </tr>    
+    <td valign="top">&nbsp;Show all products</td>
+  </tr>
+  <tr>
+    <th colspan="2">&nbsp;</th>
+  </tr>
 [% END %]
 
 [% FOREACH class = classifications %]
   <tr>
-    <th align="right" valign="top">
+    <th align="right">
       <a href="[% target FILTER url_quote %]?classification=[% class.name FILTER url_quote -%]
             [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%] 
             [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl
index da47332c2..a24ca61c1 100644
--- a/template/en/default/global/choose-product.html.tmpl
+++ b/template/en/default/global/choose-product.html.tmpl
@@ -20,8 +20,9 @@
   #%]
 
 [%# INTERFACE:
-  # products: array of product objects. The list of products
-  #           the user can enter bugs into.
+  # classifications: array of hashes, with an 'object' key representing a
+  #                  classification object and 'products' the list of
+  #                  product objects the user can enter bugs into.
   # target:   the script that displays this template.
   # cloned_bug_id: ID of the bug being cloned.
   # format:   the desired format to display the target.
@@ -31,10 +32,10 @@
 
 [% IF target == "enter_bug.cgi" %]
   [% title = "Enter $terms.Bug" %]
-  [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %]
+  [% subheader = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %]
 [% ELSIF target == "describecomponents.cgi" %]
   [% title = "$terms.Bugzilla Component Descriptions" %]
-  [% h2 = "Please specify the product whose components you want described." %]
+  [% subheader = "Please specify the product whose components you want described." %]
 [% END %]
 
 [% DEFAULT title = "Choose a Product" %]
@@ -42,16 +43,29 @@
 
 <table>
 
-[% FOREACH p = products %]
+[% FOREACH c = classifications %]
+  [% IF c.object %]
+    <tr>
+      <th colspan="2" align="left">[% c.object.name FILTER html %]:
+      [%+ c.object.description FILTER html_light %]</th>
+    </tr>
+  [% END %]
+
+  [% FOREACH p = c.products %]
+    <tr>
+      <th align="right" valign="top">
+        <a href="[% target %]?product=[% p.name FILTER url_quote -%]
+              [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%] 
+              [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
+        [% p.name FILTER html FILTER no_break %]</a>:&nbsp;
+      </th>
+
+      <td valign="top">[% p.description FILTER html_light %]</td>
+    </tr>
+  [% END %]
+
   <tr>
-    <th align="right" valign="top">
-      <a href="[% target %]?product=[% p.name FILTER url_quote -%]
-            [%- IF cloned_bug_id %]&amp;cloned_bug_id=[% cloned_bug_id FILTER url_quote %][% END -%] 
-            [%- IF format %]&amp;format=[% format FILTER url_quote %][% END %]">
-      [% p.name FILTER html %]</a>:&nbsp;
-    </th>
-
-    <td valign="top">[% p.description FILTER html_light %]</td>
+    <th colspan="2">&nbsp;</th>
   </tr>
 [% END %]
 
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index f6ccae754..c1d5f799b 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -60,7 +60,7 @@
       [%+ Param('emailregexpdesc') %]
     [% END %]
     It must also not contain any of these special characters:
-    <tt>\ ( ) &amp; &lt; &gt; , ; : &quot; [ ]</tt>, or any whitespace.</tt>
+    <tt>\ ( ) &amp; &lt; &gt; , ; : &quot; [ ]</tt>, or any whitespace.
 
   [% ELSIF error == "authres_unhandled" %]
     The result value of [% value FILTER html %] was not handled by
@@ -139,7 +139,7 @@
 
   [% ELSIF error == "extension_invalid" %]
     An error occurred processing hook [% name FILTER html %] in
-    extension [% extension FILTER html %].
+    extension [% extension FILTER html %]: [% errstr FILTER html %]
 
   [% ELSIF error == "extern_id_conflict" %]
     The external ID '[% extern_id FILTER html %]' already exists
@@ -295,6 +295,11 @@
   [% ELSIF error == "ldap_server_not_defined" %]
     The LDAP server for authentication has not been defined.
 
+  [% ELSIF error == "mail_send_error" %]
+    There was an error sending mail from '[% mail.header('From') FILTER html %]'
+    to '[% mail.header('To') FILTER html %]':
+    [% msg FILTER html %]
+
   [% ELSIF error == "missing_bug_id" %]
     No [% terms.bug %] ID was given.
     
@@ -320,6 +325,11 @@
 
   [% ELSIF error == "protection_violation" %]
     The function <code>[% function FILTER html %]</code> was called
+
+    [% IF argument %]
+        with the argument <code>[% argument FILTER html %]</code>
+    [% END %]
+
     from
    
     [% IF caller %]
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index 252b895cb..dca5d7262 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -22,54 +22,84 @@
 
 [% DEFAULT btn_id = "find" %]
 
-<div class="links">
-  <a href="./">Home</a> |
-  <a href="enter_bug.cgi">New</a> |
-  <a href="query.cgi">Search</a> |
+<ul class="links">
+  <li><a href="./">Home</a></li>
+  <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
+  <li><span class="separator">| </span><a href="query.cgi">Search</a></li>
 
-  <form action="buglist.cgi" method="get"
+  <li class="form">
+    <span class="separator">| </span>
+    <form action="buglist.cgi" method="get"
         onsubmit="if (this.quicksearch.value == '')
                   { alert('Please enter one or more search terms first.');
                     return false; } return true;">
     <input class="txt" type="text" name="quicksearch">
     <input class="btn" type="submit" value="Find" id="[% btn_id FILTER html %]">
-  </form> |
+    [%-# Work around FF bug: keep this on one line %]</form></li>
 
-  <a href="report.cgi">Reports</a>
+  <li><span class="separator">| </span><a href="report.cgi">Reports</a></li>
 
-  [% IF user.id %]
-    [% email = user.login FILTER url_quote %]
-    | <a href="request.cgi?requester=[% email %]&amp;requestee=
-               [%- email %]&amp;do_union=1&amp;group=type">My Requests</a>
-  [% ELSE %]
-    | <a href="request.cgi">Requests</a>
-  [% END %]
+  <li>
+    <span class="separator">| </span>
+    [% IF user.id %]
+      <a href="request.cgi?requester=[% user.login FILTER url_quote %]&amp;requestee=
+               [% user.login FILTER url_quote %]&amp;do_union=1&amp;group=type">My Requests</a>
+    [% ELSE %]
+      <a href="request.cgi">Requests</a>
+    [% END %]
+  [%-# Work around FF bug: keep this on one line %]</li>
 
   [% IF user.id && Param('usevotes') %]
-    | <a href="votes.cgi?action=show_user">My&nbsp;Votes</a>
+    <li><span class="separator">| </span><a href="votes.cgi?action=show_user">My&nbsp;Votes</a></li>
   [% END %]
 
   [% IF user.login %]
-    [% ' | <a href="sanitycheck.cgi">Sanity&nbsp;check</a>' IF user.groups.tweakparams %]
-    [% IF user.authorizer.can_logout %]
-      | <a href="relogin.cgi">Log&nbsp;out</a>
-    [% ELSE %]
-      | Logged&nbsp;in&nbsp;as
-    [% END %]
-    [% IF sudoer %]
-      [%+ sudoer.login FILTER html %] (<b>impersonating
-      [%+ user.login FILTER html %]</b>
-      <a href="relogin.cgi?action=end-sudo">end session</a>)
-    [% ELSE %]
-      [%+ user.login FILTER html %]
-    [% END %]
+    <li><span class="separator">| </span><a href="userprefs.cgi">Preferences</a></li>
+    <li>
+      <span class="separator">| </span>
+      [% IF user.authorizer.can_logout %]
+        <a href="relogin.cgi">Log&nbsp;out</a>
+      [% ELSE %]
+        Logged&nbsp;in&nbsp;as
+      [% END %]
+      [% IF sudoer %]
+        [%+ sudoer.login FILTER html %] (<b>impersonating
+        [%+ user.login FILTER html %]</b>
+        <a href="relogin.cgi?action=end-sudo">end session</a>)
+      [% ELSE %]
+        [%+ user.login FILTER html %]
+      [% END %]
+    [%-# Work around FF bug: keep this on one line %]</li>
   [% ELSE %]
     [% IF Param('createemailregexp')
           && user.authorizer.user_can_create_account %]
-      | <a href="createaccount.cgi">New&nbsp;Account</a>
+      <li><span class="separator">| </span><a href="createaccount.cgi">New&nbsp;Account</a></li>
     [% END %]
     [% IF user.authorizer.can_login %]
-      | <a href="index.cgi?GoAheadAndLogIn=1">Log&nbsp;In</a>
+      [%# Use the current script name. If an empty name is returned,
+        # then we are accessing the home page. %]
+
+      [% script_name = cgi.url(Relative => 1) %]
+
+      [% IF cgi.request_method == "POST" OR script_name.match("relogin") %]
+        [% script_name = "" %]
+      [% END %]
+
+      [%# If SSL is in use, use 'sslbase', else use 'urlbase'. %]
+      [% IF Param("sslbase") != "" && Param("ssl") != "never" %]
+        [% script_name = Param("sslbase") _ script_name %]
+      [% ELSE %]
+        [% script_name = Param("urlbase") _ script_name %]
+      [% END %]
+
+      [% IF cgi.request_method == "GET" AND cgi.query_string %]
+        [% script_name = script_name _ "?" _ cgi.query_string %]
+        [% script_name = script_name _ "&GoAheadAndLogIn=1" IF !cgi.query_string.match("GoAheadAndLogIn") %]
+      [% ELSE %]
+        [% script_name = script_name _ "?GoAheadAndLogIn=1" %]
+      [% END %]
+        
+      <li><span class="separator">| </span><a href="[% script_name FILTER html %]">Log&nbsp;In</a></li>
     [% END %]
   [% END %]
-</div>
+</ul>
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl
index 607ce4783..35ec93f74 100644
--- a/template/en/default/global/confirm-user-match.html.tmpl
+++ b/template/en/default/global/confirm-user-match.html.tmpl
@@ -42,10 +42,15 @@
 [% IF matchsuccess == 1 %]
   [% PROCESS global/header.html.tmpl title="Confirm Match" %]
 
+[% USE Bugzilla %]
+
   <form method="post" 
   [% IF script -%]
     action="[% script %]"
   [%- END -%]
+  [% IF Bugzilla.cgi.param("data") %]
+    enctype="multipart/form-data"
+  [% END %]
   >
 
   <p>
@@ -64,7 +69,6 @@
   </p>
 [% END %]
 
-<p>
   <table border="0">
     <tr>
       <td colspan="2">
@@ -130,7 +134,6 @@
                   <font color="#FF0000">did not match anything</font>
                 [% END %]
             [% END %]
-            <p>
         [% END %]
       </td>
     </tr>
@@ -143,8 +146,6 @@
 
   </table>
 
-</p>
-
 [% IF matchsuccess == 1 %]
 
   [% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password)$" %]
diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl
index fc1016621..7de84aa70 100644
--- a/template/en/default/global/footer.html.tmpl
+++ b/template/en/default/global/footer.html.tmpl
@@ -27,6 +27,8 @@
 
 [% INCLUDE "global/help.html.tmpl" %]
 
+</div>
+
 [%# Migration note: below this point, this file corresponds to the old Param
   # 'footerhtml'
   #%]
@@ -45,3 +47,4 @@
 
 </body>
 </html>
+
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 9b9420ced..d629a6c23 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -25,9 +25,9 @@
 [%# INTERFACE:
   # (All the below interface elements are optional.)
   # title: string. Page title.
-  # h1: string. Main page header.
-  # h2: string. Page subheader.
-  # h3: string. Right-aligned subheader.
+  # header: string. Main page header.
+  # subheader: string. Page subheader.
+  # header_addl_info: string. Additional header information.
   # bodyclasses: array of extra CSS classes for the <body>
   # onload: string. JavaScript code to run when the page finishes loading.
   # javascript: string. Javascript to go in the header.
@@ -43,20 +43,20 @@
 [% END %]
 
 [% DEFAULT
-  h2 = ""
-  h3 = ""
+  subheader = ""
+  header_addl_info = ""
   onload = ""
   style_urls = []
 %]
 
-[%# We should be able to set the default value of the h1 variable
+[%# We should be able to set the default value of the header variable
   # to the value of the title variable using the DEFAULT directive,
-  # but that doesn't work if a caller sets h1 to the empty string
-  # to avoid h1 inheriting the value of title, since DEFAULT
-  # mistakenly treats empty strings as undefined and gives h1 the
+  # but that doesn't work if a caller sets header to the empty string
+  # to avoid header inheriting the value of title, since DEFAULT
+  # mistakenly treats empty strings as undefined and gives header the
   # value of title anyway.  To get around that problem we explicitly
-  # set h1's default value here only if it is undefined. %]
-[% IF !h1.defined %][% h1 = title %][% END %]
+  # set header's default value here only if it is undefined. %]
+[% IF !header.defined %][% header = title %][% END %]
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                       "http://www.w3.org/TR/html4/loose.dtd">
@@ -106,6 +106,14 @@
             rel="stylesheet"
             type="text/css">
     [% END %]
+    <!--[if IE]>
+      [%# Internet Explorer treats [if IE] HTML comments as uncommented.
+        # Use it to import CSS fixes so that Bugzilla looks decent on IE, too.
+        #%]
+      <link href="skins/standard/IE-fixes.css"
+            rel="stylesheet"
+            type="text/css">
+    <![endif]-->
 
     [%# CSS cascade, part 2: Standard Bugzilla stylesheet set (selectable)
       # Present if skin selection is enabled.
@@ -117,6 +125,16 @@
               title="[% setting_descs.standard FILTER html %]"
               type="text/css">
       [% END %]
+      <!--[if IE]>
+        [%# Internet Explorer treats [if IE] HTML comments as uncommented.
+          # Use it to import CSS fixes so that Bugzilla looks decent on IE,
+          # too.
+          #%]
+        <link href="skins/standard/IE-fixes.css"
+              rel="[% 'alternate ' IF user_skin %]stylesheet"
+              title="[% setting_descs.standard FILTER html %]"
+              type="text/css">
+      <![endif]-->
     [% END %]
 
     [%# CSS cascade, part 3: Third-party stylesheet set (selectable).
@@ -145,6 +163,16 @@
                   type="text/css">
           [% END %]
         [% END %]
+        <!--[if IE]>
+          [%# Internet Explorer treats [if IE] HTML comments as uncommented.
+            # Use it to import CSS fixes so that Bugzilla looks decent on IE,
+            # too.
+            #%]
+          <link href="skins/contrib/[% contrib_skin FILTER html %]/IE-fixes.css"
+                rel="[% 'alternate ' UNLESS contrib_skin == user_skin %]stylesheet"
+                title="[% contrib_skin FILTER html %]"
+                type="text/css">
+        <![endif]-->
       [% END %]
     [% END %]
 
@@ -166,6 +194,14 @@
                        FILTER html %]" rel="stylesheet" type="text/css">
       [% END %]
     [% END %]
+    <!--[if IE]>
+      [%# Internet Explorer treats [if IE] HTML comments as uncommented.
+        # Use it to import CSS fixes so that Bugzilla looks decent on IE, too.
+        #%]
+      <link href="skins/custom/IE-fixes.css"
+            rel="stylesheet"
+            type="text/css">
+    <![endif]-->
 
     [%# this puts the live bookmark up on firefox for the Atom feed %]
     [% IF atomlink %]
@@ -200,19 +236,20 @@
 
 <table border="0" cellspacing="0" cellpadding="0" id="titles">
 <tr>
-  <td id="title">
-    [% terms.Bugzilla %][% IF h1 %] - [% h1 %] [% END %]
-  </td>
+    <td id="title">
+      <p>[% terms.Bugzilla %]
+      [% " &ndash; $header" IF header %]</p>
+    </td>
 
-  [% IF h2 %]
+  [% IF subheader %]
     <td id="subtitle">
-      [% h2 %]
+      <p class="subheader">[% subheader %]</p>
     </td>
   [% END %]
 
-  [% IF h3 %]
+  [% IF header_addl_info %]
     <td id="information">
-      [% h3 %]
+      <p class="header_addl_info">[% header_addl_info %]</p>
     </td>
   [% END %]
 </tr>
@@ -220,6 +257,10 @@
 
 [% PROCESS "global/common-links.html.tmpl" btn_id = "find_top" %]
 
+</div>
+
+<div id="bugzilla-body">
+
 [% IF Param('announcehtml') %]
 [% Param('announcehtml') FILTER none %]
 [% END %]
@@ -227,5 +268,3 @@
 [% IF message %]
 <div id="message">[% message %]</div>
 [% END %]
-
-</div>
diff --git a/template/en/default/global/hidden-fields.html.tmpl b/template/en/default/global/hidden-fields.html.tmpl
index 7327e43cf..063cdd33b 100644
--- a/template/en/default/global/hidden-fields.html.tmpl
+++ b/template/en/default/global/hidden-fields.html.tmpl
@@ -34,8 +34,26 @@
   [%# The '.slice(0)' bit is here to force the 'param(field)' to be evaluated
       in a list context, so we can avoid extra code checking for single valued or
       empty fields %]
-  [% FOREACH mvalue = cgi.param(field).slice(0) %]
-    <input type="hidden" name="[% field FILTER html %]"
+  [% IF field == "data" && cgi.param("data") %]
+    <div class="box">
+      <p>
+        We were unable to store the file you uploaded because of incomplete information
+        in the form you just submitted. Because we are unable to retain the file between
+        form submissions, you must re-attach the file in addition to completing the
+        remaining missing information above.
+      </p>
+      <p>
+        Please re-attach the file <b>[% cgi.param(field) FILTER html %]</b> in
+        the field below:
+      </p>
+      <p>
+        <input type="file" id="data" name="data" size="50">
+      </p>
+    </div>
+  [% ELSE %]
+    [% FOREACH mvalue = cgi.param(field).slice(0) %]
+      <input type="hidden" name="[% field FILTER html %]"
              value="[% mvalue FILTER html FILTER html_linebreak %]">
     [% END %]
+  [% END %]
 [% END %]
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index 3d05214dc..b0d92b3d1 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -106,7 +106,7 @@
       </ul>
     [% ELSE %]
       [% title = "User $otheruser.login not changed" %]
-      You didn't request any change on the user account
+      You didn't request any changes to the user's account
       [%+ otheruser.login FILTER html %].
     [% END %]
 
@@ -121,12 +121,22 @@
     Please add your attachment by clicking the "Create a New Attachment" link
     below.
 
+  [% ELSIF message_tag == "bug_confirmed_by_votes" %]
+    *** This [% terms.bug %] has been confirmed by popular vote. ***
+
   [% ELSIF message_tag == "bug_duplicate_of" %]
     *** This [% terms.bug %] has been marked as a duplicate of [% terms.bug %] [%+ dupe_of FILTER html %] ***
 
   [% ELSIF message_tag == "bug_has_duplicate" %]
     *** [% terms.Bug %] [%+ dupe FILTER html %] has been marked as a duplicate of this [% terms.bug %]. ***
 
+  [% ELSIF message_tag == "bug_moved_to" %]
+    <p>[% terms.Bug %] moved to [% Param("move-to-url") FILTER html %].</p>
+    <p>If the move succeeded, [% login FILTER html %] will receive a mail
+    containing the number of the new [% terms.bug %] in the other database.
+    If all went well, please mark this [% terms.bug %] verified, and paste
+    in a link to the new [% terms.bug %]. Otherwise, reopen this [% terms.bug %].
+
   [% ELSIF message_tag == "buglist_adding_field" %]
     [% title = "Adding field to search page..." %]
     [% link  = "Click here if the page does not redisplay automatically." %]
@@ -168,12 +178,12 @@
 
   [% ELSIF message_tag == "custom_field_created" %]
     [% title = "Custom Field Created" %]
-    The new custom field '[% name FILTER html %]' has been
+    The new custom field '[% field.name FILTER html %]' has been
     successfully created.
 
   [% ELSIF message_tag == "custom_field_updated" %]
     [% title = "Custom Field Updated" %]
-    Properties of the '[% name FILTER html %]' field have been
+    Properties of the '[% field.name FILTER html %]' field have been
     successfully updated.
 
   [% ELSIF message_tag == "emailold_change_cancelled" %]
@@ -216,6 +226,9 @@
     [% IF param_changed.size > 0 %]
       [% FOREACH param = param_changed %]
         Changed <em>[% param FILTER html %]</em><br>
+        [% IF param == 'utf8' && Param('utf8') %]
+          <strong>You must now re-run checksetup.pl.</strong><br>
+        [% END %]
       [% END %]
     [% ELSE %]
       No changes made.
diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl
index 631fb8509..6a63016c0 100644
--- a/template/en/default/global/per-bug-queries.html.tmpl
+++ b/template/en/default/global/per-bug-queries.html.tmpl
@@ -54,14 +54,13 @@
   [%# Get existing lists of bugs for this user %]
   [% lists_of_bugs = [] %]
   [% FOREACH q = user.queries %]
-    [% NEXT UNLESS q.query_type == constants.LIST_OF_BUGS %]
+    [% NEXT UNLESS q.bug_ids_only %]
     [% lists_of_bugs.push(q.name) %]
   [% END %]
 
-  <div id="links-special">
-    <div class="label">&nbsp;</div>
-    <div class="links">
-      <hr>
+  <li id="links-special">
+    <div class="label"></div>
+    <ul class="links"><li class="form">
       <form id="list_of_bugs" action="buglist.cgi" method="get">
         <input type="hidden" name="cmdtype" value="doit">
         <input type="hidden" name="remtype" value="asnamed">
@@ -72,9 +71,13 @@
             <option value="remove">Remove</option>
           [% END %]
         </select>
-        [%+ terms.bugs %]
-        <input type="text" name="bug_ids" size="12" maxlength="80">
-        <span id="lob_direction">to</span>
+
+        [% IF Param('docs_urlbase') %]
+          <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a>
+        [% ELSE %]
+          the named tag
+        [% END %]
+
         [% IF lists_of_bugs.size %]
           <select id="lob_oldqueryname" name="oldqueryname">
             [% FOREACH query = lists_of_bugs %]
@@ -83,12 +86,17 @@
           </select>
         [% END %]
         <span id="lob_new_query_text">
-          [% " or to" IF lists_of_bugs.size %] the new saved search:
-          <input type="text" id="lob_newqueryname" name="newqueryname" size="20" maxlength="64"
+          [% " or create and add the tag" IF lists_of_bugs.size %]
+          <input class="txt" type="text" id="lob_newqueryname"
+                 size="20" maxlength="64" name="newqueryname"
                  onkeyup="manage_old_lists();">
         </span>
+        <span id="lob_direction">to</span>
+        [%+ terms.bugs %]
+        <input type="text" name="bug_ids" size="12" maxlength="80"
+         [%- " value=\"$bugids\"" IF bugids %]>
         <input type="submit" value="Commit" id="commit_list_of_bugs">
       </form>
-    </div>
-  </div>
+    </li></ul>
+  </li>
 [% END %]
diff --git a/template/en/default/global/select-menu.html.tmpl b/template/en/default/global/select-menu.html.tmpl
index 725ec88dd..3233ad776 100644
--- a/template/en/default/global/select-menu.html.tmpl
+++ b/template/en/default/global/select-menu.html.tmpl
@@ -24,7 +24,7 @@
   #
   # multiple: boolean; whether or not the menu is multi-select
   #
-  # size: integer; if multi-select, the number of items to display at once
+  # size: integer; the number of items to display at once
   # 
   # options: array or hash; the items with which to populate the array.
   #   If a hash is passed, the hash keys become the names displayed
@@ -45,7 +45,8 @@
 
 <select name="[% name FILTER html %]" 
         [% IF onchange %]onchange="[% onchange FILTER html %]"[% END %]
-        [% IF multiple %] multiple [% IF size %] size="[% size %]" [% END %] [% END %]>
+        [% IF multiple %] multiple [% END %]
+        [% IF size %] size="[% size %]" [% END %]>
   [% IF options_type.search("ARRAY") %]
     [% FOREACH value = options %]
       <option value="[% value FILTER html %]"
diff --git a/template/en/default/global/setting-descs.none.tmpl b/template/en/default/global/setting-descs.none.tmpl
index 4fb2a031b..3992e1208 100644
--- a/template/en/default/global/setting-descs.none.tmpl
+++ b/template/en/default/global/setting-descs.none.tmpl
@@ -29,7 +29,7 @@
    "off"                              => "Off",
    "oldest_to_newest"                 => "Oldest to Newest",
    "on"                               => "On",
-   "per_bug_queries"                  => "Add individual $terms.bugs to saved searches",
+   "per_bug_queries"                  => "Enable tags for $terms.bugs",
    "post_bug_submit_action"           => "After changing $terms.abug",
    "next_bug"                         => "Show next $terms.bug in my list",
    "same_bug"                         => "Show the updated $terms.bug",
@@ -40,5 +40,6 @@
    "always"                           => "Always",
    "never"                            => "Never",
    "cc_unless_role"                   => "Only if I have no role on them",
+   "lang"                             => "Language used in email",
                    } 
 %]
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl
index ffe9fe799..507b779c8 100644
--- a/template/en/default/global/site-navigation.html.tmpl
+++ b/template/en/default/global/site-navigation.html.tmpl
@@ -97,14 +97,22 @@
           href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">
   [% END %]
 
+  [% FOREACH q = user.queries_subscribed %]
+    <link rel="Saved&nbsp;Search"
+          title="[% q.name FILTER html %] ([% q.user.login FILTER html %])"
+          href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=
+                 [% q.name FILTER url_quote %]&amp;sharer_id=
+                 [% q.user.id FILTER url_quote %]">
+  [% END %]
+
   [%# *** Bugzilla Administration Tools *** %]
   [% IF user.login %] 
     [% '<link rel="Administration" title="Parameters"    
               href="editparams.cgi">' IF user.groups.tweakparams %]
     [% '<link rel="Administration" title="Users"    
               href="editusers.cgi">' IF user.groups.editusers %]
-    [% '<link rel="Administration" title="Products"      
-              href="editproducts.cgi">' IF user.groups.editcomponents %]
+    [% '<link rel="Administration" title="Products" href="editproducts.cgi">'
+       IF user.groups.editcomponents || user.get_products_by_permission("editcomponents").size %]
     [% '<link rel="Administration" title="Flag Types"   
               href="editflagtypes.cgi">' IF user.groups.editcomponents %]
     [% '<link rel="Administration" title="Groups"        
@@ -114,6 +122,6 @@
     [% '<link rel="Administration" title="Whining"       
               href="editwhines.cgi">' IF user.groups.bz_canusewhines %]
     [% '<link rel="Administration" title="Sanity Check"  
-              href="sanitycheck.cgi">' IF user.groups.tweakparams %]
+              href="sanitycheck.cgi">' IF user.groups.editcomponents %]
   [% END %]  
 [% END %]
diff --git a/template/en/default/global/tabs.html.tmpl b/template/en/default/global/tabs.html.tmpl
index 6f8601b86..25b931de3 100644
--- a/template/en/default/global/tabs.html.tmpl
+++ b/template/en/default/global/tabs.html.tmpl
@@ -18,6 +18,7 @@
   #
   # Contributor(s): Gervase Markham <gerv@gerv.net>
   #                 Myk Melez <myk@mozilla.org>
+  #                 Marc Schumann <wurblzap@gmail.com>
   #%]
 
 [%# INTERFACE:
@@ -28,20 +29,25 @@
   # current_tab_name: string. name of the currently selected tab
   #%]
 
-<center>
-  <table cellspacing="0" cellpadding="10" border="0" width="100%">
+<div class="tabbed">
+  <table class="tabs" cellspacing="0" cellpadding="10" border="0" width="100%">
     <tr>
-      <td class="tab spacer">&nbsp;</td>
+      <td class="spacer">&nbsp;</td>
 
       [% FOREACH tab = tabs %]
         [% IF tab.name == current_tab_name %]
-          <td class="tab selected">[% tab.label FILTER html %]</td>
+          <td class="selected">[% tab.label FILTER html %]</td>
         [% ELSE %]
-          <td class="tab"><a href="[% tab.link FILTER html %]">[% tab.label FILTER html %]</a></td>
+          <td class="clickable_area" onClick="document.location='[% tab.link FILTER html %]'"><a href="[% tab.link FILTER html %]">[% tab.label FILTER html %]</a></td>
         [% END %]
       [% END %]
 
-       <td class="tab spacer">&nbsp;</td>
-     </tr>
-   </table>
-</center>
+      <td class="spacer">&nbsp;</td>
+    </tr>
+  </table>
+
+  <div class="tabbody">
+    [% content %]
+  </div>
+
+</div>
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index e1bb2affe..66e942802 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -26,86 +26,113 @@
 
 [% PROCESS global/variables.none.tmpl %]
 
-<div id="useful-links">
-  <div id="links-actions">
-    <div class="label">Actions:</div>
-    [% PROCESS "global/common-links.html.tmpl" btn_id = "find_bottom" %]
-  </div>
-      
-    [% IF user.login %] 
-  <div id="links-edit">
-    <div class="label">Edit:</div>
-    <div class="links">
+<ul id="useful-links">
+  <li id="links-actions">
+    <div class="label">Actions: </div>
+      [% PROCESS "global/common-links.html.tmpl" btn_id = "find_bottom" %]
+  </li>
 
-        <a href="userprefs.cgi">Prefs</a>
-        [% ' | <a href="editparams.cgi">Parameters</a> ' _
-           ' | <a href="editsettings.cgi">User Preferences</a>' 
-                                                  IF user.groups.tweakparams %]
-        [% ' | <a href="editusers.cgi">Users</a>'     IF user.groups.editusers 
-                                                  || user.can_bless %]
+  [%# We have no other choices than enumerating all required privileges to have
+    # at least one link in this section. %]
+  [% IF user.login
+     && (user.groups.tweakparams || user.groups.editusers || user.can_bless
+         || (Param('useclassification') && user.groups.editclassifications)
+         || user.groups.editcomponents || user.groups.admin || user.groups.creategroups
+         || user.groups.editkeywords || user.groups.bz_canusewhines) %]
+
+    [% sep = "" FILTER html %]
+    <li id="links-edit">
+      <div class="label">Edit: </div>
+      <ul class="links">
+        [% IF user.groups.tweakparams %]
+          <li><span class="separator">[% sep %]</span><a href="editparams.cgi">Parameters</a></li>
+          [% sep = "| " %]
+          <li><span class="separator">[% sep %]</span><a href="editsettings.cgi">User Preferences</a></li>
+        [% END %]
+        [% IF user.groups.editcomponents %]
+          <li><span class="separator">[% sep %]</span><a href="sanitycheck.cgi">Sanity Check</a></li>
+          [% sep = "| " %]
+        [% END %]
+        [% IF user.groups.editusers || user.can_bless %]
+          <li><span class="separator">[% sep %]</span><a href="editusers.cgi">Users</a></li>
+          [% sep = "| " %]
+        [% END %]
         [% IF Param('useclassification') && user.groups.editclassifications %]
-            [% ' | <a href="editclassifications.cgi">Classifications</a>' %]
-        [% END %] 
-        [% ' | <a href="editproducts.cgi">Products</a>' 
-                                               IF user.groups.editcomponents %]
-        [% ' | <a href="editflagtypes.cgi">Flags</a>'
-                                               IF user.groups.editcomponents %]
-        [% ' | <a href="editfields.cgi">Custom Fields</a>'
-                                               IF user.groups.admin %]
-        [% ' | <a href="editvalues.cgi">Field Values</a>'
-                                               IF user.groups.editcomponents %]
-        [% ' | <a href="editgroups.cgi">Groups</a>' 
-                                                 IF user.groups.creategroups %]
-        [% ' | <a href="editkeywords.cgi">Keywords</a>' 
-                                                 IF user.groups.editkeywords %]
-        [% ' | <a href="editwhines.cgi">Whining</a>' 
-                                              IF user.groups.bz_canusewhines %]
-    </div>
-  </div>
-    [% END %]
+          <li><span class="separator">[% sep %]</span><a href="editclassifications.cgi">Classifications</a></li>
+          [% sep = "| " %]
+        [% END %]
+        [% IF user.groups.editcomponents || user.get_products_by_permission("editcomponents").size %]
+          <li><span class="separator">[% sep %]</span><a href="editproducts.cgi">Products</a></li>
+          [% sep = "| " %]
+        [% END %]
+        [% IF user.groups.editcomponents %]
+          <li><span class="separator">[% sep %]</span><a href="editflagtypes.cgi">Flags</a></li>
+          [% sep = "| " %]
+        [% END %]
+        [% IF user.groups.admin %]
+          <li><span class="separator">[% sep %]</span><a href="editfields.cgi">Custom Fields</a></li>
+          [% sep = "| " %]
+          <li><span class="separator">[% sep %]</span><a href="editvalues.cgi">Field Values</a></li>
+        [% END %]
+        [% IF user.groups.creategroups %]
+          <li><span class="separator">[% sep %]</span><a href="editgroups.cgi">Groups</a></li>
+          [% sep = "| " %]
+        [% END %]
+        [% IF user.groups.editkeywords %]
+          <li><span class="separator">[% sep %]</span><a href="editkeywords.cgi">Keywords</a></li>
+          [% sep = "| " %]
+        [% END %]
+        [% IF user.groups.bz_canusewhines %]
+          <li><span class="separator">[% sep %]</span><a href="editwhines.cgi">Whining</a></li>
+          [% sep = "| " %]
+        [% END %]
+      </ul>
+    </li>
+  [% END %]
     
-
     [%# Saved searches %]
     
-  <div id="links-saved">
-    <div class="label">
-      [% IF user.showmybugslink OR user.queries.size %]
-        Saved&nbsp;Searches:
-      [% END %]
-    </div>
-    <div class="links">
-      [% IF user.showmybugslink %]
-        [% filtered_username = user.login FILTER url_quote %]
-        <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My&nbsp;[% terms.Bugs %]</a>
-        [% print_pipe = 1 %]
-      [% END %]
-
-      [% FOREACH q = user.queries %]
-        [% NEXT IF q.userid != user.id %]
-        [% IF q.link_in_footer %]
-          [% " | " IF print_pipe %]
-          <a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=
-                   [% q.name FILTER url_quote %]">[% q.name FILTER html FILTER no_break %]</a>
+  [% IF user.showmybugslink OR user.queries.size 
+        OR user.queries_subscribed.size 
+  %]
+    <li id="links-saved">
+      <div class="label">
+        Saved Searches:
+      </div>
+      <ul class="links">
+        [% IF user.showmybugslink %]
+          [% filtered_username = user.login FILTER url_quote %]
+          <li><a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a></li>
           [% print_pipe = 1 %]
         [% END %]
-      [% END %]
 
-      [% " <br> " IF print_pipe %]
-      [% print_pipe = 0 %]
-      [% FOREACH q = user.queries %]
-        [% NEXT IF q.userid == user.id %]
-        [% IF q.link_in_footer %]
-          [% " | " IF print_pipe %]
-          <a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=
-                   [% q.name FILTER url_quote %]&amp;sharer_id=
-                   [% q.userid FILTER url_quote %]"
-             class="shared"
-             title="Shared by [% q.user.identity FILTER html %]">[% q.name FILTER html FILTER no_break %]</a>
+        [% FOREACH q = user.queries %]
+          [% IF q.link_in_footer %]
+            <li>[% '<span class="separator">| </span>' IF print_pipe %]
+            <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]">[% q.name FILTER html %]</a></li>
+            [% print_pipe = 1 %]
+          [% END %]
+        [% END %]
+        [% new_line = print_pipe %]
+        [% print_pipe = 0 %]
+        [% FOREACH q = user.queries_subscribed %]
+          [% IF new_line %]
+            <br>
+            [% new_line = 0 %]
+          [% END %]
+          <li>
+            [% '<span class="separator">| </span>' IF print_pipe %]
+            <a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=
+                     [% q.name FILTER url_quote %]&amp;sharer_id=
+                     [% q.user.id FILTER url_quote %]"
+               class="shared"
+               title="Shared by [% q.user.identity FILTER html %]"
+               >[% q.name FILTER html FILTER no_break %]</a></li>
           [% print_pipe = 1 %]
         [% END %]
-      [% END %]
-    </div>
-  </div>
+      </ul>
+    </li>
+  [% END %]
 
   [%# Individual bugs addition %]
 
@@ -113,4 +140,4 @@
 
   [%# Sections of links to more things users can do on this installation. %]
   [% Hook.process("end") %]
-</div>
+</ul>
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 3fdc24d4d..b2a3624b2 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -198,6 +198,8 @@
       versions
     [% END %].
 
+    [% Hook.process("auth_failure") %]
+
   [% ELSIF error == "attachment_deletion_disabled" %]
     [% title = "Attachment Deletion Disabled" %]
     Attachment deletion is disabled on this installation.
@@ -311,33 +313,10 @@
     Product [% product FILTER html %] does not have a component
     named [% name FILTER html %].
 
-  [% ELSIF error == "customfield_already_exists" %]
-    [% title = "Field Already Exists" %]
-    The field '[% field.name FILTER html %]' ([% field.description FILTER html %])
-    already exists. Please choose another name.
-
-  [% ELSIF error == "customfield_invalid_name" %]
-    [% title = "Invalid Custom Field Name" %]
-    '[% name FILTER html %]' is not a valid name for a custom field.
-    A name may contain only letters, numbers, and the underscore character.
-
   [% ELSIF error == "customfield_nonexistent" %]
     [% title = "Unknown Custom Field" %]
     There is no custom field with the name '[% name FILTER html %]'.
 
-  [% ELSIF error == "customfield_invalid_sortkey" %]
-    [% title = "Invalid Sortkey for Field" %]
-    The sortkey [% sortkey FILTER html %] that you have provided for
-    the '[% name FILTER html %]' field is not a valid positive integer.
-
-  [% ELSIF error == "customfield_missing_description" %]
-    [% title = "Missing Description for Field" %]
-    You must enter a description for the '[% name FILTER html %]' field.
-
-  [% ELSIF error == "customfield_missing_name" %]
-    [% title = "Missing Name for Field" %]
-    You must enter a name for this field.
-
   [% ELSIF error == "dependency_loop_multi" %]
     [% title = "Dependency Loop Detected" %]
     The following [% terms.bug %](s) would appear on both the "depends on"
@@ -380,6 +359,10 @@
     [% title = "Email Address Confirmation Failed" %]
     Email address confirmation failed.
 
+  [% ELSIF error == "email_no_text_plain" %]
+    Your message did not contain any text.[% terms.Bugzilla %] does not
+    accept HTML-only email, or HTML email with attachments.
+
   [% ELSIF error == "empty_group_description" %]
     [% title = "The group description can not be empty" %]
     You must enter a description for the group.
@@ -395,6 +378,30 @@
     does not exist or you aren't authorized to
     enter [% terms.abug %] into it.
 
+  [% ELSIF error == "field_already_exists" %]
+    [% title = "Field Already Exists" %]
+    The field '[% field.name FILTER html %]'     
+    ([% field.description FILTER html %]) already exists. Please
+    choose another name.
+
+  [% ELSIF error == "field_invalid_name" %]
+    [% title = "Invalid Field Name" %]
+    '[% name FILTER html %]' is not a valid name for a field.
+    A name may contain only letters, numbers, and the underscore character.
+
+  [% ELSIF error == "field_invalid_sortkey" %]
+    [% title = "Invalid Sortkey for Field" %]
+    The sortkey [% sortkey FILTER html %] that you have provided for
+    this field is not a valid positive integer.
+
+  [% ELSIF error == "field_missing_description" %]
+    [% title = "Missing Description for Field" %]
+    You must enter a description for this field.
+
+  [% ELSIF error == "field_missing_name" %]
+    [% title = "Missing Name for Field" %]
+    You must enter a name for this field.
+
   [% ELSIF error == "fieldname_invalid" %]
     [% title = "Specified Field Does Not Exist" %]
     The field '[% field FILTER html %]' does not exist or 
@@ -474,7 +481,7 @@
       and then insert the URL to it in a comment, or in the URL field
       for this [% terms.bug %].
     [% END %]
-    <p>Alternately, if your attachment is an image, you could convert
+    <br>Alternately, if your attachment is an image, you could convert
     it to a compressible format like JPG or PNG and try again.
 
   [% ELSIF error == "flag_not_multiplicable" %]
@@ -499,7 +506,7 @@
     You asked [% requestee.identity FILTER html %]
     for <code>[% flag_type.name FILTER html %]</code> on [% terms.bug %] 
     [%+ bug_id FILTER html -%]
-    [% IF attach_id > 0 %], attachment [% attach_id FILTER html %][% END %],
+    [% IF attach_id && attach_id > 0 %], attachment [% attach_id FILTER html %][% END %],
     but that [% terms.bug %] has been restricted to users in certain groups, 
     and the user you asked isn't in all the groups to which 
     the [% terms.bug %] has been restricted.
@@ -731,10 +738,6 @@
       [% END %]
       You must enter a valid [% terms.bug %] number!
     [% END %]
-    <noscript>
-      If you are trying to use QuickSearch, you need to enable
-      JavaScript in your browser.
-    </noscript>
 
   [% ELSIF error == "invalid_changedsince" %]
     [% title = "Invalid 'Changed Since'" %]
@@ -912,11 +915,11 @@
     [% title = "Missing Component" %]
     [% admindocslinks = {'products.html'   => 'Administering products',
                          'components.html' => 'Creating a component'} %]
-    Sorry, the product <em>[% product FILTER html %]</em>
+    Sorry, the product <em>[% product.name FILTER html %]</em>
     has to have at least one component in order for you to
     enter [% terms.abug %] into it.<br>
-    [% IF user.in_group("editcomponents") %]
-      <a href="editcomponents.cgi?action=add&amp;product=[% product FILTER url_quote %]">Create
+    [% IF user.in_group("editcomponents", product.id) %]
+      <a href="editcomponents.cgi?action=add&amp;product=[% product.name FILTER url_quote %]">Create
       a new component</a>.
     [% ELSE %]
       Please contact [% Param("maintainer") %] and ask them
@@ -984,11 +987,11 @@
   [% ELSIF error == "missing_version" %]
     [% title = "Missing Version" %]
     [% admindocslinks = {'versions.html' => 'Defining versions'} %]
-    Sorry, the product <em>[% product FILTER html %]</em>
+    Sorry, the product <em>[% product.name FILTER html %]</em>
     has to have at least one version in order for you to
-    enter [% terms.abug %] into it.<p>
-    [% IF user.in_group("editcomponents") %]
-      <a href="editversions.cgi?action=add&amp;product=[% product FILTER url_quote %]">Create
+    enter [% terms.abug %] into it.<br>
+    [% IF user.in_group("editcomponents", product.id) %]
+      <a href="editversions.cgi?action=add&amp;product=[% product.name FILTER url_quote %]">Create
       a new version</a>.
     [% ELSE %]
       Please contact [% Param("maintainer") %] and ask them
@@ -1133,6 +1136,10 @@
     Patches cannot be more than [% Param('maxpatchsize') %] KB in size.
     Try breaking your patch into several pieces.
 
+  [% ELSIF error == "product_access_denied" %]
+    Either the product '[% product FILTER html %]' does not exist or
+    you don't have access to it.
+
   [% ELSIF error == "product_doesnt_exist" %]
     [% title = "Specified Product Does Not Exist" %]
     The product '[% product FILTER html %]' does not exist.
@@ -1208,7 +1215,7 @@
     [% title = BLOCK %]Product closed for [% terms.Bugs %] Entry[% END %]
     [% admindocslinks = {'products.html' => 'Administering products'} %]
     Sorry, entering [% terms.bugs %] into the
-    product <em>[% product FILTER html %]</em> has been disabled.
+    product <em>[% product.name FILTER html %]</em> has been disabled.
 
   [% ELSIF error == "product_edit_denied" %]
     [% title = "Product Edit Access Denied" %]
@@ -1244,6 +1251,14 @@
     No product specified when trying to edit components, milestones, versions
     or product.
 
+  [% ELSIF error == "query_name_exists" %]
+    [% title = "Search Name Already In Use" %]
+    The name <em>[% name FILTER html %]</em> is already used by another
+    saved search. You first have to
+    <a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
+    [%- name FILTER url_quote %]">delete</a> it if you really want to use
+    this name.
+
   [% ELSIF error == "query_name_missing" %]
     [% title = "No Search Name Specified" %]
     [% docslinks = {'list.html' => "About $terms.bug lists"} %]
@@ -1352,15 +1367,15 @@
     [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
     You may only use at most [% max FILTER html %] votes for a single
     [%+ terms.bug %] in the
-    <tt>[% prod FILTER html %]</tt> product, but you are trying to
+    <tt>[% product FILTER html %]</tt> product, but you are trying to
     use [% votes FILTER html %].
 
   [% ELSIF error == "too_many_votes_for_product" %]
     [% title = "Illegal Vote" %]
     [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
-    You tried to use [% votes FILTER html %] votes,
-    which exceeds the [% max FILTER html %] vote per [% terms.bug %] limit
-    for the <tt>[% prod FILTER html %]</tt> product.
+    You tried to use [% votes FILTER html %] votes in the
+    <tt>[% product FILTER html %]</tt> product, which exceeds the maximum of
+    [%+ max FILTER html %] votes for this product.
 
   [% ELSIF error == "token_inexistent" %]
     [% title = "Token Does Not Exist" %]
@@ -1532,7 +1547,7 @@
                   
     [% FOREACH q = Bugzilla.user.queries %]
       [% IF q.name == namedcmd %]
-        or <a href="query.cgi?[% q.query FILTER html %]">edit</a>
+        or <a href="query.cgi?[% q.url FILTER html %]">edit</a>
       [% END %]
     [% END %]
     
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index 61f724b41..9c3a88b2f 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -31,8 +31,8 @@
 
 [% PROCESS global/header.html.tmpl
    title = "$terms.Bugzilla Main Page"
-   h1 = "Main Page" 
-   h3 = "version $constants.BUGZILLA_VERSION"
+   header = "Main Page" 
+   header_addl_info = "version $constants.BUGZILLA_VERSION"
    style_urls = [ 'skins/standard/index.css' ]
    onload = 'document.forms[\'f\'].quicksearch.focus();'
 %]
diff --git a/template/en/default/list/CVS/Entries b/template/en/default/list/CVS/Entries
index a795234ad..9b03509e1 100644
--- a/template/en/default/list/CVS/Entries
+++ b/template/en/default/list/CVS/Entries
@@ -1,13 +1,13 @@
-/change-columns.html.tmpl/1.13/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_3
-/edit-multiple.html.tmpl/1.39/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_3
-/list-simple.html.tmpl/1.10/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_3
-/list.atom.tmpl/1.1/Tue Feb 21 00:06:05 2006//TBUGZILLA-2_23_3
-/list.csv.tmpl/1.5/Wed Jul 20 02:14:26 2005//TBUGZILLA-2_23_3
-/list.html.tmpl/1.51/Mon Oct  2 23:47:07 2006//TBUGZILLA-2_23_3
-/list.ics.tmpl/1.5/Mon Jul  3 08:53:27 2006//TBUGZILLA-2_23_3
-/list.js.tmpl/1.2/Sat Nov  8 18:04:36 2003//TBUGZILLA-2_23_3
-/list.rdf.tmpl/1.5/Thu Aug  4 11:51:24 2005//TBUGZILLA-2_23_3
-/quips.html.tmpl/1.18/Mon Sep  4 16:21:49 2006//TBUGZILLA-2_23_3
-/server-push.html.tmpl/1.6/Wed Oct 26 16:52:28 2005//TBUGZILLA-2_23_3
-/table.html.tmpl/1.30/Mon Oct  2 23:20:00 2006//TBUGZILLA-2_23_3
+/change-columns.html.tmpl/1.13/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_4
+/edit-multiple.html.tmpl/1.39/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_4
+/list-simple.html.tmpl/1.10/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_4
+/list.atom.tmpl/1.2/Fri Feb  2 21:40:06 2007//TBUGZILLA-2_23_4
+/list.csv.tmpl/1.5/Wed Jul 20 02:14:26 2005//TBUGZILLA-2_23_4
+/list.html.tmpl/1.52/Wed Dec 27 20:19:50 2006//TBUGZILLA-2_23_4
+/list.ics.tmpl/1.5/Mon Jul  3 08:53:27 2006//TBUGZILLA-2_23_4
+/list.js.tmpl/1.2/Sat Nov  8 18:04:36 2003//TBUGZILLA-2_23_4
+/list.rdf.tmpl/1.5/Thu Aug  4 11:51:24 2005//TBUGZILLA-2_23_4
+/quips.html.tmpl/1.19/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/server-push.html.tmpl/1.6/Wed Oct 26 16:52:28 2005//TBUGZILLA-2_23_4
+/table.html.tmpl/1.32/Fri Oct 20 15:50:58 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/list/CVS/Tag b/template/en/default/list/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/list/CVS/Tag
+++ b/template/en/default/list/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/list/list.atom.tmpl b/template/en/default/list/list.atom.tmpl
index 367f2858f..837c70b9a 100644
--- a/template/en/default/list/list.atom.tmpl
+++ b/template/en/default/list/list.atom.tmpl
@@ -62,23 +62,23 @@
       <tr>
         <th>Field</th><th>Value</th>
       </tr><tr>
-        <td>[% columns.opendate.title FILTER none %]</td>
-        <td>[% bug.opendate FILTER none %]</td>
+        <td>[% columns.opendate.title FILTER html %]</td>
+        <td>[% bug.opendate FILTER html %]</td>
       </tr><tr>
-        <td>[% columns.assigned_to_realname.title FILTER none %]</td>
-        <td>[% bug.assigned_to_realname FILTER none %]</td>
+        <td>[% columns.assigned_to_realname.title FILTER html %]</td>
+        <td>[% bug.assigned_to_realname FILTER html %]</td>
       </tr><tr>
-        <td>[% columns.priority.title FILTER none %]</td>
-        <td>[% bug.priority FILTER none %]</td>
+        <td>[% columns.priority.title FILTER html %]</td>
+        <td>[% bug.priority FILTER html %]</td>
       </tr><tr>
-        <td>[% columns.bug_severity.title FILTER none %] </td>
-        <td>[% bug.bug_severity FILTER none %]</td>
+        <td>[% columns.bug_severity.title FILTER html %] </td>
+        <td>[% bug.bug_severity FILTER html %]</td>
       </tr><tr>
-        <td>[% columns.bug_status.title FILTER none %]</td>
-        <td>[% bug.bug_status FILTER none %]</td>
+        <td>[% columns.bug_status.title FILTER html %]</td>
+        <td>[% bug.bug_status FILTER html %]</td>
       </tr><tr>
-        <td>[% columns.changeddate.title FILTER none %]</td>
-        <td>[% bug.changeddate FILTER none -%]</td>
+        <td>[% columns.changeddate.title FILTER html %]</td>
+        <td>[% bug.changeddate FILTER html -%]</td>
       </tr>
       </table>
       [% END %]
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index ac022dc20..a12c39a9e 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -228,7 +228,7 @@
 
 [% IF cgi.param('product').size == 1 && cgi.param('product') != "" %]
   <p>
-    <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">Fill
+    <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">File
       a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product</a>
   </p>
 [% END %]
diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl
index a752dce5f..32529f4cc 100644
--- a/template/en/default/list/quips.html.tmpl
+++ b/template/en/default/list/quips.html.tmpl
@@ -31,7 +31,7 @@
 
 [% PROCESS global/header.html.tmpl
            title = "$terms.Bugzilla Quip System"
-           h1 = "Add your own clever headline"
+           header = "Add your own clever headline"
  %]
 
 [% IF added_quip %]
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index b025cd14a..2918007c1 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -160,7 +160,8 @@
     [% tableheader %]
   [% END %]
 
-  <tr class="bz_[% bug.bug_severity FILTER css_class_quote -%]
+  <tr class="bz_bugitem
+             bz_[% bug.bug_severity FILTER css_class_quote -%]
              bz_[% bug.priority FILTER css_class_quote -%]
              bz_[% bug.bug_status FILTER css_class_quote -%]
              [%+ "bz_$bug.resolution" FILTER css_class_quote IF bug.resolution -%]
@@ -168,7 +169,6 @@
              [%+ "bz_secure_mode_$bug.secure_mode" FILTER css_class_quote IF bug.secure_mode -%]
              [%+ count % 2 == 1 ? "bz_row_odd" : "bz_row_even" -%]
              ">
-             
 
     [% IF dotweak %]
     <td>
@@ -176,7 +176,8 @@
     </td>
     [% END %]
     <td class="first-child">
-      <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
+      <a name="b[% bug.bug_id %]"
+         href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a>
       <span style="display: none">[%+ '[SEC]' IF bug.secure_mode %]</span>
     </td>
 
diff --git a/template/en/default/pages/CVS/Entries b/template/en/default/pages/CVS/Entries
index 2245a4575..995d16872 100644
--- a/template/en/default/pages/CVS/Entries
+++ b/template/en/default/pages/CVS/Entries
@@ -1,9 +1,9 @@
-/bug-writing.html.tmpl/1.6/Tue Sep 26 11:29:29 2006//TBUGZILLA-2_23_3
-/fields.html.tmpl/1.8/Thu Jul 13 18:00:42 2006//TBUGZILLA-2_23_3
-/linked.html.tmpl/1.8/Wed Feb  9 17:30:20 2005//TBUGZILLA-2_23_3
-/linkify.html.tmpl/1.8/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_3
-/quicksearch.html.tmpl/1.2/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_3
-/quicksearchhack.html.tmpl/1.3/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_3
-/sudo.html.tmpl/1.1/Fri Nov  4 16:11:46 2005//TBUGZILLA-2_23_3
-/voting.html.tmpl/1.2/Thu Mar 18 16:21:57 2004//TBUGZILLA-2_23_3
+/bug-writing.html.tmpl/1.6/Tue Sep 26 11:29:29 2006//TBUGZILLA-2_23_4
+/fields.html.tmpl/1.9/Sun Jan  7 23:56:10 2007//TBUGZILLA-2_23_4
+/linked.html.tmpl/1.8/Wed Feb  9 17:30:20 2005//TBUGZILLA-2_23_4
+/linkify.html.tmpl/1.8/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_4
+/quicksearch.html.tmpl/1.2/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_4
+/quicksearchhack.html.tmpl/1.3/Wed Jul 12 12:21:42 2006//TBUGZILLA-2_23_4
+/sudo.html.tmpl/1.1/Fri Nov  4 16:11:46 2005//TBUGZILLA-2_23_4
+/voting.html.tmpl/1.3/Thu Dec 28 17:56:00 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/pages/CVS/Tag b/template/en/default/pages/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/pages/CVS/Tag
+++ b/template/en/default/pages/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 7a41801f4..6b77f8b2e 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -251,7 +251,7 @@ 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.) 
+<b>P5</b> (least important). 
 
 
 <h2><a name="rep_platform">Platform</a></h2>
diff --git a/template/en/default/pages/voting.html.tmpl b/template/en/default/pages/voting.html.tmpl
index f1d768307..bec38b4ae 100644
--- a/template/en/default/pages/voting.html.tmpl
+++ b/template/en/default/pages/voting.html.tmpl
@@ -25,13 +25,18 @@
 
 <p>[% terms.Bugzilla %] has a "voting" feature. Each product allows users to 
 have a certain number of votes. (Some products may not allow any, which means 
-you can't vote on things in that product at all.) With your vote, you indicate
-which [% terms.bugs %] you think are the most important to be fixed.</p>
+you can't vote on things in those products at all.) With your vote, you 
+indicate which [% terms.bugs %] you think are the most important and 
+would like to see fixed. Note that voting is nowhere near as effective 
+as providing a fix yourself.</p>
 
 <p>Depending on how the administrator has configured the relevant product,
-you may be able to vote for the same [% terms.bug %] more than one time. But 
-remember, you only have so many votes to use in total! So, you can either vote 
-a little for many [% terms.bugs %], or vote a lot for a few [% terms.bugs %].
+you may be able to vote for the same [% terms.bug %] more than once.
+Remember that you have a limited number of votes. When weighted voting 
+is allowed and a limited number of votes are available to you, you will 
+have to decide whether you want to distribute your votes among a large 
+number of [% terms.bugs %] indicating your minimal interest or focus on 
+a few [% terms.bugs %] indicating your strong support for them.
 </p>
 
 <p>To look at votes:</p>
diff --git a/template/en/default/reports/CVS/Entries b/template/en/default/reports/CVS/Entries
index ba0017419..cb92e678a 100644
--- a/template/en/default/reports/CVS/Entries
+++ b/template/en/default/reports/CVS/Entries
@@ -1,24 +1,24 @@
-/chart.csv.tmpl/1.2/Wed Jul 20 02:14:34 2005//TBUGZILLA-2_23_3
-/chart.html.tmpl/1.2/Sun Jan 18 18:39:30 2004//TBUGZILLA-2_23_3
-/chart.png.tmpl/1.4/Thu Dec 29 23:56:32 2005//TBUGZILLA-2_23_3
-/components.html.tmpl/1.12/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_3
-/create-chart.html.tmpl/1.14/Mon Sep  4 16:21:49 2006//TBUGZILLA-2_23_3
-/duplicates-simple.html.tmpl/1.4/Sun Jan 18 18:39:30 2004//TBUGZILLA-2_23_3
-/duplicates-table.html.tmpl/1.13/Sun Sep 10 13:33:02 2006//TBUGZILLA-2_23_3
-/duplicates.html.tmpl/1.17/Sat Oct 14 20:48:48 2006//TBUGZILLA-2_23_3
-/duplicates.rdf.tmpl/1.2/Thu Aug  4 11:51:25 2005//TBUGZILLA-2_23_3
-/edit-series.html.tmpl/1.5/Thu Feb 12 22:32:57 2004//TBUGZILLA-2_23_3
-/keywords.html.tmpl/1.9/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_3
-/menu.html.tmpl/1.7/Mon Sep  4 16:21:49 2006//TBUGZILLA-2_23_3
-/old-charts.html.tmpl/1.1/Thu Aug  3 17:54:04 2006//TBUGZILLA-2_23_3
-/report-bar.png.tmpl/1.6/Thu Jul 13 18:00:42 2006//TBUGZILLA-2_23_3
-/report-line.png.tmpl/1.7/Thu Jul 13 18:00:42 2006//TBUGZILLA-2_23_3
-/report-pie.png.tmpl/1.5/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_3
-/report-simple.html.tmpl/1.1/Mon Mar 14 16:24:03 2005//TBUGZILLA-2_23_3
-/report-table.csv.tmpl/1.9/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_3
-/report-table.html.tmpl/1.13/Fri Aug 18 17:43:41 2006//TBUGZILLA-2_23_3
-/report.csv.tmpl/1.2/Mon Jan  6 07:54:22 2003//TBUGZILLA-2_23_3
-/report.html.tmpl/1.11/Fri Aug 18 17:43:41 2006//TBUGZILLA-2_23_3
-/series-common.html.tmpl/1.4/Tue Apr 18 07:58:51 2006//TBUGZILLA-2_23_3
-/series.html.tmpl/1.8/Mon Sep  4 16:21:49 2006//TBUGZILLA-2_23_3
+/chart.csv.tmpl/1.2/Wed Jul 20 02:14:34 2005//TBUGZILLA-2_23_4
+/chart.html.tmpl/1.3/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/chart.png.tmpl/1.4/Thu Dec 29 23:56:32 2005//TBUGZILLA-2_23_4
+/components.html.tmpl/1.12/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_4
+/create-chart.html.tmpl/1.15/Mon Jan  8 00:56:45 2007//TBUGZILLA-2_23_4
+/duplicates-simple.html.tmpl/1.4/Sun Jan 18 18:39:30 2004//TBUGZILLA-2_23_4
+/duplicates-table.html.tmpl/1.13/Sun Sep 10 13:33:02 2006//TBUGZILLA-2_23_4
+/duplicates.html.tmpl/1.17/Sat Oct 14 20:48:48 2006//TBUGZILLA-2_23_4
+/duplicates.rdf.tmpl/1.2/Thu Aug  4 11:51:25 2005//TBUGZILLA-2_23_4
+/edit-series.html.tmpl/1.6/Tue Oct 17 19:58:38 2006//TBUGZILLA-2_23_4
+/keywords.html.tmpl/1.9/Sat Oct 14 20:26:54 2006//TBUGZILLA-2_23_4
+/menu.html.tmpl/1.7/Mon Sep  4 16:21:49 2006//TBUGZILLA-2_23_4
+/old-charts.html.tmpl/1.1/Thu Aug  3 17:54:04 2006//TBUGZILLA-2_23_4
+/report-bar.png.tmpl/1.6/Thu Jul 13 18:00:42 2006//TBUGZILLA-2_23_4
+/report-line.png.tmpl/1.7/Thu Jul 13 18:00:42 2006//TBUGZILLA-2_23_4
+/report-pie.png.tmpl/1.5/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_4
+/report-simple.html.tmpl/1.1/Mon Mar 14 16:24:03 2005//TBUGZILLA-2_23_4
+/report-table.csv.tmpl/1.9/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_4
+/report-table.html.tmpl/1.13/Fri Aug 18 17:43:41 2006//TBUGZILLA-2_23_4
+/report.csv.tmpl/1.2/Mon Jan  6 07:54:22 2003//TBUGZILLA-2_23_4
+/report.html.tmpl/1.13/Sun Oct 22 22:32:01 2006//TBUGZILLA-2_23_4
+/series-common.html.tmpl/1.4/Tue Apr 18 07:58:51 2006//TBUGZILLA-2_23_4
+/series.html.tmpl/1.8/Mon Sep  4 16:21:49 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/reports/CVS/Tag b/template/en/default/reports/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/reports/CVS/Tag
+++ b/template/en/default/reports/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/reports/chart.html.tmpl b/template/en/default/reports/chart.html.tmpl
index 8547c3592..821b6b0b6 100644
--- a/template/en/default/reports/chart.html.tmpl
+++ b/template/en/default/reports/chart.html.tmpl
@@ -28,7 +28,7 @@
 
 [% PROCESS global/header.html.tmpl 
   title = "Chart"
-  h3 = time2str("%Y-%m-%d %H:%M:%S", time)
+  header_addl_info = time2str("%Y-%m-%d %H:%M:%S", time)
 %]
 
 <div align="center">
diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl
index ee446b1c9..7001d2c9a 100644
--- a/template/en/default/reports/create-chart.html.tmpl
+++ b/template/en/default/reports/create-chart.html.tmpl
@@ -189,7 +189,7 @@ function subcatSelected() {
 
             <td align="center">
               [% IF user.id == series.creator OR user.in_group("admin") %]
-               <a href="chart.cgi?action=edit&series_id=
+               <a href="chart.cgi?action=edit&amp;series_id=
                        [% series.series_id %]">Edit</a> |
               [% END %]
               <a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl
index 4d3526e3c..690e24305 100644
--- a/template/en/default/reports/edit-series.html.tmpl
+++ b/template/en/default/reports/edit-series.html.tmpl
@@ -20,7 +20,7 @@
   #%]
 
 [% title = "Edit Series" %]
-[% h2 = BLOCK %]
+[% subheader = BLOCK %]
   [% default.category FILTER html %] / 
   [%+ default.subcategory FILTER html %] /
   [%+ default.name FILTER html %]
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl
index cf4dda827..06acaf422 100644
--- a/template/en/default/reports/report.html.tmpl
+++ b/template/en/default/reports/report.html.tmpl
@@ -29,6 +29,7 @@
   # format: string. Format of the individual reports.
   # width: integer. For image charts, height of the image.
   # height: integer. For image charts, width of the image.
+  # imagebase: string. Base URL for chart image.
   # switchbase: string. Base URL for format switching.
   # cumulate: boolean. For bar/line charts, whether to cumulate data sets.
   #%]
@@ -74,7 +75,7 @@
     .t4     { background-color: #c3d3ed } /* darker blue */
     .ttotal { background-color: #cfffdf } /* light green */
   "
-  h3 = time2str("%Y-%m-%d %H:%M:%S", time)
+  header_addl_info = time2str("%Y-%m-%d %H:%M:%S", time)
 %]
 
 [% IF debug %]
@@ -97,7 +98,7 @@
         <h2>[% tbl_disp FILTER html %]</h2>
       [% END %]
       
-      [% imageurl = BLOCK %]report.cgi?[% imagebase %]&amp;format=
+      [% imageurl = BLOCK %]report.cgi?[% imagebase FILTER html %]&amp;format=
         [% format FILTER url_quote %]&amp;ctype=png&amp;action=plot&amp;
         [% IF tbl_field %]
           [% IF tbl != "-total-" %]
diff --git a/template/en/default/request/CVS/Entries b/template/en/default/request/CVS/Entries
index 40d57f7f7..96d914ae1 100644
--- a/template/en/default/request/CVS/Entries
+++ b/template/en/default/request/CVS/Entries
@@ -1,3 +1,3 @@
-/email.txt.tmpl/1.13/Thu Jul  6 02:18:28 2006//TBUGZILLA-2_23_3
-/queue.html.tmpl/1.17/Wed Aug 16 20:56:44 2006//TBUGZILLA-2_23_3
+/email.txt.tmpl/1.14/Fri Oct 20 21:22:56 2006//TBUGZILLA-2_23_4
+/queue.html.tmpl/1.17/Wed Aug 16 20:56:44 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/request/CVS/Tag b/template/en/default/request/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/request/CVS/Tag
+++ b/template/en/default/request/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl
index ac6de50ad..76267e3a0 100644
--- a/template/en/default/request/email.txt.tmpl
+++ b/template/en/default/request/email.txt.tmpl
@@ -36,9 +36,10 @@
   [% END %]
   [% subject_status = statuses.${flag.status} %]
 [% END %]
-From: bugzilla-request-daemon
+From: [% Param('mailfrom') %]
 To: [% to %]
 Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %] [%+ bug.bug_id %]] [% bug.short_desc %]
+X-Bugzilla-Type: request
 [%- IF attachment %] :
   [Attachment [% attachment.id %]] [% attachment.description %][% END %]
 
diff --git a/template/en/default/search/CVS/Entries b/template/en/default/search/CVS/Entries
index b783a05c0..d951f638e 100644
--- a/template/en/default/search/CVS/Entries
+++ b/template/en/default/search/CVS/Entries
@@ -1,13 +1,13 @@
-/boolean-charts.html.tmpl/1.14/Wed Jul 12 12:21:43 2006//TBUGZILLA-2_23_3
-/form.html.tmpl/1.43/Mon Sep  4 16:21:49 2006//TBUGZILLA-2_23_3
-/knob.html.tmpl/1.18/Wed Jul 12 12:21:43 2006//TBUGZILLA-2_23_3
-/search-advanced.html.tmpl/1.26/Sun Aug 13 23:31:29 2006//TBUGZILLA-2_23_3
-/search-create-series.html.tmpl/1.12/Tue May 23 00:20:17 2006//TBUGZILLA-2_23_3
-/search-help.html.tmpl/1.7/Fri Apr 14 16:27:43 2006//TBUGZILLA-2_23_3
-/search-plugin.xml.tmpl/1.1/Thu Sep 28 22:15:08 2006//TBUGZILLA-2_23_3
-/search-report-graph.html.tmpl/1.9/Wed Jul 12 12:21:43 2006//TBUGZILLA-2_23_3
-/search-report-select.html.tmpl/1.6/Wed Mar  9 17:17:53 2005//TBUGZILLA-2_23_3
-/search-report-table.html.tmpl/1.11/Sun Sep  3 20:41:20 2006//TBUGZILLA-2_23_3
-/search-specific.html.tmpl/1.16/Wed Jul 12 12:21:43 2006//TBUGZILLA-2_23_3
-/tabs.html.tmpl/1.5/Sat Jul 30 00:41:10 2005//TBUGZILLA-2_23_3
+/boolean-charts.html.tmpl/1.15/Sat Dec 30 00:45:07 2006//TBUGZILLA-2_23_4
+/form.html.tmpl/1.46/Thu Dec 28 00:36:30 2006//TBUGZILLA-2_23_4
+/knob.html.tmpl/1.19/Fri Dec 29 20:55:08 2006//TBUGZILLA-2_23_4
+/search-advanced.html.tmpl/1.28/Sun Jan  7 23:58:22 2007//TBUGZILLA-2_23_4
+/search-create-series.html.tmpl/1.12/Tue May 23 00:20:17 2006//TBUGZILLA-2_23_4
+/search-help.html.tmpl/1.8/Thu Oct 19 19:32:23 2006//TBUGZILLA-2_23_4
+/search-plugin.xml.tmpl/1.1/Thu Sep 28 22:15:08 2006//TBUGZILLA-2_23_4
+/search-report-graph.html.tmpl/1.9/Wed Jul 12 12:21:43 2006//TBUGZILLA-2_23_4
+/search-report-select.html.tmpl/1.6/Wed Mar  9 17:17:53 2005//TBUGZILLA-2_23_4
+/search-report-table.html.tmpl/1.11/Sun Sep  3 20:41:20 2006//TBUGZILLA-2_23_4
+/search-specific.html.tmpl/1.19/Thu Dec 21 20:34:07 2006//TBUGZILLA-2_23_4
+/tabs.html.tmpl/1.6/Tue Oct 17 19:58:39 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/search/CVS/Tag b/template/en/default/search/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/search/CVS/Tag
+++ b/template/en/default/search/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl
index 6f63f64bb..90234d2b4 100644
--- a/template/en/default/search/boolean-charts.html.tmpl
+++ b/template/en/default/search/boolean-charts.html.tmpl
@@ -52,7 +52,7 @@
 
 [%# Whoever wrote the original version of boolean charts had a seriously twisted mind %]
 
-[% jsmagic = "onclick=\"document.forms[0].action='query.cgi#chart'; document.forms[0].method='POST'; return 1;\"" %]
+[% jsmagic = "onclick=\"this.form.action='query.cgi#chart'; this.form.method='POST'; return 1;\"" %]
 
 [% FOREACH chart = default.charts %]
   [% chartnum = loop.count - 1 %]
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index d7b7715fd..3326e7ee0 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -44,8 +44,8 @@ var tms = new Array();
 [% FOREACH c = classification %]
   prods[[% nclass FILTER js %]] = [
     [% sep = '' %]
-    [%- FOREACH item = c.products -%]
-      [%- IF user.can_see_product(item.name) -%]
+    [%- FOREACH item = user.get_selectable_products(c.id) -%]
+      [%- IF item.components.size -%]
         [%- sep FILTER js %]'[% item.name FILTER js %]'
         [%- sep = ',' -%] 
       [%- END -%]
@@ -58,7 +58,7 @@ var tms = new Array();
 
 [% n = 0 %]
 [% FOREACH p = product %]
-  [% IF Param('useclassification') %]
+  [% IF Param('useclassification') && p.components.size %]
   prods['[% p.name FILTER js %]'] = [% n %]
   [% END %]
   cpts[[% n %]] = [
@@ -87,7 +87,9 @@ function doOnSelectProduct(selectmode) {
     var milestone = (typeof(f.target_milestone) == "undefined" ? 
                                                null : f.target_milestone);
     if (selectmode == 0) {
-        if (useclassification) {
+        // If there is no classification selected, give us a chance to fill
+        // the select fields with values from the possibly selected product.
+        if (useclassification && f.classification.selectedIndex > -1) {
             selectClassification(f.classification, f.product, f.component, f.version, milestone);
         } else {
             selectProduct(f.product, f.component, f.version, milestone);
@@ -193,9 +195,11 @@ function doOnSelectProduct(selectmode) {
                   <select name="product" multiple="multiple" size="5" id="product"
                           onchange="doOnSelectProduct(2);">
                     [% FOREACH p = product %]
+                      [% IF p.components.size %]
                       <option value="[% p.name FILTER html %]"
                         [% " selected" IF lsearch(default.product, p.name) != -1 %]>
                         [% p.name FILTER html %]</option>
+                      [% END %]
                     [% END %]
                   </select>
                 </td>
diff --git a/template/en/default/search/knob.html.tmpl b/template/en/default/search/knob.html.tmpl
index 407683747..58c83fdef 100644
--- a/template/en/default/search/knob.html.tmpl
+++ b/template/en/default/search/knob.html.tmpl
@@ -57,8 +57,11 @@
   <input type="submit" id="[% button_name FILTER html %]"
          value="[% button_name FILTER html %]">
   [% IF known_name %]
-    <input type="hidden" name="query_based_on" 
-           value="[% known_name FILTER html %]">
+    [%# We store known_name in case the user add a boolean chart. %]
+    <input type="hidden" name="known_name" value="[% known_name FILTER html %]">
+
+    [%# The name of the existing query will be passed to buglist.cgi. %]
+    <input type="hidden" name="query_based_on" value="[% known_name FILTER html %]">
   [% END %]
 </p>
 
diff --git a/template/en/default/search/search-advanced.html.tmpl b/template/en/default/search/search-advanced.html.tmpl
index e746df09b..f3fb76bdd 100644
--- a/template/en/default/search/search-advanced.html.tmpl
+++ b/template/en/default/search/search-advanced.html.tmpl
@@ -37,7 +37,7 @@ var queryform = "queryform"
 
 [% PROCESS global/header.html.tmpl
   title = "Search for $terms.bugs"
-  h1 = ""
+  header = ""
   onload = "doOnSelectProduct(0); initHelp();"
   javascript = js_data
   javascript_urls = [ "js/productform.js" ]
@@ -46,7 +46,7 @@ var queryform = "queryform"
            }"
 %]
 
-[% PROCESS search/tabs.html.tmpl %]
+[% WRAPPER search/tabs.html.tmpl %]
 
 [% button_name = "Search" %]
 
@@ -54,7 +54,7 @@ var queryform = "queryform"
 [% IF NOT cgi.param("help") %]
   [% IF cgi.user_agent("Mozilla/5") %]
     <script type="text/javascript"> <!--
-      document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page.)<\/p>");
+      document.write("<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help<\/a> (reloads page).<\/p>");
       // -->
     </script>
   [% END %]
@@ -84,4 +84,6 @@ var queryform = "queryform"
 
 [% PROCESS "search/search-help.html.tmpl" IF cgi.param("help") %]
 
+[% END %]
+
 [% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/search/search-help.html.tmpl b/template/en/default/search/search-help.html.tmpl
index 4a0907be7..ef80fd39a 100644
--- a/template/en/default/search/search-help.html.tmpl
+++ b/template/en/default/search/search-help.html.tmpl
@@ -63,9 +63,9 @@
 { id => "keywords_type", 
   html => "The type of keyword search you would like" },   
 { id => "bug_status", 
-  html => "A $terms.bug may be in any of a number of states." },   
+  html => "$terms.Abug may be in any of a number of states." },
 { id => "resolution", 
-  html => "If a $terms.bug is in a resolved state, then one of these reasons 
+  html => "If $terms.abug is in a resolved state, then one of these reasons
            will<br>be given for its resolution." },   
 { id => "bug_severity", 
   html => "How severe the $terms.bug is, or whether it's an enhancement." },   
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl
index 8288b76e3..f92ea7bd5 100644
--- a/template/en/default/search/search-specific.html.tmpl
+++ b/template/en/default/search/search-specific.html.tmpl
@@ -23,10 +23,10 @@
 
 [% PROCESS global/header.html.tmpl 
   title = "Find a Specific " _ terms.Bug
-  h1 = ""
+  header = ''
 %]
 
-[% PROCESS search/tabs.html.tmpl %]
+[% WRAPPER search/tabs.html.tmpl %]
 
 <p>
 Find a specific [% terms.bug %] by entering words that describe it.  
@@ -73,8 +73,8 @@ for "crash secure SSL flash".
         [% IF Param('useclassification') %]
           [% FOREACH c = classification %]
             <optgroup label="[% c.name FILTER html %]">
-            [% FOREACH p = c.products %]
-              [% IF user.can_see_product(p.name) %]
+            [% FOREACH p = user.get_selectable_products(c.id) %]
+              [% IF p.components.size %]
                 <option value="[% p.name FILTER html %]"
                   [% " selected" IF lsearch(default.product, p.name) != -1 %]>
                   [% p.name FILTER html %]
@@ -116,5 +116,7 @@ for "crash secure SSL flash".
 </table>
 </form>
 
+[% END %]
+
 [% PROCESS global/footer.html.tmpl %]
 
diff --git a/template/en/default/search/tabs.html.tmpl b/template/en/default/search/tabs.html.tmpl
index 00358cb59..2fe05fa84 100644
--- a/template/en/default/search/tabs.html.tmpl
+++ b/template/en/default/search/tabs.html.tmpl
@@ -24,10 +24,14 @@
   # This template has no interface.
   #%]
 
-[% PROCESS global/tabs.html.tmpl
+[% WRAPPER global/tabs.html.tmpl
      tabs = [ { name => 'specific', label => "Find a Specific $terms.Bug",
                 link => "query.cgi?format=specific" },
               { name => 'advanced', label => "Advanced Search",
                 link => "query.cgi?format=advanced" } ]
      current_tab_name = query_format || format || "advanced"
 %]
+
+[% content %]
+
+[% END %]
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl
index 9ad50e07b..6742889da 100644
--- a/template/en/default/sidebar.xul.tmpl
+++ b/template/en/default/sidebar.xul.tmpl
@@ -94,7 +94,7 @@ function normal_keypress_handler( aEvent ) {
   [%- IF user.groups.bz_canusewhines %]
       <text class="text-link" onclick="load_relative_url('editwhines.cgi')" value="edit whining"/>
   [%- END %]
-  [%- IF user.groups.tweakparams %]
+  [%- IF user.groups.editcomponents %]
       <text class="text-link" onclick="load_relative_url('sanitycheck.cgi')" value="sanity check"/>
   [%- END %]
   [%- IF user.authorizer.can_logout %]
diff --git a/template/en/default/whine/CVS/Entries b/template/en/default/whine/CVS/Entries
index 28bc3be8f..d4997f491 100644
--- a/template/en/default/whine/CVS/Entries
+++ b/template/en/default/whine/CVS/Entries
@@ -1,5 +1,5 @@
-/mail.html.tmpl/1.4/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_3
-/mail.txt.tmpl/1.4/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_3
-/multipart-mime.txt.tmpl/1.5/Tue Mar 14 23:01:23 2006//TBUGZILLA-2_23_3
-/schedule.html.tmpl/1.7/Sat Oct 14 22:02:13 2006//TBUGZILLA-2_23_3
+/mail.html.tmpl/1.4/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_4
+/mail.txt.tmpl/1.4/Thu Jul 13 18:00:43 2006//TBUGZILLA-2_23_4
+/multipart-mime.txt.tmpl/1.5/Tue Mar 14 23:01:23 2006//TBUGZILLA-2_23_4
+/schedule.html.tmpl/1.8/Thu Dec 28 17:57:50 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/default/whine/CVS/Tag b/template/en/default/whine/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/default/whine/CVS/Tag
+++ b/template/en/default/whine/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl
index 28fceabab..599498898 100644
--- a/template/en/default/whine/schedule.html.tmpl
+++ b/template/en/default/whine/schedule.html.tmpl
@@ -58,7 +58,7 @@
 </p>
 
 <p>
-  Queries come from saved searches, which are created by executing a <a
+  Searches come from saved searches, which are created by executing a <a
   href="query.cgi">search</a>, then telling [% terms.Bugzilla %] to remember
   the search under a particular name.  Add a query by clicking "Add a new
   query", and select the desired saved search name under "Search" and add a
@@ -219,10 +219,10 @@
 
     <tr>
       <td valign="top" align="right">
-        Queries:
+        Searches:
       </td>
       <td align="left" colspan="1">
-        No queries <br>
+        No searches <br>
         <input type="submit" value="Add a new query"
                name="add_query_[% event.key %]"
                id="add_query_[% event.key %]">
@@ -236,7 +236,7 @@
 
     <tr>
       <td valign="top" align="right">
-        Queries:
+        Searches:
       </td>
       <td align="left">
 
diff --git a/template/en/extension/CVS/Entries b/template/en/extension/CVS/Entries
index 68351dab7..6fb2588c4 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-2_23_3
+/filterexceptions.pl/1.2/Sat Feb 25 23:10:53 2006//TBUGZILLA-2_23_4
 D
diff --git a/template/en/extension/CVS/Tag b/template/en/extension/CVS/Tag
index 9c4fe8df5..94b1086f2 100644
--- a/template/en/extension/CVS/Tag
+++ b/template/en/extension/CVS/Tag
@@ -1 +1 @@
-NBUGZILLA-2_23_3
+NBUGZILLA-2_23_4
diff --git a/testserver.pl b/testserver.pl
index 9c12b9573..af4ba67e7 100755
--- a/testserver.pl
+++ b/testserver.pl
@@ -21,7 +21,13 @@
 use strict;
 use lib ".";
 
-use Bugzilla;
+BEGIN {
+    my $envpath = $ENV{'PATH'};
+    require Bugzilla;
+    # $ENV{'PATH'} is required by the 'ps' command to run correctly.
+    $ENV{'PATH'} = $envpath;
+}
+
 use Bugzilla::Constants;
 
 use Socket;
diff --git a/token.cgi b/token.cgi
index 282d2fcbb..e45f49fba 100755
--- a/token.cgi
+++ b/token.cgi
@@ -64,9 +64,8 @@ if ($cgi->param('t')) {
   $::token = $cgi->param('t');
   
   # Make sure the token contains only valid characters in the right amount.
-  # Validate password will throw an error if token is invalid
+  # validate_password will throw an error if token is invalid
   validate_password($::token);
-  trick_taint($::token); # Only used in placeholders
 
   Bugzilla::Token::CleanTokenTable();
 
@@ -102,8 +101,10 @@ if ($cgi->param('t')) {
 # If the user is requesting a password change, make sure they submitted
 # their login name and it exists in the database, and that the DB module is in
 # the list of allowed verification methods.
+my $login_name;
 if ( $::action eq 'reqpw' ) {
-    defined $cgi->param('loginname')
+    $login_name = $cgi->param('loginname');
+    defined $login_name
       || ThrowUserError("login_needed_for_password_change");
 
     # check verification methods
@@ -111,27 +112,25 @@ if ( $::action eq 'reqpw' ) {
         ThrowUserError("password_change_requests_not_allowed");
     }
 
-    # Make sure the login name looks like an email address.
-    validate_email_syntax($cgi->param('loginname'))
-      || ThrowUserError('illegal_email_address',
-                        {addr => $cgi->param('loginname')});
+    validate_email_syntax($login_name)
+        || ThrowUserError('illegal_email_address', {addr => $login_name});
 
-    my $loginname = $cgi->param('loginname');
-    trick_taint($loginname); # Used only in a placeholder
     my ($user_id) = $dbh->selectrow_array('SELECT userid FROM profiles WHERE ' .
                                           $dbh->sql_istrcmp('login_name', '?'),
-                                          undef, $loginname);
+                                          undef, $login_name);
     $user_id || ThrowUserError("account_inexistent");
 }
 
 # If the user is changing their password, make sure they submitted a new
 # password and that the new password is valid.
+my $password;
 if ( $::action eq 'chgpw' ) {
-    defined $cgi->param('password')
+    $password = $cgi->param('password');
+    defined $password
       && defined $cgi->param('matchpassword')
       || ThrowUserError("require_new_password");
 
-    validate_password($cgi->param('password'), $cgi->param('matchpassword'));
+    validate_password($password, $cgi->param('matchpassword'));
 }
 
 ################################################################################
@@ -143,13 +142,13 @@ if ( $::action eq 'chgpw' ) {
 # that variable and runs the appropriate code.
 
 if ($::action eq 'reqpw') { 
-    requestChangePassword(); 
+    requestChangePassword($login_name);
 } elsif ($::action eq 'cfmpw') { 
     confirmChangePassword(); 
 } elsif ($::action eq 'cxlpw') { 
     cancelChangePassword(); 
 } elsif ($::action eq 'chgpw') { 
-    changePassword(); 
+    changePassword($password);
 } elsif ($::action eq 'cfmem') {
     confirmChangeEmail();
 } elsif ($::action eq 'cxlem') {
@@ -176,7 +175,8 @@ exit;
 ################################################################################
 
 sub requestChangePassword {
-    Bugzilla::Token::IssuePasswordToken($cgi->param('loginname'));
+    my ($login_name) = @_;
+    Bugzilla::Token::IssuePasswordToken($login_name);
 
     $vars->{'message'} = "password_change_request";
 
@@ -203,11 +203,11 @@ sub cancelChangePassword {
 }
 
 sub changePassword {
+    my ($password) = @_;
     my $dbh = Bugzilla->dbh;
 
     # Create a crypted version of the new password
-    my $cryptedpassword = bz_crypt($cgi->param('password'));
-    trick_taint($cryptedpassword); # Used only in a placeholder
+    my $cryptedpassword = bz_crypt($password);
 
     # Get the user's ID from the tokens table.
     my ($userid) = $dbh->selectrow_array('SELECT userid FROM tokens
@@ -369,13 +369,13 @@ sub request_create_account {
 sub confirm_create_account {
     my (undef, undef, $login_name) = Bugzilla::Token::GetTokenData($::token);
 
-    validate_password($cgi->param('passwd1') || '', 
-                      $cgi->param('passwd2') || '');
+    my $password = $cgi->param('passwd1') || '';
+    validate_password($password, $cgi->param('passwd2') || '');
 
     my $otheruser = Bugzilla::User->create({
         login_name => $login_name, 
         realname   => $cgi->param('realname'), 
-        cryptpassword => $cgi->param('passwd1')});
+        cryptpassword => $password});
 
     # Now delete this token.
     delete_token($::token);
diff --git a/userprefs.cgi b/userprefs.cgi
index d06e486ef..564057ee8 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -39,7 +39,7 @@ local our $vars = {};
 ###############################################################################
 # Each panel has two functions - panel Foo has a DoFoo, to get the data 
 # necessary for displaying the panel, and a SaveFoo, to save the panel's 
-# contents from the form data (if appropriate.) 
+# contents from the form data (if appropriate). 
 # SaveFoo may be called before DoFoo.    
 ###############################################################################
 sub DoAccount {
@@ -100,7 +100,6 @@ sub SaveAccount {
 
             if ($cgi->param('Bugzilla_password') ne $pwd1) {
                 my $cryptedpassword = bz_crypt($pwd1);
-                trick_taint($cryptedpassword); # Only used in a placeholder
                 $dbh->do(q{UPDATE profiles
                               SET cryptpassword = ?
                             WHERE userid = ?},
@@ -129,7 +128,6 @@ sub SaveAccount {
             # Before changing an email address, confirm one does not exist.
             validate_email_syntax($new_login_name)
               || ThrowUserError('illegal_email_address', {addr => $new_login_name});
-            trick_taint($new_login_name);
             is_available_username($new_login_name)
               || ThrowUserError("account_exists", {email => $new_login_name});
 
@@ -203,7 +201,8 @@ sub DoEmail {
         my $watched_ref = $dbh->selectcol_arrayref(
             "SELECT profiles.login_name FROM watch INNER JOIN profiles" .
             " ON watch.watched = profiles.userid" .
-            " WHERE watcher = ?",
+            " WHERE watcher = ?" .
+            " ORDER BY profiles.login_name",
             undef, $user->id);
         $vars->{'watchedusers'} = $watched_ref;
 
@@ -371,7 +370,13 @@ sub DoPermissions {
             push(@set_bits, {"desc" => $desc, "name" => $nam});
         }
     }
-    
+
+    # If the user has product specific privileges, inform him about that.
+    foreach my $privs (PER_PRODUCT_PRIVILEGES) {
+        next if $user->in_group($privs);
+        $vars->{"local_$privs"} = $user->get_products_by_permission($privs);
+    }
+
     $vars->{'has_bits'} = \@has_bits;
     $vars->{'set_bits'} = \@set_bits;    
 }
@@ -380,30 +385,9 @@ sub DoPermissions {
 
 
 sub DoSavedSearches {
-    # 2004-12-13 - colin.ogilvie@gmail.com, bug 274397
-    # Need to work around the possibly missing query_format=advanced
     my $dbh = Bugzilla->dbh;
     my $user = Bugzilla->user;
 
-    my @queries = @{$user->queries};
-    my @newqueries;
-    foreach my $q (@queries) {
-        if ($q->{'query'} =~ /query_format=([^&]*)/) {
-            my $format = $1;
-            if (!IsValidQueryType($format)) {
-                if ($format eq "") {
-                    $q->{'query'} =~ s/query_format=/query_format=advanced/;
-                }
-                else {
-                    $q->{'query'} .= '&query_format=advanced';
-                }
-            }
-        } else {
-            $q->{'query'} .= '&query_format=advanced';
-        }
-        push @newqueries, $q;
-    }
-    $vars->{'queries'} = \@newqueries;
     if ($user->queryshare_groups_as_string) {
         $vars->{'queryshare_groups'} =
             Bugzilla::Group->new_from_list($user->queryshare_groups);
@@ -418,20 +402,12 @@ sub SaveSavedSearches {
     # We'll need this in a loop, so do the call once.
     my $user_id = $user->id;
 
-    my @queries = @{$user->queries};
-    my $sth_check_nl = $dbh->prepare('SELECT COUNT(*)
-                                        FROM namedqueries_link_in_footer
-                                       WHERE namedquery_id = ?
-                                         AND user_id = ?');
     my $sth_insert_nl = $dbh->prepare('INSERT INTO namedqueries_link_in_footer
                                        (namedquery_id, user_id)
                                        VALUES (?, ?)');
     my $sth_delete_nl = $dbh->prepare('DELETE FROM namedqueries_link_in_footer
                                              WHERE namedquery_id = ?
                                                AND user_id = ?');
-    my $sth_check_ngm = $dbh->prepare('SELECT COUNT(*)
-                                         FROM namedquery_group_map
-                                        WHERE namedquery_id = ?');
     my $sth_insert_ngm = $dbh->prepare('INSERT INTO namedquery_group_map
                                         (namedquery_id, group_id)
                                         VALUES (?, ?)');
@@ -440,83 +416,64 @@ sub SaveSavedSearches {
                                          WHERE namedquery_id = ?');
     my $sth_delete_ngm = $dbh->prepare('DELETE FROM namedquery_group_map
                                               WHERE namedquery_id = ?');
-    my $sth_direct_group_members =
-        $dbh->prepare('SELECT user_id
-                         FROM user_group_map
-                        WHERE group_id = ?
-                          AND isbless = ' . GROUP_MEMBERSHIP . '
-                          AND grant_type = ' . GRANT_DIRECT);
-    foreach my $q (@queries) {
-        # Update namedqueries_link_in_footer.
-        $sth_check_nl->execute($q->{'id'}, $user_id);
-        my ($link_in_footer_entries) = $sth_check_nl->fetchrow_array();
-        if (defined($cgi->param("link_in_footer_$q->{'id'}"))) {
-            if ($link_in_footer_entries == 0) {
-                $sth_insert_nl->execute($q->{'id'}, $user_id);
-            }
+
+    # Update namedqueries_link_in_footer for this user.
+    foreach my $q (@{$user->queries}, @{$user->queries_available}) {
+        if (defined $cgi->param("link_in_footer_" . $q->id)) {
+            $sth_insert_nl->execute($q->id, $user_id) if !$q->link_in_footer;
         }
         else {
-            if ($link_in_footer_entries > 0) {
-                $sth_delete_nl->execute($q->{'id'}, $user_id);
-            }
+            $sth_delete_nl->execute($q->id, $user_id) if $q->link_in_footer;
         }
+    }
 
-        # For user's own queries, update namedquery_group_map.
-        if ($q->{'userid'} == $user_id) {
-            my ($group_id, $group_map_entries);
-            if ($user->in_group(Bugzilla->params->{'querysharegroup'})) {
-                $sth_check_ngm->execute($q->{'id'});
-                ($group_map_entries) = $sth_check_ngm->fetchrow_array();
-                $group_id = $cgi->param("share_$q->{'id'}") || '';
-            }
-            if ($group_id) {
-                if (grep(/^\Q$group_id\E$/, @{$user->queryshare_groups()})) {
-                    # $group_id is now definitely a valid ID of a group the
-                    # user can see, so we can trick_taint.
-                    trick_taint($group_id);
-                    if ($group_map_entries == 0) {
-                        $sth_insert_ngm->execute($q->{'id'}, $group_id);
-                    }
-                    else {
-                        $sth_update_ngm->execute($group_id, $q->{'id'});
-                    }
-
-                    # If we're sharing our query with a group we can bless,
-                    # we're subscribing direct group members to our search
-                    # automatically. Otherwise, the group members need to
-                    # opt in. This behaviour is deemed most likely to fit
-                    # users' needs.
-                    if ($user->can_bless($group_id)) {
-                        $sth_direct_group_members->execute($group_id);
-                        my $user_id;
-                        while ($user_id =
-                               $sth_direct_group_members->fetchrow_array()) {
-                            next if $user_id == $user->id;
-
-                            $sth_check_nl->execute($q->{'id'}, $user_id);
-                            my ($already_shown_in_footer) =
-                                $sth_check_nl->fetchrow_array();
-                            if (! $already_shown_in_footer) {
-                                $sth_insert_nl->execute($q->{'id'}, $user_id);
-                            }
-                        }
-                    }
-                }
-                else {
-                    # In the unlikely case somebody removed visibility to the
-                    # group in the meantime, don't modify sharing.
-                }
+    # For user's own queries, update namedquery_group_map.
+    foreach my $q (@{$user->queries}) {
+        my $group_id;
+
+        if ($user->in_group(Bugzilla->params->{'querysharegroup'})) {
+            $group_id = $cgi->param("share_" . $q->id) || '';
+        }
+
+        if ($group_id) {
+            # Don't allow the user to share queries with groups he's not
+            # allowed to.
+            next unless grep($_ eq $group_id, @{$user->queryshare_groups});
+
+            # $group_id is now definitely a valid ID of a group the
+            # user can share queries with, so we can trick_taint.
+            detaint_natural($group_id);
+            if ($q->shared_with_group) {
+                $sth_update_ngm->execute($group_id, $q->id);
             }
             else {
-                if ($group_map_entries > 0) {
-                    $sth_delete_ngm->execute($q->{'id'});
-                }
+                $sth_insert_ngm->execute($q->id, $group_id);
+            }
 
-                # Don't remove namedqueries_link_in_footer entries for users
-                # subscribing to the shared query. The idea is that they will
-                # probably want to be subscribers again should the sharing
-                # user choose to share the query again.
+            # If we're sharing our query with a group we can bless, we 
+            # subscribe direct group members to our search automatically.
+            # Otherwise, the group members need to opt in. This behaviour 
+            # is deemed most likely to fit users' needs.
+            if ($user->can_bless($group_id)) {
+                my $group = new Bugzilla::Group($group_id);
+                my $members = $group->members_non_inherited;
+                foreach my $member (@$members) {
+                    next if $member->id == $user->id;
+                    $sth_insert_nl->execute($q->id, $member->id)
+                        if !$q->link_in_footer($member);
+                }
+            }
+        }
+        else {
+            # They have unshared that query.
+            if ($q->shared_with_group) {
+                $sth_delete_ngm->execute($q->id);
             }
+
+            # Don't remove namedqueries_link_in_footer entries for users
+            # subscribing to the shared query. The idea is that they will
+            # probably want to be subscribers again should the sharing
+            # user choose to share the query again.
         }
     }
 
@@ -549,7 +506,7 @@ $cgi->param('Bugzilla_password', $bugzilla_password);
 
 $vars->{'changes_saved'} = $cgi->param('dosave');
 
-my $current_tab_name = $cgi->param('tab') || "account";
+my $current_tab_name = $cgi->param('tab') || "settings";
 
 # The SWITCH below makes sure that this is valid
 trick_taint($current_tab_name);
diff --git a/whine.pl b/whine.pl
index 12b03fb62..bfe6abcc1 100755
--- a/whine.pl
+++ b/whine.pl
@@ -93,14 +93,9 @@ my $sth_schedules_by_event = $dbh->prepare(
 # After that, it looks over each user to see if they have schedules that need
 # running, then runs those and generates the email messages.
 
-# Send whines from the address in the 'maintainer' Parameter so that all
+# Send whines from the address in the 'mailfrom' Parameter so that all
 # Bugzilla-originated mail appears to come from a single address.
-my $fromaddress = Bugzilla->params->{'maintainer'};
-
-if ($fromaddress !~ Bugzilla->params->{'emailregexp'}) {
-    die "Cannot run.  " .
-        "The maintainer email address has not been properly set!\n";
-}
+my $fromaddress = Bugzilla->params->{'mailfrom'};
 
 # get the current date and time
 my ($now_sec, $now_minute, $now_hour, $now_day, $now_month, $now_year, 
-- 
GitLab